-- phpMyAdmin SQL Dump
-- version 4.9.7
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Jul 05, 2022 at 08:40 PM
-- Server version: 10.3.35-MariaDB
-- PHP Version: 7.4.29

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `partiushopcom_br`
--

DELIMITER $$
--
-- Procedures
--
CREATE DEFINER=`partiushopcom`@`localhost` PROCEDURE `ativa_ab` ()  NO SQL
UPDATE cscart_addons SET status = 'A' WHERE addon LIKE 'ab%'$$

DELIMITER ;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_abt__ut2_less_settings`
--

CREATE TABLE `partiushop_abt__ut2_less_settings` (
  `section` varchar(100) NOT NULL,
  `name` varchar(100) NOT NULL,
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `value` mediumtext DEFAULT NULL,
  `style` varchar(100) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_abt__ut2_less_settings`
--

INSERT INTO `partiushop_abt__ut2_less_settings` (`section`, `name`, `company_id`, `value`, `style`) VALUES
('containers', 'header.add_delimiters', 0, 's:1:\"N\";', 'partiu_style_v2.less'),
('containers', 'header.use_animation_for_not_empty_cart', 0, 's:1:\"Y\";', 'partiu_style_v2.less'),
('containers', 'header.use_color_elements_on_hover', 0, 's:7:\"#017dc7\";', 'partiu_style_v2.less'),
('containers', 'header.use_color_icons', 0, 's:7:\"#ffc014\";', 'partiu_style_v2.less'),
('containers', 'header.use_color_menu_on_hover', 0, 's:7:\"#0575b8\";', 'partiu_style_v2.less'),
('general', 'buttons.style', 0, 's:14:\"use_background\";', 'partiu_style_v2.less'),
('general', 'buttons.use_gradient', 0, 's:1:\"Y\";', 'partiu_style_v2.less'),
('general', 'buttons.use_shadow', 0, 's:1:\"Y\";', 'partiu_style_v2.less'),
('general', 'buttons.use_text_uppercase', 0, 's:1:\"N\";', 'partiu_style_v2.less'),
('general', 'labels.style', 0, 's:7:\"as_drop\";', 'partiu_style_v2.less'),
('general', 'labels.use_outline', 0, 's:1:\"N\";', 'partiu_style_v2.less'),
('general', 'labels.use_shadow', 0, 's:1:\"N\";', 'partiu_style_v2.less'),
('general', 'labels.use_text_shadow', 0, 's:1:\"N\";', 'partiu_style_v2.less'),
('general', 'stars_rating_color', 0, 's:7:\"#ffc107\";', 'partiu_style_v2.less'),
('general', 'use_rounding', 0, 's:4:\"full\";', 'partiu_style_v2.less'),
('general', 'use_titles_uppercase', 0, 's:1:\"Y\";', 'partiu_style_v2.less'),
('products', 'use_color_buttons_add_to_cart', 0, 's:7:\"#58c22e\";', 'partiu_style_v2.less'),
('product_list', 'extend_grid_item_on_hover', 0, 's:1:\"N\";', 'partiu_style_v2.less'),
('product_list', 'show_grid_border', 0, 's:18:\"solid_with_margins\";', 'partiu_style_v2.less'),
('product_list', 'use_elements_alignment', 0, 's:3:\"use\";', 'partiu_style_v2.less');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_abt__ut2_microdata`
--

CREATE TABLE `partiushop_abt__ut2_microdata` (
  `id` mediumint(8) UNSIGNED NOT NULL,
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `field` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_abt__ut2_microdata`
--

INSERT INTO `partiushop_abt__ut2_microdata` (`id`, `company_id`, `field`) VALUES
(1, 0, 'name');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_abt__ut2_microdata_description`
--

CREATE TABLE `partiushop_abt__ut2_microdata_description` (
  `id` mediumint(8) UNSIGNED NOT NULL,
  `value` varchar(255) NOT NULL DEFAULT '',
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_abt__ut2_microdata_description`
--

INSERT INTO `partiushop_abt__ut2_microdata_description` (`id`, `value`, `lang_code`) VALUES
(1, 'Partiu Shop', 'da'),
(1, 'Partiu Shop', 'de'),
(1, 'Partiu Shop', 'el'),
(1, 'Partiu Shop', 'en'),
(1, 'Partiu Shop', 'es'),
(1, 'Partiu Shop', 'fr'),
(1, 'Partiu Shop', 'it'),
(1, 'Partiu Shop', 'nl'),
(1, 'Partiu Shop', 'no'),
(1, 'Partiu Shop', 'pt'),
(1, 'Partiu Shop', 'ro'),
(1, 'Partiu Shop', 'ru');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_abt__ut2_objects_banners`
--

CREATE TABLE `partiushop_abt__ut2_objects_banners` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `object` enum('category','block') NOT NULL DEFAULT 'category',
  `object_id` int(11) NOT NULL DEFAULT 0,
  `banner_id` int(11) NOT NULL DEFAULT 0,
  `position` int(3) NOT NULL DEFAULT 1,
  `priority` int(2) NOT NULL DEFAULT 1,
  `width` enum('1','2') NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_abt__ut2_settings`
--

CREATE TABLE `partiushop_abt__ut2_settings` (
  `section` varchar(100) NOT NULL,
  `name` varchar(100) NOT NULL,
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `value` mediumtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_abt__ut2_settings`
--

INSERT INTO `partiushop_abt__ut2_settings` (`section`, `name`, `company_id`, `lang_code`, `value`) VALUES
('addons', 'wishlist_products.item_quantity', 0, 'da', 'a:1:{s:7:\"desktop\";s:1:\"4\";}'),
('addons', 'wishlist_products.item_quantity', 0, 'de', 'a:1:{s:7:\"desktop\";s:1:\"4\";}'),
('addons', 'wishlist_products.item_quantity', 0, 'el', 'a:1:{s:7:\"desktop\";s:1:\"4\";}'),
('addons', 'wishlist_products.item_quantity', 0, 'en', 'a:1:{s:7:\"desktop\";s:1:\"4\";}'),
('addons', 'wishlist_products.item_quantity', 0, 'es', 'a:1:{s:7:\"desktop\";s:1:\"4\";}'),
('addons', 'wishlist_products.item_quantity', 0, 'fr', 'a:1:{s:7:\"desktop\";s:1:\"4\";}'),
('addons', 'wishlist_products.item_quantity', 0, 'it', 'a:1:{s:7:\"desktop\";s:1:\"4\";}'),
('addons', 'wishlist_products.item_quantity', 0, 'nl', 'a:1:{s:7:\"desktop\";s:1:\"4\";}'),
('addons', 'wishlist_products.item_quantity', 0, 'no', 'a:1:{s:7:\"desktop\";s:1:\"4\";}'),
('addons', 'wishlist_products.item_quantity', 0, 'pt', 'a:1:{s:7:\"desktop\";s:1:\"4\";}'),
('addons', 'wishlist_products.item_quantity', 0, 'ro', 'a:1:{s:7:\"desktop\";s:1:\"4\";}'),
('addons', 'wishlist_products.item_quantity', 0, 'ru', 'a:1:{s:7:\"desktop\";s:1:\"4\";}'),
('category', 'description_position', 0, 'da', 's:6:\"bottom\";'),
('category', 'description_position', 0, 'de', 's:6:\"bottom\";'),
('category', 'description_position', 0, 'el', 's:6:\"bottom\";'),
('category', 'description_position', 0, 'en', 's:6:\"bottom\";'),
('category', 'description_position', 0, 'es', 's:6:\"bottom\";'),
('category', 'description_position', 0, 'fr', 's:6:\"bottom\";'),
('category', 'description_position', 0, 'it', 's:6:\"bottom\";'),
('category', 'description_position', 0, 'nl', 's:6:\"bottom\";'),
('category', 'description_position', 0, 'no', 's:6:\"bottom\";'),
('category', 'description_position', 0, 'pt', 's:6:\"bottom\";'),
('category', 'description_position', 0, 'ro', 's:6:\"bottom\";'),
('category', 'description_position', 0, 'ru', 's:6:\"bottom\";'),
('category', 'show_subcategories', 0, 'da', 's:1:\"N\";'),
('category', 'show_subcategories', 0, 'de', 's:1:\"N\";'),
('category', 'show_subcategories', 0, 'el', 's:1:\"N\";'),
('category', 'show_subcategories', 0, 'en', 's:1:\"N\";'),
('category', 'show_subcategories', 0, 'es', 's:1:\"N\";'),
('category', 'show_subcategories', 0, 'fr', 's:1:\"N\";'),
('category', 'show_subcategories', 0, 'it', 's:1:\"N\";'),
('category', 'show_subcategories', 0, 'nl', 's:1:\"N\";'),
('category', 'show_subcategories', 0, 'no', 's:1:\"N\";'),
('category', 'show_subcategories', 0, 'pt', 's:1:\"N\";'),
('category', 'show_subcategories', 0, 'ro', 's:1:\"N\";'),
('category', 'show_subcategories', 0, 'ru', 's:1:\"N\";'),
('features', 'description_position', 0, 'da', 's:6:\"bottom\";'),
('features', 'description_position', 0, 'de', 's:6:\"bottom\";'),
('features', 'description_position', 0, 'el', 's:6:\"bottom\";'),
('features', 'description_position', 0, 'en', 's:6:\"bottom\";'),
('features', 'description_position', 0, 'es', 's:6:\"bottom\";'),
('features', 'description_position', 0, 'fr', 's:6:\"bottom\";'),
('features', 'description_position', 0, 'it', 's:6:\"bottom\";'),
('features', 'description_position', 0, 'nl', 's:6:\"bottom\";'),
('features', 'description_position', 0, 'no', 's:6:\"bottom\";'),
('features', 'description_position', 0, 'pt', 's:6:\"bottom\";'),
('features', 'description_position', 0, 'ro', 's:6:\"bottom\";'),
('features', 'description_position', 0, 'ru', 's:6:\"bottom\";'),
('general', 'blog_page_id', 0, 'da', 's:0:\"\";'),
('general', 'blog_page_id', 0, 'de', 's:0:\"\";'),
('general', 'blog_page_id', 0, 'el', 's:0:\"\";'),
('general', 'blog_page_id', 0, 'en', 's:0:\"\";'),
('general', 'blog_page_id', 0, 'es', 's:0:\"\";'),
('general', 'blog_page_id', 0, 'fr', 's:0:\"\";'),
('general', 'blog_page_id', 0, 'it', 's:0:\"\";'),
('general', 'blog_page_id', 0, 'nl', 's:0:\"\";'),
('general', 'blog_page_id', 0, 'no', 's:0:\"\";'),
('general', 'blog_page_id', 0, 'pt', 's:0:\"\";'),
('general', 'blog_page_id', 0, 'ro', 's:0:\"\";'),
('general', 'blog_page_id', 0, 'ru', 's:0:\"\";'),
('general', 'brand_feature_id', 0, 'da', 's:2:\"18\";'),
('general', 'brand_feature_id', 0, 'de', 's:2:\"18\";'),
('general', 'brand_feature_id', 0, 'el', 's:2:\"18\";'),
('general', 'brand_feature_id', 0, 'en', 's:2:\"18\";'),
('general', 'brand_feature_id', 0, 'es', 's:2:\"18\";'),
('general', 'brand_feature_id', 0, 'fr', 's:2:\"18\";'),
('general', 'brand_feature_id', 0, 'it', 's:2:\"18\";'),
('general', 'brand_feature_id', 0, 'nl', 's:2:\"18\";'),
('general', 'brand_feature_id', 0, 'no', 's:2:\"18\";'),
('general', 'brand_feature_id', 0, 'pt', 's:2:\"18\";'),
('general', 'brand_feature_id', 0, 'ro', 's:2:\"18\";'),
('general', 'brand_feature_id', 0, 'ru', 's:2:\"18\";'),
('general', 'enable_fixed_header_panel', 0, 'da', 's:1:\"Y\";'),
('general', 'enable_fixed_header_panel', 0, 'de', 's:1:\"Y\";'),
('general', 'enable_fixed_header_panel', 0, 'el', 's:1:\"Y\";'),
('general', 'enable_fixed_header_panel', 0, 'en', 's:1:\"Y\";'),
('general', 'enable_fixed_header_panel', 0, 'es', 's:1:\"Y\";'),
('general', 'enable_fixed_header_panel', 0, 'fr', 's:1:\"Y\";'),
('general', 'enable_fixed_header_panel', 0, 'it', 's:1:\"Y\";'),
('general', 'enable_fixed_header_panel', 0, 'nl', 's:1:\"Y\";'),
('general', 'enable_fixed_header_panel', 0, 'no', 's:1:\"Y\";'),
('general', 'enable_fixed_header_panel', 0, 'pt', 's:1:\"Y\";'),
('general', 'enable_fixed_header_panel', 0, 'ro', 's:1:\"Y\";'),
('general', 'enable_fixed_header_panel', 0, 'ru', 's:1:\"Y\";'),
('general', 'menu_min_height', 0, 'da', 's:3:\"476\";'),
('general', 'menu_min_height', 0, 'de', 's:3:\"476\";'),
('general', 'menu_min_height', 0, 'el', 's:3:\"476\";'),
('general', 'menu_min_height', 0, 'en', 's:3:\"476\";'),
('general', 'menu_min_height', 0, 'es', 's:3:\"476\";'),
('general', 'menu_min_height', 0, 'fr', 's:3:\"476\";'),
('general', 'menu_min_height', 0, 'it', 's:3:\"476\";'),
('general', 'menu_min_height', 0, 'nl', 's:3:\"476\";'),
('general', 'menu_min_height', 0, 'no', 's:3:\"476\";'),
('general', 'menu_min_height', 0, 'pt', 's:3:\"476\";'),
('general', 'menu_min_height', 0, 'ro', 's:3:\"476\";'),
('general', 'menu_min_height', 0, 'ru', 's:3:\"476\";'),
('load_more', 'before_end', 0, 'da', 's:3:\"300\";'),
('load_more', 'before_end', 0, 'de', 's:3:\"300\";'),
('load_more', 'before_end', 0, 'el', 's:3:\"300\";'),
('load_more', 'before_end', 0, 'en', 's:3:\"300\";'),
('load_more', 'before_end', 0, 'es', 's:3:\"300\";'),
('load_more', 'before_end', 0, 'fr', 's:3:\"300\";'),
('load_more', 'before_end', 0, 'it', 's:3:\"300\";'),
('load_more', 'before_end', 0, 'nl', 's:3:\"300\";'),
('load_more', 'before_end', 0, 'no', 's:3:\"300\";'),
('load_more', 'before_end', 0, 'pt', 's:3:\"300\";'),
('load_more', 'before_end', 0, 'ro', 's:3:\"300\";'),
('load_more', 'before_end', 0, 'ru', 's:3:\"300\";'),
('load_more', 'blog', 0, 'da', 's:1:\"Y\";'),
('load_more', 'blog', 0, 'de', 's:1:\"Y\";'),
('load_more', 'blog', 0, 'el', 's:1:\"Y\";'),
('load_more', 'blog', 0, 'en', 's:1:\"Y\";'),
('load_more', 'blog', 0, 'es', 's:1:\"Y\";'),
('load_more', 'blog', 0, 'fr', 's:1:\"Y\";'),
('load_more', 'blog', 0, 'it', 's:1:\"Y\";'),
('load_more', 'blog', 0, 'nl', 's:1:\"Y\";'),
('load_more', 'blog', 0, 'no', 's:1:\"Y\";'),
('load_more', 'blog', 0, 'pt', 's:1:\"Y\";'),
('load_more', 'blog', 0, 'ro', 's:1:\"Y\";'),
('load_more', 'blog', 0, 'ru', 's:1:\"Y\";'),
('load_more', 'mode', 0, 'da', 's:15:\"on_button_click\";'),
('load_more', 'mode', 0, 'de', 's:15:\"on_button_click\";'),
('load_more', 'mode', 0, 'el', 's:15:\"on_button_click\";'),
('load_more', 'mode', 0, 'en', 's:15:\"on_button_click\";'),
('load_more', 'mode', 0, 'es', 's:15:\"on_button_click\";'),
('load_more', 'mode', 0, 'fr', 's:15:\"on_button_click\";'),
('load_more', 'mode', 0, 'it', 's:15:\"on_button_click\";'),
('load_more', 'mode', 0, 'nl', 's:15:\"on_button_click\";'),
('load_more', 'mode', 0, 'no', 's:15:\"on_button_click\";'),
('load_more', 'mode', 0, 'pt', 's:15:\"on_button_click\";'),
('load_more', 'mode', 0, 'ro', 's:15:\"on_button_click\";'),
('load_more', 'mode', 0, 'ru', 's:15:\"on_button_click\";'),
('load_more', 'product_list', 0, 'da', 's:1:\"Y\";'),
('load_more', 'product_list', 0, 'de', 's:1:\"Y\";'),
('load_more', 'product_list', 0, 'el', 's:1:\"Y\";'),
('load_more', 'product_list', 0, 'en', 's:1:\"Y\";'),
('load_more', 'product_list', 0, 'es', 's:1:\"Y\";'),
('load_more', 'product_list', 0, 'fr', 's:1:\"Y\";'),
('load_more', 'product_list', 0, 'it', 's:1:\"Y\";'),
('load_more', 'product_list', 0, 'nl', 's:1:\"Y\";'),
('load_more', 'product_list', 0, 'no', 's:1:\"Y\";'),
('load_more', 'product_list', 0, 'pt', 's:1:\"Y\";'),
('load_more', 'product_list', 0, 'ro', 's:1:\"Y\";'),
('load_more', 'product_list', 0, 'ru', 's:1:\"Y\";'),
('products', 'addon_buy_together.view', 0, 'da', 's:19:\"as_block_above_tabs\";'),
('products', 'addon_buy_together.view', 0, 'de', 's:19:\"as_block_above_tabs\";'),
('products', 'addon_buy_together.view', 0, 'el', 's:19:\"as_block_above_tabs\";'),
('products', 'addon_buy_together.view', 0, 'en', 's:19:\"as_block_above_tabs\";'),
('products', 'addon_buy_together.view', 0, 'es', 's:19:\"as_block_above_tabs\";'),
('products', 'addon_buy_together.view', 0, 'fr', 's:19:\"as_block_above_tabs\";'),
('products', 'addon_buy_together.view', 0, 'it', 's:19:\"as_block_above_tabs\";'),
('products', 'addon_buy_together.view', 0, 'nl', 's:19:\"as_block_above_tabs\";'),
('products', 'addon_buy_together.view', 0, 'no', 's:19:\"as_block_above_tabs\";'),
('products', 'addon_buy_together.view', 0, 'pt', 's:19:\"as_block_above_tabs\";'),
('products', 'addon_buy_together.view', 0, 'ro', 's:19:\"as_block_above_tabs\";'),
('products', 'addon_buy_together.view', 0, 'ru', 's:19:\"as_block_above_tabs\";'),
('products', 'addon_required_products.item_quantity', 0, 'da', 'a:1:{s:7:\"desktop\";s:1:\"4\";}'),
('products', 'addon_required_products.item_quantity', 0, 'de', 'a:1:{s:7:\"desktop\";s:1:\"4\";}'),
('products', 'addon_required_products.item_quantity', 0, 'el', 'a:1:{s:7:\"desktop\";s:1:\"4\";}'),
('products', 'addon_required_products.item_quantity', 0, 'en', 'a:1:{s:7:\"desktop\";s:1:\"4\";}'),
('products', 'addon_required_products.item_quantity', 0, 'es', 'a:1:{s:7:\"desktop\";s:1:\"4\";}'),
('products', 'addon_required_products.item_quantity', 0, 'fr', 'a:1:{s:7:\"desktop\";s:1:\"4\";}'),
('products', 'addon_required_products.item_quantity', 0, 'it', 'a:1:{s:7:\"desktop\";s:1:\"4\";}'),
('products', 'addon_required_products.item_quantity', 0, 'nl', 'a:1:{s:7:\"desktop\";s:1:\"4\";}'),
('products', 'addon_required_products.item_quantity', 0, 'no', 'a:1:{s:7:\"desktop\";s:1:\"4\";}'),
('products', 'addon_required_products.item_quantity', 0, 'pt', 'a:1:{s:7:\"desktop\";s:1:\"4\";}'),
('products', 'addon_required_products.item_quantity', 0, 'ro', 'a:1:{s:7:\"desktop\";s:1:\"4\";}'),
('products', 'addon_required_products.item_quantity', 0, 'ru', 'a:1:{s:7:\"desktop\";s:1:\"4\";}'),
('products', 'addon_required_products.list_type', 0, 'da', 'a:1:{s:7:\"desktop\";s:9:\"grid_list\";}'),
('products', 'addon_required_products.list_type', 0, 'de', 'a:1:{s:7:\"desktop\";s:9:\"grid_list\";}'),
('products', 'addon_required_products.list_type', 0, 'el', 'a:1:{s:7:\"desktop\";s:9:\"grid_list\";}'),
('products', 'addon_required_products.list_type', 0, 'en', 'a:1:{s:7:\"desktop\";s:9:\"grid_list\";}'),
('products', 'addon_required_products.list_type', 0, 'es', 'a:1:{s:7:\"desktop\";s:9:\"grid_list\";}'),
('products', 'addon_required_products.list_type', 0, 'fr', 'a:1:{s:7:\"desktop\";s:9:\"grid_list\";}'),
('products', 'addon_required_products.list_type', 0, 'it', 'a:1:{s:7:\"desktop\";s:9:\"grid_list\";}'),
('products', 'addon_required_products.list_type', 0, 'nl', 'a:1:{s:7:\"desktop\";s:9:\"grid_list\";}'),
('products', 'addon_required_products.list_type', 0, 'no', 'a:1:{s:7:\"desktop\";s:9:\"grid_list\";}'),
('products', 'addon_required_products.list_type', 0, 'pt', 'a:1:{s:7:\"desktop\";s:9:\"grid_list\";}'),
('products', 'addon_required_products.list_type', 0, 'ro', 'a:1:{s:7:\"desktop\";s:9:\"grid_list\";}'),
('products', 'addon_required_products.list_type', 0, 'ru', 'a:1:{s:7:\"desktop\";s:9:\"grid_list\";}'),
('products', 'addon_social_buttons.view', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'addon_social_buttons.view', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'addon_social_buttons.view', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'addon_social_buttons.view', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'addon_social_buttons.view', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'addon_social_buttons.view', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'addon_social_buttons.view', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'addon_social_buttons.view', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'addon_social_buttons.view', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'addon_social_buttons.view', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'addon_social_buttons.view', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'addon_social_buttons.view', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'custom_block_id', 0, 'da', 's:0:\"\";'),
('products', 'custom_block_id', 0, 'de', 's:0:\"\";'),
('products', 'custom_block_id', 0, 'el', 's:0:\"\";'),
('products', 'custom_block_id', 0, 'en', 's:0:\"\";'),
('products', 'custom_block_id', 0, 'es', 's:0:\"\";'),
('products', 'custom_block_id', 0, 'fr', 's:0:\"\";'),
('products', 'custom_block_id', 0, 'it', 's:0:\"\";'),
('products', 'custom_block_id', 0, 'nl', 's:0:\"\";'),
('products', 'custom_block_id', 0, 'no', 's:0:\"\";'),
('products', 'custom_block_id', 0, 'pt', 's:0:\"\";'),
('products', 'custom_block_id', 0, 'ro', 's:0:\"\";'),
('products', 'custom_block_id', 0, 'ru', 's:0:\"\";'),
('products', 'vendor.show_ask_question_link', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_ask_question_link', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_ask_question_link', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_ask_question_link', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_ask_question_link', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_ask_question_link', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_ask_question_link', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_ask_question_link', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_ask_question_link', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_ask_question_link', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_ask_question_link', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_ask_question_link', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_logo', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_logo', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_logo', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_logo', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_logo', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_logo', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_logo', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_logo', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_logo', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_logo', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_logo', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_logo', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_name_as_link', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_name_as_link', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_name_as_link', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_name_as_link', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_name_as_link', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_name_as_link', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_name_as_link', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_name_as_link', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_name_as_link', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_name_as_link', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_name_as_link', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_name_as_link', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_phone', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_phone', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_phone', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_phone', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_phone', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_phone', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_phone', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_phone', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_phone', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_phone', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_phone', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.show_phone', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'vendor.truncate_short_description', 0, 'da', 'a:3:{s:7:\"desktop\";s:2:\"90\";s:6:\"tablet\";s:2:\"90\";s:6:\"mobile\";s:2:\"90\";}'),
('products', 'vendor.truncate_short_description', 0, 'de', 'a:3:{s:7:\"desktop\";s:2:\"90\";s:6:\"tablet\";s:2:\"90\";s:6:\"mobile\";s:2:\"90\";}'),
('products', 'vendor.truncate_short_description', 0, 'el', 'a:3:{s:7:\"desktop\";s:2:\"90\";s:6:\"tablet\";s:2:\"90\";s:6:\"mobile\";s:2:\"90\";}'),
('products', 'vendor.truncate_short_description', 0, 'en', 'a:3:{s:7:\"desktop\";s:2:\"90\";s:6:\"tablet\";s:2:\"90\";s:6:\"mobile\";s:2:\"90\";}'),
('products', 'vendor.truncate_short_description', 0, 'es', 'a:3:{s:7:\"desktop\";s:2:\"90\";s:6:\"tablet\";s:2:\"90\";s:6:\"mobile\";s:2:\"90\";}'),
('products', 'vendor.truncate_short_description', 0, 'fr', 'a:3:{s:7:\"desktop\";s:2:\"90\";s:6:\"tablet\";s:2:\"90\";s:6:\"mobile\";s:2:\"90\";}'),
('products', 'vendor.truncate_short_description', 0, 'it', 'a:3:{s:7:\"desktop\";s:2:\"90\";s:6:\"tablet\";s:2:\"90\";s:6:\"mobile\";s:2:\"90\";}'),
('products', 'vendor.truncate_short_description', 0, 'nl', 'a:3:{s:7:\"desktop\";s:2:\"90\";s:6:\"tablet\";s:2:\"90\";s:6:\"mobile\";s:2:\"90\";}'),
('products', 'vendor.truncate_short_description', 0, 'no', 'a:3:{s:7:\"desktop\";s:2:\"90\";s:6:\"tablet\";s:2:\"90\";s:6:\"mobile\";s:2:\"90\";}'),
('products', 'vendor.truncate_short_description', 0, 'pt', 'a:3:{s:7:\"desktop\";s:2:\"90\";s:6:\"tablet\";s:2:\"90\";s:6:\"mobile\";s:2:\"90\";}'),
('products', 'vendor.truncate_short_description', 0, 'ro', 'a:3:{s:7:\"desktop\";s:2:\"90\";s:6:\"tablet\";s:2:\"90\";s:6:\"mobile\";s:2:\"90\";}'),
('products', 'vendor.truncate_short_description', 0, 'ru', 'a:3:{s:7:\"desktop\";s:2:\"90\";s:6:\"tablet\";s:2:\"90\";s:6:\"mobile\";s:2:\"90\";}'),
('products', 'view.brand_link_behavior', 0, 'da', 's:23:\"to_category_with_filter\";'),
('products', 'view.brand_link_behavior', 0, 'de', 's:23:\"to_category_with_filter\";'),
('products', 'view.brand_link_behavior', 0, 'el', 's:23:\"to_category_with_filter\";'),
('products', 'view.brand_link_behavior', 0, 'en', 's:23:\"to_category_with_filter\";'),
('products', 'view.brand_link_behavior', 0, 'es', 's:23:\"to_category_with_filter\";'),
('products', 'view.brand_link_behavior', 0, 'fr', 's:23:\"to_category_with_filter\";'),
('products', 'view.brand_link_behavior', 0, 'it', 's:23:\"to_category_with_filter\";'),
('products', 'view.brand_link_behavior', 0, 'nl', 's:23:\"to_category_with_filter\";'),
('products', 'view.brand_link_behavior', 0, 'no', 's:23:\"to_category_with_filter\";'),
('products', 'view.brand_link_behavior', 0, 'pt', 's:23:\"to_category_with_filter\";'),
('products', 'view.brand_link_behavior', 0, 'ro', 's:23:\"to_category_with_filter\";'),
('products', 'view.brand_link_behavior', 0, 'ru', 's:23:\"to_category_with_filter\";'),
('products', 'view.show_brand_logo', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'view.show_brand_logo', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'view.show_brand_logo', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'view.show_brand_logo', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'view.show_brand_logo', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'view.show_brand_logo', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'view.show_brand_logo', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'view.show_brand_logo', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'view.show_brand_logo', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'view.show_brand_logo', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'view.show_brand_logo', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'view.show_brand_logo', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'view.show_features', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_features', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_features', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_features', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_features', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_features', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_features', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_features', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_features', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_features', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_features', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_features', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_qty', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_qty', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_qty', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_qty', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_qty', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_qty', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_qty', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_qty', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_qty', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_qty', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_qty', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_qty', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_short_description', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'view.show_short_description', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'view.show_short_description', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'view.show_short_description', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'view.show_short_description', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'view.show_short_description', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'view.show_short_description', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'view.show_short_description', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'view.show_short_description', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'view.show_short_description', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'view.show_short_description', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'view.show_short_description', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('products', 'view.show_sku', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_sku', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_sku', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_sku', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_sku', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_sku', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_sku', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_sku', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_sku', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_sku', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_sku', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_sku', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_sticky_add_to_cart', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_sticky_add_to_cart', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_sticky_add_to_cart', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_sticky_add_to_cart', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_sticky_add_to_cart', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_sticky_add_to_cart', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_sticky_add_to_cart', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_sticky_add_to_cart', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_sticky_add_to_cart', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_sticky_add_to_cart', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_sticky_add_to_cart', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"Y\";}'),
('products', 'view.show_sticky_add_to_cart', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'decolorate_out_of_stock_products', 0, 'da', 's:1:\"N\";'),
('product_list', 'decolorate_out_of_stock_products', 0, 'de', 's:1:\"N\";'),
('product_list', 'decolorate_out_of_stock_products', 0, 'el', 's:1:\"N\";'),
('product_list', 'decolorate_out_of_stock_products', 0, 'en', 's:1:\"N\";'),
('product_list', 'decolorate_out_of_stock_products', 0, 'es', 's:1:\"N\";'),
('product_list', 'decolorate_out_of_stock_products', 0, 'fr', 's:1:\"N\";'),
('product_list', 'decolorate_out_of_stock_products', 0, 'it', 's:1:\"N\";'),
('product_list', 'decolorate_out_of_stock_products', 0, 'nl', 's:1:\"N\";'),
('product_list', 'decolorate_out_of_stock_products', 0, 'no', 's:1:\"N\";'),
('product_list', 'decolorate_out_of_stock_products', 0, 'pt', 's:1:\"N\";'),
('product_list', 'decolorate_out_of_stock_products', 0, 'ro', 's:1:\"N\";'),
('product_list', 'decolorate_out_of_stock_products', 0, 'ru', 's:1:\"N\";'),
('product_list', 'lazy_load', 0, 'da', 's:1:\"Y\";'),
('product_list', 'lazy_load', 0, 'de', 's:1:\"Y\";'),
('product_list', 'lazy_load', 0, 'el', 's:1:\"Y\";'),
('product_list', 'lazy_load', 0, 'en', 's:1:\"Y\";'),
('product_list', 'lazy_load', 0, 'es', 's:1:\"Y\";'),
('product_list', 'lazy_load', 0, 'fr', 's:1:\"Y\";'),
('product_list', 'lazy_load', 0, 'it', 's:1:\"Y\";'),
('product_list', 'lazy_load', 0, 'nl', 's:1:\"Y\";'),
('product_list', 'lazy_load', 0, 'no', 's:1:\"Y\";'),
('product_list', 'lazy_load', 0, 'pt', 's:1:\"Y\";'),
('product_list', 'lazy_load', 0, 'ro', 's:1:\"Y\";'),
('product_list', 'lazy_load', 0, 'ru', 's:1:\"Y\";'),
('product_list', 'limit_product_variations', 0, 'da', 's:2:\"10\";'),
('product_list', 'limit_product_variations', 0, 'de', 's:2:\"10\";'),
('product_list', 'limit_product_variations', 0, 'el', 's:2:\"10\";'),
('product_list', 'limit_product_variations', 0, 'en', 's:2:\"10\";'),
('product_list', 'limit_product_variations', 0, 'es', 's:2:\"10\";'),
('product_list', 'limit_product_variations', 0, 'fr', 's:2:\"10\";'),
('product_list', 'limit_product_variations', 0, 'it', 's:2:\"10\";'),
('product_list', 'limit_product_variations', 0, 'nl', 's:2:\"10\";'),
('product_list', 'limit_product_variations', 0, 'no', 's:2:\"10\";'),
('product_list', 'limit_product_variations', 0, 'pt', 's:2:\"10\";'),
('product_list', 'limit_product_variations', 0, 'ro', 's:2:\"10\";'),
('product_list', 'limit_product_variations', 0, 'ru', 's:2:\"10\";'),
('product_list', 'max_features', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:1:\"5\";s:6:\"mobile\";s:1:\"5\";}'),
('product_list', 'max_features', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:1:\"5\";s:6:\"mobile\";s:1:\"5\";}'),
('product_list', 'max_features', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:1:\"5\";s:6:\"mobile\";s:1:\"5\";}'),
('product_list', 'max_features', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:1:\"5\";s:6:\"mobile\";s:1:\"5\";}'),
('product_list', 'max_features', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:1:\"5\";s:6:\"mobile\";s:1:\"5\";}'),
('product_list', 'max_features', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:1:\"5\";s:6:\"mobile\";s:1:\"5\";}'),
('product_list', 'max_features', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:1:\"5\";s:6:\"mobile\";s:1:\"5\";}'),
('product_list', 'max_features', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:1:\"5\";s:6:\"mobile\";s:1:\"5\";}'),
('product_list', 'max_features', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:1:\"5\";s:6:\"mobile\";s:1:\"5\";}'),
('product_list', 'max_features', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:1:\"5\";s:6:\"mobile\";s:1:\"5\";}'),
('product_list', 'max_features', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:1:\"5\";s:6:\"mobile\";s:1:\"5\";}'),
('product_list', 'max_features', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:1:\"5\";s:6:\"mobile\";s:1:\"5\";}'),
('product_list', 'price_display_format', 0, 'da', 's:3:\"col\";'),
('product_list', 'price_display_format', 0, 'de', 's:3:\"col\";'),
('product_list', 'price_display_format', 0, 'el', 's:3:\"col\";'),
('product_list', 'price_display_format', 0, 'en', 's:3:\"col\";'),
('product_list', 'price_display_format', 0, 'es', 's:3:\"col\";'),
('product_list', 'price_display_format', 0, 'fr', 's:3:\"col\";'),
('product_list', 'price_display_format', 0, 'it', 's:3:\"col\";'),
('product_list', 'price_display_format', 0, 'nl', 's:3:\"col\";'),
('product_list', 'price_display_format', 0, 'no', 's:3:\"col\";'),
('product_list', 'price_display_format', 0, 'pt', 's:3:\"col\";'),
('product_list', 'price_display_format', 0, 'ro', 's:3:\"col\";'),
('product_list', 'price_display_format', 0, 'ru', 's:3:\"col\";'),
('product_list', 'products_multicolumns.grid_item_bottom_content', 0, 'da', 'a:1:{s:7:\"desktop\";s:23:\"features_and_variations\";}'),
('product_list', 'products_multicolumns.grid_item_bottom_content', 0, 'de', 'a:1:{s:7:\"desktop\";s:23:\"features_and_variations\";}'),
('product_list', 'products_multicolumns.grid_item_bottom_content', 0, 'el', 'a:1:{s:7:\"desktop\";s:23:\"features_and_variations\";}'),
('product_list', 'products_multicolumns.grid_item_bottom_content', 0, 'en', 'a:1:{s:7:\"desktop\";s:23:\"features_and_variations\";}'),
('product_list', 'products_multicolumns.grid_item_bottom_content', 0, 'es', 'a:1:{s:7:\"desktop\";s:23:\"features_and_variations\";}'),
('product_list', 'products_multicolumns.grid_item_bottom_content', 0, 'fr', 'a:1:{s:7:\"desktop\";s:23:\"features_and_variations\";}'),
('product_list', 'products_multicolumns.grid_item_bottom_content', 0, 'it', 'a:1:{s:7:\"desktop\";s:23:\"features_and_variations\";}'),
('product_list', 'products_multicolumns.grid_item_bottom_content', 0, 'nl', 'a:1:{s:7:\"desktop\";s:23:\"features_and_variations\";}'),
('product_list', 'products_multicolumns.grid_item_bottom_content', 0, 'no', 'a:1:{s:7:\"desktop\";s:23:\"features_and_variations\";}'),
('product_list', 'products_multicolumns.grid_item_bottom_content', 0, 'pt', 'a:1:{s:7:\"desktop\";s:23:\"features_and_variations\";}'),
('product_list', 'products_multicolumns.grid_item_bottom_content', 0, 'ro', 'a:1:{s:7:\"desktop\";s:23:\"features_and_variations\";}'),
('product_list', 'products_multicolumns.grid_item_bottom_content', 0, 'ru', 'a:1:{s:7:\"desktop\";s:23:\"features_and_variations\";}'),
('product_list', 'products_multicolumns.grid_item_height', 0, 'da', 'a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}'),
('product_list', 'products_multicolumns.grid_item_height', 0, 'de', 'a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}'),
('product_list', 'products_multicolumns.grid_item_height', 0, 'el', 'a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}'),
('product_list', 'products_multicolumns.grid_item_height', 0, 'en', 'a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}'),
('product_list', 'products_multicolumns.grid_item_height', 0, 'es', 'a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}'),
('product_list', 'products_multicolumns.grid_item_height', 0, 'fr', 'a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}'),
('product_list', 'products_multicolumns.grid_item_height', 0, 'it', 'a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}'),
('product_list', 'products_multicolumns.grid_item_height', 0, 'nl', 'a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}'),
('product_list', 'products_multicolumns.grid_item_height', 0, 'no', 'a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}'),
('product_list', 'products_multicolumns.grid_item_height', 0, 'pt', 'a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}'),
('product_list', 'products_multicolumns.grid_item_height', 0, 'ro', 'a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}'),
('product_list', 'products_multicolumns.grid_item_height', 0, 'ru', 'a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}'),
('product_list', 'products_multicolumns.show_brand_logo', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_brand_logo', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_brand_logo', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_brand_logo', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_brand_logo', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_brand_logo', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_brand_logo', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_brand_logo', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_brand_logo', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_brand_logo', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_brand_logo', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_brand_logo', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_buttons', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_buttons', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_buttons', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_buttons', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_buttons', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_buttons', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_buttons', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_buttons', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_buttons', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_buttons', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_buttons', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_buttons', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_buttons_on_hover', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_buttons_on_hover', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_buttons_on_hover', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_buttons_on_hover', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_buttons_on_hover', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_buttons_on_hover', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_buttons_on_hover', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_buttons_on_hover', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_buttons_on_hover', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_buttons_on_hover', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_buttons_on_hover', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_buttons_on_hover', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_qty', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_qty', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_qty', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_qty', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_qty', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_qty', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_qty', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_qty', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_qty', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_qty', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_qty', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_qty', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_sku', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_multicolumns.show_sku', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_multicolumns.show_sku', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_multicolumns.show_sku', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_multicolumns.show_sku', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_multicolumns.show_sku', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_multicolumns.show_sku', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_multicolumns.show_sku', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_multicolumns.show_sku', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_multicolumns.show_sku', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_multicolumns.show_sku', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_multicolumns.show_sku', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_multicolumns.show_you_save', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}');
INSERT INTO `partiushop_abt__ut2_settings` (`section`, `name`, `company_id`, `lang_code`, `value`) VALUES
('product_list', 'products_multicolumns.show_you_save', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_you_save', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_you_save', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_you_save', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_you_save', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_you_save', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_you_save', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_you_save', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_you_save', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_you_save', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_multicolumns.show_you_save', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'products_without_options.grid_item_bottom_content', 0, 'da', 'a:3:{s:7:\"desktop\";s:23:\"features_and_variations\";s:6:\"tablet\";s:4:\"none\";s:6:\"mobile\";s:4:\"none\";}'),
('product_list', 'products_without_options.grid_item_bottom_content', 0, 'de', 'a:3:{s:7:\"desktop\";s:23:\"features_and_variations\";s:6:\"tablet\";s:4:\"none\";s:6:\"mobile\";s:4:\"none\";}'),
('product_list', 'products_without_options.grid_item_bottom_content', 0, 'el', 'a:3:{s:7:\"desktop\";s:23:\"features_and_variations\";s:6:\"tablet\";s:4:\"none\";s:6:\"mobile\";s:4:\"none\";}'),
('product_list', 'products_without_options.grid_item_bottom_content', 0, 'en', 'a:3:{s:7:\"desktop\";s:23:\"features_and_variations\";s:6:\"tablet\";s:4:\"none\";s:6:\"mobile\";s:4:\"none\";}'),
('product_list', 'products_without_options.grid_item_bottom_content', 0, 'es', 'a:3:{s:7:\"desktop\";s:23:\"features_and_variations\";s:6:\"tablet\";s:4:\"none\";s:6:\"mobile\";s:4:\"none\";}'),
('product_list', 'products_without_options.grid_item_bottom_content', 0, 'fr', 'a:3:{s:7:\"desktop\";s:23:\"features_and_variations\";s:6:\"tablet\";s:4:\"none\";s:6:\"mobile\";s:4:\"none\";}'),
('product_list', 'products_without_options.grid_item_bottom_content', 0, 'it', 'a:3:{s:7:\"desktop\";s:23:\"features_and_variations\";s:6:\"tablet\";s:4:\"none\";s:6:\"mobile\";s:4:\"none\";}'),
('product_list', 'products_without_options.grid_item_bottom_content', 0, 'nl', 'a:3:{s:7:\"desktop\";s:23:\"features_and_variations\";s:6:\"tablet\";s:4:\"none\";s:6:\"mobile\";s:4:\"none\";}'),
('product_list', 'products_without_options.grid_item_bottom_content', 0, 'no', 'a:3:{s:7:\"desktop\";s:23:\"features_and_variations\";s:6:\"tablet\";s:4:\"none\";s:6:\"mobile\";s:4:\"none\";}'),
('product_list', 'products_without_options.grid_item_bottom_content', 0, 'pt', 'a:3:{s:7:\"desktop\";s:23:\"features_and_variations\";s:6:\"tablet\";s:4:\"none\";s:6:\"mobile\";s:4:\"none\";}'),
('product_list', 'products_without_options.grid_item_bottom_content', 0, 'ro', 'a:3:{s:7:\"desktop\";s:23:\"features_and_variations\";s:6:\"tablet\";s:4:\"none\";s:6:\"mobile\";s:4:\"none\";}'),
('product_list', 'products_without_options.grid_item_bottom_content', 0, 'ru', 'a:3:{s:7:\"desktop\";s:23:\"features_and_variations\";s:6:\"tablet\";s:4:\"none\";s:6:\"mobile\";s:4:\"none\";}'),
('product_list', 'products_without_options.show_amount', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_amount', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_amount', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_amount', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_amount', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_amount', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_amount', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_amount', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_amount', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_amount', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_amount', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_amount', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_brand_logo', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_brand_logo', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_brand_logo', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_brand_logo', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_brand_logo', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_brand_logo', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_brand_logo', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_brand_logo', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_brand_logo', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_brand_logo', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_brand_logo', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_brand_logo', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_options', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_options', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_options', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_options', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_options', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_options', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_options', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_options', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_options', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_options', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_options', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_options', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_qty', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_qty', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_qty', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_qty', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_qty', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_qty', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_qty', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_qty', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_qty', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_qty', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_qty', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_qty', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_sku', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_sku', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_sku', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_sku', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_sku', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_sku', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_sku', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_sku', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_sku', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_sku', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_sku', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'products_without_options.show_sku', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_button', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_button', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_button', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_button', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_button', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_button', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_button', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_button', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_button', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_button', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_button', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_button', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_button_compare', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_button_compare', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_button_compare', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_button_compare', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_button_compare', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_button_compare', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_button_compare', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_button_compare', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_button_compare', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_button_compare', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_button_compare', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_button_compare', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_button_quick_view', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_button_quick_view', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_button_quick_view', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_button_quick_view', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_button_quick_view', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_button_quick_view', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_button_quick_view', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_button_quick_view', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_button_quick_view', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_button_quick_view', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_button_quick_view', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_button_quick_view', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_button_wishlist', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_button_wishlist', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_button_wishlist', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_button_wishlist', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_button_wishlist', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_button_wishlist', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_button_wishlist', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_button_wishlist', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_button_wishlist', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_button_wishlist', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_button_wishlist', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_button_wishlist', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_qty', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_qty', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_qty', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_qty', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_qty', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_qty', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_qty', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_qty', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_qty', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_qty', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_qty', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_qty', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'short_list.show_sku', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_sku', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_sku', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_sku', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_sku', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_sku', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_sku', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_sku', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_sku', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_sku', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_sku', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'short_list.show_sku', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"N\";}'),
('product_list', 'show_fixed_filters_button', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'show_fixed_filters_button', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'show_fixed_filters_button', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'show_fixed_filters_button', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'show_fixed_filters_button', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'show_fixed_filters_button', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'show_fixed_filters_button', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'show_fixed_filters_button', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'show_fixed_filters_button', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'show_fixed_filters_button', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'show_fixed_filters_button', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'show_fixed_filters_button', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"N\";s:6:\"tablet\";s:1:\"N\";s:6:\"mobile\";s:1:\"Y\";}'),
('product_list', 'show_gallery', 0, 'da', 's:1:\"N\";'),
('product_list', 'show_gallery', 0, 'de', 's:1:\"N\";'),
('product_list', 'show_gallery', 0, 'el', 's:1:\"N\";'),
('product_list', 'show_gallery', 0, 'en', 's:1:\"N\";'),
('product_list', 'show_gallery', 0, 'es', 's:1:\"N\";'),
('product_list', 'show_gallery', 0, 'fr', 's:1:\"N\";'),
('product_list', 'show_gallery', 0, 'it', 's:1:\"N\";'),
('product_list', 'show_gallery', 0, 'nl', 's:1:\"N\";'),
('product_list', 'show_gallery', 0, 'no', 's:1:\"N\";'),
('product_list', 'show_gallery', 0, 'pt', 's:1:\"N\";'),
('product_list', 'show_gallery', 0, 'ro', 's:1:\"N\";'),
('product_list', 'show_gallery', 0, 'ru', 's:1:\"N\";'),
('product_list', 'show_rating', 0, 'da', 's:1:\"Y\";'),
('product_list', 'show_rating', 0, 'de', 's:1:\"Y\";'),
('product_list', 'show_rating', 0, 'el', 's:1:\"Y\";'),
('product_list', 'show_rating', 0, 'en', 's:1:\"Y\";'),
('product_list', 'show_rating', 0, 'es', 's:1:\"Y\";'),
('product_list', 'show_rating', 0, 'fr', 's:1:\"Y\";'),
('product_list', 'show_rating', 0, 'it', 's:1:\"Y\";'),
('product_list', 'show_rating', 0, 'nl', 's:1:\"Y\";'),
('product_list', 'show_rating', 0, 'no', 's:1:\"Y\";'),
('product_list', 'show_rating', 0, 'pt', 's:1:\"Y\";'),
('product_list', 'show_rating', 0, 'ro', 's:1:\"Y\";'),
('product_list', 'show_rating', 0, 'ru', 's:1:\"Y\";'),
('vendor', 'show_ask_question_link', 0, 'da', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('vendor', 'show_ask_question_link', 0, 'de', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('vendor', 'show_ask_question_link', 0, 'el', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('vendor', 'show_ask_question_link', 0, 'en', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('vendor', 'show_ask_question_link', 0, 'es', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('vendor', 'show_ask_question_link', 0, 'fr', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('vendor', 'show_ask_question_link', 0, 'it', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('vendor', 'show_ask_question_link', 0, 'nl', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('vendor', 'show_ask_question_link', 0, 'no', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('vendor', 'show_ask_question_link', 0, 'pt', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('vendor', 'show_ask_question_link', 0, 'ro', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('vendor', 'show_ask_question_link', 0, 'ru', 'a:3:{s:7:\"desktop\";s:1:\"Y\";s:6:\"tablet\";s:1:\"Y\";s:6:\"mobile\";s:1:\"Y\";}'),
('vendor', 'truncate_short_description', 0, 'da', 'a:3:{s:7:\"desktop\";s:3:\"180\";s:6:\"tablet\";s:3:\"180\";s:6:\"mobile\";s:3:\"180\";}'),
('vendor', 'truncate_short_description', 0, 'de', 'a:3:{s:7:\"desktop\";s:3:\"180\";s:6:\"tablet\";s:3:\"180\";s:6:\"mobile\";s:3:\"180\";}'),
('vendor', 'truncate_short_description', 0, 'el', 'a:3:{s:7:\"desktop\";s:3:\"180\";s:6:\"tablet\";s:3:\"180\";s:6:\"mobile\";s:3:\"180\";}'),
('vendor', 'truncate_short_description', 0, 'en', 'a:3:{s:7:\"desktop\";s:3:\"180\";s:6:\"tablet\";s:3:\"180\";s:6:\"mobile\";s:3:\"180\";}'),
('vendor', 'truncate_short_description', 0, 'es', 'a:3:{s:7:\"desktop\";s:3:\"180\";s:6:\"tablet\";s:3:\"180\";s:6:\"mobile\";s:3:\"180\";}'),
('vendor', 'truncate_short_description', 0, 'fr', 'a:3:{s:7:\"desktop\";s:3:\"180\";s:6:\"tablet\";s:3:\"180\";s:6:\"mobile\";s:3:\"180\";}'),
('vendor', 'truncate_short_description', 0, 'it', 'a:3:{s:7:\"desktop\";s:3:\"180\";s:6:\"tablet\";s:3:\"180\";s:6:\"mobile\";s:3:\"180\";}'),
('vendor', 'truncate_short_description', 0, 'nl', 'a:3:{s:7:\"desktop\";s:3:\"180\";s:6:\"tablet\";s:3:\"180\";s:6:\"mobile\";s:3:\"180\";}'),
('vendor', 'truncate_short_description', 0, 'no', 'a:3:{s:7:\"desktop\";s:3:\"180\";s:6:\"tablet\";s:3:\"180\";s:6:\"mobile\";s:3:\"180\";}'),
('vendor', 'truncate_short_description', 0, 'pt', 'a:3:{s:7:\"desktop\";s:3:\"180\";s:6:\"tablet\";s:3:\"180\";s:6:\"mobile\";s:3:\"180\";}'),
('vendor', 'truncate_short_description', 0, 'ro', 'a:3:{s:7:\"desktop\";s:3:\"180\";s:6:\"tablet\";s:3:\"180\";s:6:\"mobile\";s:3:\"180\";}'),
('vendor', 'truncate_short_description', 0, 'ru', 'a:3:{s:7:\"desktop\";s:3:\"180\";s:6:\"tablet\";s:3:\"180\";s:6:\"mobile\";s:3:\"180\";}');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_ab__category_banners`
--

CREATE TABLE `partiushop_ab__category_banners` (
  `category_banner_id` mediumint(8) UNSIGNED NOT NULL,
  `status` char(1) NOT NULL DEFAULT 'A',
  `target_blank` char(1) NOT NULL DEFAULT 'Y',
  `nofollow` char(1) NOT NULL DEFAULT 'N',
  `repeat` text NOT NULL,
  `position` varchar(255) NOT NULL DEFAULT '',
  `include_subcategories` char(1) NOT NULL DEFAULT 'Y',
  `from_date` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `to_date` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_ab__category_banners`
--

INSERT INTO `partiushop_ab__category_banners` (`category_banner_id`, `status`, `target_blank`, `nofollow`, `repeat`, `position`, `include_subcategories`, `from_date`, `to_date`) VALUES
(1, 'A', 'Y', 'N', 'a:7:{i:1;a:3:{s:6:\"active\";s:1:\"Y\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";}i:2;a:3:{s:6:\"active\";s:1:\"Y\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";}i:3;a:3:{s:6:\"active\";s:1:\"Y\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";}i:4;a:3:{s:6:\"active\";s:1:\"Y\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";}i:5;a:3:{s:6:\"active\";s:1:\"Y\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";}i:6;a:3:{s:6:\"active\";s:1:\"Y\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";}i:7;a:3:{s:6:\"active\";s:1:\"Y\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";}}', '1-3', 'Y', 0, 0),
(2, 'A', 'Y', 'N', 'a:7:{i:1;a:3:{s:6:\"active\";s:1:\"Y\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";}i:2;a:3:{s:6:\"active\";s:1:\"Y\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";}i:3;a:3:{s:6:\"active\";s:1:\"Y\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";}i:4;a:3:{s:6:\"active\";s:1:\"Y\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";}i:5;a:3:{s:6:\"active\";s:1:\"Y\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";}i:6;a:3:{s:6:\"active\";s:1:\"Y\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";}i:7;a:3:{s:6:\"active\";s:1:\"Y\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";}}', '4-6', 'Y', 0, 0),
(3, 'A', 'Y', 'N', 'a:7:{i:1;a:3:{s:6:\"active\";s:1:\"Y\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";}i:2;a:3:{s:6:\"active\";s:1:\"Y\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";}i:3;a:3:{s:6:\"active\";s:1:\"Y\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";}i:4;a:3:{s:6:\"active\";s:1:\"Y\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";}i:5;a:3:{s:6:\"active\";s:1:\"Y\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";}i:6;a:3:{s:6:\"active\";s:1:\"Y\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";}i:7;a:3:{s:6:\"active\";s:1:\"Y\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";}}', '1-3', 'Y', 0, 0),
(4, 'A', 'Y', 'N', 'a:7:{i:1;a:3:{s:6:\"active\";s:1:\"Y\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";}i:2;a:3:{s:6:\"active\";s:1:\"Y\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";}i:3;a:3:{s:6:\"active\";s:1:\"Y\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";}i:4;a:3:{s:6:\"active\";s:1:\"Y\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";}i:5;a:3:{s:6:\"active\";s:1:\"Y\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";}i:6;a:3:{s:6:\"active\";s:1:\"Y\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";}i:7;a:3:{s:6:\"active\";s:1:\"Y\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";}}', '4-6', 'Y', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_ab__category_banner_categories`
--

CREATE TABLE `partiushop_ab__category_banner_categories` (
  `category_banner_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `category_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_ab__category_banner_categories`
--

INSERT INTO `partiushop_ab__category_banner_categories` (`category_banner_id`, `category_id`) VALUES
(1, 166),
(2, 166),
(3, 166),
(4, 166);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_ab__category_banner_images_and_descr`
--

CREATE TABLE `partiushop_ab__category_banner_images_and_descr` (
  `category_banner_image_id` mediumint(8) UNSIGNED NOT NULL,
  `category_banner_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `category_banner` varchar(255) NOT NULL DEFAULT '',
  `url` varchar(255) NOT NULL DEFAULT '',
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_ab__category_banner_images_and_descr`
--

INSERT INTO `partiushop_ab__category_banner_images_and_descr` (`category_banner_image_id`, `category_banner_id`, `category_banner`, `url`, `lang_code`) VALUES
(1, 1, 'AB: Category banner 1', '', 'en'),
(2, 1, 'AB: Category banner 1', '', 'da'),
(3, 1, 'AB: Category banner 1', '', 'de'),
(4, 1, 'AB: Category banner 1', '', 'es'),
(5, 1, 'AB: Category banner 1', '', 'fr'),
(6, 1, 'AB: Category banner 1', '', 'el'),
(7, 1, 'AB: Category banner 1', '', 'it'),
(8, 1, 'AB: Category banner 1', '', 'nl'),
(9, 1, 'AB: Category banner 1', '', 'ro'),
(10, 1, 'AB: Баннер в категории 1', '', 'ru'),
(11, 1, 'AB: Category banner 1', '', 'no'),
(12, 1, 'AB: Category banner 1', '', 'pt'),
(13, 2, 'AB: Category banner 2', '', 'en'),
(14, 2, 'AB: Category banner 2', '', 'da'),
(15, 2, 'AB: Category banner 2', '', 'de'),
(16, 2, 'AB: Category banner 2', '', 'es'),
(17, 2, 'AB: Category banner 2', '', 'fr'),
(18, 2, 'AB: Category banner 2', '', 'el'),
(19, 2, 'AB: Category banner 2', '', 'it'),
(20, 2, 'AB: Category banner 2', '', 'nl'),
(21, 2, 'AB: Category banner 2', '', 'ro'),
(22, 2, 'AB: Баннер в категории 2', '', 'ru'),
(23, 2, 'AB: Category banner 2', '', 'no'),
(24, 2, 'AB: Category banner 2', '', 'pt'),
(25, 3, 'AB: Category banner 1', '', 'en'),
(26, 3, 'AB: Category banner 1', '', 'da'),
(27, 3, 'AB: Category banner 1', '', 'de'),
(28, 3, 'AB: Category banner 1', '', 'es'),
(29, 3, 'AB: Category banner 1', '', 'fr'),
(30, 3, 'AB: Category banner 1', '', 'el'),
(31, 3, 'AB: Category banner 1', '', 'it'),
(32, 3, 'AB: Category banner 1', '', 'nl'),
(33, 3, 'AB: Category banner 1', '', 'ro'),
(34, 3, 'AB: Баннер в категории 1', '', 'ru'),
(35, 3, 'AB: Category banner 1', '', 'no'),
(36, 3, 'AB: Category banner 1', '', 'pt'),
(37, 4, 'AB: Category banner 2', '', 'en'),
(38, 4, 'AB: Category banner 2', '', 'da'),
(39, 4, 'AB: Category banner 2', '', 'de'),
(40, 4, 'AB: Category banner 2', '', 'es'),
(41, 4, 'AB: Category banner 2', '', 'fr'),
(42, 4, 'AB: Category banner 2', '', 'el'),
(43, 4, 'AB: Category banner 2', '', 'it'),
(44, 4, 'AB: Category banner 2', '', 'nl'),
(45, 4, 'AB: Category banner 2', '', 'ro'),
(46, 4, 'AB: Баннер в категории 2', '', 'ru'),
(47, 4, 'AB: Category banner 2', '', 'no'),
(48, 4, 'AB: Category banner 2', '', 'pt');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_ab__dotd`
--

CREATE TABLE `partiushop_ab__dotd` (
  `promotion_id` mediumint(8) UNSIGNED NOT NULL,
  `filter` char(1) NOT NULL DEFAULT 'N',
  `use_products_filter` char(1) NOT NULL DEFAULT 'Y',
  `hide_products_block` char(1) NOT NULL DEFAULT 'N',
  `show_label_in_products_lists` char(1) NOT NULL DEFAULT 'Y',
  `use_schedule` char(1) NOT NULL DEFAULT 'N',
  `ab__dotd_schedule` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_ab__dotd`
--

INSERT INTO `partiushop_ab__dotd` (`promotion_id`, `filter`, `use_products_filter`, `hide_products_block`, `show_label_in_products_lists`, `use_schedule`, `ab__dotd_schedule`) VALUES
(16, 'N', 'Y', 'N', 'Y', 'N', NULL),
(17, 'N', 'Y', 'N', 'Y', 'N', NULL),
(18, 'N', 'Y', 'N', 'Y', 'N', NULL),
(19, 'N', 'Y', 'N', 'Y', 'N', NULL),
(20, 'N', 'Y', 'N', 'Y', 'N', NULL),
(21, 'N', 'Y', 'N', 'Y', 'N', NULL),
(22, 'N', 'Y', 'N', 'Y', 'N', NULL),
(23, 'N', 'Y', 'N', 'Y', 'N', NULL),
(24, 'N', 'Y', 'N', 'Y', 'N', NULL),
(25, 'N', 'Y', 'N', 'Y', 'N', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_ab__dotd_descriptions`
--

CREATE TABLE `partiushop_ab__dotd_descriptions` (
  `promotion_id` mediumint(8) UNSIGNED NOT NULL,
  `h1` varchar(255) NOT NULL DEFAULT '',
  `page_title` varchar(255) NOT NULL DEFAULT '',
  `meta_description` varchar(255) NOT NULL DEFAULT '',
  `meta_keywords` varchar(255) NOT NULL DEFAULT '',
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_ab__dotd_descriptions`
--

INSERT INTO `partiushop_ab__dotd_descriptions` (`promotion_id`, `h1`, `page_title`, `meta_description`, `meta_keywords`, `lang_code`) VALUES
(16, 'AB: Stock! Buy a promotional hair dryer VALERA - get a 40% discount on the curling iron!', 'Stock! Buy a promotional hair dryer VALERA - get a 40% discount on the curling iron!', 'Stock! Buy a promotional hair dryer VALERA - get a 40% discount on the curling iron!', 'VALERA', 'pt'),
(16, 'AB: Акция! Купи акционный фен VALERA - получи скидку 40% на плойку!', 'Акция! Купи акционный фен VALERA - получи скидку 40% на плойку!', 'Акция! Купи акционный фен VALERA - получи скидку 40% на плойку!', 'Акция', 'ru'),
(17, 'AB: RACING CARD + 2-YEAR LICENSE FOR RACES K1', 'RACING CARD + 2-YEAR LICENSE FOR RACES K1', 'RACING CARD + 2-YEAR LICENSE FOR RACES K1', 'RACING', 'pt'),
(17, 'AB: Гоночный картинг + двухлетняя лицензия на гонки K1', 'Гоночный картинг + двухлетняя лицензия на гонки K1', 'Гоночный картинг + двухлетняя лицензия на гонки K1', 'лицензия', 'ru'),
(18, 'AB: Best photo cameras with discount -10$', 'Best photo cameras with discount -10$', 'Best photo cameras with discount -10$', 'photo cameras, discount', 'pt'),
(18, 'AB: Купите фотоаппарат известного бренда со скидкой 10%', 'Купите фотоаппарат известного бренда со скидкой 10%', 'Купите фотоаппарат известного бренда со скидкой 10%', 'фотоаппарат, скидка', 'ru'),
(19, 'AB: Free shipping for orders over $ 50.', 'Free shipping for orders over $ 50.', 'Free shipping for orders over $ 50.', '', 'pt'),
(19, 'AB: Бесплатная доставка на заказ от 3000 руб.', 'Бесплатная доставка на заказ от 3000 руб.', 'Бесплатная доставка на заказ от 3000 руб.', '', 'ru'),
(20, 'AB: 5% discount for X-Box One & Sabertooth bundle', '5% discount for X-Box One & Sabertooth bundle', '5% discount for X-Box One & Sabertooth bundle', 'X-Box, Sabertooth', 'pt'),
(20, 'AB: Скидка 5% при покупке X-Box One и Sabertooth', 'Скидка 5% при покупке X-Box One и Sabertooth', 'Скидка 5% при покупке X-Box One и Sabertooth', 'X-Box, Sabertooth', 'ru'),
(21, 'AB: Stock! Buy a promotional hair dryer VALERA - get a 40% discount on the curling iron!', 'Stock! Buy a promotional hair dryer VALERA - get a 40% discount on the curling iron!', 'Stock! Buy a promotional hair dryer VALERA - get a 40% discount on the curling iron!', 'VALERA', 'pt'),
(21, 'AB: Акция! Купи акционный фен VALERA - получи скидку 40% на плойку!', 'Акция! Купи акционный фен VALERA - получи скидку 40% на плойку!', 'Акция! Купи акционный фен VALERA - получи скидку 40% на плойку!', 'Акция', 'ru'),
(22, 'AB: RACING CARD + 2-YEAR LICENSE FOR RACES K1', 'RACING CARD + 2-YEAR LICENSE FOR RACES K1', 'RACING CARD + 2-YEAR LICENSE FOR RACES K1', 'RACING', 'pt'),
(22, 'AB: Гоночный картинг + двухлетняя лицензия на гонки K1', 'Гоночный картинг + двухлетняя лицензия на гонки K1', 'Гоночный картинг + двухлетняя лицензия на гонки K1', 'лицензия', 'ru'),
(23, 'AB: Best photo cameras with discount -10$', 'Best photo cameras with discount -10$', 'Best photo cameras with discount -10$', 'photo cameras, discount', 'pt'),
(23, 'AB: Купите фотоаппарат известного бренда со скидкой 10%', 'Купите фотоаппарат известного бренда со скидкой 10%', 'Купите фотоаппарат известного бренда со скидкой 10%', 'фотоаппарат, скидка', 'ru'),
(24, 'AB: Free shipping for orders over $ 50.', 'Free shipping for orders over $ 50.', 'Free shipping for orders over $ 50.', '', 'pt'),
(24, 'AB: Бесплатная доставка на заказ от 3000 руб.', 'Бесплатная доставка на заказ от 3000 руб.', 'Бесплатная доставка на заказ от 3000 руб.', '', 'ru'),
(25, 'AB: 5% discount for X-Box One & Sabertooth bundle', '5% discount for X-Box One & Sabertooth bundle', '5% discount for X-Box One & Sabertooth bundle', 'X-Box, Sabertooth', 'pt'),
(25, 'AB: Скидка 5% при покупке X-Box One и Sabertooth', 'Скидка 5% при покупке X-Box One и Sabertooth', 'Скидка 5% при покупке X-Box One и Sabertooth', 'X-Box, Sabertooth', 'ru');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_ab__dotd_periods`
--

CREATE TABLE `partiushop_ab__dotd_periods` (
  `promotion_id` mediumint(8) UNSIGNED NOT NULL,
  `from_date` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `to_date` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_ab__mb_motivation_items`
--

CREATE TABLE `partiushop_ab__mb_motivation_items` (
  `motivation_item_id` mediumint(8) UNSIGNED NOT NULL,
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `expanded` char(1) NOT NULL DEFAULT 'Y',
  `vendor_edit` char(1) NOT NULL DEFAULT 'Y',
  `status` char(1) NOT NULL DEFAULT 'A',
  `icon_type` varchar(32) NOT NULL DEFAULT '',
  `icon_class` varchar(64) NOT NULL DEFAULT '',
  `icon_color` varchar(20) NOT NULL DEFAULT '',
  `exclude_categories` char(1) NOT NULL DEFAULT 'N',
  `exclude_destinations` char(1) NOT NULL DEFAULT 'N',
  `template_path` text DEFAULT NULL,
  `template_settings` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_ab__mb_motivation_items`
--

INSERT INTO `partiushop_ab__mb_motivation_items` (`motivation_item_id`, `company_id`, `position`, `expanded`, `vendor_edit`, `status`, `icon_type`, `icon_class`, `icon_color`, `exclude_categories`, `exclude_destinations`, `template_path`, `template_settings`) VALUES
(1, 0, 100, 'N', 'Y', 'A', 'icon', 'ut2-icon-outline-local_shipping', '#999999', 'N', 'N', 'addons/ab__motivation_block/blocks/components/item_templates/custom_content.tpl', ''),
(2, 0, 110, 'N', 'Y', 'A', 'icon', 'ut2-icon-baseline-credit_card', '#999999', 'N', 'N', 'addons/ab__motivation_block/blocks/components/item_templates/custom_content.tpl', ''),
(3, 0, 120, 'Y', 'Y', 'A', 'icon', 'ut2-icon-outline-new_releases', '#999999', 'N', 'N', 'addons/ab__motivation_block/blocks/components/item_templates/custom_content.tpl', ''),
(4, 0, 130, 'N', 'Y', 'D', 'icon', 'ut2-icon-outline-menu', '#1e1e1e', 'N', 'N', 'addons/ab__motivation_block/blocks/components/item_templates/product_categories_list.tpl', 'a:1:{s:16:\"brand_feature_id\";i:18;}');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_ab__mb_motivation_item_descriptions`
--

CREATE TABLE `partiushop_ab__mb_motivation_item_descriptions` (
  `motivation_item_id` mediumint(8) UNSIGNED NOT NULL,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_ab__mb_motivation_item_descriptions`
--

INSERT INTO `partiushop_ab__mb_motivation_item_descriptions` (`motivation_item_id`, `lang_code`, `name`, `description`) VALUES
(1, 'da', 'Delivery', '<ul><li>— For USA - $10</li><li>— Worldwide - from $30</li></ul>'),
(1, 'de', 'Delivery', '<ul><li>— For USA - $10</li><li>— Worldwide - from $30</li></ul>'),
(1, 'el', 'Delivery', '<ul><li>— For USA - $10</li><li>— Worldwide - from $30</li></ul>'),
(1, 'en', 'Delivery', '<ul><li>— For USA - $10</li><li>— Worldwide - from $30</li></ul>'),
(1, 'es', 'Delivery', '<ul><li>— For USA - $10</li><li>— Worldwide - from $30</li></ul>'),
(1, 'fr', 'Delivery', '<ul><li>— For USA - $10</li><li>— Worldwide - from $30</li></ul>'),
(1, 'it', 'Delivery', '<ul><li>— For USA - $10</li><li>— Worldwide - from $30</li></ul>'),
(1, 'nl', 'Delivery', '<ul><li>— For USA - $10</li><li>— Worldwide - from $30</li></ul>'),
(1, 'no', 'Delivery', '<ul><li>— For USA - $10</li><li>— Worldwide - from $30</li></ul>'),
(1, 'pt', 'Delivery', '<ul><li>— For USA - $10</li><li>— Worldwide - from $30</li></ul>'),
(1, 'ro', 'Delivery', '<ul><li>— For USA - $10</li><li>— Worldwide - from $30</li></ul>'),
(1, 'ru', 'Доставка', '<ul><li>— В пределах МКАД - 200 руб.</li><li>— За пределами МКАД - 200 руб. + 25 руб./км</li></ul>'),
(2, 'da', 'Payment options', '<ul><li>— Cash on delivery</li><li>— Visa and MasterCard</li><li>— Сashless payments</li><li>— Invoices</li></ul>'),
(2, 'de', 'Payment options', '<ul><li>— Cash on delivery</li><li>— Visa and MasterCard</li><li>— Сashless payments</li><li>— Invoices</li></ul>'),
(2, 'el', 'Payment options', '<ul><li>— Cash on delivery</li><li>— Visa and MasterCard</li><li>— Сashless payments</li><li>— Invoices</li></ul>'),
(2, 'en', 'Payment options', '<ul><li>— Cash on delivery</li><li>— Visa and MasterCard</li><li>— Сashless payments</li><li>— Invoices</li></ul>'),
(2, 'es', 'Payment options', '<ul><li>— Cash on delivery</li><li>— Visa and MasterCard</li><li>— Сashless payments</li><li>— Invoices</li></ul>'),
(2, 'fr', 'Payment options', '<ul><li>— Cash on delivery</li><li>— Visa and MasterCard</li><li>— Сashless payments</li><li>— Invoices</li></ul>'),
(2, 'it', 'Payment options', '<ul><li>— Cash on delivery</li><li>— Visa and MasterCard</li><li>— Сashless payments</li><li>— Invoices</li></ul>'),
(2, 'nl', 'Payment options', '<ul><li>— Cash on delivery</li><li>— Visa and MasterCard</li><li>— Сashless payments</li><li>— Invoices</li></ul>'),
(2, 'no', 'Payment options', '<ul><li>— Cash on delivery</li><li>— Visa and MasterCard</li><li>— Сashless payments</li><li>— Invoices</li></ul>'),
(2, 'pt', 'Payment options', '<ul><li>— Cash on delivery</li><li>— Visa and MasterCard</li><li>— Сashless payments</li><li>— Invoices</li></ul>'),
(2, 'ro', 'Payment options', '<ul><li>— Cash on delivery</li><li>— Visa and MasterCard</li><li>— Сashless payments</li><li>— Invoices</li></ul>'),
(2, 'ru', 'Варианты оплаты', '<ul><li>— Наличными при получении</li><li>— Картами Visa и MasterCard</li><li>— Оплата по счету</li><li>— Безналичный расчет <span class=\"cm-tooltip\" title=\"Только для юридических лиц\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li></ul>'),
(3, 'da', 'Our advantages', '<ul><li>— 12 months warranty <span class=\"cm-tooltip\" title=\"Guarantee for all products in our store is 12 months.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— SMS notification <span class=\"cm-tooltip\" title=\"You receive SMS messages about each stage of your order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Return and exchange <span class=\"cm-tooltip\" title=\"You can return the items purchased within 14 days. The goods must be in normal condition and have all the factory packages.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Different payment methods <span class=\"cm-tooltip\" title=\"Pay orders in convenient ways: cash to the courier, by bank transfer on the receipt of the bank or by credit card right at the time of the order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Best price <span class=\"cm-tooltip\" title=\"We are proud of our prices, hundreds of customers check them every day, which give a choice to our online store!\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li></ul>'),
(3, 'de', 'Our advantages', '<ul><li>— 12 months warranty <span class=\"cm-tooltip\" title=\"Guarantee for all products in our store is 12 months.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— SMS notification <span class=\"cm-tooltip\" title=\"You receive SMS messages about each stage of your order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Return and exchange <span class=\"cm-tooltip\" title=\"You can return the items purchased within 14 days. The goods must be in normal condition and have all the factory packages.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Different payment methods <span class=\"cm-tooltip\" title=\"Pay orders in convenient ways: cash to the courier, by bank transfer on the receipt of the bank or by credit card right at the time of the order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Best price <span class=\"cm-tooltip\" title=\"We are proud of our prices, hundreds of customers check them every day, which give a choice to our online store!\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li></ul>'),
(3, 'el', 'Our advantages', '<ul><li>— 12 months warranty <span class=\"cm-tooltip\" title=\"Guarantee for all products in our store is 12 months.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— SMS notification <span class=\"cm-tooltip\" title=\"You receive SMS messages about each stage of your order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Return and exchange <span class=\"cm-tooltip\" title=\"You can return the items purchased within 14 days. The goods must be in normal condition and have all the factory packages.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Different payment methods <span class=\"cm-tooltip\" title=\"Pay orders in convenient ways: cash to the courier, by bank transfer on the receipt of the bank or by credit card right at the time of the order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Best price <span class=\"cm-tooltip\" title=\"We are proud of our prices, hundreds of customers check them every day, which give a choice to our online store!\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li></ul>'),
(3, 'en', 'Our advantages', '<ul><li>— 12 months warranty <span class=\"cm-tooltip\" title=\"Guarantee for all products in our store is 12 months.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— SMS notification <span class=\"cm-tooltip\" title=\"You receive SMS messages about each stage of your order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Return and exchange <span class=\"cm-tooltip\" title=\"You can return the items purchased within 14 days. The goods must be in normal condition and have all the factory packages.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Different payment methods <span class=\"cm-tooltip\" title=\"Pay orders in convenient ways: cash to the courier, by bank transfer on the receipt of the bank or by credit card right at the time of the order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Best price <span class=\"cm-tooltip\" title=\"We are proud of our prices, hundreds of customers check them every day, which give a choice to our online store!\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li></ul>'),
(3, 'es', 'Our advantages', '<ul><li>— 12 months warranty <span class=\"cm-tooltip\" title=\"Guarantee for all products in our store is 12 months.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— SMS notification <span class=\"cm-tooltip\" title=\"You receive SMS messages about each stage of your order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Return and exchange <span class=\"cm-tooltip\" title=\"You can return the items purchased within 14 days. The goods must be in normal condition and have all the factory packages.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Different payment methods <span class=\"cm-tooltip\" title=\"Pay orders in convenient ways: cash to the courier, by bank transfer on the receipt of the bank or by credit card right at the time of the order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Best price <span class=\"cm-tooltip\" title=\"We are proud of our prices, hundreds of customers check them every day, which give a choice to our online store!\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li></ul>'),
(3, 'fr', 'Our advantages', '<ul><li>— 12 months warranty <span class=\"cm-tooltip\" title=\"Guarantee for all products in our store is 12 months.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— SMS notification <span class=\"cm-tooltip\" title=\"You receive SMS messages about each stage of your order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Return and exchange <span class=\"cm-tooltip\" title=\"You can return the items purchased within 14 days. The goods must be in normal condition and have all the factory packages.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Different payment methods <span class=\"cm-tooltip\" title=\"Pay orders in convenient ways: cash to the courier, by bank transfer on the receipt of the bank or by credit card right at the time of the order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Best price <span class=\"cm-tooltip\" title=\"We are proud of our prices, hundreds of customers check them every day, which give a choice to our online store!\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li></ul>'),
(3, 'it', 'Our advantages', '<ul><li>— 12 months warranty <span class=\"cm-tooltip\" title=\"Guarantee for all products in our store is 12 months.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— SMS notification <span class=\"cm-tooltip\" title=\"You receive SMS messages about each stage of your order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Return and exchange <span class=\"cm-tooltip\" title=\"You can return the items purchased within 14 days. The goods must be in normal condition and have all the factory packages.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Different payment methods <span class=\"cm-tooltip\" title=\"Pay orders in convenient ways: cash to the courier, by bank transfer on the receipt of the bank or by credit card right at the time of the order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Best price <span class=\"cm-tooltip\" title=\"We are proud of our prices, hundreds of customers check them every day, which give a choice to our online store!\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li></ul>'),
(3, 'nl', 'Our advantages', '<ul><li>— 12 months warranty <span class=\"cm-tooltip\" title=\"Guarantee for all products in our store is 12 months.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— SMS notification <span class=\"cm-tooltip\" title=\"You receive SMS messages about each stage of your order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Return and exchange <span class=\"cm-tooltip\" title=\"You can return the items purchased within 14 days. The goods must be in normal condition and have all the factory packages.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Different payment methods <span class=\"cm-tooltip\" title=\"Pay orders in convenient ways: cash to the courier, by bank transfer on the receipt of the bank or by credit card right at the time of the order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Best price <span class=\"cm-tooltip\" title=\"We are proud of our prices, hundreds of customers check them every day, which give a choice to our online store!\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li></ul>'),
(3, 'no', 'Our advantages', '<ul><li>— 12 months warranty <span class=\"cm-tooltip\" title=\"Guarantee for all products in our store is 12 months.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— SMS notification <span class=\"cm-tooltip\" title=\"You receive SMS messages about each stage of your order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Return and exchange <span class=\"cm-tooltip\" title=\"You can return the items purchased within 14 days. The goods must be in normal condition and have all the factory packages.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Different payment methods <span class=\"cm-tooltip\" title=\"Pay orders in convenient ways: cash to the courier, by bank transfer on the receipt of the bank or by credit card right at the time of the order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Best price <span class=\"cm-tooltip\" title=\"We are proud of our prices, hundreds of customers check them every day, which give a choice to our online store!\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li></ul>'),
(3, 'pt', 'Our advantages', '<ul><li>— 12 months warranty <span class=\"cm-tooltip\" title=\"Guarantee for all products in our store is 12 months.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— SMS notification <span class=\"cm-tooltip\" title=\"You receive SMS messages about each stage of your order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Return and exchange <span class=\"cm-tooltip\" title=\"You can return the items purchased within 14 days. The goods must be in normal condition and have all the factory packages.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Different payment methods <span class=\"cm-tooltip\" title=\"Pay orders in convenient ways: cash to the courier, by bank transfer on the receipt of the bank or by credit card right at the time of the order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Best price <span class=\"cm-tooltip\" title=\"We are proud of our prices, hundreds of customers check them every day, which give a choice to our online store!\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li></ul>'),
(3, 'ro', 'Our advantages', '<ul><li>— 12 months warranty <span class=\"cm-tooltip\" title=\"Guarantee for all products in our store is 12 months.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— SMS notification <span class=\"cm-tooltip\" title=\"You receive SMS messages about each stage of your order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Return and exchange <span class=\"cm-tooltip\" title=\"You can return the items purchased within 14 days. The goods must be in normal condition and have all the factory packages.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Different payment methods <span class=\"cm-tooltip\" title=\"Pay orders in convenient ways: cash to the courier, by bank transfer on the receipt of the bank or by credit card right at the time of the order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Best price <span class=\"cm-tooltip\" title=\"We are proud of our prices, hundreds of customers check them every day, which give a choice to our online store!\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li></ul>'),
(3, 'ru', 'Наши преимущества', '<ul><li>— Гарантия 12 месяцев <span class=\"cm-tooltip\" title=\"Гарантия на все купленные товары в нашем инетрнет магазине составляет 12 месяцев.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Оповещение по SMS <span class=\"cm-tooltip\" title=\"Вы получаете SMS сообщения о каждой стадии вашего заказа.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Возврат и обмен <span class=\"cm-tooltip\" title=\"Вы можете вернуть купленные товары в течение 14 дней. Товар должнен быть в нормальном состоянии и иметь все заводские упаковки.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Различные способы оплаты <span class=\"cm-tooltip\" title=\"Оплачивайте товары удобными вам способами: наличными курьеру, безналично по квитанции банка или кредитной картой прямо в момент заказа.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Лучшая цена <span class=\"cm-tooltip\" title=\"Мы гордимся нашими ценами, их каждый день проверяют сотни клиентов, которые отдают выбор нашему интернет - магазину!\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li></ul>'),
(4, 'da', 'Find similar', ''),
(4, 'de', 'Find similar', ''),
(4, 'el', 'Find similar', ''),
(4, 'en', 'Find similar', ''),
(4, 'es', 'Find similar', ''),
(4, 'fr', 'Find similar', ''),
(4, 'it', 'Find similar', ''),
(4, 'nl', 'Find similar', ''),
(4, 'no', 'Find similar', ''),
(4, 'pt', 'Find similar', ''),
(4, 'ro', 'Find similar', ''),
(4, 'ru', 'Найдите похожие', '');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_ab__mb_motivation_item_objects`
--

CREATE TABLE `partiushop_ab__mb_motivation_item_objects` (
  `motivation_item_id` mediumint(8) UNSIGNED NOT NULL,
  `object_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `object_type` char(1) NOT NULL DEFAULT 'C'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_ab__mb_motivation_item_objects`
--

INSERT INTO `partiushop_ab__mb_motivation_item_objects` (`motivation_item_id`, `object_id`, `object_type`) VALUES
(1, 0, 'C'),
(1, 0, 'D'),
(2, 0, 'C'),
(2, 0, 'D'),
(3, 0, 'C'),
(3, 0, 'D'),
(4, 0, 'C'),
(4, 0, 'D');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_ab__mb_vendors_descriptions`
--

CREATE TABLE `partiushop_ab__mb_vendors_descriptions` (
  `motivation_item_id` mediumint(8) UNSIGNED NOT NULL,
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `description` mediumtext DEFAULT NULL,
  `status` char(1) NOT NULL DEFAULT 'A'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_ab__mb_vendors_descriptions`
--

INSERT INTO `partiushop_ab__mb_vendors_descriptions` (`motivation_item_id`, `company_id`, `lang_code`, `description`, `status`) VALUES
(1, 1, 'pt', '<ul><li>— For USA - $10</li><li>— Worldwide - from $30</li></ul>', 'A'),
(1, 2, 'pt', '<ul><li>— For USA - $10</li><li>— Worldwide - from $30</li></ul>', 'A'),
(1, 3, 'pt', '<ul><li>&mdash; For USA - $10</li><li>&mdash; Worldwide - from $20</li></ul>', 'A'),
(1, 4, 'pt', '<ul><li>— For USA - $10</li><li>— Worldwide - from $30</li></ul>', 'A'),
(1, 5, 'pt', '<ul><li>— For USA - $10</li><li>— Worldwide - from $30</li></ul>', 'A'),
(1, 6, 'pt', '<ul><li>— For USA - $10</li><li>— Worldwide - from $30</li></ul>', 'A'),
(2, 1, 'pt', '<ul><li>— Cash on delivery</li><li>— Visa and MasterCard</li><li>— Сashless payments</li><li>— Invoices</li></ul>', 'A'),
(2, 2, 'pt', '<ul><li>— Cash on delivery</li><li>— Visa and MasterCard</li><li>— Сashless payments</li><li>— Invoices</li></ul>', 'A'),
(2, 3, 'pt', '<ul><li>&mdash; Cash on delivery</li><li>&mdash; Visa and MasterCard</li><li>&mdash; Сashless payments</li><li>&mdash; Invoices</li></ul>', 'A'),
(2, 4, 'pt', '<ul><li>— Cash on delivery</li><li>— Visa and MasterCard</li><li>— Сashless payments</li><li>— Invoices</li></ul>', 'A'),
(2, 5, 'pt', '<ul><li>— Cash on delivery</li><li>— Visa and MasterCard</li><li>— Сashless payments</li><li>— Invoices</li></ul>', 'A'),
(2, 6, 'pt', '<ul><li>— Cash on delivery</li><li>— Visa and MasterCard</li><li>— Сashless payments</li><li>— Invoices</li></ul>', 'A'),
(3, 1, 'pt', '<ul><li>— 12 months warranty <span class=\"cm-tooltip\" title=\"Guarantee for all products in our store is 12 months.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— SMS notification <span class=\"cm-tooltip\" title=\"You receive SMS messages about each stage of your order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Return and exchange <span class=\"cm-tooltip\" title=\"You can return the items purchased within 14 days. The goods must be in normal condition and have all the factory packages.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Different payment methods <span class=\"cm-tooltip\" title=\"Pay orders in convenient ways: cash to the courier, by bank transfer on the receipt of the bank or by credit card right at the time of the order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Best price <span class=\"cm-tooltip\" title=\"We are proud of our prices, hundreds of customers check them every day, which give a choice to our online store!\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li></ul>', 'A'),
(3, 2, 'pt', '<ul><li>— 12 months warranty <span class=\"cm-tooltip\" title=\"Guarantee for all products in our store is 12 months.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— SMS notification <span class=\"cm-tooltip\" title=\"You receive SMS messages about each stage of your order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Return and exchange <span class=\"cm-tooltip\" title=\"You can return the items purchased within 14 days. The goods must be in normal condition and have all the factory packages.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Different payment methods <span class=\"cm-tooltip\" title=\"Pay orders in convenient ways: cash to the courier, by bank transfer on the receipt of the bank or by credit card right at the time of the order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Best price <span class=\"cm-tooltip\" title=\"We are proud of our prices, hundreds of customers check them every day, which give a choice to our online store!\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li></ul>', 'A'),
(3, 3, 'pt', '<ul><li>&mdash; 12 months warranty <span class=\"cm-tooltip\" title=\"Guarantee for all products in our store is 12 months.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>&mdash; SMS notification <span class=\"cm-tooltip\" title=\"You receive SMS messages about each stage of your order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>&mdash; Return and exchange <span class=\"cm-tooltip\" title=\"You can return the items purchased within 14 days. The goods must be in normal condition and have all the factory packages.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>&mdash; Different payment methods <span class=\"cm-tooltip\" title=\"Pay orders in convenient ways: cash to the courier, by bank transfer on the receipt of the bank or by credit card right at the time of the order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>&mdash; Best price <span class=\"cm-tooltip\" title=\"We are proud of our prices, hundreds of customers check them every day, which give a choice to our online store!\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li></ul>', 'A'),
(3, 4, 'pt', '<ul><li>— 12 months warranty <span class=\"cm-tooltip\" title=\"Guarantee for all products in our store is 12 months.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— SMS notification <span class=\"cm-tooltip\" title=\"You receive SMS messages about each stage of your order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Return and exchange <span class=\"cm-tooltip\" title=\"You can return the items purchased within 14 days. The goods must be in normal condition and have all the factory packages.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Different payment methods <span class=\"cm-tooltip\" title=\"Pay orders in convenient ways: cash to the courier, by bank transfer on the receipt of the bank or by credit card right at the time of the order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Best price <span class=\"cm-tooltip\" title=\"We are proud of our prices, hundreds of customers check them every day, which give a choice to our online store!\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li></ul>', 'A'),
(3, 5, 'pt', '<ul><li>— 12 months warranty <span class=\"cm-tooltip\" title=\"Guarantee for all products in our store is 12 months.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— SMS notification <span class=\"cm-tooltip\" title=\"You receive SMS messages about each stage of your order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Return and exchange <span class=\"cm-tooltip\" title=\"You can return the items purchased within 14 days. The goods must be in normal condition and have all the factory packages.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Different payment methods <span class=\"cm-tooltip\" title=\"Pay orders in convenient ways: cash to the courier, by bank transfer on the receipt of the bank or by credit card right at the time of the order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Best price <span class=\"cm-tooltip\" title=\"We are proud of our prices, hundreds of customers check them every day, which give a choice to our online store!\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li></ul>', 'A'),
(3, 6, 'pt', '<ul><li>— 12 months warranty <span class=\"cm-tooltip\" title=\"Guarantee for all products in our store is 12 months.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— SMS notification <span class=\"cm-tooltip\" title=\"You receive SMS messages about each stage of your order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Return and exchange <span class=\"cm-tooltip\" title=\"You can return the items purchased within 14 days. The goods must be in normal condition and have all the factory packages.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Different payment methods <span class=\"cm-tooltip\" title=\"Pay orders in convenient ways: cash to the courier, by bank transfer on the receipt of the bank or by credit card right at the time of the order.\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li><li>— Best price <span class=\"cm-tooltip\" title=\"We are proud of our prices, hundreds of customers check them every day, which give a choice to our online store!\"><i class=\"ut2-icon-outline-info-circle\"></i></span></li></ul>', 'A');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_ab__search_motivation`
--

CREATE TABLE `partiushop_ab__search_motivation` (
  `category_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL,
  `search_phrases` mediumtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_ab__search_motivation`
--

INSERT INTO `partiushop_ab__search_motivation` (`category_id`, `company_id`, `lang_code`, `search_phrases`) VALUES
(0, 0, 'pt', 'Faça uma Busca\r\nAqui tem o que você precisa\r\nEstou aqui para facilitar seu dia :)'),
(265, 0, 'pt', ''),
(266, 0, 'pt', ''),
(268, 0, 'pt', ''),
(269, 0, 'pt', ''),
(270, 0, 'pt', ''),
(271, 0, 'pt', ''),
(272, 0, 'pt', ''),
(273, 0, 'pt', ''),
(274, 0, 'pt', ''),
(275, 0, 'pt', ''),
(276, 0, 'pt', ''),
(277, 0, 'pt', ''),
(278, 0, 'pt', ''),
(279, 0, 'pt', ''),
(280, 0, 'pt', '');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_ab__video_gallery`
--

CREATE TABLE `partiushop_ab__video_gallery` (
  `video_id` mediumint(8) UNSIGNED NOT NULL,
  `product_id` mediumint(8) UNSIGNED NOT NULL,
  `pos` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `status` char(1) NOT NULL DEFAULT 'A',
  `icon_type` varchar(16) NOT NULL DEFAULT 'snapshot'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_ab__video_gallery_descriptions`
--

CREATE TABLE `partiushop_ab__video_gallery_descriptions` (
  `video_id` mediumint(8) UNSIGNED NOT NULL,
  `youtube_id` varchar(16) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext NOT NULL,
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_ab__video_gallery_settings`
--

CREATE TABLE `partiushop_ab__video_gallery_settings` (
  `product_id` mediumint(8) UNSIGNED NOT NULL,
  `var` varchar(32) NOT NULL DEFAULT '',
  `value` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_ab__video_gallery_settings`
--

INSERT INTO `partiushop_ab__video_gallery_settings` (`product_id`, `var`, `value`) VALUES
(12, 'replace_image', 'N'),
(17, 'replace_image', 'N'),
(148, 'replace_image', 'N'),
(180, 'replace_image', 'N'),
(187, 'replace_image', 'N'),
(286, 'replace_image', 'N'),
(287, 'replace_image', 'N'),
(288, 'replace_image', 'N'),
(289, 'replace_image', 'N');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_access_restriction`
--

CREATE TABLE `partiushop_access_restriction` (
  `item_id` mediumint(8) UNSIGNED NOT NULL,
  `value` varchar(66) NOT NULL DEFAULT '',
  `ip_from` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `ip_to` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `type` char(3) NOT NULL DEFAULT '',
  `status` char(1) NOT NULL DEFAULT 'A',
  `timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `expires` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_access_restriction_block`
--

CREATE TABLE `partiushop_access_restriction_block` (
  `ip` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `tries` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `expires` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_access_restriction_reason_descriptions`
--

CREATE TABLE `partiushop_access_restriction_reason_descriptions` (
  `item_id` mediumint(8) UNSIGNED NOT NULL,
  `type` char(3) NOT NULL DEFAULT '',
  `reason` mediumtext DEFAULT NULL,
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_addons`
--

CREATE TABLE `partiushop_addons` (
  `addon` varchar(32) NOT NULL DEFAULT '',
  `status` char(1) NOT NULL DEFAULT 'A',
  `version` varchar(16) NOT NULL DEFAULT '',
  `priority` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `dependencies` varchar(255) NOT NULL DEFAULT '',
  `conflicts` varchar(255) NOT NULL DEFAULT '',
  `separate` tinyint(1) NOT NULL,
  `unmanaged` tinyint(1) NOT NULL,
  `has_icon` tinyint(1) NOT NULL,
  `install_datetime` int(11) NOT NULL DEFAULT 0,
  `marketplace_id` int(11) UNSIGNED DEFAULT NULL,
  `marketplace_license_key` varchar(64) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_addons`
--

INSERT INTO `partiushop_addons` (`addon`, `status`, `version`, `priority`, `dependencies`, `conflicts`, `separate`, `unmanaged`, `has_icon`, `install_datetime`, `marketplace_id`, `marketplace_license_key`) VALUES
('abt__unitheme2', 'D', '4.11.5.b', 10000, 'banners', 'rus_theme_style,abt__unitheme,abt__youpitheme,ab__auto_loading_products,ab__advanced_banners', 1, 0, 0, 1586387049, NULL, NULL),
('abt__unitheme2_mv', 'D', '4.11.5.a', 10010, 'abt__unitheme2', 'abt__unitheme,abt__youpitheme', 1, 0, 0, 1586387073, NULL, NULL),
('ab__addons_manager', 'D', '2.4.0', 10, '', '', 1, 0, 0, 1628176324, NULL, NULL),
('ab__category_banners', 'D', '2.1.0', 2016, '', '', 1, 0, 0, 1586387095, NULL, NULL),
('ab__deal_of_the_day', 'D', '3.3.0', 2016, '', '', 1, 0, 0, 1586387319, NULL, NULL),
('ab__fast_navigation', 'D', '1.8.0', 2019, '', '', 1, 0, 0, 1586387184, NULL, NULL),
('ab__hide_product_description', 'D', '2.3.1', 2016, '', '', 1, 0, 0, 1586387293, NULL, NULL),
('ab__landing_categories', 'D', '1.9.1', 2017, '', '', 1, 0, 0, 1586387270, NULL, NULL),
('ab__motivation_block', 'D', '2.6.0', 2018, '', 'abt__unitheme', 1, 0, 0, 1586387148, NULL, NULL),
('ab__scroll_to_top', 'D', '1.4.0', 2016, '', '', 1, 0, 0, 1586387226, NULL, NULL),
('ab__search_motivation', 'D', '1.10.0', 2016, '', '', 1, 0, 0, 1586387245, NULL, NULL),
('ab__video_gallery', 'D', '2.3.0', 2017, '', 'sd_labels', 1, 0, 0, 1586387207, NULL, NULL),
('access_restrictions', 'D', '1.0', 2700, '', '', 0, 0, 0, 1586347366, NULL, NULL),
('advanced_addon', 'A', '1.0', 100500, '', '', 0, 0, 0, 1588116114, NULL, NULL),
('advanced_import', 'A', '1.0.0', 1000, '', '', 0, 0, 0, 1586347361, NULL, NULL),
('age_verification', 'A', '1.0', 2900, '', '', 0, 0, 0, 1595096315, NULL, NULL),
('agilecrm', 'A', '1.0', 1700, '', '', 1, 0, 1, 1589329372, NULL, NULL),
('attachments', 'A', '1.0', 600, '', '', 0, 0, 0, 1586347360, NULL, NULL),
('backend_google_auth', 'D', '1.0.0', 1, 'hybrid_auth', '', 0, 0, 0, 1586543263, NULL, NULL),
('banners', 'A', '1.0', 2800, '', '', 0, 0, 0, 1586347366, NULL, NULL),
('barcode', 'A', '1.0', 2500, '', '', 0, 0, 0, 1586347365, NULL, NULL),
('bestsellers', 'A', '1.0', 1700, '', '', 0, 0, 0, 1586347364, NULL, NULL),
('blog', 'A', '1.0', 1700, '', '', 0, 0, 0, 1586347364, NULL, NULL),
('buy_together', 'D', '1.0', 100, '', '', 0, 0, 0, 1586347357, NULL, NULL),
('call_requests', 'D', '1.0', 2300, '', '', 0, 0, 0, 1586347365, NULL, NULL),
('catalog_mode', 'D', '1.0', 4200, '', 'buy_together,gift_certificates,product_configurator', 0, 0, 0, 1586347369, NULL, NULL),
('cscart_uvdesk', 'D', '1.0', 45156215, '', '', 0, 0, 1, 1588918382, NULL, NULL),
('customers_also_bought', 'A', '1.0', 900, '', '', 0, 0, 0, 1586347360, NULL, NULL),
('data_feeds', 'A', '1.0', 4000, '', '', 0, 0, 0, 1586347368, NULL, NULL),
('discussion', 'A', '1.0', 3000, '', '', 0, 0, 0, 1586347367, NULL, NULL),
('email_marketing', 'D', '1.0', 500, '', 'newsletters', 1, 0, 0, 1586347359, NULL, NULL),
('energothemes_license', 'A', '3.4.4132', 100500, '', 'rus_theme_style', 0, 0, 1, 1629143729, NULL, NULL),
('et_banners', 'A', '1.5.4132', 4294967294, 'banners', 'rus_theme_style', 0, 0, 1, 1629143389, NULL, NULL),
('et_category_banner', 'A', '1.5.4132', 100, 'banners', 'rus_theme_style', 0, 0, 1, 1629143313, NULL, NULL),
('et_extended_ratings', 'A', '1.4.4132', 4294967294, 'discussion,product_reviews', 'rus_theme_style', 0, 0, 1, 1629143836, NULL, NULL),
('et_featured_product_banner_tabs', 'A', '1.6.4132', 4294967224, 'banners', 'rus_theme_style', 0, 0, 1, 1629143659, NULL, NULL),
('et_mega_menu', 'A', '3.5.4132', 100, '', 'rus_theme_style', 0, 0, 1, 1629143226, NULL, NULL),
('et_mega_menu_featured_products', 'A', '3.4.4132', 100, 'et_mega_menu', 'rus_theme_style', 0, 0, 1, 1629143633, NULL, NULL),
('et_quick_info', 'A', '1.4.4132', 4294967294, '', 'rus_theme_style', 0, 0, 1, 1629143684, NULL, NULL),
('et_search', 'A', '3.4.4132', 4294967291, '', 'rus_theme_style', 0, 0, 1, 1629143334, NULL, NULL),
('et_vivashop_mv_functionality', 'A', '1.11.4132', 4294967294, '', 'rus_theme_style', 0, 0, 1, 1629143246, NULL, NULL),
('et_vivashop_mv_seo', 'A', '1.3.4132', 4294967294, 'seo', 'rus_theme_style', 0, 0, 1, 1629143707, NULL, NULL),
('et_vivashop_settings', 'A', '3.7.4132', 4294967294, '', 'rus_theme_style', 1, 0, 1, 1629143763, NULL, NULL),
('facebook_pixel', 'D', '1.0', 2000, '', '', 0, 0, 0, 1586347365, NULL, NULL),
('form_builder', 'A', '1.0', 2400, '', '', 0, 0, 0, 1586347365, NULL, NULL),
('geo_maps', 'A', '1.0', 1000, '', '', 0, 0, 0, 1586347360, NULL, NULL),
('gift_certificates', 'A', '1.0', 1100, '', 'catalog_mode', 0, 0, 0, 1586347362, NULL, NULL),
('google_analytics', 'A', '1.0', 2000, '', '', 0, 0, 0, 1586347365, NULL, NULL),
('google_sitemap', 'A', '1.0', 3500, '', '', 0, 0, 0, 1586347367, NULL, NULL),
('graphql_api', 'A', '1.0', 4200, '', '', 0, 1, 0, 1586347369, NULL, NULL),
('hello_world', 'D', '1.0', 100500, '', '', 0, 0, 0, 1588113363, NULL, NULL),
('hidpi', 'A', '1.0', 1, '', '', 0, 0, 0, 1586347357, NULL, NULL),
('hybrid_auth', 'A', '1.0', 4200, '', '', 0, 0, 0, 1586347368, NULL, NULL),
('image_zoom', 'A', '1.0', 3500, '', '', 0, 0, 0, 1586347368, NULL, NULL),
('janrain', 'D', '1.0', 4200, '', 'loginza,hybrid_auth', 0, 0, 0, 1586347369, NULL, NULL),
('livechat', 'D', '1.1.4', 5000, '', '', 1, 0, 1, 1590615706, NULL, NULL),
('master_products', 'A', '1.0', 1510, 'product_variations', '', 0, 0, 0, 1587056177, NULL, NULL),
('mobile_app', 'A', '1.0', 1500, 'storefront_rest_api', '', 1, 0, 0, 1587923758, NULL, NULL),
('mve_plus', 'A', '1.0', 1000, '', '', 0, 1, 0, 1586347360, NULL, NULL),
('my_changes', 'A', '1.0', 4294967294, '', '', 0, 0, 0, 1586347369, NULL, NULL),
('newsletters', 'A', '1.0', 500, '', 'email_marketing', 0, 0, 0, 1586347359, NULL, NULL),
('partiuhub_autentique', 'A', '1.0', 0, '', '', 0, 0, 0, 1656515268, NULL, NULL),
('partiuhub_bling', 'A', '1.0', 200, '', '', 0, 0, 0, 1651860478, NULL, NULL),
('partiuhub_cadastro', 'A', '1.0', 0, '', '', 0, 0, 0, 1652102862, NULL, NULL),
('partiuhub_clear_sale', 'A', '1.0', 0, '', '', 0, 0, 0, 1638985746, NULL, NULL),
('partiuhub_correios', 'A', '1.0', 0, '', '', 0, 0, 0, 1655143098, NULL, NULL),
('partiuhub_cronjobs', 'A', '1.0', 0, '', '', 0, 0, 0, 1655143077, NULL, NULL),
('partiuhub_design', 'A', '1.0', 1001, '', '', 0, 0, 0, 1651860497, NULL, NULL),
('partiuhub_docs', 'A', '1.0', 0, '', '', 0, 0, 0, 1651860506, NULL, NULL),
('partiuhub_global_payments', 'A', '1.0', 0, '', '', 0, 0, 0, 1635260655, NULL, NULL),
('partiuhub_planos_vendedores', 'A', '1.0', 1010, '', '', 0, 0, 0, 1652103086, NULL, NULL),
('partiuhub_products', 'A', '1.0', 0, '', '', 0, 0, 0, 1655730839, NULL, NULL),
('partiuhub_shipments', 'A', '1.0', 101, '', '', 0, 0, 0, 1652103549, NULL, NULL),
('partiuhub_tools', 'A', '1.0', 0, '', '', 0, 0, 0, 1627497724, NULL, NULL),
('paypal', 'A', '1.0', 100, '', '', 0, 0, 0, 1586347357, NULL, NULL),
('pdf_documents', 'A', '1.0', 1500, '', '', 0, 0, 0, 1629143131, NULL, NULL),
('polls', 'D', '1.0', 2600, '', '', 0, 0, 0, 1586347366, NULL, NULL),
('populatiry_column', 'D', '1.0', 4294967294, '', '', 0, 0, 0, 1598320077, NULL, NULL),
('price_list', 'A', '1.0', 4100, '', '', 0, 0, 0, 1586347368, NULL, NULL),
('product_reviews', 'A', '1.0', 3000, '', '', 0, 0, 0, 1629143822, NULL, NULL),
('product_variations', 'A', '1.0', 1500, '', '', 0, 0, 0, 1586347362, NULL, NULL),
('recaptcha', 'D', '1.0', 1500, '', '', 0, 0, 0, 1586347363, NULL, NULL),
('redesk_connection_multivendor', 'D', '1.0', 1100, '', '', 0, 0, 0, 1588252725, NULL, NULL),
('rees46', 'D', '4.04', 100500, '', '', 0, 0, 0, 1598534087, NULL, NULL),
('required_products', 'A', '1.0', 3900, '', '', 0, 0, 0, 1586347368, NULL, NULL),
('reward_points', 'A', '1.0', 1900, '', '', 0, 0, 0, 1586347364, NULL, NULL),
('rma', 'A', '1.0', 1600, '', '', 0, 0, 0, 1586347363, NULL, NULL),
('rss_feed', 'A', '1.0', 490, '', '', 0, 0, 0, 1586347359, NULL, NULL),
('seo', 'A', '1.0', 1800, '', '', 0, 0, 0, 1586347364, NULL, NULL),
('social_buttons', 'A', '1.0', 100, '', '', 0, 0, 0, 1586347357, NULL, NULL),
('storefront_rest_api', 'A', '1.0', 1500, '', '', 0, 1, 0, 1586347362, NULL, NULL),
('store_locator', 'A', '1.0', 1200, '', '', 0, 0, 0, 1586347362, NULL, NULL),
('suppliers', 'A', '1.0', 100, '', '', 0, 0, 0, 1586995762, NULL, NULL),
('tags', 'A', '1.0', 200, '', '', 0, 0, 0, 1586347359, NULL, NULL),
('tech_support_chat', 'A', '1.0', 4294967294, '', '', 0, 1, 0, 1586347369, NULL, NULL),
('vendor_communication', 'A', '1.0', 1000, '', '', 0, 0, 0, 1586347360, NULL, NULL),
('vendor_data_premoderation', 'A', '1.0', 1000, '', '', 0, 0, 0, 1586347361, NULL, NULL),
('vendor_debt_payout', 'A', '1.0', 4294967294, 'vendor_plans', 'paypal_for_marketplaces', 0, 0, 0, 1586347369, NULL, NULL),
('vendor_locations', 'D', '1.0', 10000, '', '', 0, 0, 0, 1625110674, NULL, NULL),
('vendor_panel_configurator', 'A', '1.0', 10000, '', '', 0, 0, 0, 1649249666, NULL, NULL),
('vendor_plans', 'A', '1.1', 1000, '', 'vendor_commission', 0, 0, 0, 1586347361, NULL, NULL),
('vendor_privileges', 'D', '1.0', 4294967294, '', '', 0, 0, 0, 1586347369, NULL, NULL),
('vendor_terms', 'A', '1.0', 1000, '', '', 0, 0, 0, 1586347361, NULL, NULL),
('warehouses', 'A', '1.0', 1300, 'store_locator', '', 0, 0, 0, 1652103644, NULL, NULL),
('watermarks', 'D', '1.0', 3000, '', '', 0, 0, 0, 1586347366, NULL, NULL),
('wishlist', 'A', '1.0', 3100, '', '', 0, 0, 0, 1586347367, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_addon_data`
--

CREATE TABLE `partiushop_addon_data` (
  `addon` varchar(32) NOT NULL DEFAULT '',
  `is_favorite` char(1) NOT NULL DEFAULT 'N'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_addon_descriptions`
--

CREATE TABLE `partiushop_addon_descriptions` (
  `addon` varchar(32) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` varchar(255) NOT NULL DEFAULT '',
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_addon_descriptions`
--

INSERT INTO `partiushop_addon_descriptions` (`addon`, `name`, `description`, `lang_code`) VALUES
('abt__unitheme2', 'AB: UniTheme2', 'Addon adds functional and template files of AB: UniTheme2', 'da'),
('abt__unitheme2', 'AB: UniTheme2', 'Addon adds functional and template files of AB: UniTheme2', 'de'),
('abt__unitheme2', 'AB: UniTheme2', 'Addon adds functional and template files of AB: UniTheme2', 'el'),
('abt__unitheme2', 'AB: UniTheme2', 'Addon adds functional and template files of AB: UniTheme2', 'en'),
('abt__unitheme2', 'AB: UniTheme2', 'Addon adds functional and template files of AB: UniTheme2', 'es'),
('abt__unitheme2', 'AB: UniTheme2', 'Addon adds functional and template files of AB: UniTheme2', 'fr'),
('abt__unitheme2', 'AB: UniTheme2', 'Addon adds functional and template files of AB: UniTheme2', 'it'),
('abt__unitheme2', 'AB: UniTheme2', 'Addon adds functional and template files of AB: UniTheme2', 'nl'),
('abt__unitheme2', 'AB: UniTheme2', 'Addon adds functional and template files of AB: UniTheme2', 'no'),
('abt__unitheme2', 'AB: UniTheme2', 'Addon adds functional and template files of AB: UniTheme2', 'pt'),
('abt__unitheme2', 'AB: UniTheme2', 'Addon adds functional and template files of AB: UniTheme2', 'ro'),
('abt__unitheme2', 'AB: UniTheme2', 'Модуль добавляет функционал и файлы шаблона AB: UniTheme2', 'ru'),
('abt__unitheme2_mv', 'AB: UniTheme2 (Multi-Vendor)', 'Addon adds AB: UniTheme2 files for support of Multi-Vendor edition', 'da'),
('abt__unitheme2_mv', 'AB: UniTheme2 (Multi-Vendor)', 'Addon adds AB: UniTheme2 files for support of Multi-Vendor edition', 'de'),
('abt__unitheme2_mv', 'AB: UniTheme2 (Multi-Vendor)', 'Addon adds AB: UniTheme2 files for support of Multi-Vendor edition', 'el'),
('abt__unitheme2_mv', 'AB: UniTheme2 (Multi-Vendor)', 'Addon adds AB: UniTheme2 files for support of Multi-Vendor edition', 'en'),
('abt__unitheme2_mv', 'AB: UniTheme2 (Multi-Vendor)', 'Addon adds AB: UniTheme2 files for support of Multi-Vendor edition', 'es'),
('abt__unitheme2_mv', 'AB: UniTheme2 (Multi-Vendor)', 'Addon adds AB: UniTheme2 files for support of Multi-Vendor edition', 'fr'),
('abt__unitheme2_mv', 'AB: UniTheme2 (Multi-Vendor)', 'Addon adds AB: UniTheme2 files for support of Multi-Vendor edition', 'it'),
('abt__unitheme2_mv', 'AB: UniTheme2 (Multi-Vendor)', 'Addon adds AB: UniTheme2 files for support of Multi-Vendor edition', 'nl'),
('abt__unitheme2_mv', 'AB: UniTheme2 (Multi-Vendor)', 'Addon adds AB: UniTheme2 files for support of Multi-Vendor edition', 'no'),
('abt__unitheme2_mv', 'AB: UniTheme2 (Multi-Vendor)', 'Addon adds AB: UniTheme2 files for support of Multi-Vendor edition', 'pt'),
('abt__unitheme2_mv', 'AB: UniTheme2 (Multi-Vendor)', 'Addon adds AB: UniTheme2 files for support of Multi-Vendor edition', 'ro'),
('abt__unitheme2_mv', 'AB: UniTheme2 (Multi-Vendor)', 'Модуль добавляет файлы шаблона AB: UniTheme2 для редакции Multi-Vendor', 'ru'),
('ab__addons_manager', 'AB: Add-ons Manager by AlexBranding team', 'Manage add-ons by AlexBranding team. Install and check for updates, get to know our new products. To use add-ons by AlexBranding team, this add-on should always be turned on.', 'da'),
('ab__addons_manager', 'AB: Add-ons Manager by AlexBranding team', 'Manage add-ons by AlexBranding team. Install and check for updates, get to know our new products. To use add-ons by AlexBranding team, this add-on should always be turned on.', 'de'),
('ab__addons_manager', 'AB: Add-ons Manager by AlexBranding team', 'Manage add-ons by AlexBranding team. Install and check for updates, get to know our new products. To use add-ons by AlexBranding team, this add-on should always be turned on.', 'el'),
('ab__addons_manager', 'AB: Add-ons Manager by AlexBranding team', 'Manage add-ons by AlexBranding team. Install and check for updates, get to know our new products. To use add-ons by AlexBranding team, this add-on should always be turned on.', 'en'),
('ab__addons_manager', 'AB: Add-ons Manager by AlexBranding team', 'Manage add-ons by AlexBranding team. Install and check for updates, get to know our new products. To use add-ons by AlexBranding team, this add-on should always be turned on.', 'es'),
('ab__addons_manager', 'AB: Add-ons Manager by AlexBranding team', 'Manage add-ons by AlexBranding team. Install and check for updates, get to know our new products. To use add-ons by AlexBranding team, this add-on should always be turned on.', 'fr'),
('ab__addons_manager', 'AB: Add-ons Manager by AlexBranding team', 'Manage add-ons by AlexBranding team. Install and check for updates, get to know our new products. To use add-ons by AlexBranding team, this add-on should always be turned on.', 'it'),
('ab__addons_manager', 'AB: Add-ons Manager by AlexBranding team', 'Manage add-ons by AlexBranding team. Install and check for updates, get to know our new products. To use add-ons by AlexBranding team, this add-on should always be turned on.', 'nl'),
('ab__addons_manager', 'AB: Add-ons Manager by AlexBranding team', 'Manage add-ons by AlexBranding team. Install and check for updates, get to know our new products. To use add-ons by AlexBranding team, this add-on should always be turned on.', 'no'),
('ab__addons_manager', 'AB: Add-ons Manager by AlexBranding team', 'Manage add-ons by AlexBranding team. Install and check for updates, get to know our new products. To use add-ons by AlexBranding team, this add-on should always be turned on.', 'pt'),
('ab__addons_manager', 'AB: Add-ons Manager by AlexBranding team', 'Manage add-ons by AlexBranding team. Install and check for updates, get to know our new products. To use add-ons by AlexBranding team, this add-on should always be turned on.', 'ro'),
('ab__addons_manager', 'AB: Менеджер модулей', 'Управление модулями от AlexBranding. Установка и проверка обновлений модулей, а также можете ознакомиться с новинками от AlexBranding.', 'ru'),
('ab__category_banners', 'AB: Banners for categories', 'Addon allows to add banners among products of categories', 'da'),
('ab__category_banners', 'AB: Banners for categories', 'Addon allows to add banners among products of categories', 'de'),
('ab__category_banners', 'AB: Banners for categories', 'Addon allows to add banners among products of categories', 'el'),
('ab__category_banners', 'AB: Banners for categories', 'Addon allows to add banners among products of categories', 'en'),
('ab__category_banners', 'AB: Banners for categories', 'Addon allows to add banners among products of categories', 'es'),
('ab__category_banners', 'AB: Banners for categories', 'Addon allows to add banners among products of categories', 'fr'),
('ab__category_banners', 'AB: Banners for categories', 'Addon allows to add banners among products of categories', 'it'),
('ab__category_banners', 'AB: Banners for categories', 'Addon allows to add banners among products of categories', 'nl'),
('ab__category_banners', 'AB: Banners for categories', 'Addon allows to add banners among products of categories', 'no'),
('ab__category_banners', 'AB: Banners for categories', 'Addon allows to add banners among products of categories', 'pt'),
('ab__category_banners', 'AB: Banners for categories', 'Addon allows to add banners among products of categories', 'ro'),
('ab__category_banners', 'AB: Баннеры для категорий', 'Модуль позволяет добавлять баннеры среди товаров категорий', 'ru'),
('ab__deal_of_the_day', 'AB: Product of the day and extended promotions', 'Addon extends native CS-Cart promotions functionality, turning them into a powerful marketing tool', 'da'),
('ab__deal_of_the_day', 'AB: Product of the day and extended promotions', 'Addon extends native CS-Cart promotions functionality, turning them into a powerful marketing tool', 'de'),
('ab__deal_of_the_day', 'AB: Product of the day and extended promotions', 'Addon extends native CS-Cart promotions functionality, turning them into a powerful marketing tool', 'el'),
('ab__deal_of_the_day', 'AB: Product of the day and extended promotions', 'Addon extends native CS-Cart promotions functionality, turning them into a powerful marketing tool', 'en'),
('ab__deal_of_the_day', 'AB: Product of the day and extended promotions', 'Addon extends native CS-Cart promotions functionality, turning them into a powerful marketing tool', 'es'),
('ab__deal_of_the_day', 'AB: Product of the day and extended promotions', 'Addon extends native CS-Cart promotions functionality, turning them into a powerful marketing tool', 'fr'),
('ab__deal_of_the_day', 'AB: Product of the day and extended promotions', 'Addon extends native CS-Cart promotions functionality, turning them into a powerful marketing tool', 'it'),
('ab__deal_of_the_day', 'AB: Product of the day and extended promotions', 'Addon extends native CS-Cart promotions functionality, turning them into a powerful marketing tool', 'nl'),
('ab__deal_of_the_day', 'AB: Product of the day and extended promotions', 'Addon extends native CS-Cart promotions functionality, turning them into a powerful marketing tool', 'no'),
('ab__deal_of_the_day', 'AB: Product of the day and extended promotions', 'Addon extends native CS-Cart promotions functionality, turning them into a powerful marketing tool', 'pt'),
('ab__deal_of_the_day', 'AB: Product of the day and extended promotions', 'Addon extends native CS-Cart promotions functionality, turning them into a powerful marketing tool', 'ro'),
('ab__deal_of_the_day', 'AB: Товар дня и расширенные промо-акции', 'Модуль расширяет базовый функционал промо-акций CS-Cart, превращая их в мощный маркетинговый инструмент', 'ru'),
('ab__fast_navigation', 'AB: Fast navigation', 'Addon allows to add fast navigation block on the store pages', 'da'),
('ab__fast_navigation', 'AB: Fast navigation', 'Addon allows to add fast navigation block on the store pages', 'de'),
('ab__fast_navigation', 'AB: Fast navigation', 'Addon allows to add fast navigation block on the store pages', 'el'),
('ab__fast_navigation', 'AB: Fast navigation', 'Addon allows to add fast navigation block on the store pages', 'en'),
('ab__fast_navigation', 'AB: Fast navigation', 'Addon allows to add fast navigation block on the store pages', 'es'),
('ab__fast_navigation', 'AB: Fast navigation', 'Addon allows to add fast navigation block on the store pages', 'fr'),
('ab__fast_navigation', 'AB: Fast navigation', 'Addon allows to add fast navigation block on the store pages', 'it'),
('ab__fast_navigation', 'AB: Fast navigation', 'Addon allows to add fast navigation block on the store pages', 'nl'),
('ab__fast_navigation', 'AB: Fast navigation', 'Addon allows to add fast navigation block on the store pages', 'no'),
('ab__fast_navigation', 'AB: Fast navigation', 'Addon allows to add fast navigation block on the store pages', 'pt'),
('ab__fast_navigation', 'AB: Fast navigation', 'Addon allows to add fast navigation block on the store pages', 'ro'),
('ab__fast_navigation', 'AB: Быстрая навигация', 'Модуль позволяет добавлять блок быстрой навигации по страницам магазина', 'ru'),
('ab__hide_product_description', 'AB: Hide the part of the content up to a certain height', 'Allows you to hide part of the content in the description of categories, brands, product tabs, as well as for blocks with the specified css selector', 'da'),
('ab__hide_product_description', 'AB: Hide the part of the content up to a certain height', 'Allows you to hide part of the content in the description of categories, brands, product tabs, as well as for blocks with the specified css selector', 'de'),
('ab__hide_product_description', 'AB: Hide the part of the content up to a certain height', 'Allows you to hide part of the content in the description of categories, brands, product tabs, as well as for blocks with the specified css selector', 'el'),
('ab__hide_product_description', 'AB: Hide the part of the content up to a certain height', 'Allows you to hide part of the content in the description of categories, brands, product tabs, as well as for blocks with the specified css selector', 'en'),
('ab__hide_product_description', 'AB: Hide the part of the content up to a certain height', 'Allows you to hide part of the content in the description of categories, brands, product tabs, as well as for blocks with the specified css selector', 'es'),
('ab__hide_product_description', 'AB: Hide the part of the content up to a certain height', 'Allows you to hide part of the content in the description of categories, brands, product tabs, as well as for blocks with the specified css selector', 'fr'),
('ab__hide_product_description', 'AB: Hide the part of the content up to a certain height', 'Allows you to hide part of the content in the description of categories, brands, product tabs, as well as for blocks with the specified css selector', 'it'),
('ab__hide_product_description', 'AB: Hide the part of the content up to a certain height', 'Allows you to hide part of the content in the description of categories, brands, product tabs, as well as for blocks with the specified css selector', 'nl'),
('ab__hide_product_description', 'AB: Hide the part of the content up to a certain height', 'Allows you to hide part of the content in the description of categories, brands, product tabs, as well as for blocks with the specified css selector', 'no'),
('ab__hide_product_description', 'AB: Hide the part of the content up to a certain height', 'Allows you to hide part of the content in the description of categories, brands, product tabs, as well as for blocks with the specified css selector', 'pt'),
('ab__hide_product_description', 'AB: Hide the part of the content up to a certain height', 'Allows you to hide part of the content in the description of categories, brands, product tabs, as well as for blocks with the specified css selector', 'ro'),
('ab__hide_product_description', 'AB: Скрыть часть контента до определенной высоты', 'Позволяет скрывать часть контента в описании категорий, брендов, вкладок товара, а также для блоков с указанным css-селектором', 'ru'),
('ab__landing_categories', 'AB: Landing categories/pages', 'Allows to create landing pages for categories', 'da'),
('ab__landing_categories', 'AB: Landing categories/pages', 'Allows to create landing pages for categories', 'de'),
('ab__landing_categories', 'AB: Landing categories/pages', 'Allows to create landing pages for categories', 'el'),
('ab__landing_categories', 'AB: Landing categories/pages', 'Allows to create landing pages for categories', 'en'),
('ab__landing_categories', 'AB: Landing categories/pages', 'Allows to create landing pages for categories', 'es'),
('ab__landing_categories', 'AB: Landing categories/pages', 'Allows to create landing pages for categories', 'fr'),
('ab__landing_categories', 'AB: Landing categories/pages', 'Allows to create landing pages for categories', 'it'),
('ab__landing_categories', 'AB: Landing categories/pages', 'Allows to create landing pages for categories', 'nl'),
('ab__landing_categories', 'AB: Landing categories/pages', 'Allows to create landing pages for categories', 'no'),
('ab__landing_categories', 'AB: Landing categories/pages', 'Allows to create landing pages for categories', 'pt'),
('ab__landing_categories', 'AB: Landing categories/pages', 'Allows to create landing pages for categories', 'ro'),
('ab__landing_categories', 'AB: Посадочные категории/страницы', 'Позволяет создавать посадочные страницы для категорий', 'ru'),
('ab__motivation_block', 'AB: Motivation block', 'Add-on allows creating a motivation block', 'da'),
('ab__motivation_block', 'AB: Motivation block', 'Add-on allows creating a motivation block', 'de'),
('ab__motivation_block', 'AB: Motivation block', 'Add-on allows creating a motivation block', 'el'),
('ab__motivation_block', 'AB: Motivation block', 'Add-on allows to create a motivation block', 'en'),
('ab__motivation_block', 'AB: Motivation block', 'Add-on allows creating a motivation block', 'es'),
('ab__motivation_block', 'AB: Motivation block', 'Add-on allows creating a motivation block', 'fr'),
('ab__motivation_block', 'AB: Motivation block', 'Add-on allows creating a motivation block', 'it'),
('ab__motivation_block', 'AB: Motivation block', 'Add-on allows creating a motivation block', 'nl'),
('ab__motivation_block', 'AB: Motivation block', 'Add-on allows creating a motivation block', 'no'),
('ab__motivation_block', 'AB: Motivation block', 'Add-on allows to create a motivation block', 'pt'),
('ab__motivation_block', 'AB: Motivation block', 'Add-on allows creating a motivation block', 'ro'),
('ab__motivation_block', 'AB: Блок мотивации', 'Модуль позволяет создавать блок мотивации', 'ru'),
('ab__scroll_to_top', 'AB: \"Scroll to top\" button', 'Addon allows adding scrolling to page top button on the storefront and the administrative panel pages', 'da'),
('ab__scroll_to_top', 'AB: \"Scroll to top\" button', 'Addon allows adding scrolling to page top button on the storefront and the administrative panel pages', 'de'),
('ab__scroll_to_top', 'AB: \"Scroll to top\" button', 'Addon allows adding scrolling to page top button on the storefront and the administrative panel pages', 'el'),
('ab__scroll_to_top', 'AB: \"Scroll to top\" button', 'Addon allows adding scrolling to page top button on the storefront and the administrative panel pages', 'en'),
('ab__scroll_to_top', 'AB: \"Scroll to top\" button', 'Addon allows adding scrolling to page top button on the storefront and the administrative panel pages', 'es'),
('ab__scroll_to_top', 'AB: \"Scroll to top\" button', 'Addon allows adding scrolling to page top button on the storefront and the administrative panel pages', 'fr'),
('ab__scroll_to_top', 'AB: \"Scroll to top\" button', 'Addon allows adding scrolling to page top button on the storefront and the administrative panel pages', 'it'),
('ab__scroll_to_top', 'AB: \"Scroll to top\" button', 'Addon allows adding scrolling to page top button on the storefront and the administrative panel pages', 'nl'),
('ab__scroll_to_top', 'AB: \"Scroll to top\" button', 'Addon allows adding scrolling to page top button on the storefront and the administrative panel pages', 'no'),
('ab__scroll_to_top', 'AB: \"Scroll to top\" button', 'Addon allows adding scrolling to page top button on the storefront and the administrative panel pages', 'pt'),
('ab__scroll_to_top', 'AB: \"Scroll to top\" button', 'Addon allows adding scrolling to page top button on the storefront and the administrative panel pages', 'ro'),
('ab__scroll_to_top', 'AB: Кнопка \"Подняться наверх\"', 'Модуль позволяет добавить кнопку прокрутки страницы к верху на страницы магазина и административной панели', 'ru'),
('ab__search_motivation', 'AB: Search motivation', 'Adds motivation placeholder in search field', 'da'),
('ab__search_motivation', 'AB: Search motivation', 'Adds motivation placeholder in search field', 'de'),
('ab__search_motivation', 'AB: Search motivation', 'Adds motivation placeholder in search field', 'el'),
('ab__search_motivation', 'AB: Search motivation', 'Adds motivation placeholder in search field', 'en'),
('ab__search_motivation', 'AB: Search motivation', 'Adds motivation placeholder in search field', 'es'),
('ab__search_motivation', 'AB: Search motivation', 'Adds motivation placeholder in search field', 'fr'),
('ab__search_motivation', 'AB: Search motivation', 'Adds motivation placeholder in search field', 'it'),
('ab__search_motivation', 'AB: Search motivation', 'Adds motivation placeholder in search field', 'nl'),
('ab__search_motivation', 'AB: Search motivation', 'Adds motivation placeholder in search field', 'no'),
('ab__search_motivation', 'AB: Search motivation', 'Adds motivation placeholder in search field', 'pt'),
('ab__search_motivation', 'AB: Search motivation', 'Adds motivation placeholder in search field', 'ro'),
('ab__search_motivation', 'AB: Мотивация поиска', 'Добавляет мотивационный placeholder в поле поиска', 'ru'),
('ab__video_gallery', 'AB: Video gallery of the product', 'Adds the YouTube video to products, show existance of video in products lists', 'da'),
('ab__video_gallery', 'AB: Video gallery of the product', 'Adds the YouTube video to products, show existance of video in products lists', 'de'),
('ab__video_gallery', 'AB: Video gallery of the product', 'Adds the YouTube video to products, show existance of video in products lists', 'el'),
('ab__video_gallery', 'AB: Video gallery of the product', 'Adds the YouTube video to products, show existance of video in products lists', 'en'),
('ab__video_gallery', 'AB: Video gallery of the product', 'Adds the YouTube video to products, show existance of video in products lists', 'es'),
('ab__video_gallery', 'AB: Video gallery of the product', 'Adds the YouTube video to products, show existance of video in products lists', 'fr'),
('ab__video_gallery', 'AB: Video gallery of the product', 'Adds the YouTube video to products, show existance of video in products lists', 'it'),
('ab__video_gallery', 'AB: Video gallery of the product', 'Adds the YouTube video to products, show existance of video in products lists', 'nl'),
('ab__video_gallery', 'AB: Video gallery of the product', 'Adds the YouTube video to products, show existance of video in products lists', 'no'),
('ab__video_gallery', 'AB: Video gallery of the product', 'Adds the YouTube video to products, show existance of video in products lists', 'pt'),
('ab__video_gallery', 'AB: Video gallery of the product', 'Adds the YouTube video to products, show existance of video in products lists', 'ro'),
('ab__video_gallery', 'AB: Видео галерея товара', 'Добавляет YouTube видео к товарам, показывает наличие видео в списках товаров', 'ru'),
('access_restrictions', 'Restrições de acesso', 'Permite limitar o acesso da loja e administrador para determinados endereços IP com opções diferentes', 'da'),
('access_restrictions', 'Zugriffsbeschränkungen', 'Begrenze den Zugriff auf die Shopseite und den Administrationsbereich auf bestimmte IP-Adressen. Hierfür stehen unterschiedliche Optionen zur Verfügung.', 'de'),
('access_restrictions', 'Περιορισμοί πρόσβασης', 'Σάς επιτρέπει να περιορίσετε την πρόσβαση στην περιοχή του καταστήματος και της  διαχείρισης αυτού  σε συγκεκριμένες διευθύνσεις IP με διαφορετικές επιλογές', 'el'),
('access_restrictions', 'Access restrictions', 'Lets you limit storefront and administrator area access to certain IP-addresses with different options', 'en'),
('access_restrictions', 'Restricciones de acceso', 'Le permite limitar el acceso al área de tienda y administrador para ciertas direcciones IP con diferentes opciones', 'es'),
('access_restrictions', 'Restrictions d\'accès', 'Vous permet de limiter l\'accès à la vitrine et à l\'espace administrateur à certaines adresses IP avec différentes options', 'fr'),
('access_restrictions', 'Restrizione accessi', 'Consente di limitare l\'accesso all\'area pubblica e di amministratore a determinati indirizzi IP con diverse opzioni', 'it'),
('access_restrictions', 'Toegangsbeperkingen', 'Beperk de toegang tot uw webwinkel en beheerderspagina\'s tot bepaalde IP-adressen met verschillende opties', 'nl'),
('access_restrictions', 'Tilgangsbegrensninger', 'Lar du begrense butikkforsiden og admin-området adgang til til visse IP-adresser med ulike alternativer', 'no'),
('access_restrictions', 'Restrições de acesso', 'Permite limitar o acesso da loja e administrador para determinados endereços IP com opções diferentes', 'pt'),
('access_restrictions', 'Restricții acces', 'Vă permite să limitați accesul în zona de afisare a paginii magazinului și administrare la anumite adrese IP cu diferite opțiuni', 'ro'),
('access_restrictions', 'Ограничение доступа', 'Ограничение доступа к витрине и панели администратора с определенных IP-адресов, черный список адресов эл. почты и номеров банковских карт.', 'ru'),
('advanced_addon', 'Advanced Add-on', 'Advanced Add-on', 'da'),
('advanced_addon', 'Advanced Add-on', 'Advanced Add-on', 'de'),
('advanced_addon', 'Advanced Add-on', 'Advanced Add-on', 'el'),
('advanced_addon', 'Advanced Add-on', 'Advanced Add-on', 'en'),
('advanced_addon', 'Advanced Add-on', 'Advanced Add-on', 'es'),
('advanced_addon', 'Advanced Add-on', 'Advanced Add-on', 'fr'),
('advanced_addon', 'Advanced Add-on', 'Advanced Add-on', 'it'),
('advanced_addon', 'Advanced Add-on', 'Advanced Add-on', 'nl'),
('advanced_addon', 'Advanced Add-on', 'Advanced Add-on', 'no'),
('advanced_addon', 'Advanced Add-on', 'Advanced Add-on', 'pt'),
('advanced_addon', 'Advanced Add-on', 'Advanced Add-on', 'ro'),
('advanced_addon', 'Advanced Add-on', 'Advanced Add-on', 'ru'),
('advanced_import', 'Importação avançada de produtos', 'Permita verificar se os campos do arquivo importado conferem com as propriedades do produto. Estas verificações, bem como outras configurações de importação podem ser salvas para uso futuro.', 'da'),
('advanced_import', 'Advanced products import', 'Ermöglicht es Ihnen, die Felder in der importierten Datei mit den Produkteigenschaften abzugleichen. Diese Abgleichungen und andere Importeinstellungen können auch als Voreinstellungen zur späteren Verwendung gespeichert werden.', 'de'),
('advanced_import', 'Προηγμένη Εισαγωγή Προϊόντων', 'Σας επιτρέπει να ταιριάξετε με τα πεδία στο εισαγόμενο αρχείο με τις ιδιότητες του προϊόντος. Αυτά τα ταιριάσματα και άλλες ρυθμίσεις εισαγωγής μπορούν επίσης να αποθηκευτούν ως προεπιλογές για μελλοντική χρήση.', 'el'),
('advanced_import', 'Advanced products import', 'Allows you to match the fields in the imported file with the product properties. These matchings and other import settings can also be saved as presets for later use.', 'en'),
('advanced_import', 'Advanced products import', 'Permite que los campos en los archivos importados coincidan con las propiedades del producto. Estas coincidencias y otras configuraciones importadas pueden también ser almacenadas como ajustes prestablecidos para su uso posterior.', 'es'),
('advanced_import', 'Import de produits avancés', 'Vous permet de faire correspondre les champs du fichier importé avec les propriétés du produit. Ces correspondances et d\'autres paramètres d\'importation peuvent également être enregistrés en tant que préréglages pour une utilisation ultérieure.', 'fr'),
('advanced_import', 'Advanced products import', 'Allows you to match the fields in the imported file with the product properties. These matchings and other import settings can also be saved as presets for later use.', 'it'),
('advanced_import', 'Geavanceerde producten importeren', 'Hiermee kunt u de velden in het geïmporteerde bestand koppelen aan de producteigenschappen. Deze koppelingen en andere importinstellingen kunnen ook worden opgeslagen als presets voor later gebruik.', 'nl'),
('advanced_import', 'Advanced products import', 'Lar deg matche feltene i den importerte filen med produktegenskapene. Disse og andre importinnstillinger kan også lagres som forhåndsinnstillinger for senere bruk.', 'no'),
('advanced_import', 'Importação avançada de produtos', 'Permita verificar se os campos do arquivo importado conferem com as propriedades do produto. Estas verificações, bem como outras configurações de importação podem ser salvas para uso futuro.', 'pt'),
('advanced_import', 'Import produse avansate', 'Vă permite să potriviți câmpurile din fișierul importat cu proprietățile produsului. Aceste potriviri și alte setări de import pot fi de asemenea salvate ca presetări pentru utilizare ulterioară.', 'ro'),
('advanced_import', 'Расширенный импорт товаров', 'Сопоставляет поля в файле импорта со свойствами товара. Установленные соответствия и другие настройки импорта могу быть сохранены в качестве пресетов для последующего использования.', 'ru'),
('affiliate', 'Affiliazione', 'Toggles and lets configure the affiliate system', 'it'),
('age_verification', 'Verificação de idade', 'Ativa regras de restrição de idade para produtos e categorias', 'da'),
('age_verification', 'Altersverifikation', 'Altersbeschränkung für Artikel und Kategorien einstellen', 'de'),
('age_verification', 'Επαλήθευση ηλικίας', 'Εναλλάσσει κανόνες  περιορισμού ηλικίαw με προϊόντων και κατηγοριών', 'el'),
('age_verification', 'Age verification', 'Toggles age restriction rules for products and categories', 'en'),
('age_verification', 'Verificación de edad', 'Cambia las reglas de restricción de edad para productos y categorías', 'es'),
('age_verification', 'Vérification de l\'âge', 'Basculer les règles de limite d\'âge pour les produits et les catégories', 'fr'),
('age_verification', 'Verifica età', 'Imposta restrizioni sull\'età per i prodotti e le categorie', 'it'),
('age_verification', 'Leeftijdscontrole', 'Leeftijdsbeperking voor producten en categorieën inschakelen', 'nl'),
('age_verification', 'Verifisering av alder', 'Aktiverer aldersgrenseregler for produkter og kategorier', 'no'),
('age_verification', 'Verificação de idade', 'Ativa regras de restrição de idade para produtos e categorias', 'pt'),
('age_verification', 'Verificare vârstei', 'Comută regulile de restricție de vârstă pentru produse și categorii', 'ro'),
('age_verification', 'Ограничение по возрасту', 'Возрастные ограничения для товаров и категорий', 'ru'),
('agilecrm', 'Agile CRM', 'Agile CRM is an all-in-one, affordable and next-gen Customer Relationship Management (CRM) software with marketing, sales and service automation, built with love for small businesses.', 'da'),
('agilecrm', 'Agile CRM', 'Agile CRM is an all-in-one, affordable and next-gen Customer Relationship Management (CRM) software with marketing, sales and service automation, built with love for small businesses.', 'de'),
('agilecrm', 'Agile CRM', 'Agile CRM is an all-in-one, affordable and next-gen Customer Relationship Management (CRM) software with marketing, sales and service automation, built with love for small businesses.', 'el'),
('agilecrm', 'Agile CRM', 'Agile CRM is an all-in-one, affordable and next-gen Customer Relationship Management (CRM) software with marketing, sales and service automation, built with love for small businesses.', 'en'),
('agilecrm', 'Agile CRM', 'Agile CRM is an all-in-one, affordable and next-gen Customer Relationship Management (CRM) software with marketing, sales and service automation, built with love for small businesses.', 'es'),
('agilecrm', 'Agile CRM', 'Agile CRM is an all-in-one, affordable and next-gen Customer Relationship Management (CRM) software with marketing, sales and service automation, built with love for small businesses.', 'fr'),
('agilecrm', 'Agile CRM', 'Agile CRM is an all-in-one, affordable and next-gen Customer Relationship Management (CRM) software with marketing, sales and service automation, built with love for small businesses.', 'it'),
('agilecrm', 'Agile CRM', 'Agile CRM is an all-in-one, affordable and next-gen Customer Relationship Management (CRM) software with marketing, sales and service automation, built with love for small businesses.', 'nl'),
('agilecrm', 'Agile CRM', 'Agile CRM is an all-in-one, affordable and next-gen Customer Relationship Management (CRM) software with marketing, sales and service automation, built with love for small businesses.', 'no'),
('agilecrm', 'Agile CRM', 'Agile CRM is an all-in-one, affordable and next-gen Customer Relationship Management (CRM) software with marketing, sales and service automation, built with love for small businesses.', 'pt'),
('agilecrm', 'Agile CRM', 'Agile CRM is an all-in-one, affordable and next-gen Customer Relationship Management (CRM) software with marketing, sales and service automation, built with love for small businesses.', 'ro'),
('agilecrm', 'Agile CRM', 'Agile CRM is an all-in-one, affordable and next-gen Customer Relationship Management (CRM) software with marketing, sales and service automation, built with love for small businesses.', 'ru'),
('anti_fraud', 'Anti frode', 'Adds configurable security order verification using the Maxmind service to prevent fraud', 'it'),
('attachments', 'Anexos', 'Permitir anexar arquivos nos produtos', 'da'),
('attachments', 'Anhänge', 'Ermöglicht das Anhängen von Dateien an Artikel', 'de'),
('attachments', 'Eπισυνάψεις', 'Επιτρέπει να επισυνάψετε αρχεία σε προϊόντα', 'el'),
('attachments', 'Attachments', 'Makes it possible to attach files to products', 'en'),
('attachments', 'Archivos adjuntos', 'Permite adjuntar archivos a los productos', 'es'),
('attachments', 'Attachements', 'Permet de joindre des fichiers aux produits', 'fr'),
('attachments', 'Allegati', 'Permette di allegare file ai prodotti', 'it'),
('attachments', 'Bijlagen', 'Maakt het mogelijk bestanden toe te voegen aan producten', 'nl'),
('attachments', 'Vedlegg', 'Gjør det mulig å legge med vedlegg til produkter', 'no'),
('attachments', 'Anexos', 'Permitir anexar arquivos nos produtos', 'pt'),
('attachments', 'Atașamente', 'Face posibilă atașarea de fișiere produselor', 'ro'),
('attachments', 'Прикрепленные файлы', 'Возможность прикреплять файлы к товарам', 'ru'),
('backend_google_auth', 'Acesso via Google', 'Substitui o mecanismo de login padrão pelo login via Contas do Google.', 'da'),
('backend_google_auth', 'Back-End-Anmeldung über Google', 'Ersetzt den standardmäßigen Backend-Anmeldemechanismus durch Authentifizierung über Google-Konten.', 'de'),
('backend_google_auth', 'Σύνδεση στο Back-End με Google', 'Αντικαθιστά τον μηχανισμό σύνδεσης στην διαχείριση του καταστήματος με μηχανισμό πιστοποίησης μέσω Google accounts.', 'el'),
('backend_google_auth', 'Back-End Sign-In via Google', 'Replaces the standard back-end sign-in mechanism with authentication via Google accounts.', 'en'),
('backend_google_auth', 'Inicio de sesión back-End a través de Google', 'Reemplaza el mecanismo estándar de inicio de sesión back-end con autenticación a través de cuentas de Google.', 'es'),
('backend_google_auth', 'Back-End Sign-In via Google', 'Replaces the standard back-end sign-in mechanism with authentication via Google accounts.', 'fr'),
('backend_google_auth', 'Back-End Sign-In via Google', 'Replaces the standard back-end sign-in mechanism with authentication via Google accounts.', 'it'),
('backend_google_auth', 'Back-End Sign-In via Google', 'Replaces the standard back-end sign-in mechanism with authentication via Google accounts.', 'nl'),
('backend_google_auth', 'Back-End Sign-In via Google', 'Replaces the standard back-end sign-in mechanism with authentication via Google accounts.', 'no'),
('backend_google_auth', 'Acesso via Google', 'Substitui o mecanismo de login padrão pelo login via Contas do Google.', 'pt'),
('backend_google_auth', 'Back-End Sign-In via Google', 'Înlocuiește mecanismul de conectare standard de back-end cu autentificare prin conturile Google.', 'ro'),
('backend_google_auth', 'Вход в панель администратора через Google', 'Заменяет стандартный механизм авторизации в панели администратора на вход через учётную запись Google.', 'ru'),
('banners', 'Gerenciador de banners', 'Permite que você crie banners gráficos e de texto', 'da'),
('banners', 'Werbeverwaltung', 'Ermöglicht Grafik- und Textbanner zu erstellen', 'de'),
('banners', 'Διαχείρηση των banners', 'Σας επιτρέπει να δημιουργήσετε Banners με κείμενο και οπτικά Banners', 'el'),
('banners', 'Banners management', 'Allows you to create text and visual banners', 'en'),
('banners', 'Gestor de anuncios', 'Permite crear banners de imagen y de texto', 'es'),
('banners', 'Gestion de bannières', 'Vous permet de créer des bannières texte et image', 'fr'),
('banners', 'Gestione banner', 'Ti consente di creare banner con immagini o di solo testo', 'it'),
('banners', 'Advertentiebeheer', 'Stelt u in staat tekstuele en visuele banners aan te maken', 'nl'),
('banners', 'Banner administrasjon', 'Lar deg lage tekstbannere og bildebannere', 'no'),
('banners', 'Gerenciador de banners', 'Permite que você crie banners gráficos e de texto', 'pt'),
('banners', 'Gestionare bannere', 'Vă permite să creaţi text şi bannere vizuale', 'ro'),
('banners', 'Баннеры', 'Текстовые и графические баннеры на витрине', 'ru'),
('barcode', 'Código de barras do pedido', 'Possibilita configurar e anexar códigos de barras a pedidos', 'da'),
('barcode', 'Bestell- Barcode', 'Bietet die Option, Barcodes zu konfigurieren und an Bestellungen anzufügen', 'de'),
('barcode', 'Barcode παραγγελίας', 'Δίνει τη δυνατότητα να ρυθμίσετε παραμέτρους και να επισυνάψετε barcodes στις παραγγελίες', 'el'),
('barcode', 'Order barcode', 'Makes it possible to configure and attach barcodes to orders', 'en'),
('barcode', 'Códico de barras de pedido', 'Permite configurar y adjuntar códigos de barras a los pedidos', 'es'),
('barcode', 'Codes barres', 'Permettre de configurer et d\'attacher des codes barres aux commandes.', 'fr'),
('barcode', 'Codice a barre ordini', 'Permette di configurare e collegare i codici a barre agli ordini', 'it'),
('barcode', 'Streepjescode bestelling', 'Maakt het mogelijk om streepjescodes te configureren te koppelen aan bestellingen', 'nl'),
('barcode', 'Ordre strekkode', 'Gjør det mulig å konfigurere og koble strekkoder til ordrer', 'no'),
('barcode', 'Código de barras do pedido', 'Possibilita configurar e anexar códigos de barras a pedidos', 'pt'),
('barcode', 'Codul de bare al comenzii', 'Face posibilă configurarea şi ataşarea de coduri de bare la comenzi', 'ro'),
('barcode', 'Штрих-коды', 'Уникальные штрих-коды заказов', 'ru'),
('bestsellers', 'Best-sellers & Em promoção', 'Obtém informações sobre os produtos mais vendidos e os produtos em promoção e cria blocos com estes produtos', 'da'),
('bestsellers', 'Bestseller & rabattierte Artikel', 'Sammelt Daten der meistverkauften und rabattierten Artikel und fügt den Inhalt zur Übersicht in einen Block', 'de'),
('bestsellers', 'Καλύτερα σε Πωλήσεις & Προϊόντα με Έκπτωση', 'Συλλέγει Best Sellers Προϊόντα & προιόντα σε έκπτωση και προσθέτει περιεχόμενο σε μπλοκ για να δείξει αυτά τα προϊόντα', 'el'),
('bestsellers', 'Bestsellers & On-Sale Products', 'Collects best selling & on sale product data and adds block fillings to show such products', 'en'),
('bestsellers', 'Más vendidos y productos en oferta', 'Registra datos de los productos más vendidos y de oferta y añade una procedencia para mostrar estos productos en bloques', 'es'),
('bestsellers', 'Meilleures ventes & Produits en soldes', 'Récolte les données des meilleures ventes & des produits en solde et ajoute le remplissage des blocs pour montrer ces produits.', 'fr'),
('bestsellers', 'Bestseller & prodotti in vendita', 'Raccoglie i più venduti & i dati di vendita dei prodotti e popola i blocchi mostrando tali prodotti', 'it'),
('bestsellers', 'Best verkocht & Uitverkoop producten', 'Verzameld dest verkopende & aanbiedingen en voegt deze toe aan een blok om de producten te tonen', 'nl'),
('bestsellers', 'Bestselgere og tilbudsprodukter', 'Samler data fra bestselgere og tilbudsprodukter og legger til blokker for å vise slike produkter', 'no'),
('bestsellers', 'Best-sellers & Em promoção', 'Obtém informações sobre os produtos mais vendidos e os produtos em promoção e cria blocos com estes produtos', 'pt'),
('bestsellers', 'Cel mai bine vandut & pe-vânzare produse', 'Colectează cele mai bune vânzări & produse la promoție şi adaugă bloc pentru a arăta astfel de produse', 'ro'),
('bestsellers', 'Хиты продаж и товары со скидкой', 'Отображение товаров со скидкой и самых продаваемых товаров в блоке на витрине', 'ru'),
('blog', 'Blog', 'Permite publicar um blog facilmente', 'da'),
('blog', 'Blog', 'Wie Sie ganz einfach Ihren Blog starten', 'de'),
('blog', 'Blog', 'Σας επιτρέπει να ξεκινήσετε εύκολα το blog σας', 'el'),
('blog', 'Blog', 'Lets you start your blog easily', 'en'),
('blog', 'Blog', 'Permite comenzar tu blog fácilmente', 'es'),
('blog', 'Blog', 'Vous permet de démarrer votre blog facilement', 'fr'),
('blog', 'Blog', 'Consente di avviare facilmente il tuo blog', 'it'),
('blog', 'Blog', 'Hiermee kan een blog worden gestart', 'nl'),
('blog', 'Blogg', 'Lar deg enkelt starte din blogg', 'no'),
('blog', 'Blog', 'Permite publicar um blog facilmente', 'pt'),
('blog', 'Blog', 'Iti permite sa pornesti blogul cu usurinta', 'ro'),
('blog', 'Блог', 'Позволяет легко начать свой блог', 'ru'),
('buy_together', 'Compre junto', 'Permite configurar descontos ao adquirir certas combinações de produtos', 'da'),
('buy_together', 'Zusammen kaufen', 'Ermöglicht es Ihnen, einen Rabatt bei bestimmten Produktkombinationen zu erstellen', 'de'),
('buy_together', 'Αγοράστε μαζί', 'Σας επιτρέπει να ορίσετε κοινές εκπτώσεις σε συγκεκριμένους συνδυασμούς προϊόντων', 'el'),
('buy_together', 'Buy together', 'Allows you to set up share discounts on certain product combinations', 'en'),
('buy_together', 'Comprar juntos', 'Te permite configurar y compartir descuentos en ciertas combinaciones de producto', 'es'),
('buy_together', 'Acheter ensemble', 'Vous permet de mettre en place les actions de remise sur certaines combinaisons de produits', 'fr'),
('buy_together', 'Acquista insieme', 'Consente di impostare sconti condivisi su alcune combinazioni di prodotto', 'it'),
('buy_together', 'Samen kopen', 'Gedeelde korting instellen op bepaalde productcombinaties', 'nl'),
('buy_together', 'Kjøp sammen', 'Lar deg sette opp rabatter på enkelte produkt-kombinasjoner', 'no'),
('buy_together', 'Buy together [Deprecated]', 'Permite configurar descontos ao adquirir certas combinações de produtos', 'pt'),
('buy_together', 'Cumpără împreună', 'Îți permite să setezi cota de reduceri pe anumite combinații de produs', 'ro'),
('buy_together', 'Комбинации товаров', 'Позволяет устанавливать общие скидки на конкретные комбинации товаров', 'ru'),
('call_requests', 'Solicitações de chamada', 'Adds the \"Buy now with one click\" and \"Request call\" buttons', 'da'),
('call_requests', 'Rückrufanfrage', 'Fügt eine Rückruf-Anfrage hinzu', 'de'),
('call_requests', 'Αιτήσεις κλήσεων', 'Προσθέτει ένα σύστημα ατήσεων κλήσης', 'el'),
('call_requests', 'Call requests', 'Adds the \"Buy now with one click\" and \"Request call\" buttons', 'en'),
('call_requests', 'Solicitudes de llamada', 'Agrega un sistema de solicitudes de llamada', 'es'),
('call_requests', 'Demandes d\'appel', 'Ajoute un système de demandes d\'appel', 'fr'),
('call_requests', 'Richieste', 'Aggiunge un sistema di richieste', 'it'),
('call_requests', 'Bel verzoeken', 'Plaatst een Belmij knop op je website', 'nl'),
('call_requests', 'Anrops forespørsler', 'Legger til et anrops forespørsler system', 'no'),
('call_requests', 'Solicitações de chamada', 'Adds the \"Buy now with one click\" and \"Request call\" buttons', 'pt'),
('call_requests', 'Cereri de apel', 'Adaugă un sistem de apel-cereri', 'ro'),
('call_requests', 'Обратный звонок', 'Покупка в один клик и обратный звонок', 'ru'),
('catalog_mode', 'Modo catálogo', 'Permite que você use a loja como um catálogo de produtos', 'da'),
('catalog_mode', 'Katalog-Modus', 'Erlaubt es den Shop als Artikel-Katalog zu verwenden', 'de'),
('catalog_mode', 'Λειτουργία Καταλόγου', 'Σας επιτρέπει να χρησιμοποιήσετε το κατάστημα ως έναν κατάλογο προϊόντων', 'el'),
('catalog_mode', 'Catalog mode', 'Allows you to use the store as a product catalog', 'en'),
('catalog_mode', 'Modo catálogo', 'Permite utilizar la tienda como un catálogo de productos', 'es'),
('catalog_mode', 'Mode catalogue', 'Vous permet d\'utiliser le magasin comme un catalogue de produits', 'fr'),
('catalog_mode', 'Modalità catalogo', 'Consente di utilizzare il negozio come un catalogo di prodotti', 'it'),
('catalog_mode', 'Catalogus-modus', 'Hiermee kunt u de winkel als een productcatalogus gebruiken', 'nl'),
('catalog_mode', 'Katalogmodus', 'Lar deg bruke nettbutikken som en Produktkatalog', 'no'),
('catalog_mode', 'Modo catálogo', 'Permite que você use a loja como um catálogo de produtos', 'pt'),
('catalog_mode', 'Mod catalog', 'Vă permite să utilizaţi magazin ca un catalog de produse', 'ro'),
('catalog_mode', 'Режим каталога', 'Витрина как каталог товаров (без возможности покупки)', 'ru'),
('cscart_uvdesk', 'UVDesk', 'Ticket managing system', 'da'),
('cscart_uvdesk', 'UVDesk', 'Ticket managing system', 'de'),
('cscart_uvdesk', 'UVDesk', 'Ticket managing system', 'el'),
('cscart_uvdesk', 'UVDesk', 'Ticket managing system', 'en'),
('cscart_uvdesk', 'UVDesk', 'Ticket managing system', 'es'),
('cscart_uvdesk', 'UVDesk', 'Ticket managing system', 'fr'),
('cscart_uvdesk', 'UVDesk', 'Ticket managing system', 'it'),
('cscart_uvdesk', 'UVDesk', 'Ticket managing system', 'nl'),
('cscart_uvdesk', 'UVDesk', 'Ticket managing system', 'no'),
('cscart_uvdesk', 'UVDesk', 'Ticket managing system', 'pt'),
('cscart_uvdesk', 'UVDesk', 'Ticket managing system', 'ro'),
('cscart_uvdesk', 'UVDesk', 'Ticket managing system', 'ru'),
('customers_also_bought', 'Clientes também compraram', 'Torna possível criar um bloco especial para os produtos adquiridos muitas vezes juntamente com o atual', 'da'),
('customers_also_bought', 'andere vom Kunden gekaufte Artikel', 'Ermöglicht es, einen speziellen Block zu erstellen, für die Produkte, die oft zusammen mit den aktuell bestellten in Zusammenhang stehen', 'de'),
('customers_also_bought', 'Οι πελάτες αγόρασαν επίσης', 'Καθιστά δυνατή τη δημιουργία ενός ειδικού μπλοκ για τα προϊόντα που αγοράζονται συχνά μαζί με το τρέχον', 'el'),
('customers_also_bought', 'Customers also bought', 'Makes it possible to create a special block for the products often purchased along with the current one', 'en'),
('customers_also_bought', 'Clientes también compraron', 'Permite crear un bloque especial para los productos adquiridos a menudo junto con el actual', 'es'),
('customers_also_bought', 'Les clients ont aussi acheté', 'Permet de créer un bloc spécial pour les produits souvent achetés avec le produit actuel', 'fr'),
('customers_also_bought', 'I nostri clienti hanno anche comprato', 'Permette di creare un blocco speciale per i prodotti più acquistati insieme a quello corrente', 'it'),
('customers_also_bought', 'Klanten kochten ook', 'Maak een blok waarin producten komen te staan die vaak tegelijk met het geselecteerde product worden verkocht', 'nl'),
('customers_also_bought', 'Kunder kjøpte også', 'Gjør det mulig å opprette en spesiell blokk for produkter ofte kjøpt sammen med det gjeldende produktet', 'no'),
('customers_also_bought', 'Clientes também compraram', 'Torna possível criar um bloco especial para os produtos adquiridos muitas vezes juntamente com o atual', 'pt'),
('customers_also_bought', 'Clienții de asemenea au cumpărat', 'Face posibila creerea unui bloc pentru produsele cumparate adesea impreuna cu cel curent', 'ro'),
('customers_also_bought', '«С этим товаром часто покупают...»', 'Блок товаров, которые часто покупают вместе с выбранным', 'ru'),
('data_feeds', 'Feeds de dados', 'Torna possível criar feeds de dados do produto em CSV', 'da'),
('data_feeds', 'Datenfeeds', 'Ermöglicht es, Datenfeeds von Artikeln in CSV zu erstellen', 'de'),
('data_feeds', 'Feed δεδομενων', 'Δίνει τη δυνατότητα να δημιουργήσετε Feed δεδομενων για προϊόντα σε CSV', 'el'),
('data_feeds', 'Data feeds', 'Makes it possible to create product data feeds in CSV', 'en'),
('data_feeds', 'Fuentes de datos', 'Permite crear feeds de datos de producto en formato CSV', 'es'),
('data_feeds', 'Flux de données', 'Permet de créer des flux de données de produit en CSV', 'fr'),
('data_feeds', 'Feed di dati', 'Permette di creare feed di dati dei prodotti in formato CSV', 'it'),
('data_feeds', 'Datafeeds', 'Maak datafeeds van producten in CSV formaat', 'nl'),
('data_feeds', 'Data feed', 'Gjør det mulig å lage produkt data feeder i CSV', 'no'),
('data_feeds', 'Feeds de dados', 'Torna possível criar feeds de dados do produto em CSV', 'pt'),
('data_feeds', 'Fluxuri de date', 'Face posibilă crearea de fluxuri de date produs în CSV', 'ro'),
('data_feeds', 'Конструктор прайс-листов', 'Экспорт каталога товаров в виде CSV-файла; автоматический экспорт по расписанию', 'ru'),
('discussion', 'Comentários e avaliações', 'Lets customers leave comments to categories, pages, etc., review vendors and write testimonials', 'da'),
('discussion', 'Kommentare und Rezensionen', 'Lassen Sie Ihre Kunden Produkte, Kategorien, Bestellungen etc. kommentieren, Artikel bewerten und Erfahrungsberichte erstellen', 'de'),
('discussion', 'Σχόλια και κριτικές', 'Επιτρέπει στους πελάτες  να αφήνουν σχόλια  σε προϊόντα, κατηγορίες, παραγγελίες, κλπ.,να κάνει κριτική σε προϊόντα και να γράψει μαρτυρίες', 'el'),
('discussion', 'Comments and reviews', 'Lets customers leave comments to categories, pages, etc., review vendors and write testimonials', 'en'),
('discussion', 'Comentarios y análisis', 'Permite a los clientes dejar comentarios relacionados con los productos, categorías, órdenes, etc., escribir reseñas y testimonios de los productos', 'es'),
('discussion', 'Discussion', 'Permet aux clients de laisser des commentaires sur les produits, les catégories, les commandes, etc., noter les produits et écrire des témoignages', 'fr'),
('discussion', 'Commenti e recensioni', 'Permettere ai clienti di lasciare commenti a prodotti, ordini, categorie, ecc., recensioni sui prodotti e scrivere testimonianze', 'it'),
('discussion', 'Opmerkingen en beoordelingen', 'Laat klanten opmerkingen bij producten, categorieën, bestellingen, enz., plaatsen en beoordelen', 'nl'),
('discussion', 'Kommentarer og omtaler', 'Lar kundene legge inn kommentarer til produkter, kategorier, bestillinger, etc. Samt vurdere produkter og skrive anbefalinger', 'no'),
('discussion', 'Comentários e avaliações', 'Lets customers leave comments to categories, pages, etc., review vendors and write testimonials', 'pt'),
('discussion', 'Comentarii şi recenzii', 'Permite clienţilor să lase comentarii la produsele, categoriile, comenzi, etc, recenzii ale produselor şi a marturiilor', 'ro'),
('discussion', 'Отзывы и комментарии', 'Отзывы и комментарии к товарам, категориям, заказам и т.д.', 'ru'),
('email_marketing', 'E-mail marketing', 'Sincroniza suas listas de assinantes com MailChimp e Mad Mimi', 'da'),
('email_marketing', 'E-Mail-Marketing', 'Synchronisiert Ihre Newsletter-Abonnenten-Listen mit MailChimp und Mad Mimi', 'de'),
('email_marketing', 'E-mail marketing', 'Συγχρονίζει τη λίστα συνδρομητών Newsletter με την υπηρεσία MailChimp και Mad Mimi', 'el'),
('email_marketing', 'E-mail marketing', 'Synchronizes your newsletter subscriber lists with MailChimp and Mad Mimi', 'en'),
('email_marketing', 'E-mail marketing', 'Sincroniza tus listas de suscriptores del boeltín de noticias con MailChimp y Mad Mimi', 'es'),
('email_marketing', 'Marketing E-mailing', 'Synchronise vos listes d\'abonnés newsletter avec MailChimp et Mimi Mad', 'fr'),
('email_marketing', 'E-mail marketing', 'Sincronizza le vostre liste di iscritti alle newsletter con MailChimp e Mimi Mad', 'it'),
('email_marketing', 'E-mailmarketing', 'Synchroniseert uw nieuwsbrief abonneelijsten met MailChimp en Mad Mimi', 'nl');
INSERT INTO `partiushop_addon_descriptions` (`addon`, `name`, `description`, `lang_code`) VALUES
('email_marketing', 'E-post markedsføring', 'Synkroniserer dine nyhetsbrev abonnentslister med MailChimp og Mad Mimi', 'no'),
('email_marketing', 'E-mail marketing', 'Sincroniza suas listas de assinantes com MailChimp e Mad Mimi', 'pt'),
('email_marketing', 'E-mail marketing', 'Sincronizează listele de abonat newsletter-ul cu MailChimp şi Mimi matei', 'ro'),
('email_marketing', 'Email-маркетинг', 'Синхронизация списков подписчиков с MailChimp и Mad Mimi', 'ru'),
('energothemes_license', 'ET - VIVAshop License', 'Add the required license number to the VIVAshop theme. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'da'),
('energothemes_license', 'ET - VIVAshop License', 'Add the required license number to the VIVAshop theme. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'de'),
('energothemes_license', 'ET - VIVAshop License', 'Add the required license number to the VIVAshop theme. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'el'),
('energothemes_license', 'ET - VIVAshop License', 'Add the required license number to the VIVAshop theme. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'en'),
('energothemes_license', 'ET - VIVAshop License', 'Add the required license number to the VIVAshop theme. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'es'),
('energothemes_license', 'ET - VIVAshop License', 'Add the required license number to the VIVAshop theme. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'fr'),
('energothemes_license', 'ET - VIVAshop License', 'Add the required license number to the VIVAshop theme. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'it'),
('energothemes_license', 'ET - VIVAshop License', 'Add the required license number to the VIVAshop theme. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'nl'),
('energothemes_license', 'ET - VIVAshop License', 'Add the required license number to the VIVAshop theme. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'no'),
('energothemes_license', 'ET - VIVAshop License', 'Add the required license number to the VIVAshop theme. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'pt'),
('energothemes_license', 'ET - VIVAshop License', 'Add the required license number to the VIVAshop theme. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'ro'),
('energothemes_license', 'ET - VIVAshop License', 'Add the required license number to the VIVAshop theme. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'ru'),
('et_banners', 'ET - Extended Banners Pro', 'Design professional responsive banners by adding custom text, colors, buttons and backgrounds, as well as create different banners for desktop and mobile devices. Developed by <a href=\"https://www.energothemes.com/\"target=\"_blank\">EnergoThemes</a>', 'da'),
('et_banners', 'ET - Extended Banners Pro', 'Design professional responsive banners by adding custom text, colors, buttons and backgrounds, as well as create different banners for desktop and mobile devices. Developed by <a href=\"https://www.energothemes.com/\"target=\"_blank\">EnergoThemes</a>', 'de'),
('et_banners', 'ET - Extended Banners Pro', 'Design professional responsive banners by adding custom text, colors, buttons and backgrounds, as well as create different banners for desktop and mobile devices. Developed by <a href=\"https://www.energothemes.com/\"target=\"_blank\">EnergoThemes</a>', 'el'),
('et_banners', 'ET - Extended Banners Pro', 'Design professional responsive banners by adding custom text, colors, buttons and backgrounds, as well as create different banners for desktop and mobile devices. Developed by <a href=\"https://www.energothemes.com/\"target=\"_blank\">EnergoThemes</a>', 'en'),
('et_banners', 'ET - Extended Banners Pro', 'Design professional responsive banners by adding custom text, colors, buttons and backgrounds, as well as create different banners for desktop and mobile devices. Developed by <a href=\"https://www.energothemes.com/\"target=\"_blank\">EnergoThemes</a>', 'es'),
('et_banners', 'ET - Extended Banners Pro', 'Design professional responsive banners by adding custom text, colors, buttons and backgrounds, as well as create different banners for desktop and mobile devices. Developed by <a href=\"https://www.energothemes.com/\"target=\"_blank\">EnergoThemes</a>', 'fr'),
('et_banners', 'ET - Extended Banners Pro', 'Design professional responsive banners by adding custom text, colors, buttons and backgrounds, as well as create different banners for desktop and mobile devices. Developed by <a href=\"https://www.energothemes.com/\"target=\"_blank\">EnergoThemes</a>', 'it'),
('et_banners', 'ET - Extended Banners Pro', 'Design professional responsive banners by adding custom text, colors, buttons and backgrounds, as well as create different banners for desktop and mobile devices. Developed by <a href=\"https://www.energothemes.com/\"target=\"_blank\">EnergoThemes</a>', 'nl'),
('et_banners', 'ET - Extended Banners Pro', 'Design professional responsive banners by adding custom text, colors, buttons and backgrounds, as well as create different banners for desktop and mobile devices. Developed by <a href=\"https://www.energothemes.com/\"target=\"_blank\">EnergoThemes</a>', 'no'),
('et_banners', 'ET - Extended Banners Pro', 'Design professional responsive banners by adding custom text, colors, buttons and backgrounds, as well as create different banners for desktop and mobile devices. Developed by <a href=\"https://www.energothemes.com/\"target=\"_blank\">EnergoThemes</a>', 'pt'),
('et_banners', 'ET - Extended Banners Pro', 'Design professional responsive banners by adding custom text, colors, buttons and backgrounds, as well as create different banners for desktop and mobile devices. Developed by <a href=\"https://www.energothemes.com/\"target=\"_blank\">EnergoThemes</a>', 'ro'),
('et_banners', 'ET - Extended Banners Pro', 'Design professional responsive banners by adding custom text, colors, buttons and backgrounds, as well as create different banners for desktop and mobile devices. Developed by <a href=\"https://www.energothemes.com/\"target=\"_blank\">EnergoThemes</a>', 'ru'),
('et_category_banner', 'ET - Category banners', 'Easily assign banners to any store category, directly from the category editing page. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'da'),
('et_category_banner', 'ET - Category banners', 'Easily assign banners to any store category, directly from the category editing page. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'de'),
('et_category_banner', 'ET - Category banners', 'Easily assign banners to any store category, directly from the category editing page. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'el'),
('et_category_banner', 'ET - Category banners', 'Easily assign banners to any store category, directly from the category editing page. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'en'),
('et_category_banner', 'ET - Category banners', 'Easily assign banners to any store category, directly from the category editing page. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'es'),
('et_category_banner', 'ET - Category banners', 'Easily assign banners to any store category, directly from the category editing page. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'fr'),
('et_category_banner', 'ET - Category banners', 'Easily assign banners to any store category, directly from the category editing page. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'it'),
('et_category_banner', 'ET - Category banners', 'Easily assign banners to any store category, directly from the category editing page. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'nl'),
('et_category_banner', 'ET - Category banners', 'Easily assign banners to any store category, directly from the category editing page. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'no'),
('et_category_banner', 'ET - Category banners', 'Easily assign banners to any store category, directly from the category editing page. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'pt'),
('et_category_banner', 'ET - Category banners', 'Easily assign banners to any store category, directly from the category editing page. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'ro'),
('et_category_banner', 'ET - Category banners', 'Easily assign banners to any store category, directly from the category editing page. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'ru'),
('et_extended_ratings', 'ET - Extended Ratings', 'Extend the default functionalities for product, category and vendor ratings. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'da'),
('et_extended_ratings', 'ET - Extended Ratings', 'Extend the default functionalities for product, category and vendor ratings. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'de'),
('et_extended_ratings', 'ET - Extended Ratings', 'Extend the default functionalities for product, category and vendor ratings. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'el'),
('et_extended_ratings', 'ET - Extended Ratings', 'Extend the default functionalities for product, category and vendor ratings. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'en'),
('et_extended_ratings', 'ET - Extended Ratings', 'Extend the default functionalities for product, category and vendor ratings. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'es'),
('et_extended_ratings', 'ET - Extended Ratings', 'Extend the default functionalities for product, category and vendor ratings. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'fr'),
('et_extended_ratings', 'ET - Extended Ratings', 'Extend the default functionalities for product, category and vendor ratings. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'it'),
('et_extended_ratings', 'ET - Extended Ratings', 'Extend the default functionalities for product, category and vendor ratings. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'nl'),
('et_extended_ratings', 'ET - Extended Ratings', 'Extend the default functionalities for product, category and vendor ratings. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'no'),
('et_extended_ratings', 'ET - Extended Ratings', 'Extend the default functionalities for product, category and vendor ratings. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'pt'),
('et_extended_ratings', 'ET - Extended Ratings', 'Extend the default functionalities for product, category and vendor ratings. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'ro'),
('et_extended_ratings', 'ET - Extended Ratings', 'Extend the default functionalities for product, category and vendor ratings. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'ru'),
('et_featured_product_banner_tabs', 'ET - Featured product and banner tabs', 'Create unlimited custom tabs with products, product scrollers, and banners. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'da'),
('et_featured_product_banner_tabs', 'ET - Featured product and banner tabs', 'Create unlimited custom tabs with products, product scrollers, and banners. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'de'),
('et_featured_product_banner_tabs', 'ET - Featured product and banner tabs', 'Create unlimited custom tabs with products, product scrollers, and banners. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'el'),
('et_featured_product_banner_tabs', 'ET - Featured product and banner tabs', 'Create unlimited custom tabs with products, product scrollers, and banners. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'en'),
('et_featured_product_banner_tabs', 'ET - Featured product and banner tabs', 'Create unlimited custom tabs with products, product scrollers, and banners. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'es'),
('et_featured_product_banner_tabs', 'ET - Featured product and banner tabs', 'Create unlimited custom tabs with products, product scrollers, and banners. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'fr'),
('et_featured_product_banner_tabs', 'ET - Featured product and banner tabs', 'Create unlimited custom tabs with products, product scrollers, and banners. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'it'),
('et_featured_product_banner_tabs', 'ET - Featured product and banner tabs', 'Create unlimited custom tabs with products, product scrollers, and banners. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'nl'),
('et_featured_product_banner_tabs', 'ET - Featured product and banner tabs', 'Create unlimited custom tabs with products, product scrollers, and banners. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'no'),
('et_featured_product_banner_tabs', 'ET - Featured product and banner tabs', 'Create unlimited custom tabs with products, product scrollers, and banners. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'pt'),
('et_featured_product_banner_tabs', 'ET - Featured product and banner tabs', 'Create unlimited custom tabs with products, product scrollers, and banners. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'ro'),
('et_featured_product_banner_tabs', 'ET - Featured product and banner tabs', 'Create unlimited custom tabs with products, product scrollers, and banners. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'ru'),
('et_mega_menu', 'ET - Advanced Mega Menu', 'Add category icons/images, mini-description, labels, subcategory thumbnails, as well as mega menu images. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'da'),
('et_mega_menu', 'ET - Advanced Mega Menu', 'Add category icons/images, mini-description, labels, subcategory thumbnails, as well as mega menu images. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'de'),
('et_mega_menu', 'ET - Advanced Mega Menu', 'Add category icons/images, mini-description, labels, subcategory thumbnails, as well as mega menu images. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'el'),
('et_mega_menu', 'ET - Advanced Mega Menu', 'Add category icons/images, mini-description, labels, subcategory thumbnails, as well as mega menu images. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'en'),
('et_mega_menu', 'ET - Advanced Mega Menu', 'Add category icons/images, mini-description, labels, subcategory thumbnails, as well as mega menu images. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'es'),
('et_mega_menu', 'ET - Advanced Mega Menu', 'Add category icons/images, mini-description, labels, subcategory thumbnails, as well as mega menu images. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'fr'),
('et_mega_menu', 'ET - Advanced Mega Menu', 'Add category icons/images, mini-description, labels, subcategory thumbnails, as well as mega menu images. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'it'),
('et_mega_menu', 'ET - Advanced Mega Menu', 'Add category icons/images, mini-description, labels, subcategory thumbnails, as well as mega menu images. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'nl'),
('et_mega_menu', 'ET - Advanced Mega Menu', 'Add category icons/images, mini-description, labels, subcategory thumbnails, as well as mega menu images. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'no'),
('et_mega_menu', 'ET - Advanced Mega Menu', 'Add category icons/images, mini-description, labels, subcategory thumbnails, as well as mega menu images. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'pt'),
('et_mega_menu', 'ET - Advanced Mega Menu', 'Add category icons/images, mini-description, labels, subcategory thumbnails, as well as mega menu images. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'ro'),
('et_mega_menu', 'ET - Advanced Mega Menu', 'Add category icons/images, mini-description, labels, subcategory thumbnails, as well as mega menu images. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'ru'),
('et_mega_menu_featured_products', 'ET - Featured Mega Menu Products', 'Add featured products/product sliders inside the ET Advanced Mega Menu. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'da'),
('et_mega_menu_featured_products', 'ET - Featured Mega Menu Products', 'Add featured products/product sliders inside the ET Advanced Mega Menu. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'de'),
('et_mega_menu_featured_products', 'ET - Featured Mega Menu Products', 'Add featured products/product sliders inside the ET Advanced Mega Menu. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'el'),
('et_mega_menu_featured_products', 'ET - Featured Mega Menu Products', 'Add featured products/product sliders inside the ET Advanced Mega Menu. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'en'),
('et_mega_menu_featured_products', 'ET - Featured Mega Menu Products', 'Add featured products/product sliders inside the ET Advanced Mega Menu. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'es'),
('et_mega_menu_featured_products', 'ET - Featured Mega Menu Products', 'Add featured products/product sliders inside the ET Advanced Mega Menu. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'fr'),
('et_mega_menu_featured_products', 'ET - Featured Mega Menu Products', 'Add featured products/product sliders inside the ET Advanced Mega Menu. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'it'),
('et_mega_menu_featured_products', 'ET - Featured Mega Menu Products', 'Add featured products/product sliders inside the ET Advanced Mega Menu. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'nl'),
('et_mega_menu_featured_products', 'ET - Featured Mega Menu Products', 'Add featured products/product sliders inside the ET Advanced Mega Menu. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'no'),
('et_mega_menu_featured_products', 'ET - Featured Mega Menu Products', 'Add featured products/product sliders inside the ET Advanced Mega Menu. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'pt'),
('et_mega_menu_featured_products', 'ET - Featured Mega Menu Products', 'Add featured products/product sliders inside the ET Advanced Mega Menu. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'ro'),
('et_mega_menu_featured_products', 'ET - Featured Mega Menu Products', 'Add featured products/product sliders inside the ET Advanced Mega Menu. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'ru'),
('et_quick_info', 'ET - Product page quick info', 'Add unlimited number of customizable blocks with quick information on the right side of the product page. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'da'),
('et_quick_info', 'ET - Product page quick info', 'Add unlimited number of customizable blocks with quick information on the right side of the product page. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'de'),
('et_quick_info', 'ET - Product page quick info', 'Add unlimited number of customizable blocks with quick information on the right side of the product page. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'el'),
('et_quick_info', 'ET - Product page quick info', 'Add unlimited number of customizable blocks with quick information on the right side of the product page. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'en'),
('et_quick_info', 'ET - Product page quick info', 'Add unlimited number of customizable blocks with quick information on the right side of the product page. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'es'),
('et_quick_info', 'ET - Product page quick info', 'Add unlimited number of customizable blocks with quick information on the right side of the product page. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'fr'),
('et_quick_info', 'ET - Product page quick info', 'Add unlimited number of customizable blocks with quick information on the right side of the product page. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'it'),
('et_quick_info', 'ET - Product page quick info', 'Add unlimited number of customizable blocks with quick information on the right side of the product page. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'nl'),
('et_quick_info', 'ET - Product page quick info', 'Add unlimited number of customizable blocks with quick information on the right side of the product page. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'no'),
('et_quick_info', 'ET - Product page quick info', 'Add unlimited number of customizable blocks with quick information on the right side of the product page. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'pt'),
('et_quick_info', 'ET - Product page quick info', 'Add unlimited number of customizable blocks with quick information on the right side of the product page. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'ro'),
('et_quick_info', 'ET - Product page quick info', 'Add unlimited number of customizable blocks with quick information on the right side of the product page. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'ru'),
('et_search', 'ET - Category Search', 'Adds category filter to the main search input. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'da'),
('et_search', 'ET - Category Search', 'Adds category filter to the main search input. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'de'),
('et_search', 'ET - Category Search', 'Adds category filter to the main search input. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'el'),
('et_search', 'ET - Category Search', 'Adds category filter to the main search input. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'en'),
('et_search', 'ET - Category Search', 'Adds category filter to the main search input. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'es'),
('et_search', 'ET - Category Search', 'Adds category filter to the main search input. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'fr'),
('et_search', 'ET - Category Search', 'Adds category filter to the main search input. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'it'),
('et_search', 'ET - Category Search', 'Adds category filter to the main search input. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'nl'),
('et_search', 'ET - Category Search', 'Adds category filter to the main search input. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'no'),
('et_search', 'ET - Category Search', 'Adds category filter to the main search input. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'pt'),
('et_search', 'ET - Category Search', 'Adds category filter to the main search input. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'ro'),
('et_search', 'ET - Category Search', 'Adds category filter to the main search input. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'ru'),
('et_vivashop_mv_functionality', 'ET - Advanced Multi-Vendor', 'Adds powerful functionality to Multi-Vendor. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'da'),
('et_vivashop_mv_functionality', 'ET - Advanced Multi-Vendor', 'Adds powerful functionality to Multi-Vendor. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'de'),
('et_vivashop_mv_functionality', 'ET - Advanced Multi-Vendor', 'Adds powerful functionality to Multi-Vendor. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'el'),
('et_vivashop_mv_functionality', 'ET - Advanced Multi-Vendor', 'Adds powerful functionality to Multi-Vendor. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'en'),
('et_vivashop_mv_functionality', 'ET - Advanced Multi-Vendor', 'Adds powerful functionality to Multi-Vendor. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'es'),
('et_vivashop_mv_functionality', 'ET - Advanced Multi-Vendor', 'Adds powerful functionality to Multi-Vendor. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'fr'),
('et_vivashop_mv_functionality', 'ET - Advanced Multi-Vendor', 'Adds powerful functionality to Multi-Vendor. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'it'),
('et_vivashop_mv_functionality', 'ET - Advanced Multi-Vendor', 'Adds powerful functionality to Multi-Vendor. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'nl'),
('et_vivashop_mv_functionality', 'ET - Advanced Multi-Vendor', 'Adds powerful functionality to Multi-Vendor. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'no'),
('et_vivashop_mv_functionality', 'ET - Advanced Multi-Vendor', 'Adds powerful functionality to Multi-Vendor. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'pt'),
('et_vivashop_mv_functionality', 'ET - Advanced Multi-Vendor', 'Adds powerful functionality to Multi-Vendor. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'ro'),
('et_vivashop_mv_functionality', 'ET - Advanced Multi-Vendor', 'Adds powerful functionality to Multi-Vendor. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'ru'),
('et_vivashop_mv_seo', 'ET - SEO links for vendor stores', 'Adds Search engine-friendly URLs support for the Vendor store. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'da'),
('et_vivashop_mv_seo', 'ET - SEO links for vendor stores', 'Adds Search engine-friendly URLs support for the Vendor store. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'de'),
('et_vivashop_mv_seo', 'ET - SEO links for vendor stores', 'Adds Search engine-friendly URLs support for the Vendor store. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'el'),
('et_vivashop_mv_seo', 'ET - SEO links for vendor stores', 'Adds Search engine-friendly URLs support for the Vendor store. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'en'),
('et_vivashop_mv_seo', 'ET - SEO links for vendor stores', 'Adds Search engine-friendly URLs support for the Vendor store. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'es'),
('et_vivashop_mv_seo', 'ET - SEO links for vendor stores', 'Adds Search engine-friendly URLs support for the Vendor store. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'fr'),
('et_vivashop_mv_seo', 'ET - SEO links for vendor stores', 'Adds Search engine-friendly URLs support for the Vendor store. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'it'),
('et_vivashop_mv_seo', 'ET - SEO links for vendor stores', 'Adds Search engine-friendly URLs support for the Vendor store. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'nl'),
('et_vivashop_mv_seo', 'ET - SEO links for vendor stores', 'Adds Search engine-friendly URLs support for the Vendor store. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'no'),
('et_vivashop_mv_seo', 'ET - SEO links for vendor stores', 'Adds Search engine-friendly URLs support for the Vendor store. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'pt'),
('et_vivashop_mv_seo', 'ET - SEO links for vendor stores', 'Adds Search engine-friendly URLs support for the Vendor store. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'ro'),
('et_vivashop_mv_seo', 'ET - SEO links for vendor stores', 'Adds Search engine-friendly URLs support for the Vendor store. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'ru'),
('et_vivashop_settings', 'ET - VIVAshop settings', 'Add your own custom settings to the VIVAshop theme. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'da'),
('et_vivashop_settings', 'ET - VIVAshop settings', 'Add your own custom settings to the VIVAshop theme. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'de'),
('et_vivashop_settings', 'ET - VIVAshop settings', 'Add your own custom settings to the VIVAshop theme. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'el'),
('et_vivashop_settings', 'ET - VIVAshop settings', 'Add your own custom settings to the VIVAshop theme. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'en'),
('et_vivashop_settings', 'ET - VIVAshop settings', 'Add your own custom settings to the VIVAshop theme. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'es'),
('et_vivashop_settings', 'ET - VIVAshop settings', 'Add your own custom settings to the VIVAshop theme. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'fr'),
('et_vivashop_settings', 'ET - VIVAshop settings', 'Add your own custom settings to the VIVAshop theme. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'it'),
('et_vivashop_settings', 'ET - VIVAshop settings', 'Add your own custom settings to the VIVAshop theme. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'nl'),
('et_vivashop_settings', 'ET - VIVAshop settings', 'Add your own custom settings to the VIVAshop theme. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'no'),
('et_vivashop_settings', 'ET - VIVAshop settings', 'Add your own custom settings to the VIVAshop theme. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'pt'),
('et_vivashop_settings', 'ET - VIVAshop settings', 'Add your own custom settings to the VIVAshop theme. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'ro'),
('et_vivashop_settings', 'ET - VIVAshop settings', 'Add your own custom settings to the VIVAshop theme. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>', 'ru'),
('facebook_pixel', 'Pixel do Facebook', 'Integra um pixel do Facebook com a loja', 'da'),
('facebook_pixel', 'Facebook Pixel', 'Integrates a Facebook Pixel with the store', 'de'),
('facebook_pixel', 'Facebook Pixel', 'Ενοποιεί το Facebook Pixel με το κατάστημα', 'el'),
('facebook_pixel', 'Facebook Pixel', 'Integrates a Facebook Pixel with the store', 'en'),
('facebook_pixel', 'Facebook Pixel', 'Integrates a Facebook Pixel with the store', 'es'),
('facebook_pixel', 'Facebook Pixel', 'Integrates a Facebook Pixel with the store', 'fr'),
('facebook_pixel', 'Facebook Pixel', 'Integrates a Facebook Pixel with the store', 'it'),
('facebook_pixel', 'Facebook Pixel', 'Integrates a Facebook Pixel with the store', 'nl'),
('facebook_pixel', 'Facebook Pixel', 'Integrates a Facebook Pixel with the store', 'no'),
('facebook_pixel', 'Pixel do Facebook', 'Integra um pixel do Facebook com a loja', 'pt'),
('facebook_pixel', 'Facebook Pixel', 'Integrates a Facebook Pixel with the store', 'ro'),
('facebook_pixel', 'Пиксель Facebook', 'Добавляет в магазин поддержку пикселя Facebook', 'ru'),
('form_builder', 'Construtor de formulários', 'Permite criar formulários personalizados (como por exemplo Fale Conosco)', 'da'),
('form_builder', 'Formular-Editor', 'Ermöglicht die Erstellung benutzerdefinierter Formulare (z.B. Kontakt)', 'de'),
('form_builder', 'Κατασκευή φόρμας', 'Σας επιτρέπει να δημιουργήσετε προσαρμοσμένες φόρμες (π.χ. Επικοινωνήστε μαζί μας)', 'el'),
('form_builder', 'Form builder', 'Lets you create custom forms (e.g. Contact us)', 'en'),
('form_builder', 'Creador de formularios', 'Permite crear formularios personalizados (por ejemplo, contáctanos)', 'es'),
('form_builder', 'Générateur de formulaires', 'Vous permet de créer des formulaires personnalisés (p. ex. nous contacter)', 'fr'),
('form_builder', 'Generatore di moduli', 'Consente di creare moduli personalizzati (ad esempio contattaci)', 'it'),
('form_builder', 'Formulieren maken', 'Zelf formulieren maken (bijv: contactformulier)', 'nl'),
('form_builder', 'Skjemabygger', 'Lar deg opprette egendefinerte skjemaer (f.eks kontakt oss)', 'no'),
('form_builder', 'Construtor de formulários', 'Permite criar formulários personalizados (como por exemplo Fale Conosco)', 'pt'),
('form_builder', 'Constructorul de formulare', 'Vă permite să creaţi formulare particularizate (ex. Contactaţi-ne)', 'ro'),
('form_builder', 'Конструктор форм', 'Позволяет создавать настраиваемые формы (например, \"Связаться с нами\")', 'ru'),
('geo_maps', 'Mapas e geolocalização', 'Habilita mapas do Google ou do Yandex e a funcionalidade de geolocalização na sua loja.', 'da'),
('geo_maps', 'Maps and geolocation', 'Enables Google or Yandex maps and geolocation functionality in your store.', 'de'),
('geo_maps', 'Χάρτες και γεωγραφικές θέσεις', 'Ενεργοποιεί τους χάρτες Google ή Yandex και τη λειτουργικότητα γεωγραφικής θεσης στο κατάστημά σας.', 'el'),
('geo_maps', 'Maps and geolocation', 'Enables Google or Yandex maps and geolocation functionality in your store.', 'en'),
('geo_maps', 'Mapas y geolocalización', 'Habilita los mapas de Google o Yandex y la funcionalidad de geolocalización en tu tienda.', 'es'),
('geo_maps', 'Cartes et géolocalisation', 'Active les cartes Google ou Yandex et les fonctionnalités de géolocalisation dans votre magasin.', 'fr'),
('geo_maps', 'Maps and geolocation', 'Enables Google or Yandex maps and geolocation functionality in your store.', 'it'),
('geo_maps', 'Maps and geolocation', 'Enables Google or Yandex maps and geolocation functionality in your store.', 'nl'),
('geo_maps', 'Maps and geolocation', 'Enables Google or Yandex maps and geolocation functionality in your store.', 'no'),
('geo_maps', 'Mapas e geolocalização', 'Habilita mapas do Google ou do Yandex e a funcionalidade de geolocalização na sua loja.', 'pt'),
('geo_maps', 'Harti pentru geolocatie', 'Permite hartile Google sau Yandex si functionalitatea de geolocatie pentru magazinul dvs.', 'ro'),
('geo_maps', 'Карты и геолокация', 'Добавляет в ваш магазин карты и геолокацию от Яндекса или Google.', 'ru'),
('gift_certificates', 'Vales-presente', 'Adiciona um sistema de vale-presente', 'da'),
('gift_certificates', 'Gutscheine', 'Fügt ein integriertes Gutscheinsystem hinzu', 'de'),
('gift_certificates', 'Δωροεπιταγές', 'Προσθέτει ένα σύστημα  διαχειρησης δωροεπιταγών', 'el'),
('gift_certificates', 'Gift certificates', 'Adds a built-in gift certificate system', 'en'),
('gift_certificates', 'Certificados de regalo', 'Agrega un sistema integrado certificado de regalo', 'es'),
('gift_certificates', 'Bons cadeau', 'Ajoute un système de bon cadeau intégré', 'fr'),
('gift_certificates', 'Buoni regalo', 'Aggiunge il sistema integrato di buoni regalo', 'it'),
('gift_certificates', 'Cadeaubonnen', 'Een cadeaubonnen systeem aan je webwinkel toevoegen', 'nl'),
('gift_certificates', 'Gavekort', 'Legger til et innebygd gavekort system', 'no'),
('gift_certificates', 'Vales-presente', 'Adiciona um sistema de vale-presente', 'pt'),
('gift_certificates', 'Certificate de cadou', 'Adaugă un sistem certificat cadou încorporată', 'ro'),
('gift_certificates', 'Подарочные сертификаты', 'Сертификаты на бесплатную доставку, скидки и т.д.', 'ru'),
('google_analytics', 'Google Analytics', 'Integra o serviço do Google Analytics com a loja', 'da'),
('google_analytics', 'Google Analytics', 'Integriert einen Google-Analytics-Dienst im Shop', 'de'),
('google_analytics', 'Google Analytics', 'Ενσωματώνει την υπηρεσία Google Analytics στο κατάστημα', 'el'),
('google_analytics', 'Google Analytics', 'Integrates a Google Analytics service with the store', 'en'),
('google_analytics', 'Google Analytics', 'Integra el servicio de Google Analytics con la tienda', 'es'),
('google_analytics', 'Google Analytics', 'Intègre un service Google Analytics avec le magasin', 'fr'),
('google_analytics', 'Google Analytics', 'Integra il servizio di Google Analytics nel negozio', 'it'),
('google_analytics', 'Google Analytics', 'Google Analytics-service integreren met uw webwinkel', 'nl'),
('google_analytics', 'Google Analytics', 'Integrerer en Google Analytics-tjeneste med nettbutikken', 'no'),
('google_analytics', 'Google Analytics', 'Integra o serviço do Google Analytics com a loja', 'pt'),
('google_analytics', 'Google Analytics', 'Integrează un serviciu Google Analytics cu magazinul', 'ro'),
('google_analytics', 'Google Analytics', 'Аналитика и статистика с помощью Google Analytics', 'ru'),
('google_sitemap', 'Google Sitemap', 'Cria um sitemap.xml para o Google', 'da'),
('google_sitemap', 'Google Sitemap (Seitenübersicht)', 'Erstellt eine sitemap.xml für Google', 'de'),
('google_sitemap', 'Google sitemap', 'Δημιουργεί ένα sitemap.xml για Google', 'el'),
('google_sitemap', 'Google sitemap', 'Creates a sitemap.xml for Google', 'en'),
('google_sitemap', 'Mapa del sitio de Google', 'Crea un sitemap.xml para Google', 'es'),
('google_sitemap', 'Google sitemap', 'Crée un sitemap.xml pour Google', 'fr'),
('google_sitemap', 'Google sitemap', 'Crea una sitemap.xml per Google', 'it'),
('google_sitemap', 'Google sitemap', 'Maakt een sitemap.xml voor Google', 'nl'),
('google_sitemap', 'Google sidekart', 'Oppretter en sitemap.xml-fil for Google', 'no'),
('google_sitemap', 'Google Sitemap', 'Cria um sitemap.xml para o Google', 'pt'),
('google_sitemap', 'Google sitemap', 'Creează un sitemap.xml pentru Google', 'ro'),
('google_sitemap', 'Карта сайта для Yandex и Google', 'Создание карты сайта в формате XML (sitemap.xml) для улучшения поиска магазина через Yandex и Google', 'ru'),
('graphql_api', 'API GraphQL', 'Permite que administradores e fornecedores gerenciem produtos através do endpoint da API GraphQL', 'da'),
('graphql_api', 'GraphQL API', 'Provides administrators and vendors with the ability to manage products via GraphQL API endpoint', 'de'),
('graphql_api', 'GraphQL API', 'Παρέχει στους διαχειριστές και στους πωλητές την δυνατότητα να διαχειριστούν τα προιόντα μέσω του GraphQL API endpoint', 'el'),
('graphql_api', 'GraphQL API', 'Provides administrators and vendors with the ability to manage products via GraphQL API endpoint', 'en'),
('graphql_api', 'GraphQL API', 'Provides administrators and vendors with the ability to manage products via GraphQL API endpoint', 'es'),
('graphql_api', 'GraphQL API', 'Provides administrators and vendors with the ability to manage products via GraphQL API endpoint', 'fr'),
('graphql_api', 'GraphQL API', 'Provides administrators and vendors with the ability to manage products via GraphQL API endpoint', 'it'),
('graphql_api', 'GraphQL API', 'Provides administrators and vendors with the ability to manage products via GraphQL API endpoint', 'nl'),
('graphql_api', 'GraphQL API', 'Provides administrators and vendors with the ability to manage products via GraphQL API endpoint', 'no'),
('graphql_api', 'API GraphQL', 'Permite que administradores e fornecedores gerenciem produtos através do endpoint da API GraphQL', 'pt'),
('graphql_api', 'GraphQL API', 'Provides administrators and vendors with the ability to manage products via GraphQL API endpoint', 'ro'),
('graphql_api', 'GraphQL API', 'Позволяет администраторам и продавцам управлять товарами через GraphQL API', 'ru'),
('hello_world', 'Hello World', 'Say hello to the world', 'da'),
('hello_world', 'Hello World', 'Say hello to the world', 'de'),
('hello_world', 'Hello World', 'Say hello to the world', 'el'),
('hello_world', 'Hello World', 'Say hello to the world', 'en'),
('hello_world', 'Hello World', 'Say hello to the world', 'es'),
('hello_world', 'Hello World', 'Say hello to the world', 'fr'),
('hello_world', 'Hello World', 'Say hello to the world', 'it'),
('hello_world', 'Hello World', 'Say hello to the world', 'nl'),
('hello_world', 'Hello World', 'Say hello to the world', 'no'),
('hello_world', 'Hello World', 'Say hello to the world', 'pt'),
('hello_world', 'Hello World', 'Say hello to the world', 'ro'),
('hello_world', 'Hello World', 'Say hello to the world', 'ru'),
('hidpi', 'Suporte a telas HiDPI', 'Suporte para telas Retina', 'da'),
('hidpi', 'HiDPI-Unterstützung für Displays', 'Unterstützung für Retina-Displays', 'de'),
('hidpi', 'Υποστήριξη οθονών HiDPI', 'Υποστήριξη οθονών Retina', 'el'),
('hidpi', 'HiDPI displays support', 'Support for Retina displays', 'en'),
('hidpi', 'Soporte para pantallas HiDPI', 'Soporte para pantallas Retina', 'es'),
('hidpi', 'Support pour affichage HiDPi', 'Prise en charge pour les écrans Retina', 'fr'),
('hidpi', 'Supporto visualizzazione HiDPI', 'Supporto per schermi Retina', 'it'),
('hidpi', 'HiDPI weergave ondersteuning', 'Ondersteuning voor Retina weergave', 'nl'),
('hidpi', 'HiDPI skjerm støtte', 'Støtte for Retina-skjermer', 'no'),
('hidpi', 'Suporte a telas HiDPI', 'Suporte para telas Retina', 'pt'),
('hidpi', 'HiDPI afişează suport', 'Suport pentru Retina display', 'ro'),
('hidpi', 'Поддержка HiDPI', 'Поддержка экранов Retina', 'ru'),
('hybrid_auth', 'Login social', 'Adiciona o recurso de login social. Permite que os clientes usem o Facebook, Twitter, etc. para acessar a loja.', 'da'),
('hybrid_auth', 'Anmeldung über soziale Netzwerke', 'Fügt die Anmeldung über soziale Netzwerke hinzu; ermöglicht es Kunden, Facebook, Twitter etc. als Login für den Shop zu benutzen', 'de'),
('hybrid_auth', 'Social login', 'Προσθέτει το χαρακτηριστικό σύνδεσης με κοινωνικά δικτυα και  επιτρέπει στους πελάτες που χρησιμοποιούν Facebook, Twitter, κ.α. να συνδεθούν με αυτα στο κατάστημα', 'el'),
('hybrid_auth', 'Social login', 'Adds the Social Login feature; allows customers use Facebook, Twitter, etc. to log in on the store', 'en'),
('hybrid_auth', 'Inicio de sesión social', 'Agrega la función de inicio de sesión Social; permite a los clientes utilizar Facebook, Twitter, etc. para iniciar sesión en la tienda', 'es'),
('hybrid_auth', 'Connexion aux réseaux sociaux', 'Ajoute la fonctionnalité du login des réseaux sociaux; permet aux clients d\'utiliser Facebook, Twitter, etc. pour se connecter au magasin', 'fr'),
('hybrid_auth', 'Accesso social', 'Aggiunge la funzionalità di Accesso Social; permette ai clienti di utilizzare Facebook, Twitter, ecc. per accedere al negozio', 'it'),
('hybrid_auth', 'Sociale login', 'Voegt een Sociale Login functie toe; Zo kunnen klanten gebruik maken van Facebook, Twitter, etc. om zich aan te melden in uw webwinkel', 'nl'),
('hybrid_auth', 'Sosial innlogging', 'Legger til innlogging for sosiale medier. Lar kunder bruke Facebook, Twitter, etc. for å logge inn i nettbutikken', 'no'),
('hybrid_auth', 'Login social', 'Adiciona o recurso de login social. Permite que os clientes usem o Facebook, Twitter, etc. para acessar a loja.', 'pt'),
('hybrid_auth', 'Autentificare prin retea de socializare', 'Adauga caracteristica de autentificare prin retea de socializare; permite clientilor sa foloseasca Facebook, Twitter, etc. pentru a intra in cont', 'ro'),
('hybrid_auth', 'Вход через соцсети', 'Авторизации в магазине через социальные сети (Facebook, Twitter и т.д.)', 'ru'),
('image_zoom', 'Imagem ampliada', 'Mostra a imagem ampliada no foco na imagem do produto', 'da'),
('image_zoom', 'Bild-Zoom', 'Zeigt das gezoomte Bild des Produktbildes an, wenn man mit der Maus darüberschwebt', 'de'),
('image_zoom', 'Μεγέθυνση Εικόνας', 'Εμφανίζει μεγεθυμένη εικόνα στην κατάδειξη (hover) στην εικόνα του προϊόντος', 'el'),
('image_zoom', 'Image zoom', 'Shows zoomed image on product image hover', 'en'),
('image_zoom', 'Zoom de imagen', 'Muestra la imagen ampliada del producto pasando el mouse sobre ella', 'es'),
('image_zoom', 'Zoom image', 'Affiche l\'image zoomée au dessus de l\'image du produit', 'fr'),
('image_zoom', 'Zoom immagine', 'Mostra immagine ingrandita posizionandosi sopra l\'immagine prodotto', 'it'),
('image_zoom', 'Afbeelding inzoomen', 'Ingezoomde afbeelding weergeven als je over de product afbeelding gaat', 'nl'),
('image_zoom', 'Bilde zoom', 'Viser forstørret produktbilde ved å plassere markøren over bildet', 'no'),
('image_zoom', 'Imagem ampliada', 'Mostra a imagem ampliada no foco na imagem do produto', 'pt'),
('image_zoom', 'Zoom imagine', 'Prezinta imagini mărite pe produs la deplasarea peste imagine', 'ro'),
('image_zoom', 'Увеличенные изображения товаров', 'Показывает увеличенные изображения при наведении указателя мыши', 'ru'),
('janrain', 'Janrain', 'Acrescenta o recurso de login social. Com ele os clientes poderão fazer login na loja usando Facebook, Twitter, etc.', 'da'),
('janrain', 'JanRain', 'Fügt eine Social Login-Funktion hinzu und ermöglicht es damit Kunden Facebook, Twitter, etc. zu verwenden um sich im Store einloggen', 'de'),
('janrain', 'JanRain', 'Προσθέτει το χαρακτηριστικό σύνδεσης με κοινωνικά δικτυα και  επιτρέπει στους πελάτες που χρησιμοποιούν Facebook, Twitter, κ.α. να συνδεθούν με αυτα στο κατάστημα', 'el'),
('janrain', 'Janrain', 'Adds the Social Login feature; allows customers use Facebook, Twitter, etc. to log in on the store', 'en'),
('janrain', 'Janrain', 'Agrega la función de inicio de sesión Social. permite a los clientes utilizar Facebook, Twitter, etc. para iniciar sesión en la tienda', 'es'),
('janrain', 'Janrain', 'Ajoute la fonctionnalité du login des réseaux sociaux; permet aux clients d\'utiliser Facebook, Twitter, etc. pour se connecter au magasin', 'fr'),
('janrain', 'JanRain', 'Aggiunge la funzionalità di Accesso Social; permette ai clienti di utilizzare Facebook, Twitter, ecc. per accedere al negozio', 'it'),
('janrain', 'JanRain', 'Voegt een Sociale Login functie toe; Zo kunnen klanten gebruik maken van Facebook, Twitter, etc. om zich aan te melden in uw webwinkel', 'nl'),
('janrain', 'Janrain', 'Legger til innlogging for sosiale medier. Lar kunder bruke Facebook, Twitter, etc. for å logge inn i nettbutikken', 'no'),
('janrain', 'Janrain', 'Acrescenta o recurso de login social. Com ele os clientes poderão fazer login na loja usando Facebook, Twitter, etc.', 'pt'),
('janrain', 'Janrain', 'Adds the Social Login feature; allows customers use Facebook, Twitter, etc. to log in on the store', 'ro'),
('janrain', 'Janrain', 'Возможность авторизации в магазине через социальные сети (Facebook, Twitter и т.д.)', 'ru'),
('livechat', 'LiveChat', 'LiveChat is a premium live chat and help desk software for customer service and online sales.', 'da'),
('livechat', 'LiveChat', 'LiveChat is a premium live chat and help desk software for customer service and online sales.', 'de'),
('livechat', 'LiveChat', 'LiveChat is a premium live chat and help desk software for customer service and online sales.', 'el');
INSERT INTO `partiushop_addon_descriptions` (`addon`, `name`, `description`, `lang_code`) VALUES
('livechat', 'LiveChat', 'LiveChat is a premium live chat and help desk software for customer service and online sales.', 'en'),
('livechat', 'LiveChat', 'LiveChat is a premium live chat and help desk software for customer service and online sales.', 'es'),
('livechat', 'LiveChat', 'LiveChat is a premium live chat and help desk software for customer service and online sales.', 'fr'),
('livechat', 'LiveChat', 'LiveChat is a premium live chat and help desk software for customer service and online sales.', 'it'),
('livechat', 'LiveChat', 'LiveChat is a premium live chat and help desk software for customer service and online sales.', 'nl'),
('livechat', 'LiveChat', 'LiveChat is a premium live chat and help desk software for customer service and online sales.', 'no'),
('livechat', 'LiveChat', 'LiveChat is a premium live chat and help desk software for customer service and online sales.', 'pt'),
('livechat', 'LiveChat', 'LiveChat is a premium live chat and help desk software for customer service and online sales.', 'ro'),
('livechat', 'LiveChat', 'LiveChat — это премиум-чат для обслуживания клиентов компаний и увеличения объёма продаж.', 'ru'),
('master_products', 'Produtos Comuns para Fornecedores', 'Permite que você crie uma base única de produtos: os fornecedores escolhem quais dos produtos existentes eles vendem.', 'da'),
('master_products', 'Common Products for Vendors', 'Allows you to create a single product base: vendors choose which of the existing products they sell.', 'de'),
('master_products', 'Common Products for Vendors', 'Σας επιτρέπει να δημιουργήσετε ένα μόνο προϊόν βάσης: Οι προμηθευτές επιλέγουν ποια από τα υπάρχοντα προϊόντα θα πωλούν.', 'el'),
('master_products', 'Common Products for Vendors', 'Allows you to create a single product base: vendors choose which of the existing products they sell.', 'en'),
('master_products', 'Common Products for Vendors', 'Le permite crear una base de productos única: los proveedores eligen cuál de los productos existentes venden.', 'es'),
('master_products', 'Common Products for Vendors', 'Vous permet de créer une base de produits commune et unique : les vendeurs y choisissent quels produits ils veulent vendre.', 'fr'),
('master_products', 'Common Products for Vendors', 'Allows you to create a single product base: vendors choose which of the existing products they sell.', 'it'),
('master_products', 'Common Products for Vendors', 'Allows you to create a single product base: vendors choose which of the existing products they sell.', 'nl'),
('master_products', 'Common Products for Vendors', 'Allows you to create a single product base: vendors choose which of the existing products they sell.', 'no'),
('master_products', 'Produtos Comuns para Fornecedores', 'Permite que você crie uma base única de produtos: os fornecedores escolhem quais dos produtos existentes eles vendem.', 'pt'),
('master_products', 'Common Products for Vendors', 'Allows you to create a single product base: vendors choose which of the existing products they sell.', 'ro'),
('master_products', 'Общие товары для продавцов', 'Позволяет вам создать единую базу товаров: продавцы будут выбирать, какие из существующих в базе товаров они продают.', 'ru'),
('mobile_app', 'Aplicativo móvel', 'Aplicativo móvel', 'da'),
('mobile_app', 'Mobile Anwendung', 'Mobile Anwendung', 'de'),
('mobile_app', 'Εφαρμογή για κινητά', 'Εφαρμογή για κινητά', 'el'),
('mobile_app', 'Mobile application', 'Mobile application', 'en'),
('mobile_app', 'Aplicación móvil', 'Aplicación móvil', 'es'),
('mobile_app', 'Application mobile', 'Application mobile', 'fr'),
('mobile_app', 'Mobile application', 'Mobile application', 'it'),
('mobile_app', 'Mobile application', 'Mobile application', 'nl'),
('mobile_app', 'Mobil applikasjon', 'Mobil applikasjon', 'no'),
('mobile_app', 'Aplicativo móvel', 'Configure your mobile app for Android and iOS, download the config, and send it to us via Help Desk. We\'ll build and publish the app; for a fee, we can put you as the app developer. With access to the source code, you can publish the app yourself.', 'pt'),
('mobile_app', 'Mobile application', 'Mobile application', 'ro'),
('mobile_app', 'Мобильное приложение', 'Мобильное приложение CS-Cart', 'ru'),
('mve_plus', 'Funcionalidades do Multi-Vendor Plus', 'Habilita as funcionalidades disponíveis somente na edição Multi-Vendor Plus.', 'da'),
('mve_plus', 'Multi-Vendor-Plus-Funktionalität', 'Ermöglicht die Funktionalität, die nur in der Multi-Vendor Plus Edition verfügbar ist.', 'de'),
('mve_plus', 'Λειτουργικότητα Multi-Vendor Plus', 'Ενεργοποιεί την λειτουργικότητα η οποία είναι διαθέσιμη στην έκδοση Multi-Vendor Plus.', 'el'),
('mve_plus', 'Multi-Vendor Plus Functionality', 'Enables the functionality available only in the Multi-Vendor Plus edition.', 'en'),
('mve_plus', 'Funcionalidad Multi-Vendedor Plus', 'Habilita la funcionalidad disponible solo en la edición Multi-Vendor Plus.', 'es'),
('mve_plus', 'Multi-Vendeurs Fonctionnalité Plus', 'Active la fonctionnalité disponible uniquement dans l’édition Multi-Vendeurs Fonctionnalité Plus.', 'fr'),
('mve_plus', 'Multi-Vendor Plus Functionality', 'Enables the functionality available only in the Multi-Vendor Plus edition.', 'it'),
('mve_plus', 'Multi-Vendor Plus functionaliteit', 'Hiermee wordt de functionaliteit ingeschakeld die alleen beschikbaar is in de Multi-Vendor Plus editie.', 'nl'),
('mve_plus', 'Multi-Vendor Plus Functionality', 'Enables the functionality available only in the Multi-Vendor Plus edition.', 'no'),
('mve_plus', 'Funcionalidades do Multi-Vendor Plus', 'Habilita as funcionalidades disponíveis somente na edição Multi-Vendor Plus.', 'pt'),
('mve_plus', 'Multi-Vendor Plus Functionality', 'Enables the functionality available only in the Multi-Vendor Plus edition.', 'ro'),
('mve_plus', 'Функциональность Multi-Vendor Plus', 'Включает функциональность, доступную только в редакции Multi-Vendor Plus.', 'ru'),
('my_changes', 'Minhas alterações', 'Um plugin genérico para facilitar a criação de ganchos', 'da'),
('my_changes', 'Meine Änderungen', 'Ein Dummy-Add-On für die einfachere Bearbeitung des Hook-Designs', 'de'),
('my_changes', 'Αλλαγές μου', 'Ενα εικονικό πρόσθετο για ευκολότερη επεξεργασία hooks', 'el'),
('my_changes', 'My changes', 'A dummy add-on for easier hook design editing', 'en'),
('my_changes', 'Mis cambios', 'Un complemento dummy para la edición más fácil de diseño de enganche', 'es'),
('my_changes', 'Mes modifications', 'Un module factice pour une édition plus simple du concept de hook', 'fr'),
('my_changes', 'Modifiche personalizzate (My changes)', 'Un componente aggiuntivo fittizio per l\'editing di progettazione hook più facile', 'it'),
('my_changes', 'Mijn Wijzigingen', 'Een dummy add-on plaatsen voor het gemakkelijker bewerken van een haak ontwerp', 'nl'),
('my_changes', 'Mine endringer', 'En dummy add-on for enklere hook design redigering', 'no'),
('my_changes', 'Minhas alterações', 'Um plugin genérico para facilitar a criação de ganchos', 'pt'),
('my_changes', 'My changes', 'A dummy add-on for easier hook design editing', 'ro'),
('my_changes', 'Мои изменения', 'Специальный модуль для внесения собственных изменений в платформу', 'ru'),
('newsletters', 'Newsletters', 'Permite que você configure o envio de newsletter', 'da'),
('newsletters', 'Newsletter', 'Hier können Sie den Newsletterversand konfigurieren', 'de'),
('newsletters', 'Newsletters', 'Σας επιτρέπει να ρυθμίσετε την αποστολή Newsletter', 'el'),
('newsletters', 'Newsletters', 'Lets you configure newsletter sending', 'en'),
('newsletters', 'Boletines de noticias', 'Le permite configurar envío de boletines de noticias', 'es'),
('newsletters', 'Bulletin d\'information', 'Vous permet de configurer l’envoi de la newsletter', 'fr'),
('newsletters', 'Newsletter', 'Consente di configurare l\'invio di newsletter', 'it'),
('newsletters', 'Nieuwsbrieven', 'Het versturen van nieuwsbrieven configureren', 'nl'),
('newsletters', 'Nyhetsbrev', 'Lar deg konfigurere sending av nyhetsbrev', 'no'),
('newsletters', 'Newsletters', 'Permite que você configure o envio de newsletter', 'pt'),
('newsletters', 'Newsletters', 'Lets you configure newsletter sending', 'ro'),
('newsletters', 'Рассылки', 'Позволяет создавать новости на сайте и настраивать новостные рассылки', 'ru'),
('partiuhub_autentique', 'PartiuHub Autentique', 'PartiuHub Autentique', 'da'),
('partiuhub_autentique', 'PartiuHub Autentique', 'PartiuHub Autentique', 'de'),
('partiuhub_autentique', 'PartiuHub Autentique', 'PartiuHub Autentique', 'el'),
('partiuhub_autentique', 'PartiuHub Autentique', 'PartiuHub Autentique', 'en'),
('partiuhub_autentique', 'PartiuHub Autentique', 'PartiuHub Autentique', 'es'),
('partiuhub_autentique', 'PartiuHub Autentique', 'PartiuHub Autentique', 'fr'),
('partiuhub_autentique', 'PartiuHub Autentique', 'PartiuHub Autentique', 'it'),
('partiuhub_autentique', 'PartiuHub Autentique', 'PartiuHub Autentique', 'nl'),
('partiuhub_autentique', 'PartiuHub Autentique', 'PartiuHub Autentique', 'no'),
('partiuhub_autentique', 'PartiuHub Autentique', 'PartiuHub Autentique', 'pt'),
('partiuhub_autentique', 'PartiuHub Autentique', 'PartiuHub Autentique', 'ro'),
('partiuhub_autentique', 'PartiuHub Autentique', 'PartiuHub Autentique', 'ru'),
('partiuhub_bling', 'PartiuHub Bling', 'PartiuHub Bling', 'da'),
('partiuhub_bling', 'PartiuHub Bling', 'PartiuHub Bling', 'de'),
('partiuhub_bling', 'PartiuHub Bling', 'PartiuHub Bling', 'el'),
('partiuhub_bling', 'PartiuHub Bling', 'PartiuHub Bling', 'en'),
('partiuhub_bling', 'PartiuHub Bling', 'PartiuHub Bling', 'es'),
('partiuhub_bling', 'PartiuHub Bling', 'PartiuHub Bling', 'fr'),
('partiuhub_bling', 'PartiuHub Bling', 'PartiuHub Bling', 'it'),
('partiuhub_bling', 'PartiuHub Bling', 'PartiuHub Bling', 'nl'),
('partiuhub_bling', 'PartiuHub Bling', 'PartiuHub Bling', 'no'),
('partiuhub_bling', 'PartiuHub Bling', 'PartiuHub Bling', 'pt'),
('partiuhub_bling', 'PartiuHub Bling', 'PartiuHub Bling', 'ro'),
('partiuhub_bling', 'PartiuHub Bling', 'PartiuHub Bling', 'ru'),
('partiuhub_cadastro', 'PartiuHub Cadastro', 'PartiuHub Cadastro', 'da'),
('partiuhub_cadastro', 'PartiuHub Cadastro', 'PartiuHub Cadastro', 'de'),
('partiuhub_cadastro', 'PartiuHub Cadastro', 'PartiuHub Cadastro', 'el'),
('partiuhub_cadastro', 'PartiuHub Cadastro', 'PartiuHub Cadastro', 'en'),
('partiuhub_cadastro', 'PartiuHub Cadastro', 'PartiuHub Cadastro', 'es'),
('partiuhub_cadastro', 'PartiuHub Cadastro', 'PartiuHub Cadastro', 'fr'),
('partiuhub_cadastro', 'PartiuHub Cadastro', 'PartiuHub Cadastro', 'it'),
('partiuhub_cadastro', 'PartiuHub Cadastro', 'PartiuHub Cadastro', 'nl'),
('partiuhub_cadastro', 'PartiuHub Cadastro', 'PartiuHub Cadastro', 'no'),
('partiuhub_cadastro', 'PartiuHub Cadastro', 'PartiuHub Cadastro', 'pt'),
('partiuhub_cadastro', 'PartiuHub Cadastro', 'PartiuHub Cadastro', 'ro'),
('partiuhub_cadastro', 'PartiuHub Cadastro', 'PartiuHub Cadastro', 'ru'),
('partiuhub_clear_sale', 'Partiuhub Clear Sale', 'Módulo do serviço anti fraude da Clear Sale', 'da'),
('partiuhub_clear_sale', 'Partiuhub Clear Sale', 'Módulo do serviço anti fraude da Clear Sale', 'de'),
('partiuhub_clear_sale', 'Partiuhub Clear Sale', 'Módulo do serviço anti fraude da Clear Sale', 'el'),
('partiuhub_clear_sale', 'Partiuhub Clear Sale', 'Módulo do serviço anti fraude da Clear Sale', 'en'),
('partiuhub_clear_sale', 'Partiuhub Clear Sale', 'Módulo do serviço anti fraude da Clear Sale', 'es'),
('partiuhub_clear_sale', 'Partiuhub Clear Sale', 'Módulo do serviço anti fraude da Clear Sale', 'fr'),
('partiuhub_clear_sale', 'Partiuhub Clear Sale', 'Módulo do serviço anti fraude da Clear Sale', 'it'),
('partiuhub_clear_sale', 'Partiuhub Clear Sale', 'Módulo do serviço anti fraude da Clear Sale', 'nl'),
('partiuhub_clear_sale', 'Partiuhub Clear Sale', 'Módulo do serviço anti fraude da Clear Sale', 'no'),
('partiuhub_clear_sale', 'Partiuhub Clear Sale', 'Módulo do serviço anti fraude da Clear Sale', 'pt'),
('partiuhub_clear_sale', 'Partiuhub Clear Sale', 'Módulo do serviço anti fraude da Clear Sale', 'ro'),
('partiuhub_clear_sale', 'Partiuhub Clear Sale', 'Módulo do serviço anti fraude da Clear Sale', 'ru'),
('partiuhub_correios', 'PartiuHub Correios Webservice', 'PartiuHub Correios Webservice', 'da'),
('partiuhub_correios', 'PartiuHub Correios Webservice', 'PartiuHub Correios Webservice', 'de'),
('partiuhub_correios', 'PartiuHub Correios Webservice', 'PartiuHub Correios Webservice', 'el'),
('partiuhub_correios', 'PartiuHub Correios Webservice', 'PartiuHub Correios Webservice', 'en'),
('partiuhub_correios', 'PartiuHub Correios Webservice', 'PartiuHub Correios Webservice', 'es'),
('partiuhub_correios', 'PartiuHub Correios Webservice', 'PartiuHub Correios Webservice', 'fr'),
('partiuhub_correios', 'PartiuHub Correios Webservice', 'PartiuHub Correios Webservice', 'it'),
('partiuhub_correios', 'PartiuHub Correios Webservice', 'PartiuHub Correios Webservice', 'nl'),
('partiuhub_correios', 'PartiuHub Correios Webservice', 'PartiuHub Correios Webservice', 'no'),
('partiuhub_correios', 'PartiuHub Correios Webservice', 'PartiuHub Correios Webservice', 'pt'),
('partiuhub_correios', 'PartiuHub Correios Webservice', 'PartiuHub Correios Webservice', 'ro'),
('partiuhub_correios', 'PartiuHub Correios Webservice', 'PartiuHub Correios Webservice', 'ru'),
('partiuhub_cronjobs', 'PartiuHub Cron Jobs', 'PartiuHub Cron Jobs', 'da'),
('partiuhub_cronjobs', 'PartiuHub Cron Jobs', 'PartiuHub Cron Jobs', 'de'),
('partiuhub_cronjobs', 'PartiuHub Cron Jobs', 'PartiuHub Cron Jobs', 'el'),
('partiuhub_cronjobs', 'PartiuHub Cron Jobs', 'PartiuHub Cron Jobs', 'en'),
('partiuhub_cronjobs', 'PartiuHub Cron Jobs', 'PartiuHub Cron Jobs', 'es'),
('partiuhub_cronjobs', 'PartiuHub Cron Jobs', 'PartiuHub Cron Jobs', 'fr'),
('partiuhub_cronjobs', 'PartiuHub Cron Jobs', 'PartiuHub Cron Jobs', 'it'),
('partiuhub_cronjobs', 'PartiuHub Cron Jobs', 'PartiuHub Cron Jobs', 'nl'),
('partiuhub_cronjobs', 'PartiuHub Cron Jobs', 'PartiuHub Cron Jobs', 'no'),
('partiuhub_cronjobs', 'PartiuHub Cron Jobs', 'PartiuHub Cron Jobs', 'pt'),
('partiuhub_cronjobs', 'PartiuHub Cron Jobs', 'PartiuHub Cron Jobs', 'ro'),
('partiuhub_cronjobs', 'PartiuHub Cron Jobs', 'PartiuHub Cron Jobs', 'ru'),
('partiuhub_design', 'PartiuHub Design', 'PartiuHub Design', 'da'),
('partiuhub_design', 'PartiuHub Design', 'PartiuHub Design', 'de'),
('partiuhub_design', 'PartiuHub Design', 'PartiuHub Design', 'el'),
('partiuhub_design', 'PartiuHub Design', 'PartiuHub Design', 'en'),
('partiuhub_design', 'PartiuHub Design', 'PartiuHub Design', 'es'),
('partiuhub_design', 'PartiuHub Design', 'PartiuHub Design', 'fr'),
('partiuhub_design', 'PartiuHub Design', 'PartiuHub Design', 'it'),
('partiuhub_design', 'PartiuHub Design', 'PartiuHub Design', 'nl'),
('partiuhub_design', 'PartiuHub Design', 'PartiuHub Design', 'no'),
('partiuhub_design', 'PartiuHub Design', 'PartiuHub Design', 'pt'),
('partiuhub_design', 'PartiuHub Design', 'PartiuHub Design', 'ro'),
('partiuhub_design', 'PartiuHub Design', 'PartiuHub Design', 'ru'),
('partiuhub_docs', 'PartiuHub Docs', 'PartiuHub Docs', 'da'),
('partiuhub_docs', 'PartiuHub Docs', 'PartiuHub Docs', 'de'),
('partiuhub_docs', 'PartiuHub Docs', 'PartiuHub Docs', 'el'),
('partiuhub_docs', 'PartiuHub Docs', 'PartiuHub Docs', 'en'),
('partiuhub_docs', 'PartiuHub Docs', 'PartiuHub Docs', 'es'),
('partiuhub_docs', 'PartiuHub Docs', 'PartiuHub Docs', 'fr'),
('partiuhub_docs', 'PartiuHub Docs', 'PartiuHub Docs', 'it'),
('partiuhub_docs', 'PartiuHub Docs', 'PartiuHub Docs', 'nl'),
('partiuhub_docs', 'PartiuHub Docs', 'PartiuHub Docs', 'no'),
('partiuhub_docs', 'PartiuHub Docs', 'PartiuHub Docs', 'pt'),
('partiuhub_docs', 'PartiuHub Docs', 'PartiuHub Docs', 'ro'),
('partiuhub_docs', 'PartiuHub Docs', 'PartiuHub Docs', 'ru'),
('partiuhub_global_payments', 'PartiuHub Global Payments', 'PartiuHub Global Payments', 'da'),
('partiuhub_global_payments', 'PartiuHub Global Payments', 'PartiuHub Global Payments', 'de'),
('partiuhub_global_payments', 'PartiuHub Global Payments', 'PartiuHub Global Payments', 'el'),
('partiuhub_global_payments', 'PartiuHub Global Payments', 'PartiuHub Global Payments', 'en'),
('partiuhub_global_payments', 'PartiuHub Global Payments', 'PartiuHub Global Payments', 'es'),
('partiuhub_global_payments', 'PartiuHub Global Payments', 'PartiuHub Global Payments', 'fr'),
('partiuhub_global_payments', 'PartiuHub Global Payments', 'PartiuHub Global Payments', 'it'),
('partiuhub_global_payments', 'PartiuHub Global Payments', 'PartiuHub Global Payments', 'nl'),
('partiuhub_global_payments', 'PartiuHub Global Payments', 'PartiuHub Global Payments', 'no'),
('partiuhub_global_payments', 'PartiuHub Global Payments', 'PartiuHub Global Payments', 'pt'),
('partiuhub_global_payments', 'PartiuHub Global Payments', 'PartiuHub Global Payments', 'ro'),
('partiuhub_global_payments', 'PartiuHub Global Payments', 'PartiuHub Global Payments', 'ru'),
('partiuhub_planos_vendedores', 'PartiuHub Plano de Vendedores', 'PartiuHub Plano de Vendedores', 'da'),
('partiuhub_planos_vendedores', 'PartiuHub Plano de Vendedores', 'PartiuHub Plano de Vendedores', 'de'),
('partiuhub_planos_vendedores', 'PartiuHub Plano de Vendedores', 'PartiuHub Plano de Vendedores', 'el'),
('partiuhub_planos_vendedores', 'PartiuHub Plano de Vendedores', 'PartiuHub Plano de Vendedores', 'en'),
('partiuhub_planos_vendedores', 'PartiuHub Plano de Vendedores', 'PartiuHub Plano de Vendedores', 'es'),
('partiuhub_planos_vendedores', 'PartiuHub Plano de Vendedores', 'PartiuHub Plano de Vendedores', 'fr'),
('partiuhub_planos_vendedores', 'PartiuHub Plano de Vendedores', 'PartiuHub Plano de Vendedores', 'it'),
('partiuhub_planos_vendedores', 'PartiuHub Plano de Vendedores', 'PartiuHub Plano de Vendedores', 'nl'),
('partiuhub_planos_vendedores', 'PartiuHub Plano de Vendedores', 'PartiuHub Plano de Vendedores', 'no'),
('partiuhub_planos_vendedores', 'PartiuHub Plano de Vendedores', 'PartiuHub Plano de Vendedores', 'pt'),
('partiuhub_planos_vendedores', 'PartiuHub Plano de Vendedores', 'PartiuHub Plano de Vendedores', 'ro'),
('partiuhub_planos_vendedores', 'PartiuHub Plano de Vendedores', 'PartiuHub Plano de Vendedores', 'ru'),
('partiuhub_products', 'PartiuHub Produtos', 'PartiuHub Produtos', 'da'),
('partiuhub_products', 'PartiuHub Produtos', 'PartiuHub Produtos', 'de'),
('partiuhub_products', 'PartiuHub Produtos', 'PartiuHub Produtos', 'el'),
('partiuhub_products', 'PartiuHub Produtos', 'PartiuHub Produtos', 'en'),
('partiuhub_products', 'PartiuHub Produtos', 'PartiuHub Produtos', 'es'),
('partiuhub_products', 'PartiuHub Produtos', 'PartiuHub Produtos', 'fr'),
('partiuhub_products', 'PartiuHub Produtos', 'PartiuHub Produtos', 'it'),
('partiuhub_products', 'PartiuHub Produtos', 'PartiuHub Produtos', 'nl'),
('partiuhub_products', 'PartiuHub Produtos', 'PartiuHub Produtos', 'no'),
('partiuhub_products', 'PartiuHub Produtos', 'PartiuHub Produtos', 'pt'),
('partiuhub_products', 'PartiuHub Produtos', 'PartiuHub Produtos', 'ro'),
('partiuhub_products', 'PartiuHub Produtos', 'PartiuHub Produtos', 'ru'),
('partiuhub_shipments', 'PartiuHub Envios', 'PartiuHub Envios', 'da'),
('partiuhub_shipments', 'PartiuHub Envios', 'PartiuHub Envios', 'de'),
('partiuhub_shipments', 'PartiuHub Envios', 'PartiuHub Envios', 'el'),
('partiuhub_shipments', 'PartiuHub Envios', 'PartiuHub Envios', 'en'),
('partiuhub_shipments', 'PartiuHub Envios', 'PartiuHub Envios', 'es'),
('partiuhub_shipments', 'PartiuHub Envios', 'PartiuHub Envios', 'fr'),
('partiuhub_shipments', 'PartiuHub Envios', 'PartiuHub Envios', 'it'),
('partiuhub_shipments', 'PartiuHub Envios', 'PartiuHub Envios', 'nl'),
('partiuhub_shipments', 'PartiuHub Envios', 'PartiuHub Envios', 'no'),
('partiuhub_shipments', 'PartiuHub Envios', 'PartiuHub Envios', 'pt'),
('partiuhub_shipments', 'PartiuHub Envios', 'PartiuHub Envios', 'ro'),
('partiuhub_shipments', 'PartiuHub Envios', 'PartiuHub Envios', 'ru'),
('partiuhub_tools', 'PartiuHub Tools', 'PartiuHub Tools', 'da'),
('partiuhub_tools', 'PartiuHub Tools', 'PartiuHub Tools', 'de'),
('partiuhub_tools', 'PartiuHub Tools', 'PartiuHub Tools', 'el'),
('partiuhub_tools', 'PartiuHub Tools', 'PartiuHub Tools', 'en'),
('partiuhub_tools', 'PartiuHub Tools', 'PartiuHub Tools', 'es'),
('partiuhub_tools', 'PartiuHub Tools', 'PartiuHub Tools', 'fr'),
('partiuhub_tools', 'PartiuHub Tools', 'PartiuHub Tools', 'it'),
('partiuhub_tools', 'PartiuHub Tools', 'PartiuHub Tools', 'nl'),
('partiuhub_tools', 'PartiuHub Tools', 'PartiuHub Tools', 'no'),
('partiuhub_tools', 'PartiuHub Tools', 'PartiuHub Tools', 'pt'),
('partiuhub_tools', 'PartiuHub Tools', 'PartiuHub Tools', 'ro'),
('partiuhub_tools', 'PartiuHub Tools', 'PartiuHub Tools', 'ru'),
('paypal', 'Pagamentos via PayPal', 'Permite que você aceite pagamentos via Finalização de compra do Paypal, PayPal Plus, PayPal Standard, PayPal Advanced e PayPal Payflow Pro.', 'da'),
('paypal', 'PayPal-Zahlungen', 'Ermöglicht Ihnen, Zahlungen via PayPal Express Checkout, PayPal Pro, PayPal Standard, PayPal Advanced, and PayPal Payflow Pro zu akzeptieren.', 'de'),
('paypal', 'Πληρωμές με PayPal', 'Σας επιτρέπει να δέχεστε πληρωμές μέσω PayPal Express Checkout, PayPal Pro, Standard PayPal, PayPal Advanced, και PayPal Payflow Pro.', 'el'),
('paypal', 'PayPal payments', 'Lets you accept payments via PayPal Express Checkout, PayPal Pro, PayPal Standard, PayPal Advanced, and PayPal Payflow Pro.', 'en'),
('paypal', 'Pagos de PayPal', 'Te permite aceptar pagos a través de PayPal Express Checkout, PayPal Pro, estándar de PayPal, PayPal avanzado y PayPal Payflow Pro.', 'es'),
('paypal', 'Paiements PayPal', 'Vous permet d\'accepter les paiements via PayPal Express Checkout, PayPal Pro, PayPal Standard, Advanced PayPal et PayPal Payflow Pro.', 'fr'),
('paypal', 'Pagamenti PayPal', 'Consente di accettare pagamenti via PayPal Express Checkout PayPal, PayPal Standard, PayPal Advanced e Pro PayPal Payflow Pro.', 'it'),
('paypal', 'PayPal betalingen', 'Betalingen accepteren via PayPal Express Checkout, PayPal Pro, PayPal Standard, PayPal Advanced, en PayPal Payflow Pro.', 'nl'),
('paypal', 'PayPal-betalinger', 'Lar deg motta betalinger via PayPal Express Checkout, PayPal Pro, PayPal Standard, PayPal Advanced, og PayPal Payflow Pro.', 'no'),
('paypal', 'Pagamentos via PayPal', 'Permite que você aceite pagamentos via Finalização de compra do Paypal, PayPal Plus, PayPal Standard, PayPal Advanced e PayPal Payflow Pro.', 'pt'),
('paypal', 'Plăţi PayPal', 'Lets you accept payments via PayPal Express Checkout, PayPal Pro, PayPal Standard, PayPal Advanced, and PayPal Payflow Pro.', 'ro'),
('paypal', 'Платежи через PayPal', 'Прием платежей через PayPal Express Checkout, PayPal Pro, PayPal Standard, PayPal Advanced и PayPal Payflow Pro.', 'ru'),
('pdf_documents', 'PDF Documents', 'Handles the generation of all PDF files. We offer it as a free service and generate PDFs on our own server WITHOUT keeping any data.', 'da'),
('pdf_documents', 'PDF Documents', 'Handles the generation of all PDF files. We offer it as a free service and generate PDFs on our own server WITHOUT keeping any data.', 'de'),
('pdf_documents', 'PDF Documents', 'Handles the generation of all PDF files. We offer it as a free service and generate PDFs on our own server WITHOUT keeping any data.', 'el'),
('pdf_documents', 'PDF Documents', 'Handles the generation of all PDF files. We offer it as a free service and generate PDFs on our own server WITHOUT keeping any data.', 'en'),
('pdf_documents', 'PDF Documents', 'Handles the generation of all PDF files. We offer it as a free service and generate PDFs on our own server WITHOUT keeping any data.', 'es'),
('pdf_documents', 'PDF Documents', 'Handles the generation of all PDF files. We offer it as a free service and generate PDFs on our own server WITHOUT keeping any data.', 'fr'),
('pdf_documents', 'PDF Documents', 'Handles the generation of all PDF files. We offer it as a free service and generate PDFs on our own server WITHOUT keeping any data.', 'it'),
('pdf_documents', 'PDF Documents', 'Handles the generation of all PDF files. We offer it as a free service and generate PDFs on our own server WITHOUT keeping any data.', 'nl'),
('pdf_documents', 'PDF Documents', 'Handles the generation of all PDF files. We offer it as a free service and generate PDFs on our own server WITHOUT keeping any data.', 'no'),
('pdf_documents', 'Documentos PDF', 'Lida com a geração de todos os arquivos PDF. Nós oferecemos como um serviço grátis e gera PDFs no nosso próprio servidor sem manter nenhum dado.', 'pt'),
('pdf_documents', 'PDF Documents', 'Handles the generation of all PDF files. We offer it as a free service and generate PDFs on our own server WITHOUT keeping any data.', 'ro'),
('pdf_documents', 'PDF-документы', 'Отвечает за генерацию всех PDF-файлов. Работает как бесплатный облачный сервис: мы генерируем PDF на своём сервере, но не храним никакие данные.', 'ru'),
('polls', 'Enquetes', 'Adiciona a possibilidade de adicionar enquetes personalizadas ao site', 'da'),
('polls', 'Umfragen', 'Fügt die Möglichkeit individueller Umfragen zur Website hinzu', 'de'),
('polls', 'Δημοσκοπήσεις', 'Προσθέτει τη δυνατότητα να προσθέσετε προσαρμοσμένες δημοσκοπήσεις στο site', 'el'),
('polls', 'Polls', 'Adds a possibility to add customized polls to the site', 'en'),
('polls', 'Encuestas', 'Añade una posibilidad para agregar encuestas personalizadas en el sitio', 'es'),
('polls', 'Sondages', 'Ajoute la possibilité d\'ajouter des sondages personnalisés sur le site', 'fr'),
('polls', 'Sondaggi', 'Aggiunge la possibilità di aggiungere sondaggi personalizzati nel sito', 'it'),
('polls', 'Enquêtes', 'Voegt een mogelijkheid toe om op maat gemaakte polls toe te voegen aan de site', 'nl'),
('polls', 'Spørreundersøkelser', 'Legger til mulighet for egendefinerte spørreundersøkelser på nettsiden', 'no'),
('polls', 'Enquetes', 'Adiciona a possibilidade de adicionar enquetes personalizadas ao site', 'pt'),
('polls', 'Sondaje', 'Adds a possibility to add customized polls to the site', 'ro'),
('polls', 'Опросы и голосования', 'Опросы пользователей и формы голосования для витрины', 'ru'),
('populatiry_column', 'Popularity column', 'Popularity column for testing purposes', 'da'),
('populatiry_column', 'Popularity column', 'Popularity column for testing purposes', 'de'),
('populatiry_column', 'Popularity column', 'Popularity column for testing purposes', 'el'),
('populatiry_column', 'Popularity column', 'Popularity column for testing purposes', 'en'),
('populatiry_column', 'Popularity column', 'Popularity column for testing purposes', 'es'),
('populatiry_column', 'Popularity column', 'Popularity column for testing purposes', 'fr'),
('populatiry_column', 'Popularity column', 'Popularity column for testing purposes', 'it'),
('populatiry_column', 'Popularity column', 'Popularity column for testing purposes', 'nl'),
('populatiry_column', 'Popularity column', 'Popularity column for testing purposes', 'no'),
('populatiry_column', 'Popularity column', 'Popularity column for testing purposes', 'pt'),
('populatiry_column', 'Popularity column', 'Popularity column for testing purposes', 'ro'),
('populatiry_column', 'Popularity column', 'Popularity column for testing purposes', 'ru'),
('price_list', 'Lista de preços', 'Gera a lista de preços configurável em PDF ou XLS', 'da'),
('price_list', 'Preisliste', 'Erzeugt konfigurierbare Preisliste als PDF oder XLS', 'de'),
('price_list', 'Τιμοκατάλογος', 'Δημιουργεί διαμορφώσιμες λίστες τιμών σε PDF ή XLS', 'el'),
('price_list', 'Price list', 'Generates configurable price list in PDF or XLS', 'en'),
('price_list', 'Lista de precios', 'Genera lista de precios configurables en PDF o XLS', 'es'),
('price_list', 'Liste de prix', 'Génère la liste des prix configurable en format PDF ou XLS', 'fr'),
('price_list', 'Listino prezzi', 'Genera listino configurabile in PDF o XLS', 'it'),
('price_list', 'Prijslijst', 'Maakt een configureerbare prijslijst in PDF of XLS aan', 'nl'),
('price_list', 'Prisliste', 'Genererer konfigurerbare prislister i PDF eller XLS', 'no'),
('price_list', 'Lista de preços', 'Gera a lista de preços configurável em PDF ou XLS', 'pt'),
('price_list', 'Listă de prețuri', 'Generează listă de prețuri configurabilă în format PDF sau XLS', 'ro'),
('price_list', 'Прайс-лист', 'Прайс-листы в форматах PDF и XLS (Microsoft Excel)', 'ru'),
('product_configurator', 'Configuratore di prodotto', 'Makes it possible to create products with other products as options (e.g. lets customer select computer components among the store items upon purchase)', 'it'),
('product_reviews', 'Product reviews', 'Allows your customers to leave reviews for products. That can build up trust, provide social proof, and add user-generated content to your site.', 'da'),
('product_reviews', 'Product reviews', 'Allows your customers to leave reviews for products. That can build up trust, provide social proof, and add user-generated content to your site.', 'de'),
('product_reviews', 'Product reviews', 'Allows your customers to leave reviews for products. That can build up trust, provide social proof, and add user-generated content to your site.', 'el'),
('product_reviews', 'Product reviews', 'Allows your customers to leave reviews for products. That can build up trust, provide social proof, and add user-generated content to your site.', 'en'),
('product_reviews', 'Product reviews', 'Allows your customers to leave reviews for products. That can build up trust, provide social proof, and add user-generated content to your site.', 'es'),
('product_reviews', 'Product reviews', 'Allows your customers to leave reviews for products. That can build up trust, provide social proof, and add user-generated content to your site.', 'fr'),
('product_reviews', 'Recensioni Prodotto', 'Allows your customers to leave reviews for products. That can build up trust, provide social proof, and add user-generated content to your site.', 'it'),
('product_reviews', 'Product reviews', 'Allows your customers to leave reviews for products. That can build up trust, provide social proof, and add user-generated content to your site.', 'nl'),
('product_reviews', 'Product reviews', 'Allows your customers to leave reviews for products. That can build up trust, provide social proof, and add user-generated content to your site.', 'no'),
('product_reviews', 'Avaliações do produto', 'Permite nossos clientes deixar avaliações para produtos. Isto pode construir confiança, dar prova social, e adicionar conteúdo gerado por usuários ao seu site.', 'pt'),
('product_reviews', 'Product reviews', 'Allows your customers to leave reviews for products. That can build up trust, provide social proof, and add user-generated content to your site.', 'ro'),
('product_reviews', 'Отзывы о товарах', 'Позволяет покупателям оставлять отзывы о товарах. Они повышают доверие, служат социальным доказательством, а также источником пользовательского контента на сайте.', 'ru'),
('product_variations', 'Variações de produto', 'Crie produtos com variações de características (por exemplo, uma cor ou um tamanho diferente), e deixe os clientes selecionarem a desejada.', 'da'),
('product_variations', 'Product Variations', 'Create products with different feature variants (for example, a different color or size), and let customers select the desired variant.', 'de'),
('product_variations', 'Παραλλαγές Προϊόντος', 'Δημιουργήστε προϊόντα με διαφορετικές παραλλαγές χαρακτηριστικών (για παράδειγμα, διαφορετικό χρώμα ή μέγεθος) και αφήστε τους πελάτες να επιλέξουν την επιθυμητή παραλλαγή.', 'el'),
('product_variations', 'Product Variations', 'Create products with different feature variants (for example, a different color or size), and let customers select the desired variant.', 'en'),
('product_variations', 'Product Variations', 'Create products with different feature variants (for example, a different color or size), and let customers select the desired variant.', 'es'),
('product_variations', 'Product Variations', 'Create products with different feature variants (for example, a different color or size), and let customers select the desired variant.', 'fr'),
('product_variations', 'Product Variations', 'Create products with different feature variants (for example, a different color or size), and let customers select the desired variant.', 'it'),
('product_variations', 'Productvariaties', 'Create products with different feature variants (for example, a different color or size), and let customers select the desired variant.', 'nl'),
('product_variations', 'Product Variations', 'Create products with different feature variants (for example, a different color or size), and let customers select the desired variant.', 'no'),
('product_variations', 'Variações de produto', 'Crie produtos com variações de características (por exemplo, uma cor ou um tamanho diferente), e deixe os clientes selecionarem a desejada.', 'pt'),
('product_variations', 'Product Variations', 'Create products with different feature variants (for example, a different color or size), and let customers select the desired variant.', 'ro'),
('product_variations', 'Вариации товаров', 'Создавайте товары с разными значениями характеристик (например, цветом или размером) и позвольте покупателю выбрать нужный вариант.', 'ru'),
('recaptcha', 'Google reCAPTCHA', 'Adiciona o Google reCAPTCHA para proteger a sua loja contra robôs', 'da'),
('recaptcha', 'Google reCAPTCHA', 'Fügt die Unterstützung von Google reCAPTCHA hinzu, um Ihren Shop vor Bots zu schützen', 'de'),
('recaptcha', 'Google reCAPTCHA', 'Προσθέτει την υποστήριξη Google reCAPTCHA για να προστατεύσει το κατάστημά σας ενάντια σε bots', 'el'),
('recaptcha', 'Google reCAPTCHA', 'Adds the support of Google reCAPTCHA to protect your store against bots', 'en'),
('recaptcha', 'ReCAPTCHA de Google', 'Agrega el soporte de reCAPTCHA de Google para protejer tu tienda contra bots', 'es'),
('recaptcha', 'Google reCAPTCHA', 'Adds the support of Google reCAPTCHA to protect your store against bots', 'fr'),
('recaptcha', 'ReCAPTCHA di Google', 'Aggiunge il sopporto di Google reCAPTCHA per protegere il suo stor contra frode', 'it'),
('recaptcha', 'Google reCAPTCHA', 'Adds the support of Google reCAPTCHA to protect your store against bots', 'nl'),
('recaptcha', 'Google reCAPTCHA', 'Legger til støtte for Google reCAPTCHA å beskytte din butikk mot bots og spam', 'no'),
('recaptcha', 'Google reCAPTCHA', 'Adiciona o Google reCAPTCHA para proteger a sua loja contra robôs', 'pt'),
('recaptcha', 'Google reCAPTCHA', 'Adds the support of Google reCAPTCHA to protect your store against bots', 'ro'),
('recaptcha', 'Google reCAPTCHA', 'Добавляет сервис Google reCAPTCHA для защиты магазина от спам-ботов', 'ru'),
('recurring_billing', 'Piani ricorrenti', 'Makes it possible to place periodic orders and set up status notifications', 'it'),
('redesk_connection_multivendor', 'Re:Desk connection', 'Re:Desk connection addon for Multi-Vendor', 'da'),
('redesk_connection_multivendor', 'Re:Desk connection', 'Re:Desk connection addon for Multi-Vendor', 'de'),
('redesk_connection_multivendor', 'Re:Desk connection', 'Re:Desk connection addon for Multi-Vendor', 'el'),
('redesk_connection_multivendor', 'Re:Desk connection', 'Re:Desk connection addon for Multi-Vendor', 'en'),
('redesk_connection_multivendor', 'Re:Desk connection', 'Re:Desk connection addon for Multi-Vendor', 'es'),
('redesk_connection_multivendor', 'Re:Desk connection', 'Re:Desk connection addon for Multi-Vendor', 'fr'),
('redesk_connection_multivendor', 'Re:Desk connection', 'Re:Desk connection addon for Multi-Vendor', 'it'),
('redesk_connection_multivendor', 'Re:Desk connection', 'Re:Desk connection addon for Multi-Vendor', 'nl'),
('redesk_connection_multivendor', 'Re:Desk connection', 'Re:Desk connection addon for Multi-Vendor', 'no'),
('redesk_connection_multivendor', 'Re:Desk connection', 'Re:Desk connection addon for Multi-Vendor', 'pt'),
('redesk_connection_multivendor', 'Re:Desk connection', 'Re:Desk connection addon for Multi-Vendor', 'ro'),
('redesk_connection_multivendor', 'Re:Desk connection', 'Re:Desk connection addon for Multi-Vendor', 'ru'),
('rees46', 'REES46: центр управления конверсией', '\n        Модуль REES46 повышает конверсию и средний чек интернет-магазина за счет персонализированных товарных рекомендаций.\n    ', 'da'),
('rees46', 'REES46: центр управления конверсией', '\n        Модуль REES46 повышает конверсию и средний чек интернет-магазина за счет персонализированных товарных рекомендаций.\n    ', 'de'),
('rees46', 'REES46: центр управления конверсией', '\n        Модуль REES46 повышает конверсию и средний чек интернет-магазина за счет персонализированных товарных рекомендаций.\n    ', 'el'),
('rees46', 'REES46: eCommerce marketing automation toolkit', 'REES46 increases revenue for 20% using personalization technologies.', 'en'),
('rees46', 'REES46: центр управления конверсией', '\n        Модуль REES46 повышает конверсию и средний чек интернет-магазина за счет персонализированных товарных рекомендаций.\n    ', 'es'),
('rees46', 'REES46: центр управления конверсией', '\n        Модуль REES46 повышает конверсию и средний чек интернет-магазина за счет персонализированных товарных рекомендаций.\n    ', 'fr'),
('rees46', 'REES46: центр управления конверсией', '\n        Модуль REES46 повышает конверсию и средний чек интернет-магазина за счет персонализированных товарных рекомендаций.\n    ', 'it'),
('rees46', 'REES46: центр управления конверсией', '\n        Модуль REES46 повышает конверсию и средний чек интернет-магазина за счет персонализированных товарных рекомендаций.\n    ', 'nl'),
('rees46', 'REES46: центр управления конверсией', '\n        Модуль REES46 повышает конверсию и средний чек интернет-магазина за счет персонализированных товарных рекомендаций.\n    ', 'no'),
('rees46', 'REES46: центр управления конверсией', '\n        Модуль REES46 повышает конверсию и средний чек интернет-магазина за счет персонализированных товарных рекомендаций.\n    ', 'pt'),
('rees46', 'REES46: центр управления конверсией', '\n        Модуль REES46 повышает конверсию и средний чек интернет-магазина за счет персонализированных товарных рекомендаций.\n    ', 'ro'),
('rees46', 'REES46: центр управления конверсией', '\n        Модуль REES46 повышает конверсию и средний чек интернет-магазина за счет персонализированных товарных рекомендаций.\n    ', 'ru'),
('required_products', 'Produtos obrigatórios', 'Permite especificar produtos obrigatórios para a compra', 'da'),
('required_products', 'Benötigte Artikel', 'Ermöglicht es, für den Einkauf benötigte Artikel festzulegen', 'de'),
('required_products', 'Απαιτούμενα προϊόντα', 'Δίνει τη δυνατότητα να καθορίσετε προϊόντα που απαιτούνται για αγορά', 'el'),
('required_products', 'Required products', 'Makes it possible to specify products required for purchase', 'en'),
('required_products', 'Productos requeridos', 'Permite especificar los productos necesarios para la compra', 'es'),
('required_products', 'Produits requis', 'Permet de spécifier les produits nécessaires à l\'achat', 'fr'),
('required_products', 'Prodotti obbligatori', 'Permette di specificare i prodotti richiesti per l\'acquisto', 'it'),
('required_products', 'Benodigde producten', 'Maakt het mogelijk om vereiste producten op te geven bij aankoop van een bepaald product', 'nl'),
('required_products', 'Påkrevde produkter', 'Gjør det mulig å spesifisere produkter som kreves for kjøp', 'no'),
('required_products', 'Produtos obrigatórios', 'Permite especificar produtos obrigatórios para a compra', 'pt'),
('required_products', 'Produse necesare', 'Makes it possible to specify products required for purchase', 'ro'),
('required_products', 'Требуемые товары', 'Товары, без которых купить выбранный товар нельзя', 'ru'),
('reward_points', 'Programa de fidelidade', 'Permite que os clientes obtenham e utilizem pontos no programa de fidelidade', 'da'),
('reward_points', 'Bonuspunkte', 'Lässt Kunden Einkaufspunkte verdienen und ausgeben', 'de'),
('reward_points', 'Πόντοι επιβράβευσης', 'Επιτρέπει στους πελάτες να κερδίσουν και να ξοδέψουν  πόντους για αγορές', 'el'),
('reward_points', 'Reward points', 'Lets customers earn and spend points for purchases', 'en'),
('reward_points', 'Puntos de recompensa', 'Permite a los clientes ganar y gastar puntos para compras', 'es'),
('reward_points', 'Points de fidélité', 'Permet aux clients de gagner et de dépenser des points pour des achats', 'fr'),
('reward_points', 'Punti fedeltà', 'Permette ai clienti di guadagnare e spendere i punti per gli acquisti', 'it'),
('reward_points', 'Spaarpunten', 'Laat klanten spaarpunten verdienen en besteden bij aankopen', 'nl'),
('reward_points', 'Belønningspoeng', 'Lar kundene tjene og bruke poeng ved kjøp', 'no'),
('reward_points', 'Programa de fidelidade', 'Permite que os clientes obtenham e utilizem pontos no programa de fidelidade', 'pt'),
('reward_points', 'Puncte de fidelitate', 'Permite clientilor sa castige puncte care pot fi folosite la achizitionarea de produse', 'ro'),
('reward_points', 'Бонусные баллы', 'Бонусы и вознаграждения за покупки', 'ru'),
('rma', 'RMA', 'Adiciona um sistema de gerenciamento de devoluções', 'da'),
('rma', 'Return Merchandise Authorization (RMA)', 'Fügt eine Retourenmanagement-System hinzu', 'de'),
('rma', 'RMA', 'Προσθέτει ένα σύστημα διαχείρισης επιστροφων', 'el'),
('rma', 'RMA', 'Adds a return management system', 'en'),
('rma', 'RMA', 'Agrega un sistema de gestión de devolución', 'es'),
('rma', 'RMA (Retour de marchandises)', 'Ajoute un système de gestion des retours', 'fr'),
('rma', 'Ritorni merce (RMA)', 'Aggiunge una gestione dei resi', 'it'),
('rma', 'RMA (Retour Materiaal Authorisatie)', 'Voegt een retour beheer systeem toe aan de webwinkel', 'nl'),
('rma', 'RMA', 'Legger til et retursystem for utsendte varer', 'no'),
('rma', 'RMA', 'Adiciona um sistema de gerenciamento de devoluções', 'pt'),
('rma', 'RMA', 'Adds a return management system', 'ro'),
('rma', 'Возврат товаров', 'Заявки и отслеживание возвратов товаров', 'ru'),
('rss_feed', 'Feed RSS', 'Cria feeds RSS para produtos e postagens do blog', 'da'),
('rss_feed', 'RSS-Feed', 'Generates RSS feeds for products and blog posts', 'de'),
('rss_feed', 'RSS feed', 'Δημιουργεί RSS feeds για νέα προϊόντα και σελιδες δημοσιεύσεων', 'el'),
('rss_feed', 'RSS feed', 'Generates RSS feeds for products and blog posts', 'en'),
('rss_feed', 'Feed RSS', 'Genera feeds RSS para productos y entradas de blogs', 'es'),
('rss_feed', 'Flux RSS', 'Génère des flux RSS pour les produits, les nouvelles et les pages', 'fr'),
('rss_feed', 'Feed RSS', 'Consente di generare feed RSS per i prodotti e post del blog', 'it'),
('rss_feed', 'RSS-feed', 'Genereert RSS-feeds voor producten en blogberichten', 'nl'),
('rss_feed', 'RSS-feed', 'Genererer RSS-feeder for produkter og blogg poster', 'no'),
('rss_feed', 'Feed RSS', 'Cria feeds RSS para produtos e postagens do blog', 'pt'),
('rss_feed', 'RSS feed', 'Generates RSS feeds for products and blog posts', 'ro'),
('rss_feed', 'RSS-лента', 'Генерирует RSS-ленту для товаров и записей в блоге', 'ru'),
('seo', 'SEO', 'Ativar o suporte a URLs amigáveis', 'da'),
('seo', 'SEO', 'Fügt suchmaschinenfreundlichen URL-Support hinzu', 'de'),
('seo', 'SEO (απαιτείται μηχανή χειραγώγησης URL  - mod_rewrite ή isapi_rewrite)', 'Προσθέτει υποστήριξη φιλικών SEO URLs', 'el'),
('seo', 'SEO', 'Adds Search engine-friendly URLs support', 'en'),
('seo', 'SEO', 'Agrega soporte para la creación de URL amigables para los motores de búsqueda', 'es'),
('seo', 'SEO', 'Ajoute le support des URLs conviviales pour les moteurs de recherche', 'fr'),
('seo', 'SEO', 'Aggiunge il supporto SEO agli URL (richiede mod_rewrite o isapi_rewrite)', 'it'),
('seo', 'SEO', 'Zoekmachine-vriendelijke URLs aanzetten', 'nl'),
('seo', 'SEO', 'Legger til støtte for søkemotorvennlige nettadresser', 'no'),
('seo', 'SEO', 'Ativar o suporte a URLs amigáveis', 'pt'),
('seo', 'SEO', 'necesitră motorul de manipulare a URL-ului - mod_rewrite or isapi_rewrite', 'ro'),
('seo', 'SEO', 'Оптимизированные для поисковых сервисов и читабельные URL', 'ru'),
('sms_notifications', 'Notifiche SMS', 'Allows you to set up administrator SMS order notifications', 'it'),
('social_buttons', 'Botões sociais', 'Adds the buttons for sharing products and pages in social media (Twitter, Facebook, etc.). Helps social networks and messengers to display better previews for the links to your site', 'da'),
('social_buttons', 'Social Media Buttons', 'Buttons zum Teilen in sozialen Netzwerken und per E-Mail (z.B. Twitter, Facebook, etc.)', 'de'),
('social_buttons', 'Κουμπιά Κοινωνικής Δικτύωσης', 'Κουμπια Κοινωνικής Δικτύωσης και ηλεκτρονικού ταχυδρομείου (Twitter, Facebook, κλπ.)', 'el'),
('social_buttons', 'Social buttons', 'Adds the buttons for sharing products and pages in social media (Twitter, Facebook, etc.). Helps social networks and messengers to display better previews for the links to your site', 'en'),
('social_buttons', 'Botones de redes sociales', 'Botones compartidos de redes sociales y correo electrónico (Twitter, Facebook, etc.)', 'es'),
('social_buttons', 'Boutons des réseaux sociaux', 'Boutons de partage par e-mail et dans les réseaux sociaux  (Twitter, Facebook, etc.)', 'fr'),
('social_buttons', 'Pulsanti Social', 'Pulsanti di condivisione via E-mail e Social (Twitter, Facebook, ecc.)', 'it'),
('social_buttons', 'Sociale Media knoppen', 'Sociale media en e-mail deel-knoppen (Twitter, Facebook, enz.)', 'nl'),
('social_buttons', 'Sosiale knapper', 'Sosiale medier og e-post delings-knapper (Twitter, Facebook, osv.)', 'no'),
('social_buttons', 'Botões sociais', 'Adds the buttons for sharing products and pages in social media (Twitter, Facebook, etc.). Helps social networks and messengers to display better previews for the links to your site', 'pt'),
('social_buttons', 'Social buttons', 'Social media and e-mail share buttons (Twitter, Facebook, etc.)', 'ro'),
('social_buttons', 'Социальные кнопки', 'Добавляет кнопки популярных соц. сервисов (Twitter, Facebook и т.д.)', 'ru'),
('storefront_rest_api', 'API REST para loja', 'Fornece entidades de API REST', 'da'),
('storefront_rest_api', 'Schaufenster REST API', 'Liefert REST-API-Entitäten', 'de'),
('storefront_rest_api', 'Storefront REST API', 'Provides REST API entities', 'el'),
('storefront_rest_api', 'Storefront REST API', 'Provides REST API entities', 'en'),
('storefront_rest_api', 'REST API de la página de productos', 'Proporciona entidades de REST API', 'es'),
('storefront_rest_api', 'Storefront REST API', 'Provides REST API entities', 'fr'),
('storefront_rest_api', 'Storefront REST API', 'Provides REST API entities', 'it'),
('storefront_rest_api', 'Storefront REST API', 'Provides REST API entities', 'nl'),
('storefront_rest_api', 'Butikk forside REST API', 'Gir REST API-enheter', 'no'),
('storefront_rest_api', 'API REST para loja', 'Fornece entidades de API REST', 'pt'),
('storefront_rest_api', 'Storefront REST API', 'Provides REST API entities', 'ro'),
('storefront_rest_api', 'REST API для витрины', 'Добавляет сущности REST API', 'ru'),
('store_locator', 'Lojas e pontos de retirada', 'Permite marcar suas lojas físicas no mapa e oferecer aos clientes que eles retirem os pedidos nelas, caso uma forma de envio correspondente esteja configurada.', 'da'),
('store_locator', 'Stores and pickup points', 'Allows you to mark your physical stores on the map and offer your customers to collect orders from there, if a corresponding shipping method is configured.', 'de'),
('store_locator', 'Καταστήματα και σημεία παραλαβής', 'Σας επιτρέπει να επισημάνετε την τοποθεσία των καταστημάτων σας στον χάρτη και δίνοντας την δυνατότητα στους πελάτες να παραλάβουν τις παραγγελίες από αυτό το σημείο, φυσικά πρέπει να έχει οριστεί η αντίστοιχη μέθοδος παραλαβής.', 'el'),
('store_locator', 'Stores and pickup points', 'Allows you to mark your physical stores on the map and offer your customers to collect orders from there, if a corresponding shipping method is configured.', 'en'),
('store_locator', 'Stores and pickup points', 'Allows you to mark your physical stores on the map and offer your customers to collect orders from there, if a corresponding shipping method is configured.', 'es'),
('store_locator', 'Stores and pickup points', 'Allows you to mark your physical stores on the map and offer your customers to collect orders from there, if a corresponding shipping method is configured.', 'fr'),
('store_locator', 'Stores and pickup points', 'Allows you to mark your physical stores on the map and offer your customers to collect orders from there, if a corresponding shipping method is configured.', 'it'),
('store_locator', 'Winkels en afhaalpunten', 'Hiermee kunt u uw fysieke winkels op de kaart markeren en uw klanten aanbieden om daar bestellingen te verzamelen, als een overeenkomstige verzendmethode is geconfigureerd.', 'nl'),
('store_locator', 'Stores and pickup points', 'Allows you to mark your physical stores on the map and offer your customers to collect orders from there, if a corresponding shipping method is configured.', 'no'),
('store_locator', 'Lojas e pontos de retirada', 'Permite marcar suas lojas físicas no mapa e oferecer aos clientes que eles retirem os pedidos nelas, caso uma forma de envio correspondente esteja configurada.', 'pt'),
('store_locator', 'Stores and pickup points', 'Allows you to mark your physical stores on the map and offer your customers to collect orders from there, if a corresponding shipping method is configured.', 'ro'),
('store_locator', 'Магазины и пункты самовывоза', 'Позволяет отмечать физические магазины на карте и предлагать покупателям забирать товары оттуда, если вы создадите соответствующий способ доставки.', 'ru'),
('suppliers', 'Fornecedores', 'Adiciona atribuição de suporte do fornecedor aos produtos', 'da'),
('suppliers', 'Lieferanten', 'Support durch Lieferanten einem Artikel zuodnen', 'de'),
('suppliers', 'Προμηθευτές', 'Προσθέτει την υποστήριξη ανάθεσης προμηθευτή στα προϊόντα', 'el'),
('suppliers', 'Suppliers', 'Adds supplier assignment support to products', 'en'),
('suppliers', 'Proveedores', 'Añade soporte de asignación de proveedor a los productos', 'es'),
('suppliers', 'Fournisseurs', 'Ajoute le support pour l\'assignation du fournisseur aux produits', 'fr'),
('suppliers', 'Fornitori', 'Aggiunge il supporto di assegnazione fornitore ai prodotti', 'it'),
('suppliers', 'Leveranciers', 'Voegt leverancier opdracht ondersteuning toe aan producten', 'nl'),
('suppliers', 'Leverandører', 'Legger til støtte for leverandøroppdrag til produkter', 'no'),
('suppliers', 'Fornecedores', 'Adiciona atribuição de suporte do fornecedor aos produtos', 'pt'),
('suppliers', 'Suppliers', 'Adds supplier assignment support to products', 'ro');
INSERT INTO `partiushop_addon_descriptions` (`addon`, `name`, `description`, `lang_code`) VALUES
('suppliers', 'Поставщики', 'Создание и назначение поставщиков товаров (с собственными параметрами доставки и проч.)', 'ru'),
('tags', 'Tags', 'Ativar tags dos produtos', 'da'),
('tags', 'Schlagwörter', 'Ermöglicht Artikel-Schlagwörter', 'de'),
('tags', 'Ετικέτες', 'Ενεργοποιεί Ετικέτες προϊόντων', 'el'),
('tags', 'Tags', 'Enables product tags', 'en'),
('tags', 'Etiquetas', 'Permite etiquetas de productos', 'es'),
('tags', 'Balises', 'Active les étiquettes de produit', 'fr'),
('tags', 'Tag', 'Abilita Tag prodotto', 'it'),
('tags', 'Tags', 'Schakelt product tags in', 'nl'),
('tags', 'Tagger', 'Aktiverer produkt tagger', 'no'),
('tags', 'Tags', 'Ativar tags dos produtos', 'pt'),
('tags', 'Etichete', 'Enables product tags', 'ro'),
('tags', 'Теги', 'Теги для товаров и контентных страниц', 'ru'),
('tech_support_chat', 'Chat de suporte técnico', 'Adiciona chat ao vivo com a equipe de suporte técnico no painel administrativo', 'da'),
('tech_support_chat', 'Technical support chat', 'Adds live chat with the technical support team in the Administration panel', 'de'),
('tech_support_chat', 'Technical support chat', 'Προσθέτει live chat με την ομάδα τεχνικής υποστήριξης στον πίνακα διαχείρισης', 'el'),
('tech_support_chat', 'Techical support chat', 'Adds live chat with the technical support team int the Administration panel', 'en'),
('tech_support_chat', 'Sala de chat de soporte técnico', 'Añade sala de chat en vivo con el equipo de soporte técnico en el panel de Administración', 'es'),
('tech_support_chat', 'Technical support chat', 'Adds live chat with the technical support team in the Administration panel', 'fr'),
('tech_support_chat', 'Technical support chat', 'Adds live chat with the technical support team in the Administration panel', 'it'),
('tech_support_chat', 'Technical support chat', 'Adds live chat with the technical support team in the Administration panel', 'nl'),
('tech_support_chat', 'Technical support chat', 'Adds live chat with the technical support team in the Administration panel', 'no'),
('tech_support_chat', 'Chat de suporte técnico', 'Adiciona chat ao vivo com a equipe de suporte técnico no painel administrativo', 'pt'),
('tech_support_chat', 'Technical support chat', 'Adds live chat with the technical support team in the Administration panel', 'ro'),
('tech_support_chat', 'Чат с техподдержкой', 'Добавляет в панель администратора чат в реальном времени с командой техподдержки', 'ru'),
('vendor_communication', 'Central de mensagem', 'Permite que clientes, fornecedores e administradores entrem em contato entre si através do chat embutido.', 'da'),
('vendor_communication', 'Ask seller a question', 'Allows customers to ask questions about a product directly from the product page. Seller replies to these questions in the built-in Message Center.', 'de'),
('vendor_communication', 'Ask seller a question', 'Allows customers to ask questions about a product directly from the product page. Seller replies to these questions in the built-in Message Center.', 'el'),
('vendor_communication', 'Message center', 'Allows customers, vendors, and administrators to contact each other via the built-in chat.', 'en'),
('vendor_communication', 'Ask seller a question', 'Allows customers to ask questions about a product directly from the product page. Seller replies to these questions in the built-in Message Center.', 'es'),
('vendor_communication', 'Ask seller a question', 'Allows customers to ask questions about a product directly from the product page. Seller replies to these questions in the built-in Message Center.', 'fr'),
('vendor_communication', 'Ask seller a question', 'Allows customers to ask questions about a product directly from the product page. Seller replies to these questions in the built-in Message Center.', 'it'),
('vendor_communication', 'Ask seller a question', 'Allows customers to ask questions about a product directly from the product page. Seller replies to these questions in the built-in Message Center.', 'nl'),
('vendor_communication', 'Ask seller a question', 'Allows customers to ask questions about a product directly from the product page. Seller replies to these questions in the built-in Message Center.', 'no'),
('vendor_communication', 'Central de mensagem', 'Permite que clientes, fornecedores e administradores entrem em contato entre si através do chat embutido.', 'pt'),
('vendor_communication', 'Pune o întrebare vânzătorului', 'Permite clienților să pună întrebări despre un produs direct de pe pagina produsului. Vânzătorul va răspunde la aceste întrebări în Centru de Mesaje încorporat.', 'ro'),
('vendor_communication', 'Чат с продавцом', 'Позволяет покупателям задавать вопросы о товаре со страницы товара. Отвечать на эти вопросы можно во встроенном Центре сообщений.', 'ru'),
('vendor_data_premoderation', 'Pré-moderação de dados do fornecedor', 'Permite que você pre-modere a atividade de fornecedores', 'da'),
('vendor_data_premoderation', 'Vendor data premoderation', 'Lets you pre-moderate vendors activity', 'de'),
('vendor_data_premoderation', 'Προέγκριση στοιχείων Πωλητη', 'Σας επιτρέπει να προεγκρίνετε τις δραστηριότητες πωλητών', 'el'),
('vendor_data_premoderation', 'Vendor data premoderation', 'Lets you pre-moderate vendors activity', 'en'),
('vendor_data_premoderation', 'Datos de proveedores de moderación previa', 'Le permite gestionar la moderación previa de la actividad de los vendedores', 'es'),
('vendor_data_premoderation', 'Pré-modération des données  fournisseur', 'Vous permet de pré modérer l\'activité des vendeurs', 'fr'),
('vendor_data_premoderation', 'Pre-moderazione dati venditore', 'Ti consente di pre-moderare l\'attività dei venditori', 'it'),
('vendor_data_premoderation', 'Verkoper gegevens moderatie', 'Activiteiten van leveranciers modereren', 'nl'),
('vendor_data_premoderation', 'Forhandler data forhåndsgodkjenning', 'Lar deg forhåndsgodkjenne forhandlere sin aktivitet', 'no'),
('vendor_data_premoderation', 'Pré-moderação de dados do fornecedor', 'Permite que você pre-modere a atividade de fornecedores', 'pt'),
('vendor_data_premoderation', 'Vendor data premoderation', 'Lets you pre-moderate vendors activity', 'ro'),
('vendor_data_premoderation', 'Премодерация данных продавцов', 'Премодерация данных, добавляемых продавцами', 'ru'),
('vendor_debt_payout', 'Pagamentos fornecedor-administrador', 'Restringe a funcionalidade dos painéis administrativos dos fornecedores sob certas condições e permite que os seus fornecedores paguem suas taxas e dívidas a partir do dashboard de seus painéis administrativos. É tão fácil quanto comprar um produto da loj', 'da'),
('vendor_debt_payout', 'Vendor debt payout', 'Restricts the functionality of vendors\' admin panels under certain conditions and enables your vendors to pay their fees and debts from their admin panel dashboards. It is as easy as purchasing a product from the storefront.', 'de'),
('vendor_debt_payout', 'πληρωμή Χρέους πωλητη', 'Περιορίζει τη λειτουργικότητα πάνελ admin των πωλητών υπό ορισμένες προϋποθέσεις και επιτρέπει στους πωλητές σας να πληρώσουν τις αμοιβές και τα χρέη από τους πίνακες του admin panel. Είναι τόσο εύκολη όσο η αγορά ενός προϊόντος από τη βιτρίνα.', 'el'),
('vendor_debt_payout', 'Vendor-to-admin payments', 'Restricts the functionality of vendors\' admin panels under certain conditions and enables your vendors to pay their fees and debts from their admin panel dashboards. It is as easy as purchasing a product from the storefront.', 'en'),
('vendor_debt_payout', 'Pago de deuda a vendedores', 'Restringe la funcionalidad de los paneles de administración de los proveedores bajo ciertas condiciones y les permite a sus proveedores pagar sus tarifas y deudas desde sus tableros de panel de administración. Es tan fácil como comprar un producto de la t', 'es'),
('vendor_debt_payout', 'Vendor debt payout', 'Restricts the functionality of vendors\' admin panels under certain conditions and enables your vendors to pay their fees and debts from their admin panel dashboards. It is as easy as purchasing a product from the storefront.', 'fr'),
('vendor_debt_payout', 'Vendor debt payout', 'Restricts the functionality of vendors\' admin panels under certain conditions and enables your vendors to pay their fees and debts from their admin panel dashboards. It is as easy as purchasing a product from the storefront.', 'it'),
('vendor_debt_payout', 'Vendor debt payout', 'Restricts the functionality of vendors\' admin panels under certain conditions and enables your vendors to pay their fees and debts from their admin panel dashboards. It is as easy as purchasing a product from the storefront.', 'nl'),
('vendor_debt_payout', 'Forhandler gjeld utbetaling', 'Begrenser funksjonaliteten til forhandlerens adminpanel under visse forhold og gjør det mulig for forhandlere å betale sine gebyrer og gjeld fra kontrollpanelets dashboard. Det er like enkelt som å kjøpe et produkt fra butikk forsiden.', 'no'),
('vendor_debt_payout', 'Pagamentos fornecedor-administrador', 'Restringe a funcionalidade dos painéis administrativos dos fornecedores sob certas condições e permite que os seus fornecedores paguem suas taxas e dívidas a partir do dashboard de seus painéis administrativos. É tão fácil quanto comprar um produto da loj', 'pt'),
('vendor_debt_payout', 'Vendor debt payout', 'Restricts the functionality of vendors\' admin panels under certain conditions and enables your vendors to pay their fees and debts from their admin panel dashboards. It is as easy as purchasing a product from the storefront.', 'ro'),
('vendor_debt_payout', 'Выплата долгов продавцов', 'Ограничивает функциональность панелей администрирования продавцов при определённых условиях; позволяет продавцам оплачивать подписку и платить долги напрямую из панелей администраторов. Процесс оплаты долгов не сложнее покупки товара на витрине.', 'ru'),
('vendor_locations', 'Localização dos fornecedores [Beta]', 'Permite que os fornecedores especifiquem seus endereços, assim os clientes podem ver a distância entre eles e filtrar produtos e fornecedores com base na localização.', 'da'),
('vendor_locations', 'Vendor locations [Beta]', 'Allows vendors to specify their addresses, so that customers can see distance to vendors and filter products and vendors by their locations.', 'de'),
('vendor_locations', 'Vendor locations [Beta]', 'Επιτρέπει στους προμηθευτές να καθορίζουν τις διευθύνσεις τους, έτσι ώστε οι πελάτες να μπορούν να βλέπουν απόσταση από τους προμηθευτές και να φιλτραρουν προιοντα και προμηθευτες με βασει την τποθεσία τους.', 'el'),
('vendor_locations', 'Vendor locations [Beta]', 'Allows vendors to specify their addresses, so that customers can see distance to vendors and filter products and vendors by their locations.', 'en'),
('vendor_locations', 'Ubicación del vendedor [Beta]', 'Permitir a los proveedores especificar sus direcciones, de modo que los clientes puedan ver la distancia a los proveedores y filtrar productos y proveedores por sus ubicaciones.', 'es'),
('vendor_locations', 'Vendor locations [Beta]', 'Allows vendors to specify their addresses, so that customers can see distance to vendors and filter products and vendors by their locations.', 'fr'),
('vendor_locations', 'Vendor locations [Beta]', 'Allows vendors to specify their addresses, so that customers can see distance to vendors and filter products and vendors by their locations.', 'it'),
('vendor_locations', 'Vendor locations [Beta]', 'Allows vendors to specify their addresses, so that customers can see distance to vendors and filter products and vendors by their locations.', 'nl'),
('vendor_locations', 'Forhandler beliggenhet [Beta]', 'Tillater forhandlere å spesifisere adressene sine, slik at kundene kan se avstanden til forhandlere og filtrere produkter og forhandlere etter deres plasseringer.', 'no'),
('vendor_locations', 'Localização dos fornecedores [Beta]', 'Permite que os fornecedores especifiquem seus endereços, assim os clientes podem ver a distância entre eles e filtrar produtos e fornecedores com base na localização.', 'pt'),
('vendor_locations', 'Vendor locations [Beta]', 'Allows vendors to specify their addresses, so that customers can see distance to vendors and filter products and vendors by their locations.', 'ro'),
('vendor_locations', 'Местоположение продавцов [Beta]', 'Позволяет продавцам указывать свои адреса, чтобы пользователи могли видеть расстояния до продавцов и фильтровать товары и продавцов по их местоположению.', 'ru'),
('vendor_panel_configurator', 'Vendor panel configurator', 'Simplifies the vendor panel by showing vendors only the fields and menus that they need to see.', 'da'),
('vendor_panel_configurator', 'Vendor panel configurator', 'Simplifies the vendor panel by showing vendors only the fields and menus that they need to see.', 'de'),
('vendor_panel_configurator', 'Vendor panel configurator', 'Simplifies the vendor panel by showing vendors only the fields and menus that they need to see.', 'el'),
('vendor_panel_configurator', 'Vendor panel configurator', 'Simplifies the vendor panel by showing vendors only the fields and menus that they need to see.', 'en'),
('vendor_panel_configurator', 'Vendor panel configurator', 'Simplifies the vendor panel by showing vendors only the fields and menus that they need to see.', 'es'),
('vendor_panel_configurator', 'Vendor panel configurator', 'Simplifies the vendor panel by showing vendors only the fields and menus that they need to see.', 'fr'),
('vendor_panel_configurator', 'Vendor panel configurator', 'Simplifies the vendor panel by showing vendors only the fields and menus that they need to see.', 'it'),
('vendor_panel_configurator', 'Vendor panel configurator', 'Simplifies the vendor panel by showing vendors only the fields and menus that they need to see.', 'nl'),
('vendor_panel_configurator', 'Vendor panel configurator', 'Simplifies the vendor panel by showing vendors only the fields and menus that they need to see.', 'no'),
('vendor_panel_configurator', 'Configurador do painel de vendedor', 'Simplifica o painel do vendedor ao mostrar aos vendedores apenas os campos e menus que eles precisam ver', 'pt'),
('vendor_panel_configurator', 'Vendor panel configurator', 'Simplifies the vendor panel by showing vendors only the fields and menus that they need to see.', 'ro'),
('vendor_panel_configurator', 'Конфигуратор панели продавцов', 'Упрощает панель продавцов, показывая продавцам только те поля и меню, которые им нужны.', 'ru'),
('vendor_plans', 'Planos de Fornecedor', 'Crie planos com diferentes restrições e preços para os seus fornecedores', 'da'),
('vendor_plans', 'Vendor plans', 'Create plans with different restrictions and prices for your vendors', 'de'),
('vendor_plans', 'Πακέτα πωλητών', 'Δημιουργήσετε πακέτα με διαφορετικούς περιορισμούς και τιμές για τους πωλητές σας', 'el'),
('vendor_plans', 'Vendor plans', 'Create plans with different restrictions and prices for your vendors', 'en'),
('vendor_plans', 'Planes de proveedores', 'Crear planes con diversas restricciones y precios para sus proveedores', 'es'),
('vendor_plans', 'Plans de vendeur', 'Créer des plans avec des restrictions différentes et des prix pour vos vendeurs', 'fr'),
('vendor_plans', 'Piani di Ventori', 'Creare piani con restrizioni differenti e prezzi per i sui ventori', 'it'),
('vendor_plans', 'Vendor plans', 'Create plans with different restrictions and prices for your vendors', 'nl'),
('vendor_plans', 'Forhandler plan', 'Opprett planer med ulike restriksjoner og priser for forhandlere', 'no'),
('vendor_plans', 'Planos de Fornecedor', 'Crie planos com diferentes restrições e preços para os seus fornecedores', 'pt'),
('vendor_plans', 'Vendor plans', 'Create plans with different restrictions and prices for your vendors', 'ro'),
('vendor_plans', 'Тарифные планы для продавцов', 'Создавайте планы с различными условиями и ценами для своих продавцов', 'ru'),
('vendor_privileges', 'Privilégios do Fornecedor', 'Permite que você crie grupos de usuários para administradores de fornecedores', 'da'),
('vendor_privileges', 'Vendor Privileges', 'Allows you to create user groups for vendors\' administrators.', 'de'),
('vendor_privileges', 'Δικαιώματα πωλητή', 'Σας επιτρέπει να δημιουργήσετε ομάδες χρηστών για τους διαχειριστές των λογαριασμών των προμηθευτών.', 'el'),
('vendor_privileges', 'Vendor Privileges', 'Allows you to create user groups for vendors\' administrators.', 'en'),
('vendor_privileges', 'Vendor Privileges', 'Allows you to create user groups for vendors\' administrators.', 'es'),
('vendor_privileges', 'Vendor Privileges', 'Allows you to create user groups for vendors\' administrators.', 'fr'),
('vendor_privileges', 'Vendor Privileges', 'Allows you to create user groups for vendors\' administrators.', 'it'),
('vendor_privileges', 'Vendor Privileges', 'Allows you to create user groups for vendors\' administrators.', 'nl'),
('vendor_privileges', 'Vendor Privileges', 'Allows you to create user groups for vendors\' administrators.', 'no'),
('vendor_privileges', 'Privilégios do Fornecedor', 'Permite que você crie grupos de usuários para administradores de fornecedores', 'pt'),
('vendor_privileges', 'Vendor Privileges', 'Allows you to create user groups for vendors\' administrators.', 'ro'),
('vendor_privileges', 'Привилегии продавцов', 'Позволяет вам создавать группы пользователей для администраторов продавцов.', 'ru'),
('vendor_terms', 'Termos e condições do fornecedor', 'Permite que fornecedores especifiquem termos e condições com os quais os clientes devem concordar ao comprar desses fornecedores', 'da'),
('vendor_terms', 'Die allgemeinen Geschäftsbedingungen des Verkäufers', 'Ermöglicht es den Lieferanten, Bedingungen und Konditionen festzulegen, mit denen die Kunden beim Kauf bei diesen Lieferanten einverstanden sein müssen', 'de'),
('vendor_terms', 'Όρους και τις προϋποθέσεις του πωλητή', 'Επιτρέπει σε πωλητές να καθορίσουν τους όρους και τις προϋποθέσεις που οι πελάτες πρέπει να συμφωνήσουν όταν αγοράζουν απο αυτούς', 'el'),
('vendor_terms', 'Vendor\'s terms and conditions', 'Allows vendors to specify terms and conditions that the customers must agree with when buying from those vendors', 'en'),
('vendor_terms', 'Términos y condiciones de los proveedores', 'Permite a los proveedores especificar los términos y condiciones con los que los clientes deben estar de acuerdo cuando compran a esos proveedores', 'es'),
('vendor_terms', 'Conditions générales du vendeur', 'Permet aux vendeurs de spécifier des termes et conditions avec lesquels les clients doivent être d\'accord lors de leurs achats auprès de ces vendeurs', 'fr'),
('vendor_terms', 'Termi e Condizioni del Ventore', 'Permette i ventori di definire termi e condizioni dove i clienti devono accordarsi comprando da quelli ventori', 'it'),
('vendor_terms', 'Vendor\'s terms and conditions', 'Allows vendors to specify terms and conditions that the customers must agree with when buying from those vendors', 'nl'),
('vendor_terms', 'Forhandlerens vilkår og betingelser', 'Tillater forhandlerne å angi vilkår og betingelser som kundene må være enig i når de kjøper fra disse forhandlerne', 'no'),
('vendor_terms', 'Termos e condições do fornecedor', 'Permite que fornecedores especifiquem termos e condições com os quais os clientes devem concordar ao comprar desses fornecedores', 'pt'),
('vendor_terms', 'Vendor\'s terms and conditions', 'Allows vendors to specify terms and conditions that the customers must agree with when buying from those vendors', 'ro'),
('vendor_terms', 'Условия соглашения, устанавливаемые продавцом', 'Позволяет продавцам устанавливать свои условия соглашения для покупателей, приобретающих товары у продавца', 'ru'),
('warehouses', 'Warehouses [Beta]', 'Lets you set product stock separately for each store and warehouse. Shows to customers the availability of a product in stores or in particular rate areas.', 'da'),
('warehouses', 'Warehouses [Beta]', 'Lets you set product stock separately for each store and warehouse. Shows to customers the availability of a product in stores or in particular rate areas.', 'de'),
('warehouses', 'Warehouses', 'Σας επιτρέπει να ορίσετε το απόθεμα προϊόντων ξεχωριστά για κάθε κατάστημα και αποθήκη. Δείχνει στους πελάτες τη διαθεσιμότητα ενός προϊόντος σε καταστήματα ή σε συγκεκριμένες περιοχές τιμών.', 'el'),
('warehouses', 'Warehouses', 'Lets you set product stock separately for each store and warehouse. Shows to customers the availability of a product in stores or in particular rate areas.', 'en'),
('warehouses', 'Warehouses', 'Le permite configurar el stock de productos por separado para cada tienda y almacén. Muestra a los clientes la disponibilidad de un producto en tiendas o en áreas de tarifas particulares.', 'es'),
('warehouses', 'Warehouses', 'Lets you set product stock separately for each store and warehouse. Shows to customers the availability of a product in stores or in particular rate areas.', 'fr'),
('warehouses', 'Warehouses', 'Consente di impostare lo stock del prodotto separatamente per ogni negozio e magazzino. Mostra ai clienti la disponibilità di un prodotto nei negozi o in particolari zone tariffarie.', 'it'),
('warehouses', 'Warehouses [Beta]', 'Lets you set product stock separately for each store and warehouse. Shows to customers the availability of a product in stores or in particular rate areas.', 'nl'),
('warehouses', 'Warehouses', 'Lets you set product stock separately for each store and warehouse. Shows to customers the availability of a product in stores or in particular rate areas.', 'no'),
('warehouses', 'Warehouses', 'Permite definir o estoque de produtos separadamente para cada loja e armazém. Mostra aos clientes a disponibilidade de um produto em lojas ou em áreas tarifárias específicas.', 'pt'),
('warehouses', 'Warehouses', 'Vă permite să setați stocul de produse separat pentru fiecare magazin și depozit. Arată clienților disponibilitatea unui produs în magazine sau în anumite zone cu tarif.', 'ro'),
('warehouses', 'Склады', 'Позволяет задавать разное количество на разных складах и магазинах. Показывает покупателям наличие товара в магазинах и в тарифных зонах.', 'ru'),
('watermarks', 'Marcas d\'água', 'Permite adicionar marcas d\'água a fotos de produtos e imagens de categorias', 'da'),
('watermarks', 'Wasserzeichen', 'Ermöglicht es, Wasserzeichen in Artikel- und Kategoriebilder einzufügen', 'de'),
('watermarks', 'Υδατογραφήματα', 'Σας επιτρέπει να προσθέσετε υδατογράφημα σε εικόνες προϊόντων και κατηγοριων', 'el'),
('watermarks', 'Watermarks', 'Allows you to add watermarks to product and category images', 'en'),
('watermarks', 'Marcas de agua', 'Permite añadir marcas de agua a las imágenes de producto y categoría', 'es'),
('watermarks', 'Filigranes', 'Vous permet d\'ajouter des filigranes aux images des produits et des catégorie', 'fr'),
('watermarks', 'Filigrane', 'Consente di aggiungere le filigrane alle immagini prodotto e di categoria', 'it'),
('watermarks', 'Watermerken', 'Hiermee kunt u watermerken toevoegen aan product- en categorie afbeeldingen', 'nl'),
('watermarks', 'Vannmerker', 'Lar deg legge til vannmerker til produkt -og kategoribilder', 'no'),
('watermarks', 'Marcas d\'água', 'Permite adicionar marcas d\'água a fotos de produtos e imagens de categorias', 'pt'),
('watermarks', 'Watermarks', 'Allows you to add watermarks to product and category images', 'ro'),
('watermarks', 'Водяные знаки', 'Водяные знаки к изображениям товаров и категорий', 'ru'),
('wishlist', 'Lista de Desejos', 'Permite que os clientes armazenem itens em listas de desejos', 'da'),
('wishlist', 'Wunschliste', 'Kunden erlauben, die Artikel in Ihrer persönlichen Wunschliste zu speichern', 'de'),
('wishlist', 'Wish List (Λίστα Αγαπημενων)', 'Επιτρέπει στους επισκέπτες σας, να αποθηκεύσουν είδη σε προσωπικές λίστες αγαπημένων', 'el'),
('wishlist', 'Wish List', 'Lets customers store items in personal wish lists', 'en'),
('wishlist', 'Lista de la compra', 'Permite a los clientes almacenar elementos en listas de favoritos personales', 'es'),
('wishlist', 'Liste de souhaits', 'Permet aux clients de stocker des éléments dans des listes de souhaits personnelles', 'fr'),
('wishlist', 'Lista dei desideri', 'Permette ai clienti di memorizzare gli articoli nelle liste desideri', 'it'),
('wishlist', 'Verlanglijst', 'Laat klanten items opslaan in persoonlijke verlanglijsten', 'nl'),
('wishlist', 'Ønskeliste', 'Lar kundene lagre produkter i personlige ønskelister', 'no'),
('wishlist', 'Lista de Desejos', 'Permite que os clientes armazenem itens em listas de desejos', 'pt'),
('wishlist', 'Lista de preferințe', 'Permite clienților să stocheze articole în wishlist-uri personale', 'ro'),
('wishlist', 'Отложенные товары', 'Персональные списки отложенных товаров для покупателей', 'ru');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_advanced_addon_data`
--

CREATE TABLE `partiushop_advanced_addon_data` (
  `user_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `categories` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_advanced_addon_data`
--

INSERT INTO `partiushop_advanced_addon_data` (`user_id`, `categories`) VALUES
(15, 's:264:\"                                                                                                                                                                      1        1   1                       1          1        11                                      1\";'),
(12, 's:176:\"                                                                                                                                                                               1\";'),
(3, 's:167:\"                                                                                                                                                                      1\";'),
(30, 's:290:\"                                                                                                                                                                      1                                                                                                     1            111     1\";'),
(1, 's:284:\"                                                                                                                                                                                                                                                                                         1 1\";'),
(35, 's:284:\"                                                                                                                                                                                                                                                                                           1\";');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_also_bought_products`
--

CREATE TABLE `partiushop_also_bought_products` (
  `product_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `related_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `amount` smallint(5) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_also_bought_products`
--

INSERT INTO `partiushop_also_bought_products` (`product_id`, `related_id`, `amount`) VALUES
(296, 297, 1),
(296, 300, 1),
(296, 303, 1),
(296, 304, 1),
(297, 296, 1),
(297, 300, 1),
(297, 303, 1),
(297, 304, 1),
(300, 296, 1),
(300, 297, 1),
(300, 303, 1),
(300, 304, 2),
(302, 303, 1),
(302, 304, 1),
(302, 306, 1),
(303, 296, 1),
(303, 297, 1),
(303, 300, 1),
(303, 302, 1),
(303, 304, 1),
(304, 296, 1),
(304, 297, 1),
(304, 300, 2),
(304, 302, 1),
(304, 303, 1),
(306, 302, 1);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_attachments`
--

CREATE TABLE `partiushop_attachments` (
  `attachment_id` mediumint(8) UNSIGNED NOT NULL,
  `object_type` varchar(30) NOT NULL DEFAULT '',
  `object_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `type` char(1) NOT NULL DEFAULT '',
  `position` int(11) NOT NULL DEFAULT 0,
  `filename` varchar(100) NOT NULL DEFAULT '',
  `filesize` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `usergroup_ids` varchar(255) NOT NULL DEFAULT '0',
  `status` char(1) NOT NULL DEFAULT 'A',
  `url` varchar(255) NOT NULL DEFAULT '',
  `on_server` char(1) NOT NULL DEFAULT 'Y'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_attachment_descriptions`
--

CREATE TABLE `partiushop_attachment_descriptions` (
  `attachment_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `description` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_banners`
--

CREATE TABLE `partiushop_banners` (
  `banner_id` mediumint(8) UNSIGNED NOT NULL,
  `status` char(1) NOT NULL DEFAULT 'A',
  `type` char(20) NOT NULL DEFAULT 'G',
  `target` char(1) NOT NULL DEFAULT 'B',
  `localization` varchar(255) NOT NULL DEFAULT '',
  `timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `abt__ut2_use_avail_period` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_avail_from` int(11) NOT NULL DEFAULT 0,
  `abt__ut2_avail_till` int(11) NOT NULL DEFAULT 0,
  `abt__ut2_button_use` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_tablet_button_use` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_tablet_button_use_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_mobile_button_use` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_mobile_button_use_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_button_text_color` varchar(11) NOT NULL DEFAULT '',
  `abt__ut2_tablet_button_text_color` varchar(11) NOT NULL DEFAULT '',
  `abt__ut2_tablet_button_text_color_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_mobile_button_text_color` varchar(11) NOT NULL DEFAULT '',
  `abt__ut2_mobile_button_text_color_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_button_text_color_use` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_tablet_button_text_color_use` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_tablet_button_text_color_use_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_mobile_button_text_color_use` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_mobile_button_text_color_use_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_button_color` varchar(11) NOT NULL DEFAULT '',
  `abt__ut2_tablet_button_color` varchar(11) NOT NULL DEFAULT '',
  `abt__ut2_tablet_button_color_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_mobile_button_color` varchar(11) NOT NULL DEFAULT '',
  `abt__ut2_mobile_button_color_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_button_color_use` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_tablet_button_color_use` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_tablet_button_color_use_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_mobile_button_color_use` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_mobile_button_color_use_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_title_font_size` varchar(7) NOT NULL DEFAULT '18px',
  `abt__ut2_tablet_title_font_size` varchar(7) NOT NULL DEFAULT '18px',
  `abt__ut2_tablet_title_font_size_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_mobile_title_font_size` varchar(7) NOT NULL DEFAULT '18px',
  `abt__ut2_mobile_title_font_size_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_title_color` varchar(11) NOT NULL DEFAULT '',
  `abt__ut2_title_color_use` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_title_font_weight` varchar(4) NOT NULL DEFAULT '300',
  `abt__ut2_title_tag` enum('div','h1','h2','h3') NOT NULL DEFAULT 'div',
  `abt__ut2_background_image_size` enum('cover','contain') NOT NULL DEFAULT 'cover',
  `abt__ut2_tablet_background_image_size` enum('cover','contain') NOT NULL DEFAULT 'cover',
  `abt__ut2_tablet_background_image_size_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_mobile_background_image_size` enum('cover','contain') NOT NULL DEFAULT 'cover',
  `abt__ut2_mobile_background_image_size_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_title_shadow` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_tablet_title_shadow` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_tablet_title_shadow_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_mobile_title_shadow` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_mobile_title_shadow_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_description_font_size` varchar(7) NOT NULL DEFAULT '13px',
  `abt__ut2_tablet_description_font_size` varchar(7) NOT NULL DEFAULT '13px',
  `abt__ut2_tablet_description_font_size_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_mobile_description_font_size` varchar(7) NOT NULL DEFAULT '13px',
  `abt__ut2_mobile_description_font_size_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_description_color` varchar(11) NOT NULL DEFAULT '',
  `abt__ut2_description_color_use` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_description_bg_color` varchar(11) NOT NULL DEFAULT '',
  `abt__ut2_description_bg_color_use` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_tablet_main_image_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_mobile_main_image_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_tablet_background_image_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_mobile_background_image_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_object` enum('image','video') NOT NULL DEFAULT 'image',
  `abt__ut2_background_color` varchar(11) NOT NULL DEFAULT '',
  `abt__ut2_background_color_use` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_class` varchar(100) NOT NULL DEFAULT '',
  `abt__ut2_color_scheme` enum('light','dark') NOT NULL DEFAULT 'light',
  `abt__ut2_content_valign` enum('top','center','bottom') NOT NULL DEFAULT 'center',
  `abt__ut2_tablet_content_valign` enum('top','center','bottom') NOT NULL DEFAULT 'center',
  `abt__ut2_tablet_content_valign_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_mobile_content_valign` enum('top','center','bottom') NOT NULL DEFAULT 'center',
  `abt__ut2_mobile_content_valign_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_content_align` enum('left','center','right') NOT NULL DEFAULT 'center',
  `abt__ut2_tablet_content_align` enum('left','center','right') NOT NULL DEFAULT 'center',
  `abt__ut2_tablet_content_align_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_mobile_content_align` enum('left','center','right') NOT NULL DEFAULT 'center',
  `abt__ut2_mobile_content_align_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_content_full_width` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_tablet_content_full_width` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_tablet_content_full_width_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_mobile_content_full_width` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_mobile_content_full_width_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_content_bg` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_tablet_content_bg` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_tablet_content_bg_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_mobile_content_bg` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_mobile_content_bg_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_padding` varchar(27) NOT NULL DEFAULT '',
  `abt__ut2_tablet_padding` varchar(27) NOT NULL DEFAULT '',
  `abt__ut2_tablet_padding_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_mobile_padding` varchar(27) NOT NULL DEFAULT '',
  `abt__ut2_mobile_padding_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_how_to_open` enum('in_this_window','in_new_window','in_popup') NOT NULL DEFAULT 'in_this_window',
  `abt__ut2_data_type` enum('url','blog','promotion') NOT NULL DEFAULT 'url',
  `abt__ut2_youtube_use` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_youtube_autoplay` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_youtube_hide_controls` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_tablet_use` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_mobile_use` char(1) NOT NULL DEFAULT 'N',
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_banners`
--

INSERT INTO `partiushop_banners` (`banner_id`, `status`, `type`, `target`, `localization`, `timestamp`, `abt__ut2_use_avail_period`, `abt__ut2_avail_from`, `abt__ut2_avail_till`, `abt__ut2_button_use`, `abt__ut2_tablet_button_use`, `abt__ut2_tablet_button_use_use_own`, `abt__ut2_mobile_button_use`, `abt__ut2_mobile_button_use_use_own`, `abt__ut2_button_text_color`, `abt__ut2_tablet_button_text_color`, `abt__ut2_tablet_button_text_color_use_own`, `abt__ut2_mobile_button_text_color`, `abt__ut2_mobile_button_text_color_use_own`, `abt__ut2_button_text_color_use`, `abt__ut2_tablet_button_text_color_use`, `abt__ut2_tablet_button_text_color_use_use_own`, `abt__ut2_mobile_button_text_color_use`, `abt__ut2_mobile_button_text_color_use_use_own`, `abt__ut2_button_color`, `abt__ut2_tablet_button_color`, `abt__ut2_tablet_button_color_use_own`, `abt__ut2_mobile_button_color`, `abt__ut2_mobile_button_color_use_own`, `abt__ut2_button_color_use`, `abt__ut2_tablet_button_color_use`, `abt__ut2_tablet_button_color_use_use_own`, `abt__ut2_mobile_button_color_use`, `abt__ut2_mobile_button_color_use_use_own`, `abt__ut2_title_font_size`, `abt__ut2_tablet_title_font_size`, `abt__ut2_tablet_title_font_size_use_own`, `abt__ut2_mobile_title_font_size`, `abt__ut2_mobile_title_font_size_use_own`, `abt__ut2_title_color`, `abt__ut2_title_color_use`, `abt__ut2_title_font_weight`, `abt__ut2_title_tag`, `abt__ut2_background_image_size`, `abt__ut2_tablet_background_image_size`, `abt__ut2_tablet_background_image_size_use_own`, `abt__ut2_mobile_background_image_size`, `abt__ut2_mobile_background_image_size_use_own`, `abt__ut2_title_shadow`, `abt__ut2_tablet_title_shadow`, `abt__ut2_tablet_title_shadow_use_own`, `abt__ut2_mobile_title_shadow`, `abt__ut2_mobile_title_shadow_use_own`, `abt__ut2_description_font_size`, `abt__ut2_tablet_description_font_size`, `abt__ut2_tablet_description_font_size_use_own`, `abt__ut2_mobile_description_font_size`, `abt__ut2_mobile_description_font_size_use_own`, `abt__ut2_description_color`, `abt__ut2_description_color_use`, `abt__ut2_description_bg_color`, `abt__ut2_description_bg_color_use`, `abt__ut2_tablet_main_image_use_own`, `abt__ut2_mobile_main_image_use_own`, `abt__ut2_tablet_background_image_use_own`, `abt__ut2_mobile_background_image_use_own`, `abt__ut2_object`, `abt__ut2_background_color`, `abt__ut2_background_color_use`, `abt__ut2_class`, `abt__ut2_color_scheme`, `abt__ut2_content_valign`, `abt__ut2_tablet_content_valign`, `abt__ut2_tablet_content_valign_use_own`, `abt__ut2_mobile_content_valign`, `abt__ut2_mobile_content_valign_use_own`, `abt__ut2_content_align`, `abt__ut2_tablet_content_align`, `abt__ut2_tablet_content_align_use_own`, `abt__ut2_mobile_content_align`, `abt__ut2_mobile_content_align_use_own`, `abt__ut2_content_full_width`, `abt__ut2_tablet_content_full_width`, `abt__ut2_tablet_content_full_width_use_own`, `abt__ut2_mobile_content_full_width`, `abt__ut2_mobile_content_full_width_use_own`, `abt__ut2_content_bg`, `abt__ut2_tablet_content_bg`, `abt__ut2_tablet_content_bg_use_own`, `abt__ut2_mobile_content_bg`, `abt__ut2_mobile_content_bg_use_own`, `abt__ut2_padding`, `abt__ut2_tablet_padding`, `abt__ut2_tablet_padding_use_own`, `abt__ut2_mobile_padding`, `abt__ut2_mobile_padding_use_own`, `abt__ut2_how_to_open`, `abt__ut2_data_type`, `abt__ut2_youtube_use`, `abt__ut2_youtube_autoplay`, `abt__ut2_youtube_hide_controls`, `abt__ut2_tablet_use`, `abt__ut2_mobile_use`, `company_id`) VALUES
(6, 'A', 'G', 'T', '', 1586346366, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(7, 'A', 'G', 'T', '', 1586344366, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(8, 'A', 'G', 'T', '', 1586344366, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(9, 'A', 'G', 'T', '', 1586346366, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(16, 'A', 'G', 'T', '', 1586347366, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(17, 'A', 'G', 'T', '', 1586347366, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(18, 'A', 'G', 'T', '', 1586347366, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(19, 'A', 'G', 'T', '', 1586347366, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(20, 'A', 'abt__ut2', 'B', '', 0, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '22px', '18px', 'N', '18px', 'N', '', 'N', '900', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '#999999', 'Y', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'right', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '20px', '20px 20px 20px 20px', 'N', '20px 20px 20px 20px', 'N', 'in_this_window', 'url', 'N', 'Y', 'N', 'N', 'N', 0),
(21, 'A', 'abt__ut2', 'B', '', 0, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '22px', '18px', 'N', '18px', 'N', '', 'N', '900', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '#999999', 'Y', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'left', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '20px', '20px 20px 20px 20px', 'N', '20px 20px 20px 20px', 'N', 'in_this_window', 'url', 'N', 'Y', 'N', 'N', 'N', 0),
(22, 'A', 'abt__ut2', 'B', '', 0, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '22px', '18px', 'N', '18px', 'N', '', 'N', '900', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '#666666', 'Y', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'top', 'center', 'N', 'center', 'N', 'left', 'center', 'N', 'center', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '20px', '20px 20px 20px 20px', 'N', '20px 20px 20px 20px', 'N', 'in_this_window', 'url', 'N', 'Y', 'N', 'N', 'N', 0),
(23, 'A', 'abt__ut2', 'B', '', 0, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '22px', '18px', 'N', '18px', 'N', '', 'N', '900', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '#999999', 'Y', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'top', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '20px', '20px 20px 20px 20px', 'N', '20px 20px 20px 20px', 'N', 'in_this_window', 'url', 'N', 'Y', 'N', 'N', 'N', 0),
(24, 'A', 'abt__ut2', 'B', '', 0, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '36px', '18px', 'N', '18px', 'N', '#f1b995', 'Y', '700', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '#999999', 'Y', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'dark', 'top', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '20px', '20px 20px 20px 20px', 'N', '20px 20px 20px 20px', 'N', 'in_this_window', 'url', 'N', 'Y', 'N', 'N', 'N', 0),
(25, 'A', 'abt__ut2', 'B', '', 0, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '22px', '18px', 'N', '18px', 'N', '', 'N', '900', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '#ffd6cb', 'Y', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'right', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '20px', '20px 20px 20px 20px', 'N', '20px 20px 20px 20px', 'N', 'in_this_window', 'url', 'N', 'Y', 'N', 'N', 'N', 0),
(26, 'A', 'abt__ut2', 'B', '', 0, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '22px', '18px', 'N', '18px', 'N', '', 'N', '900', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '#666666', 'Y', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'top', 'center', 'N', 'center', 'N', 'left', 'center', 'N', 'center', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '20px', '20px 20px 20px 20px', 'N', '20px 20px 20px 20px', 'N', 'in_this_window', 'url', 'N', 'Y', 'N', 'N', 'N', 0),
(27, 'A', 'abt__ut2', 'B', '', 0, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '22px', '18px', 'N', '18px', 'N', '', 'N', '700', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '#b7b7b7', 'Y', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'dark', 'bottom', 'center', 'N', 'center', 'N', 'left', 'center', 'N', 'center', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '20px', '20px 20px 20px 20px', 'N', '20px 20px 20px 20px', 'N', 'in_this_window', 'url', 'N', 'Y', 'N', 'N', 'N', 0),
(28, 'A', 'abt__ut2', 'B', '', 0, 'N', 0, 0, 'Y', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '36px', '18px', 'N', '36px', 'Y', '', 'N', '900', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'Y', 'N', 'N', 'N', 'N', '16px', '13px', 'N', '16px', 'Y', '#dfdfdf', 'Y', '', 'N', 'N', 'N', 'N', 'Y', 'image', '', 'N', '', 'dark', 'center', 'center', 'N', 'center', 'Y', 'left', 'center', 'N', 'center', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '20px', '20px 20px 20px 20px', 'N', '20px 20px 20px 20px', 'N', 'in_this_window', 'url', 'N', 'Y', 'N', 'N', 'Y', 0),
(29, 'A', 'abt__ut2', 'B', '', 0, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '32px', '18px', 'N', '18px', 'Y', '', 'N', '700', 'div', 'contain', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '14px', '13px', 'N', '14px', 'Y', '#b2b2b2', 'Y', '', 'N', 'N', 'N', 'N', 'N', 'image', '#000000', 'Y', '', 'dark', 'center', 'center', 'N', 'bottom', 'Y', 'left', 'center', 'N', 'center', 'Y', 'N', 'N', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', 'Y', '20px', '20px 20px 20px 20px', 'N', '20px 0', 'Y', 'in_this_window', 'url', 'N', 'Y', 'N', 'N', 'Y', 0),
(30, 'A', 'abt__ut2', 'B', '', 0, 'N', 0, 0, 'Y', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '36px', '18px', 'N', '18px', 'N', '', 'N', '900', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'Y', 'N', 'N', 'N', 'N', '16px', '13px', 'N', '13px', 'N', '#e6e6e6', 'Y', '', 'N', 'N', 'N', 'N', 'Y', 'image', '', 'N', '', 'dark', 'bottom', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '40px', '20px 20px 20px 20px', 'N', '40px 0', 'Y', 'in_this_window', 'url', 'N', 'Y', 'N', 'N', 'Y', 0),
(31, 'A', 'abt__ut2', 'B', '', 0, 'N', 0, 0, 'Y', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '32px', '18px', 'N', '36px', 'Y', '', 'N', '900', 'div', 'contain', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '16px', '13px', 'N', '13px', 'N', '#454545', 'Y', '', 'N', 'N', 'Y', 'N', 'Y', 'image', '#f6f6f6', 'Y', '', 'light', 'center', 'center', 'N', 'top', 'Y', 'right', 'center', 'N', 'center', 'Y', 'N', 'N', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '0 40px', '20px 20px 20px 20px', 'N', '40px 0', 'Y', 'in_this_window', 'url', 'N', 'Y', 'N', 'N', 'Y', 0),
(32, 'A', 'abt__ut2', 'B', '', 0, 'N', 0, 0, 'N', 'N', 'N', 'Y', 'Y', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '36px', '18px', 'N', '42px', 'Y', '#ffffff', 'Y', '900', 'div', 'contain', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '14px', '13px', 'N', '16px', 'Y', '#ffe5db', 'Y', '', 'N', 'N', 'N', 'N', 'N', 'image', '#000000', 'Y', '', 'dark', 'top', 'center', 'N', 'top', 'Y', 'center', 'center', 'N', 'center', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '40px 20px 20px 20px', '20px 20px 20px 20px', 'N', '20px 20px 20px 20px', 'N', 'in_this_window', 'url', 'N', 'Y', 'N', 'N', 'Y', 0),
(33, 'A', 'abt__ut2', 'B', '', 0, 'N', 0, 0, 'N', 'N', 'N', 'Y', 'Y', '', '', 'N', '', 'Y', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'Y', 'N', 'N', 'N', 'N', 'N', '42px', '18px', 'N', '36px', 'Y', '#ffffff', 'Y', '900', 'div', 'contain', 'cover', 'N', 'contain', 'Y', 'Y', 'Y', 'N', 'Y', 'N', '14px', '13px', 'N', '16px', 'Y', '#ffe5db', 'Y', '', 'N', 'N', 'N', 'N', 'Y', 'image', '#000000', 'Y', '', 'dark', 'top', 'center', 'N', 'bottom', 'Y', 'center', 'center', 'N', 'center', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '40px 20%', '20px 20px 20px 20px', 'N', '40px 10px', 'Y', 'in_this_window', 'url', 'N', 'Y', 'N', 'N', 'Y', 0),
(34, 'A', 'abt__ut2', 'B', '', 0, 'N', 0, 0, 'Y', 'N', 'N', 'Y', 'Y', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '42px', '18px', 'N', '36px', 'Y', '', 'N', '900', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'Y', 'Y', 'N', 'Y', 'N', '16px', '13px', 'N', '14px', 'Y', '#e6e6e6', 'Y', '', 'N', 'N', 'N', 'N', 'Y', 'image', '', 'N', '', 'dark', 'center', 'center', 'N', 'bottom', 'Y', 'right', 'center', 'N', 'center', 'Y', 'N', 'N', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '0 10% 0 20%', '20px 20px 20px 20px', 'N', '40px 0', 'Y', 'in_this_window', 'url', 'N', 'Y', 'N', 'N', 'Y', 0),
(35, 'A', 'abt__ut2', 'B', '', 0, 'N', 0, 0, 'Y', 'N', 'N', 'N', 'Y', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '42px', '18px', 'N', '36px', 'Y', '', 'N', '900', 'div', 'contain', 'cover', 'N', 'cover', 'N', 'N', 'Y', 'N', 'Y', 'N', '16px', '13px', 'N', '16px', 'Y', '#454545', 'Y', '', 'N', 'N', 'Y', 'N', 'Y', 'image', '#f6f6f6', 'Y', '', 'light', 'center', 'center', 'N', 'top', 'Y', 'right', 'center', 'N', 'center', 'Y', 'N', 'N', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '20px 40px 20px 20px', '20px 20px 20px 20px', 'N', '20px 0', 'Y', 'in_this_window', 'url', 'N', 'Y', 'N', 'N', 'Y', 0),
(36, 'A', 'abt__ut2', 'B', '', 0, 'N', 0, 0, 'Y', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '42px', '18px', 'N', '36px', 'Y', '', 'N', '900', 'div', 'contain', 'cover', 'N', 'cover', 'Y', 'Y', 'Y', 'N', 'Y', 'N', '16px', '13px', 'N', '13px', 'N', '#ffbfbf', 'Y', '', 'N', 'N', 'N', 'N', 'Y', 'image', '#d30611', 'Y', '', 'dark', 'center', 'center', 'N', 'bottom', 'Y', 'right', 'center', 'N', 'left', 'Y', 'N', 'N', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '20px 20px 20px 20px', '20px 20px 20px 20px', 'N', '40px 20px', 'Y', 'in_this_window', 'url', 'N', 'Y', 'N', 'N', 'Y', 0),
(37, 'A', 'E', 'T', '', 1629144104, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(38, 'A', 'E', 'T', '', 1629144104, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(39, 'A', 'E', 'T', '', 1629144104, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(40, 'A', 'E', 'T', '', 1629144104, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(41, 'A', 'E', 'T', '', 1629144104, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(42, 'A', 'E', 'T', '', 1629144104, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(43, 'A', 'E', 'T', '', 1629144104, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(44, 'A', 'E', 'T', '', 1629144104, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(45, 'A', 'E', 'T', '', 1629144104, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(46, 'A', 'E', 'T', '', 1629144104, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(47, 'A', 'E', 'T', '', 1629144104, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(48, 'A', 'E', 'T', '', 1629144104, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(49, 'A', 'E', 'T', '', 1629144104, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(50, 'A', 'E', 'T', '', 1629144104, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(51, 'A', 'E', 'T', '', 1629144104, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(52, 'A', 'E', 'T', '', 1629144104, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(53, 'A', 'E', 'T', '', 1629144104, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(54, 'A', 'E', 'T', '', 1629144104, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(55, 'A', 'E', 'T', '', 1629144104, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(56, 'A', 'G', 'T', '', 1629144104, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(57, 'A', 'G', 'T', '', 1629144104, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(58, 'A', 'E', 'T', '', 1629144104, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(59, 'A', 'E', 'T', '', 1629144104, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(60, 'A', 'E', 'T', '', 1629144104, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(61, 'A', 'G', 'T', '', 1629144104, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(62, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(63, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(64, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(65, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(66, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(67, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(68, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(69, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(70, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(71, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(72, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(73, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(74, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(75, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(76, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(77, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(78, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(79, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(80, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(81, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(82, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(83, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(84, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(85, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(86, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(87, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(88, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0);
INSERT INTO `partiushop_banners` (`banner_id`, `status`, `type`, `target`, `localization`, `timestamp`, `abt__ut2_use_avail_period`, `abt__ut2_avail_from`, `abt__ut2_avail_till`, `abt__ut2_button_use`, `abt__ut2_tablet_button_use`, `abt__ut2_tablet_button_use_use_own`, `abt__ut2_mobile_button_use`, `abt__ut2_mobile_button_use_use_own`, `abt__ut2_button_text_color`, `abt__ut2_tablet_button_text_color`, `abt__ut2_tablet_button_text_color_use_own`, `abt__ut2_mobile_button_text_color`, `abt__ut2_mobile_button_text_color_use_own`, `abt__ut2_button_text_color_use`, `abt__ut2_tablet_button_text_color_use`, `abt__ut2_tablet_button_text_color_use_use_own`, `abt__ut2_mobile_button_text_color_use`, `abt__ut2_mobile_button_text_color_use_use_own`, `abt__ut2_button_color`, `abt__ut2_tablet_button_color`, `abt__ut2_tablet_button_color_use_own`, `abt__ut2_mobile_button_color`, `abt__ut2_mobile_button_color_use_own`, `abt__ut2_button_color_use`, `abt__ut2_tablet_button_color_use`, `abt__ut2_tablet_button_color_use_use_own`, `abt__ut2_mobile_button_color_use`, `abt__ut2_mobile_button_color_use_use_own`, `abt__ut2_title_font_size`, `abt__ut2_tablet_title_font_size`, `abt__ut2_tablet_title_font_size_use_own`, `abt__ut2_mobile_title_font_size`, `abt__ut2_mobile_title_font_size_use_own`, `abt__ut2_title_color`, `abt__ut2_title_color_use`, `abt__ut2_title_font_weight`, `abt__ut2_title_tag`, `abt__ut2_background_image_size`, `abt__ut2_tablet_background_image_size`, `abt__ut2_tablet_background_image_size_use_own`, `abt__ut2_mobile_background_image_size`, `abt__ut2_mobile_background_image_size_use_own`, `abt__ut2_title_shadow`, `abt__ut2_tablet_title_shadow`, `abt__ut2_tablet_title_shadow_use_own`, `abt__ut2_mobile_title_shadow`, `abt__ut2_mobile_title_shadow_use_own`, `abt__ut2_description_font_size`, `abt__ut2_tablet_description_font_size`, `abt__ut2_tablet_description_font_size_use_own`, `abt__ut2_mobile_description_font_size`, `abt__ut2_mobile_description_font_size_use_own`, `abt__ut2_description_color`, `abt__ut2_description_color_use`, `abt__ut2_description_bg_color`, `abt__ut2_description_bg_color_use`, `abt__ut2_tablet_main_image_use_own`, `abt__ut2_mobile_main_image_use_own`, `abt__ut2_tablet_background_image_use_own`, `abt__ut2_mobile_background_image_use_own`, `abt__ut2_object`, `abt__ut2_background_color`, `abt__ut2_background_color_use`, `abt__ut2_class`, `abt__ut2_color_scheme`, `abt__ut2_content_valign`, `abt__ut2_tablet_content_valign`, `abt__ut2_tablet_content_valign_use_own`, `abt__ut2_mobile_content_valign`, `abt__ut2_mobile_content_valign_use_own`, `abt__ut2_content_align`, `abt__ut2_tablet_content_align`, `abt__ut2_tablet_content_align_use_own`, `abt__ut2_mobile_content_align`, `abt__ut2_mobile_content_align_use_own`, `abt__ut2_content_full_width`, `abt__ut2_tablet_content_full_width`, `abt__ut2_tablet_content_full_width_use_own`, `abt__ut2_mobile_content_full_width`, `abt__ut2_mobile_content_full_width_use_own`, `abt__ut2_content_bg`, `abt__ut2_tablet_content_bg`, `abt__ut2_tablet_content_bg_use_own`, `abt__ut2_mobile_content_bg`, `abt__ut2_mobile_content_bg_use_own`, `abt__ut2_padding`, `abt__ut2_tablet_padding`, `abt__ut2_tablet_padding_use_own`, `abt__ut2_mobile_padding`, `abt__ut2_mobile_padding_use_own`, `abt__ut2_how_to_open`, `abt__ut2_data_type`, `abt__ut2_youtube_use`, `abt__ut2_youtube_autoplay`, `abt__ut2_youtube_hide_controls`, `abt__ut2_tablet_use`, `abt__ut2_mobile_use`, `company_id`) VALUES
(89, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 0),
(90, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 1),
(91, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 1),
(92, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 1),
(93, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 1),
(94, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 1),
(95, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 1),
(96, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 2),
(97, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 2),
(98, 'A', 'E', 'T', '', 1629144205, 'N', 0, 0, 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'N', '18px', '18px', 'N', '18px', 'N', '', 'N', '300', 'div', 'cover', 'cover', 'N', 'cover', 'N', 'N', 'N', 'N', 'N', 'N', '13px', '13px', 'N', '13px', 'N', '', 'N', '', 'N', 'N', 'N', 'N', 'N', 'image', '', 'N', '', 'light', 'center', 'center', 'N', 'center', 'N', 'center', 'center', 'N', 'center', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', 'N', '', 'N', 'in_this_window', 'url', 'N', 'N', 'N', 'N', 'N', 2);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_banner_descriptions`
--

CREATE TABLE `partiushop_banner_descriptions` (
  `banner_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `banner` varchar(255) NOT NULL DEFAULT '',
  `url` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext DEFAULT NULL,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `abt__ut2_button_text` varchar(50) NOT NULL DEFAULT '',
  `abt__ut2_tablet_button_text` varchar(50) NOT NULL DEFAULT '',
  `abt__ut2_tablet_button_text_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_mobile_button_text` varchar(50) NOT NULL DEFAULT '',
  `abt__ut2_mobile_button_text_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_title` varchar(255) NOT NULL DEFAULT '',
  `abt__ut2_tablet_title` varchar(255) NOT NULL DEFAULT '',
  `abt__ut2_tablet_title_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_mobile_title` varchar(255) NOT NULL DEFAULT '',
  `abt__ut2_mobile_title_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_url` varchar(255) NOT NULL DEFAULT '',
  `abt__ut2_description` mediumtext DEFAULT NULL,
  `abt__ut2_tablet_description` mediumtext DEFAULT NULL,
  `abt__ut2_tablet_description_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_mobile_description` mediumtext DEFAULT NULL,
  `abt__ut2_mobile_description_use_own` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_youtube_id` varchar(15) NOT NULL DEFAULT '',
  `et_text` text DEFAULT '',
  `et_settings` text DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_banner_descriptions`
--

INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(6, 'Free shipping', 'index.php?dispatch=pages.view&page_id=22', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(6, 'Free shipping', 'index.php?dispatch=pages.view&page_id=22', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(6, 'Free shipping', 'index.php?dispatch=pages.view&page_id=22', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(6, 'Free shipping', 'index.php?dispatch=pages.view&page_id=22', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(6, 'Free shipping', 'index.php?dispatch=pages.view&page_id=22', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(6, 'Free shipping', 'index.php?dispatch=pages.view&page_id=22', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(6, 'Free shipping', 'index.php?dispatch=pages.view&page_id=22', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(6, 'Free shipping', 'index.php?dispatch=pages.view&page_id=22', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(6, 'Free shipping', 'index.php?dispatch=pages.view&page_id=22', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(6, 'Free shipping', 'index.php?dispatch=pages.view&page_id=22', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(6, 'Free shipping', 'index.php?dispatch=pages.view&page_id=22', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(6, 'Бесплатная доставка', 'index.php?dispatch=pages.view&page_id=22', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(7, 'Gift certificate', 'gift_certificates.add', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(7, 'Gift certificate', 'gift_certificates.add', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(7, 'Gift certificate', 'gift_certificates.add', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(7, 'Gift certificate', 'gift_certificates.add', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(7, 'Gift certificate', 'gift_certificates.add', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(7, 'Gift certificate', 'gift_certificates.add', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(7, 'Gift certificate', 'gift_certificates.add', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(7, 'Gift certificate', 'gift_certificates.add', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(7, 'Gift certificate', 'gift_certificates.add', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(7, 'Gift certificate', 'gift_certificates.add', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(7, 'Gift certificate', 'gift_certificates.add', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(7, 'Подарочный сертификат', 'gift_certificates.add', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(8, 'Holiday gift guide', 'gift_certificates.add', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(8, 'Holiday gift guide', 'gift_certificates.add', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(8, 'Holiday gift guide', 'gift_certificates.add', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(8, 'Holiday gift guide', 'gift_certificates.add', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(8, 'Holiday gift guide', 'gift_certificates.add', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(8, 'Holiday gift guide', 'gift_certificates.add', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(8, 'Holiday gift guide', 'gift_certificates.add', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(8, 'Holiday gift guide', 'gift_certificates.add', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(8, 'Holiday gift guide', 'gift_certificates.add', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(8, 'Holiday gift guide', 'gift_certificates.add', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(8, 'Holiday gift guide', 'gift_certificates.add', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(8, 'Выбираем праздничный подарок', 'gift_certificates.add', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(9, 'Discount if select pickup', 'index.php?dispatch=pages.view&page_id=20', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(9, 'Discount if select pickup', 'index.php?dispatch=pages.view&page_id=20', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(9, 'Discount if select pickup', 'index.php?dispatch=pages.view&page_id=20', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(9, 'Discount if select pickup', 'index.php?dispatch=pages.view&page_id=20', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(9, 'Discount if select pickup', 'index.php?dispatch=pages.view&page_id=20', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(9, 'Discount if select pickup', 'index.php?dispatch=pages.view&page_id=20', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(9, 'Discount if select pickup', 'index.php?dispatch=pages.view&page_id=20', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(9, 'Discount if select pickup', 'index.php?dispatch=pages.view&page_id=20', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(9, 'Discount if select pickup', 'index.php?dispatch=pages.view&page_id=20', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(9, 'Discount if select pickup', 'index.php?dispatch=pages.view&page_id=20', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(9, 'Discount if select pickup', 'index.php?dispatch=pages.view&page_id=20', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(9, 'Скидка при выборе пункта самовывоза', 'index.php?dispatch=pages.view&page_id=20', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(16, 'Final sale', 'index.php?dispatch=products.final_sale', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(16, 'Final sale', 'index.php?dispatch=products.final_sale', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(16, 'Final sale', 'index.php?dispatch=products.final_sale', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(16, 'Final sale', 'index.php?dispatch=products.final_sale', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(16, 'Final sale', 'index.php?dispatch=products.final_sale', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(16, 'Final sale', 'index.php?dispatch=products.final_sale', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(16, 'Final sale', 'index.php?dispatch=products.final_sale', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(16, 'Final sale', 'index.php?dispatch=products.final_sale', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(16, 'Final sale', 'index.php?dispatch=products.final_sale', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(16, 'Final sale', 'index.php?dispatch=products.final_sale', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(16, 'Final sale', 'index.php?dispatch=products.final_sale', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(16, 'Финальная распродажа', 'index.php?dispatch=products.final_sale', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(17, 'X-Box', 'index.php?dispatch=products.view&product_id=248', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(17, 'X-Box', 'index.php?dispatch=products.view&product_id=248', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(17, 'X-Box', 'index.php?dispatch=products.view&product_id=248', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(17, 'X-Box', 'index.php?dispatch=products.view&product_id=248', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(17, 'X-Box', 'index.php?dispatch=products.view&product_id=248', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(17, 'X-Box', 'index.php?dispatch=products.view&product_id=248', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(17, 'X-Box', 'index.php?dispatch=products.view&product_id=248', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(17, 'X-Box', 'index.php?dispatch=products.view&product_id=248', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(17, 'X-Box', 'index.php?dispatch=products.view&product_id=248', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(17, 'X-Box', 'index.php?dispatch=products.view&product_id=248', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(17, 'X-Box', 'index.php?dispatch=products.view&product_id=248', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(17, 'X-Box', 'index.php?dispatch=products.view&product_id=248', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(18, 'Bonus points', 'index.php?dispatch=pages.view&page_id=23', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(18, 'Bonus points', 'index.php?dispatch=pages.view&page_id=23', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(18, 'Bonus points', 'index.php?dispatch=pages.view&page_id=23', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(18, 'Bonus points', 'index.php?dispatch=pages.view&page_id=23', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(18, 'Bonus points', 'index.php?dispatch=pages.view&page_id=23', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(18, 'Bonus points', 'index.php?dispatch=pages.view&page_id=23', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(18, 'Bonus points', 'index.php?dispatch=pages.view&page_id=23', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(18, 'Bonus points', 'index.php?dispatch=pages.view&page_id=23', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(18, 'Bonus points', 'index.php?dispatch=pages.view&page_id=23', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(18, 'Bonus points', 'index.php?dispatch=pages.view&page_id=23', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(18, 'Bonus points', 'index.php?dispatch=pages.view&page_id=23', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(18, 'Бонусные баллы', 'index.php?dispatch=pages.view&page_id=23', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(19, 'Gift certificates', 'index.php?dispatch=pages.view&page_id=19', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(19, 'Gift certificates', 'index.php?dispatch=pages.view&page_id=19', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(19, 'Gift certificates', 'index.php?dispatch=pages.view&page_id=19', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(19, 'Gift certificates', 'index.php?dispatch=pages.view&page_id=19', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(19, 'Gift certificates', 'index.php?dispatch=pages.view&page_id=19', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(19, 'Gift certificates', 'index.php?dispatch=pages.view&page_id=19', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(19, 'Gift certificates', 'index.php?dispatch=pages.view&page_id=19', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(19, 'Gift certificates', 'index.php?dispatch=pages.view&page_id=19', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(19, 'Gift certificates', 'index.php?dispatch=pages.view&page_id=19', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(19, 'Gift certificates', 'index.php?dispatch=pages.view&page_id=19', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(19, 'Gift certificates', 'index.php?dispatch=pages.view&page_id=19', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(19, 'Подарочные сертификаты', 'index.php?dispatch=pages.view&page_id=19', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(20, 'Banner 1 (Demo)', '', NULL, 'da', '', '', 'N', '', 'N', 'Smart speaker, HomePod', '', 'N', '', 'N', 'categories.view&category_id=166', 'Сontrol your smart home — all with just your voice.', '', 'N', '', 'N', '', '', ''),
(20, 'Banner 1 (Demo)', '', NULL, 'de', '', '', 'N', '', 'N', 'Smart speaker, HomePod', '', 'N', '', 'N', 'categories.view&category_id=166', 'Сontrol your smart home — all with just your voice.', '', 'N', '', 'N', '', '', ''),
(20, 'Banner 1 (Demo)', '', NULL, 'el', '', '', 'N', '', 'N', 'Smart speaker, HomePod', '', 'N', '', 'N', 'categories.view&category_id=166', 'Сontrol your smart home — all with just your voice.', '', 'N', '', 'N', '', '', ''),
(20, 'Banner 1 (Demo)', '', NULL, 'en', '', '', 'N', '', 'N', 'Smart speaker, HomePod', '', 'N', '', 'N', 'categories.view&category_id=166', 'Сontrol your smart home — all with just your voice.', '', 'N', '', 'N', '', '', ''),
(20, 'Banner 1 (Demo)', '', NULL, 'es', '', '', 'N', '', 'N', 'Smart speaker, HomePod', '', 'N', '', 'N', 'categories.view&category_id=166', 'Сontrol your smart home — all with just your voice.', '', 'N', '', 'N', '', '', ''),
(20, 'Banner 1 (Demo)', '', NULL, 'fr', '', '', 'N', '', 'N', 'Smart speaker, HomePod', '', 'N', '', 'N', 'categories.view&category_id=166', 'Сontrol your smart home — all with just your voice.', '', 'N', '', 'N', '', '', ''),
(20, 'Banner 1 (Demo)', '', NULL, 'it', '', '', 'N', '', 'N', 'Smart speaker, HomePod', '', 'N', '', 'N', 'categories.view&category_id=166', 'Сontrol your smart home — all with just your voice.', '', 'N', '', 'N', '', '', ''),
(20, 'Banner 1 (Demo)', '', NULL, 'nl', '', '', 'N', '', 'N', 'Smart speaker, HomePod', '', 'N', '', 'N', 'categories.view&category_id=166', 'Сontrol your smart home — all with just your voice.', '', 'N', '', 'N', '', '', ''),
(20, 'Banner 1 (Demo)', '', NULL, 'no', '', '', 'N', '', 'N', 'Smart speaker, HomePod', '', 'N', '', 'N', 'categories.view&category_id=166', 'Сontrol your smart home — all with just your voice.', '', 'N', '', 'N', '', '', ''),
(20, 'Banner 1 (Demo)', '', NULL, 'pt', '', '', 'N', '', 'N', 'Smart speaker, HomePod', '', 'N', '', 'N', 'categories.view&category_id=166', 'Сontrol your smart home — all with just your voice.', '', 'N', '', 'N', '', '', ''),
(20, 'Banner 1 (Demo)', '', NULL, 'ro', '', '', 'N', '', 'N', 'Smart speaker, HomePod', '', 'N', '', 'N', 'categories.view&category_id=166', 'Сontrol your smart home — all with just your voice.', '', 'N', '', 'N', '', '', ''),
(20, 'Banner 1 (Demo)', '', NULL, 'ru', '', '', 'N', '', 'N', 'Smart speaker, HomePod', '', 'N', '', 'N', 'categories.view&category_id=166', 'Сontrol your smart home — all with just your voice.', '', 'N', '', 'N', '', '', ''),
(21, 'Banner 1a (Demo)', '', NULL, 'da', '', '', 'N', '', 'N', 'MacBook<br/>Thinner takes all', '', 'N', '', 'N', 'categories.view&category_id=166', 'More muscle in every millimeter', '', 'N', '', 'N', '', '', ''),
(21, 'Banner 1a (Demo)', '', NULL, 'de', '', '', 'N', '', 'N', 'MacBook<br/>Thinner takes all', '', 'N', '', 'N', 'categories.view&category_id=166', 'More muscle in every millimeter', '', 'N', '', 'N', '', '', ''),
(21, 'Banner 1a (Demo)', '', NULL, 'el', '', '', 'N', '', 'N', 'MacBook<br/>Thinner takes all', '', 'N', '', 'N', 'categories.view&category_id=166', 'More muscle in every millimeter', '', 'N', '', 'N', '', '', ''),
(21, 'Banner 1a (Demo)', '', NULL, 'en', '', '', 'N', '', 'N', 'MacBook<br/>Thinner takes all', '', 'N', '', 'N', 'categories.view&category_id=166', 'More muscle in every millimeter', '', 'N', '', 'N', '', '', ''),
(21, 'Banner 1a (Demo)', '', NULL, 'es', '', '', 'N', '', 'N', 'MacBook<br/>Thinner takes all', '', 'N', '', 'N', 'categories.view&category_id=166', 'More muscle in every millimeter', '', 'N', '', 'N', '', '', ''),
(21, 'Banner 1a (Demo)', '', NULL, 'fr', '', '', 'N', '', 'N', 'MacBook<br/>Thinner takes all', '', 'N', '', 'N', 'categories.view&category_id=166', 'More muscle in every millimeter', '', 'N', '', 'N', '', '', ''),
(21, 'Banner 1a (Demo)', '', NULL, 'it', '', '', 'N', '', 'N', 'MacBook<br/>Thinner takes all', '', 'N', '', 'N', 'categories.view&category_id=166', 'More muscle in every millimeter', '', 'N', '', 'N', '', '', ''),
(21, 'Banner 1a (Demo)', '', NULL, 'nl', '', '', 'N', '', 'N', 'MacBook<br/>Thinner takes all', '', 'N', '', 'N', 'categories.view&category_id=166', 'More muscle in every millimeter', '', 'N', '', 'N', '', '', ''),
(21, 'Banner 1a (Demo)', '', NULL, 'no', '', '', 'N', '', 'N', 'MacBook<br/>Thinner takes all', '', 'N', '', 'N', 'categories.view&category_id=166', 'More muscle in every millimeter', '', 'N', '', 'N', '', '', ''),
(21, 'Banner 1a (Demo)', '', NULL, 'pt', '', '', 'N', '', 'N', 'MacBook<br/>Thinner takes all', '', 'N', '', 'N', 'categories.view&category_id=166', 'More muscle in every millimeter', '', 'N', '', 'N', '', '', ''),
(21, 'Banner 1a (Demo)', '', NULL, 'ro', '', '', 'N', '', 'N', 'MacBook<br/>Thinner takes all', '', 'N', '', 'N', 'categories.view&category_id=166', 'More muscle in every millimeter', '', 'N', '', 'N', '', '', ''),
(21, 'Banner 1a (Demo)', '', NULL, 'ru', '', '', 'N', '', 'N', 'MacBook<br/>Thinner takes all', '', 'N', '', 'N', 'categories.view&category_id=166', 'More muscle in every millimeter', '', 'N', '', 'N', '', '', ''),
(22, 'Banner 2 (Demo)', '', NULL, 'da', '', '', 'N', '', 'N', 'AirPods,<br/>just listen', '', 'N', '', 'N', '', 'Performance you’ll want<br/>to hear', '', 'N', '', 'N', '', '', ''),
(22, 'Banner 2 (Demo)', '', NULL, 'de', '', '', 'N', '', 'N', 'AirPods,<br/>just listen', '', 'N', '', 'N', '', 'Performance you’ll want<br/>to hear', '', 'N', '', 'N', '', '', ''),
(22, 'Banner 2 (Demo)', '', NULL, 'el', '', '', 'N', '', 'N', 'AirPods,<br/>just listen', '', 'N', '', 'N', '', 'Performance you’ll want<br/>to hear', '', 'N', '', 'N', '', '', ''),
(22, 'Banner 2 (Demo)', '', NULL, 'en', '', '', 'N', '', 'N', 'AirPods,<br/>just listen', '', 'N', '', 'N', '', 'Performance you’ll want<br/>to hear', '', 'N', '', 'N', '', '', ''),
(22, 'Banner 2 (Demo)', '', NULL, 'es', '', '', 'N', '', 'N', 'AirPods,<br/>just listen', '', 'N', '', 'N', '', 'Performance you’ll want<br/>to hear', '', 'N', '', 'N', '', '', ''),
(22, 'Banner 2 (Demo)', '', NULL, 'fr', '', '', 'N', '', 'N', 'AirPods,<br/>just listen', '', 'N', '', 'N', '', 'Performance you’ll want<br/>to hear', '', 'N', '', 'N', '', '', ''),
(22, 'Banner 2 (Demo)', '', NULL, 'it', '', '', 'N', '', 'N', 'AirPods,<br/>just listen', '', 'N', '', 'N', '', 'Performance you’ll want<br/>to hear', '', 'N', '', 'N', '', '', ''),
(22, 'Banner 2 (Demo)', '', NULL, 'nl', '', '', 'N', '', 'N', 'AirPods,<br/>just listen', '', 'N', '', 'N', '', 'Performance you’ll want<br/>to hear', '', 'N', '', 'N', '', '', ''),
(22, 'Banner 2 (Demo)', '', NULL, 'no', '', '', 'N', '', 'N', 'AirPods,<br/>just listen', '', 'N', '', 'N', '', 'Performance you’ll want<br/>to hear', '', 'N', '', 'N', '', '', ''),
(22, 'Banner 2 (Demo)', '', NULL, 'pt', '', '', 'N', '', 'N', 'AirPods,<br/>just listen', '', 'N', '', 'N', '', 'Performance you’ll want<br/>to hear', '', 'N', '', 'N', '', '', ''),
(22, 'Banner 2 (Demo)', '', NULL, 'ro', '', '', 'N', '', 'N', 'AirPods,<br/>just listen', '', 'N', '', 'N', '', 'Performance you’ll want<br/>to hear', '', 'N', '', 'N', '', '', ''),
(22, 'Banner 2 (Demo)', '', NULL, 'ru', '', '', 'N', '', 'N', 'AirPods,<br/>just listen', '', 'N', '', 'N', '', 'Performance you’ll want<br/>to hear', '', 'N', '', 'N', '', '', ''),
(23, 'Banner 2a (Demo)', '', NULL, 'da', '', '', 'N', '', 'N', 'Meet the iPad Pro', '', 'N', '', 'N', 'categories.view&category_id=166', 'It’s all new, all screen, and all powerful', '', 'N', '', 'N', '', '', ''),
(23, 'Banner 2a (Demo)', '', NULL, 'de', '', '', 'N', '', 'N', 'Meet the iPad Pro', '', 'N', '', 'N', 'categories.view&category_id=166', 'It’s all new, all screen, and all powerful', '', 'N', '', 'N', '', '', ''),
(23, 'Banner 2a (Demo)', '', NULL, 'el', '', '', 'N', '', 'N', 'Meet the iPad Pro', '', 'N', '', 'N', 'categories.view&category_id=166', 'It’s all new, all screen, and all powerful', '', 'N', '', 'N', '', '', ''),
(23, 'Banner 2a (Demo)', '', NULL, 'en', '', '', 'N', '', 'N', 'Meet the iPad Pro', '', 'N', '', 'N', 'categories.view&category_id=166', 'It’s all new, all screen, and all powerful', '', 'N', '', 'N', '', '', ''),
(23, 'Banner 2a (Demo)', '', NULL, 'es', '', '', 'N', '', 'N', 'Meet the iPad Pro', '', 'N', '', 'N', 'categories.view&category_id=166', 'It’s all new, all screen, and all powerful', '', 'N', '', 'N', '', '', ''),
(23, 'Banner 2a (Demo)', '', NULL, 'fr', '', '', 'N', '', 'N', 'Meet the iPad Pro', '', 'N', '', 'N', 'categories.view&category_id=166', 'It’s all new, all screen, and all powerful', '', 'N', '', 'N', '', '', ''),
(23, 'Banner 2a (Demo)', '', NULL, 'it', '', '', 'N', '', 'N', 'Meet the iPad Pro', '', 'N', '', 'N', 'categories.view&category_id=166', 'It’s all new, all screen, and all powerful', '', 'N', '', 'N', '', '', ''),
(23, 'Banner 2a (Demo)', '', NULL, 'nl', '', '', 'N', '', 'N', 'Meet the iPad Pro', '', 'N', '', 'N', 'categories.view&category_id=166', 'It’s all new, all screen, and all powerful', '', 'N', '', 'N', '', '', ''),
(23, 'Banner 2a (Demo)', '', NULL, 'no', '', '', 'N', '', 'N', 'Meet the iPad Pro', '', 'N', '', 'N', 'categories.view&category_id=166', 'It’s all new, all screen, and all powerful', '', 'N', '', 'N', '', '', ''),
(23, 'Banner 2a (Demo)', '', NULL, 'pt', '', '', 'N', '', 'N', 'Meet the iPad Pro', '', 'N', '', 'N', 'categories.view&category_id=166', 'It’s all new, all screen, and all powerful', '', 'N', '', 'N', '', '', ''),
(23, 'Banner 2a (Demo)', '', NULL, 'ro', '', '', 'N', '', 'N', 'Meet the iPad Pro', '', 'N', '', 'N', 'categories.view&category_id=166', 'It’s all new, all screen, and all powerful', '', 'N', '', 'N', '', '', ''),
(23, 'Banner 2a (Demo)', '', NULL, 'ru', '', '', 'N', '', 'N', 'Meet the iPad Pro', '', 'N', '', 'N', 'categories.view&category_id=166', 'It’s all new, all screen, and all powerful', '', 'N', '', 'N', '', '', ''),
(24, 'Banner 3 (Demo)', '', NULL, 'da', '', '', 'N', '', 'N', 'Iphone Xs.<br>Welcome to the big screens', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', '', 'N', '', '', ''),
(24, 'Banner 3 (Demo)', '', NULL, 'de', '', '', 'N', '', 'N', 'Iphone Xs.<br>Welcome to the big screens', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', '', 'N', '', '', ''),
(24, 'Banner 3 (Demo)', '', NULL, 'el', '', '', 'N', '', 'N', 'Iphone Xs.<br>Welcome to the big screens', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', '', 'N', '', '', ''),
(24, 'Banner 3 (Demo)', '', NULL, 'en', '', '', 'N', '', 'N', 'Iphone Xs.<br>Welcome to the big screens', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', '', 'N', '', '', ''),
(24, 'Banner 3 (Demo)', '', NULL, 'es', '', '', 'N', '', 'N', 'Iphone Xs.<br>Welcome to the big screens', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', '', 'N', '', '', ''),
(24, 'Banner 3 (Demo)', '', NULL, 'fr', '', '', 'N', '', 'N', 'Iphone Xs.<br>Welcome to the big screens', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', '', 'N', '', '', ''),
(24, 'Banner 3 (Demo)', '', NULL, 'it', '', '', 'N', '', 'N', 'Iphone Xs.<br>Welcome to the big screens', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', '', 'N', '', '', ''),
(24, 'Banner 3 (Demo)', '', NULL, 'nl', '', '', 'N', '', 'N', 'Iphone Xs.<br>Welcome to the big screens', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', '', 'N', '', '', ''),
(24, 'Banner 3 (Demo)', '', NULL, 'no', '', '', 'N', '', 'N', 'Iphone Xs.<br>Welcome to the big screens', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', '', 'N', '', '', ''),
(24, 'Banner 3 (Demo)', '', NULL, 'pt', '', '', 'N', '', 'N', 'Iphone Xs.<br>Welcome to the big screens', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', '', 'N', '', '', ''),
(24, 'Banner 3 (Demo)', '', NULL, 'ro', '', '', 'N', '', 'N', 'Iphone Xs.<br>Welcome to the big screens', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', '', 'N', '', '', ''),
(24, 'Banner 3 (Demo)', '', NULL, 'ru', '', '', 'N', '', 'N', 'Iphone Xs.<br>Welcome to the big screens', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', '', 'N', '', '', ''),
(25, 'Banner 4 (Demo)', '', NULL, 'da', '', '', 'N', '', 'N', 'Apple<br>Watch<br>Nike+', '', 'N', '', 'N', 'categories.view&category_id=166', 'Connect through<br/>sport', '', 'N', '', 'N', '', '', ''),
(25, 'Banner 4 (Demo)', '', NULL, 'de', '', '', 'N', '', 'N', 'Apple<br>Watch<br>Nike+', '', 'N', '', 'N', 'categories.view&category_id=166', 'Connect through<br/>sport', '', 'N', '', 'N', '', '', ''),
(25, 'Banner 4 (Demo)', '', NULL, 'el', '', '', 'N', '', 'N', 'Apple<br>Watch<br>Nike+', '', 'N', '', 'N', 'categories.view&category_id=166', 'Connect through<br/>sport', '', 'N', '', 'N', '', '', ''),
(25, 'Banner 4 (Demo)', '', NULL, 'en', '', '', 'N', '', 'N', 'Apple<br>Watch<br>Nike+', '', 'N', '', 'N', 'categories.view&category_id=166', 'Connect through<br/>sport', '', 'N', '', 'N', '', '', ''),
(25, 'Banner 4 (Demo)', '', NULL, 'es', '', '', 'N', '', 'N', 'Apple<br>Watch<br>Nike+', '', 'N', '', 'N', 'categories.view&category_id=166', 'Connect through<br/>sport', '', 'N', '', 'N', '', '', ''),
(25, 'Banner 4 (Demo)', '', NULL, 'fr', '', '', 'N', '', 'N', 'Apple<br>Watch<br>Nike+', '', 'N', '', 'N', 'categories.view&category_id=166', 'Connect through<br/>sport', '', 'N', '', 'N', '', '', ''),
(25, 'Banner 4 (Demo)', '', NULL, 'it', '', '', 'N', '', 'N', 'Apple<br>Watch<br>Nike+', '', 'N', '', 'N', 'categories.view&category_id=166', 'Connect through<br/>sport', '', 'N', '', 'N', '', '', ''),
(25, 'Banner 4 (Demo)', '', NULL, 'nl', '', '', 'N', '', 'N', 'Apple<br>Watch<br>Nike+', '', 'N', '', 'N', 'categories.view&category_id=166', 'Connect through<br/>sport', '', 'N', '', 'N', '', '', ''),
(25, 'Banner 4 (Demo)', '', NULL, 'no', '', '', 'N', '', 'N', 'Apple<br>Watch<br>Nike+', '', 'N', '', 'N', 'categories.view&category_id=166', 'Connect through<br/>sport', '', 'N', '', 'N', '', '', ''),
(25, 'Banner 4 (Demo)', '', NULL, 'pt', '', '', 'N', '', 'N', 'Apple<br>Watch<br>Nike+', '', 'N', '', 'N', 'categories.view&category_id=166', 'Connect through<br/>sport', '', 'N', '', 'N', '', '', ''),
(25, 'Banner 4 (Demo)', '', NULL, 'ro', '', '', 'N', '', 'N', 'Apple<br>Watch<br>Nike+', '', 'N', '', 'N', 'categories.view&category_id=166', 'Connect through<br/>sport', '', 'N', '', 'N', '', '', ''),
(25, 'Banner 4 (Demo)', '', NULL, 'ru', '', '', 'N', '', 'N', 'Apple<br>Watch<br>Nike+', '', 'N', '', 'N', 'categories.view&category_id=166', 'Connect through<br/>sport', '', 'N', '', 'N', '', '', ''),
(26, 'Banner 5 (Demo)', '', NULL, 'da', '', '', 'N', '', 'N', 'New Surface<br>Pro 6', '', 'N', '', 'N', 'categories.view&category_id=166', 'Check out how Surface Pro 6<br>brings your ideas to life', '', 'N', '', 'N', '', '', ''),
(26, 'Banner 5 (Demo)', '', NULL, 'de', '', '', 'N', '', 'N', 'New Surface<br>Pro 6', '', 'N', '', 'N', 'categories.view&category_id=166', 'Check out how Surface Pro 6<br>brings your ideas to life', '', 'N', '', 'N', '', '', ''),
(26, 'Banner 5 (Demo)', '', NULL, 'el', '', '', 'N', '', 'N', 'New Surface<br>Pro 6', '', 'N', '', 'N', 'categories.view&category_id=166', 'Check out how Surface Pro 6<br>brings your ideas to life', '', 'N', '', 'N', '', '', ''),
(26, 'Banner 5 (Demo)', '', NULL, 'en', '', '', 'N', '', 'N', 'New Surface<br>Pro 6', '', 'N', '', 'N', 'categories.view&category_id=166', 'Check out how Surface Pro 6<br>brings your ideas to life', '', 'N', '', 'N', '', '', ''),
(26, 'Banner 5 (Demo)', '', NULL, 'es', '', '', 'N', '', 'N', 'New Surface<br>Pro 6', '', 'N', '', 'N', 'categories.view&category_id=166', 'Check out how Surface Pro 6<br>brings your ideas to life', '', 'N', '', 'N', '', '', ''),
(26, 'Banner 5 (Demo)', '', NULL, 'fr', '', '', 'N', '', 'N', 'New Surface<br>Pro 6', '', 'N', '', 'N', 'categories.view&category_id=166', 'Check out how Surface Pro 6<br>brings your ideas to life', '', 'N', '', 'N', '', '', ''),
(26, 'Banner 5 (Demo)', '', NULL, 'it', '', '', 'N', '', 'N', 'New Surface<br>Pro 6', '', 'N', '', 'N', 'categories.view&category_id=166', 'Check out how Surface Pro 6<br>brings your ideas to life', '', 'N', '', 'N', '', '', ''),
(26, 'Banner 5 (Demo)', '', NULL, 'nl', '', '', 'N', '', 'N', 'New Surface<br>Pro 6', '', 'N', '', 'N', 'categories.view&category_id=166', 'Check out how Surface Pro 6<br>brings your ideas to life', '', 'N', '', 'N', '', '', ''),
(26, 'Banner 5 (Demo)', '', NULL, 'no', '', '', 'N', '', 'N', 'New Surface<br>Pro 6', '', 'N', '', 'N', 'categories.view&category_id=166', 'Check out how Surface Pro 6<br>brings your ideas to life', '', 'N', '', 'N', '', '', ''),
(26, 'Banner 5 (Demo)', '', NULL, 'pt', '', '', 'N', '', 'N', 'New Surface<br>Pro 6', '', 'N', '', 'N', 'categories.view&category_id=166', 'Check out how Surface Pro 6<br>brings your ideas to life', '', 'N', '', 'N', '', '', ''),
(26, 'Banner 5 (Demo)', '', NULL, 'ro', '', '', 'N', '', 'N', 'New Surface<br>Pro 6', '', 'N', '', 'N', 'categories.view&category_id=166', 'Check out how Surface Pro 6<br>brings your ideas to life', '', 'N', '', 'N', '', '', ''),
(26, 'Banner 5 (Demo)', '', NULL, 'ru', '', '', 'N', '', 'N', 'New Surface<br>Pro 6', '', 'N', '', 'N', 'categories.view&category_id=166', 'Check out how Surface Pro 6<br>brings your ideas to life', '', 'N', '', 'N', '', '', ''),
(27, 'Banner 5a (Demo)', '', NULL, 'da', '', '', 'N', '', 'N', 'Canon EOS 5D Mark IV', '', 'N', '', 'N', 'categories.view&category_id=166', 'Regardless of what you are shooting, you will certainly get exceptional image quality and proper performance', '', 'N', '', 'N', '', '', ''),
(27, 'Banner 5a (Demo)', '', NULL, 'de', '', '', 'N', '', 'N', 'Canon EOS 5D Mark IV', '', 'N', '', 'N', 'categories.view&category_id=166', 'Regardless of what you are shooting, you will certainly get exceptional image quality and proper performance', '', 'N', '', 'N', '', '', ''),
(27, 'Banner 5a (Demo)', '', NULL, 'el', '', '', 'N', '', 'N', 'Canon EOS 5D Mark IV', '', 'N', '', 'N', 'categories.view&category_id=166', 'Regardless of what you are shooting, you will certainly get exceptional image quality and proper performance', '', 'N', '', 'N', '', '', ''),
(27, 'Banner 5a (Demo)', '', NULL, 'en', '', '', 'N', '', 'N', 'Canon EOS 5D Mark IV', '', 'N', '', 'N', 'categories.view&category_id=166', 'Regardless of what you are shooting, you will certainly get exceptional image quality and proper performance', '', 'N', '', 'N', '', '', ''),
(27, 'Banner 5a (Demo)', '', NULL, 'es', '', '', 'N', '', 'N', 'Canon EOS 5D Mark IV', '', 'N', '', 'N', 'categories.view&category_id=166', 'Regardless of what you are shooting, you will certainly get exceptional image quality and proper performance', '', 'N', '', 'N', '', '', ''),
(27, 'Banner 5a (Demo)', '', NULL, 'fr', '', '', 'N', '', 'N', 'Canon EOS 5D Mark IV', '', 'N', '', 'N', 'categories.view&category_id=166', 'Regardless of what you are shooting, you will certainly get exceptional image quality and proper performance', '', 'N', '', 'N', '', '', ''),
(27, 'Banner 5a (Demo)', '', NULL, 'it', '', '', 'N', '', 'N', 'Canon EOS 5D Mark IV', '', 'N', '', 'N', 'categories.view&category_id=166', 'Regardless of what you are shooting, you will certainly get exceptional image quality and proper performance', '', 'N', '', 'N', '', '', ''),
(27, 'Banner 5a (Demo)', '', NULL, 'nl', '', '', 'N', '', 'N', 'Canon EOS 5D Mark IV', '', 'N', '', 'N', 'categories.view&category_id=166', 'Regardless of what you are shooting, you will certainly get exceptional image quality and proper performance', '', 'N', '', 'N', '', '', ''),
(27, 'Banner 5a (Demo)', '', NULL, 'no', '', '', 'N', '', 'N', 'Canon EOS 5D Mark IV', '', 'N', '', 'N', 'categories.view&category_id=166', 'Regardless of what you are shooting, you will certainly get exceptional image quality and proper performance', '', 'N', '', 'N', '', '', ''),
(27, 'Banner 5a (Demo)', '', NULL, 'pt', '', '', 'N', '', 'N', 'Canon EOS 5D Mark IV', '', 'N', '', 'N', 'categories.view&category_id=166', 'Regardless of what you are shooting, you will certainly get exceptional image quality and proper performance', '', 'N', '', 'N', '', '', ''),
(27, 'Banner 5a (Demo)', '', NULL, 'ro', '', '', 'N', '', 'N', 'Canon EOS 5D Mark IV', '', 'N', '', 'N', 'categories.view&category_id=166', 'Regardless of what you are shooting, you will certainly get exceptional image quality and proper performance', '', 'N', '', 'N', '', '', ''),
(27, 'Banner 5a (Demo)', '', NULL, 'ru', '', '', 'N', '', 'N', 'Canon EOS 5D Mark IV', '', 'N', '', 'N', 'categories.view&category_id=166', 'Regardless of what you are shooting, you will certainly get exceptional image quality and proper performance', '', 'N', '', 'N', '', '', ''),
(28, 'Banner in category 1 (Demo)', '', NULL, 'da', 'Buy Bose', '', 'N', '', 'N', 'Best sound,<br/>welcome', '', 'N', '', 'N', '', 'Whether at home or on the road,<br/>Bose can bring your soundtrack to life.', '', 'N', '', 'N', '', '', ''),
(28, 'Banner in category 1 (Demo)', '', NULL, 'de', 'Buy Bose', '', 'N', '', 'N', 'Best sound,<br/>welcome', '', 'N', '', 'N', '', 'Whether at home or on the road,<br/>Bose can bring your soundtrack to life.', '', 'N', '', 'N', '', '', ''),
(28, 'Banner in category 1 (Demo)', '', NULL, 'el', 'Buy Bose', '', 'N', '', 'N', 'Best sound,<br/>welcome', '', 'N', '', 'N', '', 'Whether at home or on the road,<br/>Bose can bring your soundtrack to life.', '', 'N', '', 'N', '', '', ''),
(28, 'Banner in category 1 (Demo)', '', NULL, 'en', 'Buy Bose', '', 'N', '', 'N', 'Best sound,<br/>welcome', '', 'N', '', 'N', '', 'Whether at home or on the road,<br/>Bose can bring your soundtrack to life.', '', 'N', '', 'N', '', '', ''),
(28, 'Banner in category 1 (Demo)', '', NULL, 'es', 'Buy Bose', '', 'N', '', 'N', 'Best sound,<br/>welcome', '', 'N', '', 'N', '', 'Whether at home or on the road,<br/>Bose can bring your soundtrack to life.', '', 'N', '', 'N', '', '', ''),
(28, 'Banner in category 1 (Demo)', '', NULL, 'fr', 'Buy Bose', '', 'N', '', 'N', 'Best sound,<br/>welcome', '', 'N', '', 'N', '', 'Whether at home or on the road,<br/>Bose can bring your soundtrack to life.', '', 'N', '', 'N', '', '', ''),
(28, 'Banner in category 1 (Demo)', '', NULL, 'it', 'Buy Bose', '', 'N', '', 'N', 'Best sound,<br/>welcome', '', 'N', '', 'N', '', 'Whether at home or on the road,<br/>Bose can bring your soundtrack to life.', '', 'N', '', 'N', '', '', ''),
(28, 'Banner in category 1 (Demo)', '', NULL, 'nl', 'Buy Bose', '', 'N', '', 'N', 'Best sound,<br/>welcome', '', 'N', '', 'N', '', 'Whether at home or on the road,<br/>Bose can bring your soundtrack to life.', '', 'N', '', 'N', '', '', ''),
(28, 'Banner in category 1 (Demo)', '', NULL, 'no', 'Buy Bose', '', 'N', '', 'N', 'Best sound,<br/>welcome', '', 'N', '', 'N', '', 'Whether at home or on the road,<br/>Bose can bring your soundtrack to life.', '', 'N', '', 'N', '', '', ''),
(28, 'Banner in category 1 (Demo)', '', NULL, 'pt', 'Buy Bose', '', 'N', '', 'N', 'Best sound,<br/>welcome', '', 'N', '', 'N', '', 'Whether at home or on the road,<br/>Bose can bring your soundtrack to life.', '', 'N', '', 'N', '', '', ''),
(28, 'Banner in category 1 (Demo)', '', NULL, 'ro', 'Buy Bose', '', 'N', '', 'N', 'Best sound,<br/>welcome', '', 'N', '', 'N', '', 'Whether at home or on the road,<br/>Bose can bring your soundtrack to life.', '', 'N', '', 'N', '', '', ''),
(28, 'Banner in category 1 (Demo)', '', NULL, 'ru', 'Buy Bose', '', 'N', '', 'N', 'Best sound,<br/>welcome', '', 'N', '', 'N', '', 'Whether at home or on the road,<br/>Bose can bring your soundtrack to life.', '', 'N', '', 'N', '', '', ''),
(29, 'Banner in product page 1 (Demo)', '', NULL, 'da', 'Find Apple', '', 'N', '', 'N', '<span style=\"text-transform:none\">Iphone Xs<br/><span style=\"color: #ec9d4c\">Welcome to the big screens</span></span>', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', '', 'Y', '', '', ''),
(29, 'Banner in product page 1 (Demo)', '', NULL, 'de', 'Find Apple', '', 'N', '', 'N', '<span style=\"text-transform:none\">Iphone Xs<br/><span style=\"color: #ec9d4c\">Welcome to the big screens</span></span>', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', '', 'Y', '', '', ''),
(29, 'Banner in product page 1 (Demo)', '', NULL, 'el', 'Find Apple', '', 'N', '', 'N', '<span style=\"text-transform:none\">Iphone Xs<br/><span style=\"color: #ec9d4c\">Welcome to the big screens</span></span>', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', '', 'Y', '', '', ''),
(29, 'Banner in product page 1 (Demo)', '', NULL, 'en', 'Find Apple', '', 'N', '', 'N', '<span style=\"text-transform:none\">Iphone Xs<br/><span style=\"color: #ec9d4c\">Welcome to the big screens</span></span>', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', '', 'Y', '', '', ''),
(29, 'Banner in product page 1 (Demo)', '', NULL, 'es', 'Find Apple', '', 'N', '', 'N', '<span style=\"text-transform:none\">Iphone Xs<br/><span style=\"color: #ec9d4c\">Welcome to the big screens</span></span>', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', '', 'Y', '', '', ''),
(29, 'Banner in product page 1 (Demo)', '', NULL, 'fr', 'Find Apple', '', 'N', '', 'N', '<span style=\"text-transform:none\">Iphone Xs<br/><span style=\"color: #ec9d4c\">Welcome to the big screens</span></span>', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', '', 'Y', '', '', ''),
(29, 'Banner in product page 1 (Demo)', '', NULL, 'it', 'Find Apple', '', 'N', '', 'N', '<span style=\"text-transform:none\">Iphone Xs<br/><span style=\"color: #ec9d4c\">Welcome to the big screens</span></span>', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', '', 'Y', '', '', ''),
(29, 'Banner in product page 1 (Demo)', '', NULL, 'nl', 'Find Apple', '', 'N', '', 'N', '<span style=\"text-transform:none\">Iphone Xs<br/><span style=\"color: #ec9d4c\">Welcome to the big screens</span></span>', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', '', 'Y', '', '', ''),
(29, 'Banner in product page 1 (Demo)', '', NULL, 'no', 'Find Apple', '', 'N', '', 'N', '<span style=\"text-transform:none\">Iphone Xs<br/><span style=\"color: #ec9d4c\">Welcome to the big screens</span></span>', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', '', 'Y', '', '', ''),
(29, 'Banner in product page 1 (Demo)', '', NULL, 'pt', 'Find Apple', '', 'N', '', 'N', '<span style=\"text-transform:none\">Iphone Xs<br/><span style=\"color: #ec9d4c\">Welcome to the big screens</span></span>', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', '', 'Y', '', '', ''),
(29, 'Banner in product page 1 (Demo)', '', NULL, 'ro', 'Find Apple', '', 'N', '', 'N', '<span style=\"text-transform:none\">Iphone Xs<br/><span style=\"color: #ec9d4c\">Welcome to the big screens</span></span>', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', '', 'Y', '', '', ''),
(29, 'Banner in product page 1 (Demo)', '', NULL, 'ru', 'Find Apple', '', 'N', '', 'N', '<span style=\"text-transform:none\">Iphone Xs<br/><span style=\"color: #ec9d4c\">Welcome to the big screens</span></span>', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', '', 'Y', '', '', ''),
(30, 'Main banner (fixed) 3 (Demo)', '', NULL, 'da', 'I need this', '', 'N', '', 'N', 'Party Booster — EXTRA BASS ™', '', 'N', '', 'N', 'categories.view&category_id=166', 'EXTRA BASS ™ for powerful sound. It\'s time to shake things up with the new XB41. More durable and durable, the XB41 allows parties to be held anywhere, even near water.', '', 'N', '', 'N', '', '', ''),
(30, 'Main banner (fixed) 3 (Demo)', '', NULL, 'de', 'I need this', '', 'N', '', 'N', 'Party Booster — EXTRA BASS ™', '', 'N', '', 'N', 'categories.view&category_id=166', 'EXTRA BASS ™ for powerful sound. It\'s time to shake things up with the new XB41. More durable and durable, the XB41 allows parties to be held anywhere, even near water.', '', 'N', '', 'N', '', '', ''),
(30, 'Main banner (fixed) 3 (Demo)', '', NULL, 'el', 'I need this', '', 'N', '', 'N', 'Party Booster — EXTRA BASS ™', '', 'N', '', 'N', 'categories.view&category_id=166', 'EXTRA BASS ™ for powerful sound. It\'s time to shake things up with the new XB41. More durable and durable, the XB41 allows parties to be held anywhere, even near water.', '', 'N', '', 'N', '', '', ''),
(30, 'Main banner (fixed) 3 (Demo)', '', NULL, 'en', 'I need this', '', 'N', '', 'N', 'Party Booster — EXTRA BASS ™', '', 'N', '', 'N', 'categories.view&category_id=166', 'EXTRA BASS ™ for powerful sound. It\'s time to shake things up with the new XB41. More durable and durable, the XB41 allows parties to be held anywhere, even near water.', '', 'N', '', 'N', '', '', ''),
(30, 'Main banner (fixed) 3 (Demo)', '', NULL, 'es', 'I need this', '', 'N', '', 'N', 'Party Booster — EXTRA BASS ™', '', 'N', '', 'N', 'categories.view&category_id=166', 'EXTRA BASS ™ for powerful sound. It\'s time to shake things up with the new XB41. More durable and durable, the XB41 allows parties to be held anywhere, even near water.', '', 'N', '', 'N', '', '', ''),
(30, 'Main banner (fixed) 3 (Demo)', '', NULL, 'fr', 'I need this', '', 'N', '', 'N', 'Party Booster — EXTRA BASS ™', '', 'N', '', 'N', 'categories.view&category_id=166', 'EXTRA BASS ™ for powerful sound. It\'s time to shake things up with the new XB41. More durable and durable, the XB41 allows parties to be held anywhere, even near water.', '', 'N', '', 'N', '', '', ''),
(30, 'Main banner (fixed) 3 (Demo)', '', NULL, 'it', 'I need this', '', 'N', '', 'N', 'Party Booster — EXTRA BASS ™', '', 'N', '', 'N', 'categories.view&category_id=166', 'EXTRA BASS ™ for powerful sound. It\'s time to shake things up with the new XB41. More durable and durable, the XB41 allows parties to be held anywhere, even near water.', '', 'N', '', 'N', '', '', ''),
(30, 'Main banner (fixed) 3 (Demo)', '', NULL, 'nl', 'I need this', '', 'N', '', 'N', 'Party Booster — EXTRA BASS ™', '', 'N', '', 'N', 'categories.view&category_id=166', 'EXTRA BASS ™ for powerful sound. It\'s time to shake things up with the new XB41. More durable and durable, the XB41 allows parties to be held anywhere, even near water.', '', 'N', '', 'N', '', '', '');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(30, 'Main banner (fixed) 3 (Demo)', '', NULL, 'no', 'I need this', '', 'N', '', 'N', 'Party Booster — EXTRA BASS ™', '', 'N', '', 'N', 'categories.view&category_id=166', 'EXTRA BASS ™ for powerful sound. It\'s time to shake things up with the new XB41. More durable and durable, the XB41 allows parties to be held anywhere, even near water.', '', 'N', '', 'N', '', '', ''),
(30, 'Main banner (fixed) 3 (Demo)', '', NULL, 'pt', 'I need this', '', 'N', '', 'N', 'Party Booster — EXTRA BASS ™', '', 'N', '', 'N', 'categories.view&category_id=166', 'EXTRA BASS ™ for powerful sound. It\'s time to shake things up with the new XB41. More durable and durable, the XB41 allows parties to be held anywhere, even near water.', '', 'N', '', 'N', '', '', ''),
(30, 'Main banner (fixed) 3 (Demo)', '', NULL, 'ro', 'I need this', '', 'N', '', 'N', 'Party Booster — EXTRA BASS ™', '', 'N', '', 'N', 'categories.view&category_id=166', 'EXTRA BASS ™ for powerful sound. It\'s time to shake things up with the new XB41. More durable and durable, the XB41 allows parties to be held anywhere, even near water.', '', 'N', '', 'N', '', '', ''),
(30, 'Main banner (fixed) 3 (Demo)', '', NULL, 'ru', 'I need this', '', 'N', '', 'N', 'Party Booster — EXTRA BASS ™', '', 'N', '', 'N', 'categories.view&category_id=166', 'EXTRA BASS ™ for powerful sound. It\'s time to shake things up with the new XB41. More durable and durable, the XB41 allows parties to be held anywhere, even near water.', '', 'N', '', 'N', '', '', ''),
(31, 'Main banner (fixed) 2 (Demo)', '', NULL, 'da', 'I need this', '', 'N', '', 'N', 'VIVE Pro Eye.<br>Your eyes rule<br>everything!', '', 'N', 'VIVE Pro Eye', 'Y', 'categories.view&category_id=166', 'New VIVE Pro Eye, now has a precise eye tracking function in addition to the highest quality graphics, high-end sound and expandable game space.', '', 'N', 'Your eyes control everything.', 'Y', '', '', ''),
(31, 'Main banner (fixed) 2 (Demo)', '', NULL, 'de', 'I need this', '', 'N', '', 'N', 'VIVE Pro Eye.<br>Your eyes rule<br>everything!', '', 'N', 'VIVE Pro Eye', 'Y', 'categories.view&category_id=166', 'New VIVE Pro Eye, now has a precise eye tracking function in addition to the highest quality graphics, high-end sound and expandable game space.', '', 'N', 'Your eyes control everything.', 'Y', '', '', ''),
(31, 'Main banner (fixed) 2 (Demo)', '', NULL, 'el', 'I need this', '', 'N', '', 'N', 'VIVE Pro Eye.<br>Your eyes rule<br>everything!', '', 'N', 'VIVE Pro Eye', 'Y', 'categories.view&category_id=166', 'New VIVE Pro Eye, now has a precise eye tracking function in addition to the highest quality graphics, high-end sound and expandable game space.', '', 'N', 'Your eyes control everything.', 'Y', '', '', ''),
(31, 'Main banner (fixed) 2 (Demo)', '', NULL, 'en', 'I need this', '', 'N', '', 'N', 'VIVE Pro Eye.<br>Your eyes rule<br>everything!', '', 'N', 'VIVE Pro Eye', 'Y', 'categories.view&category_id=166', 'New VIVE Pro Eye, now has a precise eye tracking function in addition to the highest quality graphics, high-end sound and expandable game space.', '', 'N', 'Your eyes control everything.', 'Y', '', '', ''),
(31, 'Main banner (fixed) 2 (Demo)', '', NULL, 'es', 'I need this', '', 'N', '', 'N', 'VIVE Pro Eye.<br>Your eyes rule<br>everything!', '', 'N', 'VIVE Pro Eye', 'Y', 'categories.view&category_id=166', 'New VIVE Pro Eye, now has a precise eye tracking function in addition to the highest quality graphics, high-end sound and expandable game space.', '', 'N', 'Your eyes control everything.', 'Y', '', '', ''),
(31, 'Main banner (fixed) 2 (Demo)', '', NULL, 'fr', 'I need this', '', 'N', '', 'N', 'VIVE Pro Eye.<br>Your eyes rule<br>everything!', '', 'N', 'VIVE Pro Eye', 'Y', 'categories.view&category_id=166', 'New VIVE Pro Eye, now has a precise eye tracking function in addition to the highest quality graphics, high-end sound and expandable game space.', '', 'N', 'Your eyes control everything.', 'Y', '', '', ''),
(31, 'Main banner (fixed) 2 (Demo)', '', NULL, 'it', 'I need this', '', 'N', '', 'N', 'VIVE Pro Eye.<br>Your eyes rule<br>everything!', '', 'N', 'VIVE Pro Eye', 'Y', 'categories.view&category_id=166', 'New VIVE Pro Eye, now has a precise eye tracking function in addition to the highest quality graphics, high-end sound and expandable game space.', '', 'N', 'Your eyes control everything.', 'Y', '', '', ''),
(31, 'Main banner (fixed) 2 (Demo)', '', NULL, 'nl', 'I need this', '', 'N', '', 'N', 'VIVE Pro Eye.<br>Your eyes rule<br>everything!', '', 'N', 'VIVE Pro Eye', 'Y', 'categories.view&category_id=166', 'New VIVE Pro Eye, now has a precise eye tracking function in addition to the highest quality graphics, high-end sound and expandable game space.', '', 'N', 'Your eyes control everything.', 'Y', '', '', ''),
(31, 'Main banner (fixed) 2 (Demo)', '', NULL, 'no', 'I need this', '', 'N', '', 'N', 'VIVE Pro Eye.<br>Your eyes rule<br>everything!', '', 'N', 'VIVE Pro Eye', 'Y', 'categories.view&category_id=166', 'New VIVE Pro Eye, now has a precise eye tracking function in addition to the highest quality graphics, high-end sound and expandable game space.', '', 'N', 'Your eyes control everything.', 'Y', '', '', ''),
(31, 'Main banner (fixed) 2 (Demo)', '', NULL, 'pt', 'I need this', '', 'N', '', 'N', 'VIVE Pro Eye.<br>Your eyes rule<br>everything!', '', 'N', 'VIVE Pro Eye', 'Y', 'categories.view&category_id=166', 'New VIVE Pro Eye, now has a precise eye tracking function in addition to the highest quality graphics, high-end sound and expandable game space.', '', 'N', 'Your eyes control everything.', 'Y', '', '', ''),
(31, 'Main banner (fixed) 2 (Demo)', '', NULL, 'ro', 'I need this', '', 'N', '', 'N', 'VIVE Pro Eye.<br>Your eyes rule<br>everything!', '', 'N', 'VIVE Pro Eye', 'Y', 'categories.view&category_id=166', 'New VIVE Pro Eye, now has a precise eye tracking function in addition to the highest quality graphics, high-end sound and expandable game space.', '', 'N', 'Your eyes control everything.', 'Y', '', '', ''),
(31, 'Main banner (fixed) 2 (Demo)', '', NULL, 'ru', 'I need this', '', 'N', '', 'N', 'VIVE Pro Eye.<br>Your eyes rule<br>everything!', '', 'N', 'VIVE Pro Eye', 'Y', 'categories.view&category_id=166', 'New VIVE Pro Eye, now has a precise eye tracking function in addition to the highest quality graphics, high-end sound and expandable game space.', '', 'N', 'Your eyes control everything.', 'Y', '', '', ''),
(32, 'Main banner (fixed) 1 (Demo)', '', NULL, 'da', '', '', 'N', '', 'N', 'Welcome to the big screens.<br>Iphone Xs', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. The smartest, most powerful chip in a smartphone. And a breakthrough dual-camera system with Depth Control. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', 'Super Retina in two sizes — including the largest display ever on an iPhone. iPhone XS is everything you love about iPhone. Taken to the extreme.', 'Y', '', '', ''),
(32, 'Main banner (fixed) 1 (Demo)', '', NULL, 'de', '', '', 'N', '', 'N', 'Welcome to the big screens.<br>Iphone Xs', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. The smartest, most powerful chip in a smartphone. And a breakthrough dual-camera system with Depth Control. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', 'Super Retina in two sizes — including the largest display ever on an iPhone. iPhone XS is everything you love about iPhone. Taken to the extreme.', 'Y', '', '', ''),
(32, 'Main banner (fixed) 1 (Demo)', '', NULL, 'el', '', '', 'N', '', 'N', 'Welcome to the big screens.<br>Iphone Xs', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. The smartest, most powerful chip in a smartphone. And a breakthrough dual-camera system with Depth Control. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', 'Super Retina in two sizes — including the largest display ever on an iPhone. iPhone XS is everything you love about iPhone. Taken to the extreme.', 'Y', '', '', ''),
(32, 'Main banner (fixed) 1 (Demo)', '', NULL, 'en', '', '', 'N', '', 'N', 'Welcome to the big screens.<br>Iphone Xs', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. The smartest, most powerful chip in a smartphone. And a breakthrough dual-camera system with Depth Control. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', 'Super Retina in two sizes — including the largest display ever on an iPhone. iPhone XS is everything you love about iPhone. Taken to the extreme.', 'Y', '', '', ''),
(32, 'Main banner (fixed) 1 (Demo)', '', NULL, 'es', '', '', 'N', '', 'N', 'Welcome to the big screens.<br>Iphone Xs', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. The smartest, most powerful chip in a smartphone. And a breakthrough dual-camera system with Depth Control. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', 'Super Retina in two sizes — including the largest display ever on an iPhone. iPhone XS is everything you love about iPhone. Taken to the extreme.', 'Y', '', '', ''),
(32, 'Main banner (fixed) 1 (Demo)', '', NULL, 'fr', '', '', 'N', '', 'N', 'Welcome to the big screens.<br>Iphone Xs', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. The smartest, most powerful chip in a smartphone. And a breakthrough dual-camera system with Depth Control. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', 'Super Retina in two sizes — including the largest display ever on an iPhone. iPhone XS is everything you love about iPhone. Taken to the extreme.', 'Y', '', '', ''),
(32, 'Main banner (fixed) 1 (Demo)', '', NULL, 'it', '', '', 'N', '', 'N', 'Welcome to the big screens.<br>Iphone Xs', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. The smartest, most powerful chip in a smartphone. And a breakthrough dual-camera system with Depth Control. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', 'Super Retina in two sizes — including the largest display ever on an iPhone. iPhone XS is everything you love about iPhone. Taken to the extreme.', 'Y', '', '', ''),
(32, 'Main banner (fixed) 1 (Demo)', '', NULL, 'nl', '', '', 'N', '', 'N', 'Welcome to the big screens.<br>Iphone Xs', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. The smartest, most powerful chip in a smartphone. And a breakthrough dual-camera system with Depth Control. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', 'Super Retina in two sizes — including the largest display ever on an iPhone. iPhone XS is everything you love about iPhone. Taken to the extreme.', 'Y', '', '', ''),
(32, 'Main banner (fixed) 1 (Demo)', '', NULL, 'no', '', '', 'N', '', 'N', 'Welcome to the big screens.<br>Iphone Xs', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. The smartest, most powerful chip in a smartphone. And a breakthrough dual-camera system with Depth Control. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', 'Super Retina in two sizes — including the largest display ever on an iPhone. iPhone XS is everything you love about iPhone. Taken to the extreme.', 'Y', '', '', ''),
(32, 'Main banner (fixed) 1 (Demo)', '', NULL, 'pt', '', '', 'N', '', 'N', 'Welcome to the big screens.<br>Iphone Xs', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. The smartest, most powerful chip in a smartphone. And a breakthrough dual-camera system with Depth Control. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', 'Super Retina in two sizes — including the largest display ever on an iPhone. iPhone XS is everything you love about iPhone. Taken to the extreme.', 'Y', '', '', ''),
(32, 'Main banner (fixed) 1 (Demo)', '', NULL, 'ro', '', '', 'N', '', 'N', 'Welcome to the big screens.<br>Iphone Xs', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. The smartest, most powerful chip in a smartphone. And a breakthrough dual-camera system with Depth Control. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', 'Super Retina in two sizes — including the largest display ever on an iPhone. iPhone XS is everything you love about iPhone. Taken to the extreme.', 'Y', '', '', ''),
(32, 'Main banner (fixed) 1 (Demo)', '', NULL, 'ru', '', '', 'N', '', 'N', 'Welcome to the big screens.<br>Iphone Xs', '', 'N', '', 'N', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. The smartest, most powerful chip in a smartphone. And a breakthrough dual-camera system with Depth Control. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', 'Super Retina in two sizes — including the largest display ever on an iPhone. iPhone XS is everything you love about iPhone. Taken to the extreme.', 'Y', '', '', ''),
(33, 'Main banner 1 (Demo)', '', NULL, 'da', '', '', 'N', 'Learn more', 'Y', 'Welcome to the big screens.<br>Iphone Xs', '', 'N', 'Iphone Xs', 'Y', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. The smartest, most powerful chip in a smartphone. And a breakthrough dual-camera system with Depth Control. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', 'iPhone XS is everything you love about iPhone. Taken to the extreme.', 'Y', '', '', ''),
(33, 'Main banner 1 (Demo)', '', NULL, 'de', '', '', 'N', 'Learn more', 'Y', 'Welcome to the big screens.<br>Iphone Xs', '', 'N', 'Iphone Xs', 'Y', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. The smartest, most powerful chip in a smartphone. And a breakthrough dual-camera system with Depth Control. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', 'iPhone XS is everything you love about iPhone. Taken to the extreme.', 'Y', '', '', ''),
(33, 'Main banner 1 (Demo)', '', NULL, 'el', '', '', 'N', 'Learn more', 'Y', 'Welcome to the big screens.<br>Iphone Xs', '', 'N', 'Iphone Xs', 'Y', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. The smartest, most powerful chip in a smartphone. And a breakthrough dual-camera system with Depth Control. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', 'iPhone XS is everything you love about iPhone. Taken to the extreme.', 'Y', '', '', ''),
(33, 'Main banner 1 (Demo)', '', NULL, 'en', '', '', 'N', 'Learn more', 'Y', 'Welcome to the big screens.<br>Iphone Xs', '', 'N', 'Iphone Xs', 'Y', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. The smartest, most powerful chip in a smartphone. And a breakthrough dual-camera system with Depth Control. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', 'iPhone XS is everything you love about iPhone. Taken to the extreme.', 'Y', '', '', ''),
(33, 'Main banner 1 (Demo)', '', NULL, 'es', '', '', 'N', 'Learn more', 'Y', 'Welcome to the big screens.<br>Iphone Xs', '', 'N', 'Iphone Xs', 'Y', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. The smartest, most powerful chip in a smartphone. And a breakthrough dual-camera system with Depth Control. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', 'iPhone XS is everything you love about iPhone. Taken to the extreme.', 'Y', '', '', ''),
(33, 'Main banner 1 (Demo)', '', NULL, 'fr', '', '', 'N', 'Learn more', 'Y', 'Welcome to the big screens.<br>Iphone Xs', '', 'N', 'Iphone Xs', 'Y', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. The smartest, most powerful chip in a smartphone. And a breakthrough dual-camera system with Depth Control. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', 'iPhone XS is everything you love about iPhone. Taken to the extreme.', 'Y', '', '', ''),
(33, 'Main banner 1 (Demo)', '', NULL, 'it', '', '', 'N', 'Learn more', 'Y', 'Welcome to the big screens.<br>Iphone Xs', '', 'N', 'Iphone Xs', 'Y', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. The smartest, most powerful chip in a smartphone. And a breakthrough dual-camera system with Depth Control. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', 'iPhone XS is everything you love about iPhone. Taken to the extreme.', 'Y', '', '', ''),
(33, 'Main banner 1 (Demo)', '', NULL, 'nl', '', '', 'N', 'Learn more', 'Y', 'Welcome to the big screens.<br>Iphone Xs', '', 'N', 'Iphone Xs', 'Y', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. The smartest, most powerful chip in a smartphone. And a breakthrough dual-camera system with Depth Control. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', 'iPhone XS is everything you love about iPhone. Taken to the extreme.', 'Y', '', '', ''),
(33, 'Main banner 1 (Demo)', '', NULL, 'no', '', '', 'N', 'Learn more', 'Y', 'Welcome to the big screens.<br>Iphone Xs', '', 'N', 'Iphone Xs', 'Y', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. The smartest, most powerful chip in a smartphone. And a breakthrough dual-camera system with Depth Control. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', 'iPhone XS is everything you love about iPhone. Taken to the extreme.', 'Y', '', '', ''),
(33, 'Main banner 1 (Demo)', '', NULL, 'pt', '', '', 'N', 'Learn more', 'Y', 'Welcome to the big screens.<br>Iphone Xs', '', 'N', 'Iphone Xs', 'Y', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. The smartest, most powerful chip in a smartphone. And a breakthrough dual-camera system with Depth Control. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', 'iPhone XS is everything you love about iPhone. Taken to the extreme.', 'Y', '', '', ''),
(33, 'Main banner 1 (Demo)', '', NULL, 'ro', '', '', 'N', 'Learn more', 'Y', 'Welcome to the big screens.<br>Iphone Xs', '', 'N', 'Iphone Xs', 'Y', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. The smartest, most powerful chip in a smartphone. And a breakthrough dual-camera system with Depth Control. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', 'iPhone XS is everything you love about iPhone. Taken to the extreme.', 'Y', '', '', ''),
(33, 'Main banner 1 (Demo)', '', NULL, 'ru', '', '', 'N', 'Learn more', 'Y', 'Welcome to the big screens.<br>Iphone Xs', '', 'N', 'Iphone Xs', 'Y', 'categories.view&category_id=166', 'Super Retina in two sizes — including the largest display ever on an iPhone. Even faster Face ID. The smartest, most powerful chip in a smartphone. And a breakthrough dual-camera system with Depth Control. iPhone XS is everything you love about iPhone. Taken to the extreme.', '', 'N', 'iPhone XS is everything you love about iPhone. Taken to the extreme.', 'Y', '', '', ''),
(34, 'Main banner 2 (Demo)', '', NULL, 'da', 'View catalog', '', 'N', '', 'N', 'Add extra boost with Party Booster', '', 'N', 'Party Booster', 'Y', 'categories.view&category_id=166', 'EXTRA BASS ™ for powerful sound. It\'s time to shake things up with the new XB41. More durable and durable, the XB41 allows parties to be held anywhere, even near water.', '', 'N', '', 'N', '', '', ''),
(34, 'Main banner 2 (Demo)', '', NULL, 'de', 'View catalog', '', 'N', '', 'N', 'Add extra boost with Party Booster', '', 'N', 'Party Booster', 'Y', 'categories.view&category_id=166', 'EXTRA BASS ™ for powerful sound. It\'s time to shake things up with the new XB41. More durable and durable, the XB41 allows parties to be held anywhere, even near water.', '', 'N', '', 'N', '', '', ''),
(34, 'Main banner 2 (Demo)', '', NULL, 'el', 'View catalog', '', 'N', '', 'N', 'Add extra boost with Party Booster', '', 'N', 'Party Booster', 'Y', 'categories.view&category_id=166', 'EXTRA BASS ™ for powerful sound. It\'s time to shake things up with the new XB41. More durable and durable, the XB41 allows parties to be held anywhere, even near water.', '', 'N', '', 'N', '', '', ''),
(34, 'Main banner 2 (Demo)', '', NULL, 'en', 'View catalog', '', 'N', '', 'N', 'Add extra boost with Party Booster', '', 'N', 'Party Booster', 'Y', 'categories.view&category_id=166', 'EXTRA BASS ™ for powerful sound. It\'s time to shake things up with the new XB41. More durable and durable, the XB41 allows parties to be held anywhere, even near water.', '', 'N', '', 'N', '', '', ''),
(34, 'Main banner 2 (Demo)', '', NULL, 'es', 'View catalog', '', 'N', '', 'N', 'Add extra boost with Party Booster', '', 'N', 'Party Booster', 'Y', 'categories.view&category_id=166', 'EXTRA BASS ™ for powerful sound. It\'s time to shake things up with the new XB41. More durable and durable, the XB41 allows parties to be held anywhere, even near water.', '', 'N', '', 'N', '', '', ''),
(34, 'Main banner 2 (Demo)', '', NULL, 'fr', 'View catalog', '', 'N', '', 'N', 'Add extra boost with Party Booster', '', 'N', 'Party Booster', 'Y', 'categories.view&category_id=166', 'EXTRA BASS ™ for powerful sound. It\'s time to shake things up with the new XB41. More durable and durable, the XB41 allows parties to be held anywhere, even near water.', '', 'N', '', 'N', '', '', ''),
(34, 'Main banner 2 (Demo)', '', NULL, 'it', 'View catalog', '', 'N', '', 'N', 'Add extra boost with Party Booster', '', 'N', 'Party Booster', 'Y', 'categories.view&category_id=166', 'EXTRA BASS ™ for powerful sound. It\'s time to shake things up with the new XB41. More durable and durable, the XB41 allows parties to be held anywhere, even near water.', '', 'N', '', 'N', '', '', ''),
(34, 'Main banner 2 (Demo)', '', NULL, 'nl', 'View catalog', '', 'N', '', 'N', 'Add extra boost with Party Booster', '', 'N', 'Party Booster', 'Y', 'categories.view&category_id=166', 'EXTRA BASS ™ for powerful sound. It\'s time to shake things up with the new XB41. More durable and durable, the XB41 allows parties to be held anywhere, even near water.', '', 'N', '', 'N', '', '', ''),
(34, 'Main banner 2 (Demo)', '', NULL, 'no', 'View catalog', '', 'N', '', 'N', 'Add extra boost with Party Booster', '', 'N', 'Party Booster', 'Y', 'categories.view&category_id=166', 'EXTRA BASS ™ for powerful sound. It\'s time to shake things up with the new XB41. More durable and durable, the XB41 allows parties to be held anywhere, even near water.', '', 'N', '', 'N', '', '', ''),
(34, 'Main banner 2 (Demo)', '', NULL, 'pt', 'View catalog', '', 'N', '', 'N', 'Add extra boost with Party Booster', '', 'N', 'Party Booster', 'Y', 'categories.view&category_id=166', 'EXTRA BASS ™ for powerful sound. It\'s time to shake things up with the new XB41. More durable and durable, the XB41 allows parties to be held anywhere, even near water.', '', 'N', '', 'N', '', '', ''),
(34, 'Main banner 2 (Demo)', '', NULL, 'ro', 'View catalog', '', 'N', '', 'N', 'Add extra boost with Party Booster', '', 'N', 'Party Booster', 'Y', 'categories.view&category_id=166', 'EXTRA BASS ™ for powerful sound. It\'s time to shake things up with the new XB41. More durable and durable, the XB41 allows parties to be held anywhere, even near water.', '', 'N', '', 'N', '', '', ''),
(34, 'Main banner 2 (Demo)', '', NULL, 'ru', 'View catalog', '', 'N', '', 'N', 'Add extra boost with Party Booster', '', 'N', 'Party Booster', 'Y', 'categories.view&category_id=166', 'EXTRA BASS ™ for powerful sound. It\'s time to shake things up with the new XB41. More durable and durable, the XB41 allows parties to be held anywhere, even near water.', '', 'N', '', 'N', '', '', ''),
(35, 'Main banner 3 (Demo)', '', NULL, 'da', 'I need this', '', 'N', '', 'N', 'Your eyes control everything.', '', 'N', 'VIVE Pro Eye', 'Y', 'categories.view&category_id=166', 'New VIVE Pro Eye, created for the most demanding professional users, now has the function of accurate eye tracking in addition to the highest quality graphics, high-end sound and expandable gaming space.', '', 'N', 'Your eyes control everything.', 'Y', '', '', ''),
(35, 'Main banner 3 (Demo)', '', NULL, 'de', 'I need this', '', 'N', '', 'N', 'Your eyes control everything.', '', 'N', 'VIVE Pro Eye', 'Y', 'categories.view&category_id=166', 'New VIVE Pro Eye, created for the most demanding professional users, now has the function of accurate eye tracking in addition to the highest quality graphics, high-end sound and expandable gaming space.', '', 'N', 'Your eyes control everything.', 'Y', '', '', ''),
(35, 'Main banner 3 (Demo)', '', NULL, 'el', 'I need this', '', 'N', '', 'N', 'Your eyes control everything.', '', 'N', 'VIVE Pro Eye', 'Y', 'categories.view&category_id=166', 'New VIVE Pro Eye, created for the most demanding professional users, now has the function of accurate eye tracking in addition to the highest quality graphics, high-end sound and expandable gaming space.', '', 'N', 'Your eyes control everything.', 'Y', '', '', ''),
(35, 'Main banner 3 (Demo)', '', NULL, 'en', 'I need this', '', 'N', '', 'N', 'Your eyes control everything.', '', 'N', 'VIVE Pro Eye', 'Y', 'categories.view&category_id=166', 'New VIVE Pro Eye, created for the most demanding professional users, now has the function of accurate eye tracking in addition to the highest quality graphics, high-end sound and expandable gaming space.', '', 'N', 'Your eyes control everything.', 'Y', '', '', ''),
(35, 'Main banner 3 (Demo)', '', NULL, 'es', 'I need this', '', 'N', '', 'N', 'Your eyes control everything.', '', 'N', 'VIVE Pro Eye', 'Y', 'categories.view&category_id=166', 'New VIVE Pro Eye, created for the most demanding professional users, now has the function of accurate eye tracking in addition to the highest quality graphics, high-end sound and expandable gaming space.', '', 'N', 'Your eyes control everything.', 'Y', '', '', ''),
(35, 'Main banner 3 (Demo)', '', NULL, 'fr', 'I need this', '', 'N', '', 'N', 'Your eyes control everything.', '', 'N', 'VIVE Pro Eye', 'Y', 'categories.view&category_id=166', 'New VIVE Pro Eye, created for the most demanding professional users, now has the function of accurate eye tracking in addition to the highest quality graphics, high-end sound and expandable gaming space.', '', 'N', 'Your eyes control everything.', 'Y', '', '', ''),
(35, 'Main banner 3 (Demo)', '', NULL, 'it', 'I need this', '', 'N', '', 'N', 'Your eyes control everything.', '', 'N', 'VIVE Pro Eye', 'Y', 'categories.view&category_id=166', 'New VIVE Pro Eye, created for the most demanding professional users, now has the function of accurate eye tracking in addition to the highest quality graphics, high-end sound and expandable gaming space.', '', 'N', 'Your eyes control everything.', 'Y', '', '', ''),
(35, 'Main banner 3 (Demo)', '', NULL, 'nl', 'I need this', '', 'N', '', 'N', 'Your eyes control everything.', '', 'N', 'VIVE Pro Eye', 'Y', 'categories.view&category_id=166', 'New VIVE Pro Eye, created for the most demanding professional users, now has the function of accurate eye tracking in addition to the highest quality graphics, high-end sound and expandable gaming space.', '', 'N', 'Your eyes control everything.', 'Y', '', '', ''),
(35, 'Main banner 3 (Demo)', '', NULL, 'no', 'I need this', '', 'N', '', 'N', 'Your eyes control everything.', '', 'N', 'VIVE Pro Eye', 'Y', 'categories.view&category_id=166', 'New VIVE Pro Eye, created for the most demanding professional users, now has the function of accurate eye tracking in addition to the highest quality graphics, high-end sound and expandable gaming space.', '', 'N', 'Your eyes control everything.', 'Y', '', '', ''),
(35, 'Main banner 3 (Demo)', '', NULL, 'pt', 'I need this', '', 'N', '', 'N', 'Your eyes control everything.', '', 'N', 'VIVE Pro Eye', 'Y', 'categories.view&category_id=166', 'New VIVE Pro Eye, created for the most demanding professional users, now has the function of accurate eye tracking in addition to the highest quality graphics, high-end sound and expandable gaming space.', '', 'N', 'Your eyes control everything.', 'Y', '', '', ''),
(35, 'Main banner 3 (Demo)', '', NULL, 'ro', 'I need this', '', 'N', '', 'N', 'Your eyes control everything.', '', 'N', 'VIVE Pro Eye', 'Y', 'categories.view&category_id=166', 'New VIVE Pro Eye, created for the most demanding professional users, now has the function of accurate eye tracking in addition to the highest quality graphics, high-end sound and expandable gaming space.', '', 'N', 'Your eyes control everything.', 'Y', '', '', ''),
(35, 'Main banner 3 (Demo)', '', NULL, 'ru', 'I need this', '', 'N', '', 'N', 'Your eyes control everything.', '', 'N', 'VIVE Pro Eye', 'Y', 'categories.view&category_id=166', 'New VIVE Pro Eye, created for the most demanding professional users, now has the function of accurate eye tracking in addition to the highest quality graphics, high-end sound and expandable gaming space.', '', 'N', 'Your eyes control everything.', 'Y', '', '', ''),
(36, 'Main banner 4 (Demo)', '', NULL, 'da', 'I need it!', '', 'N', '', 'N', 'Winter sale<br>discounts up to -50%', '', 'N', '', 'N', 'categories.view&category_id=223', 'It was during the winter sales, for example, you can buy winter boots with a 70% discount and still get free shipping.', '', 'N', '', 'Y', '', '', ''),
(36, 'Main banner 4 (Demo)', '', NULL, 'de', 'I need it!', '', 'N', '', 'N', 'Winter sale<br>discounts up to -50%', '', 'N', '', 'N', 'categories.view&category_id=223', 'It was during the winter sales, for example, you can buy winter boots with a 70% discount and still get free shipping.', '', 'N', '', 'Y', '', '', ''),
(36, 'Main banner 4 (Demo)', '', NULL, 'el', 'I need it!', '', 'N', '', 'N', 'Winter sale<br>discounts up to -50%', '', 'N', '', 'N', 'categories.view&category_id=223', 'It was during the winter sales, for example, you can buy winter boots with a 70% discount and still get free shipping.', '', 'N', '', 'Y', '', '', ''),
(36, 'Main banner 4 (Demo)', '', NULL, 'en', 'I need it!', '', 'N', '', 'N', 'Winter sale<br>discounts up to -50%', '', 'N', '', 'N', 'categories.view&category_id=223', 'It was during the winter sales, for example, you can buy winter boots with a 70% discount and still get free shipping.', '', 'N', '', 'Y', '', '', ''),
(36, 'Main banner 4 (Demo)', '', NULL, 'es', 'I need it!', '', 'N', '', 'N', 'Winter sale<br>discounts up to -50%', '', 'N', '', 'N', 'categories.view&category_id=223', 'It was during the winter sales, for example, you can buy winter boots with a 70% discount and still get free shipping.', '', 'N', '', 'Y', '', '', ''),
(36, 'Main banner 4 (Demo)', '', NULL, 'fr', 'I need it!', '', 'N', '', 'N', 'Winter sale<br>discounts up to -50%', '', 'N', '', 'N', 'categories.view&category_id=223', 'It was during the winter sales, for example, you can buy winter boots with a 70% discount and still get free shipping.', '', 'N', '', 'Y', '', '', ''),
(36, 'Main banner 4 (Demo)', '', NULL, 'it', 'I need it!', '', 'N', '', 'N', 'Winter sale<br>discounts up to -50%', '', 'N', '', 'N', 'categories.view&category_id=223', 'It was during the winter sales, for example, you can buy winter boots with a 70% discount and still get free shipping.', '', 'N', '', 'Y', '', '', ''),
(36, 'Main banner 4 (Demo)', '', NULL, 'nl', 'I need it!', '', 'N', '', 'N', 'Winter sale<br>discounts up to -50%', '', 'N', '', 'N', 'categories.view&category_id=223', 'It was during the winter sales, for example, you can buy winter boots with a 70% discount and still get free shipping.', '', 'N', '', 'Y', '', '', ''),
(36, 'Main banner 4 (Demo)', '', NULL, 'no', 'I need it!', '', 'N', '', 'N', 'Winter sale<br>discounts up to -50%', '', 'N', '', 'N', 'categories.view&category_id=223', 'It was during the winter sales, for example, you can buy winter boots with a 70% discount and still get free shipping.', '', 'N', '', 'Y', '', '', ''),
(36, 'Main banner 4 (Demo)', '', NULL, 'pt', 'I need it!', '', 'N', '', 'N', 'Winter sale<br>discounts up to -50%', '', 'N', '', 'N', 'categories.view&category_id=223', 'It was during the winter sales, for example, you can buy winter boots with a 70% discount and still get free shipping.', '', 'N', '', 'Y', '', '', ''),
(36, 'Main banner 4 (Demo)', '', NULL, 'ro', 'I need it!', '', 'N', '', 'N', 'Winter sale<br>discounts up to -50%', '', 'N', '', 'N', 'categories.view&category_id=223', 'It was during the winter sales, for example, you can buy winter boots with a 70% discount and still get free shipping.', '', 'N', '', 'Y', '', '', ''),
(36, 'Main banner 4 (Demo)', '', NULL, 'ru', 'I need it!', '', 'N', '', 'N', 'Winter sale<br>discounts up to -50%', '', 'N', '', 'N', 'categories.view&category_id=223', 'It was during the winter sales, for example, you can buy winter boots with a 70% discount and still get free shipping.', '', 'N', '', 'Y', '', '', ''),
(37, 'VIVAshop - Homepage - Main slider - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:64:\"Best sports watch money can buy\r\nChoose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:63:\"Best sports tatch money can buy Choose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:9:\"image_url\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:64:\"Best sports watch money can buy\r\nChoose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 0px 0px 200px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 20%\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:17:\"20px 0px 20px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 50px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"20px 0px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 15px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(37, 'VIVAshop - Homepage - Main slider - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:64:\"Best sports watch money can buy\r\nChoose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:63:\"Best sports tatch money can buy Choose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:9:\"image_url\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:64:\"Best sports watch money can buy\r\nChoose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 0px 0px 200px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 20%\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:17:\"20px 0px 20px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 50px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"20px 0px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 15px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(37, 'VIVAshop - Homepage - Main slider - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:64:\"Best sports watch money can buy\r\nChoose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:63:\"Best sports tatch money can buy Choose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:9:\"image_url\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:64:\"Best sports watch money can buy\r\nChoose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 0px 0px 200px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 20%\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:17:\"20px 0px 20px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 50px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"20px 0px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 15px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(37, 'VIVAshop - Homepage - Main slider - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:64:\"Best sports watch money can buy\r\nChoose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:63:\"Best sports tatch money can buy Choose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:9:\"image_url\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:64:\"Best sports watch money can buy\r\nChoose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 0px 0px 200px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 20%\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:17:\"20px 0px 20px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 50px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"20px 0px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 15px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(37, 'VIVAshop - Homepage - Main slider - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:64:\"Best sports watch money can buy\r\nChoose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:63:\"Best sports tatch money can buy Choose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:9:\"image_url\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:64:\"Best sports watch money can buy\r\nChoose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 0px 0px 200px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 20%\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:17:\"20px 0px 20px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 50px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"20px 0px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 15px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(37, 'VIVAshop - Homepage - Main slider - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:64:\"Best sports watch money can buy\r\nChoose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:63:\"Best sports tatch money can buy Choose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:9:\"image_url\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:64:\"Best sports watch money can buy\r\nChoose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 0px 0px 200px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 20%\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:17:\"20px 0px 20px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 50px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"20px 0px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 15px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(37, 'VIVAshop - Homepage - Main slider - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:64:\"Best sports watch money can buy\r\nChoose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:63:\"Best sports tatch money can buy Choose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:9:\"image_url\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:64:\"Best sports watch money can buy\r\nChoose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 0px 0px 200px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 20%\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:17:\"20px 0px 20px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 50px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"20px 0px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 15px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(37, 'VIVAshop - Homepage - Main slider - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:64:\"Best sports watch money can buy\r\nChoose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:63:\"Best sports tatch money can buy Choose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:9:\"image_url\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:64:\"Best sports watch money can buy\r\nChoose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 0px 0px 200px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 20%\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:17:\"20px 0px 20px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 50px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"20px 0px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 15px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(37, 'VIVAshop - Homepage - Main slider - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:64:\"Best sports watch money can buy\r\nChoose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:63:\"Best sports tatch money can buy Choose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:9:\"image_url\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:64:\"Best sports watch money can buy\r\nChoose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 0px 0px 200px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 20%\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:17:\"20px 0px 20px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 50px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"20px 0px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 15px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(37, 'VIVAshop - Homepage - Main slider - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:64:\"Best sports watch money can buy\r\nChoose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:63:\"Best sports tatch money can buy Choose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:9:\"image_url\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:64:\"Best sports watch money can buy\r\nChoose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 0px 0px 200px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 20%\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:17:\"20px 0px 20px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 50px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"20px 0px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 15px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(37, 'VIVAshop - Homepage - Main slider - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:64:\"Best sports watch money can buy\r\nChoose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:63:\"Best sports tatch money can buy Choose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:9:\"image_url\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:64:\"Best sports watch money can buy\r\nChoose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 0px 0px 200px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 20%\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:17:\"20px 0px 20px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 50px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"20px 0px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 15px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(37, 'VIVAshop - Homepage - Main slider - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:64:\"Best sports watch money can buy\r\nChoose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:63:\"Best sports tatch money can buy Choose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:9:\"image_url\";s:5:\"title\";s:11:\"APPLE WATCH\";s:4:\"text\";s:64:\"Best sports watch money can buy\r\nChoose a happy and healthy life\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 0px 0px 200px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 20%\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:17:\"20px 0px 20px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 50px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"70%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"20px 0px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#353e47\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ff9900\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ff9900\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:1:\"0\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#353e47\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 15px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"50\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(38, 'VIVAshop - Homepage - Main slider - Banner 2', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 20px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:15:\"0px 0px 0px 0px\";s:14:\"btn_text_color\";s:7:\"#34495e\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#34495e\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"680px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"80px 0px 0px 200px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"325px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"60px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 35px 15px 35px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"550px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"50px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(38, 'VIVAshop - Homepage - Main slider - Banner 2', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 20px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:15:\"0px 0px 0px 0px\";s:14:\"btn_text_color\";s:7:\"#34495e\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#34495e\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"680px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"80px 0px 0px 200px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"325px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"60px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 35px 15px 35px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"550px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"50px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(38, 'VIVAshop - Homepage - Main slider - Banner 2', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 20px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:15:\"0px 0px 0px 0px\";s:14:\"btn_text_color\";s:7:\"#34495e\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#34495e\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"680px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"80px 0px 0px 200px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"325px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"60px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 35px 15px 35px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"550px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"50px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(38, 'VIVAshop - Homepage - Main slider - Banner 2', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 20px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:15:\"0px 0px 0px 0px\";s:14:\"btn_text_color\";s:7:\"#34495e\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#34495e\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"680px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"80px 0px 0px 200px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"325px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"60px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 35px 15px 35px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"550px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"50px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(38, 'VIVAshop - Homepage - Main slider - Banner 2', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 20px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:15:\"0px 0px 0px 0px\";s:14:\"btn_text_color\";s:7:\"#34495e\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#34495e\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"680px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"80px 0px 0px 200px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"325px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"60px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 35px 15px 35px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"550px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"50px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(38, 'VIVAshop - Homepage - Main slider - Banner 2', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 20px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:15:\"0px 0px 0px 0px\";s:14:\"btn_text_color\";s:7:\"#34495e\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#34495e\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"680px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"80px 0px 0px 200px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"325px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"60px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 35px 15px 35px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"550px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"50px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(38, 'VIVAshop - Homepage - Main slider - Banner 2', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 20px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:15:\"0px 0px 0px 0px\";s:14:\"btn_text_color\";s:7:\"#34495e\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#34495e\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"680px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"80px 0px 0px 200px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"325px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"60px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 35px 15px 35px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"550px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"50px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(38, 'VIVAshop - Homepage - Main slider - Banner 2', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 20px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:15:\"0px 0px 0px 0px\";s:14:\"btn_text_color\";s:7:\"#34495e\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#34495e\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"680px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"80px 0px 0px 200px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"325px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"60px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 35px 15px 35px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"550px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"50px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(38, 'VIVAshop - Homepage - Main slider - Banner 2', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 20px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:15:\"0px 0px 0px 0px\";s:14:\"btn_text_color\";s:7:\"#34495e\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#34495e\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"680px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"80px 0px 0px 200px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"325px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"60px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 35px 15px 35px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"550px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"50px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(38, 'VIVAshop - Homepage - Main slider - Banner 2', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 20px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:15:\"0px 0px 0px 0px\";s:14:\"btn_text_color\";s:7:\"#34495e\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#34495e\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"680px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"80px 0px 0px 200px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"325px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"60px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 35px 15px 35px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"550px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"50px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(38, 'VIVAshop - Homepage - Main slider - Banner 2', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 20px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:15:\"0px 0px 0px 0px\";s:14:\"btn_text_color\";s:7:\"#34495e\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#34495e\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"680px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"80px 0px 0px 200px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"325px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"60px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 35px 15px 35px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"550px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"50px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(38, 'VIVAshop - Homepage - Main slider - Banner 2', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"Choose to stay healthy. New organic ingredients are brought to you every single day by many Vendors!  \";s:8:\"btn_text\";s:14:\"start shopping\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 20px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:15:\"0px 0px 0px 0px\";s:14:\"btn_text_color\";s:7:\"#34495e\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#34495e\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"680px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"80px 0px 0px 200px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"325px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"60px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"30px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 35px 15px 35px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"550px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"50px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(39, 'VIVAshop - Homepage - Main slider - Banner 3', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #00eefc;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #f053be;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #07f328;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"57\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#f3f3f3\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00eefc\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#34495e\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:17:\"30px 00px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"750px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"0px 230px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"40px 40px 40px 40px\";s:13:\"wrapper_round\";s:17:\"0px 60px 0px 60px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffd966\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:15:\"0px 0px 0px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#27bd9d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:3:\"300\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"0px 20px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"30px 30px 30px 30px\";s:13:\"wrapper_round\";s:17:\"50px 0px 50px 0px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffd966\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f63e9e\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:5:\"500px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"20px 45px 20px 45px\";s:13:\"wrapper_round\";s:17:\"0px 50px 0px 50px\";}}'),
(39, 'VIVAshop - Homepage - Main slider - Banner 3', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #00eefc;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #f053be;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #07f328;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"57\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#f3f3f3\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00eefc\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#34495e\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:17:\"30px 00px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"750px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"0px 230px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"40px 40px 40px 40px\";s:13:\"wrapper_round\";s:17:\"0px 60px 0px 60px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffd966\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:15:\"0px 0px 0px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#27bd9d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:3:\"300\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"0px 20px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"30px 30px 30px 30px\";s:13:\"wrapper_round\";s:17:\"50px 0px 50px 0px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffd966\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f63e9e\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:5:\"500px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"20px 45px 20px 45px\";s:13:\"wrapper_round\";s:17:\"0px 50px 0px 50px\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(39, 'VIVAshop - Homepage - Main slider - Banner 3', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #00eefc;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #f053be;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #07f328;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"57\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#f3f3f3\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00eefc\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#34495e\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:17:\"30px 00px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"750px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"0px 230px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"40px 40px 40px 40px\";s:13:\"wrapper_round\";s:17:\"0px 60px 0px 60px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffd966\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:15:\"0px 0px 0px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#27bd9d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:3:\"300\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"0px 20px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"30px 30px 30px 30px\";s:13:\"wrapper_round\";s:17:\"50px 0px 50px 0px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffd966\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f63e9e\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:5:\"500px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"20px 45px 20px 45px\";s:13:\"wrapper_round\";s:17:\"0px 50px 0px 50px\";}}'),
(39, 'VIVAshop - Homepage - Main slider - Banner 3', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #00eefc;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #f053be;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #07f328;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"57\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#f3f3f3\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00eefc\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#34495e\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:17:\"30px 00px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"750px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"0px 230px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"40px 40px 40px 40px\";s:13:\"wrapper_round\";s:17:\"0px 60px 0px 60px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffd966\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:15:\"0px 0px 0px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#27bd9d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:3:\"300\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"0px 20px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"30px 30px 30px 30px\";s:13:\"wrapper_round\";s:17:\"50px 0px 50px 0px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffd966\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f63e9e\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:5:\"500px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"20px 45px 20px 45px\";s:13:\"wrapper_round\";s:17:\"0px 50px 0px 50px\";}}'),
(39, 'VIVAshop - Homepage - Main slider - Banner 3', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #00eefc;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #f053be;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #07f328;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"57\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#f3f3f3\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00eefc\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#34495e\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:17:\"30px 00px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"750px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"0px 230px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"40px 40px 40px 40px\";s:13:\"wrapper_round\";s:17:\"0px 60px 0px 60px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffd966\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:15:\"0px 0px 0px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#27bd9d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:3:\"300\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"0px 20px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"30px 30px 30px 30px\";s:13:\"wrapper_round\";s:17:\"50px 0px 50px 0px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffd966\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f63e9e\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:5:\"500px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"20px 45px 20px 45px\";s:13:\"wrapper_round\";s:17:\"0px 50px 0px 50px\";}}'),
(39, 'VIVAshop - Homepage - Main slider - Banner 3', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #00eefc;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #f053be;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #07f328;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"57\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#f3f3f3\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00eefc\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#34495e\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:17:\"30px 00px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"750px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"0px 230px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"40px 40px 40px 40px\";s:13:\"wrapper_round\";s:17:\"0px 60px 0px 60px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffd966\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:15:\"0px 0px 0px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#27bd9d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:3:\"300\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"0px 20px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"30px 30px 30px 30px\";s:13:\"wrapper_round\";s:17:\"50px 0px 50px 0px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffd966\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f63e9e\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:5:\"500px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"20px 45px 20px 45px\";s:13:\"wrapper_round\";s:17:\"0px 50px 0px 50px\";}}'),
(39, 'VIVAshop - Homepage - Main slider - Banner 3', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #00eefc;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #f053be;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #07f328;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"57\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#f3f3f3\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00eefc\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#34495e\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:17:\"30px 00px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"750px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"0px 230px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"40px 40px 40px 40px\";s:13:\"wrapper_round\";s:17:\"0px 60px 0px 60px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffd966\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:15:\"0px 0px 0px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#27bd9d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:3:\"300\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"0px 20px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"30px 30px 30px 30px\";s:13:\"wrapper_round\";s:17:\"50px 0px 50px 0px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffd966\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f63e9e\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:5:\"500px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"20px 45px 20px 45px\";s:13:\"wrapper_round\";s:17:\"0px 50px 0px 50px\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(39, 'VIVAshop - Homepage - Main slider - Banner 3', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #00eefc;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #f053be;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #07f328;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"57\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#f3f3f3\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00eefc\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#34495e\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:17:\"30px 00px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"750px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"0px 230px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"40px 40px 40px 40px\";s:13:\"wrapper_round\";s:17:\"0px 60px 0px 60px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffd966\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:15:\"0px 0px 0px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#27bd9d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:3:\"300\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"0px 20px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"30px 30px 30px 30px\";s:13:\"wrapper_round\";s:17:\"50px 0px 50px 0px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffd966\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f63e9e\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:5:\"500px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"20px 45px 20px 45px\";s:13:\"wrapper_round\";s:17:\"0px 50px 0px 50px\";}}'),
(39, 'VIVAshop - Homepage - Main slider - Banner 3', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #00eefc;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #f053be;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #07f328;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"57\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#f3f3f3\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00eefc\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#34495e\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:17:\"30px 00px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"750px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"0px 230px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"40px 40px 40px 40px\";s:13:\"wrapper_round\";s:17:\"0px 60px 0px 60px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffd966\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:15:\"0px 0px 0px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#27bd9d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:3:\"300\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"0px 20px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"30px 30px 30px 30px\";s:13:\"wrapper_round\";s:17:\"50px 0px 50px 0px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffd966\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f63e9e\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:5:\"500px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"20px 45px 20px 45px\";s:13:\"wrapper_round\";s:17:\"0px 50px 0px 50px\";}}'),
(39, 'VIVAshop - Homepage - Main slider - Banner 3', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #00eefc;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #f053be;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #07f328;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"57\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#f3f3f3\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00eefc\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#34495e\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:17:\"30px 00px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"750px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"0px 230px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"40px 40px 40px 40px\";s:13:\"wrapper_round\";s:17:\"0px 60px 0px 60px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffd966\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:15:\"0px 0px 0px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#27bd9d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:3:\"300\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"0px 20px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"30px 30px 30px 30px\";s:13:\"wrapper_round\";s:17:\"50px 0px 50px 0px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffd966\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f63e9e\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:5:\"500px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"20px 45px 20px 45px\";s:13:\"wrapper_round\";s:17:\"0px 50px 0px 50px\";}}'),
(39, 'VIVAshop - Homepage - Main slider - Banner 3', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #00eefc;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #f053be;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #07f328;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"57\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#f3f3f3\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00eefc\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#34495e\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:17:\"30px 00px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"750px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"0px 230px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"40px 40px 40px 40px\";s:13:\"wrapper_round\";s:17:\"0px 60px 0px 60px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffd966\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:15:\"0px 0px 0px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#27bd9d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:3:\"300\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"0px 20px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"30px 30px 30px 30px\";s:13:\"wrapper_round\";s:17:\"50px 0px 50px 0px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffd966\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f63e9e\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:5:\"500px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"20px 45px 20px 45px\";s:13:\"wrapper_round\";s:17:\"0px 50px 0px 50px\";}}'),
(39, 'VIVAshop - Homepage - Main slider - Banner 3', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #00eefc;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #f053be;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:67:\"LET US HELP YOU SET YOUR <span style=\"color: #07f328;\">STYLE</span>\";s:4:\"text\";s:123:\"Find plenty of new designs for every season. Many new items are brought to you every single day. Get into the latest trends\";s:8:\"btn_text\";s:18:\"browse collections\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"57\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#f3f3f3\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffcc00\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00eefc\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#34495e\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:17:\"30px 00px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"750px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"0px 230px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"40px 40px 40px 40px\";s:13:\"wrapper_round\";s:17:\"0px 60px 0px 60px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffd966\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:15:\"0px 0px 0px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#27bd9d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:3:\"300\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"0px 20px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"30px 30px 30px 30px\";s:13:\"wrapper_round\";s:17:\"50px 0px 50px 0px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffd966\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 0px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f63e9e\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#61cdf5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"15px 25px 15px 25px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:5:\"500px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:19:\"20px 45px 20px 45px\";s:13:\"wrapper_round\";s:17:\"0px 50px 0px 50px\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(40, 'VIVAshop - Homepage - Main slider - Banner 4', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#121921\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"20px 0px 50px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"60\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:3:\"0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#20b9fb\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 55px 10px 55px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"130px 0px 0px 20%\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#121921\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"10px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#61cdf5\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#dd3310\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"100px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#121921\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"10px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffd966\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#61cdf5\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#45cc0b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"T\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 35px 10px 35px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"100px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(40, 'VIVAshop - Homepage - Main slider - Banner 4', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#121921\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"20px 0px 50px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"60\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:3:\"0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#20b9fb\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 55px 10px 55px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"130px 0px 0px 20%\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#121921\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"10px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#61cdf5\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#dd3310\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"100px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#121921\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"10px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffd966\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#61cdf5\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#45cc0b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"T\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 35px 10px 35px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"100px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(40, 'VIVAshop - Homepage - Main slider - Banner 4', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#121921\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"20px 0px 50px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"60\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:3:\"0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#20b9fb\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 55px 10px 55px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"130px 0px 0px 20%\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#121921\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"10px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#61cdf5\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#dd3310\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"100px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#121921\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"10px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffd966\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#61cdf5\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#45cc0b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"T\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 35px 10px 35px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"100px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(40, 'VIVAshop - Homepage - Main slider - Banner 4', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#121921\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"20px 0px 50px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"60\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:3:\"0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#20b9fb\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 55px 10px 55px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"130px 0px 0px 20%\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#121921\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"10px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#61cdf5\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#dd3310\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"100px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#121921\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"10px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffd966\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#61cdf5\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#45cc0b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"T\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 35px 10px 35px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"100px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(40, 'VIVAshop - Homepage - Main slider - Banner 4', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#121921\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"20px 0px 50px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"60\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:3:\"0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#20b9fb\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 55px 10px 55px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"130px 0px 0px 20%\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#121921\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"10px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#61cdf5\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#dd3310\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"100px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#121921\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"10px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffd966\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#61cdf5\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#45cc0b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"T\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 35px 10px 35px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"100px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(40, 'VIVAshop - Homepage - Main slider - Banner 4', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#121921\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"20px 0px 50px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"60\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:3:\"0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#20b9fb\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 55px 10px 55px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"130px 0px 0px 20%\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#121921\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"10px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#61cdf5\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#dd3310\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"100px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#121921\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"10px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffd966\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#61cdf5\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#45cc0b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"T\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 35px 10px 35px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"100px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(40, 'VIVAshop - Homepage - Main slider - Banner 4', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#121921\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"20px 0px 50px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"60\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:3:\"0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#20b9fb\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 55px 10px 55px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"130px 0px 0px 20%\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#121921\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"10px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#61cdf5\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#dd3310\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"100px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#121921\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"10px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffd966\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#61cdf5\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#45cc0b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"T\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 35px 10px 35px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"100px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(40, 'VIVAshop - Homepage - Main slider - Banner 4', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#121921\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"20px 0px 50px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"60\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:3:\"0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#20b9fb\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 55px 10px 55px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"130px 0px 0px 20%\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#121921\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"10px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#61cdf5\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#dd3310\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"100px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#121921\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"10px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffd966\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#61cdf5\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#45cc0b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"T\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 35px 10px 35px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"100px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(40, 'VIVAshop - Homepage - Main slider - Banner 4', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#121921\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"20px 0px 50px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"60\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:3:\"0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#20b9fb\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 55px 10px 55px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"130px 0px 0px 20%\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#121921\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"10px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#61cdf5\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#dd3310\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"100px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#121921\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"10px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffd966\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#61cdf5\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#45cc0b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"T\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 35px 10px 35px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"100px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(40, 'VIVAshop - Homepage - Main slider - Banner 4', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#121921\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"20px 0px 50px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"60\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:3:\"0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#20b9fb\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 55px 10px 55px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"130px 0px 0px 20%\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#121921\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"10px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#61cdf5\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#dd3310\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"100px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#121921\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"10px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffd966\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#61cdf5\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#45cc0b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"T\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 35px 10px 35px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"100px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(40, 'VIVAshop - Homepage - Main slider - Banner 4', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#121921\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"20px 0px 50px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"60\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:3:\"0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#20b9fb\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 55px 10px 55px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"130px 0px 0px 20%\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#121921\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"10px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#61cdf5\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#dd3310\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"100px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#121921\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"10px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffd966\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#61cdf5\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#45cc0b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"T\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 35px 10px 35px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"100px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(40, 'VIVAshop - Homepage - Main slider - Banner 4', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"READY FOR ACTION?\";s:4:\"text\";s:34:\"Save your money and get the latest\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#121921\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"20px 0px 50px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"60\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:3:\"0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#20b9fb\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 55px 10px 55px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"130px 0px 0px 20%\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#121921\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"10px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#61cdf5\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#dd3310\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"100px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#121921\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"10px 0px 10px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffd966\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"B\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#61cdf5\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"T\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:19:\"20px 20px 20px 20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#45cc0b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#61cdf5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"T\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ff9900\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 35px 10px 35px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"100px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(41, 'VIVAshop - Homepage - Marketplace specials 1 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"40px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"75px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"200px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"30px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(41, 'VIVAshop - Homepage - Marketplace specials 1 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"40px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"75px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"200px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"30px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(41, 'VIVAshop - Homepage - Marketplace specials 1 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"40px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"75px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"200px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"30px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(41, 'VIVAshop - Homepage - Marketplace specials 1 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"40px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"75px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"200px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"30px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(41, 'VIVAshop - Homepage - Marketplace specials 1 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"40px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"75px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"200px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"30px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(41, 'VIVAshop - Homepage - Marketplace specials 1 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"40px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"75px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"200px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"30px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(41, 'VIVAshop - Homepage - Marketplace specials 1 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"40px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"75px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"200px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"30px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(41, 'VIVAshop - Homepage - Marketplace specials 1 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"40px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"75px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"200px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"30px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(41, 'VIVAshop - Homepage - Marketplace specials 1 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"40px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"75px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"200px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"30px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(41, 'VIVAshop - Homepage - Marketplace specials 1 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"40px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"75px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"200px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"30px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(41, 'VIVAshop - Homepage - Marketplace specials 1 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"40px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"75px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"200px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"30px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(41, 'VIVAshop - Homepage - Marketplace specials 1 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:56:\"SHOP FOR\r\nMEN WATCHES\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:56:\"Browse the latest collections and choose your best watch\";s:8:\"btn_text\";s:14:\"NEW COLLECTION\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"40px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"75px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"200px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:18:\"30px 0px 0px -30px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"70px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(42, 'VIVAshop - Homepage - Marketplace specials 1 - Banner 2', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"40px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"75px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"30px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(42, 'VIVAshop - Homepage - Marketplace specials 1 - Banner 2', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"40px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"75px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"30px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(42, 'VIVAshop - Homepage - Marketplace specials 1 - Banner 2', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"40px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"75px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"30px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(42, 'VIVAshop - Homepage - Marketplace specials 1 - Banner 2', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"40px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"75px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"30px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(42, 'VIVAshop - Homepage - Marketplace specials 1 - Banner 2', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"40px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"75px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"30px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(42, 'VIVAshop - Homepage - Marketplace specials 1 - Banner 2', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"40px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"75px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"30px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(42, 'VIVAshop - Homepage - Marketplace specials 1 - Banner 2', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"40px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"75px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"30px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(42, 'VIVAshop - Homepage - Marketplace specials 1 - Banner 2', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"40px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"75px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"30px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(42, 'VIVAshop - Homepage - Marketplace specials 1 - Banner 2', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"40px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"75px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"30px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(42, 'VIVAshop - Homepage - Marketplace specials 1 - Banner 2', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"40px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"75px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"30px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(42, 'VIVAshop - Homepage - Marketplace specials 1 - Banner 2', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"40px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"75px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"30px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(42, 'VIVAshop - Homepage - Marketplace specials 1 - Banner 2', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:65:\"SHOP FOR WOMEN HAIR CARE ITEMS\r\n<hr style=\"border-color:#2f2f2f\">\";s:4:\"text\";s:58:\"See the latest hair care products and choose the best ones\";s:8:\"btn_text\";s:15:\"LATEST PRODUCTS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"40px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"75px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"10px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f2f2f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f2f2f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#bf1b4b\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ff9900\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:18:\"30px -30px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"70px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(43, 'VIVAshop - Homepage - Marketplace specials 2 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 0px 0px 70px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 10px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:19:\"10px 10px 10px 10px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 25px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 70px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 10px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(43, 'VIVAshop - Homepage - Marketplace specials 2 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 0px 0px 70px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 10px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:19:\"10px 10px 10px 10px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 25px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 70px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 10px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(43, 'VIVAshop - Homepage - Marketplace specials 2 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 0px 0px 70px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 10px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:19:\"10px 10px 10px 10px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 25px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 70px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 10px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(43, 'VIVAshop - Homepage - Marketplace specials 2 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 0px 0px 70px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 10px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:19:\"10px 10px 10px 10px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 25px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 70px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 10px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(43, 'VIVAshop - Homepage - Marketplace specials 2 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 0px 0px 70px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 10px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:19:\"10px 10px 10px 10px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 25px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 70px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 10px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(43, 'VIVAshop - Homepage - Marketplace specials 2 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 0px 0px 70px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 10px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:19:\"10px 10px 10px 10px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 25px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 70px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 10px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(43, 'VIVAshop - Homepage - Marketplace specials 2 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 0px 0px 70px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 10px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:19:\"10px 10px 10px 10px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 25px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 70px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 10px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(43, 'VIVAshop - Homepage - Marketplace specials 2 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 0px 0px 70px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 10px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:19:\"10px 10px 10px 10px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 25px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 70px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 10px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(43, 'VIVAshop - Homepage - Marketplace specials 2 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 0px 0px 70px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 10px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:19:\"10px 10px 10px 10px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 25px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 70px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 10px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(43, 'VIVAshop - Homepage - Marketplace specials 2 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 0px 0px 70px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 10px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:19:\"10px 10px 10px 10px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 25px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 70px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 10px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(43, 'VIVAshop - Homepage - Marketplace specials 2 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 0px 0px 70px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 10px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:19:\"10px 10px 10px 10px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 25px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 70px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 10px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(43, 'VIVAshop - Homepage - Marketplace specials 2 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:11:\"MEN SHAVERS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"VIEW PRICES\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 0px 0px 70px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 10px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"40\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:19:\"10px 10px 10px 10px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 25px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 0px 70px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#cc4125\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 15px 0px 15px\";s:14:\"btn_text_color\";s:7:\"#2f2f2f\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#00c1e1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#2f2f2f\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00c1e1\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 10px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(44, 'VIVAshop - Homepage - Marketplace specials 2 - Banner 2', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 70px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"60px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"B\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 25px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"60px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"B\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 70px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"60px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(44, 'VIVAshop - Homepage - Marketplace specials 2 - Banner 2', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 70px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"60px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"B\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 25px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"60px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"B\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 70px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"60px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(44, 'VIVAshop - Homepage - Marketplace specials 2 - Banner 2', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 70px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"60px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"B\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 25px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"60px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"B\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 70px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"60px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(44, 'VIVAshop - Homepage - Marketplace specials 2 - Banner 2', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 70px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"60px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"B\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 25px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"60px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"B\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 70px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"60px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(44, 'VIVAshop - Homepage - Marketplace specials 2 - Banner 2', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 70px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"60px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"B\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 25px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"60px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"B\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 70px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"60px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(44, 'VIVAshop - Homepage - Marketplace specials 2 - Banner 2', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 70px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"60px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"B\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 25px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"60px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"B\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 70px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"60px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(44, 'VIVAshop - Homepage - Marketplace specials 2 - Banner 2', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 70px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"60px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"B\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 25px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"60px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"B\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 70px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"60px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(44, 'VIVAshop - Homepage - Marketplace specials 2 - Banner 2', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 70px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"60px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"B\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 25px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"60px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"B\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 70px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"60px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(44, 'VIVAshop - Homepage - Marketplace specials 2 - Banner 2', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 70px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"60px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"B\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 25px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"60px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"B\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 70px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"60px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(44, 'VIVAshop - Homepage - Marketplace specials 2 - Banner 2', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 70px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"60px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"B\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 25px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"60px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"B\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 70px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"60px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(44, 'VIVAshop - Homepage - Marketplace specials 2 - Banner 2', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 70px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"60px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"B\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 25px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"60px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"B\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 70px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"60px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(44, 'VIVAshop - Homepage - Marketplace specials 2 - Banner 2', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"WOMEN EPILATORS\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 70px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"60px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"B\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 25px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"60px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"B\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 70px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#c76d99\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#93c47d\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"60px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(45, 'VIVAshop - Homepage - Marketplace specials 3 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"27\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"27\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(45, 'VIVAshop - Homepage - Marketplace specials 3 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"27\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"27\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(45, 'VIVAshop - Homepage - Marketplace specials 3 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"27\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"27\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(45, 'VIVAshop - Homepage - Marketplace specials 3 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"27\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"27\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(45, 'VIVAshop - Homepage - Marketplace specials 3 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"27\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"27\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(45, 'VIVAshop - Homepage - Marketplace specials 3 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"27\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"27\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(45, 'VIVAshop - Homepage - Marketplace specials 3 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"27\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"27\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(45, 'VIVAshop - Homepage - Marketplace specials 3 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"27\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"27\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(45, 'VIVAshop - Homepage - Marketplace specials 3 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"27\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"27\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(45, 'VIVAshop - Homepage - Marketplace specials 3 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"27\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"27\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(45, 'VIVAshop - Homepage - Marketplace specials 3 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"27\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"27\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(45, 'VIVAshop - Homepage - Marketplace specials 3 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:12:\"from $699.00\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"27\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"15px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"27\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:17:\"0px 20px 20px 0px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e70000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#24caf0\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"20px 15px 20px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"L\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(46, 'VIVAshop - Homepage - Marketplace specials 4 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(46, 'VIVAshop - Homepage - Marketplace specials 4 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(46, 'VIVAshop - Homepage - Marketplace specials 4 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(46, 'VIVAshop - Homepage - Marketplace specials 4 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(46, 'VIVAshop - Homepage - Marketplace specials 4 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(46, 'VIVAshop - Homepage - Marketplace specials 4 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(46, 'VIVAshop - Homepage - Marketplace specials 4 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(46, 'VIVAshop - Homepage - Marketplace specials 4 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(46, 'VIVAshop - Homepage - Marketplace specials 4 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(46, 'VIVAshop - Homepage - Marketplace specials 4 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(46, 'VIVAshop - Homepage - Marketplace specials 4 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(46, 'VIVAshop - Homepage - Marketplace specials 4 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"ORGANIC PANCAKES\";s:4:\"text\";s:11:\"ingredients\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e7a800\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(47, 'VIVAshop - Homepage - Marketplace specials 4 - Banner 2', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(47, 'VIVAshop - Homepage - Marketplace specials 4 - Banner 2', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(47, 'VIVAshop - Homepage - Marketplace specials 4 - Banner 2', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(47, 'VIVAshop - Homepage - Marketplace specials 4 - Banner 2', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(47, 'VIVAshop - Homepage - Marketplace specials 4 - Banner 2', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(47, 'VIVAshop - Homepage - Marketplace specials 4 - Banner 2', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(47, 'VIVAshop - Homepage - Marketplace specials 4 - Banner 2', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(47, 'VIVAshop - Homepage - Marketplace specials 4 - Banner 2', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(47, 'VIVAshop - Homepage - Marketplace specials 4 - Banner 2', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(47, 'VIVAshop - Homepage - Marketplace specials 4 - Banner 2', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(47, 'VIVAshop - Homepage - Marketplace specials 4 - Banner 2', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(47, 'VIVAshop - Homepage - Marketplace specials 4 - Banner 2', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"HEALTHY DRINKS\";s:4:\"text\";s:8:\"for kids\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d255aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3da6c6\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"12px 30px 12px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(48, 'VIVAshop - Homepage - Marketplace specials 5 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"10px 10px 10px 10px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"35px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}}'),
(48, 'VIVAshop - Homepage - Marketplace specials 5 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"10px 10px 10px 10px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"35px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}}'),
(48, 'VIVAshop - Homepage - Marketplace specials 5 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"10px 10px 10px 10px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"35px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}}'),
(48, 'VIVAshop - Homepage - Marketplace specials 5 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"10px 10px 10px 10px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"35px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(48, 'VIVAshop - Homepage - Marketplace specials 5 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"10px 10px 10px 10px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"35px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}}'),
(48, 'VIVAshop - Homepage - Marketplace specials 5 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"10px 10px 10px 10px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"35px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}}'),
(48, 'VIVAshop - Homepage - Marketplace specials 5 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"10px 10px 10px 10px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"35px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}}'),
(48, 'VIVAshop - Homepage - Marketplace specials 5 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"10px 10px 10px 10px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"35px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}}'),
(48, 'VIVAshop - Homepage - Marketplace specials 5 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"10px 10px 10px 10px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"35px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(48, 'VIVAshop - Homepage - Marketplace specials 5 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"10px 10px 10px 10px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"35px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}}'),
(48, 'VIVAshop - Homepage - Marketplace specials 5 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"10px 10px 10px 10px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"35px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}}'),
(48, 'VIVAshop - Homepage - Marketplace specials 5 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:185:\"<span style=\"color: #b2c930;\">FUNNY</span>\r\n<span style=\"color: #e13ac4;\">TOYS</span>\r\n<span style=\"color: #3abce1;\">FOR HAPPY</span>\r\n<span style=\"color: #f59331;\">LITTLE BABIES</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"10px 10px 10px 10px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"35px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:17:\"30px 0px 30px 0px\";}}'),
(49, 'VIVAshop - Homepage - Marketplace Collections 1 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"10px 10px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"330px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"20px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"20px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(49, 'VIVAshop - Homepage - Marketplace Collections 1 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"10px 10px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"330px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"20px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"20px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(49, 'VIVAshop - Homepage - Marketplace Collections 1 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"10px 10px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"330px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"20px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"20px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(49, 'VIVAshop - Homepage - Marketplace Collections 1 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"10px 10px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"330px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"20px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"20px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(49, 'VIVAshop - Homepage - Marketplace Collections 1 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"10px 10px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"330px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"20px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"20px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(49, 'VIVAshop - Homepage - Marketplace Collections 1 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"10px 10px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"330px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"20px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"20px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(49, 'VIVAshop - Homepage - Marketplace Collections 1 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"10px 10px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"330px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"20px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"20px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(49, 'VIVAshop - Homepage - Marketplace Collections 1 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"10px 10px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"330px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"20px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"20px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(49, 'VIVAshop - Homepage - Marketplace Collections 1 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"10px 10px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"330px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"20px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"20px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(49, 'VIVAshop - Homepage - Marketplace Collections 1 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"10px 10px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"330px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"20px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"20px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(49, 'VIVAshop - Homepage - Marketplace Collections 1 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"10px 10px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"330px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"20px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"20px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(49, 'VIVAshop - Homepage - Marketplace Collections 1 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:48:\"Drawing Supplies\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:100:\"Find the best paint for your lovely design creations. Hundreds of experienced Vendors to choose from\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"10px 10px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"330px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"20px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"20px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(50, 'VIVAshop - Homepage - Marketplace Collections 1 - Banner 2', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(50, 'VIVAshop - Homepage - Marketplace Collections 1 - Banner 2', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(50, 'VIVAshop - Homepage - Marketplace Collections 1 - Banner 2', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(50, 'VIVAshop - Homepage - Marketplace Collections 1 - Banner 2', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(50, 'VIVAshop - Homepage - Marketplace Collections 1 - Banner 2', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(50, 'VIVAshop - Homepage - Marketplace Collections 1 - Banner 2', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(50, 'VIVAshop - Homepage - Marketplace Collections 1 - Banner 2', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(50, 'VIVAshop - Homepage - Marketplace Collections 1 - Banner 2', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(50, 'VIVAshop - Homepage - Marketplace Collections 1 - Banner 2', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(50, 'VIVAshop - Homepage - Marketplace Collections 1 - Banner 2', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(50, 'VIVAshop - Homepage - Marketplace Collections 1 - Banner 2', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(50, 'VIVAshop - Homepage - Marketplace Collections 1 - Banner 2', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:45:\"Apple Devices\r\n<hr style=\"border-color:#fff\">\";s:4:\"text\";s:94:\"Get the latest Apple iMac at a special price and receive a nice gift which will make you happy\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"B\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"340px\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(51, 'VIVAshop - Homepage - Marketplace Collections 2 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:14:\"px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:14:\"px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(51, 'VIVAshop - Homepage - Marketplace Collections 2 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:14:\"px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:14:\"px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(51, 'VIVAshop - Homepage - Marketplace Collections 2 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:14:\"px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:14:\"px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(51, 'VIVAshop - Homepage - Marketplace Collections 2 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:14:\"px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:14:\"px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(51, 'VIVAshop - Homepage - Marketplace Collections 2 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:14:\"px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:14:\"px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(51, 'VIVAshop - Homepage - Marketplace Collections 2 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:14:\"px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:14:\"px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(51, 'VIVAshop - Homepage - Marketplace Collections 2 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:14:\"px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:14:\"px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(51, 'VIVAshop - Homepage - Marketplace Collections 2 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:14:\"px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:14:\"px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(51, 'VIVAshop - Homepage - Marketplace Collections 2 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:14:\"px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:14:\"px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(51, 'VIVAshop - Homepage - Marketplace Collections 2 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:14:\"px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:14:\"px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(51, 'VIVAshop - Homepage - Marketplace Collections 2 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:14:\"px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:14:\"px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(51, 'VIVAshop - Homepage - Marketplace Collections 2 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:14:\"px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"40px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fdd456\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fdd456\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:14:\"px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(52, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(52, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(52, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(52, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(52, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(52, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(52, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(52, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(52, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(52, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(52, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(52, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(53, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 2', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"24\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(53, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 2', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"24\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(53, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 2', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"24\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(53, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 2', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"24\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(53, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 2', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"24\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(53, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 2', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"24\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(53, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 2', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"24\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(53, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 2', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"24\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(53, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 2', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"24\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(53, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 2', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"24\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(53, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 2', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"24\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(53, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 2', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"O\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"24\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(54, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 3', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(54, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 3', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(54, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 3', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(54, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 3', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(54, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 3', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(54, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 3', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(54, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 3', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(54, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 3', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(54, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 3', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(54, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 3', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(54, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 3', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(54, 'VIVAshop - Homepage - Marketplace Collections 3 - Banner 3', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:13:\"PERFECT SOUND\";s:4:\"text\";s:113:\"The new <span style=\"color: #00eefc;\">headsets</span>\r\nwill <span style=\"color: #ffd200;\">change</span>  the game\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"O\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"O\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(55, 'VIVAshop - Homepage - Marketplace Collections 4 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(55, 'VIVAshop - Homepage - Marketplace Collections 4 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(55, 'VIVAshop - Homepage - Marketplace Collections 4 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(55, 'VIVAshop - Homepage - Marketplace Collections 4 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(55, 'VIVAshop - Homepage - Marketplace Collections 4 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(55, 'VIVAshop - Homepage - Marketplace Collections 4 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(55, 'VIVAshop - Homepage - Marketplace Collections 4 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(55, 'VIVAshop - Homepage - Marketplace Collections 4 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(55, 'VIVAshop - Homepage - Marketplace Collections 4 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(55, 'VIVAshop - Homepage - Marketplace Collections 4 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(55, 'VIVAshop - Homepage - Marketplace Collections 4 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(55, 'VIVAshop - Homepage - Marketplace Collections 4 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:8:\"FREEZERS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"Y\";s:8:\"btn_size\";s:2:\"45\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:1:\"0\";s:20:\"btn_text_color_hover\";s:7:\"#00dbff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#00dbff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(56, 'VIVAshop - Category - Side block 1 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(56, 'VIVAshop - Category - Side block 1 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(56, 'VIVAshop - Category - Side block 1 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(56, 'VIVAshop - Category - Side block 1 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(56, 'VIVAshop - Category - Side block 1 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(56, 'VIVAshop - Category - Side block 1 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(56, 'VIVAshop - Category - Side block 1 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(56, 'VIVAshop - Category - Side block 1 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(56, 'VIVAshop - Category - Side block 1 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(56, 'VIVAshop - Category - Side block 1 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(56, 'VIVAshop - Category - Side block 1 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(56, 'VIVAshop - Category - Side block 1 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(57, 'VIVAshop - Category - Side block 2 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(57, 'VIVAshop - Category - Side block 2 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(57, 'VIVAshop - Category - Side block 2 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(57, 'VIVAshop - Category - Side block 2 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(57, 'VIVAshop - Category - Side block 2 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(57, 'VIVAshop - Category - Side block 2 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(57, 'VIVAshop - Category - Side block 2 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(57, 'VIVAshop - Category - Side block 2 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(57, 'VIVAshop - Category - Side block 2 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(57, 'VIVAshop - Category - Side block 2 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(57, 'VIVAshop - Category - Side block 2 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(57, 'VIVAshop - Category - Side block 2 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(58, 'VIVAshop - On sale - Banner', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#dd1222\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#dd1222\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#dd1222\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(58, 'VIVAshop - On sale - Banner', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#dd1222\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#dd1222\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#dd1222\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(58, 'VIVAshop - On sale - Banner', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#dd1222\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#dd1222\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#dd1222\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(58, 'VIVAshop - On sale - Banner', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#dd1222\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#dd1222\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#dd1222\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(58, 'VIVAshop - On sale - Banner', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#dd1222\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#dd1222\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#dd1222\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(58, 'VIVAshop - On sale - Banner', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#dd1222\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#dd1222\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#dd1222\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(58, 'VIVAshop - On sale - Banner', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#dd1222\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#dd1222\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#dd1222\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(58, 'VIVAshop - On sale - Banner', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#dd1222\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#dd1222\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#dd1222\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(58, 'VIVAshop - On sale - Banner', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#dd1222\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#dd1222\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#dd1222\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(58, 'VIVAshop - On sale - Banner', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#dd1222\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#dd1222\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#dd1222\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(58, 'VIVAshop - On sale - Banner', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#dd1222\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#dd1222\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#dd1222\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(58, 'VIVAshop - On sale - Banner', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:58:\"UP TO 80% FINAL <span style=\"color: #f8d749;\">SALES</span>\";s:4:\"text\";s:29:\"HUGE DISCOUNTS THIS WEEK ONLY\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#dd1222\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#dd1222\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#dd1222\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(59, 'VIVAshop - New items - Banner', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:48:\"GET THE BEST PRODUCTS MADE WITH NEW TECHNOLOGIES\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:33:\"NEWEST TECHNOLOGIES ON THE MARKET\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:33:\"NEWEST TECHNOLOGIES ON THE MARKET\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#f8d749\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#f8d749\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#f8d749\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(59, 'VIVAshop - New items - Banner', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:48:\"GET THE BEST PRODUCTS MADE WITH NEW TECHNOLOGIES\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:33:\"NEWEST TECHNOLOGIES ON THE MARKET\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:33:\"NEWEST TECHNOLOGIES ON THE MARKET\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#f8d749\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#f8d749\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#f8d749\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(59, 'VIVAshop - New items - Banner', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:48:\"GET THE BEST PRODUCTS MADE WITH NEW TECHNOLOGIES\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:33:\"NEWEST TECHNOLOGIES ON THE MARKET\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:33:\"NEWEST TECHNOLOGIES ON THE MARKET\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#f8d749\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#f8d749\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#f8d749\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(59, 'VIVAshop - New items - Banner', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:48:\"GET THE BEST PRODUCTS MADE WITH NEW TECHNOLOGIES\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:33:\"NEWEST TECHNOLOGIES ON THE MARKET\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:33:\"NEWEST TECHNOLOGIES ON THE MARKET\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#f8d749\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#f8d749\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#f8d749\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(59, 'VIVAshop - New items - Banner', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:48:\"GET THE BEST PRODUCTS MADE WITH NEW TECHNOLOGIES\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:33:\"NEWEST TECHNOLOGIES ON THE MARKET\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:33:\"NEWEST TECHNOLOGIES ON THE MARKET\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#f8d749\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#f8d749\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#f8d749\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(59, 'VIVAshop - New items - Banner', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:48:\"GET THE BEST PRODUCTS MADE WITH NEW TECHNOLOGIES\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:33:\"NEWEST TECHNOLOGIES ON THE MARKET\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:33:\"NEWEST TECHNOLOGIES ON THE MARKET\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#f8d749\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#f8d749\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#f8d749\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(59, 'VIVAshop - New items - Banner', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:48:\"GET THE BEST PRODUCTS MADE WITH NEW TECHNOLOGIES\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:33:\"NEWEST TECHNOLOGIES ON THE MARKET\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:33:\"NEWEST TECHNOLOGIES ON THE MARKET\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#f8d749\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#f8d749\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#f8d749\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(59, 'VIVAshop - New items - Banner', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:48:\"GET THE BEST PRODUCTS MADE WITH NEW TECHNOLOGIES\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:33:\"NEWEST TECHNOLOGIES ON THE MARKET\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:33:\"NEWEST TECHNOLOGIES ON THE MARKET\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#f8d749\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#f8d749\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#f8d749\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(59, 'VIVAshop - New items - Banner', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:48:\"GET THE BEST PRODUCTS MADE WITH NEW TECHNOLOGIES\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:33:\"NEWEST TECHNOLOGIES ON THE MARKET\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:33:\"NEWEST TECHNOLOGIES ON THE MARKET\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#f8d749\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#f8d749\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#f8d749\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(59, 'VIVAshop - New items - Banner', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:48:\"GET THE BEST PRODUCTS MADE WITH NEW TECHNOLOGIES\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:33:\"NEWEST TECHNOLOGIES ON THE MARKET\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:33:\"NEWEST TECHNOLOGIES ON THE MARKET\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#f8d749\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#f8d749\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#f8d749\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(59, 'VIVAshop - New items - Banner', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:48:\"GET THE BEST PRODUCTS MADE WITH NEW TECHNOLOGIES\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:33:\"NEWEST TECHNOLOGIES ON THE MARKET\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:33:\"NEWEST TECHNOLOGIES ON THE MARKET\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#f8d749\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#f8d749\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#f8d749\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(59, 'VIVAshop - New items - Banner', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:48:\"GET THE BEST PRODUCTS MADE WITH NEW TECHNOLOGIES\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:33:\"NEWEST TECHNOLOGIES ON THE MARKET\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:62:\"<span style=\"color: #00c6cd;\">NEW</span> GREAT ITEMS EVERY DAY\";s:4:\"text\";s:33:\"NEWEST TECHNOLOGIES ON THE MARKET\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#f8d749\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#f8d749\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#f8d749\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(60, 'VIVAshop - Bestsellers - Banner', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:75:\"<span style=\"color: #f84949;\">BESTSELLERS</span>  ON THE ENTIRE MARKETPLACE\";s:4:\"text\";s:74:\"CUSTOMERS BOUGHT THESE ITEMS <span style=\"color: #f8d749;\">THE MOST</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"MARKETPLACE <span style=\"color: #f84949;\">BESTSELLERS</span>\";s:4:\"text\";s:37:\"CUSTOMERS BOUGHT THESE ITEMS THE MOST\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:61:\"MARKETPLACE <span style=\"color: #f84949;\">BESTSELLERS</span> \";s:4:\"text\";s:38:\"CUSTOMERS BOUGHT THESE ITEMS THE MOST \";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#25c221\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#25c221\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#25c221\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(60, 'VIVAshop - Bestsellers - Banner', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:75:\"<span style=\"color: #f84949;\">BESTSELLERS</span>  ON THE ENTIRE MARKETPLACE\";s:4:\"text\";s:74:\"CUSTOMERS BOUGHT THESE ITEMS <span style=\"color: #f8d749;\">THE MOST</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"MARKETPLACE <span style=\"color: #f84949;\">BESTSELLERS</span>\";s:4:\"text\";s:37:\"CUSTOMERS BOUGHT THESE ITEMS THE MOST\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:61:\"MARKETPLACE <span style=\"color: #f84949;\">BESTSELLERS</span> \";s:4:\"text\";s:38:\"CUSTOMERS BOUGHT THESE ITEMS THE MOST \";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#25c221\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#25c221\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#25c221\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(60, 'VIVAshop - Bestsellers - Banner', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:75:\"<span style=\"color: #f84949;\">BESTSELLERS</span>  ON THE ENTIRE MARKETPLACE\";s:4:\"text\";s:74:\"CUSTOMERS BOUGHT THESE ITEMS <span style=\"color: #f8d749;\">THE MOST</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"MARKETPLACE <span style=\"color: #f84949;\">BESTSELLERS</span>\";s:4:\"text\";s:37:\"CUSTOMERS BOUGHT THESE ITEMS THE MOST\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:61:\"MARKETPLACE <span style=\"color: #f84949;\">BESTSELLERS</span> \";s:4:\"text\";s:38:\"CUSTOMERS BOUGHT THESE ITEMS THE MOST \";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#25c221\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#25c221\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#25c221\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(60, 'VIVAshop - Bestsellers - Banner', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:75:\"<span style=\"color: #f84949;\">BESTSELLERS</span>  ON THE ENTIRE MARKETPLACE\";s:4:\"text\";s:74:\"CUSTOMERS BOUGHT THESE ITEMS <span style=\"color: #f8d749;\">THE MOST</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"MARKETPLACE <span style=\"color: #f84949;\">BESTSELLERS</span>\";s:4:\"text\";s:37:\"CUSTOMERS BOUGHT THESE ITEMS THE MOST\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:61:\"MARKETPLACE <span style=\"color: #f84949;\">BESTSELLERS</span> \";s:4:\"text\";s:38:\"CUSTOMERS BOUGHT THESE ITEMS THE MOST \";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#25c221\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#25c221\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#25c221\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(60, 'VIVAshop - Bestsellers - Banner', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:75:\"<span style=\"color: #f84949;\">BESTSELLERS</span>  ON THE ENTIRE MARKETPLACE\";s:4:\"text\";s:74:\"CUSTOMERS BOUGHT THESE ITEMS <span style=\"color: #f8d749;\">THE MOST</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"MARKETPLACE <span style=\"color: #f84949;\">BESTSELLERS</span>\";s:4:\"text\";s:37:\"CUSTOMERS BOUGHT THESE ITEMS THE MOST\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:61:\"MARKETPLACE <span style=\"color: #f84949;\">BESTSELLERS</span> \";s:4:\"text\";s:38:\"CUSTOMERS BOUGHT THESE ITEMS THE MOST \";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#25c221\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#25c221\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#25c221\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(60, 'VIVAshop - Bestsellers - Banner', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:75:\"<span style=\"color: #f84949;\">BESTSELLERS</span>  ON THE ENTIRE MARKETPLACE\";s:4:\"text\";s:74:\"CUSTOMERS BOUGHT THESE ITEMS <span style=\"color: #f8d749;\">THE MOST</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"MARKETPLACE <span style=\"color: #f84949;\">BESTSELLERS</span>\";s:4:\"text\";s:37:\"CUSTOMERS BOUGHT THESE ITEMS THE MOST\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:61:\"MARKETPLACE <span style=\"color: #f84949;\">BESTSELLERS</span> \";s:4:\"text\";s:38:\"CUSTOMERS BOUGHT THESE ITEMS THE MOST \";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#25c221\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#25c221\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#25c221\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(60, 'VIVAshop - Bestsellers - Banner', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:75:\"<span style=\"color: #f84949;\">BESTSELLERS</span>  ON THE ENTIRE MARKETPLACE\";s:4:\"text\";s:74:\"CUSTOMERS BOUGHT THESE ITEMS <span style=\"color: #f8d749;\">THE MOST</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"MARKETPLACE <span style=\"color: #f84949;\">BESTSELLERS</span>\";s:4:\"text\";s:37:\"CUSTOMERS BOUGHT THESE ITEMS THE MOST\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:61:\"MARKETPLACE <span style=\"color: #f84949;\">BESTSELLERS</span> \";s:4:\"text\";s:38:\"CUSTOMERS BOUGHT THESE ITEMS THE MOST \";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#25c221\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#25c221\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#25c221\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(60, 'VIVAshop - Bestsellers - Banner', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:75:\"<span style=\"color: #f84949;\">BESTSELLERS</span>  ON THE ENTIRE MARKETPLACE\";s:4:\"text\";s:74:\"CUSTOMERS BOUGHT THESE ITEMS <span style=\"color: #f8d749;\">THE MOST</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"MARKETPLACE <span style=\"color: #f84949;\">BESTSELLERS</span>\";s:4:\"text\";s:37:\"CUSTOMERS BOUGHT THESE ITEMS THE MOST\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:61:\"MARKETPLACE <span style=\"color: #f84949;\">BESTSELLERS</span> \";s:4:\"text\";s:38:\"CUSTOMERS BOUGHT THESE ITEMS THE MOST \";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#25c221\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#25c221\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#25c221\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(60, 'VIVAshop - Bestsellers - Banner', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:75:\"<span style=\"color: #f84949;\">BESTSELLERS</span>  ON THE ENTIRE MARKETPLACE\";s:4:\"text\";s:74:\"CUSTOMERS BOUGHT THESE ITEMS <span style=\"color: #f8d749;\">THE MOST</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"MARKETPLACE <span style=\"color: #f84949;\">BESTSELLERS</span>\";s:4:\"text\";s:37:\"CUSTOMERS BOUGHT THESE ITEMS THE MOST\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:61:\"MARKETPLACE <span style=\"color: #f84949;\">BESTSELLERS</span> \";s:4:\"text\";s:38:\"CUSTOMERS BOUGHT THESE ITEMS THE MOST \";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#25c221\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#25c221\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#25c221\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(60, 'VIVAshop - Bestsellers - Banner', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:75:\"<span style=\"color: #f84949;\">BESTSELLERS</span>  ON THE ENTIRE MARKETPLACE\";s:4:\"text\";s:74:\"CUSTOMERS BOUGHT THESE ITEMS <span style=\"color: #f8d749;\">THE MOST</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"MARKETPLACE <span style=\"color: #f84949;\">BESTSELLERS</span>\";s:4:\"text\";s:37:\"CUSTOMERS BOUGHT THESE ITEMS THE MOST\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:61:\"MARKETPLACE <span style=\"color: #f84949;\">BESTSELLERS</span> \";s:4:\"text\";s:38:\"CUSTOMERS BOUGHT THESE ITEMS THE MOST \";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#25c221\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#25c221\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#25c221\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(60, 'VIVAshop - Bestsellers - Banner', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:75:\"<span style=\"color: #f84949;\">BESTSELLERS</span>  ON THE ENTIRE MARKETPLACE\";s:4:\"text\";s:74:\"CUSTOMERS BOUGHT THESE ITEMS <span style=\"color: #f8d749;\">THE MOST</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"MARKETPLACE <span style=\"color: #f84949;\">BESTSELLERS</span>\";s:4:\"text\";s:37:\"CUSTOMERS BOUGHT THESE ITEMS THE MOST\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:61:\"MARKETPLACE <span style=\"color: #f84949;\">BESTSELLERS</span> \";s:4:\"text\";s:38:\"CUSTOMERS BOUGHT THESE ITEMS THE MOST \";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#25c221\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#25c221\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#25c221\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(60, 'VIVAshop - Bestsellers - Banner', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:75:\"<span style=\"color: #f84949;\">BESTSELLERS</span>  ON THE ENTIRE MARKETPLACE\";s:4:\"text\";s:74:\"CUSTOMERS BOUGHT THESE ITEMS <span style=\"color: #f8d749;\">THE MOST</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"MARKETPLACE <span style=\"color: #f84949;\">BESTSELLERS</span>\";s:4:\"text\";s:37:\"CUSTOMERS BOUGHT THESE ITEMS THE MOST\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:61:\"MARKETPLACE <span style=\"color: #f84949;\">BESTSELLERS</span> \";s:4:\"text\";s:38:\"CUSTOMERS BOUGHT THESE ITEMS THE MOST \";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#25c221\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"68\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"50px 0px 50px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#25c221\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"N\";s:3:\"bkg\";s:7:\"#25c221\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"120%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"25px 0px 25px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(61, 'VIVAshop - Vendor account banner', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(61, 'VIVAshop - Vendor account banner', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(61, 'VIVAshop - Vendor account banner', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(61, 'VIVAshop - Vendor account banner', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(61, 'VIVAshop - Vendor account banner', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(61, 'VIVAshop - Vendor account banner', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(61, 'VIVAshop - Vendor account banner', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(61, 'VIVAshop - Vendor account banner', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(61, 'VIVAshop - Vendor account banner', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(61, 'VIVAshop - Vendor account banner', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(61, 'VIVAshop - Vendor account banner', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(61, 'VIVAshop - Vendor account banner', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', '', ''),
(62, 'VIVAshop - Category 1 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #a3c74e;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #ff005a;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #a3c74e;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:3:\"110\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"48\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"130%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 15px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"80\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(62, 'VIVAshop - Category 1 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #a3c74e;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #ff005a;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #a3c74e;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:3:\"110\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"48\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"130%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 15px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"80\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(62, 'VIVAshop - Category 1 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #a3c74e;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #ff005a;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #a3c74e;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:3:\"110\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"48\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"130%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 15px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"80\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(62, 'VIVAshop - Category 1 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #a3c74e;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #ff005a;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #a3c74e;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:3:\"110\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"48\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"130%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 15px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"80\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(62, 'VIVAshop - Category 1 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #a3c74e;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #ff005a;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #a3c74e;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:3:\"110\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"48\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"130%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 15px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"80\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(62, 'VIVAshop - Category 1 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #a3c74e;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #ff005a;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #a3c74e;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:3:\"110\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"48\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"130%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 15px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"80\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(62, 'VIVAshop - Category 1 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #a3c74e;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #ff005a;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #a3c74e;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:3:\"110\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"48\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"130%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 15px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"80\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(62, 'VIVAshop - Category 1 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #a3c74e;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #ff005a;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #a3c74e;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:3:\"110\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"48\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"130%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 15px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"80\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(62, 'VIVAshop - Category 1 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #a3c74e;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #ff005a;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #a3c74e;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:3:\"110\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"48\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"130%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 15px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"80\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(62, 'VIVAshop - Category 1 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #a3c74e;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #ff005a;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #a3c74e;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:3:\"110\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"48\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"130%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 15px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"80\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(62, 'VIVAshop - Category 1 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #a3c74e;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #ff005a;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #a3c74e;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:3:\"110\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"48\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"130%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 15px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"80\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(62, 'VIVAshop - Category 1 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #a3c74e;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #ff005a;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"SAVE 30%\";s:4:\"text\";s:106:\"OFF YOUR FIRST SALAD BOX\r\n<strong>CODE</strong>:  <span style=\"color: #a3c74e;\">HELLOKIDDY30</span></span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:3:\"110\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"48\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"130%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"20px 0px 0px 15px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"80\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#a3c74e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"120%\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#5d595d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"B\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(63, 'VIVAshop - Category 1 - Banner 2', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:18:\"15px 100px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(63, 'VIVAshop - Category 1 - Banner 2', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:18:\"15px 100px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(63, 'VIVAshop - Category 1 - Banner 2', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:18:\"15px 100px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(63, 'VIVAshop - Category 1 - Banner 2', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:18:\"15px 100px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(63, 'VIVAshop - Category 1 - Banner 2', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:18:\"15px 100px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(63, 'VIVAshop - Category 1 - Banner 2', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:18:\"15px 100px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(63, 'VIVAshop - Category 1 - Banner 2', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:18:\"15px 100px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(63, 'VIVAshop - Category 1 - Banner 2', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:18:\"15px 100px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(63, 'VIVAshop - Category 1 - Banner 2', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:18:\"15px 100px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(63, 'VIVAshop - Category 1 - Banner 2', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:18:\"15px 100px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(63, 'VIVAshop - Category 1 - Banner 2', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:18:\"15px 100px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(63, 'VIVAshop - Category 1 - Banner 2', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:18:\"15px 100px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(64, 'VIVAshop - Category 2 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"38\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"33\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(64, 'VIVAshop - Category 2 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"38\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"33\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(64, 'VIVAshop - Category 2 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"38\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"33\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(64, 'VIVAshop - Category 2 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"38\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"33\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(64, 'VIVAshop - Category 2 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"38\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"33\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(64, 'VIVAshop - Category 2 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"38\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"33\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(64, 'VIVAshop - Category 2 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"38\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"33\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(64, 'VIVAshop - Category 2 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"38\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"33\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(64, 'VIVAshop - Category 2 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"38\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"33\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(64, 'VIVAshop - Category 2 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"38\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"33\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(64, 'VIVAshop - Category 2 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"38\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"33\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(64, 'VIVAshop - Category 2 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"Easily play your favorite movies\";s:4:\"text\";s:27:\"with the new DVD technology\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"38\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"110%\";s:10:\"title_size\";s:2:\"33\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#353e47\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(65, 'VIVAshop - Category 3 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:18:\"15px 100px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(65, 'VIVAshop - Category 3 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:18:\"15px 100px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(65, 'VIVAshop - Category 3 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:18:\"15px 100px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(65, 'VIVAshop - Category 3 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:18:\"15px 100px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(65, 'VIVAshop - Category 3 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:18:\"15px 100px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(65, 'VIVAshop - Category 3 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:18:\"15px 100px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(65, 'VIVAshop - Category 3 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:18:\"15px 100px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(65, 'VIVAshop - Category 3 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:18:\"15px 100px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(65, 'VIVAshop - Category 3 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:18:\"15px 100px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(65, 'VIVAshop - Category 3 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:18:\"15px 100px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(65, 'VIVAshop - Category 3 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:18:\"15px 100px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(65, 'VIVAshop - Category 3 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"The new iPhone\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:11:\"GET IT NOW!\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:18:\"15px 100px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"15px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"42\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#353e47\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ef5298\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#b44ce3\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"R\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(66, 'VIVAshop - Category 4 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"12\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"10\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 90px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"12\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(66, 'VIVAshop - Category 4 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"12\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"10\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 90px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"12\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(66, 'VIVAshop - Category 4 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"12\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"10\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 90px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"12\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(66, 'VIVAshop - Category 4 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"12\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"10\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 90px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"12\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(66, 'VIVAshop - Category 4 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"12\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"10\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 90px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"12\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(66, 'VIVAshop - Category 4 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"12\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"10\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 90px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"12\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(66, 'VIVAshop - Category 4 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"12\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"10\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 90px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"12\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(66, 'VIVAshop - Category 4 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"12\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"10\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 90px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"12\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(66, 'VIVAshop - Category 4 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"12\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"10\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 90px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"12\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(66, 'VIVAshop - Category 4 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"12\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"10\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 90px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"12\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(66, 'VIVAshop - Category 4 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"12\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"10\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 90px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"12\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(66, 'VIVAshop - Category 4 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:1:\"#\";s:5:\"title\";s:18:\"THE NEW EXPERIENCE\";s:4:\"text\";s:39:\"DVDs | CONTROLLERS | HEADSETS | LED TVs\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"37\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"12\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"23\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"10\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 90px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#68655f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"12\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#68655f\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(67, 'VIVAshop - Category 5 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"42\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 320px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"19\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(67, 'VIVAshop - Category 5 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"42\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 320px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"19\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(67, 'VIVAshop - Category 5 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"42\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 320px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"19\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(67, 'VIVAshop - Category 5 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"42\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 320px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"19\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(67, 'VIVAshop - Category 5 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"42\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 320px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"19\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(67, 'VIVAshop - Category 5 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"42\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 320px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"19\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(67, 'VIVAshop - Category 5 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"42\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 320px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"19\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(67, 'VIVAshop - Category 5 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"42\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 320px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"19\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(67, 'VIVAshop - Category 5 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"42\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 320px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"19\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(67, 'VIVAshop - Category 5 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"42\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 320px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"19\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(67, 'VIVAshop - Category 5 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"42\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 320px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"19\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(67, 'VIVAshop - Category 5 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"BE READY EVERY DAY\";s:4:\"text\";s:54:\"Try the new <span style=\"color: #d465ac;\">BRAUN</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"42\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 320px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"19\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#48525d\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#48525d\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(68, 'VIVAshop - Category 6 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:42:\"Try the best and most efficient batteries \";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:41:\"Try the best and most efficient batteries\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:41:\"Try the best and most efficient batteries\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"40\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"auto\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"auto\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(68, 'VIVAshop - Category 6 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:42:\"Try the best and most efficient batteries \";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:41:\"Try the best and most efficient batteries\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:41:\"Try the best and most efficient batteries\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"40\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"auto\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"auto\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(68, 'VIVAshop - Category 6 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:42:\"Try the best and most efficient batteries \";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:41:\"Try the best and most efficient batteries\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:41:\"Try the best and most efficient batteries\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"40\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"auto\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"auto\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(68, 'VIVAshop - Category 6 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:42:\"Try the best and most efficient batteries \";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:41:\"Try the best and most efficient batteries\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:41:\"Try the best and most efficient batteries\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"40\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"auto\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"auto\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(68, 'VIVAshop - Category 6 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:42:\"Try the best and most efficient batteries \";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:41:\"Try the best and most efficient batteries\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:41:\"Try the best and most efficient batteries\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"40\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"auto\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"auto\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(68, 'VIVAshop - Category 6 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:42:\"Try the best and most efficient batteries \";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:41:\"Try the best and most efficient batteries\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:41:\"Try the best and most efficient batteries\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"40\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"auto\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"auto\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(68, 'VIVAshop - Category 6 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:42:\"Try the best and most efficient batteries \";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:41:\"Try the best and most efficient batteries\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:41:\"Try the best and most efficient batteries\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"40\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"auto\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"auto\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(68, 'VIVAshop - Category 6 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:42:\"Try the best and most efficient batteries \";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:41:\"Try the best and most efficient batteries\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:41:\"Try the best and most efficient batteries\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"40\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"auto\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"auto\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(68, 'VIVAshop - Category 6 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:42:\"Try the best and most efficient batteries \";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:41:\"Try the best and most efficient batteries\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:41:\"Try the best and most efficient batteries\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"40\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"auto\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"auto\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(68, 'VIVAshop - Category 6 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:42:\"Try the best and most efficient batteries \";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:41:\"Try the best and most efficient batteries\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:41:\"Try the best and most efficient batteries\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"40\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"auto\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"auto\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(68, 'VIVAshop - Category 6 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:42:\"Try the best and most efficient batteries \";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:41:\"Try the best and most efficient batteries\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:41:\"Try the best and most efficient batteries\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"40\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"auto\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"auto\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(68, 'VIVAshop - Category 6 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:42:\"Try the best and most efficient batteries \";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:41:\"Try the best and most efficient batteries\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"Laptop Batteries\";s:4:\"text\";s:41:\"Try the best and most efficient batteries\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"40\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"auto\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"auto\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#2f5479\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2f5479\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#d362aa\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3e2ae5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 25px 6px 25px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(69, 'VIVAshop - Category 7 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"65\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:17:\"10px 0px 00px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(69, 'VIVAshop - Category 7 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"65\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:17:\"10px 0px 00px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(69, 'VIVAshop - Category 7 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"65\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:17:\"10px 0px 00px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(69, 'VIVAshop - Category 7 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"65\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:17:\"10px 0px 00px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(69, 'VIVAshop - Category 7 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"65\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:17:\"10px 0px 00px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(69, 'VIVAshop - Category 7 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"65\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:17:\"10px 0px 00px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(69, 'VIVAshop - Category 7 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"65\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:17:\"10px 0px 00px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(69, 'VIVAshop - Category 7 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"65\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:17:\"10px 0px 00px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(69, 'VIVAshop - Category 7 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"65\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:17:\"10px 0px 00px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(69, 'VIVAshop - Category 7 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"65\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:17:\"10px 0px 00px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(69, 'VIVAshop - Category 7 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"65\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:17:\"10px 0px 00px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(69, 'VIVAshop - Category 7 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"Pens & Pencils\";s:4:\"text\";s:26:\"SHOP FOR BEST STATIONERIES\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"65\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:17:\"10px 0px 00px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"35\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#5d6d79\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#d71540\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#5d6d79\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#2caee5\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#5d6d79\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#2caee5\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(70, 'VIVAshop - Category 8 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"58\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"84\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"50px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"50\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"30px 0px 0px 145px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(70, 'VIVAshop - Category 8 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"58\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"84\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"50px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"50\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"30px 0px 0px 145px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(70, 'VIVAshop - Category 8 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"58\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"84\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"50px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"50\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"30px 0px 0px 145px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(70, 'VIVAshop - Category 8 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"58\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"84\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"50px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"50\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"30px 0px 0px 145px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(70, 'VIVAshop - Category 8 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"58\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"84\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"50px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"50\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"30px 0px 0px 145px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(70, 'VIVAshop - Category 8 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"58\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"84\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"50px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"50\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"30px 0px 0px 145px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(70, 'VIVAshop - Category 8 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"58\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"84\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"50px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"50\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"30px 0px 0px 145px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(70, 'VIVAshop - Category 8 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"58\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"84\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"50px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"50\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"30px 0px 0px 145px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(70, 'VIVAshop - Category 8 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"58\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"84\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"50px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"50\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"30px 0px 0px 145px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(70, 'VIVAshop - Category 8 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"58\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"84\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"50px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"50\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"30px 0px 0px 145px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(70, 'VIVAshop - Category 8 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"58\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"84\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"50px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"50\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"30px 0px 0px 145px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(70, 'VIVAshop - Category 8 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:8:\"PUSH THE\";s:4:\"text\";s:6:\"LIMITS\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"58\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"84\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"50px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"50\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"30px 0px 0px 145px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(71, 'VIVAshop - Category 9 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"40\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(71, 'VIVAshop - Category 9 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"40\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(71, 'VIVAshop - Category 9 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"40\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(71, 'VIVAshop - Category 9 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"40\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(71, 'VIVAshop - Category 9 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"40\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(71, 'VIVAshop - Category 9 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"40\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(71, 'VIVAshop - Category 9 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"40\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(71, 'VIVAshop - Category 9 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"40\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(71, 'VIVAshop - Category 9 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"40\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(71, 'VIVAshop - Category 9 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"40\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(71, 'VIVAshop - Category 9 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"40\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(71, 'VIVAshop - Category 9 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEW ITEMS EVERY DAY\";s:4:\"text\";s:15:\"HOME APPLIANCES\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"40\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#efb42f\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#2b2b2b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#efb42f\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2b2b2b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"7px 20px 7px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"30px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(72, 'VIVAshop - Featured products & banners - Block 1 - Tab 1 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"36\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"22\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"70\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"70\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(72, 'VIVAshop - Featured products & banners - Block 1 - Tab 1 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"36\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"22\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"70\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"70\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(72, 'VIVAshop - Featured products & banners - Block 1 - Tab 1 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"36\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"22\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"70\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"70\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(72, 'VIVAshop - Featured products & banners - Block 1 - Tab 1 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"36\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"22\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"70\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"70\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(72, 'VIVAshop - Featured products & banners - Block 1 - Tab 1 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"36\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"22\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"70\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"70\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(72, 'VIVAshop - Featured products & banners - Block 1 - Tab 1 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"36\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"22\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"70\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"70\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(72, 'VIVAshop - Featured products & banners - Block 1 - Tab 1 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"36\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"22\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"70\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"70\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(72, 'VIVAshop - Featured products & banners - Block 1 - Tab 1 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"36\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"22\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"70\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"70\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(72, 'VIVAshop - Featured products & banners - Block 1 - Tab 1 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"36\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"22\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"70\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"70\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(72, 'VIVAshop - Featured products & banners - Block 1 - Tab 1 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"36\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"22\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"70\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"70\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(72, 'VIVAshop - Featured products & banners - Block 1 - Tab 1 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"36\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"22\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"70\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"70\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(72, 'VIVAshop - Featured products & banners - Block 1 - Tab 1 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"NEWEST TECHNOLOGIES\";s:4:\"text\";s:36:\"Let’s make your home a happy place\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"36\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"Y\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"22\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"Y\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 20px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"70\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#ffffff\";s:19:\"wrapper_bkg_opacity\";s:2:\"70\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(73, 'VIVAshop - Featured products & banners - Block 1 - Tab 2 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(73, 'VIVAshop - Featured products & banners - Block 1 - Tab 2 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(73, 'VIVAshop - Featured products & banners - Block 1 - Tab 2 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(73, 'VIVAshop - Featured products & banners - Block 1 - Tab 2 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(73, 'VIVAshop - Featured products & banners - Block 1 - Tab 2 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(73, 'VIVAshop - Featured products & banners - Block 1 - Tab 2 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(73, 'VIVAshop - Featured products & banners - Block 1 - Tab 2 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(73, 'VIVAshop - Featured products & banners - Block 1 - Tab 2 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(73, 'VIVAshop - Featured products & banners - Block 1 - Tab 2 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(73, 'VIVAshop - Featured products & banners - Block 1 - Tab 2 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(73, 'VIVAshop - Featured products & banners - Block 1 - Tab 2 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(73, 'VIVAshop - Featured products & banners - Block 1 - Tab 2 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"UNIQUE DESIGNS\";s:4:\"text\";s:78:\"Give your home a new look with the newest collections designed by many Vendors\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"250px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(74, 'VIVAshop - Featured products & banners - Block 1 - Tab 2 - Banner 2', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20PX\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(74, 'VIVAshop - Featured products & banners - Block 1 - Tab 2 - Banner 2', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20PX\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(74, 'VIVAshop - Featured products & banners - Block 1 - Tab 2 - Banner 2', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20PX\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(74, 'VIVAshop - Featured products & banners - Block 1 - Tab 2 - Banner 2', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20PX\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(74, 'VIVAshop - Featured products & banners - Block 1 - Tab 2 - Banner 2', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20PX\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(74, 'VIVAshop - Featured products & banners - Block 1 - Tab 2 - Banner 2', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20PX\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(74, 'VIVAshop - Featured products & banners - Block 1 - Tab 2 - Banner 2', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20PX\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(74, 'VIVAshop - Featured products & banners - Block 1 - Tab 2 - Banner 2', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20PX\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(74, 'VIVAshop - Featured products & banners - Block 1 - Tab 2 - Banner 2', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20PX\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(74, 'VIVAshop - Featured products & banners - Block 1 - Tab 2 - Banner 2', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20PX\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(74, 'VIVAshop - Featured products & banners - Block 1 - Tab 2 - Banner 2', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20PX\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(74, 'VIVAshop - Featured products & banners - Block 1 - Tab 2 - Banner 2', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"CLASSIC RUGS\";s:4:\"text\";s:81:\"A big variety of handmade rugs designed to bring the good old times in your house\";s:8:\"btn_text\";s:9:\"SEE ITEMS\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20PX\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#4b4b4b\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f1c232\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#2caee5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"280px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(75, 'VIVAshop - Featured products & banners - Block 2 - Tab 1 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"400px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"320px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(75, 'VIVAshop - Featured products & banners - Block 2 - Tab 1 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"400px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"320px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(75, 'VIVAshop - Featured products & banners - Block 2 - Tab 1 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"400px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"320px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(75, 'VIVAshop - Featured products & banners - Block 2 - Tab 1 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"400px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"320px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(75, 'VIVAshop - Featured products & banners - Block 2 - Tab 1 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"400px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"320px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(75, 'VIVAshop - Featured products & banners - Block 2 - Tab 1 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"400px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"320px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(75, 'VIVAshop - Featured products & banners - Block 2 - Tab 1 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"400px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"320px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(75, 'VIVAshop - Featured products & banners - Block 2 - Tab 1 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"400px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"320px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(75, 'VIVAshop - Featured products & banners - Block 2 - Tab 1 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"400px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"320px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(75, 'VIVAshop - Featured products & banners - Block 2 - Tab 1 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"400px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"320px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(75, 'VIVAshop - Featured products & banners - Block 2 - Tab 1 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"400px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"320px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(75, 'VIVAshop - Featured products & banners - Block 2 - Tab 1 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"GET HER A HOLIDAY GIFT\";s:4:\"text\";s:130:\"browse though <span style=\"color: #b70013;\">thousands</span> of beautiful new <span style=\"color: #b70013;\">watches</span> for her\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"400px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"320px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(76, 'VIVAshop - Featured products & banners - Block 2 - Tab 1 - Banner 2', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"400px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(76, 'VIVAshop - Featured products & banners - Block 2 - Tab 1 - Banner 2', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"400px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(76, 'VIVAshop - Featured products & banners - Block 2 - Tab 1 - Banner 2', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"400px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(76, 'VIVAshop - Featured products & banners - Block 2 - Tab 1 - Banner 2', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"400px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(76, 'VIVAshop - Featured products & banners - Block 2 - Tab 1 - Banner 2', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"400px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(76, 'VIVAshop - Featured products & banners - Block 2 - Tab 1 - Banner 2', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"400px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(76, 'VIVAshop - Featured products & banners - Block 2 - Tab 1 - Banner 2', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"400px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(76, 'VIVAshop - Featured products & banners - Block 2 - Tab 1 - Banner 2', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"400px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(76, 'VIVAshop - Featured products & banners - Block 2 - Tab 1 - Banner 2', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"400px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(76, 'VIVAshop - Featured products & banners - Block 2 - Tab 1 - Banner 2', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"400px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(76, 'VIVAshop - Featured products & banners - Block 2 - Tab 1 - Banner 2', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"400px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(76, 'VIVAshop - Featured products & banners - Block 2 - Tab 1 - Banner 2', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"NEW COLLECTIONS\";s:4:\"text\";s:144:\"The most <span style=\"color: #b70013;\">beautiful</span> watches available on the marketplace at <span style=\"color: #b70013;\">best prices</span>\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"22\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"400px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"300px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#4b4b4b\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#000000\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#000000\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#000000\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"350px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(77, 'VIVAshop - Featured products & banners - Block 2 - Tab 2 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:56:\"Get yourself a new watch built\r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:57:\"Get yourself a new watch built \r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:56:\"Get yourself a new watch built\r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(77, 'VIVAshop - Featured products & banners - Block 2 - Tab 2 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:56:\"Get yourself a new watch built\r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:57:\"Get yourself a new watch built \r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:56:\"Get yourself a new watch built\r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(77, 'VIVAshop - Featured products & banners - Block 2 - Tab 2 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:56:\"Get yourself a new watch built\r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:57:\"Get yourself a new watch built \r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:56:\"Get yourself a new watch built\r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(77, 'VIVAshop - Featured products & banners - Block 2 - Tab 2 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:56:\"Get yourself a new watch built\r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:57:\"Get yourself a new watch built \r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:56:\"Get yourself a new watch built\r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(77, 'VIVAshop - Featured products & banners - Block 2 - Tab 2 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:56:\"Get yourself a new watch built\r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:57:\"Get yourself a new watch built \r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:56:\"Get yourself a new watch built\r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(77, 'VIVAshop - Featured products & banners - Block 2 - Tab 2 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:56:\"Get yourself a new watch built\r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:57:\"Get yourself a new watch built \r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:56:\"Get yourself a new watch built\r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(77, 'VIVAshop - Featured products & banners - Block 2 - Tab 2 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:56:\"Get yourself a new watch built\r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:57:\"Get yourself a new watch built \r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:56:\"Get yourself a new watch built\r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(77, 'VIVAshop - Featured products & banners - Block 2 - Tab 2 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:56:\"Get yourself a new watch built\r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:57:\"Get yourself a new watch built \r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:56:\"Get yourself a new watch built\r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(77, 'VIVAshop - Featured products & banners - Block 2 - Tab 2 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:56:\"Get yourself a new watch built\r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:57:\"Get yourself a new watch built \r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:56:\"Get yourself a new watch built\r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(77, 'VIVAshop - Featured products & banners - Block 2 - Tab 2 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:56:\"Get yourself a new watch built\r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:57:\"Get yourself a new watch built \r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:56:\"Get yourself a new watch built\r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(77, 'VIVAshop - Featured products & banners - Block 2 - Tab 2 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:56:\"Get yourself a new watch built\r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:57:\"Get yourself a new watch built \r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:56:\"Get yourself a new watch built\r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(77, 'VIVAshop - Featured products & banners - Block 2 - Tab 2 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:56:\"Get yourself a new watch built\r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:57:\"Get yourself a new watch built \r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:16:\"HANDMADE WATCHES\";s:4:\"text\";s:56:\"Get yourself a new watch built\r\nby a professional Vendor\";s:8:\"btn_text\";s:15:\"VIEW COLLECTION\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"21\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#ecc800\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(78, 'VIVAshop - Featured products & banners - Block 2 - Tab 3 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:71:\"Get it now for less than $299. Many \r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:70:\"Get it now for less than $299. Many\r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:70:\"Get it now for less than $299. Many\r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 100px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(78, 'VIVAshop - Featured products & banners - Block 2 - Tab 3 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:71:\"Get it now for less than $299. Many \r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:70:\"Get it now for less than $299. Many\r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:70:\"Get it now for less than $299. Many\r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 100px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(78, 'VIVAshop - Featured products & banners - Block 2 - Tab 3 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:71:\"Get it now for less than $299. Many \r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:70:\"Get it now for less than $299. Many\r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:70:\"Get it now for less than $299. Many\r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 100px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(78, 'VIVAshop - Featured products & banners - Block 2 - Tab 3 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:71:\"Get it now for less than $299. Many \r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:70:\"Get it now for less than $299. Many\r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:70:\"Get it now for less than $299. Many\r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 100px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(78, 'VIVAshop - Featured products & banners - Block 2 - Tab 3 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:71:\"Get it now for less than $299. Many \r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:70:\"Get it now for less than $299. Many\r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:70:\"Get it now for less than $299. Many\r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 100px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(78, 'VIVAshop - Featured products & banners - Block 2 - Tab 3 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:71:\"Get it now for less than $299. Many \r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:70:\"Get it now for less than $299. Many\r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:70:\"Get it now for less than $299. Many\r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 100px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(78, 'VIVAshop - Featured products & banners - Block 2 - Tab 3 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:71:\"Get it now for less than $299. Many \r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:70:\"Get it now for less than $299. Many\r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:70:\"Get it now for less than $299. Many\r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 100px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(78, 'VIVAshop - Featured products & banners - Block 2 - Tab 3 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:71:\"Get it now for less than $299. Many \r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:70:\"Get it now for less than $299. Many\r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:70:\"Get it now for less than $299. Many\r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 100px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(78, 'VIVAshop - Featured products & banners - Block 2 - Tab 3 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:71:\"Get it now for less than $299. Many \r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:70:\"Get it now for less than $299. Many\r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:70:\"Get it now for less than $299. Many\r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 100px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(78, 'VIVAshop - Featured products & banners - Block 2 - Tab 3 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:71:\"Get it now for less than $299. Many \r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:70:\"Get it now for less than $299. Many\r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:70:\"Get it now for less than $299. Many\r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 100px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(78, 'VIVAshop - Featured products & banners - Block 2 - Tab 3 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:71:\"Get it now for less than $299. Many \r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:70:\"Get it now for less than $299. Many\r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:70:\"Get it now for less than $299. Many\r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 100px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(78, 'VIVAshop - Featured products & banners - Block 2 - Tab 3 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:71:\"Get it now for less than $299. Many \r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:70:\"Get it now for less than $299. Many\r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"GALAXY WATCH\";s:4:\"text\";s:70:\"Get it now for less than $299. Many\r\nitems available from many Vendors\";s:8:\"btn_text\";s:16:\"VIEW BEST PRICES\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 100px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#000000\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#b70013\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 50px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(79, 'VIVAshop - Featured products & banners - Block 3 - Tab 1 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"43\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 17px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 5px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 17px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 15px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 5px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 18px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 0px 15px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(79, 'VIVAshop - Featured products & banners - Block 3 - Tab 1 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"43\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 17px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 5px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 17px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 15px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 5px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 18px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 0px 15px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(79, 'VIVAshop - Featured products & banners - Block 3 - Tab 1 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"43\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 17px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 5px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 17px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 15px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 5px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 18px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 0px 15px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(79, 'VIVAshop - Featured products & banners - Block 3 - Tab 1 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"43\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 17px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 5px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 17px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 15px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 5px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 18px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 0px 15px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(79, 'VIVAshop - Featured products & banners - Block 3 - Tab 1 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"43\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 17px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 5px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 17px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 15px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 5px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 18px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 0px 15px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(79, 'VIVAshop - Featured products & banners - Block 3 - Tab 1 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"43\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 17px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 5px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 17px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 15px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 5px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 18px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 0px 15px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(79, 'VIVAshop - Featured products & banners - Block 3 - Tab 1 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"43\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 17px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 5px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 17px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 15px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 5px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 18px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 0px 15px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(79, 'VIVAshop - Featured products & banners - Block 3 - Tab 1 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"43\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 17px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 5px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 17px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 15px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 5px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 18px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 0px 15px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(79, 'VIVAshop - Featured products & banners - Block 3 - Tab 1 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"43\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 17px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 5px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 17px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 15px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 5px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 18px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 0px 15px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(79, 'VIVAshop - Featured products & banners - Block 3 - Tab 1 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"43\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 17px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 5px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 17px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 15px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 5px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 18px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 0px 15px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(79, 'VIVAshop - Featured products & banners - Block 3 - Tab 1 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"43\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 17px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 5px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 17px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 15px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 5px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 18px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 0px 15px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(79, 'VIVAshop - Featured products & banners - Block 3 - Tab 1 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:32:\"manual and electric toothbrushes\";s:4:\"text\";s:169:\"<span style=\"color: #00bde7;\">CHOOSE</span> <span style=\"color: #02d24b;\">TO</span> <span style=\"color: #fa000f;\">STAY</span> <span style=\"color: #fc4083;\">HEALTY</span>\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"43\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 17px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 5px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 17px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 15px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 5px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"B\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f7f5f8\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 18px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 0px 15px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(80, 'VIVAshop - Featured products & banners - Block 3 - Tab 2 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 30px 0px 30px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"16\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 15px 0px 15px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 15px 0px 15px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(80, 'VIVAshop - Featured products & banners - Block 3 - Tab 2 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 30px 0px 30px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"16\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 15px 0px 15px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 15px 0px 15px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(80, 'VIVAshop - Featured products & banners - Block 3 - Tab 2 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 30px 0px 30px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"16\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 15px 0px 15px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 15px 0px 15px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(80, 'VIVAshop - Featured products & banners - Block 3 - Tab 2 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 30px 0px 30px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"16\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 15px 0px 15px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 15px 0px 15px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(80, 'VIVAshop - Featured products & banners - Block 3 - Tab 2 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 30px 0px 30px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"16\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 15px 0px 15px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 15px 0px 15px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(80, 'VIVAshop - Featured products & banners - Block 3 - Tab 2 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 30px 0px 30px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"16\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 15px 0px 15px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 15px 0px 15px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(80, 'VIVAshop - Featured products & banners - Block 3 - Tab 2 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 30px 0px 30px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"16\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 15px 0px 15px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 15px 0px 15px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(80, 'VIVAshop - Featured products & banners - Block 3 - Tab 2 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 30px 0px 30px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"16\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 15px 0px 15px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 15px 0px 15px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(80, 'VIVAshop - Featured products & banners - Block 3 - Tab 2 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 30px 0px 30px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"16\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 15px 0px 15px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 15px 0px 15px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(80, 'VIVAshop - Featured products & banners - Block 3 - Tab 2 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 30px 0px 30px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"16\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 15px 0px 15px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 15px 0px 15px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(80, 'VIVAshop - Featured products & banners - Block 3 - Tab 2 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 30px 0px 30px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"16\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 15px 0px 15px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 15px 0px 15px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(80, 'VIVAshop - Featured products & banners - Block 3 - Tab 2 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:28:\"BEST ELECTRIC SHAVERS TO BUY\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 30px 0px 30px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"16\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 15px 0px 15px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:16:\"0px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#1b2d3e\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#ffffff\";s:17:\"title_bkg_opacity\";s:2:\"80\";s:19:\"title_inner_padding\";s:17:\"0px 15px 0px 15px\";s:15:\"title_bkg_round\";s:17:\"0px 20px 20px 0px\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"16\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(81, 'VIVAshop - Featured products & banners - Block 3 - Tab 2 - Banner 2', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"MUST\r\nHAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:9:\"MUST HAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"MUST\r\nHAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:3:\"105\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:2:\"48\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:3:\"100\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(81, 'VIVAshop - Featured products & banners - Block 3 - Tab 2 - Banner 2', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"MUST\r\nHAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:9:\"MUST HAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"MUST\r\nHAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:3:\"105\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:2:\"48\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:3:\"100\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(81, 'VIVAshop - Featured products & banners - Block 3 - Tab 2 - Banner 2', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"MUST\r\nHAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:9:\"MUST HAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"MUST\r\nHAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:3:\"105\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:2:\"48\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:3:\"100\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(81, 'VIVAshop - Featured products & banners - Block 3 - Tab 2 - Banner 2', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"MUST\r\nHAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:9:\"MUST HAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"MUST\r\nHAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:3:\"105\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:2:\"48\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:3:\"100\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(81, 'VIVAshop - Featured products & banners - Block 3 - Tab 2 - Banner 2', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"MUST\r\nHAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:9:\"MUST HAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"MUST\r\nHAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:3:\"105\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:2:\"48\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:3:\"100\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(81, 'VIVAshop - Featured products & banners - Block 3 - Tab 2 - Banner 2', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"MUST\r\nHAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:9:\"MUST HAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"MUST\r\nHAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:3:\"105\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:2:\"48\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:3:\"100\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(81, 'VIVAshop - Featured products & banners - Block 3 - Tab 2 - Banner 2', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"MUST\r\nHAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:9:\"MUST HAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"MUST\r\nHAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:3:\"105\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:2:\"48\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:3:\"100\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(81, 'VIVAshop - Featured products & banners - Block 3 - Tab 2 - Banner 2', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"MUST\r\nHAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:9:\"MUST HAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"MUST\r\nHAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:3:\"105\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:2:\"48\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:3:\"100\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(81, 'VIVAshop - Featured products & banners - Block 3 - Tab 2 - Banner 2', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"MUST\r\nHAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:9:\"MUST HAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"MUST\r\nHAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:3:\"105\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:2:\"48\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:3:\"100\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(81, 'VIVAshop - Featured products & banners - Block 3 - Tab 2 - Banner 2', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"MUST\r\nHAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:9:\"MUST HAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"MUST\r\nHAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:3:\"105\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:2:\"48\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:3:\"100\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(81, 'VIVAshop - Featured products & banners - Block 3 - Tab 2 - Banner 2', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"MUST\r\nHAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:9:\"MUST HAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"MUST\r\nHAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:3:\"105\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:2:\"48\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:3:\"100\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(81, 'VIVAshop - Featured products & banners - Block 3 - Tab 2 - Banner 2', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"MUST\r\nHAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:9:\"MUST HAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"MUST\r\nHAVE\";s:4:\"text\";s:15:\"SALON EQUIPMENT\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:3:\"105\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:2:\"48\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:3:\"90%\";s:10:\"title_size\";s:3:\"100\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 5px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:17:\"10px 0px 0px 20px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(82, 'VIVAshop - Featured products & banners - Block 3 - Tab 3 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 55px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 36px 6px 36px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"14\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 35px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 28px 6px 28px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"40px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"20\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 47px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 32px 6px 32px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(82, 'VIVAshop - Featured products & banners - Block 3 - Tab 3 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 55px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 36px 6px 36px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"14\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 35px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 28px 6px 28px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"40px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"20\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 47px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 32px 6px 32px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(82, 'VIVAshop - Featured products & banners - Block 3 - Tab 3 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 55px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 36px 6px 36px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"14\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 35px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 28px 6px 28px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"40px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"20\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 47px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 32px 6px 32px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(82, 'VIVAshop - Featured products & banners - Block 3 - Tab 3 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 55px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 36px 6px 36px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"14\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 35px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 28px 6px 28px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"40px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"20\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 47px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 32px 6px 32px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(82, 'VIVAshop - Featured products & banners - Block 3 - Tab 3 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 55px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 36px 6px 36px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"14\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 35px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 28px 6px 28px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"40px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"20\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 47px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 32px 6px 32px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(82, 'VIVAshop - Featured products & banners - Block 3 - Tab 3 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 55px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 36px 6px 36px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"14\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 35px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 28px 6px 28px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"40px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"20\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 47px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 32px 6px 32px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(82, 'VIVAshop - Featured products & banners - Block 3 - Tab 3 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 55px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 36px 6px 36px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"14\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 35px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 28px 6px 28px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"40px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"20\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 47px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 32px 6px 32px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(82, 'VIVAshop - Featured products & banners - Block 3 - Tab 3 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 55px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 36px 6px 36px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"14\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 35px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 28px 6px 28px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"40px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"20\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 47px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 32px 6px 32px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(82, 'VIVAshop - Featured products & banners - Block 3 - Tab 3 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 55px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 36px 6px 36px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"14\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 35px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 28px 6px 28px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"40px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"20\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 47px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 32px 6px 32px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(82, 'VIVAshop - Featured products & banners - Block 3 - Tab 3 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 55px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 36px 6px 36px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"14\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 35px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 28px 6px 28px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"40px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"20\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 47px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 32px 6px 32px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(82, 'VIVAshop - Featured products & banners - Block 3 - Tab 3 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 55px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 36px 6px 36px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"14\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 35px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 28px 6px 28px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"40px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"20\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 47px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 32px 6px 32px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(82, 'VIVAshop - Featured products & banners - Block 3 - Tab 3 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"PERFECT HAIR\";s:4:\"text\";s:14:\"PERFECT VOLUME\";s:8:\"btn_text\";s:13:\"SEE ALL DEALS\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 55px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 36px 6px 36px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"14\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 35px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"14\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 28px 6px 28px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"40px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"20\";s:12:\"title_weight\";s:1:\"L\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#282727\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 10px 0px 47px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#282727\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 10px 0px 10px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#282727\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fd4701\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#282727\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fd4701\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 32px 6px 32px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(83, 'VIVAshop - Featured products & banners - Block 3 - Tab 4 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"170px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(83, 'VIVAshop - Featured products & banners - Block 3 - Tab 4 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"170px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(83, 'VIVAshop - Featured products & banners - Block 3 - Tab 4 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"170px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(83, 'VIVAshop - Featured products & banners - Block 3 - Tab 4 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"170px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(83, 'VIVAshop - Featured products & banners - Block 3 - Tab 4 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"170px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(83, 'VIVAshop - Featured products & banners - Block 3 - Tab 4 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"170px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(83, 'VIVAshop - Featured products & banners - Block 3 - Tab 4 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"170px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(83, 'VIVAshop - Featured products & banners - Block 3 - Tab 4 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"170px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(83, 'VIVAshop - Featured products & banners - Block 3 - Tab 4 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"170px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(83, 'VIVAshop - Featured products & banners - Block 3 - Tab 4 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"170px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(83, 'VIVAshop - Featured products & banners - Block 3 - Tab 4 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"170px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(83, 'VIVAshop - Featured products & banners - Block 3 - Tab 4 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"SHAVER ACCESSORIES\";s:4:\"text\";s:25:\"best brands on the market\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 30px 6px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:5:\"170px\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"0px 0px 10px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"I\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#c00000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#96bf32\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(84, 'VIVAshop - Featured products & banners - Block 4 - Tab 1 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"45px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"16\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"70px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"65px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(84, 'VIVAshop - Featured products & banners - Block 4 - Tab 1 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"45px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"16\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"70px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"65px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(84, 'VIVAshop - Featured products & banners - Block 4 - Tab 1 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"45px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"16\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"70px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"65px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(84, 'VIVAshop - Featured products & banners - Block 4 - Tab 1 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"45px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"16\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"70px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"65px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(84, 'VIVAshop - Featured products & banners - Block 4 - Tab 1 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"45px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"16\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"70px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"65px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(84, 'VIVAshop - Featured products & banners - Block 4 - Tab 1 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"45px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"16\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"70px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"65px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(84, 'VIVAshop - Featured products & banners - Block 4 - Tab 1 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"45px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"16\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"70px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"65px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(84, 'VIVAshop - Featured products & banners - Block 4 - Tab 1 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"45px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"16\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"70px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"65px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(84, 'VIVAshop - Featured products & banners - Block 4 - Tab 1 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"45px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"16\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"70px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"65px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(84, 'VIVAshop - Featured products & banners - Block 4 - Tab 1 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"45px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"16\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"70px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"65px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(84, 'VIVAshop - Featured products & banners - Block 4 - Tab 1 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"45px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"16\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"70px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"65px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(84, 'VIVAshop - Featured products & banners - Block 4 - Tab 1 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:217:\"<span style=\"color: #fc7800;\">Love</span> <span style=\"color: #009b2f;\">the</span> <span style=\"color: #ed1774;\">new</span> <span style=\"color: #252525;\">iPhone?</span> <span style=\"color: #df2222;\">GET IT NOW!</span>\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"45px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"16\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"70px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"65px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(85, 'VIVAshop - Featured products & banners - Block 4 - Tab 1 - Banner 2', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"33\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"24\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"22\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"23\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(85, 'VIVAshop - Featured products & banners - Block 4 - Tab 1 - Banner 2', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"33\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"24\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"22\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"23\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(85, 'VIVAshop - Featured products & banners - Block 4 - Tab 1 - Banner 2', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"33\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"24\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"22\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"23\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(85, 'VIVAshop - Featured products & banners - Block 4 - Tab 1 - Banner 2', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"33\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"24\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"22\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"23\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(85, 'VIVAshop - Featured products & banners - Block 4 - Tab 1 - Banner 2', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"33\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"24\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"22\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"23\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(85, 'VIVAshop - Featured products & banners - Block 4 - Tab 1 - Banner 2', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"33\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"24\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"22\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"23\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(85, 'VIVAshop - Featured products & banners - Block 4 - Tab 1 - Banner 2', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"33\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"24\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"22\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"23\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(85, 'VIVAshop - Featured products & banners - Block 4 - Tab 1 - Banner 2', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"33\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"24\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"22\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"23\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(85, 'VIVAshop - Featured products & banners - Block 4 - Tab 1 - Banner 2', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"33\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"24\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"22\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"23\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(85, 'VIVAshop - Featured products & banners - Block 4 - Tab 1 - Banner 2', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"33\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"24\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"22\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"23\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(85, 'VIVAshop - Featured products & banners - Block 4 - Tab 1 - Banner 2', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"33\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"24\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"22\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"23\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(85, 'VIVAshop - Featured products & banners - Block 4 - Tab 1 - Banner 2', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:60:\"Are you an <span style=\"color: #9bc71e;\">ANDRIOD</span> fan?\";s:4:\"text\";s:58:\"Get the latest Android smartphones at\r\nlowest market rates\";s:8:\"btn_text\";s:8:\"shop now\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"33\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"24\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"22\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 20px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#34495e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#34495e\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"23\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed1774\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#9bc71e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(86, 'VIVAshop - Featured products & banners - Block 4 - Tab 2 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 16px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 21px 0px 21px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"70px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 22px 0px 22px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(86, 'VIVAshop - Featured products & banners - Block 4 - Tab 2 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 16px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 21px 0px 21px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"70px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 22px 0px 22px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(86, 'VIVAshop - Featured products & banners - Block 4 - Tab 2 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 16px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 21px 0px 21px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"70px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 22px 0px 22px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(86, 'VIVAshop - Featured products & banners - Block 4 - Tab 2 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 16px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 21px 0px 21px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"70px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 22px 0px 22px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(86, 'VIVAshop - Featured products & banners - Block 4 - Tab 2 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 16px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 21px 0px 21px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"70px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 22px 0px 22px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(86, 'VIVAshop - Featured products & banners - Block 4 - Tab 2 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 16px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 21px 0px 21px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"70px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 22px 0px 22px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(86, 'VIVAshop - Featured products & banners - Block 4 - Tab 2 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 16px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 21px 0px 21px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"70px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 22px 0px 22px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(86, 'VIVAshop - Featured products & banners - Block 4 - Tab 2 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 16px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 21px 0px 21px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"70px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 22px 0px 22px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(86, 'VIVAshop - Featured products & banners - Block 4 - Tab 2 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 16px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 21px 0px 21px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"70px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 22px 0px 22px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(86, 'VIVAshop - Featured products & banners - Block 4 - Tab 2 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 16px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 21px 0px 21px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"70px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 22px 0px 22px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(86, 'VIVAshop - Featured products & banners - Block 4 - Tab 2 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 16px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 21px 0px 21px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"70px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 22px 0px 22px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(86, 'VIVAshop - Featured products & banners - Block 4 - Tab 2 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:15:\"THE NEW MacBook\";s:4:\"text\";s:24:\"Faster and more reliable\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"32\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 17px 0px 16px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"22\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 21px 0px 21px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"70px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"Y\";s:15:\"title_bkg_color\";s:7:\"#20a7ab\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:17:\"0px 20px 0px 20px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"Y\";s:15:\"descr_bkg_color\";s:7:\"#f00865\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:17:\"0px 22px 0px 22px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(87, 'VIVAshop - Featured products & banners - Block 4 - Tab 2 - Banner 2', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"22px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:17:\"30px 0px 0px 70px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"20\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 18px 6px 18px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"@\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 18px 6px 18px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(87, 'VIVAshop - Featured products & banners - Block 4 - Tab 2 - Banner 2', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"22px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:17:\"30px 0px 0px 70px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"20\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 18px 6px 18px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"@\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 18px 6px 18px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(87, 'VIVAshop - Featured products & banners - Block 4 - Tab 2 - Banner 2', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"22px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:17:\"30px 0px 0px 70px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"20\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 18px 6px 18px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"@\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 18px 6px 18px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(87, 'VIVAshop - Featured products & banners - Block 4 - Tab 2 - Banner 2', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"22px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:17:\"30px 0px 0px 70px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"20\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 18px 6px 18px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"@\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 18px 6px 18px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(87, 'VIVAshop - Featured products & banners - Block 4 - Tab 2 - Banner 2', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"22px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:17:\"30px 0px 0px 70px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"20\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 18px 6px 18px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"@\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 18px 6px 18px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(87, 'VIVAshop - Featured products & banners - Block 4 - Tab 2 - Banner 2', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"22px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:17:\"30px 0px 0px 70px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"20\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 18px 6px 18px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"@\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 18px 6px 18px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(87, 'VIVAshop - Featured products & banners - Block 4 - Tab 2 - Banner 2', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"22px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:17:\"30px 0px 0px 70px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"20\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 18px 6px 18px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"@\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 18px 6px 18px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(87, 'VIVAshop - Featured products & banners - Block 4 - Tab 2 - Banner 2', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"22px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:17:\"30px 0px 0px 70px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"20\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 18px 6px 18px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"@\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 18px 6px 18px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(87, 'VIVAshop - Featured products & banners - Block 4 - Tab 2 - Banner 2', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"22px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:17:\"30px 0px 0px 70px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"20\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 18px 6px 18px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"@\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 18px 6px 18px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(87, 'VIVAshop - Featured products & banners - Block 4 - Tab 2 - Banner 2', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"22px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:17:\"30px 0px 0px 70px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"20\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 18px 6px 18px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"@\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 18px 6px 18px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(87, 'VIVAshop - Featured products & banners - Block 4 - Tab 2 - Banner 2', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"22px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:17:\"30px 0px 0px 70px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"20\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 18px 6px 18px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"@\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 18px 6px 18px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(87, 'VIVAshop - Featured products & banners - Block 4 - Tab 2 - Banner 2', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:22:\"DESIGNING\r\nMADE SIMPLE\";s:4:\"text\";s:11:\"get the new\";s:8:\"btn_text\";s:9:\"from $499\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 20px 6px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"22px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"30px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:17:\"30px 0px 0px 70px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"20\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"20\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 18px 6px 18px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"@\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"B\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#3689d1\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"17\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#3689d1\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 18px 6px 18px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 70px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#f7b547\";s:19:\"wrapper_bkg_opacity\";s:2:\"85\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(88, 'VIVAshop - Featured products & banners - Block 4 - Tab 3 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"25px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"12\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"15px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"13\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"15px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(88, 'VIVAshop - Featured products & banners - Block 4 - Tab 3 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"25px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"12\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"15px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"13\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"15px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(88, 'VIVAshop - Featured products & banners - Block 4 - Tab 3 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"25px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"12\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"15px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"13\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"15px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(88, 'VIVAshop - Featured products & banners - Block 4 - Tab 3 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"25px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"12\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"15px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"13\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"15px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(88, 'VIVAshop - Featured products & banners - Block 4 - Tab 3 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"25px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"12\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"15px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"13\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"15px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(88, 'VIVAshop - Featured products & banners - Block 4 - Tab 3 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"25px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"12\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"15px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"13\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"15px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(88, 'VIVAshop - Featured products & banners - Block 4 - Tab 3 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"25px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"12\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"15px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"13\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"15px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(88, 'VIVAshop - Featured products & banners - Block 4 - Tab 3 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"25px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"12\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"15px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"13\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"15px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(88, 'VIVAshop - Featured products & banners - Block 4 - Tab 3 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"25px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"12\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"15px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"13\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"15px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(88, 'VIVAshop - Featured products & banners - Block 4 - Tab 3 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"25px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"12\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"15px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"13\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"15px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(88, 'VIVAshop - Featured products & banners - Block 4 - Tab 3 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"25px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"12\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"15px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"13\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"15px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(88, 'VIVAshop - Featured products & banners - Block 4 - Tab 3 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:18:\"LATEST OLED TV’S\";s:4:\"text\";s:67:\"Perfect Black Creates Perfect Color\r\nFind the most famous TV brands\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"25px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"27\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"13\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"12\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"15px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"15\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"13\";s:10:\"btn_weight\";s:1:\"L\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#f00865\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#f4c124\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"15px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(89, 'VIVAshop - Featured products & banners - Block 4 - Tab 4 - Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 320px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"27\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(89, 'VIVAshop - Featured products & banners - Block 4 - Tab 4 - Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 320px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"27\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(89, 'VIVAshop - Featured products & banners - Block 4 - Tab 4 - Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 320px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"27\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(89, 'VIVAshop - Featured products & banners - Block 4 - Tab 4 - Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 320px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"27\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(89, 'VIVAshop - Featured products & banners - Block 4 - Tab 4 - Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 320px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"27\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(89, 'VIVAshop - Featured products & banners - Block 4 - Tab 4 - Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 320px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"27\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(89, 'VIVAshop - Featured products & banners - Block 4 - Tab 4 - Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 320px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"27\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(89, 'VIVAshop - Featured products & banners - Block 4 - Tab 4 - Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 320px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"27\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(89, 'VIVAshop - Featured products & banners - Block 4 - Tab 4 - Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 320px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"27\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(89, 'VIVAshop - Featured products & banners - Block 4 - Tab 4 - Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 320px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"27\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(89, 'VIVAshop - Featured products & banners - Block 4 - Tab 4 - Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 320px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"27\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(89, 'VIVAshop - Featured products & banners - Block 4 - Tab 4 - Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:17:\"PHOTOGRAPHY\r\nZONE\";s:4:\"text\";s:50:\"UP TO <span style=\"color: #feea0e;\">90%</span> OFF\";s:8:\"btn_text\";s:8:\"SHOP NOW\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"38\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"30\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"16\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 320px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"14\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"34\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"27\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"15\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#03c019\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#666666\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#feea0e\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"6px 15px 6px 15px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:15:\"5px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(90, 'VIVAshop - Vendor 2 Main slider banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 65px 20px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 15px 8px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"80px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"30px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 15px 8px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"30px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(90, 'VIVAshop - Vendor 2 Main slider banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 65px 20px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 15px 8px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"80px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"30px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 15px 8px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"30px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(90, 'VIVAshop - Vendor 2 Main slider banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 65px 20px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 15px 8px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"80px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"30px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 15px 8px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"30px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(90, 'VIVAshop - Vendor 2 Main slider banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 65px 20px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 15px 8px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"80px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"30px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 15px 8px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"30px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(90, 'VIVAshop - Vendor 2 Main slider banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 65px 20px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 15px 8px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"80px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"30px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 15px 8px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"30px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(90, 'VIVAshop - Vendor 2 Main slider banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 65px 20px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 15px 8px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"80px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"30px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 15px 8px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"30px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(90, 'VIVAshop - Vendor 2 Main slider banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 65px 20px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 15px 8px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"80px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"30px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 15px 8px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"30px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(90, 'VIVAshop - Vendor 2 Main slider banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 65px 20px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 15px 8px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"80px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"30px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 15px 8px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"30px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(90, 'VIVAshop - Vendor 2 Main slider banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 65px 20px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 15px 8px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"80px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"30px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 15px 8px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"30px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(90, 'VIVAshop - Vendor 2 Main slider banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 65px 20px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 15px 8px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"80px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"30px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 15px 8px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"30px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(90, 'VIVAshop - Vendor 2 Main slider banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 65px 20px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 15px 8px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"80px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"30px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 15px 8px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"30px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(90, 'VIVAshop - Vendor 2 Main slider banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:33:\"THE BRAND NEW\r\nLOVELY CASIO WATCH\";s:4:\"text\";s:21:\"CASIO EDIFICE EDITION\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 65px 20px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"34\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 20px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"24\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 15px 8px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"80px 30px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"R\";s:12:\"image_margin\";s:17:\"30px 20px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"25\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"25\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#144a82\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fbb500\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 15px 8px 15px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"30px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(91, 'VIVAshop - Vendor 2 Main slider banner 2', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:20:\"SAMSUNG Galaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:21:\"SAMSUNG\r\nGalaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:21:\"SAMSUNG\r\nGalaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 120px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"28\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(91, 'VIVAshop - Vendor 2 Main slider banner 2', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:20:\"SAMSUNG Galaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:21:\"SAMSUNG\r\nGalaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:21:\"SAMSUNG\r\nGalaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 120px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"28\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(91, 'VIVAshop - Vendor 2 Main slider banner 2', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:20:\"SAMSUNG Galaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:21:\"SAMSUNG\r\nGalaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:21:\"SAMSUNG\r\nGalaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 120px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"28\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(91, 'VIVAshop - Vendor 2 Main slider banner 2', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:20:\"SAMSUNG Galaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:21:\"SAMSUNG\r\nGalaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:21:\"SAMSUNG\r\nGalaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 120px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"28\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(91, 'VIVAshop - Vendor 2 Main slider banner 2', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:20:\"SAMSUNG Galaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:21:\"SAMSUNG\r\nGalaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:21:\"SAMSUNG\r\nGalaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 120px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"28\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(91, 'VIVAshop - Vendor 2 Main slider banner 2', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:20:\"SAMSUNG Galaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:21:\"SAMSUNG\r\nGalaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:21:\"SAMSUNG\r\nGalaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 120px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"28\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(91, 'VIVAshop - Vendor 2 Main slider banner 2', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:20:\"SAMSUNG Galaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:21:\"SAMSUNG\r\nGalaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:21:\"SAMSUNG\r\nGalaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 120px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"28\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(91, 'VIVAshop - Vendor 2 Main slider banner 2', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:20:\"SAMSUNG Galaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:21:\"SAMSUNG\r\nGalaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:21:\"SAMSUNG\r\nGalaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 120px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"28\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(91, 'VIVAshop - Vendor 2 Main slider banner 2', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:20:\"SAMSUNG Galaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:21:\"SAMSUNG\r\nGalaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:21:\"SAMSUNG\r\nGalaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 120px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"28\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(91, 'VIVAshop - Vendor 2 Main slider banner 2', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:20:\"SAMSUNG Galaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:21:\"SAMSUNG\r\nGalaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:21:\"SAMSUNG\r\nGalaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 120px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"28\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(91, 'VIVAshop - Vendor 2 Main slider banner 2', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:20:\"SAMSUNG Galaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:21:\"SAMSUNG\r\nGalaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:21:\"SAMSUNG\r\nGalaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 120px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"28\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(91, 'VIVAshop - Vendor 2 Main slider banner 2', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:20:\"SAMSUNG Galaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:21:\"SAMSUNG\r\nGalaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:21:\"SAMSUNG\r\nGalaxy Watch\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:10:\"BUY IT NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"50\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"35\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"0px 0px 0px 120px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"20\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"15px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"40\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"28\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"10px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#fbb500\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"Y\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"D\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#fbb500\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 20px 10px 20px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 80px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(92, 'VIVAshop - Vendor 2 Special deal banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:18:\"40px 300px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"44\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"80px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 20px 8px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"25px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"32\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 20px 8px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(92, 'VIVAshop - Vendor 2 Special deal banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:18:\"40px 300px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"44\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"80px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 20px 8px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"25px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"32\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 20px 8px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(92, 'VIVAshop - Vendor 2 Special deal banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:18:\"40px 300px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"44\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"80px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 20px 8px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"25px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"32\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 20px 8px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(92, 'VIVAshop - Vendor 2 Special deal banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:18:\"40px 300px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"44\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"80px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 20px 8px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"25px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"32\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 20px 8px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(92, 'VIVAshop - Vendor 2 Special deal banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:18:\"40px 300px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"44\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"80px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 20px 8px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"25px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"32\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 20px 8px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(92, 'VIVAshop - Vendor 2 Special deal banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:18:\"40px 300px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"44\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"80px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 20px 8px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"25px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"32\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 20px 8px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(92, 'VIVAshop - Vendor 2 Special deal banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:18:\"40px 300px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"44\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"80px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 20px 8px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"25px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"32\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 20px 8px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(92, 'VIVAshop - Vendor 2 Special deal banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:18:\"40px 300px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"44\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"80px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 20px 8px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"25px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"32\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 20px 8px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(92, 'VIVAshop - Vendor 2 Special deal banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:18:\"40px 300px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"44\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"80px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 20px 8px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"25px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"32\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 20px 8px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(92, 'VIVAshop - Vendor 2 Special deal banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:18:\"40px 300px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"44\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"80px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 20px 8px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"25px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"32\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 20px 8px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(92, 'VIVAshop - Vendor 2 Special deal banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:18:\"40px 300px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"44\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"80px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 20px 8px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"25px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"32\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 20px 8px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(92, 'VIVAshop - Vendor 2 Special deal banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:19:\"KEEP YOUR HOME SAFE\";s:4:\"text\";s:77:\"The best solution to monitor your home\r\nTry the most intelligent solution now\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:18:\"40px 300px 0px 0px\";s:10:\"image_anim\";s:1:\"R\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"46\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"26\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"L\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"44\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"80px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"17\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"30\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 20px 8px 20px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"25px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"20px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"R\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"30\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:16:\"10px 0px 0px 0px\";s:11:\"title_align\";s:1:\"R\";s:10:\"title_anim\";s:1:\"L\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"110%\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"R\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"32\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"20px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#00b5f9\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#144a82\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 20px 8px 20px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:17:\"20px 60px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(93, 'VIVAshop - Vendor 2 Special deal banner 2', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"63\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 80px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"40\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"50\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(93, 'VIVAshop - Vendor 2 Special deal banner 2', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"63\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 80px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"40\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"50\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(93, 'VIVAshop - Vendor 2 Special deal banner 2', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"63\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 80px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"40\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"50\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(93, 'VIVAshop - Vendor 2 Special deal banner 2', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"63\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 80px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"40\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"50\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(93, 'VIVAshop - Vendor 2 Special deal banner 2', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"63\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 80px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"40\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"50\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(93, 'VIVAshop - Vendor 2 Special deal banner 2', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"63\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 80px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"40\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"50\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(93, 'VIVAshop - Vendor 2 Special deal banner 2', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"63\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 80px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"40\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"50\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(93, 'VIVAshop - Vendor 2 Special deal banner 2', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"63\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 80px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"40\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"50\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(93, 'VIVAshop - Vendor 2 Special deal banner 2', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"63\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 80px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"40\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"50\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(93, 'VIVAshop - Vendor 2 Special deal banner 2', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"63\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 80px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"40\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"50\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(93, 'VIVAshop - Vendor 2 Special deal banner 2', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"63\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 80px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"40\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"50\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(93, 'VIVAshop - Vendor 2 Special deal banner 2', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"63\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 80px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"40\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 10px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"T\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"18\";s:12:\"title_weight\";s:1:\"N\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"50\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"I\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#00b5f9\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 50px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(94, 'VIVAshop - Vendor 2 Content Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"50px 50px 50px 50px\";s:13:\"wrapper_round\";s:4:\"20px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"29\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:4:\"20px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"43\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:4:\"20px\";}}'),
(94, 'VIVAshop - Vendor 2 Content Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"50px 50px 50px 50px\";s:13:\"wrapper_round\";s:4:\"20px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"29\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:4:\"20px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"43\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:4:\"20px\";}}'),
(94, 'VIVAshop - Vendor 2 Content Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"50px 50px 50px 50px\";s:13:\"wrapper_round\";s:4:\"20px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"29\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:4:\"20px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"43\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:4:\"20px\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(94, 'VIVAshop - Vendor 2 Content Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"50px 50px 50px 50px\";s:13:\"wrapper_round\";s:4:\"20px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"29\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:4:\"20px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"43\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:4:\"20px\";}}'),
(94, 'VIVAshop - Vendor 2 Content Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"50px 50px 50px 50px\";s:13:\"wrapper_round\";s:4:\"20px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"29\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:4:\"20px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"43\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:4:\"20px\";}}'),
(94, 'VIVAshop - Vendor 2 Content Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"50px 50px 50px 50px\";s:13:\"wrapper_round\";s:4:\"20px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"29\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:4:\"20px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"43\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:4:\"20px\";}}'),
(94, 'VIVAshop - Vendor 2 Content Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"50px 50px 50px 50px\";s:13:\"wrapper_round\";s:4:\"20px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"29\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:4:\"20px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"43\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:4:\"20px\";}}'),
(94, 'VIVAshop - Vendor 2 Content Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"50px 50px 50px 50px\";s:13:\"wrapper_round\";s:4:\"20px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"29\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:4:\"20px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"43\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:4:\"20px\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(94, 'VIVAshop - Vendor 2 Content Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"50px 50px 50px 50px\";s:13:\"wrapper_round\";s:4:\"20px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"29\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:4:\"20px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"43\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:4:\"20px\";}}'),
(94, 'VIVAshop - Vendor 2 Content Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"50px 50px 50px 50px\";s:13:\"wrapper_round\";s:4:\"20px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"29\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:4:\"20px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"43\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:4:\"20px\";}}'),
(94, 'VIVAshop - Vendor 2 Content Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"50px 50px 50px 50px\";s:13:\"wrapper_round\";s:4:\"20px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"29\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:4:\"20px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"43\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:4:\"20px\";}}'),
(94, 'VIVAshop - Vendor 2 Content Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:12:\"BEST WATCHES\";s:4:\"text\";s:22:\"GET THE BEST DEALS NOW\";s:8:\"btn_text\";s:0:\"\";s:7:\"btn_url\";s:0:\"\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"55\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"23\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"50px 50px 50px 50px\";s:13:\"wrapper_round\";s:4:\"20px\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"29\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"19\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:4:\"20px\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"I\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"C\";s:12:\"image_margin\";s:16:\"30px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"43\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#e2c57e\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"C\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"18\";s:10:\"btn_weight\";s:1:\"N\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:1:\"0\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"N\";s:13:\"btn_bkg_color\";s:7:\"#000000\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#000000\";s:21:\"btn_hover_bkg_enabled\";s:1:\"N\";s:19:\"btn_bkg_color_hover\";s:7:\"#000000\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:15:\"6px 7px 6px 7px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:15:\"0px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:15:\"0px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"Y\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:2:\"60\";s:15:\"wrapper_padding\";s:19:\"20px 20px 20px 20px\";s:13:\"wrapper_round\";s:4:\"20px\";}}'),
(95, 'VIVAshop - Vendor 2 Content Banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"44\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 50px 10px 50px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 30px 8px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 45px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 30px 8px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 35px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(95, 'VIVAshop - Vendor 2 Content Banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"44\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 50px 10px 50px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 30px 8px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 45px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 30px 8px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 35px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(95, 'VIVAshop - Vendor 2 Content Banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"44\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 50px 10px 50px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 30px 8px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 45px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 30px 8px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 35px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(95, 'VIVAshop - Vendor 2 Content Banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"44\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 50px 10px 50px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 30px 8px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 45px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 30px 8px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 35px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(95, 'VIVAshop - Vendor 2 Content Banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"44\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 50px 10px 50px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 30px 8px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 45px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 30px 8px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 35px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(95, 'VIVAshop - Vendor 2 Content Banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"44\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 50px 10px 50px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 30px 8px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 45px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 30px 8px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 35px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(95, 'VIVAshop - Vendor 2 Content Banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"44\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 50px 10px 50px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 30px 8px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 45px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 30px 8px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 35px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(95, 'VIVAshop - Vendor 2 Content Banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"44\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 50px 10px 50px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 30px 8px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 45px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 30px 8px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 35px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(95, 'VIVAshop - Vendor 2 Content Banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"44\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 50px 10px 50px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 30px 8px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 45px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 30px 8px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 35px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(95, 'VIVAshop - Vendor 2 Content Banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"44\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 50px 10px 50px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 30px 8px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 45px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 30px 8px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 35px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(95, 'VIVAshop - Vendor 2 Content Banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"44\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 50px 10px 50px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 30px 8px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 45px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 30px 8px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 35px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(95, 'VIVAshop - Vendor 2 Content Banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"CASUAL WATCHES\";s:4:\"text\";s:0:\"\";s:8:\"btn_text\";s:7:\"Buy Now\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"45\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"44\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 50px 10px 50px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"20px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 40px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"26\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"18\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 30px 8px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"B\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 45px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"28\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"C\";s:10:\"title_anim\";s:1:\"A\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"28\";s:11:\"text_weight\";s:1:\"N\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"A\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"26\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"50px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#e47d32\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#fdbf45\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:17:\"8px 30px 8px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"10px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"A\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"R\";s:14:\"wrapper_margin\";s:16:\"0px 35px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(96, 'VIVAshop - Vendor 1 Main slider banner 1', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:33:\"that will last more...and more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:35:\"that will last more...\r\nand more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:35:\"that will last more...\r\nand more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(96, 'VIVAshop - Vendor 1 Main slider banner 1', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:33:\"that will last more...and more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:35:\"that will last more...\r\nand more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:35:\"that will last more...\r\nand more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(96, 'VIVAshop - Vendor 1 Main slider banner 1', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:33:\"that will last more...and more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:35:\"that will last more...\r\nand more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:35:\"that will last more...\r\nand more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(96, 'VIVAshop - Vendor 1 Main slider banner 1', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:33:\"that will last more...and more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:35:\"that will last more...\r\nand more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:35:\"that will last more...\r\nand more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(96, 'VIVAshop - Vendor 1 Main slider banner 1', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:33:\"that will last more...and more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:35:\"that will last more...\r\nand more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:35:\"that will last more...\r\nand more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(96, 'VIVAshop - Vendor 1 Main slider banner 1', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:33:\"that will last more...and more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:35:\"that will last more...\r\nand more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:35:\"that will last more...\r\nand more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(96, 'VIVAshop - Vendor 1 Main slider banner 1', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:33:\"that will last more...and more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:35:\"that will last more...\r\nand more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:35:\"that will last more...\r\nand more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(96, 'VIVAshop - Vendor 1 Main slider banner 1', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:33:\"that will last more...and more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:35:\"that will last more...\r\nand more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:35:\"that will last more...\r\nand more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(96, 'VIVAshop - Vendor 1 Main slider banner 1', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:33:\"that will last more...and more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:35:\"that will last more...\r\nand more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:35:\"that will last more...\r\nand more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(96, 'VIVAshop - Vendor 1 Main slider banner 1', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:33:\"that will last more...and more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:35:\"that will last more...\r\nand more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:35:\"that will last more...\r\nand more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(96, 'VIVAshop - Vendor 1 Main slider banner 1', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:33:\"that will last more...and more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:35:\"that will last more...\r\nand more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:35:\"that will last more...\r\nand more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(96, 'VIVAshop - Vendor 1 Main slider banner 1', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:33:\"that will last more...and more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:35:\"that will last more...\r\nand more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"BEST BATTERIES\";s:4:\"text\";s:35:\"that will last more...\r\nand more...\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:0:\"\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"E\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#0086b5\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#e39743\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(97, 'VIVAshop - Vendor 1 Main slider banner 2', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:23:\"that make you feel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:24:\"that make you\r\nfeel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:24:\"that make you\r\nfeel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 0px 20px 10px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 30px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(97, 'VIVAshop - Vendor 1 Main slider banner 2', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:23:\"that make you feel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:24:\"that make you\r\nfeel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:24:\"that make you\r\nfeel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 0px 20px 10px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 30px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(97, 'VIVAshop - Vendor 1 Main slider banner 2', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:23:\"that make you feel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:24:\"that make you\r\nfeel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:24:\"that make you\r\nfeel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 0px 20px 10px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 30px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(97, 'VIVAshop - Vendor 1 Main slider banner 2', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:23:\"that make you feel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:24:\"that make you\r\nfeel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:24:\"that make you\r\nfeel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 0px 20px 10px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 30px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(97, 'VIVAshop - Vendor 1 Main slider banner 2', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:23:\"that make you feel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:24:\"that make you\r\nfeel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:24:\"that make you\r\nfeel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 0px 20px 10px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 30px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(97, 'VIVAshop - Vendor 1 Main slider banner 2', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:23:\"that make you feel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:24:\"that make you\r\nfeel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:24:\"that make you\r\nfeel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 0px 20px 10px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 30px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(97, 'VIVAshop - Vendor 1 Main slider banner 2', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:23:\"that make you feel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:24:\"that make you\r\nfeel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:24:\"that make you\r\nfeel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 0px 20px 10px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 30px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(97, 'VIVAshop - Vendor 1 Main slider banner 2', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:23:\"that make you feel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:24:\"that make you\r\nfeel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:24:\"that make you\r\nfeel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 0px 20px 10px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 30px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(97, 'VIVAshop - Vendor 1 Main slider banner 2', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:23:\"that make you feel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:24:\"that make you\r\nfeel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:24:\"that make you\r\nfeel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 0px 20px 10px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 30px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(97, 'VIVAshop - Vendor 1 Main slider banner 2', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:23:\"that make you feel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:24:\"that make you\r\nfeel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:24:\"that make you\r\nfeel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 0px 20px 10px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 30px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(97, 'VIVAshop - Vendor 1 Main slider banner 2', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:23:\"that make you feel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:24:\"that make you\r\nfeel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:24:\"that make you\r\nfeel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 0px 20px 10px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 30px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(97, 'VIVAshop - Vendor 1 Main slider banner 2', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:23:\"that make you feel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:24:\"that make you\r\nfeel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:14:\"FLUFFY PILLOWS\";s:4:\"text\";s:24:\"that make you\r\nfeel good\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"V\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"C\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:17:\"0px 0px 20px 10px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"B\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"B\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:16:\"0px 0px 30px 0px\";s:10:\"image_anim\";s:1:\"L\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:6:\"normal\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:4:\"100%\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#ed9338\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#cb1a1b\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"C\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:16:\"40px 0px 0px 0px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(98, 'VIVAshop - Vendor 1 Content banner', '#', '', 'da', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"70px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(98, 'VIVAshop - Vendor 1 Content banner', '#', '', 'de', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"70px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(98, 'VIVAshop - Vendor 1 Content banner', '#', '', 'el', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"70px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(98, 'VIVAshop - Vendor 1 Content banner', '#', '', 'en', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"70px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(98, 'VIVAshop - Vendor 1 Content banner', '#', '', 'es', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"70px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(98, 'VIVAshop - Vendor 1 Content banner', '#', '', 'fr', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"70px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(98, 'VIVAshop - Vendor 1 Content banner', '#', '', 'it', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"70px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(98, 'VIVAshop - Vendor 1 Content banner', '#', '', 'nl', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"70px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(98, 'VIVAshop - Vendor 1 Content banner', '#', '', 'no', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"70px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(98, 'VIVAshop - Vendor 1 Content banner', '#', '', 'pt', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"70px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');
INSERT INTO `partiushop_banner_descriptions` (`banner_id`, `banner`, `url`, `description`, `lang_code`, `abt__ut2_button_text`, `abt__ut2_tablet_button_text`, `abt__ut2_tablet_button_text_use_own`, `abt__ut2_mobile_button_text`, `abt__ut2_mobile_button_text_use_own`, `abt__ut2_title`, `abt__ut2_tablet_title`, `abt__ut2_tablet_title_use_own`, `abt__ut2_mobile_title`, `abt__ut2_mobile_title_use_own`, `abt__ut2_url`, `abt__ut2_description`, `abt__ut2_tablet_description`, `abt__ut2_tablet_description_use_own`, `abt__ut2_mobile_description`, `abt__ut2_mobile_description_use_own`, `abt__ut2_youtube_id`, `et_text`, `et_settings`) VALUES
(98, 'VIVAshop - Vendor 1 Content banner', '#', '', 'ro', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"70px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}'),
(98, 'VIVAshop - Vendor 1 Content banner', '#', '', 'ru', '', '', 'N', '', 'N', '', '', 'N', '', 'N', '', NULL, NULL, 'N', NULL, 'N', '', 'a:3:{s:7:\"desktop\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:5:\"phone\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}s:6:\"tablet\";a:5:{s:9:\"image_url\";s:0:\"\";s:5:\"title\";s:10:\"LED LIGHTS\";s:4:\"text\";s:23:\"more light, less energy\";s:8:\"btn_text\";s:7:\"BUY NOW\";s:7:\"btn_url\";s:1:\"#\";}}', 'a:3:{s:7:\"desktop\";a:70:{s:3:\"bkg\";s:7:\"#ffffff\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"75\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"60\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"60\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"30px 90px 30px 90px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"50px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"C\";s:5:\"horiz\";s:1:\"C\";s:14:\"wrapper_margin\";s:16:\"0px 0px 0px 40px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:5:\"phone\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"25\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"21\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"19\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"L\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:17:\"40px 0px 0px 30px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}s:6:\"tablet\";a:73:{s:7:\"enabled\";s:1:\"Y\";s:3:\"bkg\";s:7:\"#ffffff\";s:6:\"target\";s:1:\"T\";s:3:\"url\";s:1:\"#\";s:9:\"image_pos\";s:1:\"H\";s:10:\"image_pos2\";s:1:\"L\";s:10:\"image_pos3\";s:1:\"A\";s:10:\"image_pos4\";s:1:\"T\";s:10:\"image_vert\";s:1:\"T\";s:11:\"image_horiz\";s:1:\"L\";s:12:\"image_margin\";s:15:\"0px 0px 0px 0px\";s:10:\"image_anim\";s:1:\"A\";s:12:\"title_shadow\";s:1:\"N\";s:8:\"title_lh\";s:4:\"100%\";s:10:\"title_size\";s:2:\"44\";s:12:\"title_weight\";s:1:\"B\";s:11:\"title_style\";s:1:\"N\";s:11:\"title_color\";s:7:\"#ffffff\";s:17:\"title_bkg_enabled\";s:1:\"N\";s:15:\"title_bkg_color\";s:7:\"#000000\";s:17:\"title_bkg_opacity\";s:3:\"100\";s:19:\"title_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"title_bkg_round\";s:1:\"0\";s:13:\"title_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"title_align\";s:1:\"L\";s:10:\"title_anim\";s:1:\"T\";s:11:\"text_shadow\";s:1:\"N\";s:7:\"text_lh\";s:6:\"normal\";s:9:\"text_size\";s:2:\"32\";s:11:\"text_weight\";s:1:\"L\";s:10:\"text_style\";s:1:\"N\";s:10:\"text_color\";s:7:\"#ffffff\";s:17:\"descr_bkg_enabled\";s:1:\"N\";s:15:\"descr_bkg_color\";s:7:\"#000000\";s:17:\"descr_bkg_opacity\";s:3:\"100\";s:18:\"text_inner_padding\";s:15:\"0px 0px 0px 0px\";s:15:\"descr_bkg_round\";s:1:\"0\";s:12:\"text_padding\";s:15:\"0px 0px 0px 0px\";s:11:\"descr_align\";s:1:\"L\";s:10:\"descr_anim\";s:1:\"R\";s:10:\"btn_shadow\";s:1:\"N\";s:8:\"btn_size\";s:2:\"33\";s:10:\"btn_weight\";s:1:\"B\";s:9:\"btn_style\";s:1:\"N\";s:9:\"btn_round\";s:4:\"78px\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:15:\"btn_bkg_enabled\";s:1:\"Y\";s:13:\"btn_bkg_color\";s:7:\"#07bc6d\";s:15:\"btn_bkg_opacity\";s:3:\"100\";s:20:\"btn_text_color_hover\";s:7:\"#ffffff\";s:21:\"btn_hover_bkg_enabled\";s:1:\"Y\";s:19:\"btn_bkg_color_hover\";s:7:\"#0091d5\";s:21:\"btn_bkg_opacity_hover\";s:3:\"100\";s:17:\"btn_border_enable\";s:1:\"N\";s:15:\"btn_border_size\";s:1:\"1\";s:16:\"btn_border_style\";s:1:\"S\";s:16:\"btn_border_color\";s:7:\"#ffffff\";s:18:\"btn_border_opacity\";s:3:\"100\";s:22:\"btn_hover_border_color\";s:7:\"#ffffff\";s:24:\"btn_hover_border_opacity\";s:3:\"100\";s:11:\"btn_padding\";s:19:\"10px 30px 10px 30px\";s:9:\"btn_horiz\";s:1:\"R\";s:10:\"btn_margin\";s:16:\"30px 0px 0px 0px\";s:8:\"btn_anim\";s:1:\"B\";s:13:\"wrapper_width\";s:4:\"auto\";s:4:\"vert\";s:1:\"T\";s:5:\"horiz\";s:1:\"L\";s:14:\"wrapper_margin\";s:18:\"70px 0px 0px 150px\";s:19:\"wrapper_bkg_enabled\";s:1:\"N\";s:17:\"wrapper_bkg_color\";s:7:\"#000000\";s:19:\"wrapper_bkg_opacity\";s:3:\"100\";s:15:\"wrapper_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"wrapper_round\";s:1:\"0\";}}');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_banner_images`
--

CREATE TABLE `partiushop_banner_images` (
  `banner_image_id` mediumint(8) UNSIGNED NOT NULL,
  `banner_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_banner_images`
--

INSERT INTO `partiushop_banner_images` (`banner_image_id`, `banner_id`, `lang_code`) VALUES
(41, 6, 'da'),
(49, 6, 'de'),
(73, 6, 'el'),
(39, 6, 'en'),
(57, 6, 'es'),
(65, 6, 'fr'),
(81, 6, 'it'),
(89, 6, 'nl'),
(113, 6, 'no'),
(124, 6, 'pt'),
(97, 6, 'ro'),
(105, 6, 'ru'),
(42, 7, 'da'),
(50, 7, 'de'),
(74, 7, 'el'),
(16, 7, 'en'),
(58, 7, 'es'),
(66, 7, 'fr'),
(82, 7, 'it'),
(90, 7, 'nl'),
(114, 7, 'no'),
(125, 7, 'pt'),
(98, 7, 'ro'),
(106, 7, 'ru'),
(43, 8, 'da'),
(51, 8, 'de'),
(75, 8, 'el'),
(18, 8, 'en'),
(59, 8, 'es'),
(67, 8, 'fr'),
(83, 8, 'it'),
(91, 8, 'nl'),
(115, 8, 'no'),
(127, 8, 'pt'),
(99, 8, 'ro'),
(107, 8, 'ru'),
(44, 9, 'da'),
(52, 9, 'de'),
(76, 9, 'el'),
(40, 9, 'en'),
(60, 9, 'es'),
(68, 9, 'fr'),
(84, 9, 'it'),
(92, 9, 'nl'),
(116, 9, 'no'),
(122, 9, 'pt'),
(100, 9, 'ro'),
(108, 9, 'ru'),
(45, 16, 'da'),
(53, 16, 'de'),
(77, 16, 'el'),
(35, 16, 'en'),
(61, 16, 'es'),
(69, 16, 'fr'),
(85, 16, 'it'),
(93, 16, 'nl'),
(117, 16, 'no'),
(123, 16, 'pt'),
(101, 16, 'ro'),
(109, 16, 'ru'),
(46, 17, 'da'),
(54, 17, 'de'),
(78, 17, 'el'),
(36, 17, 'en'),
(62, 17, 'es'),
(70, 17, 'fr'),
(86, 17, 'it'),
(94, 17, 'nl'),
(118, 17, 'no'),
(128, 17, 'pt'),
(102, 17, 'ro'),
(110, 17, 'ru'),
(47, 18, 'da'),
(55, 18, 'de'),
(79, 18, 'el'),
(37, 18, 'en'),
(63, 18, 'es'),
(71, 18, 'fr'),
(87, 18, 'it'),
(95, 18, 'nl'),
(119, 18, 'no'),
(121, 18, 'pt'),
(103, 18, 'ro'),
(111, 18, 'ru'),
(48, 19, 'da'),
(56, 19, 'de'),
(80, 19, 'el'),
(38, 19, 'en'),
(64, 19, 'es'),
(72, 19, 'fr'),
(88, 19, 'it'),
(96, 19, 'nl'),
(120, 19, 'no'),
(126, 19, 'pt'),
(104, 19, 'ro'),
(112, 19, 'ru'),
(142, 37, 'da'),
(143, 37, 'de'),
(146, 37, 'el'),
(141, 37, 'en'),
(144, 37, 'es'),
(145, 37, 'fr'),
(147, 37, 'it'),
(148, 37, 'nl'),
(151, 37, 'no'),
(129, 37, 'pt'),
(149, 37, 'ro'),
(150, 37, 'ru'),
(165, 38, 'da'),
(166, 38, 'de'),
(169, 38, 'el'),
(164, 38, 'en'),
(167, 38, 'es'),
(168, 38, 'fr'),
(170, 38, 'it'),
(171, 38, 'nl'),
(174, 38, 'no'),
(152, 38, 'pt'),
(172, 38, 'ro'),
(173, 38, 'ru'),
(188, 39, 'da'),
(189, 39, 'de'),
(192, 39, 'el'),
(187, 39, 'en'),
(190, 39, 'es'),
(191, 39, 'fr'),
(193, 39, 'it'),
(194, 39, 'nl'),
(197, 39, 'no'),
(175, 39, 'pt'),
(195, 39, 'ro'),
(196, 39, 'ru'),
(211, 40, 'da'),
(212, 40, 'de'),
(215, 40, 'el'),
(210, 40, 'en'),
(213, 40, 'es'),
(214, 40, 'fr'),
(216, 40, 'it'),
(217, 40, 'nl'),
(220, 40, 'no'),
(198, 40, 'pt'),
(218, 40, 'ro'),
(219, 40, 'ru'),
(234, 41, 'da'),
(235, 41, 'de'),
(238, 41, 'el'),
(233, 41, 'en'),
(236, 41, 'es'),
(237, 41, 'fr'),
(239, 41, 'it'),
(240, 41, 'nl'),
(243, 41, 'no'),
(221, 41, 'pt'),
(241, 41, 'ro'),
(242, 41, 'ru'),
(257, 42, 'da'),
(258, 42, 'de'),
(261, 42, 'el'),
(256, 42, 'en'),
(259, 42, 'es'),
(260, 42, 'fr'),
(262, 42, 'it'),
(263, 42, 'nl'),
(266, 42, 'no'),
(244, 42, 'pt'),
(264, 42, 'ro'),
(265, 42, 'ru'),
(280, 43, 'da'),
(281, 43, 'de'),
(284, 43, 'el'),
(279, 43, 'en'),
(282, 43, 'es'),
(283, 43, 'fr'),
(285, 43, 'it'),
(286, 43, 'nl'),
(289, 43, 'no'),
(267, 43, 'pt'),
(287, 43, 'ro'),
(288, 43, 'ru'),
(303, 44, 'da'),
(304, 44, 'de'),
(307, 44, 'el'),
(302, 44, 'en'),
(305, 44, 'es'),
(306, 44, 'fr'),
(308, 44, 'it'),
(309, 44, 'nl'),
(312, 44, 'no'),
(290, 44, 'pt'),
(310, 44, 'ro'),
(311, 44, 'ru'),
(326, 45, 'da'),
(327, 45, 'de'),
(330, 45, 'el'),
(325, 45, 'en'),
(328, 45, 'es'),
(329, 45, 'fr'),
(331, 45, 'it'),
(332, 45, 'nl'),
(335, 45, 'no'),
(313, 45, 'pt'),
(333, 45, 'ro'),
(334, 45, 'ru'),
(349, 46, 'da'),
(350, 46, 'de'),
(353, 46, 'el'),
(348, 46, 'en'),
(351, 46, 'es'),
(352, 46, 'fr'),
(354, 46, 'it'),
(355, 46, 'nl'),
(358, 46, 'no'),
(336, 46, 'pt'),
(356, 46, 'ro'),
(357, 46, 'ru'),
(372, 47, 'da'),
(373, 47, 'de'),
(376, 47, 'el'),
(371, 47, 'en'),
(374, 47, 'es'),
(375, 47, 'fr'),
(377, 47, 'it'),
(378, 47, 'nl'),
(381, 47, 'no'),
(359, 47, 'pt'),
(379, 47, 'ro'),
(380, 47, 'ru'),
(395, 48, 'da'),
(396, 48, 'de'),
(399, 48, 'el'),
(394, 48, 'en'),
(397, 48, 'es'),
(398, 48, 'fr'),
(400, 48, 'it'),
(401, 48, 'nl'),
(404, 48, 'no'),
(382, 48, 'pt'),
(402, 48, 'ro'),
(403, 48, 'ru'),
(418, 49, 'da'),
(419, 49, 'de'),
(422, 49, 'el'),
(417, 49, 'en'),
(420, 49, 'es'),
(421, 49, 'fr'),
(423, 49, 'it'),
(424, 49, 'nl'),
(427, 49, 'no'),
(405, 49, 'pt'),
(425, 49, 'ro'),
(426, 49, 'ru'),
(441, 50, 'da'),
(442, 50, 'de'),
(445, 50, 'el'),
(440, 50, 'en'),
(443, 50, 'es'),
(444, 50, 'fr'),
(446, 50, 'it'),
(447, 50, 'nl'),
(450, 50, 'no'),
(428, 50, 'pt'),
(448, 50, 'ro'),
(449, 50, 'ru'),
(464, 51, 'da'),
(465, 51, 'de'),
(468, 51, 'el'),
(463, 51, 'en'),
(466, 51, 'es'),
(467, 51, 'fr'),
(469, 51, 'it'),
(470, 51, 'nl'),
(473, 51, 'no'),
(451, 51, 'pt'),
(471, 51, 'ro'),
(472, 51, 'ru'),
(487, 52, 'da'),
(488, 52, 'de'),
(491, 52, 'el'),
(486, 52, 'en'),
(489, 52, 'es'),
(490, 52, 'fr'),
(492, 52, 'it'),
(493, 52, 'nl'),
(496, 52, 'no'),
(474, 52, 'pt'),
(494, 52, 'ro'),
(495, 52, 'ru'),
(510, 53, 'da'),
(511, 53, 'de'),
(514, 53, 'el'),
(509, 53, 'en'),
(512, 53, 'es'),
(513, 53, 'fr'),
(515, 53, 'it'),
(516, 53, 'nl'),
(519, 53, 'no'),
(497, 53, 'pt'),
(517, 53, 'ro'),
(518, 53, 'ru'),
(533, 54, 'da'),
(534, 54, 'de'),
(537, 54, 'el'),
(532, 54, 'en'),
(535, 54, 'es'),
(536, 54, 'fr'),
(538, 54, 'it'),
(539, 54, 'nl'),
(542, 54, 'no'),
(520, 54, 'pt'),
(540, 54, 'ro'),
(541, 54, 'ru'),
(556, 55, 'da'),
(557, 55, 'de'),
(560, 55, 'el'),
(555, 55, 'en'),
(558, 55, 'es'),
(559, 55, 'fr'),
(561, 55, 'it'),
(562, 55, 'nl'),
(565, 55, 'no'),
(543, 55, 'pt'),
(563, 55, 'ro'),
(564, 55, 'ru'),
(568, 56, 'da'),
(569, 56, 'de'),
(572, 56, 'el'),
(567, 56, 'en'),
(570, 56, 'es'),
(571, 56, 'fr'),
(573, 56, 'it'),
(574, 56, 'nl'),
(577, 56, 'no'),
(566, 56, 'pt'),
(575, 56, 'ro'),
(576, 56, 'ru'),
(580, 57, 'da'),
(581, 57, 'de'),
(584, 57, 'el'),
(579, 57, 'en'),
(582, 57, 'es'),
(583, 57, 'fr'),
(585, 57, 'it'),
(586, 57, 'nl'),
(589, 57, 'no'),
(578, 57, 'pt'),
(587, 57, 'ro'),
(588, 57, 'ru'),
(590, 58, 'pt'),
(591, 59, 'pt'),
(592, 60, 'pt'),
(595, 61, 'da'),
(596, 61, 'de'),
(599, 61, 'el'),
(594, 61, 'en'),
(597, 61, 'es'),
(598, 61, 'fr'),
(600, 61, 'it'),
(601, 61, 'nl'),
(604, 61, 'no'),
(593, 61, 'pt'),
(602, 61, 'ro'),
(603, 61, 'ru'),
(618, 62, 'da'),
(619, 62, 'de'),
(622, 62, 'el'),
(617, 62, 'en'),
(620, 62, 'es'),
(621, 62, 'fr'),
(623, 62, 'it'),
(624, 62, 'nl'),
(627, 62, 'no'),
(605, 62, 'pt'),
(625, 62, 'ro'),
(626, 62, 'ru'),
(641, 63, 'da'),
(642, 63, 'de'),
(645, 63, 'el'),
(640, 63, 'en'),
(643, 63, 'es'),
(644, 63, 'fr'),
(646, 63, 'it'),
(647, 63, 'nl'),
(650, 63, 'no'),
(628, 63, 'pt'),
(648, 63, 'ro'),
(649, 63, 'ru'),
(664, 64, 'da'),
(665, 64, 'de'),
(668, 64, 'el'),
(663, 64, 'en'),
(666, 64, 'es'),
(667, 64, 'fr'),
(669, 64, 'it'),
(670, 64, 'nl'),
(673, 64, 'no'),
(651, 64, 'pt'),
(671, 64, 'ro'),
(672, 64, 'ru'),
(687, 65, 'da'),
(688, 65, 'de'),
(691, 65, 'el'),
(686, 65, 'en'),
(689, 65, 'es'),
(690, 65, 'fr'),
(692, 65, 'it'),
(693, 65, 'nl'),
(696, 65, 'no'),
(674, 65, 'pt'),
(694, 65, 'ro'),
(695, 65, 'ru'),
(710, 66, 'da'),
(711, 66, 'de'),
(714, 66, 'el'),
(709, 66, 'en'),
(712, 66, 'es'),
(713, 66, 'fr'),
(715, 66, 'it'),
(716, 66, 'nl'),
(719, 66, 'no'),
(697, 66, 'pt'),
(717, 66, 'ro'),
(718, 66, 'ru'),
(733, 67, 'da'),
(734, 67, 'de'),
(737, 67, 'el'),
(732, 67, 'en'),
(735, 67, 'es'),
(736, 67, 'fr'),
(738, 67, 'it'),
(739, 67, 'nl'),
(742, 67, 'no'),
(720, 67, 'pt'),
(740, 67, 'ro'),
(741, 67, 'ru'),
(756, 68, 'da'),
(757, 68, 'de'),
(760, 68, 'el'),
(755, 68, 'en'),
(758, 68, 'es'),
(759, 68, 'fr'),
(761, 68, 'it'),
(762, 68, 'nl'),
(765, 68, 'no'),
(743, 68, 'pt'),
(763, 68, 'ro'),
(764, 68, 'ru'),
(779, 69, 'da'),
(780, 69, 'de'),
(783, 69, 'el'),
(778, 69, 'en'),
(781, 69, 'es'),
(782, 69, 'fr'),
(784, 69, 'it'),
(785, 69, 'nl'),
(788, 69, 'no'),
(766, 69, 'pt'),
(786, 69, 'ro'),
(787, 69, 'ru'),
(802, 70, 'da'),
(803, 70, 'de'),
(806, 70, 'el'),
(801, 70, 'en'),
(804, 70, 'es'),
(805, 70, 'fr'),
(807, 70, 'it'),
(808, 70, 'nl'),
(811, 70, 'no'),
(789, 70, 'pt'),
(809, 70, 'ro'),
(810, 70, 'ru'),
(825, 71, 'da'),
(826, 71, 'de'),
(829, 71, 'el'),
(824, 71, 'en'),
(827, 71, 'es'),
(828, 71, 'fr'),
(830, 71, 'it'),
(831, 71, 'nl'),
(834, 71, 'no'),
(812, 71, 'pt'),
(832, 71, 'ro'),
(833, 71, 'ru'),
(848, 72, 'da'),
(849, 72, 'de'),
(852, 72, 'el'),
(847, 72, 'en'),
(850, 72, 'es'),
(851, 72, 'fr'),
(853, 72, 'it'),
(854, 72, 'nl'),
(857, 72, 'no'),
(835, 72, 'pt'),
(855, 72, 'ro'),
(856, 72, 'ru'),
(871, 73, 'da'),
(872, 73, 'de'),
(875, 73, 'el'),
(870, 73, 'en'),
(873, 73, 'es'),
(874, 73, 'fr'),
(876, 73, 'it'),
(877, 73, 'nl'),
(880, 73, 'no'),
(858, 73, 'pt'),
(878, 73, 'ro'),
(879, 73, 'ru'),
(894, 74, 'da'),
(895, 74, 'de'),
(898, 74, 'el'),
(893, 74, 'en'),
(896, 74, 'es'),
(897, 74, 'fr'),
(899, 74, 'it'),
(900, 74, 'nl'),
(903, 74, 'no'),
(881, 74, 'pt'),
(901, 74, 'ro'),
(902, 74, 'ru'),
(917, 75, 'da'),
(918, 75, 'de'),
(921, 75, 'el'),
(916, 75, 'en'),
(919, 75, 'es'),
(920, 75, 'fr'),
(922, 75, 'it'),
(923, 75, 'nl'),
(926, 75, 'no'),
(904, 75, 'pt'),
(924, 75, 'ro'),
(925, 75, 'ru'),
(940, 76, 'da'),
(941, 76, 'de'),
(944, 76, 'el'),
(939, 76, 'en'),
(942, 76, 'es'),
(943, 76, 'fr'),
(945, 76, 'it'),
(946, 76, 'nl'),
(949, 76, 'no'),
(927, 76, 'pt'),
(947, 76, 'ro'),
(948, 76, 'ru'),
(963, 77, 'da'),
(964, 77, 'de'),
(967, 77, 'el'),
(962, 77, 'en'),
(965, 77, 'es'),
(966, 77, 'fr'),
(968, 77, 'it'),
(969, 77, 'nl'),
(972, 77, 'no'),
(950, 77, 'pt'),
(970, 77, 'ro'),
(971, 77, 'ru'),
(986, 78, 'da'),
(987, 78, 'de'),
(990, 78, 'el'),
(985, 78, 'en'),
(988, 78, 'es'),
(989, 78, 'fr'),
(991, 78, 'it'),
(992, 78, 'nl'),
(995, 78, 'no'),
(973, 78, 'pt'),
(993, 78, 'ro'),
(994, 78, 'ru'),
(1009, 79, 'da'),
(1010, 79, 'de'),
(1013, 79, 'el'),
(1008, 79, 'en'),
(1011, 79, 'es'),
(1012, 79, 'fr'),
(1014, 79, 'it'),
(1015, 79, 'nl'),
(1018, 79, 'no'),
(996, 79, 'pt'),
(1016, 79, 'ro'),
(1017, 79, 'ru'),
(1032, 80, 'da'),
(1033, 80, 'de'),
(1036, 80, 'el'),
(1031, 80, 'en'),
(1034, 80, 'es'),
(1035, 80, 'fr'),
(1037, 80, 'it'),
(1038, 80, 'nl'),
(1041, 80, 'no'),
(1019, 80, 'pt'),
(1039, 80, 'ro'),
(1040, 80, 'ru'),
(1055, 81, 'da'),
(1056, 81, 'de'),
(1059, 81, 'el'),
(1054, 81, 'en'),
(1057, 81, 'es'),
(1058, 81, 'fr'),
(1060, 81, 'it'),
(1061, 81, 'nl'),
(1064, 81, 'no'),
(1042, 81, 'pt'),
(1062, 81, 'ro'),
(1063, 81, 'ru'),
(1078, 82, 'da'),
(1079, 82, 'de'),
(1082, 82, 'el'),
(1077, 82, 'en'),
(1080, 82, 'es'),
(1081, 82, 'fr'),
(1083, 82, 'it'),
(1084, 82, 'nl'),
(1087, 82, 'no'),
(1065, 82, 'pt'),
(1085, 82, 'ro'),
(1086, 82, 'ru'),
(1101, 83, 'da'),
(1102, 83, 'de'),
(1105, 83, 'el'),
(1100, 83, 'en'),
(1103, 83, 'es'),
(1104, 83, 'fr'),
(1106, 83, 'it'),
(1107, 83, 'nl'),
(1110, 83, 'no'),
(1088, 83, 'pt'),
(1108, 83, 'ro'),
(1109, 83, 'ru'),
(1124, 84, 'da'),
(1125, 84, 'de'),
(1128, 84, 'el'),
(1123, 84, 'en'),
(1126, 84, 'es'),
(1127, 84, 'fr'),
(1129, 84, 'it'),
(1130, 84, 'nl'),
(1133, 84, 'no'),
(1111, 84, 'pt'),
(1131, 84, 'ro'),
(1132, 84, 'ru'),
(1147, 85, 'da'),
(1148, 85, 'de'),
(1151, 85, 'el'),
(1146, 85, 'en'),
(1149, 85, 'es'),
(1150, 85, 'fr'),
(1152, 85, 'it'),
(1153, 85, 'nl'),
(1156, 85, 'no'),
(1134, 85, 'pt'),
(1154, 85, 'ro'),
(1155, 85, 'ru'),
(1170, 86, 'da'),
(1171, 86, 'de'),
(1174, 86, 'el'),
(1169, 86, 'en'),
(1172, 86, 'es'),
(1173, 86, 'fr'),
(1175, 86, 'it'),
(1176, 86, 'nl'),
(1179, 86, 'no'),
(1157, 86, 'pt'),
(1177, 86, 'ro'),
(1178, 86, 'ru'),
(1193, 87, 'da'),
(1194, 87, 'de'),
(1197, 87, 'el'),
(1192, 87, 'en'),
(1195, 87, 'es'),
(1196, 87, 'fr'),
(1198, 87, 'it'),
(1199, 87, 'nl'),
(1202, 87, 'no'),
(1180, 87, 'pt'),
(1200, 87, 'ro'),
(1201, 87, 'ru'),
(1216, 88, 'da'),
(1217, 88, 'de'),
(1220, 88, 'el'),
(1215, 88, 'en'),
(1218, 88, 'es'),
(1219, 88, 'fr'),
(1221, 88, 'it'),
(1222, 88, 'nl'),
(1225, 88, 'no'),
(1203, 88, 'pt'),
(1223, 88, 'ro'),
(1224, 88, 'ru'),
(1239, 89, 'da'),
(1240, 89, 'de'),
(1243, 89, 'el'),
(1238, 89, 'en'),
(1241, 89, 'es'),
(1242, 89, 'fr'),
(1244, 89, 'it'),
(1245, 89, 'nl'),
(1248, 89, 'no'),
(1226, 89, 'pt'),
(1246, 89, 'ro'),
(1247, 89, 'ru'),
(1262, 90, 'da'),
(1263, 90, 'de'),
(1266, 90, 'el'),
(1261, 90, 'en'),
(1264, 90, 'es'),
(1265, 90, 'fr'),
(1267, 90, 'it'),
(1268, 90, 'nl'),
(1271, 90, 'no'),
(1249, 90, 'pt'),
(1269, 90, 'ro'),
(1270, 90, 'ru'),
(1285, 91, 'da'),
(1286, 91, 'de'),
(1289, 91, 'el'),
(1284, 91, 'en'),
(1287, 91, 'es'),
(1288, 91, 'fr'),
(1290, 91, 'it'),
(1291, 91, 'nl'),
(1294, 91, 'no'),
(1272, 91, 'pt'),
(1292, 91, 'ro'),
(1293, 91, 'ru'),
(1308, 92, 'da'),
(1309, 92, 'de'),
(1312, 92, 'el'),
(1307, 92, 'en'),
(1310, 92, 'es'),
(1311, 92, 'fr'),
(1313, 92, 'it'),
(1314, 92, 'nl'),
(1317, 92, 'no'),
(1295, 92, 'pt'),
(1315, 92, 'ro'),
(1316, 92, 'ru'),
(1331, 93, 'da'),
(1332, 93, 'de'),
(1335, 93, 'el'),
(1330, 93, 'en'),
(1333, 93, 'es'),
(1334, 93, 'fr'),
(1336, 93, 'it'),
(1337, 93, 'nl'),
(1340, 93, 'no'),
(1318, 93, 'pt'),
(1338, 93, 'ro'),
(1339, 93, 'ru'),
(1354, 94, 'da'),
(1355, 94, 'de'),
(1358, 94, 'el'),
(1353, 94, 'en'),
(1356, 94, 'es'),
(1357, 94, 'fr'),
(1359, 94, 'it'),
(1360, 94, 'nl'),
(1363, 94, 'no'),
(1341, 94, 'pt'),
(1361, 94, 'ro'),
(1362, 94, 'ru'),
(1377, 95, 'da'),
(1378, 95, 'de'),
(1381, 95, 'el'),
(1376, 95, 'en'),
(1379, 95, 'es'),
(1380, 95, 'fr'),
(1382, 95, 'it'),
(1383, 95, 'nl'),
(1386, 95, 'no'),
(1364, 95, 'pt'),
(1384, 95, 'ro'),
(1385, 95, 'ru'),
(1400, 96, 'da'),
(1401, 96, 'de'),
(1404, 96, 'el'),
(1399, 96, 'en'),
(1402, 96, 'es'),
(1403, 96, 'fr'),
(1405, 96, 'it'),
(1406, 96, 'nl'),
(1409, 96, 'no'),
(1387, 96, 'pt'),
(1407, 96, 'ro'),
(1408, 96, 'ru'),
(1423, 97, 'da'),
(1424, 97, 'de'),
(1427, 97, 'el'),
(1422, 97, 'en'),
(1425, 97, 'es'),
(1426, 97, 'fr'),
(1428, 97, 'it'),
(1429, 97, 'nl'),
(1432, 97, 'no'),
(1410, 97, 'pt'),
(1430, 97, 'ro'),
(1431, 97, 'ru'),
(1446, 98, 'da'),
(1447, 98, 'de'),
(1450, 98, 'el'),
(1445, 98, 'en'),
(1448, 98, 'es'),
(1449, 98, 'fr'),
(1451, 98, 'it'),
(1452, 98, 'nl'),
(1455, 98, 'no'),
(1433, 98, 'pt'),
(1453, 98, 'ro'),
(1454, 98, 'ru');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_blog_authors`
--

CREATE TABLE `partiushop_blog_authors` (
  `page_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_blog_authors`
--

INSERT INTO `partiushop_blog_authors` (`page_id`, `user_id`) VALUES
(7, 1),
(8, 1),
(9, 1),
(10, 1),
(41, 1),
(42, 1),
(43, 1),
(44, 1),
(45, 1),
(46, 1),
(47, 1),
(56, 30),
(57, 30),
(58, 30),
(59, 30),
(60, 30),
(61, 30),
(62, 30),
(63, 30),
(64, 30),
(65, 30),
(66, 30),
(67, 30),
(68, 30);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_bm_blocks`
--

CREATE TABLE `partiushop_bm_blocks` (
  `block_id` int(11) UNSIGNED NOT NULL,
  `type` varchar(64) NOT NULL DEFAULT '',
  `properties` text DEFAULT NULL,
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `storefront_id` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_bm_blocks`
--

INSERT INTO `partiushop_bm_blocks` (`block_id`, `type`, `properties`, `company_id`, `storefront_id`) VALUES
(1, 'languages', 'a:4:{s:8:\"template\";s:20:\"blocks/languages.tpl\";s:4:\"text\";s:0:\"\";s:6:\"format\";s:4:\"icon\";s:14:\"dropdown_limit\";s:1:\"0\";}', 0, 1),
(2, 'currencies', 'a:4:{s:8:\"template\";s:21:\"blocks/currencies.tpl\";s:4:\"text\";s:0:\"\";s:6:\"format\";s:6:\"symbol\";s:14:\"dropdown_limit\";s:1:\"3\";}', 0, 1),
(3, 'menu', 'a:2:{s:8:\"template\";s:26:\"blocks/menu/text_links.tpl\";s:18:\"show_items_in_line\";s:1:\"Y\";}', 0, 1),
(4, 'my_account', 'a:1:{s:8:\"template\";s:21:\"blocks/my_account.tpl\";}', 0, 1),
(5, 'template', 'a:2:{s:8:\"template\";s:32:\"blocks/static_templates/logo.tpl\";s:11:\"enable_link\";s:1:\"Y\";}', 0, 1),
(6, 'call_request', 'a:1:{s:8:\"template\";s:44:\"addons/call_requests/blocks/call_request.tpl\";}', 0, 1),
(7, 'template', 'a:1:{s:8:\"template\";s:34:\"blocks/static_templates/search.tpl\";}', 0, 1),
(8, 'cart_content', 'a:5:{s:8:\"template\";s:23:\"blocks/cart_content.tpl\";s:22:\"display_bottom_buttons\";s:1:\"Y\";s:20:\"display_delete_icons\";s:1:\"Y\";s:19:\"products_links_type\";s:5:\"thumb\";s:20:\"generate_block_title\";s:1:\"Y\";}', 0, 1),
(9, 'menu', 'a:3:{s:8:\"template\";s:35:\"blocks/menu/dropdown_horizontal.tpl\";s:30:\"dropdown_second_level_elements\";s:2:\"12\";s:29:\"dropdown_third_level_elements\";s:1:\"6\";}', 0, 1),
(10, 'breadcrumbs', 'a:1:{s:8:\"template\";s:22:\"common/breadcrumbs.tpl\";}', 0, 1),
(11, 'main', '', 0, 1),
(12, 'template', 'a:1:{s:8:\"template\";s:65:\"addons/newsletters/blocks/static_templates/subscribe_advanced.tpl\";}', 0, 1),
(13, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(14, 'template', 'a:1:{s:8:\"template\";s:53:\"blocks/static_templates/my_account_links_advanced.tpl\";}', 0, 1),
(15, 'menu', 'a:2:{s:8:\"template\";s:26:\"blocks/menu/text_links.tpl\";s:18:\"show_items_in_line\";s:1:\"N\";}', 0, 1),
(16, 'menu', 'a:2:{s:8:\"template\";s:26:\"blocks/menu/text_links.tpl\";s:18:\"show_items_in_line\";s:1:\"N\";}', 0, 1),
(17, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(18, 'template', 'a:1:{s:8:\"template\";s:37:\"blocks/static_templates/copyright.tpl\";}', 0, 1),
(19, 'template', 'a:1:{s:8:\"template\";s:41:\"blocks/static_templates/payment_icons.tpl\";}', 0, 1),
(20, 'banners', 'a:3:{s:8:\"template\";s:34:\"addons/banners/blocks/carousel.tpl\";s:10:\"navigation\";s:1:\"P\";s:5:\"delay\";s:3:\"333\";}', 0, 1),
(21, 'banners', 'a:1:{s:8:\"template\";s:34:\"addons/banners/blocks/original.tpl\";}', 0, 1),
(22, 'banners', 'a:1:{s:8:\"template\";s:34:\"addons/banners/blocks/original.tpl\";}', 0, 1),
(23, 'vendors', 'a:7:{s:8:\"template\";s:49:\"blocks/vendor_list_templates/featured_vendors.tpl\";s:17:\"number_of_columns\";s:1:\"5\";s:13:\"show_location\";s:1:\"Y\";s:11:\"show_rating\";s:1:\"Y\";s:18:\"show_vendor_rating\";s:1:\"Y\";s:19:\"show_products_count\";s:1:\"Y\";s:17:\"displayed_vendors\";s:1:\"5\";}', 0, 1),
(24, 'products', 'a:11:{s:8:\"template\";s:37:\"blocks/products/products_scroller.tpl\";s:10:\"show_price\";s:1:\"Y\";s:17:\"enable_quick_view\";s:1:\"N\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:15:\"scroll_per_page\";s:1:\"Y\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"4\";s:15:\"thumbnail_width\";s:3:\"160\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";s:18:\"outside_navigation\";s:1:\"Y\";}', 0, 1),
(25, 'products', 'a:4:{s:8:\"template\";s:41:\"blocks/products/products_multicolumns.tpl\";s:11:\"item_number\";s:1:\"N\";s:17:\"number_of_columns\";s:1:\"4\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 1),
(26, 'blog', 'a:1:{s:8:\"template\";s:33:\"addons/blog/blocks/text_links.tpl\";}', 0, 1),
(27, 'testimonials', 'a:3:{s:8:\"template\";s:41:\"addons/discussion/blocks/testimonials.tpl\";s:5:\"limit\";s:1:\"2\";s:6:\"random\";s:1:\"N\";}', 0, 1),
(28, 'our_brands', 'a:9:{s:8:\"template\";s:21:\"blocks/our_brands.tpl\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:15:\"scroll_per_page\";s:1:\"Y\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"7\";s:15:\"thumbnail_width\";s:2:\"75\";s:18:\"outside_navigation\";s:1:\"N\";s:11:\"total_items\";i:0;}', 0, 1),
(29, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(30, 'products', 'a:4:{s:8:\"template\";s:41:\"blocks/products/products_multicolumns.tpl\";s:11:\"item_number\";s:1:\"N\";s:17:\"number_of_columns\";s:1:\"2\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 1),
(31, 'products', 'a:2:{s:8:\"template\";s:30:\"blocks/products/short_list.tpl\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 1),
(32, 'product_filters', 'a:1:{s:8:\"template\";s:35:\"blocks/product_filters/original.tpl\";}', 0, 1),
(33, 'products', 'a:3:{s:8:\"template\";s:40:\"blocks/products/products_small_items.tpl\";s:11:\"item_number\";s:1:\"N\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 1),
(34, 'template', 'a:2:{s:8:\"template\";s:32:\"blocks/static_templates/logo.tpl\";s:11:\"enable_link\";s:1:\"N\";}', 0, 1),
(35, 'lite_checkout_location', 'a:1:{s:8:\"template\";s:33:\"blocks/lite_checkout/location.tpl\";}', 0, 1),
(36, 'lite_checkout_shipping_methods', 'a:2:{s:8:\"template\";s:41:\"blocks/lite_checkout/shipping_methods.tpl\";s:40:\"show_vendor_info_if_shipping_no_required\";s:1:\"Y\";}', 0, 1),
(37, 'lite_checkout_customer_sign_in', 'a:1:{s:8:\"template\";s:41:\"blocks/lite_checkout/customer_sign_in.tpl\";}', 0, 1),
(38, 'lite_checkout_customer_address', 'a:1:{s:8:\"template\";s:41:\"blocks/lite_checkout/customer_address.tpl\";}', 0, 1),
(39, 'lite_checkout_customer_information', 'a:1:{s:8:\"template\";s:45:\"blocks/lite_checkout/customer_information.tpl\";}', 0, 1),
(40, 'lite_checkout_customer_notes', 'a:1:{s:8:\"template\";s:39:\"blocks/lite_checkout/customer_notes.tpl\";}', 0, 1),
(41, 'lite_checkout_payment_methods', 'a:1:{s:8:\"template\";s:40:\"blocks/lite_checkout/payment_methods.tpl\";}', 0, 1),
(42, 'lite_checkout_customer_billing', 'a:1:{s:8:\"template\";s:41:\"blocks/lite_checkout/customer_billing.tpl\";}', 0, 1),
(43, 'lite_checkout_terms_and_conditions', 'a:1:{s:8:\"template\";s:45:\"blocks/lite_checkout/terms_and_conditions.tpl\";}', 0, 1),
(44, 'lite_checkout_newsletters', 'a:1:{s:8:\"template\";s:55:\"addons/newsletters/blocks/lite_checkout/newsletters.tpl\";}', 0, 1),
(45, 'carts_summary', 'a:1:{s:8:\"template\";s:47:\"addons/direct_payments/blocks/carts_summary.tpl\";}', 0, 1),
(46, 'checkout', 'a:1:{s:8:\"template\";s:36:\"blocks/checkout/products_in_cart.tpl\";}', 0, 1),
(47, 'checkout', 'a:1:{s:8:\"template\";s:27:\"blocks/checkout/summary.tpl\";}', 0, 1),
(48, 'template', 'a:1:{s:8:\"template\";s:37:\"blocks/static_templates/auth_info.tpl\";}', 0, 1),
(49, 'template', 'a:1:{s:8:\"template\";s:40:\"blocks/static_templates/profile_info.tpl\";}', 0, 1),
(50, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(51, 'vendor_logo', 'a:1:{s:8:\"template\";s:30:\"blocks/vendors/vendor_logo.tpl\";}', 0, 1),
(52, 'vendor_search', 'a:1:{s:8:\"template\";s:32:\"blocks/vendors/vendor_search.tpl\";}', 0, 1),
(53, 'vendor_information', 'a:1:{s:8:\"template\";s:37:\"blocks/vendors/vendor_information.tpl\";}', 0, 1),
(54, 'product_filters', 'a:1:{s:8:\"template\";s:43:\"blocks/product_filters/selected_filters.tpl\";}', 0, 1),
(55, 'vendor_categories', 'a:2:{s:8:\"template\";s:50:\"blocks/categories/categories_dropdown_vertical.tpl\";s:25:\"right_to_left_orientation\";s:1:\"N\";}', 0, 1),
(56, 'product_filters', 'a:1:{s:8:\"template\";s:35:\"blocks/product_filters/original.tpl\";}', 0, 1),
(58, 'template', 'a:1:{s:8:\"template\";s:31:\"blocks/static_templates/404.tpl\";}', 0, 1),
(59, 'product_filters', 'a:1:{s:8:\"template\";s:45:\"blocks/product_filters/horizontal_filters.tpl\";}', 0, 1),
(60, 'blog', 'a:1:{s:8:\"template\";s:35:\"addons/blog/blocks/recent_posts.tpl\";}', 0, 1),
(61, 'languages', 'a:4:{s:8:\"template\";s:20:\"blocks/languages.tpl\";s:4:\"text\";s:0:\"\";s:6:\"format\";s:4:\"name\";s:14:\"dropdown_limit\";s:1:\"0\";}', 0, 1),
(62, 'cart_content', 'a:4:{s:8:\"template\";s:23:\"blocks/cart_content.tpl\";s:22:\"display_bottom_buttons\";s:1:\"Y\";s:20:\"display_delete_icons\";s:1:\"Y\";s:19:\"products_links_type\";s:5:\"thumb\";}', 0, 1),
(63, 'categories', 'a:3:{s:8:\"template\";s:52:\"blocks/categories/categories_dropdown_horizontal.tpl\";s:30:\"dropdown_second_level_elements\";s:2:\"12\";s:29:\"dropdown_third_level_elements\";s:1:\"6\";}', 0, 1),
(64, 'products', 'a:8:{s:8:\"template\";s:37:\"blocks/products/products_scroller.tpl\";s:10:\"show_price\";s:1:\"Y\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:15:\"scroll_per_page\";s:1:\"N\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"4\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 1),
(65, 'products', 'a:4:{s:8:\"template\";s:41:\"blocks/products/products_multicolumns.tpl\";s:11:\"item_number\";s:1:\"N\";s:17:\"number_of_columns\";s:1:\"4\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 1),
(66, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(67, 'checkout', 'a:1:{s:8:\"template\";s:30:\"blocks/checkout/order_info.tpl\";}', 0, 1),
(68, 'gift_certificates_verify', 'a:1:{s:8:\"template\";s:60:\"addons/gift_certificates/blocks/gift_certificates_verify.tpl\";}', 0, 1),
(69, 'products', 'a:5:{s:8:\"template\";s:61:\"addons/product_variations/blocks/products/variations_list.tpl\";s:46:\"product_variations.hide_add_to_wishlist_button\";s:1:\"N\";s:23:\"hide_add_to_cart_button\";s:1:\"N\";s:36:\"product_variations.show_product_code\";s:1:\"Y\";s:44:\"product_variations.show_variation_thumbnails\";s:1:\"Y\";}', 0, 1),
(74, 'location_selector', 'a:1:{s:8:\"template\";s:52:\"addons/vendor_locations/blocks/location_selector.tpl\";}', 0, 1),
(75, 'geo_maps_customer_location', 'a:1:{s:8:\"template\";s:44:\"addons/geo_maps/blocks/customer_location.tpl\";}', 0, 1),
(76, 'currencies', 'a:4:{s:8:\"template\";s:21:\"blocks/currencies.tpl\";s:4:\"text\";s:0:\"\";s:6:\"format\";s:6:\"symbol\";s:14:\"dropdown_limit\";s:1:\"1\";}', 0, 1),
(77, 'template', 'a:2:{s:8:\"template\";s:32:\"blocks/static_templates/logo.tpl\";s:11:\"enable_link\";s:1:\"Y\";}', 0, 1),
(78, 'menu', 'a:7:{s:8:\"template\";s:48:\"blocks/menu/abt__ut2_dropdown_horizontal_mwi.tpl\";s:19:\"abt_menu_long_names\";s:1:\"N\";s:29:\"abt_menu_long_names_max_width\";s:3:\"100\";s:19:\"abt_menu_icon_items\";s:1:\"N\";s:30:\"dropdown_second_level_elements\";s:2:\"12\";s:29:\"dropdown_third_level_elements\";s:1:\"6\";s:31:\"abt__ut2_view_more_btn_behavior\";s:1:\"0\";}', 0, 1),
(79, 'template', 'a:1:{s:8:\"template\";s:49:\"blocks/static_templates/abt__ut2__top_buttons.tpl\";}', 0, 1),
(80, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(81, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(82, 'menu', 'a:8:{s:8:\"template\";s:46:\"blocks/menu/abt__ut2_dropdown_vertical_mwi.tpl\";s:19:\"abt_menu_icon_items\";s:1:\"N\";s:36:\"no_hidden_elements_second_level_view\";s:1:\"5\";s:36:\"elements_per_column_third_level_view\";s:2:\"10\";s:30:\"dropdown_second_level_elements\";s:2:\"12\";s:29:\"dropdown_third_level_elements\";s:1:\"6\";s:18:\"abt_menu_ajax_load\";s:1:\"N\";s:31:\"abt__ut2_view_more_btn_behavior\";s:10:\"view_items\";}', 0, 1),
(83, 'my_account', 'a:1:{s:8:\"template\";s:21:\"blocks/my_account.tpl\";}', 0, 1),
(84, 'template', 'a:1:{s:8:\"template\";s:44:\"blocks/static_templates/my_account_links.tpl\";}', 0, 1),
(85, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(86, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(87, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(88, 'banners', 'a:5:{s:8:\"template\";s:66:\"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl\";s:6:\"margin\";s:1:\"0\";s:6:\"height\";s:5:\"400px\";s:10:\"navigation\";s:1:\"A\";s:5:\"delay\";s:2:\"10\";}', 0, 1),
(89, 'ab__fast_navigation', 'a:10:{s:8:\"template\";s:74:\"addons/ab__fast_navigation/blocks/ab__fast_navigation/ab__fn_two_level.tpl\";s:32:\"ab__fn_number_of_columns_desktop\";s:1:\"6\";s:38:\"ab__fn_number_of_columns_desktop_small\";s:1:\"6\";s:31:\"ab__fn_number_of_columns_tablet\";s:1:\"5\";s:37:\"ab__fn_number_of_columns_tablet_small\";s:1:\"3\";s:31:\"ab__fn_number_of_columns_mobile\";s:1:\"3\";s:31:\"ab__fn_init_second_level_scroll\";s:1:\"N\";s:15:\"ab__fn_add_link\";s:1:\"Y\";s:17:\"ab__fn_icon_width\";s:3:\"100\";s:21:\"ab__fn_init_scrollbar\";s:1:\"N\";}', 0, 1),
(90, 'template', 'a:1:{s:8:\"template\";s:49:\"blocks/static_templates/abt__ut2__title_block.tpl\";}', 0, 1),
(91, 'products', 'a:12:{s:8:\"template\";s:46:\"blocks/products/products_scroller_advanced.tpl\";s:10:\"show_price\";s:1:\"Y\";s:17:\"enable_quick_view\";s:1:\"Y\";s:24:\"not_scroll_automatically\";s:1:\"N\";s:15:\"scroll_per_page\";s:1:\"Y\";s:15:\"thumbnail_width\";s:3:\"270\";s:25:\"abt__ut2_thumbnail_height\";s:3:\"270\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"4\";s:18:\"outside_navigation\";s:1:\"N\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 1),
(92, 'products', 'a:12:{s:8:\"template\";s:46:\"blocks/products/products_scroller_advanced.tpl\";s:10:\"show_price\";s:1:\"Y\";s:17:\"enable_quick_view\";s:1:\"Y\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:15:\"scroll_per_page\";s:1:\"Y\";s:15:\"thumbnail_width\";s:3:\"270\";s:25:\"abt__ut2_thumbnail_height\";s:3:\"270\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"4\";s:18:\"outside_navigation\";s:1:\"N\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 1),
(93, 'products', 'a:12:{s:8:\"template\";s:46:\"blocks/products/products_scroller_advanced.tpl\";s:10:\"show_price\";s:1:\"Y\";s:17:\"enable_quick_view\";s:1:\"Y\";s:24:\"not_scroll_automatically\";s:1:\"N\";s:15:\"scroll_per_page\";s:1:\"Y\";s:15:\"thumbnail_width\";s:3:\"270\";s:25:\"abt__ut2_thumbnail_height\";s:3:\"270\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"4\";s:18:\"outside_navigation\";s:1:\"N\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 1),
(94, 'banners', 'a:5:{s:8:\"template\";s:66:\"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl\";s:6:\"margin\";s:10:\"0 0 10px 0\";s:6:\"height\";s:5:\"250px\";s:10:\"navigation\";s:1:\"N\";s:5:\"delay\";s:1:\"5\";}', 0, 1),
(95, 'banners', 'a:5:{s:8:\"template\";s:66:\"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl\";s:6:\"margin\";s:1:\"0\";s:6:\"height\";s:5:\"250px\";s:10:\"navigation\";s:1:\"N\";s:5:\"delay\";s:1:\"7\";}', 0, 1),
(96, 'banners', 'a:3:{s:8:\"template\";s:57:\"addons/abt__unitheme2/blocks/abt__ut2_banner_combined.tpl\";s:6:\"margin\";s:1:\"0\";s:6:\"height\";s:5:\"510px\";}', 0, 1),
(97, 'banners', 'a:3:{s:8:\"template\";s:57:\"addons/abt__unitheme2/blocks/abt__ut2_banner_combined.tpl\";s:6:\"margin\";s:10:\"0 0 10px 0\";s:6:\"height\";s:5:\"250px\";}', 0, 1),
(98, 'banners', 'a:5:{s:8:\"template\";s:66:\"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl\";s:6:\"margin\";s:1:\"0\";s:6:\"height\";s:5:\"250px\";s:10:\"navigation\";s:1:\"N\";s:5:\"delay\";s:1:\"6\";}', 0, 1),
(99, 'ab__deal_of_the_day', 'a:11:{s:8:\"template\";s:57:\"addons/ab__deal_of_the_day/blocks/ab__deal_of_the_day.tpl\";s:10:\"show_price\";s:1:\"Y\";s:17:\"enable_quick_view\";s:1:\"Y\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:15:\"scroll_per_page\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"4\";s:15:\"thumbnail_width\";s:2:\"80\";s:18:\"outside_navigation\";s:1:\"Y\";s:34:\"ab__show_additional_product_images\";s:1:\"Y\";}', 0, 1),
(100, 'products', 'a:10:{s:8:\"template\";s:46:\"blocks/products/products_scroller_advanced.tpl\";s:10:\"show_price\";s:1:\"Y\";s:17:\"enable_quick_view\";s:1:\"Y\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:15:\"scroll_per_page\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"5\";s:18:\"outside_navigation\";s:1:\"N\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 1),
(101, 'closest_vendors', 'a:5:{s:8:\"template\";s:50:\"addons/vendor_locations/blocks/closest_vendors.tpl\";s:17:\"number_of_columns\";s:1:\"5\";s:13:\"show_location\";s:1:\"Y\";s:19:\"show_products_count\";s:1:\"Y\";s:17:\"displayed_vendors\";s:2:\"10\";}', 0, 1),
(102, 'vendors', 'a:6:{s:8:\"template\";s:49:\"blocks/vendor_list_templates/featured_vendors.tpl\";s:17:\"number_of_columns\";s:1:\"5\";s:13:\"show_location\";s:1:\"Y\";s:19:\"show_products_count\";s:1:\"Y\";s:11:\"show_rating\";s:1:\"Y\";s:17:\"displayed_vendors\";s:1:\"5\";}', 0, 1),
(103, 'blog', 'a:1:{s:8:\"template\";s:43:\"addons/blog/blocks/abt_ut2_recent_posts.tpl\";}', 0, 1),
(104, 'ab__promotions', 'a:6:{s:8:\"template\";s:66:\"addons/ab__deal_of_the_day/blocks/promotions/ab__dotd_scroller.tpl\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"4\";s:18:\"outside_navigation\";s:1:\"Y\";}', 0, 1),
(105, 'our_brands', 'a:9:{s:8:\"template\";s:21:\"blocks/our_brands.tpl\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:15:\"scroll_per_page\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"7\";s:15:\"thumbnail_width\";s:2:\"75\";s:18:\"outside_navigation\";s:1:\"Y\";s:11:\"total_items\";i:0;}', 0, 1),
(106, 'html_block', 'a:1:{s:8:\"template\";s:21:\"blocks/html_block.tpl\";}', 0, 1),
(107, 'template', 'a:1:{s:8:\"template\";s:46:\"blocks/static_templates/subscribe_advanced.tpl\";}', 0, 1),
(108, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(109, 'banners', 'a:3:{s:8:\"template\";s:57:\"addons/abt__unitheme2/blocks/abt__ut2_banner_combined.tpl\";s:6:\"margin\";s:1:\"0\";s:6:\"height\";s:5:\"200px\";}', 0, 1),
(110, 'template', 'a:1:{s:8:\"template\";s:49:\"blocks/static_templates/abt__ut2__title_block.tpl\";}', 0, 1),
(111, 'products', 'a:12:{s:8:\"template\";s:46:\"blocks/products/products_scroller_advanced.tpl\";s:10:\"show_price\";s:1:\"Y\";s:17:\"enable_quick_view\";s:1:\"Y\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:15:\"scroll_per_page\";s:1:\"Y\";s:15:\"thumbnail_width\";s:3:\"270\";s:25:\"abt__ut2_thumbnail_height\";s:3:\"270\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"5\";s:18:\"outside_navigation\";s:1:\"N\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 1),
(112, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(113, 'banners', 'a:3:{s:8:\"template\";s:57:\"addons/abt__unitheme2/blocks/abt__ut2_banner_combined.tpl\";s:6:\"margin\";s:1:\"0\";s:6:\"height\";s:5:\"320px\";}', 0, 1),
(114, 'template', 'a:1:{s:8:\"template\";s:60:\"blocks/static_templates/abt__ut2__categories_title_block.tpl\";}', 0, 1),
(115, 'abt__ut2_advanced_subcategories_menu', 'a:1:{s:8:\"template\";s:69:\"addons/abt__unitheme2/blocks/abt__ut2_advanced_subcategories_menu.tpl\";}', 0, 1),
(116, 'product_filters', 'a:1:{s:8:\"template\";s:48:\"blocks/product_filters/for_category/original.tpl\";}', 0, 1),
(117, 'product_filters', 'a:1:{s:8:\"template\";s:65:\"blocks/product_filters/for_category/abt__ut2_selected_filters.tpl\";}', 0, 1),
(118, 'ab__ut2_advanced_subcategories_menu', '', 0, 1),
(119, 'ut_ut2_advanced_subcategories_menu', '', 0, 1),
(120, 'ut2_advanced_subcategories_menu', '', 0, 1),
(121, 'ab__ut_advanced_subcategories_menu', '', 0, 1),
(122, 'ut_advanced_subcategories_menu', 'a:1:{s:8:\"template\";s:64:\"addons/abt__unitheme2/blocks/ut2_advanced_subcategories_menu.tpl\";}', 0, 1),
(123, 'abt__ut2_advanced_subcategories_menu', 'a:1:{s:8:\"template\";s:69:\"addons/abt__unitheme2/blocks/abt__ut2_advanced_subcategories_menu.tpl\";}', 0, 1),
(124, 'product_filters', 'a:1:{s:8:\"template\";s:48:\"blocks/product_filters/for_category/original.tpl\";}', 0, 1),
(125, 'products', 'a:3:{s:8:\"template\";s:40:\"blocks/products/products_small_items.tpl\";s:11:\"item_number\";s:1:\"Y\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 1),
(126, 'checkout', 'a:1:{s:8:\"template\";s:36:\"blocks/checkout/products_in_cart.tpl\";}', 0, 1),
(127, 'product_filters', 'a:1:{s:8:\"template\";s:58:\"blocks/product_filters/for_category/horizontal_filters.tpl\";}', 0, 1),
(128, 'template', 'a:1:{s:8:\"template\";s:58:\"blocks/static_templates/abt__ut2__features_title_block.tpl\";}', 0, 1),
(129, 'product_filters', 'a:1:{s:8:\"template\";s:58:\"blocks/product_filters/for_category/horizontal_filters.tpl\";}', 0, 1),
(130, 'ab__promotion_main_data', 'a:1:{s:8:\"template\";s:61:\"addons/ab__deal_of_the_day/blocks/ab__promotion_main_data.tpl\";}', 0, 1),
(131, 'breadcrumbs', 'a:1:{s:8:\"template\";s:22:\"common/breadcrumbs.tpl\";}', 0, 1),
(132, 'search_vendors', 'a:1:{s:8:\"template\";s:78:\"addons/vendor_locations/blocks/companies_catalog/search_vendors_by_address.tpl\";}', 0, 1),
(133, 'vendors_map', 'a:1:{s:8:\"template\";s:64:\"addons/vendor_locations/blocks/companies_catalog/vendors_map.tpl\";}', 0, 1),
(134, 'product_filters', 'a:1:{s:8:\"template\";s:48:\"blocks/product_filters/for_category/original.tpl\";}', 0, 1),
(135, 'menu', 'a:6:{s:8:\"template\";s:48:\"blocks/menu/abt__ut2_dropdown_horizontal_mwi.tpl\";s:19:\"abt_menu_long_names\";s:1:\"N\";s:29:\"abt_menu_long_names_max_width\";s:3:\"110\";s:19:\"abt_menu_icon_items\";s:1:\"Y\";s:30:\"dropdown_second_level_elements\";s:2:\"30\";s:29:\"dropdown_third_level_elements\";s:1:\"5\";}', 0, 1),
(136, 'vendor_categories', 'a:3:{s:8:\"template\";s:52:\"blocks/categories/categories_dropdown_horizontal.tpl\";s:30:\"dropdown_second_level_elements\";s:2:\"12\";s:29:\"dropdown_third_level_elements\";s:1:\"6\";}', 0, 1),
(137, 'template', 'a:1:{s:8:\"template\";s:72:\"addons/abcd__uni2_demo_panel/blocks/static_templates/uni2_demo_panel.tpl\";}', 0, 1),
(138, 'banners', 'a:5:{s:8:\"template\";s:66:\"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl\";s:6:\"margin\";s:8:\"15px 0 0\";s:6:\"height\";s:5:\"460px\";s:10:\"navigation\";s:1:\"D\";s:5:\"delay\";s:1:\"5\";}', 0, 1),
(139, 'menu', 'a:7:{s:8:\"template\";s:46:\"blocks/menu/abt__ut2_dropdown_vertical_mwi.tpl\";s:19:\"abt_menu_icon_items\";s:1:\"Y\";s:36:\"no_hidden_elements_second_level_view\";s:1:\"4\";s:36:\"elements_per_column_third_level_view\";s:2:\"10\";s:30:\"dropdown_second_level_elements\";s:2:\"12\";s:29:\"dropdown_third_level_elements\";s:1:\"5\";s:18:\"abt_menu_ajax_load\";s:1:\"N\";}', 0, 1),
(140, 'categories', 'a:3:{s:8:\"template\";s:52:\"blocks/categories/categories_dropdown_horizontal.tpl\";s:30:\"dropdown_second_level_elements\";s:2:\"12\";s:29:\"dropdown_third_level_elements\";s:1:\"6\";}', 0, 1),
(141, 'template', 'a:1:{s:8:\"template\";s:56:\"addons/newsletters/blocks/static_templates/subscribe.tpl\";}', 0, 1),
(142, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(143, 'products', 'a:11:{s:8:\"template\";s:37:\"blocks/products/products_scroller.tpl\";s:10:\"show_price\";s:1:\"N\";s:17:\"enable_quick_view\";s:1:\"N\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:15:\"scroll_per_page\";s:1:\"Y\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"4\";s:15:\"thumbnail_width\";s:3:\"160\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";s:18:\"outside_navigation\";s:1:\"Y\";}', 0, 1),
(144, 'our_brands', 'a:9:{s:8:\"template\";s:21:\"blocks/our_brands.tpl\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:15:\"scroll_per_page\";s:1:\"Y\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"7\";s:15:\"thumbnail_width\";s:2:\"75\";s:18:\"outside_navigation\";s:1:\"Y\";s:11:\"total_items\";i:0;}', 0, 1),
(145, 'blog', 'a:7:{s:8:\"template\";s:44:\"addons/blog/blocks/recent_posts_scroller.tpl\";s:5:\"limit\";s:2:\"10\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"1\";s:18:\"outside_navigation\";s:1:\"Y\";}', 0, 1),
(146, 'testimonials', 'a:8:{s:8:\"template\";s:41:\"addons/discussion/blocks/testimonials.tpl\";s:5:\"limit\";s:2:\"10\";s:6:\"random\";s:1:\"N\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"2\";s:18:\"outside_navigation\";s:1:\"Y\";}', 0, 1),
(147, 'banners', 'a:1:{s:8:\"template\";s:34:\"addons/banners/blocks/original.tpl\";}', 0, 1),
(148, 'banners', 'a:1:{s:8:\"template\";s:34:\"addons/banners/blocks/original.tpl\";}', 0, 1),
(149, 'selected_vendor_plan', 'a:1:{s:8:\"template\";s:51:\"addons/vendor_plans/blocks/selected_vendor_plan.tpl\";}', 0, 1),
(150, 'my_account', 'a:1:{s:8:\"template\";s:21:\"blocks/my_account.tpl\";}', 0, 1),
(151, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(152, 'html_block', 'a:1:{s:8:\"template\";s:21:\"blocks/html_block.tpl\";}', 0, 1),
(153, 'products', 'a:1:{s:8:\"template\";s:58:\"addons/master_products/blocks/products/vendor_products.tpl\";}', 0, 1),
(154, 'categories', 'a:3:{s:8:\"template\";s:52:\"blocks/categories/categories_dropdown_horizontal.tpl\";s:30:\"dropdown_second_level_elements\";s:2:\"12\";s:29:\"dropdown_third_level_elements\";s:1:\"6\";}', 0, 1),
(155, 'banners', 'a:1:{s:8:\"template\";s:34:\"addons/banners/blocks/original.tpl\";}', 0, 1),
(156, 'products', 'a:11:{s:8:\"template\";s:37:\"blocks/products/products_scroller.tpl\";s:10:\"show_price\";s:1:\"Y\";s:17:\"enable_quick_view\";s:1:\"N\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:15:\"scroll_per_page\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"5\";s:15:\"thumbnail_width\";s:3:\"160\";s:18:\"outside_navigation\";s:1:\"Y\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 1),
(157, 'pages', 'a:1:{s:8:\"template\";s:33:\"blocks/pages/pages_text_links.tpl\";}', 0, 1),
(158, 'html_block', 'a:1:{s:8:\"template\";s:21:\"blocks/html_block.tpl\";}', 0, 1),
(159, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(160, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(161, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(162, 'html_block', 'a:1:{s:8:\"template\";s:21:\"blocks/html_block.tpl\";}', 0, 1),
(163, 'languages', 'a:4:{s:8:\"template\";s:20:\"blocks/languages.tpl\";s:4:\"text\";s:0:\"\";s:6:\"format\";s:4:\"icon\";s:14:\"dropdown_limit\";s:1:\"0\";}', 0, 2),
(164, 'currencies', 'a:4:{s:8:\"template\";s:21:\"blocks/currencies.tpl\";s:4:\"text\";s:0:\"\";s:6:\"format\";s:6:\"symbol\";s:14:\"dropdown_limit\";s:1:\"3\";}', 0, 2),
(165, 'menu', 'a:2:{s:8:\"template\";s:26:\"blocks/menu/text_links.tpl\";s:18:\"show_items_in_line\";s:1:\"Y\";}', 0, 2),
(166, 'my_account', 'a:1:{s:8:\"template\";s:21:\"blocks/my_account.tpl\";}', 0, 2),
(167, 'template', 'a:2:{s:8:\"template\";s:32:\"blocks/static_templates/logo.tpl\";s:11:\"enable_link\";s:1:\"Y\";}', 0, 2),
(168, 'call_request', 'a:1:{s:8:\"template\";s:44:\"addons/call_requests/blocks/call_request.tpl\";}', 0, 2),
(169, 'template', 'a:1:{s:8:\"template\";s:34:\"blocks/static_templates/search.tpl\";}', 0, 2),
(170, 'cart_content', 'a:5:{s:8:\"template\";s:23:\"blocks/cart_content.tpl\";s:22:\"display_bottom_buttons\";s:1:\"Y\";s:20:\"display_delete_icons\";s:1:\"Y\";s:19:\"products_links_type\";s:5:\"thumb\";s:20:\"generate_block_title\";s:1:\"Y\";}', 0, 2),
(171, 'menu', 'a:3:{s:8:\"template\";s:35:\"blocks/menu/dropdown_horizontal.tpl\";s:30:\"dropdown_second_level_elements\";s:2:\"12\";s:29:\"dropdown_third_level_elements\";s:1:\"6\";}', 0, 2),
(172, 'breadcrumbs', 'a:1:{s:8:\"template\";s:22:\"common/breadcrumbs.tpl\";}', 0, 2),
(173, 'main', '', 0, 2),
(174, 'template', 'a:1:{s:8:\"template\";s:65:\"addons/newsletters/blocks/static_templates/subscribe_advanced.tpl\";}', 0, 2),
(175, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 2),
(176, 'template', 'a:1:{s:8:\"template\";s:53:\"blocks/static_templates/my_account_links_advanced.tpl\";}', 0, 2),
(177, 'menu', 'a:2:{s:8:\"template\";s:26:\"blocks/menu/text_links.tpl\";s:18:\"show_items_in_line\";s:1:\"N\";}', 0, 2),
(178, 'menu', 'a:2:{s:8:\"template\";s:26:\"blocks/menu/text_links.tpl\";s:18:\"show_items_in_line\";s:1:\"N\";}', 0, 2),
(179, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 2),
(180, 'template', 'a:1:{s:8:\"template\";s:37:\"blocks/static_templates/copyright.tpl\";}', 0, 2),
(181, 'template', 'a:1:{s:8:\"template\";s:41:\"blocks/static_templates/payment_icons.tpl\";}', 0, 2),
(182, 'banners', 'a:3:{s:8:\"template\";s:34:\"addons/banners/blocks/carousel.tpl\";s:10:\"navigation\";s:1:\"P\";s:5:\"delay\";s:3:\"333\";}', 0, 2),
(183, 'banners', 'a:1:{s:8:\"template\";s:34:\"addons/banners/blocks/original.tpl\";}', 0, 2),
(184, 'banners', 'a:1:{s:8:\"template\";s:34:\"addons/banners/blocks/original.tpl\";}', 0, 2),
(185, 'vendors', 'a:7:{s:8:\"template\";s:49:\"blocks/vendor_list_templates/featured_vendors.tpl\";s:17:\"number_of_columns\";s:1:\"5\";s:13:\"show_location\";s:1:\"Y\";s:11:\"show_rating\";s:1:\"Y\";s:18:\"show_vendor_rating\";s:1:\"Y\";s:19:\"show_products_count\";s:1:\"Y\";s:17:\"displayed_vendors\";s:1:\"5\";}', 0, 2),
(186, 'products', 'a:11:{s:8:\"template\";s:37:\"blocks/products/products_scroller.tpl\";s:10:\"show_price\";s:1:\"Y\";s:17:\"enable_quick_view\";s:1:\"N\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:15:\"scroll_per_page\";s:1:\"Y\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"4\";s:15:\"thumbnail_width\";s:3:\"160\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";s:18:\"outside_navigation\";s:1:\"Y\";}', 0, 2),
(187, 'products', 'a:4:{s:8:\"template\";s:41:\"blocks/products/products_multicolumns.tpl\";s:11:\"item_number\";s:1:\"N\";s:17:\"number_of_columns\";s:1:\"4\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 2),
(188, 'blog', 'a:1:{s:8:\"template\";s:33:\"addons/blog/blocks/text_links.tpl\";}', 0, 2),
(189, 'testimonials', 'a:3:{s:8:\"template\";s:41:\"addons/discussion/blocks/testimonials.tpl\";s:5:\"limit\";s:1:\"2\";s:6:\"random\";s:1:\"N\";}', 0, 2),
(190, 'our_brands', 'a:9:{s:8:\"template\";s:21:\"blocks/our_brands.tpl\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:15:\"scroll_per_page\";s:1:\"Y\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"7\";s:15:\"thumbnail_width\";s:2:\"75\";s:18:\"outside_navigation\";s:1:\"N\";s:11:\"total_items\";i:0;}', 0, 2),
(191, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 2),
(192, 'products', 'a:4:{s:8:\"template\";s:41:\"blocks/products/products_multicolumns.tpl\";s:11:\"item_number\";s:1:\"N\";s:17:\"number_of_columns\";s:1:\"2\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 2),
(193, 'products', 'a:2:{s:8:\"template\";s:30:\"blocks/products/short_list.tpl\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 2),
(194, 'product_filters', 'a:1:{s:8:\"template\";s:35:\"blocks/product_filters/original.tpl\";}', 0, 2),
(195, 'products', 'a:3:{s:8:\"template\";s:40:\"blocks/products/products_small_items.tpl\";s:11:\"item_number\";s:1:\"N\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 2),
(196, 'template', 'a:2:{s:8:\"template\";s:32:\"blocks/static_templates/logo.tpl\";s:11:\"enable_link\";s:1:\"N\";}', 0, 2),
(197, 'lite_checkout_location', 'a:1:{s:8:\"template\";s:33:\"blocks/lite_checkout/location.tpl\";}', 0, 2),
(198, 'lite_checkout_shipping_methods', 'a:1:{s:8:\"template\";s:41:\"blocks/lite_checkout/shipping_methods.tpl\";}', 0, 2),
(199, 'lite_checkout_customer_sign_in', 'a:1:{s:8:\"template\";s:41:\"blocks/lite_checkout/customer_sign_in.tpl\";}', 0, 2),
(200, 'lite_checkout_customer_address', 'a:1:{s:8:\"template\";s:41:\"blocks/lite_checkout/customer_address.tpl\";}', 0, 2),
(201, 'lite_checkout_customer_information', 'a:1:{s:8:\"template\";s:45:\"blocks/lite_checkout/customer_information.tpl\";}', 0, 2),
(202, 'lite_checkout_customer_notes', 'a:1:{s:8:\"template\";s:39:\"blocks/lite_checkout/customer_notes.tpl\";}', 0, 2),
(203, 'lite_checkout_payment_methods', 'a:1:{s:8:\"template\";s:40:\"blocks/lite_checkout/payment_methods.tpl\";}', 0, 2),
(204, 'lite_checkout_customer_billing', 'a:1:{s:8:\"template\";s:41:\"blocks/lite_checkout/customer_billing.tpl\";}', 0, 2),
(205, 'lite_checkout_terms_and_conditions', 'a:1:{s:8:\"template\";s:45:\"blocks/lite_checkout/terms_and_conditions.tpl\";}', 0, 2),
(206, 'lite_checkout_newsletters', 'a:1:{s:8:\"template\";s:55:\"addons/newsletters/blocks/lite_checkout/newsletters.tpl\";}', 0, 2),
(207, 'carts_summary', 'a:1:{s:8:\"template\";s:47:\"addons/direct_payments/blocks/carts_summary.tpl\";}', 0, 2),
(208, 'checkout', 'a:1:{s:8:\"template\";s:36:\"blocks/checkout/products_in_cart.tpl\";}', 0, 2),
(209, 'checkout', 'a:1:{s:8:\"template\";s:27:\"blocks/checkout/summary.tpl\";}', 0, 2),
(210, 'template', 'a:1:{s:8:\"template\";s:37:\"blocks/static_templates/auth_info.tpl\";}', 0, 2),
(211, 'template', 'a:1:{s:8:\"template\";s:40:\"blocks/static_templates/profile_info.tpl\";}', 0, 2),
(212, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 2),
(213, 'vendor_logo', 'a:1:{s:8:\"template\";s:30:\"blocks/vendors/vendor_logo.tpl\";}', 0, 2),
(214, 'vendor_search', 'a:1:{s:8:\"template\";s:32:\"blocks/vendors/vendor_search.tpl\";}', 0, 2),
(215, 'vendor_information', 'a:1:{s:8:\"template\";s:37:\"blocks/vendors/vendor_information.tpl\";}', 0, 2),
(216, 'product_filters', 'a:1:{s:8:\"template\";s:43:\"blocks/product_filters/selected_filters.tpl\";}', 0, 2),
(217, 'vendor_categories', 'a:2:{s:8:\"template\";s:50:\"blocks/categories/categories_dropdown_vertical.tpl\";s:25:\"right_to_left_orientation\";s:1:\"N\";}', 0, 2),
(218, 'product_filters', 'a:1:{s:8:\"template\";s:35:\"blocks/product_filters/original.tpl\";}', 0, 2),
(219, 'html_block', 'a:1:{s:8:\"template\";s:21:\"blocks/html_block.tpl\";}', 0, 2),
(220, 'template', 'a:1:{s:8:\"template\";s:31:\"blocks/static_templates/404.tpl\";}', 0, 2),
(221, 'product_filters', 'a:1:{s:8:\"template\";s:45:\"blocks/product_filters/horizontal_filters.tpl\";}', 0, 2),
(222, 'gift_certificates_verify', 'a:1:{s:8:\"template\";s:60:\"addons/gift_certificates/blocks/gift_certificates_verify.tpl\";}', 0, 2),
(223, 'blog', 'a:1:{s:8:\"template\";s:35:\"addons/blog/blocks/recent_posts.tpl\";}', 0, 2),
(224, 'ab__promotion_main_data', 'a:1:{s:8:\"template\";s:61:\"addons/ab__deal_of_the_day/blocks/ab__promotion_main_data.tpl\";}', 0, 2),
(225, 'product_filters', 'a:1:{s:8:\"template\";s:48:\"blocks/product_filters/for_category/original.tpl\";}', 0, 2),
(226, 'languages', 'a:4:{s:8:\"template\";s:20:\"blocks/languages.tpl\";s:4:\"text\";s:0:\"\";s:6:\"format\";s:4:\"name\";s:14:\"dropdown_limit\";s:1:\"0\";}', 0, 2),
(227, 'cart_content', 'a:4:{s:8:\"template\";s:23:\"blocks/cart_content.tpl\";s:22:\"display_bottom_buttons\";s:1:\"Y\";s:20:\"display_delete_icons\";s:1:\"Y\";s:19:\"products_links_type\";s:5:\"thumb\";}', 0, 2),
(228, 'categories', 'a:3:{s:8:\"template\";s:52:\"blocks/categories/categories_dropdown_horizontal.tpl\";s:30:\"dropdown_second_level_elements\";s:2:\"12\";s:29:\"dropdown_third_level_elements\";s:1:\"6\";}', 0, 2),
(229, 'products', 'a:8:{s:8:\"template\";s:37:\"blocks/products/products_scroller.tpl\";s:10:\"show_price\";s:1:\"Y\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:15:\"scroll_per_page\";s:1:\"N\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"4\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 2),
(230, 'products', 'a:4:{s:8:\"template\";s:41:\"blocks/products/products_multicolumns.tpl\";s:11:\"item_number\";s:1:\"N\";s:17:\"number_of_columns\";s:1:\"4\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 2),
(231, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 2),
(232, 'checkout', 'a:1:{s:8:\"template\";s:30:\"blocks/checkout/order_info.tpl\";}', 0, 2),
(233, 'location_selector', 'a:1:{s:8:\"template\";s:52:\"addons/vendor_locations/blocks/location_selector.tpl\";}', 0, 2),
(234, 'geo_maps_customer_location', 'a:1:{s:8:\"template\";s:44:\"addons/geo_maps/blocks/customer_location.tpl\";}', 0, 2),
(235, 'currencies', 'a:4:{s:8:\"template\";s:21:\"blocks/currencies.tpl\";s:4:\"text\";s:0:\"\";s:6:\"format\";s:6:\"symbol\";s:14:\"dropdown_limit\";s:1:\"1\";}', 0, 2),
(236, 'menu', 'a:7:{s:8:\"template\";s:48:\"blocks/menu/abt__ut2_dropdown_horizontal_mwi.tpl\";s:19:\"abt_menu_long_names\";s:1:\"N\";s:29:\"abt_menu_long_names_max_width\";s:3:\"100\";s:19:\"abt_menu_icon_items\";s:1:\"N\";s:30:\"dropdown_second_level_elements\";s:2:\"12\";s:29:\"dropdown_third_level_elements\";s:1:\"6\";s:31:\"abt__ut2_view_more_btn_behavior\";s:1:\"0\";}', 0, 2),
(237, 'template', 'a:1:{s:8:\"template\";s:49:\"blocks/static_templates/abt__ut2__top_buttons.tpl\";}', 0, 2),
(238, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 2),
(239, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 2),
(240, 'menu', 'a:8:{s:8:\"template\";s:46:\"blocks/menu/abt__ut2_dropdown_vertical_mwi.tpl\";s:19:\"abt_menu_icon_items\";s:1:\"N\";s:36:\"no_hidden_elements_second_level_view\";s:1:\"5\";s:36:\"elements_per_column_third_level_view\";s:2:\"10\";s:30:\"dropdown_second_level_elements\";s:2:\"12\";s:29:\"dropdown_third_level_elements\";s:1:\"6\";s:18:\"abt_menu_ajax_load\";s:1:\"N\";s:31:\"abt__ut2_view_more_btn_behavior\";s:10:\"view_items\";}', 0, 2),
(241, 'my_account', 'a:1:{s:8:\"template\";s:21:\"blocks/my_account.tpl\";}', 0, 2),
(242, 'template', 'a:1:{s:8:\"template\";s:44:\"blocks/static_templates/my_account_links.tpl\";}', 0, 2),
(243, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 2),
(244, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 2),
(245, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 2),
(246, 'banners', 'a:5:{s:8:\"template\";s:66:\"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl\";s:6:\"margin\";s:1:\"0\";s:6:\"height\";s:5:\"400px\";s:10:\"navigation\";s:1:\"A\";s:5:\"delay\";s:2:\"10\";}', 0, 2),
(247, 'ab__fast_navigation', 'a:10:{s:8:\"template\";s:74:\"addons/ab__fast_navigation/blocks/ab__fast_navigation/ab__fn_two_level.tpl\";s:32:\"ab__fn_number_of_columns_desktop\";s:1:\"6\";s:38:\"ab__fn_number_of_columns_desktop_small\";s:1:\"6\";s:31:\"ab__fn_number_of_columns_tablet\";s:1:\"5\";s:37:\"ab__fn_number_of_columns_tablet_small\";s:1:\"3\";s:31:\"ab__fn_number_of_columns_mobile\";s:1:\"3\";s:31:\"ab__fn_init_second_level_scroll\";s:1:\"N\";s:15:\"ab__fn_add_link\";s:1:\"Y\";s:17:\"ab__fn_icon_width\";s:3:\"100\";s:21:\"ab__fn_init_scrollbar\";s:1:\"N\";}', 0, 2),
(248, 'template', 'a:1:{s:8:\"template\";s:49:\"blocks/static_templates/abt__ut2__title_block.tpl\";}', 0, 2),
(249, 'products', 'a:12:{s:8:\"template\";s:46:\"blocks/products/products_scroller_advanced.tpl\";s:10:\"show_price\";s:1:\"Y\";s:17:\"enable_quick_view\";s:1:\"Y\";s:24:\"not_scroll_automatically\";s:1:\"N\";s:15:\"scroll_per_page\";s:1:\"Y\";s:15:\"thumbnail_width\";s:3:\"270\";s:25:\"abt__ut2_thumbnail_height\";s:3:\"270\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"4\";s:18:\"outside_navigation\";s:1:\"N\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 2),
(250, 'products', 'a:12:{s:8:\"template\";s:46:\"blocks/products/products_scroller_advanced.tpl\";s:10:\"show_price\";s:1:\"Y\";s:17:\"enable_quick_view\";s:1:\"Y\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:15:\"scroll_per_page\";s:1:\"Y\";s:15:\"thumbnail_width\";s:3:\"270\";s:25:\"abt__ut2_thumbnail_height\";s:3:\"270\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"4\";s:18:\"outside_navigation\";s:1:\"N\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 2),
(251, 'products', 'a:12:{s:8:\"template\";s:46:\"blocks/products/products_scroller_advanced.tpl\";s:10:\"show_price\";s:1:\"Y\";s:17:\"enable_quick_view\";s:1:\"Y\";s:24:\"not_scroll_automatically\";s:1:\"N\";s:15:\"scroll_per_page\";s:1:\"Y\";s:15:\"thumbnail_width\";s:3:\"270\";s:25:\"abt__ut2_thumbnail_height\";s:3:\"270\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"4\";s:18:\"outside_navigation\";s:1:\"N\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 2),
(252, 'banners', 'a:5:{s:8:\"template\";s:66:\"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl\";s:6:\"margin\";s:10:\"0 0 10px 0\";s:6:\"height\";s:5:\"250px\";s:10:\"navigation\";s:1:\"N\";s:5:\"delay\";s:1:\"5\";}', 0, 2),
(253, 'banners', 'a:5:{s:8:\"template\";s:66:\"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl\";s:6:\"margin\";s:1:\"0\";s:6:\"height\";s:5:\"250px\";s:10:\"navigation\";s:1:\"N\";s:5:\"delay\";s:1:\"7\";}', 0, 2),
(254, 'banners', 'a:3:{s:8:\"template\";s:57:\"addons/abt__unitheme2/blocks/abt__ut2_banner_combined.tpl\";s:6:\"margin\";s:1:\"0\";s:6:\"height\";s:5:\"510px\";}', 0, 2),
(255, 'banners', 'a:3:{s:8:\"template\";s:57:\"addons/abt__unitheme2/blocks/abt__ut2_banner_combined.tpl\";s:6:\"margin\";s:10:\"0 0 10px 0\";s:6:\"height\";s:5:\"250px\";}', 0, 2),
(256, 'banners', 'a:5:{s:8:\"template\";s:66:\"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl\";s:6:\"margin\";s:1:\"0\";s:6:\"height\";s:5:\"250px\";s:10:\"navigation\";s:1:\"N\";s:5:\"delay\";s:1:\"6\";}', 0, 2),
(257, 'ab__deal_of_the_day', 'a:11:{s:8:\"template\";s:57:\"addons/ab__deal_of_the_day/blocks/ab__deal_of_the_day.tpl\";s:10:\"show_price\";s:1:\"Y\";s:17:\"enable_quick_view\";s:1:\"Y\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:15:\"scroll_per_page\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"4\";s:15:\"thumbnail_width\";s:2:\"80\";s:18:\"outside_navigation\";s:1:\"Y\";s:34:\"ab__show_additional_product_images\";s:1:\"Y\";}', 0, 2),
(258, 'products', 'a:10:{s:8:\"template\";s:46:\"blocks/products/products_scroller_advanced.tpl\";s:10:\"show_price\";s:1:\"Y\";s:17:\"enable_quick_view\";s:1:\"Y\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:15:\"scroll_per_page\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"5\";s:18:\"outside_navigation\";s:1:\"N\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 2),
(259, 'closest_vendors', 'a:5:{s:8:\"template\";s:50:\"addons/vendor_locations/blocks/closest_vendors.tpl\";s:17:\"number_of_columns\";s:1:\"5\";s:13:\"show_location\";s:1:\"Y\";s:19:\"show_products_count\";s:1:\"Y\";s:17:\"displayed_vendors\";s:2:\"10\";}', 0, 2),
(260, 'vendors', 'a:6:{s:8:\"template\";s:49:\"blocks/vendor_list_templates/featured_vendors.tpl\";s:17:\"number_of_columns\";s:1:\"5\";s:13:\"show_location\";s:1:\"Y\";s:19:\"show_products_count\";s:1:\"Y\";s:11:\"show_rating\";s:1:\"Y\";s:17:\"displayed_vendors\";s:1:\"5\";}', 0, 2),
(261, 'blog', 'a:1:{s:8:\"template\";s:43:\"addons/blog/blocks/abt_ut2_recent_posts.tpl\";}', 0, 2),
(262, 'ab__promotions', 'a:6:{s:8:\"template\";s:66:\"addons/ab__deal_of_the_day/blocks/promotions/ab__dotd_scroller.tpl\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"4\";s:18:\"outside_navigation\";s:1:\"Y\";}', 0, 2),
(263, 'our_brands', 'a:9:{s:8:\"template\";s:21:\"blocks/our_brands.tpl\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:15:\"scroll_per_page\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"7\";s:15:\"thumbnail_width\";s:2:\"75\";s:18:\"outside_navigation\";s:1:\"Y\";s:11:\"total_items\";i:0;}', 0, 2),
(264, 'html_block', 'a:1:{s:8:\"template\";s:21:\"blocks/html_block.tpl\";}', 0, 2),
(265, 'template', 'a:1:{s:8:\"template\";s:46:\"blocks/static_templates/subscribe_advanced.tpl\";}', 0, 2),
(266, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 2),
(267, 'banners', 'a:3:{s:8:\"template\";s:57:\"addons/abt__unitheme2/blocks/abt__ut2_banner_combined.tpl\";s:6:\"margin\";s:1:\"0\";s:6:\"height\";s:5:\"200px\";}', 0, 2),
(268, 'template', 'a:1:{s:8:\"template\";s:49:\"blocks/static_templates/abt__ut2__title_block.tpl\";}', 0, 2),
(269, 'products', 'a:12:{s:8:\"template\";s:46:\"blocks/products/products_scroller_advanced.tpl\";s:10:\"show_price\";s:1:\"Y\";s:17:\"enable_quick_view\";s:1:\"Y\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:15:\"scroll_per_page\";s:1:\"Y\";s:15:\"thumbnail_width\";s:3:\"270\";s:25:\"abt__ut2_thumbnail_height\";s:3:\"270\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"5\";s:18:\"outside_navigation\";s:1:\"N\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 2),
(270, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 2),
(271, 'banners', 'a:3:{s:8:\"template\";s:57:\"addons/abt__unitheme2/blocks/abt__ut2_banner_combined.tpl\";s:6:\"margin\";s:1:\"0\";s:6:\"height\";s:5:\"320px\";}', 0, 2),
(272, 'template', 'a:1:{s:8:\"template\";s:60:\"blocks/static_templates/abt__ut2__categories_title_block.tpl\";}', 0, 2),
(273, 'abt__ut2_advanced_subcategories_menu', 'a:1:{s:8:\"template\";s:69:\"addons/abt__unitheme2/blocks/abt__ut2_advanced_subcategories_menu.tpl\";}', 0, 2),
(274, 'product_filters', 'a:1:{s:8:\"template\";s:48:\"blocks/product_filters/for_category/original.tpl\";}', 0, 2),
(275, 'product_filters', 'a:1:{s:8:\"template\";s:65:\"blocks/product_filters/for_category/abt__ut2_selected_filters.tpl\";}', 0, 2),
(276, 'ab__ut2_advanced_subcategories_menu', '', 0, 2),
(277, 'ut_ut2_advanced_subcategories_menu', '', 0, 2),
(278, 'ut2_advanced_subcategories_menu', '', 0, 2),
(279, 'ab__ut_advanced_subcategories_menu', '', 0, 2),
(280, 'ut_advanced_subcategories_menu', 'a:1:{s:8:\"template\";s:64:\"addons/abt__unitheme2/blocks/ut2_advanced_subcategories_menu.tpl\";}', 0, 2),
(281, 'abt__ut2_advanced_subcategories_menu', 'a:1:{s:8:\"template\";s:69:\"addons/abt__unitheme2/blocks/abt__ut2_advanced_subcategories_menu.tpl\";}', 0, 2),
(282, 'products', 'a:3:{s:8:\"template\";s:40:\"blocks/products/products_small_items.tpl\";s:11:\"item_number\";s:1:\"Y\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 2),
(283, 'checkout', 'a:1:{s:8:\"template\";s:36:\"blocks/checkout/products_in_cart.tpl\";}', 0, 2),
(284, 'product_filters', 'a:1:{s:8:\"template\";s:58:\"blocks/product_filters/for_category/horizontal_filters.tpl\";}', 0, 2),
(285, 'template', 'a:1:{s:8:\"template\";s:58:\"blocks/static_templates/abt__ut2__features_title_block.tpl\";}', 0, 2),
(286, 'product_filters', 'a:1:{s:8:\"template\";s:58:\"blocks/product_filters/for_category/horizontal_filters.tpl\";}', 0, 2),
(287, 'search_vendors', 'a:1:{s:8:\"template\";s:78:\"addons/vendor_locations/blocks/companies_catalog/search_vendors_by_address.tpl\";}', 0, 2),
(288, 'vendors_map', 'a:1:{s:8:\"template\";s:64:\"addons/vendor_locations/blocks/companies_catalog/vendors_map.tpl\";}', 0, 2),
(289, 'product_filters', 'a:1:{s:8:\"template\";s:48:\"blocks/product_filters/for_category/original.tpl\";}', 0, 2),
(290, 'menu', 'a:6:{s:8:\"template\";s:48:\"blocks/menu/abt__ut2_dropdown_horizontal_mwi.tpl\";s:19:\"abt_menu_long_names\";s:1:\"N\";s:29:\"abt_menu_long_names_max_width\";s:3:\"110\";s:19:\"abt_menu_icon_items\";s:1:\"Y\";s:30:\"dropdown_second_level_elements\";s:2:\"30\";s:29:\"dropdown_third_level_elements\";s:1:\"5\";}', 0, 2),
(291, 'vendor_categories', 'a:3:{s:8:\"template\";s:52:\"blocks/categories/categories_dropdown_horizontal.tpl\";s:30:\"dropdown_second_level_elements\";s:2:\"12\";s:29:\"dropdown_third_level_elements\";s:1:\"6\";}', 0, 2),
(292, 'template', 'a:1:{s:8:\"template\";s:72:\"addons/abcd__uni2_demo_panel/blocks/static_templates/uni2_demo_panel.tpl\";}', 0, 2),
(293, 'banners', 'a:5:{s:8:\"template\";s:66:\"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl\";s:6:\"margin\";s:8:\"15px 0 0\";s:6:\"height\";s:5:\"460px\";s:10:\"navigation\";s:1:\"D\";s:5:\"delay\";s:1:\"5\";}', 0, 2),
(294, 'menu', 'a:7:{s:8:\"template\";s:46:\"blocks/menu/abt__ut2_dropdown_vertical_mwi.tpl\";s:19:\"abt_menu_icon_items\";s:1:\"Y\";s:36:\"no_hidden_elements_second_level_view\";s:1:\"4\";s:36:\"elements_per_column_third_level_view\";s:2:\"10\";s:30:\"dropdown_second_level_elements\";s:2:\"12\";s:29:\"dropdown_third_level_elements\";s:1:\"5\";s:18:\"abt_menu_ajax_load\";s:1:\"N\";}', 0, 2),
(295, 'categories', 'a:3:{s:8:\"template\";s:52:\"blocks/categories/categories_dropdown_horizontal.tpl\";s:30:\"dropdown_second_level_elements\";s:2:\"12\";s:29:\"dropdown_third_level_elements\";s:1:\"6\";}', 0, 2),
(296, 'template', 'a:1:{s:8:\"template\";s:56:\"addons/newsletters/blocks/static_templates/subscribe.tpl\";}', 0, 2),
(297, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 2),
(298, 'products', 'a:11:{s:8:\"template\";s:37:\"blocks/products/products_scroller.tpl\";s:10:\"show_price\";s:1:\"N\";s:17:\"enable_quick_view\";s:1:\"N\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:15:\"scroll_per_page\";s:1:\"Y\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"4\";s:15:\"thumbnail_width\";s:3:\"160\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";s:18:\"outside_navigation\";s:1:\"Y\";}', 0, 2),
(299, 'our_brands', 'a:9:{s:8:\"template\";s:21:\"blocks/our_brands.tpl\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:15:\"scroll_per_page\";s:1:\"Y\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"7\";s:15:\"thumbnail_width\";s:2:\"75\";s:18:\"outside_navigation\";s:1:\"Y\";s:11:\"total_items\";i:0;}', 0, 2),
(300, 'blog', 'a:7:{s:8:\"template\";s:44:\"addons/blog/blocks/recent_posts_scroller.tpl\";s:5:\"limit\";s:2:\"10\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"1\";s:18:\"outside_navigation\";s:1:\"Y\";}', 0, 2);
INSERT INTO `partiushop_bm_blocks` (`block_id`, `type`, `properties`, `company_id`, `storefront_id`) VALUES
(301, 'testimonials', 'a:8:{s:8:\"template\";s:41:\"addons/discussion/blocks/testimonials.tpl\";s:5:\"limit\";s:2:\"10\";s:6:\"random\";s:1:\"N\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"2\";s:18:\"outside_navigation\";s:1:\"Y\";}', 0, 2),
(302, 'banners', 'a:1:{s:8:\"template\";s:34:\"addons/banners/blocks/original.tpl\";}', 0, 2),
(303, 'banners', 'a:1:{s:8:\"template\";s:34:\"addons/banners/blocks/original.tpl\";}', 0, 2),
(304, 'selected_vendor_plan', 'a:1:{s:8:\"template\";s:51:\"addons/vendor_plans/blocks/selected_vendor_plan.tpl\";}', 0, 2),
(305, 'my_account', 'a:1:{s:8:\"template\";s:21:\"blocks/my_account.tpl\";}', 0, 2),
(306, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 2),
(307, 'html_block', 'a:1:{s:8:\"template\";s:21:\"blocks/html_block.tpl\";}', 0, 2),
(308, 'html_block', 'a:1:{s:8:\"template\";s:21:\"blocks/html_block.tpl\";}', 0, 2),
(309, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 2),
(310, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 2),
(311, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 2),
(312, 'categories', 'a:3:{s:8:\"template\";s:52:\"blocks/categories/categories_dropdown_horizontal.tpl\";s:30:\"dropdown_second_level_elements\";s:2:\"12\";s:29:\"dropdown_third_level_elements\";s:1:\"6\";}', 0, 2),
(313, 'banners', 'a:1:{s:8:\"template\";s:34:\"addons/banners/blocks/original.tpl\";}', 0, 2),
(314, 'products', 'a:11:{s:8:\"template\";s:37:\"blocks/products/products_scroller.tpl\";s:10:\"show_price\";s:1:\"Y\";s:17:\"enable_quick_view\";s:1:\"N\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:15:\"scroll_per_page\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"5\";s:15:\"thumbnail_width\";s:3:\"160\";s:18:\"outside_navigation\";s:1:\"Y\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 2),
(315, 'pages', 'a:1:{s:8:\"template\";s:33:\"blocks/pages/pages_text_links.tpl\";}', 0, 2),
(316, 'geo_maps_customer_location', 'a:1:{s:8:\"template\";s:44:\"addons/geo_maps/blocks/customer_location.tpl\";}', 0, 1),
(317, 'template', 'a:1:{s:8:\"template\";s:32:\"blocks/static_templates/logo.tpl\";}', 0, 1),
(318, 'menu', 'a:2:{s:8:\"template\";s:26:\"blocks/menu/text_links.tpl\";s:18:\"show_items_in_line\";s:1:\"N\";}', 0, 1),
(319, 'menu', 'a:7:{s:8:\"template\";s:46:\"blocks/menu/abt__ut2_dropdown_vertical_mwi.tpl\";s:19:\"abt_menu_icon_items\";s:1:\"Y\";s:36:\"no_hidden_elements_second_level_view\";s:1:\"5\";s:36:\"elements_per_column_third_level_view\";s:2:\"10\";s:30:\"dropdown_second_level_elements\";s:2:\"15\";s:29:\"dropdown_third_level_elements\";s:1:\"5\";s:18:\"abt_menu_ajax_load\";s:1:\"N\";}', 0, 1),
(320, 'template', 'a:1:{s:8:\"template\";s:34:\"blocks/static_templates/search.tpl\";}', 0, 1),
(321, 'cart_content', 'a:4:{s:8:\"template\";s:23:\"blocks/cart_content.tpl\";s:22:\"display_bottom_buttons\";s:1:\"Y\";s:20:\"display_delete_icons\";s:1:\"Y\";s:19:\"products_links_type\";s:5:\"thumb\";}', 0, 1),
(322, 'template', 'a:1:{s:8:\"template\";s:44:\"blocks/static_templates/my_account_links.tpl\";}', 0, 1),
(323, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(324, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(325, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(326, 'template', 'a:1:{s:8:\"template\";s:41:\"blocks/static_templates/payment_icons.tpl\";}', 0, 1),
(327, 'banners', 'a:5:{s:8:\"template\";s:66:\"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl\";s:6:\"margin\";s:1:\"0\";s:6:\"height\";s:5:\"450px\";s:10:\"navigation\";s:1:\"D\";s:5:\"delay\";s:3:\"333\";}', 0, 1),
(328, 'template', 'a:1:{s:8:\"template\";s:49:\"blocks/static_templates/abt__ut2__title_block.tpl\";}', 0, 1),
(329, 'products', 'a:10:{s:8:\"template\";s:46:\"blocks/products/products_scroller_advanced.tpl\";s:10:\"show_price\";s:1:\"Y\";s:17:\"enable_quick_view\";s:1:\"Y\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:15:\"scroll_per_page\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"5\";s:18:\"outside_navigation\";s:1:\"N\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 1),
(330, 'products', 'a:10:{s:8:\"template\";s:46:\"blocks/products/products_scroller_advanced.tpl\";s:10:\"show_price\";s:1:\"Y\";s:17:\"enable_quick_view\";s:1:\"Y\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:15:\"scroll_per_page\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"5\";s:18:\"outside_navigation\";s:1:\"N\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 1),
(331, 'products', 'a:10:{s:8:\"template\";s:46:\"blocks/products/products_scroller_advanced.tpl\";s:10:\"show_price\";s:1:\"Y\";s:17:\"enable_quick_view\";s:1:\"Y\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:15:\"scroll_per_page\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"5\";s:18:\"outside_navigation\";s:1:\"N\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 1),
(332, 'vendors', 'a:6:{s:8:\"template\";s:49:\"blocks/vendor_list_templates/featured_vendors.tpl\";s:17:\"number_of_columns\";s:1:\"5\";s:13:\"show_location\";s:1:\"Y\";s:19:\"show_products_count\";s:1:\"Y\";s:11:\"show_rating\";s:1:\"Y\";s:17:\"displayed_vendors\";s:1:\"5\";}', 0, 1),
(333, 'blog', 'a:1:{s:8:\"template\";s:43:\"addons/blog/blocks/abt_ut2_recent_posts.tpl\";}', 0, 1),
(334, 'ab__promotions', 'a:6:{s:8:\"template\";s:66:\"addons/ab__deal_of_the_day/blocks/promotions/ab__dotd_scroller.tpl\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"4\";s:18:\"outside_navigation\";s:1:\"Y\";}', 0, 1),
(335, 'our_brands', 'a:8:{s:8:\"template\";s:21:\"blocks/our_brands.tpl\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:15:\"scroll_per_page\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"7\";s:15:\"thumbnail_width\";s:2:\"75\";s:18:\"outside_navigation\";s:1:\"Y\";}', 0, 1),
(336, 'html_block', 'a:1:{s:8:\"template\";s:21:\"blocks/html_block.tpl\";}', 0, 1),
(337, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(338, 'template', 'a:1:{s:8:\"template\";s:49:\"blocks/static_templates/abt__ut2__title_block.tpl\";}', 0, 1),
(339, 'products', 'a:10:{s:8:\"template\";s:46:\"blocks/products/products_scroller_advanced.tpl\";s:10:\"show_price\";s:1:\"Y\";s:17:\"enable_quick_view\";s:1:\"Y\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:15:\"scroll_per_page\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"5\";s:18:\"outside_navigation\";s:1:\"N\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 1),
(340, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(341, 'lite_checkout_location', 'a:1:{s:8:\"template\";s:33:\"blocks/lite_checkout/location.tpl\";}', 0, 1),
(342, 'lite_checkout_customer_sign_in', 'a:1:{s:8:\"template\";s:41:\"blocks/lite_checkout/customer_sign_in.tpl\";}', 0, 1),
(343, 'lite_checkout_payment_methods', 'a:1:{s:8:\"template\";s:40:\"blocks/lite_checkout/payment_methods.tpl\";}', 0, 1),
(344, 'lite_checkout_terms_and_conditions', 'a:1:{s:8:\"template\";s:45:\"blocks/lite_checkout/terms_and_conditions.tpl\";}', 0, 1),
(345, 'lite_checkout_newsletters', 'a:1:{s:8:\"template\";s:55:\"addons/newsletters/blocks/lite_checkout/newsletters.tpl\";}', 0, 1),
(346, 'checkout', 'a:1:{s:8:\"template\";s:36:\"blocks/checkout/products_in_cart.tpl\";}', 0, 1),
(347, 'et_eib', 'a:2:{s:8:\"template\";s:42:\"addons/et_vivashop_settings/blocks/eib.tpl\";s:11:\"et_settings\";a:8:{s:16:\"et_icon_position\";s:1:\"T\";s:22:\"additional_colors_type\";s:1:\"S\";s:14:\"main_bkg_color\";s:7:\"#eef1ea\";s:4:\"text\";s:7:\"#333333\";s:6:\"icon_1\";a:5:{s:4:\"type\";s:1:\"C\";s:5:\"value\";s:17:\"et-icon-fib-happy\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#333333\";s:3:\"bkg\";s:7:\"#eef1ea\";}s:6:\"icon_2\";a:5:{s:4:\"type\";s:1:\"C\";s:5:\"value\";s:19:\"et-icon-fib-premium\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#333333\";s:3:\"bkg\";s:7:\"#eef1ea\";}s:6:\"icon_3\";a:5:{s:4:\"type\";s:1:\"C\";s:5:\"value\";s:18:\"et-icon-fib-secure\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#333333\";s:3:\"bkg\";s:7:\"#eef1ea\";}s:6:\"icon_4\";a:5:{s:4:\"type\";s:1:\"C\";s:5:\"value\";s:20:\"et-icon-fib-buy-sell\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#333333\";s:3:\"bkg\";s:7:\"#eef1ea\";}}}', 0, 1),
(348, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(349, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(350, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(351, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(352, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(353, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(354, 'html_block', 'a:1:{s:8:\"template\";s:21:\"blocks/html_block.tpl\";}', 0, 1),
(355, 'template', 'a:1:{s:8:\"template\";s:56:\"addons/newsletters/blocks/static_templates/subscribe.tpl\";}', 0, 1),
(356, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(357, 'template', 'a:1:{s:8:\"template\";s:46:\"blocks/static_templates/mobile_sticky_home.tpl\";}', 0, 1),
(358, 'template', 'a:1:{s:8:\"template\";s:49:\"blocks/static_templates/mobile_sticky_compare.tpl\";}', 0, 1),
(359, 'template', 'a:1:{s:8:\"template\";s:50:\"blocks/static_templates/mobile_sticky_wishlist.tpl\";}', 0, 1),
(360, 'et_top_menu', 'a:1:{s:8:\"template\";s:42:\"addons/et_mega_menu/blocks/et_top_menu.tpl\";}', 0, 1),
(361, 'languages', 'a:4:{s:8:\"template\";s:20:\"blocks/languages.tpl\";s:4:\"text\";s:0:\"\";s:6:\"format\";s:4:\"name\";s:14:\"dropdown_limit\";s:1:\"0\";}', 0, 1),
(362, 'currencies', 'a:4:{s:8:\"template\";s:21:\"blocks/currencies.tpl\";s:4:\"text\";s:0:\"\";s:6:\"format\";s:4:\"name\";s:14:\"dropdown_limit\";s:1:\"0\";}', 0, 1),
(363, 'et_top_menu', 'a:3:{s:8:\"template\";s:42:\"addons/et_mega_menu/blocks/et_top_menu.tpl\";s:30:\"dropdown_second_level_elements\";s:2:\"12\";s:29:\"dropdown_third_level_elements\";s:1:\"6\";}', 0, 1),
(364, 'call_request', 'a:1:{s:8:\"template\";s:44:\"addons/call_requests/blocks/call_request.tpl\";}', 0, 1),
(365, 'et_main_menu', 'a:3:{s:8:\"template\";s:43:\"addons/et_mega_menu/blocks/et_main_menu.tpl\";s:30:\"dropdown_second_level_elements\";s:2:\"12\";s:29:\"dropdown_third_level_elements\";s:1:\"5\";}', 0, 1),
(366, 'et_menu_horizontal', 'a:3:{s:8:\"template\";s:49:\"addons/et_mega_menu/blocks/et_menu_horizontal.tpl\";s:30:\"dropdown_second_level_elements\";s:2:\"12\";s:29:\"dropdown_third_level_elements\";s:1:\"6\";}', 0, 1),
(367, 'et_search', 'a:1:{s:8:\"template\";s:37:\"addons/et_search/blocks/et_search.tpl\";}', 0, 1),
(368, 'template', 'a:1:{s:8:\"template\";s:48:\"blocks/static_templates/top_wishlist_compare.tpl\";}', 0, 1),
(369, 'banners', 'a:3:{s:8:\"template\";s:43:\"addons/et_banners/blocks/et_main_slider.tpl\";s:10:\"navigation\";s:1:\"A\";s:5:\"delay\";s:1:\"4\";}', 0, 1),
(370, 'products', 'a:11:{s:8:\"template\";s:37:\"blocks/products/products_scroller.tpl\";s:10:\"show_price\";s:1:\"Y\";s:17:\"enable_quick_view\";s:1:\"Y\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:15:\"scroll_per_page\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"6\";s:15:\"thumbnail_width\";s:3:\"235\";s:18:\"outside_navigation\";s:1:\"Y\";s:23:\"hide_add_to_cart_button\";s:1:\"N\";}', 0, 1),
(371, 'products', 'a:11:{s:8:\"template\";s:37:\"blocks/products/products_scroller.tpl\";s:10:\"show_price\";s:1:\"Y\";s:17:\"enable_quick_view\";s:1:\"Y\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:15:\"scroll_per_page\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"6\";s:15:\"thumbnail_width\";s:3:\"235\";s:18:\"outside_navigation\";s:1:\"Y\";s:23:\"hide_add_to_cart_button\";s:1:\"N\";}', 0, 1),
(372, 'products', 'a:11:{s:8:\"template\";s:37:\"blocks/products/products_scroller.tpl\";s:10:\"show_price\";s:1:\"Y\";s:17:\"enable_quick_view\";s:1:\"Y\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:15:\"scroll_per_page\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"6\";s:15:\"thumbnail_width\";s:3:\"235\";s:18:\"outside_navigation\";s:1:\"Y\";s:23:\"hide_add_to_cart_button\";s:1:\"N\";}', 0, 1),
(373, 'et_featured_vendors', 'a:5:{s:8:\"template\";s:66:\"addons/et_vivashop_mv_functionality/blocks/et_featured_vendors.tpl\";s:17:\"number_of_columns\";s:1:\"6\";s:13:\"show_location\";s:1:\"Y\";s:19:\"show_products_count\";s:1:\"Y\";s:17:\"displayed_vendors\";s:2:\"12\";}', 0, 1),
(374, 'et_cta', 'a:2:{s:8:\"template\";s:42:\"addons/et_vivashop_settings/blocks/cta.tpl\";s:11:\"et_settings\";a:19:{s:14:\"main_bkg_color\";s:7:\"#000000\";s:12:\"overlay_type\";s:1:\"S\";s:15:\"use_bkg_overlay\";s:1:\"Y\";s:7:\"overlay\";s:7:\"#000000\";s:13:\"overlay_alpha\";s:2:\"50\";s:6:\"icon_1\";a:4:{s:4:\"type\";s:1:\"F\";s:5:\"value\";s:25:\"              fas fa-edit\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#0bd2ff\";}s:6:\"icon_2\";a:4:{s:4:\"type\";s:1:\"F\";s:5:\"value\";s:46:\"                               far fa-list-alt\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#84d200\";}s:6:\"icon_3\";a:4:{s:4:\"type\";s:1:\"F\";s:5:\"value\";s:44:\"                               fab fa-sellsy\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ff3da1\";}s:22:\"additional_colors_type\";s:1:\"S\";s:8:\"text_top\";s:7:\"#ffffff\";s:11:\"circles_bkg\";s:7:\"#ffffff\";s:12:\"circles_text\";s:7:\"#434343\";s:17:\"circles_steps_txt\";s:7:\"#ffffff\";s:16:\"circles_step_bkg\";s:7:\"#fb3a14\";s:5:\"arrow\";s:7:\"#ffffff\";s:10:\"go_btn_bkg\";s:7:\"#01a77c\";s:10:\"go_btn_txt\";s:7:\"#ffffff\";s:16:\"go_btn_bkg_hover\";s:7:\"#61cdf5\";s:16:\"go_btn_txt_hover\";s:7:\"#ffffff\";}}', 0, 1),
(375, 'et_home_grid', 'a:2:{s:8:\"template\";s:60:\"addons/et_vivashop_settings/blocks/products/et_home_grid.tpl\";s:17:\"number_of_columns\";s:1:\"5\";}', 0, 1),
(376, 'et_eib', 'a:2:{s:8:\"template\";s:42:\"addons/et_vivashop_settings/blocks/eib.tpl\";s:11:\"et_settings\";a:8:{s:16:\"et_icon_position\";s:1:\"L\";s:22:\"additional_colors_type\";s:1:\"S\";s:14:\"main_bkg_color\";s:7:\"#eaeaea\";s:4:\"text\";s:7:\"#545453\";s:6:\"icon_1\";a:5:{s:4:\"type\";s:1:\"C\";s:5:\"value\";s:17:\"et-icon-eib-phone\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#0bd2ff\";}s:6:\"icon_2\";a:5:{s:4:\"type\";s:1:\"C\";s:5:\"value\";s:20:\"et-icon-eib-shipping\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#ffd966\";}s:6:\"icon_3\";a:5:{s:4:\"type\";s:1:\"C\";s:5:\"value\";s:19:\"et-icon-eib-returns\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#84d200\";}s:6:\"icon_4\";a:5:{s:4:\"type\";s:1:\"C\";s:5:\"value\";s:20:\"et-icon-eib-warranty\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#ff3da1\";}}}', 0, 1),
(377, 'et_featured_product_banner_tabs', 'a:1:{s:8:\"template\";s:81:\"addons/et_featured_product_banner_tabs/blocks/et_featured_product_banner_tabs.tpl\";}', 0, 1),
(378, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(379, 'banners', 'a:3:{s:8:\"template\";s:34:\"addons/banners/blocks/carousel.tpl\";s:10:\"navigation\";s:1:\"N\";s:5:\"delay\";s:1:\"3\";}', 0, 1),
(380, 'banners', 'a:3:{s:8:\"template\";s:34:\"addons/banners/blocks/carousel.tpl\";s:10:\"navigation\";s:1:\"N\";s:5:\"delay\";s:1:\"4\";}', 0, 1),
(381, 'banners', 'a:3:{s:8:\"template\";s:34:\"addons/banners/blocks/carousel.tpl\";s:10:\"navigation\";s:1:\"N\";s:5:\"delay\";s:1:\"5\";}', 0, 1),
(382, 'banners', 'a:3:{s:8:\"template\";s:34:\"addons/banners/blocks/carousel.tpl\";s:10:\"navigation\";s:1:\"N\";s:5:\"delay\";s:1:\"5\";}', 0, 1),
(383, 'banners', 'a:3:{s:8:\"template\";s:34:\"addons/banners/blocks/carousel.tpl\";s:10:\"navigation\";s:1:\"N\";s:5:\"delay\";s:1:\"3\";}', 0, 1),
(384, 'et_home_banners', 'a:2:{s:8:\"template\";s:64:\"addons/et_vivashop_settings/addons/banners/blocks/et_banners.tpl\";s:11:\"et_settings\";s:0:\"\";}', 0, 1),
(385, 'et_featured_product_banner_tabs', 'a:1:{s:8:\"template\";s:81:\"addons/et_featured_product_banner_tabs/blocks/et_featured_product_banner_tabs.tpl\";}', 0, 1),
(386, 'testimonials', 'a:8:{s:8:\"template\";s:41:\"addons/discussion/blocks/testimonials.tpl\";s:5:\"limit\";s:1:\"9\";s:6:\"random\";s:1:\"N\";s:24:\"not_scroll_automatically\";s:1:\"N\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"4\";s:13:\"item_quantity\";s:1:\"3\";s:18:\"outside_navigation\";s:1:\"Y\";}', 0, 1),
(387, 'et_featured_product_banner_tabs', 'a:1:{s:8:\"template\";s:81:\"addons/et_featured_product_banner_tabs/blocks/et_featured_product_banner_tabs.tpl\";}', 0, 1),
(388, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(389, 'banners', 'a:3:{s:8:\"template\";s:34:\"addons/banners/blocks/carousel.tpl\";s:10:\"navigation\";s:1:\"N\";s:5:\"delay\";s:1:\"3\";}', 0, 1),
(390, 'banners', 'a:3:{s:8:\"template\";s:34:\"addons/banners/blocks/carousel.tpl\";s:10:\"navigation\";s:1:\"N\";s:5:\"delay\";s:1:\"3\";}', 0, 1),
(391, 'banners', 'a:3:{s:8:\"template\";s:34:\"addons/banners/blocks/carousel.tpl\";s:10:\"navigation\";s:1:\"N\";s:5:\"delay\";s:1:\"1\";}', 0, 1),
(392, 'banners', 'a:3:{s:8:\"template\";s:34:\"addons/banners/blocks/carousel.tpl\";s:10:\"navigation\";s:1:\"N\";s:5:\"delay\";s:1:\"3\";}', 0, 1),
(393, 'et_featured_product_banner_tabs', 'a:1:{s:8:\"template\";s:81:\"addons/et_featured_product_banner_tabs/blocks/et_featured_product_banner_tabs.tpl\";}', 0, 1),
(394, 'blog', 'a:7:{s:8:\"template\";s:44:\"addons/blog/blocks/recent_posts_scroller.tpl\";s:5:\"limit\";s:1:\"6\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"4\";s:18:\"outside_navigation\";s:1:\"Y\";}', 0, 1),
(395, 'our_brands', 'a:8:{s:8:\"template\";s:21:\"blocks/our_brands.tpl\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:15:\"scroll_per_page\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"7\";s:15:\"thumbnail_width\";s:2:\"89\";s:18:\"outside_navigation\";s:1:\"Y\";}', 0, 1),
(396, 'products', 'a:2:{s:8:\"template\";s:30:\"blocks/products/short_list.tpl\";s:23:\"hide_add_to_cart_button\";s:1:\"N\";}', 0, 1),
(397, 'products', 'a:11:{s:8:\"template\";s:37:\"blocks/products/products_scroller.tpl\";s:10:\"show_price\";s:1:\"Y\";s:17:\"enable_quick_view\";s:1:\"Y\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:15:\"scroll_per_page\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"6\";s:15:\"thumbnail_width\";s:3:\"225\";s:18:\"outside_navigation\";s:1:\"Y\";s:23:\"hide_add_to_cart_button\";s:1:\"N\";}', 0, 1),
(398, 'et_category_banner', 'a:4:{s:8:\"template\";s:55:\"addons/et_category_banner/blocks/et_category_banner.tpl\";s:10:\"navigation\";s:1:\"A\";s:5:\"delay\";s:1:\"3\";s:11:\"et_settings\";s:0:\"\";}', 0, 1),
(399, 'template', 'a:1:{s:8:\"template\";s:45:\"blocks/static_templates/et_category_title.tpl\";}', 0, 1),
(400, 'et_subcaegories', 'a:2:{s:8:\"template\";s:55:\"addons/et_vivashop_settings/blocks/et_subcategories.tpl\";s:7:\"et_type\";s:1:\"S\";}', 0, 1),
(401, 'et_subcaegories', 'a:2:{s:8:\"template\";s:55:\"addons/et_vivashop_settings/blocks/et_subcategories.tpl\";s:7:\"et_type\";s:1:\"I\";}', 0, 1),
(402, 'et_subcaegories', 'a:2:{s:8:\"template\";s:55:\"addons/et_vivashop_settings/blocks/et_subcategories.tpl\";s:7:\"et_type\";s:1:\"T\";}', 0, 1),
(403, 'template', 'a:1:{s:8:\"template\";s:51:\"blocks/static_templates/et_category_description.tpl\";}', 0, 1),
(404, 'product_filters', 'a:1:{s:8:\"template\";s:58:\"blocks/product_filters/for_category/horizontal_filters.tpl\";}', 0, 1),
(405, 'template', 'a:1:{s:8:\"template\";s:52:\"blocks/static_templates/et_sidebar_subcategories.tpl\";}', 0, 1),
(406, 'product_filters', 'a:1:{s:8:\"template\";s:48:\"blocks/product_filters/for_category/original.tpl\";}', 0, 1),
(407, 'products', 'a:3:{s:8:\"template\";s:40:\"blocks/products/products_links_thumb.tpl\";s:11:\"item_number\";s:1:\"N\";s:23:\"hide_add_to_cart_button\";s:1:\"N\";}', 0, 1),
(408, 'banners', 'a:1:{s:8:\"template\";s:34:\"addons/banners/blocks/original.tpl\";}', 0, 1),
(409, 'et_featured_vendors_sidebar', 'a:1:{s:8:\"template\";s:74:\"addons/et_vivashop_mv_functionality/blocks/et_featured_vendors_sidebar.tpl\";}', 0, 1),
(410, 'banners', 'a:1:{s:8:\"template\";s:34:\"addons/banners/blocks/original.tpl\";}', 0, 1),
(411, 'products', 'a:3:{s:8:\"template\";s:40:\"blocks/products/products_links_thumb.tpl\";s:11:\"item_number\";s:1:\"N\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 1),
(412, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(413, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(414, 'template', 'a:1:{s:8:\"template\";s:37:\"blocks/static_templates/auth_info.tpl\";}', 0, 1),
(416, 'template', 'a:1:{s:8:\"template\";s:38:\"blocks/static_templates/page_title.tpl\";}', 0, 1),
(417, 'paypal_adaptive', 'a:1:{s:8:\"template\";s:41:\"addons/paypal_adaptive/blocks/summary.tpl\";}', 0, 1),
(418, 'paypal_adaptive', 'a:1:{s:8:\"template\";s:44:\"addons/paypal_adaptive/blocks/order_info.tpl\";}', 0, 1),
(419, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(420, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(421, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(422, 'products', 'a:3:{s:8:\"template\";s:29:\"blocks/products/grid_list.tpl\";s:11:\"hide_header\";s:1:\"N\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 1),
(423, 'template', 'a:1:{s:8:\"template\";s:50:\"blocks/static_templates/et_separate_blog_image.tpl\";}', 0, 1),
(424, 'blog', 'a:7:{s:8:\"template\";s:84:\"addons/et_vivashop_settings/addons/blog/blocks/et_featured_recent_posts_scroller.tpl\";s:5:\"limit\";s:2:\"12\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"6\";s:18:\"outside_navigation\";s:1:\"Y\";}', 0, 1),
(425, 'blog', 'a:7:{s:8:\"template\";s:83:\"addons/et_vivashop_settings/addons/blog/blocks/et_sidebar_latest_posts_scroller.tpl\";s:5:\"limit\";s:1:\"3\";s:24:\"not_scroll_automatically\";s:1:\"N\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"1\";s:18:\"outside_navigation\";s:1:\"Y\";}', 0, 1),
(426, 'products', 'a:3:{s:8:\"template\";s:40:\"blocks/products/products_links_thumb.tpl\";s:11:\"item_number\";s:1:\"N\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 1),
(427, 'blog', 'a:7:{s:8:\"template\";s:84:\"addons/et_vivashop_settings/addons/blog/blocks/et_featured_recent_posts_scroller.tpl\";s:5:\"limit\";s:2:\"12\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"6\";s:18:\"outside_navigation\";s:1:\"Y\";}', 0, 1),
(428, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(429, 'banners', 'a:3:{s:8:\"template\";s:34:\"addons/banners/blocks/carousel.tpl\";s:10:\"navigation\";s:1:\"D\";s:5:\"delay\";s:1:\"3\";}', 0, 1),
(430, 'html_block', 'a:1:{s:8:\"template\";s:21:\"blocks/html_block.tpl\";}', 0, 1),
(431, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(432, 'banners', 'a:3:{s:8:\"template\";s:34:\"addons/banners/blocks/carousel.tpl\";s:10:\"navigation\";s:1:\"D\";s:5:\"delay\";s:1:\"3\";}', 0, 1),
(433, 'html_block', 'a:1:{s:8:\"template\";s:21:\"blocks/html_block.tpl\";}', 0, 1),
(434, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(435, 'banners', 'a:3:{s:8:\"template\";s:34:\"addons/banners/blocks/carousel.tpl\";s:10:\"navigation\";s:1:\"D\";s:5:\"delay\";s:1:\"3\";}', 0, 1),
(436, 'html_block', 'a:1:{s:8:\"template\";s:21:\"blocks/html_block.tpl\";}', 0, 1),
(437, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(438, 'gift_certificates_verify', 'a:1:{s:8:\"template\";s:60:\"addons/gift_certificates/blocks/gift_certificates_verify.tpl\";}', 0, 1),
(439, 'html_block', 'a:1:{s:8:\"template\";s:21:\"blocks/html_block.tpl\";}', 0, 1),
(441, 'template', 'a:2:{s:8:\"template\";s:32:\"blocks/static_templates/logo.tpl\";s:11:\"enable_link\";s:1:\"Y\";}', 0, 1),
(442, 'et_vendor_store_header_mobile', 'a:1:{s:8:\"template\";s:76:\"addons/et_vivashop_mv_functionality/blocks/et_vendor_store_header_mobile.tpl\";}', 0, 1),
(443, 'et_vendor_store_menu_mobile', 'a:1:{s:8:\"template\";s:74:\"addons/et_vivashop_mv_functionality/blocks/et_vendor_store_menu_mobile.tpl\";}', 0, 1),
(444, 'et_vendor_store_header', 'a:1:{s:8:\"template\";s:69:\"addons/et_vivashop_mv_functionality/blocks/et_vendor_store_header.tpl\";}', 0, 1),
(445, 'et_vendor_store_menu', 'a:1:{s:8:\"template\";s:67:\"addons/et_vivashop_mv_functionality/blocks/et_vendor_store_menu.tpl\";}', 0, 1),
(446, 'et_subcaegories', 'a:2:{s:8:\"template\";s:60:\"addons/energothemes_extra_blocks/blocks/et_subcategories.tpl\";s:7:\"et_type\";s:1:\"S\";}', 0, 1),
(447, 'et_subcaegories', 'a:2:{s:8:\"template\";s:60:\"addons/energothemes_extra_blocks/blocks/et_subcategories.tpl\";s:7:\"et_type\";s:1:\"T\";}', 0, 1),
(448, 'et_vendor_categories', 'a:1:{s:8:\"template\";s:67:\"addons/et_vivashop_mv_functionality/blocks/et_vendor_categories.tpl\";}', 0, 1),
(449, 'products', 'a:3:{s:8:\"template\";s:40:\"blocks/products/products_links_thumb.tpl\";s:11:\"item_number\";s:1:\"N\";s:23:\"hide_add_to_cart_button\";s:1:\"Y\";}', 0, 1),
(450, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(451, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(452, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(453, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(454, 'products', 'a:2:{s:8:\"template\";s:30:\"blocks/products/short_list.tpl\";s:23:\"hide_add_to_cart_button\";s:1:\"N\";}', 0, 1),
(455, 'products', 'a:11:{s:8:\"template\";s:37:\"blocks/products/products_scroller.tpl\";s:10:\"show_price\";s:1:\"Y\";s:17:\"enable_quick_view\";s:1:\"Y\";s:24:\"not_scroll_automatically\";s:1:\"Y\";s:15:\"scroll_per_page\";s:1:\"Y\";s:5:\"speed\";s:3:\"400\";s:11:\"pause_delay\";s:1:\"3\";s:13:\"item_quantity\";s:1:\"6\";s:15:\"thumbnail_width\";s:3:\"203\";s:18:\"outside_navigation\";s:1:\"Y\";s:23:\"hide_add_to_cart_button\";s:1:\"N\";}', 0, 1),
(456, 'template', 'a:1:{s:8:\"template\";s:82:\"addons/et_vivashop_mv_functionality/blocks/static_templates/vendor_pages_title.tpl\";}', 0, 1),
(457, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(458, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(459, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(460, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(461, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(462, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(463, 'smarty_block', 'a:1:{s:8:\"template\";s:23:\"blocks/smarty_block.tpl\";}', 0, 1),
(464, 'availability_in_stores', 'a:1:{s:8:\"template\";s:51:\"addons/warehouses/blocks/availability_in_stores.tpl\";}', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_bm_blocks_content`
--

CREATE TABLE `partiushop_bm_blocks_content` (
  `snapping_id` int(11) UNSIGNED NOT NULL,
  `object_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `object_type` varchar(64) NOT NULL DEFAULT '',
  `block_id` int(11) UNSIGNED NOT NULL,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `content` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_bm_blocks_content`
--

INSERT INTO `partiushop_bm_blocks_content` (`snapping_id`, `object_id`, `object_type`, `block_id`, `lang_code`, `content`) VALUES
(0, 0, '', 1, 'da', ''),
(0, 0, '', 1, 'de', ''),
(0, 0, '', 1, 'el', ''),
(0, 0, '', 1, 'en', ''),
(0, 0, '', 1, 'es', ''),
(0, 0, '', 1, 'fr', ''),
(0, 0, '', 1, 'it', ''),
(0, 0, '', 1, 'nl', ''),
(0, 0, '', 1, 'no', ''),
(0, 0, '', 1, 'pt', ''),
(0, 0, '', 1, 'ro', ''),
(0, 0, '', 1, 'ru', ''),
(0, 0, '', 2, 'da', ''),
(0, 0, '', 2, 'de', ''),
(0, 0, '', 2, 'el', ''),
(0, 0, '', 2, 'en', ''),
(0, 0, '', 2, 'es', ''),
(0, 0, '', 2, 'fr', ''),
(0, 0, '', 2, 'it', ''),
(0, 0, '', 2, 'nl', ''),
(0, 0, '', 2, 'no', ''),
(0, 0, '', 2, 'pt', ''),
(0, 0, '', 2, 'ro', ''),
(0, 0, '', 2, 'ru', ''),
(0, 0, '', 3, 'da', 'a:1:{s:4:\"menu\";s:1:\"1\";}'),
(0, 0, '', 3, 'de', 'a:1:{s:4:\"menu\";s:1:\"1\";}'),
(0, 0, '', 3, 'el', 'a:1:{s:4:\"menu\";s:1:\"1\";}'),
(0, 0, '', 3, 'en', 'a:1:{s:4:\"menu\";s:1:\"1\";}'),
(0, 0, '', 3, 'es', 'a:1:{s:4:\"menu\";s:1:\"1\";}'),
(0, 0, '', 3, 'fr', 'a:1:{s:4:\"menu\";s:1:\"1\";}'),
(0, 0, '', 3, 'it', 'a:1:{s:4:\"menu\";s:1:\"1\";}'),
(0, 0, '', 3, 'nl', 'a:1:{s:4:\"menu\";s:1:\"1\";}'),
(0, 0, '', 3, 'no', 'a:1:{s:4:\"menu\";s:1:\"1\";}'),
(0, 0, '', 3, 'pt', 'a:1:{s:4:\"menu\";s:1:\"1\";}'),
(0, 0, '', 3, 'ro', 'a:1:{s:4:\"menu\";s:1:\"1\";}'),
(0, 0, '', 3, 'ru', 'a:1:{s:4:\"menu\";s:1:\"1\";}'),
(0, 0, '', 4, 'da', ''),
(0, 0, '', 4, 'de', ''),
(0, 0, '', 4, 'el', ''),
(0, 0, '', 4, 'en', ''),
(0, 0, '', 4, 'es', ''),
(0, 0, '', 4, 'fr', ''),
(0, 0, '', 4, 'it', ''),
(0, 0, '', 4, 'nl', ''),
(0, 0, '', 4, 'no', ''),
(0, 0, '', 4, 'pt', ''),
(0, 0, '', 4, 'ro', ''),
(0, 0, '', 4, 'ru', ''),
(0, 0, '', 5, 'da', ''),
(0, 0, '', 5, 'de', ''),
(0, 0, '', 5, 'el', ''),
(0, 0, '', 5, 'en', ''),
(0, 0, '', 5, 'es', ''),
(0, 0, '', 5, 'fr', ''),
(0, 0, '', 5, 'it', ''),
(0, 0, '', 5, 'nl', ''),
(0, 0, '', 5, 'no', ''),
(0, 0, '', 5, 'pt', ''),
(0, 0, '', 5, 'ro', ''),
(0, 0, '', 5, 'ru', ''),
(0, 0, '', 6, 'da', ''),
(0, 0, '', 6, 'de', ''),
(0, 0, '', 6, 'el', ''),
(0, 0, '', 6, 'en', ''),
(0, 0, '', 6, 'es', ''),
(0, 0, '', 6, 'fr', ''),
(0, 0, '', 6, 'it', ''),
(0, 0, '', 6, 'nl', ''),
(0, 0, '', 6, 'no', ''),
(0, 0, '', 6, 'pt', ''),
(0, 0, '', 6, 'ro', ''),
(0, 0, '', 6, 'ru', ''),
(0, 0, '', 7, 'da', ''),
(0, 0, '', 7, 'de', ''),
(0, 0, '', 7, 'el', ''),
(0, 0, '', 7, 'en', ''),
(0, 0, '', 7, 'es', ''),
(0, 0, '', 7, 'fr', ''),
(0, 0, '', 7, 'it', ''),
(0, 0, '', 7, 'nl', ''),
(0, 0, '', 7, 'no', ''),
(0, 0, '', 7, 'pt', ''),
(0, 0, '', 7, 'ro', ''),
(0, 0, '', 7, 'ru', ''),
(0, 0, '', 8, 'da', ''),
(0, 0, '', 8, 'de', ''),
(0, 0, '', 8, 'el', ''),
(0, 0, '', 8, 'en', ''),
(0, 0, '', 8, 'es', ''),
(0, 0, '', 8, 'fr', ''),
(0, 0, '', 8, 'it', ''),
(0, 0, '', 8, 'nl', ''),
(0, 0, '', 8, 'no', ''),
(0, 0, '', 8, 'pt', ''),
(0, 0, '', 8, 'ro', ''),
(0, 0, '', 8, 'ru', ''),
(0, 0, '', 9, 'da', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 9, 'de', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 9, 'el', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 9, 'en', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 9, 'es', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 9, 'fr', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 9, 'it', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 9, 'nl', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 9, 'no', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 9, 'pt', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 9, 'ro', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 9, 'ru', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 10, 'da', ''),
(0, 0, '', 10, 'de', ''),
(0, 0, '', 10, 'el', ''),
(0, 0, '', 10, 'en', ''),
(0, 0, '', 10, 'es', ''),
(0, 0, '', 10, 'fr', ''),
(0, 0, '', 10, 'it', ''),
(0, 0, '', 10, 'nl', ''),
(0, 0, '', 10, 'no', ''),
(0, 0, '', 10, 'pt', ''),
(0, 0, '', 10, 'ro', ''),
(0, 0, '', 10, 'ru', ''),
(0, 0, '', 11, 'da', ''),
(0, 0, '', 11, 'de', ''),
(0, 0, '', 11, 'el', ''),
(0, 0, '', 11, 'en', ''),
(0, 0, '', 11, 'es', ''),
(0, 0, '', 11, 'fr', ''),
(0, 0, '', 11, 'it', ''),
(0, 0, '', 11, 'nl', ''),
(0, 0, '', 11, 'no', ''),
(0, 0, '', 11, 'pt', ''),
(0, 0, '', 11, 'ro', ''),
(0, 0, '', 11, 'ru', ''),
(0, 0, '', 12, 'da', ''),
(0, 0, '', 12, 'de', ''),
(0, 0, '', 12, 'el', ''),
(0, 0, '', 12, 'en', ''),
(0, 0, '', 12, 'es', ''),
(0, 0, '', 12, 'fr', ''),
(0, 0, '', 12, 'it', ''),
(0, 0, '', 12, 'nl', ''),
(0, 0, '', 12, 'no', ''),
(0, 0, '', 12, 'pt', ''),
(0, 0, '', 12, 'ro', ''),
(0, 0, '', 12, 'ru', ''),
(0, 0, '', 13, 'da', 'a:1:{s:7:\"content\";s:627:\"<div class=\"ty-social-link-block\"><h3 class=\"ty-social-link__title\">{__(\"get_social\")}</h3>\n\n<div class=\"ty-social-link facebook\">\n    <a href=\"http://www.facebook.com\"><i class=\"ty-icon-facebook\"></i>Facebook</a>\n</div>\n\n<div class=\"ty-social-link instagram\">\n    <a href=\"https://www.instagram.com\"><i class=\"ty-icon-instagram\"></i>Instagram</a>\n</div>\n\n<div class=\"ty-social-link twitter\">\n    <a href=\"https://twitter.com\"><i class=\"ty-icon-twitter\"></i>Twitter</a>\n</div>\n\n<div class=\"ty-social-link youtube\">\n    <a href=\"https://www.youtube.com/user/cscartvideos\"><i class=\"ty-icon-youtube\"></i>Youtube</a>\n</div></div>\n\";}'),
(0, 0, '', 13, 'de', 'a:1:{s:7:\"content\";s:627:\"<div class=\"ty-social-link-block\"><h3 class=\"ty-social-link__title\">{__(\"get_social\")}</h3>\n\n<div class=\"ty-social-link facebook\">\n    <a href=\"http://www.facebook.com\"><i class=\"ty-icon-facebook\"></i>Facebook</a>\n</div>\n\n<div class=\"ty-social-link instagram\">\n    <a href=\"https://www.instagram.com\"><i class=\"ty-icon-instagram\"></i>Instagram</a>\n</div>\n\n<div class=\"ty-social-link twitter\">\n    <a href=\"https://twitter.com\"><i class=\"ty-icon-twitter\"></i>Twitter</a>\n</div>\n\n<div class=\"ty-social-link youtube\">\n    <a href=\"https://www.youtube.com/user/cscartvideos\"><i class=\"ty-icon-youtube\"></i>Youtube</a>\n</div></div>\n\";}'),
(0, 0, '', 13, 'el', 'a:1:{s:7:\"content\";s:627:\"<div class=\"ty-social-link-block\"><h3 class=\"ty-social-link__title\">{__(\"get_social\")}</h3>\n\n<div class=\"ty-social-link facebook\">\n    <a href=\"http://www.facebook.com\"><i class=\"ty-icon-facebook\"></i>Facebook</a>\n</div>\n\n<div class=\"ty-social-link instagram\">\n    <a href=\"https://www.instagram.com\"><i class=\"ty-icon-instagram\"></i>Instagram</a>\n</div>\n\n<div class=\"ty-social-link twitter\">\n    <a href=\"https://twitter.com\"><i class=\"ty-icon-twitter\"></i>Twitter</a>\n</div>\n\n<div class=\"ty-social-link youtube\">\n    <a href=\"https://www.youtube.com/user/cscartvideos\"><i class=\"ty-icon-youtube\"></i>Youtube</a>\n</div></div>\n\";}'),
(0, 0, '', 13, 'en', 'a:1:{s:7:\"content\";s:627:\"<div class=\"ty-social-link-block\"><h3 class=\"ty-social-link__title\">{__(\"get_social\")}</h3>\n\n<div class=\"ty-social-link facebook\">\n    <a href=\"http://www.facebook.com\"><i class=\"ty-icon-facebook\"></i>Facebook</a>\n</div>\n\n<div class=\"ty-social-link instagram\">\n    <a href=\"https://www.instagram.com\"><i class=\"ty-icon-instagram\"></i>Instagram</a>\n</div>\n\n<div class=\"ty-social-link twitter\">\n    <a href=\"https://twitter.com\"><i class=\"ty-icon-twitter\"></i>Twitter</a>\n</div>\n\n<div class=\"ty-social-link youtube\">\n    <a href=\"https://www.youtube.com/user/cscartvideos\"><i class=\"ty-icon-youtube\"></i>Youtube</a>\n</div></div>\n\";}'),
(0, 0, '', 13, 'es', 'a:1:{s:7:\"content\";s:627:\"<div class=\"ty-social-link-block\"><h3 class=\"ty-social-link__title\">{__(\"get_social\")}</h3>\n\n<div class=\"ty-social-link facebook\">\n    <a href=\"http://www.facebook.com\"><i class=\"ty-icon-facebook\"></i>Facebook</a>\n</div>\n\n<div class=\"ty-social-link instagram\">\n    <a href=\"https://www.instagram.com\"><i class=\"ty-icon-instagram\"></i>Instagram</a>\n</div>\n\n<div class=\"ty-social-link twitter\">\n    <a href=\"https://twitter.com\"><i class=\"ty-icon-twitter\"></i>Twitter</a>\n</div>\n\n<div class=\"ty-social-link youtube\">\n    <a href=\"https://www.youtube.com/user/cscartvideos\"><i class=\"ty-icon-youtube\"></i>Youtube</a>\n</div></div>\n\";}'),
(0, 0, '', 13, 'fr', 'a:1:{s:7:\"content\";s:627:\"<div class=\"ty-social-link-block\"><h3 class=\"ty-social-link__title\">{__(\"get_social\")}</h3>\n\n<div class=\"ty-social-link facebook\">\n    <a href=\"http://www.facebook.com\"><i class=\"ty-icon-facebook\"></i>Facebook</a>\n</div>\n\n<div class=\"ty-social-link instagram\">\n    <a href=\"https://www.instagram.com\"><i class=\"ty-icon-instagram\"></i>Instagram</a>\n</div>\n\n<div class=\"ty-social-link twitter\">\n    <a href=\"https://twitter.com\"><i class=\"ty-icon-twitter\"></i>Twitter</a>\n</div>\n\n<div class=\"ty-social-link youtube\">\n    <a href=\"https://www.youtube.com/user/cscartvideos\"><i class=\"ty-icon-youtube\"></i>Youtube</a>\n</div></div>\n\";}'),
(0, 0, '', 13, 'it', 'a:1:{s:7:\"content\";s:627:\"<div class=\"ty-social-link-block\"><h3 class=\"ty-social-link__title\">{__(\"get_social\")}</h3>\n\n<div class=\"ty-social-link facebook\">\n    <a href=\"http://www.facebook.com\"><i class=\"ty-icon-facebook\"></i>Facebook</a>\n</div>\n\n<div class=\"ty-social-link instagram\">\n    <a href=\"https://www.instagram.com\"><i class=\"ty-icon-instagram\"></i>Instagram</a>\n</div>\n\n<div class=\"ty-social-link twitter\">\n    <a href=\"https://twitter.com\"><i class=\"ty-icon-twitter\"></i>Twitter</a>\n</div>\n\n<div class=\"ty-social-link youtube\">\n    <a href=\"https://www.youtube.com/user/cscartvideos\"><i class=\"ty-icon-youtube\"></i>Youtube</a>\n</div></div>\n\";}'),
(0, 0, '', 13, 'nl', 'a:1:{s:7:\"content\";s:627:\"<div class=\"ty-social-link-block\"><h3 class=\"ty-social-link__title\">{__(\"get_social\")}</h3>\n\n<div class=\"ty-social-link facebook\">\n    <a href=\"http://www.facebook.com\"><i class=\"ty-icon-facebook\"></i>Facebook</a>\n</div>\n\n<div class=\"ty-social-link instagram\">\n    <a href=\"https://www.instagram.com\"><i class=\"ty-icon-instagram\"></i>Instagram</a>\n</div>\n\n<div class=\"ty-social-link twitter\">\n    <a href=\"https://twitter.com\"><i class=\"ty-icon-twitter\"></i>Twitter</a>\n</div>\n\n<div class=\"ty-social-link youtube\">\n    <a href=\"https://www.youtube.com/user/cscartvideos\"><i class=\"ty-icon-youtube\"></i>Youtube</a>\n</div></div>\n\";}'),
(0, 0, '', 13, 'no', 'a:1:{s:7:\"content\";s:627:\"<div class=\"ty-social-link-block\"><h3 class=\"ty-social-link__title\">{__(\"get_social\")}</h3>\n\n<div class=\"ty-social-link facebook\">\n    <a href=\"http://www.facebook.com\"><i class=\"ty-icon-facebook\"></i>Facebook</a>\n</div>\n\n<div class=\"ty-social-link instagram\">\n    <a href=\"https://www.instagram.com\"><i class=\"ty-icon-instagram\"></i>Instagram</a>\n</div>\n\n<div class=\"ty-social-link twitter\">\n    <a href=\"https://twitter.com\"><i class=\"ty-icon-twitter\"></i>Twitter</a>\n</div>\n\n<div class=\"ty-social-link youtube\">\n    <a href=\"https://www.youtube.com/user/cscartvideos\"><i class=\"ty-icon-youtube\"></i>Youtube</a>\n</div></div>\n\";}'),
(0, 0, '', 13, 'pt', 'a:1:{s:7:\"content\";s:627:\"<div class=\"ty-social-link-block\"><h3 class=\"ty-social-link__title\">{__(\"get_social\")}</h3>\n\n<div class=\"ty-social-link facebook\">\n    <a href=\"http://www.facebook.com\"><i class=\"ty-icon-facebook\"></i>Facebook</a>\n</div>\n\n<div class=\"ty-social-link instagram\">\n    <a href=\"https://www.instagram.com\"><i class=\"ty-icon-instagram\"></i>Instagram</a>\n</div>\n\n<div class=\"ty-social-link twitter\">\n    <a href=\"https://twitter.com\"><i class=\"ty-icon-twitter\"></i>Twitter</a>\n</div>\n\n<div class=\"ty-social-link youtube\">\n    <a href=\"https://www.youtube.com/user/cscartvideos\"><i class=\"ty-icon-youtube\"></i>Youtube</a>\n</div></div>\n\";}'),
(0, 0, '', 13, 'ro', 'a:1:{s:7:\"content\";s:627:\"<div class=\"ty-social-link-block\"><h3 class=\"ty-social-link__title\">{__(\"get_social\")}</h3>\n\n<div class=\"ty-social-link facebook\">\n    <a href=\"http://www.facebook.com\"><i class=\"ty-icon-facebook\"></i>Facebook</a>\n</div>\n\n<div class=\"ty-social-link instagram\">\n    <a href=\"https://www.instagram.com\"><i class=\"ty-icon-instagram\"></i>Instagram</a>\n</div>\n\n<div class=\"ty-social-link twitter\">\n    <a href=\"https://twitter.com\"><i class=\"ty-icon-twitter\"></i>Twitter</a>\n</div>\n\n<div class=\"ty-social-link youtube\">\n    <a href=\"https://www.youtube.com/user/cscartvideos\"><i class=\"ty-icon-youtube\"></i>Youtube</a>\n</div></div>\n\";}'),
(0, 0, '', 13, 'ru', 'a:1:{s:7:\"content\";s:626:\"<div class=\"ty-social-link-block\"><h3 class=\"ty-social-link__title\">{__(\"get_social\")}</h3>\n\n<div class=\"ty-social-link facebook\">\n    <a href=\"http://www.facebook.com\"><i class=\"ty-icon-facebook\"></i>Facebook</a>\n</div>\n\n<div class=\"ty-social-link instagram\">\n    <a href=\"https://www.instagram.com\"><i class=\"ty-icon-instagram\"></i>Instagram</a>\n</div>\n\n<div class=\"ty-social-link twitter\">\n    <a href=\"https://twitter.com\"><i class=\"ty-icon-twitter\"></i>Twitter</a>\n</div>\n\n<div class=\"ty-social-link youtube\">\n    <a href=\"https://www.youtube.com/user/cscartvideos\"><i class=\"ty-icon-youtube\"></i>Youtube</a>\n</div></div>\";}'),
(0, 0, '', 14, 'da', ''),
(0, 0, '', 14, 'de', ''),
(0, 0, '', 14, 'el', ''),
(0, 0, '', 14, 'en', ''),
(0, 0, '', 14, 'es', ''),
(0, 0, '', 14, 'fr', ''),
(0, 0, '', 14, 'it', ''),
(0, 0, '', 14, 'nl', ''),
(0, 0, '', 14, 'no', ''),
(0, 0, '', 14, 'pt', ''),
(0, 0, '', 14, 'ro', ''),
(0, 0, '', 14, 'ru', ''),
(0, 0, '', 15, 'da', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 15, 'de', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 15, 'el', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 15, 'en', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 15, 'es', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 15, 'fr', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 15, 'it', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 15, 'nl', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 15, 'no', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 15, 'pt', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 15, 'ro', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 15, 'ru', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 16, 'da', 'a:1:{s:4:\"menu\";s:1:\"4\";}'),
(0, 0, '', 16, 'de', 'a:1:{s:4:\"menu\";s:1:\"4\";}'),
(0, 0, '', 16, 'el', 'a:1:{s:4:\"menu\";s:1:\"4\";}'),
(0, 0, '', 16, 'en', 'a:1:{s:4:\"menu\";s:1:\"4\";}'),
(0, 0, '', 16, 'es', 'a:1:{s:4:\"menu\";s:1:\"4\";}'),
(0, 0, '', 16, 'fr', 'a:1:{s:4:\"menu\";s:1:\"4\";}'),
(0, 0, '', 16, 'it', 'a:1:{s:4:\"menu\";s:1:\"4\";}'),
(0, 0, '', 16, 'nl', 'a:1:{s:4:\"menu\";s:1:\"4\";}'),
(0, 0, '', 16, 'no', 'a:1:{s:4:\"menu\";s:1:\"4\";}'),
(0, 0, '', 16, 'pt', 'a:1:{s:4:\"menu\";s:1:\"4\";}'),
(0, 0, '', 16, 'ro', 'a:1:{s:4:\"menu\";s:1:\"4\";}'),
(0, 0, '', 16, 'ru', 'a:1:{s:4:\"menu\";s:1:\"4\";}'),
(0, 0, '', 17, 'da', 'a:1:{s:7:\"content\";s:340:\"\n                            <ul id=\"about_cs_cart_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=1\"|fn_url}\">Our team</a></li>\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=3\"|fn_url}\">Privacy policy</a></li>\n                            </ul>\";}'),
(0, 0, '', 17, 'de', 'a:1:{s:7:\"content\";s:340:\"\n                            <ul id=\"about_cs_cart_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=1\"|fn_url}\">Our team</a></li>\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=3\"|fn_url}\">Privacy policy</a></li>\n                            </ul>\";}'),
(0, 0, '', 17, 'el', 'a:1:{s:7:\"content\";s:340:\"\n                            <ul id=\"about_cs_cart_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=1\"|fn_url}\">Our team</a></li>\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=3\"|fn_url}\">Privacy policy</a></li>\n                            </ul>\";}'),
(0, 0, '', 17, 'en', 'a:1:{s:7:\"content\";s:340:\"\n                            <ul id=\"about_cs_cart_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=1\"|fn_url}\">Our team</a></li>\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=3\"|fn_url}\">Privacy policy</a></li>\n                            </ul>\";}'),
(0, 0, '', 17, 'es', 'a:1:{s:7:\"content\";s:340:\"\n                            <ul id=\"about_cs_cart_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=1\"|fn_url}\">Our team</a></li>\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=3\"|fn_url}\">Privacy policy</a></li>\n                            </ul>\";}'),
(0, 0, '', 17, 'fr', 'a:1:{s:7:\"content\";s:340:\"\n                            <ul id=\"about_cs_cart_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=1\"|fn_url}\">Our team</a></li>\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=3\"|fn_url}\">Privacy policy</a></li>\n                            </ul>\";}'),
(0, 0, '', 17, 'it', 'a:1:{s:7:\"content\";s:340:\"\n                            <ul id=\"about_cs_cart_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=1\"|fn_url}\">Our team</a></li>\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=3\"|fn_url}\">Privacy policy</a></li>\n                            </ul>\";}'),
(0, 0, '', 17, 'nl', 'a:1:{s:7:\"content\";s:340:\"\n                            <ul id=\"about_cs_cart_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=1\"|fn_url}\">Our team</a></li>\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=3\"|fn_url}\">Privacy policy</a></li>\n                            </ul>\";}'),
(0, 0, '', 17, 'no', 'a:1:{s:7:\"content\";s:340:\"\n                            <ul id=\"about_cs_cart_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=1\"|fn_url}\">Our team</a></li>\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=3\"|fn_url}\">Privacy policy</a></li>\n                            </ul>\";}'),
(0, 0, '', 17, 'pt', 'a:1:{s:7:\"content\";s:340:\"\n                            <ul id=\"about_cs_cart_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=1\"|fn_url}\">Our team</a></li>\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=3\"|fn_url}\">Privacy policy</a></li>\n                            </ul>\";}'),
(0, 0, '', 17, 'ro', 'a:1:{s:7:\"content\";s:340:\"\n                            <ul id=\"about_cs_cart_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=1\"|fn_url}\">Our team</a></li>\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=3\"|fn_url}\">Privacy policy</a></li>\n                            </ul>\";}'),
(0, 0, '', 17, 'ru', 'a:1:{s:7:\"content\";s:426:\"\n                                    <ul id=\"about_cs_cart_links\">\n                                    <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=1\"|fn_url}\">Наша команда</a></li>\n                                    <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=3\"|fn_url}\">Политика конфиденциальности</a></li>\n                                    </ul>\";}'),
(0, 0, '', 18, 'da', ''),
(0, 0, '', 18, 'de', ''),
(0, 0, '', 18, 'el', ''),
(0, 0, '', 18, 'en', ''),
(0, 0, '', 18, 'es', ''),
(0, 0, '', 18, 'fr', ''),
(0, 0, '', 18, 'it', ''),
(0, 0, '', 18, 'nl', ''),
(0, 0, '', 18, 'no', ''),
(0, 0, '', 18, 'pt', ''),
(0, 0, '', 18, 'ro', ''),
(0, 0, '', 18, 'ru', ''),
(0, 0, '', 19, 'da', ''),
(0, 0, '', 19, 'de', ''),
(0, 0, '', 19, 'el', ''),
(0, 0, '', 19, 'en', ''),
(0, 0, '', 19, 'es', ''),
(0, 0, '', 19, 'fr', ''),
(0, 0, '', 19, 'it', ''),
(0, 0, '', 19, 'nl', ''),
(0, 0, '', 19, 'no', ''),
(0, 0, '', 19, 'pt', ''),
(0, 0, '', 19, 'ro', ''),
(0, 0, '', 19, 'ru', ''),
(0, 0, '', 20, '', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 20, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"16,17,18,19\";}}'),
(0, 0, '', 20, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"16,17,18,19\";}}'),
(0, 0, '', 20, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"16,17,18,19\";}}'),
(0, 0, '', 20, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"16,17,18,19\";}}'),
(0, 0, '', 20, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"16,17,18,19\";}}'),
(0, 0, '', 20, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"16,17,18,19\";}}'),
(0, 0, '', 20, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"16,17,18,19\";}}'),
(0, 0, '', 20, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"16,17,18,19\";}}'),
(0, 0, '', 20, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"16,17,18,19\";}}'),
(0, 0, '', 20, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"16,17,18,19\";}}'),
(0, 0, '', 20, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"16,17,18,19\";}}'),
(0, 0, '', 20, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"16,17,18,19\";}}'),
(0, 0, '', 21, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"6\";}}'),
(0, 0, '', 21, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"6\";}}'),
(0, 0, '', 21, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"6\";}}'),
(0, 0, '', 21, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"6\";}}'),
(0, 0, '', 21, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"6\";}}'),
(0, 0, '', 21, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"6\";}}'),
(0, 0, '', 21, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"6\";}}'),
(0, 0, '', 21, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"6\";}}'),
(0, 0, '', 21, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"6\";}}'),
(0, 0, '', 21, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"6\";}}'),
(0, 0, '', 21, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"6\";}}'),
(0, 0, '', 21, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"6\";}}'),
(0, 0, '', 22, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"9\";}}'),
(0, 0, '', 22, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"9\";}}'),
(0, 0, '', 22, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"9\";}}'),
(0, 0, '', 22, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"9\";}}'),
(0, 0, '', 22, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"9\";}}'),
(0, 0, '', 22, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"9\";}}'),
(0, 0, '', 22, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"9\";}}'),
(0, 0, '', 22, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"9\";}}'),
(0, 0, '', 22, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"9\";}}'),
(0, 0, '', 22, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"9\";}}'),
(0, 0, '', 22, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"9\";}}'),
(0, 0, '', 22, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"9\";}}'),
(0, 0, '', 23, '', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 23, 'da', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 23, 'de', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 23, 'el', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 23, 'en', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 23, 'es', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 23, 'fr', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 23, 'it', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 23, 'nl', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 23, 'no', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 23, 'pt', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 23, 'ro', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 23, 'ru', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 24, 'da', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 24, 'de', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 24, 'el', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 24, 'en', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 24, 'es', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 24, 'fr', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 24, 'it', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 24, 'nl', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 24, 'no', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 24, 'pt', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 24, 'ro', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 24, 'ru', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 25, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 25, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 25, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 25, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 25, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 25, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 25, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 25, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 25, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 25, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 25, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 25, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 26, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:15:\"blog.text_links\";s:14:\"parent_page_id\";s:1:\"7\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 26, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:15:\"blog.text_links\";s:14:\"parent_page_id\";s:1:\"7\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 26, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:15:\"blog.text_links\";s:14:\"parent_page_id\";s:1:\"7\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 26, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:15:\"blog.text_links\";s:14:\"parent_page_id\";s:1:\"7\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 26, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:15:\"blog.text_links\";s:14:\"parent_page_id\";s:1:\"7\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 26, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:15:\"blog.text_links\";s:14:\"parent_page_id\";s:1:\"7\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 26, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:15:\"blog.text_links\";s:14:\"parent_page_id\";s:1:\"7\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 26, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:15:\"blog.text_links\";s:14:\"parent_page_id\";s:1:\"7\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 26, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:15:\"blog.text_links\";s:14:\"parent_page_id\";s:1:\"7\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 26, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:15:\"blog.text_links\";s:14:\"parent_page_id\";s:1:\"7\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 26, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:15:\"blog.text_links\";s:14:\"parent_page_id\";s:1:\"7\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 26, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:15:\"blog.text_links\";s:14:\"parent_page_id\";s:1:\"7\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 27, 'da', ''),
(0, 0, '', 27, 'de', ''),
(0, 0, '', 27, 'el', ''),
(0, 0, '', 27, 'en', ''),
(0, 0, '', 27, 'es', ''),
(0, 0, '', 27, 'fr', ''),
(0, 0, '', 27, 'it', ''),
(0, 0, '', 27, 'nl', ''),
(0, 0, '', 27, 'no', ''),
(0, 0, '', 27, 'pt', ''),
(0, 0, '', 27, 'ro', ''),
(0, 0, '', 27, 'ru', ''),
(0, 0, '', 28, 'da', ''),
(0, 0, '', 28, 'de', ''),
(0, 0, '', 28, 'el', ''),
(0, 0, '', 28, 'en', ''),
(0, 0, '', 28, 'es', ''),
(0, 0, '', 28, 'fr', ''),
(0, 0, '', 28, 'it', ''),
(0, 0, '', 28, 'nl', ''),
(0, 0, '', 28, 'no', ''),
(0, 0, '', 28, 'pt', ''),
(0, 0, '', 28, 'ro', ''),
(0, 0, '', 28, 'ru', ''),
(0, 0, '', 29, 'da', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 29, 'de', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 29, 'el', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 29, 'en', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 29, 'es', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 29, 'fr', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 29, 'it', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 29, 'nl', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 29, 'no', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 29, 'pt', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 29, 'ro', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 29, 'ru', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 30, 'da', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"4\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 30, 'de', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"4\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 30, 'el', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"4\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 30, 'en', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"4\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 30, 'es', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"4\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 30, 'fr', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"4\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 30, 'it', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"4\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 30, 'nl', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"4\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 30, 'no', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"4\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 30, 'pt', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"4\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 30, 'ro', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"4\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 30, 'ru', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"4\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 31, 'da', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"3\";s:13:\"percent_range\";s:1:\"5\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"N\";s:16:\"similar_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 31, 'de', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"3\";s:13:\"percent_range\";s:1:\"5\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"N\";s:16:\"similar_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 31, 'el', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"3\";s:13:\"percent_range\";s:1:\"5\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"N\";s:16:\"similar_in_stock\";s:1:\"N\";}}');
INSERT INTO `partiushop_bm_blocks_content` (`snapping_id`, `object_id`, `object_type`, `block_id`, `lang_code`, `content`) VALUES
(0, 0, '', 31, 'en', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"3\";s:13:\"percent_range\";s:1:\"5\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"N\";s:16:\"similar_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 31, 'es', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"3\";s:13:\"percent_range\";s:1:\"5\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"N\";s:16:\"similar_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 31, 'fr', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"3\";s:13:\"percent_range\";s:1:\"5\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"N\";s:16:\"similar_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 31, 'it', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"3\";s:13:\"percent_range\";s:1:\"5\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"N\";s:16:\"similar_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 31, 'nl', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"3\";s:13:\"percent_range\";s:1:\"5\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"N\";s:16:\"similar_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 31, 'no', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"3\";s:13:\"percent_range\";s:1:\"5\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"N\";s:16:\"similar_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 31, 'pt', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"3\";s:13:\"percent_range\";s:1:\"5\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"N\";s:16:\"similar_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 31, 'ro', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"3\";s:13:\"percent_range\";s:1:\"5\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"N\";s:16:\"similar_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 31, 'ru', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"3\";s:13:\"percent_range\";s:1:\"5\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"N\";s:16:\"similar_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 32, 'da', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 32, 'de', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 32, 'el', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 32, 'en', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 32, 'es', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 32, 'fr', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 32, 'it', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 32, 'nl', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 32, 'no', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 32, 'pt', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 32, 'ro', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 32, 'ru', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 33, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 33, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 33, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 33, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 33, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 33, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 33, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 33, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 33, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 33, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 33, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 33, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 34, 'da', ''),
(0, 0, '', 34, 'de', ''),
(0, 0, '', 34, 'el', ''),
(0, 0, '', 34, 'en', ''),
(0, 0, '', 34, 'es', ''),
(0, 0, '', 34, 'fr', ''),
(0, 0, '', 34, 'it', ''),
(0, 0, '', 34, 'nl', ''),
(0, 0, '', 34, 'no', ''),
(0, 0, '', 34, 'pt', ''),
(0, 0, '', 34, 'ro', ''),
(0, 0, '', 34, 'ru', ''),
(0, 0, '', 35, 'cs', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"23,25,27\";s:8:\"required\";a:3:{s:11:\"field_id_23\";s:1:\"N\";s:11:\"field_id_25\";s:1:\"N\";s:11:\"field_id_27\";s:1:\"N\";}}}'),
(0, 0, '', 35, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"23,25,27\";s:8:\"required\";a:3:{s:11:\"field_id_23\";s:1:\"Y\";s:11:\"field_id_25\";s:1:\"Y\";s:11:\"field_id_27\";s:1:\"Y\";}}}'),
(0, 0, '', 35, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"23,25,27\";s:8:\"required\";a:3:{s:11:\"field_id_23\";s:1:\"Y\";s:11:\"field_id_25\";s:1:\"Y\";s:11:\"field_id_27\";s:1:\"Y\";}}}'),
(0, 0, '', 35, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"23,25,27\";s:8:\"required\";a:3:{s:11:\"field_id_23\";s:1:\"Y\";s:11:\"field_id_25\";s:1:\"Y\";s:11:\"field_id_27\";s:1:\"Y\";}}}'),
(0, 0, '', 35, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"23,25,27\";s:8:\"required\";a:3:{s:11:\"field_id_23\";s:1:\"Y\";s:11:\"field_id_25\";s:1:\"Y\";s:11:\"field_id_27\";s:1:\"Y\";}}}'),
(0, 0, '', 35, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"23,25,27\";s:8:\"required\";a:3:{s:11:\"field_id_23\";s:1:\"Y\";s:11:\"field_id_25\";s:1:\"Y\";s:11:\"field_id_27\";s:1:\"Y\";}}}'),
(0, 0, '', 35, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"23,25,27\";s:8:\"required\";a:3:{s:11:\"field_id_23\";s:1:\"Y\";s:11:\"field_id_25\";s:1:\"Y\";s:11:\"field_id_27\";s:1:\"Y\";}}}'),
(0, 0, '', 35, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"23,25,27\";s:8:\"required\";a:3:{s:11:\"field_id_23\";s:1:\"Y\";s:11:\"field_id_25\";s:1:\"Y\";s:11:\"field_id_27\";s:1:\"Y\";}}}'),
(0, 0, '', 35, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"23,25,27\";s:8:\"required\";a:3:{s:11:\"field_id_23\";s:1:\"Y\";s:11:\"field_id_25\";s:1:\"Y\";s:11:\"field_id_27\";s:1:\"Y\";}}}'),
(0, 0, '', 35, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"23,25,27\";s:8:\"required\";a:3:{s:11:\"field_id_23\";s:1:\"Y\";s:11:\"field_id_25\";s:1:\"Y\";s:11:\"field_id_27\";s:1:\"Y\";}}}'),
(0, 0, '', 35, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"23,25,27\";s:8:\"required\";a:3:{s:11:\"field_id_23\";s:1:\"Y\";s:11:\"field_id_25\";s:1:\"Y\";s:11:\"field_id_27\";s:1:\"Y\";}}}'),
(0, 0, '', 35, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"23,25,27\";s:8:\"required\";a:3:{s:11:\"field_id_23\";s:1:\"Y\";s:11:\"field_id_25\";s:1:\"Y\";s:11:\"field_id_27\";s:1:\"Y\";}}}'),
(0, 0, '', 35, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"23,25,27\";s:8:\"required\";a:3:{s:11:\"field_id_23\";s:1:\"Y\";s:11:\"field_id_25\";s:1:\"Y\";s:11:\"field_id_27\";s:1:\"Y\";}}}'),
(0, 0, '', 36, 'da', ''),
(0, 0, '', 36, 'de', ''),
(0, 0, '', 36, 'el', ''),
(0, 0, '', 36, 'en', ''),
(0, 0, '', 36, 'es', ''),
(0, 0, '', 36, 'fr', ''),
(0, 0, '', 36, 'it', ''),
(0, 0, '', 36, 'nl', ''),
(0, 0, '', 36, 'no', ''),
(0, 0, '', 36, 'pt', 'a:1:{s:7:\"content\";s:0:\"\";}'),
(0, 0, '', 36, 'ro', ''),
(0, 0, '', 36, 'ru', ''),
(0, 0, '', 37, 'da', ''),
(0, 0, '', 37, 'de', ''),
(0, 0, '', 37, 'el', ''),
(0, 0, '', 37, 'en', ''),
(0, 0, '', 37, 'es', ''),
(0, 0, '', 37, 'fr', ''),
(0, 0, '', 37, 'it', ''),
(0, 0, '', 37, 'nl', ''),
(0, 0, '', 37, 'no', ''),
(0, 0, '', 37, 'pt', ''),
(0, 0, '', 37, 'ro', ''),
(0, 0, '', 37, 'ru', ''),
(0, 0, '', 38, 'cs', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"19,29\";s:8:\"required\";a:2:{s:11:\"field_id_19\";s:1:\"Y\";s:11:\"field_id_29\";s:1:\"Y\";}}}'),
(0, 0, '', 38, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"19,29\";s:8:\"required\";a:2:{s:11:\"field_id_19\";s:1:\"N\";s:11:\"field_id_29\";s:1:\"N\";}}}'),
(0, 0, '', 38, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"19,29\";s:8:\"required\";a:2:{s:11:\"field_id_19\";s:1:\"N\";s:11:\"field_id_29\";s:1:\"N\";}}}'),
(0, 0, '', 38, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"19,29\";s:8:\"required\";a:2:{s:11:\"field_id_19\";s:1:\"N\";s:11:\"field_id_29\";s:1:\"N\";}}}'),
(0, 0, '', 38, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"19,29\";s:8:\"required\";a:2:{s:11:\"field_id_19\";s:1:\"N\";s:11:\"field_id_29\";s:1:\"N\";}}}'),
(0, 0, '', 38, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"19,29\";s:8:\"required\";a:2:{s:11:\"field_id_19\";s:1:\"N\";s:11:\"field_id_29\";s:1:\"N\";}}}'),
(0, 0, '', 38, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"19,29\";s:8:\"required\";a:2:{s:11:\"field_id_19\";s:1:\"N\";s:11:\"field_id_29\";s:1:\"N\";}}}'),
(0, 0, '', 38, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"19,29\";s:8:\"required\";a:2:{s:11:\"field_id_19\";s:1:\"N\";s:11:\"field_id_29\";s:1:\"N\";}}}'),
(0, 0, '', 38, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"19,29\";s:8:\"required\";a:2:{s:11:\"field_id_19\";s:1:\"N\";s:11:\"field_id_29\";s:1:\"N\";}}}'),
(0, 0, '', 38, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"19,29\";s:8:\"required\";a:2:{s:11:\"field_id_19\";s:1:\"N\";s:11:\"field_id_29\";s:1:\"N\";}}}'),
(0, 0, '', 38, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"19,29\";s:8:\"required\";a:2:{s:11:\"field_id_19\";s:1:\"N\";s:11:\"field_id_29\";s:1:\"N\";}}}'),
(0, 0, '', 38, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"19,29\";s:8:\"required\";a:2:{s:11:\"field_id_19\";s:1:\"N\";s:11:\"field_id_29\";s:1:\"N\";}}}'),
(0, 0, '', 38, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"19,29\";s:8:\"required\";a:2:{s:11:\"field_id_19\";s:1:\"N\";s:11:\"field_id_29\";s:1:\"N\";}}}'),
(0, 0, '', 39, 'cs', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"6,7,9,32\";s:8:\"required\";a:4:{s:10:\"field_id_6\";s:1:\"N\";s:10:\"field_id_7\";s:1:\"N\";s:10:\"field_id_9\";s:1:\"N\";s:11:\"field_id_32\";s:1:\"Y\";}}}'),
(0, 0, '', 39, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"6,7,9,32\";s:8:\"required\";a:4:{s:10:\"field_id_6\";s:1:\"N\";s:10:\"field_id_7\";s:1:\"N\";s:10:\"field_id_9\";s:1:\"N\";s:11:\"field_id_32\";s:1:\"Y\";}}}'),
(0, 0, '', 39, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"6,7,9,32\";s:8:\"required\";a:4:{s:10:\"field_id_6\";s:1:\"N\";s:10:\"field_id_7\";s:1:\"N\";s:10:\"field_id_9\";s:1:\"N\";s:11:\"field_id_32\";s:1:\"Y\";}}}'),
(0, 0, '', 39, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"6,7,9,32\";s:8:\"required\";a:4:{s:10:\"field_id_6\";s:1:\"N\";s:10:\"field_id_7\";s:1:\"N\";s:10:\"field_id_9\";s:1:\"N\";s:11:\"field_id_32\";s:1:\"Y\";}}}'),
(0, 0, '', 39, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"6,7,9,32\";s:8:\"required\";a:4:{s:10:\"field_id_6\";s:1:\"N\";s:10:\"field_id_7\";s:1:\"N\";s:10:\"field_id_9\";s:1:\"N\";s:11:\"field_id_32\";s:1:\"Y\";}}}'),
(0, 0, '', 39, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"6,7,9,32\";s:8:\"required\";a:4:{s:10:\"field_id_6\";s:1:\"N\";s:10:\"field_id_7\";s:1:\"N\";s:10:\"field_id_9\";s:1:\"N\";s:11:\"field_id_32\";s:1:\"Y\";}}}'),
(0, 0, '', 39, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"6,7,9,32\";s:8:\"required\";a:4:{s:10:\"field_id_6\";s:1:\"N\";s:10:\"field_id_7\";s:1:\"N\";s:10:\"field_id_9\";s:1:\"N\";s:11:\"field_id_32\";s:1:\"Y\";}}}'),
(0, 0, '', 39, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"6,7,9,32\";s:8:\"required\";a:4:{s:10:\"field_id_6\";s:1:\"N\";s:10:\"field_id_7\";s:1:\"N\";s:10:\"field_id_9\";s:1:\"N\";s:11:\"field_id_32\";s:1:\"Y\";}}}'),
(0, 0, '', 39, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"6,7,9,32\";s:8:\"required\";a:4:{s:10:\"field_id_6\";s:1:\"N\";s:10:\"field_id_7\";s:1:\"N\";s:10:\"field_id_9\";s:1:\"N\";s:11:\"field_id_32\";s:1:\"Y\";}}}'),
(0, 0, '', 39, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"6,7,9,32\";s:8:\"required\";a:4:{s:10:\"field_id_6\";s:1:\"N\";s:10:\"field_id_7\";s:1:\"N\";s:10:\"field_id_9\";s:1:\"N\";s:11:\"field_id_32\";s:1:\"Y\";}}}'),
(0, 0, '', 39, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"6,7,9,32\";s:8:\"required\";a:4:{s:10:\"field_id_6\";s:1:\"N\";s:10:\"field_id_7\";s:1:\"N\";s:10:\"field_id_9\";s:1:\"N\";s:11:\"field_id_32\";s:1:\"Y\";}}}'),
(0, 0, '', 39, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"6,7,9,32\";s:8:\"required\";a:4:{s:10:\"field_id_6\";s:1:\"N\";s:10:\"field_id_7\";s:1:\"N\";s:10:\"field_id_9\";s:1:\"N\";s:11:\"field_id_32\";s:1:\"Y\";}}}'),
(0, 0, '', 39, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"6,7,9,32\";s:8:\"required\";a:4:{s:10:\"field_id_6\";s:1:\"N\";s:10:\"field_id_7\";s:1:\"N\";s:10:\"field_id_9\";s:1:\"N\";s:11:\"field_id_32\";s:1:\"Y\";}}}'),
(0, 0, '', 40, 'da', ''),
(0, 0, '', 40, 'de', ''),
(0, 0, '', 40, 'el', ''),
(0, 0, '', 40, 'en', ''),
(0, 0, '', 40, 'es', ''),
(0, 0, '', 40, 'fr', ''),
(0, 0, '', 40, 'it', ''),
(0, 0, '', 40, 'nl', ''),
(0, 0, '', 40, 'no', ''),
(0, 0, '', 40, 'pt', ''),
(0, 0, '', 40, 'ro', ''),
(0, 0, '', 40, 'ru', ''),
(0, 0, '', 41, 'da', ''),
(0, 0, '', 41, 'de', ''),
(0, 0, '', 41, 'el', ''),
(0, 0, '', 41, 'en', ''),
(0, 0, '', 41, 'es', ''),
(0, 0, '', 41, 'fr', ''),
(0, 0, '', 41, 'it', ''),
(0, 0, '', 41, 'nl', ''),
(0, 0, '', 41, 'no', ''),
(0, 0, '', 41, 'pt', ''),
(0, 0, '', 41, 'ro', ''),
(0, 0, '', 41, 'ru', ''),
(0, 0, '', 42, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:23:\"14,16,30,18,28,22,24,26\";s:8:\"required\";a:8:{s:11:\"field_id_14\";s:1:\"N\";s:11:\"field_id_16\";s:1:\"N\";s:11:\"field_id_30\";s:1:\"N\";s:11:\"field_id_18\";s:1:\"N\";s:11:\"field_id_28\";s:1:\"N\";s:11:\"field_id_22\";s:1:\"N\";s:11:\"field_id_24\";s:1:\"N\";s:11:\"field_id_26\";s:1:\"N\";}}}'),
(0, 0, '', 42, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:23:\"14,16,30,18,28,22,24,26\";s:8:\"required\";a:8:{s:11:\"field_id_14\";s:1:\"N\";s:11:\"field_id_16\";s:1:\"N\";s:11:\"field_id_30\";s:1:\"N\";s:11:\"field_id_18\";s:1:\"N\";s:11:\"field_id_28\";s:1:\"N\";s:11:\"field_id_22\";s:1:\"N\";s:11:\"field_id_24\";s:1:\"N\";s:11:\"field_id_26\";s:1:\"N\";}}}'),
(0, 0, '', 42, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:23:\"14,16,30,18,28,22,24,26\";s:8:\"required\";a:8:{s:11:\"field_id_14\";s:1:\"N\";s:11:\"field_id_16\";s:1:\"N\";s:11:\"field_id_30\";s:1:\"N\";s:11:\"field_id_18\";s:1:\"N\";s:11:\"field_id_28\";s:1:\"N\";s:11:\"field_id_22\";s:1:\"N\";s:11:\"field_id_24\";s:1:\"N\";s:11:\"field_id_26\";s:1:\"N\";}}}'),
(0, 0, '', 42, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:23:\"14,16,30,18,28,22,24,26\";s:8:\"required\";a:8:{s:11:\"field_id_14\";s:1:\"N\";s:11:\"field_id_16\";s:1:\"N\";s:11:\"field_id_30\";s:1:\"N\";s:11:\"field_id_18\";s:1:\"N\";s:11:\"field_id_28\";s:1:\"N\";s:11:\"field_id_22\";s:1:\"N\";s:11:\"field_id_24\";s:1:\"N\";s:11:\"field_id_26\";s:1:\"N\";}}}'),
(0, 0, '', 42, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:23:\"14,16,30,18,28,22,24,26\";s:8:\"required\";a:8:{s:11:\"field_id_14\";s:1:\"N\";s:11:\"field_id_16\";s:1:\"N\";s:11:\"field_id_30\";s:1:\"N\";s:11:\"field_id_18\";s:1:\"N\";s:11:\"field_id_28\";s:1:\"N\";s:11:\"field_id_22\";s:1:\"N\";s:11:\"field_id_24\";s:1:\"N\";s:11:\"field_id_26\";s:1:\"N\";}}}'),
(0, 0, '', 42, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:23:\"14,16,30,18,28,22,24,26\";s:8:\"required\";a:8:{s:11:\"field_id_14\";s:1:\"N\";s:11:\"field_id_16\";s:1:\"N\";s:11:\"field_id_30\";s:1:\"N\";s:11:\"field_id_18\";s:1:\"N\";s:11:\"field_id_28\";s:1:\"N\";s:11:\"field_id_22\";s:1:\"N\";s:11:\"field_id_24\";s:1:\"N\";s:11:\"field_id_26\";s:1:\"N\";}}}'),
(0, 0, '', 42, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:23:\"14,16,30,18,28,22,24,26\";s:8:\"required\";a:8:{s:11:\"field_id_14\";s:1:\"N\";s:11:\"field_id_16\";s:1:\"N\";s:11:\"field_id_30\";s:1:\"N\";s:11:\"field_id_18\";s:1:\"N\";s:11:\"field_id_28\";s:1:\"N\";s:11:\"field_id_22\";s:1:\"N\";s:11:\"field_id_24\";s:1:\"N\";s:11:\"field_id_26\";s:1:\"N\";}}}'),
(0, 0, '', 42, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:23:\"14,16,30,18,28,22,24,26\";s:8:\"required\";a:8:{s:11:\"field_id_14\";s:1:\"N\";s:11:\"field_id_16\";s:1:\"N\";s:11:\"field_id_30\";s:1:\"N\";s:11:\"field_id_18\";s:1:\"N\";s:11:\"field_id_28\";s:1:\"N\";s:11:\"field_id_22\";s:1:\"N\";s:11:\"field_id_24\";s:1:\"N\";s:11:\"field_id_26\";s:1:\"N\";}}}'),
(0, 0, '', 42, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:23:\"14,16,30,18,28,22,24,26\";s:8:\"required\";a:8:{s:11:\"field_id_14\";s:1:\"N\";s:11:\"field_id_16\";s:1:\"N\";s:11:\"field_id_30\";s:1:\"N\";s:11:\"field_id_18\";s:1:\"N\";s:11:\"field_id_28\";s:1:\"N\";s:11:\"field_id_22\";s:1:\"N\";s:11:\"field_id_24\";s:1:\"N\";s:11:\"field_id_26\";s:1:\"N\";}}}'),
(0, 0, '', 42, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:23:\"14,16,30,18,28,22,24,26\";s:8:\"required\";a:8:{s:11:\"field_id_14\";s:1:\"N\";s:11:\"field_id_16\";s:1:\"N\";s:11:\"field_id_30\";s:1:\"N\";s:11:\"field_id_18\";s:1:\"N\";s:11:\"field_id_28\";s:1:\"N\";s:11:\"field_id_22\";s:1:\"N\";s:11:\"field_id_24\";s:1:\"N\";s:11:\"field_id_26\";s:1:\"N\";}}}'),
(0, 0, '', 42, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:23:\"14,16,30,18,28,22,24,26\";s:8:\"required\";a:8:{s:11:\"field_id_14\";s:1:\"N\";s:11:\"field_id_16\";s:1:\"N\";s:11:\"field_id_30\";s:1:\"N\";s:11:\"field_id_18\";s:1:\"N\";s:11:\"field_id_28\";s:1:\"N\";s:11:\"field_id_22\";s:1:\"N\";s:11:\"field_id_24\";s:1:\"N\";s:11:\"field_id_26\";s:1:\"N\";}}}'),
(0, 0, '', 42, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:23:\"14,16,30,18,28,22,24,26\";s:8:\"required\";a:8:{s:11:\"field_id_14\";s:1:\"N\";s:11:\"field_id_16\";s:1:\"N\";s:11:\"field_id_30\";s:1:\"N\";s:11:\"field_id_18\";s:1:\"N\";s:11:\"field_id_28\";s:1:\"N\";s:11:\"field_id_22\";s:1:\"N\";s:11:\"field_id_24\";s:1:\"N\";s:11:\"field_id_26\";s:1:\"N\";}}}'),
(0, 0, '', 43, 'da', ''),
(0, 0, '', 43, 'de', ''),
(0, 0, '', 43, 'el', ''),
(0, 0, '', 43, 'en', ''),
(0, 0, '', 43, 'es', ''),
(0, 0, '', 43, 'fr', ''),
(0, 0, '', 43, 'it', ''),
(0, 0, '', 43, 'nl', ''),
(0, 0, '', 43, 'no', ''),
(0, 0, '', 43, 'pt', ''),
(0, 0, '', 43, 'ro', ''),
(0, 0, '', 43, 'ru', ''),
(0, 0, '', 44, 'da', ''),
(0, 0, '', 44, 'de', ''),
(0, 0, '', 44, 'el', ''),
(0, 0, '', 44, 'en', ''),
(0, 0, '', 44, 'es', ''),
(0, 0, '', 44, 'fr', ''),
(0, 0, '', 44, 'it', ''),
(0, 0, '', 44, 'nl', ''),
(0, 0, '', 44, 'no', ''),
(0, 0, '', 44, 'pt', ''),
(0, 0, '', 44, 'ro', ''),
(0, 0, '', 44, 'ru', ''),
(0, 0, '', 45, 'da', ''),
(0, 0, '', 45, 'de', ''),
(0, 0, '', 45, 'el', ''),
(0, 0, '', 45, 'en', ''),
(0, 0, '', 45, 'es', ''),
(0, 0, '', 45, 'fr', ''),
(0, 0, '', 45, 'it', ''),
(0, 0, '', 45, 'nl', ''),
(0, 0, '', 45, 'no', ''),
(0, 0, '', 45, 'pt', ''),
(0, 0, '', 45, 'ro', ''),
(0, 0, '', 45, 'ru', ''),
(0, 0, '', 46, 'da', ''),
(0, 0, '', 46, 'de', ''),
(0, 0, '', 46, 'el', ''),
(0, 0, '', 46, 'en', ''),
(0, 0, '', 46, 'es', ''),
(0, 0, '', 46, 'fr', ''),
(0, 0, '', 46, 'it', ''),
(0, 0, '', 46, 'nl', ''),
(0, 0, '', 46, 'no', ''),
(0, 0, '', 46, 'pt', ''),
(0, 0, '', 46, 'ro', ''),
(0, 0, '', 46, 'ru', ''),
(0, 0, '', 47, 'da', ''),
(0, 0, '', 47, 'de', ''),
(0, 0, '', 47, 'el', ''),
(0, 0, '', 47, 'en', ''),
(0, 0, '', 47, 'es', ''),
(0, 0, '', 47, 'fr', ''),
(0, 0, '', 47, 'it', ''),
(0, 0, '', 47, 'nl', ''),
(0, 0, '', 47, 'no', ''),
(0, 0, '', 47, 'pt', ''),
(0, 0, '', 47, 'ro', ''),
(0, 0, '', 47, 'ru', ''),
(0, 0, '', 48, 'da', ''),
(0, 0, '', 48, 'de', ''),
(0, 0, '', 48, 'el', ''),
(0, 0, '', 48, 'en', ''),
(0, 0, '', 48, 'es', ''),
(0, 0, '', 48, 'fr', ''),
(0, 0, '', 48, 'it', ''),
(0, 0, '', 48, 'nl', ''),
(0, 0, '', 48, 'no', ''),
(0, 0, '', 48, 'pt', ''),
(0, 0, '', 48, 'ro', ''),
(0, 0, '', 48, 'ru', ''),
(0, 0, '', 49, 'da', ''),
(0, 0, '', 49, 'de', ''),
(0, 0, '', 49, 'el', ''),
(0, 0, '', 49, 'en', ''),
(0, 0, '', 49, 'es', ''),
(0, 0, '', 49, 'fr', ''),
(0, 0, '', 49, 'it', ''),
(0, 0, '', 49, 'nl', ''),
(0, 0, '', 49, 'no', ''),
(0, 0, '', 49, 'pt', ''),
(0, 0, '', 49, 'ro', ''),
(0, 0, '', 49, 'ru', ''),
(0, 0, '', 50, 'da', 'a:1:{s:7:\"content\";s:24:\"<h2> {__(\"stores\")}</h2>\";}'),
(0, 0, '', 50, 'de', 'a:1:{s:7:\"content\";s:24:\"<h2> {__(\"stores\")}</h2>\";}'),
(0, 0, '', 50, 'el', 'a:1:{s:7:\"content\";s:24:\"<h2> {__(\"stores\")}</h2>\";}'),
(0, 0, '', 50, 'en', 'a:1:{s:7:\"content\";s:24:\"<h2> {__(\"stores\")}</h2>\";}'),
(0, 0, '', 50, 'es', 'a:1:{s:7:\"content\";s:24:\"<h2> {__(\"stores\")}</h2>\";}'),
(0, 0, '', 50, 'fr', 'a:1:{s:7:\"content\";s:24:\"<h2> {__(\"stores\")}</h2>\";}'),
(0, 0, '', 50, 'it', 'a:1:{s:7:\"content\";s:24:\"<h2> {__(\"stores\")}</h2>\";}'),
(0, 0, '', 50, 'nl', 'a:1:{s:7:\"content\";s:24:\"<h2> {__(\"stores\")}</h2>\";}'),
(0, 0, '', 50, 'no', 'a:1:{s:7:\"content\";s:24:\"<h2> {__(\"stores\")}</h2>\";}'),
(0, 0, '', 50, 'pt', 'a:1:{s:7:\"content\";s:24:\"<h2> {__(\"stores\")}</h2>\";}'),
(0, 0, '', 50, 'ro', 'a:1:{s:7:\"content\";s:24:\"<h2> {__(\"stores\")}</h2>\";}'),
(0, 0, '', 50, 'ru', 'a:1:{s:7:\"content\";s:24:\"<h2> {__(\"stores\")}</h2>\";}'),
(0, 0, '', 51, 'da', ''),
(0, 0, '', 51, 'de', ''),
(0, 0, '', 51, 'el', ''),
(0, 0, '', 51, 'en', ''),
(0, 0, '', 51, 'es', ''),
(0, 0, '', 51, 'fr', ''),
(0, 0, '', 51, 'it', ''),
(0, 0, '', 51, 'nl', ''),
(0, 0, '', 51, 'no', ''),
(0, 0, '', 51, 'pt', ''),
(0, 0, '', 51, 'ro', ''),
(0, 0, '', 51, 'ru', ''),
(0, 0, '', 52, 'da', ''),
(0, 0, '', 52, 'de', ''),
(0, 0, '', 52, 'el', ''),
(0, 0, '', 52, 'en', ''),
(0, 0, '', 52, 'es', ''),
(0, 0, '', 52, 'fr', ''),
(0, 0, '', 52, 'it', ''),
(0, 0, '', 52, 'nl', ''),
(0, 0, '', 52, 'no', ''),
(0, 0, '', 52, 'pt', ''),
(0, 0, '', 52, 'ro', ''),
(0, 0, '', 52, 'ru', ''),
(0, 0, '', 53, 'da', ''),
(0, 0, '', 53, 'de', ''),
(0, 0, '', 53, 'el', ''),
(0, 0, '', 53, 'en', ''),
(0, 0, '', 53, 'es', ''),
(0, 0, '', 53, 'fr', ''),
(0, 0, '', 53, 'it', ''),
(0, 0, '', 53, 'nl', ''),
(0, 0, '', 53, 'no', ''),
(0, 0, '', 53, 'pt', ''),
(0, 0, '', 53, 'ro', ''),
(0, 0, '', 53, 'ru', ''),
(0, 0, '', 54, 'da', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 54, 'de', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 54, 'el', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 54, 'en', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 54, 'es', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 54, 'fr', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 54, 'it', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 54, 'nl', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 54, 'no', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 54, 'pt', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 54, 'ro', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 54, 'ru', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 55, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 55, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 55, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 55, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 55, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 55, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 55, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 55, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 55, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 55, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 55, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 55, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 56, 'da', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 56, 'de', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 56, 'el', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 56, 'en', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 56, 'es', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 56, 'fr', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 56, 'it', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 56, 'nl', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 56, 'no', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 56, 'pt', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 56, 'ro', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 56, 'ru', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 58, 'da', ''),
(0, 0, '', 58, 'de', ''),
(0, 0, '', 58, 'el', ''),
(0, 0, '', 58, 'en', ''),
(0, 0, '', 58, 'es', ''),
(0, 0, '', 58, 'fr', ''),
(0, 0, '', 58, 'it', ''),
(0, 0, '', 58, 'nl', ''),
(0, 0, '', 58, 'no', ''),
(0, 0, '', 58, 'pt', ''),
(0, 0, '', 58, 'ro', ''),
(0, 0, '', 58, 'ru', ''),
(0, 0, '', 59, 'da', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 59, 'de', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 59, 'el', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 59, 'en', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 59, 'es', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 59, 'fr', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 59, 'it', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 59, 'nl', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 59, 'no', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 59, 'pt', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 59, 'ro', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 59, 'ru', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 60, 'da', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:17:\"blog.recent_posts\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 60, 'de', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:17:\"blog.recent_posts\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 60, 'el', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:17:\"blog.recent_posts\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 60, 'en', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:17:\"blog.recent_posts\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 60, 'es', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:17:\"blog.recent_posts\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 60, 'fr', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:17:\"blog.recent_posts\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 60, 'it', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:17:\"blog.recent_posts\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 60, 'nl', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:17:\"blog.recent_posts\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 60, 'no', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:17:\"blog.recent_posts\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 60, 'pt', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:17:\"blog.recent_posts\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 60, 'ro', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:17:\"blog.recent_posts\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 60, 'ru', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:17:\"blog.recent_posts\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 61, 'da', ''),
(0, 0, '', 61, 'de', ''),
(0, 0, '', 61, 'el', ''),
(0, 0, '', 61, 'en', ''),
(0, 0, '', 61, 'es', ''),
(0, 0, '', 61, 'fr', ''),
(0, 0, '', 61, 'it', ''),
(0, 0, '', 61, 'nl', ''),
(0, 0, '', 61, 'no', ''),
(0, 0, '', 61, 'pt', ''),
(0, 0, '', 61, 'ro', ''),
(0, 0, '', 61, 'ru', ''),
(0, 0, '', 62, 'da', ''),
(0, 0, '', 62, 'de', ''),
(0, 0, '', 62, 'el', ''),
(0, 0, '', 62, 'en', ''),
(0, 0, '', 62, 'es', ''),
(0, 0, '', 62, 'fr', ''),
(0, 0, '', 62, 'it', ''),
(0, 0, '', 62, 'nl', ''),
(0, 0, '', 62, 'no', ''),
(0, 0, '', 62, 'pt', ''),
(0, 0, '', 62, 'ro', ''),
(0, 0, '', 62, 'ru', ''),
(0, 0, '', 63, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:13:\"full_tree_cat\";s:17:\"parent_element_id\";s:1:\"0\";}}'),
(0, 0, '', 63, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:13:\"full_tree_cat\";s:17:\"parent_element_id\";s:1:\"0\";}}'),
(0, 0, '', 63, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:13:\"full_tree_cat\";s:17:\"parent_element_id\";s:1:\"0\";}}'),
(0, 0, '', 63, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:13:\"full_tree_cat\";s:17:\"parent_element_id\";s:1:\"0\";}}'),
(0, 0, '', 63, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:13:\"full_tree_cat\";s:17:\"parent_element_id\";s:1:\"0\";}}'),
(0, 0, '', 63, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:13:\"full_tree_cat\";s:17:\"parent_element_id\";s:1:\"0\";}}'),
(0, 0, '', 63, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:13:\"full_tree_cat\";s:17:\"parent_element_id\";s:1:\"0\";}}'),
(0, 0, '', 63, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:13:\"full_tree_cat\";s:17:\"parent_element_id\";s:1:\"0\";}}'),
(0, 0, '', 63, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:13:\"full_tree_cat\";s:17:\"parent_element_id\";s:1:\"0\";}}'),
(0, 0, '', 63, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:13:\"full_tree_cat\";s:17:\"parent_element_id\";s:1:\"0\";}}'),
(0, 0, '', 63, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:13:\"full_tree_cat\";s:17:\"parent_element_id\";s:1:\"0\";}}'),
(0, 0, '', 63, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:13:\"full_tree_cat\";s:17:\"parent_element_id\";s:1:\"0\";}}'),
(0, 0, '', 64, 'da', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 64, 'de', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 64, 'el', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 64, 'en', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 64, 'es', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 64, 'fr', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 64, 'it', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 64, 'nl', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 64, 'no', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 64, 'pt', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 64, 'ro', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 64, 'ru', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 65, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 65, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 65, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 65, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 65, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 65, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 65, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 65, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 65, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 65, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 65, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 65, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 66, 'da', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 66, 'de', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 66, 'el', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 66, 'en', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 66, 'es', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 66, 'fr', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 66, 'it', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 66, 'nl', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 66, 'no', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 66, 'pt', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}');
INSERT INTO `partiushop_bm_blocks_content` (`snapping_id`, `object_id`, `object_type`, `block_id`, `lang_code`, `content`) VALUES
(0, 0, '', 66, 'ro', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 66, 'ru', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 67, 'da', ''),
(0, 0, '', 67, 'de', ''),
(0, 0, '', 67, 'el', ''),
(0, 0, '', 67, 'en', ''),
(0, 0, '', 67, 'es', ''),
(0, 0, '', 67, 'fr', ''),
(0, 0, '', 67, 'it', ''),
(0, 0, '', 67, 'nl', ''),
(0, 0, '', 67, 'no', ''),
(0, 0, '', 67, 'pt', ''),
(0, 0, '', 67, 'ro', ''),
(0, 0, '', 67, 'ru', ''),
(0, 0, '', 68, 'da', ''),
(0, 0, '', 68, 'de', ''),
(0, 0, '', 68, 'el', ''),
(0, 0, '', 68, 'en', ''),
(0, 0, '', 68, 'es', ''),
(0, 0, '', 68, 'fr', ''),
(0, 0, '', 68, 'it', ''),
(0, 0, '', 68, 'nl', ''),
(0, 0, '', 68, 'no', ''),
(0, 0, '', 68, 'pt', ''),
(0, 0, '', 68, 'ro', ''),
(0, 0, '', 68, 'ru', ''),
(0, 0, '', 69, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:37:\"product_variations.variations_filling\";s:5:\"limit\";s:3:\"100\";s:19:\"variations_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 69, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:37:\"product_variations.variations_filling\";s:5:\"limit\";s:3:\"100\";s:19:\"variations_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 69, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:37:\"product_variations.variations_filling\";s:5:\"limit\";s:3:\"100\";s:19:\"variations_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 69, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:37:\"product_variations.variations_filling\";s:5:\"limit\";s:3:\"100\";s:19:\"variations_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 69, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:37:\"product_variations.variations_filling\";s:5:\"limit\";s:3:\"100\";s:19:\"variations_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 69, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:37:\"product_variations.variations_filling\";s:5:\"limit\";s:3:\"100\";s:19:\"variations_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 69, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:37:\"product_variations.variations_filling\";s:5:\"limit\";s:3:\"100\";s:19:\"variations_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 69, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:37:\"product_variations.variations_filling\";s:5:\"limit\";s:3:\"100\";s:19:\"variations_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 69, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:37:\"product_variations.variations_filling\";s:5:\"limit\";s:3:\"100\";s:19:\"variations_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 69, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:37:\"product_variations.variations_filling\";s:5:\"limit\";s:3:\"100\";s:19:\"variations_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 69, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:37:\"product_variations.variations_filling\";s:5:\"limit\";s:3:\"100\";s:19:\"variations_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 69, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:37:\"product_variations.variations_filling\";s:5:\"limit\";s:3:\"100\";s:19:\"variations_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 74, 'da', ''),
(0, 0, '', 74, 'de', ''),
(0, 0, '', 74, 'el', ''),
(0, 0, '', 74, 'en', ''),
(0, 0, '', 74, 'es', ''),
(0, 0, '', 74, 'fr', ''),
(0, 0, '', 74, 'it', ''),
(0, 0, '', 74, 'nl', ''),
(0, 0, '', 74, 'no', ''),
(0, 0, '', 74, 'pt', ''),
(0, 0, '', 74, 'ro', ''),
(0, 0, '', 74, 'ru', ''),
(0, 0, '', 75, 'da', ''),
(0, 0, '', 75, 'de', ''),
(0, 0, '', 75, 'el', ''),
(0, 0, '', 75, 'en', ''),
(0, 0, '', 75, 'es', ''),
(0, 0, '', 75, 'fr', ''),
(0, 0, '', 75, 'it', ''),
(0, 0, '', 75, 'nl', ''),
(0, 0, '', 75, 'no', ''),
(0, 0, '', 75, 'pt', ''),
(0, 0, '', 75, 'ro', ''),
(0, 0, '', 75, 'ru', ''),
(0, 0, '', 76, 'da', ''),
(0, 0, '', 76, 'de', ''),
(0, 0, '', 76, 'el', ''),
(0, 0, '', 76, 'en', ''),
(0, 0, '', 76, 'es', ''),
(0, 0, '', 76, 'fr', ''),
(0, 0, '', 76, 'it', ''),
(0, 0, '', 76, 'nl', ''),
(0, 0, '', 76, 'no', ''),
(0, 0, '', 76, 'pt', ''),
(0, 0, '', 76, 'ro', ''),
(0, 0, '', 76, 'ru', ''),
(0, 0, '', 77, 'da', ''),
(0, 0, '', 77, 'de', ''),
(0, 0, '', 77, 'el', ''),
(0, 0, '', 77, 'en', ''),
(0, 0, '', 77, 'es', ''),
(0, 0, '', 77, 'fr', ''),
(0, 0, '', 77, 'it', ''),
(0, 0, '', 77, 'nl', ''),
(0, 0, '', 77, 'no', ''),
(0, 0, '', 77, 'pt', ''),
(0, 0, '', 77, 'ro', ''),
(0, 0, '', 77, 'ru', ''),
(0, 0, '', 78, 'da', 'a:1:{s:4:\"menu\";s:1:\"9\";}'),
(0, 0, '', 78, 'de', 'a:1:{s:4:\"menu\";s:1:\"9\";}'),
(0, 0, '', 78, 'el', 'a:1:{s:4:\"menu\";s:1:\"9\";}'),
(0, 0, '', 78, 'en', 'a:1:{s:4:\"menu\";s:1:\"9\";}'),
(0, 0, '', 78, 'es', 'a:1:{s:4:\"menu\";s:1:\"9\";}'),
(0, 0, '', 78, 'fr', 'a:1:{s:4:\"menu\";s:1:\"9\";}'),
(0, 0, '', 78, 'it', 'a:1:{s:4:\"menu\";s:1:\"9\";}'),
(0, 0, '', 78, 'nl', 'a:1:{s:4:\"menu\";s:1:\"9\";}'),
(0, 0, '', 78, 'no', 'a:1:{s:4:\"menu\";s:1:\"9\";}'),
(0, 0, '', 78, 'pt', 'a:1:{s:4:\"menu\";s:1:\"9\";}'),
(0, 0, '', 78, 'ro', 'a:1:{s:4:\"menu\";s:1:\"9\";}'),
(0, 0, '', 78, 'ru', 'a:1:{s:4:\"menu\";s:1:\"9\";}'),
(0, 0, '', 79, 'da', ''),
(0, 0, '', 79, 'de', ''),
(0, 0, '', 79, 'el', ''),
(0, 0, '', 79, 'en', ''),
(0, 0, '', 79, 'es', ''),
(0, 0, '', 79, 'fr', ''),
(0, 0, '', 79, 'it', ''),
(0, 0, '', 79, 'nl', ''),
(0, 0, '', 79, 'no', ''),
(0, 0, '', 79, 'pt', ''),
(0, 0, '', 79, 'ro', ''),
(0, 0, '', 79, 'ru', ''),
(0, 0, '', 80, 'da', 'a:1:{s:7:\"content\";s:398:\"<div class=\"ut2-pn\">\n	<div class=\"ut2-pn__items\">\n		<a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone}</a>\n		<a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a>\n	</div>\n	<div class=\"ut2-pn__link\">\n		{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n	</div>\n</div>\";}'),
(0, 0, '', 80, 'de', 'a:1:{s:7:\"content\";s:398:\"<div class=\"ut2-pn\">\n	<div class=\"ut2-pn__items\">\n		<a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone}</a>\n		<a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a>\n	</div>\n	<div class=\"ut2-pn__link\">\n		{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n	</div>\n</div>\";}'),
(0, 0, '', 80, 'el', 'a:1:{s:7:\"content\";s:398:\"<div class=\"ut2-pn\">\n	<div class=\"ut2-pn__items\">\n		<a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone}</a>\n		<a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a>\n	</div>\n	<div class=\"ut2-pn__link\">\n		{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n	</div>\n</div>\";}'),
(0, 0, '', 80, 'en', 'a:1:{s:7:\"content\";s:398:\"<div class=\"ut2-pn\">\n	<div class=\"ut2-pn__items\">\n		<a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone}</a>\n		<a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a>\n	</div>\n	<div class=\"ut2-pn__link\">\n		{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n	</div>\n</div>\";}'),
(0, 0, '', 80, 'es', 'a:1:{s:7:\"content\";s:398:\"<div class=\"ut2-pn\">\n	<div class=\"ut2-pn__items\">\n		<a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone}</a>\n		<a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a>\n	</div>\n	<div class=\"ut2-pn__link\">\n		{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n	</div>\n</div>\";}'),
(0, 0, '', 80, 'fr', 'a:1:{s:7:\"content\";s:398:\"<div class=\"ut2-pn\">\n	<div class=\"ut2-pn__items\">\n		<a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone}</a>\n		<a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a>\n	</div>\n	<div class=\"ut2-pn__link\">\n		{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n	</div>\n</div>\";}'),
(0, 0, '', 80, 'it', 'a:1:{s:7:\"content\";s:398:\"<div class=\"ut2-pn\">\n	<div class=\"ut2-pn__items\">\n		<a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone}</a>\n		<a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a>\n	</div>\n	<div class=\"ut2-pn__link\">\n		{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n	</div>\n</div>\";}'),
(0, 0, '', 80, 'nl', 'a:1:{s:7:\"content\";s:398:\"<div class=\"ut2-pn\">\n	<div class=\"ut2-pn__items\">\n		<a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone}</a>\n		<a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a>\n	</div>\n	<div class=\"ut2-pn__link\">\n		{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n	</div>\n</div>\";}'),
(0, 0, '', 80, 'no', 'a:1:{s:7:\"content\";s:398:\"<div class=\"ut2-pn\">\n	<div class=\"ut2-pn__items\">\n		<a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone}</a>\n		<a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a>\n	</div>\n	<div class=\"ut2-pn__link\">\n		{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n	</div>\n</div>\";}'),
(0, 0, '', 80, 'pt', 'a:1:{s:7:\"content\";s:398:\"<div class=\"ut2-pn\">\n	<div class=\"ut2-pn__items\">\n		<a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone}</a>\n		<a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a>\n	</div>\n	<div class=\"ut2-pn__link\">\n		{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n	</div>\n</div>\";}'),
(0, 0, '', 80, 'ro', 'a:1:{s:7:\"content\";s:398:\"<div class=\"ut2-pn\">\n	<div class=\"ut2-pn__items\">\n		<a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone}</a>\n		<a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a>\n	</div>\n	<div class=\"ut2-pn__link\">\n		{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n	</div>\n</div>\";}'),
(0, 0, '', 80, 'ru', 'a:1:{s:7:\"content\";s:398:\"<div class=\"ut2-pn\">\n	<div class=\"ut2-pn__items\">\n		<a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone}</a>\n		<a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a>\n	</div>\n	<div class=\"ut2-pn__link\">\n		{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n	</div>\n</div>\";}'),
(0, 0, '', 81, 'da', 'a:1:{s:7:\"content\";s:346:\"<div class=\"ut2-pn\">\n	<div class=\"ut2-pn__items\">\n		<a href=\"tel:+88005559595\"><span>+8(800)</span> 555-95-95</a>\n		<a href=\"tel:+88008889898\"><span>+8(800)</span> 888-98-98</a>\n	</div>\n	<div class=\"ut2-pn__link\">\n		{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n	</div>\n</div>\";}'),
(0, 0, '', 81, 'de', 'a:1:{s:7:\"content\";s:346:\"<div class=\"ut2-pn\">\n	<div class=\"ut2-pn__items\">\n		<a href=\"tel:+88005559595\"><span>+8(800)</span> 555-95-95</a>\n		<a href=\"tel:+88008889898\"><span>+8(800)</span> 888-98-98</a>\n	</div>\n	<div class=\"ut2-pn__link\">\n		{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n	</div>\n</div>\";}'),
(0, 0, '', 81, 'el', 'a:1:{s:7:\"content\";s:346:\"<div class=\"ut2-pn\">\n	<div class=\"ut2-pn__items\">\n		<a href=\"tel:+88005559595\"><span>+8(800)</span> 555-95-95</a>\n		<a href=\"tel:+88008889898\"><span>+8(800)</span> 888-98-98</a>\n	</div>\n	<div class=\"ut2-pn__link\">\n		{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n	</div>\n</div>\";}'),
(0, 0, '', 81, 'en', 'a:1:{s:7:\"content\";s:346:\"<div class=\"ut2-pn\">\n	<div class=\"ut2-pn__items\">\n		<a href=\"tel:+88005559595\"><span>+8(800)</span> 555-95-95</a>\n		<a href=\"tel:+88008889898\"><span>+8(800)</span> 888-98-98</a>\n	</div>\n	<div class=\"ut2-pn__link\">\n		{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n	</div>\n</div>\";}'),
(0, 0, '', 81, 'es', 'a:1:{s:7:\"content\";s:346:\"<div class=\"ut2-pn\">\n	<div class=\"ut2-pn__items\">\n		<a href=\"tel:+88005559595\"><span>+8(800)</span> 555-95-95</a>\n		<a href=\"tel:+88008889898\"><span>+8(800)</span> 888-98-98</a>\n	</div>\n	<div class=\"ut2-pn__link\">\n		{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n	</div>\n</div>\";}'),
(0, 0, '', 81, 'fr', 'a:1:{s:7:\"content\";s:346:\"<div class=\"ut2-pn\">\n	<div class=\"ut2-pn__items\">\n		<a href=\"tel:+88005559595\"><span>+8(800)</span> 555-95-95</a>\n		<a href=\"tel:+88008889898\"><span>+8(800)</span> 888-98-98</a>\n	</div>\n	<div class=\"ut2-pn__link\">\n		{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n	</div>\n</div>\";}'),
(0, 0, '', 81, 'it', 'a:1:{s:7:\"content\";s:346:\"<div class=\"ut2-pn\">\n	<div class=\"ut2-pn__items\">\n		<a href=\"tel:+88005559595\"><span>+8(800)</span> 555-95-95</a>\n		<a href=\"tel:+88008889898\"><span>+8(800)</span> 888-98-98</a>\n	</div>\n	<div class=\"ut2-pn__link\">\n		{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n	</div>\n</div>\";}'),
(0, 0, '', 81, 'nl', 'a:1:{s:7:\"content\";s:346:\"<div class=\"ut2-pn\">\n	<div class=\"ut2-pn__items\">\n		<a href=\"tel:+88005559595\"><span>+8(800)</span> 555-95-95</a>\n		<a href=\"tel:+88008889898\"><span>+8(800)</span> 888-98-98</a>\n	</div>\n	<div class=\"ut2-pn__link\">\n		{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n	</div>\n</div>\";}'),
(0, 0, '', 81, 'no', 'a:1:{s:7:\"content\";s:346:\"<div class=\"ut2-pn\">\n	<div class=\"ut2-pn__items\">\n		<a href=\"tel:+88005559595\"><span>+8(800)</span> 555-95-95</a>\n		<a href=\"tel:+88008889898\"><span>+8(800)</span> 888-98-98</a>\n	</div>\n	<div class=\"ut2-pn__link\">\n		{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n	</div>\n</div>\";}'),
(0, 0, '', 81, 'pt', 'a:1:{s:7:\"content\";s:346:\"<div class=\"ut2-pn\">\n	<div class=\"ut2-pn__items\">\n		<a href=\"tel:+88005559595\"><span>+8(800)</span> 555-95-95</a>\n		<a href=\"tel:+88008889898\"><span>+8(800)</span> 888-98-98</a>\n	</div>\n	<div class=\"ut2-pn__link\">\n		{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n	</div>\n</div>\";}'),
(0, 0, '', 81, 'ro', 'a:1:{s:7:\"content\";s:346:\"<div class=\"ut2-pn\">\n	<div class=\"ut2-pn__items\">\n		<a href=\"tel:+88005559595\"><span>+8(800)</span> 555-95-95</a>\n		<a href=\"tel:+88008889898\"><span>+8(800)</span> 888-98-98</a>\n	</div>\n	<div class=\"ut2-pn__link\">\n		{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n	</div>\n</div>\";}'),
(0, 0, '', 81, 'ru', 'a:1:{s:7:\"content\";s:346:\"<div class=\"ut2-pn\">\n	<div class=\"ut2-pn__items\">\n		<a href=\"tel:+88005559595\"><span>+8(800)</span> 555-95-95</a>\n		<a href=\"tel:+88008889898\"><span>+8(800)</span> 888-98-98</a>\n	</div>\n	<div class=\"ut2-pn__link\">\n		{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n	</div>\n</div>\";}'),
(0, 0, '', 82, 'da', 'a:1:{s:4:\"menu\";s:1:\"5\";}'),
(0, 0, '', 82, 'de', 'a:1:{s:4:\"menu\";s:1:\"5\";}'),
(0, 0, '', 82, 'el', 'a:1:{s:4:\"menu\";s:1:\"5\";}'),
(0, 0, '', 82, 'en', 'a:1:{s:4:\"menu\";s:1:\"5\";}'),
(0, 0, '', 82, 'es', 'a:1:{s:4:\"menu\";s:1:\"5\";}'),
(0, 0, '', 82, 'fr', 'a:1:{s:4:\"menu\";s:1:\"5\";}'),
(0, 0, '', 82, 'it', 'a:1:{s:4:\"menu\";s:1:\"5\";}'),
(0, 0, '', 82, 'nl', 'a:1:{s:4:\"menu\";s:1:\"5\";}'),
(0, 0, '', 82, 'no', 'a:1:{s:4:\"menu\";s:1:\"5\";}'),
(0, 0, '', 82, 'pt', 'a:1:{s:4:\"menu\";s:1:\"5\";}'),
(0, 0, '', 82, 'ro', 'a:1:{s:4:\"menu\";s:1:\"5\";}'),
(0, 0, '', 82, 'ru', 'a:1:{s:4:\"menu\";s:1:\"5\";}'),
(0, 0, '', 83, 'da', ''),
(0, 0, '', 83, 'de', ''),
(0, 0, '', 83, 'el', ''),
(0, 0, '', 83, 'en', ''),
(0, 0, '', 83, 'es', ''),
(0, 0, '', 83, 'fr', ''),
(0, 0, '', 83, 'it', ''),
(0, 0, '', 83, 'nl', ''),
(0, 0, '', 83, 'no', ''),
(0, 0, '', 83, 'pt', ''),
(0, 0, '', 83, 'ro', ''),
(0, 0, '', 83, 'ru', ''),
(0, 0, '', 84, 'da', ''),
(0, 0, '', 84, 'de', ''),
(0, 0, '', 84, 'el', ''),
(0, 0, '', 84, 'en', ''),
(0, 0, '', 84, 'es', ''),
(0, 0, '', 84, 'fr', ''),
(0, 0, '', 84, 'it', ''),
(0, 0, '', 84, 'nl', ''),
(0, 0, '', 84, 'no', ''),
(0, 0, '', 84, 'pt', ''),
(0, 0, '', 84, 'ro', ''),
(0, 0, '', 84, 'ru', ''),
(0, 0, '', 85, 'da', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 85, 'de', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 85, 'el', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 85, 'en', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 85, 'es', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 85, 'fr', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 85, 'it', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 85, 'nl', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 85, 'no', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 85, 'pt', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 85, 'ro', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 85, 'ru', 'a:1:{s:7:\"content\";s:690:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">О нас</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Обратная связь</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Подарочные сертификаты</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Торговые марки</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Карта сайта</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Блог</a></li>\n</ul>\";}'),
(0, 0, '', 86, 'da', 'a:1:{s:7:\"content\";s:490:\"\n<ul id=\"customer_service_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n{if $addons.wishlist && $addons.wishlist.status == \'A\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n{/if}\n{if $settings.General.enable_compare_products == \'Y\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n{/if}\n</ul>\";}'),
(0, 0, '', 86, 'de', 'a:1:{s:7:\"content\";s:490:\"\n<ul id=\"customer_service_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n{if $addons.wishlist && $addons.wishlist.status == \'A\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n{/if}\n{if $settings.General.enable_compare_products == \'Y\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n{/if}\n</ul>\";}'),
(0, 0, '', 86, 'el', 'a:1:{s:7:\"content\";s:490:\"\n<ul id=\"customer_service_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n{if $addons.wishlist && $addons.wishlist.status == \'A\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n{/if}\n{if $settings.General.enable_compare_products == \'Y\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n{/if}\n</ul>\";}'),
(0, 0, '', 86, 'en', 'a:1:{s:7:\"content\";s:490:\"\n<ul id=\"customer_service_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n{if $addons.wishlist && $addons.wishlist.status == \'A\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n{/if}\n{if $settings.General.enable_compare_products == \'Y\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n{/if}\n</ul>\";}'),
(0, 0, '', 86, 'es', 'a:1:{s:7:\"content\";s:490:\"\n<ul id=\"customer_service_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n{if $addons.wishlist && $addons.wishlist.status == \'A\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n{/if}\n{if $settings.General.enable_compare_products == \'Y\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n{/if}\n</ul>\";}'),
(0, 0, '', 86, 'fr', 'a:1:{s:7:\"content\";s:490:\"\n<ul id=\"customer_service_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n{if $addons.wishlist && $addons.wishlist.status == \'A\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n{/if}\n{if $settings.General.enable_compare_products == \'Y\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n{/if}\n</ul>\";}'),
(0, 0, '', 86, 'it', 'a:1:{s:7:\"content\";s:490:\"\n<ul id=\"customer_service_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n{if $addons.wishlist && $addons.wishlist.status == \'A\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n{/if}\n{if $settings.General.enable_compare_products == \'Y\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n{/if}\n</ul>\";}'),
(0, 0, '', 86, 'nl', 'a:1:{s:7:\"content\";s:490:\"\n<ul id=\"customer_service_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n{if $addons.wishlist && $addons.wishlist.status == \'A\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n{/if}\n{if $settings.General.enable_compare_products == \'Y\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n{/if}\n</ul>\";}'),
(0, 0, '', 86, 'no', 'a:1:{s:7:\"content\";s:490:\"\n<ul id=\"customer_service_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n{if $addons.wishlist && $addons.wishlist.status == \'A\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n{/if}\n{if $settings.General.enable_compare_products == \'Y\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n{/if}\n</ul>\";}'),
(0, 0, '', 86, 'pt', 'a:1:{s:7:\"content\";s:490:\"\n<ul id=\"customer_service_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n{if $addons.wishlist && $addons.wishlist.status == \'A\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n{/if}\n{if $settings.General.enable_compare_products == \'Y\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n{/if}\n</ul>\";}'),
(0, 0, '', 86, 'ro', 'a:1:{s:7:\"content\";s:490:\"\n<ul id=\"customer_service_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n{if $addons.wishlist && $addons.wishlist.status == \'A\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n{/if}\n{if $settings.General.enable_compare_products == \'Y\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n{/if}\n</ul>\";}'),
(0, 0, '', 86, 'ru', 'a:1:{s:7:\"content\";s:523:\"\n<ul id=\"customer_service_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">Ваши заказы</a></li>\n{if $addons.wishlist && $addons.wishlist.status == \'A\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Отложенные</a></li>\n{/if}\n{if $settings.General.enable_compare_products == \'Y\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Список сравнения</a></li>\n{/if}\n</ul>\";}'),
(0, 0, '', 87, 'da', 'a:1:{s:7:\"content\";s:631:\"<ul>\n<li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n<li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n<li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n<li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n<li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n<li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 87, 'de', 'a:1:{s:7:\"content\";s:631:\"<ul>\n<li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n<li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n<li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n<li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n<li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n<li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 87, 'el', 'a:1:{s:7:\"content\";s:631:\"<ul>\n<li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n<li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n<li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n<li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n<li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n<li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 87, 'en', 'a:1:{s:7:\"content\";s:631:\"<ul>\n<li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n<li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n<li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n<li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n<li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n<li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 87, 'es', 'a:1:{s:7:\"content\";s:631:\"<ul>\n<li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n<li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n<li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n<li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n<li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n<li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 87, 'fr', 'a:1:{s:7:\"content\";s:631:\"<ul>\n<li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n<li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n<li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n<li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n<li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n<li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 87, 'it', 'a:1:{s:7:\"content\";s:631:\"<ul>\n<li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n<li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n<li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n<li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n<li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n<li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 87, 'nl', 'a:1:{s:7:\"content\";s:631:\"<ul>\n<li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n<li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n<li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n<li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n<li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n<li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 87, 'no', 'a:1:{s:7:\"content\";s:631:\"<ul>\n<li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n<li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n<li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n<li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n<li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n<li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 87, 'pt', 'a:1:{s:7:\"content\";s:631:\"<ul>\n<li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n<li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n<li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n<li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n<li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n<li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 87, 'ro', 'a:1:{s:7:\"content\";s:631:\"<ul>\n<li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n<li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n<li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n<li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n<li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n<li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 87, 'ru', 'a:1:{s:7:\"content\";s:652:\"<ul>\n<li>г. {$settings.Company.company_city}, {$settings.Company.company_address}</li>\n<li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (звонок бесплатный)</a></li>\n<li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n<li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n<li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n<li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 88, '', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 88, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 88, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 88, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 88, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 88, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 88, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 88, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 88, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 88, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 88, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 88, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 88, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 89, 'da', 'a:6:{s:4:\"menu\";s:1:\"5\";s:22:\"ab__fn_show_common_btn\";s:1:\"N\";s:22:\"ab__fn_common_btn_text\";s:0:\"\";s:27:\"ab__fn_show_common_btn_link\";s:0:\"\";s:23:\"ab__fn_common_btn_class\";s:0:\"\";s:22:\"ab__fn_common_btn_type\";s:14:\"ab__fn_cbt_btn\";}'),
(0, 0, '', 89, 'de', 'a:6:{s:4:\"menu\";s:1:\"5\";s:22:\"ab__fn_show_common_btn\";s:1:\"N\";s:22:\"ab__fn_common_btn_text\";s:0:\"\";s:27:\"ab__fn_show_common_btn_link\";s:0:\"\";s:23:\"ab__fn_common_btn_class\";s:0:\"\";s:22:\"ab__fn_common_btn_type\";s:14:\"ab__fn_cbt_btn\";}'),
(0, 0, '', 89, 'el', 'a:6:{s:4:\"menu\";s:1:\"5\";s:22:\"ab__fn_show_common_btn\";s:1:\"N\";s:22:\"ab__fn_common_btn_text\";s:0:\"\";s:27:\"ab__fn_show_common_btn_link\";s:0:\"\";s:23:\"ab__fn_common_btn_class\";s:0:\"\";s:22:\"ab__fn_common_btn_type\";s:14:\"ab__fn_cbt_btn\";}'),
(0, 0, '', 89, 'en', 'a:6:{s:4:\"menu\";s:1:\"5\";s:22:\"ab__fn_show_common_btn\";s:1:\"N\";s:22:\"ab__fn_common_btn_text\";s:0:\"\";s:27:\"ab__fn_show_common_btn_link\";s:0:\"\";s:23:\"ab__fn_common_btn_class\";s:0:\"\";s:22:\"ab__fn_common_btn_type\";s:14:\"ab__fn_cbt_btn\";}'),
(0, 0, '', 89, 'es', 'a:6:{s:4:\"menu\";s:1:\"5\";s:22:\"ab__fn_show_common_btn\";s:1:\"N\";s:22:\"ab__fn_common_btn_text\";s:0:\"\";s:27:\"ab__fn_show_common_btn_link\";s:0:\"\";s:23:\"ab__fn_common_btn_class\";s:0:\"\";s:22:\"ab__fn_common_btn_type\";s:14:\"ab__fn_cbt_btn\";}'),
(0, 0, '', 89, 'fr', 'a:6:{s:4:\"menu\";s:1:\"5\";s:22:\"ab__fn_show_common_btn\";s:1:\"N\";s:22:\"ab__fn_common_btn_text\";s:0:\"\";s:27:\"ab__fn_show_common_btn_link\";s:0:\"\";s:23:\"ab__fn_common_btn_class\";s:0:\"\";s:22:\"ab__fn_common_btn_type\";s:14:\"ab__fn_cbt_btn\";}'),
(0, 0, '', 89, 'it', 'a:6:{s:4:\"menu\";s:1:\"5\";s:22:\"ab__fn_show_common_btn\";s:1:\"N\";s:22:\"ab__fn_common_btn_text\";s:0:\"\";s:27:\"ab__fn_show_common_btn_link\";s:0:\"\";s:23:\"ab__fn_common_btn_class\";s:0:\"\";s:22:\"ab__fn_common_btn_type\";s:14:\"ab__fn_cbt_btn\";}'),
(0, 0, '', 89, 'nl', 'a:6:{s:4:\"menu\";s:1:\"5\";s:22:\"ab__fn_show_common_btn\";s:1:\"N\";s:22:\"ab__fn_common_btn_text\";s:0:\"\";s:27:\"ab__fn_show_common_btn_link\";s:0:\"\";s:23:\"ab__fn_common_btn_class\";s:0:\"\";s:22:\"ab__fn_common_btn_type\";s:14:\"ab__fn_cbt_btn\";}'),
(0, 0, '', 89, 'no', 'a:6:{s:4:\"menu\";s:1:\"5\";s:22:\"ab__fn_show_common_btn\";s:1:\"N\";s:22:\"ab__fn_common_btn_text\";s:0:\"\";s:27:\"ab__fn_show_common_btn_link\";s:0:\"\";s:23:\"ab__fn_common_btn_class\";s:0:\"\";s:22:\"ab__fn_common_btn_type\";s:14:\"ab__fn_cbt_btn\";}'),
(0, 0, '', 89, 'pt', 'a:6:{s:4:\"menu\";s:1:\"5\";s:22:\"ab__fn_show_common_btn\";s:1:\"N\";s:22:\"ab__fn_common_btn_text\";s:0:\"\";s:27:\"ab__fn_show_common_btn_link\";s:0:\"\";s:23:\"ab__fn_common_btn_class\";s:0:\"\";s:22:\"ab__fn_common_btn_type\";s:14:\"ab__fn_cbt_btn\";}'),
(0, 0, '', 89, 'ro', 'a:6:{s:4:\"menu\";s:1:\"5\";s:22:\"ab__fn_show_common_btn\";s:1:\"N\";s:22:\"ab__fn_common_btn_text\";s:0:\"\";s:27:\"ab__fn_show_common_btn_link\";s:0:\"\";s:23:\"ab__fn_common_btn_class\";s:0:\"\";s:22:\"ab__fn_common_btn_type\";s:14:\"ab__fn_cbt_btn\";}'),
(0, 0, '', 89, 'ru', 'a:6:{s:4:\"menu\";s:1:\"7\";s:22:\"ab__fn_show_common_btn\";s:1:\"N\";s:22:\"ab__fn_common_btn_text\";s:0:\"\";s:27:\"ab__fn_show_common_btn_link\";s:0:\"\";s:23:\"ab__fn_common_btn_class\";s:0:\"\";s:22:\"ab__fn_common_btn_type\";s:14:\"ab__fn_cbt_btn\";}'),
(0, 0, '', 90, 'da', ''),
(0, 0, '', 90, 'de', ''),
(0, 0, '', 90, 'el', ''),
(0, 0, '', 90, 'en', ''),
(0, 0, '', 90, 'es', ''),
(0, 0, '', 90, 'fr', ''),
(0, 0, '', 90, 'it', ''),
(0, 0, '', 90, 'nl', ''),
(0, 0, '', 90, 'no', ''),
(0, 0, '', 90, 'pt', ''),
(0, 0, '', 90, 'ro', ''),
(0, 0, '', 90, 'ru', ''),
(0, 0, '', 91, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:2:\"16\";}}'),
(0, 0, '', 91, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:2:\"16\";}}'),
(0, 0, '', 91, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:2:\"16\";}}'),
(0, 0, '', 91, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:2:\"16\";}}'),
(0, 0, '', 91, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:2:\"16\";}}'),
(0, 0, '', 91, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:2:\"16\";}}'),
(0, 0, '', 91, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:2:\"16\";}}'),
(0, 0, '', 91, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:2:\"16\";}}'),
(0, 0, '', 91, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:2:\"16\";}}');
INSERT INTO `partiushop_bm_blocks_content` (`snapping_id`, `object_id`, `object_type`, `block_id`, `lang_code`, `content`) VALUES
(0, 0, '', 91, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:2:\"16\";}}'),
(0, 0, '', 91, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:2:\"16\";}}'),
(0, 0, '', 91, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:2:\"16\";}}'),
(0, 0, '', 92, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 92, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 92, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 92, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 92, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 92, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 92, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 92, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 92, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 92, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 92, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 92, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 93, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 93, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 93, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 93, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 93, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 93, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 93, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 93, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 93, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 93, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 93, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 93, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 94, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"20,21\";}}'),
(0, 0, '', 94, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"20,21\";}}'),
(0, 0, '', 94, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"20,21\";}}'),
(0, 0, '', 94, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"20,21\";}}'),
(0, 0, '', 94, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"20,21\";}}'),
(0, 0, '', 94, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"20,21\";}}'),
(0, 0, '', 94, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"20,21\";}}'),
(0, 0, '', 94, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"20,21\";}}'),
(0, 0, '', 94, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"20,21\";}}'),
(0, 0, '', 94, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"20,21\";}}'),
(0, 0, '', 94, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"20,21\";}}'),
(0, 0, '', 94, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"20,21\";}}'),
(0, 0, '', 95, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"22,23\";}}'),
(0, 0, '', 95, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"22,23\";}}'),
(0, 0, '', 95, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"22,23\";}}'),
(0, 0, '', 95, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"22,23\";}}'),
(0, 0, '', 95, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"22,23\";}}'),
(0, 0, '', 95, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"22,23\";}}'),
(0, 0, '', 95, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"22,23\";}}'),
(0, 0, '', 95, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"22,23\";}}'),
(0, 0, '', 95, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"22,23\";}}'),
(0, 0, '', 95, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"22,23\";}}'),
(0, 0, '', 95, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"22,23\";}}'),
(0, 0, '', 95, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"22,23\";}}'),
(0, 0, '', 96, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"24\";}}'),
(0, 0, '', 96, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"24\";}}'),
(0, 0, '', 96, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"24\";}}'),
(0, 0, '', 96, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"24\";}}'),
(0, 0, '', 96, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"24\";}}'),
(0, 0, '', 96, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"24\";}}'),
(0, 0, '', 96, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"24\";}}'),
(0, 0, '', 96, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"24\";}}'),
(0, 0, '', 96, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"24\";}}'),
(0, 0, '', 96, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"24\";}}'),
(0, 0, '', 96, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"24\";}}'),
(0, 0, '', 96, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"24\";}}'),
(0, 0, '', 97, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"25\";}}'),
(0, 0, '', 97, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"25\";}}'),
(0, 0, '', 97, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"25\";}}'),
(0, 0, '', 97, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"25\";}}'),
(0, 0, '', 97, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"25\";}}'),
(0, 0, '', 97, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"25\";}}'),
(0, 0, '', 97, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"25\";}}'),
(0, 0, '', 97, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"25\";}}'),
(0, 0, '', 97, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"25\";}}'),
(0, 0, '', 97, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"25\";}}'),
(0, 0, '', 97, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"25\";}}'),
(0, 0, '', 97, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"25\";}}'),
(0, 0, '', 98, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"26,27\";}}'),
(0, 0, '', 98, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"26,27\";}}'),
(0, 0, '', 98, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"26,27\";}}'),
(0, 0, '', 98, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"26,27\";}}'),
(0, 0, '', 98, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"26,27\";}}'),
(0, 0, '', 98, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"26,27\";}}'),
(0, 0, '', 98, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"26,27\";}}'),
(0, 0, '', 98, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"26,27\";}}'),
(0, 0, '', 98, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"26,27\";}}'),
(0, 0, '', 98, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"26,27\";}}'),
(0, 0, '', 98, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"26,27\";}}'),
(0, 0, '', 98, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"26,27\";}}'),
(0, 0, '', 99, 'da', 'a:1:{s:9:\"promotion\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"27\";}}'),
(0, 0, '', 99, 'de', 'a:1:{s:9:\"promotion\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"27\";}}'),
(0, 0, '', 99, 'el', 'a:1:{s:9:\"promotion\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"27\";}}'),
(0, 0, '', 99, 'en', 'a:1:{s:9:\"promotion\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"27\";}}'),
(0, 0, '', 99, 'es', 'a:1:{s:9:\"promotion\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"27\";}}'),
(0, 0, '', 99, 'fr', 'a:1:{s:9:\"promotion\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"27\";}}'),
(0, 0, '', 99, 'it', 'a:1:{s:9:\"promotion\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"27\";}}'),
(0, 0, '', 99, 'nl', 'a:1:{s:9:\"promotion\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"27\";}}'),
(0, 0, '', 99, 'no', 'a:1:{s:9:\"promotion\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"27\";}}'),
(0, 0, '', 99, 'pt', 'a:1:{s:9:\"promotion\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"27\";}}'),
(0, 0, '', 99, 'ro', 'a:1:{s:9:\"promotion\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"27\";}}'),
(0, 0, '', 99, 'ru', 'a:1:{s:9:\"promotion\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"27\";}}'),
(0, 0, '', 100, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 100, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 100, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 100, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 100, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 100, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 100, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 100, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 100, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 100, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 100, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 100, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 101, 'da', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 101, 'de', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 101, 'el', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 101, 'en', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 101, 'es', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 101, 'fr', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 101, 'it', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 101, 'nl', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 101, 'no', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 101, 'pt', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 101, 'ro', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 101, 'ru', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 102, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 102, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 102, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 102, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 102, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 102, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 102, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 102, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 102, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 102, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 102, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 102, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 103, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 103, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 103, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 103, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 103, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 103, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 103, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 103, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 103, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 103, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 103, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 103, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 104, 'da', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 104, 'de', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 104, 'el', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 104, 'en', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 104, 'es', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 104, 'fr', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 104, 'it', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 104, 'nl', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 104, 'no', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 104, 'pt', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 104, 'ro', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 104, 'ru', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 105, 'da', ''),
(0, 0, '', 105, 'de', ''),
(0, 0, '', 105, 'el', ''),
(0, 0, '', 105, 'en', ''),
(0, 0, '', 105, 'es', ''),
(0, 0, '', 105, 'fr', ''),
(0, 0, '', 105, 'it', ''),
(0, 0, '', 105, 'nl', ''),
(0, 0, '', 105, 'no', ''),
(0, 0, '', 105, 'pt', ''),
(0, 0, '', 105, 'ro', ''),
(0, 0, '', 105, 'ru', ''),
(0, 0, '', 106, 'da', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 106, 'de', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 106, 'el', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 106, 'en', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 106, 'es', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 106, 'fr', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 106, 'it', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 106, 'nl', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 106, 'no', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 106, 'pt', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 106, 'ro', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 106, 'ru', 'a:1:{s:7:\"content\";s:979:\"<p>Сайт, торгующий товарами в Интернете. Позволяет пользователям сформировать заказ на покупку, выбрать способ оплаты и доставки заказа в сети Интернет. Выбрав необходимые товары или услуги, пользователь обычно имеет возможность тут же на сайте выбрать метод оплаты и доставки.</p><p>Основное отличие Интернет-магазина от традиционного — в типе торговой площадки. Обычному магазину нужен торговый зал, витрины, ценники, а также продавцы, кассиры и опытные консультанты, у онлайн-магазина же вся инфраструктура реализована программно.</p>\";}'),
(0, 0, '', 107, 'da', ''),
(0, 0, '', 107, 'de', ''),
(0, 0, '', 107, 'el', ''),
(0, 0, '', 107, 'en', ''),
(0, 0, '', 107, 'es', ''),
(0, 0, '', 107, 'fr', ''),
(0, 0, '', 107, 'it', ''),
(0, 0, '', 107, 'nl', ''),
(0, 0, '', 107, 'no', ''),
(0, 0, '', 107, 'pt', ''),
(0, 0, '', 107, 'ro', ''),
(0, 0, '', 107, 'ru', ''),
(0, 0, '', 108, 'da', 'a:1:{s:7:\"content\";s:826:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n<div class=\"ut2-social-links\">\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n</div>\";}'),
(0, 0, '', 108, 'de', 'a:1:{s:7:\"content\";s:826:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n<div class=\"ut2-social-links\">\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n</div>\";}'),
(0, 0, '', 108, 'el', 'a:1:{s:7:\"content\";s:826:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n<div class=\"ut2-social-links\">\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n</div>\";}'),
(0, 0, '', 108, 'en', 'a:1:{s:7:\"content\";s:826:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n<div class=\"ut2-social-links\">\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n</div>\";}'),
(0, 0, '', 108, 'es', 'a:1:{s:7:\"content\";s:826:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n<div class=\"ut2-social-links\">\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n</div>\";}'),
(0, 0, '', 108, 'fr', 'a:1:{s:7:\"content\";s:826:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n<div class=\"ut2-social-links\">\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n</div>\";}'),
(0, 0, '', 108, 'it', 'a:1:{s:7:\"content\";s:826:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n<div class=\"ut2-social-links\">\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n</div>\";}'),
(0, 0, '', 108, 'nl', 'a:1:{s:7:\"content\";s:826:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n<div class=\"ut2-social-links\">\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n</div>\";}'),
(0, 0, '', 108, 'no', 'a:1:{s:7:\"content\";s:826:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n<div class=\"ut2-social-links\">\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n</div>\";}'),
(0, 0, '', 108, 'pt', 'a:1:{s:7:\"content\";s:837:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\r\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\r\n<div class=\"ut2-social-links\">\r\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\r\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\r\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\r\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\r\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\r\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\r\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\r\n</div>\r\n</div>\";}'),
(0, 0, '', 108, 'ro', 'a:1:{s:7:\"content\";s:826:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n<div class=\"ut2-social-links\">\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n</div>\";}'),
(0, 0, '', 108, 'ru', 'a:1:{s:7:\"content\";s:878:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Вступайте к нам в группу<br>и узнавайте первыми все акции и предложения!</div>\n<div class=\"ut2-social-links\">\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n</div>\";}'),
(0, 0, '', 109, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"29\";}}'),
(0, 0, '', 109, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"29\";}}'),
(0, 0, '', 109, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"29\";}}'),
(0, 0, '', 109, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"29\";}}'),
(0, 0, '', 109, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"29\";}}'),
(0, 0, '', 109, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"29\";}}'),
(0, 0, '', 109, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"29\";}}'),
(0, 0, '', 109, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"29\";}}'),
(0, 0, '', 109, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"29\";}}'),
(0, 0, '', 109, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"29\";}}'),
(0, 0, '', 109, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"29\";}}'),
(0, 0, '', 109, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"29\";}}'),
(0, 0, '', 110, 'da', ''),
(0, 0, '', 110, 'de', ''),
(0, 0, '', 110, 'el', ''),
(0, 0, '', 110, 'en', ''),
(0, 0, '', 110, 'es', ''),
(0, 0, '', 110, 'fr', ''),
(0, 0, '', 110, 'it', ''),
(0, 0, '', 110, 'nl', ''),
(0, 0, '', 110, 'no', ''),
(0, 0, '', 110, 'pt', ''),
(0, 0, '', 110, 'ro', ''),
(0, 0, '', 110, 'ru', ''),
(0, 0, '', 111, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 111, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 111, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 111, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 111, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 111, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 111, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 111, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 111, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 111, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 111, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 111, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 112, 'da', 'a:1:{s:7:\"content\";s:876:\"<div class=\"row-fluid benefits\">\n<div class=\"span5 benefit delivery\">\n<i class=\"ut2-icon-outline-local_shipping\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n<p>Our company makes delivery all over the country</p>\n</div>\n</div><div class=\"span6 benefit warranty\">\n<i class=\"ut2-icon-outline-verified_user\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n<p>We offer only those goods, in which quality we are sure</p>\n</div>\n</div><div class=\"span5 benefit exchange\">\n<i class=\"ut2-icon-outline-archive\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n<p>You have 30 days to test your purchase</p>\n</div>\n</div>\n</div>\";}'),
(0, 0, '', 112, 'de', 'a:1:{s:7:\"content\";s:876:\"<div class=\"row-fluid benefits\">\n<div class=\"span5 benefit delivery\">\n<i class=\"ut2-icon-outline-local_shipping\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n<p>Our company makes delivery all over the country</p>\n</div>\n</div><div class=\"span6 benefit warranty\">\n<i class=\"ut2-icon-outline-verified_user\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n<p>We offer only those goods, in which quality we are sure</p>\n</div>\n</div><div class=\"span5 benefit exchange\">\n<i class=\"ut2-icon-outline-archive\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n<p>You have 30 days to test your purchase</p>\n</div>\n</div>\n</div>\";}'),
(0, 0, '', 112, 'el', 'a:1:{s:7:\"content\";s:876:\"<div class=\"row-fluid benefits\">\n<div class=\"span5 benefit delivery\">\n<i class=\"ut2-icon-outline-local_shipping\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n<p>Our company makes delivery all over the country</p>\n</div>\n</div><div class=\"span6 benefit warranty\">\n<i class=\"ut2-icon-outline-verified_user\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n<p>We offer only those goods, in which quality we are sure</p>\n</div>\n</div><div class=\"span5 benefit exchange\">\n<i class=\"ut2-icon-outline-archive\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n<p>You have 30 days to test your purchase</p>\n</div>\n</div>\n</div>\";}'),
(0, 0, '', 112, 'en', 'a:1:{s:7:\"content\";s:876:\"<div class=\"row-fluid benefits\">\n<div class=\"span5 benefit delivery\">\n<i class=\"ut2-icon-outline-local_shipping\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n<p>Our company makes delivery all over the country</p>\n</div>\n</div><div class=\"span6 benefit warranty\">\n<i class=\"ut2-icon-outline-verified_user\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n<p>We offer only those goods, in which quality we are sure</p>\n</div>\n</div><div class=\"span5 benefit exchange\">\n<i class=\"ut2-icon-outline-archive\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n<p>You have 30 days to test your purchase</p>\n</div>\n</div>\n</div>\";}'),
(0, 0, '', 112, 'es', 'a:1:{s:7:\"content\";s:876:\"<div class=\"row-fluid benefits\">\n<div class=\"span5 benefit delivery\">\n<i class=\"ut2-icon-outline-local_shipping\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n<p>Our company makes delivery all over the country</p>\n</div>\n</div><div class=\"span6 benefit warranty\">\n<i class=\"ut2-icon-outline-verified_user\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n<p>We offer only those goods, in which quality we are sure</p>\n</div>\n</div><div class=\"span5 benefit exchange\">\n<i class=\"ut2-icon-outline-archive\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n<p>You have 30 days to test your purchase</p>\n</div>\n</div>\n</div>\";}'),
(0, 0, '', 112, 'fr', 'a:1:{s:7:\"content\";s:876:\"<div class=\"row-fluid benefits\">\n<div class=\"span5 benefit delivery\">\n<i class=\"ut2-icon-outline-local_shipping\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n<p>Our company makes delivery all over the country</p>\n</div>\n</div><div class=\"span6 benefit warranty\">\n<i class=\"ut2-icon-outline-verified_user\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n<p>We offer only those goods, in which quality we are sure</p>\n</div>\n</div><div class=\"span5 benefit exchange\">\n<i class=\"ut2-icon-outline-archive\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n<p>You have 30 days to test your purchase</p>\n</div>\n</div>\n</div>\";}'),
(0, 0, '', 112, 'it', 'a:1:{s:7:\"content\";s:876:\"<div class=\"row-fluid benefits\">\n<div class=\"span5 benefit delivery\">\n<i class=\"ut2-icon-outline-local_shipping\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n<p>Our company makes delivery all over the country</p>\n</div>\n</div><div class=\"span6 benefit warranty\">\n<i class=\"ut2-icon-outline-verified_user\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n<p>We offer only those goods, in which quality we are sure</p>\n</div>\n</div><div class=\"span5 benefit exchange\">\n<i class=\"ut2-icon-outline-archive\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n<p>You have 30 days to test your purchase</p>\n</div>\n</div>\n</div>\";}');
INSERT INTO `partiushop_bm_blocks_content` (`snapping_id`, `object_id`, `object_type`, `block_id`, `lang_code`, `content`) VALUES
(0, 0, '', 112, 'nl', 'a:1:{s:7:\"content\";s:876:\"<div class=\"row-fluid benefits\">\n<div class=\"span5 benefit delivery\">\n<i class=\"ut2-icon-outline-local_shipping\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n<p>Our company makes delivery all over the country</p>\n</div>\n</div><div class=\"span6 benefit warranty\">\n<i class=\"ut2-icon-outline-verified_user\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n<p>We offer only those goods, in which quality we are sure</p>\n</div>\n</div><div class=\"span5 benefit exchange\">\n<i class=\"ut2-icon-outline-archive\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n<p>You have 30 days to test your purchase</p>\n</div>\n</div>\n</div>\";}'),
(0, 0, '', 112, 'no', 'a:1:{s:7:\"content\";s:876:\"<div class=\"row-fluid benefits\">\n<div class=\"span5 benefit delivery\">\n<i class=\"ut2-icon-outline-local_shipping\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n<p>Our company makes delivery all over the country</p>\n</div>\n</div><div class=\"span6 benefit warranty\">\n<i class=\"ut2-icon-outline-verified_user\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n<p>We offer only those goods, in which quality we are sure</p>\n</div>\n</div><div class=\"span5 benefit exchange\">\n<i class=\"ut2-icon-outline-archive\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n<p>You have 30 days to test your purchase</p>\n</div>\n</div>\n</div>\";}'),
(0, 0, '', 112, 'pt', 'a:1:{s:7:\"content\";s:896:\"<div class=\"row-fluid benefits\">\r\n<div class=\"span5 benefit delivery\">\r\n<i class=\"ut2-icon-outline-local_shipping\"></i>\r\n<div class=\"content\">\r\n<header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\r\n<p>Our company makes delivery all over the country</p>\r\n</div>\r\n</div><div class=\"span6 benefit warranty\">\r\n<i class=\"ut2-icon-outline-verified_user\"></i>\r\n<div class=\"content\">\r\n<header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\r\n<p>We offer only those goods, in which quality we are sure</p>\r\n</div>\r\n</div><div class=\"span5 benefit exchange\">\r\n<i class=\"ut2-icon-outline-archive\"></i>\r\n<div class=\"content\">\r\n<header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\r\n<p>You have 30 days to test your purchase</p>\r\n</div>\r\n</div>\r\n</div>\";}'),
(0, 0, '', 112, 'ro', 'a:1:{s:7:\"content\";s:876:\"<div class=\"row-fluid benefits\">\n<div class=\"span5 benefit delivery\">\n<i class=\"ut2-icon-outline-local_shipping\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n<p>Our company makes delivery all over the country</p>\n</div>\n</div><div class=\"span6 benefit warranty\">\n<i class=\"ut2-icon-outline-verified_user\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n<p>We offer only those goods, in which quality we are sure</p>\n</div>\n</div><div class=\"span5 benefit exchange\">\n<i class=\"ut2-icon-outline-archive\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n<p>You have 30 days to test your purchase</p>\n</div>\n</div>\n</div>\";}'),
(0, 0, '', 112, 'ru', 'a:1:{s:7:\"content\";s:1203:\"<div class=\"row-fluid benefits\">\n<div class=\"span5 benefit delivery\">\n<i class=\"ut2-icon-outline-local_shipping\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Быстро и качественно доставляем</a></header>\n<p>Наша компания производит доставку по всей России и ближнему зарубежью</p>\n</div>\n</div><div class=\"span6 benefit warranty\">\n<i class=\"ut2-icon-outline-verified_user\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Гарантия качества и сервисное обслуживание</a></header>\n<p>Мы предлагаем только те товары, в качестве которых мы уверены</p>\n</div>\n</div><div class=\"span5 benefit exchange\">\n<i class=\"ut2-icon-outline-archive\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Возврат товара в течение 30 дней</a></header>\n<p>У вас есть 30 дней, для того чтобы протестировать вашу покупку</p>\n</div>\n</div>\n</div>\";}'),
(0, 0, '', 113, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"28\";}}'),
(0, 0, '', 113, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"28\";}}'),
(0, 0, '', 113, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"28\";}}'),
(0, 0, '', 113, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"28\";}}'),
(0, 0, '', 113, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"28\";}}'),
(0, 0, '', 113, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"28\";}}'),
(0, 0, '', 113, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"28\";}}'),
(0, 0, '', 113, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"28\";}}'),
(0, 0, '', 113, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"28\";}}'),
(0, 0, '', 113, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"28\";}}'),
(0, 0, '', 113, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"28\";}}'),
(0, 0, '', 113, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"28\";}}'),
(0, 0, '', 114, 'da', ''),
(0, 0, '', 114, 'de', ''),
(0, 0, '', 114, 'el', ''),
(0, 0, '', 114, 'en', ''),
(0, 0, '', 114, 'es', ''),
(0, 0, '', 114, 'fr', ''),
(0, 0, '', 114, 'it', ''),
(0, 0, '', 114, 'nl', ''),
(0, 0, '', 114, 'no', ''),
(0, 0, '', 114, 'pt', ''),
(0, 0, '', 114, 'ro', ''),
(0, 0, '', 114, 'ru', ''),
(0, 0, '', 115, 'da', ''),
(0, 0, '', 115, 'de', ''),
(0, 0, '', 115, 'el', ''),
(0, 0, '', 115, 'en', ''),
(0, 0, '', 115, 'es', ''),
(0, 0, '', 115, 'fr', ''),
(0, 0, '', 115, 'it', ''),
(0, 0, '', 115, 'nl', ''),
(0, 0, '', 115, 'no', ''),
(0, 0, '', 115, 'pt', ''),
(0, 0, '', 115, 'ro', ''),
(0, 0, '', 115, 'ru', ''),
(0, 0, '', 116, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 116, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 116, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 116, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 116, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 116, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 116, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 116, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 116, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 116, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 116, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 116, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 117, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 117, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 117, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 117, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 117, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 117, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 117, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 117, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 117, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 117, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 117, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 117, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 118, 'da', ''),
(0, 0, '', 118, 'de', ''),
(0, 0, '', 118, 'el', ''),
(0, 0, '', 118, 'en', ''),
(0, 0, '', 118, 'es', ''),
(0, 0, '', 118, 'fr', ''),
(0, 0, '', 118, 'it', ''),
(0, 0, '', 118, 'nl', ''),
(0, 0, '', 118, 'no', ''),
(0, 0, '', 118, 'pt', ''),
(0, 0, '', 118, 'ro', ''),
(0, 0, '', 118, 'ru', ''),
(0, 0, '', 119, 'da', ''),
(0, 0, '', 119, 'de', ''),
(0, 0, '', 119, 'el', ''),
(0, 0, '', 119, 'en', ''),
(0, 0, '', 119, 'es', ''),
(0, 0, '', 119, 'fr', ''),
(0, 0, '', 119, 'it', ''),
(0, 0, '', 119, 'nl', ''),
(0, 0, '', 119, 'no', ''),
(0, 0, '', 119, 'pt', ''),
(0, 0, '', 119, 'ro', ''),
(0, 0, '', 119, 'ru', ''),
(0, 0, '', 120, 'da', ''),
(0, 0, '', 120, 'de', ''),
(0, 0, '', 120, 'el', ''),
(0, 0, '', 120, 'en', ''),
(0, 0, '', 120, 'es', ''),
(0, 0, '', 120, 'fr', ''),
(0, 0, '', 120, 'it', ''),
(0, 0, '', 120, 'nl', ''),
(0, 0, '', 120, 'no', ''),
(0, 0, '', 120, 'pt', ''),
(0, 0, '', 120, 'ro', ''),
(0, 0, '', 120, 'ru', ''),
(0, 0, '', 121, 'da', ''),
(0, 0, '', 121, 'de', ''),
(0, 0, '', 121, 'el', ''),
(0, 0, '', 121, 'en', ''),
(0, 0, '', 121, 'es', ''),
(0, 0, '', 121, 'fr', ''),
(0, 0, '', 121, 'it', ''),
(0, 0, '', 121, 'nl', ''),
(0, 0, '', 121, 'no', ''),
(0, 0, '', 121, 'pt', ''),
(0, 0, '', 121, 'ro', ''),
(0, 0, '', 121, 'ru', ''),
(0, 0, '', 122, 'da', ''),
(0, 0, '', 122, 'de', ''),
(0, 0, '', 122, 'el', ''),
(0, 0, '', 122, 'en', ''),
(0, 0, '', 122, 'es', ''),
(0, 0, '', 122, 'fr', ''),
(0, 0, '', 122, 'it', ''),
(0, 0, '', 122, 'nl', ''),
(0, 0, '', 122, 'no', ''),
(0, 0, '', 122, 'pt', ''),
(0, 0, '', 122, 'ro', ''),
(0, 0, '', 122, 'ru', ''),
(0, 0, '', 123, 'da', ''),
(0, 0, '', 123, 'de', ''),
(0, 0, '', 123, 'el', ''),
(0, 0, '', 123, 'en', ''),
(0, 0, '', 123, 'es', ''),
(0, 0, '', 123, 'fr', ''),
(0, 0, '', 123, 'it', ''),
(0, 0, '', 123, 'nl', ''),
(0, 0, '', 123, 'no', ''),
(0, 0, '', 123, 'pt', ''),
(0, 0, '', 123, 'ro', ''),
(0, 0, '', 123, 'ru', ''),
(0, 0, '', 124, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 124, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 124, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 124, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 124, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 124, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 124, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 124, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 124, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 124, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 124, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 124, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 125, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:19:\"161,190,238,239,242\";}}'),
(0, 0, '', 125, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:19:\"161,190,238,239,242\";}}'),
(0, 0, '', 125, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:19:\"161,190,238,239,242\";}}'),
(0, 0, '', 125, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:19:\"161,190,238,239,242\";}}'),
(0, 0, '', 125, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:19:\"161,190,238,239,242\";}}'),
(0, 0, '', 125, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:19:\"161,190,238,239,242\";}}'),
(0, 0, '', 125, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:19:\"161,190,238,239,242\";}}'),
(0, 0, '', 125, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:19:\"161,190,238,239,242\";}}'),
(0, 0, '', 125, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:19:\"161,190,238,239,242\";}}'),
(0, 0, '', 125, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:19:\"161,190,238,239,242\";}}'),
(0, 0, '', 125, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:19:\"161,190,238,239,242\";}}'),
(0, 0, '', 125, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:19:\"161,190,238,239,242\";}}'),
(0, 0, '', 126, 'da', ''),
(0, 0, '', 126, 'de', ''),
(0, 0, '', 126, 'el', ''),
(0, 0, '', 126, 'en', ''),
(0, 0, '', 126, 'es', ''),
(0, 0, '', 126, 'fr', ''),
(0, 0, '', 126, 'it', ''),
(0, 0, '', 126, 'nl', ''),
(0, 0, '', 126, 'no', ''),
(0, 0, '', 126, 'pt', ''),
(0, 0, '', 126, 'ro', ''),
(0, 0, '', 126, 'ru', ''),
(0, 0, '', 127, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 127, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 127, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 127, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 127, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 127, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 127, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 127, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 127, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 127, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 127, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 127, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 128, 'da', ''),
(0, 0, '', 128, 'de', ''),
(0, 0, '', 128, 'el', ''),
(0, 0, '', 128, 'en', ''),
(0, 0, '', 128, 'es', ''),
(0, 0, '', 128, 'fr', ''),
(0, 0, '', 128, 'it', ''),
(0, 0, '', 128, 'nl', ''),
(0, 0, '', 128, 'no', ''),
(0, 0, '', 128, 'pt', ''),
(0, 0, '', 128, 'ro', ''),
(0, 0, '', 128, 'ru', ''),
(0, 0, '', 129, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 129, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 129, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 129, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 129, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 129, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 129, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 129, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 129, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 129, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 129, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 129, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 130, 'da', ''),
(0, 0, '', 130, 'de', ''),
(0, 0, '', 130, 'el', ''),
(0, 0, '', 130, 'en', ''),
(0, 0, '', 130, 'es', ''),
(0, 0, '', 130, 'fr', ''),
(0, 0, '', 130, 'it', ''),
(0, 0, '', 130, 'nl', ''),
(0, 0, '', 130, 'no', ''),
(0, 0, '', 130, 'pt', ''),
(0, 0, '', 130, 'ro', ''),
(0, 0, '', 130, 'ru', ''),
(0, 0, '', 131, 'da', ''),
(0, 0, '', 131, 'de', ''),
(0, 0, '', 131, 'el', ''),
(0, 0, '', 131, 'en', ''),
(0, 0, '', 131, 'es', ''),
(0, 0, '', 131, 'fr', ''),
(0, 0, '', 131, 'it', ''),
(0, 0, '', 131, 'nl', ''),
(0, 0, '', 131, 'no', ''),
(0, 0, '', 131, 'pt', ''),
(0, 0, '', 131, 'ro', ''),
(0, 0, '', 131, 'ru', ''),
(0, 0, '', 132, 'da', ''),
(0, 0, '', 132, 'de', ''),
(0, 0, '', 132, 'el', ''),
(0, 0, '', 132, 'en', ''),
(0, 0, '', 132, 'es', ''),
(0, 0, '', 132, 'fr', ''),
(0, 0, '', 132, 'it', ''),
(0, 0, '', 132, 'nl', ''),
(0, 0, '', 132, 'no', ''),
(0, 0, '', 132, 'pt', ''),
(0, 0, '', 132, 'ro', ''),
(0, 0, '', 132, 'ru', ''),
(0, 0, '', 133, 'da', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 133, 'de', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 133, 'el', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 133, 'en', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 133, 'es', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 133, 'fr', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 133, 'it', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 133, 'nl', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 133, 'no', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 133, 'pt', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 133, 'ro', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 133, 'ru', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 134, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 134, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 134, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 134, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 134, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 134, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 134, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 134, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 134, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 134, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 134, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 134, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 135, 'da', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 135, 'de', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 135, 'el', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 135, 'en', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 135, 'es', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 135, 'fr', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 135, 'it', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 135, 'nl', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 135, 'no', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 135, 'pt', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 135, 'ro', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 135, 'ru', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 136, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 136, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 136, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 136, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 136, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 136, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 136, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 136, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 136, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 136, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 136, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 136, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 137, 'da', ''),
(0, 0, '', 137, 'de', ''),
(0, 0, '', 137, 'el', ''),
(0, 0, '', 137, 'en', ''),
(0, 0, '', 137, 'es', ''),
(0, 0, '', 137, 'fr', ''),
(0, 0, '', 137, 'it', ''),
(0, 0, '', 137, 'nl', ''),
(0, 0, '', 137, 'no', ''),
(0, 0, '', 137, 'pt', ''),
(0, 0, '', 137, 'ro', ''),
(0, 0, '', 137, 'ru', ''),
(0, 0, '', 138, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"32,31,30\";}}'),
(0, 0, '', 138, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"32,31,30\";}}'),
(0, 0, '', 138, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"32,31,30\";}}'),
(0, 0, '', 138, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"32,31,30\";}}'),
(0, 0, '', 138, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"32,31,30\";}}'),
(0, 0, '', 138, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"32,31,30\";}}'),
(0, 0, '', 138, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"32,31,30\";}}'),
(0, 0, '', 138, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"32,31,30\";}}'),
(0, 0, '', 138, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"32,31,30\";}}'),
(0, 0, '', 138, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"32,31,30\";}}'),
(0, 0, '', 138, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"32,31,30\";}}'),
(0, 0, '', 138, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"32,31,30\";}}'),
(0, 0, '', 139, 'da', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 139, 'de', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 139, 'el', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 139, 'en', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 139, 'es', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 139, 'fr', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 139, 'it', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 139, 'nl', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 139, 'no', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 139, 'pt', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 139, 'ro', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 139, 'ru', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 140, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 140, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 140, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 140, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 140, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 140, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 140, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 140, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 140, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 140, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 140, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 140, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 141, 'da', ''),
(0, 0, '', 141, 'de', ''),
(0, 0, '', 141, 'el', ''),
(0, 0, '', 141, 'en', ''),
(0, 0, '', 141, 'es', ''),
(0, 0, '', 141, 'fr', ''),
(0, 0, '', 141, 'it', ''),
(0, 0, '', 141, 'nl', ''),
(0, 0, '', 141, 'no', ''),
(0, 0, '', 141, 'pt', ''),
(0, 0, '', 141, 'ro', ''),
(0, 0, '', 141, 'ru', ''),
(0, 0, '', 142, 'da', 'a:1:{s:7:\"content\";s:261:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=15\"|fn_url}\">Vendor terms & conditions</a></li>\n</ul>\";}'),
(0, 0, '', 142, 'de', 'a:1:{s:7:\"content\";s:261:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=15\"|fn_url}\">Vendor terms & conditions</a></li>\n</ul>\";}'),
(0, 0, '', 142, 'el', 'a:1:{s:7:\"content\";s:261:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=15\"|fn_url}\">Vendor terms & conditions</a></li>\n</ul>\";}'),
(0, 0, '', 142, 'en', 'a:1:{s:7:\"content\";s:261:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=15\"|fn_url}\">Vendor terms & conditions</a></li>\n</ul>\";}'),
(0, 0, '', 142, 'es', 'a:1:{s:7:\"content\";s:261:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=15\"|fn_url}\">Vendor terms & conditions</a></li>\n</ul>\";}'),
(0, 0, '', 142, 'fr', 'a:1:{s:7:\"content\";s:261:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=15\"|fn_url}\">Vendor terms & conditions</a></li>\n</ul>\";}'),
(0, 0, '', 142, 'it', 'a:1:{s:7:\"content\";s:261:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=15\"|fn_url}\">Vendor terms & conditions</a></li>\n</ul>\";}'),
(0, 0, '', 142, 'nl', 'a:1:{s:7:\"content\";s:261:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=15\"|fn_url}\">Vendor terms & conditions</a></li>\n</ul>\";}'),
(0, 0, '', 142, 'no', 'a:1:{s:7:\"content\";s:261:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=15\"|fn_url}\">Vendor terms & conditions</a></li>\n</ul>\";}'),
(0, 0, '', 142, 'pt', 'a:1:{s:7:\"content\";s:261:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=15\"|fn_url}\">Vendor terms & conditions</a></li>\n</ul>\";}'),
(0, 0, '', 142, 'ro', 'a:1:{s:7:\"content\";s:261:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=15\"|fn_url}\">Vendor terms & conditions</a></li>\n</ul>\";}'),
(0, 0, '', 142, 'ru', 'a:1:{s:7:\"content\";s:324:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Получить учетную запись продавца</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=15\"|fn_url}\">Права и обязанности продавца</a></li>\n</ul>\";}'),
(0, 0, '', 143, 'da', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 143, 'de', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 143, 'el', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 143, 'en', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 143, 'es', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 143, 'fr', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 143, 'it', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 143, 'nl', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 143, 'no', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 143, 'pt', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 143, 'ro', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 143, 'ru', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 144, 'da', ''),
(0, 0, '', 144, 'de', ''),
(0, 0, '', 144, 'el', ''),
(0, 0, '', 144, 'en', ''),
(0, 0, '', 144, 'es', ''),
(0, 0, '', 144, 'fr', ''),
(0, 0, '', 144, 'it', ''),
(0, 0, '', 144, 'nl', ''),
(0, 0, '', 144, 'no', ''),
(0, 0, '', 144, 'pt', ''),
(0, 0, '', 144, 'ro', ''),
(0, 0, '', 144, 'ru', ''),
(0, 0, '', 145, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:1:\"7\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 145, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:1:\"7\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 145, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:1:\"7\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 145, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:1:\"7\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 145, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:1:\"7\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 145, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:1:\"7\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 145, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:1:\"7\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 145, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:1:\"7\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 145, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:1:\"7\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 145, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:1:\"7\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 145, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:1:\"7\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 145, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:1:\"7\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 146, 'da', ''),
(0, 0, '', 146, 'de', ''),
(0, 0, '', 146, 'el', ''),
(0, 0, '', 146, 'en', ''),
(0, 0, '', 146, 'es', ''),
(0, 0, '', 146, 'fr', ''),
(0, 0, '', 146, 'it', ''),
(0, 0, '', 146, 'nl', ''),
(0, 0, '', 146, 'no', ''),
(0, 0, '', 146, 'pt', ''),
(0, 0, '', 146, 'ro', ''),
(0, 0, '', 146, 'ru', ''),
(0, 0, '', 147, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"7\";}}'),
(0, 0, '', 147, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"7\";}}'),
(0, 0, '', 147, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"7\";}}'),
(0, 0, '', 147, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"7\";}}'),
(0, 0, '', 147, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"7\";}}'),
(0, 0, '', 147, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"7\";}}'),
(0, 0, '', 147, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"7\";}}'),
(0, 0, '', 147, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"7\";}}'),
(0, 0, '', 147, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"7\";}}'),
(0, 0, '', 147, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"7\";}}'),
(0, 0, '', 147, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"7\";}}'),
(0, 0, '', 147, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"7\";}}'),
(0, 0, '', 148, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"8\";}}'),
(0, 0, '', 148, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"8\";}}'),
(0, 0, '', 148, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"8\";}}'),
(0, 0, '', 148, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"8\";}}'),
(0, 0, '', 148, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"8\";}}'),
(0, 0, '', 148, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"8\";}}'),
(0, 0, '', 148, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"8\";}}'),
(0, 0, '', 148, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"8\";}}'),
(0, 0, '', 148, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"8\";}}'),
(0, 0, '', 148, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"8\";}}'),
(0, 0, '', 148, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"8\";}}'),
(0, 0, '', 148, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"8\";}}'),
(0, 0, '', 149, 'da', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:24:\"apply_for_vendor_account\";}}'),
(0, 0, '', 149, 'de', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:24:\"apply_for_vendor_account\";}}'),
(0, 0, '', 149, 'el', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:24:\"apply_for_vendor_account\";}}'),
(0, 0, '', 149, 'en', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:24:\"apply_for_vendor_account\";}}'),
(0, 0, '', 149, 'es', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:24:\"apply_for_vendor_account\";}}'),
(0, 0, '', 149, 'fr', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:24:\"apply_for_vendor_account\";}}'),
(0, 0, '', 149, 'it', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:24:\"apply_for_vendor_account\";}}'),
(0, 0, '', 149, 'nl', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:24:\"apply_for_vendor_account\";}}'),
(0, 0, '', 149, 'no', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:24:\"apply_for_vendor_account\";}}'),
(0, 0, '', 149, 'pt', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:24:\"apply_for_vendor_account\";}}'),
(0, 0, '', 149, 'ro', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:24:\"apply_for_vendor_account\";}}'),
(0, 0, '', 149, 'ru', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:24:\"apply_for_vendor_account\";}}'),
(0, 0, '', 150, 'da', ''),
(0, 0, '', 150, 'de', ''),
(0, 0, '', 150, 'el', ''),
(0, 0, '', 150, 'en', ''),
(0, 0, '', 150, 'es', ''),
(0, 0, '', 150, 'fr', ''),
(0, 0, '', 150, 'it', ''),
(0, 0, '', 150, 'nl', ''),
(0, 0, '', 150, 'no', ''),
(0, 0, '', 150, 'pt', ''),
(0, 0, '', 150, 'ro', ''),
(0, 0, '', 150, 'ru', ''),
(0, 0, '', 151, 'da', 'a:1:{s:7:\"content\";s:23:\"#Partiu.Shop com você!\";}'),
(0, 0, '', 151, 'de', 'a:1:{s:7:\"content\";s:23:\"#Partiu.Shop com você!\";}'),
(0, 0, '', 151, 'el', 'a:1:{s:7:\"content\";s:23:\"#Partiu.Shop com você!\";}'),
(0, 0, '', 151, 'en', 'a:1:{s:7:\"content\";s:23:\"#Partiu.Shop com você!\";}'),
(0, 0, '', 151, 'es', 'a:1:{s:7:\"content\";s:23:\"#Partiu.Shop com você!\";}'),
(0, 0, '', 151, 'fr', 'a:1:{s:7:\"content\";s:23:\"#Partiu.Shop com você!\";}'),
(0, 0, '', 151, 'it', 'a:1:{s:7:\"content\";s:23:\"#Partiu.Shop com você!\";}'),
(0, 0, '', 151, 'nl', 'a:1:{s:7:\"content\";s:23:\"#Partiu.Shop com você!\";}'),
(0, 0, '', 151, 'no', 'a:1:{s:7:\"content\";s:23:\"#Partiu.Shop com você!\";}'),
(0, 0, '', 151, 'pt', 'a:1:{s:7:\"content\";s:23:\"#Partiu.Shop com você!\";}'),
(0, 0, '', 151, 'ro', 'a:1:{s:7:\"content\";s:23:\"#Partiu.Shop com você!\";}'),
(0, 0, '', 151, 'ru', 'a:1:{s:7:\"content\";s:23:\"#Partiu.Shop com você!\";}'),
(0, 0, '', 152, 'da', 'a:1:{s:7:\"content\";s:30:\"<p>#Partiu.Shop com você!</p>\";}'),
(0, 0, '', 152, 'de', 'a:1:{s:7:\"content\";s:30:\"<p>#Partiu.Shop com você!</p>\";}'),
(0, 0, '', 152, 'el', 'a:1:{s:7:\"content\";s:30:\"<p>#Partiu.Shop com você!</p>\";}'),
(0, 0, '', 152, 'en', 'a:1:{s:7:\"content\";s:30:\"<p>#Partiu.Shop com você!</p>\";}'),
(0, 0, '', 152, 'es', 'a:1:{s:7:\"content\";s:30:\"<p>#Partiu.Shop com você!</p>\";}'),
(0, 0, '', 152, 'fr', 'a:1:{s:7:\"content\";s:30:\"<p>#Partiu.Shop com você!</p>\";}'),
(0, 0, '', 152, 'it', 'a:1:{s:7:\"content\";s:30:\"<p>#Partiu.Shop com você!</p>\";}'),
(0, 0, '', 152, 'nl', 'a:1:{s:7:\"content\";s:30:\"<p>#Partiu.Shop com você!</p>\";}'),
(0, 0, '', 152, 'no', 'a:1:{s:7:\"content\";s:30:\"<p>#Partiu.Shop com você!</p>\";}'),
(0, 0, '', 152, 'pt', 'a:1:{s:7:\"content\";s:96:\"<p style=\"font-family:\'diodrum\', arial, sans-serif; font-size:14pt\" class=\"text-center\"><br></p>\";}'),
(0, 0, '', 152, 'ro', 'a:1:{s:7:\"content\";s:30:\"<p>#Partiu.Shop com você!</p>\";}'),
(0, 0, '', 152, 'ru', 'a:1:{s:7:\"content\";s:30:\"<p>#Partiu.Shop com você!</p>\";}'),
(0, 0, '', 153, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:39:\"master_products.vendor_products_filling\";s:5:\"limit\";s:1:\"0\";}}'),
(0, 0, '', 153, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:39:\"master_products.vendor_products_filling\";s:5:\"limit\";s:1:\"0\";}}'),
(0, 0, '', 153, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:39:\"master_products.vendor_products_filling\";s:5:\"limit\";s:1:\"0\";}}'),
(0, 0, '', 153, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:39:\"master_products.vendor_products_filling\";s:5:\"limit\";s:1:\"0\";}}'),
(0, 0, '', 153, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:39:\"master_products.vendor_products_filling\";s:5:\"limit\";s:1:\"0\";}}'),
(0, 0, '', 153, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:39:\"master_products.vendor_products_filling\";s:5:\"limit\";s:1:\"0\";}}'),
(0, 0, '', 153, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:39:\"master_products.vendor_products_filling\";s:5:\"limit\";s:1:\"0\";}}'),
(0, 0, '', 153, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:39:\"master_products.vendor_products_filling\";s:5:\"limit\";s:1:\"0\";}}'),
(0, 0, '', 153, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:39:\"master_products.vendor_products_filling\";s:5:\"limit\";s:1:\"0\";}}'),
(0, 0, '', 153, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:39:\"master_products.vendor_products_filling\";s:5:\"limit\";s:1:\"0\";}}'),
(0, 0, '', 153, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:39:\"master_products.vendor_products_filling\";s:5:\"limit\";s:1:\"0\";}}'),
(0, 0, '', 153, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:39:\"master_products.vendor_products_filling\";s:5:\"limit\";s:1:\"0\";}}'),
(0, 0, '', 154, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 154, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 154, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 154, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 154, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 154, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 154, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 154, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 154, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 154, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 154, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 154, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 155, '', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 155, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"22,20,21\";}}'),
(0, 0, '', 155, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"22,20,21\";}}'),
(0, 0, '', 155, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"22,20,21\";}}'),
(0, 0, '', 155, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"22,20,21\";}}'),
(0, 0, '', 155, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"22,20,21\";}}'),
(0, 0, '', 155, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"22,20,21\";}}'),
(0, 0, '', 155, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"22,20,21\";}}'),
(0, 0, '', 155, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"22,20,21\";}}'),
(0, 0, '', 155, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"22,20,21\";}}'),
(0, 0, '', 155, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"22,20,21\";}}'),
(0, 0, '', 155, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"22,20,21\";}}'),
(0, 0, '', 155, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"22,20,21\";}}'),
(0, 0, '', 156, 'da', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 156, 'de', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 156, 'el', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 156, 'en', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 156, 'es', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 156, 'fr', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 156, 'it', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 156, 'nl', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 156, 'no', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 156, 'pt', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 156, 'ro', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}');
INSERT INTO `partiushop_bm_blocks_content` (`snapping_id`, `object_id`, `object_type`, `block_id`, `lang_code`, `content`) VALUES
(0, 0, '', 156, 'ru', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 157, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"20,21,22\";}}'),
(0, 0, '', 157, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"20,21,22\";}}'),
(0, 0, '', 157, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"20,21,22\";}}'),
(0, 0, '', 157, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"20,21,22\";}}'),
(0, 0, '', 157, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"20,21,22\";}}'),
(0, 0, '', 157, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"20,21,22\";}}'),
(0, 0, '', 157, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"20,21,22\";}}'),
(0, 0, '', 157, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"20,21,22\";}}'),
(0, 0, '', 157, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"20,21,22\";}}'),
(0, 0, '', 157, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"20,21,22\";}}'),
(0, 0, '', 157, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"20,21,22\";}}'),
(0, 0, '', 157, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"20,21,22\";}}'),
(0, 0, '', 158, 'da', 'a:1:{s:7:\"content\";s:17:\"<p>asdsadsaas</p>\";}'),
(0, 0, '', 158, 'de', 'a:1:{s:7:\"content\";s:17:\"<p>asdsadsaas</p>\";}'),
(0, 0, '', 158, 'el', 'a:1:{s:7:\"content\";s:17:\"<p>asdsadsaas</p>\";}'),
(0, 0, '', 158, 'en', 'a:1:{s:7:\"content\";s:17:\"<p>asdsadsaas</p>\";}'),
(0, 0, '', 158, 'es', 'a:1:{s:7:\"content\";s:17:\"<p>asdsadsaas</p>\";}'),
(0, 0, '', 158, 'fr', 'a:1:{s:7:\"content\";s:17:\"<p>asdsadsaas</p>\";}'),
(0, 0, '', 158, 'it', 'a:1:{s:7:\"content\";s:17:\"<p>asdsadsaas</p>\";}'),
(0, 0, '', 158, 'nl', 'a:1:{s:7:\"content\";s:17:\"<p>asdsadsaas</p>\";}'),
(0, 0, '', 158, 'no', 'a:1:{s:7:\"content\";s:17:\"<p>asdsadsaas</p>\";}'),
(0, 0, '', 158, 'pt', 'a:1:{s:7:\"content\";s:17:\"<p>asdsadsaas</p>\";}'),
(0, 0, '', 158, 'ro', 'a:1:{s:7:\"content\";s:17:\"<p>asdsadsaas</p>\";}'),
(0, 0, '', 158, 'ru', 'a:1:{s:7:\"content\";s:17:\"<p>asdsadsaas</p>\";}'),
(0, 0, '', 159, 'da', 'a:1:{s:7:\"content\";s:7:\"Bloco 1\";}'),
(0, 0, '', 159, 'de', 'a:1:{s:7:\"content\";s:7:\"Bloco 1\";}'),
(0, 0, '', 159, 'el', 'a:1:{s:7:\"content\";s:7:\"Bloco 1\";}'),
(0, 0, '', 159, 'en', 'a:1:{s:7:\"content\";s:7:\"Bloco 1\";}'),
(0, 0, '', 159, 'es', 'a:1:{s:7:\"content\";s:7:\"Bloco 1\";}'),
(0, 0, '', 159, 'fr', 'a:1:{s:7:\"content\";s:7:\"Bloco 1\";}'),
(0, 0, '', 159, 'it', 'a:1:{s:7:\"content\";s:7:\"Bloco 1\";}'),
(0, 0, '', 159, 'nl', 'a:1:{s:7:\"content\";s:7:\"Bloco 1\";}'),
(0, 0, '', 159, 'no', 'a:1:{s:7:\"content\";s:7:\"Bloco 1\";}'),
(0, 0, '', 159, 'pt', 'a:1:{s:7:\"content\";s:434:\"<div class=\"info-slide\"><div class=\"img-container\"><img src=\"https://http2.mlstatic.com/resources/frontend/homes-korriban/assets/images/ecosystem/payment.svg\" class=\"img-container\" alt=\"Pague com cartão de crédito ou boleto\"></div><h1>Pague com cartão de crédito ou boleto</h1><p><span>Com o XXXXXX você paga parcelado sem juros ou à vista no boleto. É sempre seguro!</span></p><a href=\"https://#\">Como pagar com XXXX</a></div>\";}'),
(0, 0, '', 159, 'ro', 'a:1:{s:7:\"content\";s:7:\"Bloco 1\";}'),
(0, 0, '', 159, 'ru', 'a:1:{s:7:\"content\";s:7:\"Bloco 1\";}'),
(0, 0, '', 160, 'da', 'a:1:{s:7:\"content\";s:7:\"asdsada\";}'),
(0, 0, '', 160, 'de', 'a:1:{s:7:\"content\";s:7:\"asdsada\";}'),
(0, 0, '', 160, 'el', 'a:1:{s:7:\"content\";s:7:\"asdsada\";}'),
(0, 0, '', 160, 'en', 'a:1:{s:7:\"content\";s:7:\"asdsada\";}'),
(0, 0, '', 160, 'es', 'a:1:{s:7:\"content\";s:7:\"asdsada\";}'),
(0, 0, '', 160, 'fr', 'a:1:{s:7:\"content\";s:7:\"asdsada\";}'),
(0, 0, '', 160, 'it', 'a:1:{s:7:\"content\";s:7:\"asdsada\";}'),
(0, 0, '', 160, 'nl', 'a:1:{s:7:\"content\";s:7:\"asdsada\";}'),
(0, 0, '', 160, 'no', 'a:1:{s:7:\"content\";s:7:\"asdsada\";}'),
(0, 0, '', 160, 'pt', 'a:1:{s:7:\"content\";s:434:\"<div class=\"info-slide\"><div class=\"img-container\"><img src=\"https://http2.mlstatic.com/resources/frontend/homes-korriban/assets/images/ecosystem/payment.svg\" class=\"img-container\" alt=\"Pague com cartão de crédito ou boleto\"></div><h1>Pague com cartão de crédito ou boleto</h1><p><span>Com o XXXXXX você paga parcelado sem juros ou à vista no boleto. É sempre seguro!</span></p><a href=\"https://#\">Como pagar com XXXX</a></div>\";}'),
(0, 0, '', 160, 'ro', 'a:1:{s:7:\"content\";s:7:\"asdsada\";}'),
(0, 0, '', 160, 'ru', 'a:1:{s:7:\"content\";s:7:\"asdsada\";}'),
(0, 0, '', 161, 'da', 'a:1:{s:7:\"content\";s:434:\"<div class=\"info-slide\"><div class=\"img-container\"><img src=\"https://http2.mlstatic.com/resources/frontend/homes-korriban/assets/images/ecosystem/payment.svg\" class=\"img-container\" alt=\"Pague com cartão de crédito ou boleto\"></div><h1>Pague com cartão de crédito ou boleto</h1><p><span>Com o XXXXXX você paga parcelado sem juros ou à vista no boleto. É sempre seguro!</span></p><a href=\"https://#\">Como pagar com XXXX</a></div>\";}'),
(0, 0, '', 161, 'de', 'a:1:{s:7:\"content\";s:434:\"<div class=\"info-slide\"><div class=\"img-container\"><img src=\"https://http2.mlstatic.com/resources/frontend/homes-korriban/assets/images/ecosystem/payment.svg\" class=\"img-container\" alt=\"Pague com cartão de crédito ou boleto\"></div><h1>Pague com cartão de crédito ou boleto</h1><p><span>Com o XXXXXX você paga parcelado sem juros ou à vista no boleto. É sempre seguro!</span></p><a href=\"https://#\">Como pagar com XXXX</a></div>\";}'),
(0, 0, '', 161, 'el', 'a:1:{s:7:\"content\";s:434:\"<div class=\"info-slide\"><div class=\"img-container\"><img src=\"https://http2.mlstatic.com/resources/frontend/homes-korriban/assets/images/ecosystem/payment.svg\" class=\"img-container\" alt=\"Pague com cartão de crédito ou boleto\"></div><h1>Pague com cartão de crédito ou boleto</h1><p><span>Com o XXXXXX você paga parcelado sem juros ou à vista no boleto. É sempre seguro!</span></p><a href=\"https://#\">Como pagar com XXXX</a></div>\";}'),
(0, 0, '', 161, 'en', 'a:1:{s:7:\"content\";s:434:\"<div class=\"info-slide\"><div class=\"img-container\"><img src=\"https://http2.mlstatic.com/resources/frontend/homes-korriban/assets/images/ecosystem/payment.svg\" class=\"img-container\" alt=\"Pague com cartão de crédito ou boleto\"></div><h1>Pague com cartão de crédito ou boleto</h1><p><span>Com o XXXXXX você paga parcelado sem juros ou à vista no boleto. É sempre seguro!</span></p><a href=\"https://#\">Como pagar com XXXX</a></div>\";}'),
(0, 0, '', 161, 'es', 'a:1:{s:7:\"content\";s:434:\"<div class=\"info-slide\"><div class=\"img-container\"><img src=\"https://http2.mlstatic.com/resources/frontend/homes-korriban/assets/images/ecosystem/payment.svg\" class=\"img-container\" alt=\"Pague com cartão de crédito ou boleto\"></div><h1>Pague com cartão de crédito ou boleto</h1><p><span>Com o XXXXXX você paga parcelado sem juros ou à vista no boleto. É sempre seguro!</span></p><a href=\"https://#\">Como pagar com XXXX</a></div>\";}'),
(0, 0, '', 161, 'fr', 'a:1:{s:7:\"content\";s:434:\"<div class=\"info-slide\"><div class=\"img-container\"><img src=\"https://http2.mlstatic.com/resources/frontend/homes-korriban/assets/images/ecosystem/payment.svg\" class=\"img-container\" alt=\"Pague com cartão de crédito ou boleto\"></div><h1>Pague com cartão de crédito ou boleto</h1><p><span>Com o XXXXXX você paga parcelado sem juros ou à vista no boleto. É sempre seguro!</span></p><a href=\"https://#\">Como pagar com XXXX</a></div>\";}'),
(0, 0, '', 161, 'it', 'a:1:{s:7:\"content\";s:434:\"<div class=\"info-slide\"><div class=\"img-container\"><img src=\"https://http2.mlstatic.com/resources/frontend/homes-korriban/assets/images/ecosystem/payment.svg\" class=\"img-container\" alt=\"Pague com cartão de crédito ou boleto\"></div><h1>Pague com cartão de crédito ou boleto</h1><p><span>Com o XXXXXX você paga parcelado sem juros ou à vista no boleto. É sempre seguro!</span></p><a href=\"https://#\">Como pagar com XXXX</a></div>\";}'),
(0, 0, '', 161, 'nl', 'a:1:{s:7:\"content\";s:434:\"<div class=\"info-slide\"><div class=\"img-container\"><img src=\"https://http2.mlstatic.com/resources/frontend/homes-korriban/assets/images/ecosystem/payment.svg\" class=\"img-container\" alt=\"Pague com cartão de crédito ou boleto\"></div><h1>Pague com cartão de crédito ou boleto</h1><p><span>Com o XXXXXX você paga parcelado sem juros ou à vista no boleto. É sempre seguro!</span></p><a href=\"https://#\">Como pagar com XXXX</a></div>\";}'),
(0, 0, '', 161, 'no', 'a:1:{s:7:\"content\";s:434:\"<div class=\"info-slide\"><div class=\"img-container\"><img src=\"https://http2.mlstatic.com/resources/frontend/homes-korriban/assets/images/ecosystem/payment.svg\" class=\"img-container\" alt=\"Pague com cartão de crédito ou boleto\"></div><h1>Pague com cartão de crédito ou boleto</h1><p><span>Com o XXXXXX você paga parcelado sem juros ou à vista no boleto. É sempre seguro!</span></p><a href=\"https://#\">Como pagar com XXXX</a></div>\";}'),
(0, 0, '', 161, 'pt', 'a:1:{s:7:\"content\";s:434:\"<div class=\"info-slide\"><div class=\"img-container\"><img src=\"https://http2.mlstatic.com/resources/frontend/homes-korriban/assets/images/ecosystem/payment.svg\" class=\"img-container\" alt=\"Pague com cartão de crédito ou boleto\"></div><h1>Pague com cartão de crédito ou boleto</h1><p><span>Com o XXXXXX você paga parcelado sem juros ou à vista no boleto. É sempre seguro!</span></p><a href=\"https://#\">Como pagar com XXXX</a></div>\";}'),
(0, 0, '', 161, 'ro', 'a:1:{s:7:\"content\";s:434:\"<div class=\"info-slide\"><div class=\"img-container\"><img src=\"https://http2.mlstatic.com/resources/frontend/homes-korriban/assets/images/ecosystem/payment.svg\" class=\"img-container\" alt=\"Pague com cartão de crédito ou boleto\"></div><h1>Pague com cartão de crédito ou boleto</h1><p><span>Com o XXXXXX você paga parcelado sem juros ou à vista no boleto. É sempre seguro!</span></p><a href=\"https://#\">Como pagar com XXXX</a></div>\";}'),
(0, 0, '', 161, 'ru', 'a:1:{s:7:\"content\";s:434:\"<div class=\"info-slide\"><div class=\"img-container\"><img src=\"https://http2.mlstatic.com/resources/frontend/homes-korriban/assets/images/ecosystem/payment.svg\" class=\"img-container\" alt=\"Pague com cartão de crédito ou boleto\"></div><h1>Pague com cartão de crédito ou boleto</h1><p><span>Com o XXXXXX você paga parcelado sem juros ou à vista no boleto. É sempre seguro!</span></p><a href=\"https://#\">Como pagar com XXXX</a></div>\";}'),
(0, 0, '', 162, 'da', 'a:1:{s:7:\"content\";s:1175:\"<p><!-- Start of LiveChat (www.livechatinc.com) code --></p><p>&lt;script&gt;</p><p>&nbsp; &nbsp; window.__lc = window.__lc || {};</p><p>&nbsp; &nbsp; window.__lc.license = 11961765;</p><p>&nbsp; &nbsp; ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:\"2.0\",on:function(){i([\"on\",c.call(arguments)])},once:function(){i([\"once\",c.call(arguments)])},off:function(){i([\"off\",c.call(arguments)])},get:function(){if(!e._h)throw new Error(\"[LiveChatWidget] You can\'t use getters before load.\");return i([\"get\",c.call(arguments)])},call:function(){i([\"call\",c.call(arguments)])},init:function(){var n=t.createElement(\"script\");n.async=!0,n.type=\"text/javascript\",n.src=\"https://cdn.livechatinc.com/tracking.js\",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))</p><p>&lt;/script&gt;</p><p><noscript><a href=\"https://www.livechatinc.com/chat-with/11961765/\" rel=\"nofollow\">Chat with us</a>, powered by <a href=\"https://www.livechatinc.com/?welcome\" rel=\"noopener nofollow\" target=\"_blank\">LiveChat</a></noscript></p><p>&lt;!-- End of LiveChat code --&gt;</p><p></p>\";}'),
(0, 0, '', 162, 'de', 'a:1:{s:7:\"content\";s:1175:\"<p><!-- Start of LiveChat (www.livechatinc.com) code --></p><p>&lt;script&gt;</p><p>&nbsp; &nbsp; window.__lc = window.__lc || {};</p><p>&nbsp; &nbsp; window.__lc.license = 11961765;</p><p>&nbsp; &nbsp; ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:\"2.0\",on:function(){i([\"on\",c.call(arguments)])},once:function(){i([\"once\",c.call(arguments)])},off:function(){i([\"off\",c.call(arguments)])},get:function(){if(!e._h)throw new Error(\"[LiveChatWidget] You can\'t use getters before load.\");return i([\"get\",c.call(arguments)])},call:function(){i([\"call\",c.call(arguments)])},init:function(){var n=t.createElement(\"script\");n.async=!0,n.type=\"text/javascript\",n.src=\"https://cdn.livechatinc.com/tracking.js\",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))</p><p>&lt;/script&gt;</p><p><noscript><a href=\"https://www.livechatinc.com/chat-with/11961765/\" rel=\"nofollow\">Chat with us</a>, powered by <a href=\"https://www.livechatinc.com/?welcome\" rel=\"noopener nofollow\" target=\"_blank\">LiveChat</a></noscript></p><p>&lt;!-- End of LiveChat code --&gt;</p><p></p>\";}'),
(0, 0, '', 162, 'el', 'a:1:{s:7:\"content\";s:1175:\"<p><!-- Start of LiveChat (www.livechatinc.com) code --></p><p>&lt;script&gt;</p><p>&nbsp; &nbsp; window.__lc = window.__lc || {};</p><p>&nbsp; &nbsp; window.__lc.license = 11961765;</p><p>&nbsp; &nbsp; ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:\"2.0\",on:function(){i([\"on\",c.call(arguments)])},once:function(){i([\"once\",c.call(arguments)])},off:function(){i([\"off\",c.call(arguments)])},get:function(){if(!e._h)throw new Error(\"[LiveChatWidget] You can\'t use getters before load.\");return i([\"get\",c.call(arguments)])},call:function(){i([\"call\",c.call(arguments)])},init:function(){var n=t.createElement(\"script\");n.async=!0,n.type=\"text/javascript\",n.src=\"https://cdn.livechatinc.com/tracking.js\",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))</p><p>&lt;/script&gt;</p><p><noscript><a href=\"https://www.livechatinc.com/chat-with/11961765/\" rel=\"nofollow\">Chat with us</a>, powered by <a href=\"https://www.livechatinc.com/?welcome\" rel=\"noopener nofollow\" target=\"_blank\">LiveChat</a></noscript></p><p>&lt;!-- End of LiveChat code --&gt;</p><p></p>\";}'),
(0, 0, '', 162, 'en', 'a:1:{s:7:\"content\";s:1175:\"<p><!-- Start of LiveChat (www.livechatinc.com) code --></p><p>&lt;script&gt;</p><p>&nbsp; &nbsp; window.__lc = window.__lc || {};</p><p>&nbsp; &nbsp; window.__lc.license = 11961765;</p><p>&nbsp; &nbsp; ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:\"2.0\",on:function(){i([\"on\",c.call(arguments)])},once:function(){i([\"once\",c.call(arguments)])},off:function(){i([\"off\",c.call(arguments)])},get:function(){if(!e._h)throw new Error(\"[LiveChatWidget] You can\'t use getters before load.\");return i([\"get\",c.call(arguments)])},call:function(){i([\"call\",c.call(arguments)])},init:function(){var n=t.createElement(\"script\");n.async=!0,n.type=\"text/javascript\",n.src=\"https://cdn.livechatinc.com/tracking.js\",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))</p><p>&lt;/script&gt;</p><p><noscript><a href=\"https://www.livechatinc.com/chat-with/11961765/\" rel=\"nofollow\">Chat with us</a>, powered by <a href=\"https://www.livechatinc.com/?welcome\" rel=\"noopener nofollow\" target=\"_blank\">LiveChat</a></noscript></p><p>&lt;!-- End of LiveChat code --&gt;</p><p></p>\";}'),
(0, 0, '', 162, 'es', 'a:1:{s:7:\"content\";s:1175:\"<p><!-- Start of LiveChat (www.livechatinc.com) code --></p><p>&lt;script&gt;</p><p>&nbsp; &nbsp; window.__lc = window.__lc || {};</p><p>&nbsp; &nbsp; window.__lc.license = 11961765;</p><p>&nbsp; &nbsp; ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:\"2.0\",on:function(){i([\"on\",c.call(arguments)])},once:function(){i([\"once\",c.call(arguments)])},off:function(){i([\"off\",c.call(arguments)])},get:function(){if(!e._h)throw new Error(\"[LiveChatWidget] You can\'t use getters before load.\");return i([\"get\",c.call(arguments)])},call:function(){i([\"call\",c.call(arguments)])},init:function(){var n=t.createElement(\"script\");n.async=!0,n.type=\"text/javascript\",n.src=\"https://cdn.livechatinc.com/tracking.js\",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))</p><p>&lt;/script&gt;</p><p><noscript><a href=\"https://www.livechatinc.com/chat-with/11961765/\" rel=\"nofollow\">Chat with us</a>, powered by <a href=\"https://www.livechatinc.com/?welcome\" rel=\"noopener nofollow\" target=\"_blank\">LiveChat</a></noscript></p><p>&lt;!-- End of LiveChat code --&gt;</p><p></p>\";}'),
(0, 0, '', 162, 'fr', 'a:1:{s:7:\"content\";s:1175:\"<p><!-- Start of LiveChat (www.livechatinc.com) code --></p><p>&lt;script&gt;</p><p>&nbsp; &nbsp; window.__lc = window.__lc || {};</p><p>&nbsp; &nbsp; window.__lc.license = 11961765;</p><p>&nbsp; &nbsp; ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:\"2.0\",on:function(){i([\"on\",c.call(arguments)])},once:function(){i([\"once\",c.call(arguments)])},off:function(){i([\"off\",c.call(arguments)])},get:function(){if(!e._h)throw new Error(\"[LiveChatWidget] You can\'t use getters before load.\");return i([\"get\",c.call(arguments)])},call:function(){i([\"call\",c.call(arguments)])},init:function(){var n=t.createElement(\"script\");n.async=!0,n.type=\"text/javascript\",n.src=\"https://cdn.livechatinc.com/tracking.js\",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))</p><p>&lt;/script&gt;</p><p><noscript><a href=\"https://www.livechatinc.com/chat-with/11961765/\" rel=\"nofollow\">Chat with us</a>, powered by <a href=\"https://www.livechatinc.com/?welcome\" rel=\"noopener nofollow\" target=\"_blank\">LiveChat</a></noscript></p><p>&lt;!-- End of LiveChat code --&gt;</p><p></p>\";}'),
(0, 0, '', 162, 'it', 'a:1:{s:7:\"content\";s:1175:\"<p><!-- Start of LiveChat (www.livechatinc.com) code --></p><p>&lt;script&gt;</p><p>&nbsp; &nbsp; window.__lc = window.__lc || {};</p><p>&nbsp; &nbsp; window.__lc.license = 11961765;</p><p>&nbsp; &nbsp; ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:\"2.0\",on:function(){i([\"on\",c.call(arguments)])},once:function(){i([\"once\",c.call(arguments)])},off:function(){i([\"off\",c.call(arguments)])},get:function(){if(!e._h)throw new Error(\"[LiveChatWidget] You can\'t use getters before load.\");return i([\"get\",c.call(arguments)])},call:function(){i([\"call\",c.call(arguments)])},init:function(){var n=t.createElement(\"script\");n.async=!0,n.type=\"text/javascript\",n.src=\"https://cdn.livechatinc.com/tracking.js\",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))</p><p>&lt;/script&gt;</p><p><noscript><a href=\"https://www.livechatinc.com/chat-with/11961765/\" rel=\"nofollow\">Chat with us</a>, powered by <a href=\"https://www.livechatinc.com/?welcome\" rel=\"noopener nofollow\" target=\"_blank\">LiveChat</a></noscript></p><p>&lt;!-- End of LiveChat code --&gt;</p><p></p>\";}'),
(0, 0, '', 162, 'nl', 'a:1:{s:7:\"content\";s:1175:\"<p><!-- Start of LiveChat (www.livechatinc.com) code --></p><p>&lt;script&gt;</p><p>&nbsp; &nbsp; window.__lc = window.__lc || {};</p><p>&nbsp; &nbsp; window.__lc.license = 11961765;</p><p>&nbsp; &nbsp; ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:\"2.0\",on:function(){i([\"on\",c.call(arguments)])},once:function(){i([\"once\",c.call(arguments)])},off:function(){i([\"off\",c.call(arguments)])},get:function(){if(!e._h)throw new Error(\"[LiveChatWidget] You can\'t use getters before load.\");return i([\"get\",c.call(arguments)])},call:function(){i([\"call\",c.call(arguments)])},init:function(){var n=t.createElement(\"script\");n.async=!0,n.type=\"text/javascript\",n.src=\"https://cdn.livechatinc.com/tracking.js\",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))</p><p>&lt;/script&gt;</p><p><noscript><a href=\"https://www.livechatinc.com/chat-with/11961765/\" rel=\"nofollow\">Chat with us</a>, powered by <a href=\"https://www.livechatinc.com/?welcome\" rel=\"noopener nofollow\" target=\"_blank\">LiveChat</a></noscript></p><p>&lt;!-- End of LiveChat code --&gt;</p><p></p>\";}'),
(0, 0, '', 162, 'no', 'a:1:{s:7:\"content\";s:1175:\"<p><!-- Start of LiveChat (www.livechatinc.com) code --></p><p>&lt;script&gt;</p><p>&nbsp; &nbsp; window.__lc = window.__lc || {};</p><p>&nbsp; &nbsp; window.__lc.license = 11961765;</p><p>&nbsp; &nbsp; ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:\"2.0\",on:function(){i([\"on\",c.call(arguments)])},once:function(){i([\"once\",c.call(arguments)])},off:function(){i([\"off\",c.call(arguments)])},get:function(){if(!e._h)throw new Error(\"[LiveChatWidget] You can\'t use getters before load.\");return i([\"get\",c.call(arguments)])},call:function(){i([\"call\",c.call(arguments)])},init:function(){var n=t.createElement(\"script\");n.async=!0,n.type=\"text/javascript\",n.src=\"https://cdn.livechatinc.com/tracking.js\",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))</p><p>&lt;/script&gt;</p><p><noscript><a href=\"https://www.livechatinc.com/chat-with/11961765/\" rel=\"nofollow\">Chat with us</a>, powered by <a href=\"https://www.livechatinc.com/?welcome\" rel=\"noopener nofollow\" target=\"_blank\">LiveChat</a></noscript></p><p>&lt;!-- End of LiveChat code --&gt;</p><p></p>\";}'),
(0, 0, '', 162, 'pt', 'a:1:{s:7:\"content\";s:871:\"<p><!-- Start of LiveChat (www.livechatinc.com) code --></p>\r\n<script>\r\n\r\n    window.__lc = window.__lc || {};\r\n\r\n    window.__lc.license = 11961765;\r\n\r\n    ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:\"2.0\",on:function(){i([\"on\",c.call(arguments)])},once:function(){i([\"once\",c.call(arguments)])},off:function(){i([\"off\",c.call(arguments)])},get:function(){if(!e._h)throw new Error(\"[LiveChatWidget] You can\'t use getters before load.\");return i([\"get\",c.call(arguments)])},call:function(){i([\"call\",c.call(arguments)])},init:function(){var n=t.createElement(\"script\");n.async=!0,n.type=\"text/javascript\",n.src=\"https://cdn.livechatinc.com/tracking.js\",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))\r\n\r\n</script>\r\n\r\n<!-- End of LiveChat code -->\";}'),
(0, 0, '', 162, 'ro', 'a:1:{s:7:\"content\";s:1175:\"<p><!-- Start of LiveChat (www.livechatinc.com) code --></p><p>&lt;script&gt;</p><p>&nbsp; &nbsp; window.__lc = window.__lc || {};</p><p>&nbsp; &nbsp; window.__lc.license = 11961765;</p><p>&nbsp; &nbsp; ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:\"2.0\",on:function(){i([\"on\",c.call(arguments)])},once:function(){i([\"once\",c.call(arguments)])},off:function(){i([\"off\",c.call(arguments)])},get:function(){if(!e._h)throw new Error(\"[LiveChatWidget] You can\'t use getters before load.\");return i([\"get\",c.call(arguments)])},call:function(){i([\"call\",c.call(arguments)])},init:function(){var n=t.createElement(\"script\");n.async=!0,n.type=\"text/javascript\",n.src=\"https://cdn.livechatinc.com/tracking.js\",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))</p><p>&lt;/script&gt;</p><p><noscript><a href=\"https://www.livechatinc.com/chat-with/11961765/\" rel=\"nofollow\">Chat with us</a>, powered by <a href=\"https://www.livechatinc.com/?welcome\" rel=\"noopener nofollow\" target=\"_blank\">LiveChat</a></noscript></p><p>&lt;!-- End of LiveChat code --&gt;</p><p></p>\";}'),
(0, 0, '', 162, 'ru', 'a:1:{s:7:\"content\";s:1175:\"<p><!-- Start of LiveChat (www.livechatinc.com) code --></p><p>&lt;script&gt;</p><p>&nbsp; &nbsp; window.__lc = window.__lc || {};</p><p>&nbsp; &nbsp; window.__lc.license = 11961765;</p><p>&nbsp; &nbsp; ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:\"2.0\",on:function(){i([\"on\",c.call(arguments)])},once:function(){i([\"once\",c.call(arguments)])},off:function(){i([\"off\",c.call(arguments)])},get:function(){if(!e._h)throw new Error(\"[LiveChatWidget] You can\'t use getters before load.\");return i([\"get\",c.call(arguments)])},call:function(){i([\"call\",c.call(arguments)])},init:function(){var n=t.createElement(\"script\");n.async=!0,n.type=\"text/javascript\",n.src=\"https://cdn.livechatinc.com/tracking.js\",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))</p><p>&lt;/script&gt;</p><p><noscript><a href=\"https://www.livechatinc.com/chat-with/11961765/\" rel=\"nofollow\">Chat with us</a>, powered by <a href=\"https://www.livechatinc.com/?welcome\" rel=\"noopener nofollow\" target=\"_blank\">LiveChat</a></noscript></p><p>&lt;!-- End of LiveChat code --&gt;</p><p></p>\";}'),
(0, 0, '', 163, 'da', ''),
(0, 0, '', 163, 'de', ''),
(0, 0, '', 163, 'el', ''),
(0, 0, '', 163, 'en', ''),
(0, 0, '', 163, 'es', ''),
(0, 0, '', 163, 'fr', ''),
(0, 0, '', 163, 'it', ''),
(0, 0, '', 163, 'nl', ''),
(0, 0, '', 163, 'no', ''),
(0, 0, '', 163, 'pt', ''),
(0, 0, '', 163, 'ro', ''),
(0, 0, '', 163, 'ru', ''),
(0, 0, '', 164, 'da', ''),
(0, 0, '', 164, 'de', ''),
(0, 0, '', 164, 'el', ''),
(0, 0, '', 164, 'en', ''),
(0, 0, '', 164, 'es', ''),
(0, 0, '', 164, 'fr', ''),
(0, 0, '', 164, 'it', ''),
(0, 0, '', 164, 'nl', ''),
(0, 0, '', 164, 'no', ''),
(0, 0, '', 164, 'pt', ''),
(0, 0, '', 164, 'ro', ''),
(0, 0, '', 164, 'ru', ''),
(0, 0, '', 165, 'da', 'a:1:{s:4:\"menu\";s:1:\"1\";}'),
(0, 0, '', 165, 'de', 'a:1:{s:4:\"menu\";s:1:\"1\";}'),
(0, 0, '', 165, 'el', 'a:1:{s:4:\"menu\";s:1:\"1\";}'),
(0, 0, '', 165, 'en', 'a:1:{s:4:\"menu\";s:1:\"1\";}'),
(0, 0, '', 165, 'es', 'a:1:{s:4:\"menu\";s:1:\"1\";}'),
(0, 0, '', 165, 'fr', 'a:1:{s:4:\"menu\";s:1:\"1\";}'),
(0, 0, '', 165, 'it', 'a:1:{s:4:\"menu\";s:1:\"1\";}'),
(0, 0, '', 165, 'nl', 'a:1:{s:4:\"menu\";s:1:\"1\";}'),
(0, 0, '', 165, 'no', 'a:1:{s:4:\"menu\";s:1:\"1\";}'),
(0, 0, '', 165, 'pt', 'a:1:{s:4:\"menu\";s:1:\"1\";}'),
(0, 0, '', 165, 'ro', 'a:1:{s:4:\"menu\";s:1:\"1\";}'),
(0, 0, '', 165, 'ru', 'a:1:{s:4:\"menu\";s:1:\"1\";}'),
(0, 0, '', 166, 'da', ''),
(0, 0, '', 166, 'de', ''),
(0, 0, '', 166, 'el', ''),
(0, 0, '', 166, 'en', ''),
(0, 0, '', 166, 'es', ''),
(0, 0, '', 166, 'fr', ''),
(0, 0, '', 166, 'it', ''),
(0, 0, '', 166, 'nl', ''),
(0, 0, '', 166, 'no', ''),
(0, 0, '', 166, 'pt', ''),
(0, 0, '', 166, 'ro', ''),
(0, 0, '', 166, 'ru', ''),
(0, 0, '', 167, 'da', ''),
(0, 0, '', 167, 'de', ''),
(0, 0, '', 167, 'el', ''),
(0, 0, '', 167, 'en', ''),
(0, 0, '', 167, 'es', ''),
(0, 0, '', 167, 'fr', ''),
(0, 0, '', 167, 'it', ''),
(0, 0, '', 167, 'nl', ''),
(0, 0, '', 167, 'no', ''),
(0, 0, '', 167, 'pt', ''),
(0, 0, '', 167, 'ro', ''),
(0, 0, '', 167, 'ru', ''),
(0, 0, '', 168, 'da', ''),
(0, 0, '', 168, 'de', ''),
(0, 0, '', 168, 'el', ''),
(0, 0, '', 168, 'en', ''),
(0, 0, '', 168, 'es', ''),
(0, 0, '', 168, 'fr', ''),
(0, 0, '', 168, 'it', ''),
(0, 0, '', 168, 'nl', ''),
(0, 0, '', 168, 'no', ''),
(0, 0, '', 168, 'pt', ''),
(0, 0, '', 168, 'ro', ''),
(0, 0, '', 168, 'ru', ''),
(0, 0, '', 169, 'da', ''),
(0, 0, '', 169, 'de', ''),
(0, 0, '', 169, 'el', ''),
(0, 0, '', 169, 'en', ''),
(0, 0, '', 169, 'es', ''),
(0, 0, '', 169, 'fr', ''),
(0, 0, '', 169, 'it', ''),
(0, 0, '', 169, 'nl', ''),
(0, 0, '', 169, 'no', ''),
(0, 0, '', 169, 'pt', ''),
(0, 0, '', 169, 'ro', ''),
(0, 0, '', 169, 'ru', ''),
(0, 0, '', 170, 'da', ''),
(0, 0, '', 170, 'de', ''),
(0, 0, '', 170, 'el', ''),
(0, 0, '', 170, 'en', ''),
(0, 0, '', 170, 'es', ''),
(0, 0, '', 170, 'fr', ''),
(0, 0, '', 170, 'it', ''),
(0, 0, '', 170, 'nl', ''),
(0, 0, '', 170, 'no', ''),
(0, 0, '', 170, 'pt', ''),
(0, 0, '', 170, 'ro', ''),
(0, 0, '', 170, 'ru', ''),
(0, 0, '', 171, 'da', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 171, 'de', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 171, 'el', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 171, 'en', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 171, 'es', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 171, 'fr', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 171, 'it', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 171, 'nl', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 171, 'no', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 171, 'pt', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 171, 'ro', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 171, 'ru', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 172, 'da', ''),
(0, 0, '', 172, 'de', ''),
(0, 0, '', 172, 'el', ''),
(0, 0, '', 172, 'en', ''),
(0, 0, '', 172, 'es', ''),
(0, 0, '', 172, 'fr', ''),
(0, 0, '', 172, 'it', ''),
(0, 0, '', 172, 'nl', ''),
(0, 0, '', 172, 'no', ''),
(0, 0, '', 172, 'pt', ''),
(0, 0, '', 172, 'ro', ''),
(0, 0, '', 172, 'ru', ''),
(0, 0, '', 173, 'da', ''),
(0, 0, '', 173, 'de', ''),
(0, 0, '', 173, 'el', ''),
(0, 0, '', 173, 'en', ''),
(0, 0, '', 173, 'es', ''),
(0, 0, '', 173, 'fr', ''),
(0, 0, '', 173, 'it', ''),
(0, 0, '', 173, 'nl', ''),
(0, 0, '', 173, 'no', ''),
(0, 0, '', 173, 'pt', ''),
(0, 0, '', 173, 'ro', ''),
(0, 0, '', 173, 'ru', ''),
(0, 0, '', 174, 'da', ''),
(0, 0, '', 174, 'de', ''),
(0, 0, '', 174, 'el', ''),
(0, 0, '', 174, 'en', ''),
(0, 0, '', 174, 'es', ''),
(0, 0, '', 174, 'fr', ''),
(0, 0, '', 174, 'it', ''),
(0, 0, '', 174, 'nl', ''),
(0, 0, '', 174, 'no', ''),
(0, 0, '', 174, 'pt', ''),
(0, 0, '', 174, 'ro', ''),
(0, 0, '', 174, 'ru', ''),
(0, 0, '', 175, 'da', 'a:1:{s:7:\"content\";s:627:\"<div class=\"ty-social-link-block\"><h3 class=\"ty-social-link__title\">{__(\"get_social\")}</h3>\n\n<div class=\"ty-social-link facebook\">\n    <a href=\"http://www.facebook.com\"><i class=\"ty-icon-facebook\"></i>Facebook</a>\n</div>\n\n<div class=\"ty-social-link instagram\">\n    <a href=\"https://www.instagram.com\"><i class=\"ty-icon-instagram\"></i>Instagram</a>\n</div>\n\n<div class=\"ty-social-link twitter\">\n    <a href=\"https://twitter.com\"><i class=\"ty-icon-twitter\"></i>Twitter</a>\n</div>\n\n<div class=\"ty-social-link youtube\">\n    <a href=\"https://www.youtube.com/user/cscartvideos\"><i class=\"ty-icon-youtube\"></i>Youtube</a>\n</div></div>\n\";}'),
(0, 0, '', 175, 'de', 'a:1:{s:7:\"content\";s:627:\"<div class=\"ty-social-link-block\"><h3 class=\"ty-social-link__title\">{__(\"get_social\")}</h3>\n\n<div class=\"ty-social-link facebook\">\n    <a href=\"http://www.facebook.com\"><i class=\"ty-icon-facebook\"></i>Facebook</a>\n</div>\n\n<div class=\"ty-social-link instagram\">\n    <a href=\"https://www.instagram.com\"><i class=\"ty-icon-instagram\"></i>Instagram</a>\n</div>\n\n<div class=\"ty-social-link twitter\">\n    <a href=\"https://twitter.com\"><i class=\"ty-icon-twitter\"></i>Twitter</a>\n</div>\n\n<div class=\"ty-social-link youtube\">\n    <a href=\"https://www.youtube.com/user/cscartvideos\"><i class=\"ty-icon-youtube\"></i>Youtube</a>\n</div></div>\n\";}'),
(0, 0, '', 175, 'el', 'a:1:{s:7:\"content\";s:627:\"<div class=\"ty-social-link-block\"><h3 class=\"ty-social-link__title\">{__(\"get_social\")}</h3>\n\n<div class=\"ty-social-link facebook\">\n    <a href=\"http://www.facebook.com\"><i class=\"ty-icon-facebook\"></i>Facebook</a>\n</div>\n\n<div class=\"ty-social-link instagram\">\n    <a href=\"https://www.instagram.com\"><i class=\"ty-icon-instagram\"></i>Instagram</a>\n</div>\n\n<div class=\"ty-social-link twitter\">\n    <a href=\"https://twitter.com\"><i class=\"ty-icon-twitter\"></i>Twitter</a>\n</div>\n\n<div class=\"ty-social-link youtube\">\n    <a href=\"https://www.youtube.com/user/cscartvideos\"><i class=\"ty-icon-youtube\"></i>Youtube</a>\n</div></div>\n\";}'),
(0, 0, '', 175, 'en', 'a:1:{s:7:\"content\";s:627:\"<div class=\"ty-social-link-block\"><h3 class=\"ty-social-link__title\">{__(\"get_social\")}</h3>\n\n<div class=\"ty-social-link facebook\">\n    <a href=\"http://www.facebook.com\"><i class=\"ty-icon-facebook\"></i>Facebook</a>\n</div>\n\n<div class=\"ty-social-link instagram\">\n    <a href=\"https://www.instagram.com\"><i class=\"ty-icon-instagram\"></i>Instagram</a>\n</div>\n\n<div class=\"ty-social-link twitter\">\n    <a href=\"https://twitter.com\"><i class=\"ty-icon-twitter\"></i>Twitter</a>\n</div>\n\n<div class=\"ty-social-link youtube\">\n    <a href=\"https://www.youtube.com/user/cscartvideos\"><i class=\"ty-icon-youtube\"></i>Youtube</a>\n</div></div>\n\";}'),
(0, 0, '', 175, 'es', 'a:1:{s:7:\"content\";s:627:\"<div class=\"ty-social-link-block\"><h3 class=\"ty-social-link__title\">{__(\"get_social\")}</h3>\n\n<div class=\"ty-social-link facebook\">\n    <a href=\"http://www.facebook.com\"><i class=\"ty-icon-facebook\"></i>Facebook</a>\n</div>\n\n<div class=\"ty-social-link instagram\">\n    <a href=\"https://www.instagram.com\"><i class=\"ty-icon-instagram\"></i>Instagram</a>\n</div>\n\n<div class=\"ty-social-link twitter\">\n    <a href=\"https://twitter.com\"><i class=\"ty-icon-twitter\"></i>Twitter</a>\n</div>\n\n<div class=\"ty-social-link youtube\">\n    <a href=\"https://www.youtube.com/user/cscartvideos\"><i class=\"ty-icon-youtube\"></i>Youtube</a>\n</div></div>\n\";}'),
(0, 0, '', 175, 'fr', 'a:1:{s:7:\"content\";s:627:\"<div class=\"ty-social-link-block\"><h3 class=\"ty-social-link__title\">{__(\"get_social\")}</h3>\n\n<div class=\"ty-social-link facebook\">\n    <a href=\"http://www.facebook.com\"><i class=\"ty-icon-facebook\"></i>Facebook</a>\n</div>\n\n<div class=\"ty-social-link instagram\">\n    <a href=\"https://www.instagram.com\"><i class=\"ty-icon-instagram\"></i>Instagram</a>\n</div>\n\n<div class=\"ty-social-link twitter\">\n    <a href=\"https://twitter.com\"><i class=\"ty-icon-twitter\"></i>Twitter</a>\n</div>\n\n<div class=\"ty-social-link youtube\">\n    <a href=\"https://www.youtube.com/user/cscartvideos\"><i class=\"ty-icon-youtube\"></i>Youtube</a>\n</div></div>\n\";}'),
(0, 0, '', 175, 'it', 'a:1:{s:7:\"content\";s:627:\"<div class=\"ty-social-link-block\"><h3 class=\"ty-social-link__title\">{__(\"get_social\")}</h3>\n\n<div class=\"ty-social-link facebook\">\n    <a href=\"http://www.facebook.com\"><i class=\"ty-icon-facebook\"></i>Facebook</a>\n</div>\n\n<div class=\"ty-social-link instagram\">\n    <a href=\"https://www.instagram.com\"><i class=\"ty-icon-instagram\"></i>Instagram</a>\n</div>\n\n<div class=\"ty-social-link twitter\">\n    <a href=\"https://twitter.com\"><i class=\"ty-icon-twitter\"></i>Twitter</a>\n</div>\n\n<div class=\"ty-social-link youtube\">\n    <a href=\"https://www.youtube.com/user/cscartvideos\"><i class=\"ty-icon-youtube\"></i>Youtube</a>\n</div></div>\n\";}'),
(0, 0, '', 175, 'nl', 'a:1:{s:7:\"content\";s:627:\"<div class=\"ty-social-link-block\"><h3 class=\"ty-social-link__title\">{__(\"get_social\")}</h3>\n\n<div class=\"ty-social-link facebook\">\n    <a href=\"http://www.facebook.com\"><i class=\"ty-icon-facebook\"></i>Facebook</a>\n</div>\n\n<div class=\"ty-social-link instagram\">\n    <a href=\"https://www.instagram.com\"><i class=\"ty-icon-instagram\"></i>Instagram</a>\n</div>\n\n<div class=\"ty-social-link twitter\">\n    <a href=\"https://twitter.com\"><i class=\"ty-icon-twitter\"></i>Twitter</a>\n</div>\n\n<div class=\"ty-social-link youtube\">\n    <a href=\"https://www.youtube.com/user/cscartvideos\"><i class=\"ty-icon-youtube\"></i>Youtube</a>\n</div></div>\n\";}'),
(0, 0, '', 175, 'no', 'a:1:{s:7:\"content\";s:627:\"<div class=\"ty-social-link-block\"><h3 class=\"ty-social-link__title\">{__(\"get_social\")}</h3>\n\n<div class=\"ty-social-link facebook\">\n    <a href=\"http://www.facebook.com\"><i class=\"ty-icon-facebook\"></i>Facebook</a>\n</div>\n\n<div class=\"ty-social-link instagram\">\n    <a href=\"https://www.instagram.com\"><i class=\"ty-icon-instagram\"></i>Instagram</a>\n</div>\n\n<div class=\"ty-social-link twitter\">\n    <a href=\"https://twitter.com\"><i class=\"ty-icon-twitter\"></i>Twitter</a>\n</div>\n\n<div class=\"ty-social-link youtube\">\n    <a href=\"https://www.youtube.com/user/cscartvideos\"><i class=\"ty-icon-youtube\"></i>Youtube</a>\n</div></div>\n\";}'),
(0, 0, '', 175, 'pt', 'a:1:{s:7:\"content\";s:627:\"<div class=\"ty-social-link-block\"><h3 class=\"ty-social-link__title\">{__(\"get_social\")}</h3>\n\n<div class=\"ty-social-link facebook\">\n    <a href=\"http://www.facebook.com\"><i class=\"ty-icon-facebook\"></i>Facebook</a>\n</div>\n\n<div class=\"ty-social-link instagram\">\n    <a href=\"https://www.instagram.com\"><i class=\"ty-icon-instagram\"></i>Instagram</a>\n</div>\n\n<div class=\"ty-social-link twitter\">\n    <a href=\"https://twitter.com\"><i class=\"ty-icon-twitter\"></i>Twitter</a>\n</div>\n\n<div class=\"ty-social-link youtube\">\n    <a href=\"https://www.youtube.com/user/cscartvideos\"><i class=\"ty-icon-youtube\"></i>Youtube</a>\n</div></div>\n\";}'),
(0, 0, '', 175, 'ro', 'a:1:{s:7:\"content\";s:627:\"<div class=\"ty-social-link-block\"><h3 class=\"ty-social-link__title\">{__(\"get_social\")}</h3>\n\n<div class=\"ty-social-link facebook\">\n    <a href=\"http://www.facebook.com\"><i class=\"ty-icon-facebook\"></i>Facebook</a>\n</div>\n\n<div class=\"ty-social-link instagram\">\n    <a href=\"https://www.instagram.com\"><i class=\"ty-icon-instagram\"></i>Instagram</a>\n</div>\n\n<div class=\"ty-social-link twitter\">\n    <a href=\"https://twitter.com\"><i class=\"ty-icon-twitter\"></i>Twitter</a>\n</div>\n\n<div class=\"ty-social-link youtube\">\n    <a href=\"https://www.youtube.com/user/cscartvideos\"><i class=\"ty-icon-youtube\"></i>Youtube</a>\n</div></div>\n\";}'),
(0, 0, '', 175, 'ru', 'a:1:{s:7:\"content\";s:626:\"<div class=\"ty-social-link-block\"><h3 class=\"ty-social-link__title\">{__(\"get_social\")}</h3>\n\n<div class=\"ty-social-link facebook\">\n    <a href=\"http://www.facebook.com\"><i class=\"ty-icon-facebook\"></i>Facebook</a>\n</div>\n\n<div class=\"ty-social-link instagram\">\n    <a href=\"https://www.instagram.com\"><i class=\"ty-icon-instagram\"></i>Instagram</a>\n</div>\n\n<div class=\"ty-social-link twitter\">\n    <a href=\"https://twitter.com\"><i class=\"ty-icon-twitter\"></i>Twitter</a>\n</div>\n\n<div class=\"ty-social-link youtube\">\n    <a href=\"https://www.youtube.com/user/cscartvideos\"><i class=\"ty-icon-youtube\"></i>Youtube</a>\n</div></div>\";}'),
(0, 0, '', 176, 'da', ''),
(0, 0, '', 176, 'de', ''),
(0, 0, '', 176, 'el', ''),
(0, 0, '', 176, 'en', ''),
(0, 0, '', 176, 'es', ''),
(0, 0, '', 176, 'fr', ''),
(0, 0, '', 176, 'it', ''),
(0, 0, '', 176, 'nl', ''),
(0, 0, '', 176, 'no', ''),
(0, 0, '', 176, 'pt', ''),
(0, 0, '', 176, 'ro', ''),
(0, 0, '', 176, 'ru', ''),
(0, 0, '', 177, 'da', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 177, 'de', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 177, 'el', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 177, 'en', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 177, 'es', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 177, 'fr', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 177, 'it', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 177, 'nl', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 177, 'no', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 177, 'pt', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 177, 'ro', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 177, 'ru', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 178, 'da', 'a:1:{s:4:\"menu\";s:1:\"4\";}'),
(0, 0, '', 178, 'de', 'a:1:{s:4:\"menu\";s:1:\"4\";}'),
(0, 0, '', 178, 'el', 'a:1:{s:4:\"menu\";s:1:\"4\";}'),
(0, 0, '', 178, 'en', 'a:1:{s:4:\"menu\";s:1:\"4\";}'),
(0, 0, '', 178, 'es', 'a:1:{s:4:\"menu\";s:1:\"4\";}'),
(0, 0, '', 178, 'fr', 'a:1:{s:4:\"menu\";s:1:\"4\";}'),
(0, 0, '', 178, 'it', 'a:1:{s:4:\"menu\";s:1:\"4\";}'),
(0, 0, '', 178, 'nl', 'a:1:{s:4:\"menu\";s:1:\"4\";}'),
(0, 0, '', 178, 'no', 'a:1:{s:4:\"menu\";s:1:\"4\";}'),
(0, 0, '', 178, 'pt', 'a:1:{s:4:\"menu\";s:1:\"4\";}'),
(0, 0, '', 178, 'ro', 'a:1:{s:4:\"menu\";s:1:\"4\";}'),
(0, 0, '', 178, 'ru', 'a:1:{s:4:\"menu\";s:1:\"4\";}'),
(0, 0, '', 179, 'da', 'a:1:{s:7:\"content\";s:340:\"\n                            <ul id=\"about_cs_cart_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=1\"|fn_url}\">Our team</a></li>\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=3\"|fn_url}\">Privacy policy</a></li>\n                            </ul>\";}'),
(0, 0, '', 179, 'de', 'a:1:{s:7:\"content\";s:340:\"\n                            <ul id=\"about_cs_cart_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=1\"|fn_url}\">Our team</a></li>\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=3\"|fn_url}\">Privacy policy</a></li>\n                            </ul>\";}'),
(0, 0, '', 179, 'el', 'a:1:{s:7:\"content\";s:340:\"\n                            <ul id=\"about_cs_cart_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=1\"|fn_url}\">Our team</a></li>\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=3\"|fn_url}\">Privacy policy</a></li>\n                            </ul>\";}'),
(0, 0, '', 179, 'en', 'a:1:{s:7:\"content\";s:340:\"\n                            <ul id=\"about_cs_cart_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=1\"|fn_url}\">Our team</a></li>\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=3\"|fn_url}\">Privacy policy</a></li>\n                            </ul>\";}'),
(0, 0, '', 179, 'es', 'a:1:{s:7:\"content\";s:340:\"\n                            <ul id=\"about_cs_cart_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=1\"|fn_url}\">Our team</a></li>\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=3\"|fn_url}\">Privacy policy</a></li>\n                            </ul>\";}'),
(0, 0, '', 179, 'fr', 'a:1:{s:7:\"content\";s:340:\"\n                            <ul id=\"about_cs_cart_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=1\"|fn_url}\">Our team</a></li>\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=3\"|fn_url}\">Privacy policy</a></li>\n                            </ul>\";}'),
(0, 0, '', 179, 'it', 'a:1:{s:7:\"content\";s:340:\"\n                            <ul id=\"about_cs_cart_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=1\"|fn_url}\">Our team</a></li>\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=3\"|fn_url}\">Privacy policy</a></li>\n                            </ul>\";}'),
(0, 0, '', 179, 'nl', 'a:1:{s:7:\"content\";s:340:\"\n                            <ul id=\"about_cs_cart_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=1\"|fn_url}\">Our team</a></li>\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=3\"|fn_url}\">Privacy policy</a></li>\n                            </ul>\";}'),
(0, 0, '', 179, 'no', 'a:1:{s:7:\"content\";s:340:\"\n                            <ul id=\"about_cs_cart_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=1\"|fn_url}\">Our team</a></li>\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=3\"|fn_url}\">Privacy policy</a></li>\n                            </ul>\";}'),
(0, 0, '', 179, 'pt', 'a:1:{s:7:\"content\";s:340:\"\n                            <ul id=\"about_cs_cart_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=1\"|fn_url}\">Our team</a></li>\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=3\"|fn_url}\">Privacy policy</a></li>\n                            </ul>\";}'),
(0, 0, '', 179, 'ro', 'a:1:{s:7:\"content\";s:340:\"\n                            <ul id=\"about_cs_cart_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=1\"|fn_url}\">Our team</a></li>\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=3\"|fn_url}\">Privacy policy</a></li>\n                            </ul>\";}'),
(0, 0, '', 179, 'ru', 'a:1:{s:7:\"content\";s:426:\"\n                                    <ul id=\"about_cs_cart_links\">\n                                    <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=1\"|fn_url}\">Наша команда</a></li>\n                                    <li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=3\"|fn_url}\">Политика конфиденциальности</a></li>\n                                    </ul>\";}'),
(0, 0, '', 180, 'da', ''),
(0, 0, '', 180, 'de', ''),
(0, 0, '', 180, 'el', ''),
(0, 0, '', 180, 'en', ''),
(0, 0, '', 180, 'es', ''),
(0, 0, '', 180, 'fr', ''),
(0, 0, '', 180, 'it', ''),
(0, 0, '', 180, 'nl', ''),
(0, 0, '', 180, 'no', ''),
(0, 0, '', 180, 'pt', ''),
(0, 0, '', 180, 'ro', ''),
(0, 0, '', 180, 'ru', ''),
(0, 0, '', 181, 'da', ''),
(0, 0, '', 181, 'de', ''),
(0, 0, '', 181, 'el', ''),
(0, 0, '', 181, 'en', ''),
(0, 0, '', 181, 'es', ''),
(0, 0, '', 181, 'fr', ''),
(0, 0, '', 181, 'it', ''),
(0, 0, '', 181, 'nl', ''),
(0, 0, '', 181, 'no', ''),
(0, 0, '', 181, 'pt', ''),
(0, 0, '', 181, 'ro', ''),
(0, 0, '', 181, 'ru', ''),
(0, 0, '', 182, '', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 182, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"16,17,18,19\";}}'),
(0, 0, '', 182, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"16,17,18,19\";}}'),
(0, 0, '', 182, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"16,17,18,19\";}}'),
(0, 0, '', 182, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"16,17,18,19\";}}'),
(0, 0, '', 182, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"16,17,18,19\";}}'),
(0, 0, '', 182, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"16,17,18,19\";}}'),
(0, 0, '', 182, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"16,17,18,19\";}}'),
(0, 0, '', 182, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"16,17,18,19\";}}'),
(0, 0, '', 182, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"16,17,18,19\";}}'),
(0, 0, '', 182, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"16,17,18,19\";}}'),
(0, 0, '', 182, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"16,17,18,19\";}}'),
(0, 0, '', 182, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"16,17,18,19\";}}'),
(0, 0, '', 183, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"6\";}}'),
(0, 0, '', 183, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"6\";}}'),
(0, 0, '', 183, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"6\";}}'),
(0, 0, '', 183, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"6\";}}'),
(0, 0, '', 183, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"6\";}}'),
(0, 0, '', 183, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"6\";}}'),
(0, 0, '', 183, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"6\";}}'),
(0, 0, '', 183, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"6\";}}'),
(0, 0, '', 183, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"6\";}}'),
(0, 0, '', 183, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"6\";}}'),
(0, 0, '', 183, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"6\";}}'),
(0, 0, '', 183, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"6\";}}'),
(0, 0, '', 184, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"9\";}}'),
(0, 0, '', 184, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"9\";}}'),
(0, 0, '', 184, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"9\";}}'),
(0, 0, '', 184, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"9\";}}'),
(0, 0, '', 184, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"9\";}}'),
(0, 0, '', 184, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"9\";}}'),
(0, 0, '', 184, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"9\";}}');
INSERT INTO `partiushop_bm_blocks_content` (`snapping_id`, `object_id`, `object_type`, `block_id`, `lang_code`, `content`) VALUES
(0, 0, '', 184, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"9\";}}'),
(0, 0, '', 184, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"9\";}}'),
(0, 0, '', 184, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"9\";}}'),
(0, 0, '', 184, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"9\";}}'),
(0, 0, '', 184, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"9\";}}'),
(0, 0, '', 185, '', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 185, 'da', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 185, 'de', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 185, 'el', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 185, 'en', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 185, 'es', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 185, 'fr', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 185, 'it', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 185, 'nl', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 185, 'no', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 185, 'pt', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 185, 'ro', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 185, 'ru', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 186, 'da', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 186, 'de', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 186, 'el', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 186, 'en', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 186, 'es', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 186, 'fr', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 186, 'it', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 186, 'nl', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 186, 'no', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 186, 'pt', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 186, 'ro', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 186, 'ru', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 187, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 187, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 187, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 187, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 187, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 187, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 187, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 187, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 187, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 187, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 187, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 187, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 188, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:15:\"blog.text_links\";s:14:\"parent_page_id\";s:1:\"7\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 188, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:15:\"blog.text_links\";s:14:\"parent_page_id\";s:1:\"7\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 188, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:15:\"blog.text_links\";s:14:\"parent_page_id\";s:1:\"7\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 188, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:15:\"blog.text_links\";s:14:\"parent_page_id\";s:1:\"7\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 188, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:15:\"blog.text_links\";s:14:\"parent_page_id\";s:1:\"7\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 188, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:15:\"blog.text_links\";s:14:\"parent_page_id\";s:1:\"7\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 188, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:15:\"blog.text_links\";s:14:\"parent_page_id\";s:1:\"7\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 188, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:15:\"blog.text_links\";s:14:\"parent_page_id\";s:1:\"7\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 188, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:15:\"blog.text_links\";s:14:\"parent_page_id\";s:1:\"7\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 188, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:15:\"blog.text_links\";s:14:\"parent_page_id\";s:1:\"7\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 188, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:15:\"blog.text_links\";s:14:\"parent_page_id\";s:1:\"7\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 188, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:15:\"blog.text_links\";s:14:\"parent_page_id\";s:1:\"7\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 189, 'da', ''),
(0, 0, '', 189, 'de', ''),
(0, 0, '', 189, 'el', ''),
(0, 0, '', 189, 'en', ''),
(0, 0, '', 189, 'es', ''),
(0, 0, '', 189, 'fr', ''),
(0, 0, '', 189, 'it', ''),
(0, 0, '', 189, 'nl', ''),
(0, 0, '', 189, 'no', ''),
(0, 0, '', 189, 'pt', ''),
(0, 0, '', 189, 'ro', ''),
(0, 0, '', 189, 'ru', ''),
(0, 0, '', 190, 'da', ''),
(0, 0, '', 190, 'de', ''),
(0, 0, '', 190, 'el', ''),
(0, 0, '', 190, 'en', ''),
(0, 0, '', 190, 'es', ''),
(0, 0, '', 190, 'fr', ''),
(0, 0, '', 190, 'it', ''),
(0, 0, '', 190, 'nl', ''),
(0, 0, '', 190, 'no', ''),
(0, 0, '', 190, 'pt', ''),
(0, 0, '', 190, 'ro', ''),
(0, 0, '', 190, 'ru', ''),
(0, 0, '', 191, 'da', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 191, 'de', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 191, 'el', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 191, 'en', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 191, 'es', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 191, 'fr', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 191, 'it', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 191, 'nl', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 191, 'no', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 191, 'pt', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 191, 'ro', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 191, 'ru', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 192, 'da', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"4\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 192, 'de', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"4\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 192, 'el', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"4\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 192, 'en', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"4\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 192, 'es', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"4\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 192, 'fr', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"4\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 192, 'it', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"4\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 192, 'nl', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"4\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 192, 'no', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"4\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 192, 'pt', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"4\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 192, 'ro', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"4\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 192, 'ru', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"4\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 193, 'da', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"3\";s:13:\"percent_range\";s:1:\"5\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"N\";s:16:\"similar_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 193, 'de', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"3\";s:13:\"percent_range\";s:1:\"5\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"N\";s:16:\"similar_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 193, 'el', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"3\";s:13:\"percent_range\";s:1:\"5\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"N\";s:16:\"similar_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 193, 'en', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"3\";s:13:\"percent_range\";s:1:\"5\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"N\";s:16:\"similar_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 193, 'es', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"3\";s:13:\"percent_range\";s:1:\"5\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"N\";s:16:\"similar_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 193, 'fr', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"3\";s:13:\"percent_range\";s:1:\"5\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"N\";s:16:\"similar_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 193, 'it', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"3\";s:13:\"percent_range\";s:1:\"5\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"N\";s:16:\"similar_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 193, 'nl', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"3\";s:13:\"percent_range\";s:1:\"5\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"N\";s:16:\"similar_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 193, 'no', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"3\";s:13:\"percent_range\";s:1:\"5\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"N\";s:16:\"similar_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 193, 'pt', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"3\";s:13:\"percent_range\";s:1:\"5\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"N\";s:16:\"similar_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 193, 'ro', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"3\";s:13:\"percent_range\";s:1:\"5\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"N\";s:16:\"similar_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 193, 'ru', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:1:\"3\";s:13:\"percent_range\";s:1:\"5\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"N\";s:16:\"similar_in_stock\";s:1:\"N\";}}'),
(0, 0, '', 194, 'da', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 194, 'de', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 194, 'el', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 194, 'en', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 194, 'es', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 194, 'fr', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 194, 'it', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 194, 'nl', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 194, 'no', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 194, 'pt', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 194, 'ro', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 194, 'ru', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 195, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 195, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 195, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 195, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 195, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 195, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 195, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 195, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 195, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 195, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 195, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 195, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 196, 'da', ''),
(0, 0, '', 196, 'de', ''),
(0, 0, '', 196, 'el', ''),
(0, 0, '', 196, 'en', ''),
(0, 0, '', 196, 'es', ''),
(0, 0, '', 196, 'fr', ''),
(0, 0, '', 196, 'it', ''),
(0, 0, '', 196, 'nl', ''),
(0, 0, '', 196, 'no', ''),
(0, 0, '', 196, 'pt', ''),
(0, 0, '', 196, 'ro', ''),
(0, 0, '', 196, 'ru', ''),
(0, 0, '', 197, 'cs', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"23,25,27\";s:8:\"required\";a:3:{s:11:\"field_id_23\";s:1:\"N\";s:11:\"field_id_25\";s:1:\"N\";s:11:\"field_id_27\";s:1:\"N\";}}}'),
(0, 0, '', 197, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"23,25,27\";s:8:\"required\";a:3:{s:11:\"field_id_23\";s:1:\"Y\";s:11:\"field_id_25\";s:1:\"Y\";s:11:\"field_id_27\";s:1:\"Y\";}}}'),
(0, 0, '', 197, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"23,25,27\";s:8:\"required\";a:3:{s:11:\"field_id_23\";s:1:\"Y\";s:11:\"field_id_25\";s:1:\"Y\";s:11:\"field_id_27\";s:1:\"Y\";}}}'),
(0, 0, '', 197, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"23,25,27\";s:8:\"required\";a:3:{s:11:\"field_id_23\";s:1:\"Y\";s:11:\"field_id_25\";s:1:\"Y\";s:11:\"field_id_27\";s:1:\"Y\";}}}'),
(0, 0, '', 197, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"23,25,27\";s:8:\"required\";a:3:{s:11:\"field_id_23\";s:1:\"Y\";s:11:\"field_id_25\";s:1:\"Y\";s:11:\"field_id_27\";s:1:\"Y\";}}}'),
(0, 0, '', 197, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"23,25,27\";s:8:\"required\";a:3:{s:11:\"field_id_23\";s:1:\"Y\";s:11:\"field_id_25\";s:1:\"Y\";s:11:\"field_id_27\";s:1:\"Y\";}}}'),
(0, 0, '', 197, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"23,25,27\";s:8:\"required\";a:3:{s:11:\"field_id_23\";s:1:\"Y\";s:11:\"field_id_25\";s:1:\"Y\";s:11:\"field_id_27\";s:1:\"Y\";}}}'),
(0, 0, '', 197, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"23,25,27\";s:8:\"required\";a:3:{s:11:\"field_id_23\";s:1:\"Y\";s:11:\"field_id_25\";s:1:\"Y\";s:11:\"field_id_27\";s:1:\"Y\";}}}'),
(0, 0, '', 197, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"23,25,27\";s:8:\"required\";a:3:{s:11:\"field_id_23\";s:1:\"Y\";s:11:\"field_id_25\";s:1:\"Y\";s:11:\"field_id_27\";s:1:\"Y\";}}}'),
(0, 0, '', 197, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"23,25,27\";s:8:\"required\";a:3:{s:11:\"field_id_23\";s:1:\"Y\";s:11:\"field_id_25\";s:1:\"Y\";s:11:\"field_id_27\";s:1:\"Y\";}}}'),
(0, 0, '', 197, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"23,25,27\";s:8:\"required\";a:3:{s:11:\"field_id_23\";s:1:\"Y\";s:11:\"field_id_25\";s:1:\"Y\";s:11:\"field_id_27\";s:1:\"Y\";}}}'),
(0, 0, '', 197, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"23,25,27\";s:8:\"required\";a:3:{s:11:\"field_id_23\";s:1:\"Y\";s:11:\"field_id_25\";s:1:\"Y\";s:11:\"field_id_27\";s:1:\"Y\";}}}'),
(0, 0, '', 197, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"23,25,27\";s:8:\"required\";a:3:{s:11:\"field_id_23\";s:1:\"Y\";s:11:\"field_id_25\";s:1:\"Y\";s:11:\"field_id_27\";s:1:\"Y\";}}}'),
(0, 0, '', 198, 'da', ''),
(0, 0, '', 198, 'de', ''),
(0, 0, '', 198, 'el', ''),
(0, 0, '', 198, 'en', ''),
(0, 0, '', 198, 'es', ''),
(0, 0, '', 198, 'fr', ''),
(0, 0, '', 198, 'it', ''),
(0, 0, '', 198, 'nl', ''),
(0, 0, '', 198, 'no', ''),
(0, 0, '', 198, 'pt', ''),
(0, 0, '', 198, 'ro', ''),
(0, 0, '', 198, 'ru', ''),
(0, 0, '', 199, 'da', ''),
(0, 0, '', 199, 'de', ''),
(0, 0, '', 199, 'el', ''),
(0, 0, '', 199, 'en', ''),
(0, 0, '', 199, 'es', ''),
(0, 0, '', 199, 'fr', ''),
(0, 0, '', 199, 'it', ''),
(0, 0, '', 199, 'nl', ''),
(0, 0, '', 199, 'no', ''),
(0, 0, '', 199, 'pt', ''),
(0, 0, '', 199, 'ro', ''),
(0, 0, '', 199, 'ru', ''),
(0, 0, '', 200, 'cs', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"19,29\";s:8:\"required\";a:2:{s:11:\"field_id_19\";s:1:\"Y\";s:11:\"field_id_29\";s:1:\"Y\";}}}'),
(0, 0, '', 200, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"19,29\";s:8:\"required\";a:2:{s:11:\"field_id_19\";s:1:\"Y\";s:11:\"field_id_29\";s:1:\"Y\";}}}'),
(0, 0, '', 200, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"19,29\";s:8:\"required\";a:2:{s:11:\"field_id_19\";s:1:\"Y\";s:11:\"field_id_29\";s:1:\"Y\";}}}'),
(0, 0, '', 200, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"19,29\";s:8:\"required\";a:2:{s:11:\"field_id_19\";s:1:\"Y\";s:11:\"field_id_29\";s:1:\"Y\";}}}'),
(0, 0, '', 200, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"19,29\";s:8:\"required\";a:2:{s:11:\"field_id_19\";s:1:\"Y\";s:11:\"field_id_29\";s:1:\"Y\";}}}'),
(0, 0, '', 200, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"19,29\";s:8:\"required\";a:2:{s:11:\"field_id_19\";s:1:\"Y\";s:11:\"field_id_29\";s:1:\"Y\";}}}'),
(0, 0, '', 200, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"19,29\";s:8:\"required\";a:2:{s:11:\"field_id_19\";s:1:\"Y\";s:11:\"field_id_29\";s:1:\"Y\";}}}'),
(0, 0, '', 200, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"19,29\";s:8:\"required\";a:2:{s:11:\"field_id_19\";s:1:\"Y\";s:11:\"field_id_29\";s:1:\"Y\";}}}'),
(0, 0, '', 200, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"19,29\";s:8:\"required\";a:2:{s:11:\"field_id_19\";s:1:\"Y\";s:11:\"field_id_29\";s:1:\"Y\";}}}'),
(0, 0, '', 200, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"19,29\";s:8:\"required\";a:2:{s:11:\"field_id_19\";s:1:\"Y\";s:11:\"field_id_29\";s:1:\"Y\";}}}'),
(0, 0, '', 200, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"19,29\";s:8:\"required\";a:2:{s:11:\"field_id_19\";s:1:\"Y\";s:11:\"field_id_29\";s:1:\"Y\";}}}'),
(0, 0, '', 200, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"19,29\";s:8:\"required\";a:2:{s:11:\"field_id_19\";s:1:\"Y\";s:11:\"field_id_29\";s:1:\"Y\";}}}'),
(0, 0, '', 200, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"19,29\";s:8:\"required\";a:2:{s:11:\"field_id_19\";s:1:\"Y\";s:11:\"field_id_29\";s:1:\"Y\";}}}'),
(0, 0, '', 201, 'cs', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"6,7,9,32\";s:8:\"required\";a:4:{s:10:\"field_id_6\";s:1:\"N\";s:10:\"field_id_7\";s:1:\"N\";s:10:\"field_id_9\";s:1:\"N\";s:11:\"field_id_32\";s:1:\"Y\";}}}'),
(0, 0, '', 201, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"6,7,9,32\";s:8:\"required\";a:4:{s:10:\"field_id_6\";s:1:\"N\";s:10:\"field_id_7\";s:1:\"N\";s:10:\"field_id_9\";s:1:\"N\";s:11:\"field_id_32\";s:1:\"Y\";}}}'),
(0, 0, '', 201, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"6,7,9,32\";s:8:\"required\";a:4:{s:10:\"field_id_6\";s:1:\"N\";s:10:\"field_id_7\";s:1:\"N\";s:10:\"field_id_9\";s:1:\"N\";s:11:\"field_id_32\";s:1:\"Y\";}}}'),
(0, 0, '', 201, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"6,7,9,32\";s:8:\"required\";a:4:{s:10:\"field_id_6\";s:1:\"N\";s:10:\"field_id_7\";s:1:\"N\";s:10:\"field_id_9\";s:1:\"N\";s:11:\"field_id_32\";s:1:\"Y\";}}}'),
(0, 0, '', 201, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"6,7,9,32\";s:8:\"required\";a:4:{s:10:\"field_id_6\";s:1:\"N\";s:10:\"field_id_7\";s:1:\"N\";s:10:\"field_id_9\";s:1:\"N\";s:11:\"field_id_32\";s:1:\"Y\";}}}'),
(0, 0, '', 201, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"6,7,9,32\";s:8:\"required\";a:4:{s:10:\"field_id_6\";s:1:\"N\";s:10:\"field_id_7\";s:1:\"N\";s:10:\"field_id_9\";s:1:\"N\";s:11:\"field_id_32\";s:1:\"Y\";}}}'),
(0, 0, '', 201, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"6,7,9,32\";s:8:\"required\";a:4:{s:10:\"field_id_6\";s:1:\"N\";s:10:\"field_id_7\";s:1:\"N\";s:10:\"field_id_9\";s:1:\"N\";s:11:\"field_id_32\";s:1:\"Y\";}}}'),
(0, 0, '', 201, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"6,7,9,32\";s:8:\"required\";a:4:{s:10:\"field_id_6\";s:1:\"N\";s:10:\"field_id_7\";s:1:\"N\";s:10:\"field_id_9\";s:1:\"N\";s:11:\"field_id_32\";s:1:\"Y\";}}}'),
(0, 0, '', 201, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"6,7,9,32\";s:8:\"required\";a:4:{s:10:\"field_id_6\";s:1:\"N\";s:10:\"field_id_7\";s:1:\"N\";s:10:\"field_id_9\";s:1:\"N\";s:11:\"field_id_32\";s:1:\"Y\";}}}'),
(0, 0, '', 201, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"6,7,9,32\";s:8:\"required\";a:4:{s:10:\"field_id_6\";s:1:\"N\";s:10:\"field_id_7\";s:1:\"N\";s:10:\"field_id_9\";s:1:\"N\";s:11:\"field_id_32\";s:1:\"Y\";}}}'),
(0, 0, '', 201, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"6,7,9,32\";s:8:\"required\";a:4:{s:10:\"field_id_6\";s:1:\"N\";s:10:\"field_id_7\";s:1:\"N\";s:10:\"field_id_9\";s:1:\"N\";s:11:\"field_id_32\";s:1:\"Y\";}}}'),
(0, 0, '', 201, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"6,7,9,32\";s:8:\"required\";a:4:{s:10:\"field_id_6\";s:1:\"N\";s:10:\"field_id_7\";s:1:\"N\";s:10:\"field_id_9\";s:1:\"N\";s:11:\"field_id_32\";s:1:\"Y\";}}}'),
(0, 0, '', 201, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"6,7,9,32\";s:8:\"required\";a:4:{s:10:\"field_id_6\";s:1:\"N\";s:10:\"field_id_7\";s:1:\"N\";s:10:\"field_id_9\";s:1:\"N\";s:11:\"field_id_32\";s:1:\"N\";}}}'),
(0, 0, '', 202, 'da', ''),
(0, 0, '', 202, 'de', ''),
(0, 0, '', 202, 'el', ''),
(0, 0, '', 202, 'en', ''),
(0, 0, '', 202, 'es', ''),
(0, 0, '', 202, 'fr', ''),
(0, 0, '', 202, 'it', ''),
(0, 0, '', 202, 'nl', ''),
(0, 0, '', 202, 'no', ''),
(0, 0, '', 202, 'pt', ''),
(0, 0, '', 202, 'ro', ''),
(0, 0, '', 202, 'ru', ''),
(0, 0, '', 203, 'da', ''),
(0, 0, '', 203, 'de', ''),
(0, 0, '', 203, 'el', ''),
(0, 0, '', 203, 'en', ''),
(0, 0, '', 203, 'es', ''),
(0, 0, '', 203, 'fr', ''),
(0, 0, '', 203, 'it', ''),
(0, 0, '', 203, 'nl', ''),
(0, 0, '', 203, 'no', ''),
(0, 0, '', 203, 'pt', ''),
(0, 0, '', 203, 'ro', ''),
(0, 0, '', 203, 'ru', ''),
(0, 0, '', 204, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:29:\"14,16,18,28,22,24,26,30,51,53\";s:8:\"required\";a:10:{s:11:\"field_id_14\";s:1:\"N\";s:11:\"field_id_16\";s:1:\"N\";s:11:\"field_id_18\";s:1:\"N\";s:11:\"field_id_28\";s:1:\"N\";s:11:\"field_id_22\";s:1:\"N\";s:11:\"field_id_24\";s:1:\"N\";s:11:\"field_id_26\";s:1:\"N\";s:11:\"field_id_30\";s:1:\"N\";s:11:\"field_id_51\";s:1:\"N\";s:11:\"field_id_53\";s:1:\"N\";}}}'),
(0, 0, '', 204, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:29:\"14,16,18,28,22,24,26,30,51,53\";s:8:\"required\";a:10:{s:11:\"field_id_14\";s:1:\"N\";s:11:\"field_id_16\";s:1:\"N\";s:11:\"field_id_18\";s:1:\"N\";s:11:\"field_id_28\";s:1:\"N\";s:11:\"field_id_22\";s:1:\"N\";s:11:\"field_id_24\";s:1:\"N\";s:11:\"field_id_26\";s:1:\"N\";s:11:\"field_id_30\";s:1:\"N\";s:11:\"field_id_51\";s:1:\"N\";s:11:\"field_id_53\";s:1:\"N\";}}}'),
(0, 0, '', 204, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:29:\"14,16,18,28,22,24,26,30,51,53\";s:8:\"required\";a:10:{s:11:\"field_id_14\";s:1:\"N\";s:11:\"field_id_16\";s:1:\"N\";s:11:\"field_id_18\";s:1:\"N\";s:11:\"field_id_28\";s:1:\"N\";s:11:\"field_id_22\";s:1:\"N\";s:11:\"field_id_24\";s:1:\"N\";s:11:\"field_id_26\";s:1:\"N\";s:11:\"field_id_30\";s:1:\"N\";s:11:\"field_id_51\";s:1:\"N\";s:11:\"field_id_53\";s:1:\"N\";}}}'),
(0, 0, '', 204, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:29:\"14,16,18,28,22,24,26,30,51,53\";s:8:\"required\";a:10:{s:11:\"field_id_14\";s:1:\"N\";s:11:\"field_id_16\";s:1:\"N\";s:11:\"field_id_18\";s:1:\"N\";s:11:\"field_id_28\";s:1:\"N\";s:11:\"field_id_22\";s:1:\"N\";s:11:\"field_id_24\";s:1:\"N\";s:11:\"field_id_26\";s:1:\"N\";s:11:\"field_id_30\";s:1:\"N\";s:11:\"field_id_51\";s:1:\"N\";s:11:\"field_id_53\";s:1:\"N\";}}}'),
(0, 0, '', 204, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:29:\"14,16,18,28,22,24,26,30,51,53\";s:8:\"required\";a:10:{s:11:\"field_id_14\";s:1:\"N\";s:11:\"field_id_16\";s:1:\"N\";s:11:\"field_id_18\";s:1:\"N\";s:11:\"field_id_28\";s:1:\"N\";s:11:\"field_id_22\";s:1:\"N\";s:11:\"field_id_24\";s:1:\"N\";s:11:\"field_id_26\";s:1:\"N\";s:11:\"field_id_30\";s:1:\"N\";s:11:\"field_id_51\";s:1:\"N\";s:11:\"field_id_53\";s:1:\"N\";}}}'),
(0, 0, '', 204, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:29:\"14,16,18,28,22,24,26,30,51,53\";s:8:\"required\";a:10:{s:11:\"field_id_14\";s:1:\"N\";s:11:\"field_id_16\";s:1:\"N\";s:11:\"field_id_18\";s:1:\"N\";s:11:\"field_id_28\";s:1:\"N\";s:11:\"field_id_22\";s:1:\"N\";s:11:\"field_id_24\";s:1:\"N\";s:11:\"field_id_26\";s:1:\"N\";s:11:\"field_id_30\";s:1:\"N\";s:11:\"field_id_51\";s:1:\"N\";s:11:\"field_id_53\";s:1:\"N\";}}}'),
(0, 0, '', 204, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:29:\"14,16,18,28,22,24,26,30,51,53\";s:8:\"required\";a:10:{s:11:\"field_id_14\";s:1:\"N\";s:11:\"field_id_16\";s:1:\"N\";s:11:\"field_id_18\";s:1:\"N\";s:11:\"field_id_28\";s:1:\"N\";s:11:\"field_id_22\";s:1:\"N\";s:11:\"field_id_24\";s:1:\"N\";s:11:\"field_id_26\";s:1:\"N\";s:11:\"field_id_30\";s:1:\"N\";s:11:\"field_id_51\";s:1:\"N\";s:11:\"field_id_53\";s:1:\"N\";}}}'),
(0, 0, '', 204, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:29:\"14,16,18,28,22,24,26,30,51,53\";s:8:\"required\";a:10:{s:11:\"field_id_14\";s:1:\"N\";s:11:\"field_id_16\";s:1:\"N\";s:11:\"field_id_18\";s:1:\"N\";s:11:\"field_id_28\";s:1:\"N\";s:11:\"field_id_22\";s:1:\"N\";s:11:\"field_id_24\";s:1:\"N\";s:11:\"field_id_26\";s:1:\"N\";s:11:\"field_id_30\";s:1:\"N\";s:11:\"field_id_51\";s:1:\"N\";s:11:\"field_id_53\";s:1:\"N\";}}}'),
(0, 0, '', 204, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:29:\"14,16,18,28,22,24,26,30,51,53\";s:8:\"required\";a:10:{s:11:\"field_id_14\";s:1:\"N\";s:11:\"field_id_16\";s:1:\"N\";s:11:\"field_id_18\";s:1:\"N\";s:11:\"field_id_28\";s:1:\"N\";s:11:\"field_id_22\";s:1:\"N\";s:11:\"field_id_24\";s:1:\"N\";s:11:\"field_id_26\";s:1:\"N\";s:11:\"field_id_30\";s:1:\"N\";s:11:\"field_id_51\";s:1:\"N\";s:11:\"field_id_53\";s:1:\"N\";}}}'),
(0, 0, '', 204, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:29:\"14,16,18,28,22,24,26,30,51,53\";s:8:\"required\";a:10:{s:11:\"field_id_14\";s:1:\"N\";s:11:\"field_id_16\";s:1:\"N\";s:11:\"field_id_18\";s:1:\"N\";s:11:\"field_id_28\";s:1:\"N\";s:11:\"field_id_22\";s:1:\"N\";s:11:\"field_id_24\";s:1:\"N\";s:11:\"field_id_26\";s:1:\"N\";s:11:\"field_id_30\";s:1:\"N\";s:11:\"field_id_51\";s:1:\"N\";s:11:\"field_id_53\";s:1:\"N\";}}}'),
(0, 0, '', 204, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:29:\"14,16,18,28,22,24,26,30,51,53\";s:8:\"required\";a:10:{s:11:\"field_id_14\";s:1:\"N\";s:11:\"field_id_16\";s:1:\"N\";s:11:\"field_id_18\";s:1:\"N\";s:11:\"field_id_28\";s:1:\"N\";s:11:\"field_id_22\";s:1:\"N\";s:11:\"field_id_24\";s:1:\"N\";s:11:\"field_id_26\";s:1:\"N\";s:11:\"field_id_30\";s:1:\"N\";s:11:\"field_id_51\";s:1:\"N\";s:11:\"field_id_53\";s:1:\"N\";}}}'),
(0, 0, '', 204, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:29:\"14,16,18,28,22,24,26,30,51,53\";s:8:\"required\";a:10:{s:11:\"field_id_14\";s:1:\"N\";s:11:\"field_id_16\";s:1:\"N\";s:11:\"field_id_18\";s:1:\"N\";s:11:\"field_id_28\";s:1:\"N\";s:11:\"field_id_22\";s:1:\"N\";s:11:\"field_id_24\";s:1:\"N\";s:11:\"field_id_26\";s:1:\"N\";s:11:\"field_id_30\";s:1:\"N\";s:11:\"field_id_51\";s:1:\"N\";s:11:\"field_id_53\";s:1:\"N\";}}}'),
(0, 0, '', 205, 'da', ''),
(0, 0, '', 205, 'de', ''),
(0, 0, '', 205, 'el', ''),
(0, 0, '', 205, 'en', ''),
(0, 0, '', 205, 'es', ''),
(0, 0, '', 205, 'fr', ''),
(0, 0, '', 205, 'it', ''),
(0, 0, '', 205, 'nl', ''),
(0, 0, '', 205, 'no', ''),
(0, 0, '', 205, 'pt', ''),
(0, 0, '', 205, 'ro', ''),
(0, 0, '', 205, 'ru', ''),
(0, 0, '', 206, 'da', ''),
(0, 0, '', 206, 'de', ''),
(0, 0, '', 206, 'el', ''),
(0, 0, '', 206, 'en', ''),
(0, 0, '', 206, 'es', ''),
(0, 0, '', 206, 'fr', ''),
(0, 0, '', 206, 'it', ''),
(0, 0, '', 206, 'nl', ''),
(0, 0, '', 206, 'no', ''),
(0, 0, '', 206, 'pt', ''),
(0, 0, '', 206, 'ro', ''),
(0, 0, '', 206, 'ru', ''),
(0, 0, '', 207, 'da', ''),
(0, 0, '', 207, 'de', ''),
(0, 0, '', 207, 'el', ''),
(0, 0, '', 207, 'en', ''),
(0, 0, '', 207, 'es', ''),
(0, 0, '', 207, 'fr', ''),
(0, 0, '', 207, 'it', ''),
(0, 0, '', 207, 'nl', ''),
(0, 0, '', 207, 'no', ''),
(0, 0, '', 207, 'pt', ''),
(0, 0, '', 207, 'ro', ''),
(0, 0, '', 207, 'ru', ''),
(0, 0, '', 208, 'da', ''),
(0, 0, '', 208, 'de', ''),
(0, 0, '', 208, 'el', ''),
(0, 0, '', 208, 'en', ''),
(0, 0, '', 208, 'es', ''),
(0, 0, '', 208, 'fr', ''),
(0, 0, '', 208, 'it', ''),
(0, 0, '', 208, 'nl', ''),
(0, 0, '', 208, 'no', ''),
(0, 0, '', 208, 'pt', ''),
(0, 0, '', 208, 'ro', ''),
(0, 0, '', 208, 'ru', ''),
(0, 0, '', 209, 'da', ''),
(0, 0, '', 209, 'de', ''),
(0, 0, '', 209, 'el', ''),
(0, 0, '', 209, 'en', ''),
(0, 0, '', 209, 'es', ''),
(0, 0, '', 209, 'fr', ''),
(0, 0, '', 209, 'it', ''),
(0, 0, '', 209, 'nl', ''),
(0, 0, '', 209, 'no', ''),
(0, 0, '', 209, 'pt', ''),
(0, 0, '', 209, 'ro', ''),
(0, 0, '', 209, 'ru', ''),
(0, 0, '', 210, 'da', ''),
(0, 0, '', 210, 'de', ''),
(0, 0, '', 210, 'el', ''),
(0, 0, '', 210, 'en', ''),
(0, 0, '', 210, 'es', ''),
(0, 0, '', 210, 'fr', ''),
(0, 0, '', 210, 'it', ''),
(0, 0, '', 210, 'nl', ''),
(0, 0, '', 210, 'no', ''),
(0, 0, '', 210, 'pt', ''),
(0, 0, '', 210, 'ro', ''),
(0, 0, '', 210, 'ru', ''),
(0, 0, '', 211, 'da', ''),
(0, 0, '', 211, 'de', ''),
(0, 0, '', 211, 'el', ''),
(0, 0, '', 211, 'en', ''),
(0, 0, '', 211, 'es', ''),
(0, 0, '', 211, 'fr', ''),
(0, 0, '', 211, 'it', ''),
(0, 0, '', 211, 'nl', ''),
(0, 0, '', 211, 'no', ''),
(0, 0, '', 211, 'pt', ''),
(0, 0, '', 211, 'ro', ''),
(0, 0, '', 211, 'ru', ''),
(0, 0, '', 212, 'da', 'a:1:{s:7:\"content\";s:24:\"<h2> {__(\"stores\")}</h2>\";}'),
(0, 0, '', 212, 'de', 'a:1:{s:7:\"content\";s:24:\"<h2> {__(\"stores\")}</h2>\";}'),
(0, 0, '', 212, 'el', 'a:1:{s:7:\"content\";s:24:\"<h2> {__(\"stores\")}</h2>\";}'),
(0, 0, '', 212, 'en', 'a:1:{s:7:\"content\";s:24:\"<h2> {__(\"stores\")}</h2>\";}'),
(0, 0, '', 212, 'es', 'a:1:{s:7:\"content\";s:24:\"<h2> {__(\"stores\")}</h2>\";}'),
(0, 0, '', 212, 'fr', 'a:1:{s:7:\"content\";s:24:\"<h2> {__(\"stores\")}</h2>\";}'),
(0, 0, '', 212, 'it', 'a:1:{s:7:\"content\";s:24:\"<h2> {__(\"stores\")}</h2>\";}'),
(0, 0, '', 212, 'nl', 'a:1:{s:7:\"content\";s:24:\"<h2> {__(\"stores\")}</h2>\";}'),
(0, 0, '', 212, 'no', 'a:1:{s:7:\"content\";s:24:\"<h2> {__(\"stores\")}</h2>\";}');
INSERT INTO `partiushop_bm_blocks_content` (`snapping_id`, `object_id`, `object_type`, `block_id`, `lang_code`, `content`) VALUES
(0, 0, '', 212, 'pt', 'a:1:{s:7:\"content\";s:24:\"<h2> {__(\"stores\")}</h2>\";}'),
(0, 0, '', 212, 'ro', 'a:1:{s:7:\"content\";s:24:\"<h2> {__(\"stores\")}</h2>\";}'),
(0, 0, '', 212, 'ru', 'a:1:{s:7:\"content\";s:24:\"<h2> {__(\"stores\")}</h2>\";}'),
(0, 0, '', 213, 'da', ''),
(0, 0, '', 213, 'de', ''),
(0, 0, '', 213, 'el', ''),
(0, 0, '', 213, 'en', ''),
(0, 0, '', 213, 'es', ''),
(0, 0, '', 213, 'fr', ''),
(0, 0, '', 213, 'it', ''),
(0, 0, '', 213, 'nl', ''),
(0, 0, '', 213, 'no', ''),
(0, 0, '', 213, 'pt', ''),
(0, 0, '', 213, 'ro', ''),
(0, 0, '', 213, 'ru', ''),
(0, 0, '', 214, 'da', ''),
(0, 0, '', 214, 'de', ''),
(0, 0, '', 214, 'el', ''),
(0, 0, '', 214, 'en', ''),
(0, 0, '', 214, 'es', ''),
(0, 0, '', 214, 'fr', ''),
(0, 0, '', 214, 'it', ''),
(0, 0, '', 214, 'nl', ''),
(0, 0, '', 214, 'no', ''),
(0, 0, '', 214, 'pt', ''),
(0, 0, '', 214, 'ro', ''),
(0, 0, '', 214, 'ru', ''),
(0, 0, '', 215, 'da', ''),
(0, 0, '', 215, 'de', ''),
(0, 0, '', 215, 'el', ''),
(0, 0, '', 215, 'en', ''),
(0, 0, '', 215, 'es', ''),
(0, 0, '', 215, 'fr', ''),
(0, 0, '', 215, 'it', ''),
(0, 0, '', 215, 'nl', ''),
(0, 0, '', 215, 'no', ''),
(0, 0, '', 215, 'pt', ''),
(0, 0, '', 215, 'ro', ''),
(0, 0, '', 215, 'ru', ''),
(0, 0, '', 216, 'da', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 216, 'de', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 216, 'el', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 216, 'en', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 216, 'es', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 216, 'fr', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 216, 'it', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 216, 'nl', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 216, 'no', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 216, 'pt', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 216, 'ro', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 216, 'ru', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 217, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 217, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 217, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 217, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 217, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 217, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 217, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 217, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 217, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 217, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 217, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 217, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 218, 'da', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 218, 'de', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 218, 'el', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 218, 'en', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 218, 'es', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 218, 'fr', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 218, 'it', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 218, 'nl', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 218, 'no', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 218, 'pt', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 218, 'ro', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 218, 'ru', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 219, 'da', 'a:1:{s:7:\"content\";s:206:\"<div class=\"ty-company-info\">\n<h4>Become a vendor</h4>\n<ul>\n<li>Access your personal administrator area</li>\n<li>Use the common storefront to sell your goods</li>\n<li>Get your profit share</li>\n</ul>\n</div>\";}'),
(0, 0, '', 219, 'de', 'a:1:{s:7:\"content\";s:206:\"<div class=\"ty-company-info\">\n<h4>Become a vendor</h4>\n<ul>\n<li>Access your personal administrator area</li>\n<li>Use the common storefront to sell your goods</li>\n<li>Get your profit share</li>\n</ul>\n</div>\";}'),
(0, 0, '', 219, 'el', 'a:1:{s:7:\"content\";s:206:\"<div class=\"ty-company-info\">\n<h4>Become a vendor</h4>\n<ul>\n<li>Access your personal administrator area</li>\n<li>Use the common storefront to sell your goods</li>\n<li>Get your profit share</li>\n</ul>\n</div>\";}'),
(0, 0, '', 219, 'en', 'a:1:{s:7:\"content\";s:206:\"<div class=\"ty-company-info\">\n<h4>Become a vendor</h4>\n<ul>\n<li>Access your personal administrator area</li>\n<li>Use the common storefront to sell your goods</li>\n<li>Get your profit share</li>\n</ul>\n</div>\";}'),
(0, 0, '', 219, 'es', 'a:1:{s:7:\"content\";s:206:\"<div class=\"ty-company-info\">\n<h4>Become a vendor</h4>\n<ul>\n<li>Access your personal administrator area</li>\n<li>Use the common storefront to sell your goods</li>\n<li>Get your profit share</li>\n</ul>\n</div>\";}'),
(0, 0, '', 219, 'fr', 'a:1:{s:7:\"content\";s:206:\"<div class=\"ty-company-info\">\n<h4>Become a vendor</h4>\n<ul>\n<li>Access your personal administrator area</li>\n<li>Use the common storefront to sell your goods</li>\n<li>Get your profit share</li>\n</ul>\n</div>\";}'),
(0, 0, '', 219, 'it', 'a:1:{s:7:\"content\";s:206:\"<div class=\"ty-company-info\">\n<h4>Become a vendor</h4>\n<ul>\n<li>Access your personal administrator area</li>\n<li>Use the common storefront to sell your goods</li>\n<li>Get your profit share</li>\n</ul>\n</div>\";}'),
(0, 0, '', 219, 'nl', 'a:1:{s:7:\"content\";s:206:\"<div class=\"ty-company-info\">\n<h4>Become a vendor</h4>\n<ul>\n<li>Access your personal administrator area</li>\n<li>Use the common storefront to sell your goods</li>\n<li>Get your profit share</li>\n</ul>\n</div>\";}'),
(0, 0, '', 219, 'no', 'a:1:{s:7:\"content\";s:206:\"<div class=\"ty-company-info\">\n<h4>Become a vendor</h4>\n<ul>\n<li>Access your personal administrator area</li>\n<li>Use the common storefront to sell your goods</li>\n<li>Get your profit share</li>\n</ul>\n</div>\";}'),
(0, 0, '', 219, 'pt', 'a:1:{s:7:\"content\";s:63:\"<div class=\"ty-company-info\">\r\n<h4>Become a vendor</h4>\r\n</div>\";}'),
(0, 0, '', 219, 'ro', 'a:1:{s:7:\"content\";s:206:\"<div class=\"ty-company-info\">\n<h4>Become a vendor</h4>\n<ul>\n<li>Access your personal administrator area</li>\n<li>Use the common storefront to sell your goods</li>\n<li>Get your profit share</li>\n</ul>\n</div>\";}'),
(0, 0, '', 219, 'ru', 'a:1:{s:7:\"content\";s:351:\"<div class=\"ty-company-info\">\n<h4>Cтаньте вендором</h4>\n<ul>\n<li>Получите доступ к личной панели администратора</li>\n<li>Используйте общую витрину для продажи своих товаров</li>\n<li>Получайте свою долю прибыли</li>\n</ul>\n</div>\";}'),
(0, 0, '', 220, 'da', ''),
(0, 0, '', 220, 'de', ''),
(0, 0, '', 220, 'el', ''),
(0, 0, '', 220, 'en', ''),
(0, 0, '', 220, 'es', ''),
(0, 0, '', 220, 'fr', ''),
(0, 0, '', 220, 'it', ''),
(0, 0, '', 220, 'nl', ''),
(0, 0, '', 220, 'no', ''),
(0, 0, '', 220, 'pt', ''),
(0, 0, '', 220, 'ro', ''),
(0, 0, '', 220, 'ru', ''),
(0, 0, '', 221, 'da', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 221, 'de', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 221, 'el', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 221, 'en', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 221, 'es', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 221, 'fr', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 221, 'it', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 221, 'nl', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 221, 'no', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 221, 'pt', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 221, 'ro', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 221, 'ru', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:8:\"manually\";}}'),
(0, 0, '', 222, 'da', ''),
(0, 0, '', 222, 'de', ''),
(0, 0, '', 222, 'el', ''),
(0, 0, '', 222, 'en', ''),
(0, 0, '', 222, 'es', ''),
(0, 0, '', 222, 'fr', ''),
(0, 0, '', 222, 'it', ''),
(0, 0, '', 222, 'nl', ''),
(0, 0, '', 222, 'no', ''),
(0, 0, '', 222, 'pt', ''),
(0, 0, '', 222, 'ro', ''),
(0, 0, '', 222, 'ru', ''),
(0, 0, '', 223, 'da', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:17:\"blog.recent_posts\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 223, 'de', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:17:\"blog.recent_posts\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 223, 'el', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:17:\"blog.recent_posts\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 223, 'en', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:17:\"blog.recent_posts\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 223, 'es', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:17:\"blog.recent_posts\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 223, 'fr', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:17:\"blog.recent_posts\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 223, 'it', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:17:\"blog.recent_posts\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 223, 'nl', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:17:\"blog.recent_posts\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 223, 'no', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:17:\"blog.recent_posts\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 223, 'pt', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:17:\"blog.recent_posts\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 223, 'ro', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:17:\"blog.recent_posts\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 223, 'ru', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:17:\"blog.recent_posts\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 224, 'da', ''),
(0, 0, '', 224, 'de', ''),
(0, 0, '', 224, 'el', ''),
(0, 0, '', 224, 'en', ''),
(0, 0, '', 224, 'es', ''),
(0, 0, '', 224, 'fr', ''),
(0, 0, '', 224, 'it', ''),
(0, 0, '', 224, 'nl', ''),
(0, 0, '', 224, 'no', ''),
(0, 0, '', 224, 'pt', ''),
(0, 0, '', 224, 'ro', ''),
(0, 0, '', 224, 'ru', ''),
(0, 0, '', 225, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 225, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 225, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 225, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 225, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 225, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 225, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 225, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 225, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 225, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 225, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 225, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 226, 'da', ''),
(0, 0, '', 226, 'de', ''),
(0, 0, '', 226, 'el', ''),
(0, 0, '', 226, 'en', ''),
(0, 0, '', 226, 'es', ''),
(0, 0, '', 226, 'fr', ''),
(0, 0, '', 226, 'it', ''),
(0, 0, '', 226, 'nl', ''),
(0, 0, '', 226, 'no', ''),
(0, 0, '', 226, 'pt', ''),
(0, 0, '', 226, 'ro', ''),
(0, 0, '', 226, 'ru', ''),
(0, 0, '', 227, 'da', ''),
(0, 0, '', 227, 'de', ''),
(0, 0, '', 227, 'el', ''),
(0, 0, '', 227, 'en', ''),
(0, 0, '', 227, 'es', ''),
(0, 0, '', 227, 'fr', ''),
(0, 0, '', 227, 'it', ''),
(0, 0, '', 227, 'nl', ''),
(0, 0, '', 227, 'no', ''),
(0, 0, '', 227, 'pt', ''),
(0, 0, '', 227, 'ro', ''),
(0, 0, '', 227, 'ru', ''),
(0, 0, '', 228, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:13:\"full_tree_cat\";s:17:\"parent_element_id\";s:1:\"0\";}}'),
(0, 0, '', 228, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:13:\"full_tree_cat\";s:17:\"parent_element_id\";s:1:\"0\";}}'),
(0, 0, '', 228, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:13:\"full_tree_cat\";s:17:\"parent_element_id\";s:1:\"0\";}}'),
(0, 0, '', 228, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:13:\"full_tree_cat\";s:17:\"parent_element_id\";s:1:\"0\";}}'),
(0, 0, '', 228, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:13:\"full_tree_cat\";s:17:\"parent_element_id\";s:1:\"0\";}}'),
(0, 0, '', 228, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:13:\"full_tree_cat\";s:17:\"parent_element_id\";s:1:\"0\";}}'),
(0, 0, '', 228, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:13:\"full_tree_cat\";s:17:\"parent_element_id\";s:1:\"0\";}}'),
(0, 0, '', 228, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:13:\"full_tree_cat\";s:17:\"parent_element_id\";s:1:\"0\";}}'),
(0, 0, '', 228, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:13:\"full_tree_cat\";s:17:\"parent_element_id\";s:1:\"0\";}}'),
(0, 0, '', 228, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:13:\"full_tree_cat\";s:17:\"parent_element_id\";s:1:\"0\";}}'),
(0, 0, '', 228, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:13:\"full_tree_cat\";s:17:\"parent_element_id\";s:1:\"0\";}}'),
(0, 0, '', 228, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:13:\"full_tree_cat\";s:17:\"parent_element_id\";s:1:\"0\";}}'),
(0, 0, '', 229, 'da', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 229, 'de', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 229, 'el', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 229, 'en', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 229, 'es', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 229, 'fr', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 229, 'it', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 229, 'nl', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 229, 'no', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 229, 'pt', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 229, 'ro', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 229, 'ru', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 230, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 230, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 230, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 230, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 230, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 230, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 230, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 230, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 230, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 230, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 230, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 230, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 231, 'da', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 231, 'de', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 231, 'el', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 231, 'en', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 231, 'es', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 231, 'fr', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 231, 'it', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 231, 'nl', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 231, 'no', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 231, 'pt', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 231, 'ro', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 231, 'ru', 'a:1:{s:7:\"content\";s:1128:\"<div class=\"ty-benefits-guarantees clearfix\">\n<ul class=\"ty-benefits-guarantees__list\">\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=6\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-low-price\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Low price</strong> Guarantee</h4>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=5\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-shipping\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> shipping</h4>\n        <p class=\"ty-benefits-guarantees__txt\">Orders $19 and up.</p>\n        </a>\n    </li>\n    <li class=\"ty-benefits-guarantees__item\">\n        <a class=\"ty-benefits-guarantees__a\" href=\"{\"pages.view?page_id=4\"|fn_url}\">\n        <i class=\"ty-benefits-guarantees__icon ty-benefits-free-returns\"></i>\n        <h4 class=\"ty-benefits-guarantees__title\"><strong>Free</strong> returns</h4>\n        </a>\n    </li>\n</ul>\n\n</div>\";}'),
(0, 0, '', 232, 'da', ''),
(0, 0, '', 232, 'de', ''),
(0, 0, '', 232, 'el', ''),
(0, 0, '', 232, 'en', ''),
(0, 0, '', 232, 'es', ''),
(0, 0, '', 232, 'fr', ''),
(0, 0, '', 232, 'it', ''),
(0, 0, '', 232, 'nl', ''),
(0, 0, '', 232, 'no', ''),
(0, 0, '', 232, 'pt', ''),
(0, 0, '', 232, 'ro', ''),
(0, 0, '', 232, 'ru', ''),
(0, 0, '', 233, 'da', ''),
(0, 0, '', 233, 'de', ''),
(0, 0, '', 233, 'el', ''),
(0, 0, '', 233, 'en', ''),
(0, 0, '', 233, 'es', ''),
(0, 0, '', 233, 'fr', ''),
(0, 0, '', 233, 'it', ''),
(0, 0, '', 233, 'nl', ''),
(0, 0, '', 233, 'no', ''),
(0, 0, '', 233, 'pt', ''),
(0, 0, '', 233, 'ro', ''),
(0, 0, '', 233, 'ru', ''),
(0, 0, '', 234, 'da', ''),
(0, 0, '', 234, 'de', ''),
(0, 0, '', 234, 'el', ''),
(0, 0, '', 234, 'en', ''),
(0, 0, '', 234, 'es', ''),
(0, 0, '', 234, 'fr', ''),
(0, 0, '', 234, 'it', ''),
(0, 0, '', 234, 'nl', ''),
(0, 0, '', 234, 'no', ''),
(0, 0, '', 234, 'pt', ''),
(0, 0, '', 234, 'ro', ''),
(0, 0, '', 234, 'ru', ''),
(0, 0, '', 235, 'da', ''),
(0, 0, '', 235, 'de', ''),
(0, 0, '', 235, 'el', ''),
(0, 0, '', 235, 'en', ''),
(0, 0, '', 235, 'es', ''),
(0, 0, '', 235, 'fr', ''),
(0, 0, '', 235, 'it', ''),
(0, 0, '', 235, 'nl', ''),
(0, 0, '', 235, 'no', ''),
(0, 0, '', 235, 'pt', ''),
(0, 0, '', 235, 'ro', ''),
(0, 0, '', 235, 'ru', ''),
(0, 0, '', 236, 'da', 'a:1:{s:4:\"menu\";s:1:\"9\";}'),
(0, 0, '', 236, 'de', 'a:1:{s:4:\"menu\";s:1:\"9\";}'),
(0, 0, '', 236, 'el', 'a:1:{s:4:\"menu\";s:1:\"9\";}'),
(0, 0, '', 236, 'en', 'a:1:{s:4:\"menu\";s:1:\"9\";}'),
(0, 0, '', 236, 'es', 'a:1:{s:4:\"menu\";s:1:\"9\";}'),
(0, 0, '', 236, 'fr', 'a:1:{s:4:\"menu\";s:1:\"9\";}'),
(0, 0, '', 236, 'it', 'a:1:{s:4:\"menu\";s:1:\"9\";}'),
(0, 0, '', 236, 'nl', 'a:1:{s:4:\"menu\";s:1:\"9\";}'),
(0, 0, '', 236, 'no', 'a:1:{s:4:\"menu\";s:1:\"9\";}'),
(0, 0, '', 236, 'pt', 'a:1:{s:4:\"menu\";s:1:\"9\";}'),
(0, 0, '', 236, 'ro', 'a:1:{s:4:\"menu\";s:1:\"9\";}'),
(0, 0, '', 236, 'ru', 'a:1:{s:4:\"menu\";s:1:\"9\";}'),
(0, 0, '', 237, 'da', ''),
(0, 0, '', 237, 'de', ''),
(0, 0, '', 237, 'el', ''),
(0, 0, '', 237, 'en', ''),
(0, 0, '', 237, 'es', ''),
(0, 0, '', 237, 'fr', ''),
(0, 0, '', 237, 'it', ''),
(0, 0, '', 237, 'nl', ''),
(0, 0, '', 237, 'no', ''),
(0, 0, '', 237, 'pt', ''),
(0, 0, '', 237, 'ro', ''),
(0, 0, '', 237, 'ru', ''),
(0, 0, '', 238, 'da', 'a:1:{s:7:\"content\";s:388:\"<div class=\"ut2-pn\">\n<div class=\"ut2-pn__items\">\n<a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone}</a>\n<a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a>\n</div>\n<div class=\"ut2-pn__link\">\n{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n</div>\n</div>\";}'),
(0, 0, '', 238, 'de', 'a:1:{s:7:\"content\";s:388:\"<div class=\"ut2-pn\">\n<div class=\"ut2-pn__items\">\n<a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone}</a>\n<a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a>\n</div>\n<div class=\"ut2-pn__link\">\n{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n</div>\n</div>\";}'),
(0, 0, '', 238, 'el', 'a:1:{s:7:\"content\";s:388:\"<div class=\"ut2-pn\">\n<div class=\"ut2-pn__items\">\n<a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone}</a>\n<a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a>\n</div>\n<div class=\"ut2-pn__link\">\n{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n</div>\n</div>\";}'),
(0, 0, '', 238, 'en', 'a:1:{s:7:\"content\";s:388:\"<div class=\"ut2-pn\">\n<div class=\"ut2-pn__items\">\n<a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone}</a>\n<a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a>\n</div>\n<div class=\"ut2-pn__link\">\n{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n</div>\n</div>\";}'),
(0, 0, '', 238, 'es', 'a:1:{s:7:\"content\";s:388:\"<div class=\"ut2-pn\">\n<div class=\"ut2-pn__items\">\n<a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone}</a>\n<a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a>\n</div>\n<div class=\"ut2-pn__link\">\n{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n</div>\n</div>\";}'),
(0, 0, '', 238, 'fr', 'a:1:{s:7:\"content\";s:388:\"<div class=\"ut2-pn\">\n<div class=\"ut2-pn__items\">\n<a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone}</a>\n<a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a>\n</div>\n<div class=\"ut2-pn__link\">\n{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n</div>\n</div>\";}'),
(0, 0, '', 238, 'it', 'a:1:{s:7:\"content\";s:388:\"<div class=\"ut2-pn\">\n<div class=\"ut2-pn__items\">\n<a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone}</a>\n<a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a>\n</div>\n<div class=\"ut2-pn__link\">\n{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n</div>\n</div>\";}'),
(0, 0, '', 238, 'nl', 'a:1:{s:7:\"content\";s:388:\"<div class=\"ut2-pn\">\n<div class=\"ut2-pn__items\">\n<a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone}</a>\n<a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a>\n</div>\n<div class=\"ut2-pn__link\">\n{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n</div>\n</div>\";}'),
(0, 0, '', 238, 'no', 'a:1:{s:7:\"content\";s:388:\"<div class=\"ut2-pn\">\n<div class=\"ut2-pn__items\">\n<a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone}</a>\n<a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a>\n</div>\n<div class=\"ut2-pn__link\">\n{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n</div>\n</div>\";}'),
(0, 0, '', 238, 'pt', 'a:1:{s:7:\"content\";s:388:\"<div class=\"ut2-pn\">\n<div class=\"ut2-pn__items\">\n<a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone}</a>\n<a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a>\n</div>\n<div class=\"ut2-pn__link\">\n{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n</div>\n</div>\";}'),
(0, 0, '', 238, 'ro', 'a:1:{s:7:\"content\";s:388:\"<div class=\"ut2-pn\">\n<div class=\"ut2-pn__items\">\n<a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone}</a>\n<a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a>\n</div>\n<div class=\"ut2-pn__link\">\n{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n</div>\n</div>\";}'),
(0, 0, '', 238, 'ru', 'a:1:{s:7:\"content\";s:388:\"<div class=\"ut2-pn\">\n<div class=\"ut2-pn__items\">\n<a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone}</a>\n<a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a>\n</div>\n<div class=\"ut2-pn__link\">\n{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n</div>\n</div>\";}'),
(0, 0, '', 239, 'da', 'a:1:{s:7:\"content\";s:336:\"<div class=\"ut2-pn\">\n<div class=\"ut2-pn__items\">\n<a href=\"tel:+88005559595\"><span>+8(800)</span> 555-95-95</a>\n<a href=\"tel:+88008889898\"><span>+8(800)</span> 888-98-98</a>\n</div>\n<div class=\"ut2-pn__link\">\n{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n</div>\n</div>\";}'),
(0, 0, '', 239, 'de', 'a:1:{s:7:\"content\";s:336:\"<div class=\"ut2-pn\">\n<div class=\"ut2-pn__items\">\n<a href=\"tel:+88005559595\"><span>+8(800)</span> 555-95-95</a>\n<a href=\"tel:+88008889898\"><span>+8(800)</span> 888-98-98</a>\n</div>\n<div class=\"ut2-pn__link\">\n{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n</div>\n</div>\";}'),
(0, 0, '', 239, 'el', 'a:1:{s:7:\"content\";s:336:\"<div class=\"ut2-pn\">\n<div class=\"ut2-pn__items\">\n<a href=\"tel:+88005559595\"><span>+8(800)</span> 555-95-95</a>\n<a href=\"tel:+88008889898\"><span>+8(800)</span> 888-98-98</a>\n</div>\n<div class=\"ut2-pn__link\">\n{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n</div>\n</div>\";}'),
(0, 0, '', 239, 'en', 'a:1:{s:7:\"content\";s:336:\"<div class=\"ut2-pn\">\n<div class=\"ut2-pn__items\">\n<a href=\"tel:+88005559595\"><span>+8(800)</span> 555-95-95</a>\n<a href=\"tel:+88008889898\"><span>+8(800)</span> 888-98-98</a>\n</div>\n<div class=\"ut2-pn__link\">\n{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n</div>\n</div>\";}'),
(0, 0, '', 239, 'es', 'a:1:{s:7:\"content\";s:336:\"<div class=\"ut2-pn\">\n<div class=\"ut2-pn__items\">\n<a href=\"tel:+88005559595\"><span>+8(800)</span> 555-95-95</a>\n<a href=\"tel:+88008889898\"><span>+8(800)</span> 888-98-98</a>\n</div>\n<div class=\"ut2-pn__link\">\n{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n</div>\n</div>\";}'),
(0, 0, '', 239, 'fr', 'a:1:{s:7:\"content\";s:336:\"<div class=\"ut2-pn\">\n<div class=\"ut2-pn__items\">\n<a href=\"tel:+88005559595\"><span>+8(800)</span> 555-95-95</a>\n<a href=\"tel:+88008889898\"><span>+8(800)</span> 888-98-98</a>\n</div>\n<div class=\"ut2-pn__link\">\n{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n</div>\n</div>\";}'),
(0, 0, '', 239, 'it', 'a:1:{s:7:\"content\";s:336:\"<div class=\"ut2-pn\">\n<div class=\"ut2-pn__items\">\n<a href=\"tel:+88005559595\"><span>+8(800)</span> 555-95-95</a>\n<a href=\"tel:+88008889898\"><span>+8(800)</span> 888-98-98</a>\n</div>\n<div class=\"ut2-pn__link\">\n{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n</div>\n</div>\";}'),
(0, 0, '', 239, 'nl', 'a:1:{s:7:\"content\";s:336:\"<div class=\"ut2-pn\">\n<div class=\"ut2-pn__items\">\n<a href=\"tel:+88005559595\"><span>+8(800)</span> 555-95-95</a>\n<a href=\"tel:+88008889898\"><span>+8(800)</span> 888-98-98</a>\n</div>\n<div class=\"ut2-pn__link\">\n{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n</div>\n</div>\";}'),
(0, 0, '', 239, 'no', 'a:1:{s:7:\"content\";s:336:\"<div class=\"ut2-pn\">\n<div class=\"ut2-pn__items\">\n<a href=\"tel:+88005559595\"><span>+8(800)</span> 555-95-95</a>\n<a href=\"tel:+88008889898\"><span>+8(800)</span> 888-98-98</a>\n</div>\n<div class=\"ut2-pn__link\">\n{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n</div>\n</div>\";}'),
(0, 0, '', 239, 'pt', 'a:1:{s:7:\"content\";s:336:\"<div class=\"ut2-pn\">\n<div class=\"ut2-pn__items\">\n<a href=\"tel:+88005559595\"><span>+8(800)</span> 555-95-95</a>\n<a href=\"tel:+88008889898\"><span>+8(800)</span> 888-98-98</a>\n</div>\n<div class=\"ut2-pn__link\">\n{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n</div>\n</div>\";}'),
(0, 0, '', 239, 'ro', 'a:1:{s:7:\"content\";s:336:\"<div class=\"ut2-pn\">\n<div class=\"ut2-pn__items\">\n<a href=\"tel:+88005559595\"><span>+8(800)</span> 555-95-95</a>\n<a href=\"tel:+88008889898\"><span>+8(800)</span> 888-98-98</a>\n</div>\n<div class=\"ut2-pn__link\">\n{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n</div>\n</div>\";}'),
(0, 0, '', 239, 'ru', 'a:1:{s:7:\"content\";s:336:\"<div class=\"ut2-pn\">\n<div class=\"ut2-pn__items\">\n<a href=\"tel:+88005559595\"><span>+8(800)</span> 555-95-95</a>\n<a href=\"tel:+88008889898\"><span>+8(800)</span> 888-98-98</a>\n</div>\n<div class=\"ut2-pn__link\">\n{if $addons.call_requests.status == \"A\"}{include file=\"addons/call_requests/blocks/abt__ut2_call_request.tpl\"}{/if}\n</div>\n</div>\";}'),
(0, 0, '', 240, 'da', 'a:1:{s:4:\"menu\";s:1:\"5\";}'),
(0, 0, '', 240, 'de', 'a:1:{s:4:\"menu\";s:1:\"5\";}'),
(0, 0, '', 240, 'el', 'a:1:{s:4:\"menu\";s:1:\"5\";}'),
(0, 0, '', 240, 'en', 'a:1:{s:4:\"menu\";s:1:\"5\";}'),
(0, 0, '', 240, 'es', 'a:1:{s:4:\"menu\";s:1:\"5\";}'),
(0, 0, '', 240, 'fr', 'a:1:{s:4:\"menu\";s:1:\"5\";}'),
(0, 0, '', 240, 'it', 'a:1:{s:4:\"menu\";s:1:\"5\";}'),
(0, 0, '', 240, 'nl', 'a:1:{s:4:\"menu\";s:1:\"5\";}'),
(0, 0, '', 240, 'no', 'a:1:{s:4:\"menu\";s:1:\"5\";}'),
(0, 0, '', 240, 'pt', 'a:1:{s:4:\"menu\";s:1:\"5\";}'),
(0, 0, '', 240, 'ro', 'a:1:{s:4:\"menu\";s:1:\"5\";}'),
(0, 0, '', 240, 'ru', 'a:1:{s:4:\"menu\";s:1:\"5\";}'),
(0, 0, '', 241, 'da', ''),
(0, 0, '', 241, 'de', ''),
(0, 0, '', 241, 'el', ''),
(0, 0, '', 241, 'en', ''),
(0, 0, '', 241, 'es', ''),
(0, 0, '', 241, 'fr', ''),
(0, 0, '', 241, 'it', ''),
(0, 0, '', 241, 'nl', ''),
(0, 0, '', 241, 'no', ''),
(0, 0, '', 241, 'pt', ''),
(0, 0, '', 241, 'ro', ''),
(0, 0, '', 241, 'ru', ''),
(0, 0, '', 242, 'da', ''),
(0, 0, '', 242, 'de', ''),
(0, 0, '', 242, 'el', ''),
(0, 0, '', 242, 'en', ''),
(0, 0, '', 242, 'es', ''),
(0, 0, '', 242, 'fr', ''),
(0, 0, '', 242, 'it', ''),
(0, 0, '', 242, 'nl', ''),
(0, 0, '', 242, 'no', ''),
(0, 0, '', 242, 'pt', ''),
(0, 0, '', 242, 'ro', ''),
(0, 0, '', 242, 'ru', ''),
(0, 0, '', 243, 'da', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 243, 'de', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}');
INSERT INTO `partiushop_bm_blocks_content` (`snapping_id`, `object_id`, `object_type`, `block_id`, `lang_code`, `content`) VALUES
(0, 0, '', 243, 'el', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 243, 'en', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 243, 'es', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 243, 'fr', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 243, 'it', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 243, 'nl', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 243, 'no', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 243, 'pt', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 243, 'ro', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 243, 'ru', 'a:1:{s:7:\"content\";s:690:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">О нас</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Обратная связь</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Подарочные сертификаты</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Торговые марки</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Карта сайта</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Блог</a></li>\n</ul>\";}'),
(0, 0, '', 244, 'da', 'a:1:{s:7:\"content\";s:490:\"\n<ul id=\"customer_service_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n{if $addons.wishlist && $addons.wishlist.status == \'A\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n{/if}\n{if $settings.General.enable_compare_products == \'Y\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n{/if}\n</ul>\";}'),
(0, 0, '', 244, 'de', 'a:1:{s:7:\"content\";s:490:\"\n<ul id=\"customer_service_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n{if $addons.wishlist && $addons.wishlist.status == \'A\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n{/if}\n{if $settings.General.enable_compare_products == \'Y\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n{/if}\n</ul>\";}'),
(0, 0, '', 244, 'el', 'a:1:{s:7:\"content\";s:490:\"\n<ul id=\"customer_service_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n{if $addons.wishlist && $addons.wishlist.status == \'A\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n{/if}\n{if $settings.General.enable_compare_products == \'Y\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n{/if}\n</ul>\";}'),
(0, 0, '', 244, 'en', 'a:1:{s:7:\"content\";s:490:\"\n<ul id=\"customer_service_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n{if $addons.wishlist && $addons.wishlist.status == \'A\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n{/if}\n{if $settings.General.enable_compare_products == \'Y\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n{/if}\n</ul>\";}'),
(0, 0, '', 244, 'es', 'a:1:{s:7:\"content\";s:490:\"\n<ul id=\"customer_service_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n{if $addons.wishlist && $addons.wishlist.status == \'A\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n{/if}\n{if $settings.General.enable_compare_products == \'Y\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n{/if}\n</ul>\";}'),
(0, 0, '', 244, 'fr', 'a:1:{s:7:\"content\";s:490:\"\n<ul id=\"customer_service_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n{if $addons.wishlist && $addons.wishlist.status == \'A\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n{/if}\n{if $settings.General.enable_compare_products == \'Y\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n{/if}\n</ul>\";}'),
(0, 0, '', 244, 'it', 'a:1:{s:7:\"content\";s:490:\"\n<ul id=\"customer_service_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n{if $addons.wishlist && $addons.wishlist.status == \'A\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n{/if}\n{if $settings.General.enable_compare_products == \'Y\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n{/if}\n</ul>\";}'),
(0, 0, '', 244, 'nl', 'a:1:{s:7:\"content\";s:490:\"\n<ul id=\"customer_service_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n{if $addons.wishlist && $addons.wishlist.status == \'A\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n{/if}\n{if $settings.General.enable_compare_products == \'Y\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n{/if}\n</ul>\";}'),
(0, 0, '', 244, 'no', 'a:1:{s:7:\"content\";s:490:\"\n<ul id=\"customer_service_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n{if $addons.wishlist && $addons.wishlist.status == \'A\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n{/if}\n{if $settings.General.enable_compare_products == \'Y\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n{/if}\n</ul>\";}'),
(0, 0, '', 244, 'pt', 'a:1:{s:7:\"content\";s:490:\"\n<ul id=\"customer_service_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n{if $addons.wishlist && $addons.wishlist.status == \'A\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n{/if}\n{if $settings.General.enable_compare_products == \'Y\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n{/if}\n</ul>\";}'),
(0, 0, '', 244, 'ro', 'a:1:{s:7:\"content\";s:490:\"\n<ul id=\"customer_service_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n{if $addons.wishlist && $addons.wishlist.status == \'A\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n{/if}\n{if $settings.General.enable_compare_products == \'Y\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n{/if}\n</ul>\";}'),
(0, 0, '', 244, 'ru', 'a:1:{s:7:\"content\";s:523:\"\n<ul id=\"customer_service_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">Ваши заказы</a></li>\n{if $addons.wishlist && $addons.wishlist.status == \'A\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Отложенные</a></li>\n{/if}\n{if $settings.General.enable_compare_products == \'Y\'}\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Список сравнения</a></li>\n{/if}\n</ul>\";}'),
(0, 0, '', 245, 'da', 'a:1:{s:7:\"content\";s:631:\"<ul>\n<li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n<li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n<li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n<li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n<li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n<li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 245, 'de', 'a:1:{s:7:\"content\";s:631:\"<ul>\n<li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n<li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n<li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n<li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n<li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n<li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 245, 'el', 'a:1:{s:7:\"content\";s:631:\"<ul>\n<li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n<li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n<li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n<li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n<li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n<li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 245, 'en', 'a:1:{s:7:\"content\";s:631:\"<ul>\n<li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n<li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n<li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n<li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n<li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n<li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 245, 'es', 'a:1:{s:7:\"content\";s:631:\"<ul>\n<li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n<li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n<li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n<li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n<li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n<li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 245, 'fr', 'a:1:{s:7:\"content\";s:631:\"<ul>\n<li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n<li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n<li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n<li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n<li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n<li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 245, 'it', 'a:1:{s:7:\"content\";s:631:\"<ul>\n<li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n<li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n<li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n<li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n<li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n<li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 245, 'nl', 'a:1:{s:7:\"content\";s:631:\"<ul>\n<li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n<li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n<li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n<li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n<li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n<li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 245, 'no', 'a:1:{s:7:\"content\";s:631:\"<ul>\n<li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n<li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n<li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n<li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n<li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n<li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 245, 'pt', 'a:1:{s:7:\"content\";s:631:\"<ul>\n<li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n<li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n<li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n<li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n<li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n<li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 245, 'ro', 'a:1:{s:7:\"content\";s:631:\"<ul>\n<li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n<li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n<li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n<li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n<li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n<li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 245, 'ru', 'a:1:{s:7:\"content\";s:652:\"<ul>\n<li>г. {$settings.Company.company_city}, {$settings.Company.company_address}</li>\n<li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (звонок бесплатный)</a></li>\n<li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n<li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n<li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n<li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 246, '', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 246, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 246, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 246, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 246, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 246, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 246, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 246, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 246, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 246, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 246, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 246, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 246, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 247, 'da', 'a:6:{s:4:\"menu\";s:1:\"5\";s:22:\"ab__fn_show_common_btn\";s:1:\"N\";s:22:\"ab__fn_common_btn_text\";s:0:\"\";s:27:\"ab__fn_show_common_btn_link\";s:0:\"\";s:23:\"ab__fn_common_btn_class\";s:0:\"\";s:22:\"ab__fn_common_btn_type\";s:14:\"ab__fn_cbt_btn\";}'),
(0, 0, '', 247, 'de', 'a:6:{s:4:\"menu\";s:1:\"5\";s:22:\"ab__fn_show_common_btn\";s:1:\"N\";s:22:\"ab__fn_common_btn_text\";s:0:\"\";s:27:\"ab__fn_show_common_btn_link\";s:0:\"\";s:23:\"ab__fn_common_btn_class\";s:0:\"\";s:22:\"ab__fn_common_btn_type\";s:14:\"ab__fn_cbt_btn\";}'),
(0, 0, '', 247, 'el', 'a:6:{s:4:\"menu\";s:1:\"5\";s:22:\"ab__fn_show_common_btn\";s:1:\"N\";s:22:\"ab__fn_common_btn_text\";s:0:\"\";s:27:\"ab__fn_show_common_btn_link\";s:0:\"\";s:23:\"ab__fn_common_btn_class\";s:0:\"\";s:22:\"ab__fn_common_btn_type\";s:14:\"ab__fn_cbt_btn\";}'),
(0, 0, '', 247, 'en', 'a:6:{s:4:\"menu\";s:1:\"5\";s:22:\"ab__fn_show_common_btn\";s:1:\"N\";s:22:\"ab__fn_common_btn_text\";s:0:\"\";s:27:\"ab__fn_show_common_btn_link\";s:0:\"\";s:23:\"ab__fn_common_btn_class\";s:0:\"\";s:22:\"ab__fn_common_btn_type\";s:14:\"ab__fn_cbt_btn\";}'),
(0, 0, '', 247, 'es', 'a:6:{s:4:\"menu\";s:1:\"5\";s:22:\"ab__fn_show_common_btn\";s:1:\"N\";s:22:\"ab__fn_common_btn_text\";s:0:\"\";s:27:\"ab__fn_show_common_btn_link\";s:0:\"\";s:23:\"ab__fn_common_btn_class\";s:0:\"\";s:22:\"ab__fn_common_btn_type\";s:14:\"ab__fn_cbt_btn\";}'),
(0, 0, '', 247, 'fr', 'a:6:{s:4:\"menu\";s:1:\"5\";s:22:\"ab__fn_show_common_btn\";s:1:\"N\";s:22:\"ab__fn_common_btn_text\";s:0:\"\";s:27:\"ab__fn_show_common_btn_link\";s:0:\"\";s:23:\"ab__fn_common_btn_class\";s:0:\"\";s:22:\"ab__fn_common_btn_type\";s:14:\"ab__fn_cbt_btn\";}'),
(0, 0, '', 247, 'it', 'a:6:{s:4:\"menu\";s:1:\"5\";s:22:\"ab__fn_show_common_btn\";s:1:\"N\";s:22:\"ab__fn_common_btn_text\";s:0:\"\";s:27:\"ab__fn_show_common_btn_link\";s:0:\"\";s:23:\"ab__fn_common_btn_class\";s:0:\"\";s:22:\"ab__fn_common_btn_type\";s:14:\"ab__fn_cbt_btn\";}'),
(0, 0, '', 247, 'nl', 'a:6:{s:4:\"menu\";s:1:\"5\";s:22:\"ab__fn_show_common_btn\";s:1:\"N\";s:22:\"ab__fn_common_btn_text\";s:0:\"\";s:27:\"ab__fn_show_common_btn_link\";s:0:\"\";s:23:\"ab__fn_common_btn_class\";s:0:\"\";s:22:\"ab__fn_common_btn_type\";s:14:\"ab__fn_cbt_btn\";}'),
(0, 0, '', 247, 'no', 'a:6:{s:4:\"menu\";s:1:\"5\";s:22:\"ab__fn_show_common_btn\";s:1:\"N\";s:22:\"ab__fn_common_btn_text\";s:0:\"\";s:27:\"ab__fn_show_common_btn_link\";s:0:\"\";s:23:\"ab__fn_common_btn_class\";s:0:\"\";s:22:\"ab__fn_common_btn_type\";s:14:\"ab__fn_cbt_btn\";}'),
(0, 0, '', 247, 'pt', 'a:6:{s:4:\"menu\";s:1:\"5\";s:22:\"ab__fn_show_common_btn\";s:1:\"N\";s:22:\"ab__fn_common_btn_text\";s:0:\"\";s:27:\"ab__fn_show_common_btn_link\";s:0:\"\";s:23:\"ab__fn_common_btn_class\";s:0:\"\";s:22:\"ab__fn_common_btn_type\";s:14:\"ab__fn_cbt_btn\";}'),
(0, 0, '', 247, 'ro', 'a:6:{s:4:\"menu\";s:1:\"5\";s:22:\"ab__fn_show_common_btn\";s:1:\"N\";s:22:\"ab__fn_common_btn_text\";s:0:\"\";s:27:\"ab__fn_show_common_btn_link\";s:0:\"\";s:23:\"ab__fn_common_btn_class\";s:0:\"\";s:22:\"ab__fn_common_btn_type\";s:14:\"ab__fn_cbt_btn\";}'),
(0, 0, '', 247, 'ru', 'a:6:{s:4:\"menu\";s:1:\"7\";s:22:\"ab__fn_show_common_btn\";s:1:\"N\";s:22:\"ab__fn_common_btn_text\";s:0:\"\";s:27:\"ab__fn_show_common_btn_link\";s:0:\"\";s:23:\"ab__fn_common_btn_class\";s:0:\"\";s:22:\"ab__fn_common_btn_type\";s:14:\"ab__fn_cbt_btn\";}'),
(0, 0, '', 248, 'da', ''),
(0, 0, '', 248, 'de', ''),
(0, 0, '', 248, 'el', ''),
(0, 0, '', 248, 'en', ''),
(0, 0, '', 248, 'es', ''),
(0, 0, '', 248, 'fr', ''),
(0, 0, '', 248, 'it', ''),
(0, 0, '', 248, 'nl', ''),
(0, 0, '', 248, 'no', ''),
(0, 0, '', 248, 'pt', ''),
(0, 0, '', 248, 'ro', ''),
(0, 0, '', 248, 'ru', ''),
(0, 0, '', 249, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:11:\"bestsellers\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 249, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:11:\"bestsellers\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 249, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:11:\"bestsellers\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 249, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:11:\"bestsellers\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 249, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:11:\"bestsellers\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 249, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:11:\"bestsellers\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 249, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:11:\"bestsellers\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 249, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:11:\"bestsellers\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 249, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:11:\"bestsellers\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 249, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:11:\"bestsellers\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 249, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:11:\"bestsellers\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 249, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:11:\"bestsellers\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 250, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 250, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 250, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 250, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 250, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 250, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 250, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 250, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 250, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 250, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 250, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 250, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 251, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 251, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 251, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 251, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 251, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 251, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 251, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 251, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 251, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 251, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 251, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 251, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"16\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 252, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"20,21\";}}'),
(0, 0, '', 252, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"20,21\";}}'),
(0, 0, '', 252, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"20,21\";}}'),
(0, 0, '', 252, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"20,21\";}}'),
(0, 0, '', 252, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"20,21\";}}'),
(0, 0, '', 252, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"20,21\";}}'),
(0, 0, '', 252, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"20,21\";}}'),
(0, 0, '', 252, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"20,21\";}}'),
(0, 0, '', 252, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"20,21\";}}'),
(0, 0, '', 252, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"20,21\";}}'),
(0, 0, '', 252, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"20,21\";}}'),
(0, 0, '', 252, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"20,21\";}}'),
(0, 0, '', 253, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"22,23\";}}'),
(0, 0, '', 253, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"22,23\";}}'),
(0, 0, '', 253, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"22,23\";}}'),
(0, 0, '', 253, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"22,23\";}}'),
(0, 0, '', 253, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"22,23\";}}'),
(0, 0, '', 253, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"22,23\";}}'),
(0, 0, '', 253, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"22,23\";}}'),
(0, 0, '', 253, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"22,23\";}}'),
(0, 0, '', 253, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"22,23\";}}'),
(0, 0, '', 253, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"22,23\";}}'),
(0, 0, '', 253, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"22,23\";}}'),
(0, 0, '', 253, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"22,23\";}}'),
(0, 0, '', 254, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"24\";}}'),
(0, 0, '', 254, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"24\";}}'),
(0, 0, '', 254, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"24\";}}'),
(0, 0, '', 254, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"24\";}}'),
(0, 0, '', 254, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"24\";}}'),
(0, 0, '', 254, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"24\";}}'),
(0, 0, '', 254, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"24\";}}'),
(0, 0, '', 254, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"24\";}}'),
(0, 0, '', 254, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"24\";}}'),
(0, 0, '', 254, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"24\";}}'),
(0, 0, '', 254, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"24\";}}'),
(0, 0, '', 254, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"24\";}}'),
(0, 0, '', 255, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"25\";}}'),
(0, 0, '', 255, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"25\";}}'),
(0, 0, '', 255, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"25\";}}'),
(0, 0, '', 255, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"25\";}}'),
(0, 0, '', 255, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"25\";}}'),
(0, 0, '', 255, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"25\";}}'),
(0, 0, '', 255, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"25\";}}'),
(0, 0, '', 255, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"25\";}}'),
(0, 0, '', 255, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"25\";}}'),
(0, 0, '', 255, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"25\";}}'),
(0, 0, '', 255, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"25\";}}'),
(0, 0, '', 255, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"25\";}}'),
(0, 0, '', 256, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"26,27\";}}'),
(0, 0, '', 256, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"26,27\";}}'),
(0, 0, '', 256, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"26,27\";}}'),
(0, 0, '', 256, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"26,27\";}}'),
(0, 0, '', 256, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"26,27\";}}'),
(0, 0, '', 256, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"26,27\";}}'),
(0, 0, '', 256, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"26,27\";}}'),
(0, 0, '', 256, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"26,27\";}}'),
(0, 0, '', 256, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"26,27\";}}'),
(0, 0, '', 256, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"26,27\";}}'),
(0, 0, '', 256, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"26,27\";}}'),
(0, 0, '', 256, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"26,27\";}}'),
(0, 0, '', 257, 'da', 'a:1:{s:9:\"promotion\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"10\";}}'),
(0, 0, '', 257, 'de', 'a:1:{s:9:\"promotion\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"10\";}}'),
(0, 0, '', 257, 'el', 'a:1:{s:9:\"promotion\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"10\";}}'),
(0, 0, '', 257, 'en', 'a:1:{s:9:\"promotion\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"10\";}}'),
(0, 0, '', 257, 'es', 'a:1:{s:9:\"promotion\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"10\";}}'),
(0, 0, '', 257, 'fr', 'a:1:{s:9:\"promotion\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"10\";}}'),
(0, 0, '', 257, 'it', 'a:1:{s:9:\"promotion\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"10\";}}'),
(0, 0, '', 257, 'nl', 'a:1:{s:9:\"promotion\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"10\";}}'),
(0, 0, '', 257, 'no', 'a:1:{s:9:\"promotion\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"10\";}}'),
(0, 0, '', 257, 'pt', 'a:1:{s:9:\"promotion\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"10\";}}'),
(0, 0, '', 257, 'ro', 'a:1:{s:9:\"promotion\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"10\";}}'),
(0, 0, '', 257, 'ru', 'a:1:{s:9:\"promotion\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"10\";}}'),
(0, 0, '', 258, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:39:\"4490,4514,4515,4517,4518,4584,4585,4669\";}}'),
(0, 0, '', 258, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:39:\"4490,4514,4515,4517,4518,4584,4585,4669\";}}'),
(0, 0, '', 258, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:39:\"4490,4514,4515,4517,4518,4584,4585,4669\";}}'),
(0, 0, '', 258, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:39:\"4490,4514,4515,4517,4518,4584,4585,4669\";}}'),
(0, 0, '', 258, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:39:\"4490,4514,4515,4517,4518,4584,4585,4669\";}}'),
(0, 0, '', 258, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:39:\"4490,4514,4515,4517,4518,4584,4585,4669\";}}'),
(0, 0, '', 258, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:39:\"4490,4514,4515,4517,4518,4584,4585,4669\";}}'),
(0, 0, '', 258, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:39:\"4490,4514,4515,4517,4518,4584,4585,4669\";}}'),
(0, 0, '', 258, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:39:\"4490,4514,4515,4517,4518,4584,4585,4669\";}}'),
(0, 0, '', 258, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:39:\"4490,4514,4515,4517,4518,4584,4585,4669\";}}'),
(0, 0, '', 258, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:39:\"4490,4514,4515,4517,4518,4584,4585,4669\";}}'),
(0, 0, '', 258, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:39:\"4490,4514,4515,4517,4518,4584,4585,4669\";}}'),
(0, 0, '', 259, 'da', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 259, 'de', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 259, 'el', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 259, 'en', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 259, 'es', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 259, 'fr', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 259, 'it', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 259, 'nl', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 259, 'no', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 259, 'pt', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 259, 'ro', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 259, 'ru', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 260, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 260, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 260, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 260, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 260, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 260, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 260, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 260, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 260, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 260, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 260, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 260, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 261, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 261, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 261, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 261, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 261, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 261, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 261, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 261, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 261, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 261, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 261, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 261, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 262, 'da', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 262, 'de', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 262, 'el', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 262, 'en', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 262, 'es', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 262, 'fr', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 262, 'it', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 262, 'nl', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 262, 'no', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 262, 'pt', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 262, 'ro', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 262, 'ru', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 263, 'da', ''),
(0, 0, '', 263, 'de', ''),
(0, 0, '', 263, 'el', ''),
(0, 0, '', 263, 'en', ''),
(0, 0, '', 263, 'es', ''),
(0, 0, '', 263, 'fr', ''),
(0, 0, '', 263, 'it', ''),
(0, 0, '', 263, 'nl', ''),
(0, 0, '', 263, 'no', ''),
(0, 0, '', 263, 'pt', ''),
(0, 0, '', 263, 'ro', ''),
(0, 0, '', 263, 'ru', '');
INSERT INTO `partiushop_bm_blocks_content` (`snapping_id`, `object_id`, `object_type`, `block_id`, `lang_code`, `content`) VALUES
(0, 0, '', 264, 'da', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 264, 'de', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 264, 'el', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 264, 'en', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 264, 'es', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 264, 'fr', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 264, 'it', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 264, 'nl', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 264, 'no', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 264, 'pt', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 264, 'ro', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 264, 'ru', 'a:1:{s:7:\"content\";s:979:\"<p>Сайт, торгующий товарами в Интернете. Позволяет пользователям сформировать заказ на покупку, выбрать способ оплаты и доставки заказа в сети Интернет. Выбрав необходимые товары или услуги, пользователь обычно имеет возможность тут же на сайте выбрать метод оплаты и доставки.</p><p>Основное отличие Интернет-магазина от традиционного — в типе торговой площадки. Обычному магазину нужен торговый зал, витрины, ценники, а также продавцы, кассиры и опытные консультанты, у онлайн-магазина же вся инфраструктура реализована программно.</p>\";}'),
(0, 0, '', 265, 'da', ''),
(0, 0, '', 265, 'de', ''),
(0, 0, '', 265, 'el', ''),
(0, 0, '', 265, 'en', ''),
(0, 0, '', 265, 'es', ''),
(0, 0, '', 265, 'fr', ''),
(0, 0, '', 265, 'it', ''),
(0, 0, '', 265, 'nl', ''),
(0, 0, '', 265, 'no', ''),
(0, 0, '', 265, 'pt', ''),
(0, 0, '', 265, 'ro', ''),
(0, 0, '', 265, 'ru', ''),
(0, 0, '', 266, 'da', 'a:1:{s:7:\"content\";s:826:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n<div class=\"ut2-social-links\">\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n</div>\";}'),
(0, 0, '', 266, 'de', 'a:1:{s:7:\"content\";s:826:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n<div class=\"ut2-social-links\">\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n</div>\";}'),
(0, 0, '', 266, 'el', 'a:1:{s:7:\"content\";s:826:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n<div class=\"ut2-social-links\">\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n</div>\";}'),
(0, 0, '', 266, 'en', 'a:1:{s:7:\"content\";s:826:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n<div class=\"ut2-social-links\">\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n</div>\";}'),
(0, 0, '', 266, 'es', 'a:1:{s:7:\"content\";s:826:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n<div class=\"ut2-social-links\">\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n</div>\";}'),
(0, 0, '', 266, 'fr', 'a:1:{s:7:\"content\";s:826:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n<div class=\"ut2-social-links\">\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n</div>\";}'),
(0, 0, '', 266, 'it', 'a:1:{s:7:\"content\";s:826:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n<div class=\"ut2-social-links\">\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n</div>\";}'),
(0, 0, '', 266, 'nl', 'a:1:{s:7:\"content\";s:826:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n<div class=\"ut2-social-links\">\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n</div>\";}'),
(0, 0, '', 266, 'no', 'a:1:{s:7:\"content\";s:826:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n<div class=\"ut2-social-links\">\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n</div>\";}'),
(0, 0, '', 266, 'pt', 'a:1:{s:7:\"content\";s:837:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\r\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\r\n<div class=\"ut2-social-links\">\r\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\r\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\r\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\r\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\r\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\r\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\r\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\r\n</div>\r\n</div>\";}'),
(0, 0, '', 266, 'ro', 'a:1:{s:7:\"content\";s:826:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n<div class=\"ut2-social-links\">\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n</div>\";}'),
(0, 0, '', 266, 'ru', 'a:1:{s:7:\"content\";s:878:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Вступайте к нам в группу<br>и узнавайте первыми все акции и предложения!</div>\n<div class=\"ut2-social-links\">\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n<a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n</div>\";}'),
(0, 0, '', 267, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"29\";}}'),
(0, 0, '', 267, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"29\";}}'),
(0, 0, '', 267, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"29\";}}'),
(0, 0, '', 267, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"29\";}}'),
(0, 0, '', 267, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"29\";}}'),
(0, 0, '', 267, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"29\";}}'),
(0, 0, '', 267, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"29\";}}'),
(0, 0, '', 267, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"29\";}}'),
(0, 0, '', 267, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"29\";}}'),
(0, 0, '', 267, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"29\";}}'),
(0, 0, '', 267, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"29\";}}'),
(0, 0, '', 267, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"29\";}}'),
(0, 0, '', 268, 'da', ''),
(0, 0, '', 268, 'de', ''),
(0, 0, '', 268, 'el', ''),
(0, 0, '', 268, 'en', ''),
(0, 0, '', 268, 'es', ''),
(0, 0, '', 268, 'fr', ''),
(0, 0, '', 268, 'it', ''),
(0, 0, '', 268, 'nl', ''),
(0, 0, '', 268, 'no', ''),
(0, 0, '', 268, 'pt', ''),
(0, 0, '', 268, 'ro', ''),
(0, 0, '', 268, 'ru', ''),
(0, 0, '', 269, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 269, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 269, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 269, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 269, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 269, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 269, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 269, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 269, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 269, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 269, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 269, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 270, 'da', 'a:1:{s:7:\"content\";s:876:\"<div class=\"row-fluid benefits\">\n<div class=\"span5 benefit delivery\">\n<i class=\"ut2-icon-outline-local_shipping\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n<p>Our company makes delivery all over the country</p>\n</div>\n</div><div class=\"span6 benefit warranty\">\n<i class=\"ut2-icon-outline-verified_user\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n<p>We offer only those goods, in which quality we are sure</p>\n</div>\n</div><div class=\"span5 benefit exchange\">\n<i class=\"ut2-icon-outline-archive\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n<p>You have 30 days to test your purchase</p>\n</div>\n</div>\n</div>\";}'),
(0, 0, '', 270, 'de', 'a:1:{s:7:\"content\";s:876:\"<div class=\"row-fluid benefits\">\n<div class=\"span5 benefit delivery\">\n<i class=\"ut2-icon-outline-local_shipping\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n<p>Our company makes delivery all over the country</p>\n</div>\n</div><div class=\"span6 benefit warranty\">\n<i class=\"ut2-icon-outline-verified_user\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n<p>We offer only those goods, in which quality we are sure</p>\n</div>\n</div><div class=\"span5 benefit exchange\">\n<i class=\"ut2-icon-outline-archive\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n<p>You have 30 days to test your purchase</p>\n</div>\n</div>\n</div>\";}'),
(0, 0, '', 270, 'el', 'a:1:{s:7:\"content\";s:876:\"<div class=\"row-fluid benefits\">\n<div class=\"span5 benefit delivery\">\n<i class=\"ut2-icon-outline-local_shipping\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n<p>Our company makes delivery all over the country</p>\n</div>\n</div><div class=\"span6 benefit warranty\">\n<i class=\"ut2-icon-outline-verified_user\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n<p>We offer only those goods, in which quality we are sure</p>\n</div>\n</div><div class=\"span5 benefit exchange\">\n<i class=\"ut2-icon-outline-archive\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n<p>You have 30 days to test your purchase</p>\n</div>\n</div>\n</div>\";}'),
(0, 0, '', 270, 'en', 'a:1:{s:7:\"content\";s:876:\"<div class=\"row-fluid benefits\">\n<div class=\"span5 benefit delivery\">\n<i class=\"ut2-icon-outline-local_shipping\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n<p>Our company makes delivery all over the country</p>\n</div>\n</div><div class=\"span6 benefit warranty\">\n<i class=\"ut2-icon-outline-verified_user\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n<p>We offer only those goods, in which quality we are sure</p>\n</div>\n</div><div class=\"span5 benefit exchange\">\n<i class=\"ut2-icon-outline-archive\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n<p>You have 30 days to test your purchase</p>\n</div>\n</div>\n</div>\";}'),
(0, 0, '', 270, 'es', 'a:1:{s:7:\"content\";s:876:\"<div class=\"row-fluid benefits\">\n<div class=\"span5 benefit delivery\">\n<i class=\"ut2-icon-outline-local_shipping\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n<p>Our company makes delivery all over the country</p>\n</div>\n</div><div class=\"span6 benefit warranty\">\n<i class=\"ut2-icon-outline-verified_user\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n<p>We offer only those goods, in which quality we are sure</p>\n</div>\n</div><div class=\"span5 benefit exchange\">\n<i class=\"ut2-icon-outline-archive\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n<p>You have 30 days to test your purchase</p>\n</div>\n</div>\n</div>\";}'),
(0, 0, '', 270, 'fr', 'a:1:{s:7:\"content\";s:876:\"<div class=\"row-fluid benefits\">\n<div class=\"span5 benefit delivery\">\n<i class=\"ut2-icon-outline-local_shipping\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n<p>Our company makes delivery all over the country</p>\n</div>\n</div><div class=\"span6 benefit warranty\">\n<i class=\"ut2-icon-outline-verified_user\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n<p>We offer only those goods, in which quality we are sure</p>\n</div>\n</div><div class=\"span5 benefit exchange\">\n<i class=\"ut2-icon-outline-archive\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n<p>You have 30 days to test your purchase</p>\n</div>\n</div>\n</div>\";}'),
(0, 0, '', 270, 'it', 'a:1:{s:7:\"content\";s:876:\"<div class=\"row-fluid benefits\">\n<div class=\"span5 benefit delivery\">\n<i class=\"ut2-icon-outline-local_shipping\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n<p>Our company makes delivery all over the country</p>\n</div>\n</div><div class=\"span6 benefit warranty\">\n<i class=\"ut2-icon-outline-verified_user\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n<p>We offer only those goods, in which quality we are sure</p>\n</div>\n</div><div class=\"span5 benefit exchange\">\n<i class=\"ut2-icon-outline-archive\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n<p>You have 30 days to test your purchase</p>\n</div>\n</div>\n</div>\";}'),
(0, 0, '', 270, 'nl', 'a:1:{s:7:\"content\";s:876:\"<div class=\"row-fluid benefits\">\n<div class=\"span5 benefit delivery\">\n<i class=\"ut2-icon-outline-local_shipping\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n<p>Our company makes delivery all over the country</p>\n</div>\n</div><div class=\"span6 benefit warranty\">\n<i class=\"ut2-icon-outline-verified_user\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n<p>We offer only those goods, in which quality we are sure</p>\n</div>\n</div><div class=\"span5 benefit exchange\">\n<i class=\"ut2-icon-outline-archive\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n<p>You have 30 days to test your purchase</p>\n</div>\n</div>\n</div>\";}'),
(0, 0, '', 270, 'no', 'a:1:{s:7:\"content\";s:876:\"<div class=\"row-fluid benefits\">\n<div class=\"span5 benefit delivery\">\n<i class=\"ut2-icon-outline-local_shipping\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n<p>Our company makes delivery all over the country</p>\n</div>\n</div><div class=\"span6 benefit warranty\">\n<i class=\"ut2-icon-outline-verified_user\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n<p>We offer only those goods, in which quality we are sure</p>\n</div>\n</div><div class=\"span5 benefit exchange\">\n<i class=\"ut2-icon-outline-archive\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n<p>You have 30 days to test your purchase</p>\n</div>\n</div>\n</div>\";}'),
(0, 0, '', 270, 'pt', 'a:1:{s:7:\"content\";s:896:\"<div class=\"row-fluid benefits\">\r\n<div class=\"span5 benefit delivery\">\r\n<i class=\"ut2-icon-outline-local_shipping\"></i>\r\n<div class=\"content\">\r\n<header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\r\n<p>Our company makes delivery all over the country</p>\r\n</div>\r\n</div><div class=\"span6 benefit warranty\">\r\n<i class=\"ut2-icon-outline-verified_user\"></i>\r\n<div class=\"content\">\r\n<header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\r\n<p>We offer only those goods, in which quality we are sure</p>\r\n</div>\r\n</div><div class=\"span5 benefit exchange\">\r\n<i class=\"ut2-icon-outline-archive\"></i>\r\n<div class=\"content\">\r\n<header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\r\n<p>You have 30 days to test your purchase</p>\r\n</div>\r\n</div>\r\n</div>\";}'),
(0, 0, '', 270, 'ro', 'a:1:{s:7:\"content\";s:876:\"<div class=\"row-fluid benefits\">\n<div class=\"span5 benefit delivery\">\n<i class=\"ut2-icon-outline-local_shipping\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n<p>Our company makes delivery all over the country</p>\n</div>\n</div><div class=\"span6 benefit warranty\">\n<i class=\"ut2-icon-outline-verified_user\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n<p>We offer only those goods, in which quality we are sure</p>\n</div>\n</div><div class=\"span5 benefit exchange\">\n<i class=\"ut2-icon-outline-archive\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n<p>You have 30 days to test your purchase</p>\n</div>\n</div>\n</div>\";}'),
(0, 0, '', 270, 'ru', 'a:1:{s:7:\"content\";s:1203:\"<div class=\"row-fluid benefits\">\n<div class=\"span5 benefit delivery\">\n<i class=\"ut2-icon-outline-local_shipping\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Быстро и качественно доставляем</a></header>\n<p>Наша компания производит доставку по всей России и ближнему зарубежью</p>\n</div>\n</div><div class=\"span6 benefit warranty\">\n<i class=\"ut2-icon-outline-verified_user\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Гарантия качества и сервисное обслуживание</a></header>\n<p>Мы предлагаем только те товары, в качестве которых мы уверены</p>\n</div>\n</div><div class=\"span5 benefit exchange\">\n<i class=\"ut2-icon-outline-archive\"></i>\n<div class=\"content\">\n<header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Возврат товара в течение 30 дней</a></header>\n<p>У вас есть 30 дней, для того чтобы протестировать вашу покупку</p>\n</div>\n</div>\n</div>\";}'),
(0, 0, '', 271, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"28\";}}'),
(0, 0, '', 271, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"28\";}}'),
(0, 0, '', 271, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"28\";}}'),
(0, 0, '', 271, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"28\";}}'),
(0, 0, '', 271, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"28\";}}'),
(0, 0, '', 271, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"28\";}}'),
(0, 0, '', 271, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"28\";}}'),
(0, 0, '', 271, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"28\";}}'),
(0, 0, '', 271, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"28\";}}'),
(0, 0, '', 271, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"28\";}}'),
(0, 0, '', 271, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"28\";}}'),
(0, 0, '', 271, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:2:\"28\";}}'),
(0, 0, '', 272, 'da', ''),
(0, 0, '', 272, 'de', ''),
(0, 0, '', 272, 'el', ''),
(0, 0, '', 272, 'en', ''),
(0, 0, '', 272, 'es', ''),
(0, 0, '', 272, 'fr', ''),
(0, 0, '', 272, 'it', ''),
(0, 0, '', 272, 'nl', ''),
(0, 0, '', 272, 'no', ''),
(0, 0, '', 272, 'pt', ''),
(0, 0, '', 272, 'ro', ''),
(0, 0, '', 272, 'ru', ''),
(0, 0, '', 273, 'da', ''),
(0, 0, '', 273, 'de', ''),
(0, 0, '', 273, 'el', ''),
(0, 0, '', 273, 'en', ''),
(0, 0, '', 273, 'es', ''),
(0, 0, '', 273, 'fr', ''),
(0, 0, '', 273, 'it', ''),
(0, 0, '', 273, 'nl', ''),
(0, 0, '', 273, 'no', ''),
(0, 0, '', 273, 'pt', ''),
(0, 0, '', 273, 'ro', ''),
(0, 0, '', 273, 'ru', ''),
(0, 0, '', 274, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 274, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 274, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 274, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 274, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 274, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 274, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 274, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 274, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 274, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 274, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 274, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 275, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 275, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 275, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 275, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 275, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 275, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 275, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 275, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 275, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 275, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 275, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 275, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 276, 'da', ''),
(0, 0, '', 276, 'de', ''),
(0, 0, '', 276, 'el', ''),
(0, 0, '', 276, 'en', ''),
(0, 0, '', 276, 'es', ''),
(0, 0, '', 276, 'fr', ''),
(0, 0, '', 276, 'it', ''),
(0, 0, '', 276, 'nl', ''),
(0, 0, '', 276, 'no', ''),
(0, 0, '', 276, 'pt', ''),
(0, 0, '', 276, 'ro', ''),
(0, 0, '', 276, 'ru', ''),
(0, 0, '', 277, 'da', ''),
(0, 0, '', 277, 'de', ''),
(0, 0, '', 277, 'el', ''),
(0, 0, '', 277, 'en', ''),
(0, 0, '', 277, 'es', ''),
(0, 0, '', 277, 'fr', ''),
(0, 0, '', 277, 'it', ''),
(0, 0, '', 277, 'nl', ''),
(0, 0, '', 277, 'no', ''),
(0, 0, '', 277, 'pt', ''),
(0, 0, '', 277, 'ro', ''),
(0, 0, '', 277, 'ru', ''),
(0, 0, '', 278, 'da', ''),
(0, 0, '', 278, 'de', ''),
(0, 0, '', 278, 'el', ''),
(0, 0, '', 278, 'en', ''),
(0, 0, '', 278, 'es', ''),
(0, 0, '', 278, 'fr', ''),
(0, 0, '', 278, 'it', ''),
(0, 0, '', 278, 'nl', ''),
(0, 0, '', 278, 'no', ''),
(0, 0, '', 278, 'pt', ''),
(0, 0, '', 278, 'ro', ''),
(0, 0, '', 278, 'ru', ''),
(0, 0, '', 279, 'da', ''),
(0, 0, '', 279, 'de', ''),
(0, 0, '', 279, 'el', ''),
(0, 0, '', 279, 'en', ''),
(0, 0, '', 279, 'es', ''),
(0, 0, '', 279, 'fr', ''),
(0, 0, '', 279, 'it', ''),
(0, 0, '', 279, 'nl', ''),
(0, 0, '', 279, 'no', ''),
(0, 0, '', 279, 'pt', ''),
(0, 0, '', 279, 'ro', ''),
(0, 0, '', 279, 'ru', ''),
(0, 0, '', 280, 'da', ''),
(0, 0, '', 280, 'de', ''),
(0, 0, '', 280, 'el', ''),
(0, 0, '', 280, 'en', ''),
(0, 0, '', 280, 'es', ''),
(0, 0, '', 280, 'fr', ''),
(0, 0, '', 280, 'it', ''),
(0, 0, '', 280, 'nl', ''),
(0, 0, '', 280, 'no', ''),
(0, 0, '', 280, 'pt', ''),
(0, 0, '', 280, 'ro', ''),
(0, 0, '', 280, 'ru', ''),
(0, 0, '', 281, 'da', ''),
(0, 0, '', 281, 'de', ''),
(0, 0, '', 281, 'el', ''),
(0, 0, '', 281, 'en', ''),
(0, 0, '', 281, 'es', ''),
(0, 0, '', 281, 'fr', ''),
(0, 0, '', 281, 'it', ''),
(0, 0, '', 281, 'nl', ''),
(0, 0, '', 281, 'no', ''),
(0, 0, '', 281, 'pt', ''),
(0, 0, '', 281, 'ro', ''),
(0, 0, '', 281, 'ru', ''),
(0, 0, '', 282, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:19:\"223,184,274,276,238\";}}'),
(0, 0, '', 282, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:19:\"223,184,274,276,238\";}}'),
(0, 0, '', 282, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:19:\"223,184,274,276,238\";}}'),
(0, 0, '', 282, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:19:\"223,184,274,276,238\";}}'),
(0, 0, '', 282, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:19:\"223,184,274,276,238\";}}'),
(0, 0, '', 282, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:19:\"223,184,274,276,238\";}}'),
(0, 0, '', 282, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:19:\"223,184,274,276,238\";}}'),
(0, 0, '', 282, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:19:\"223,184,274,276,238\";}}'),
(0, 0, '', 282, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:19:\"223,184,274,276,238\";}}'),
(0, 0, '', 282, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:19:\"223,184,274,276,238\";}}'),
(0, 0, '', 282, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:19:\"223,184,274,276,238\";}}'),
(0, 0, '', 282, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:19:\"223,184,274,276,238\";}}'),
(0, 0, '', 283, 'da', ''),
(0, 0, '', 283, 'de', ''),
(0, 0, '', 283, 'el', ''),
(0, 0, '', 283, 'en', ''),
(0, 0, '', 283, 'es', ''),
(0, 0, '', 283, 'fr', ''),
(0, 0, '', 283, 'it', ''),
(0, 0, '', 283, 'nl', ''),
(0, 0, '', 283, 'no', ''),
(0, 0, '', 283, 'pt', ''),
(0, 0, '', 283, 'ro', ''),
(0, 0, '', 283, 'ru', ''),
(0, 0, '', 284, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 284, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 284, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 284, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 284, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 284, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 284, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 284, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 284, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 284, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 284, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 284, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 285, 'da', ''),
(0, 0, '', 285, 'de', ''),
(0, 0, '', 285, 'el', ''),
(0, 0, '', 285, 'en', ''),
(0, 0, '', 285, 'es', ''),
(0, 0, '', 285, 'fr', ''),
(0, 0, '', 285, 'it', ''),
(0, 0, '', 285, 'nl', ''),
(0, 0, '', 285, 'no', ''),
(0, 0, '', 285, 'pt', ''),
(0, 0, '', 285, 'ro', ''),
(0, 0, '', 285, 'ru', ''),
(0, 0, '', 286, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 286, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 286, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 286, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 286, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 286, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 286, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 286, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 286, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 286, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 286, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 286, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 287, 'da', ''),
(0, 0, '', 287, 'de', ''),
(0, 0, '', 287, 'el', ''),
(0, 0, '', 287, 'en', ''),
(0, 0, '', 287, 'es', ''),
(0, 0, '', 287, 'fr', ''),
(0, 0, '', 287, 'it', ''),
(0, 0, '', 287, 'nl', ''),
(0, 0, '', 287, 'no', ''),
(0, 0, '', 287, 'pt', ''),
(0, 0, '', 287, 'ro', ''),
(0, 0, '', 287, 'ru', ''),
(0, 0, '', 288, 'da', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 288, 'de', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 288, 'el', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 288, 'en', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 288, 'es', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 288, 'fr', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 288, 'it', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 288, 'nl', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 288, 'no', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 288, 'pt', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 288, 'ro', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 288, 'ru', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 289, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 289, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 289, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 289, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 289, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 289, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 289, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 289, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 289, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 289, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 289, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 289, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 290, 'da', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 290, 'de', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 290, 'el', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 290, 'en', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 290, 'es', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 290, 'fr', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 290, 'it', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 290, 'nl', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 290, 'no', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 290, 'pt', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 290, 'ro', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 290, 'ru', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 291, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 291, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 291, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 291, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}');
INSERT INTO `partiushop_bm_blocks_content` (`snapping_id`, `object_id`, `object_type`, `block_id`, `lang_code`, `content`) VALUES
(0, 0, '', 291, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 291, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 291, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 291, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 291, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 291, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 291, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 291, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 292, 'da', ''),
(0, 0, '', 292, 'de', ''),
(0, 0, '', 292, 'el', ''),
(0, 0, '', 292, 'en', ''),
(0, 0, '', 292, 'es', ''),
(0, 0, '', 292, 'fr', ''),
(0, 0, '', 292, 'it', ''),
(0, 0, '', 292, 'nl', ''),
(0, 0, '', 292, 'no', ''),
(0, 0, '', 292, 'pt', ''),
(0, 0, '', 292, 'ro', ''),
(0, 0, '', 292, 'ru', ''),
(0, 0, '', 293, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"32,31,30\";}}'),
(0, 0, '', 293, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"32,31,30\";}}'),
(0, 0, '', 293, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"32,31,30\";}}'),
(0, 0, '', 293, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"32,31,30\";}}'),
(0, 0, '', 293, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"32,31,30\";}}'),
(0, 0, '', 293, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"32,31,30\";}}'),
(0, 0, '', 293, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"32,31,30\";}}'),
(0, 0, '', 293, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"32,31,30\";}}'),
(0, 0, '', 293, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"32,31,30\";}}'),
(0, 0, '', 293, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"32,31,30\";}}'),
(0, 0, '', 293, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"32,31,30\";}}'),
(0, 0, '', 293, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"32,31,30\";}}'),
(0, 0, '', 294, 'da', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 294, 'de', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 294, 'el', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 294, 'en', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 294, 'es', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 294, 'fr', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 294, 'it', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 294, 'nl', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 294, 'no', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 294, 'pt', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 294, 'ro', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 294, 'ru', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 295, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 295, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 295, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 295, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 295, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 295, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 295, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 295, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 295, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 295, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 295, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 295, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 296, 'da', ''),
(0, 0, '', 296, 'de', ''),
(0, 0, '', 296, 'el', ''),
(0, 0, '', 296, 'en', ''),
(0, 0, '', 296, 'es', ''),
(0, 0, '', 296, 'fr', ''),
(0, 0, '', 296, 'it', ''),
(0, 0, '', 296, 'nl', ''),
(0, 0, '', 296, 'no', ''),
(0, 0, '', 296, 'pt', ''),
(0, 0, '', 296, 'ro', ''),
(0, 0, '', 296, 'ru', ''),
(0, 0, '', 297, 'da', 'a:1:{s:7:\"content\";s:261:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=15\"|fn_url}\">Vendor terms & conditions</a></li>\n</ul>\";}'),
(0, 0, '', 297, 'de', 'a:1:{s:7:\"content\";s:261:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=15\"|fn_url}\">Vendor terms & conditions</a></li>\n</ul>\";}'),
(0, 0, '', 297, 'el', 'a:1:{s:7:\"content\";s:261:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=15\"|fn_url}\">Vendor terms & conditions</a></li>\n</ul>\";}'),
(0, 0, '', 297, 'en', 'a:1:{s:7:\"content\";s:261:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=15\"|fn_url}\">Vendor terms & conditions</a></li>\n</ul>\";}'),
(0, 0, '', 297, 'es', 'a:1:{s:7:\"content\";s:261:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=15\"|fn_url}\">Vendor terms & conditions</a></li>\n</ul>\";}'),
(0, 0, '', 297, 'fr', 'a:1:{s:7:\"content\";s:261:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=15\"|fn_url}\">Vendor terms & conditions</a></li>\n</ul>\";}'),
(0, 0, '', 297, 'it', 'a:1:{s:7:\"content\";s:261:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=15\"|fn_url}\">Vendor terms & conditions</a></li>\n</ul>\";}'),
(0, 0, '', 297, 'nl', 'a:1:{s:7:\"content\";s:261:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=15\"|fn_url}\">Vendor terms & conditions</a></li>\n</ul>\";}'),
(0, 0, '', 297, 'no', 'a:1:{s:7:\"content\";s:261:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=15\"|fn_url}\">Vendor terms & conditions</a></li>\n</ul>\";}'),
(0, 0, '', 297, 'pt', 'a:1:{s:7:\"content\";s:261:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=15\"|fn_url}\">Vendor terms & conditions</a></li>\n</ul>\";}'),
(0, 0, '', 297, 'ro', 'a:1:{s:7:\"content\";s:261:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=15\"|fn_url}\">Vendor terms & conditions</a></li>\n</ul>\";}'),
(0, 0, '', 297, 'ru', 'a:1:{s:7:\"content\";s:324:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Получить учетную запись продавца</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=15\"|fn_url}\">Права и обязанности продавца</a></li>\n</ul>\";}'),
(0, 0, '', 298, 'da', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 298, 'de', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 298, 'el', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 298, 'en', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 298, 'es', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 298, 'fr', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 298, 'it', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 298, 'nl', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 298, 'no', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 298, 'pt', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 298, 'ro', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 298, 'ru', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"6\";}}'),
(0, 0, '', 299, 'da', ''),
(0, 0, '', 299, 'de', ''),
(0, 0, '', 299, 'el', ''),
(0, 0, '', 299, 'en', ''),
(0, 0, '', 299, 'es', ''),
(0, 0, '', 299, 'fr', ''),
(0, 0, '', 299, 'it', ''),
(0, 0, '', 299, 'nl', ''),
(0, 0, '', 299, 'no', ''),
(0, 0, '', 299, 'pt', ''),
(0, 0, '', 299, 'ro', ''),
(0, 0, '', 299, 'ru', ''),
(0, 0, '', 300, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:1:\"7\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 300, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:1:\"7\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 300, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:1:\"7\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 300, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:1:\"7\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 300, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:1:\"7\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 300, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:1:\"7\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 300, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:1:\"7\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 300, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:1:\"7\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 300, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:1:\"7\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 300, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:1:\"7\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 300, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:1:\"7\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 300, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:1:\"7\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 301, 'da', ''),
(0, 0, '', 301, 'de', ''),
(0, 0, '', 301, 'el', ''),
(0, 0, '', 301, 'en', ''),
(0, 0, '', 301, 'es', ''),
(0, 0, '', 301, 'fr', ''),
(0, 0, '', 301, 'it', ''),
(0, 0, '', 301, 'nl', ''),
(0, 0, '', 301, 'no', ''),
(0, 0, '', 301, 'pt', ''),
(0, 0, '', 301, 'ro', ''),
(0, 0, '', 301, 'ru', ''),
(0, 0, '', 302, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"7\";}}'),
(0, 0, '', 302, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"7\";}}'),
(0, 0, '', 302, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"7\";}}'),
(0, 0, '', 302, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"7\";}}'),
(0, 0, '', 302, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"7\";}}'),
(0, 0, '', 302, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"7\";}}'),
(0, 0, '', 302, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"7\";}}'),
(0, 0, '', 302, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"7\";}}'),
(0, 0, '', 302, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"7\";}}'),
(0, 0, '', 302, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"7\";}}'),
(0, 0, '', 302, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"7\";}}'),
(0, 0, '', 302, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"7\";}}'),
(0, 0, '', 303, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"8\";}}'),
(0, 0, '', 303, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"8\";}}'),
(0, 0, '', 303, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"8\";}}'),
(0, 0, '', 303, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"8\";}}'),
(0, 0, '', 303, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"8\";}}'),
(0, 0, '', 303, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"8\";}}'),
(0, 0, '', 303, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"8\";}}'),
(0, 0, '', 303, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"8\";}}'),
(0, 0, '', 303, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"8\";}}'),
(0, 0, '', 303, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"8\";}}'),
(0, 0, '', 303, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"8\";}}'),
(0, 0, '', 303, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"8\";}}'),
(0, 0, '', 304, 'da', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:24:\"apply_for_vendor_account\";}}'),
(0, 0, '', 304, 'de', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:24:\"apply_for_vendor_account\";}}'),
(0, 0, '', 304, 'el', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:24:\"apply_for_vendor_account\";}}'),
(0, 0, '', 304, 'en', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:24:\"apply_for_vendor_account\";}}'),
(0, 0, '', 304, 'es', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:24:\"apply_for_vendor_account\";}}'),
(0, 0, '', 304, 'fr', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:24:\"apply_for_vendor_account\";}}'),
(0, 0, '', 304, 'it', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:24:\"apply_for_vendor_account\";}}'),
(0, 0, '', 304, 'nl', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:24:\"apply_for_vendor_account\";}}'),
(0, 0, '', 304, 'no', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:24:\"apply_for_vendor_account\";}}'),
(0, 0, '', 304, 'pt', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:24:\"apply_for_vendor_account\";}}'),
(0, 0, '', 304, 'ro', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:24:\"apply_for_vendor_account\";}}'),
(0, 0, '', 304, 'ru', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:24:\"apply_for_vendor_account\";}}'),
(0, 0, '', 305, 'da', ''),
(0, 0, '', 305, 'de', ''),
(0, 0, '', 305, 'el', ''),
(0, 0, '', 305, 'en', ''),
(0, 0, '', 305, 'es', ''),
(0, 0, '', 305, 'fr', ''),
(0, 0, '', 305, 'it', ''),
(0, 0, '', 305, 'nl', ''),
(0, 0, '', 305, 'no', ''),
(0, 0, '', 305, 'pt', ''),
(0, 0, '', 305, 'ro', ''),
(0, 0, '', 305, 'ru', ''),
(0, 0, '', 306, 'da', 'a:1:{s:7:\"content\";s:23:\"#Partiu.Shop com você!\";}'),
(0, 0, '', 306, 'de', 'a:1:{s:7:\"content\";s:23:\"#Partiu.Shop com você!\";}'),
(0, 0, '', 306, 'el', 'a:1:{s:7:\"content\";s:23:\"#Partiu.Shop com você!\";}'),
(0, 0, '', 306, 'en', 'a:1:{s:7:\"content\";s:23:\"#Partiu.Shop com você!\";}'),
(0, 0, '', 306, 'es', 'a:1:{s:7:\"content\";s:23:\"#Partiu.Shop com você!\";}'),
(0, 0, '', 306, 'fr', 'a:1:{s:7:\"content\";s:23:\"#Partiu.Shop com você!\";}'),
(0, 0, '', 306, 'it', 'a:1:{s:7:\"content\";s:23:\"#Partiu.Shop com você!\";}'),
(0, 0, '', 306, 'nl', 'a:1:{s:7:\"content\";s:23:\"#Partiu.Shop com você!\";}'),
(0, 0, '', 306, 'no', 'a:1:{s:7:\"content\";s:23:\"#Partiu.Shop com você!\";}'),
(0, 0, '', 306, 'pt', 'a:1:{s:7:\"content\";s:23:\"#Partiu.Shop com você!\";}'),
(0, 0, '', 306, 'ro', 'a:1:{s:7:\"content\";s:23:\"#Partiu.Shop com você!\";}'),
(0, 0, '', 306, 'ru', 'a:1:{s:7:\"content\";s:23:\"#Partiu.Shop com você!\";}'),
(0, 0, '', 307, 'da', 'a:1:{s:7:\"content\";s:30:\"<p>#Partiu.Shop com você!</p>\";}'),
(0, 0, '', 307, 'de', 'a:1:{s:7:\"content\";s:30:\"<p>#Partiu.Shop com você!</p>\";}'),
(0, 0, '', 307, 'el', 'a:1:{s:7:\"content\";s:30:\"<p>#Partiu.Shop com você!</p>\";}'),
(0, 0, '', 307, 'en', 'a:1:{s:7:\"content\";s:30:\"<p>#Partiu.Shop com você!</p>\";}'),
(0, 0, '', 307, 'es', 'a:1:{s:7:\"content\";s:30:\"<p>#Partiu.Shop com você!</p>\";}'),
(0, 0, '', 307, 'fr', 'a:1:{s:7:\"content\";s:30:\"<p>#Partiu.Shop com você!</p>\";}'),
(0, 0, '', 307, 'it', 'a:1:{s:7:\"content\";s:30:\"<p>#Partiu.Shop com você!</p>\";}'),
(0, 0, '', 307, 'nl', 'a:1:{s:7:\"content\";s:30:\"<p>#Partiu.Shop com você!</p>\";}'),
(0, 0, '', 307, 'no', 'a:1:{s:7:\"content\";s:30:\"<p>#Partiu.Shop com você!</p>\";}'),
(0, 0, '', 307, 'pt', 'a:1:{s:7:\"content\";s:180:\"<p style=\"font-family:\'diodrum\', arial, sans-serif; font-size:14pt\" class=\"text-center\"><strong><span style=\"color: rgb(255, 255, 255);\">#Partiu.Shop com você!</span></strong></p>\";}'),
(0, 0, '', 307, 'ro', 'a:1:{s:7:\"content\";s:30:\"<p>#Partiu.Shop com você!</p>\";}'),
(0, 0, '', 307, 'ru', 'a:1:{s:7:\"content\";s:30:\"<p>#Partiu.Shop com você!</p>\";}'),
(0, 0, '', 308, 'da', 'a:1:{s:7:\"content\";s:1175:\"<p><!-- Start of LiveChat (www.livechatinc.com) code --></p><p>&lt;script&gt;</p><p>&nbsp; &nbsp; window.__lc = window.__lc || {};</p><p>&nbsp; &nbsp; window.__lc.license = 11961765;</p><p>&nbsp; &nbsp; ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:\"2.0\",on:function(){i([\"on\",c.call(arguments)])},once:function(){i([\"once\",c.call(arguments)])},off:function(){i([\"off\",c.call(arguments)])},get:function(){if(!e._h)throw new Error(\"[LiveChatWidget] You can\'t use getters before load.\");return i([\"get\",c.call(arguments)])},call:function(){i([\"call\",c.call(arguments)])},init:function(){var n=t.createElement(\"script\");n.async=!0,n.type=\"text/javascript\",n.src=\"https://cdn.livechatinc.com/tracking.js\",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))</p><p>&lt;/script&gt;</p><p><noscript><a href=\"https://www.livechatinc.com/chat-with/11961765/\" rel=\"nofollow\">Chat with us</a>, powered by <a href=\"https://www.livechatinc.com/?welcome\" rel=\"noopener nofollow\" target=\"_blank\">LiveChat</a></noscript></p><p>&lt;!-- End of LiveChat code --&gt;</p><p></p>\";}'),
(0, 0, '', 308, 'de', 'a:1:{s:7:\"content\";s:1175:\"<p><!-- Start of LiveChat (www.livechatinc.com) code --></p><p>&lt;script&gt;</p><p>&nbsp; &nbsp; window.__lc = window.__lc || {};</p><p>&nbsp; &nbsp; window.__lc.license = 11961765;</p><p>&nbsp; &nbsp; ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:\"2.0\",on:function(){i([\"on\",c.call(arguments)])},once:function(){i([\"once\",c.call(arguments)])},off:function(){i([\"off\",c.call(arguments)])},get:function(){if(!e._h)throw new Error(\"[LiveChatWidget] You can\'t use getters before load.\");return i([\"get\",c.call(arguments)])},call:function(){i([\"call\",c.call(arguments)])},init:function(){var n=t.createElement(\"script\");n.async=!0,n.type=\"text/javascript\",n.src=\"https://cdn.livechatinc.com/tracking.js\",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))</p><p>&lt;/script&gt;</p><p><noscript><a href=\"https://www.livechatinc.com/chat-with/11961765/\" rel=\"nofollow\">Chat with us</a>, powered by <a href=\"https://www.livechatinc.com/?welcome\" rel=\"noopener nofollow\" target=\"_blank\">LiveChat</a></noscript></p><p>&lt;!-- End of LiveChat code --&gt;</p><p></p>\";}'),
(0, 0, '', 308, 'el', 'a:1:{s:7:\"content\";s:1175:\"<p><!-- Start of LiveChat (www.livechatinc.com) code --></p><p>&lt;script&gt;</p><p>&nbsp; &nbsp; window.__lc = window.__lc || {};</p><p>&nbsp; &nbsp; window.__lc.license = 11961765;</p><p>&nbsp; &nbsp; ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:\"2.0\",on:function(){i([\"on\",c.call(arguments)])},once:function(){i([\"once\",c.call(arguments)])},off:function(){i([\"off\",c.call(arguments)])},get:function(){if(!e._h)throw new Error(\"[LiveChatWidget] You can\'t use getters before load.\");return i([\"get\",c.call(arguments)])},call:function(){i([\"call\",c.call(arguments)])},init:function(){var n=t.createElement(\"script\");n.async=!0,n.type=\"text/javascript\",n.src=\"https://cdn.livechatinc.com/tracking.js\",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))</p><p>&lt;/script&gt;</p><p><noscript><a href=\"https://www.livechatinc.com/chat-with/11961765/\" rel=\"nofollow\">Chat with us</a>, powered by <a href=\"https://www.livechatinc.com/?welcome\" rel=\"noopener nofollow\" target=\"_blank\">LiveChat</a></noscript></p><p>&lt;!-- End of LiveChat code --&gt;</p><p></p>\";}'),
(0, 0, '', 308, 'en', 'a:1:{s:7:\"content\";s:1175:\"<p><!-- Start of LiveChat (www.livechatinc.com) code --></p><p>&lt;script&gt;</p><p>&nbsp; &nbsp; window.__lc = window.__lc || {};</p><p>&nbsp; &nbsp; window.__lc.license = 11961765;</p><p>&nbsp; &nbsp; ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:\"2.0\",on:function(){i([\"on\",c.call(arguments)])},once:function(){i([\"once\",c.call(arguments)])},off:function(){i([\"off\",c.call(arguments)])},get:function(){if(!e._h)throw new Error(\"[LiveChatWidget] You can\'t use getters before load.\");return i([\"get\",c.call(arguments)])},call:function(){i([\"call\",c.call(arguments)])},init:function(){var n=t.createElement(\"script\");n.async=!0,n.type=\"text/javascript\",n.src=\"https://cdn.livechatinc.com/tracking.js\",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))</p><p>&lt;/script&gt;</p><p><noscript><a href=\"https://www.livechatinc.com/chat-with/11961765/\" rel=\"nofollow\">Chat with us</a>, powered by <a href=\"https://www.livechatinc.com/?welcome\" rel=\"noopener nofollow\" target=\"_blank\">LiveChat</a></noscript></p><p>&lt;!-- End of LiveChat code --&gt;</p><p></p>\";}'),
(0, 0, '', 308, 'es', 'a:1:{s:7:\"content\";s:1175:\"<p><!-- Start of LiveChat (www.livechatinc.com) code --></p><p>&lt;script&gt;</p><p>&nbsp; &nbsp; window.__lc = window.__lc || {};</p><p>&nbsp; &nbsp; window.__lc.license = 11961765;</p><p>&nbsp; &nbsp; ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:\"2.0\",on:function(){i([\"on\",c.call(arguments)])},once:function(){i([\"once\",c.call(arguments)])},off:function(){i([\"off\",c.call(arguments)])},get:function(){if(!e._h)throw new Error(\"[LiveChatWidget] You can\'t use getters before load.\");return i([\"get\",c.call(arguments)])},call:function(){i([\"call\",c.call(arguments)])},init:function(){var n=t.createElement(\"script\");n.async=!0,n.type=\"text/javascript\",n.src=\"https://cdn.livechatinc.com/tracking.js\",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))</p><p>&lt;/script&gt;</p><p><noscript><a href=\"https://www.livechatinc.com/chat-with/11961765/\" rel=\"nofollow\">Chat with us</a>, powered by <a href=\"https://www.livechatinc.com/?welcome\" rel=\"noopener nofollow\" target=\"_blank\">LiveChat</a></noscript></p><p>&lt;!-- End of LiveChat code --&gt;</p><p></p>\";}'),
(0, 0, '', 308, 'fr', 'a:1:{s:7:\"content\";s:1175:\"<p><!-- Start of LiveChat (www.livechatinc.com) code --></p><p>&lt;script&gt;</p><p>&nbsp; &nbsp; window.__lc = window.__lc || {};</p><p>&nbsp; &nbsp; window.__lc.license = 11961765;</p><p>&nbsp; &nbsp; ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:\"2.0\",on:function(){i([\"on\",c.call(arguments)])},once:function(){i([\"once\",c.call(arguments)])},off:function(){i([\"off\",c.call(arguments)])},get:function(){if(!e._h)throw new Error(\"[LiveChatWidget] You can\'t use getters before load.\");return i([\"get\",c.call(arguments)])},call:function(){i([\"call\",c.call(arguments)])},init:function(){var n=t.createElement(\"script\");n.async=!0,n.type=\"text/javascript\",n.src=\"https://cdn.livechatinc.com/tracking.js\",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))</p><p>&lt;/script&gt;</p><p><noscript><a href=\"https://www.livechatinc.com/chat-with/11961765/\" rel=\"nofollow\">Chat with us</a>, powered by <a href=\"https://www.livechatinc.com/?welcome\" rel=\"noopener nofollow\" target=\"_blank\">LiveChat</a></noscript></p><p>&lt;!-- End of LiveChat code --&gt;</p><p></p>\";}'),
(0, 0, '', 308, 'it', 'a:1:{s:7:\"content\";s:1175:\"<p><!-- Start of LiveChat (www.livechatinc.com) code --></p><p>&lt;script&gt;</p><p>&nbsp; &nbsp; window.__lc = window.__lc || {};</p><p>&nbsp; &nbsp; window.__lc.license = 11961765;</p><p>&nbsp; &nbsp; ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:\"2.0\",on:function(){i([\"on\",c.call(arguments)])},once:function(){i([\"once\",c.call(arguments)])},off:function(){i([\"off\",c.call(arguments)])},get:function(){if(!e._h)throw new Error(\"[LiveChatWidget] You can\'t use getters before load.\");return i([\"get\",c.call(arguments)])},call:function(){i([\"call\",c.call(arguments)])},init:function(){var n=t.createElement(\"script\");n.async=!0,n.type=\"text/javascript\",n.src=\"https://cdn.livechatinc.com/tracking.js\",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))</p><p>&lt;/script&gt;</p><p><noscript><a href=\"https://www.livechatinc.com/chat-with/11961765/\" rel=\"nofollow\">Chat with us</a>, powered by <a href=\"https://www.livechatinc.com/?welcome\" rel=\"noopener nofollow\" target=\"_blank\">LiveChat</a></noscript></p><p>&lt;!-- End of LiveChat code --&gt;</p><p></p>\";}'),
(0, 0, '', 308, 'nl', 'a:1:{s:7:\"content\";s:1175:\"<p><!-- Start of LiveChat (www.livechatinc.com) code --></p><p>&lt;script&gt;</p><p>&nbsp; &nbsp; window.__lc = window.__lc || {};</p><p>&nbsp; &nbsp; window.__lc.license = 11961765;</p><p>&nbsp; &nbsp; ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:\"2.0\",on:function(){i([\"on\",c.call(arguments)])},once:function(){i([\"once\",c.call(arguments)])},off:function(){i([\"off\",c.call(arguments)])},get:function(){if(!e._h)throw new Error(\"[LiveChatWidget] You can\'t use getters before load.\");return i([\"get\",c.call(arguments)])},call:function(){i([\"call\",c.call(arguments)])},init:function(){var n=t.createElement(\"script\");n.async=!0,n.type=\"text/javascript\",n.src=\"https://cdn.livechatinc.com/tracking.js\",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))</p><p>&lt;/script&gt;</p><p><noscript><a href=\"https://www.livechatinc.com/chat-with/11961765/\" rel=\"nofollow\">Chat with us</a>, powered by <a href=\"https://www.livechatinc.com/?welcome\" rel=\"noopener nofollow\" target=\"_blank\">LiveChat</a></noscript></p><p>&lt;!-- End of LiveChat code --&gt;</p><p></p>\";}'),
(0, 0, '', 308, 'no', 'a:1:{s:7:\"content\";s:1175:\"<p><!-- Start of LiveChat (www.livechatinc.com) code --></p><p>&lt;script&gt;</p><p>&nbsp; &nbsp; window.__lc = window.__lc || {};</p><p>&nbsp; &nbsp; window.__lc.license = 11961765;</p><p>&nbsp; &nbsp; ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:\"2.0\",on:function(){i([\"on\",c.call(arguments)])},once:function(){i([\"once\",c.call(arguments)])},off:function(){i([\"off\",c.call(arguments)])},get:function(){if(!e._h)throw new Error(\"[LiveChatWidget] You can\'t use getters before load.\");return i([\"get\",c.call(arguments)])},call:function(){i([\"call\",c.call(arguments)])},init:function(){var n=t.createElement(\"script\");n.async=!0,n.type=\"text/javascript\",n.src=\"https://cdn.livechatinc.com/tracking.js\",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))</p><p>&lt;/script&gt;</p><p><noscript><a href=\"https://www.livechatinc.com/chat-with/11961765/\" rel=\"nofollow\">Chat with us</a>, powered by <a href=\"https://www.livechatinc.com/?welcome\" rel=\"noopener nofollow\" target=\"_blank\">LiveChat</a></noscript></p><p>&lt;!-- End of LiveChat code --&gt;</p><p></p>\";}'),
(0, 0, '', 308, 'pt', 'a:1:{s:7:\"content\";s:871:\"<p><!-- Start of LiveChat (www.livechatinc.com) code --></p>\r\n<script>\r\n\r\n    window.__lc = window.__lc || {};\r\n\r\n    window.__lc.license = 11961765;\r\n\r\n    ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:\"2.0\",on:function(){i([\"on\",c.call(arguments)])},once:function(){i([\"once\",c.call(arguments)])},off:function(){i([\"off\",c.call(arguments)])},get:function(){if(!e._h)throw new Error(\"[LiveChatWidget] You can\'t use getters before load.\");return i([\"get\",c.call(arguments)])},call:function(){i([\"call\",c.call(arguments)])},init:function(){var n=t.createElement(\"script\");n.async=!0,n.type=\"text/javascript\",n.src=\"https://cdn.livechatinc.com/tracking.js\",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))\r\n\r\n</script>\r\n\r\n<!-- End of LiveChat code -->\";}'),
(0, 0, '', 308, 'ro', 'a:1:{s:7:\"content\";s:1175:\"<p><!-- Start of LiveChat (www.livechatinc.com) code --></p><p>&lt;script&gt;</p><p>&nbsp; &nbsp; window.__lc = window.__lc || {};</p><p>&nbsp; &nbsp; window.__lc.license = 11961765;</p><p>&nbsp; &nbsp; ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:\"2.0\",on:function(){i([\"on\",c.call(arguments)])},once:function(){i([\"once\",c.call(arguments)])},off:function(){i([\"off\",c.call(arguments)])},get:function(){if(!e._h)throw new Error(\"[LiveChatWidget] You can\'t use getters before load.\");return i([\"get\",c.call(arguments)])},call:function(){i([\"call\",c.call(arguments)])},init:function(){var n=t.createElement(\"script\");n.async=!0,n.type=\"text/javascript\",n.src=\"https://cdn.livechatinc.com/tracking.js\",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))</p><p>&lt;/script&gt;</p><p><noscript><a href=\"https://www.livechatinc.com/chat-with/11961765/\" rel=\"nofollow\">Chat with us</a>, powered by <a href=\"https://www.livechatinc.com/?welcome\" rel=\"noopener nofollow\" target=\"_blank\">LiveChat</a></noscript></p><p>&lt;!-- End of LiveChat code --&gt;</p><p></p>\";}'),
(0, 0, '', 308, 'ru', 'a:1:{s:7:\"content\";s:1175:\"<p><!-- Start of LiveChat (www.livechatinc.com) code --></p><p>&lt;script&gt;</p><p>&nbsp; &nbsp; window.__lc = window.__lc || {};</p><p>&nbsp; &nbsp; window.__lc.license = 11961765;</p><p>&nbsp; &nbsp; ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:\"2.0\",on:function(){i([\"on\",c.call(arguments)])},once:function(){i([\"once\",c.call(arguments)])},off:function(){i([\"off\",c.call(arguments)])},get:function(){if(!e._h)throw new Error(\"[LiveChatWidget] You can\'t use getters before load.\");return i([\"get\",c.call(arguments)])},call:function(){i([\"call\",c.call(arguments)])},init:function(){var n=t.createElement(\"script\");n.async=!0,n.type=\"text/javascript\",n.src=\"https://cdn.livechatinc.com/tracking.js\",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))</p><p>&lt;/script&gt;</p><p><noscript><a href=\"https://www.livechatinc.com/chat-with/11961765/\" rel=\"nofollow\">Chat with us</a>, powered by <a href=\"https://www.livechatinc.com/?welcome\" rel=\"noopener nofollow\" target=\"_blank\">LiveChat</a></noscript></p><p>&lt;!-- End of LiveChat code --&gt;</p><p></p>\";}'),
(0, 0, '', 309, 'da', 'a:1:{s:7:\"content\";s:7:\"Bloco 1\";}'),
(0, 0, '', 309, 'de', 'a:1:{s:7:\"content\";s:7:\"Bloco 1\";}'),
(0, 0, '', 309, 'el', 'a:1:{s:7:\"content\";s:7:\"Bloco 1\";}'),
(0, 0, '', 309, 'en', 'a:1:{s:7:\"content\";s:7:\"Bloco 1\";}'),
(0, 0, '', 309, 'es', 'a:1:{s:7:\"content\";s:7:\"Bloco 1\";}'),
(0, 0, '', 309, 'fr', 'a:1:{s:7:\"content\";s:7:\"Bloco 1\";}'),
(0, 0, '', 309, 'it', 'a:1:{s:7:\"content\";s:7:\"Bloco 1\";}'),
(0, 0, '', 309, 'nl', 'a:1:{s:7:\"content\";s:7:\"Bloco 1\";}'),
(0, 0, '', 309, 'no', 'a:1:{s:7:\"content\";s:7:\"Bloco 1\";}'),
(0, 0, '', 309, 'pt', 'a:1:{s:7:\"content\";s:434:\"<div class=\"info-slide\"><div class=\"img-container\"><img src=\"https://http2.mlstatic.com/resources/frontend/homes-korriban/assets/images/ecosystem/payment.svg\" class=\"img-container\" alt=\"Pague com cartão de crédito ou boleto\"></div><h1>Pague com cartão de crédito ou boleto</h1><p><span>Com o XXXXXX você paga parcelado sem juros ou à vista no boleto. É sempre seguro!</span></p><a href=\"https://#\">Como pagar com XXXX</a></div>\";}'),
(0, 0, '', 309, 'ro', 'a:1:{s:7:\"content\";s:7:\"Bloco 1\";}'),
(0, 0, '', 309, 'ru', 'a:1:{s:7:\"content\";s:7:\"Bloco 1\";}'),
(0, 0, '', 310, 'da', 'a:1:{s:7:\"content\";s:7:\"asdsada\";}'),
(0, 0, '', 310, 'de', 'a:1:{s:7:\"content\";s:7:\"asdsada\";}'),
(0, 0, '', 310, 'el', 'a:1:{s:7:\"content\";s:7:\"asdsada\";}'),
(0, 0, '', 310, 'en', 'a:1:{s:7:\"content\";s:7:\"asdsada\";}'),
(0, 0, '', 310, 'es', 'a:1:{s:7:\"content\";s:7:\"asdsada\";}'),
(0, 0, '', 310, 'fr', 'a:1:{s:7:\"content\";s:7:\"asdsada\";}'),
(0, 0, '', 310, 'it', 'a:1:{s:7:\"content\";s:7:\"asdsada\";}'),
(0, 0, '', 310, 'nl', 'a:1:{s:7:\"content\";s:7:\"asdsada\";}'),
(0, 0, '', 310, 'no', 'a:1:{s:7:\"content\";s:7:\"asdsada\";}'),
(0, 0, '', 310, 'pt', 'a:1:{s:7:\"content\";s:434:\"<div class=\"info-slide\"><div class=\"img-container\"><img src=\"https://http2.mlstatic.com/resources/frontend/homes-korriban/assets/images/ecosystem/payment.svg\" class=\"img-container\" alt=\"Pague com cartão de crédito ou boleto\"></div><h1>Pague com cartão de crédito ou boleto</h1><p><span>Com o XXXXXX você paga parcelado sem juros ou à vista no boleto. É sempre seguro!</span></p><a href=\"https://#\">Como pagar com XXXX</a></div>\";}'),
(0, 0, '', 310, 'ro', 'a:1:{s:7:\"content\";s:7:\"asdsada\";}'),
(0, 0, '', 310, 'ru', 'a:1:{s:7:\"content\";s:7:\"asdsada\";}'),
(0, 0, '', 311, 'da', 'a:1:{s:7:\"content\";s:434:\"<div class=\"info-slide\"><div class=\"img-container\"><img src=\"https://http2.mlstatic.com/resources/frontend/homes-korriban/assets/images/ecosystem/payment.svg\" class=\"img-container\" alt=\"Pague com cartão de crédito ou boleto\"></div><h1>Pague com cartão de crédito ou boleto</h1><p><span>Com o XXXXXX você paga parcelado sem juros ou à vista no boleto. É sempre seguro!</span></p><a href=\"https://#\">Como pagar com XXXX</a></div>\";}'),
(0, 0, '', 311, 'de', 'a:1:{s:7:\"content\";s:434:\"<div class=\"info-slide\"><div class=\"img-container\"><img src=\"https://http2.mlstatic.com/resources/frontend/homes-korriban/assets/images/ecosystem/payment.svg\" class=\"img-container\" alt=\"Pague com cartão de crédito ou boleto\"></div><h1>Pague com cartão de crédito ou boleto</h1><p><span>Com o XXXXXX você paga parcelado sem juros ou à vista no boleto. É sempre seguro!</span></p><a href=\"https://#\">Como pagar com XXXX</a></div>\";}'),
(0, 0, '', 311, 'el', 'a:1:{s:7:\"content\";s:434:\"<div class=\"info-slide\"><div class=\"img-container\"><img src=\"https://http2.mlstatic.com/resources/frontend/homes-korriban/assets/images/ecosystem/payment.svg\" class=\"img-container\" alt=\"Pague com cartão de crédito ou boleto\"></div><h1>Pague com cartão de crédito ou boleto</h1><p><span>Com o XXXXXX você paga parcelado sem juros ou à vista no boleto. É sempre seguro!</span></p><a href=\"https://#\">Como pagar com XXXX</a></div>\";}'),
(0, 0, '', 311, 'en', 'a:1:{s:7:\"content\";s:434:\"<div class=\"info-slide\"><div class=\"img-container\"><img src=\"https://http2.mlstatic.com/resources/frontend/homes-korriban/assets/images/ecosystem/payment.svg\" class=\"img-container\" alt=\"Pague com cartão de crédito ou boleto\"></div><h1>Pague com cartão de crédito ou boleto</h1><p><span>Com o XXXXXX você paga parcelado sem juros ou à vista no boleto. É sempre seguro!</span></p><a href=\"https://#\">Como pagar com XXXX</a></div>\";}'),
(0, 0, '', 311, 'es', 'a:1:{s:7:\"content\";s:434:\"<div class=\"info-slide\"><div class=\"img-container\"><img src=\"https://http2.mlstatic.com/resources/frontend/homes-korriban/assets/images/ecosystem/payment.svg\" class=\"img-container\" alt=\"Pague com cartão de crédito ou boleto\"></div><h1>Pague com cartão de crédito ou boleto</h1><p><span>Com o XXXXXX você paga parcelado sem juros ou à vista no boleto. É sempre seguro!</span></p><a href=\"https://#\">Como pagar com XXXX</a></div>\";}'),
(0, 0, '', 311, 'fr', 'a:1:{s:7:\"content\";s:434:\"<div class=\"info-slide\"><div class=\"img-container\"><img src=\"https://http2.mlstatic.com/resources/frontend/homes-korriban/assets/images/ecosystem/payment.svg\" class=\"img-container\" alt=\"Pague com cartão de crédito ou boleto\"></div><h1>Pague com cartão de crédito ou boleto</h1><p><span>Com o XXXXXX você paga parcelado sem juros ou à vista no boleto. É sempre seguro!</span></p><a href=\"https://#\">Como pagar com XXXX</a></div>\";}'),
(0, 0, '', 311, 'it', 'a:1:{s:7:\"content\";s:434:\"<div class=\"info-slide\"><div class=\"img-container\"><img src=\"https://http2.mlstatic.com/resources/frontend/homes-korriban/assets/images/ecosystem/payment.svg\" class=\"img-container\" alt=\"Pague com cartão de crédito ou boleto\"></div><h1>Pague com cartão de crédito ou boleto</h1><p><span>Com o XXXXXX você paga parcelado sem juros ou à vista no boleto. É sempre seguro!</span></p><a href=\"https://#\">Como pagar com XXXX</a></div>\";}'),
(0, 0, '', 311, 'nl', 'a:1:{s:7:\"content\";s:434:\"<div class=\"info-slide\"><div class=\"img-container\"><img src=\"https://http2.mlstatic.com/resources/frontend/homes-korriban/assets/images/ecosystem/payment.svg\" class=\"img-container\" alt=\"Pague com cartão de crédito ou boleto\"></div><h1>Pague com cartão de crédito ou boleto</h1><p><span>Com o XXXXXX você paga parcelado sem juros ou à vista no boleto. É sempre seguro!</span></p><a href=\"https://#\">Como pagar com XXXX</a></div>\";}'),
(0, 0, '', 311, 'no', 'a:1:{s:7:\"content\";s:434:\"<div class=\"info-slide\"><div class=\"img-container\"><img src=\"https://http2.mlstatic.com/resources/frontend/homes-korriban/assets/images/ecosystem/payment.svg\" class=\"img-container\" alt=\"Pague com cartão de crédito ou boleto\"></div><h1>Pague com cartão de crédito ou boleto</h1><p><span>Com o XXXXXX você paga parcelado sem juros ou à vista no boleto. É sempre seguro!</span></p><a href=\"https://#\">Como pagar com XXXX</a></div>\";}'),
(0, 0, '', 311, 'pt', 'a:1:{s:7:\"content\";s:434:\"<div class=\"info-slide\"><div class=\"img-container\"><img src=\"https://http2.mlstatic.com/resources/frontend/homes-korriban/assets/images/ecosystem/payment.svg\" class=\"img-container\" alt=\"Pague com cartão de crédito ou boleto\"></div><h1>Pague com cartão de crédito ou boleto</h1><p><span>Com o XXXXXX você paga parcelado sem juros ou à vista no boleto. É sempre seguro!</span></p><a href=\"https://#\">Como pagar com XXXX</a></div>\";}'),
(0, 0, '', 311, 'ro', 'a:1:{s:7:\"content\";s:434:\"<div class=\"info-slide\"><div class=\"img-container\"><img src=\"https://http2.mlstatic.com/resources/frontend/homes-korriban/assets/images/ecosystem/payment.svg\" class=\"img-container\" alt=\"Pague com cartão de crédito ou boleto\"></div><h1>Pague com cartão de crédito ou boleto</h1><p><span>Com o XXXXXX você paga parcelado sem juros ou à vista no boleto. É sempre seguro!</span></p><a href=\"https://#\">Como pagar com XXXX</a></div>\";}'),
(0, 0, '', 311, 'ru', 'a:1:{s:7:\"content\";s:434:\"<div class=\"info-slide\"><div class=\"img-container\"><img src=\"https://http2.mlstatic.com/resources/frontend/homes-korriban/assets/images/ecosystem/payment.svg\" class=\"img-container\" alt=\"Pague com cartão de crédito ou boleto\"></div><h1>Pague com cartão de crédito ou boleto</h1><p><span>Com o XXXXXX você paga parcelado sem juros ou à vista no boleto. É sempre seguro!</span></p><a href=\"https://#\">Como pagar com XXXX</a></div>\";}'),
(0, 0, '', 312, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 312, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 312, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 312, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 312, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 312, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 312, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 312, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 312, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 312, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 312, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 312, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"full_tree_cat\";s:18:\"parent_category_id\";s:0:\"\";s:7:\"sort_by\";s:8:\"position\";}}'),
(0, 0, '', 313, '', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 313, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:10:\"6,16,17,19\";}}'),
(0, 0, '', 313, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:10:\"6,16,17,19\";}}'),
(0, 0, '', 313, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:10:\"6,16,17,19\";}}'),
(0, 0, '', 313, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:10:\"6,16,17,19\";}}'),
(0, 0, '', 313, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:10:\"6,16,17,19\";}}'),
(0, 0, '', 313, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:10:\"6,16,17,19\";}}'),
(0, 0, '', 313, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:10:\"6,16,17,19\";}}'),
(0, 0, '', 313, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:10:\"6,16,17,19\";}}'),
(0, 0, '', 313, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:10:\"6,16,17,19\";}}'),
(0, 0, '', 313, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:10:\"6,16,17,19\";}}'),
(0, 0, '', 313, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:10:\"6,16,17,19\";}}'),
(0, 0, '', 313, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:10:\"6,16,17,19\";}}'),
(0, 0, '', 314, 'da', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 314, 'de', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 314, 'el', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 314, 'en', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 314, 'es', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 314, 'fr', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 314, 'it', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 314, 'nl', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 314, 'no', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 314, 'pt', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 314, 'ro', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 314, 'ru', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 315, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"20,21,22\";}}'),
(0, 0, '', 315, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"20,21,22\";}}');
INSERT INTO `partiushop_bm_blocks_content` (`snapping_id`, `object_id`, `object_type`, `block_id`, `lang_code`, `content`) VALUES
(0, 0, '', 315, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"20,21,22\";}}'),
(0, 0, '', 315, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"20,21,22\";}}'),
(0, 0, '', 315, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"20,21,22\";}}'),
(0, 0, '', 315, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"20,21,22\";}}'),
(0, 0, '', 315, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"20,21,22\";}}'),
(0, 0, '', 315, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"20,21,22\";}}'),
(0, 0, '', 315, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"20,21,22\";}}'),
(0, 0, '', 315, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"20,21,22\";}}'),
(0, 0, '', 315, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"20,21,22\";}}'),
(0, 0, '', 315, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"20,21,22\";}}'),
(0, 0, '', 316, 'da', ''),
(0, 0, '', 316, 'de', ''),
(0, 0, '', 316, 'el', ''),
(0, 0, '', 316, 'en', ''),
(0, 0, '', 316, 'es', ''),
(0, 0, '', 316, 'fr', ''),
(0, 0, '', 316, 'it', ''),
(0, 0, '', 316, 'nl', ''),
(0, 0, '', 316, 'no', ''),
(0, 0, '', 316, 'pt', ''),
(0, 0, '', 316, 'ro', ''),
(0, 0, '', 316, 'ru', ''),
(0, 0, '', 317, 'da', ''),
(0, 0, '', 317, 'de', ''),
(0, 0, '', 317, 'el', ''),
(0, 0, '', 317, 'en', ''),
(0, 0, '', 317, 'es', ''),
(0, 0, '', 317, 'fr', ''),
(0, 0, '', 317, 'it', ''),
(0, 0, '', 317, 'nl', ''),
(0, 0, '', 317, 'no', ''),
(0, 0, '', 317, 'pt', ''),
(0, 0, '', 317, 'ro', ''),
(0, 0, '', 317, 'ru', ''),
(0, 0, '', 318, 'da', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 318, 'de', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 318, 'el', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 318, 'en', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 318, 'es', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 318, 'fr', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 318, 'it', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 318, 'nl', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 318, 'no', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 318, 'pt', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 318, 'ro', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 318, 'ru', 'a:1:{s:4:\"menu\";s:1:\"3\";}'),
(0, 0, '', 319, 'da', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 319, 'de', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 319, 'el', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 319, 'en', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 319, 'es', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 319, 'fr', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 319, 'it', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 319, 'nl', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 319, 'no', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 319, 'pt', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 319, 'ro', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 319, 'ru', 'a:1:{s:4:\"menu\";s:1:\"2\";}'),
(0, 0, '', 320, 'da', ''),
(0, 0, '', 320, 'de', ''),
(0, 0, '', 320, 'el', ''),
(0, 0, '', 320, 'en', ''),
(0, 0, '', 320, 'es', ''),
(0, 0, '', 320, 'fr', ''),
(0, 0, '', 320, 'it', ''),
(0, 0, '', 320, 'nl', ''),
(0, 0, '', 320, 'no', ''),
(0, 0, '', 320, 'pt', ''),
(0, 0, '', 320, 'ro', ''),
(0, 0, '', 320, 'ru', ''),
(0, 0, '', 321, 'da', ''),
(0, 0, '', 321, 'de', ''),
(0, 0, '', 321, 'el', ''),
(0, 0, '', 321, 'en', ''),
(0, 0, '', 321, 'es', ''),
(0, 0, '', 321, 'fr', ''),
(0, 0, '', 321, 'it', ''),
(0, 0, '', 321, 'nl', ''),
(0, 0, '', 321, 'no', ''),
(0, 0, '', 321, 'pt', ''),
(0, 0, '', 321, 'ro', ''),
(0, 0, '', 321, 'ru', ''),
(0, 0, '', 322, 'da', ''),
(0, 0, '', 322, 'de', ''),
(0, 0, '', 322, 'el', ''),
(0, 0, '', 322, 'en', ''),
(0, 0, '', 322, 'es', ''),
(0, 0, '', 322, 'fr', ''),
(0, 0, '', 322, 'it', ''),
(0, 0, '', 322, 'nl', ''),
(0, 0, '', 322, 'no', ''),
(0, 0, '', 322, 'pt', ''),
(0, 0, '', 322, 'ro', ''),
(0, 0, '', 322, 'ru', ''),
(0, 0, '', 323, 'da', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 323, 'de', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 323, 'el', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 323, 'en', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 323, 'es', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 323, 'fr', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 323, 'it', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 323, 'nl', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 323, 'no', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 323, 'pt', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 323, 'ro', 'a:1:{s:7:\"content\";s:611:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">About us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Gift certificates</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Our brands</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Blog</a></li>\n</ul>\";}'),
(0, 0, '', 323, 'ru', 'a:1:{s:7:\"content\";s:690:\"\n<ul id=\"demo_store_links\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=2\"|fn_url}\">О нас</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Обратная связь</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"gift_certificates.add\"|fn_url}\">Подарочные сертификаты</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=10\"|fn_url}\">Торговые марки</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Карта сайта</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=7\"|fn_url}\">Блог</a></li>\n</ul>\";}'),
(0, 0, '', 324, 'da', 'a:1:{s:7:\"content\";s:750:\"\n                            <ul id=\"customer_service_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n                            {if $addons.wishlist && $addons.wishlist.status == \'A\'}\n                                <li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n                            {/if}\n                            {if $settings.General.enable_compare_products == \'Y\'}\n                                <li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n                            {/if}\n                            </ul>\";}'),
(0, 0, '', 324, 'de', 'a:1:{s:7:\"content\";s:750:\"\n                            <ul id=\"customer_service_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n                            {if $addons.wishlist && $addons.wishlist.status == \'A\'}\n                                <li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n                            {/if}\n                            {if $settings.General.enable_compare_products == \'Y\'}\n                                <li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n                            {/if}\n                            </ul>\";}'),
(0, 0, '', 324, 'el', 'a:1:{s:7:\"content\";s:750:\"\n                            <ul id=\"customer_service_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n                            {if $addons.wishlist && $addons.wishlist.status == \'A\'}\n                                <li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n                            {/if}\n                            {if $settings.General.enable_compare_products == \'Y\'}\n                                <li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n                            {/if}\n                            </ul>\";}'),
(0, 0, '', 324, 'en', 'a:1:{s:7:\"content\";s:750:\"\n                            <ul id=\"customer_service_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n                            {if $addons.wishlist && $addons.wishlist.status == \'A\'}\n                                <li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n                            {/if}\n                            {if $settings.General.enable_compare_products == \'Y\'}\n                                <li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n                            {/if}\n                            </ul>\";}'),
(0, 0, '', 324, 'es', 'a:1:{s:7:\"content\";s:750:\"\n                            <ul id=\"customer_service_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n                            {if $addons.wishlist && $addons.wishlist.status == \'A\'}\n                                <li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n                            {/if}\n                            {if $settings.General.enable_compare_products == \'Y\'}\n                                <li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n                            {/if}\n                            </ul>\";}'),
(0, 0, '', 324, 'fr', 'a:1:{s:7:\"content\";s:750:\"\n                            <ul id=\"customer_service_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n                            {if $addons.wishlist && $addons.wishlist.status == \'A\'}\n                                <li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n                            {/if}\n                            {if $settings.General.enable_compare_products == \'Y\'}\n                                <li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n                            {/if}\n                            </ul>\";}'),
(0, 0, '', 324, 'it', 'a:1:{s:7:\"content\";s:750:\"\n                            <ul id=\"customer_service_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n                            {if $addons.wishlist && $addons.wishlist.status == \'A\'}\n                                <li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n                            {/if}\n                            {if $settings.General.enable_compare_products == \'Y\'}\n                                <li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n                            {/if}\n                            </ul>\";}'),
(0, 0, '', 324, 'nl', 'a:1:{s:7:\"content\";s:750:\"\n                            <ul id=\"customer_service_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n                            {if $addons.wishlist && $addons.wishlist.status == \'A\'}\n                                <li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n                            {/if}\n                            {if $settings.General.enable_compare_products == \'Y\'}\n                                <li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n                            {/if}\n                            </ul>\";}'),
(0, 0, '', 324, 'no', 'a:1:{s:7:\"content\";s:750:\"\n                            <ul id=\"customer_service_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n                            {if $addons.wishlist && $addons.wishlist.status == \'A\'}\n                                <li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n                            {/if}\n                            {if $settings.General.enable_compare_products == \'Y\'}\n                                <li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n                            {/if}\n                            </ul>\";}'),
(0, 0, '', 324, 'pt', 'a:1:{s:7:\"content\";s:750:\"\n                            <ul id=\"customer_service_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n                            {if $addons.wishlist && $addons.wishlist.status == \'A\'}\n                                <li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n                            {/if}\n                            {if $settings.General.enable_compare_products == \'Y\'}\n                                <li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n                            {/if}\n                            </ul>\";}'),
(0, 0, '', 324, 'ro', 'a:1:{s:7:\"content\";s:750:\"\n                            <ul id=\"customer_service_links\">\n                            <li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">About your order</a></li>\n                            {if $addons.wishlist && $addons.wishlist.status == \'A\'}\n                                <li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Wishlist</a></li>\n                            {/if}\n                            {if $settings.General.enable_compare_products == \'Y\'}\n                                <li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Comparison list</a></li>\n                            {/if}\n                            </ul>\";}'),
(0, 0, '', 324, 'ru', 'a:1:{s:7:\"content\";s:855:\"\n                                    <ul id=\"customer_service_links\">\n                                    <li class=\"ty-footer-menu__item\"><a href=\"{\"orders.search\"|fn_url}\" rel=\"nofollow\">Ваши заказы</a></li>\n                                    {if $addons.wishlist && $addons.wishlist.status == \'A\'}\n                                        <li class=\"ty-footer-menu__item\"><a href=\"{\"wishlist.view\"|fn_url}\" rel=\"nofollow\">Отложенные</a></li>\n                                    {/if}\n                                    {if $settings.General.enable_compare_products == \'Y\'}\n                                        <li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.compare\"|fn_url}\" rel=\"nofollow\">Список сравнения</a></li>\n                                    {/if}\n                                    </ul>\";}'),
(0, 0, '', 325, 'da', 'a:1:{s:7:\"content\";s:655:\"<ul>\n    <li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n    <li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n    <li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n    <li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n    <li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n    <li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 325, 'de', 'a:1:{s:7:\"content\";s:655:\"<ul>\n    <li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n    <li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n    <li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n    <li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n    <li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n    <li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 325, 'el', 'a:1:{s:7:\"content\";s:655:\"<ul>\n    <li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n    <li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n    <li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n    <li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n    <li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n    <li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 325, 'en', 'a:1:{s:7:\"content\";s:655:\"<ul>\n    <li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n    <li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n    <li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n    <li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n    <li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n    <li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 325, 'es', 'a:1:{s:7:\"content\";s:655:\"<ul>\n    <li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n    <li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n    <li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n    <li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n    <li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n    <li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 325, 'fr', 'a:1:{s:7:\"content\";s:655:\"<ul>\n    <li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n    <li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n    <li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n    <li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n    <li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n    <li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 325, 'it', 'a:1:{s:7:\"content\";s:655:\"<ul>\n    <li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n    <li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n    <li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n    <li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n    <li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n    <li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 325, 'nl', 'a:1:{s:7:\"content\";s:655:\"<ul>\n    <li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n    <li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n    <li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n    <li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n    <li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n    <li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 325, 'no', 'a:1:{s:7:\"content\";s:655:\"<ul>\n    <li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n    <li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n    <li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n    <li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n    <li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n    <li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 325, 'pt', 'a:1:{s:7:\"content\";s:655:\"<ul>\n    <li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n    <li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n    <li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n    <li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n    <li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n    <li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 325, 'ro', 'a:1:{s:7:\"content\";s:655:\"<ul>\n    <li>{$settings.Company.company_city}, {$settings.Company.company_address}</li>\n    <li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (the call is free)</a></li>\n    <li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n    <li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n    <li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n    <li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 325, 'ru', 'a:1:{s:7:\"content\";s:676:\"<ul>\n    <li>г. {$settings.Company.company_city}, {$settings.Company.company_address}</li>\n    <li><a href=\"tel:{$settings.Company.company_phone}\">{$settings.Company.company_phone} (звонок бесплатный)</a></li>\n    <li><a href=\"tel:{$settings.Company.company_phone_2}\">{$settings.Company.company_phone_2}</a></li>\n    <li>{__(\'weekday_abr_1\')}-{__(\'weekday_abr_0\')} 9.00 - 18.00</li>\n    <li><a class=\"ty-exception__links-a greeny\" href=\"mailto:{$settings.Company.company_users_department}\">{$settings.Company.company_users_department}</a></li>\n    <li><a href=\"{\'pages.view&page_id=20\'|fn_url}\" class=\"ty-exception__links-a\">{__(\'view_on_map\')}</a></li>\n</ul>\";}'),
(0, 0, '', 326, 'da', ''),
(0, 0, '', 326, 'de', ''),
(0, 0, '', 326, 'el', ''),
(0, 0, '', 326, 'en', ''),
(0, 0, '', 326, 'es', ''),
(0, 0, '', 326, 'fr', ''),
(0, 0, '', 326, 'it', ''),
(0, 0, '', 326, 'nl', ''),
(0, 0, '', 326, 'no', ''),
(0, 0, '', 326, 'pt', ''),
(0, 0, '', 326, 'ro', ''),
(0, 0, '', 326, 'ru', ''),
(0, 0, '', 327, '', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"3\";}}'),
(0, 0, '', 327, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 327, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 327, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 327, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 327, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 327, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 327, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 327, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 327, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 327, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 327, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 327, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"33,34,35,36\";}}'),
(0, 0, '', 328, 'da', ''),
(0, 0, '', 328, 'de', ''),
(0, 0, '', 328, 'el', ''),
(0, 0, '', 328, 'en', ''),
(0, 0, '', 328, 'es', ''),
(0, 0, '', 328, 'fr', ''),
(0, 0, '', 328, 'it', ''),
(0, 0, '', 328, 'nl', ''),
(0, 0, '', 328, 'no', ''),
(0, 0, '', 328, 'pt', ''),
(0, 0, '', 328, 'ro', ''),
(0, 0, '', 328, 'ru', ''),
(0, 0, '', 329, 'da', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 329, 'de', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 329, 'el', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 329, 'en', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 329, 'es', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 329, 'fr', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 329, 'it', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 329, 'nl', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 329, 'no', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 329, 'pt', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 329, 'ro', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 329, 'ru', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 330, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 330, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 330, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 330, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 330, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 330, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 330, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 330, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 330, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 330, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 330, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 330, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:7:\"on_sale\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 331, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 331, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 331, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 331, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 331, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 331, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 331, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 331, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 331, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 331, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 331, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 331, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 332, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 332, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 332, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 332, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 332, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 332, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 332, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 332, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 332, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 332, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 332, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 332, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:9:\"1,2,3,4,5\";}}'),
(0, 0, '', 333, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 333, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 333, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 333, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 333, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 333, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 333, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 333, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 333, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 333, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 333, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 333, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 334, 'da', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 334, 'de', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 334, 'el', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 334, 'en', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 334, 'es', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 334, 'fr', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 334, 'it', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 334, 'nl', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 334, 'no', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 334, 'pt', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 334, 'ro', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 334, 'ru', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:26:\"ab__dotd_sorted_promotions\";s:7:\"sort_by\";s:7:\"to_date\";s:10:\"sort_order\";s:4:\"desc\";s:5:\"limit\";s:2:\"10\";}}'),
(0, 0, '', 335, 'da', ''),
(0, 0, '', 335, 'de', ''),
(0, 0, '', 335, 'el', ''),
(0, 0, '', 335, 'en', ''),
(0, 0, '', 335, 'es', ''),
(0, 0, '', 335, 'fr', ''),
(0, 0, '', 335, 'it', ''),
(0, 0, '', 335, 'nl', ''),
(0, 0, '', 335, 'no', ''),
(0, 0, '', 335, 'pt', ''),
(0, 0, '', 335, 'ro', ''),
(0, 0, '', 335, 'ru', ''),
(0, 0, '', 336, 'da', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 336, 'de', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 336, 'el', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 336, 'en', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 336, 'es', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 336, 'fr', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}');
INSERT INTO `partiushop_bm_blocks_content` (`snapping_id`, `object_id`, `object_type`, `block_id`, `lang_code`, `content`) VALUES
(0, 0, '', 336, 'it', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 336, 'nl', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 336, 'no', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 336, 'pt', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 336, 'ro', 'a:1:{s:7:\"content\";s:612:\"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>\";}'),
(0, 0, '', 336, 'ru', 'a:1:{s:7:\"content\";s:979:\"<p>Сайт, торгующий товарами в Интернете. Позволяет пользователям сформировать заказ на покупку, выбрать способ оплаты и доставки заказа в сети Интернет. Выбрав необходимые товары или услуги, пользователь обычно имеет возможность тут же на сайте выбрать метод оплаты и доставки.</p><p>Основное отличие Интернет-магазина от традиционного — в типе торговой площадки. Обычному магазину нужен торговый зал, витрины, ценники, а также продавцы, кассиры и опытные консультанты, у онлайн-магазина же вся инфраструктура реализована программно.</p>\";}'),
(0, 0, '', 337, 'da', 'a:1:{s:7:\"content\";s:862:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n\n<div class=\"ut2-social-links\">\n    <a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n\n</div>\";}'),
(0, 0, '', 337, 'de', 'a:1:{s:7:\"content\";s:862:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n\n<div class=\"ut2-social-links\">\n    <a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n\n</div>\";}'),
(0, 0, '', 337, 'el', 'a:1:{s:7:\"content\";s:862:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n\n<div class=\"ut2-social-links\">\n    <a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n\n</div>\";}'),
(0, 0, '', 337, 'en', 'a:1:{s:7:\"content\";s:862:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n\n<div class=\"ut2-social-links\">\n    <a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n\n</div>\";}'),
(0, 0, '', 337, 'es', 'a:1:{s:7:\"content\";s:862:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n\n<div class=\"ut2-social-links\">\n    <a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n\n</div>\";}'),
(0, 0, '', 337, 'fr', 'a:1:{s:7:\"content\";s:862:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n\n<div class=\"ut2-social-links\">\n    <a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n\n</div>\";}'),
(0, 0, '', 337, 'it', 'a:1:{s:7:\"content\";s:862:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n\n<div class=\"ut2-social-links\">\n    <a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n\n</div>\";}'),
(0, 0, '', 337, 'nl', 'a:1:{s:7:\"content\";s:862:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n\n<div class=\"ut2-social-links\">\n    <a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n\n</div>\";}'),
(0, 0, '', 337, 'no', 'a:1:{s:7:\"content\";s:862:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n\n<div class=\"ut2-social-links\">\n    <a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n\n</div>\";}'),
(0, 0, '', 337, 'pt', 'a:1:{s:7:\"content\";s:862:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n\n<div class=\"ut2-social-links\">\n    <a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n\n</div>\";}'),
(0, 0, '', 337, 'ro', 'a:1:{s:7:\"content\";s:862:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Join us in the group <br> and be the first to know all promotions and offers!</div>\n\n<div class=\"ut2-social-links\">\n    <a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n\n</div>\";}'),
(0, 0, '', 337, 'ru', 'a:1:{s:7:\"content\";s:914:\"<div class=\"ut2-social-link-block\"><div class=\"ty-mainbox-title\">{__(\"get_social\")}</div>\n<div class=\"ty-uppercase ty-social-link__title\">Вступайте к нам в группу<br>и узнавайте первыми все акции и предложения!</div>\n\n<div class=\"ut2-social-links\">\n    <a target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-facebook\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-vk\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-twitter\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-google-plus\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-youtube\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-skype\"></i></a>\n    <a  target=\"_blank\" href=\"your_social_link\"><i class=\"ut2-icon-pinterest\"></i></a>\n</div>\n\n</div>\";}'),
(0, 0, '', 338, 'da', ''),
(0, 0, '', 338, 'de', ''),
(0, 0, '', 338, 'el', ''),
(0, 0, '', 338, 'en', ''),
(0, 0, '', 338, 'es', ''),
(0, 0, '', 338, 'fr', ''),
(0, 0, '', 338, 'it', ''),
(0, 0, '', 338, 'nl', ''),
(0, 0, '', 338, 'no', ''),
(0, 0, '', 338, 'pt', ''),
(0, 0, '', 338, 'ro', ''),
(0, 0, '', 338, 'ru', ''),
(0, 0, '', 339, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 339, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 339, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 339, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 339, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 339, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 339, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 339, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 339, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 339, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 339, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 339, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"5\";}}'),
(0, 0, '', 340, 'da', 'a:1:{s:7:\"content\";s:1036:\"<div class=\"row-fluid benefits\">\n    <div class=\"span5 benefit delivery\">\n        <i class=\"ut2-icon-outline-local_shipping\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n            <p>Our company makes delivery all over the country</p>\n        </div>\n    </div><div class=\"span6 benefit warranty\">\n        <i class=\"ut2-icon-outline-verified_user\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n            <p>We offer only those goods, in which quality we are sure</p>\n        </div>\n    </div><div class=\"span5 benefit exchange\">\n        <i class=\"ut2-icon-outline-archive\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n            <p>You have 30 days to test your purchase</p>\n        </div>\n    </div>\n</div>\";}'),
(0, 0, '', 340, 'de', 'a:1:{s:7:\"content\";s:1036:\"<div class=\"row-fluid benefits\">\n    <div class=\"span5 benefit delivery\">\n        <i class=\"ut2-icon-outline-local_shipping\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n            <p>Our company makes delivery all over the country</p>\n        </div>\n    </div><div class=\"span6 benefit warranty\">\n        <i class=\"ut2-icon-outline-verified_user\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n            <p>We offer only those goods, in which quality we are sure</p>\n        </div>\n    </div><div class=\"span5 benefit exchange\">\n        <i class=\"ut2-icon-outline-archive\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n            <p>You have 30 days to test your purchase</p>\n        </div>\n    </div>\n</div>\";}'),
(0, 0, '', 340, 'el', 'a:1:{s:7:\"content\";s:1036:\"<div class=\"row-fluid benefits\">\n    <div class=\"span5 benefit delivery\">\n        <i class=\"ut2-icon-outline-local_shipping\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n            <p>Our company makes delivery all over the country</p>\n        </div>\n    </div><div class=\"span6 benefit warranty\">\n        <i class=\"ut2-icon-outline-verified_user\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n            <p>We offer only those goods, in which quality we are sure</p>\n        </div>\n    </div><div class=\"span5 benefit exchange\">\n        <i class=\"ut2-icon-outline-archive\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n            <p>You have 30 days to test your purchase</p>\n        </div>\n    </div>\n</div>\";}'),
(0, 0, '', 340, 'en', 'a:1:{s:7:\"content\";s:1036:\"<div class=\"row-fluid benefits\">\n    <div class=\"span5 benefit delivery\">\n        <i class=\"ut2-icon-outline-local_shipping\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n            <p>Our company makes delivery all over the country</p>\n        </div>\n    </div><div class=\"span6 benefit warranty\">\n        <i class=\"ut2-icon-outline-verified_user\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n            <p>We offer only those goods, in which quality we are sure</p>\n        </div>\n    </div><div class=\"span5 benefit exchange\">\n        <i class=\"ut2-icon-outline-archive\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n            <p>You have 30 days to test your purchase</p>\n        </div>\n    </div>\n</div>\";}'),
(0, 0, '', 340, 'es', 'a:1:{s:7:\"content\";s:1036:\"<div class=\"row-fluid benefits\">\n    <div class=\"span5 benefit delivery\">\n        <i class=\"ut2-icon-outline-local_shipping\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n            <p>Our company makes delivery all over the country</p>\n        </div>\n    </div><div class=\"span6 benefit warranty\">\n        <i class=\"ut2-icon-outline-verified_user\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n            <p>We offer only those goods, in which quality we are sure</p>\n        </div>\n    </div><div class=\"span5 benefit exchange\">\n        <i class=\"ut2-icon-outline-archive\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n            <p>You have 30 days to test your purchase</p>\n        </div>\n    </div>\n</div>\";}'),
(0, 0, '', 340, 'fr', 'a:1:{s:7:\"content\";s:1036:\"<div class=\"row-fluid benefits\">\n    <div class=\"span5 benefit delivery\">\n        <i class=\"ut2-icon-outline-local_shipping\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n            <p>Our company makes delivery all over the country</p>\n        </div>\n    </div><div class=\"span6 benefit warranty\">\n        <i class=\"ut2-icon-outline-verified_user\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n            <p>We offer only those goods, in which quality we are sure</p>\n        </div>\n    </div><div class=\"span5 benefit exchange\">\n        <i class=\"ut2-icon-outline-archive\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n            <p>You have 30 days to test your purchase</p>\n        </div>\n    </div>\n</div>\";}'),
(0, 0, '', 340, 'it', 'a:1:{s:7:\"content\";s:1036:\"<div class=\"row-fluid benefits\">\n    <div class=\"span5 benefit delivery\">\n        <i class=\"ut2-icon-outline-local_shipping\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n            <p>Our company makes delivery all over the country</p>\n        </div>\n    </div><div class=\"span6 benefit warranty\">\n        <i class=\"ut2-icon-outline-verified_user\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n            <p>We offer only those goods, in which quality we are sure</p>\n        </div>\n    </div><div class=\"span5 benefit exchange\">\n        <i class=\"ut2-icon-outline-archive\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n            <p>You have 30 days to test your purchase</p>\n        </div>\n    </div>\n</div>\";}'),
(0, 0, '', 340, 'nl', 'a:1:{s:7:\"content\";s:1036:\"<div class=\"row-fluid benefits\">\n    <div class=\"span5 benefit delivery\">\n        <i class=\"ut2-icon-outline-local_shipping\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n            <p>Our company makes delivery all over the country</p>\n        </div>\n    </div><div class=\"span6 benefit warranty\">\n        <i class=\"ut2-icon-outline-verified_user\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n            <p>We offer only those goods, in which quality we are sure</p>\n        </div>\n    </div><div class=\"span5 benefit exchange\">\n        <i class=\"ut2-icon-outline-archive\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n            <p>You have 30 days to test your purchase</p>\n        </div>\n    </div>\n</div>\";}'),
(0, 0, '', 340, 'no', 'a:1:{s:7:\"content\";s:1036:\"<div class=\"row-fluid benefits\">\n    <div class=\"span5 benefit delivery\">\n        <i class=\"ut2-icon-outline-local_shipping\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n            <p>Our company makes delivery all over the country</p>\n        </div>\n    </div><div class=\"span6 benefit warranty\">\n        <i class=\"ut2-icon-outline-verified_user\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n            <p>We offer only those goods, in which quality we are sure</p>\n        </div>\n    </div><div class=\"span5 benefit exchange\">\n        <i class=\"ut2-icon-outline-archive\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n            <p>You have 30 days to test your purchase</p>\n        </div>\n    </div>\n</div>\";}'),
(0, 0, '', 340, 'pt', 'a:1:{s:7:\"content\";s:1036:\"<div class=\"row-fluid benefits\">\n    <div class=\"span5 benefit delivery\">\n        <i class=\"ut2-icon-outline-local_shipping\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n            <p>Our company makes delivery all over the country</p>\n        </div>\n    </div><div class=\"span6 benefit warranty\">\n        <i class=\"ut2-icon-outline-verified_user\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n            <p>We offer only those goods, in which quality we are sure</p>\n        </div>\n    </div><div class=\"span5 benefit exchange\">\n        <i class=\"ut2-icon-outline-archive\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n            <p>You have 30 days to test your purchase</p>\n        </div>\n    </div>\n</div>\";}'),
(0, 0, '', 340, 'ro', 'a:1:{s:7:\"content\";s:1036:\"<div class=\"row-fluid benefits\">\n    <div class=\"span5 benefit delivery\">\n        <i class=\"ut2-icon-outline-local_shipping\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Fast and high quality delivery</a></header>\n            <p>Our company makes delivery all over the country</p>\n        </div>\n    </div><div class=\"span6 benefit warranty\">\n        <i class=\"ut2-icon-outline-verified_user\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Quality assurance and service</a></header>\n            <p>We offer only those goods, in which quality we are sure</p>\n        </div>\n    </div><div class=\"span5 benefit exchange\">\n        <i class=\"ut2-icon-outline-archive\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Returns within 30 days</a></header>\n            <p>You have 30 days to test your purchase</p>\n        </div>\n    </div>\n</div>\";}'),
(0, 0, '', 340, 'ru', 'a:1:{s:7:\"content\";s:1363:\"<div class=\"row-fluid benefits\">\n    <div class=\"span5 benefit delivery\">\n        <i class=\"ut2-icon-outline-local_shipping\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=22\"|fn_url}\" rel=\"nofollow\">Быстро и качественно доставляем</a></header>\n            <p>Наша компания производит доставку по всей России и ближнему зарубежью</p>\n        </div>\n    </div><div class=\"span6 benefit warranty\">\n        <i class=\"ut2-icon-outline-verified_user\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=6\"|fn_url}\" rel=\"nofollow\">Гарантия качества и сервисное обслуживание</a></header>\n            <p>Мы предлагаем только те товары, в качестве которых мы уверены</p>\n        </div>\n    </div><div class=\"span5 benefit exchange\">\n        <i class=\"ut2-icon-outline-archive\"></i>\n        <div class=\"content\">\n            <header><a href=\"{\"pages.view?page_id=21\"|fn_url}\" rel=\"nofollow\">Возврат товара в течение 30 дней</a></header>\n            <p>У вас есть 30 дней, для того чтобы протестировать вашу покупку</p>\n        </div>\n    </div>\n</div>\";}'),
(0, 0, '', 341, 'cs', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"23,25,27\";s:8:\"required\";a:3:{s:11:\"field_id_23\";s:1:\"N\";s:11:\"field_id_25\";s:1:\"N\";s:11:\"field_id_27\";s:1:\"N\";}}}'),
(0, 0, '', 341, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:14:\"19,61,29,23,25\";s:8:\"required\";a:3:{s:11:\"field_id_19\";s:1:\"Y\";s:11:\"field_id_61\";s:1:\"Y\";s:11:\"field_id_29\";s:1:\"Y\";}}}'),
(0, 0, '', 341, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:14:\"19,61,29,23,25\";s:8:\"required\";a:3:{s:11:\"field_id_19\";s:1:\"Y\";s:11:\"field_id_61\";s:1:\"Y\";s:11:\"field_id_29\";s:1:\"Y\";}}}'),
(0, 0, '', 341, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:14:\"19,61,29,23,25\";s:8:\"required\";a:3:{s:11:\"field_id_19\";s:1:\"Y\";s:11:\"field_id_61\";s:1:\"Y\";s:11:\"field_id_29\";s:1:\"Y\";}}}'),
(0, 0, '', 341, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:14:\"19,61,29,23,25\";s:8:\"required\";a:3:{s:11:\"field_id_19\";s:1:\"Y\";s:11:\"field_id_61\";s:1:\"Y\";s:11:\"field_id_29\";s:1:\"Y\";}}}'),
(0, 0, '', 341, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:14:\"19,61,29,23,25\";s:8:\"required\";a:3:{s:11:\"field_id_19\";s:1:\"Y\";s:11:\"field_id_61\";s:1:\"Y\";s:11:\"field_id_29\";s:1:\"Y\";}}}'),
(0, 0, '', 341, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:14:\"19,61,29,23,25\";s:8:\"required\";a:3:{s:11:\"field_id_19\";s:1:\"Y\";s:11:\"field_id_61\";s:1:\"Y\";s:11:\"field_id_29\";s:1:\"Y\";}}}'),
(0, 0, '', 341, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:14:\"19,61,29,23,25\";s:8:\"required\";a:3:{s:11:\"field_id_19\";s:1:\"Y\";s:11:\"field_id_61\";s:1:\"Y\";s:11:\"field_id_29\";s:1:\"Y\";}}}'),
(0, 0, '', 341, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:14:\"19,61,29,23,25\";s:8:\"required\";a:3:{s:11:\"field_id_19\";s:1:\"Y\";s:11:\"field_id_61\";s:1:\"Y\";s:11:\"field_id_29\";s:1:\"Y\";}}}'),
(0, 0, '', 341, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:14:\"19,61,29,23,25\";s:8:\"required\";a:3:{s:11:\"field_id_19\";s:1:\"Y\";s:11:\"field_id_61\";s:1:\"Y\";s:11:\"field_id_29\";s:1:\"Y\";}}}'),
(0, 0, '', 341, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:14:\"19,61,29,23,25\";s:8:\"required\";a:3:{s:11:\"field_id_19\";s:1:\"Y\";s:11:\"field_id_61\";s:1:\"Y\";s:11:\"field_id_29\";s:1:\"Y\";}}}'),
(0, 0, '', 341, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:14:\"19,61,29,23,25\";s:8:\"required\";a:3:{s:11:\"field_id_19\";s:1:\"Y\";s:11:\"field_id_61\";s:1:\"Y\";s:11:\"field_id_29\";s:1:\"Y\";}}}'),
(0, 0, '', 341, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:14:\"19,61,29,23,25\";s:8:\"required\";a:3:{s:11:\"field_id_19\";s:1:\"Y\";s:11:\"field_id_61\";s:1:\"Y\";s:11:\"field_id_29\";s:1:\"Y\";}}}'),
(0, 0, '', 342, 'da', ''),
(0, 0, '', 342, 'de', ''),
(0, 0, '', 342, 'el', ''),
(0, 0, '', 342, 'en', ''),
(0, 0, '', 342, 'es', ''),
(0, 0, '', 342, 'fr', ''),
(0, 0, '', 342, 'it', ''),
(0, 0, '', 342, 'nl', ''),
(0, 0, '', 342, 'no', ''),
(0, 0, '', 342, 'pt', ''),
(0, 0, '', 342, 'ro', ''),
(0, 0, '', 342, 'ru', ''),
(0, 0, '', 343, 'da', ''),
(0, 0, '', 343, 'de', ''),
(0, 0, '', 343, 'el', ''),
(0, 0, '', 343, 'en', ''),
(0, 0, '', 343, 'es', ''),
(0, 0, '', 343, 'fr', ''),
(0, 0, '', 343, 'it', ''),
(0, 0, '', 343, 'nl', ''),
(0, 0, '', 343, 'no', ''),
(0, 0, '', 343, 'pt', ''),
(0, 0, '', 343, 'ro', ''),
(0, 0, '', 343, 'ru', ''),
(0, 0, '', 344, 'da', ''),
(0, 0, '', 344, 'de', ''),
(0, 0, '', 344, 'el', ''),
(0, 0, '', 344, 'en', ''),
(0, 0, '', 344, 'es', ''),
(0, 0, '', 344, 'fr', ''),
(0, 0, '', 344, 'it', ''),
(0, 0, '', 344, 'nl', ''),
(0, 0, '', 344, 'no', ''),
(0, 0, '', 344, 'pt', ''),
(0, 0, '', 344, 'ro', ''),
(0, 0, '', 344, 'ru', ''),
(0, 0, '', 345, 'da', ''),
(0, 0, '', 345, 'de', ''),
(0, 0, '', 345, 'el', ''),
(0, 0, '', 345, 'en', ''),
(0, 0, '', 345, 'es', ''),
(0, 0, '', 345, 'fr', ''),
(0, 0, '', 345, 'it', ''),
(0, 0, '', 345, 'nl', ''),
(0, 0, '', 345, 'no', ''),
(0, 0, '', 345, 'pt', ''),
(0, 0, '', 345, 'ro', ''),
(0, 0, '', 345, 'ru', ''),
(0, 0, '', 346, 'da', ''),
(0, 0, '', 346, 'de', ''),
(0, 0, '', 346, 'el', ''),
(0, 0, '', 346, 'en', ''),
(0, 0, '', 346, 'es', ''),
(0, 0, '', 346, 'fr', ''),
(0, 0, '', 346, 'it', ''),
(0, 0, '', 346, 'nl', ''),
(0, 0, '', 346, 'no', ''),
(0, 0, '', 346, 'pt', ''),
(0, 0, '', 346, 'ro', ''),
(0, 0, '', 346, 'ru', ''),
(0, 0, '', 347, 'da', 'a:8:{s:20:\"et_eib_block_1_title\";s:15:\"Happy Customers\";s:19:\"et_eib_block_1_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_2_title\";s:15:\"Premium Vendors\";s:19:\"et_eib_block_2_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_3_title\";s:23:\"Your Secure Marketplace\";s:19:\"et_eib_block_3_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_4_title\";s:20:\"Buy or Sell Anything\";s:19:\"et_eib_block_4_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";}'),
(0, 0, '', 347, 'de', 'a:8:{s:20:\"et_eib_block_1_title\";s:15:\"Happy Customers\";s:19:\"et_eib_block_1_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_2_title\";s:15:\"Premium Vendors\";s:19:\"et_eib_block_2_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_3_title\";s:23:\"Your Secure Marketplace\";s:19:\"et_eib_block_3_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_4_title\";s:20:\"Buy or Sell Anything\";s:19:\"et_eib_block_4_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";}'),
(0, 0, '', 347, 'el', 'a:8:{s:20:\"et_eib_block_1_title\";s:15:\"Happy Customers\";s:19:\"et_eib_block_1_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_2_title\";s:15:\"Premium Vendors\";s:19:\"et_eib_block_2_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_3_title\";s:23:\"Your Secure Marketplace\";s:19:\"et_eib_block_3_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_4_title\";s:20:\"Buy or Sell Anything\";s:19:\"et_eib_block_4_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";}'),
(0, 0, '', 347, 'en', 'a:8:{s:20:\"et_eib_block_1_title\";s:15:\"Happy Customers\";s:19:\"et_eib_block_1_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_2_title\";s:15:\"Premium Vendors\";s:19:\"et_eib_block_2_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_3_title\";s:23:\"Your Secure Marketplace\";s:19:\"et_eib_block_3_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_4_title\";s:20:\"Buy or Sell Anything\";s:19:\"et_eib_block_4_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";}'),
(0, 0, '', 347, 'es', 'a:8:{s:20:\"et_eib_block_1_title\";s:15:\"Happy Customers\";s:19:\"et_eib_block_1_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_2_title\";s:15:\"Premium Vendors\";s:19:\"et_eib_block_2_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_3_title\";s:23:\"Your Secure Marketplace\";s:19:\"et_eib_block_3_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_4_title\";s:20:\"Buy or Sell Anything\";s:19:\"et_eib_block_4_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";}'),
(0, 0, '', 347, 'fr', 'a:8:{s:20:\"et_eib_block_1_title\";s:15:\"Happy Customers\";s:19:\"et_eib_block_1_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_2_title\";s:15:\"Premium Vendors\";s:19:\"et_eib_block_2_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_3_title\";s:23:\"Your Secure Marketplace\";s:19:\"et_eib_block_3_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_4_title\";s:20:\"Buy or Sell Anything\";s:19:\"et_eib_block_4_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";}'),
(0, 0, '', 347, 'it', 'a:8:{s:20:\"et_eib_block_1_title\";s:15:\"Happy Customers\";s:19:\"et_eib_block_1_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_2_title\";s:15:\"Premium Vendors\";s:19:\"et_eib_block_2_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_3_title\";s:23:\"Your Secure Marketplace\";s:19:\"et_eib_block_3_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_4_title\";s:20:\"Buy or Sell Anything\";s:19:\"et_eib_block_4_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";}'),
(0, 0, '', 347, 'nl', 'a:8:{s:20:\"et_eib_block_1_title\";s:15:\"Happy Customers\";s:19:\"et_eib_block_1_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_2_title\";s:15:\"Premium Vendors\";s:19:\"et_eib_block_2_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_3_title\";s:23:\"Your Secure Marketplace\";s:19:\"et_eib_block_3_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_4_title\";s:20:\"Buy or Sell Anything\";s:19:\"et_eib_block_4_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";}'),
(0, 0, '', 347, 'no', 'a:8:{s:20:\"et_eib_block_1_title\";s:15:\"Happy Customers\";s:19:\"et_eib_block_1_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_2_title\";s:15:\"Premium Vendors\";s:19:\"et_eib_block_2_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_3_title\";s:23:\"Your Secure Marketplace\";s:19:\"et_eib_block_3_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_4_title\";s:20:\"Buy or Sell Anything\";s:19:\"et_eib_block_4_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";}'),
(0, 0, '', 347, 'pt', 'a:8:{s:20:\"et_eib_block_1_title\";s:15:\"Happy Customers\";s:19:\"et_eib_block_1_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_2_title\";s:15:\"Premium Vendors\";s:19:\"et_eib_block_2_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_3_title\";s:23:\"Your Secure Marketplace\";s:19:\"et_eib_block_3_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_4_title\";s:20:\"Buy or Sell Anything\";s:19:\"et_eib_block_4_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";}'),
(0, 0, '', 347, 'ro', 'a:8:{s:20:\"et_eib_block_1_title\";s:15:\"Happy Customers\";s:19:\"et_eib_block_1_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_2_title\";s:15:\"Premium Vendors\";s:19:\"et_eib_block_2_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_3_title\";s:23:\"Your Secure Marketplace\";s:19:\"et_eib_block_3_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_4_title\";s:20:\"Buy or Sell Anything\";s:19:\"et_eib_block_4_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";}'),
(0, 0, '', 347, 'ru', 'a:8:{s:20:\"et_eib_block_1_title\";s:15:\"Happy Customers\";s:19:\"et_eib_block_1_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_2_title\";s:15:\"Premium Vendors\";s:19:\"et_eib_block_2_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_3_title\";s:23:\"Your Secure Marketplace\";s:19:\"et_eib_block_3_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";s:20:\"et_eib_block_4_title\";s:20:\"Buy or Sell Anything\";s:19:\"et_eib_block_4_text\";s:149:\"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit\";}'),
(0, 0, '', 348, 'da', 'a:1:{s:7:\"content\";s:247:\"<ul>\n\n\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n\n\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=24\"|fn_url}\">Vendor terms & conditions</a></li>\n\n\n\n</ul>\";}'),
(0, 0, '', 348, 'de', 'a:1:{s:7:\"content\";s:247:\"<ul>\n\n\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n\n\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=24\"|fn_url}\">Vendor terms & conditions</a></li>\n\n\n\n</ul>\";}'),
(0, 0, '', 348, 'el', 'a:1:{s:7:\"content\";s:247:\"<ul>\n\n\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n\n\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=24\"|fn_url}\">Vendor terms & conditions</a></li>\n\n\n\n</ul>\";}'),
(0, 0, '', 348, 'en', 'a:1:{s:7:\"content\";s:247:\"<ul>\n\n\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n\n\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=24\"|fn_url}\">Vendor terms & conditions</a></li>\n\n\n\n</ul>\";}');
INSERT INTO `partiushop_bm_blocks_content` (`snapping_id`, `object_id`, `object_type`, `block_id`, `lang_code`, `content`) VALUES
(0, 0, '', 348, 'es', 'a:1:{s:7:\"content\";s:247:\"<ul>\n\n\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n\n\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=24\"|fn_url}\">Vendor terms & conditions</a></li>\n\n\n\n</ul>\";}'),
(0, 0, '', 348, 'fr', 'a:1:{s:7:\"content\";s:247:\"<ul>\n\n\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n\n\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=24\"|fn_url}\">Vendor terms & conditions</a></li>\n\n\n\n</ul>\";}'),
(0, 0, '', 348, 'it', 'a:1:{s:7:\"content\";s:247:\"<ul>\n\n\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n\n\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=24\"|fn_url}\">Vendor terms & conditions</a></li>\n\n\n\n</ul>\";}'),
(0, 0, '', 348, 'nl', 'a:1:{s:7:\"content\";s:247:\"<ul>\n\n\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n\n\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=24\"|fn_url}\">Vendor terms & conditions</a></li>\n\n\n\n</ul>\";}'),
(0, 0, '', 348, 'no', 'a:1:{s:7:\"content\";s:247:\"<ul>\n\n\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n\n\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=24\"|fn_url}\">Vendor terms & conditions</a></li>\n\n\n\n</ul>\";}'),
(0, 0, '', 348, 'pt', 'a:1:{s:7:\"content\";s:247:\"<ul>\n\n\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n\n\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=24\"|fn_url}\">Vendor terms & conditions</a></li>\n\n\n\n</ul>\";}'),
(0, 0, '', 348, 'ro', 'a:1:{s:7:\"content\";s:247:\"<ul>\n\n\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n\n\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=24\"|fn_url}\">Vendor terms & conditions</a></li>\n\n\n\n</ul>\";}'),
(0, 0, '', 348, 'ru', 'a:1:{s:7:\"content\";s:247:\"<ul>\n\n\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Apply for a seller account</a></li>\n\n\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=24\"|fn_url}\">Vendor terms & conditions</a></li>\n\n\n\n</ul>\";}'),
(0, 0, '', 349, 'da', 'a:1:{s:7:\"content\";s:636:\"<ul id=\"demo_store_links\" class=\"ty-footer-menu__items1\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=5\"|fn_url}\">Shipping</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=140\"|fn_url}\">Warranty</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=4\"|fn_url}\">Returns</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=5\"|fn_url}\">Privacy Policy</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=139\"|fn_url}\">FAQ</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"discussion.view&thread_id=1\"|fn_url}\">Testimonials</a></li>\n</ul>\";}'),
(0, 0, '', 349, 'de', 'a:1:{s:7:\"content\";s:636:\"<ul id=\"demo_store_links\" class=\"ty-footer-menu__items1\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=5\"|fn_url}\">Shipping</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=140\"|fn_url}\">Warranty</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=4\"|fn_url}\">Returns</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=5\"|fn_url}\">Privacy Policy</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=139\"|fn_url}\">FAQ</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"discussion.view&thread_id=1\"|fn_url}\">Testimonials</a></li>\n</ul>\";}'),
(0, 0, '', 349, 'el', 'a:1:{s:7:\"content\";s:636:\"<ul id=\"demo_store_links\" class=\"ty-footer-menu__items1\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=5\"|fn_url}\">Shipping</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=140\"|fn_url}\">Warranty</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=4\"|fn_url}\">Returns</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=5\"|fn_url}\">Privacy Policy</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=139\"|fn_url}\">FAQ</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"discussion.view&thread_id=1\"|fn_url}\">Testimonials</a></li>\n</ul>\";}'),
(0, 0, '', 349, 'en', 'a:1:{s:7:\"content\";s:636:\"<ul id=\"demo_store_links\" class=\"ty-footer-menu__items1\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=5\"|fn_url}\">Shipping</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=140\"|fn_url}\">Warranty</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=4\"|fn_url}\">Returns</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=5\"|fn_url}\">Privacy Policy</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=139\"|fn_url}\">FAQ</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"discussion.view&thread_id=1\"|fn_url}\">Testimonials</a></li>\n</ul>\";}'),
(0, 0, '', 349, 'es', 'a:1:{s:7:\"content\";s:636:\"<ul id=\"demo_store_links\" class=\"ty-footer-menu__items1\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=5\"|fn_url}\">Shipping</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=140\"|fn_url}\">Warranty</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=4\"|fn_url}\">Returns</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=5\"|fn_url}\">Privacy Policy</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=139\"|fn_url}\">FAQ</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"discussion.view&thread_id=1\"|fn_url}\">Testimonials</a></li>\n</ul>\";}'),
(0, 0, '', 349, 'fr', 'a:1:{s:7:\"content\";s:636:\"<ul id=\"demo_store_links\" class=\"ty-footer-menu__items1\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=5\"|fn_url}\">Shipping</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=140\"|fn_url}\">Warranty</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=4\"|fn_url}\">Returns</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=5\"|fn_url}\">Privacy Policy</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=139\"|fn_url}\">FAQ</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"discussion.view&thread_id=1\"|fn_url}\">Testimonials</a></li>\n</ul>\";}'),
(0, 0, '', 349, 'it', 'a:1:{s:7:\"content\";s:636:\"<ul id=\"demo_store_links\" class=\"ty-footer-menu__items1\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=5\"|fn_url}\">Shipping</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=140\"|fn_url}\">Warranty</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=4\"|fn_url}\">Returns</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=5\"|fn_url}\">Privacy Policy</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=139\"|fn_url}\">FAQ</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"discussion.view&thread_id=1\"|fn_url}\">Testimonials</a></li>\n</ul>\";}'),
(0, 0, '', 349, 'nl', 'a:1:{s:7:\"content\";s:636:\"<ul id=\"demo_store_links\" class=\"ty-footer-menu__items1\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=5\"|fn_url}\">Shipping</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=140\"|fn_url}\">Warranty</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=4\"|fn_url}\">Returns</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=5\"|fn_url}\">Privacy Policy</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=139\"|fn_url}\">FAQ</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"discussion.view&thread_id=1\"|fn_url}\">Testimonials</a></li>\n</ul>\";}'),
(0, 0, '', 349, 'no', 'a:1:{s:7:\"content\";s:636:\"<ul id=\"demo_store_links\" class=\"ty-footer-menu__items1\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=5\"|fn_url}\">Shipping</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=140\"|fn_url}\">Warranty</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=4\"|fn_url}\">Returns</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=5\"|fn_url}\">Privacy Policy</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=139\"|fn_url}\">FAQ</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"discussion.view&thread_id=1\"|fn_url}\">Testimonials</a></li>\n</ul>\";}'),
(0, 0, '', 349, 'pt', 'a:1:{s:7:\"content\";s:643:\"<ul id=\"demo_store_links\" class=\"ty-footer-menu__items1\">\r\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=5\"|fn_url}\">Shipping</a></li>\r\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=140\"|fn_url}\">Warranty</a></li>\r\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=4\"|fn_url}\">Returns</a></li>\r\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=5\"|fn_url}\">Privacy Policy</a></li>\r\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=139\"|fn_url}\">FAQ</a></li>\r\n<li class=\"ty-footer-menu__item\"><a href=\"{\"discussion.view&thread_id=1\"|fn_url}\">Testimonials</a></li>\r\n</ul>\";}'),
(0, 0, '', 349, 'ro', 'a:1:{s:7:\"content\";s:636:\"<ul id=\"demo_store_links\" class=\"ty-footer-menu__items1\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=5\"|fn_url}\">Shipping</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=140\"|fn_url}\">Warranty</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=4\"|fn_url}\">Returns</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=5\"|fn_url}\">Privacy Policy</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=139\"|fn_url}\">FAQ</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"discussion.view&thread_id=1\"|fn_url}\">Testimonials</a></li>\n</ul>\";}'),
(0, 0, '', 349, 'ru', 'a:1:{s:7:\"content\";s:636:\"<ul id=\"demo_store_links\" class=\"ty-footer-menu__items1\">\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=5\"|fn_url}\">Shipping</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=140\"|fn_url}\">Warranty</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=4\"|fn_url}\">Returns</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=5\"|fn_url}\">Privacy Policy</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=139\"|fn_url}\">FAQ</a></li>\n<li class=\"ty-footer-menu__item\"><a href=\"{\"discussion.view&thread_id=1\"|fn_url}\">Testimonials</a></li>\n</ul>\";}'),
(0, 0, '', 350, 'da', 'a:1:{s:7:\"content\";s:591:\"<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-footer-location\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    42 Boston street, Boston, Massachusetts, 02125, United States\n\n  </span></div>\n\n</div>\n\n<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-pp-phone\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    + 012 345 678 901\n\n  </span></div>\n\n</div>\n\n<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-footer-email\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    info@yourdomain.com\n\n  </span></div>\n\n</div>\n\n\";}'),
(0, 0, '', 350, 'de', 'a:1:{s:7:\"content\";s:591:\"<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-footer-location\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    42 Boston street, Boston, Massachusetts, 02125, United States\n\n  </span></div>\n\n</div>\n\n<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-pp-phone\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    + 012 345 678 901\n\n  </span></div>\n\n</div>\n\n<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-footer-email\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    info@yourdomain.com\n\n  </span></div>\n\n</div>\n\n\";}'),
(0, 0, '', 350, 'el', 'a:1:{s:7:\"content\";s:591:\"<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-footer-location\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    42 Boston street, Boston, Massachusetts, 02125, United States\n\n  </span></div>\n\n</div>\n\n<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-pp-phone\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    + 012 345 678 901\n\n  </span></div>\n\n</div>\n\n<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-footer-email\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    info@yourdomain.com\n\n  </span></div>\n\n</div>\n\n\";}'),
(0, 0, '', 350, 'en', 'a:1:{s:7:\"content\";s:591:\"<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-footer-location\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    42 Boston street, Boston, Massachusetts, 02125, United States\n\n  </span></div>\n\n</div>\n\n<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-pp-phone\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    + 012 345 678 901\n\n  </span></div>\n\n</div>\n\n<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-footer-email\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    info@yourdomain.com\n\n  </span></div>\n\n</div>\n\n\";}'),
(0, 0, '', 350, 'es', 'a:1:{s:7:\"content\";s:591:\"<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-footer-location\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    42 Boston street, Boston, Massachusetts, 02125, United States\n\n  </span></div>\n\n</div>\n\n<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-pp-phone\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    + 012 345 678 901\n\n  </span></div>\n\n</div>\n\n<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-footer-email\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    info@yourdomain.com\n\n  </span></div>\n\n</div>\n\n\";}'),
(0, 0, '', 350, 'fr', 'a:1:{s:7:\"content\";s:591:\"<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-footer-location\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    42 Boston street, Boston, Massachusetts, 02125, United States\n\n  </span></div>\n\n</div>\n\n<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-pp-phone\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    + 012 345 678 901\n\n  </span></div>\n\n</div>\n\n<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-footer-email\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    info@yourdomain.com\n\n  </span></div>\n\n</div>\n\n\";}'),
(0, 0, '', 350, 'it', 'a:1:{s:7:\"content\";s:591:\"<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-footer-location\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    42 Boston street, Boston, Massachusetts, 02125, United States\n\n  </span></div>\n\n</div>\n\n<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-pp-phone\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    + 012 345 678 901\n\n  </span></div>\n\n</div>\n\n<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-footer-email\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    info@yourdomain.com\n\n  </span></div>\n\n</div>\n\n\";}'),
(0, 0, '', 350, 'nl', 'a:1:{s:7:\"content\";s:591:\"<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-footer-location\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    42 Boston street, Boston, Massachusetts, 02125, United States\n\n  </span></div>\n\n</div>\n\n<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-pp-phone\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    + 012 345 678 901\n\n  </span></div>\n\n</div>\n\n<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-footer-email\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    info@yourdomain.com\n\n  </span></div>\n\n</div>\n\n\";}'),
(0, 0, '', 350, 'no', 'a:1:{s:7:\"content\";s:591:\"<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-footer-location\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    42 Boston street, Boston, Massachusetts, 02125, United States\n\n  </span></div>\n\n</div>\n\n<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-pp-phone\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    + 012 345 678 901\n\n  </span></div>\n\n</div>\n\n<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-footer-email\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    info@yourdomain.com\n\n  </span></div>\n\n</div>\n\n\";}'),
(0, 0, '', 350, 'pt', 'a:1:{s:7:\"content\";s:591:\"<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-footer-location\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    42 Boston street, Boston, Massachusetts, 02125, United States\n\n  </span></div>\n\n</div>\n\n<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-pp-phone\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    + 012 345 678 901\n\n  </span></div>\n\n</div>\n\n<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-footer-email\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    info@yourdomain.com\n\n  </span></div>\n\n</div>\n\n\";}'),
(0, 0, '', 350, 'ro', 'a:1:{s:7:\"content\";s:591:\"<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-footer-location\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    42 Boston street, Boston, Massachusetts, 02125, United States\n\n  </span></div>\n\n</div>\n\n<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-pp-phone\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    + 012 345 678 901\n\n  </span></div>\n\n</div>\n\n<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-footer-email\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    info@yourdomain.com\n\n  </span></div>\n\n</div>\n\n\";}'),
(0, 0, '', 350, 'ru', 'a:1:{s:7:\"content\";s:591:\"<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-footer-location\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    42 Boston street, Boston, Massachusetts, 02125, United States\n\n  </span></div>\n\n</div>\n\n<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-pp-phone\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    + 012 345 678 901\n\n  </span></div>\n\n</div>\n\n<div class=\"et-footer-info-wrapper\">\n\n  <div>\n\n    <i class=\"et-icon-footer-email\"></i>\n\n  </div>\n\n  <div><span class=\"footer-info\">\n\n    info@yourdomain.com\n\n  </span></div>\n\n</div>\n\n\";}'),
(0, 0, '', 351, 'da', 'a:1:{s:7:\"content\";s:660:\"<ul id=\"demo_store_links\" class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=141\"|fn_url}\">About us</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=19\"|fn_url}\">Gift certificates</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=27\"|fn_url}\">Our brands</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=23\"|fn_url}\">Reward points</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n\n</ul>\";}'),
(0, 0, '', 351, 'de', 'a:1:{s:7:\"content\";s:660:\"<ul id=\"demo_store_links\" class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=141\"|fn_url}\">About us</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=19\"|fn_url}\">Gift certificates</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=27\"|fn_url}\">Our brands</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=23\"|fn_url}\">Reward points</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n\n</ul>\";}'),
(0, 0, '', 351, 'el', 'a:1:{s:7:\"content\";s:660:\"<ul id=\"demo_store_links\" class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=141\"|fn_url}\">About us</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=19\"|fn_url}\">Gift certificates</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=27\"|fn_url}\">Our brands</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=23\"|fn_url}\">Reward points</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n\n</ul>\";}'),
(0, 0, '', 351, 'en', 'a:1:{s:7:\"content\";s:660:\"<ul id=\"demo_store_links\" class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=141\"|fn_url}\">About us</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=19\"|fn_url}\">Gift certificates</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=27\"|fn_url}\">Our brands</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=23\"|fn_url}\">Reward points</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n\n</ul>\";}'),
(0, 0, '', 351, 'es', 'a:1:{s:7:\"content\";s:660:\"<ul id=\"demo_store_links\" class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=141\"|fn_url}\">About us</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=19\"|fn_url}\">Gift certificates</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=27\"|fn_url}\">Our brands</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=23\"|fn_url}\">Reward points</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n\n</ul>\";}'),
(0, 0, '', 351, 'fr', 'a:1:{s:7:\"content\";s:660:\"<ul id=\"demo_store_links\" class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=141\"|fn_url}\">About us</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=19\"|fn_url}\">Gift certificates</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=27\"|fn_url}\">Our brands</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=23\"|fn_url}\">Reward points</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n\n</ul>\";}'),
(0, 0, '', 351, 'it', 'a:1:{s:7:\"content\";s:660:\"<ul id=\"demo_store_links\" class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=141\"|fn_url}\">About us</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=19\"|fn_url}\">Gift certificates</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=27\"|fn_url}\">Our brands</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=23\"|fn_url}\">Reward points</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n\n</ul>\";}'),
(0, 0, '', 351, 'nl', 'a:1:{s:7:\"content\";s:660:\"<ul id=\"demo_store_links\" class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=141\"|fn_url}\">About us</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=19\"|fn_url}\">Gift certificates</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=27\"|fn_url}\">Our brands</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=23\"|fn_url}\">Reward points</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n\n</ul>\";}'),
(0, 0, '', 351, 'no', 'a:1:{s:7:\"content\";s:660:\"<ul id=\"demo_store_links\" class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=141\"|fn_url}\">About us</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=19\"|fn_url}\">Gift certificates</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=27\"|fn_url}\">Our brands</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=23\"|fn_url}\">Reward points</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n\n</ul>\";}'),
(0, 0, '', 351, 'pt', 'a:1:{s:7:\"content\";s:660:\"<ul id=\"demo_store_links\" class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=141\"|fn_url}\">About us</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=19\"|fn_url}\">Gift certificates</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=27\"|fn_url}\">Our brands</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=23\"|fn_url}\">Reward points</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n\n</ul>\";}'),
(0, 0, '', 351, 'ro', 'a:1:{s:7:\"content\";s:660:\"<ul id=\"demo_store_links\" class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=141\"|fn_url}\">About us</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=19\"|fn_url}\">Gift certificates</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=27\"|fn_url}\">Our brands</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=23\"|fn_url}\">Reward points</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n\n</ul>\";}'),
(0, 0, '', 351, 'ru', 'a:1:{s:7:\"content\";s:660:\"<ul id=\"demo_store_links\" class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=141\"|fn_url}\">About us</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=30\"|fn_url}\">Contact us</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=19\"|fn_url}\">Gift certificates</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"product_features.view_all?filter_id=27\"|fn_url}\">Our brands</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"pages.view?page_id=23\"|fn_url}\">Reward points</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"sitemap.view\"|fn_url}\">Sitemap</a></li>\n\n</ul>\";}'),
(0, 0, '', 352, 'da', 'a:1:{s:7:\"content\";s:695:\"<ul class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">How to become a seller</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Best practices</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Increase your sales</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Promoting products</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Store banners</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">General advices</a></li>\n\n</ul>\";}'),
(0, 0, '', 352, 'de', 'a:1:{s:7:\"content\";s:695:\"<ul class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">How to become a seller</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Best practices</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Increase your sales</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Promoting products</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Store banners</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">General advices</a></li>\n\n</ul>\";}'),
(0, 0, '', 352, 'el', 'a:1:{s:7:\"content\";s:695:\"<ul class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">How to become a seller</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Best practices</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Increase your sales</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Promoting products</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Store banners</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">General advices</a></li>\n\n</ul>\";}'),
(0, 0, '', 352, 'en', 'a:1:{s:7:\"content\";s:695:\"<ul class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">How to become a seller</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Best practices</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Increase your sales</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Promoting products</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Store banners</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">General advices</a></li>\n\n</ul>\";}'),
(0, 0, '', 352, 'es', 'a:1:{s:7:\"content\";s:695:\"<ul class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">How to become a seller</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Best practices</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Increase your sales</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Promoting products</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Store banners</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">General advices</a></li>\n\n</ul>\";}'),
(0, 0, '', 352, 'fr', 'a:1:{s:7:\"content\";s:695:\"<ul class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">How to become a seller</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Best practices</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Increase your sales</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Promoting products</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Store banners</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">General advices</a></li>\n\n</ul>\";}'),
(0, 0, '', 352, 'it', 'a:1:{s:7:\"content\";s:695:\"<ul class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">How to become a seller</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Best practices</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Increase your sales</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Promoting products</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Store banners</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">General advices</a></li>\n\n</ul>\";}'),
(0, 0, '', 352, 'nl', 'a:1:{s:7:\"content\";s:695:\"<ul class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">How to become a seller</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Best practices</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Increase your sales</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Promoting products</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Store banners</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">General advices</a></li>\n\n</ul>\";}'),
(0, 0, '', 352, 'no', 'a:1:{s:7:\"content\";s:695:\"<ul class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">How to become a seller</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Best practices</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Increase your sales</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Promoting products</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Store banners</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">General advices</a></li>\n\n</ul>\";}'),
(0, 0, '', 352, 'pt', 'a:1:{s:7:\"content\";s:695:\"<ul class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">How to become a seller</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Best practices</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Increase your sales</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Promoting products</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Store banners</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">General advices</a></li>\n\n</ul>\";}'),
(0, 0, '', 352, 'ro', 'a:1:{s:7:\"content\";s:695:\"<ul class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">How to become a seller</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Best practices</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Increase your sales</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Promoting products</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Store banners</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">General advices</a></li>\n\n</ul>\";}'),
(0, 0, '', 352, 'ru', 'a:1:{s:7:\"content\";s:695:\"<ul class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">How to become a seller</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Best practices</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Increase your sales</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Promoting products</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">Store banners</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"companies.apply_for_vendor\"|fn_url}\">General advices</a></li>\n\n</ul>\";}'),
(0, 0, '', 353, 'da', 'a:1:{s:7:\"content\";s:619:\"<ul class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">How to rate Sellers</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Best shopping practices</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Adding product reviews</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Shopping guide</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Buyers info line</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">24/7 assisatnce</a></li>\n\n</ul>\";}'),
(0, 0, '', 353, 'de', 'a:1:{s:7:\"content\";s:619:\"<ul class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">How to rate Sellers</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Best shopping practices</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Adding product reviews</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Shopping guide</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Buyers info line</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">24/7 assisatnce</a></li>\n\n</ul>\";}'),
(0, 0, '', 353, 'el', 'a:1:{s:7:\"content\";s:619:\"<ul class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">How to rate Sellers</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Best shopping practices</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Adding product reviews</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Shopping guide</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Buyers info line</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">24/7 assisatnce</a></li>\n\n</ul>\";}'),
(0, 0, '', 353, 'en', 'a:1:{s:7:\"content\";s:619:\"<ul class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">How to rate Sellers</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Best shopping practices</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Adding product reviews</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Shopping guide</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Buyers info line</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">24/7 assisatnce</a></li>\n\n</ul>\";}'),
(0, 0, '', 353, 'es', 'a:1:{s:7:\"content\";s:619:\"<ul class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">How to rate Sellers</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Best shopping practices</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Adding product reviews</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Shopping guide</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Buyers info line</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">24/7 assisatnce</a></li>\n\n</ul>\";}'),
(0, 0, '', 353, 'fr', 'a:1:{s:7:\"content\";s:619:\"<ul class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">How to rate Sellers</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Best shopping practices</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Adding product reviews</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Shopping guide</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Buyers info line</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">24/7 assisatnce</a></li>\n\n</ul>\";}'),
(0, 0, '', 353, 'it', 'a:1:{s:7:\"content\";s:619:\"<ul class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">How to rate Sellers</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Best shopping practices</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Adding product reviews</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Shopping guide</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Buyers info line</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">24/7 assisatnce</a></li>\n\n</ul>\";}'),
(0, 0, '', 353, 'nl', 'a:1:{s:7:\"content\";s:619:\"<ul class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">How to rate Sellers</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Best shopping practices</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Adding product reviews</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Shopping guide</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Buyers info line</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">24/7 assisatnce</a></li>\n\n</ul>\";}'),
(0, 0, '', 353, 'no', 'a:1:{s:7:\"content\";s:619:\"<ul class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">How to rate Sellers</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Best shopping practices</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Adding product reviews</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Shopping guide</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Buyers info line</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">24/7 assisatnce</a></li>\n\n</ul>\";}'),
(0, 0, '', 353, 'pt', 'a:1:{s:7:\"content\";s:619:\"<ul class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">How to rate Sellers</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Best shopping practices</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Adding product reviews</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Shopping guide</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Buyers info line</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">24/7 assisatnce</a></li>\n\n</ul>\";}'),
(0, 0, '', 353, 'ro', 'a:1:{s:7:\"content\";s:619:\"<ul class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">How to rate Sellers</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Best shopping practices</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Adding product reviews</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Shopping guide</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Buyers info line</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">24/7 assisatnce</a></li>\n\n</ul>\";}'),
(0, 0, '', 353, 'ru', 'a:1:{s:7:\"content\";s:619:\"<ul class=\"ty-footer-menu__items1\">\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">How to rate Sellers</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Best shopping practices</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Adding product reviews</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Shopping guide</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">Buyers info line</a></li>\n\n<li class=\"ty-footer-menu__item\"><a href=\"{\"profiles.add\"|fn_url}\">24/7 assisatnce</a></li>\n\n</ul>\";}'),
(0, 0, '', 354, 'da', 'a:1:{s:7:\"content\";s:469:\"<div>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n\n</div>\n\n<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\n</p>\";}'),
(0, 0, '', 354, 'de', 'a:1:{s:7:\"content\";s:469:\"<div>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n\n</div>\n\n<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\n</p>\";}'),
(0, 0, '', 354, 'el', 'a:1:{s:7:\"content\";s:469:\"<div>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n\n</div>\n\n<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\n</p>\";}');
INSERT INTO `partiushop_bm_blocks_content` (`snapping_id`, `object_id`, `object_type`, `block_id`, `lang_code`, `content`) VALUES
(0, 0, '', 354, 'en', 'a:1:{s:7:\"content\";s:469:\"<div>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n\n</div>\n\n<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\n</p>\";}'),
(0, 0, '', 354, 'es', 'a:1:{s:7:\"content\";s:469:\"<div>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n\n</div>\n\n<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\n</p>\";}'),
(0, 0, '', 354, 'fr', 'a:1:{s:7:\"content\";s:469:\"<div>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n\n</div>\n\n<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\n</p>\";}'),
(0, 0, '', 354, 'it', 'a:1:{s:7:\"content\";s:469:\"<div>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n\n</div>\n\n<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\n</p>\";}'),
(0, 0, '', 354, 'nl', 'a:1:{s:7:\"content\";s:469:\"<div>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n\n</div>\n\n<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\n</p>\";}'),
(0, 0, '', 354, 'no', 'a:1:{s:7:\"content\";s:469:\"<div>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n\n</div>\n\n<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\n</p>\";}'),
(0, 0, '', 354, 'pt', 'a:1:{s:7:\"content\";s:469:\"<div>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n\n</div>\n\n<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\n</p>\";}'),
(0, 0, '', 354, 'ro', 'a:1:{s:7:\"content\";s:469:\"<div>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n\n</div>\n\n<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\n</p>\";}'),
(0, 0, '', 354, 'ru', 'a:1:{s:7:\"content\";s:469:\"<div>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n\n</div>\n\n<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\n</p>\";}'),
(0, 0, '', 355, 'da', ''),
(0, 0, '', 355, 'de', ''),
(0, 0, '', 355, 'el', ''),
(0, 0, '', 355, 'en', ''),
(0, 0, '', 355, 'es', ''),
(0, 0, '', 355, 'fr', ''),
(0, 0, '', 355, 'it', ''),
(0, 0, '', 355, 'nl', ''),
(0, 0, '', 355, 'no', ''),
(0, 0, '', 355, 'pt', ''),
(0, 0, '', 355, 'ro', ''),
(0, 0, '', 355, 'ru', ''),
(0, 0, '', 356, 'da', 'a:1:{s:7:\"content\";s:906:\"<div>\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do\n\n</div>\n\n<div class=\"et-social-links\">\n\n  <a href=\"https://www.facebook.com/\" class=\"et-social-icon et-social-icon-f\" target=\"_blank\"><i class=\"et-icon-social-f\"></i></a>\n\n  <a href=\"https://twitter.com/\" class=\"et-social-icon et-social-icon-t\" target=\"_blank\"><i class=\"et-icon-social-t\"></i></a>\n\n  <a href=\"https://www.youtube.com/\" class=\"et-social-icon et-social-icon-y\" target=\"_blank\"><i class=\"et-icon-social-y\"></i></a>\n\n  <a href=\"https://www.linkedin.com/\" class=\"et-social-icon et-social-icon-l\" target=\"_blank\"><i class=\"et-icon-social-l\"></i></a>\n\n  <a href=\"https://www.instagram.com/\" class=\"et-social-icon et-social-icon-i\" target=\"_blank\"><i class=\"et-icon-social-i\"></i></a>\n\n  <a href=\"https://www.pinterest.com/\" class=\"et-social-icon et-social-icon-p\" target=\"_blank\"><i class=\"et-icon-social-p\"></i></a>\n\n</div>\";}'),
(0, 0, '', 356, 'de', 'a:1:{s:7:\"content\";s:906:\"<div>\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do\n\n</div>\n\n<div class=\"et-social-links\">\n\n  <a href=\"https://www.facebook.com/\" class=\"et-social-icon et-social-icon-f\" target=\"_blank\"><i class=\"et-icon-social-f\"></i></a>\n\n  <a href=\"https://twitter.com/\" class=\"et-social-icon et-social-icon-t\" target=\"_blank\"><i class=\"et-icon-social-t\"></i></a>\n\n  <a href=\"https://www.youtube.com/\" class=\"et-social-icon et-social-icon-y\" target=\"_blank\"><i class=\"et-icon-social-y\"></i></a>\n\n  <a href=\"https://www.linkedin.com/\" class=\"et-social-icon et-social-icon-l\" target=\"_blank\"><i class=\"et-icon-social-l\"></i></a>\n\n  <a href=\"https://www.instagram.com/\" class=\"et-social-icon et-social-icon-i\" target=\"_blank\"><i class=\"et-icon-social-i\"></i></a>\n\n  <a href=\"https://www.pinterest.com/\" class=\"et-social-icon et-social-icon-p\" target=\"_blank\"><i class=\"et-icon-social-p\"></i></a>\n\n</div>\";}'),
(0, 0, '', 356, 'el', 'a:1:{s:7:\"content\";s:906:\"<div>\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do\n\n</div>\n\n<div class=\"et-social-links\">\n\n  <a href=\"https://www.facebook.com/\" class=\"et-social-icon et-social-icon-f\" target=\"_blank\"><i class=\"et-icon-social-f\"></i></a>\n\n  <a href=\"https://twitter.com/\" class=\"et-social-icon et-social-icon-t\" target=\"_blank\"><i class=\"et-icon-social-t\"></i></a>\n\n  <a href=\"https://www.youtube.com/\" class=\"et-social-icon et-social-icon-y\" target=\"_blank\"><i class=\"et-icon-social-y\"></i></a>\n\n  <a href=\"https://www.linkedin.com/\" class=\"et-social-icon et-social-icon-l\" target=\"_blank\"><i class=\"et-icon-social-l\"></i></a>\n\n  <a href=\"https://www.instagram.com/\" class=\"et-social-icon et-social-icon-i\" target=\"_blank\"><i class=\"et-icon-social-i\"></i></a>\n\n  <a href=\"https://www.pinterest.com/\" class=\"et-social-icon et-social-icon-p\" target=\"_blank\"><i class=\"et-icon-social-p\"></i></a>\n\n</div>\";}'),
(0, 0, '', 356, 'en', 'a:1:{s:7:\"content\";s:906:\"<div>\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do\n\n</div>\n\n<div class=\"et-social-links\">\n\n  <a href=\"https://www.facebook.com/\" class=\"et-social-icon et-social-icon-f\" target=\"_blank\"><i class=\"et-icon-social-f\"></i></a>\n\n  <a href=\"https://twitter.com/\" class=\"et-social-icon et-social-icon-t\" target=\"_blank\"><i class=\"et-icon-social-t\"></i></a>\n\n  <a href=\"https://www.youtube.com/\" class=\"et-social-icon et-social-icon-y\" target=\"_blank\"><i class=\"et-icon-social-y\"></i></a>\n\n  <a href=\"https://www.linkedin.com/\" class=\"et-social-icon et-social-icon-l\" target=\"_blank\"><i class=\"et-icon-social-l\"></i></a>\n\n  <a href=\"https://www.instagram.com/\" class=\"et-social-icon et-social-icon-i\" target=\"_blank\"><i class=\"et-icon-social-i\"></i></a>\n\n  <a href=\"https://www.pinterest.com/\" class=\"et-social-icon et-social-icon-p\" target=\"_blank\"><i class=\"et-icon-social-p\"></i></a>\n\n</div>\";}'),
(0, 0, '', 356, 'es', 'a:1:{s:7:\"content\";s:906:\"<div>\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do\n\n</div>\n\n<div class=\"et-social-links\">\n\n  <a href=\"https://www.facebook.com/\" class=\"et-social-icon et-social-icon-f\" target=\"_blank\"><i class=\"et-icon-social-f\"></i></a>\n\n  <a href=\"https://twitter.com/\" class=\"et-social-icon et-social-icon-t\" target=\"_blank\"><i class=\"et-icon-social-t\"></i></a>\n\n  <a href=\"https://www.youtube.com/\" class=\"et-social-icon et-social-icon-y\" target=\"_blank\"><i class=\"et-icon-social-y\"></i></a>\n\n  <a href=\"https://www.linkedin.com/\" class=\"et-social-icon et-social-icon-l\" target=\"_blank\"><i class=\"et-icon-social-l\"></i></a>\n\n  <a href=\"https://www.instagram.com/\" class=\"et-social-icon et-social-icon-i\" target=\"_blank\"><i class=\"et-icon-social-i\"></i></a>\n\n  <a href=\"https://www.pinterest.com/\" class=\"et-social-icon et-social-icon-p\" target=\"_blank\"><i class=\"et-icon-social-p\"></i></a>\n\n</div>\";}'),
(0, 0, '', 356, 'fr', 'a:1:{s:7:\"content\";s:906:\"<div>\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do\n\n</div>\n\n<div class=\"et-social-links\">\n\n  <a href=\"https://www.facebook.com/\" class=\"et-social-icon et-social-icon-f\" target=\"_blank\"><i class=\"et-icon-social-f\"></i></a>\n\n  <a href=\"https://twitter.com/\" class=\"et-social-icon et-social-icon-t\" target=\"_blank\"><i class=\"et-icon-social-t\"></i></a>\n\n  <a href=\"https://www.youtube.com/\" class=\"et-social-icon et-social-icon-y\" target=\"_blank\"><i class=\"et-icon-social-y\"></i></a>\n\n  <a href=\"https://www.linkedin.com/\" class=\"et-social-icon et-social-icon-l\" target=\"_blank\"><i class=\"et-icon-social-l\"></i></a>\n\n  <a href=\"https://www.instagram.com/\" class=\"et-social-icon et-social-icon-i\" target=\"_blank\"><i class=\"et-icon-social-i\"></i></a>\n\n  <a href=\"https://www.pinterest.com/\" class=\"et-social-icon et-social-icon-p\" target=\"_blank\"><i class=\"et-icon-social-p\"></i></a>\n\n</div>\";}'),
(0, 0, '', 356, 'it', 'a:1:{s:7:\"content\";s:906:\"<div>\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do\n\n</div>\n\n<div class=\"et-social-links\">\n\n  <a href=\"https://www.facebook.com/\" class=\"et-social-icon et-social-icon-f\" target=\"_blank\"><i class=\"et-icon-social-f\"></i></a>\n\n  <a href=\"https://twitter.com/\" class=\"et-social-icon et-social-icon-t\" target=\"_blank\"><i class=\"et-icon-social-t\"></i></a>\n\n  <a href=\"https://www.youtube.com/\" class=\"et-social-icon et-social-icon-y\" target=\"_blank\"><i class=\"et-icon-social-y\"></i></a>\n\n  <a href=\"https://www.linkedin.com/\" class=\"et-social-icon et-social-icon-l\" target=\"_blank\"><i class=\"et-icon-social-l\"></i></a>\n\n  <a href=\"https://www.instagram.com/\" class=\"et-social-icon et-social-icon-i\" target=\"_blank\"><i class=\"et-icon-social-i\"></i></a>\n\n  <a href=\"https://www.pinterest.com/\" class=\"et-social-icon et-social-icon-p\" target=\"_blank\"><i class=\"et-icon-social-p\"></i></a>\n\n</div>\";}'),
(0, 0, '', 356, 'nl', 'a:1:{s:7:\"content\";s:906:\"<div>\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do\n\n</div>\n\n<div class=\"et-social-links\">\n\n  <a href=\"https://www.facebook.com/\" class=\"et-social-icon et-social-icon-f\" target=\"_blank\"><i class=\"et-icon-social-f\"></i></a>\n\n  <a href=\"https://twitter.com/\" class=\"et-social-icon et-social-icon-t\" target=\"_blank\"><i class=\"et-icon-social-t\"></i></a>\n\n  <a href=\"https://www.youtube.com/\" class=\"et-social-icon et-social-icon-y\" target=\"_blank\"><i class=\"et-icon-social-y\"></i></a>\n\n  <a href=\"https://www.linkedin.com/\" class=\"et-social-icon et-social-icon-l\" target=\"_blank\"><i class=\"et-icon-social-l\"></i></a>\n\n  <a href=\"https://www.instagram.com/\" class=\"et-social-icon et-social-icon-i\" target=\"_blank\"><i class=\"et-icon-social-i\"></i></a>\n\n  <a href=\"https://www.pinterest.com/\" class=\"et-social-icon et-social-icon-p\" target=\"_blank\"><i class=\"et-icon-social-p\"></i></a>\n\n</div>\";}'),
(0, 0, '', 356, 'no', 'a:1:{s:7:\"content\";s:906:\"<div>\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do\n\n</div>\n\n<div class=\"et-social-links\">\n\n  <a href=\"https://www.facebook.com/\" class=\"et-social-icon et-social-icon-f\" target=\"_blank\"><i class=\"et-icon-social-f\"></i></a>\n\n  <a href=\"https://twitter.com/\" class=\"et-social-icon et-social-icon-t\" target=\"_blank\"><i class=\"et-icon-social-t\"></i></a>\n\n  <a href=\"https://www.youtube.com/\" class=\"et-social-icon et-social-icon-y\" target=\"_blank\"><i class=\"et-icon-social-y\"></i></a>\n\n  <a href=\"https://www.linkedin.com/\" class=\"et-social-icon et-social-icon-l\" target=\"_blank\"><i class=\"et-icon-social-l\"></i></a>\n\n  <a href=\"https://www.instagram.com/\" class=\"et-social-icon et-social-icon-i\" target=\"_blank\"><i class=\"et-icon-social-i\"></i></a>\n\n  <a href=\"https://www.pinterest.com/\" class=\"et-social-icon et-social-icon-p\" target=\"_blank\"><i class=\"et-icon-social-p\"></i></a>\n\n</div>\";}'),
(0, 0, '', 356, 'pt', 'a:1:{s:7:\"content\";s:906:\"<div>\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do\n\n</div>\n\n<div class=\"et-social-links\">\n\n  <a href=\"https://www.facebook.com/\" class=\"et-social-icon et-social-icon-f\" target=\"_blank\"><i class=\"et-icon-social-f\"></i></a>\n\n  <a href=\"https://twitter.com/\" class=\"et-social-icon et-social-icon-t\" target=\"_blank\"><i class=\"et-icon-social-t\"></i></a>\n\n  <a href=\"https://www.youtube.com/\" class=\"et-social-icon et-social-icon-y\" target=\"_blank\"><i class=\"et-icon-social-y\"></i></a>\n\n  <a href=\"https://www.linkedin.com/\" class=\"et-social-icon et-social-icon-l\" target=\"_blank\"><i class=\"et-icon-social-l\"></i></a>\n\n  <a href=\"https://www.instagram.com/\" class=\"et-social-icon et-social-icon-i\" target=\"_blank\"><i class=\"et-icon-social-i\"></i></a>\n\n  <a href=\"https://www.pinterest.com/\" class=\"et-social-icon et-social-icon-p\" target=\"_blank\"><i class=\"et-icon-social-p\"></i></a>\n\n</div>\";}'),
(0, 0, '', 356, 'ro', 'a:1:{s:7:\"content\";s:906:\"<div>\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do\n\n</div>\n\n<div class=\"et-social-links\">\n\n  <a href=\"https://www.facebook.com/\" class=\"et-social-icon et-social-icon-f\" target=\"_blank\"><i class=\"et-icon-social-f\"></i></a>\n\n  <a href=\"https://twitter.com/\" class=\"et-social-icon et-social-icon-t\" target=\"_blank\"><i class=\"et-icon-social-t\"></i></a>\n\n  <a href=\"https://www.youtube.com/\" class=\"et-social-icon et-social-icon-y\" target=\"_blank\"><i class=\"et-icon-social-y\"></i></a>\n\n  <a href=\"https://www.linkedin.com/\" class=\"et-social-icon et-social-icon-l\" target=\"_blank\"><i class=\"et-icon-social-l\"></i></a>\n\n  <a href=\"https://www.instagram.com/\" class=\"et-social-icon et-social-icon-i\" target=\"_blank\"><i class=\"et-icon-social-i\"></i></a>\n\n  <a href=\"https://www.pinterest.com/\" class=\"et-social-icon et-social-icon-p\" target=\"_blank\"><i class=\"et-icon-social-p\"></i></a>\n\n</div>\";}'),
(0, 0, '', 356, 'ru', 'a:1:{s:7:\"content\";s:906:\"<div>\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do\n\n</div>\n\n<div class=\"et-social-links\">\n\n  <a href=\"https://www.facebook.com/\" class=\"et-social-icon et-social-icon-f\" target=\"_blank\"><i class=\"et-icon-social-f\"></i></a>\n\n  <a href=\"https://twitter.com/\" class=\"et-social-icon et-social-icon-t\" target=\"_blank\"><i class=\"et-icon-social-t\"></i></a>\n\n  <a href=\"https://www.youtube.com/\" class=\"et-social-icon et-social-icon-y\" target=\"_blank\"><i class=\"et-icon-social-y\"></i></a>\n\n  <a href=\"https://www.linkedin.com/\" class=\"et-social-icon et-social-icon-l\" target=\"_blank\"><i class=\"et-icon-social-l\"></i></a>\n\n  <a href=\"https://www.instagram.com/\" class=\"et-social-icon et-social-icon-i\" target=\"_blank\"><i class=\"et-icon-social-i\"></i></a>\n\n  <a href=\"https://www.pinterest.com/\" class=\"et-social-icon et-social-icon-p\" target=\"_blank\"><i class=\"et-icon-social-p\"></i></a>\n\n</div>\";}'),
(0, 0, '', 357, 'da', ''),
(0, 0, '', 357, 'de', ''),
(0, 0, '', 357, 'el', ''),
(0, 0, '', 357, 'en', ''),
(0, 0, '', 357, 'es', ''),
(0, 0, '', 357, 'fr', ''),
(0, 0, '', 357, 'it', ''),
(0, 0, '', 357, 'nl', ''),
(0, 0, '', 357, 'no', ''),
(0, 0, '', 357, 'pt', ''),
(0, 0, '', 357, 'ro', ''),
(0, 0, '', 357, 'ru', ''),
(0, 0, '', 358, 'da', ''),
(0, 0, '', 358, 'de', ''),
(0, 0, '', 358, 'el', ''),
(0, 0, '', 358, 'en', ''),
(0, 0, '', 358, 'es', ''),
(0, 0, '', 358, 'fr', ''),
(0, 0, '', 358, 'it', ''),
(0, 0, '', 358, 'nl', ''),
(0, 0, '', 358, 'no', ''),
(0, 0, '', 358, 'pt', ''),
(0, 0, '', 358, 'ro', ''),
(0, 0, '', 358, 'ru', ''),
(0, 0, '', 359, 'da', ''),
(0, 0, '', 359, 'de', ''),
(0, 0, '', 359, 'el', ''),
(0, 0, '', 359, 'en', ''),
(0, 0, '', 359, 'es', ''),
(0, 0, '', 359, 'fr', ''),
(0, 0, '', 359, 'it', ''),
(0, 0, '', 359, 'nl', ''),
(0, 0, '', 359, 'no', ''),
(0, 0, '', 359, 'pt', ''),
(0, 0, '', 359, 'ro', ''),
(0, 0, '', 359, 'ru', ''),
(0, 0, '', 360, 'da', 'a:1:{s:4:\"menu\";i:11;}'),
(0, 0, '', 360, 'de', 'a:1:{s:4:\"menu\";i:11;}'),
(0, 0, '', 360, 'el', 'a:1:{s:4:\"menu\";i:11;}'),
(0, 0, '', 360, 'en', 'a:1:{s:4:\"menu\";i:11;}'),
(0, 0, '', 360, 'es', 'a:1:{s:4:\"menu\";i:11;}'),
(0, 0, '', 360, 'fr', 'a:1:{s:4:\"menu\";i:11;}'),
(0, 0, '', 360, 'it', 'a:1:{s:4:\"menu\";i:11;}'),
(0, 0, '', 360, 'nl', 'a:1:{s:4:\"menu\";i:11;}'),
(0, 0, '', 360, 'no', 'a:1:{s:4:\"menu\";i:11;}'),
(0, 0, '', 360, 'pt', 'a:1:{s:4:\"menu\";i:11;}'),
(0, 0, '', 360, 'ro', 'a:1:{s:4:\"menu\";i:11;}'),
(0, 0, '', 360, 'ru', 'a:1:{s:4:\"menu\";i:11;}'),
(0, 0, '', 361, 'da', ''),
(0, 0, '', 361, 'de', ''),
(0, 0, '', 361, 'el', ''),
(0, 0, '', 361, 'en', ''),
(0, 0, '', 361, 'es', ''),
(0, 0, '', 361, 'fr', ''),
(0, 0, '', 361, 'it', ''),
(0, 0, '', 361, 'nl', ''),
(0, 0, '', 361, 'no', ''),
(0, 0, '', 361, 'pt', ''),
(0, 0, '', 361, 'ro', ''),
(0, 0, '', 361, 'ru', ''),
(0, 0, '', 362, 'da', ''),
(0, 0, '', 362, 'de', ''),
(0, 0, '', 362, 'el', ''),
(0, 0, '', 362, 'en', ''),
(0, 0, '', 362, 'es', ''),
(0, 0, '', 362, 'fr', ''),
(0, 0, '', 362, 'it', ''),
(0, 0, '', 362, 'nl', ''),
(0, 0, '', 362, 'no', ''),
(0, 0, '', 362, 'pt', ''),
(0, 0, '', 362, 'ro', ''),
(0, 0, '', 362, 'ru', ''),
(0, 0, '', 363, 'da', 'a:1:{s:4:\"menu\";i:12;}'),
(0, 0, '', 363, 'de', 'a:1:{s:4:\"menu\";i:12;}'),
(0, 0, '', 363, 'el', 'a:1:{s:4:\"menu\";i:12;}'),
(0, 0, '', 363, 'en', 'a:1:{s:4:\"menu\";i:12;}'),
(0, 0, '', 363, 'es', 'a:1:{s:4:\"menu\";i:12;}'),
(0, 0, '', 363, 'fr', 'a:1:{s:4:\"menu\";i:12;}'),
(0, 0, '', 363, 'it', 'a:1:{s:4:\"menu\";i:12;}'),
(0, 0, '', 363, 'nl', 'a:1:{s:4:\"menu\";i:12;}'),
(0, 0, '', 363, 'no', 'a:1:{s:4:\"menu\";i:12;}'),
(0, 0, '', 363, 'pt', 'a:1:{s:4:\"menu\";i:12;}'),
(0, 0, '', 363, 'ro', 'a:1:{s:4:\"menu\";i:12;}'),
(0, 0, '', 363, 'ru', 'a:1:{s:4:\"menu\";i:12;}'),
(0, 0, '', 364, 'da', ''),
(0, 0, '', 364, 'de', ''),
(0, 0, '', 364, 'el', ''),
(0, 0, '', 364, 'en', ''),
(0, 0, '', 364, 'es', ''),
(0, 0, '', 364, 'fr', ''),
(0, 0, '', 364, 'it', ''),
(0, 0, '', 364, 'nl', ''),
(0, 0, '', 364, 'no', ''),
(0, 0, '', 364, 'pt', ''),
(0, 0, '', 364, 'ro', ''),
(0, 0, '', 364, 'ru', ''),
(0, 0, '', 365, 'da', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 365, 'de', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 365, 'el', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 365, 'en', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 365, 'es', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 365, 'fr', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 365, 'it', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 365, 'nl', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 365, 'no', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 365, 'pt', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 365, 'ro', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 365, 'ru', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 366, 'da', 'a:1:{s:4:\"menu\";i:13;}'),
(0, 0, '', 366, 'de', 'a:1:{s:4:\"menu\";i:13;}'),
(0, 0, '', 366, 'el', 'a:1:{s:4:\"menu\";i:13;}'),
(0, 0, '', 366, 'en', 'a:1:{s:4:\"menu\";i:13;}'),
(0, 0, '', 366, 'es', 'a:1:{s:4:\"menu\";i:13;}'),
(0, 0, '', 366, 'fr', 'a:1:{s:4:\"menu\";i:13;}'),
(0, 0, '', 366, 'it', 'a:1:{s:4:\"menu\";i:13;}'),
(0, 0, '', 366, 'nl', 'a:1:{s:4:\"menu\";i:13;}'),
(0, 0, '', 366, 'no', 'a:1:{s:4:\"menu\";i:13;}'),
(0, 0, '', 366, 'pt', 'a:1:{s:4:\"menu\";i:13;}'),
(0, 0, '', 366, 'ro', 'a:1:{s:4:\"menu\";i:13;}'),
(0, 0, '', 366, 'ru', 'a:1:{s:4:\"menu\";i:13;}'),
(0, 0, '', 367, 'da', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 367, 'de', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 367, 'el', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 367, 'en', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 367, 'es', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 367, 'fr', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 367, 'it', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 367, 'nl', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 367, 'no', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 367, 'pt', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 367, 'ro', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 367, 'ru', 'a:1:{s:5:\"items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 368, 'da', ''),
(0, 0, '', 368, 'de', ''),
(0, 0, '', 368, 'el', ''),
(0, 0, '', 368, 'en', ''),
(0, 0, '', 368, 'es', ''),
(0, 0, '', 368, 'fr', ''),
(0, 0, '', 368, 'it', ''),
(0, 0, '', 368, 'nl', ''),
(0, 0, '', 368, 'no', ''),
(0, 0, '', 368, 'pt', ''),
(0, 0, '', 368, 'ro', ''),
(0, 0, '', 368, 'ru', ''),
(0, 0, '', 369, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"37,38,39,40\";}}'),
(0, 0, '', 369, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"37,38,39,40\";}}'),
(0, 0, '', 369, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"37,38,39,40\";}}'),
(0, 0, '', 369, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"37,38,39,40\";}}'),
(0, 0, '', 369, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"37,38,39,40\";}}'),
(0, 0, '', 369, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"37,38,39,40\";}}'),
(0, 0, '', 369, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"37,38,39,40\";}}'),
(0, 0, '', 369, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"37,38,39,40\";}}'),
(0, 0, '', 369, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"37,38,39,40\";}}'),
(0, 0, '', 369, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"37,38,39,40\";}}'),
(0, 0, '', 369, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"37,38,39,40\";}}'),
(0, 0, '', 369, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:11:\"37,38,39,40\";}}'),
(0, 0, '', 370, 'da', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 370, 'de', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 370, 'el', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 370, 'en', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 370, 'es', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 370, 'fr', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 370, 'it', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 370, 'nl', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 370, 'no', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 370, 'pt', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 370, 'ro', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 370, 'ru', 'a:1:{s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 371, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:1:\"7\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 371, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:1:\"7\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 371, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:1:\"7\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 371, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:1:\"7\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 371, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:1:\"7\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 371, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:1:\"7\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 371, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:1:\"7\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 371, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:1:\"7\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 371, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:1:\"7\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 371, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:1:\"7\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 371, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:1:\"7\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 371, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:12:\"most_popular\";s:5:\"limit\";s:1:\"7\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 372, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:2:\"12\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 372, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:2:\"12\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 372, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:2:\"12\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 372, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:2:\"12\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 372, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:2:\"12\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 372, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:2:\"12\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 372, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:2:\"12\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 372, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:2:\"12\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 372, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:2:\"12\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 372, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:2:\"12\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 372, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:2:\"12\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 372, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:2:\"12\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 373, 'da', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 373, 'de', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 373, 'el', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 373, 'en', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 373, 'es', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 373, 'fr', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 373, 'it', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 373, 'nl', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 373, 'no', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 373, 'pt', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 373, 'ro', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 373, 'ru', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:1:{s:7:\"filling\";s:3:\"all\";}}'),
(0, 0, '', 374, 'da', 'a:9:{s:17:\"et_cta_title_text\";s:43:\"Start your own business on our Marketplace!\";s:19:\"et_cta_step_1_title\";s:27:\"Apply for a vendor account \";s:18:\"et_cta_step_1_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:19:\"et_cta_step_2_title\";s:24:\"Simply upload your items\";s:18:\"et_cta_step_2_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:19:\"et_cta_step_3_title\";s:24:\"Start selling in minutes\";s:18:\"et_cta_step_3_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:18:\"et_cta_button_text\";s:9:\"START NOW\";s:17:\"et_cta_button_url\";s:22:\"companies.vendor_plans\";}'),
(0, 0, '', 374, 'de', 'a:9:{s:17:\"et_cta_title_text\";s:43:\"Start your own business on our Marketplace!\";s:19:\"et_cta_step_1_title\";s:27:\"Apply for a vendor account \";s:18:\"et_cta_step_1_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:19:\"et_cta_step_2_title\";s:24:\"Simply upload your items\";s:18:\"et_cta_step_2_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:19:\"et_cta_step_3_title\";s:24:\"Start selling in minutes\";s:18:\"et_cta_step_3_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:18:\"et_cta_button_text\";s:9:\"START NOW\";s:17:\"et_cta_button_url\";s:22:\"companies.vendor_plans\";}'),
(0, 0, '', 374, 'el', 'a:9:{s:17:\"et_cta_title_text\";s:43:\"Start your own business on our Marketplace!\";s:19:\"et_cta_step_1_title\";s:27:\"Apply for a vendor account \";s:18:\"et_cta_step_1_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:19:\"et_cta_step_2_title\";s:24:\"Simply upload your items\";s:18:\"et_cta_step_2_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:19:\"et_cta_step_3_title\";s:24:\"Start selling in minutes\";s:18:\"et_cta_step_3_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:18:\"et_cta_button_text\";s:9:\"START NOW\";s:17:\"et_cta_button_url\";s:22:\"companies.vendor_plans\";}'),
(0, 0, '', 374, 'en', 'a:9:{s:17:\"et_cta_title_text\";s:43:\"Start your own business on our Marketplace!\";s:19:\"et_cta_step_1_title\";s:27:\"Apply for a vendor account \";s:18:\"et_cta_step_1_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:19:\"et_cta_step_2_title\";s:24:\"Simply upload your items\";s:18:\"et_cta_step_2_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:19:\"et_cta_step_3_title\";s:24:\"Start selling in minutes\";s:18:\"et_cta_step_3_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:18:\"et_cta_button_text\";s:9:\"START NOW\";s:17:\"et_cta_button_url\";s:22:\"companies.vendor_plans\";}'),
(0, 0, '', 374, 'es', 'a:9:{s:17:\"et_cta_title_text\";s:43:\"Start your own business on our Marketplace!\";s:19:\"et_cta_step_1_title\";s:27:\"Apply for a vendor account \";s:18:\"et_cta_step_1_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:19:\"et_cta_step_2_title\";s:24:\"Simply upload your items\";s:18:\"et_cta_step_2_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:19:\"et_cta_step_3_title\";s:24:\"Start selling in minutes\";s:18:\"et_cta_step_3_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:18:\"et_cta_button_text\";s:9:\"START NOW\";s:17:\"et_cta_button_url\";s:22:\"companies.vendor_plans\";}'),
(0, 0, '', 374, 'fr', 'a:9:{s:17:\"et_cta_title_text\";s:43:\"Start your own business on our Marketplace!\";s:19:\"et_cta_step_1_title\";s:27:\"Apply for a vendor account \";s:18:\"et_cta_step_1_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:19:\"et_cta_step_2_title\";s:24:\"Simply upload your items\";s:18:\"et_cta_step_2_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:19:\"et_cta_step_3_title\";s:24:\"Start selling in minutes\";s:18:\"et_cta_step_3_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:18:\"et_cta_button_text\";s:9:\"START NOW\";s:17:\"et_cta_button_url\";s:22:\"companies.vendor_plans\";}'),
(0, 0, '', 374, 'it', 'a:9:{s:17:\"et_cta_title_text\";s:43:\"Start your own business on our Marketplace!\";s:19:\"et_cta_step_1_title\";s:27:\"Apply for a vendor account \";s:18:\"et_cta_step_1_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:19:\"et_cta_step_2_title\";s:24:\"Simply upload your items\";s:18:\"et_cta_step_2_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:19:\"et_cta_step_3_title\";s:24:\"Start selling in minutes\";s:18:\"et_cta_step_3_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:18:\"et_cta_button_text\";s:9:\"START NOW\";s:17:\"et_cta_button_url\";s:22:\"companies.vendor_plans\";}'),
(0, 0, '', 374, 'nl', 'a:9:{s:17:\"et_cta_title_text\";s:43:\"Start your own business on our Marketplace!\";s:19:\"et_cta_step_1_title\";s:27:\"Apply for a vendor account \";s:18:\"et_cta_step_1_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:19:\"et_cta_step_2_title\";s:24:\"Simply upload your items\";s:18:\"et_cta_step_2_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:19:\"et_cta_step_3_title\";s:24:\"Start selling in minutes\";s:18:\"et_cta_step_3_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:18:\"et_cta_button_text\";s:9:\"START NOW\";s:17:\"et_cta_button_url\";s:22:\"companies.vendor_plans\";}'),
(0, 0, '', 374, 'no', 'a:9:{s:17:\"et_cta_title_text\";s:43:\"Start your own business on our Marketplace!\";s:19:\"et_cta_step_1_title\";s:27:\"Apply for a vendor account \";s:18:\"et_cta_step_1_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:19:\"et_cta_step_2_title\";s:24:\"Simply upload your items\";s:18:\"et_cta_step_2_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:19:\"et_cta_step_3_title\";s:24:\"Start selling in minutes\";s:18:\"et_cta_step_3_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:18:\"et_cta_button_text\";s:9:\"START NOW\";s:17:\"et_cta_button_url\";s:22:\"companies.vendor_plans\";}'),
(0, 0, '', 374, 'pt', 'a:9:{s:17:\"et_cta_title_text\";s:43:\"Start your own business on our Marketplace!\";s:19:\"et_cta_step_1_title\";s:27:\"Apply for a vendor account \";s:18:\"et_cta_step_1_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:19:\"et_cta_step_2_title\";s:24:\"Simply upload your items\";s:18:\"et_cta_step_2_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:19:\"et_cta_step_3_title\";s:24:\"Start selling in minutes\";s:18:\"et_cta_step_3_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:18:\"et_cta_button_text\";s:9:\"START NOW\";s:17:\"et_cta_button_url\";s:22:\"companies.vendor_plans\";}'),
(0, 0, '', 374, 'ro', 'a:9:{s:17:\"et_cta_title_text\";s:43:\"Start your own business on our Marketplace!\";s:19:\"et_cta_step_1_title\";s:27:\"Apply for a vendor account \";s:18:\"et_cta_step_1_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:19:\"et_cta_step_2_title\";s:24:\"Simply upload your items\";s:18:\"et_cta_step_2_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:19:\"et_cta_step_3_title\";s:24:\"Start selling in minutes\";s:18:\"et_cta_step_3_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:18:\"et_cta_button_text\";s:9:\"START NOW\";s:17:\"et_cta_button_url\";s:22:\"companies.vendor_plans\";}'),
(0, 0, '', 374, 'ru', 'a:9:{s:17:\"et_cta_title_text\";s:43:\"Start your own business on our Marketplace!\";s:19:\"et_cta_step_1_title\";s:27:\"Apply for a vendor account \";s:18:\"et_cta_step_1_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:19:\"et_cta_step_2_title\";s:24:\"Simply upload your items\";s:18:\"et_cta_step_2_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:19:\"et_cta_step_3_title\";s:24:\"Start selling in minutes\";s:18:\"et_cta_step_3_text\";s:156:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt utLorem ipsum dolor sit amet, consectetuer adipiscing elit\";s:18:\"et_cta_button_text\";s:9:\"START NOW\";s:17:\"et_cta_button_url\";s:22:\"companies.vendor_plans\";}'),
(0, 0, '', 375, 'da', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 375, 'de', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 375, 'el', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 375, 'en', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 375, 'es', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 375, 'fr', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 375, 'it', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 375, 'nl', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}');
INSERT INTO `partiushop_bm_blocks_content` (`snapping_id`, `object_id`, `object_type`, `block_id`, `lang_code`, `content`) VALUES
(0, 0, '', 375, 'no', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 375, 'pt', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 375, 'ro', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 375, 'ru', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:5:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:1:\"A\";s:9:\"last_days\";s:1:\"1\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 376, 'da', 'a:8:{s:20:\"et_eib_block_1_title\";s:14:\"PHONE ORDERING\";s:19:\"et_eib_block_1_text\";s:103:\"Any product can be oredred by phone. We take care of all item handlings for you. CALL: 1234 - 567 - 890\";s:20:\"et_eib_block_2_title\";s:14:\" FREE SHIPPING\";s:19:\"et_eib_block_2_text\";s:89:\"All products are delivered to you for FREE as long as your oder exceeds $200 at checkout.\";s:20:\"et_eib_block_3_title\";s:12:\"FREE RETURNS\";s:19:\"et_eib_block_3_text\";s:95:\"Anything you buy can be returned free of charge for 60 days after purchase, no questions asked.\";s:20:\"et_eib_block_4_title\";s:14:\"ITEMS WARRANTY\";s:19:\"et_eib_block_4_text\";s:97:\"Whatever you purchase comes along with 90 days item warranty. All of our Vendors agree with this.\";}'),
(0, 0, '', 376, 'de', 'a:8:{s:20:\"et_eib_block_1_title\";s:14:\"PHONE ORDERING\";s:19:\"et_eib_block_1_text\";s:103:\"Any product can be oredred by phone. We take care of all item handlings for you. CALL: 1234 - 567 - 890\";s:20:\"et_eib_block_2_title\";s:14:\" FREE SHIPPING\";s:19:\"et_eib_block_2_text\";s:89:\"All products are delivered to you for FREE as long as your oder exceeds $200 at checkout.\";s:20:\"et_eib_block_3_title\";s:12:\"FREE RETURNS\";s:19:\"et_eib_block_3_text\";s:95:\"Anything you buy can be returned free of charge for 60 days after purchase, no questions asked.\";s:20:\"et_eib_block_4_title\";s:14:\"ITEMS WARRANTY\";s:19:\"et_eib_block_4_text\";s:97:\"Whatever you purchase comes along with 90 days item warranty. All of our Vendors agree with this.\";}'),
(0, 0, '', 376, 'el', 'a:8:{s:20:\"et_eib_block_1_title\";s:14:\"PHONE ORDERING\";s:19:\"et_eib_block_1_text\";s:103:\"Any product can be oredred by phone. We take care of all item handlings for you. CALL: 1234 - 567 - 890\";s:20:\"et_eib_block_2_title\";s:14:\" FREE SHIPPING\";s:19:\"et_eib_block_2_text\";s:89:\"All products are delivered to you for FREE as long as your oder exceeds $200 at checkout.\";s:20:\"et_eib_block_3_title\";s:12:\"FREE RETURNS\";s:19:\"et_eib_block_3_text\";s:95:\"Anything you buy can be returned free of charge for 60 days after purchase, no questions asked.\";s:20:\"et_eib_block_4_title\";s:14:\"ITEMS WARRANTY\";s:19:\"et_eib_block_4_text\";s:97:\"Whatever you purchase comes along with 90 days item warranty. All of our Vendors agree with this.\";}'),
(0, 0, '', 376, 'en', 'a:8:{s:20:\"et_eib_block_1_title\";s:14:\"PHONE ORDERING\";s:19:\"et_eib_block_1_text\";s:103:\"Any product can be oredred by phone. We take care of all item handlings for you. CALL: 1234 - 567 - 890\";s:20:\"et_eib_block_2_title\";s:14:\" FREE SHIPPING\";s:19:\"et_eib_block_2_text\";s:89:\"All products are delivered to you for FREE as long as your oder exceeds $200 at checkout.\";s:20:\"et_eib_block_3_title\";s:12:\"FREE RETURNS\";s:19:\"et_eib_block_3_text\";s:95:\"Anything you buy can be returned free of charge for 60 days after purchase, no questions asked.\";s:20:\"et_eib_block_4_title\";s:14:\"ITEMS WARRANTY\";s:19:\"et_eib_block_4_text\";s:97:\"Whatever you purchase comes along with 90 days item warranty. All of our Vendors agree with this.\";}'),
(0, 0, '', 376, 'es', 'a:8:{s:20:\"et_eib_block_1_title\";s:14:\"PHONE ORDERING\";s:19:\"et_eib_block_1_text\";s:103:\"Any product can be oredred by phone. We take care of all item handlings for you. CALL: 1234 - 567 - 890\";s:20:\"et_eib_block_2_title\";s:14:\" FREE SHIPPING\";s:19:\"et_eib_block_2_text\";s:89:\"All products are delivered to you for FREE as long as your oder exceeds $200 at checkout.\";s:20:\"et_eib_block_3_title\";s:12:\"FREE RETURNS\";s:19:\"et_eib_block_3_text\";s:95:\"Anything you buy can be returned free of charge for 60 days after purchase, no questions asked.\";s:20:\"et_eib_block_4_title\";s:14:\"ITEMS WARRANTY\";s:19:\"et_eib_block_4_text\";s:97:\"Whatever you purchase comes along with 90 days item warranty. All of our Vendors agree with this.\";}'),
(0, 0, '', 376, 'fr', 'a:8:{s:20:\"et_eib_block_1_title\";s:14:\"PHONE ORDERING\";s:19:\"et_eib_block_1_text\";s:103:\"Any product can be oredred by phone. We take care of all item handlings for you. CALL: 1234 - 567 - 890\";s:20:\"et_eib_block_2_title\";s:14:\" FREE SHIPPING\";s:19:\"et_eib_block_2_text\";s:89:\"All products are delivered to you for FREE as long as your oder exceeds $200 at checkout.\";s:20:\"et_eib_block_3_title\";s:12:\"FREE RETURNS\";s:19:\"et_eib_block_3_text\";s:95:\"Anything you buy can be returned free of charge for 60 days after purchase, no questions asked.\";s:20:\"et_eib_block_4_title\";s:14:\"ITEMS WARRANTY\";s:19:\"et_eib_block_4_text\";s:97:\"Whatever you purchase comes along with 90 days item warranty. All of our Vendors agree with this.\";}'),
(0, 0, '', 376, 'it', 'a:8:{s:20:\"et_eib_block_1_title\";s:14:\"PHONE ORDERING\";s:19:\"et_eib_block_1_text\";s:103:\"Any product can be oredred by phone. We take care of all item handlings for you. CALL: 1234 - 567 - 890\";s:20:\"et_eib_block_2_title\";s:14:\" FREE SHIPPING\";s:19:\"et_eib_block_2_text\";s:89:\"All products are delivered to you for FREE as long as your oder exceeds $200 at checkout.\";s:20:\"et_eib_block_3_title\";s:12:\"FREE RETURNS\";s:19:\"et_eib_block_3_text\";s:95:\"Anything you buy can be returned free of charge for 60 days after purchase, no questions asked.\";s:20:\"et_eib_block_4_title\";s:14:\"ITEMS WARRANTY\";s:19:\"et_eib_block_4_text\";s:97:\"Whatever you purchase comes along with 90 days item warranty. All of our Vendors agree with this.\";}'),
(0, 0, '', 376, 'nl', 'a:8:{s:20:\"et_eib_block_1_title\";s:14:\"PHONE ORDERING\";s:19:\"et_eib_block_1_text\";s:103:\"Any product can be oredred by phone. We take care of all item handlings for you. CALL: 1234 - 567 - 890\";s:20:\"et_eib_block_2_title\";s:14:\" FREE SHIPPING\";s:19:\"et_eib_block_2_text\";s:89:\"All products are delivered to you for FREE as long as your oder exceeds $200 at checkout.\";s:20:\"et_eib_block_3_title\";s:12:\"FREE RETURNS\";s:19:\"et_eib_block_3_text\";s:95:\"Anything you buy can be returned free of charge for 60 days after purchase, no questions asked.\";s:20:\"et_eib_block_4_title\";s:14:\"ITEMS WARRANTY\";s:19:\"et_eib_block_4_text\";s:97:\"Whatever you purchase comes along with 90 days item warranty. All of our Vendors agree with this.\";}'),
(0, 0, '', 376, 'no', 'a:8:{s:20:\"et_eib_block_1_title\";s:14:\"PHONE ORDERING\";s:19:\"et_eib_block_1_text\";s:103:\"Any product can be oredred by phone. We take care of all item handlings for you. CALL: 1234 - 567 - 890\";s:20:\"et_eib_block_2_title\";s:14:\" FREE SHIPPING\";s:19:\"et_eib_block_2_text\";s:89:\"All products are delivered to you for FREE as long as your oder exceeds $200 at checkout.\";s:20:\"et_eib_block_3_title\";s:12:\"FREE RETURNS\";s:19:\"et_eib_block_3_text\";s:95:\"Anything you buy can be returned free of charge for 60 days after purchase, no questions asked.\";s:20:\"et_eib_block_4_title\";s:14:\"ITEMS WARRANTY\";s:19:\"et_eib_block_4_text\";s:97:\"Whatever you purchase comes along with 90 days item warranty. All of our Vendors agree with this.\";}'),
(0, 0, '', 376, 'pt', 'a:8:{s:20:\"et_eib_block_1_title\";s:14:\"PHONE ORDERING\";s:19:\"et_eib_block_1_text\";s:103:\"Any product can be oredred by phone. We take care of all item handlings for you. CALL: 1234 - 567 - 890\";s:20:\"et_eib_block_2_title\";s:14:\" FREE SHIPPING\";s:19:\"et_eib_block_2_text\";s:89:\"All products are delivered to you for FREE as long as your oder exceeds $200 at checkout.\";s:20:\"et_eib_block_3_title\";s:12:\"FREE RETURNS\";s:19:\"et_eib_block_3_text\";s:95:\"Anything you buy can be returned free of charge for 60 days after purchase, no questions asked.\";s:20:\"et_eib_block_4_title\";s:14:\"ITEMS WARRANTY\";s:19:\"et_eib_block_4_text\";s:97:\"Whatever you purchase comes along with 90 days item warranty. All of our Vendors agree with this.\";}'),
(0, 0, '', 376, 'ro', 'a:8:{s:20:\"et_eib_block_1_title\";s:14:\"PHONE ORDERING\";s:19:\"et_eib_block_1_text\";s:103:\"Any product can be oredred by phone. We take care of all item handlings for you. CALL: 1234 - 567 - 890\";s:20:\"et_eib_block_2_title\";s:14:\" FREE SHIPPING\";s:19:\"et_eib_block_2_text\";s:89:\"All products are delivered to you for FREE as long as your oder exceeds $200 at checkout.\";s:20:\"et_eib_block_3_title\";s:12:\"FREE RETURNS\";s:19:\"et_eib_block_3_text\";s:95:\"Anything you buy can be returned free of charge for 60 days after purchase, no questions asked.\";s:20:\"et_eib_block_4_title\";s:14:\"ITEMS WARRANTY\";s:19:\"et_eib_block_4_text\";s:97:\"Whatever you purchase comes along with 90 days item warranty. All of our Vendors agree with this.\";}'),
(0, 0, '', 376, 'ru', 'a:8:{s:20:\"et_eib_block_1_title\";s:14:\"PHONE ORDERING\";s:19:\"et_eib_block_1_text\";s:103:\"Any product can be oredred by phone. We take care of all item handlings for you. CALL: 1234 - 567 - 890\";s:20:\"et_eib_block_2_title\";s:14:\" FREE SHIPPING\";s:19:\"et_eib_block_2_text\";s:89:\"All products are delivered to you for FREE as long as your oder exceeds $200 at checkout.\";s:20:\"et_eib_block_3_title\";s:12:\"FREE RETURNS\";s:19:\"et_eib_block_3_text\";s:95:\"Anything you buy can be returned free of charge for 60 days after purchase, no questions asked.\";s:20:\"et_eib_block_4_title\";s:14:\"ITEMS WARRANTY\";s:19:\"et_eib_block_4_text\";s:97:\"Whatever you purchase comes along with 90 days item warranty. All of our Vendors agree with this.\";}'),
(0, 0, '', 377, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"1\";}}'),
(0, 0, '', 377, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"1\";}}'),
(0, 0, '', 377, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"1\";}}'),
(0, 0, '', 377, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"1\";}}'),
(0, 0, '', 377, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"1\";}}'),
(0, 0, '', 377, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"1\";}}'),
(0, 0, '', 377, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"1\";}}'),
(0, 0, '', 377, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"1\";}}'),
(0, 0, '', 377, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"1\";}}'),
(0, 0, '', 377, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"1\";}}'),
(0, 0, '', 377, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"1\";}}'),
(0, 0, '', 377, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"1\";}}'),
(0, 0, '', 378, 'da', 'a:1:{s:7:\"content\";s:223:\"<span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.</span>\";}'),
(0, 0, '', 378, 'de', 'a:1:{s:7:\"content\";s:223:\"<span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.</span>\";}'),
(0, 0, '', 378, 'el', 'a:1:{s:7:\"content\";s:223:\"<span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.</span>\";}'),
(0, 0, '', 378, 'en', 'a:1:{s:7:\"content\";s:223:\"<span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.</span>\";}'),
(0, 0, '', 378, 'es', 'a:1:{s:7:\"content\";s:223:\"<span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.</span>\";}'),
(0, 0, '', 378, 'fr', 'a:1:{s:7:\"content\";s:223:\"<span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.</span>\";}'),
(0, 0, '', 378, 'it', 'a:1:{s:7:\"content\";s:223:\"<span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.</span>\";}'),
(0, 0, '', 378, 'nl', 'a:1:{s:7:\"content\";s:223:\"<span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.</span>\";}'),
(0, 0, '', 378, 'no', 'a:1:{s:7:\"content\";s:223:\"<span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.</span>\";}'),
(0, 0, '', 378, 'pt', 'a:1:{s:7:\"content\";s:223:\"<span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.</span>\";}'),
(0, 0, '', 378, 'ro', 'a:1:{s:7:\"content\";s:223:\"<span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.</span>\";}'),
(0, 0, '', 378, 'ru', 'a:1:{s:7:\"content\";s:223:\"<span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.</span>\";}'),
(0, 0, '', 379, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"41,42\";}}'),
(0, 0, '', 379, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"41,42\";}}'),
(0, 0, '', 379, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"41,42\";}}'),
(0, 0, '', 379, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"41,42\";}}'),
(0, 0, '', 379, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"41,42\";}}'),
(0, 0, '', 379, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"41,42\";}}'),
(0, 0, '', 379, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"41,42\";}}'),
(0, 0, '', 379, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"41,42\";}}'),
(0, 0, '', 379, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"41,42\";}}'),
(0, 0, '', 379, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"41,42\";}}'),
(0, 0, '', 379, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"41,42\";}}'),
(0, 0, '', 379, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"41,42\";}}'),
(0, 0, '', 380, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"43,44\";}}'),
(0, 0, '', 380, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"43,44\";}}'),
(0, 0, '', 380, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"43,44\";}}'),
(0, 0, '', 380, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"43,44\";}}'),
(0, 0, '', 380, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"43,44\";}}'),
(0, 0, '', 380, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"43,44\";}}'),
(0, 0, '', 380, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"43,44\";}}'),
(0, 0, '', 380, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"43,44\";}}'),
(0, 0, '', 380, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"43,44\";}}'),
(0, 0, '', 380, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"43,44\";}}'),
(0, 0, '', 380, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"43,44\";}}'),
(0, 0, '', 380, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"43,44\";}}'),
(0, 0, '', 381, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:45;}}'),
(0, 0, '', 381, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:45;}}'),
(0, 0, '', 381, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:45;}}'),
(0, 0, '', 381, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:45;}}'),
(0, 0, '', 381, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:45;}}'),
(0, 0, '', 381, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:45;}}'),
(0, 0, '', 381, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:45;}}'),
(0, 0, '', 381, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:45;}}'),
(0, 0, '', 381, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:45;}}'),
(0, 0, '', 381, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:45;}}'),
(0, 0, '', 381, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:45;}}'),
(0, 0, '', 381, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:45;}}'),
(0, 0, '', 382, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"46,47\";}}'),
(0, 0, '', 382, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"46,47\";}}'),
(0, 0, '', 382, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"46,47\";}}'),
(0, 0, '', 382, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"46,47\";}}'),
(0, 0, '', 382, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"46,47\";}}'),
(0, 0, '', 382, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"46,47\";}}'),
(0, 0, '', 382, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"46,47\";}}'),
(0, 0, '', 382, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"46,47\";}}'),
(0, 0, '', 382, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"46,47\";}}'),
(0, 0, '', 382, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"46,47\";}}'),
(0, 0, '', 382, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"46,47\";}}'),
(0, 0, '', 382, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"46,47\";}}'),
(0, 0, '', 383, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:48;}}'),
(0, 0, '', 383, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:48;}}'),
(0, 0, '', 383, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:48;}}'),
(0, 0, '', 383, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:48;}}'),
(0, 0, '', 383, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:48;}}'),
(0, 0, '', 383, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:48;}}'),
(0, 0, '', 383, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:48;}}'),
(0, 0, '', 383, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:48;}}'),
(0, 0, '', 383, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:48;}}'),
(0, 0, '', 383, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:48;}}'),
(0, 0, '', 383, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:48;}}'),
(0, 0, '', 383, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:48;}}'),
(0, 0, '', 384, 'da', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:14:\"44,24,25,26,27\";}}'),
(0, 0, '', 384, 'de', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:14:\"44,24,25,26,27\";}}'),
(0, 0, '', 384, 'el', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:14:\"44,24,25,26,27\";}}'),
(0, 0, '', 384, 'en', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:14:\"44,24,25,26,27\";}}'),
(0, 0, '', 384, 'es', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:14:\"44,24,25,26,27\";}}'),
(0, 0, '', 384, 'fr', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:14:\"44,24,25,26,27\";}}'),
(0, 0, '', 384, 'it', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:14:\"44,24,25,26,27\";}}'),
(0, 0, '', 384, 'nl', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:14:\"44,24,25,26,27\";}}'),
(0, 0, '', 384, 'no', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:14:\"44,24,25,26,27\";}}'),
(0, 0, '', 384, 'pt', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:14:\"44,24,25,26,27\";}}'),
(0, 0, '', 384, 'ro', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:14:\"44,24,25,26,27\";}}'),
(0, 0, '', 384, 'ru', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:14:\"44,24,25,26,27\";}}'),
(0, 0, '', 385, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"2\";}}'),
(0, 0, '', 385, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"2\";}}'),
(0, 0, '', 385, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"2\";}}'),
(0, 0, '', 385, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"2\";}}'),
(0, 0, '', 385, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"2\";}}'),
(0, 0, '', 385, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"2\";}}'),
(0, 0, '', 385, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"2\";}}'),
(0, 0, '', 385, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"2\";}}'),
(0, 0, '', 385, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"2\";}}'),
(0, 0, '', 385, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"2\";}}'),
(0, 0, '', 385, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"2\";}}'),
(0, 0, '', 385, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"2\";}}'),
(0, 0, '', 386, 'da', ''),
(0, 0, '', 386, 'de', ''),
(0, 0, '', 386, 'el', ''),
(0, 0, '', 386, 'en', ''),
(0, 0, '', 386, 'es', ''),
(0, 0, '', 386, 'fr', ''),
(0, 0, '', 386, 'it', ''),
(0, 0, '', 386, 'nl', ''),
(0, 0, '', 386, 'no', ''),
(0, 0, '', 386, 'pt', ''),
(0, 0, '', 386, 'ro', ''),
(0, 0, '', 386, 'ru', ''),
(0, 0, '', 387, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"3\";}}'),
(0, 0, '', 387, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"3\";}}'),
(0, 0, '', 387, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"3\";}}'),
(0, 0, '', 387, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"3\";}}'),
(0, 0, '', 387, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"3\";}}'),
(0, 0, '', 387, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"3\";}}'),
(0, 0, '', 387, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"3\";}}'),
(0, 0, '', 387, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"3\";}}'),
(0, 0, '', 387, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"3\";}}'),
(0, 0, '', 387, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"3\";}}'),
(0, 0, '', 387, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"3\";}}'),
(0, 0, '', 387, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"3\";}}'),
(0, 0, '', 388, 'da', 'a:1:{s:7:\"content\";s:223:\"<span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.</span>\";}'),
(0, 0, '', 388, 'de', 'a:1:{s:7:\"content\";s:223:\"<span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.</span>\";}'),
(0, 0, '', 388, 'el', 'a:1:{s:7:\"content\";s:223:\"<span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.</span>\";}'),
(0, 0, '', 388, 'en', 'a:1:{s:7:\"content\";s:223:\"<span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.</span>\";}'),
(0, 0, '', 388, 'es', 'a:1:{s:7:\"content\";s:223:\"<span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.</span>\";}'),
(0, 0, '', 388, 'fr', 'a:1:{s:7:\"content\";s:223:\"<span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.</span>\";}'),
(0, 0, '', 388, 'it', 'a:1:{s:7:\"content\";s:223:\"<span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.</span>\";}'),
(0, 0, '', 388, 'nl', 'a:1:{s:7:\"content\";s:223:\"<span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.</span>\";}'),
(0, 0, '', 388, 'no', 'a:1:{s:7:\"content\";s:223:\"<span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.</span>\";}'),
(0, 0, '', 388, 'pt', 'a:1:{s:7:\"content\";s:223:\"<span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.</span>\";}'),
(0, 0, '', 388, 'ro', 'a:1:{s:7:\"content\";s:223:\"<span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.</span>\";}'),
(0, 0, '', 388, 'ru', 'a:1:{s:7:\"content\";s:223:\"<span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.</span>\";}'),
(0, 0, '', 389, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"49,50\";}}'),
(0, 0, '', 389, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"49,50\";}}'),
(0, 0, '', 389, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"49,50\";}}'),
(0, 0, '', 389, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"49,50\";}}'),
(0, 0, '', 389, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"49,50\";}}'),
(0, 0, '', 389, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"49,50\";}}'),
(0, 0, '', 389, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"49,50\";}}'),
(0, 0, '', 389, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"49,50\";}}'),
(0, 0, '', 389, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"49,50\";}}'),
(0, 0, '', 389, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"49,50\";}}'),
(0, 0, '', 389, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"49,50\";}}'),
(0, 0, '', 389, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:5:\"49,50\";}}'),
(0, 0, '', 390, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:51;}}'),
(0, 0, '', 390, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:51;}}'),
(0, 0, '', 390, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:51;}}'),
(0, 0, '', 390, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:51;}}'),
(0, 0, '', 390, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:51;}}'),
(0, 0, '', 390, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:51;}}'),
(0, 0, '', 390, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:51;}}'),
(0, 0, '', 390, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:51;}}'),
(0, 0, '', 390, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:51;}}'),
(0, 0, '', 390, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:51;}}'),
(0, 0, '', 390, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:51;}}'),
(0, 0, '', 390, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:51;}}'),
(0, 0, '', 391, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"52,53,54\";}}'),
(0, 0, '', 391, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"52,53,54\";}}'),
(0, 0, '', 391, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"52,53,54\";}}'),
(0, 0, '', 391, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"52,53,54\";}}'),
(0, 0, '', 391, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"52,53,54\";}}'),
(0, 0, '', 391, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"52,53,54\";}}'),
(0, 0, '', 391, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"52,53,54\";}}'),
(0, 0, '', 391, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"52,53,54\";}}'),
(0, 0, '', 391, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"52,53,54\";}}'),
(0, 0, '', 391, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"52,53,54\";}}'),
(0, 0, '', 391, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"52,53,54\";}}'),
(0, 0, '', 391, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:8:\"52,53,54\";}}'),
(0, 0, '', 392, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:55;}}'),
(0, 0, '', 392, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:55;}}'),
(0, 0, '', 392, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:55;}}'),
(0, 0, '', 392, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:55;}}'),
(0, 0, '', 392, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:55;}}'),
(0, 0, '', 392, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:55;}}'),
(0, 0, '', 392, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:55;}}'),
(0, 0, '', 392, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:55;}}'),
(0, 0, '', 392, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:55;}}'),
(0, 0, '', 392, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:55;}}'),
(0, 0, '', 392, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:55;}}'),
(0, 0, '', 392, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:55;}}'),
(0, 0, '', 393, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"4\";}}'),
(0, 0, '', 393, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"4\";}}'),
(0, 0, '', 393, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"4\";}}'),
(0, 0, '', 393, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"4\";}}'),
(0, 0, '', 393, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"4\";}}'),
(0, 0, '', 393, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"4\";}}'),
(0, 0, '', 393, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"4\";}}'),
(0, 0, '', 393, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"4\";}}'),
(0, 0, '', 393, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"4\";}}'),
(0, 0, '', 393, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"4\";}}'),
(0, 0, '', 393, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"4\";}}'),
(0, 0, '', 393, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:1:\"4\";}}'),
(0, 0, '', 394, 'da', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";i:56;s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 394, 'de', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";i:56;s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 394, 'el', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";i:56;s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 394, 'en', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";i:56;s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 394, 'es', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";i:56;s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 394, 'fr', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";i:56;s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 394, 'it', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";i:56;s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 394, 'nl', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";i:56;s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 394, 'no', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";i:56;s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 394, 'pt', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";i:56;s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 394, 'ro', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";i:56;s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 394, 'ru', 'a:2:{s:11:\"description\";s:210:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.\";s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";i:56;s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 395, 'da', ''),
(0, 0, '', 395, 'de', ''),
(0, 0, '', 395, 'el', ''),
(0, 0, '', 395, 'en', ''),
(0, 0, '', 395, 'es', ''),
(0, 0, '', 395, 'fr', ''),
(0, 0, '', 395, 'it', ''),
(0, 0, '', 395, 'nl', ''),
(0, 0, '', 395, 'no', ''),
(0, 0, '', 395, 'pt', ''),
(0, 0, '', 395, 'ro', ''),
(0, 0, '', 395, 'ru', ''),
(0, 0, '', 396, 'da', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:14:\"et_same_vendor\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 396, 'de', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:14:\"et_same_vendor\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 396, 'el', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:14:\"et_same_vendor\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 396, 'en', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:14:\"et_same_vendor\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 396, 'es', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:14:\"et_same_vendor\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 396, 'fr', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:14:\"et_same_vendor\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 396, 'it', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:14:\"et_same_vendor\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 396, 'nl', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:14:\"et_same_vendor\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 396, 'no', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:14:\"et_same_vendor\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 396, 'pt', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:14:\"et_same_vendor\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 396, 'ro', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:14:\"et_same_vendor\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 396, 'ru', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:14:\"et_same_vendor\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 397, 'da', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 397, 'de', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 397, 'el', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 397, 'en', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 397, 'es', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 397, 'fr', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 397, 'it', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}');
INSERT INTO `partiushop_bm_blocks_content` (`snapping_id`, `object_id`, `object_type`, `block_id`, `lang_code`, `content`) VALUES
(0, 0, '', 397, 'nl', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 397, 'no', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 397, 'pt', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 397, 'ro', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 397, 'ru', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:7:\"similar\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"N\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 398, 'da', ''),
(0, 0, '', 398, 'de', ''),
(0, 0, '', 398, 'el', ''),
(0, 0, '', 398, 'en', ''),
(0, 0, '', 398, 'es', ''),
(0, 0, '', 398, 'fr', ''),
(0, 0, '', 398, 'it', ''),
(0, 0, '', 398, 'nl', ''),
(0, 0, '', 398, 'no', ''),
(0, 0, '', 398, 'pt', ''),
(0, 0, '', 398, 'ro', ''),
(0, 0, '', 398, 'ru', ''),
(0, 0, '', 399, 'da', ''),
(0, 0, '', 399, 'de', ''),
(0, 0, '', 399, 'el', ''),
(0, 0, '', 399, 'en', ''),
(0, 0, '', 399, 'es', ''),
(0, 0, '', 399, 'fr', ''),
(0, 0, '', 399, 'it', ''),
(0, 0, '', 399, 'nl', ''),
(0, 0, '', 399, 'no', ''),
(0, 0, '', 399, 'pt', ''),
(0, 0, '', 399, 'ro', ''),
(0, 0, '', 399, 'ru', ''),
(0, 0, '', 400, 'da', ''),
(0, 0, '', 400, 'de', ''),
(0, 0, '', 400, 'el', ''),
(0, 0, '', 400, 'en', ''),
(0, 0, '', 400, 'es', ''),
(0, 0, '', 400, 'fr', ''),
(0, 0, '', 400, 'it', ''),
(0, 0, '', 400, 'nl', ''),
(0, 0, '', 400, 'no', ''),
(0, 0, '', 400, 'pt', ''),
(0, 0, '', 400, 'ro', ''),
(0, 0, '', 400, 'ru', ''),
(0, 0, '', 401, 'da', ''),
(0, 0, '', 401, 'de', ''),
(0, 0, '', 401, 'el', ''),
(0, 0, '', 401, 'en', ''),
(0, 0, '', 401, 'es', ''),
(0, 0, '', 401, 'fr', ''),
(0, 0, '', 401, 'it', ''),
(0, 0, '', 401, 'nl', ''),
(0, 0, '', 401, 'no', ''),
(0, 0, '', 401, 'pt', ''),
(0, 0, '', 401, 'ro', ''),
(0, 0, '', 401, 'ru', ''),
(0, 0, '', 402, 'da', ''),
(0, 0, '', 402, 'de', ''),
(0, 0, '', 402, 'el', ''),
(0, 0, '', 402, 'en', ''),
(0, 0, '', 402, 'es', ''),
(0, 0, '', 402, 'fr', ''),
(0, 0, '', 402, 'it', ''),
(0, 0, '', 402, 'nl', ''),
(0, 0, '', 402, 'no', ''),
(0, 0, '', 402, 'pt', ''),
(0, 0, '', 402, 'ro', ''),
(0, 0, '', 402, 'ru', ''),
(0, 0, '', 403, 'da', ''),
(0, 0, '', 403, 'de', ''),
(0, 0, '', 403, 'el', ''),
(0, 0, '', 403, 'en', ''),
(0, 0, '', 403, 'es', ''),
(0, 0, '', 403, 'fr', ''),
(0, 0, '', 403, 'it', ''),
(0, 0, '', 403, 'nl', ''),
(0, 0, '', 403, 'no', ''),
(0, 0, '', 403, 'pt', ''),
(0, 0, '', 403, 'ro', ''),
(0, 0, '', 403, 'ru', ''),
(0, 0, '', 404, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 404, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 404, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 404, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 404, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 404, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 404, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 404, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 404, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 404, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 404, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 404, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 405, 'da', ''),
(0, 0, '', 405, 'de', ''),
(0, 0, '', 405, 'el', ''),
(0, 0, '', 405, 'en', ''),
(0, 0, '', 405, 'es', ''),
(0, 0, '', 405, 'fr', ''),
(0, 0, '', 405, 'it', ''),
(0, 0, '', 405, 'nl', ''),
(0, 0, '', 405, 'no', ''),
(0, 0, '', 405, 'pt', ''),
(0, 0, '', 405, 'ro', ''),
(0, 0, '', 405, 'ru', ''),
(0, 0, '', 406, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 406, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 406, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 406, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 406, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 406, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 406, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 406, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 406, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 406, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 406, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 406, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:0:\"\";}}'),
(0, 0, '', 407, 'da', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:2:\"HC\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"4\";}}'),
(0, 0, '', 407, 'de', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:2:\"HC\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"4\";}}'),
(0, 0, '', 407, 'el', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:2:\"HC\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"4\";}}'),
(0, 0, '', 407, 'en', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:2:\"HC\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"4\";}}'),
(0, 0, '', 407, 'es', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:2:\"HC\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"4\";}}'),
(0, 0, '', 407, 'fr', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:2:\"HC\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"4\";}}'),
(0, 0, '', 407, 'it', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:2:\"HC\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"4\";}}'),
(0, 0, '', 407, 'nl', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:2:\"HC\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"4\";}}'),
(0, 0, '', 407, 'no', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:2:\"HC\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"4\";}}'),
(0, 0, '', 407, 'pt', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:2:\"HC\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"4\";}}'),
(0, 0, '', 407, 'ro', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:2:\"HC\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"4\";}}'),
(0, 0, '', 407, 'ru', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:2:\"HC\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:1:\"4\";}}'),
(0, 0, '', 408, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:56;}}'),
(0, 0, '', 408, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:56;}}'),
(0, 0, '', 408, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:56;}}'),
(0, 0, '', 408, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:56;}}'),
(0, 0, '', 408, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:56;}}'),
(0, 0, '', 408, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:56;}}'),
(0, 0, '', 408, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:56;}}'),
(0, 0, '', 408, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:56;}}'),
(0, 0, '', 408, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:56;}}'),
(0, 0, '', 408, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:56;}}'),
(0, 0, '', 408, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:56;}}'),
(0, 0, '', 408, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:56;}}'),
(0, 0, '', 409, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:3:\"1,2\";}}'),
(0, 0, '', 409, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:3:\"1,2\";}}'),
(0, 0, '', 409, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:3:\"1,2\";}}'),
(0, 0, '', 409, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:3:\"1,2\";}}'),
(0, 0, '', 409, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:3:\"1,2\";}}'),
(0, 0, '', 409, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:3:\"1,2\";}}'),
(0, 0, '', 409, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:3:\"1,2\";}}'),
(0, 0, '', 409, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:3:\"1,2\";}}'),
(0, 0, '', 409, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:3:\"1,2\";}}'),
(0, 0, '', 409, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:3:\"1,2\";}}'),
(0, 0, '', 409, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:3:\"1,2\";}}'),
(0, 0, '', 409, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";s:3:\"1,2\";}}'),
(0, 0, '', 410, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:57;}}'),
(0, 0, '', 410, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:57;}}'),
(0, 0, '', 410, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:57;}}'),
(0, 0, '', 410, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:57;}}'),
(0, 0, '', 410, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:57;}}'),
(0, 0, '', 410, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:57;}}'),
(0, 0, '', 410, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:57;}}'),
(0, 0, '', 410, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:57;}}'),
(0, 0, '', 410, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:57;}}'),
(0, 0, '', 410, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:57;}}'),
(0, 0, '', 410, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:57;}}'),
(0, 0, '', 410, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:57;}}'),
(0, 0, '', 411, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"4\";}}'),
(0, 0, '', 411, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"4\";}}'),
(0, 0, '', 411, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"4\";}}'),
(0, 0, '', 411, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"4\";}}'),
(0, 0, '', 411, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"4\";}}'),
(0, 0, '', 411, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"4\";}}'),
(0, 0, '', 411, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"4\";}}'),
(0, 0, '', 411, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"4\";}}'),
(0, 0, '', 411, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"4\";}}'),
(0, 0, '', 411, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"4\";}}'),
(0, 0, '', 411, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"4\";}}'),
(0, 0, '', 411, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:15:\"recent_products\";s:5:\"limit\";s:1:\"4\";}}'),
(0, 0, '', 412, 'da', 'a:1:{s:7:\"content\";s:30:\"<h1>{__(\"cart_contents\")}</h1>\";}'),
(0, 0, '', 412, 'de', 'a:1:{s:7:\"content\";s:30:\"<h1>{__(\"cart_contents\")}</h1>\";}'),
(0, 0, '', 412, 'el', 'a:1:{s:7:\"content\";s:30:\"<h1>{__(\"cart_contents\")}</h1>\";}'),
(0, 0, '', 412, 'en', 'a:1:{s:7:\"content\";s:30:\"<h1>{__(\"cart_contents\")}</h1>\";}'),
(0, 0, '', 412, 'es', 'a:1:{s:7:\"content\";s:30:\"<h1>{__(\"cart_contents\")}</h1>\";}'),
(0, 0, '', 412, 'fr', 'a:1:{s:7:\"content\";s:30:\"<h1>{__(\"cart_contents\")}</h1>\";}'),
(0, 0, '', 412, 'it', 'a:1:{s:7:\"content\";s:30:\"<h1>{__(\"cart_contents\")}</h1>\";}'),
(0, 0, '', 412, 'nl', 'a:1:{s:7:\"content\";s:30:\"<h1>{__(\"cart_contents\")}</h1>\";}'),
(0, 0, '', 412, 'no', 'a:1:{s:7:\"content\";s:30:\"<h1>{__(\"cart_contents\")}</h1>\";}'),
(0, 0, '', 412, 'pt', 'a:1:{s:7:\"content\";s:30:\"<h1>{__(\"cart_contents\")}</h1>\";}'),
(0, 0, '', 412, 'ro', 'a:1:{s:7:\"content\";s:30:\"<h1>{__(\"cart_contents\")}</h1>\";}'),
(0, 0, '', 412, 'ru', 'a:1:{s:7:\"content\";s:30:\"<h1>{__(\"cart_contents\")}</h1>\";}'),
(0, 0, '', 413, 'da', 'a:1:{s:7:\"content\";s:25:\"<h1>{__(\"checkout\")}</h1>\";}'),
(0, 0, '', 413, 'de', 'a:1:{s:7:\"content\";s:25:\"<h1>{__(\"checkout\")}</h1>\";}'),
(0, 0, '', 413, 'el', 'a:1:{s:7:\"content\";s:25:\"<h1>{__(\"checkout\")}</h1>\";}'),
(0, 0, '', 413, 'en', 'a:1:{s:7:\"content\";s:25:\"<h1>{__(\"checkout\")}</h1>\";}'),
(0, 0, '', 413, 'es', 'a:1:{s:7:\"content\";s:25:\"<h1>{__(\"checkout\")}</h1>\";}'),
(0, 0, '', 413, 'fr', 'a:1:{s:7:\"content\";s:25:\"<h1>{__(\"checkout\")}</h1>\";}'),
(0, 0, '', 413, 'it', 'a:1:{s:7:\"content\";s:25:\"<h1>{__(\"checkout\")}</h1>\";}'),
(0, 0, '', 413, 'nl', 'a:1:{s:7:\"content\";s:25:\"<h1>{__(\"checkout\")}</h1>\";}'),
(0, 0, '', 413, 'no', 'a:1:{s:7:\"content\";s:25:\"<h1>{__(\"checkout\")}</h1>\";}'),
(0, 0, '', 413, 'pt', 'a:1:{s:7:\"content\";s:25:\"<h1>{__(\"checkout\")}</h1>\";}'),
(0, 0, '', 413, 'ro', 'a:1:{s:7:\"content\";s:25:\"<h1>{__(\"checkout\")}</h1>\";}'),
(0, 0, '', 413, 'ru', 'a:1:{s:7:\"content\";s:25:\"<h1>{__(\"checkout\")}</h1>\";}'),
(0, 0, '', 414, 'da', ''),
(0, 0, '', 414, 'de', ''),
(0, 0, '', 414, 'el', ''),
(0, 0, '', 414, 'en', ''),
(0, 0, '', 414, 'es', ''),
(0, 0, '', 414, 'fr', ''),
(0, 0, '', 414, 'it', ''),
(0, 0, '', 414, 'nl', ''),
(0, 0, '', 414, 'no', ''),
(0, 0, '', 414, 'pt', ''),
(0, 0, '', 414, 'ro', ''),
(0, 0, '', 414, 'ru', ''),
(0, 0, '', 416, 'da', ''),
(0, 0, '', 416, 'de', ''),
(0, 0, '', 416, 'el', ''),
(0, 0, '', 416, 'en', ''),
(0, 0, '', 416, 'es', ''),
(0, 0, '', 416, 'fr', ''),
(0, 0, '', 416, 'it', ''),
(0, 0, '', 416, 'nl', ''),
(0, 0, '', 416, 'no', ''),
(0, 0, '', 416, 'pt', ''),
(0, 0, '', 416, 'ro', ''),
(0, 0, '', 416, 'ru', ''),
(0, 0, '', 417, 'da', ''),
(0, 0, '', 417, 'de', ''),
(0, 0, '', 417, 'el', ''),
(0, 0, '', 417, 'en', ''),
(0, 0, '', 417, 'es', ''),
(0, 0, '', 417, 'fr', ''),
(0, 0, '', 417, 'it', ''),
(0, 0, '', 417, 'nl', ''),
(0, 0, '', 417, 'no', ''),
(0, 0, '', 417, 'pt', ''),
(0, 0, '', 417, 'ro', ''),
(0, 0, '', 417, 'ru', ''),
(0, 0, '', 418, 'da', ''),
(0, 0, '', 418, 'de', ''),
(0, 0, '', 418, 'el', ''),
(0, 0, '', 418, 'en', ''),
(0, 0, '', 418, 'es', ''),
(0, 0, '', 418, 'fr', ''),
(0, 0, '', 418, 'it', ''),
(0, 0, '', 418, 'nl', ''),
(0, 0, '', 418, 'no', ''),
(0, 0, '', 418, 'pt', ''),
(0, 0, '', 418, 'ro', ''),
(0, 0, '', 418, 'ru', ''),
(0, 0, '', 419, 'da', 'a:1:{s:7:\"content\";s:201:\"<h1>{__(\"search_results\")} <span class=\"et-search_total-items\" id=\"products_search_total_found_{$block.block_id}\">({$search.total_items})<!--products_search_total_found_{$block.block_id}--></span></h1>\";}'),
(0, 0, '', 419, 'de', 'a:1:{s:7:\"content\";s:201:\"<h1>{__(\"search_results\")} <span class=\"et-search_total-items\" id=\"products_search_total_found_{$block.block_id}\">({$search.total_items})<!--products_search_total_found_{$block.block_id}--></span></h1>\";}'),
(0, 0, '', 419, 'el', 'a:1:{s:7:\"content\";s:201:\"<h1>{__(\"search_results\")} <span class=\"et-search_total-items\" id=\"products_search_total_found_{$block.block_id}\">({$search.total_items})<!--products_search_total_found_{$block.block_id}--></span></h1>\";}'),
(0, 0, '', 419, 'en', 'a:1:{s:7:\"content\";s:201:\"<h1>{__(\"search_results\")} <span class=\"et-search_total-items\" id=\"products_search_total_found_{$block.block_id}\">({$search.total_items})<!--products_search_total_found_{$block.block_id}--></span></h1>\";}'),
(0, 0, '', 419, 'es', 'a:1:{s:7:\"content\";s:201:\"<h1>{__(\"search_results\")} <span class=\"et-search_total-items\" id=\"products_search_total_found_{$block.block_id}\">({$search.total_items})<!--products_search_total_found_{$block.block_id}--></span></h1>\";}'),
(0, 0, '', 419, 'fr', 'a:1:{s:7:\"content\";s:201:\"<h1>{__(\"search_results\")} <span class=\"et-search_total-items\" id=\"products_search_total_found_{$block.block_id}\">({$search.total_items})<!--products_search_total_found_{$block.block_id}--></span></h1>\";}'),
(0, 0, '', 419, 'it', 'a:1:{s:7:\"content\";s:201:\"<h1>{__(\"search_results\")} <span class=\"et-search_total-items\" id=\"products_search_total_found_{$block.block_id}\">({$search.total_items})<!--products_search_total_found_{$block.block_id}--></span></h1>\";}'),
(0, 0, '', 419, 'nl', 'a:1:{s:7:\"content\";s:201:\"<h1>{__(\"search_results\")} <span class=\"et-search_total-items\" id=\"products_search_total_found_{$block.block_id}\">({$search.total_items})<!--products_search_total_found_{$block.block_id}--></span></h1>\";}'),
(0, 0, '', 419, 'no', 'a:1:{s:7:\"content\";s:201:\"<h1>{__(\"search_results\")} <span class=\"et-search_total-items\" id=\"products_search_total_found_{$block.block_id}\">({$search.total_items})<!--products_search_total_found_{$block.block_id}--></span></h1>\";}'),
(0, 0, '', 419, 'pt', 'a:1:{s:7:\"content\";s:201:\"<h1>{__(\"search_results\")} <span class=\"et-search_total-items\" id=\"products_search_total_found_{$block.block_id}\">({$search.total_items})<!--products_search_total_found_{$block.block_id}--></span></h1>\";}'),
(0, 0, '', 419, 'ro', 'a:1:{s:7:\"content\";s:201:\"<h1>{__(\"search_results\")} <span class=\"et-search_total-items\" id=\"products_search_total_found_{$block.block_id}\">({$search.total_items})<!--products_search_total_found_{$block.block_id}--></span></h1>\";}'),
(0, 0, '', 419, 'ru', 'a:1:{s:7:\"content\";s:201:\"<h1>{__(\"search_results\")} <span class=\"et-search_total-items\" id=\"products_search_total_found_{$block.block_id}\">({$search.total_items})<!--products_search_total_found_{$block.block_id}--></span></h1>\";}'),
(0, 0, '', 420, 'da', 'a:1:{s:7:\"content\";s:46:\"<h1>{__(\"vendor_plans.choose_your_plan\")}</h1>\";}'),
(0, 0, '', 420, 'de', 'a:1:{s:7:\"content\";s:46:\"<h1>{__(\"vendor_plans.choose_your_plan\")}</h1>\";}'),
(0, 0, '', 420, 'el', 'a:1:{s:7:\"content\";s:46:\"<h1>{__(\"vendor_plans.choose_your_plan\")}</h1>\";}'),
(0, 0, '', 420, 'en', 'a:1:{s:7:\"content\";s:46:\"<h1>{__(\"vendor_plans.choose_your_plan\")}</h1>\";}'),
(0, 0, '', 420, 'es', 'a:1:{s:7:\"content\";s:46:\"<h1>{__(\"vendor_plans.choose_your_plan\")}</h1>\";}'),
(0, 0, '', 420, 'fr', 'a:1:{s:7:\"content\";s:46:\"<h1>{__(\"vendor_plans.choose_your_plan\")}</h1>\";}'),
(0, 0, '', 420, 'it', 'a:1:{s:7:\"content\";s:46:\"<h1>{__(\"vendor_plans.choose_your_plan\")}</h1>\";}'),
(0, 0, '', 420, 'nl', 'a:1:{s:7:\"content\";s:46:\"<h1>{__(\"vendor_plans.choose_your_plan\")}</h1>\";}'),
(0, 0, '', 420, 'no', 'a:1:{s:7:\"content\";s:46:\"<h1>{__(\"vendor_plans.choose_your_plan\")}</h1>\";}'),
(0, 0, '', 420, 'pt', 'a:1:{s:7:\"content\";s:46:\"<h1>{__(\"vendor_plans.choose_your_plan\")}</h1>\";}'),
(0, 0, '', 420, 'ro', 'a:1:{s:7:\"content\";s:46:\"<h1>{__(\"vendor_plans.choose_your_plan\")}</h1>\";}'),
(0, 0, '', 420, 'ru', 'a:1:{s:7:\"content\";s:46:\"<h1>{__(\"vendor_plans.choose_your_plan\")}</h1>\";}'),
(0, 0, '', 421, 'da', 'a:1:{s:7:\"content\";s:28:\"<h1>{__(\"all_vendors\")}</h1>\";}'),
(0, 0, '', 421, 'de', 'a:1:{s:7:\"content\";s:28:\"<h1>{__(\"all_vendors\")}</h1>\";}'),
(0, 0, '', 421, 'el', 'a:1:{s:7:\"content\";s:28:\"<h1>{__(\"all_vendors\")}</h1>\";}'),
(0, 0, '', 421, 'en', 'a:1:{s:7:\"content\";s:28:\"<h1>{__(\"all_vendors\")}</h1>\";}'),
(0, 0, '', 421, 'es', 'a:1:{s:7:\"content\";s:28:\"<h1>{__(\"all_vendors\")}</h1>\";}'),
(0, 0, '', 421, 'fr', 'a:1:{s:7:\"content\";s:28:\"<h1>{__(\"all_vendors\")}</h1>\";}'),
(0, 0, '', 421, 'it', 'a:1:{s:7:\"content\";s:28:\"<h1>{__(\"all_vendors\")}</h1>\";}'),
(0, 0, '', 421, 'nl', 'a:1:{s:7:\"content\";s:28:\"<h1>{__(\"all_vendors\")}</h1>\";}'),
(0, 0, '', 421, 'no', 'a:1:{s:7:\"content\";s:28:\"<h1>{__(\"all_vendors\")}</h1>\";}'),
(0, 0, '', 421, 'pt', 'a:1:{s:7:\"content\";s:28:\"<h1>{__(\"all_vendors\")}</h1>\";}'),
(0, 0, '', 421, 'ro', 'a:1:{s:7:\"content\";s:28:\"<h1>{__(\"all_vendors\")}</h1>\";}'),
(0, 0, '', 421, 'ru', 'a:1:{s:7:\"content\";s:28:\"<h1>{__(\"all_vendors\")}</h1>\";}'),
(0, 0, '', 422, 'da', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:2:\"HC\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:2:\"30\";}}'),
(0, 0, '', 422, 'de', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:2:\"HC\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:2:\"30\";}}'),
(0, 0, '', 422, 'el', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:2:\"HC\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:2:\"30\";}}'),
(0, 0, '', 422, 'en', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:2:\"HC\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:2:\"30\";}}'),
(0, 0, '', 422, 'es', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:2:\"HC\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:2:\"30\";}}'),
(0, 0, '', 422, 'fr', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:2:\"HC\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:2:\"30\";}}'),
(0, 0, '', 422, 'it', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:2:\"HC\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:2:\"30\";}}'),
(0, 0, '', 422, 'nl', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:2:\"HC\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:2:\"30\";}}'),
(0, 0, '', 422, 'no', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:2:\"HC\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:2:\"30\";}}'),
(0, 0, '', 422, 'pt', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:2:\"HC\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:2:\"30\";}}'),
(0, 0, '', 422, 'ro', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:2:\"HC\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:2:\"30\";}}'),
(0, 0, '', 422, 'ru', 'a:1:{s:5:\"items\";a:4:{s:7:\"filling\";s:6:\"newest\";s:6:\"period\";s:2:\"HC\";s:9:\"last_days\";s:2:\"10\";s:5:\"limit\";s:2:\"30\";}}'),
(0, 0, '', 423, 'da', ''),
(0, 0, '', 423, 'de', ''),
(0, 0, '', 423, 'el', ''),
(0, 0, '', 423, 'en', ''),
(0, 0, '', 423, 'es', ''),
(0, 0, '', 423, 'fr', ''),
(0, 0, '', 423, 'it', ''),
(0, 0, '', 423, 'nl', ''),
(0, 0, '', 423, 'no', ''),
(0, 0, '', 423, 'pt', ''),
(0, 0, '', 423, 'ro', ''),
(0, 0, '', 423, 'ru', ''),
(0, 0, '', 424, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 424, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 424, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 424, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 424, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 424, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 424, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 424, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 424, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 424, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 424, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 424, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:0:\"\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 425, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";i:56;s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 425, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";i:56;s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 425, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";i:56;s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 425, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";i:56;s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 425, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";i:56;s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 425, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";i:56;s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 425, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";i:56;s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 425, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";i:56;s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 425, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";i:56;s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 425, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";i:56;s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 425, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";i:56;s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 425, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";i:56;s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 426, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 426, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 426, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 426, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 426, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 426, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 426, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 426, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 426, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 426, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 426, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 426, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:6:\"rating\";s:5:\"limit\";s:1:\"6\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 427, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:2:\"48\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 427, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:2:\"48\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 427, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:2:\"48\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 427, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:2:\"48\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 427, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:2:\"48\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 427, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:2:\"48\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 427, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:2:\"48\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 427, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:2:\"48\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 427, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:2:\"48\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 427, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:2:\"48\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 427, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:2:\"48\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 427, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:26:\"blog.recent_posts_scroller\";s:14:\"parent_page_id\";s:2:\"48\";s:6:\"period\";s:1:\"A\";}}'),
(0, 0, '', 428, 'da', 'a:1:{s:7:\"content\";s:22:\"<h1>\nBestsellers\n</h1>\";}'),
(0, 0, '', 428, 'de', 'a:1:{s:7:\"content\";s:22:\"<h1>\nBestsellers\n</h1>\";}'),
(0, 0, '', 428, 'el', 'a:1:{s:7:\"content\";s:22:\"<h1>\nBestsellers\n</h1>\";}'),
(0, 0, '', 428, 'en', 'a:1:{s:7:\"content\";s:22:\"<h1>\nBestsellers\n</h1>\";}'),
(0, 0, '', 428, 'es', 'a:1:{s:7:\"content\";s:22:\"<h1>\nBestsellers\n</h1>\";}'),
(0, 0, '', 428, 'fr', 'a:1:{s:7:\"content\";s:22:\"<h1>\nBestsellers\n</h1>\";}'),
(0, 0, '', 428, 'it', 'a:1:{s:7:\"content\";s:22:\"<h1>\nBestsellers\n</h1>\";}'),
(0, 0, '', 428, 'nl', 'a:1:{s:7:\"content\";s:22:\"<h1>\nBestsellers\n</h1>\";}'),
(0, 0, '', 428, 'no', 'a:1:{s:7:\"content\";s:22:\"<h1>\nBestsellers\n</h1>\";}'),
(0, 0, '', 428, 'pt', 'a:1:{s:7:\"content\";s:22:\"<h1>\nBestsellers\n</h1>\";}'),
(0, 0, '', 428, 'ro', 'a:1:{s:7:\"content\";s:22:\"<h1>\nBestsellers\n</h1>\";}'),
(0, 0, '', 428, 'ru', 'a:1:{s:7:\"content\";s:22:\"<h1>\nBestsellers\n</h1>\";}'),
(0, 0, '', 429, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:60;}}'),
(0, 0, '', 429, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:60;}}'),
(0, 0, '', 429, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:60;}}'),
(0, 0, '', 429, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:60;}}'),
(0, 0, '', 429, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:60;}}'),
(0, 0, '', 429, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:60;}}'),
(0, 0, '', 429, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:60;}}'),
(0, 0, '', 429, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:60;}}'),
(0, 0, '', 429, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:60;}}'),
(0, 0, '', 429, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:60;}}'),
(0, 0, '', 429, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:60;}}'),
(0, 0, '', 429, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:60;}}'),
(0, 0, '', 430, 'da', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 430, 'de', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 430, 'el', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 430, 'en', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 430, 'es', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 430, 'fr', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 430, 'it', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 430, 'nl', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 430, 'no', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 430, 'pt', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 430, 'ro', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 430, 'ru', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 431, 'da', 'a:1:{s:7:\"content\";s:18:\"<h1>\nOn sale\n</h1>\";}'),
(0, 0, '', 431, 'de', 'a:1:{s:7:\"content\";s:18:\"<h1>\nOn sale\n</h1>\";}'),
(0, 0, '', 431, 'el', 'a:1:{s:7:\"content\";s:18:\"<h1>\nOn sale\n</h1>\";}'),
(0, 0, '', 431, 'en', 'a:1:{s:7:\"content\";s:18:\"<h1>\nOn sale\n</h1>\";}'),
(0, 0, '', 431, 'es', 'a:1:{s:7:\"content\";s:18:\"<h1>\nOn sale\n</h1>\";}'),
(0, 0, '', 431, 'fr', 'a:1:{s:7:\"content\";s:18:\"<h1>\nOn sale\n</h1>\";}'),
(0, 0, '', 431, 'it', 'a:1:{s:7:\"content\";s:18:\"<h1>\nOn sale\n</h1>\";}'),
(0, 0, '', 431, 'nl', 'a:1:{s:7:\"content\";s:18:\"<h1>\nOn sale\n</h1>\";}'),
(0, 0, '', 431, 'no', 'a:1:{s:7:\"content\";s:18:\"<h1>\nOn sale\n</h1>\";}'),
(0, 0, '', 431, 'pt', 'a:1:{s:7:\"content\";s:18:\"<h1>\nOn sale\n</h1>\";}'),
(0, 0, '', 431, 'ro', 'a:1:{s:7:\"content\";s:18:\"<h1>\nOn sale\n</h1>\";}'),
(0, 0, '', 431, 'ru', 'a:1:{s:7:\"content\";s:18:\"<h1>\nOn sale\n</h1>\";}'),
(0, 0, '', 432, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:58;}}'),
(0, 0, '', 432, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:58;}}'),
(0, 0, '', 432, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:58;}}'),
(0, 0, '', 432, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:58;}}'),
(0, 0, '', 432, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:58;}}'),
(0, 0, '', 432, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:58;}}'),
(0, 0, '', 432, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:58;}}'),
(0, 0, '', 432, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:58;}}'),
(0, 0, '', 432, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:58;}}'),
(0, 0, '', 432, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:58;}}'),
(0, 0, '', 432, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:58;}}'),
(0, 0, '', 432, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:58;}}'),
(0, 0, '', 433, 'da', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 433, 'de', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 433, 'el', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 433, 'en', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 433, 'es', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 433, 'fr', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 433, 'it', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 433, 'nl', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 433, 'no', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 433, 'pt', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 433, 'ro', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 433, 'ru', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 434, 'da', 'a:1:{s:7:\"content\";s:20:\"<h1>\nNew items\n</h1>\";}'),
(0, 0, '', 434, 'de', 'a:1:{s:7:\"content\";s:20:\"<h1>\nNew items\n</h1>\";}'),
(0, 0, '', 434, 'el', 'a:1:{s:7:\"content\";s:20:\"<h1>\nNew items\n</h1>\";}'),
(0, 0, '', 434, 'en', 'a:1:{s:7:\"content\";s:20:\"<h1>\nNew items\n</h1>\";}'),
(0, 0, '', 434, 'es', 'a:1:{s:7:\"content\";s:20:\"<h1>\nNew items\n</h1>\";}'),
(0, 0, '', 434, 'fr', 'a:1:{s:7:\"content\";s:20:\"<h1>\nNew items\n</h1>\";}'),
(0, 0, '', 434, 'it', 'a:1:{s:7:\"content\";s:20:\"<h1>\nNew items\n</h1>\";}'),
(0, 0, '', 434, 'nl', 'a:1:{s:7:\"content\";s:20:\"<h1>\nNew items\n</h1>\";}'),
(0, 0, '', 434, 'no', 'a:1:{s:7:\"content\";s:20:\"<h1>\nNew items\n</h1>\";}'),
(0, 0, '', 434, 'pt', 'a:1:{s:7:\"content\";s:20:\"<h1>\nNew items\n</h1>\";}'),
(0, 0, '', 434, 'ro', 'a:1:{s:7:\"content\";s:20:\"<h1>\nNew items\n</h1>\";}'),
(0, 0, '', 434, 'ru', 'a:1:{s:7:\"content\";s:20:\"<h1>\nNew items\n</h1>\";}'),
(0, 0, '', 435, 'da', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:59;}}'),
(0, 0, '', 435, 'de', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:59;}}'),
(0, 0, '', 435, 'el', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:59;}}'),
(0, 0, '', 435, 'en', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:59;}}');
INSERT INTO `partiushop_bm_blocks_content` (`snapping_id`, `object_id`, `object_type`, `block_id`, `lang_code`, `content`) VALUES
(0, 0, '', 435, 'es', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:59;}}'),
(0, 0, '', 435, 'fr', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:59;}}'),
(0, 0, '', 435, 'it', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:59;}}'),
(0, 0, '', 435, 'nl', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:59;}}'),
(0, 0, '', 435, 'no', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:59;}}'),
(0, 0, '', 435, 'pt', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:59;}}'),
(0, 0, '', 435, 'ro', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:59;}}'),
(0, 0, '', 435, 'ru', 'a:1:{s:5:\"items\";a:2:{s:7:\"filling\";s:8:\"manually\";s:8:\"item_ids\";i:59;}}'),
(0, 0, '', 436, 'da', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 436, 'de', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 436, 'el', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 436, 'en', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 436, 'es', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 436, 'fr', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 436, 'it', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 436, 'nl', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 436, 'no', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 436, 'pt', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 436, 'ro', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 436, 'ru', 'a:1:{s:7:\"content\";s:463:\"<p>Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at. Lorem ipsum dolor sit amet, assum laudem cu nec, pertinax scribentur disputationi vix ea. In reque blandit pro, viris singulis id eum. Evertitur scriptorem signiferumque ius eu, zril repudiare per id. Tota mutat epicuri per at.\n</p>\";}'),
(0, 0, '', 437, 'da', 'a:1:{s:7:\"content\";s:34:\"<h1>{__(\"gift_certificates\")}</h1>\";}'),
(0, 0, '', 437, 'de', 'a:1:{s:7:\"content\";s:34:\"<h1>{__(\"gift_certificates\")}</h1>\";}'),
(0, 0, '', 437, 'el', 'a:1:{s:7:\"content\";s:34:\"<h1>{__(\"gift_certificates\")}</h1>\";}'),
(0, 0, '', 437, 'en', 'a:1:{s:7:\"content\";s:34:\"<h1>{__(\"gift_certificates\")}</h1>\";}'),
(0, 0, '', 437, 'es', 'a:1:{s:7:\"content\";s:34:\"<h1>{__(\"gift_certificates\")}</h1>\";}'),
(0, 0, '', 437, 'fr', 'a:1:{s:7:\"content\";s:34:\"<h1>{__(\"gift_certificates\")}</h1>\";}'),
(0, 0, '', 437, 'it', 'a:1:{s:7:\"content\";s:34:\"<h1>{__(\"gift_certificates\")}</h1>\";}'),
(0, 0, '', 437, 'nl', 'a:1:{s:7:\"content\";s:34:\"<h1>{__(\"gift_certificates\")}</h1>\";}'),
(0, 0, '', 437, 'no', 'a:1:{s:7:\"content\";s:34:\"<h1>{__(\"gift_certificates\")}</h1>\";}'),
(0, 0, '', 437, 'pt', 'a:1:{s:7:\"content\";s:34:\"<h1>{__(\"gift_certificates\")}</h1>\";}'),
(0, 0, '', 437, 'ro', 'a:1:{s:7:\"content\";s:34:\"<h1>{__(\"gift_certificates\")}</h1>\";}'),
(0, 0, '', 437, 'ru', 'a:1:{s:7:\"content\";s:34:\"<h1>{__(\"gift_certificates\")}</h1>\";}'),
(0, 0, '', 438, 'da', ''),
(0, 0, '', 438, 'de', ''),
(0, 0, '', 438, 'el', ''),
(0, 0, '', 438, 'en', ''),
(0, 0, '', 438, 'es', ''),
(0, 0, '', 438, 'fr', ''),
(0, 0, '', 438, 'it', ''),
(0, 0, '', 438, 'nl', ''),
(0, 0, '', 438, 'no', ''),
(0, 0, '', 438, 'pt', ''),
(0, 0, '', 438, 'ro', ''),
(0, 0, '', 438, 'ru', ''),
(0, 0, '', 439, 'da', 'a:1:{s:7:\"content\";s:1344:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam iaculis nisl ac aliquam condimentum. Cras vehicula bibendum justo. Morbi eget felis sit amet ipsum lobortis commodo. Etiam sodales quis ex sed condimentum. Ut porta nulla in urna viverra auctor eu quis velit. Donec accumsan, ex a aliquet aliquet, mauris est euismod metus, nec lobortis ipsum orci vitae augue. Vivamus nec enim vitae ante ornare faucibus eget vitae nunc. Etiam in ante non ante accumsan ullamcorper eu vitae nibh.\n</p>\n<p>Quisque bibendum lobortis ante eget blandit. Quisque laoreet lacus a ullamcorper suscipit. Quisque efficitur nibh vitae viverra aliquet. Praesent suscipit nulla magna, sed iaculis orci lobortis nec. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Donec molestie libero in lorem finibus sollicitudin. In consectetur pellentesque justo, nec consequat risus. Ut enim leo, condimentum vel porttitor et, placerat sed eros. Integer luctus nulla a odio mollis, sit amet bibendum lectus ullamcorper. Morbi eros diam, congue sit amet est ac, efficitur accumsan risus. Integer eu suscipit arcu. Proin vel tellus non arcu vehicula euismod at eget ligula. Proin vitae hendrerit eros. Nullam non molestie leo.\n</p>\n<p style=\"text-align: center;\"><img src=\"./design/themes/vivashop/media/images/gift.png\">\n</p>\";}'),
(0, 0, '', 439, 'de', 'a:1:{s:7:\"content\";s:1344:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam iaculis nisl ac aliquam condimentum. Cras vehicula bibendum justo. Morbi eget felis sit amet ipsum lobortis commodo. Etiam sodales quis ex sed condimentum. Ut porta nulla in urna viverra auctor eu quis velit. Donec accumsan, ex a aliquet aliquet, mauris est euismod metus, nec lobortis ipsum orci vitae augue. Vivamus nec enim vitae ante ornare faucibus eget vitae nunc. Etiam in ante non ante accumsan ullamcorper eu vitae nibh.\n</p>\n<p>Quisque bibendum lobortis ante eget blandit. Quisque laoreet lacus a ullamcorper suscipit. Quisque efficitur nibh vitae viverra aliquet. Praesent suscipit nulla magna, sed iaculis orci lobortis nec. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Donec molestie libero in lorem finibus sollicitudin. In consectetur pellentesque justo, nec consequat risus. Ut enim leo, condimentum vel porttitor et, placerat sed eros. Integer luctus nulla a odio mollis, sit amet bibendum lectus ullamcorper. Morbi eros diam, congue sit amet est ac, efficitur accumsan risus. Integer eu suscipit arcu. Proin vel tellus non arcu vehicula euismod at eget ligula. Proin vitae hendrerit eros. Nullam non molestie leo.\n</p>\n<p style=\"text-align: center;\"><img src=\"./design/themes/vivashop/media/images/gift.png\">\n</p>\";}'),
(0, 0, '', 439, 'el', 'a:1:{s:7:\"content\";s:1344:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam iaculis nisl ac aliquam condimentum. Cras vehicula bibendum justo. Morbi eget felis sit amet ipsum lobortis commodo. Etiam sodales quis ex sed condimentum. Ut porta nulla in urna viverra auctor eu quis velit. Donec accumsan, ex a aliquet aliquet, mauris est euismod metus, nec lobortis ipsum orci vitae augue. Vivamus nec enim vitae ante ornare faucibus eget vitae nunc. Etiam in ante non ante accumsan ullamcorper eu vitae nibh.\n</p>\n<p>Quisque bibendum lobortis ante eget blandit. Quisque laoreet lacus a ullamcorper suscipit. Quisque efficitur nibh vitae viverra aliquet. Praesent suscipit nulla magna, sed iaculis orci lobortis nec. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Donec molestie libero in lorem finibus sollicitudin. In consectetur pellentesque justo, nec consequat risus. Ut enim leo, condimentum vel porttitor et, placerat sed eros. Integer luctus nulla a odio mollis, sit amet bibendum lectus ullamcorper. Morbi eros diam, congue sit amet est ac, efficitur accumsan risus. Integer eu suscipit arcu. Proin vel tellus non arcu vehicula euismod at eget ligula. Proin vitae hendrerit eros. Nullam non molestie leo.\n</p>\n<p style=\"text-align: center;\"><img src=\"./design/themes/vivashop/media/images/gift.png\">\n</p>\";}'),
(0, 0, '', 439, 'en', 'a:1:{s:7:\"content\";s:1344:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam iaculis nisl ac aliquam condimentum. Cras vehicula bibendum justo. Morbi eget felis sit amet ipsum lobortis commodo. Etiam sodales quis ex sed condimentum. Ut porta nulla in urna viverra auctor eu quis velit. Donec accumsan, ex a aliquet aliquet, mauris est euismod metus, nec lobortis ipsum orci vitae augue. Vivamus nec enim vitae ante ornare faucibus eget vitae nunc. Etiam in ante non ante accumsan ullamcorper eu vitae nibh.\n</p>\n<p>Quisque bibendum lobortis ante eget blandit. Quisque laoreet lacus a ullamcorper suscipit. Quisque efficitur nibh vitae viverra aliquet. Praesent suscipit nulla magna, sed iaculis orci lobortis nec. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Donec molestie libero in lorem finibus sollicitudin. In consectetur pellentesque justo, nec consequat risus. Ut enim leo, condimentum vel porttitor et, placerat sed eros. Integer luctus nulla a odio mollis, sit amet bibendum lectus ullamcorper. Morbi eros diam, congue sit amet est ac, efficitur accumsan risus. Integer eu suscipit arcu. Proin vel tellus non arcu vehicula euismod at eget ligula. Proin vitae hendrerit eros. Nullam non molestie leo.\n</p>\n<p style=\"text-align: center;\"><img src=\"./design/themes/vivashop/media/images/gift.png\">\n</p>\";}'),
(0, 0, '', 439, 'es', 'a:1:{s:7:\"content\";s:1344:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam iaculis nisl ac aliquam condimentum. Cras vehicula bibendum justo. Morbi eget felis sit amet ipsum lobortis commodo. Etiam sodales quis ex sed condimentum. Ut porta nulla in urna viverra auctor eu quis velit. Donec accumsan, ex a aliquet aliquet, mauris est euismod metus, nec lobortis ipsum orci vitae augue. Vivamus nec enim vitae ante ornare faucibus eget vitae nunc. Etiam in ante non ante accumsan ullamcorper eu vitae nibh.\n</p>\n<p>Quisque bibendum lobortis ante eget blandit. Quisque laoreet lacus a ullamcorper suscipit. Quisque efficitur nibh vitae viverra aliquet. Praesent suscipit nulla magna, sed iaculis orci lobortis nec. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Donec molestie libero in lorem finibus sollicitudin. In consectetur pellentesque justo, nec consequat risus. Ut enim leo, condimentum vel porttitor et, placerat sed eros. Integer luctus nulla a odio mollis, sit amet bibendum lectus ullamcorper. Morbi eros diam, congue sit amet est ac, efficitur accumsan risus. Integer eu suscipit arcu. Proin vel tellus non arcu vehicula euismod at eget ligula. Proin vitae hendrerit eros. Nullam non molestie leo.\n</p>\n<p style=\"text-align: center;\"><img src=\"./design/themes/vivashop/media/images/gift.png\">\n</p>\";}'),
(0, 0, '', 439, 'fr', 'a:1:{s:7:\"content\";s:1344:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam iaculis nisl ac aliquam condimentum. Cras vehicula bibendum justo. Morbi eget felis sit amet ipsum lobortis commodo. Etiam sodales quis ex sed condimentum. Ut porta nulla in urna viverra auctor eu quis velit. Donec accumsan, ex a aliquet aliquet, mauris est euismod metus, nec lobortis ipsum orci vitae augue. Vivamus nec enim vitae ante ornare faucibus eget vitae nunc. Etiam in ante non ante accumsan ullamcorper eu vitae nibh.\n</p>\n<p>Quisque bibendum lobortis ante eget blandit. Quisque laoreet lacus a ullamcorper suscipit. Quisque efficitur nibh vitae viverra aliquet. Praesent suscipit nulla magna, sed iaculis orci lobortis nec. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Donec molestie libero in lorem finibus sollicitudin. In consectetur pellentesque justo, nec consequat risus. Ut enim leo, condimentum vel porttitor et, placerat sed eros. Integer luctus nulla a odio mollis, sit amet bibendum lectus ullamcorper. Morbi eros diam, congue sit amet est ac, efficitur accumsan risus. Integer eu suscipit arcu. Proin vel tellus non arcu vehicula euismod at eget ligula. Proin vitae hendrerit eros. Nullam non molestie leo.\n</p>\n<p style=\"text-align: center;\"><img src=\"./design/themes/vivashop/media/images/gift.png\">\n</p>\";}'),
(0, 0, '', 439, 'it', 'a:1:{s:7:\"content\";s:1344:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam iaculis nisl ac aliquam condimentum. Cras vehicula bibendum justo. Morbi eget felis sit amet ipsum lobortis commodo. Etiam sodales quis ex sed condimentum. Ut porta nulla in urna viverra auctor eu quis velit. Donec accumsan, ex a aliquet aliquet, mauris est euismod metus, nec lobortis ipsum orci vitae augue. Vivamus nec enim vitae ante ornare faucibus eget vitae nunc. Etiam in ante non ante accumsan ullamcorper eu vitae nibh.\n</p>\n<p>Quisque bibendum lobortis ante eget blandit. Quisque laoreet lacus a ullamcorper suscipit. Quisque efficitur nibh vitae viverra aliquet. Praesent suscipit nulla magna, sed iaculis orci lobortis nec. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Donec molestie libero in lorem finibus sollicitudin. In consectetur pellentesque justo, nec consequat risus. Ut enim leo, condimentum vel porttitor et, placerat sed eros. Integer luctus nulla a odio mollis, sit amet bibendum lectus ullamcorper. Morbi eros diam, congue sit amet est ac, efficitur accumsan risus. Integer eu suscipit arcu. Proin vel tellus non arcu vehicula euismod at eget ligula. Proin vitae hendrerit eros. Nullam non molestie leo.\n</p>\n<p style=\"text-align: center;\"><img src=\"./design/themes/vivashop/media/images/gift.png\">\n</p>\";}'),
(0, 0, '', 439, 'nl', 'a:1:{s:7:\"content\";s:1344:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam iaculis nisl ac aliquam condimentum. Cras vehicula bibendum justo. Morbi eget felis sit amet ipsum lobortis commodo. Etiam sodales quis ex sed condimentum. Ut porta nulla in urna viverra auctor eu quis velit. Donec accumsan, ex a aliquet aliquet, mauris est euismod metus, nec lobortis ipsum orci vitae augue. Vivamus nec enim vitae ante ornare faucibus eget vitae nunc. Etiam in ante non ante accumsan ullamcorper eu vitae nibh.\n</p>\n<p>Quisque bibendum lobortis ante eget blandit. Quisque laoreet lacus a ullamcorper suscipit. Quisque efficitur nibh vitae viverra aliquet. Praesent suscipit nulla magna, sed iaculis orci lobortis nec. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Donec molestie libero in lorem finibus sollicitudin. In consectetur pellentesque justo, nec consequat risus. Ut enim leo, condimentum vel porttitor et, placerat sed eros. Integer luctus nulla a odio mollis, sit amet bibendum lectus ullamcorper. Morbi eros diam, congue sit amet est ac, efficitur accumsan risus. Integer eu suscipit arcu. Proin vel tellus non arcu vehicula euismod at eget ligula. Proin vitae hendrerit eros. Nullam non molestie leo.\n</p>\n<p style=\"text-align: center;\"><img src=\"./design/themes/vivashop/media/images/gift.png\">\n</p>\";}'),
(0, 0, '', 439, 'no', 'a:1:{s:7:\"content\";s:1344:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam iaculis nisl ac aliquam condimentum. Cras vehicula bibendum justo. Morbi eget felis sit amet ipsum lobortis commodo. Etiam sodales quis ex sed condimentum. Ut porta nulla in urna viverra auctor eu quis velit. Donec accumsan, ex a aliquet aliquet, mauris est euismod metus, nec lobortis ipsum orci vitae augue. Vivamus nec enim vitae ante ornare faucibus eget vitae nunc. Etiam in ante non ante accumsan ullamcorper eu vitae nibh.\n</p>\n<p>Quisque bibendum lobortis ante eget blandit. Quisque laoreet lacus a ullamcorper suscipit. Quisque efficitur nibh vitae viverra aliquet. Praesent suscipit nulla magna, sed iaculis orci lobortis nec. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Donec molestie libero in lorem finibus sollicitudin. In consectetur pellentesque justo, nec consequat risus. Ut enim leo, condimentum vel porttitor et, placerat sed eros. Integer luctus nulla a odio mollis, sit amet bibendum lectus ullamcorper. Morbi eros diam, congue sit amet est ac, efficitur accumsan risus. Integer eu suscipit arcu. Proin vel tellus non arcu vehicula euismod at eget ligula. Proin vitae hendrerit eros. Nullam non molestie leo.\n</p>\n<p style=\"text-align: center;\"><img src=\"./design/themes/vivashop/media/images/gift.png\">\n</p>\";}'),
(0, 0, '', 439, 'pt', 'a:1:{s:7:\"content\";s:1344:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam iaculis nisl ac aliquam condimentum. Cras vehicula bibendum justo. Morbi eget felis sit amet ipsum lobortis commodo. Etiam sodales quis ex sed condimentum. Ut porta nulla in urna viverra auctor eu quis velit. Donec accumsan, ex a aliquet aliquet, mauris est euismod metus, nec lobortis ipsum orci vitae augue. Vivamus nec enim vitae ante ornare faucibus eget vitae nunc. Etiam in ante non ante accumsan ullamcorper eu vitae nibh.\n</p>\n<p>Quisque bibendum lobortis ante eget blandit. Quisque laoreet lacus a ullamcorper suscipit. Quisque efficitur nibh vitae viverra aliquet. Praesent suscipit nulla magna, sed iaculis orci lobortis nec. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Donec molestie libero in lorem finibus sollicitudin. In consectetur pellentesque justo, nec consequat risus. Ut enim leo, condimentum vel porttitor et, placerat sed eros. Integer luctus nulla a odio mollis, sit amet bibendum lectus ullamcorper. Morbi eros diam, congue sit amet est ac, efficitur accumsan risus. Integer eu suscipit arcu. Proin vel tellus non arcu vehicula euismod at eget ligula. Proin vitae hendrerit eros. Nullam non molestie leo.\n</p>\n<p style=\"text-align: center;\"><img src=\"./design/themes/vivashop/media/images/gift.png\">\n</p>\";}'),
(0, 0, '', 439, 'ro', 'a:1:{s:7:\"content\";s:1344:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam iaculis nisl ac aliquam condimentum. Cras vehicula bibendum justo. Morbi eget felis sit amet ipsum lobortis commodo. Etiam sodales quis ex sed condimentum. Ut porta nulla in urna viverra auctor eu quis velit. Donec accumsan, ex a aliquet aliquet, mauris est euismod metus, nec lobortis ipsum orci vitae augue. Vivamus nec enim vitae ante ornare faucibus eget vitae nunc. Etiam in ante non ante accumsan ullamcorper eu vitae nibh.\n</p>\n<p>Quisque bibendum lobortis ante eget blandit. Quisque laoreet lacus a ullamcorper suscipit. Quisque efficitur nibh vitae viverra aliquet. Praesent suscipit nulla magna, sed iaculis orci lobortis nec. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Donec molestie libero in lorem finibus sollicitudin. In consectetur pellentesque justo, nec consequat risus. Ut enim leo, condimentum vel porttitor et, placerat sed eros. Integer luctus nulla a odio mollis, sit amet bibendum lectus ullamcorper. Morbi eros diam, congue sit amet est ac, efficitur accumsan risus. Integer eu suscipit arcu. Proin vel tellus non arcu vehicula euismod at eget ligula. Proin vitae hendrerit eros. Nullam non molestie leo.\n</p>\n<p style=\"text-align: center;\"><img src=\"./design/themes/vivashop/media/images/gift.png\">\n</p>\";}'),
(0, 0, '', 439, 'ru', 'a:1:{s:7:\"content\";s:1344:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam iaculis nisl ac aliquam condimentum. Cras vehicula bibendum justo. Morbi eget felis sit amet ipsum lobortis commodo. Etiam sodales quis ex sed condimentum. Ut porta nulla in urna viverra auctor eu quis velit. Donec accumsan, ex a aliquet aliquet, mauris est euismod metus, nec lobortis ipsum orci vitae augue. Vivamus nec enim vitae ante ornare faucibus eget vitae nunc. Etiam in ante non ante accumsan ullamcorper eu vitae nibh.\n</p>\n<p>Quisque bibendum lobortis ante eget blandit. Quisque laoreet lacus a ullamcorper suscipit. Quisque efficitur nibh vitae viverra aliquet. Praesent suscipit nulla magna, sed iaculis orci lobortis nec. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Donec molestie libero in lorem finibus sollicitudin. In consectetur pellentesque justo, nec consequat risus. Ut enim leo, condimentum vel porttitor et, placerat sed eros. Integer luctus nulla a odio mollis, sit amet bibendum lectus ullamcorper. Morbi eros diam, congue sit amet est ac, efficitur accumsan risus. Integer eu suscipit arcu. Proin vel tellus non arcu vehicula euismod at eget ligula. Proin vitae hendrerit eros. Nullam non molestie leo.\n</p>\n<p style=\"text-align: center;\"><img src=\"./design/themes/vivashop/media/images/gift.png\">\n</p>\";}'),
(0, 0, '', 441, 'da', ''),
(0, 0, '', 441, 'de', ''),
(0, 0, '', 441, 'el', ''),
(0, 0, '', 441, 'en', ''),
(0, 0, '', 441, 'es', ''),
(0, 0, '', 441, 'fr', ''),
(0, 0, '', 441, 'it', ''),
(0, 0, '', 441, 'nl', ''),
(0, 0, '', 441, 'no', ''),
(0, 0, '', 441, 'pt', ''),
(0, 0, '', 441, 'ro', ''),
(0, 0, '', 441, 'ru', ''),
(0, 0, '', 442, 'da', ''),
(0, 0, '', 442, 'de', ''),
(0, 0, '', 442, 'el', ''),
(0, 0, '', 442, 'en', ''),
(0, 0, '', 442, 'es', ''),
(0, 0, '', 442, 'fr', ''),
(0, 0, '', 442, 'it', ''),
(0, 0, '', 442, 'nl', ''),
(0, 0, '', 442, 'no', ''),
(0, 0, '', 442, 'pt', ''),
(0, 0, '', 442, 'ro', ''),
(0, 0, '', 442, 'ru', ''),
(0, 0, '', 443, 'da', 'a:1:{s:10:\"menu_items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 443, 'de', 'a:1:{s:10:\"menu_items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 443, 'el', 'a:1:{s:10:\"menu_items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 443, 'en', 'a:1:{s:10:\"menu_items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 443, 'es', 'a:1:{s:10:\"menu_items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 443, 'fr', 'a:1:{s:10:\"menu_items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 443, 'it', 'a:1:{s:10:\"menu_items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 443, 'nl', 'a:1:{s:10:\"menu_items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 443, 'no', 'a:1:{s:10:\"menu_items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 443, 'pt', 'a:1:{s:10:\"menu_items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 443, 'ro', 'a:1:{s:10:\"menu_items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 443, 'ru', 'a:1:{s:10:\"menu_items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 444, 'da', ''),
(0, 0, '', 444, 'de', ''),
(0, 0, '', 444, 'el', ''),
(0, 0, '', 444, 'en', ''),
(0, 0, '', 444, 'es', ''),
(0, 0, '', 444, 'fr', ''),
(0, 0, '', 444, 'it', ''),
(0, 0, '', 444, 'nl', ''),
(0, 0, '', 444, 'no', ''),
(0, 0, '', 444, 'pt', ''),
(0, 0, '', 444, 'ro', ''),
(0, 0, '', 444, 'ru', ''),
(0, 0, '', 445, 'da', 'a:1:{s:10:\"menu_items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 445, 'de', 'a:1:{s:10:\"menu_items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 445, 'el', 'a:1:{s:10:\"menu_items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 445, 'en', 'a:1:{s:10:\"menu_items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 445, 'es', 'a:1:{s:10:\"menu_items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 445, 'fr', 'a:1:{s:10:\"menu_items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 445, 'it', 'a:1:{s:10:\"menu_items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 445, 'nl', 'a:1:{s:10:\"menu_items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 445, 'no', 'a:1:{s:10:\"menu_items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 445, 'pt', 'a:1:{s:10:\"menu_items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 445, 'ro', 'a:1:{s:10:\"menu_items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 445, 'ru', 'a:1:{s:10:\"menu_items\";a:1:{s:7:\"filling\";s:13:\"full_tree_cat\";}}'),
(0, 0, '', 446, 'da', ''),
(0, 0, '', 446, 'de', ''),
(0, 0, '', 446, 'el', ''),
(0, 0, '', 446, 'en', ''),
(0, 0, '', 446, 'es', ''),
(0, 0, '', 446, 'fr', ''),
(0, 0, '', 446, 'it', ''),
(0, 0, '', 446, 'nl', ''),
(0, 0, '', 446, 'no', ''),
(0, 0, '', 446, 'pt', ''),
(0, 0, '', 446, 'ro', ''),
(0, 0, '', 446, 'ru', ''),
(0, 0, '', 447, 'da', ''),
(0, 0, '', 447, 'de', ''),
(0, 0, '', 447, 'el', ''),
(0, 0, '', 447, 'en', ''),
(0, 0, '', 447, 'es', ''),
(0, 0, '', 447, 'fr', ''),
(0, 0, '', 447, 'it', ''),
(0, 0, '', 447, 'nl', ''),
(0, 0, '', 447, 'no', ''),
(0, 0, '', 447, 'pt', ''),
(0, 0, '', 447, 'ro', ''),
(0, 0, '', 447, 'ru', ''),
(0, 0, '', 448, 'da', ''),
(0, 0, '', 448, 'de', ''),
(0, 0, '', 448, 'el', ''),
(0, 0, '', 448, 'en', ''),
(0, 0, '', 448, 'es', ''),
(0, 0, '', 448, 'fr', ''),
(0, 0, '', 448, 'it', ''),
(0, 0, '', 448, 'nl', ''),
(0, 0, '', 448, 'no', ''),
(0, 0, '', 448, 'pt', ''),
(0, 0, '', 448, 'ro', ''),
(0, 0, '', 448, 'ru', ''),
(0, 0, '', 449, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"vendor_rating\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 449, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"vendor_rating\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 449, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"vendor_rating\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 449, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"vendor_rating\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 449, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"vendor_rating\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 449, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"vendor_rating\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 449, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"vendor_rating\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 449, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"vendor_rating\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 449, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"vendor_rating\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 449, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"vendor_rating\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 449, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"vendor_rating\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 449, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"vendor_rating\";s:5:\"limit\";s:1:\"8\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 450, 'da', 'a:1:{s:7:\"content\";s:17:\"<h1>About us</h1>\";}'),
(0, 0, '', 450, 'de', 'a:1:{s:7:\"content\";s:17:\"<h1>About us</h1>\";}'),
(0, 0, '', 450, 'el', 'a:1:{s:7:\"content\";s:17:\"<h1>About us</h1>\";}'),
(0, 0, '', 450, 'en', 'a:1:{s:7:\"content\";s:17:\"<h1>About us</h1>\";}'),
(0, 0, '', 450, 'es', 'a:1:{s:7:\"content\";s:17:\"<h1>About us</h1>\";}'),
(0, 0, '', 450, 'fr', 'a:1:{s:7:\"content\";s:17:\"<h1>About us</h1>\";}'),
(0, 0, '', 450, 'it', 'a:1:{s:7:\"content\";s:17:\"<h1>About us</h1>\";}'),
(0, 0, '', 450, 'nl', 'a:1:{s:7:\"content\";s:17:\"<h1>About us</h1>\";}'),
(0, 0, '', 450, 'no', 'a:1:{s:7:\"content\";s:17:\"<h1>About us</h1>\";}'),
(0, 0, '', 450, 'pt', 'a:1:{s:7:\"content\";s:17:\"<h1>About us</h1>\";}'),
(0, 0, '', 450, 'ro', 'a:1:{s:7:\"content\";s:17:\"<h1>About us</h1>\";}'),
(0, 0, '', 450, 'ru', 'a:1:{s:7:\"content\";s:17:\"<h1>About us</h1>\";}'),
(0, 0, '', 451, 'da', 'a:1:{s:7:\"content\";s:18:\"<h1>New items</h1>\";}'),
(0, 0, '', 451, 'de', 'a:1:{s:7:\"content\";s:18:\"<h1>New items</h1>\";}'),
(0, 0, '', 451, 'el', 'a:1:{s:7:\"content\";s:18:\"<h1>New items</h1>\";}'),
(0, 0, '', 451, 'en', 'a:1:{s:7:\"content\";s:18:\"<h1>New items</h1>\";}'),
(0, 0, '', 451, 'es', 'a:1:{s:7:\"content\";s:18:\"<h1>New items</h1>\";}'),
(0, 0, '', 451, 'fr', 'a:1:{s:7:\"content\";s:18:\"<h1>New items</h1>\";}'),
(0, 0, '', 451, 'it', 'a:1:{s:7:\"content\";s:18:\"<h1>New items</h1>\";}'),
(0, 0, '', 451, 'nl', 'a:1:{s:7:\"content\";s:18:\"<h1>New items</h1>\";}'),
(0, 0, '', 451, 'no', 'a:1:{s:7:\"content\";s:18:\"<h1>New items</h1>\";}'),
(0, 0, '', 451, 'pt', 'a:1:{s:7:\"content\";s:18:\"<h1>New items</h1>\";}'),
(0, 0, '', 451, 'ro', 'a:1:{s:7:\"content\";s:18:\"<h1>New items</h1>\";}'),
(0, 0, '', 451, 'ru', 'a:1:{s:7:\"content\";s:18:\"<h1>New items</h1>\";}'),
(0, 0, '', 452, 'da', 'a:1:{s:7:\"content\";s:16:\"<h1>On sale</h1>\";}'),
(0, 0, '', 452, 'de', 'a:1:{s:7:\"content\";s:16:\"<h1>On sale</h1>\";}'),
(0, 0, '', 452, 'el', 'a:1:{s:7:\"content\";s:16:\"<h1>On sale</h1>\";}'),
(0, 0, '', 452, 'en', 'a:1:{s:7:\"content\";s:16:\"<h1>On sale</h1>\";}'),
(0, 0, '', 452, 'es', 'a:1:{s:7:\"content\";s:16:\"<h1>On sale</h1>\";}'),
(0, 0, '', 452, 'fr', 'a:1:{s:7:\"content\";s:16:\"<h1>On sale</h1>\";}'),
(0, 0, '', 452, 'it', 'a:1:{s:7:\"content\";s:16:\"<h1>On sale</h1>\";}'),
(0, 0, '', 452, 'nl', 'a:1:{s:7:\"content\";s:16:\"<h1>On sale</h1>\";}'),
(0, 0, '', 452, 'no', 'a:1:{s:7:\"content\";s:16:\"<h1>On sale</h1>\";}'),
(0, 0, '', 452, 'pt', 'a:1:{s:7:\"content\";s:16:\"<h1>On sale</h1>\";}'),
(0, 0, '', 452, 'ro', 'a:1:{s:7:\"content\";s:16:\"<h1>On sale</h1>\";}'),
(0, 0, '', 452, 'ru', 'a:1:{s:7:\"content\";s:16:\"<h1>On sale</h1>\";}'),
(0, 0, '', 453, 'da', 'a:1:{s:7:\"content\";s:20:\"<h1>Bestsellers</h1>\";}'),
(0, 0, '', 453, 'de', 'a:1:{s:7:\"content\";s:20:\"<h1>Bestsellers</h1>\";}'),
(0, 0, '', 453, 'el', 'a:1:{s:7:\"content\";s:20:\"<h1>Bestsellers</h1>\";}'),
(0, 0, '', 453, 'en', 'a:1:{s:7:\"content\";s:20:\"<h1>Bestsellers</h1>\";}'),
(0, 0, '', 453, 'es', 'a:1:{s:7:\"content\";s:20:\"<h1>Bestsellers</h1>\";}'),
(0, 0, '', 453, 'fr', 'a:1:{s:7:\"content\";s:20:\"<h1>Bestsellers</h1>\";}'),
(0, 0, '', 453, 'it', 'a:1:{s:7:\"content\";s:20:\"<h1>Bestsellers</h1>\";}'),
(0, 0, '', 453, 'nl', 'a:1:{s:7:\"content\";s:20:\"<h1>Bestsellers</h1>\";}'),
(0, 0, '', 453, 'no', 'a:1:{s:7:\"content\";s:20:\"<h1>Bestsellers</h1>\";}'),
(0, 0, '', 453, 'pt', 'a:1:{s:7:\"content\";s:20:\"<h1>Bestsellers</h1>\";}'),
(0, 0, '', 453, 'ro', 'a:1:{s:7:\"content\";s:20:\"<h1>Bestsellers</h1>\";}'),
(0, 0, '', 453, 'ru', 'a:1:{s:7:\"content\";s:20:\"<h1>Bestsellers</h1>\";}'),
(0, 0, '', 454, 'da', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:14:\"et_same_vendor\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 454, 'de', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:14:\"et_same_vendor\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 454, 'el', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:14:\"et_same_vendor\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 454, 'en', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:14:\"et_same_vendor\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 454, 'es', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:14:\"et_same_vendor\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 454, 'fr', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:14:\"et_same_vendor\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 454, 'it', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:14:\"et_same_vendor\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 454, 'nl', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:14:\"et_same_vendor\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 454, 'no', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:14:\"et_same_vendor\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 454, 'pt', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:14:\"et_same_vendor\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 454, 'ro', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:14:\"et_same_vendor\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 454, 'ru', 'a:1:{s:5:\"items\";a:6:{s:7:\"filling\";s:14:\"et_same_vendor\";s:5:\"limit\";s:2:\"10\";s:13:\"percent_range\";s:0:\"\";s:16:\"similar_category\";s:1:\"Y\";s:15:\"similar_subcats\";s:1:\"Y\";s:16:\"similar_in_stock\";s:1:\"Y\";}}'),
(0, 0, '', 455, 'da', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"vendor_rating\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 455, 'de', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"vendor_rating\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 455, 'el', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"vendor_rating\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 455, 'en', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"vendor_rating\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 455, 'es', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"vendor_rating\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 455, 'fr', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"vendor_rating\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 455, 'it', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"vendor_rating\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 455, 'nl', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"vendor_rating\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 455, 'no', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"vendor_rating\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 455, 'pt', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"vendor_rating\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 455, 'ro', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"vendor_rating\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 455, 'ru', 'a:1:{s:5:\"items\";a:3:{s:7:\"filling\";s:13:\"vendor_rating\";s:5:\"limit\";s:2:\"10\";s:3:\"cid\";s:0:\"\";}}'),
(0, 0, '', 456, 'da', ''),
(0, 0, '', 456, 'de', ''),
(0, 0, '', 456, 'el', ''),
(0, 0, '', 456, 'en', ''),
(0, 0, '', 456, 'es', ''),
(0, 0, '', 456, 'fr', ''),
(0, 0, '', 456, 'it', ''),
(0, 0, '', 456, 'nl', ''),
(0, 0, '', 456, 'no', ''),
(0, 0, '', 456, 'pt', ''),
(0, 0, '', 456, 'ro', ''),
(0, 0, '', 456, 'ru', ''),
(0, 0, '', 457, 'da', 'a:1:{s:7:\"content\";s:16:\"<h1>Contact</h1>\";}'),
(0, 0, '', 457, 'de', 'a:1:{s:7:\"content\";s:16:\"<h1>Contact</h1>\";}'),
(0, 0, '', 457, 'el', 'a:1:{s:7:\"content\";s:16:\"<h1>Contact</h1>\";}'),
(0, 0, '', 457, 'en', 'a:1:{s:7:\"content\";s:16:\"<h1>Contact</h1>\";}'),
(0, 0, '', 457, 'es', 'a:1:{s:7:\"content\";s:16:\"<h1>Contact</h1>\";}'),
(0, 0, '', 457, 'fr', 'a:1:{s:7:\"content\";s:16:\"<h1>Contact</h1>\";}'),
(0, 0, '', 457, 'it', 'a:1:{s:7:\"content\";s:16:\"<h1>Contact</h1>\";}'),
(0, 0, '', 457, 'nl', 'a:1:{s:7:\"content\";s:16:\"<h1>Contact</h1>\";}'),
(0, 0, '', 457, 'no', 'a:1:{s:7:\"content\";s:16:\"<h1>Contact</h1>\";}'),
(0, 0, '', 457, 'pt', 'a:1:{s:7:\"content\";s:16:\"<h1>Contact</h1>\";}'),
(0, 0, '', 457, 'ro', 'a:1:{s:7:\"content\";s:16:\"<h1>Contact</h1>\";}'),
(0, 0, '', 457, 'ru', 'a:1:{s:7:\"content\";s:16:\"<h1>Contact</h1>\";}'),
(0, 0, '', 458, 'da', 'a:1:{s:7:\"content\";s:16:\"<h1>Reviews</h1>\";}'),
(0, 0, '', 458, 'de', 'a:1:{s:7:\"content\";s:16:\"<h1>Reviews</h1>\";}'),
(0, 0, '', 458, 'el', 'a:1:{s:7:\"content\";s:16:\"<h1>Reviews</h1>\";}'),
(0, 0, '', 458, 'en', 'a:1:{s:7:\"content\";s:16:\"<h1>Reviews</h1>\";}'),
(0, 0, '', 458, 'es', 'a:1:{s:7:\"content\";s:16:\"<h1>Reviews</h1>\";}'),
(0, 0, '', 458, 'fr', 'a:1:{s:7:\"content\";s:16:\"<h1>Reviews</h1>\";}'),
(0, 0, '', 458, 'it', 'a:1:{s:7:\"content\";s:16:\"<h1>Reviews</h1>\";}'),
(0, 0, '', 458, 'nl', 'a:1:{s:7:\"content\";s:16:\"<h1>Reviews</h1>\";}'),
(0, 0, '', 458, 'no', 'a:1:{s:7:\"content\";s:16:\"<h1>Reviews</h1>\";}'),
(0, 0, '', 458, 'pt', 'a:1:{s:7:\"content\";s:16:\"<h1>Reviews</h1>\";}'),
(0, 0, '', 458, 'ro', 'a:1:{s:7:\"content\";s:16:\"<h1>Reviews</h1>\";}'),
(0, 0, '', 458, 'ru', 'a:1:{s:7:\"content\";s:16:\"<h1>Reviews</h1>\";}'),
(0, 0, '', 459, 'da', 'a:1:{s:7:\"content\";s:19:\"<h1>Our brands</h1>\";}'),
(0, 0, '', 459, 'de', 'a:1:{s:7:\"content\";s:19:\"<h1>Our brands</h1>\";}'),
(0, 0, '', 459, 'el', 'a:1:{s:7:\"content\";s:19:\"<h1>Our brands</h1>\";}'),
(0, 0, '', 459, 'en', 'a:1:{s:7:\"content\";s:19:\"<h1>Our brands</h1>\";}'),
(0, 0, '', 459, 'es', 'a:1:{s:7:\"content\";s:19:\"<h1>Our brands</h1>\";}'),
(0, 0, '', 459, 'fr', 'a:1:{s:7:\"content\";s:19:\"<h1>Our brands</h1>\";}'),
(0, 0, '', 459, 'it', 'a:1:{s:7:\"content\";s:19:\"<h1>Our brands</h1>\";}'),
(0, 0, '', 459, 'nl', 'a:1:{s:7:\"content\";s:19:\"<h1>Our brands</h1>\";}'),
(0, 0, '', 459, 'no', 'a:1:{s:7:\"content\";s:19:\"<h1>Our brands</h1>\";}'),
(0, 0, '', 459, 'pt', 'a:1:{s:7:\"content\";s:19:\"<h1>Our brands</h1>\";}'),
(0, 0, '', 459, 'ro', 'a:1:{s:7:\"content\";s:19:\"<h1>Our brands</h1>\";}'),
(0, 0, '', 459, 'ru', 'a:1:{s:7:\"content\";s:19:\"<h1>Our brands</h1>\";}'),
(0, 0, '', 460, 'da', 'a:1:{s:7:\"content\";s:24:\"<h1>{__(\"sitemap\")}</h1>\";}'),
(0, 0, '', 460, 'de', 'a:1:{s:7:\"content\";s:24:\"<h1>{__(\"sitemap\")}</h1>\";}'),
(0, 0, '', 460, 'el', 'a:1:{s:7:\"content\";s:24:\"<h1>{__(\"sitemap\")}</h1>\";}'),
(0, 0, '', 460, 'en', 'a:1:{s:7:\"content\";s:24:\"<h1>{__(\"sitemap\")}</h1>\";}'),
(0, 0, '', 460, 'es', 'a:1:{s:7:\"content\";s:24:\"<h1>{__(\"sitemap\")}</h1>\";}'),
(0, 0, '', 460, 'fr', 'a:1:{s:7:\"content\";s:24:\"<h1>{__(\"sitemap\")}</h1>\";}'),
(0, 0, '', 460, 'it', 'a:1:{s:7:\"content\";s:24:\"<h1>{__(\"sitemap\")}</h1>\";}'),
(0, 0, '', 460, 'nl', 'a:1:{s:7:\"content\";s:24:\"<h1>{__(\"sitemap\")}</h1>\";}'),
(0, 0, '', 460, 'no', 'a:1:{s:7:\"content\";s:24:\"<h1>{__(\"sitemap\")}</h1>\";}'),
(0, 0, '', 460, 'pt', 'a:1:{s:7:\"content\";s:24:\"<h1>{__(\"sitemap\")}</h1>\";}'),
(0, 0, '', 460, 'ro', 'a:1:{s:7:\"content\";s:24:\"<h1>{__(\"sitemap\")}</h1>\";}'),
(0, 0, '', 460, 'ru', 'a:1:{s:7:\"content\";s:24:\"<h1>{__(\"sitemap\")}</h1>\";}'),
(0, 0, '', 461, 'da', 'a:1:{s:7:\"content\";s:21:\"<h1>Testimonials</h1>\";}'),
(0, 0, '', 461, 'de', 'a:1:{s:7:\"content\";s:21:\"<h1>Testimonials</h1>\";}'),
(0, 0, '', 461, 'el', 'a:1:{s:7:\"content\";s:21:\"<h1>Testimonials</h1>\";}'),
(0, 0, '', 461, 'en', 'a:1:{s:7:\"content\";s:21:\"<h1>Testimonials</h1>\";}'),
(0, 0, '', 461, 'es', 'a:1:{s:7:\"content\";s:21:\"<h1>Testimonials</h1>\";}'),
(0, 0, '', 461, 'fr', 'a:1:{s:7:\"content\";s:21:\"<h1>Testimonials</h1>\";}'),
(0, 0, '', 461, 'it', 'a:1:{s:7:\"content\";s:21:\"<h1>Testimonials</h1>\";}'),
(0, 0, '', 461, 'nl', 'a:1:{s:7:\"content\";s:21:\"<h1>Testimonials</h1>\";}'),
(0, 0, '', 461, 'no', 'a:1:{s:7:\"content\";s:21:\"<h1>Testimonials</h1>\";}'),
(0, 0, '', 461, 'pt', 'a:1:{s:7:\"content\";s:21:\"<h1>Testimonials</h1>\";}'),
(0, 0, '', 461, 'ro', 'a:1:{s:7:\"content\";s:21:\"<h1>Testimonials</h1>\";}'),
(0, 0, '', 461, 'ru', 'a:1:{s:7:\"content\";s:21:\"<h1>Testimonials</h1>\";}'),
(0, 0, '', 462, 'da', 'a:1:{s:7:\"content\";s:24:\"<h1>\n{__(compare)}\n</h1>\";}'),
(0, 0, '', 462, 'de', 'a:1:{s:7:\"content\";s:24:\"<h1>\n{__(compare)}\n</h1>\";}'),
(0, 0, '', 462, 'el', 'a:1:{s:7:\"content\";s:24:\"<h1>\n{__(compare)}\n</h1>\";}'),
(0, 0, '', 462, 'en', 'a:1:{s:7:\"content\";s:24:\"<h1>\n{__(compare)}\n</h1>\";}'),
(0, 0, '', 462, 'es', 'a:1:{s:7:\"content\";s:24:\"<h1>\n{__(compare)}\n</h1>\";}'),
(0, 0, '', 462, 'fr', 'a:1:{s:7:\"content\";s:24:\"<h1>\n{__(compare)}\n</h1>\";}'),
(0, 0, '', 462, 'it', 'a:1:{s:7:\"content\";s:24:\"<h1>\n{__(compare)}\n</h1>\";}'),
(0, 0, '', 462, 'nl', 'a:1:{s:7:\"content\";s:24:\"<h1>\n{__(compare)}\n</h1>\";}'),
(0, 0, '', 462, 'no', 'a:1:{s:7:\"content\";s:24:\"<h1>\n{__(compare)}\n</h1>\";}'),
(0, 0, '', 462, 'pt', 'a:1:{s:7:\"content\";s:24:\"<h1>\n{__(compare)}\n</h1>\";}'),
(0, 0, '', 462, 'ro', 'a:1:{s:7:\"content\";s:24:\"<h1>\n{__(compare)}\n</h1>\";}'),
(0, 0, '', 462, 'ru', 'a:1:{s:7:\"content\";s:24:\"<h1>\n{__(compare)}\n</h1>\";}'),
(0, 0, '', 463, 'da', 'a:1:{s:7:\"content\";s:25:\"<h1>\n{__(wishlist)}\n</h1>\";}'),
(0, 0, '', 463, 'de', 'a:1:{s:7:\"content\";s:25:\"<h1>\n{__(wishlist)}\n</h1>\";}'),
(0, 0, '', 463, 'el', 'a:1:{s:7:\"content\";s:25:\"<h1>\n{__(wishlist)}\n</h1>\";}'),
(0, 0, '', 463, 'en', 'a:1:{s:7:\"content\";s:25:\"<h1>\n{__(wishlist)}\n</h1>\";}'),
(0, 0, '', 463, 'es', 'a:1:{s:7:\"content\";s:25:\"<h1>\n{__(wishlist)}\n</h1>\";}'),
(0, 0, '', 463, 'fr', 'a:1:{s:7:\"content\";s:25:\"<h1>\n{__(wishlist)}\n</h1>\";}'),
(0, 0, '', 463, 'it', 'a:1:{s:7:\"content\";s:25:\"<h1>\n{__(wishlist)}\n</h1>\";}'),
(0, 0, '', 463, 'nl', 'a:1:{s:7:\"content\";s:25:\"<h1>\n{__(wishlist)}\n</h1>\";}'),
(0, 0, '', 463, 'no', 'a:1:{s:7:\"content\";s:25:\"<h1>\n{__(wishlist)}\n</h1>\";}'),
(0, 0, '', 463, 'pt', 'a:1:{s:7:\"content\";s:25:\"<h1>\n{__(wishlist)}\n</h1>\";}'),
(0, 0, '', 463, 'ro', 'a:1:{s:7:\"content\";s:25:\"<h1>\n{__(wishlist)}\n</h1>\";}'),
(0, 0, '', 463, 'ru', 'a:1:{s:7:\"content\";s:25:\"<h1>\n{__(wishlist)}\n</h1>\";}'),
(0, 0, '', 464, 'da', ''),
(0, 0, '', 464, 'de', ''),
(0, 0, '', 464, 'el', ''),
(0, 0, '', 464, 'en', ''),
(0, 0, '', 464, 'es', ''),
(0, 0, '', 464, 'fr', ''),
(0, 0, '', 464, 'it', ''),
(0, 0, '', 464, 'nl', ''),
(0, 0, '', 464, 'no', ''),
(0, 0, '', 464, 'pt', ''),
(0, 0, '', 464, 'ro', ''),
(0, 0, '', 464, 'ru', '');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_bm_blocks_descriptions`
--

CREATE TABLE `partiushop_bm_blocks_descriptions` (
  `block_id` int(11) UNSIGNED NOT NULL,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `name` varchar(64) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_bm_blocks_descriptions`
--

INSERT INTO `partiushop_bm_blocks_descriptions` (`block_id`, `lang_code`, `name`) VALUES
(1, 'da', 'Languages'),
(1, 'de', 'Languages'),
(1, 'el', 'Γλώσσες'),
(1, 'en', 'Languages'),
(1, 'es', 'Languages'),
(1, 'fr', 'Languages'),
(1, 'it', 'Languages'),
(1, 'nl', 'Languages'),
(1, 'no', 'Languages'),
(1, 'pt', 'Languages'),
(1, 'ro', 'Languages'),
(1, 'ru', 'Языки'),
(2, 'da', 'Currencies'),
(2, 'de', 'Currencies'),
(2, 'el', 'Ισοτιμίες'),
(2, 'en', 'Currencies'),
(2, 'es', 'Currencies'),
(2, 'fr', 'Currencies'),
(2, 'it', 'Currencies'),
(2, 'nl', 'Currencies'),
(2, 'no', 'Currencies'),
(2, 'pt', 'Currencies'),
(2, 'ro', 'Currencies'),
(2, 'ru', 'Валюта'),
(3, 'da', 'Quick links'),
(3, 'de', 'Quick links'),
(3, 'el', 'Quick links'),
(3, 'en', 'Quick links'),
(3, 'es', 'Quick links'),
(3, 'fr', 'Quick links'),
(3, 'it', 'Quick links'),
(3, 'nl', 'Quick links'),
(3, 'no', 'Quick links'),
(3, 'pt', 'Quick links'),
(3, 'ro', 'Quick links'),
(3, 'ru', 'Быстрые ссылки'),
(4, 'da', 'My Account'),
(4, 'de', 'My Account'),
(4, 'el', 'Ο Λογαριασμός μου'),
(4, 'en', 'My Account'),
(4, 'es', 'My Account'),
(4, 'fr', 'My Account'),
(4, 'it', 'My Account'),
(4, 'nl', 'My Account'),
(4, 'no', 'My Account'),
(4, 'pt', 'My Account'),
(4, 'ro', 'My Account'),
(4, 'ru', 'Мой профиль'),
(5, 'da', 'Logo'),
(5, 'de', 'Logo'),
(5, 'el', 'Logo'),
(5, 'en', 'Logo'),
(5, 'es', 'Logo'),
(5, 'fr', 'Logo'),
(5, 'it', 'Logo'),
(5, 'nl', 'Logo'),
(5, 'no', 'Logo'),
(5, 'pt', 'Logo'),
(5, 'ro', 'Logo'),
(5, 'ru', 'Логотип'),
(6, 'da', 'Call Request'),
(6, 'de', 'Call Request'),
(6, 'el', 'Call Request'),
(6, 'en', 'Call Request'),
(6, 'es', 'Call Request'),
(6, 'fr', 'Call Request'),
(6, 'it', 'Call Request'),
(6, 'nl', 'Call Request'),
(6, 'no', 'Call Request'),
(6, 'pt', 'Call Request'),
(6, 'ro', 'Call Request'),
(6, 'ru', 'Обратный звонок'),
(7, 'da', 'Search'),
(7, 'de', 'Search'),
(7, 'el', 'Αναζήτηση'),
(7, 'en', 'Search'),
(7, 'es', 'Search'),
(7, 'fr', 'Search'),
(7, 'it', 'Search'),
(7, 'nl', 'Search'),
(7, 'no', 'Search'),
(7, 'pt', 'Busca'),
(7, 'ro', 'Search'),
(7, 'ru', 'Поиск'),
(8, 'da', 'Cart content'),
(8, 'de', 'Cart content'),
(8, 'el', 'Περιεχόμενο Καλαθιού'),
(8, 'en', 'Cart content'),
(8, 'es', 'Cart content'),
(8, 'fr', 'Cart content'),
(8, 'it', 'Cart content'),
(8, 'nl', 'Cart content'),
(8, 'no', 'Cart content'),
(8, 'pt', 'Cart content'),
(8, 'ro', 'Cart content'),
(8, 'ru', 'Корзина'),
(9, 'da', 'Main menu'),
(9, 'de', 'Main menu'),
(9, 'el', 'Main menu'),
(9, 'en', 'Main menu'),
(9, 'es', 'Main menu'),
(9, 'fr', 'Main menu'),
(9, 'it', 'Main menu'),
(9, 'nl', 'Main menu'),
(9, 'no', 'Main menu'),
(9, 'pt', 'Main menu'),
(9, 'ro', 'Main menu'),
(9, 'ru', 'Главное меню'),
(10, 'da', 'Breadcrumbs'),
(10, 'de', 'Breadcrumbs'),
(10, 'el', 'Breadcrumbs'),
(10, 'en', 'Breadcrumbs'),
(10, 'es', 'Breadcrumbs'),
(10, 'fr', 'Breadcrumbs'),
(10, 'it', 'Breadcrumbs'),
(10, 'nl', 'Breadcrumbs'),
(10, 'no', 'Breadcrumbs'),
(10, 'pt', 'Breadcrumbs'),
(10, 'ro', 'Breadcrumbs'),
(10, 'ru', 'Быстрые ссылки'),
(11, 'da', 'Main Content'),
(11, 'de', 'Main Content'),
(11, 'el', 'Main Content'),
(11, 'en', 'Main Content'),
(11, 'es', 'Main Content'),
(11, 'fr', 'Main Content'),
(11, 'it', 'Main Content'),
(11, 'nl', 'Main Content'),
(11, 'no', 'Main Content'),
(11, 'pt', 'Main Content'),
(11, 'ro', 'Main Content'),
(11, 'ru', 'Главное содержимое'),
(12, 'da', 'Subscribe'),
(12, 'de', 'Subscribe'),
(12, 'el', 'Subscribe'),
(12, 'en', 'Subscribe'),
(12, 'es', 'Subscribe'),
(12, 'fr', 'Subscribe'),
(12, 'it', 'Subscribe'),
(12, 'nl', 'Subscribe'),
(12, 'no', 'Subscribe'),
(12, 'pt', 'Subscribe'),
(12, 'ro', 'Subscribe'),
(12, 'ru', 'Подписаться'),
(13, 'da', 'Social links'),
(13, 'de', 'Social links'),
(13, 'el', 'Social links'),
(13, 'en', 'Social links'),
(13, 'es', 'Social links'),
(13, 'fr', 'Social links'),
(13, 'it', 'Social links'),
(13, 'nl', 'Social links'),
(13, 'no', 'Social links'),
(13, 'pt', 'Social links'),
(13, 'ro', 'Social links'),
(13, 'ru', 'Социальные ссылки'),
(14, 'da', 'Bottom my account'),
(14, 'de', 'Bottom my account'),
(14, 'el', 'Συνδεση Λογαριασμου​'),
(14, 'en', 'Bottom my account'),
(14, 'es', 'Bottom my account'),
(14, 'fr', 'Bottom my account'),
(14, 'it', 'Bottom my account'),
(14, 'nl', 'Bottom my account'),
(14, 'no', 'Bottom my account'),
(14, 'pt', 'Bottom my account'),
(14, 'ro', 'Bottom my account'),
(14, 'ru', 'Кабинет покупателя'),
(15, 'da', 'Shop'),
(15, 'de', 'Shop'),
(15, 'el', 'Shop'),
(15, 'en', 'Shop'),
(15, 'es', 'Shop'),
(15, 'fr', 'Shop'),
(15, 'it', 'Shop'),
(15, 'nl', 'Shop'),
(15, 'no', 'Shop'),
(15, 'pt', 'Shop'),
(15, 'ro', 'Shop'),
(15, 'ru', 'Магазин'),
(16, 'da', 'Create order'),
(16, 'de', 'Create order'),
(16, 'el', 'Οι Παραγγελίες​ σας'),
(16, 'en', 'Create order'),
(16, 'es', 'Create order'),
(16, 'fr', 'Create order'),
(16, 'it', 'Create order'),
(16, 'nl', 'Create order'),
(16, 'no', 'Create order'),
(16, 'pt', 'Create order'),
(16, 'ro', 'Create order'),
(16, 'ru', 'Оформление заказа'),
(17, 'da', 'About us'),
(17, 'de', 'About us'),
(17, 'el', 'Η Εταιρεία​'),
(17, 'en', 'About us'),
(17, 'es', 'About us'),
(17, 'fr', 'About us'),
(17, 'it', 'About us'),
(17, 'nl', 'About us'),
(17, 'no', 'About us'),
(17, 'pt', 'About us'),
(17, 'ro', 'About us'),
(17, 'ru', 'О нас'),
(18, 'da', 'Copyright'),
(18, 'de', 'Copyright'),
(18, 'el', 'Copyright'),
(18, 'en', 'Copyright'),
(18, 'es', 'Copyright'),
(18, 'fr', 'Copyright'),
(18, 'it', 'Copyright'),
(18, 'nl', 'Copyright'),
(18, 'no', 'Copyright'),
(18, 'pt', 'Copyright'),
(18, 'ro', 'Copyright'),
(18, 'ru', 'Копирайт'),
(19, 'da', 'Payment icons'),
(19, 'de', 'Payment icons'),
(19, 'el', 'Payment icons'),
(19, 'en', 'Payment icons'),
(19, 'es', 'Payment icons'),
(19, 'fr', 'Payment icons'),
(19, 'it', 'Payment icons'),
(19, 'nl', 'Payment icons'),
(19, 'no', 'Payment icons'),
(19, 'pt', 'Pagamentos Icon'),
(19, 'ro', 'Payment icons'),
(19, 'ru', 'Иконки платежных систем'),
(20, 'da', 'Main banners'),
(20, 'de', 'Main banners'),
(20, 'el', 'Main banners'),
(20, 'en', 'Main banners'),
(20, 'es', 'Main banners'),
(20, 'fr', 'Main banners'),
(20, 'it', 'Main banners'),
(20, 'nl', 'Main banners'),
(20, 'no', 'Main banners'),
(20, 'pt', 'Main banners'),
(20, 'ro', 'Main banners'),
(20, 'ru', 'Главные баннеры'),
(21, 'da', 'Free shipping'),
(21, 'de', 'Free shipping'),
(21, 'el', 'Free shipping'),
(21, 'en', 'Free shipping'),
(21, 'es', 'Free shipping'),
(21, 'fr', 'Free shipping'),
(21, 'it', 'Free shipping'),
(21, 'nl', 'Free shipping'),
(21, 'no', 'Free shipping'),
(21, 'pt', 'Free shipping'),
(21, 'ro', 'Free shipping'),
(21, 'ru', 'Бесплатная доставка'),
(22, 'da', 'Discount for pickup'),
(22, 'de', 'Discount for pickup'),
(22, 'el', 'Discount for pickup'),
(22, 'en', 'Discount for pickup'),
(22, 'es', 'Discount for pickup'),
(22, 'fr', 'Discount for pickup'),
(22, 'it', 'Discount for pickup'),
(22, 'nl', 'Discount for pickup'),
(22, 'no', 'Discount for pickup'),
(22, 'pt', 'Discount for pickup'),
(22, 'ro', 'Discount for pickup'),
(22, 'ru', 'Скидка за самовывоз'),
(23, 'da', 'Featured Vendors'),
(23, 'de', 'Featured Vendors'),
(23, 'el', 'Featured Vendors'),
(23, 'en', 'Featured Vendors'),
(23, 'es', 'Featured Vendors'),
(23, 'fr', 'Featured Vendors'),
(23, 'it', 'Featured Vendors'),
(23, 'nl', 'Featured Vendors'),
(23, 'no', 'Featured Vendors'),
(23, 'pt', 'Featured Vendors'),
(23, 'ro', 'Featured Vendors'),
(23, 'ru', ''),
(24, 'da', 'Hot deals'),
(24, 'de', 'Hot deals'),
(24, 'el', 'Hot deals'),
(24, 'en', 'Hot deals'),
(24, 'es', 'Hot deals'),
(24, 'fr', 'Hot deals'),
(24, 'it', 'Hot deals'),
(24, 'nl', 'Hot deals'),
(24, 'no', 'Hot deals'),
(24, 'pt', 'Hot deals'),
(24, 'ro', 'Hot deals'),
(24, 'ru', 'Новинки'),
(25, 'da', 'Sale'),
(25, 'de', 'Sale'),
(25, 'el', 'Προσφορές'),
(25, 'en', 'Sale'),
(25, 'es', 'Sale'),
(25, 'fr', 'Sale'),
(25, 'it', 'Sale'),
(25, 'nl', 'Sale'),
(25, 'no', 'Sale'),
(25, 'pt', 'Sale'),
(25, 'ro', 'Sale'),
(25, 'ru', 'Распродажа'),
(26, 'da', 'Blog'),
(26, 'de', 'Blog'),
(26, 'el', 'Blog'),
(26, 'en', 'Blog'),
(26, 'es', 'Blog'),
(26, 'fr', 'Blog'),
(26, 'it', 'Blog'),
(26, 'nl', 'Blog'),
(26, 'no', 'Blog'),
(26, 'pt', 'Blog'),
(26, 'ro', 'Blog'),
(26, 'ru', 'Блог'),
(27, 'da', 'Reviews'),
(27, 'de', 'Reviews'),
(27, 'el', 'Κριτικές'),
(27, 'en', 'Reviews'),
(27, 'es', 'Reviews'),
(27, 'fr', 'Reviews'),
(27, 'it', 'Reviews'),
(27, 'nl', 'Reviews'),
(27, 'no', 'Reviews'),
(27, 'pt', 'Reviews'),
(27, 'ro', 'Reviews'),
(27, 'ru', 'Отзывы'),
(28, 'da', 'Brands'),
(28, 'de', 'Brands'),
(28, 'el', 'Brands'),
(28, 'en', 'Brands'),
(28, 'es', 'Brands'),
(28, 'fr', 'Brands'),
(28, 'it', 'Brands'),
(28, 'nl', 'Brands'),
(28, 'no', 'Brands'),
(28, 'pt', 'Brands'),
(28, 'ro', 'Brands'),
(28, 'ru', 'Бренды'),
(29, 'da', 'Guarantees and benefits'),
(29, 'de', 'Guarantees and benefits'),
(29, 'el', 'Guarantees and benefits'),
(29, 'en', 'Guarantees and benefits'),
(29, 'es', 'Guarantees and benefits'),
(29, 'fr', 'Guarantees and benefits'),
(29, 'it', 'Guarantees and benefits'),
(29, 'nl', 'Guarantees and benefits'),
(29, 'no', 'Guarantees and benefits'),
(29, 'pt', 'Guarantees and benefits'),
(29, 'ro', 'Guarantees and benefits'),
(29, 'ru', 'Выгода и Гарантии'),
(30, 'da', 'Similar products'),
(30, 'de', 'Similar products'),
(30, 'el', 'Παρόμοια Προϊόντα'),
(30, 'en', 'Similar products'),
(30, 'es', 'Similar products'),
(30, 'fr', 'Similar products'),
(30, 'it', 'Similar products'),
(30, 'nl', 'Similar products'),
(30, 'no', 'Similar products'),
(30, 'pt', 'Similar products'),
(30, 'ro', 'Similar products'),
(30, 'ru', 'Похожие товары'),
(31, 'da', 'At the same price!'),
(31, 'de', 'At the same price!'),
(31, 'el', 'Στη ίδια ΤΙμή!'),
(31, 'en', 'At the same price!'),
(31, 'es', 'At the same price!'),
(31, 'fr', 'At the same price!'),
(31, 'it', 'At the same price!'),
(31, 'nl', 'At the same price!'),
(31, 'no', 'At the same price!'),
(31, 'pt', 'At the same price!'),
(31, 'ro', 'At the same price!'),
(31, 'ru', 'За ту же цену!'),
(32, 'da', 'Product filters'),
(32, 'de', 'Product filters'),
(32, 'el', 'Φίλτρα Προϊόντων'),
(32, 'en', 'Product filters'),
(32, 'es', 'Product filters'),
(32, 'fr', 'Product filters'),
(32, 'it', 'Product filters'),
(32, 'nl', 'Product filters'),
(32, 'no', 'Product filters'),
(32, 'pt', 'Product filters'),
(32, 'ro', 'Product filters'),
(32, 'ru', 'Фильтры товаров'),
(33, 'da', 'Recently Viewed'),
(33, 'de', 'Recently Viewed'),
(33, 'el', 'Είδατε Πρόσφατα'),
(33, 'en', 'Recently Viewed'),
(33, 'es', 'Recently Viewed'),
(33, 'fr', 'Recently Viewed'),
(33, 'it', 'Recently Viewed'),
(33, 'nl', 'Recently Viewed'),
(33, 'no', 'Recently Viewed'),
(33, 'pt', 'Recently Viewed'),
(33, 'ro', 'Recently Viewed'),
(33, 'ru', 'Недавно просмотренные'),
(34, 'da', 'Logo without link'),
(34, 'de', 'Logo without link'),
(34, 'el', 'Logo without link'),
(34, 'en', 'Logo without link'),
(34, 'es', 'Logo without link'),
(34, 'fr', 'Logo without link'),
(34, 'it', 'Logo without link'),
(34, 'nl', 'Logo without link'),
(34, 'no', 'Logo without link'),
(34, 'pt', 'Logo without link'),
(34, 'ro', 'Logo without link'),
(34, 'ru', 'Логотип без ссылки'),
(35, 'da', 'Deliver to'),
(35, 'de', 'Deliver to'),
(35, 'el', 'Deliver to'),
(35, 'en', 'Deliver to'),
(35, 'es', 'Deliver to'),
(35, 'fr', 'Deliver to'),
(35, 'it', 'Deliver to'),
(35, 'nl', 'Deliver to'),
(35, 'no', 'Deliver to'),
(35, 'pt', 'Entregar para'),
(35, 'ro', 'Deliver to'),
(35, 'ru', 'Доставка в'),
(36, 'da', 'Shipping methods'),
(36, 'de', 'Shipping methods'),
(36, 'el', 'Shipping methods'),
(36, 'en', 'Shipping methods'),
(36, 'es', 'Shipping methods'),
(36, 'fr', 'Shipping methods'),
(36, 'it', 'Shipping methods'),
(36, 'nl', 'Shipping methods'),
(36, 'no', 'Shipping methods'),
(36, 'pt', 'Formas de Envio'),
(36, 'ro', 'Shipping methods'),
(36, 'ru', 'Способы доставки'),
(37, 'da', 'Customer'),
(37, 'de', 'Customer'),
(37, 'el', 'Customer'),
(37, 'en', 'Customer'),
(37, 'es', 'Customer'),
(37, 'fr', 'Customer'),
(37, 'it', 'Customer'),
(37, 'nl', 'Customer'),
(37, 'no', 'Customer'),
(37, 'pt', 'Informações do Cliente'),
(37, 'ro', 'Customer'),
(37, 'ru', 'Покупатель'),
(38, 'da', 'Address'),
(38, 'de', 'Address'),
(38, 'el', 'Address'),
(38, 'en', 'Address'),
(38, 'es', 'Address'),
(38, 'fr', 'Address'),
(38, 'it', 'Address'),
(38, 'nl', 'Address'),
(38, 'no', 'Address'),
(38, 'pt', 'Endereço'),
(38, 'ro', 'Address'),
(38, 'ru', 'Адрес'),
(39, 'da', 'Customer information'),
(39, 'de', 'Customer information'),
(39, 'el', 'Customer information'),
(39, 'en', 'Customer information'),
(39, 'es', 'Customer information'),
(39, 'fr', 'Customer information'),
(39, 'it', 'Customer information'),
(39, 'nl', 'Customer information'),
(39, 'no', 'Customer information'),
(39, 'pt', 'Informação ao Cliente'),
(39, 'ro', 'Customer information'),
(39, 'ru', 'Информация о покупателе'),
(40, 'da', 'Customer\'s notes'),
(40, 'de', 'Customer\'s notes'),
(40, 'el', 'Customer\'s notes'),
(40, 'en', 'Customer\'s notes'),
(40, 'es', 'Customer\'s notes'),
(40, 'fr', 'Customer\'s notes'),
(40, 'it', 'Customer\'s notes'),
(40, 'nl', 'Customer\'s notes'),
(40, 'no', 'Customer\'s notes'),
(40, 'pt', 'Observações do cliente'),
(40, 'ro', 'Customer\'s notes'),
(40, 'ru', 'Примечания покупателя'),
(41, 'da', 'Payment methods'),
(41, 'de', 'Payment methods'),
(41, 'el', 'Payment methods'),
(41, 'en', 'Payment methods'),
(41, 'es', 'Payment methods'),
(41, 'fr', 'Payment methods'),
(41, 'it', 'Payment methods'),
(41, 'nl', 'Payment methods'),
(41, 'no', 'Payment methods'),
(41, 'pt', 'Métodos de Pagamento'),
(41, 'ro', 'Payment methods'),
(41, 'ru', 'Способы оплаты'),
(42, 'da', 'Billing address'),
(42, 'de', 'Billing address'),
(42, 'el', 'Billing address'),
(42, 'en', 'Billing address'),
(42, 'es', 'Billing address'),
(42, 'fr', 'Billing address'),
(42, 'it', 'Billing address'),
(42, 'nl', 'Billing address'),
(42, 'no', 'Billing address'),
(42, 'pt', 'Endereço de cobrança'),
(42, 'ro', 'Billing address'),
(42, 'ru', 'Адрес плательщика'),
(43, 'da', 'Terms and conditions'),
(43, 'de', 'Terms and conditions'),
(43, 'el', 'Terms and conditions'),
(43, 'en', 'Terms and conditions'),
(43, 'es', 'Terms and conditions'),
(43, 'fr', 'Terms and conditions'),
(43, 'it', 'Terms and conditions'),
(43, 'nl', 'Terms and conditions'),
(43, 'no', 'Terms and conditions'),
(43, 'pt', 'Termos e condições '),
(43, 'ro', 'Terms and conditions'),
(43, 'ru', 'Условия оформления заказа'),
(44, 'da', 'Sign up for our newsletters!'),
(44, 'de', 'Sign up for our newsletters!'),
(44, 'el', 'Sign up for our newsletters!'),
(44, 'en', 'Sign up for our newsletters!'),
(44, 'es', 'Sign up for our newsletters!'),
(44, 'fr', 'Sign up for our newsletters!'),
(44, 'it', 'Sign up for our newsletters!'),
(44, 'nl', 'Sign up for our newsletters!'),
(44, 'no', 'Sign up for our newsletters!'),
(44, 'pt', 'Inscreva-se para receber promoções e notícias!'),
(44, 'ro', 'Sign up for our newsletters!'),
(44, 'ru', 'Подпишитесь на нашу рассылку!'),
(45, 'da', 'Carts summary'),
(45, 'de', 'Carts summary'),
(45, 'el', 'Carts summary'),
(45, 'en', 'Carts summary'),
(45, 'es', 'Carts summary'),
(45, 'fr', 'Carts summary'),
(45, 'it', 'Carts summary'),
(45, 'nl', 'Carts summary'),
(45, 'no', 'Carts summary'),
(45, 'pt', 'Carts summary'),
(45, 'ro', 'Carts summary'),
(45, 'ru', 'Carts summary'),
(46, 'da', 'Products in your order'),
(46, 'de', 'Products in your order'),
(46, 'el', 'Προϊόντα στην Παραγγελία'),
(46, 'en', 'Products in your order'),
(46, 'es', 'Products in your order'),
(46, 'fr', 'Products in your order'),
(46, 'it', 'Products in your order'),
(46, 'nl', 'Products in your order'),
(46, 'no', 'Products in your order'),
(46, 'pt', 'Produtos em seu carrinho'),
(46, 'ro', 'Products in your order'),
(46, 'ru', 'Товаров в Вашем заказе'),
(47, 'da', 'Order summary'),
(47, 'de', 'Order summary'),
(47, 'el', 'Περίληψη Παραγγελίας'),
(47, 'en', 'Order summary'),
(47, 'es', 'Order summary'),
(47, 'fr', 'Order summary'),
(47, 'it', 'Order summary'),
(47, 'nl', 'Order summary'),
(47, 'no', 'Order summary'),
(47, 'pt', 'Resumo do pedido'),
(47, 'ro', 'Order summary'),
(47, 'ru', 'Сумма заказа'),
(48, 'da', 'Auth information'),
(48, 'de', 'Auth information'),
(48, 'el', 'Πληροφορίες Εγγραφής'),
(48, 'en', 'Auth information'),
(48, 'es', 'Auth information'),
(48, 'fr', 'Auth information'),
(48, 'it', 'Auth information'),
(48, 'nl', 'Auth information'),
(48, 'no', 'Auth information'),
(48, 'pt', 'Auth information'),
(48, 'ro', 'Auth information'),
(48, 'ru', 'Информация для авторизации'),
(49, 'da', 'Profile information'),
(49, 'de', 'Profile information'),
(49, 'el', 'Πληροφορίες Προφίλ'),
(49, 'en', 'Profile information'),
(49, 'es', 'Profile information'),
(49, 'fr', 'Profile information'),
(49, 'it', 'Profile information'),
(49, 'nl', 'Profile information'),
(49, 'no', 'Profile information'),
(49, 'pt', 'Profile information'),
(49, 'ro', 'Profile information'),
(49, 'ru', 'Личная информация'),
(50, 'da', 'Stores'),
(50, 'de', 'Stores'),
(50, 'el', 'Stores'),
(50, 'en', 'Stores'),
(50, 'es', 'Stores'),
(50, 'fr', 'Stores'),
(50, 'it', 'Stores'),
(50, 'nl', 'Stores'),
(50, 'no', 'Stores'),
(50, 'pt', 'Stores'),
(50, 'ro', 'Stores'),
(50, 'ru', 'Магазины'),
(51, 'da', 'Vendor logo'),
(51, 'de', 'Vendor logo'),
(51, 'el', 'Vendor logo'),
(51, 'en', 'Vendor logo'),
(51, 'es', 'Vendor logo'),
(51, 'fr', 'Vendor logo'),
(51, 'it', 'Vendor logo'),
(51, 'nl', 'Vendor logo'),
(51, 'no', 'Vendor logo'),
(51, 'pt', 'Vendor logo'),
(51, 'ro', 'Vendor logo'),
(51, 'ru', 'Логотип продавца'),
(52, 'da', 'Vendor search'),
(52, 'de', 'Vendor search'),
(52, 'el', 'Vendor search'),
(52, 'en', 'Vendor search'),
(52, 'es', 'Vendor search'),
(52, 'fr', 'Vendor search'),
(52, 'it', 'Vendor search'),
(52, 'nl', 'Vendor search'),
(52, 'no', 'Vendor search'),
(52, 'pt', 'Vendor search'),
(52, 'ro', 'Vendor search'),
(52, 'ru', 'Поиск продавца'),
(53, 'da', 'Vendor information'),
(53, 'de', 'Vendor information'),
(53, 'el', 'Vendor information'),
(53, 'en', 'Vendor information'),
(53, 'es', 'Vendor information'),
(53, 'fr', 'Vendor information'),
(53, 'it', 'Vendor information'),
(53, 'nl', 'Vendor information'),
(53, 'no', 'Vendor information'),
(53, 'pt', 'Vendor information'),
(53, 'ro', 'Vendor information'),
(53, 'ru', 'Информация о продавце'),
(54, 'da', 'Selected product filters'),
(54, 'de', 'Selected product filters'),
(54, 'el', 'επιλεγμενα φιλτρα'),
(54, 'en', 'Selected product filters'),
(54, 'es', 'Selected product filters'),
(54, 'fr', 'Selected product filters'),
(54, 'it', 'Selected product filters'),
(54, 'nl', 'Selected product filters'),
(54, 'no', 'Selected product filters'),
(54, 'pt', 'Selected product filters'),
(54, 'ro', 'Selected product filters'),
(54, 'ru', 'Выбранные фильтры'),
(55, 'da', 'Vendor categories'),
(55, 'de', 'Vendor categories'),
(55, 'el', 'Vendor categories'),
(55, 'en', 'Vendor categories'),
(55, 'es', 'Vendor categories'),
(55, 'fr', 'Vendor categories'),
(55, 'it', 'Vendor categories'),
(55, 'nl', 'Vendor categories'),
(55, 'no', 'Vendor categories'),
(55, 'pt', 'Vendor categories'),
(55, 'ro', 'Vendor categories'),
(55, 'ru', 'Категории продавца'),
(56, 'da', 'Vendor filters'),
(56, 'de', 'Vendor filters'),
(56, 'el', 'Vendor filters'),
(56, 'en', 'Vendor filters'),
(56, 'es', 'Vendor filters'),
(56, 'fr', 'Vendor filters'),
(56, 'it', 'Vendor filters'),
(56, 'nl', 'Vendor filters'),
(56, 'no', 'Vendor filters'),
(56, 'pt', 'Vendor filters'),
(56, 'ro', 'Vendor filters'),
(56, 'ru', 'Фильтры продавца'),
(58, 'da', '404'),
(58, 'de', '404'),
(58, 'el', '404'),
(58, 'en', '404'),
(58, 'es', '404'),
(58, 'fr', '404'),
(58, 'it', '404'),
(58, 'nl', '404'),
(58, 'no', '404'),
(58, 'pt', '404'),
(58, 'ro', '404'),
(58, 'ru', '404'),
(59, 'da', 'Product filters'),
(59, 'de', 'Product filters'),
(59, 'el', 'Φίλτρα Προϊόντων'),
(59, 'en', 'Product filters'),
(59, 'es', 'Product filters'),
(59, 'fr', 'Product filters'),
(59, 'it', 'Product filters'),
(59, 'nl', 'Product filters'),
(59, 'no', 'Product filters'),
(59, 'pt', 'Product filters'),
(59, 'ro', 'Product filters'),
(59, 'ru', 'Фильтры товаров'),
(60, 'da', 'Recent posts'),
(60, 'de', 'Recent posts'),
(60, 'el', 'Τελευταία Άρθρα'),
(60, 'en', 'Recent posts'),
(60, 'es', 'Recent posts'),
(60, 'fr', 'Recent posts'),
(60, 'it', 'Recent posts'),
(60, 'nl', 'Recent posts'),
(60, 'no', 'Recent posts'),
(60, 'pt', 'Recent posts'),
(60, 'ro', 'Recent posts'),
(60, 'ru', 'Недавнее'),
(61, 'da', 'Languages'),
(61, 'de', 'Languages'),
(61, 'el', 'Γλώσσες'),
(61, 'en', 'Languages'),
(61, 'es', 'Languages'),
(61, 'fr', 'Languages'),
(61, 'it', 'Languages'),
(61, 'nl', 'Languages'),
(61, 'no', 'Languages'),
(61, 'pt', 'Languages'),
(61, 'ro', 'Languages'),
(61, 'ru', 'Языки'),
(62, 'da', 'Cart content'),
(62, 'de', 'Cart content'),
(62, 'el', 'Περιεχόμενο Καλαθιού'),
(62, 'en', 'Cart content'),
(62, 'es', 'Cart content'),
(62, 'fr', 'Cart content'),
(62, 'it', 'Cart content'),
(62, 'nl', 'Cart content'),
(62, 'no', 'Cart content'),
(62, 'pt', 'Carrinho'),
(62, 'ro', 'Cart content'),
(62, 'ru', 'Корзина'),
(63, 'da', 'Top menu'),
(63, 'de', 'Top menu'),
(63, 'el', 'Top menu'),
(63, 'en', 'Top menu'),
(63, 'es', 'Top menu'),
(63, 'fr', 'Top menu'),
(63, 'it', 'Top menu'),
(63, 'nl', 'Top menu'),
(63, 'no', 'Top menu'),
(63, 'pt', 'Top menu'),
(63, 'ro', 'Top menu'),
(63, 'ru', 'Меню верхней части'),
(64, 'da', 'Hot deals'),
(64, 'de', 'Hot deals'),
(64, 'el', 'Hot deals'),
(64, 'en', 'Hot deals'),
(64, 'es', 'Hot deals'),
(64, 'fr', 'Hot deals'),
(64, 'it', 'Hot deals'),
(64, 'nl', 'Hot deals'),
(64, 'no', 'Hot deals'),
(64, 'pt', 'Hot deals'),
(64, 'ro', 'Hot deals'),
(64, 'ru', 'Новинки'),
(65, 'da', 'On Sale'),
(65, 'de', 'On Sale'),
(65, 'el', 'Προσφορές'),
(65, 'en', 'On Sale'),
(65, 'es', 'On Sale'),
(65, 'fr', 'On Sale'),
(65, 'it', 'On Sale'),
(65, 'nl', 'On Sale'),
(65, 'no', 'On Sale'),
(65, 'pt', 'On Sale'),
(65, 'ro', 'On Sale'),
(65, 'ru', 'Распродажа'),
(66, 'da', 'Benefits & Guarantees'),
(66, 'de', 'Benefits & Guarantees'),
(66, 'el', 'Benefits & Guarantees'),
(66, 'en', 'Benefits & Guarantees'),
(66, 'es', 'Benefits & Guarantees'),
(66, 'fr', 'Benefits & Guarantees'),
(66, 'it', 'Benefits & Guarantees'),
(66, 'nl', 'Benefits & Guarantees'),
(66, 'no', 'Benefits & Guarantees'),
(66, 'pt', 'Benefits & Guarantees'),
(66, 'ro', 'Benefits & Guarantees'),
(66, 'ru', 'Выгода и Гарантии'),
(67, 'da', 'Order information'),
(67, 'de', 'Order information'),
(67, 'el', 'Πληροφορίες Χρεωσης'),
(67, 'en', 'Order information'),
(67, 'es', 'Order information'),
(67, 'fr', 'Order information'),
(67, 'it', 'Order information'),
(67, 'nl', 'Order information'),
(67, 'no', 'Order information'),
(67, 'pt', 'Order information'),
(67, 'ro', 'Order information'),
(67, 'ru', 'Информация о заказе'),
(68, 'da', 'Gift certificate verification'),
(68, 'de', 'Gift certificate verification'),
(68, 'el', 'Gift certificate verification'),
(68, 'en', 'Gift certificate verification'),
(68, 'es', 'Gift certificate verification'),
(68, 'fr', 'Gift certificate verification'),
(68, 'it', 'Gift certificate verification'),
(68, 'nl', 'Gift certificate verification'),
(68, 'no', 'Gift certificate verification'),
(68, 'pt', 'Gift certificate verification'),
(68, 'ro', 'Gift certificate verification'),
(68, 'ru', 'Проверка подарочного сертификата'),
(69, 'da', 'Variations list'),
(69, 'de', 'Varianten-Liste'),
(69, 'el', 'Λιστα Παραλλαγων'),
(69, 'en', 'Variations list'),
(69, 'es', 'Lista de variaciones'),
(69, 'fr', 'Variations list'),
(69, 'it', 'Variations list'),
(69, 'nl', 'Variations list'),
(69, 'no', 'Variantliste'),
(69, 'pt', 'Variations list'),
(69, 'ro', 'Variations list'),
(69, 'ru', 'Список вариаций'),
(74, 'da', 'Location'),
(74, 'de', 'Location'),
(74, 'el', 'Location'),
(74, 'en', 'Location'),
(74, 'es', 'Location'),
(74, 'fr', 'Location'),
(74, 'it', 'Location'),
(74, 'nl', 'Location'),
(74, 'no', 'Location'),
(74, 'pt', 'Location'),
(74, 'ro', 'Location'),
(74, 'ru', 'Место нахождения'),
(75, 'da', 'Customer location'),
(75, 'de', 'Customer location'),
(75, 'el', 'Customer location'),
(75, 'en', 'Customer location'),
(75, 'es', 'Customer location'),
(75, 'fr', 'Customer location'),
(75, 'it', 'Customer location'),
(75, 'nl', 'Customer location'),
(75, 'no', 'Customer location'),
(75, 'pt', 'Sua Localização'),
(75, 'ro', 'Customer location'),
(75, 'ru', 'Customer location'),
(76, 'da', 'Currencies'),
(76, 'de', 'Currencies'),
(76, 'el', 'Currencies'),
(76, 'en', 'Currencies'),
(76, 'es', 'Currencies'),
(76, 'fr', 'Currencies'),
(76, 'it', 'Currencies'),
(76, 'nl', 'Currencies'),
(76, 'no', 'Currencies'),
(76, 'pt', 'Currencies'),
(76, 'ro', 'Currencies'),
(76, 'ru', 'Валюта'),
(77, 'da', 'Logo'),
(77, 'de', 'Logo'),
(77, 'el', 'Logo'),
(77, 'en', 'Logo'),
(77, 'es', 'Logo'),
(77, 'fr', 'Logo'),
(77, 'it', 'Logo'),
(77, 'nl', 'Logo'),
(77, 'no', 'Logo'),
(77, 'pt', 'Logo'),
(77, 'ro', 'Logo'),
(77, 'ru', 'Логотип'),
(78, 'da', 'Top menu'),
(78, 'de', 'Top menu'),
(78, 'el', 'Top menu'),
(78, 'en', 'Top menu'),
(78, 'es', 'Top menu'),
(78, 'fr', 'Top menu'),
(78, 'it', 'Top menu'),
(78, 'nl', 'Top menu'),
(78, 'no', 'Top menu'),
(78, 'pt', 'Top menu'),
(78, 'ro', 'Top menu'),
(78, 'ru', 'Верхнее меню'),
(79, 'da', 'AB: Buttons Compare and Wishlist'),
(79, 'de', 'AB: Buttons Compare and Wishlist'),
(79, 'el', 'AB: Buttons Compare and Wishlist'),
(79, 'en', 'AB: Buttons Compare and Wishlist'),
(79, 'es', 'AB: Buttons Compare and Wishlist'),
(79, 'fr', 'AB: Buttons Compare and Wishlist'),
(79, 'it', 'AB: Buttons Compare and Wishlist'),
(79, 'nl', 'AB: Buttons Compare and Wishlist'),
(79, 'no', 'AB: Buttons Compare and Wishlist'),
(79, 'pt', 'AB: Buttons Compare and Wishlist'),
(79, 'ro', 'AB: Buttons Compare and Wishlist'),
(79, 'ru', 'AB: Кнопки Сравнение и Избранное'),
(80, 'da', 'AB: Phone numbers'),
(80, 'de', 'AB: Phone numbers'),
(80, 'el', 'AB: Phone numbers'),
(80, 'en', 'AB: Phone numbers'),
(80, 'es', 'AB: Phone numbers'),
(80, 'fr', 'AB: Phone numbers'),
(80, 'it', 'AB: Phone numbers'),
(80, 'nl', 'AB: Phone numbers'),
(80, 'no', 'AB: Phone numbers'),
(80, 'pt', 'AB: Phone numbers'),
(80, 'ro', 'AB: Phone numbers'),
(80, 'ru', 'Заказать обратный звонок'),
(81, 'da', 'AB: Phone numbers (Demo)'),
(81, 'de', 'AB: Phone numbers (Demo)'),
(81, 'el', 'AB: Phone numbers (Demo)'),
(81, 'en', 'AB: Phone numbers (Demo)'),
(81, 'es', 'AB: Phone numbers (Demo)'),
(81, 'fr', 'AB: Phone numbers (Demo)'),
(81, 'it', 'AB: Phone numbers (Demo)'),
(81, 'nl', 'AB: Phone numbers (Demo)'),
(81, 'no', 'AB: Phone numbers (Demo)'),
(81, 'pt', 'AB: Phone numbers (Demo)'),
(81, 'ro', 'AB: Phone numbers (Demo)'),
(81, 'ru', 'AB: Phone numbers (Demo)'),
(82, 'da', 'Categories'),
(82, 'de', 'Categories'),
(82, 'el', 'Categories'),
(82, 'en', 'Categories'),
(82, 'es', 'Categories'),
(82, 'fr', 'Categories'),
(82, 'it', 'Categories'),
(82, 'nl', 'Categories'),
(82, 'no', 'Categories'),
(82, 'pt', 'Departamentos'),
(82, 'ro', 'Categories'),
(82, 'ru', 'Каталог товаров'),
(83, 'da', 'Account'),
(83, 'de', 'Account'),
(83, 'el', 'Account'),
(83, 'en', 'Account'),
(83, 'es', 'Account'),
(83, 'fr', 'Account'),
(83, 'it', 'Account'),
(83, 'nl', 'Account'),
(83, 'no', 'Account'),
(83, 'pt', 'Minha Conta'),
(83, 'ro', 'Account'),
(83, 'ru', 'Аккаунт'),
(84, 'da', 'My account'),
(84, 'de', 'My account'),
(84, 'el', 'Ο Λογαριασμός μου'),
(84, 'en', 'My account'),
(84, 'es', 'My account'),
(84, 'fr', 'My account'),
(84, 'it', 'My account'),
(84, 'nl', 'My account'),
(84, 'no', 'My account'),
(84, 'pt', 'Minha Conta'),
(84, 'ro', 'My account'),
(84, 'ru', 'Моя учетная запись'),
(85, 'da', 'Demo Store'),
(85, 'de', 'Demo Store'),
(85, 'el', 'Demo Store'),
(85, 'en', 'Demo Store'),
(85, 'es', 'Demo Store'),
(85, 'fr', 'Demo Store'),
(85, 'it', 'Demo Store'),
(85, 'nl', 'Demo Store'),
(85, 'no', 'Demo Store'),
(85, 'pt', 'Partiu.Shop'),
(85, 'ro', 'Demo Store'),
(85, 'ru', 'Демо-магазин'),
(86, 'da', 'Customer Service'),
(86, 'de', 'Customer Service'),
(86, 'el', 'Customer Service'),
(86, 'en', 'Customer Service'),
(86, 'es', 'Customer Service'),
(86, 'fr', 'Customer Service'),
(86, 'it', 'Customer Service'),
(86, 'nl', 'Customer Service'),
(86, 'no', 'Customer Service'),
(86, 'pt', 'Ajuda'),
(86, 'ro', 'Customer Service'),
(86, 'ru', 'Покупательский сервис'),
(87, 'da', 'Contact us'),
(87, 'de', 'Contact us'),
(87, 'el', 'Contact us'),
(87, 'en', 'Contact us'),
(87, 'es', 'Contact us'),
(87, 'fr', 'Contact us'),
(87, 'it', 'Contact us'),
(87, 'nl', 'Contact us'),
(87, 'no', 'Contact us'),
(87, 'pt', 'Atendimento'),
(87, 'ro', 'Contact us'),
(87, 'ru', 'Контакты'),
(88, 'da', 'Main banners'),
(88, 'de', 'Main banners'),
(88, 'el', 'Main banners'),
(88, 'en', 'Main banners'),
(88, 'es', 'Main banners'),
(88, 'fr', 'Main banners'),
(88, 'it', 'Main banners'),
(88, 'nl', 'Main banners'),
(88, 'no', 'Main banners'),
(88, 'pt', 'Slide Home'),
(88, 'ro', 'Main banners'),
(88, 'ru', 'Главные баннеры'),
(89, 'da', 'AB: Fast Navigation Catalog'),
(89, 'de', 'AB: Fast Navigation Catalog'),
(89, 'el', 'AB: Fast Navigation Catalog'),
(89, 'en', 'AB: Fast Navigation Catalog'),
(89, 'es', 'AB: Fast Navigation Catalog'),
(89, 'fr', 'AB: Fast Navigation Catalog'),
(89, 'it', 'AB: Fast Navigation Catalog'),
(89, 'nl', 'AB: Fast Navigation Catalog'),
(89, 'no', 'AB: Fast Navigation Catalog'),
(89, 'pt', 'AB: Fast Navigation Catalog'),
(89, 'ro', 'AB: Fast Navigation Catalog'),
(89, 'ru', 'AB: Каталог быстрой навигации'),
(90, 'da', 'On sale / Bestsellers'),
(90, 'de', 'On sale / Bestsellers'),
(90, 'el', 'On sale / Bestsellers'),
(90, 'en', 'On sale / Bestsellers'),
(90, 'es', 'On sale / Bestsellers'),
(90, 'fr', 'On sale / Bestsellers'),
(90, 'it', 'On sale / Bestsellers'),
(90, 'nl', 'On sale / Bestsellers'),
(90, 'no', 'On sale / Bestsellers'),
(90, 'pt', 'Mais procurados'),
(90, 'ro', 'On sale / Bestsellers'),
(90, 'ru', 'Хиты продаж / Бестселлеры'),
(91, 'da', 'Bestsellers'),
(91, 'de', 'Bestsellers'),
(91, 'el', 'Bestsellers'),
(91, 'en', 'Bestsellers'),
(91, 'es', 'Bestsellers'),
(91, 'fr', 'Bestsellers'),
(91, 'it', 'Bestsellers'),
(91, 'nl', 'Bestsellers'),
(91, 'no', 'Bestsellers'),
(91, 'pt', 'Mais Vendidos'),
(91, 'ro', 'Bestsellers'),
(91, 'ru', 'Хиты продаж'),
(92, 'da', 'On Sale'),
(92, 'de', 'On Sale'),
(92, 'el', 'On Sale'),
(92, 'en', 'On Sale'),
(92, 'es', 'On Sale'),
(92, 'fr', 'On Sale'),
(92, 'it', 'On Sale'),
(92, 'nl', 'On Sale'),
(92, 'no', 'On Sale'),
(92, 'pt', 'Promoção'),
(92, 'ro', 'On Sale'),
(92, 'ru', 'Распродажа'),
(93, 'da', 'Most Popular'),
(93, 'de', 'Most Popular'),
(93, 'el', 'Most Popular'),
(93, 'en', 'Most Popular'),
(93, 'es', 'Most Popular'),
(93, 'fr', 'Most Popular'),
(93, 'it', 'Most Popular'),
(93, 'nl', 'Most Popular'),
(93, 'no', 'Most Popular'),
(93, 'pt', 'Mais Buscados'),
(93, 'ro', 'Most Popular'),
(93, 'ru', 'Самые популярные'),
(94, 'da', 'AB: Banner 1'),
(94, 'de', 'AB: Banner 1'),
(94, 'el', 'AB: Banner 1'),
(94, 'en', 'AB: Banner 1'),
(94, 'es', 'AB: Banner 1'),
(94, 'fr', 'AB: Banner 1'),
(94, 'it', 'AB: Banner 1'),
(94, 'nl', 'AB: Banner 1'),
(94, 'no', 'AB: Banner 1'),
(94, 'pt', 'AB: Banner 1'),
(94, 'ro', 'AB: Banner 1'),
(94, 'ru', 'AB: Баннер 1'),
(95, 'da', 'AB: Banner 2'),
(95, 'de', 'AB: Banner 2'),
(95, 'el', 'AB: Banner 2'),
(95, 'en', 'AB: Banner 2'),
(95, 'es', 'AB: Banner 2'),
(95, 'fr', 'AB: Banner 2'),
(95, 'it', 'AB: Banner 2'),
(95, 'nl', 'AB: Banner 2'),
(95, 'no', 'AB: Banner 2'),
(95, 'pt', 'AB: Banner 2'),
(95, 'ro', 'AB: Banner 2'),
(95, 'ru', 'AB: Баннер 2'),
(96, 'da', 'AB: Banner 3'),
(96, 'de', 'AB: Banner 3'),
(96, 'el', 'AB: Banner 3'),
(96, 'en', 'AB: Banner 3'),
(96, 'es', 'AB: Banner 3'),
(96, 'fr', 'AB: Banner 3'),
(96, 'it', 'AB: Banner 3'),
(96, 'nl', 'AB: Banner 3'),
(96, 'no', 'AB: Banner 3'),
(96, 'pt', 'AB: Banner 3'),
(96, 'ro', 'AB: Banner 3'),
(96, 'ru', 'AB: Баннер 3'),
(97, 'da', 'AB: Banner 4'),
(97, 'de', 'AB: Banner 4'),
(97, 'el', 'AB: Banner 4'),
(97, 'en', 'AB: Banner 4'),
(97, 'es', 'AB: Banner 4'),
(97, 'fr', 'AB: Banner 4'),
(97, 'it', 'AB: Banner 4'),
(97, 'nl', 'AB: Banner 4'),
(97, 'no', 'AB: Banner 4'),
(97, 'pt', 'AB: Banner 4'),
(97, 'ro', 'AB: Banner 4'),
(97, 'ru', 'AB: Баннер 4'),
(98, 'da', 'AB: Banner 5'),
(98, 'de', 'AB: Banner 5'),
(98, 'el', 'AB: Banner 5'),
(98, 'en', 'AB: Banner 5'),
(98, 'es', 'AB: Banner 5'),
(98, 'fr', 'AB: Banner 5'),
(98, 'it', 'AB: Banner 5'),
(98, 'nl', 'AB: Banner 5'),
(98, 'no', 'AB: Banner 5'),
(98, 'pt', 'AB: Banner 5'),
(98, 'ro', 'AB: Banner 5'),
(98, 'ru', 'AB: Баннер 5'),
(99, 'da', 'AB: Deal of the day'),
(99, 'de', 'AB: Deal of the day'),
(99, 'el', 'AB: Deal of the day'),
(99, 'en', 'AB: Deal of the day'),
(99, 'es', 'AB: Deal of the day'),
(99, 'fr', 'AB: Deal of the day'),
(99, 'it', 'AB: Deal of the day'),
(99, 'nl', 'AB: Deal of the day'),
(99, 'no', 'AB: Deal of the day'),
(99, 'pt', 'AB: Deal of the day'),
(99, 'ro', 'AB: Deal of the day'),
(99, 'ru', 'AB: Товар дня'),
(100, 'da', 'Now in demand'),
(100, 'de', 'Now in demand'),
(100, 'el', 'Now in demand'),
(100, 'en', 'Now in demand'),
(100, 'es', 'Now in demand'),
(100, 'fr', 'Now in demand'),
(100, 'it', 'Now in demand'),
(100, 'nl', 'Now in demand'),
(100, 'no', 'Now in demand'),
(100, 'pt', 'Now in demand'),
(100, 'ro', 'Now in demand'),
(100, 'ru', 'Сейчас пользуется спросом'),
(101, 'da', 'Shops near you'),
(101, 'de', 'Shops near you'),
(101, 'el', 'Shops near you'),
(101, 'en', 'Shops near you'),
(101, 'es', 'Shops near you'),
(101, 'fr', 'Shops near you'),
(101, 'it', 'Shops near you'),
(101, 'nl', 'Shops near you'),
(101, 'no', 'Shops near you'),
(101, 'pt', 'Shops near you'),
(101, 'ro', 'Shops near you'),
(101, 'ru', 'Ближайшие магазины'),
(102, 'da', 'Featured Vendors'),
(102, 'de', 'Featured Vendors'),
(102, 'el', 'Featured Vendors'),
(102, 'en', 'Featured Vendors'),
(102, 'es', 'Featured Vendors'),
(102, 'fr', 'Featured Vendors'),
(102, 'it', 'Featured Vendors'),
(102, 'nl', 'Featured Vendors'),
(102, 'no', 'Featured Vendors'),
(102, 'pt', 'Vendedores em Destaque'),
(102, 'ro', 'Featured Vendors'),
(102, 'ru', 'Рекомендованные продавцы'),
(103, 'da', 'Reviews / News'),
(103, 'de', 'Reviews / News'),
(103, 'el', 'Reviews / News'),
(103, 'en', 'Reviews / News'),
(103, 'es', 'Reviews / News'),
(103, 'fr', 'Reviews / News'),
(103, 'it', 'Reviews / News'),
(103, 'nl', 'Reviews / News'),
(103, 'no', 'Reviews / News'),
(103, 'pt', 'REVISÕES / NOTÍCIAS'),
(103, 'ro', 'Reviews / News'),
(103, 'ru', 'Обзоры / Новости'),
(104, 'da', 'Promotions'),
(104, 'de', 'Promotions'),
(104, 'el', 'Promotions'),
(104, 'en', 'Promotions'),
(104, 'es', 'Promotions'),
(104, 'fr', 'Promotions'),
(104, 'it', 'Promotions'),
(104, 'nl', 'Promotions'),
(104, 'no', 'Promotions'),
(104, 'pt', 'Promoções'),
(104, 'ro', 'Promotions'),
(104, 'ru', 'Действующие акции'),
(105, 'da', 'Our brands'),
(105, 'de', 'Our brands'),
(105, 'el', 'Our brands'),
(105, 'en', 'Our brands'),
(105, 'es', 'Our brands'),
(105, 'fr', 'Our brands'),
(105, 'it', 'Our brands'),
(105, 'nl', 'Our brands'),
(105, 'no', 'Our brands'),
(105, 'pt', 'Our brands'),
(105, 'ro', 'Our brands'),
(105, 'ru', 'Бренды'),
(106, 'da', 'About company'),
(106, 'de', 'About company'),
(106, 'el', 'About company'),
(106, 'en', 'About company'),
(106, 'es', 'About company'),
(106, 'fr', 'About company'),
(106, 'it', 'About company'),
(106, 'nl', 'About company'),
(106, 'no', 'About company'),
(106, 'pt', 'Sobre Nós'),
(106, 'ro', 'About company'),
(106, 'ru', 'О компании'),
(107, 'da', 'AB: Subscribe'),
(107, 'de', 'AB: Subscribe'),
(107, 'el', 'AB: Subscribe'),
(107, 'en', 'AB: Subscribe'),
(107, 'es', 'AB: Subscribe'),
(107, 'fr', 'AB: Subscribe'),
(107, 'it', 'AB: Subscribe'),
(107, 'nl', 'AB: Subscribe'),
(107, 'no', 'AB: Subscribe'),
(107, 'pt', 'AB: Subscribe'),
(107, 'ro', 'AB: Subscribe'),
(107, 'ru', 'AB: Подписка'),
(108, 'da', 'AB: Social links'),
(108, 'de', 'AB: Social links'),
(108, 'el', 'AB: Social links'),
(108, 'en', 'AB: Social links'),
(108, 'es', 'AB: Social links'),
(108, 'fr', 'AB: Social links'),
(108, 'it', 'AB: Social links'),
(108, 'nl', 'AB: Social links'),
(108, 'no', 'AB: Social links'),
(108, 'pt', 'Redes Sociais'),
(108, 'ro', 'AB: Social links'),
(108, 'ru', 'AB: Социальные ссылки'),
(109, 'da', 'Banner in product'),
(109, 'de', 'Banner in product'),
(109, 'el', 'Banner in product'),
(109, 'en', 'Banner in product'),
(109, 'es', 'Banner in product'),
(109, 'fr', 'Banner in product'),
(109, 'it', 'Banner in product'),
(109, 'nl', 'Banner in product'),
(109, 'no', 'Banner in product'),
(109, 'pt', 'Banner in product'),
(109, 'ro', 'Banner in product'),
(109, 'ru', 'Баннер в товаре'),
(110, 'da', 'Possibly you may be interested'),
(110, 'de', 'Possibly you may be interested'),
(110, 'el', 'Possibly you may be interested'),
(110, 'en', 'Possibly you may be interested'),
(110, 'es', 'Possibly you may be interested'),
(110, 'fr', 'Possibly you may be interested'),
(110, 'it', 'Possibly you may be interested'),
(110, 'nl', 'Possibly you may be interested'),
(110, 'no', 'Possibly you may be interested'),
(110, 'pt', 'Quem viu, gostou destes também '),
(110, 'ro', 'Possibly you may be interested'),
(110, 'ru', 'Возможно, вас это заинтересует'),
(111, 'da', 'Recently Viewed'),
(111, 'de', 'Recently Viewed'),
(111, 'el', 'Recently Viewed'),
(111, 'en', 'Recently Viewed'),
(111, 'es', 'Recently Viewed'),
(111, 'fr', 'Recently Viewed'),
(111, 'it', 'Recently Viewed'),
(111, 'nl', 'Recently Viewed'),
(111, 'no', 'Recently Viewed'),
(111, 'pt', 'Visualizado recentemente'),
(111, 'ro', 'Recently Viewed'),
(111, 'ru', 'Недавно просмотренные'),
(112, 'da', 'Benefits'),
(112, 'de', 'Benefits'),
(112, 'el', 'Benefits'),
(112, 'en', 'Benefits'),
(112, 'es', 'Benefits'),
(112, 'fr', 'Benefits'),
(112, 'it', 'Benefits'),
(112, 'nl', 'Benefits'),
(112, 'no', 'Benefits'),
(112, 'pt', 'Benefícios '),
(112, 'ro', 'Benefits'),
(112, 'ru', 'Преимущества'),
(113, 'da', 'Banners in the category (top)'),
(113, 'de', 'Banners in the category (top)'),
(113, 'el', 'Banners in the category (top)'),
(113, 'en', 'Banners in the category (top)'),
(113, 'es', 'Banners in the category (top)'),
(113, 'fr', 'Banners in the category (top)'),
(113, 'it', 'Banners in the category (top)'),
(113, 'nl', 'Banners in the category (top)'),
(113, 'no', 'Banners in the category (top)'),
(113, 'pt', 'Banners in the category (top)'),
(113, 'ro', 'Banners in the category (top)'),
(113, 'ru', 'Баннеры в категории (вверху)'),
(114, 'da', 'Category page title'),
(114, 'de', 'Category page title'),
(114, 'el', 'Category page title'),
(114, 'en', 'Category page title'),
(114, 'es', 'Category page title'),
(114, 'fr', 'Category page title'),
(114, 'it', 'Category page title'),
(114, 'nl', 'Category page title'),
(114, 'no', 'Category page title'),
(114, 'pt', 'Category page title'),
(114, 'ro', 'Category page title'),
(114, 'ru', 'Заголовок категории'),
(115, 'da', 'Categories'),
(115, 'de', 'Categories'),
(115, 'el', 'Categories'),
(115, 'en', 'Categories'),
(115, 'es', 'Categories'),
(115, 'fr', 'Categories'),
(115, 'it', 'Categories'),
(115, 'nl', 'Categories'),
(115, 'no', 'Categories'),
(115, 'pt', 'Categories'),
(115, 'ro', 'Categories'),
(115, 'ru', 'Категории'),
(116, 'da', 'Filters'),
(116, 'de', 'Filters'),
(116, 'el', 'Filters'),
(116, 'en', 'Filters'),
(116, 'es', 'Filters'),
(116, 'fr', 'Filters'),
(116, 'it', 'Filters'),
(116, 'nl', 'Filters'),
(116, 'no', 'Filters'),
(116, 'pt', 'Filters'),
(116, 'ro', 'Filters'),
(116, 'ru', 'Фильтры'),
(117, 'da', 'Selected product filters'),
(117, 'de', 'Selected product filters'),
(117, 'el', 'Selected product filters'),
(117, 'en', 'Selected product filters'),
(117, 'es', 'Selected product filters'),
(117, 'fr', 'Selected product filters'),
(117, 'it', 'Selected product filters'),
(117, 'nl', 'Selected product filters'),
(117, 'no', 'Selected product filters'),
(117, 'pt', 'Selected product filters'),
(117, 'ro', 'Selected product filters'),
(117, 'ru', 'Выбранные фильтры'),
(118, 'da', 'Advanced subcategories menu'),
(118, 'de', 'Advanced subcategories menu'),
(118, 'el', 'Advanced subcategories menu'),
(118, 'en', 'Advanced subcategories menu'),
(118, 'es', 'Advanced subcategories menu'),
(118, 'fr', 'Advanced subcategories menu'),
(118, 'it', 'Advanced subcategories menu'),
(118, 'nl', 'Advanced subcategories menu'),
(118, 'no', 'Advanced subcategories menu'),
(118, 'pt', 'Advanced subcategories menu'),
(118, 'ro', 'Advanced subcategories menu'),
(118, 'ru', 'Advanced subcategories menu'),
(119, 'da', 'Subcategories'),
(119, 'de', 'Subcategories'),
(119, 'el', 'Subcategories'),
(119, 'en', 'Subcategories'),
(119, 'es', 'Subcategories'),
(119, 'fr', 'Subcategories'),
(119, 'it', 'Subcategories'),
(119, 'nl', 'Subcategories'),
(119, 'no', 'Subcategories'),
(119, 'pt', 'Subcategories'),
(119, 'ro', 'Subcategories'),
(119, 'ru', 'Subcategories'),
(120, 'da', '55'),
(120, 'de', '55'),
(120, 'el', '55'),
(120, 'en', '55'),
(120, 'es', '55'),
(120, 'fr', '55'),
(120, 'it', '55'),
(120, 'nl', '55'),
(120, 'no', '55'),
(120, 'pt', '55'),
(120, 'ro', '55'),
(120, 'ru', '55'),
(121, 'da', '465746574567'),
(121, 'de', '465746574567'),
(121, 'el', '465746574567'),
(121, 'en', '465746574567'),
(121, 'es', '465746574567'),
(121, 'fr', '465746574567'),
(121, 'it', '465746574567'),
(121, 'nl', '465746574567'),
(121, 'no', '465746574567'),
(121, 'pt', '465746574567'),
(121, 'ro', '465746574567'),
(121, 'ru', '465746574567'),
(122, 'da', 'Subcategories'),
(122, 'de', 'Subcategories'),
(122, 'el', 'Subcategories'),
(122, 'en', 'Subcategories'),
(122, 'es', 'Subcategories'),
(122, 'fr', 'Subcategories'),
(122, 'it', 'Subcategories'),
(122, 'nl', 'Subcategories'),
(122, 'no', 'Subcategories'),
(122, 'pt', 'Subcategories'),
(122, 'ro', 'Subcategories'),
(122, 'ru', 'Subcategories'),
(123, 'da', 'Subcategories'),
(123, 'de', 'Subcategories'),
(123, 'el', 'Subcategories'),
(123, 'en', 'Subcategories'),
(123, 'es', 'Subcategories'),
(123, 'fr', 'Subcategories'),
(123, 'it', 'Subcategories'),
(123, 'nl', 'Subcategories'),
(123, 'no', 'Subcategories'),
(123, 'pt', 'Subcategories'),
(123, 'ro', 'Subcategories'),
(123, 'ru', 'Уточнить категорию'),
(124, 'da', 'Product filters'),
(124, 'de', 'Product filters'),
(124, 'el', 'Product filters'),
(124, 'en', 'Product filters'),
(124, 'es', 'Product filters'),
(124, 'fr', 'Product filters'),
(124, 'it', 'Product filters'),
(124, 'nl', 'Product filters'),
(124, 'no', 'Product filters'),
(124, 'pt', 'Product filters'),
(124, 'ro', 'Product filters'),
(124, 'ru', 'Фильтры товаров'),
(125, 'da', 'Bestsellers'),
(125, 'de', 'Bestsellers'),
(125, 'el', 'Bestsellers'),
(125, 'en', 'Bestsellers'),
(125, 'es', 'Bestsellers'),
(125, 'fr', 'Bestsellers'),
(125, 'it', 'Bestsellers'),
(125, 'nl', 'Bestsellers'),
(125, 'no', 'Bestsellers'),
(125, 'pt', 'Bestsellers'),
(125, 'ro', 'Bestsellers'),
(125, 'ru', 'Хиты продаж'),
(126, 'da', 'Your order:'),
(126, 'de', 'Your order:'),
(126, 'el', 'Your order:'),
(126, 'en', 'Your order:'),
(126, 'es', 'Your order:'),
(126, 'fr', 'Your order:'),
(126, 'it', 'Your order:'),
(126, 'nl', 'Your order:'),
(126, 'no', 'Your order:'),
(126, 'pt', 'Seu pedido:'),
(126, 'ro', 'Your order:'),
(126, 'ru', 'Ваш заказ:'),
(127, 'da', 'Product filters'),
(127, 'de', 'Product filters'),
(127, 'el', 'Product filters'),
(127, 'en', 'Product filters'),
(127, 'es', 'Product filters'),
(127, 'fr', 'Product filters'),
(127, 'it', 'Product filters'),
(127, 'nl', 'Product filters'),
(127, 'no', 'Product filters'),
(127, 'pt', 'Product filters'),
(127, 'ro', 'Product filters'),
(127, 'ru', 'Фильтры товаров'),
(128, 'da', 'Features page title'),
(128, 'de', 'Features page title'),
(128, 'el', 'Features page title'),
(128, 'en', 'Features page title'),
(128, 'es', 'Features page title'),
(128, 'fr', 'Features page title'),
(128, 'it', 'Features page title'),
(128, 'nl', 'Features page title'),
(128, 'no', 'Features page title'),
(128, 'pt', 'Features page title'),
(128, 'ro', 'Features page title'),
(128, 'ru', 'Заголовок характеристики'),
(129, 'da', 'Product filters (horizontal)'),
(129, 'de', 'Product filters (horizontal)'),
(129, 'el', 'Product filters (horizontal)'),
(129, 'en', 'Product filters (horizontal)'),
(129, 'es', 'Product filters (horizontal)'),
(129, 'fr', 'Product filters (horizontal)'),
(129, 'it', 'Product filters (horizontal)'),
(129, 'nl', 'Product filters (horizontal)'),
(129, 'no', 'Product filters (horizontal)'),
(129, 'pt', 'Product filters (horizontal)'),
(129, 'ro', 'Product filters (horizontal)'),
(129, 'ru', 'Фильтры товаров (горизонтальные)'),
(130, 'da', 'Promotion header'),
(130, 'de', 'Promotion header'),
(130, 'el', 'Promotion header'),
(130, 'en', 'Promotion header'),
(130, 'es', 'Promotion header'),
(130, 'fr', 'Promotion header'),
(130, 'it', 'Promotion header'),
(130, 'nl', 'Promotion header'),
(130, 'no', 'Promotion header'),
(130, 'pt', 'Promotion header'),
(130, 'ro', 'Promotion header'),
(130, 'ru', 'Promotion header'),
(131, 'da', 'Быстрые ссылки'),
(131, 'de', 'Быстрые ссылки'),
(131, 'el', 'Быстрые ссылки'),
(131, 'en', 'Быстрые ссылки'),
(131, 'es', 'Быстрые ссылки'),
(131, 'fr', 'Быстрые ссылки'),
(131, 'it', 'Быстрые ссылки'),
(131, 'nl', 'Быстрые ссылки'),
(131, 'no', 'Быстрые ссылки'),
(131, 'pt', 'Быстрые ссылки'),
(131, 'ro', 'Быстрые ссылки'),
(131, 'ru', 'Быстрые ссылки'),
(132, 'da', 'Vendors by location'),
(132, 'de', 'Vendors by location'),
(132, 'el', 'Vendors by location'),
(132, 'en', 'Vendors by location'),
(132, 'es', 'Vendors by location'),
(132, 'fr', 'Vendors by location'),
(132, 'it', 'Vendors by location'),
(132, 'nl', 'Vendors by location'),
(132, 'no', 'Vendors by location'),
(132, 'pt', 'Vendors by location'),
(132, 'ro', 'Vendors by location'),
(132, 'ru', 'Vendors by location'),
(133, 'da', 'Vendor map'),
(133, 'de', 'Vendor map'),
(133, 'el', 'Vendor map'),
(133, 'en', 'Vendor map'),
(133, 'es', 'Vendor map'),
(133, 'fr', 'Vendor map'),
(133, 'it', 'Vendor map'),
(133, 'nl', 'Vendor map'),
(133, 'no', 'Vendor map'),
(133, 'pt', 'Vendor map'),
(133, 'ro', 'Vendor map'),
(133, 'ru', 'Vendor map'),
(134, 'da', 'Vendor filters'),
(134, 'de', 'Vendor filters'),
(134, 'el', 'Vendor filters'),
(134, 'en', 'Vendor filters'),
(134, 'es', 'Vendor filters'),
(134, 'fr', 'Vendor filters'),
(134, 'it', 'Vendor filters'),
(134, 'nl', 'Vendor filters'),
(134, 'no', 'Vendor filters'),
(134, 'pt', 'Vendor filters'),
(134, 'ro', 'Vendor filters'),
(134, 'ru', 'Фильтры продавца'),
(135, 'da', 'Main menu'),
(135, 'de', 'Main menu'),
(135, 'el', 'Main menu'),
(135, 'en', 'Main menu'),
(135, 'es', 'Main menu'),
(135, 'fr', 'Main menu'),
(135, 'it', 'Main menu'),
(135, 'nl', 'Main menu'),
(135, 'no', 'Main menu'),
(135, 'pt', 'Main menu'),
(135, 'ro', 'Main menu'),
(135, 'ru', 'Главное меню'),
(136, 'da', 'Vendor categories'),
(136, 'de', 'Vendor categories'),
(136, 'el', 'Vendor categories'),
(136, 'en', 'Vendor categories'),
(136, 'es', 'Vendor categories'),
(136, 'fr', 'Vendor categories'),
(136, 'it', 'Vendor categories'),
(136, 'nl', 'Vendor categories'),
(136, 'no', 'Vendor categories'),
(136, 'pt', 'Vendor categories'),
(136, 'ro', 'Vendor categories'),
(136, 'ru', 'Категории продавца'),
(137, 'da', 'AB: Demo Panel'),
(137, 'de', 'AB: Demo Panel'),
(137, 'el', 'AB: Demo Panel'),
(137, 'en', 'AB: Demo Panel'),
(137, 'es', 'AB: Demo Panel'),
(137, 'fr', 'AB: Demo Panel'),
(137, 'it', 'AB: Demo Panel'),
(137, 'nl', 'AB: Demo Panel'),
(137, 'no', 'AB: Demo Panel'),
(137, 'pt', 'AB: Demo Panel'),
(137, 'ro', 'AB: Demo Panel'),
(137, 'ru', 'AB: Demo Panel'),
(138, 'da', 'Main banners (Fixed)'),
(138, 'de', 'Main banners (Fixed)'),
(138, 'el', 'Main banners (Fixed)'),
(138, 'en', 'Main banners (Fixed)'),
(138, 'es', 'Main banners (Fixed)'),
(138, 'fr', 'Main banners (Fixed)'),
(138, 'it', 'Main banners (Fixed)'),
(138, 'nl', 'Main banners (Fixed)'),
(138, 'no', 'Main banners (Fixed)'),
(138, 'pt', 'Main banners (Fixed)'),
(138, 'ro', 'Main banners (Fixed)'),
(138, 'ru', 'Главные баннеры (Fixed)'),
(139, 'da', 'Categories'),
(139, 'de', 'Categories'),
(139, 'el', 'Categories'),
(139, 'en', 'Categories'),
(139, 'es', 'Categories'),
(139, 'fr', 'Categories'),
(139, 'it', 'Categories'),
(139, 'nl', 'Categories'),
(139, 'no', 'Categories'),
(139, 'pt', 'Categories'),
(139, 'ro', 'Categories'),
(139, 'ru', 'Каталог товаров'),
(140, 'da', 'Main menu'),
(140, 'de', 'Main menu'),
(140, 'el', 'Main menu'),
(140, 'en', 'Main menu'),
(140, 'es', 'Main menu'),
(140, 'fr', 'Main menu'),
(140, 'it', 'Main menu'),
(140, 'nl', 'Main menu'),
(140, 'no', 'Main menu'),
(140, 'pt', 'Main menu'),
(140, 'ro', 'Main menu'),
(140, 'ru', 'Основное меню'),
(141, 'da', 'Subscribe'),
(141, 'de', 'Subscribe'),
(141, 'el', 'Subscribe'),
(141, 'en', 'Subscribe'),
(141, 'es', 'Subscribe'),
(141, 'fr', 'Subscribe'),
(141, 'it', 'Subscribe'),
(141, 'nl', 'Subscribe'),
(141, 'no', 'Subscribe'),
(141, 'pt', 'Subscribe'),
(141, 'ro', 'Subscribe'),
(141, 'ru', ' Подписка'),
(142, 'da', 'Become a seller'),
(142, 'de', 'Become a seller'),
(142, 'el', 'Become a seller'),
(142, 'en', 'Become a seller'),
(142, 'es', 'Become a seller'),
(142, 'fr', 'Become a seller'),
(142, 'it', 'Become a seller'),
(142, 'nl', 'Become a seller'),
(142, 'no', 'Become a seller'),
(142, 'pt', 'Become a seller'),
(142, 'ro', 'Become a seller'),
(142, 'ru', 'Стать продавцом'),
(143, 'da', 'Hot deals'),
(143, 'de', 'Hot deals'),
(143, 'el', 'Hot deals'),
(143, 'en', 'Hot deals'),
(143, 'es', 'Hot deals'),
(143, 'fr', 'Hot deals'),
(143, 'it', 'Hot deals'),
(143, 'nl', 'Hot deals'),
(143, 'no', 'Hot deals'),
(143, 'pt', 'Hot deals'),
(143, 'ro', 'Hot deals'),
(143, 'ru', 'Горячие предложения'),
(144, 'da', 'Our brands'),
(144, 'de', 'Our brands'),
(144, 'el', 'Our brands'),
(144, 'en', 'Our brands'),
(144, 'es', 'Our brands'),
(144, 'fr', 'Our brands'),
(144, 'it', 'Our brands'),
(144, 'nl', 'Our brands'),
(144, 'no', 'Our brands'),
(144, 'pt', 'Our brands'),
(144, 'ro', 'Our brands'),
(144, 'ru', 'Бренды'),
(145, 'da', 'Blog'),
(145, 'de', 'Blog'),
(145, 'el', 'Blog'),
(145, 'en', 'Blog'),
(145, 'es', 'Blog'),
(145, 'fr', 'Blog'),
(145, 'it', 'Blog'),
(145, 'nl', 'Blog'),
(145, 'no', 'Blog'),
(145, 'pt', 'Blog'),
(145, 'ro', 'Blog'),
(145, 'ru', 'Блог'),
(146, 'da', 'Reviews'),
(146, 'de', 'Reviews'),
(146, 'el', 'Κριτικές'),
(146, 'en', 'Reviews'),
(146, 'es', 'Reviews'),
(146, 'fr', 'Reviews'),
(146, 'it', 'Reviews'),
(146, 'nl', 'Reviews'),
(146, 'no', 'Reviews'),
(146, 'pt', 'Reviews'),
(146, 'ro', 'Reviews'),
(146, 'ru', 'Отзывы'),
(147, 'da', 'Footer banners'),
(147, 'de', 'Footer banners'),
(147, 'el', 'Footer banners'),
(147, 'en', 'Footer banners'),
(147, 'es', 'Footer banners'),
(147, 'fr', 'Footer banners'),
(147, 'it', 'Footer banners'),
(147, 'nl', 'Footer banners'),
(147, 'no', 'Footer banners'),
(147, 'pt', 'Footer banners'),
(147, 'ro', 'Footer banners'),
(147, 'ru', 'Нижний баннер'),
(148, 'da', 'Gift banner'),
(148, 'de', 'Gift banner'),
(148, 'el', 'Gift banner'),
(148, 'en', 'Gift banner'),
(148, 'es', 'Gift banner'),
(148, 'fr', 'Gift banner'),
(148, 'it', 'Gift banner'),
(148, 'nl', 'Gift banner'),
(148, 'no', 'Gift banner'),
(148, 'pt', 'Gift banner'),
(148, 'ro', 'Gift banner'),
(148, 'ru', 'Как выбрать подарок'),
(149, 'da', 'Selected Vendor Plan'),
(149, 'de', 'Selected Vendor Plan'),
(149, 'el', 'Selected Vendor Plan'),
(149, 'en', 'Selected Vendor Plan'),
(149, 'es', 'Selected Vendor Plan'),
(149, 'fr', 'Selected Vendor Plan'),
(149, 'it', 'Selected Vendor Plan'),
(149, 'nl', 'Selected Vendor Plan'),
(149, 'no', 'Selected Vendor Plan'),
(149, 'pt', 'Selected Vendor Plan'),
(149, 'ro', 'Selected Vendor Plan'),
(149, 'ru', 'Selected Vendor Plan'),
(150, 'da', 'Account'),
(150, 'de', 'Account'),
(150, 'el', 'Account'),
(150, 'en', 'Account'),
(150, 'es', 'Account'),
(150, 'fr', 'Account'),
(150, 'it', 'Account'),
(150, 'nl', 'Account'),
(150, 'no', 'Account'),
(150, 'pt', 'Account'),
(150, 'ro', 'Account'),
(150, 'ru', 'Аккаунт'),
(151, 'da', 'Mensagem'),
(151, 'de', 'Mensagem'),
(151, 'el', 'Mensagem'),
(151, 'en', 'Mensagem'),
(151, 'es', 'Mensagem'),
(151, 'fr', 'Mensagem'),
(151, 'it', 'Mensagem'),
(151, 'nl', 'Mensagem'),
(151, 'no', 'Mensagem'),
(151, 'pt', 'Mensagem'),
(151, 'ro', 'Mensagem'),
(151, 'ru', 'Mensagem'),
(152, 'da', 'Teste'),
(152, 'de', 'Teste'),
(152, 'el', 'Teste'),
(152, 'en', 'Teste'),
(152, 'es', 'Teste'),
(152, 'fr', 'Teste'),
(152, 'it', 'Teste'),
(152, 'nl', 'Teste'),
(152, 'no', 'Teste'),
(152, 'pt', '#Partiu.Shop com você!!'),
(152, 'ro', 'Teste'),
(152, 'ru', 'Teste'),
(153, 'da', 'Sellers of a product'),
(153, 'de', 'Sellers of a product'),
(153, 'el', 'Sellers of a product'),
(153, 'en', 'Sellers of a product'),
(153, 'es', 'Sellers of a product'),
(153, 'fr', 'Sellers of a product'),
(153, 'it', 'Sellers of a product'),
(153, 'nl', 'Sellers of a product'),
(153, 'no', 'Sellers of a product'),
(153, 'pt', 'Sellers of a product'),
(153, 'ro', 'Sellers of a product'),
(153, 'ru', 'Sellers of a product'),
(154, 'da', 'Categories'),
(154, 'de', 'Categories'),
(154, 'el', 'Categories'),
(154, 'en', 'Categories'),
(154, 'es', 'Categories'),
(154, 'fr', 'Categories'),
(154, 'it', 'Categories'),
(154, 'nl', 'Categories'),
(154, 'no', 'Categories'),
(154, 'pt', 'Categories'),
(154, 'ro', 'Categories'),
(154, 'ru', 'Categories'),
(155, 'da', 'Main banners'),
(155, 'de', 'Main banners'),
(155, 'el', 'Main banners');
INSERT INTO `partiushop_bm_blocks_descriptions` (`block_id`, `lang_code`, `name`) VALUES
(155, 'en', 'Main banners'),
(155, 'es', 'Main banners'),
(155, 'fr', 'Main banners'),
(155, 'it', 'Main banners'),
(155, 'nl', 'Main banners'),
(155, 'no', 'Main banners'),
(155, 'pt', 'Main banners'),
(155, 'ro', 'Main banners'),
(155, 'ru', 'Main banners'),
(156, 'da', 'Hot deals'),
(156, 'de', 'Hot deals'),
(156, 'el', 'Hot deals'),
(156, 'en', 'Hot deals'),
(156, 'es', 'Hot deals'),
(156, 'fr', 'Hot deals'),
(156, 'it', 'Hot deals'),
(156, 'nl', 'Hot deals'),
(156, 'no', 'Hot deals'),
(156, 'pt', 'Hot deals'),
(156, 'ro', 'Hot deals'),
(156, 'ru', 'Hot deals'),
(157, 'da', 'Pages'),
(157, 'de', 'Pages'),
(157, 'el', 'Pages'),
(157, 'en', 'Pages'),
(157, 'es', 'Pages'),
(157, 'fr', 'Pages'),
(157, 'it', 'Pages'),
(157, 'nl', 'Pages'),
(157, 'no', 'Pages'),
(157, 'pt', 'Pages'),
(157, 'ro', 'Pages'),
(157, 'ru', 'Pages'),
(158, 'da', 'Bloco 1'),
(158, 'de', 'Bloco 1'),
(158, 'el', 'Bloco 1'),
(158, 'en', 'Bloco 1'),
(158, 'es', 'Bloco 1'),
(158, 'fr', 'Bloco 1'),
(158, 'it', 'Bloco 1'),
(158, 'nl', 'Bloco 1'),
(158, 'no', 'Bloco 1'),
(158, 'pt', 'Bloco 1'),
(158, 'ro', 'Bloco 1'),
(158, 'ru', 'Bloco 1'),
(159, 'da', 'Teste 1'),
(159, 'de', 'Teste 1'),
(159, 'el', 'Teste 1'),
(159, 'en', 'Teste 1'),
(159, 'es', 'Teste 1'),
(159, 'fr', 'Teste 1'),
(159, 'it', 'Teste 1'),
(159, 'nl', 'Teste 1'),
(159, 'no', 'Teste 1'),
(159, 'pt', 'Teste 1'),
(159, 'ro', 'Teste 1'),
(159, 'ru', 'Teste 1'),
(160, 'da', 'Teste2'),
(160, 'de', 'Teste2'),
(160, 'el', 'Teste2'),
(160, 'en', 'Teste2'),
(160, 'es', 'Teste2'),
(160, 'fr', 'Teste2'),
(160, 'it', 'Teste2'),
(160, 'nl', 'Teste2'),
(160, 'no', 'Teste2'),
(160, 'pt', 'Teste2'),
(160, 'ro', 'Teste2'),
(160, 'ru', 'Teste2'),
(161, 'da', 'teste3'),
(161, 'de', 'teste3'),
(161, 'el', 'teste3'),
(161, 'en', 'teste3'),
(161, 'es', 'teste3'),
(161, 'fr', 'teste3'),
(161, 'it', 'teste3'),
(161, 'nl', 'teste3'),
(161, 'no', 'teste3'),
(161, 'pt', 'teste3'),
(161, 'ro', 'teste3'),
(161, 'ru', 'teste3'),
(162, 'da', 'Livechat'),
(162, 'de', 'Livechat'),
(162, 'el', 'Livechat'),
(162, 'en', 'Livechat'),
(162, 'es', 'Livechat'),
(162, 'fr', 'Livechat'),
(162, 'it', 'Livechat'),
(162, 'nl', 'Livechat'),
(162, 'no', 'Livechat'),
(162, 'pt', 'Livechat'),
(162, 'ro', 'Livechat'),
(162, 'ru', 'Livechat'),
(163, 'da', 'Languages'),
(163, 'de', 'Languages'),
(163, 'el', 'Γλώσσες'),
(163, 'en', 'Languages'),
(163, 'es', 'Languages'),
(163, 'fr', 'Languages'),
(163, 'it', 'Languages'),
(163, 'nl', 'Languages'),
(163, 'no', 'Languages'),
(163, 'pt', 'Languages'),
(163, 'ro', 'Languages'),
(163, 'ru', 'Языки'),
(164, 'da', 'Currencies'),
(164, 'de', 'Currencies'),
(164, 'el', 'Ισοτιμίες'),
(164, 'en', 'Currencies'),
(164, 'es', 'Currencies'),
(164, 'fr', 'Currencies'),
(164, 'it', 'Currencies'),
(164, 'nl', 'Currencies'),
(164, 'no', 'Currencies'),
(164, 'pt', 'Currencies'),
(164, 'ro', 'Currencies'),
(164, 'ru', 'Валюта'),
(165, 'da', 'Quick links'),
(165, 'de', 'Quick links'),
(165, 'el', 'Quick links'),
(165, 'en', 'Quick links'),
(165, 'es', 'Quick links'),
(165, 'fr', 'Quick links'),
(165, 'it', 'Quick links'),
(165, 'nl', 'Quick links'),
(165, 'no', 'Quick links'),
(165, 'pt', 'Quick links'),
(165, 'ro', 'Quick links'),
(165, 'ru', 'Быстрые ссылки'),
(166, 'da', 'My Account'),
(166, 'de', 'My Account'),
(166, 'el', 'Ο Λογαριασμός μου'),
(166, 'en', 'My Account'),
(166, 'es', 'My Account'),
(166, 'fr', 'My Account'),
(166, 'it', 'My Account'),
(166, 'nl', 'My Account'),
(166, 'no', 'My Account'),
(166, 'pt', 'My Account'),
(166, 'ro', 'My Account'),
(166, 'ru', 'Мой профиль'),
(167, 'da', 'Logo'),
(167, 'de', 'Logo'),
(167, 'el', 'Logo'),
(167, 'en', 'Logo'),
(167, 'es', 'Logo'),
(167, 'fr', 'Logo'),
(167, 'it', 'Logo'),
(167, 'nl', 'Logo'),
(167, 'no', 'Logo'),
(167, 'pt', 'Logo'),
(167, 'ro', 'Logo'),
(167, 'ru', 'Логотип'),
(168, 'da', 'Call Request'),
(168, 'de', 'Call Request'),
(168, 'el', 'Call Request'),
(168, 'en', 'Call Request'),
(168, 'es', 'Call Request'),
(168, 'fr', 'Call Request'),
(168, 'it', 'Call Request'),
(168, 'nl', 'Call Request'),
(168, 'no', 'Call Request'),
(168, 'pt', 'Call Request'),
(168, 'ro', 'Call Request'),
(168, 'ru', 'Обратный звонок'),
(169, 'da', 'Search'),
(169, 'de', 'Search'),
(169, 'el', 'Αναζήτηση'),
(169, 'en', 'Search'),
(169, 'es', 'Search'),
(169, 'fr', 'Search'),
(169, 'it', 'Search'),
(169, 'nl', 'Search'),
(169, 'no', 'Search'),
(169, 'pt', 'Busca'),
(169, 'ro', 'Search'),
(169, 'ru', 'Поиск'),
(170, 'da', 'Cart content'),
(170, 'de', 'Cart content'),
(170, 'el', 'Περιεχόμενο Καλαθιού'),
(170, 'en', 'Cart content'),
(170, 'es', 'Cart content'),
(170, 'fr', 'Cart content'),
(170, 'it', 'Cart content'),
(170, 'nl', 'Cart content'),
(170, 'no', 'Cart content'),
(170, 'pt', 'Cart content'),
(170, 'ro', 'Cart content'),
(170, 'ru', 'Корзина'),
(171, 'da', 'Main menu'),
(171, 'de', 'Main menu'),
(171, 'el', 'Main menu'),
(171, 'en', 'Main menu'),
(171, 'es', 'Main menu'),
(171, 'fr', 'Main menu'),
(171, 'it', 'Main menu'),
(171, 'nl', 'Main menu'),
(171, 'no', 'Main menu'),
(171, 'pt', 'Main menu'),
(171, 'ro', 'Main menu'),
(171, 'ru', 'Главное меню'),
(172, 'da', 'Breadcrumbs'),
(172, 'de', 'Breadcrumbs'),
(172, 'el', 'Breadcrumbs'),
(172, 'en', 'Breadcrumbs'),
(172, 'es', 'Breadcrumbs'),
(172, 'fr', 'Breadcrumbs'),
(172, 'it', 'Breadcrumbs'),
(172, 'nl', 'Breadcrumbs'),
(172, 'no', 'Breadcrumbs'),
(172, 'pt', 'Breadcrumbs'),
(172, 'ro', 'Breadcrumbs'),
(172, 'ru', 'Быстрые ссылки'),
(173, 'da', 'Main Content'),
(173, 'de', 'Main Content'),
(173, 'el', 'Main Content'),
(173, 'en', 'Main Content'),
(173, 'es', 'Main Content'),
(173, 'fr', 'Main Content'),
(173, 'it', 'Main Content'),
(173, 'nl', 'Main Content'),
(173, 'no', 'Main Content'),
(173, 'pt', 'Main Content'),
(173, 'ro', 'Main Content'),
(173, 'ru', 'Главное содержимое'),
(174, 'da', 'Subscribe'),
(174, 'de', 'Subscribe'),
(174, 'el', 'Subscribe'),
(174, 'en', 'Subscribe'),
(174, 'es', 'Subscribe'),
(174, 'fr', 'Subscribe'),
(174, 'it', 'Subscribe'),
(174, 'nl', 'Subscribe'),
(174, 'no', 'Subscribe'),
(174, 'pt', 'Subscribe'),
(174, 'ro', 'Subscribe'),
(174, 'ru', 'Подписаться'),
(175, 'da', 'Social links'),
(175, 'de', 'Social links'),
(175, 'el', 'Social links'),
(175, 'en', 'Social links'),
(175, 'es', 'Social links'),
(175, 'fr', 'Social links'),
(175, 'it', 'Social links'),
(175, 'nl', 'Social links'),
(175, 'no', 'Social links'),
(175, 'pt', 'Social links'),
(175, 'ro', 'Social links'),
(175, 'ru', 'Социальные ссылки'),
(176, 'da', 'Bottom my account'),
(176, 'de', 'Bottom my account'),
(176, 'el', 'Συνδεση Λογαριασμου​'),
(176, 'en', 'Bottom my account'),
(176, 'es', 'Bottom my account'),
(176, 'fr', 'Bottom my account'),
(176, 'it', 'Bottom my account'),
(176, 'nl', 'Bottom my account'),
(176, 'no', 'Bottom my account'),
(176, 'pt', 'Bottom my account'),
(176, 'ro', 'Bottom my account'),
(176, 'ru', 'Кабинет покупателя'),
(177, 'da', 'Shop'),
(177, 'de', 'Shop'),
(177, 'el', 'Shop'),
(177, 'en', 'Shop'),
(177, 'es', 'Shop'),
(177, 'fr', 'Shop'),
(177, 'it', 'Shop'),
(177, 'nl', 'Shop'),
(177, 'no', 'Shop'),
(177, 'pt', 'Shop'),
(177, 'ro', 'Shop'),
(177, 'ru', 'Магазин'),
(178, 'da', 'Create order'),
(178, 'de', 'Create order'),
(178, 'el', 'Οι Παραγγελίες​ σας'),
(178, 'en', 'Create order'),
(178, 'es', 'Create order'),
(178, 'fr', 'Create order'),
(178, 'it', 'Create order'),
(178, 'nl', 'Create order'),
(178, 'no', 'Create order'),
(178, 'pt', 'Create order'),
(178, 'ro', 'Create order'),
(178, 'ru', 'Оформление заказа'),
(179, 'da', 'About us'),
(179, 'de', 'About us'),
(179, 'el', 'Η Εταιρεία​'),
(179, 'en', 'About us'),
(179, 'es', 'About us'),
(179, 'fr', 'About us'),
(179, 'it', 'About us'),
(179, 'nl', 'About us'),
(179, 'no', 'About us'),
(179, 'pt', 'About us'),
(179, 'ro', 'About us'),
(179, 'ru', 'О нас'),
(180, 'da', 'Copyright'),
(180, 'de', 'Copyright'),
(180, 'el', 'Copyright'),
(180, 'en', 'Copyright'),
(180, 'es', 'Copyright'),
(180, 'fr', 'Copyright'),
(180, 'it', 'Copyright'),
(180, 'nl', 'Copyright'),
(180, 'no', 'Copyright'),
(180, 'pt', 'Copyright'),
(180, 'ro', 'Copyright'),
(180, 'ru', 'Копирайт'),
(181, 'da', 'Payment icons'),
(181, 'de', 'Payment icons'),
(181, 'el', 'Payment icons'),
(181, 'en', 'Payment icons'),
(181, 'es', 'Payment icons'),
(181, 'fr', 'Payment icons'),
(181, 'it', 'Payment icons'),
(181, 'nl', 'Payment icons'),
(181, 'no', 'Payment icons'),
(181, 'pt', 'Pagamentos Icon'),
(181, 'ro', 'Payment icons'),
(181, 'ru', 'Иконки платежных систем'),
(182, 'da', 'Main banners'),
(182, 'de', 'Main banners'),
(182, 'el', 'Main banners'),
(182, 'en', 'Main banners'),
(182, 'es', 'Main banners'),
(182, 'fr', 'Main banners'),
(182, 'it', 'Main banners'),
(182, 'nl', 'Main banners'),
(182, 'no', 'Main banners'),
(182, 'pt', 'Main banners'),
(182, 'ro', 'Main banners'),
(182, 'ru', 'Главные баннеры'),
(183, 'da', 'Free shipping'),
(183, 'de', 'Free shipping'),
(183, 'el', 'Free shipping'),
(183, 'en', 'Free shipping'),
(183, 'es', 'Free shipping'),
(183, 'fr', 'Free shipping'),
(183, 'it', 'Free shipping'),
(183, 'nl', 'Free shipping'),
(183, 'no', 'Free shipping'),
(183, 'pt', 'Free shipping'),
(183, 'ro', 'Free shipping'),
(183, 'ru', 'Бесплатная доставка'),
(184, 'da', 'Discount for pickup'),
(184, 'de', 'Discount for pickup'),
(184, 'el', 'Discount for pickup'),
(184, 'en', 'Discount for pickup'),
(184, 'es', 'Discount for pickup'),
(184, 'fr', 'Discount for pickup'),
(184, 'it', 'Discount for pickup'),
(184, 'nl', 'Discount for pickup'),
(184, 'no', 'Discount for pickup'),
(184, 'pt', 'Discount for pickup'),
(184, 'ro', 'Discount for pickup'),
(184, 'ru', 'Скидка за самовывоз'),
(185, 'da', 'Featured Vendors'),
(185, 'de', 'Featured Vendors'),
(185, 'el', 'Featured Vendors'),
(185, 'en', 'Featured Vendors'),
(185, 'es', 'Featured Vendors'),
(185, 'fr', 'Featured Vendors'),
(185, 'it', 'Featured Vendors'),
(185, 'nl', 'Featured Vendors'),
(185, 'no', 'Featured Vendors'),
(185, 'pt', 'Featured Vendors'),
(185, 'ro', 'Featured Vendors'),
(185, 'ru', ''),
(186, 'da', 'Hot deals'),
(186, 'de', 'Hot deals'),
(186, 'el', 'Hot deals'),
(186, 'en', 'Hot deals'),
(186, 'es', 'Hot deals'),
(186, 'fr', 'Hot deals'),
(186, 'it', 'Hot deals'),
(186, 'nl', 'Hot deals'),
(186, 'no', 'Hot deals'),
(186, 'pt', 'Hot deals'),
(186, 'ro', 'Hot deals'),
(186, 'ru', 'Новинки'),
(187, 'da', 'Sale'),
(187, 'de', 'Sale'),
(187, 'el', 'Προσφορές'),
(187, 'en', 'Sale'),
(187, 'es', 'Sale'),
(187, 'fr', 'Sale'),
(187, 'it', 'Sale'),
(187, 'nl', 'Sale'),
(187, 'no', 'Sale'),
(187, 'pt', 'Sale'),
(187, 'ro', 'Sale'),
(187, 'ru', 'Распродажа'),
(188, 'da', 'Blog'),
(188, 'de', 'Blog'),
(188, 'el', 'Blog'),
(188, 'en', 'Blog'),
(188, 'es', 'Blog'),
(188, 'fr', 'Blog'),
(188, 'it', 'Blog'),
(188, 'nl', 'Blog'),
(188, 'no', 'Blog'),
(188, 'pt', 'Blog'),
(188, 'ro', 'Blog'),
(188, 'ru', 'Блог'),
(189, 'da', 'Reviews'),
(189, 'de', 'Reviews'),
(189, 'el', 'Κριτικές'),
(189, 'en', 'Reviews'),
(189, 'es', 'Reviews'),
(189, 'fr', 'Reviews'),
(189, 'it', 'Reviews'),
(189, 'nl', 'Reviews'),
(189, 'no', 'Reviews'),
(189, 'pt', 'Reviews'),
(189, 'ro', 'Reviews'),
(189, 'ru', 'Отзывы'),
(190, 'da', 'Brands'),
(190, 'de', 'Brands'),
(190, 'el', 'Brands'),
(190, 'en', 'Brands'),
(190, 'es', 'Brands'),
(190, 'fr', 'Brands'),
(190, 'it', 'Brands'),
(190, 'nl', 'Brands'),
(190, 'no', 'Brands'),
(190, 'pt', 'Brands'),
(190, 'ro', 'Brands'),
(190, 'ru', 'Бренды'),
(191, 'da', 'Guarantees and benefits'),
(191, 'de', 'Guarantees and benefits'),
(191, 'el', 'Guarantees and benefits'),
(191, 'en', 'Guarantees and benefits'),
(191, 'es', 'Guarantees and benefits'),
(191, 'fr', 'Guarantees and benefits'),
(191, 'it', 'Guarantees and benefits'),
(191, 'nl', 'Guarantees and benefits'),
(191, 'no', 'Guarantees and benefits'),
(191, 'pt', 'Guarantees and benefits'),
(191, 'ro', 'Guarantees and benefits'),
(191, 'ru', 'Выгода и Гарантии'),
(192, 'da', 'Similar products'),
(192, 'de', 'Similar products'),
(192, 'el', 'Παρόμοια Προϊόντα'),
(192, 'en', 'Similar products'),
(192, 'es', 'Similar products'),
(192, 'fr', 'Similar products'),
(192, 'it', 'Similar products'),
(192, 'nl', 'Similar products'),
(192, 'no', 'Similar products'),
(192, 'pt', 'Similar products'),
(192, 'ro', 'Similar products'),
(192, 'ru', 'Похожие товары'),
(193, 'da', 'At the same price!'),
(193, 'de', 'At the same price!'),
(193, 'el', 'Στη ίδια ΤΙμή!'),
(193, 'en', 'At the same price!'),
(193, 'es', 'At the same price!'),
(193, 'fr', 'At the same price!'),
(193, 'it', 'At the same price!'),
(193, 'nl', 'At the same price!'),
(193, 'no', 'At the same price!'),
(193, 'pt', 'At the same price!'),
(193, 'ro', 'At the same price!'),
(193, 'ru', 'За ту же цену!'),
(194, 'da', 'Product filters'),
(194, 'de', 'Product filters'),
(194, 'el', 'Φίλτρα Προϊόντων'),
(194, 'en', 'Product filters'),
(194, 'es', 'Product filters'),
(194, 'fr', 'Product filters'),
(194, 'it', 'Product filters'),
(194, 'nl', 'Product filters'),
(194, 'no', 'Product filters'),
(194, 'pt', 'Product filters'),
(194, 'ro', 'Product filters'),
(194, 'ru', 'Фильтры товаров'),
(195, 'da', 'Recently Viewed'),
(195, 'de', 'Recently Viewed'),
(195, 'el', 'Είδατε Πρόσφατα'),
(195, 'en', 'Recently Viewed'),
(195, 'es', 'Recently Viewed'),
(195, 'fr', 'Recently Viewed'),
(195, 'it', 'Recently Viewed'),
(195, 'nl', 'Recently Viewed'),
(195, 'no', 'Recently Viewed'),
(195, 'pt', 'Recently Viewed'),
(195, 'ro', 'Recently Viewed'),
(195, 'ru', 'Недавно просмотренные'),
(196, 'da', 'Logo without link'),
(196, 'de', 'Logo without link'),
(196, 'el', 'Logo without link'),
(196, 'en', 'Logo without link'),
(196, 'es', 'Logo without link'),
(196, 'fr', 'Logo without link'),
(196, 'it', 'Logo without link'),
(196, 'nl', 'Logo without link'),
(196, 'no', 'Logo without link'),
(196, 'pt', 'Logo without link'),
(196, 'ro', 'Logo without link'),
(196, 'ru', 'Логотип без ссылки'),
(197, 'da', 'Deliver to'),
(197, 'de', 'Deliver to'),
(197, 'el', 'Deliver to'),
(197, 'en', 'Deliver to'),
(197, 'es', 'Deliver to'),
(197, 'fr', 'Deliver to'),
(197, 'it', 'Deliver to'),
(197, 'nl', 'Deliver to'),
(197, 'no', 'Deliver to'),
(197, 'pt', 'Entregar para'),
(197, 'ro', 'Deliver to'),
(197, 'ru', 'Доставка в'),
(198, 'da', 'Shipping methods'),
(198, 'de', 'Shipping methods'),
(198, 'el', 'Shipping methods'),
(198, 'en', 'Shipping methods'),
(198, 'es', 'Shipping methods'),
(198, 'fr', 'Shipping methods'),
(198, 'it', 'Shipping methods'),
(198, 'nl', 'Shipping methods'),
(198, 'no', 'Shipping methods'),
(198, 'pt', 'Shipping methods'),
(198, 'ro', 'Shipping methods'),
(198, 'ru', 'Способы доставки'),
(199, 'da', 'Customer'),
(199, 'de', 'Customer'),
(199, 'el', 'Customer'),
(199, 'en', 'Customer'),
(199, 'es', 'Customer'),
(199, 'fr', 'Customer'),
(199, 'it', 'Customer'),
(199, 'nl', 'Customer'),
(199, 'no', 'Customer'),
(199, 'pt', 'Informações do Cliente'),
(199, 'ro', 'Customer'),
(199, 'ru', 'Покупатель'),
(200, 'da', 'Address'),
(200, 'de', 'Address'),
(200, 'el', 'Address'),
(200, 'en', 'Address'),
(200, 'es', 'Address'),
(200, 'fr', 'Address'),
(200, 'it', 'Address'),
(200, 'nl', 'Address'),
(200, 'no', 'Address'),
(200, 'pt', 'Address'),
(200, 'ro', 'Address'),
(200, 'ru', 'Адрес'),
(201, 'da', 'Customer information'),
(201, 'de', 'Customer information'),
(201, 'el', 'Customer information'),
(201, 'en', 'Customer information'),
(201, 'es', 'Customer information'),
(201, 'fr', 'Customer information'),
(201, 'it', 'Customer information'),
(201, 'nl', 'Customer information'),
(201, 'no', 'Customer information'),
(201, 'pt', 'Customer information'),
(201, 'ro', 'Customer information'),
(201, 'ru', 'Информация о покупателе'),
(202, 'da', 'Customer\'s notes'),
(202, 'de', 'Customer\'s notes'),
(202, 'el', 'Customer\'s notes'),
(202, 'en', 'Customer\'s notes'),
(202, 'es', 'Customer\'s notes'),
(202, 'fr', 'Customer\'s notes'),
(202, 'it', 'Customer\'s notes'),
(202, 'nl', 'Customer\'s notes'),
(202, 'no', 'Customer\'s notes'),
(202, 'pt', 'Customer\'s notes'),
(202, 'ro', 'Customer\'s notes'),
(202, 'ru', 'Примечания покупателя'),
(203, 'da', 'Payment methods'),
(203, 'de', 'Payment methods'),
(203, 'el', 'Payment methods'),
(203, 'en', 'Payment methods'),
(203, 'es', 'Payment methods'),
(203, 'fr', 'Payment methods'),
(203, 'it', 'Payment methods'),
(203, 'nl', 'Payment methods'),
(203, 'no', 'Payment methods'),
(203, 'pt', 'Métodos de Pagamento'),
(203, 'ro', 'Payment methods'),
(203, 'ru', 'Способы оплаты'),
(204, 'da', 'Billing address'),
(204, 'de', 'Billing address'),
(204, 'el', 'Billing address'),
(204, 'en', 'Billing address'),
(204, 'es', 'Billing address'),
(204, 'fr', 'Billing address'),
(204, 'it', 'Billing address'),
(204, 'nl', 'Billing address'),
(204, 'no', 'Billing address'),
(204, 'pt', 'Billing address'),
(204, 'ro', 'Billing address'),
(204, 'ru', 'Адрес плательщика'),
(205, 'da', 'Terms and conditions'),
(205, 'de', 'Terms and conditions'),
(205, 'el', 'Terms and conditions'),
(205, 'en', 'Terms and conditions'),
(205, 'es', 'Terms and conditions'),
(205, 'fr', 'Terms and conditions'),
(205, 'it', 'Terms and conditions'),
(205, 'nl', 'Terms and conditions'),
(205, 'no', 'Terms and conditions'),
(205, 'pt', 'Termos e condições '),
(205, 'ro', 'Terms and conditions'),
(205, 'ru', 'Условия оформления заказа'),
(206, 'da', 'Sign up for our newsletters!'),
(206, 'de', 'Sign up for our newsletters!'),
(206, 'el', 'Sign up for our newsletters!'),
(206, 'en', 'Sign up for our newsletters!'),
(206, 'es', 'Sign up for our newsletters!'),
(206, 'fr', 'Sign up for our newsletters!'),
(206, 'it', 'Sign up for our newsletters!'),
(206, 'nl', 'Sign up for our newsletters!'),
(206, 'no', 'Sign up for our newsletters!'),
(206, 'pt', 'Inscreva-se para receber promoções e notícias!'),
(206, 'ro', 'Sign up for our newsletters!'),
(206, 'ru', 'Подпишитесь на нашу рассылку!'),
(207, 'da', 'Carts summary'),
(207, 'de', 'Carts summary'),
(207, 'el', 'Carts summary'),
(207, 'en', 'Carts summary'),
(207, 'es', 'Carts summary'),
(207, 'fr', 'Carts summary'),
(207, 'it', 'Carts summary'),
(207, 'nl', 'Carts summary'),
(207, 'no', 'Carts summary'),
(207, 'pt', 'Carts summary'),
(207, 'ro', 'Carts summary'),
(207, 'ru', 'Carts summary'),
(208, 'da', 'Products in your order'),
(208, 'de', 'Products in your order'),
(208, 'el', 'Προϊόντα στην Παραγγελία'),
(208, 'en', 'Products in your order'),
(208, 'es', 'Products in your order'),
(208, 'fr', 'Products in your order'),
(208, 'it', 'Products in your order'),
(208, 'nl', 'Products in your order'),
(208, 'no', 'Products in your order'),
(208, 'pt', 'Products in your order'),
(208, 'ro', 'Products in your order'),
(208, 'ru', 'Товаров в Вашем заказе'),
(209, 'da', 'Order summary'),
(209, 'de', 'Order summary'),
(209, 'el', 'Περίληψη Παραγγελίας'),
(209, 'en', 'Order summary'),
(209, 'es', 'Order summary'),
(209, 'fr', 'Order summary'),
(209, 'it', 'Order summary'),
(209, 'nl', 'Order summary'),
(209, 'no', 'Order summary'),
(209, 'pt', 'Order summary'),
(209, 'ro', 'Order summary'),
(209, 'ru', 'Сумма заказа'),
(210, 'da', 'Auth information'),
(210, 'de', 'Auth information'),
(210, 'el', 'Πληροφορίες Εγγραφής'),
(210, 'en', 'Auth information'),
(210, 'es', 'Auth information'),
(210, 'fr', 'Auth information'),
(210, 'it', 'Auth information'),
(210, 'nl', 'Auth information'),
(210, 'no', 'Auth information'),
(210, 'pt', 'Auth information'),
(210, 'ro', 'Auth information'),
(210, 'ru', 'Информация для авторизации'),
(211, 'da', 'Profile information'),
(211, 'de', 'Profile information'),
(211, 'el', 'Πληροφορίες Προφίλ'),
(211, 'en', 'Profile information'),
(211, 'es', 'Profile information'),
(211, 'fr', 'Profile information'),
(211, 'it', 'Profile information'),
(211, 'nl', 'Profile information'),
(211, 'no', 'Profile information'),
(211, 'pt', 'Profile information'),
(211, 'ro', 'Profile information'),
(211, 'ru', 'Личная информация'),
(212, 'da', 'Stores'),
(212, 'de', 'Stores'),
(212, 'el', 'Stores'),
(212, 'en', 'Stores'),
(212, 'es', 'Stores'),
(212, 'fr', 'Stores'),
(212, 'it', 'Stores'),
(212, 'nl', 'Stores'),
(212, 'no', 'Stores'),
(212, 'pt', 'Stores'),
(212, 'ro', 'Stores'),
(212, 'ru', 'Магазины'),
(213, 'da', 'Vendor logo'),
(213, 'de', 'Vendor logo'),
(213, 'el', 'Vendor logo'),
(213, 'en', 'Vendor logo'),
(213, 'es', 'Vendor logo'),
(213, 'fr', 'Vendor logo'),
(213, 'it', 'Vendor logo'),
(213, 'nl', 'Vendor logo'),
(213, 'no', 'Vendor logo'),
(213, 'pt', 'Vendor logo'),
(213, 'ro', 'Vendor logo'),
(213, 'ru', 'Логотип продавца'),
(214, 'da', 'Vendor search'),
(214, 'de', 'Vendor search'),
(214, 'el', 'Vendor search'),
(214, 'en', 'Vendor search'),
(214, 'es', 'Vendor search'),
(214, 'fr', 'Vendor search'),
(214, 'it', 'Vendor search'),
(214, 'nl', 'Vendor search'),
(214, 'no', 'Vendor search'),
(214, 'pt', 'Vendor search'),
(214, 'ro', 'Vendor search'),
(214, 'ru', 'Поиск продавца'),
(215, 'da', 'Vendor information'),
(215, 'de', 'Vendor information'),
(215, 'el', 'Vendor information'),
(215, 'en', 'Vendor information'),
(215, 'es', 'Vendor information'),
(215, 'fr', 'Vendor information'),
(215, 'it', 'Vendor information'),
(215, 'nl', 'Vendor information'),
(215, 'no', 'Vendor information'),
(215, 'pt', 'Vendor information'),
(215, 'ro', 'Vendor information'),
(215, 'ru', 'Информация о продавце'),
(216, 'da', 'Selected product filters'),
(216, 'de', 'Selected product filters'),
(216, 'el', 'επιλεγμενα φιλτρα'),
(216, 'en', 'Selected product filters'),
(216, 'es', 'Selected product filters'),
(216, 'fr', 'Selected product filters'),
(216, 'it', 'Selected product filters'),
(216, 'nl', 'Selected product filters'),
(216, 'no', 'Selected product filters'),
(216, 'pt', 'Selected product filters'),
(216, 'ro', 'Selected product filters'),
(216, 'ru', 'Выбранные фильтры'),
(217, 'da', 'Vendor categories'),
(217, 'de', 'Vendor categories'),
(217, 'el', 'Vendor categories'),
(217, 'en', 'Vendor categories'),
(217, 'es', 'Vendor categories'),
(217, 'fr', 'Vendor categories'),
(217, 'it', 'Vendor categories'),
(217, 'nl', 'Vendor categories'),
(217, 'no', 'Vendor categories'),
(217, 'pt', 'Vendor categories'),
(217, 'ro', 'Vendor categories'),
(217, 'ru', 'Категории продавца'),
(218, 'da', 'Vendor filters'),
(218, 'de', 'Vendor filters'),
(218, 'el', 'Vendor filters'),
(218, 'en', 'Vendor filters'),
(218, 'es', 'Vendor filters'),
(218, 'fr', 'Vendor filters'),
(218, 'it', 'Vendor filters'),
(218, 'nl', 'Vendor filters'),
(218, 'no', 'Vendor filters'),
(218, 'pt', 'Vendor filters'),
(218, 'ro', 'Vendor filters'),
(218, 'ru', 'Фильтры продавца'),
(219, 'da', 'Vendor account information'),
(219, 'de', 'Vendor account information'),
(219, 'el', 'Vendor account information'),
(219, 'en', 'Vendor account information'),
(219, 'es', 'Vendor account information'),
(219, 'fr', 'Vendor account information'),
(219, 'it', 'Vendor account information'),
(219, 'nl', 'Vendor account information'),
(219, 'no', 'Vendor account information'),
(219, 'pt', 'Vendor account information'),
(219, 'ro', 'Vendor account information'),
(219, 'ru', 'Информация о продавце'),
(220, 'da', '404'),
(220, 'de', '404'),
(220, 'el', '404'),
(220, 'en', '404'),
(220, 'es', '404'),
(220, 'fr', '404'),
(220, 'it', '404'),
(220, 'nl', '404'),
(220, 'no', '404'),
(220, 'pt', '404'),
(220, 'ro', '404'),
(220, 'ru', '404'),
(221, 'da', 'Product filters'),
(221, 'de', 'Product filters'),
(221, 'el', 'Φίλτρα Προϊόντων'),
(221, 'en', 'Product filters'),
(221, 'es', 'Product filters'),
(221, 'fr', 'Product filters'),
(221, 'it', 'Product filters'),
(221, 'nl', 'Product filters'),
(221, 'no', 'Product filters'),
(221, 'pt', 'Product filters'),
(221, 'ro', 'Product filters'),
(221, 'ru', 'Фильтры товаров'),
(222, 'da', 'Gift certificate verification'),
(222, 'de', 'Gift certificate verification'),
(222, 'el', 'Gift certificate verification'),
(222, 'en', 'Gift certificate verification'),
(222, 'es', 'Gift certificate verification'),
(222, 'fr', 'Gift certificate verification'),
(222, 'it', 'Gift certificate verification'),
(222, 'nl', 'Gift certificate verification'),
(222, 'no', 'Gift certificate verification'),
(222, 'pt', 'Gift certificate verification'),
(222, 'ro', 'Gift certificate verification'),
(222, 'ru', 'Проверка подарочного сертификата'),
(223, 'da', 'Recent posts'),
(223, 'de', 'Recent posts'),
(223, 'el', 'Τελευταία Άρθρα'),
(223, 'en', 'Recent posts'),
(223, 'es', 'Recent posts'),
(223, 'fr', 'Recent posts'),
(223, 'it', 'Recent posts'),
(223, 'nl', 'Recent posts'),
(223, 'no', 'Recent posts'),
(223, 'pt', 'Recent posts'),
(223, 'ro', 'Recent posts'),
(223, 'ru', 'Недавнее'),
(224, 'da', 'Promotion header'),
(224, 'de', 'Promotion header'),
(224, 'el', 'Promotion header'),
(224, 'en', 'Promotion header'),
(224, 'es', 'Promotion header'),
(224, 'fr', 'Promotion header'),
(224, 'it', 'Promotion header'),
(224, 'nl', 'Promotion header'),
(224, 'no', 'Promotion header'),
(224, 'pt', 'Promotion header'),
(224, 'ro', 'Promotion header'),
(224, 'ru', 'Шапка промо-акции'),
(225, 'da', 'Product filters'),
(225, 'de', 'Product filters'),
(225, 'el', 'Product filters'),
(225, 'en', 'Product filters'),
(225, 'es', 'Product filters'),
(225, 'fr', 'Product filters'),
(225, 'it', 'Product filters'),
(225, 'nl', 'Product filters'),
(225, 'no', 'Product filters'),
(225, 'pt', 'Product filters'),
(225, 'ro', 'Product filters'),
(225, 'ru', 'Фильтры товаров'),
(226, 'da', 'Languages'),
(226, 'de', 'Languages'),
(226, 'el', 'Γλώσσες'),
(226, 'en', 'Languages'),
(226, 'es', 'Languages'),
(226, 'fr', 'Languages'),
(226, 'it', 'Languages'),
(226, 'nl', 'Languages'),
(226, 'no', 'Languages'),
(226, 'pt', 'Languages'),
(226, 'ro', 'Languages'),
(226, 'ru', 'Языки'),
(227, 'da', 'Cart content'),
(227, 'de', 'Cart content'),
(227, 'el', 'Περιεχόμενο Καλαθιού'),
(227, 'en', 'Cart content'),
(227, 'es', 'Cart content'),
(227, 'fr', 'Cart content'),
(227, 'it', 'Cart content'),
(227, 'nl', 'Cart content'),
(227, 'no', 'Cart content'),
(227, 'pt', 'Carrinho'),
(227, 'ro', 'Cart content'),
(227, 'ru', 'Корзина'),
(228, 'da', 'Top menu'),
(228, 'de', 'Top menu'),
(228, 'el', 'Top menu'),
(228, 'en', 'Top menu'),
(228, 'es', 'Top menu'),
(228, 'fr', 'Top menu'),
(228, 'it', 'Top menu'),
(228, 'nl', 'Top menu'),
(228, 'no', 'Top menu'),
(228, 'pt', 'Top menu'),
(228, 'ro', 'Top menu'),
(228, 'ru', 'Меню верхней части'),
(229, 'da', 'Hot deals'),
(229, 'de', 'Hot deals'),
(229, 'el', 'Hot deals'),
(229, 'en', 'Hot deals'),
(229, 'es', 'Hot deals'),
(229, 'fr', 'Hot deals'),
(229, 'it', 'Hot deals'),
(229, 'nl', 'Hot deals'),
(229, 'no', 'Hot deals'),
(229, 'pt', 'Hot deals'),
(229, 'ro', 'Hot deals'),
(229, 'ru', 'Новинки'),
(230, 'da', 'On Sale'),
(230, 'de', 'On Sale'),
(230, 'el', 'Προσφορές'),
(230, 'en', 'On Sale'),
(230, 'es', 'On Sale'),
(230, 'fr', 'On Sale'),
(230, 'it', 'On Sale'),
(230, 'nl', 'On Sale'),
(230, 'no', 'On Sale'),
(230, 'pt', 'On Sale'),
(230, 'ro', 'On Sale'),
(230, 'ru', 'Распродажа'),
(231, 'da', 'Benefits & Guarantees'),
(231, 'de', 'Benefits & Guarantees'),
(231, 'el', 'Benefits & Guarantees'),
(231, 'en', 'Benefits & Guarantees'),
(231, 'es', 'Benefits & Guarantees'),
(231, 'fr', 'Benefits & Guarantees'),
(231, 'it', 'Benefits & Guarantees'),
(231, 'nl', 'Benefits & Guarantees'),
(231, 'no', 'Benefits & Guarantees'),
(231, 'pt', 'Benefits & Guarantees'),
(231, 'ro', 'Benefits & Guarantees'),
(231, 'ru', 'Выгода и Гарантии'),
(232, 'da', 'Order information'),
(232, 'de', 'Order information'),
(232, 'el', 'Πληροφορίες Χρεωσης'),
(232, 'en', 'Order information'),
(232, 'es', 'Order information'),
(232, 'fr', 'Order information'),
(232, 'it', 'Order information'),
(232, 'nl', 'Order information'),
(232, 'no', 'Order information'),
(232, 'pt', 'Order information'),
(232, 'ro', 'Order information'),
(232, 'ru', 'Информация о заказе'),
(233, 'da', 'Location'),
(233, 'de', 'Location'),
(233, 'el', 'Location'),
(233, 'en', 'Location'),
(233, 'es', 'Location'),
(233, 'fr', 'Location'),
(233, 'it', 'Location'),
(233, 'nl', 'Location'),
(233, 'no', 'Location'),
(233, 'pt', 'Location'),
(233, 'ro', 'Location'),
(233, 'ru', 'Место нахождения'),
(234, 'da', 'Customer location'),
(234, 'de', 'Customer location'),
(234, 'el', 'Customer location'),
(234, 'en', 'Customer location'),
(234, 'es', 'Customer location'),
(234, 'fr', 'Customer location'),
(234, 'it', 'Customer location'),
(234, 'nl', 'Customer location'),
(234, 'no', 'Customer location'),
(234, 'pt', 'Sua Localização'),
(234, 'ro', 'Customer location'),
(234, 'ru', 'Customer location'),
(235, 'da', 'Currencies'),
(235, 'de', 'Currencies'),
(235, 'el', 'Currencies'),
(235, 'en', 'Currencies'),
(235, 'es', 'Currencies'),
(235, 'fr', 'Currencies'),
(235, 'it', 'Currencies'),
(235, 'nl', 'Currencies'),
(235, 'no', 'Currencies'),
(235, 'pt', 'Currencies'),
(235, 'ro', 'Currencies'),
(235, 'ru', 'Валюта'),
(236, 'da', 'Top menu'),
(236, 'de', 'Top menu'),
(236, 'el', 'Top menu'),
(236, 'en', 'Top menu'),
(236, 'es', 'Top menu'),
(236, 'fr', 'Top menu'),
(236, 'it', 'Top menu'),
(236, 'nl', 'Top menu'),
(236, 'no', 'Top menu'),
(236, 'pt', 'Top menu'),
(236, 'ro', 'Top menu'),
(236, 'ru', 'Верхнее меню'),
(237, 'da', 'AB: Buttons Compare and Wishlist'),
(237, 'de', 'AB: Buttons Compare and Wishlist'),
(237, 'el', 'AB: Buttons Compare and Wishlist'),
(237, 'en', 'AB: Buttons Compare and Wishlist'),
(237, 'es', 'AB: Buttons Compare and Wishlist'),
(237, 'fr', 'AB: Buttons Compare and Wishlist'),
(237, 'it', 'AB: Buttons Compare and Wishlist'),
(237, 'nl', 'AB: Buttons Compare and Wishlist'),
(237, 'no', 'AB: Buttons Compare and Wishlist'),
(237, 'pt', 'AB: Buttons Compare and Wishlist'),
(237, 'ro', 'AB: Buttons Compare and Wishlist'),
(237, 'ru', 'AB: Кнопки Сравнение и Избранное'),
(238, 'da', 'AB: Phone numbers'),
(238, 'de', 'AB: Phone numbers'),
(238, 'el', 'AB: Phone numbers'),
(238, 'en', 'AB: Phone numbers'),
(238, 'es', 'AB: Phone numbers'),
(238, 'fr', 'AB: Phone numbers'),
(238, 'it', 'AB: Phone numbers'),
(238, 'nl', 'AB: Phone numbers'),
(238, 'no', 'AB: Phone numbers'),
(238, 'pt', 'AB: Phone numbers'),
(238, 'ro', 'AB: Phone numbers'),
(238, 'ru', 'Заказать обратный звонок'),
(239, 'da', 'AB: Phone numbers (Demo)'),
(239, 'de', 'AB: Phone numbers (Demo)'),
(239, 'el', 'AB: Phone numbers (Demo)'),
(239, 'en', 'AB: Phone numbers (Demo)'),
(239, 'es', 'AB: Phone numbers (Demo)'),
(239, 'fr', 'AB: Phone numbers (Demo)'),
(239, 'it', 'AB: Phone numbers (Demo)'),
(239, 'nl', 'AB: Phone numbers (Demo)'),
(239, 'no', 'AB: Phone numbers (Demo)'),
(239, 'pt', 'AB: Phone numbers (Demo)'),
(239, 'ro', 'AB: Phone numbers (Demo)'),
(239, 'ru', 'AB: Phone numbers (Demo)'),
(240, 'da', 'Categories'),
(240, 'de', 'Categories'),
(240, 'el', 'Categories'),
(240, 'en', 'Categories'),
(240, 'es', 'Categories'),
(240, 'fr', 'Categories'),
(240, 'it', 'Categories'),
(240, 'nl', 'Categories'),
(240, 'no', 'Categories'),
(240, 'pt', 'Departamentos'),
(240, 'ro', 'Categories'),
(240, 'ru', 'Каталог товаров'),
(241, 'da', 'Account'),
(241, 'de', 'Account'),
(241, 'el', 'Account'),
(241, 'en', 'Account'),
(241, 'es', 'Account'),
(241, 'fr', 'Account'),
(241, 'it', 'Account'),
(241, 'nl', 'Account'),
(241, 'no', 'Account'),
(241, 'pt', 'Minha Conta'),
(241, 'ro', 'Account'),
(241, 'ru', 'Аккаунт'),
(242, 'da', 'My account'),
(242, 'de', 'My account'),
(242, 'el', 'Ο Λογαριασμός μου'),
(242, 'en', 'My account'),
(242, 'es', 'My account'),
(242, 'fr', 'My account'),
(242, 'it', 'My account'),
(242, 'nl', 'My account'),
(242, 'no', 'My account'),
(242, 'pt', 'Minha Conta'),
(242, 'ro', 'My account'),
(242, 'ru', 'Моя учетная запись'),
(243, 'da', 'Demo Store'),
(243, 'de', 'Demo Store'),
(243, 'el', 'Demo Store'),
(243, 'en', 'Demo Store'),
(243, 'es', 'Demo Store'),
(243, 'fr', 'Demo Store'),
(243, 'it', 'Demo Store'),
(243, 'nl', 'Demo Store'),
(243, 'no', 'Demo Store'),
(243, 'pt', 'Partiu.Shop'),
(243, 'ro', 'Demo Store'),
(243, 'ru', 'Демо-магазин'),
(244, 'da', 'Customer Service'),
(244, 'de', 'Customer Service'),
(244, 'el', 'Customer Service'),
(244, 'en', 'Customer Service'),
(244, 'es', 'Customer Service'),
(244, 'fr', 'Customer Service'),
(244, 'it', 'Customer Service'),
(244, 'nl', 'Customer Service'),
(244, 'no', 'Customer Service'),
(244, 'pt', 'Ajuda'),
(244, 'ro', 'Customer Service'),
(244, 'ru', 'Покупательский сервис'),
(245, 'da', 'Contact us'),
(245, 'de', 'Contact us'),
(245, 'el', 'Contact us'),
(245, 'en', 'Contact us'),
(245, 'es', 'Contact us'),
(245, 'fr', 'Contact us'),
(245, 'it', 'Contact us'),
(245, 'nl', 'Contact us'),
(245, 'no', 'Contact us'),
(245, 'pt', 'Atendimento'),
(245, 'ro', 'Contact us'),
(245, 'ru', 'Контакты'),
(246, 'da', 'Main banners'),
(246, 'de', 'Main banners'),
(246, 'el', 'Main banners'),
(246, 'en', 'Main banners'),
(246, 'es', 'Main banners'),
(246, 'fr', 'Main banners'),
(246, 'it', 'Main banners'),
(246, 'nl', 'Main banners'),
(246, 'no', 'Main banners'),
(246, 'pt', 'Slide Home'),
(246, 'ro', 'Main banners'),
(246, 'ru', 'Главные баннеры'),
(247, 'da', 'AB: Fast Navigation Catalog'),
(247, 'de', 'AB: Fast Navigation Catalog'),
(247, 'el', 'AB: Fast Navigation Catalog'),
(247, 'en', 'AB: Fast Navigation Catalog'),
(247, 'es', 'AB: Fast Navigation Catalog'),
(247, 'fr', 'AB: Fast Navigation Catalog'),
(247, 'it', 'AB: Fast Navigation Catalog'),
(247, 'nl', 'AB: Fast Navigation Catalog'),
(247, 'no', 'AB: Fast Navigation Catalog'),
(247, 'pt', 'AB: Fast Navigation Catalog'),
(247, 'ro', 'AB: Fast Navigation Catalog'),
(247, 'ru', 'AB: Каталог быстрой навигации'),
(248, 'da', 'On sale / Bestsellers'),
(248, 'de', 'On sale / Bestsellers'),
(248, 'el', 'On sale / Bestsellers'),
(248, 'en', 'On sale / Bestsellers'),
(248, 'es', 'On sale / Bestsellers'),
(248, 'fr', 'On sale / Bestsellers'),
(248, 'it', 'On sale / Bestsellers'),
(248, 'nl', 'On sale / Bestsellers'),
(248, 'no', 'On sale / Bestsellers'),
(248, 'pt', 'Mais procurados'),
(248, 'ro', 'On sale / Bestsellers'),
(248, 'ru', 'Хиты продаж / Бестселлеры'),
(249, 'da', 'Bestsellers'),
(249, 'de', 'Bestsellers'),
(249, 'el', 'Bestsellers'),
(249, 'en', 'Bestsellers'),
(249, 'es', 'Bestsellers'),
(249, 'fr', 'Bestsellers'),
(249, 'it', 'Bestsellers'),
(249, 'nl', 'Bestsellers'),
(249, 'no', 'Bestsellers'),
(249, 'pt', 'Mais Vendidos'),
(249, 'ro', 'Bestsellers'),
(249, 'ru', 'Хиты продаж'),
(250, 'da', 'On Sale'),
(250, 'de', 'On Sale'),
(250, 'el', 'On Sale'),
(250, 'en', 'On Sale'),
(250, 'es', 'On Sale'),
(250, 'fr', 'On Sale'),
(250, 'it', 'On Sale'),
(250, 'nl', 'On Sale'),
(250, 'no', 'On Sale'),
(250, 'pt', 'Promoção'),
(250, 'ro', 'On Sale'),
(250, 'ru', 'Распродажа'),
(251, 'da', 'Most Popular'),
(251, 'de', 'Most Popular'),
(251, 'el', 'Most Popular'),
(251, 'en', 'Most Popular'),
(251, 'es', 'Most Popular'),
(251, 'fr', 'Most Popular'),
(251, 'it', 'Most Popular'),
(251, 'nl', 'Most Popular'),
(251, 'no', 'Most Popular'),
(251, 'pt', 'Mais Buscados'),
(251, 'ro', 'Most Popular'),
(251, 'ru', 'Самые популярные'),
(252, 'da', 'AB: Banner 1'),
(252, 'de', 'AB: Banner 1'),
(252, 'el', 'AB: Banner 1'),
(252, 'en', 'AB: Banner 1'),
(252, 'es', 'AB: Banner 1'),
(252, 'fr', 'AB: Banner 1'),
(252, 'it', 'AB: Banner 1'),
(252, 'nl', 'AB: Banner 1'),
(252, 'no', 'AB: Banner 1'),
(252, 'pt', 'AB: Banner 1'),
(252, 'ro', 'AB: Banner 1'),
(252, 'ru', 'AB: Баннер 1'),
(253, 'da', 'AB: Banner 2'),
(253, 'de', 'AB: Banner 2'),
(253, 'el', 'AB: Banner 2'),
(253, 'en', 'AB: Banner 2'),
(253, 'es', 'AB: Banner 2'),
(253, 'fr', 'AB: Banner 2'),
(253, 'it', 'AB: Banner 2'),
(253, 'nl', 'AB: Banner 2'),
(253, 'no', 'AB: Banner 2'),
(253, 'pt', 'AB: Banner 2'),
(253, 'ro', 'AB: Banner 2'),
(253, 'ru', 'AB: Баннер 2'),
(254, 'da', 'AB: Banner 3'),
(254, 'de', 'AB: Banner 3'),
(254, 'el', 'AB: Banner 3'),
(254, 'en', 'AB: Banner 3'),
(254, 'es', 'AB: Banner 3'),
(254, 'fr', 'AB: Banner 3'),
(254, 'it', 'AB: Banner 3'),
(254, 'nl', 'AB: Banner 3'),
(254, 'no', 'AB: Banner 3'),
(254, 'pt', 'AB: Banner 3'),
(254, 'ro', 'AB: Banner 3'),
(254, 'ru', 'AB: Баннер 3'),
(255, 'da', 'AB: Banner 4'),
(255, 'de', 'AB: Banner 4'),
(255, 'el', 'AB: Banner 4'),
(255, 'en', 'AB: Banner 4'),
(255, 'es', 'AB: Banner 4'),
(255, 'fr', 'AB: Banner 4'),
(255, 'it', 'AB: Banner 4'),
(255, 'nl', 'AB: Banner 4'),
(255, 'no', 'AB: Banner 4'),
(255, 'pt', 'AB: Banner 4'),
(255, 'ro', 'AB: Banner 4'),
(255, 'ru', 'AB: Баннер 4'),
(256, 'da', 'AB: Banner 5'),
(256, 'de', 'AB: Banner 5'),
(256, 'el', 'AB: Banner 5'),
(256, 'en', 'AB: Banner 5'),
(256, 'es', 'AB: Banner 5'),
(256, 'fr', 'AB: Banner 5'),
(256, 'it', 'AB: Banner 5'),
(256, 'nl', 'AB: Banner 5'),
(256, 'no', 'AB: Banner 5'),
(256, 'pt', 'AB: Banner 5'),
(256, 'ro', 'AB: Banner 5'),
(256, 'ru', 'AB: Баннер 5'),
(257, 'da', 'AB: Deal of the day'),
(257, 'de', 'AB: Deal of the day'),
(257, 'el', 'AB: Deal of the day'),
(257, 'en', 'AB: Deal of the day'),
(257, 'es', 'AB: Deal of the day'),
(257, 'fr', 'AB: Deal of the day'),
(257, 'it', 'AB: Deal of the day'),
(257, 'nl', 'AB: Deal of the day'),
(257, 'no', 'AB: Deal of the day'),
(257, 'pt', 'AB: Deal of the day'),
(257, 'ro', 'AB: Deal of the day'),
(257, 'ru', 'AB: Товар дня'),
(258, 'da', 'Now in demand'),
(258, 'de', 'Now in demand'),
(258, 'el', 'Now in demand'),
(258, 'en', 'Now in demand'),
(258, 'es', 'Now in demand'),
(258, 'fr', 'Now in demand'),
(258, 'it', 'Now in demand'),
(258, 'nl', 'Now in demand'),
(258, 'no', 'Now in demand'),
(258, 'pt', 'Now in demand'),
(258, 'ro', 'Now in demand'),
(258, 'ru', 'Сейчас пользуется спросом'),
(259, 'da', 'Shops near you'),
(259, 'de', 'Shops near you'),
(259, 'el', 'Shops near you'),
(259, 'en', 'Shops near you'),
(259, 'es', 'Shops near you'),
(259, 'fr', 'Shops near you'),
(259, 'it', 'Shops near you'),
(259, 'nl', 'Shops near you'),
(259, 'no', 'Shops near you'),
(259, 'pt', 'Shops near you'),
(259, 'ro', 'Shops near you'),
(259, 'ru', 'Ближайшие магазины'),
(260, 'da', 'Featured Vendors'),
(260, 'de', 'Featured Vendors'),
(260, 'el', 'Featured Vendors'),
(260, 'en', 'Featured Vendors'),
(260, 'es', 'Featured Vendors'),
(260, 'fr', 'Featured Vendors'),
(260, 'it', 'Featured Vendors'),
(260, 'nl', 'Featured Vendors'),
(260, 'no', 'Featured Vendors'),
(260, 'pt', 'Vendedores em Destaque'),
(260, 'ro', 'Featured Vendors'),
(260, 'ru', 'Рекомендованные продавцы'),
(261, 'da', 'Reviews / News'),
(261, 'de', 'Reviews / News'),
(261, 'el', 'Reviews / News'),
(261, 'en', 'Reviews / News'),
(261, 'es', 'Reviews / News'),
(261, 'fr', 'Reviews / News'),
(261, 'it', 'Reviews / News'),
(261, 'nl', 'Reviews / News'),
(261, 'no', 'Reviews / News'),
(261, 'pt', 'REVISÕES / NOTÍCIAS'),
(261, 'ro', 'Reviews / News'),
(261, 'ru', 'Обзоры / Новости'),
(262, 'da', 'Promotions'),
(262, 'de', 'Promotions'),
(262, 'el', 'Promotions'),
(262, 'en', 'Promotions'),
(262, 'es', 'Promotions'),
(262, 'fr', 'Promotions'),
(262, 'it', 'Promotions'),
(262, 'nl', 'Promotions'),
(262, 'no', 'Promotions'),
(262, 'pt', 'Promoções'),
(262, 'ro', 'Promotions'),
(262, 'ru', 'Действующие акции'),
(263, 'da', 'Our brands'),
(263, 'de', 'Our brands'),
(263, 'el', 'Our brands'),
(263, 'en', 'Our brands'),
(263, 'es', 'Our brands'),
(263, 'fr', 'Our brands'),
(263, 'it', 'Our brands'),
(263, 'nl', 'Our brands'),
(263, 'no', 'Our brands'),
(263, 'pt', 'Our brands'),
(263, 'ro', 'Our brands'),
(263, 'ru', 'Бренды'),
(264, 'da', 'About company'),
(264, 'de', 'About company'),
(264, 'el', 'About company'),
(264, 'en', 'About company'),
(264, 'es', 'About company'),
(264, 'fr', 'About company'),
(264, 'it', 'About company'),
(264, 'nl', 'About company'),
(264, 'no', 'About company'),
(264, 'pt', 'Sobre Nós'),
(264, 'ro', 'About company'),
(264, 'ru', 'О компании'),
(265, 'da', 'AB: Subscribe'),
(265, 'de', 'AB: Subscribe'),
(265, 'el', 'AB: Subscribe'),
(265, 'en', 'AB: Subscribe'),
(265, 'es', 'AB: Subscribe'),
(265, 'fr', 'AB: Subscribe'),
(265, 'it', 'AB: Subscribe'),
(265, 'nl', 'AB: Subscribe'),
(265, 'no', 'AB: Subscribe'),
(265, 'pt', 'AB: Subscribe'),
(265, 'ro', 'AB: Subscribe'),
(265, 'ru', 'AB: Подписка'),
(266, 'da', 'AB: Social links'),
(266, 'de', 'AB: Social links'),
(266, 'el', 'AB: Social links'),
(266, 'en', 'AB: Social links'),
(266, 'es', 'AB: Social links'),
(266, 'fr', 'AB: Social links'),
(266, 'it', 'AB: Social links'),
(266, 'nl', 'AB: Social links'),
(266, 'no', 'AB: Social links'),
(266, 'pt', 'Redes Sociais'),
(266, 'ro', 'AB: Social links'),
(266, 'ru', 'AB: Социальные ссылки'),
(267, 'da', 'Banner in product'),
(267, 'de', 'Banner in product'),
(267, 'el', 'Banner in product'),
(267, 'en', 'Banner in product'),
(267, 'es', 'Banner in product'),
(267, 'fr', 'Banner in product'),
(267, 'it', 'Banner in product'),
(267, 'nl', 'Banner in product'),
(267, 'no', 'Banner in product'),
(267, 'pt', 'Banner in product'),
(267, 'ro', 'Banner in product'),
(267, 'ru', 'Баннер в товаре'),
(268, 'da', 'Possibly you may be interested'),
(268, 'de', 'Possibly you may be interested'),
(268, 'el', 'Possibly you may be interested'),
(268, 'en', 'Possibly you may be interested'),
(268, 'es', 'Possibly you may be interested'),
(268, 'fr', 'Possibly you may be interested'),
(268, 'it', 'Possibly you may be interested'),
(268, 'nl', 'Possibly you may be interested'),
(268, 'no', 'Possibly you may be interested'),
(268, 'pt', 'Quem viu, gostou destes também '),
(268, 'ro', 'Possibly you may be interested'),
(268, 'ru', 'Возможно, вас это заинтересует'),
(269, 'da', 'Recently Viewed'),
(269, 'de', 'Recently Viewed'),
(269, 'el', 'Recently Viewed'),
(269, 'en', 'Recently Viewed'),
(269, 'es', 'Recently Viewed'),
(269, 'fr', 'Recently Viewed'),
(269, 'it', 'Recently Viewed'),
(269, 'nl', 'Recently Viewed'),
(269, 'no', 'Recently Viewed'),
(269, 'pt', 'Visualizado recentemente'),
(269, 'ro', 'Recently Viewed'),
(269, 'ru', 'Недавно просмотренные'),
(270, 'da', 'Benefits'),
(270, 'de', 'Benefits'),
(270, 'el', 'Benefits'),
(270, 'en', 'Benefits'),
(270, 'es', 'Benefits'),
(270, 'fr', 'Benefits'),
(270, 'it', 'Benefits'),
(270, 'nl', 'Benefits'),
(270, 'no', 'Benefits'),
(270, 'pt', 'Benefícios '),
(270, 'ro', 'Benefits'),
(270, 'ru', 'Преимущества'),
(271, 'da', 'Banners in the category (top)'),
(271, 'de', 'Banners in the category (top)'),
(271, 'el', 'Banners in the category (top)'),
(271, 'en', 'Banners in the category (top)'),
(271, 'es', 'Banners in the category (top)'),
(271, 'fr', 'Banners in the category (top)'),
(271, 'it', 'Banners in the category (top)'),
(271, 'nl', 'Banners in the category (top)'),
(271, 'no', 'Banners in the category (top)'),
(271, 'pt', 'Banners in the category (top)'),
(271, 'ro', 'Banners in the category (top)'),
(271, 'ru', 'Баннеры в категории (вверху)'),
(272, 'da', 'Category page title'),
(272, 'de', 'Category page title'),
(272, 'el', 'Category page title'),
(272, 'en', 'Category page title'),
(272, 'es', 'Category page title'),
(272, 'fr', 'Category page title'),
(272, 'it', 'Category page title'),
(272, 'nl', 'Category page title'),
(272, 'no', 'Category page title'),
(272, 'pt', 'Category page title'),
(272, 'ro', 'Category page title'),
(272, 'ru', 'Заголовок категории'),
(273, 'da', 'Categories'),
(273, 'de', 'Categories'),
(273, 'el', 'Categories'),
(273, 'en', 'Categories'),
(273, 'es', 'Categories'),
(273, 'fr', 'Categories'),
(273, 'it', 'Categories'),
(273, 'nl', 'Categories'),
(273, 'no', 'Categories'),
(273, 'pt', 'Categories'),
(273, 'ro', 'Categories'),
(273, 'ru', 'Категории'),
(274, 'da', 'Filters'),
(274, 'de', 'Filters'),
(274, 'el', 'Filters'),
(274, 'en', 'Filters'),
(274, 'es', 'Filters'),
(274, 'fr', 'Filters'),
(274, 'it', 'Filters'),
(274, 'nl', 'Filters'),
(274, 'no', 'Filters'),
(274, 'pt', 'Filters'),
(274, 'ro', 'Filters'),
(274, 'ru', 'Фильтры'),
(275, 'da', 'Selected product filters'),
(275, 'de', 'Selected product filters'),
(275, 'el', 'Selected product filters'),
(275, 'en', 'Selected product filters'),
(275, 'es', 'Selected product filters'),
(275, 'fr', 'Selected product filters'),
(275, 'it', 'Selected product filters'),
(275, 'nl', 'Selected product filters'),
(275, 'no', 'Selected product filters'),
(275, 'pt', 'Selected product filters'),
(275, 'ro', 'Selected product filters'),
(275, 'ru', 'Выбранные фильтры'),
(276, 'da', 'Advanced subcategories menu'),
(276, 'de', 'Advanced subcategories menu'),
(276, 'el', 'Advanced subcategories menu'),
(276, 'en', 'Advanced subcategories menu'),
(276, 'es', 'Advanced subcategories menu'),
(276, 'fr', 'Advanced subcategories menu'),
(276, 'it', 'Advanced subcategories menu'),
(276, 'nl', 'Advanced subcategories menu'),
(276, 'no', 'Advanced subcategories menu'),
(276, 'pt', 'Advanced subcategories menu'),
(276, 'ro', 'Advanced subcategories menu'),
(276, 'ru', 'Advanced subcategories menu'),
(277, 'da', 'Subcategories'),
(277, 'de', 'Subcategories'),
(277, 'el', 'Subcategories'),
(277, 'en', 'Subcategories'),
(277, 'es', 'Subcategories'),
(277, 'fr', 'Subcategories'),
(277, 'it', 'Subcategories'),
(277, 'nl', 'Subcategories'),
(277, 'no', 'Subcategories'),
(277, 'pt', 'Subcategories'),
(277, 'ro', 'Subcategories'),
(277, 'ru', 'Subcategories'),
(278, 'da', '55'),
(278, 'de', '55'),
(278, 'el', '55'),
(278, 'en', '55'),
(278, 'es', '55'),
(278, 'fr', '55'),
(278, 'it', '55'),
(278, 'nl', '55'),
(278, 'no', '55'),
(278, 'pt', '55'),
(278, 'ro', '55'),
(278, 'ru', '55'),
(279, 'da', '465746574567'),
(279, 'de', '465746574567'),
(279, 'el', '465746574567'),
(279, 'en', '465746574567'),
(279, 'es', '465746574567'),
(279, 'fr', '465746574567'),
(279, 'it', '465746574567'),
(279, 'nl', '465746574567'),
(279, 'no', '465746574567'),
(279, 'pt', '465746574567'),
(279, 'ro', '465746574567'),
(279, 'ru', '465746574567'),
(280, 'da', 'Subcategories'),
(280, 'de', 'Subcategories'),
(280, 'el', 'Subcategories'),
(280, 'en', 'Subcategories'),
(280, 'es', 'Subcategories'),
(280, 'fr', 'Subcategories'),
(280, 'it', 'Subcategories'),
(280, 'nl', 'Subcategories'),
(280, 'no', 'Subcategories'),
(280, 'pt', 'Subcategories'),
(280, 'ro', 'Subcategories'),
(280, 'ru', 'Subcategories'),
(281, 'da', 'Subcategories'),
(281, 'de', 'Subcategories'),
(281, 'el', 'Subcategories'),
(281, 'en', 'Subcategories'),
(281, 'es', 'Subcategories'),
(281, 'fr', 'Subcategories'),
(281, 'it', 'Subcategories'),
(281, 'nl', 'Subcategories'),
(281, 'no', 'Subcategories'),
(281, 'pt', 'Subcategories'),
(281, 'ro', 'Subcategories'),
(281, 'ru', 'Уточнить категорию'),
(282, 'da', 'Bestsellers'),
(282, 'de', 'Bestsellers'),
(282, 'el', 'Bestsellers'),
(282, 'en', 'Bestsellers'),
(282, 'es', 'Bestsellers'),
(282, 'fr', 'Bestsellers'),
(282, 'it', 'Bestsellers'),
(282, 'nl', 'Bestsellers'),
(282, 'no', 'Bestsellers'),
(282, 'pt', 'Bestsellers'),
(282, 'ro', 'Bestsellers'),
(282, 'ru', 'Хиты продаж'),
(283, 'da', 'Your order:'),
(283, 'de', 'Your order:'),
(283, 'el', 'Your order:'),
(283, 'en', 'Your order:'),
(283, 'es', 'Your order:'),
(283, 'fr', 'Your order:'),
(283, 'it', 'Your order:'),
(283, 'nl', 'Your order:'),
(283, 'no', 'Your order:'),
(283, 'pt', 'Seu pedido:'),
(283, 'ro', 'Your order:'),
(283, 'ru', 'Ваш заказ:'),
(284, 'da', 'Product filters'),
(284, 'de', 'Product filters'),
(284, 'el', 'Product filters'),
(284, 'en', 'Product filters'),
(284, 'es', 'Product filters'),
(284, 'fr', 'Product filters'),
(284, 'it', 'Product filters'),
(284, 'nl', 'Product filters'),
(284, 'no', 'Product filters'),
(284, 'pt', 'Product filters'),
(284, 'ro', 'Product filters'),
(284, 'ru', 'Фильтры товаров'),
(285, 'da', 'Features page title'),
(285, 'de', 'Features page title'),
(285, 'el', 'Features page title'),
(285, 'en', 'Features page title'),
(285, 'es', 'Features page title'),
(285, 'fr', 'Features page title'),
(285, 'it', 'Features page title'),
(285, 'nl', 'Features page title'),
(285, 'no', 'Features page title'),
(285, 'pt', 'Features page title'),
(285, 'ro', 'Features page title'),
(285, 'ru', 'Заголовок характеристики'),
(286, 'da', 'Product filters (horizontal)'),
(286, 'de', 'Product filters (horizontal)'),
(286, 'el', 'Product filters (horizontal)'),
(286, 'en', 'Product filters (horizontal)'),
(286, 'es', 'Product filters (horizontal)'),
(286, 'fr', 'Product filters (horizontal)'),
(286, 'it', 'Product filters (horizontal)'),
(286, 'nl', 'Product filters (horizontal)'),
(286, 'no', 'Product filters (horizontal)'),
(286, 'pt', 'Product filters (horizontal)'),
(286, 'ro', 'Product filters (horizontal)'),
(286, 'ru', 'Фильтры товаров (горизонтальные)'),
(287, 'da', 'Vendors by location'),
(287, 'de', 'Vendors by location'),
(287, 'el', 'Vendors by location'),
(287, 'en', 'Vendors by location'),
(287, 'es', 'Vendors by location'),
(287, 'fr', 'Vendors by location'),
(287, 'it', 'Vendors by location'),
(287, 'nl', 'Vendors by location'),
(287, 'no', 'Vendors by location'),
(287, 'pt', 'Vendors by location'),
(287, 'ro', 'Vendors by location'),
(287, 'ru', 'Vendors by location'),
(288, 'da', 'Vendor map'),
(288, 'de', 'Vendor map'),
(288, 'el', 'Vendor map'),
(288, 'en', 'Vendor map'),
(288, 'es', 'Vendor map'),
(288, 'fr', 'Vendor map'),
(288, 'it', 'Vendor map'),
(288, 'nl', 'Vendor map'),
(288, 'no', 'Vendor map'),
(288, 'pt', 'Vendor map'),
(288, 'ro', 'Vendor map'),
(288, 'ru', 'Vendor map'),
(289, 'da', 'Vendor filters'),
(289, 'de', 'Vendor filters'),
(289, 'el', 'Vendor filters'),
(289, 'en', 'Vendor filters'),
(289, 'es', 'Vendor filters'),
(289, 'fr', 'Vendor filters'),
(289, 'it', 'Vendor filters'),
(289, 'nl', 'Vendor filters'),
(289, 'no', 'Vendor filters'),
(289, 'pt', 'Vendor filters'),
(289, 'ro', 'Vendor filters'),
(289, 'ru', 'Фильтры продавца'),
(290, 'da', 'Main menu'),
(290, 'de', 'Main menu'),
(290, 'el', 'Main menu'),
(290, 'en', 'Main menu'),
(290, 'es', 'Main menu'),
(290, 'fr', 'Main menu'),
(290, 'it', 'Main menu'),
(290, 'nl', 'Main menu'),
(290, 'no', 'Main menu'),
(290, 'pt', 'Main menu'),
(290, 'ro', 'Main menu'),
(290, 'ru', 'Главное меню'),
(291, 'da', 'Vendor categories'),
(291, 'de', 'Vendor categories'),
(291, 'el', 'Vendor categories'),
(291, 'en', 'Vendor categories'),
(291, 'es', 'Vendor categories'),
(291, 'fr', 'Vendor categories'),
(291, 'it', 'Vendor categories'),
(291, 'nl', 'Vendor categories'),
(291, 'no', 'Vendor categories'),
(291, 'pt', 'Vendor categories'),
(291, 'ro', 'Vendor categories'),
(291, 'ru', 'Категории продавца'),
(292, 'da', 'AB: Demo Panel'),
(292, 'de', 'AB: Demo Panel'),
(292, 'el', 'AB: Demo Panel'),
(292, 'en', 'AB: Demo Panel'),
(292, 'es', 'AB: Demo Panel'),
(292, 'fr', 'AB: Demo Panel'),
(292, 'it', 'AB: Demo Panel'),
(292, 'nl', 'AB: Demo Panel'),
(292, 'no', 'AB: Demo Panel'),
(292, 'pt', 'AB: Demo Panel'),
(292, 'ro', 'AB: Demo Panel'),
(292, 'ru', 'AB: Demo Panel'),
(293, 'da', 'Main banners (Fixed)'),
(293, 'de', 'Main banners (Fixed)'),
(293, 'el', 'Main banners (Fixed)'),
(293, 'en', 'Main banners (Fixed)'),
(293, 'es', 'Main banners (Fixed)'),
(293, 'fr', 'Main banners (Fixed)'),
(293, 'it', 'Main banners (Fixed)'),
(293, 'nl', 'Main banners (Fixed)'),
(293, 'no', 'Main banners (Fixed)'),
(293, 'pt', 'Main banners (Fixed)'),
(293, 'ro', 'Main banners (Fixed)'),
(293, 'ru', 'Главные баннеры (Fixed)'),
(294, 'da', 'Categories'),
(294, 'de', 'Categories'),
(294, 'el', 'Categories'),
(294, 'en', 'Categories'),
(294, 'es', 'Categories'),
(294, 'fr', 'Categories'),
(294, 'it', 'Categories'),
(294, 'nl', 'Categories'),
(294, 'no', 'Categories'),
(294, 'pt', 'Categories'),
(294, 'ro', 'Categories'),
(294, 'ru', 'Каталог товаров'),
(295, 'da', 'Main menu'),
(295, 'de', 'Main menu'),
(295, 'el', 'Main menu'),
(295, 'en', 'Main menu'),
(295, 'es', 'Main menu'),
(295, 'fr', 'Main menu'),
(295, 'it', 'Main menu'),
(295, 'nl', 'Main menu'),
(295, 'no', 'Main menu'),
(295, 'pt', 'Main menu'),
(295, 'ro', 'Main menu'),
(295, 'ru', 'Основное меню'),
(296, 'da', 'Subscribe'),
(296, 'de', 'Subscribe'),
(296, 'el', 'Subscribe'),
(296, 'en', 'Subscribe'),
(296, 'es', 'Subscribe'),
(296, 'fr', 'Subscribe'),
(296, 'it', 'Subscribe'),
(296, 'nl', 'Subscribe'),
(296, 'no', 'Subscribe'),
(296, 'pt', 'Subscribe'),
(296, 'ro', 'Subscribe'),
(296, 'ru', ' Подписка'),
(297, 'da', 'Become a seller'),
(297, 'de', 'Become a seller'),
(297, 'el', 'Become a seller'),
(297, 'en', 'Become a seller'),
(297, 'es', 'Become a seller'),
(297, 'fr', 'Become a seller'),
(297, 'it', 'Become a seller'),
(297, 'nl', 'Become a seller'),
(297, 'no', 'Become a seller'),
(297, 'pt', 'Become a seller'),
(297, 'ro', 'Become a seller'),
(297, 'ru', 'Стать продавцом'),
(298, 'da', 'Hot deals'),
(298, 'de', 'Hot deals'),
(298, 'el', 'Hot deals'),
(298, 'en', 'Hot deals'),
(298, 'es', 'Hot deals'),
(298, 'fr', 'Hot deals'),
(298, 'it', 'Hot deals'),
(298, 'nl', 'Hot deals'),
(298, 'no', 'Hot deals'),
(298, 'pt', 'Hot deals'),
(298, 'ro', 'Hot deals'),
(298, 'ru', 'Горячие предложения'),
(299, 'da', 'Our brands'),
(299, 'de', 'Our brands'),
(299, 'el', 'Our brands'),
(299, 'en', 'Our brands'),
(299, 'es', 'Our brands'),
(299, 'fr', 'Our brands'),
(299, 'it', 'Our brands'),
(299, 'nl', 'Our brands'),
(299, 'no', 'Our brands'),
(299, 'pt', 'Our brands'),
(299, 'ro', 'Our brands'),
(299, 'ru', 'Бренды'),
(300, 'da', 'Blog'),
(300, 'de', 'Blog'),
(300, 'el', 'Blog'),
(300, 'en', 'Blog'),
(300, 'es', 'Blog'),
(300, 'fr', 'Blog'),
(300, 'it', 'Blog'),
(300, 'nl', 'Blog'),
(300, 'no', 'Blog'),
(300, 'pt', 'Blog'),
(300, 'ro', 'Blog'),
(300, 'ru', 'Блог'),
(301, 'da', 'Reviews'),
(301, 'de', 'Reviews'),
(301, 'el', 'Κριτικές'),
(301, 'en', 'Reviews'),
(301, 'es', 'Reviews');
INSERT INTO `partiushop_bm_blocks_descriptions` (`block_id`, `lang_code`, `name`) VALUES
(301, 'fr', 'Reviews'),
(301, 'it', 'Reviews'),
(301, 'nl', 'Reviews'),
(301, 'no', 'Reviews'),
(301, 'pt', 'Reviews'),
(301, 'ro', 'Reviews'),
(301, 'ru', 'Отзывы'),
(302, 'da', 'Footer banners'),
(302, 'de', 'Footer banners'),
(302, 'el', 'Footer banners'),
(302, 'en', 'Footer banners'),
(302, 'es', 'Footer banners'),
(302, 'fr', 'Footer banners'),
(302, 'it', 'Footer banners'),
(302, 'nl', 'Footer banners'),
(302, 'no', 'Footer banners'),
(302, 'pt', 'Footer banners'),
(302, 'ro', 'Footer banners'),
(302, 'ru', 'Нижний баннер'),
(303, 'da', 'Gift banner'),
(303, 'de', 'Gift banner'),
(303, 'el', 'Gift banner'),
(303, 'en', 'Gift banner'),
(303, 'es', 'Gift banner'),
(303, 'fr', 'Gift banner'),
(303, 'it', 'Gift banner'),
(303, 'nl', 'Gift banner'),
(303, 'no', 'Gift banner'),
(303, 'pt', 'Gift banner'),
(303, 'ro', 'Gift banner'),
(303, 'ru', 'Как выбрать подарок'),
(304, 'da', 'Selected Vendor Plan'),
(304, 'de', 'Selected Vendor Plan'),
(304, 'el', 'Selected Vendor Plan'),
(304, 'en', 'Selected Vendor Plan'),
(304, 'es', 'Selected Vendor Plan'),
(304, 'fr', 'Selected Vendor Plan'),
(304, 'it', 'Selected Vendor Plan'),
(304, 'nl', 'Selected Vendor Plan'),
(304, 'no', 'Selected Vendor Plan'),
(304, 'pt', 'Selected Vendor Plan'),
(304, 'ro', 'Selected Vendor Plan'),
(304, 'ru', 'Selected Vendor Plan'),
(305, 'da', 'Account'),
(305, 'de', 'Account'),
(305, 'el', 'Account'),
(305, 'en', 'Account'),
(305, 'es', 'Account'),
(305, 'fr', 'Account'),
(305, 'it', 'Account'),
(305, 'nl', 'Account'),
(305, 'no', 'Account'),
(305, 'pt', 'Account'),
(305, 'ro', 'Account'),
(305, 'ru', 'Аккаунт'),
(306, 'da', 'Mensagem'),
(306, 'de', 'Mensagem'),
(306, 'el', 'Mensagem'),
(306, 'en', 'Mensagem'),
(306, 'es', 'Mensagem'),
(306, 'fr', 'Mensagem'),
(306, 'it', 'Mensagem'),
(306, 'nl', 'Mensagem'),
(306, 'no', 'Mensagem'),
(306, 'pt', 'Mensagem'),
(306, 'ro', 'Mensagem'),
(306, 'ru', 'Mensagem'),
(307, 'da', 'Teste'),
(307, 'de', 'Teste'),
(307, 'el', 'Teste'),
(307, 'en', 'Teste'),
(307, 'es', 'Teste'),
(307, 'fr', 'Teste'),
(307, 'it', 'Teste'),
(307, 'nl', 'Teste'),
(307, 'no', 'Teste'),
(307, 'pt', '#Partiu.Shop com você!!'),
(307, 'ro', 'Teste'),
(307, 'ru', 'Teste'),
(308, 'da', 'Livechat'),
(308, 'de', 'Livechat'),
(308, 'el', 'Livechat'),
(308, 'en', 'Livechat'),
(308, 'es', 'Livechat'),
(308, 'fr', 'Livechat'),
(308, 'it', 'Livechat'),
(308, 'nl', 'Livechat'),
(308, 'no', 'Livechat'),
(308, 'pt', 'Livechat'),
(308, 'ro', 'Livechat'),
(308, 'ru', 'Livechat'),
(309, 'da', 'Teste 1'),
(309, 'de', 'Teste 1'),
(309, 'el', 'Teste 1'),
(309, 'en', 'Teste 1'),
(309, 'es', 'Teste 1'),
(309, 'fr', 'Teste 1'),
(309, 'it', 'Teste 1'),
(309, 'nl', 'Teste 1'),
(309, 'no', 'Teste 1'),
(309, 'pt', 'Teste 1'),
(309, 'ro', 'Teste 1'),
(309, 'ru', 'Teste 1'),
(310, 'da', 'Teste2'),
(310, 'de', 'Teste2'),
(310, 'el', 'Teste2'),
(310, 'en', 'Teste2'),
(310, 'es', 'Teste2'),
(310, 'fr', 'Teste2'),
(310, 'it', 'Teste2'),
(310, 'nl', 'Teste2'),
(310, 'no', 'Teste2'),
(310, 'pt', 'Teste2'),
(310, 'ro', 'Teste2'),
(310, 'ru', 'Teste2'),
(311, 'da', 'teste3'),
(311, 'de', 'teste3'),
(311, 'el', 'teste3'),
(311, 'en', 'teste3'),
(311, 'es', 'teste3'),
(311, 'fr', 'teste3'),
(311, 'it', 'teste3'),
(311, 'nl', 'teste3'),
(311, 'no', 'teste3'),
(311, 'pt', 'teste3'),
(311, 'ro', 'teste3'),
(311, 'ru', 'teste3'),
(312, 'da', 'Categories'),
(312, 'de', 'Categories'),
(312, 'el', 'Categories'),
(312, 'en', 'Categories'),
(312, 'es', 'Categories'),
(312, 'fr', 'Categories'),
(312, 'it', 'Categories'),
(312, 'nl', 'Categories'),
(312, 'no', 'Categories'),
(312, 'pt', 'Categories'),
(312, 'ro', 'Categories'),
(312, 'ru', 'Categories'),
(313, 'da', 'Main banners'),
(313, 'de', 'Main banners'),
(313, 'el', 'Main banners'),
(313, 'en', 'Main banners'),
(313, 'es', 'Main banners'),
(313, 'fr', 'Main banners'),
(313, 'it', 'Main banners'),
(313, 'nl', 'Main banners'),
(313, 'no', 'Main banners'),
(313, 'pt', 'Main banners'),
(313, 'ro', 'Main banners'),
(313, 'ru', 'Main banners'),
(314, 'da', 'Hot deals'),
(314, 'de', 'Hot deals'),
(314, 'el', 'Hot deals'),
(314, 'en', 'Hot deals'),
(314, 'es', 'Hot deals'),
(314, 'fr', 'Hot deals'),
(314, 'it', 'Hot deals'),
(314, 'nl', 'Hot deals'),
(314, 'no', 'Hot deals'),
(314, 'pt', 'Hot deals'),
(314, 'ro', 'Hot deals'),
(314, 'ru', 'Hot deals'),
(315, 'da', 'Pages'),
(315, 'de', 'Pages'),
(315, 'el', 'Pages'),
(315, 'en', 'Pages'),
(315, 'es', 'Pages'),
(315, 'fr', 'Pages'),
(315, 'it', 'Pages'),
(315, 'nl', 'Pages'),
(315, 'no', 'Pages'),
(315, 'pt', 'Pages'),
(315, 'ro', 'Pages'),
(315, 'ru', 'Pages'),
(316, 'da', 'Customer location'),
(316, 'de', 'Customer location'),
(316, 'el', 'Customer location'),
(316, 'en', 'Customer location'),
(316, 'es', 'Customer location'),
(316, 'fr', 'Customer location'),
(316, 'it', 'Customer location'),
(316, 'nl', 'Customer location'),
(316, 'no', 'Customer location'),
(316, 'pt', 'Customer location'),
(316, 'ro', 'Customer location'),
(316, 'ru', 'Местоположение покупателя'),
(317, 'da', 'Logo'),
(317, 'de', 'Logo'),
(317, 'el', 'Logo'),
(317, 'en', 'Logo'),
(317, 'es', 'Logo'),
(317, 'fr', 'Logo'),
(317, 'it', 'Logo'),
(317, 'nl', 'Logo'),
(317, 'no', 'Logo'),
(317, 'pt', 'Logo'),
(317, 'ro', 'Logo'),
(317, 'ru', 'Логотип'),
(318, 'da', 'Top menu'),
(318, 'de', 'Top menu'),
(318, 'el', 'Top menu'),
(318, 'en', 'Top menu'),
(318, 'es', 'Top menu'),
(318, 'fr', 'Top menu'),
(318, 'it', 'Top menu'),
(318, 'nl', 'Top menu'),
(318, 'no', 'Top menu'),
(318, 'pt', 'Top menu'),
(318, 'ro', 'Top menu'),
(318, 'ru', 'Верхнее меню'),
(319, 'da', 'Categories'),
(319, 'de', 'Categories'),
(319, 'el', 'Categories'),
(319, 'en', 'Categories'),
(319, 'es', 'Categories'),
(319, 'fr', 'Categories'),
(319, 'it', 'Categories'),
(319, 'nl', 'Categories'),
(319, 'no', 'Categories'),
(319, 'pt', 'Categories'),
(319, 'ro', 'Categories'),
(319, 'ru', 'Каталог товаров'),
(320, 'da', 'Search'),
(320, 'de', 'Search'),
(320, 'el', 'Search'),
(320, 'en', 'Search'),
(320, 'es', 'Search'),
(320, 'fr', 'Search'),
(320, 'it', 'Search'),
(320, 'nl', 'Search'),
(320, 'no', 'Search'),
(320, 'pt', 'Search'),
(320, 'ro', 'Search'),
(320, 'ru', 'Поиск'),
(321, 'da', 'Cart content'),
(321, 'de', 'Cart content'),
(321, 'el', 'Cart content'),
(321, 'en', 'Cart content'),
(321, 'es', 'Cart content'),
(321, 'fr', 'Cart content'),
(321, 'it', 'Cart content'),
(321, 'nl', 'Cart content'),
(321, 'no', 'Cart content'),
(321, 'pt', 'Cart content'),
(321, 'ro', 'Cart content'),
(321, 'ru', 'Корзина'),
(322, 'da', 'My account'),
(322, 'de', 'My account'),
(322, 'el', 'My account'),
(322, 'en', 'My account'),
(322, 'es', 'My account'),
(322, 'fr', 'My account'),
(322, 'it', 'My account'),
(322, 'nl', 'My account'),
(322, 'no', 'My account'),
(322, 'pt', 'My account'),
(322, 'ro', 'My account'),
(322, 'ru', 'Моя учетная запись'),
(323, 'da', 'Demo Store'),
(323, 'de', 'Demo Store'),
(323, 'el', 'Demo Store'),
(323, 'en', 'Demo Store'),
(323, 'es', 'Demo Store'),
(323, 'fr', 'Demo Store'),
(323, 'it', 'Demo Store'),
(323, 'nl', 'Demo Store'),
(323, 'no', 'Demo Store'),
(323, 'pt', 'Demo Store'),
(323, 'ro', 'Demo Store'),
(323, 'ru', 'Демо-магазин'),
(324, 'da', 'Customer Service'),
(324, 'de', 'Customer Service'),
(324, 'el', 'Customer Service'),
(324, 'en', 'Customer Service'),
(324, 'es', 'Customer Service'),
(324, 'fr', 'Customer Service'),
(324, 'it', 'Customer Service'),
(324, 'nl', 'Customer Service'),
(324, 'no', 'Customer Service'),
(324, 'pt', 'Customer Service'),
(324, 'ro', 'Customer Service'),
(324, 'ru', 'Покупательский сервис'),
(325, 'da', 'Contact us'),
(325, 'de', 'Contact us'),
(325, 'el', 'Contact us'),
(325, 'en', 'Contact us'),
(325, 'es', 'Contact us'),
(325, 'fr', 'Contact us'),
(325, 'it', 'Contact us'),
(325, 'nl', 'Contact us'),
(325, 'no', 'Contact us'),
(325, 'pt', 'Contact us'),
(325, 'ro', 'Contact us'),
(325, 'ru', 'Контакты'),
(326, 'da', 'Payment icons'),
(326, 'de', 'Payment icons'),
(326, 'el', 'Payment icons'),
(326, 'en', 'Payment icons'),
(326, 'es', 'Payment icons'),
(326, 'fr', 'Payment icons'),
(326, 'it', 'Payment icons'),
(326, 'nl', 'Payment icons'),
(326, 'no', 'Payment icons'),
(326, 'pt', 'Payment icons'),
(326, 'ro', 'Payment icons'),
(326, 'ru', 'Иконки платежных систем'),
(327, 'da', 'Main banners'),
(327, 'de', 'Main banners'),
(327, 'el', 'Main banners'),
(327, 'en', 'Main banners'),
(327, 'es', 'Main banners'),
(327, 'fr', 'Main banners'),
(327, 'it', 'Main banners'),
(327, 'nl', 'Main banners'),
(327, 'no', 'Main banners'),
(327, 'pt', 'Main banners'),
(327, 'ro', 'Main banners'),
(327, 'ru', 'Главные баннеры'),
(328, 'da', 'On sale / Bestsellers'),
(328, 'de', 'On sale / Bestsellers'),
(328, 'el', 'On sale / Bestsellers'),
(328, 'en', 'On sale / Bestsellers'),
(328, 'es', 'On sale / Bestsellers'),
(328, 'fr', 'On sale / Bestsellers'),
(328, 'it', 'On sale / Bestsellers'),
(328, 'nl', 'On sale / Bestsellers'),
(328, 'no', 'On sale / Bestsellers'),
(328, 'pt', 'On sale / Bestsellers'),
(328, 'ro', 'On sale / Bestsellers'),
(328, 'ru', 'Хиты продаж / Бестселлеры'),
(329, 'da', 'Bestsellers'),
(329, 'de', 'Bestsellers'),
(329, 'el', 'Bestsellers'),
(329, 'en', 'Bestsellers'),
(329, 'es', 'Bestsellers'),
(329, 'fr', 'Bestsellers'),
(329, 'it', 'Bestsellers'),
(329, 'nl', 'Bestsellers'),
(329, 'no', 'Bestsellers'),
(329, 'pt', 'Bestsellers'),
(329, 'ro', 'Bestsellers'),
(329, 'ru', 'Хиты продаж'),
(330, 'da', 'On Sale'),
(330, 'de', 'On Sale'),
(330, 'el', 'On Sale'),
(330, 'en', 'On Sale'),
(330, 'es', 'On Sale'),
(330, 'fr', 'On Sale'),
(330, 'it', 'On Sale'),
(330, 'nl', 'On Sale'),
(330, 'no', 'On Sale'),
(330, 'pt', 'On Sale'),
(330, 'ro', 'On Sale'),
(330, 'ru', 'Распродажа'),
(331, 'da', 'Most Popular'),
(331, 'de', 'Most Popular'),
(331, 'el', 'Most Popular'),
(331, 'en', 'Most Popular'),
(331, 'es', 'Most Popular'),
(331, 'fr', 'Most Popular'),
(331, 'it', 'Most Popular'),
(331, 'nl', 'Most Popular'),
(331, 'no', 'Most Popular'),
(331, 'pt', 'Most Popular'),
(331, 'ro', 'Most Popular'),
(331, 'ru', 'Самые популярные'),
(332, 'da', 'Featured Vendors'),
(332, 'de', 'Featured Vendors'),
(332, 'el', 'Featured Vendors'),
(332, 'en', 'Featured Vendors'),
(332, 'es', 'Featured Vendors'),
(332, 'fr', 'Featured Vendors'),
(332, 'it', 'Featured Vendors'),
(332, 'nl', 'Featured Vendors'),
(332, 'no', 'Featured Vendors'),
(332, 'pt', 'Featured Vendors'),
(332, 'ro', 'Featured Vendors'),
(332, 'ru', 'Рекомендованные продавцы'),
(333, 'da', 'Reviews / News'),
(333, 'de', 'Reviews / News'),
(333, 'el', 'Reviews / News'),
(333, 'en', 'Reviews / News'),
(333, 'es', 'Reviews / News'),
(333, 'fr', 'Reviews / News'),
(333, 'it', 'Reviews / News'),
(333, 'nl', 'Reviews / News'),
(333, 'no', 'Reviews / News'),
(333, 'pt', 'Reviews / News'),
(333, 'ro', 'Reviews / News'),
(333, 'ru', 'Обзоры / Новости'),
(334, 'da', 'Promotions'),
(334, 'de', 'Promotions'),
(334, 'el', 'Promotions'),
(334, 'en', 'Promotions'),
(334, 'es', 'Promotions'),
(334, 'fr', 'Promotions'),
(334, 'it', 'Promotions'),
(334, 'nl', 'Promotions'),
(334, 'no', 'Promotions'),
(334, 'pt', 'Promotions'),
(334, 'ro', 'Promotions'),
(334, 'ru', 'Действующие акции'),
(335, 'da', 'Our brands'),
(335, 'de', 'Our brands'),
(335, 'el', 'Our brands'),
(335, 'en', 'Our brands'),
(335, 'es', 'Our brands'),
(335, 'fr', 'Our brands'),
(335, 'it', 'Our brands'),
(335, 'nl', 'Our brands'),
(335, 'no', 'Our brands'),
(335, 'pt', 'Our brands'),
(335, 'ro', 'Our brands'),
(335, 'ru', 'Бренды'),
(336, 'da', 'About company'),
(336, 'de', 'About company'),
(336, 'el', 'About company'),
(336, 'en', 'About company'),
(336, 'es', 'About company'),
(336, 'fr', 'About company'),
(336, 'it', 'About company'),
(336, 'nl', 'About company'),
(336, 'no', 'About company'),
(336, 'pt', 'About company'),
(336, 'ro', 'About company'),
(336, 'ru', 'О компании'),
(337, 'da', 'AB: Social links'),
(337, 'de', 'AB: Social links'),
(337, 'el', 'AB: Social links'),
(337, 'en', 'AB: Social links'),
(337, 'es', 'AB: Social links'),
(337, 'fr', 'AB: Social links'),
(337, 'it', 'AB: Social links'),
(337, 'nl', 'AB: Social links'),
(337, 'no', 'AB: Social links'),
(337, 'pt', 'AB: Social links'),
(337, 'ro', 'AB: Social links'),
(337, 'ru', 'AB: Социальные ссылки'),
(338, 'da', 'Possibly you may be interested'),
(338, 'de', 'Possibly you may be interested'),
(338, 'el', 'Possibly you may be interested'),
(338, 'en', 'Possibly you may be interested'),
(338, 'es', 'Possibly you may be interested'),
(338, 'fr', 'Possibly you may be interested'),
(338, 'it', 'Possibly you may be interested'),
(338, 'nl', 'Possibly you may be interested'),
(338, 'no', 'Possibly you may be interested'),
(338, 'pt', 'Possibly you may be interested'),
(338, 'ro', 'Possibly you may be interested'),
(338, 'ru', 'Возможно, вас это заинтересует'),
(339, 'da', 'Recently Viewed'),
(339, 'de', 'Recently Viewed'),
(339, 'el', 'Recently Viewed'),
(339, 'en', 'Recently Viewed'),
(339, 'es', 'Recently Viewed'),
(339, 'fr', 'Recently Viewed'),
(339, 'it', 'Recently Viewed'),
(339, 'nl', 'Recently Viewed'),
(339, 'no', 'Recently Viewed'),
(339, 'pt', 'Recently Viewed'),
(339, 'ro', 'Recently Viewed'),
(339, 'ru', 'Недавно просмотренные'),
(340, 'da', 'Benefits'),
(340, 'de', 'Benefits'),
(340, 'el', 'Benefits'),
(340, 'en', 'Benefits'),
(340, 'es', 'Benefits'),
(340, 'fr', 'Benefits'),
(340, 'it', 'Benefits'),
(340, 'nl', 'Benefits'),
(340, 'no', 'Benefits'),
(340, 'pt', 'Benefits'),
(340, 'ro', 'Benefits'),
(340, 'ru', 'Преимущества'),
(341, 'da', 'Deliver to'),
(341, 'de', 'Deliver to'),
(341, 'el', 'Deliver to'),
(341, 'en', 'Deliver to'),
(341, 'es', 'Deliver to'),
(341, 'fr', 'Deliver to'),
(341, 'it', 'Deliver to'),
(341, 'nl', 'Deliver to'),
(341, 'no', 'Deliver to'),
(341, 'pt', 'Destino'),
(341, 'ro', 'Deliver to'),
(341, 'ru', 'Доставка в'),
(342, 'da', 'Customer'),
(342, 'de', 'Customer'),
(342, 'el', 'Customer'),
(342, 'en', 'Customer'),
(342, 'es', 'Customer'),
(342, 'fr', 'Customer'),
(342, 'it', 'Customer'),
(342, 'nl', 'Customer'),
(342, 'no', 'Customer'),
(342, 'pt', 'Cliente'),
(342, 'ro', 'Customer'),
(342, 'ru', 'Покупатель'),
(343, 'da', 'Payment methods'),
(343, 'de', 'Payment methods'),
(343, 'el', 'Payment methods'),
(343, 'en', 'Payment methods'),
(343, 'es', 'Payment methods'),
(343, 'fr', 'Payment methods'),
(343, 'it', 'Payment methods'),
(343, 'nl', 'Payment methods'),
(343, 'no', 'Payment methods'),
(343, 'pt', 'Formas de Pagamento'),
(343, 'ro', 'Payment methods'),
(343, 'ru', 'Способы оплаты'),
(344, 'da', 'Terms and conditions'),
(344, 'de', 'Terms and conditions'),
(344, 'el', 'Terms and conditions'),
(344, 'en', 'Terms and conditions'),
(344, 'es', 'Terms and conditions'),
(344, 'fr', 'Terms and conditions'),
(344, 'it', 'Terms and conditions'),
(344, 'nl', 'Terms and conditions'),
(344, 'no', 'Terms and conditions'),
(344, 'pt', 'Termos e Condições'),
(344, 'ro', 'Terms and conditions'),
(344, 'ru', 'Условия оформления заказа'),
(345, 'da', 'Sign up for our newsletters!'),
(345, 'de', 'Sign up for our newsletters!'),
(345, 'el', 'Sign up for our newsletters!'),
(345, 'en', 'Sign up for our newsletters!'),
(345, 'es', 'Sign up for our newsletters!'),
(345, 'fr', 'Sign up for our newsletters!'),
(345, 'it', 'Sign up for our newsletters!'),
(345, 'nl', 'Sign up for our newsletters!'),
(345, 'no', 'Sign up for our newsletters!'),
(345, 'pt', 'Assine nossa newsletter!'),
(345, 'ro', 'Sign up for our newsletters!'),
(345, 'ru', 'Подпишитесь на нашу рассылку!'),
(346, 'da', 'Your order:'),
(346, 'de', 'Your order:'),
(346, 'el', 'Your order:'),
(346, 'en', 'Your order:'),
(346, 'es', 'Your order:'),
(346, 'fr', 'Your order:'),
(346, 'it', 'Your order:'),
(346, 'nl', 'Your order:'),
(346, 'no', 'Your order:'),
(346, 'pt', 'Your order:'),
(346, 'ro', 'Your order:'),
(346, 'ru', 'Ваш заказ:'),
(347, 'da', 'Footer info blocks'),
(347, 'de', 'Footer info blocks'),
(347, 'el', 'Footer info blocks'),
(347, 'en', 'Footer info blocks'),
(347, 'es', 'Footer info blocks'),
(347, 'fr', 'Footer info blocks'),
(347, 'it', 'Footer info blocks'),
(347, 'nl', 'Footer info blocks'),
(347, 'no', 'Footer info blocks'),
(347, 'pt', 'Footer info blocks'),
(347, 'ro', 'Footer info blocks'),
(347, 'ru', 'Footer info blocks'),
(348, 'da', 'Sell with us'),
(348, 'de', 'Sell with us'),
(348, 'el', 'Sell with us'),
(348, 'en', 'Sell with us'),
(348, 'es', 'Sell with us'),
(348, 'fr', 'Sell with us'),
(348, 'it', 'Sell with us'),
(348, 'nl', 'Sell with us'),
(348, 'no', 'Sell with us'),
(348, 'pt', 'Sell with us'),
(348, 'ro', 'Sell with us'),
(348, 'ru', 'Sell with us'),
(349, 'da', 'Information'),
(349, 'de', 'Information'),
(349, 'el', 'Information'),
(349, 'en', 'Information'),
(349, 'es', 'Information'),
(349, 'fr', 'Information'),
(349, 'it', 'Information'),
(349, 'nl', 'Information'),
(349, 'no', 'Information'),
(349, 'pt', 'Informação'),
(349, 'ro', 'Information'),
(349, 'ru', 'Information'),
(350, 'da', 'VIVASHOP MARKETPLACE'),
(350, 'de', 'VIVASHOP MARKETPLACE'),
(350, 'el', 'VIVASHOP MARKETPLACE'),
(350, 'en', 'VIVASHOP MARKETPLACE'),
(350, 'es', 'VIVASHOP MARKETPLACE'),
(350, 'fr', 'VIVASHOP MARKETPLACE'),
(350, 'it', 'VIVASHOP MARKETPLACE'),
(350, 'nl', 'VIVASHOP MARKETPLACE'),
(350, 'no', 'VIVASHOP MARKETPLACE'),
(350, 'pt', 'VIVASHOP MARKETPLACE'),
(350, 'ro', 'VIVASHOP MARKETPLACE'),
(350, 'ru', 'VIVASHOP MARKETPLACE'),
(351, 'da', 'Extras'),
(351, 'de', 'Extras'),
(351, 'el', 'Extras'),
(351, 'en', 'Extras'),
(351, 'es', 'Extras'),
(351, 'fr', 'Extras'),
(351, 'it', 'Extras'),
(351, 'nl', 'Extras'),
(351, 'no', 'Extras'),
(351, 'pt', 'Extras'),
(351, 'ro', 'Extras'),
(351, 'ru', 'Extras'),
(352, 'da', 'Vendor help'),
(352, 'de', 'Vendor help'),
(352, 'el', 'Vendor help'),
(352, 'en', 'Vendor help'),
(352, 'es', 'Vendor help'),
(352, 'fr', 'Vendor help'),
(352, 'it', 'Vendor help'),
(352, 'nl', 'Vendor help'),
(352, 'no', 'Vendor help'),
(352, 'pt', 'Vendor help'),
(352, 'ro', 'Vendor help'),
(352, 'ru', 'Vendor help'),
(353, 'da', 'Buyer help'),
(353, 'de', 'Buyer help'),
(353, 'el', 'Buyer help'),
(353, 'en', 'Buyer help'),
(353, 'es', 'Buyer help'),
(353, 'fr', 'Buyer help'),
(353, 'it', 'Buyer help'),
(353, 'nl', 'Buyer help'),
(353, 'no', 'Buyer help'),
(353, 'pt', 'Buyer help'),
(353, 'ro', 'Buyer help'),
(353, 'ru', 'Buyer help'),
(354, 'da', 'About us footer'),
(354, 'de', 'About us footer'),
(354, 'el', 'About us footer'),
(354, 'en', 'About us footer'),
(354, 'es', 'About us footer'),
(354, 'fr', 'About us footer'),
(354, 'it', 'About us footer'),
(354, 'nl', 'About us footer'),
(354, 'no', 'About us footer'),
(354, 'pt', 'About us footer'),
(354, 'ro', 'About us footer'),
(354, 'ru', 'About us footer'),
(355, 'da', 'Subscribe to our newsletter'),
(355, 'de', 'Subscribe to our newsletter'),
(355, 'el', 'Subscribe to our newsletter'),
(355, 'en', 'Subscribe to our newsletter'),
(355, 'es', 'Subscribe to our newsletter'),
(355, 'fr', 'Subscribe to our newsletter'),
(355, 'it', 'Subscribe to our newsletter'),
(355, 'nl', 'Subscribe to our newsletter'),
(355, 'no', 'Subscribe to our newsletter'),
(355, 'pt', 'Subscribe to our newsletter'),
(355, 'ro', 'Subscribe to our newsletter'),
(355, 'ru', 'Subscribe to our newsletter'),
(356, 'da', 'Let\'s socialize'),
(356, 'de', 'Let\'s socialize'),
(356, 'el', 'Let\'s socialize'),
(356, 'en', 'Let\'s socialize'),
(356, 'es', 'Let\'s socialize'),
(356, 'fr', 'Let\'s socialize'),
(356, 'it', 'Let\'s socialize'),
(356, 'nl', 'Let\'s socialize'),
(356, 'no', 'Let\'s socialize'),
(356, 'pt', 'Let\'s socialize'),
(356, 'ro', 'Let\'s socialize'),
(356, 'ru', 'Let\'s socialize'),
(357, 'da', 'Mobile sticky - Home'),
(357, 'de', 'Mobile sticky - Home'),
(357, 'el', 'Mobile sticky - Home'),
(357, 'en', 'Mobile sticky - Home'),
(357, 'es', 'Mobile sticky - Home'),
(357, 'fr', 'Mobile sticky - Home'),
(357, 'it', 'Mobile sticky - Home'),
(357, 'nl', 'Mobile sticky - Home'),
(357, 'no', 'Mobile sticky - Home'),
(357, 'pt', 'Mobile sticky - Home'),
(357, 'ro', 'Mobile sticky - Home'),
(357, 'ru', 'Mobile sticky - Home'),
(358, 'da', 'Mobile sticky - Compare link'),
(358, 'de', 'Mobile sticky - Compare link'),
(358, 'el', 'Mobile sticky - Compare link'),
(358, 'en', 'Mobile sticky - Compare link'),
(358, 'es', 'Mobile sticky - Compare link'),
(358, 'fr', 'Mobile sticky - Compare link'),
(358, 'it', 'Mobile sticky - Compare link'),
(358, 'nl', 'Mobile sticky - Compare link'),
(358, 'no', 'Mobile sticky - Compare link'),
(358, 'pt', 'Mobile sticky - Compare link'),
(358, 'ro', 'Mobile sticky - Compare link'),
(358, 'ru', 'Mobile sticky - Compare link'),
(359, 'da', 'Mobile sticky - Wishlist'),
(359, 'de', 'Mobile sticky - Wishlist'),
(359, 'el', 'Mobile sticky - Wishlist'),
(359, 'en', 'Mobile sticky - Wishlist'),
(359, 'es', 'Mobile sticky - Wishlist'),
(359, 'fr', 'Mobile sticky - Wishlist'),
(359, 'it', 'Mobile sticky - Wishlist'),
(359, 'nl', 'Mobile sticky - Wishlist'),
(359, 'no', 'Mobile sticky - Wishlist'),
(359, 'pt', 'Mobile sticky - Wishlist'),
(359, 'ro', 'Mobile sticky - Wishlist'),
(359, 'ru', 'Mobile sticky - Wishlist'),
(360, 'da', 'Top left menu - VIVAshop'),
(360, 'de', 'Top left menu - VIVAshop'),
(360, 'el', 'Top left menu - VIVAshop'),
(360, 'en', 'Top left menu - VIVAshop'),
(360, 'es', 'Top left menu - VIVAshop'),
(360, 'fr', 'Top left menu - VIVAshop'),
(360, 'it', 'Top left menu - VIVAshop'),
(360, 'nl', 'Top left menu - VIVAshop'),
(360, 'no', 'Top left menu - VIVAshop'),
(360, 'pt', 'Top left menu - VIVAshop'),
(360, 'ro', 'Top left menu - VIVAshop'),
(360, 'ru', 'Top left menu - VIVAshop'),
(361, 'da', 'Language'),
(361, 'de', 'Language'),
(361, 'el', 'Language'),
(361, 'en', 'Language'),
(361, 'es', 'Language'),
(361, 'fr', 'Language'),
(361, 'it', 'Language'),
(361, 'nl', 'Language'),
(361, 'no', 'Language'),
(361, 'pt', 'Language'),
(361, 'ro', 'Language'),
(361, 'ru', 'Language'),
(362, 'da', 'Currencies'),
(362, 'de', 'Currencies'),
(362, 'el', 'Currencies'),
(362, 'en', 'Currencies'),
(362, 'es', 'Currencies'),
(362, 'fr', 'Currencies'),
(362, 'it', 'Currencies'),
(362, 'nl', 'Currencies'),
(362, 'no', 'Currencies'),
(362, 'pt', 'Currencies'),
(362, 'ro', 'Currencies'),
(362, 'ru', 'Currencies'),
(363, 'da', 'Top right menu - VIVAshop'),
(363, 'de', 'Top right menu - VIVAshop'),
(363, 'el', 'Top right menu - VIVAshop'),
(363, 'en', 'Top right menu - VIVAshop'),
(363, 'es', 'Top right menu - VIVAshop'),
(363, 'fr', 'Top right menu - VIVAshop'),
(363, 'it', 'Top right menu - VIVAshop'),
(363, 'nl', 'Top right menu - VIVAshop'),
(363, 'no', 'Top right menu - VIVAshop'),
(363, 'pt', 'Top right menu - VIVAshop'),
(363, 'ro', 'Top right menu - VIVAshop'),
(363, 'ru', 'Top right menu - VIVAshop'),
(364, 'da', 'Call'),
(364, 'de', 'Call'),
(364, 'el', 'Call'),
(364, 'en', 'Call'),
(364, 'es', 'Call'),
(364, 'fr', 'Call'),
(364, 'it', 'Call'),
(364, 'nl', 'Call'),
(364, 'no', 'Call'),
(364, 'pt', 'Call'),
(364, 'ro', 'Call'),
(364, 'ru', 'Call'),
(365, 'da', 'All categories'),
(365, 'de', 'All categories'),
(365, 'el', 'All categories'),
(365, 'en', 'All categories'),
(365, 'es', 'All categories'),
(365, 'fr', 'All categories'),
(365, 'it', 'All categories'),
(365, 'nl', 'All categories'),
(365, 'no', 'All categories'),
(365, 'pt', 'Categorias'),
(365, 'ro', 'All categories'),
(365, 'ru', 'All categories'),
(366, 'da', 'Main Menu - VIVAshop'),
(366, 'de', 'Main Menu - VIVAshop'),
(366, 'el', 'Main Menu - VIVAshop'),
(366, 'en', 'Main Menu - VIVAshop'),
(366, 'es', 'Main Menu - VIVAshop'),
(366, 'fr', 'Main Menu - VIVAshop'),
(366, 'it', 'Main Menu - VIVAshop'),
(366, 'nl', 'Main Menu - VIVAshop'),
(366, 'no', 'Main Menu - VIVAshop'),
(366, 'pt', 'Main Menu - VIVAshop'),
(366, 'ro', 'Main Menu - VIVAshop'),
(366, 'ru', 'Main Menu - VIVAshop'),
(367, 'da', 'Search - VIVAshop'),
(367, 'de', 'Search - VIVAshop'),
(367, 'el', 'Search - VIVAshop'),
(367, 'en', 'Search - VIVAshop'),
(367, 'es', 'Search - VIVAshop'),
(367, 'fr', 'Search - VIVAshop'),
(367, 'it', 'Search - VIVAshop'),
(367, 'nl', 'Search - VIVAshop'),
(367, 'no', 'Search - VIVAshop'),
(367, 'pt', 'Search - VIVAshop'),
(367, 'ro', 'Search - VIVAshop'),
(367, 'ru', 'Search - VIVAshop'),
(368, 'da', 'Wishlist/Comparison links'),
(368, 'de', 'Wishlist/Comparison links'),
(368, 'el', 'Wishlist/Comparison links'),
(368, 'en', 'Wishlist/Comparison links'),
(368, 'es', 'Wishlist/Comparison links'),
(368, 'fr', 'Wishlist/Comparison links'),
(368, 'it', 'Wishlist/Comparison links'),
(368, 'nl', 'Wishlist/Comparison links'),
(368, 'no', 'Wishlist/Comparison links'),
(368, 'pt', 'Wishlist/Comparison links'),
(368, 'ro', 'Wishlist/Comparison links'),
(368, 'ru', 'Wishlist/Comparison links'),
(369, 'da', 'Main slider banners - VIVAshop'),
(369, 'de', 'Main slider banners - VIVAshop'),
(369, 'el', 'Main slider banners - VIVAshop'),
(369, 'en', 'Main slider banners - VIVAshop'),
(369, 'es', 'Main slider banners - VIVAshop'),
(369, 'fr', 'Main slider banners - VIVAshop'),
(369, 'it', 'Main slider banners - VIVAshop'),
(369, 'nl', 'Main slider banners - VIVAshop'),
(369, 'no', 'Main slider banners - VIVAshop'),
(369, 'pt', 'Main slider banners - VIVAshop'),
(369, 'ro', 'Main slider banners - VIVAshop'),
(369, 'ru', 'Main slider banners - VIVAshop'),
(370, 'da', 'Bestsellers'),
(370, 'de', 'Bestsellers'),
(370, 'el', 'Bestsellers'),
(370, 'en', 'Bestsellers'),
(370, 'es', 'Bestsellers'),
(370, 'fr', 'Bestsellers'),
(370, 'it', 'Bestsellers'),
(370, 'nl', 'Bestsellers'),
(370, 'no', 'Bestsellers'),
(370, 'pt', 'Bestsellers'),
(370, 'ro', 'Bestsellers'),
(370, 'ru', 'Bestsellers'),
(371, 'da', 'Most Popular'),
(371, 'de', 'Most Popular'),
(371, 'el', 'Most Popular'),
(371, 'en', 'Most Popular'),
(371, 'es', 'Most Popular'),
(371, 'fr', 'Most Popular'),
(371, 'it', 'Most Popular'),
(371, 'nl', 'Most Popular'),
(371, 'no', 'Most Popular'),
(371, 'pt', 'Most Popular'),
(371, 'ro', 'Most Popular'),
(371, 'ru', 'Most Popular'),
(372, 'da', 'Top rated'),
(372, 'de', 'Top rated'),
(372, 'el', 'Top rated'),
(372, 'en', 'Top rated'),
(372, 'es', 'Top rated'),
(372, 'fr', 'Top rated'),
(372, 'it', 'Top rated'),
(372, 'nl', 'Top rated'),
(372, 'no', 'Top rated'),
(372, 'pt', 'Top rated'),
(372, 'ro', 'Top rated'),
(372, 'ru', 'Top rated'),
(373, 'da', 'Featured Vendors'),
(373, 'de', 'Featured Vendors'),
(373, 'el', 'Featured Vendors'),
(373, 'en', 'Featured Vendors'),
(373, 'es', 'Featured Vendors'),
(373, 'fr', 'Featured Vendors'),
(373, 'it', 'Featured Vendors'),
(373, 'nl', 'Featured Vendors'),
(373, 'no', 'Featured Vendors'),
(373, 'pt', 'Featured Vendors'),
(373, 'ro', 'Featured Vendors'),
(373, 'ru', 'Featured Vendors'),
(374, 'da', 'Call to action block'),
(374, 'de', 'Call to action block'),
(374, 'el', 'Call to action block'),
(374, 'en', 'Call to action block'),
(374, 'es', 'Call to action block'),
(374, 'fr', 'Call to action block'),
(374, 'it', 'Call to action block'),
(374, 'nl', 'Call to action block'),
(374, 'no', 'Call to action block'),
(374, 'pt', 'Call to action block'),
(374, 'ro', 'Call to action block'),
(374, 'ru', 'Call to action block'),
(375, 'da', 'Home Featured Products'),
(375, 'de', 'Home Featured Products'),
(375, 'el', 'Home Featured Products'),
(375, 'en', 'Home Featured Products'),
(375, 'es', 'Home Featured Products'),
(375, 'fr', 'Home Featured Products'),
(375, 'it', 'Home Featured Products'),
(375, 'nl', 'Home Featured Products'),
(375, 'no', 'Home Featured Products'),
(375, 'pt', 'Home Featured Products'),
(375, 'ro', 'Home Featured Products'),
(375, 'ru', 'Home Featured Products'),
(376, 'da', 'Extra info block'),
(376, 'de', 'Extra info block'),
(376, 'el', 'Extra info block'),
(376, 'en', 'Extra info block'),
(376, 'es', 'Extra info block'),
(376, 'fr', 'Extra info block'),
(376, 'it', 'Extra info block'),
(376, 'nl', 'Extra info block'),
(376, 'no', 'Extra info block'),
(376, 'pt', 'Extra info block'),
(376, 'ro', 'Extra info block'),
(376, 'ru', 'Extra info block'),
(377, 'da', 'Items For Your House'),
(377, 'de', 'Items For Your House'),
(377, 'el', 'Items For Your House'),
(377, 'en', 'Items For Your House'),
(377, 'es', 'Items For Your House'),
(377, 'fr', 'Items For Your House'),
(377, 'it', 'Items For Your House'),
(377, 'nl', 'Items For Your House'),
(377, 'no', 'Items For Your House'),
(377, 'pt', 'Items For Your House'),
(377, 'ro', 'Items For Your House'),
(377, 'ru', 'Items For Your House'),
(378, 'da', 'Maketplace Specials'),
(378, 'de', 'Maketplace Specials'),
(378, 'el', 'Maketplace Specials'),
(378, 'en', 'Maketplace Specials'),
(378, 'es', 'Maketplace Specials'),
(378, 'fr', 'Maketplace Specials'),
(378, 'it', 'Maketplace Specials'),
(378, 'nl', 'Maketplace Specials'),
(378, 'no', 'Maketplace Specials'),
(378, 'pt', 'Maketplace Specials'),
(378, 'ro', 'Maketplace Specials'),
(378, 'ru', 'Maketplace Specials'),
(379, 'da', 'Marketplace Specials 1 - VIVAshop'),
(379, 'de', 'Marketplace Specials 1 - VIVAshop'),
(379, 'el', 'Marketplace Specials 1 - VIVAshop'),
(379, 'en', 'Marketplace Specials 1 - VIVAshop'),
(379, 'es', 'Marketplace Specials 1 - VIVAshop'),
(379, 'fr', 'Marketplace Specials 1 - VIVAshop'),
(379, 'it', 'Marketplace Specials 1 - VIVAshop'),
(379, 'nl', 'Marketplace Specials 1 - VIVAshop'),
(379, 'no', 'Marketplace Specials 1 - VIVAshop'),
(379, 'pt', 'Marketplace Specials 1 - VIVAshop'),
(379, 'ro', 'Marketplace Specials 1 - VIVAshop'),
(379, 'ru', 'Marketplace Specials 1 - VIVAshop'),
(380, 'da', 'Marketplace Specials 2 - VIVAshop'),
(380, 'de', 'Marketplace Specials 2 - VIVAshop'),
(380, 'el', 'Marketplace Specials 2 - VIVAshop'),
(380, 'en', 'Marketplace Specials 2 - VIVAshop'),
(380, 'es', 'Marketplace Specials 2 - VIVAshop'),
(380, 'fr', 'Marketplace Specials 2 - VIVAshop'),
(380, 'it', 'Marketplace Specials 2 - VIVAshop'),
(380, 'nl', 'Marketplace Specials 2 - VIVAshop'),
(380, 'no', 'Marketplace Specials 2 - VIVAshop'),
(380, 'pt', 'Marketplace Specials 2 - VIVAshop'),
(380, 'ro', 'Marketplace Specials 2 - VIVAshop'),
(380, 'ru', 'Marketplace Specials 2 - VIVAshop'),
(381, 'da', 'Marketplace Specials 3 - VIVAshop'),
(381, 'de', 'Marketplace Specials 3 - VIVAshop'),
(381, 'el', 'Marketplace Specials 3 - VIVAshop'),
(381, 'en', 'Marketplace Specials 3 - VIVAshop'),
(381, 'es', 'Marketplace Specials 3 - VIVAshop'),
(381, 'fr', 'Marketplace Specials 3 - VIVAshop'),
(381, 'it', 'Marketplace Specials 3 - VIVAshop'),
(381, 'nl', 'Marketplace Specials 3 - VIVAshop'),
(381, 'no', 'Marketplace Specials 3 - VIVAshop'),
(381, 'pt', 'Marketplace Specials 3 - VIVAshop'),
(381, 'ro', 'Marketplace Specials 3 - VIVAshop'),
(381, 'ru', 'Marketplace Specials 3 - VIVAshop'),
(382, 'da', 'Marketplace Specials 4 - VIVAshop'),
(382, 'de', 'Marketplace Specials 4 - VIVAshop'),
(382, 'el', 'Marketplace Specials 4 - VIVAshop'),
(382, 'en', 'Marketplace Specials 4 - VIVAshop'),
(382, 'es', 'Marketplace Specials 4 - VIVAshop'),
(382, 'fr', 'Marketplace Specials 4 - VIVAshop'),
(382, 'it', 'Marketplace Specials 4 - VIVAshop'),
(382, 'nl', 'Marketplace Specials 4 - VIVAshop'),
(382, 'no', 'Marketplace Specials 4 - VIVAshop'),
(382, 'pt', 'Marketplace Specials 4 - VIVAshop'),
(382, 'ro', 'Marketplace Specials 4 - VIVAshop'),
(382, 'ru', 'Marketplace Specials 4 - VIVAshop'),
(383, 'da', 'Marketplace Specials 5 - VIVAshop'),
(383, 'de', 'Marketplace Specials 5 - VIVAshop'),
(383, 'el', 'Marketplace Specials 5 - VIVAshop'),
(383, 'en', 'Marketplace Specials 5 - VIVAshop'),
(383, 'es', 'Marketplace Specials 5 - VIVAshop'),
(383, 'fr', 'Marketplace Specials 5 - VIVAshop'),
(383, 'it', 'Marketplace Specials 5 - VIVAshop'),
(383, 'nl', 'Marketplace Specials 5 - VIVAshop'),
(383, 'no', 'Marketplace Specials 5 - VIVAshop'),
(383, 'pt', 'Marketplace Specials 5 - VIVAshop'),
(383, 'ro', 'Marketplace Specials 5 - VIVAshop'),
(383, 'ru', 'Marketplace Specials 5 - VIVAshop'),
(384, 'da', 'Maketplace Specials'),
(384, 'de', 'Maketplace Specials'),
(384, 'el', 'Maketplace Specials'),
(384, 'en', 'Maketplace Specials'),
(384, 'es', 'Maketplace Specials'),
(384, 'fr', 'Maketplace Specials'),
(384, 'it', 'Maketplace Specials'),
(384, 'nl', 'Maketplace Specials'),
(384, 'no', 'Maketplace Specials'),
(384, 'pt', 'Maketplace Specials'),
(384, 'ro', 'Maketplace Specials'),
(384, 'ru', 'Maketplace Specials'),
(385, 'da', 'Best Watches'),
(385, 'de', 'Best Watches'),
(385, 'el', 'Best Watches'),
(385, 'en', 'Best Watches'),
(385, 'es', 'Best Watches'),
(385, 'fr', 'Best Watches'),
(385, 'it', 'Best Watches'),
(385, 'nl', 'Best Watches'),
(385, 'no', 'Best Watches'),
(385, 'pt', 'Best Watches'),
(385, 'ro', 'Best Watches'),
(385, 'ru', 'Best Watches'),
(386, 'da', 'What our customers say'),
(386, 'de', 'What our customers say'),
(386, 'el', 'What our customers say'),
(386, 'en', 'What our customers say'),
(386, 'es', 'What our customers say'),
(386, 'fr', 'What our customers say'),
(386, 'it', 'What our customers say'),
(386, 'nl', 'What our customers say'),
(386, 'no', 'What our customers say'),
(386, 'pt', 'What our customers say'),
(386, 'ro', 'What our customers say'),
(386, 'ru', 'What our customers say'),
(387, 'da', 'For Your Health'),
(387, 'de', 'For Your Health'),
(387, 'el', 'For Your Health'),
(387, 'en', 'For Your Health'),
(387, 'es', 'For Your Health'),
(387, 'fr', 'For Your Health'),
(387, 'it', 'For Your Health'),
(387, 'nl', 'For Your Health'),
(387, 'no', 'For Your Health'),
(387, 'pt', 'For Your Health'),
(387, 'ro', 'For Your Health'),
(387, 'ru', 'For Your Health'),
(388, 'da', 'Maketplace Collections'),
(388, 'de', 'Maketplace Collections'),
(388, 'el', 'Maketplace Collections'),
(388, 'en', 'Maketplace Collections'),
(388, 'es', 'Maketplace Collections'),
(388, 'fr', 'Maketplace Collections'),
(388, 'it', 'Maketplace Collections'),
(388, 'nl', 'Maketplace Collections'),
(388, 'no', 'Maketplace Collections'),
(388, 'pt', 'Maketplace Collections'),
(388, 'ro', 'Maketplace Collections'),
(388, 'ru', 'Maketplace Collections'),
(389, 'da', 'Marketplace Collections 1 - VIVAshop'),
(389, 'de', 'Marketplace Collections 1 - VIVAshop'),
(389, 'el', 'Marketplace Collections 1 - VIVAshop'),
(389, 'en', 'Marketplace Collections 1 - VIVAshop'),
(389, 'es', 'Marketplace Collections 1 - VIVAshop'),
(389, 'fr', 'Marketplace Collections 1 - VIVAshop'),
(389, 'it', 'Marketplace Collections 1 - VIVAshop'),
(389, 'nl', 'Marketplace Collections 1 - VIVAshop'),
(389, 'no', 'Marketplace Collections 1 - VIVAshop'),
(389, 'pt', 'Marketplace Collections 1 - VIVAshop'),
(389, 'ro', 'Marketplace Collections 1 - VIVAshop'),
(389, 'ru', 'Marketplace Collections 1 - VIVAshop'),
(390, 'da', 'Marketplace Collections 2 - VIVAshop'),
(390, 'de', 'Marketplace Collections 2 - VIVAshop'),
(390, 'el', 'Marketplace Collections 2 - VIVAshop'),
(390, 'en', 'Marketplace Collections 2 - VIVAshop'),
(390, 'es', 'Marketplace Collections 2 - VIVAshop'),
(390, 'fr', 'Marketplace Collections 2 - VIVAshop'),
(390, 'it', 'Marketplace Collections 2 - VIVAshop'),
(390, 'nl', 'Marketplace Collections 2 - VIVAshop'),
(390, 'no', 'Marketplace Collections 2 - VIVAshop'),
(390, 'pt', 'Marketplace Collections 2 - VIVAshop'),
(390, 'ro', 'Marketplace Collections 2 - VIVAshop'),
(390, 'ru', 'Marketplace Collections 2 - VIVAshop'),
(391, 'da', 'Marketplace Collections 3 - VIVAshop'),
(391, 'de', 'Marketplace Collections 3 - VIVAshop'),
(391, 'el', 'Marketplace Collections 3 - VIVAshop'),
(391, 'en', 'Marketplace Collections 3 - VIVAshop'),
(391, 'es', 'Marketplace Collections 3 - VIVAshop'),
(391, 'fr', 'Marketplace Collections 3 - VIVAshop'),
(391, 'it', 'Marketplace Collections 3 - VIVAshop'),
(391, 'nl', 'Marketplace Collections 3 - VIVAshop'),
(391, 'no', 'Marketplace Collections 3 - VIVAshop'),
(391, 'pt', 'Marketplace Collections 3 - VIVAshop'),
(391, 'ro', 'Marketplace Collections 3 - VIVAshop'),
(391, 'ru', 'Marketplace Collections 3 - VIVAshop'),
(392, 'da', 'Marketplace Collections 4 - VIVAshop'),
(392, 'de', 'Marketplace Collections 4 - VIVAshop'),
(392, 'el', 'Marketplace Collections 4 - VIVAshop'),
(392, 'en', 'Marketplace Collections 4 - VIVAshop'),
(392, 'es', 'Marketplace Collections 4 - VIVAshop'),
(392, 'fr', 'Marketplace Collections 4 - VIVAshop'),
(392, 'it', 'Marketplace Collections 4 - VIVAshop'),
(392, 'nl', 'Marketplace Collections 4 - VIVAshop'),
(392, 'no', 'Marketplace Collections 4 - VIVAshop'),
(392, 'pt', 'Marketplace Collections 4 - VIVAshop'),
(392, 'ro', 'Marketplace Collections 4 - VIVAshop'),
(392, 'ru', 'Marketplace Collections 4 - VIVAshop'),
(393, 'da', 'Electronic Devices'),
(393, 'de', 'Electronic Devices'),
(393, 'el', 'Electronic Devices'),
(393, 'en', 'Electronic Devices'),
(393, 'es', 'Electronic Devices'),
(393, 'fr', 'Electronic Devices'),
(393, 'it', 'Electronic Devices'),
(393, 'nl', 'Electronic Devices'),
(393, 'no', 'Electronic Devices'),
(393, 'pt', 'Electronic Devices'),
(393, 'ro', 'Electronic Devices'),
(393, 'ru', 'Electronic Devices'),
(394, 'da', 'From the Blog'),
(394, 'de', 'From the Blog'),
(394, 'el', 'From the Blog'),
(394, 'en', 'From the Blog'),
(394, 'es', 'From the Blog'),
(394, 'fr', 'From the Blog'),
(394, 'it', 'From the Blog'),
(394, 'nl', 'From the Blog'),
(394, 'no', 'From the Blog'),
(394, 'pt', 'From the Blog'),
(394, 'ro', 'From the Blog'),
(394, 'ru', 'From the Blog'),
(395, 'da', 'Our brands'),
(395, 'de', 'Our brands'),
(395, 'el', 'Our brands'),
(395, 'en', 'Our brands'),
(395, 'es', 'Our brands'),
(395, 'fr', 'Our brands'),
(395, 'it', 'Our brands'),
(395, 'nl', 'Our brands'),
(395, 'no', 'Our brands'),
(395, 'pt', 'Our brands'),
(395, 'ro', 'Our brands'),
(395, 'ru', 'Our brands'),
(396, 'da', 'From the same Vendor'),
(396, 'de', 'From the same Vendor'),
(396, 'el', 'From the same Vendor'),
(396, 'en', 'From the same Vendor'),
(396, 'es', 'From the same Vendor'),
(396, 'fr', 'From the same Vendor'),
(396, 'it', 'From the same Vendor'),
(396, 'nl', 'From the same Vendor'),
(396, 'no', 'From the same Vendor'),
(396, 'pt', 'From the same Vendor'),
(396, 'ro', 'From the same Vendor'),
(396, 'ru', 'From the same Vendor'),
(397, 'da', 'You may also be interested in'),
(397, 'de', 'You may also be interested in'),
(397, 'el', 'You may also be interested in'),
(397, 'en', 'You may also be interested in'),
(397, 'es', 'You may also be interested in'),
(397, 'fr', 'You may also be interested in'),
(397, 'it', 'You may also be interested in'),
(397, 'nl', 'You may also be interested in'),
(397, 'no', 'You may also be interested in'),
(397, 'pt', 'You may also be interested in'),
(397, 'ro', 'You may also be interested in'),
(397, 'ru', 'You may also be interested in'),
(398, 'da', 'Category banner'),
(398, 'de', 'Category banner'),
(398, 'el', 'Category banner'),
(398, 'en', 'Category banner'),
(398, 'es', 'Category banner'),
(398, 'fr', 'Category banner'),
(398, 'it', 'Category banner'),
(398, 'nl', 'Category banner'),
(398, 'no', 'Category banner'),
(398, 'pt', 'Category banner'),
(398, 'ro', 'Category banner'),
(398, 'ru', 'Category banner'),
(399, 'da', 'Category Title'),
(399, 'de', 'Category Title'),
(399, 'el', 'Category Title'),
(399, 'en', 'Category Title'),
(399, 'es', 'Category Title'),
(399, 'fr', 'Category Title'),
(399, 'it', 'Category Title'),
(399, 'nl', 'Category Title'),
(399, 'no', 'Category Title'),
(399, 'pt', 'Category Title'),
(399, 'ro', 'Category Title'),
(399, 'ru', 'Category Title'),
(400, 'da', 'Subcategory images croller'),
(400, 'de', 'Subcategory images croller'),
(400, 'el', 'Subcategory images croller'),
(400, 'en', 'Subcategory images croller'),
(400, 'es', 'Subcategory images croller'),
(400, 'fr', 'Subcategory images croller'),
(400, 'it', 'Subcategory images croller'),
(400, 'nl', 'Subcategory images croller'),
(400, 'no', 'Subcategory images croller'),
(400, 'pt', 'Subcategory images croller'),
(400, 'ro', 'Subcategory images croller'),
(400, 'ru', 'Subcategory images croller'),
(401, 'da', 'Subcategory images'),
(401, 'de', 'Subcategory images'),
(401, 'el', 'Subcategory images'),
(401, 'en', 'Subcategory images'),
(401, 'es', 'Subcategory images'),
(401, 'fr', 'Subcategory images'),
(401, 'it', 'Subcategory images'),
(401, 'nl', 'Subcategory images'),
(401, 'no', 'Subcategory images'),
(401, 'pt', 'Subcategory images'),
(401, 'ro', 'Subcategory images'),
(401, 'ru', 'Subcategory images'),
(402, 'da', 'Subcategory titles'),
(402, 'de', 'Subcategory titles'),
(402, 'el', 'Subcategory titles'),
(402, 'en', 'Subcategory titles'),
(402, 'es', 'Subcategory titles'),
(402, 'fr', 'Subcategory titles'),
(402, 'it', 'Subcategory titles'),
(402, 'nl', 'Subcategory titles'),
(402, 'no', 'Subcategory titles'),
(402, 'pt', 'Subcategory titles'),
(402, 'ro', 'Subcategory titles'),
(402, 'ru', 'Subcategory titles'),
(403, 'da', 'Category description'),
(403, 'de', 'Category description'),
(403, 'el', 'Category description'),
(403, 'en', 'Category description'),
(403, 'es', 'Category description'),
(403, 'fr', 'Category description'),
(403, 'it', 'Category description'),
(403, 'nl', 'Category description'),
(403, 'no', 'Category description'),
(403, 'pt', 'Category description'),
(403, 'ro', 'Category description'),
(403, 'ru', 'Category description'),
(404, 'da', 'Horizontal filters'),
(404, 'de', 'Horizontal filters'),
(404, 'el', 'Horizontal filters'),
(404, 'en', 'Horizontal filters'),
(404, 'es', 'Horizontal filters'),
(404, 'fr', 'Horizontal filters'),
(404, 'it', 'Horizontal filters'),
(404, 'nl', 'Horizontal filters'),
(404, 'no', 'Horizontal filters'),
(404, 'pt', 'Horizontal filters'),
(404, 'ro', 'Horizontal filters'),
(404, 'ru', 'Horizontal filters'),
(405, 'da', 'Sidebar Subcategories'),
(405, 'de', 'Sidebar Subcategories'),
(405, 'el', 'Sidebar Subcategories'),
(405, 'en', 'Sidebar Subcategories'),
(405, 'es', 'Sidebar Subcategories'),
(405, 'fr', 'Sidebar Subcategories'),
(405, 'it', 'Sidebar Subcategories'),
(405, 'nl', 'Sidebar Subcategories'),
(405, 'no', 'Sidebar Subcategories'),
(405, 'pt', 'Sidebar Subcategories'),
(405, 'ro', 'Sidebar Subcategories'),
(405, 'ru', 'Sidebar Subcategories'),
(406, 'da', 'Refine search'),
(406, 'de', 'Refine search'),
(406, 'el', 'Refine search'),
(406, 'en', 'Refine search'),
(406, 'es', 'Refine search'),
(406, 'fr', 'Refine search'),
(406, 'it', 'Refine search'),
(406, 'nl', 'Refine search'),
(406, 'no', 'Refine search'),
(406, 'pt', 'Refine search'),
(406, 'ro', 'Refine search'),
(406, 'ru', 'Refine search'),
(407, 'da', 'Featured Items'),
(407, 'de', 'Featured Items'),
(407, 'el', 'Featured Items'),
(407, 'en', 'Featured Items'),
(407, 'es', 'Featured Items'),
(407, 'fr', 'Featured Items'),
(407, 'it', 'Featured Items'),
(407, 'nl', 'Featured Items'),
(407, 'no', 'Featured Items'),
(407, 'pt', 'Featured Items'),
(407, 'ro', 'Featured Items'),
(407, 'ru', 'Featured Items'),
(408, 'da', 'Category side banner 1 - VIVAshop'),
(408, 'de', 'Category side banner 1 - VIVAshop'),
(408, 'el', 'Category side banner 1 - VIVAshop'),
(408, 'en', 'Category side banner 1 - VIVAshop'),
(408, 'es', 'Category side banner 1 - VIVAshop'),
(408, 'fr', 'Category side banner 1 - VIVAshop'),
(408, 'it', 'Category side banner 1 - VIVAshop'),
(408, 'nl', 'Category side banner 1 - VIVAshop'),
(408, 'no', 'Category side banner 1 - VIVAshop'),
(408, 'pt', 'Category side banner 1 - VIVAshop'),
(408, 'ro', 'Category side banner 1 - VIVAshop'),
(408, 'ru', 'Category side banner 1 - VIVAshop'),
(409, 'da', 'Featured Vendors'),
(409, 'de', 'Featured Vendors'),
(409, 'el', 'Featured Vendors'),
(409, 'en', 'Featured Vendors'),
(409, 'es', 'Featured Vendors'),
(409, 'fr', 'Featured Vendors'),
(409, 'it', 'Featured Vendors'),
(409, 'nl', 'Featured Vendors'),
(409, 'no', 'Featured Vendors'),
(409, 'pt', 'Featured Vendors'),
(409, 'ro', 'Featured Vendors'),
(409, 'ru', 'Featured Vendors'),
(410, 'da', 'Category side banner 2 - VIVAshop'),
(410, 'de', 'Category side banner 2 - VIVAshop'),
(410, 'el', 'Category side banner 2 - VIVAshop'),
(410, 'en', 'Category side banner 2 - VIVAshop'),
(410, 'es', 'Category side banner 2 - VIVAshop'),
(410, 'fr', 'Category side banner 2 - VIVAshop'),
(410, 'it', 'Category side banner 2 - VIVAshop'),
(410, 'nl', 'Category side banner 2 - VIVAshop'),
(410, 'no', 'Category side banner 2 - VIVAshop'),
(410, 'pt', 'Category side banner 2 - VIVAshop'),
(410, 'ro', 'Category side banner 2 - VIVAshop'),
(410, 'ru', 'Category side banner 2 - VIVAshop'),
(411, 'da', 'Recently Viewed'),
(411, 'de', 'Recently Viewed'),
(411, 'el', 'Recently Viewed'),
(411, 'en', 'Recently Viewed'),
(411, 'es', 'Recently Viewed'),
(411, 'fr', 'Recently Viewed'),
(411, 'it', 'Recently Viewed'),
(411, 'nl', 'Recently Viewed'),
(411, 'no', 'Recently Viewed'),
(411, 'pt', 'Recently Viewed'),
(411, 'ro', 'Recently Viewed'),
(411, 'ru', 'Recently Viewed'),
(412, 'da', 'Cart page title'),
(412, 'de', 'Cart page title'),
(412, 'el', 'Cart page title'),
(412, 'en', 'Cart page title'),
(412, 'es', 'Cart page title'),
(412, 'fr', 'Cart page title'),
(412, 'it', 'Cart page title'),
(412, 'nl', 'Cart page title'),
(412, 'no', 'Cart page title'),
(412, 'pt', 'Cart page title'),
(412, 'ro', 'Cart page title'),
(412, 'ru', 'Cart page title'),
(413, 'da', 'Checkout title'),
(413, 'de', 'Checkout title'),
(413, 'el', 'Checkout title'),
(413, 'en', 'Checkout title'),
(413, 'es', 'Checkout title'),
(413, 'fr', 'Checkout title'),
(413, 'it', 'Checkout title'),
(413, 'nl', 'Checkout title'),
(413, 'no', 'Checkout title'),
(413, 'pt', 'Checkout title'),
(413, 'ro', 'Checkout title'),
(413, 'ru', 'Checkout title'),
(414, 'da', 'Register New Account'),
(414, 'de', 'Register New Account'),
(414, 'el', 'Register New Account'),
(414, 'en', 'Register New Account'),
(414, 'es', 'Register New Account'),
(414, 'fr', 'Register New Account'),
(414, 'it', 'Register New Account'),
(414, 'nl', 'Register New Account'),
(414, 'no', 'Register New Account'),
(414, 'pt', 'Register New Account'),
(414, 'ro', 'Register New Account'),
(414, 'ru', 'Register New Account'),
(416, 'da', 'Page title'),
(416, 'de', 'Page title'),
(416, 'el', 'Page title'),
(416, 'en', 'Page title'),
(416, 'es', 'Page title'),
(416, 'fr', 'Page title'),
(416, 'it', 'Page title'),
(416, 'nl', 'Page title'),
(416, 'no', 'Page title'),
(416, 'pt', 'Page title'),
(416, 'ro', 'Page title'),
(416, 'ru', 'Page title'),
(417, 'da', 'Order summary'),
(417, 'de', 'Order summary'),
(417, 'el', 'Order summary'),
(417, 'en', 'Order summary'),
(417, 'es', 'Order summary'),
(417, 'fr', 'Order summary'),
(417, 'it', 'Order summary'),
(417, 'nl', 'Order summary'),
(417, 'no', 'Order summary'),
(417, 'pt', 'Order summary'),
(417, 'ro', 'Order summary'),
(417, 'ru', 'Order summary'),
(418, 'da', 'Order Information'),
(418, 'de', 'Order Information'),
(418, 'el', 'Order Information'),
(418, 'en', 'Order Information'),
(418, 'es', 'Order Information'),
(418, 'fr', 'Order Information'),
(418, 'it', 'Order Information'),
(418, 'nl', 'Order Information'),
(418, 'no', 'Order Information'),
(418, 'pt', 'Order Information'),
(418, 'ro', 'Order Information'),
(418, 'ru', 'Order Information'),
(419, 'da', 'Search page title'),
(419, 'de', 'Search page title'),
(419, 'el', 'Search page title'),
(419, 'en', 'Search page title'),
(419, 'es', 'Search page title'),
(419, 'fr', 'Search page title'),
(419, 'it', 'Search page title'),
(419, 'nl', 'Search page title'),
(419, 'no', 'Search page title'),
(419, 'pt', 'Search page title'),
(419, 'ro', 'Search page title'),
(419, 'ru', 'Search page title'),
(420, 'da', 'Vendor plans page title'),
(420, 'de', 'Vendor plans page title'),
(420, 'el', 'Vendor plans page title'),
(420, 'en', 'Vendor plans page title'),
(420, 'es', 'Vendor plans page title'),
(420, 'fr', 'Vendor plans page title'),
(420, 'it', 'Vendor plans page title'),
(420, 'nl', 'Vendor plans page title'),
(420, 'no', 'Vendor plans page title'),
(420, 'pt', 'Vendor plans page title'),
(420, 'ro', 'Vendor plans page title'),
(420, 'ru', 'Vendor plans page title'),
(421, 'da', 'All vendors page title'),
(421, 'de', 'All vendors page title'),
(421, 'el', 'All vendors page title'),
(421, 'en', 'All vendors page title'),
(421, 'es', 'All vendors page title'),
(421, 'fr', 'All vendors page title'),
(421, 'it', 'All vendors page title'),
(421, 'nl', 'All vendors page title'),
(421, 'no', 'All vendors page title'),
(421, 'pt', 'All vendors page title'),
(421, 'ro', 'All vendors page title'),
(421, 'ru', 'All vendors page title'),
(422, 'da', 'Newest products'),
(422, 'de', 'Newest products'),
(422, 'el', 'Newest products'),
(422, 'en', 'Newest products'),
(422, 'es', 'Newest products'),
(422, 'fr', 'Newest products'),
(422, 'it', 'Newest products'),
(422, 'nl', 'Newest products'),
(422, 'no', 'Newest products'),
(422, 'pt', 'Newest products'),
(422, 'ro', 'Newest products'),
(422, 'ru', 'Newest products'),
(423, 'da', 'Blog image'),
(423, 'de', 'Blog image'),
(423, 'el', 'Blog image'),
(423, 'en', 'Blog image'),
(423, 'es', 'Blog image'),
(423, 'fr', 'Blog image'),
(423, 'it', 'Blog image'),
(423, 'nl', 'Blog image'),
(423, 'no', 'Blog image'),
(423, 'pt', 'Blog image'),
(423, 'ro', 'Blog image'),
(423, 'ru', 'Blog image'),
(424, 'da', 'Featured blog posts'),
(424, 'de', 'Featured blog posts'),
(424, 'el', 'Featured blog posts'),
(424, 'en', 'Featured blog posts'),
(424, 'es', 'Featured blog posts'),
(424, 'fr', 'Featured blog posts'),
(424, 'it', 'Featured blog posts'),
(424, 'nl', 'Featured blog posts'),
(424, 'no', 'Featured blog posts'),
(424, 'pt', 'Featured blog posts'),
(424, 'ro', 'Featured blog posts'),
(424, 'ru', 'Featured blog posts'),
(425, 'da', 'Latest Blog Posts'),
(425, 'de', 'Latest Blog Posts'),
(425, 'el', 'Latest Blog Posts'),
(425, 'en', 'Latest Blog Posts'),
(425, 'es', 'Latest Blog Posts'),
(425, 'fr', 'Latest Blog Posts'),
(425, 'it', 'Latest Blog Posts'),
(425, 'nl', 'Latest Blog Posts'),
(425, 'no', 'Latest Blog Posts'),
(425, 'pt', 'Latest Blog Posts'),
(425, 'ro', 'Latest Blog Posts'),
(425, 'ru', 'Latest Blog Posts'),
(426, 'da', 'Top rated'),
(426, 'de', 'Top rated'),
(426, 'el', 'Top rated'),
(426, 'en', 'Top rated'),
(426, 'es', 'Top rated'),
(426, 'fr', 'Top rated'),
(426, 'it', 'Top rated'),
(426, 'nl', 'Top rated'),
(426, 'no', 'Top rated'),
(426, 'pt', 'Top rated'),
(426, 'ro', 'Top rated'),
(426, 'ru', 'Top rated'),
(427, 'da', 'You might also like'),
(427, 'de', 'You might also like'),
(427, 'el', 'You might also like'),
(427, 'en', 'You might also like'),
(427, 'es', 'You might also like'),
(427, 'fr', 'You might also like'),
(427, 'it', 'You might also like'),
(427, 'nl', 'You might also like'),
(427, 'no', 'You might also like'),
(427, 'pt', 'You might also like'),
(427, 'ro', 'You might also like'),
(427, 'ru', 'You might also like'),
(428, 'da', 'Bestsellers page title'),
(428, 'de', 'Bestsellers page title'),
(428, 'el', 'Bestsellers page title'),
(428, 'en', 'Bestsellers page title'),
(428, 'es', 'Bestsellers page title'),
(428, 'fr', 'Bestsellers page title'),
(428, 'it', 'Bestsellers page title'),
(428, 'nl', 'Bestsellers page title'),
(428, 'no', 'Bestsellers page title'),
(428, 'pt', 'Bestsellers page title'),
(428, 'ro', 'Bestsellers page title'),
(428, 'ru', 'Bestsellers page title'),
(429, 'da', 'Bestsellers Banner - VIVAshop'),
(429, 'de', 'Bestsellers Banner - VIVAshop'),
(429, 'el', 'Bestsellers Banner - VIVAshop'),
(429, 'en', 'Bestsellers Banner - VIVAshop'),
(429, 'es', 'Bestsellers Banner - VIVAshop'),
(429, 'fr', 'Bestsellers Banner - VIVAshop'),
(429, 'it', 'Bestsellers Banner - VIVAshop'),
(429, 'nl', 'Bestsellers Banner - VIVAshop'),
(429, 'no', 'Bestsellers Banner - VIVAshop'),
(429, 'pt', 'Bestsellers Banner - VIVAshop'),
(429, 'ro', 'Bestsellers Banner - VIVAshop'),
(429, 'ru', 'Bestsellers Banner - VIVAshop'),
(430, 'da', 'Bestsellers description'),
(430, 'de', 'Bestsellers description'),
(430, 'el', 'Bestsellers description'),
(430, 'en', 'Bestsellers description'),
(430, 'es', 'Bestsellers description'),
(430, 'fr', 'Bestsellers description'),
(430, 'it', 'Bestsellers description'),
(430, 'nl', 'Bestsellers description'),
(430, 'no', 'Bestsellers description'),
(430, 'pt', 'Bestsellers description'),
(430, 'ro', 'Bestsellers description'),
(430, 'ru', 'Bestsellers description'),
(431, 'da', 'On sale title'),
(431, 'de', 'On sale title'),
(431, 'el', 'On sale title'),
(431, 'en', 'On sale title'),
(431, 'es', 'On sale title'),
(431, 'fr', 'On sale title'),
(431, 'it', 'On sale title'),
(431, 'nl', 'On sale title'),
(431, 'no', 'On sale title'),
(431, 'pt', 'On sale title'),
(431, 'ro', 'On sale title'),
(431, 'ru', 'On sale title'),
(432, 'da', 'On sale banner - VIVAshop'),
(432, 'de', 'On sale banner - VIVAshop'),
(432, 'el', 'On sale banner - VIVAshop'),
(432, 'en', 'On sale banner - VIVAshop'),
(432, 'es', 'On sale banner - VIVAshop'),
(432, 'fr', 'On sale banner - VIVAshop'),
(432, 'it', 'On sale banner - VIVAshop'),
(432, 'nl', 'On sale banner - VIVAshop'),
(432, 'no', 'On sale banner - VIVAshop'),
(432, 'pt', 'On sale banner - VIVAshop'),
(432, 'ro', 'On sale banner - VIVAshop'),
(432, 'ru', 'On sale banner - VIVAshop');
INSERT INTO `partiushop_bm_blocks_descriptions` (`block_id`, `lang_code`, `name`) VALUES
(433, 'da', 'On Sale description'),
(433, 'de', 'On Sale description'),
(433, 'el', 'On Sale description'),
(433, 'en', 'On Sale description'),
(433, 'es', 'On Sale description'),
(433, 'fr', 'On Sale description'),
(433, 'it', 'On Sale description'),
(433, 'nl', 'On Sale description'),
(433, 'no', 'On Sale description'),
(433, 'pt', 'On Sale description'),
(433, 'ro', 'On Sale description'),
(433, 'ru', 'On Sale description'),
(434, 'da', 'New items page title'),
(434, 'de', 'New items page title'),
(434, 'el', 'New items page title'),
(434, 'en', 'New items page title'),
(434, 'es', 'New items page title'),
(434, 'fr', 'New items page title'),
(434, 'it', 'New items page title'),
(434, 'nl', 'New items page title'),
(434, 'no', 'New items page title'),
(434, 'pt', 'New items page title'),
(434, 'ro', 'New items page title'),
(434, 'ru', 'New items page title'),
(435, 'da', 'New items banner - VIVAshop'),
(435, 'de', 'New items banner - VIVAshop'),
(435, 'el', 'New items banner - VIVAshop'),
(435, 'en', 'New items banner - VIVAshop'),
(435, 'es', 'New items banner - VIVAshop'),
(435, 'fr', 'New items banner - VIVAshop'),
(435, 'it', 'New items banner - VIVAshop'),
(435, 'nl', 'New items banner - VIVAshop'),
(435, 'no', 'New items banner - VIVAshop'),
(435, 'pt', 'New items banner - VIVAshop'),
(435, 'ro', 'New items banner - VIVAshop'),
(435, 'ru', 'New items banner - VIVAshop'),
(436, 'da', 'New Items description'),
(436, 'de', 'New Items description'),
(436, 'el', 'New Items description'),
(436, 'en', 'New Items description'),
(436, 'es', 'New Items description'),
(436, 'fr', 'New Items description'),
(436, 'it', 'New Items description'),
(436, 'nl', 'New Items description'),
(436, 'no', 'New Items description'),
(436, 'pt', 'New Items description'),
(436, 'ro', 'New Items description'),
(436, 'ru', 'New Items description'),
(437, 'da', 'Gift certificates page title'),
(437, 'de', 'Gift certificates page title'),
(437, 'el', 'Gift certificates page title'),
(437, 'en', 'Gift certificates page title'),
(437, 'es', 'Gift certificates page title'),
(437, 'fr', 'Gift certificates page title'),
(437, 'it', 'Gift certificates page title'),
(437, 'nl', 'Gift certificates page title'),
(437, 'no', 'Gift certificates page title'),
(437, 'pt', 'Gift certificates page title'),
(437, 'ro', 'Gift certificates page title'),
(437, 'ru', 'Gift certificates page title'),
(438, 'da', 'Validate/Redeem gift certificate'),
(438, 'de', 'Validate/Redeem gift certificate'),
(438, 'el', 'Validate/Redeem gift certificate'),
(438, 'en', 'Validate/Redeem gift certificate'),
(438, 'es', 'Validate/Redeem gift certificate'),
(438, 'fr', 'Validate/Redeem gift certificate'),
(438, 'it', 'Validate/Redeem gift certificate'),
(438, 'nl', 'Validate/Redeem gift certificate'),
(438, 'no', 'Validate/Redeem gift certificate'),
(438, 'pt', 'Validate/Redeem gift certificate'),
(438, 'ro', 'Validate/Redeem gift certificate'),
(438, 'ru', 'Validate/Redeem gift certificate'),
(439, 'da', 'How to purchase Gift Certificates'),
(439, 'de', 'How to purchase Gift Certificates'),
(439, 'el', 'How to purchase Gift Certificates'),
(439, 'en', 'How to purchase Gift Certificates'),
(439, 'es', 'How to purchase Gift Certificates'),
(439, 'fr', 'How to purchase Gift Certificates'),
(439, 'it', 'How to purchase Gift Certificates'),
(439, 'nl', 'How to purchase Gift Certificates'),
(439, 'no', 'How to purchase Gift Certificates'),
(439, 'pt', 'How to purchase Gift Certificates'),
(439, 'ro', 'How to purchase Gift Certificates'),
(439, 'ru', 'How to purchase Gift Certificates'),
(441, 'da', 'Logo (vendor page)'),
(441, 'de', 'Logo (vendor page)'),
(441, 'el', 'Logo (vendor page)'),
(441, 'en', 'Logo (vendor page)'),
(441, 'es', 'Logo (vendor page)'),
(441, 'fr', 'Logo (vendor page)'),
(441, 'it', 'Logo (vendor page)'),
(441, 'nl', 'Logo (vendor page)'),
(441, 'no', 'Logo (vendor page)'),
(441, 'pt', 'Logo (vendor page)'),
(441, 'ro', 'Logo (vendor page)'),
(441, 'ru', 'Logo (vendor page)'),
(442, 'da', 'Vendor store header mobile'),
(442, 'de', 'Vendor store header mobile'),
(442, 'el', 'Vendor store header mobile'),
(442, 'en', 'Vendor store header mobile'),
(442, 'es', 'Vendor store header mobile'),
(442, 'fr', 'Vendor store header mobile'),
(442, 'it', 'Vendor store header mobile'),
(442, 'nl', 'Vendor store header mobile'),
(442, 'no', 'Vendor store header mobile'),
(442, 'pt', 'Vendor store header mobile'),
(442, 'ro', 'Vendor store header mobile'),
(442, 'ru', 'Vendor store header mobile'),
(443, 'da', 'Vendor store menu mobile'),
(443, 'de', 'Vendor store menu mobile'),
(443, 'el', 'Vendor store menu mobile'),
(443, 'en', 'Vendor store menu mobile'),
(443, 'es', 'Vendor store menu mobile'),
(443, 'fr', 'Vendor store menu mobile'),
(443, 'it', 'Vendor store menu mobile'),
(443, 'nl', 'Vendor store menu mobile'),
(443, 'no', 'Vendor store menu mobile'),
(443, 'pt', 'Vendor store menu mobile'),
(443, 'ro', 'Vendor store menu mobile'),
(443, 'ru', 'Vendor store menu mobile'),
(444, 'da', 'Vendor store header'),
(444, 'de', 'Vendor store header'),
(444, 'el', 'Vendor store header'),
(444, 'en', 'Vendor store header'),
(444, 'es', 'Vendor store header'),
(444, 'fr', 'Vendor store header'),
(444, 'it', 'Vendor store header'),
(444, 'nl', 'Vendor store header'),
(444, 'no', 'Vendor store header'),
(444, 'pt', 'Vendor store header'),
(444, 'ro', 'Vendor store header'),
(444, 'ru', 'Vendor store header'),
(445, 'da', 'Vendor store menu'),
(445, 'de', 'Vendor store menu'),
(445, 'el', 'Vendor store menu'),
(445, 'en', 'Vendor store menu'),
(445, 'es', 'Vendor store menu'),
(445, 'fr', 'Vendor store menu'),
(445, 'it', 'Vendor store menu'),
(445, 'nl', 'Vendor store menu'),
(445, 'no', 'Vendor store menu'),
(445, 'pt', 'Vendor store menu'),
(445, 'ro', 'Vendor store menu'),
(445, 'ru', 'Vendor store menu'),
(446, 'da', 'Subcateg scroller'),
(446, 'de', 'Subcateg scroller'),
(446, 'el', 'Subcateg scroller'),
(446, 'en', 'Subcateg scroller'),
(446, 'es', 'Subcateg scroller'),
(446, 'fr', 'Subcateg scroller'),
(446, 'it', 'Subcateg scroller'),
(446, 'nl', 'Subcateg scroller'),
(446, 'no', 'Subcateg scroller'),
(446, 'pt', 'Subcateg scroller'),
(446, 'ro', 'Subcateg scroller'),
(446, 'ru', 'Subcateg scroller'),
(447, 'da', 'Subcateg titles'),
(447, 'de', 'Subcateg titles'),
(447, 'el', 'Subcateg titles'),
(447, 'en', 'Subcateg titles'),
(447, 'es', 'Subcateg titles'),
(447, 'fr', 'Subcateg titles'),
(447, 'it', 'Subcateg titles'),
(447, 'nl', 'Subcateg titles'),
(447, 'no', 'Subcateg titles'),
(447, 'pt', 'Subcateg titles'),
(447, 'ro', 'Subcateg titles'),
(447, 'ru', 'Subcateg titles'),
(448, 'da', 'Vendor Categories'),
(448, 'de', 'Vendor Categories'),
(448, 'el', 'Vendor Categories'),
(448, 'en', 'Vendor Categories'),
(448, 'es', 'Vendor Categories'),
(448, 'fr', 'Vendor Categories'),
(448, 'it', 'Vendor Categories'),
(448, 'nl', 'Vendor Categories'),
(448, 'no', 'Vendor Categories'),
(448, 'pt', 'Vendor Categories'),
(448, 'ro', 'Vendor Categories'),
(448, 'ru', 'Vendor Categories'),
(449, 'da', 'Vendor\'s top rated items'),
(449, 'de', 'Vendor\'s top rated items'),
(449, 'el', 'Vendor\'s top rated items'),
(449, 'en', 'Vendor\'s top rated items'),
(449, 'es', 'Vendor\'s top rated items'),
(449, 'fr', 'Vendor\'s top rated items'),
(449, 'it', 'Vendor\'s top rated items'),
(449, 'nl', 'Vendor\'s top rated items'),
(449, 'no', 'Vendor\'s top rated items'),
(449, 'pt', 'Vendor\'s top rated items'),
(449, 'ro', 'Vendor\'s top rated items'),
(449, 'ru', 'Vendor\'s top rated items'),
(450, 'da', 'About us title'),
(450, 'de', 'About us title'),
(450, 'el', 'About us title'),
(450, 'en', 'About us title'),
(450, 'es', 'About us title'),
(450, 'fr', 'About us title'),
(450, 'it', 'About us title'),
(450, 'nl', 'About us title'),
(450, 'no', 'About us title'),
(450, 'pt', 'About us title'),
(450, 'ro', 'About us title'),
(450, 'ru', 'About us title'),
(451, 'da', 'Vendor New items title'),
(451, 'de', 'Vendor New items title'),
(451, 'el', 'Vendor New items title'),
(451, 'en', 'Vendor New items title'),
(451, 'es', 'Vendor New items title'),
(451, 'fr', 'Vendor New items title'),
(451, 'it', 'Vendor New items title'),
(451, 'nl', 'Vendor New items title'),
(451, 'no', 'Vendor New items title'),
(451, 'pt', 'Vendor New items title'),
(451, 'ro', 'Vendor New items title'),
(451, 'ru', 'Vendor New items title'),
(452, 'da', 'Vendor On sale title'),
(452, 'de', 'Vendor On sale title'),
(452, 'el', 'Vendor On sale title'),
(452, 'en', 'Vendor On sale title'),
(452, 'es', 'Vendor On sale title'),
(452, 'fr', 'Vendor On sale title'),
(452, 'it', 'Vendor On sale title'),
(452, 'nl', 'Vendor On sale title'),
(452, 'no', 'Vendor On sale title'),
(452, 'pt', 'Vendor On sale title'),
(452, 'ro', 'Vendor On sale title'),
(452, 'ru', 'Vendor On sale title'),
(453, 'da', 'Vendor Bestsellers'),
(453, 'de', 'Vendor Bestsellers'),
(453, 'el', 'Vendor Bestsellers'),
(453, 'en', 'Vendor Bestsellers'),
(453, 'es', 'Vendor Bestsellers'),
(453, 'fr', 'Vendor Bestsellers'),
(453, 'it', 'Vendor Bestsellers'),
(453, 'nl', 'Vendor Bestsellers'),
(453, 'no', 'Vendor Bestsellers'),
(453, 'pt', 'Vendor Bestsellers'),
(453, 'ro', 'Vendor Bestsellers'),
(453, 'ru', 'Vendor Bestsellers'),
(454, 'da', 'More items from us'),
(454, 'de', 'More items from us'),
(454, 'el', 'More items from us'),
(454, 'en', 'More items from us'),
(454, 'es', 'More items from us'),
(454, 'fr', 'More items from us'),
(454, 'it', 'More items from us'),
(454, 'nl', 'More items from us'),
(454, 'no', 'More items from us'),
(454, 'pt', 'More items from us'),
(454, 'ro', 'More items from us'),
(454, 'ru', 'More items from us'),
(455, 'da', 'Our best products'),
(455, 'de', 'Our best products'),
(455, 'el', 'Our best products'),
(455, 'en', 'Our best products'),
(455, 'es', 'Our best products'),
(455, 'fr', 'Our best products'),
(455, 'it', 'Our best products'),
(455, 'nl', 'Our best products'),
(455, 'no', 'Our best products'),
(455, 'pt', 'Our best products'),
(455, 'ro', 'Our best products'),
(455, 'ru', 'Our best products'),
(456, 'da', 'Vendor page title'),
(456, 'de', 'Vendor page title'),
(456, 'el', 'Vendor page title'),
(456, 'en', 'Vendor page title'),
(456, 'es', 'Vendor page title'),
(456, 'fr', 'Vendor page title'),
(456, 'it', 'Vendor page title'),
(456, 'nl', 'Vendor page title'),
(456, 'no', 'Vendor page title'),
(456, 'pt', 'Vendor page title'),
(456, 'ro', 'Vendor page title'),
(456, 'ru', 'Vendor page title'),
(457, 'da', 'Vendor contact title'),
(457, 'de', 'Vendor contact title'),
(457, 'el', 'Vendor contact title'),
(457, 'en', 'Vendor contact title'),
(457, 'es', 'Vendor contact title'),
(457, 'fr', 'Vendor contact title'),
(457, 'it', 'Vendor contact title'),
(457, 'nl', 'Vendor contact title'),
(457, 'no', 'Vendor contact title'),
(457, 'pt', 'Vendor contact title'),
(457, 'ro', 'Vendor contact title'),
(457, 'ru', 'Vendor contact title'),
(458, 'da', 'Vendor reviews title'),
(458, 'de', 'Vendor reviews title'),
(458, 'el', 'Vendor reviews title'),
(458, 'en', 'Vendor reviews title'),
(458, 'es', 'Vendor reviews title'),
(458, 'fr', 'Vendor reviews title'),
(458, 'it', 'Vendor reviews title'),
(458, 'nl', 'Vendor reviews title'),
(458, 'no', 'Vendor reviews title'),
(458, 'pt', 'Vendor reviews title'),
(458, 'ro', 'Vendor reviews title'),
(458, 'ru', 'Vendor reviews title'),
(459, 'da', 'Brands page title'),
(459, 'de', 'Brands page title'),
(459, 'el', 'Brands page title'),
(459, 'en', 'Brands page title'),
(459, 'es', 'Brands page title'),
(459, 'fr', 'Brands page title'),
(459, 'it', 'Brands page title'),
(459, 'nl', 'Brands page title'),
(459, 'no', 'Brands page title'),
(459, 'pt', 'Brands page title'),
(459, 'ro', 'Brands page title'),
(459, 'ru', 'Brands page title'),
(460, 'da', 'Sitemap title'),
(460, 'de', 'Sitemap title'),
(460, 'el', 'Sitemap title'),
(460, 'en', 'Sitemap title'),
(460, 'es', 'Sitemap title'),
(460, 'fr', 'Sitemap title'),
(460, 'it', 'Sitemap title'),
(460, 'nl', 'Sitemap title'),
(460, 'no', 'Sitemap title'),
(460, 'pt', 'Sitemap title'),
(460, 'ro', 'Sitemap title'),
(460, 'ru', 'Sitemap title'),
(461, 'da', 'Testimanial page title'),
(461, 'de', 'Testimanial page title'),
(461, 'el', 'Testimanial page title'),
(461, 'en', 'Testimanial page title'),
(461, 'es', 'Testimanial page title'),
(461, 'fr', 'Testimanial page title'),
(461, 'it', 'Testimanial page title'),
(461, 'nl', 'Testimanial page title'),
(461, 'no', 'Testimanial page title'),
(461, 'pt', 'Testimanial page title'),
(461, 'ro', 'Testimanial page title'),
(461, 'ru', 'Testimanial page title'),
(462, 'da', 'Compare title'),
(462, 'de', 'Compare title'),
(462, 'el', 'Compare title'),
(462, 'en', 'Compare title'),
(462, 'es', 'Compare title'),
(462, 'fr', 'Compare title'),
(462, 'it', 'Compare title'),
(462, 'nl', 'Compare title'),
(462, 'no', 'Compare title'),
(462, 'pt', 'Compare title'),
(462, 'ro', 'Compare title'),
(462, 'ru', 'Compare title'),
(463, 'da', 'Wishlist title'),
(463, 'de', 'Wishlist title'),
(463, 'el', 'Wishlist title'),
(463, 'en', 'Wishlist title'),
(463, 'es', 'Wishlist title'),
(463, 'fr', 'Wishlist title'),
(463, 'it', 'Wishlist title'),
(463, 'nl', 'Wishlist title'),
(463, 'no', 'Wishlist title'),
(463, 'pt', 'Wishlist title'),
(463, 'ro', 'Wishlist title'),
(463, 'ru', 'Wishlist title'),
(464, 'da', 'Availability in stores'),
(464, 'de', 'Availability in stores'),
(464, 'el', 'Διαθεσιμότητα στα καταστήματα'),
(464, 'en', 'Availability in stores'),
(464, 'es', 'Disponibilidad en tiendas'),
(464, 'fr', 'Availability in stores'),
(464, 'it', 'Disponibile nei negozi'),
(464, 'nl', 'Availability in stores'),
(464, 'no', 'Availability in stores'),
(464, 'pt', 'Disponibilidade em lojas'),
(464, 'ro', 'Availability in stores'),
(464, 'ru', 'Наличие в магазинах');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_bm_block_statuses`
--

CREATE TABLE `partiushop_bm_block_statuses` (
  `snapping_id` int(11) NOT NULL,
  `object_ids` text DEFAULT NULL,
  `object_type` varchar(32) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_bm_block_statuses`
--

INSERT INTO `partiushop_bm_block_statuses` (`snapping_id`, `object_ids`, `object_type`) VALUES
(227, '', 'products'),
(228, '', 'products'),
(229, '', 'products'),
(230, '', 'products'),
(231, '', 'products'),
(2135, '', 'products'),
(2136, '', 'products'),
(2137, '', 'products'),
(2138, '', 'products'),
(2139, '', 'products');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_bm_containers`
--

CREATE TABLE `partiushop_bm_containers` (
  `container_id` mediumint(9) UNSIGNED NOT NULL,
  `location_id` mediumint(9) UNSIGNED NOT NULL,
  `position` enum('TOP_PANEL','HEADER','CONTENT','FOOTER') NOT NULL,
  `width` tinyint(4) NOT NULL,
  `user_class` varchar(128) NOT NULL DEFAULT '',
  `linked_to_default` varchar(1) NOT NULL DEFAULT 'Y',
  `status` varchar(1) NOT NULL DEFAULT 'A',
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'If a vendor uses custom block configuration for a container, his/her vendor ID is stored here'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_bm_containers`
--

INSERT INTO `partiushop_bm_containers` (`container_id`, `location_id`, `position`, `width`, `user_class`, `linked_to_default`, `status`, `company_id`) VALUES
(1, 1, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(2, 1, 'HEADER', 16, 'header-grid', 'Y', 'A', 0),
(3, 1, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(4, 1, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(5, 2, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(6, 2, 'HEADER', 16, '', 'Y', 'A', 0),
(7, 2, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(8, 2, 'FOOTER', 16, '', 'Y', 'A', 0),
(9, 3, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(10, 3, 'HEADER', 16, '', 'Y', 'A', 0),
(11, 3, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(12, 3, 'FOOTER', 16, '', 'Y', 'A', 0),
(13, 4, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(14, 4, 'HEADER', 16, '', 'Y', 'A', 0),
(15, 4, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(16, 4, 'FOOTER', 16, '', 'Y', 'A', 0),
(17, 5, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(18, 5, 'HEADER', 16, '', 'Y', 'A', 0),
(19, 5, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(20, 5, 'FOOTER', 16, '', 'Y', 'A', 0),
(21, 6, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(22, 6, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(23, 6, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(24, 6, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(25, 7, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(26, 7, 'HEADER', 16, '', 'Y', 'A', 0),
(27, 7, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(28, 7, 'FOOTER', 16, '', 'Y', 'A', 0),
(29, 8, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(30, 8, 'HEADER', 16, '', 'Y', 'A', 0),
(31, 8, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(32, 8, 'FOOTER', 16, '', 'Y', 'A', 0),
(33, 9, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(34, 9, 'HEADER', 16, '', 'Y', 'A', 0),
(35, 9, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(36, 9, 'FOOTER', 16, '', 'Y', 'A', 0),
(37, 10, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(38, 10, 'HEADER', 16, '', 'Y', 'A', 0),
(39, 10, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(40, 10, 'FOOTER', 16, '', 'Y', 'A', 0),
(41, 11, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(42, 11, 'HEADER', 16, '', 'N', 'A', 0),
(43, 11, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(44, 11, 'FOOTER', 16, '', 'Y', 'A', 0),
(45, 12, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(46, 12, 'HEADER', 16, '', 'Y', 'A', 0),
(47, 12, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(48, 12, 'FOOTER', 16, '', 'Y', 'A', 0),
(49, 13, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(50, 13, 'HEADER', 16, '', 'Y', 'A', 0),
(51, 13, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(52, 13, 'FOOTER', 16, '', 'Y', 'A', 0),
(53, 14, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(54, 14, 'HEADER', 16, '', 'Y', 'A', 0),
(55, 14, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(56, 14, 'FOOTER', 16, '', 'Y', 'A', 0),
(57, 15, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(58, 15, 'HEADER', 16, '', 'Y', 'A', 0),
(59, 15, 'CONTENT', 16, '', 'Y', 'A', 0),
(60, 15, 'FOOTER', 16, '', 'Y', 'A', 0),
(65, 17, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(66, 17, 'HEADER', 16, 'header-grid', 'Y', 'A', 0),
(67, 17, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(68, 17, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(69, 18, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(70, 18, 'HEADER', 16, '', 'Y', 'A', 0),
(71, 18, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(72, 18, 'FOOTER', 16, '', 'Y', 'A', 0),
(73, 19, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(74, 19, 'HEADER', 16, '', 'Y', 'A', 0),
(75, 19, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(76, 19, 'FOOTER', 16, '', 'Y', 'A', 0),
(77, 20, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(78, 20, 'HEADER', 16, '', 'Y', 'A', 0),
(79, 20, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(80, 20, 'FOOTER', 16, '', 'Y', 'A', 0),
(81, 21, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(82, 21, 'HEADER', 16, '', 'Y', 'A', 0),
(83, 21, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(84, 21, 'FOOTER', 16, '', 'Y', 'A', 0),
(85, 22, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(86, 22, 'HEADER', 16, '', 'Y', 'A', 0),
(87, 22, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(88, 22, 'FOOTER', 16, '', 'Y', 'A', 0),
(89, 23, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(90, 23, 'HEADER', 16, '', 'Y', 'A', 0),
(91, 23, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(92, 23, 'FOOTER', 16, '', 'Y', 'A', 0),
(93, 24, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(94, 24, 'HEADER', 16, '', 'Y', 'A', 0),
(95, 24, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(96, 24, 'FOOTER', 16, '', 'Y', 'A', 0),
(97, 25, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(98, 25, 'HEADER', 16, '', 'Y', 'A', 0),
(99, 25, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(100, 25, 'FOOTER', 16, '', 'Y', 'A', 0),
(101, 26, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(102, 26, 'HEADER', 16, '', 'Y', 'A', 0),
(103, 26, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(104, 26, 'FOOTER', 16, '', 'Y', 'A', 0),
(105, 27, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(106, 27, 'HEADER', 16, '', 'Y', 'A', 0),
(107, 27, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(108, 27, 'FOOTER', 16, '', 'Y', 'A', 0),
(109, 28, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(110, 28, 'HEADER', 16, '', 'Y', 'A', 0),
(111, 28, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(112, 28, 'FOOTER', 16, '', 'Y', 'A', 0),
(117, 30, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(118, 30, 'HEADER', 16, '', 'Y', 'A', 0),
(119, 30, 'CONTENT', 16, '', 'Y', 'A', 0),
(120, 30, 'FOOTER', 16, '', 'Y', 'A', 0),
(121, 31, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(122, 31, 'HEADER', 16, '', 'Y', 'A', 0),
(123, 31, 'CONTENT', 16, '', 'Y', 'A', 0),
(124, 31, 'FOOTER', 16, '', 'Y', 'A', 0),
(125, 32, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(126, 32, 'HEADER', 16, '', 'Y', 'A', 0),
(127, 32, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(128, 32, 'FOOTER', 16, '', 'Y', 'A', 0),
(129, 33, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(130, 33, 'HEADER', 16, '', 'Y', 'A', 0),
(131, 33, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(132, 33, 'FOOTER', 16, '', 'Y', 'A', 0),
(133, 34, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(134, 34, 'HEADER', 16, '', 'Y', 'A', 0),
(135, 34, 'CONTENT', 16, '', 'Y', 'A', 0),
(136, 34, 'FOOTER', 16, '', 'Y', 'A', 0),
(137, 35, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(138, 35, 'HEADER', 16, '', 'Y', 'A', 0),
(139, 35, 'CONTENT', 16, '', 'Y', 'A', 0),
(140, 35, 'FOOTER', 16, '', 'Y', 'A', 0),
(141, 36, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(142, 36, 'HEADER', 16, '', 'Y', 'A', 0),
(143, 36, 'CONTENT', 16, '', 'Y', 'A', 0),
(144, 36, 'FOOTER', 16, '', 'Y', 'A', 0),
(145, 37, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(146, 37, 'HEADER', 16, '', 'Y', 'A', 0),
(147, 37, 'CONTENT', 16, '', 'Y', 'A', 0),
(148, 37, 'FOOTER', 16, '', 'Y', 'A', 0),
(149, 38, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(150, 38, 'HEADER', 16, '', 'Y', 'A', 0),
(151, 38, 'CONTENT', 16, 'content-grid promotion_page', 'Y', 'A', 0),
(152, 38, 'FOOTER', 16, '', 'Y', 'A', 0),
(153, 39, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(154, 39, 'HEADER', 16, '', 'Y', 'A', 0),
(155, 39, 'CONTENT', 16, 'content-grid promotion_page', 'Y', 'A', 0),
(156, 39, 'FOOTER', 16, '', 'Y', 'A', 0),
(157, 40, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(158, 40, 'HEADER', 16, 'header-grid advanced-header', 'Y', 'A', 0),
(159, 40, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(160, 40, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(161, 41, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(162, 41, 'HEADER', 16, '', 'Y', 'A', 0),
(163, 41, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(164, 41, 'FOOTER', 16, '', 'Y', 'A', 0),
(165, 42, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(166, 42, 'HEADER', 16, '', 'Y', 'A', 0),
(167, 42, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(168, 42, 'FOOTER', 16, '', 'Y', 'A', 0),
(169, 43, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(170, 43, 'HEADER', 16, '', 'Y', 'A', 0),
(171, 43, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(172, 43, 'FOOTER', 16, '', 'Y', 'A', 0),
(173, 44, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(174, 44, 'HEADER', 16, '', 'Y', 'A', 0),
(175, 44, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(176, 44, 'FOOTER', 16, '', 'Y', 'A', 0),
(177, 45, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(178, 45, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(179, 45, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(180, 45, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(181, 46, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(182, 46, 'HEADER', 16, '', 'Y', 'A', 0),
(183, 46, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(184, 46, 'FOOTER', 16, '', 'Y', 'A', 0),
(185, 47, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(186, 47, 'HEADER', 16, '', 'Y', 'A', 0),
(187, 47, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(188, 47, 'FOOTER', 16, '', 'Y', 'A', 0),
(189, 48, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(190, 48, 'HEADER', 16, '', 'Y', 'A', 0),
(191, 48, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(192, 48, 'FOOTER', 16, '', 'Y', 'A', 0),
(193, 49, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(194, 49, 'HEADER', 16, '', 'Y', 'A', 0),
(195, 49, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(196, 49, 'FOOTER', 16, '', 'Y', 'A', 0),
(197, 50, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(198, 50, 'HEADER', 16, '', 'Y', 'A', 0),
(199, 50, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(200, 50, 'FOOTER', 16, '', 'Y', 'A', 0),
(201, 51, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(202, 51, 'HEADER', 16, '', 'Y', 'A', 0),
(203, 51, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(204, 51, 'FOOTER', 16, '', 'Y', 'A', 0),
(209, 53, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(210, 53, 'HEADER', 16, '', 'Y', 'A', 0),
(211, 53, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(212, 53, 'FOOTER', 16, '', 'Y', 'A', 0),
(213, 54, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(214, 54, 'HEADER', 16, '', 'Y', 'A', 0),
(215, 54, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(216, 54, 'FOOTER', 16, '', 'Y', 'A', 0),
(217, 55, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(218, 55, 'HEADER', 16, '', 'Y', 'A', 0),
(219, 55, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(220, 55, 'FOOTER', 16, '', 'Y', 'A', 0),
(225, 57, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(226, 57, 'HEADER', 16, '', 'Y', 'A', 0),
(227, 57, 'CONTENT', 16, 'cat-content-grid promotion-page', 'Y', 'A', 0),
(228, 57, 'FOOTER', 16, '', 'Y', 'A', 0),
(237, 60, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(238, 60, 'HEADER', 16, 'header-grid advanced-header', 'N', 'A', 0),
(239, 60, 'CONTENT', 16, 'cat-content-grid vendor-store', 'Y', 'A', 0),
(240, 60, 'FOOTER', 16, '', 'Y', 'A', 0),
(241, 61, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(242, 61, 'HEADER', 16, 'header-grid default-header', 'Y', 'A', 0),
(243, 61, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(244, 61, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(245, 62, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(246, 62, 'HEADER', 16, '', 'Y', 'A', 0),
(247, 62, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(248, 62, 'FOOTER', 16, '', 'Y', 'A', 0),
(249, 63, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(250, 63, 'HEADER', 16, '', 'Y', 'A', 0),
(251, 63, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(252, 63, 'FOOTER', 16, '', 'Y', 'A', 0),
(253, 64, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(254, 64, 'HEADER', 16, '', 'Y', 'A', 0),
(255, 64, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(256, 64, 'FOOTER', 16, '', 'Y', 'A', 0),
(257, 65, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(258, 65, 'HEADER', 16, '', 'Y', 'A', 0),
(259, 65, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(260, 65, 'FOOTER', 16, '', 'Y', 'A', 0),
(261, 66, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(262, 66, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(263, 66, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(264, 66, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(265, 67, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(266, 67, 'HEADER', 16, '', 'Y', 'A', 0),
(267, 67, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(268, 67, 'FOOTER', 16, '', 'Y', 'A', 0),
(269, 68, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(270, 68, 'HEADER', 16, '', 'Y', 'A', 0),
(271, 68, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(272, 68, 'FOOTER', 16, '', 'Y', 'A', 0),
(273, 69, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(274, 69, 'HEADER', 16, '', 'Y', 'A', 0),
(275, 69, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(276, 69, 'FOOTER', 16, '', 'Y', 'A', 0),
(277, 70, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(278, 70, 'HEADER', 16, '', 'Y', 'A', 0),
(279, 70, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(280, 70, 'FOOTER', 16, '', 'Y', 'A', 0),
(281, 71, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(282, 71, 'HEADER', 16, '', 'Y', 'A', 0),
(283, 71, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(284, 71, 'FOOTER', 16, '', 'Y', 'A', 0),
(289, 73, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(290, 73, 'HEADER', 16, '', 'Y', 'A', 0),
(291, 73, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(292, 73, 'FOOTER', 16, '', 'Y', 'A', 0),
(293, 74, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(294, 74, 'HEADER', 16, '', 'Y', 'A', 0),
(295, 74, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(296, 74, 'FOOTER', 16, '', 'Y', 'A', 0),
(297, 75, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(298, 75, 'HEADER', 16, '', 'Y', 'A', 0),
(299, 75, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(300, 75, 'FOOTER', 16, '', 'Y', 'A', 0),
(301, 76, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(302, 76, 'HEADER', 16, '', 'Y', 'A', 0),
(303, 76, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(304, 76, 'FOOTER', 16, '', 'Y', 'A', 0),
(309, 78, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(310, 78, 'HEADER', 16, '', 'Y', 'A', 0),
(311, 78, 'CONTENT', 16, 'cat-content-grid promotion-page', 'Y', 'A', 0),
(312, 78, 'FOOTER', 16, '', 'Y', 'A', 0),
(321, 81, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(322, 81, 'HEADER', 16, 'header-grid default-header', 'N', 'A', 0),
(323, 81, 'CONTENT', 16, 'cat-content-grid vendor-store', 'Y', 'A', 0),
(324, 81, 'FOOTER', 16, '', 'Y', 'A', 0),
(325, 82, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(326, 82, 'HEADER', 16, 'header-grid advanced-header', 'Y', 'A', 0),
(327, 82, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(328, 82, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(329, 83, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(330, 83, 'HEADER', 16, 'header-grid advanced-header fixed', 'N', 'A', 0),
(331, 83, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(332, 83, 'FOOTER', 16, '', 'Y', 'A', 0),
(333, 84, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(334, 84, 'HEADER', 16, '', 'Y', 'A', 0),
(335, 84, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(336, 84, 'FOOTER', 16, '', 'Y', 'A', 0),
(337, 85, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(338, 85, 'HEADER', 16, '', 'Y', 'A', 0),
(339, 85, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(340, 85, 'FOOTER', 16, '', 'Y', 'A', 0),
(341, 86, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(342, 86, 'HEADER', 16, '', 'Y', 'A', 0),
(343, 86, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(344, 86, 'FOOTER', 16, '', 'Y', 'A', 0),
(345, 87, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(346, 87, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(347, 87, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(348, 87, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(349, 88, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(350, 88, 'HEADER', 16, '', 'Y', 'A', 0),
(351, 88, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(352, 88, 'FOOTER', 16, '', 'Y', 'A', 0),
(353, 89, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(354, 89, 'HEADER', 16, '', 'Y', 'A', 0),
(355, 89, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(356, 89, 'FOOTER', 16, '', 'Y', 'A', 0),
(357, 90, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(358, 90, 'HEADER', 16, '', 'Y', 'A', 0),
(359, 90, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(360, 90, 'FOOTER', 16, '', 'Y', 'A', 0),
(361, 91, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(362, 91, 'HEADER', 16, '', 'Y', 'A', 0),
(363, 91, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(364, 91, 'FOOTER', 16, '', 'Y', 'A', 0),
(365, 92, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(366, 92, 'HEADER', 16, '', 'Y', 'A', 0),
(367, 92, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(368, 92, 'FOOTER', 16, '', 'Y', 'A', 0),
(373, 94, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(374, 94, 'HEADER', 16, '', 'Y', 'A', 0),
(375, 94, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(376, 94, 'FOOTER', 16, '', 'Y', 'A', 0),
(377, 95, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(378, 95, 'HEADER', 16, '', 'Y', 'A', 0),
(379, 95, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(380, 95, 'FOOTER', 16, '', 'Y', 'A', 0),
(381, 96, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(382, 96, 'HEADER', 16, '', 'Y', 'A', 0),
(383, 96, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(384, 96, 'FOOTER', 16, '', 'Y', 'A', 0),
(385, 97, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(386, 97, 'HEADER', 16, '', 'Y', 'A', 0),
(387, 97, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(388, 97, 'FOOTER', 16, '', 'Y', 'A', 0),
(393, 99, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(394, 99, 'HEADER', 16, '', 'Y', 'A', 0),
(395, 99, 'CONTENT', 16, 'cat-content-grid promotion-page', 'Y', 'A', 0),
(396, 99, 'FOOTER', 16, '', 'Y', 'A', 0),
(405, 102, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(406, 102, 'HEADER', 16, 'header-grid advanced-header', 'N', 'A', 0),
(407, 102, 'CONTENT', 16, 'cat-content-grid vendor-store', 'Y', 'A', 0),
(408, 102, 'FOOTER', 16, '', 'Y', 'A', 0),
(409, 103, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(410, 103, 'HEADER', 16, 'header-grid  advanced-header', 'Y', 'A', 0),
(411, 103, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(412, 103, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(413, 104, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(414, 104, 'HEADER', 16, '', 'Y', 'A', 0),
(415, 104, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(416, 104, 'FOOTER', 16, '', 'Y', 'A', 0),
(417, 105, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(418, 105, 'HEADER', 16, '', 'Y', 'A', 0),
(419, 105, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(420, 105, 'FOOTER', 16, '', 'Y', 'A', 0),
(421, 106, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(422, 106, 'HEADER', 16, '', 'Y', 'A', 0),
(423, 106, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(424, 106, 'FOOTER', 16, '', 'Y', 'A', 0),
(425, 107, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(426, 107, 'HEADER', 16, '', 'Y', 'A', 0),
(427, 107, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(428, 107, 'FOOTER', 16, '', 'Y', 'A', 0),
(429, 108, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(430, 108, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(431, 108, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(432, 108, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(433, 109, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(434, 109, 'HEADER', 16, '', 'Y', 'A', 0),
(435, 109, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(436, 109, 'FOOTER', 16, '', 'Y', 'A', 0),
(437, 110, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(438, 110, 'HEADER', 16, '', 'Y', 'A', 0),
(439, 110, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(440, 110, 'FOOTER', 16, '', 'Y', 'A', 0),
(441, 111, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(442, 111, 'HEADER', 16, '', 'Y', 'A', 0),
(443, 111, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(444, 111, 'FOOTER', 16, '', 'Y', 'A', 0),
(445, 112, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(446, 112, 'HEADER', 16, '', 'Y', 'A', 0),
(447, 112, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(448, 112, 'FOOTER', 16, '', 'Y', 'A', 0),
(449, 113, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(450, 113, 'HEADER', 16, '', 'Y', 'A', 0),
(451, 113, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(452, 113, 'FOOTER', 16, '', 'Y', 'A', 0),
(453, 114, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(454, 114, 'HEADER', 16, '', 'Y', 'A', 0),
(455, 114, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(456, 114, 'FOOTER', 16, '', 'Y', 'A', 0),
(461, 116, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(462, 116, 'HEADER', 16, '', 'Y', 'A', 0),
(463, 116, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(464, 116, 'FOOTER', 16, '', 'Y', 'A', 0),
(465, 117, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(466, 117, 'HEADER', 16, '', 'Y', 'A', 0),
(467, 117, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(468, 117, 'FOOTER', 16, '', 'Y', 'A', 0),
(473, 119, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(474, 119, 'HEADER', 16, '', 'Y', 'A', 0),
(475, 119, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(476, 119, 'FOOTER', 16, '', 'Y', 'A', 0),
(477, 120, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(478, 120, 'HEADER', 16, '', 'Y', 'A', 0),
(479, 120, 'CONTENT', 16, 'cat-content-grid promotion-page', 'Y', 'A', 0),
(480, 120, 'FOOTER', 16, '', 'Y', 'A', 0),
(485, 122, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(486, 122, 'HEADER', 16, 'header-grid  default-header', 'Y', 'A', 0),
(487, 122, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(488, 122, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(489, 123, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(490, 123, 'HEADER', 16, '', 'Y', 'A', 0),
(491, 123, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(492, 123, 'FOOTER', 16, '', 'Y', 'A', 0),
(493, 124, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(494, 124, 'HEADER', 16, '', 'Y', 'A', 0),
(495, 124, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(496, 124, 'FOOTER', 16, '', 'Y', 'A', 0),
(497, 125, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(498, 125, 'HEADER', 16, '', 'Y', 'A', 0),
(499, 125, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(500, 125, 'FOOTER', 16, '', 'Y', 'A', 0),
(501, 126, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(502, 126, 'HEADER', 16, '', 'Y', 'A', 0),
(503, 126, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(504, 126, 'FOOTER', 16, '', 'Y', 'A', 0),
(505, 127, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(506, 127, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(507, 127, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(508, 127, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(509, 128, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(510, 128, 'HEADER', 16, '', 'Y', 'A', 0),
(511, 128, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(512, 128, 'FOOTER', 16, '', 'Y', 'A', 0),
(513, 129, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(514, 129, 'HEADER', 16, '', 'Y', 'A', 0),
(515, 129, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(516, 129, 'FOOTER', 16, '', 'Y', 'A', 0),
(517, 130, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(518, 130, 'HEADER', 16, '', 'Y', 'A', 0),
(519, 130, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(520, 130, 'FOOTER', 16, '', 'Y', 'A', 0),
(521, 131, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(522, 131, 'HEADER', 16, '', 'Y', 'A', 0),
(523, 131, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(524, 131, 'FOOTER', 16, '', 'Y', 'A', 0),
(525, 132, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(526, 132, 'HEADER', 16, '', 'Y', 'A', 0),
(527, 132, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(528, 132, 'FOOTER', 16, '', 'Y', 'A', 0),
(533, 134, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(534, 134, 'HEADER', 16, '', 'Y', 'A', 0),
(535, 134, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(536, 134, 'FOOTER', 16, '', 'Y', 'A', 0),
(537, 135, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(538, 135, 'HEADER', 16, '', 'Y', 'A', 0),
(539, 135, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(540, 135, 'FOOTER', 16, '', 'Y', 'A', 0),
(541, 136, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(542, 136, 'HEADER', 16, '', 'Y', 'A', 0),
(543, 136, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(544, 136, 'FOOTER', 16, '', 'Y', 'A', 0),
(549, 138, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(550, 138, 'HEADER', 16, '', 'Y', 'A', 0),
(551, 138, 'CONTENT', 16, 'cat-content-grid promotion-page', 'Y', 'A', 0),
(552, 138, 'FOOTER', 16, '', 'Y', 'A', 0),
(553, 139, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(554, 139, 'HEADER', 16, '', 'Y', 'A', 0),
(555, 139, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(556, 139, 'FOOTER', 16, '', 'Y', 'A', 0),
(561, 141, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(562, 141, 'HEADER', 16, 'header-grid  advanced-header', 'Y', 'A', 0),
(563, 141, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(564, 141, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(565, 142, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(566, 142, 'HEADER', 16, 'header-grid  advanced-header fixed', 'N', 'A', 0),
(567, 142, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(568, 142, 'FOOTER', 16, '', 'Y', 'A', 0),
(569, 143, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(570, 143, 'HEADER', 16, '', 'Y', 'A', 0),
(571, 143, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(572, 143, 'FOOTER', 16, '', 'Y', 'A', 0),
(573, 144, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(574, 144, 'HEADER', 16, '', 'Y', 'A', 0),
(575, 144, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(576, 144, 'FOOTER', 16, '', 'Y', 'A', 0),
(577, 145, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(578, 145, 'HEADER', 16, '', 'Y', 'A', 0),
(579, 145, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(580, 145, 'FOOTER', 16, '', 'Y', 'A', 0),
(581, 146, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(582, 146, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(583, 146, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(584, 146, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(585, 147, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(586, 147, 'HEADER', 16, '', 'Y', 'A', 0),
(587, 147, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(588, 147, 'FOOTER', 16, '', 'Y', 'A', 0),
(589, 148, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(590, 148, 'HEADER', 16, '', 'Y', 'A', 0),
(591, 148, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(592, 148, 'FOOTER', 16, '', 'Y', 'A', 0),
(593, 149, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(594, 149, 'HEADER', 16, '', 'Y', 'A', 0),
(595, 149, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(596, 149, 'FOOTER', 16, '', 'Y', 'A', 0),
(597, 150, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(598, 150, 'HEADER', 16, '', 'Y', 'A', 0),
(599, 150, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(600, 150, 'FOOTER', 16, '', 'Y', 'A', 0),
(601, 151, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(602, 151, 'HEADER', 16, '', 'Y', 'A', 0),
(603, 151, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(604, 151, 'FOOTER', 16, '', 'Y', 'A', 0),
(609, 153, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(610, 153, 'HEADER', 16, '', 'Y', 'A', 0),
(611, 153, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(612, 153, 'FOOTER', 16, '', 'Y', 'A', 0),
(613, 154, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(614, 154, 'HEADER', 16, '', 'Y', 'A', 0),
(615, 154, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(616, 154, 'FOOTER', 16, '', 'Y', 'A', 0),
(617, 155, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(618, 155, 'HEADER', 16, '', 'Y', 'A', 0),
(619, 155, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(620, 155, 'FOOTER', 16, '', 'Y', 'A', 0),
(625, 157, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(626, 157, 'HEADER', 16, '', 'Y', 'A', 0),
(627, 157, 'CONTENT', 16, 'cat-content-grid promotion-page', 'Y', 'A', 0),
(628, 157, 'FOOTER', 16, '', 'Y', 'A', 0),
(629, 158, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(630, 158, 'HEADER', 16, '', 'Y', 'A', 0),
(631, 158, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(632, 158, 'FOOTER', 16, '', 'Y', 'A', 0),
(637, 160, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(638, 160, 'HEADER', 16, '', 'Y', 'A', 0),
(639, 160, 'CONTENT', 16, '', 'Y', 'A', 0),
(640, 160, 'FOOTER', 16, '', 'Y', 'A', 0),
(641, 161, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(642, 161, 'HEADER', 16, '', 'Y', 'A', 0),
(643, 161, 'CONTENT', 16, '', 'Y', 'A', 0),
(644, 161, 'FOOTER', 16, '', 'Y', 'A', 0),
(645, 162, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(646, 162, 'HEADER', 16, '', 'Y', 'A', 0),
(647, 162, 'CONTENT', 16, '', 'Y', 'A', 0),
(648, 162, 'FOOTER', 16, '', 'Y', 'A', 0),
(649, 163, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(650, 163, 'HEADER', 16, '', 'Y', 'A', 0),
(651, 163, 'CONTENT', 16, '', 'Y', 'A', 0),
(652, 163, 'FOOTER', 16, '', 'Y', 'A', 0),
(653, 164, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(654, 164, 'HEADER', 16, '', 'Y', 'A', 0),
(655, 164, 'CONTENT', 16, '', 'Y', 'A', 0),
(656, 164, 'FOOTER', 16, '', 'Y', 'A', 0),
(657, 165, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(658, 165, 'HEADER', 16, '', 'Y', 'A', 0),
(659, 165, 'CONTENT', 16, '', 'Y', 'A', 0),
(660, 165, 'FOOTER', 16, '', 'Y', 'A', 0),
(661, 166, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(662, 166, 'HEADER', 16, '', 'Y', 'A', 0),
(663, 166, 'CONTENT', 16, '', 'Y', 'A', 0),
(664, 166, 'FOOTER', 16, '', 'Y', 'A', 0),
(665, 167, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(666, 167, 'HEADER', 16, '', 'Y', 'A', 0),
(667, 167, 'CONTENT', 16, '', 'Y', 'A', 0),
(668, 167, 'FOOTER', 16, '', 'Y', 'A', 0),
(669, 168, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(670, 168, 'HEADER', 16, '', 'Y', 'A', 0),
(671, 168, 'CONTENT', 16, '', 'Y', 'A', 0),
(672, 168, 'FOOTER', 16, '', 'Y', 'A', 0),
(673, 169, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(674, 169, 'HEADER', 16, '', 'Y', 'A', 0),
(675, 169, 'CONTENT', 16, '', 'Y', 'A', 0),
(676, 169, 'FOOTER', 16, '', 'Y', 'A', 0),
(677, 170, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(678, 170, 'HEADER', 16, '', 'Y', 'A', 0),
(679, 170, 'CONTENT', 16, '', 'Y', 'A', 0),
(680, 170, 'FOOTER', 16, '', 'Y', 'A', 0),
(681, 171, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(682, 171, 'HEADER', 16, '', 'Y', 'A', 0),
(683, 171, 'CONTENT', 16, '', 'Y', 'A', 0),
(684, 171, 'FOOTER', 16, '', 'Y', 'A', 0),
(685, 172, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(686, 172, 'HEADER', 16, '', 'Y', 'A', 0),
(687, 172, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(688, 172, 'FOOTER', 16, '', 'Y', 'A', 0),
(689, 173, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(690, 173, 'HEADER', 16, '', 'Y', 'A', 0),
(691, 173, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(692, 173, 'FOOTER', 16, '', 'Y', 'A', 0),
(693, 174, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(694, 174, 'HEADER', 16, '', 'Y', 'A', 0),
(695, 174, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(696, 174, 'FOOTER', 16, '', 'Y', 'A', 0),
(697, 175, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(698, 175, 'HEADER', 16, '', 'Y', 'A', 0),
(699, 175, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(700, 175, 'FOOTER', 16, '', 'Y', 'A', 0),
(701, 176, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(702, 176, 'HEADER', 16, '', 'Y', 'A', 0),
(703, 176, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(704, 176, 'FOOTER', 16, '', 'Y', 'A', 0),
(705, 177, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(706, 177, 'HEADER', 16, '', 'Y', 'A', 0),
(707, 177, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(708, 177, 'FOOTER', 16, '', 'Y', 'A', 0),
(709, 178, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(710, 178, 'HEADER', 16, '', 'Y', 'A', 0),
(711, 178, 'CONTENT', 16, '', 'Y', 'A', 0),
(712, 178, 'FOOTER', 16, '', 'Y', 'A', 0),
(713, 179, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(714, 179, 'HEADER', 16, '', 'Y', 'A', 0),
(715, 179, 'CONTENT', 16, '', 'Y', 'A', 0),
(716, 179, 'FOOTER', 16, '', 'Y', 'A', 0),
(717, 180, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(718, 180, 'HEADER', 16, '', 'Y', 'A', 0),
(719, 180, 'CONTENT', 16, '', 'Y', 'A', 0),
(720, 180, 'FOOTER', 16, '', 'Y', 'A', 0),
(721, 181, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(722, 181, 'HEADER', 16, '', 'Y', 'A', 0),
(723, 181, 'CONTENT', 16, '', 'Y', 'A', 0),
(724, 181, 'FOOTER', 16, '', 'Y', 'A', 0),
(725, 182, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(726, 182, 'HEADER', 16, '', 'Y', 'A', 0),
(727, 182, 'CONTENT', 16, '', 'Y', 'A', 0),
(728, 182, 'FOOTER', 16, '', 'Y', 'A', 0),
(729, 183, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(730, 183, 'HEADER', 16, '', 'Y', 'A', 0),
(731, 183, 'CONTENT', 16, '', 'Y', 'A', 0),
(732, 183, 'FOOTER', 16, '', 'Y', 'A', 0),
(733, 184, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(734, 184, 'HEADER', 16, 'header-grid', 'Y', 'A', 0),
(735, 184, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(736, 184, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(737, 185, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(738, 185, 'HEADER', 16, '', 'Y', 'A', 0),
(739, 185, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(740, 185, 'FOOTER', 16, '', 'Y', 'A', 0),
(741, 186, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(742, 186, 'HEADER', 16, '', 'Y', 'A', 0),
(743, 186, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(744, 186, 'FOOTER', 16, '', 'Y', 'A', 0),
(745, 187, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(746, 187, 'HEADER', 16, '', 'Y', 'A', 0),
(747, 187, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(748, 187, 'FOOTER', 16, '', 'Y', 'A', 0),
(749, 188, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(750, 188, 'HEADER', 16, '', 'Y', 'A', 0),
(751, 188, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(752, 188, 'FOOTER', 16, '', 'Y', 'A', 0),
(753, 189, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(754, 189, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(755, 189, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(756, 189, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(757, 190, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(758, 190, 'HEADER', 16, '', 'Y', 'A', 0),
(759, 190, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(760, 190, 'FOOTER', 16, '', 'Y', 'A', 0),
(761, 191, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(762, 191, 'HEADER', 16, '', 'Y', 'A', 0),
(763, 191, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(764, 191, 'FOOTER', 16, '', 'Y', 'A', 0),
(765, 192, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(766, 192, 'HEADER', 16, '', 'Y', 'A', 0),
(767, 192, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(768, 192, 'FOOTER', 16, '', 'Y', 'A', 0),
(769, 193, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(770, 193, 'HEADER', 16, '', 'Y', 'A', 0),
(771, 193, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(772, 193, 'FOOTER', 16, '', 'Y', 'A', 0),
(773, 194, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(774, 194, 'HEADER', 16, '', 'Y', 'A', 0),
(775, 194, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(776, 194, 'FOOTER', 16, '', 'Y', 'A', 0),
(777, 195, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(778, 195, 'HEADER', 16, '', 'N', 'A', 0),
(779, 195, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(780, 195, 'FOOTER', 16, '', 'Y', 'A', 0),
(781, 196, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(782, 196, 'HEADER', 16, '', 'Y', 'A', 0),
(783, 196, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(784, 196, 'FOOTER', 16, '', 'Y', 'A', 0),
(789, 198, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(790, 198, 'HEADER', 16, '', 'Y', 'A', 0),
(791, 198, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(792, 198, 'FOOTER', 16, '', 'Y', 'A', 0),
(793, 199, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(794, 199, 'HEADER', 16, '', 'Y', 'A', 0),
(795, 199, 'CONTENT', 16, '', 'Y', 'A', 0),
(796, 199, 'FOOTER', 16, '', 'Y', 'A', 0),
(801, 201, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(802, 201, 'HEADER', 16, 'header-grid advanced-header', 'Y', 'A', 0),
(803, 201, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(804, 201, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(805, 202, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(806, 202, 'HEADER', 16, '', 'Y', 'A', 0),
(807, 202, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(808, 202, 'FOOTER', 16, '', 'Y', 'A', 0),
(809, 203, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(810, 203, 'HEADER', 16, '', 'Y', 'A', 0),
(811, 203, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(812, 203, 'FOOTER', 16, '', 'Y', 'A', 0),
(813, 204, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(814, 204, 'HEADER', 16, '', 'Y', 'A', 0),
(815, 204, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(816, 204, 'FOOTER', 16, '', 'Y', 'A', 0),
(817, 205, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(818, 205, 'HEADER', 16, '', 'Y', 'A', 0),
(819, 205, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(820, 205, 'FOOTER', 16, '', 'Y', 'A', 0),
(821, 206, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(822, 206, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(823, 206, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(824, 206, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(825, 207, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(826, 207, 'HEADER', 16, '', 'Y', 'A', 0),
(827, 207, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(828, 207, 'FOOTER', 16, '', 'Y', 'A', 0),
(829, 208, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(830, 208, 'HEADER', 16, '', 'Y', 'A', 0),
(831, 208, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(832, 208, 'FOOTER', 16, '', 'Y', 'A', 0),
(833, 209, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(834, 209, 'HEADER', 16, '', 'Y', 'A', 0),
(835, 209, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(836, 209, 'FOOTER', 16, '', 'Y', 'A', 0),
(837, 210, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(838, 210, 'HEADER', 16, '', 'Y', 'A', 0),
(839, 210, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(840, 210, 'FOOTER', 16, '', 'Y', 'A', 0),
(841, 211, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(842, 211, 'HEADER', 16, '', 'Y', 'A', 0),
(843, 211, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(844, 211, 'FOOTER', 16, '', 'Y', 'A', 0),
(845, 212, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(846, 212, 'HEADER', 16, '', 'Y', 'A', 0),
(847, 212, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(848, 212, 'FOOTER', 16, '', 'Y', 'A', 0),
(853, 214, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(854, 214, 'HEADER', 16, '', 'Y', 'A', 0),
(855, 214, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(856, 214, 'FOOTER', 16, '', 'Y', 'A', 0),
(857, 215, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(858, 215, 'HEADER', 16, '', 'Y', 'A', 0),
(859, 215, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(860, 215, 'FOOTER', 16, '', 'Y', 'A', 0),
(861, 216, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(862, 216, 'HEADER', 16, '', 'Y', 'A', 0),
(863, 216, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(864, 216, 'FOOTER', 16, '', 'Y', 'A', 0),
(869, 218, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(870, 218, 'HEADER', 16, '', 'Y', 'A', 0),
(871, 218, 'CONTENT', 16, 'cat-content-grid promotion-page', 'Y', 'A', 0),
(872, 218, 'FOOTER', 16, '', 'Y', 'A', 0),
(881, 221, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(882, 221, 'HEADER', 16, 'header-grid advanced-header', 'N', 'A', 0),
(883, 221, 'CONTENT', 16, 'cat-content-grid vendor-store', 'Y', 'A', 0),
(884, 221, 'FOOTER', 16, '', 'Y', 'A', 0),
(885, 222, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(886, 222, 'HEADER', 16, 'header-grid default-header', 'Y', 'A', 0),
(887, 222, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(888, 222, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(889, 223, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(890, 223, 'HEADER', 16, '', 'Y', 'A', 0),
(891, 223, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(892, 223, 'FOOTER', 16, '', 'Y', 'A', 0),
(893, 224, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(894, 224, 'HEADER', 16, '', 'Y', 'A', 0),
(895, 224, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(896, 224, 'FOOTER', 16, '', 'Y', 'A', 0),
(897, 225, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(898, 225, 'HEADER', 16, '', 'Y', 'A', 0),
(899, 225, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(900, 225, 'FOOTER', 16, '', 'Y', 'A', 0),
(901, 226, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(902, 226, 'HEADER', 16, '', 'Y', 'A', 0),
(903, 226, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(904, 226, 'FOOTER', 16, '', 'Y', 'A', 0),
(905, 227, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(906, 227, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(907, 227, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(908, 227, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(909, 228, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(910, 228, 'HEADER', 16, '', 'Y', 'A', 0),
(911, 228, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(912, 228, 'FOOTER', 16, '', 'Y', 'A', 0),
(913, 229, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(914, 229, 'HEADER', 16, '', 'Y', 'A', 0),
(915, 229, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(916, 229, 'FOOTER', 16, '', 'Y', 'A', 0),
(917, 230, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(918, 230, 'HEADER', 16, '', 'Y', 'A', 0),
(919, 230, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(920, 230, 'FOOTER', 16, '', 'Y', 'A', 0),
(921, 231, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(922, 231, 'HEADER', 16, '', 'Y', 'A', 0),
(923, 231, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(924, 231, 'FOOTER', 16, '', 'Y', 'A', 0),
(925, 232, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(926, 232, 'HEADER', 16, '', 'Y', 'A', 0),
(927, 232, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(928, 232, 'FOOTER', 16, '', 'Y', 'A', 0),
(933, 234, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(934, 234, 'HEADER', 16, '', 'Y', 'A', 0),
(935, 234, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(936, 234, 'FOOTER', 16, '', 'Y', 'A', 0),
(937, 235, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(938, 235, 'HEADER', 16, '', 'Y', 'A', 0),
(939, 235, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(940, 235, 'FOOTER', 16, '', 'Y', 'A', 0),
(941, 236, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(942, 236, 'HEADER', 16, '', 'Y', 'A', 0),
(943, 236, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(944, 236, 'FOOTER', 16, '', 'Y', 'A', 0),
(945, 237, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(946, 237, 'HEADER', 16, '', 'Y', 'A', 0),
(947, 237, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(948, 237, 'FOOTER', 16, '', 'Y', 'A', 0),
(953, 239, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(954, 239, 'HEADER', 16, '', 'Y', 'A', 0),
(955, 239, 'CONTENT', 16, 'cat-content-grid promotion-page', 'Y', 'A', 0),
(956, 239, 'FOOTER', 16, '', 'Y', 'A', 0),
(965, 242, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(966, 242, 'HEADER', 16, 'header-grid default-header', 'N', 'A', 0),
(967, 242, 'CONTENT', 16, 'cat-content-grid vendor-store', 'Y', 'A', 0),
(968, 242, 'FOOTER', 16, '', 'Y', 'A', 0),
(969, 243, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(970, 243, 'HEADER', 16, 'header-grid advanced-header', 'Y', 'A', 0),
(971, 243, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(972, 243, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(973, 244, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(974, 244, 'HEADER', 16, 'header-grid advanced-header fixed', 'N', 'A', 0),
(975, 244, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(976, 244, 'FOOTER', 16, '', 'Y', 'A', 0),
(977, 245, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(978, 245, 'HEADER', 16, '', 'Y', 'A', 0),
(979, 245, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(980, 245, 'FOOTER', 16, '', 'Y', 'A', 0),
(981, 246, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(982, 246, 'HEADER', 16, '', 'Y', 'A', 0),
(983, 246, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(984, 246, 'FOOTER', 16, '', 'Y', 'A', 0),
(985, 247, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(986, 247, 'HEADER', 16, '', 'Y', 'A', 0),
(987, 247, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(988, 247, 'FOOTER', 16, '', 'Y', 'A', 0),
(989, 248, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(990, 248, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(991, 248, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(992, 248, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(993, 249, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(994, 249, 'HEADER', 16, '', 'Y', 'A', 0),
(995, 249, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(996, 249, 'FOOTER', 16, '', 'Y', 'A', 0),
(997, 250, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(998, 250, 'HEADER', 16, '', 'Y', 'A', 0),
(999, 250, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1000, 250, 'FOOTER', 16, '', 'Y', 'A', 0),
(1001, 251, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1002, 251, 'HEADER', 16, '', 'Y', 'A', 0),
(1003, 251, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1004, 251, 'FOOTER', 16, '', 'Y', 'A', 0),
(1005, 252, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1006, 252, 'HEADER', 16, '', 'Y', 'A', 0),
(1007, 252, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1008, 252, 'FOOTER', 16, '', 'Y', 'A', 0),
(1009, 253, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1010, 253, 'HEADER', 16, '', 'Y', 'A', 0),
(1011, 253, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1012, 253, 'FOOTER', 16, '', 'Y', 'A', 0),
(1017, 255, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1018, 255, 'HEADER', 16, '', 'Y', 'A', 0),
(1019, 255, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1020, 255, 'FOOTER', 16, '', 'Y', 'A', 0),
(1021, 256, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1022, 256, 'HEADER', 16, '', 'Y', 'A', 0),
(1023, 256, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(1024, 256, 'FOOTER', 16, '', 'Y', 'A', 0),
(1025, 257, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1026, 257, 'HEADER', 16, '', 'Y', 'A', 0),
(1027, 257, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1028, 257, 'FOOTER', 16, '', 'Y', 'A', 0),
(1029, 258, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1030, 258, 'HEADER', 16, '', 'Y', 'A', 0),
(1031, 258, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(1032, 258, 'FOOTER', 16, '', 'Y', 'A', 0),
(1037, 260, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1038, 260, 'HEADER', 16, '', 'Y', 'A', 0),
(1039, 260, 'CONTENT', 16, 'cat-content-grid promotion-page', 'Y', 'A', 0),
(1040, 260, 'FOOTER', 16, '', 'Y', 'A', 0),
(1049, 263, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(1050, 263, 'HEADER', 16, 'header-grid advanced-header', 'N', 'A', 0),
(1051, 263, 'CONTENT', 16, 'cat-content-grid vendor-store', 'Y', 'A', 0),
(1052, 263, 'FOOTER', 16, '', 'Y', 'A', 0),
(1053, 264, 'TOP_PANEL', 16, 'top-grid', 'Y', 'D', 0),
(1054, 264, 'HEADER', 16, 'header-widget-grid', 'Y', 'A', 0),
(1055, 264, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1056, 264, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'D', 0),
(1057, 265, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1058, 265, 'HEADER', 16, '', 'Y', 'A', 0),
(1059, 265, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1060, 265, 'FOOTER', 16, '', 'Y', 'A', 0),
(1061, 266, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1062, 266, 'HEADER', 16, '', 'Y', 'A', 0),
(1063, 266, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1064, 266, 'FOOTER', 16, '', 'Y', 'A', 0),
(1065, 267, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1066, 267, 'HEADER', 16, '', 'Y', 'A', 0),
(1067, 267, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1068, 267, 'FOOTER', 16, '', 'Y', 'A', 0),
(1069, 268, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1070, 268, 'HEADER', 16, '', 'Y', 'A', 0),
(1071, 268, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1072, 268, 'FOOTER', 16, '', 'Y', 'A', 0),
(1073, 269, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1074, 269, 'HEADER', 16, '', 'Y', 'A', 0),
(1075, 269, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1076, 269, 'FOOTER', 16, '', 'Y', 'A', 0),
(1077, 270, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1078, 270, 'HEADER', 16, '', 'Y', 'A', 0),
(1079, 270, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1080, 270, 'FOOTER', 16, '', 'Y', 'A', 0),
(1081, 271, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1082, 271, 'HEADER', 16, '', 'Y', 'A', 0),
(1083, 271, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1084, 271, 'FOOTER', 16, '', 'Y', 'A', 0),
(1085, 272, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1086, 272, 'HEADER', 16, '', 'Y', 'A', 0),
(1087, 272, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1088, 272, 'FOOTER', 16, '', 'Y', 'A', 0),
(1089, 273, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1090, 273, 'HEADER', 16, '', 'Y', 'A', 0),
(1091, 273, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1092, 273, 'FOOTER', 16, '', 'Y', 'A', 0),
(1093, 274, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1094, 274, 'HEADER', 16, '', 'Y', 'A', 0),
(1095, 274, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1096, 274, 'FOOTER', 16, '', 'Y', 'A', 0),
(1101, 276, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1102, 276, 'HEADER', 16, '', 'Y', 'A', 0),
(1103, 276, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1104, 276, 'FOOTER', 16, '', 'Y', 'A', 0),
(1105, 277, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1106, 277, 'HEADER', 16, '', 'Y', 'A', 0),
(1107, 277, 'CONTENT', 16, '', 'Y', 'A', 0),
(1108, 277, 'FOOTER', 16, '', 'Y', 'A', 0),
(1113, 279, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1114, 279, 'HEADER', 16, '', 'Y', 'A', 0),
(1115, 279, 'CONTENT', 16, '', 'Y', 'A', 0),
(1116, 279, 'FOOTER', 16, '', 'Y', 'A', 0),
(1117, 280, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1118, 280, 'HEADER', 16, '', 'Y', 'A', 0),
(1119, 280, 'CONTENT', 16, '', 'Y', 'A', 0),
(1120, 280, 'FOOTER', 16, '', 'Y', 'A', 0),
(1121, 281, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1122, 281, 'HEADER', 16, '', 'Y', 'A', 0),
(1123, 281, 'CONTENT', 16, '', 'Y', 'A', 0),
(1124, 281, 'FOOTER', 16, '', 'Y', 'A', 0),
(1125, 282, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1126, 282, 'HEADER', 16, '', 'Y', 'A', 0),
(1127, 282, 'CONTENT', 16, '', 'Y', 'A', 0),
(1128, 282, 'FOOTER', 16, '', 'Y', 'A', 0),
(1129, 283, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1130, 283, 'HEADER', 16, '', 'Y', 'A', 0),
(1131, 283, 'CONTENT', 16, '', 'Y', 'A', 0),
(1132, 283, 'FOOTER', 16, '', 'Y', 'A', 0),
(1133, 284, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1134, 284, 'HEADER', 16, '', 'Y', 'A', 0),
(1135, 284, 'CONTENT', 16, '', 'Y', 'A', 0),
(1136, 284, 'FOOTER', 16, '', 'Y', 'A', 0),
(1137, 285, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1138, 285, 'HEADER', 16, '', 'Y', 'A', 0),
(1139, 285, 'CONTENT', 16, '', 'Y', 'A', 0),
(1140, 285, 'FOOTER', 16, '', 'Y', 'A', 0),
(1141, 286, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1142, 286, 'HEADER', 16, '', 'Y', 'A', 0),
(1143, 286, 'CONTENT', 16, '', 'Y', 'A', 0),
(1144, 286, 'FOOTER', 16, '', 'Y', 'A', 0),
(1145, 287, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1146, 287, 'HEADER', 16, '', 'Y', 'A', 0),
(1147, 287, 'CONTENT', 16, '', 'Y', 'A', 0),
(1148, 287, 'FOOTER', 16, '', 'Y', 'A', 0),
(1149, 288, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1150, 288, 'HEADER', 16, '', 'Y', 'A', 0),
(1151, 288, 'CONTENT', 16, '', 'Y', 'A', 0),
(1152, 288, 'FOOTER', 16, '', 'Y', 'A', 0),
(1153, 289, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1154, 289, 'HEADER', 16, '', 'Y', 'A', 0),
(1155, 289, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1156, 289, 'FOOTER', 16, '', 'Y', 'A', 0),
(1157, 290, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1158, 290, 'HEADER', 16, '', 'Y', 'A', 0),
(1159, 290, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1160, 290, 'FOOTER', 16, '', 'Y', 'A', 0),
(1161, 291, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1162, 291, 'HEADER', 16, '', 'Y', 'A', 0),
(1163, 291, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1164, 291, 'FOOTER', 16, '', 'Y', 'A', 0),
(1165, 292, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1166, 292, 'HEADER', 16, '', 'Y', 'A', 0),
(1167, 292, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1168, 292, 'FOOTER', 16, '', 'Y', 'A', 0),
(1169, 293, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1170, 293, 'HEADER', 16, '', 'Y', 'A', 0),
(1171, 293, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1172, 293, 'FOOTER', 16, '', 'Y', 'A', 0),
(1173, 294, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1174, 294, 'HEADER', 16, '', 'Y', 'A', 0),
(1175, 294, 'CONTENT', 16, '', 'Y', 'A', 0),
(1176, 294, 'FOOTER', 16, '', 'Y', 'A', 0),
(1177, 295, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1178, 295, 'HEADER', 16, '', 'Y', 'A', 0),
(1179, 295, 'CONTENT', 16, '', 'Y', 'A', 0),
(1180, 295, 'FOOTER', 16, '', 'Y', 'A', 0),
(1181, 296, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1182, 296, 'HEADER', 16, '', 'Y', 'A', 0),
(1183, 296, 'CONTENT', 16, '', 'Y', 'A', 0),
(1184, 296, 'FOOTER', 16, '', 'Y', 'A', 0),
(1185, 297, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1186, 297, 'HEADER', 16, '', 'Y', 'A', 0),
(1187, 297, 'CONTENT', 16, '', 'Y', 'A', 0),
(1188, 297, 'FOOTER', 16, '', 'Y', 'A', 0),
(1189, 298, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1190, 298, 'HEADER', 16, '', 'Y', 'A', 0),
(1191, 298, 'CONTENT', 16, '', 'Y', 'A', 0),
(1192, 298, 'FOOTER', 16, '', 'Y', 'A', 0),
(1193, 299, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(1194, 299, 'HEADER', 16, 'header-grid advanced-header', 'Y', 'A', 0),
(1195, 299, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1196, 299, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(1197, 300, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1198, 300, 'HEADER', 16, '', 'Y', 'A', 0),
(1199, 300, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1200, 300, 'FOOTER', 16, '', 'Y', 'A', 0),
(1201, 301, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1202, 301, 'HEADER', 16, '', 'Y', 'A', 0),
(1203, 301, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1204, 301, 'FOOTER', 16, '', 'Y', 'A', 0),
(1205, 302, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1206, 302, 'HEADER', 16, '', 'Y', 'A', 0),
(1207, 302, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(1208, 302, 'FOOTER', 16, '', 'Y', 'A', 0),
(1209, 303, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1210, 303, 'HEADER', 16, '', 'Y', 'A', 0),
(1211, 303, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1212, 303, 'FOOTER', 16, '', 'Y', 'A', 0),
(1213, 304, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(1214, 304, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(1215, 304, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1216, 304, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(1217, 305, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1218, 305, 'HEADER', 16, '', 'Y', 'A', 0),
(1219, 305, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1220, 305, 'FOOTER', 16, '', 'Y', 'A', 0),
(1221, 306, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1222, 306, 'HEADER', 16, '', 'Y', 'A', 0),
(1223, 306, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1224, 306, 'FOOTER', 16, '', 'Y', 'A', 0),
(1225, 307, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1226, 307, 'HEADER', 16, '', 'Y', 'A', 0),
(1227, 307, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1228, 307, 'FOOTER', 16, '', 'Y', 'A', 0),
(1229, 308, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1230, 308, 'HEADER', 16, '', 'Y', 'A', 0),
(1231, 308, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1232, 308, 'FOOTER', 16, '', 'Y', 'A', 0),
(1233, 309, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1234, 309, 'HEADER', 16, '', 'Y', 'A', 0),
(1235, 309, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1236, 309, 'FOOTER', 16, '', 'Y', 'A', 0),
(1237, 310, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1238, 310, 'HEADER', 16, '', 'Y', 'A', 0),
(1239, 310, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0);
INSERT INTO `partiushop_bm_containers` (`container_id`, `location_id`, `position`, `width`, `user_class`, `linked_to_default`, `status`, `company_id`) VALUES
(1240, 310, 'FOOTER', 16, '', 'Y', 'A', 0),
(1241, 311, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1242, 311, 'HEADER', 16, '', 'Y', 'A', 0),
(1243, 311, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1244, 311, 'FOOTER', 16, '', 'Y', 'A', 0),
(1245, 312, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1246, 312, 'HEADER', 16, '', 'Y', 'A', 0),
(1247, 312, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(1248, 312, 'FOOTER', 16, '', 'Y', 'A', 0),
(1249, 313, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1250, 313, 'HEADER', 16, '', 'Y', 'A', 0),
(1251, 313, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1252, 313, 'FOOTER', 16, '', 'Y', 'A', 0),
(1253, 314, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1254, 314, 'HEADER', 16, '', 'Y', 'A', 0),
(1255, 314, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(1256, 314, 'FOOTER', 16, '', 'Y', 'A', 0),
(1257, 315, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1258, 315, 'HEADER', 16, '', 'Y', 'A', 0),
(1259, 315, 'CONTENT', 16, '', 'Y', 'A', 0),
(1260, 315, 'FOOTER', 16, '', 'Y', 'A', 0),
(1261, 316, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1262, 316, 'HEADER', 16, '', 'Y', 'A', 0),
(1263, 316, 'CONTENT', 16, '', 'Y', 'A', 0),
(1264, 316, 'FOOTER', 16, '', 'Y', 'A', 0),
(1265, 317, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1266, 317, 'HEADER', 16, '', 'Y', 'A', 0),
(1267, 317, 'CONTENT', 16, 'cat-content-grid promotion-page', 'Y', 'A', 0),
(1268, 317, 'FOOTER', 16, '', 'Y', 'A', 0),
(1273, 319, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(1274, 319, 'HEADER', 16, 'header-grid advanced-header', 'N', 'A', 0),
(1275, 319, 'CONTENT', 16, 'cat-content-grid vendor-store', 'Y', 'A', 0),
(1276, 319, 'FOOTER', 16, '', 'Y', 'A', 0),
(1277, 320, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1278, 320, 'HEADER', 16, '', 'Y', 'A', 0),
(1279, 320, 'CONTENT', 16, '', 'Y', 'A', 0),
(1280, 320, 'FOOTER', 16, '', 'Y', 'A', 0),
(1281, 321, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1282, 321, 'HEADER', 16, '', 'Y', 'A', 0),
(1283, 321, 'CONTENT', 16, '', 'Y', 'A', 0),
(1284, 321, 'FOOTER', 16, '', 'Y', 'A', 0),
(1285, 322, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1286, 322, 'HEADER', 16, '', 'Y', 'A', 0),
(1287, 322, 'CONTENT', 16, '', 'Y', 'A', 0),
(1288, 322, 'FOOTER', 16, '', 'Y', 'A', 0),
(1289, 323, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1290, 323, 'HEADER', 16, '', 'Y', 'A', 0),
(1291, 323, 'CONTENT', 16, '', 'Y', 'A', 0),
(1292, 323, 'FOOTER', 16, '', 'Y', 'A', 0),
(1293, 324, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1294, 324, 'HEADER', 16, '', 'Y', 'A', 0),
(1295, 324, 'CONTENT', 16, '', 'Y', 'A', 0),
(1296, 324, 'FOOTER', 16, '', 'Y', 'A', 0),
(1297, 325, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1298, 325, 'HEADER', 16, '', 'Y', 'A', 0),
(1299, 325, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1300, 325, 'FOOTER', 16, '', 'Y', 'A', 0),
(1301, 326, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1302, 326, 'HEADER', 16, '', 'Y', 'A', 0),
(1303, 326, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1304, 326, 'FOOTER', 16, '', 'Y', 'A', 0),
(1305, 327, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(1306, 327, 'HEADER', 16, 'header-grid', 'Y', 'A', 0),
(1307, 327, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1308, 327, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(1309, 328, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1310, 328, 'HEADER', 16, '', 'Y', 'A', 0),
(1311, 328, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1312, 328, 'FOOTER', 16, '', 'Y', 'A', 0),
(1313, 329, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1314, 329, 'HEADER', 16, '', 'Y', 'A', 0),
(1315, 329, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1316, 329, 'FOOTER', 16, '', 'Y', 'A', 0),
(1317, 330, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1318, 330, 'HEADER', 16, '', 'Y', 'A', 0),
(1319, 330, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1320, 330, 'FOOTER', 16, '', 'Y', 'A', 0),
(1321, 331, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1322, 331, 'HEADER', 16, '', 'Y', 'A', 0),
(1323, 331, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1324, 331, 'FOOTER', 16, '', 'Y', 'A', 0),
(1325, 332, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(1326, 332, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(1327, 332, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1328, 332, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(1329, 333, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1330, 333, 'HEADER', 16, '', 'Y', 'A', 0),
(1331, 333, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1332, 333, 'FOOTER', 16, '', 'Y', 'A', 0),
(1333, 334, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1334, 334, 'HEADER', 16, '', 'Y', 'A', 0),
(1335, 334, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1336, 334, 'FOOTER', 16, '', 'Y', 'A', 0),
(1337, 335, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1338, 335, 'HEADER', 16, '', 'Y', 'A', 0),
(1339, 335, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1340, 335, 'FOOTER', 16, '', 'Y', 'A', 0),
(1341, 336, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1342, 336, 'HEADER', 16, '', 'Y', 'A', 0),
(1343, 336, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1344, 336, 'FOOTER', 16, '', 'Y', 'A', 0),
(1345, 337, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(1346, 337, 'HEADER', 16, '', 'N', 'A', 0),
(1347, 337, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1348, 337, 'FOOTER', 16, '', 'Y', 'A', 0),
(1349, 338, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1350, 338, 'HEADER', 16, '', 'Y', 'A', 0),
(1351, 338, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1352, 338, 'FOOTER', 16, '', 'Y', 'A', 0),
(1353, 339, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1354, 339, 'HEADER', 16, '', 'Y', 'A', 0),
(1355, 339, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1356, 339, 'FOOTER', 16, '', 'Y', 'A', 0),
(1357, 340, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1358, 340, 'HEADER', 16, '', 'Y', 'A', 0),
(1359, 340, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1360, 340, 'FOOTER', 16, '', 'Y', 'A', 0),
(1361, 341, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1362, 341, 'HEADER', 16, '', 'Y', 'A', 0),
(1363, 341, 'CONTENT', 16, '', 'Y', 'A', 0),
(1364, 341, 'FOOTER', 16, '', 'Y', 'A', 0),
(1365, 342, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1366, 342, 'HEADER', 16, '', 'Y', 'A', 0),
(1367, 342, 'CONTENT', 16, '', 'Y', 'A', 0),
(1368, 342, 'FOOTER', 16, '', 'Y', 'A', 0),
(1369, 343, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1370, 343, 'HEADER', 16, '', 'Y', 'A', 0),
(1371, 343, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1372, 343, 'FOOTER', 16, '', 'Y', 'A', 0),
(1373, 344, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1374, 344, 'HEADER', 16, '', 'Y', 'A', 0),
(1375, 344, 'CONTENT', 16, '', 'Y', 'A', 0),
(1376, 344, 'FOOTER', 16, '', 'Y', 'A', 0),
(1377, 345, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1378, 345, 'HEADER', 16, '', 'Y', 'A', 0),
(1379, 345, 'CONTENT', 16, '', 'Y', 'A', 0),
(1380, 345, 'FOOTER', 16, '', 'Y', 'A', 0),
(1381, 346, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1382, 346, 'HEADER', 16, '', 'Y', 'A', 0),
(1383, 346, 'CONTENT', 16, 'content-grid promotion_page', 'Y', 'A', 0),
(1384, 346, 'FOOTER', 16, '', 'Y', 'A', 0),
(1385, 347, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(1386, 347, 'HEADER', 16, 'header-grid', 'Y', 'A', 0),
(1387, 347, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1388, 347, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(1389, 348, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1390, 348, 'HEADER', 16, '', 'Y', 'A', 0),
(1391, 348, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1392, 348, 'FOOTER', 16, '', 'Y', 'A', 0),
(1393, 349, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1394, 349, 'HEADER', 16, '', 'Y', 'A', 0),
(1395, 349, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1396, 349, 'FOOTER', 16, '', 'Y', 'A', 0),
(1397, 350, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1398, 350, 'HEADER', 16, '', 'Y', 'A', 0),
(1399, 350, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1400, 350, 'FOOTER', 16, '', 'Y', 'A', 0),
(1401, 351, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1402, 351, 'HEADER', 16, '', 'Y', 'A', 0),
(1403, 351, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1404, 351, 'FOOTER', 16, '', 'Y', 'A', 0),
(1405, 352, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1406, 352, 'HEADER', 16, '', 'Y', 'A', 0),
(1407, 352, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1408, 352, 'FOOTER', 16, '', 'Y', 'A', 0),
(1409, 353, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1410, 353, 'HEADER', 16, '', 'Y', 'A', 0),
(1411, 353, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1412, 353, 'FOOTER', 16, '', 'Y', 'A', 0),
(1413, 354, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1414, 354, 'HEADER', 16, '', 'Y', 'A', 0),
(1415, 354, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1416, 354, 'FOOTER', 16, '', 'Y', 'A', 0),
(1417, 355, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1418, 355, 'HEADER', 16, '', 'Y', 'A', 0),
(1419, 355, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1420, 355, 'FOOTER', 16, '', 'Y', 'A', 0),
(1421, 356, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1422, 356, 'HEADER', 16, '', 'Y', 'A', 0),
(1423, 356, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1424, 356, 'FOOTER', 16, '', 'Y', 'A', 0),
(1425, 357, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1426, 357, 'HEADER', 16, '', 'Y', 'A', 0),
(1427, 357, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1428, 357, 'FOOTER', 16, '', 'Y', 'A', 0),
(1429, 358, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1430, 358, 'HEADER', 16, '', 'Y', 'A', 0),
(1431, 358, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1432, 358, 'FOOTER', 16, '', 'Y', 'A', 0),
(1433, 359, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1434, 359, 'HEADER', 16, '', 'Y', 'A', 0),
(1435, 359, 'CONTENT', 16, '', 'Y', 'A', 0),
(1436, 359, 'FOOTER', 16, '', 'Y', 'A', 0),
(1437, 360, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1438, 360, 'HEADER', 16, '', 'Y', 'A', 0),
(1439, 360, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1440, 360, 'FOOTER', 16, '', 'Y', 'A', 0),
(1441, 361, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1442, 361, 'HEADER', 16, '', 'Y', 'A', 0),
(1443, 361, 'CONTENT', 16, '', 'Y', 'A', 0),
(1444, 361, 'FOOTER', 16, '', 'Y', 'A', 0),
(1445, 362, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1446, 362, 'HEADER', 16, '', 'Y', 'A', 0),
(1447, 362, 'CONTENT', 16, '', 'Y', 'A', 0),
(1448, 362, 'FOOTER', 16, '', 'Y', 'A', 0),
(1449, 363, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1450, 363, 'HEADER', 16, '', 'Y', 'A', 0),
(1451, 363, 'CONTENT', 16, 'content-grid promotion_page', 'Y', 'A', 0),
(1452, 363, 'FOOTER', 16, '', 'Y', 'A', 0),
(1453, 364, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(1454, 364, 'HEADER', 16, 'header-grid advanced-header', 'Y', 'A', 0),
(1455, 364, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1456, 364, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(1457, 365, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1458, 365, 'HEADER', 16, '', 'Y', 'A', 0),
(1459, 365, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1460, 365, 'FOOTER', 16, '', 'Y', 'A', 0),
(1461, 366, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1462, 366, 'HEADER', 16, '', 'Y', 'A', 0),
(1463, 366, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1464, 366, 'FOOTER', 16, '', 'Y', 'A', 0),
(1465, 367, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1466, 367, 'HEADER', 16, '', 'Y', 'A', 0),
(1467, 367, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(1468, 367, 'FOOTER', 16, '', 'Y', 'A', 0),
(1469, 368, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1470, 368, 'HEADER', 16, '', 'Y', 'A', 0),
(1471, 368, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1472, 368, 'FOOTER', 16, '', 'Y', 'A', 0),
(1473, 369, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(1474, 369, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(1475, 369, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1476, 369, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(1477, 370, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1478, 370, 'HEADER', 16, '', 'Y', 'A', 0),
(1479, 370, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1480, 370, 'FOOTER', 16, '', 'Y', 'A', 0),
(1481, 371, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1482, 371, 'HEADER', 16, '', 'Y', 'A', 0),
(1483, 371, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1484, 371, 'FOOTER', 16, '', 'Y', 'A', 0),
(1485, 372, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1486, 372, 'HEADER', 16, '', 'Y', 'A', 0),
(1487, 372, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1488, 372, 'FOOTER', 16, '', 'Y', 'A', 0),
(1489, 373, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1490, 373, 'HEADER', 16, '', 'Y', 'A', 0),
(1491, 373, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1492, 373, 'FOOTER', 16, '', 'Y', 'A', 0),
(1493, 374, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1494, 374, 'HEADER', 16, '', 'Y', 'A', 0),
(1495, 374, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1496, 374, 'FOOTER', 16, '', 'Y', 'A', 0),
(1497, 375, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1498, 375, 'HEADER', 16, '', 'Y', 'A', 0),
(1499, 375, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1500, 375, 'FOOTER', 16, '', 'Y', 'A', 0),
(1501, 376, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1502, 376, 'HEADER', 16, '', 'Y', 'A', 0),
(1503, 376, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(1504, 376, 'FOOTER', 16, '', 'Y', 'A', 0),
(1505, 377, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1506, 377, 'HEADER', 16, '', 'Y', 'A', 0),
(1507, 377, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1508, 377, 'FOOTER', 16, '', 'Y', 'A', 0),
(1509, 378, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1510, 378, 'HEADER', 16, '', 'Y', 'A', 0),
(1511, 378, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(1512, 378, 'FOOTER', 16, '', 'Y', 'A', 0),
(1513, 379, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1514, 379, 'HEADER', 16, '', 'Y', 'A', 0),
(1515, 379, 'CONTENT', 16, 'cat-content-grid promotion-page', 'Y', 'A', 0),
(1516, 379, 'FOOTER', 16, '', 'Y', 'A', 0),
(1517, 380, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1518, 380, 'HEADER', 16, '', 'Y', 'A', 0),
(1519, 380, 'CONTENT', 16, '', 'Y', 'A', 0),
(1520, 380, 'FOOTER', 16, '', 'Y', 'A', 0),
(1521, 381, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(1522, 381, 'HEADER', 16, 'header-grid advanced-header', 'N', 'A', 0),
(1523, 381, 'CONTENT', 16, 'cat-content-grid vendor-store', 'Y', 'A', 0),
(1524, 381, 'FOOTER', 16, '', 'Y', 'A', 0),
(1525, 382, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1526, 382, 'HEADER', 16, '', 'Y', 'A', 0),
(1527, 382, 'CONTENT', 16, '', 'Y', 'A', 0),
(1528, 382, 'FOOTER', 16, '', 'Y', 'A', 0),
(1529, 383, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1530, 383, 'HEADER', 16, '', 'Y', 'A', 0),
(1531, 383, 'CONTENT', 16, '', 'Y', 'A', 0),
(1532, 383, 'FOOTER', 16, '', 'Y', 'A', 0),
(1533, 384, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1534, 384, 'HEADER', 16, '', 'Y', 'A', 0),
(1535, 384, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1536, 384, 'FOOTER', 16, '', 'Y', 'A', 0),
(1537, 385, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1538, 385, 'HEADER', 16, '', 'Y', 'A', 0),
(1539, 385, 'CONTENT', 16, '', 'Y', 'A', 0),
(1540, 385, 'FOOTER', 16, '', 'Y', 'A', 0),
(1541, 386, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(1542, 386, 'HEADER', 16, 'header-grid default-header', 'Y', 'A', 0),
(1543, 386, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1544, 386, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(1545, 387, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1546, 387, 'HEADER', 16, '', 'Y', 'A', 0),
(1547, 387, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1548, 387, 'FOOTER', 16, '', 'Y', 'A', 0),
(1549, 388, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1550, 388, 'HEADER', 16, '', 'Y', 'A', 0),
(1551, 388, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1552, 388, 'FOOTER', 16, '', 'Y', 'A', 0),
(1553, 389, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1554, 389, 'HEADER', 16, '', 'Y', 'A', 0),
(1555, 389, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(1556, 389, 'FOOTER', 16, '', 'Y', 'A', 0),
(1557, 390, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1558, 390, 'HEADER', 16, '', 'Y', 'A', 0),
(1559, 390, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1560, 390, 'FOOTER', 16, '', 'Y', 'A', 0),
(1561, 391, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(1562, 391, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(1563, 391, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1564, 391, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(1565, 392, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1566, 392, 'HEADER', 16, '', 'Y', 'A', 0),
(1567, 392, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1568, 392, 'FOOTER', 16, '', 'Y', 'A', 0),
(1569, 393, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1570, 393, 'HEADER', 16, '', 'Y', 'A', 0),
(1571, 393, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1572, 393, 'FOOTER', 16, '', 'Y', 'A', 0),
(1573, 394, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1574, 394, 'HEADER', 16, '', 'Y', 'A', 0),
(1575, 394, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1576, 394, 'FOOTER', 16, '', 'Y', 'A', 0),
(1577, 395, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1578, 395, 'HEADER', 16, '', 'Y', 'A', 0),
(1579, 395, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1580, 395, 'FOOTER', 16, '', 'Y', 'A', 0),
(1581, 396, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1582, 396, 'HEADER', 16, '', 'Y', 'A', 0),
(1583, 396, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1584, 396, 'FOOTER', 16, '', 'Y', 'A', 0),
(1585, 397, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1586, 397, 'HEADER', 16, '', 'Y', 'A', 0),
(1587, 397, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1588, 397, 'FOOTER', 16, '', 'Y', 'A', 0),
(1589, 398, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1590, 398, 'HEADER', 16, '', 'Y', 'A', 0),
(1591, 398, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(1592, 398, 'FOOTER', 16, '', 'Y', 'A', 0),
(1593, 399, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1594, 399, 'HEADER', 16, '', 'Y', 'A', 0),
(1595, 399, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1596, 399, 'FOOTER', 16, '', 'Y', 'A', 0),
(1597, 400, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1598, 400, 'HEADER', 16, '', 'Y', 'A', 0),
(1599, 400, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(1600, 400, 'FOOTER', 16, '', 'Y', 'A', 0),
(1601, 401, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1602, 401, 'HEADER', 16, '', 'Y', 'A', 0),
(1603, 401, 'CONTENT', 16, 'cat-content-grid promotion-page', 'Y', 'A', 0),
(1604, 401, 'FOOTER', 16, '', 'Y', 'A', 0),
(1605, 402, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1606, 402, 'HEADER', 16, '', 'Y', 'A', 0),
(1607, 402, 'CONTENT', 16, '', 'Y', 'A', 0),
(1608, 402, 'FOOTER', 16, '', 'Y', 'A', 0),
(1609, 403, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(1610, 403, 'HEADER', 16, 'header-grid default-header', 'N', 'A', 0),
(1611, 403, 'CONTENT', 16, 'cat-content-grid vendor-store', 'Y', 'A', 0),
(1612, 403, 'FOOTER', 16, '', 'Y', 'A', 0),
(1613, 404, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1614, 404, 'HEADER', 16, '', 'Y', 'A', 0),
(1615, 404, 'CONTENT', 16, '', 'Y', 'A', 0),
(1616, 404, 'FOOTER', 16, '', 'Y', 'A', 0),
(1617, 405, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1618, 405, 'HEADER', 16, '', 'Y', 'A', 0),
(1619, 405, 'CONTENT', 16, '', 'Y', 'A', 0),
(1620, 405, 'FOOTER', 16, '', 'Y', 'A', 0),
(1621, 406, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1622, 406, 'HEADER', 16, '', 'Y', 'A', 0),
(1623, 406, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1624, 406, 'FOOTER', 16, '', 'Y', 'A', 0),
(1625, 407, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1626, 407, 'HEADER', 16, '', 'Y', 'A', 0),
(1627, 407, 'CONTENT', 16, '', 'Y', 'A', 0),
(1628, 407, 'FOOTER', 16, '', 'Y', 'A', 0),
(1629, 408, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(1630, 408, 'HEADER', 16, 'header-grid advanced-header', 'Y', 'A', 0),
(1631, 408, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1632, 408, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(1633, 409, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1634, 409, 'HEADER', 16, 'header-grid advanced-header fixed', 'N', 'A', 0),
(1635, 409, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1636, 409, 'FOOTER', 16, '', 'Y', 'A', 0),
(1637, 410, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1638, 410, 'HEADER', 16, '', 'Y', 'A', 0),
(1639, 410, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1640, 410, 'FOOTER', 16, '', 'Y', 'A', 0),
(1641, 411, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1642, 411, 'HEADER', 16, '', 'Y', 'A', 0),
(1643, 411, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(1644, 411, 'FOOTER', 16, '', 'Y', 'A', 0),
(1645, 412, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1646, 412, 'HEADER', 16, '', 'Y', 'A', 0),
(1647, 412, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1648, 412, 'FOOTER', 16, '', 'Y', 'A', 0),
(1649, 413, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(1650, 413, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(1651, 413, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1652, 413, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(1653, 414, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1654, 414, 'HEADER', 16, '', 'Y', 'A', 0),
(1655, 414, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1656, 414, 'FOOTER', 16, '', 'Y', 'A', 0),
(1657, 415, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1658, 415, 'HEADER', 16, '', 'Y', 'A', 0),
(1659, 415, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1660, 415, 'FOOTER', 16, '', 'Y', 'A', 0),
(1661, 416, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1662, 416, 'HEADER', 16, '', 'Y', 'A', 0),
(1663, 416, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1664, 416, 'FOOTER', 16, '', 'Y', 'A', 0),
(1665, 417, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1666, 417, 'HEADER', 16, '', 'Y', 'A', 0),
(1667, 417, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1668, 417, 'FOOTER', 16, '', 'Y', 'A', 0),
(1669, 418, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1670, 418, 'HEADER', 16, '', 'Y', 'A', 0),
(1671, 418, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1672, 418, 'FOOTER', 16, '', 'Y', 'A', 0),
(1673, 419, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1674, 419, 'HEADER', 16, '', 'Y', 'A', 0),
(1675, 419, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1676, 419, 'FOOTER', 16, '', 'Y', 'A', 0),
(1677, 420, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1678, 420, 'HEADER', 16, '', 'Y', 'A', 0),
(1679, 420, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(1680, 420, 'FOOTER', 16, '', 'Y', 'A', 0),
(1681, 421, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1682, 421, 'HEADER', 16, '', 'Y', 'A', 0),
(1683, 421, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1684, 421, 'FOOTER', 16, '', 'Y', 'A', 0),
(1685, 422, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1686, 422, 'HEADER', 16, '', 'Y', 'A', 0),
(1687, 422, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(1688, 422, 'FOOTER', 16, '', 'Y', 'A', 0),
(1689, 423, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1690, 423, 'HEADER', 16, '', 'Y', 'A', 0),
(1691, 423, 'CONTENT', 16, 'cat-content-grid promotion-page', 'Y', 'A', 0),
(1692, 423, 'FOOTER', 16, '', 'Y', 'A', 0),
(1693, 424, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1694, 424, 'HEADER', 16, '', 'Y', 'A', 0),
(1695, 424, 'CONTENT', 16, '', 'Y', 'A', 0),
(1696, 424, 'FOOTER', 16, '', 'Y', 'A', 0),
(1697, 425, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(1698, 425, 'HEADER', 16, 'header-grid advanced-header', 'N', 'A', 0),
(1699, 425, 'CONTENT', 16, 'cat-content-grid vendor-store', 'Y', 'A', 0),
(1700, 425, 'FOOTER', 16, '', 'Y', 'A', 0),
(1701, 426, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1702, 426, 'HEADER', 16, '', 'Y', 'A', 0),
(1703, 426, 'CONTENT', 16, '', 'Y', 'A', 0),
(1704, 426, 'FOOTER', 16, '', 'Y', 'A', 0),
(1705, 427, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1706, 427, 'HEADER', 16, '', 'Y', 'A', 0),
(1707, 427, 'CONTENT', 16, '', 'Y', 'A', 0),
(1708, 427, 'FOOTER', 16, '', 'Y', 'A', 0),
(1709, 428, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1710, 428, 'HEADER', 16, '', 'Y', 'A', 0),
(1711, 428, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1712, 428, 'FOOTER', 16, '', 'Y', 'A', 0),
(1713, 429, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1714, 429, 'HEADER', 16, '', 'Y', 'A', 0),
(1715, 429, 'CONTENT', 16, '', 'Y', 'A', 0),
(1716, 429, 'FOOTER', 16, '', 'Y', 'A', 0),
(1717, 430, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(1718, 430, 'HEADER', 16, 'header-grid  advanced-header', 'Y', 'A', 0),
(1719, 430, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1720, 430, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(1721, 431, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1722, 431, 'HEADER', 16, '', 'Y', 'A', 0),
(1723, 431, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1724, 431, 'FOOTER', 16, '', 'Y', 'A', 0),
(1725, 432, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1726, 432, 'HEADER', 16, '', 'Y', 'A', 0),
(1727, 432, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1728, 432, 'FOOTER', 16, '', 'Y', 'A', 0),
(1729, 433, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1730, 433, 'HEADER', 16, '', 'Y', 'A', 0),
(1731, 433, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(1732, 433, 'FOOTER', 16, '', 'Y', 'A', 0),
(1733, 434, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1734, 434, 'HEADER', 16, '', 'Y', 'A', 0),
(1735, 434, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1736, 434, 'FOOTER', 16, '', 'Y', 'A', 0),
(1737, 435, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(1738, 435, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(1739, 435, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1740, 435, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(1741, 436, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1742, 436, 'HEADER', 16, '', 'Y', 'A', 0),
(1743, 436, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1744, 436, 'FOOTER', 16, '', 'Y', 'A', 0),
(1745, 437, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1746, 437, 'HEADER', 16, '', 'Y', 'A', 0),
(1747, 437, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1748, 437, 'FOOTER', 16, '', 'Y', 'A', 0),
(1749, 438, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1750, 438, 'HEADER', 16, '', 'Y', 'A', 0),
(1751, 438, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1752, 438, 'FOOTER', 16, '', 'Y', 'A', 0),
(1753, 439, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1754, 439, 'HEADER', 16, '', 'Y', 'A', 0),
(1755, 439, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1756, 439, 'FOOTER', 16, '', 'Y', 'A', 0),
(1757, 440, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1758, 440, 'HEADER', 16, '', 'Y', 'A', 0),
(1759, 440, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1760, 440, 'FOOTER', 16, '', 'Y', 'A', 0),
(1761, 441, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1762, 441, 'HEADER', 16, '', 'Y', 'A', 0),
(1763, 441, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1764, 441, 'FOOTER', 16, '', 'Y', 'A', 0),
(1765, 442, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1766, 442, 'HEADER', 16, '', 'Y', 'A', 0),
(1767, 442, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(1768, 442, 'FOOTER', 16, '', 'Y', 'A', 0),
(1769, 443, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1770, 443, 'HEADER', 16, '', 'Y', 'A', 0),
(1771, 443, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(1772, 443, 'FOOTER', 16, '', 'Y', 'A', 0),
(1773, 444, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1774, 444, 'HEADER', 16, '', 'Y', 'A', 0),
(1775, 444, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1776, 444, 'FOOTER', 16, '', 'Y', 'A', 0),
(1777, 445, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1778, 445, 'HEADER', 16, '', 'Y', 'A', 0),
(1779, 445, 'CONTENT', 16, 'cat-content-grid promotion-page', 'Y', 'A', 0),
(1780, 445, 'FOOTER', 16, '', 'Y', 'A', 0),
(1781, 446, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1782, 446, 'HEADER', 16, '', 'Y', 'A', 0),
(1783, 446, 'CONTENT', 16, '', 'Y', 'A', 0),
(1784, 446, 'FOOTER', 16, '', 'Y', 'A', 0),
(1785, 447, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1786, 447, 'HEADER', 16, '', 'Y', 'A', 0),
(1787, 447, 'CONTENT', 16, '', 'Y', 'A', 0),
(1788, 447, 'FOOTER', 16, '', 'Y', 'A', 0),
(1789, 448, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1790, 448, 'HEADER', 16, '', 'Y', 'A', 0),
(1791, 448, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1792, 448, 'FOOTER', 16, '', 'Y', 'A', 0),
(1793, 449, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1794, 449, 'HEADER', 16, '', 'Y', 'A', 0),
(1795, 449, 'CONTENT', 16, '', 'Y', 'A', 0),
(1796, 449, 'FOOTER', 16, '', 'Y', 'A', 0),
(1797, 450, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(1798, 450, 'HEADER', 16, 'header-grid  default-header', 'Y', 'A', 0),
(1799, 450, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1800, 450, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(1801, 451, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1802, 451, 'HEADER', 16, '', 'Y', 'A', 0),
(1803, 451, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1804, 451, 'FOOTER', 16, '', 'Y', 'A', 0),
(1805, 452, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1806, 452, 'HEADER', 16, '', 'Y', 'A', 0),
(1807, 452, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1808, 452, 'FOOTER', 16, '', 'Y', 'A', 0),
(1809, 453, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1810, 453, 'HEADER', 16, '', 'Y', 'A', 0),
(1811, 453, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(1812, 453, 'FOOTER', 16, '', 'Y', 'A', 0),
(1813, 454, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1814, 454, 'HEADER', 16, '', 'Y', 'A', 0),
(1815, 454, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1816, 454, 'FOOTER', 16, '', 'Y', 'A', 0),
(1817, 455, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(1818, 455, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(1819, 455, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1820, 455, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(1821, 456, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1822, 456, 'HEADER', 16, '', 'Y', 'A', 0),
(1823, 456, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1824, 456, 'FOOTER', 16, '', 'Y', 'A', 0),
(1825, 457, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1826, 457, 'HEADER', 16, '', 'Y', 'A', 0),
(1827, 457, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1828, 457, 'FOOTER', 16, '', 'Y', 'A', 0),
(1829, 458, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1830, 458, 'HEADER', 16, '', 'Y', 'A', 0),
(1831, 458, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1832, 458, 'FOOTER', 16, '', 'Y', 'A', 0),
(1833, 459, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1834, 459, 'HEADER', 16, '', 'Y', 'A', 0),
(1835, 459, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1836, 459, 'FOOTER', 16, '', 'Y', 'A', 0),
(1837, 460, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1838, 460, 'HEADER', 16, '', 'Y', 'A', 0),
(1839, 460, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1840, 460, 'FOOTER', 16, '', 'Y', 'A', 0),
(1841, 461, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1842, 461, 'HEADER', 16, '', 'Y', 'A', 0),
(1843, 461, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1844, 461, 'FOOTER', 16, '', 'Y', 'A', 0),
(1845, 462, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1846, 462, 'HEADER', 16, '', 'Y', 'A', 0),
(1847, 462, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(1848, 462, 'FOOTER', 16, '', 'Y', 'A', 0),
(1849, 463, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1850, 463, 'HEADER', 16, '', 'Y', 'A', 0),
(1851, 463, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(1852, 463, 'FOOTER', 16, '', 'Y', 'A', 0),
(1853, 464, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1854, 464, 'HEADER', 16, '', 'Y', 'A', 0),
(1855, 464, 'CONTENT', 16, 'cat-content-grid promotion-page', 'Y', 'A', 0),
(1856, 464, 'FOOTER', 16, '', 'Y', 'A', 0),
(1857, 465, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1858, 465, 'HEADER', 16, '', 'Y', 'A', 0),
(1859, 465, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1860, 465, 'FOOTER', 16, '', 'Y', 'A', 0),
(1861, 466, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1862, 466, 'HEADER', 16, '', 'Y', 'A', 0),
(1863, 466, 'CONTENT', 16, '', 'Y', 'A', 0),
(1864, 466, 'FOOTER', 16, '', 'Y', 'A', 0),
(1865, 467, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1866, 467, 'HEADER', 16, '', 'Y', 'A', 0),
(1867, 467, 'CONTENT', 16, '', 'Y', 'A', 0),
(1868, 467, 'FOOTER', 16, '', 'Y', 'A', 0),
(1869, 468, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1870, 468, 'HEADER', 16, '', 'Y', 'A', 0),
(1871, 468, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1872, 468, 'FOOTER', 16, '', 'Y', 'A', 0),
(1873, 469, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1874, 469, 'HEADER', 16, '', 'Y', 'A', 0),
(1875, 469, 'CONTENT', 16, '', 'Y', 'A', 0),
(1876, 469, 'FOOTER', 16, '', 'Y', 'A', 0),
(1877, 470, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(1878, 470, 'HEADER', 16, 'header-grid  advanced-header', 'Y', 'A', 0),
(1879, 470, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1880, 470, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(1881, 471, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1882, 471, 'HEADER', 16, 'header-grid  advanced-header fixed', 'N', 'A', 0),
(1883, 471, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1884, 471, 'FOOTER', 16, '', 'Y', 'A', 0),
(1885, 472, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1886, 472, 'HEADER', 16, '', 'Y', 'A', 0),
(1887, 472, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1888, 472, 'FOOTER', 16, '', 'Y', 'A', 0),
(1889, 473, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1890, 473, 'HEADER', 16, '', 'Y', 'A', 0),
(1891, 473, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(1892, 473, 'FOOTER', 16, '', 'Y', 'A', 0),
(1893, 474, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1894, 474, 'HEADER', 16, '', 'Y', 'A', 0),
(1895, 474, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1896, 474, 'FOOTER', 16, '', 'Y', 'A', 0),
(1897, 475, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(1898, 475, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(1899, 475, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1900, 475, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(1901, 476, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1902, 476, 'HEADER', 16, '', 'Y', 'A', 0),
(1903, 476, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1904, 476, 'FOOTER', 16, '', 'Y', 'A', 0),
(1905, 477, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1906, 477, 'HEADER', 16, '', 'Y', 'A', 0),
(1907, 477, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1908, 477, 'FOOTER', 16, '', 'Y', 'A', 0),
(1909, 478, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1910, 478, 'HEADER', 16, '', 'Y', 'A', 0),
(1911, 478, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1912, 478, 'FOOTER', 16, '', 'Y', 'A', 0),
(1913, 479, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1914, 479, 'HEADER', 16, '', 'Y', 'A', 0),
(1915, 479, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1916, 479, 'FOOTER', 16, '', 'Y', 'A', 0),
(1917, 480, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1918, 480, 'HEADER', 16, '', 'Y', 'A', 0),
(1919, 480, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1920, 480, 'FOOTER', 16, '', 'Y', 'A', 0),
(1921, 481, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1922, 481, 'HEADER', 16, '', 'Y', 'A', 0),
(1923, 481, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1924, 481, 'FOOTER', 16, '', 'Y', 'A', 0),
(1925, 482, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1926, 482, 'HEADER', 16, '', 'Y', 'A', 0),
(1927, 482, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(1928, 482, 'FOOTER', 16, '', 'Y', 'A', 0),
(1929, 483, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1930, 483, 'HEADER', 16, '', 'Y', 'A', 0),
(1931, 483, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(1932, 483, 'FOOTER', 16, '', 'Y', 'A', 0),
(1933, 484, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1934, 484, 'HEADER', 16, '', 'Y', 'A', 0),
(1935, 484, 'CONTENT', 16, 'cat-content-grid promotion-page', 'Y', 'A', 0),
(1936, 484, 'FOOTER', 16, '', 'Y', 'A', 0),
(1937, 485, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1938, 485, 'HEADER', 16, '', 'Y', 'A', 0),
(1939, 485, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1940, 485, 'FOOTER', 16, '', 'Y', 'A', 0),
(1941, 486, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1942, 486, 'HEADER', 16, '', 'Y', 'A', 0),
(1943, 486, 'CONTENT', 16, '', 'Y', 'A', 0),
(1944, 486, 'FOOTER', 16, '', 'Y', 'A', 0),
(1945, 487, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1946, 487, 'HEADER', 16, '', 'Y', 'A', 0),
(1947, 487, 'CONTENT', 16, '', 'Y', 'A', 0),
(1948, 487, 'FOOTER', 16, '', 'Y', 'A', 0),
(1949, 488, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1950, 488, 'HEADER', 16, '', 'Y', 'A', 0),
(1951, 488, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1952, 488, 'FOOTER', 16, '', 'Y', 'A', 0),
(1953, 489, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1954, 489, 'HEADER', 16, '', 'Y', 'A', 0),
(1955, 489, 'CONTENT', 16, '', 'Y', 'A', 0),
(1956, 489, 'FOOTER', 16, '', 'Y', 'A', 0),
(1957, 490, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(1958, 490, 'HEADER', 16, 'header-grid', 'Y', 'A', 0),
(1959, 490, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1960, 490, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(1961, 491, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1962, 491, 'HEADER', 16, '', 'Y', 'A', 0),
(1963, 491, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1964, 491, 'FOOTER', 16, '', 'Y', 'A', 0),
(1965, 492, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1966, 492, 'HEADER', 16, '', 'Y', 'A', 0),
(1967, 492, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1968, 492, 'FOOTER', 16, '', 'Y', 'A', 0),
(1969, 493, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1970, 493, 'HEADER', 16, '', 'Y', 'A', 0),
(1971, 493, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1972, 493, 'FOOTER', 16, '', 'Y', 'A', 0),
(1973, 494, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1974, 494, 'HEADER', 16, '', 'Y', 'A', 0),
(1975, 494, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1976, 494, 'FOOTER', 16, '', 'Y', 'A', 0),
(1977, 495, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(1978, 495, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(1979, 495, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1980, 495, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(1981, 496, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1982, 496, 'HEADER', 16, '', 'Y', 'A', 0),
(1983, 496, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1984, 496, 'FOOTER', 16, '', 'Y', 'A', 0),
(1985, 497, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1986, 497, 'HEADER', 16, '', 'Y', 'A', 0),
(1987, 497, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1988, 497, 'FOOTER', 16, '', 'Y', 'A', 0),
(1989, 498, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1990, 498, 'HEADER', 16, '', 'Y', 'A', 0),
(1991, 498, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1992, 498, 'FOOTER', 16, '', 'Y', 'A', 0),
(1993, 499, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1994, 499, 'HEADER', 16, '', 'Y', 'A', 0),
(1995, 499, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(1996, 499, 'FOOTER', 16, '', 'Y', 'A', 0),
(1997, 500, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(1998, 500, 'HEADER', 16, '', 'Y', 'A', 0),
(1999, 500, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2000, 500, 'FOOTER', 16, '', 'Y', 'A', 0),
(2001, 501, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2002, 501, 'HEADER', 16, '', 'N', 'A', 0),
(2003, 501, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2004, 501, 'FOOTER', 16, '', 'Y', 'A', 0),
(2005, 502, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2006, 502, 'HEADER', 16, '', 'Y', 'A', 0),
(2007, 502, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2008, 502, 'FOOTER', 16, '', 'Y', 'A', 0),
(2009, 503, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2010, 503, 'HEADER', 16, '', 'Y', 'A', 0),
(2011, 503, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2012, 503, 'FOOTER', 16, '', 'Y', 'A', 0),
(2013, 504, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2014, 504, 'HEADER', 16, '', 'Y', 'A', 0),
(2015, 504, 'CONTENT', 16, '', 'Y', 'A', 0),
(2016, 504, 'FOOTER', 16, '', 'Y', 'A', 0),
(2017, 505, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2018, 505, 'HEADER', 16, '', 'Y', 'A', 0),
(2019, 505, 'CONTENT', 16, '', 'Y', 'A', 0),
(2020, 505, 'FOOTER', 16, '', 'Y', 'A', 0),
(2021, 506, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2022, 506, 'HEADER', 16, '', 'Y', 'A', 0),
(2023, 506, 'CONTENT', 16, '', 'Y', 'A', 0),
(2024, 506, 'FOOTER', 16, '', 'Y', 'A', 0),
(2025, 507, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2026, 507, 'HEADER', 16, '', 'Y', 'A', 0),
(2027, 507, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2028, 507, 'FOOTER', 16, '', 'Y', 'A', 0),
(2029, 508, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2030, 508, 'HEADER', 16, '', 'Y', 'A', 0),
(2031, 508, 'CONTENT', 16, '', 'Y', 'A', 0),
(2032, 508, 'FOOTER', 16, '', 'Y', 'A', 0),
(2033, 509, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(2034, 509, 'HEADER', 16, 'header-grid advanced-header', 'Y', 'A', 0),
(2035, 509, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2036, 509, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(2037, 510, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2038, 510, 'HEADER', 16, '', 'Y', 'A', 0),
(2039, 510, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2040, 510, 'FOOTER', 16, '', 'Y', 'A', 0),
(2041, 511, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2042, 511, 'HEADER', 16, '', 'Y', 'A', 0),
(2043, 511, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2044, 511, 'FOOTER', 16, '', 'Y', 'A', 0),
(2045, 512, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2046, 512, 'HEADER', 16, '', 'Y', 'A', 0),
(2047, 512, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(2048, 512, 'FOOTER', 16, '', 'Y', 'A', 0),
(2049, 513, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2050, 513, 'HEADER', 16, '', 'Y', 'A', 0),
(2051, 513, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2052, 513, 'FOOTER', 16, '', 'Y', 'A', 0),
(2053, 514, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(2054, 514, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(2055, 514, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2056, 514, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(2057, 515, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2058, 515, 'HEADER', 16, '', 'Y', 'A', 0),
(2059, 515, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2060, 515, 'FOOTER', 16, '', 'Y', 'A', 0),
(2061, 516, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2062, 516, 'HEADER', 16, '', 'Y', 'A', 0),
(2063, 516, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2064, 516, 'FOOTER', 16, '', 'Y', 'A', 0),
(2065, 517, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2066, 517, 'HEADER', 16, '', 'Y', 'A', 0),
(2067, 517, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2068, 517, 'FOOTER', 16, '', 'Y', 'A', 0),
(2069, 518, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2070, 518, 'HEADER', 16, '', 'Y', 'A', 0),
(2071, 518, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2072, 518, 'FOOTER', 16, '', 'Y', 'A', 0),
(2073, 519, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2074, 519, 'HEADER', 16, '', 'Y', 'A', 0),
(2075, 519, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2076, 519, 'FOOTER', 16, '', 'Y', 'A', 0),
(2077, 520, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2078, 520, 'HEADER', 16, '', 'Y', 'A', 0),
(2079, 520, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2080, 520, 'FOOTER', 16, '', 'Y', 'A', 0),
(2081, 521, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2082, 521, 'HEADER', 16, '', 'Y', 'A', 0),
(2083, 521, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(2084, 521, 'FOOTER', 16, '', 'Y', 'A', 0),
(2085, 522, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2086, 522, 'HEADER', 16, '', 'Y', 'A', 0),
(2087, 522, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2088, 522, 'FOOTER', 16, '', 'Y', 'A', 0),
(2089, 523, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2090, 523, 'HEADER', 16, '', 'Y', 'A', 0),
(2091, 523, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(2092, 523, 'FOOTER', 16, '', 'Y', 'A', 0),
(2093, 524, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2094, 524, 'HEADER', 16, '', 'Y', 'A', 0),
(2095, 524, 'CONTENT', 16, 'cat-content-grid promotion-page', 'Y', 'A', 0),
(2096, 524, 'FOOTER', 16, '', 'Y', 'A', 0),
(2097, 525, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2098, 525, 'HEADER', 16, '', 'Y', 'A', 0),
(2099, 525, 'CONTENT', 16, '', 'Y', 'A', 0),
(2100, 525, 'FOOTER', 16, '', 'Y', 'A', 0),
(2101, 526, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(2102, 526, 'HEADER', 16, 'header-grid advanced-header', 'N', 'A', 0),
(2103, 526, 'CONTENT', 16, 'cat-content-grid vendor-store', 'Y', 'A', 0),
(2104, 526, 'FOOTER', 16, '', 'Y', 'A', 0),
(2105, 527, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2106, 527, 'HEADER', 16, '', 'Y', 'A', 0),
(2107, 527, 'CONTENT', 16, '', 'Y', 'A', 0),
(2108, 527, 'FOOTER', 16, '', 'Y', 'A', 0),
(2109, 528, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2110, 528, 'HEADER', 16, '', 'Y', 'A', 0),
(2111, 528, 'CONTENT', 16, '', 'Y', 'A', 0),
(2112, 528, 'FOOTER', 16, '', 'Y', 'A', 0),
(2113, 529, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2114, 529, 'HEADER', 16, '', 'Y', 'A', 0),
(2115, 529, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2116, 529, 'FOOTER', 16, '', 'Y', 'A', 0),
(2117, 530, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2118, 530, 'HEADER', 16, '', 'Y', 'A', 0),
(2119, 530, 'CONTENT', 16, '', 'Y', 'A', 0),
(2120, 530, 'FOOTER', 16, '', 'Y', 'A', 0),
(2121, 531, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(2122, 531, 'HEADER', 16, 'header-grid default-header', 'Y', 'A', 0),
(2123, 531, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2124, 531, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(2125, 532, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2126, 532, 'HEADER', 16, '', 'Y', 'A', 0),
(2127, 532, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2128, 532, 'FOOTER', 16, '', 'Y', 'A', 0),
(2129, 533, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2130, 533, 'HEADER', 16, '', 'Y', 'A', 0),
(2131, 533, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2132, 533, 'FOOTER', 16, '', 'Y', 'A', 0),
(2133, 534, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2134, 534, 'HEADER', 16, '', 'Y', 'A', 0),
(2135, 534, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(2136, 534, 'FOOTER', 16, '', 'Y', 'A', 0),
(2137, 535, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2138, 535, 'HEADER', 16, '', 'Y', 'A', 0),
(2139, 535, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2140, 535, 'FOOTER', 16, '', 'Y', 'A', 0),
(2141, 536, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(2142, 536, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(2143, 536, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2144, 536, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(2145, 537, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2146, 537, 'HEADER', 16, '', 'Y', 'A', 0),
(2147, 537, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2148, 537, 'FOOTER', 16, '', 'Y', 'A', 0),
(2149, 538, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2150, 538, 'HEADER', 16, '', 'Y', 'A', 0),
(2151, 538, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2152, 538, 'FOOTER', 16, '', 'Y', 'A', 0),
(2153, 539, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2154, 539, 'HEADER', 16, '', 'Y', 'A', 0),
(2155, 539, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2156, 539, 'FOOTER', 16, '', 'Y', 'A', 0),
(2157, 540, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2158, 540, 'HEADER', 16, '', 'Y', 'A', 0),
(2159, 540, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2160, 540, 'FOOTER', 16, '', 'Y', 'A', 0),
(2161, 541, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2162, 541, 'HEADER', 16, '', 'Y', 'A', 0),
(2163, 541, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2164, 541, 'FOOTER', 16, '', 'Y', 'A', 0),
(2165, 542, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2166, 542, 'HEADER', 16, '', 'Y', 'A', 0),
(2167, 542, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2168, 542, 'FOOTER', 16, '', 'Y', 'A', 0),
(2169, 543, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2170, 543, 'HEADER', 16, '', 'Y', 'A', 0),
(2171, 543, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(2172, 543, 'FOOTER', 16, '', 'Y', 'A', 0),
(2173, 544, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2174, 544, 'HEADER', 16, '', 'Y', 'A', 0),
(2175, 544, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2176, 544, 'FOOTER', 16, '', 'Y', 'A', 0),
(2177, 545, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2178, 545, 'HEADER', 16, '', 'Y', 'A', 0),
(2179, 545, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(2180, 545, 'FOOTER', 16, '', 'Y', 'A', 0),
(2181, 546, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2182, 546, 'HEADER', 16, '', 'Y', 'A', 0),
(2183, 546, 'CONTENT', 16, 'cat-content-grid promotion-page', 'Y', 'A', 0),
(2184, 546, 'FOOTER', 16, '', 'Y', 'A', 0),
(2185, 547, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2186, 547, 'HEADER', 16, '', 'Y', 'A', 0),
(2187, 547, 'CONTENT', 16, '', 'Y', 'A', 0),
(2188, 547, 'FOOTER', 16, '', 'Y', 'A', 0),
(2189, 548, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(2190, 548, 'HEADER', 16, 'header-grid default-header', 'N', 'A', 0),
(2191, 548, 'CONTENT', 16, 'cat-content-grid vendor-store', 'Y', 'A', 0),
(2192, 548, 'FOOTER', 16, '', 'Y', 'A', 0),
(2193, 549, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2194, 549, 'HEADER', 16, '', 'Y', 'A', 0),
(2195, 549, 'CONTENT', 16, '', 'Y', 'A', 0),
(2196, 549, 'FOOTER', 16, '', 'Y', 'A', 0),
(2197, 550, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2198, 550, 'HEADER', 16, '', 'Y', 'A', 0),
(2199, 550, 'CONTENT', 16, '', 'Y', 'A', 0),
(2200, 550, 'FOOTER', 16, '', 'Y', 'A', 0),
(2201, 551, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2202, 551, 'HEADER', 16, '', 'Y', 'A', 0),
(2203, 551, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2204, 551, 'FOOTER', 16, '', 'Y', 'A', 0),
(2205, 552, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2206, 552, 'HEADER', 16, '', 'Y', 'A', 0),
(2207, 552, 'CONTENT', 16, '', 'Y', 'A', 0),
(2208, 552, 'FOOTER', 16, '', 'Y', 'A', 0),
(2209, 553, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(2210, 553, 'HEADER', 16, 'header-grid advanced-header', 'Y', 'A', 0),
(2211, 553, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2212, 553, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(2213, 554, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2214, 554, 'HEADER', 16, 'header-grid advanced-header fixed', 'N', 'A', 0),
(2215, 554, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2216, 554, 'FOOTER', 16, '', 'Y', 'A', 0),
(2217, 555, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2218, 555, 'HEADER', 16, '', 'Y', 'A', 0),
(2219, 555, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2220, 555, 'FOOTER', 16, '', 'Y', 'A', 0),
(2221, 556, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2222, 556, 'HEADER', 16, '', 'Y', 'A', 0),
(2223, 556, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(2224, 556, 'FOOTER', 16, '', 'Y', 'A', 0),
(2225, 557, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2226, 557, 'HEADER', 16, '', 'Y', 'A', 0),
(2227, 557, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2228, 557, 'FOOTER', 16, '', 'Y', 'A', 0),
(2229, 558, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(2230, 558, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(2231, 558, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2232, 558, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(2233, 559, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2234, 559, 'HEADER', 16, '', 'Y', 'A', 0),
(2235, 559, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2236, 559, 'FOOTER', 16, '', 'Y', 'A', 0),
(2237, 560, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2238, 560, 'HEADER', 16, '', 'Y', 'A', 0),
(2239, 560, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2240, 560, 'FOOTER', 16, '', 'Y', 'A', 0),
(2241, 561, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2242, 561, 'HEADER', 16, '', 'Y', 'A', 0),
(2243, 561, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2244, 561, 'FOOTER', 16, '', 'Y', 'A', 0),
(2245, 562, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2246, 562, 'HEADER', 16, '', 'Y', 'A', 0),
(2247, 562, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2248, 562, 'FOOTER', 16, '', 'Y', 'A', 0),
(2249, 563, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2250, 563, 'HEADER', 16, '', 'Y', 'A', 0),
(2251, 563, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2252, 563, 'FOOTER', 16, '', 'Y', 'A', 0),
(2253, 564, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2254, 564, 'HEADER', 16, '', 'Y', 'A', 0),
(2255, 564, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2256, 564, 'FOOTER', 16, '', 'Y', 'A', 0),
(2257, 565, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2258, 565, 'HEADER', 16, '', 'Y', 'A', 0),
(2259, 565, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(2260, 565, 'FOOTER', 16, '', 'Y', 'A', 0),
(2261, 566, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2262, 566, 'HEADER', 16, '', 'Y', 'A', 0),
(2263, 566, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2264, 566, 'FOOTER', 16, '', 'Y', 'A', 0),
(2265, 567, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2266, 567, 'HEADER', 16, '', 'Y', 'A', 0),
(2267, 567, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(2268, 567, 'FOOTER', 16, '', 'Y', 'A', 0),
(2269, 568, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2270, 568, 'HEADER', 16, '', 'Y', 'A', 0),
(2271, 568, 'CONTENT', 16, 'cat-content-grid promotion-page', 'Y', 'A', 0),
(2272, 568, 'FOOTER', 16, '', 'Y', 'A', 0),
(2273, 569, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2274, 569, 'HEADER', 16, '', 'Y', 'A', 0),
(2275, 569, 'CONTENT', 16, '', 'Y', 'A', 0),
(2276, 569, 'FOOTER', 16, '', 'Y', 'A', 0),
(2277, 570, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(2278, 570, 'HEADER', 16, 'header-grid advanced-header', 'N', 'A', 0),
(2279, 570, 'CONTENT', 16, 'cat-content-grid vendor-store', 'Y', 'A', 0),
(2280, 570, 'FOOTER', 16, '', 'Y', 'A', 0),
(2281, 571, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2282, 571, 'HEADER', 16, '', 'Y', 'A', 0),
(2283, 571, 'CONTENT', 16, '', 'Y', 'A', 0),
(2284, 571, 'FOOTER', 16, '', 'Y', 'A', 0),
(2285, 572, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2286, 572, 'HEADER', 16, '', 'Y', 'A', 0),
(2287, 572, 'CONTENT', 16, '', 'Y', 'A', 0),
(2288, 572, 'FOOTER', 16, '', 'Y', 'A', 0),
(2289, 573, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2290, 573, 'HEADER', 16, '', 'Y', 'A', 0),
(2291, 573, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2292, 573, 'FOOTER', 16, '', 'Y', 'A', 0),
(2293, 574, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2294, 574, 'HEADER', 16, '', 'Y', 'A', 0),
(2295, 574, 'CONTENT', 16, '', 'Y', 'A', 0),
(2296, 574, 'FOOTER', 16, '', 'Y', 'A', 0),
(2297, 575, 'TOP_PANEL', 16, 'top-grid', 'Y', 'D', 0),
(2298, 575, 'HEADER', 16, 'header-widget-grid', 'Y', 'A', 0),
(2299, 575, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2300, 575, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'D', 0);
INSERT INTO `partiushop_bm_containers` (`container_id`, `location_id`, `position`, `width`, `user_class`, `linked_to_default`, `status`, `company_id`) VALUES
(2301, 576, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2302, 576, 'HEADER', 16, '', 'Y', 'A', 0),
(2303, 576, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2304, 576, 'FOOTER', 16, '', 'Y', 'A', 0),
(2305, 577, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2306, 577, 'HEADER', 16, '', 'Y', 'A', 0),
(2307, 577, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2308, 577, 'FOOTER', 16, '', 'Y', 'A', 0),
(2309, 578, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2310, 578, 'HEADER', 16, '', 'Y', 'A', 0),
(2311, 578, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2312, 578, 'FOOTER', 16, '', 'Y', 'A', 0),
(2313, 579, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2314, 579, 'HEADER', 16, '', 'Y', 'A', 0),
(2315, 579, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2316, 579, 'FOOTER', 16, '', 'Y', 'A', 0),
(2317, 580, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2318, 580, 'HEADER', 16, '', 'Y', 'A', 0),
(2319, 580, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2320, 580, 'FOOTER', 16, '', 'Y', 'A', 0),
(2321, 581, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2322, 581, 'HEADER', 16, '', 'Y', 'A', 0),
(2323, 581, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2324, 581, 'FOOTER', 16, '', 'Y', 'A', 0),
(2325, 582, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2326, 582, 'HEADER', 16, '', 'Y', 'A', 0),
(2327, 582, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2328, 582, 'FOOTER', 16, '', 'Y', 'A', 0),
(2329, 583, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2330, 583, 'HEADER', 16, '', 'Y', 'A', 0),
(2331, 583, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2332, 583, 'FOOTER', 16, '', 'Y', 'A', 0),
(2333, 584, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2334, 584, 'HEADER', 16, '', 'Y', 'A', 0),
(2335, 584, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2336, 584, 'FOOTER', 16, '', 'Y', 'A', 0),
(2337, 585, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2338, 585, 'HEADER', 16, '', 'Y', 'A', 0),
(2339, 585, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2340, 585, 'FOOTER', 16, '', 'Y', 'A', 0),
(2341, 586, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2342, 586, 'HEADER', 16, '', 'Y', 'A', 0),
(2343, 586, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2344, 586, 'FOOTER', 16, '', 'Y', 'A', 0),
(2345, 587, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2346, 587, 'HEADER', 16, '', 'Y', 'A', 0),
(2347, 587, 'CONTENT', 16, '', 'Y', 'A', 0),
(2348, 587, 'FOOTER', 16, '', 'Y', 'A', 0),
(2349, 588, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2350, 588, 'HEADER', 16, '', 'Y', 'A', 0),
(2351, 588, 'CONTENT', 16, '', 'Y', 'A', 0),
(2352, 588, 'FOOTER', 16, '', 'Y', 'A', 0),
(2353, 589, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2354, 589, 'HEADER', 16, '', 'Y', 'A', 0),
(2355, 589, 'CONTENT', 16, '', 'Y', 'A', 0),
(2356, 589, 'FOOTER', 16, '', 'Y', 'A', 0),
(2357, 590, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2358, 590, 'HEADER', 16, '', 'Y', 'A', 0),
(2359, 590, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2360, 590, 'FOOTER', 16, '', 'Y', 'A', 0),
(2361, 591, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2362, 591, 'HEADER', 16, '', 'Y', 'A', 0),
(2363, 591, 'CONTENT', 16, '', 'Y', 'A', 0),
(2364, 591, 'FOOTER', 16, '', 'Y', 'A', 0),
(2365, 592, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(2366, 592, 'HEADER', 16, 'header-grid advanced-header', 'Y', 'A', 0),
(2367, 592, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2368, 592, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(2369, 593, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2370, 593, 'HEADER', 16, '', 'Y', 'A', 0),
(2371, 593, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2372, 593, 'FOOTER', 16, '', 'Y', 'A', 0),
(2373, 594, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2374, 594, 'HEADER', 16, '', 'Y', 'A', 0),
(2375, 594, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2376, 594, 'FOOTER', 16, '', 'Y', 'A', 0),
(2377, 595, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2378, 595, 'HEADER', 16, '', 'Y', 'A', 0),
(2379, 595, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(2380, 595, 'FOOTER', 16, '', 'Y', 'A', 0),
(2381, 596, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2382, 596, 'HEADER', 16, '', 'Y', 'A', 0),
(2383, 596, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2384, 596, 'FOOTER', 16, '', 'Y', 'A', 0),
(2385, 597, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(2386, 597, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(2387, 597, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2388, 597, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(2389, 598, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2390, 598, 'HEADER', 16, '', 'Y', 'A', 0),
(2391, 598, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2392, 598, 'FOOTER', 16, '', 'Y', 'A', 0),
(2393, 599, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2394, 599, 'HEADER', 16, '', 'Y', 'A', 0),
(2395, 599, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2396, 599, 'FOOTER', 16, '', 'Y', 'A', 0),
(2397, 600, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2398, 600, 'HEADER', 16, '', 'Y', 'A', 0),
(2399, 600, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2400, 600, 'FOOTER', 16, '', 'Y', 'A', 0),
(2401, 601, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2402, 601, 'HEADER', 16, '', 'Y', 'A', 0),
(2403, 601, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2404, 601, 'FOOTER', 16, '', 'Y', 'A', 0),
(2405, 602, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2406, 602, 'HEADER', 16, '', 'Y', 'A', 0),
(2407, 602, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2408, 602, 'FOOTER', 16, '', 'Y', 'A', 0),
(2409, 603, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2410, 603, 'HEADER', 16, '', 'Y', 'A', 0),
(2411, 603, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2412, 603, 'FOOTER', 16, '', 'Y', 'A', 0),
(2413, 604, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2414, 604, 'HEADER', 16, '', 'Y', 'A', 0),
(2415, 604, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2416, 604, 'FOOTER', 16, '', 'Y', 'A', 0),
(2417, 605, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2418, 605, 'HEADER', 16, '', 'Y', 'A', 0),
(2419, 605, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(2420, 605, 'FOOTER', 16, '', 'Y', 'A', 0),
(2421, 606, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2422, 606, 'HEADER', 16, '', 'Y', 'A', 0),
(2423, 606, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2424, 606, 'FOOTER', 16, '', 'Y', 'A', 0),
(2425, 607, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2426, 607, 'HEADER', 16, '', 'Y', 'A', 0),
(2427, 607, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(2428, 607, 'FOOTER', 16, '', 'Y', 'A', 0),
(2429, 608, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2430, 608, 'HEADER', 16, '', 'Y', 'A', 0),
(2431, 608, 'CONTENT', 16, '', 'Y', 'A', 0),
(2432, 608, 'FOOTER', 16, '', 'Y', 'A', 0),
(2433, 609, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2434, 609, 'HEADER', 16, '', 'Y', 'A', 0),
(2435, 609, 'CONTENT', 16, '', 'Y', 'A', 0),
(2436, 609, 'FOOTER', 16, '', 'Y', 'A', 0),
(2437, 610, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2438, 610, 'HEADER', 16, '', 'Y', 'A', 0),
(2439, 610, 'CONTENT', 16, 'cat-content-grid promotion-page', 'Y', 'A', 0),
(2440, 610, 'FOOTER', 16, '', 'Y', 'A', 0),
(2441, 611, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2442, 611, 'HEADER', 16, '', 'Y', 'A', 0),
(2443, 611, 'CONTENT', 16, '', 'Y', 'A', 0),
(2444, 611, 'FOOTER', 16, '', 'Y', 'A', 0),
(2445, 612, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(2446, 612, 'HEADER', 16, 'header-grid advanced-header', 'N', 'A', 0),
(2447, 612, 'CONTENT', 16, 'cat-content-grid vendor-store', 'Y', 'A', 0),
(2448, 612, 'FOOTER', 16, '', 'Y', 'A', 0),
(2449, 613, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2450, 613, 'HEADER', 16, '', 'Y', 'A', 0),
(2451, 613, 'CONTENT', 16, '', 'Y', 'A', 0),
(2452, 613, 'FOOTER', 16, '', 'Y', 'A', 0),
(2453, 614, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2454, 614, 'HEADER', 16, '', 'Y', 'A', 0),
(2455, 614, 'CONTENT', 16, '', 'Y', 'A', 0),
(2456, 614, 'FOOTER', 16, '', 'Y', 'A', 0),
(2457, 615, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2458, 615, 'HEADER', 16, '', 'Y', 'A', 0),
(2459, 615, 'CONTENT', 16, '', 'Y', 'A', 0),
(2460, 615, 'FOOTER', 16, '', 'Y', 'A', 0),
(2461, 616, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2462, 616, 'HEADER', 16, '', 'Y', 'A', 0),
(2463, 616, 'CONTENT', 16, '', 'Y', 'A', 0),
(2464, 616, 'FOOTER', 16, '', 'Y', 'A', 0),
(2465, 617, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2466, 617, 'HEADER', 16, '', 'Y', 'A', 0),
(2467, 617, 'CONTENT', 16, '', 'Y', 'A', 0),
(2468, 617, 'FOOTER', 16, '', 'Y', 'A', 0),
(2469, 618, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2470, 618, 'HEADER', 16, '', 'Y', 'A', 0),
(2471, 618, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2472, 618, 'FOOTER', 16, '', 'Y', 'A', 0),
(2473, 619, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2474, 619, 'HEADER', 16, '', 'Y', 'A', 0),
(2475, 619, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2476, 619, 'FOOTER', 16, '', 'Y', 'A', 0),
(2477, 620, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2478, 620, 'HEADER', 16, '', 'Y', 'A', 0),
(2479, 620, 'CONTENT', 16, '', 'Y', 'A', 0),
(2480, 620, 'FOOTER', 16, '', 'Y', 'A', 0),
(2481, 621, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2482, 621, 'HEADER', 16, '', 'Y', 'A', 0),
(2483, 621, 'CONTENT', 16, '', 'Y', 'A', 0),
(2484, 621, 'FOOTER', 16, '', 'Y', 'A', 0),
(2485, 622, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2486, 622, 'HEADER', 16, '', 'Y', 'A', 0),
(2487, 622, 'CONTENT', 16, '', 'Y', 'A', 0),
(2488, 622, 'FOOTER', 16, '', 'Y', 'A', 0),
(2489, 623, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2490, 623, 'HEADER', 16, '', 'Y', 'A', 0),
(2491, 623, 'CONTENT', 16, '', 'Y', 'A', 0),
(2492, 623, 'FOOTER', 16, '', 'Y', 'A', 0),
(2493, 624, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2494, 624, 'HEADER', 16, '', 'Y', 'A', 0),
(2495, 624, 'CONTENT', 16, '', 'Y', 'A', 0),
(2496, 624, 'FOOTER', 16, '', 'Y', 'A', 0),
(2497, 625, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2498, 625, 'HEADER', 16, '', 'Y', 'A', 0),
(2499, 625, 'CONTENT', 16, '', 'Y', 'A', 0),
(2500, 625, 'FOOTER', 16, '', 'Y', 'A', 0),
(2501, 626, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2502, 626, 'HEADER', 16, '', 'Y', 'A', 0),
(2503, 626, 'CONTENT', 16, '', 'Y', 'A', 0),
(2504, 626, 'FOOTER', 16, '', 'Y', 'A', 0),
(2505, 627, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2506, 627, 'HEADER', 16, '', 'Y', 'A', 0),
(2507, 627, 'CONTENT', 16, '', 'Y', 'A', 0),
(2508, 627, 'FOOTER', 16, '', 'Y', 'A', 0),
(2509, 628, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2510, 628, 'HEADER', 16, '', 'Y', 'A', 0),
(2511, 628, 'CONTENT', 16, '', 'Y', 'A', 0),
(2512, 628, 'FOOTER', 16, '', 'Y', 'A', 0),
(2513, 629, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2514, 629, 'HEADER', 16, '', 'Y', 'A', 0),
(2515, 629, 'CONTENT', 16, '', 'Y', 'A', 0),
(2516, 629, 'FOOTER', 16, '', 'Y', 'A', 0),
(2517, 630, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2518, 630, 'HEADER', 16, '', 'Y', 'A', 0),
(2519, 630, 'CONTENT', 16, '', 'Y', 'A', 0),
(2520, 630, 'FOOTER', 16, '', 'Y', 'A', 0),
(2521, 631, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2522, 631, 'HEADER', 16, '', 'Y', 'A', 0),
(2523, 631, 'CONTENT', 16, '', 'Y', 'A', 0),
(2524, 631, 'FOOTER', 16, '', 'Y', 'A', 0),
(2525, 632, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2526, 632, 'HEADER', 16, '', 'Y', 'A', 0),
(2527, 632, 'CONTENT', 16, '', 'Y', 'A', 0),
(2528, 632, 'FOOTER', 16, '', 'Y', 'A', 0),
(2529, 633, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2530, 633, 'HEADER', 16, '', 'Y', 'A', 0),
(2531, 633, 'CONTENT', 16, '', 'Y', 'A', 0),
(2532, 633, 'FOOTER', 16, '', 'Y', 'A', 0),
(2533, 634, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2534, 634, 'HEADER', 16, '', 'Y', 'A', 0),
(2535, 634, 'CONTENT', 16, '', 'Y', 'A', 0),
(2536, 634, 'FOOTER', 16, '', 'Y', 'A', 0),
(2537, 635, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2538, 635, 'HEADER', 16, '', 'Y', 'A', 0),
(2539, 635, 'CONTENT', 16, '', 'Y', 'A', 0),
(2540, 635, 'FOOTER', 16, '', 'Y', 'A', 0),
(2541, 636, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2542, 636, 'HEADER', 16, '', 'Y', 'A', 0),
(2543, 636, 'CONTENT', 16, '', 'Y', 'A', 0),
(2544, 636, 'FOOTER', 16, '', 'Y', 'A', 0),
(2545, 637, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2546, 637, 'HEADER', 16, '', 'Y', 'A', 0),
(2547, 637, 'CONTENT', 16, '', 'Y', 'A', 0),
(2548, 637, 'FOOTER', 16, '', 'Y', 'A', 0),
(2549, 638, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2550, 638, 'HEADER', 16, '', 'Y', 'A', 0),
(2551, 638, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2552, 638, 'FOOTER', 16, '', 'Y', 'A', 0),
(2553, 639, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2554, 639, 'HEADER', 16, '', 'Y', 'A', 0),
(2555, 639, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2556, 639, 'FOOTER', 16, '', 'Y', 'A', 0),
(2557, 640, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2558, 640, 'HEADER', 16, '', 'Y', 'A', 0),
(2559, 640, 'CONTENT', 16, '', 'Y', 'A', 0),
(2560, 640, 'FOOTER', 16, '', 'Y', 'A', 0),
(2561, 641, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2562, 641, 'HEADER', 16, '', 'Y', 'A', 0),
(2563, 641, 'CONTENT', 16, '', 'Y', 'A', 0),
(2564, 641, 'FOOTER', 16, '', 'Y', 'A', 0),
(2565, 642, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2566, 642, 'HEADER', 16, '', 'Y', 'A', 0),
(2567, 642, 'CONTENT', 16, '', 'Y', 'A', 0),
(2568, 642, 'FOOTER', 16, '', 'Y', 'A', 0),
(2569, 643, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2570, 643, 'HEADER', 16, '', 'Y', 'A', 0),
(2571, 643, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2572, 643, 'FOOTER', 16, '', 'Y', 'A', 0),
(2573, 644, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2574, 644, 'HEADER', 16, '', 'Y', 'A', 0),
(2575, 644, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2576, 644, 'FOOTER', 16, '', 'Y', 'A', 0),
(2577, 645, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(2578, 645, 'HEADER', 16, 'header-grid advanced-header', 'Y', 'A', 0),
(2579, 645, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2580, 645, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(2581, 646, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2582, 646, 'HEADER', 16, '', 'Y', 'A', 0),
(2583, 646, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2584, 646, 'FOOTER', 16, '', 'Y', 'A', 0),
(2585, 647, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2586, 647, 'HEADER', 16, '', 'Y', 'A', 0),
(2587, 647, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2588, 647, 'FOOTER', 16, '', 'Y', 'A', 0),
(2589, 648, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2590, 648, 'HEADER', 16, '', 'Y', 'A', 0),
(2591, 648, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(2592, 648, 'FOOTER', 16, '', 'Y', 'A', 0),
(2593, 649, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2594, 649, 'HEADER', 16, '', 'Y', 'A', 0),
(2595, 649, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2596, 649, 'FOOTER', 16, '', 'Y', 'A', 0),
(2597, 650, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(2598, 650, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(2599, 650, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2600, 650, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(2601, 651, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2602, 651, 'HEADER', 16, '', 'Y', 'A', 0),
(2603, 651, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2604, 651, 'FOOTER', 16, '', 'Y', 'A', 0),
(2605, 652, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2606, 652, 'HEADER', 16, '', 'Y', 'A', 0),
(2607, 652, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2608, 652, 'FOOTER', 16, '', 'Y', 'A', 0),
(2609, 653, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2610, 653, 'HEADER', 16, '', 'Y', 'A', 0),
(2611, 653, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2612, 653, 'FOOTER', 16, '', 'Y', 'A', 0),
(2613, 654, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2614, 654, 'HEADER', 16, '', 'Y', 'A', 0),
(2615, 654, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2616, 654, 'FOOTER', 16, '', 'Y', 'A', 0),
(2617, 655, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2618, 655, 'HEADER', 16, '', 'Y', 'A', 0),
(2619, 655, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2620, 655, 'FOOTER', 16, '', 'Y', 'A', 0),
(2621, 656, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2622, 656, 'HEADER', 16, '', 'Y', 'A', 0),
(2623, 656, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2624, 656, 'FOOTER', 16, '', 'Y', 'A', 0),
(2629, 658, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2630, 658, 'HEADER', 16, '', 'Y', 'A', 0),
(2631, 658, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(2632, 658, 'FOOTER', 16, '', 'Y', 'A', 0),
(2633, 659, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2634, 659, 'HEADER', 16, '', 'Y', 'A', 0),
(2635, 659, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2636, 659, 'FOOTER', 16, '', 'Y', 'A', 0),
(2637, 660, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2638, 660, 'HEADER', 16, '', 'Y', 'A', 0),
(2639, 660, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(2640, 660, 'FOOTER', 16, '', 'Y', 'A', 0),
(2645, 662, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2646, 662, 'HEADER', 16, '', 'Y', 'A', 0),
(2647, 662, 'CONTENT', 16, 'cat-content-grid promotion-page', 'Y', 'A', 0),
(2648, 662, 'FOOTER', 16, '', 'Y', 'A', 0),
(2657, 665, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(2658, 665, 'HEADER', 16, 'header-grid advanced-header', 'N', 'A', 0),
(2659, 665, 'CONTENT', 16, 'cat-content-grid vendor-store', 'Y', 'A', 0),
(2660, 665, 'FOOTER', 16, '', 'Y', 'A', 0),
(2661, 666, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(2662, 666, 'HEADER', 16, 'header-grid default-header', 'Y', 'A', 0),
(2663, 666, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2664, 666, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(2665, 667, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2666, 667, 'HEADER', 16, '', 'Y', 'A', 0),
(2667, 667, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2668, 667, 'FOOTER', 16, '', 'Y', 'A', 0),
(2669, 668, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2670, 668, 'HEADER', 16, '', 'Y', 'A', 0),
(2671, 668, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2672, 668, 'FOOTER', 16, '', 'Y', 'A', 0),
(2673, 669, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2674, 669, 'HEADER', 16, '', 'Y', 'A', 0),
(2675, 669, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(2676, 669, 'FOOTER', 16, '', 'Y', 'A', 0),
(2677, 670, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2678, 670, 'HEADER', 16, '', 'Y', 'A', 0),
(2679, 670, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2680, 670, 'FOOTER', 16, '', 'Y', 'A', 0),
(2681, 671, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(2682, 671, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(2683, 671, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2684, 671, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(2685, 672, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2686, 672, 'HEADER', 16, '', 'Y', 'A', 0),
(2687, 672, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2688, 672, 'FOOTER', 16, '', 'Y', 'A', 0),
(2689, 673, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2690, 673, 'HEADER', 16, '', 'Y', 'A', 0),
(2691, 673, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2692, 673, 'FOOTER', 16, '', 'Y', 'A', 0),
(2693, 674, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2694, 674, 'HEADER', 16, '', 'Y', 'A', 0),
(2695, 674, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2696, 674, 'FOOTER', 16, '', 'Y', 'A', 0),
(2697, 675, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2698, 675, 'HEADER', 16, '', 'Y', 'A', 0),
(2699, 675, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2700, 675, 'FOOTER', 16, '', 'Y', 'A', 0),
(2701, 676, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2702, 676, 'HEADER', 16, '', 'Y', 'A', 0),
(2703, 676, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2704, 676, 'FOOTER', 16, '', 'Y', 'A', 0),
(2709, 678, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2710, 678, 'HEADER', 16, '', 'Y', 'A', 0),
(2711, 678, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2712, 678, 'FOOTER', 16, '', 'Y', 'A', 0),
(2713, 679, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2714, 679, 'HEADER', 16, '', 'Y', 'A', 0),
(2715, 679, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(2716, 679, 'FOOTER', 16, '', 'Y', 'A', 0),
(2717, 680, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2718, 680, 'HEADER', 16, '', 'Y', 'A', 0),
(2719, 680, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2720, 680, 'FOOTER', 16, '', 'Y', 'A', 0),
(2721, 681, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2722, 681, 'HEADER', 16, '', 'Y', 'A', 0),
(2723, 681, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(2724, 681, 'FOOTER', 16, '', 'Y', 'A', 0),
(2729, 683, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2730, 683, 'HEADER', 16, '', 'Y', 'A', 0),
(2731, 683, 'CONTENT', 16, 'cat-content-grid promotion-page', 'Y', 'A', 0),
(2732, 683, 'FOOTER', 16, '', 'Y', 'A', 0),
(2741, 686, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(2742, 686, 'HEADER', 16, 'header-grid default-header', 'N', 'A', 0),
(2743, 686, 'CONTENT', 16, 'cat-content-grid vendor-store', 'Y', 'A', 0),
(2744, 686, 'FOOTER', 16, '', 'Y', 'A', 0),
(2745, 687, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(2746, 687, 'HEADER', 16, 'header-grid advanced-header', 'Y', 'A', 0),
(2747, 687, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2748, 687, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(2749, 688, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2750, 688, 'HEADER', 16, 'header-grid advanced-header fixed', 'N', 'A', 0),
(2751, 688, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2752, 688, 'FOOTER', 16, '', 'Y', 'A', 0),
(2753, 689, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2754, 689, 'HEADER', 16, '', 'Y', 'A', 0),
(2755, 689, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2756, 689, 'FOOTER', 16, '', 'Y', 'A', 0),
(2757, 690, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2758, 690, 'HEADER', 16, '', 'Y', 'A', 0),
(2759, 690, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(2760, 690, 'FOOTER', 16, '', 'Y', 'A', 0),
(2761, 691, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2762, 691, 'HEADER', 16, '', 'Y', 'A', 0),
(2763, 691, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2764, 691, 'FOOTER', 16, '', 'Y', 'A', 0),
(2765, 692, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(2766, 692, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(2767, 692, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2768, 692, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(2769, 693, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2770, 693, 'HEADER', 16, '', 'Y', 'A', 0),
(2771, 693, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2772, 693, 'FOOTER', 16, '', 'Y', 'A', 0),
(2773, 694, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2774, 694, 'HEADER', 16, '', 'Y', 'A', 0),
(2775, 694, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2776, 694, 'FOOTER', 16, '', 'Y', 'A', 0),
(2777, 695, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2778, 695, 'HEADER', 16, '', 'Y', 'A', 0),
(2779, 695, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2780, 695, 'FOOTER', 16, '', 'Y', 'A', 0),
(2781, 696, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2782, 696, 'HEADER', 16, '', 'Y', 'A', 0),
(2783, 696, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2784, 696, 'FOOTER', 16, '', 'Y', 'A', 0),
(2785, 697, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2786, 697, 'HEADER', 16, '', 'Y', 'A', 0),
(2787, 697, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2788, 697, 'FOOTER', 16, '', 'Y', 'A', 0),
(2793, 699, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2794, 699, 'HEADER', 16, '', 'Y', 'A', 0),
(2795, 699, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2796, 699, 'FOOTER', 16, '', 'Y', 'A', 0),
(2797, 700, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2798, 700, 'HEADER', 16, '', 'Y', 'A', 0),
(2799, 700, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(2800, 700, 'FOOTER', 16, '', 'Y', 'A', 0),
(2801, 701, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2802, 701, 'HEADER', 16, '', 'Y', 'A', 0),
(2803, 701, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2804, 701, 'FOOTER', 16, '', 'Y', 'A', 0),
(2805, 702, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2806, 702, 'HEADER', 16, '', 'Y', 'A', 0),
(2807, 702, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(2808, 702, 'FOOTER', 16, '', 'Y', 'A', 0),
(2813, 704, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2814, 704, 'HEADER', 16, '', 'Y', 'A', 0),
(2815, 704, 'CONTENT', 16, 'cat-content-grid promotion-page', 'Y', 'A', 0),
(2816, 704, 'FOOTER', 16, '', 'Y', 'A', 0),
(2825, 707, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(2826, 707, 'HEADER', 16, 'header-grid advanced-header', 'N', 'A', 0),
(2827, 707, 'CONTENT', 16, 'cat-content-grid vendor-store', 'Y', 'A', 0),
(2828, 707, 'FOOTER', 16, '', 'Y', 'A', 0),
(2829, 708, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(2830, 708, 'HEADER', 16, 'header-grid  advanced-header', 'Y', 'A', 0),
(2831, 708, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2832, 708, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(2833, 709, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2834, 709, 'HEADER', 16, '', 'Y', 'A', 0),
(2835, 709, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2836, 709, 'FOOTER', 16, '', 'Y', 'A', 0),
(2837, 710, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2838, 710, 'HEADER', 16, '', 'Y', 'A', 0),
(2839, 710, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2840, 710, 'FOOTER', 16, '', 'Y', 'A', 0),
(2841, 711, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2842, 711, 'HEADER', 16, '', 'Y', 'A', 0),
(2843, 711, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(2844, 711, 'FOOTER', 16, '', 'Y', 'A', 0),
(2845, 712, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2846, 712, 'HEADER', 16, '', 'Y', 'A', 0),
(2847, 712, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2848, 712, 'FOOTER', 16, '', 'Y', 'A', 0),
(2849, 713, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(2850, 713, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(2851, 713, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2852, 713, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(2853, 714, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2854, 714, 'HEADER', 16, '', 'Y', 'A', 0),
(2855, 714, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2856, 714, 'FOOTER', 16, '', 'Y', 'A', 0),
(2857, 715, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2858, 715, 'HEADER', 16, '', 'Y', 'A', 0),
(2859, 715, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2860, 715, 'FOOTER', 16, '', 'Y', 'A', 0),
(2861, 716, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2862, 716, 'HEADER', 16, '', 'Y', 'A', 0),
(2863, 716, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2864, 716, 'FOOTER', 16, '', 'Y', 'A', 0),
(2865, 717, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2866, 717, 'HEADER', 16, '', 'Y', 'A', 0),
(2867, 717, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2868, 717, 'FOOTER', 16, '', 'Y', 'A', 0),
(2869, 718, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2870, 718, 'HEADER', 16, '', 'Y', 'A', 0),
(2871, 718, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2872, 718, 'FOOTER', 16, '', 'Y', 'A', 0),
(2873, 719, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2874, 719, 'HEADER', 16, '', 'Y', 'A', 0),
(2875, 719, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2876, 719, 'FOOTER', 16, '', 'Y', 'A', 0),
(2881, 721, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2882, 721, 'HEADER', 16, '', 'Y', 'A', 0),
(2883, 721, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(2884, 721, 'FOOTER', 16, '', 'Y', 'A', 0),
(2885, 722, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2886, 722, 'HEADER', 16, '', 'Y', 'A', 0),
(2887, 722, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(2888, 722, 'FOOTER', 16, '', 'Y', 'A', 0),
(2893, 724, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2894, 724, 'HEADER', 16, '', 'Y', 'A', 0),
(2895, 724, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2896, 724, 'FOOTER', 16, '', 'Y', 'A', 0),
(2897, 725, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2898, 725, 'HEADER', 16, '', 'Y', 'A', 0),
(2899, 725, 'CONTENT', 16, 'cat-content-grid promotion-page', 'Y', 'A', 0),
(2900, 725, 'FOOTER', 16, '', 'Y', 'A', 0),
(2905, 727, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(2906, 727, 'HEADER', 16, 'header-grid  default-header', 'Y', 'A', 0),
(2907, 727, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2908, 727, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(2909, 728, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2910, 728, 'HEADER', 16, '', 'Y', 'A', 0),
(2911, 728, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2912, 728, 'FOOTER', 16, '', 'Y', 'A', 0),
(2913, 729, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2914, 729, 'HEADER', 16, '', 'Y', 'A', 0),
(2915, 729, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2916, 729, 'FOOTER', 16, '', 'Y', 'A', 0),
(2917, 730, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2918, 730, 'HEADER', 16, '', 'Y', 'A', 0),
(2919, 730, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(2920, 730, 'FOOTER', 16, '', 'Y', 'A', 0),
(2921, 731, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2922, 731, 'HEADER', 16, '', 'Y', 'A', 0),
(2923, 731, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2924, 731, 'FOOTER', 16, '', 'Y', 'A', 0),
(2925, 732, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(2926, 732, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(2927, 732, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2928, 732, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(2929, 733, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2930, 733, 'HEADER', 16, '', 'Y', 'A', 0),
(2931, 733, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2932, 733, 'FOOTER', 16, '', 'Y', 'A', 0),
(2933, 734, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2934, 734, 'HEADER', 16, '', 'Y', 'A', 0),
(2935, 734, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2936, 734, 'FOOTER', 16, '', 'Y', 'A', 0),
(2937, 735, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2938, 735, 'HEADER', 16, '', 'Y', 'A', 0),
(2939, 735, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2940, 735, 'FOOTER', 16, '', 'Y', 'A', 0),
(2941, 736, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2942, 736, 'HEADER', 16, '', 'Y', 'A', 0),
(2943, 736, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2944, 736, 'FOOTER', 16, '', 'Y', 'A', 0),
(2945, 737, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2946, 737, 'HEADER', 16, '', 'Y', 'A', 0),
(2947, 737, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2948, 737, 'FOOTER', 16, '', 'Y', 'A', 0),
(2953, 739, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2954, 739, 'HEADER', 16, '', 'Y', 'A', 0),
(2955, 739, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2956, 739, 'FOOTER', 16, '', 'Y', 'A', 0),
(2957, 740, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2958, 740, 'HEADER', 16, '', 'Y', 'A', 0),
(2959, 740, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(2960, 740, 'FOOTER', 16, '', 'Y', 'A', 0),
(2961, 741, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2962, 741, 'HEADER', 16, '', 'Y', 'A', 0),
(2963, 741, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(2964, 741, 'FOOTER', 16, '', 'Y', 'A', 0),
(2969, 743, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2970, 743, 'HEADER', 16, '', 'Y', 'A', 0),
(2971, 743, 'CONTENT', 16, 'cat-content-grid promotion-page', 'Y', 'A', 0),
(2972, 743, 'FOOTER', 16, '', 'Y', 'A', 0),
(2973, 744, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2974, 744, 'HEADER', 16, '', 'Y', 'A', 0),
(2975, 744, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2976, 744, 'FOOTER', 16, '', 'Y', 'A', 0),
(2981, 746, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(2982, 746, 'HEADER', 16, 'header-grid  advanced-header', 'Y', 'A', 0),
(2983, 746, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2984, 746, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(2985, 747, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2986, 747, 'HEADER', 16, 'header-grid  advanced-header fixed', 'N', 'A', 0),
(2987, 747, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2988, 747, 'FOOTER', 16, '', 'Y', 'A', 0),
(2989, 748, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2990, 748, 'HEADER', 16, '', 'Y', 'A', 0),
(2991, 748, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(2992, 748, 'FOOTER', 16, '', 'Y', 'A', 0),
(2993, 749, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2994, 749, 'HEADER', 16, '', 'Y', 'A', 0),
(2995, 749, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(2996, 749, 'FOOTER', 16, '', 'Y', 'A', 0),
(2997, 750, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(2998, 750, 'HEADER', 16, '', 'Y', 'A', 0),
(2999, 750, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3000, 750, 'FOOTER', 16, '', 'Y', 'A', 0),
(3001, 751, 'TOP_PANEL', 16, '', 'N', 'D', 0),
(3002, 751, 'HEADER', 16, 'litecheckout__header', 'N', 'A', 0),
(3003, 751, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3004, 751, 'FOOTER', 16, 'litecheckout__footer', 'N', 'A', 0),
(3005, 752, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3006, 752, 'HEADER', 16, '', 'Y', 'A', 0),
(3007, 752, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3008, 752, 'FOOTER', 16, '', 'Y', 'A', 0),
(3009, 753, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3010, 753, 'HEADER', 16, '', 'Y', 'A', 0),
(3011, 753, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3012, 753, 'FOOTER', 16, '', 'Y', 'A', 0),
(3013, 754, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3014, 754, 'HEADER', 16, '', 'Y', 'A', 0),
(3015, 754, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3016, 754, 'FOOTER', 16, '', 'Y', 'A', 0),
(3017, 755, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3018, 755, 'HEADER', 16, '', 'Y', 'A', 0),
(3019, 755, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3020, 755, 'FOOTER', 16, '', 'Y', 'A', 0),
(3021, 756, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3022, 756, 'HEADER', 16, '', 'Y', 'A', 0),
(3023, 756, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3024, 756, 'FOOTER', 16, '', 'Y', 'A', 0),
(3029, 758, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3030, 758, 'HEADER', 16, '', 'Y', 'A', 0),
(3031, 758, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3032, 758, 'FOOTER', 16, '', 'Y', 'A', 0),
(3033, 759, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3034, 759, 'HEADER', 16, '', 'Y', 'A', 0),
(3035, 759, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(3036, 759, 'FOOTER', 16, '', 'Y', 'A', 0),
(3037, 760, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3038, 760, 'HEADER', 16, '', 'Y', 'A', 0),
(3039, 760, 'CONTENT', 16, 'cat-content-grid', 'Y', 'A', 0),
(3040, 760, 'FOOTER', 16, '', 'Y', 'A', 0),
(3045, 762, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3046, 762, 'HEADER', 16, '', 'Y', 'A', 0),
(3047, 762, 'CONTENT', 16, 'cat-content-grid promotion-page', 'Y', 'A', 0),
(3048, 762, 'FOOTER', 16, '', 'Y', 'A', 0),
(3049, 763, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3050, 763, 'HEADER', 16, '', 'Y', 'A', 0),
(3051, 763, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3052, 763, 'FOOTER', 16, '', 'Y', 'A', 0),
(3057, 765, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3058, 765, 'HEADER', 16, '', 'Y', 'A', 0),
(3059, 765, 'CONTENT', 16, '', 'Y', 'A', 0),
(3060, 765, 'FOOTER', 16, '', 'Y', 'A', 0),
(3061, 766, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3062, 766, 'HEADER', 16, '', 'Y', 'A', 0),
(3063, 766, 'CONTENT', 16, '', 'Y', 'A', 0),
(3064, 766, 'FOOTER', 16, '', 'Y', 'A', 0),
(3065, 767, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3066, 767, 'HEADER', 16, '', 'Y', 'A', 0),
(3067, 767, 'CONTENT', 16, '', 'Y', 'A', 0),
(3068, 767, 'FOOTER', 16, '', 'Y', 'A', 0),
(3069, 768, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3070, 768, 'HEADER', 16, '', 'Y', 'A', 0),
(3071, 768, 'CONTENT', 16, '', 'Y', 'A', 0),
(3072, 768, 'FOOTER', 16, '', 'Y', 'A', 0),
(3073, 769, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3074, 769, 'HEADER', 16, '', 'Y', 'A', 0),
(3075, 769, 'CONTENT', 16, '', 'Y', 'A', 0),
(3076, 769, 'FOOTER', 16, '', 'Y', 'A', 0),
(3077, 770, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3078, 770, 'HEADER', 16, '', 'Y', 'A', 0),
(3079, 770, 'CONTENT', 16, '', 'Y', 'A', 0),
(3080, 770, 'FOOTER', 16, '', 'Y', 'A', 0),
(3081, 771, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3082, 771, 'HEADER', 16, '', 'Y', 'A', 0),
(3083, 771, 'CONTENT', 16, '', 'Y', 'A', 0),
(3084, 771, 'FOOTER', 16, '', 'Y', 'A', 0),
(3085, 772, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3086, 772, 'HEADER', 16, '', 'Y', 'A', 0),
(3087, 772, 'CONTENT', 16, '', 'Y', 'A', 0),
(3088, 772, 'FOOTER', 16, '', 'Y', 'A', 0),
(3089, 773, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3090, 773, 'HEADER', 16, '', 'Y', 'A', 0),
(3091, 773, 'CONTENT', 16, '', 'Y', 'A', 0),
(3092, 773, 'FOOTER', 16, '', 'Y', 'A', 0),
(3093, 774, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3094, 774, 'HEADER', 16, '', 'Y', 'A', 0),
(3095, 774, 'CONTENT', 16, '', 'Y', 'A', 0),
(3096, 774, 'FOOTER', 16, '', 'Y', 'A', 0),
(3097, 775, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3098, 775, 'HEADER', 16, '', 'Y', 'A', 0),
(3099, 775, 'CONTENT', 16, '', 'Y', 'A', 0),
(3100, 775, 'FOOTER', 16, '', 'Y', 'A', 0),
(3101, 776, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3102, 776, 'HEADER', 16, '', 'Y', 'A', 0),
(3103, 776, 'CONTENT', 16, '', 'Y', 'A', 0),
(3104, 776, 'FOOTER', 16, '', 'Y', 'A', 0),
(3105, 777, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3106, 777, 'HEADER', 16, '', 'Y', 'A', 0),
(3107, 777, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3108, 777, 'FOOTER', 16, '', 'Y', 'A', 0),
(3109, 778, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3110, 778, 'HEADER', 16, '', 'Y', 'A', 0),
(3111, 778, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3112, 778, 'FOOTER', 16, '', 'Y', 'A', 0),
(3113, 779, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3114, 779, 'HEADER', 16, '', 'Y', 'A', 0),
(3115, 779, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3116, 779, 'FOOTER', 16, '', 'Y', 'A', 0),
(3117, 780, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3118, 780, 'HEADER', 16, '', 'Y', 'A', 0),
(3119, 780, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3120, 780, 'FOOTER', 16, '', 'Y', 'A', 0),
(3121, 781, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3122, 781, 'HEADER', 16, '', 'Y', 'A', 0),
(3123, 781, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3124, 781, 'FOOTER', 16, '', 'Y', 'A', 0),
(3125, 782, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3126, 782, 'HEADER', 16, '', 'Y', 'A', 0),
(3127, 782, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3128, 782, 'FOOTER', 16, '', 'Y', 'A', 0),
(3129, 783, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3130, 783, 'HEADER', 16, '', 'Y', 'A', 0),
(3131, 783, 'CONTENT', 16, '', 'Y', 'A', 0),
(3132, 783, 'FOOTER', 16, '', 'Y', 'A', 0),
(3133, 784, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3134, 784, 'HEADER', 16, '', 'Y', 'A', 0),
(3135, 784, 'CONTENT', 16, '', 'Y', 'A', 0),
(3136, 784, 'FOOTER', 16, '', 'Y', 'A', 0),
(3137, 785, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3138, 785, 'HEADER', 16, '', 'Y', 'A', 0),
(3139, 785, 'CONTENT', 16, '', 'Y', 'A', 0),
(3140, 785, 'FOOTER', 16, '', 'Y', 'A', 0),
(3141, 786, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3142, 786, 'HEADER', 16, '', 'Y', 'A', 0),
(3143, 786, 'CONTENT', 16, '', 'Y', 'A', 0),
(3144, 786, 'FOOTER', 16, '', 'Y', 'A', 0),
(3145, 787, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3146, 787, 'HEADER', 16, '', 'Y', 'A', 0),
(3147, 787, 'CONTENT', 16, '', 'Y', 'A', 0),
(3148, 787, 'FOOTER', 16, '', 'Y', 'A', 0),
(3149, 788, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3150, 788, 'HEADER', 16, '', 'Y', 'A', 0),
(3151, 788, 'CONTENT', 16, '', 'Y', 'A', 0),
(3152, 788, 'FOOTER', 16, '', 'Y', 'A', 0),
(3153, 789, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3154, 789, 'HEADER', 16, '', 'Y', 'A', 0),
(3155, 789, 'CONTENT', 16, '', 'Y', 'A', 0),
(3156, 789, 'FOOTER', 16, '', 'Y', 'A', 0),
(3157, 790, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3158, 790, 'HEADER', 16, '', 'Y', 'A', 0),
(3159, 790, 'CONTENT', 16, '', 'Y', 'A', 0),
(3160, 790, 'FOOTER', 16, '', 'Y', 'A', 0),
(3161, 791, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3162, 791, 'HEADER', 16, '', 'Y', 'A', 0),
(3163, 791, 'CONTENT', 16, '', 'Y', 'A', 0),
(3164, 791, 'FOOTER', 16, '', 'Y', 'A', 0),
(3165, 792, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3166, 792, 'HEADER', 16, '', 'Y', 'A', 0),
(3167, 792, 'CONTENT', 16, '', 'Y', 'A', 0),
(3168, 792, 'FOOTER', 16, '', 'Y', 'A', 0),
(3169, 793, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3170, 793, 'HEADER', 16, '', 'Y', 'A', 0),
(3171, 793, 'CONTENT', 16, '', 'Y', 'A', 0),
(3172, 793, 'FOOTER', 16, '', 'Y', 'A', 0),
(3173, 794, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3174, 794, 'HEADER', 16, '', 'Y', 'A', 0),
(3175, 794, 'CONTENT', 16, '', 'Y', 'A', 0),
(3176, 794, 'FOOTER', 16, '', 'Y', 'A', 0),
(3177, 795, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3178, 795, 'HEADER', 16, '', 'Y', 'A', 0),
(3179, 795, 'CONTENT', 16, '', 'Y', 'A', 0),
(3180, 795, 'FOOTER', 16, '', 'Y', 'A', 0),
(3181, 796, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3182, 796, 'HEADER', 16, '', 'Y', 'A', 0),
(3183, 796, 'CONTENT', 16, '', 'Y', 'A', 0),
(3184, 796, 'FOOTER', 16, '', 'Y', 'A', 0),
(3185, 797, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3186, 797, 'HEADER', 16, '', 'Y', 'A', 0),
(3187, 797, 'CONTENT', 16, '', 'Y', 'A', 0),
(3188, 797, 'FOOTER', 16, '', 'Y', 'A', 0),
(3189, 798, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3190, 798, 'HEADER', 16, '', 'Y', 'A', 0),
(3191, 798, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3192, 798, 'FOOTER', 16, '', 'Y', 'A', 0),
(3193, 799, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3194, 799, 'HEADER', 16, '', 'Y', 'A', 0),
(3195, 799, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3196, 799, 'FOOTER', 16, '', 'Y', 'A', 0),
(3197, 800, 'TOP_PANEL', 16, 'top-grid', 'Y', 'A', 0),
(3198, 800, 'HEADER', 16, 'header-grid et-full-grid', 'Y', 'A', 0),
(3199, 800, 'CONTENT', 16, 'content-grid et-content-grid', 'Y', 'A', 0),
(3200, 800, 'FOOTER', 16, 'ty-footer-grid', 'Y', 'A', 0),
(3201, 801, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3202, 801, 'HEADER', 16, '', 'Y', 'A', 0),
(3203, 801, 'CONTENT', 16, 'content-grid et-home-content-grid', 'Y', 'A', 0),
(3204, 801, 'FOOTER', 16, '', 'Y', 'A', 0),
(3205, 802, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3206, 802, 'HEADER', 16, '', 'Y', 'A', 0),
(3207, 802, 'CONTENT', 16, 'content-grid et-product-content-grid', 'Y', 'A', 0),
(3208, 802, 'FOOTER', 16, '', 'Y', 'A', 0),
(3209, 803, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3210, 803, 'HEADER', 16, '', 'Y', 'A', 0),
(3211, 803, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3212, 803, 'FOOTER', 16, '', 'Y', 'A', 0),
(3213, 804, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3214, 804, 'HEADER', 16, '', 'Y', 'A', 0),
(3215, 804, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3216, 804, 'FOOTER', 16, '', 'Y', 'A', 0),
(3217, 805, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3218, 805, 'HEADER', 16, '', 'Y', 'A', 0),
(3219, 805, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3220, 805, 'FOOTER', 16, '', 'Y', 'A', 0),
(3221, 806, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3222, 806, 'HEADER', 16, '', 'Y', 'A', 0),
(3223, 806, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3224, 806, 'FOOTER', 16, '', 'Y', 'A', 0),
(3225, 807, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3226, 807, 'HEADER', 16, '', 'Y', 'A', 0),
(3227, 807, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3228, 807, 'FOOTER', 16, '', 'Y', 'A', 0),
(3229, 808, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3230, 808, 'HEADER', 16, '', 'Y', 'A', 0),
(3231, 808, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3232, 808, 'FOOTER', 16, '', 'Y', 'A', 0),
(3233, 809, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3234, 809, 'HEADER', 16, '', 'Y', 'A', 0),
(3235, 809, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3236, 809, 'FOOTER', 16, '', 'Y', 'A', 0),
(3237, 810, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3238, 810, 'HEADER', 16, '', 'Y', 'A', 0),
(3239, 810, 'CONTENT', 16, 'content-grid et-content-grid', 'Y', 'A', 0),
(3240, 810, 'FOOTER', 16, '', 'Y', 'A', 0),
(3241, 811, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3242, 811, 'HEADER', 16, '', 'Y', 'A', 0),
(3243, 811, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3244, 811, 'FOOTER', 16, '', 'Y', 'A', 0),
(3245, 812, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3246, 812, 'HEADER', 16, '', 'Y', 'A', 0),
(3247, 812, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3248, 812, 'FOOTER', 16, '', 'Y', 'A', 0),
(3249, 813, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3250, 813, 'HEADER', 16, '', 'Y', 'A', 0),
(3251, 813, 'CONTENT', 16, 'content-grid et-search-page-content-grid', 'Y', 'A', 0),
(3252, 813, 'FOOTER', 16, '', 'Y', 'A', 0),
(3261, 816, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3262, 816, 'HEADER', 16, '', 'Y', 'A', 0),
(3263, 816, 'CONTENT', 16, '', 'Y', 'A', 0),
(3264, 816, 'FOOTER', 16, '', 'Y', 'A', 0),
(3269, 818, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3270, 818, 'HEADER', 16, '', 'Y', 'A', 0),
(3271, 818, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3272, 818, 'FOOTER', 16, '', 'Y', 'A', 0),
(3273, 819, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3274, 819, 'HEADER', 16, '', 'Y', 'A', 0),
(3275, 819, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3276, 819, 'FOOTER', 16, '', 'Y', 'A', 0),
(3277, 820, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3278, 820, 'HEADER', 16, '', 'Y', 'A', 0),
(3279, 820, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3280, 820, 'FOOTER', 16, '', 'Y', 'A', 0),
(3285, 822, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3286, 822, 'HEADER', 16, '', 'Y', 'A', 0),
(3287, 822, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3288, 822, 'FOOTER', 16, '', 'Y', 'A', 0),
(3289, 823, 'TOP_PANEL', 16, 'top-grid', 'N', 'A', 0),
(3290, 823, 'HEADER', 16, 'et-vendor-store-header-wrapper', 'N', 'A', 0),
(3291, 823, 'CONTENT', 16, '', 'Y', 'A', 0),
(3292, 823, 'FOOTER', 16, '', 'Y', 'A', 0),
(3293, 824, 'TOP_PANEL', 16, 'top-grid', 'N', 'A', 0),
(3294, 824, 'HEADER', 16, 'et-vendor-store-header-wrapper', 'N', 'A', 0),
(3295, 824, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3296, 824, 'FOOTER', 16, '', 'Y', 'A', 0),
(3297, 825, 'TOP_PANEL', 16, 'top-grid', 'N', 'A', 0),
(3298, 825, 'HEADER', 16, 'et-vendor-store-header-wrapper', 'N', 'A', 0),
(3299, 825, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3300, 825, 'FOOTER', 16, '', 'Y', 'A', 0),
(3301, 826, 'TOP_PANEL', 16, 'top-grid', 'N', 'A', 0),
(3302, 826, 'HEADER', 16, 'et-vendor-store-header-wrapper', 'N', 'A', 0),
(3303, 826, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3304, 826, 'FOOTER', 16, '', 'Y', 'A', 0),
(3305, 827, 'TOP_PANEL', 16, 'top-grid', 'N', 'A', 0),
(3306, 827, 'HEADER', 16, 'et-vendor-store-header-wrapper', 'N', 'A', 0),
(3307, 827, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3308, 827, 'FOOTER', 16, '', 'Y', 'A', 0),
(3309, 828, 'TOP_PANEL', 16, 'top-grid', 'N', 'A', 0),
(3310, 828, 'HEADER', 16, 'et-vendor-store-header-wrapper', 'N', 'A', 0),
(3311, 828, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3312, 828, 'FOOTER', 16, '', 'Y', 'A', 0),
(3313, 829, 'TOP_PANEL', 16, 'top-grid', 'N', 'A', 0),
(3314, 829, 'HEADER', 16, 'et-vendor-store-header-wrapper', 'N', 'A', 0),
(3315, 829, 'CONTENT', 16, 'content-grid et-product-content-grid', 'Y', 'A', 0),
(3316, 829, 'FOOTER', 16, '', 'Y', 'A', 0),
(3317, 830, 'TOP_PANEL', 16, 'top-grid', 'N', 'A', 0),
(3318, 830, 'HEADER', 16, 'et-vendor-store-header-wrapper', 'N', 'A', 0),
(3319, 830, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3320, 830, 'FOOTER', 16, '', 'Y', 'A', 0),
(3321, 831, 'TOP_PANEL', 16, 'top-grid', 'N', 'A', 0),
(3322, 831, 'HEADER', 16, 'et-vendor-store-header-wrapper', 'N', 'A', 0),
(3323, 831, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3324, 831, 'FOOTER', 16, '', 'Y', 'A', 0),
(3325, 832, 'TOP_PANEL', 16, 'top-grid', 'N', 'A', 0),
(3326, 832, 'HEADER', 16, 'et-vendor-store-header-wrapper', 'N', 'A', 0),
(3327, 832, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3328, 832, 'FOOTER', 16, '', 'Y', 'A', 0),
(3329, 833, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3330, 833, 'HEADER', 16, '', 'Y', 'A', 0),
(3331, 833, 'CONTENT', 16, '', 'Y', 'A', 0),
(3332, 833, 'FOOTER', 16, '', 'Y', 'A', 0),
(3333, 834, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3334, 834, 'HEADER', 16, '', 'Y', 'A', 0),
(3335, 834, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3336, 834, 'FOOTER', 16, '', 'Y', 'A', 0),
(3337, 835, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3338, 835, 'HEADER', 16, '', 'Y', 'A', 0),
(3339, 835, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3340, 835, 'FOOTER', 16, '', 'Y', 'A', 0),
(3341, 836, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3342, 836, 'HEADER', 16, '', 'Y', 'A', 0),
(3343, 836, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3344, 836, 'FOOTER', 16, '', 'Y', 'A', 0),
(3345, 837, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3346, 837, 'HEADER', 16, '', 'Y', 'A', 0),
(3347, 837, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3348, 837, 'FOOTER', 16, '', 'Y', 'A', 0),
(3349, 838, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3350, 838, 'HEADER', 16, '', 'Y', 'A', 0),
(3351, 838, 'CONTENT', 16, '', 'Y', 'A', 0),
(3352, 838, 'FOOTER', 16, '', 'Y', 'A', 0),
(3353, 839, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3354, 839, 'HEADER', 16, '', 'Y', 'A', 0),
(3355, 839, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3356, 839, 'FOOTER', 16, '', 'Y', 'A', 0),
(3357, 840, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3358, 840, 'HEADER', 16, '', 'Y', 'A', 0),
(3359, 840, 'CONTENT', 16, '', 'Y', 'A', 0),
(3360, 840, 'FOOTER', 16, '', 'Y', 'A', 0),
(3361, 841, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3362, 841, 'HEADER', 16, '', 'Y', 'A', 0),
(3363, 841, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3364, 841, 'FOOTER', 16, '', 'Y', 'A', 0),
(3365, 842, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3366, 842, 'HEADER', 16, '', 'Y', 'A', 0),
(3367, 842, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3368, 842, 'FOOTER', 16, '', 'Y', 'A', 0),
(3369, 843, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3370, 843, 'HEADER', 16, '', 'Y', 'A', 0),
(3371, 843, 'CONTENT', 16, '', 'Y', 'A', 0),
(3372, 843, 'FOOTER', 16, '', 'Y', 'A', 0),
(3373, 844, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3374, 844, 'HEADER', 16, '', 'Y', 'A', 0),
(3375, 844, 'CONTENT', 16, '', 'Y', 'A', 0),
(3376, 844, 'FOOTER', 16, '', 'Y', 'A', 0),
(3377, 845, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3378, 845, 'HEADER', 16, '', 'Y', 'A', 0),
(3379, 845, 'CONTENT', 16, '', 'Y', 'A', 0),
(3380, 845, 'FOOTER', 16, '', 'Y', 'A', 0),
(3381, 846, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3382, 846, 'HEADER', 16, '', 'Y', 'A', 0),
(3383, 846, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3384, 846, 'FOOTER', 16, '', 'Y', 'A', 0),
(3385, 847, 'TOP_PANEL', 16, '', 'Y', 'A', 0),
(3386, 847, 'HEADER', 16, '', 'Y', 'A', 0),
(3387, 847, 'CONTENT', 16, 'content-grid', 'Y', 'A', 0),
(3388, 847, 'FOOTER', 16, '', 'Y', 'A', 0);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_bm_grids`
--

CREATE TABLE `partiushop_bm_grids` (
  `grid_id` int(11) UNSIGNED NOT NULL,
  `container_id` mediumint(9) UNSIGNED NOT NULL,
  `parent_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `order` mediumint(9) UNSIGNED NOT NULL DEFAULT 0,
  `width` tinyint(4) UNSIGNED NOT NULL DEFAULT 1,
  `offset` tinyint(4) UNSIGNED NOT NULL DEFAULT 0,
  `user_class` varchar(128) NOT NULL DEFAULT '',
  `omega` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `alpha` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `wrapper` varchar(128) NOT NULL DEFAULT '',
  `content_align` enum('LEFT','RIGHT','FULL_WIDTH') NOT NULL DEFAULT 'FULL_WIDTH',
  `html_element` varchar(8) NOT NULL DEFAULT 'div',
  `clear` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `status` varchar(1) NOT NULL DEFAULT 'A',
  `abt__ut2_extended` char(1) NOT NULL DEFAULT '0',
  `abt__ut2_padding` varchar(20) NOT NULL DEFAULT '',
  `abt__ut2_show_in_tabs` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_use_ajax` char(1) NOT NULL DEFAULT 'N',
  `et_grid` varchar(255) NOT NULL,
  `et_grid_bkg` mediumtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_bm_grids`
--

INSERT INTO `partiushop_bm_grids` (`grid_id`, `container_id`, `parent_id`, `order`, `width`, `offset`, `user_class`, `omega`, `alpha`, `wrapper`, `content_align`, `html_element`, `clear`, `status`, `abt__ut2_extended`, `abt__ut2_padding`, `abt__ut2_show_in_tabs`, `abt__ut2_use_ajax`, `et_grid`, `et_grid_bkg`) VALUES
(1, 1, 0, 0, 3, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2, 1, 0, 0, 11, 0, 'top-links-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3, 1, 0, 0, 2, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(4, 2, 0, 0, 3, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(5, 2, 0, 0, 5, 0, 'ty-cr-content-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(6, 2, 0, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(7, 2, 6, 0, 4, 0, 'search-block-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(8, 2, 6, 0, 4, 0, 'cart-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(9, 2, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(10, 3, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(11, 3, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(12, 4, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-stay-connected', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(13, 4, 12, 0, 10, 0, 'ty-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(14, 4, 12, 0, 6, 0, 'ty-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(15, 4, 0, 0, 16, 0, 'ty-footer-grid__full-width ty-footer-menu', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(16, 4, 15, 0, 4, 0, 'my-account-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(17, 4, 15, 0, 4, 0, 'footer-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(18, 4, 15, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(19, 4, 15, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(20, 4, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(21, 4, 20, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(22, 4, 20, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(23, 7, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(24, 7, 23, 0, 10, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(25, 7, 23, 0, 6, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(26, 7, 0, 0, 16, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(27, 7, 0, 0, 16, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(28, 7, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(29, 7, 0, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(30, 7, 0, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(31, 7, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(32, 9, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(33, 11, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(34, 11, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(35, 11, 0, 0, 9, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(36, 11, 0, 0, 7, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(37, 12, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(38, 13, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(39, 15, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(40, 15, 0, 0, 4, 0, 'side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(41, 15, 0, 0, 12, 0, 'main-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(42, 16, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(43, 17, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(44, 19, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(45, 19, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(46, 20, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(47, 21, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(48, 22, 0, 0, 3, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(49, 23, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(50, 23, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(51, 24, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(52, 24, 51, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(53, 24, 51, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(54, 27, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(55, 27, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(56, 27, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(57, 31, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(58, 31, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(59, 31, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(60, 35, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(61, 37, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(62, 39, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(63, 40, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(64, 42, 0, 0, 5, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(65, 42, 0, 0, 6, 0, 'vendor-stores-block-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(66, 42, 0, 0, 5, 0, 'cart-content-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(67, 42, 0, 0, 16, 0, 'vendor-info-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(68, 42, 67, 0, 4, 0, 'vendor-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(69, 42, 67, 0, 6, 0, 'vendor-search-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(70, 42, 67, 0, 6, 0, 'vendor-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(71, 43, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(72, 43, 0, 0, 4, 0, 'side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(73, 43, 0, 0, 12, 0, 'main-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(74, 47, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(75, 47, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(76, 47, 0, 0, 8, 0, 'ty-vendor-account-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(77, 49, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(78, 51, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(79, 51, 0, 0, 4, 0, 'side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(80, 51, 0, 0, 12, 0, 'main-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(81, 52, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(82, 55, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(83, 59, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(84, 59, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(88, 66, 0, 0, 16, 0, 'search-widget-block-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(89, 66, 0, 0, 4, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(90, 66, 0, 0, 12, 0, 'cart-content-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(91, 66, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(92, 67, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(93, 67, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(94, 71, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(95, 71, 94, 0, 10, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(96, 71, 94, 0, 6, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(97, 71, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(98, 71, 0, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(99, 71, 0, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(100, 71, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(101, 73, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(102, 75, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(103, 75, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(104, 75, 0, 0, 9, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(105, 75, 0, 0, 7, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(106, 76, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(107, 77, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(108, 79, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(109, 79, 0, 0, 4, 0, 'side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(110, 79, 0, 0, 12, 0, 'main-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(111, 80, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(112, 81, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(113, 83, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(114, 83, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(115, 84, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(116, 85, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(117, 87, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(118, 87, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(119, 88, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(120, 91, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(121, 91, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(122, 91, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(123, 95, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(124, 95, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(125, 95, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(126, 99, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(127, 101, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(128, 103, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(129, 104, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(130, 105, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(131, 107, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(132, 107, 0, 0, 4, 0, 'side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(133, 107, 0, 0, 12, 0, 'main-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(134, 108, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(135, 111, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(139, 119, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(140, 119, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(141, 123, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(142, 123, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(143, 127, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(144, 127, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(145, 127, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(146, 131, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(147, 131, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(148, 131, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(149, 135, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(150, 135, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(151, 135, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(152, 139, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(153, 139, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(154, 139, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(155, 143, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(156, 143, 155, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(157, 147, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(158, 147, 157, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(159, 151, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(160, 151, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(161, 151, 0, 0, 4, 0, 'side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(162, 151, 0, 0, 12, 0, 'main-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(163, 155, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(164, 155, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(165, 155, 0, 0, 4, 0, 'side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(166, 155, 0, 0, 12, 0, 'main-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(167, 157, 0, 0, 4, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(168, 157, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(169, 158, 0, 0, 5, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(170, 158, 0, 1, 6, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(171, 158, 0, 3, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(172, 158, 0, 5, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(173, 158, 172, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(174, 158, 173, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(175, 158, 173, 1, 6, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(176, 158, 172, 1, 5, 0, 'account-cart-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(177, 159, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(178, 159, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(179, 160, 0, 0, 16, 0, 'ty-footer-menu b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(180, 160, 179, 0, 4, 0, 'my-account-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(181, 160, 179, 0, 4, 0, 'demo-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(182, 160, 179, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(183, 160, 179, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(184, 160, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(185, 160, 184, 0, 16, 0, '', 1, 1, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(187, 163, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(188, 163, 0, 1, 16, 0, 'hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(189, 163, 0, 2, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'Y', '', NULL),
(190, 163, 189, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(191, 163, 189, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(192, 163, 0, 3, 16, 0, 'banners-grid hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-bottom', 'N', 'N', '', NULL),
(193, 163, 192, 0, 5, 0, 'small-banner', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(194, 163, 192, 0, 6, 0, 'big-banner', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(195, 163, 192, 0, 5, 0, 'small-banner', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(196, 163, 0, 4, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(197, 163, 0, 5, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(198, 163, 0, 6, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(199, 163, 0, 7, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(200, 163, 0, 8, 16, 0, 'fill--gray', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(201, 163, 0, 9, 16, 0, 'fill--color', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(202, 163, 0, 10, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(203, 163, 0, 11, 16, 0, 'pd-all b-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'E', 'ut2-bottom', 'N', 'N', '', NULL),
(204, 163, 0, 12, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(205, 163, 0, 13, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(206, 163, 205, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(207, 163, 205, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(208, 167, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(209, 167, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(210, 167, 0, 0, 16, 0, 'fill--gray hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(211, 167, 210, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(212, 167, 210, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(213, 167, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(214, 171, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(215, 171, 0, 0, 16, 0, 'ut2__subcategories', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top', 'N', 'N', '', NULL),
(216, 171, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(217, 171, 0, 0, 9, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(218, 171, 0, 0, 7, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(219, 171, 0, 0, 16, 0, 'b-top fill--white', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(220, 175, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(221, 175, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(222, 177, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(223, 178, 0, 0, 4, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(224, 179, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(225, 179, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(226, 180, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(227, 180, 226, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(228, 180, 226, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(229, 183, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(230, 187, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(231, 187, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(232, 187, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(233, 191, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(234, 191, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(235, 191, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(236, 195, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(237, 199, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(238, 199, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(239, 203, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(243, 211, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(244, 211, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(245, 211, 0, 0, 12, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(246, 211, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(247, 211, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(248, 215, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(249, 215, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(250, 219, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(251, 219, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(252, 219, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(253, 219, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(257, 227, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(258, 227, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', 'ut2-top', 'N', 'N', '', NULL),
(259, 227, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(260, 227, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(268, 237, 0, 0, 4, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(269, 237, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(270, 238, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(271, 238, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(272, 238, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(273, 238, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(274, 238, 273, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(275, 238, 274, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(276, 238, 274, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(277, 238, 273, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(278, 239, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(279, 239, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(280, 239, 0, 0, 9, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(281, 239, 0, 0, 7, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(282, 239, 281, 0, 7, 0, 'vendor-info-blocks', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(283, 239, 281, 0, 7, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(284, 241, 0, 0, 4, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(285, 241, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(286, 242, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(287, 242, 0, 0, 4, 0, 'search-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(288, 242, 0, 0, 4, 0, 'top-phones', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(289, 242, 0, 0, 4, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(290, 242, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(291, 243, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(292, 243, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(293, 244, 0, 0, 16, 0, 'ty-footer-menu b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(294, 244, 293, 0, 4, 0, 'my-account-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(295, 244, 293, 0, 4, 0, 'demo-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(296, 244, 293, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(297, 244, 293, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(298, 244, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(299, 244, 298, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(300, 244, 298, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(301, 247, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(302, 247, 0, 0, 16, 0, 'hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(303, 247, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'Y', '', NULL),
(304, 247, 303, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(305, 247, 303, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(306, 247, 0, 0, 16, 0, 'banners-grid hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(307, 247, 306, 0, 5, 0, 'small-banner', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(308, 247, 306, 0, 6, 0, 'big-banner', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(309, 247, 306, 0, 5, 0, 'small-banner', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(310, 247, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(311, 247, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(312, 247, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(313, 247, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(314, 247, 0, 0, 16, 0, 'fill--gray', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(315, 247, 0, 0, 16, 0, 'fill--color', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(316, 247, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(317, 247, 0, 0, 16, 0, 'b-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(318, 247, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(319, 247, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(320, 247, 319, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(321, 247, 319, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(322, 251, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(323, 251, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(324, 251, 0, 0, 16, 0, 'fill--gray hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(325, 251, 324, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(326, 251, 324, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(327, 251, 0, 0, 16, 0, 'fill--white', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(328, 255, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(329, 255, 0, 0, 16, 0, 'ut2__subcategories', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(330, 255, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', '', 'N', 'N', '', NULL),
(331, 255, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(332, 255, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(333, 255, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(334, 255, 0, 0, 16, 0, 'b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(335, 259, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(336, 259, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(337, 261, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(338, 262, 0, 0, 4, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(339, 263, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(340, 263, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(341, 264, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(342, 264, 341, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(343, 264, 341, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(344, 267, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(345, 271, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(346, 271, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(347, 271, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(348, 275, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(349, 275, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(350, 275, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(351, 279, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(352, 283, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(353, 283, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(357, 291, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(358, 295, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(359, 295, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(360, 295, 0, 0, 12, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(361, 295, 0, 0, 4, 0, 'side-grid pd-all', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(362, 299, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(363, 299, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(364, 303, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(365, 303, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(366, 303, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(367, 303, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(371, 311, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(372, 311, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', 'ut2-top', 'N', 'N', '', NULL),
(373, 311, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(374, 311, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(382, 321, 0, 0, 4, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(383, 321, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(384, 322, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(385, 322, 0, 0, 4, 0, 'search-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(386, 322, 0, 0, 4, 0, 'top-phones', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(387, 322, 0, 0, 4, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(388, 322, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(389, 323, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(390, 323, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(391, 323, 0, 0, 9, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(392, 323, 0, 0, 7, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(393, 323, 392, 0, 7, 0, 'vendor-info-blocks', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(394, 323, 392, 0, 7, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(395, 325, 0, 0, 4, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(396, 325, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(397, 326, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(398, 326, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(399, 326, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(400, 326, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(401, 326, 400, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(402, 326, 401, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(403, 326, 401, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(404, 326, 400, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(405, 327, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(406, 327, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(407, 328, 0, 0, 16, 0, 'ty-footer-menu b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(408, 328, 407, 0, 4, 0, 'my-account-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(409, 328, 407, 0, 4, 0, 'demo-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(410, 328, 407, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(411, 328, 407, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(412, 328, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(413, 328, 412, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(414, 328, 412, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(415, 330, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(416, 330, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(417, 330, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(418, 330, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(419, 330, 418, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(420, 330, 419, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(421, 330, 419, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(422, 330, 418, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(423, 331, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(424, 331, 0, 0, 16, 0, 'hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(425, 331, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'Y', '', NULL),
(426, 331, 425, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(427, 331, 425, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(428, 331, 0, 0, 16, 0, 'banners-grid hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-bottom', 'N', 'N', '', NULL),
(429, 331, 428, 0, 5, 0, 'small-banner', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(430, 331, 428, 0, 6, 0, 'big-banner', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(431, 331, 428, 0, 5, 0, 'small-banner', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(432, 331, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(433, 331, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(434, 331, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(435, 331, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(436, 331, 0, 0, 16, 0, 'fill--gray', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(437, 331, 0, 0, 16, 0, 'fill--color', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(438, 331, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(439, 331, 0, 0, 16, 0, 'b-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(440, 331, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(441, 331, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(442, 331, 441, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(443, 331, 441, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(444, 335, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(445, 335, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(446, 335, 0, 0, 16, 0, 'fill--gray hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(447, 335, 446, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(448, 335, 446, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(449, 335, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(450, 339, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(451, 339, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top', 'N', 'N', '', NULL),
(452, 339, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(453, 339, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(454, 339, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(455, 339, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(456, 339, 0, 0, 16, 0, 'b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(457, 343, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(458, 343, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(459, 345, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(460, 346, 0, 0, 4, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(461, 347, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(462, 347, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(463, 348, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(464, 348, 463, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(465, 348, 463, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(466, 351, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(467, 355, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(468, 355, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(469, 355, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(470, 359, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(471, 359, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(472, 359, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(473, 363, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(474, 367, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(475, 367, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(479, 375, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(480, 379, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(481, 379, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(482, 379, 0, 0, 12, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(483, 379, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(484, 379, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(485, 383, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(486, 383, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(487, 387, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(488, 387, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(489, 387, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(490, 387, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(494, 395, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(495, 395, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', 'ut2-top', 'N', 'N', '', NULL),
(496, 395, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(497, 395, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(505, 405, 0, 0, 4, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(506, 405, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(507, 406, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(508, 406, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(509, 406, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(510, 406, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(511, 406, 510, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(512, 406, 511, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(513, 406, 511, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL);
INSERT INTO `partiushop_bm_grids` (`grid_id`, `container_id`, `parent_id`, `order`, `width`, `offset`, `user_class`, `omega`, `alpha`, `wrapper`, `content_align`, `html_element`, `clear`, `status`, `abt__ut2_extended`, `abt__ut2_padding`, `abt__ut2_show_in_tabs`, `abt__ut2_use_ajax`, `et_grid`, `et_grid_bkg`) VALUES
(514, 406, 510, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(515, 407, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(516, 407, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(517, 407, 0, 0, 9, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(518, 407, 0, 0, 7, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(519, 407, 518, 0, 7, 0, 'vendor-info-blocks', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(520, 407, 518, 0, 7, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(521, 409, 0, 0, 3, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(522, 409, 0, 0, 13, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(523, 410, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(524, 410, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(525, 410, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(526, 410, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(527, 410, 526, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(528, 410, 527, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(529, 410, 527, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(530, 410, 526, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(531, 411, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(532, 411, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(533, 412, 0, 0, 16, 0, 'ty-footer-menu b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(534, 412, 533, 0, 4, 0, 'my-account-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(535, 412, 533, 0, 4, 0, 'demo-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(536, 412, 533, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(537, 412, 533, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(538, 412, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(539, 412, 538, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(540, 412, 538, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(541, 415, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(542, 415, 0, 0, 16, 0, 'hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(543, 415, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'Y', '', NULL),
(544, 415, 543, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(545, 415, 543, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(546, 415, 0, 0, 16, 0, 'banners-grid hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-bottom', 'N', 'N', '', NULL),
(547, 415, 546, 0, 5, 0, 'small-banner', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(548, 415, 546, 0, 6, 0, 'big-banner', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(549, 415, 546, 0, 5, 0, 'small-banner', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(550, 415, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(551, 415, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(552, 415, 0, 0, 16, 0, 'fill--gray', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(553, 415, 0, 0, 16, 0, 'fill--color', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(554, 415, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(555, 415, 0, 0, 16, 0, 'pd-all b-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'E', 'ut2-bottom', 'N', 'N', '', NULL),
(556, 415, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(557, 415, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(558, 415, 557, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(559, 415, 557, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(560, 419, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(561, 419, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(562, 419, 0, 0, 16, 0, 'fill--gray hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(563, 419, 562, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(564, 419, 562, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(565, 419, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(566, 423, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(567, 423, 0, 0, 16, 0, 'ut2__subcategories', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top', 'N', 'N', '', NULL),
(568, 423, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(569, 423, 0, 0, 9, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(570, 423, 0, 0, 7, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(571, 423, 0, 0, 16, 0, 'b-top fill--white', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(572, 427, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(573, 427, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(574, 429, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(575, 430, 0, 0, 4, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(576, 431, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(577, 431, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(578, 432, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(579, 432, 578, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(580, 432, 578, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(581, 435, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(582, 439, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(583, 439, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(584, 439, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(585, 443, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(586, 443, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(587, 443, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(588, 447, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(589, 451, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(590, 451, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(591, 455, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(595, 463, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(596, 463, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(597, 463, 0, 0, 12, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(598, 463, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(599, 463, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(600, 467, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(601, 467, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(602, 467, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(603, 467, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(607, 475, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(608, 475, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(609, 479, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(610, 479, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', 'ut2-top', 'N', 'N', '', NULL),
(611, 479, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(612, 479, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(615, 485, 0, 0, 3, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(616, 485, 0, 0, 13, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(617, 486, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(618, 486, 0, 0, 4, 0, 'search-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(619, 486, 0, 0, 4, 0, 'top-phones', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(620, 486, 0, 0, 4, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(621, 486, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(622, 487, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(623, 487, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(624, 488, 0, 0, 16, 0, 'ty-footer-menu b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(625, 488, 624, 0, 4, 0, 'my-account-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(626, 488, 624, 0, 4, 0, 'demo-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(627, 488, 624, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(628, 488, 624, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(629, 488, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(630, 488, 629, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(631, 488, 629, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(632, 491, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(633, 491, 0, 0, 16, 0, 'hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(634, 491, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'Y', '', NULL),
(635, 491, 634, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(636, 491, 634, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(637, 491, 0, 0, 16, 0, 'banners-grid hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(638, 491, 637, 0, 5, 0, 'small-banner', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(639, 491, 637, 0, 6, 0, 'big-banner', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(640, 491, 637, 0, 5, 0, 'small-banner', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(641, 491, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(642, 491, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(643, 491, 0, 0, 16, 0, 'fill--gray', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(644, 491, 0, 0, 16, 0, 'fill--color', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(645, 491, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(646, 491, 0, 0, 16, 0, 'b-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(647, 491, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(648, 491, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(649, 491, 648, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(650, 491, 648, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(651, 495, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(652, 495, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(653, 495, 0, 0, 16, 0, 'fill--gray hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(654, 495, 653, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(655, 495, 653, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(656, 495, 0, 0, 16, 0, 'fill--white', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(657, 499, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(658, 499, 0, 0, 16, 0, 'ut2__subcategories', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(659, 499, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', '', 'N', 'N', '', NULL),
(660, 499, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(661, 499, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(662, 499, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(663, 499, 0, 0, 16, 0, 'b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(664, 503, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(665, 503, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(666, 505, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(667, 506, 0, 0, 4, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(668, 507, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(669, 507, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(670, 508, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(671, 508, 670, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(672, 508, 670, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(673, 511, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(674, 515, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(675, 515, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(676, 515, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(677, 519, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(678, 519, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(679, 519, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(680, 523, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(681, 527, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(682, 527, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(686, 535, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(687, 539, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(688, 539, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(689, 539, 0, 0, 12, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(690, 539, 0, 0, 4, 0, 'side-grid pd-all', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(691, 543, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(692, 543, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(693, 543, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(694, 543, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(698, 551, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(699, 551, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', 'ut2-top', 'N', 'N', '', NULL),
(700, 551, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(701, 551, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(702, 555, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(703, 555, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(706, 561, 0, 0, 3, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(707, 561, 0, 0, 13, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(708, 562, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(709, 562, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(710, 562, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(711, 562, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(712, 562, 711, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(713, 562, 712, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(714, 562, 712, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(715, 562, 711, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(716, 563, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(717, 563, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(718, 564, 0, 0, 16, 0, 'ty-footer-menu b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(719, 564, 718, 0, 4, 0, 'my-account-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(720, 564, 718, 0, 4, 0, 'demo-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(721, 564, 718, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(722, 564, 718, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(723, 564, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(724, 564, 723, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(725, 564, 723, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(726, 566, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(727, 566, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(728, 566, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(729, 566, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(730, 566, 729, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(731, 566, 730, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(732, 566, 730, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(733, 566, 729, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(734, 567, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(735, 567, 0, 0, 16, 0, 'hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(736, 567, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'Y', '', NULL),
(737, 567, 736, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(738, 567, 736, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(739, 567, 0, 0, 16, 0, 'banners-grid hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-bottom', 'N', 'N', '', NULL),
(740, 567, 739, 0, 5, 0, 'small-banner', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(741, 567, 739, 0, 6, 0, 'big-banner', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(742, 567, 739, 0, 5, 0, 'small-banner', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(743, 567, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(744, 567, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(745, 567, 0, 0, 16, 0, 'fill--gray', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(746, 567, 0, 0, 16, 0, 'fill--color', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(747, 567, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(748, 567, 0, 0, 16, 0, 'b-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(749, 567, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(750, 567, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(751, 567, 750, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(752, 567, 750, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(753, 571, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(754, 571, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(755, 571, 0, 0, 16, 0, 'fill--gray hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(756, 571, 755, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(757, 571, 755, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(758, 571, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(759, 575, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(760, 575, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top', 'N', 'N', '', NULL),
(761, 575, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(762, 575, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(763, 575, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(764, 575, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(765, 575, 0, 0, 16, 0, 'b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(766, 579, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(767, 579, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(768, 581, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(769, 582, 0, 0, 4, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(770, 583, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(771, 583, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(772, 584, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(773, 584, 772, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(774, 584, 772, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(775, 587, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(776, 591, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(777, 591, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(778, 591, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(779, 595, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(780, 595, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(781, 595, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(782, 599, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(783, 603, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(784, 603, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(788, 611, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(789, 615, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(790, 615, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(791, 615, 0, 0, 12, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(792, 615, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(793, 615, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(794, 619, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(795, 619, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(796, 619, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(797, 619, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(801, 627, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(802, 627, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', 'ut2-top', 'N', 'N', '', NULL),
(803, 627, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(804, 627, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(805, 631, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(806, 631, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(809, 639, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(810, 639, 809, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(811, 643, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(812, 643, 811, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(813, 647, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(814, 647, 813, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(815, 651, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(816, 651, 815, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(817, 655, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(818, 655, 817, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(819, 659, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(820, 659, 819, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(821, 663, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(822, 663, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(823, 663, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(824, 667, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(825, 667, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(826, 667, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(827, 671, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(828, 671, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(829, 671, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(830, 675, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(831, 675, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(832, 675, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(833, 679, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(834, 679, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(835, 679, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(836, 683, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(837, 683, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(838, 683, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(839, 687, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(840, 687, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(841, 687, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(842, 691, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(843, 691, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(844, 691, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(845, 695, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(846, 695, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(847, 695, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(848, 699, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(849, 699, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(850, 699, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(851, 703, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(852, 703, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(853, 703, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(854, 707, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(855, 707, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(856, 707, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(857, 711, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(858, 711, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(859, 715, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(860, 715, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(861, 719, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(862, 719, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(863, 723, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(864, 723, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(865, 727, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(866, 727, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(867, 731, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(868, 731, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(869, 733, 0, 0, 4, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(870, 733, 0, 0, 10, 0, 'top-links-grid', 0, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(871, 733, 0, 0, 2, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(872, 734, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(873, 734, 0, 0, 5, 0, 'search-block-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(874, 734, 0, 0, 4, 0, 'ty-cr-content-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(875, 734, 0, 0, 3, 0, 'cart-content-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(876, 734, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(877, 735, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(878, 735, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(879, 736, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-stay-connected', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(880, 736, 879, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(881, 736, 879, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(882, 736, 0, 0, 16, 0, 'ty-footer-grid__full-width ty-footer-menu', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(883, 736, 882, 0, 4, 0, 'my-account-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(884, 736, 882, 0, 4, 0, 'demo-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(885, 736, 882, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(886, 736, 882, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(887, 736, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(888, 736, 887, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(889, 736, 887, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(890, 739, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(891, 739, 0, 0, 10, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(892, 739, 0, 0, 6, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(893, 739, 0, 0, 16, 0, 'side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(894, 739, 0, 0, 16, 0, 'hot-deals-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(895, 739, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(896, 739, 0, 0, 16, 0, 'our-brands-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(897, 739, 0, 0, 6, 0, 'blog-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(898, 739, 0, 0, 10, 0, 'reviews-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(899, 739, 0, 0, 16, 0, 'footer-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(900, 743, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(901, 743, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(902, 747, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(903, 747, 0, 0, 4, 0, 'side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(904, 747, 0, 0, 12, 0, 'main-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(905, 751, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(906, 751, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(907, 753, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(908, 754, 0, 0, 3, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(909, 755, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(910, 755, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(911, 756, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(912, 756, 911, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(913, 756, 911, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(914, 759, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(915, 759, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(916, 759, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(917, 763, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(918, 763, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(919, 763, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(920, 767, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(921, 771, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(922, 775, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(923, 775, 0, 0, 4, 0, 'side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(924, 775, 0, 0, 12, 0, 'main-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(925, 778, 0, 0, 5, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(926, 778, 0, 0, 6, 0, 'vendor-stores-block-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(927, 778, 0, 0, 5, 0, 'cart-content-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(928, 778, 0, 0, 16, 0, 'vendor-info-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(929, 778, 928, 0, 4, 0, 'vendor-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(930, 778, 928, 0, 6, 0, 'vendor-search-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(931, 778, 928, 0, 6, 0, 'vendor-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(932, 779, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(933, 779, 0, 0, 4, 0, 'side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(934, 779, 0, 0, 12, 0, 'main-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(935, 783, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(936, 783, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(937, 783, 0, 0, 8, 0, 'ty-vendor-account-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(941, 791, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(942, 795, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(943, 795, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(947, 801, 0, 0, 4, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(948, 801, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(949, 802, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(950, 802, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(951, 802, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(952, 802, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(953, 802, 952, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(954, 802, 953, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(955, 802, 953, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(956, 802, 952, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(957, 803, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(958, 803, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(959, 804, 0, 0, 16, 0, 'ty-footer-menu b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(960, 804, 959, 0, 4, 0, 'my-account-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(961, 804, 959, 0, 4, 0, 'demo-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(962, 804, 959, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(963, 804, 959, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(964, 804, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(965, 804, 964, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(966, 804, 964, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(967, 807, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(968, 807, 0, 0, 16, 0, 'hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(969, 807, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'Y', '', NULL),
(970, 807, 969, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(971, 807, 969, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(972, 807, 0, 0, 16, 0, 'banners-grid hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-bottom', 'N', 'N', '', NULL),
(973, 807, 972, 0, 5, 0, 'small-banner', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(974, 807, 972, 0, 6, 0, 'big-banner', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(975, 807, 972, 0, 5, 0, 'small-banner', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(976, 807, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(977, 807, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(978, 807, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(979, 807, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(980, 807, 0, 0, 16, 0, 'fill--gray', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(981, 807, 0, 0, 16, 0, 'fill--color', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(982, 807, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(983, 807, 0, 0, 16, 0, 'pd-all b-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'E', 'ut2-bottom', 'N', 'N', '', NULL),
(984, 807, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(985, 807, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(986, 807, 985, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(987, 807, 985, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(988, 811, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(989, 811, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(990, 811, 0, 0, 16, 0, 'fill--gray hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(991, 811, 990, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(992, 811, 990, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(993, 811, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(994, 815, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(995, 815, 0, 0, 16, 0, 'ut2__subcategories', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top', 'N', 'N', '', NULL),
(996, 815, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(997, 815, 0, 0, 9, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(998, 815, 0, 0, 7, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(999, 815, 0, 0, 16, 0, 'b-top fill--white', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1000, 819, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1001, 819, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1002, 821, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1003, 822, 0, 0, 4, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1004, 823, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1005, 823, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL);
INSERT INTO `partiushop_bm_grids` (`grid_id`, `container_id`, `parent_id`, `order`, `width`, `offset`, `user_class`, `omega`, `alpha`, `wrapper`, `content_align`, `html_element`, `clear`, `status`, `abt__ut2_extended`, `abt__ut2_padding`, `abt__ut2_show_in_tabs`, `abt__ut2_use_ajax`, `et_grid`, `et_grid_bkg`) VALUES
(1006, 824, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(1007, 824, 1006, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(1008, 824, 1006, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1009, 827, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1010, 831, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1011, 831, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1012, 831, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1013, 835, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1014, 835, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1015, 835, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1016, 839, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1017, 843, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1018, 843, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1019, 847, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1023, 855, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1024, 855, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(1025, 855, 0, 0, 12, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(1026, 855, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(1027, 855, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1028, 859, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1029, 859, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1030, 863, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(1031, 863, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(1032, 863, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(1033, 863, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(1037, 871, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1038, 871, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', 'ut2-top', 'N', 'N', '', NULL),
(1039, 871, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(1040, 871, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1048, 881, 0, 0, 4, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1049, 881, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1050, 882, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1051, 882, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1052, 882, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1053, 882, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(1054, 882, 1053, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1055, 882, 1054, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1056, 882, 1054, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1057, 882, 1053, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1058, 883, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1059, 883, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1060, 883, 0, 0, 9, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(1061, 883, 0, 0, 7, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1062, 883, 1061, 0, 7, 0, 'vendor-info-blocks', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1063, 883, 1061, 0, 7, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(1064, 885, 0, 0, 4, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1065, 885, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1066, 886, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1067, 886, 0, 0, 4, 0, 'search-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1068, 886, 0, 0, 4, 0, 'top-phones', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1069, 886, 0, 0, 4, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1070, 886, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(1071, 887, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1072, 887, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1073, 888, 0, 0, 16, 0, 'ty-footer-menu b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(1074, 888, 1073, 0, 4, 0, 'my-account-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1075, 888, 1073, 0, 4, 0, 'demo-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1076, 888, 1073, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1077, 888, 1073, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1078, 888, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1079, 888, 1078, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1080, 888, 1078, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1081, 891, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(1082, 891, 0, 0, 16, 0, 'hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1083, 891, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'Y', '', NULL),
(1084, 891, 1083, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1085, 891, 1083, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(1086, 891, 0, 0, 16, 0, 'banners-grid hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1087, 891, 1086, 0, 5, 0, 'small-banner', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1088, 891, 1086, 0, 6, 0, 'big-banner', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1089, 891, 1086, 0, 5, 0, 'small-banner', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1090, 891, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1091, 891, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1092, 891, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1093, 891, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1094, 891, 0, 0, 16, 0, 'fill--gray', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1095, 891, 0, 0, 16, 0, 'fill--color', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1096, 891, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1097, 891, 0, 0, 16, 0, 'b-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1098, 891, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1099, 891, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1100, 891, 1099, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1101, 891, 1099, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1102, 895, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1103, 895, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1104, 895, 0, 0, 16, 0, 'fill--gray hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1105, 895, 1104, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1106, 895, 1104, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(1107, 895, 0, 0, 16, 0, 'fill--white', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1108, 899, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(1109, 899, 0, 0, 16, 0, 'ut2__subcategories', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(1110, 899, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', '', 'N', 'N', '', NULL),
(1111, 899, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1112, 899, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1113, 899, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(1114, 899, 0, 0, 16, 0, 'b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1115, 903, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1116, 903, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1117, 905, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1118, 906, 0, 0, 4, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1119, 907, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1120, 907, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1121, 908, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(1122, 908, 1121, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(1123, 908, 1121, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1124, 911, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1125, 915, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1126, 915, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1127, 915, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1128, 919, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1129, 919, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1130, 919, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1131, 923, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1132, 927, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1133, 927, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1137, 935, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1138, 939, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1139, 939, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(1140, 939, 0, 0, 12, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(1141, 939, 0, 0, 4, 0, 'side-grid pd-all', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(1142, 943, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1143, 943, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1144, 947, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(1145, 947, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(1146, 947, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(1147, 947, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(1151, 955, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1152, 955, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', 'ut2-top', 'N', 'N', '', NULL),
(1153, 955, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(1154, 955, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1162, 965, 0, 0, 4, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1163, 965, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1164, 966, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1165, 966, 0, 0, 4, 0, 'search-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1166, 966, 0, 0, 4, 0, 'top-phones', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1167, 966, 0, 0, 4, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1168, 966, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(1169, 967, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1170, 967, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1171, 967, 0, 0, 9, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(1172, 967, 0, 0, 7, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1173, 967, 1172, 0, 7, 0, 'vendor-info-blocks', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1174, 967, 1172, 0, 7, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(1175, 969, 0, 0, 4, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1176, 969, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1177, 970, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1178, 970, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1179, 970, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1180, 970, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(1181, 970, 1180, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1182, 970, 1181, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1183, 970, 1181, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1184, 970, 1180, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1185, 971, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1186, 971, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1187, 972, 0, 0, 16, 0, 'ty-footer-menu b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(1188, 972, 1187, 0, 4, 0, 'my-account-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1189, 972, 1187, 0, 4, 0, 'demo-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1190, 972, 1187, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1191, 972, 1187, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1192, 972, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1193, 972, 1192, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1194, 972, 1192, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1195, 974, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1196, 974, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1197, 974, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1198, 974, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(1199, 974, 1198, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1200, 974, 1199, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1201, 974, 1199, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1202, 974, 1198, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1203, 975, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1204, 975, 0, 0, 16, 0, 'hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1205, 975, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'Y', '', NULL),
(1206, 975, 1205, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1207, 975, 1205, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(1208, 975, 0, 0, 16, 0, 'banners-grid hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-bottom', 'N', 'N', '', NULL),
(1209, 975, 1208, 0, 5, 0, 'small-banner', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1210, 975, 1208, 0, 6, 0, 'big-banner', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1211, 975, 1208, 0, 5, 0, 'small-banner', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1212, 975, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1213, 975, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1214, 975, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1215, 975, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1216, 975, 0, 0, 16, 0, 'fill--gray', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1217, 975, 0, 0, 16, 0, 'fill--color', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1218, 975, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1219, 975, 0, 0, 16, 0, 'b-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1220, 975, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1221, 975, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1222, 975, 1221, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1223, 975, 1221, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1224, 979, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1225, 979, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1226, 979, 0, 0, 16, 0, 'fill--gray hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1227, 979, 1226, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1228, 979, 1226, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(1229, 979, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1230, 983, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(1231, 983, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top', 'N', 'N', '', NULL),
(1232, 983, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(1233, 983, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1234, 983, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1235, 983, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(1236, 983, 0, 0, 16, 0, 'b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1237, 987, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1238, 987, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1239, 989, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1240, 990, 0, 0, 4, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1241, 991, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1242, 991, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1243, 992, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(1244, 992, 1243, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(1245, 992, 1243, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1246, 995, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1247, 999, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1248, 999, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1249, 999, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1250, 1003, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1251, 1003, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1252, 1003, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1253, 1007, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1254, 1011, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1255, 1011, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1259, 1019, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1260, 1023, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1261, 1023, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(1262, 1023, 0, 0, 12, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(1263, 1023, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(1264, 1023, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1265, 1027, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1266, 1027, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1267, 1031, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(1268, 1031, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(1269, 1031, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(1270, 1031, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(1274, 1039, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1275, 1039, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', 'ut2-top', 'N', 'N', '', NULL),
(1276, 1039, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(1277, 1039, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1285, 1049, 0, 0, 4, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1286, 1049, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1287, 1050, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1288, 1050, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1289, 1050, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1290, 1050, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(1291, 1050, 1290, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1292, 1050, 1291, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1293, 1050, 1291, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1294, 1050, 1290, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1295, 1051, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1296, 1051, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1297, 1051, 0, 0, 9, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(1298, 1051, 0, 0, 7, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1299, 1051, 1298, 0, 7, 0, 'vendor-info-blocks', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1300, 1051, 1298, 0, 7, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(1301, 1054, 0, 0, 16, 0, 'search-widget-block-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1302, 1054, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1303, 1054, 0, 0, 12, 0, 'cart-content-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1304, 1054, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1305, 1055, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1306, 1055, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1307, 1059, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1308, 1059, 0, 0, 10, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1309, 1059, 0, 0, 6, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1310, 1059, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1311, 1059, 0, 0, 16, 0, 'our-brands-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1312, 1059, 0, 0, 6, 0, 'blog-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1313, 1059, 0, 0, 10, 0, 'reviews-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1314, 1059, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1315, 1063, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1316, 1063, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1317, 1067, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1318, 1067, 0, 0, 4, 0, 'side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1319, 1067, 0, 0, 12, 0, 'main-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1320, 1071, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1321, 1071, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1322, 1075, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1323, 1075, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1324, 1079, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1325, 1079, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1326, 1079, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1327, 1083, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1328, 1083, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1329, 1083, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1330, 1087, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1331, 1091, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1332, 1095, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1333, 1095, 0, 0, 4, 0, 'side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1334, 1095, 0, 0, 12, 0, 'main-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1338, 1103, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1339, 1107, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1340, 1107, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1344, 1115, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1345, 1115, 1344, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1346, 1119, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1347, 1119, 1346, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1348, 1123, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1349, 1123, 1348, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1350, 1127, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1351, 1127, 1350, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1352, 1131, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1353, 1131, 1352, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1354, 1135, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1355, 1135, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1356, 1135, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1357, 1139, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1358, 1139, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1359, 1139, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1360, 1143, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1361, 1143, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1362, 1143, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1363, 1147, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1364, 1147, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1365, 1147, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1366, 1151, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1367, 1151, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1368, 1151, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1369, 1155, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1370, 1155, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1371, 1155, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1372, 1159, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1373, 1159, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1374, 1159, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1375, 1163, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1376, 1163, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1377, 1163, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1378, 1167, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1379, 1167, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1380, 1167, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1381, 1171, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1382, 1171, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1383, 1171, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1384, 1175, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1385, 1175, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1386, 1179, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1387, 1179, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1388, 1183, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1389, 1183, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1390, 1187, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1391, 1187, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1392, 1191, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1393, 1191, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1394, 1193, 0, 0, 4, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1395, 1193, 0, 1, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1396, 1194, 0, 0, 5, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1397, 1194, 0, 1, 6, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1398, 1194, 0, 2, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1399, 1194, 0, 3, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(1400, 1194, 1399, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1401, 1194, 1400, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1402, 1194, 1400, 2, 6, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1404, 1195, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1405, 1195, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1406, 1196, 0, 0, 16, 0, 'ty-footer-menu b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(1407, 1196, 1406, 0, 4, 0, 'my-account-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1408, 1196, 1406, 0, 4, 0, 'demo-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1409, 1196, 1406, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1410, 1196, 1406, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1411, 1196, 0, 2, 16, 0, 'ty-footer-grid__full-width footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1412, 1196, 1411, 0, 16, 0, '', 1, 1, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1414, 1199, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(1415, 1199, 0, 2, 16, 0, 'hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1416, 1199, 0, 4, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'Y', '', NULL),
(1417, 1199, 1416, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1418, 1199, 1416, 1, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(1419, 1199, 0, 6, 16, 0, 'banners-grid hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-bottom', 'N', 'N', '', NULL),
(1420, 1199, 1419, 0, 5, 0, 'small-banner', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1421, 1199, 1419, 0, 6, 0, 'big-banner', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1422, 1199, 1419, 0, 5, 0, 'small-banner', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1423, 1199, 0, 8, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1424, 1199, 0, 10, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1425, 1199, 0, 12, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1426, 1199, 0, 14, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'Y', 'N', '', NULL),
(1427, 1199, 0, 16, 16, 0, 'fill--gray', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1428, 1199, 0, 18, 16, 0, 'fill--color', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'Y', 'N', '', NULL),
(1429, 1199, 0, 20, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1430, 1199, 0, 22, 16, 0, 'pd-all b-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'E', 'ut2-bottom', 'N', 'N', '', NULL),
(1431, 1199, 0, 24, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1432, 1199, 0, 26, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1433, 1199, 1432, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1434, 1199, 1432, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1435, 1203, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1436, 1203, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1437, 1203, 0, 0, 16, 0, 'fill--gray hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1438, 1203, 1437, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1439, 1203, 1437, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(1440, 1203, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1441, 1207, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(1442, 1207, 0, 0, 16, 0, 'ut2__subcategories', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top', 'N', 'N', '', NULL),
(1443, 1207, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1444, 1207, 0, 0, 9, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1445, 1207, 0, 0, 7, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(1446, 1207, 0, 0, 16, 0, 'b-top fill--white', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1447, 1211, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1448, 1211, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1449, 1213, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1450, 1214, 0, 0, 4, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1451, 1215, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1452, 1215, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1453, 1216, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(1454, 1216, 1453, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(1455, 1216, 1453, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1456, 1219, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1457, 1223, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1458, 1223, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1459, 1223, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1460, 1227, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1461, 1227, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1462, 1227, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1463, 1231, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1464, 1235, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1465, 1235, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1466, 1239, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1467, 1243, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1468, 1243, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1469, 1243, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1470, 1247, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1471, 1247, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(1472, 1247, 0, 0, 12, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(1473, 1247, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(1474, 1247, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1475, 1251, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1476, 1251, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1477, 1255, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(1478, 1255, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(1479, 1255, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(1480, 1255, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(1481, 1259, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1482, 1259, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1483, 1259, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1484, 1263, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1485, 1263, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1486, 1267, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1487, 1267, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', 'ut2-top', 'N', 'N', '', NULL),
(1488, 1267, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(1489, 1267, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1495, 1273, 0, 0, 4, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1496, 1273, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1497, 1274, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1498, 1274, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1499, 1274, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1500, 1274, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(1501, 1274, 1500, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1502, 1274, 1501, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1503, 1274, 1501, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1504, 1274, 1500, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1505, 1275, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1506, 1275, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1507, 1275, 0, 0, 9, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(1508, 1275, 0, 0, 7, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1509, 1275, 1508, 0, 7, 0, 'vendor-info-blocks', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1510, 1275, 1508, 0, 7, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(1511, 1279, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1512, 1279, 1511, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1513, 1193, 0, 2, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(1514, 1194, 1399, 1, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL);
INSERT INTO `partiushop_bm_grids` (`grid_id`, `container_id`, `parent_id`, `order`, `width`, `offset`, `user_class`, `omega`, `alpha`, `wrapper`, `content_align`, `html_element`, `clear`, `status`, `abt__ut2_extended`, `abt__ut2_padding`, `abt__ut2_show_in_tabs`, `abt__ut2_use_ajax`, `et_grid`, `et_grid_bkg`) VALUES
(1516, 1291, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1517, 1295, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1518, 1295, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1519, 1299, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1520, 1303, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1521, 1199, 0, 28, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1522, 1199, 1521, 0, 5, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1523, 1199, 1521, 1, 5, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1524, 1199, 1521, 2, 5, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1526, 1196, 0, 3, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1527, 1305, 0, 0, 3, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1528, 1305, 0, 0, 11, 0, 'top-links-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1529, 1305, 0, 0, 2, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1530, 1306, 0, 0, 3, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1531, 1306, 0, 0, 5, 0, 'ty-cr-content-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1532, 1306, 0, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1533, 1306, 1532, 0, 4, 0, 'search-block-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1534, 1306, 1532, 0, 4, 0, 'cart-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1535, 1306, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1536, 1307, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1537, 1307, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1538, 1308, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-stay-connected', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1539, 1308, 1538, 0, 10, 0, 'ty-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1540, 1308, 1538, 0, 6, 0, 'ty-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1541, 1308, 0, 0, 16, 0, 'ty-footer-grid__full-width ty-footer-menu', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1542, 1308, 1541, 0, 4, 0, 'my-account-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1543, 1308, 1541, 0, 4, 0, 'footer-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1544, 1308, 1541, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1545, 1308, 1541, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1546, 1308, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1547, 1308, 1546, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1548, 1308, 1546, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1549, 1311, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1550, 1311, 1549, 0, 10, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1551, 1311, 1549, 0, 6, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1552, 1311, 0, 0, 16, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1553, 1311, 0, 0, 16, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1554, 1311, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1555, 1311, 0, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1556, 1311, 0, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1557, 1311, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1558, 1313, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1559, 1315, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1560, 1315, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1561, 1315, 0, 0, 9, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1562, 1315, 0, 0, 7, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1563, 1316, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1564, 1317, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1565, 1319, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1566, 1319, 0, 0, 4, 0, 'side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1567, 1319, 0, 0, 12, 0, 'main-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1568, 1320, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1569, 1321, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1570, 1323, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1571, 1323, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1572, 1324, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1573, 1325, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1574, 1326, 0, 0, 3, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1575, 1327, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1576, 1327, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1577, 1328, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1578, 1328, 1577, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1579, 1328, 1577, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1580, 1331, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1581, 1331, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1582, 1331, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1583, 1335, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1584, 1335, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1585, 1335, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1586, 1339, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1587, 1341, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1588, 1343, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1589, 1344, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1590, 1346, 0, 0, 5, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1591, 1346, 0, 0, 6, 0, 'vendor-stores-block-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1592, 1346, 0, 0, 5, 0, 'cart-content-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1593, 1346, 0, 0, 16, 0, 'vendor-info-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1594, 1346, 1593, 0, 4, 0, 'vendor-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1595, 1346, 1593, 0, 6, 0, 'vendor-search-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1596, 1346, 1593, 0, 6, 0, 'vendor-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(1597, 1347, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1598, 1347, 0, 0, 4, 0, 'side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1599, 1347, 0, 0, 12, 0, 'main-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1600, 1351, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1601, 1351, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1602, 1351, 0, 0, 8, 0, 'ty-vendor-account-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1603, 1353, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1604, 1355, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1605, 1355, 0, 0, 4, 0, 'side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(1606, 1355, 0, 0, 12, 0, 'main-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1607, 1356, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1608, 1359, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1609, 1363, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1610, 1363, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1611, 1367, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1612, 1367, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1613, 1371, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1614, 1371, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1615, 1371, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1616, 1375, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1617, 1375, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1618, 1375, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1619, 1379, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1620, 1379, 1619, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1621, 1383, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1622, 1383, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1623, 1383, 0, 0, 4, 0, 'side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1624, 1383, 0, 0, 12, 0, 'main-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1625, 1386, 0, 0, 16, 0, 'search-widget-block-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1626, 1386, 0, 0, 4, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1627, 1386, 0, 0, 12, 0, 'cart-content-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1628, 1386, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1629, 1387, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1630, 1387, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1631, 1391, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1632, 1391, 1631, 0, 10, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1633, 1391, 1631, 0, 6, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1634, 1391, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1635, 1391, 0, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1636, 1391, 0, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1637, 1391, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1638, 1393, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1639, 1395, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1640, 1395, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1641, 1395, 0, 0, 9, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1642, 1395, 0, 0, 7, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1643, 1396, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1644, 1397, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1645, 1399, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1646, 1399, 0, 0, 4, 0, 'side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1647, 1399, 0, 0, 12, 0, 'main-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1648, 1400, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1649, 1401, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1650, 1403, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1651, 1403, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1652, 1404, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1653, 1405, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1654, 1407, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1655, 1407, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1656, 1408, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1657, 1411, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1658, 1411, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1659, 1411, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1660, 1415, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1661, 1415, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1662, 1415, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1663, 1419, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1664, 1421, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1665, 1423, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1666, 1424, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1667, 1425, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1668, 1427, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1669, 1427, 0, 0, 4, 0, 'side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(1670, 1427, 0, 0, 12, 0, 'main-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1671, 1428, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1672, 1431, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1673, 1435, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1674, 1435, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1675, 1439, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1676, 1439, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1677, 1439, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1678, 1443, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1679, 1443, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1680, 1443, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1681, 1447, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1682, 1447, 1681, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1683, 1451, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1684, 1451, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1685, 1451, 0, 0, 4, 0, 'side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1686, 1451, 0, 0, 12, 0, 'main-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1687, 1453, 0, 0, 4, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(1688, 1453, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1689, 1454, 0, 0, 5, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1690, 1454, 0, 1, 6, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1691, 1454, 0, 3, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1692, 1454, 0, 5, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(1693, 1454, 1692, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1694, 1454, 1693, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1695, 1454, 1693, 1, 6, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1696, 1454, 1692, 1, 5, 0, 'account-cart-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1697, 1455, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1698, 1455, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1699, 1456, 0, 0, 16, 0, 'ty-footer-menu b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(1700, 1456, 1699, 0, 4, 0, 'my-account-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1701, 1456, 1699, 0, 4, 0, 'demo-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1702, 1456, 1699, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1703, 1456, 1699, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1704, 1456, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1705, 1456, 1704, 0, 16, 0, '', 1, 1, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1706, 1459, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(1707, 1459, 0, 1, 16, 0, 'hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1708, 1459, 0, 2, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'Y', '', NULL),
(1709, 1459, 1708, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1710, 1459, 1708, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(1711, 1459, 0, 3, 16, 0, 'banners-grid hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-bottom', 'N', 'N', '', NULL),
(1712, 1459, 1711, 0, 5, 0, 'small-banner', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1713, 1459, 1711, 0, 6, 0, 'big-banner', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1714, 1459, 1711, 0, 5, 0, 'small-banner', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1715, 1459, 0, 4, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1716, 1459, 0, 5, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1717, 1459, 0, 6, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1718, 1459, 0, 7, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1719, 1459, 0, 8, 16, 0, 'fill--gray', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1720, 1459, 0, 9, 16, 0, 'fill--color', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1721, 1459, 0, 10, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1722, 1459, 0, 11, 16, 0, 'pd-all b-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'E', 'ut2-bottom', 'N', 'N', '', NULL),
(1723, 1459, 0, 12, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1724, 1459, 0, 13, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1725, 1459, 1724, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1726, 1459, 1724, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1727, 1463, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1728, 1463, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1729, 1463, 0, 0, 16, 0, 'fill--gray hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1730, 1463, 1729, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1731, 1463, 1729, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(1732, 1463, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1733, 1467, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(1734, 1467, 0, 0, 16, 0, 'ut2__subcategories', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top', 'N', 'N', '', NULL),
(1735, 1467, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1736, 1467, 0, 0, 9, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1737, 1467, 0, 0, 7, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(1738, 1467, 0, 0, 16, 0, 'b-top fill--white', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1739, 1471, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1740, 1471, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1741, 1473, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1742, 1474, 0, 0, 4, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1743, 1475, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1744, 1475, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1745, 1476, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(1746, 1476, 1745, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(1747, 1476, 1745, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1748, 1479, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1749, 1483, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1750, 1483, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1751, 1483, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1752, 1487, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1753, 1487, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1754, 1487, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1755, 1491, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1756, 1495, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1757, 1495, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1758, 1499, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1759, 1503, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1760, 1503, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(1761, 1503, 0, 0, 12, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(1762, 1503, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(1763, 1503, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1764, 1507, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1765, 1507, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1766, 1511, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(1767, 1511, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(1768, 1511, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(1769, 1511, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(1770, 1515, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1771, 1515, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', 'ut2-top', 'N', 'N', '', NULL),
(1772, 1515, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(1773, 1515, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1774, 1519, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1775, 1519, 0, 0, 16, 0, 'ut2-vendors-location', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1776, 1519, 1775, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1777, 1519, 1775, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1778, 1519, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(1779, 1521, 0, 0, 4, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1780, 1521, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1781, 1522, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1782, 1522, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1783, 1522, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1784, 1522, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(1785, 1522, 1784, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1786, 1522, 1785, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1787, 1522, 1785, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1788, 1522, 1784, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1789, 1523, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1790, 1523, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1791, 1523, 0, 0, 9, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(1792, 1523, 0, 0, 7, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1793, 1523, 1792, 0, 7, 0, 'vendor-info-blocks', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1794, 1523, 1792, 0, 7, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(1795, 1527, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1796, 1527, 1795, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1797, 1531, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1798, 1531, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1799, 1531, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1800, 1535, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1801, 1535, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1802, 1535, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1803, 1539, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1804, 1539, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1805, 1541, 0, 0, 4, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1806, 1541, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1807, 1542, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1808, 1542, 0, 0, 4, 0, 'search-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1809, 1542, 0, 0, 4, 0, 'top-phones', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1810, 1542, 0, 0, 4, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1811, 1542, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(1812, 1543, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1813, 1543, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1814, 1544, 0, 0, 16, 0, 'ty-footer-menu b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(1815, 1544, 1814, 0, 4, 0, 'my-account-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1816, 1544, 1814, 0, 4, 0, 'demo-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1817, 1544, 1814, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1818, 1544, 1814, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1819, 1544, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1820, 1544, 1819, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1821, 1544, 1819, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1822, 1547, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(1823, 1547, 0, 0, 16, 0, 'hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1824, 1547, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'Y', '', NULL),
(1825, 1547, 1824, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1826, 1547, 1824, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(1827, 1547, 0, 0, 16, 0, 'banners-grid hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1828, 1547, 1827, 0, 5, 0, 'small-banner', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1829, 1547, 1827, 0, 6, 0, 'big-banner', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1830, 1547, 1827, 0, 5, 0, 'small-banner', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1831, 1547, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1832, 1547, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1833, 1547, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1834, 1547, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1835, 1547, 0, 0, 16, 0, 'fill--gray', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1836, 1547, 0, 0, 16, 0, 'fill--color', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1837, 1547, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1838, 1547, 0, 0, 16, 0, 'b-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1839, 1547, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1840, 1547, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1841, 1547, 1840, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1842, 1547, 1840, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1843, 1551, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1844, 1551, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1845, 1551, 0, 0, 16, 0, 'fill--gray hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1846, 1551, 1845, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1847, 1551, 1845, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(1848, 1551, 0, 0, 16, 0, 'fill--white', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1849, 1555, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(1850, 1555, 0, 0, 16, 0, 'ut2__subcategories', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(1851, 1555, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', '', 'N', 'N', '', NULL),
(1852, 1555, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1853, 1555, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1854, 1555, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(1855, 1555, 0, 0, 16, 0, 'b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1856, 1559, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1857, 1559, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1858, 1561, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1859, 1562, 0, 0, 4, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1860, 1563, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1861, 1563, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1862, 1564, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(1863, 1564, 1862, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(1864, 1564, 1862, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1865, 1567, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1866, 1571, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1867, 1571, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1868, 1571, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1869, 1575, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1870, 1575, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1871, 1575, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1872, 1579, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1873, 1583, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1874, 1583, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1875, 1587, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1876, 1591, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1877, 1591, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(1878, 1591, 0, 0, 12, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(1879, 1591, 0, 0, 4, 0, 'side-grid pd-all', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(1880, 1595, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1881, 1595, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1882, 1599, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(1883, 1599, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(1884, 1599, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(1885, 1599, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(1886, 1603, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1887, 1603, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', 'ut2-top', 'N', 'N', '', NULL),
(1888, 1603, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(1889, 1603, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1890, 1607, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1891, 1607, 0, 0, 16, 0, 'ut2-vendors-location', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1892, 1607, 1891, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1893, 1607, 1891, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1894, 1607, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(1895, 1609, 0, 0, 4, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1896, 1609, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1897, 1610, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1898, 1610, 0, 0, 4, 0, 'search-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1899, 1610, 0, 0, 4, 0, 'top-phones', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1900, 1610, 0, 0, 4, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1901, 1610, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(1902, 1611, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1903, 1611, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1904, 1611, 0, 0, 9, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(1905, 1611, 0, 0, 7, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1906, 1611, 1905, 0, 7, 0, 'vendor-info-blocks', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1907, 1611, 1905, 0, 7, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(1908, 1615, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1909, 1615, 1908, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1910, 1619, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1911, 1619, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1912, 1619, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1913, 1623, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1914, 1623, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1915, 1623, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1916, 1627, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1917, 1627, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1918, 1629, 0, 0, 4, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1919, 1629, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1920, 1630, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1921, 1630, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1922, 1630, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1923, 1630, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(1924, 1630, 1923, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1925, 1630, 1924, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1926, 1630, 1924, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1927, 1630, 1923, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1928, 1631, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1929, 1631, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1930, 1632, 0, 0, 16, 0, 'ty-footer-menu b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(1931, 1632, 1930, 0, 4, 0, 'my-account-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1932, 1632, 1930, 0, 4, 0, 'demo-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1933, 1632, 1930, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1934, 1632, 1930, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1935, 1632, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1936, 1632, 1935, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1937, 1632, 1935, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1938, 1634, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1939, 1634, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1940, 1634, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1941, 1634, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(1942, 1634, 1941, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1943, 1634, 1942, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1944, 1634, 1942, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1945, 1634, 1941, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1946, 1635, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1947, 1635, 0, 0, 16, 0, 'hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1948, 1635, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'Y', '', NULL),
(1949, 1635, 1948, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1950, 1635, 1948, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(1951, 1635, 0, 0, 16, 0, 'banners-grid hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-bottom', 'N', 'N', '', NULL),
(1952, 1635, 1951, 0, 5, 0, 'small-banner', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1953, 1635, 1951, 0, 6, 0, 'big-banner', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1954, 1635, 1951, 0, 5, 0, 'small-banner', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1955, 1635, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1956, 1635, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1957, 1635, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1958, 1635, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1959, 1635, 0, 0, 16, 0, 'fill--gray', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1960, 1635, 0, 0, 16, 0, 'fill--color', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1961, 1635, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(1962, 1635, 0, 0, 16, 0, 'b-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1963, 1635, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1964, 1635, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1965, 1635, 1964, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1966, 1635, 1964, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1967, 1639, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1968, 1639, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(1969, 1639, 0, 0, 16, 0, 'fill--gray hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1970, 1639, 1969, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1971, 1639, 1969, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(1972, 1639, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1973, 1643, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL);
INSERT INTO `partiushop_bm_grids` (`grid_id`, `container_id`, `parent_id`, `order`, `width`, `offset`, `user_class`, `omega`, `alpha`, `wrapper`, `content_align`, `html_element`, `clear`, `status`, `abt__ut2_extended`, `abt__ut2_padding`, `abt__ut2_show_in_tabs`, `abt__ut2_use_ajax`, `et_grid`, `et_grid_bkg`) VALUES
(1974, 1643, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top', 'N', 'N', '', NULL),
(1975, 1643, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(1976, 1643, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1977, 1643, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1978, 1643, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(1979, 1643, 0, 0, 16, 0, 'b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(1980, 1647, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1981, 1647, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1982, 1649, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1983, 1650, 0, 0, 4, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1984, 1651, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1985, 1651, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1986, 1652, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(1987, 1652, 1986, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(1988, 1652, 1986, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1989, 1655, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1990, 1659, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1991, 1659, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1992, 1659, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1993, 1663, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1994, 1663, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(1995, 1663, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1996, 1667, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1997, 1671, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1998, 1671, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(1999, 1675, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2000, 1679, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2001, 1679, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(2002, 1679, 0, 0, 12, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2003, 1679, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2004, 1679, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2005, 1683, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2006, 1683, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2007, 1687, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(2008, 1687, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(2009, 1687, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2010, 1687, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2011, 1691, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2012, 1691, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', 'ut2-top', 'N', 'N', '', NULL),
(2013, 1691, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2014, 1691, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2015, 1695, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2016, 1695, 0, 0, 16, 0, 'ut2-vendors-location', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2017, 1695, 2016, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2018, 1695, 2016, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2019, 1695, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2020, 1697, 0, 0, 4, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2021, 1697, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2022, 1698, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2023, 1698, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2024, 1698, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2025, 1698, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(2026, 1698, 2025, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2027, 1698, 2026, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2028, 1698, 2026, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2029, 1698, 2025, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2030, 1699, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2031, 1699, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2032, 1699, 0, 0, 9, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2033, 1699, 0, 0, 7, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2034, 1699, 2033, 0, 7, 0, 'vendor-info-blocks', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2035, 1699, 2033, 0, 7, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2036, 1703, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2037, 1703, 2036, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2038, 1707, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2039, 1707, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2040, 1707, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2041, 1711, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2042, 1711, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2043, 1711, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2044, 1715, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2045, 1715, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2046, 1717, 0, 0, 3, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2047, 1717, 0, 0, 13, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2048, 1718, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2049, 1718, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2050, 1718, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2051, 1718, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(2052, 1718, 2051, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2053, 1718, 2052, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2054, 1718, 2052, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2055, 1718, 2051, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2056, 1719, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2057, 1719, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2058, 1720, 0, 0, 16, 0, 'ty-footer-menu b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(2059, 1720, 2058, 0, 4, 0, 'my-account-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2060, 1720, 2058, 0, 4, 0, 'demo-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2061, 1720, 2058, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2062, 1720, 2058, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2063, 1720, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2064, 1720, 2063, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2065, 1720, 2063, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2066, 1723, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(2067, 1723, 0, 0, 16, 0, 'hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2068, 1723, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'Y', '', NULL),
(2069, 1723, 2068, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2070, 1723, 2068, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(2071, 1723, 0, 0, 16, 0, 'banners-grid hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-bottom', 'N', 'N', '', NULL),
(2072, 1723, 2071, 0, 5, 0, 'small-banner', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2073, 1723, 2071, 0, 6, 0, 'big-banner', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2074, 1723, 2071, 0, 5, 0, 'small-banner', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2075, 1723, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2076, 1723, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2077, 1723, 0, 0, 16, 0, 'fill--gray', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2078, 1723, 0, 0, 16, 0, 'fill--color', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2079, 1723, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2080, 1723, 0, 0, 16, 0, 'pd-all b-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'E', 'ut2-bottom', 'N', 'N', '', NULL),
(2081, 1723, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2082, 1723, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2083, 1723, 2082, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2084, 1723, 2082, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2085, 1727, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2086, 1727, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2087, 1727, 0, 0, 16, 0, 'fill--gray hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2088, 1727, 2087, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2089, 1727, 2087, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(2090, 1727, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2091, 1731, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(2092, 1731, 0, 0, 16, 0, 'ut2__subcategories', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top', 'N', 'N', '', NULL),
(2093, 1731, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2094, 1731, 0, 0, 9, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2095, 1731, 0, 0, 7, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2096, 1731, 0, 0, 16, 0, 'b-top fill--white', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2097, 1735, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2098, 1735, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2099, 1737, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2100, 1738, 0, 0, 4, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2101, 1739, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2102, 1739, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2103, 1740, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(2104, 1740, 2103, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(2105, 1740, 2103, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2106, 1743, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2107, 1747, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2108, 1747, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2109, 1747, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2110, 1751, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2111, 1751, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2112, 1751, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2113, 1755, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2114, 1759, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2115, 1759, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2116, 1763, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2117, 1767, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2118, 1767, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(2119, 1767, 0, 0, 12, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2120, 1767, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2121, 1767, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2122, 1771, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(2123, 1771, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(2124, 1771, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2125, 1771, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2126, 1775, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2127, 1775, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2128, 1779, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2129, 1779, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', 'ut2-top', 'N', 'N', '', NULL),
(2130, 1779, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2131, 1779, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2132, 1783, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2133, 1783, 2132, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2134, 1787, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2135, 1787, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2136, 1787, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2137, 1791, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2138, 1791, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2139, 1791, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2140, 1795, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2141, 1795, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2142, 1797, 0, 0, 3, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2143, 1797, 0, 0, 13, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2144, 1798, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2145, 1798, 0, 0, 4, 0, 'search-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2146, 1798, 0, 0, 4, 0, 'top-phones', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2147, 1798, 0, 0, 4, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2148, 1798, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(2149, 1799, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2150, 1799, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2151, 1800, 0, 0, 16, 0, 'ty-footer-menu b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(2152, 1800, 2151, 0, 4, 0, 'my-account-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2153, 1800, 2151, 0, 4, 0, 'demo-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2154, 1800, 2151, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2155, 1800, 2151, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2156, 1800, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2157, 1800, 2156, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2158, 1800, 2156, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2159, 1803, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(2160, 1803, 0, 0, 16, 0, 'hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2161, 1803, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'Y', '', NULL),
(2162, 1803, 2161, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2163, 1803, 2161, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(2164, 1803, 0, 0, 16, 0, 'banners-grid hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2165, 1803, 2164, 0, 5, 0, 'small-banner', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2166, 1803, 2164, 0, 6, 0, 'big-banner', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2167, 1803, 2164, 0, 5, 0, 'small-banner', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2168, 1803, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2169, 1803, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2170, 1803, 0, 0, 16, 0, 'fill--gray', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2171, 1803, 0, 0, 16, 0, 'fill--color', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2172, 1803, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2173, 1803, 0, 0, 16, 0, 'b-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2174, 1803, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2175, 1803, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2176, 1803, 2175, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2177, 1803, 2175, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2178, 1807, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2179, 1807, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2180, 1807, 0, 0, 16, 0, 'fill--gray hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2181, 1807, 2180, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2182, 1807, 2180, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(2183, 1807, 0, 0, 16, 0, 'fill--white', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2184, 1811, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(2185, 1811, 0, 0, 16, 0, 'ut2__subcategories', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(2186, 1811, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', '', 'N', 'N', '', NULL),
(2187, 1811, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2188, 1811, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2189, 1811, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2190, 1811, 0, 0, 16, 0, 'b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2191, 1815, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2192, 1815, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2193, 1817, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2194, 1818, 0, 0, 4, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2195, 1819, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2196, 1819, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2197, 1820, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(2198, 1820, 2197, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(2199, 1820, 2197, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2200, 1823, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2201, 1827, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2202, 1827, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2203, 1827, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2204, 1831, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2205, 1831, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2206, 1831, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2207, 1835, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2208, 1839, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2209, 1839, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2210, 1843, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2211, 1847, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2212, 1847, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(2213, 1847, 0, 0, 12, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2214, 1847, 0, 0, 4, 0, 'side-grid pd-all', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2215, 1851, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(2216, 1851, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(2217, 1851, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2218, 1851, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2219, 1855, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2220, 1855, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', 'ut2-top', 'N', 'N', '', NULL),
(2221, 1855, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2222, 1855, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2223, 1859, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2224, 1859, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2225, 1863, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2226, 1863, 2225, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2227, 1867, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2228, 1867, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2229, 1867, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2230, 1871, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2231, 1871, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2232, 1871, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2233, 1875, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2234, 1875, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2235, 1877, 0, 0, 3, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2236, 1877, 0, 0, 13, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2237, 1878, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2238, 1878, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2239, 1878, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2240, 1878, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(2241, 1878, 2240, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2242, 1878, 2241, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2243, 1878, 2241, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2244, 1878, 2240, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2245, 1879, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2246, 1879, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2247, 1880, 0, 0, 16, 0, 'ty-footer-menu b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(2248, 1880, 2247, 0, 4, 0, 'my-account-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2249, 1880, 2247, 0, 4, 0, 'demo-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2250, 1880, 2247, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2251, 1880, 2247, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2252, 1880, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2253, 1880, 2252, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2254, 1880, 2252, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2255, 1882, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2256, 1882, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2257, 1882, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2258, 1882, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(2259, 1882, 2258, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2260, 1882, 2259, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2261, 1882, 2259, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2262, 1882, 2258, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2263, 1883, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2264, 1883, 0, 0, 16, 0, 'hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2265, 1883, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'Y', '', NULL),
(2266, 1883, 2265, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2267, 1883, 2265, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(2268, 1883, 0, 0, 16, 0, 'banners-grid hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-bottom', 'N', 'N', '', NULL),
(2269, 1883, 2268, 0, 5, 0, 'small-banner', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2270, 1883, 2268, 0, 6, 0, 'big-banner', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2271, 1883, 2268, 0, 5, 0, 'small-banner', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2272, 1883, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2273, 1883, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2274, 1883, 0, 0, 16, 0, 'fill--gray', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2275, 1883, 0, 0, 16, 0, 'fill--color', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2276, 1883, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2277, 1883, 0, 0, 16, 0, 'b-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2278, 1883, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2279, 1883, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2280, 1883, 2279, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2281, 1883, 2279, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2282, 1887, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2283, 1887, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2284, 1887, 0, 0, 16, 0, 'fill--gray hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2285, 1887, 2284, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2286, 1887, 2284, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(2287, 1887, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2288, 1891, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(2289, 1891, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top', 'N', 'N', '', NULL),
(2290, 1891, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(2291, 1891, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2292, 1891, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2293, 1891, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2294, 1891, 0, 0, 16, 0, 'b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2295, 1895, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2296, 1895, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2297, 1897, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2298, 1898, 0, 0, 4, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2299, 1899, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2300, 1899, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2301, 1900, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(2302, 1900, 2301, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(2303, 1900, 2301, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2304, 1903, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2305, 1907, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2306, 1907, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2307, 1907, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2308, 1911, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2309, 1911, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2310, 1911, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2311, 1915, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2312, 1919, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2313, 1919, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2314, 1923, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2315, 1927, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2316, 1927, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(2317, 1927, 0, 0, 12, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2318, 1927, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2319, 1927, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2320, 1931, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(2321, 1931, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(2322, 1931, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2323, 1931, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2324, 1935, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2325, 1935, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', 'ut2-top', 'N', 'N', '', NULL),
(2326, 1935, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2327, 1935, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2328, 1939, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2329, 1939, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2330, 1943, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2331, 1943, 2330, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2332, 1947, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2333, 1947, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2334, 1947, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2335, 1951, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2336, 1951, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2337, 1951, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2338, 1955, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2339, 1955, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2340, 1957, 0, 0, 4, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2341, 1957, 0, 0, 10, 0, 'top-links-grid', 0, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2342, 1957, 0, 0, 2, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2343, 1958, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2344, 1958, 0, 0, 5, 0, 'search-block-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2345, 1958, 0, 0, 4, 0, 'ty-cr-content-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2346, 1958, 0, 0, 3, 0, 'cart-content-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2347, 1958, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2348, 1959, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2349, 1959, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2350, 1960, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-stay-connected', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2351, 1960, 2350, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2352, 1960, 2350, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2353, 1960, 0, 0, 16, 0, 'ty-footer-grid__full-width ty-footer-menu', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2354, 1960, 2353, 0, 4, 0, 'my-account-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2355, 1960, 2353, 0, 4, 0, 'demo-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2356, 1960, 2353, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2357, 1960, 2353, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2358, 1960, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2359, 1960, 2358, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2360, 1960, 2358, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2361, 1963, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2362, 1963, 0, 0, 10, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2363, 1963, 0, 0, 6, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2364, 1963, 0, 0, 16, 0, 'side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2365, 1963, 0, 0, 16, 0, 'hot-deals-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2366, 1963, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2367, 1963, 0, 0, 16, 0, 'our-brands-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2368, 1963, 0, 0, 6, 0, 'blog-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2369, 1963, 0, 0, 10, 0, 'reviews-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2370, 1963, 0, 0, 16, 0, 'footer-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2371, 1967, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2372, 1967, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2373, 1971, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2374, 1971, 0, 0, 4, 0, 'side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2375, 1971, 0, 0, 12, 0, 'main-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2376, 1975, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2377, 1975, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2378, 1977, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2379, 1978, 0, 0, 3, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2380, 1979, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2381, 1979, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2382, 1980, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2383, 1980, 2382, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2384, 1980, 2382, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2385, 1983, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2386, 1983, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2387, 1983, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2388, 1987, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2389, 1987, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2390, 1987, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2391, 1991, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2392, 1995, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2393, 1999, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2394, 1999, 0, 0, 4, 0, 'side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2395, 1999, 0, 0, 12, 0, 'main-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2396, 2002, 0, 0, 5, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2397, 2002, 0, 0, 6, 0, 'vendor-stores-block-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2398, 2002, 0, 0, 5, 0, 'cart-content-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2399, 2002, 0, 0, 16, 0, 'vendor-info-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2400, 2002, 2399, 0, 4, 0, 'vendor-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2401, 2002, 2399, 0, 6, 0, 'vendor-search-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2402, 2002, 2399, 0, 6, 0, 'vendor-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2403, 2003, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2404, 2003, 0, 0, 4, 0, 'side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2405, 2003, 0, 0, 12, 0, 'main-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2406, 2007, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2407, 2007, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2408, 2007, 0, 0, 8, 0, 'ty-vendor-account-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2409, 2011, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2410, 2015, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2411, 2015, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2412, 2019, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2413, 2019, 2412, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2414, 2023, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2415, 2023, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2416, 2023, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2417, 2027, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2418, 2027, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2419, 2027, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2420, 2031, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2421, 2031, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2422, 2033, 0, 0, 4, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2423, 2033, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2424, 2034, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2425, 2034, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2426, 2034, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL);
INSERT INTO `partiushop_bm_grids` (`grid_id`, `container_id`, `parent_id`, `order`, `width`, `offset`, `user_class`, `omega`, `alpha`, `wrapper`, `content_align`, `html_element`, `clear`, `status`, `abt__ut2_extended`, `abt__ut2_padding`, `abt__ut2_show_in_tabs`, `abt__ut2_use_ajax`, `et_grid`, `et_grid_bkg`) VALUES
(2427, 2034, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(2428, 2034, 2427, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2429, 2034, 2428, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2430, 2034, 2428, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2431, 2034, 2427, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2432, 2035, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2433, 2035, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2434, 2036, 0, 0, 16, 0, 'ty-footer-menu b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(2435, 2036, 2434, 0, 4, 0, 'my-account-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2436, 2036, 2434, 0, 4, 0, 'demo-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2437, 2036, 2434, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2438, 2036, 2434, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2439, 2036, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2440, 2036, 2439, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2441, 2036, 2439, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2442, 2039, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(2443, 2039, 0, 0, 16, 0, 'hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2444, 2039, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'Y', '', NULL),
(2445, 2039, 2444, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2446, 2039, 2444, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(2447, 2039, 0, 0, 16, 0, 'banners-grid hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-bottom', 'N', 'N', '', NULL),
(2448, 2039, 2447, 0, 5, 0, 'small-banner', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2449, 2039, 2447, 0, 6, 0, 'big-banner', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2450, 2039, 2447, 0, 5, 0, 'small-banner', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2451, 2039, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2452, 2039, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2453, 2039, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2454, 2039, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2455, 2039, 0, 0, 16, 0, 'fill--gray', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2456, 2039, 0, 0, 16, 0, 'fill--color', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2457, 2039, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2458, 2039, 0, 0, 16, 0, 'pd-all b-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'E', 'ut2-bottom', 'N', 'N', '', NULL),
(2459, 2039, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2460, 2039, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2461, 2039, 2460, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2462, 2039, 2460, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2463, 2043, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2464, 2043, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2465, 2043, 0, 0, 16, 0, 'fill--gray hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2466, 2043, 2465, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2467, 2043, 2465, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(2468, 2043, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2469, 2047, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(2470, 2047, 0, 0, 16, 0, 'ut2__subcategories', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top', 'N', 'N', '', NULL),
(2471, 2047, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2472, 2047, 0, 0, 9, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2473, 2047, 0, 0, 7, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2474, 2047, 0, 0, 16, 0, 'b-top fill--white', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2475, 2051, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2476, 2051, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2477, 2053, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2478, 2054, 0, 0, 4, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2479, 2055, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2480, 2055, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2481, 2056, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(2482, 2056, 2481, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(2483, 2056, 2481, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2484, 2059, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2485, 2063, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2486, 2063, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2487, 2063, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2488, 2067, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2489, 2067, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2490, 2067, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2491, 2071, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2492, 2075, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2493, 2075, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2494, 2079, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2495, 2083, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2496, 2083, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(2497, 2083, 0, 0, 12, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2498, 2083, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2499, 2083, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2500, 2087, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2501, 2087, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2502, 2091, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(2503, 2091, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(2504, 2091, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2505, 2091, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2506, 2095, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2507, 2095, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', 'ut2-top', 'N', 'N', '', NULL),
(2508, 2095, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2509, 2095, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2510, 2099, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2511, 2099, 0, 0, 16, 0, 'ut2-vendors-location', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2512, 2099, 2511, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2513, 2099, 2511, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2514, 2099, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2515, 2101, 0, 0, 4, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2516, 2101, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2517, 2102, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2518, 2102, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2519, 2102, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2520, 2102, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(2521, 2102, 2520, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2522, 2102, 2521, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2523, 2102, 2521, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2524, 2102, 2520, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2525, 2103, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2526, 2103, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2527, 2103, 0, 0, 9, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2528, 2103, 0, 0, 7, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2529, 2103, 2528, 0, 7, 0, 'vendor-info-blocks', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2530, 2103, 2528, 0, 7, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2531, 2107, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2532, 2107, 2531, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2533, 2111, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2534, 2111, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2535, 2111, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2536, 2115, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2537, 2115, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2538, 2115, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2539, 2119, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2540, 2119, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2541, 2121, 0, 0, 4, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2542, 2121, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2543, 2122, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2544, 2122, 0, 0, 4, 0, 'search-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2545, 2122, 0, 0, 4, 0, 'top-phones', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2546, 2122, 0, 0, 4, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2547, 2122, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(2548, 2123, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2549, 2123, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2550, 2124, 0, 0, 16, 0, 'ty-footer-menu b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(2551, 2124, 2550, 0, 4, 0, 'my-account-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2552, 2124, 2550, 0, 4, 0, 'demo-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2553, 2124, 2550, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2554, 2124, 2550, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2555, 2124, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2556, 2124, 2555, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2557, 2124, 2555, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2558, 2127, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(2559, 2127, 0, 0, 16, 0, 'hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2560, 2127, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'Y', '', NULL),
(2561, 2127, 2560, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2562, 2127, 2560, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(2563, 2127, 0, 0, 16, 0, 'banners-grid hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2564, 2127, 2563, 0, 5, 0, 'small-banner', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2565, 2127, 2563, 0, 6, 0, 'big-banner', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2566, 2127, 2563, 0, 5, 0, 'small-banner', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2567, 2127, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2568, 2127, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2569, 2127, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2570, 2127, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2571, 2127, 0, 0, 16, 0, 'fill--gray', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2572, 2127, 0, 0, 16, 0, 'fill--color', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2573, 2127, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2574, 2127, 0, 0, 16, 0, 'b-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2575, 2127, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2576, 2127, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2577, 2127, 2576, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2578, 2127, 2576, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2579, 2131, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2580, 2131, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2581, 2131, 0, 0, 16, 0, 'fill--gray hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2582, 2131, 2581, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2583, 2131, 2581, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(2584, 2131, 0, 0, 16, 0, 'fill--white', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2585, 2135, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(2586, 2135, 0, 0, 16, 0, 'ut2__subcategories', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(2587, 2135, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', '', 'N', 'N', '', NULL),
(2588, 2135, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2589, 2135, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2590, 2135, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2591, 2135, 0, 0, 16, 0, 'b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2592, 2139, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2593, 2139, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2594, 2141, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2595, 2142, 0, 0, 4, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2596, 2143, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2597, 2143, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2598, 2144, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(2599, 2144, 2598, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(2600, 2144, 2598, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2601, 2147, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2602, 2151, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2603, 2151, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2604, 2151, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2605, 2155, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2606, 2155, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2607, 2155, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2608, 2159, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2609, 2163, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2610, 2163, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2611, 2167, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2612, 2171, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2613, 2171, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(2614, 2171, 0, 0, 12, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2615, 2171, 0, 0, 4, 0, 'side-grid pd-all', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2616, 2175, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2617, 2175, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2618, 2179, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(2619, 2179, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(2620, 2179, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2621, 2179, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2622, 2183, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2623, 2183, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', 'ut2-top', 'N', 'N', '', NULL),
(2624, 2183, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2625, 2183, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2626, 2187, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2627, 2187, 0, 0, 16, 0, 'ut2-vendors-location', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2628, 2187, 2627, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2629, 2187, 2627, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2630, 2187, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2631, 2189, 0, 0, 4, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2632, 2189, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2633, 2190, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2634, 2190, 0, 0, 4, 0, 'search-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2635, 2190, 0, 0, 4, 0, 'top-phones', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2636, 2190, 0, 0, 4, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2637, 2190, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(2638, 2191, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2639, 2191, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2640, 2191, 0, 0, 9, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2641, 2191, 0, 0, 7, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2642, 2191, 2641, 0, 7, 0, 'vendor-info-blocks', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2643, 2191, 2641, 0, 7, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2644, 2195, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2645, 2195, 2644, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2646, 2199, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2647, 2199, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2648, 2199, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2649, 2203, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2650, 2203, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2651, 2203, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2652, 2207, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2653, 2207, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2654, 2209, 0, 0, 4, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2655, 2209, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2656, 2210, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2657, 2210, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2658, 2210, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2659, 2210, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(2660, 2210, 2659, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2661, 2210, 2660, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2662, 2210, 2660, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2663, 2210, 2659, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2664, 2211, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2665, 2211, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2666, 2212, 0, 0, 16, 0, 'ty-footer-menu b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(2667, 2212, 2666, 0, 4, 0, 'my-account-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2668, 2212, 2666, 0, 4, 0, 'demo-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2669, 2212, 2666, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2670, 2212, 2666, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2671, 2212, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2672, 2212, 2671, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2673, 2212, 2671, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2674, 2214, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2675, 2214, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2676, 2214, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2677, 2214, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(2678, 2214, 2677, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2679, 2214, 2678, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2680, 2214, 2678, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2681, 2214, 2677, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2682, 2215, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2683, 2215, 0, 0, 16, 0, 'hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2684, 2215, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'Y', '', NULL),
(2685, 2215, 2684, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2686, 2215, 2684, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(2687, 2215, 0, 0, 16, 0, 'banners-grid hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-bottom', 'N', 'N', '', NULL),
(2688, 2215, 2687, 0, 5, 0, 'small-banner', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2689, 2215, 2687, 0, 6, 0, 'big-banner', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2690, 2215, 2687, 0, 5, 0, 'small-banner', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2691, 2215, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2692, 2215, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2693, 2215, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2694, 2215, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2695, 2215, 0, 0, 16, 0, 'fill--gray', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2696, 2215, 0, 0, 16, 0, 'fill--color', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2697, 2215, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2698, 2215, 0, 0, 16, 0, 'b-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2699, 2215, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2700, 2215, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2701, 2215, 2700, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2702, 2215, 2700, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2703, 2219, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2704, 2219, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2705, 2219, 0, 0, 16, 0, 'fill--gray hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2706, 2219, 2705, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2707, 2219, 2705, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(2708, 2219, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2709, 2223, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(2710, 2223, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top', 'N', 'N', '', NULL),
(2711, 2223, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(2712, 2223, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2713, 2223, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2714, 2223, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2715, 2223, 0, 0, 16, 0, 'b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2716, 2227, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2717, 2227, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2718, 2229, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2719, 2230, 0, 0, 4, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2720, 2231, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2721, 2231, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2722, 2232, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(2723, 2232, 2722, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(2724, 2232, 2722, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2725, 2235, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2726, 2239, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2727, 2239, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2728, 2239, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2729, 2243, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2730, 2243, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2731, 2243, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2732, 2247, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2733, 2251, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2734, 2251, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2735, 2255, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2736, 2259, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2737, 2259, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(2738, 2259, 0, 0, 12, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2739, 2259, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2740, 2259, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2741, 2263, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2742, 2263, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2743, 2267, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(2744, 2267, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(2745, 2267, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2746, 2267, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2747, 2271, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2748, 2271, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', 'ut2-top', 'N', 'N', '', NULL),
(2749, 2271, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2750, 2271, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2751, 2275, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2752, 2275, 0, 0, 16, 0, 'ut2-vendors-location', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2753, 2275, 2752, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2754, 2275, 2752, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2755, 2275, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2756, 2277, 0, 0, 4, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2757, 2277, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2758, 2278, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2759, 2278, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2760, 2278, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2761, 2278, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(2762, 2278, 2761, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2763, 2278, 2762, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2764, 2278, 2762, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2765, 2278, 2761, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2766, 2279, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2767, 2279, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2768, 2279, 0, 0, 9, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2769, 2279, 0, 0, 7, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2770, 2279, 2769, 0, 7, 0, 'vendor-info-blocks', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2771, 2279, 2769, 0, 7, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2772, 2283, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2773, 2283, 2772, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2774, 2287, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2775, 2287, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2776, 2287, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2777, 2291, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2778, 2291, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2779, 2291, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2780, 2295, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2781, 2295, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2782, 2298, 0, 0, 16, 0, 'search-widget-block-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2783, 2298, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2784, 2298, 0, 0, 12, 0, 'cart-content-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2785, 2298, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2786, 2299, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2787, 2299, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2788, 2303, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2789, 2303, 0, 0, 10, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2790, 2303, 0, 0, 6, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2791, 2303, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2792, 2303, 0, 0, 16, 0, 'our-brands-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2793, 2303, 0, 0, 6, 0, 'blog-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2794, 2303, 0, 0, 10, 0, 'reviews-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2795, 2303, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2796, 2307, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2797, 2307, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2798, 2311, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2799, 2311, 0, 0, 4, 0, 'side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2800, 2311, 0, 0, 12, 0, 'main-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2801, 2315, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2802, 2315, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2803, 2319, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2804, 2319, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2805, 2323, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2806, 2323, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2807, 2323, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2808, 2327, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2809, 2327, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2810, 2327, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2811, 2331, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2812, 2335, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2813, 2339, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2814, 2339, 0, 0, 4, 0, 'side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2815, 2339, 0, 0, 12, 0, 'main-content-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2816, 2343, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2817, 2347, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2818, 2347, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2819, 2351, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2820, 2351, 2819, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2821, 2355, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2822, 2355, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2823, 2355, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2824, 2359, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2825, 2359, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2826, 2359, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2827, 2363, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2828, 2363, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2829, 2365, 0, 0, 4, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2830, 2365, 0, 1, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2831, 2365, 0, 2, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2832, 2366, 0, 0, 5, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2833, 2366, 0, 1, 6, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2834, 2366, 0, 2, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2835, 2366, 0, 3, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(2836, 2366, 2835, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2837, 2366, 2836, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2838, 2366, 2836, 2, 6, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2839, 2366, 2835, 1, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2840, 2367, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2841, 2367, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2842, 2368, 0, 0, 16, 0, 'ty-footer-menu b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(2843, 2368, 2842, 0, 4, 0, 'my-account-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2844, 2368, 2842, 0, 4, 0, 'demo-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2845, 2368, 2842, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2846, 2368, 2842, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2847, 2368, 0, 2, 16, 0, 'ty-footer-grid__full-width footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2848, 2368, 2847, 0, 16, 0, '', 1, 1, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2849, 2368, 0, 3, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2850, 2371, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(2851, 2371, 0, 2, 16, 0, 'hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2852, 2371, 0, 4, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'Y', '', NULL),
(2853, 2371, 2852, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2854, 2371, 2852, 1, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(2855, 2371, 0, 6, 16, 0, 'banners-grid hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-bottom', 'N', 'N', '', NULL),
(2856, 2371, 2855, 0, 5, 0, 'small-banner', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2857, 2371, 2855, 0, 6, 0, 'big-banner', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2858, 2371, 2855, 0, 5, 0, 'small-banner', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2859, 2371, 0, 8, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2860, 2371, 0, 10, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2861, 2371, 0, 12, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2862, 2371, 0, 14, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'Y', 'N', '', NULL),
(2863, 2371, 0, 16, 16, 0, 'fill--gray', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2864, 2371, 0, 18, 16, 0, 'fill--color', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'Y', 'N', '', NULL),
(2865, 2371, 0, 20, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2866, 2371, 0, 22, 16, 0, 'pd-all b-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'E', 'ut2-bottom', 'N', 'N', '', NULL),
(2867, 2371, 0, 24, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2868, 2371, 0, 26, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2869, 2371, 2868, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2870, 2371, 2868, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2871, 2371, 0, 28, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2872, 2371, 2871, 0, 5, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2873, 2371, 2871, 1, 5, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2874, 2371, 2871, 2, 5, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2875, 2375, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2876, 2375, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(2877, 2375, 0, 0, 16, 0, 'fill--gray hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2878, 2375, 2877, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2879, 2375, 2877, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(2880, 2375, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL);
INSERT INTO `partiushop_bm_grids` (`grid_id`, `container_id`, `parent_id`, `order`, `width`, `offset`, `user_class`, `omega`, `alpha`, `wrapper`, `content_align`, `html_element`, `clear`, `status`, `abt__ut2_extended`, `abt__ut2_padding`, `abt__ut2_show_in_tabs`, `abt__ut2_use_ajax`, `et_grid`, `et_grid_bkg`) VALUES
(2881, 2379, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(2882, 2379, 0, 0, 16, 0, 'ut2__subcategories', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top', 'N', 'N', '', NULL),
(2883, 2379, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2884, 2379, 0, 0, 9, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2885, 2379, 0, 0, 7, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2886, 2379, 0, 0, 16, 0, 'b-top fill--white', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(2887, 2383, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2888, 2383, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2889, 2385, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2890, 2386, 0, 0, 4, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2891, 2387, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2892, 2387, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2893, 2388, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(2894, 2388, 2893, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(2895, 2388, 2893, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2896, 2391, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2897, 2395, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2898, 2395, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2899, 2395, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2900, 2399, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2901, 2399, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2902, 2399, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2903, 2403, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2904, 2407, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2905, 2407, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2906, 2411, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2907, 2415, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2908, 2415, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2909, 2415, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2910, 2419, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2911, 2419, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(2912, 2419, 0, 0, 12, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2913, 2419, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2914, 2419, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2915, 2423, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2916, 2423, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2917, 2427, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(2918, 2427, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(2919, 2427, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2920, 2427, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2921, 2431, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2922, 2431, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2923, 2431, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2924, 2435, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2925, 2435, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2926, 2439, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2927, 2439, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', 'ut2-top', 'N', 'N', '', NULL),
(2928, 2439, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2929, 2439, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2930, 2443, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2931, 2443, 0, 0, 16, 0, 'ut2-vendors-location', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2932, 2443, 2931, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2933, 2443, 2931, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2934, 2443, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2935, 2445, 0, 0, 4, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2936, 2445, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2937, 2446, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2938, 2446, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2939, 2446, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2940, 2446, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(2941, 2446, 2940, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2942, 2446, 2941, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2943, 2446, 2941, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2944, 2446, 2940, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2945, 2447, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2946, 2447, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(2947, 2447, 0, 0, 9, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(2948, 2447, 0, 0, 7, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2949, 2447, 2948, 0, 7, 0, 'vendor-info-blocks', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2950, 2447, 2948, 0, 7, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(2951, 2451, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2952, 2451, 2951, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2953, 2463, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2954, 2467, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2955, 2467, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2956, 2471, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2957, 2475, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2958, 2479, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2959, 2479, 2958, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2960, 2479, 2958, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2961, 2483, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2962, 2483, 2961, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2963, 2483, 2961, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2964, 2487, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2965, 2487, 2964, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2966, 2487, 2964, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2967, 2491, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2968, 2491, 2967, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2969, 2491, 2967, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2970, 2495, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2971, 2495, 2970, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2972, 2495, 2970, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2973, 2499, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2974, 2499, 2973, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2975, 2499, 2973, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2976, 2503, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2977, 2503, 2976, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2978, 2503, 2976, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2979, 2507, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2980, 2507, 2979, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2981, 2507, 2979, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2982, 2511, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2983, 2511, 2982, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2984, 2511, 2982, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2985, 2515, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2986, 2515, 2985, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2987, 2515, 2985, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2988, 2519, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2989, 2519, 2988, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2990, 2519, 2988, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2991, 2523, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2992, 2523, 2991, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2993, 2523, 2991, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2994, 2527, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2995, 2527, 2994, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2996, 2527, 2994, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2997, 2531, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(2998, 2531, 2997, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(2999, 2531, 2997, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3000, 2535, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3001, 2535, 3000, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3002, 2535, 3000, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3003, 2543, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3004, 2547, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3005, 2547, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3006, 2551, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3007, 2555, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3008, 2563, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3009, 2567, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3010, 2567, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3011, 2571, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3012, 2575, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3013, 2577, 0, 0, 4, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3014, 2577, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3015, 2578, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3016, 2578, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3017, 2578, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3018, 2578, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(3019, 2578, 3018, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3020, 2578, 3019, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3021, 2578, 3019, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3022, 2578, 3018, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3023, 2579, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3024, 2579, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3025, 2580, 0, 0, 16, 0, 'ty-footer-menu b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(3026, 2580, 3025, 0, 4, 0, 'my-account-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3027, 2580, 3025, 0, 4, 0, 'demo-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3028, 2580, 3025, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3029, 2580, 3025, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3030, 2580, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3031, 2580, 3030, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3032, 2580, 3030, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3033, 2583, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(3034, 2583, 0, 0, 16, 0, 'hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3035, 2583, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'Y', '', NULL),
(3036, 2583, 3035, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3037, 2583, 3035, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(3038, 2583, 0, 0, 16, 0, 'banners-grid hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-bottom', 'N', 'N', '', NULL),
(3039, 2583, 3038, 0, 5, 0, 'small-banner', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3040, 2583, 3038, 0, 6, 0, 'big-banner', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3041, 2583, 3038, 0, 5, 0, 'small-banner', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3042, 2583, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3043, 2583, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3044, 2583, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3045, 2583, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3046, 2583, 0, 0, 16, 0, 'fill--gray', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3047, 2583, 0, 0, 16, 0, 'fill--color', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3048, 2583, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3049, 2583, 0, 0, 16, 0, 'pd-all b-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'E', 'ut2-bottom', 'N', 'N', '', NULL),
(3050, 2583, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3051, 2583, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3052, 2583, 3051, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3053, 2583, 3051, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3054, 2587, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3055, 2587, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3056, 2587, 0, 0, 16, 0, 'fill--gray hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3057, 2587, 3056, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3058, 2587, 3056, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(3059, 2587, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3060, 2591, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(3061, 2591, 0, 0, 16, 0, 'ut2__subcategories', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top', 'N', 'N', '', NULL),
(3062, 2591, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3063, 2591, 0, 0, 9, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3064, 2591, 0, 0, 7, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(3065, 2591, 0, 0, 16, 0, 'b-top fill--white', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3066, 2595, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3067, 2595, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3068, 2597, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3069, 2598, 0, 0, 4, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3070, 2599, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3071, 2599, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3072, 2600, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(3073, 2600, 3072, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(3074, 2600, 3072, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3075, 2603, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3076, 2607, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3077, 2607, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3078, 2607, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3079, 2611, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3080, 2611, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3081, 2611, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3082, 2615, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3083, 2619, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3084, 2619, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3085, 2623, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3089, 2631, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3090, 2631, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(3091, 2631, 0, 0, 12, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(3092, 2631, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(3093, 2631, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3094, 2635, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3095, 2635, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3096, 2639, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(3097, 2639, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(3098, 2639, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(3099, 2639, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(3103, 2647, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3104, 2647, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', 'ut2-top', 'N', 'N', '', NULL),
(3105, 2647, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(3106, 2647, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3114, 2657, 0, 0, 4, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3115, 2657, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3116, 2658, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3117, 2658, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3118, 2658, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3119, 2658, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(3120, 2658, 3119, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3121, 2658, 3120, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3122, 2658, 3120, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3123, 2658, 3119, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3124, 2659, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3125, 2659, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3126, 2659, 0, 0, 9, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(3127, 2659, 0, 0, 7, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3128, 2659, 3127, 0, 7, 0, 'vendor-info-blocks', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3129, 2659, 3127, 0, 7, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(3130, 2661, 0, 0, 4, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3131, 2661, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3132, 2662, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3133, 2662, 0, 0, 4, 0, 'search-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3134, 2662, 0, 0, 4, 0, 'top-phones', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3135, 2662, 0, 0, 4, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3136, 2662, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(3137, 2663, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3138, 2663, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3139, 2664, 0, 0, 16, 0, 'ty-footer-menu b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(3140, 2664, 3139, 0, 4, 0, 'my-account-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3141, 2664, 3139, 0, 4, 0, 'demo-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3142, 2664, 3139, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3143, 2664, 3139, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3144, 2664, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3145, 2664, 3144, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3146, 2664, 3144, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3147, 2667, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(3148, 2667, 0, 0, 16, 0, 'hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3149, 2667, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'Y', '', NULL),
(3150, 2667, 3149, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3151, 2667, 3149, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(3152, 2667, 0, 0, 16, 0, 'banners-grid hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3153, 2667, 3152, 0, 5, 0, 'small-banner', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3154, 2667, 3152, 0, 6, 0, 'big-banner', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3155, 2667, 3152, 0, 5, 0, 'small-banner', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3156, 2667, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3157, 2667, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3158, 2667, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3159, 2667, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3160, 2667, 0, 0, 16, 0, 'fill--gray', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3161, 2667, 0, 0, 16, 0, 'fill--color', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3162, 2667, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3163, 2667, 0, 0, 16, 0, 'b-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3164, 2667, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3165, 2667, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3166, 2667, 3165, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3167, 2667, 3165, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3168, 2671, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3169, 2671, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3170, 2671, 0, 0, 16, 0, 'fill--gray hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3171, 2671, 3170, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3172, 2671, 3170, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(3173, 2671, 0, 0, 16, 0, 'fill--white', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3174, 2675, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(3175, 2675, 0, 0, 16, 0, 'ut2__subcategories', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(3176, 2675, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', '', 'N', 'N', '', NULL),
(3177, 2675, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3178, 2675, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3179, 2675, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(3180, 2675, 0, 0, 16, 0, 'b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3181, 2679, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3182, 2679, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3183, 2681, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3184, 2682, 0, 0, 4, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3185, 2683, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3186, 2683, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3187, 2684, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(3188, 2684, 3187, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(3189, 2684, 3187, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3190, 2687, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3191, 2691, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3192, 2691, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3193, 2691, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3194, 2695, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3195, 2695, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3196, 2695, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3197, 2699, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3198, 2703, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3199, 2703, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3203, 2711, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3204, 2715, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3205, 2715, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(3206, 2715, 0, 0, 12, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(3207, 2715, 0, 0, 4, 0, 'side-grid pd-all', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(3208, 2719, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3209, 2719, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3210, 2723, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(3211, 2723, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(3212, 2723, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(3213, 2723, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(3217, 2731, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3218, 2731, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', 'ut2-top', 'N', 'N', '', NULL),
(3219, 2731, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(3220, 2731, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3228, 2741, 0, 0, 4, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3229, 2741, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3230, 2742, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3231, 2742, 0, 0, 4, 0, 'search-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3232, 2742, 0, 0, 4, 0, 'top-phones', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3233, 2742, 0, 0, 4, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3234, 2742, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(3235, 2743, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3236, 2743, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3237, 2743, 0, 0, 9, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(3238, 2743, 0, 0, 7, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3239, 2743, 3238, 0, 7, 0, 'vendor-info-blocks', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3240, 2743, 3238, 0, 7, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(3241, 2745, 0, 0, 4, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3242, 2745, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3243, 2746, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3244, 2746, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3245, 2746, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3246, 2746, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(3247, 2746, 3246, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3248, 2746, 3247, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3249, 2746, 3247, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3250, 2746, 3246, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3251, 2747, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3252, 2747, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3253, 2748, 0, 0, 16, 0, 'ty-footer-menu b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(3254, 2748, 3253, 0, 4, 0, 'my-account-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3255, 2748, 3253, 0, 4, 0, 'demo-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3256, 2748, 3253, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3257, 2748, 3253, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3258, 2748, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3259, 2748, 3258, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3260, 2748, 3258, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3261, 2750, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3262, 2750, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3263, 2750, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3264, 2750, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(3265, 2750, 3264, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3266, 2750, 3265, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3267, 2750, 3265, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3268, 2750, 3264, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3269, 2751, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3270, 2751, 0, 0, 16, 0, 'hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3271, 2751, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'Y', '', NULL),
(3272, 2751, 3271, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3273, 2751, 3271, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(3274, 2751, 0, 0, 16, 0, 'banners-grid hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-bottom', 'N', 'N', '', NULL),
(3275, 2751, 3274, 0, 5, 0, 'small-banner', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3276, 2751, 3274, 0, 6, 0, 'big-banner', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3277, 2751, 3274, 0, 5, 0, 'small-banner', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3278, 2751, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3279, 2751, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3280, 2751, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3281, 2751, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3282, 2751, 0, 0, 16, 0, 'fill--gray', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3283, 2751, 0, 0, 16, 0, 'fill--color', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3284, 2751, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3285, 2751, 0, 0, 16, 0, 'b-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3286, 2751, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3287, 2751, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3288, 2751, 3287, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3289, 2751, 3287, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3290, 2755, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3291, 2755, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3292, 2755, 0, 0, 16, 0, 'fill--gray hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3293, 2755, 3292, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3294, 2755, 3292, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(3295, 2755, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3296, 2759, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(3297, 2759, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top', 'N', 'N', '', NULL),
(3298, 2759, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(3299, 2759, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3300, 2759, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3301, 2759, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(3302, 2759, 0, 0, 16, 0, 'b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3303, 2763, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3304, 2763, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3305, 2765, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3306, 2766, 0, 0, 4, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3307, 2767, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3308, 2767, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3309, 2768, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(3310, 2768, 3309, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(3311, 2768, 3309, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3312, 2771, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3313, 2775, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3314, 2775, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3315, 2775, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3316, 2779, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3317, 2779, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3318, 2779, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3319, 2783, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3320, 2787, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3321, 2787, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3325, 2795, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3326, 2799, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3327, 2799, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(3328, 2799, 0, 0, 12, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(3329, 2799, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(3330, 2799, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3331, 2803, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3332, 2803, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3333, 2807, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(3334, 2807, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(3335, 2807, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(3336, 2807, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(3340, 2815, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3341, 2815, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', 'ut2-top', 'N', 'N', '', NULL),
(3342, 2815, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(3343, 2815, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3351, 2825, 0, 0, 4, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3352, 2825, 0, 0, 12, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3353, 2826, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3354, 2826, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3355, 2826, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3356, 2826, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(3357, 2826, 3356, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3358, 2826, 3357, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3359, 2826, 3357, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3360, 2826, 3356, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3361, 2827, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3362, 2827, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3363, 2827, 0, 0, 9, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(3364, 2827, 0, 0, 7, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3365, 2827, 3364, 0, 7, 0, 'vendor-info-blocks', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3366, 2827, 3364, 0, 7, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(3367, 2829, 0, 0, 3, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3368, 2829, 0, 0, 13, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3369, 2830, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3370, 2830, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3371, 2830, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3372, 2830, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(3373, 2830, 3372, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3374, 2830, 3373, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3375, 2830, 3373, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3376, 2830, 3372, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL);
INSERT INTO `partiushop_bm_grids` (`grid_id`, `container_id`, `parent_id`, `order`, `width`, `offset`, `user_class`, `omega`, `alpha`, `wrapper`, `content_align`, `html_element`, `clear`, `status`, `abt__ut2_extended`, `abt__ut2_padding`, `abt__ut2_show_in_tabs`, `abt__ut2_use_ajax`, `et_grid`, `et_grid_bkg`) VALUES
(3377, 2831, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3378, 2831, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3379, 2832, 0, 0, 16, 0, 'ty-footer-menu b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(3380, 2832, 3379, 0, 4, 0, 'my-account-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3381, 2832, 3379, 0, 4, 0, 'demo-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3382, 2832, 3379, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3383, 2832, 3379, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3384, 2832, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3385, 2832, 3384, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3386, 2832, 3384, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3387, 2835, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(3388, 2835, 0, 0, 16, 0, 'hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3389, 2835, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'Y', '', NULL),
(3390, 2835, 3389, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3391, 2835, 3389, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(3392, 2835, 0, 0, 16, 0, 'banners-grid hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-bottom', 'N', 'N', '', NULL),
(3393, 2835, 3392, 0, 5, 0, 'small-banner', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3394, 2835, 3392, 0, 6, 0, 'big-banner', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3395, 2835, 3392, 0, 5, 0, 'small-banner', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3396, 2835, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3397, 2835, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3398, 2835, 0, 0, 16, 0, 'fill--gray', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3399, 2835, 0, 0, 16, 0, 'fill--color', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3400, 2835, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3401, 2835, 0, 0, 16, 0, 'pd-all b-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'E', 'ut2-bottom', 'N', 'N', '', NULL),
(3402, 2835, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3403, 2835, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3404, 2835, 3403, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3405, 2835, 3403, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3406, 2839, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3407, 2839, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3408, 2839, 0, 0, 16, 0, 'fill--gray hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3409, 2839, 3408, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3410, 2839, 3408, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(3411, 2839, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3412, 2843, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(3413, 2843, 0, 0, 16, 0, 'ut2__subcategories', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top', 'N', 'N', '', NULL),
(3414, 2843, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3415, 2843, 0, 0, 9, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3416, 2843, 0, 0, 7, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(3417, 2843, 0, 0, 16, 0, 'b-top fill--white', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3418, 2847, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3419, 2847, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3420, 2849, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3421, 2850, 0, 0, 4, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3422, 2851, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3423, 2851, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3424, 2852, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(3425, 2852, 3424, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(3426, 2852, 3424, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3427, 2855, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3428, 2859, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3429, 2859, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3430, 2859, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3431, 2863, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3432, 2863, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3433, 2863, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3434, 2867, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3435, 2871, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3436, 2871, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3437, 2875, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3441, 2883, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3442, 2883, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(3443, 2883, 0, 0, 12, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(3444, 2883, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(3445, 2883, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3446, 2887, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(3447, 2887, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(3448, 2887, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(3449, 2887, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(3453, 2895, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3454, 2895, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3455, 2899, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3456, 2899, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', 'ut2-top', 'N', 'N', '', NULL),
(3457, 2899, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(3458, 2899, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3461, 2905, 0, 0, 3, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3462, 2905, 0, 0, 13, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3463, 2906, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3464, 2906, 0, 0, 4, 0, 'search-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3465, 2906, 0, 0, 4, 0, 'top-phones', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3466, 2906, 0, 0, 4, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3467, 2906, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(3468, 2907, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3469, 2907, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3470, 2908, 0, 0, 16, 0, 'ty-footer-menu b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(3471, 2908, 3470, 0, 4, 0, 'my-account-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3472, 2908, 3470, 0, 4, 0, 'demo-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3473, 2908, 3470, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3474, 2908, 3470, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3475, 2908, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3476, 2908, 3475, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3477, 2908, 3475, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3478, 2911, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(3479, 2911, 0, 0, 16, 0, 'hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3480, 2911, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'Y', '', NULL),
(3481, 2911, 3480, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3482, 2911, 3480, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(3483, 2911, 0, 0, 16, 0, 'banners-grid hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3484, 2911, 3483, 0, 5, 0, 'small-banner', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3485, 2911, 3483, 0, 6, 0, 'big-banner', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3486, 2911, 3483, 0, 5, 0, 'small-banner', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3487, 2911, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3488, 2911, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3489, 2911, 0, 0, 16, 0, 'fill--gray', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3490, 2911, 0, 0, 16, 0, 'fill--color', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3491, 2911, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3492, 2911, 0, 0, 16, 0, 'b-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3493, 2911, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3494, 2911, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3495, 2911, 3494, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3496, 2911, 3494, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3497, 2915, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3498, 2915, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3499, 2915, 0, 0, 16, 0, 'fill--gray hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3500, 2915, 3499, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3501, 2915, 3499, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(3502, 2915, 0, 0, 16, 0, 'fill--white', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3503, 2919, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(3504, 2919, 0, 0, 16, 0, 'ut2__subcategories', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(3505, 2919, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', '', 'N', 'N', '', NULL),
(3506, 2919, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3507, 2919, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3508, 2919, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(3509, 2919, 0, 0, 16, 0, 'b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3510, 2923, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3511, 2923, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3512, 2925, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3513, 2926, 0, 0, 4, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3514, 2927, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3515, 2927, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3516, 2928, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(3517, 2928, 3516, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(3518, 2928, 3516, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3519, 2931, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3520, 2935, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3521, 2935, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3522, 2935, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3523, 2939, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3524, 2939, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3525, 2939, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3526, 2943, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3527, 2947, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3528, 2947, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3532, 2955, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3533, 2959, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3534, 2959, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(3535, 2959, 0, 0, 12, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(3536, 2959, 0, 0, 4, 0, 'side-grid pd-all', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(3537, 2963, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(3538, 2963, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(3539, 2963, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(3540, 2963, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(3544, 2971, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3545, 2971, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', 'ut2-top', 'N', 'N', '', NULL),
(3546, 2971, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(3547, 2971, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3548, 2975, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3549, 2975, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3552, 2981, 0, 0, 3, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3553, 2981, 0, 0, 13, 0, 'top-links-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3554, 2982, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3555, 2982, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3556, 2982, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3557, 2982, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(3558, 2982, 3557, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3559, 2982, 3558, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3560, 2982, 3558, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3561, 2982, 3557, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3562, 2983, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3563, 2983, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3564, 2984, 0, 0, 16, 0, 'ty-footer-menu b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(3565, 2984, 3564, 0, 4, 0, 'my-account-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3566, 2984, 3564, 0, 4, 0, 'demo-store-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3567, 2984, 3564, 0, 4, 0, 'customer-service-grid', 0, 0, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3568, 2984, 3564, 0, 4, 0, 'about-grid', 1, 0, '', 'LEFT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3569, 2984, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3570, 2984, 3569, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3571, 2984, 3569, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3572, 2986, 0, 0, 4, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3573, 2986, 0, 0, 7, 0, 'top-header-menu', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3574, 2986, 0, 0, 5, 0, 'top-phones', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3575, 2986, 0, 0, 16, 0, 'top-menu-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(3576, 2986, 3575, 0, 11, 0, 'top-left-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3577, 2986, 3576, 0, 4, 0, 'menu-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3578, 2986, 3576, 0, 7, 0, 'search-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3579, 2986, 3575, 0, 5, 0, 'account-cart-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3580, 2987, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3581, 2987, 0, 0, 16, 0, 'hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3582, 2987, 0, 0, 16, 0, 'hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'Y', '', NULL),
(3583, 2987, 3582, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3584, 2987, 3582, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(3585, 2987, 0, 0, 16, 0, 'banners-grid hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-bottom', 'N', 'N', '', NULL),
(3586, 2987, 3585, 0, 5, 0, 'small-banner', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3587, 2987, 3585, 0, 6, 0, 'big-banner', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3588, 2987, 3585, 0, 5, 0, 'small-banner', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3589, 2987, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3590, 2987, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3591, 2987, 0, 0, 16, 0, 'fill--gray', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3592, 2987, 0, 0, 16, 0, 'fill--color', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3593, 2987, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3594, 2987, 0, 0, 16, 0, 'b-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3595, 2987, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3596, 2987, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3597, 2987, 3596, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3598, 2987, 3596, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3599, 2991, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3600, 2991, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-bottom', 'N', 'N', '', NULL),
(3601, 2991, 0, 0, 16, 0, 'fill--gray hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3602, 2991, 3601, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3603, 2991, 3601, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'Y', 'Y', '', NULL),
(3604, 2991, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3605, 2995, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'F', '', 'N', 'N', '', NULL),
(3606, 2995, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', 'ut2-top', 'N', 'N', '', NULL),
(3607, 2995, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(3608, 2995, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3609, 2995, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3610, 2995, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(3611, 2995, 0, 0, 16, 0, 'b-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top-bottom', 'N', 'N', '', NULL),
(3612, 2999, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3613, 2999, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3614, 3001, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3615, 3002, 0, 0, 4, 0, 'top-logo-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3616, 3003, 0, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3617, 3003, 0, 0, 4, 0, 'side-grid litecheckout__cart', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3618, 3004, 0, 0, 16, 0, 'footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'E', '', 'N', 'N', '', NULL),
(3619, 3004, 3618, 0, 2, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'D', '0', '', 'N', 'N', '', NULL),
(3620, 3004, 3618, 0, 14, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3621, 3007, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3622, 3011, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3623, 3011, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3624, 3011, 0, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3625, 3015, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3626, 3015, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3627, 3015, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3628, 3019, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3629, 3023, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3630, 3023, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3634, 3031, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3635, 3035, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3636, 3035, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(3637, 3035, 0, 0, 12, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(3638, 3035, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(3639, 3035, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3640, 3039, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', 'ut2-top', 'N', 'N', '', NULL),
(3641, 3039, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', '0', '', 'N', 'N', '', NULL),
(3642, 3039, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(3643, 3039, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', 'ut2-bottom', 'N', 'N', '', NULL),
(3647, 3047, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3648, 3047, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'D', 'O', 'ut2-top', 'N', 'N', '', NULL),
(3649, 3047, 0, 0, 12, 0, 'main-content-grid ', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', 'O', '', 'N', 'N', '', NULL),
(3650, 3047, 0, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3651, 3051, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3652, 3051, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', 'O', '', 'N', 'N', '', NULL),
(3655, 3059, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3656, 3059, 3655, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3657, 3063, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3658, 3063, 3657, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3659, 3067, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3660, 3067, 3659, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3661, 3071, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3662, 3071, 3661, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3663, 3075, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3664, 3075, 3663, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3665, 3079, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3666, 3079, 3665, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3667, 3083, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3668, 3083, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3669, 3083, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3670, 3087, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3671, 3087, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3672, 3087, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3673, 3091, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3674, 3091, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3675, 3091, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3676, 3095, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3677, 3095, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3678, 3095, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3679, 3099, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3680, 3099, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3681, 3099, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3682, 3103, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3683, 3103, 0, 0, 13, 0, 'ty-blog-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3684, 3103, 0, 0, 3, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3685, 3107, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3686, 3107, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3687, 3107, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3688, 3111, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3689, 3111, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3690, 3111, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3691, 3115, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3692, 3115, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3693, 3115, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3694, 3119, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3695, 3119, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3696, 3119, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3697, 3123, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3698, 3123, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3699, 3123, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3700, 3127, 0, 0, 16, 0, 'breadcrumbs-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3701, 3127, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3702, 3127, 0, 0, 8, 0, 'certificates-verify-grid', 1, 0, '', 'RIGHT', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3703, 3131, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3704, 3131, 3703, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3705, 3131, 3703, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3706, 3135, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3707, 3135, 3706, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3708, 3135, 3706, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3709, 3139, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3710, 3139, 3709, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3711, 3139, 3709, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3712, 3143, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3713, 3143, 3712, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3714, 3143, 3712, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3715, 3147, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3716, 3147, 3715, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3717, 3147, 3715, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3718, 3151, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3719, 3151, 3718, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3720, 3151, 3718, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3721, 3155, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3722, 3155, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3723, 3159, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3724, 3159, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3725, 3163, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3726, 3163, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3727, 3167, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3728, 3167, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3729, 3171, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3730, 3171, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3731, 3175, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3732, 3175, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3733, 3183, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3734, 3187, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(3735, 3187, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3736, 3191, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3737, 3195, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(3738, 3200, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3739, 3200, 0, 0, 16, 0, 'ty-footer-grid__full-width ty-footer-menu et-footer-wrapper hidden-tablet hidden-phone', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3740, 3200, 3739, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3741, 3200, 3740, 0, 3, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3742, 3200, 3740, 0, 3, 0, 'my-account-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3743, 3200, 3740, 0, 3, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3744, 3200, 3740, 0, 7, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3745, 3200, 3739, 0, 16, 0, 'space-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3746, 3200, 3745, 0, 3, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3747, 3200, 3745, 0, 3, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3748, 3200, 3745, 0, 3, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3749, 3200, 3745, 0, 7, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3750, 3200, 3739, 0, 16, 0, 'space-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3751, 3200, 3750, 0, 9, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3752, 3200, 3750, 0, 7, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3753, 3200, 0, 0, 16, 0, 'ty-footer-grid__full-width ty-footer-menu et-footer-wrapper et-mobile-footer-wrapper hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3754, 3200, 0, 0, 16, 0, 'ty-footer-grid__full-width footer-copyright', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3755, 3200, 3754, 0, 8, 0, '', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3756, 3200, 3754, 0, 8, 0, '', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3757, 3200, 0, 0, 16, 0, 'mobile-sticky hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3758, 3199, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(3759, 3199, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3760, 3197, 0, 0, 16, 0, 'hidden-phone hidden-tablet', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3761, 3197, 3760, 0, 12, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3762, 3197, 3760, 0, 4, 0, 'top-links-grid et-header-right', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3763, 3197, 0, 0, 16, 0, 'et-mobile-top-panel hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3764, 3197, 3763, 0, 4, 0, 'et-flex-left', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3765, 3197, 3763, 0, 8, 0, 'et-flex-center', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3766, 3197, 3763, 0, 4, 0, 'et-flex-right', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3767, 3198, 0, 0, 16, 0, 'et-mobile-header hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3768, 3198, 3767, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3769, 3198, 3767, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3770, 3198, 0, 0, 16, 0, 'et-mobile-header et-sticky hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3771, 3198, 3770, 0, 16, 0, 'et-sticky-header-mobile et-sticky-content', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3772, 3198, 3771, 0, 2, 0, 'et-phone-marketplace-menu', 0, 1, 'blocks/grid_wrappers/et_marketplace_menu.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3773, 3198, 3771, 0, 14, 0, 'et-phone-search', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3774, 3198, 0, 0, 16, 0, 'et-sticky-header hidden-phone hidden-tablet', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3775, 3198, 3774, 0, 16, 0, 'et-sticky-content', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3776, 3198, 3775, 0, 3, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3777, 3198, 3775, 0, 10, 0, 'search-block-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3778, 3198, 3775, 0, 3, 0, 'cart-content-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3779, 3198, 0, 0, 16, 0, 'et-fw-wrap margin-top margin-bottom hidden-phone hidden-tablet', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3780, 3198, 3779, 0, 3, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3781, 3198, 3779, 0, 10, 0, 'search-block-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3782, 3198, 3779, 0, 3, 0, 'cart-content-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3783, 3198, 0, 0, 16, 0, 'top-menu-grid hidden-phone hidden-tablet', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3784, 3198, 3783, 0, 16, 0, 'et-main-menu-wrapper', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3785, 3203, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(3786, 3203, 0, 0, 16, 0, '', 1, 1, 'blocks/grid_wrappers/et_multi_scroller.tpl', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(3787, 3203, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3788, 3203, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3789, 3203, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3790, 3203, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3791, 3203, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3792, 3203, 0, 0, 16, 0, 'et_full_width_block_wrapper_bars', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3793, 3203, 3792, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3794, 3203, 3792, 0, 16, 0, 'et-banner-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3795, 3203, 3794, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3796, 3203, 3794, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3797, 3203, 3794, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3798, 3203, 3794, 0, 4, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3799, 3203, 3794, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3800, 3203, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3801, 3203, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3802, 3203, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#980000'),
(3803, 3203, 0, 0, 16, 0, 'et_full_width_block_wrapper_bars', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3804, 3203, 3803, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3805, 3203, 3803, 0, 16, 0, 'et-banner-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3806, 3203, 3805, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3807, 3203, 3805, 0, 4, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3808, 3203, 3805, 0, 4, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3809, 3203, 3805, 0, 4, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3810, 3203, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffff00'),
(3811, 3203, 0, 0, 16, 0, 'et-content-bkg', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#f6b26b'),
(3812, 3203, 0, 0, 16, 0, 'et-content-bkg', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(3813, 3208, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3814, 3205, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3815, 3207, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(3816, 3207, 0, 0, 16, 0, 'main-content-grid et-product-wrapper', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3817, 3207, 3816, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3818, 3207, 3816, 0, 16, 0, 'et-product-blocks', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3819, 3211, 0, 0, 16, 0, 'et-category-banner1', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(3820, 3211, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3821, 3211, 3820, 0, 16, 0, 'et-category-title', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3822, 3211, 3820, 0, 16, 0, 'et-subcategory-wrapper', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(3823, 3211, 3820, 0, 16, 0, 'et-category-descr-wrapper', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3824, 3211, 0, 0, 16, 0, 'et-horizontal-filter-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(3825, 3211, 0, 0, 16, 0, 'et-content-grid et-category-page', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3826, 3211, 3825, 0, 3, 0, 'et-category-sidebar et-side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3827, 3211, 3825, 0, 13, 0, 'main-content-grid et-category-content', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3828, 3215, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3829, 3215, 3828, 0, 16, 0, 'et-page-title', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(3830, 3215, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3831, 3216, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3832, 3213, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3833, 3219, 0, 0, 16, 0, 'margin-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3834, 3219, 3833, 0, 16, 0, 'et-page-title', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3835, 3219, 0, 0, 16, 0, 'et-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3836, 3219, 3835, 0, 12, 0, 'main-content-grid', 0, 1, 'blocks/grid_wrappers/lite_checkout.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3837, 3219, 3835, 0, 4, 0, 'side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3838, 3223, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3839, 3223, 0, 0, 16, 0, 'et-profile-page', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3840, 3223, 3839, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3841, 3223, 3839, 0, 8, 0, 'auth-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3842, 3227, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(3843, 3227, 0, 0, 16, 0, 'et-profile-page', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3844, 3227, 3843, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3845, 3227, 3843, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3846, 3231, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3847, 3231, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3848, 3236, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3849, 3235, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3850, 3235, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3851, 3233, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3852, 3240, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '');
INSERT INTO `partiushop_bm_grids` (`grid_id`, `container_id`, `parent_id`, `order`, `width`, `offset`, `user_class`, `omega`, `alpha`, `wrapper`, `content_align`, `html_element`, `clear`, `status`, `abt__ut2_extended`, `abt__ut2_padding`, `abt__ut2_show_in_tabs`, `abt__ut2_use_ajax`, `et_grid`, `et_grid_bkg`) VALUES
(3853, 3239, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(3854, 3239, 3853, 0, 16, 0, 'et-page-title', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(3855, 3239, 0, 0, 16, 0, 'margin-top et-flex-content', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3856, 3239, 3855, 0, 3, 0, 'et-flex-2', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3857, 3239, 3855, 0, 13, 0, 'et-page-grid ', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3858, 3237, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3859, 3243, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3860, 3247, 0, 0, 11, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3861, 3247, 0, 0, 5, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3862, 3251, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3863, 3251, 3862, 0, 16, 0, 'et-page-title', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(3864, 3251, 0, 0, 16, 0, 'et-horizontal-filter-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(3865, 3251, 0, 0, 16, 0, 'margin-top1 et-search-page et-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3866, 3251, 3865, 0, 3, 0, 'side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3867, 3251, 3865, 0, 13, 0, 'main-content-grid et-category-content', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3878, 3263, 0, 0, 16, 0, '', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3884, 3271, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3885, 3271, 3884, 0, 16, 0, 'et-page-title', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(3886, 3271, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3887, 3271, 0, 0, 16, 0, 'et-page-descr-wrapper', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3888, 3271, 0, 0, 16, 0, 'et-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3889, 3271, 3888, 0, 13, 0, 'et-category-content', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3890, 3271, 3888, 0, 3, 0, 'et-side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3891, 3275, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3892, 3275, 3891, 0, 16, 0, 'et-page-title', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(3893, 3275, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3894, 3275, 0, 0, 16, 0, 'et-page-descr-wrapper', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3895, 3275, 0, 0, 16, 0, 'et-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3896, 3275, 3895, 0, 13, 0, 'et-category-content', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3897, 3275, 3895, 0, 3, 0, 'et-side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3898, 3279, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3899, 3279, 3898, 0, 16, 0, 'et-page-title', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(3900, 3279, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3901, 3279, 0, 0, 16, 0, 'et-page-descr-wrapper', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3902, 3279, 0, 0, 16, 0, 'et-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3903, 3279, 3902, 0, 13, 0, 'et-category-content', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3904, 3279, 3902, 0, 3, 0, 'et-side-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3910, 3287, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3911, 3287, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3912, 3287, 0, 0, 16, 0, 'et-apply-for-vendor-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3913, 3287, 3912, 0, 8, 0, 'main-content-grid1', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3914, 3287, 3912, 0, 8, 0, 'et-vendor-account-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3915, 3291, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3916, 3289, 0, 0, 16, 0, 'hidden-phone hidden-tablet', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3917, 3289, 3916, 0, 12, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3918, 3289, 3916, 0, 4, 0, 'top-links-grid et-header-right', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3919, 3289, 0, 0, 16, 0, 'hidden-desktop et-mobile-top-panel', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3920, 3289, 3919, 0, 8, 0, '', 0, 1, 'blocks/grid_wrappers/et_marketplace_menu_vendor_page.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3921, 3289, 3920, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3922, 3289, 3920, 0, 4, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3923, 3289, 3920, 0, 8, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3924, 3289, 3919, 0, 8, 0, 'et-flex-right', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3925, 3290, 0, 0, 16, 0, 'et-mobile-header hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3926, 3290, 0, 0, 16, 0, 'et-mobile-header et-sticky hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3927, 3290, 3926, 0, 2, 0, 'et-phone-vendor-menu', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3928, 3290, 3926, 0, 14, 0, 'et-phone-search', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3929, 3290, 0, 0, 16, 0, 'hidden-phone hidden-tablet et-vendor-main-header', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3930, 3290, 3929, 0, 3, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3931, 3290, 3929, 0, 10, 0, 'search-block-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3932, 3290, 3929, 0, 3, 0, 'cart-content-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3933, 3290, 0, 0, 16, 0, 'hidden-phone hidden-tablet', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(3934, 3295, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(3935, 3295, 3934, 0, 16, 0, 'et-category-title', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(3936, 3295, 3934, 0, 16, 0, 'et-subcategory-wrapper', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(3937, 3295, 0, 0, 16, 0, 'et-vendor-hf', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(3938, 3295, 0, 0, 16, 0, 'margin-top et-content-grid et-category-page', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3939, 3295, 3938, 0, 3, 0, 'et-category-sidebar et-side-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3940, 3295, 3938, 0, 13, 0, 'et-category-content', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3941, 3293, 0, 0, 16, 0, 'hidden-phone hidden-tablet', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3942, 3293, 3941, 0, 12, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3943, 3293, 3941, 0, 4, 0, 'top-links-grid et-header-right', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3944, 3293, 0, 0, 16, 0, 'hidden-desktop et-mobile-top-panel', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3945, 3293, 3944, 0, 8, 0, '', 0, 1, 'blocks/grid_wrappers/et_marketplace_menu_vendor_page.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3946, 3293, 3945, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3947, 3293, 3945, 0, 4, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3948, 3293, 3945, 0, 8, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3949, 3293, 3944, 0, 8, 0, 'et-flex-right', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3950, 3294, 0, 0, 16, 0, 'et-mobile-header hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3951, 3294, 0, 0, 16, 0, 'et-mobile-header et-sticky hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3952, 3294, 3951, 0, 2, 0, 'et-phone-vendor-menu', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3953, 3294, 3951, 0, 14, 0, 'et-phone-search', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3954, 3294, 0, 0, 16, 0, 'hidden-phone hidden-tablet et-vendor-main-header', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3955, 3294, 3954, 0, 3, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3956, 3294, 3954, 0, 10, 0, 'search-block-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3957, 3294, 3954, 0, 3, 0, 'cart-content-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3958, 3294, 0, 0, 16, 0, 'hidden-phone hidden-tablet', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(3959, 3297, 0, 0, 16, 0, 'hidden-phone hidden-tablet', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3960, 3297, 3959, 0, 12, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3961, 3297, 3959, 0, 4, 0, 'top-links-grid et-header-right', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3962, 3297, 0, 0, 16, 0, 'hidden-desktop et-mobile-top-panel', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3963, 3297, 3962, 0, 8, 0, '', 0, 1, 'blocks/grid_wrappers/et_marketplace_menu_vendor_page.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3964, 3297, 3963, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3965, 3297, 3963, 0, 4, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3966, 3297, 3963, 0, 8, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3967, 3297, 3962, 0, 8, 0, 'et-flex-right', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3968, 3298, 0, 0, 16, 0, 'et-mobile-header hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3969, 3298, 0, 0, 16, 0, 'et-mobile-header et-sticky hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3970, 3298, 3969, 0, 2, 0, 'et-phone-vendor-menu', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3971, 3298, 3969, 0, 14, 0, 'et-phone-search', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3972, 3298, 0, 0, 16, 0, 'hidden-phone hidden-tablet et-vendor-main-header', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3973, 3298, 3972, 0, 3, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3974, 3298, 3972, 0, 10, 0, 'search-block-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3975, 3298, 3972, 0, 3, 0, 'cart-content-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3976, 3298, 0, 0, 16, 0, 'hidden-phone hidden-tablet', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(3977, 3299, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(3978, 3299, 3977, 0, 16, 0, 'et-page-title', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(3979, 3299, 0, 0, 16, 0, 'margin-top et-content-grid et-flex-content', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3980, 3299, 3979, 0, 3, 0, 'et-flex-2', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3981, 3299, 3979, 0, 13, 0, ' margin-bottom ', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3982, 3301, 0, 0, 16, 0, 'hidden-phone hidden-tablet', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3983, 3301, 3982, 0, 12, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3984, 3301, 3982, 0, 4, 0, 'top-links-grid et-header-right', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3985, 3301, 0, 0, 16, 0, 'hidden-desktop et-mobile-top-panel', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3986, 3301, 3985, 0, 8, 0, '', 0, 1, 'blocks/grid_wrappers/et_marketplace_menu_vendor_page.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3987, 3301, 3986, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3988, 3301, 3986, 0, 4, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3989, 3301, 3986, 0, 8, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3990, 3301, 3985, 0, 8, 0, 'et-flex-right', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3991, 3302, 0, 0, 16, 0, 'et-mobile-header hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3992, 3302, 0, 0, 16, 0, 'et-mobile-header et-sticky hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3993, 3302, 3992, 0, 2, 0, 'et-phone-vendor-menu', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(3994, 3302, 3992, 0, 14, 0, 'et-phone-search', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(3995, 3302, 0, 0, 16, 0, 'hidden-phone hidden-tablet et-vendor-main-header', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3996, 3302, 3995, 0, 3, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3997, 3302, 3995, 0, 10, 0, 'search-block-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3998, 3302, 3995, 0, 3, 0, 'cart-content-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(3999, 3302, 0, 0, 16, 0, 'hidden-phone hidden-tablet', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(4000, 3303, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(4001, 3303, 4000, 0, 16, 0, 'et-category-title', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(4002, 3303, 0, 0, 16, 0, 'margin-top et-content-grid et-flex-content', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4003, 3303, 4002, 0, 3, 0, 'et-flex-2', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4004, 3303, 4002, 0, 13, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4005, 3305, 0, 0, 16, 0, 'hidden-phone hidden-tablet', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4006, 3305, 4005, 0, 12, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4007, 3305, 4005, 0, 4, 0, 'top-links-grid et-header-right', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4008, 3305, 0, 0, 16, 0, 'hidden-desktop et-mobile-top-panel', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4009, 3305, 4008, 0, 8, 0, '', 0, 1, 'blocks/grid_wrappers/et_marketplace_menu_vendor_page.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4010, 3305, 4009, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4011, 3305, 4009, 0, 4, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4012, 3305, 4009, 0, 8, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4013, 3305, 4008, 0, 8, 0, 'et-flex-right', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4014, 3306, 0, 0, 16, 0, 'et-mobile-header hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4015, 3306, 0, 0, 16, 0, 'et-mobile-header et-sticky hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4016, 3306, 4015, 0, 2, 0, 'et-phone-vendor-menu', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4017, 3306, 4015, 0, 14, 0, 'et-phone-search', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4018, 3306, 0, 0, 16, 0, 'hidden-phone hidden-tablet et-vendor-main-header', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(4019, 3306, 4018, 0, 3, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(4020, 3306, 4018, 0, 10, 0, 'search-block-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(4021, 3306, 4018, 0, 3, 0, 'cart-content-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(4022, 3306, 0, 0, 16, 0, 'hidden-phone hidden-tablet', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(4023, 3307, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(4024, 3307, 4023, 0, 16, 0, 'et-category-title', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(4025, 3307, 0, 0, 16, 0, 'margin-top et-content-grid et-flex-content', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4026, 3307, 4025, 0, 3, 0, 'et-flex-2', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4027, 3307, 4025, 0, 13, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4028, 3309, 0, 0, 16, 0, 'hidden-phone hidden-tablet', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4029, 3309, 4028, 0, 12, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4030, 3309, 4028, 0, 4, 0, 'top-links-grid et-header-right', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4031, 3309, 0, 0, 16, 0, 'hidden-desktop et-mobile-top-panel', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4032, 3309, 4031, 0, 8, 0, '', 0, 1, 'blocks/grid_wrappers/et_marketplace_menu_vendor_page.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4033, 3309, 4032, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4034, 3309, 4032, 0, 4, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4035, 3309, 4032, 0, 8, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4036, 3309, 4031, 0, 8, 0, 'et-flex-right', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4037, 3310, 0, 0, 16, 0, 'et-mobile-header hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4038, 3310, 0, 0, 16, 0, 'et-mobile-header et-sticky hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4039, 3310, 4038, 0, 2, 0, 'et-phone-vendor-menu', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4040, 3310, 4038, 0, 14, 0, 'et-phone-search', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4041, 3310, 0, 0, 16, 0, 'hidden-phone hidden-tablet et-vendor-main-header', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(4042, 3310, 4041, 0, 3, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(4043, 3310, 4041, 0, 10, 0, 'search-block-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(4044, 3310, 4041, 0, 3, 0, 'cart-content-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(4045, 3310, 0, 0, 16, 0, 'hidden-phone hidden-tablet', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(4046, 3311, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(4047, 3311, 4046, 0, 16, 0, 'et-category-title', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(4048, 3311, 0, 0, 16, 0, 'margin-top et-content-grid et-flex-content', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4049, 3311, 4048, 0, 3, 0, 'et-flex-2', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4050, 3311, 4048, 0, 13, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4051, 3313, 0, 0, 16, 0, 'hidden-phone hidden-tablet', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4052, 3313, 4051, 0, 12, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4053, 3313, 4051, 0, 4, 0, 'top-links-grid et-header-right', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4054, 3313, 0, 0, 16, 0, 'hidden-desktop et-mobile-top-panel', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4055, 3313, 4054, 0, 8, 0, '', 0, 1, 'blocks/grid_wrappers/et_marketplace_menu_vendor_page.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4056, 3313, 4055, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4057, 3313, 4055, 0, 4, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4058, 3313, 4055, 0, 8, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4059, 3313, 4054, 0, 8, 0, 'et-flex-right', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4060, 3314, 0, 0, 16, 0, 'et-mobile-header hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4061, 3314, 0, 0, 16, 0, 'et-mobile-header et-sticky hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4062, 3314, 4061, 0, 2, 0, 'et-phone-vendor-menu', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4063, 3314, 4061, 0, 14, 0, 'et-phone-search', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4064, 3314, 0, 0, 16, 0, 'hidden-phone hidden-tablet et-vendor-main-header', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(4065, 3314, 4064, 0, 3, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(4066, 3314, 4064, 0, 10, 0, 'search-block-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(4067, 3314, 4064, 0, 3, 0, 'cart-content-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(4068, 3314, 0, 0, 16, 0, 'hidden-phone hidden-tablet', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(4069, 3315, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(4070, 3315, 0, 0, 16, 0, 'main-content-grid et-product-wrapper', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4071, 3315, 4070, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4072, 3315, 4070, 0, 16, 0, 'et-product-blocks', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(4073, 3317, 0, 0, 16, 0, 'hidden-phone hidden-tablet', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4074, 3317, 4073, 0, 12, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4075, 3317, 4073, 0, 4, 0, 'top-links-grid et-header-right', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4076, 3317, 0, 0, 16, 0, 'hidden-desktop et-mobile-top-panel', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4077, 3317, 4076, 0, 8, 0, '', 0, 1, 'blocks/grid_wrappers/et_marketplace_menu_vendor_page.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4078, 3317, 4077, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4079, 3317, 4077, 0, 4, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4080, 3317, 4077, 0, 8, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4081, 3317, 4076, 0, 8, 0, 'et-flex-right', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4082, 3318, 0, 0, 16, 0, 'et-mobile-header hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4083, 3318, 0, 0, 16, 0, 'et-mobile-header et-sticky hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4084, 3318, 4083, 0, 2, 0, 'et-phone-vendor-menu', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4085, 3318, 4083, 0, 14, 0, 'et-phone-search', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4086, 3318, 0, 0, 16, 0, 'hidden-phone hidden-tablet et-vendor-main-header', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(4087, 3318, 4086, 0, 3, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(4088, 3318, 4086, 0, 10, 0, 'search-block-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(4089, 3318, 4086, 0, 3, 0, 'cart-content-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(4090, 3318, 0, 0, 16, 0, 'hidden-phone hidden-tablet', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(4091, 3319, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(4092, 3319, 4091, 0, 16, 0, 'et-category-title', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(4093, 3319, 0, 0, 16, 0, 'margin-top et-content-grid et-flex-content', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4094, 3319, 4093, 0, 3, 0, 'et-flex-2', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4095, 3319, 4093, 0, 13, 0, ' margin-bottom ', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4096, 3321, 0, 0, 16, 0, 'hidden-phone hidden-tablet', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4097, 3321, 4096, 0, 12, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4098, 3321, 4096, 0, 4, 0, 'top-links-grid et-header-right', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4099, 3321, 0, 0, 16, 0, 'hidden-desktop et-mobile-top-panel', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4100, 3321, 4099, 0, 8, 0, '', 0, 1, 'blocks/grid_wrappers/et_marketplace_menu_vendor_page.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4101, 3321, 4100, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4102, 3321, 4100, 0, 4, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4103, 3321, 4100, 0, 8, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4104, 3321, 4099, 0, 8, 0, 'et-flex-right', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4105, 3322, 0, 0, 16, 0, 'et-mobile-header hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4106, 3322, 0, 0, 16, 0, 'et-mobile-header et-sticky hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4107, 3322, 4106, 0, 2, 0, 'et-phone-vendor-menu', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4108, 3322, 4106, 0, 14, 0, 'et-phone-search', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4109, 3322, 0, 0, 16, 0, 'hidden-phone hidden-tablet et-vendor-main-header', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(4110, 3322, 4109, 0, 3, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(4111, 3322, 4109, 0, 10, 0, 'search-block-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(4112, 3322, 4109, 0, 3, 0, 'cart-content-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(4113, 3322, 0, 0, 16, 0, 'hidden-phone hidden-tablet', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(4114, 3323, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(4115, 3323, 4114, 0, 16, 0, 'et-category-title', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(4116, 3323, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4117, 3325, 0, 0, 16, 0, 'hidden-phone hidden-tablet', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4118, 3325, 4117, 0, 12, 0, 'top-links-grid', 0, 1, '', 'LEFT', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4119, 3325, 4117, 0, 4, 0, 'top-links-grid et-header-right', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4120, 3325, 0, 0, 16, 0, 'hidden-desktop et-mobile-top-panel', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4121, 3325, 4120, 0, 8, 0, '', 0, 1, 'blocks/grid_wrappers/et_marketplace_menu_vendor_page.tpl', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4122, 3325, 4121, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4123, 3325, 4121, 0, 4, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4124, 3325, 4121, 0, 8, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4125, 3325, 4120, 0, 8, 0, 'et-flex-right', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4126, 3326, 0, 0, 16, 0, 'et-mobile-header hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4127, 3326, 0, 0, 16, 0, 'et-mobile-header et-sticky hidden-desktop', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4128, 3326, 4127, 0, 2, 0, 'et-phone-vendor-menu', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4129, 3326, 4127, 0, 14, 0, 'et-phone-search', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4130, 3326, 0, 0, 16, 0, 'hidden-phone hidden-tablet et-vendor-main-header', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(4131, 3326, 4130, 0, 3, 0, 'top-logo-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(4132, 3326, 4130, 0, 10, 0, 'search-block-grid', 0, 0, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(4133, 3326, 4130, 0, 3, 0, 'cart-content-grid', 1, 0, '', 'RIGHT', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(4134, 3326, 0, 0, 16, 0, 'hidden-phone hidden-tablet', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(4135, 3327, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(4136, 3327, 4135, 0, 16, 0, 'et-category-title', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', '#ffffff'),
(4137, 3327, 0, 0, 16, 0, 'et-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', '#ffffff'),
(4138, 3331, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(4139, 3331, 4138, 0, 16, 0, 'et-page-title', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(4140, 3331, 0, 0, 16, 0, 'margin-top margin-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4141, 3335, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(4142, 3335, 4141, 0, 16, 0, 'et-page-title', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'Y', ''),
(4143, 3335, 0, 0, 16, 0, 'et-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4144, 3339, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(4145, 3339, 4144, 0, 16, 0, 'et-page-title', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(4146, 3339, 0, 0, 16, 0, 'et-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4147, 3343, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(4148, 3343, 4147, 0, 16, 0, 'et-page-title', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(4149, 3343, 0, 0, 16, 0, 'et-content-grid margin-top', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4150, 3347, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(4151, 3347, 4150, 0, 16, 0, 'et-page-title', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'Y', ''),
(4152, 3347, 0, 0, 16, 0, 'et-content-grid margin-top', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4153, 3351, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(4154, 3351, 4153, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(4155, 3355, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(4156, 3355, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(4157, 3355, 0, 0, 16, 0, 'main-content-grid margin-top margin-bottom et-flex-content', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4158, 3355, 4157, 0, 3, 0, 'et-flex-2', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4159, 3355, 4157, 0, 13, 0, 'main-content-grid et-blog-page et-flex-1', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4160, 3359, 0, 0, 16, 0, 'margin-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(4161, 3359, 4160, 0, 16, 0, 'et-page-title', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(4162, 3359, 0, 0, 16, 0, 'et-content-grid et-mobile-padding', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4163, 3359, 4162, 0, 16, 0, 'margin-bottom', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4164, 3359, 4163, 0, 4, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4165, 3359, 4163, 0, 12, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4166, 3363, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(4167, 3363, 4166, 0, 16, 0, 'et-page-title', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(4168, 3363, 0, 0, 16, 0, 'et-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4169, 3367, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(4170, 3367, 4169, 0, 16, 0, 'et-page-title', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'Y', ''),
(4171, 3367, 0, 0, 16, 0, 'et-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4172, 3367, 4171, 0, 8, 0, '', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', 'N', ''),
(4173, 3367, 4171, 0, 8, 0, '', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', 'N', ''),
(4174, 3375, 0, 0, 16, 0, '', 1, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(4175, 3379, 0, 0, 8, 0, 'main-content-grid', 0, 1, '', 'FULL_WIDTH', 'div', 0, 'A', '0', '', 'N', 'N', '', NULL),
(4176, 3379, 0, 0, 8, 0, 'profile-information-grid', 1, 0, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(4177, 3383, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL),
(4178, 3387, 0, 0, 16, 0, 'main-content-grid', 1, 1, '', 'FULL_WIDTH', 'div', 1, 'A', '0', '', 'N', 'N', '', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_bm_layouts`
--

CREATE TABLE `partiushop_bm_layouts` (
  `layout_id` int(11) NOT NULL,
  `name` varchar(64) NOT NULL DEFAULT '',
  `is_default` tinyint(4) NOT NULL DEFAULT 0,
  `width` tinyint(4) NOT NULL DEFAULT 16,
  `layout_width` enum('fixed','fluid','full_width') NOT NULL DEFAULT 'fixed',
  `min_width` int(11) UNSIGNED NOT NULL DEFAULT 760,
  `max_width` int(11) UNSIGNED NOT NULL DEFAULT 960,
  `theme_name` varchar(64) NOT NULL DEFAULT '',
  `style_id` varchar(64) NOT NULL DEFAULT '',
  `storefront_id` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_bm_layouts`
--

INSERT INTO `partiushop_bm_layouts` (`layout_id`, `name`, `is_default`, `width`, `layout_width`, `min_width`, `max_width`, `theme_name`, `style_id`, `storefront_id`) VALUES
(1, 'Main', 1, 16, 'fluid', 280, 1200, 'bright_theme', 'Bright_theme', 1),
(2, 'Widget mode', 0, 16, 'fluid', 280, 1200, 'bright_theme', 'Bright_theme', 1),
(3, 'Partiu_Shop_Theme_v1', 0, 16, 'fluid', 290, 1400, 'abt__unitheme2', 'Indigo', 1),
(4, 'UniTheme 2 Multivendor (Default) - mv2', 0, 16, 'fluid', 290, 1240, 'abt__unitheme2', 'Default', 1),
(5, 'UniTheme 2 Multivendor (Fixed) - mv2', 0, 16, 'fluid', 290, 1240, 'abt__unitheme2', 'Default', 1),
(6, 'UniTheme 2 (Advanced) - ult2', 0, 16, 'fluid', 290, 1240, 'abt__unitheme2', 'Fiolent', 1),
(7, 'UniTheme 2 (Default) - ult2', 0, 16, 'fluid', 290, 1240, 'abt__unitheme2', 'Green', 1),
(8, 'UniTheme 2 (Fixed) - ult2', 0, 16, 'fluid', 290, 1240, 'abt__unitheme2', 'Skyfall', 1),
(9, 'Main', 0, 16, 'fluid', 280, 1200, 'responsive', 'Modern', 1),
(10, 'UniTheme 2 Multivendor (Advanced) - mv2', 1, 16, 'fluid', 290, 1240, 'responsive', 'Black', 1),
(11, 'UniTheme 2 Multivendor (Default) - mv2', 0, 16, 'fluid', 290, 1240, 'responsive', 'Modern', 1),
(12, 'UniTheme 2 Multivendor (Fixed) - mv2', 0, 16, 'fluid', 290, 1240, 'responsive', 'Modern', 1),
(13, 'Widget mode', 0, 16, 'fluid', 280, 3000, 'responsive', 'Modern', 1),
(14, 'Partiu_Shop_Theme_v3', 1, 16, 'fluid', 290, 1400, 'abt__unitheme2', 'partiu_style_v2', 1),
(15, 'MobileAppLayout', 0, 16, 'fixed', 760, 960, 'abt__unitheme2', 'Default', 1),
(16, 'Main (Copiar)', 1, 16, 'fluid', 280, 1200, 'bright_theme', 'Bright_theme', 2),
(17, 'Widget mode (Copiar)', 0, 16, 'fluid', 280, 1200, 'bright_theme', 'Bright_theme', 2),
(18, 'Partiu_Shop_Theme_v1 (Copiar)', 0, 16, 'fluid', 290, 1400, 'abt__unitheme2', 'partiu_style_v2', 2),
(19, 'UniTheme 2 Multivendor (Default) - mv2 (Copiar)', 0, 16, 'fluid', 290, 1240, 'abt__unitheme2', 'Default', 2),
(20, 'UniTheme 2 Multivendor (Fixed) - mv2 (Copiar)', 0, 16, 'fluid', 290, 1240, 'abt__unitheme2', 'Default', 2),
(21, 'UniTheme 2 (Advanced) - ult2 (Copiar)', 0, 16, 'fluid', 290, 1240, 'abt__unitheme2', 'Fiolent', 2),
(22, 'UniTheme 2 (Default) - ult2 (Copiar)', 0, 16, 'fluid', 290, 1240, 'abt__unitheme2', 'Green', 2),
(23, 'UniTheme 2 (Fixed) - ult2 (Copiar)', 0, 16, 'fluid', 290, 1240, 'abt__unitheme2', 'Skyfall', 2),
(24, 'Main (Copiar)', 0, 16, 'fluid', 280, 1200, 'responsive', 'Modern', 2),
(25, 'UniTheme 2 Multivendor (Advanced) - mv2 (Copiar)', 1, 16, 'fluid', 290, 1240, 'responsive', 'Black', 2),
(26, 'UniTheme 2 Multivendor (Default) - mv2 (Copiar)', 0, 16, 'fluid', 290, 1240, 'responsive', 'Modern', 2),
(27, 'UniTheme 2 Multivendor (Fixed) - mv2 (Copiar)', 0, 16, 'fluid', 290, 1240, 'responsive', 'Modern', 2),
(28, 'Widget mode (Copiar)', 0, 16, 'fluid', 280, 3000, 'responsive', 'Modern', 2),
(29, 'Partiu_Shop_Theme_v3 (Copiar)', 1, 16, 'fluid', 290, 1400, 'abt__unitheme2', 'partiu_style_v2', 2),
(30, 'MobileAppLayout (Copiar)', 0, 16, 'fixed', 760, 960, 'abt__unitheme2', 'Default', 2),
(31, 'MobileAppLayout', 0, 16, 'fixed', 760, 960, 'bright_theme', 'Bright_theme', 1),
(32, 'MobileAppLayout', 0, 16, 'fixed', 760, 960, 'abt__unitheme2', 'Default', 2),
(33, 'UniTheme 2 Multivendor (Advanced) - mv2', 0, 16, 'fluid', 290, 1240, 'partiuhub_theme', 'Default', 1),
(34, 'UniTheme 2 Multivendor (Default) - mv2', 0, 16, 'fluid', 290, 1240, 'partiuhub_theme', 'Default', 1),
(35, 'UniTheme 2 Multivendor (Fixed) - mv2', 0, 16, 'fluid', 290, 1240, 'partiuhub_theme', 'Default', 1),
(36, 'UniTheme 2 (Advanced) - ult2', 1, 16, 'fluid', 290, 1240, 'partiuhub_theme', 'partiu_style_v2', 1),
(37, 'UniTheme 2 (Default) - ult2', 0, 16, 'fluid', 290, 1240, 'partiuhub_theme', 'Green', 1),
(38, 'UniTheme 2 (Fixed) - ult2', 0, 16, 'fluid', 290, 1240, 'partiuhub_theme', 'Skyfall', 1),
(39, 'MobileAppLayout', 0, 16, 'fixed', 760, 960, 'partiuhub_theme', 'Default', 1),
(40, 'VIVAshop', 1, 16, 'fluid', 280, 1600, 'vivashop', 'PartiuShop_Style', 1),
(41, 'MobileAppLayout', 0, 16, 'fixed', 760, 960, 'vivashop', 'PartiuShop', 1);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_bm_locations`
--

CREATE TABLE `partiushop_bm_locations` (
  `location_id` mediumint(8) UNSIGNED NOT NULL,
  `dispatch` varchar(64) NOT NULL,
  `is_default` tinyint(1) NOT NULL,
  `layout_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `object_ids` text DEFAULT NULL,
  `custom_html` text DEFAULT NULL,
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_bm_locations`
--

INSERT INTO `partiushop_bm_locations` (`location_id`, `dispatch`, `is_default`, `layout_id`, `object_ids`, `custom_html`, `position`) VALUES
(1, 'default', 1, 1, '', '', 10),
(2, 'index.index', 0, 1, '', '', 20),
(3, 'products.view', 0, 1, '', '', 30),
(4, 'categories.view', 0, 1, '', '', 40),
(5, 'checkout.cart', 0, 1, '', '', 50),
(6, 'checkout', 0, 1, '', '', 60),
(7, 'auth', 0, 1, '', '', 70),
(8, 'profiles', 0, 1, '', '', 80),
(9, 'profiles.success_add', 0, 1, '', '', 90),
(10, 'checkout.complete', 0, 1, '', '', 100),
(11, 'companies.products', 0, 1, '', '', 110),
(12, 'companies.apply_for_vendor', 0, 1, '', '', 120),
(13, 'pages.view', 0, 1, '', '', 110),
(14, 'no_page', 0, 1, '', '', 160),
(15, 'products.search', 0, 1, '', '', 170),
(17, 'default', 1, 2, '', '', 10),
(18, 'index.index', 0, 2, '', '', 20),
(19, 'products.view', 0, 2, '', '', 30),
(20, 'categories.view', 0, 2, '', '', 40),
(21, 'checkout.cart', 0, 2, '', '', 50),
(22, 'checkout', 0, 2, '', '', 60),
(23, 'auth', 0, 2, '', '', 70),
(24, 'profiles', 0, 2, '', '', 80),
(25, 'profiles.success_add', 0, 2, '', '', 90),
(26, 'checkout.complete', 0, 2, '', '', 100),
(27, 'pages.view', 0, 2, '', '', 110),
(28, 'no_page', 0, 2, '', '', 160),
(30, 'companies.vendor_plans', 0, 1, '', '', 180),
(31, 'companies.vendor_plans', 0, 2, '', '', 180),
(32, 'gift_certificates', 0, 1, '', NULL, 130),
(33, 'gift_certificates', 0, 2, '', NULL, 130),
(34, 'pages.view?page_type=B', 0, 1, '', '', 170),
(35, 'pages.view?page_type=B', 0, 2, '', '', 170),
(36, 'categories.ab__lc_catalog', 0, 1, '', '', 190),
(37, 'categories.ab__lc_catalog', 0, 2, '', '', 200),
(38, 'promotions.view', 0, 1, '', '', 170),
(39, 'promotions.view', 0, 2, '', '', 170),
(40, 'default', 1, 3, '', '', 10),
(41, 'index.index', 0, 3, '', '', 20),
(42, 'products.view', 0, 3, '', '', 30),
(43, 'categories.view', 0, 3, '', '', 40),
(44, 'checkout.cart', 0, 3, '', '', 50),
(45, 'checkout', 0, 3, '', '', 60),
(46, 'checkout.complete', 0, 3, '', '', 70),
(47, 'auth', 0, 3, '', '', 80),
(48, 'profiles', 0, 3, '', '', 90),
(49, 'profiles.success_add', 0, 3, '', '', 100),
(50, 'pages.view', 0, 3, '', '', 120),
(51, 'no_page', 0, 3, '', '', 130),
(53, 'products.search', 0, 3, '', '', 150),
(54, 'product_features.view_all', 0, 3, '', '', 160),
(55, 'product_features.view', 0, 3, '', '', 170),
(57, 'promotions.view', 0, 3, '', '', 190),
(60, 'companies.products', 0, 3, '', '', 310),
(61, 'default', 1, 4, '', '', 10),
(62, 'index.index', 0, 4, '', '', 20),
(63, 'products.view', 0, 4, '', '', 30),
(64, 'categories.view', 0, 4, '', '', 40),
(65, 'checkout.cart', 0, 4, '', '', 50),
(66, 'checkout', 0, 4, '', '', 60),
(67, 'checkout.complete', 0, 4, '', '', 70),
(68, 'auth', 0, 4, '', '', 80),
(69, 'profiles', 0, 4, '', '', 90),
(70, 'profiles.success_add', 0, 4, '', '', 100),
(71, 'pages.view', 0, 4, '', '', 120),
(73, 'no_page', 0, 4, '', '', 130),
(74, 'products.search', 0, 4, '', '', 150),
(75, 'product_features.view_all', 0, 4, '', '', 180),
(76, 'product_features.view', 0, 4, '', '', 160),
(78, 'promotions.view', 0, 4, '', '', 180),
(81, 'companies.products', 0, 4, '', '', 310),
(82, 'default', 1, 5, '', '', 10),
(83, 'index.index', 0, 5, '', '', 20),
(84, 'products.view', 0, 5, '', '', 30),
(85, 'categories.view', 0, 5, '', '', 40),
(86, 'checkout.cart', 0, 5, '', '', 50),
(87, 'checkout', 0, 5, '', '', 60),
(88, 'checkout.complete', 0, 5, '', '', 70),
(89, 'auth', 0, 5, '', '', 80),
(90, 'profiles', 0, 5, '', '', 90),
(91, 'profiles.success_add', 0, 5, '', '', 100),
(92, 'pages.view', 0, 5, '', '', 120),
(94, 'no_page', 0, 5, '', '', 130),
(95, 'products.search', 0, 5, '', '', 150),
(96, 'product_features.view_all', 0, 5, '', '', 160),
(97, 'product_features.view', 0, 5, '', '', 170),
(99, 'promotions.view', 0, 5, '', '', 190),
(102, 'companies.products', 0, 5, '', '', 310),
(103, 'default', 1, 6, '', '', 10),
(104, 'index.index', 0, 6, '', '', 20),
(105, 'products.view', 0, 6, '', '', 30),
(106, 'categories.view', 0, 6, '', '', 40),
(107, 'checkout.cart', 0, 6, '', '', 50),
(108, 'checkout', 0, 6, '', '', 60),
(109, 'checkout.complete', 0, 6, '', '', 70),
(110, 'auth', 0, 6, '', '', 80),
(111, 'profiles', 0, 6, '', '', 90),
(112, 'profiles.success_add', 0, 6, '', '', 100),
(113, 'pages.view', 0, 6, '', '', 120),
(114, 'no_page', 0, 6, '', '', 130),
(116, 'products.search', 0, 6, '', '', 150),
(117, 'product_features.view', 0, 6, '', '', 160),
(119, 'product_features.view_all', 0, 6, '', '', 180),
(120, 'promotions.view', 0, 6, '', '', 180),
(122, 'default', 1, 7, '', '', 10),
(123, 'index.index', 0, 7, '', '', 20),
(124, 'products.view', 0, 7, '', '', 30),
(125, 'categories.view', 0, 7, '', '', 40),
(126, 'checkout.cart', 0, 7, '', '', 50),
(127, 'checkout', 0, 7, '', '', 60),
(128, 'checkout.complete', 0, 7, '', '', 70),
(129, 'auth', 0, 7, '', '', 80),
(130, 'profiles', 0, 7, '', '', 90),
(131, 'profiles.success_add', 0, 7, '', '', 100),
(132, 'pages.view', 0, 7, '', '', 120),
(134, 'no_page', 0, 7, '', '', 130),
(135, 'products.search', 0, 7, '', '', 150),
(136, 'product_features.view', 0, 7, '', '', 160),
(138, 'promotions.view', 0, 7, '', '', 180),
(139, 'product_features.view_all', 0, 7, '', '', 180),
(141, 'default', 1, 8, '', '', 10),
(142, 'index.index', 0, 8, '', '', 20),
(143, 'products.view', 0, 8, '', '', 30),
(144, 'categories.view', 0, 8, '', '', 40),
(145, 'checkout.cart', 0, 8, '', '', 50),
(146, 'checkout', 0, 8, '', '', 60),
(147, 'checkout.complete', 0, 8, '', '', 70),
(148, 'auth', 0, 8, '', '', 80),
(149, 'profiles', 0, 8, '', '', 90),
(150, 'profiles.success_add', 0, 8, '', '', 100),
(151, 'pages.view', 0, 8, '', '', 120),
(153, 'no_page', 0, 8, '', '', 130),
(154, 'products.search', 0, 8, '', '', 150),
(155, 'product_features.view', 0, 8, '', '', 160),
(157, 'promotions.view', 0, 8, '', '', 180),
(158, 'product_features.view_all', 0, 8, '', '', 180),
(160, 'categories.ab__lc_catalog', 0, 3, '', '', 320),
(161, 'categories.ab__lc_catalog', 0, 4, '', '', 330),
(162, 'categories.ab__lc_catalog', 0, 5, '', '', 340),
(163, 'categories.ab__lc_catalog', 0, 6, '', '', 350),
(164, 'categories.ab__lc_catalog', 0, 7, '', '', 360),
(165, 'categories.ab__lc_catalog', 0, 8, '', '', 370),
(166, 'pages.view?page_type=B', 0, 3, '', '', 170),
(167, 'pages.view?page_type=B', 0, 4, '', '', 170),
(168, 'pages.view?page_type=B', 0, 5, '', '', 170),
(169, 'pages.view?page_type=B', 0, 6, '', '', 170),
(170, 'pages.view?page_type=B', 0, 7, '', '', 170),
(171, 'pages.view?page_type=B', 0, 8, '', '', 170),
(172, 'gift_certificates', 0, 3, '', NULL, 130),
(173, 'gift_certificates', 0, 4, '', NULL, 130),
(174, 'gift_certificates', 0, 5, '', NULL, 130),
(175, 'gift_certificates', 0, 6, '', NULL, 130),
(176, 'gift_certificates', 0, 7, '', NULL, 130),
(177, 'gift_certificates', 0, 8, '', NULL, 130),
(178, 'companies.vendor_plans', 0, 3, '', '', 180),
(179, 'companies.vendor_plans', 0, 4, '', '', 180),
(180, 'companies.vendor_plans', 0, 5, '', '', 180),
(181, 'companies.vendor_plans', 0, 6, '', '', 180),
(182, 'companies.vendor_plans', 0, 7, '', '', 180),
(183, 'companies.vendor_plans', 0, 8, '', '', 180),
(184, 'default', 1, 9, '', '', 10),
(185, 'index.index', 0, 9, '', '', 20),
(186, 'products.view', 0, 9, '', '', 30),
(187, 'categories.view', 0, 9, '', '', 40),
(188, 'checkout.cart', 0, 9, '', '', 50),
(189, 'checkout', 0, 9, '', '', 60),
(190, 'auth', 0, 9, '', '', 70),
(191, 'profiles', 0, 9, '', '', 80),
(192, 'profiles.success_add', 0, 9, '', '', 90),
(193, 'checkout.complete', 0, 9, '', '', 100),
(194, 'pages.view', 0, 9, '', '', 110),
(195, 'companies.products', 0, 9, '', '', 110),
(196, 'companies.apply_for_vendor', 0, 9, '', '', 120),
(198, 'no_page', 0, 9, '', '', 160),
(199, 'products.search', 0, 9, '', '', 170),
(201, 'default', 1, 10, '', '', 10),
(202, 'index.index', 0, 10, '', '', 20),
(203, 'products.view', 0, 10, '', '', 30),
(204, 'categories.view', 0, 10, '', '', 40),
(205, 'checkout.cart', 0, 10, '', '', 50),
(206, 'checkout', 0, 10, '', '', 60),
(207, 'checkout.complete', 0, 10, '', '', 70),
(208, 'auth', 0, 10, '', '', 80),
(209, 'profiles', 0, 10, '', '', 90),
(210, 'profiles.success_add', 0, 10, '', '', 100),
(211, 'pages.view', 0, 10, '', '', 120),
(212, 'no_page', 0, 10, '', '', 130),
(214, 'products.search', 0, 10, '', '', 150),
(215, 'product_features.view_all', 0, 10, '', '', 160),
(216, 'product_features.view', 0, 10, '', '', 170),
(218, 'promotions.view', 0, 10, '', '', 190),
(221, 'companies.products', 0, 10, '', '', 310),
(222, 'default', 1, 11, '', '', 10),
(223, 'index.index', 0, 11, '', '', 20),
(224, 'products.view', 0, 11, '', '', 30),
(225, 'categories.view', 0, 11, '', '', 40),
(226, 'checkout.cart', 0, 11, '', '', 50),
(227, 'checkout', 0, 11, '', '', 60),
(228, 'checkout.complete', 0, 11, '', '', 70),
(229, 'auth', 0, 11, '', '', 80),
(230, 'profiles', 0, 11, '', '', 90),
(231, 'profiles.success_add', 0, 11, '', '', 100),
(232, 'pages.view', 0, 11, '', '', 120),
(234, 'no_page', 0, 11, '', '', 130),
(235, 'products.search', 0, 11, '', '', 150),
(236, 'product_features.view_all', 0, 11, '', '', 180),
(237, 'product_features.view', 0, 11, '', '', 160),
(239, 'promotions.view', 0, 11, '', '', 180),
(242, 'companies.products', 0, 11, '', '', 310),
(243, 'default', 1, 12, '', '', 10),
(244, 'index.index', 0, 12, '', '', 20),
(245, 'products.view', 0, 12, '', '', 30),
(246, 'categories.view', 0, 12, '', '', 40),
(247, 'checkout.cart', 0, 12, '', '', 50),
(248, 'checkout', 0, 12, '', '', 60),
(249, 'checkout.complete', 0, 12, '', '', 70),
(250, 'auth', 0, 12, '', '', 80),
(251, 'profiles', 0, 12, '', '', 90),
(252, 'profiles.success_add', 0, 12, '', '', 100),
(253, 'pages.view', 0, 12, '', '', 120),
(255, 'no_page', 0, 12, '', '', 130),
(256, 'products.search', 0, 12, '', '', 150),
(257, 'product_features.view_all', 0, 12, '', '', 160),
(258, 'product_features.view', 0, 12, '', '', 170),
(260, 'promotions.view', 0, 12, '', '', 190),
(263, 'companies.products', 0, 12, '', '', 310),
(264, 'default', 1, 13, '', '', 10),
(265, 'index.index', 0, 13, '', '', 20),
(266, 'products.view', 0, 13, '', '', 30),
(267, 'categories.view', 0, 13, '', '', 40),
(268, 'checkout.cart', 0, 13, '', '', 50),
(269, 'checkout', 0, 13, '', '', 60),
(270, 'auth', 0, 13, '', '', 70),
(271, 'profiles', 0, 13, '', '', 80),
(272, 'profiles.success_add', 0, 13, '', '', 90),
(273, 'checkout.complete', 0, 13, '', '', 100),
(274, 'pages.view', 0, 13, '', '', 110),
(276, 'no_page', 0, 13, '', '', 160),
(277, 'products.search', 0, 13, '', '', 170),
(279, 'categories.ab__lc_catalog', 0, 9, '', '', 380),
(280, 'categories.ab__lc_catalog', 0, 10, '', '', 390),
(281, 'categories.ab__lc_catalog', 0, 11, '', '', 400),
(282, 'categories.ab__lc_catalog', 0, 12, '', '', 410),
(283, 'categories.ab__lc_catalog', 0, 13, '', '', 420),
(284, 'pages.view?page_type=B', 0, 9, '', '', 170),
(285, 'pages.view?page_type=B', 0, 10, '', '', 170),
(286, 'pages.view?page_type=B', 0, 11, '', '', 170),
(287, 'pages.view?page_type=B', 0, 12, '', '', 170),
(288, 'pages.view?page_type=B', 0, 13, '', '', 170),
(289, 'gift_certificates', 0, 9, '', NULL, 130),
(290, 'gift_certificates', 0, 10, '', NULL, 130),
(291, 'gift_certificates', 0, 11, '', NULL, 130),
(292, 'gift_certificates', 0, 12, '', NULL, 130),
(293, 'gift_certificates', 0, 13, '', NULL, 130),
(294, 'companies.vendor_plans', 0, 9, '', '', 180),
(295, 'companies.vendor_plans', 0, 10, '', '', 180),
(296, 'companies.vendor_plans', 0, 11, '', '', 180),
(297, 'companies.vendor_plans', 0, 12, '', '', 180),
(298, 'companies.vendor_plans', 0, 13, '', '', 180),
(299, 'default', 1, 14, '', '', 10),
(300, 'index.index', 0, 14, '', '', 20),
(301, 'products.view', 0, 14, '', '', 30),
(302, 'categories.view', 0, 14, '', '', 40),
(303, 'checkout.cart', 0, 14, '', '', 50),
(304, 'checkout', 0, 14, '', '', 60),
(305, 'checkout.complete', 0, 14, '', '', 70),
(306, 'auth', 0, 14, '', '', 80),
(307, 'profiles', 0, 14, '', '', 90),
(308, 'profiles.success_add', 0, 14, '', '', 100),
(309, 'pages.view', 0, 14, '', '', 120),
(310, 'no_page', 0, 14, '', '', 130),
(311, 'gift_certificates', 0, 14, '', '', 130),
(312, 'products.search', 0, 14, '', '', 150),
(313, 'product_features.view_all', 0, 14, '', '', 160),
(314, 'product_features.view', 0, 14, '', '', 170),
(315, 'pages.view?page_type=B', 0, 14, '', '', 170),
(316, 'companies.vendor_plans', 0, 14, '', '', 180),
(317, 'promotions.view', 0, 14, '', '', 190),
(319, 'companies.products', 0, 14, '', '', 310),
(320, 'categories.ab__lc_catalog', 0, 14, '', '', 320),
(321, 'mensagem', 0, 14, NULL, '', 430),
(322, 'default', 0, 15, '', '', 10),
(323, 'index.index', 1, 15, '', '', 20),
(324, 'profiles', 0, 15, '', '', 80),
(325, 'pages.view', 0, 15, '', '', 110),
(326, 'sidebar.menu', 0, 15, '', '', 110),
(327, 'default', 1, 16, '', '', 10),
(328, 'index.index', 0, 16, '', '', 20),
(329, 'products.view', 0, 16, '', '', 30),
(330, 'categories.view', 0, 16, '', '', 40),
(331, 'checkout.cart', 0, 16, '', '', 50),
(332, 'checkout', 0, 16, '', '', 60),
(333, 'auth', 0, 16, '', '', 70),
(334, 'profiles', 0, 16, '', '', 80),
(335, 'profiles.success_add', 0, 16, '', '', 90),
(336, 'checkout.complete', 0, 16, '', '', 100),
(337, 'companies.products', 0, 16, '', '', 110),
(338, 'companies.apply_for_vendor', 0, 16, '', '', 120),
(339, 'pages.view', 0, 16, '', '', 110),
(340, 'no_page', 0, 16, '', '', 160),
(341, 'products.search', 0, 16, '', '', 170),
(342, 'companies.vendor_plans', 0, 16, '', '', 180),
(343, 'gift_certificates', 0, 16, '', NULL, 130),
(344, 'pages.view?page_type=B', 0, 16, '', '', 170),
(345, 'categories.ab__lc_catalog', 0, 16, '', '', 190),
(346, 'promotions.view', 0, 16, '', '', 170),
(347, 'default', 1, 17, '', '', 10),
(348, 'index.index', 0, 17, '', '', 20),
(349, 'products.view', 0, 17, '', '', 30),
(350, 'categories.view', 0, 17, '', '', 40),
(351, 'checkout.cart', 0, 17, '', '', 50),
(352, 'checkout', 0, 17, '', '', 60),
(353, 'auth', 0, 17, '', '', 70),
(354, 'profiles', 0, 17, '', '', 80),
(355, 'profiles.success_add', 0, 17, '', '', 90),
(356, 'checkout.complete', 0, 17, '', '', 100),
(357, 'pages.view', 0, 17, '', '', 110),
(358, 'no_page', 0, 17, '', '', 160),
(359, 'companies.vendor_plans', 0, 17, '', '', 180),
(360, 'gift_certificates', 0, 17, '', NULL, 130),
(361, 'pages.view?page_type=B', 0, 17, '', '', 170),
(362, 'categories.ab__lc_catalog', 0, 17, '', '', 200),
(363, 'promotions.view', 0, 17, '', '', 170),
(364, 'default', 1, 18, '', '', 10),
(365, 'index.index', 0, 18, '', '', 20),
(366, 'products.view', 0, 18, '', '', 30),
(367, 'categories.view', 0, 18, '', '', 40),
(368, 'checkout.cart', 0, 18, '', '', 50),
(369, 'checkout', 0, 18, '', '', 60),
(370, 'checkout.complete', 0, 18, '', '', 70),
(371, 'auth', 0, 18, '', '', 80),
(372, 'profiles', 0, 18, '', '', 90),
(373, 'profiles.success_add', 0, 18, '', '', 100),
(374, 'pages.view', 0, 18, '', '', 120),
(375, 'no_page', 0, 18, '', '', 130),
(376, 'products.search', 0, 18, '', '', 150),
(377, 'product_features.view_all', 0, 18, '', '', 160),
(378, 'product_features.view', 0, 18, '', '', 170),
(379, 'promotions.view', 0, 18, '', '', 190),
(380, 'companies.catalog', 0, 18, '', '', 300),
(381, 'companies.products', 0, 18, '', '', 310),
(382, 'categories.ab__lc_catalog', 0, 18, '', '', 320),
(383, 'pages.view?page_type=B', 0, 18, '', '', 170),
(384, 'gift_certificates', 0, 18, '', NULL, 130),
(385, 'companies.vendor_plans', 0, 18, '', '', 180),
(386, 'default', 1, 19, '', '', 10),
(387, 'index.index', 0, 19, '', '', 20),
(388, 'products.view', 0, 19, '', '', 30),
(389, 'categories.view', 0, 19, '', '', 40),
(390, 'checkout.cart', 0, 19, '', '', 50),
(391, 'checkout', 0, 19, '', '', 60),
(392, 'checkout.complete', 0, 19, '', '', 70),
(393, 'auth', 0, 19, '', '', 80),
(394, 'profiles', 0, 19, '', '', 90),
(395, 'profiles.success_add', 0, 19, '', '', 100),
(396, 'pages.view', 0, 19, '', '', 120),
(397, 'no_page', 0, 19, '', '', 130),
(398, 'products.search', 0, 19, '', '', 150),
(399, 'product_features.view_all', 0, 19, '', '', 180),
(400, 'product_features.view', 0, 19, '', '', 160),
(401, 'promotions.view', 0, 19, '', '', 180),
(402, 'companies.catalog', 0, 19, '', '', 300),
(403, 'companies.products', 0, 19, '', '', 310),
(404, 'categories.ab__lc_catalog', 0, 19, '', '', 330),
(405, 'pages.view?page_type=B', 0, 19, '', '', 170),
(406, 'gift_certificates', 0, 19, '', NULL, 130),
(407, 'companies.vendor_plans', 0, 19, '', '', 180),
(408, 'default', 1, 20, '', '', 10),
(409, 'index.index', 0, 20, '', '', 20),
(410, 'products.view', 0, 20, '', '', 30),
(411, 'categories.view', 0, 20, '', '', 40),
(412, 'checkout.cart', 0, 20, '', '', 50),
(413, 'checkout', 0, 20, '', '', 60),
(414, 'checkout.complete', 0, 20, '', '', 70),
(415, 'auth', 0, 20, '', '', 80),
(416, 'profiles', 0, 20, '', '', 90),
(417, 'profiles.success_add', 0, 20, '', '', 100),
(418, 'pages.view', 0, 20, '', '', 120),
(419, 'no_page', 0, 20, '', '', 130),
(420, 'products.search', 0, 20, '', '', 150),
(421, 'product_features.view_all', 0, 20, '', '', 160),
(422, 'product_features.view', 0, 20, '', '', 170),
(423, 'promotions.view', 0, 20, '', '', 190),
(424, 'companies.catalog', 0, 20, '', '', 300),
(425, 'companies.products', 0, 20, '', '', 310),
(426, 'categories.ab__lc_catalog', 0, 20, '', '', 340),
(427, 'pages.view?page_type=B', 0, 20, '', '', 170),
(428, 'gift_certificates', 0, 20, '', NULL, 130),
(429, 'companies.vendor_plans', 0, 20, '', '', 180),
(430, 'default', 1, 21, '', '', 10),
(431, 'index.index', 0, 21, '', '', 20),
(432, 'products.view', 0, 21, '', '', 30),
(433, 'categories.view', 0, 21, '', '', 40),
(434, 'checkout.cart', 0, 21, '', '', 50),
(435, 'checkout', 0, 21, '', '', 60),
(436, 'checkout.complete', 0, 21, '', '', 70),
(437, 'auth', 0, 21, '', '', 80),
(438, 'profiles', 0, 21, '', '', 90),
(439, 'profiles.success_add', 0, 21, '', '', 100),
(440, 'pages.view', 0, 21, '', '', 120),
(441, 'no_page', 0, 21, '', '', 130),
(442, 'products.search', 0, 21, '', '', 150),
(443, 'product_features.view', 0, 21, '', '', 160),
(444, 'product_features.view_all', 0, 21, '', '', 180),
(445, 'promotions.view', 0, 21, '', '', 180),
(446, 'categories.ab__lc_catalog', 0, 21, '', '', 350),
(447, 'pages.view?page_type=B', 0, 21, '', '', 170),
(448, 'gift_certificates', 0, 21, '', NULL, 130),
(449, 'companies.vendor_plans', 0, 21, '', '', 180),
(450, 'default', 1, 22, '', '', 10),
(451, 'index.index', 0, 22, '', '', 20),
(452, 'products.view', 0, 22, '', '', 30),
(453, 'categories.view', 0, 22, '', '', 40),
(454, 'checkout.cart', 0, 22, '', '', 50),
(455, 'checkout', 0, 22, '', '', 60),
(456, 'checkout.complete', 0, 22, '', '', 70),
(457, 'auth', 0, 22, '', '', 80),
(458, 'profiles', 0, 22, '', '', 90),
(459, 'profiles.success_add', 0, 22, '', '', 100),
(460, 'pages.view', 0, 22, '', '', 120),
(461, 'no_page', 0, 22, '', '', 130),
(462, 'products.search', 0, 22, '', '', 150),
(463, 'product_features.view', 0, 22, '', '', 160),
(464, 'promotions.view', 0, 22, '', '', 180),
(465, 'product_features.view_all', 0, 22, '', '', 180),
(466, 'categories.ab__lc_catalog', 0, 22, '', '', 360),
(467, 'pages.view?page_type=B', 0, 22, '', '', 170),
(468, 'gift_certificates', 0, 22, '', NULL, 130),
(469, 'companies.vendor_plans', 0, 22, '', '', 180),
(470, 'default', 1, 23, '', '', 10),
(471, 'index.index', 0, 23, '', '', 20),
(472, 'products.view', 0, 23, '', '', 30),
(473, 'categories.view', 0, 23, '', '', 40),
(474, 'checkout.cart', 0, 23, '', '', 50),
(475, 'checkout', 0, 23, '', '', 60),
(476, 'checkout.complete', 0, 23, '', '', 70),
(477, 'auth', 0, 23, '', '', 80),
(478, 'profiles', 0, 23, '', '', 90),
(479, 'profiles.success_add', 0, 23, '', '', 100),
(480, 'pages.view', 0, 23, '', '', 120),
(481, 'no_page', 0, 23, '', '', 130),
(482, 'products.search', 0, 23, '', '', 150),
(483, 'product_features.view', 0, 23, '', '', 160),
(484, 'promotions.view', 0, 23, '', '', 180),
(485, 'product_features.view_all', 0, 23, '', '', 180),
(486, 'categories.ab__lc_catalog', 0, 23, '', '', 370),
(487, 'pages.view?page_type=B', 0, 23, '', '', 170),
(488, 'gift_certificates', 0, 23, '', NULL, 130),
(489, 'companies.vendor_plans', 0, 23, '', '', 180),
(490, 'default', 1, 24, '', '', 10),
(491, 'index.index', 0, 24, '', '', 20),
(492, 'products.view', 0, 24, '', '', 30),
(493, 'categories.view', 0, 24, '', '', 40),
(494, 'checkout.cart', 0, 24, '', '', 50),
(495, 'checkout', 0, 24, '', '', 60),
(496, 'auth', 0, 24, '', '', 70),
(497, 'profiles', 0, 24, '', '', 80),
(498, 'profiles.success_add', 0, 24, '', '', 90),
(499, 'checkout.complete', 0, 24, '', '', 100),
(500, 'pages.view', 0, 24, '', '', 110),
(501, 'companies.products', 0, 24, '', '', 110),
(502, 'companies.apply_for_vendor', 0, 24, '', '', 120),
(503, 'no_page', 0, 24, '', '', 160),
(504, 'products.search', 0, 24, '', '', 170),
(505, 'categories.ab__lc_catalog', 0, 24, '', '', 380),
(506, 'pages.view?page_type=B', 0, 24, '', '', 170),
(507, 'gift_certificates', 0, 24, '', NULL, 130),
(508, 'companies.vendor_plans', 0, 24, '', '', 180),
(509, 'default', 1, 25, '', '', 10),
(510, 'index.index', 0, 25, '', '', 20),
(511, 'products.view', 0, 25, '', '', 30),
(512, 'categories.view', 0, 25, '', '', 40),
(513, 'checkout.cart', 0, 25, '', '', 50),
(514, 'checkout', 0, 25, '', '', 60),
(515, 'checkout.complete', 0, 25, '', '', 70),
(516, 'auth', 0, 25, '', '', 80),
(517, 'profiles', 0, 25, '', '', 90),
(518, 'profiles.success_add', 0, 25, '', '', 100),
(519, 'pages.view', 0, 25, '', '', 120),
(520, 'no_page', 0, 25, '', '', 130),
(521, 'products.search', 0, 25, '', '', 150),
(522, 'product_features.view_all', 0, 25, '', '', 160),
(523, 'product_features.view', 0, 25, '', '', 170),
(524, 'promotions.view', 0, 25, '', '', 190),
(525, 'companies.catalog', 0, 25, '', '', 300),
(526, 'companies.products', 0, 25, '', '', 310),
(527, 'categories.ab__lc_catalog', 0, 25, '', '', 390),
(528, 'pages.view?page_type=B', 0, 25, '', '', 170),
(529, 'gift_certificates', 0, 25, '', NULL, 130),
(530, 'companies.vendor_plans', 0, 25, '', '', 180),
(531, 'default', 1, 26, '', '', 10),
(532, 'index.index', 0, 26, '', '', 20),
(533, 'products.view', 0, 26, '', '', 30),
(534, 'categories.view', 0, 26, '', '', 40),
(535, 'checkout.cart', 0, 26, '', '', 50),
(536, 'checkout', 0, 26, '', '', 60),
(537, 'checkout.complete', 0, 26, '', '', 70),
(538, 'auth', 0, 26, '', '', 80),
(539, 'profiles', 0, 26, '', '', 90),
(540, 'profiles.success_add', 0, 26, '', '', 100),
(541, 'pages.view', 0, 26, '', '', 120),
(542, 'no_page', 0, 26, '', '', 130),
(543, 'products.search', 0, 26, '', '', 150),
(544, 'product_features.view_all', 0, 26, '', '', 180),
(545, 'product_features.view', 0, 26, '', '', 160),
(546, 'promotions.view', 0, 26, '', '', 180),
(547, 'companies.catalog', 0, 26, '', '', 300),
(548, 'companies.products', 0, 26, '', '', 310),
(549, 'categories.ab__lc_catalog', 0, 26, '', '', 400),
(550, 'pages.view?page_type=B', 0, 26, '', '', 170),
(551, 'gift_certificates', 0, 26, '', NULL, 130),
(552, 'companies.vendor_plans', 0, 26, '', '', 180),
(553, 'default', 1, 27, '', '', 10),
(554, 'index.index', 0, 27, '', '', 20),
(555, 'products.view', 0, 27, '', '', 30),
(556, 'categories.view', 0, 27, '', '', 40),
(557, 'checkout.cart', 0, 27, '', '', 50),
(558, 'checkout', 0, 27, '', '', 60),
(559, 'checkout.complete', 0, 27, '', '', 70),
(560, 'auth', 0, 27, '', '', 80),
(561, 'profiles', 0, 27, '', '', 90),
(562, 'profiles.success_add', 0, 27, '', '', 100),
(563, 'pages.view', 0, 27, '', '', 120),
(564, 'no_page', 0, 27, '', '', 130),
(565, 'products.search', 0, 27, '', '', 150),
(566, 'product_features.view_all', 0, 27, '', '', 160),
(567, 'product_features.view', 0, 27, '', '', 170),
(568, 'promotions.view', 0, 27, '', '', 190),
(569, 'companies.catalog', 0, 27, '', '', 300),
(570, 'companies.products', 0, 27, '', '', 310),
(571, 'categories.ab__lc_catalog', 0, 27, '', '', 410),
(572, 'pages.view?page_type=B', 0, 27, '', '', 170),
(573, 'gift_certificates', 0, 27, '', NULL, 130),
(574, 'companies.vendor_plans', 0, 27, '', '', 180),
(575, 'default', 1, 28, '', '', 10),
(576, 'index.index', 0, 28, '', '', 20),
(577, 'products.view', 0, 28, '', '', 30),
(578, 'categories.view', 0, 28, '', '', 40),
(579, 'checkout.cart', 0, 28, '', '', 50),
(580, 'checkout', 0, 28, '', '', 60),
(581, 'auth', 0, 28, '', '', 70),
(582, 'profiles', 0, 28, '', '', 80),
(583, 'profiles.success_add', 0, 28, '', '', 90),
(584, 'checkout.complete', 0, 28, '', '', 100),
(585, 'pages.view', 0, 28, '', '', 110),
(586, 'no_page', 0, 28, '', '', 160),
(587, 'products.search', 0, 28, '', '', 170),
(588, 'categories.ab__lc_catalog', 0, 28, '', '', 420),
(589, 'pages.view?page_type=B', 0, 28, '', '', 170),
(590, 'gift_certificates', 0, 28, '', NULL, 130),
(591, 'companies.vendor_plans', 0, 28, '', '', 180),
(592, 'default', 1, 29, '', '', 10),
(593, 'index.index', 0, 29, '', '', 20),
(594, 'products.view', 0, 29, '', '', 30),
(595, 'categories.view', 0, 29, '', '', 40),
(596, 'checkout.cart', 0, 29, '', '', 50),
(597, 'checkout', 0, 29, '', '', 60),
(598, 'checkout.complete', 0, 29, '', '', 70),
(599, 'auth', 0, 29, '', '', 80),
(600, 'profiles', 0, 29, '', '', 90),
(601, 'profiles.success_add', 0, 29, '', '', 100),
(602, 'pages.view', 0, 29, '', '', 120),
(603, 'no_page', 0, 29, '', '', 130),
(604, 'gift_certificates', 0, 29, '', '', 130),
(605, 'products.search', 0, 29, '', '', 150),
(606, 'product_features.view_all', 0, 29, '', '', 160),
(607, 'product_features.view', 0, 29, '', '', 170),
(608, 'pages.view?page_type=B', 0, 29, '', '', 170),
(609, 'companies.vendor_plans', 0, 29, '', '', 180),
(610, 'promotions.view', 0, 29, '', '', 190),
(611, 'companies.catalog', 0, 29, '', '', 300),
(612, 'companies.products', 0, 29, '', '', 310),
(613, 'categories.ab__lc_catalog', 0, 29, '', '', 320),
(614, 'mensagem', 0, 29, NULL, '', 430),
(615, 'default', 0, 30, '', '', 10),
(616, 'index.index', 1, 30, '', '', 20),
(617, 'profiles', 0, 30, '', '', 80),
(618, 'pages.view', 0, 30, '', '', 110),
(619, 'sidebar.menu', 0, 30, '', '', 110),
(620, 'companies.catalog', 0, 3, '', '', 180),
(621, 'companies.catalog', 0, 4, '', '', 180),
(622, 'companies.catalog', 0, 5, '', '', 180),
(623, 'companies.catalog', 0, 6, '', '', 180),
(624, 'companies.catalog', 0, 7, '', '', 180),
(625, 'companies.catalog', 0, 8, '', '', 180),
(626, 'companies.catalog', 0, 14, '', '', 180),
(627, 'companies.catalog', 0, 15, '', '', 180),
(628, 'companies.catalog', 0, 1, '', '', 180),
(629, 'companies.catalog', 0, 2, '', '', 180),
(630, 'companies.catalog', 0, 9, '', '', 180),
(631, 'companies.catalog', 0, 10, '', '', 180),
(632, 'companies.catalog', 0, 11, '', '', 180),
(633, 'companies.catalog', 0, 12, '', '', 180),
(634, 'companies.catalog', 0, 13, '', '', 180),
(635, 'default', 0, 31, '', '', 10),
(636, 'index.index', 1, 31, '', '', 20),
(637, 'profiles', 0, 31, '', '', 80),
(638, 'pages.view', 0, 31, '', '', 110),
(639, 'sidebar.menu', 0, 31, '', '', 110),
(640, 'default', 0, 32, '', '', 10),
(641, 'index.index', 1, 32, '', '', 20),
(642, 'profiles', 0, 32, '', '', 80),
(643, 'pages.view', 0, 32, '', '', 110),
(644, 'sidebar.menu', 0, 32, '', '', 110),
(645, 'default', 1, 33, '', '', 10),
(646, 'index.index', 0, 33, '', '', 20),
(647, 'products.view', 0, 33, '', '', 30),
(648, 'categories.view', 0, 33, '', '', 40),
(649, 'checkout.cart', 0, 33, '', '', 50),
(650, 'checkout', 0, 33, '', '', 60),
(651, 'checkout.complete', 0, 33, '', '', 70),
(652, 'auth', 0, 33, '', '', 80),
(653, 'profiles', 0, 33, '', '', 90),
(654, 'profiles.success_add', 0, 33, '', '', 100),
(655, 'pages.view', 0, 33, '', '', 120),
(656, 'no_page', 0, 33, '', '', 130),
(658, 'products.search', 0, 33, '', '', 150),
(659, 'product_features.view_all', 0, 33, '', '', 160),
(660, 'product_features.view', 0, 33, '', '', 170),
(662, 'promotions.view', 0, 33, '', '', 190),
(665, 'companies.products', 0, 33, '', '', 310),
(666, 'default', 1, 34, '', '', 10),
(667, 'index.index', 0, 34, '', '', 20),
(668, 'products.view', 0, 34, '', '', 30),
(669, 'categories.view', 0, 34, '', '', 40),
(670, 'checkout.cart', 0, 34, '', '', 50),
(671, 'checkout', 0, 34, '', '', 60),
(672, 'checkout.complete', 0, 34, '', '', 70),
(673, 'auth', 0, 34, '', '', 80),
(674, 'profiles', 0, 34, '', '', 90),
(675, 'profiles.success_add', 0, 34, '', '', 100),
(676, 'pages.view', 0, 34, '', '', 120),
(678, 'no_page', 0, 34, '', '', 130),
(679, 'products.search', 0, 34, '', '', 150),
(680, 'product_features.view_all', 0, 34, '', '', 180),
(681, 'product_features.view', 0, 34, '', '', 160),
(683, 'promotions.view', 0, 34, '', '', 180),
(686, 'companies.products', 0, 34, '', '', 310),
(687, 'default', 1, 35, '', '', 10),
(688, 'index.index', 0, 35, '', '', 20),
(689, 'products.view', 0, 35, '', '', 30),
(690, 'categories.view', 0, 35, '', '', 40),
(691, 'checkout.cart', 0, 35, '', '', 50),
(692, 'checkout', 0, 35, '', '', 60),
(693, 'checkout.complete', 0, 35, '', '', 70),
(694, 'auth', 0, 35, '', '', 80),
(695, 'profiles', 0, 35, '', '', 90),
(696, 'profiles.success_add', 0, 35, '', '', 100),
(697, 'pages.view', 0, 35, '', '', 120),
(699, 'no_page', 0, 35, '', '', 130),
(700, 'products.search', 0, 35, '', '', 150),
(701, 'product_features.view_all', 0, 35, '', '', 160),
(702, 'product_features.view', 0, 35, '', '', 170),
(704, 'promotions.view', 0, 35, '', '', 190),
(707, 'companies.products', 0, 35, '', '', 310),
(708, 'default', 1, 36, '', '', 10),
(709, 'index.index', 0, 36, '', '', 20),
(710, 'products.view', 0, 36, '', '', 30),
(711, 'categories.view', 0, 36, '', '', 40),
(712, 'checkout.cart', 0, 36, '', '', 50),
(713, 'checkout', 0, 36, '', '', 60),
(714, 'checkout.complete', 0, 36, '', '', 70),
(715, 'auth', 0, 36, '', '', 80),
(716, 'profiles', 0, 36, '', '', 90),
(717, 'profiles.success_add', 0, 36, '', '', 100),
(718, 'pages.view', 0, 36, '', '', 120),
(719, 'no_page', 0, 36, '', '', 130),
(721, 'products.search', 0, 36, '', '', 150),
(722, 'product_features.view', 0, 36, '', '', 160),
(724, 'product_features.view_all', 0, 36, '', '', 180),
(725, 'promotions.view', 0, 36, '', '', 180),
(727, 'default', 1, 37, '', '', 10),
(728, 'index.index', 0, 37, '', '', 20),
(729, 'products.view', 0, 37, '', '', 30),
(730, 'categories.view', 0, 37, '', '', 40),
(731, 'checkout.cart', 0, 37, '', '', 50),
(732, 'checkout', 0, 37, '', '', 60),
(733, 'checkout.complete', 0, 37, '', '', 70),
(734, 'auth', 0, 37, '', '', 80),
(735, 'profiles', 0, 37, '', '', 90),
(736, 'profiles.success_add', 0, 37, '', '', 100),
(737, 'pages.view', 0, 37, '', '', 120),
(739, 'no_page', 0, 37, '', '', 130),
(740, 'products.search', 0, 37, '', '', 150),
(741, 'product_features.view', 0, 37, '', '', 160),
(743, 'promotions.view', 0, 37, '', '', 180),
(744, 'product_features.view_all', 0, 37, '', '', 180),
(746, 'default', 1, 38, '', '', 10),
(747, 'index.index', 0, 38, '', '', 20),
(748, 'products.view', 0, 38, '', '', 30),
(749, 'categories.view', 0, 38, '', '', 40),
(750, 'checkout.cart', 0, 38, '', '', 50),
(751, 'checkout', 0, 38, '', '', 60),
(752, 'checkout.complete', 0, 38, '', '', 70),
(753, 'auth', 0, 38, '', '', 80),
(754, 'profiles', 0, 38, '', '', 90),
(755, 'profiles.success_add', 0, 38, '', '', 100),
(756, 'pages.view', 0, 38, '', '', 120),
(758, 'no_page', 0, 38, '', '', 130),
(759, 'products.search', 0, 38, '', '', 150),
(760, 'product_features.view', 0, 38, '', '', 160),
(762, 'promotions.view', 0, 38, '', '', 180),
(763, 'product_features.view_all', 0, 38, '', '', 180),
(765, 'categories.ab__lc_catalog', 0, 33, '', '', 440),
(766, 'categories.ab__lc_catalog', 0, 34, '', '', 450),
(767, 'categories.ab__lc_catalog', 0, 35, '', '', 460),
(768, 'categories.ab__lc_catalog', 0, 36, '', '', 470),
(769, 'categories.ab__lc_catalog', 0, 37, '', '', 480),
(770, 'categories.ab__lc_catalog', 0, 38, '', '', 490),
(771, 'pages.view?page_type=B', 0, 33, '', '', 170),
(772, 'pages.view?page_type=B', 0, 34, '', '', 170),
(773, 'pages.view?page_type=B', 0, 35, '', '', 170),
(774, 'pages.view?page_type=B', 0, 36, '', '', 170),
(775, 'pages.view?page_type=B', 0, 37, '', '', 170),
(776, 'pages.view?page_type=B', 0, 38, '', '', 170),
(777, 'gift_certificates', 0, 33, '', NULL, 130),
(778, 'gift_certificates', 0, 34, '', NULL, 130),
(779, 'gift_certificates', 0, 35, '', NULL, 130),
(780, 'gift_certificates', 0, 36, '', NULL, 130),
(781, 'gift_certificates', 0, 37, '', NULL, 130),
(782, 'gift_certificates', 0, 38, '', NULL, 130),
(783, 'companies.catalog', 0, 33, '', '', 180),
(784, 'companies.catalog', 0, 34, '', '', 180),
(785, 'companies.catalog', 0, 35, '', '', 180),
(786, 'companies.catalog', 0, 36, '', '', 180),
(787, 'companies.catalog', 0, 37, '', '', 180),
(788, 'companies.catalog', 0, 38, '', '', 180),
(789, 'companies.vendor_plans', 0, 33, '', '', 180),
(790, 'companies.vendor_plans', 0, 34, '', '', 180),
(791, 'companies.vendor_plans', 0, 35, '', '', 180),
(792, 'companies.vendor_plans', 0, 36, '', '', 180),
(793, 'companies.vendor_plans', 0, 37, '', '', 180),
(794, 'companies.vendor_plans', 0, 38, '', '', 180),
(795, 'default', 0, 39, '', '', 10),
(796, 'index.index', 1, 39, '', '', 20),
(797, 'profiles', 0, 39, '', '', 80),
(798, 'pages.view', 0, 39, '', '', 110),
(799, 'sidebar.menu', 0, 39, '', '', 110),
(800, 'default', 1, 40, '', '', 10),
(801, 'index.index', 0, 40, '', '', 20),
(802, 'products.view', 0, 40, '', '', 30),
(803, 'categories.view', 0, 40, '', '', 40),
(804, 'checkout.cart', 0, 40, '', '', 50),
(805, 'checkout', 0, 40, '', '', 60),
(806, 'auth', 0, 40, '', '', 70),
(807, 'profiles', 0, 40, '', '', 80),
(808, 'profiles.success_add', 0, 40, '', '', 90),
(809, 'checkout.complete', 0, 40, '', '', 100),
(810, 'pages.view', 0, 40, '', '', 110),
(811, 'no_page', 0, 40, '', '', 160),
(812, 'paypal_adaptive.queue', 0, 40, '', '', 170),
(813, 'products.search', 0, 40, '', '', 170),
(816, 'twigmo.post', 0, 40, '', '', 200),
(818, 'products.bestsellers', 0, 40, '', '', 280),
(819, 'products.on_sale', 0, 40, '', '', 290),
(820, 'products.newest', 0, 40, '', '', 300),
(822, 'companies.apply_for_vendor', 0, 40, '', '', 899),
(823, 'companies.view', 0, 40, '', '', 900),
(824, 'companies.products', 0, 40, '', '', 901),
(825, 'companies.description', 0, 40, '', '', 902),
(826, 'companies.newest', 0, 40, '', '', 903),
(827, 'companies.on_sale', 0, 40, '', '', 904),
(828, 'companies.bestsellers', 0, 40, '', '', 905),
(829, 'companies.product_view', 0, 40, '', '', 906),
(830, 'companies.page_view', 0, 40, '', '', 907),
(831, 'companies.contact', 0, 40, '', '', 908),
(832, 'companies.discussion', 0, 40, '', '', 909),
(833, 'product_features.view_all', 0, 40, '', '', 340),
(834, 'sitemap.view', 0, 40, '', '', 350),
(835, 'discussion.view', 0, 40, '', '', 360),
(836, 'product_features.compare', 0, 40, '', '', 370),
(837, 'wishlist.view', 0, 40, '', '', 380),
(838, 'categories.ab__lc_catalog', 0, 40, '', '', 919),
(839, 'pages.view?page_type=B', 0, 40, '', '', 260),
(840, 'companies.catalog', 0, 40, '', '', 180),
(841, 'companies.vendor_plans', 0, 40, '', '', 180),
(842, 'gift_certificates', 0, 40, '', '', 330),
(843, 'default', 0, 41, '', '', 10),
(844, 'index.index', 1, 41, '', '', 20),
(845, 'profiles', 0, 41, '', '', 80),
(846, 'pages.view', 0, 41, '', '', 110),
(847, 'sidebar.menu', 0, 41, '', '', 110);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_bm_locations_descriptions`
--

CREATE TABLE `partiushop_bm_locations_descriptions` (
  `location_id` int(10) UNSIGNED NOT NULL,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `name` varchar(64) NOT NULL,
  `title` text NOT NULL,
  `meta_description` text NOT NULL,
  `meta_keywords` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_bm_locations_descriptions`
--

INSERT INTO `partiushop_bm_locations_descriptions` (`location_id`, `lang_code`, `name`, `title`, `meta_description`, `meta_keywords`) VALUES
(1, 'da', 'Default', '', '', ''),
(1, 'de', 'Default', '', '', ''),
(1, 'el', 'Default', '', '', ''),
(1, 'en', 'Default', '', '', ''),
(1, 'es', 'Default', '', '', ''),
(1, 'fr', 'Default', '', '', ''),
(1, 'it', 'Default', '', '', ''),
(1, 'nl', 'Default', '', '', ''),
(1, 'no', 'Default', '', '', ''),
(1, 'pt', 'Default', '', '', ''),
(1, 'ro', 'Default', '', '', ''),
(1, 'ru', 'По умолчанию', '', '', ''),
(2, 'da', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(2, 'de', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(2, 'el', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(2, 'en', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(2, 'es', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(2, 'fr', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(2, 'it', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(2, 'nl', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(2, 'no', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(2, 'pt', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(2, 'ro', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(2, 'ru', 'Домашняя страница', 'Демо магазин', 'Попробуйте CS-Cart, не устанавливая!', 'Интернет магазин, программное обеспечение для электронной коммерции'),
(3, 'da', 'Products', '', '', ''),
(3, 'de', 'Products', '', '', ''),
(3, 'el', 'Products', '', '', ''),
(3, 'en', 'Products', '', '', ''),
(3, 'es', 'Products', '', '', ''),
(3, 'fr', 'Products', '', '', ''),
(3, 'it', 'Products', '', '', ''),
(3, 'nl', 'Products', '', '', ''),
(3, 'no', 'Products', '', '', ''),
(3, 'pt', 'Products', '', '', ''),
(3, 'ro', 'Products', '', '', ''),
(3, 'ru', 'Товары', '', '', ''),
(4, 'da', 'Categories', '', '', ''),
(4, 'de', 'Categories', '', '', ''),
(4, 'el', 'Categories', '', '', ''),
(4, 'en', 'Categories', '', '', ''),
(4, 'es', 'Categories', '', '', ''),
(4, 'fr', 'Categories', '', '', ''),
(4, 'it', 'Categories', '', '', ''),
(4, 'nl', 'Categories', '', '', ''),
(4, 'no', 'Categories', '', '', ''),
(4, 'pt', 'Categories', '', '', ''),
(4, 'ro', 'Categories', '', '', ''),
(4, 'ru', 'Категории', '', '', ''),
(5, 'da', 'Cart', '', '', ''),
(5, 'de', 'Cart', '', '', ''),
(5, 'el', 'Cart', '', '', ''),
(5, 'en', 'Cart', '', '', ''),
(5, 'es', 'Cart', '', '', ''),
(5, 'fr', 'Cart', '', '', ''),
(5, 'it', 'Cart', '', '', ''),
(5, 'nl', 'Cart', '', '', ''),
(5, 'no', 'Cart', '', '', ''),
(5, 'pt', 'Cart', '', '', ''),
(5, 'ro', 'Cart', '', '', ''),
(5, 'ru', 'Корзина', '', '', ''),
(6, 'da', 'Checkout', '', '', ''),
(6, 'de', 'Checkout', '', '', ''),
(6, 'el', 'Checkout', '', '', ''),
(6, 'en', 'Checkout', '', '', ''),
(6, 'es', 'Checkout', '', '', ''),
(6, 'fr', 'Checkout', '', '', ''),
(6, 'it', 'Checkout', '', '', ''),
(6, 'nl', 'Checkout', '', '', ''),
(6, 'no', 'Checkout', '', '', ''),
(6, 'pt', 'Checkout', '', '', ''),
(6, 'ro', 'Checkout', '', '', ''),
(6, 'ru', 'Оформить заказ', '', '', ''),
(7, 'da', 'Auth', '', '', ''),
(7, 'de', 'Auth', '', '', ''),
(7, 'el', 'Auth', '', '', ''),
(7, 'en', 'Auth', '', '', ''),
(7, 'es', 'Auth', '', '', ''),
(7, 'fr', 'Auth', '', '', ''),
(7, 'it', 'Auth', '', '', ''),
(7, 'nl', 'Auth', '', '', ''),
(7, 'no', 'Auth', '', '', ''),
(7, 'pt', 'Auth', '', '', ''),
(7, 'ro', 'Auth', '', '', ''),
(7, 'ru', 'Страница авторизации', '', '', ''),
(8, 'da', 'Profiles', '', '', ''),
(8, 'de', 'Profiles', '', '', ''),
(8, 'el', 'Profiles', '', '', ''),
(8, 'en', 'Profiles', '', '', ''),
(8, 'es', 'Profiles', '', '', ''),
(8, 'fr', 'Profiles', '', '', ''),
(8, 'it', 'Profiles', '', '', ''),
(8, 'nl', 'Profiles', '', '', ''),
(8, 'no', 'Profiles', '', '', ''),
(8, 'pt', 'Profiles', '', '', ''),
(8, 'ro', 'Profiles', '', '', ''),
(8, 'ru', 'Страница личной информации', '', '', ''),
(9, 'da', 'Successful registration', '', '', ''),
(9, 'de', 'Successful registration', '', '', ''),
(9, 'el', 'Successful registration', '', '', ''),
(9, 'en', 'Successful registration', '', '', ''),
(9, 'es', 'Successful registration', '', '', ''),
(9, 'fr', 'Successful registration', '', '', ''),
(9, 'it', 'Successful registration', '', '', ''),
(9, 'nl', 'Successful registration', '', '', ''),
(9, 'no', 'Successful registration', '', '', ''),
(9, 'pt', 'Successful registration', '', '', ''),
(9, 'ro', 'Successful registration', '', '', ''),
(9, 'ru', 'Успешная регистрация', '', '', ''),
(10, 'da', 'Order landing page', '', '', ''),
(10, 'de', 'Order landing page', '', '', ''),
(10, 'el', 'Order landing page', '', '', ''),
(10, 'en', 'Order landing page', '', '', ''),
(10, 'es', 'Order landing page', '', '', ''),
(10, 'fr', 'Order landing page', '', '', ''),
(10, 'it', 'Order landing page', '', '', ''),
(10, 'nl', 'Order landing page', '', '', ''),
(10, 'no', 'Order landing page', '', '', ''),
(10, 'pt', 'Order landing page', '', '', ''),
(10, 'ro', 'Order landing page', '', '', ''),
(10, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(11, 'da', 'Vendor store', '', '', ''),
(11, 'de', 'Vendor store', '', '', ''),
(11, 'el', 'Vendor store', '', '', ''),
(11, 'en', 'Vendor store', '', '', ''),
(11, 'es', 'Vendor store', '', '', ''),
(11, 'fr', 'Vendor store', '', '', ''),
(11, 'it', 'Vendor store', '', '', ''),
(11, 'nl', 'Vendor store', '', '', ''),
(11, 'no', 'Vendor store', '', '', ''),
(11, 'pt', 'Vendor store', '', '', ''),
(11, 'ro', 'Vendor store', '', '', ''),
(11, 'ru', 'Магазин продавца', '', '', ''),
(12, 'da', 'Vendor application form', '', '', ''),
(12, 'de', 'Vendor application form', '', '', ''),
(12, 'el', 'Vendor application form', '', '', ''),
(12, 'en', 'Vendor application form', '', '', ''),
(12, 'es', 'Vendor application form', '', '', ''),
(12, 'fr', 'Vendor application form', '', '', ''),
(12, 'it', 'Vendor application form', '', '', ''),
(12, 'nl', 'Vendor application form', '', '', ''),
(12, 'no', 'Vendor application form', '', '', ''),
(12, 'pt', 'Vendor application form', '', '', ''),
(12, 'ro', 'Vendor application form', '', '', ''),
(12, 'ru', 'Форма регистрации продавца', '', '', ''),
(13, 'da', 'Pages', '', '', ''),
(13, 'de', 'Pages', '', '', ''),
(13, 'el', 'Pages', '', '', ''),
(13, 'en', 'Pages', '', '', ''),
(13, 'es', 'Pages', '', '', ''),
(13, 'fr', 'Pages', '', '', ''),
(13, 'it', 'Pages', '', '', ''),
(13, 'nl', 'Pages', '', '', ''),
(13, 'no', 'Pages', '', '', ''),
(13, 'pt', 'Pages', '', '', ''),
(13, 'ro', 'Pages', '', '', ''),
(13, 'ru', 'Страницы', '', '', ''),
(14, 'da', '404', 'Страница не найдена', '', ''),
(14, 'de', '404', 'Страница не найдена', '', ''),
(14, 'el', '404', 'Страница не найдена', '', ''),
(14, 'en', '404', 'Страница не найдена', '', ''),
(14, 'es', '404', 'Страница не найдена', '', ''),
(14, 'fr', '404', 'Страница не найдена', '', ''),
(14, 'it', '404', 'Страница не найдена', '', ''),
(14, 'nl', '404', 'Страница не найдена', '', ''),
(14, 'no', '404', 'Страница не найдена', '', ''),
(14, 'pt', '404', 'Страница не найдена', '', ''),
(14, 'ro', '404', 'Страница не найдена', '', ''),
(14, 'ru', '404', 'Page not found', '', ''),
(15, 'da', 'Search results', '', '', ''),
(15, 'de', 'Search results', '', '', ''),
(15, 'el', 'Search results', '', '', ''),
(15, 'en', 'Search results', '', '', ''),
(15, 'es', 'Search results', '', '', ''),
(15, 'fr', 'Search results', '', '', ''),
(15, 'it', 'Search results', '', '', ''),
(15, 'nl', 'Search results', '', '', ''),
(15, 'no', 'Search results', '', '', ''),
(15, 'pt', 'Search results', '', '', ''),
(15, 'ro', 'Search results', '', '', ''),
(15, 'ru', 'Результаты поиска', '', '', ''),
(17, 'da', 'Default', '', '', ''),
(17, 'de', 'Default', '', '', ''),
(17, 'el', 'Default', '', '', ''),
(17, 'en', 'Default', '', '', ''),
(17, 'es', 'Default', '', '', ''),
(17, 'fr', 'Default', '', '', ''),
(17, 'it', 'Default', '', '', ''),
(17, 'nl', 'Default', '', '', ''),
(17, 'no', 'Default', '', '', ''),
(17, 'pt', 'Default', '', '', ''),
(17, 'ro', 'Default', '', '', ''),
(17, 'ru', 'По умолчанию', '', '', ''),
(18, 'da', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(18, 'de', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(18, 'el', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(18, 'en', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(18, 'es', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(18, 'fr', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(18, 'it', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(18, 'nl', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(18, 'no', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(18, 'pt', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(18, 'ro', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(18, 'ru', 'Домашняя страница', 'Демо магазин', 'Попробуйте CS-Cart, не устанавливая!', 'Интернет магазин, программное обеспечение для электронной коммерции'),
(19, 'da', 'Products', '', '', ''),
(19, 'de', 'Products', '', '', ''),
(19, 'el', 'Products', '', '', ''),
(19, 'en', 'Products', '', '', ''),
(19, 'es', 'Products', '', '', ''),
(19, 'fr', 'Products', '', '', ''),
(19, 'it', 'Products', '', '', ''),
(19, 'nl', 'Products', '', '', ''),
(19, 'no', 'Products', '', '', ''),
(19, 'pt', 'Products', '', '', ''),
(19, 'ro', 'Products', '', '', ''),
(19, 'ru', 'Товары', '', '', ''),
(20, 'da', 'Categories', '', '', ''),
(20, 'de', 'Categories', '', '', ''),
(20, 'el', 'Categories', '', '', ''),
(20, 'en', 'Categories', '', '', ''),
(20, 'es', 'Categories', '', '', ''),
(20, 'fr', 'Categories', '', '', ''),
(20, 'it', 'Categories', '', '', ''),
(20, 'nl', 'Categories', '', '', ''),
(20, 'no', 'Categories', '', '', ''),
(20, 'pt', 'Categories', '', '', ''),
(20, 'ro', 'Categories', '', '', ''),
(20, 'ru', 'Категории', '', '', ''),
(21, 'da', 'Cart', '', '', ''),
(21, 'de', 'Cart', '', '', ''),
(21, 'el', 'Cart', '', '', ''),
(21, 'en', 'Cart', '', '', ''),
(21, 'es', 'Cart', '', '', ''),
(21, 'fr', 'Cart', '', '', ''),
(21, 'it', 'Cart', '', '', ''),
(21, 'nl', 'Cart', '', '', ''),
(21, 'no', 'Cart', '', '', ''),
(21, 'pt', 'Cart', '', '', ''),
(21, 'ro', 'Cart', '', '', ''),
(21, 'ru', 'Корзина', '', '', ''),
(22, 'da', 'Checkout', '', '', ''),
(22, 'de', 'Checkout', '', '', ''),
(22, 'el', 'Checkout', '', '', ''),
(22, 'en', 'Checkout', '', '', ''),
(22, 'es', 'Checkout', '', '', ''),
(22, 'fr', 'Checkout', '', '', ''),
(22, 'it', 'Checkout', '', '', ''),
(22, 'nl', 'Checkout', '', '', ''),
(22, 'no', 'Checkout', '', '', ''),
(22, 'pt', 'Checkout', '', '', ''),
(22, 'ro', 'Checkout', '', '', ''),
(22, 'ru', 'Оформить заказ', '', '', ''),
(23, 'da', 'Auth', '', '', ''),
(23, 'de', 'Auth', '', '', ''),
(23, 'el', 'Auth', '', '', ''),
(23, 'en', 'Auth', '', '', ''),
(23, 'es', 'Auth', '', '', ''),
(23, 'fr', 'Auth', '', '', ''),
(23, 'it', 'Auth', '', '', ''),
(23, 'nl', 'Auth', '', '', ''),
(23, 'no', 'Auth', '', '', ''),
(23, 'pt', 'Auth', '', '', ''),
(23, 'ro', 'Auth', '', '', ''),
(23, 'ru', 'Страница авторизации', '', '', ''),
(24, 'da', 'Profiles', '', '', ''),
(24, 'de', 'Profiles', '', '', ''),
(24, 'el', 'Profiles', '', '', ''),
(24, 'en', 'Profiles', '', '', ''),
(24, 'es', 'Profiles', '', '', ''),
(24, 'fr', 'Profiles', '', '', ''),
(24, 'it', 'Profiles', '', '', ''),
(24, 'nl', 'Profiles', '', '', ''),
(24, 'no', 'Profiles', '', '', ''),
(24, 'pt', 'Profiles', '', '', ''),
(24, 'ro', 'Profiles', '', '', ''),
(24, 'ru', 'Страница личной информации', '', '', ''),
(25, 'da', 'Successful registration', '', '', ''),
(25, 'de', 'Successful registration', '', '', ''),
(25, 'el', 'Successful registration', '', '', ''),
(25, 'en', 'Successful registration', '', '', ''),
(25, 'es', 'Successful registration', '', '', ''),
(25, 'fr', 'Successful registration', '', '', ''),
(25, 'it', 'Successful registration', '', '', ''),
(25, 'nl', 'Successful registration', '', '', ''),
(25, 'no', 'Successful registration', '', '', ''),
(25, 'pt', 'Successful registration', '', '', ''),
(25, 'ro', 'Successful registration', '', '', ''),
(25, 'ru', 'Успешная регистрация', '', '', ''),
(26, 'da', 'Order landing page', '', '', ''),
(26, 'de', 'Order landing page', '', '', ''),
(26, 'el', 'Order landing page', '', '', ''),
(26, 'en', 'Order landing page', '', '', ''),
(26, 'es', 'Order landing page', '', '', ''),
(26, 'fr', 'Order landing page', '', '', ''),
(26, 'it', 'Order landing page', '', '', ''),
(26, 'nl', 'Order landing page', '', '', ''),
(26, 'no', 'Order landing page', '', '', ''),
(26, 'pt', 'Order landing page', '', '', ''),
(26, 'ro', 'Order landing page', '', '', ''),
(26, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(27, 'da', 'Pages', '', '', ''),
(27, 'de', 'Pages', '', '', ''),
(27, 'el', 'Pages', '', '', ''),
(27, 'en', 'Pages', '', '', ''),
(27, 'es', 'Pages', '', '', ''),
(27, 'fr', 'Pages', '', '', ''),
(27, 'it', 'Pages', '', '', ''),
(27, 'nl', 'Pages', '', '', ''),
(27, 'no', 'Pages', '', '', ''),
(27, 'pt', 'Pages', '', '', ''),
(27, 'ro', 'Pages', '', '', ''),
(27, 'ru', 'Страницы', '', '', ''),
(28, 'da', '404', 'Страница не найдена', '', ''),
(28, 'de', '404', 'Страница не найдена', '', ''),
(28, 'el', '404', 'Страница не найдена', '', ''),
(28, 'en', '404', 'Страница не найдена', '', ''),
(28, 'es', '404', 'Страница не найдена', '', ''),
(28, 'fr', '404', 'Страница не найдена', '', ''),
(28, 'it', '404', 'Страница не найдена', '', ''),
(28, 'nl', '404', 'Страница не найдена', '', ''),
(28, 'no', '404', 'Страница не найдена', '', ''),
(28, 'pt', '404', 'Страница не найдена', '', ''),
(28, 'ro', '404', 'Страница не найдена', '', ''),
(28, 'ru', '404', 'Page not found', '', ''),
(30, 'da', 'Vendors plans', '', '', ''),
(30, 'de', 'Vendors plans', '', '', ''),
(30, 'el', 'Vendors plans', '', '', ''),
(30, 'en', 'Vendors plans', '', '', ''),
(30, 'es', 'Vendors plans', '', '', ''),
(30, 'fr', 'Vendors plans', '', '', ''),
(30, 'it', 'Vendors plans', '', '', ''),
(30, 'nl', 'Vendors plans', '', '', ''),
(30, 'no', 'Vendors plans', '', '', ''),
(30, 'pt', 'Vendors plans', '', '', ''),
(30, 'ro', 'Vendors plans', '', '', ''),
(30, 'ru', 'Vendors plans', '', '', ''),
(31, 'da', 'Vendors plans', '', '', ''),
(31, 'de', 'Vendors plans', '', '', ''),
(31, 'el', 'Vendors plans', '', '', ''),
(31, 'en', 'Vendors plans', '', '', ''),
(31, 'es', 'Vendors plans', '', '', ''),
(31, 'fr', 'Vendors plans', '', '', ''),
(31, 'it', 'Vendors plans', '', '', ''),
(31, 'nl', 'Vendors plans', '', '', ''),
(31, 'no', 'Vendors plans', '', '', ''),
(31, 'pt', 'Vendors plans', '', '', ''),
(31, 'ro', 'Vendors plans', '', '', ''),
(31, 'ru', 'Vendors plans', '', '', ''),
(32, 'da', 'Gift certificates', '', '', ''),
(32, 'de', 'Gift certificates', '', '', ''),
(32, 'el', 'Gift certificates', '', '', ''),
(32, 'en', 'Gift certificates', '', '', ''),
(32, 'es', 'Gift certificates', '', '', ''),
(32, 'fr', 'Gift certificates', '', '', ''),
(32, 'it', 'Gift certificates', '', '', ''),
(32, 'nl', 'Gift certificates', '', '', ''),
(32, 'no', 'Gift certificates', '', '', ''),
(32, 'pt', 'Gift certificates', '', '', ''),
(32, 'ro', 'Gift certificates', '', '', ''),
(32, 'ru', 'Подарочные сертификаты', '', '', ''),
(33, 'da', 'Gift certificates', '', '', ''),
(33, 'de', 'Gift certificates', '', '', ''),
(33, 'el', 'Gift certificates', '', '', ''),
(33, 'en', 'Gift certificates', '', '', ''),
(33, 'es', 'Gift certificates', '', '', ''),
(33, 'fr', 'Gift certificates', '', '', ''),
(33, 'it', 'Gift certificates', '', '', ''),
(33, 'nl', 'Gift certificates', '', '', ''),
(33, 'no', 'Gift certificates', '', '', ''),
(33, 'pt', 'Gift certificates', '', '', ''),
(33, 'ro', 'Gift certificates', '', '', ''),
(33, 'ru', 'Подарочные сертификаты', '', '', ''),
(34, 'da', 'Blog', '', '', ''),
(34, 'de', 'Blog', '', '', ''),
(34, 'el', 'Blog', '', '', ''),
(34, 'en', 'Blog', '', '', ''),
(34, 'es', 'Blog', '', '', ''),
(34, 'fr', 'Blog', '', '', ''),
(34, 'it', 'Blog', '', '', ''),
(34, 'nl', 'Blog', '', '', ''),
(34, 'no', 'Blog', '', '', ''),
(34, 'pt', 'Blog', '', '', ''),
(34, 'ro', 'Blog', '', '', ''),
(34, 'ru', 'Blog', '', '', ''),
(35, 'da', 'Blog', '', '', ''),
(35, 'de', 'Blog', '', '', ''),
(35, 'el', 'Blog', '', '', ''),
(35, 'en', 'Blog', '', '', ''),
(35, 'es', 'Blog', '', '', ''),
(35, 'fr', 'Blog', '', '', ''),
(35, 'it', 'Blog', '', '', ''),
(35, 'nl', 'Blog', '', '', ''),
(35, 'no', 'Blog', '', '', ''),
(35, 'pt', 'Blog', '', '', ''),
(35, 'ro', 'Blog', '', '', ''),
(35, 'ru', 'Blog', '', '', ''),
(36, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(36, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(36, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(36, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(36, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(36, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(36, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(36, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(36, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(36, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(36, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(36, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(37, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(37, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(37, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(37, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(37, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(37, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(37, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(37, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(37, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(37, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(37, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(37, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(38, 'da', 'AB: Promotion', '', '', ''),
(38, 'de', 'AB: Promotion', '', '', ''),
(38, 'el', 'AB: Promotion', '', '', ''),
(38, 'en', 'AB: Promotion', '', '', ''),
(38, 'es', 'AB: Promotion', '', '', ''),
(38, 'fr', 'AB: Promotion', '', '', ''),
(38, 'it', 'AB: Promotion', '', '', ''),
(38, 'nl', 'AB: Promotion', '', '', ''),
(38, 'no', 'AB: Promotion', '', '', ''),
(38, 'pt', 'AB: Promotion', '', '', ''),
(38, 'ro', 'AB: Promotion', '', '', ''),
(38, 'ru', 'AB: Промо-акция', '', '', ''),
(39, 'da', 'AB: Promotion', '', '', ''),
(39, 'de', 'AB: Promotion', '', '', ''),
(39, 'el', 'AB: Promotion', '', '', ''),
(39, 'en', 'AB: Promotion', '', '', ''),
(39, 'es', 'AB: Promotion', '', '', ''),
(39, 'fr', 'AB: Promotion', '', '', ''),
(39, 'it', 'AB: Promotion', '', '', ''),
(39, 'nl', 'AB: Promotion', '', '', ''),
(39, 'no', 'AB: Promotion', '', '', ''),
(39, 'pt', 'AB: Promotion', '', '', ''),
(39, 'ro', 'AB: Promotion', '', '', ''),
(39, 'ru', 'AB: Промо-акция', '', '', ''),
(40, 'da', 'Default', '', '', ''),
(40, 'de', 'Default', '', '', ''),
(40, 'el', 'Default', '', '', ''),
(40, 'en', 'Default', '', '', ''),
(40, 'es', 'Default', '', '', ''),
(40, 'fr', 'Default', '', '', ''),
(40, 'it', 'Default', '', '', ''),
(40, 'nl', 'Default', '', '', ''),
(40, 'no', 'Default', '', '', ''),
(40, 'pt', 'Default', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(40, 'ro', 'Default', '', '', ''),
(40, 'ru', 'По умолчанию', '', '', ''),
(41, 'da', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(41, 'de', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(41, 'el', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(41, 'en', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(41, 'es', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(41, 'fr', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(41, 'it', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(41, 'nl', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(41, 'no', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(41, 'pt', 'Homepage', 'Partiu.Shop - Partiu comprar! - Partiu vender!', 'Marketplace', 'Marketplace, Comprar Barato, Vender Barato, '),
(41, 'ro', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(41, 'ru', 'Домашняя страница', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme, Шаблон, Интернет магазин, программное обеспечение для электронной коммерции'),
(42, 'da', 'Products', '', '', ''),
(42, 'de', 'Products', '', '', ''),
(42, 'el', 'Products', '', '', ''),
(42, 'en', 'Products', '', '', ''),
(42, 'es', 'Products', '', '', ''),
(42, 'fr', 'Products', '', '', ''),
(42, 'it', 'Products', '', '', ''),
(42, 'nl', 'Products', '', '', ''),
(42, 'no', 'Products', '', '', ''),
(42, 'pt', 'Produtos', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(42, 'ro', 'Products', '', '', ''),
(42, 'ru', 'Товары', '', '', ''),
(43, 'da', 'Categories', '', '', ''),
(43, 'de', 'Categories', '', '', ''),
(43, 'el', 'Categories', '', '', ''),
(43, 'en', 'Categories', '', '', ''),
(43, 'es', 'Categories', '', '', ''),
(43, 'fr', 'Categories', '', '', ''),
(43, 'it', 'Categories', '', '', ''),
(43, 'nl', 'Categories', '', '', ''),
(43, 'no', 'Categories', '', '', ''),
(43, 'pt', 'Categories', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(43, 'ro', 'Categories', '', '', ''),
(43, 'ru', 'Категории', '', '', ''),
(44, 'da', 'Cart', '', '', ''),
(44, 'de', 'Cart', '', '', ''),
(44, 'el', 'Cart', '', '', ''),
(44, 'en', 'Cart', '', '', ''),
(44, 'es', 'Cart', '', '', ''),
(44, 'fr', 'Cart', '', '', ''),
(44, 'it', 'Cart', '', '', ''),
(44, 'nl', 'Cart', '', '', ''),
(44, 'no', 'Cart', '', '', ''),
(44, 'pt', 'Cart', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(44, 'ro', 'Cart', '', '', ''),
(44, 'ru', 'Корзина', '', '', ''),
(45, 'da', 'Checkout', '', '', ''),
(45, 'de', 'Checkout', '', '', ''),
(45, 'el', 'Checkout', '', '', ''),
(45, 'en', 'Checkout', '', '', ''),
(45, 'es', 'Checkout', '', '', ''),
(45, 'fr', 'Checkout', '', '', ''),
(45, 'it', 'Checkout', '', '', ''),
(45, 'nl', 'Checkout', '', '', ''),
(45, 'no', 'Checkout', '', '', ''),
(45, 'pt', 'Checkout', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(45, 'ro', 'Checkout', '', '', ''),
(45, 'ru', 'Оформить заказ', '', '', ''),
(46, 'da', 'Order landing page', '', '', ''),
(46, 'de', 'Order landing page', '', '', ''),
(46, 'el', 'Order landing page', '', '', ''),
(46, 'en', 'Order landing page', '', '', ''),
(46, 'es', 'Order landing page', '', '', ''),
(46, 'fr', 'Order landing page', '', '', ''),
(46, 'it', 'Order landing page', '', '', ''),
(46, 'nl', 'Order landing page', '', '', ''),
(46, 'no', 'Order landing page', '', '', ''),
(46, 'pt', 'Order landing page', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(46, 'ro', 'Order landing page', '', '', ''),
(46, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(47, 'da', 'Auth', '', '', ''),
(47, 'de', 'Auth', '', '', ''),
(47, 'el', 'Auth', '', '', ''),
(47, 'en', 'Auth', '', '', ''),
(47, 'es', 'Auth', '', '', ''),
(47, 'fr', 'Auth', '', '', ''),
(47, 'it', 'Auth', '', '', ''),
(47, 'nl', 'Auth', '', '', ''),
(47, 'no', 'Auth', '', '', ''),
(47, 'pt', 'Auth', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(47, 'ro', 'Auth', '', '', ''),
(47, 'ru', 'Страница авторизации', '', '', ''),
(48, 'da', 'Profiles', '', '', ''),
(48, 'de', 'Profiles', '', '', ''),
(48, 'el', 'Profiles', '', '', ''),
(48, 'en', 'Profiles', '', '', ''),
(48, 'es', 'Profiles', '', '', ''),
(48, 'fr', 'Profiles', '', '', ''),
(48, 'it', 'Profiles', '', '', ''),
(48, 'nl', 'Profiles', '', '', ''),
(48, 'no', 'Profiles', '', '', ''),
(48, 'pt', 'Profiles', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(48, 'ro', 'Profiles', '', '', ''),
(48, 'ru', 'Профиль', '', '', ''),
(49, 'da', 'Successful registration', '', '', ''),
(49, 'de', 'Successful registration', '', '', ''),
(49, 'el', 'Successful registration', '', '', ''),
(49, 'en', 'Successful registration', '', '', ''),
(49, 'es', 'Successful registration', '', '', ''),
(49, 'fr', 'Successful registration', '', '', ''),
(49, 'it', 'Successful registration', '', '', ''),
(49, 'nl', 'Successful registration', '', '', ''),
(49, 'no', 'Successful registration', '', '', ''),
(49, 'pt', 'Successful registration', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(49, 'ro', 'Successful registration', '', '', ''),
(49, 'ru', 'Успешная регистрация', '', '', ''),
(50, 'da', 'Pages', '', '', ''),
(50, 'de', 'Pages', '', '', ''),
(50, 'el', 'Pages', '', '', ''),
(50, 'en', 'Pages', '', '', ''),
(50, 'es', 'Pages', '', '', ''),
(50, 'fr', 'Pages', '', '', ''),
(50, 'it', 'Pages', '', '', ''),
(50, 'nl', 'Pages', '', '', ''),
(50, 'no', 'Pages', '', '', ''),
(50, 'pt', 'Pages', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(50, 'ro', 'Pages', '', '', ''),
(50, 'ru', 'Страницы', '', '', ''),
(51, 'da', '404', 'Page not found', '', ''),
(51, 'de', '404', 'Page not found', '', ''),
(51, 'el', '404', 'Page not found', '', ''),
(51, 'en', '404', 'Page not found', '', ''),
(51, 'es', '404', 'Page not found', '', ''),
(51, 'fr', '404', 'Page not found', '', ''),
(51, 'it', '404', 'Page not found', '', ''),
(51, 'nl', '404', 'Page not found', '', ''),
(51, 'no', '404', 'Page not found', '', ''),
(51, 'pt', '404', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(51, 'ro', '404', 'Page not found', '', ''),
(51, 'ru', '404', 'Page not found', '', ''),
(53, 'da', 'Search results', '', '', ''),
(53, 'de', 'Search results', '', '', ''),
(53, 'el', 'Search results', '', '', ''),
(53, 'en', 'Search results', '', '', ''),
(53, 'es', 'Search results', '', '', ''),
(53, 'fr', 'Search results', '', '', ''),
(53, 'it', 'Search results', '', '', ''),
(53, 'nl', 'Search results', '', '', ''),
(53, 'no', 'Search results', '', '', ''),
(53, 'pt', 'Search results', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(53, 'ro', 'Search results', '', '', ''),
(53, 'ru', 'Результаты поиска', '', '', ''),
(54, 'da', 'AB: Brands', 'Brands', '', ''),
(54, 'de', 'AB: Brands', 'Brands', '', ''),
(54, 'el', 'AB: Brands', 'Brands', '', ''),
(54, 'en', 'AB: Brands', 'Brands', '', ''),
(54, 'es', 'AB: Brands', 'Brands', '', ''),
(54, 'fr', 'AB: Brands', 'Brands', '', ''),
(54, 'it', 'AB: Brands', 'Brands', '', ''),
(54, 'nl', 'AB: Brands', 'Brands', '', ''),
(54, 'no', 'AB: Brands', 'Brands', '', ''),
(54, 'pt', 'AB: Brands', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(54, 'ro', 'AB: Brands', 'Brands', '', ''),
(54, 'ru', 'AB: Бренды', 'Бренды', '', ''),
(55, 'da', 'Features', '', '', ''),
(55, 'de', 'Features', '', '', ''),
(55, 'el', 'Features', '', '', ''),
(55, 'en', 'Features', '', '', ''),
(55, 'es', 'Features', '', '', ''),
(55, 'fr', 'Features', '', '', ''),
(55, 'it', 'Features', '', '', ''),
(55, 'nl', 'Features', '', '', ''),
(55, 'no', 'Features', '', '', ''),
(55, 'pt', 'Features', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(55, 'ro', 'Features', '', '', ''),
(55, 'ru', 'Характеристики', '', '', ''),
(57, 'da', 'AB: Promotion', 'Promotion', '', ''),
(57, 'de', 'AB: Promotion', 'Promotion', '', ''),
(57, 'el', 'AB: Promotion', 'Promotion', '', ''),
(57, 'en', 'AB: Promotion', 'Promotion', '', ''),
(57, 'es', 'AB: Promotion', 'Promotion', '', ''),
(57, 'fr', 'AB: Promotion', 'Promotion', '', ''),
(57, 'it', 'AB: Promotion', 'Promotion', '', ''),
(57, 'nl', 'AB: Promotion', 'Promotion', '', ''),
(57, 'no', 'AB: Promotion', 'Promotion', '', ''),
(57, 'pt', 'AB: Promotion', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(57, 'ro', 'AB: Promotion', 'Promotion', '', ''),
(57, 'ru', 'AB: Промо-акция', 'Промо-акция', '', ''),
(60, 'da', 'AB: Vendor store', '', '', ''),
(60, 'de', 'AB: Vendor store', '', '', ''),
(60, 'el', 'AB: Vendor store', '', '', ''),
(60, 'en', 'AB: Vendor store', '', '', ''),
(60, 'es', 'AB: Vendor store', '', '', ''),
(60, 'fr', 'AB: Vendor store', '', '', ''),
(60, 'it', 'AB: Vendor store', '', '', ''),
(60, 'nl', 'AB: Vendor store', '', '', ''),
(60, 'no', 'AB: Vendor store', '', '', ''),
(60, 'pt', 'AB: Vendor store', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(60, 'ro', 'AB: Vendor store', '', '', ''),
(60, 'ru', 'AB: Магазин продавца', '', '', ''),
(61, 'da', 'Default', '', '', ''),
(61, 'de', 'Default', '', '', ''),
(61, 'el', 'Default', '', '', ''),
(61, 'en', 'Default', '', '', ''),
(61, 'es', 'Default', '', '', ''),
(61, 'fr', 'Default', '', '', ''),
(61, 'it', 'Default', '', '', ''),
(61, 'nl', 'Default', '', '', ''),
(61, 'no', 'Default', '', '', ''),
(61, 'pt', 'Default', '', '', ''),
(61, 'ro', 'Default', '', '', ''),
(61, 'ru', 'По умолчанию', '', '', ''),
(62, 'da', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(62, 'de', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(62, 'el', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(62, 'en', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(62, 'es', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(62, 'fr', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(62, 'it', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(62, 'nl', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(62, 'no', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(62, 'pt', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(62, 'ro', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(62, 'ru', 'Домашняя страница', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme, Шаблон, Интернет магазин, программное обеспечение для электронной коммерции'),
(63, 'da', 'Products', '', '', ''),
(63, 'de', 'Products', '', '', ''),
(63, 'el', 'Products', '', '', ''),
(63, 'en', 'Products', '', '', ''),
(63, 'es', 'Products', '', '', ''),
(63, 'fr', 'Products', '', '', ''),
(63, 'it', 'Products', '', '', ''),
(63, 'nl', 'Products', '', '', ''),
(63, 'no', 'Products', '', '', ''),
(63, 'pt', 'Products', '', '', ''),
(63, 'ro', 'Products', '', '', ''),
(63, 'ru', 'Товары', '', '', ''),
(64, 'da', 'Categories', '', '', ''),
(64, 'de', 'Categories', '', '', ''),
(64, 'el', 'Categories', '', '', ''),
(64, 'en', 'Categories', '', '', ''),
(64, 'es', 'Categories', '', '', ''),
(64, 'fr', 'Categories', '', '', ''),
(64, 'it', 'Categories', '', '', ''),
(64, 'nl', 'Categories', '', '', ''),
(64, 'no', 'Categories', '', '', ''),
(64, 'pt', 'Categories', '', '', ''),
(64, 'ro', 'Categories', '', '', ''),
(64, 'ru', 'Категории', '', '', ''),
(65, 'da', 'Cart', '', '', ''),
(65, 'de', 'Cart', '', '', ''),
(65, 'el', 'Cart', '', '', ''),
(65, 'en', 'Cart', '', '', ''),
(65, 'es', 'Cart', '', '', ''),
(65, 'fr', 'Cart', '', '', ''),
(65, 'it', 'Cart', '', '', ''),
(65, 'nl', 'Cart', '', '', ''),
(65, 'no', 'Cart', '', '', ''),
(65, 'pt', 'Cart', '', '', ''),
(65, 'ro', 'Cart', '', '', ''),
(65, 'ru', 'Корзина', '', '', ''),
(66, 'da', 'Checkout', '', '', ''),
(66, 'de', 'Checkout', '', '', ''),
(66, 'el', 'Checkout', '', '', ''),
(66, 'en', 'Checkout', '', '', ''),
(66, 'es', 'Checkout', '', '', ''),
(66, 'fr', 'Checkout', '', '', ''),
(66, 'it', 'Checkout', '', '', ''),
(66, 'nl', 'Checkout', '', '', ''),
(66, 'no', 'Checkout', '', '', ''),
(66, 'pt', 'Checkout', '', '', ''),
(66, 'ro', 'Checkout', '', '', ''),
(66, 'ru', 'Оформить заказ', '', '', ''),
(67, 'da', 'Order landing page', '', '', ''),
(67, 'de', 'Order landing page', '', '', ''),
(67, 'el', 'Order landing page', '', '', ''),
(67, 'en', 'Order landing page', '', '', ''),
(67, 'es', 'Order landing page', '', '', ''),
(67, 'fr', 'Order landing page', '', '', ''),
(67, 'it', 'Order landing page', '', '', ''),
(67, 'nl', 'Order landing page', '', '', ''),
(67, 'no', 'Order landing page', '', '', ''),
(67, 'pt', 'Order landing page', '', '', ''),
(67, 'ro', 'Order landing page', '', '', ''),
(67, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(68, 'da', 'Auth', '', '', ''),
(68, 'de', 'Auth', '', '', ''),
(68, 'el', 'Auth', '', '', ''),
(68, 'en', 'Auth', '', '', ''),
(68, 'es', 'Auth', '', '', ''),
(68, 'fr', 'Auth', '', '', ''),
(68, 'it', 'Auth', '', '', ''),
(68, 'nl', 'Auth', '', '', ''),
(68, 'no', 'Auth', '', '', ''),
(68, 'pt', 'Auth', '', '', ''),
(68, 'ro', 'Auth', '', '', ''),
(68, 'ru', 'Страница авторизации', '', '', ''),
(69, 'da', 'Profiles', '', '', ''),
(69, 'de', 'Profiles', '', '', ''),
(69, 'el', 'Profiles', '', '', ''),
(69, 'en', 'Profiles', '', '', ''),
(69, 'es', 'Profiles', '', '', ''),
(69, 'fr', 'Profiles', '', '', ''),
(69, 'it', 'Profiles', '', '', ''),
(69, 'nl', 'Profiles', '', '', ''),
(69, 'no', 'Profiles', '', '', ''),
(69, 'pt', 'Profiles', '', '', ''),
(69, 'ro', 'Profiles', '', '', ''),
(69, 'ru', 'Профиль', '', '', ''),
(70, 'da', 'Successful registration', '', '', ''),
(70, 'de', 'Successful registration', '', '', ''),
(70, 'el', 'Successful registration', '', '', ''),
(70, 'en', 'Successful registration', '', '', ''),
(70, 'es', 'Successful registration', '', '', ''),
(70, 'fr', 'Successful registration', '', '', ''),
(70, 'it', 'Successful registration', '', '', ''),
(70, 'nl', 'Successful registration', '', '', ''),
(70, 'no', 'Successful registration', '', '', ''),
(70, 'pt', 'Successful registration', '', '', ''),
(70, 'ro', 'Successful registration', '', '', ''),
(70, 'ru', 'Успешная регистрация', '', '', ''),
(71, 'da', 'Pages', '', '', ''),
(71, 'de', 'Pages', '', '', ''),
(71, 'el', 'Pages', '', '', ''),
(71, 'en', 'Pages', '', '', ''),
(71, 'es', 'Pages', '', '', ''),
(71, 'fr', 'Pages', '', '', ''),
(71, 'it', 'Pages', '', '', ''),
(71, 'nl', 'Pages', '', '', ''),
(71, 'no', 'Pages', '', '', ''),
(71, 'pt', 'Pages', '', '', ''),
(71, 'ro', 'Pages', '', '', ''),
(71, 'ru', 'Страницы', '', '', ''),
(73, 'da', '404', 'Page not found', '', ''),
(73, 'de', '404', 'Page not found', '', ''),
(73, 'el', '404', 'Page not found', '', ''),
(73, 'en', '404', 'Page not found', '', ''),
(73, 'es', '404', 'Page not found', '', ''),
(73, 'fr', '404', 'Page not found', '', ''),
(73, 'it', '404', 'Page not found', '', ''),
(73, 'nl', '404', 'Page not found', '', ''),
(73, 'no', '404', 'Page not found', '', ''),
(73, 'pt', '404', 'Page not found', '', ''),
(73, 'ro', '404', 'Page not found', '', ''),
(73, 'ru', '404', 'Page not found', '', ''),
(74, 'da', 'Search results', '', '', ''),
(74, 'de', 'Search results', '', '', ''),
(74, 'el', 'Search results', '', '', ''),
(74, 'en', 'Search results', '', '', ''),
(74, 'es', 'Search results', '', '', ''),
(74, 'fr', 'Search results', '', '', ''),
(74, 'it', 'Search results', '', '', ''),
(74, 'nl', 'Search results', '', '', ''),
(74, 'no', 'Search results', '', '', ''),
(74, 'pt', 'Search results', '', '', ''),
(74, 'ro', 'Search results', '', '', ''),
(74, 'ru', 'Результаты поиска', '', '', ''),
(75, 'da', 'AB: Brands', 'Brands', '', ''),
(75, 'de', 'AB: Brands', 'Brands', '', ''),
(75, 'el', 'AB: Brands', 'Brands', '', ''),
(75, 'en', 'AB: Brands', 'Brands', '', ''),
(75, 'es', 'AB: Brands', 'Brands', '', ''),
(75, 'fr', 'AB: Brands', 'Brands', '', ''),
(75, 'it', 'AB: Brands', 'Brands', '', ''),
(75, 'nl', 'AB: Brands', 'Brands', '', ''),
(75, 'no', 'AB: Brands', 'Brands', '', ''),
(75, 'pt', 'AB: Brands', 'Brands', '', ''),
(75, 'ro', 'AB: Brands', 'Brands', '', ''),
(75, 'ru', 'AB: Бренды', 'Бренды', '', ''),
(76, 'da', 'Features', '', '', ''),
(76, 'de', 'Features', '', '', ''),
(76, 'el', 'Features', '', '', ''),
(76, 'en', 'Features', '', '', ''),
(76, 'es', 'Features', '', '', ''),
(76, 'fr', 'Features', '', '', ''),
(76, 'it', 'Features', '', '', ''),
(76, 'nl', 'Features', '', '', ''),
(76, 'no', 'Features', '', '', ''),
(76, 'pt', 'Features', '', '', ''),
(76, 'ro', 'Features', '', '', ''),
(76, 'ru', 'Характеристики', '', '', ''),
(78, 'da', 'AB: Promotion', 'Promotion', '', ''),
(78, 'de', 'AB: Promotion', 'Promotion', '', ''),
(78, 'el', 'AB: Promotion', 'Promotion', '', ''),
(78, 'en', 'AB: Promotion', 'Promotion', '', ''),
(78, 'es', 'AB: Promotion', 'Promotion', '', ''),
(78, 'fr', 'AB: Promotion', 'Promotion', '', ''),
(78, 'it', 'AB: Promotion', 'Promotion', '', ''),
(78, 'nl', 'AB: Promotion', 'Promotion', '', ''),
(78, 'no', 'AB: Promotion', 'Promotion', '', ''),
(78, 'pt', 'AB: Promotion', 'Promotion', '', ''),
(78, 'ro', 'AB: Promotion', 'Promotion', '', ''),
(78, 'ru', 'AB: Промо-акция', 'Промо-акция', '', ''),
(81, 'da', 'AB: Vendor store', '', '', ''),
(81, 'de', 'AB: Vendor store', '', '', ''),
(81, 'el', 'AB: Vendor store', '', '', ''),
(81, 'en', 'AB: Vendor store', '', '', ''),
(81, 'es', 'AB: Vendor store', '', '', ''),
(81, 'fr', 'AB: Vendor store', '', '', ''),
(81, 'it', 'AB: Vendor store', '', '', ''),
(81, 'nl', 'AB: Vendor store', '', '', ''),
(81, 'no', 'AB: Vendor store', '', '', ''),
(81, 'pt', 'AB: Vendor store', '', '', ''),
(81, 'ro', 'AB: Vendor store', '', '', ''),
(81, 'ru', 'AB: Магазин продавца', '', '', ''),
(82, 'da', 'Default', '', '', ''),
(82, 'de', 'Default', '', '', ''),
(82, 'el', 'Default', '', '', ''),
(82, 'en', 'Default', '', '', ''),
(82, 'es', 'Default', '', '', ''),
(82, 'fr', 'Default', '', '', ''),
(82, 'it', 'Default', '', '', ''),
(82, 'nl', 'Default', '', '', ''),
(82, 'no', 'Default', '', '', ''),
(82, 'pt', 'Default', '', '', ''),
(82, 'ro', 'Default', '', '', ''),
(82, 'ru', 'По умолчанию', '', '', ''),
(83, 'da', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(83, 'de', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(83, 'el', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(83, 'en', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(83, 'es', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(83, 'fr', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(83, 'it', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(83, 'nl', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(83, 'no', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(83, 'pt', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(83, 'ro', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(83, 'ru', 'Домашняя страница', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme, Шаблон, Интернет магазин, программное обеспечение для электронной коммерции'),
(84, 'da', 'Products', '', '', ''),
(84, 'de', 'Products', '', '', ''),
(84, 'el', 'Products', '', '', ''),
(84, 'en', 'Products', '', '', ''),
(84, 'es', 'Products', '', '', ''),
(84, 'fr', 'Products', '', '', ''),
(84, 'it', 'Products', '', '', ''),
(84, 'nl', 'Products', '', '', ''),
(84, 'no', 'Products', '', '', ''),
(84, 'pt', 'Products', '', '', ''),
(84, 'ro', 'Products', '', '', ''),
(84, 'ru', 'Товары', '', '', ''),
(85, 'da', 'Categories', '', '', ''),
(85, 'de', 'Categories', '', '', ''),
(85, 'el', 'Categories', '', '', ''),
(85, 'en', 'Categories', '', '', ''),
(85, 'es', 'Categories', '', '', ''),
(85, 'fr', 'Categories', '', '', ''),
(85, 'it', 'Categories', '', '', ''),
(85, 'nl', 'Categories', '', '', ''),
(85, 'no', 'Categories', '', '', ''),
(85, 'pt', 'Categories', '', '', ''),
(85, 'ro', 'Categories', '', '', ''),
(85, 'ru', 'Категории', '', '', ''),
(86, 'da', 'Cart', '', '', ''),
(86, 'de', 'Cart', '', '', ''),
(86, 'el', 'Cart', '', '', ''),
(86, 'en', 'Cart', '', '', ''),
(86, 'es', 'Cart', '', '', ''),
(86, 'fr', 'Cart', '', '', ''),
(86, 'it', 'Cart', '', '', ''),
(86, 'nl', 'Cart', '', '', ''),
(86, 'no', 'Cart', '', '', ''),
(86, 'pt', 'Cart', '', '', ''),
(86, 'ro', 'Cart', '', '', ''),
(86, 'ru', 'Корзина', '', '', ''),
(87, 'da', 'Checkout', '', '', ''),
(87, 'de', 'Checkout', '', '', ''),
(87, 'el', 'Checkout', '', '', ''),
(87, 'en', 'Checkout', '', '', ''),
(87, 'es', 'Checkout', '', '', ''),
(87, 'fr', 'Checkout', '', '', ''),
(87, 'it', 'Checkout', '', '', ''),
(87, 'nl', 'Checkout', '', '', ''),
(87, 'no', 'Checkout', '', '', ''),
(87, 'pt', 'Checkout', '', '', ''),
(87, 'ro', 'Checkout', '', '', ''),
(87, 'ru', 'Оформить заказ', '', '', ''),
(88, 'da', 'Order landing page', '', '', ''),
(88, 'de', 'Order landing page', '', '', ''),
(88, 'el', 'Order landing page', '', '', ''),
(88, 'en', 'Order landing page', '', '', ''),
(88, 'es', 'Order landing page', '', '', ''),
(88, 'fr', 'Order landing page', '', '', ''),
(88, 'it', 'Order landing page', '', '', ''),
(88, 'nl', 'Order landing page', '', '', ''),
(88, 'no', 'Order landing page', '', '', '');
INSERT INTO `partiushop_bm_locations_descriptions` (`location_id`, `lang_code`, `name`, `title`, `meta_description`, `meta_keywords`) VALUES
(88, 'pt', 'Order landing page', '', '', ''),
(88, 'ro', 'Order landing page', '', '', ''),
(88, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(89, 'da', 'Auth', '', '', ''),
(89, 'de', 'Auth', '', '', ''),
(89, 'el', 'Auth', '', '', ''),
(89, 'en', 'Auth', '', '', ''),
(89, 'es', 'Auth', '', '', ''),
(89, 'fr', 'Auth', '', '', ''),
(89, 'it', 'Auth', '', '', ''),
(89, 'nl', 'Auth', '', '', ''),
(89, 'no', 'Auth', '', '', ''),
(89, 'pt', 'Auth', '', '', ''),
(89, 'ro', 'Auth', '', '', ''),
(89, 'ru', 'Страница авторизации', '', '', ''),
(90, 'da', 'Profiles', '', '', ''),
(90, 'de', 'Profiles', '', '', ''),
(90, 'el', 'Profiles', '', '', ''),
(90, 'en', 'Profiles', '', '', ''),
(90, 'es', 'Profiles', '', '', ''),
(90, 'fr', 'Profiles', '', '', ''),
(90, 'it', 'Profiles', '', '', ''),
(90, 'nl', 'Profiles', '', '', ''),
(90, 'no', 'Profiles', '', '', ''),
(90, 'pt', 'Profiles', '', '', ''),
(90, 'ro', 'Profiles', '', '', ''),
(90, 'ru', 'Профиль', '', '', ''),
(91, 'da', 'Successful registration', '', '', ''),
(91, 'de', 'Successful registration', '', '', ''),
(91, 'el', 'Successful registration', '', '', ''),
(91, 'en', 'Successful registration', '', '', ''),
(91, 'es', 'Successful registration', '', '', ''),
(91, 'fr', 'Successful registration', '', '', ''),
(91, 'it', 'Successful registration', '', '', ''),
(91, 'nl', 'Successful registration', '', '', ''),
(91, 'no', 'Successful registration', '', '', ''),
(91, 'pt', 'Successful registration', '', '', ''),
(91, 'ro', 'Successful registration', '', '', ''),
(91, 'ru', 'Успешная регистрация', '', '', ''),
(92, 'da', 'Pages', '', '', ''),
(92, 'de', 'Pages', '', '', ''),
(92, 'el', 'Pages', '', '', ''),
(92, 'en', 'Pages', '', '', ''),
(92, 'es', 'Pages', '', '', ''),
(92, 'fr', 'Pages', '', '', ''),
(92, 'it', 'Pages', '', '', ''),
(92, 'nl', 'Pages', '', '', ''),
(92, 'no', 'Pages', '', '', ''),
(92, 'pt', 'Pages', '', '', ''),
(92, 'ro', 'Pages', '', '', ''),
(92, 'ru', 'Страницы', '', '', ''),
(94, 'da', '404', 'Page not found', '', ''),
(94, 'de', '404', 'Page not found', '', ''),
(94, 'el', '404', 'Page not found', '', ''),
(94, 'en', '404', 'Page not found', '', ''),
(94, 'es', '404', 'Page not found', '', ''),
(94, 'fr', '404', 'Page not found', '', ''),
(94, 'it', '404', 'Page not found', '', ''),
(94, 'nl', '404', 'Page not found', '', ''),
(94, 'no', '404', 'Page not found', '', ''),
(94, 'pt', '404', 'Page not found', '', ''),
(94, 'ro', '404', 'Page not found', '', ''),
(94, 'ru', '404', 'Page not found', '', ''),
(95, 'da', 'Search results', '', '', ''),
(95, 'de', 'Search results', '', '', ''),
(95, 'el', 'Search results', '', '', ''),
(95, 'en', 'Search results', '', '', ''),
(95, 'es', 'Search results', '', '', ''),
(95, 'fr', 'Search results', '', '', ''),
(95, 'it', 'Search results', '', '', ''),
(95, 'nl', 'Search results', '', '', ''),
(95, 'no', 'Search results', '', '', ''),
(95, 'pt', 'Search results', '', '', ''),
(95, 'ro', 'Search results', '', '', ''),
(95, 'ru', 'Результаты поиска', '', '', ''),
(96, 'da', 'AB: Brands', 'Brands', '', ''),
(96, 'de', 'AB: Brands', 'Brands', '', ''),
(96, 'el', 'AB: Brands', 'Brands', '', ''),
(96, 'en', 'AB: Brands', 'Brands', '', ''),
(96, 'es', 'AB: Brands', 'Brands', '', ''),
(96, 'fr', 'AB: Brands', 'Brands', '', ''),
(96, 'it', 'AB: Brands', 'Brands', '', ''),
(96, 'nl', 'AB: Brands', 'Brands', '', ''),
(96, 'no', 'AB: Brands', 'Brands', '', ''),
(96, 'pt', 'AB: Brands', 'Brands', '', ''),
(96, 'ro', 'AB: Brands', 'Brands', '', ''),
(96, 'ru', 'AB: Бренды', 'Бренды', '', ''),
(97, 'da', 'Features', '', '', ''),
(97, 'de', 'Features', '', '', ''),
(97, 'el', 'Features', '', '', ''),
(97, 'en', 'Features', '', '', ''),
(97, 'es', 'Features', '', '', ''),
(97, 'fr', 'Features', '', '', ''),
(97, 'it', 'Features', '', '', ''),
(97, 'nl', 'Features', '', '', ''),
(97, 'no', 'Features', '', '', ''),
(97, 'pt', 'Features', '', '', ''),
(97, 'ro', 'Features', '', '', ''),
(97, 'ru', 'Характеристики', '', '', ''),
(99, 'da', 'AB: Promotion', 'Promotion', '', ''),
(99, 'de', 'AB: Promotion', 'Promotion', '', ''),
(99, 'el', 'AB: Promotion', 'Promotion', '', ''),
(99, 'en', 'AB: Promotion', 'Promotion', '', ''),
(99, 'es', 'AB: Promotion', 'Promotion', '', ''),
(99, 'fr', 'AB: Promotion', 'Promotion', '', ''),
(99, 'it', 'AB: Promotion', 'Promotion', '', ''),
(99, 'nl', 'AB: Promotion', 'Promotion', '', ''),
(99, 'no', 'AB: Promotion', 'Promotion', '', ''),
(99, 'pt', 'AB: Promotion', 'Promotion', '', ''),
(99, 'ro', 'AB: Promotion', 'Promotion', '', ''),
(99, 'ru', 'AB: Промо-акция', 'Промо-акция', '', ''),
(102, 'da', 'AB: Vendor store', '', '', ''),
(102, 'de', 'AB: Vendor store', '', '', ''),
(102, 'el', 'AB: Vendor store', '', '', ''),
(102, 'en', 'AB: Vendor store', '', '', ''),
(102, 'es', 'AB: Vendor store', '', '', ''),
(102, 'fr', 'AB: Vendor store', '', '', ''),
(102, 'it', 'AB: Vendor store', '', '', ''),
(102, 'nl', 'AB: Vendor store', '', '', ''),
(102, 'no', 'AB: Vendor store', '', '', ''),
(102, 'pt', 'AB: Vendor store', '', '', ''),
(102, 'ro', 'AB: Vendor store', '', '', ''),
(102, 'ru', 'AB: Магазин продавца', '', '', ''),
(103, 'da', 'Default', '', '', ''),
(103, 'de', 'Default', '', '', ''),
(103, 'el', 'Default', '', '', ''),
(103, 'en', 'Default', '', '', ''),
(103, 'es', 'Default', '', '', ''),
(103, 'fr', 'Default', '', '', ''),
(103, 'it', 'Default', '', '', ''),
(103, 'nl', 'Default', '', '', ''),
(103, 'no', 'Default', '', '', ''),
(103, 'pt', 'Default', '', '', ''),
(103, 'ro', 'Default', '', '', ''),
(103, 'ru', 'По умолчанию', '', '', ''),
(104, 'da', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(104, 'de', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(104, 'el', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(104, 'en', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(104, 'es', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(104, 'fr', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(104, 'it', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(104, 'nl', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(104, 'no', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(104, 'pt', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(104, 'ro', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(104, 'ru', 'Домашняя страница', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme, Шаблон, Интернет магазин, программное обеспечение для электронной коммерции'),
(105, 'da', 'Products', '', '', ''),
(105, 'de', 'Products', '', '', ''),
(105, 'el', 'Products', '', '', ''),
(105, 'en', 'Products', '', '', ''),
(105, 'es', 'Products', '', '', ''),
(105, 'fr', 'Products', '', '', ''),
(105, 'it', 'Products', '', '', ''),
(105, 'nl', 'Products', '', '', ''),
(105, 'no', 'Products', '', '', ''),
(105, 'pt', 'Products', '', '', ''),
(105, 'ro', 'Products', '', '', ''),
(105, 'ru', 'Товары', '', '', ''),
(106, 'da', 'Categories', '', '', ''),
(106, 'de', 'Categories', '', '', ''),
(106, 'el', 'Categories', '', '', ''),
(106, 'en', 'Categories', '', '', ''),
(106, 'es', 'Categories', '', '', ''),
(106, 'fr', 'Categories', '', '', ''),
(106, 'it', 'Categories', '', '', ''),
(106, 'nl', 'Categories', '', '', ''),
(106, 'no', 'Categories', '', '', ''),
(106, 'pt', 'Categories', '', '', ''),
(106, 'ro', 'Categories', '', '', ''),
(106, 'ru', 'Категории', '', '', ''),
(107, 'da', 'Cart', '', '', ''),
(107, 'de', 'Cart', '', '', ''),
(107, 'el', 'Cart', '', '', ''),
(107, 'en', 'Cart', '', '', ''),
(107, 'es', 'Cart', '', '', ''),
(107, 'fr', 'Cart', '', '', ''),
(107, 'it', 'Cart', '', '', ''),
(107, 'nl', 'Cart', '', '', ''),
(107, 'no', 'Cart', '', '', ''),
(107, 'pt', 'Cart', '', '', ''),
(107, 'ro', 'Cart', '', '', ''),
(107, 'ru', 'Корзина', '', '', ''),
(108, 'da', 'Checkout', '', '', ''),
(108, 'de', 'Checkout', '', '', ''),
(108, 'el', 'Checkout', '', '', ''),
(108, 'en', 'Checkout', '', '', ''),
(108, 'es', 'Checkout', '', '', ''),
(108, 'fr', 'Checkout', '', '', ''),
(108, 'it', 'Checkout', '', '', ''),
(108, 'nl', 'Checkout', '', '', ''),
(108, 'no', 'Checkout', '', '', ''),
(108, 'pt', 'Checkout', '', '', ''),
(108, 'ro', 'Checkout', '', '', ''),
(108, 'ru', 'Оформить заказ', '', '', ''),
(109, 'da', 'Order landing page', '', '', ''),
(109, 'de', 'Order landing page', '', '', ''),
(109, 'el', 'Order landing page', '', '', ''),
(109, 'en', 'Order landing page', '', '', ''),
(109, 'es', 'Order landing page', '', '', ''),
(109, 'fr', 'Order landing page', '', '', ''),
(109, 'it', 'Order landing page', '', '', ''),
(109, 'nl', 'Order landing page', '', '', ''),
(109, 'no', 'Order landing page', '', '', ''),
(109, 'pt', 'Order landing page', '', '', ''),
(109, 'ro', 'Order landing page', '', '', ''),
(109, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(110, 'da', 'Auth', '', '', ''),
(110, 'de', 'Auth', '', '', ''),
(110, 'el', 'Auth', '', '', ''),
(110, 'en', 'Auth', '', '', ''),
(110, 'es', 'Auth', '', '', ''),
(110, 'fr', 'Auth', '', '', ''),
(110, 'it', 'Auth', '', '', ''),
(110, 'nl', 'Auth', '', '', ''),
(110, 'no', 'Auth', '', '', ''),
(110, 'pt', 'Auth', '', '', ''),
(110, 'ro', 'Auth', '', '', ''),
(110, 'ru', 'Страница авторизации', '', '', ''),
(111, 'da', 'Profiles', '', '', ''),
(111, 'de', 'Profiles', '', '', ''),
(111, 'el', 'Profiles', '', '', ''),
(111, 'en', 'Profiles', '', '', ''),
(111, 'es', 'Profiles', '', '', ''),
(111, 'fr', 'Profiles', '', '', ''),
(111, 'it', 'Profiles', '', '', ''),
(111, 'nl', 'Profiles', '', '', ''),
(111, 'no', 'Profiles', '', '', ''),
(111, 'pt', 'Profiles', '', '', ''),
(111, 'ro', 'Profiles', '', '', ''),
(111, 'ru', 'Профиль', '', '', ''),
(112, 'da', 'Successful registration', '', '', ''),
(112, 'de', 'Successful registration', '', '', ''),
(112, 'el', 'Successful registration', '', '', ''),
(112, 'en', 'Successful registration', '', '', ''),
(112, 'es', 'Successful registration', '', '', ''),
(112, 'fr', 'Successful registration', '', '', ''),
(112, 'it', 'Successful registration', '', '', ''),
(112, 'nl', 'Successful registration', '', '', ''),
(112, 'no', 'Successful registration', '', '', ''),
(112, 'pt', 'Successful registration', '', '', ''),
(112, 'ro', 'Successful registration', '', '', ''),
(112, 'ru', 'Успешная регистрация', '', '', ''),
(113, 'da', 'Pages', '', '', ''),
(113, 'de', 'Pages', '', '', ''),
(113, 'el', 'Pages', '', '', ''),
(113, 'en', 'Pages', '', '', ''),
(113, 'es', 'Pages', '', '', ''),
(113, 'fr', 'Pages', '', '', ''),
(113, 'it', 'Pages', '', '', ''),
(113, 'nl', 'Pages', '', '', ''),
(113, 'no', 'Pages', '', '', ''),
(113, 'pt', 'Pages', '', '', ''),
(113, 'ro', 'Pages', '', '', ''),
(113, 'ru', 'Страницы', '', '', ''),
(114, 'da', '404', 'Page not found', '', ''),
(114, 'de', '404', 'Page not found', '', ''),
(114, 'el', '404', 'Page not found', '', ''),
(114, 'en', '404', 'Page not found', '', ''),
(114, 'es', '404', 'Page not found', '', ''),
(114, 'fr', '404', 'Page not found', '', ''),
(114, 'it', '404', 'Page not found', '', ''),
(114, 'nl', '404', 'Page not found', '', ''),
(114, 'no', '404', 'Page not found', '', ''),
(114, 'pt', '404', 'Page not found', '', ''),
(114, 'ro', '404', 'Page not found', '', ''),
(114, 'ru', '404', 'Page not found', '', ''),
(116, 'da', 'Search results', '', '', ''),
(116, 'de', 'Search results', '', '', ''),
(116, 'el', 'Search results', '', '', ''),
(116, 'en', 'Search results', '', '', ''),
(116, 'es', 'Search results', '', '', ''),
(116, 'fr', 'Search results', '', '', ''),
(116, 'it', 'Search results', '', '', ''),
(116, 'nl', 'Search results', '', '', ''),
(116, 'no', 'Search results', '', '', ''),
(116, 'pt', 'Search results', '', '', ''),
(116, 'ro', 'Search results', '', '', ''),
(116, 'ru', 'Результаты поиска', '', '', ''),
(117, 'da', 'Features', '', '', ''),
(117, 'de', 'Features', '', '', ''),
(117, 'el', 'Features', '', '', ''),
(117, 'en', 'Features', '', '', ''),
(117, 'es', 'Features', '', '', ''),
(117, 'fr', 'Features', '', '', ''),
(117, 'it', 'Features', '', '', ''),
(117, 'nl', 'Features', '', '', ''),
(117, 'no', 'Features', '', '', ''),
(117, 'pt', 'Features', '', '', ''),
(117, 'ro', 'Features', '', '', ''),
(117, 'ru', 'Характеристики', '', '', ''),
(119, 'da', 'AB: Brands', 'Brands', '', ''),
(119, 'de', 'AB: Brands', 'Brands', '', ''),
(119, 'el', 'AB: Brands', 'Brands', '', ''),
(119, 'en', 'AB: Brands', 'Brands', '', ''),
(119, 'es', 'AB: Brands', 'Brands', '', ''),
(119, 'fr', 'AB: Brands', 'Brands', '', ''),
(119, 'it', 'AB: Brands', 'Brands', '', ''),
(119, 'nl', 'AB: Brands', 'Brands', '', ''),
(119, 'no', 'AB: Brands', 'Brands', '', ''),
(119, 'pt', 'AB: Brands', 'Brands', '', ''),
(119, 'ro', 'AB: Brands', 'Brands', '', ''),
(119, 'ru', 'AB: Бренды', 'Бренды', '', ''),
(120, 'da', 'AB: Promotion', 'Promotion', '', ''),
(120, 'de', 'AB: Promotion', 'Promotion', '', ''),
(120, 'el', 'AB: Promotion', 'Promotion', '', ''),
(120, 'en', 'AB: Promotion', 'Promotion', '', ''),
(120, 'es', 'AB: Promotion', 'Promotion', '', ''),
(120, 'fr', 'AB: Promotion', 'Promotion', '', ''),
(120, 'it', 'AB: Promotion', 'Promotion', '', ''),
(120, 'nl', 'AB: Promotion', 'Promotion', '', ''),
(120, 'no', 'AB: Promotion', 'Promotion', '', ''),
(120, 'pt', 'AB: Promotion', 'Promotion', '', ''),
(120, 'ro', 'AB: Promotion', 'Promotion', '', ''),
(120, 'ru', 'AB: Промо-акция', 'Промо-акция', '', ''),
(122, 'da', 'Default', '', '', ''),
(122, 'de', 'Default', '', '', ''),
(122, 'el', 'Default', '', '', ''),
(122, 'en', 'Default', '', '', ''),
(122, 'es', 'Default', '', '', ''),
(122, 'fr', 'Default', '', '', ''),
(122, 'it', 'Default', '', '', ''),
(122, 'nl', 'Default', '', '', ''),
(122, 'no', 'Default', '', '', ''),
(122, 'pt', 'Default', '', '', ''),
(122, 'ro', 'Default', '', '', ''),
(122, 'ru', 'По умолчанию', '', '', ''),
(123, 'da', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(123, 'de', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(123, 'el', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(123, 'en', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(123, 'es', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(123, 'fr', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(123, 'it', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(123, 'nl', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(123, 'no', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(123, 'pt', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(123, 'ro', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(123, 'ru', 'Домашняя страница', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme, Шаблон, Интернет магазин, программное обеспечение для электронной коммерции'),
(124, 'da', 'Products', '', '', ''),
(124, 'de', 'Products', '', '', ''),
(124, 'el', 'Products', '', '', ''),
(124, 'en', 'Products', '', '', ''),
(124, 'es', 'Products', '', '', ''),
(124, 'fr', 'Products', '', '', ''),
(124, 'it', 'Products', '', '', ''),
(124, 'nl', 'Products', '', '', ''),
(124, 'no', 'Products', '', '', ''),
(124, 'pt', 'Products', '', '', ''),
(124, 'ro', 'Products', '', '', ''),
(124, 'ru', 'Товары', '', '', ''),
(125, 'da', 'Categories', '', '', ''),
(125, 'de', 'Categories', '', '', ''),
(125, 'el', 'Categories', '', '', ''),
(125, 'en', 'Categories', '', '', ''),
(125, 'es', 'Categories', '', '', ''),
(125, 'fr', 'Categories', '', '', ''),
(125, 'it', 'Categories', '', '', ''),
(125, 'nl', 'Categories', '', '', ''),
(125, 'no', 'Categories', '', '', ''),
(125, 'pt', 'Categories', '', '', ''),
(125, 'ro', 'Categories', '', '', ''),
(125, 'ru', 'Категории', '', '', ''),
(126, 'da', 'Cart', '', '', ''),
(126, 'de', 'Cart', '', '', ''),
(126, 'el', 'Cart', '', '', ''),
(126, 'en', 'Cart', '', '', ''),
(126, 'es', 'Cart', '', '', ''),
(126, 'fr', 'Cart', '', '', ''),
(126, 'it', 'Cart', '', '', ''),
(126, 'nl', 'Cart', '', '', ''),
(126, 'no', 'Cart', '', '', ''),
(126, 'pt', 'Cart', '', '', ''),
(126, 'ro', 'Cart', '', '', ''),
(126, 'ru', 'Корзина', '', '', ''),
(127, 'da', 'Checkout', '', '', ''),
(127, 'de', 'Checkout', '', '', ''),
(127, 'el', 'Checkout', '', '', ''),
(127, 'en', 'Checkout', '', '', ''),
(127, 'es', 'Checkout', '', '', ''),
(127, 'fr', 'Checkout', '', '', ''),
(127, 'it', 'Checkout', '', '', ''),
(127, 'nl', 'Checkout', '', '', ''),
(127, 'no', 'Checkout', '', '', ''),
(127, 'pt', 'Checkout', '', '', ''),
(127, 'ro', 'Checkout', '', '', ''),
(127, 'ru', 'Оформить заказ', '', '', ''),
(128, 'da', 'Order landing page', '', '', ''),
(128, 'de', 'Order landing page', '', '', ''),
(128, 'el', 'Order landing page', '', '', ''),
(128, 'en', 'Order landing page', '', '', ''),
(128, 'es', 'Order landing page', '', '', ''),
(128, 'fr', 'Order landing page', '', '', ''),
(128, 'it', 'Order landing page', '', '', ''),
(128, 'nl', 'Order landing page', '', '', ''),
(128, 'no', 'Order landing page', '', '', ''),
(128, 'pt', 'Order landing page', '', '', ''),
(128, 'ro', 'Order landing page', '', '', ''),
(128, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(129, 'da', 'Auth', '', '', ''),
(129, 'de', 'Auth', '', '', ''),
(129, 'el', 'Auth', '', '', ''),
(129, 'en', 'Auth', '', '', ''),
(129, 'es', 'Auth', '', '', ''),
(129, 'fr', 'Auth', '', '', ''),
(129, 'it', 'Auth', '', '', ''),
(129, 'nl', 'Auth', '', '', ''),
(129, 'no', 'Auth', '', '', ''),
(129, 'pt', 'Auth', '', '', ''),
(129, 'ro', 'Auth', '', '', ''),
(129, 'ru', 'Страница авторизации', '', '', ''),
(130, 'da', 'Profiles', '', '', ''),
(130, 'de', 'Profiles', '', '', ''),
(130, 'el', 'Profiles', '', '', ''),
(130, 'en', 'Profiles', '', '', ''),
(130, 'es', 'Profiles', '', '', ''),
(130, 'fr', 'Profiles', '', '', ''),
(130, 'it', 'Profiles', '', '', ''),
(130, 'nl', 'Profiles', '', '', ''),
(130, 'no', 'Profiles', '', '', ''),
(130, 'pt', 'Profiles', '', '', ''),
(130, 'ro', 'Profiles', '', '', ''),
(130, 'ru', 'Профиль', '', '', ''),
(131, 'da', 'Successful registration', '', '', ''),
(131, 'de', 'Successful registration', '', '', ''),
(131, 'el', 'Successful registration', '', '', ''),
(131, 'en', 'Successful registration', '', '', ''),
(131, 'es', 'Successful registration', '', '', ''),
(131, 'fr', 'Successful registration', '', '', ''),
(131, 'it', 'Successful registration', '', '', ''),
(131, 'nl', 'Successful registration', '', '', ''),
(131, 'no', 'Successful registration', '', '', ''),
(131, 'pt', 'Successful registration', '', '', ''),
(131, 'ro', 'Successful registration', '', '', ''),
(131, 'ru', 'Успешная регистрация', '', '', ''),
(132, 'da', 'Pages', '', '', ''),
(132, 'de', 'Pages', '', '', ''),
(132, 'el', 'Pages', '', '', ''),
(132, 'en', 'Pages', '', '', ''),
(132, 'es', 'Pages', '', '', ''),
(132, 'fr', 'Pages', '', '', ''),
(132, 'it', 'Pages', '', '', ''),
(132, 'nl', 'Pages', '', '', ''),
(132, 'no', 'Pages', '', '', ''),
(132, 'pt', 'Pages', '', '', ''),
(132, 'ro', 'Pages', '', '', ''),
(132, 'ru', 'Страницы', '', '', ''),
(134, 'da', '404', 'Page not found', '', ''),
(134, 'de', '404', 'Page not found', '', ''),
(134, 'el', '404', 'Page not found', '', ''),
(134, 'en', '404', 'Page not found', '', ''),
(134, 'es', '404', 'Page not found', '', ''),
(134, 'fr', '404', 'Page not found', '', ''),
(134, 'it', '404', 'Page not found', '', ''),
(134, 'nl', '404', 'Page not found', '', ''),
(134, 'no', '404', 'Page not found', '', ''),
(134, 'pt', '404', 'Page not found', '', ''),
(134, 'ro', '404', 'Page not found', '', ''),
(134, 'ru', '404', 'Page not found', '', ''),
(135, 'da', 'Search results', '', '', ''),
(135, 'de', 'Search results', '', '', ''),
(135, 'el', 'Search results', '', '', ''),
(135, 'en', 'Search results', '', '', ''),
(135, 'es', 'Search results', '', '', ''),
(135, 'fr', 'Search results', '', '', ''),
(135, 'it', 'Search results', '', '', ''),
(135, 'nl', 'Search results', '', '', ''),
(135, 'no', 'Search results', '', '', ''),
(135, 'pt', 'Search results', '', '', ''),
(135, 'ro', 'Search results', '', '', ''),
(135, 'ru', 'Результаты поиска', '', '', ''),
(136, 'da', 'Features', '', '', ''),
(136, 'de', 'Features', '', '', ''),
(136, 'el', 'Features', '', '', ''),
(136, 'en', 'Features', '', '', ''),
(136, 'es', 'Features', '', '', ''),
(136, 'fr', 'Features', '', '', ''),
(136, 'it', 'Features', '', '', ''),
(136, 'nl', 'Features', '', '', ''),
(136, 'no', 'Features', '', '', ''),
(136, 'pt', 'Features', '', '', ''),
(136, 'ro', 'Features', '', '', ''),
(136, 'ru', 'Характеристики', '', '', ''),
(138, 'da', 'AB: Promotion', 'Promotion', '', ''),
(138, 'de', 'AB: Promotion', 'Promotion', '', ''),
(138, 'el', 'AB: Promotion', 'Promotion', '', ''),
(138, 'en', 'AB: Promotion', 'Promotion', '', ''),
(138, 'es', 'AB: Promotion', 'Promotion', '', ''),
(138, 'fr', 'AB: Promotion', 'Promotion', '', ''),
(138, 'it', 'AB: Promotion', 'Promotion', '', ''),
(138, 'nl', 'AB: Promotion', 'Promotion', '', ''),
(138, 'no', 'AB: Promotion', 'Promotion', '', ''),
(138, 'pt', 'AB: Promotion', 'Promotion', '', ''),
(138, 'ro', 'AB: Promotion', 'Promotion', '', ''),
(138, 'ru', 'AB: Промо-акция', 'Промо-акция', '', ''),
(139, 'da', 'AB: Brands', 'Brands', '', ''),
(139, 'de', 'AB: Brands', 'Brands', '', ''),
(139, 'el', 'AB: Brands', 'Brands', '', ''),
(139, 'en', 'AB: Brands', 'Brands', '', ''),
(139, 'es', 'AB: Brands', 'Brands', '', ''),
(139, 'fr', 'AB: Brands', 'Brands', '', ''),
(139, 'it', 'AB: Brands', 'Brands', '', ''),
(139, 'nl', 'AB: Brands', 'Brands', '', ''),
(139, 'no', 'AB: Brands', 'Brands', '', ''),
(139, 'pt', 'AB: Brands', 'Brands', '', ''),
(139, 'ro', 'AB: Brands', 'Brands', '', ''),
(139, 'ru', 'AB: Бренды', 'Бренды', '', ''),
(141, 'da', 'Default', '', '', ''),
(141, 'de', 'Default', '', '', ''),
(141, 'el', 'Default', '', '', ''),
(141, 'en', 'Default', '', '', ''),
(141, 'es', 'Default', '', '', ''),
(141, 'fr', 'Default', '', '', ''),
(141, 'it', 'Default', '', '', ''),
(141, 'nl', 'Default', '', '', ''),
(141, 'no', 'Default', '', '', ''),
(141, 'pt', 'Default', '', '', ''),
(141, 'ro', 'Default', '', '', ''),
(141, 'ru', 'По умолчанию', '', '', ''),
(142, 'da', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(142, 'de', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(142, 'el', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(142, 'en', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(142, 'es', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(142, 'fr', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(142, 'it', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(142, 'nl', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(142, 'no', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(142, 'pt', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(142, 'ro', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(142, 'ru', 'Домашняя страница', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme, Шаблон, Интернет магазин, программное обеспечение для электронной коммерции'),
(143, 'da', 'Products', '', '', ''),
(143, 'de', 'Products', '', '', ''),
(143, 'el', 'Products', '', '', ''),
(143, 'en', 'Products', '', '', ''),
(143, 'es', 'Products', '', '', ''),
(143, 'fr', 'Products', '', '', ''),
(143, 'it', 'Products', '', '', ''),
(143, 'nl', 'Products', '', '', ''),
(143, 'no', 'Products', '', '', ''),
(143, 'pt', 'Products', '', '', ''),
(143, 'ro', 'Products', '', '', ''),
(143, 'ru', 'Товары', '', '', ''),
(144, 'da', 'Categories', '', '', ''),
(144, 'de', 'Categories', '', '', ''),
(144, 'el', 'Categories', '', '', ''),
(144, 'en', 'Categories', '', '', ''),
(144, 'es', 'Categories', '', '', ''),
(144, 'fr', 'Categories', '', '', ''),
(144, 'it', 'Categories', '', '', ''),
(144, 'nl', 'Categories', '', '', ''),
(144, 'no', 'Categories', '', '', ''),
(144, 'pt', 'Categories', '', '', ''),
(144, 'ro', 'Categories', '', '', ''),
(144, 'ru', 'Категории', '', '', ''),
(145, 'da', 'Cart', '', '', ''),
(145, 'de', 'Cart', '', '', ''),
(145, 'el', 'Cart', '', '', ''),
(145, 'en', 'Cart', '', '', ''),
(145, 'es', 'Cart', '', '', ''),
(145, 'fr', 'Cart', '', '', ''),
(145, 'it', 'Cart', '', '', ''),
(145, 'nl', 'Cart', '', '', ''),
(145, 'no', 'Cart', '', '', ''),
(145, 'pt', 'Cart', '', '', ''),
(145, 'ro', 'Cart', '', '', ''),
(145, 'ru', 'Корзина', '', '', ''),
(146, 'da', 'Checkout', '', '', ''),
(146, 'de', 'Checkout', '', '', ''),
(146, 'el', 'Checkout', '', '', ''),
(146, 'en', 'Checkout', '', '', ''),
(146, 'es', 'Checkout', '', '', ''),
(146, 'fr', 'Checkout', '', '', ''),
(146, 'it', 'Checkout', '', '', ''),
(146, 'nl', 'Checkout', '', '', ''),
(146, 'no', 'Checkout', '', '', ''),
(146, 'pt', 'Checkout', '', '', ''),
(146, 'ro', 'Checkout', '', '', ''),
(146, 'ru', 'Оформить заказ', '', '', ''),
(147, 'da', 'Order landing page', '', '', ''),
(147, 'de', 'Order landing page', '', '', ''),
(147, 'el', 'Order landing page', '', '', ''),
(147, 'en', 'Order landing page', '', '', ''),
(147, 'es', 'Order landing page', '', '', ''),
(147, 'fr', 'Order landing page', '', '', ''),
(147, 'it', 'Order landing page', '', '', ''),
(147, 'nl', 'Order landing page', '', '', ''),
(147, 'no', 'Order landing page', '', '', ''),
(147, 'pt', 'Order landing page', '', '', ''),
(147, 'ro', 'Order landing page', '', '', ''),
(147, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(148, 'da', 'Auth', '', '', ''),
(148, 'de', 'Auth', '', '', ''),
(148, 'el', 'Auth', '', '', ''),
(148, 'en', 'Auth', '', '', ''),
(148, 'es', 'Auth', '', '', ''),
(148, 'fr', 'Auth', '', '', ''),
(148, 'it', 'Auth', '', '', ''),
(148, 'nl', 'Auth', '', '', ''),
(148, 'no', 'Auth', '', '', ''),
(148, 'pt', 'Auth', '', '', ''),
(148, 'ro', 'Auth', '', '', ''),
(148, 'ru', 'Страница авторизации', '', '', ''),
(149, 'da', 'Profiles', '', '', ''),
(149, 'de', 'Profiles', '', '', ''),
(149, 'el', 'Profiles', '', '', ''),
(149, 'en', 'Profiles', '', '', ''),
(149, 'es', 'Profiles', '', '', ''),
(149, 'fr', 'Profiles', '', '', ''),
(149, 'it', 'Profiles', '', '', ''),
(149, 'nl', 'Profiles', '', '', ''),
(149, 'no', 'Profiles', '', '', ''),
(149, 'pt', 'Profiles', '', '', ''),
(149, 'ro', 'Profiles', '', '', ''),
(149, 'ru', 'Профиль', '', '', ''),
(150, 'da', 'Successful registration', '', '', ''),
(150, 'de', 'Successful registration', '', '', ''),
(150, 'el', 'Successful registration', '', '', ''),
(150, 'en', 'Successful registration', '', '', ''),
(150, 'es', 'Successful registration', '', '', ''),
(150, 'fr', 'Successful registration', '', '', ''),
(150, 'it', 'Successful registration', '', '', ''),
(150, 'nl', 'Successful registration', '', '', ''),
(150, 'no', 'Successful registration', '', '', ''),
(150, 'pt', 'Successful registration', '', '', ''),
(150, 'ro', 'Successful registration', '', '', ''),
(150, 'ru', 'Успешная регистрация', '', '', ''),
(151, 'da', 'Pages', '', '', ''),
(151, 'de', 'Pages', '', '', ''),
(151, 'el', 'Pages', '', '', ''),
(151, 'en', 'Pages', '', '', ''),
(151, 'es', 'Pages', '', '', ''),
(151, 'fr', 'Pages', '', '', ''),
(151, 'it', 'Pages', '', '', ''),
(151, 'nl', 'Pages', '', '', ''),
(151, 'no', 'Pages', '', '', ''),
(151, 'pt', 'Pages', '', '', ''),
(151, 'ro', 'Pages', '', '', ''),
(151, 'ru', 'Страницы', '', '', ''),
(153, 'da', '404', 'Page not found', '', ''),
(153, 'de', '404', 'Page not found', '', ''),
(153, 'el', '404', 'Page not found', '', ''),
(153, 'en', '404', 'Page not found', '', ''),
(153, 'es', '404', 'Page not found', '', ''),
(153, 'fr', '404', 'Page not found', '', ''),
(153, 'it', '404', 'Page not found', '', ''),
(153, 'nl', '404', 'Page not found', '', ''),
(153, 'no', '404', 'Page not found', '', ''),
(153, 'pt', '404', 'Page not found', '', ''),
(153, 'ro', '404', 'Page not found', '', ''),
(153, 'ru', '404', 'Page not found', '', ''),
(154, 'da', 'Search results', '', '', ''),
(154, 'de', 'Search results', '', '', ''),
(154, 'el', 'Search results', '', '', ''),
(154, 'en', 'Search results', '', '', ''),
(154, 'es', 'Search results', '', '', ''),
(154, 'fr', 'Search results', '', '', ''),
(154, 'it', 'Search results', '', '', ''),
(154, 'nl', 'Search results', '', '', ''),
(154, 'no', 'Search results', '', '', ''),
(154, 'pt', 'Search results', '', '', ''),
(154, 'ro', 'Search results', '', '', ''),
(154, 'ru', 'Результаты поиска', '', '', ''),
(155, 'da', 'Features', '', '', ''),
(155, 'de', 'Features', '', '', ''),
(155, 'el', 'Features', '', '', ''),
(155, 'en', 'Features', '', '', ''),
(155, 'es', 'Features', '', '', ''),
(155, 'fr', 'Features', '', '', ''),
(155, 'it', 'Features', '', '', ''),
(155, 'nl', 'Features', '', '', ''),
(155, 'no', 'Features', '', '', ''),
(155, 'pt', 'Features', '', '', ''),
(155, 'ro', 'Features', '', '', ''),
(155, 'ru', 'Характеристики', '', '', ''),
(157, 'da', 'AB: Promotion', 'Promotion', '', ''),
(157, 'de', 'AB: Promotion', 'Promotion', '', ''),
(157, 'el', 'AB: Promotion', 'Promotion', '', ''),
(157, 'en', 'AB: Promotion', 'Promotion', '', ''),
(157, 'es', 'AB: Promotion', 'Promotion', '', ''),
(157, 'fr', 'AB: Promotion', 'Promotion', '', ''),
(157, 'it', 'AB: Promotion', 'Promotion', '', ''),
(157, 'nl', 'AB: Promotion', 'Promotion', '', ''),
(157, 'no', 'AB: Promotion', 'Promotion', '', ''),
(157, 'pt', 'AB: Promotion', 'Promotion', '', ''),
(157, 'ro', 'AB: Promotion', 'Promotion', '', ''),
(157, 'ru', 'AB: Промо-акция', 'Промо-акция', '', ''),
(158, 'da', 'AB: Brands', 'Brands', '', ''),
(158, 'de', 'AB: Brands', 'Brands', '', ''),
(158, 'el', 'AB: Brands', 'Brands', '', ''),
(158, 'en', 'AB: Brands', 'Brands', '', ''),
(158, 'es', 'AB: Brands', 'Brands', '', ''),
(158, 'fr', 'AB: Brands', 'Brands', '', ''),
(158, 'it', 'AB: Brands', 'Brands', '', ''),
(158, 'nl', 'AB: Brands', 'Brands', '', ''),
(158, 'no', 'AB: Brands', 'Brands', '', ''),
(158, 'pt', 'AB: Brands', 'Brands', '', ''),
(158, 'ro', 'AB: Brands', 'Brands', '', ''),
(158, 'ru', 'AB: Бренды', 'Бренды', '', ''),
(160, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(160, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(160, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(160, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(160, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(160, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(160, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(160, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(160, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(160, 'pt', 'AB: Categories', 'Partiu.Shop - Partiu comprar! - Partiu vender!', 'AB: Category catalog', 'AB: Categories'),
(160, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(160, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(161, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(161, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(161, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(161, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(161, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(161, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(161, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(161, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(161, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(161, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(161, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(161, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(162, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(162, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(162, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(162, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(162, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(162, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(162, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(162, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(162, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(162, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(162, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(162, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(163, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(163, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(163, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(163, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(163, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(163, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(163, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(163, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(163, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(163, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(163, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(163, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(164, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(164, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(164, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(164, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(164, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(164, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(164, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(164, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(164, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(164, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(164, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(164, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(165, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(165, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(165, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(165, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(165, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(165, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(165, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(165, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(165, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(165, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(165, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(165, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(166, 'da', 'Blog', '', '', ''),
(166, 'de', 'Blog', '', '', ''),
(166, 'el', 'Blog', '', '', ''),
(166, 'en', 'Blog', '', '', ''),
(166, 'es', 'Blog', '', '', ''),
(166, 'fr', 'Blog', '', '', ''),
(166, 'it', 'Blog', '', '', ''),
(166, 'nl', 'Blog', '', '', ''),
(166, 'no', 'Blog', '', '', ''),
(166, 'pt', 'Blog', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(166, 'ro', 'Blog', '', '', ''),
(166, 'ru', 'Blog', '', '', ''),
(167, 'da', 'Blog', '', '', ''),
(167, 'de', 'Blog', '', '', ''),
(167, 'el', 'Blog', '', '', ''),
(167, 'en', 'Blog', '', '', ''),
(167, 'es', 'Blog', '', '', ''),
(167, 'fr', 'Blog', '', '', ''),
(167, 'it', 'Blog', '', '', ''),
(167, 'nl', 'Blog', '', '', ''),
(167, 'no', 'Blog', '', '', ''),
(167, 'pt', 'Blog', '', '', ''),
(167, 'ro', 'Blog', '', '', ''),
(167, 'ru', 'Blog', '', '', ''),
(168, 'da', 'Blog', '', '', ''),
(168, 'de', 'Blog', '', '', ''),
(168, 'el', 'Blog', '', '', ''),
(168, 'en', 'Blog', '', '', ''),
(168, 'es', 'Blog', '', '', ''),
(168, 'fr', 'Blog', '', '', ''),
(168, 'it', 'Blog', '', '', ''),
(168, 'nl', 'Blog', '', '', ''),
(168, 'no', 'Blog', '', '', ''),
(168, 'pt', 'Blog', '', '', ''),
(168, 'ro', 'Blog', '', '', ''),
(168, 'ru', 'Blog', '', '', ''),
(169, 'da', 'Blog', '', '', ''),
(169, 'de', 'Blog', '', '', ''),
(169, 'el', 'Blog', '', '', ''),
(169, 'en', 'Blog', '', '', ''),
(169, 'es', 'Blog', '', '', ''),
(169, 'fr', 'Blog', '', '', ''),
(169, 'it', 'Blog', '', '', ''),
(169, 'nl', 'Blog', '', '', ''),
(169, 'no', 'Blog', '', '', ''),
(169, 'pt', 'Blog', '', '', ''),
(169, 'ro', 'Blog', '', '', ''),
(169, 'ru', 'Blog', '', '', ''),
(170, 'da', 'Blog', '', '', ''),
(170, 'de', 'Blog', '', '', ''),
(170, 'el', 'Blog', '', '', ''),
(170, 'en', 'Blog', '', '', ''),
(170, 'es', 'Blog', '', '', ''),
(170, 'fr', 'Blog', '', '', ''),
(170, 'it', 'Blog', '', '', ''),
(170, 'nl', 'Blog', '', '', ''),
(170, 'no', 'Blog', '', '', ''),
(170, 'pt', 'Blog', '', '', ''),
(170, 'ro', 'Blog', '', '', ''),
(170, 'ru', 'Blog', '', '', ''),
(171, 'da', 'Blog', '', '', ''),
(171, 'de', 'Blog', '', '', ''),
(171, 'el', 'Blog', '', '', ''),
(171, 'en', 'Blog', '', '', ''),
(171, 'es', 'Blog', '', '', ''),
(171, 'fr', 'Blog', '', '', ''),
(171, 'it', 'Blog', '', '', ''),
(171, 'nl', 'Blog', '', '', ''),
(171, 'no', 'Blog', '', '', ''),
(171, 'pt', 'Blog', '', '', ''),
(171, 'ro', 'Blog', '', '', ''),
(171, 'ru', 'Blog', '', '', ''),
(172, 'da', 'Gift certificates', '', '', ''),
(172, 'de', 'Gift certificates', '', '', ''),
(172, 'el', 'Gift certificates', '', '', ''),
(172, 'en', 'Gift certificates', '', '', ''),
(172, 'es', 'Gift certificates', '', '', ''),
(172, 'fr', 'Gift certificates', '', '', ''),
(172, 'it', 'Gift certificates', '', '', ''),
(172, 'nl', 'Gift certificates', '', '', ''),
(172, 'no', 'Gift certificates', '', '', ''),
(172, 'pt', 'Gift certificates', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(172, 'ro', 'Gift certificates', '', '', ''),
(172, 'ru', 'Подарочные сертификаты', '', '', ''),
(173, 'da', 'Gift certificates', '', '', ''),
(173, 'de', 'Gift certificates', '', '', ''),
(173, 'el', 'Gift certificates', '', '', ''),
(173, 'en', 'Gift certificates', '', '', ''),
(173, 'es', 'Gift certificates', '', '', ''),
(173, 'fr', 'Gift certificates', '', '', ''),
(173, 'it', 'Gift certificates', '', '', ''),
(173, 'nl', 'Gift certificates', '', '', ''),
(173, 'no', 'Gift certificates', '', '', ''),
(173, 'pt', 'Gift certificates', '', '', ''),
(173, 'ro', 'Gift certificates', '', '', ''),
(173, 'ru', 'Подарочные сертификаты', '', '', ''),
(174, 'da', 'Gift certificates', '', '', ''),
(174, 'de', 'Gift certificates', '', '', ''),
(174, 'el', 'Gift certificates', '', '', ''),
(174, 'en', 'Gift certificates', '', '', ''),
(174, 'es', 'Gift certificates', '', '', ''),
(174, 'fr', 'Gift certificates', '', '', ''),
(174, 'it', 'Gift certificates', '', '', ''),
(174, 'nl', 'Gift certificates', '', '', ''),
(174, 'no', 'Gift certificates', '', '', ''),
(174, 'pt', 'Gift certificates', '', '', ''),
(174, 'ro', 'Gift certificates', '', '', ''),
(174, 'ru', 'Подарочные сертификаты', '', '', ''),
(175, 'da', 'Gift certificates', '', '', ''),
(175, 'de', 'Gift certificates', '', '', ''),
(175, 'el', 'Gift certificates', '', '', ''),
(175, 'en', 'Gift certificates', '', '', ''),
(175, 'es', 'Gift certificates', '', '', ''),
(175, 'fr', 'Gift certificates', '', '', ''),
(175, 'it', 'Gift certificates', '', '', ''),
(175, 'nl', 'Gift certificates', '', '', ''),
(175, 'no', 'Gift certificates', '', '', ''),
(175, 'pt', 'Gift certificates', '', '', ''),
(175, 'ro', 'Gift certificates', '', '', ''),
(175, 'ru', 'Подарочные сертификаты', '', '', ''),
(176, 'da', 'Gift certificates', '', '', ''),
(176, 'de', 'Gift certificates', '', '', ''),
(176, 'el', 'Gift certificates', '', '', ''),
(176, 'en', 'Gift certificates', '', '', ''),
(176, 'es', 'Gift certificates', '', '', ''),
(176, 'fr', 'Gift certificates', '', '', ''),
(176, 'it', 'Gift certificates', '', '', ''),
(176, 'nl', 'Gift certificates', '', '', ''),
(176, 'no', 'Gift certificates', '', '', ''),
(176, 'pt', 'Gift certificates', '', '', ''),
(176, 'ro', 'Gift certificates', '', '', ''),
(176, 'ru', 'Подарочные сертификаты', '', '', ''),
(177, 'da', 'Gift certificates', '', '', ''),
(177, 'de', 'Gift certificates', '', '', ''),
(177, 'el', 'Gift certificates', '', '', ''),
(177, 'en', 'Gift certificates', '', '', ''),
(177, 'es', 'Gift certificates', '', '', ''),
(177, 'fr', 'Gift certificates', '', '', ''),
(177, 'it', 'Gift certificates', '', '', ''),
(177, 'nl', 'Gift certificates', '', '', ''),
(177, 'no', 'Gift certificates', '', '', ''),
(177, 'pt', 'Gift certificates', '', '', ''),
(177, 'ro', 'Gift certificates', '', '', ''),
(177, 'ru', 'Подарочные сертификаты', '', '', ''),
(178, 'da', 'Vendors plans', '', '', ''),
(178, 'de', 'Vendors plans', '', '', ''),
(178, 'el', 'Vendors plans', '', '', ''),
(178, 'en', 'Vendors plans', '', '', ''),
(178, 'es', 'Vendors plans', '', '', ''),
(178, 'fr', 'Vendors plans', '', '', ''),
(178, 'it', 'Vendors plans', '', '', ''),
(178, 'nl', 'Vendors plans', '', '', ''),
(178, 'no', 'Vendors plans', '', '', ''),
(178, 'pt', 'Vendors plans', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(178, 'ro', 'Vendors plans', '', '', ''),
(178, 'ru', 'Vendors plans', '', '', ''),
(179, 'da', 'Vendors plans', '', '', ''),
(179, 'de', 'Vendors plans', '', '', ''),
(179, 'el', 'Vendors plans', '', '', ''),
(179, 'en', 'Vendors plans', '', '', ''),
(179, 'es', 'Vendors plans', '', '', ''),
(179, 'fr', 'Vendors plans', '', '', ''),
(179, 'it', 'Vendors plans', '', '', ''),
(179, 'nl', 'Vendors plans', '', '', ''),
(179, 'no', 'Vendors plans', '', '', ''),
(179, 'pt', 'Vendors plans', '', '', ''),
(179, 'ro', 'Vendors plans', '', '', ''),
(179, 'ru', 'Vendors plans', '', '', ''),
(180, 'da', 'Vendors plans', '', '', ''),
(180, 'de', 'Vendors plans', '', '', ''),
(180, 'el', 'Vendors plans', '', '', ''),
(180, 'en', 'Vendors plans', '', '', ''),
(180, 'es', 'Vendors plans', '', '', ''),
(180, 'fr', 'Vendors plans', '', '', ''),
(180, 'it', 'Vendors plans', '', '', ''),
(180, 'nl', 'Vendors plans', '', '', ''),
(180, 'no', 'Vendors plans', '', '', ''),
(180, 'pt', 'Vendors plans', '', '', ''),
(180, 'ro', 'Vendors plans', '', '', ''),
(180, 'ru', 'Vendors plans', '', '', ''),
(181, 'da', 'Vendors plans', '', '', ''),
(181, 'de', 'Vendors plans', '', '', ''),
(181, 'el', 'Vendors plans', '', '', ''),
(181, 'en', 'Vendors plans', '', '', ''),
(181, 'es', 'Vendors plans', '', '', ''),
(181, 'fr', 'Vendors plans', '', '', ''),
(181, 'it', 'Vendors plans', '', '', ''),
(181, 'nl', 'Vendors plans', '', '', ''),
(181, 'no', 'Vendors plans', '', '', ''),
(181, 'pt', 'Vendors plans', '', '', ''),
(181, 'ro', 'Vendors plans', '', '', ''),
(181, 'ru', 'Vendors plans', '', '', ''),
(182, 'da', 'Vendors plans', '', '', ''),
(182, 'de', 'Vendors plans', '', '', ''),
(182, 'el', 'Vendors plans', '', '', ''),
(182, 'en', 'Vendors plans', '', '', ''),
(182, 'es', 'Vendors plans', '', '', ''),
(182, 'fr', 'Vendors plans', '', '', ''),
(182, 'it', 'Vendors plans', '', '', ''),
(182, 'nl', 'Vendors plans', '', '', ''),
(182, 'no', 'Vendors plans', '', '', ''),
(182, 'pt', 'Vendors plans', '', '', ''),
(182, 'ro', 'Vendors plans', '', '', ''),
(182, 'ru', 'Vendors plans', '', '', ''),
(183, 'da', 'Vendors plans', '', '', ''),
(183, 'de', 'Vendors plans', '', '', ''),
(183, 'el', 'Vendors plans', '', '', ''),
(183, 'en', 'Vendors plans', '', '', ''),
(183, 'es', 'Vendors plans', '', '', ''),
(183, 'fr', 'Vendors plans', '', '', ''),
(183, 'it', 'Vendors plans', '', '', ''),
(183, 'nl', 'Vendors plans', '', '', ''),
(183, 'no', 'Vendors plans', '', '', ''),
(183, 'pt', 'Vendors plans', '', '', ''),
(183, 'ro', 'Vendors plans', '', '', ''),
(183, 'ru', 'Vendors plans', '', '', ''),
(184, 'da', 'Default', '', '', ''),
(184, 'de', 'Default', '', '', ''),
(184, 'el', 'Default', '', '', ''),
(184, 'en', 'Default', '', '', ''),
(184, 'es', 'Default', '', '', ''),
(184, 'fr', 'Default', '', '', ''),
(184, 'it', 'Default', '', '', ''),
(184, 'nl', 'Default', '', '', ''),
(184, 'no', 'Default', '', '', ''),
(184, 'pt', 'Default', '', '', ''),
(184, 'ro', 'Default', '', '', ''),
(184, 'ru', 'По умолчанию', '', '', ''),
(185, 'da', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(185, 'de', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(185, 'el', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(185, 'en', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(185, 'es', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store');
INSERT INTO `partiushop_bm_locations_descriptions` (`location_id`, `lang_code`, `name`, `title`, `meta_description`, `meta_keywords`) VALUES
(185, 'fr', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(185, 'it', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(185, 'nl', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(185, 'no', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(185, 'pt', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(185, 'ro', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(185, 'ru', 'Домашняя страница', '', 'Защищенное и многофункциональное программное обеспечение для создания интернет-магазина, включающие в себя большое количество возможностей для электронной коммерции.', 'Интернет магазин, программное обеспечение для электронной коммерции'),
(186, 'da', 'Products', '', '', ''),
(186, 'de', 'Products', '', '', ''),
(186, 'el', 'Products', '', '', ''),
(186, 'en', 'Products', '', '', ''),
(186, 'es', 'Products', '', '', ''),
(186, 'fr', 'Products', '', '', ''),
(186, 'it', 'Products', '', '', ''),
(186, 'nl', 'Products', '', '', ''),
(186, 'no', 'Products', '', '', ''),
(186, 'pt', 'Products', '', '', ''),
(186, 'ro', 'Products', '', '', ''),
(186, 'ru', 'Продукты', '', '', ''),
(187, 'da', 'Categories', '', '', ''),
(187, 'de', 'Categories', '', '', ''),
(187, 'el', 'Categories', '', '', ''),
(187, 'en', 'Categories', '', '', ''),
(187, 'es', 'Categories', '', '', ''),
(187, 'fr', 'Categories', '', '', ''),
(187, 'it', 'Categories', '', '', ''),
(187, 'nl', 'Categories', '', '', ''),
(187, 'no', 'Categories', '', '', ''),
(187, 'pt', 'Categories', '', '', ''),
(187, 'ro', 'Categories', '', '', ''),
(187, 'ru', 'Категории', '', '', ''),
(188, 'da', 'Cart', '', '', ''),
(188, 'de', 'Cart', '', '', ''),
(188, 'el', 'Cart', '', '', ''),
(188, 'en', 'Cart', '', '', ''),
(188, 'es', 'Cart', '', '', ''),
(188, 'fr', 'Cart', '', '', ''),
(188, 'it', 'Cart', '', '', ''),
(188, 'nl', 'Cart', '', '', ''),
(188, 'no', 'Cart', '', '', ''),
(188, 'pt', 'Cart', '', '', ''),
(188, 'ro', 'Cart', '', '', ''),
(188, 'ru', 'Корзина', '', '', ''),
(189, 'da', 'Checkout', '', '', ''),
(189, 'de', 'Checkout', '', '', ''),
(189, 'el', 'Checkout', '', '', ''),
(189, 'en', 'Checkout', '', '', ''),
(189, 'es', 'Checkout', '', '', ''),
(189, 'fr', 'Checkout', '', '', ''),
(189, 'it', 'Checkout', '', '', ''),
(189, 'nl', 'Checkout', '', '', ''),
(189, 'no', 'Checkout', '', '', ''),
(189, 'pt', 'Checkout', '', '', ''),
(189, 'ro', 'Checkout', '', '', ''),
(189, 'ru', 'Оформить заказ', '', '', ''),
(190, 'da', 'Auth', '', '', ''),
(190, 'de', 'Auth', '', '', ''),
(190, 'el', 'Auth', '', '', ''),
(190, 'en', 'Auth', '', '', ''),
(190, 'es', 'Auth', '', '', ''),
(190, 'fr', 'Auth', '', '', ''),
(190, 'it', 'Auth', '', '', ''),
(190, 'nl', 'Auth', '', '', ''),
(190, 'no', 'Auth', '', '', ''),
(190, 'pt', 'Auth', '', '', ''),
(190, 'ro', 'Auth', '', '', ''),
(190, 'ru', 'Страница авторизации', '', '', ''),
(191, 'da', 'Profiles', '', '', ''),
(191, 'de', 'Profiles', '', '', ''),
(191, 'el', 'Profiles', '', '', ''),
(191, 'en', 'Profiles', '', '', ''),
(191, 'es', 'Profiles', '', '', ''),
(191, 'fr', 'Profiles', '', '', ''),
(191, 'it', 'Profiles', '', '', ''),
(191, 'nl', 'Profiles', '', '', ''),
(191, 'no', 'Profiles', '', '', ''),
(191, 'pt', 'Profiles', '', '', ''),
(191, 'ro', 'Profiles', '', '', ''),
(191, 'ru', 'Профили', '', '', ''),
(192, 'da', 'Successful registration', '', '', ''),
(192, 'de', 'Successful registration', '', '', ''),
(192, 'el', 'Successful registration', '', '', ''),
(192, 'en', 'Successful registration', '', '', ''),
(192, 'es', 'Successful registration', '', '', ''),
(192, 'fr', 'Successful registration', '', '', ''),
(192, 'it', 'Successful registration', '', '', ''),
(192, 'nl', 'Successful registration', '', '', ''),
(192, 'no', 'Successful registration', '', '', ''),
(192, 'pt', 'Successful registration', '', '', ''),
(192, 'ro', 'Successful registration', '', '', ''),
(192, 'ru', 'Успешная регистрация', '', '', ''),
(193, 'da', 'Order landing page', '', '', ''),
(193, 'de', 'Order landing page', '', '', ''),
(193, 'el', 'Order landing page', '', '', ''),
(193, 'en', 'Order landing page', '', '', ''),
(193, 'es', 'Order landing page', '', '', ''),
(193, 'fr', 'Order landing page', '', '', ''),
(193, 'it', 'Order landing page', '', '', ''),
(193, 'nl', 'Order landing page', '', '', ''),
(193, 'no', 'Order landing page', '', '', ''),
(193, 'pt', 'Order landing page', '', '', ''),
(193, 'ro', 'Order landing page', '', '', ''),
(193, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(194, 'da', 'Pages', '', '', ''),
(194, 'de', 'Pages', '', '', ''),
(194, 'el', 'Pages', '', '', ''),
(194, 'en', 'Pages', '', '', ''),
(194, 'es', 'Pages', '', '', ''),
(194, 'fr', 'Pages', '', '', ''),
(194, 'it', 'Pages', '', '', ''),
(194, 'nl', 'Pages', '', '', ''),
(194, 'no', 'Pages', '', '', ''),
(194, 'pt', 'Pages', '', '', ''),
(194, 'ro', 'Pages', '', '', ''),
(194, 'ru', 'Страницы', '', '', ''),
(195, 'da', 'Vendor store', '', '', ''),
(195, 'de', 'Vendor store', '', '', ''),
(195, 'el', 'Vendor store', '', '', ''),
(195, 'en', 'Vendor store', '', '', ''),
(195, 'es', 'Vendor store', '', '', ''),
(195, 'fr', 'Vendor store', '', '', ''),
(195, 'it', 'Vendor store', '', '', ''),
(195, 'nl', 'Vendor store', '', '', ''),
(195, 'no', 'Vendor store', '', '', ''),
(195, 'pt', 'Vendor store', '', '', ''),
(195, 'ro', 'Vendor store', '', '', ''),
(195, 'ru', 'Магазин продавца', '', '', ''),
(196, 'da', 'Vendor application form', '', '', ''),
(196, 'de', 'Vendor application form', '', '', ''),
(196, 'el', 'Vendor application form', '', '', ''),
(196, 'en', 'Vendor application form', '', '', ''),
(196, 'es', 'Vendor application form', '', '', ''),
(196, 'fr', 'Vendor application form', '', '', ''),
(196, 'it', 'Vendor application form', '', '', ''),
(196, 'nl', 'Vendor application form', '', '', ''),
(196, 'no', 'Vendor application form', '', '', ''),
(196, 'pt', 'Vendor application form', '', '', ''),
(196, 'ro', 'Vendor application form', '', '', ''),
(196, 'ru', 'Форма регистрации продавца', '', '', ''),
(198, 'da', '404', 'Page not found', '', ''),
(198, 'de', '404', 'Page not found', '', ''),
(198, 'el', '404', 'Page not found', '', ''),
(198, 'en', '404', 'Page not found', '', ''),
(198, 'es', '404', 'Page not found', '', ''),
(198, 'fr', '404', 'Page not found', '', ''),
(198, 'it', '404', 'Page not found', '', ''),
(198, 'nl', '404', 'Page not found', '', ''),
(198, 'no', '404', 'Page not found', '', ''),
(198, 'pt', '404', 'Page not found', '', ''),
(198, 'ro', '404', 'Page not found', '', ''),
(198, 'ru', '404', 'Page not found', '', ''),
(199, 'da', 'Search results', '', '', ''),
(199, 'de', 'Search results', '', '', ''),
(199, 'el', 'Search results', '', '', ''),
(199, 'en', 'Search results', '', '', ''),
(199, 'es', 'Search results', '', '', ''),
(199, 'fr', 'Search results', '', '', ''),
(199, 'it', 'Search results', '', '', ''),
(199, 'nl', 'Search results', '', '', ''),
(199, 'no', 'Search results', '', '', ''),
(199, 'pt', 'Search results', '', '', ''),
(199, 'ro', 'Search results', '', '', ''),
(199, 'ru', 'Результаты поиска', '', '', ''),
(201, 'da', 'Default', '', '', ''),
(201, 'de', 'Default', '', '', ''),
(201, 'el', 'Default', '', '', ''),
(201, 'en', 'Default', '', '', ''),
(201, 'es', 'Default', '', '', ''),
(201, 'fr', 'Default', '', '', ''),
(201, 'it', 'Default', '', '', ''),
(201, 'nl', 'Default', '', '', ''),
(201, 'no', 'Default', '', '', ''),
(201, 'pt', 'Default', '', '', ''),
(201, 'ro', 'Default', '', '', ''),
(201, 'ru', 'По умолчанию', '', '', ''),
(202, 'da', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(202, 'de', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(202, 'el', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(202, 'en', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(202, 'es', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(202, 'fr', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(202, 'it', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(202, 'nl', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(202, 'no', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(202, 'pt', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(202, 'ro', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(202, 'ru', 'Домашняя страница', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme, Шаблон, Интернет магазин, программное обеспечение для электронной коммерции'),
(203, 'da', 'Products', '', '', ''),
(203, 'de', 'Products', '', '', ''),
(203, 'el', 'Products', '', '', ''),
(203, 'en', 'Products', '', '', ''),
(203, 'es', 'Products', '', '', ''),
(203, 'fr', 'Products', '', '', ''),
(203, 'it', 'Products', '', '', ''),
(203, 'nl', 'Products', '', '', ''),
(203, 'no', 'Products', '', '', ''),
(203, 'pt', 'Products', '', '', ''),
(203, 'ro', 'Products', '', '', ''),
(203, 'ru', 'Товары', '', '', ''),
(204, 'da', 'Categories', '', '', ''),
(204, 'de', 'Categories', '', '', ''),
(204, 'el', 'Categories', '', '', ''),
(204, 'en', 'Categories', '', '', ''),
(204, 'es', 'Categories', '', '', ''),
(204, 'fr', 'Categories', '', '', ''),
(204, 'it', 'Categories', '', '', ''),
(204, 'nl', 'Categories', '', '', ''),
(204, 'no', 'Categories', '', '', ''),
(204, 'pt', 'Categories', '', '', ''),
(204, 'ro', 'Categories', '', '', ''),
(204, 'ru', 'Категории', '', '', ''),
(205, 'da', 'Cart', '', '', ''),
(205, 'de', 'Cart', '', '', ''),
(205, 'el', 'Cart', '', '', ''),
(205, 'en', 'Cart', '', '', ''),
(205, 'es', 'Cart', '', '', ''),
(205, 'fr', 'Cart', '', '', ''),
(205, 'it', 'Cart', '', '', ''),
(205, 'nl', 'Cart', '', '', ''),
(205, 'no', 'Cart', '', '', ''),
(205, 'pt', 'Cart', '', '', ''),
(205, 'ro', 'Cart', '', '', ''),
(205, 'ru', 'Корзина', '', '', ''),
(206, 'da', 'Checkout', '', '', ''),
(206, 'de', 'Checkout', '', '', ''),
(206, 'el', 'Checkout', '', '', ''),
(206, 'en', 'Checkout', '', '', ''),
(206, 'es', 'Checkout', '', '', ''),
(206, 'fr', 'Checkout', '', '', ''),
(206, 'it', 'Checkout', '', '', ''),
(206, 'nl', 'Checkout', '', '', ''),
(206, 'no', 'Checkout', '', '', ''),
(206, 'pt', 'Checkout', '', '', ''),
(206, 'ro', 'Checkout', '', '', ''),
(206, 'ru', 'Оформить заказ', '', '', ''),
(207, 'da', 'Order landing page', '', '', ''),
(207, 'de', 'Order landing page', '', '', ''),
(207, 'el', 'Order landing page', '', '', ''),
(207, 'en', 'Order landing page', '', '', ''),
(207, 'es', 'Order landing page', '', '', ''),
(207, 'fr', 'Order landing page', '', '', ''),
(207, 'it', 'Order landing page', '', '', ''),
(207, 'nl', 'Order landing page', '', '', ''),
(207, 'no', 'Order landing page', '', '', ''),
(207, 'pt', 'Order landing page', '', '', ''),
(207, 'ro', 'Order landing page', '', '', ''),
(207, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(208, 'da', 'Auth', '', '', ''),
(208, 'de', 'Auth', '', '', ''),
(208, 'el', 'Auth', '', '', ''),
(208, 'en', 'Auth', '', '', ''),
(208, 'es', 'Auth', '', '', ''),
(208, 'fr', 'Auth', '', '', ''),
(208, 'it', 'Auth', '', '', ''),
(208, 'nl', 'Auth', '', '', ''),
(208, 'no', 'Auth', '', '', ''),
(208, 'pt', 'Auth', '', '', ''),
(208, 'ro', 'Auth', '', '', ''),
(208, 'ru', 'Страница авторизации', '', '', ''),
(209, 'da', 'Profiles', '', '', ''),
(209, 'de', 'Profiles', '', '', ''),
(209, 'el', 'Profiles', '', '', ''),
(209, 'en', 'Profiles', '', '', ''),
(209, 'es', 'Profiles', '', '', ''),
(209, 'fr', 'Profiles', '', '', ''),
(209, 'it', 'Profiles', '', '', ''),
(209, 'nl', 'Profiles', '', '', ''),
(209, 'no', 'Profiles', '', '', ''),
(209, 'pt', 'Profiles', '', '', ''),
(209, 'ro', 'Profiles', '', '', ''),
(209, 'ru', 'Профиль', '', '', ''),
(210, 'da', 'Successful registration', '', '', ''),
(210, 'de', 'Successful registration', '', '', ''),
(210, 'el', 'Successful registration', '', '', ''),
(210, 'en', 'Successful registration', '', '', ''),
(210, 'es', 'Successful registration', '', '', ''),
(210, 'fr', 'Successful registration', '', '', ''),
(210, 'it', 'Successful registration', '', '', ''),
(210, 'nl', 'Successful registration', '', '', ''),
(210, 'no', 'Successful registration', '', '', ''),
(210, 'pt', 'Successful registration', '', '', ''),
(210, 'ro', 'Successful registration', '', '', ''),
(210, 'ru', 'Успешная регистрация', '', '', ''),
(211, 'da', 'Pages', '', '', ''),
(211, 'de', 'Pages', '', '', ''),
(211, 'el', 'Pages', '', '', ''),
(211, 'en', 'Pages', '', '', ''),
(211, 'es', 'Pages', '', '', ''),
(211, 'fr', 'Pages', '', '', ''),
(211, 'it', 'Pages', '', '', ''),
(211, 'nl', 'Pages', '', '', ''),
(211, 'no', 'Pages', '', '', ''),
(211, 'pt', 'Pages', '', '', ''),
(211, 'ro', 'Pages', '', '', ''),
(211, 'ru', 'Страницы', '', '', ''),
(212, 'da', '404', 'Page not found', '', ''),
(212, 'de', '404', 'Page not found', '', ''),
(212, 'el', '404', 'Page not found', '', ''),
(212, 'en', '404', 'Page not found', '', ''),
(212, 'es', '404', 'Page not found', '', ''),
(212, 'fr', '404', 'Page not found', '', ''),
(212, 'it', '404', 'Page not found', '', ''),
(212, 'nl', '404', 'Page not found', '', ''),
(212, 'no', '404', 'Page not found', '', ''),
(212, 'pt', '404', 'Page not found', '', ''),
(212, 'ro', '404', 'Page not found', '', ''),
(212, 'ru', '404', 'Page not found', '', ''),
(214, 'da', 'Search results', '', '', ''),
(214, 'de', 'Search results', '', '', ''),
(214, 'el', 'Search results', '', '', ''),
(214, 'en', 'Search results', '', '', ''),
(214, 'es', 'Search results', '', '', ''),
(214, 'fr', 'Search results', '', '', ''),
(214, 'it', 'Search results', '', '', ''),
(214, 'nl', 'Search results', '', '', ''),
(214, 'no', 'Search results', '', '', ''),
(214, 'pt', 'Search results', '', '', ''),
(214, 'ro', 'Search results', '', '', ''),
(214, 'ru', 'Результаты поиска', '', '', ''),
(215, 'da', 'AB: Brands', 'Brands', '', ''),
(215, 'de', 'AB: Brands', 'Brands', '', ''),
(215, 'el', 'AB: Brands', 'Brands', '', ''),
(215, 'en', 'AB: Brands', 'Brands', '', ''),
(215, 'es', 'AB: Brands', 'Brands', '', ''),
(215, 'fr', 'AB: Brands', 'Brands', '', ''),
(215, 'it', 'AB: Brands', 'Brands', '', ''),
(215, 'nl', 'AB: Brands', 'Brands', '', ''),
(215, 'no', 'AB: Brands', 'Brands', '', ''),
(215, 'pt', 'AB: Brands', 'Brands', '', ''),
(215, 'ro', 'AB: Brands', 'Brands', '', ''),
(215, 'ru', 'AB: Бренды', 'Бренды', '', ''),
(216, 'da', 'Features', '', '', ''),
(216, 'de', 'Features', '', '', ''),
(216, 'el', 'Features', '', '', ''),
(216, 'en', 'Features', '', '', ''),
(216, 'es', 'Features', '', '', ''),
(216, 'fr', 'Features', '', '', ''),
(216, 'it', 'Features', '', '', ''),
(216, 'nl', 'Features', '', '', ''),
(216, 'no', 'Features', '', '', ''),
(216, 'pt', 'Features', '', '', ''),
(216, 'ro', 'Features', '', '', ''),
(216, 'ru', 'Характеристики', '', '', ''),
(218, 'da', 'AB: Promotion', 'Promotion', '', ''),
(218, 'de', 'AB: Promotion', 'Promotion', '', ''),
(218, 'el', 'AB: Promotion', 'Promotion', '', ''),
(218, 'en', 'AB: Promotion', 'Promotion', '', ''),
(218, 'es', 'AB: Promotion', 'Promotion', '', ''),
(218, 'fr', 'AB: Promotion', 'Promotion', '', ''),
(218, 'it', 'AB: Promotion', 'Promotion', '', ''),
(218, 'nl', 'AB: Promotion', 'Promotion', '', ''),
(218, 'no', 'AB: Promotion', 'Promotion', '', ''),
(218, 'pt', 'AB: Promotion', 'Promotion', '', ''),
(218, 'ro', 'AB: Promotion', 'Promotion', '', ''),
(218, 'ru', 'AB: Промо-акция', 'Промо-акция', '', ''),
(221, 'da', 'AB: Vendor store', '', '', ''),
(221, 'de', 'AB: Vendor store', '', '', ''),
(221, 'el', 'AB: Vendor store', '', '', ''),
(221, 'en', 'AB: Vendor store', '', '', ''),
(221, 'es', 'AB: Vendor store', '', '', ''),
(221, 'fr', 'AB: Vendor store', '', '', ''),
(221, 'it', 'AB: Vendor store', '', '', ''),
(221, 'nl', 'AB: Vendor store', '', '', ''),
(221, 'no', 'AB: Vendor store', '', '', ''),
(221, 'pt', 'AB: Vendor store', '', '', ''),
(221, 'ro', 'AB: Vendor store', '', '', ''),
(221, 'ru', 'AB: Магазин продавца', '', '', ''),
(222, 'da', 'Default', '', '', ''),
(222, 'de', 'Default', '', '', ''),
(222, 'el', 'Default', '', '', ''),
(222, 'en', 'Default', '', '', ''),
(222, 'es', 'Default', '', '', ''),
(222, 'fr', 'Default', '', '', ''),
(222, 'it', 'Default', '', '', ''),
(222, 'nl', 'Default', '', '', ''),
(222, 'no', 'Default', '', '', ''),
(222, 'pt', 'Default', '', '', ''),
(222, 'ro', 'Default', '', '', ''),
(222, 'ru', 'По умолчанию', '', '', ''),
(223, 'da', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(223, 'de', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(223, 'el', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(223, 'en', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(223, 'es', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(223, 'fr', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(223, 'it', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(223, 'nl', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(223, 'no', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(223, 'pt', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(223, 'ro', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(223, 'ru', 'Домашняя страница', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme, Шаблон, Интернет магазин, программное обеспечение для электронной коммерции'),
(224, 'da', 'Products', '', '', ''),
(224, 'de', 'Products', '', '', ''),
(224, 'el', 'Products', '', '', ''),
(224, 'en', 'Products', '', '', ''),
(224, 'es', 'Products', '', '', ''),
(224, 'fr', 'Products', '', '', ''),
(224, 'it', 'Products', '', '', ''),
(224, 'nl', 'Products', '', '', ''),
(224, 'no', 'Products', '', '', ''),
(224, 'pt', 'Products', '', '', ''),
(224, 'ro', 'Products', '', '', ''),
(224, 'ru', 'Товары', '', '', ''),
(225, 'da', 'Categories', '', '', ''),
(225, 'de', 'Categories', '', '', ''),
(225, 'el', 'Categories', '', '', ''),
(225, 'en', 'Categories', '', '', ''),
(225, 'es', 'Categories', '', '', ''),
(225, 'fr', 'Categories', '', '', ''),
(225, 'it', 'Categories', '', '', ''),
(225, 'nl', 'Categories', '', '', ''),
(225, 'no', 'Categories', '', '', ''),
(225, 'pt', 'Categories', '', '', ''),
(225, 'ro', 'Categories', '', '', ''),
(225, 'ru', 'Категории', '', '', ''),
(226, 'da', 'Cart', '', '', ''),
(226, 'de', 'Cart', '', '', ''),
(226, 'el', 'Cart', '', '', ''),
(226, 'en', 'Cart', '', '', ''),
(226, 'es', 'Cart', '', '', ''),
(226, 'fr', 'Cart', '', '', ''),
(226, 'it', 'Cart', '', '', ''),
(226, 'nl', 'Cart', '', '', ''),
(226, 'no', 'Cart', '', '', ''),
(226, 'pt', 'Cart', '', '', ''),
(226, 'ro', 'Cart', '', '', ''),
(226, 'ru', 'Корзина', '', '', ''),
(227, 'da', 'Checkout', '', '', ''),
(227, 'de', 'Checkout', '', '', ''),
(227, 'el', 'Checkout', '', '', ''),
(227, 'en', 'Checkout', '', '', ''),
(227, 'es', 'Checkout', '', '', ''),
(227, 'fr', 'Checkout', '', '', ''),
(227, 'it', 'Checkout', '', '', ''),
(227, 'nl', 'Checkout', '', '', ''),
(227, 'no', 'Checkout', '', '', ''),
(227, 'pt', 'Checkout', '', '', ''),
(227, 'ro', 'Checkout', '', '', ''),
(227, 'ru', 'Оформить заказ', '', '', ''),
(228, 'da', 'Order landing page', '', '', ''),
(228, 'de', 'Order landing page', '', '', ''),
(228, 'el', 'Order landing page', '', '', ''),
(228, 'en', 'Order landing page', '', '', ''),
(228, 'es', 'Order landing page', '', '', ''),
(228, 'fr', 'Order landing page', '', '', ''),
(228, 'it', 'Order landing page', '', '', ''),
(228, 'nl', 'Order landing page', '', '', ''),
(228, 'no', 'Order landing page', '', '', ''),
(228, 'pt', 'Order landing page', '', '', ''),
(228, 'ro', 'Order landing page', '', '', ''),
(228, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(229, 'da', 'Auth', '', '', ''),
(229, 'de', 'Auth', '', '', ''),
(229, 'el', 'Auth', '', '', ''),
(229, 'en', 'Auth', '', '', ''),
(229, 'es', 'Auth', '', '', ''),
(229, 'fr', 'Auth', '', '', ''),
(229, 'it', 'Auth', '', '', ''),
(229, 'nl', 'Auth', '', '', ''),
(229, 'no', 'Auth', '', '', ''),
(229, 'pt', 'Auth', '', '', ''),
(229, 'ro', 'Auth', '', '', ''),
(229, 'ru', 'Страница авторизации', '', '', ''),
(230, 'da', 'Profiles', '', '', ''),
(230, 'de', 'Profiles', '', '', ''),
(230, 'el', 'Profiles', '', '', ''),
(230, 'en', 'Profiles', '', '', ''),
(230, 'es', 'Profiles', '', '', ''),
(230, 'fr', 'Profiles', '', '', ''),
(230, 'it', 'Profiles', '', '', ''),
(230, 'nl', 'Profiles', '', '', ''),
(230, 'no', 'Profiles', '', '', ''),
(230, 'pt', 'Profiles', '', '', ''),
(230, 'ro', 'Profiles', '', '', ''),
(230, 'ru', 'Профиль', '', '', ''),
(231, 'da', 'Successful registration', '', '', ''),
(231, 'de', 'Successful registration', '', '', ''),
(231, 'el', 'Successful registration', '', '', ''),
(231, 'en', 'Successful registration', '', '', ''),
(231, 'es', 'Successful registration', '', '', ''),
(231, 'fr', 'Successful registration', '', '', ''),
(231, 'it', 'Successful registration', '', '', ''),
(231, 'nl', 'Successful registration', '', '', ''),
(231, 'no', 'Successful registration', '', '', ''),
(231, 'pt', 'Successful registration', '', '', ''),
(231, 'ro', 'Successful registration', '', '', ''),
(231, 'ru', 'Успешная регистрация', '', '', ''),
(232, 'da', 'Pages', '', '', ''),
(232, 'de', 'Pages', '', '', ''),
(232, 'el', 'Pages', '', '', ''),
(232, 'en', 'Pages', '', '', ''),
(232, 'es', 'Pages', '', '', ''),
(232, 'fr', 'Pages', '', '', ''),
(232, 'it', 'Pages', '', '', ''),
(232, 'nl', 'Pages', '', '', ''),
(232, 'no', 'Pages', '', '', ''),
(232, 'pt', 'Pages', '', '', ''),
(232, 'ro', 'Pages', '', '', ''),
(232, 'ru', 'Страницы', '', '', ''),
(234, 'da', '404', 'Page not found', '', ''),
(234, 'de', '404', 'Page not found', '', ''),
(234, 'el', '404', 'Page not found', '', ''),
(234, 'en', '404', 'Page not found', '', ''),
(234, 'es', '404', 'Page not found', '', ''),
(234, 'fr', '404', 'Page not found', '', ''),
(234, 'it', '404', 'Page not found', '', ''),
(234, 'nl', '404', 'Page not found', '', ''),
(234, 'no', '404', 'Page not found', '', ''),
(234, 'pt', '404', 'Page not found', '', ''),
(234, 'ro', '404', 'Page not found', '', ''),
(234, 'ru', '404', 'Page not found', '', ''),
(235, 'da', 'Search results', '', '', ''),
(235, 'de', 'Search results', '', '', ''),
(235, 'el', 'Search results', '', '', ''),
(235, 'en', 'Search results', '', '', ''),
(235, 'es', 'Search results', '', '', ''),
(235, 'fr', 'Search results', '', '', ''),
(235, 'it', 'Search results', '', '', ''),
(235, 'nl', 'Search results', '', '', ''),
(235, 'no', 'Search results', '', '', ''),
(235, 'pt', 'Search results', '', '', ''),
(235, 'ro', 'Search results', '', '', ''),
(235, 'ru', 'Результаты поиска', '', '', ''),
(236, 'da', 'AB: Brands', 'Brands', '', ''),
(236, 'de', 'AB: Brands', 'Brands', '', ''),
(236, 'el', 'AB: Brands', 'Brands', '', ''),
(236, 'en', 'AB: Brands', 'Brands', '', ''),
(236, 'es', 'AB: Brands', 'Brands', '', ''),
(236, 'fr', 'AB: Brands', 'Brands', '', ''),
(236, 'it', 'AB: Brands', 'Brands', '', ''),
(236, 'nl', 'AB: Brands', 'Brands', '', ''),
(236, 'no', 'AB: Brands', 'Brands', '', ''),
(236, 'pt', 'AB: Brands', 'Brands', '', ''),
(236, 'ro', 'AB: Brands', 'Brands', '', ''),
(236, 'ru', 'AB: Бренды', 'Бренды', '', ''),
(237, 'da', 'Features', '', '', ''),
(237, 'de', 'Features', '', '', ''),
(237, 'el', 'Features', '', '', ''),
(237, 'en', 'Features', '', '', ''),
(237, 'es', 'Features', '', '', ''),
(237, 'fr', 'Features', '', '', ''),
(237, 'it', 'Features', '', '', ''),
(237, 'nl', 'Features', '', '', ''),
(237, 'no', 'Features', '', '', ''),
(237, 'pt', 'Features', '', '', ''),
(237, 'ro', 'Features', '', '', ''),
(237, 'ru', 'Характеристики', '', '', ''),
(239, 'da', 'AB: Promotion', 'Promotion', '', ''),
(239, 'de', 'AB: Promotion', 'Promotion', '', ''),
(239, 'el', 'AB: Promotion', 'Promotion', '', ''),
(239, 'en', 'AB: Promotion', 'Promotion', '', ''),
(239, 'es', 'AB: Promotion', 'Promotion', '', ''),
(239, 'fr', 'AB: Promotion', 'Promotion', '', ''),
(239, 'it', 'AB: Promotion', 'Promotion', '', ''),
(239, 'nl', 'AB: Promotion', 'Promotion', '', ''),
(239, 'no', 'AB: Promotion', 'Promotion', '', ''),
(239, 'pt', 'AB: Promotion', 'Promotion', '', ''),
(239, 'ro', 'AB: Promotion', 'Promotion', '', ''),
(239, 'ru', 'AB: Промо-акция', 'Промо-акция', '', ''),
(242, 'da', 'AB: Vendor store', '', '', ''),
(242, 'de', 'AB: Vendor store', '', '', ''),
(242, 'el', 'AB: Vendor store', '', '', ''),
(242, 'en', 'AB: Vendor store', '', '', ''),
(242, 'es', 'AB: Vendor store', '', '', ''),
(242, 'fr', 'AB: Vendor store', '', '', ''),
(242, 'it', 'AB: Vendor store', '', '', ''),
(242, 'nl', 'AB: Vendor store', '', '', ''),
(242, 'no', 'AB: Vendor store', '', '', ''),
(242, 'pt', 'AB: Vendor store', '', '', ''),
(242, 'ro', 'AB: Vendor store', '', '', ''),
(242, 'ru', 'AB: Магазин продавца', '', '', ''),
(243, 'da', 'Default', '', '', ''),
(243, 'de', 'Default', '', '', ''),
(243, 'el', 'Default', '', '', ''),
(243, 'en', 'Default', '', '', ''),
(243, 'es', 'Default', '', '', ''),
(243, 'fr', 'Default', '', '', ''),
(243, 'it', 'Default', '', '', ''),
(243, 'nl', 'Default', '', '', ''),
(243, 'no', 'Default', '', '', ''),
(243, 'pt', 'Default', '', '', ''),
(243, 'ro', 'Default', '', '', ''),
(243, 'ru', 'По умолчанию', '', '', ''),
(244, 'da', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(244, 'de', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(244, 'el', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(244, 'en', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(244, 'es', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(244, 'fr', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(244, 'it', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(244, 'nl', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(244, 'no', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(244, 'pt', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(244, 'ro', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(244, 'ru', 'Домашняя страница', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme, Шаблон, Интернет магазин, программное обеспечение для электронной коммерции'),
(245, 'da', 'Products', '', '', ''),
(245, 'de', 'Products', '', '', ''),
(245, 'el', 'Products', '', '', ''),
(245, 'en', 'Products', '', '', ''),
(245, 'es', 'Products', '', '', ''),
(245, 'fr', 'Products', '', '', ''),
(245, 'it', 'Products', '', '', ''),
(245, 'nl', 'Products', '', '', ''),
(245, 'no', 'Products', '', '', ''),
(245, 'pt', 'Products', '', '', ''),
(245, 'ro', 'Products', '', '', ''),
(245, 'ru', 'Товары', '', '', ''),
(246, 'da', 'Categories', '', '', ''),
(246, 'de', 'Categories', '', '', ''),
(246, 'el', 'Categories', '', '', ''),
(246, 'en', 'Categories', '', '', ''),
(246, 'es', 'Categories', '', '', ''),
(246, 'fr', 'Categories', '', '', ''),
(246, 'it', 'Categories', '', '', ''),
(246, 'nl', 'Categories', '', '', ''),
(246, 'no', 'Categories', '', '', ''),
(246, 'pt', 'Categories', '', '', ''),
(246, 'ro', 'Categories', '', '', ''),
(246, 'ru', 'Категории', '', '', ''),
(247, 'da', 'Cart', '', '', ''),
(247, 'de', 'Cart', '', '', ''),
(247, 'el', 'Cart', '', '', ''),
(247, 'en', 'Cart', '', '', ''),
(247, 'es', 'Cart', '', '', ''),
(247, 'fr', 'Cart', '', '', ''),
(247, 'it', 'Cart', '', '', ''),
(247, 'nl', 'Cart', '', '', ''),
(247, 'no', 'Cart', '', '', ''),
(247, 'pt', 'Cart', '', '', ''),
(247, 'ro', 'Cart', '', '', ''),
(247, 'ru', 'Корзина', '', '', ''),
(248, 'da', 'Checkout', '', '', ''),
(248, 'de', 'Checkout', '', '', ''),
(248, 'el', 'Checkout', '', '', ''),
(248, 'en', 'Checkout', '', '', ''),
(248, 'es', 'Checkout', '', '', ''),
(248, 'fr', 'Checkout', '', '', ''),
(248, 'it', 'Checkout', '', '', ''),
(248, 'nl', 'Checkout', '', '', ''),
(248, 'no', 'Checkout', '', '', ''),
(248, 'pt', 'Checkout', '', '', ''),
(248, 'ro', 'Checkout', '', '', ''),
(248, 'ru', 'Оформить заказ', '', '', ''),
(249, 'da', 'Order landing page', '', '', ''),
(249, 'de', 'Order landing page', '', '', ''),
(249, 'el', 'Order landing page', '', '', ''),
(249, 'en', 'Order landing page', '', '', ''),
(249, 'es', 'Order landing page', '', '', ''),
(249, 'fr', 'Order landing page', '', '', ''),
(249, 'it', 'Order landing page', '', '', ''),
(249, 'nl', 'Order landing page', '', '', ''),
(249, 'no', 'Order landing page', '', '', ''),
(249, 'pt', 'Order landing page', '', '', ''),
(249, 'ro', 'Order landing page', '', '', ''),
(249, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(250, 'da', 'Auth', '', '', ''),
(250, 'de', 'Auth', '', '', ''),
(250, 'el', 'Auth', '', '', ''),
(250, 'en', 'Auth', '', '', ''),
(250, 'es', 'Auth', '', '', ''),
(250, 'fr', 'Auth', '', '', ''),
(250, 'it', 'Auth', '', '', ''),
(250, 'nl', 'Auth', '', '', ''),
(250, 'no', 'Auth', '', '', ''),
(250, 'pt', 'Auth', '', '', ''),
(250, 'ro', 'Auth', '', '', ''),
(250, 'ru', 'Страница авторизации', '', '', ''),
(251, 'da', 'Profiles', '', '', ''),
(251, 'de', 'Profiles', '', '', ''),
(251, 'el', 'Profiles', '', '', ''),
(251, 'en', 'Profiles', '', '', ''),
(251, 'es', 'Profiles', '', '', ''),
(251, 'fr', 'Profiles', '', '', ''),
(251, 'it', 'Profiles', '', '', ''),
(251, 'nl', 'Profiles', '', '', ''),
(251, 'no', 'Profiles', '', '', ''),
(251, 'pt', 'Profiles', '', '', ''),
(251, 'ro', 'Profiles', '', '', ''),
(251, 'ru', 'Профиль', '', '', ''),
(252, 'da', 'Successful registration', '', '', ''),
(252, 'de', 'Successful registration', '', '', ''),
(252, 'el', 'Successful registration', '', '', ''),
(252, 'en', 'Successful registration', '', '', ''),
(252, 'es', 'Successful registration', '', '', ''),
(252, 'fr', 'Successful registration', '', '', ''),
(252, 'it', 'Successful registration', '', '', ''),
(252, 'nl', 'Successful registration', '', '', ''),
(252, 'no', 'Successful registration', '', '', ''),
(252, 'pt', 'Successful registration', '', '', ''),
(252, 'ro', 'Successful registration', '', '', ''),
(252, 'ru', 'Успешная регистрация', '', '', ''),
(253, 'da', 'Pages', '', '', ''),
(253, 'de', 'Pages', '', '', ''),
(253, 'el', 'Pages', '', '', ''),
(253, 'en', 'Pages', '', '', ''),
(253, 'es', 'Pages', '', '', ''),
(253, 'fr', 'Pages', '', '', ''),
(253, 'it', 'Pages', '', '', ''),
(253, 'nl', 'Pages', '', '', ''),
(253, 'no', 'Pages', '', '', ''),
(253, 'pt', 'Pages', '', '', ''),
(253, 'ro', 'Pages', '', '', ''),
(253, 'ru', 'Страницы', '', '', ''),
(255, 'da', '404', 'Page not found', '', ''),
(255, 'de', '404', 'Page not found', '', ''),
(255, 'el', '404', 'Page not found', '', ''),
(255, 'en', '404', 'Page not found', '', ''),
(255, 'es', '404', 'Page not found', '', ''),
(255, 'fr', '404', 'Page not found', '', ''),
(255, 'it', '404', 'Page not found', '', ''),
(255, 'nl', '404', 'Page not found', '', ''),
(255, 'no', '404', 'Page not found', '', ''),
(255, 'pt', '404', 'Page not found', '', ''),
(255, 'ro', '404', 'Page not found', '', ''),
(255, 'ru', '404', 'Page not found', '', ''),
(256, 'da', 'Search results', '', '', ''),
(256, 'de', 'Search results', '', '', ''),
(256, 'el', 'Search results', '', '', ''),
(256, 'en', 'Search results', '', '', ''),
(256, 'es', 'Search results', '', '', ''),
(256, 'fr', 'Search results', '', '', ''),
(256, 'it', 'Search results', '', '', ''),
(256, 'nl', 'Search results', '', '', ''),
(256, 'no', 'Search results', '', '', ''),
(256, 'pt', 'Search results', '', '', ''),
(256, 'ro', 'Search results', '', '', ''),
(256, 'ru', 'Результаты поиска', '', '', ''),
(257, 'da', 'AB: Brands', 'Brands', '', ''),
(257, 'de', 'AB: Brands', 'Brands', '', ''),
(257, 'el', 'AB: Brands', 'Brands', '', ''),
(257, 'en', 'AB: Brands', 'Brands', '', ''),
(257, 'es', 'AB: Brands', 'Brands', '', ''),
(257, 'fr', 'AB: Brands', 'Brands', '', ''),
(257, 'it', 'AB: Brands', 'Brands', '', ''),
(257, 'nl', 'AB: Brands', 'Brands', '', ''),
(257, 'no', 'AB: Brands', 'Brands', '', ''),
(257, 'pt', 'AB: Brands', 'Brands', '', ''),
(257, 'ro', 'AB: Brands', 'Brands', '', ''),
(257, 'ru', 'AB: Бренды', 'Бренды', '', ''),
(258, 'da', 'Features', '', '', ''),
(258, 'de', 'Features', '', '', ''),
(258, 'el', 'Features', '', '', ''),
(258, 'en', 'Features', '', '', ''),
(258, 'es', 'Features', '', '', ''),
(258, 'fr', 'Features', '', '', ''),
(258, 'it', 'Features', '', '', ''),
(258, 'nl', 'Features', '', '', ''),
(258, 'no', 'Features', '', '', ''),
(258, 'pt', 'Features', '', '', ''),
(258, 'ro', 'Features', '', '', ''),
(258, 'ru', 'Характеристики', '', '', ''),
(260, 'da', 'AB: Promotion', 'Promotion', '', ''),
(260, 'de', 'AB: Promotion', 'Promotion', '', ''),
(260, 'el', 'AB: Promotion', 'Promotion', '', ''),
(260, 'en', 'AB: Promotion', 'Promotion', '', ''),
(260, 'es', 'AB: Promotion', 'Promotion', '', ''),
(260, 'fr', 'AB: Promotion', 'Promotion', '', ''),
(260, 'it', 'AB: Promotion', 'Promotion', '', ''),
(260, 'nl', 'AB: Promotion', 'Promotion', '', ''),
(260, 'no', 'AB: Promotion', 'Promotion', '', ''),
(260, 'pt', 'AB: Promotion', 'Promotion', '', ''),
(260, 'ro', 'AB: Promotion', 'Promotion', '', ''),
(260, 'ru', 'AB: Промо-акция', 'Промо-акция', '', ''),
(263, 'da', 'AB: Vendor store', '', '', ''),
(263, 'de', 'AB: Vendor store', '', '', ''),
(263, 'el', 'AB: Vendor store', '', '', ''),
(263, 'en', 'AB: Vendor store', '', '', ''),
(263, 'es', 'AB: Vendor store', '', '', ''),
(263, 'fr', 'AB: Vendor store', '', '', ''),
(263, 'it', 'AB: Vendor store', '', '', ''),
(263, 'nl', 'AB: Vendor store', '', '', ''),
(263, 'no', 'AB: Vendor store', '', '', ''),
(263, 'pt', 'AB: Vendor store', '', '', ''),
(263, 'ro', 'AB: Vendor store', '', '', ''),
(263, 'ru', 'AB: Магазин продавца', '', '', ''),
(264, 'da', 'Default', '', '', ''),
(264, 'de', 'Default', '', '', ''),
(264, 'el', 'Default', '', '', ''),
(264, 'en', 'Default', '', '', ''),
(264, 'es', 'Default', '', '', ''),
(264, 'fr', 'Default', '', '', ''),
(264, 'it', 'Default', '', '', ''),
(264, 'nl', 'Default', '', '', ''),
(264, 'no', 'Default', '', '', ''),
(264, 'pt', 'Default', '', '', ''),
(264, 'ro', 'Default', '', '', ''),
(264, 'ru', 'По умолчанию', '', '', ''),
(265, 'da', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(265, 'de', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(265, 'el', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(265, 'en', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(265, 'es', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(265, 'fr', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(265, 'it', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(265, 'nl', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(265, 'no', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(265, 'pt', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(265, 'ro', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(265, 'ru', 'Домашняя страница', '', 'Защищенное и многофункциональное программное обеспечение для создания интернет-магазина, включающие в себя большое количество возможностей для электронной коммерции.', 'Интернет магазин, программное обеспечение для электронной коммерции'),
(266, 'da', 'Products', '', '', ''),
(266, 'de', 'Products', '', '', ''),
(266, 'el', 'Products', '', '', ''),
(266, 'en', 'Products', '', '', ''),
(266, 'es', 'Products', '', '', ''),
(266, 'fr', 'Products', '', '', ''),
(266, 'it', 'Products', '', '', ''),
(266, 'nl', 'Products', '', '', ''),
(266, 'no', 'Products', '', '', ''),
(266, 'pt', 'Products', '', '', ''),
(266, 'ro', 'Products', '', '', ''),
(266, 'ru', 'Продукты', '', '', ''),
(267, 'da', 'Categories', '', '', ''),
(267, 'de', 'Categories', '', '', ''),
(267, 'el', 'Categories', '', '', ''),
(267, 'en', 'Categories', '', '', ''),
(267, 'es', 'Categories', '', '', ''),
(267, 'fr', 'Categories', '', '', ''),
(267, 'it', 'Categories', '', '', ''),
(267, 'nl', 'Categories', '', '', ''),
(267, 'no', 'Categories', '', '', ''),
(267, 'pt', 'Categories', '', '', ''),
(267, 'ro', 'Categories', '', '', ''),
(267, 'ru', 'Категории', '', '', ''),
(268, 'da', 'Cart', '', '', ''),
(268, 'de', 'Cart', '', '', ''),
(268, 'el', 'Cart', '', '', ''),
(268, 'en', 'Cart', '', '', ''),
(268, 'es', 'Cart', '', '', ''),
(268, 'fr', 'Cart', '', '', ''),
(268, 'it', 'Cart', '', '', ''),
(268, 'nl', 'Cart', '', '', ''),
(268, 'no', 'Cart', '', '', ''),
(268, 'pt', 'Cart', '', '', ''),
(268, 'ro', 'Cart', '', '', ''),
(268, 'ru', 'Корзина', '', '', ''),
(269, 'da', 'Checkout', '', '', ''),
(269, 'de', 'Checkout', '', '', ''),
(269, 'el', 'Checkout', '', '', ''),
(269, 'en', 'Checkout', '', '', ''),
(269, 'es', 'Checkout', '', '', ''),
(269, 'fr', 'Checkout', '', '', ''),
(269, 'it', 'Checkout', '', '', ''),
(269, 'nl', 'Checkout', '', '', ''),
(269, 'no', 'Checkout', '', '', ''),
(269, 'pt', 'Checkout', '', '', ''),
(269, 'ro', 'Checkout', '', '', ''),
(269, 'ru', 'Оформить заказ', '', '', ''),
(270, 'da', 'Auth', '', '', ''),
(270, 'de', 'Auth', '', '', ''),
(270, 'el', 'Auth', '', '', ''),
(270, 'en', 'Auth', '', '', ''),
(270, 'es', 'Auth', '', '', ''),
(270, 'fr', 'Auth', '', '', ''),
(270, 'it', 'Auth', '', '', ''),
(270, 'nl', 'Auth', '', '', ''),
(270, 'no', 'Auth', '', '', ''),
(270, 'pt', 'Auth', '', '', ''),
(270, 'ro', 'Auth', '', '', ''),
(270, 'ru', 'Страница авторизации', '', '', ''),
(271, 'da', 'Profiles', '', '', ''),
(271, 'de', 'Profiles', '', '', ''),
(271, 'el', 'Profiles', '', '', ''),
(271, 'en', 'Profiles', '', '', ''),
(271, 'es', 'Profiles', '', '', ''),
(271, 'fr', 'Profiles', '', '', ''),
(271, 'it', 'Profiles', '', '', ''),
(271, 'nl', 'Profiles', '', '', ''),
(271, 'no', 'Profiles', '', '', ''),
(271, 'pt', 'Profiles', '', '', ''),
(271, 'ro', 'Profiles', '', '', ''),
(271, 'ru', 'Профили', '', '', ''),
(272, 'da', 'Successful registration', '', '', ''),
(272, 'de', 'Successful registration', '', '', ''),
(272, 'el', 'Successful registration', '', '', ''),
(272, 'en', 'Successful registration', '', '', ''),
(272, 'es', 'Successful registration', '', '', ''),
(272, 'fr', 'Successful registration', '', '', ''),
(272, 'it', 'Successful registration', '', '', ''),
(272, 'nl', 'Successful registration', '', '', ''),
(272, 'no', 'Successful registration', '', '', ''),
(272, 'pt', 'Successful registration', '', '', ''),
(272, 'ro', 'Successful registration', '', '', ''),
(272, 'ru', 'Успешная регистрация', '', '', ''),
(273, 'da', 'Order landing page', '', '', ''),
(273, 'de', 'Order landing page', '', '', ''),
(273, 'el', 'Order landing page', '', '', ''),
(273, 'en', 'Order landing page', '', '', ''),
(273, 'es', 'Order landing page', '', '', ''),
(273, 'fr', 'Order landing page', '', '', ''),
(273, 'it', 'Order landing page', '', '', ''),
(273, 'nl', 'Order landing page', '', '', ''),
(273, 'no', 'Order landing page', '', '', ''),
(273, 'pt', 'Order landing page', '', '', ''),
(273, 'ro', 'Order landing page', '', '', ''),
(273, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(274, 'da', 'Pages', '', '', ''),
(274, 'de', 'Pages', '', '', ''),
(274, 'el', 'Pages', '', '', ''),
(274, 'en', 'Pages', '', '', ''),
(274, 'es', 'Pages', '', '', ''),
(274, 'fr', 'Pages', '', '', ''),
(274, 'it', 'Pages', '', '', ''),
(274, 'nl', 'Pages', '', '', ''),
(274, 'no', 'Pages', '', '', ''),
(274, 'pt', 'Pages', '', '', ''),
(274, 'ro', 'Pages', '', '', ''),
(274, 'ru', 'Страницы', '', '', ''),
(276, 'da', '404', 'Page not found', '', ''),
(276, 'de', '404', 'Page not found', '', ''),
(276, 'el', '404', 'Page not found', '', ''),
(276, 'en', '404', 'Page not found', '', ''),
(276, 'es', '404', 'Page not found', '', ''),
(276, 'fr', '404', 'Page not found', '', ''),
(276, 'it', '404', 'Page not found', '', ''),
(276, 'nl', '404', 'Page not found', '', ''),
(276, 'no', '404', 'Page not found', '', ''),
(276, 'pt', '404', 'Page not found', '', ''),
(276, 'ro', '404', 'Page not found', '', ''),
(276, 'ru', '404', 'Page not found', '', ''),
(277, 'da', 'Search results', '', '', ''),
(277, 'de', 'Search results', '', '', ''),
(277, 'el', 'Search results', '', '', ''),
(277, 'en', 'Search results', '', '', ''),
(277, 'es', 'Search results', '', '', ''),
(277, 'fr', 'Search results', '', '', ''),
(277, 'it', 'Search results', '', '', ''),
(277, 'nl', 'Search results', '', '', ''),
(277, 'no', 'Search results', '', '', ''),
(277, 'pt', 'Search results', '', '', ''),
(277, 'ro', 'Search results', '', '', ''),
(277, 'ru', 'Результаты поиска', '', '', ''),
(279, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(279, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(279, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(279, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(279, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(279, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(279, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(279, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(279, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(279, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(279, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(279, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(280, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(280, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(280, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(280, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(280, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(280, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(280, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(280, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(280, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories');
INSERT INTO `partiushop_bm_locations_descriptions` (`location_id`, `lang_code`, `name`, `title`, `meta_description`, `meta_keywords`) VALUES
(280, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(280, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(280, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(281, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(281, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(281, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(281, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(281, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(281, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(281, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(281, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(281, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(281, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(281, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(281, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(282, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(282, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(282, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(282, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(282, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(282, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(282, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(282, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(282, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(282, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(282, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(282, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(283, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(283, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(283, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(283, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(283, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(283, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(283, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(283, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(283, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(283, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(283, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(283, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(284, 'da', 'Blog', '', '', ''),
(284, 'de', 'Blog', '', '', ''),
(284, 'el', 'Blog', '', '', ''),
(284, 'en', 'Blog', '', '', ''),
(284, 'es', 'Blog', '', '', ''),
(284, 'fr', 'Blog', '', '', ''),
(284, 'it', 'Blog', '', '', ''),
(284, 'nl', 'Blog', '', '', ''),
(284, 'no', 'Blog', '', '', ''),
(284, 'pt', 'Blog', '', '', ''),
(284, 'ro', 'Blog', '', '', ''),
(284, 'ru', 'Blog', '', '', ''),
(285, 'da', 'Blog', '', '', ''),
(285, 'de', 'Blog', '', '', ''),
(285, 'el', 'Blog', '', '', ''),
(285, 'en', 'Blog', '', '', ''),
(285, 'es', 'Blog', '', '', ''),
(285, 'fr', 'Blog', '', '', ''),
(285, 'it', 'Blog', '', '', ''),
(285, 'nl', 'Blog', '', '', ''),
(285, 'no', 'Blog', '', '', ''),
(285, 'pt', 'Blog', '', '', ''),
(285, 'ro', 'Blog', '', '', ''),
(285, 'ru', 'Blog', '', '', ''),
(286, 'da', 'Blog', '', '', ''),
(286, 'de', 'Blog', '', '', ''),
(286, 'el', 'Blog', '', '', ''),
(286, 'en', 'Blog', '', '', ''),
(286, 'es', 'Blog', '', '', ''),
(286, 'fr', 'Blog', '', '', ''),
(286, 'it', 'Blog', '', '', ''),
(286, 'nl', 'Blog', '', '', ''),
(286, 'no', 'Blog', '', '', ''),
(286, 'pt', 'Blog', '', '', ''),
(286, 'ro', 'Blog', '', '', ''),
(286, 'ru', 'Blog', '', '', ''),
(287, 'da', 'Blog', '', '', ''),
(287, 'de', 'Blog', '', '', ''),
(287, 'el', 'Blog', '', '', ''),
(287, 'en', 'Blog', '', '', ''),
(287, 'es', 'Blog', '', '', ''),
(287, 'fr', 'Blog', '', '', ''),
(287, 'it', 'Blog', '', '', ''),
(287, 'nl', 'Blog', '', '', ''),
(287, 'no', 'Blog', '', '', ''),
(287, 'pt', 'Blog', '', '', ''),
(287, 'ro', 'Blog', '', '', ''),
(287, 'ru', 'Blog', '', '', ''),
(288, 'da', 'Blog', '', '', ''),
(288, 'de', 'Blog', '', '', ''),
(288, 'el', 'Blog', '', '', ''),
(288, 'en', 'Blog', '', '', ''),
(288, 'es', 'Blog', '', '', ''),
(288, 'fr', 'Blog', '', '', ''),
(288, 'it', 'Blog', '', '', ''),
(288, 'nl', 'Blog', '', '', ''),
(288, 'no', 'Blog', '', '', ''),
(288, 'pt', 'Blog', '', '', ''),
(288, 'ro', 'Blog', '', '', ''),
(288, 'ru', 'Blog', '', '', ''),
(289, 'da', 'Gift certificates', '', '', ''),
(289, 'de', 'Gift certificates', '', '', ''),
(289, 'el', 'Gift certificates', '', '', ''),
(289, 'en', 'Gift certificates', '', '', ''),
(289, 'es', 'Gift certificates', '', '', ''),
(289, 'fr', 'Gift certificates', '', '', ''),
(289, 'it', 'Gift certificates', '', '', ''),
(289, 'nl', 'Gift certificates', '', '', ''),
(289, 'no', 'Gift certificates', '', '', ''),
(289, 'pt', 'Gift certificates', '', '', ''),
(289, 'ro', 'Gift certificates', '', '', ''),
(289, 'ru', 'Подарочные сертификаты', '', '', ''),
(290, 'da', 'Gift certificates', '', '', ''),
(290, 'de', 'Gift certificates', '', '', ''),
(290, 'el', 'Gift certificates', '', '', ''),
(290, 'en', 'Gift certificates', '', '', ''),
(290, 'es', 'Gift certificates', '', '', ''),
(290, 'fr', 'Gift certificates', '', '', ''),
(290, 'it', 'Gift certificates', '', '', ''),
(290, 'nl', 'Gift certificates', '', '', ''),
(290, 'no', 'Gift certificates', '', '', ''),
(290, 'pt', 'Gift certificates', '', '', ''),
(290, 'ro', 'Gift certificates', '', '', ''),
(290, 'ru', 'Подарочные сертификаты', '', '', ''),
(291, 'da', 'Gift certificates', '', '', ''),
(291, 'de', 'Gift certificates', '', '', ''),
(291, 'el', 'Gift certificates', '', '', ''),
(291, 'en', 'Gift certificates', '', '', ''),
(291, 'es', 'Gift certificates', '', '', ''),
(291, 'fr', 'Gift certificates', '', '', ''),
(291, 'it', 'Gift certificates', '', '', ''),
(291, 'nl', 'Gift certificates', '', '', ''),
(291, 'no', 'Gift certificates', '', '', ''),
(291, 'pt', 'Gift certificates', '', '', ''),
(291, 'ro', 'Gift certificates', '', '', ''),
(291, 'ru', 'Подарочные сертификаты', '', '', ''),
(292, 'da', 'Gift certificates', '', '', ''),
(292, 'de', 'Gift certificates', '', '', ''),
(292, 'el', 'Gift certificates', '', '', ''),
(292, 'en', 'Gift certificates', '', '', ''),
(292, 'es', 'Gift certificates', '', '', ''),
(292, 'fr', 'Gift certificates', '', '', ''),
(292, 'it', 'Gift certificates', '', '', ''),
(292, 'nl', 'Gift certificates', '', '', ''),
(292, 'no', 'Gift certificates', '', '', ''),
(292, 'pt', 'Gift certificates', '', '', ''),
(292, 'ro', 'Gift certificates', '', '', ''),
(292, 'ru', 'Подарочные сертификаты', '', '', ''),
(293, 'da', 'Gift certificates', '', '', ''),
(293, 'de', 'Gift certificates', '', '', ''),
(293, 'el', 'Gift certificates', '', '', ''),
(293, 'en', 'Gift certificates', '', '', ''),
(293, 'es', 'Gift certificates', '', '', ''),
(293, 'fr', 'Gift certificates', '', '', ''),
(293, 'it', 'Gift certificates', '', '', ''),
(293, 'nl', 'Gift certificates', '', '', ''),
(293, 'no', 'Gift certificates', '', '', ''),
(293, 'pt', 'Gift certificates', '', '', ''),
(293, 'ro', 'Gift certificates', '', '', ''),
(293, 'ru', 'Подарочные сертификаты', '', '', ''),
(294, 'da', 'Vendors plans', '', '', ''),
(294, 'de', 'Vendors plans', '', '', ''),
(294, 'el', 'Vendors plans', '', '', ''),
(294, 'en', 'Vendors plans', '', '', ''),
(294, 'es', 'Vendors plans', '', '', ''),
(294, 'fr', 'Vendors plans', '', '', ''),
(294, 'it', 'Vendors plans', '', '', ''),
(294, 'nl', 'Vendors plans', '', '', ''),
(294, 'no', 'Vendors plans', '', '', ''),
(294, 'pt', 'Vendors plans', '', '', ''),
(294, 'ro', 'Vendors plans', '', '', ''),
(294, 'ru', 'Vendors plans', '', '', ''),
(295, 'da', 'Vendors plans', '', '', ''),
(295, 'de', 'Vendors plans', '', '', ''),
(295, 'el', 'Vendors plans', '', '', ''),
(295, 'en', 'Vendors plans', '', '', ''),
(295, 'es', 'Vendors plans', '', '', ''),
(295, 'fr', 'Vendors plans', '', '', ''),
(295, 'it', 'Vendors plans', '', '', ''),
(295, 'nl', 'Vendors plans', '', '', ''),
(295, 'no', 'Vendors plans', '', '', ''),
(295, 'pt', 'Vendors plans', '', '', ''),
(295, 'ro', 'Vendors plans', '', '', ''),
(295, 'ru', 'Vendors plans', '', '', ''),
(296, 'da', 'Vendors plans', '', '', ''),
(296, 'de', 'Vendors plans', '', '', ''),
(296, 'el', 'Vendors plans', '', '', ''),
(296, 'en', 'Vendors plans', '', '', ''),
(296, 'es', 'Vendors plans', '', '', ''),
(296, 'fr', 'Vendors plans', '', '', ''),
(296, 'it', 'Vendors plans', '', '', ''),
(296, 'nl', 'Vendors plans', '', '', ''),
(296, 'no', 'Vendors plans', '', '', ''),
(296, 'pt', 'Vendors plans', '', '', ''),
(296, 'ro', 'Vendors plans', '', '', ''),
(296, 'ru', 'Vendors plans', '', '', ''),
(297, 'da', 'Vendors plans', '', '', ''),
(297, 'de', 'Vendors plans', '', '', ''),
(297, 'el', 'Vendors plans', '', '', ''),
(297, 'en', 'Vendors plans', '', '', ''),
(297, 'es', 'Vendors plans', '', '', ''),
(297, 'fr', 'Vendors plans', '', '', ''),
(297, 'it', 'Vendors plans', '', '', ''),
(297, 'nl', 'Vendors plans', '', '', ''),
(297, 'no', 'Vendors plans', '', '', ''),
(297, 'pt', 'Vendors plans', '', '', ''),
(297, 'ro', 'Vendors plans', '', '', ''),
(297, 'ru', 'Vendors plans', '', '', ''),
(298, 'da', 'Vendors plans', '', '', ''),
(298, 'de', 'Vendors plans', '', '', ''),
(298, 'el', 'Vendors plans', '', '', ''),
(298, 'en', 'Vendors plans', '', '', ''),
(298, 'es', 'Vendors plans', '', '', ''),
(298, 'fr', 'Vendors plans', '', '', ''),
(298, 'it', 'Vendors plans', '', '', ''),
(298, 'nl', 'Vendors plans', '', '', ''),
(298, 'no', 'Vendors plans', '', '', ''),
(298, 'pt', 'Vendors plans', '', '', ''),
(298, 'ro', 'Vendors plans', '', '', ''),
(298, 'ru', 'Vendors plans', '', '', ''),
(299, 'da', 'Default', '', '', ''),
(299, 'de', 'Default', '', '', ''),
(299, 'el', 'Default', '', '', ''),
(299, 'en', 'Default', '', '', ''),
(299, 'es', 'Default', '', '', ''),
(299, 'fr', 'Default', '', '', ''),
(299, 'it', 'Default', '', '', ''),
(299, 'nl', 'Default', '', '', ''),
(299, 'no', 'Default', '', '', ''),
(299, 'pt', 'Partiu.Shop', 'Nunca foi tão fácil Compra e Vender!', '', ''),
(299, 'ro', 'Default', '', '', ''),
(299, 'ru', 'По умолчанию', '', '', ''),
(300, 'da', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(300, 'de', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(300, 'el', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(300, 'en', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(300, 'es', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(300, 'fr', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(300, 'it', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(300, 'nl', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(300, 'no', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(300, 'pt', 'Home ', 'Partiu.Shop Nunca foi tão fácil compra e vender!', 'Partiu.Shop Nunca foi tão fácil compra e vender!', 'Compra, venda, shopping, mais barato'),
(300, 'ro', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(300, 'ru', 'Домашняя страница', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme, Шаблон, Интернет магазин, программное обеспечение для электронной коммерции'),
(301, 'da', 'Products', '', '', ''),
(301, 'de', 'Products', '', '', ''),
(301, 'el', 'Products', '', '', ''),
(301, 'en', 'Products', '', '', ''),
(301, 'es', 'Products', '', '', ''),
(301, 'fr', 'Products', '', '', ''),
(301, 'it', 'Products', '', '', ''),
(301, 'nl', 'Products', '', '', ''),
(301, 'no', 'Products', '', '', ''),
(301, 'pt', 'Products', '', '', ''),
(301, 'ro', 'Products', '', '', ''),
(301, 'ru', 'Товары', '', '', ''),
(302, 'da', 'Categories', '', '', ''),
(302, 'de', 'Categories', '', '', ''),
(302, 'el', 'Categories', '', '', ''),
(302, 'en', 'Categories', '', '', ''),
(302, 'es', 'Categories', '', '', ''),
(302, 'fr', 'Categories', '', '', ''),
(302, 'it', 'Categories', '', '', ''),
(302, 'nl', 'Categories', '', '', ''),
(302, 'no', 'Categories', '', '', ''),
(302, 'pt', 'Categories', '', '', ''),
(302, 'ro', 'Categories', '', '', ''),
(302, 'ru', 'Категории', '', '', ''),
(303, 'da', 'Cart', '', '', ''),
(303, 'de', 'Cart', '', '', ''),
(303, 'el', 'Cart', '', '', ''),
(303, 'en', 'Cart', '', '', ''),
(303, 'es', 'Cart', '', '', ''),
(303, 'fr', 'Cart', '', '', ''),
(303, 'it', 'Cart', '', '', ''),
(303, 'nl', 'Cart', '', '', ''),
(303, 'no', 'Cart', '', '', ''),
(303, 'pt', 'Cart', '', '', ''),
(303, 'ro', 'Cart', '', '', ''),
(303, 'ru', 'Корзина', '', '', ''),
(304, 'da', 'Checkout', '', '', ''),
(304, 'de', 'Checkout', '', '', ''),
(304, 'el', 'Checkout', '', '', ''),
(304, 'en', 'Checkout', '', '', ''),
(304, 'es', 'Checkout', '', '', ''),
(304, 'fr', 'Checkout', '', '', ''),
(304, 'it', 'Checkout', '', '', ''),
(304, 'nl', 'Checkout', '', '', ''),
(304, 'no', 'Checkout', '', '', ''),
(304, 'pt', 'Checkout', '', '', ''),
(304, 'ro', 'Checkout', '', '', ''),
(304, 'ru', 'Оформить заказ', '', '', ''),
(305, 'da', 'Order landing page', '', '', ''),
(305, 'de', 'Order landing page', '', '', ''),
(305, 'el', 'Order landing page', '', '', ''),
(305, 'en', 'Order landing page', '', '', ''),
(305, 'es', 'Order landing page', '', '', ''),
(305, 'fr', 'Order landing page', '', '', ''),
(305, 'it', 'Order landing page', '', '', ''),
(305, 'nl', 'Order landing page', '', '', ''),
(305, 'no', 'Order landing page', '', '', ''),
(305, 'pt', 'Order landing page', '', '', ''),
(305, 'ro', 'Order landing page', '', '', ''),
(305, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(306, 'da', 'Auth', '', '', ''),
(306, 'de', 'Auth', '', '', ''),
(306, 'el', 'Auth', '', '', ''),
(306, 'en', 'Auth', '', '', ''),
(306, 'es', 'Auth', '', '', ''),
(306, 'fr', 'Auth', '', '', ''),
(306, 'it', 'Auth', '', '', ''),
(306, 'nl', 'Auth', '', '', ''),
(306, 'no', 'Auth', '', '', ''),
(306, 'pt', 'Auth', '', '', ''),
(306, 'ro', 'Auth', '', '', ''),
(306, 'ru', 'Страница авторизации', '', '', ''),
(307, 'da', 'Profiles', '', '', ''),
(307, 'de', 'Profiles', '', '', ''),
(307, 'el', 'Profiles', '', '', ''),
(307, 'en', 'Profiles', '', '', ''),
(307, 'es', 'Profiles', '', '', ''),
(307, 'fr', 'Profiles', '', '', ''),
(307, 'it', 'Profiles', '', '', ''),
(307, 'nl', 'Profiles', '', '', ''),
(307, 'no', 'Profiles', '', '', ''),
(307, 'pt', 'Perfil', '', '', ''),
(307, 'ro', 'Profiles', '', '', ''),
(307, 'ru', 'Профиль', '', '', ''),
(308, 'da', 'Successful registration', '', '', ''),
(308, 'de', 'Successful registration', '', '', ''),
(308, 'el', 'Successful registration', '', '', ''),
(308, 'en', 'Successful registration', '', '', ''),
(308, 'es', 'Successful registration', '', '', ''),
(308, 'fr', 'Successful registration', '', '', ''),
(308, 'it', 'Successful registration', '', '', ''),
(308, 'nl', 'Successful registration', '', '', ''),
(308, 'no', 'Successful registration', '', '', ''),
(308, 'pt', 'Registrado com sucesso', '', '', ''),
(308, 'ro', 'Successful registration', '', '', ''),
(308, 'ru', 'Успешная регистрация', '', '', ''),
(309, 'da', 'Pages', '', '', ''),
(309, 'de', 'Pages', '', '', ''),
(309, 'el', 'Pages', '', '', ''),
(309, 'en', 'Pages', '', '', ''),
(309, 'es', 'Pages', '', '', ''),
(309, 'fr', 'Pages', '', '', ''),
(309, 'it', 'Pages', '', '', ''),
(309, 'nl', 'Pages', '', '', ''),
(309, 'no', 'Pages', '', '', ''),
(309, 'pt', 'Pages', '', '', ''),
(309, 'ro', 'Pages', '', '', ''),
(309, 'ru', 'Страницы', '', '', ''),
(310, 'da', '404', 'Page not found', '', ''),
(310, 'de', '404', 'Page not found', '', ''),
(310, 'el', '404', 'Page not found', '', ''),
(310, 'en', '404', 'Page not found', '', ''),
(310, 'es', '404', 'Page not found', '', ''),
(310, 'fr', '404', 'Page not found', '', ''),
(310, 'it', '404', 'Page not found', '', ''),
(310, 'nl', '404', 'Page not found', '', ''),
(310, 'no', '404', 'Page not found', '', ''),
(310, 'pt', '404', 'Page not found', '', ''),
(310, 'ro', '404', 'Page not found', '', ''),
(310, 'ru', '404', 'Page not found', '', ''),
(311, 'da', 'Gift certificates', '', '', ''),
(311, 'de', 'Gift certificates', '', '', ''),
(311, 'el', 'Gift certificates', '', '', ''),
(311, 'en', 'Gift certificates', '', '', ''),
(311, 'es', 'Gift certificates', '', '', ''),
(311, 'fr', 'Gift certificates', '', '', ''),
(311, 'it', 'Gift certificates', '', '', ''),
(311, 'nl', 'Gift certificates', '', '', ''),
(311, 'no', 'Gift certificates', '', '', ''),
(311, 'pt', 'Vale presente', '', '', ''),
(311, 'ro', 'Gift certificates', '', '', ''),
(311, 'ru', 'Подарочные сертификаты', '', '', ''),
(312, 'da', 'Search results', '', '', ''),
(312, 'de', 'Search results', '', '', ''),
(312, 'el', 'Search results', '', '', ''),
(312, 'en', 'Search results', '', '', ''),
(312, 'es', 'Search results', '', '', ''),
(312, 'fr', 'Search results', '', '', ''),
(312, 'it', 'Search results', '', '', ''),
(312, 'nl', 'Search results', '', '', ''),
(312, 'no', 'Search results', '', '', ''),
(312, 'pt', 'Resultados da pesquisa', '', '', ''),
(312, 'ro', 'Search results', '', '', ''),
(312, 'ru', 'Результаты поиска', '', '', ''),
(313, 'da', 'AB: Brands', 'Brands', '', ''),
(313, 'de', 'AB: Brands', 'Brands', '', ''),
(313, 'el', 'AB: Brands', 'Brands', '', ''),
(313, 'en', 'AB: Brands', 'Brands', '', ''),
(313, 'es', 'AB: Brands', 'Brands', '', ''),
(313, 'fr', 'AB: Brands', 'Brands', '', ''),
(313, 'it', 'AB: Brands', 'Brands', '', ''),
(313, 'nl', 'AB: Brands', 'Brands', '', ''),
(313, 'no', 'AB: Brands', 'Brands', '', ''),
(313, 'pt', 'AB: Brands', 'Brands', '', ''),
(313, 'ro', 'AB: Brands', 'Brands', '', ''),
(313, 'ru', 'AB: Бренды', 'Бренды', '', ''),
(314, 'da', 'Features', '', '', ''),
(314, 'de', 'Features', '', '', ''),
(314, 'el', 'Features', '', '', ''),
(314, 'en', 'Features', '', '', ''),
(314, 'es', 'Features', '', '', ''),
(314, 'fr', 'Features', '', '', ''),
(314, 'it', 'Features', '', '', ''),
(314, 'nl', 'Features', '', '', ''),
(314, 'no', 'Features', '', '', ''),
(314, 'pt', 'Features', '', '', ''),
(314, 'ro', 'Features', '', '', ''),
(314, 'ru', 'Характеристики', '', '', ''),
(315, 'da', 'Blog', '', '', ''),
(315, 'de', 'Blog', '', '', ''),
(315, 'el', 'Blog', '', '', ''),
(315, 'en', 'Blog', '', '', ''),
(315, 'es', 'Blog', '', '', ''),
(315, 'fr', 'Blog', '', '', ''),
(315, 'it', 'Blog', '', '', ''),
(315, 'nl', 'Blog', '', '', ''),
(315, 'no', 'Blog', '', '', ''),
(315, 'pt', 'Blog', '', '', ''),
(315, 'ro', 'Blog', '', '', ''),
(315, 'ru', 'Blog', '', '', ''),
(316, 'da', 'Vendors plans', '', '', ''),
(316, 'de', 'Vendors plans', '', '', ''),
(316, 'el', 'Vendors plans', '', '', ''),
(316, 'en', 'Vendors plans', '', '', ''),
(316, 'es', 'Vendors plans', '', '', ''),
(316, 'fr', 'Vendors plans', '', '', ''),
(316, 'it', 'Vendors plans', '', '', ''),
(316, 'nl', 'Vendors plans', '', '', ''),
(316, 'no', 'Vendors plans', '', '', ''),
(316, 'pt', 'Vendors plans', '', '', ''),
(316, 'ro', 'Vendors plans', '', '', ''),
(316, 'ru', 'Vendors plans', '', '', ''),
(317, 'da', 'AB: Promotion', 'Promotion', '', ''),
(317, 'de', 'AB: Promotion', 'Promotion', '', ''),
(317, 'el', 'AB: Promotion', 'Promotion', '', ''),
(317, 'en', 'AB: Promotion', 'Promotion', '', ''),
(317, 'es', 'AB: Promotion', 'Promotion', '', ''),
(317, 'fr', 'AB: Promotion', 'Promotion', '', ''),
(317, 'it', 'AB: Promotion', 'Promotion', '', ''),
(317, 'nl', 'AB: Promotion', 'Promotion', '', ''),
(317, 'no', 'AB: Promotion', 'Promotion', '', ''),
(317, 'pt', 'AB: Promotion', 'Promotion', '', ''),
(317, 'ro', 'AB: Promotion', 'Promotion', '', ''),
(317, 'ru', 'AB: Промо-акция', 'Промо-акция', '', ''),
(319, 'da', 'AB: Vendor store', '', '', ''),
(319, 'de', 'AB: Vendor store', '', '', ''),
(319, 'el', 'AB: Vendor store', '', '', ''),
(319, 'en', 'AB: Vendor store', '', '', ''),
(319, 'es', 'AB: Vendor store', '', '', ''),
(319, 'fr', 'AB: Vendor store', '', '', ''),
(319, 'it', 'AB: Vendor store', '', '', ''),
(319, 'nl', 'AB: Vendor store', '', '', ''),
(319, 'no', 'AB: Vendor store', '', '', ''),
(319, 'pt', 'AB: Vendor store', '', '', ''),
(319, 'ro', 'AB: Vendor store', '', '', ''),
(319, 'ru', 'AB: Магазин продавца', '', '', ''),
(320, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(320, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(320, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(320, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(320, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(320, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(320, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(320, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(320, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(320, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(320, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(320, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(321, 'da', 'Mensagem', 'Mensagem #Partiu.shop', '', ''),
(321, 'de', 'Mensagem', 'Mensagem #Partiu.shop', '', ''),
(321, 'el', 'Mensagem', 'Mensagem #Partiu.shop', '', ''),
(321, 'en', 'Mensagem', 'Mensagem #Partiu.shop', '', ''),
(321, 'es', 'Mensagem', 'Mensagem #Partiu.shop', '', ''),
(321, 'fr', 'Mensagem', 'Mensagem #Partiu.shop', '', ''),
(321, 'it', 'Mensagem', 'Mensagem #Partiu.shop', '', ''),
(321, 'nl', 'Mensagem', 'Mensagem #Partiu.shop', '', ''),
(321, 'no', 'Mensagem', 'Mensagem #Partiu.shop', '', ''),
(321, 'pt', 'Mensagem', 'Mensagem #Partiu.shop', '', ''),
(321, 'ro', 'Mensagem', 'Mensagem #Partiu.shop', '', ''),
(321, 'ru', 'Mensagem', 'Mensagem #Partiu.shop', '', ''),
(322, 'da', 'Default', '', '', ''),
(322, 'de', 'Default', '', '', ''),
(322, 'el', 'Default', '', '', ''),
(322, 'en', 'Default', '', '', ''),
(322, 'es', 'Default', '', '', ''),
(322, 'fr', 'Default', '', '', ''),
(322, 'it', 'Default', '', '', ''),
(322, 'nl', 'Default', '', '', ''),
(322, 'no', 'Default', '', '', ''),
(322, 'pt', 'Default', '', '', ''),
(322, 'ro', 'Default', '', '', ''),
(322, 'ru', 'Default', '', '', ''),
(323, 'da', 'Homepage', '', '', ''),
(323, 'de', 'Homepage', '', '', ''),
(323, 'el', 'Homepage', '', '', ''),
(323, 'en', 'Homepage', '', '', ''),
(323, 'es', 'Homepage', '', '', ''),
(323, 'fr', 'Homepage', '', '', ''),
(323, 'it', 'Homepage', '', '', ''),
(323, 'nl', 'Homepage', '', '', ''),
(323, 'no', 'Homepage', '', '', ''),
(323, 'pt', 'Homepage', '', '', ''),
(323, 'ro', 'Homepage', '', '', ''),
(323, 'ru', 'Homepage', '', '', ''),
(324, 'da', 'Profiles', '', '', ''),
(324, 'de', 'Profiles', '', '', ''),
(324, 'el', 'Profiles', '', '', ''),
(324, 'en', 'Profiles', '', '', ''),
(324, 'es', 'Profiles', '', '', ''),
(324, 'fr', 'Profiles', '', '', ''),
(324, 'it', 'Profiles', '', '', ''),
(324, 'nl', 'Profiles', '', '', ''),
(324, 'no', 'Profiles', '', '', ''),
(324, 'pt', 'Profiles', '', '', ''),
(324, 'ro', 'Profiles', '', '', ''),
(324, 'ru', 'Profiles', '', '', ''),
(325, 'da', 'Pages', '', '', ''),
(325, 'de', 'Pages', '', '', ''),
(325, 'el', 'Pages', '', '', ''),
(325, 'en', 'Pages', '', '', ''),
(325, 'es', 'Pages', '', '', ''),
(325, 'fr', 'Pages', '', '', ''),
(325, 'it', 'Pages', '', '', ''),
(325, 'nl', 'Pages', '', '', ''),
(325, 'no', 'Pages', '', '', ''),
(325, 'pt', 'Pages', '', '', ''),
(325, 'ro', 'Pages', '', '', ''),
(325, 'ru', 'Pages', '', '', ''),
(326, 'da', 'Sidebar menu', '', '', ''),
(326, 'de', 'Sidebar menu', '', '', ''),
(326, 'el', 'Sidebar menu', '', '', ''),
(326, 'en', 'Sidebar menu', '', '', ''),
(326, 'es', 'Sidebar menu', '', '', ''),
(326, 'fr', 'Sidebar menu', '', '', ''),
(326, 'it', 'Sidebar menu', '', '', ''),
(326, 'nl', 'Sidebar menu', '', '', ''),
(326, 'no', 'Sidebar menu', '', '', ''),
(326, 'pt', 'Sidebar menu', '', '', ''),
(326, 'ro', 'Sidebar menu', '', '', ''),
(326, 'ru', 'Sidebar menu', '', '', ''),
(327, 'da', 'Default', '', '', ''),
(327, 'de', 'Default', '', '', ''),
(327, 'el', 'Default', '', '', ''),
(327, 'en', 'Default', '', '', ''),
(327, 'es', 'Default', '', '', ''),
(327, 'fr', 'Default', '', '', ''),
(327, 'it', 'Default', '', '', ''),
(327, 'nl', 'Default', '', '', ''),
(327, 'no', 'Default', '', '', ''),
(327, 'pt', 'Default', '', '', ''),
(327, 'ro', 'Default', '', '', ''),
(327, 'ru', 'По умолчанию', '', '', ''),
(328, 'da', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(328, 'de', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(328, 'el', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(328, 'en', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(328, 'es', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(328, 'fr', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(328, 'it', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(328, 'nl', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(328, 'no', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(328, 'pt', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(328, 'ro', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(328, 'ru', 'Домашняя страница', 'Демо магазин', 'Попробуйте CS-Cart, не устанавливая!', 'Интернет магазин, программное обеспечение для электронной коммерции'),
(329, 'da', 'Products', '', '', ''),
(329, 'de', 'Products', '', '', ''),
(329, 'el', 'Products', '', '', ''),
(329, 'en', 'Products', '', '', ''),
(329, 'es', 'Products', '', '', ''),
(329, 'fr', 'Products', '', '', ''),
(329, 'it', 'Products', '', '', ''),
(329, 'nl', 'Products', '', '', ''),
(329, 'no', 'Products', '', '', ''),
(329, 'pt', 'Products', '', '', ''),
(329, 'ro', 'Products', '', '', ''),
(329, 'ru', 'Товары', '', '', ''),
(330, 'da', 'Categories', '', '', ''),
(330, 'de', 'Categories', '', '', ''),
(330, 'el', 'Categories', '', '', ''),
(330, 'en', 'Categories', '', '', ''),
(330, 'es', 'Categories', '', '', ''),
(330, 'fr', 'Categories', '', '', ''),
(330, 'it', 'Categories', '', '', ''),
(330, 'nl', 'Categories', '', '', ''),
(330, 'no', 'Categories', '', '', ''),
(330, 'pt', 'Categories', '', '', ''),
(330, 'ro', 'Categories', '', '', ''),
(330, 'ru', 'Категории', '', '', ''),
(331, 'da', 'Cart', '', '', ''),
(331, 'de', 'Cart', '', '', ''),
(331, 'el', 'Cart', '', '', ''),
(331, 'en', 'Cart', '', '', ''),
(331, 'es', 'Cart', '', '', ''),
(331, 'fr', 'Cart', '', '', ''),
(331, 'it', 'Cart', '', '', ''),
(331, 'nl', 'Cart', '', '', ''),
(331, 'no', 'Cart', '', '', ''),
(331, 'pt', 'Cart', '', '', ''),
(331, 'ro', 'Cart', '', '', ''),
(331, 'ru', 'Корзина', '', '', ''),
(332, 'da', 'Checkout', '', '', ''),
(332, 'de', 'Checkout', '', '', ''),
(332, 'el', 'Checkout', '', '', ''),
(332, 'en', 'Checkout', '', '', ''),
(332, 'es', 'Checkout', '', '', ''),
(332, 'fr', 'Checkout', '', '', ''),
(332, 'it', 'Checkout', '', '', ''),
(332, 'nl', 'Checkout', '', '', ''),
(332, 'no', 'Checkout', '', '', ''),
(332, 'pt', 'Checkout', '', '', ''),
(332, 'ro', 'Checkout', '', '', ''),
(332, 'ru', 'Оформить заказ', '', '', ''),
(333, 'da', 'Auth', '', '', ''),
(333, 'de', 'Auth', '', '', ''),
(333, 'el', 'Auth', '', '', ''),
(333, 'en', 'Auth', '', '', ''),
(333, 'es', 'Auth', '', '', ''),
(333, 'fr', 'Auth', '', '', ''),
(333, 'it', 'Auth', '', '', ''),
(333, 'nl', 'Auth', '', '', ''),
(333, 'no', 'Auth', '', '', ''),
(333, 'pt', 'Auth', '', '', ''),
(333, 'ro', 'Auth', '', '', ''),
(333, 'ru', 'Страница авторизации', '', '', ''),
(334, 'da', 'Profiles', '', '', ''),
(334, 'de', 'Profiles', '', '', ''),
(334, 'el', 'Profiles', '', '', ''),
(334, 'en', 'Profiles', '', '', ''),
(334, 'es', 'Profiles', '', '', ''),
(334, 'fr', 'Profiles', '', '', ''),
(334, 'it', 'Profiles', '', '', ''),
(334, 'nl', 'Profiles', '', '', ''),
(334, 'no', 'Profiles', '', '', ''),
(334, 'pt', 'Profiles', '', '', ''),
(334, 'ro', 'Profiles', '', '', ''),
(334, 'ru', 'Страница личной информации', '', '', ''),
(335, 'da', 'Successful registration', '', '', ''),
(335, 'de', 'Successful registration', '', '', ''),
(335, 'el', 'Successful registration', '', '', ''),
(335, 'en', 'Successful registration', '', '', ''),
(335, 'es', 'Successful registration', '', '', ''),
(335, 'fr', 'Successful registration', '', '', ''),
(335, 'it', 'Successful registration', '', '', ''),
(335, 'nl', 'Successful registration', '', '', ''),
(335, 'no', 'Successful registration', '', '', ''),
(335, 'pt', 'Successful registration', '', '', ''),
(335, 'ro', 'Successful registration', '', '', ''),
(335, 'ru', 'Успешная регистрация', '', '', ''),
(336, 'da', 'Order landing page', '', '', ''),
(336, 'de', 'Order landing page', '', '', ''),
(336, 'el', 'Order landing page', '', '', ''),
(336, 'en', 'Order landing page', '', '', ''),
(336, 'es', 'Order landing page', '', '', ''),
(336, 'fr', 'Order landing page', '', '', ''),
(336, 'it', 'Order landing page', '', '', ''),
(336, 'nl', 'Order landing page', '', '', ''),
(336, 'no', 'Order landing page', '', '', ''),
(336, 'pt', 'Order landing page', '', '', ''),
(336, 'ro', 'Order landing page', '', '', ''),
(336, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(337, 'da', 'Vendor store', '', '', ''),
(337, 'de', 'Vendor store', '', '', ''),
(337, 'el', 'Vendor store', '', '', ''),
(337, 'en', 'Vendor store', '', '', ''),
(337, 'es', 'Vendor store', '', '', ''),
(337, 'fr', 'Vendor store', '', '', ''),
(337, 'it', 'Vendor store', '', '', ''),
(337, 'nl', 'Vendor store', '', '', ''),
(337, 'no', 'Vendor store', '', '', ''),
(337, 'pt', 'Vendor store', '', '', ''),
(337, 'ro', 'Vendor store', '', '', ''),
(337, 'ru', 'Магазин продавца', '', '', ''),
(338, 'da', 'Vendor application form', '', '', ''),
(338, 'de', 'Vendor application form', '', '', ''),
(338, 'el', 'Vendor application form', '', '', ''),
(338, 'en', 'Vendor application form', '', '', ''),
(338, 'es', 'Vendor application form', '', '', ''),
(338, 'fr', 'Vendor application form', '', '', ''),
(338, 'it', 'Vendor application form', '', '', ''),
(338, 'nl', 'Vendor application form', '', '', ''),
(338, 'no', 'Vendor application form', '', '', ''),
(338, 'pt', 'Vendor application form', '', '', ''),
(338, 'ro', 'Vendor application form', '', '', ''),
(338, 'ru', 'Форма регистрации продавца', '', '', ''),
(339, 'da', 'Pages', '', '', ''),
(339, 'de', 'Pages', '', '', ''),
(339, 'el', 'Pages', '', '', ''),
(339, 'en', 'Pages', '', '', ''),
(339, 'es', 'Pages', '', '', ''),
(339, 'fr', 'Pages', '', '', ''),
(339, 'it', 'Pages', '', '', ''),
(339, 'nl', 'Pages', '', '', ''),
(339, 'no', 'Pages', '', '', ''),
(339, 'pt', 'Pages', '', '', ''),
(339, 'ro', 'Pages', '', '', ''),
(339, 'ru', 'Страницы', '', '', ''),
(340, 'da', '404', 'Страница не найдена', '', ''),
(340, 'de', '404', 'Страница не найдена', '', ''),
(340, 'el', '404', 'Страница не найдена', '', ''),
(340, 'en', '404', 'Страница не найдена', '', ''),
(340, 'es', '404', 'Страница не найдена', '', ''),
(340, 'fr', '404', 'Страница не найдена', '', ''),
(340, 'it', '404', 'Страница не найдена', '', ''),
(340, 'nl', '404', 'Страница не найдена', '', ''),
(340, 'no', '404', 'Страница не найдена', '', ''),
(340, 'pt', '404', 'Страница не найдена', '', ''),
(340, 'ro', '404', 'Страница не найдена', '', ''),
(340, 'ru', '404', 'Page not found', '', ''),
(341, 'da', 'Search results', '', '', ''),
(341, 'de', 'Search results', '', '', ''),
(341, 'el', 'Search results', '', '', ''),
(341, 'en', 'Search results', '', '', ''),
(341, 'es', 'Search results', '', '', ''),
(341, 'fr', 'Search results', '', '', ''),
(341, 'it', 'Search results', '', '', ''),
(341, 'nl', 'Search results', '', '', ''),
(341, 'no', 'Search results', '', '', ''),
(341, 'pt', 'Search results', '', '', ''),
(341, 'ro', 'Search results', '', '', ''),
(341, 'ru', 'Результаты поиска', '', '', ''),
(342, 'da', 'Vendors plans', '', '', ''),
(342, 'de', 'Vendors plans', '', '', ''),
(342, 'el', 'Vendors plans', '', '', ''),
(342, 'en', 'Vendors plans', '', '', ''),
(342, 'es', 'Vendors plans', '', '', ''),
(342, 'fr', 'Vendors plans', '', '', ''),
(342, 'it', 'Vendors plans', '', '', ''),
(342, 'nl', 'Vendors plans', '', '', ''),
(342, 'no', 'Vendors plans', '', '', ''),
(342, 'pt', 'Vendors plans', '', '', ''),
(342, 'ro', 'Vendors plans', '', '', ''),
(342, 'ru', 'Vendors plans', '', '', ''),
(343, 'da', 'Gift certificates', '', '', ''),
(343, 'de', 'Gift certificates', '', '', ''),
(343, 'el', 'Gift certificates', '', '', ''),
(343, 'en', 'Gift certificates', '', '', ''),
(343, 'es', 'Gift certificates', '', '', ''),
(343, 'fr', 'Gift certificates', '', '', ''),
(343, 'it', 'Gift certificates', '', '', ''),
(343, 'nl', 'Gift certificates', '', '', ''),
(343, 'no', 'Gift certificates', '', '', ''),
(343, 'pt', 'Gift certificates', '', '', ''),
(343, 'ro', 'Gift certificates', '', '', ''),
(343, 'ru', 'Подарочные сертификаты', '', '', ''),
(344, 'da', 'Blog', '', '', ''),
(344, 'de', 'Blog', '', '', ''),
(344, 'el', 'Blog', '', '', ''),
(344, 'en', 'Blog', '', '', ''),
(344, 'es', 'Blog', '', '', ''),
(344, 'fr', 'Blog', '', '', ''),
(344, 'it', 'Blog', '', '', ''),
(344, 'nl', 'Blog', '', '', ''),
(344, 'no', 'Blog', '', '', ''),
(344, 'pt', 'Blog', '', '', ''),
(344, 'ro', 'Blog', '', '', ''),
(344, 'ru', 'Blog', '', '', ''),
(345, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(345, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(345, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(345, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(345, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(345, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(345, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(345, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(345, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(345, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(345, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(345, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(346, 'da', 'AB: Promotion', '', '', ''),
(346, 'de', 'AB: Promotion', '', '', ''),
(346, 'el', 'AB: Promotion', '', '', ''),
(346, 'en', 'AB: Promotion', '', '', ''),
(346, 'es', 'AB: Promotion', '', '', ''),
(346, 'fr', 'AB: Promotion', '', '', ''),
(346, 'it', 'AB: Promotion', '', '', ''),
(346, 'nl', 'AB: Promotion', '', '', ''),
(346, 'no', 'AB: Promotion', '', '', ''),
(346, 'pt', 'AB: Promotion', '', '', ''),
(346, 'ro', 'AB: Promotion', '', '', ''),
(346, 'ru', 'AB: Промо-акция', '', '', ''),
(347, 'da', 'Default', '', '', ''),
(347, 'de', 'Default', '', '', ''),
(347, 'el', 'Default', '', '', ''),
(347, 'en', 'Default', '', '', ''),
(347, 'es', 'Default', '', '', ''),
(347, 'fr', 'Default', '', '', ''),
(347, 'it', 'Default', '', '', ''),
(347, 'nl', 'Default', '', '', ''),
(347, 'no', 'Default', '', '', ''),
(347, 'pt', 'Default', '', '', ''),
(347, 'ro', 'Default', '', '', ''),
(347, 'ru', 'По умолчанию', '', '', ''),
(348, 'da', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(348, 'de', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(348, 'el', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(348, 'en', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(348, 'es', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(348, 'fr', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(348, 'it', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(348, 'nl', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(348, 'no', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(348, 'pt', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(348, 'ro', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(348, 'ru', 'Домашняя страница', 'Демо магазин', 'Попробуйте CS-Cart, не устанавливая!', 'Интернет магазин, программное обеспечение для электронной коммерции'),
(349, 'da', 'Products', '', '', ''),
(349, 'de', 'Products', '', '', ''),
(349, 'el', 'Products', '', '', ''),
(349, 'en', 'Products', '', '', ''),
(349, 'es', 'Products', '', '', ''),
(349, 'fr', 'Products', '', '', ''),
(349, 'it', 'Products', '', '', ''),
(349, 'nl', 'Products', '', '', ''),
(349, 'no', 'Products', '', '', ''),
(349, 'pt', 'Products', '', '', ''),
(349, 'ro', 'Products', '', '', ''),
(349, 'ru', 'Товары', '', '', ''),
(350, 'da', 'Categories', '', '', ''),
(350, 'de', 'Categories', '', '', ''),
(350, 'el', 'Categories', '', '', ''),
(350, 'en', 'Categories', '', '', ''),
(350, 'es', 'Categories', '', '', ''),
(350, 'fr', 'Categories', '', '', ''),
(350, 'it', 'Categories', '', '', ''),
(350, 'nl', 'Categories', '', '', ''),
(350, 'no', 'Categories', '', '', ''),
(350, 'pt', 'Categories', '', '', ''),
(350, 'ro', 'Categories', '', '', ''),
(350, 'ru', 'Категории', '', '', ''),
(351, 'da', 'Cart', '', '', ''),
(351, 'de', 'Cart', '', '', ''),
(351, 'el', 'Cart', '', '', ''),
(351, 'en', 'Cart', '', '', ''),
(351, 'es', 'Cart', '', '', ''),
(351, 'fr', 'Cart', '', '', ''),
(351, 'it', 'Cart', '', '', ''),
(351, 'nl', 'Cart', '', '', ''),
(351, 'no', 'Cart', '', '', ''),
(351, 'pt', 'Cart', '', '', ''),
(351, 'ro', 'Cart', '', '', ''),
(351, 'ru', 'Корзина', '', '', ''),
(352, 'da', 'Checkout', '', '', ''),
(352, 'de', 'Checkout', '', '', ''),
(352, 'el', 'Checkout', '', '', ''),
(352, 'en', 'Checkout', '', '', ''),
(352, 'es', 'Checkout', '', '', ''),
(352, 'fr', 'Checkout', '', '', ''),
(352, 'it', 'Checkout', '', '', ''),
(352, 'nl', 'Checkout', '', '', ''),
(352, 'no', 'Checkout', '', '', ''),
(352, 'pt', 'Checkout', '', '', ''),
(352, 'ro', 'Checkout', '', '', ''),
(352, 'ru', 'Оформить заказ', '', '', ''),
(353, 'da', 'Auth', '', '', ''),
(353, 'de', 'Auth', '', '', ''),
(353, 'el', 'Auth', '', '', ''),
(353, 'en', 'Auth', '', '', ''),
(353, 'es', 'Auth', '', '', ''),
(353, 'fr', 'Auth', '', '', ''),
(353, 'it', 'Auth', '', '', ''),
(353, 'nl', 'Auth', '', '', ''),
(353, 'no', 'Auth', '', '', ''),
(353, 'pt', 'Auth', '', '', ''),
(353, 'ro', 'Auth', '', '', ''),
(353, 'ru', 'Страница авторизации', '', '', ''),
(354, 'da', 'Profiles', '', '', ''),
(354, 'de', 'Profiles', '', '', ''),
(354, 'el', 'Profiles', '', '', ''),
(354, 'en', 'Profiles', '', '', ''),
(354, 'es', 'Profiles', '', '', ''),
(354, 'fr', 'Profiles', '', '', ''),
(354, 'it', 'Profiles', '', '', ''),
(354, 'nl', 'Profiles', '', '', ''),
(354, 'no', 'Profiles', '', '', ''),
(354, 'pt', 'Profiles', '', '', ''),
(354, 'ro', 'Profiles', '', '', ''),
(354, 'ru', 'Страница личной информации', '', '', ''),
(355, 'da', 'Successful registration', '', '', ''),
(355, 'de', 'Successful registration', '', '', ''),
(355, 'el', 'Successful registration', '', '', ''),
(355, 'en', 'Successful registration', '', '', ''),
(355, 'es', 'Successful registration', '', '', ''),
(355, 'fr', 'Successful registration', '', '', ''),
(355, 'it', 'Successful registration', '', '', ''),
(355, 'nl', 'Successful registration', '', '', ''),
(355, 'no', 'Successful registration', '', '', ''),
(355, 'pt', 'Successful registration', '', '', ''),
(355, 'ro', 'Successful registration', '', '', ''),
(355, 'ru', 'Успешная регистрация', '', '', ''),
(356, 'da', 'Order landing page', '', '', ''),
(356, 'de', 'Order landing page', '', '', ''),
(356, 'el', 'Order landing page', '', '', ''),
(356, 'en', 'Order landing page', '', '', ''),
(356, 'es', 'Order landing page', '', '', ''),
(356, 'fr', 'Order landing page', '', '', ''),
(356, 'it', 'Order landing page', '', '', ''),
(356, 'nl', 'Order landing page', '', '', ''),
(356, 'no', 'Order landing page', '', '', ''),
(356, 'pt', 'Order landing page', '', '', ''),
(356, 'ro', 'Order landing page', '', '', ''),
(356, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(357, 'da', 'Pages', '', '', ''),
(357, 'de', 'Pages', '', '', ''),
(357, 'el', 'Pages', '', '', ''),
(357, 'en', 'Pages', '', '', ''),
(357, 'es', 'Pages', '', '', ''),
(357, 'fr', 'Pages', '', '', ''),
(357, 'it', 'Pages', '', '', ''),
(357, 'nl', 'Pages', '', '', ''),
(357, 'no', 'Pages', '', '', ''),
(357, 'pt', 'Pages', '', '', ''),
(357, 'ro', 'Pages', '', '', ''),
(357, 'ru', 'Страницы', '', '', ''),
(358, 'da', '404', 'Страница не найдена', '', ''),
(358, 'de', '404', 'Страница не найдена', '', ''),
(358, 'el', '404', 'Страница не найдена', '', ''),
(358, 'en', '404', 'Страница не найдена', '', ''),
(358, 'es', '404', 'Страница не найдена', '', ''),
(358, 'fr', '404', 'Страница не найдена', '', ''),
(358, 'it', '404', 'Страница не найдена', '', ''),
(358, 'nl', '404', 'Страница не найдена', '', ''),
(358, 'no', '404', 'Страница не найдена', '', ''),
(358, 'pt', '404', 'Страница не найдена', '', ''),
(358, 'ro', '404', 'Страница не найдена', '', ''),
(358, 'ru', '404', 'Page not found', '', ''),
(359, 'da', 'Vendors plans', '', '', ''),
(359, 'de', 'Vendors plans', '', '', ''),
(359, 'el', 'Vendors plans', '', '', ''),
(359, 'en', 'Vendors plans', '', '', ''),
(359, 'es', 'Vendors plans', '', '', ''),
(359, 'fr', 'Vendors plans', '', '', ''),
(359, 'it', 'Vendors plans', '', '', ''),
(359, 'nl', 'Vendors plans', '', '', ''),
(359, 'no', 'Vendors plans', '', '', ''),
(359, 'pt', 'Vendors plans', '', '', ''),
(359, 'ro', 'Vendors plans', '', '', ''),
(359, 'ru', 'Vendors plans', '', '', ''),
(360, 'da', 'Gift certificates', '', '', ''),
(360, 'de', 'Gift certificates', '', '', ''),
(360, 'el', 'Gift certificates', '', '', ''),
(360, 'en', 'Gift certificates', '', '', ''),
(360, 'es', 'Gift certificates', '', '', ''),
(360, 'fr', 'Gift certificates', '', '', ''),
(360, 'it', 'Gift certificates', '', '', ''),
(360, 'nl', 'Gift certificates', '', '', ''),
(360, 'no', 'Gift certificates', '', '', ''),
(360, 'pt', 'Gift certificates', '', '', ''),
(360, 'ro', 'Gift certificates', '', '', ''),
(360, 'ru', 'Подарочные сертификаты', '', '', ''),
(361, 'da', 'Blog', '', '', ''),
(361, 'de', 'Blog', '', '', ''),
(361, 'el', 'Blog', '', '', ''),
(361, 'en', 'Blog', '', '', ''),
(361, 'es', 'Blog', '', '', ''),
(361, 'fr', 'Blog', '', '', ''),
(361, 'it', 'Blog', '', '', ''),
(361, 'nl', 'Blog', '', '', ''),
(361, 'no', 'Blog', '', '', ''),
(361, 'pt', 'Blog', '', '', ''),
(361, 'ro', 'Blog', '', '', ''),
(361, 'ru', 'Blog', '', '', ''),
(362, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(362, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(362, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(362, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(362, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(362, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(362, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(362, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(362, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories');
INSERT INTO `partiushop_bm_locations_descriptions` (`location_id`, `lang_code`, `name`, `title`, `meta_description`, `meta_keywords`) VALUES
(362, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(362, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(362, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(363, 'da', 'AB: Promotion', '', '', ''),
(363, 'de', 'AB: Promotion', '', '', ''),
(363, 'el', 'AB: Promotion', '', '', ''),
(363, 'en', 'AB: Promotion', '', '', ''),
(363, 'es', 'AB: Promotion', '', '', ''),
(363, 'fr', 'AB: Promotion', '', '', ''),
(363, 'it', 'AB: Promotion', '', '', ''),
(363, 'nl', 'AB: Promotion', '', '', ''),
(363, 'no', 'AB: Promotion', '', '', ''),
(363, 'pt', 'AB: Promotion', '', '', ''),
(363, 'ro', 'AB: Promotion', '', '', ''),
(363, 'ru', 'AB: Промо-акция', '', '', ''),
(364, 'da', 'Default', '', '', ''),
(364, 'de', 'Default', '', '', ''),
(364, 'el', 'Default', '', '', ''),
(364, 'en', 'Default', '', '', ''),
(364, 'es', 'Default', '', '', ''),
(364, 'fr', 'Default', '', '', ''),
(364, 'it', 'Default', '', '', ''),
(364, 'nl', 'Default', '', '', ''),
(364, 'no', 'Default', '', '', ''),
(364, 'pt', 'Default', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(364, 'ro', 'Default', '', '', ''),
(364, 'ru', 'По умолчанию', '', '', ''),
(365, 'da', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(365, 'de', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(365, 'el', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(365, 'en', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(365, 'es', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(365, 'fr', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(365, 'it', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(365, 'nl', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(365, 'no', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(365, 'pt', 'Homepage', 'Partiu.Shop - Partiu comprar! - Partiu vender!', 'Marketplace', 'Marketplace, Comprar Barato, Vender Barato, '),
(365, 'ro', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(365, 'ru', 'Домашняя страница', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme, Шаблон, Интернет магазин, программное обеспечение для электронной коммерции'),
(366, 'da', 'Products', '', '', ''),
(366, 'de', 'Products', '', '', ''),
(366, 'el', 'Products', '', '', ''),
(366, 'en', 'Products', '', '', ''),
(366, 'es', 'Products', '', '', ''),
(366, 'fr', 'Products', '', '', ''),
(366, 'it', 'Products', '', '', ''),
(366, 'nl', 'Products', '', '', ''),
(366, 'no', 'Products', '', '', ''),
(366, 'pt', 'Produtos', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(366, 'ro', 'Products', '', '', ''),
(366, 'ru', 'Товары', '', '', ''),
(367, 'da', 'Categories', '', '', ''),
(367, 'de', 'Categories', '', '', ''),
(367, 'el', 'Categories', '', '', ''),
(367, 'en', 'Categories', '', '', ''),
(367, 'es', 'Categories', '', '', ''),
(367, 'fr', 'Categories', '', '', ''),
(367, 'it', 'Categories', '', '', ''),
(367, 'nl', 'Categories', '', '', ''),
(367, 'no', 'Categories', '', '', ''),
(367, 'pt', 'Categories', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(367, 'ro', 'Categories', '', '', ''),
(367, 'ru', 'Категории', '', '', ''),
(368, 'da', 'Cart', '', '', ''),
(368, 'de', 'Cart', '', '', ''),
(368, 'el', 'Cart', '', '', ''),
(368, 'en', 'Cart', '', '', ''),
(368, 'es', 'Cart', '', '', ''),
(368, 'fr', 'Cart', '', '', ''),
(368, 'it', 'Cart', '', '', ''),
(368, 'nl', 'Cart', '', '', ''),
(368, 'no', 'Cart', '', '', ''),
(368, 'pt', 'Cart', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(368, 'ro', 'Cart', '', '', ''),
(368, 'ru', 'Корзина', '', '', ''),
(369, 'da', 'Checkout', '', '', ''),
(369, 'de', 'Checkout', '', '', ''),
(369, 'el', 'Checkout', '', '', ''),
(369, 'en', 'Checkout', '', '', ''),
(369, 'es', 'Checkout', '', '', ''),
(369, 'fr', 'Checkout', '', '', ''),
(369, 'it', 'Checkout', '', '', ''),
(369, 'nl', 'Checkout', '', '', ''),
(369, 'no', 'Checkout', '', '', ''),
(369, 'pt', 'Checkout', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(369, 'ro', 'Checkout', '', '', ''),
(369, 'ru', 'Оформить заказ', '', '', ''),
(370, 'da', 'Order landing page', '', '', ''),
(370, 'de', 'Order landing page', '', '', ''),
(370, 'el', 'Order landing page', '', '', ''),
(370, 'en', 'Order landing page', '', '', ''),
(370, 'es', 'Order landing page', '', '', ''),
(370, 'fr', 'Order landing page', '', '', ''),
(370, 'it', 'Order landing page', '', '', ''),
(370, 'nl', 'Order landing page', '', '', ''),
(370, 'no', 'Order landing page', '', '', ''),
(370, 'pt', 'Order landing page', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(370, 'ro', 'Order landing page', '', '', ''),
(370, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(371, 'da', 'Auth', '', '', ''),
(371, 'de', 'Auth', '', '', ''),
(371, 'el', 'Auth', '', '', ''),
(371, 'en', 'Auth', '', '', ''),
(371, 'es', 'Auth', '', '', ''),
(371, 'fr', 'Auth', '', '', ''),
(371, 'it', 'Auth', '', '', ''),
(371, 'nl', 'Auth', '', '', ''),
(371, 'no', 'Auth', '', '', ''),
(371, 'pt', 'Auth', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(371, 'ro', 'Auth', '', '', ''),
(371, 'ru', 'Страница авторизации', '', '', ''),
(372, 'da', 'Profiles', '', '', ''),
(372, 'de', 'Profiles', '', '', ''),
(372, 'el', 'Profiles', '', '', ''),
(372, 'en', 'Profiles', '', '', ''),
(372, 'es', 'Profiles', '', '', ''),
(372, 'fr', 'Profiles', '', '', ''),
(372, 'it', 'Profiles', '', '', ''),
(372, 'nl', 'Profiles', '', '', ''),
(372, 'no', 'Profiles', '', '', ''),
(372, 'pt', 'Profiles', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(372, 'ro', 'Profiles', '', '', ''),
(372, 'ru', 'Профиль', '', '', ''),
(373, 'da', 'Successful registration', '', '', ''),
(373, 'de', 'Successful registration', '', '', ''),
(373, 'el', 'Successful registration', '', '', ''),
(373, 'en', 'Successful registration', '', '', ''),
(373, 'es', 'Successful registration', '', '', ''),
(373, 'fr', 'Successful registration', '', '', ''),
(373, 'it', 'Successful registration', '', '', ''),
(373, 'nl', 'Successful registration', '', '', ''),
(373, 'no', 'Successful registration', '', '', ''),
(373, 'pt', 'Successful registration', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(373, 'ro', 'Successful registration', '', '', ''),
(373, 'ru', 'Успешная регистрация', '', '', ''),
(374, 'da', 'Pages', '', '', ''),
(374, 'de', 'Pages', '', '', ''),
(374, 'el', 'Pages', '', '', ''),
(374, 'en', 'Pages', '', '', ''),
(374, 'es', 'Pages', '', '', ''),
(374, 'fr', 'Pages', '', '', ''),
(374, 'it', 'Pages', '', '', ''),
(374, 'nl', 'Pages', '', '', ''),
(374, 'no', 'Pages', '', '', ''),
(374, 'pt', 'Pages', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(374, 'ro', 'Pages', '', '', ''),
(374, 'ru', 'Страницы', '', '', ''),
(375, 'da', '404', 'Page not found', '', ''),
(375, 'de', '404', 'Page not found', '', ''),
(375, 'el', '404', 'Page not found', '', ''),
(375, 'en', '404', 'Page not found', '', ''),
(375, 'es', '404', 'Page not found', '', ''),
(375, 'fr', '404', 'Page not found', '', ''),
(375, 'it', '404', 'Page not found', '', ''),
(375, 'nl', '404', 'Page not found', '', ''),
(375, 'no', '404', 'Page not found', '', ''),
(375, 'pt', '404', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(375, 'ro', '404', 'Page not found', '', ''),
(375, 'ru', '404', 'Page not found', '', ''),
(376, 'da', 'Search results', '', '', ''),
(376, 'de', 'Search results', '', '', ''),
(376, 'el', 'Search results', '', '', ''),
(376, 'en', 'Search results', '', '', ''),
(376, 'es', 'Search results', '', '', ''),
(376, 'fr', 'Search results', '', '', ''),
(376, 'it', 'Search results', '', '', ''),
(376, 'nl', 'Search results', '', '', ''),
(376, 'no', 'Search results', '', '', ''),
(376, 'pt', 'Search results', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(376, 'ro', 'Search results', '', '', ''),
(376, 'ru', 'Результаты поиска', '', '', ''),
(377, 'da', 'AB: Brands', 'Brands', '', ''),
(377, 'de', 'AB: Brands', 'Brands', '', ''),
(377, 'el', 'AB: Brands', 'Brands', '', ''),
(377, 'en', 'AB: Brands', 'Brands', '', ''),
(377, 'es', 'AB: Brands', 'Brands', '', ''),
(377, 'fr', 'AB: Brands', 'Brands', '', ''),
(377, 'it', 'AB: Brands', 'Brands', '', ''),
(377, 'nl', 'AB: Brands', 'Brands', '', ''),
(377, 'no', 'AB: Brands', 'Brands', '', ''),
(377, 'pt', 'AB: Brands', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(377, 'ro', 'AB: Brands', 'Brands', '', ''),
(377, 'ru', 'AB: Бренды', 'Бренды', '', ''),
(378, 'da', 'Features', '', '', ''),
(378, 'de', 'Features', '', '', ''),
(378, 'el', 'Features', '', '', ''),
(378, 'en', 'Features', '', '', ''),
(378, 'es', 'Features', '', '', ''),
(378, 'fr', 'Features', '', '', ''),
(378, 'it', 'Features', '', '', ''),
(378, 'nl', 'Features', '', '', ''),
(378, 'no', 'Features', '', '', ''),
(378, 'pt', 'Features', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(378, 'ro', 'Features', '', '', ''),
(378, 'ru', 'Характеристики', '', '', ''),
(379, 'da', 'AB: Promotion', 'Promotion', '', ''),
(379, 'de', 'AB: Promotion', 'Promotion', '', ''),
(379, 'el', 'AB: Promotion', 'Promotion', '', ''),
(379, 'en', 'AB: Promotion', 'Promotion', '', ''),
(379, 'es', 'AB: Promotion', 'Promotion', '', ''),
(379, 'fr', 'AB: Promotion', 'Promotion', '', ''),
(379, 'it', 'AB: Promotion', 'Promotion', '', ''),
(379, 'nl', 'AB: Promotion', 'Promotion', '', ''),
(379, 'no', 'AB: Promotion', 'Promotion', '', ''),
(379, 'pt', 'AB: Promotion', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(379, 'ro', 'AB: Promotion', 'Promotion', '', ''),
(379, 'ru', 'AB: Промо-акция', 'Промо-акция', '', ''),
(380, 'da', 'AB: Vendors', '', '', ''),
(380, 'de', 'AB: Vendors', '', '', ''),
(380, 'el', 'AB: Vendors', '', '', ''),
(380, 'en', 'AB: Vendors', '', '', ''),
(380, 'es', 'AB: Vendors', '', '', ''),
(380, 'fr', 'AB: Vendors', '', '', ''),
(380, 'it', 'AB: Vendors', '', '', ''),
(380, 'nl', 'AB: Vendors', '', '', ''),
(380, 'no', 'AB: Vendors', '', '', ''),
(380, 'pt', 'AB: Vendors', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(380, 'ro', 'AB: Vendors', '', '', ''),
(380, 'ru', 'AB: Продавцы', '', '', ''),
(381, 'da', 'AB: Vendor store', '', '', ''),
(381, 'de', 'AB: Vendor store', '', '', ''),
(381, 'el', 'AB: Vendor store', '', '', ''),
(381, 'en', 'AB: Vendor store', '', '', ''),
(381, 'es', 'AB: Vendor store', '', '', ''),
(381, 'fr', 'AB: Vendor store', '', '', ''),
(381, 'it', 'AB: Vendor store', '', '', ''),
(381, 'nl', 'AB: Vendor store', '', '', ''),
(381, 'no', 'AB: Vendor store', '', '', ''),
(381, 'pt', 'AB: Vendor store', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(381, 'ro', 'AB: Vendor store', '', '', ''),
(381, 'ru', 'AB: Магазин продавца', '', '', ''),
(382, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(382, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(382, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(382, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(382, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(382, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(382, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(382, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(382, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(382, 'pt', 'AB: Categories', 'Partiu.Shop - Partiu comprar! - Partiu vender!', 'AB: Category catalog', 'AB: Categories'),
(382, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(382, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(383, 'da', 'Blog', '', '', ''),
(383, 'de', 'Blog', '', '', ''),
(383, 'el', 'Blog', '', '', ''),
(383, 'en', 'Blog', '', '', ''),
(383, 'es', 'Blog', '', '', ''),
(383, 'fr', 'Blog', '', '', ''),
(383, 'it', 'Blog', '', '', ''),
(383, 'nl', 'Blog', '', '', ''),
(383, 'no', 'Blog', '', '', ''),
(383, 'pt', 'Blog', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(383, 'ro', 'Blog', '', '', ''),
(383, 'ru', 'Blog', '', '', ''),
(384, 'da', 'Gift certificates', '', '', ''),
(384, 'de', 'Gift certificates', '', '', ''),
(384, 'el', 'Gift certificates', '', '', ''),
(384, 'en', 'Gift certificates', '', '', ''),
(384, 'es', 'Gift certificates', '', '', ''),
(384, 'fr', 'Gift certificates', '', '', ''),
(384, 'it', 'Gift certificates', '', '', ''),
(384, 'nl', 'Gift certificates', '', '', ''),
(384, 'no', 'Gift certificates', '', '', ''),
(384, 'pt', 'Gift certificates', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(384, 'ro', 'Gift certificates', '', '', ''),
(384, 'ru', 'Подарочные сертификаты', '', '', ''),
(385, 'da', 'Vendors plans', '', '', ''),
(385, 'de', 'Vendors plans', '', '', ''),
(385, 'el', 'Vendors plans', '', '', ''),
(385, 'en', 'Vendors plans', '', '', ''),
(385, 'es', 'Vendors plans', '', '', ''),
(385, 'fr', 'Vendors plans', '', '', ''),
(385, 'it', 'Vendors plans', '', '', ''),
(385, 'nl', 'Vendors plans', '', '', ''),
(385, 'no', 'Vendors plans', '', '', ''),
(385, 'pt', 'Vendors plans', 'Partiu.Shop - Partiu comprar! - Partiu vender!', '', ''),
(385, 'ro', 'Vendors plans', '', '', ''),
(385, 'ru', 'Vendors plans', '', '', ''),
(386, 'da', 'Default', '', '', ''),
(386, 'de', 'Default', '', '', ''),
(386, 'el', 'Default', '', '', ''),
(386, 'en', 'Default', '', '', ''),
(386, 'es', 'Default', '', '', ''),
(386, 'fr', 'Default', '', '', ''),
(386, 'it', 'Default', '', '', ''),
(386, 'nl', 'Default', '', '', ''),
(386, 'no', 'Default', '', '', ''),
(386, 'pt', 'Default', '', '', ''),
(386, 'ro', 'Default', '', '', ''),
(386, 'ru', 'По умолчанию', '', '', ''),
(387, 'da', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(387, 'de', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(387, 'el', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(387, 'en', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(387, 'es', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(387, 'fr', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(387, 'it', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(387, 'nl', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(387, 'no', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(387, 'pt', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(387, 'ro', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(387, 'ru', 'Домашняя страница', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme, Шаблон, Интернет магазин, программное обеспечение для электронной коммерции'),
(388, 'da', 'Products', '', '', ''),
(388, 'de', 'Products', '', '', ''),
(388, 'el', 'Products', '', '', ''),
(388, 'en', 'Products', '', '', ''),
(388, 'es', 'Products', '', '', ''),
(388, 'fr', 'Products', '', '', ''),
(388, 'it', 'Products', '', '', ''),
(388, 'nl', 'Products', '', '', ''),
(388, 'no', 'Products', '', '', ''),
(388, 'pt', 'Products', '', '', ''),
(388, 'ro', 'Products', '', '', ''),
(388, 'ru', 'Товары', '', '', ''),
(389, 'da', 'Categories', '', '', ''),
(389, 'de', 'Categories', '', '', ''),
(389, 'el', 'Categories', '', '', ''),
(389, 'en', 'Categories', '', '', ''),
(389, 'es', 'Categories', '', '', ''),
(389, 'fr', 'Categories', '', '', ''),
(389, 'it', 'Categories', '', '', ''),
(389, 'nl', 'Categories', '', '', ''),
(389, 'no', 'Categories', '', '', ''),
(389, 'pt', 'Categories', '', '', ''),
(389, 'ro', 'Categories', '', '', ''),
(389, 'ru', 'Категории', '', '', ''),
(390, 'da', 'Cart', '', '', ''),
(390, 'de', 'Cart', '', '', ''),
(390, 'el', 'Cart', '', '', ''),
(390, 'en', 'Cart', '', '', ''),
(390, 'es', 'Cart', '', '', ''),
(390, 'fr', 'Cart', '', '', ''),
(390, 'it', 'Cart', '', '', ''),
(390, 'nl', 'Cart', '', '', ''),
(390, 'no', 'Cart', '', '', ''),
(390, 'pt', 'Cart', '', '', ''),
(390, 'ro', 'Cart', '', '', ''),
(390, 'ru', 'Корзина', '', '', ''),
(391, 'da', 'Checkout', '', '', ''),
(391, 'de', 'Checkout', '', '', ''),
(391, 'el', 'Checkout', '', '', ''),
(391, 'en', 'Checkout', '', '', ''),
(391, 'es', 'Checkout', '', '', ''),
(391, 'fr', 'Checkout', '', '', ''),
(391, 'it', 'Checkout', '', '', ''),
(391, 'nl', 'Checkout', '', '', ''),
(391, 'no', 'Checkout', '', '', ''),
(391, 'pt', 'Checkout', '', '', ''),
(391, 'ro', 'Checkout', '', '', ''),
(391, 'ru', 'Оформить заказ', '', '', ''),
(392, 'da', 'Order landing page', '', '', ''),
(392, 'de', 'Order landing page', '', '', ''),
(392, 'el', 'Order landing page', '', '', ''),
(392, 'en', 'Order landing page', '', '', ''),
(392, 'es', 'Order landing page', '', '', ''),
(392, 'fr', 'Order landing page', '', '', ''),
(392, 'it', 'Order landing page', '', '', ''),
(392, 'nl', 'Order landing page', '', '', ''),
(392, 'no', 'Order landing page', '', '', ''),
(392, 'pt', 'Order landing page', '', '', ''),
(392, 'ro', 'Order landing page', '', '', ''),
(392, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(393, 'da', 'Auth', '', '', ''),
(393, 'de', 'Auth', '', '', ''),
(393, 'el', 'Auth', '', '', ''),
(393, 'en', 'Auth', '', '', ''),
(393, 'es', 'Auth', '', '', ''),
(393, 'fr', 'Auth', '', '', ''),
(393, 'it', 'Auth', '', '', ''),
(393, 'nl', 'Auth', '', '', ''),
(393, 'no', 'Auth', '', '', ''),
(393, 'pt', 'Auth', '', '', ''),
(393, 'ro', 'Auth', '', '', ''),
(393, 'ru', 'Страница авторизации', '', '', ''),
(394, 'da', 'Profiles', '', '', ''),
(394, 'de', 'Profiles', '', '', ''),
(394, 'el', 'Profiles', '', '', ''),
(394, 'en', 'Profiles', '', '', ''),
(394, 'es', 'Profiles', '', '', ''),
(394, 'fr', 'Profiles', '', '', ''),
(394, 'it', 'Profiles', '', '', ''),
(394, 'nl', 'Profiles', '', '', ''),
(394, 'no', 'Profiles', '', '', ''),
(394, 'pt', 'Profiles', '', '', ''),
(394, 'ro', 'Profiles', '', '', ''),
(394, 'ru', 'Профиль', '', '', ''),
(395, 'da', 'Successful registration', '', '', ''),
(395, 'de', 'Successful registration', '', '', ''),
(395, 'el', 'Successful registration', '', '', ''),
(395, 'en', 'Successful registration', '', '', ''),
(395, 'es', 'Successful registration', '', '', ''),
(395, 'fr', 'Successful registration', '', '', ''),
(395, 'it', 'Successful registration', '', '', ''),
(395, 'nl', 'Successful registration', '', '', ''),
(395, 'no', 'Successful registration', '', '', ''),
(395, 'pt', 'Successful registration', '', '', ''),
(395, 'ro', 'Successful registration', '', '', ''),
(395, 'ru', 'Успешная регистрация', '', '', ''),
(396, 'da', 'Pages', '', '', ''),
(396, 'de', 'Pages', '', '', ''),
(396, 'el', 'Pages', '', '', ''),
(396, 'en', 'Pages', '', '', ''),
(396, 'es', 'Pages', '', '', ''),
(396, 'fr', 'Pages', '', '', ''),
(396, 'it', 'Pages', '', '', ''),
(396, 'nl', 'Pages', '', '', ''),
(396, 'no', 'Pages', '', '', ''),
(396, 'pt', 'Pages', '', '', ''),
(396, 'ro', 'Pages', '', '', ''),
(396, 'ru', 'Страницы', '', '', ''),
(397, 'da', '404', 'Page not found', '', ''),
(397, 'de', '404', 'Page not found', '', ''),
(397, 'el', '404', 'Page not found', '', ''),
(397, 'en', '404', 'Page not found', '', ''),
(397, 'es', '404', 'Page not found', '', ''),
(397, 'fr', '404', 'Page not found', '', ''),
(397, 'it', '404', 'Page not found', '', ''),
(397, 'nl', '404', 'Page not found', '', ''),
(397, 'no', '404', 'Page not found', '', ''),
(397, 'pt', '404', 'Page not found', '', ''),
(397, 'ro', '404', 'Page not found', '', ''),
(397, 'ru', '404', 'Page not found', '', ''),
(398, 'da', 'Search results', '', '', ''),
(398, 'de', 'Search results', '', '', ''),
(398, 'el', 'Search results', '', '', ''),
(398, 'en', 'Search results', '', '', ''),
(398, 'es', 'Search results', '', '', ''),
(398, 'fr', 'Search results', '', '', ''),
(398, 'it', 'Search results', '', '', ''),
(398, 'nl', 'Search results', '', '', ''),
(398, 'no', 'Search results', '', '', ''),
(398, 'pt', 'Search results', '', '', ''),
(398, 'ro', 'Search results', '', '', ''),
(398, 'ru', 'Результаты поиска', '', '', ''),
(399, 'da', 'AB: Brands', 'Brands', '', ''),
(399, 'de', 'AB: Brands', 'Brands', '', ''),
(399, 'el', 'AB: Brands', 'Brands', '', ''),
(399, 'en', 'AB: Brands', 'Brands', '', ''),
(399, 'es', 'AB: Brands', 'Brands', '', ''),
(399, 'fr', 'AB: Brands', 'Brands', '', ''),
(399, 'it', 'AB: Brands', 'Brands', '', ''),
(399, 'nl', 'AB: Brands', 'Brands', '', ''),
(399, 'no', 'AB: Brands', 'Brands', '', ''),
(399, 'pt', 'AB: Brands', 'Brands', '', ''),
(399, 'ro', 'AB: Brands', 'Brands', '', ''),
(399, 'ru', 'AB: Бренды', 'Бренды', '', ''),
(400, 'da', 'Features', '', '', ''),
(400, 'de', 'Features', '', '', ''),
(400, 'el', 'Features', '', '', ''),
(400, 'en', 'Features', '', '', ''),
(400, 'es', 'Features', '', '', ''),
(400, 'fr', 'Features', '', '', ''),
(400, 'it', 'Features', '', '', ''),
(400, 'nl', 'Features', '', '', ''),
(400, 'no', 'Features', '', '', ''),
(400, 'pt', 'Features', '', '', ''),
(400, 'ro', 'Features', '', '', ''),
(400, 'ru', 'Характеристики', '', '', ''),
(401, 'da', 'AB: Promotion', 'Promotion', '', ''),
(401, 'de', 'AB: Promotion', 'Promotion', '', ''),
(401, 'el', 'AB: Promotion', 'Promotion', '', ''),
(401, 'en', 'AB: Promotion', 'Promotion', '', ''),
(401, 'es', 'AB: Promotion', 'Promotion', '', ''),
(401, 'fr', 'AB: Promotion', 'Promotion', '', ''),
(401, 'it', 'AB: Promotion', 'Promotion', '', ''),
(401, 'nl', 'AB: Promotion', 'Promotion', '', ''),
(401, 'no', 'AB: Promotion', 'Promotion', '', ''),
(401, 'pt', 'AB: Promotion', 'Promotion', '', ''),
(401, 'ro', 'AB: Promotion', 'Promotion', '', ''),
(401, 'ru', 'AB: Промо-акция', 'Промо-акция', '', ''),
(402, 'da', 'AB: Vendors', '', '', ''),
(402, 'de', 'AB: Vendors', '', '', ''),
(402, 'el', 'AB: Vendors', '', '', ''),
(402, 'en', 'AB: Vendors', '', '', ''),
(402, 'es', 'AB: Vendors', '', '', ''),
(402, 'fr', 'AB: Vendors', '', '', ''),
(402, 'it', 'AB: Vendors', '', '', ''),
(402, 'nl', 'AB: Vendors', '', '', ''),
(402, 'no', 'AB: Vendors', '', '', ''),
(402, 'pt', 'AB: Vendors', '', '', ''),
(402, 'ro', 'AB: Vendors', '', '', ''),
(402, 'ru', 'AB: Продавцы', '', '', ''),
(403, 'da', 'AB: Vendor store', '', '', ''),
(403, 'de', 'AB: Vendor store', '', '', ''),
(403, 'el', 'AB: Vendor store', '', '', ''),
(403, 'en', 'AB: Vendor store', '', '', ''),
(403, 'es', 'AB: Vendor store', '', '', ''),
(403, 'fr', 'AB: Vendor store', '', '', ''),
(403, 'it', 'AB: Vendor store', '', '', ''),
(403, 'nl', 'AB: Vendor store', '', '', ''),
(403, 'no', 'AB: Vendor store', '', '', ''),
(403, 'pt', 'AB: Vendor store', '', '', ''),
(403, 'ro', 'AB: Vendor store', '', '', ''),
(403, 'ru', 'AB: Магазин продавца', '', '', ''),
(404, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(404, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(404, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(404, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(404, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(404, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(404, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(404, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(404, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(404, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(404, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(404, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(405, 'da', 'Blog', '', '', ''),
(405, 'de', 'Blog', '', '', ''),
(405, 'el', 'Blog', '', '', ''),
(405, 'en', 'Blog', '', '', ''),
(405, 'es', 'Blog', '', '', ''),
(405, 'fr', 'Blog', '', '', ''),
(405, 'it', 'Blog', '', '', ''),
(405, 'nl', 'Blog', '', '', ''),
(405, 'no', 'Blog', '', '', ''),
(405, 'pt', 'Blog', '', '', ''),
(405, 'ro', 'Blog', '', '', ''),
(405, 'ru', 'Blog', '', '', ''),
(406, 'da', 'Gift certificates', '', '', ''),
(406, 'de', 'Gift certificates', '', '', ''),
(406, 'el', 'Gift certificates', '', '', ''),
(406, 'en', 'Gift certificates', '', '', ''),
(406, 'es', 'Gift certificates', '', '', ''),
(406, 'fr', 'Gift certificates', '', '', ''),
(406, 'it', 'Gift certificates', '', '', ''),
(406, 'nl', 'Gift certificates', '', '', ''),
(406, 'no', 'Gift certificates', '', '', ''),
(406, 'pt', 'Gift certificates', '', '', ''),
(406, 'ro', 'Gift certificates', '', '', ''),
(406, 'ru', 'Подарочные сертификаты', '', '', ''),
(407, 'da', 'Vendors plans', '', '', ''),
(407, 'de', 'Vendors plans', '', '', ''),
(407, 'el', 'Vendors plans', '', '', ''),
(407, 'en', 'Vendors plans', '', '', ''),
(407, 'es', 'Vendors plans', '', '', ''),
(407, 'fr', 'Vendors plans', '', '', ''),
(407, 'it', 'Vendors plans', '', '', ''),
(407, 'nl', 'Vendors plans', '', '', ''),
(407, 'no', 'Vendors plans', '', '', ''),
(407, 'pt', 'Vendors plans', '', '', ''),
(407, 'ro', 'Vendors plans', '', '', ''),
(407, 'ru', 'Vendors plans', '', '', ''),
(408, 'da', 'Default', '', '', ''),
(408, 'de', 'Default', '', '', ''),
(408, 'el', 'Default', '', '', ''),
(408, 'en', 'Default', '', '', ''),
(408, 'es', 'Default', '', '', ''),
(408, 'fr', 'Default', '', '', ''),
(408, 'it', 'Default', '', '', ''),
(408, 'nl', 'Default', '', '', ''),
(408, 'no', 'Default', '', '', ''),
(408, 'pt', 'Default', '', '', ''),
(408, 'ro', 'Default', '', '', ''),
(408, 'ru', 'По умолчанию', '', '', ''),
(409, 'da', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(409, 'de', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(409, 'el', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(409, 'en', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(409, 'es', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(409, 'fr', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(409, 'it', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(409, 'nl', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(409, 'no', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(409, 'pt', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(409, 'ro', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(409, 'ru', 'Домашняя страница', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme, Шаблон, Интернет магазин, программное обеспечение для электронной коммерции'),
(410, 'da', 'Products', '', '', ''),
(410, 'de', 'Products', '', '', ''),
(410, 'el', 'Products', '', '', ''),
(410, 'en', 'Products', '', '', ''),
(410, 'es', 'Products', '', '', ''),
(410, 'fr', 'Products', '', '', ''),
(410, 'it', 'Products', '', '', ''),
(410, 'nl', 'Products', '', '', ''),
(410, 'no', 'Products', '', '', ''),
(410, 'pt', 'Products', '', '', ''),
(410, 'ro', 'Products', '', '', ''),
(410, 'ru', 'Товары', '', '', ''),
(411, 'da', 'Categories', '', '', ''),
(411, 'de', 'Categories', '', '', ''),
(411, 'el', 'Categories', '', '', ''),
(411, 'en', 'Categories', '', '', ''),
(411, 'es', 'Categories', '', '', ''),
(411, 'fr', 'Categories', '', '', ''),
(411, 'it', 'Categories', '', '', ''),
(411, 'nl', 'Categories', '', '', ''),
(411, 'no', 'Categories', '', '', ''),
(411, 'pt', 'Categories', '', '', ''),
(411, 'ro', 'Categories', '', '', ''),
(411, 'ru', 'Категории', '', '', ''),
(412, 'da', 'Cart', '', '', ''),
(412, 'de', 'Cart', '', '', ''),
(412, 'el', 'Cart', '', '', ''),
(412, 'en', 'Cart', '', '', ''),
(412, 'es', 'Cart', '', '', ''),
(412, 'fr', 'Cart', '', '', ''),
(412, 'it', 'Cart', '', '', ''),
(412, 'nl', 'Cart', '', '', ''),
(412, 'no', 'Cart', '', '', ''),
(412, 'pt', 'Cart', '', '', ''),
(412, 'ro', 'Cart', '', '', ''),
(412, 'ru', 'Корзина', '', '', ''),
(413, 'da', 'Checkout', '', '', ''),
(413, 'de', 'Checkout', '', '', ''),
(413, 'el', 'Checkout', '', '', ''),
(413, 'en', 'Checkout', '', '', ''),
(413, 'es', 'Checkout', '', '', ''),
(413, 'fr', 'Checkout', '', '', ''),
(413, 'it', 'Checkout', '', '', ''),
(413, 'nl', 'Checkout', '', '', ''),
(413, 'no', 'Checkout', '', '', ''),
(413, 'pt', 'Checkout', '', '', ''),
(413, 'ro', 'Checkout', '', '', ''),
(413, 'ru', 'Оформить заказ', '', '', ''),
(414, 'da', 'Order landing page', '', '', ''),
(414, 'de', 'Order landing page', '', '', ''),
(414, 'el', 'Order landing page', '', '', ''),
(414, 'en', 'Order landing page', '', '', ''),
(414, 'es', 'Order landing page', '', '', ''),
(414, 'fr', 'Order landing page', '', '', ''),
(414, 'it', 'Order landing page', '', '', ''),
(414, 'nl', 'Order landing page', '', '', ''),
(414, 'no', 'Order landing page', '', '', ''),
(414, 'pt', 'Order landing page', '', '', ''),
(414, 'ro', 'Order landing page', '', '', ''),
(414, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(415, 'da', 'Auth', '', '', ''),
(415, 'de', 'Auth', '', '', ''),
(415, 'el', 'Auth', '', '', ''),
(415, 'en', 'Auth', '', '', ''),
(415, 'es', 'Auth', '', '', ''),
(415, 'fr', 'Auth', '', '', ''),
(415, 'it', 'Auth', '', '', ''),
(415, 'nl', 'Auth', '', '', ''),
(415, 'no', 'Auth', '', '', ''),
(415, 'pt', 'Auth', '', '', ''),
(415, 'ro', 'Auth', '', '', ''),
(415, 'ru', 'Страница авторизации', '', '', ''),
(416, 'da', 'Profiles', '', '', ''),
(416, 'de', 'Profiles', '', '', ''),
(416, 'el', 'Profiles', '', '', ''),
(416, 'en', 'Profiles', '', '', ''),
(416, 'es', 'Profiles', '', '', ''),
(416, 'fr', 'Profiles', '', '', ''),
(416, 'it', 'Profiles', '', '', ''),
(416, 'nl', 'Profiles', '', '', ''),
(416, 'no', 'Profiles', '', '', ''),
(416, 'pt', 'Profiles', '', '', ''),
(416, 'ro', 'Profiles', '', '', ''),
(416, 'ru', 'Профиль', '', '', ''),
(417, 'da', 'Successful registration', '', '', ''),
(417, 'de', 'Successful registration', '', '', ''),
(417, 'el', 'Successful registration', '', '', ''),
(417, 'en', 'Successful registration', '', '', ''),
(417, 'es', 'Successful registration', '', '', ''),
(417, 'fr', 'Successful registration', '', '', ''),
(417, 'it', 'Successful registration', '', '', ''),
(417, 'nl', 'Successful registration', '', '', ''),
(417, 'no', 'Successful registration', '', '', ''),
(417, 'pt', 'Successful registration', '', '', ''),
(417, 'ro', 'Successful registration', '', '', ''),
(417, 'ru', 'Успешная регистрация', '', '', ''),
(418, 'da', 'Pages', '', '', ''),
(418, 'de', 'Pages', '', '', ''),
(418, 'el', 'Pages', '', '', ''),
(418, 'en', 'Pages', '', '', ''),
(418, 'es', 'Pages', '', '', ''),
(418, 'fr', 'Pages', '', '', ''),
(418, 'it', 'Pages', '', '', ''),
(418, 'nl', 'Pages', '', '', ''),
(418, 'no', 'Pages', '', '', ''),
(418, 'pt', 'Pages', '', '', ''),
(418, 'ro', 'Pages', '', '', ''),
(418, 'ru', 'Страницы', '', '', ''),
(419, 'da', '404', 'Page not found', '', ''),
(419, 'de', '404', 'Page not found', '', ''),
(419, 'el', '404', 'Page not found', '', ''),
(419, 'en', '404', 'Page not found', '', ''),
(419, 'es', '404', 'Page not found', '', ''),
(419, 'fr', '404', 'Page not found', '', ''),
(419, 'it', '404', 'Page not found', '', ''),
(419, 'nl', '404', 'Page not found', '', ''),
(419, 'no', '404', 'Page not found', '', ''),
(419, 'pt', '404', 'Page not found', '', ''),
(419, 'ro', '404', 'Page not found', '', ''),
(419, 'ru', '404', 'Page not found', '', ''),
(420, 'da', 'Search results', '', '', ''),
(420, 'de', 'Search results', '', '', ''),
(420, 'el', 'Search results', '', '', ''),
(420, 'en', 'Search results', '', '', ''),
(420, 'es', 'Search results', '', '', ''),
(420, 'fr', 'Search results', '', '', ''),
(420, 'it', 'Search results', '', '', ''),
(420, 'nl', 'Search results', '', '', ''),
(420, 'no', 'Search results', '', '', ''),
(420, 'pt', 'Search results', '', '', ''),
(420, 'ro', 'Search results', '', '', ''),
(420, 'ru', 'Результаты поиска', '', '', ''),
(421, 'da', 'AB: Brands', 'Brands', '', ''),
(421, 'de', 'AB: Brands', 'Brands', '', ''),
(421, 'el', 'AB: Brands', 'Brands', '', ''),
(421, 'en', 'AB: Brands', 'Brands', '', ''),
(421, 'es', 'AB: Brands', 'Brands', '', ''),
(421, 'fr', 'AB: Brands', 'Brands', '', ''),
(421, 'it', 'AB: Brands', 'Brands', '', ''),
(421, 'nl', 'AB: Brands', 'Brands', '', ''),
(421, 'no', 'AB: Brands', 'Brands', '', ''),
(421, 'pt', 'AB: Brands', 'Brands', '', ''),
(421, 'ro', 'AB: Brands', 'Brands', '', ''),
(421, 'ru', 'AB: Бренды', 'Бренды', '', ''),
(422, 'da', 'Features', '', '', ''),
(422, 'de', 'Features', '', '', ''),
(422, 'el', 'Features', '', '', ''),
(422, 'en', 'Features', '', '', ''),
(422, 'es', 'Features', '', '', ''),
(422, 'fr', 'Features', '', '', ''),
(422, 'it', 'Features', '', '', ''),
(422, 'nl', 'Features', '', '', ''),
(422, 'no', 'Features', '', '', ''),
(422, 'pt', 'Features', '', '', ''),
(422, 'ro', 'Features', '', '', ''),
(422, 'ru', 'Характеристики', '', '', ''),
(423, 'da', 'AB: Promotion', 'Promotion', '', ''),
(423, 'de', 'AB: Promotion', 'Promotion', '', ''),
(423, 'el', 'AB: Promotion', 'Promotion', '', ''),
(423, 'en', 'AB: Promotion', 'Promotion', '', ''),
(423, 'es', 'AB: Promotion', 'Promotion', '', ''),
(423, 'fr', 'AB: Promotion', 'Promotion', '', ''),
(423, 'it', 'AB: Promotion', 'Promotion', '', ''),
(423, 'nl', 'AB: Promotion', 'Promotion', '', ''),
(423, 'no', 'AB: Promotion', 'Promotion', '', ''),
(423, 'pt', 'AB: Promotion', 'Promotion', '', ''),
(423, 'ro', 'AB: Promotion', 'Promotion', '', ''),
(423, 'ru', 'AB: Промо-акция', 'Промо-акция', '', ''),
(424, 'da', 'AB: Vendors', '', '', ''),
(424, 'de', 'AB: Vendors', '', '', ''),
(424, 'el', 'AB: Vendors', '', '', ''),
(424, 'en', 'AB: Vendors', '', '', ''),
(424, 'es', 'AB: Vendors', '', '', ''),
(424, 'fr', 'AB: Vendors', '', '', ''),
(424, 'it', 'AB: Vendors', '', '', ''),
(424, 'nl', 'AB: Vendors', '', '', ''),
(424, 'no', 'AB: Vendors', '', '', ''),
(424, 'pt', 'AB: Vendors', '', '', ''),
(424, 'ro', 'AB: Vendors', '', '', ''),
(424, 'ru', 'AB: Продавцы', '', '', ''),
(425, 'da', 'AB: Vendor store', '', '', ''),
(425, 'de', 'AB: Vendor store', '', '', ''),
(425, 'el', 'AB: Vendor store', '', '', ''),
(425, 'en', 'AB: Vendor store', '', '', ''),
(425, 'es', 'AB: Vendor store', '', '', ''),
(425, 'fr', 'AB: Vendor store', '', '', ''),
(425, 'it', 'AB: Vendor store', '', '', ''),
(425, 'nl', 'AB: Vendor store', '', '', ''),
(425, 'no', 'AB: Vendor store', '', '', ''),
(425, 'pt', 'AB: Vendor store', '', '', ''),
(425, 'ro', 'AB: Vendor store', '', '', ''),
(425, 'ru', 'AB: Магазин продавца', '', '', ''),
(426, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(426, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(426, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(426, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(426, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(426, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(426, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(426, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(426, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(426, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(426, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(426, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(427, 'da', 'Blog', '', '', ''),
(427, 'de', 'Blog', '', '', ''),
(427, 'el', 'Blog', '', '', ''),
(427, 'en', 'Blog', '', '', ''),
(427, 'es', 'Blog', '', '', ''),
(427, 'fr', 'Blog', '', '', ''),
(427, 'it', 'Blog', '', '', ''),
(427, 'nl', 'Blog', '', '', ''),
(427, 'no', 'Blog', '', '', ''),
(427, 'pt', 'Blog', '', '', ''),
(427, 'ro', 'Blog', '', '', ''),
(427, 'ru', 'Blog', '', '', ''),
(428, 'da', 'Gift certificates', '', '', ''),
(428, 'de', 'Gift certificates', '', '', ''),
(428, 'el', 'Gift certificates', '', '', ''),
(428, 'en', 'Gift certificates', '', '', ''),
(428, 'es', 'Gift certificates', '', '', ''),
(428, 'fr', 'Gift certificates', '', '', ''),
(428, 'it', 'Gift certificates', '', '', ''),
(428, 'nl', 'Gift certificates', '', '', ''),
(428, 'no', 'Gift certificates', '', '', ''),
(428, 'pt', 'Gift certificates', '', '', ''),
(428, 'ro', 'Gift certificates', '', '', ''),
(428, 'ru', 'Подарочные сертификаты', '', '', ''),
(429, 'da', 'Vendors plans', '', '', ''),
(429, 'de', 'Vendors plans', '', '', ''),
(429, 'el', 'Vendors plans', '', '', ''),
(429, 'en', 'Vendors plans', '', '', ''),
(429, 'es', 'Vendors plans', '', '', ''),
(429, 'fr', 'Vendors plans', '', '', ''),
(429, 'it', 'Vendors plans', '', '', ''),
(429, 'nl', 'Vendors plans', '', '', ''),
(429, 'no', 'Vendors plans', '', '', ''),
(429, 'pt', 'Vendors plans', '', '', ''),
(429, 'ro', 'Vendors plans', '', '', ''),
(429, 'ru', 'Vendors plans', '', '', ''),
(430, 'da', 'Default', '', '', ''),
(430, 'de', 'Default', '', '', ''),
(430, 'el', 'Default', '', '', ''),
(430, 'en', 'Default', '', '', ''),
(430, 'es', 'Default', '', '', ''),
(430, 'fr', 'Default', '', '', ''),
(430, 'it', 'Default', '', '', ''),
(430, 'nl', 'Default', '', '', ''),
(430, 'no', 'Default', '', '', ''),
(430, 'pt', 'Default', '', '', ''),
(430, 'ro', 'Default', '', '', ''),
(430, 'ru', 'По умолчанию', '', '', ''),
(431, 'da', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(431, 'de', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(431, 'el', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(431, 'en', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(431, 'es', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(431, 'fr', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(431, 'it', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(431, 'nl', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(431, 'no', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(431, 'pt', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(431, 'ro', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(431, 'ru', 'Домашняя страница', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme, Шаблон, Интернет магазин, программное обеспечение для электронной коммерции'),
(432, 'da', 'Products', '', '', ''),
(432, 'de', 'Products', '', '', ''),
(432, 'el', 'Products', '', '', ''),
(432, 'en', 'Products', '', '', ''),
(432, 'es', 'Products', '', '', ''),
(432, 'fr', 'Products', '', '', ''),
(432, 'it', 'Products', '', '', ''),
(432, 'nl', 'Products', '', '', ''),
(432, 'no', 'Products', '', '', ''),
(432, 'pt', 'Products', '', '', ''),
(432, 'ro', 'Products', '', '', ''),
(432, 'ru', 'Товары', '', '', ''),
(433, 'da', 'Categories', '', '', ''),
(433, 'de', 'Categories', '', '', ''),
(433, 'el', 'Categories', '', '', ''),
(433, 'en', 'Categories', '', '', ''),
(433, 'es', 'Categories', '', '', ''),
(433, 'fr', 'Categories', '', '', ''),
(433, 'it', 'Categories', '', '', ''),
(433, 'nl', 'Categories', '', '', ''),
(433, 'no', 'Categories', '', '', ''),
(433, 'pt', 'Categories', '', '', ''),
(433, 'ro', 'Categories', '', '', ''),
(433, 'ru', 'Категории', '', '', ''),
(434, 'da', 'Cart', '', '', ''),
(434, 'de', 'Cart', '', '', ''),
(434, 'el', 'Cart', '', '', ''),
(434, 'en', 'Cart', '', '', ''),
(434, 'es', 'Cart', '', '', ''),
(434, 'fr', 'Cart', '', '', ''),
(434, 'it', 'Cart', '', '', ''),
(434, 'nl', 'Cart', '', '', ''),
(434, 'no', 'Cart', '', '', ''),
(434, 'pt', 'Cart', '', '', ''),
(434, 'ro', 'Cart', '', '', ''),
(434, 'ru', 'Корзина', '', '', ''),
(435, 'da', 'Checkout', '', '', ''),
(435, 'de', 'Checkout', '', '', ''),
(435, 'el', 'Checkout', '', '', ''),
(435, 'en', 'Checkout', '', '', ''),
(435, 'es', 'Checkout', '', '', ''),
(435, 'fr', 'Checkout', '', '', ''),
(435, 'it', 'Checkout', '', '', ''),
(435, 'nl', 'Checkout', '', '', ''),
(435, 'no', 'Checkout', '', '', ''),
(435, 'pt', 'Checkout', '', '', ''),
(435, 'ro', 'Checkout', '', '', ''),
(435, 'ru', 'Оформить заказ', '', '', ''),
(436, 'da', 'Order landing page', '', '', ''),
(436, 'de', 'Order landing page', '', '', ''),
(436, 'el', 'Order landing page', '', '', ''),
(436, 'en', 'Order landing page', '', '', ''),
(436, 'es', 'Order landing page', '', '', ''),
(436, 'fr', 'Order landing page', '', '', ''),
(436, 'it', 'Order landing page', '', '', ''),
(436, 'nl', 'Order landing page', '', '', ''),
(436, 'no', 'Order landing page', '', '', ''),
(436, 'pt', 'Order landing page', '', '', ''),
(436, 'ro', 'Order landing page', '', '', ''),
(436, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(437, 'da', 'Auth', '', '', ''),
(437, 'de', 'Auth', '', '', ''),
(437, 'el', 'Auth', '', '', ''),
(437, 'en', 'Auth', '', '', ''),
(437, 'es', 'Auth', '', '', ''),
(437, 'fr', 'Auth', '', '', ''),
(437, 'it', 'Auth', '', '', ''),
(437, 'nl', 'Auth', '', '', ''),
(437, 'no', 'Auth', '', '', ''),
(437, 'pt', 'Auth', '', '', ''),
(437, 'ro', 'Auth', '', '', ''),
(437, 'ru', 'Страница авторизации', '', '', ''),
(438, 'da', 'Profiles', '', '', ''),
(438, 'de', 'Profiles', '', '', ''),
(438, 'el', 'Profiles', '', '', ''),
(438, 'en', 'Profiles', '', '', ''),
(438, 'es', 'Profiles', '', '', ''),
(438, 'fr', 'Profiles', '', '', ''),
(438, 'it', 'Profiles', '', '', ''),
(438, 'nl', 'Profiles', '', '', ''),
(438, 'no', 'Profiles', '', '', ''),
(438, 'pt', 'Profiles', '', '', ''),
(438, 'ro', 'Profiles', '', '', ''),
(438, 'ru', 'Профиль', '', '', ''),
(439, 'da', 'Successful registration', '', '', ''),
(439, 'de', 'Successful registration', '', '', ''),
(439, 'el', 'Successful registration', '', '', ''),
(439, 'en', 'Successful registration', '', '', ''),
(439, 'es', 'Successful registration', '', '', ''),
(439, 'fr', 'Successful registration', '', '', ''),
(439, 'it', 'Successful registration', '', '', ''),
(439, 'nl', 'Successful registration', '', '', ''),
(439, 'no', 'Successful registration', '', '', ''),
(439, 'pt', 'Successful registration', '', '', ''),
(439, 'ro', 'Successful registration', '', '', ''),
(439, 'ru', 'Успешная регистрация', '', '', ''),
(440, 'da', 'Pages', '', '', ''),
(440, 'de', 'Pages', '', '', ''),
(440, 'el', 'Pages', '', '', ''),
(440, 'en', 'Pages', '', '', ''),
(440, 'es', 'Pages', '', '', ''),
(440, 'fr', 'Pages', '', '', ''),
(440, 'it', 'Pages', '', '', ''),
(440, 'nl', 'Pages', '', '', ''),
(440, 'no', 'Pages', '', '', ''),
(440, 'pt', 'Pages', '', '', ''),
(440, 'ro', 'Pages', '', '', ''),
(440, 'ru', 'Страницы', '', '', ''),
(441, 'da', '404', 'Page not found', '', ''),
(441, 'de', '404', 'Page not found', '', ''),
(441, 'el', '404', 'Page not found', '', ''),
(441, 'en', '404', 'Page not found', '', ''),
(441, 'es', '404', 'Page not found', '', ''),
(441, 'fr', '404', 'Page not found', '', ''),
(441, 'it', '404', 'Page not found', '', ''),
(441, 'nl', '404', 'Page not found', '', ''),
(441, 'no', '404', 'Page not found', '', ''),
(441, 'pt', '404', 'Page not found', '', ''),
(441, 'ro', '404', 'Page not found', '', ''),
(441, 'ru', '404', 'Page not found', '', ''),
(442, 'da', 'Search results', '', '', ''),
(442, 'de', 'Search results', '', '', ''),
(442, 'el', 'Search results', '', '', ''),
(442, 'en', 'Search results', '', '', ''),
(442, 'es', 'Search results', '', '', ''),
(442, 'fr', 'Search results', '', '', ''),
(442, 'it', 'Search results', '', '', ''),
(442, 'nl', 'Search results', '', '', ''),
(442, 'no', 'Search results', '', '', ''),
(442, 'pt', 'Search results', '', '', ''),
(442, 'ro', 'Search results', '', '', ''),
(442, 'ru', 'Результаты поиска', '', '', ''),
(443, 'da', 'Features', '', '', ''),
(443, 'de', 'Features', '', '', ''),
(443, 'el', 'Features', '', '', ''),
(443, 'en', 'Features', '', '', ''),
(443, 'es', 'Features', '', '', ''),
(443, 'fr', 'Features', '', '', ''),
(443, 'it', 'Features', '', '', ''),
(443, 'nl', 'Features', '', '', ''),
(443, 'no', 'Features', '', '', ''),
(443, 'pt', 'Features', '', '', ''),
(443, 'ro', 'Features', '', '', ''),
(443, 'ru', 'Характеристики', '', '', ''),
(444, 'da', 'AB: Brands', 'Brands', '', ''),
(444, 'de', 'AB: Brands', 'Brands', '', ''),
(444, 'el', 'AB: Brands', 'Brands', '', ''),
(444, 'en', 'AB: Brands', 'Brands', '', ''),
(444, 'es', 'AB: Brands', 'Brands', '', ''),
(444, 'fr', 'AB: Brands', 'Brands', '', ''),
(444, 'it', 'AB: Brands', 'Brands', '', ''),
(444, 'nl', 'AB: Brands', 'Brands', '', ''),
(444, 'no', 'AB: Brands', 'Brands', '', ''),
(444, 'pt', 'AB: Brands', 'Brands', '', ''),
(444, 'ro', 'AB: Brands', 'Brands', '', ''),
(444, 'ru', 'AB: Бренды', 'Бренды', '', ''),
(445, 'da', 'AB: Promotion', 'Promotion', '', ''),
(445, 'de', 'AB: Promotion', 'Promotion', '', ''),
(445, 'el', 'AB: Promotion', 'Promotion', '', ''),
(445, 'en', 'AB: Promotion', 'Promotion', '', ''),
(445, 'es', 'AB: Promotion', 'Promotion', '', ''),
(445, 'fr', 'AB: Promotion', 'Promotion', '', ''),
(445, 'it', 'AB: Promotion', 'Promotion', '', ''),
(445, 'nl', 'AB: Promotion', 'Promotion', '', ''),
(445, 'no', 'AB: Promotion', 'Promotion', '', ''),
(445, 'pt', 'AB: Promotion', 'Promotion', '', ''),
(445, 'ro', 'AB: Promotion', 'Promotion', '', '');
INSERT INTO `partiushop_bm_locations_descriptions` (`location_id`, `lang_code`, `name`, `title`, `meta_description`, `meta_keywords`) VALUES
(445, 'ru', 'AB: Промо-акция', 'Промо-акция', '', ''),
(446, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(446, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(446, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(446, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(446, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(446, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(446, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(446, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(446, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(446, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(446, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(446, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(447, 'da', 'Blog', '', '', ''),
(447, 'de', 'Blog', '', '', ''),
(447, 'el', 'Blog', '', '', ''),
(447, 'en', 'Blog', '', '', ''),
(447, 'es', 'Blog', '', '', ''),
(447, 'fr', 'Blog', '', '', ''),
(447, 'it', 'Blog', '', '', ''),
(447, 'nl', 'Blog', '', '', ''),
(447, 'no', 'Blog', '', '', ''),
(447, 'pt', 'Blog', '', '', ''),
(447, 'ro', 'Blog', '', '', ''),
(447, 'ru', 'Blog', '', '', ''),
(448, 'da', 'Gift certificates', '', '', ''),
(448, 'de', 'Gift certificates', '', '', ''),
(448, 'el', 'Gift certificates', '', '', ''),
(448, 'en', 'Gift certificates', '', '', ''),
(448, 'es', 'Gift certificates', '', '', ''),
(448, 'fr', 'Gift certificates', '', '', ''),
(448, 'it', 'Gift certificates', '', '', ''),
(448, 'nl', 'Gift certificates', '', '', ''),
(448, 'no', 'Gift certificates', '', '', ''),
(448, 'pt', 'Gift certificates', '', '', ''),
(448, 'ro', 'Gift certificates', '', '', ''),
(448, 'ru', 'Подарочные сертификаты', '', '', ''),
(449, 'da', 'Vendors plans', '', '', ''),
(449, 'de', 'Vendors plans', '', '', ''),
(449, 'el', 'Vendors plans', '', '', ''),
(449, 'en', 'Vendors plans', '', '', ''),
(449, 'es', 'Vendors plans', '', '', ''),
(449, 'fr', 'Vendors plans', '', '', ''),
(449, 'it', 'Vendors plans', '', '', ''),
(449, 'nl', 'Vendors plans', '', '', ''),
(449, 'no', 'Vendors plans', '', '', ''),
(449, 'pt', 'Vendors plans', '', '', ''),
(449, 'ro', 'Vendors plans', '', '', ''),
(449, 'ru', 'Vendors plans', '', '', ''),
(450, 'da', 'Default', '', '', ''),
(450, 'de', 'Default', '', '', ''),
(450, 'el', 'Default', '', '', ''),
(450, 'en', 'Default', '', '', ''),
(450, 'es', 'Default', '', '', ''),
(450, 'fr', 'Default', '', '', ''),
(450, 'it', 'Default', '', '', ''),
(450, 'nl', 'Default', '', '', ''),
(450, 'no', 'Default', '', '', ''),
(450, 'pt', 'Default', '', '', ''),
(450, 'ro', 'Default', '', '', ''),
(450, 'ru', 'По умолчанию', '', '', ''),
(451, 'da', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(451, 'de', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(451, 'el', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(451, 'en', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(451, 'es', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(451, 'fr', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(451, 'it', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(451, 'nl', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(451, 'no', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(451, 'pt', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(451, 'ro', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(451, 'ru', 'Домашняя страница', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme, Шаблон, Интернет магазин, программное обеспечение для электронной коммерции'),
(452, 'da', 'Products', '', '', ''),
(452, 'de', 'Products', '', '', ''),
(452, 'el', 'Products', '', '', ''),
(452, 'en', 'Products', '', '', ''),
(452, 'es', 'Products', '', '', ''),
(452, 'fr', 'Products', '', '', ''),
(452, 'it', 'Products', '', '', ''),
(452, 'nl', 'Products', '', '', ''),
(452, 'no', 'Products', '', '', ''),
(452, 'pt', 'Products', '', '', ''),
(452, 'ro', 'Products', '', '', ''),
(452, 'ru', 'Товары', '', '', ''),
(453, 'da', 'Categories', '', '', ''),
(453, 'de', 'Categories', '', '', ''),
(453, 'el', 'Categories', '', '', ''),
(453, 'en', 'Categories', '', '', ''),
(453, 'es', 'Categories', '', '', ''),
(453, 'fr', 'Categories', '', '', ''),
(453, 'it', 'Categories', '', '', ''),
(453, 'nl', 'Categories', '', '', ''),
(453, 'no', 'Categories', '', '', ''),
(453, 'pt', 'Categories', '', '', ''),
(453, 'ro', 'Categories', '', '', ''),
(453, 'ru', 'Категории', '', '', ''),
(454, 'da', 'Cart', '', '', ''),
(454, 'de', 'Cart', '', '', ''),
(454, 'el', 'Cart', '', '', ''),
(454, 'en', 'Cart', '', '', ''),
(454, 'es', 'Cart', '', '', ''),
(454, 'fr', 'Cart', '', '', ''),
(454, 'it', 'Cart', '', '', ''),
(454, 'nl', 'Cart', '', '', ''),
(454, 'no', 'Cart', '', '', ''),
(454, 'pt', 'Cart', '', '', ''),
(454, 'ro', 'Cart', '', '', ''),
(454, 'ru', 'Корзина', '', '', ''),
(455, 'da', 'Checkout', '', '', ''),
(455, 'de', 'Checkout', '', '', ''),
(455, 'el', 'Checkout', '', '', ''),
(455, 'en', 'Checkout', '', '', ''),
(455, 'es', 'Checkout', '', '', ''),
(455, 'fr', 'Checkout', '', '', ''),
(455, 'it', 'Checkout', '', '', ''),
(455, 'nl', 'Checkout', '', '', ''),
(455, 'no', 'Checkout', '', '', ''),
(455, 'pt', 'Checkout', '', '', ''),
(455, 'ro', 'Checkout', '', '', ''),
(455, 'ru', 'Оформить заказ', '', '', ''),
(456, 'da', 'Order landing page', '', '', ''),
(456, 'de', 'Order landing page', '', '', ''),
(456, 'el', 'Order landing page', '', '', ''),
(456, 'en', 'Order landing page', '', '', ''),
(456, 'es', 'Order landing page', '', '', ''),
(456, 'fr', 'Order landing page', '', '', ''),
(456, 'it', 'Order landing page', '', '', ''),
(456, 'nl', 'Order landing page', '', '', ''),
(456, 'no', 'Order landing page', '', '', ''),
(456, 'pt', 'Order landing page', '', '', ''),
(456, 'ro', 'Order landing page', '', '', ''),
(456, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(457, 'da', 'Auth', '', '', ''),
(457, 'de', 'Auth', '', '', ''),
(457, 'el', 'Auth', '', '', ''),
(457, 'en', 'Auth', '', '', ''),
(457, 'es', 'Auth', '', '', ''),
(457, 'fr', 'Auth', '', '', ''),
(457, 'it', 'Auth', '', '', ''),
(457, 'nl', 'Auth', '', '', ''),
(457, 'no', 'Auth', '', '', ''),
(457, 'pt', 'Auth', '', '', ''),
(457, 'ro', 'Auth', '', '', ''),
(457, 'ru', 'Страница авторизации', '', '', ''),
(458, 'da', 'Profiles', '', '', ''),
(458, 'de', 'Profiles', '', '', ''),
(458, 'el', 'Profiles', '', '', ''),
(458, 'en', 'Profiles', '', '', ''),
(458, 'es', 'Profiles', '', '', ''),
(458, 'fr', 'Profiles', '', '', ''),
(458, 'it', 'Profiles', '', '', ''),
(458, 'nl', 'Profiles', '', '', ''),
(458, 'no', 'Profiles', '', '', ''),
(458, 'pt', 'Profiles', '', '', ''),
(458, 'ro', 'Profiles', '', '', ''),
(458, 'ru', 'Профиль', '', '', ''),
(459, 'da', 'Successful registration', '', '', ''),
(459, 'de', 'Successful registration', '', '', ''),
(459, 'el', 'Successful registration', '', '', ''),
(459, 'en', 'Successful registration', '', '', ''),
(459, 'es', 'Successful registration', '', '', ''),
(459, 'fr', 'Successful registration', '', '', ''),
(459, 'it', 'Successful registration', '', '', ''),
(459, 'nl', 'Successful registration', '', '', ''),
(459, 'no', 'Successful registration', '', '', ''),
(459, 'pt', 'Successful registration', '', '', ''),
(459, 'ro', 'Successful registration', '', '', ''),
(459, 'ru', 'Успешная регистрация', '', '', ''),
(460, 'da', 'Pages', '', '', ''),
(460, 'de', 'Pages', '', '', ''),
(460, 'el', 'Pages', '', '', ''),
(460, 'en', 'Pages', '', '', ''),
(460, 'es', 'Pages', '', '', ''),
(460, 'fr', 'Pages', '', '', ''),
(460, 'it', 'Pages', '', '', ''),
(460, 'nl', 'Pages', '', '', ''),
(460, 'no', 'Pages', '', '', ''),
(460, 'pt', 'Pages', '', '', ''),
(460, 'ro', 'Pages', '', '', ''),
(460, 'ru', 'Страницы', '', '', ''),
(461, 'da', '404', 'Page not found', '', ''),
(461, 'de', '404', 'Page not found', '', ''),
(461, 'el', '404', 'Page not found', '', ''),
(461, 'en', '404', 'Page not found', '', ''),
(461, 'es', '404', 'Page not found', '', ''),
(461, 'fr', '404', 'Page not found', '', ''),
(461, 'it', '404', 'Page not found', '', ''),
(461, 'nl', '404', 'Page not found', '', ''),
(461, 'no', '404', 'Page not found', '', ''),
(461, 'pt', '404', 'Page not found', '', ''),
(461, 'ro', '404', 'Page not found', '', ''),
(461, 'ru', '404', 'Page not found', '', ''),
(462, 'da', 'Search results', '', '', ''),
(462, 'de', 'Search results', '', '', ''),
(462, 'el', 'Search results', '', '', ''),
(462, 'en', 'Search results', '', '', ''),
(462, 'es', 'Search results', '', '', ''),
(462, 'fr', 'Search results', '', '', ''),
(462, 'it', 'Search results', '', '', ''),
(462, 'nl', 'Search results', '', '', ''),
(462, 'no', 'Search results', '', '', ''),
(462, 'pt', 'Search results', '', '', ''),
(462, 'ro', 'Search results', '', '', ''),
(462, 'ru', 'Результаты поиска', '', '', ''),
(463, 'da', 'Features', '', '', ''),
(463, 'de', 'Features', '', '', ''),
(463, 'el', 'Features', '', '', ''),
(463, 'en', 'Features', '', '', ''),
(463, 'es', 'Features', '', '', ''),
(463, 'fr', 'Features', '', '', ''),
(463, 'it', 'Features', '', '', ''),
(463, 'nl', 'Features', '', '', ''),
(463, 'no', 'Features', '', '', ''),
(463, 'pt', 'Features', '', '', ''),
(463, 'ro', 'Features', '', '', ''),
(463, 'ru', 'Характеристики', '', '', ''),
(464, 'da', 'AB: Promotion', 'Promotion', '', ''),
(464, 'de', 'AB: Promotion', 'Promotion', '', ''),
(464, 'el', 'AB: Promotion', 'Promotion', '', ''),
(464, 'en', 'AB: Promotion', 'Promotion', '', ''),
(464, 'es', 'AB: Promotion', 'Promotion', '', ''),
(464, 'fr', 'AB: Promotion', 'Promotion', '', ''),
(464, 'it', 'AB: Promotion', 'Promotion', '', ''),
(464, 'nl', 'AB: Promotion', 'Promotion', '', ''),
(464, 'no', 'AB: Promotion', 'Promotion', '', ''),
(464, 'pt', 'AB: Promotion', 'Promotion', '', ''),
(464, 'ro', 'AB: Promotion', 'Promotion', '', ''),
(464, 'ru', 'AB: Промо-акция', 'Промо-акция', '', ''),
(465, 'da', 'AB: Brands', 'Brands', '', ''),
(465, 'de', 'AB: Brands', 'Brands', '', ''),
(465, 'el', 'AB: Brands', 'Brands', '', ''),
(465, 'en', 'AB: Brands', 'Brands', '', ''),
(465, 'es', 'AB: Brands', 'Brands', '', ''),
(465, 'fr', 'AB: Brands', 'Brands', '', ''),
(465, 'it', 'AB: Brands', 'Brands', '', ''),
(465, 'nl', 'AB: Brands', 'Brands', '', ''),
(465, 'no', 'AB: Brands', 'Brands', '', ''),
(465, 'pt', 'AB: Brands', 'Brands', '', ''),
(465, 'ro', 'AB: Brands', 'Brands', '', ''),
(465, 'ru', 'AB: Бренды', 'Бренды', '', ''),
(466, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(466, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(466, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(466, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(466, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(466, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(466, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(466, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(466, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(466, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(466, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(466, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(467, 'da', 'Blog', '', '', ''),
(467, 'de', 'Blog', '', '', ''),
(467, 'el', 'Blog', '', '', ''),
(467, 'en', 'Blog', '', '', ''),
(467, 'es', 'Blog', '', '', ''),
(467, 'fr', 'Blog', '', '', ''),
(467, 'it', 'Blog', '', '', ''),
(467, 'nl', 'Blog', '', '', ''),
(467, 'no', 'Blog', '', '', ''),
(467, 'pt', 'Blog', '', '', ''),
(467, 'ro', 'Blog', '', '', ''),
(467, 'ru', 'Blog', '', '', ''),
(468, 'da', 'Gift certificates', '', '', ''),
(468, 'de', 'Gift certificates', '', '', ''),
(468, 'el', 'Gift certificates', '', '', ''),
(468, 'en', 'Gift certificates', '', '', ''),
(468, 'es', 'Gift certificates', '', '', ''),
(468, 'fr', 'Gift certificates', '', '', ''),
(468, 'it', 'Gift certificates', '', '', ''),
(468, 'nl', 'Gift certificates', '', '', ''),
(468, 'no', 'Gift certificates', '', '', ''),
(468, 'pt', 'Gift certificates', '', '', ''),
(468, 'ro', 'Gift certificates', '', '', ''),
(468, 'ru', 'Подарочные сертификаты', '', '', ''),
(469, 'da', 'Vendors plans', '', '', ''),
(469, 'de', 'Vendors plans', '', '', ''),
(469, 'el', 'Vendors plans', '', '', ''),
(469, 'en', 'Vendors plans', '', '', ''),
(469, 'es', 'Vendors plans', '', '', ''),
(469, 'fr', 'Vendors plans', '', '', ''),
(469, 'it', 'Vendors plans', '', '', ''),
(469, 'nl', 'Vendors plans', '', '', ''),
(469, 'no', 'Vendors plans', '', '', ''),
(469, 'pt', 'Vendors plans', '', '', ''),
(469, 'ro', 'Vendors plans', '', '', ''),
(469, 'ru', 'Vendors plans', '', '', ''),
(470, 'da', 'Default', '', '', ''),
(470, 'de', 'Default', '', '', ''),
(470, 'el', 'Default', '', '', ''),
(470, 'en', 'Default', '', '', ''),
(470, 'es', 'Default', '', '', ''),
(470, 'fr', 'Default', '', '', ''),
(470, 'it', 'Default', '', '', ''),
(470, 'nl', 'Default', '', '', ''),
(470, 'no', 'Default', '', '', ''),
(470, 'pt', 'Default', '', '', ''),
(470, 'ro', 'Default', '', '', ''),
(470, 'ru', 'По умолчанию', '', '', ''),
(471, 'da', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(471, 'de', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(471, 'el', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(471, 'en', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(471, 'es', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(471, 'fr', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(471, 'it', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(471, 'nl', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(471, 'no', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(471, 'pt', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(471, 'ro', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(471, 'ru', 'Домашняя страница', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme, Шаблон, Интернет магазин, программное обеспечение для электронной коммерции'),
(472, 'da', 'Products', '', '', ''),
(472, 'de', 'Products', '', '', ''),
(472, 'el', 'Products', '', '', ''),
(472, 'en', 'Products', '', '', ''),
(472, 'es', 'Products', '', '', ''),
(472, 'fr', 'Products', '', '', ''),
(472, 'it', 'Products', '', '', ''),
(472, 'nl', 'Products', '', '', ''),
(472, 'no', 'Products', '', '', ''),
(472, 'pt', 'Products', '', '', ''),
(472, 'ro', 'Products', '', '', ''),
(472, 'ru', 'Товары', '', '', ''),
(473, 'da', 'Categories', '', '', ''),
(473, 'de', 'Categories', '', '', ''),
(473, 'el', 'Categories', '', '', ''),
(473, 'en', 'Categories', '', '', ''),
(473, 'es', 'Categories', '', '', ''),
(473, 'fr', 'Categories', '', '', ''),
(473, 'it', 'Categories', '', '', ''),
(473, 'nl', 'Categories', '', '', ''),
(473, 'no', 'Categories', '', '', ''),
(473, 'pt', 'Categories', '', '', ''),
(473, 'ro', 'Categories', '', '', ''),
(473, 'ru', 'Категории', '', '', ''),
(474, 'da', 'Cart', '', '', ''),
(474, 'de', 'Cart', '', '', ''),
(474, 'el', 'Cart', '', '', ''),
(474, 'en', 'Cart', '', '', ''),
(474, 'es', 'Cart', '', '', ''),
(474, 'fr', 'Cart', '', '', ''),
(474, 'it', 'Cart', '', '', ''),
(474, 'nl', 'Cart', '', '', ''),
(474, 'no', 'Cart', '', '', ''),
(474, 'pt', 'Cart', '', '', ''),
(474, 'ro', 'Cart', '', '', ''),
(474, 'ru', 'Корзина', '', '', ''),
(475, 'da', 'Checkout', '', '', ''),
(475, 'de', 'Checkout', '', '', ''),
(475, 'el', 'Checkout', '', '', ''),
(475, 'en', 'Checkout', '', '', ''),
(475, 'es', 'Checkout', '', '', ''),
(475, 'fr', 'Checkout', '', '', ''),
(475, 'it', 'Checkout', '', '', ''),
(475, 'nl', 'Checkout', '', '', ''),
(475, 'no', 'Checkout', '', '', ''),
(475, 'pt', 'Checkout', '', '', ''),
(475, 'ro', 'Checkout', '', '', ''),
(475, 'ru', 'Оформить заказ', '', '', ''),
(476, 'da', 'Order landing page', '', '', ''),
(476, 'de', 'Order landing page', '', '', ''),
(476, 'el', 'Order landing page', '', '', ''),
(476, 'en', 'Order landing page', '', '', ''),
(476, 'es', 'Order landing page', '', '', ''),
(476, 'fr', 'Order landing page', '', '', ''),
(476, 'it', 'Order landing page', '', '', ''),
(476, 'nl', 'Order landing page', '', '', ''),
(476, 'no', 'Order landing page', '', '', ''),
(476, 'pt', 'Order landing page', '', '', ''),
(476, 'ro', 'Order landing page', '', '', ''),
(476, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(477, 'da', 'Auth', '', '', ''),
(477, 'de', 'Auth', '', '', ''),
(477, 'el', 'Auth', '', '', ''),
(477, 'en', 'Auth', '', '', ''),
(477, 'es', 'Auth', '', '', ''),
(477, 'fr', 'Auth', '', '', ''),
(477, 'it', 'Auth', '', '', ''),
(477, 'nl', 'Auth', '', '', ''),
(477, 'no', 'Auth', '', '', ''),
(477, 'pt', 'Auth', '', '', ''),
(477, 'ro', 'Auth', '', '', ''),
(477, 'ru', 'Страница авторизации', '', '', ''),
(478, 'da', 'Profiles', '', '', ''),
(478, 'de', 'Profiles', '', '', ''),
(478, 'el', 'Profiles', '', '', ''),
(478, 'en', 'Profiles', '', '', ''),
(478, 'es', 'Profiles', '', '', ''),
(478, 'fr', 'Profiles', '', '', ''),
(478, 'it', 'Profiles', '', '', ''),
(478, 'nl', 'Profiles', '', '', ''),
(478, 'no', 'Profiles', '', '', ''),
(478, 'pt', 'Profiles', '', '', ''),
(478, 'ro', 'Profiles', '', '', ''),
(478, 'ru', 'Профиль', '', '', ''),
(479, 'da', 'Successful registration', '', '', ''),
(479, 'de', 'Successful registration', '', '', ''),
(479, 'el', 'Successful registration', '', '', ''),
(479, 'en', 'Successful registration', '', '', ''),
(479, 'es', 'Successful registration', '', '', ''),
(479, 'fr', 'Successful registration', '', '', ''),
(479, 'it', 'Successful registration', '', '', ''),
(479, 'nl', 'Successful registration', '', '', ''),
(479, 'no', 'Successful registration', '', '', ''),
(479, 'pt', 'Successful registration', '', '', ''),
(479, 'ro', 'Successful registration', '', '', ''),
(479, 'ru', 'Успешная регистрация', '', '', ''),
(480, 'da', 'Pages', '', '', ''),
(480, 'de', 'Pages', '', '', ''),
(480, 'el', 'Pages', '', '', ''),
(480, 'en', 'Pages', '', '', ''),
(480, 'es', 'Pages', '', '', ''),
(480, 'fr', 'Pages', '', '', ''),
(480, 'it', 'Pages', '', '', ''),
(480, 'nl', 'Pages', '', '', ''),
(480, 'no', 'Pages', '', '', ''),
(480, 'pt', 'Pages', '', '', ''),
(480, 'ro', 'Pages', '', '', ''),
(480, 'ru', 'Страницы', '', '', ''),
(481, 'da', '404', 'Page not found', '', ''),
(481, 'de', '404', 'Page not found', '', ''),
(481, 'el', '404', 'Page not found', '', ''),
(481, 'en', '404', 'Page not found', '', ''),
(481, 'es', '404', 'Page not found', '', ''),
(481, 'fr', '404', 'Page not found', '', ''),
(481, 'it', '404', 'Page not found', '', ''),
(481, 'nl', '404', 'Page not found', '', ''),
(481, 'no', '404', 'Page not found', '', ''),
(481, 'pt', '404', 'Page not found', '', ''),
(481, 'ro', '404', 'Page not found', '', ''),
(481, 'ru', '404', 'Page not found', '', ''),
(482, 'da', 'Search results', '', '', ''),
(482, 'de', 'Search results', '', '', ''),
(482, 'el', 'Search results', '', '', ''),
(482, 'en', 'Search results', '', '', ''),
(482, 'es', 'Search results', '', '', ''),
(482, 'fr', 'Search results', '', '', ''),
(482, 'it', 'Search results', '', '', ''),
(482, 'nl', 'Search results', '', '', ''),
(482, 'no', 'Search results', '', '', ''),
(482, 'pt', 'Search results', '', '', ''),
(482, 'ro', 'Search results', '', '', ''),
(482, 'ru', 'Результаты поиска', '', '', ''),
(483, 'da', 'Features', '', '', ''),
(483, 'de', 'Features', '', '', ''),
(483, 'el', 'Features', '', '', ''),
(483, 'en', 'Features', '', '', ''),
(483, 'es', 'Features', '', '', ''),
(483, 'fr', 'Features', '', '', ''),
(483, 'it', 'Features', '', '', ''),
(483, 'nl', 'Features', '', '', ''),
(483, 'no', 'Features', '', '', ''),
(483, 'pt', 'Features', '', '', ''),
(483, 'ro', 'Features', '', '', ''),
(483, 'ru', 'Характеристики', '', '', ''),
(484, 'da', 'AB: Promotion', 'Promotion', '', ''),
(484, 'de', 'AB: Promotion', 'Promotion', '', ''),
(484, 'el', 'AB: Promotion', 'Promotion', '', ''),
(484, 'en', 'AB: Promotion', 'Promotion', '', ''),
(484, 'es', 'AB: Promotion', 'Promotion', '', ''),
(484, 'fr', 'AB: Promotion', 'Promotion', '', ''),
(484, 'it', 'AB: Promotion', 'Promotion', '', ''),
(484, 'nl', 'AB: Promotion', 'Promotion', '', ''),
(484, 'no', 'AB: Promotion', 'Promotion', '', ''),
(484, 'pt', 'AB: Promotion', 'Promotion', '', ''),
(484, 'ro', 'AB: Promotion', 'Promotion', '', ''),
(484, 'ru', 'AB: Промо-акция', 'Промо-акция', '', ''),
(485, 'da', 'AB: Brands', 'Brands', '', ''),
(485, 'de', 'AB: Brands', 'Brands', '', ''),
(485, 'el', 'AB: Brands', 'Brands', '', ''),
(485, 'en', 'AB: Brands', 'Brands', '', ''),
(485, 'es', 'AB: Brands', 'Brands', '', ''),
(485, 'fr', 'AB: Brands', 'Brands', '', ''),
(485, 'it', 'AB: Brands', 'Brands', '', ''),
(485, 'nl', 'AB: Brands', 'Brands', '', ''),
(485, 'no', 'AB: Brands', 'Brands', '', ''),
(485, 'pt', 'AB: Brands', 'Brands', '', ''),
(485, 'ro', 'AB: Brands', 'Brands', '', ''),
(485, 'ru', 'AB: Бренды', 'Бренды', '', ''),
(486, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(486, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(486, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(486, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(486, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(486, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(486, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(486, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(486, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(486, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(486, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(486, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(487, 'da', 'Blog', '', '', ''),
(487, 'de', 'Blog', '', '', ''),
(487, 'el', 'Blog', '', '', ''),
(487, 'en', 'Blog', '', '', ''),
(487, 'es', 'Blog', '', '', ''),
(487, 'fr', 'Blog', '', '', ''),
(487, 'it', 'Blog', '', '', ''),
(487, 'nl', 'Blog', '', '', ''),
(487, 'no', 'Blog', '', '', ''),
(487, 'pt', 'Blog', '', '', ''),
(487, 'ro', 'Blog', '', '', ''),
(487, 'ru', 'Blog', '', '', ''),
(488, 'da', 'Gift certificates', '', '', ''),
(488, 'de', 'Gift certificates', '', '', ''),
(488, 'el', 'Gift certificates', '', '', ''),
(488, 'en', 'Gift certificates', '', '', ''),
(488, 'es', 'Gift certificates', '', '', ''),
(488, 'fr', 'Gift certificates', '', '', ''),
(488, 'it', 'Gift certificates', '', '', ''),
(488, 'nl', 'Gift certificates', '', '', ''),
(488, 'no', 'Gift certificates', '', '', ''),
(488, 'pt', 'Gift certificates', '', '', ''),
(488, 'ro', 'Gift certificates', '', '', ''),
(488, 'ru', 'Подарочные сертификаты', '', '', ''),
(489, 'da', 'Vendors plans', '', '', ''),
(489, 'de', 'Vendors plans', '', '', ''),
(489, 'el', 'Vendors plans', '', '', ''),
(489, 'en', 'Vendors plans', '', '', ''),
(489, 'es', 'Vendors plans', '', '', ''),
(489, 'fr', 'Vendors plans', '', '', ''),
(489, 'it', 'Vendors plans', '', '', ''),
(489, 'nl', 'Vendors plans', '', '', ''),
(489, 'no', 'Vendors plans', '', '', ''),
(489, 'pt', 'Vendors plans', '', '', ''),
(489, 'ro', 'Vendors plans', '', '', ''),
(489, 'ru', 'Vendors plans', '', '', ''),
(490, 'da', 'Default', '', '', ''),
(490, 'de', 'Default', '', '', ''),
(490, 'el', 'Default', '', '', ''),
(490, 'en', 'Default', '', '', ''),
(490, 'es', 'Default', '', '', ''),
(490, 'fr', 'Default', '', '', ''),
(490, 'it', 'Default', '', '', ''),
(490, 'nl', 'Default', '', '', ''),
(490, 'no', 'Default', '', '', ''),
(490, 'pt', 'Default', '', '', ''),
(490, 'ro', 'Default', '', '', ''),
(490, 'ru', 'По умолчанию', '', '', ''),
(491, 'da', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(491, 'de', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(491, 'el', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(491, 'en', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(491, 'es', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(491, 'fr', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(491, 'it', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(491, 'nl', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(491, 'no', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(491, 'pt', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(491, 'ro', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(491, 'ru', 'Домашняя страница', '', 'Защищенное и многофункциональное программное обеспечение для создания интернет-магазина, включающие в себя большое количество возможностей для электронной коммерции.', 'Интернет магазин, программное обеспечение для электронной коммерции'),
(492, 'da', 'Products', '', '', ''),
(492, 'de', 'Products', '', '', ''),
(492, 'el', 'Products', '', '', ''),
(492, 'en', 'Products', '', '', ''),
(492, 'es', 'Products', '', '', ''),
(492, 'fr', 'Products', '', '', ''),
(492, 'it', 'Products', '', '', ''),
(492, 'nl', 'Products', '', '', ''),
(492, 'no', 'Products', '', '', ''),
(492, 'pt', 'Products', '', '', ''),
(492, 'ro', 'Products', '', '', ''),
(492, 'ru', 'Продукты', '', '', ''),
(493, 'da', 'Categories', '', '', ''),
(493, 'de', 'Categories', '', '', ''),
(493, 'el', 'Categories', '', '', ''),
(493, 'en', 'Categories', '', '', ''),
(493, 'es', 'Categories', '', '', ''),
(493, 'fr', 'Categories', '', '', ''),
(493, 'it', 'Categories', '', '', ''),
(493, 'nl', 'Categories', '', '', ''),
(493, 'no', 'Categories', '', '', ''),
(493, 'pt', 'Categories', '', '', ''),
(493, 'ro', 'Categories', '', '', ''),
(493, 'ru', 'Категории', '', '', ''),
(494, 'da', 'Cart', '', '', ''),
(494, 'de', 'Cart', '', '', ''),
(494, 'el', 'Cart', '', '', ''),
(494, 'en', 'Cart', '', '', ''),
(494, 'es', 'Cart', '', '', ''),
(494, 'fr', 'Cart', '', '', ''),
(494, 'it', 'Cart', '', '', ''),
(494, 'nl', 'Cart', '', '', ''),
(494, 'no', 'Cart', '', '', ''),
(494, 'pt', 'Cart', '', '', ''),
(494, 'ro', 'Cart', '', '', ''),
(494, 'ru', 'Корзина', '', '', ''),
(495, 'da', 'Checkout', '', '', ''),
(495, 'de', 'Checkout', '', '', ''),
(495, 'el', 'Checkout', '', '', ''),
(495, 'en', 'Checkout', '', '', ''),
(495, 'es', 'Checkout', '', '', ''),
(495, 'fr', 'Checkout', '', '', ''),
(495, 'it', 'Checkout', '', '', ''),
(495, 'nl', 'Checkout', '', '', ''),
(495, 'no', 'Checkout', '', '', ''),
(495, 'pt', 'Checkout', '', '', ''),
(495, 'ro', 'Checkout', '', '', ''),
(495, 'ru', 'Оформить заказ', '', '', ''),
(496, 'da', 'Auth', '', '', ''),
(496, 'de', 'Auth', '', '', ''),
(496, 'el', 'Auth', '', '', ''),
(496, 'en', 'Auth', '', '', ''),
(496, 'es', 'Auth', '', '', ''),
(496, 'fr', 'Auth', '', '', ''),
(496, 'it', 'Auth', '', '', ''),
(496, 'nl', 'Auth', '', '', ''),
(496, 'no', 'Auth', '', '', ''),
(496, 'pt', 'Auth', '', '', ''),
(496, 'ro', 'Auth', '', '', ''),
(496, 'ru', 'Страница авторизации', '', '', ''),
(497, 'da', 'Profiles', '', '', ''),
(497, 'de', 'Profiles', '', '', ''),
(497, 'el', 'Profiles', '', '', ''),
(497, 'en', 'Profiles', '', '', ''),
(497, 'es', 'Profiles', '', '', ''),
(497, 'fr', 'Profiles', '', '', ''),
(497, 'it', 'Profiles', '', '', ''),
(497, 'nl', 'Profiles', '', '', ''),
(497, 'no', 'Profiles', '', '', ''),
(497, 'pt', 'Profiles', '', '', ''),
(497, 'ro', 'Profiles', '', '', ''),
(497, 'ru', 'Профили', '', '', ''),
(498, 'da', 'Successful registration', '', '', ''),
(498, 'de', 'Successful registration', '', '', ''),
(498, 'el', 'Successful registration', '', '', ''),
(498, 'en', 'Successful registration', '', '', ''),
(498, 'es', 'Successful registration', '', '', ''),
(498, 'fr', 'Successful registration', '', '', ''),
(498, 'it', 'Successful registration', '', '', ''),
(498, 'nl', 'Successful registration', '', '', ''),
(498, 'no', 'Successful registration', '', '', ''),
(498, 'pt', 'Successful registration', '', '', ''),
(498, 'ro', 'Successful registration', '', '', ''),
(498, 'ru', 'Успешная регистрация', '', '', ''),
(499, 'da', 'Order landing page', '', '', ''),
(499, 'de', 'Order landing page', '', '', ''),
(499, 'el', 'Order landing page', '', '', ''),
(499, 'en', 'Order landing page', '', '', ''),
(499, 'es', 'Order landing page', '', '', ''),
(499, 'fr', 'Order landing page', '', '', ''),
(499, 'it', 'Order landing page', '', '', ''),
(499, 'nl', 'Order landing page', '', '', ''),
(499, 'no', 'Order landing page', '', '', ''),
(499, 'pt', 'Order landing page', '', '', ''),
(499, 'ro', 'Order landing page', '', '', ''),
(499, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(500, 'da', 'Pages', '', '', ''),
(500, 'de', 'Pages', '', '', ''),
(500, 'el', 'Pages', '', '', ''),
(500, 'en', 'Pages', '', '', ''),
(500, 'es', 'Pages', '', '', ''),
(500, 'fr', 'Pages', '', '', ''),
(500, 'it', 'Pages', '', '', ''),
(500, 'nl', 'Pages', '', '', ''),
(500, 'no', 'Pages', '', '', ''),
(500, 'pt', 'Pages', '', '', ''),
(500, 'ro', 'Pages', '', '', ''),
(500, 'ru', 'Страницы', '', '', ''),
(501, 'da', 'Vendor store', '', '', ''),
(501, 'de', 'Vendor store', '', '', ''),
(501, 'el', 'Vendor store', '', '', ''),
(501, 'en', 'Vendor store', '', '', ''),
(501, 'es', 'Vendor store', '', '', ''),
(501, 'fr', 'Vendor store', '', '', ''),
(501, 'it', 'Vendor store', '', '', ''),
(501, 'nl', 'Vendor store', '', '', ''),
(501, 'no', 'Vendor store', '', '', ''),
(501, 'pt', 'Vendor store', '', '', ''),
(501, 'ro', 'Vendor store', '', '', ''),
(501, 'ru', 'Магазин продавца', '', '', ''),
(502, 'da', 'Vendor application form', '', '', ''),
(502, 'de', 'Vendor application form', '', '', ''),
(502, 'el', 'Vendor application form', '', '', ''),
(502, 'en', 'Vendor application form', '', '', ''),
(502, 'es', 'Vendor application form', '', '', ''),
(502, 'fr', 'Vendor application form', '', '', ''),
(502, 'it', 'Vendor application form', '', '', ''),
(502, 'nl', 'Vendor application form', '', '', ''),
(502, 'no', 'Vendor application form', '', '', ''),
(502, 'pt', 'Vendor application form', '', '', ''),
(502, 'ro', 'Vendor application form', '', '', ''),
(502, 'ru', 'Форма регистрации продавца', '', '', ''),
(503, 'da', '404', 'Page not found', '', ''),
(503, 'de', '404', 'Page not found', '', ''),
(503, 'el', '404', 'Page not found', '', ''),
(503, 'en', '404', 'Page not found', '', ''),
(503, 'es', '404', 'Page not found', '', ''),
(503, 'fr', '404', 'Page not found', '', ''),
(503, 'it', '404', 'Page not found', '', ''),
(503, 'nl', '404', 'Page not found', '', ''),
(503, 'no', '404', 'Page not found', '', ''),
(503, 'pt', '404', 'Page not found', '', ''),
(503, 'ro', '404', 'Page not found', '', ''),
(503, 'ru', '404', 'Page not found', '', ''),
(504, 'da', 'Search results', '', '', ''),
(504, 'de', 'Search results', '', '', ''),
(504, 'el', 'Search results', '', '', ''),
(504, 'en', 'Search results', '', '', ''),
(504, 'es', 'Search results', '', '', ''),
(504, 'fr', 'Search results', '', '', ''),
(504, 'it', 'Search results', '', '', ''),
(504, 'nl', 'Search results', '', '', ''),
(504, 'no', 'Search results', '', '', ''),
(504, 'pt', 'Search results', '', '', ''),
(504, 'ro', 'Search results', '', '', ''),
(504, 'ru', 'Результаты поиска', '', '', ''),
(505, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(505, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(505, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(505, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(505, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(505, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(505, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(505, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(505, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(505, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(505, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(505, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(506, 'da', 'Blog', '', '', ''),
(506, 'de', 'Blog', '', '', ''),
(506, 'el', 'Blog', '', '', ''),
(506, 'en', 'Blog', '', '', ''),
(506, 'es', 'Blog', '', '', ''),
(506, 'fr', 'Blog', '', '', ''),
(506, 'it', 'Blog', '', '', ''),
(506, 'nl', 'Blog', '', '', ''),
(506, 'no', 'Blog', '', '', ''),
(506, 'pt', 'Blog', '', '', ''),
(506, 'ro', 'Blog', '', '', ''),
(506, 'ru', 'Blog', '', '', ''),
(507, 'da', 'Gift certificates', '', '', ''),
(507, 'de', 'Gift certificates', '', '', ''),
(507, 'el', 'Gift certificates', '', '', ''),
(507, 'en', 'Gift certificates', '', '', ''),
(507, 'es', 'Gift certificates', '', '', ''),
(507, 'fr', 'Gift certificates', '', '', ''),
(507, 'it', 'Gift certificates', '', '', ''),
(507, 'nl', 'Gift certificates', '', '', ''),
(507, 'no', 'Gift certificates', '', '', ''),
(507, 'pt', 'Gift certificates', '', '', ''),
(507, 'ro', 'Gift certificates', '', '', ''),
(507, 'ru', 'Подарочные сертификаты', '', '', ''),
(508, 'da', 'Vendors plans', '', '', ''),
(508, 'de', 'Vendors plans', '', '', ''),
(508, 'el', 'Vendors plans', '', '', ''),
(508, 'en', 'Vendors plans', '', '', ''),
(508, 'es', 'Vendors plans', '', '', ''),
(508, 'fr', 'Vendors plans', '', '', ''),
(508, 'it', 'Vendors plans', '', '', ''),
(508, 'nl', 'Vendors plans', '', '', ''),
(508, 'no', 'Vendors plans', '', '', ''),
(508, 'pt', 'Vendors plans', '', '', ''),
(508, 'ro', 'Vendors plans', '', '', ''),
(508, 'ru', 'Vendors plans', '', '', ''),
(509, 'da', 'Default', '', '', ''),
(509, 'de', 'Default', '', '', ''),
(509, 'el', 'Default', '', '', ''),
(509, 'en', 'Default', '', '', ''),
(509, 'es', 'Default', '', '', ''),
(509, 'fr', 'Default', '', '', ''),
(509, 'it', 'Default', '', '', ''),
(509, 'nl', 'Default', '', '', ''),
(509, 'no', 'Default', '', '', ''),
(509, 'pt', 'Default', '', '', ''),
(509, 'ro', 'Default', '', '', ''),
(509, 'ru', 'По умолчанию', '', '', ''),
(510, 'da', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(510, 'de', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(510, 'el', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(510, 'en', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(510, 'es', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(510, 'fr', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(510, 'it', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(510, 'nl', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(510, 'no', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(510, 'pt', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(510, 'ro', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(510, 'ru', 'Домашняя страница', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme, Шаблон, Интернет магазин, программное обеспечение для электронной коммерции'),
(511, 'da', 'Products', '', '', ''),
(511, 'de', 'Products', '', '', ''),
(511, 'el', 'Products', '', '', ''),
(511, 'en', 'Products', '', '', ''),
(511, 'es', 'Products', '', '', ''),
(511, 'fr', 'Products', '', '', ''),
(511, 'it', 'Products', '', '', ''),
(511, 'nl', 'Products', '', '', ''),
(511, 'no', 'Products', '', '', ''),
(511, 'pt', 'Products', '', '', ''),
(511, 'ro', 'Products', '', '', ''),
(511, 'ru', 'Товары', '', '', ''),
(512, 'da', 'Categories', '', '', ''),
(512, 'de', 'Categories', '', '', ''),
(512, 'el', 'Categories', '', '', ''),
(512, 'en', 'Categories', '', '', ''),
(512, 'es', 'Categories', '', '', ''),
(512, 'fr', 'Categories', '', '', ''),
(512, 'it', 'Categories', '', '', ''),
(512, 'nl', 'Categories', '', '', ''),
(512, 'no', 'Categories', '', '', ''),
(512, 'pt', 'Categories', '', '', ''),
(512, 'ro', 'Categories', '', '', ''),
(512, 'ru', 'Категории', '', '', ''),
(513, 'da', 'Cart', '', '', ''),
(513, 'de', 'Cart', '', '', ''),
(513, 'el', 'Cart', '', '', ''),
(513, 'en', 'Cart', '', '', ''),
(513, 'es', 'Cart', '', '', ''),
(513, 'fr', 'Cart', '', '', ''),
(513, 'it', 'Cart', '', '', ''),
(513, 'nl', 'Cart', '', '', ''),
(513, 'no', 'Cart', '', '', ''),
(513, 'pt', 'Cart', '', '', ''),
(513, 'ro', 'Cart', '', '', ''),
(513, 'ru', 'Корзина', '', '', ''),
(514, 'da', 'Checkout', '', '', ''),
(514, 'de', 'Checkout', '', '', ''),
(514, 'el', 'Checkout', '', '', ''),
(514, 'en', 'Checkout', '', '', ''),
(514, 'es', 'Checkout', '', '', ''),
(514, 'fr', 'Checkout', '', '', ''),
(514, 'it', 'Checkout', '', '', ''),
(514, 'nl', 'Checkout', '', '', ''),
(514, 'no', 'Checkout', '', '', ''),
(514, 'pt', 'Checkout', '', '', ''),
(514, 'ro', 'Checkout', '', '', ''),
(514, 'ru', 'Оформить заказ', '', '', ''),
(515, 'da', 'Order landing page', '', '', ''),
(515, 'de', 'Order landing page', '', '', ''),
(515, 'el', 'Order landing page', '', '', ''),
(515, 'en', 'Order landing page', '', '', ''),
(515, 'es', 'Order landing page', '', '', ''),
(515, 'fr', 'Order landing page', '', '', ''),
(515, 'it', 'Order landing page', '', '', ''),
(515, 'nl', 'Order landing page', '', '', ''),
(515, 'no', 'Order landing page', '', '', ''),
(515, 'pt', 'Order landing page', '', '', ''),
(515, 'ro', 'Order landing page', '', '', ''),
(515, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(516, 'da', 'Auth', '', '', ''),
(516, 'de', 'Auth', '', '', ''),
(516, 'el', 'Auth', '', '', ''),
(516, 'en', 'Auth', '', '', ''),
(516, 'es', 'Auth', '', '', ''),
(516, 'fr', 'Auth', '', '', ''),
(516, 'it', 'Auth', '', '', ''),
(516, 'nl', 'Auth', '', '', ''),
(516, 'no', 'Auth', '', '', ''),
(516, 'pt', 'Auth', '', '', ''),
(516, 'ro', 'Auth', '', '', ''),
(516, 'ru', 'Страница авторизации', '', '', ''),
(517, 'da', 'Profiles', '', '', ''),
(517, 'de', 'Profiles', '', '', ''),
(517, 'el', 'Profiles', '', '', ''),
(517, 'en', 'Profiles', '', '', ''),
(517, 'es', 'Profiles', '', '', ''),
(517, 'fr', 'Profiles', '', '', ''),
(517, 'it', 'Profiles', '', '', ''),
(517, 'nl', 'Profiles', '', '', ''),
(517, 'no', 'Profiles', '', '', ''),
(517, 'pt', 'Profiles', '', '', ''),
(517, 'ro', 'Profiles', '', '', ''),
(517, 'ru', 'Профиль', '', '', ''),
(518, 'da', 'Successful registration', '', '', ''),
(518, 'de', 'Successful registration', '', '', ''),
(518, 'el', 'Successful registration', '', '', ''),
(518, 'en', 'Successful registration', '', '', ''),
(518, 'es', 'Successful registration', '', '', ''),
(518, 'fr', 'Successful registration', '', '', ''),
(518, 'it', 'Successful registration', '', '', ''),
(518, 'nl', 'Successful registration', '', '', ''),
(518, 'no', 'Successful registration', '', '', ''),
(518, 'pt', 'Successful registration', '', '', ''),
(518, 'ro', 'Successful registration', '', '', ''),
(518, 'ru', 'Успешная регистрация', '', '', ''),
(519, 'da', 'Pages', '', '', ''),
(519, 'de', 'Pages', '', '', ''),
(519, 'el', 'Pages', '', '', ''),
(519, 'en', 'Pages', '', '', ''),
(519, 'es', 'Pages', '', '', ''),
(519, 'fr', 'Pages', '', '', ''),
(519, 'it', 'Pages', '', '', ''),
(519, 'nl', 'Pages', '', '', ''),
(519, 'no', 'Pages', '', '', ''),
(519, 'pt', 'Pages', '', '', ''),
(519, 'ro', 'Pages', '', '', ''),
(519, 'ru', 'Страницы', '', '', ''),
(520, 'da', '404', 'Page not found', '', ''),
(520, 'de', '404', 'Page not found', '', ''),
(520, 'el', '404', 'Page not found', '', ''),
(520, 'en', '404', 'Page not found', '', ''),
(520, 'es', '404', 'Page not found', '', ''),
(520, 'fr', '404', 'Page not found', '', ''),
(520, 'it', '404', 'Page not found', '', ''),
(520, 'nl', '404', 'Page not found', '', ''),
(520, 'no', '404', 'Page not found', '', ''),
(520, 'pt', '404', 'Page not found', '', ''),
(520, 'ro', '404', 'Page not found', '', ''),
(520, 'ru', '404', 'Page not found', '', ''),
(521, 'da', 'Search results', '', '', ''),
(521, 'de', 'Search results', '', '', ''),
(521, 'el', 'Search results', '', '', ''),
(521, 'en', 'Search results', '', '', ''),
(521, 'es', 'Search results', '', '', ''),
(521, 'fr', 'Search results', '', '', ''),
(521, 'it', 'Search results', '', '', ''),
(521, 'nl', 'Search results', '', '', ''),
(521, 'no', 'Search results', '', '', ''),
(521, 'pt', 'Search results', '', '', ''),
(521, 'ro', 'Search results', '', '', ''),
(521, 'ru', 'Результаты поиска', '', '', ''),
(522, 'da', 'AB: Brands', 'Brands', '', ''),
(522, 'de', 'AB: Brands', 'Brands', '', ''),
(522, 'el', 'AB: Brands', 'Brands', '', ''),
(522, 'en', 'AB: Brands', 'Brands', '', ''),
(522, 'es', 'AB: Brands', 'Brands', '', ''),
(522, 'fr', 'AB: Brands', 'Brands', '', ''),
(522, 'it', 'AB: Brands', 'Brands', '', ''),
(522, 'nl', 'AB: Brands', 'Brands', '', ''),
(522, 'no', 'AB: Brands', 'Brands', '', ''),
(522, 'pt', 'AB: Brands', 'Brands', '', ''),
(522, 'ro', 'AB: Brands', 'Brands', '', ''),
(522, 'ru', 'AB: Бренды', 'Бренды', '', ''),
(523, 'da', 'Features', '', '', ''),
(523, 'de', 'Features', '', '', ''),
(523, 'el', 'Features', '', '', ''),
(523, 'en', 'Features', '', '', ''),
(523, 'es', 'Features', '', '', ''),
(523, 'fr', 'Features', '', '', ''),
(523, 'it', 'Features', '', '', ''),
(523, 'nl', 'Features', '', '', ''),
(523, 'no', 'Features', '', '', ''),
(523, 'pt', 'Features', '', '', ''),
(523, 'ro', 'Features', '', '', ''),
(523, 'ru', 'Характеристики', '', '', ''),
(524, 'da', 'AB: Promotion', 'Promotion', '', ''),
(524, 'de', 'AB: Promotion', 'Promotion', '', ''),
(524, 'el', 'AB: Promotion', 'Promotion', '', ''),
(524, 'en', 'AB: Promotion', 'Promotion', '', ''),
(524, 'es', 'AB: Promotion', 'Promotion', '', ''),
(524, 'fr', 'AB: Promotion', 'Promotion', '', ''),
(524, 'it', 'AB: Promotion', 'Promotion', '', ''),
(524, 'nl', 'AB: Promotion', 'Promotion', '', ''),
(524, 'no', 'AB: Promotion', 'Promotion', '', ''),
(524, 'pt', 'AB: Promotion', 'Promotion', '', ''),
(524, 'ro', 'AB: Promotion', 'Promotion', '', ''),
(524, 'ru', 'AB: Промо-акция', 'Промо-акция', '', ''),
(525, 'da', 'AB: Vendors', '', '', ''),
(525, 'de', 'AB: Vendors', '', '', ''),
(525, 'el', 'AB: Vendors', '', '', ''),
(525, 'en', 'AB: Vendors', '', '', ''),
(525, 'es', 'AB: Vendors', '', '', ''),
(525, 'fr', 'AB: Vendors', '', '', ''),
(525, 'it', 'AB: Vendors', '', '', ''),
(525, 'nl', 'AB: Vendors', '', '', ''),
(525, 'no', 'AB: Vendors', '', '', ''),
(525, 'pt', 'AB: Vendors', '', '', ''),
(525, 'ro', 'AB: Vendors', '', '', ''),
(525, 'ru', 'AB: Продавцы', '', '', ''),
(526, 'da', 'AB: Vendor store', '', '', ''),
(526, 'de', 'AB: Vendor store', '', '', ''),
(526, 'el', 'AB: Vendor store', '', '', ''),
(526, 'en', 'AB: Vendor store', '', '', ''),
(526, 'es', 'AB: Vendor store', '', '', ''),
(526, 'fr', 'AB: Vendor store', '', '', ''),
(526, 'it', 'AB: Vendor store', '', '', ''),
(526, 'nl', 'AB: Vendor store', '', '', ''),
(526, 'no', 'AB: Vendor store', '', '', ''),
(526, 'pt', 'AB: Vendor store', '', '', ''),
(526, 'ro', 'AB: Vendor store', '', '', ''),
(526, 'ru', 'AB: Магазин продавца', '', '', ''),
(527, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(527, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(527, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(527, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(527, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(527, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories');
INSERT INTO `partiushop_bm_locations_descriptions` (`location_id`, `lang_code`, `name`, `title`, `meta_description`, `meta_keywords`) VALUES
(527, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(527, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(527, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(527, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(527, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(527, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(528, 'da', 'Blog', '', '', ''),
(528, 'de', 'Blog', '', '', ''),
(528, 'el', 'Blog', '', '', ''),
(528, 'en', 'Blog', '', '', ''),
(528, 'es', 'Blog', '', '', ''),
(528, 'fr', 'Blog', '', '', ''),
(528, 'it', 'Blog', '', '', ''),
(528, 'nl', 'Blog', '', '', ''),
(528, 'no', 'Blog', '', '', ''),
(528, 'pt', 'Blog', '', '', ''),
(528, 'ro', 'Blog', '', '', ''),
(528, 'ru', 'Blog', '', '', ''),
(529, 'da', 'Gift certificates', '', '', ''),
(529, 'de', 'Gift certificates', '', '', ''),
(529, 'el', 'Gift certificates', '', '', ''),
(529, 'en', 'Gift certificates', '', '', ''),
(529, 'es', 'Gift certificates', '', '', ''),
(529, 'fr', 'Gift certificates', '', '', ''),
(529, 'it', 'Gift certificates', '', '', ''),
(529, 'nl', 'Gift certificates', '', '', ''),
(529, 'no', 'Gift certificates', '', '', ''),
(529, 'pt', 'Gift certificates', '', '', ''),
(529, 'ro', 'Gift certificates', '', '', ''),
(529, 'ru', 'Подарочные сертификаты', '', '', ''),
(530, 'da', 'Vendors plans', '', '', ''),
(530, 'de', 'Vendors plans', '', '', ''),
(530, 'el', 'Vendors plans', '', '', ''),
(530, 'en', 'Vendors plans', '', '', ''),
(530, 'es', 'Vendors plans', '', '', ''),
(530, 'fr', 'Vendors plans', '', '', ''),
(530, 'it', 'Vendors plans', '', '', ''),
(530, 'nl', 'Vendors plans', '', '', ''),
(530, 'no', 'Vendors plans', '', '', ''),
(530, 'pt', 'Vendors plans', '', '', ''),
(530, 'ro', 'Vendors plans', '', '', ''),
(530, 'ru', 'Vendors plans', '', '', ''),
(531, 'da', 'Default', '', '', ''),
(531, 'de', 'Default', '', '', ''),
(531, 'el', 'Default', '', '', ''),
(531, 'en', 'Default', '', '', ''),
(531, 'es', 'Default', '', '', ''),
(531, 'fr', 'Default', '', '', ''),
(531, 'it', 'Default', '', '', ''),
(531, 'nl', 'Default', '', '', ''),
(531, 'no', 'Default', '', '', ''),
(531, 'pt', 'Default', '', '', ''),
(531, 'ro', 'Default', '', '', ''),
(531, 'ru', 'По умолчанию', '', '', ''),
(532, 'da', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(532, 'de', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(532, 'el', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(532, 'en', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(532, 'es', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(532, 'fr', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(532, 'it', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(532, 'nl', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(532, 'no', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(532, 'pt', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(532, 'ro', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(532, 'ru', 'Домашняя страница', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme, Шаблон, Интернет магазин, программное обеспечение для электронной коммерции'),
(533, 'da', 'Products', '', '', ''),
(533, 'de', 'Products', '', '', ''),
(533, 'el', 'Products', '', '', ''),
(533, 'en', 'Products', '', '', ''),
(533, 'es', 'Products', '', '', ''),
(533, 'fr', 'Products', '', '', ''),
(533, 'it', 'Products', '', '', ''),
(533, 'nl', 'Products', '', '', ''),
(533, 'no', 'Products', '', '', ''),
(533, 'pt', 'Products', '', '', ''),
(533, 'ro', 'Products', '', '', ''),
(533, 'ru', 'Товары', '', '', ''),
(534, 'da', 'Categories', '', '', ''),
(534, 'de', 'Categories', '', '', ''),
(534, 'el', 'Categories', '', '', ''),
(534, 'en', 'Categories', '', '', ''),
(534, 'es', 'Categories', '', '', ''),
(534, 'fr', 'Categories', '', '', ''),
(534, 'it', 'Categories', '', '', ''),
(534, 'nl', 'Categories', '', '', ''),
(534, 'no', 'Categories', '', '', ''),
(534, 'pt', 'Categories', '', '', ''),
(534, 'ro', 'Categories', '', '', ''),
(534, 'ru', 'Категории', '', '', ''),
(535, 'da', 'Cart', '', '', ''),
(535, 'de', 'Cart', '', '', ''),
(535, 'el', 'Cart', '', '', ''),
(535, 'en', 'Cart', '', '', ''),
(535, 'es', 'Cart', '', '', ''),
(535, 'fr', 'Cart', '', '', ''),
(535, 'it', 'Cart', '', '', ''),
(535, 'nl', 'Cart', '', '', ''),
(535, 'no', 'Cart', '', '', ''),
(535, 'pt', 'Cart', '', '', ''),
(535, 'ro', 'Cart', '', '', ''),
(535, 'ru', 'Корзина', '', '', ''),
(536, 'da', 'Checkout', '', '', ''),
(536, 'de', 'Checkout', '', '', ''),
(536, 'el', 'Checkout', '', '', ''),
(536, 'en', 'Checkout', '', '', ''),
(536, 'es', 'Checkout', '', '', ''),
(536, 'fr', 'Checkout', '', '', ''),
(536, 'it', 'Checkout', '', '', ''),
(536, 'nl', 'Checkout', '', '', ''),
(536, 'no', 'Checkout', '', '', ''),
(536, 'pt', 'Checkout', '', '', ''),
(536, 'ro', 'Checkout', '', '', ''),
(536, 'ru', 'Оформить заказ', '', '', ''),
(537, 'da', 'Order landing page', '', '', ''),
(537, 'de', 'Order landing page', '', '', ''),
(537, 'el', 'Order landing page', '', '', ''),
(537, 'en', 'Order landing page', '', '', ''),
(537, 'es', 'Order landing page', '', '', ''),
(537, 'fr', 'Order landing page', '', '', ''),
(537, 'it', 'Order landing page', '', '', ''),
(537, 'nl', 'Order landing page', '', '', ''),
(537, 'no', 'Order landing page', '', '', ''),
(537, 'pt', 'Order landing page', '', '', ''),
(537, 'ro', 'Order landing page', '', '', ''),
(537, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(538, 'da', 'Auth', '', '', ''),
(538, 'de', 'Auth', '', '', ''),
(538, 'el', 'Auth', '', '', ''),
(538, 'en', 'Auth', '', '', ''),
(538, 'es', 'Auth', '', '', ''),
(538, 'fr', 'Auth', '', '', ''),
(538, 'it', 'Auth', '', '', ''),
(538, 'nl', 'Auth', '', '', ''),
(538, 'no', 'Auth', '', '', ''),
(538, 'pt', 'Auth', '', '', ''),
(538, 'ro', 'Auth', '', '', ''),
(538, 'ru', 'Страница авторизации', '', '', ''),
(539, 'da', 'Profiles', '', '', ''),
(539, 'de', 'Profiles', '', '', ''),
(539, 'el', 'Profiles', '', '', ''),
(539, 'en', 'Profiles', '', '', ''),
(539, 'es', 'Profiles', '', '', ''),
(539, 'fr', 'Profiles', '', '', ''),
(539, 'it', 'Profiles', '', '', ''),
(539, 'nl', 'Profiles', '', '', ''),
(539, 'no', 'Profiles', '', '', ''),
(539, 'pt', 'Profiles', '', '', ''),
(539, 'ro', 'Profiles', '', '', ''),
(539, 'ru', 'Профиль', '', '', ''),
(540, 'da', 'Successful registration', '', '', ''),
(540, 'de', 'Successful registration', '', '', ''),
(540, 'el', 'Successful registration', '', '', ''),
(540, 'en', 'Successful registration', '', '', ''),
(540, 'es', 'Successful registration', '', '', ''),
(540, 'fr', 'Successful registration', '', '', ''),
(540, 'it', 'Successful registration', '', '', ''),
(540, 'nl', 'Successful registration', '', '', ''),
(540, 'no', 'Successful registration', '', '', ''),
(540, 'pt', 'Successful registration', '', '', ''),
(540, 'ro', 'Successful registration', '', '', ''),
(540, 'ru', 'Успешная регистрация', '', '', ''),
(541, 'da', 'Pages', '', '', ''),
(541, 'de', 'Pages', '', '', ''),
(541, 'el', 'Pages', '', '', ''),
(541, 'en', 'Pages', '', '', ''),
(541, 'es', 'Pages', '', '', ''),
(541, 'fr', 'Pages', '', '', ''),
(541, 'it', 'Pages', '', '', ''),
(541, 'nl', 'Pages', '', '', ''),
(541, 'no', 'Pages', '', '', ''),
(541, 'pt', 'Pages', '', '', ''),
(541, 'ro', 'Pages', '', '', ''),
(541, 'ru', 'Страницы', '', '', ''),
(542, 'da', '404', 'Page not found', '', ''),
(542, 'de', '404', 'Page not found', '', ''),
(542, 'el', '404', 'Page not found', '', ''),
(542, 'en', '404', 'Page not found', '', ''),
(542, 'es', '404', 'Page not found', '', ''),
(542, 'fr', '404', 'Page not found', '', ''),
(542, 'it', '404', 'Page not found', '', ''),
(542, 'nl', '404', 'Page not found', '', ''),
(542, 'no', '404', 'Page not found', '', ''),
(542, 'pt', '404', 'Page not found', '', ''),
(542, 'ro', '404', 'Page not found', '', ''),
(542, 'ru', '404', 'Page not found', '', ''),
(543, 'da', 'Search results', '', '', ''),
(543, 'de', 'Search results', '', '', ''),
(543, 'el', 'Search results', '', '', ''),
(543, 'en', 'Search results', '', '', ''),
(543, 'es', 'Search results', '', '', ''),
(543, 'fr', 'Search results', '', '', ''),
(543, 'it', 'Search results', '', '', ''),
(543, 'nl', 'Search results', '', '', ''),
(543, 'no', 'Search results', '', '', ''),
(543, 'pt', 'Search results', '', '', ''),
(543, 'ro', 'Search results', '', '', ''),
(543, 'ru', 'Результаты поиска', '', '', ''),
(544, 'da', 'AB: Brands', 'Brands', '', ''),
(544, 'de', 'AB: Brands', 'Brands', '', ''),
(544, 'el', 'AB: Brands', 'Brands', '', ''),
(544, 'en', 'AB: Brands', 'Brands', '', ''),
(544, 'es', 'AB: Brands', 'Brands', '', ''),
(544, 'fr', 'AB: Brands', 'Brands', '', ''),
(544, 'it', 'AB: Brands', 'Brands', '', ''),
(544, 'nl', 'AB: Brands', 'Brands', '', ''),
(544, 'no', 'AB: Brands', 'Brands', '', ''),
(544, 'pt', 'AB: Brands', 'Brands', '', ''),
(544, 'ro', 'AB: Brands', 'Brands', '', ''),
(544, 'ru', 'AB: Бренды', 'Бренды', '', ''),
(545, 'da', 'Features', '', '', ''),
(545, 'de', 'Features', '', '', ''),
(545, 'el', 'Features', '', '', ''),
(545, 'en', 'Features', '', '', ''),
(545, 'es', 'Features', '', '', ''),
(545, 'fr', 'Features', '', '', ''),
(545, 'it', 'Features', '', '', ''),
(545, 'nl', 'Features', '', '', ''),
(545, 'no', 'Features', '', '', ''),
(545, 'pt', 'Features', '', '', ''),
(545, 'ro', 'Features', '', '', ''),
(545, 'ru', 'Характеристики', '', '', ''),
(546, 'da', 'AB: Promotion', 'Promotion', '', ''),
(546, 'de', 'AB: Promotion', 'Promotion', '', ''),
(546, 'el', 'AB: Promotion', 'Promotion', '', ''),
(546, 'en', 'AB: Promotion', 'Promotion', '', ''),
(546, 'es', 'AB: Promotion', 'Promotion', '', ''),
(546, 'fr', 'AB: Promotion', 'Promotion', '', ''),
(546, 'it', 'AB: Promotion', 'Promotion', '', ''),
(546, 'nl', 'AB: Promotion', 'Promotion', '', ''),
(546, 'no', 'AB: Promotion', 'Promotion', '', ''),
(546, 'pt', 'AB: Promotion', 'Promotion', '', ''),
(546, 'ro', 'AB: Promotion', 'Promotion', '', ''),
(546, 'ru', 'AB: Промо-акция', 'Промо-акция', '', ''),
(547, 'da', 'AB: Vendors', '', '', ''),
(547, 'de', 'AB: Vendors', '', '', ''),
(547, 'el', 'AB: Vendors', '', '', ''),
(547, 'en', 'AB: Vendors', '', '', ''),
(547, 'es', 'AB: Vendors', '', '', ''),
(547, 'fr', 'AB: Vendors', '', '', ''),
(547, 'it', 'AB: Vendors', '', '', ''),
(547, 'nl', 'AB: Vendors', '', '', ''),
(547, 'no', 'AB: Vendors', '', '', ''),
(547, 'pt', 'AB: Vendors', '', '', ''),
(547, 'ro', 'AB: Vendors', '', '', ''),
(547, 'ru', 'AB: Продавцы', '', '', ''),
(548, 'da', 'AB: Vendor store', '', '', ''),
(548, 'de', 'AB: Vendor store', '', '', ''),
(548, 'el', 'AB: Vendor store', '', '', ''),
(548, 'en', 'AB: Vendor store', '', '', ''),
(548, 'es', 'AB: Vendor store', '', '', ''),
(548, 'fr', 'AB: Vendor store', '', '', ''),
(548, 'it', 'AB: Vendor store', '', '', ''),
(548, 'nl', 'AB: Vendor store', '', '', ''),
(548, 'no', 'AB: Vendor store', '', '', ''),
(548, 'pt', 'AB: Vendor store', '', '', ''),
(548, 'ro', 'AB: Vendor store', '', '', ''),
(548, 'ru', 'AB: Магазин продавца', '', '', ''),
(549, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(549, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(549, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(549, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(549, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(549, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(549, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(549, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(549, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(549, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(549, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(549, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(550, 'da', 'Blog', '', '', ''),
(550, 'de', 'Blog', '', '', ''),
(550, 'el', 'Blog', '', '', ''),
(550, 'en', 'Blog', '', '', ''),
(550, 'es', 'Blog', '', '', ''),
(550, 'fr', 'Blog', '', '', ''),
(550, 'it', 'Blog', '', '', ''),
(550, 'nl', 'Blog', '', '', ''),
(550, 'no', 'Blog', '', '', ''),
(550, 'pt', 'Blog', '', '', ''),
(550, 'ro', 'Blog', '', '', ''),
(550, 'ru', 'Blog', '', '', ''),
(551, 'da', 'Gift certificates', '', '', ''),
(551, 'de', 'Gift certificates', '', '', ''),
(551, 'el', 'Gift certificates', '', '', ''),
(551, 'en', 'Gift certificates', '', '', ''),
(551, 'es', 'Gift certificates', '', '', ''),
(551, 'fr', 'Gift certificates', '', '', ''),
(551, 'it', 'Gift certificates', '', '', ''),
(551, 'nl', 'Gift certificates', '', '', ''),
(551, 'no', 'Gift certificates', '', '', ''),
(551, 'pt', 'Gift certificates', '', '', ''),
(551, 'ro', 'Gift certificates', '', '', ''),
(551, 'ru', 'Подарочные сертификаты', '', '', ''),
(552, 'da', 'Vendors plans', '', '', ''),
(552, 'de', 'Vendors plans', '', '', ''),
(552, 'el', 'Vendors plans', '', '', ''),
(552, 'en', 'Vendors plans', '', '', ''),
(552, 'es', 'Vendors plans', '', '', ''),
(552, 'fr', 'Vendors plans', '', '', ''),
(552, 'it', 'Vendors plans', '', '', ''),
(552, 'nl', 'Vendors plans', '', '', ''),
(552, 'no', 'Vendors plans', '', '', ''),
(552, 'pt', 'Vendors plans', '', '', ''),
(552, 'ro', 'Vendors plans', '', '', ''),
(552, 'ru', 'Vendors plans', '', '', ''),
(553, 'da', 'Default', '', '', ''),
(553, 'de', 'Default', '', '', ''),
(553, 'el', 'Default', '', '', ''),
(553, 'en', 'Default', '', '', ''),
(553, 'es', 'Default', '', '', ''),
(553, 'fr', 'Default', '', '', ''),
(553, 'it', 'Default', '', '', ''),
(553, 'nl', 'Default', '', '', ''),
(553, 'no', 'Default', '', '', ''),
(553, 'pt', 'Default', '', '', ''),
(553, 'ro', 'Default', '', '', ''),
(553, 'ru', 'По умолчанию', '', '', ''),
(554, 'da', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(554, 'de', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(554, 'el', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(554, 'en', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(554, 'es', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(554, 'fr', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(554, 'it', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(554, 'nl', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(554, 'no', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(554, 'pt', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(554, 'ro', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(554, 'ru', 'Домашняя страница', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme, Шаблон, Интернет магазин, программное обеспечение для электронной коммерции'),
(555, 'da', 'Products', '', '', ''),
(555, 'de', 'Products', '', '', ''),
(555, 'el', 'Products', '', '', ''),
(555, 'en', 'Products', '', '', ''),
(555, 'es', 'Products', '', '', ''),
(555, 'fr', 'Products', '', '', ''),
(555, 'it', 'Products', '', '', ''),
(555, 'nl', 'Products', '', '', ''),
(555, 'no', 'Products', '', '', ''),
(555, 'pt', 'Products', '', '', ''),
(555, 'ro', 'Products', '', '', ''),
(555, 'ru', 'Товары', '', '', ''),
(556, 'da', 'Categories', '', '', ''),
(556, 'de', 'Categories', '', '', ''),
(556, 'el', 'Categories', '', '', ''),
(556, 'en', 'Categories', '', '', ''),
(556, 'es', 'Categories', '', '', ''),
(556, 'fr', 'Categories', '', '', ''),
(556, 'it', 'Categories', '', '', ''),
(556, 'nl', 'Categories', '', '', ''),
(556, 'no', 'Categories', '', '', ''),
(556, 'pt', 'Categories', '', '', ''),
(556, 'ro', 'Categories', '', '', ''),
(556, 'ru', 'Категории', '', '', ''),
(557, 'da', 'Cart', '', '', ''),
(557, 'de', 'Cart', '', '', ''),
(557, 'el', 'Cart', '', '', ''),
(557, 'en', 'Cart', '', '', ''),
(557, 'es', 'Cart', '', '', ''),
(557, 'fr', 'Cart', '', '', ''),
(557, 'it', 'Cart', '', '', ''),
(557, 'nl', 'Cart', '', '', ''),
(557, 'no', 'Cart', '', '', ''),
(557, 'pt', 'Cart', '', '', ''),
(557, 'ro', 'Cart', '', '', ''),
(557, 'ru', 'Корзина', '', '', ''),
(558, 'da', 'Checkout', '', '', ''),
(558, 'de', 'Checkout', '', '', ''),
(558, 'el', 'Checkout', '', '', ''),
(558, 'en', 'Checkout', '', '', ''),
(558, 'es', 'Checkout', '', '', ''),
(558, 'fr', 'Checkout', '', '', ''),
(558, 'it', 'Checkout', '', '', ''),
(558, 'nl', 'Checkout', '', '', ''),
(558, 'no', 'Checkout', '', '', ''),
(558, 'pt', 'Checkout', '', '', ''),
(558, 'ro', 'Checkout', '', '', ''),
(558, 'ru', 'Оформить заказ', '', '', ''),
(559, 'da', 'Order landing page', '', '', ''),
(559, 'de', 'Order landing page', '', '', ''),
(559, 'el', 'Order landing page', '', '', ''),
(559, 'en', 'Order landing page', '', '', ''),
(559, 'es', 'Order landing page', '', '', ''),
(559, 'fr', 'Order landing page', '', '', ''),
(559, 'it', 'Order landing page', '', '', ''),
(559, 'nl', 'Order landing page', '', '', ''),
(559, 'no', 'Order landing page', '', '', ''),
(559, 'pt', 'Order landing page', '', '', ''),
(559, 'ro', 'Order landing page', '', '', ''),
(559, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(560, 'da', 'Auth', '', '', ''),
(560, 'de', 'Auth', '', '', ''),
(560, 'el', 'Auth', '', '', ''),
(560, 'en', 'Auth', '', '', ''),
(560, 'es', 'Auth', '', '', ''),
(560, 'fr', 'Auth', '', '', ''),
(560, 'it', 'Auth', '', '', ''),
(560, 'nl', 'Auth', '', '', ''),
(560, 'no', 'Auth', '', '', ''),
(560, 'pt', 'Auth', '', '', ''),
(560, 'ro', 'Auth', '', '', ''),
(560, 'ru', 'Страница авторизации', '', '', ''),
(561, 'da', 'Profiles', '', '', ''),
(561, 'de', 'Profiles', '', '', ''),
(561, 'el', 'Profiles', '', '', ''),
(561, 'en', 'Profiles', '', '', ''),
(561, 'es', 'Profiles', '', '', ''),
(561, 'fr', 'Profiles', '', '', ''),
(561, 'it', 'Profiles', '', '', ''),
(561, 'nl', 'Profiles', '', '', ''),
(561, 'no', 'Profiles', '', '', ''),
(561, 'pt', 'Profiles', '', '', ''),
(561, 'ro', 'Profiles', '', '', ''),
(561, 'ru', 'Профиль', '', '', ''),
(562, 'da', 'Successful registration', '', '', ''),
(562, 'de', 'Successful registration', '', '', ''),
(562, 'el', 'Successful registration', '', '', ''),
(562, 'en', 'Successful registration', '', '', ''),
(562, 'es', 'Successful registration', '', '', ''),
(562, 'fr', 'Successful registration', '', '', ''),
(562, 'it', 'Successful registration', '', '', ''),
(562, 'nl', 'Successful registration', '', '', ''),
(562, 'no', 'Successful registration', '', '', ''),
(562, 'pt', 'Successful registration', '', '', ''),
(562, 'ro', 'Successful registration', '', '', ''),
(562, 'ru', 'Успешная регистрация', '', '', ''),
(563, 'da', 'Pages', '', '', ''),
(563, 'de', 'Pages', '', '', ''),
(563, 'el', 'Pages', '', '', ''),
(563, 'en', 'Pages', '', '', ''),
(563, 'es', 'Pages', '', '', ''),
(563, 'fr', 'Pages', '', '', ''),
(563, 'it', 'Pages', '', '', ''),
(563, 'nl', 'Pages', '', '', ''),
(563, 'no', 'Pages', '', '', ''),
(563, 'pt', 'Pages', '', '', ''),
(563, 'ro', 'Pages', '', '', ''),
(563, 'ru', 'Страницы', '', '', ''),
(564, 'da', '404', 'Page not found', '', ''),
(564, 'de', '404', 'Page not found', '', ''),
(564, 'el', '404', 'Page not found', '', ''),
(564, 'en', '404', 'Page not found', '', ''),
(564, 'es', '404', 'Page not found', '', ''),
(564, 'fr', '404', 'Page not found', '', ''),
(564, 'it', '404', 'Page not found', '', ''),
(564, 'nl', '404', 'Page not found', '', ''),
(564, 'no', '404', 'Page not found', '', ''),
(564, 'pt', '404', 'Page not found', '', ''),
(564, 'ro', '404', 'Page not found', '', ''),
(564, 'ru', '404', 'Page not found', '', ''),
(565, 'da', 'Search results', '', '', ''),
(565, 'de', 'Search results', '', '', ''),
(565, 'el', 'Search results', '', '', ''),
(565, 'en', 'Search results', '', '', ''),
(565, 'es', 'Search results', '', '', ''),
(565, 'fr', 'Search results', '', '', ''),
(565, 'it', 'Search results', '', '', ''),
(565, 'nl', 'Search results', '', '', ''),
(565, 'no', 'Search results', '', '', ''),
(565, 'pt', 'Search results', '', '', ''),
(565, 'ro', 'Search results', '', '', ''),
(565, 'ru', 'Результаты поиска', '', '', ''),
(566, 'da', 'AB: Brands', 'Brands', '', ''),
(566, 'de', 'AB: Brands', 'Brands', '', ''),
(566, 'el', 'AB: Brands', 'Brands', '', ''),
(566, 'en', 'AB: Brands', 'Brands', '', ''),
(566, 'es', 'AB: Brands', 'Brands', '', ''),
(566, 'fr', 'AB: Brands', 'Brands', '', ''),
(566, 'it', 'AB: Brands', 'Brands', '', ''),
(566, 'nl', 'AB: Brands', 'Brands', '', ''),
(566, 'no', 'AB: Brands', 'Brands', '', ''),
(566, 'pt', 'AB: Brands', 'Brands', '', ''),
(566, 'ro', 'AB: Brands', 'Brands', '', ''),
(566, 'ru', 'AB: Бренды', 'Бренды', '', ''),
(567, 'da', 'Features', '', '', ''),
(567, 'de', 'Features', '', '', ''),
(567, 'el', 'Features', '', '', ''),
(567, 'en', 'Features', '', '', ''),
(567, 'es', 'Features', '', '', ''),
(567, 'fr', 'Features', '', '', ''),
(567, 'it', 'Features', '', '', ''),
(567, 'nl', 'Features', '', '', ''),
(567, 'no', 'Features', '', '', ''),
(567, 'pt', 'Features', '', '', ''),
(567, 'ro', 'Features', '', '', ''),
(567, 'ru', 'Характеристики', '', '', ''),
(568, 'da', 'AB: Promotion', 'Promotion', '', ''),
(568, 'de', 'AB: Promotion', 'Promotion', '', ''),
(568, 'el', 'AB: Promotion', 'Promotion', '', ''),
(568, 'en', 'AB: Promotion', 'Promotion', '', ''),
(568, 'es', 'AB: Promotion', 'Promotion', '', ''),
(568, 'fr', 'AB: Promotion', 'Promotion', '', ''),
(568, 'it', 'AB: Promotion', 'Promotion', '', ''),
(568, 'nl', 'AB: Promotion', 'Promotion', '', ''),
(568, 'no', 'AB: Promotion', 'Promotion', '', ''),
(568, 'pt', 'AB: Promotion', 'Promotion', '', ''),
(568, 'ro', 'AB: Promotion', 'Promotion', '', ''),
(568, 'ru', 'AB: Промо-акция', 'Промо-акция', '', ''),
(569, 'da', 'AB: Vendors', '', '', ''),
(569, 'de', 'AB: Vendors', '', '', ''),
(569, 'el', 'AB: Vendors', '', '', ''),
(569, 'en', 'AB: Vendors', '', '', ''),
(569, 'es', 'AB: Vendors', '', '', ''),
(569, 'fr', 'AB: Vendors', '', '', ''),
(569, 'it', 'AB: Vendors', '', '', ''),
(569, 'nl', 'AB: Vendors', '', '', ''),
(569, 'no', 'AB: Vendors', '', '', ''),
(569, 'pt', 'AB: Vendors', '', '', ''),
(569, 'ro', 'AB: Vendors', '', '', ''),
(569, 'ru', 'AB: Продавцы', '', '', ''),
(570, 'da', 'AB: Vendor store', '', '', ''),
(570, 'de', 'AB: Vendor store', '', '', ''),
(570, 'el', 'AB: Vendor store', '', '', ''),
(570, 'en', 'AB: Vendor store', '', '', ''),
(570, 'es', 'AB: Vendor store', '', '', ''),
(570, 'fr', 'AB: Vendor store', '', '', ''),
(570, 'it', 'AB: Vendor store', '', '', ''),
(570, 'nl', 'AB: Vendor store', '', '', ''),
(570, 'no', 'AB: Vendor store', '', '', ''),
(570, 'pt', 'AB: Vendor store', '', '', ''),
(570, 'ro', 'AB: Vendor store', '', '', ''),
(570, 'ru', 'AB: Магазин продавца', '', '', ''),
(571, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(571, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(571, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(571, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(571, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(571, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(571, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(571, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(571, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(571, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(571, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(571, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(572, 'da', 'Blog', '', '', ''),
(572, 'de', 'Blog', '', '', ''),
(572, 'el', 'Blog', '', '', ''),
(572, 'en', 'Blog', '', '', ''),
(572, 'es', 'Blog', '', '', ''),
(572, 'fr', 'Blog', '', '', ''),
(572, 'it', 'Blog', '', '', ''),
(572, 'nl', 'Blog', '', '', ''),
(572, 'no', 'Blog', '', '', ''),
(572, 'pt', 'Blog', '', '', ''),
(572, 'ro', 'Blog', '', '', ''),
(572, 'ru', 'Blog', '', '', ''),
(573, 'da', 'Gift certificates', '', '', ''),
(573, 'de', 'Gift certificates', '', '', ''),
(573, 'el', 'Gift certificates', '', '', ''),
(573, 'en', 'Gift certificates', '', '', ''),
(573, 'es', 'Gift certificates', '', '', ''),
(573, 'fr', 'Gift certificates', '', '', ''),
(573, 'it', 'Gift certificates', '', '', ''),
(573, 'nl', 'Gift certificates', '', '', ''),
(573, 'no', 'Gift certificates', '', '', ''),
(573, 'pt', 'Gift certificates', '', '', ''),
(573, 'ro', 'Gift certificates', '', '', ''),
(573, 'ru', 'Подарочные сертификаты', '', '', ''),
(574, 'da', 'Vendors plans', '', '', ''),
(574, 'de', 'Vendors plans', '', '', ''),
(574, 'el', 'Vendors plans', '', '', ''),
(574, 'en', 'Vendors plans', '', '', ''),
(574, 'es', 'Vendors plans', '', '', ''),
(574, 'fr', 'Vendors plans', '', '', ''),
(574, 'it', 'Vendors plans', '', '', ''),
(574, 'nl', 'Vendors plans', '', '', ''),
(574, 'no', 'Vendors plans', '', '', ''),
(574, 'pt', 'Vendors plans', '', '', ''),
(574, 'ro', 'Vendors plans', '', '', ''),
(574, 'ru', 'Vendors plans', '', '', ''),
(575, 'da', 'Default', '', '', ''),
(575, 'de', 'Default', '', '', ''),
(575, 'el', 'Default', '', '', ''),
(575, 'en', 'Default', '', '', ''),
(575, 'es', 'Default', '', '', ''),
(575, 'fr', 'Default', '', '', ''),
(575, 'it', 'Default', '', '', ''),
(575, 'nl', 'Default', '', '', ''),
(575, 'no', 'Default', '', '', ''),
(575, 'pt', 'Default', '', '', ''),
(575, 'ro', 'Default', '', '', ''),
(575, 'ru', 'По умолчанию', '', '', ''),
(576, 'da', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(576, 'de', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(576, 'el', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(576, 'en', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(576, 'es', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(576, 'fr', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(576, 'it', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(576, 'nl', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(576, 'no', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(576, 'pt', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(576, 'ro', 'Homepage', 'Shopping Cart Software & Ecommerce Software Solutions by CS-Cart', 'Secure and full-featured Online Shopping Cart Software with the complete set of powerful ecommerce options to create your own online store with minimum efforts involved.', 'shopping cart, software, ecommerce software, online store'),
(576, 'ru', 'Домашняя страница', '', 'Защищенное и многофункциональное программное обеспечение для создания интернет-магазина, включающие в себя большое количество возможностей для электронной коммерции.', 'Интернет магазин, программное обеспечение для электронной коммерции'),
(577, 'da', 'Products', '', '', ''),
(577, 'de', 'Products', '', '', ''),
(577, 'el', 'Products', '', '', ''),
(577, 'en', 'Products', '', '', ''),
(577, 'es', 'Products', '', '', ''),
(577, 'fr', 'Products', '', '', ''),
(577, 'it', 'Products', '', '', ''),
(577, 'nl', 'Products', '', '', ''),
(577, 'no', 'Products', '', '', ''),
(577, 'pt', 'Products', '', '', ''),
(577, 'ro', 'Products', '', '', ''),
(577, 'ru', 'Продукты', '', '', ''),
(578, 'da', 'Categories', '', '', ''),
(578, 'de', 'Categories', '', '', ''),
(578, 'el', 'Categories', '', '', ''),
(578, 'en', 'Categories', '', '', ''),
(578, 'es', 'Categories', '', '', ''),
(578, 'fr', 'Categories', '', '', ''),
(578, 'it', 'Categories', '', '', ''),
(578, 'nl', 'Categories', '', '', ''),
(578, 'no', 'Categories', '', '', ''),
(578, 'pt', 'Categories', '', '', ''),
(578, 'ro', 'Categories', '', '', ''),
(578, 'ru', 'Категории', '', '', ''),
(579, 'da', 'Cart', '', '', ''),
(579, 'de', 'Cart', '', '', ''),
(579, 'el', 'Cart', '', '', ''),
(579, 'en', 'Cart', '', '', ''),
(579, 'es', 'Cart', '', '', ''),
(579, 'fr', 'Cart', '', '', ''),
(579, 'it', 'Cart', '', '', ''),
(579, 'nl', 'Cart', '', '', ''),
(579, 'no', 'Cart', '', '', ''),
(579, 'pt', 'Cart', '', '', ''),
(579, 'ro', 'Cart', '', '', ''),
(579, 'ru', 'Корзина', '', '', ''),
(580, 'da', 'Checkout', '', '', ''),
(580, 'de', 'Checkout', '', '', ''),
(580, 'el', 'Checkout', '', '', ''),
(580, 'en', 'Checkout', '', '', ''),
(580, 'es', 'Checkout', '', '', ''),
(580, 'fr', 'Checkout', '', '', ''),
(580, 'it', 'Checkout', '', '', ''),
(580, 'nl', 'Checkout', '', '', ''),
(580, 'no', 'Checkout', '', '', ''),
(580, 'pt', 'Checkout', '', '', ''),
(580, 'ro', 'Checkout', '', '', ''),
(580, 'ru', 'Оформить заказ', '', '', ''),
(581, 'da', 'Auth', '', '', ''),
(581, 'de', 'Auth', '', '', ''),
(581, 'el', 'Auth', '', '', ''),
(581, 'en', 'Auth', '', '', ''),
(581, 'es', 'Auth', '', '', ''),
(581, 'fr', 'Auth', '', '', ''),
(581, 'it', 'Auth', '', '', ''),
(581, 'nl', 'Auth', '', '', ''),
(581, 'no', 'Auth', '', '', ''),
(581, 'pt', 'Auth', '', '', ''),
(581, 'ro', 'Auth', '', '', ''),
(581, 'ru', 'Страница авторизации', '', '', ''),
(582, 'da', 'Profiles', '', '', ''),
(582, 'de', 'Profiles', '', '', ''),
(582, 'el', 'Profiles', '', '', ''),
(582, 'en', 'Profiles', '', '', ''),
(582, 'es', 'Profiles', '', '', ''),
(582, 'fr', 'Profiles', '', '', ''),
(582, 'it', 'Profiles', '', '', ''),
(582, 'nl', 'Profiles', '', '', ''),
(582, 'no', 'Profiles', '', '', ''),
(582, 'pt', 'Profiles', '', '', ''),
(582, 'ro', 'Profiles', '', '', ''),
(582, 'ru', 'Профили', '', '', ''),
(583, 'da', 'Successful registration', '', '', ''),
(583, 'de', 'Successful registration', '', '', ''),
(583, 'el', 'Successful registration', '', '', ''),
(583, 'en', 'Successful registration', '', '', ''),
(583, 'es', 'Successful registration', '', '', ''),
(583, 'fr', 'Successful registration', '', '', ''),
(583, 'it', 'Successful registration', '', '', ''),
(583, 'nl', 'Successful registration', '', '', ''),
(583, 'no', 'Successful registration', '', '', ''),
(583, 'pt', 'Successful registration', '', '', ''),
(583, 'ro', 'Successful registration', '', '', ''),
(583, 'ru', 'Успешная регистрация', '', '', ''),
(584, 'da', 'Order landing page', '', '', ''),
(584, 'de', 'Order landing page', '', '', ''),
(584, 'el', 'Order landing page', '', '', ''),
(584, 'en', 'Order landing page', '', '', ''),
(584, 'es', 'Order landing page', '', '', ''),
(584, 'fr', 'Order landing page', '', '', ''),
(584, 'it', 'Order landing page', '', '', ''),
(584, 'nl', 'Order landing page', '', '', ''),
(584, 'no', 'Order landing page', '', '', ''),
(584, 'pt', 'Order landing page', '', '', ''),
(584, 'ro', 'Order landing page', '', '', ''),
(584, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(585, 'da', 'Pages', '', '', ''),
(585, 'de', 'Pages', '', '', ''),
(585, 'el', 'Pages', '', '', ''),
(585, 'en', 'Pages', '', '', ''),
(585, 'es', 'Pages', '', '', ''),
(585, 'fr', 'Pages', '', '', ''),
(585, 'it', 'Pages', '', '', ''),
(585, 'nl', 'Pages', '', '', ''),
(585, 'no', 'Pages', '', '', ''),
(585, 'pt', 'Pages', '', '', ''),
(585, 'ro', 'Pages', '', '', ''),
(585, 'ru', 'Страницы', '', '', ''),
(586, 'da', '404', 'Page not found', '', ''),
(586, 'de', '404', 'Page not found', '', ''),
(586, 'el', '404', 'Page not found', '', ''),
(586, 'en', '404', 'Page not found', '', ''),
(586, 'es', '404', 'Page not found', '', ''),
(586, 'fr', '404', 'Page not found', '', ''),
(586, 'it', '404', 'Page not found', '', ''),
(586, 'nl', '404', 'Page not found', '', ''),
(586, 'no', '404', 'Page not found', '', ''),
(586, 'pt', '404', 'Page not found', '', ''),
(586, 'ro', '404', 'Page not found', '', ''),
(586, 'ru', '404', 'Page not found', '', ''),
(587, 'da', 'Search results', '', '', ''),
(587, 'de', 'Search results', '', '', ''),
(587, 'el', 'Search results', '', '', ''),
(587, 'en', 'Search results', '', '', ''),
(587, 'es', 'Search results', '', '', ''),
(587, 'fr', 'Search results', '', '', ''),
(587, 'it', 'Search results', '', '', ''),
(587, 'nl', 'Search results', '', '', ''),
(587, 'no', 'Search results', '', '', ''),
(587, 'pt', 'Search results', '', '', ''),
(587, 'ro', 'Search results', '', '', ''),
(587, 'ru', 'Результаты поиска', '', '', ''),
(588, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(588, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(588, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(588, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(588, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(588, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(588, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(588, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(588, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(588, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(588, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(588, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(589, 'da', 'Blog', '', '', ''),
(589, 'de', 'Blog', '', '', ''),
(589, 'el', 'Blog', '', '', ''),
(589, 'en', 'Blog', '', '', ''),
(589, 'es', 'Blog', '', '', ''),
(589, 'fr', 'Blog', '', '', ''),
(589, 'it', 'Blog', '', '', ''),
(589, 'nl', 'Blog', '', '', ''),
(589, 'no', 'Blog', '', '', ''),
(589, 'pt', 'Blog', '', '', ''),
(589, 'ro', 'Blog', '', '', ''),
(589, 'ru', 'Blog', '', '', ''),
(590, 'da', 'Gift certificates', '', '', ''),
(590, 'de', 'Gift certificates', '', '', ''),
(590, 'el', 'Gift certificates', '', '', ''),
(590, 'en', 'Gift certificates', '', '', ''),
(590, 'es', 'Gift certificates', '', '', ''),
(590, 'fr', 'Gift certificates', '', '', ''),
(590, 'it', 'Gift certificates', '', '', ''),
(590, 'nl', 'Gift certificates', '', '', ''),
(590, 'no', 'Gift certificates', '', '', ''),
(590, 'pt', 'Gift certificates', '', '', ''),
(590, 'ro', 'Gift certificates', '', '', ''),
(590, 'ru', 'Подарочные сертификаты', '', '', ''),
(591, 'da', 'Vendors plans', '', '', ''),
(591, 'de', 'Vendors plans', '', '', ''),
(591, 'el', 'Vendors plans', '', '', ''),
(591, 'en', 'Vendors plans', '', '', ''),
(591, 'es', 'Vendors plans', '', '', ''),
(591, 'fr', 'Vendors plans', '', '', ''),
(591, 'it', 'Vendors plans', '', '', ''),
(591, 'nl', 'Vendors plans', '', '', ''),
(591, 'no', 'Vendors plans', '', '', ''),
(591, 'pt', 'Vendors plans', '', '', ''),
(591, 'ro', 'Vendors plans', '', '', ''),
(591, 'ru', 'Vendors plans', '', '', ''),
(592, 'da', 'Default', '', '', ''),
(592, 'de', 'Default', '', '', ''),
(592, 'el', 'Default', '', '', ''),
(592, 'en', 'Default', '', '', ''),
(592, 'es', 'Default', '', '', ''),
(592, 'fr', 'Default', '', '', ''),
(592, 'it', 'Default', '', '', ''),
(592, 'nl', 'Default', '', '', ''),
(592, 'no', 'Default', '', '', ''),
(592, 'pt', 'Partiu.Shop', 'Nunca foi tão fácil Compra e Vender!', '', ''),
(592, 'ro', 'Default', '', '', ''),
(592, 'ru', 'По умолчанию', '', '', ''),
(593, 'da', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(593, 'de', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(593, 'el', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(593, 'en', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(593, 'es', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(593, 'fr', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(593, 'it', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(593, 'nl', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(593, 'no', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(593, 'pt', 'Home ', 'Partiu.Shop Nunca foi tão fácil compra e vender!', 'Partiu.Shop Nunca foi tão fácil compra e vender!', 'Compra, venda, shopping, mais barato'),
(593, 'ro', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(593, 'ru', 'Домашняя страница', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme, Шаблон, Интернет магазин, программное обеспечение для электронной коммерции'),
(594, 'da', 'Products', '', '', ''),
(594, 'de', 'Products', '', '', ''),
(594, 'el', 'Products', '', '', ''),
(594, 'en', 'Products', '', '', ''),
(594, 'es', 'Products', '', '', ''),
(594, 'fr', 'Products', '', '', ''),
(594, 'it', 'Products', '', '', ''),
(594, 'nl', 'Products', '', '', ''),
(594, 'no', 'Products', '', '', ''),
(594, 'pt', 'Products', '', '', ''),
(594, 'ro', 'Products', '', '', ''),
(594, 'ru', 'Товары', '', '', ''),
(595, 'da', 'Categories', '', '', ''),
(595, 'de', 'Categories', '', '', ''),
(595, 'el', 'Categories', '', '', ''),
(595, 'en', 'Categories', '', '', ''),
(595, 'es', 'Categories', '', '', ''),
(595, 'fr', 'Categories', '', '', ''),
(595, 'it', 'Categories', '', '', ''),
(595, 'nl', 'Categories', '', '', ''),
(595, 'no', 'Categories', '', '', ''),
(595, 'pt', 'Categories', '', '', ''),
(595, 'ro', 'Categories', '', '', ''),
(595, 'ru', 'Категории', '', '', ''),
(596, 'da', 'Cart', '', '', ''),
(596, 'de', 'Cart', '', '', ''),
(596, 'el', 'Cart', '', '', ''),
(596, 'en', 'Cart', '', '', ''),
(596, 'es', 'Cart', '', '', ''),
(596, 'fr', 'Cart', '', '', ''),
(596, 'it', 'Cart', '', '', ''),
(596, 'nl', 'Cart', '', '', ''),
(596, 'no', 'Cart', '', '', ''),
(596, 'pt', 'Cart', '', '', ''),
(596, 'ro', 'Cart', '', '', ''),
(596, 'ru', 'Корзина', '', '', ''),
(597, 'da', 'Checkout', '', '', ''),
(597, 'de', 'Checkout', '', '', ''),
(597, 'el', 'Checkout', '', '', ''),
(597, 'en', 'Checkout', '', '', ''),
(597, 'es', 'Checkout', '', '', ''),
(597, 'fr', 'Checkout', '', '', ''),
(597, 'it', 'Checkout', '', '', ''),
(597, 'nl', 'Checkout', '', '', ''),
(597, 'no', 'Checkout', '', '', ''),
(597, 'pt', 'Checkout', '', '', ''),
(597, 'ro', 'Checkout', '', '', ''),
(597, 'ru', 'Оформить заказ', '', '', ''),
(598, 'da', 'Order landing page', '', '', ''),
(598, 'de', 'Order landing page', '', '', ''),
(598, 'el', 'Order landing page', '', '', ''),
(598, 'en', 'Order landing page', '', '', ''),
(598, 'es', 'Order landing page', '', '', ''),
(598, 'fr', 'Order landing page', '', '', ''),
(598, 'it', 'Order landing page', '', '', ''),
(598, 'nl', 'Order landing page', '', '', ''),
(598, 'no', 'Order landing page', '', '', ''),
(598, 'pt', 'Order landing page', '', '', ''),
(598, 'ro', 'Order landing page', '', '', ''),
(598, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(599, 'da', 'Auth', '', '', ''),
(599, 'de', 'Auth', '', '', ''),
(599, 'el', 'Auth', '', '', ''),
(599, 'en', 'Auth', '', '', ''),
(599, 'es', 'Auth', '', '', ''),
(599, 'fr', 'Auth', '', '', ''),
(599, 'it', 'Auth', '', '', ''),
(599, 'nl', 'Auth', '', '', ''),
(599, 'no', 'Auth', '', '', ''),
(599, 'pt', 'Auth', '', '', ''),
(599, 'ro', 'Auth', '', '', ''),
(599, 'ru', 'Страница авторизации', '', '', ''),
(600, 'da', 'Profiles', '', '', ''),
(600, 'de', 'Profiles', '', '', ''),
(600, 'el', 'Profiles', '', '', ''),
(600, 'en', 'Profiles', '', '', ''),
(600, 'es', 'Profiles', '', '', ''),
(600, 'fr', 'Profiles', '', '', ''),
(600, 'it', 'Profiles', '', '', ''),
(600, 'nl', 'Profiles', '', '', ''),
(600, 'no', 'Profiles', '', '', ''),
(600, 'pt', 'Perfil', '', '', ''),
(600, 'ro', 'Profiles', '', '', ''),
(600, 'ru', 'Профиль', '', '', ''),
(601, 'da', 'Successful registration', '', '', ''),
(601, 'de', 'Successful registration', '', '', ''),
(601, 'el', 'Successful registration', '', '', ''),
(601, 'en', 'Successful registration', '', '', ''),
(601, 'es', 'Successful registration', '', '', ''),
(601, 'fr', 'Successful registration', '', '', ''),
(601, 'it', 'Successful registration', '', '', ''),
(601, 'nl', 'Successful registration', '', '', ''),
(601, 'no', 'Successful registration', '', '', ''),
(601, 'pt', 'Registrado com sucesso', '', '', ''),
(601, 'ro', 'Successful registration', '', '', ''),
(601, 'ru', 'Успешная регистрация', '', '', ''),
(602, 'da', 'Pages', '', '', ''),
(602, 'de', 'Pages', '', '', ''),
(602, 'el', 'Pages', '', '', ''),
(602, 'en', 'Pages', '', '', ''),
(602, 'es', 'Pages', '', '', ''),
(602, 'fr', 'Pages', '', '', ''),
(602, 'it', 'Pages', '', '', ''),
(602, 'nl', 'Pages', '', '', ''),
(602, 'no', 'Pages', '', '', ''),
(602, 'pt', 'Pages', '', '', ''),
(602, 'ro', 'Pages', '', '', ''),
(602, 'ru', 'Страницы', '', '', ''),
(603, 'da', '404', 'Page not found', '', ''),
(603, 'de', '404', 'Page not found', '', ''),
(603, 'el', '404', 'Page not found', '', ''),
(603, 'en', '404', 'Page not found', '', ''),
(603, 'es', '404', 'Page not found', '', ''),
(603, 'fr', '404', 'Page not found', '', ''),
(603, 'it', '404', 'Page not found', '', ''),
(603, 'nl', '404', 'Page not found', '', ''),
(603, 'no', '404', 'Page not found', '', ''),
(603, 'pt', '404', 'Page not found', '', ''),
(603, 'ro', '404', 'Page not found', '', ''),
(603, 'ru', '404', 'Page not found', '', ''),
(604, 'da', 'Gift certificates', '', '', ''),
(604, 'de', 'Gift certificates', '', '', ''),
(604, 'el', 'Gift certificates', '', '', ''),
(604, 'en', 'Gift certificates', '', '', ''),
(604, 'es', 'Gift certificates', '', '', ''),
(604, 'fr', 'Gift certificates', '', '', ''),
(604, 'it', 'Gift certificates', '', '', ''),
(604, 'nl', 'Gift certificates', '', '', ''),
(604, 'no', 'Gift certificates', '', '', ''),
(604, 'pt', 'Vale presente', '', '', ''),
(604, 'ro', 'Gift certificates', '', '', ''),
(604, 'ru', 'Подарочные сертификаты', '', '', ''),
(605, 'da', 'Search results', '', '', ''),
(605, 'de', 'Search results', '', '', ''),
(605, 'el', 'Search results', '', '', ''),
(605, 'en', 'Search results', '', '', ''),
(605, 'es', 'Search results', '', '', ''),
(605, 'fr', 'Search results', '', '', ''),
(605, 'it', 'Search results', '', '', ''),
(605, 'nl', 'Search results', '', '', ''),
(605, 'no', 'Search results', '', '', ''),
(605, 'pt', 'Resultados da pesquisa', '', '', ''),
(605, 'ro', 'Search results', '', '', ''),
(605, 'ru', 'Результаты поиска', '', '', ''),
(606, 'da', 'AB: Brands', 'Brands', '', ''),
(606, 'de', 'AB: Brands', 'Brands', '', ''),
(606, 'el', 'AB: Brands', 'Brands', '', ''),
(606, 'en', 'AB: Brands', 'Brands', '', ''),
(606, 'es', 'AB: Brands', 'Brands', '', ''),
(606, 'fr', 'AB: Brands', 'Brands', '', ''),
(606, 'it', 'AB: Brands', 'Brands', '', ''),
(606, 'nl', 'AB: Brands', 'Brands', '', ''),
(606, 'no', 'AB: Brands', 'Brands', '', ''),
(606, 'pt', 'AB: Brands', 'Brands', '', ''),
(606, 'ro', 'AB: Brands', 'Brands', '', ''),
(606, 'ru', 'AB: Бренды', 'Бренды', '', ''),
(607, 'da', 'Features', '', '', ''),
(607, 'de', 'Features', '', '', ''),
(607, 'el', 'Features', '', '', ''),
(607, 'en', 'Features', '', '', ''),
(607, 'es', 'Features', '', '', ''),
(607, 'fr', 'Features', '', '', ''),
(607, 'it', 'Features', '', '', ''),
(607, 'nl', 'Features', '', '', ''),
(607, 'no', 'Features', '', '', ''),
(607, 'pt', 'Features', '', '', ''),
(607, 'ro', 'Features', '', '', ''),
(607, 'ru', 'Характеристики', '', '', ''),
(608, 'da', 'Blog', '', '', ''),
(608, 'de', 'Blog', '', '', ''),
(608, 'el', 'Blog', '', '', ''),
(608, 'en', 'Blog', '', '', ''),
(608, 'es', 'Blog', '', '', ''),
(608, 'fr', 'Blog', '', '', ''),
(608, 'it', 'Blog', '', '', ''),
(608, 'nl', 'Blog', '', '', ''),
(608, 'no', 'Blog', '', '', ''),
(608, 'pt', 'Blog', '', '', ''),
(608, 'ro', 'Blog', '', '', ''),
(608, 'ru', 'Blog', '', '', ''),
(609, 'da', 'Vendors plans', '', '', ''),
(609, 'de', 'Vendors plans', '', '', ''),
(609, 'el', 'Vendors plans', '', '', ''),
(609, 'en', 'Vendors plans', '', '', ''),
(609, 'es', 'Vendors plans', '', '', ''),
(609, 'fr', 'Vendors plans', '', '', ''),
(609, 'it', 'Vendors plans', '', '', '');
INSERT INTO `partiushop_bm_locations_descriptions` (`location_id`, `lang_code`, `name`, `title`, `meta_description`, `meta_keywords`) VALUES
(609, 'nl', 'Vendors plans', '', '', ''),
(609, 'no', 'Vendors plans', '', '', ''),
(609, 'pt', 'Vendors plans', '', '', ''),
(609, 'ro', 'Vendors plans', '', '', ''),
(609, 'ru', 'Vendors plans', '', '', ''),
(610, 'da', 'AB: Promotion', 'Promotion', '', ''),
(610, 'de', 'AB: Promotion', 'Promotion', '', ''),
(610, 'el', 'AB: Promotion', 'Promotion', '', ''),
(610, 'en', 'AB: Promotion', 'Promotion', '', ''),
(610, 'es', 'AB: Promotion', 'Promotion', '', ''),
(610, 'fr', 'AB: Promotion', 'Promotion', '', ''),
(610, 'it', 'AB: Promotion', 'Promotion', '', ''),
(610, 'nl', 'AB: Promotion', 'Promotion', '', ''),
(610, 'no', 'AB: Promotion', 'Promotion', '', ''),
(610, 'pt', 'AB: Promotion', 'Promotion', '', ''),
(610, 'ro', 'AB: Promotion', 'Promotion', '', ''),
(610, 'ru', 'AB: Промо-акция', 'Промо-акция', '', ''),
(611, 'da', 'AB: Vendors', '', '', ''),
(611, 'de', 'AB: Vendors', '', '', ''),
(611, 'el', 'AB: Vendors', '', '', ''),
(611, 'en', 'AB: Vendors', '', '', ''),
(611, 'es', 'AB: Vendors', '', '', ''),
(611, 'fr', 'AB: Vendors', '', '', ''),
(611, 'it', 'AB: Vendors', '', '', ''),
(611, 'nl', 'AB: Vendors', '', '', ''),
(611, 'no', 'AB: Vendors', '', '', ''),
(611, 'pt', 'AB: Vendors', '', '', ''),
(611, 'ro', 'AB: Vendors', '', '', ''),
(611, 'ru', 'AB: Продавцы', '', '', ''),
(612, 'da', 'AB: Vendor store', '', '', ''),
(612, 'de', 'AB: Vendor store', '', '', ''),
(612, 'el', 'AB: Vendor store', '', '', ''),
(612, 'en', 'AB: Vendor store', '', '', ''),
(612, 'es', 'AB: Vendor store', '', '', ''),
(612, 'fr', 'AB: Vendor store', '', '', ''),
(612, 'it', 'AB: Vendor store', '', '', ''),
(612, 'nl', 'AB: Vendor store', '', '', ''),
(612, 'no', 'AB: Vendor store', '', '', ''),
(612, 'pt', 'AB: Vendor store', '', '', ''),
(612, 'ro', 'AB: Vendor store', '', '', ''),
(612, 'ru', 'AB: Магазин продавца', '', '', ''),
(613, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(613, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(613, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(613, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(613, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(613, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(613, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(613, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(613, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(613, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(613, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(613, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(614, 'da', 'Mensagem', 'Mensagem #Partiu.shop', '', ''),
(614, 'de', 'Mensagem', 'Mensagem #Partiu.shop', '', ''),
(614, 'el', 'Mensagem', 'Mensagem #Partiu.shop', '', ''),
(614, 'en', 'Mensagem', 'Mensagem #Partiu.shop', '', ''),
(614, 'es', 'Mensagem', 'Mensagem #Partiu.shop', '', ''),
(614, 'fr', 'Mensagem', 'Mensagem #Partiu.shop', '', ''),
(614, 'it', 'Mensagem', 'Mensagem #Partiu.shop', '', ''),
(614, 'nl', 'Mensagem', 'Mensagem #Partiu.shop', '', ''),
(614, 'no', 'Mensagem', 'Mensagem #Partiu.shop', '', ''),
(614, 'pt', 'Mensagem', 'Mensagem #Partiu.shop', '', ''),
(614, 'ro', 'Mensagem', 'Mensagem #Partiu.shop', '', ''),
(614, 'ru', 'Mensagem', 'Mensagem #Partiu.shop', '', ''),
(615, 'da', 'Default', '', '', ''),
(615, 'de', 'Default', '', '', ''),
(615, 'el', 'Default', '', '', ''),
(615, 'en', 'Default', '', '', ''),
(615, 'es', 'Default', '', '', ''),
(615, 'fr', 'Default', '', '', ''),
(615, 'it', 'Default', '', '', ''),
(615, 'nl', 'Default', '', '', ''),
(615, 'no', 'Default', '', '', ''),
(615, 'pt', 'Default', '', '', ''),
(615, 'ro', 'Default', '', '', ''),
(615, 'ru', 'Default', '', '', ''),
(616, 'da', 'Homepage', '', '', ''),
(616, 'de', 'Homepage', '', '', ''),
(616, 'el', 'Homepage', '', '', ''),
(616, 'en', 'Homepage', '', '', ''),
(616, 'es', 'Homepage', '', '', ''),
(616, 'fr', 'Homepage', '', '', ''),
(616, 'it', 'Homepage', '', '', ''),
(616, 'nl', 'Homepage', '', '', ''),
(616, 'no', 'Homepage', '', '', ''),
(616, 'pt', 'Homepage', '', '', ''),
(616, 'ro', 'Homepage', '', '', ''),
(616, 'ru', 'Homepage', '', '', ''),
(617, 'da', 'Profiles', '', '', ''),
(617, 'de', 'Profiles', '', '', ''),
(617, 'el', 'Profiles', '', '', ''),
(617, 'en', 'Profiles', '', '', ''),
(617, 'es', 'Profiles', '', '', ''),
(617, 'fr', 'Profiles', '', '', ''),
(617, 'it', 'Profiles', '', '', ''),
(617, 'nl', 'Profiles', '', '', ''),
(617, 'no', 'Profiles', '', '', ''),
(617, 'pt', 'Profiles', '', '', ''),
(617, 'ro', 'Profiles', '', '', ''),
(617, 'ru', 'Profiles', '', '', ''),
(618, 'da', 'Pages', '', '', ''),
(618, 'de', 'Pages', '', '', ''),
(618, 'el', 'Pages', '', '', ''),
(618, 'en', 'Pages', '', '', ''),
(618, 'es', 'Pages', '', '', ''),
(618, 'fr', 'Pages', '', '', ''),
(618, 'it', 'Pages', '', '', ''),
(618, 'nl', 'Pages', '', '', ''),
(618, 'no', 'Pages', '', '', ''),
(618, 'pt', 'Pages', '', '', ''),
(618, 'ro', 'Pages', '', '', ''),
(618, 'ru', 'Pages', '', '', ''),
(619, 'da', 'Sidebar menu', '', '', ''),
(619, 'de', 'Sidebar menu', '', '', ''),
(619, 'el', 'Sidebar menu', '', '', ''),
(619, 'en', 'Sidebar menu', '', '', ''),
(619, 'es', 'Sidebar menu', '', '', ''),
(619, 'fr', 'Sidebar menu', '', '', ''),
(619, 'it', 'Sidebar menu', '', '', ''),
(619, 'nl', 'Sidebar menu', '', '', ''),
(619, 'no', 'Sidebar menu', '', '', ''),
(619, 'pt', 'Sidebar menu', '', '', ''),
(619, 'ro', 'Sidebar menu', '', '', ''),
(619, 'ru', 'Sidebar menu', '', '', ''),
(620, 'da', 'Vendors', '', '', ''),
(620, 'de', 'Vendors', '', '', ''),
(620, 'el', 'Vendors', '', '', ''),
(620, 'en', 'Vendors', '', '', ''),
(620, 'es', 'Vendors', '', '', ''),
(620, 'fr', 'Vendors', '', '', ''),
(620, 'it', 'Vendors', '', '', ''),
(620, 'nl', 'Vendors', '', '', ''),
(620, 'no', 'Vendors', '', '', ''),
(620, 'pt', 'Vendors', '', '', ''),
(620, 'ro', 'Vendors', '', '', ''),
(620, 'ru', 'Vendors', '', '', ''),
(621, 'da', 'Vendors', '', '', ''),
(621, 'de', 'Vendors', '', '', ''),
(621, 'el', 'Vendors', '', '', ''),
(621, 'en', 'Vendors', '', '', ''),
(621, 'es', 'Vendors', '', '', ''),
(621, 'fr', 'Vendors', '', '', ''),
(621, 'it', 'Vendors', '', '', ''),
(621, 'nl', 'Vendors', '', '', ''),
(621, 'no', 'Vendors', '', '', ''),
(621, 'pt', 'Vendors', '', '', ''),
(621, 'ro', 'Vendors', '', '', ''),
(621, 'ru', 'Vendors', '', '', ''),
(622, 'da', 'Vendors', '', '', ''),
(622, 'de', 'Vendors', '', '', ''),
(622, 'el', 'Vendors', '', '', ''),
(622, 'en', 'Vendors', '', '', ''),
(622, 'es', 'Vendors', '', '', ''),
(622, 'fr', 'Vendors', '', '', ''),
(622, 'it', 'Vendors', '', '', ''),
(622, 'nl', 'Vendors', '', '', ''),
(622, 'no', 'Vendors', '', '', ''),
(622, 'pt', 'Vendors', '', '', ''),
(622, 'ro', 'Vendors', '', '', ''),
(622, 'ru', 'Vendors', '', '', ''),
(623, 'da', 'Vendors', '', '', ''),
(623, 'de', 'Vendors', '', '', ''),
(623, 'el', 'Vendors', '', '', ''),
(623, 'en', 'Vendors', '', '', ''),
(623, 'es', 'Vendors', '', '', ''),
(623, 'fr', 'Vendors', '', '', ''),
(623, 'it', 'Vendors', '', '', ''),
(623, 'nl', 'Vendors', '', '', ''),
(623, 'no', 'Vendors', '', '', ''),
(623, 'pt', 'Vendors', '', '', ''),
(623, 'ro', 'Vendors', '', '', ''),
(623, 'ru', 'Vendors', '', '', ''),
(624, 'da', 'Vendors', '', '', ''),
(624, 'de', 'Vendors', '', '', ''),
(624, 'el', 'Vendors', '', '', ''),
(624, 'en', 'Vendors', '', '', ''),
(624, 'es', 'Vendors', '', '', ''),
(624, 'fr', 'Vendors', '', '', ''),
(624, 'it', 'Vendors', '', '', ''),
(624, 'nl', 'Vendors', '', '', ''),
(624, 'no', 'Vendors', '', '', ''),
(624, 'pt', 'Vendors', '', '', ''),
(624, 'ro', 'Vendors', '', '', ''),
(624, 'ru', 'Vendors', '', '', ''),
(625, 'da', 'Vendors', '', '', ''),
(625, 'de', 'Vendors', '', '', ''),
(625, 'el', 'Vendors', '', '', ''),
(625, 'en', 'Vendors', '', '', ''),
(625, 'es', 'Vendors', '', '', ''),
(625, 'fr', 'Vendors', '', '', ''),
(625, 'it', 'Vendors', '', '', ''),
(625, 'nl', 'Vendors', '', '', ''),
(625, 'no', 'Vendors', '', '', ''),
(625, 'pt', 'Vendors', '', '', ''),
(625, 'ro', 'Vendors', '', '', ''),
(625, 'ru', 'Vendors', '', '', ''),
(626, 'da', 'Vendors', '', '', ''),
(626, 'de', 'Vendors', '', '', ''),
(626, 'el', 'Vendors', '', '', ''),
(626, 'en', 'Vendors', '', '', ''),
(626, 'es', 'Vendors', '', '', ''),
(626, 'fr', 'Vendors', '', '', ''),
(626, 'it', 'Vendors', '', '', ''),
(626, 'nl', 'Vendors', '', '', ''),
(626, 'no', 'Vendors', '', '', ''),
(626, 'pt', 'Vendors', '', '', ''),
(626, 'ro', 'Vendors', '', '', ''),
(626, 'ru', 'Vendors', '', '', ''),
(627, 'da', 'Vendors', '', '', ''),
(627, 'de', 'Vendors', '', '', ''),
(627, 'el', 'Vendors', '', '', ''),
(627, 'en', 'Vendors', '', '', ''),
(627, 'es', 'Vendors', '', '', ''),
(627, 'fr', 'Vendors', '', '', ''),
(627, 'it', 'Vendors', '', '', ''),
(627, 'nl', 'Vendors', '', '', ''),
(627, 'no', 'Vendors', '', '', ''),
(627, 'pt', 'Vendors', '', '', ''),
(627, 'ro', 'Vendors', '', '', ''),
(627, 'ru', 'Vendors', '', '', ''),
(628, 'da', 'Vendors', '', '', ''),
(628, 'de', 'Vendors', '', '', ''),
(628, 'el', 'Vendors', '', '', ''),
(628, 'en', 'Vendors', '', '', ''),
(628, 'es', 'Vendors', '', '', ''),
(628, 'fr', 'Vendors', '', '', ''),
(628, 'it', 'Vendors', '', '', ''),
(628, 'nl', 'Vendors', '', '', ''),
(628, 'no', 'Vendors', '', '', ''),
(628, 'pt', 'Vendors', '', '', ''),
(628, 'ro', 'Vendors', '', '', ''),
(628, 'ru', 'Vendors', '', '', ''),
(629, 'da', 'Vendors', '', '', ''),
(629, 'de', 'Vendors', '', '', ''),
(629, 'el', 'Vendors', '', '', ''),
(629, 'en', 'Vendors', '', '', ''),
(629, 'es', 'Vendors', '', '', ''),
(629, 'fr', 'Vendors', '', '', ''),
(629, 'it', 'Vendors', '', '', ''),
(629, 'nl', 'Vendors', '', '', ''),
(629, 'no', 'Vendors', '', '', ''),
(629, 'pt', 'Vendors', '', '', ''),
(629, 'ro', 'Vendors', '', '', ''),
(629, 'ru', 'Vendors', '', '', ''),
(630, 'da', 'Vendors', '', '', ''),
(630, 'de', 'Vendors', '', '', ''),
(630, 'el', 'Vendors', '', '', ''),
(630, 'en', 'Vendors', '', '', ''),
(630, 'es', 'Vendors', '', '', ''),
(630, 'fr', 'Vendors', '', '', ''),
(630, 'it', 'Vendors', '', '', ''),
(630, 'nl', 'Vendors', '', '', ''),
(630, 'no', 'Vendors', '', '', ''),
(630, 'pt', 'Vendors', '', '', ''),
(630, 'ro', 'Vendors', '', '', ''),
(630, 'ru', 'Vendors', '', '', ''),
(631, 'da', 'Vendors', '', '', ''),
(631, 'de', 'Vendors', '', '', ''),
(631, 'el', 'Vendors', '', '', ''),
(631, 'en', 'Vendors', '', '', ''),
(631, 'es', 'Vendors', '', '', ''),
(631, 'fr', 'Vendors', '', '', ''),
(631, 'it', 'Vendors', '', '', ''),
(631, 'nl', 'Vendors', '', '', ''),
(631, 'no', 'Vendors', '', '', ''),
(631, 'pt', 'Vendors', '', '', ''),
(631, 'ro', 'Vendors', '', '', ''),
(631, 'ru', 'Vendors', '', '', ''),
(632, 'da', 'Vendors', '', '', ''),
(632, 'de', 'Vendors', '', '', ''),
(632, 'el', 'Vendors', '', '', ''),
(632, 'en', 'Vendors', '', '', ''),
(632, 'es', 'Vendors', '', '', ''),
(632, 'fr', 'Vendors', '', '', ''),
(632, 'it', 'Vendors', '', '', ''),
(632, 'nl', 'Vendors', '', '', ''),
(632, 'no', 'Vendors', '', '', ''),
(632, 'pt', 'Vendors', '', '', ''),
(632, 'ro', 'Vendors', '', '', ''),
(632, 'ru', 'Vendors', '', '', ''),
(633, 'da', 'Vendors', '', '', ''),
(633, 'de', 'Vendors', '', '', ''),
(633, 'el', 'Vendors', '', '', ''),
(633, 'en', 'Vendors', '', '', ''),
(633, 'es', 'Vendors', '', '', ''),
(633, 'fr', 'Vendors', '', '', ''),
(633, 'it', 'Vendors', '', '', ''),
(633, 'nl', 'Vendors', '', '', ''),
(633, 'no', 'Vendors', '', '', ''),
(633, 'pt', 'Vendors', '', '', ''),
(633, 'ro', 'Vendors', '', '', ''),
(633, 'ru', 'Vendors', '', '', ''),
(634, 'da', 'Vendors', '', '', ''),
(634, 'de', 'Vendors', '', '', ''),
(634, 'el', 'Vendors', '', '', ''),
(634, 'en', 'Vendors', '', '', ''),
(634, 'es', 'Vendors', '', '', ''),
(634, 'fr', 'Vendors', '', '', ''),
(634, 'it', 'Vendors', '', '', ''),
(634, 'nl', 'Vendors', '', '', ''),
(634, 'no', 'Vendors', '', '', ''),
(634, 'pt', 'Vendors', '', '', ''),
(634, 'ro', 'Vendors', '', '', ''),
(634, 'ru', 'Vendors', '', '', ''),
(635, 'da', 'Default', '', '', ''),
(635, 'de', 'Default', '', '', ''),
(635, 'el', 'Default', '', '', ''),
(635, 'en', 'Default', '', '', ''),
(635, 'es', 'Default', '', '', ''),
(635, 'fr', 'Default', '', '', ''),
(635, 'it', 'Default', '', '', ''),
(635, 'nl', 'Default', '', '', ''),
(635, 'no', 'Default', '', '', ''),
(635, 'pt', 'Default', '', '', ''),
(635, 'ro', 'Default', '', '', ''),
(635, 'ru', 'Default', '', '', ''),
(636, 'da', 'Homepage', '', '', ''),
(636, 'de', 'Homepage', '', '', ''),
(636, 'el', 'Homepage', '', '', ''),
(636, 'en', 'Homepage', '', '', ''),
(636, 'es', 'Homepage', '', '', ''),
(636, 'fr', 'Homepage', '', '', ''),
(636, 'it', 'Homepage', '', '', ''),
(636, 'nl', 'Homepage', '', '', ''),
(636, 'no', 'Homepage', '', '', ''),
(636, 'pt', 'Homepage', '', '', ''),
(636, 'ro', 'Homepage', '', '', ''),
(636, 'ru', 'Homepage', '', '', ''),
(637, 'da', 'Profiles', '', '', ''),
(637, 'de', 'Profiles', '', '', ''),
(637, 'el', 'Profiles', '', '', ''),
(637, 'en', 'Profiles', '', '', ''),
(637, 'es', 'Profiles', '', '', ''),
(637, 'fr', 'Profiles', '', '', ''),
(637, 'it', 'Profiles', '', '', ''),
(637, 'nl', 'Profiles', '', '', ''),
(637, 'no', 'Profiles', '', '', ''),
(637, 'pt', 'Profiles', '', '', ''),
(637, 'ro', 'Profiles', '', '', ''),
(637, 'ru', 'Profiles', '', '', ''),
(638, 'da', 'Pages', '', '', ''),
(638, 'de', 'Pages', '', '', ''),
(638, 'el', 'Pages', '', '', ''),
(638, 'en', 'Pages', '', '', ''),
(638, 'es', 'Pages', '', '', ''),
(638, 'fr', 'Pages', '', '', ''),
(638, 'it', 'Pages', '', '', ''),
(638, 'nl', 'Pages', '', '', ''),
(638, 'no', 'Pages', '', '', ''),
(638, 'pt', 'Pages', '', '', ''),
(638, 'ro', 'Pages', '', '', ''),
(638, 'ru', 'Pages', '', '', ''),
(639, 'da', 'Sidebar menu', '', '', ''),
(639, 'de', 'Sidebar menu', '', '', ''),
(639, 'el', 'Sidebar menu', '', '', ''),
(639, 'en', 'Sidebar menu', '', '', ''),
(639, 'es', 'Sidebar menu', '', '', ''),
(639, 'fr', 'Sidebar menu', '', '', ''),
(639, 'it', 'Sidebar menu', '', '', ''),
(639, 'nl', 'Sidebar menu', '', '', ''),
(639, 'no', 'Sidebar menu', '', '', ''),
(639, 'pt', 'Sidebar menu', '', '', ''),
(639, 'ro', 'Sidebar menu', '', '', ''),
(639, 'ru', 'Sidebar menu', '', '', ''),
(640, 'da', 'Default', '', '', ''),
(640, 'de', 'Default', '', '', ''),
(640, 'el', 'Default', '', '', ''),
(640, 'en', 'Default', '', '', ''),
(640, 'es', 'Default', '', '', ''),
(640, 'fr', 'Default', '', '', ''),
(640, 'it', 'Default', '', '', ''),
(640, 'nl', 'Default', '', '', ''),
(640, 'no', 'Default', '', '', ''),
(640, 'pt', 'Default', '', '', ''),
(640, 'ro', 'Default', '', '', ''),
(640, 'ru', 'Default', '', '', ''),
(641, 'da', 'Homepage', '', '', ''),
(641, 'de', 'Homepage', '', '', ''),
(641, 'el', 'Homepage', '', '', ''),
(641, 'en', 'Homepage', '', '', ''),
(641, 'es', 'Homepage', '', '', ''),
(641, 'fr', 'Homepage', '', '', ''),
(641, 'it', 'Homepage', '', '', ''),
(641, 'nl', 'Homepage', '', '', ''),
(641, 'no', 'Homepage', '', '', ''),
(641, 'pt', 'Homepage', '', '', ''),
(641, 'ro', 'Homepage', '', '', ''),
(641, 'ru', 'Homepage', '', '', ''),
(642, 'da', 'Profiles', '', '', ''),
(642, 'de', 'Profiles', '', '', ''),
(642, 'el', 'Profiles', '', '', ''),
(642, 'en', 'Profiles', '', '', ''),
(642, 'es', 'Profiles', '', '', ''),
(642, 'fr', 'Profiles', '', '', ''),
(642, 'it', 'Profiles', '', '', ''),
(642, 'nl', 'Profiles', '', '', ''),
(642, 'no', 'Profiles', '', '', ''),
(642, 'pt', 'Profiles', '', '', ''),
(642, 'ro', 'Profiles', '', '', ''),
(642, 'ru', 'Profiles', '', '', ''),
(643, 'da', 'Pages', '', '', ''),
(643, 'de', 'Pages', '', '', ''),
(643, 'el', 'Pages', '', '', ''),
(643, 'en', 'Pages', '', '', ''),
(643, 'es', 'Pages', '', '', ''),
(643, 'fr', 'Pages', '', '', ''),
(643, 'it', 'Pages', '', '', ''),
(643, 'nl', 'Pages', '', '', ''),
(643, 'no', 'Pages', '', '', ''),
(643, 'pt', 'Pages', '', '', ''),
(643, 'ro', 'Pages', '', '', ''),
(643, 'ru', 'Pages', '', '', ''),
(644, 'da', 'Sidebar menu', '', '', ''),
(644, 'de', 'Sidebar menu', '', '', ''),
(644, 'el', 'Sidebar menu', '', '', ''),
(644, 'en', 'Sidebar menu', '', '', ''),
(644, 'es', 'Sidebar menu', '', '', ''),
(644, 'fr', 'Sidebar menu', '', '', ''),
(644, 'it', 'Sidebar menu', '', '', ''),
(644, 'nl', 'Sidebar menu', '', '', ''),
(644, 'no', 'Sidebar menu', '', '', ''),
(644, 'pt', 'Sidebar menu', '', '', ''),
(644, 'ro', 'Sidebar menu', '', '', ''),
(644, 'ru', 'Sidebar menu', '', '', ''),
(645, 'da', 'Default', '', '', ''),
(645, 'de', 'Default', '', '', ''),
(645, 'el', 'Default', '', '', ''),
(645, 'en', 'Default', '', '', ''),
(645, 'es', 'Default', '', '', ''),
(645, 'fr', 'Default', '', '', ''),
(645, 'it', 'Default', '', '', ''),
(645, 'nl', 'Default', '', '', ''),
(645, 'no', 'Default', '', '', ''),
(645, 'pt', 'Default', '', '', ''),
(645, 'ro', 'Default', '', '', ''),
(645, 'ru', 'По умолчанию', '', '', ''),
(646, 'da', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(646, 'de', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(646, 'el', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(646, 'en', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(646, 'es', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(646, 'fr', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(646, 'it', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(646, 'nl', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(646, 'no', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(646, 'pt', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(646, 'ro', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(646, 'ru', 'Домашняя страница', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme, Шаблон, Интернет магазин, программное обеспечение для электронной коммерции'),
(647, 'da', 'Products', '', '', ''),
(647, 'de', 'Products', '', '', ''),
(647, 'el', 'Products', '', '', ''),
(647, 'en', 'Products', '', '', ''),
(647, 'es', 'Products', '', '', ''),
(647, 'fr', 'Products', '', '', ''),
(647, 'it', 'Products', '', '', ''),
(647, 'nl', 'Products', '', '', ''),
(647, 'no', 'Products', '', '', ''),
(647, 'pt', 'Products', '', '', ''),
(647, 'ro', 'Products', '', '', ''),
(647, 'ru', 'Товары', '', '', ''),
(648, 'da', 'Categories', '', '', ''),
(648, 'de', 'Categories', '', '', ''),
(648, 'el', 'Categories', '', '', ''),
(648, 'en', 'Categories', '', '', ''),
(648, 'es', 'Categories', '', '', ''),
(648, 'fr', 'Categories', '', '', ''),
(648, 'it', 'Categories', '', '', ''),
(648, 'nl', 'Categories', '', '', ''),
(648, 'no', 'Categories', '', '', ''),
(648, 'pt', 'Categories', '', '', ''),
(648, 'ro', 'Categories', '', '', ''),
(648, 'ru', 'Категории', '', '', ''),
(649, 'da', 'Cart', '', '', ''),
(649, 'de', 'Cart', '', '', ''),
(649, 'el', 'Cart', '', '', ''),
(649, 'en', 'Cart', '', '', ''),
(649, 'es', 'Cart', '', '', ''),
(649, 'fr', 'Cart', '', '', ''),
(649, 'it', 'Cart', '', '', ''),
(649, 'nl', 'Cart', '', '', ''),
(649, 'no', 'Cart', '', '', ''),
(649, 'pt', 'Cart', '', '', ''),
(649, 'ro', 'Cart', '', '', ''),
(649, 'ru', 'Корзина', '', '', ''),
(650, 'da', 'Checkout', '', '', ''),
(650, 'de', 'Checkout', '', '', ''),
(650, 'el', 'Checkout', '', '', ''),
(650, 'en', 'Checkout', '', '', ''),
(650, 'es', 'Checkout', '', '', ''),
(650, 'fr', 'Checkout', '', '', ''),
(650, 'it', 'Checkout', '', '', ''),
(650, 'nl', 'Checkout', '', '', ''),
(650, 'no', 'Checkout', '', '', ''),
(650, 'pt', 'Checkout', '', '', ''),
(650, 'ro', 'Checkout', '', '', ''),
(650, 'ru', 'Оформить заказ', '', '', ''),
(651, 'da', 'Order landing page', '', '', ''),
(651, 'de', 'Order landing page', '', '', ''),
(651, 'el', 'Order landing page', '', '', ''),
(651, 'en', 'Order landing page', '', '', ''),
(651, 'es', 'Order landing page', '', '', ''),
(651, 'fr', 'Order landing page', '', '', ''),
(651, 'it', 'Order landing page', '', '', ''),
(651, 'nl', 'Order landing page', '', '', ''),
(651, 'no', 'Order landing page', '', '', ''),
(651, 'pt', 'Order landing page', '', '', ''),
(651, 'ro', 'Order landing page', '', '', ''),
(651, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(652, 'da', 'Auth', '', '', ''),
(652, 'de', 'Auth', '', '', ''),
(652, 'el', 'Auth', '', '', ''),
(652, 'en', 'Auth', '', '', ''),
(652, 'es', 'Auth', '', '', ''),
(652, 'fr', 'Auth', '', '', ''),
(652, 'it', 'Auth', '', '', ''),
(652, 'nl', 'Auth', '', '', ''),
(652, 'no', 'Auth', '', '', ''),
(652, 'pt', 'Auth', '', '', ''),
(652, 'ro', 'Auth', '', '', ''),
(652, 'ru', 'Страница авторизации', '', '', ''),
(653, 'da', 'Profiles', '', '', ''),
(653, 'de', 'Profiles', '', '', ''),
(653, 'el', 'Profiles', '', '', ''),
(653, 'en', 'Profiles', '', '', ''),
(653, 'es', 'Profiles', '', '', ''),
(653, 'fr', 'Profiles', '', '', ''),
(653, 'it', 'Profiles', '', '', ''),
(653, 'nl', 'Profiles', '', '', ''),
(653, 'no', 'Profiles', '', '', ''),
(653, 'pt', 'Profiles', '', '', ''),
(653, 'ro', 'Profiles', '', '', ''),
(653, 'ru', 'Профиль', '', '', ''),
(654, 'da', 'Successful registration', '', '', ''),
(654, 'de', 'Successful registration', '', '', ''),
(654, 'el', 'Successful registration', '', '', ''),
(654, 'en', 'Successful registration', '', '', ''),
(654, 'es', 'Successful registration', '', '', ''),
(654, 'fr', 'Successful registration', '', '', ''),
(654, 'it', 'Successful registration', '', '', ''),
(654, 'nl', 'Successful registration', '', '', ''),
(654, 'no', 'Successful registration', '', '', ''),
(654, 'pt', 'Successful registration', '', '', ''),
(654, 'ro', 'Successful registration', '', '', ''),
(654, 'ru', 'Успешная регистрация', '', '', ''),
(655, 'da', 'Pages', '', '', ''),
(655, 'de', 'Pages', '', '', ''),
(655, 'el', 'Pages', '', '', ''),
(655, 'en', 'Pages', '', '', ''),
(655, 'es', 'Pages', '', '', ''),
(655, 'fr', 'Pages', '', '', ''),
(655, 'it', 'Pages', '', '', ''),
(655, 'nl', 'Pages', '', '', ''),
(655, 'no', 'Pages', '', '', ''),
(655, 'pt', 'Pages', '', '', ''),
(655, 'ro', 'Pages', '', '', ''),
(655, 'ru', 'Страницы', '', '', ''),
(656, 'da', '404', 'Page not found', '', ''),
(656, 'de', '404', 'Page not found', '', ''),
(656, 'el', '404', 'Page not found', '', ''),
(656, 'en', '404', 'Page not found', '', ''),
(656, 'es', '404', 'Page not found', '', ''),
(656, 'fr', '404', 'Page not found', '', ''),
(656, 'it', '404', 'Page not found', '', ''),
(656, 'nl', '404', 'Page not found', '', ''),
(656, 'no', '404', 'Page not found', '', ''),
(656, 'pt', '404', 'Page not found', '', ''),
(656, 'ro', '404', 'Page not found', '', ''),
(656, 'ru', '404', 'Page not found', '', ''),
(658, 'da', 'Search results', '', '', ''),
(658, 'de', 'Search results', '', '', ''),
(658, 'el', 'Search results', '', '', ''),
(658, 'en', 'Search results', '', '', ''),
(658, 'es', 'Search results', '', '', ''),
(658, 'fr', 'Search results', '', '', ''),
(658, 'it', 'Search results', '', '', ''),
(658, 'nl', 'Search results', '', '', ''),
(658, 'no', 'Search results', '', '', ''),
(658, 'pt', 'Search results', '', '', ''),
(658, 'ro', 'Search results', '', '', ''),
(658, 'ru', 'Результаты поиска', '', '', ''),
(659, 'da', 'AB: Brands', 'Brands', '', ''),
(659, 'de', 'AB: Brands', 'Brands', '', ''),
(659, 'el', 'AB: Brands', 'Brands', '', ''),
(659, 'en', 'AB: Brands', 'Brands', '', ''),
(659, 'es', 'AB: Brands', 'Brands', '', ''),
(659, 'fr', 'AB: Brands', 'Brands', '', ''),
(659, 'it', 'AB: Brands', 'Brands', '', ''),
(659, 'nl', 'AB: Brands', 'Brands', '', ''),
(659, 'no', 'AB: Brands', 'Brands', '', ''),
(659, 'pt', 'AB: Brands', 'Brands', '', ''),
(659, 'ro', 'AB: Brands', 'Brands', '', ''),
(659, 'ru', 'AB: Бренды', 'Бренды', '', ''),
(660, 'da', 'Features', '', '', ''),
(660, 'de', 'Features', '', '', ''),
(660, 'el', 'Features', '', '', ''),
(660, 'en', 'Features', '', '', ''),
(660, 'es', 'Features', '', '', ''),
(660, 'fr', 'Features', '', '', ''),
(660, 'it', 'Features', '', '', ''),
(660, 'nl', 'Features', '', '', ''),
(660, 'no', 'Features', '', '', ''),
(660, 'pt', 'Features', '', '', ''),
(660, 'ro', 'Features', '', '', ''),
(660, 'ru', 'Характеристики', '', '', ''),
(662, 'da', 'AB: Promotion', 'Promotion', '', ''),
(662, 'de', 'AB: Promotion', 'Promotion', '', ''),
(662, 'el', 'AB: Promotion', 'Promotion', '', ''),
(662, 'en', 'AB: Promotion', 'Promotion', '', ''),
(662, 'es', 'AB: Promotion', 'Promotion', '', ''),
(662, 'fr', 'AB: Promotion', 'Promotion', '', ''),
(662, 'it', 'AB: Promotion', 'Promotion', '', ''),
(662, 'nl', 'AB: Promotion', 'Promotion', '', ''),
(662, 'no', 'AB: Promotion', 'Promotion', '', ''),
(662, 'pt', 'AB: Promotion', 'Promotion', '', ''),
(662, 'ro', 'AB: Promotion', 'Promotion', '', ''),
(662, 'ru', 'AB: Промо-акция', 'Промо-акция', '', ''),
(665, 'da', 'AB: Vendor store', '', '', ''),
(665, 'de', 'AB: Vendor store', '', '', ''),
(665, 'el', 'AB: Vendor store', '', '', ''),
(665, 'en', 'AB: Vendor store', '', '', ''),
(665, 'es', 'AB: Vendor store', '', '', ''),
(665, 'fr', 'AB: Vendor store', '', '', ''),
(665, 'it', 'AB: Vendor store', '', '', ''),
(665, 'nl', 'AB: Vendor store', '', '', ''),
(665, 'no', 'AB: Vendor store', '', '', ''),
(665, 'pt', 'AB: Vendor store', '', '', ''),
(665, 'ro', 'AB: Vendor store', '', '', ''),
(665, 'ru', 'AB: Магазин продавца', '', '', ''),
(666, 'da', 'Default', '', '', ''),
(666, 'de', 'Default', '', '', ''),
(666, 'el', 'Default', '', '', ''),
(666, 'en', 'Default', '', '', ''),
(666, 'es', 'Default', '', '', ''),
(666, 'fr', 'Default', '', '', ''),
(666, 'it', 'Default', '', '', ''),
(666, 'nl', 'Default', '', '', ''),
(666, 'no', 'Default', '', '', ''),
(666, 'pt', 'Default', '', '', ''),
(666, 'ro', 'Default', '', '', ''),
(666, 'ru', 'По умолчанию', '', '', ''),
(667, 'da', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(667, 'de', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(667, 'el', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(667, 'en', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(667, 'es', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(667, 'fr', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(667, 'it', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(667, 'nl', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(667, 'no', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(667, 'pt', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(667, 'ro', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(667, 'ru', 'Домашняя страница', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme, Шаблон, Интернет магазин, программное обеспечение для электронной коммерции'),
(668, 'da', 'Products', '', '', ''),
(668, 'de', 'Products', '', '', ''),
(668, 'el', 'Products', '', '', ''),
(668, 'en', 'Products', '', '', ''),
(668, 'es', 'Products', '', '', ''),
(668, 'fr', 'Products', '', '', ''),
(668, 'it', 'Products', '', '', ''),
(668, 'nl', 'Products', '', '', ''),
(668, 'no', 'Products', '', '', ''),
(668, 'pt', 'Products', '', '', ''),
(668, 'ro', 'Products', '', '', ''),
(668, 'ru', 'Товары', '', '', ''),
(669, 'da', 'Categories', '', '', ''),
(669, 'de', 'Categories', '', '', ''),
(669, 'el', 'Categories', '', '', ''),
(669, 'en', 'Categories', '', '', ''),
(669, 'es', 'Categories', '', '', ''),
(669, 'fr', 'Categories', '', '', ''),
(669, 'it', 'Categories', '', '', ''),
(669, 'nl', 'Categories', '', '', ''),
(669, 'no', 'Categories', '', '', ''),
(669, 'pt', 'Categories', '', '', ''),
(669, 'ro', 'Categories', '', '', ''),
(669, 'ru', 'Категории', '', '', ''),
(670, 'da', 'Cart', '', '', ''),
(670, 'de', 'Cart', '', '', ''),
(670, 'el', 'Cart', '', '', ''),
(670, 'en', 'Cart', '', '', ''),
(670, 'es', 'Cart', '', '', ''),
(670, 'fr', 'Cart', '', '', ''),
(670, 'it', 'Cart', '', '', ''),
(670, 'nl', 'Cart', '', '', ''),
(670, 'no', 'Cart', '', '', ''),
(670, 'pt', 'Cart', '', '', ''),
(670, 'ro', 'Cart', '', '', ''),
(670, 'ru', 'Корзина', '', '', ''),
(671, 'da', 'Checkout', '', '', ''),
(671, 'de', 'Checkout', '', '', ''),
(671, 'el', 'Checkout', '', '', ''),
(671, 'en', 'Checkout', '', '', ''),
(671, 'es', 'Checkout', '', '', ''),
(671, 'fr', 'Checkout', '', '', ''),
(671, 'it', 'Checkout', '', '', ''),
(671, 'nl', 'Checkout', '', '', ''),
(671, 'no', 'Checkout', '', '', ''),
(671, 'pt', 'Checkout', '', '', ''),
(671, 'ro', 'Checkout', '', '', ''),
(671, 'ru', 'Оформить заказ', '', '', ''),
(672, 'da', 'Order landing page', '', '', ''),
(672, 'de', 'Order landing page', '', '', ''),
(672, 'el', 'Order landing page', '', '', ''),
(672, 'en', 'Order landing page', '', '', ''),
(672, 'es', 'Order landing page', '', '', ''),
(672, 'fr', 'Order landing page', '', '', ''),
(672, 'it', 'Order landing page', '', '', ''),
(672, 'nl', 'Order landing page', '', '', ''),
(672, 'no', 'Order landing page', '', '', ''),
(672, 'pt', 'Order landing page', '', '', ''),
(672, 'ro', 'Order landing page', '', '', ''),
(672, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(673, 'da', 'Auth', '', '', ''),
(673, 'de', 'Auth', '', '', ''),
(673, 'el', 'Auth', '', '', ''),
(673, 'en', 'Auth', '', '', ''),
(673, 'es', 'Auth', '', '', ''),
(673, 'fr', 'Auth', '', '', ''),
(673, 'it', 'Auth', '', '', ''),
(673, 'nl', 'Auth', '', '', ''),
(673, 'no', 'Auth', '', '', ''),
(673, 'pt', 'Auth', '', '', ''),
(673, 'ro', 'Auth', '', '', ''),
(673, 'ru', 'Страница авторизации', '', '', ''),
(674, 'da', 'Profiles', '', '', ''),
(674, 'de', 'Profiles', '', '', ''),
(674, 'el', 'Profiles', '', '', ''),
(674, 'en', 'Profiles', '', '', ''),
(674, 'es', 'Profiles', '', '', ''),
(674, 'fr', 'Profiles', '', '', ''),
(674, 'it', 'Profiles', '', '', ''),
(674, 'nl', 'Profiles', '', '', ''),
(674, 'no', 'Profiles', '', '', ''),
(674, 'pt', 'Profiles', '', '', ''),
(674, 'ro', 'Profiles', '', '', ''),
(674, 'ru', 'Профиль', '', '', ''),
(675, 'da', 'Successful registration', '', '', ''),
(675, 'de', 'Successful registration', '', '', ''),
(675, 'el', 'Successful registration', '', '', ''),
(675, 'en', 'Successful registration', '', '', ''),
(675, 'es', 'Successful registration', '', '', ''),
(675, 'fr', 'Successful registration', '', '', ''),
(675, 'it', 'Successful registration', '', '', ''),
(675, 'nl', 'Successful registration', '', '', ''),
(675, 'no', 'Successful registration', '', '', ''),
(675, 'pt', 'Successful registration', '', '', ''),
(675, 'ro', 'Successful registration', '', '', ''),
(675, 'ru', 'Успешная регистрация', '', '', ''),
(676, 'da', 'Pages', '', '', ''),
(676, 'de', 'Pages', '', '', ''),
(676, 'el', 'Pages', '', '', ''),
(676, 'en', 'Pages', '', '', ''),
(676, 'es', 'Pages', '', '', ''),
(676, 'fr', 'Pages', '', '', ''),
(676, 'it', 'Pages', '', '', ''),
(676, 'nl', 'Pages', '', '', ''),
(676, 'no', 'Pages', '', '', ''),
(676, 'pt', 'Pages', '', '', ''),
(676, 'ro', 'Pages', '', '', ''),
(676, 'ru', 'Страницы', '', '', ''),
(678, 'da', '404', 'Page not found', '', ''),
(678, 'de', '404', 'Page not found', '', ''),
(678, 'el', '404', 'Page not found', '', ''),
(678, 'en', '404', 'Page not found', '', ''),
(678, 'es', '404', 'Page not found', '', ''),
(678, 'fr', '404', 'Page not found', '', ''),
(678, 'it', '404', 'Page not found', '', ''),
(678, 'nl', '404', 'Page not found', '', ''),
(678, 'no', '404', 'Page not found', '', ''),
(678, 'pt', '404', 'Page not found', '', ''),
(678, 'ro', '404', 'Page not found', '', ''),
(678, 'ru', '404', 'Page not found', '', ''),
(679, 'da', 'Search results', '', '', ''),
(679, 'de', 'Search results', '', '', ''),
(679, 'el', 'Search results', '', '', ''),
(679, 'en', 'Search results', '', '', ''),
(679, 'es', 'Search results', '', '', ''),
(679, 'fr', 'Search results', '', '', ''),
(679, 'it', 'Search results', '', '', ''),
(679, 'nl', 'Search results', '', '', ''),
(679, 'no', 'Search results', '', '', ''),
(679, 'pt', 'Search results', '', '', ''),
(679, 'ro', 'Search results', '', '', ''),
(679, 'ru', 'Результаты поиска', '', '', ''),
(680, 'da', 'AB: Brands', 'Brands', '', ''),
(680, 'de', 'AB: Brands', 'Brands', '', ''),
(680, 'el', 'AB: Brands', 'Brands', '', ''),
(680, 'en', 'AB: Brands', 'Brands', '', ''),
(680, 'es', 'AB: Brands', 'Brands', '', ''),
(680, 'fr', 'AB: Brands', 'Brands', '', ''),
(680, 'it', 'AB: Brands', 'Brands', '', ''),
(680, 'nl', 'AB: Brands', 'Brands', '', ''),
(680, 'no', 'AB: Brands', 'Brands', '', ''),
(680, 'pt', 'AB: Brands', 'Brands', '', ''),
(680, 'ro', 'AB: Brands', 'Brands', '', ''),
(680, 'ru', 'AB: Бренды', 'Бренды', '', ''),
(681, 'da', 'Features', '', '', ''),
(681, 'de', 'Features', '', '', ''),
(681, 'el', 'Features', '', '', ''),
(681, 'en', 'Features', '', '', ''),
(681, 'es', 'Features', '', '', ''),
(681, 'fr', 'Features', '', '', ''),
(681, 'it', 'Features', '', '', ''),
(681, 'nl', 'Features', '', '', ''),
(681, 'no', 'Features', '', '', ''),
(681, 'pt', 'Features', '', '', ''),
(681, 'ro', 'Features', '', '', ''),
(681, 'ru', 'Характеристики', '', '', ''),
(683, 'da', 'AB: Promotion', 'Promotion', '', ''),
(683, 'de', 'AB: Promotion', 'Promotion', '', ''),
(683, 'el', 'AB: Promotion', 'Promotion', '', ''),
(683, 'en', 'AB: Promotion', 'Promotion', '', ''),
(683, 'es', 'AB: Promotion', 'Promotion', '', ''),
(683, 'fr', 'AB: Promotion', 'Promotion', '', ''),
(683, 'it', 'AB: Promotion', 'Promotion', '', ''),
(683, 'nl', 'AB: Promotion', 'Promotion', '', ''),
(683, 'no', 'AB: Promotion', 'Promotion', '', ''),
(683, 'pt', 'AB: Promotion', 'Promotion', '', ''),
(683, 'ro', 'AB: Promotion', 'Promotion', '', ''),
(683, 'ru', 'AB: Промо-акция', 'Промо-акция', '', ''),
(686, 'da', 'AB: Vendor store', '', '', ''),
(686, 'de', 'AB: Vendor store', '', '', ''),
(686, 'el', 'AB: Vendor store', '', '', ''),
(686, 'en', 'AB: Vendor store', '', '', ''),
(686, 'es', 'AB: Vendor store', '', '', ''),
(686, 'fr', 'AB: Vendor store', '', '', ''),
(686, 'it', 'AB: Vendor store', '', '', ''),
(686, 'nl', 'AB: Vendor store', '', '', ''),
(686, 'no', 'AB: Vendor store', '', '', ''),
(686, 'pt', 'AB: Vendor store', '', '', ''),
(686, 'ro', 'AB: Vendor store', '', '', ''),
(686, 'ru', 'AB: Магазин продавца', '', '', ''),
(687, 'da', 'Default', '', '', ''),
(687, 'de', 'Default', '', '', ''),
(687, 'el', 'Default', '', '', ''),
(687, 'en', 'Default', '', '', ''),
(687, 'es', 'Default', '', '', ''),
(687, 'fr', 'Default', '', '', ''),
(687, 'it', 'Default', '', '', ''),
(687, 'nl', 'Default', '', '', ''),
(687, 'no', 'Default', '', '', ''),
(687, 'pt', 'Default', '', '', ''),
(687, 'ro', 'Default', '', '', ''),
(687, 'ru', 'По умолчанию', '', '', ''),
(688, 'da', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(688, 'de', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(688, 'el', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(688, 'en', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(688, 'es', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(688, 'fr', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(688, 'it', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(688, 'nl', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(688, 'no', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(688, 'pt', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(688, 'ro', 'Homepage', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme 2 - premium template for CS-Cart Multi-Vendor', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(688, 'ru', 'Домашняя страница', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme, Шаблон, Интернет магазин, программное обеспечение для электронной коммерции'),
(689, 'da', 'Products', '', '', ''),
(689, 'de', 'Products', '', '', ''),
(689, 'el', 'Products', '', '', ''),
(689, 'en', 'Products', '', '', ''),
(689, 'es', 'Products', '', '', ''),
(689, 'fr', 'Products', '', '', ''),
(689, 'it', 'Products', '', '', ''),
(689, 'nl', 'Products', '', '', ''),
(689, 'no', 'Products', '', '', ''),
(689, 'pt', 'Products', '', '', ''),
(689, 'ro', 'Products', '', '', ''),
(689, 'ru', 'Товары', '', '', ''),
(690, 'da', 'Categories', '', '', ''),
(690, 'de', 'Categories', '', '', ''),
(690, 'el', 'Categories', '', '', ''),
(690, 'en', 'Categories', '', '', ''),
(690, 'es', 'Categories', '', '', ''),
(690, 'fr', 'Categories', '', '', ''),
(690, 'it', 'Categories', '', '', ''),
(690, 'nl', 'Categories', '', '', ''),
(690, 'no', 'Categories', '', '', ''),
(690, 'pt', 'Categories', '', '', ''),
(690, 'ro', 'Categories', '', '', ''),
(690, 'ru', 'Категории', '', '', ''),
(691, 'da', 'Cart', '', '', ''),
(691, 'de', 'Cart', '', '', ''),
(691, 'el', 'Cart', '', '', ''),
(691, 'en', 'Cart', '', '', ''),
(691, 'es', 'Cart', '', '', ''),
(691, 'fr', 'Cart', '', '', ''),
(691, 'it', 'Cart', '', '', ''),
(691, 'nl', 'Cart', '', '', ''),
(691, 'no', 'Cart', '', '', ''),
(691, 'pt', 'Cart', '', '', ''),
(691, 'ro', 'Cart', '', '', ''),
(691, 'ru', 'Корзина', '', '', ''),
(692, 'da', 'Checkout', '', '', ''),
(692, 'de', 'Checkout', '', '', ''),
(692, 'el', 'Checkout', '', '', ''),
(692, 'en', 'Checkout', '', '', ''),
(692, 'es', 'Checkout', '', '', ''),
(692, 'fr', 'Checkout', '', '', ''),
(692, 'it', 'Checkout', '', '', ''),
(692, 'nl', 'Checkout', '', '', ''),
(692, 'no', 'Checkout', '', '', ''),
(692, 'pt', 'Checkout', '', '', ''),
(692, 'ro', 'Checkout', '', '', ''),
(692, 'ru', 'Оформить заказ', '', '', ''),
(693, 'da', 'Order landing page', '', '', ''),
(693, 'de', 'Order landing page', '', '', ''),
(693, 'el', 'Order landing page', '', '', ''),
(693, 'en', 'Order landing page', '', '', ''),
(693, 'es', 'Order landing page', '', '', ''),
(693, 'fr', 'Order landing page', '', '', ''),
(693, 'it', 'Order landing page', '', '', ''),
(693, 'nl', 'Order landing page', '', '', ''),
(693, 'no', 'Order landing page', '', '', ''),
(693, 'pt', 'Order landing page', '', '', ''),
(693, 'ro', 'Order landing page', '', '', ''),
(693, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(694, 'da', 'Auth', '', '', ''),
(694, 'de', 'Auth', '', '', ''),
(694, 'el', 'Auth', '', '', ''),
(694, 'en', 'Auth', '', '', ''),
(694, 'es', 'Auth', '', '', ''),
(694, 'fr', 'Auth', '', '', ''),
(694, 'it', 'Auth', '', '', ''),
(694, 'nl', 'Auth', '', '', ''),
(694, 'no', 'Auth', '', '', ''),
(694, 'pt', 'Auth', '', '', ''),
(694, 'ro', 'Auth', '', '', ''),
(694, 'ru', 'Страница авторизации', '', '', ''),
(695, 'da', 'Profiles', '', '', ''),
(695, 'de', 'Profiles', '', '', ''),
(695, 'el', 'Profiles', '', '', ''),
(695, 'en', 'Profiles', '', '', ''),
(695, 'es', 'Profiles', '', '', ''),
(695, 'fr', 'Profiles', '', '', ''),
(695, 'it', 'Profiles', '', '', ''),
(695, 'nl', 'Profiles', '', '', ''),
(695, 'no', 'Profiles', '', '', ''),
(695, 'pt', 'Profiles', '', '', ''),
(695, 'ro', 'Profiles', '', '', ''),
(695, 'ru', 'Профиль', '', '', ''),
(696, 'da', 'Successful registration', '', '', ''),
(696, 'de', 'Successful registration', '', '', ''),
(696, 'el', 'Successful registration', '', '', ''),
(696, 'en', 'Successful registration', '', '', ''),
(696, 'es', 'Successful registration', '', '', ''),
(696, 'fr', 'Successful registration', '', '', ''),
(696, 'it', 'Successful registration', '', '', ''),
(696, 'nl', 'Successful registration', '', '', ''),
(696, 'no', 'Successful registration', '', '', ''),
(696, 'pt', 'Successful registration', '', '', ''),
(696, 'ro', 'Successful registration', '', '', ''),
(696, 'ru', 'Успешная регистрация', '', '', ''),
(697, 'da', 'Pages', '', '', ''),
(697, 'de', 'Pages', '', '', ''),
(697, 'el', 'Pages', '', '', ''),
(697, 'en', 'Pages', '', '', ''),
(697, 'es', 'Pages', '', '', ''),
(697, 'fr', 'Pages', '', '', ''),
(697, 'it', 'Pages', '', '', ''),
(697, 'nl', 'Pages', '', '', ''),
(697, 'no', 'Pages', '', '', ''),
(697, 'pt', 'Pages', '', '', ''),
(697, 'ro', 'Pages', '', '', ''),
(697, 'ru', 'Страницы', '', '', ''),
(699, 'da', '404', 'Page not found', '', ''),
(699, 'de', '404', 'Page not found', '', ''),
(699, 'el', '404', 'Page not found', '', ''),
(699, 'en', '404', 'Page not found', '', ''),
(699, 'es', '404', 'Page not found', '', ''),
(699, 'fr', '404', 'Page not found', '', ''),
(699, 'it', '404', 'Page not found', '', ''),
(699, 'nl', '404', 'Page not found', '', ''),
(699, 'no', '404', 'Page not found', '', ''),
(699, 'pt', '404', 'Page not found', '', ''),
(699, 'ro', '404', 'Page not found', '', ''),
(699, 'ru', '404', 'Page not found', '', ''),
(700, 'da', 'Search results', '', '', ''),
(700, 'de', 'Search results', '', '', ''),
(700, 'el', 'Search results', '', '', ''),
(700, 'en', 'Search results', '', '', ''),
(700, 'es', 'Search results', '', '', ''),
(700, 'fr', 'Search results', '', '', ''),
(700, 'it', 'Search results', '', '', ''),
(700, 'nl', 'Search results', '', '', ''),
(700, 'no', 'Search results', '', '', ''),
(700, 'pt', 'Search results', '', '', ''),
(700, 'ro', 'Search results', '', '', ''),
(700, 'ru', 'Результаты поиска', '', '', ''),
(701, 'da', 'AB: Brands', 'Brands', '', ''),
(701, 'de', 'AB: Brands', 'Brands', '', ''),
(701, 'el', 'AB: Brands', 'Brands', '', ''),
(701, 'en', 'AB: Brands', 'Brands', '', ''),
(701, 'es', 'AB: Brands', 'Brands', '', ''),
(701, 'fr', 'AB: Brands', 'Brands', '', ''),
(701, 'it', 'AB: Brands', 'Brands', '', ''),
(701, 'nl', 'AB: Brands', 'Brands', '', ''),
(701, 'no', 'AB: Brands', 'Brands', '', ''),
(701, 'pt', 'AB: Brands', 'Brands', '', ''),
(701, 'ro', 'AB: Brands', 'Brands', '', ''),
(701, 'ru', 'AB: Бренды', 'Бренды', '', ''),
(702, 'da', 'Features', '', '', ''),
(702, 'de', 'Features', '', '', ''),
(702, 'el', 'Features', '', '', ''),
(702, 'en', 'Features', '', '', ''),
(702, 'es', 'Features', '', '', ''),
(702, 'fr', 'Features', '', '', ''),
(702, 'it', 'Features', '', '', ''),
(702, 'nl', 'Features', '', '', ''),
(702, 'no', 'Features', '', '', ''),
(702, 'pt', 'Features', '', '', ''),
(702, 'ro', 'Features', '', '', ''),
(702, 'ru', 'Характеристики', '', '', ''),
(704, 'da', 'AB: Promotion', 'Promotion', '', ''),
(704, 'de', 'AB: Promotion', 'Promotion', '', ''),
(704, 'el', 'AB: Promotion', 'Promotion', '', ''),
(704, 'en', 'AB: Promotion', 'Promotion', '', ''),
(704, 'es', 'AB: Promotion', 'Promotion', '', ''),
(704, 'fr', 'AB: Promotion', 'Promotion', '', ''),
(704, 'it', 'AB: Promotion', 'Promotion', '', ''),
(704, 'nl', 'AB: Promotion', 'Promotion', '', ''),
(704, 'no', 'AB: Promotion', 'Promotion', '', ''),
(704, 'pt', 'AB: Promotion', 'Promotion', '', ''),
(704, 'ro', 'AB: Promotion', 'Promotion', '', ''),
(704, 'ru', 'AB: Промо-акция', 'Промо-акция', '', ''),
(707, 'da', 'AB: Vendor store', '', '', ''),
(707, 'de', 'AB: Vendor store', '', '', ''),
(707, 'el', 'AB: Vendor store', '', '', ''),
(707, 'en', 'AB: Vendor store', '', '', ''),
(707, 'es', 'AB: Vendor store', '', '', ''),
(707, 'fr', 'AB: Vendor store', '', '', ''),
(707, 'it', 'AB: Vendor store', '', '', ''),
(707, 'nl', 'AB: Vendor store', '', '', ''),
(707, 'no', 'AB: Vendor store', '', '', ''),
(707, 'pt', 'AB: Vendor store', '', '', ''),
(707, 'ro', 'AB: Vendor store', '', '', ''),
(707, 'ru', 'AB: Магазин продавца', '', '', ''),
(708, 'da', 'Default', '', '', ''),
(708, 'de', 'Default', '', '', ''),
(708, 'el', 'Default', '', '', ''),
(708, 'en', 'Default', '', '', ''),
(708, 'es', 'Default', '', '', ''),
(708, 'fr', 'Default', '', '', ''),
(708, 'it', 'Default', '', '', ''),
(708, 'nl', 'Default', '', '', ''),
(708, 'no', 'Default', '', '', ''),
(708, 'pt', 'Default', '', '', ''),
(708, 'ro', 'Default', '', '', ''),
(708, 'ru', 'По умолчанию', '', '', ''),
(709, 'da', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(709, 'de', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(709, 'el', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(709, 'en', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(709, 'es', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(709, 'fr', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(709, 'it', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(709, 'nl', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(709, 'no', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(709, 'pt', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(709, 'ro', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(709, 'ru', 'Домашняя страница', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme, Шаблон, Интернет магазин, программное обеспечение для электронной коммерции'),
(710, 'da', 'Products', '', '', ''),
(710, 'de', 'Products', '', '', ''),
(710, 'el', 'Products', '', '', ''),
(710, 'en', 'Products', '', '', ''),
(710, 'es', 'Products', '', '', ''),
(710, 'fr', 'Products', '', '', ''),
(710, 'it', 'Products', '', '', ''),
(710, 'nl', 'Products', '', '', ''),
(710, 'no', 'Products', '', '', ''),
(710, 'pt', 'Products', '', '', ''),
(710, 'ro', 'Products', '', '', ''),
(710, 'ru', 'Товары', '', '', ''),
(711, 'da', 'Categories', '', '', ''),
(711, 'de', 'Categories', '', '', ''),
(711, 'el', 'Categories', '', '', ''),
(711, 'en', 'Categories', '', '', ''),
(711, 'es', 'Categories', '', '', ''),
(711, 'fr', 'Categories', '', '', ''),
(711, 'it', 'Categories', '', '', ''),
(711, 'nl', 'Categories', '', '', ''),
(711, 'no', 'Categories', '', '', ''),
(711, 'pt', 'Categories', '', '', ''),
(711, 'ro', 'Categories', '', '', ''),
(711, 'ru', 'Категории', '', '', '');
INSERT INTO `partiushop_bm_locations_descriptions` (`location_id`, `lang_code`, `name`, `title`, `meta_description`, `meta_keywords`) VALUES
(712, 'da', 'Cart', '', '', ''),
(712, 'de', 'Cart', '', '', ''),
(712, 'el', 'Cart', '', '', ''),
(712, 'en', 'Cart', '', '', ''),
(712, 'es', 'Cart', '', '', ''),
(712, 'fr', 'Cart', '', '', ''),
(712, 'it', 'Cart', '', '', ''),
(712, 'nl', 'Cart', '', '', ''),
(712, 'no', 'Cart', '', '', ''),
(712, 'pt', 'Cart', '', '', ''),
(712, 'ro', 'Cart', '', '', ''),
(712, 'ru', 'Корзина', '', '', ''),
(713, 'da', 'Checkout', '', '', ''),
(713, 'de', 'Checkout', '', '', ''),
(713, 'el', 'Checkout', '', '', ''),
(713, 'en', 'Checkout', '', '', ''),
(713, 'es', 'Checkout', '', '', ''),
(713, 'fr', 'Checkout', '', '', ''),
(713, 'it', 'Checkout', '', '', ''),
(713, 'nl', 'Checkout', '', '', ''),
(713, 'no', 'Checkout', '', '', ''),
(713, 'pt', 'Checkout', '', '', ''),
(713, 'ro', 'Checkout', '', '', ''),
(713, 'ru', 'Оформить заказ', '', '', ''),
(714, 'da', 'Order landing page', '', '', ''),
(714, 'de', 'Order landing page', '', '', ''),
(714, 'el', 'Order landing page', '', '', ''),
(714, 'en', 'Order landing page', '', '', ''),
(714, 'es', 'Order landing page', '', '', ''),
(714, 'fr', 'Order landing page', '', '', ''),
(714, 'it', 'Order landing page', '', '', ''),
(714, 'nl', 'Order landing page', '', '', ''),
(714, 'no', 'Order landing page', '', '', ''),
(714, 'pt', 'Order landing page', '', '', ''),
(714, 'ro', 'Order landing page', '', '', ''),
(714, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(715, 'da', 'Auth', '', '', ''),
(715, 'de', 'Auth', '', '', ''),
(715, 'el', 'Auth', '', '', ''),
(715, 'en', 'Auth', '', '', ''),
(715, 'es', 'Auth', '', '', ''),
(715, 'fr', 'Auth', '', '', ''),
(715, 'it', 'Auth', '', '', ''),
(715, 'nl', 'Auth', '', '', ''),
(715, 'no', 'Auth', '', '', ''),
(715, 'pt', 'Auth', '', '', ''),
(715, 'ro', 'Auth', '', '', ''),
(715, 'ru', 'Страница авторизации', '', '', ''),
(716, 'da', 'Profiles', '', '', ''),
(716, 'de', 'Profiles', '', '', ''),
(716, 'el', 'Profiles', '', '', ''),
(716, 'en', 'Profiles', '', '', ''),
(716, 'es', 'Profiles', '', '', ''),
(716, 'fr', 'Profiles', '', '', ''),
(716, 'it', 'Profiles', '', '', ''),
(716, 'nl', 'Profiles', '', '', ''),
(716, 'no', 'Profiles', '', '', ''),
(716, 'pt', 'Profiles', '', '', ''),
(716, 'ro', 'Profiles', '', '', ''),
(716, 'ru', 'Профиль', '', '', ''),
(717, 'da', 'Successful registration', '', '', ''),
(717, 'de', 'Successful registration', '', '', ''),
(717, 'el', 'Successful registration', '', '', ''),
(717, 'en', 'Successful registration', '', '', ''),
(717, 'es', 'Successful registration', '', '', ''),
(717, 'fr', 'Successful registration', '', '', ''),
(717, 'it', 'Successful registration', '', '', ''),
(717, 'nl', 'Successful registration', '', '', ''),
(717, 'no', 'Successful registration', '', '', ''),
(717, 'pt', 'Successful registration', '', '', ''),
(717, 'ro', 'Successful registration', '', '', ''),
(717, 'ru', 'Успешная регистрация', '', '', ''),
(718, 'da', 'Pages', '', '', ''),
(718, 'de', 'Pages', '', '', ''),
(718, 'el', 'Pages', '', '', ''),
(718, 'en', 'Pages', '', '', ''),
(718, 'es', 'Pages', '', '', ''),
(718, 'fr', 'Pages', '', '', ''),
(718, 'it', 'Pages', '', '', ''),
(718, 'nl', 'Pages', '', '', ''),
(718, 'no', 'Pages', '', '', ''),
(718, 'pt', 'Pages', '', '', ''),
(718, 'ro', 'Pages', '', '', ''),
(718, 'ru', 'Страницы', '', '', ''),
(719, 'da', '404', 'Page not found', '', ''),
(719, 'de', '404', 'Page not found', '', ''),
(719, 'el', '404', 'Page not found', '', ''),
(719, 'en', '404', 'Page not found', '', ''),
(719, 'es', '404', 'Page not found', '', ''),
(719, 'fr', '404', 'Page not found', '', ''),
(719, 'it', '404', 'Page not found', '', ''),
(719, 'nl', '404', 'Page not found', '', ''),
(719, 'no', '404', 'Page not found', '', ''),
(719, 'pt', '404', 'Page not found', '', ''),
(719, 'ro', '404', 'Page not found', '', ''),
(719, 'ru', '404', 'Page not found', '', ''),
(721, 'da', 'Search results', '', '', ''),
(721, 'de', 'Search results', '', '', ''),
(721, 'el', 'Search results', '', '', ''),
(721, 'en', 'Search results', '', '', ''),
(721, 'es', 'Search results', '', '', ''),
(721, 'fr', 'Search results', '', '', ''),
(721, 'it', 'Search results', '', '', ''),
(721, 'nl', 'Search results', '', '', ''),
(721, 'no', 'Search results', '', '', ''),
(721, 'pt', 'Search results', '', '', ''),
(721, 'ro', 'Search results', '', '', ''),
(721, 'ru', 'Результаты поиска', '', '', ''),
(722, 'da', 'Features', '', '', ''),
(722, 'de', 'Features', '', '', ''),
(722, 'el', 'Features', '', '', ''),
(722, 'en', 'Features', '', '', ''),
(722, 'es', 'Features', '', '', ''),
(722, 'fr', 'Features', '', '', ''),
(722, 'it', 'Features', '', '', ''),
(722, 'nl', 'Features', '', '', ''),
(722, 'no', 'Features', '', '', ''),
(722, 'pt', 'Features', '', '', ''),
(722, 'ro', 'Features', '', '', ''),
(722, 'ru', 'Характеристики', '', '', ''),
(724, 'da', 'AB: Brands', 'Brands', '', ''),
(724, 'de', 'AB: Brands', 'Brands', '', ''),
(724, 'el', 'AB: Brands', 'Brands', '', ''),
(724, 'en', 'AB: Brands', 'Brands', '', ''),
(724, 'es', 'AB: Brands', 'Brands', '', ''),
(724, 'fr', 'AB: Brands', 'Brands', '', ''),
(724, 'it', 'AB: Brands', 'Brands', '', ''),
(724, 'nl', 'AB: Brands', 'Brands', '', ''),
(724, 'no', 'AB: Brands', 'Brands', '', ''),
(724, 'pt', 'AB: Brands', 'Brands', '', ''),
(724, 'ro', 'AB: Brands', 'Brands', '', ''),
(724, 'ru', 'AB: Бренды', 'Бренды', '', ''),
(725, 'da', 'AB: Promotion', 'Promotion', '', ''),
(725, 'de', 'AB: Promotion', 'Promotion', '', ''),
(725, 'el', 'AB: Promotion', 'Promotion', '', ''),
(725, 'en', 'AB: Promotion', 'Promotion', '', ''),
(725, 'es', 'AB: Promotion', 'Promotion', '', ''),
(725, 'fr', 'AB: Promotion', 'Promotion', '', ''),
(725, 'it', 'AB: Promotion', 'Promotion', '', ''),
(725, 'nl', 'AB: Promotion', 'Promotion', '', ''),
(725, 'no', 'AB: Promotion', 'Promotion', '', ''),
(725, 'pt', 'AB: Promotion', 'Promotion', '', ''),
(725, 'ro', 'AB: Promotion', 'Promotion', '', ''),
(725, 'ru', 'AB: Промо-акция', 'Промо-акция', '', ''),
(727, 'da', 'Default', '', '', ''),
(727, 'de', 'Default', '', '', ''),
(727, 'el', 'Default', '', '', ''),
(727, 'en', 'Default', '', '', ''),
(727, 'es', 'Default', '', '', ''),
(727, 'fr', 'Default', '', '', ''),
(727, 'it', 'Default', '', '', ''),
(727, 'nl', 'Default', '', '', ''),
(727, 'no', 'Default', '', '', ''),
(727, 'pt', 'Default', '', '', ''),
(727, 'ro', 'Default', '', '', ''),
(727, 'ru', 'По умолчанию', '', '', ''),
(728, 'da', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(728, 'de', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(728, 'el', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(728, 'en', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(728, 'es', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(728, 'fr', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(728, 'it', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(728, 'nl', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(728, 'no', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(728, 'pt', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(728, 'ro', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(728, 'ru', 'Домашняя страница', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme, Шаблон, Интернет магазин, программное обеспечение для электронной коммерции'),
(729, 'da', 'Products', '', '', ''),
(729, 'de', 'Products', '', '', ''),
(729, 'el', 'Products', '', '', ''),
(729, 'en', 'Products', '', '', ''),
(729, 'es', 'Products', '', '', ''),
(729, 'fr', 'Products', '', '', ''),
(729, 'it', 'Products', '', '', ''),
(729, 'nl', 'Products', '', '', ''),
(729, 'no', 'Products', '', '', ''),
(729, 'pt', 'Products', '', '', ''),
(729, 'ro', 'Products', '', '', ''),
(729, 'ru', 'Товары', '', '', ''),
(730, 'da', 'Categories', '', '', ''),
(730, 'de', 'Categories', '', '', ''),
(730, 'el', 'Categories', '', '', ''),
(730, 'en', 'Categories', '', '', ''),
(730, 'es', 'Categories', '', '', ''),
(730, 'fr', 'Categories', '', '', ''),
(730, 'it', 'Categories', '', '', ''),
(730, 'nl', 'Categories', '', '', ''),
(730, 'no', 'Categories', '', '', ''),
(730, 'pt', 'Categories', '', '', ''),
(730, 'ro', 'Categories', '', '', ''),
(730, 'ru', 'Категории', '', '', ''),
(731, 'da', 'Cart', '', '', ''),
(731, 'de', 'Cart', '', '', ''),
(731, 'el', 'Cart', '', '', ''),
(731, 'en', 'Cart', '', '', ''),
(731, 'es', 'Cart', '', '', ''),
(731, 'fr', 'Cart', '', '', ''),
(731, 'it', 'Cart', '', '', ''),
(731, 'nl', 'Cart', '', '', ''),
(731, 'no', 'Cart', '', '', ''),
(731, 'pt', 'Cart', '', '', ''),
(731, 'ro', 'Cart', '', '', ''),
(731, 'ru', 'Корзина', '', '', ''),
(732, 'da', 'Checkout', '', '', ''),
(732, 'de', 'Checkout', '', '', ''),
(732, 'el', 'Checkout', '', '', ''),
(732, 'en', 'Checkout', '', '', ''),
(732, 'es', 'Checkout', '', '', ''),
(732, 'fr', 'Checkout', '', '', ''),
(732, 'it', 'Checkout', '', '', ''),
(732, 'nl', 'Checkout', '', '', ''),
(732, 'no', 'Checkout', '', '', ''),
(732, 'pt', 'Checkout', '', '', ''),
(732, 'ro', 'Checkout', '', '', ''),
(732, 'ru', 'Оформить заказ', '', '', ''),
(733, 'da', 'Order landing page', '', '', ''),
(733, 'de', 'Order landing page', '', '', ''),
(733, 'el', 'Order landing page', '', '', ''),
(733, 'en', 'Order landing page', '', '', ''),
(733, 'es', 'Order landing page', '', '', ''),
(733, 'fr', 'Order landing page', '', '', ''),
(733, 'it', 'Order landing page', '', '', ''),
(733, 'nl', 'Order landing page', '', '', ''),
(733, 'no', 'Order landing page', '', '', ''),
(733, 'pt', 'Order landing page', '', '', ''),
(733, 'ro', 'Order landing page', '', '', ''),
(733, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(734, 'da', 'Auth', '', '', ''),
(734, 'de', 'Auth', '', '', ''),
(734, 'el', 'Auth', '', '', ''),
(734, 'en', 'Auth', '', '', ''),
(734, 'es', 'Auth', '', '', ''),
(734, 'fr', 'Auth', '', '', ''),
(734, 'it', 'Auth', '', '', ''),
(734, 'nl', 'Auth', '', '', ''),
(734, 'no', 'Auth', '', '', ''),
(734, 'pt', 'Auth', '', '', ''),
(734, 'ro', 'Auth', '', '', ''),
(734, 'ru', 'Страница авторизации', '', '', ''),
(735, 'da', 'Profiles', '', '', ''),
(735, 'de', 'Profiles', '', '', ''),
(735, 'el', 'Profiles', '', '', ''),
(735, 'en', 'Profiles', '', '', ''),
(735, 'es', 'Profiles', '', '', ''),
(735, 'fr', 'Profiles', '', '', ''),
(735, 'it', 'Profiles', '', '', ''),
(735, 'nl', 'Profiles', '', '', ''),
(735, 'no', 'Profiles', '', '', ''),
(735, 'pt', 'Profiles', '', '', ''),
(735, 'ro', 'Profiles', '', '', ''),
(735, 'ru', 'Профиль', '', '', ''),
(736, 'da', 'Successful registration', '', '', ''),
(736, 'de', 'Successful registration', '', '', ''),
(736, 'el', 'Successful registration', '', '', ''),
(736, 'en', 'Successful registration', '', '', ''),
(736, 'es', 'Successful registration', '', '', ''),
(736, 'fr', 'Successful registration', '', '', ''),
(736, 'it', 'Successful registration', '', '', ''),
(736, 'nl', 'Successful registration', '', '', ''),
(736, 'no', 'Successful registration', '', '', ''),
(736, 'pt', 'Successful registration', '', '', ''),
(736, 'ro', 'Successful registration', '', '', ''),
(736, 'ru', 'Успешная регистрация', '', '', ''),
(737, 'da', 'Pages', '', '', ''),
(737, 'de', 'Pages', '', '', ''),
(737, 'el', 'Pages', '', '', ''),
(737, 'en', 'Pages', '', '', ''),
(737, 'es', 'Pages', '', '', ''),
(737, 'fr', 'Pages', '', '', ''),
(737, 'it', 'Pages', '', '', ''),
(737, 'nl', 'Pages', '', '', ''),
(737, 'no', 'Pages', '', '', ''),
(737, 'pt', 'Pages', '', '', ''),
(737, 'ro', 'Pages', '', '', ''),
(737, 'ru', 'Страницы', '', '', ''),
(739, 'da', '404', 'Page not found', '', ''),
(739, 'de', '404', 'Page not found', '', ''),
(739, 'el', '404', 'Page not found', '', ''),
(739, 'en', '404', 'Page not found', '', ''),
(739, 'es', '404', 'Page not found', '', ''),
(739, 'fr', '404', 'Page not found', '', ''),
(739, 'it', '404', 'Page not found', '', ''),
(739, 'nl', '404', 'Page not found', '', ''),
(739, 'no', '404', 'Page not found', '', ''),
(739, 'pt', '404', 'Page not found', '', ''),
(739, 'ro', '404', 'Page not found', '', ''),
(739, 'ru', '404', 'Page not found', '', ''),
(740, 'da', 'Search results', '', '', ''),
(740, 'de', 'Search results', '', '', ''),
(740, 'el', 'Search results', '', '', ''),
(740, 'en', 'Search results', '', '', ''),
(740, 'es', 'Search results', '', '', ''),
(740, 'fr', 'Search results', '', '', ''),
(740, 'it', 'Search results', '', '', ''),
(740, 'nl', 'Search results', '', '', ''),
(740, 'no', 'Search results', '', '', ''),
(740, 'pt', 'Search results', '', '', ''),
(740, 'ro', 'Search results', '', '', ''),
(740, 'ru', 'Результаты поиска', '', '', ''),
(741, 'da', 'Features', '', '', ''),
(741, 'de', 'Features', '', '', ''),
(741, 'el', 'Features', '', '', ''),
(741, 'en', 'Features', '', '', ''),
(741, 'es', 'Features', '', '', ''),
(741, 'fr', 'Features', '', '', ''),
(741, 'it', 'Features', '', '', ''),
(741, 'nl', 'Features', '', '', ''),
(741, 'no', 'Features', '', '', ''),
(741, 'pt', 'Features', '', '', ''),
(741, 'ro', 'Features', '', '', ''),
(741, 'ru', 'Характеристики', '', '', ''),
(743, 'da', 'AB: Promotion', 'Promotion', '', ''),
(743, 'de', 'AB: Promotion', 'Promotion', '', ''),
(743, 'el', 'AB: Promotion', 'Promotion', '', ''),
(743, 'en', 'AB: Promotion', 'Promotion', '', ''),
(743, 'es', 'AB: Promotion', 'Promotion', '', ''),
(743, 'fr', 'AB: Promotion', 'Promotion', '', ''),
(743, 'it', 'AB: Promotion', 'Promotion', '', ''),
(743, 'nl', 'AB: Promotion', 'Promotion', '', ''),
(743, 'no', 'AB: Promotion', 'Promotion', '', ''),
(743, 'pt', 'AB: Promotion', 'Promotion', '', ''),
(743, 'ro', 'AB: Promotion', 'Promotion', '', ''),
(743, 'ru', 'AB: Промо-акция', 'Промо-акция', '', ''),
(744, 'da', 'AB: Brands', 'Brands', '', ''),
(744, 'de', 'AB: Brands', 'Brands', '', ''),
(744, 'el', 'AB: Brands', 'Brands', '', ''),
(744, 'en', 'AB: Brands', 'Brands', '', ''),
(744, 'es', 'AB: Brands', 'Brands', '', ''),
(744, 'fr', 'AB: Brands', 'Brands', '', ''),
(744, 'it', 'AB: Brands', 'Brands', '', ''),
(744, 'nl', 'AB: Brands', 'Brands', '', ''),
(744, 'no', 'AB: Brands', 'Brands', '', ''),
(744, 'pt', 'AB: Brands', 'Brands', '', ''),
(744, 'ro', 'AB: Brands', 'Brands', '', ''),
(744, 'ru', 'AB: Бренды', 'Бренды', '', ''),
(746, 'da', 'Default', '', '', ''),
(746, 'de', 'Default', '', '', ''),
(746, 'el', 'Default', '', '', ''),
(746, 'en', 'Default', '', '', ''),
(746, 'es', 'Default', '', '', ''),
(746, 'fr', 'Default', '', '', ''),
(746, 'it', 'Default', '', '', ''),
(746, 'nl', 'Default', '', '', ''),
(746, 'no', 'Default', '', '', ''),
(746, 'pt', 'Default', '', '', ''),
(746, 'ro', 'Default', '', '', ''),
(746, 'ru', 'По умолчанию', '', '', ''),
(747, 'da', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(747, 'de', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(747, 'el', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(747, 'en', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(747, 'es', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(747, 'fr', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(747, 'it', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(747, 'nl', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(747, 'no', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(747, 'pt', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(747, 'ro', 'Homepage', 'UniTheme - premium template for CS-Cart', 'UniTheme - premium template for CS-Cart', 'UniTheme, template, shopping cart, software, ecommerce software, online store'),
(747, 'ru', 'Домашняя страница', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme - премиум шаблон для CS-Cart', 'UniTheme, Шаблон, Интернет магазин, программное обеспечение для электронной коммерции'),
(748, 'da', 'Products', '', '', ''),
(748, 'de', 'Products', '', '', ''),
(748, 'el', 'Products', '', '', ''),
(748, 'en', 'Products', '', '', ''),
(748, 'es', 'Products', '', '', ''),
(748, 'fr', 'Products', '', '', ''),
(748, 'it', 'Products', '', '', ''),
(748, 'nl', 'Products', '', '', ''),
(748, 'no', 'Products', '', '', ''),
(748, 'pt', 'Products', '', '', ''),
(748, 'ro', 'Products', '', '', ''),
(748, 'ru', 'Товары', '', '', ''),
(749, 'da', 'Categories', '', '', ''),
(749, 'de', 'Categories', '', '', ''),
(749, 'el', 'Categories', '', '', ''),
(749, 'en', 'Categories', '', '', ''),
(749, 'es', 'Categories', '', '', ''),
(749, 'fr', 'Categories', '', '', ''),
(749, 'it', 'Categories', '', '', ''),
(749, 'nl', 'Categories', '', '', ''),
(749, 'no', 'Categories', '', '', ''),
(749, 'pt', 'Categories', '', '', ''),
(749, 'ro', 'Categories', '', '', ''),
(749, 'ru', 'Категории', '', '', ''),
(750, 'da', 'Cart', '', '', ''),
(750, 'de', 'Cart', '', '', ''),
(750, 'el', 'Cart', '', '', ''),
(750, 'en', 'Cart', '', '', ''),
(750, 'es', 'Cart', '', '', ''),
(750, 'fr', 'Cart', '', '', ''),
(750, 'it', 'Cart', '', '', ''),
(750, 'nl', 'Cart', '', '', ''),
(750, 'no', 'Cart', '', '', ''),
(750, 'pt', 'Cart', '', '', ''),
(750, 'ro', 'Cart', '', '', ''),
(750, 'ru', 'Корзина', '', '', ''),
(751, 'da', 'Checkout', '', '', ''),
(751, 'de', 'Checkout', '', '', ''),
(751, 'el', 'Checkout', '', '', ''),
(751, 'en', 'Checkout', '', '', ''),
(751, 'es', 'Checkout', '', '', ''),
(751, 'fr', 'Checkout', '', '', ''),
(751, 'it', 'Checkout', '', '', ''),
(751, 'nl', 'Checkout', '', '', ''),
(751, 'no', 'Checkout', '', '', ''),
(751, 'pt', 'Checkout', '', '', ''),
(751, 'ro', 'Checkout', '', '', ''),
(751, 'ru', 'Оформить заказ', '', '', ''),
(752, 'da', 'Order landing page', '', '', ''),
(752, 'de', 'Order landing page', '', '', ''),
(752, 'el', 'Order landing page', '', '', ''),
(752, 'en', 'Order landing page', '', '', ''),
(752, 'es', 'Order landing page', '', '', ''),
(752, 'fr', 'Order landing page', '', '', ''),
(752, 'it', 'Order landing page', '', '', ''),
(752, 'nl', 'Order landing page', '', '', ''),
(752, 'no', 'Order landing page', '', '', ''),
(752, 'pt', 'Order landing page', '', '', ''),
(752, 'ro', 'Order landing page', '', '', ''),
(752, 'ru', 'Целевая страница оформления заказа', '', '', ''),
(753, 'da', 'Auth', '', '', ''),
(753, 'de', 'Auth', '', '', ''),
(753, 'el', 'Auth', '', '', ''),
(753, 'en', 'Auth', '', '', ''),
(753, 'es', 'Auth', '', '', ''),
(753, 'fr', 'Auth', '', '', ''),
(753, 'it', 'Auth', '', '', ''),
(753, 'nl', 'Auth', '', '', ''),
(753, 'no', 'Auth', '', '', ''),
(753, 'pt', 'Auth', '', '', ''),
(753, 'ro', 'Auth', '', '', ''),
(753, 'ru', 'Страница авторизации', '', '', ''),
(754, 'da', 'Profiles', '', '', ''),
(754, 'de', 'Profiles', '', '', ''),
(754, 'el', 'Profiles', '', '', ''),
(754, 'en', 'Profiles', '', '', ''),
(754, 'es', 'Profiles', '', '', ''),
(754, 'fr', 'Profiles', '', '', ''),
(754, 'it', 'Profiles', '', '', ''),
(754, 'nl', 'Profiles', '', '', ''),
(754, 'no', 'Profiles', '', '', ''),
(754, 'pt', 'Profiles', '', '', ''),
(754, 'ro', 'Profiles', '', '', ''),
(754, 'ru', 'Профиль', '', '', ''),
(755, 'da', 'Successful registration', '', '', ''),
(755, 'de', 'Successful registration', '', '', ''),
(755, 'el', 'Successful registration', '', '', ''),
(755, 'en', 'Successful registration', '', '', ''),
(755, 'es', 'Successful registration', '', '', ''),
(755, 'fr', 'Successful registration', '', '', ''),
(755, 'it', 'Successful registration', '', '', ''),
(755, 'nl', 'Successful registration', '', '', ''),
(755, 'no', 'Successful registration', '', '', ''),
(755, 'pt', 'Successful registration', '', '', ''),
(755, 'ro', 'Successful registration', '', '', ''),
(755, 'ru', 'Успешная регистрация', '', '', ''),
(756, 'da', 'Pages', '', '', ''),
(756, 'de', 'Pages', '', '', ''),
(756, 'el', 'Pages', '', '', ''),
(756, 'en', 'Pages', '', '', ''),
(756, 'es', 'Pages', '', '', ''),
(756, 'fr', 'Pages', '', '', ''),
(756, 'it', 'Pages', '', '', ''),
(756, 'nl', 'Pages', '', '', ''),
(756, 'no', 'Pages', '', '', ''),
(756, 'pt', 'Pages', '', '', ''),
(756, 'ro', 'Pages', '', '', ''),
(756, 'ru', 'Страницы', '', '', ''),
(758, 'da', '404', 'Page not found', '', ''),
(758, 'de', '404', 'Page not found', '', ''),
(758, 'el', '404', 'Page not found', '', ''),
(758, 'en', '404', 'Page not found', '', ''),
(758, 'es', '404', 'Page not found', '', ''),
(758, 'fr', '404', 'Page not found', '', ''),
(758, 'it', '404', 'Page not found', '', ''),
(758, 'nl', '404', 'Page not found', '', ''),
(758, 'no', '404', 'Page not found', '', ''),
(758, 'pt', '404', 'Page not found', '', ''),
(758, 'ro', '404', 'Page not found', '', ''),
(758, 'ru', '404', 'Page not found', '', ''),
(759, 'da', 'Search results', '', '', ''),
(759, 'de', 'Search results', '', '', ''),
(759, 'el', 'Search results', '', '', ''),
(759, 'en', 'Search results', '', '', ''),
(759, 'es', 'Search results', '', '', ''),
(759, 'fr', 'Search results', '', '', ''),
(759, 'it', 'Search results', '', '', ''),
(759, 'nl', 'Search results', '', '', ''),
(759, 'no', 'Search results', '', '', ''),
(759, 'pt', 'Search results', '', '', ''),
(759, 'ro', 'Search results', '', '', ''),
(759, 'ru', 'Результаты поиска', '', '', ''),
(760, 'da', 'Features', '', '', ''),
(760, 'de', 'Features', '', '', ''),
(760, 'el', 'Features', '', '', ''),
(760, 'en', 'Features', '', '', ''),
(760, 'es', 'Features', '', '', ''),
(760, 'fr', 'Features', '', '', ''),
(760, 'it', 'Features', '', '', ''),
(760, 'nl', 'Features', '', '', ''),
(760, 'no', 'Features', '', '', ''),
(760, 'pt', 'Features', '', '', ''),
(760, 'ro', 'Features', '', '', ''),
(760, 'ru', 'Характеристики', '', '', ''),
(762, 'da', 'AB: Promotion', 'Promotion', '', ''),
(762, 'de', 'AB: Promotion', 'Promotion', '', ''),
(762, 'el', 'AB: Promotion', 'Promotion', '', ''),
(762, 'en', 'AB: Promotion', 'Promotion', '', ''),
(762, 'es', 'AB: Promotion', 'Promotion', '', ''),
(762, 'fr', 'AB: Promotion', 'Promotion', '', ''),
(762, 'it', 'AB: Promotion', 'Promotion', '', ''),
(762, 'nl', 'AB: Promotion', 'Promotion', '', ''),
(762, 'no', 'AB: Promotion', 'Promotion', '', ''),
(762, 'pt', 'AB: Promotion', 'Promotion', '', ''),
(762, 'ro', 'AB: Promotion', 'Promotion', '', ''),
(762, 'ru', 'AB: Промо-акция', 'Промо-акция', '', ''),
(763, 'da', 'AB: Brands', 'Brands', '', ''),
(763, 'de', 'AB: Brands', 'Brands', '', ''),
(763, 'el', 'AB: Brands', 'Brands', '', ''),
(763, 'en', 'AB: Brands', 'Brands', '', ''),
(763, 'es', 'AB: Brands', 'Brands', '', ''),
(763, 'fr', 'AB: Brands', 'Brands', '', ''),
(763, 'it', 'AB: Brands', 'Brands', '', ''),
(763, 'nl', 'AB: Brands', 'Brands', '', ''),
(763, 'no', 'AB: Brands', 'Brands', '', ''),
(763, 'pt', 'AB: Brands', 'Brands', '', ''),
(763, 'ro', 'AB: Brands', 'Brands', '', ''),
(763, 'ru', 'AB: Бренды', 'Бренды', '', ''),
(765, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(765, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(765, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(765, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(765, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(765, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(765, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(765, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(765, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(765, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(765, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(765, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(766, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(766, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(766, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(766, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(766, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(766, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(766, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(766, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(766, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(766, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(766, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(766, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(767, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(767, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(767, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(767, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(767, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(767, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(767, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(767, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(767, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(767, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(767, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(767, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(768, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(768, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(768, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(768, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(768, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(768, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(768, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(768, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(768, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(768, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(768, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(768, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(769, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(769, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(769, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(769, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(769, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(769, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(769, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(769, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(769, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(769, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(769, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(769, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(770, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(770, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(770, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(770, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(770, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(770, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(770, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(770, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(770, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(770, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(770, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(770, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(771, 'da', 'Blog', '', '', ''),
(771, 'de', 'Blog', '', '', ''),
(771, 'el', 'Blog', '', '', ''),
(771, 'en', 'Blog', '', '', ''),
(771, 'es', 'Blog', '', '', ''),
(771, 'fr', 'Blog', '', '', ''),
(771, 'it', 'Blog', '', '', ''),
(771, 'nl', 'Blog', '', '', ''),
(771, 'no', 'Blog', '', '', ''),
(771, 'pt', 'Blog', '', '', ''),
(771, 'ro', 'Blog', '', '', ''),
(771, 'ru', 'Blog', '', '', ''),
(772, 'da', 'Blog', '', '', ''),
(772, 'de', 'Blog', '', '', ''),
(772, 'el', 'Blog', '', '', ''),
(772, 'en', 'Blog', '', '', ''),
(772, 'es', 'Blog', '', '', ''),
(772, 'fr', 'Blog', '', '', ''),
(772, 'it', 'Blog', '', '', ''),
(772, 'nl', 'Blog', '', '', ''),
(772, 'no', 'Blog', '', '', ''),
(772, 'pt', 'Blog', '', '', ''),
(772, 'ro', 'Blog', '', '', ''),
(772, 'ru', 'Blog', '', '', ''),
(773, 'da', 'Blog', '', '', ''),
(773, 'de', 'Blog', '', '', ''),
(773, 'el', 'Blog', '', '', ''),
(773, 'en', 'Blog', '', '', ''),
(773, 'es', 'Blog', '', '', ''),
(773, 'fr', 'Blog', '', '', ''),
(773, 'it', 'Blog', '', '', ''),
(773, 'nl', 'Blog', '', '', ''),
(773, 'no', 'Blog', '', '', ''),
(773, 'pt', 'Blog', '', '', ''),
(773, 'ro', 'Blog', '', '', ''),
(773, 'ru', 'Blog', '', '', ''),
(774, 'da', 'Blog', '', '', ''),
(774, 'de', 'Blog', '', '', ''),
(774, 'el', 'Blog', '', '', ''),
(774, 'en', 'Blog', '', '', ''),
(774, 'es', 'Blog', '', '', ''),
(774, 'fr', 'Blog', '', '', ''),
(774, 'it', 'Blog', '', '', ''),
(774, 'nl', 'Blog', '', '', ''),
(774, 'no', 'Blog', '', '', ''),
(774, 'pt', 'Blog', '', '', ''),
(774, 'ro', 'Blog', '', '', ''),
(774, 'ru', 'Blog', '', '', ''),
(775, 'da', 'Blog', '', '', ''),
(775, 'de', 'Blog', '', '', ''),
(775, 'el', 'Blog', '', '', ''),
(775, 'en', 'Blog', '', '', ''),
(775, 'es', 'Blog', '', '', ''),
(775, 'fr', 'Blog', '', '', ''),
(775, 'it', 'Blog', '', '', ''),
(775, 'nl', 'Blog', '', '', ''),
(775, 'no', 'Blog', '', '', ''),
(775, 'pt', 'Blog', '', '', ''),
(775, 'ro', 'Blog', '', '', ''),
(775, 'ru', 'Blog', '', '', ''),
(776, 'da', 'Blog', '', '', ''),
(776, 'de', 'Blog', '', '', ''),
(776, 'el', 'Blog', '', '', ''),
(776, 'en', 'Blog', '', '', ''),
(776, 'es', 'Blog', '', '', ''),
(776, 'fr', 'Blog', '', '', ''),
(776, 'it', 'Blog', '', '', ''),
(776, 'nl', 'Blog', '', '', ''),
(776, 'no', 'Blog', '', '', ''),
(776, 'pt', 'Blog', '', '', ''),
(776, 'ro', 'Blog', '', '', ''),
(776, 'ru', 'Blog', '', '', ''),
(777, 'da', 'Gift certificates', '', '', ''),
(777, 'de', 'Gift certificates', '', '', ''),
(777, 'el', 'Gift certificates', '', '', ''),
(777, 'en', 'Gift certificates', '', '', ''),
(777, 'es', 'Gift certificates', '', '', ''),
(777, 'fr', 'Gift certificates', '', '', ''),
(777, 'it', 'Gift certificates', '', '', ''),
(777, 'nl', 'Gift certificates', '', '', ''),
(777, 'no', 'Gift certificates', '', '', ''),
(777, 'pt', 'Gift certificates', '', '', ''),
(777, 'ro', 'Gift certificates', '', '', ''),
(777, 'ru', 'Подарочные сертификаты', '', '', ''),
(778, 'da', 'Gift certificates', '', '', ''),
(778, 'de', 'Gift certificates', '', '', ''),
(778, 'el', 'Gift certificates', '', '', ''),
(778, 'en', 'Gift certificates', '', '', ''),
(778, 'es', 'Gift certificates', '', '', ''),
(778, 'fr', 'Gift certificates', '', '', ''),
(778, 'it', 'Gift certificates', '', '', ''),
(778, 'nl', 'Gift certificates', '', '', ''),
(778, 'no', 'Gift certificates', '', '', ''),
(778, 'pt', 'Gift certificates', '', '', ''),
(778, 'ro', 'Gift certificates', '', '', ''),
(778, 'ru', 'Подарочные сертификаты', '', '', ''),
(779, 'da', 'Gift certificates', '', '', ''),
(779, 'de', 'Gift certificates', '', '', ''),
(779, 'el', 'Gift certificates', '', '', ''),
(779, 'en', 'Gift certificates', '', '', ''),
(779, 'es', 'Gift certificates', '', '', ''),
(779, 'fr', 'Gift certificates', '', '', ''),
(779, 'it', 'Gift certificates', '', '', ''),
(779, 'nl', 'Gift certificates', '', '', ''),
(779, 'no', 'Gift certificates', '', '', ''),
(779, 'pt', 'Gift certificates', '', '', ''),
(779, 'ro', 'Gift certificates', '', '', ''),
(779, 'ru', 'Подарочные сертификаты', '', '', ''),
(780, 'da', 'Gift certificates', '', '', ''),
(780, 'de', 'Gift certificates', '', '', ''),
(780, 'el', 'Gift certificates', '', '', ''),
(780, 'en', 'Gift certificates', '', '', ''),
(780, 'es', 'Gift certificates', '', '', ''),
(780, 'fr', 'Gift certificates', '', '', ''),
(780, 'it', 'Gift certificates', '', '', ''),
(780, 'nl', 'Gift certificates', '', '', ''),
(780, 'no', 'Gift certificates', '', '', ''),
(780, 'pt', 'Gift certificates', '', '', ''),
(780, 'ro', 'Gift certificates', '', '', ''),
(780, 'ru', 'Подарочные сертификаты', '', '', ''),
(781, 'da', 'Gift certificates', '', '', ''),
(781, 'de', 'Gift certificates', '', '', ''),
(781, 'el', 'Gift certificates', '', '', ''),
(781, 'en', 'Gift certificates', '', '', ''),
(781, 'es', 'Gift certificates', '', '', ''),
(781, 'fr', 'Gift certificates', '', '', ''),
(781, 'it', 'Gift certificates', '', '', ''),
(781, 'nl', 'Gift certificates', '', '', ''),
(781, 'no', 'Gift certificates', '', '', ''),
(781, 'pt', 'Gift certificates', '', '', ''),
(781, 'ro', 'Gift certificates', '', '', ''),
(781, 'ru', 'Подарочные сертификаты', '', '', ''),
(782, 'da', 'Gift certificates', '', '', ''),
(782, 'de', 'Gift certificates', '', '', ''),
(782, 'el', 'Gift certificates', '', '', ''),
(782, 'en', 'Gift certificates', '', '', ''),
(782, 'es', 'Gift certificates', '', '', ''),
(782, 'fr', 'Gift certificates', '', '', ''),
(782, 'it', 'Gift certificates', '', '', ''),
(782, 'nl', 'Gift certificates', '', '', ''),
(782, 'no', 'Gift certificates', '', '', ''),
(782, 'pt', 'Gift certificates', '', '', ''),
(782, 'ro', 'Gift certificates', '', '', ''),
(782, 'ru', 'Подарочные сертификаты', '', '', ''),
(783, 'da', 'Vendors', '', '', ''),
(783, 'de', 'Vendors', '', '', ''),
(783, 'el', 'Vendors', '', '', ''),
(783, 'en', 'Vendors', '', '', ''),
(783, 'es', 'Vendors', '', '', ''),
(783, 'fr', 'Vendors', '', '', ''),
(783, 'it', 'Vendors', '', '', ''),
(783, 'nl', 'Vendors', '', '', ''),
(783, 'no', 'Vendors', '', '', ''),
(783, 'pt', 'Vendors', '', '', ''),
(783, 'ro', 'Vendors', '', '', ''),
(783, 'ru', 'Vendors', '', '', ''),
(784, 'da', 'Vendors', '', '', ''),
(784, 'de', 'Vendors', '', '', ''),
(784, 'el', 'Vendors', '', '', ''),
(784, 'en', 'Vendors', '', '', ''),
(784, 'es', 'Vendors', '', '', ''),
(784, 'fr', 'Vendors', '', '', ''),
(784, 'it', 'Vendors', '', '', ''),
(784, 'nl', 'Vendors', '', '', ''),
(784, 'no', 'Vendors', '', '', ''),
(784, 'pt', 'Vendors', '', '', ''),
(784, 'ro', 'Vendors', '', '', ''),
(784, 'ru', 'Vendors', '', '', ''),
(785, 'da', 'Vendors', '', '', ''),
(785, 'de', 'Vendors', '', '', ''),
(785, 'el', 'Vendors', '', '', ''),
(785, 'en', 'Vendors', '', '', ''),
(785, 'es', 'Vendors', '', '', ''),
(785, 'fr', 'Vendors', '', '', ''),
(785, 'it', 'Vendors', '', '', ''),
(785, 'nl', 'Vendors', '', '', ''),
(785, 'no', 'Vendors', '', '', ''),
(785, 'pt', 'Vendors', '', '', ''),
(785, 'ro', 'Vendors', '', '', ''),
(785, 'ru', 'Vendors', '', '', ''),
(786, 'da', 'Vendors', '', '', ''),
(786, 'de', 'Vendors', '', '', ''),
(786, 'el', 'Vendors', '', '', ''),
(786, 'en', 'Vendors', '', '', ''),
(786, 'es', 'Vendors', '', '', ''),
(786, 'fr', 'Vendors', '', '', ''),
(786, 'it', 'Vendors', '', '', ''),
(786, 'nl', 'Vendors', '', '', ''),
(786, 'no', 'Vendors', '', '', ''),
(786, 'pt', 'Vendors', '', '', ''),
(786, 'ro', 'Vendors', '', '', ''),
(786, 'ru', 'Vendors', '', '', ''),
(787, 'da', 'Vendors', '', '', ''),
(787, 'de', 'Vendors', '', '', ''),
(787, 'el', 'Vendors', '', '', ''),
(787, 'en', 'Vendors', '', '', ''),
(787, 'es', 'Vendors', '', '', ''),
(787, 'fr', 'Vendors', '', '', ''),
(787, 'it', 'Vendors', '', '', ''),
(787, 'nl', 'Vendors', '', '', ''),
(787, 'no', 'Vendors', '', '', ''),
(787, 'pt', 'Vendors', '', '', ''),
(787, 'ro', 'Vendors', '', '', ''),
(787, 'ru', 'Vendors', '', '', ''),
(788, 'da', 'Vendors', '', '', ''),
(788, 'de', 'Vendors', '', '', ''),
(788, 'el', 'Vendors', '', '', ''),
(788, 'en', 'Vendors', '', '', ''),
(788, 'es', 'Vendors', '', '', ''),
(788, 'fr', 'Vendors', '', '', ''),
(788, 'it', 'Vendors', '', '', ''),
(788, 'nl', 'Vendors', '', '', ''),
(788, 'no', 'Vendors', '', '', ''),
(788, 'pt', 'Vendors', '', '', ''),
(788, 'ro', 'Vendors', '', '', ''),
(788, 'ru', 'Vendors', '', '', ''),
(789, 'da', 'Vendors plans', '', '', ''),
(789, 'de', 'Vendors plans', '', '', ''),
(789, 'el', 'Vendors plans', '', '', ''),
(789, 'en', 'Vendors plans', '', '', ''),
(789, 'es', 'Vendors plans', '', '', ''),
(789, 'fr', 'Vendors plans', '', '', ''),
(789, 'it', 'Vendors plans', '', '', ''),
(789, 'nl', 'Vendors plans', '', '', ''),
(789, 'no', 'Vendors plans', '', '', ''),
(789, 'pt', 'Vendors plans', '', '', ''),
(789, 'ro', 'Vendors plans', '', '', ''),
(789, 'ru', 'Vendors plans', '', '', ''),
(790, 'da', 'Vendors plans', '', '', ''),
(790, 'de', 'Vendors plans', '', '', ''),
(790, 'el', 'Vendors plans', '', '', ''),
(790, 'en', 'Vendors plans', '', '', ''),
(790, 'es', 'Vendors plans', '', '', ''),
(790, 'fr', 'Vendors plans', '', '', ''),
(790, 'it', 'Vendors plans', '', '', ''),
(790, 'nl', 'Vendors plans', '', '', ''),
(790, 'no', 'Vendors plans', '', '', ''),
(790, 'pt', 'Vendors plans', '', '', ''),
(790, 'ro', 'Vendors plans', '', '', ''),
(790, 'ru', 'Vendors plans', '', '', ''),
(791, 'da', 'Vendors plans', '', '', ''),
(791, 'de', 'Vendors plans', '', '', ''),
(791, 'el', 'Vendors plans', '', '', ''),
(791, 'en', 'Vendors plans', '', '', ''),
(791, 'es', 'Vendors plans', '', '', ''),
(791, 'fr', 'Vendors plans', '', '', ''),
(791, 'it', 'Vendors plans', '', '', ''),
(791, 'nl', 'Vendors plans', '', '', ''),
(791, 'no', 'Vendors plans', '', '', ''),
(791, 'pt', 'Vendors plans', '', '', ''),
(791, 'ro', 'Vendors plans', '', '', ''),
(791, 'ru', 'Vendors plans', '', '', ''),
(792, 'da', 'Vendors plans', '', '', ''),
(792, 'de', 'Vendors plans', '', '', ''),
(792, 'el', 'Vendors plans', '', '', ''),
(792, 'en', 'Vendors plans', '', '', ''),
(792, 'es', 'Vendors plans', '', '', ''),
(792, 'fr', 'Vendors plans', '', '', ''),
(792, 'it', 'Vendors plans', '', '', ''),
(792, 'nl', 'Vendors plans', '', '', ''),
(792, 'no', 'Vendors plans', '', '', ''),
(792, 'pt', 'Vendors plans', '', '', ''),
(792, 'ro', 'Vendors plans', '', '', ''),
(792, 'ru', 'Vendors plans', '', '', ''),
(793, 'da', 'Vendors plans', '', '', ''),
(793, 'de', 'Vendors plans', '', '', ''),
(793, 'el', 'Vendors plans', '', '', ''),
(793, 'en', 'Vendors plans', '', '', ''),
(793, 'es', 'Vendors plans', '', '', ''),
(793, 'fr', 'Vendors plans', '', '', ''),
(793, 'it', 'Vendors plans', '', '', ''),
(793, 'nl', 'Vendors plans', '', '', ''),
(793, 'no', 'Vendors plans', '', '', ''),
(793, 'pt', 'Vendors plans', '', '', ''),
(793, 'ro', 'Vendors plans', '', '', ''),
(793, 'ru', 'Vendors plans', '', '', ''),
(794, 'da', 'Vendors plans', '', '', ''),
(794, 'de', 'Vendors plans', '', '', ''),
(794, 'el', 'Vendors plans', '', '', ''),
(794, 'en', 'Vendors plans', '', '', ''),
(794, 'es', 'Vendors plans', '', '', ''),
(794, 'fr', 'Vendors plans', '', '', ''),
(794, 'it', 'Vendors plans', '', '', ''),
(794, 'nl', 'Vendors plans', '', '', ''),
(794, 'no', 'Vendors plans', '', '', ''),
(794, 'pt', 'Vendors plans', '', '', ''),
(794, 'ro', 'Vendors plans', '', '', ''),
(794, 'ru', 'Vendors plans', '', '', ''),
(795, 'da', 'Default', '', '', ''),
(795, 'de', 'Default', '', '', ''),
(795, 'el', 'Default', '', '', ''),
(795, 'en', 'Default', '', '', ''),
(795, 'es', 'Default', '', '', ''),
(795, 'fr', 'Default', '', '', ''),
(795, 'it', 'Default', '', '', ''),
(795, 'nl', 'Default', '', '', ''),
(795, 'no', 'Default', '', '', ''),
(795, 'pt', 'Default', '', '', ''),
(795, 'ro', 'Default', '', '', ''),
(795, 'ru', 'Default', '', '', ''),
(796, 'da', 'Homepage', '', '', ''),
(796, 'de', 'Homepage', '', '', ''),
(796, 'el', 'Homepage', '', '', ''),
(796, 'en', 'Homepage', '', '', ''),
(796, 'es', 'Homepage', '', '', ''),
(796, 'fr', 'Homepage', '', '', ''),
(796, 'it', 'Homepage', '', '', ''),
(796, 'nl', 'Homepage', '', '', ''),
(796, 'no', 'Homepage', '', '', ''),
(796, 'pt', 'Homepage', '', '', ''),
(796, 'ro', 'Homepage', '', '', ''),
(796, 'ru', 'Homepage', '', '', ''),
(797, 'da', 'Profiles', '', '', ''),
(797, 'de', 'Profiles', '', '', ''),
(797, 'el', 'Profiles', '', '', ''),
(797, 'en', 'Profiles', '', '', ''),
(797, 'es', 'Profiles', '', '', ''),
(797, 'fr', 'Profiles', '', '', ''),
(797, 'it', 'Profiles', '', '', ''),
(797, 'nl', 'Profiles', '', '', ''),
(797, 'no', 'Profiles', '', '', ''),
(797, 'pt', 'Profiles', '', '', ''),
(797, 'ro', 'Profiles', '', '', ''),
(797, 'ru', 'Profiles', '', '', ''),
(798, 'da', 'Pages', '', '', ''),
(798, 'de', 'Pages', '', '', ''),
(798, 'el', 'Pages', '', '', ''),
(798, 'en', 'Pages', '', '', ''),
(798, 'es', 'Pages', '', '', ''),
(798, 'fr', 'Pages', '', '', ''),
(798, 'it', 'Pages', '', '', ''),
(798, 'nl', 'Pages', '', '', ''),
(798, 'no', 'Pages', '', '', ''),
(798, 'pt', 'Pages', '', '', ''),
(798, 'ro', 'Pages', '', '', ''),
(798, 'ru', 'Pages', '', '', ''),
(799, 'da', 'Sidebar menu', '', '', ''),
(799, 'de', 'Sidebar menu', '', '', ''),
(799, 'el', 'Sidebar menu', '', '', ''),
(799, 'en', 'Sidebar menu', '', '', ''),
(799, 'es', 'Sidebar menu', '', '', ''),
(799, 'fr', 'Sidebar menu', '', '', ''),
(799, 'it', 'Sidebar menu', '', '', ''),
(799, 'nl', 'Sidebar menu', '', '', ''),
(799, 'no', 'Sidebar menu', '', '', ''),
(799, 'pt', 'Sidebar menu', '', '', ''),
(799, 'ro', 'Sidebar menu', '', '', ''),
(799, 'ru', 'Sidebar menu', '', '', ''),
(800, 'da', 'Default', '', '', ''),
(800, 'de', 'Default', '', '', ''),
(800, 'el', 'Default', '', '', ''),
(800, 'en', 'Default', '', '', ''),
(800, 'es', 'Default', '', '', ''),
(800, 'fr', 'Default', '', '', ''),
(800, 'it', 'Default', '', '', ''),
(800, 'nl', 'Default', '', '', ''),
(800, 'no', 'Default', '', '', ''),
(800, 'pt', 'Default', '', '', ''),
(800, 'ro', 'Default', '', '', ''),
(800, 'ru', 'Default', '', '', ''),
(801, 'da', 'Homepage', '', '', ''),
(801, 'de', 'Homepage', '', '', ''),
(801, 'el', 'Homepage', '', '', ''),
(801, 'en', 'Homepage', '', '', ''),
(801, 'es', 'Homepage', '', '', ''),
(801, 'fr', 'Homepage', '', '', ''),
(801, 'it', 'Homepage', '', '', ''),
(801, 'nl', 'Homepage', '', '', ''),
(801, 'no', 'Homepage', '', '', ''),
(801, 'pt', 'Homepage', '', '', ''),
(801, 'ro', 'Homepage', '', '', ''),
(801, 'ru', 'Homepage', '', '', ''),
(802, 'da', 'Products', '', '', ''),
(802, 'de', 'Products', '', '', ''),
(802, 'el', 'Products', '', '', ''),
(802, 'en', 'Products', '', '', ''),
(802, 'es', 'Products', '', '', ''),
(802, 'fr', 'Products', '', '', ''),
(802, 'it', 'Products', '', '', ''),
(802, 'nl', 'Products', '', '', ''),
(802, 'no', 'Products', '', '', ''),
(802, 'pt', 'Products', '', '', ''),
(802, 'ro', 'Products', '', '', ''),
(802, 'ru', 'Products', '', '', ''),
(803, 'da', 'Categories', '', '', ''),
(803, 'de', 'Categories', '', '', ''),
(803, 'el', 'Categories', '', '', ''),
(803, 'en', 'Categories', '', '', ''),
(803, 'es', 'Categories', '', '', ''),
(803, 'fr', 'Categories', '', '', ''),
(803, 'it', 'Categories', '', '', ''),
(803, 'nl', 'Categories', '', '', ''),
(803, 'no', 'Categories', '', '', ''),
(803, 'pt', 'Categories', '', '', ''),
(803, 'ro', 'Categories', '', '', ''),
(803, 'ru', 'Categories', '', '', ''),
(804, 'da', 'Cart', '', '', ''),
(804, 'de', 'Cart', '', '', ''),
(804, 'el', 'Cart', '', '', ''),
(804, 'en', 'Cart', '', '', ''),
(804, 'es', 'Cart', '', '', ''),
(804, 'fr', 'Cart', '', '', ''),
(804, 'it', 'Cart', '', '', ''),
(804, 'nl', 'Cart', '', '', ''),
(804, 'no', 'Cart', '', '', ''),
(804, 'pt', 'Cart', '', '', ''),
(804, 'ro', 'Cart', '', '', ''),
(804, 'ru', 'Cart', '', '', ''),
(805, 'da', 'Checkout', '', '', ''),
(805, 'de', 'Checkout', '', '', ''),
(805, 'el', 'Checkout', '', '', ''),
(805, 'en', 'Checkout', '', '', ''),
(805, 'es', 'Checkout', '', '', ''),
(805, 'fr', 'Checkout', '', '', ''),
(805, 'it', 'Checkout', '', '', ''),
(805, 'nl', 'Checkout', '', '', ''),
(805, 'no', 'Checkout', '', '', ''),
(805, 'pt', 'Checkout', '', '', ''),
(805, 'ro', 'Checkout', '', '', ''),
(805, 'ru', 'Checkout', '', '', ''),
(806, 'da', 'Auth', '', '', ''),
(806, 'de', 'Auth', '', '', ''),
(806, 'el', 'Auth', '', '', ''),
(806, 'en', 'Auth', '', '', ''),
(806, 'es', 'Auth', '', '', ''),
(806, 'fr', 'Auth', '', '', ''),
(806, 'it', 'Auth', '', '', ''),
(806, 'nl', 'Auth', '', '', ''),
(806, 'no', 'Auth', '', '', ''),
(806, 'pt', 'Auth', '', '', ''),
(806, 'ro', 'Auth', '', '', ''),
(806, 'ru', 'Auth', '', '', ''),
(807, 'da', 'Profiles', '', '', ''),
(807, 'de', 'Profiles', '', '', ''),
(807, 'el', 'Profiles', '', '', ''),
(807, 'en', 'Profiles', '', '', ''),
(807, 'es', 'Profiles', '', '', ''),
(807, 'fr', 'Profiles', '', '', ''),
(807, 'it', 'Profiles', '', '', ''),
(807, 'nl', 'Profiles', '', '', ''),
(807, 'no', 'Profiles', '', '', ''),
(807, 'pt', 'Profiles', '', '', ''),
(807, 'ro', 'Profiles', '', '', ''),
(807, 'ru', 'Profiles', '', '', ''),
(808, 'da', 'Successful registration', '', '', ''),
(808, 'de', 'Successful registration', '', '', ''),
(808, 'el', 'Successful registration', '', '', ''),
(808, 'en', 'Successful registration', '', '', ''),
(808, 'es', 'Successful registration', '', '', ''),
(808, 'fr', 'Successful registration', '', '', ''),
(808, 'it', 'Successful registration', '', '', ''),
(808, 'nl', 'Successful registration', '', '', ''),
(808, 'no', 'Successful registration', '', '', ''),
(808, 'pt', 'Successful registration', '', '', ''),
(808, 'ro', 'Successful registration', '', '', ''),
(808, 'ru', 'Successful registration', '', '', ''),
(809, 'da', 'Order landing page', '', '', ''),
(809, 'de', 'Order landing page', '', '', ''),
(809, 'el', 'Order landing page', '', '', ''),
(809, 'en', 'Order landing page', '', '', ''),
(809, 'es', 'Order landing page', '', '', ''),
(809, 'fr', 'Order landing page', '', '', ''),
(809, 'it', 'Order landing page', '', '', ''),
(809, 'nl', 'Order landing page', '', '', ''),
(809, 'no', 'Order landing page', '', '', ''),
(809, 'pt', 'Order landing page', '', '', ''),
(809, 'ro', 'Order landing page', '', '', ''),
(809, 'ru', 'Order landing page', '', '', ''),
(810, 'da', 'Pages', '', '', ''),
(810, 'de', 'Pages', '', '', ''),
(810, 'el', 'Pages', '', '', ''),
(810, 'en', 'Pages', '', '', ''),
(810, 'es', 'Pages', '', '', ''),
(810, 'fr', 'Pages', '', '', ''),
(810, 'it', 'Pages', '', '', ''),
(810, 'nl', 'Pages', '', '', ''),
(810, 'no', 'Pages', '', '', ''),
(810, 'pt', 'Pages', '', '', ''),
(810, 'ro', 'Pages', '', '', ''),
(810, 'ru', 'Pages', '', '', ''),
(811, 'da', '404', 'Page not found', '', ''),
(811, 'de', '404', 'Page not found', '', ''),
(811, 'el', '404', 'Page not found', '', ''),
(811, 'en', '404', 'Page not found', '', ''),
(811, 'es', '404', 'Page not found', '', ''),
(811, 'fr', '404', 'Page not found', '', ''),
(811, 'it', '404', 'Page not found', '', ''),
(811, 'nl', '404', 'Page not found', '', ''),
(811, 'no', '404', 'Page not found', '', ''),
(811, 'pt', '404', 'Page not found', '', ''),
(811, 'ro', '404', 'Page not found', '', ''),
(811, 'ru', '404', 'Page not found', '', ''),
(812, 'da', 'PayPal Adaptive', '', '', ''),
(812, 'de', 'PayPal Adaptive', '', '', ''),
(812, 'el', 'PayPal Adaptive', '', '', ''),
(812, 'en', 'PayPal Adaptive', '', '', ''),
(812, 'es', 'PayPal Adaptive', '', '', ''),
(812, 'fr', 'PayPal Adaptive', '', '', ''),
(812, 'it', 'PayPal Adaptive', '', '', ''),
(812, 'nl', 'PayPal Adaptive', '', '', ''),
(812, 'no', 'PayPal Adaptive', '', '', ''),
(812, 'pt', 'PayPal Adaptive', '', '', ''),
(812, 'ro', 'PayPal Adaptive', '', '', ''),
(812, 'ru', 'PayPal Adaptive', '', '', ''),
(813, 'da', 'Search results', '', '', ''),
(813, 'de', 'Search results', '', '', ''),
(813, 'el', 'Search results', '', '', ''),
(813, 'en', 'Search results', '', '', ''),
(813, 'es', 'Search results', '', '', ''),
(813, 'fr', 'Search results', '', '', ''),
(813, 'it', 'Search results', '', '', ''),
(813, 'nl', 'Search results', '', '', ''),
(813, 'no', 'Search results', '', '', ''),
(813, 'pt', 'Search results', '', '', ''),
(813, 'ro', 'Search results', '', '', ''),
(813, 'ru', 'Search results', '', '', ''),
(816, 'da', 'Twigmo home page', 'Twigmo', '', ''),
(816, 'de', 'Twigmo home page', 'Twigmo', '', '');
INSERT INTO `partiushop_bm_locations_descriptions` (`location_id`, `lang_code`, `name`, `title`, `meta_description`, `meta_keywords`) VALUES
(816, 'el', 'Twigmo home page', 'Twigmo', '', ''),
(816, 'en', 'Twigmo home page', 'Twigmo', '', ''),
(816, 'es', 'Twigmo home page', 'Twigmo', '', ''),
(816, 'fr', 'Twigmo home page', 'Twigmo', '', ''),
(816, 'it', 'Twigmo home page', 'Twigmo', '', ''),
(816, 'nl', 'Twigmo home page', 'Twigmo', '', ''),
(816, 'no', 'Twigmo home page', 'Twigmo', '', ''),
(816, 'pt', 'Twigmo home page', 'Twigmo', '', ''),
(816, 'ro', 'Twigmo home page', 'Twigmo', '', ''),
(816, 'ru', 'Twigmo home page', 'Twigmo', '', ''),
(818, 'da', 'Bestsellers', 'Bestsellers', '', ''),
(818, 'de', 'Bestsellers', 'Bestsellers', '', ''),
(818, 'el', 'Bestsellers', 'Bestsellers', '', ''),
(818, 'en', 'Bestsellers', 'Bestsellers', '', ''),
(818, 'es', 'Bestsellers', 'Bestsellers', '', ''),
(818, 'fr', 'Bestsellers', 'Bestsellers', '', ''),
(818, 'it', 'Bestsellers', 'Bestsellers', '', ''),
(818, 'nl', 'Bestsellers', 'Bestsellers', '', ''),
(818, 'no', 'Bestsellers', 'Bestsellers', '', ''),
(818, 'pt', 'Bestsellers', 'Bestsellers', '', ''),
(818, 'ro', 'Bestsellers', 'Bestsellers', '', ''),
(818, 'ru', 'Bestsellers', 'Bestsellers', '', ''),
(819, 'da', 'On sale', 'On sale', '', ''),
(819, 'de', 'On sale', 'On sale', '', ''),
(819, 'el', 'On sale', 'On sale', '', ''),
(819, 'en', 'On sale', 'On sale', '', ''),
(819, 'es', 'On sale', 'On sale', '', ''),
(819, 'fr', 'On sale', 'On sale', '', ''),
(819, 'it', 'On sale', 'On sale', '', ''),
(819, 'nl', 'On sale', 'On sale', '', ''),
(819, 'no', 'On sale', 'On sale', '', ''),
(819, 'pt', 'On sale', 'On sale', '', ''),
(819, 'ro', 'On sale', 'On sale', '', ''),
(819, 'ru', 'On sale', 'On sale', '', ''),
(820, 'da', 'New items', 'New items', '', ''),
(820, 'de', 'New items', 'New items', '', ''),
(820, 'el', 'New items', 'New items', '', ''),
(820, 'en', 'New items', 'New items', '', ''),
(820, 'es', 'New items', 'New items', '', ''),
(820, 'fr', 'New items', 'New items', '', ''),
(820, 'it', 'New items', 'New items', '', ''),
(820, 'nl', 'New items', 'New items', '', ''),
(820, 'no', 'New items', 'New items', '', ''),
(820, 'pt', 'New items', 'New items', '', ''),
(820, 'ro', 'New items', 'New items', '', ''),
(820, 'ru', 'New items', 'New items', '', ''),
(822, 'da', 'Vendor account', '', '', ''),
(822, 'de', 'Vendor account', '', '', ''),
(822, 'el', 'Vendor account', '', '', ''),
(822, 'en', 'Vendor account', '', '', ''),
(822, 'es', 'Vendor account', '', '', ''),
(822, 'fr', 'Vendor account', '', '', ''),
(822, 'it', 'Vendor account', '', '', ''),
(822, 'nl', 'Vendor account', '', '', ''),
(822, 'no', 'Vendor account', '', '', ''),
(822, 'pt', 'Vendor account', '', '', ''),
(822, 'ro', 'Vendor account', '', '', ''),
(822, 'ru', 'Vendor account', '', '', ''),
(823, 'da', 'Vendor page (Home)', '', '', ''),
(823, 'de', 'Vendor page (Home)', '', '', ''),
(823, 'el', 'Vendor page (Home)', '', '', ''),
(823, 'en', 'Vendor page (Home)', '', '', ''),
(823, 'es', 'Vendor page (Home)', '', '', ''),
(823, 'fr', 'Vendor page (Home)', '', '', ''),
(823, 'it', 'Vendor page (Home)', '', '', ''),
(823, 'nl', 'Vendor page (Home)', '', '', ''),
(823, 'no', 'Vendor page (Home)', '', '', ''),
(823, 'pt', 'Vendor page (Home)', '', '', ''),
(823, 'ro', 'Vendor page (Home)', '', '', ''),
(823, 'ru', 'Vendor page (Home)', '', '', ''),
(824, 'da', 'Vendor store (Products)', '', '', ''),
(824, 'de', 'Vendor store (Products)', '', '', ''),
(824, 'el', 'Vendor store (Products)', '', '', ''),
(824, 'en', 'Vendor store (Products)', '', '', ''),
(824, 'es', 'Vendor store (Products)', '', '', ''),
(824, 'fr', 'Vendor store (Products)', '', '', ''),
(824, 'it', 'Vendor store (Products)', '', '', ''),
(824, 'nl', 'Vendor store (Products)', '', '', ''),
(824, 'no', 'Vendor store (Products)', '', '', ''),
(824, 'pt', 'Vendor store (Products)', '', '', ''),
(824, 'ro', 'Vendor store (Products)', '', '', ''),
(824, 'ru', 'Vendor store (Products)', '', '', ''),
(825, 'da', 'Vendor Description (About)', '', '', ''),
(825, 'de', 'Vendor Description (About)', '', '', ''),
(825, 'el', 'Vendor Description (About)', '', '', ''),
(825, 'en', 'Vendor Description (About)', '', '', ''),
(825, 'es', 'Vendor Description (About)', '', '', ''),
(825, 'fr', 'Vendor Description (About)', '', '', ''),
(825, 'it', 'Vendor Description (About)', '', '', ''),
(825, 'nl', 'Vendor Description (About)', '', '', ''),
(825, 'no', 'Vendor Description (About)', '', '', ''),
(825, 'pt', 'Vendor Description (About)', '', '', ''),
(825, 'ro', 'Vendor Description (About)', '', '', ''),
(825, 'ru', 'Vendor Description (About)', '', '', ''),
(826, 'da', 'Vendor New items', 'Vendor New items', '', ''),
(826, 'de', 'Vendor New items', 'Vendor New items', '', ''),
(826, 'el', 'Vendor New items', 'Vendor New items', '', ''),
(826, 'en', 'Vendor New items', 'Vendor New items', '', ''),
(826, 'es', 'Vendor New items', 'Vendor New items', '', ''),
(826, 'fr', 'Vendor New items', 'Vendor New items', '', ''),
(826, 'it', 'Vendor New items', 'Vendor New items', '', ''),
(826, 'nl', 'Vendor New items', 'Vendor New items', '', ''),
(826, 'no', 'Vendor New items', 'Vendor New items', '', ''),
(826, 'pt', 'Vendor New items', 'Vendor New items', '', ''),
(826, 'ro', 'Vendor New items', 'Vendor New items', '', ''),
(826, 'ru', 'Vendor New items', 'Vendor New items', '', ''),
(827, 'da', 'Vendor On sale', 'Vendor On sale', '', ''),
(827, 'de', 'Vendor On sale', 'Vendor On sale', '', ''),
(827, 'el', 'Vendor On sale', 'Vendor On sale', '', ''),
(827, 'en', 'Vendor On sale', 'Vendor On sale', '', ''),
(827, 'es', 'Vendor On sale', 'Vendor On sale', '', ''),
(827, 'fr', 'Vendor On sale', 'Vendor On sale', '', ''),
(827, 'it', 'Vendor On sale', 'Vendor On sale', '', ''),
(827, 'nl', 'Vendor On sale', 'Vendor On sale', '', ''),
(827, 'no', 'Vendor On sale', 'Vendor On sale', '', ''),
(827, 'pt', 'Vendor On sale', 'Vendor On sale', '', ''),
(827, 'ro', 'Vendor On sale', 'Vendor On sale', '', ''),
(827, 'ru', 'Vendor On sale', 'Vendor On sale', '', ''),
(828, 'da', 'Vendor Bestsellers', 'Vendor Bestsellers', '', ''),
(828, 'de', 'Vendor Bestsellers', 'Vendor Bestsellers', '', ''),
(828, 'el', 'Vendor Bestsellers', 'Vendor Bestsellers', '', ''),
(828, 'en', 'Vendor Bestsellers', 'Vendor Bestsellers', '', ''),
(828, 'es', 'Vendor Bestsellers', 'Vendor Bestsellers', '', ''),
(828, 'fr', 'Vendor Bestsellers', 'Vendor Bestsellers', '', ''),
(828, 'it', 'Vendor Bestsellers', 'Vendor Bestsellers', '', ''),
(828, 'nl', 'Vendor Bestsellers', 'Vendor Bestsellers', '', ''),
(828, 'no', 'Vendor Bestsellers', 'Vendor Bestsellers', '', ''),
(828, 'pt', 'Vendor Bestsellers', 'Vendor Bestsellers', '', ''),
(828, 'ro', 'Vendor Bestsellers', 'Vendor Bestsellers', '', ''),
(828, 'ru', 'Vendor Bestsellers', 'Vendor Bestsellers', '', ''),
(829, 'da', 'Vendor product page', '', '', ''),
(829, 'de', 'Vendor product page', '', '', ''),
(829, 'el', 'Vendor product page', '', '', ''),
(829, 'en', 'Vendor product page', '', '', ''),
(829, 'es', 'Vendor product page', '', '', ''),
(829, 'fr', 'Vendor product page', '', '', ''),
(829, 'it', 'Vendor product page', '', '', ''),
(829, 'nl', 'Vendor product page', '', '', ''),
(829, 'no', 'Vendor product page', '', '', ''),
(829, 'pt', 'Vendor product page', '', '', ''),
(829, 'ro', 'Vendor product page', '', '', ''),
(829, 'ru', 'Vendor product page', '', '', ''),
(830, 'da', 'Vendor Custom Page', '', '', ''),
(830, 'de', 'Vendor Custom Page', '', '', ''),
(830, 'el', 'Vendor Custom Page', '', '', ''),
(830, 'en', 'Vendor Custom Page', '', '', ''),
(830, 'es', 'Vendor Custom Page', '', '', ''),
(830, 'fr', 'Vendor Custom Page', '', '', ''),
(830, 'it', 'Vendor Custom Page', '', '', ''),
(830, 'nl', 'Vendor Custom Page', '', '', ''),
(830, 'no', 'Vendor Custom Page', '', '', ''),
(830, 'pt', 'Vendor Custom Page', '', '', ''),
(830, 'ro', 'Vendor Custom Page', '', '', ''),
(830, 'ru', 'Vendor Custom Page', '', '', ''),
(831, 'da', 'Vendor Contact', '', '', ''),
(831, 'de', 'Vendor Contact', '', '', ''),
(831, 'el', 'Vendor Contact', '', '', ''),
(831, 'en', 'Vendor Contact', '', '', ''),
(831, 'es', 'Vendor Contact', '', '', ''),
(831, 'fr', 'Vendor Contact', '', '', ''),
(831, 'it', 'Vendor Contact', '', '', ''),
(831, 'nl', 'Vendor Contact', '', '', ''),
(831, 'no', 'Vendor Contact', '', '', ''),
(831, 'pt', 'Vendor Contact', '', '', ''),
(831, 'ro', 'Vendor Contact', '', '', ''),
(831, 'ru', 'Vendor Contact', '', '', ''),
(832, 'da', 'Vendor Rating', '', '', ''),
(832, 'de', 'Vendor Rating', '', '', ''),
(832, 'el', 'Vendor Rating', '', '', ''),
(832, 'en', 'Vendor Rating', '', '', ''),
(832, 'es', 'Vendor Rating', '', '', ''),
(832, 'fr', 'Vendor Rating', '', '', ''),
(832, 'it', 'Vendor Rating', '', '', ''),
(832, 'nl', 'Vendor Rating', '', '', ''),
(832, 'no', 'Vendor Rating', '', '', ''),
(832, 'pt', 'Vendor Rating', '', '', ''),
(832, 'ro', 'Vendor Rating', '', '', ''),
(832, 'ru', 'Vendor Rating', '', '', ''),
(833, 'da', 'Brands page', '', '', ''),
(833, 'de', 'Brands page', '', '', ''),
(833, 'el', 'Brands page', '', '', ''),
(833, 'en', 'Brands page', '', '', ''),
(833, 'es', 'Brands page', '', '', ''),
(833, 'fr', 'Brands page', '', '', ''),
(833, 'it', 'Brands page', '', '', ''),
(833, 'nl', 'Brands page', '', '', ''),
(833, 'no', 'Brands page', '', '', ''),
(833, 'pt', 'Brands page', '', '', ''),
(833, 'ro', 'Brands page', '', '', ''),
(833, 'ru', 'Brands page', '', '', ''),
(834, 'da', 'Sitemap', '', '', ''),
(834, 'de', 'Sitemap', '', '', ''),
(834, 'el', 'Sitemap', '', '', ''),
(834, 'en', 'Sitemap', '', '', ''),
(834, 'es', 'Sitemap', '', '', ''),
(834, 'fr', 'Sitemap', '', '', ''),
(834, 'it', 'Sitemap', '', '', ''),
(834, 'nl', 'Sitemap', '', '', ''),
(834, 'no', 'Sitemap', '', '', ''),
(834, 'pt', 'Sitemap', '', '', ''),
(834, 'ro', 'Sitemap', '', '', ''),
(834, 'ru', 'Sitemap', '', '', ''),
(835, 'da', 'Testimonials', '', '', ''),
(835, 'de', 'Testimonials', '', '', ''),
(835, 'el', 'Testimonials', '', '', ''),
(835, 'en', 'Testimonials', '', '', ''),
(835, 'es', 'Testimonials', '', '', ''),
(835, 'fr', 'Testimonials', '', '', ''),
(835, 'it', 'Testimonials', '', '', ''),
(835, 'nl', 'Testimonials', '', '', ''),
(835, 'no', 'Testimonials', '', '', ''),
(835, 'pt', 'Testimonials', '', '', ''),
(835, 'ro', 'Testimonials', '', '', ''),
(835, 'ru', 'Testimonials', '', '', ''),
(836, 'da', 'Compare', '', '', ''),
(836, 'de', 'Compare', '', '', ''),
(836, 'el', 'Compare', '', '', ''),
(836, 'en', 'Compare', '', '', ''),
(836, 'es', 'Compare', '', '', ''),
(836, 'fr', 'Compare', '', '', ''),
(836, 'it', 'Compare', '', '', ''),
(836, 'nl', 'Compare', '', '', ''),
(836, 'no', 'Compare', '', '', ''),
(836, 'pt', 'Compare', '', '', ''),
(836, 'ro', 'Compare', '', '', ''),
(836, 'ru', 'Compare', '', '', ''),
(837, 'da', 'Wishlist', '', '', ''),
(837, 'de', 'Wishlist', '', '', ''),
(837, 'el', 'Wishlist', '', '', ''),
(837, 'en', 'Wishlist', '', '', ''),
(837, 'es', 'Wishlist', '', '', ''),
(837, 'fr', 'Wishlist', '', '', ''),
(837, 'it', 'Wishlist', '', '', ''),
(837, 'nl', 'Wishlist', '', '', ''),
(837, 'no', 'Wishlist', '', '', ''),
(837, 'pt', 'Wishlist', '', '', ''),
(837, 'ro', 'Wishlist', '', '', ''),
(837, 'ru', 'Wishlist', '', '', ''),
(838, 'da', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(838, 'de', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(838, 'el', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(838, 'en', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(838, 'es', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(838, 'fr', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(838, 'it', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(838, 'nl', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(838, 'no', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(838, 'pt', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(838, 'ro', 'AB: Categories', 'AB: Categories', 'AB: Category catalog', 'AB: Categories'),
(838, 'ru', 'AB: Каталог категорий', 'Каталог категорий магазина', '', ''),
(839, 'da', 'Blog', '', '', ''),
(839, 'de', 'Blog', '', '', ''),
(839, 'el', 'Blog', '', '', ''),
(839, 'en', 'Blog', '', '', ''),
(839, 'es', 'Blog', '', '', ''),
(839, 'fr', 'Blog', '', '', ''),
(839, 'it', 'Blog', '', '', ''),
(839, 'nl', 'Blog', '', '', ''),
(839, 'no', 'Blog', '', '', ''),
(839, 'pt', 'Blog', '', '', ''),
(839, 'ro', 'Blog', '', '', ''),
(839, 'ru', 'Blog', '', '', ''),
(840, 'da', 'Vendors', '', '', ''),
(840, 'de', 'Vendors', '', '', ''),
(840, 'el', 'Vendors', '', '', ''),
(840, 'en', 'Vendors', '', '', ''),
(840, 'es', 'Vendors', '', '', ''),
(840, 'fr', 'Vendors', '', '', ''),
(840, 'it', 'Vendors', '', '', ''),
(840, 'nl', 'Vendors', '', '', ''),
(840, 'no', 'Vendors', '', '', ''),
(840, 'pt', 'Vendors', '', '', ''),
(840, 'ro', 'Vendors', '', '', ''),
(840, 'ru', 'Vendors', '', '', ''),
(841, 'da', 'Vendors plans', '', '', ''),
(841, 'de', 'Vendors plans', '', '', ''),
(841, 'el', 'Vendors plans', '', '', ''),
(841, 'en', 'Vendors plans', '', '', ''),
(841, 'es', 'Vendors plans', '', '', ''),
(841, 'fr', 'Vendors plans', '', '', ''),
(841, 'it', 'Vendors plans', '', '', ''),
(841, 'nl', 'Vendors plans', '', '', ''),
(841, 'no', 'Vendors plans', '', '', ''),
(841, 'pt', 'Vendors plans', '', '', ''),
(841, 'ro', 'Vendors plans', '', '', ''),
(841, 'ru', 'Vendors plans', '', '', ''),
(842, 'da', 'Gift certificates', '', '', ''),
(842, 'de', 'Gift certificates', '', '', ''),
(842, 'el', 'Gift certificates', '', '', ''),
(842, 'en', 'Gift certificates', '', '', ''),
(842, 'es', 'Gift certificates', '', '', ''),
(842, 'fr', 'Gift certificates', '', '', ''),
(842, 'it', 'Gift certificates', '', '', ''),
(842, 'nl', 'Gift certificates', '', '', ''),
(842, 'no', 'Gift certificates', '', '', ''),
(842, 'pt', 'Gift certificates', '', '', ''),
(842, 'ro', 'Gift certificates', '', '', ''),
(842, 'ru', 'Gift certificates', '', '', ''),
(843, 'da', 'Default', '', '', ''),
(843, 'de', 'Default', '', '', ''),
(843, 'el', 'Default', '', '', ''),
(843, 'en', 'Default', '', '', ''),
(843, 'es', 'Default', '', '', ''),
(843, 'fr', 'Default', '', '', ''),
(843, 'it', 'Default', '', '', ''),
(843, 'nl', 'Default', '', '', ''),
(843, 'no', 'Default', '', '', ''),
(843, 'pt', 'Default', '', '', ''),
(843, 'ro', 'Default', '', '', ''),
(843, 'ru', 'Default', '', '', ''),
(844, 'da', 'Homepage', '', '', ''),
(844, 'de', 'Homepage', '', '', ''),
(844, 'el', 'Homepage', '', '', ''),
(844, 'en', 'Homepage', '', '', ''),
(844, 'es', 'Homepage', '', '', ''),
(844, 'fr', 'Homepage', '', '', ''),
(844, 'it', 'Homepage', '', '', ''),
(844, 'nl', 'Homepage', '', '', ''),
(844, 'no', 'Homepage', '', '', ''),
(844, 'pt', 'Homepage', '', '', ''),
(844, 'ro', 'Homepage', '', '', ''),
(844, 'ru', 'Homepage', '', '', ''),
(845, 'da', 'Profiles', '', '', ''),
(845, 'de', 'Profiles', '', '', ''),
(845, 'el', 'Profiles', '', '', ''),
(845, 'en', 'Profiles', '', '', ''),
(845, 'es', 'Profiles', '', '', ''),
(845, 'fr', 'Profiles', '', '', ''),
(845, 'it', 'Profiles', '', '', ''),
(845, 'nl', 'Profiles', '', '', ''),
(845, 'no', 'Profiles', '', '', ''),
(845, 'pt', 'Profiles', '', '', ''),
(845, 'ro', 'Profiles', '', '', ''),
(845, 'ru', 'Profiles', '', '', ''),
(846, 'da', 'Pages', '', '', ''),
(846, 'de', 'Pages', '', '', ''),
(846, 'el', 'Pages', '', '', ''),
(846, 'en', 'Pages', '', '', ''),
(846, 'es', 'Pages', '', '', ''),
(846, 'fr', 'Pages', '', '', ''),
(846, 'it', 'Pages', '', '', ''),
(846, 'nl', 'Pages', '', '', ''),
(846, 'no', 'Pages', '', '', ''),
(846, 'pt', 'Pages', '', '', ''),
(846, 'ro', 'Pages', '', '', ''),
(846, 'ru', 'Pages', '', '', ''),
(847, 'da', 'Sidebar menu', '', '', ''),
(847, 'de', 'Sidebar menu', '', '', ''),
(847, 'el', 'Sidebar menu', '', '', ''),
(847, 'en', 'Sidebar menu', '', '', ''),
(847, 'es', 'Sidebar menu', '', '', ''),
(847, 'fr', 'Sidebar menu', '', '', ''),
(847, 'it', 'Sidebar menu', '', '', ''),
(847, 'nl', 'Sidebar menu', '', '', ''),
(847, 'no', 'Sidebar menu', '', '', ''),
(847, 'pt', 'Sidebar menu', '', '', ''),
(847, 'ro', 'Sidebar menu', '', '', ''),
(847, 'ru', 'Sidebar menu', '', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_bm_snapping`
--

CREATE TABLE `partiushop_bm_snapping` (
  `snapping_id` int(11) UNSIGNED NOT NULL,
  `block_id` int(11) UNSIGNED NOT NULL,
  `grid_id` int(11) UNSIGNED NOT NULL,
  `wrapper` varchar(128) NOT NULL DEFAULT '',
  `user_class` varchar(128) NOT NULL DEFAULT '',
  `order` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `status` varchar(1) NOT NULL DEFAULT 'A'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_bm_snapping`
--

INSERT INTO `partiushop_bm_snapping` (`snapping_id`, `block_id`, `grid_id`, `wrapper`, `user_class`, `order`, `status`) VALUES
(1, 1, 1, '', 'top-languages', 2, 'A'),
(2, 2, 1, '', 'top-currencies', 3, 'A'),
(3, 3, 2, '', 'top-quick-links', 3, 'A'),
(4, 4, 3, 'blocks/wrappers/onclick_dropdown.tpl', 'top-my-account', 2, 'A'),
(5, 5, 4, '', 'top-logo', 0, 'A'),
(6, 6, 5, '', '', 0, 'A'),
(7, 7, 7, '', 'top-search', 0, 'A'),
(8, 8, 8, '', 'top-cart-content', 2, 'A'),
(9, 9, 9, '', 'top-menu', 2, 'A'),
(10, 10, 10, '', '', 0, 'A'),
(11, 11, 11, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(12, 12, 13, '', '', 2, 'A'),
(13, 13, 14, '', '', 2, 'A'),
(14, 14, 16, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(15, 15, 17, 'blocks/wrappers/footer_general.tpl', 'footer-menu-shop', 0, 'A'),
(16, 16, 18, 'blocks/wrappers/footer_general.tpl', 'footer-menu-create-orders', 0, 'A'),
(17, 17, 19, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg footer-contacts', 0, 'A'),
(18, 18, 21, '', '', 2, 'A'),
(19, 19, 22, '', '', 2, 'A'),
(20, 20, 24, '', 'homepage-banners', 0, 'A'),
(21, 21, 25, '', 'ty-banners-free-ship', 3, 'A'),
(22, 22, 25, '', 'ty-banners-pickup', 4, 'A'),
(23, 23, 26, 'blocks/wrappers/mainbox_simple.tpl', 'ty-homepage-vendors', 2, 'A'),
(24, 24, 27, 'blocks/wrappers/mainbox_simple.tpl', 'homepage-hotdeals', 2, 'A'),
(25, 25, 28, 'blocks/wrappers/mainbox_simple.tpl', 'homepage-on-sale', 5, 'A'),
(26, 26, 29, 'blocks/wrappers/mainbox_simple.tpl', '', 0, 'A'),
(27, 27, 30, 'blocks/wrappers/mainbox_simple.tpl', 'homepage-reviews', 0, 'A'),
(28, 11, 31, '', '', 1, 'A'),
(29, 28, 31, 'blocks/wrappers/mainbox_simple.tpl', 'homepage-our-brands', 2, 'A'),
(30, 29, 31, '', 'homepage-benefits-guarantees', 3, 'D'),
(31, 10, 33, '', '', 0, 'A'),
(32, 11, 34, '', '', 0, 'A'),
(33, 30, 35, 'blocks/wrappers/mainbox_simple.tpl', '', 2, 'A'),
(34, 31, 36, 'blocks/wrappers/mainbox_simple.tpl', '', 2, 'A'),
(35, 10, 39, '', '', 0, 'A'),
(36, 32, 40, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(37, 33, 40, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(38, 11, 41, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(39, 10, 44, '', '', 0, 'A'),
(40, 11, 45, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(41, 34, 48, '', '', 0, 'A'),
(42, 35, 49, '', '', 0, 'A'),
(43, 36, 49, '', '', 1, 'A'),
(44, 37, 49, '', '', 2, 'A'),
(45, 38, 49, '', '', 3, 'A'),
(46, 39, 49, '', '', 4, 'A'),
(47, 40, 49, '', '', 5, 'A'),
(48, 41, 49, 'blocks/lite_checkout/wrappers/checkout_block_with_heading.tpl', '', 6, 'A'),
(49, 42, 49, '', '', 7, 'A'),
(50, 43, 49, '', '', 8, 'A'),
(51, 44, 49, '', '', 9, 'A'),
(52, 11, 49, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(53, 45, 50, 'blocks/wrappers/sidebox_important.tpl', 'ty-carts-summary', 0, 'A'),
(54, 46, 50, '', 'order-products', 0, 'A'),
(55, 47, 50, '', '', 1, 'A'),
(56, 5, 52, '', 'top-logo', 0, 'A'),
(57, 18, 53, '', '', 2, 'A'),
(58, 10, 54, '', '', 0, 'A'),
(59, 11, 55, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(60, 48, 56, '', '', 0, 'A'),
(61, 10, 57, '', '', 0, 'A'),
(62, 11, 58, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(63, 49, 59, '', '', 0, 'A'),
(64, 10, 60, '', '', 0, 'A'),
(65, 11, 60, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(66, 10, 62, '', '', 0, 'A'),
(67, 11, 62, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(68, 5, 64, '', 'top-logo', 2, 'A'),
(69, 50, 65, '', '', 0, 'A'),
(70, 8, 66, '', 'top-cart-content', 2, 'A'),
(71, 51, 68, '', '', 0, 'A'),
(72, 52, 69, '', '', 2, 'A'),
(73, 53, 70, '', '', 2, 'A'),
(74, 54, 71, '', '', 0, 'A'),
(75, 10, 71, '', '', 2, 'A'),
(76, 55, 72, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(77, 56, 72, 'blocks/wrappers/sidebox_important.tpl', '', 2, 'A'),
(78, 11, 73, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(79, 10, 74, '', '', 0, 'A'),
(80, 11, 75, '', '', 0, 'A'),
(82, 10, 78, '', '', 0, 'A'),
(83, 4, 79, 'blocks/wrappers/sidebox_important.tpl', '', 1, 'A'),
(84, 33, 79, 'blocks/wrappers/sidebox_important.tpl', '', 2, 'A'),
(85, 11, 80, '', '', 0, 'A'),
(86, 58, 82, '', '', 0, 'A'),
(87, 10, 83, '', '', 0, 'A'),
(88, 59, 83, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(89, 11, 84, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(93, 7, 88, '', 'top-search', 2, 'A'),
(94, 61, 89, '', 'widget top-languages', 2, 'A'),
(95, 2, 89, '', 'widget top-currencies', 3, 'A'),
(96, 62, 90, '', 'widget top-cart-content', 2, 'A'),
(97, 4, 90, 'blocks/wrappers/onclick_dropdown.tpl', 'widget top-my-account', 3, 'A'),
(98, 63, 91, '', '', 0, 'A'),
(99, 10, 92, '', '', 0, 'A'),
(100, 11, 93, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(101, 20, 95, '', 'homepage-banners', 0, 'A'),
(102, 21, 96, '', 'ty-banners-free-ship', 3, 'A'),
(103, 22, 96, '', 'ty-banners-pickup', 4, 'A'),
(104, 64, 97, 'blocks/wrappers/mainbox_simple.tpl', 'homepage-hotdeals', 4, 'A'),
(105, 65, 97, 'blocks/wrappers/mainbox_simple.tpl', 'homepage-on-sale', 5, 'A'),
(106, 26, 98, 'blocks/wrappers/mainbox_simple.tpl', '', 0, 'A'),
(107, 27, 99, 'blocks/wrappers/mainbox_simple.tpl', 'homepage-reviews', 0, 'A'),
(108, 11, 100, '', '', 1, 'A'),
(109, 28, 100, 'blocks/wrappers/mainbox_simple.tpl', 'homepage-our-brands', 2, 'A'),
(110, 66, 100, '', 'homepage-benefits-guarantees', 3, 'D'),
(111, 10, 102, '', '', 0, 'A'),
(112, 11, 103, '', '', 0, 'A'),
(113, 30, 104, 'blocks/wrappers/mainbox_simple.tpl', '', 2, 'A'),
(114, 31, 105, 'blocks/wrappers/mainbox_simple.tpl', '', 2, 'A'),
(115, 10, 108, '', '', 0, 'A'),
(116, 32, 109, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(117, 33, 109, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(118, 11, 110, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(119, 10, 113, '', '', 0, 'A'),
(120, 11, 114, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(121, 35, 117, '', '', 0, 'A'),
(122, 36, 117, '', '', 1, 'A'),
(123, 37, 117, '', '', 2, 'A'),
(124, 38, 117, '', '', 3, 'A'),
(125, 39, 117, '', '', 4, 'A'),
(126, 40, 117, '', '', 5, 'A'),
(127, 41, 117, 'blocks/lite_checkout/wrappers/checkout_block_with_heading.tpl', '', 6, 'A'),
(128, 42, 117, '', '', 7, 'A'),
(129, 43, 117, '', '', 8, 'A'),
(130, 44, 117, '', '', 9, 'A'),
(131, 11, 117, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(132, 47, 118, 'blocks/wrappers/sidebox_important.tpl', 'ty-order-summary', 0, 'A'),
(133, 46, 118, 'blocks/wrappers/sidebox_important.tpl', 'order-products', 0, 'A'),
(134, 67, 118, 'blocks/wrappers/sidebox_important.tpl', 'order-information', 0, 'A'),
(135, 10, 120, '', '', 0, 'A'),
(136, 11, 121, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(137, 48, 122, '', '', 0, 'A'),
(138, 10, 123, '', '', 0, 'A'),
(139, 11, 124, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(140, 49, 125, '', '', 0, 'A'),
(141, 10, 126, '', '', 0, 'A'),
(142, 11, 126, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(143, 10, 128, '', '', 0, 'A'),
(144, 11, 128, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(145, 10, 131, '', '', 0, 'A'),
(146, 4, 132, 'blocks/wrappers/sidebox_important.tpl', '', 1, 'A'),
(147, 33, 132, 'blocks/wrappers/sidebox_important.tpl', '', 2, 'A'),
(148, 11, 133, '', '', 0, 'A'),
(149, 58, 135, '', '', 0, 'A'),
(153, 10, 139, '', '', 0, 'A'),
(154, 11, 140, '', '', 2, 'A'),
(155, 10, 141, '', '', 0, 'A'),
(156, 11, 142, '', '', 2, 'A'),
(157, 10, 143, '', '', 0, 'A'),
(158, 11, 144, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(159, 68, 145, '', '', 0, 'A'),
(160, 10, 146, '', '', 0, 'A'),
(161, 11, 147, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(162, 68, 148, '', '', 0, 'A'),
(163, 10, 149, '', '', 0, 'A'),
(164, 11, 150, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(165, 60, 151, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(166, 10, 152, '', '', 0, 'A'),
(167, 11, 153, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(168, 60, 154, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(169, 10, 156, '', '', 0, 'A'),
(170, 11, 156, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(171, 10, 158, '', '', 0, 'A'),
(172, 11, 158, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(181, 74, 167, '', 'hidden-phone', 0, 'D'),
(182, 75, 167, '', 'hidden-phone', 0, 'A'),
(183, 61, 168, '', 'top-languages', 0, 'D'),
(184, 76, 168, '', 'top-currencies', 1, 'D'),
(185, 3, 168, '', 'top-quick-links', 2, 'D'),
(186, 77, 169, '', 'top-logo', 0, 'A'),
(187, 78, 170, '', 'hidden-phone', 2, 'D'),
(188, 79, 171, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(189, 80, 171, '', 'top-phones-grid', 1, 'D'),
(190, 81, 171, '', 'top-phones-grid', 2, 'D'),
(191, 82, 174, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 2, 'A'),
(192, 7, 175, '', 'top-search', 1, 'A'),
(193, 62, 176, '', 'ut2-top-cart-content', 1, 'A'),
(194, 83, 176, '', 'ut2-top-my-account', 0, 'A'),
(195, 10, 177, '', '', 0, 'A'),
(196, 11, 178, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(197, 84, 180, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(198, 85, 181, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(199, 86, 182, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(200, 87, 183, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 0, 'A'),
(201, 18, 185, '', '', 1, 'A'),
(202, 19, 185, '', '', 0, 'A'),
(203, 88, 187, '', 'homepage-banners', 2, 'A'),
(204, 89, 188, '', 'hidden-desktop', 0, 'A'),
(205, 90, 190, '', 'hidden-phone', 0, 'A'),
(206, 91, 191, '', 'hidden-phone', 0, 'A'),
(207, 92, 197, '', 'hidden-phone', 0, 'A'),
(208, 93, 204, '', 'hidden-phone', 0, 'A'),
(209, 94, 193, '', 'hidden-phone', 0, 'A'),
(210, 95, 193, '', 'hidden-phone', 1, 'A'),
(211, 96, 194, '', 'hidden-phone', 0, 'A'),
(212, 97, 195, '', 'hidden-phone', 0, 'A'),
(213, 98, 195, '', 'hidden-phone', 1, 'A'),
(214, 99, 196, '', '', 0, 'A'),
(215, 100, 203, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone hidden-tablet', 0, 'A'),
(216, 101, 198, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(217, 102, 199, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(218, 103, 200, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 2, 'A'),
(219, 104, 201, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'scroller', 1, 'A'),
(220, 11, 202, '', '', 2, 'A'),
(221, 105, 203, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'homepage-our-brands', 1, 'A'),
(222, 106, 204, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 1, 'A'),
(223, 107, 206, '', '', 0, 'A'),
(224, 108, 207, '', '', 0, 'A'),
(225, 11, 208, '', '', 0, 'A'),
(226, 109, 209, '', '', 0, 'A'),
(227, 110, 211, '', 'hidden-phone', 0, 'A'),
(228, 91, 212, '', 'hidden-phone', 0, 'A'),
(229, 93, 212, '', 'hidden-phone', 1, 'A'),
(230, 111, 212, '', 'hidden-phone', 2, 'A'),
(231, 112, 213, '', '', 0, 'A'),
(232, 113, 214, '', '', 0, 'D'),
(233, 114, 215, '', '', 0, 'A'),
(234, 89, 215, '', '', 1, 'D'),
(235, 115, 216, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-categories abt-ut2-draggable hidden-tablet hidden-desktop', 0, 'A'),
(236, 116, 216, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 1, 'A'),
(237, 117, 217, '', '', 1, 'A'),
(238, 11, 217, '', '', 2, 'A'),
(239, 118, 218, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(240, 119, 218, '', '', 0, 'A'),
(241, 120, 218, '', '', 0, 'A'),
(242, 121, 218, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(243, 122, 218, '', 'subcategories-grid', 0, 'A'),
(244, 123, 218, '', 'ut2-subcategories-block hidden-phone', 0, 'A'),
(245, 124, 218, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(246, 125, 219, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'ut2-bestsellers-block', 2, 'A'),
(247, 10, 220, '', '', 0, 'A'),
(248, 11, 221, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(249, 34, 223, '', '', 0, 'A'),
(250, 35, 224, '', '', 0, 'A'),
(251, 36, 224, '', '', 1, 'A'),
(252, 37, 224, '', '', 2, 'A'),
(253, 38, 224, '', '', 3, 'A'),
(254, 39, 224, '', '', 4, 'A'),
(255, 40, 224, '', '', 5, 'A'),
(256, 41, 224, '', '', 6, 'A'),
(257, 42, 224, '', '', 7, 'A'),
(258, 43, 224, '', '', 7, 'A'),
(259, 44, 224, '', '', 8, 'A'),
(260, 11, 224, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(261, 126, 225, 'blocks/wrappers/abt__ut2__sidebox_general.tpl', 'order-products', 0, 'A'),
(262, 47, 225, '', '', 1, 'A'),
(263, 5, 227, '', 'top-logo', 0, 'A'),
(264, 18, 228, '', '', 2, 'A'),
(265, 10, 229, '', '', 0, 'A'),
(266, 11, 229, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(267, 10, 230, '', '', 0, 'A'),
(268, 11, 231, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(269, 48, 232, '', '', 0, 'A'),
(270, 10, 233, '', '', 0, 'A'),
(271, 11, 234, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(272, 49, 235, '', '', 0, 'A'),
(273, 10, 236, '', '', 0, 'A'),
(274, 11, 236, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(275, 10, 237, '', '', 0, 'A'),
(276, 11, 238, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(277, 58, 239, '', '', 0, 'A'),
(281, 10, 243, '', '', 0, 'A'),
(282, 127, 244, '', 'hidden-phone', 2, 'A'),
(283, 117, 245, '', '', 0, 'A'),
(284, 11, 245, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(285, 124, 246, '', 'ut2-filters hidden-phone', 0, 'A'),
(286, 116, 247, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 0, 'A'),
(287, 10, 248, '', '', 0, 'A'),
(288, 11, 249, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(289, 128, 250, '', '', 0, 'A'),
(290, 129, 251, '', 'hidden-phone', 0, 'A'),
(291, 117, 252, '', '', 0, 'A'),
(292, 11, 252, '', '', 1, 'A'),
(293, 116, 252, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(294, 124, 253, '', 'ut2-filters hidden-phone', 0, 'A'),
(298, 10, 257, '', '', 0, 'A'),
(299, 130, 257, '', '', 1, 'A'),
(300, 129, 258, '', 'hidden-phone', 0, 'A'),
(301, 117, 259, '', '', 0, 'A'),
(302, 11, 259, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(303, 116, 259, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(304, 124, 260, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(311, 76, 268, '', 'top-currencies', 2, 'A'),
(312, 61, 268, '', 'top-languages', 3, 'A'),
(313, 3, 269, '', 'top-quick-links', 2, 'A'),
(314, 77, 270, '', 'top-logo', 0, 'A'),
(315, 78, 271, '', 'hidden-phone', 2, 'A'),
(316, 79, 272, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(317, 80, 272, '', 'top-phones-grid', 1, 'A'),
(318, 81, 272, '', 'top-phones-grid', 2, 'D'),
(319, 55, 275, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 1, 'A'),
(320, 7, 276, '', 'top-search', 2, 'A'),
(321, 62, 277, '', 'ut2-top-cart-content', 2, 'A'),
(322, 83, 277, '', 'ut2-top-my-account', 3, 'A'),
(323, 10, 278, '', '', 0, 'A'),
(324, 134, 279, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 2, 'A'),
(325, 117, 280, '', '', 1, 'A'),
(326, 11, 280, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(327, 51, 282, '', '', 1, 'A'),
(328, 53, 282, '', '', 2, 'A'),
(329, 134, 283, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 0, 'A'),
(330, 74, 284, '', 'hidden-phone', 1, 'D'),
(331, 75, 284, '', 'hidden-phone', 1, 'A'),
(332, 61, 285, '', 'top-languages', 0, 'A'),
(333, 76, 285, '', 'top-currencies', 1, 'A'),
(334, 3, 285, '', 'top-quick-links', 2, 'A'),
(335, 77, 286, '', 'top-logo', 0, 'A'),
(336, 7, 287, '', '', 2, 'A'),
(337, 79, 288, '', 'top-buttons-grid', 0, 'A'),
(338, 80, 288, '', 'top-phones-grid', 1, 'A'),
(339, 81, 288, '', 'top-phones-grid', 2, 'D'),
(340, 83, 289, '', 'ut2-top-my-account', 0, 'A'),
(341, 62, 289, '', 'ut2-top-cart-content', 1, 'A'),
(342, 135, 290, '', '', 2, 'A'),
(343, 10, 291, '', '', 0, 'A'),
(344, 11, 292, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(345, 84, 294, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(346, 85, 295, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(347, 86, 296, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(348, 87, 297, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 0, 'A'),
(349, 18, 299, '', '', 2, 'A'),
(350, 19, 300, '', 'hidden-phone', 1, 'A'),
(351, 88, 301, '', 'homepage-banners', 2, 'A'),
(352, 89, 302, '', 'hidden-desktop', 0, 'A'),
(353, 90, 304, '', 'hidden-phone', 0, 'A'),
(354, 91, 305, '', 'hidden-phone', 0, 'A'),
(355, 93, 305, '', 'hidden-phone', 1, 'A'),
(356, 92, 305, '', 'hidden-phone', 2, 'A'),
(357, 94, 307, '', 'hidden-phone', 0, 'A'),
(358, 95, 307, '', 'hidden-phone', 1, 'A'),
(359, 96, 308, '', 'hidden-phone', 0, 'A'),
(360, 97, 309, '', 'hidden-phone', 0, 'A'),
(361, 98, 309, '', 'hidden-phone', 1, 'A'),
(362, 99, 310, '', '', 0, 'A'),
(363, 100, 311, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone hidden-tablet', 1, 'A'),
(364, 101, 312, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(365, 102, 313, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(366, 103, 314, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 2, 'A'),
(367, 104, 315, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'scroller', 0, 'A'),
(368, 11, 316, '', '', 2, 'A'),
(369, 105, 317, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'homepage-our-brands hidden-phone', 2, 'A'),
(370, 106, 318, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 0, 'A'),
(371, 107, 320, '', '', 0, 'A'),
(372, 108, 321, '', '', 0, 'A'),
(373, 11, 322, '', '', 0, 'A'),
(374, 109, 323, '', '', 0, 'A'),
(375, 110, 325, '', 'hidden-phone', 0, 'A'),
(376, 91, 326, '', 'hidden-phone', 0, 'A'),
(377, 93, 326, '', 'hidden-phone', 1, 'A'),
(378, 111, 326, '', 'hidden-phone', 2, 'A'),
(379, 112, 327, '', '', 0, 'A'),
(380, 113, 328, '', '', 0, 'D'),
(381, 114, 329, '', '', 0, 'A'),
(382, 89, 329, '', '', 1, 'D'),
(383, 129, 330, '', 'hidden-phone', 0, 'A'),
(384, 115, 331, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-categories abt-ut2-draggable hidden-desktop hidden-tablet', 0, 'A'),
(385, 116, 331, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 1, 'A'),
(386, 117, 332, '', '', 1, 'A'),
(387, 11, 332, '', '', 2, 'A'),
(388, 118, 333, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(389, 119, 333, '', '', 0, 'A'),
(390, 120, 333, '', '', 0, 'A'),
(391, 121, 333, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(392, 122, 333, '', 'subcategories-grid', 0, 'A'),
(393, 123, 333, '', 'ut2-subcategories-block hidden-phone', 0, 'A'),
(394, 124, 333, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(395, 125, 334, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'ut2-bestsellers-block', 2, 'A'),
(396, 10, 335, '', '', 0, 'A'),
(397, 11, 336, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(398, 34, 338, '', '', 0, 'A'),
(399, 35, 339, '', '', 0, 'A'),
(400, 36, 339, '', '', 1, 'A'),
(401, 37, 339, '', '', 2, 'A'),
(402, 38, 339, '', '', 3, 'A'),
(403, 39, 339, '', '', 4, 'A'),
(404, 40, 339, '', '', 5, 'A'),
(405, 41, 339, '', '', 6, 'A'),
(406, 42, 339, '', '', 7, 'A'),
(407, 43, 339, '', '', 7, 'A'),
(408, 44, 339, '', '', 8, 'A'),
(409, 11, 339, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(410, 126, 340, '', 'order-products', 0, 'A'),
(411, 47, 340, '', '', 1, 'A'),
(412, 5, 342, '', 'top-logo', 0, 'A'),
(413, 18, 343, '', '', 2, 'A'),
(414, 10, 344, '', '', 0, 'A'),
(415, 11, 344, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(416, 10, 345, '', '', 0, 'A'),
(417, 11, 346, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(418, 48, 347, '', '', 0, 'A'),
(419, 10, 348, '', '', 0, 'A'),
(420, 11, 349, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(421, 49, 350, '', '', 0, 'A'),
(422, 10, 351, '', '', 0, 'A'),
(423, 11, 351, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(424, 10, 352, '', '', 0, 'A'),
(425, 11, 353, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(429, 58, 357, '', '', 0, 'A'),
(430, 10, 358, '', '', 0, 'A'),
(431, 129, 359, '', 'hidden-phone', 1, 'A'),
(432, 117, 360, '', '', 0, 'A'),
(433, 11, 360, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(434, 116, 360, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(435, 124, 361, '', 'ut2-filters hidden-phone', 0, 'A'),
(436, 10, 362, '', '', 2, 'A'),
(437, 11, 363, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(438, 128, 364, '', '', 0, 'A'),
(439, 129, 365, '', 'hidden-phone', 0, 'A'),
(440, 117, 366, '', '', 0, 'A'),
(441, 11, 366, '', '', 1, 'A'),
(442, 116, 366, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(443, 124, 367, '', 'ut2-filters hidden-phone', 0, 'A'),
(447, 10, 371, '', '', 0, 'A'),
(448, 130, 371, '', '', 1, 'A'),
(449, 129, 372, '', 'hidden-phone', 0, 'A'),
(450, 117, 373, '', '', 0, 'A'),
(451, 11, 373, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(452, 116, 373, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(453, 124, 374, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(460, 76, 382, '', 'top-currencies', 2, 'A'),
(461, 61, 382, '', 'top-languages', 3, 'A'),
(462, 3, 383, '', 'top-quick-links', 2, 'A'),
(463, 77, 384, '', 'top-logo', 0, 'A'),
(464, 7, 385, '', '', 2, 'A'),
(465, 79, 386, '', 'top-buttons-grid', 0, 'A'),
(466, 80, 386, '', 'top-phones-grid', 1, 'A'),
(467, 81, 386, '', 'top-phones-grid', 2, 'D'),
(468, 83, 387, '', 'ut2-top-my-account', 0, 'A'),
(469, 62, 387, '', 'ut2-top-cart-content', 1, 'A'),
(470, 136, 388, '', '', 1, 'A'),
(471, 10, 389, '', '', 0, 'A'),
(472, 134, 390, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 2, 'A'),
(473, 117, 391, '', '', 1, 'A'),
(474, 11, 391, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(475, 51, 393, '', '', 1, 'A'),
(476, 53, 393, '', '', 2, 'A'),
(477, 134, 394, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 0, 'A'),
(478, 74, 395, '', 'hidden-phone', 0, 'D'),
(479, 75, 395, '', 'hidden-phone', 0, 'A'),
(480, 61, 396, '', 'top-languages', 0, 'A'),
(481, 76, 396, '', 'top-currencies', 1, 'A'),
(482, 3, 396, '', 'top-quick-links', 2, 'A'),
(483, 77, 397, '', 'top-logo', 0, 'A'),
(484, 78, 398, '', 'hidden-phone', 2, 'A'),
(485, 79, 399, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(486, 80, 399, '', 'top-phones-grid', 1, 'A'),
(487, 81, 399, '', 'top-phones-grid', 2, 'D'),
(488, 82, 402, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 2, 'A'),
(489, 7, 403, '', 'top-search', 2, 'A'),
(490, 62, 404, '', 'ut2-top-cart-content', 2, 'A'),
(491, 83, 404, '', 'ut2-top-my-account', 3, 'A'),
(492, 10, 405, '', '', 0, 'A'),
(493, 11, 406, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(494, 84, 408, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(495, 85, 409, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(496, 86, 410, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(497, 87, 411, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 0, 'A'),
(498, 18, 413, '', '', 2, 'A'),
(499, 137, 414, '', 'hidden-phone', 0, 'A'),
(500, 19, 414, '', '', 1, 'A'),
(501, 77, 415, '', 'top-logo', 0, 'A'),
(502, 78, 416, '', 'hidden-phone', 2, 'A'),
(503, 79, 417, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(504, 80, 417, '', 'top-phones-grid', 1, 'A'),
(505, 81, 417, '', 'top-phones-grid', 2, 'D'),
(506, 82, 420, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical hpo-menu', 0, 'A'),
(507, 7, 421, '', 'top-search', 2, 'A'),
(508, 62, 422, '', 'ut2-top-cart-content', 2, 'A'),
(509, 83, 422, '', 'ut2-top-my-account', 3, 'A'),
(510, 138, 423, '', 'hpo-banner', 0, 'A'),
(511, 89, 424, '', 'hidden-desktop', 0, 'A'),
(512, 90, 426, '', 'hidden-phone', 0, 'A'),
(513, 91, 427, '', 'hidden-phone', 0, 'A'),
(514, 93, 427, '', 'hidden-phone', 1, 'A'),
(515, 92, 427, '', 'hidden-phone', 2, 'A'),
(516, 94, 429, '', 'hidden-phone', 0, 'A'),
(517, 95, 429, '', 'hidden-phone', 1, 'A'),
(518, 96, 430, '', 'hidden-phone', 0, 'A'),
(519, 97, 431, '', 'hidden-phone', 0, 'A'),
(520, 98, 431, '', 'hidden-phone', 1, 'A'),
(521, 99, 432, '', '', 0, 'A'),
(522, 100, 433, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone hidden-tablet', 1, 'A'),
(523, 101, 434, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(524, 102, 435, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(525, 103, 436, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 2, 'A'),
(526, 104, 437, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'scroller', 0, 'A'),
(527, 11, 438, '', '', 2, 'A'),
(528, 105, 439, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'homepage-our-brands', 2, 'A'),
(529, 106, 440, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 0, 'A'),
(530, 107, 442, '', '', 0, 'A'),
(531, 108, 443, '', '', 0, 'A'),
(532, 11, 444, '', '', 0, 'A'),
(533, 109, 445, '', '', 0, 'A'),
(534, 110, 447, '', 'hidden-phone', 0, 'A'),
(535, 91, 448, '', 'hidden-phone', 0, 'A'),
(536, 93, 448, '', 'hidden-phone', 1, 'A'),
(537, 111, 448, '', 'hidden-phone', 2, 'A'),
(538, 112, 449, '', '', 0, 'A'),
(539, 113, 450, '', '', 0, 'D'),
(540, 114, 451, '', '', 0, 'A'),
(541, 89, 451, '', '', 1, 'D'),
(542, 129, 452, '', 'hidden-phone', 0, 'A'),
(543, 115, 453, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-categories abt-ut2-draggable hidden-desktop hidden-tablet', 0, 'A'),
(544, 116, 453, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 1, 'A'),
(545, 117, 454, '', '', 1, 'A'),
(546, 11, 454, '', '', 2, 'A'),
(547, 118, 455, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(548, 119, 455, '', '', 0, 'A'),
(549, 120, 455, '', '', 0, 'A'),
(550, 121, 455, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(551, 122, 455, '', 'subcategories-grid', 0, 'A'),
(552, 123, 455, '', 'ut2-subcategories-block hidden-phone', 0, 'A'),
(553, 124, 455, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(554, 125, 456, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'ut2-bestsellers-block', 2, 'A'),
(555, 10, 457, '', '', 0, 'A'),
(556, 11, 458, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(557, 34, 460, '', '', 0, 'A'),
(558, 35, 461, '', '', 0, 'A'),
(559, 36, 461, '', '', 1, 'A'),
(560, 37, 461, '', '', 2, 'A'),
(561, 38, 461, '', '', 3, 'A'),
(562, 39, 461, '', '', 4, 'A'),
(563, 40, 461, '', '', 5, 'A'),
(564, 41, 461, '', '', 6, 'A'),
(565, 42, 461, '', '', 7, 'A'),
(566, 43, 461, '', '', 7, 'A'),
(567, 44, 461, '', '', 8, 'A'),
(568, 11, 461, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(569, 126, 462, 'blocks/wrappers/abt__ut2__sidebox_general.tpl', 'order-products', 0, 'A'),
(570, 47, 462, '', '', 1, 'A'),
(571, 5, 464, '', 'top-logo', 0, 'A'),
(572, 18, 465, '', '', 2, 'A'),
(573, 10, 466, '', '', 0, 'A'),
(574, 11, 466, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(575, 10, 467, '', '', 0, 'A'),
(576, 11, 468, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(577, 48, 469, '', '', 0, 'A'),
(578, 10, 470, '', '', 0, 'A'),
(579, 11, 471, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(580, 49, 472, '', '', 0, 'A'),
(581, 10, 473, '', '', 0, 'A'),
(582, 11, 473, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(583, 10, 474, '', '', 0, 'A'),
(584, 11, 475, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(588, 58, 479, '', '', 0, 'A'),
(589, 10, 480, '', '', 0, 'A'),
(590, 127, 481, '', 'hidden-phone', 2, 'A'),
(591, 117, 482, '', '', 0, 'A'),
(592, 11, 482, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(593, 124, 483, '', 'ut2-filters hidden-phone', 0, 'A'),
(594, 116, 484, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 0, 'A'),
(595, 10, 485, '', '', 0, 'A'),
(596, 11, 486, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(597, 128, 487, '', '', 0, 'A'),
(598, 129, 488, '', 'hidden-phone', 0, 'A'),
(599, 117, 489, '', '', 0, 'A'),
(600, 11, 489, '', '', 1, 'A'),
(601, 116, 489, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(602, 124, 490, '', 'ut2-filters hidden-phone', 0, 'A'),
(606, 10, 494, '', '', 0, 'A'),
(607, 130, 494, '', '', 1, 'A'),
(608, 129, 495, '', 'hidden-phone', 0, 'A'),
(609, 117, 496, '', '', 0, 'A'),
(610, 11, 496, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(611, 116, 496, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(612, 124, 497, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(619, 76, 505, '', 'top-currencies', 2, 'A'),
(620, 61, 505, '', 'top-languages', 3, 'A'),
(621, 3, 506, '', 'top-quick-links', 2, 'A'),
(622, 77, 507, '', 'top-logo', 0, 'A'),
(623, 78, 508, '', 'hidden-phone', 2, 'A'),
(624, 79, 509, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(625, 80, 509, '', 'top-phones-grid', 1, 'A'),
(626, 81, 509, '', 'top-phones-grid', 2, 'D'),
(627, 55, 512, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 1, 'A'),
(628, 7, 513, '', 'top-search', 2, 'A'),
(629, 62, 514, '', 'ut2-top-cart-content', 2, 'A'),
(630, 83, 514, '', 'ut2-top-my-account', 3, 'A'),
(631, 10, 515, '', '', 0, 'A'),
(632, 134, 516, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 2, 'A'),
(633, 117, 517, '', '', 1, 'A'),
(634, 11, 517, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(635, 51, 519, '', '', 1, 'A'),
(636, 53, 519, '', '', 2, 'A'),
(637, 134, 520, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 0, 'A'),
(638, 75, 521, '', '', 0, 'A'),
(639, 61, 522, '', 'top-languages', 0, 'A'),
(640, 2, 522, '', 'top-currencies', 1, 'A'),
(641, 3, 522, '', 'top-quick-links', 2, 'A'),
(642, 77, 523, '', 'top-logo', 0, 'A'),
(643, 78, 524, '', 'hidden-phone', 2, 'A'),
(644, 79, 525, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(645, 80, 525, '', 'top-phones-grid', 1, 'A'),
(646, 81, 525, '', 'top-phones-grid', 2, 'D'),
(647, 82, 528, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 2, 'A'),
(648, 7, 529, '', 'top-search', 2, 'A'),
(649, 62, 530, '', 'ut2-top-cart-content', 2, 'A'),
(650, 83, 530, '', 'ut2-top-my-account', 3, 'A'),
(651, 10, 531, '', '', 0, 'A'),
(652, 11, 532, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(653, 84, 534, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(654, 85, 535, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(655, 86, 536, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(656, 87, 537, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 0, 'A'),
(657, 18, 539, '', '', 2, 'A'),
(658, 19, 540, '', '', 2, 'A'),
(659, 88, 541, '', 'homepage-banners', 2, 'A'),
(660, 89, 542, '', 'hidden-desktop', 0, 'A'),
(661, 90, 544, '', 'hidden-phone', 0, 'A'),
(662, 91, 545, '', 'hidden-phone', 0, 'A'),
(663, 92, 545, '', 'hidden-phone', 1, 'A'),
(664, 93, 545, '', 'hidden-phone', 2, 'A'),
(665, 94, 547, '', 'hidden-phone', 0, 'A'),
(666, 95, 547, '', 'hidden-phone', 1, 'A'),
(667, 96, 548, '', 'hidden-phone', 0, 'A'),
(668, 97, 549, '', 'hidden-phone', 0, 'A'),
(669, 98, 549, '', 'hidden-phone', 1, 'A'),
(670, 99, 550, '', '', 0, 'A'),
(671, 100, 551, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone hidden-tablet', 1, 'A'),
(672, 103, 552, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 2, 'A'),
(673, 104, 553, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'scroller', 0, 'A'),
(674, 11, 554, '', '', 2, 'A'),
(675, 105, 555, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'homepage-our-brands', 2, 'A'),
(676, 106, 556, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 0, 'A'),
(677, 107, 558, '', '', 0, 'A'),
(678, 108, 559, '', '', 0, 'A'),
(679, 11, 560, '', '', 0, 'A'),
(680, 109, 561, '', '', 0, 'A'),
(681, 110, 563, '', 'hidden-phone', 0, 'A'),
(682, 91, 564, '', 'hidden-phone', 0, 'A'),
(683, 93, 564, '', 'hidden-phone', 1, 'A'),
(684, 111, 564, '', 'hidden-phone', 2, 'A'),
(685, 112, 565, '', '', 0, 'A'),
(686, 113, 566, '', '', 0, 'D'),
(687, 114, 567, '', '', 0, 'A'),
(688, 89, 567, '', '', 1, 'D'),
(689, 115, 568, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-categories abt-ut2-draggable hidden-tablet hidden-desktop', 0, 'A'),
(690, 116, 568, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 1, 'A'),
(691, 117, 569, '', '', 1, 'A'),
(692, 11, 569, '', '', 2, 'A'),
(693, 118, 570, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(694, 119, 570, '', '', 0, 'A'),
(695, 120, 570, '', '', 0, 'A'),
(696, 121, 570, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(697, 122, 570, '', 'subcategories-grid', 0, 'A'),
(698, 123, 570, '', 'ut2-subcategories-block hidden-phone', 0, 'A'),
(699, 124, 570, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(700, 125, 571, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'ut2-bestsellers-block', 2, 'A'),
(701, 10, 572, '', '', 0, 'A'),
(702, 11, 573, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(703, 34, 575, '', '', 0, 'A'),
(704, 35, 576, '', '', 0, 'A'),
(705, 36, 576, '', '', 1, 'A'),
(706, 37, 576, '', '', 2, 'A'),
(707, 38, 576, '', '', 3, 'A'),
(708, 39, 576, '', '', 4, 'A'),
(709, 40, 576, '', '', 5, 'A'),
(710, 41, 576, '', '', 6, 'A'),
(711, 42, 576, '', '', 7, 'A'),
(712, 43, 576, '', '', 7, 'A'),
(713, 44, 576, '', '', 8, 'A'),
(714, 11, 576, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(715, 126, 577, 'blocks/wrappers/abt__ut2__sidebox_general.tpl', 'order-products', 0, 'A'),
(716, 47, 577, '', '', 1, 'A'),
(717, 5, 579, '', 'top-logo', 0, 'A'),
(718, 18, 580, '', '', 2, 'A'),
(719, 10, 581, '', '', 0, 'A'),
(720, 11, 581, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(721, 10, 582, '', '', 0, 'A'),
(722, 11, 583, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(723, 48, 584, '', '', 0, 'A'),
(724, 10, 585, '', '', 0, 'A'),
(725, 11, 586, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(726, 49, 587, '', '', 0, 'A'),
(727, 10, 588, '', '', 0, 'A'),
(728, 11, 588, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(729, 10, 589, '', '', 0, 'A'),
(730, 11, 590, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(731, 58, 591, '', '', 0, 'A'),
(735, 10, 595, '', '', 0, 'A'),
(736, 127, 596, '', 'hidden-phone', 2, 'A'),
(737, 117, 597, '', '', 0, 'A'),
(738, 11, 597, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(739, 124, 598, '', 'ut2-filters hidden-phone', 0, 'A'),
(740, 116, 599, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 0, 'A'),
(741, 128, 600, '', '', 0, 'A'),
(742, 129, 601, '', 'hidden-phone', 0, 'A'),
(743, 117, 602, '', '', 0, 'A'),
(744, 11, 602, '', '', 1, 'A'),
(745, 116, 602, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(746, 124, 603, '', 'ut2-filters hidden-phone', 0, 'A'),
(750, 10, 607, '', '', 0, 'A'),
(751, 11, 608, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(752, 10, 609, '', '', 0, 'A'),
(753, 130, 609, '', '', 1, 'A'),
(754, 129, 610, '', 'hidden-phone', 0, 'A'),
(755, 117, 611, '', '', 0, 'A'),
(756, 11, 611, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(757, 116, 611, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(758, 124, 612, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(761, 75, 615, '', '', 0, 'A'),
(762, 61, 616, '', 'top-languages', 0, 'A'),
(763, 2, 616, '', 'top-currencies', 1, 'A'),
(764, 3, 616, '', 'top-quick-links', 2, 'A'),
(765, 77, 617, '', 'top-logo', 0, 'A'),
(766, 7, 618, '', '', 2, 'A'),
(767, 79, 619, '', 'top-buttons-grid', 0, 'A'),
(768, 80, 619, '', 'top-phones-grid', 1, 'A'),
(769, 81, 619, '', 'top-phones-grid', 2, 'D'),
(770, 83, 620, '', 'ut2-top-my-account', 0, 'A'),
(771, 62, 620, '', 'ut2-top-cart-content', 1, 'A'),
(772, 135, 621, '', '', 2, 'A'),
(773, 10, 622, '', '', 0, 'A'),
(774, 11, 623, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(775, 84, 625, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(776, 85, 626, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(777, 86, 627, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(778, 87, 628, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 0, 'A'),
(779, 18, 630, '', '', 2, 'A'),
(780, 19, 631, '', '', 2, 'A'),
(781, 88, 632, '', 'homepage-banners', 2, 'A'),
(782, 89, 633, '', 'hidden-desktop', 0, 'A'),
(783, 90, 635, '', 'hidden-phone', 0, 'A'),
(784, 91, 636, '', 'hidden-phone', 0, 'A'),
(785, 93, 636, '', 'hidden-phone', 1, 'A'),
(786, 92, 636, '', 'hidden-phone', 2, 'A'),
(787, 94, 638, '', 'hidden-phone', 0, 'A'),
(788, 95, 638, '', 'hidden-phone', 1, 'A'),
(789, 96, 639, '', 'hidden-phone', 0, 'A'),
(790, 97, 640, '', 'hidden-phone', 0, 'A'),
(791, 98, 640, '', 'hidden-phone', 1, 'A'),
(792, 99, 641, '', '', 0, 'A'),
(793, 100, 642, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone hidden-tablet', 1, 'A'),
(794, 103, 643, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 2, 'A'),
(795, 104, 644, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'scroller', 0, 'A'),
(796, 11, 645, '', '', 2, 'A'),
(797, 105, 646, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'homepage-our-brands hidden-phone', 2, 'A'),
(798, 106, 647, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 0, 'A'),
(799, 107, 649, '', '', 0, 'A'),
(800, 108, 650, '', '', 0, 'A'),
(801, 11, 651, '', '', 0, 'A'),
(802, 109, 652, '', '', 0, 'A'),
(803, 110, 654, '', 'hidden-phone', 0, 'A'),
(804, 91, 655, '', 'hidden-phone', 0, 'A'),
(805, 93, 655, '', 'hidden-phone', 1, 'A'),
(806, 111, 655, '', 'hidden-phone', 2, 'A'),
(807, 112, 656, '', '', 0, 'A'),
(808, 113, 657, '', '', 0, 'D'),
(809, 114, 658, '', '', 0, 'A'),
(810, 89, 658, '', '', 1, 'A'),
(811, 129, 659, '', 'hidden-phone', 0, 'A'),
(812, 115, 660, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-categories abt-ut2-draggable hidden-desktop hidden-tablet', 0, 'A'),
(813, 116, 660, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 1, 'A'),
(814, 117, 661, '', '', 1, 'A'),
(815, 11, 661, '', '', 2, 'A'),
(816, 118, 662, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(817, 119, 662, '', '', 0, 'A'),
(818, 120, 662, '', '', 0, 'A'),
(819, 121, 662, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(820, 122, 662, '', 'subcategories-grid', 0, 'A'),
(821, 123, 662, '', 'ut2-subcategories-block hidden-phone', 0, 'A'),
(822, 124, 662, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(823, 125, 663, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'ut2-bestsellers-block', 2, 'A'),
(824, 10, 664, '', '', 0, 'A'),
(825, 11, 665, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(826, 34, 667, '', '', 0, 'A'),
(827, 35, 668, '', '', 0, 'A'),
(828, 36, 668, '', '', 1, 'A'),
(829, 37, 668, '', '', 2, 'A'),
(830, 38, 668, '', '', 3, 'A'),
(831, 39, 668, '', '', 4, 'A'),
(832, 40, 668, '', '', 5, 'A'),
(833, 41, 668, '', '', 6, 'A'),
(834, 42, 668, '', '', 7, 'A'),
(835, 43, 668, '', '', 7, 'A'),
(836, 44, 668, '', '', 8, 'A'),
(837, 11, 668, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(838, 126, 669, '', 'order-products', 0, 'A'),
(839, 47, 669, '', '', 1, 'A'),
(840, 5, 671, '', 'top-logo', 0, 'A'),
(841, 18, 672, '', '', 2, 'A'),
(842, 10, 673, '', '', 0, 'A'),
(843, 11, 673, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(844, 10, 674, '', '', 0, 'A'),
(845, 11, 675, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(846, 48, 676, '', '', 0, 'A'),
(847, 10, 677, '', '', 0, 'A'),
(848, 11, 678, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(849, 49, 679, '', '', 0, 'A'),
(850, 10, 680, '', '', 0, 'A'),
(851, 11, 680, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(852, 10, 681, '', '', 0, 'A'),
(853, 11, 682, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(857, 58, 686, '', '', 0, 'A'),
(858, 10, 687, '', '', 0, 'A'),
(859, 129, 688, '', 'hidden-phone', 1, 'A'),
(860, 117, 689, '', '', 0, 'A'),
(861, 11, 689, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(862, 116, 689, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(863, 124, 690, '', 'ut2-filters hidden-phone', 0, 'A'),
(864, 128, 691, '', '', 0, 'A'),
(865, 129, 692, '', 'hidden-phone', 0, 'A'),
(866, 117, 693, '', '', 0, 'A'),
(867, 11, 693, '', '', 1, 'A'),
(868, 116, 693, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(869, 124, 694, '', 'ut2-filters hidden-phone', 0, 'A'),
(873, 10, 698, '', '', 0, 'A'),
(874, 130, 698, '', '', 1, 'A'),
(875, 129, 699, '', 'hidden-phone', 0, 'A'),
(876, 117, 700, '', '', 0, 'A'),
(877, 11, 700, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(878, 116, 700, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(879, 124, 701, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(880, 10, 702, '', '', 2, 'A'),
(881, 11, 703, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(884, 75, 706, '', '', 0, 'A'),
(885, 61, 707, '', 'top-languages', 0, 'A'),
(886, 2, 707, '', 'top-currencies', 1, 'A'),
(887, 3, 707, '', 'top-quick-links', 2, 'A'),
(888, 77, 708, '', 'top-logo', 0, 'A'),
(889, 78, 709, '', '', 2, 'A'),
(890, 79, 710, '', 'top-buttons-grid', 0, 'A'),
(891, 80, 710, '', 'top-phones-grid', 1, 'A'),
(892, 81, 710, '', 'top-phones-grid', 2, 'D'),
(893, 139, 713, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 2, 'A'),
(894, 7, 714, '', 'top-search', 2, 'A'),
(895, 62, 715, '', 'ut2-top-cart-content', 2, 'A'),
(896, 83, 715, '', 'ut2-top-my-account', 3, 'A'),
(897, 10, 716, '', '', 0, 'A'),
(898, 11, 717, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(899, 84, 719, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(900, 85, 720, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(901, 86, 721, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(902, 87, 722, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 0, 'A'),
(903, 18, 724, '', '', 2, 'A'),
(904, 19, 725, '', '', 2, 'A'),
(905, 77, 726, '', 'top-logo', 0, 'A'),
(906, 78, 727, '', 'hidden-phone', 2, 'A'),
(907, 79, 728, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(908, 80, 728, '', 'top-phones-grid', 1, 'A'),
(909, 81, 728, '', 'top-phones-grid', 2, 'D'),
(910, 82, 731, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical hpo-menu', 0, 'A'),
(911, 7, 732, '', 'top-search', 2, 'A'),
(912, 62, 733, '', 'ut2-top-cart-content', 2, 'A'),
(913, 83, 733, '', 'ut2-top-my-account', 3, 'A'),
(914, 138, 734, '', 'hpo-banner', 0, 'A'),
(915, 89, 735, '', 'hidden-desktop', 0, 'A'),
(916, 90, 737, '', 'hidden-phone', 0, 'A'),
(917, 91, 738, '', 'hidden-phone', 0, 'A'),
(918, 93, 738, '', 'hidden-phone', 1, 'A'),
(919, 92, 738, '', 'hidden-phone', 2, 'A'),
(920, 94, 740, '', 'hidden-phone', 0, 'A'),
(921, 95, 740, '', 'hidden-phone', 1, 'A'),
(922, 96, 741, '', 'hidden-phone', 0, 'A'),
(923, 97, 742, '', 'hidden-phone', 0, 'A'),
(924, 98, 742, '', 'hidden-phone', 1, 'A'),
(925, 99, 743, '', '', 0, 'A'),
(926, 100, 744, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone hidden-tablet', 1, 'A'),
(927, 103, 745, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 2, 'A'),
(928, 104, 746, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'scroller', 0, 'A'),
(929, 11, 747, '', '', 2, 'A'),
(930, 105, 748, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'homepage-our-brands', 2, 'A'),
(931, 106, 749, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 0, 'A'),
(932, 107, 751, '', '', 0, 'A'),
(933, 108, 752, '', '', 0, 'A'),
(934, 11, 753, '', '', 0, 'A'),
(935, 109, 754, '', '', 0, 'A'),
(936, 110, 756, '', 'hidden-phone', 0, 'A'),
(937, 91, 757, '', 'hidden-phone', 0, 'A'),
(938, 93, 757, '', 'hidden-phone', 1, 'A'),
(939, 111, 757, '', 'hidden-phone', 2, 'A'),
(940, 112, 758, '', '', 0, 'A'),
(941, 113, 759, '', '', 0, 'D'),
(942, 114, 760, '', '', 0, 'A'),
(943, 89, 760, '', '', 1, 'A'),
(944, 129, 761, '', 'hidden-phone', 0, 'A'),
(945, 115, 762, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-categories abt-ut2-draggable hidden-desktop hidden-tablet', 0, 'A'),
(946, 116, 762, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 1, 'A'),
(947, 117, 763, '', '', 1, 'A'),
(948, 11, 763, '', '', 2, 'A'),
(949, 118, 764, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(950, 119, 764, '', '', 0, 'A'),
(951, 120, 764, '', '', 0, 'A'),
(952, 121, 764, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(953, 122, 764, '', 'subcategories-grid', 0, 'A'),
(954, 123, 764, '', 'ut2-subcategories-block hidden-phone', 0, 'A'),
(955, 124, 764, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(956, 125, 765, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'ut2-bestsellers-block', 2, 'A'),
(957, 10, 766, '', '', 0, 'A'),
(958, 11, 767, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(959, 34, 769, '', '', 0, 'A'),
(960, 35, 770, '', '', 0, 'A'),
(961, 36, 770, '', '', 1, 'A'),
(962, 37, 770, '', '', 2, 'A'),
(963, 38, 770, '', '', 3, 'A'),
(964, 39, 770, '', '', 4, 'A'),
(965, 40, 770, '', '', 5, 'A'),
(966, 41, 770, '', '', 6, 'A'),
(967, 42, 770, '', '', 7, 'A'),
(968, 43, 770, '', '', 7, 'A'),
(969, 44, 770, '', '', 8, 'A'),
(970, 11, 770, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(971, 126, 771, 'blocks/wrappers/abt__ut2__sidebox_general.tpl', 'order-products', 0, 'A'),
(972, 47, 771, '', '', 1, 'A'),
(973, 5, 773, '', 'top-logo', 0, 'A'),
(974, 18, 774, '', '', 2, 'A'),
(975, 10, 775, '', '', 0, 'A'),
(976, 11, 775, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(977, 10, 776, '', '', 0, 'A'),
(978, 11, 777, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(979, 48, 778, '', '', 0, 'A'),
(980, 10, 779, '', '', 0, 'A'),
(981, 11, 780, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(982, 49, 781, '', '', 0, 'A'),
(983, 10, 782, '', '', 0, 'A'),
(984, 11, 782, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(985, 10, 783, '', '', 0, 'A'),
(986, 11, 784, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(990, 58, 788, '', '', 0, 'A'),
(991, 10, 789, '', '', 0, 'A'),
(992, 127, 790, '', 'hidden-phone', 2, 'A'),
(993, 117, 791, '', '', 0, 'A'),
(994, 11, 791, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(995, 124, 792, '', 'ut2-filters hidden-phone', 0, 'A'),
(996, 116, 793, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 0, 'A'),
(997, 128, 794, '', '', 0, 'A'),
(998, 129, 795, '', 'hidden-phone', 0, 'A'),
(999, 117, 796, '', '', 0, 'A'),
(1000, 11, 796, '', '', 1, 'A'),
(1001, 116, 796, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(1002, 124, 797, '', 'ut2-filters hidden-phone', 0, 'A'),
(1006, 10, 801, '', '', 0, 'A'),
(1007, 130, 801, '', '', 1, 'A'),
(1008, 129, 802, '', 'hidden-phone', 0, 'A'),
(1009, 117, 803, '', '', 0, 'A'),
(1010, 11, 803, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1011, 116, 803, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(1012, 124, 804, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(1013, 10, 805, '', '', 0, 'A'),
(1014, 11, 806, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1017, 10, 810, '', '', 0, 'A'),
(1018, 11, 810, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1019, 10, 812, '', '', 0, 'A'),
(1020, 11, 812, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1021, 10, 814, '', '', 0, 'A'),
(1022, 11, 814, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1023, 10, 816, '', '', 0, 'A'),
(1024, 11, 816, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1025, 10, 818, '', '', 0, 'A'),
(1026, 11, 818, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1027, 10, 820, '', '', 0, 'A'),
(1028, 11, 820, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1029, 10, 821, '', '', 0, 'A'),
(1030, 11, 822, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1031, 60, 823, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(1032, 10, 824, '', '', 0, 'A'),
(1033, 11, 825, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1034, 60, 826, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(1035, 10, 827, '', '', 0, 'A'),
(1036, 11, 828, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1037, 60, 829, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(1038, 10, 830, '', '', 0, 'A'),
(1039, 11, 831, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1040, 60, 832, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(1041, 10, 833, '', '', 0, 'A'),
(1042, 11, 834, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1043, 60, 835, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(1044, 10, 836, '', '', 0, 'A'),
(1045, 11, 837, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1046, 60, 838, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(1047, 10, 839, '', '', 0, 'A'),
(1048, 11, 840, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1049, 68, 841, '', '', 0, 'A'),
(1050, 10, 842, '', '', 0, 'A'),
(1051, 11, 843, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1052, 68, 844, '', '', 0, 'A'),
(1053, 10, 845, '', '', 0, 'A'),
(1054, 11, 846, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1055, 68, 847, '', '', 0, 'A'),
(1056, 10, 848, '', '', 0, 'A'),
(1057, 11, 849, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1058, 68, 850, '', '', 0, 'A'),
(1059, 10, 851, '', '', 0, 'A'),
(1060, 11, 852, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1061, 68, 853, '', '', 0, 'A'),
(1062, 10, 854, '', '', 0, 'A'),
(1063, 11, 855, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1064, 68, 856, '', '', 0, 'A'),
(1065, 10, 857, '', '', 0, 'A'),
(1066, 11, 858, '', '', 2, 'A'),
(1067, 10, 859, '', '', 0, 'A'),
(1068, 11, 860, '', '', 2, 'A'),
(1069, 10, 861, '', '', 0, 'A'),
(1070, 11, 862, '', '', 2, 'A'),
(1071, 10, 863, '', '', 0, 'A'),
(1072, 11, 864, '', '', 2, 'A'),
(1073, 10, 865, '', '', 0, 'A'),
(1074, 11, 866, '', '', 2, 'A'),
(1075, 10, 867, '', '', 0, 'A'),
(1076, 11, 868, '', '', 2, 'A'),
(1077, 61, 869, '', 'top-languages', 2, 'A'),
(1078, 2, 869, '', 'top-currencies', 3, 'A'),
(1079, 3, 870, '', 'top-quick-links', 3, 'A'),
(1080, 4, 871, 'blocks/wrappers/onclick_dropdown.tpl', 'top-my-account', 0, 'A'),
(1081, 5, 872, '', 'top-logo', 0, 'A'),
(1082, 7, 873, '', 'top-search', 2, 'A'),
(1083, 6, 874, '', '', 0, 'A'),
(1084, 8, 875, '', 'top-cart-content', 2, 'A'),
(1085, 140, 876, '', '', 0, 'A'),
(1086, 10, 877, '', '', 0, 'A'),
(1087, 11, 878, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1088, 141, 880, '', '', 2, 'A'),
(1089, 13, 881, '', '', 2, 'A'),
(1090, 84, 883, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(1091, 142, 883, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(1092, 85, 884, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(1093, 86, 885, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(1094, 17, 886, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 0, 'A'),
(1095, 18, 888, '', '', 2, 'A'),
(1096, 19, 889, '', '', 2, 'A'),
(1097, 11, 890, '', '', 2, 'A'),
(1098, 20, 891, '', 'homepage-banners', 0, 'A');
INSERT INTO `partiushop_bm_snapping` (`snapping_id`, `block_id`, `grid_id`, `wrapper`, `user_class`, `order`, `status`) VALUES
(1099, 21, 892, '', 'homepage-banners ty-banners-free-ship', 3, 'A'),
(1100, 22, 892, '', 'homepage-banners ty-banners-pickup', 4, 'A'),
(1101, 23, 893, 'blocks/wrappers/mainbox_simple.tpl', 'ty-homepage-vendors', 2, 'A'),
(1102, 143, 894, 'blocks/wrappers/mainbox_simple.tpl', 'homepage-hotdeals', 0, 'A'),
(1103, 65, 895, 'blocks/wrappers/mainbox_simple.tpl', 'homepage-on-sale', 3, 'A'),
(1104, 144, 896, 'blocks/wrappers/mainbox_simple.tpl', 'homepage-our-brands', 2, 'A'),
(1105, 145, 897, 'blocks/wrappers/mainbox_simple.tpl', '', 2, 'A'),
(1106, 146, 898, 'blocks/wrappers/mainbox_simple.tpl', '', 2, 'A'),
(1107, 147, 899, '', '', 0, 'A'),
(1108, 10, 900, '', '', 0, 'A'),
(1109, 11, 901, '', '', 0, 'A'),
(1110, 10, 902, '', '', 0, 'A'),
(1111, 54, 902, '', '', 0, 'A'),
(1112, 32, 903, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(1113, 33, 903, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(1114, 148, 904, '', 'ty-holiday-gift-banner', 0, 'A'),
(1115, 11, 904, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1116, 10, 905, '', '', 0, 'A'),
(1117, 11, 906, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1118, 34, 908, '', '', 0, 'A'),
(1119, 35, 909, '', '', 0, 'A'),
(1120, 36, 909, '', '', 1, 'A'),
(1121, 37, 909, '', '', 2, 'A'),
(1122, 38, 909, '', '', 3, 'A'),
(1123, 39, 909, '', '', 4, 'A'),
(1124, 40, 909, '', '', 5, 'A'),
(1125, 41, 909, 'blocks/lite_checkout/wrappers/checkout_block_with_heading.tpl', '', 6, 'A'),
(1126, 42, 909, '', '', 7, 'A'),
(1127, 43, 909, '', '', 8, 'A'),
(1128, 44, 909, '', '', 9, 'A'),
(1129, 11, 909, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(1130, 45, 910, 'blocks/wrappers/sidebox_important.tpl', 'ty-carts-summary', 0, 'A'),
(1131, 46, 910, '', 'order-products', 0, 'A'),
(1132, 47, 910, '', '', 1, 'A'),
(1133, 5, 912, '', 'top-logo', 0, 'A'),
(1134, 18, 913, '', '', 2, 'A'),
(1135, 10, 914, '', '', 0, 'A'),
(1136, 11, 915, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1137, 48, 916, '', '', 0, 'A'),
(1138, 10, 917, '', '', 0, 'A'),
(1139, 11, 918, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(1140, 49, 919, '', '', 0, 'A'),
(1141, 10, 920, '', '', 0, 'A'),
(1142, 11, 920, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1143, 10, 921, '', '', 0, 'A'),
(1144, 11, 921, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1145, 10, 922, '', '', 0, 'A'),
(1146, 33, 923, 'blocks/wrappers/sidebox_important.tpl', '', 1, 'A'),
(1147, 11, 924, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1148, 5, 925, '', 'top-logo', 2, 'A'),
(1149, 50, 926, '', '', 0, 'A'),
(1150, 8, 927, '', 'top-cart-content', 2, 'A'),
(1151, 51, 929, '', '', 0, 'A'),
(1152, 52, 930, '', '', 2, 'A'),
(1153, 53, 931, '', '', 2, 'A'),
(1154, 54, 932, '', '', 0, 'A'),
(1155, 10, 932, '', '', 2, 'A'),
(1156, 55, 933, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(1157, 56, 933, 'blocks/wrappers/sidebox_important.tpl', '', 2, 'A'),
(1158, 11, 934, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1159, 10, 935, '', '', 0, 'A'),
(1160, 11, 936, '', '', 0, 'A'),
(1161, 149, 937, '', '', 0, 'A'),
(1166, 58, 941, '', '', 0, 'A'),
(1167, 10, 942, '', '', 0, 'A'),
(1168, 59, 942, 'blocks/wrappers/sidebox_important.tpl', '', 1, 'A'),
(1169, 11, 943, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1173, 74, 947, '', 'hidden-phone', 0, 'D'),
(1174, 75, 947, '', 'hidden-phone', 0, 'A'),
(1175, 61, 948, '', 'top-languages', 0, 'A'),
(1176, 76, 948, '', 'top-currencies', 1, 'A'),
(1177, 3, 948, '', 'top-quick-links', 2, 'A'),
(1178, 77, 949, '', 'top-logo', 0, 'A'),
(1179, 78, 950, '', 'hidden-phone', 2, 'A'),
(1180, 79, 951, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(1181, 80, 951, '', 'top-phones-grid', 1, 'A'),
(1182, 81, 951, '', 'top-phones-grid', 2, 'D'),
(1183, 82, 954, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 2, 'A'),
(1184, 7, 955, '', 'top-search', 2, 'A'),
(1185, 62, 956, '', 'ut2-top-cart-content', 2, 'A'),
(1186, 150, 956, '', 'ut2-top-my-account', 3, 'A'),
(1187, 10, 957, '', '', 0, 'A'),
(1188, 11, 958, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1189, 84, 960, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(1190, 85, 961, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(1191, 86, 962, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(1192, 87, 963, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 0, 'A'),
(1193, 18, 965, '', '', 2, 'A'),
(1194, 19, 966, '', '', 1, 'A'),
(1195, 88, 967, '', 'homepage-banners', 2, 'A'),
(1196, 89, 968, '', 'hidden-desktop', 0, 'A'),
(1197, 90, 970, '', 'hidden-phone', 0, 'A'),
(1198, 91, 971, '', 'hidden-phone', 0, 'A'),
(1199, 92, 971, '', 'hidden-phone', 1, 'A'),
(1200, 93, 971, '', 'hidden-phone', 2, 'A'),
(1201, 94, 973, '', 'hidden-phone', 0, 'A'),
(1202, 95, 973, '', 'hidden-phone', 1, 'A'),
(1203, 96, 974, '', 'hidden-phone', 0, 'A'),
(1204, 97, 975, '', 'hidden-phone', 0, 'A'),
(1205, 98, 975, '', 'hidden-phone', 1, 'A'),
(1206, 99, 976, '', '', 0, 'A'),
(1207, 100, 977, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone hidden-tablet', 1, 'A'),
(1208, 101, 978, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(1209, 102, 979, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(1210, 103, 980, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 2, 'A'),
(1211, 104, 981, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'scroller', 0, 'A'),
(1212, 11, 982, '', '', 2, 'A'),
(1213, 105, 983, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'homepage-our-brands', 2, 'A'),
(1214, 106, 984, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 0, 'A'),
(1215, 107, 986, '', '', 0, 'A'),
(1216, 108, 987, '', '', 0, 'A'),
(1217, 11, 988, '', '', 0, 'A'),
(1218, 109, 989, '', '', 0, 'A'),
(1219, 110, 991, '', 'hidden-phone', 0, 'A'),
(1220, 91, 992, '', 'hidden-phone', 0, 'A'),
(1221, 93, 992, '', 'hidden-phone', 1, 'A'),
(1222, 111, 992, '', 'hidden-phone', 2, 'A'),
(1223, 112, 993, '', '', 0, 'A'),
(1224, 113, 994, '', '', 0, 'D'),
(1225, 114, 995, '', '', 0, 'A'),
(1226, 89, 995, '', '', 1, 'D'),
(1227, 115, 996, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-categories abt-ut2-draggable hidden-tablet hidden-desktop', 0, 'A'),
(1228, 116, 996, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 1, 'A'),
(1229, 117, 997, '', '', 1, 'A'),
(1230, 11, 997, '', '', 2, 'A'),
(1231, 118, 998, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(1232, 119, 998, '', '', 0, 'A'),
(1233, 120, 998, '', '', 0, 'A'),
(1234, 121, 998, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(1235, 122, 998, '', 'subcategories-grid', 0, 'A'),
(1236, 123, 998, '', 'ut2-subcategories-block hidden-phone', 0, 'A'),
(1237, 124, 998, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(1238, 125, 999, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'ut2-bestsellers-block', 2, 'A'),
(1239, 10, 1000, '', '', 0, 'A'),
(1240, 11, 1001, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1241, 34, 1003, '', '', 0, 'A'),
(1242, 35, 1004, '', '', 0, 'A'),
(1243, 36, 1004, '', '', 1, 'A'),
(1244, 37, 1004, '', '', 2, 'A'),
(1245, 38, 1004, '', '', 3, 'A'),
(1246, 39, 1004, '', '', 4, 'A'),
(1247, 40, 1004, '', '', 5, 'A'),
(1248, 41, 1004, '', '', 6, 'A'),
(1249, 42, 1004, '', '', 7, 'A'),
(1250, 43, 1004, '', '', 7, 'A'),
(1251, 44, 1004, '', '', 8, 'A'),
(1252, 11, 1004, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(1253, 126, 1005, 'blocks/wrappers/abt__ut2__sidebox_general.tpl', 'order-products', 0, 'A'),
(1254, 47, 1005, '', '', 1, 'A'),
(1255, 5, 1007, '', 'top-logo', 0, 'A'),
(1256, 18, 1008, '', '', 2, 'A'),
(1257, 10, 1009, '', '', 0, 'A'),
(1258, 11, 1009, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1259, 10, 1010, '', '', 0, 'A'),
(1260, 11, 1011, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1261, 48, 1012, '', '', 0, 'A'),
(1262, 10, 1013, '', '', 0, 'A'),
(1263, 11, 1014, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(1264, 49, 1015, '', '', 0, 'A'),
(1265, 10, 1016, '', '', 0, 'A'),
(1266, 11, 1016, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1267, 10, 1017, '', '', 0, 'A'),
(1268, 11, 1018, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1269, 58, 1019, '', '', 0, 'A'),
(1273, 10, 1023, '', '', 0, 'A'),
(1274, 127, 1024, '', 'hidden-phone', 2, 'A'),
(1275, 117, 1025, '', '', 0, 'A'),
(1276, 11, 1025, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1277, 124, 1026, '', 'ut2-filters hidden-phone', 0, 'A'),
(1278, 116, 1027, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 0, 'A'),
(1279, 10, 1028, '', '', 0, 'A'),
(1280, 11, 1029, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1281, 128, 1030, '', '', 0, 'A'),
(1282, 129, 1031, '', 'hidden-phone', 0, 'A'),
(1283, 117, 1032, '', '', 0, 'A'),
(1284, 11, 1032, '', '', 1, 'A'),
(1285, 116, 1032, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(1286, 124, 1033, '', 'ut2-filters hidden-phone', 0, 'A'),
(1290, 10, 1037, '', '', 0, 'A'),
(1291, 130, 1037, '', '', 1, 'A'),
(1292, 129, 1038, '', 'hidden-phone', 0, 'A'),
(1293, 117, 1039, '', '', 0, 'A'),
(1294, 11, 1039, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1295, 116, 1039, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(1296, 124, 1040, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(1303, 76, 1048, '', 'top-currencies', 2, 'A'),
(1304, 61, 1048, '', 'top-languages', 3, 'A'),
(1305, 3, 1049, '', 'top-quick-links', 2, 'A'),
(1306, 77, 1050, '', 'top-logo', 0, 'A'),
(1307, 78, 1051, '', 'hidden-phone', 2, 'A'),
(1308, 79, 1052, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(1309, 80, 1052, '', 'top-phones-grid', 1, 'A'),
(1310, 81, 1052, '', 'top-phones-grid', 2, 'D'),
(1311, 55, 1055, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 1, 'A'),
(1312, 7, 1056, '', 'top-search', 2, 'A'),
(1313, 62, 1057, '', 'ut2-top-cart-content', 2, 'A'),
(1314, 150, 1057, '', 'ut2-top-my-account', 3, 'A'),
(1315, 10, 1058, '', '', 0, 'A'),
(1316, 134, 1059, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 2, 'A'),
(1317, 117, 1060, '', '', 1, 'A'),
(1318, 11, 1060, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(1319, 51, 1062, '', '', 1, 'A'),
(1320, 53, 1062, '', '', 2, 'A'),
(1321, 134, 1063, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 0, 'A'),
(1322, 74, 1064, '', 'hidden-phone', 1, 'D'),
(1323, 75, 1064, '', 'hidden-phone', 1, 'A'),
(1324, 61, 1065, '', 'top-languages', 0, 'A'),
(1325, 76, 1065, '', 'top-currencies', 1, 'A'),
(1326, 3, 1065, '', 'top-quick-links', 2, 'A'),
(1327, 77, 1066, '', 'top-logo', 0, 'A'),
(1328, 7, 1067, '', '', 2, 'A'),
(1329, 79, 1068, '', 'top-buttons-grid', 0, 'A'),
(1330, 80, 1068, '', 'top-phones-grid', 1, 'A'),
(1331, 81, 1068, '', 'top-phones-grid', 2, 'D'),
(1332, 150, 1069, '', 'ut2-top-my-account', 0, 'A'),
(1333, 62, 1069, '', 'ut2-top-cart-content', 1, 'A'),
(1334, 135, 1070, '', '', 2, 'A'),
(1335, 10, 1071, '', '', 0, 'A'),
(1336, 11, 1072, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1337, 84, 1074, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(1338, 85, 1075, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(1339, 86, 1076, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(1340, 87, 1077, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 0, 'A'),
(1341, 18, 1079, '', '', 2, 'A'),
(1342, 19, 1080, '', 'hidden-phone', 1, 'A'),
(1343, 88, 1081, '', 'homepage-banners', 2, 'A'),
(1344, 89, 1082, '', 'hidden-desktop', 0, 'A'),
(1345, 90, 1084, '', 'hidden-phone', 0, 'A'),
(1346, 91, 1085, '', 'hidden-phone', 0, 'A'),
(1347, 93, 1085, '', 'hidden-phone', 1, 'A'),
(1348, 92, 1085, '', 'hidden-phone', 2, 'A'),
(1349, 94, 1087, '', 'hidden-phone', 0, 'A'),
(1350, 95, 1087, '', 'hidden-phone', 1, 'A'),
(1351, 96, 1088, '', 'hidden-phone', 0, 'A'),
(1352, 97, 1089, '', 'hidden-phone', 0, 'A'),
(1353, 98, 1089, '', 'hidden-phone', 1, 'A'),
(1354, 99, 1090, '', '', 0, 'A'),
(1355, 100, 1091, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone hidden-tablet', 1, 'A'),
(1356, 101, 1092, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(1357, 102, 1093, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(1358, 103, 1094, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 2, 'A'),
(1359, 104, 1095, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'scroller', 0, 'A'),
(1360, 11, 1096, '', '', 2, 'A'),
(1361, 105, 1097, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'homepage-our-brands hidden-phone', 2, 'A'),
(1362, 106, 1098, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 0, 'A'),
(1363, 107, 1100, '', '', 0, 'A'),
(1364, 108, 1101, '', '', 0, 'A'),
(1365, 11, 1102, '', '', 0, 'A'),
(1366, 109, 1103, '', '', 0, 'A'),
(1367, 110, 1105, '', 'hidden-phone', 0, 'A'),
(1368, 91, 1106, '', 'hidden-phone', 0, 'A'),
(1369, 93, 1106, '', 'hidden-phone', 1, 'A'),
(1370, 111, 1106, '', 'hidden-phone', 2, 'A'),
(1371, 112, 1107, '', '', 0, 'A'),
(1372, 113, 1108, '', '', 0, 'D'),
(1373, 114, 1109, '', '', 0, 'A'),
(1374, 89, 1109, '', '', 1, 'D'),
(1375, 129, 1110, '', 'hidden-phone', 0, 'A'),
(1376, 115, 1111, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-categories abt-ut2-draggable hidden-desktop hidden-tablet', 0, 'A'),
(1377, 116, 1111, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 1, 'A'),
(1378, 117, 1112, '', '', 1, 'A'),
(1379, 11, 1112, '', '', 2, 'A'),
(1380, 118, 1113, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(1381, 119, 1113, '', '', 0, 'A'),
(1382, 120, 1113, '', '', 0, 'A'),
(1383, 121, 1113, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(1384, 122, 1113, '', 'subcategories-grid', 0, 'A'),
(1385, 123, 1113, '', 'ut2-subcategories-block hidden-phone', 0, 'A'),
(1386, 124, 1113, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(1387, 125, 1114, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'ut2-bestsellers-block', 2, 'A'),
(1388, 10, 1115, '', '', 0, 'A'),
(1389, 11, 1116, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1390, 34, 1118, '', '', 0, 'A'),
(1391, 35, 1119, '', '', 0, 'A'),
(1392, 36, 1119, '', '', 1, 'A'),
(1393, 37, 1119, '', '', 2, 'A'),
(1394, 38, 1119, '', '', 3, 'A'),
(1395, 39, 1119, '', '', 4, 'A'),
(1396, 40, 1119, '', '', 5, 'A'),
(1397, 41, 1119, '', '', 6, 'A'),
(1398, 42, 1119, '', '', 7, 'A'),
(1399, 43, 1119, '', '', 7, 'A'),
(1400, 44, 1119, '', '', 8, 'A'),
(1401, 11, 1119, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(1402, 126, 1120, '', 'order-products', 0, 'A'),
(1403, 47, 1120, '', '', 1, 'A'),
(1404, 5, 1122, '', 'top-logo', 0, 'A'),
(1405, 18, 1123, '', '', 2, 'A'),
(1406, 10, 1124, '', '', 0, 'A'),
(1407, 11, 1124, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1408, 10, 1125, '', '', 0, 'A'),
(1409, 11, 1126, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1410, 48, 1127, '', '', 0, 'A'),
(1411, 10, 1128, '', '', 0, 'A'),
(1412, 11, 1129, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(1413, 49, 1130, '', '', 0, 'A'),
(1414, 10, 1131, '', '', 0, 'A'),
(1415, 11, 1131, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1416, 10, 1132, '', '', 0, 'A'),
(1417, 11, 1133, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1421, 58, 1137, '', '', 0, 'A'),
(1422, 10, 1138, '', '', 0, 'A'),
(1423, 129, 1139, '', 'hidden-phone', 1, 'A'),
(1424, 117, 1140, '', '', 0, 'A'),
(1425, 11, 1140, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1426, 116, 1140, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(1427, 124, 1141, '', 'ut2-filters hidden-phone', 0, 'A'),
(1428, 10, 1142, '', '', 2, 'A'),
(1429, 11, 1143, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1430, 128, 1144, '', '', 0, 'A'),
(1431, 129, 1145, '', 'hidden-phone', 0, 'A'),
(1432, 117, 1146, '', '', 0, 'A'),
(1433, 11, 1146, '', '', 1, 'A'),
(1434, 116, 1146, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(1435, 124, 1147, '', 'ut2-filters hidden-phone', 0, 'A'),
(1439, 10, 1151, '', '', 0, 'A'),
(1440, 130, 1151, '', '', 1, 'A'),
(1441, 129, 1152, '', 'hidden-phone', 0, 'A'),
(1442, 117, 1153, '', '', 0, 'A'),
(1443, 11, 1153, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1444, 116, 1153, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(1445, 124, 1154, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(1452, 76, 1162, '', 'top-currencies', 2, 'A'),
(1453, 61, 1162, '', 'top-languages', 3, 'A'),
(1454, 3, 1163, '', 'top-quick-links', 2, 'A'),
(1455, 77, 1164, '', 'top-logo', 0, 'A'),
(1456, 7, 1165, '', '', 2, 'A'),
(1457, 79, 1166, '', 'top-buttons-grid', 0, 'A'),
(1458, 80, 1166, '', 'top-phones-grid', 1, 'A'),
(1459, 81, 1166, '', 'top-phones-grid', 2, 'D'),
(1460, 150, 1167, '', 'ut2-top-my-account', 0, 'A'),
(1461, 62, 1167, '', 'ut2-top-cart-content', 1, 'A'),
(1462, 136, 1168, '', '', 1, 'A'),
(1463, 10, 1169, '', '', 0, 'A'),
(1464, 134, 1170, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 2, 'A'),
(1465, 117, 1171, '', '', 1, 'A'),
(1466, 11, 1171, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(1467, 51, 1173, '', '', 1, 'A'),
(1468, 53, 1173, '', '', 2, 'A'),
(1469, 134, 1174, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 0, 'A'),
(1470, 74, 1175, '', 'hidden-phone', 0, 'D'),
(1471, 75, 1175, '', 'hidden-phone', 0, 'A'),
(1472, 61, 1176, '', 'top-languages', 0, 'A'),
(1473, 76, 1176, '', 'top-currencies', 1, 'A'),
(1474, 3, 1176, '', 'top-quick-links', 2, 'A'),
(1475, 77, 1177, '', 'top-logo', 0, 'A'),
(1476, 78, 1178, '', 'hidden-phone', 2, 'A'),
(1477, 79, 1179, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(1478, 80, 1179, '', 'top-phones-grid', 1, 'A'),
(1479, 81, 1179, '', 'top-phones-grid', 2, 'D'),
(1480, 82, 1182, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 2, 'A'),
(1481, 7, 1183, '', 'top-search', 2, 'A'),
(1482, 62, 1184, '', 'ut2-top-cart-content', 2, 'A'),
(1483, 150, 1184, '', 'ut2-top-my-account', 3, 'A'),
(1484, 10, 1185, '', '', 0, 'A'),
(1485, 11, 1186, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1486, 84, 1188, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(1487, 85, 1189, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(1488, 86, 1190, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(1489, 87, 1191, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 0, 'A'),
(1490, 18, 1193, '', '', 2, 'A'),
(1491, 137, 1194, '', 'hidden-phone', 0, 'A'),
(1492, 19, 1194, '', '', 1, 'A'),
(1493, 77, 1195, '', 'top-logo', 0, 'A'),
(1494, 78, 1196, '', 'hidden-phone', 2, 'A'),
(1495, 79, 1197, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(1496, 80, 1197, '', 'top-phones-grid', 1, 'A'),
(1497, 81, 1197, '', 'top-phones-grid', 2, 'D'),
(1498, 82, 1200, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical hpo-menu', 0, 'A'),
(1499, 7, 1201, '', 'top-search', 2, 'A'),
(1500, 62, 1202, '', 'ut2-top-cart-content', 2, 'A'),
(1501, 150, 1202, '', 'ut2-top-my-account', 3, 'A'),
(1502, 138, 1203, '', 'hpo-banner', 0, 'A'),
(1503, 89, 1204, '', 'hidden-desktop', 0, 'A'),
(1504, 90, 1206, '', 'hidden-phone', 0, 'A'),
(1505, 91, 1207, '', 'hidden-phone', 0, 'A'),
(1506, 93, 1207, '', 'hidden-phone', 1, 'A'),
(1507, 92, 1207, '', 'hidden-phone', 2, 'A'),
(1508, 94, 1209, '', 'hidden-phone', 0, 'A'),
(1509, 95, 1209, '', 'hidden-phone', 1, 'A'),
(1510, 96, 1210, '', 'hidden-phone', 0, 'A'),
(1511, 97, 1211, '', 'hidden-phone', 0, 'A'),
(1512, 98, 1211, '', 'hidden-phone', 1, 'A'),
(1513, 99, 1212, '', '', 0, 'A'),
(1514, 100, 1213, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone hidden-tablet', 1, 'A'),
(1515, 101, 1214, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(1516, 102, 1215, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(1517, 103, 1216, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 2, 'A'),
(1518, 104, 1217, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'scroller', 0, 'A'),
(1519, 11, 1218, '', '', 2, 'A'),
(1520, 105, 1219, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'homepage-our-brands', 2, 'A'),
(1521, 106, 1220, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 0, 'A'),
(1522, 107, 1222, '', '', 0, 'A'),
(1523, 108, 1223, '', '', 0, 'A'),
(1524, 11, 1224, '', '', 0, 'A'),
(1525, 109, 1225, '', '', 0, 'A'),
(1526, 110, 1227, '', 'hidden-phone', 0, 'A'),
(1527, 91, 1228, '', 'hidden-phone', 0, 'A'),
(1528, 93, 1228, '', 'hidden-phone', 1, 'A'),
(1529, 111, 1228, '', 'hidden-phone', 2, 'A'),
(1530, 112, 1229, '', '', 0, 'A'),
(1531, 113, 1230, '', '', 0, 'D'),
(1532, 114, 1231, '', '', 0, 'A'),
(1533, 89, 1231, '', '', 1, 'D'),
(1534, 129, 1232, '', 'hidden-phone', 0, 'A'),
(1535, 115, 1233, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-categories abt-ut2-draggable hidden-desktop hidden-tablet', 0, 'A'),
(1536, 116, 1233, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 1, 'A'),
(1537, 117, 1234, '', '', 1, 'A'),
(1538, 11, 1234, '', '', 2, 'A'),
(1539, 118, 1235, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(1540, 119, 1235, '', '', 0, 'A'),
(1541, 120, 1235, '', '', 0, 'A'),
(1542, 121, 1235, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(1543, 122, 1235, '', 'subcategories-grid', 0, 'A'),
(1544, 123, 1235, '', 'ut2-subcategories-block hidden-phone', 0, 'A'),
(1545, 124, 1235, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(1546, 125, 1236, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'ut2-bestsellers-block', 2, 'A'),
(1547, 10, 1237, '', '', 0, 'A'),
(1548, 11, 1238, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1549, 34, 1240, '', '', 0, 'A'),
(1550, 35, 1241, '', '', 0, 'A'),
(1551, 36, 1241, '', '', 1, 'A'),
(1552, 37, 1241, '', '', 2, 'A'),
(1553, 38, 1241, '', '', 3, 'A'),
(1554, 39, 1241, '', '', 4, 'A'),
(1555, 40, 1241, '', '', 5, 'A'),
(1556, 41, 1241, '', '', 6, 'A'),
(1557, 42, 1241, '', '', 7, 'A'),
(1558, 43, 1241, '', '', 7, 'A'),
(1559, 44, 1241, '', '', 8, 'A'),
(1560, 11, 1241, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(1561, 126, 1242, 'blocks/wrappers/abt__ut2__sidebox_general.tpl', 'order-products', 0, 'A'),
(1562, 47, 1242, '', '', 1, 'A'),
(1563, 5, 1244, '', 'top-logo', 0, 'A'),
(1564, 18, 1245, '', '', 2, 'A'),
(1565, 10, 1246, '', '', 0, 'A'),
(1566, 11, 1246, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1567, 10, 1247, '', '', 0, 'A'),
(1568, 11, 1248, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1569, 48, 1249, '', '', 0, 'A'),
(1570, 10, 1250, '', '', 0, 'A'),
(1571, 11, 1251, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(1572, 49, 1252, '', '', 0, 'A'),
(1573, 10, 1253, '', '', 0, 'A'),
(1574, 11, 1253, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1575, 10, 1254, '', '', 0, 'A'),
(1576, 11, 1255, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1580, 58, 1259, '', '', 0, 'A'),
(1581, 10, 1260, '', '', 0, 'A'),
(1582, 127, 1261, '', 'hidden-phone', 2, 'A'),
(1583, 117, 1262, '', '', 0, 'A'),
(1584, 11, 1262, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1585, 124, 1263, '', 'ut2-filters hidden-phone', 0, 'A'),
(1586, 116, 1264, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 0, 'A'),
(1587, 10, 1265, '', '', 0, 'A'),
(1588, 11, 1266, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1589, 128, 1267, '', '', 0, 'A'),
(1590, 129, 1268, '', 'hidden-phone', 0, 'A'),
(1591, 117, 1269, '', '', 0, 'A'),
(1592, 11, 1269, '', '', 1, 'A'),
(1593, 116, 1269, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(1594, 124, 1270, '', 'ut2-filters hidden-phone', 0, 'A'),
(1598, 10, 1274, '', '', 0, 'A'),
(1599, 130, 1274, '', '', 1, 'A'),
(1600, 129, 1275, '', 'hidden-phone', 0, 'A'),
(1601, 117, 1276, '', '', 0, 'A'),
(1602, 11, 1276, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1603, 116, 1276, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(1604, 124, 1277, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(1611, 76, 1285, '', 'top-currencies', 2, 'A'),
(1612, 61, 1285, '', 'top-languages', 3, 'A'),
(1613, 3, 1286, '', 'top-quick-links', 2, 'A'),
(1614, 77, 1287, '', 'top-logo', 0, 'A'),
(1615, 78, 1288, '', 'hidden-phone', 2, 'A'),
(1616, 79, 1289, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(1617, 80, 1289, '', 'top-phones-grid', 1, 'A'),
(1618, 81, 1289, '', 'top-phones-grid', 2, 'D'),
(1619, 55, 1292, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 1, 'A'),
(1620, 7, 1293, '', 'top-search', 2, 'A'),
(1621, 62, 1294, '', 'ut2-top-cart-content', 2, 'A'),
(1622, 150, 1294, '', 'ut2-top-my-account', 3, 'A'),
(1623, 10, 1295, '', '', 0, 'A'),
(1624, 134, 1296, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 2, 'A'),
(1625, 117, 1297, '', '', 1, 'A'),
(1626, 11, 1297, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(1627, 51, 1299, '', '', 1, 'A'),
(1628, 53, 1299, '', '', 2, 'A'),
(1629, 134, 1300, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 0, 'A'),
(1630, 7, 1301, '', 'top-search', 2, 'A'),
(1631, 61, 1302, '', 'top-languages', 2, 'A'),
(1632, 2, 1302, '', 'top-currencies', 3, 'A'),
(1633, 8, 1303, '', 'top-cart-content', 0, 'A'),
(1634, 4, 1303, 'blocks/wrappers/onclick_dropdown.tpl', 'top-my-account', 1, 'A'),
(1635, 140, 1304, '', '', 0, 'A'),
(1636, 10, 1305, '', '', 0, 'A'),
(1637, 11, 1306, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1638, 11, 1307, '', '', 2, 'A'),
(1639, 20, 1308, '', 'homepage-banners', 0, 'A'),
(1640, 21, 1309, '', 'homepage-banners ty-banners-free-ship', 3, 'A'),
(1641, 22, 1309, '', 'homepage-banners ty-banners-pickup', 4, 'A'),
(1642, 143, 1310, 'blocks/wrappers/mainbox_simple.tpl', 'homepage-hotdeals', 2, 'A'),
(1643, 65, 1310, 'blocks/wrappers/mainbox_simple.tpl', 'homepage-on-sale', 3, 'A'),
(1644, 144, 1311, 'blocks/wrappers/mainbox_simple.tpl', 'homepage-our-brands', 2, 'A'),
(1645, 145, 1312, 'blocks/wrappers/mainbox_simple.tpl', '', 2, 'A'),
(1646, 146, 1313, 'blocks/wrappers/mainbox_simple.tpl', '', 2, 'A'),
(1647, 147, 1314, '', '', 0, 'A'),
(1648, 10, 1315, '', '', 0, 'A'),
(1649, 11, 1316, '', '', 0, 'A'),
(1650, 10, 1317, '', '', 0, 'A'),
(1651, 54, 1317, '', '', 0, 'A'),
(1652, 32, 1318, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(1653, 33, 1318, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(1654, 11, 1319, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1655, 10, 1320, '', '', 0, 'A'),
(1656, 11, 1321, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1657, 35, 1322, '', '', 0, 'A'),
(1658, 36, 1322, '', '', 1, 'A'),
(1659, 37, 1322, '', '', 2, 'A'),
(1660, 38, 1322, '', '', 3, 'A'),
(1661, 39, 1322, '', '', 4, 'A'),
(1662, 40, 1322, '', '', 5, 'A'),
(1663, 41, 1322, 'blocks/lite_checkout/wrappers/checkout_block_with_heading.tpl', '', 6, 'A'),
(1664, 42, 1322, '', '', 7, 'A'),
(1665, 43, 1322, '', '', 8, 'A'),
(1666, 44, 1322, '', '', 9, 'A'),
(1667, 11, 1322, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(1668, 47, 1323, 'blocks/wrappers/sidebox_important.tpl', 'ty-order-summary', 0, 'A'),
(1669, 46, 1323, 'blocks/wrappers/sidebox_important.tpl', 'order-products', 0, 'A'),
(1670, 67, 1323, 'blocks/wrappers/sidebox_important.tpl', 'order-information', 0, 'A'),
(1671, 10, 1324, '', '', 0, 'A'),
(1672, 11, 1325, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1673, 48, 1326, '', '', 0, 'A'),
(1674, 10, 1327, '', '', 0, 'A'),
(1675, 11, 1328, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(1676, 49, 1329, '', '', 0, 'A'),
(1677, 10, 1330, '', '', 0, 'A'),
(1678, 11, 1330, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1679, 10, 1331, '', '', 0, 'A'),
(1680, 11, 1331, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1681, 10, 1332, '', '', 0, 'A'),
(1682, 33, 1333, 'blocks/wrappers/sidebox_important.tpl', '', 1, 'A'),
(1683, 11, 1334, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1687, 58, 1338, '', '', 0, 'A'),
(1688, 10, 1339, '', '', 0, 'A'),
(1689, 59, 1339, 'blocks/wrappers/sidebox_important.tpl', '', 1, 'A'),
(1690, 11, 1340, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1694, 10, 1345, '', '', 0, 'A'),
(1695, 11, 1345, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1696, 10, 1347, '', '', 0, 'A'),
(1697, 11, 1347, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1698, 10, 1349, '', '', 0, 'A'),
(1699, 11, 1349, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1700, 10, 1351, '', '', 0, 'A'),
(1701, 11, 1351, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1702, 10, 1353, '', '', 0, 'A'),
(1703, 11, 1353, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1704, 10, 1354, '', '', 0, 'A'),
(1705, 11, 1355, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1706, 60, 1356, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(1707, 10, 1357, '', '', 0, 'A'),
(1708, 11, 1358, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1709, 60, 1359, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(1710, 10, 1360, '', '', 0, 'A'),
(1711, 11, 1361, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1712, 60, 1362, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(1713, 10, 1363, '', '', 0, 'A'),
(1714, 11, 1364, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1715, 60, 1365, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(1716, 10, 1366, '', '', 0, 'A'),
(1717, 11, 1367, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1718, 60, 1368, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(1719, 10, 1369, '', '', 0, 'A'),
(1720, 11, 1370, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1721, 68, 1371, '', '', 0, 'A'),
(1722, 10, 1372, '', '', 0, 'A'),
(1723, 11, 1373, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1724, 68, 1374, '', '', 0, 'A'),
(1725, 10, 1375, '', '', 0, 'A'),
(1726, 11, 1376, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1727, 68, 1377, '', '', 0, 'A'),
(1728, 10, 1378, '', '', 0, 'A'),
(1729, 11, 1379, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1730, 68, 1380, '', '', 0, 'A'),
(1731, 10, 1381, '', '', 0, 'A'),
(1732, 11, 1382, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1733, 68, 1383, '', '', 0, 'A'),
(1734, 10, 1384, '', '', 0, 'A'),
(1735, 11, 1385, '', '', 2, 'A'),
(1736, 10, 1386, '', '', 0, 'A'),
(1737, 11, 1387, '', '', 2, 'A'),
(1738, 10, 1388, '', '', 0, 'A'),
(1739, 11, 1389, '', '', 2, 'A'),
(1740, 10, 1390, '', '', 0, 'A'),
(1741, 11, 1391, '', '', 2, 'A'),
(1742, 10, 1392, '', '', 0, 'A'),
(1743, 11, 1393, '', '', 2, 'A'),
(1744, 74, 1394, '', 'hidden-phone', 0, 'D'),
(1745, 75, 1394, '', 'hidden-phone', 0, 'D'),
(1746, 61, 1394, '', 'top-languages', 2, 'A'),
(1747, 76, 1394, '', 'top-currencies', 1, 'A'),
(1748, 3, 1395, '', 'top-quick-links', 1, 'A'),
(1749, 77, 1396, '', 'top-logo', 0, 'A'),
(1750, 78, 1402, '', 'hidden-phone', 1, 'A'),
(1751, 79, 1398, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(1752, 80, 1398, '', 'top-phones-grid', 1, 'D'),
(1753, 81, 1398, '', 'top-phones-grid', 4, 'D'),
(1754, 82, 1401, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 2, 'A'),
(1755, 7, 1397, '', 'top-search', 0, 'A'),
(1756, 62, 1514, '', 'ut2-top-cart-content', 3, 'A'),
(1757, 83, 1514, '', 'ut2-top-my-account', 2, 'A'),
(1758, 10, 1404, '', '', 0, 'A'),
(1759, 11, 1405, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1760, 84, 1407, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(1761, 85, 1408, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(1762, 86, 1409, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(1763, 87, 1410, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 0, 'A'),
(1764, 18, 1412, '', '', 1, 'A'),
(1765, 19, 1412, '', '', 0, 'A'),
(1766, 88, 1414, '', 'homepage-banners', 2, 'A'),
(1767, 89, 1415, '', 'hidden-desktop', 0, 'A'),
(1768, 90, 1417, '', '', 0, 'D'),
(1769, 91, 1418, 'blocks/wrappers/abt__ut2__sidebox_important.tpl', '', 0, 'A'),
(1770, 92, 1428, '', 'hidden-phone', 0, 'A'),
(1771, 93, 1426, '', '', 0, 'A'),
(1772, 94, 1420, '', 'hidden-phone', 0, 'A'),
(1773, 95, 1420, '', 'hidden-phone', 1, 'A'),
(1774, 96, 1421, '', 'hidden-phone', 0, 'A'),
(1775, 97, 1422, '', 'hidden-phone', 0, 'A'),
(1776, 98, 1422, '', 'hidden-phone', 1, 'A'),
(1777, 99, 1423, '', '', 0, 'A'),
(1778, 100, 1424, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone hidden-tablet', 1, 'A'),
(1779, 101, 1425, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(1780, 102, 1431, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 0, 'A'),
(1781, 103, 1427, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 0, 'A'),
(1782, 104, 1428, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'scroller', 1, 'A'),
(1783, 11, 1429, '', '', 2, 'A'),
(1784, 105, 1430, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'homepage-our-brands', 2, 'A'),
(1785, 106, 1431, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 1, 'A'),
(1786, 107, 1433, '', '', 0, 'A'),
(1787, 108, 1434, '', '', 0, 'A'),
(1788, 11, 1435, '', '', 0, 'A'),
(1789, 109, 1436, '', '', 0, 'A'),
(1790, 110, 1438, '', 'hidden-phone', 0, 'A'),
(1791, 91, 1439, '', 'hidden-phone', 0, 'A'),
(1792, 93, 1439, '', 'hidden-phone', 1, 'A'),
(1793, 111, 1439, '', 'hidden-phone', 2, 'A'),
(1794, 112, 1440, '', '', 0, 'A'),
(1795, 113, 1441, '', '', 0, 'D'),
(1796, 114, 1442, '', '', 0, 'A'),
(1797, 89, 1442, '', '', 1, 'D'),
(1798, 115, 1443, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-categories abt-ut2-draggable hidden-tablet hidden-desktop', 0, 'A'),
(1799, 116, 1443, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 1, 'A'),
(1800, 117, 1444, '', '', 1, 'A'),
(1801, 11, 1444, '', '', 2, 'A'),
(1802, 118, 1445, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(1803, 119, 1445, '', '', 0, 'A'),
(1804, 120, 1445, '', '', 0, 'A'),
(1805, 121, 1445, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(1806, 122, 1445, '', 'subcategories-grid', 0, 'A'),
(1807, 123, 1445, '', 'ut2-subcategories-block hidden-phone', 0, 'A'),
(1808, 124, 1445, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(1809, 125, 1446, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'ut2-bestsellers-block', 2, 'A'),
(1810, 10, 1447, '', '', 0, 'A'),
(1811, 11, 1448, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1812, 34, 1450, '', '', 0, 'A'),
(1813, 35, 1451, '', '', 0, 'D'),
(1814, 36, 1451, '', '', 1, 'A'),
(1815, 37, 1451, '', '', 8, 'A'),
(1816, 38, 1451, '', '', 2, 'A'),
(1817, 39, 1451, '', '', 4, 'A'),
(1818, 40, 1451, '', '', 5, 'A'),
(1819, 41, 1451, '', '', 6, 'A'),
(1820, 42, 1451, '', '', 7, 'A'),
(1821, 43, 1451, '', '', 3, 'A'),
(1822, 44, 1451, '', '', 9, 'A'),
(1823, 11, 1451, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(1824, 126, 1452, 'blocks/wrappers/abt__ut2__sidebox_general.tpl', 'order-products', 0, 'A'),
(1825, 47, 1452, '', '', 1, 'A'),
(1826, 5, 1454, '', 'top-logo', 0, 'A'),
(1827, 18, 1455, '', '', 2, 'A'),
(1828, 10, 1456, '', '', 0, 'A'),
(1829, 11, 1456, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1830, 10, 1457, '', '', 0, 'A'),
(1831, 11, 1458, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1832, 48, 1459, '', '', 0, 'A'),
(1833, 10, 1460, '', '', 0, 'A'),
(1834, 11, 1461, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(1835, 49, 1462, '', '', 0, 'A'),
(1836, 10, 1463, '', '', 0, 'A'),
(1837, 11, 1463, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1838, 10, 1464, '', '', 0, 'A'),
(1839, 11, 1465, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1840, 58, 1466, '', '', 0, 'A'),
(1841, 10, 1467, '', '', 0, 'A'),
(1842, 11, 1468, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1843, 68, 1469, '', '', 0, 'A'),
(1844, 10, 1470, '', '', 0, 'A'),
(1845, 127, 1471, '', 'hidden-phone', 2, 'A'),
(1846, 117, 1472, '', '', 0, 'A'),
(1847, 11, 1472, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1848, 124, 1473, '', 'ut2-filters hidden-phone', 0, 'A'),
(1849, 116, 1474, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 0, 'A'),
(1850, 10, 1475, '', '', 0, 'A'),
(1851, 11, 1476, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1852, 128, 1477, '', '', 0, 'A'),
(1853, 129, 1478, '', 'hidden-phone', 0, 'A'),
(1854, 117, 1479, '', '', 0, 'A'),
(1855, 11, 1479, '', '', 1, 'A'),
(1856, 116, 1479, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(1857, 124, 1480, '', 'ut2-filters hidden-phone', 0, 'A'),
(1858, 10, 1481, '', '', 0, 'A'),
(1859, 11, 1482, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1860, 60, 1483, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(1861, 10, 1484, '', '', 0, 'A'),
(1862, 11, 1485, '', '', 2, 'A'),
(1863, 10, 1486, '', '', 0, 'A'),
(1864, 130, 1486, '', '', 1, 'A'),
(1865, 129, 1487, '', 'hidden-phone', 0, 'A'),
(1866, 117, 1488, '', '', 0, 'A'),
(1867, 11, 1488, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1868, 116, 1488, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(1869, 124, 1489, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(1874, 76, 1495, '', 'top-currencies', 2, 'A'),
(1875, 61, 1495, '', 'top-languages', 3, 'A'),
(1876, 3, 1496, '', 'top-quick-links', 2, 'A'),
(1877, 77, 1497, '', 'top-logo', 0, 'A'),
(1878, 78, 1498, '', 'hidden-phone', 2, 'A'),
(1879, 79, 1499, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(1880, 80, 1499, '', 'top-phones-grid', 1, 'A'),
(1881, 81, 1499, '', 'top-phones-grid', 2, 'D'),
(1882, 55, 1502, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 1, 'A'),
(1883, 7, 1503, '', 'top-search', 2, 'A'),
(1884, 62, 1504, '', 'ut2-top-cart-content', 1, 'A'),
(1885, 83, 1504, '', 'ut2-top-my-account', 0, 'A'),
(1886, 10, 1505, '', '', 0, 'A'),
(1887, 134, 1506, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 2, 'A'),
(1888, 117, 1507, '', '', 1, 'A'),
(1889, 11, 1507, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(1890, 51, 1509, '', '', 1, 'A'),
(1891, 53, 1509, '', '', 2, 'A'),
(1892, 134, 1510, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 0, 'A'),
(1893, 10, 1512, '', '', 0, 'A'),
(1894, 11, 1512, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1895, 151, 1513, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 1, 'D'),
(1897, 152, 1513, '', '', 0, 'D'),
(1899, 154, 1516, '', '', 0, 'A'),
(1900, 155, 1516, '', '', 1, 'A'),
(1901, 23, 1516, 'blocks/wrappers/mainbox_simple.tpl', 'ty-homepage-vendors', 2, 'A'),
(1902, 156, 1516, '', '', 2, 'A'),
(1903, 25, 1516, '', '', 3, 'A'),
(1904, 11, 1517, '', '', 2, 'A'),
(1905, 49, 1518, '', '', 0, 'A'),
(1906, 11, 1519, '', '', 0, 'A'),
(1907, 157, 1520, '', '', 0, 'A'),
(1909, 159, 1522, '', '', 0, 'A'),
(1912, 160, 1523, '', '', 0, 'A'),
(1913, 161, 1524, '', '', 0, 'A'),
(1914, 162, 1526, '', '', 0, 'D'),
(1915, 163, 1527, '', 'top-languages', 2, 'A'),
(1916, 164, 1527, '', 'top-currencies', 3, 'A'),
(1917, 165, 1528, '', 'top-quick-links', 3, 'A'),
(1918, 166, 1529, 'blocks/wrappers/onclick_dropdown.tpl', 'top-my-account', 2, 'A'),
(1919, 167, 1530, '', 'top-logo', 0, 'A'),
(1920, 168, 1531, '', '', 0, 'A'),
(1921, 169, 1533, '', 'top-search', 0, 'A'),
(1922, 170, 1534, '', 'top-cart-content', 2, 'A'),
(1923, 171, 1535, '', 'top-menu', 2, 'A'),
(1924, 172, 1536, '', '', 0, 'A'),
(1925, 173, 1537, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1926, 174, 1539, '', '', 2, 'A'),
(1927, 175, 1540, '', '', 2, 'A'),
(1928, 176, 1542, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(1929, 177, 1543, 'blocks/wrappers/footer_general.tpl', 'footer-menu-shop', 0, 'A'),
(1930, 178, 1544, 'blocks/wrappers/footer_general.tpl', 'footer-menu-create-orders', 0, 'A'),
(1931, 179, 1545, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg footer-contacts', 0, 'A'),
(1932, 180, 1547, '', '', 2, 'A'),
(1933, 181, 1548, '', '', 2, 'A'),
(1934, 182, 1550, '', 'homepage-banners', 0, 'A'),
(1935, 183, 1551, '', 'ty-banners-free-ship', 3, 'A'),
(1936, 184, 1551, '', 'ty-banners-pickup', 4, 'A'),
(1937, 185, 1552, 'blocks/wrappers/mainbox_simple.tpl', 'ty-homepage-vendors', 2, 'A'),
(1938, 186, 1553, 'blocks/wrappers/mainbox_simple.tpl', 'homepage-hotdeals', 2, 'A'),
(1939, 187, 1554, 'blocks/wrappers/mainbox_simple.tpl', 'homepage-on-sale', 5, 'A'),
(1940, 188, 1555, 'blocks/wrappers/mainbox_simple.tpl', '', 0, 'A'),
(1941, 189, 1556, 'blocks/wrappers/mainbox_simple.tpl', 'homepage-reviews', 0, 'A'),
(1942, 173, 1557, '', '', 1, 'A'),
(1943, 190, 1557, 'blocks/wrappers/mainbox_simple.tpl', 'homepage-our-brands', 2, 'A'),
(1944, 191, 1557, '', 'homepage-benefits-guarantees', 3, 'D'),
(1945, 172, 1559, '', '', 0, 'A'),
(1946, 173, 1560, '', '', 0, 'A'),
(1947, 192, 1561, 'blocks/wrappers/mainbox_simple.tpl', '', 2, 'A'),
(1948, 193, 1562, 'blocks/wrappers/mainbox_simple.tpl', '', 2, 'A'),
(1949, 172, 1565, '', '', 0, 'A'),
(1950, 194, 1566, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(1951, 195, 1566, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(1952, 173, 1567, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1953, 172, 1570, '', '', 0, 'A'),
(1954, 173, 1571, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1955, 196, 1574, '', '', 0, 'A'),
(1956, 197, 1575, '', '', 0, 'A'),
(1957, 198, 1575, '', '', 1, 'A'),
(1958, 199, 1575, '', '', 2, 'A'),
(1959, 200, 1575, '', '', 3, 'A'),
(1960, 201, 1575, '', '', 4, 'A'),
(1961, 202, 1575, '', '', 5, 'A'),
(1962, 203, 1575, 'blocks/lite_checkout/wrappers/checkout_block_with_heading.tpl', '', 6, 'A'),
(1963, 204, 1575, '', '', 7, 'A'),
(1964, 205, 1575, '', '', 8, 'A'),
(1965, 206, 1575, '', '', 9, 'A'),
(1966, 173, 1575, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(1967, 207, 1576, 'blocks/wrappers/sidebox_important.tpl', 'ty-carts-summary', 0, 'A'),
(1968, 208, 1576, '', 'order-products', 0, 'A'),
(1969, 209, 1576, '', '', 1, 'A'),
(1970, 167, 1578, '', 'top-logo', 0, 'A'),
(1971, 180, 1579, '', '', 2, 'A'),
(1972, 172, 1580, '', '', 0, 'A'),
(1973, 173, 1581, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1974, 210, 1582, '', '', 0, 'A'),
(1975, 172, 1583, '', '', 0, 'A'),
(1976, 173, 1584, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(1977, 211, 1585, '', '', 0, 'A'),
(1978, 172, 1586, '', '', 0, 'A'),
(1979, 173, 1586, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1980, 172, 1588, '', '', 0, 'A'),
(1981, 173, 1588, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(1982, 167, 1590, '', 'top-logo', 2, 'A'),
(1983, 212, 1591, '', '', 0, 'A'),
(1984, 170, 1592, '', 'top-cart-content', 2, 'A'),
(1985, 213, 1594, '', '', 0, 'A'),
(1986, 214, 1595, '', '', 2, 'A'),
(1987, 215, 1596, '', '', 2, 'A'),
(1988, 216, 1597, '', '', 0, 'A'),
(1989, 172, 1597, '', '', 2, 'A'),
(1990, 217, 1598, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(1991, 218, 1598, 'blocks/wrappers/sidebox_important.tpl', '', 2, 'A'),
(1992, 173, 1599, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(1993, 172, 1600, '', '', 0, 'A'),
(1994, 173, 1601, '', '', 0, 'A'),
(1995, 219, 1602, '', '', 0, 'A'),
(1996, 172, 1604, '', '', 0, 'A'),
(1997, 166, 1605, 'blocks/wrappers/sidebox_important.tpl', '', 1, 'A'),
(1998, 195, 1605, 'blocks/wrappers/sidebox_important.tpl', '', 2, 'A'),
(1999, 173, 1606, '', '', 0, 'A'),
(2000, 220, 1608, '', '', 0, 'A'),
(2001, 172, 1609, '', '', 0, 'A'),
(2002, 221, 1609, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(2003, 173, 1610, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2004, 172, 1611, '', '', 0, 'A'),
(2005, 173, 1612, '', '', 2, 'A'),
(2006, 172, 1613, '', '', 0, 'A'),
(2007, 173, 1614, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2008, 222, 1615, '', '', 0, 'A'),
(2009, 172, 1616, '', '', 0, 'A'),
(2010, 173, 1617, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2011, 223, 1618, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(2012, 172, 1620, '', '', 0, 'A'),
(2013, 173, 1620, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2014, 172, 1621, '', '', 2, 'A'),
(2015, 224, 1622, '', '', 0, 'A'),
(2016, 225, 1623, '', '', 2, 'A'),
(2017, 173, 1624, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2018, 169, 1625, '', 'top-search', 2, 'A'),
(2019, 226, 1626, '', 'widget top-languages', 2, 'A'),
(2020, 164, 1626, '', 'widget top-currencies', 3, 'A'),
(2021, 227, 1627, '', 'widget top-cart-content', 2, 'A'),
(2022, 166, 1627, 'blocks/wrappers/onclick_dropdown.tpl', 'widget top-my-account', 3, 'A'),
(2023, 228, 1628, '', '', 0, 'A'),
(2024, 172, 1629, '', '', 0, 'A'),
(2025, 173, 1630, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2026, 182, 1632, '', 'homepage-banners', 0, 'A'),
(2027, 183, 1633, '', 'ty-banners-free-ship', 3, 'A'),
(2028, 184, 1633, '', 'ty-banners-pickup', 4, 'A'),
(2029, 229, 1634, 'blocks/wrappers/mainbox_simple.tpl', 'homepage-hotdeals', 4, 'A'),
(2030, 230, 1634, 'blocks/wrappers/mainbox_simple.tpl', 'homepage-on-sale', 5, 'A'),
(2031, 188, 1635, 'blocks/wrappers/mainbox_simple.tpl', '', 0, 'A'),
(2032, 189, 1636, 'blocks/wrappers/mainbox_simple.tpl', 'homepage-reviews', 0, 'A'),
(2033, 173, 1637, '', '', 1, 'A'),
(2034, 190, 1637, 'blocks/wrappers/mainbox_simple.tpl', 'homepage-our-brands', 2, 'A'),
(2035, 231, 1637, '', 'homepage-benefits-guarantees', 3, 'D'),
(2036, 172, 1639, '', '', 0, 'A'),
(2037, 173, 1640, '', '', 0, 'A'),
(2038, 192, 1641, 'blocks/wrappers/mainbox_simple.tpl', '', 2, 'A'),
(2039, 193, 1642, 'blocks/wrappers/mainbox_simple.tpl', '', 2, 'A'),
(2040, 172, 1645, '', '', 0, 'A'),
(2041, 194, 1646, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(2042, 195, 1646, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(2043, 173, 1647, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2044, 172, 1650, '', '', 0, 'A'),
(2045, 173, 1651, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2046, 197, 1654, '', '', 0, 'A'),
(2047, 198, 1654, '', '', 1, 'A'),
(2048, 199, 1654, '', '', 2, 'A'),
(2049, 200, 1654, '', '', 3, 'A'),
(2050, 201, 1654, '', '', 4, 'A'),
(2051, 202, 1654, '', '', 5, 'A'),
(2052, 203, 1654, 'blocks/lite_checkout/wrappers/checkout_block_with_heading.tpl', '', 6, 'A'),
(2053, 204, 1654, '', '', 7, 'A'),
(2054, 205, 1654, '', '', 8, 'A'),
(2055, 206, 1654, '', '', 9, 'A'),
(2056, 173, 1654, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(2057, 209, 1655, 'blocks/wrappers/sidebox_important.tpl', 'ty-order-summary', 0, 'A'),
(2058, 208, 1655, 'blocks/wrappers/sidebox_important.tpl', 'order-products', 0, 'A'),
(2059, 232, 1655, 'blocks/wrappers/sidebox_important.tpl', 'order-information', 0, 'A'),
(2060, 172, 1657, '', '', 0, 'A'),
(2061, 173, 1658, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2062, 210, 1659, '', '', 0, 'A'),
(2063, 172, 1660, '', '', 0, 'A'),
(2064, 173, 1661, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(2065, 211, 1662, '', '', 0, 'A'),
(2066, 172, 1663, '', '', 0, 'A'),
(2067, 173, 1663, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2068, 172, 1665, '', '', 0, 'A'),
(2069, 173, 1665, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2070, 172, 1668, '', '', 0, 'A'),
(2071, 166, 1669, 'blocks/wrappers/sidebox_important.tpl', '', 1, 'A'),
(2072, 195, 1669, 'blocks/wrappers/sidebox_important.tpl', '', 2, 'A'),
(2073, 173, 1670, '', '', 0, 'A'),
(2074, 220, 1672, '', '', 0, 'A'),
(2075, 172, 1673, '', '', 0, 'A'),
(2076, 173, 1674, '', '', 2, 'A'),
(2077, 172, 1675, '', '', 0, 'A'),
(2078, 173, 1676, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2079, 222, 1677, '', '', 0, 'A'),
(2080, 172, 1678, '', '', 0, 'A'),
(2081, 173, 1679, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2082, 223, 1680, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(2083, 172, 1682, '', '', 0, 'A'),
(2084, 173, 1682, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2085, 172, 1683, '', '', 2, 'A'),
(2086, 224, 1684, '', '', 0, 'A'),
(2087, 225, 1685, '', '', 2, 'A'),
(2088, 173, 1686, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2089, 233, 1687, '', 'hidden-phone', 0, 'D'),
(2090, 234, 1687, '', 'hidden-phone', 0, 'A'),
(2091, 226, 1688, '', 'top-languages', 0, 'D'),
(2092, 235, 1688, '', 'top-currencies', 1, 'D'),
(2093, 165, 1688, '', 'top-quick-links', 2, 'D'),
(2094, 167, 1689, '', 'top-logo', 0, 'A'),
(2095, 236, 1690, '', 'hidden-phone', 2, 'D'),
(2096, 237, 1691, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(2097, 238, 1691, '', 'top-phones-grid', 1, 'D'),
(2098, 239, 1691, '', 'top-phones-grid', 2, 'D'),
(2099, 240, 1694, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 2, 'A'),
(2100, 169, 1695, '', 'top-search', 1, 'A'),
(2101, 227, 1696, '', 'ut2-top-cart-content', 1, 'A'),
(2102, 241, 1696, '', 'ut2-top-my-account', 0, 'A'),
(2103, 172, 1697, '', '', 0, 'A'),
(2104, 173, 1698, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2105, 242, 1700, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(2106, 243, 1701, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(2107, 244, 1702, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(2108, 245, 1703, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 0, 'A'),
(2109, 180, 1705, '', '', 1, 'A'),
(2110, 181, 1705, '', '', 0, 'A'),
(2111, 246, 1706, '', 'homepage-banners', 2, 'A'),
(2112, 247, 1707, '', 'hidden-desktop', 0, 'A'),
(2113, 248, 1709, '', 'hidden-phone', 0, 'A'),
(2114, 249, 1710, '', 'hidden-phone', 0, 'A'),
(2115, 252, 1712, '', 'hidden-phone', 0, 'A'),
(2116, 253, 1712, '', 'hidden-phone', 1, 'A'),
(2117, 254, 1713, '', 'hidden-phone', 0, 'A'),
(2118, 255, 1714, '', 'hidden-phone', 0, 'A'),
(2119, 256, 1714, '', 'hidden-phone', 1, 'A'),
(2120, 257, 1715, '', '', 0, 'A'),
(2121, 250, 1716, '', 'hidden-phone', 0, 'A'),
(2122, 259, 1717, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(2123, 260, 1718, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(2124, 261, 1719, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 2, 'A'),
(2125, 262, 1720, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'scroller', 1, 'A'),
(2126, 173, 1721, '', '', 2, 'A'),
(2127, 258, 1722, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone hidden-tablet', 0, 'A'),
(2128, 263, 1722, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'homepage-our-brands', 1, 'A'),
(2129, 251, 1723, '', 'hidden-phone', 0, 'A'),
(2130, 264, 1723, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 1, 'A'),
(2131, 265, 1725, '', '', 0, 'A'),
(2132, 266, 1726, '', '', 0, 'A'),
(2133, 173, 1727, '', '', 0, 'A'),
(2134, 267, 1728, '', '', 0, 'A'),
(2135, 268, 1730, '', 'hidden-phone', 0, 'A');
INSERT INTO `partiushop_bm_snapping` (`snapping_id`, `block_id`, `grid_id`, `wrapper`, `user_class`, `order`, `status`) VALUES
(2136, 249, 1731, '', 'hidden-phone', 0, 'A'),
(2137, 251, 1731, '', 'hidden-phone', 1, 'A'),
(2138, 269, 1731, '', 'hidden-phone', 2, 'A'),
(2139, 270, 1732, '', '', 0, 'A'),
(2140, 271, 1733, '', '', 0, 'D'),
(2141, 272, 1734, '', '', 0, 'A'),
(2142, 247, 1734, '', '', 1, 'D'),
(2143, 273, 1735, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-categories abt-ut2-draggable hidden-tablet hidden-desktop', 0, 'A'),
(2144, 274, 1735, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 1, 'A'),
(2145, 275, 1736, '', '', 1, 'A'),
(2146, 173, 1736, '', '', 2, 'A'),
(2147, 276, 1737, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(2148, 277, 1737, '', '', 0, 'A'),
(2149, 278, 1737, '', '', 0, 'A'),
(2150, 279, 1737, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(2151, 280, 1737, '', 'subcategories-grid', 0, 'A'),
(2152, 281, 1737, '', 'ut2-subcategories-block hidden-phone', 0, 'A'),
(2153, 225, 1737, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(2154, 282, 1738, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'ut2-bestsellers-block', 2, 'A'),
(2155, 172, 1739, '', '', 0, 'A'),
(2156, 173, 1740, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2157, 196, 1742, '', '', 0, 'A'),
(2158, 197, 1743, '', '', 0, 'A'),
(2159, 198, 1743, '', '', 1, 'A'),
(2160, 199, 1743, '', '', 2, 'A'),
(2161, 200, 1743, '', '', 3, 'A'),
(2162, 201, 1743, '', '', 4, 'A'),
(2163, 202, 1743, '', '', 5, 'A'),
(2164, 203, 1743, '', '', 6, 'A'),
(2165, 204, 1743, '', '', 7, 'A'),
(2166, 205, 1743, '', '', 7, 'A'),
(2167, 206, 1743, '', '', 8, 'A'),
(2168, 173, 1743, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(2169, 283, 1744, 'blocks/wrappers/abt__ut2__sidebox_general.tpl', 'order-products', 0, 'A'),
(2170, 209, 1744, '', '', 1, 'A'),
(2171, 167, 1746, '', 'top-logo', 0, 'A'),
(2172, 180, 1747, '', '', 2, 'A'),
(2173, 172, 1748, '', '', 0, 'A'),
(2174, 173, 1748, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2175, 172, 1749, '', '', 0, 'A'),
(2176, 173, 1750, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2177, 210, 1751, '', '', 0, 'A'),
(2178, 172, 1752, '', '', 0, 'A'),
(2179, 173, 1753, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(2180, 211, 1754, '', '', 0, 'A'),
(2181, 172, 1755, '', '', 0, 'A'),
(2182, 173, 1755, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2183, 172, 1756, '', '', 0, 'A'),
(2184, 173, 1757, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2185, 220, 1758, '', '', 0, 'A'),
(2186, 172, 1759, '', '', 0, 'A'),
(2187, 284, 1760, '', 'hidden-phone', 2, 'A'),
(2188, 275, 1761, '', '', 0, 'A'),
(2189, 173, 1761, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2190, 225, 1762, '', 'ut2-filters hidden-phone', 0, 'A'),
(2191, 274, 1763, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 0, 'A'),
(2192, 172, 1764, '', '', 0, 'A'),
(2193, 173, 1765, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2194, 285, 1766, '', '', 0, 'A'),
(2195, 286, 1767, '', 'hidden-phone', 0, 'A'),
(2196, 275, 1768, '', '', 0, 'A'),
(2197, 173, 1768, '', '', 1, 'A'),
(2198, 274, 1768, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(2199, 225, 1769, '', 'ut2-filters hidden-phone', 0, 'A'),
(2200, 172, 1770, '', '', 0, 'A'),
(2201, 224, 1770, '', '', 1, 'A'),
(2202, 286, 1771, '', 'hidden-phone', 0, 'A'),
(2203, 275, 1772, '', '', 0, 'A'),
(2204, 173, 1772, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2205, 274, 1772, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(2206, 225, 1773, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(2207, 172, 1774, '', '', 0, 'A'),
(2208, 287, 1776, '', 'ut2-filters', 0, 'A'),
(2209, 288, 1777, '', '', 0, 'A'),
(2210, 173, 1778, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(2211, 235, 1779, '', 'top-currencies', 2, 'A'),
(2212, 226, 1779, '', 'top-languages', 3, 'A'),
(2213, 165, 1780, '', 'top-quick-links', 2, 'A'),
(2214, 167, 1781, '', 'top-logo', 0, 'A'),
(2215, 236, 1782, '', 'hidden-phone', 2, 'A'),
(2216, 237, 1783, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(2217, 238, 1783, '', 'top-phones-grid', 1, 'A'),
(2218, 239, 1783, '', 'top-phones-grid', 2, 'D'),
(2219, 217, 1786, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 1, 'A'),
(2220, 169, 1787, '', 'top-search', 2, 'A'),
(2221, 227, 1788, '', 'ut2-top-cart-content', 2, 'A'),
(2222, 241, 1788, '', 'ut2-top-my-account', 3, 'A'),
(2223, 172, 1789, '', '', 0, 'A'),
(2224, 289, 1790, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 2, 'A'),
(2225, 275, 1791, '', '', 1, 'A'),
(2226, 173, 1791, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(2227, 213, 1793, '', '', 1, 'A'),
(2228, 215, 1793, '', '', 2, 'A'),
(2229, 289, 1794, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 0, 'A'),
(2230, 172, 1796, '', '', 0, 'A'),
(2231, 173, 1796, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2232, 172, 1797, '', '', 0, 'A'),
(2233, 173, 1798, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2234, 223, 1799, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(2235, 172, 1800, '', '', 0, 'A'),
(2236, 173, 1801, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2237, 222, 1802, '', '', 0, 'A'),
(2238, 172, 1803, '', '', 0, 'A'),
(2239, 173, 1804, '', '', 2, 'A'),
(2240, 233, 1805, '', 'hidden-phone', 1, 'D'),
(2241, 234, 1805, '', 'hidden-phone', 1, 'A'),
(2242, 226, 1806, '', 'top-languages', 0, 'A'),
(2243, 235, 1806, '', 'top-currencies', 1, 'A'),
(2244, 165, 1806, '', 'top-quick-links', 2, 'A'),
(2245, 167, 1807, '', 'top-logo', 0, 'A'),
(2246, 169, 1808, '', '', 2, 'A'),
(2247, 237, 1809, '', 'top-buttons-grid', 0, 'A'),
(2248, 238, 1809, '', 'top-phones-grid', 1, 'A'),
(2249, 239, 1809, '', 'top-phones-grid', 2, 'D'),
(2250, 241, 1810, '', 'ut2-top-my-account', 0, 'A'),
(2251, 227, 1810, '', 'ut2-top-cart-content', 1, 'A'),
(2252, 290, 1811, '', '', 2, 'A'),
(2253, 172, 1812, '', '', 0, 'A'),
(2254, 173, 1813, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2255, 242, 1815, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(2256, 243, 1816, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(2257, 244, 1817, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(2258, 245, 1818, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 0, 'A'),
(2259, 180, 1820, '', '', 2, 'A'),
(2260, 181, 1821, '', 'hidden-phone', 1, 'A'),
(2261, 246, 1822, '', 'homepage-banners', 2, 'A'),
(2262, 247, 1823, '', 'hidden-desktop', 0, 'A'),
(2263, 248, 1825, '', 'hidden-phone', 0, 'A'),
(2264, 249, 1826, '', 'hidden-phone', 0, 'A'),
(2265, 251, 1826, '', 'hidden-phone', 1, 'A'),
(2266, 250, 1826, '', 'hidden-phone', 2, 'A'),
(2267, 252, 1828, '', 'hidden-phone', 0, 'A'),
(2268, 253, 1828, '', 'hidden-phone', 1, 'A'),
(2269, 254, 1829, '', 'hidden-phone', 0, 'A'),
(2270, 255, 1830, '', 'hidden-phone', 0, 'A'),
(2271, 256, 1830, '', 'hidden-phone', 1, 'A'),
(2272, 257, 1831, '', '', 0, 'A'),
(2273, 258, 1832, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone hidden-tablet', 1, 'A'),
(2274, 259, 1833, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(2275, 260, 1834, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(2276, 261, 1835, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 2, 'A'),
(2277, 262, 1836, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'scroller', 0, 'A'),
(2278, 173, 1837, '', '', 2, 'A'),
(2279, 263, 1838, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'homepage-our-brands hidden-phone', 2, 'A'),
(2280, 264, 1839, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 0, 'A'),
(2281, 265, 1841, '', '', 0, 'A'),
(2282, 266, 1842, '', '', 0, 'A'),
(2283, 173, 1843, '', '', 0, 'A'),
(2284, 267, 1844, '', '', 0, 'A'),
(2285, 268, 1846, '', 'hidden-phone', 0, 'A'),
(2286, 249, 1847, '', 'hidden-phone', 0, 'A'),
(2287, 251, 1847, '', 'hidden-phone', 1, 'A'),
(2288, 269, 1847, '', 'hidden-phone', 2, 'A'),
(2289, 270, 1848, '', '', 0, 'A'),
(2290, 271, 1849, '', '', 0, 'D'),
(2291, 272, 1850, '', '', 0, 'A'),
(2292, 247, 1850, '', '', 1, 'D'),
(2293, 286, 1851, '', 'hidden-phone', 0, 'A'),
(2294, 273, 1852, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-categories abt-ut2-draggable hidden-desktop hidden-tablet', 0, 'A'),
(2295, 274, 1852, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 1, 'A'),
(2296, 275, 1853, '', '', 1, 'A'),
(2297, 173, 1853, '', '', 2, 'A'),
(2298, 276, 1854, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(2299, 277, 1854, '', '', 0, 'A'),
(2300, 278, 1854, '', '', 0, 'A'),
(2301, 279, 1854, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(2302, 280, 1854, '', 'subcategories-grid', 0, 'A'),
(2303, 281, 1854, '', 'ut2-subcategories-block hidden-phone', 0, 'A'),
(2304, 225, 1854, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(2305, 282, 1855, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'ut2-bestsellers-block', 2, 'A'),
(2306, 172, 1856, '', '', 0, 'A'),
(2307, 173, 1857, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2308, 196, 1859, '', '', 0, 'A'),
(2309, 197, 1860, '', '', 0, 'A'),
(2310, 198, 1860, '', '', 1, 'A'),
(2311, 199, 1860, '', '', 2, 'A'),
(2312, 200, 1860, '', '', 3, 'A'),
(2313, 201, 1860, '', '', 4, 'A'),
(2314, 202, 1860, '', '', 5, 'A'),
(2315, 203, 1860, '', '', 6, 'A'),
(2316, 204, 1860, '', '', 7, 'A'),
(2317, 205, 1860, '', '', 7, 'A'),
(2318, 206, 1860, '', '', 8, 'A'),
(2319, 173, 1860, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(2320, 283, 1861, '', 'order-products', 0, 'A'),
(2321, 209, 1861, '', '', 1, 'A'),
(2322, 167, 1863, '', 'top-logo', 0, 'A'),
(2323, 180, 1864, '', '', 2, 'A'),
(2324, 172, 1865, '', '', 0, 'A'),
(2325, 173, 1865, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2326, 172, 1866, '', '', 0, 'A'),
(2327, 173, 1867, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2328, 210, 1868, '', '', 0, 'A'),
(2329, 172, 1869, '', '', 0, 'A'),
(2330, 173, 1870, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(2331, 211, 1871, '', '', 0, 'A'),
(2332, 172, 1872, '', '', 0, 'A'),
(2333, 173, 1872, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2334, 172, 1873, '', '', 0, 'A'),
(2335, 173, 1874, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2336, 220, 1875, '', '', 0, 'A'),
(2337, 172, 1876, '', '', 0, 'A'),
(2338, 286, 1877, '', 'hidden-phone', 1, 'A'),
(2339, 275, 1878, '', '', 0, 'A'),
(2340, 173, 1878, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2341, 274, 1878, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(2342, 225, 1879, '', 'ut2-filters hidden-phone', 0, 'A'),
(2343, 172, 1880, '', '', 2, 'A'),
(2344, 173, 1881, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2345, 285, 1882, '', '', 0, 'A'),
(2346, 286, 1883, '', 'hidden-phone', 0, 'A'),
(2347, 275, 1884, '', '', 0, 'A'),
(2348, 173, 1884, '', '', 1, 'A'),
(2349, 274, 1884, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(2350, 225, 1885, '', 'ut2-filters hidden-phone', 0, 'A'),
(2351, 172, 1886, '', '', 0, 'A'),
(2352, 224, 1886, '', '', 1, 'A'),
(2353, 286, 1887, '', 'hidden-phone', 0, 'A'),
(2354, 275, 1888, '', '', 0, 'A'),
(2355, 173, 1888, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2356, 274, 1888, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(2357, 225, 1889, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(2358, 172, 1890, '', '', 0, 'A'),
(2359, 287, 1892, '', 'ut2-filters', 0, 'A'),
(2360, 288, 1893, '', '', 0, 'A'),
(2361, 173, 1894, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(2362, 235, 1895, '', 'top-currencies', 2, 'A'),
(2363, 226, 1895, '', 'top-languages', 3, 'A'),
(2364, 165, 1896, '', 'top-quick-links', 2, 'A'),
(2365, 167, 1897, '', 'top-logo', 0, 'A'),
(2366, 169, 1898, '', '', 2, 'A'),
(2367, 237, 1899, '', 'top-buttons-grid', 0, 'A'),
(2368, 238, 1899, '', 'top-phones-grid', 1, 'A'),
(2369, 239, 1899, '', 'top-phones-grid', 2, 'D'),
(2370, 241, 1900, '', 'ut2-top-my-account', 0, 'A'),
(2371, 227, 1900, '', 'ut2-top-cart-content', 1, 'A'),
(2372, 291, 1901, '', '', 1, 'A'),
(2373, 172, 1902, '', '', 0, 'A'),
(2374, 289, 1903, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 2, 'A'),
(2375, 275, 1904, '', '', 1, 'A'),
(2376, 173, 1904, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(2377, 213, 1906, '', '', 1, 'A'),
(2378, 215, 1906, '', '', 2, 'A'),
(2379, 289, 1907, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 0, 'A'),
(2380, 172, 1909, '', '', 0, 'A'),
(2381, 173, 1909, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2382, 172, 1910, '', '', 0, 'A'),
(2383, 173, 1911, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2384, 223, 1912, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(2385, 172, 1913, '', '', 0, 'A'),
(2386, 173, 1914, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2387, 222, 1915, '', '', 0, 'A'),
(2388, 172, 1916, '', '', 0, 'A'),
(2389, 173, 1917, '', '', 2, 'A'),
(2390, 233, 1918, '', 'hidden-phone', 0, 'D'),
(2391, 234, 1918, '', 'hidden-phone', 0, 'A'),
(2392, 226, 1919, '', 'top-languages', 0, 'A'),
(2393, 235, 1919, '', 'top-currencies', 1, 'A'),
(2394, 165, 1919, '', 'top-quick-links', 2, 'A'),
(2395, 167, 1920, '', 'top-logo', 0, 'A'),
(2396, 236, 1921, '', 'hidden-phone', 2, 'A'),
(2397, 237, 1922, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(2398, 238, 1922, '', 'top-phones-grid', 1, 'A'),
(2399, 239, 1922, '', 'top-phones-grid', 2, 'D'),
(2400, 240, 1925, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 2, 'A'),
(2401, 169, 1926, '', 'top-search', 2, 'A'),
(2402, 227, 1927, '', 'ut2-top-cart-content', 2, 'A'),
(2403, 241, 1927, '', 'ut2-top-my-account', 3, 'A'),
(2404, 172, 1928, '', '', 0, 'A'),
(2405, 173, 1929, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2406, 242, 1931, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(2407, 243, 1932, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(2408, 244, 1933, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(2409, 245, 1934, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 0, 'A'),
(2410, 180, 1936, '', '', 2, 'A'),
(2411, 292, 1937, '', 'hidden-phone', 0, 'A'),
(2412, 181, 1937, '', '', 1, 'A'),
(2413, 167, 1938, '', 'top-logo', 0, 'A'),
(2414, 236, 1939, '', 'hidden-phone', 2, 'A'),
(2415, 237, 1940, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(2416, 238, 1940, '', 'top-phones-grid', 1, 'A'),
(2417, 239, 1940, '', 'top-phones-grid', 2, 'D'),
(2418, 240, 1943, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical hpo-menu', 0, 'A'),
(2419, 169, 1944, '', 'top-search', 2, 'A'),
(2420, 227, 1945, '', 'ut2-top-cart-content', 2, 'A'),
(2421, 241, 1945, '', 'ut2-top-my-account', 3, 'A'),
(2422, 293, 1946, '', 'hpo-banner', 0, 'A'),
(2423, 247, 1947, '', 'hidden-desktop', 0, 'A'),
(2424, 248, 1949, '', 'hidden-phone', 0, 'A'),
(2425, 249, 1950, '', 'hidden-phone', 0, 'A'),
(2426, 251, 1950, '', 'hidden-phone', 1, 'A'),
(2427, 250, 1950, '', 'hidden-phone', 2, 'A'),
(2428, 252, 1952, '', 'hidden-phone', 0, 'A'),
(2429, 253, 1952, '', 'hidden-phone', 1, 'A'),
(2430, 254, 1953, '', 'hidden-phone', 0, 'A'),
(2431, 255, 1954, '', 'hidden-phone', 0, 'A'),
(2432, 256, 1954, '', 'hidden-phone', 1, 'A'),
(2433, 257, 1955, '', '', 0, 'A'),
(2434, 258, 1956, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone hidden-tablet', 1, 'A'),
(2435, 259, 1957, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(2436, 260, 1958, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(2437, 261, 1959, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 2, 'A'),
(2438, 262, 1960, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'scroller', 0, 'A'),
(2439, 173, 1961, '', '', 2, 'A'),
(2440, 263, 1962, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'homepage-our-brands', 2, 'A'),
(2441, 264, 1963, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 0, 'A'),
(2442, 265, 1965, '', '', 0, 'A'),
(2443, 266, 1966, '', '', 0, 'A'),
(2444, 173, 1967, '', '', 0, 'A'),
(2445, 267, 1968, '', '', 0, 'A'),
(2446, 268, 1970, '', 'hidden-phone', 0, 'A'),
(2447, 249, 1971, '', 'hidden-phone', 0, 'A'),
(2448, 251, 1971, '', 'hidden-phone', 1, 'A'),
(2449, 269, 1971, '', 'hidden-phone', 2, 'A'),
(2450, 270, 1972, '', '', 0, 'A'),
(2451, 271, 1973, '', '', 0, 'D'),
(2452, 272, 1974, '', '', 0, 'A'),
(2453, 247, 1974, '', '', 1, 'D'),
(2454, 286, 1975, '', 'hidden-phone', 0, 'A'),
(2455, 273, 1976, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-categories abt-ut2-draggable hidden-desktop hidden-tablet', 0, 'A'),
(2456, 274, 1976, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 1, 'A'),
(2457, 275, 1977, '', '', 1, 'A'),
(2458, 173, 1977, '', '', 2, 'A'),
(2459, 276, 1978, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(2460, 277, 1978, '', '', 0, 'A'),
(2461, 278, 1978, '', '', 0, 'A'),
(2462, 279, 1978, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(2463, 280, 1978, '', 'subcategories-grid', 0, 'A'),
(2464, 281, 1978, '', 'ut2-subcategories-block hidden-phone', 0, 'A'),
(2465, 225, 1978, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(2466, 282, 1979, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'ut2-bestsellers-block', 2, 'A'),
(2467, 172, 1980, '', '', 0, 'A'),
(2468, 173, 1981, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2469, 196, 1983, '', '', 0, 'A'),
(2470, 197, 1984, '', '', 0, 'A'),
(2471, 198, 1984, '', '', 1, 'A'),
(2472, 199, 1984, '', '', 2, 'A'),
(2473, 200, 1984, '', '', 3, 'A'),
(2474, 201, 1984, '', '', 4, 'A'),
(2475, 202, 1984, '', '', 5, 'A'),
(2476, 203, 1984, '', '', 6, 'A'),
(2477, 204, 1984, '', '', 7, 'A'),
(2478, 205, 1984, '', '', 7, 'A'),
(2479, 206, 1984, '', '', 8, 'A'),
(2480, 173, 1984, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(2481, 283, 1985, 'blocks/wrappers/abt__ut2__sidebox_general.tpl', 'order-products', 0, 'A'),
(2482, 209, 1985, '', '', 1, 'A'),
(2483, 167, 1987, '', 'top-logo', 0, 'A'),
(2484, 180, 1988, '', '', 2, 'A'),
(2485, 172, 1989, '', '', 0, 'A'),
(2486, 173, 1989, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2487, 172, 1990, '', '', 0, 'A'),
(2488, 173, 1991, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2489, 210, 1992, '', '', 0, 'A'),
(2490, 172, 1993, '', '', 0, 'A'),
(2491, 173, 1994, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(2492, 211, 1995, '', '', 0, 'A'),
(2493, 172, 1996, '', '', 0, 'A'),
(2494, 173, 1996, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2495, 172, 1997, '', '', 0, 'A'),
(2496, 173, 1998, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2497, 220, 1999, '', '', 0, 'A'),
(2498, 172, 2000, '', '', 0, 'A'),
(2499, 284, 2001, '', 'hidden-phone', 2, 'A'),
(2500, 275, 2002, '', '', 0, 'A'),
(2501, 173, 2002, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2502, 225, 2003, '', 'ut2-filters hidden-phone', 0, 'A'),
(2503, 274, 2004, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 0, 'A'),
(2504, 172, 2005, '', '', 0, 'A'),
(2505, 173, 2006, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2506, 285, 2007, '', '', 0, 'A'),
(2507, 286, 2008, '', 'hidden-phone', 0, 'A'),
(2508, 275, 2009, '', '', 0, 'A'),
(2509, 173, 2009, '', '', 1, 'A'),
(2510, 274, 2009, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(2511, 225, 2010, '', 'ut2-filters hidden-phone', 0, 'A'),
(2512, 172, 2011, '', '', 0, 'A'),
(2513, 224, 2011, '', '', 1, 'A'),
(2514, 286, 2012, '', 'hidden-phone', 0, 'A'),
(2515, 275, 2013, '', '', 0, 'A'),
(2516, 173, 2013, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2517, 274, 2013, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(2518, 225, 2014, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(2519, 172, 2015, '', '', 0, 'A'),
(2520, 287, 2017, '', 'ut2-filters', 0, 'A'),
(2521, 288, 2018, '', '', 0, 'A'),
(2522, 173, 2019, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(2523, 235, 2020, '', 'top-currencies', 2, 'A'),
(2524, 226, 2020, '', 'top-languages', 3, 'A'),
(2525, 165, 2021, '', 'top-quick-links', 2, 'A'),
(2526, 167, 2022, '', 'top-logo', 0, 'A'),
(2527, 236, 2023, '', 'hidden-phone', 2, 'A'),
(2528, 237, 2024, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(2529, 238, 2024, '', 'top-phones-grid', 1, 'A'),
(2530, 239, 2024, '', 'top-phones-grid', 2, 'D'),
(2531, 217, 2027, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 1, 'A'),
(2532, 169, 2028, '', 'top-search', 2, 'A'),
(2533, 227, 2029, '', 'ut2-top-cart-content', 2, 'A'),
(2534, 241, 2029, '', 'ut2-top-my-account', 3, 'A'),
(2535, 172, 2030, '', '', 0, 'A'),
(2536, 289, 2031, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 2, 'A'),
(2537, 275, 2032, '', '', 1, 'A'),
(2538, 173, 2032, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(2539, 213, 2034, '', '', 1, 'A'),
(2540, 215, 2034, '', '', 2, 'A'),
(2541, 289, 2035, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 0, 'A'),
(2542, 172, 2037, '', '', 0, 'A'),
(2543, 173, 2037, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2544, 172, 2038, '', '', 0, 'A'),
(2545, 173, 2039, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2546, 223, 2040, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(2547, 172, 2041, '', '', 0, 'A'),
(2548, 173, 2042, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2549, 222, 2043, '', '', 0, 'A'),
(2550, 172, 2044, '', '', 0, 'A'),
(2551, 173, 2045, '', '', 2, 'A'),
(2552, 234, 2046, '', '', 0, 'A'),
(2553, 226, 2047, '', 'top-languages', 0, 'A'),
(2554, 164, 2047, '', 'top-currencies', 1, 'A'),
(2555, 165, 2047, '', 'top-quick-links', 2, 'A'),
(2556, 167, 2048, '', 'top-logo', 0, 'A'),
(2557, 236, 2049, '', 'hidden-phone', 2, 'A'),
(2558, 237, 2050, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(2559, 238, 2050, '', 'top-phones-grid', 1, 'A'),
(2560, 239, 2050, '', 'top-phones-grid', 2, 'D'),
(2561, 240, 2053, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 2, 'A'),
(2562, 169, 2054, '', 'top-search', 2, 'A'),
(2563, 227, 2055, '', 'ut2-top-cart-content', 2, 'A'),
(2564, 241, 2055, '', 'ut2-top-my-account', 3, 'A'),
(2565, 172, 2056, '', '', 0, 'A'),
(2566, 173, 2057, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2567, 242, 2059, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(2568, 243, 2060, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(2569, 244, 2061, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(2570, 245, 2062, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 0, 'A'),
(2571, 180, 2064, '', '', 2, 'A'),
(2572, 181, 2065, '', '', 2, 'A'),
(2573, 246, 2066, '', 'homepage-banners', 2, 'A'),
(2574, 247, 2067, '', 'hidden-desktop', 0, 'A'),
(2575, 248, 2069, '', 'hidden-phone', 0, 'A'),
(2576, 249, 2070, '', 'hidden-phone', 0, 'A'),
(2577, 250, 2070, '', 'hidden-phone', 1, 'A'),
(2578, 251, 2070, '', 'hidden-phone', 2, 'A'),
(2579, 252, 2072, '', 'hidden-phone', 0, 'A'),
(2580, 253, 2072, '', 'hidden-phone', 1, 'A'),
(2581, 254, 2073, '', 'hidden-phone', 0, 'A'),
(2582, 255, 2074, '', 'hidden-phone', 0, 'A'),
(2583, 256, 2074, '', 'hidden-phone', 1, 'A'),
(2584, 257, 2075, '', '', 0, 'A'),
(2585, 258, 2076, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone hidden-tablet', 1, 'A'),
(2586, 261, 2077, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 2, 'A'),
(2587, 262, 2078, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'scroller', 0, 'A'),
(2588, 173, 2079, '', '', 2, 'A'),
(2589, 263, 2080, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'homepage-our-brands', 2, 'A'),
(2590, 264, 2081, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 0, 'A'),
(2591, 265, 2083, '', '', 0, 'A'),
(2592, 266, 2084, '', '', 0, 'A'),
(2593, 173, 2085, '', '', 0, 'A'),
(2594, 267, 2086, '', '', 0, 'A'),
(2595, 268, 2088, '', 'hidden-phone', 0, 'A'),
(2596, 249, 2089, '', 'hidden-phone', 0, 'A'),
(2597, 251, 2089, '', 'hidden-phone', 1, 'A'),
(2598, 269, 2089, '', 'hidden-phone', 2, 'A'),
(2599, 270, 2090, '', '', 0, 'A'),
(2600, 271, 2091, '', '', 0, 'D'),
(2601, 272, 2092, '', '', 0, 'A'),
(2602, 247, 2092, '', '', 1, 'D'),
(2603, 273, 2093, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-categories abt-ut2-draggable hidden-tablet hidden-desktop', 0, 'A'),
(2604, 274, 2093, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 1, 'A'),
(2605, 275, 2094, '', '', 1, 'A'),
(2606, 173, 2094, '', '', 2, 'A'),
(2607, 276, 2095, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(2608, 277, 2095, '', '', 0, 'A'),
(2609, 278, 2095, '', '', 0, 'A'),
(2610, 279, 2095, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(2611, 280, 2095, '', 'subcategories-grid', 0, 'A'),
(2612, 281, 2095, '', 'ut2-subcategories-block hidden-phone', 0, 'A'),
(2613, 225, 2095, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(2614, 282, 2096, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'ut2-bestsellers-block', 2, 'A'),
(2615, 172, 2097, '', '', 0, 'A'),
(2616, 173, 2098, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2617, 196, 2100, '', '', 0, 'A'),
(2618, 197, 2101, '', '', 0, 'A'),
(2619, 198, 2101, '', '', 1, 'A'),
(2620, 199, 2101, '', '', 2, 'A'),
(2621, 200, 2101, '', '', 3, 'A'),
(2622, 201, 2101, '', '', 4, 'A'),
(2623, 202, 2101, '', '', 5, 'A'),
(2624, 203, 2101, '', '', 6, 'A'),
(2625, 204, 2101, '', '', 7, 'A'),
(2626, 205, 2101, '', '', 7, 'A'),
(2627, 206, 2101, '', '', 8, 'A'),
(2628, 173, 2101, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(2629, 283, 2102, 'blocks/wrappers/abt__ut2__sidebox_general.tpl', 'order-products', 0, 'A'),
(2630, 209, 2102, '', '', 1, 'A'),
(2631, 167, 2104, '', 'top-logo', 0, 'A'),
(2632, 180, 2105, '', '', 2, 'A'),
(2633, 172, 2106, '', '', 0, 'A'),
(2634, 173, 2106, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2635, 172, 2107, '', '', 0, 'A'),
(2636, 173, 2108, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2637, 210, 2109, '', '', 0, 'A'),
(2638, 172, 2110, '', '', 0, 'A'),
(2639, 173, 2111, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(2640, 211, 2112, '', '', 0, 'A'),
(2641, 172, 2113, '', '', 0, 'A'),
(2642, 173, 2113, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2643, 172, 2114, '', '', 0, 'A'),
(2644, 173, 2115, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2645, 220, 2116, '', '', 0, 'A'),
(2646, 172, 2117, '', '', 0, 'A'),
(2647, 284, 2118, '', 'hidden-phone', 2, 'A'),
(2648, 275, 2119, '', '', 0, 'A'),
(2649, 173, 2119, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2650, 225, 2120, '', 'ut2-filters hidden-phone', 0, 'A'),
(2651, 274, 2121, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 0, 'A'),
(2652, 285, 2122, '', '', 0, 'A'),
(2653, 286, 2123, '', 'hidden-phone', 0, 'A'),
(2654, 275, 2124, '', '', 0, 'A'),
(2655, 173, 2124, '', '', 1, 'A'),
(2656, 274, 2124, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(2657, 225, 2125, '', 'ut2-filters hidden-phone', 0, 'A'),
(2658, 172, 2126, '', '', 0, 'A'),
(2659, 173, 2127, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2660, 172, 2128, '', '', 0, 'A'),
(2661, 224, 2128, '', '', 1, 'A'),
(2662, 286, 2129, '', 'hidden-phone', 0, 'A'),
(2663, 275, 2130, '', '', 0, 'A'),
(2664, 173, 2130, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2665, 274, 2130, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(2666, 225, 2131, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(2667, 172, 2133, '', '', 0, 'A'),
(2668, 173, 2133, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2669, 172, 2134, '', '', 0, 'A'),
(2670, 173, 2135, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2671, 223, 2136, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(2672, 172, 2137, '', '', 0, 'A'),
(2673, 173, 2138, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2674, 222, 2139, '', '', 0, 'A'),
(2675, 172, 2140, '', '', 0, 'A'),
(2676, 173, 2141, '', '', 2, 'A'),
(2677, 234, 2142, '', '', 0, 'A'),
(2678, 226, 2143, '', 'top-languages', 0, 'A'),
(2679, 164, 2143, '', 'top-currencies', 1, 'A'),
(2680, 165, 2143, '', 'top-quick-links', 2, 'A'),
(2681, 167, 2144, '', 'top-logo', 0, 'A'),
(2682, 169, 2145, '', '', 2, 'A'),
(2683, 237, 2146, '', 'top-buttons-grid', 0, 'A'),
(2684, 238, 2146, '', 'top-phones-grid', 1, 'A'),
(2685, 239, 2146, '', 'top-phones-grid', 2, 'D'),
(2686, 241, 2147, '', 'ut2-top-my-account', 0, 'A'),
(2687, 227, 2147, '', 'ut2-top-cart-content', 1, 'A'),
(2688, 290, 2148, '', '', 2, 'A'),
(2689, 172, 2149, '', '', 0, 'A'),
(2690, 173, 2150, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2691, 242, 2152, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(2692, 243, 2153, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(2693, 244, 2154, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(2694, 245, 2155, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 0, 'A'),
(2695, 180, 2157, '', '', 2, 'A'),
(2696, 181, 2158, '', '', 2, 'A'),
(2697, 246, 2159, '', 'homepage-banners', 2, 'A'),
(2698, 247, 2160, '', 'hidden-desktop', 0, 'A'),
(2699, 248, 2162, '', 'hidden-phone', 0, 'A'),
(2700, 249, 2163, '', 'hidden-phone', 0, 'A'),
(2701, 251, 2163, '', 'hidden-phone', 1, 'A'),
(2702, 250, 2163, '', 'hidden-phone', 2, 'A'),
(2703, 252, 2165, '', 'hidden-phone', 0, 'A'),
(2704, 253, 2165, '', 'hidden-phone', 1, 'A'),
(2705, 254, 2166, '', 'hidden-phone', 0, 'A'),
(2706, 255, 2167, '', 'hidden-phone', 0, 'A'),
(2707, 256, 2167, '', 'hidden-phone', 1, 'A'),
(2708, 257, 2168, '', '', 0, 'A'),
(2709, 258, 2169, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone hidden-tablet', 1, 'A'),
(2710, 261, 2170, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 2, 'A'),
(2711, 262, 2171, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'scroller', 0, 'A'),
(2712, 173, 2172, '', '', 2, 'A'),
(2713, 263, 2173, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'homepage-our-brands hidden-phone', 2, 'A'),
(2714, 264, 2174, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 0, 'A'),
(2715, 265, 2176, '', '', 0, 'A'),
(2716, 266, 2177, '', '', 0, 'A'),
(2717, 173, 2178, '', '', 0, 'A'),
(2718, 267, 2179, '', '', 0, 'A'),
(2719, 268, 2181, '', 'hidden-phone', 0, 'A'),
(2720, 249, 2182, '', 'hidden-phone', 0, 'A'),
(2721, 251, 2182, '', 'hidden-phone', 1, 'A'),
(2722, 269, 2182, '', 'hidden-phone', 2, 'A'),
(2723, 270, 2183, '', '', 0, 'A'),
(2724, 271, 2184, '', '', 0, 'D'),
(2725, 272, 2185, '', '', 0, 'A'),
(2726, 247, 2185, '', '', 1, 'A'),
(2727, 286, 2186, '', 'hidden-phone', 0, 'A'),
(2728, 273, 2187, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-categories abt-ut2-draggable hidden-desktop hidden-tablet', 0, 'A'),
(2729, 274, 2187, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 1, 'A'),
(2730, 275, 2188, '', '', 1, 'A'),
(2731, 173, 2188, '', '', 2, 'A'),
(2732, 276, 2189, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(2733, 277, 2189, '', '', 0, 'A'),
(2734, 278, 2189, '', '', 0, 'A'),
(2735, 279, 2189, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(2736, 280, 2189, '', 'subcategories-grid', 0, 'A'),
(2737, 281, 2189, '', 'ut2-subcategories-block hidden-phone', 0, 'A'),
(2738, 225, 2189, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(2739, 282, 2190, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'ut2-bestsellers-block', 2, 'A'),
(2740, 172, 2191, '', '', 0, 'A'),
(2741, 173, 2192, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2742, 196, 2194, '', '', 0, 'A'),
(2743, 197, 2195, '', '', 0, 'A'),
(2744, 198, 2195, '', '', 1, 'A'),
(2745, 199, 2195, '', '', 2, 'A'),
(2746, 200, 2195, '', '', 3, 'A'),
(2747, 201, 2195, '', '', 4, 'A'),
(2748, 202, 2195, '', '', 5, 'A'),
(2749, 203, 2195, '', '', 6, 'A'),
(2750, 204, 2195, '', '', 7, 'A'),
(2751, 205, 2195, '', '', 7, 'A'),
(2752, 206, 2195, '', '', 8, 'A'),
(2753, 173, 2195, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(2754, 283, 2196, '', 'order-products', 0, 'A'),
(2755, 209, 2196, '', '', 1, 'A'),
(2756, 167, 2198, '', 'top-logo', 0, 'A'),
(2757, 180, 2199, '', '', 2, 'A'),
(2758, 172, 2200, '', '', 0, 'A'),
(2759, 173, 2200, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2760, 172, 2201, '', '', 0, 'A'),
(2761, 173, 2202, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2762, 210, 2203, '', '', 0, 'A'),
(2763, 172, 2204, '', '', 0, 'A'),
(2764, 173, 2205, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(2765, 211, 2206, '', '', 0, 'A'),
(2766, 172, 2207, '', '', 0, 'A'),
(2767, 173, 2207, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2768, 172, 2208, '', '', 0, 'A'),
(2769, 173, 2209, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2770, 220, 2210, '', '', 0, 'A'),
(2771, 172, 2211, '', '', 0, 'A'),
(2772, 286, 2212, '', 'hidden-phone', 1, 'A'),
(2773, 275, 2213, '', '', 0, 'A'),
(2774, 173, 2213, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2775, 274, 2213, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(2776, 225, 2214, '', 'ut2-filters hidden-phone', 0, 'A'),
(2777, 285, 2215, '', '', 0, 'A'),
(2778, 286, 2216, '', 'hidden-phone', 0, 'A'),
(2779, 275, 2217, '', '', 0, 'A'),
(2780, 173, 2217, '', '', 1, 'A'),
(2781, 274, 2217, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(2782, 225, 2218, '', 'ut2-filters hidden-phone', 0, 'A'),
(2783, 172, 2219, '', '', 0, 'A'),
(2784, 224, 2219, '', '', 1, 'A'),
(2785, 286, 2220, '', 'hidden-phone', 0, 'A'),
(2786, 275, 2221, '', '', 0, 'A'),
(2787, 173, 2221, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2788, 274, 2221, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(2789, 225, 2222, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(2790, 172, 2223, '', '', 2, 'A'),
(2791, 173, 2224, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2792, 172, 2226, '', '', 0, 'A'),
(2793, 173, 2226, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2794, 172, 2227, '', '', 0, 'A'),
(2795, 173, 2228, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2796, 223, 2229, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(2797, 172, 2230, '', '', 0, 'A'),
(2798, 173, 2231, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2799, 222, 2232, '', '', 0, 'A'),
(2800, 172, 2233, '', '', 0, 'A'),
(2801, 173, 2234, '', '', 2, 'A'),
(2802, 234, 2235, '', '', 0, 'A'),
(2803, 226, 2236, '', 'top-languages', 0, 'A'),
(2804, 164, 2236, '', 'top-currencies', 1, 'A'),
(2805, 165, 2236, '', 'top-quick-links', 2, 'A'),
(2806, 167, 2237, '', 'top-logo', 0, 'A'),
(2807, 236, 2238, '', '', 2, 'A'),
(2808, 237, 2239, '', 'top-buttons-grid', 0, 'A'),
(2809, 238, 2239, '', 'top-phones-grid', 1, 'A'),
(2810, 239, 2239, '', 'top-phones-grid', 2, 'D'),
(2811, 294, 2242, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 2, 'A'),
(2812, 169, 2243, '', 'top-search', 2, 'A'),
(2813, 227, 2244, '', 'ut2-top-cart-content', 2, 'A'),
(2814, 241, 2244, '', 'ut2-top-my-account', 3, 'A'),
(2815, 172, 2245, '', '', 0, 'A'),
(2816, 173, 2246, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2817, 242, 2248, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(2818, 243, 2249, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(2819, 244, 2250, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(2820, 245, 2251, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 0, 'A'),
(2821, 180, 2253, '', '', 2, 'A'),
(2822, 181, 2254, '', '', 2, 'A'),
(2823, 167, 2255, '', 'top-logo', 0, 'A'),
(2824, 236, 2256, '', 'hidden-phone', 2, 'A'),
(2825, 237, 2257, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(2826, 238, 2257, '', 'top-phones-grid', 1, 'A'),
(2827, 239, 2257, '', 'top-phones-grid', 2, 'D'),
(2828, 240, 2260, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical hpo-menu', 0, 'A'),
(2829, 169, 2261, '', 'top-search', 2, 'A'),
(2830, 227, 2262, '', 'ut2-top-cart-content', 2, 'A'),
(2831, 241, 2262, '', 'ut2-top-my-account', 3, 'A'),
(2832, 293, 2263, '', 'hpo-banner', 0, 'A'),
(2833, 247, 2264, '', 'hidden-desktop', 0, 'A'),
(2834, 248, 2266, '', 'hidden-phone', 0, 'A'),
(2835, 249, 2267, '', 'hidden-phone', 0, 'A'),
(2836, 251, 2267, '', 'hidden-phone', 1, 'A'),
(2837, 250, 2267, '', 'hidden-phone', 2, 'A'),
(2838, 252, 2269, '', 'hidden-phone', 0, 'A'),
(2839, 253, 2269, '', 'hidden-phone', 1, 'A'),
(2840, 254, 2270, '', 'hidden-phone', 0, 'A'),
(2841, 255, 2271, '', 'hidden-phone', 0, 'A'),
(2842, 256, 2271, '', 'hidden-phone', 1, 'A'),
(2843, 257, 2272, '', '', 0, 'A'),
(2844, 258, 2273, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone hidden-tablet', 1, 'A'),
(2845, 261, 2274, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 2, 'A'),
(2846, 262, 2275, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'scroller', 0, 'A'),
(2847, 173, 2276, '', '', 2, 'A'),
(2848, 263, 2277, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'homepage-our-brands', 2, 'A'),
(2849, 264, 2278, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 0, 'A'),
(2850, 265, 2280, '', '', 0, 'A'),
(2851, 266, 2281, '', '', 0, 'A'),
(2852, 173, 2282, '', '', 0, 'A'),
(2853, 267, 2283, '', '', 0, 'A'),
(2854, 268, 2285, '', 'hidden-phone', 0, 'A'),
(2855, 249, 2286, '', 'hidden-phone', 0, 'A'),
(2856, 251, 2286, '', 'hidden-phone', 1, 'A'),
(2857, 269, 2286, '', 'hidden-phone', 2, 'A'),
(2858, 270, 2287, '', '', 0, 'A'),
(2859, 271, 2288, '', '', 0, 'D'),
(2860, 272, 2289, '', '', 0, 'A'),
(2861, 247, 2289, '', '', 1, 'A'),
(2862, 286, 2290, '', 'hidden-phone', 0, 'A'),
(2863, 273, 2291, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-categories abt-ut2-draggable hidden-desktop hidden-tablet', 0, 'A'),
(2864, 274, 2291, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 1, 'A'),
(2865, 275, 2292, '', '', 1, 'A'),
(2866, 173, 2292, '', '', 2, 'A'),
(2867, 276, 2293, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(2868, 277, 2293, '', '', 0, 'A'),
(2869, 278, 2293, '', '', 0, 'A'),
(2870, 279, 2293, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(2871, 280, 2293, '', 'subcategories-grid', 0, 'A'),
(2872, 281, 2293, '', 'ut2-subcategories-block hidden-phone', 0, 'A'),
(2873, 225, 2293, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(2874, 282, 2294, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'ut2-bestsellers-block', 2, 'A'),
(2875, 172, 2295, '', '', 0, 'A'),
(2876, 173, 2296, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2877, 196, 2298, '', '', 0, 'A'),
(2878, 197, 2299, '', '', 0, 'A'),
(2879, 198, 2299, '', '', 1, 'A'),
(2880, 199, 2299, '', '', 2, 'A'),
(2881, 200, 2299, '', '', 3, 'A'),
(2882, 201, 2299, '', '', 4, 'A'),
(2883, 202, 2299, '', '', 5, 'A'),
(2884, 203, 2299, '', '', 6, 'A'),
(2885, 204, 2299, '', '', 7, 'A'),
(2886, 205, 2299, '', '', 7, 'A'),
(2887, 206, 2299, '', '', 8, 'A'),
(2888, 173, 2299, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(2889, 283, 2300, 'blocks/wrappers/abt__ut2__sidebox_general.tpl', 'order-products', 0, 'A'),
(2890, 209, 2300, '', '', 1, 'A'),
(2891, 167, 2302, '', 'top-logo', 0, 'A'),
(2892, 180, 2303, '', '', 2, 'A'),
(2893, 172, 2304, '', '', 0, 'A'),
(2894, 173, 2304, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2895, 172, 2305, '', '', 0, 'A'),
(2896, 173, 2306, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2897, 210, 2307, '', '', 0, 'A'),
(2898, 172, 2308, '', '', 0, 'A'),
(2899, 173, 2309, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(2900, 211, 2310, '', '', 0, 'A'),
(2901, 172, 2311, '', '', 0, 'A'),
(2902, 173, 2311, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2903, 172, 2312, '', '', 0, 'A'),
(2904, 173, 2313, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2905, 220, 2314, '', '', 0, 'A'),
(2906, 172, 2315, '', '', 0, 'A'),
(2907, 284, 2316, '', 'hidden-phone', 2, 'A'),
(2908, 275, 2317, '', '', 0, 'A'),
(2909, 173, 2317, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2910, 225, 2318, '', 'ut2-filters hidden-phone', 0, 'A'),
(2911, 274, 2319, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 0, 'A'),
(2912, 285, 2320, '', '', 0, 'A'),
(2913, 286, 2321, '', 'hidden-phone', 0, 'A'),
(2914, 275, 2322, '', '', 0, 'A'),
(2915, 173, 2322, '', '', 1, 'A'),
(2916, 274, 2322, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(2917, 225, 2323, '', 'ut2-filters hidden-phone', 0, 'A'),
(2918, 172, 2324, '', '', 0, 'A'),
(2919, 224, 2324, '', '', 1, 'A'),
(2920, 286, 2325, '', 'hidden-phone', 0, 'A'),
(2921, 275, 2326, '', '', 0, 'A'),
(2922, 173, 2326, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2923, 274, 2326, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(2924, 225, 2327, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(2925, 172, 2328, '', '', 0, 'A'),
(2926, 173, 2329, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2927, 172, 2331, '', '', 0, 'A'),
(2928, 173, 2331, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2929, 172, 2332, '', '', 0, 'A'),
(2930, 173, 2333, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2931, 223, 2334, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(2932, 172, 2335, '', '', 0, 'A'),
(2933, 173, 2336, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2934, 222, 2337, '', '', 0, 'A'),
(2935, 172, 2338, '', '', 0, 'A'),
(2936, 173, 2339, '', '', 2, 'A'),
(2937, 226, 2340, '', 'top-languages', 2, 'A'),
(2938, 164, 2340, '', 'top-currencies', 3, 'A'),
(2939, 165, 2341, '', 'top-quick-links', 3, 'A'),
(2940, 166, 2342, 'blocks/wrappers/onclick_dropdown.tpl', 'top-my-account', 0, 'A'),
(2941, 167, 2343, '', 'top-logo', 0, 'A'),
(2942, 169, 2344, '', 'top-search', 2, 'A'),
(2943, 168, 2345, '', '', 0, 'A'),
(2944, 170, 2346, '', 'top-cart-content', 2, 'A'),
(2945, 295, 2347, '', '', 0, 'A'),
(2946, 172, 2348, '', '', 0, 'A'),
(2947, 173, 2349, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2948, 296, 2351, '', '', 2, 'A'),
(2949, 175, 2352, '', '', 2, 'A'),
(2950, 242, 2354, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(2951, 297, 2354, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(2952, 243, 2355, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(2953, 244, 2356, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(2954, 179, 2357, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 0, 'A'),
(2955, 180, 2359, '', '', 2, 'A'),
(2956, 181, 2360, '', '', 2, 'A'),
(2957, 173, 2361, '', '', 2, 'A'),
(2958, 182, 2362, '', 'homepage-banners', 0, 'A'),
(2959, 183, 2363, '', 'homepage-banners ty-banners-free-ship', 3, 'A'),
(2960, 184, 2363, '', 'homepage-banners ty-banners-pickup', 4, 'A'),
(2961, 185, 2364, 'blocks/wrappers/mainbox_simple.tpl', 'ty-homepage-vendors', 2, 'A'),
(2962, 298, 2365, 'blocks/wrappers/mainbox_simple.tpl', 'homepage-hotdeals', 0, 'A'),
(2963, 230, 2366, 'blocks/wrappers/mainbox_simple.tpl', 'homepage-on-sale', 3, 'A'),
(2964, 299, 2367, 'blocks/wrappers/mainbox_simple.tpl', 'homepage-our-brands', 2, 'A'),
(2965, 300, 2368, 'blocks/wrappers/mainbox_simple.tpl', '', 2, 'A'),
(2966, 301, 2369, 'blocks/wrappers/mainbox_simple.tpl', '', 2, 'A'),
(2967, 302, 2370, '', '', 0, 'A'),
(2968, 172, 2371, '', '', 0, 'A'),
(2969, 173, 2372, '', '', 0, 'A'),
(2970, 172, 2373, '', '', 0, 'A'),
(2971, 216, 2373, '', '', 0, 'A'),
(2972, 194, 2374, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(2973, 195, 2374, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(2974, 303, 2375, '', 'ty-holiday-gift-banner', 0, 'A'),
(2975, 173, 2375, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(2976, 172, 2376, '', '', 0, 'A'),
(2977, 173, 2377, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2978, 196, 2379, '', '', 0, 'A'),
(2979, 197, 2380, '', '', 0, 'A'),
(2980, 198, 2380, '', '', 1, 'A'),
(2981, 199, 2380, '', '', 2, 'A'),
(2982, 200, 2380, '', '', 3, 'A'),
(2983, 201, 2380, '', '', 4, 'A'),
(2984, 202, 2380, '', '', 5, 'A'),
(2985, 203, 2380, 'blocks/lite_checkout/wrappers/checkout_block_with_heading.tpl', '', 6, 'A'),
(2986, 204, 2380, '', '', 7, 'A'),
(2987, 205, 2380, '', '', 8, 'A'),
(2988, 206, 2380, '', '', 9, 'A'),
(2989, 173, 2380, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(2990, 207, 2381, 'blocks/wrappers/sidebox_important.tpl', 'ty-carts-summary', 0, 'A'),
(2991, 208, 2381, '', 'order-products', 0, 'A'),
(2992, 209, 2381, '', '', 1, 'A'),
(2993, 167, 2383, '', 'top-logo', 0, 'A'),
(2994, 180, 2384, '', '', 2, 'A'),
(2995, 172, 2385, '', '', 0, 'A'),
(2996, 173, 2386, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(2997, 210, 2387, '', '', 0, 'A'),
(2998, 172, 2388, '', '', 0, 'A'),
(2999, 173, 2389, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(3000, 211, 2390, '', '', 0, 'A'),
(3001, 172, 2391, '', '', 0, 'A'),
(3002, 173, 2391, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3003, 172, 2392, '', '', 0, 'A'),
(3004, 173, 2392, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3005, 172, 2393, '', '', 0, 'A'),
(3006, 195, 2394, 'blocks/wrappers/sidebox_important.tpl', '', 1, 'A'),
(3007, 173, 2395, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3008, 167, 2396, '', 'top-logo', 2, 'A'),
(3009, 212, 2397, '', '', 0, 'A'),
(3010, 170, 2398, '', 'top-cart-content', 2, 'A'),
(3011, 213, 2400, '', '', 0, 'A'),
(3012, 214, 2401, '', '', 2, 'A'),
(3013, 215, 2402, '', '', 2, 'A'),
(3014, 216, 2403, '', '', 0, 'A'),
(3015, 172, 2403, '', '', 2, 'A'),
(3016, 217, 2404, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(3017, 218, 2404, 'blocks/wrappers/sidebox_important.tpl', '', 2, 'A'),
(3018, 173, 2405, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3019, 172, 2406, '', '', 0, 'A'),
(3020, 173, 2407, '', '', 0, 'A'),
(3021, 304, 2408, '', '', 0, 'A'),
(3022, 219, 2408, '', '', 0, 'A'),
(3023, 220, 2409, '', '', 0, 'A'),
(3024, 172, 2410, '', '', 0, 'A'),
(3025, 221, 2410, 'blocks/wrappers/sidebox_important.tpl', '', 1, 'A'),
(3026, 173, 2411, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3027, 172, 2413, '', '', 0, 'A'),
(3028, 173, 2413, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3029, 172, 2414, '', '', 0, 'A'),
(3030, 173, 2415, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3031, 223, 2416, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(3032, 172, 2417, '', '', 0, 'A'),
(3033, 173, 2418, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3034, 222, 2419, '', '', 0, 'A'),
(3035, 172, 2420, '', '', 0, 'A'),
(3036, 173, 2421, '', '', 2, 'A'),
(3037, 233, 2422, '', 'hidden-phone', 0, 'D'),
(3038, 234, 2422, '', 'hidden-phone', 0, 'A'),
(3039, 226, 2423, '', 'top-languages', 0, 'A'),
(3040, 235, 2423, '', 'top-currencies', 1, 'A'),
(3041, 165, 2423, '', 'top-quick-links', 2, 'A'),
(3042, 167, 2424, '', 'top-logo', 0, 'A'),
(3043, 236, 2425, '', 'hidden-phone', 2, 'A'),
(3044, 237, 2426, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(3045, 238, 2426, '', 'top-phones-grid', 1, 'A'),
(3046, 239, 2426, '', 'top-phones-grid', 2, 'D'),
(3047, 240, 2429, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 2, 'A'),
(3048, 169, 2430, '', 'top-search', 2, 'A'),
(3049, 227, 2431, '', 'ut2-top-cart-content', 2, 'A'),
(3050, 305, 2431, '', 'ut2-top-my-account', 3, 'A'),
(3051, 172, 2432, '', '', 0, 'A'),
(3052, 173, 2433, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3053, 242, 2435, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(3054, 243, 2436, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(3055, 244, 2437, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(3056, 245, 2438, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 0, 'A'),
(3057, 180, 2440, '', '', 2, 'A'),
(3058, 181, 2441, '', '', 1, 'A'),
(3059, 246, 2442, '', 'homepage-banners', 2, 'A'),
(3060, 247, 2443, '', 'hidden-desktop', 0, 'A'),
(3061, 248, 2445, '', 'hidden-phone', 0, 'A'),
(3062, 249, 2446, '', 'hidden-phone', 0, 'A'),
(3063, 250, 2446, '', 'hidden-phone', 1, 'A'),
(3064, 251, 2446, '', 'hidden-phone', 2, 'A'),
(3065, 252, 2448, '', 'hidden-phone', 0, 'A'),
(3066, 253, 2448, '', 'hidden-phone', 1, 'A'),
(3067, 254, 2449, '', 'hidden-phone', 0, 'A'),
(3068, 255, 2450, '', 'hidden-phone', 0, 'A'),
(3069, 256, 2450, '', 'hidden-phone', 1, 'A'),
(3070, 257, 2451, '', '', 0, 'A'),
(3071, 258, 2452, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone hidden-tablet', 1, 'A'),
(3072, 259, 2453, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(3073, 260, 2454, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(3074, 261, 2455, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 2, 'A'),
(3075, 262, 2456, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'scroller', 0, 'A'),
(3076, 173, 2457, '', '', 2, 'A'),
(3077, 263, 2458, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'homepage-our-brands', 2, 'A'),
(3078, 264, 2459, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 0, 'A'),
(3079, 265, 2461, '', '', 0, 'A'),
(3080, 266, 2462, '', '', 0, 'A'),
(3081, 173, 2463, '', '', 0, 'A'),
(3082, 267, 2464, '', '', 0, 'A'),
(3083, 268, 2466, '', 'hidden-phone', 0, 'A'),
(3084, 249, 2467, '', 'hidden-phone', 0, 'A'),
(3085, 251, 2467, '', 'hidden-phone', 1, 'A'),
(3086, 269, 2467, '', 'hidden-phone', 2, 'A'),
(3087, 270, 2468, '', '', 0, 'A'),
(3088, 271, 2469, '', '', 0, 'D'),
(3089, 272, 2470, '', '', 0, 'A'),
(3090, 247, 2470, '', '', 1, 'D'),
(3091, 273, 2471, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-categories abt-ut2-draggable hidden-tablet hidden-desktop', 0, 'A'),
(3092, 274, 2471, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 1, 'A'),
(3093, 275, 2472, '', '', 1, 'A'),
(3094, 173, 2472, '', '', 2, 'A'),
(3095, 276, 2473, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(3096, 277, 2473, '', '', 0, 'A'),
(3097, 278, 2473, '', '', 0, 'A'),
(3098, 279, 2473, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(3099, 280, 2473, '', 'subcategories-grid', 0, 'A'),
(3100, 281, 2473, '', 'ut2-subcategories-block hidden-phone', 0, 'A'),
(3101, 225, 2473, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(3102, 282, 2474, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'ut2-bestsellers-block', 2, 'A');
INSERT INTO `partiushop_bm_snapping` (`snapping_id`, `block_id`, `grid_id`, `wrapper`, `user_class`, `order`, `status`) VALUES
(3103, 172, 2475, '', '', 0, 'A'),
(3104, 173, 2476, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3105, 196, 2478, '', '', 0, 'A'),
(3106, 197, 2479, '', '', 0, 'A'),
(3107, 198, 2479, '', '', 1, 'A'),
(3108, 199, 2479, '', '', 2, 'A'),
(3109, 200, 2479, '', '', 3, 'A'),
(3110, 201, 2479, '', '', 4, 'A'),
(3111, 202, 2479, '', '', 5, 'A'),
(3112, 203, 2479, '', '', 6, 'A'),
(3113, 204, 2479, '', '', 7, 'A'),
(3114, 205, 2479, '', '', 7, 'A'),
(3115, 206, 2479, '', '', 8, 'A'),
(3116, 173, 2479, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(3117, 283, 2480, 'blocks/wrappers/abt__ut2__sidebox_general.tpl', 'order-products', 0, 'A'),
(3118, 209, 2480, '', '', 1, 'A'),
(3119, 167, 2482, '', 'top-logo', 0, 'A'),
(3120, 180, 2483, '', '', 2, 'A'),
(3121, 172, 2484, '', '', 0, 'A'),
(3122, 173, 2484, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3123, 172, 2485, '', '', 0, 'A'),
(3124, 173, 2486, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3125, 210, 2487, '', '', 0, 'A'),
(3126, 172, 2488, '', '', 0, 'A'),
(3127, 173, 2489, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(3128, 211, 2490, '', '', 0, 'A'),
(3129, 172, 2491, '', '', 0, 'A'),
(3130, 173, 2491, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3131, 172, 2492, '', '', 0, 'A'),
(3132, 173, 2493, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3133, 220, 2494, '', '', 0, 'A'),
(3134, 172, 2495, '', '', 0, 'A'),
(3135, 284, 2496, '', 'hidden-phone', 2, 'A'),
(3136, 275, 2497, '', '', 0, 'A'),
(3137, 173, 2497, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3138, 225, 2498, '', 'ut2-filters hidden-phone', 0, 'A'),
(3139, 274, 2499, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 0, 'A'),
(3140, 172, 2500, '', '', 0, 'A'),
(3141, 173, 2501, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3142, 285, 2502, '', '', 0, 'A'),
(3143, 286, 2503, '', 'hidden-phone', 0, 'A'),
(3144, 275, 2504, '', '', 0, 'A'),
(3145, 173, 2504, '', '', 1, 'A'),
(3146, 274, 2504, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(3147, 225, 2505, '', 'ut2-filters hidden-phone', 0, 'A'),
(3148, 172, 2506, '', '', 0, 'A'),
(3149, 224, 2506, '', '', 1, 'A'),
(3150, 286, 2507, '', 'hidden-phone', 0, 'A'),
(3151, 275, 2508, '', '', 0, 'A'),
(3152, 173, 2508, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3153, 274, 2508, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(3154, 225, 2509, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(3155, 172, 2510, '', '', 0, 'A'),
(3156, 287, 2512, '', 'ut2-filters', 0, 'A'),
(3157, 288, 2513, '', '', 0, 'A'),
(3158, 173, 2514, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(3159, 235, 2515, '', 'top-currencies', 2, 'A'),
(3160, 226, 2515, '', 'top-languages', 3, 'A'),
(3161, 165, 2516, '', 'top-quick-links', 2, 'A'),
(3162, 167, 2517, '', 'top-logo', 0, 'A'),
(3163, 236, 2518, '', 'hidden-phone', 2, 'A'),
(3164, 237, 2519, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(3165, 238, 2519, '', 'top-phones-grid', 1, 'A'),
(3166, 239, 2519, '', 'top-phones-grid', 2, 'D'),
(3167, 217, 2522, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 1, 'A'),
(3168, 169, 2523, '', 'top-search', 2, 'A'),
(3169, 227, 2524, '', 'ut2-top-cart-content', 2, 'A'),
(3170, 305, 2524, '', 'ut2-top-my-account', 3, 'A'),
(3171, 172, 2525, '', '', 0, 'A'),
(3172, 289, 2526, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 2, 'A'),
(3173, 275, 2527, '', '', 1, 'A'),
(3174, 173, 2527, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(3175, 213, 2529, '', '', 1, 'A'),
(3176, 215, 2529, '', '', 2, 'A'),
(3177, 289, 2530, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 0, 'A'),
(3178, 172, 2532, '', '', 0, 'A'),
(3179, 173, 2532, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3180, 172, 2533, '', '', 0, 'A'),
(3181, 173, 2534, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3182, 223, 2535, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(3183, 172, 2536, '', '', 0, 'A'),
(3184, 173, 2537, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3185, 222, 2538, '', '', 0, 'A'),
(3186, 172, 2539, '', '', 0, 'A'),
(3187, 173, 2540, '', '', 2, 'A'),
(3188, 233, 2541, '', 'hidden-phone', 1, 'D'),
(3189, 234, 2541, '', 'hidden-phone', 1, 'A'),
(3190, 226, 2542, '', 'top-languages', 0, 'A'),
(3191, 235, 2542, '', 'top-currencies', 1, 'A'),
(3192, 165, 2542, '', 'top-quick-links', 2, 'A'),
(3193, 167, 2543, '', 'top-logo', 0, 'A'),
(3194, 169, 2544, '', '', 2, 'A'),
(3195, 237, 2545, '', 'top-buttons-grid', 0, 'A'),
(3196, 238, 2545, '', 'top-phones-grid', 1, 'A'),
(3197, 239, 2545, '', 'top-phones-grid', 2, 'D'),
(3198, 305, 2546, '', 'ut2-top-my-account', 0, 'A'),
(3199, 227, 2546, '', 'ut2-top-cart-content', 1, 'A'),
(3200, 290, 2547, '', '', 2, 'A'),
(3201, 172, 2548, '', '', 0, 'A'),
(3202, 173, 2549, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3203, 242, 2551, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(3204, 243, 2552, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(3205, 244, 2553, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(3206, 245, 2554, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 0, 'A'),
(3207, 180, 2556, '', '', 2, 'A'),
(3208, 181, 2557, '', 'hidden-phone', 1, 'A'),
(3209, 246, 2558, '', 'homepage-banners', 2, 'A'),
(3210, 247, 2559, '', 'hidden-desktop', 0, 'A'),
(3211, 248, 2561, '', 'hidden-phone', 0, 'A'),
(3212, 249, 2562, '', 'hidden-phone', 0, 'A'),
(3213, 251, 2562, '', 'hidden-phone', 1, 'A'),
(3214, 250, 2562, '', 'hidden-phone', 2, 'A'),
(3215, 252, 2564, '', 'hidden-phone', 0, 'A'),
(3216, 253, 2564, '', 'hidden-phone', 1, 'A'),
(3217, 254, 2565, '', 'hidden-phone', 0, 'A'),
(3218, 255, 2566, '', 'hidden-phone', 0, 'A'),
(3219, 256, 2566, '', 'hidden-phone', 1, 'A'),
(3220, 257, 2567, '', '', 0, 'A'),
(3221, 258, 2568, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone hidden-tablet', 1, 'A'),
(3222, 259, 2569, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(3223, 260, 2570, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(3224, 261, 2571, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 2, 'A'),
(3225, 262, 2572, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'scroller', 0, 'A'),
(3226, 173, 2573, '', '', 2, 'A'),
(3227, 263, 2574, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'homepage-our-brands hidden-phone', 2, 'A'),
(3228, 264, 2575, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 0, 'A'),
(3229, 265, 2577, '', '', 0, 'A'),
(3230, 266, 2578, '', '', 0, 'A'),
(3231, 173, 2579, '', '', 0, 'A'),
(3232, 267, 2580, '', '', 0, 'A'),
(3233, 268, 2582, '', 'hidden-phone', 0, 'A'),
(3234, 249, 2583, '', 'hidden-phone', 0, 'A'),
(3235, 251, 2583, '', 'hidden-phone', 1, 'A'),
(3236, 269, 2583, '', 'hidden-phone', 2, 'A'),
(3237, 270, 2584, '', '', 0, 'A'),
(3238, 271, 2585, '', '', 0, 'D'),
(3239, 272, 2586, '', '', 0, 'A'),
(3240, 247, 2586, '', '', 1, 'D'),
(3241, 286, 2587, '', 'hidden-phone', 0, 'A'),
(3242, 273, 2588, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-categories abt-ut2-draggable hidden-desktop hidden-tablet', 0, 'A'),
(3243, 274, 2588, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 1, 'A'),
(3244, 275, 2589, '', '', 1, 'A'),
(3245, 173, 2589, '', '', 2, 'A'),
(3246, 276, 2590, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(3247, 277, 2590, '', '', 0, 'A'),
(3248, 278, 2590, '', '', 0, 'A'),
(3249, 279, 2590, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(3250, 280, 2590, '', 'subcategories-grid', 0, 'A'),
(3251, 281, 2590, '', 'ut2-subcategories-block hidden-phone', 0, 'A'),
(3252, 225, 2590, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(3253, 282, 2591, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'ut2-bestsellers-block', 2, 'A'),
(3254, 172, 2592, '', '', 0, 'A'),
(3255, 173, 2593, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3256, 196, 2595, '', '', 0, 'A'),
(3257, 197, 2596, '', '', 0, 'A'),
(3258, 198, 2596, '', '', 1, 'A'),
(3259, 199, 2596, '', '', 2, 'A'),
(3260, 200, 2596, '', '', 3, 'A'),
(3261, 201, 2596, '', '', 4, 'A'),
(3262, 202, 2596, '', '', 5, 'A'),
(3263, 203, 2596, '', '', 6, 'A'),
(3264, 204, 2596, '', '', 7, 'A'),
(3265, 205, 2596, '', '', 7, 'A'),
(3266, 206, 2596, '', '', 8, 'A'),
(3267, 173, 2596, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(3268, 283, 2597, '', 'order-products', 0, 'A'),
(3269, 209, 2597, '', '', 1, 'A'),
(3270, 167, 2599, '', 'top-logo', 0, 'A'),
(3271, 180, 2600, '', '', 2, 'A'),
(3272, 172, 2601, '', '', 0, 'A'),
(3273, 173, 2601, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3274, 172, 2602, '', '', 0, 'A'),
(3275, 173, 2603, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3276, 210, 2604, '', '', 0, 'A'),
(3277, 172, 2605, '', '', 0, 'A'),
(3278, 173, 2606, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(3279, 211, 2607, '', '', 0, 'A'),
(3280, 172, 2608, '', '', 0, 'A'),
(3281, 173, 2608, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3282, 172, 2609, '', '', 0, 'A'),
(3283, 173, 2610, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3284, 220, 2611, '', '', 0, 'A'),
(3285, 172, 2612, '', '', 0, 'A'),
(3286, 286, 2613, '', 'hidden-phone', 1, 'A'),
(3287, 275, 2614, '', '', 0, 'A'),
(3288, 173, 2614, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3289, 274, 2614, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(3290, 225, 2615, '', 'ut2-filters hidden-phone', 0, 'A'),
(3291, 172, 2616, '', '', 2, 'A'),
(3292, 173, 2617, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3293, 285, 2618, '', '', 0, 'A'),
(3294, 286, 2619, '', 'hidden-phone', 0, 'A'),
(3295, 275, 2620, '', '', 0, 'A'),
(3296, 173, 2620, '', '', 1, 'A'),
(3297, 274, 2620, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(3298, 225, 2621, '', 'ut2-filters hidden-phone', 0, 'A'),
(3299, 172, 2622, '', '', 0, 'A'),
(3300, 224, 2622, '', '', 1, 'A'),
(3301, 286, 2623, '', 'hidden-phone', 0, 'A'),
(3302, 275, 2624, '', '', 0, 'A'),
(3303, 173, 2624, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3304, 274, 2624, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(3305, 225, 2625, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(3306, 172, 2626, '', '', 0, 'A'),
(3307, 287, 2628, '', 'ut2-filters', 0, 'A'),
(3308, 288, 2629, '', '', 0, 'A'),
(3309, 173, 2630, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(3310, 235, 2631, '', 'top-currencies', 2, 'A'),
(3311, 226, 2631, '', 'top-languages', 3, 'A'),
(3312, 165, 2632, '', 'top-quick-links', 2, 'A'),
(3313, 167, 2633, '', 'top-logo', 0, 'A'),
(3314, 169, 2634, '', '', 2, 'A'),
(3315, 237, 2635, '', 'top-buttons-grid', 0, 'A'),
(3316, 238, 2635, '', 'top-phones-grid', 1, 'A'),
(3317, 239, 2635, '', 'top-phones-grid', 2, 'D'),
(3318, 305, 2636, '', 'ut2-top-my-account', 0, 'A'),
(3319, 227, 2636, '', 'ut2-top-cart-content', 1, 'A'),
(3320, 291, 2637, '', '', 1, 'A'),
(3321, 172, 2638, '', '', 0, 'A'),
(3322, 289, 2639, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 2, 'A'),
(3323, 275, 2640, '', '', 1, 'A'),
(3324, 173, 2640, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(3325, 213, 2642, '', '', 1, 'A'),
(3326, 215, 2642, '', '', 2, 'A'),
(3327, 289, 2643, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 0, 'A'),
(3328, 172, 2645, '', '', 0, 'A'),
(3329, 173, 2645, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3330, 172, 2646, '', '', 0, 'A'),
(3331, 173, 2647, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3332, 223, 2648, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(3333, 172, 2649, '', '', 0, 'A'),
(3334, 173, 2650, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3335, 222, 2651, '', '', 0, 'A'),
(3336, 172, 2652, '', '', 0, 'A'),
(3337, 173, 2653, '', '', 2, 'A'),
(3338, 233, 2654, '', 'hidden-phone', 0, 'D'),
(3339, 234, 2654, '', 'hidden-phone', 0, 'A'),
(3340, 226, 2655, '', 'top-languages', 0, 'A'),
(3341, 235, 2655, '', 'top-currencies', 1, 'A'),
(3342, 165, 2655, '', 'top-quick-links', 2, 'A'),
(3343, 167, 2656, '', 'top-logo', 0, 'A'),
(3344, 236, 2657, '', 'hidden-phone', 2, 'A'),
(3345, 237, 2658, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(3346, 238, 2658, '', 'top-phones-grid', 1, 'A'),
(3347, 239, 2658, '', 'top-phones-grid', 2, 'D'),
(3348, 240, 2661, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 2, 'A'),
(3349, 169, 2662, '', 'top-search', 2, 'A'),
(3350, 227, 2663, '', 'ut2-top-cart-content', 2, 'A'),
(3351, 305, 2663, '', 'ut2-top-my-account', 3, 'A'),
(3352, 172, 2664, '', '', 0, 'A'),
(3353, 173, 2665, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3354, 242, 2667, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(3355, 243, 2668, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(3356, 244, 2669, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(3357, 245, 2670, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 0, 'A'),
(3358, 180, 2672, '', '', 2, 'A'),
(3359, 292, 2673, '', 'hidden-phone', 0, 'A'),
(3360, 181, 2673, '', '', 1, 'A'),
(3361, 167, 2674, '', 'top-logo', 0, 'A'),
(3362, 236, 2675, '', 'hidden-phone', 2, 'A'),
(3363, 237, 2676, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(3364, 238, 2676, '', 'top-phones-grid', 1, 'A'),
(3365, 239, 2676, '', 'top-phones-grid', 2, 'D'),
(3366, 240, 2679, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical hpo-menu', 0, 'A'),
(3367, 169, 2680, '', 'top-search', 2, 'A'),
(3368, 227, 2681, '', 'ut2-top-cart-content', 2, 'A'),
(3369, 305, 2681, '', 'ut2-top-my-account', 3, 'A'),
(3370, 293, 2682, '', 'hpo-banner', 0, 'A'),
(3371, 247, 2683, '', 'hidden-desktop', 0, 'A'),
(3372, 248, 2685, '', 'hidden-phone', 0, 'A'),
(3373, 249, 2686, '', 'hidden-phone', 0, 'A'),
(3374, 251, 2686, '', 'hidden-phone', 1, 'A'),
(3375, 250, 2686, '', 'hidden-phone', 2, 'A'),
(3376, 252, 2688, '', 'hidden-phone', 0, 'A'),
(3377, 253, 2688, '', 'hidden-phone', 1, 'A'),
(3378, 254, 2689, '', 'hidden-phone', 0, 'A'),
(3379, 255, 2690, '', 'hidden-phone', 0, 'A'),
(3380, 256, 2690, '', 'hidden-phone', 1, 'A'),
(3381, 257, 2691, '', '', 0, 'A'),
(3382, 258, 2692, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone hidden-tablet', 1, 'A'),
(3383, 259, 2693, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(3384, 260, 2694, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(3385, 261, 2695, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 2, 'A'),
(3386, 262, 2696, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'scroller', 0, 'A'),
(3387, 173, 2697, '', '', 2, 'A'),
(3388, 263, 2698, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'homepage-our-brands', 2, 'A'),
(3389, 264, 2699, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 0, 'A'),
(3390, 265, 2701, '', '', 0, 'A'),
(3391, 266, 2702, '', '', 0, 'A'),
(3392, 173, 2703, '', '', 0, 'A'),
(3393, 267, 2704, '', '', 0, 'A'),
(3394, 268, 2706, '', 'hidden-phone', 0, 'A'),
(3395, 249, 2707, '', 'hidden-phone', 0, 'A'),
(3396, 251, 2707, '', 'hidden-phone', 1, 'A'),
(3397, 269, 2707, '', 'hidden-phone', 2, 'A'),
(3398, 270, 2708, '', '', 0, 'A'),
(3399, 271, 2709, '', '', 0, 'D'),
(3400, 272, 2710, '', '', 0, 'A'),
(3401, 247, 2710, '', '', 1, 'D'),
(3402, 286, 2711, '', 'hidden-phone', 0, 'A'),
(3403, 273, 2712, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-categories abt-ut2-draggable hidden-desktop hidden-tablet', 0, 'A'),
(3404, 274, 2712, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 1, 'A'),
(3405, 275, 2713, '', '', 1, 'A'),
(3406, 173, 2713, '', '', 2, 'A'),
(3407, 276, 2714, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(3408, 277, 2714, '', '', 0, 'A'),
(3409, 278, 2714, '', '', 0, 'A'),
(3410, 279, 2714, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(3411, 280, 2714, '', 'subcategories-grid', 0, 'A'),
(3412, 281, 2714, '', 'ut2-subcategories-block hidden-phone', 0, 'A'),
(3413, 225, 2714, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(3414, 282, 2715, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'ut2-bestsellers-block', 2, 'A'),
(3415, 172, 2716, '', '', 0, 'A'),
(3416, 173, 2717, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3417, 196, 2719, '', '', 0, 'A'),
(3418, 197, 2720, '', '', 0, 'A'),
(3419, 198, 2720, '', '', 1, 'A'),
(3420, 199, 2720, '', '', 2, 'A'),
(3421, 200, 2720, '', '', 3, 'A'),
(3422, 201, 2720, '', '', 4, 'A'),
(3423, 202, 2720, '', '', 5, 'A'),
(3424, 203, 2720, '', '', 6, 'A'),
(3425, 204, 2720, '', '', 7, 'A'),
(3426, 205, 2720, '', '', 7, 'A'),
(3427, 206, 2720, '', '', 8, 'A'),
(3428, 173, 2720, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(3429, 283, 2721, 'blocks/wrappers/abt__ut2__sidebox_general.tpl', 'order-products', 0, 'A'),
(3430, 209, 2721, '', '', 1, 'A'),
(3431, 167, 2723, '', 'top-logo', 0, 'A'),
(3432, 180, 2724, '', '', 2, 'A'),
(3433, 172, 2725, '', '', 0, 'A'),
(3434, 173, 2725, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3435, 172, 2726, '', '', 0, 'A'),
(3436, 173, 2727, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3437, 210, 2728, '', '', 0, 'A'),
(3438, 172, 2729, '', '', 0, 'A'),
(3439, 173, 2730, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(3440, 211, 2731, '', '', 0, 'A'),
(3441, 172, 2732, '', '', 0, 'A'),
(3442, 173, 2732, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3443, 172, 2733, '', '', 0, 'A'),
(3444, 173, 2734, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3445, 220, 2735, '', '', 0, 'A'),
(3446, 172, 2736, '', '', 0, 'A'),
(3447, 284, 2737, '', 'hidden-phone', 2, 'A'),
(3448, 275, 2738, '', '', 0, 'A'),
(3449, 173, 2738, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3450, 225, 2739, '', 'ut2-filters hidden-phone', 0, 'A'),
(3451, 274, 2740, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 0, 'A'),
(3452, 172, 2741, '', '', 0, 'A'),
(3453, 173, 2742, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3454, 285, 2743, '', '', 0, 'A'),
(3455, 286, 2744, '', 'hidden-phone', 0, 'A'),
(3456, 275, 2745, '', '', 0, 'A'),
(3457, 173, 2745, '', '', 1, 'A'),
(3458, 274, 2745, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(3459, 225, 2746, '', 'ut2-filters hidden-phone', 0, 'A'),
(3460, 172, 2747, '', '', 0, 'A'),
(3461, 224, 2747, '', '', 1, 'A'),
(3462, 286, 2748, '', 'hidden-phone', 0, 'A'),
(3463, 275, 2749, '', '', 0, 'A'),
(3464, 173, 2749, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3465, 274, 2749, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(3466, 225, 2750, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(3467, 172, 2751, '', '', 0, 'A'),
(3468, 287, 2753, '', 'ut2-filters', 0, 'A'),
(3469, 288, 2754, '', '', 0, 'A'),
(3470, 173, 2755, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(3471, 235, 2756, '', 'top-currencies', 2, 'A'),
(3472, 226, 2756, '', 'top-languages', 3, 'A'),
(3473, 165, 2757, '', 'top-quick-links', 2, 'A'),
(3474, 167, 2758, '', 'top-logo', 0, 'A'),
(3475, 236, 2759, '', 'hidden-phone', 2, 'A'),
(3476, 237, 2760, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(3477, 238, 2760, '', 'top-phones-grid', 1, 'A'),
(3478, 239, 2760, '', 'top-phones-grid', 2, 'D'),
(3479, 217, 2763, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 1, 'A'),
(3480, 169, 2764, '', 'top-search', 2, 'A'),
(3481, 227, 2765, '', 'ut2-top-cart-content', 2, 'A'),
(3482, 305, 2765, '', 'ut2-top-my-account', 3, 'A'),
(3483, 172, 2766, '', '', 0, 'A'),
(3484, 289, 2767, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 2, 'A'),
(3485, 275, 2768, '', '', 1, 'A'),
(3486, 173, 2768, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(3487, 213, 2770, '', '', 1, 'A'),
(3488, 215, 2770, '', '', 2, 'A'),
(3489, 289, 2771, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 0, 'A'),
(3490, 172, 2773, '', '', 0, 'A'),
(3491, 173, 2773, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3492, 172, 2774, '', '', 0, 'A'),
(3493, 173, 2775, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3494, 223, 2776, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(3495, 172, 2777, '', '', 0, 'A'),
(3496, 173, 2778, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3497, 222, 2779, '', '', 0, 'A'),
(3498, 172, 2780, '', '', 0, 'A'),
(3499, 173, 2781, '', '', 2, 'A'),
(3500, 169, 2782, '', 'top-search', 2, 'A'),
(3501, 226, 2783, '', 'top-languages', 2, 'A'),
(3502, 164, 2783, '', 'top-currencies', 3, 'A'),
(3503, 170, 2784, '', 'top-cart-content', 0, 'A'),
(3504, 166, 2784, 'blocks/wrappers/onclick_dropdown.tpl', 'top-my-account', 1, 'A'),
(3505, 295, 2785, '', '', 0, 'A'),
(3506, 172, 2786, '', '', 0, 'A'),
(3507, 173, 2787, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3508, 173, 2788, '', '', 2, 'A'),
(3509, 182, 2789, '', 'homepage-banners', 0, 'A'),
(3510, 183, 2790, '', 'homepage-banners ty-banners-free-ship', 3, 'A'),
(3511, 184, 2790, '', 'homepage-banners ty-banners-pickup', 4, 'A'),
(3512, 298, 2791, 'blocks/wrappers/mainbox_simple.tpl', 'homepage-hotdeals', 2, 'A'),
(3513, 230, 2791, 'blocks/wrappers/mainbox_simple.tpl', 'homepage-on-sale', 3, 'A'),
(3514, 299, 2792, 'blocks/wrappers/mainbox_simple.tpl', 'homepage-our-brands', 2, 'A'),
(3515, 300, 2793, 'blocks/wrappers/mainbox_simple.tpl', '', 2, 'A'),
(3516, 301, 2794, 'blocks/wrappers/mainbox_simple.tpl', '', 2, 'A'),
(3517, 302, 2795, '', '', 0, 'A'),
(3518, 172, 2796, '', '', 0, 'A'),
(3519, 173, 2797, '', '', 0, 'A'),
(3520, 172, 2798, '', '', 0, 'A'),
(3521, 216, 2798, '', '', 0, 'A'),
(3522, 194, 2799, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(3523, 195, 2799, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(3524, 173, 2800, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3525, 172, 2801, '', '', 0, 'A'),
(3526, 173, 2802, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3527, 197, 2803, '', '', 0, 'A'),
(3528, 198, 2803, '', '', 1, 'A'),
(3529, 199, 2803, '', '', 2, 'A'),
(3530, 200, 2803, '', '', 3, 'A'),
(3531, 201, 2803, '', '', 4, 'A'),
(3532, 202, 2803, '', '', 5, 'A'),
(3533, 203, 2803, 'blocks/lite_checkout/wrappers/checkout_block_with_heading.tpl', '', 6, 'A'),
(3534, 204, 2803, '', '', 7, 'A'),
(3535, 205, 2803, '', '', 8, 'A'),
(3536, 206, 2803, '', '', 9, 'A'),
(3537, 173, 2803, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(3538, 209, 2804, 'blocks/wrappers/sidebox_important.tpl', 'ty-order-summary', 0, 'A'),
(3539, 208, 2804, 'blocks/wrappers/sidebox_important.tpl', 'order-products', 0, 'A'),
(3540, 232, 2804, 'blocks/wrappers/sidebox_important.tpl', 'order-information', 0, 'A'),
(3541, 172, 2805, '', '', 0, 'A'),
(3542, 173, 2806, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3543, 210, 2807, '', '', 0, 'A'),
(3544, 172, 2808, '', '', 0, 'A'),
(3545, 173, 2809, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(3546, 211, 2810, '', '', 0, 'A'),
(3547, 172, 2811, '', '', 0, 'A'),
(3548, 173, 2811, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3549, 172, 2812, '', '', 0, 'A'),
(3550, 173, 2812, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3551, 172, 2813, '', '', 0, 'A'),
(3552, 195, 2814, 'blocks/wrappers/sidebox_important.tpl', '', 1, 'A'),
(3553, 173, 2815, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3554, 220, 2816, '', '', 0, 'A'),
(3555, 172, 2817, '', '', 0, 'A'),
(3556, 221, 2817, 'blocks/wrappers/sidebox_important.tpl', '', 1, 'A'),
(3557, 173, 2818, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3558, 172, 2820, '', '', 0, 'A'),
(3559, 173, 2820, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3560, 172, 2821, '', '', 0, 'A'),
(3561, 173, 2822, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3562, 223, 2823, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(3563, 172, 2824, '', '', 0, 'A'),
(3564, 173, 2825, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3565, 222, 2826, '', '', 0, 'A'),
(3566, 172, 2827, '', '', 0, 'A'),
(3567, 173, 2828, '', '', 2, 'A'),
(3568, 233, 2829, '', 'hidden-phone', 0, 'D'),
(3569, 234, 2829, '', 'hidden-phone', 0, 'D'),
(3570, 226, 2830, '', 'top-languages', 1, 'A'),
(3571, 235, 2830, '', 'top-currencies', 0, 'A'),
(3572, 165, 2830, '', 'top-quick-links', 2, 'A'),
(3573, 306, 2831, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 1, 'D'),
(3574, 307, 2831, '', '', 0, 'A'),
(3575, 167, 2832, '', 'top-logo', 0, 'A'),
(3576, 169, 2833, '', 'top-search', 0, 'A'),
(3577, 237, 2834, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(3578, 238, 2834, '', 'top-phones-grid', 1, 'D'),
(3579, 239, 2834, '', 'top-phones-grid', 4, 'D'),
(3580, 240, 2837, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 2, 'A'),
(3581, 236, 2838, '', 'hidden-phone', 1, 'A'),
(3582, 227, 2839, '', 'ut2-top-cart-content', 3, 'A'),
(3583, 241, 2839, '', 'ut2-top-my-account', 2, 'A'),
(3584, 172, 2840, '', '', 0, 'A'),
(3585, 173, 2841, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3586, 242, 2843, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(3587, 243, 2844, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(3588, 244, 2845, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(3589, 245, 2846, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 0, 'A'),
(3590, 180, 2848, '', '', 1, 'A'),
(3591, 181, 2848, '', '', 0, 'A'),
(3592, 308, 2849, '', '', 0, 'D'),
(3593, 246, 2850, '', 'homepage-banners', 2, 'A'),
(3594, 247, 2851, '', 'hidden-desktop', 0, 'A'),
(3595, 248, 2853, '', '', 0, 'D'),
(3596, 249, 2854, '', '', 0, 'A'),
(3597, 252, 2856, '', 'hidden-phone', 0, 'A'),
(3598, 253, 2856, '', 'hidden-phone', 1, 'A'),
(3599, 254, 2857, '', 'hidden-phone', 0, 'A'),
(3600, 255, 2858, '', 'hidden-phone', 0, 'A'),
(3601, 256, 2858, '', 'hidden-phone', 1, 'A'),
(3602, 257, 2859, '', '', 0, 'A'),
(3603, 258, 2860, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone hidden-tablet', 1, 'A'),
(3604, 259, 2861, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(3605, 251, 2862, '', '', 0, 'A'),
(3606, 261, 2863, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 0, 'A'),
(3607, 250, 2864, '', 'hidden-phone', 0, 'A'),
(3608, 262, 2864, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'scroller', 1, 'A'),
(3609, 173, 2865, '', '', 2, 'A'),
(3610, 263, 2866, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'homepage-our-brands', 2, 'A'),
(3611, 260, 2867, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 0, 'A'),
(3612, 264, 2867, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 1, 'A'),
(3613, 265, 2869, '', '', 0, 'A'),
(3614, 266, 2870, '', '', 0, 'A'),
(3615, 309, 2872, '', '', 0, 'A'),
(3616, 310, 2873, '', '', 0, 'A'),
(3617, 311, 2874, '', '', 0, 'A'),
(3618, 173, 2875, '', '', 0, 'A'),
(3619, 267, 2876, '', '', 0, 'A'),
(3620, 268, 2878, '', 'hidden-phone', 0, 'A'),
(3621, 249, 2879, '', 'hidden-phone', 0, 'A'),
(3622, 251, 2879, '', 'hidden-phone', 1, 'A'),
(3623, 269, 2879, '', 'hidden-phone', 2, 'A'),
(3624, 270, 2880, '', '', 0, 'A'),
(3625, 271, 2881, '', '', 0, 'D'),
(3626, 272, 2882, '', '', 0, 'A'),
(3627, 247, 2882, '', '', 1, 'D'),
(3628, 273, 2883, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-categories abt-ut2-draggable hidden-tablet hidden-desktop', 0, 'A'),
(3629, 274, 2883, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 1, 'A'),
(3630, 275, 2884, '', '', 1, 'A'),
(3631, 173, 2884, '', '', 2, 'A'),
(3632, 276, 2885, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(3633, 277, 2885, '', '', 0, 'A'),
(3634, 278, 2885, '', '', 0, 'A'),
(3635, 279, 2885, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(3636, 280, 2885, '', 'subcategories-grid', 0, 'A'),
(3637, 281, 2885, '', 'ut2-subcategories-block hidden-phone', 0, 'A'),
(3638, 225, 2885, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(3639, 282, 2886, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'ut2-bestsellers-block', 2, 'A'),
(3640, 172, 2887, '', '', 0, 'A'),
(3641, 173, 2888, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3642, 196, 2890, '', '', 0, 'A'),
(3643, 197, 2891, '', '', 0, 'A'),
(3644, 198, 2891, '', '', 1, 'A'),
(3645, 199, 2891, '', '', 2, 'A'),
(3646, 200, 2891, '', '', 3, 'A'),
(3647, 201, 2891, '', '', 4, 'A'),
(3648, 202, 2891, '', '', 5, 'A'),
(3649, 203, 2891, '', '', 6, 'A'),
(3650, 204, 2891, '', '', 7, 'A'),
(3651, 205, 2891, '', '', 7, 'A'),
(3652, 206, 2891, '', '', 8, 'A'),
(3653, 173, 2891, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(3654, 283, 2892, 'blocks/wrappers/abt__ut2__sidebox_general.tpl', 'order-products', 0, 'A'),
(3655, 209, 2892, '', '', 1, 'A'),
(3656, 167, 2894, '', 'top-logo', 0, 'A'),
(3657, 180, 2895, '', '', 2, 'A'),
(3658, 172, 2896, '', '', 0, 'A'),
(3659, 173, 2896, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3660, 172, 2897, '', '', 0, 'A'),
(3661, 173, 2898, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3662, 210, 2899, '', '', 0, 'A'),
(3663, 172, 2900, '', '', 0, 'A'),
(3664, 173, 2901, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(3665, 211, 2902, '', '', 0, 'A'),
(3666, 172, 2903, '', '', 0, 'A'),
(3667, 173, 2903, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3668, 172, 2904, '', '', 0, 'A'),
(3669, 173, 2905, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3670, 220, 2906, '', '', 0, 'A'),
(3671, 172, 2907, '', '', 0, 'A'),
(3672, 173, 2908, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3673, 222, 2909, '', '', 0, 'A'),
(3674, 172, 2910, '', '', 0, 'A'),
(3675, 284, 2911, '', 'hidden-phone', 2, 'A'),
(3676, 275, 2912, '', '', 0, 'A'),
(3677, 173, 2912, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3678, 225, 2913, '', 'ut2-filters hidden-phone', 0, 'A'),
(3679, 274, 2914, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 0, 'A'),
(3680, 172, 2915, '', '', 0, 'A'),
(3681, 173, 2916, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3682, 285, 2917, '', '', 0, 'A'),
(3683, 286, 2918, '', 'hidden-phone', 0, 'A'),
(3684, 275, 2919, '', '', 0, 'A'),
(3685, 173, 2919, '', '', 1, 'A'),
(3686, 274, 2919, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(3687, 225, 2920, '', 'ut2-filters hidden-phone', 0, 'A'),
(3688, 172, 2921, '', '', 0, 'A'),
(3689, 173, 2922, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3690, 223, 2923, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(3691, 172, 2924, '', '', 0, 'A'),
(3692, 173, 2925, '', '', 2, 'A'),
(3693, 172, 2926, '', '', 0, 'A'),
(3694, 224, 2926, '', '', 1, 'A'),
(3695, 286, 2927, '', 'hidden-phone', 0, 'A'),
(3696, 275, 2928, '', '', 0, 'A'),
(3697, 173, 2928, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3698, 274, 2928, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(3699, 225, 2929, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(3700, 172, 2930, '', '', 0, 'A'),
(3701, 287, 2932, '', 'ut2-filters', 0, 'A'),
(3702, 288, 2933, '', '', 0, 'A'),
(3703, 173, 2934, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(3704, 235, 2935, '', 'top-currencies', 2, 'A'),
(3705, 226, 2935, '', 'top-languages', 3, 'A'),
(3706, 165, 2936, '', 'top-quick-links', 2, 'A'),
(3707, 167, 2937, '', 'top-logo', 0, 'A'),
(3708, 236, 2938, '', 'hidden-phone', 2, 'A'),
(3709, 237, 2939, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(3710, 238, 2939, '', 'top-phones-grid', 1, 'A'),
(3711, 239, 2939, '', 'top-phones-grid', 2, 'D'),
(3712, 217, 2942, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 1, 'A'),
(3713, 169, 2943, '', 'top-search', 2, 'A'),
(3714, 227, 2944, '', 'ut2-top-cart-content', 1, 'A'),
(3715, 241, 2944, '', 'ut2-top-my-account', 0, 'A'),
(3716, 172, 2945, '', '', 0, 'A'),
(3717, 289, 2946, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 2, 'A'),
(3718, 275, 2947, '', '', 1, 'A'),
(3719, 173, 2947, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(3720, 213, 2949, '', '', 1, 'A'),
(3721, 215, 2949, '', '', 2, 'A'),
(3722, 289, 2950, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 0, 'A'),
(3723, 172, 2952, '', '', 0, 'A'),
(3724, 173, 2952, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3725, 312, 2953, '', '', 0, 'A'),
(3726, 313, 2953, '', '', 1, 'A'),
(3727, 185, 2953, 'blocks/wrappers/mainbox_simple.tpl', 'ty-homepage-vendors', 2, 'A'),
(3728, 314, 2953, '', '', 2, 'A'),
(3729, 187, 2953, '', '', 3, 'A'),
(3730, 173, 2954, '', '', 2, 'A'),
(3731, 211, 2955, '', '', 0, 'A'),
(3732, 173, 2956, '', '', 0, 'A'),
(3733, 315, 2957, '', '', 0, 'A'),
(3734, 132, 2959, '', '', 0, 'A'),
(3735, 133, 2960, '', '', 0, 'A'),
(3736, 11, 2960, '', '', 1, 'A'),
(3737, 132, 2962, '', '', 0, 'A'),
(3738, 133, 2963, '', '', 0, 'A'),
(3739, 11, 2963, '', '', 1, 'A'),
(3740, 132, 2965, '', '', 0, 'A'),
(3741, 133, 2966, '', '', 0, 'A'),
(3742, 11, 2966, '', '', 1, 'A'),
(3743, 132, 2968, '', '', 0, 'A'),
(3744, 133, 2969, '', '', 0, 'A'),
(3745, 11, 2969, '', '', 1, 'A'),
(3746, 132, 2971, '', '', 0, 'A'),
(3747, 133, 2972, '', '', 0, 'A'),
(3748, 11, 2972, '', '', 1, 'A'),
(3749, 132, 2974, '', '', 0, 'A'),
(3750, 133, 2975, '', '', 0, 'A'),
(3751, 11, 2975, '', '', 1, 'A'),
(3752, 132, 2977, '', '', 0, 'A'),
(3753, 133, 2978, '', '', 0, 'A'),
(3754, 11, 2978, '', '', 1, 'A'),
(3755, 132, 2980, '', '', 0, 'A'),
(3756, 133, 2981, '', '', 0, 'A'),
(3757, 11, 2981, '', '', 1, 'A'),
(3758, 132, 2983, '', '', 0, 'A'),
(3759, 133, 2984, '', '', 0, 'A'),
(3760, 11, 2984, '', '', 1, 'A'),
(3761, 132, 2986, '', '', 0, 'A'),
(3762, 133, 2987, '', '', 0, 'A'),
(3763, 11, 2987, '', '', 1, 'A'),
(3764, 132, 2989, '', '', 0, 'A'),
(3765, 133, 2990, '', '', 0, 'A'),
(3766, 11, 2990, '', '', 1, 'A'),
(3767, 132, 2992, '', '', 0, 'A'),
(3768, 133, 2993, '', '', 0, 'A'),
(3769, 11, 2993, '', '', 1, 'A'),
(3770, 132, 2995, '', '', 0, 'A'),
(3771, 133, 2996, '', '', 0, 'A'),
(3772, 11, 2996, '', '', 1, 'A'),
(3773, 132, 2998, '', '', 0, 'A'),
(3774, 133, 2999, '', '', 0, 'A'),
(3775, 11, 2999, '', '', 1, 'A'),
(3776, 132, 3001, '', '', 0, 'A'),
(3777, 133, 3002, '', '', 0, 'A'),
(3778, 11, 3002, '', '', 1, 'A'),
(3779, 154, 3003, '', '', 0, 'A'),
(3780, 155, 3003, '', '', 1, 'A'),
(3781, 23, 3003, 'blocks/wrappers/mainbox_simple.tpl', 'ty-homepage-vendors', 2, 'A'),
(3782, 156, 3003, '', '', 2, 'A'),
(3783, 25, 3003, '', '', 3, 'A'),
(3784, 11, 3004, '', '', 2, 'A'),
(3785, 49, 3005, '', '', 0, 'A'),
(3786, 11, 3006, '', '', 0, 'A'),
(3787, 157, 3007, '', '', 0, 'A'),
(3788, 312, 3008, '', '', 0, 'A'),
(3789, 313, 3008, '', '', 1, 'A'),
(3790, 185, 3008, 'blocks/wrappers/mainbox_simple.tpl', 'ty-homepage-vendors', 2, 'A'),
(3791, 314, 3008, '', '', 2, 'A'),
(3792, 187, 3008, '', '', 3, 'A'),
(3793, 173, 3009, '', '', 2, 'A'),
(3794, 211, 3010, '', '', 0, 'A'),
(3795, 173, 3011, '', '', 0, 'A'),
(3796, 315, 3012, '', '', 0, 'A'),
(3797, 74, 3013, '', 'hidden-phone', 0, 'D'),
(3798, 316, 3013, '', 'hidden-phone', 0, 'A'),
(3799, 61, 3014, '', 'top-languages', 0, 'A'),
(3800, 76, 3014, '', 'top-currencies', 1, 'A'),
(3801, 3, 3014, '', 'top-quick-links', 2, 'A'),
(3802, 317, 3015, '', 'top-logo', 0, 'A'),
(3803, 318, 3016, '', 'hidden-phone', 2, 'A'),
(3804, 79, 3017, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(3805, 80, 3017, '', 'top-phones-grid', 1, 'A'),
(3806, 81, 3017, '', 'top-phones-grid', 2, 'D'),
(3807, 319, 3020, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 2, 'A'),
(3808, 320, 3021, '', 'top-search', 2, 'A'),
(3809, 321, 3022, '', 'ut2-top-cart-content', 2, 'A'),
(3810, 150, 3022, '', 'ut2-top-my-account', 3, 'A'),
(3811, 10, 3023, '', '', 0, 'A'),
(3812, 11, 3024, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3813, 322, 3026, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(3814, 323, 3027, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(3815, 324, 3028, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(3816, 325, 3029, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 0, 'A'),
(3817, 18, 3031, '', '', 2, 'A'),
(3818, 326, 3032, '', '', 1, 'A'),
(3819, 327, 3033, '', 'homepage-banners', 2, 'A'),
(3820, 89, 3034, '', 'hidden-desktop', 0, 'A'),
(3821, 328, 3036, '', 'hidden-phone', 0, 'A'),
(3822, 329, 3037, '', 'hidden-phone', 0, 'A'),
(3823, 330, 3037, '', 'hidden-phone', 1, 'A'),
(3824, 331, 3037, '', 'hidden-phone', 2, 'A'),
(3825, 94, 3039, '', 'hidden-phone', 0, 'A'),
(3826, 95, 3039, '', 'hidden-phone', 1, 'A'),
(3827, 96, 3040, '', 'hidden-phone', 0, 'A'),
(3828, 97, 3041, '', 'hidden-phone', 0, 'A'),
(3829, 98, 3041, '', 'hidden-phone', 1, 'A'),
(3830, 99, 3042, '', '', 0, 'A'),
(3831, 100, 3043, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone hidden-tablet', 1, 'A'),
(3832, 101, 3044, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(3833, 332, 3045, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(3834, 333, 3046, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 2, 'A'),
(3835, 334, 3047, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'scroller', 0, 'A'),
(3836, 11, 3048, '', '', 2, 'A'),
(3837, 335, 3049, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'homepage-our-brands', 2, 'A'),
(3838, 336, 3050, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 0, 'A'),
(3839, 107, 3052, '', '', 0, 'A'),
(3840, 337, 3053, '', '', 0, 'A'),
(3841, 11, 3054, '', '', 0, 'A'),
(3842, 109, 3055, '', '', 0, 'A'),
(3843, 338, 3057, '', 'hidden-phone', 0, 'A'),
(3844, 329, 3058, '', 'hidden-phone', 0, 'A'),
(3845, 331, 3058, '', 'hidden-phone', 1, 'A'),
(3846, 339, 3058, '', 'hidden-phone', 2, 'A'),
(3847, 340, 3059, '', '', 0, 'A'),
(3848, 113, 3060, '', '', 0, 'D'),
(3849, 114, 3061, '', '', 0, 'A'),
(3850, 89, 3061, '', '', 1, 'D'),
(3851, 115, 3062, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-categories abt-ut2-draggable hidden-tablet hidden-desktop', 0, 'A'),
(3852, 116, 3062, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 1, 'A'),
(3853, 117, 3063, '', '', 1, 'A'),
(3854, 11, 3063, '', '', 2, 'A'),
(3855, 118, 3064, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(3856, 119, 3064, '', '', 0, 'A'),
(3857, 120, 3064, '', '', 0, 'A'),
(3858, 121, 3064, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(3859, 122, 3064, '', 'subcategories-grid', 0, 'A'),
(3860, 123, 3064, '', 'ut2-subcategories-block hidden-phone', 0, 'A'),
(3861, 124, 3064, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(3862, 125, 3065, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'ut2-bestsellers-block', 2, 'A'),
(3863, 10, 3066, '', '', 0, 'A'),
(3864, 11, 3067, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3865, 34, 3069, '', '', 0, 'A'),
(3866, 341, 3070, '', '', 0, 'A'),
(3867, 36, 3070, '', '', 1, 'A'),
(3868, 342, 3070, '', '', 2, 'A'),
(3869, 38, 3070, '', '', 3, 'A'),
(3870, 39, 3070, '', '', 4, 'A'),
(3871, 40, 3070, '', '', 5, 'A'),
(3872, 343, 3070, '', '', 6, 'A'),
(3873, 42, 3070, '', '', 7, 'A'),
(3874, 344, 3070, '', '', 7, 'A'),
(3875, 345, 3070, '', '', 8, 'A'),
(3876, 11, 3070, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(3877, 346, 3071, 'blocks/wrappers/abt__ut2__sidebox_general.tpl', 'order-products', 0, 'A'),
(3878, 47, 3071, '', '', 1, 'A'),
(3879, 77, 3073, '', 'top-logo', 0, 'A'),
(3880, 18, 3074, '', '', 2, 'A'),
(3881, 10, 3075, '', '', 0, 'A'),
(3882, 11, 3075, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3883, 10, 3076, '', '', 0, 'A'),
(3884, 11, 3077, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3885, 48, 3078, '', '', 0, 'A'),
(3886, 10, 3079, '', '', 0, 'A'),
(3887, 11, 3080, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(3888, 49, 3081, '', '', 0, 'A'),
(3889, 10, 3082, '', '', 0, 'A'),
(3890, 11, 3082, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3891, 10, 3083, '', '', 0, 'A'),
(3892, 11, 3084, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3893, 58, 3085, '', '', 0, 'A'),
(3897, 10, 3089, '', '', 0, 'A'),
(3898, 127, 3090, '', 'hidden-phone', 2, 'A'),
(3899, 117, 3091, '', '', 0, 'A'),
(3900, 11, 3091, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3901, 124, 3092, '', 'ut2-filters hidden-phone', 0, 'A'),
(3902, 116, 3093, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 0, 'A'),
(3903, 10, 3094, '', '', 0, 'A'),
(3904, 11, 3095, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3905, 128, 3096, '', '', 0, 'A'),
(3906, 129, 3097, '', 'hidden-phone', 0, 'A'),
(3907, 117, 3098, '', '', 0, 'A'),
(3908, 11, 3098, '', '', 1, 'A'),
(3909, 116, 3098, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(3910, 124, 3099, '', 'ut2-filters hidden-phone', 0, 'A'),
(3914, 10, 3103, '', '', 0, 'A'),
(3915, 130, 3103, '', '', 1, 'A'),
(3916, 129, 3104, '', 'hidden-phone', 0, 'A'),
(3917, 117, 3105, '', '', 0, 'A'),
(3918, 11, 3105, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(3919, 116, 3105, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(3920, 124, 3106, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(3927, 76, 3114, '', 'top-currencies', 2, 'A'),
(3928, 61, 3114, '', 'top-languages', 3, 'A'),
(3929, 3, 3115, '', 'top-quick-links', 2, 'A'),
(3930, 317, 3116, '', 'top-logo', 0, 'A'),
(3931, 318, 3117, '', 'hidden-phone', 2, 'A'),
(3932, 79, 3118, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(3933, 80, 3118, '', 'top-phones-grid', 1, 'A'),
(3934, 81, 3118, '', 'top-phones-grid', 2, 'D'),
(3935, 55, 3121, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 1, 'A'),
(3936, 320, 3122, '', 'top-search', 2, 'A'),
(3937, 321, 3123, '', 'ut2-top-cart-content', 2, 'A'),
(3938, 150, 3123, '', 'ut2-top-my-account', 3, 'A'),
(3939, 10, 3124, '', '', 0, 'A'),
(3940, 134, 3125, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 2, 'A'),
(3941, 117, 3126, '', '', 1, 'A'),
(3942, 11, 3126, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(3943, 51, 3128, '', '', 1, 'A'),
(3944, 53, 3128, '', '', 2, 'A'),
(3945, 134, 3129, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 0, 'A'),
(3946, 74, 3130, '', 'hidden-phone', 1, 'D'),
(3947, 316, 3130, '', 'hidden-phone', 1, 'A'),
(3948, 61, 3131, '', 'top-languages', 0, 'A'),
(3949, 76, 3131, '', 'top-currencies', 1, 'A'),
(3950, 3, 3131, '', 'top-quick-links', 2, 'A'),
(3951, 317, 3132, '', 'top-logo', 0, 'A'),
(3952, 320, 3133, '', '', 2, 'A'),
(3953, 79, 3134, '', 'top-buttons-grid', 0, 'A'),
(3954, 80, 3134, '', 'top-phones-grid', 1, 'A'),
(3955, 81, 3134, '', 'top-phones-grid', 2, 'D'),
(3956, 150, 3135, '', 'ut2-top-my-account', 0, 'A'),
(3957, 321, 3135, '', 'ut2-top-cart-content', 1, 'A'),
(3958, 135, 3136, '', '', 2, 'A'),
(3959, 10, 3137, '', '', 0, 'A'),
(3960, 11, 3138, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(3961, 322, 3140, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(3962, 323, 3141, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(3963, 324, 3142, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(3964, 325, 3143, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 0, 'A'),
(3965, 18, 3145, '', '', 2, 'A'),
(3966, 326, 3146, '', 'hidden-phone', 1, 'A'),
(3967, 327, 3147, '', 'homepage-banners', 2, 'A'),
(3968, 89, 3148, '', 'hidden-desktop', 0, 'A'),
(3969, 328, 3150, '', 'hidden-phone', 0, 'A'),
(3970, 329, 3151, '', 'hidden-phone', 0, 'A'),
(3971, 331, 3151, '', 'hidden-phone', 1, 'A'),
(3972, 330, 3151, '', 'hidden-phone', 2, 'A'),
(3973, 94, 3153, '', 'hidden-phone', 0, 'A'),
(3974, 95, 3153, '', 'hidden-phone', 1, 'A'),
(3975, 96, 3154, '', 'hidden-phone', 0, 'A'),
(3976, 97, 3155, '', 'hidden-phone', 0, 'A'),
(3977, 98, 3155, '', 'hidden-phone', 1, 'A'),
(3978, 99, 3156, '', '', 0, 'A'),
(3979, 100, 3157, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone hidden-tablet', 1, 'A'),
(3980, 101, 3158, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(3981, 332, 3159, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(3982, 333, 3160, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 2, 'A'),
(3983, 334, 3161, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'scroller', 0, 'A'),
(3984, 11, 3162, '', '', 2, 'A'),
(3985, 335, 3163, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'homepage-our-brands hidden-phone', 2, 'A'),
(3986, 336, 3164, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 0, 'A'),
(3987, 107, 3166, '', '', 0, 'A'),
(3988, 337, 3167, '', '', 0, 'A'),
(3989, 11, 3168, '', '', 0, 'A'),
(3990, 109, 3169, '', '', 0, 'A'),
(3991, 338, 3171, '', 'hidden-phone', 0, 'A'),
(3992, 329, 3172, '', 'hidden-phone', 0, 'A'),
(3993, 331, 3172, '', 'hidden-phone', 1, 'A'),
(3994, 339, 3172, '', 'hidden-phone', 2, 'A'),
(3995, 340, 3173, '', '', 0, 'A'),
(3996, 113, 3174, '', '', 0, 'D'),
(3997, 114, 3175, '', '', 0, 'A'),
(3998, 89, 3175, '', '', 1, 'D'),
(3999, 129, 3176, '', 'hidden-phone', 0, 'A'),
(4000, 115, 3177, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-categories abt-ut2-draggable hidden-desktop hidden-tablet', 0, 'A'),
(4001, 116, 3177, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 1, 'A'),
(4002, 117, 3178, '', '', 1, 'A'),
(4003, 11, 3178, '', '', 2, 'A'),
(4004, 118, 3179, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(4005, 119, 3179, '', '', 0, 'A'),
(4006, 120, 3179, '', '', 0, 'A'),
(4007, 121, 3179, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(4008, 122, 3179, '', 'subcategories-grid', 0, 'A'),
(4009, 123, 3179, '', 'ut2-subcategories-block hidden-phone', 0, 'A'),
(4010, 124, 3179, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(4011, 125, 3180, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'ut2-bestsellers-block', 2, 'A'),
(4012, 10, 3181, '', '', 0, 'A'),
(4013, 11, 3182, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4014, 34, 3184, '', '', 0, 'A'),
(4015, 341, 3185, '', '', 0, 'A'),
(4016, 36, 3185, '', '', 1, 'A'),
(4017, 342, 3185, '', '', 2, 'A'),
(4018, 38, 3185, '', '', 3, 'A'),
(4019, 39, 3185, '', '', 4, 'A'),
(4020, 40, 3185, '', '', 5, 'A'),
(4021, 343, 3185, '', '', 6, 'A'),
(4022, 42, 3185, '', '', 7, 'A'),
(4023, 344, 3185, '', '', 7, 'A'),
(4024, 345, 3185, '', '', 8, 'A'),
(4025, 11, 3185, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(4026, 346, 3186, '', 'order-products', 0, 'A'),
(4027, 47, 3186, '', '', 1, 'A'),
(4028, 77, 3188, '', 'top-logo', 0, 'A'),
(4029, 18, 3189, '', '', 2, 'A'),
(4030, 10, 3190, '', '', 0, 'A'),
(4031, 11, 3190, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4032, 10, 3191, '', '', 0, 'A'),
(4033, 11, 3192, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4034, 48, 3193, '', '', 0, 'A'),
(4035, 10, 3194, '', '', 0, 'A'),
(4036, 11, 3195, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(4037, 49, 3196, '', '', 0, 'A'),
(4038, 10, 3197, '', '', 0, 'A'),
(4039, 11, 3197, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4040, 10, 3198, '', '', 0, 'A'),
(4041, 11, 3199, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4045, 58, 3203, '', '', 0, 'A'),
(4046, 10, 3204, '', '', 0, 'A'),
(4047, 129, 3205, '', 'hidden-phone', 1, 'A'),
(4048, 117, 3206, '', '', 0, 'A'),
(4049, 11, 3206, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4050, 116, 3206, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(4051, 124, 3207, '', 'ut2-filters hidden-phone', 0, 'A'),
(4052, 10, 3208, '', '', 2, 'A'),
(4053, 11, 3209, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4054, 128, 3210, '', '', 0, 'A'),
(4055, 129, 3211, '', 'hidden-phone', 0, 'A'),
(4056, 117, 3212, '', '', 0, 'A'),
(4057, 11, 3212, '', '', 1, 'A'),
(4058, 116, 3212, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(4059, 124, 3213, '', 'ut2-filters hidden-phone', 0, 'A'),
(4063, 10, 3217, '', '', 0, 'A'),
(4064, 130, 3217, '', '', 1, 'A'),
(4065, 129, 3218, '', 'hidden-phone', 0, 'A'),
(4066, 117, 3219, '', '', 0, 'A'),
(4067, 11, 3219, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4068, 116, 3219, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(4069, 124, 3220, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(4076, 76, 3228, '', 'top-currencies', 2, 'A'),
(4077, 61, 3228, '', 'top-languages', 3, 'A'),
(4078, 3, 3229, '', 'top-quick-links', 2, 'A'),
(4079, 317, 3230, '', 'top-logo', 0, 'A'),
(4080, 320, 3231, '', '', 2, 'A'),
(4081, 79, 3232, '', 'top-buttons-grid', 0, 'A'),
(4082, 80, 3232, '', 'top-phones-grid', 1, 'A'),
(4083, 81, 3232, '', 'top-phones-grid', 2, 'D'),
(4084, 150, 3233, '', 'ut2-top-my-account', 0, 'A'),
(4085, 321, 3233, '', 'ut2-top-cart-content', 1, 'A'),
(4086, 136, 3234, '', '', 1, 'A'),
(4087, 10, 3235, '', '', 0, 'A'),
(4088, 134, 3236, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 2, 'A'),
(4089, 117, 3237, '', '', 1, 'A'),
(4090, 11, 3237, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(4091, 51, 3239, '', '', 1, 'A'),
(4092, 53, 3239, '', '', 2, 'A'),
(4093, 134, 3240, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 0, 'A'),
(4094, 74, 3241, '', 'hidden-phone', 0, 'D'),
(4095, 316, 3241, '', 'hidden-phone', 0, 'A'),
(4096, 61, 3242, '', 'top-languages', 0, 'A'),
(4097, 76, 3242, '', 'top-currencies', 1, 'A'),
(4098, 3, 3242, '', 'top-quick-links', 2, 'A'),
(4099, 317, 3243, '', 'top-logo', 0, 'A'),
(4100, 318, 3244, '', 'hidden-phone', 2, 'A'),
(4101, 79, 3245, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(4102, 80, 3245, '', 'top-phones-grid', 1, 'A'),
(4103, 81, 3245, '', 'top-phones-grid', 2, 'D'),
(4104, 319, 3248, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 2, 'A'),
(4105, 320, 3249, '', 'top-search', 2, 'A'),
(4106, 321, 3250, '', 'ut2-top-cart-content', 2, 'A'),
(4107, 150, 3250, '', 'ut2-top-my-account', 3, 'A'),
(4108, 10, 3251, '', '', 0, 'A'),
(4109, 11, 3252, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4110, 322, 3254, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(4111, 323, 3255, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(4112, 324, 3256, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(4113, 325, 3257, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 0, 'A'),
(4114, 18, 3259, '', '', 2, 'A');
INSERT INTO `partiushop_bm_snapping` (`snapping_id`, `block_id`, `grid_id`, `wrapper`, `user_class`, `order`, `status`) VALUES
(4115, 137, 3260, '', 'hidden-phone', 0, 'A'),
(4116, 326, 3260, '', '', 1, 'A'),
(4117, 317, 3261, '', 'top-logo', 0, 'A'),
(4118, 318, 3262, '', 'hidden-phone', 2, 'A'),
(4119, 79, 3263, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(4120, 80, 3263, '', 'top-phones-grid', 1, 'A'),
(4121, 81, 3263, '', 'top-phones-grid', 2, 'D'),
(4122, 319, 3266, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical hpo-menu', 0, 'A'),
(4123, 320, 3267, '', 'top-search', 2, 'A'),
(4124, 321, 3268, '', 'ut2-top-cart-content', 2, 'A'),
(4125, 150, 3268, '', 'ut2-top-my-account', 3, 'A'),
(4126, 138, 3269, '', 'hpo-banner', 0, 'A'),
(4127, 89, 3270, '', 'hidden-desktop', 0, 'A'),
(4128, 328, 3272, '', 'hidden-phone', 0, 'A'),
(4129, 329, 3273, '', 'hidden-phone', 0, 'A'),
(4130, 331, 3273, '', 'hidden-phone', 1, 'A'),
(4131, 330, 3273, '', 'hidden-phone', 2, 'A'),
(4132, 94, 3275, '', 'hidden-phone', 0, 'A'),
(4133, 95, 3275, '', 'hidden-phone', 1, 'A'),
(4134, 96, 3276, '', 'hidden-phone', 0, 'A'),
(4135, 97, 3277, '', 'hidden-phone', 0, 'A'),
(4136, 98, 3277, '', 'hidden-phone', 1, 'A'),
(4137, 99, 3278, '', '', 0, 'A'),
(4138, 100, 3279, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone hidden-tablet', 1, 'A'),
(4139, 101, 3280, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(4140, 332, 3281, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone', 2, 'A'),
(4141, 333, 3282, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 2, 'A'),
(4142, 334, 3283, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'scroller', 0, 'A'),
(4143, 11, 3284, '', '', 2, 'A'),
(4144, 335, 3285, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'homepage-our-brands', 2, 'A'),
(4145, 336, 3286, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 0, 'A'),
(4146, 107, 3288, '', '', 0, 'A'),
(4147, 337, 3289, '', '', 0, 'A'),
(4148, 11, 3290, '', '', 0, 'A'),
(4149, 109, 3291, '', '', 0, 'A'),
(4150, 338, 3293, '', 'hidden-phone', 0, 'A'),
(4151, 329, 3294, '', 'hidden-phone', 0, 'A'),
(4152, 331, 3294, '', 'hidden-phone', 1, 'A'),
(4153, 339, 3294, '', 'hidden-phone', 2, 'A'),
(4154, 340, 3295, '', '', 0, 'A'),
(4155, 113, 3296, '', '', 0, 'D'),
(4156, 114, 3297, '', '', 0, 'A'),
(4157, 89, 3297, '', '', 1, 'D'),
(4158, 129, 3298, '', 'hidden-phone', 0, 'A'),
(4159, 115, 3299, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-categories abt-ut2-draggable hidden-desktop hidden-tablet', 0, 'A'),
(4160, 116, 3299, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 1, 'A'),
(4161, 117, 3300, '', '', 1, 'A'),
(4162, 11, 3300, '', '', 2, 'A'),
(4163, 118, 3301, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(4164, 119, 3301, '', '', 0, 'A'),
(4165, 120, 3301, '', '', 0, 'A'),
(4166, 121, 3301, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(4167, 122, 3301, '', 'subcategories-grid', 0, 'A'),
(4168, 123, 3301, '', 'ut2-subcategories-block hidden-phone', 0, 'A'),
(4169, 124, 3301, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(4170, 125, 3302, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'ut2-bestsellers-block', 2, 'A'),
(4171, 10, 3303, '', '', 0, 'A'),
(4172, 11, 3304, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4173, 34, 3306, '', '', 0, 'A'),
(4174, 341, 3307, '', '', 0, 'A'),
(4175, 36, 3307, '', '', 1, 'A'),
(4176, 342, 3307, '', '', 2, 'A'),
(4177, 38, 3307, '', '', 3, 'A'),
(4178, 39, 3307, '', '', 4, 'A'),
(4179, 40, 3307, '', '', 5, 'A'),
(4180, 343, 3307, '', '', 6, 'A'),
(4181, 42, 3307, '', '', 7, 'A'),
(4182, 344, 3307, '', '', 7, 'A'),
(4183, 345, 3307, '', '', 8, 'A'),
(4184, 11, 3307, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(4185, 346, 3308, 'blocks/wrappers/abt__ut2__sidebox_general.tpl', 'order-products', 0, 'A'),
(4186, 47, 3308, '', '', 1, 'A'),
(4187, 77, 3310, '', 'top-logo', 0, 'A'),
(4188, 18, 3311, '', '', 2, 'A'),
(4189, 10, 3312, '', '', 0, 'A'),
(4190, 11, 3312, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4191, 10, 3313, '', '', 0, 'A'),
(4192, 11, 3314, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4193, 48, 3315, '', '', 0, 'A'),
(4194, 10, 3316, '', '', 0, 'A'),
(4195, 11, 3317, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(4196, 49, 3318, '', '', 0, 'A'),
(4197, 10, 3319, '', '', 0, 'A'),
(4198, 11, 3319, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4199, 10, 3320, '', '', 0, 'A'),
(4200, 11, 3321, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4204, 58, 3325, '', '', 0, 'A'),
(4205, 10, 3326, '', '', 0, 'A'),
(4206, 127, 3327, '', 'hidden-phone', 2, 'A'),
(4207, 117, 3328, '', '', 0, 'A'),
(4208, 11, 3328, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4209, 124, 3329, '', 'ut2-filters hidden-phone', 0, 'A'),
(4210, 116, 3330, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 0, 'A'),
(4211, 10, 3331, '', '', 0, 'A'),
(4212, 11, 3332, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4213, 128, 3333, '', '', 0, 'A'),
(4214, 129, 3334, '', 'hidden-phone', 0, 'A'),
(4215, 117, 3335, '', '', 0, 'A'),
(4216, 11, 3335, '', '', 1, 'A'),
(4217, 116, 3335, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(4218, 124, 3336, '', 'ut2-filters hidden-phone', 0, 'A'),
(4222, 10, 3340, '', '', 0, 'A'),
(4223, 130, 3340, '', '', 1, 'A'),
(4224, 129, 3341, '', 'hidden-phone', 0, 'A'),
(4225, 117, 3342, '', '', 0, 'A'),
(4226, 11, 3342, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4227, 116, 3342, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(4228, 124, 3343, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(4235, 76, 3351, '', 'top-currencies', 2, 'A'),
(4236, 61, 3351, '', 'top-languages', 3, 'A'),
(4237, 3, 3352, '', 'top-quick-links', 2, 'A'),
(4238, 317, 3353, '', 'top-logo', 0, 'A'),
(4239, 318, 3354, '', 'hidden-phone', 2, 'A'),
(4240, 79, 3355, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(4241, 80, 3355, '', 'top-phones-grid', 1, 'A'),
(4242, 81, 3355, '', 'top-phones-grid', 2, 'D'),
(4243, 55, 3358, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 1, 'A'),
(4244, 320, 3359, '', 'top-search', 2, 'A'),
(4245, 321, 3360, '', 'ut2-top-cart-content', 2, 'A'),
(4246, 150, 3360, '', 'ut2-top-my-account', 3, 'A'),
(4247, 10, 3361, '', '', 0, 'A'),
(4248, 134, 3362, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 2, 'A'),
(4249, 117, 3363, '', '', 1, 'A'),
(4250, 11, 3363, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(4251, 51, 3365, '', '', 1, 'A'),
(4252, 53, 3365, '', '', 2, 'A'),
(4253, 134, 3366, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 0, 'A'),
(4254, 316, 3367, '', '', 0, 'A'),
(4255, 61, 3368, '', 'top-languages', 0, 'A'),
(4256, 2, 3368, '', 'top-currencies', 1, 'A'),
(4257, 3, 3368, '', 'top-quick-links', 2, 'A'),
(4258, 317, 3369, '', 'top-logo', 0, 'A'),
(4259, 318, 3370, '', 'hidden-phone', 2, 'A'),
(4260, 79, 3371, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(4261, 80, 3371, '', 'top-phones-grid', 1, 'A'),
(4262, 81, 3371, '', 'top-phones-grid', 2, 'D'),
(4263, 319, 3374, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 2, 'A'),
(4264, 320, 3375, '', 'top-search', 2, 'A'),
(4265, 321, 3376, '', 'ut2-top-cart-content', 2, 'A'),
(4266, 150, 3376, '', 'ut2-top-my-account', 3, 'A'),
(4267, 10, 3377, '', '', 0, 'A'),
(4268, 11, 3378, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4269, 322, 3380, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(4270, 323, 3381, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(4271, 324, 3382, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(4272, 325, 3383, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 0, 'A'),
(4273, 18, 3385, '', '', 2, 'A'),
(4274, 326, 3386, '', '', 2, 'A'),
(4275, 327, 3387, '', 'homepage-banners', 2, 'A'),
(4276, 89, 3388, '', 'hidden-desktop', 0, 'A'),
(4277, 328, 3390, '', 'hidden-phone', 0, 'A'),
(4278, 329, 3391, '', 'hidden-phone', 0, 'A'),
(4279, 330, 3391, '', 'hidden-phone', 1, 'A'),
(4280, 331, 3391, '', 'hidden-phone', 2, 'A'),
(4281, 94, 3393, '', 'hidden-phone', 0, 'A'),
(4282, 95, 3393, '', 'hidden-phone', 1, 'A'),
(4283, 96, 3394, '', 'hidden-phone', 0, 'A'),
(4284, 97, 3395, '', 'hidden-phone', 0, 'A'),
(4285, 98, 3395, '', 'hidden-phone', 1, 'A'),
(4286, 99, 3396, '', '', 0, 'A'),
(4287, 100, 3397, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone hidden-tablet', 1, 'A'),
(4288, 333, 3398, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 2, 'A'),
(4289, 334, 3399, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'scroller', 0, 'A'),
(4290, 11, 3400, '', '', 2, 'A'),
(4291, 335, 3401, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'homepage-our-brands', 2, 'A'),
(4292, 336, 3402, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 0, 'A'),
(4293, 107, 3404, '', '', 0, 'A'),
(4294, 337, 3405, '', '', 0, 'A'),
(4295, 11, 3406, '', '', 0, 'A'),
(4296, 109, 3407, '', '', 0, 'A'),
(4297, 338, 3409, '', 'hidden-phone', 0, 'A'),
(4298, 329, 3410, '', 'hidden-phone', 0, 'A'),
(4299, 331, 3410, '', 'hidden-phone', 1, 'A'),
(4300, 339, 3410, '', 'hidden-phone', 2, 'A'),
(4301, 340, 3411, '', '', 0, 'A'),
(4302, 113, 3412, '', '', 0, 'D'),
(4303, 114, 3413, '', '', 0, 'A'),
(4304, 89, 3413, '', '', 1, 'D'),
(4305, 115, 3414, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-categories abt-ut2-draggable hidden-tablet hidden-desktop', 0, 'A'),
(4306, 116, 3414, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 1, 'A'),
(4307, 117, 3415, '', '', 1, 'A'),
(4308, 11, 3415, '', '', 2, 'A'),
(4309, 118, 3416, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(4310, 119, 3416, '', '', 0, 'A'),
(4311, 120, 3416, '', '', 0, 'A'),
(4312, 121, 3416, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(4313, 122, 3416, '', 'subcategories-grid', 0, 'A'),
(4314, 123, 3416, '', 'ut2-subcategories-block hidden-phone', 0, 'A'),
(4315, 124, 3416, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(4316, 125, 3417, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'ut2-bestsellers-block', 2, 'A'),
(4317, 10, 3418, '', '', 0, 'A'),
(4318, 11, 3419, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4319, 34, 3421, '', '', 0, 'A'),
(4320, 341, 3422, '', '', 0, 'A'),
(4321, 36, 3422, '', '', 1, 'A'),
(4322, 342, 3422, '', '', 2, 'A'),
(4323, 38, 3422, '', '', 3, 'A'),
(4324, 39, 3422, '', '', 4, 'A'),
(4325, 40, 3422, '', '', 5, 'A'),
(4326, 343, 3422, '', '', 6, 'A'),
(4327, 42, 3422, '', '', 7, 'A'),
(4328, 344, 3422, '', '', 7, 'A'),
(4329, 345, 3422, '', '', 8, 'A'),
(4330, 11, 3422, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(4331, 346, 3423, 'blocks/wrappers/abt__ut2__sidebox_general.tpl', 'order-products', 0, 'A'),
(4332, 47, 3423, '', '', 1, 'A'),
(4333, 77, 3425, '', 'top-logo', 0, 'A'),
(4334, 18, 3426, '', '', 2, 'A'),
(4335, 10, 3427, '', '', 0, 'A'),
(4336, 11, 3427, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4337, 10, 3428, '', '', 0, 'A'),
(4338, 11, 3429, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4339, 48, 3430, '', '', 0, 'A'),
(4340, 10, 3431, '', '', 0, 'A'),
(4341, 11, 3432, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(4342, 49, 3433, '', '', 0, 'A'),
(4343, 10, 3434, '', '', 0, 'A'),
(4344, 11, 3434, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4345, 10, 3435, '', '', 0, 'A'),
(4346, 11, 3436, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4347, 58, 3437, '', '', 0, 'A'),
(4351, 10, 3441, '', '', 0, 'A'),
(4352, 127, 3442, '', 'hidden-phone', 2, 'A'),
(4353, 117, 3443, '', '', 0, 'A'),
(4354, 11, 3443, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4355, 124, 3444, '', 'ut2-filters hidden-phone', 0, 'A'),
(4356, 116, 3445, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 0, 'A'),
(4357, 128, 3446, '', '', 0, 'A'),
(4358, 129, 3447, '', 'hidden-phone', 0, 'A'),
(4359, 117, 3448, '', '', 0, 'A'),
(4360, 11, 3448, '', '', 1, 'A'),
(4361, 116, 3448, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(4362, 124, 3449, '', 'ut2-filters hidden-phone', 0, 'A'),
(4366, 10, 3453, '', '', 0, 'A'),
(4367, 11, 3454, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4368, 10, 3455, '', '', 0, 'A'),
(4369, 130, 3455, '', '', 1, 'A'),
(4370, 129, 3456, '', 'hidden-phone', 0, 'A'),
(4371, 117, 3457, '', '', 0, 'A'),
(4372, 11, 3457, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4373, 116, 3457, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(4374, 124, 3458, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(4377, 316, 3461, '', '', 0, 'A'),
(4378, 61, 3462, '', 'top-languages', 0, 'A'),
(4379, 2, 3462, '', 'top-currencies', 1, 'A'),
(4380, 3, 3462, '', 'top-quick-links', 2, 'A'),
(4381, 317, 3463, '', 'top-logo', 0, 'A'),
(4382, 320, 3464, '', '', 2, 'A'),
(4383, 79, 3465, '', 'top-buttons-grid', 0, 'A'),
(4384, 80, 3465, '', 'top-phones-grid', 1, 'A'),
(4385, 81, 3465, '', 'top-phones-grid', 2, 'D'),
(4386, 150, 3466, '', 'ut2-top-my-account', 0, 'A'),
(4387, 321, 3466, '', 'ut2-top-cart-content', 1, 'A'),
(4388, 135, 3467, '', '', 2, 'A'),
(4389, 10, 3468, '', '', 0, 'A'),
(4390, 11, 3469, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4391, 322, 3471, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(4392, 323, 3472, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(4393, 324, 3473, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(4394, 325, 3474, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 0, 'A'),
(4395, 18, 3476, '', '', 2, 'A'),
(4396, 326, 3477, '', '', 2, 'A'),
(4397, 327, 3478, '', 'homepage-banners', 2, 'A'),
(4398, 89, 3479, '', 'hidden-desktop', 0, 'A'),
(4399, 328, 3481, '', 'hidden-phone', 0, 'A'),
(4400, 329, 3482, '', 'hidden-phone', 0, 'A'),
(4401, 331, 3482, '', 'hidden-phone', 1, 'A'),
(4402, 330, 3482, '', 'hidden-phone', 2, 'A'),
(4403, 94, 3484, '', 'hidden-phone', 0, 'A'),
(4404, 95, 3484, '', 'hidden-phone', 1, 'A'),
(4405, 96, 3485, '', 'hidden-phone', 0, 'A'),
(4406, 97, 3486, '', 'hidden-phone', 0, 'A'),
(4407, 98, 3486, '', 'hidden-phone', 1, 'A'),
(4408, 99, 3487, '', '', 0, 'A'),
(4409, 100, 3488, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone hidden-tablet', 1, 'A'),
(4410, 333, 3489, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 2, 'A'),
(4411, 334, 3490, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'scroller', 0, 'A'),
(4412, 11, 3491, '', '', 2, 'A'),
(4413, 335, 3492, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'homepage-our-brands hidden-phone', 2, 'A'),
(4414, 336, 3493, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 0, 'A'),
(4415, 107, 3495, '', '', 0, 'A'),
(4416, 337, 3496, '', '', 0, 'A'),
(4417, 11, 3497, '', '', 0, 'A'),
(4418, 109, 3498, '', '', 0, 'A'),
(4419, 338, 3500, '', 'hidden-phone', 0, 'A'),
(4420, 329, 3501, '', 'hidden-phone', 0, 'A'),
(4421, 331, 3501, '', 'hidden-phone', 1, 'A'),
(4422, 339, 3501, '', 'hidden-phone', 2, 'A'),
(4423, 340, 3502, '', '', 0, 'A'),
(4424, 113, 3503, '', '', 0, 'D'),
(4425, 114, 3504, '', '', 0, 'A'),
(4426, 89, 3504, '', '', 1, 'A'),
(4427, 129, 3505, '', 'hidden-phone', 0, 'A'),
(4428, 115, 3506, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-categories abt-ut2-draggable hidden-desktop hidden-tablet', 0, 'A'),
(4429, 116, 3506, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 1, 'A'),
(4430, 117, 3507, '', '', 1, 'A'),
(4431, 11, 3507, '', '', 2, 'A'),
(4432, 118, 3508, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(4433, 119, 3508, '', '', 0, 'A'),
(4434, 120, 3508, '', '', 0, 'A'),
(4435, 121, 3508, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(4436, 122, 3508, '', 'subcategories-grid', 0, 'A'),
(4437, 123, 3508, '', 'ut2-subcategories-block hidden-phone', 0, 'A'),
(4438, 124, 3508, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(4439, 125, 3509, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'ut2-bestsellers-block', 2, 'A'),
(4440, 10, 3510, '', '', 0, 'A'),
(4441, 11, 3511, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4442, 34, 3513, '', '', 0, 'A'),
(4443, 341, 3514, '', '', 0, 'A'),
(4444, 36, 3514, '', '', 1, 'A'),
(4445, 342, 3514, '', '', 2, 'A'),
(4446, 38, 3514, '', '', 3, 'A'),
(4447, 39, 3514, '', '', 4, 'A'),
(4448, 40, 3514, '', '', 5, 'A'),
(4449, 343, 3514, '', '', 6, 'A'),
(4450, 42, 3514, '', '', 7, 'A'),
(4451, 344, 3514, '', '', 7, 'A'),
(4452, 345, 3514, '', '', 8, 'A'),
(4453, 11, 3514, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(4454, 346, 3515, '', 'order-products', 0, 'A'),
(4455, 47, 3515, '', '', 1, 'A'),
(4456, 77, 3517, '', 'top-logo', 0, 'A'),
(4457, 18, 3518, '', '', 2, 'A'),
(4458, 10, 3519, '', '', 0, 'A'),
(4459, 11, 3519, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4460, 10, 3520, '', '', 0, 'A'),
(4461, 11, 3521, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4462, 48, 3522, '', '', 0, 'A'),
(4463, 10, 3523, '', '', 0, 'A'),
(4464, 11, 3524, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(4465, 49, 3525, '', '', 0, 'A'),
(4466, 10, 3526, '', '', 0, 'A'),
(4467, 11, 3526, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4468, 10, 3527, '', '', 0, 'A'),
(4469, 11, 3528, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4473, 58, 3532, '', '', 0, 'A'),
(4474, 10, 3533, '', '', 0, 'A'),
(4475, 129, 3534, '', 'hidden-phone', 1, 'A'),
(4476, 117, 3535, '', '', 0, 'A'),
(4477, 11, 3535, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4478, 116, 3535, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(4479, 124, 3536, '', 'ut2-filters hidden-phone', 0, 'A'),
(4480, 128, 3537, '', '', 0, 'A'),
(4481, 129, 3538, '', 'hidden-phone', 0, 'A'),
(4482, 117, 3539, '', '', 0, 'A'),
(4483, 11, 3539, '', '', 1, 'A'),
(4484, 116, 3539, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(4485, 124, 3540, '', 'ut2-filters hidden-phone', 0, 'A'),
(4489, 10, 3544, '', '', 0, 'A'),
(4490, 130, 3544, '', '', 1, 'A'),
(4491, 129, 3545, '', 'hidden-phone', 0, 'A'),
(4492, 117, 3546, '', '', 0, 'A'),
(4493, 11, 3546, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4494, 116, 3546, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(4495, 124, 3547, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(4496, 10, 3548, '', '', 2, 'A'),
(4497, 11, 3549, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4500, 316, 3552, '', '', 0, 'A'),
(4501, 61, 3553, '', 'top-languages', 0, 'A'),
(4502, 2, 3553, '', 'top-currencies', 1, 'A'),
(4503, 3, 3553, '', 'top-quick-links', 2, 'A'),
(4504, 317, 3554, '', 'top-logo', 0, 'A'),
(4505, 318, 3555, '', '', 2, 'A'),
(4506, 79, 3556, '', 'top-buttons-grid', 0, 'A'),
(4507, 80, 3556, '', 'top-phones-grid', 1, 'A'),
(4508, 81, 3556, '', 'top-phones-grid', 2, 'D'),
(4509, 139, 3559, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical', 2, 'A'),
(4510, 320, 3560, '', 'top-search', 2, 'A'),
(4511, 321, 3561, '', 'ut2-top-cart-content', 2, 'A'),
(4512, 150, 3561, '', 'ut2-top-my-account', 3, 'A'),
(4513, 10, 3562, '', '', 0, 'A'),
(4514, 11, 3563, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4515, 322, 3565, 'blocks/wrappers/footer_general.tpl', '', 0, 'A'),
(4516, 323, 3566, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 1, 'A'),
(4517, 324, 3567, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(4518, 325, 3568, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 0, 'A'),
(4519, 18, 3570, '', '', 2, 'A'),
(4520, 326, 3571, '', '', 2, 'A'),
(4521, 317, 3572, '', 'top-logo', 0, 'A'),
(4522, 318, 3573, '', 'hidden-phone', 2, 'A'),
(4523, 79, 3574, '', 'top-buttons-grid hidden-phone', 0, 'A'),
(4524, 80, 3574, '', 'top-phones-grid', 1, 'A'),
(4525, 81, 3574, '', 'top-phones-grid', 2, 'D'),
(4526, 319, 3577, 'blocks/wrappers/onclick_dropdown.tpl', ' top-menu-grid-vetrtical hpo-menu', 0, 'A'),
(4527, 320, 3578, '', 'top-search', 2, 'A'),
(4528, 321, 3579, '', 'ut2-top-cart-content', 2, 'A'),
(4529, 150, 3579, '', 'ut2-top-my-account', 3, 'A'),
(4530, 138, 3580, '', 'hpo-banner', 0, 'A'),
(4531, 89, 3581, '', 'hidden-desktop', 0, 'A'),
(4532, 328, 3583, '', 'hidden-phone', 0, 'A'),
(4533, 329, 3584, '', 'hidden-phone', 0, 'A'),
(4534, 331, 3584, '', 'hidden-phone', 1, 'A'),
(4535, 330, 3584, '', 'hidden-phone', 2, 'A'),
(4536, 94, 3586, '', 'hidden-phone', 0, 'A'),
(4537, 95, 3586, '', 'hidden-phone', 1, 'A'),
(4538, 96, 3587, '', 'hidden-phone', 0, 'A'),
(4539, 97, 3588, '', 'hidden-phone', 0, 'A'),
(4540, 98, 3588, '', 'hidden-phone', 1, 'A'),
(4541, 99, 3589, '', '', 0, 'A'),
(4542, 100, 3590, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'hidden-phone hidden-tablet', 1, 'A'),
(4543, 333, 3591, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 2, 'A'),
(4544, 334, 3592, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'scroller', 0, 'A'),
(4545, 11, 3593, '', '', 2, 'A'),
(4546, 335, 3594, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'homepage-our-brands', 2, 'A'),
(4547, 336, 3595, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', '', 0, 'A'),
(4548, 107, 3597, '', '', 0, 'A'),
(4549, 337, 3598, '', '', 0, 'A'),
(4550, 11, 3599, '', '', 0, 'A'),
(4551, 109, 3600, '', '', 0, 'A'),
(4552, 338, 3602, '', 'hidden-phone', 0, 'A'),
(4553, 329, 3603, '', 'hidden-phone', 0, 'A'),
(4554, 331, 3603, '', 'hidden-phone', 1, 'A'),
(4555, 339, 3603, '', 'hidden-phone', 2, 'A'),
(4556, 340, 3604, '', '', 0, 'A'),
(4557, 113, 3605, '', '', 0, 'D'),
(4558, 114, 3606, '', '', 0, 'A'),
(4559, 89, 3606, '', '', 1, 'A'),
(4560, 129, 3607, '', 'hidden-phone', 0, 'A'),
(4561, 115, 3608, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-categories abt-ut2-draggable hidden-desktop hidden-tablet', 0, 'A'),
(4562, 116, 3608, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters abt-ut2-draggable hidden-desktop hidden-tablet', 1, 'A'),
(4563, 117, 3609, '', '', 1, 'A'),
(4564, 11, 3609, '', '', 2, 'A'),
(4565, 118, 3610, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(4566, 119, 3610, '', '', 0, 'A'),
(4567, 120, 3610, '', '', 0, 'A'),
(4568, 121, 3610, 'blocks/wrappers/mainbox_general_no_h1.tpl', '', 0, 'A'),
(4569, 122, 3610, '', 'subcategories-grid', 0, 'A'),
(4570, 123, 3610, '', 'ut2-subcategories-block hidden-phone', 0, 'A'),
(4571, 124, 3610, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(4572, 125, 3611, 'blocks/wrappers/abt__ut2__mainbox_general.tpl', 'ut2-bestsellers-block', 2, 'A'),
(4573, 10, 3612, '', '', 0, 'A'),
(4574, 11, 3613, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4575, 34, 3615, '', '', 0, 'A'),
(4576, 341, 3616, '', '', 0, 'A'),
(4577, 36, 3616, '', '', 1, 'A'),
(4578, 342, 3616, '', '', 2, 'A'),
(4579, 38, 3616, '', '', 3, 'A'),
(4580, 39, 3616, '', '', 4, 'A'),
(4581, 40, 3616, '', '', 5, 'A'),
(4582, 343, 3616, '', '', 6, 'A'),
(4583, 42, 3616, '', '', 7, 'A'),
(4584, 344, 3616, '', '', 7, 'A'),
(4585, 345, 3616, '', '', 8, 'A'),
(4586, 11, 3616, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(4587, 346, 3617, 'blocks/wrappers/abt__ut2__sidebox_general.tpl', 'order-products', 0, 'A'),
(4588, 47, 3617, '', '', 1, 'A'),
(4589, 77, 3619, '', 'top-logo', 0, 'A'),
(4590, 18, 3620, '', '', 2, 'A'),
(4591, 10, 3621, '', '', 0, 'A'),
(4592, 11, 3621, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4593, 10, 3622, '', '', 0, 'A'),
(4594, 11, 3623, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4595, 48, 3624, '', '', 0, 'A'),
(4596, 10, 3625, '', '', 0, 'A'),
(4597, 11, 3626, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(4598, 49, 3627, '', '', 0, 'A'),
(4599, 10, 3628, '', '', 0, 'A'),
(4600, 11, 3628, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4601, 10, 3629, '', '', 0, 'A'),
(4602, 11, 3630, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4606, 58, 3634, '', '', 0, 'A'),
(4607, 10, 3635, '', '', 0, 'A'),
(4608, 127, 3636, '', 'hidden-phone', 2, 'A'),
(4609, 117, 3637, '', '', 0, 'A'),
(4610, 11, 3637, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4611, 124, 3638, '', 'ut2-filters hidden-phone', 0, 'A'),
(4612, 116, 3639, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 0, 'A'),
(4613, 128, 3640, '', '', 0, 'A'),
(4614, 129, 3641, '', 'hidden-phone', 0, 'A'),
(4615, 117, 3642, '', '', 0, 'A'),
(4616, 11, 3642, '', '', 1, 'A'),
(4617, 116, 3642, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(4618, 124, 3643, '', 'ut2-filters hidden-phone', 0, 'A'),
(4622, 10, 3647, '', '', 0, 'A'),
(4623, 130, 3647, '', '', 1, 'A'),
(4624, 129, 3648, '', 'hidden-phone', 0, 'A'),
(4625, 117, 3649, '', '', 0, 'A'),
(4626, 11, 3649, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4627, 116, 3649, 'blocks/wrappers/onclick_dropdown.tpl', 'ut2-filters hidden-tablet hidden-desktop', 2, 'A'),
(4628, 124, 3650, 'blocks/wrappers/abt__ut2__mainbox_simple.tpl', 'ut2-filters hidden-phone', 1, 'A'),
(4629, 10, 3651, '', '', 0, 'A'),
(4630, 11, 3652, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4633, 10, 3656, '', '', 0, 'A'),
(4634, 11, 3656, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4635, 10, 3658, '', '', 0, 'A'),
(4636, 11, 3658, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4637, 10, 3660, '', '', 0, 'A'),
(4638, 11, 3660, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4639, 10, 3662, '', '', 0, 'A'),
(4640, 11, 3662, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4641, 10, 3664, '', '', 0, 'A'),
(4642, 11, 3664, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4643, 10, 3666, '', '', 0, 'A'),
(4644, 11, 3666, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4645, 10, 3667, '', '', 0, 'A'),
(4646, 11, 3668, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4647, 60, 3669, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(4648, 10, 3670, '', '', 0, 'A'),
(4649, 11, 3671, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4650, 60, 3672, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(4651, 10, 3673, '', '', 0, 'A'),
(4652, 11, 3674, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4653, 60, 3675, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(4654, 10, 3676, '', '', 0, 'A'),
(4655, 11, 3677, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4656, 60, 3678, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(4657, 10, 3679, '', '', 0, 'A'),
(4658, 11, 3680, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4659, 60, 3681, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(4660, 10, 3682, '', '', 0, 'A'),
(4661, 11, 3683, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4662, 60, 3684, 'blocks/wrappers/sidebox_important.tpl', '', 0, 'A'),
(4663, 10, 3685, '', '', 0, 'A'),
(4664, 11, 3686, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4665, 68, 3687, '', '', 0, 'A'),
(4666, 10, 3688, '', '', 0, 'A'),
(4667, 11, 3689, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4668, 68, 3690, '', '', 0, 'A'),
(4669, 10, 3691, '', '', 0, 'A'),
(4670, 11, 3692, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4671, 68, 3693, '', '', 0, 'A'),
(4672, 10, 3694, '', '', 0, 'A'),
(4673, 11, 3695, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4674, 68, 3696, '', '', 0, 'A'),
(4675, 10, 3697, '', '', 0, 'A'),
(4676, 11, 3698, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4677, 68, 3699, '', '', 0, 'A'),
(4678, 10, 3700, '', '', 0, 'A'),
(4679, 11, 3701, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4680, 68, 3702, '', '', 0, 'A'),
(4681, 132, 3704, '', '', 0, 'A'),
(4682, 133, 3705, '', '', 0, 'A'),
(4683, 11, 3705, '', '', 1, 'A'),
(4684, 132, 3707, '', '', 0, 'A'),
(4685, 133, 3708, '', '', 0, 'A'),
(4686, 11, 3708, '', '', 1, 'A'),
(4687, 132, 3710, '', '', 0, 'A'),
(4688, 133, 3711, '', '', 0, 'A'),
(4689, 11, 3711, '', '', 1, 'A'),
(4690, 132, 3713, '', '', 0, 'A'),
(4691, 133, 3714, '', '', 0, 'A'),
(4692, 11, 3714, '', '', 1, 'A'),
(4693, 132, 3716, '', '', 0, 'A'),
(4694, 133, 3717, '', '', 0, 'A'),
(4695, 11, 3717, '', '', 1, 'A'),
(4696, 132, 3719, '', '', 0, 'A'),
(4697, 133, 3720, '', '', 0, 'A'),
(4698, 11, 3720, '', '', 1, 'A'),
(4699, 10, 3721, '', '', 0, 'A'),
(4700, 11, 3722, '', '', 2, 'A'),
(4701, 10, 3723, '', '', 0, 'A'),
(4702, 11, 3724, '', '', 2, 'A'),
(4703, 10, 3725, '', '', 0, 'A'),
(4704, 11, 3726, '', '', 2, 'A'),
(4705, 10, 3727, '', '', 0, 'A'),
(4706, 11, 3728, '', '', 2, 'A'),
(4707, 10, 3729, '', '', 0, 'A'),
(4708, 11, 3730, '', '', 2, 'A'),
(4709, 10, 3731, '', '', 0, 'A'),
(4710, 11, 3732, '', '', 2, 'A'),
(4711, 154, 3733, '', '', 0, 'A'),
(4712, 155, 3733, '', '', 1, 'A'),
(4713, 23, 3733, 'blocks/wrappers/mainbox_simple.tpl', 'ty-homepage-vendors', 2, 'A'),
(4714, 156, 3733, '', '', 2, 'A'),
(4715, 25, 3733, '', '', 3, 'A'),
(4716, 11, 3734, '', '', 2, 'A'),
(4717, 49, 3735, '', '', 0, 'A'),
(4718, 11, 3736, '', '', 0, 'A'),
(4719, 157, 3737, '', '', 0, 'A'),
(4720, 347, 3738, 'addons/et_vivashop_settings/blocks/eib_wrappers/fib_wrapper.tpl', '', 0, 'A'),
(4721, 348, 3741, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(4722, 322, 3742, 'blocks/wrappers/footer_general.tpl', '', 2, 'A'),
(4723, 349, 3743, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(4724, 350, 3744, 'blocks/wrappers/et_footer_info.tpl', 'space-bottom', 2, 'A'),
(4725, 351, 3746, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(4726, 352, 3747, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(4727, 353, 3748, 'blocks/wrappers/footer_general.tpl', 'footer-no-wysiwyg', 2, 'A'),
(4728, 354, 3749, 'blocks/wrappers/footer_general.tpl', '', 2, 'A'),
(4729, 355, 3751, '', '', 2, 'A'),
(4730, 356, 3752, 'blocks/wrappers/footer_general.tpl', 'et-footer-social', 2, 'A'),
(4731, 348, 3753, 'blocks/wrappers/et_mobile_footer_menu.tpl', '', 0, 'A'),
(4732, 322, 3753, 'blocks/wrappers/et_mobile_footer_menu.tpl', '', 1, 'A'),
(4733, 349, 3753, 'blocks/wrappers/et_mobile_footer_menu.tpl', '', 2, 'A'),
(4734, 351, 3753, 'blocks/wrappers/et_mobile_footer_menu.tpl', '', 3, 'A'),
(4735, 352, 3753, 'blocks/wrappers/et_mobile_footer_menu.tpl', '', 4, 'A'),
(4736, 353, 3753, 'blocks/wrappers/et_mobile_footer_menu.tpl', '', 5, 'A'),
(4737, 355, 3753, 'blocks/wrappers/et_mobile_footer_block.tpl', '', 6, 'A'),
(4738, 354, 3753, 'blocks/wrappers/et_mobile_footer_block.tpl', '', 7, 'A'),
(4739, 350, 3753, 'blocks/wrappers/et_footer_info.tpl', '', 8, 'A'),
(4740, 356, 3753, 'blocks/wrappers/et_mobile_footer_block.tpl', 'et-footer-social', 9, 'A'),
(4741, 18, 3755, '', '', 2, 'A'),
(4742, 326, 3756, '', '', 2, 'A'),
(4743, 357, 3757, '', '', 0, 'A'),
(4744, 4, 3757, 'blocks/wrappers/et_sticky_my_account.tpl', '', 1, 'A'),
(4745, 358, 3757, '', '', 2, 'A'),
(4746, 359, 3757, '', '', 3, 'A'),
(4747, 321, 3757, 'blocks/wrappers/et_sticky_cart.tpl', '', 6, 'A'),
(4748, 10, 3758, '', '', 2, 'A'),
(4749, 11, 3759, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4750, 360, 3761, '', 'et-top-left-link', 0, 'A'),
(4751, 361, 3761, '', 'top-languages', 2, 'A'),
(4752, 362, 3761, '', 'top-currencies', 3, 'A'),
(4753, 363, 3762, '', 'et-top-right-link', 0, 'A'),
(4754, 360, 3764, 'blocks/wrappers/et_left_menu.tpl', 'et-top-left-link', 1, 'A'),
(4755, 361, 3765, '', '', 0, 'A'),
(4756, 362, 3765, '', '', 2, 'A'),
(4757, 363, 3766, 'blocks/wrappers/et_right_menu.tpl', 'et-top-right-link', 0, 'A'),
(4758, 317, 3768, '', '', 1, 'A'),
(4759, 364, 3769, '', 'et-header-call', 0, 'A'),
(4760, 365, 3772, '', '', 0, 'A'),
(4761, 366, 3772, '', '', 1, 'A'),
(4762, 367, 3773, '', '', 1, 'A'),
(4763, 365, 3776, 'addons/et_mega_menu/blocks/wrappers/et_category_menu_icon.tpl', '', 0, 'A'),
(4764, 317, 3776, '', 'top-logo', 1, 'A'),
(4765, 364, 3777, '', 'et-header-call', 0, 'A'),
(4766, 367, 3777, '', 'et-top-search', 1, 'A'),
(4767, 321, 3778, '', 'top-cart-content', 0, 'A'),
(4768, 368, 3778, '', '', 1, 'A'),
(4769, 4, 3778, 'blocks/wrappers/onclick_dropdown.tpl', 'top-my-account', 2, 'A'),
(4770, 317, 3780, '', 'top-logo', 1, 'A'),
(4771, 364, 3781, '', 'et-header-call', 0, 'A'),
(4772, 367, 3781, '', 'et-top-search', 1, 'A'),
(4773, 321, 3782, '', 'top-cart-content', 0, 'A'),
(4774, 368, 3782, '', '', 1, 'A'),
(4775, 4, 3782, 'blocks/wrappers/onclick_dropdown.tpl', 'top-my-account', 2, 'A'),
(4776, 365, 3784, 'addons/et_mega_menu/blocks/wrappers/et_category_menu.tpl', '', 0, 'A'),
(4777, 366, 3784, '', '', 1, 'A'),
(4778, 369, 3785, '', 'et-homepage-banners', 0, 'A'),
(4779, 370, 3786, 'blocks/wrappers/et_multi_scroller.tpl', '', 1, 'A'),
(4780, 371, 3786, 'blocks/wrappers/et_multi_scroller.tpl', '', 2, 'A'),
(4781, 372, 3786, 'blocks/wrappers/et_multi_scroller.tpl', '', 3, 'A'),
(4782, 373, 3787, 'addons/et_vivashop_mv_functionality/blocks/wrappers/et_home_featured_vendors.tpl', '', 0, 'A'),
(4783, 374, 3788, '', '', 2, 'A'),
(4784, 375, 3789, 'addons/et_vivashop_settings/blocks/wrappers/et_home_grid.tpl', '', 2, 'A'),
(4785, 376, 3790, 'addons/et_vivashop_settings/blocks/eib_wrappers/eib_wrapper.tpl', '', 2, 'A'),
(4786, 377, 3791, '', '', 2, 'A'),
(4787, 378, 3793, 'blocks/wrappers/et_home_special_title.tpl', '', 2, 'A'),
(4788, 379, 3795, '', '', 2, 'A'),
(4789, 380, 3796, '', '', 2, 'A'),
(4790, 381, 3797, '', '', 2, 'A'),
(4791, 382, 3798, '', '', 2, 'A'),
(4792, 383, 3799, '', '', 2, 'A'),
(4793, 384, 3792, 'addons/et_vivashop_settings/blocks/wrappers/et_banner_wrapper.tpl', '', 2, 'A'),
(4794, 385, 3800, '', '', 1, 'A'),
(4795, 386, 3801, 'blocks/wrappers/et_home_testimonials.tpl', '', 2, 'A'),
(4796, 387, 3802, '', '', 1, 'A'),
(4797, 388, 3804, 'blocks/wrappers/et_home_special_title.tpl', '', 2, 'A'),
(4798, 389, 3806, '', '', 2, 'A'),
(4799, 390, 3807, '', '', 2, 'A'),
(4800, 391, 3808, '', '', 2, 'A'),
(4801, 392, 3809, '', '', 2, 'A'),
(4802, 393, 3810, '', '', 0, 'A'),
(4803, 394, 3811, 'blocks/wrappers/et_home_blog.tpl', 'et-home-blog', 0, 'A'),
(4804, 395, 3812, '', 'homepage-our-brands', 0, 'A'),
(4805, 10, 3815, '', '', 2, 'A'),
(4806, 11, 3817, '', '', 2, 'A'),
(4807, 396, 3818, 'blocks/wrappers/et_mainbox_simple.tpl', '', 0, 'A'),
(4808, 397, 3818, 'blocks/wrappers/et_mainbox_simple.tpl', '', 1, 'A'),
(4809, 398, 3819, '', '', 1, 'A'),
(4810, 399, 3821, 'blocks/wrappers/et_mainbox_general_full_width_no_title.tpl', '', 0, 'A'),
(4811, 10, 3821, '', '', 1, 'A'),
(4812, 400, 3822, 'blocks/wrappers/et_mainbox_simple_full_width_no_title.tpl', '', 0, 'A'),
(4813, 401, 3822, 'blocks/wrappers/et_mainbox_simple_full_width_no_title.tpl', '', 1, 'D'),
(4814, 402, 3822, 'blocks/wrappers/et_mainbox_simple_full_width_no_title.tpl', '', 2, 'D'),
(4815, 403, 3823, 'blocks/wrappers/et_mainbox_simple_full_width_no_title.tpl', '', 0, 'A'),
(4816, 404, 3824, '', '', 0, 'A'),
(4817, 405, 3826, 'blocks/wrappers/et_sidebox_subcategories.tpl', '', 0, 'A'),
(4818, 406, 3826, 'blocks/wrappers/et_sidebox_filters.tpl', '', 1, 'A'),
(4819, 407, 3826, 'blocks/wrappers/et_sidebox_simple_open_on_mobile.tpl', 'et-side-featured-items', 2, 'A'),
(4820, 408, 3826, '', '', 3, 'A'),
(4821, 409, 3826, 'blocks/wrappers/et_sidebox_simple_open_on_mobile.tpl', '', 4, 'A'),
(4822, 410, 3826, '', '', 5, 'A'),
(4823, 411, 3826, 'blocks/wrappers/et_sidebox_simple_open_on_mobile.tpl', 'et-side-featured-items', 6, 'A'),
(4824, 11, 3827, '', '', 2, 'A'),
(4825, 412, 3829, 'blocks/wrappers/et_mainbox_general_full_width_no_title.tpl', '', 0, 'A'),
(4826, 10, 3829, '', '', 2, 'A'),
(4827, 11, 3830, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4828, 413, 3834, 'blocks/wrappers/et_mainbox_general_full_width_no_title.tpl', '', 0, 'A'),
(4829, 10, 3834, '', '', 1, 'A'),
(4830, 341, 3836, '', '', 0, 'A'),
(4831, 36, 3836, '', '', 1, 'A'),
(4832, 342, 3836, '', '', 2, 'A'),
(4833, 38, 3836, '', '', 3, 'A'),
(4834, 39, 3836, '', '', 4, 'A'),
(4835, 40, 3836, '', '', 5, 'A'),
(4836, 343, 3836, 'blocks/lite_checkout/wrappers/checkout_block_with_heading.tpl', '', 6, 'A'),
(4837, 42, 3836, '', '', 7, 'A'),
(4838, 344, 3836, '', '', 8, 'A'),
(4839, 345, 3836, '', '', 9, 'A'),
(4840, 11, 3836, 'blocks/wrappers/mainbox_general.tpl', '', 10, 'D'),
(4841, 46, 3837, 'blocks/wrappers/et_sidebox_simple_open_on_mobile.tpl', 'order-products', 2, 'A'),
(4842, 47, 3837, 'blocks/wrappers/et_sidebox_simple_open_on_mobile.tpl', 'order-summary', 3, 'A'),
(4843, 10, 3838, '', '', 0, 'A'),
(4844, 11, 3840, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(4845, 414, 3841, '', '', 2, 'A'),
(4846, 10, 3842, '', '', 2, 'A'),
(4847, 11, 3844, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4849, 10, 3846, '', '', 2, 'A'),
(4850, 11, 3847, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(4851, 10, 3849, '', '', 0, 'A'),
(4852, 11, 3850, 'blocks/wrappers/mainbox_general.tpl', '', 2, 'A'),
(4853, 416, 3854, '', '', 2, 'A'),
(4854, 10, 3854, '', '', 3, 'A'),
(4855, 4, 3856, 'blocks/wrappers/et_sidebox_simple_open_on_mobile.tpl', '', 0, 'A'),
(4856, 408, 3856, '', '', 1, 'A'),
(4857, 411, 3856, 'blocks/wrappers/et_sidebox_products.tpl', '', 2, 'A'),
(4858, 11, 3857, '', '', 2, 'A'),
(4859, 58, 3859, '', '', 1, 'A'),
(4860, 11, 3860, 'blocks/wrappers/mainbox_general.tpl', '', 0, 'A'),
(4861, 417, 3861, 'blocks/wrappers/sidebox_important.tpl', 'ty-order-summary', 0, 'A'),
(4862, 418, 3861, 'blocks/wrappers/sidebox_important.tpl', 'order-information', 1, 'A'),
(4863, 419, 3863, 'blocks/wrappers/et_mainbox_general_full_width_no_title.tpl', '', 0, 'A'),
(4864, 10, 3863, '', '', 2, 'A'),
(4865, 404, 3864, '', '', 2, 'A'),
(4866, 124, 3866, 'blocks/wrappers/et_sidebox_filters.tpl', '', 1, 'A'),
(4867, 11, 3867, 'blocks/wrappers/et_search_wrapper.tpl', '', 2, 'A'),
(4876, 422, 3878, '', '', 0, 'A'),
(4888, 428, 3885, 'blocks/wrappers/et_mainbox_general_full_width_no_title.tpl', '', 2, 'A'),
(4889, 10, 3885, '', '', 3, 'A'),
(4890, 429, 3886, 'blocks/wrappers/et_banner_full_width_no_title.tpl', '', 1, 'A'),
(4891, 430, 3887, '', '', 0, 'A'),
(4892, 11, 3889, '', '', 2, 'A'),
(4893, 426, 3890, 'blocks/wrappers/et_sidebox_products.tpl', '', 0, 'A'),
(4894, 408, 3890, '', '', 1, 'A'),
(4895, 4, 3890, 'blocks/wrappers/et_sidebox_simple_open_on_mobile.tpl', '', 2, 'A'),
(4896, 410, 3890, '', '', 3, 'A'),
(4897, 411, 3890, 'blocks/wrappers/et_sidebox_products.tpl', '', 4, 'A'),
(4898, 431, 3892, 'blocks/wrappers/et_mainbox_general_full_width_no_title.tpl', '', 2, 'A'),
(4899, 10, 3892, '', '', 3, 'A'),
(4900, 432, 3893, 'blocks/wrappers/et_banner_full_width_no_title.tpl', '', 2, 'A'),
(4901, 433, 3894, '', '', 0, 'A'),
(4902, 11, 3896, '', '', 4, 'A'),
(4903, 426, 3897, 'blocks/wrappers/et_sidebox_products.tpl', '', 0, 'A'),
(4904, 408, 3897, '', '', 1, 'A'),
(4905, 4, 3897, 'blocks/wrappers/et_sidebox_simple_open_on_mobile.tpl', '', 2, 'A'),
(4906, 410, 3897, '', '', 3, 'A'),
(4907, 411, 3897, 'blocks/wrappers/et_sidebox_products.tpl', '', 4, 'A'),
(4908, 434, 3899, 'blocks/wrappers/et_mainbox_general_full_width_no_title.tpl', '', 2, 'A'),
(4909, 10, 3899, '', '', 3, 'A'),
(4910, 435, 3900, 'blocks/wrappers/et_banner_full_width_no_title.tpl', '', 1, 'A'),
(4911, 436, 3901, '', '', 0, 'A'),
(4912, 11, 3903, '', '', 2, 'A'),
(4913, 426, 3904, 'blocks/wrappers/et_sidebox_products.tpl', '', 0, 'A'),
(4914, 408, 3904, '', '', 1, 'A'),
(4915, 4, 3904, 'blocks/wrappers/et_sidebox_simple_open_on_mobile.tpl', '', 2, 'A'),
(4916, 410, 3904, '', '', 3, 'A'),
(4917, 411, 3904, 'blocks/wrappers/et_sidebox_products.tpl', '', 4, 'A'),
(4923, 10, 3910, '', '', 0, 'A'),
(4925, 11, 3913, '', '', 2, 'A'),
(4927, 11, 3915, '', '', 0, 'A'),
(4928, 360, 3917, '', 'et-top-left-link', 0, 'A'),
(4929, 361, 3917, '', 'top-languages', 2, 'A'),
(4930, 362, 3917, '', 'top-currencies', 3, 'A'),
(4931, 363, 3918, '', 'et-top-right-link', 1, 'A'),
(4932, 441, 3921, '', '', 2, 'A'),
(4933, 6, 3922, '', '', 1, 'A'),
(4934, 320, 3923, '', '', 2, 'A'),
(4935, 365, 3923, '', '', 3, 'A'),
(4936, 366, 3923, '', '', 4, 'A'),
(4937, 361, 3924, '', '', 0, 'A'),
(4938, 362, 3924, '', '', 1, 'A'),
(4939, 442, 3925, '', '', 0, 'A'),
(4940, 443, 3927, '', '', 0, 'A'),
(4941, 52, 3928, '', '', 0, 'A'),
(4942, 365, 3930, 'addons/et_mega_menu/blocks/wrappers/et_category_menu_icon.tpl', '', 1, 'A'),
(4943, 317, 3930, '', '', 2, 'A'),
(4944, 364, 3931, '', 'et-header-call', 0, 'A'),
(4945, 320, 3931, '', 'et-top-search', 1, 'A'),
(4946, 321, 3932, '', 'top-cart-content', 0, 'A'),
(4947, 368, 3932, '', '', 1, 'A'),
(4948, 4, 3932, 'blocks/wrappers/onclick_dropdown.tpl', 'top-my-account', 2, 'A'),
(4949, 444, 3933, '', '', 0, 'A'),
(4950, 445, 3933, '', '', 1, 'A'),
(4951, 399, 3935, 'blocks/wrappers/et_mainbox_general_full_width_no_title.tpl', '', 2, 'A'),
(4952, 10, 3935, '', '', 3, 'A'),
(4953, 401, 3936, 'blocks/wrappers/et_mainbox_general_full_width_no_title.tpl', '', 0, 'A'),
(4954, 446, 3936, 'blocks/wrappers/et_mainbox_general_full_width_no_title.tpl', '', 1, 'D'),
(4955, 447, 3936, '', '', 2, 'D'),
(4956, 404, 3937, '', '', 1, 'A'),
(4957, 448, 3939, 'blocks/wrappers/et_sidebox_subcategories.tpl', '', 0, 'A'),
(4958, 134, 3939, 'blocks/wrappers/et_sidebox_filters.tpl', '', 1, 'A'),
(4959, 449, 3939, 'blocks/wrappers/et_sidebox_simple_open_on_mobile.tpl', 'et-side-featured-items', 2, 'A'),
(4960, 11, 3940, '', '', 2, 'A'),
(4961, 360, 3942, '', 'et-top-left-link', 0, 'A'),
(4962, 61, 3942, '', 'top-languages', 1, 'A'),
(4963, 362, 3942, '', 'top-currencies', 2, 'A'),
(4964, 363, 3943, '', 'et-top-right-link', 0, 'A'),
(4965, 441, 3946, '', '', 0, 'A'),
(4966, 6, 3947, '', '', 0, 'A'),
(4967, 320, 3948, '', '', 0, 'A'),
(4968, 365, 3948, '', '', 1, 'A'),
(4969, 366, 3948, '', '', 2, 'A'),
(4970, 361, 3949, '', '', 0, 'A'),
(4971, 362, 3949, '', '', 1, 'A'),
(4972, 442, 3950, '', '', 0, 'A'),
(4973, 443, 3952, '', '', 0, 'A'),
(4974, 52, 3953, '', '', 0, 'A'),
(4975, 365, 3955, 'addons/et_mega_menu/blocks/wrappers/et_category_menu_icon.tpl', '', 0, 'A'),
(4976, 317, 3955, '', '', 1, 'A'),
(4977, 364, 3956, '', 'et-header-call', 0, 'A'),
(4978, 320, 3956, '', 'et-top-search', 1, 'A'),
(4979, 321, 3957, '', 'top-cart-content', 0, 'A'),
(4980, 368, 3957, '', '', 1, 'A'),
(4981, 4, 3957, 'blocks/wrappers/onclick_dropdown.tpl', 'top-my-account', 2, 'A'),
(4982, 444, 3958, '', '', 0, 'A'),
(4983, 445, 3958, '', '', 1, 'A'),
(4984, 360, 3960, '', 'et-top-left-link', 0, 'A'),
(4985, 361, 3960, '', 'top-languages', 2, 'A'),
(4986, 362, 3960, '', 'top-currencies', 3, 'A'),
(4987, 363, 3961, '', 'et-top-right-link', 1, 'A'),
(4988, 441, 3964, '', '', 2, 'A'),
(4989, 6, 3965, '', '', 1, 'A'),
(4990, 320, 3966, '', '', 2, 'A'),
(4991, 365, 3966, '', '', 3, 'A'),
(4992, 366, 3966, '', '', 4, 'A'),
(4993, 361, 3967, '', '', 0, 'A'),
(4994, 362, 3967, '', '', 1, 'A'),
(4995, 442, 3968, '', '', 0, 'A'),
(4996, 443, 3970, '', '', 0, 'A'),
(4997, 52, 3971, '', '', 0, 'A'),
(4998, 365, 3973, 'addons/et_mega_menu/blocks/wrappers/et_category_menu_icon.tpl', '', 1, 'A'),
(4999, 317, 3973, '', '', 2, 'A'),
(5000, 364, 3974, '', 'et-header-call', 0, 'A'),
(5001, 320, 3974, '', 'et-top-search', 1, 'A'),
(5002, 321, 3975, '', 'top-cart-content', 0, 'A'),
(5003, 368, 3975, '', '', 1, 'A'),
(5004, 4, 3975, 'blocks/wrappers/onclick_dropdown.tpl', 'top-my-account', 2, 'A'),
(5005, 444, 3976, '', '', 0, 'A'),
(5006, 445, 3976, '', '', 1, 'A'),
(5007, 450, 3978, 'blocks/wrappers/et_mainbox_simple_full_width_no_title.tpl', '', 0, 'A'),
(5008, 10, 3978, '', '', 2, 'A'),
(5009, 449, 3980, 'blocks/wrappers/et_sidebox_products.tpl', '', 0, 'A'),
(5010, 11, 3981, '', '', 2, 'A'),
(5011, 360, 3983, '', 'et-top-left-link', 0, 'A'),
(5012, 361, 3983, '', 'top-languages', 2, 'A'),
(5013, 362, 3983, '', 'top-currencies', 3, 'A'),
(5014, 363, 3984, '', 'et-top-right-link', 1, 'A'),
(5015, 441, 3987, '', '', 2, 'A'),
(5016, 6, 3988, '', '', 1, 'A'),
(5017, 320, 3989, '', '', 2, 'A'),
(5018, 365, 3989, '', '', 3, 'A'),
(5019, 366, 3989, '', '', 4, 'A'),
(5020, 361, 3990, '', '', 0, 'A'),
(5021, 362, 3990, '', '', 1, 'A'),
(5022, 442, 3991, '', '', 0, 'A'),
(5023, 443, 3993, '', '', 0, 'A'),
(5024, 52, 3994, '', '', 0, 'A'),
(5025, 365, 3996, 'addons/et_mega_menu/blocks/wrappers/et_category_menu_icon.tpl', '', 1, 'A'),
(5026, 317, 3996, '', '', 2, 'A'),
(5027, 364, 3997, '', 'et-header-call', 0, 'A'),
(5028, 320, 3997, '', 'et-top-search', 1, 'A'),
(5029, 321, 3998, '', 'top-cart-content', 0, 'A'),
(5030, 368, 3998, '', '', 1, 'A'),
(5031, 4, 3998, 'blocks/wrappers/onclick_dropdown.tpl', 'top-my-account', 2, 'A'),
(5032, 444, 3999, '', '', 0, 'A'),
(5033, 445, 3999, '', '', 1, 'A'),
(5034, 451, 4001, 'blocks/wrappers/et_mainbox_general_full_width_no_title.tpl', '', 0, 'A'),
(5035, 10, 4001, '', '', 2, 'A'),
(5036, 449, 4003, 'blocks/wrappers/et_sidebox_products.tpl', '', 2, 'A'),
(5037, 11, 4004, '', '', 0, 'A'),
(5038, 360, 4006, '', 'et-top-left-link', 0, 'A'),
(5039, 361, 4006, '', 'top-languages', 2, 'A'),
(5040, 362, 4006, '', 'top-currencies', 3, 'A'),
(5041, 363, 4007, '', 'et-top-right-link', 1, 'A'),
(5042, 441, 4010, '', '', 2, 'A'),
(5043, 6, 4011, '', '', 1, 'A'),
(5044, 320, 4012, '', '', 2, 'A'),
(5045, 365, 4012, '', '', 3, 'A'),
(5046, 366, 4012, '', '', 4, 'A'),
(5047, 361, 4013, '', '', 0, 'A'),
(5048, 362, 4013, '', '', 1, 'A'),
(5049, 442, 4014, '', '', 0, 'A'),
(5050, 443, 4016, '', '', 0, 'A'),
(5051, 52, 4017, '', '', 0, 'A'),
(5052, 365, 4019, 'addons/et_mega_menu/blocks/wrappers/et_category_menu_icon.tpl', '', 1, 'A'),
(5053, 317, 4019, '', '', 2, 'A'),
(5054, 364, 4020, '', 'et-header-call', 0, 'A'),
(5055, 320, 4020, '', 'et-top-search', 1, 'A'),
(5056, 321, 4021, '', 'top-cart-content', 0, 'A'),
(5057, 368, 4021, '', '', 1, 'A'),
(5058, 4, 4021, 'blocks/wrappers/onclick_dropdown.tpl', 'top-my-account', 2, 'A'),
(5059, 444, 4022, '', '', 0, 'A'),
(5060, 445, 4022, '', '', 1, 'A'),
(5061, 452, 4024, 'blocks/wrappers/et_mainbox_general_full_width_no_title.tpl', '', 0, 'A'),
(5062, 10, 4024, '', '', 2, 'A'),
(5063, 449, 4026, 'blocks/wrappers/et_sidebox_products.tpl', '', 2, 'A'),
(5064, 11, 4027, '', '', 0, 'A'),
(5065, 360, 4029, '', 'et-top-left-link', 0, 'A'),
(5066, 361, 4029, '', 'top-languages', 2, 'A'),
(5067, 362, 4029, '', 'top-currencies', 3, 'A'),
(5068, 363, 4030, '', 'et-top-right-link', 1, 'A'),
(5069, 441, 4033, '', '', 2, 'A'),
(5070, 6, 4034, '', '', 1, 'A'),
(5071, 320, 4035, '', '', 2, 'A'),
(5072, 365, 4035, '', '', 3, 'A'),
(5073, 366, 4035, '', '', 4, 'A'),
(5074, 361, 4036, '', '', 0, 'A'),
(5075, 362, 4036, '', '', 1, 'A'),
(5076, 442, 4037, '', '', 0, 'A'),
(5077, 443, 4039, '', '', 0, 'A'),
(5078, 52, 4040, '', '', 0, 'A'),
(5079, 365, 4042, 'addons/et_mega_menu/blocks/wrappers/et_category_menu_icon.tpl', '', 1, 'A'),
(5080, 317, 4042, '', '', 2, 'A'),
(5081, 364, 4043, '', 'et-header-call', 0, 'A'),
(5082, 320, 4043, '', 'et-top-search', 1, 'A'),
(5083, 321, 4044, '', 'top-cart-content', 0, 'A'),
(5084, 368, 4044, '', '', 1, 'A'),
(5085, 4, 4044, 'blocks/wrappers/onclick_dropdown.tpl', 'top-my-account', 2, 'A'),
(5086, 444, 4045, '', '', 0, 'A'),
(5087, 445, 4045, '', '', 1, 'A'),
(5088, 453, 4047, 'blocks/wrappers/et_mainbox_general_full_width_no_title.tpl', '', 0, 'A'),
(5089, 10, 4047, '', '', 2, 'A'),
(5090, 449, 4049, 'blocks/wrappers/et_sidebox_products.tpl', '', 2, 'A'),
(5091, 11, 4050, '', '', 0, 'A'),
(5092, 360, 4052, '', 'et-top-left-link', 0, 'A'),
(5093, 361, 4052, '', 'top-languages', 1, 'A'),
(5094, 362, 4052, '', 'top-currencies', 2, 'A'),
(5095, 363, 4053, '', 'et-top-right-link', 0, 'A'),
(5096, 441, 4056, '', '', 0, 'A'),
(5097, 6, 4057, '', '', 0, 'A'),
(5098, 320, 4058, '', '', 0, 'A'),
(5099, 365, 4058, '', '', 1, 'A'),
(5100, 366, 4058, '', '', 2, 'A'),
(5101, 361, 4059, '', '', 0, 'A'),
(5102, 362, 4059, '', '', 1, 'A'),
(5103, 442, 4060, '', '', 0, 'A'),
(5104, 443, 4062, '', '', 0, 'A'),
(5105, 52, 4063, '', '', 0, 'A'),
(5106, 365, 4065, 'addons/et_mega_menu/blocks/wrappers/et_category_menu_icon.tpl', '', 0, 'A'),
(5107, 317, 4065, '', '', 1, 'A'),
(5108, 364, 4066, '', 'et-header-call', 2, 'A'),
(5109, 320, 4066, '', 'et-top-search', 3, 'A'),
(5110, 321, 4067, '', 'top-cart-content', 0, 'A'),
(5111, 368, 4067, '', '', 1, 'A'),
(5112, 4, 4067, 'blocks/wrappers/onclick_dropdown.tpl', 'top-my-account', 2, 'A'),
(5113, 444, 4068, '', '', 0, 'A'),
(5114, 445, 4068, '', '', 1, 'A'),
(5115, 10, 4069, '', '', 2, 'A'),
(5116, 11, 4071, '', '', 2, 'A'),
(5117, 454, 4072, 'blocks/wrappers/et_mainbox_simple.tpl', '', 0, 'A'),
(5118, 455, 4072, 'blocks/wrappers/et_mainbox_simple.tpl', 'margin-top', 0, 'A'),
(5119, 360, 4074, '', 'et-top-left-link', 0, 'A'),
(5120, 361, 4074, '', 'top-languages', 2, 'A'),
(5121, 362, 4074, '', 'top-currencies', 3, 'A'),
(5122, 363, 4075, '', 'et-top-right-link', 1, 'A'),
(5123, 441, 4078, '', '', 2, 'A'),
(5124, 6, 4079, '', '', 1, 'A'),
(5125, 320, 4080, '', '', 2, 'A'),
(5126, 365, 4080, '', '', 3, 'A'),
(5127, 366, 4080, '', '', 4, 'A'),
(5128, 361, 4081, '', '', 0, 'A'),
(5129, 362, 4081, '', '', 1, 'A'),
(5130, 442, 4082, '', '', 0, 'A'),
(5131, 443, 4084, '', '', 0, 'A'),
(5132, 52, 4085, '', '', 0, 'A'),
(5133, 365, 4087, 'addons/et_mega_menu/blocks/wrappers/et_category_menu_icon.tpl', '', 1, 'A'),
(5134, 317, 4087, '', '', 2, 'A'),
(5135, 364, 4088, '', 'et-header-call', 0, 'A'),
(5136, 320, 4088, '', 'et-top-search', 1, 'A'),
(5137, 321, 4089, '', 'top-cart-content', 0, 'A'),
(5138, 368, 4089, '', '', 1, 'A'),
(5139, 4, 4089, 'blocks/wrappers/onclick_dropdown.tpl', 'top-my-account', 2, 'A'),
(5140, 444, 4090, '', '', 0, 'A'),
(5141, 445, 4090, '', '', 1, 'A'),
(5142, 456, 4092, '', '', 0, 'A'),
(5143, 10, 4092, '', '', 3, 'A'),
(5144, 449, 4094, 'blocks/wrappers/et_sidebox_products.tpl', '', 0, 'A'),
(5145, 11, 4095, '', '', 2, 'A'),
(5146, 360, 4097, '', 'et-top-left-link', 0, 'A'),
(5147, 361, 4097, '', 'top-languages', 2, 'A'),
(5148, 362, 4097, '', 'top-currencies', 3, 'A'),
(5149, 363, 4098, '', 'et-top-right-link', 1, 'A'),
(5150, 441, 4101, '', '', 2, 'A'),
(5151, 6, 4102, '', '', 1, 'A'),
(5152, 320, 4103, '', '', 2, 'A'),
(5153, 365, 4103, '', '', 3, 'A'),
(5154, 366, 4103, '', '', 4, 'A'),
(5155, 361, 4104, '', '', 0, 'A'),
(5156, 362, 4104, '', '', 1, 'A'),
(5157, 442, 4105, '', '', 0, 'A'),
(5158, 443, 4107, '', '', 0, 'A'),
(5159, 52, 4108, '', '', 0, 'A'),
(5160, 365, 4110, 'addons/et_mega_menu/blocks/wrappers/et_category_menu_icon.tpl', '', 1, 'A'),
(5161, 317, 4110, '', '', 2, 'A'),
(5162, 364, 4111, '', 'et-header-call', 0, 'A'),
(5163, 320, 4111, '', 'et-top-search', 1, 'A'),
(5164, 321, 4112, '', 'top-cart-content', 0, 'A'),
(5165, 368, 4112, '', '', 1, 'A'),
(5166, 4, 4112, 'blocks/wrappers/onclick_dropdown.tpl', 'top-my-account', 2, 'A'),
(5167, 444, 4113, '', '', 0, 'A'),
(5168, 445, 4113, '', '', 1, 'A'),
(5169, 457, 4115, 'blocks/wrappers/et_mainbox_general_full_width_no_title.tpl', '', 0, 'A'),
(5170, 10, 4115, '', '', 2, 'A'),
(5171, 11, 4116, '', '', 0, 'A'),
(5172, 360, 4118, '', 'et-top-left-link', 0, 'A'),
(5173, 361, 4118, '', 'top-languages', 2, 'A'),
(5174, 362, 4118, '', 'top-currencies', 3, 'A'),
(5175, 363, 4119, '', 'et-top-right-link', 1, 'A'),
(5176, 441, 4122, '', '', 2, 'A'),
(5177, 6, 4123, '', '', 1, 'A'),
(5178, 320, 4124, '', '', 2, 'A'),
(5179, 365, 4124, '', '', 3, 'A'),
(5180, 366, 4124, '', '', 4, 'A');
INSERT INTO `partiushop_bm_snapping` (`snapping_id`, `block_id`, `grid_id`, `wrapper`, `user_class`, `order`, `status`) VALUES
(5181, 361, 4125, '', '', 0, 'A'),
(5182, 362, 4125, '', '', 1, 'A'),
(5183, 442, 4126, '', '', 0, 'A'),
(5184, 443, 4128, '', '', 0, 'A'),
(5185, 52, 4129, '', '', 0, 'A'),
(5186, 365, 4131, 'addons/et_mega_menu/blocks/wrappers/et_category_menu_icon.tpl', '', 1, 'A'),
(5187, 317, 4131, '', '', 2, 'A'),
(5188, 364, 4132, '', 'et-header-call', 0, 'A'),
(5189, 320, 4132, '', 'et-top-search', 1, 'A'),
(5190, 321, 4133, '', 'top-cart-content', 0, 'A'),
(5191, 368, 4133, '', '', 1, 'A'),
(5192, 4, 4133, 'blocks/wrappers/onclick_dropdown.tpl', 'top-my-account', 2, 'A'),
(5193, 444, 4134, '', '', 0, 'A'),
(5194, 445, 4134, '', '', 1, 'A'),
(5195, 458, 4136, 'blocks/wrappers/et_mainbox_general_full_width_no_title.tpl', '', 0, 'A'),
(5196, 10, 4136, '', '', 2, 'A'),
(5197, 11, 4137, '', '', 0, 'A'),
(5198, 459, 4139, 'blocks/wrappers/et_mainbox_simple_full_width_no_title.tpl', '', 0, 'A'),
(5199, 10, 4139, '', '', 1, 'A'),
(5200, 11, 4140, '', '', 0, 'A'),
(5201, 460, 4142, 'blocks/wrappers/et_mainbox_general_full_width_no_title.tpl', '', 0, 'A'),
(5202, 10, 4142, '', '', 1, 'A'),
(5203, 11, 4143, '', '', 0, 'A'),
(5204, 461, 4145, 'blocks/wrappers/et_mainbox_simple_full_width_no_title.tpl', '', 0, 'A'),
(5205, 10, 4145, '', '', 1, 'A'),
(5206, 11, 4146, '', '', 0, 'A'),
(5207, 462, 4148, 'blocks/wrappers/et_mainbox_general_full_width_no_title.tpl', '', 0, 'A'),
(5208, 10, 4148, '', '', 1, 'A'),
(5209, 11, 4149, '', '', 0, 'A'),
(5210, 463, 4151, 'blocks/wrappers/et_mainbox_general_full_width_no_title.tpl', '', 0, 'A'),
(5211, 10, 4151, '', '', 1, 'A'),
(5212, 11, 4152, '', '', 0, 'A'),
(5213, 10, 4154, '', '', 0, 'A'),
(5214, 11, 4154, 'blocks/wrappers/mainbox_general.tpl', '', 1, 'A'),
(5215, 10, 4155, '', '', 0, 'A'),
(5216, 423, 4155, '', '', 0, 'D'),
(5217, 424, 4156, 'blocks/wrappers/et_mainbox_simple_full_width_title.tpl', 'et-featured-posts', 2, 'D'),
(5218, 425, 4158, 'blocks/wrappers/et_sidebox_simple_open_on_mobile.tpl', '', 0, 'A'),
(5219, 4, 4158, 'blocks/wrappers/et_sidebox_simple_open_on_mobile.tpl', '', 1, 'A'),
(5220, 408, 4158, '', '', 2, 'A'),
(5221, 411, 4158, 'blocks/wrappers/et_sidebox_products.tpl', 'et-side-featured-items', 3, 'A'),
(5222, 410, 4158, '', '', 4, 'A'),
(5223, 426, 4158, 'blocks/wrappers/et_sidebox_products.tpl', 'et-side-featured-items', 5, 'A'),
(5224, 11, 4159, '', 'main-content-grid', 0, 'A'),
(5225, 427, 4159, 'blocks/wrappers/et_mainbox_simple_full_width_title.tpl', 'et-featured-posts', 1, 'A'),
(5226, 421, 4161, 'blocks/wrappers/et_mainbox_simple_full_width_no_title.tpl', '', 0, 'A'),
(5227, 10, 4161, '', '', 1, 'A'),
(5228, 132, 4164, '', '', 2, 'A'),
(5229, 133, 4165, '', '', 2, 'A'),
(5230, 11, 4165, '', '', 3, 'A'),
(5231, 420, 4167, 'blocks/wrappers/et_mainbox_general_full_width_no_title.tpl', '', 0, 'A'),
(5232, 10, 4167, '', '', 1, 'A'),
(5233, 11, 4168, '', '', 1, 'A'),
(5234, 437, 4170, 'blocks/wrappers/et_mainbox_simple_full_width_no_title.tpl', '', 0, 'A'),
(5235, 10, 4170, '', '', 1, 'A'),
(5236, 11, 4172, 'blocks/wrappers/vs_mainbox_simple.tpl', '', 2, 'A'),
(5237, 438, 4173, 'blocks/wrappers/vs_mainbox_simple.tpl', '', 0, 'A'),
(5238, 439, 4173, 'blocks/wrappers/vs_mainbox_simple.tpl', '', 1, 'A'),
(5239, 155, 4174, '', '', 0, 'A'),
(5240, 154, 4174, '', '', 1, 'A'),
(5241, 23, 4174, 'blocks/wrappers/mainbox_simple.tpl', 'ty-homepage-vendors', 2, 'A'),
(5242, 156, 4174, 'blocks/wrappers/mainbox_simple.tpl]', '', 2, 'A'),
(5243, 25, 4174, 'blocks/wrappers/mainbox_simple.tpl]', '', 3, 'A'),
(5244, 11, 4175, '', '', 2, 'A'),
(5245, 49, 4176, '', '', 0, 'A'),
(5246, 11, 4177, '', '', 0, 'A'),
(5247, 157, 4178, '', '', 0, 'A');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_buy_together`
--

CREATE TABLE `partiushop_buy_together` (
  `chain_id` int(10) UNSIGNED NOT NULL,
  `product_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `products` text DEFAULT NULL,
  `modifier` decimal(12,3) UNSIGNED NOT NULL DEFAULT 0.000,
  `modifier_type` varchar(20) NOT NULL DEFAULT 'by_fixed',
  `date_from` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `date_to` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `display_in_promotions` char(1) NOT NULL DEFAULT 'Y',
  `status` char(1) NOT NULL DEFAULT 'D'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_buy_together_descriptions`
--

CREATE TABLE `partiushop_buy_together_descriptions` (
  `chain_id` int(10) UNSIGNED NOT NULL,
  `name` varchar(50) NOT NULL DEFAULT '',
  `description` mediumtext DEFAULT NULL,
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_cache_handlers`
--

CREATE TABLE `partiushop_cache_handlers` (
  `table_name` varchar(128) NOT NULL COMMENT 'Table name the cache record depends on',
  `cache_key` varchar(128) NOT NULL COMMENT 'Cache key or prefix used to register cache record'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores relations between cache records registered with TyghRegistry::registerCache() and tables they depend on';

--
-- Dumping data for table `partiushop_cache_handlers`
--

INSERT INTO `partiushop_cache_handlers` (`table_name`, `cache_key`) VALUES
('addons', 'addons'),
('addons', 'mobile_app_settings'),
('addons', 'schemas'),
('addons', 'scheme_block'),
('addons', 'templateExistsViaSnapshot'),
('addons', 'template_overrides'),
('addons', 'thooks_A'),
('addons', 'thooks_C'),
('addons', 'unmanaged_addons'),
('companies', 'all_available_company_ids'),
('companies', 'vendor_payouts_balance'),
('companies', 'vendor_payouts_income'),
('companies', 'vendor_payouts_income_cf'),
('companies', 'vendor_payouts_transactions_period'),
('countries', 'available_countries_hash'),
('currencies', 'init_currency'),
('currency_descriptions', 'init_currency'),
('hybrid_auth_providers', 'hybrid_auth_providers_list'),
('images', 'template_logos'),
('images_links', 'template_logos'),
('languages', 'init_language'),
('languages', 'seo_active_languages'),
('language_values', 'lang_cache'),
('logos', 'template_logos'),
('orders', 'vendor_payouts_balance'),
('orders', 'vendor_payouts_income'),
('orders', 'vendor_payouts_income_cf'),
('orders', 'vendor_payouts_transactions_period'),
('seo_names', 'seo_cache_static'),
('settings_descriptions', 'addons'),
('settings_descriptions', 'settings'),
('settings_objects', 'addons'),
('settings_objects', 'init_cdn_settings'),
('settings_objects', 'init_storage_settings'),
('settings_objects', 'mobile_app_settings'),
('settings_objects', 'schemas'),
('settings_objects', 'seo_settings'),
('settings_objects', 'settings'),
('settings_objects', 'storefront_protocol'),
('settings_sections', 'addons'),
('settings_sections', 'settings'),
('settings_variants', 'addons'),
('settings_variants', 'settings'),
('settings_vendor_values', 'addons'),
('settings_vendor_values', 'seo_settings'),
('settings_vendor_values', 'settings'),
('statuses', 'vendor_payouts_balance'),
('statuses', 'vendor_payouts_income'),
('statuses', 'vendor_payouts_income_cf'),
('statuses', 'vendor_payouts_transactions_period'),
('storefronts', 'hybrid_auth_providers_list'),
('storefronts', 'seo_settings'),
('storefronts_currencies', 'init_currency'),
('storefronts_languages', 'init_language'),
('storefronts_languages', 'seo_active_languages'),
('storefronts_languages', 'seo_settings'),
('ult_language_values', 'lang_cache'),
('vendor_payouts', 'vendor_payouts_balance'),
('vendor_payouts', 'vendor_payouts_income'),
('vendor_payouts', 'vendor_payouts_income_cf'),
('vendor_payouts', 'vendor_payouts_transactions_period');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_call_requests`
--

CREATE TABLE `partiushop_call_requests` (
  `request_id` mediumint(8) UNSIGNED NOT NULL,
  `company_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `order_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `product_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `status` enum('new','in_progress','completed','no_answer') NOT NULL DEFAULT 'new',
  `name` varchar(250) NOT NULL DEFAULT '',
  `phone` varchar(128) NOT NULL DEFAULT '',
  `time_from` varchar(32) NOT NULL DEFAULT '',
  `time_to` varchar(32) NOT NULL DEFAULT '',
  `notes` text DEFAULT NULL,
  `cart_products` text NOT NULL COMMENT 'Serialized data'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_call_requests`
--

INSERT INTO `partiushop_call_requests` (`request_id`, `company_id`, `order_id`, `user_id`, `product_id`, `timestamp`, `status`, `name`, `phone`, `time_from`, `time_to`, `notes`, `cart_products`) VALUES
(1, 4, 106, 0, 297, 1629155368, 'new', '', '', '', '', NULL, 'a:1:{i:0;a:4:{s:10:\"product_id\";i:296;s:6:\"amount\";d:2;s:5:\"price\";d:5000;s:10:\"company_id\";i:4;}}');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_categories`
--

CREATE TABLE `partiushop_categories` (
  `category_id` mediumint(8) UNSIGNED NOT NULL,
  `gpc_code` varchar(255) DEFAULT NULL,
  `parent_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `id_path` varchar(255) NOT NULL DEFAULT '',
  `level` int(11) UNSIGNED NOT NULL DEFAULT 1,
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `usergroup_ids` varchar(255) NOT NULL DEFAULT '0',
  `status` char(1) NOT NULL DEFAULT 'A',
  `product_count` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `is_op` char(1) NOT NULL DEFAULT 'N',
  `localization` varchar(255) NOT NULL DEFAULT '',
  `age_verification` char(1) NOT NULL DEFAULT 'N',
  `age_limit` tinyint(4) NOT NULL DEFAULT 0,
  `parent_age_verification` char(1) NOT NULL DEFAULT 'N',
  `parent_age_limit` tinyint(4) NOT NULL DEFAULT 0,
  `selected_views` text DEFAULT NULL,
  `default_view` varchar(50) NOT NULL DEFAULT '',
  `product_details_view` varchar(50) NOT NULL DEFAULT '',
  `product_columns` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `is_trash` char(1) NOT NULL DEFAULT 'N',
  `is_default` char(1) NOT NULL DEFAULT 'N',
  `category_type` char(1) NOT NULL DEFAULT 'C',
  `ab__fn_category_status` char(1) NOT NULL DEFAULT 'Y',
  `ab__fn_label_color` char(7) NOT NULL DEFAULT '#ffffff',
  `ab__fn_label_background` char(7) NOT NULL DEFAULT '#333333',
  `ab__fn_use_origin_image` char(1) NOT NULL DEFAULT 'N',
  `ab__lc_catalog_image_control` char(5) NOT NULL DEFAULT 'none',
  `ab__lc_landing` char(1) NOT NULL DEFAULT 'N',
  `ab__lc_subsubcategories` int(4) NOT NULL DEFAULT 0,
  `ab__lc_menu_id` int(8) NOT NULL DEFAULT 0,
  `ab__lc_how_to_use_menu` char(1) NOT NULL DEFAULT 'N',
  `ab__lc_inherit_control` char(1) NOT NULL DEFAULT 'N',
  `storefront_id` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_categories`
--

INSERT INTO `partiushop_categories` (`category_id`, `gpc_code`, `parent_id`, `id_path`, `level`, `company_id`, `usergroup_ids`, `status`, `product_count`, `position`, `timestamp`, `is_op`, `localization`, `age_verification`, `age_limit`, `parent_age_verification`, `parent_age_limit`, `selected_views`, `default_view`, `product_details_view`, `product_columns`, `is_trash`, `is_default`, `category_type`, `ab__fn_category_status`, `ab__fn_label_color`, `ab__fn_label_background`, `ab__fn_use_origin_image`, `ab__lc_catalog_image_control`, `ab__lc_landing`, `ab__lc_subsubcategories`, `ab__lc_menu_id`, `ab__lc_how_to_use_menu`, `ab__lc_inherit_control`, `storefront_id`) VALUES
(1, 'PSBR74000000', 0, '1', 1, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2, 'PSBR74010200', 1, '1/2', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3, 'PSBR74010100', 1, '1/3', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4, 'PSBR74010400', 1, '1/4', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5, 'PSBR74010500', 1, '1/5', 2, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(6, 'PSBR74010300', 1, '1/6', 2, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(7, 'PSBR74010600', 1, '1/7', 2, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(8, 'PSBR64000000', 0, '8', 1, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(9, 'PSBR64010200', 8, '8/9', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(10, 'PSBR64010100', 8, '8/10', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(11, 'PSBR64010400', 8, '8/11', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(12, 'PSBR64010300', 8, '8/12', 2, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(13, 'PSBR50000000', 0, '13', 1, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(14, 'PSBR50190000', 13, '13/14', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(15, 'PSBR50192100', 14, '13/14/15', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(16, 'PSBR10007276', 15, '13/14/15/16', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(17, 'PSBR10000177', 15, '13/14/15/17', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(18, 'PSBR10005822', 15, '13/14/15/18', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(19, 'PSBR10006746', 15, '13/14/15/19', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(20, 'PSBR10000612', 15, '13/14/15/20', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(21, 'PSBR10000252', 15, '13/14/15/21', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(22, 'PSBR10006747', 15, '13/14/15/22', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(23, 'PSBR50193000', 14, '13/14/23', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(24, 'PSBR10000104', 23, '13/14/23/24', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(25, 'PSBR10000105', 23, '13/14/23/25', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(26, 'PSBR10000575', 23, '13/14/23/26', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(27, 'PSBR10006273', 23, '13/14/23/27', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(28, 'PSBR10000610', 23, '13/14/23/28', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(29, 'PSBR50192400', 14, '13/14/29', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(30, 'PSBR10000217', 29, '13/14/29/30', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(31, 'PSBR10006837', 29, '13/14/29/31', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(32, 'PSBR10000213', 29, '13/14/29/32', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(33, 'PSBR10000621', 29, '13/14/29/33', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(34, 'PSBR10000187', 29, '13/14/29/34', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(35, 'PSBR10006848', 29, '13/14/29/35', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(36, 'PSBR50193500', 14, '13/14/36', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(37, 'PSBR10006229', 36, '13/14/36/37', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(38, 'PSBR10005827', 36, '13/14/36/38', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(39, 'PSBR10005826', 36, '13/14/36/39', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(40, 'PSBR10005227', 36, '13/14/36/40', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(41, 'PSBR10005228', 36, '13/14/36/41', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(42, 'PSBR10005224', 36, '13/14/36/42', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(43, 'PSBR10005226', 36, '13/14/36/43', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(44, 'PSBR10005225', 36, '13/14/36/44', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(45, 'PSBR50192900', 14, '13/14/45', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(46, 'PSBR10000318', 45, '13/14/45/46', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(47, 'PSBR10000242', 45, '13/14/45/47', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(48, 'PSBR10000317', 45, '13/14/45/48', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(49, 'PSBR10000241', 45, '13/14/45/49', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(50, 'PSBR10000240', 45, '13/14/45/50', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(51, 'PSBR10006219', 45, '13/14/45/51', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(52, 'PSBR50193400', 14, '13/14/52', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(53, 'PSBR50193200', 14, '13/14/53', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(54, 'PSBR10006228', 53, '13/14/53/54', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(55, 'PSBR10000297', 53, '13/14/53/55', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(56, 'PSBR10000295', 53, '13/14/53/56', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(57, 'PSBR10000296', 53, '13/14/53/57', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(58, 'PSBR10000294', 53, '13/14/53/58', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(59, 'PSBR10000293', 53, '13/14/53/59', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(60, 'PSBR50193300', 14, '13/14/60', 3, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(61, 'PSBR10006222', 60, '13/14/60/61', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(62, 'PSBR10000300', 60, '13/14/60/62', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(63, 'PSBR10000301', 60, '13/14/60/63', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(64, 'PSBR10000302', 60, '13/14/60/64', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(65, 'PSBR10000298', 60, '13/14/60/65', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(66, 'PSBR10000299', 60, '13/14/60/66', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(67, 'PSBR50193100', 14, '13/14/67', 3, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(68, 'PSBR10006221', 67, '13/14/67/68', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(69, 'PSBR10000291', 67, '13/14/67/69', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(70, 'PSBR10000292', 67, '13/14/67/70', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(71, 'PSBR10000290', 67, '13/14/67/71', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(72, 'PSBR10000288', 67, '13/14/67/72', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(73, 'PSBR10000289', 67, '13/14/67/73', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(74, 'PSBR50193800', 14, '13/14/74', 3, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(75, 'PSBR10006748', 74, '13/14/74/75', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(76, 'PSBR10006749', 74, '13/14/74/76', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(77, 'PSBR10006750', 74, '13/14/74/77', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(78, 'PSBR10006754', 74, '13/14/74/78', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(79, 'PSBR10006753', 74, '13/14/74/79', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(80, 'PSBR10006751', 74, '13/14/74/80', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(81, 'PSBR10006752', 74, '13/14/74/81', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(82, 'PSBR50192500', 14, '13/14/82', 3, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(83, 'PSBR10006217', 82, '13/14/82/83', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(84, 'PSBR10000254', 82, '13/14/82/84', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(85, 'PSBR10000255', 82, '13/14/82/85', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(86, 'PSBR50192300', 14, '13/14/86', 3, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(87, 'PSBR10000194', 86, '13/14/86/87', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(88, 'PSBR10000195', 86, '13/14/86/88', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(89, 'PSBR10000193', 86, '13/14/86/89', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(90, 'PSBR10000611', 86, '13/14/86/90', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(91, 'PSBR10000196', 86, '13/14/86/91', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(92, 'PSBR10000312', 86, '13/14/86/92', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(93, 'PSBR10000197', 86, '13/14/86/93', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(94, 'PSBR10000216', 86, '13/14/86/94', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(95, 'PSBR10000215', 86, '13/14/86/95', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(96, 'PSBR50191500', 14, '13/14/96', 3, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(97, 'PSBR10006314', 96, '13/14/96/97', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(98, 'PSBR10006316', 96, '13/14/96/98', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(99, 'PSBR10006315', 96, '13/14/96/99', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(100, 'PSBR10006216', 96, '13/14/96/100', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(101, 'PSBR10000260', 96, '13/14/96/101', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(102, 'PSBR10000262', 96, '13/14/96/102', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(103, 'PSBR10000261', 96, '13/14/96/103', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(104, 'PSBR50193600', 14, '13/14/104', 3, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(105, 'PSBR10006230', 104, '13/14/104/105', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(106, 'PSBR10005823', 104, '13/14/104/106', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(107, 'PSBR10005825', 104, '13/14/104/107', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(108, 'PSBR10005824', 104, '13/14/104/108', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(109, 'PSBR50200000', 13, '13/109', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(110, 'PSBR50202200', 109, '13/109/110', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(111, 'PSBR10006327', 110, '13/109/110/111', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(112, 'PSBR10008032', 110, '13/109/110/112', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(113, 'PSBR10008033', 110, '13/109/110/113', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(114, 'PSBR10000263', 110, '13/109/110/114', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(115, 'PSBR10003689', 110, '13/109/110/115', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(116, 'PSBR10000588', 110, '13/109/110/116', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(117, 'PSBR10000144', 110, '13/109/110/117', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(118, 'PSBR10008034', 110, '13/109/110/118', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(119, 'PSBR10008035', 110, '13/109/110/119', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(120, 'PSBR10000159', 110, '13/109/110/120', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(121, 'PSBR10008029', 110, '13/109/110/121', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(122, 'PSBR10000181', 110, '13/109/110/122', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(123, 'PSBR10000143', 110, '13/109/110/123', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(124, 'PSBR10008042', 110, '13/109/110/124', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(125, 'PSBR10000142', 110, '13/109/110/125', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(126, 'PSBR10000227', 110, '13/109/110/126', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(127, 'PSBR10000591', 110, '13/109/110/127', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(128, 'PSBR10000275', 110, '13/109/110/128', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(129, 'PSBR10008030', 110, '13/109/110/129', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(130, 'PSBR10000273', 110, '13/109/110/130', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(131, 'PSBR10008031', 110, '13/109/110/131', 4, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(132, 'PSBR10000276', 110, '13/109/110/132', 4, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(133, 'PSBR10000589', 110, '13/109/110/133', 4, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(134, 'PSBR50202400', 109, '13/109/134', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(135, 'PSBR10006974', 134, '13/109/134/135', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(136, 'PSBR10000309', 134, '13/109/134/136', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(137, 'PSBR10000202', 134, '13/109/134/137', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(138, 'PSBR10000264', 134, '13/109/134/138', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(139, 'PSBR10000311', 134, '13/109/134/139', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(140, 'PSBR10000310', 134, '13/109/134/140', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(141, 'PSBR10000178', 134, '13/109/134/141', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(142, 'PSBR10000593', 134, '13/109/134/142', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(143, 'PSBR10000307', 134, '13/109/134/143', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(144, 'PSBR10000308', 134, '13/109/134/144', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(145, 'PSBR10006253', 134, '13/109/134/145', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(146, 'PSBR10006254', 134, '13/109/134/146', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(147, 'PSBR10006257', 134, '13/109/134/147', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(148, 'PSBR50202300', 109, '13/109/148', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(149, 'PSBR10000232', 148, '13/109/148/149', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(150, 'PSBR10006972', 148, '13/109/148/150', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(151, 'PSBR10006973', 148, '13/109/148/151', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(152, 'PSBR10000223', 148, '13/109/148/152', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(153, 'PSBR10000222', 148, '13/109/148/153', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(154, 'PSBR10000201', 148, '13/109/148/154', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(155, 'PSBR10000265', 148, '13/109/148/155', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(156, 'PSBR10000266', 148, '13/109/148/156', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(157, 'PSBR10000191', 148, '13/109/148/157', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(158, 'PSBR10000192', 148, '13/109/148/158', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(159, 'PSBR10000179', 148, '13/109/148/159', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(160, 'PSBR10000214', 148, '13/109/148/160', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(161, 'PSBR10000594', 148, '13/109/148/161', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(162, 'PSBR10000220', 148, '13/109/148/162', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(163, 'PSBR10000219', 148, '13/109/148/163', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(164, 'PSBR10006252', 148, '13/109/148/164', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(165, 'PSBR10006256', 148, '13/109/148/165', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(166, 'PSBR10006251', 148, '13/109/148/166', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(167, 'PSBR10006255', 148, '13/109/148/167', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(168, 'PSBR50202600', 109, '13/109/168', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(169, 'PSBR10008180', 168, '13/109/168/169', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(170, 'PSBR10008178', 168, '13/109/168/170', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(171, 'PSBR10000115', 168, '13/109/168/171', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(172, 'PSBR10008183', 168, '13/109/168/172', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(173, 'PSBR10000114', 168, '13/109/168/173', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(174, 'PSBR10008179', 168, '13/109/168/174', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(175, 'PSBR10006311', 168, '13/109/168/175', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(176, 'PSBR10006312', 168, '13/109/168/176', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(177, 'PSBR10008181', 168, '13/109/168/177', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(178, 'PSBR10008182', 168, '13/109/168/178', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(179, 'PSBR50202700', 109, '13/109/179', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(180, 'PSBR10008184', 179, '13/109/179/180', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(181, 'PSBR10000117', 179, '13/109/179/181', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(182, 'PSBR10008185', 179, '13/109/179/182', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(183, 'PSBR10000118', 179, '13/109/179/183', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(184, 'PSBR10000116', 179, '13/109/179/184', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(185, 'PSBR10008186', 179, '13/109/179/185', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(186, 'PSBR10008187', 179, '13/109/179/186', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(187, 'PSBR10000210', 179, '13/109/179/187', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(188, 'PSBR10000313', 179, '13/109/179/188', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(189, 'PSBR10000119', 179, '13/109/179/189', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(190, 'PSBR50202500', 109, '13/109/190', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(191, 'PSBR50201700', 109, '13/109/191', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(192, 'PSBR50240000', 13, '13/192', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(193, 'PSBR50240200', 192, '13/192/193', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(194, 'PSBR10006285', 193, '13/192/193/194', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(195, 'PSBR10006284', 193, '13/192/193/195', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(196, 'PSBR10005802', 193, '13/192/193/196', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(197, 'PSBR10006282', 193, '13/192/193/197', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(198, 'PSBR10005798', 193, '13/192/193/198', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(199, 'PSBR10006283', 193, '13/192/193/199', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(200, 'PSBR10005787', 193, '13/192/193/200', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(201, 'PSBR10005792', 193, '13/192/193/201', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(202, 'PSBR10006286', 193, '13/192/193/202', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(203, 'PSBR10006394', 193, '13/192/193/203', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(204, 'PSBR10005786', 193, '13/192/193/204', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(205, 'PSBR10005800', 193, '13/192/193/205', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(206, 'PSBR10006279', 193, '13/192/193/206', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(207, 'PSBR10005797', 193, '13/192/193/207', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(208, 'PSBR10005793', 193, '13/192/193/208', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(209, 'PSBR10005789', 193, '13/192/193/209', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(210, 'PSBR10006291', 193, '13/192/193/210', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(211, 'PSBR10005801', 193, '13/192/193/211', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(212, 'PSBR10006278', 193, '13/192/193/212', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(213, 'PSBR10006288', 193, '13/192/193/213', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(214, 'PSBR10005795', 193, '13/192/193/214', 4, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(215, 'PSBR10005799', 193, '13/192/193/215', 4, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(216, 'PSBR10006293', 193, '13/192/193/216', 4, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(217, 'PSBR10005788', 193, '13/192/193/217', 4, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(218, 'PSBR10006290', 193, '13/192/193/218', 4, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(219, 'PSBR10006289', 193, '13/192/193/219', 4, 0, '0', 'A', 0, 260, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(220, 'PSBR10006280', 193, '13/192/193/220', 4, 0, '0', 'A', 0, 270, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(221, 'PSBR10006281', 193, '13/192/193/221', 4, 0, '0', 'A', 0, 280, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(222, 'PSBR10005796', 193, '13/192/193/222', 4, 0, '0', 'A', 0, 290, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(223, 'PSBR10006292', 193, '13/192/193/223', 4, 0, '0', 'A', 0, 300, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(224, 'PSBR10005790', 193, '13/192/193/224', 4, 0, '0', 'A', 0, 310, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(225, 'PSBR10005803', 193, '13/192/193/225', 4, 0, '0', 'A', 0, 320, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(226, 'PSBR10005791', 193, '13/192/193/226', 4, 0, '0', 'A', 0, 330, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(227, 'PSBR10006287', 193, '13/192/193/227', 4, 0, '0', 'A', 0, 340, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(228, 'PSBR10005804', 193, '13/192/193/228', 4, 0, '0', 'A', 0, 350, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(229, 'PSBR50240100', 192, '13/192/229', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(230, 'PSBR10006300', 229, '13/192/229/230', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(231, 'PSBR10006301', 229, '13/192/229/231', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(232, 'PSBR10006298', 229, '13/192/229/232', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(233, 'PSBR10006299', 229, '13/192/229/233', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(234, 'PSBR10005768', 229, '13/192/229/234', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(235, 'PSBR10006302', 229, '13/192/229/235', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(236, 'PSBR10006393', 229, '13/192/229/236', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(237, 'PSBR10005767', 229, '13/192/229/237', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(238, 'PSBR10005777', 229, '13/192/229/238', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(239, 'PSBR10005779', 229, '13/192/229/239', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(240, 'PSBR10005773', 229, '13/192/229/240', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(241, 'PSBR10005774', 229, '13/192/229/241', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(242, 'PSBR10005770', 229, '13/192/229/242', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(243, 'PSBR10005782', 229, '13/192/229/243', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0);
INSERT INTO `partiushop_categories` (`category_id`, `gpc_code`, `parent_id`, `id_path`, `level`, `company_id`, `usergroup_ids`, `status`, `product_count`, `position`, `timestamp`, `is_op`, `localization`, `age_verification`, `age_limit`, `parent_age_verification`, `parent_age_limit`, `selected_views`, `default_view`, `product_details_view`, `product_columns`, `is_trash`, `is_default`, `category_type`, `ab__fn_category_status`, `ab__fn_label_color`, `ab__fn_label_background`, `ab__fn_use_origin_image`, `ab__lc_catalog_image_control`, `ab__lc_landing`, `ab__lc_subsubcategories`, `ab__lc_menu_id`, `ab__lc_how_to_use_menu`, `ab__lc_inherit_control`, `storefront_id`) VALUES
(244, 'PSBR10005769', 229, '13/192/229/244', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(245, 'PSBR10005784', 229, '13/192/229/245', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(246, 'PSBR10005781', 229, '13/192/229/246', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(247, 'PSBR10006295', 229, '13/192/229/247', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(248, 'PSBR10005783', 229, '13/192/229/248', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(249, 'PSBR10006307', 229, '13/192/229/249', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(250, 'PSBR10006294', 229, '13/192/229/250', 4, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(251, 'PSBR10006304', 229, '13/192/229/251', 4, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(252, 'PSBR10005776', 229, '13/192/229/252', 4, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(253, 'PSBR10005778', 229, '13/192/229/253', 4, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(254, 'PSBR10005780', 229, '13/192/229/254', 4, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(255, 'PSBR10006309', 229, '13/192/229/255', 4, 0, '0', 'A', 0, 260, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(256, 'PSBR10006306', 229, '13/192/229/256', 4, 0, '0', 'A', 0, 270, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(257, 'PSBR10006305', 229, '13/192/229/257', 4, 0, '0', 'A', 0, 280, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(258, 'PSBR10006296', 229, '13/192/229/258', 4, 0, '0', 'A', 0, 290, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(259, 'PSBR10006297', 229, '13/192/229/259', 4, 0, '0', 'A', 0, 300, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(260, 'PSBR10006308', 229, '13/192/229/260', 4, 0, '0', 'A', 0, 310, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(261, 'PSBR10005771', 229, '13/192/229/261', 4, 0, '0', 'A', 0, 320, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(262, 'PSBR10005772', 229, '13/192/229/262', 4, 0, '0', 'A', 0, 330, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(263, 'PSBR10006303', 229, '13/192/229/263', 4, 0, '0', 'A', 0, 340, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(264, 'PSBR10005785', 229, '13/192/229/264', 4, 0, '0', 'A', 0, 350, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(265, 'PSBR50240300', 192, '13/192/265', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(266, 'PSBR10005832', 265, '13/192/265/266', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(267, 'PSBR10005833', 265, '13/192/265/267', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(268, 'PSBR10005835', 265, '13/192/265/268', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(269, 'PSBR10005834', 265, '13/192/265/269', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(270, 'PSBR10005837', 265, '13/192/265/270', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(271, 'PSBR10005840', 265, '13/192/265/271', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(272, 'PSBR10005838', 265, '13/192/265/272', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(273, 'PSBR10005836', 265, '13/192/265/273', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(274, 'PSBR50360000', 13, '13/274', 2, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(275, 'PSBR10008041', 274, '13/274/275', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(276, 'PSBR10008039', 274, '13/274/276', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(277, 'PSBR10008040', 274, '13/274/277', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(278, 'PSBR50270000', 13, '13/278', 2, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(279, 'PSBR10000002', 278, '13/278/279', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(280, 'PSBR50250000', 13, '13/280', 2, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(281, 'PSBR50251400', 280, '13/280/281', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(282, 'PSBR10006167', 281, '13/280/281/282', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(283, 'PSBR10006168', 281, '13/280/281/283', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(284, 'PSBR10006169', 281, '13/280/281/284', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(285, 'PSBR50251100', 280, '13/280/285', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(286, 'PSBR20000743', 285, '13/280/285/286', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(287, 'PSBR20003028', 285, '13/280/285/287', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(288, 'PSBR20002739', 285, '13/280/285/288', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(289, 'PSBR20002737', 285, '13/280/285/289', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(290, 'PSBR50251000', 280, '13/280/290', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(291, 'PSBR10006759', 290, '13/280/290/291', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(292, 'PSBR10005923', 290, '13/280/290/292', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(293, 'PSBR10006431', 290, '13/280/290/293', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(294, 'PSBR10005925', 290, '13/280/290/294', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(295, 'PSBR10006346', 290, '13/280/290/295', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(296, 'PSBR10005924', 290, '13/280/290/296', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(297, 'PSBR10006832', 290, '13/280/290/297', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(298, 'PSBR10006432', 290, '13/280/290/298', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(299, 'PSBR10006354', 290, '13/280/290/299', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(300, 'PSBR10006347', 290, '13/280/290/300', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(301, 'PSBR10005928', 290, '13/280/290/301', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(302, 'PSBR10005930', 290, '13/280/290/302', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(303, 'PSBR10005927', 290, '13/280/290/303', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(304, 'PSBR10006429', 290, '13/280/290/304', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(305, 'PSBR10005932', 290, '13/280/290/305', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(306, 'PSBR10006194', 290, '13/280/290/306', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(307, 'PSBR10006193', 290, '13/280/290/307', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(308, 'PSBR10006430', 290, '13/280/290/308', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(309, 'PSBR10005934', 290, '13/280/290/309', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(310, 'PSBR10005929', 290, '13/280/290/310', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(311, 'PSBR10005921', 290, '13/280/290/311', 4, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(312, 'PSBR10005922', 290, '13/280/290/312', 4, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(313, 'PSBR10008027', 290, '13/280/290/313', 4, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(314, 'PSBR10005918', 290, '13/280/290/314', 4, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(315, 'PSBR50250700', 280, '13/280/315', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(316, 'PSBR10005898', 315, '13/280/315/316', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(317, 'PSBR10005897', 315, '13/280/315/317', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(318, 'PSBR10005899', 315, '13/280/315/318', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(319, 'PSBR10005896', 315, '13/280/315/319', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(320, 'PSBR10005895', 315, '13/280/315/320', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(321, 'PSBR50251500', 280, '13/280/321', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(322, 'PSBR10005946', 321, '13/280/321/322', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(323, 'PSBR10005948', 321, '13/280/321/323', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(324, 'PSBR50250600', 280, '13/280/324', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(325, 'PSBR10006866', 324, '13/280/324/325', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(326, 'PSBR10006441', 324, '13/280/324/326', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(327, 'PSBR10006345', 324, '13/280/324/327', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(328, 'PSBR10005889', 324, '13/280/324/328', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(329, 'PSBR10006438', 324, '13/280/324/329', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(330, 'PSBR10005884', 324, '13/280/324/330', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(331, 'PSBR10005883', 324, '13/280/324/331', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(332, 'PSBR10005885', 324, '13/280/324/332', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(333, 'PSBR10005882', 324, '13/280/324/333', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(334, 'PSBR10005886', 324, '13/280/324/334', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(335, 'PSBR10006343', 324, '13/280/324/335', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(336, 'PSBR10005879', 324, '13/280/324/336', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(337, 'PSBR10005881', 324, '13/280/324/337', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(338, 'PSBR10005878', 324, '13/280/324/338', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(339, 'PSBR10005880', 324, '13/280/324/339', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(340, 'PSBR10005877', 324, '13/280/324/340', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(341, 'PSBR10005887', 324, '13/280/324/341', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(342, 'PSBR10005888', 324, '13/280/324/342', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(343, 'PSBR10006440', 324, '13/280/324/343', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(344, 'PSBR10006439', 324, '13/280/324/344', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(345, 'PSBR10006442', 324, '13/280/324/345', 4, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(346, 'PSBR10005876', 324, '13/280/324/346', 4, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(347, 'PSBR50250900', 280, '13/280/347', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(348, 'PSBR10005917', 347, '13/280/347/348', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(349, 'PSBR10005909', 347, '13/280/347/349', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(350, 'PSBR10005914', 347, '13/280/347/350', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(351, 'PSBR10005907', 347, '13/280/347/351', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(352, 'PSBR10005908', 347, '13/280/347/352', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(353, 'PSBR10005905', 347, '13/280/347/353', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(354, 'PSBR10005913', 347, '13/280/347/354', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(355, 'PSBR10005910', 347, '13/280/347/355', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(356, 'PSBR10006831', 347, '13/280/347/356', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(357, 'PSBR10006443', 347, '13/280/347/357', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(358, 'PSBR10005911', 347, '13/280/347/358', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(359, 'PSBR10005912', 347, '13/280/347/359', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(360, 'PSBR10005915', 347, '13/280/347/360', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(361, 'PSBR10005916', 347, '13/280/347/361', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(362, 'PSBR50251900', 280, '13/280/362', 3, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(363, 'PSBR10005963', 362, '13/280/362/363', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(364, 'PSBR10005961', 362, '13/280/362/364', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(365, 'PSBR10006437', 362, '13/280/362/365', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(366, 'PSBR10005972', 362, '13/280/362/366', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(367, 'PSBR10005960', 362, '13/280/362/367', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(368, 'PSBR10005967', 362, '13/280/362/368', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(369, 'PSBR10005973', 362, '13/280/362/369', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(370, 'PSBR10005971', 362, '13/280/362/370', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(371, 'PSBR10006160', 362, '13/280/362/371', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(372, 'PSBR10005965', 362, '13/280/362/372', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(373, 'PSBR10005974', 362, '13/280/362/373', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(374, 'PSBR10006434', 362, '13/280/362/374', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(375, 'PSBR10005964', 362, '13/280/362/375', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(376, 'PSBR10006435', 362, '13/280/362/376', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(377, 'PSBR10005969', 362, '13/280/362/377', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(378, 'PSBR10005968', 362, '13/280/362/378', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(379, 'PSBR10005966', 362, '13/280/362/379', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(380, 'PSBR10005970', 362, '13/280/362/380', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(381, 'PSBR10006436', 362, '13/280/362/381', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(382, 'PSBR10005959', 362, '13/280/362/382', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(383, 'PSBR50251200', 280, '13/280/383', 3, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(384, 'PSBR10005937', 383, '13/280/383/384', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(385, 'PSBR10005938', 383, '13/280/383/385', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(386, 'PSBR50251700', 280, '13/280/386', 3, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(387, 'PSBR10005955', 386, '13/280/386/387', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(388, 'PSBR10005954', 386, '13/280/386/388', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(389, 'PSBR50251600', 280, '13/280/389', 3, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(390, 'PSBR10005951', 389, '13/280/389/390', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(391, 'PSBR10005950', 389, '13/280/389/391', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(392, 'PSBR10005949', 389, '13/280/389/392', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(393, 'PSBR10005953', 389, '13/280/389/393', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(394, 'PSBR10005952', 389, '13/280/389/394', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(395, 'PSBR50252000', 280, '13/280/395', 3, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(396, 'PSBR50251300', 280, '13/280/396', 3, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(397, 'PSBR10005939', 396, '13/280/396/397', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(398, 'PSBR10005940', 396, '13/280/396/398', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(399, 'PSBR10006433', 396, '13/280/396/399', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(400, 'PSBR10005942', 396, '13/280/396/400', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(401, 'PSBR10005941', 396, '13/280/396/401', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(402, 'PSBR50251800', 280, '13/280/402', 3, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(403, 'PSBR10005956', 402, '13/280/402/403', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(404, 'PSBR10005957', 402, '13/280/402/404', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(405, 'PSBR50250800', 280, '13/280/405', 3, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(406, 'PSBR10005900', 405, '13/280/405/406', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(407, 'PSBR10006338', 405, '13/280/405/407', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(408, 'PSBR10006173', 405, '13/280/405/408', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(409, 'PSBR10006414', 405, '13/280/405/409', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(410, 'PSBR10005902', 405, '13/280/405/410', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(411, 'PSBR10005901', 405, '13/280/405/411', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(412, 'PSBR10006415', 405, '13/280/405/412', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(413, 'PSBR10005903', 405, '13/280/405/413', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(414, 'PSBR50310000', 13, '13/414', 2, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(415, 'PSBR10000003', 414, '13/414/415', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(416, 'PSBR50370000', 13, '13/416', 2, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(417, 'PSBR50370200', 416, '13/416/417', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(418, 'PSBR50370100', 416, '13/416/418', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(419, 'PSBR50380000', 13, '13/419', 2, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(420, 'PSBR50380100', 419, '13/419/420', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(421, 'PSBR10008198', 420, '13/419/420/421', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(422, 'PSBR10008195', 420, '13/419/420/422', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(423, 'PSBR10008197', 420, '13/419/420/423', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(424, 'PSBR10008191', 420, '13/419/420/424', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(425, 'PSBR10008199', 420, '13/419/420/425', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(426, 'PSBR10008190', 420, '13/419/420/426', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(427, 'PSBR10008203', 420, '13/419/420/427', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(428, 'PSBR10008193', 420, '13/419/420/428', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(429, 'PSBR10008194', 420, '13/419/420/429', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(430, 'PSBR10008196', 420, '13/419/420/430', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(431, 'PSBR10008201', 420, '13/419/420/431', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(432, 'PSBR10008200', 420, '13/419/420/432', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(433, 'PSBR10008204', 420, '13/419/420/433', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(434, 'PSBR10008202', 420, '13/419/420/434', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(435, 'PSBR10008192', 420, '13/419/420/435', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(436, 'PSBR50380200', 419, '13/419/436', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(437, 'PSBR10008216', 436, '13/419/436/437', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(438, 'PSBR10008230', 436, '13/419/436/438', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(439, 'PSBR10008207', 436, '13/419/436/439', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(440, 'PSBR10008233', 436, '13/419/436/440', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(441, 'PSBR10008209', 436, '13/419/436/441', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(442, 'PSBR10008215', 436, '13/419/436/442', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(443, 'PSBR10008211', 436, '13/419/436/443', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(444, 'PSBR10008212', 436, '13/419/436/444', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(445, 'PSBR10008217', 436, '13/419/436/445', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(446, 'PSBR10008222', 436, '13/419/436/446', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(447, 'PSBR10008229', 436, '13/419/436/447', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(448, 'PSBR10008205', 436, '13/419/436/448', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(449, 'PSBR10008213', 436, '13/419/436/449', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(450, 'PSBR10008208', 436, '13/419/436/450', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(451, 'PSBR10008206', 436, '13/419/436/451', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(452, 'PSBR10008226', 436, '13/419/436/452', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(453, 'PSBR10008237', 436, '13/419/436/453', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(454, 'PSBR10008231', 436, '13/419/436/454', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(455, 'PSBR10008234', 436, '13/419/436/455', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(456, 'PSBR10008220', 436, '13/419/436/456', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(457, 'PSBR10008221', 436, '13/419/436/457', 4, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(458, 'PSBR10008218', 436, '13/419/436/458', 4, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(459, 'PSBR10008236', 436, '13/419/436/459', 4, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(460, 'PSBR10008210', 436, '13/419/436/460', 4, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(461, 'PSBR10008223', 436, '13/419/436/461', 4, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(462, 'PSBR10008219', 436, '13/419/436/462', 4, 0, '0', 'A', 0, 260, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(463, 'PSBR10008227', 436, '13/419/436/463', 4, 0, '0', 'A', 0, 270, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(464, 'PSBR10008214', 436, '13/419/436/464', 4, 0, '0', 'A', 0, 280, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(465, 'PSBR10008225', 436, '13/419/436/465', 4, 0, '0', 'A', 0, 290, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(466, 'PSBR10008228', 436, '13/419/436/466', 4, 0, '0', 'A', 0, 300, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(467, 'PSBR10008232', 436, '13/419/436/467', 4, 0, '0', 'A', 0, 310, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(468, 'PSBR10008235', 436, '13/419/436/468', 4, 0, '0', 'A', 0, 320, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(469, 'PSBR10008224', 436, '13/419/436/469', 4, 0, '0', 'A', 0, 330, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(470, 'PSBR50100000', 13, '13/470', 2, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(471, 'PSBR50101900', 470, '13/470/471', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(472, 'PSBR10000207', 471, '13/470/471/472', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(473, 'PSBR10000604', 471, '13/470/471/473', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(474, 'PSBR50102000', 470, '13/470/474', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(475, 'PSBR10000204', 474, '13/470/474/475', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(476, 'PSBR10000205', 474, '13/470/474/476', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(477, 'PSBR10000206', 474, '13/470/474/477', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(478, 'PSBR50102100', 470, '13/470/478', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(479, 'PSBR10000270', 478, '13/470/478/479', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(480, 'PSBR10000272', 478, '13/470/478/480', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(481, 'PSBR10000271', 478, '13/470/478/481', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(482, 'PSBR50101800', 470, '13/470/482', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(483, 'PSBR10000236', 482, '13/470/482/483', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0);
INSERT INTO `partiushop_categories` (`category_id`, `gpc_code`, `parent_id`, `id_path`, `level`, `company_id`, `usergroup_ids`, `status`, `product_count`, `position`, `timestamp`, `is_op`, `localization`, `age_verification`, `age_limit`, `parent_age_verification`, `parent_age_limit`, `selected_views`, `default_view`, `product_details_view`, `product_columns`, `is_trash`, `is_default`, `category_type`, `ab__fn_category_status`, `ab__fn_label_color`, `ab__fn_label_background`, `ab__fn_use_origin_image`, `ab__lc_catalog_image_control`, `ab__lc_landing`, `ab__lc_subsubcategories`, `ab__lc_menu_id`, `ab__lc_how_to_use_menu`, `ab__lc_inherit_control`, `storefront_id`) VALUES
(484, 'PSBR10000235', 482, '13/470/482/484', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(485, 'PSBR50102200', 470, '13/470/485', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(486, 'PSBR50120000', 13, '13/486', 2, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(487, 'PSBR50122600', 486, '13/486/487', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(488, 'PSBR10008108', 487, '13/486/487/488', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(489, 'PSBR10008107', 487, '13/486/487/489', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(490, 'PSBR50122500', 486, '13/486/490', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(491, 'PSBR10000630', 490, '13/486/490/491', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(492, 'PSBR10000628', 490, '13/486/490/492', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(493, 'PSBR10000627', 490, '13/486/490/493', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(494, 'PSBR10000626', 490, '13/486/490/494', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(495, 'PSBR10000631', 490, '13/486/490/495', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(496, 'PSBR10000629', 490, '13/486/490/496', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(497, 'PSBR50122300', 486, '13/486/497', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(498, 'PSBR10000148', 497, '13/486/497/498', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(499, 'PSBR10000150', 497, '13/486/497/499', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(500, 'PSBR10000149', 497, '13/486/497/500', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(501, 'PSBR50122000', 486, '13/486/501', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(502, 'PSBR10000145', 501, '13/486/501/502', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(503, 'PSBR10000147', 501, '13/486/501/503', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(504, 'PSBR10000146', 501, '13/486/501/504', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(505, 'PSBR50121700', 486, '13/486/505', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(506, 'PSBR10000019', 505, '13/486/505/506', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(507, 'PSBR10000020', 505, '13/486/505/507', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(508, 'PSBR10000021', 505, '13/486/505/508', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(509, 'PSBR50122100', 486, '13/486/509', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(510, 'PSBR10000256', 509, '13/486/509/510', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(511, 'PSBR10000258', 509, '13/486/509/511', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(512, 'PSBR10000257', 509, '13/486/509/512', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(513, 'PSBR50122400', 486, '13/486/513', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(514, 'PSBR50121500', 486, '13/486/514', 3, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(515, 'PSBR10000281', 514, '13/486/514/515', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(516, 'PSBR10000283', 514, '13/486/514/516', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(517, 'PSBR10000282', 514, '13/486/514/517', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(518, 'PSBR50121900', 486, '13/486/518', 3, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(519, 'PSBR10000016', 518, '13/486/518/519', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(520, 'PSBR10000018', 518, '13/486/518/520', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(521, 'PSBR10000017', 518, '13/486/518/521', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(522, 'PSBR50121800', 486, '13/486/522', 3, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(523, 'PSBR10000138', 522, '13/486/522/523', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(524, 'PSBR10000139', 522, '13/486/522/524', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(525, 'PSBR10000137', 522, '13/486/522/525', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(526, 'PSBR50122200', 486, '13/486/526', 3, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(527, 'PSBR10000151', 526, '13/486/526/527', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(528, 'PSBR10000153', 526, '13/486/526/528', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(529, 'PSBR10000152', 526, '13/486/526/529', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(530, 'PSBR50290000', 13, '13/530', 2, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(531, 'PSBR10000005', 530, '13/530/531', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(532, 'PSBR50320000', 13, '13/532', 2, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(533, 'PSBR10000006', 532, '13/532/533', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(534, 'PSBR50260000', 13, '13/534', 2, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(535, 'PSBR50262100', 534, '13/534/535', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(536, 'PSBR10006458', 535, '13/534/535/536', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(537, 'PSBR10006459', 535, '13/534/535/537', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(538, 'PSBR10006262', 535, '13/534/535/538', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(539, 'PSBR10006460', 535, '13/534/535/539', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(540, 'PSBR10006461', 535, '13/534/535/540', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(541, 'PSBR50261100', 534, '13/534/541', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(542, 'PSBR10006823', 541, '13/534/541/542', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(543, 'PSBR10005988', 541, '13/534/541/543', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(544, 'PSBR10006445', 541, '13/534/541/544', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(545, 'PSBR10006446', 541, '13/534/541/545', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(546, 'PSBR10006144', 541, '13/534/541/546', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(547, 'PSBR10006143', 541, '13/534/541/547', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(548, 'PSBR10005996', 541, '13/534/541/548', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(549, 'PSBR10006000', 541, '13/534/541/549', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(550, 'PSBR10005987', 541, '13/534/541/550', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(551, 'PSBR10006146', 541, '13/534/541/551', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(552, 'PSBR10006339', 541, '13/534/541/552', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(553, 'PSBR10006444', 541, '13/534/541/553', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(554, 'PSBR10006342', 541, '13/534/541/554', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(555, 'PSBR10006341', 541, '13/534/541/555', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(556, 'PSBR10006117', 541, '13/534/541/556', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(557, 'PSBR10006116', 541, '13/534/541/557', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(558, 'PSBR10006120', 541, '13/534/541/558', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(559, 'PSBR10006118', 541, '13/534/541/559', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(560, 'PSBR10006119', 541, '13/534/541/560', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(561, 'PSBR10005999', 541, '13/534/541/561', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(562, 'PSBR10006145', 541, '13/534/541/562', 4, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(563, 'PSBR10006197', 541, '13/534/541/563', 4, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(564, 'PSBR10005997', 541, '13/534/541/564', 4, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(565, 'PSBR10006196', 541, '13/534/541/565', 4, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(566, 'PSBR10006447', 541, '13/534/541/566', 4, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(567, 'PSBR50260200', 534, '13/534/567', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(568, 'PSBR10006003', 567, '13/534/567/568', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(569, 'PSBR10006004', 567, '13/534/567/569', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(570, 'PSBR10006007', 567, '13/534/567/570', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(571, 'PSBR10006006', 567, '13/534/567/571', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(572, 'PSBR10006005', 567, '13/534/567/572', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(573, 'PSBR10006009', 567, '13/534/567/573', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(574, 'PSBR50262600', 534, '13/534/574', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(575, 'PSBR20000743', 574, '13/534/574/575', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(576, 'PSBR20003028', 574, '13/534/574/576', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(577, 'PSBR20002739', 574, '13/534/574/577', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(578, 'PSBR50262700', 534, '13/534/578', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(579, 'PSBR20000743', 578, '13/534/578/579', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(580, 'PSBR20003028', 578, '13/534/578/580', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(581, 'PSBR20002739', 578, '13/534/578/581', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(582, 'PSBR50260700', 534, '13/534/582', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(583, 'PSBR10006356', 582, '13/534/582/583', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(584, 'PSBR10006355', 582, '13/534/582/584', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(585, 'PSBR10006357', 582, '13/534/582/585', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(586, 'PSBR10006015', 582, '13/534/582/586', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(587, 'PSBR10006349', 582, '13/534/582/587', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(588, 'PSBR50260900', 534, '13/534/588', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(589, 'PSBR10006038', 588, '13/534/588/589', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(590, 'PSBR10006340', 588, '13/534/588/590', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(591, 'PSBR50261300', 534, '13/534/591', 3, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(592, 'PSBR10006055', 591, '13/534/591/592', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(593, 'PSBR10006056', 591, '13/534/591/593', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(594, 'PSBR10006072', 591, '13/534/591/594', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(595, 'PSBR10006040', 591, '13/534/591/595', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(596, 'PSBR10006050', 591, '13/534/591/596', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(597, 'PSBR10006334', 591, '13/534/591/597', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(598, 'PSBR10006044', 591, '13/534/591/598', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(599, 'PSBR10006061', 591, '13/534/591/599', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(600, 'PSBR10006047', 591, '13/534/591/600', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(601, 'PSBR10006159', 591, '13/534/591/601', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(602, 'PSBR10006074', 591, '13/534/591/602', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(603, 'PSBR10006053', 591, '13/534/591/603', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(604, 'PSBR10006054', 591, '13/534/591/604', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(605, 'PSBR10006049', 591, '13/534/591/605', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(606, 'PSBR10008003', 591, '13/534/591/606', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(607, 'PSBR10006052', 591, '13/534/591/607', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(608, 'PSBR10006051', 591, '13/534/591/608', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(609, 'PSBR10006457', 591, '13/534/591/609', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(610, 'PSBR10006077', 591, '13/534/591/610', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(611, 'PSBR10008002', 591, '13/534/591/611', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(612, 'PSBR10006063', 591, '13/534/591/612', 4, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(613, 'PSBR10006057', 591, '13/534/591/613', 4, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(614, 'PSBR10006078', 591, '13/534/591/614', 4, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(615, 'PSBR10006058', 591, '13/534/591/615', 4, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(616, 'PSBR10006041', 591, '13/534/591/616', 4, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(617, 'PSBR10006059', 591, '13/534/591/617', 4, 0, '0', 'A', 0, 260, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(618, 'PSBR10006060', 591, '13/534/591/618', 4, 0, '0', 'A', 0, 270, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(619, 'PSBR10006065', 591, '13/534/591/619', 4, 0, '0', 'A', 0, 280, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(620, 'PSBR10006066', 591, '13/534/591/620', 4, 0, '0', 'A', 0, 290, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(621, 'PSBR10006456', 591, '13/534/591/621', 4, 0, '0', 'A', 0, 300, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(622, 'PSBR10008004', 591, '13/534/591/622', 4, 0, '0', 'A', 0, 310, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(623, 'PSBR10008005', 591, '13/534/591/623', 4, 0, '0', 'A', 0, 320, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(624, 'PSBR10006071', 591, '13/534/591/624', 4, 0, '0', 'A', 0, 330, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(625, 'PSBR10006198', 591, '13/534/591/625', 4, 0, '0', 'A', 0, 340, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(626, 'PSBR10006199', 591, '13/534/591/626', 4, 0, '0', 'A', 0, 350, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(627, 'PSBR10006353', 591, '13/534/591/627', 4, 0, '0', 'A', 0, 360, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(628, 'PSBR10006046', 591, '13/534/591/628', 4, 0, '0', 'A', 0, 370, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(629, 'PSBR10006045', 591, '13/534/591/629', 4, 0, '0', 'A', 0, 380, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(630, 'PSBR10006075', 591, '13/534/591/630', 4, 0, '0', 'A', 0, 390, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(631, 'PSBR10006076', 591, '13/534/591/631', 4, 0, '0', 'A', 0, 400, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(632, 'PSBR50261500', 534, '13/534/632', 3, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(633, 'PSBR10006455', 632, '13/534/632/633', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(634, 'PSBR10006270', 632, '13/534/632/634', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(635, 'PSBR10005984', 632, '13/534/632/635', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(636, 'PSBR10005985', 632, '13/534/632/636', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(637, 'PSBR10006825', 632, '13/534/632/637', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(638, 'PSBR10006454', 632, '13/534/632/638', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(639, 'PSBR50261400', 534, '13/534/639', 3, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(640, 'PSBR10005980', 639, '13/534/639/640', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(641, 'PSBR10005976', 639, '13/534/639/641', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(642, 'PSBR10005979', 639, '13/534/639/642', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(643, 'PSBR10006336', 639, '13/534/639/643', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(644, 'PSBR10006158', 639, '13/534/639/644', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(645, 'PSBR10005982', 639, '13/534/639/645', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(646, 'PSBR10006834', 639, '13/534/639/646', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(647, 'PSBR10006359', 639, '13/534/639/647', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(648, 'PSBR10005981', 639, '13/534/639/648', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(649, 'PSBR50262000', 534, '13/534/649', 3, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(650, 'PSBR20000743', 649, '13/534/649/650', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(651, 'PSBR20003028', 649, '13/534/649/651', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(652, 'PSBR50261700', 534, '13/534/652', 3, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(653, 'PSBR10006033', 652, '13/534/652/653', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(654, 'PSBR10006035', 652, '13/534/652/654', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(655, 'PSBR10006157', 652, '13/534/652/655', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(656, 'PSBR10006265', 652, '13/534/652/656', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(657, 'PSBR10006264', 652, '13/534/652/657', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(658, 'PSBR10006263', 652, '13/534/652/658', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(659, 'PSBR10006836', 652, '13/534/652/659', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(660, 'PSBR10006034', 652, '13/534/652/660', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(661, 'PSBR10006266', 652, '13/534/652/661', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(662, 'PSBR10006031', 652, '13/534/652/662', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(663, 'PSBR10006032', 652, '13/534/652/663', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(664, 'PSBR10006036', 652, '13/534/652/664', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(665, 'PSBR50262200', 534, '13/534/665', 3, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(666, 'PSBR20000743', 665, '13/534/665/666', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(667, 'PSBR20003028', 665, '13/534/665/667', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(668, 'PSBR20002739', 665, '13/534/665/668', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(669, 'PSBR50261600', 534, '13/534/669', 3, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(670, 'PSBR10006131', 669, '13/534/669/670', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(671, 'PSBR10006130', 669, '13/534/669/671', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(672, 'PSBR10006133', 669, '13/534/669/672', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(673, 'PSBR10006129', 669, '13/534/669/673', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(674, 'PSBR10006835', 669, '13/534/669/674', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(675, 'PSBR10006137', 669, '13/534/669/675', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(676, 'PSBR10006135', 669, '13/534/669/676', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(677, 'PSBR10006272', 669, '13/534/669/677', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(678, 'PSBR10006136', 669, '13/534/669/678', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(679, 'PSBR10006134', 669, '13/534/669/679', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(680, 'PSBR50260800', 534, '13/534/680', 3, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(681, 'PSBR10006037', 680, '13/534/680/681', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(682, 'PSBR10006829', 680, '13/534/680/682', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(683, 'PSBR10006826', 680, '13/534/680/683', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(684, 'PSBR10006828', 680, '13/534/680/684', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(685, 'PSBR10006348', 680, '13/534/680/685', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(686, 'PSBR10006350', 680, '13/534/680/686', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(687, 'PSBR10006830', 680, '13/534/680/687', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(688, 'PSBR10006827', 680, '13/534/680/688', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(689, 'PSBR50261900', 534, '13/534/689', 3, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(690, 'PSBR10006260', 689, '13/534/689/690', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(691, 'PSBR10006259', 689, '13/534/689/691', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(692, 'PSBR50261000', 534, '13/534/692', 3, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(693, 'PSBR10005986', 692, '13/534/692/693', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(694, 'PSBR10006337', 692, '13/534/692/694', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(695, 'PSBR10006147', 692, '13/534/692/695', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(696, 'PSBR10006148', 692, '13/534/692/696', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(697, 'PSBR50261800', 534, '13/534/697', 3, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(698, 'PSBR20002866', 697, '13/534/697/698', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(699, 'PSBR50260600', 534, '13/534/699', 3, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(700, 'PSBR10006449', 699, '13/534/699/700', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(701, 'PSBR10006450', 699, '13/534/699/701', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(702, 'PSBR10006014', 699, '13/534/699/702', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(703, 'PSBR50260400', 534, '13/534/703', 3, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(704, 'PSBR10006195', 703, '13/534/703/704', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(705, 'PSBR10006102', 703, '13/534/703/705', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(706, 'PSBR10006192', 703, '13/534/703/706', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(707, 'PSBR10006100', 703, '13/534/703/707', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(708, 'PSBR10006191', 703, '13/534/703/708', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(709, 'PSBR10006190', 703, '13/534/703/709', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(710, 'PSBR50262300', 534, '13/534/710', 3, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(711, 'PSBR20000743', 710, '13/534/710/711', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(712, 'PSBR20003028', 710, '13/534/710/712', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(713, 'PSBR20002739', 710, '13/534/710/713', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(714, 'PSBR50260100', 534, '13/534/714', 3, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(715, 'PSBR10006123', 714, '13/534/714/715', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(716, 'PSBR10006966', 714, '13/534/714/716', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(717, 'PSBR10006125', 714, '13/534/714/717', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(718, 'PSBR10006416', 714, '13/534/714/718', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(719, 'PSBR10006363', 714, '13/534/714/719', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(720, 'PSBR10006111', 714, '13/534/714/720', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(721, 'PSBR10006104', 714, '13/534/714/721', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(722, 'PSBR10006121', 714, '13/534/714/722', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(723, 'PSBR10006122', 714, '13/534/714/723', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(724, 'PSBR10006367', 714, '13/534/714/724', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0);
INSERT INTO `partiushop_categories` (`category_id`, `gpc_code`, `parent_id`, `id_path`, `level`, `company_id`, `usergroup_ids`, `status`, `product_count`, `position`, `timestamp`, `is_op`, `localization`, `age_verification`, `age_limit`, `parent_age_verification`, `parent_age_limit`, `selected_views`, `default_view`, `product_details_view`, `product_columns`, `is_trash`, `is_default`, `category_type`, `ab__fn_category_status`, `ab__fn_label_color`, `ab__fn_label_background`, `ab__fn_use_origin_image`, `ab__lc_catalog_image_control`, `ab__lc_landing`, `ab__lc_subsubcategories`, `ab__lc_menu_id`, `ab__lc_how_to_use_menu`, `ab__lc_inherit_control`, `storefront_id`) VALUES
(725, 'PSBR10006418', 714, '13/534/714/725', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(726, 'PSBR10006126', 714, '13/534/714/726', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(727, 'PSBR10006200', 714, '13/534/714/727', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(728, 'PSBR10006113', 714, '13/534/714/728', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(729, 'PSBR10006833', 714, '13/534/714/729', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(730, 'PSBR10006351', 714, '13/534/714/730', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(731, 'PSBR10006112', 714, '13/534/714/731', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(732, 'PSBR10006344', 714, '13/534/714/732', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(733, 'PSBR10006108', 714, '13/534/714/733', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(734, 'PSBR10006335', 714, '13/534/714/734', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(735, 'PSBR10006967', 714, '13/534/714/735', 4, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(736, 'PSBR10006968', 714, '13/534/714/736', 4, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(737, 'PSBR10006366', 714, '13/534/714/737', 4, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(738, 'PSBR10006417', 714, '13/534/714/738', 4, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(739, 'PSBR10006114', 714, '13/534/714/739', 4, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(740, 'PSBR10006115', 714, '13/534/714/740', 4, 0, '0', 'A', 0, 260, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(741, 'PSBR10006364', 714, '13/534/714/741', 4, 0, '0', 'A', 0, 270, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(742, 'PSBR10006124', 714, '13/534/714/742', 4, 0, '0', 'A', 0, 280, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(743, 'PSBR10006127', 714, '13/534/714/743', 4, 0, '0', 'A', 0, 290, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(744, 'PSBR10006110', 714, '13/534/714/744', 4, 0, '0', 'A', 0, 300, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(745, 'PSBR10006109', 714, '13/534/714/745', 4, 0, '0', 'A', 0, 310, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(746, 'PSBR10006107', 714, '13/534/714/746', 4, 0, '0', 'A', 0, 320, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(747, 'PSBR50262400', 534, '13/534/747', 3, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(748, 'PSBR10006361', 747, '13/534/747/748', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(749, 'PSBR10006362', 747, '13/534/747/749', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(750, 'PSBR10006824', 747, '13/534/747/750', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(751, 'PSBR50262500', 534, '13/534/751', 3, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(752, 'PSBR10006365', 751, '13/534/751/752', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(753, 'PSBR10006370', 751, '13/534/751/753', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(754, 'PSBR10006368', 751, '13/534/751/754', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(755, 'PSBR10006369', 751, '13/534/751/755', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(756, 'PSBR50260500', 534, '13/534/756', 3, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(757, 'PSBR10006452', 756, '13/534/756/757', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(758, 'PSBR10006128', 756, '13/534/756/758', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(759, 'PSBR10006760', 756, '13/534/756/759', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(760, 'PSBR10006453', 756, '13/534/756/760', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(761, 'PSBR10006358', 756, '13/534/756/761', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(762, 'PSBR10006451', 756, '13/534/756/762', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(763, 'PSBR50260300', 534, '13/534/763', 3, 0, '0', 'A', 0, 260, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(764, 'PSBR10006166', 763, '13/534/763/764', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(765, 'PSBR10006164', 763, '13/534/763/765', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(766, 'PSBR10006161', 763, '13/534/763/766', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(767, 'PSBR10006162', 763, '13/534/763/767', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(768, 'PSBR10006165', 763, '13/534/763/768', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(769, 'PSBR10006163', 763, '13/534/763/769', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(770, 'PSBR50130000', 13, '13/770', 2, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(771, 'PSBR50132000', 770, '13/770/771', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(772, 'PSBR10000188', 771, '13/770/771/772', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(773, 'PSBR10000189', 771, '13/770/771/773', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(774, 'PSBR10000190', 771, '13/770/771/774', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(775, 'PSBR10006975', 771, '13/770/771/775', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(776, 'PSBR10006976', 771, '13/770/771/776', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(777, 'PSBR10006977', 771, '13/770/771/777', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(778, 'PSBR50132600', 770, '13/770/778', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(779, 'PSBR20002922', 778, '13/770/778/779', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(780, 'PSBR50132100', 770, '13/770/780', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(781, 'PSBR10000277', 780, '13/770/780/781', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(782, 'PSBR10000278', 780, '13/770/780/782', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(783, 'PSBR10000279', 780, '13/770/780/783', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(784, 'PSBR10006980', 780, '13/770/780/784', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(785, 'PSBR10006978', 780, '13/770/780/785', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(786, 'PSBR10006979', 780, '13/770/780/786', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(787, 'PSBR50131700', 770, '13/770/787', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(788, 'PSBR10000027', 787, '13/770/787/788', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(789, 'PSBR10000025', 787, '13/770/787/789', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(790, 'PSBR10000026', 787, '13/770/787/790', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(791, 'PSBR10006969', 787, '13/770/787/791', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(792, 'PSBR10006970', 787, '13/770/787/792', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(793, 'PSBR10006971', 787, '13/770/787/793', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(794, 'PSBR50131900', 770, '13/770/794', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(795, 'PSBR10000167', 794, '13/770/794/795', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(796, 'PSBR10000168', 794, '13/770/794/796', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(797, 'PSBR10000169', 794, '13/770/794/797', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(798, 'PSBR10006983', 794, '13/770/794/798', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(799, 'PSBR10006982', 794, '13/770/794/799', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(800, 'PSBR10006981', 794, '13/770/794/800', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(801, 'PSBR10006988', 794, '13/770/794/801', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(802, 'PSBR10006989', 794, '13/770/794/802', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(803, 'PSBR10006987', 794, '13/770/794/803', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(804, 'PSBR10006985', 794, '13/770/794/804', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(805, 'PSBR10006984', 794, '13/770/794/805', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(806, 'PSBR10006986', 794, '13/770/794/806', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(807, 'PSBR50132300', 770, '13/770/807', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(808, 'PSBR10006204', 807, '13/770/807/808', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(809, 'PSBR10006202', 807, '13/770/807/809', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(810, 'PSBR10006203', 807, '13/770/807/810', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(811, 'PSBR50132500', 770, '13/770/811', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(812, 'PSBR10006213', 811, '13/770/811/812', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(813, 'PSBR10006212', 811, '13/770/811/813', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(814, 'PSBR10006211', 811, '13/770/811/814', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(815, 'PSBR10006210', 811, '13/770/811/815', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(816, 'PSBR50132200', 770, '13/770/816', 3, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(817, 'PSBR50131800', 770, '13/770/817', 3, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(818, 'PSBR10000030', 817, '13/770/817/818', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(819, 'PSBR10000028', 817, '13/770/817/819', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(820, 'PSBR10000029', 817, '13/770/817/820', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(821, 'PSBR10006995', 817, '13/770/817/821', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(822, 'PSBR10006996', 817, '13/770/817/822', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(823, 'PSBR10006997', 817, '13/770/817/823', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(824, 'PSBR50330000', 13, '13/824', 2, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(825, 'PSBR10000007', 824, '13/824/825', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(826, 'PSBR50340000', 13, '13/826', 2, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(827, 'PSBR10000008', 826, '13/826/827', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(828, 'PSBR50150000', 13, '13/828', 2, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(829, 'PSBR50151600', 828, '13/828/829', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(830, 'PSBR10000574', 829, '13/828/829/830', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(831, 'PSBR10000041', 829, '13/828/829/831', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(832, 'PSBR10006990', 829, '13/828/829/832', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(833, 'PSBR10006991', 829, '13/828/829/833', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(834, 'PSBR10000585', 829, '13/828/829/834', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(835, 'PSBR10000042', 829, '13/828/829/835', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(836, 'PSBR10000608', 829, '13/828/829/836', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(837, 'PSBR50151500', 828, '13/828/837', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(838, 'PSBR10006958', 837, '13/828/837/838', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(839, 'PSBR10000040', 837, '13/828/837/839', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(840, 'PSBR50151700', 828, '13/828/840', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(841, 'PSBR50230000', 13, '13/841', 2, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(842, 'PSBR10008058', 841, '13/841/842', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(843, 'PSBR10000590', 841, '13/841/843', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(844, 'PSBR50180000', 13, '13/844', 2, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(845, 'PSBR50182100', 844, '13/844/845', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(846, 'PSBR10000304', 845, '13/844/845/846', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(847, 'PSBR10000161', 845, '13/844/845/847', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(848, 'PSBR10000160', 845, '13/844/845/848', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(849, 'PSBR10000596', 845, '13/844/845/849', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(850, 'PSBR10000305', 845, '13/844/845/850', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(851, 'PSBR10000166', 845, '13/844/845/851', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(852, 'PSBR50181700', 844, '13/844/852', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(853, 'PSBR10000069', 852, '13/844/852/853', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(854, 'PSBR10000157', 852, '13/844/852/854', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(855, 'PSBR10000158', 852, '13/844/852/855', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(856, 'PSBR10000155', 852, '13/844/852/856', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(857, 'PSBR10000068', 852, '13/844/852/857', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(858, 'PSBR10000156', 852, '13/844/852/858', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(859, 'PSBR10000595', 852, '13/844/852/859', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(860, 'PSBR50182300', 844, '13/844/860', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(861, 'PSBR50181900', 844, '13/844/861', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(862, 'PSBR10000163', 861, '13/844/861/862', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(863, 'PSBR10000165', 861, '13/844/861/863', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(864, 'PSBR10000164', 861, '13/844/861/864', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(865, 'PSBR50182000', 844, '13/844/865', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(866, 'PSBR10000172', 865, '13/844/865/866', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(867, 'PSBR10000171', 865, '13/844/865/867', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(868, 'PSBR10000170', 865, '13/844/865/868', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(869, 'PSBR10000597', 865, '13/844/865/869', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(870, 'PSBR10000245', 865, '13/844/865/870', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(871, 'PSBR10000247', 865, '13/844/865/871', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(872, 'PSBR10000246', 865, '13/844/865/872', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(873, 'PSBR50182200', 844, '13/844/873', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(874, 'PSBR10000248', 873, '13/844/873/874', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(875, 'PSBR10000250', 873, '13/844/873/875', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(876, 'PSBR10000249', 873, '13/844/873/876', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(877, 'PSBR50220000', 13, '13/877', 2, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(878, 'PSBR50221200', 877, '13/877/878', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(879, 'PSBR10000287', 878, '13/877/878/879', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(880, 'PSBR10008059', 878, '13/877/878/880', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(881, 'PSBR10000600', 878, '13/877/878/881', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(882, 'PSBR10000285', 878, '13/877/878/882', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(883, 'PSBR10000286', 878, '13/877/878/883', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(884, 'PSBR10000284', 878, '13/877/878/884', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(885, 'PSBR10006250', 878, '13/877/878/885', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(886, 'PSBR50221000', 877, '13/877/886', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(887, 'PSBR10000203', 886, '13/877/886/887', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(888, 'PSBR10000211', 886, '13/877/886/888', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(889, 'PSBR10000315', 886, '13/877/886/889', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(890, 'PSBR10000316', 886, '13/877/886/890', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(891, 'PSBR10000319', 886, '13/877/886/891', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(892, 'PSBR10000314', 886, '13/877/886/892', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(893, 'PSBR10000599', 886, '13/877/886/893', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(894, 'PSBR50221300', 877, '13/877/894', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(895, 'PSBR50160000', 13, '13/895', 2, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(896, 'PSBR50161900', 895, '13/895/896', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(897, 'PSBR50161800', 895, '13/895/897', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(898, 'PSBR10000045', 897, '13/895/897/898', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(899, 'PSBR10000047', 897, '13/895/897/899', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(900, 'PSBR10006390', 897, '13/895/897/900', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(901, 'PSBR10000602', 897, '13/895/897/901', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(902, 'PSBR50161500', 895, '13/895/902', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(903, 'PSBR10000043', 902, '13/895/902/903', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(904, 'PSBR10000603', 902, '13/895/902/904', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(905, 'PSBR10000044', 902, '13/895/902/905', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(906, 'PSBR50210000', 13, '13/906', 2, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(907, 'PSBR50212100', 906, '13/906/907', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(908, 'PSBR20000097', 907, '13/906/907/908', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(909, 'PSBR20002337', 907, '13/906/907/909', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(910, 'PSBR20000222', 907, '13/906/907/910', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(911, 'PSBR20000794', 907, '13/906/907/911', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(912, 'PSBR20000221', 907, '13/906/907/912', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(913, 'PSBR50211600', 906, '13/906/913', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(914, 'PSBR10008079', 913, '13/906/913/914', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(915, 'PSBR10008086', 913, '13/906/913/915', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(916, 'PSBR10008087', 913, '13/906/913/916', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(917, 'PSBR10008076', 913, '13/906/913/917', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(918, 'PSBR10008070', 913, '13/906/913/918', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(919, 'PSBR10008071', 913, '13/906/913/919', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(920, 'PSBR10008072', 913, '13/906/913/920', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(921, 'PSBR10008081', 913, '13/906/913/921', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(922, 'PSBR10008082', 913, '13/906/913/922', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(923, 'PSBR10008074', 913, '13/906/913/923', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(924, 'PSBR10008073', 913, '13/906/913/924', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(925, 'PSBR10008083', 913, '13/906/913/925', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(926, 'PSBR10008080', 913, '13/906/913/926', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(927, 'PSBR10008077', 913, '13/906/913/927', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(928, 'PSBR10008078', 913, '13/906/913/928', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(929, 'PSBR10008088', 913, '13/906/913/929', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(930, 'PSBR10008075', 913, '13/906/913/930', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(931, 'PSBR10008089', 913, '13/906/913/931', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(932, 'PSBR10008084', 913, '13/906/913/932', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(933, 'PSBR10008085', 913, '13/906/913/933', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(934, 'PSBR50211700', 906, '13/906/934', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(935, 'PSBR10008099', 934, '13/906/934/935', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(936, 'PSBR10008097', 934, '13/906/934/936', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(937, 'PSBR10008096', 934, '13/906/934/937', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(938, 'PSBR10008093', 934, '13/906/934/938', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(939, 'PSBR10008095', 934, '13/906/934/939', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(940, 'PSBR10008098', 934, '13/906/934/940', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(941, 'PSBR10008094', 934, '13/906/934/941', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(942, 'PSBR10008102', 934, '13/906/934/942', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(943, 'PSBR10008091', 934, '13/906/934/943', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(944, 'PSBR10008092', 934, '13/906/934/944', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(945, 'PSBR10006993', 934, '13/906/934/945', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(946, 'PSBR10008101', 934, '13/906/934/946', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(947, 'PSBR10006992', 934, '13/906/934/947', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(948, 'PSBR10006994', 934, '13/906/934/948', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(949, 'PSBR10008090', 934, '13/906/934/949', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(950, 'PSBR10008100', 934, '13/906/934/950', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(951, 'PSBR50211900', 906, '13/906/951', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(952, 'PSBR10006730', 951, '13/906/951/952', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(953, 'PSBR10006729', 951, '13/906/951/953', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(954, 'PSBR50212000', 906, '13/906/954', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(955, 'PSBR10000584', 954, '13/906/954/955', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(956, 'PSBR10006313', 954, '13/906/954/956', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(957, 'PSBR50212200', 906, '13/906/957', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(958, 'PSBR50211800', 906, '13/906/958', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(959, 'PSBR10000186', 958, '13/906/958/959', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(960, 'PSBR10000185', 958, '13/906/958/960', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(961, 'PSBR10000134', 958, '13/906/958/961', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(962, 'PSBR10000268', 958, '13/906/958/962', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(963, 'PSBR10000267', 958, '13/906/958/963', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(964, 'PSBR50170000', 13, '13/964', 2, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(965, 'PSBR50171500', 964, '13/964/965', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0);
INSERT INTO `partiushop_categories` (`category_id`, `gpc_code`, `parent_id`, `id_path`, `level`, `company_id`, `usergroup_ids`, `status`, `product_count`, `position`, `timestamp`, `is_op`, `localization`, `age_verification`, `age_limit`, `parent_age_verification`, `parent_age_limit`, `selected_views`, `default_view`, `product_details_view`, `product_columns`, `is_trash`, `is_default`, `category_type`, `ab__fn_category_status`, `ab__fn_label_color`, `ab__fn_label_background`, `ab__fn_use_origin_image`, `ab__lc_catalog_image_control`, `ab__lc_landing`, `ab__lc_subsubcategories`, `ab__lc_menu_id`, `ab__lc_how_to_use_menu`, `ab__lc_inherit_control`, `storefront_id`) VALUES
(966, 'PSBR10008061', 965, '13/964/965/966', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(967, 'PSBR10000580', 965, '13/964/965/967', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(968, 'PSBR10000578', 965, '13/964/965/968', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(969, 'PSBR10000579', 965, '13/964/965/969', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(970, 'PSBR10000049', 965, '13/964/965/970', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(971, 'PSBR10000048', 965, '13/964/965/971', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(972, 'PSBR10000212', 965, '13/964/965/972', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(973, 'PSBR10006214', 965, '13/964/965/973', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(974, 'PSBR10000050', 965, '13/964/965/974', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(975, 'PSBR10000615', 965, '13/964/965/975', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(976, 'PSBR50171800', 964, '13/964/976', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(977, 'PSBR10000581', 976, '13/964/976/977', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(978, 'PSBR10006323', 976, '13/964/976/978', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(979, 'PSBR10006325', 976, '13/964/976/979', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(980, 'PSBR10006324', 976, '13/964/976/980', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(981, 'PSBR10006317', 976, '13/964/976/981', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(982, 'PSBR10006319', 976, '13/964/976/982', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(983, 'PSBR10006318', 976, '13/964/976/983', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(984, 'PSBR10000056', 976, '13/964/976/984', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(985, 'PSBR10000057', 976, '13/964/976/985', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(986, 'PSBR10000055', 976, '13/964/976/986', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(987, 'PSBR10000054', 976, '13/964/976/987', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(988, 'PSBR10000577', 976, '13/964/976/988', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(989, 'PSBR10000280', 976, '13/964/976/989', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(990, 'PSBR10000583', 976, '13/964/976/990', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(991, 'PSBR10000200', 976, '13/964/976/991', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(992, 'PSBR10000199', 976, '13/964/976/992', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(993, 'PSBR10006320', 976, '13/964/976/993', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(994, 'PSBR10006322', 976, '13/964/976/994', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(995, 'PSBR10006321', 976, '13/964/976/995', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(996, 'PSBR10000617', 976, '13/964/976/996', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(997, 'PSBR10000576', 976, '13/964/976/997', 4, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(998, 'PSBR10000306', 976, '13/964/976/998', 4, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(999, 'PSBR10000064', 976, '13/964/976/999', 4, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1000, 'PSBR50172000', 964, '13/964/1000', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1001, 'PSBR50171900', 964, '13/964/1001', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1002, 'PSBR10000239', 1001, '13/964/1001/1002', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1003, 'PSBR10000238', 1001, '13/964/1001/1003', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1004, 'PSBR10000180', 1001, '13/964/1001/1004', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1005, 'PSBR10000586', 1001, '13/964/1001/1005', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1006, 'PSBR10000587', 1001, '13/964/1001/1006', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1007, 'PSBR10000616', 1001, '13/964/1001/1007', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1008, 'PSBR10000244', 1001, '13/964/1001/1008', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1009, 'PSBR50172100', 964, '13/964/1009', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1010, 'PSBR10008044', 1009, '13/964/1009/1010', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1011, 'PSBR10008043', 1009, '13/964/1009/1011', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1012, 'PSBR50171700', 964, '13/964/1012', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1013, 'PSBR10000618', 1012, '13/964/1012/1013', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1014, 'PSBR10000051', 1012, '13/964/1012/1014', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1015, 'PSBR10000052', 1012, '13/964/1012/1015', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1016, 'PSBR50350000', 13, '13/1016', 2, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1017, 'PSBR50350200', 1016, '13/1016/1017', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1018, 'PSBR10006079', 1017, '13/1016/1017/1018', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1019, 'PSBR10006419', 1017, '13/1016/1017/1019', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1020, 'PSBR10006267', 1017, '13/1016/1017/1020', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1021, 'PSBR10006085', 1017, '13/1016/1017/1021', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1022, 'PSBR50350500', 1016, '13/1016/1022', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1023, 'PSBR10006091', 1022, '13/1016/1022/1023', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1024, 'PSBR10006352', 1022, '13/1016/1022/1024', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1025, 'PSBR10006427', 1022, '13/1016/1022/1025', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1026, 'PSBR10006420', 1022, '13/1016/1022/1026', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1027, 'PSBR50350300', 1016, '13/1016/1027', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1028, 'PSBR10006426', 1027, '13/1016/1027/1028', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1029, 'PSBR10006424', 1027, '13/1016/1027/1029', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1030, 'PSBR10006425', 1027, '13/1016/1027/1030', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1031, 'PSBR10006268', 1027, '13/1016/1027/1031', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1032, 'PSBR50350100', 1016, '13/1016/1032', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1033, 'PSBR10006421', 1032, '13/1016/1032/1033', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1034, 'PSBR10006093', 1032, '13/1016/1032/1034', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1035, 'PSBR10006423', 1032, '13/1016/1032/1035', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1036, 'PSBR10006422', 1032, '13/1016/1032/1036', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1037, 'PSBR10006097', 1032, '13/1016/1032/1037', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1038, 'PSBR10006155', 1032, '13/1016/1032/1038', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1039, 'PSBR10006095', 1032, '13/1016/1032/1039', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1040, 'PSBR10006094', 1032, '13/1016/1032/1040', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1041, 'PSBR50350400', 1016, '13/1016/1041', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1042, 'PSBR10006048', 1041, '13/1016/1041/1042', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1043, 'PSBR10006086', 1041, '13/1016/1041/1043', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1044, 'PSBR10006090', 1041, '13/1016/1041/1044', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1045, 'PSBR10006092', 1041, '13/1016/1041/1045', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1046, 'PSBR10006089', 1041, '13/1016/1041/1046', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1047, 'PSBR10006269', 1041, '13/1016/1041/1047', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1048, 'PSBR10006088', 1041, '13/1016/1041/1048', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1049, 'PSBR50350700', 1016, '13/1016/1049', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1050, 'PSBR20000743', 1049, '13/1016/1049/1050', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1051, 'PSBR20003028', 1049, '13/1016/1049/1051', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1052, 'PSBR20002739', 1049, '13/1016/1049/1052', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1053, 'PSBR20002737', 1049, '13/1016/1049/1053', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1054, 'PSBR50350600', 1016, '13/1016/1054', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1055, 'PSBR89000000', 0, '1055', 1, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1056, 'PSBR89020100', 1055, '1055/1056', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1057, 'PSBR89020200', 1055, '1055/1057', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1058, 'PSBR70000000', 0, '1058', 1, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1059, 'PSBR70011300', 1058, '1058/1059', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1060, 'PSBR70010200', 1058, '1058/1060', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1061, 'PSBR70011000', 1058, '1058/1061', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1062, 'PSBR70010100', 1058, '1058/1062', 2, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1063, 'PSBR70011200', 1058, '1058/1063', 2, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1064, 'PSBR70010600', 1058, '1058/1064', 2, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1065, 'PSBR70010500', 1058, '1058/1065', 2, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1066, 'PSBR70010700', 1058, '1058/1066', 2, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1067, 'PSBR70011100', 1058, '1058/1067', 2, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1068, 'PSBR70010800', 1058, '1058/1068', 2, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1069, 'PSBR70010400', 1058, '1058/1069', 2, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1070, 'PSBR70010300', 1058, '1058/1070', 2, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1071, 'PSBR70010900', 1058, '1058/1071', 2, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1072, 'PSBR81000000', 0, '1072', 1, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1073, 'PSBR81011500', 1072, '1072/1073', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1074, 'PSBR81010800', 1072, '1072/1074', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1075, 'PSBR81010500', 1072, '1072/1075', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1076, 'PSBR81010700', 1072, '1072/1076', 2, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1077, 'PSBR81011400', 1072, '1072/1077', 2, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1078, 'PSBR81011200', 1072, '1072/1078', 2, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1079, 'PSBR81010400', 1072, '1072/1079', 2, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1080, 'PSBR81011000', 1072, '1072/1080', 2, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1081, 'PSBR81011800', 1072, '1072/1081', 2, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1082, 'PSBR81011900', 1072, '1072/1082', 2, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1083, 'PSBR81011600', 1072, '1072/1083', 2, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1084, 'PSBR81010300', 1072, '1072/1084', 2, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1085, 'PSBR81011100', 1072, '1072/1085', 2, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1086, 'PSBR81010100', 1072, '1072/1086', 2, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1087, 'PSBR81011700', 1072, '1072/1087', 2, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1088, 'PSBR81010200', 1072, '1072/1088', 2, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1089, 'PSBR62000000', 0, '1089', 1, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1090, 'PSBR62050000', 1089, '1089/1090', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1091, 'PSBR62050100', 1090, '1089/1090/1091', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1092, 'PSBR10001203', 1091, '1089/1090/1091/1092', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1093, 'PSBR10001201', 1091, '1089/1090/1091/1093', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1094, 'PSBR10001202', 1091, '1089/1090/1091/1094', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1095, 'PSBR10001204', 1091, '1089/1090/1091/1095', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1096, 'PSBR62050300', 1090, '1089/1090/1096', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1097, 'PSBR10001212', 1096, '1089/1090/1096/1097', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1098, 'PSBR10001209', 1096, '1089/1090/1096/1098', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1099, 'PSBR10001213', 1096, '1089/1090/1096/1099', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1100, 'PSBR10008022', 1096, '1089/1090/1096/1100', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1101, 'PSBR10001207', 1096, '1089/1090/1096/1101', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1102, 'PSBR10001208', 1096, '1089/1090/1096/1102', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1103, 'PSBR10001206', 1096, '1089/1090/1096/1103', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1104, 'PSBR62050400', 1090, '1089/1090/1104', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1105, 'PSBR10001214', 1104, '1089/1090/1104/1105', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1106, 'PSBR10001221', 1104, '1089/1090/1104/1106', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1107, 'PSBR10001215', 1104, '1089/1090/1104/1107', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1108, 'PSBR10001216', 1104, '1089/1090/1104/1108', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1109, 'PSBR10001220', 1104, '1089/1090/1104/1109', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1110, 'PSBR10001222', 1104, '1089/1090/1104/1110', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1111, 'PSBR10005436', 1104, '1089/1090/1104/1111', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1112, 'PSBR10001217', 1104, '1089/1090/1104/1112', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1113, 'PSBR10001218', 1104, '1089/1090/1104/1113', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1114, 'PSBR10001223', 1104, '1089/1090/1104/1114', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1115, 'PSBR10001224', 1104, '1089/1090/1104/1115', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1116, 'PSBR62050200', 1090, '1089/1090/1116', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1117, 'PSBR62070000', 1089, '1089/1117', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1118, 'PSBR10003771', 1117, '1089/1117/1118', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1119, 'PSBR62060000', 1089, '1089/1119', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1120, 'PSBR62060500', 1119, '1089/1119/1120', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1121, 'PSBR10001265', 1120, '1089/1119/1120/1121', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1122, 'PSBR10001264', 1120, '1089/1119/1120/1122', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1123, 'PSBR10001269', 1120, '1089/1119/1120/1123', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1124, 'PSBR10001268', 1120, '1089/1119/1120/1124', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1125, 'PSBR10001267', 1120, '1089/1119/1120/1125', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1126, 'PSBR10001273', 1120, '1089/1119/1120/1126', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1127, 'PSBR10001261', 1120, '1089/1119/1120/1127', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1128, 'PSBR10001241', 1120, '1089/1119/1120/1128', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1129, 'PSBR10001262', 1120, '1089/1119/1120/1129', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1130, 'PSBR10001245', 1120, '1089/1119/1120/1130', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1131, 'PSBR10001270', 1120, '1089/1119/1120/1131', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1132, 'PSBR10001272', 1120, '1089/1119/1120/1132', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1133, 'PSBR10001263', 1120, '1089/1119/1120/1133', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1134, 'PSBR10006849', 1120, '1089/1119/1120/1134', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1135, 'PSBR10001266', 1120, '1089/1119/1120/1135', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1136, 'PSBR62060700', 1119, '1089/1119/1136', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1137, 'PSBR10001286', 1136, '1089/1119/1136/1137', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1138, 'PSBR10001300', 1136, '1089/1119/1136/1138', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1139, 'PSBR10001299', 1136, '1089/1119/1136/1139', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1140, 'PSBR10001289', 1136, '1089/1119/1136/1140', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1141, 'PSBR10001298', 1136, '1089/1119/1136/1141', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1142, 'PSBR10005126', 1136, '1089/1119/1136/1142', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1143, 'PSBR10005444', 1136, '1089/1119/1136/1143', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1144, 'PSBR10001292', 1136, '1089/1119/1136/1144', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1145, 'PSBR10001288', 1136, '1089/1119/1136/1145', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1146, 'PSBR10001287', 1136, '1089/1119/1136/1146', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1147, 'PSBR10001295', 1136, '1089/1119/1136/1147', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1148, 'PSBR10001297', 1136, '1089/1119/1136/1148', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1149, 'PSBR62060800', 1119, '1089/1119/1149', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1150, 'PSBR10005119', 1149, '1089/1119/1149/1150', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1151, 'PSBR10001309', 1149, '1089/1119/1149/1151', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1152, 'PSBR10001306', 1149, '1089/1119/1149/1152', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1153, 'PSBR10001308', 1149, '1089/1119/1149/1153', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1154, 'PSBR10001312', 1149, '1089/1119/1149/1154', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1155, 'PSBR10001311', 1149, '1089/1119/1149/1155', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1156, 'PSBR10001302', 1149, '1089/1119/1149/1156', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1157, 'PSBR10005371', 1149, '1089/1119/1149/1157', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1158, 'PSBR62060900', 1119, '1089/1119/1158', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1159, 'PSBR10001320', 1158, '1089/1119/1158/1159', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1160, 'PSBR10001322', 1158, '1089/1119/1158/1160', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1161, 'PSBR10001318', 1158, '1089/1119/1158/1161', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1162, 'PSBR10001316', 1158, '1089/1119/1158/1162', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1163, 'PSBR10005125', 1158, '1089/1119/1158/1163', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1164, 'PSBR10006897', 1158, '1089/1119/1158/1164', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1165, 'PSBR10001321', 1158, '1089/1119/1158/1165', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1166, 'PSBR10001323', 1158, '1089/1119/1158/1166', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1167, 'PSBR62061100', 1119, '1089/1119/1167', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1168, 'PSBR10005120', 1167, '1089/1119/1167/1168', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1169, 'PSBR10001313', 1167, '1089/1119/1167/1169', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1170, 'PSBR10001305', 1167, '1089/1119/1167/1170', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1171, 'PSBR10005893', 1167, '1089/1119/1167/1171', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1172, 'PSBR10005121', 1167, '1089/1119/1167/1172', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1173, 'PSBR10001304', 1167, '1089/1119/1167/1173', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1174, 'PSBR10001314', 1167, '1089/1119/1167/1174', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1175, 'PSBR62060400', 1119, '1089/1119/1175', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1176, 'PSBR10001256', 1175, '1089/1119/1175/1176', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1177, 'PSBR10001258', 1175, '1089/1119/1175/1177', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1178, 'PSBR10001255', 1175, '1089/1119/1175/1178', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1179, 'PSBR10001260', 1175, '1089/1119/1175/1179', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1180, 'PSBR10001257', 1175, '1089/1119/1175/1180', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1181, 'PSBR10001259', 1175, '1089/1119/1175/1181', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1182, 'PSBR10005118', 1175, '1089/1119/1175/1182', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1183, 'PSBR62060600', 1119, '1089/1119/1183', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1184, 'PSBR10001281', 1183, '1089/1119/1183/1184', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1185, 'PSBR10001275', 1183, '1089/1119/1183/1185', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1186, 'PSBR10005766', 1183, '1089/1119/1183/1186', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1187, 'PSBR10001280', 1183, '1089/1119/1183/1187', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1188, 'PSBR10001283', 1183, '1089/1119/1183/1188', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1189, 'PSBR10001278', 1183, '1089/1119/1183/1189', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1190, 'PSBR10001277', 1183, '1089/1119/1183/1190', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1191, 'PSBR10001276', 1183, '1089/1119/1183/1191', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1192, 'PSBR10006406', 1183, '1089/1119/1183/1192', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1193, 'PSBR10005445', 1183, '1089/1119/1183/1193', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1194, 'PSBR62060300', 1119, '1089/1119/1194', 3, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1195, 'PSBR10001251', 1194, '1089/1119/1194/1195', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1196, 'PSBR10005676', 1194, '1089/1119/1194/1196', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1197, 'PSBR10001246', 1194, '1089/1119/1194/1197', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1198, 'PSBR10001243', 1194, '1089/1119/1194/1198', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1199, 'PSBR10001242', 1194, '1089/1119/1194/1199', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1200, 'PSBR10005229', 1194, '1089/1119/1194/1200', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1201, 'PSBR10001252', 1194, '1089/1119/1194/1201', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0);
INSERT INTO `partiushop_categories` (`category_id`, `gpc_code`, `parent_id`, `id_path`, `level`, `company_id`, `usergroup_ids`, `status`, `product_count`, `position`, `timestamp`, `is_op`, `localization`, `age_verification`, `age_limit`, `parent_age_verification`, `parent_age_limit`, `selected_views`, `default_view`, `product_details_view`, `product_columns`, `is_trash`, `is_default`, `category_type`, `ab__fn_category_status`, `ab__fn_label_color`, `ab__fn_label_background`, `ab__fn_use_origin_image`, `ab__lc_catalog_image_control`, `ab__lc_landing`, `ab__lc_subsubcategories`, `ab__lc_menu_id`, `ab__lc_how_to_use_menu`, `ab__lc_inherit_control`, `storefront_id`) VALUES
(1202, 'PSBR10001254', 1194, '1089/1119/1194/1202', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1203, 'PSBR10001253', 1194, '1089/1119/1194/1203', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1204, 'PSBR10001247', 1194, '1089/1119/1194/1204', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1205, 'PSBR10001248', 1194, '1089/1119/1194/1205', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1206, 'PSBR10001250', 1194, '1089/1119/1194/1206', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1207, 'PSBR62060100', 1119, '1089/1119/1207', 3, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1208, 'PSBR10001233', 1207, '1089/1119/1207/1208', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1209, 'PSBR10001232', 1207, '1089/1119/1207/1209', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1210, 'PSBR10001235', 1207, '1089/1119/1207/1210', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1211, 'PSBR10001231', 1207, '1089/1119/1207/1211', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1212, 'PSBR10001236', 1207, '1089/1119/1207/1212', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1213, 'PSBR10001234', 1207, '1089/1119/1207/1213', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1214, 'PSBR10007629', 1207, '1089/1119/1207/1214', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1215, 'PSBR10001228', 1207, '1089/1119/1207/1215', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1216, 'PSBR10001230', 1207, '1089/1119/1207/1216', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1217, 'PSBR10001229', 1207, '1089/1119/1207/1217', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1218, 'PSBR10001226', 1207, '1089/1119/1207/1218', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1219, 'PSBR10005206', 1207, '1089/1119/1207/1219', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1220, 'PSBR10001225', 1207, '1089/1119/1207/1220', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1221, 'PSBR62061000', 1119, '1089/1119/1221', 3, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1222, 'PSBR62061200', 1119, '1089/1119/1222', 3, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1223, 'PSBR68000000', 0, '1223', 1, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1224, 'PSBR68010000', 1223, '1223/1224', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1225, 'PSBR68010700', 1224, '1223/1224/1225', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1226, 'PSBR10001483', 1225, '1223/1224/1225/1226', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1227, 'PSBR10005746', 1225, '1223/1224/1225/1227', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1228, 'PSBR10005735', 1225, '1223/1224/1225/1228', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1229, 'PSBR10001468', 1225, '1223/1224/1225/1229', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1230, 'PSBR10005747', 1225, '1223/1224/1225/1230', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1231, 'PSBR10001472', 1225, '1223/1224/1225/1231', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1232, 'PSBR10001478', 1225, '1223/1224/1225/1232', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1233, 'PSBR10001470', 1225, '1223/1224/1225/1233', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1234, 'PSBR10001475', 1225, '1223/1224/1225/1234', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1235, 'PSBR10005726', 1225, '1223/1224/1225/1235', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1236, 'PSBR10005809', 1225, '1223/1224/1225/1236', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1237, 'PSBR10001467', 1225, '1223/1224/1225/1237', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1238, 'PSBR10005204', 1225, '1223/1224/1225/1238', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1239, 'PSBR10001476', 1225, '1223/1224/1225/1239', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1240, 'PSBR10001484', 1225, '1223/1224/1225/1240', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1241, 'PSBR10001479', 1225, '1223/1224/1225/1241', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1242, 'PSBR10001482', 1225, '1223/1224/1225/1242', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1243, 'PSBR10001480', 1225, '1223/1224/1225/1243', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1244, 'PSBR10005744', 1225, '1223/1224/1225/1244', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1245, 'PSBR10001477', 1225, '1223/1224/1225/1245', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1246, 'PSBR10001469', 1225, '1223/1224/1225/1246', 4, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1247, 'PSBR68010300', 1224, '1223/1224/1247', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1248, 'PSBR10001427', 1247, '1223/1224/1247/1248', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1249, 'PSBR10005710', 1247, '1223/1224/1247/1249', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1250, 'PSBR10001425', 1247, '1223/1224/1247/1250', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1251, 'PSBR10001416', 1247, '1223/1224/1247/1251', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1252, 'PSBR10001420', 1247, '1223/1224/1247/1252', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1253, 'PSBR10001419', 1247, '1223/1224/1247/1253', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1254, 'PSBR10001417', 1247, '1223/1224/1247/1254', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1255, 'PSBR10001418', 1247, '1223/1224/1247/1255', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1256, 'PSBR10001421', 1247, '1223/1224/1247/1256', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1257, 'PSBR10001428', 1247, '1223/1224/1247/1257', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1258, 'PSBR10001426', 1247, '1223/1224/1247/1258', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1259, 'PSBR10001423', 1247, '1223/1224/1247/1259', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1260, 'PSBR10001422', 1247, '1223/1224/1247/1260', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1261, 'PSBR10001424', 1247, '1223/1224/1247/1261', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1262, 'PSBR10005807', 1247, '1223/1224/1247/1262', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1263, 'PSBR10005765', 1247, '1223/1224/1247/1263', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1264, 'PSBR68010400', 1224, '1223/1224/1264', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1265, 'PSBR10001447', 1264, '1223/1224/1264/1265', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1266, 'PSBR10001443', 1264, '1223/1224/1264/1266', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1267, 'PSBR10001440', 1264, '1223/1224/1264/1267', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1268, 'PSBR10001433', 1264, '1223/1224/1264/1268', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1269, 'PSBR10001434', 1264, '1223/1224/1264/1269', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1270, 'PSBR10001432', 1264, '1223/1224/1264/1270', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1271, 'PSBR10001442', 1264, '1223/1224/1264/1271', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1272, 'PSBR10001448', 1264, '1223/1224/1264/1272', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1273, 'PSBR10001446', 1264, '1223/1224/1264/1273', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1274, 'PSBR10001429', 1264, '1223/1224/1264/1274', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1275, 'PSBR10001437', 1264, '1223/1224/1264/1275', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1276, 'PSBR10001436', 1264, '1223/1224/1264/1276', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1277, 'PSBR10001435', 1264, '1223/1224/1264/1277', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1278, 'PSBR10001441', 1264, '1223/1224/1264/1278', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1279, 'PSBR10001431', 1264, '1223/1224/1264/1279', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1280, 'PSBR10001430', 1264, '1223/1224/1264/1280', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1281, 'PSBR10001444', 1264, '1223/1224/1264/1281', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1282, 'PSBR10001439', 1264, '1223/1224/1264/1282', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1283, 'PSBR68010800', 1224, '1223/1224/1283', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1284, 'PSBR68010900', 1224, '1223/1224/1284', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1285, 'PSBR10005738', 1284, '1223/1224/1284/1285', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1286, 'PSBR10005760', 1284, '1223/1224/1284/1286', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1287, 'PSBR10001411', 1284, '1223/1224/1284/1287', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1288, 'PSBR10005736', 1284, '1223/1224/1284/1288', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1289, 'PSBR10001409', 1284, '1223/1224/1284/1289', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1290, 'PSBR10005739', 1284, '1223/1224/1284/1290', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1291, 'PSBR10005841', 1284, '1223/1224/1284/1291', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1292, 'PSBR10005829', 1284, '1223/1224/1284/1292', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1293, 'PSBR68010200', 1224, '1223/1224/1293', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1294, 'PSBR10005808', 1293, '1223/1224/1293/1294', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1295, 'PSBR10001406', 1293, '1223/1224/1293/1295', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1296, 'PSBR10001408', 1293, '1223/1224/1293/1296', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1297, 'PSBR10005748', 1293, '1223/1224/1293/1297', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1298, 'PSBR10001410', 1293, '1223/1224/1293/1298', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1299, 'PSBR10001407', 1293, '1223/1224/1293/1299', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1300, 'PSBR10001412', 1293, '1223/1224/1293/1300', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1301, 'PSBR10001413', 1293, '1223/1224/1293/1301', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1302, 'PSBR10001414', 1293, '1223/1224/1293/1302', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1303, 'PSBR68010100', 1224, '1223/1224/1303', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1304, 'PSBR10001401', 1303, '1223/1224/1303/1304', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1305, 'PSBR10001405', 1303, '1223/1224/1303/1305', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1306, 'PSBR10001403', 1303, '1223/1224/1303/1306', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1307, 'PSBR10001400', 1303, '1223/1224/1303/1307', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1308, 'PSBR10001404', 1303, '1223/1224/1303/1308', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1309, 'PSBR10001402', 1303, '1223/1224/1303/1309', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1310, 'PSBR68020000', 1223, '1223/1310', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1311, 'PSBR68020100', 1310, '1223/1310/1311', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1312, 'PSBR10005750', 1311, '1223/1310/1311/1312', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1313, 'PSBR10005207', 1311, '1223/1310/1311/1313', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1314, 'PSBR10005842', 1311, '1223/1310/1311/1314', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1315, 'PSBR10005752', 1311, '1223/1310/1311/1315', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1316, 'PSBR10001494', 1311, '1223/1310/1311/1316', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1317, 'PSBR10001486', 1311, '1223/1310/1311/1317', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1318, 'PSBR10001487', 1311, '1223/1310/1311/1318', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1319, 'PSBR10005753', 1311, '1223/1310/1311/1319', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1320, 'PSBR10001490', 1311, '1223/1310/1311/1320', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1321, 'PSBR10005755', 1311, '1223/1310/1311/1321', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1322, 'PSBR10001489', 1311, '1223/1310/1311/1322', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1323, 'PSBR10001491', 1311, '1223/1310/1311/1323', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1324, 'PSBR10005700', 1311, '1223/1310/1311/1324', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1325, 'PSBR10001495', 1311, '1223/1310/1311/1325', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1326, 'PSBR10001498', 1311, '1223/1310/1311/1326', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1327, 'PSBR10001496', 1311, '1223/1310/1311/1327', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1328, 'PSBR10001492', 1311, '1223/1310/1311/1328', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1329, 'PSBR10001493', 1311, '1223/1310/1311/1329', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1330, 'PSBR10005751', 1311, '1223/1310/1311/1330', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1331, 'PSBR68020300', 1310, '1223/1310/1331', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1332, 'PSBR10001515', 1331, '1223/1310/1331/1332', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1333, 'PSBR10001508', 1331, '1223/1310/1331/1333', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1334, 'PSBR10001513', 1331, '1223/1310/1331/1334', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1335, 'PSBR10001511', 1331, '1223/1310/1331/1335', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1336, 'PSBR10001516', 1331, '1223/1310/1331/1336', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1337, 'PSBR10001512', 1331, '1223/1310/1331/1337', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1338, 'PSBR10001514', 1331, '1223/1310/1331/1338', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1339, 'PSBR10001510', 1331, '1223/1310/1331/1339', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1340, 'PSBR10001507', 1331, '1223/1310/1331/1340', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1341, 'PSBR68020200', 1310, '1223/1310/1341', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1342, 'PSBR10001499', 1341, '1223/1310/1341/1342', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1343, 'PSBR10001501', 1341, '1223/1310/1341/1343', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1344, 'PSBR10003776', 1341, '1223/1310/1341/1344', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1345, 'PSBR10001502', 1341, '1223/1310/1341/1345', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1346, 'PSBR10001505', 1341, '1223/1310/1341/1346', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1347, 'PSBR10001506', 1341, '1223/1310/1341/1347', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1348, 'PSBR10001504', 1341, '1223/1310/1341/1348', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1349, 'PSBR68020400', 1310, '1223/1310/1349', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1350, 'PSBR68040000', 1223, '1223/1350', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1351, 'PSBR68040100', 1350, '1223/1350/1351', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1352, 'PSBR10006240', 1351, '1223/1350/1351/1352', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1353, 'PSBR10001459', 1351, '1223/1350/1351/1353', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1354, 'PSBR10003718', 1351, '1223/1350/1351/1354', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1355, 'PSBR10001460', 1351, '1223/1350/1351/1355', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1356, 'PSBR10006241', 1351, '1223/1350/1351/1356', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1357, 'PSBR10001464', 1351, '1223/1350/1351/1357', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1358, 'PSBR10001463', 1351, '1223/1350/1351/1358', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1359, 'PSBR10006245', 1351, '1223/1350/1351/1359', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1360, 'PSBR10006239', 1351, '1223/1350/1351/1360', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1361, 'PSBR10001466', 1351, '1223/1350/1351/1361', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1362, 'PSBR10001465', 1351, '1223/1350/1351/1362', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1363, 'PSBR10006244', 1351, '1223/1350/1351/1363', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1364, 'PSBR10006243', 1351, '1223/1350/1351/1364', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1365, 'PSBR10006242', 1351, '1223/1350/1351/1365', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1366, 'PSBR10001462', 1351, '1223/1350/1351/1366', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1367, 'PSBR68040200', 1350, '1223/1350/1367', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1368, 'PSBR10001449', 1367, '1223/1350/1367/1368', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1369, 'PSBR10001452', 1367, '1223/1350/1367/1369', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1370, 'PSBR10001450', 1367, '1223/1350/1367/1370', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1371, 'PSBR10001456', 1367, '1223/1350/1367/1371', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1372, 'PSBR10001451', 1367, '1223/1350/1367/1372', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1373, 'PSBR10001455', 1367, '1223/1350/1367/1373', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1374, 'PSBR10001458', 1367, '1223/1350/1367/1374', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1375, 'PSBR10001457', 1367, '1223/1350/1367/1375', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1376, 'PSBR10006398', 1367, '1223/1350/1367/1376', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1377, 'PSBR68050000', 1223, '1223/1377', 2, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1378, 'PSBR10003777', 1377, '1223/1377/1378', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1379, 'PSBR68030000', 1223, '1223/1379', 2, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1380, 'PSBR68030200', 1379, '1223/1379/1380', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1381, 'PSBR10001533', 1380, '1223/1379/1380/1381', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1382, 'PSBR10001529', 1380, '1223/1379/1380/1382', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1383, 'PSBR10001530', 1380, '1223/1379/1380/1383', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1384, 'PSBR10001531', 1380, '1223/1379/1380/1384', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1385, 'PSBR10005828', 1380, '1223/1379/1380/1385', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1386, 'PSBR10001534', 1380, '1223/1379/1380/1386', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1387, 'PSBR10001532', 1380, '1223/1379/1380/1387', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1388, 'PSBR10001526', 1380, '1223/1379/1380/1388', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1389, 'PSBR10001527', 1380, '1223/1379/1380/1389', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1390, 'PSBR10005205', 1380, '1223/1379/1380/1390', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1391, 'PSBR10001528', 1380, '1223/1379/1380/1391', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1392, 'PSBR10001525', 1380, '1223/1379/1380/1392', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1393, 'PSBR68030100', 1379, '1223/1379/1393', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1394, 'PSBR10001523', 1393, '1223/1379/1393/1394', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1395, 'PSBR10005749', 1393, '1223/1379/1393/1395', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1396, 'PSBR10005728', 1393, '1223/1379/1393/1396', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1397, 'PSBR10001521', 1393, '1223/1379/1393/1397', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1398, 'PSBR10001517', 1393, '1223/1379/1393/1398', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1399, 'PSBR10001519', 1393, '1223/1379/1393/1399', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1400, 'PSBR10001520', 1393, '1223/1379/1393/1400', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1401, 'PSBR10001518', 1393, '1223/1379/1393/1401', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1402, 'PSBR10006403', 1393, '1223/1379/1393/1402', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1403, 'PSBR10001524', 1393, '1223/1379/1393/1403', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1404, 'PSBR10001522', 1393, '1223/1379/1393/1404', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1405, 'PSBR68030300', 1379, '1223/1379/1405', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1406, 'PSBR53000000', 0, '1406', 1, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1407, 'PSBR53160000', 1406, '1406/1407', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1408, 'PSBR53161500', 1407, '1406/1407/1408', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1409, 'PSBR10000772', 1408, '1406/1407/1408/1409', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1410, 'PSBR10000769', 1408, '1406/1407/1408/1410', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1411, 'PSBR10000770', 1408, '1406/1407/1408/1411', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1412, 'PSBR10000771', 1408, '1406/1407/1408/1412', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1413, 'PSBR10000773', 1408, '1406/1407/1408/1413', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1414, 'PSBR10000779', 1408, '1406/1407/1408/1414', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1415, 'PSBR10000774', 1408, '1406/1407/1408/1415', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1416, 'PSBR53161300', 1407, '1406/1407/1416', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1417, 'PSBR20000312', 1416, '1406/1407/1416/1417', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1418, 'PSBR20000352', 1416, '1406/1407/1416/1418', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1419, 'PSBR20000327', 1416, '1406/1407/1416/1419', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1420, 'PSBR20003191', 1416, '1406/1407/1416/1420', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1421, 'PSBR20000366', 1416, '1406/1407/1416/1421', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1422, 'PSBR20000298', 1416, '1406/1407/1416/1422', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1423, 'PSBR53161400', 1407, '1406/1407/1423', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1424, 'PSBR20000366', 1423, '1406/1407/1423/1424', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1425, 'PSBR53161000', 1407, '1406/1407/1425', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1426, 'PSBR10000377', 1425, '1406/1407/1425/1426', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1427, 'PSBR10008024', 1425, '1406/1407/1425/1427', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1428, 'PSBR10000764', 1425, '1406/1407/1425/1428', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1429, 'PSBR10000486', 1425, '1406/1407/1425/1429', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1430, 'PSBR10000532', 1425, '1406/1407/1425/1430', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1431, 'PSBR10000534', 1425, '1406/1407/1425/1431', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1432, 'PSBR10000533', 1425, '1406/1407/1425/1432', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1433, 'PSBR10006201', 1425, '1406/1407/1425/1433', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1434, 'PSBR10000762', 1425, '1406/1407/1425/1434', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0);
INSERT INTO `partiushop_categories` (`category_id`, `gpc_code`, `parent_id`, `id_path`, `level`, `company_id`, `usergroup_ids`, `status`, `product_count`, `position`, `timestamp`, `is_op`, `localization`, `age_verification`, `age_limit`, `parent_age_verification`, `parent_age_limit`, `selected_views`, `default_view`, `product_details_view`, `product_columns`, `is_trash`, `is_default`, `category_type`, `ab__fn_category_status`, `ab__fn_label_color`, `ab__fn_label_background`, `ab__fn_use_origin_image`, `ab__lc_catalog_image_control`, `ab__lc_landing`, `ab__lc_subsubcategories`, `ab__lc_menu_id`, `ab__lc_how_to_use_menu`, `ab__lc_inherit_control`, `storefront_id`) VALUES
(1435, 'PSBR10000775', 1425, '1406/1407/1425/1435', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1436, 'PSBR10000669', 1425, '1406/1407/1425/1436', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1437, 'PSBR10000763', 1425, '1406/1407/1425/1437', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1438, 'PSBR10000761', 1425, '1406/1407/1425/1438', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1439, 'PSBR53161200', 1407, '1406/1407/1439', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1440, 'PSBR10000385', 1439, '1406/1407/1439/1440', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1441, 'PSBR10000360', 1439, '1406/1407/1439/1441', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1442, 'PSBR10000778', 1439, '1406/1407/1439/1442', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1443, 'PSBR10000671', 1439, '1406/1407/1439/1443', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1444, 'PSBR10000768', 1439, '1406/1407/1439/1444', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1445, 'PSBR10000361', 1439, '1406/1407/1439/1445', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1446, 'PSBR10000767', 1439, '1406/1407/1439/1446', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1447, 'PSBR10000359', 1439, '1406/1407/1439/1447', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1448, 'PSBR10000780', 1439, '1406/1407/1439/1448', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1449, 'PSBR10000358', 1439, '1406/1407/1439/1449', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1450, 'PSBR10000333', 1439, '1406/1407/1439/1450', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1451, 'PSBR53230000', 1406, '1406/1451', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1452, 'PSBR10006246', 1451, '1406/1451/1452', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1453, 'PSBR10006247', 1451, '1406/1451/1453', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1454, 'PSBR10006248', 1451, '1406/1451/1454', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1455, 'PSBR10006249', 1451, '1406/1451/1455', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1456, 'PSBR53220000', 1406, '1406/1456', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1457, 'PSBR10000666', 1456, '1406/1456/1457', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1458, 'PSBR53140000', 1406, '1406/1458', 2, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1459, 'PSBR53141200', 1458, '1406/1458/1459', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1460, 'PSBR53141100', 1458, '1406/1458/1460', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1461, 'PSBR10000379', 1460, '1406/1458/1460/1461', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1462, 'PSBR10000346', 1460, '1406/1458/1460/1462', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1463, 'PSBR10008023', 1460, '1406/1458/1460/1463', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1464, 'PSBR10000343', 1460, '1406/1458/1460/1464', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1465, 'PSBR10000678', 1460, '1406/1458/1460/1465', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1466, 'PSBR10000381', 1460, '1406/1458/1460/1466', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1467, 'PSBR10000348', 1460, '1406/1458/1460/1467', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1468, 'PSBR10000828', 1460, '1406/1458/1460/1468', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1469, 'PSBR10000564', 1460, '1406/1458/1460/1469', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1470, 'PSBR10000368', 1460, '1406/1458/1460/1470', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1471, 'PSBR10000829', 1460, '1406/1458/1460/1471', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1472, 'PSBR10000834', 1460, '1406/1458/1460/1472', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1473, 'PSBR10000677', 1460, '1406/1458/1460/1473', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1474, 'PSBR10000833', 1460, '1406/1458/1460/1474', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1475, 'PSBR10000345', 1460, '1406/1458/1460/1475', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1476, 'PSBR53141000', 1458, '1406/1458/1476', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1477, 'PSBR10000369', 1476, '1406/1458/1476/1477', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1478, 'PSBR10000831', 1476, '1406/1458/1476/1478', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1479, 'PSBR10000350', 1476, '1406/1458/1476/1479', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1480, 'PSBR10000830', 1476, '1406/1458/1476/1480', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1481, 'PSBR10000340', 1476, '1406/1458/1476/1481', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1482, 'PSBR10000679', 1476, '1406/1458/1476/1482', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1483, 'PSBR10000535', 1476, '1406/1458/1476/1483', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1484, 'PSBR10000370', 1476, '1406/1458/1476/1484', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1485, 'PSBR10000730', 1476, '1406/1458/1476/1485', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1486, 'PSBR10000835', 1476, '1406/1458/1476/1486', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1487, 'PSBR10000680', 1476, '1406/1458/1476/1487', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1488, 'PSBR10000329', 1476, '1406/1458/1476/1488', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1489, 'PSBR10000832', 1476, '1406/1458/1476/1489', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1490, 'PSBR10000349', 1476, '1406/1458/1476/1490', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1491, 'PSBR53180000', 1406, '1406/1491', 2, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1492, 'PSBR53181700', 1491, '1406/1491/1492', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1493, 'PSBR10000496', 1492, '1406/1491/1492/1493', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1494, 'PSBR10000494', 1492, '1406/1491/1492/1494', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1495, 'PSBR10000728', 1492, '1406/1491/1492/1495', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1496, 'PSBR10006821', 1492, '1406/1491/1492/1496', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1497, 'PSBR10000495', 1492, '1406/1491/1492/1497', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1498, 'PSBR10006822', 1492, '1406/1491/1492/1498', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1499, 'PSBR53181500', 1491, '1406/1491/1499', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1500, 'PSBR10000363', 1499, '1406/1491/1499/1500', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1501, 'PSBR10005839', 1499, '1406/1491/1499/1501', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1502, 'PSBR10000336', 1499, '1406/1491/1499/1502', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1503, 'PSBR10000536', 1499, '1406/1491/1499/1503', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1504, 'PSBR10000383', 1499, '1406/1491/1499/1504', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1505, 'PSBR10000782', 1499, '1406/1491/1499/1505', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1506, 'PSBR10000781', 1499, '1406/1491/1499/1506', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1507, 'PSBR10000384', 1499, '1406/1491/1499/1507', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1508, 'PSBR10000337', 1499, '1406/1491/1499/1508', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1509, 'PSBR10000783', 1499, '1406/1491/1499/1509', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1510, 'PSBR10000716', 1499, '1406/1491/1499/1510', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1511, 'PSBR53181200', 1491, '1406/1491/1511', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1512, 'PSBR10000362', 1511, '1406/1491/1511/1512', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1513, 'PSBR10000376', 1511, '1406/1491/1511/1513', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1514, 'PSBR10000344', 1511, '1406/1491/1511/1514', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1515, 'PSBR10000482', 1511, '1406/1491/1511/1515', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1516, 'PSBR10000483', 1511, '1406/1491/1511/1516', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1517, 'PSBR10000320', 1511, '1406/1491/1511/1517', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1518, 'PSBR10000785', 1511, '1406/1491/1511/1518', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1519, 'PSBR10000714', 1511, '1406/1491/1511/1519', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1520, 'PSBR53181100', 1491, '1406/1491/1520', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1521, 'PSBR10000338', 1520, '1406/1491/1520/1521', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1522, 'PSBR10000341', 1520, '1406/1491/1520/1522', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1523, 'PSBR10000485', 1520, '1406/1491/1520/1523', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1524, 'PSBR10000786', 1520, '1406/1491/1520/1524', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1525, 'PSBR10000715', 1520, '1406/1491/1520/1525', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1526, 'PSBR10000375', 1520, '1406/1491/1520/1526', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1527, 'PSBR10000335', 1520, '1406/1491/1520/1527', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1528, 'PSBR53181300', 1491, '1406/1491/1528', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1529, 'PSBR10000321', 1528, '1406/1491/1528/1529', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1530, 'PSBR10000481', 1528, '1406/1491/1528/1530', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1531, 'PSBR10000709', 1528, '1406/1491/1528/1531', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1532, 'PSBR10000710', 1528, '1406/1491/1528/1532', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1533, 'PSBR10000784', 1528, '1406/1491/1528/1533', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1534, 'PSBR10000713', 1528, '1406/1491/1528/1534', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1535, 'PSBR53181600', 1491, '1406/1491/1535', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1536, 'PSBR20000366', 1535, '1406/1491/1535/1536', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1537, 'PSBR53200000', 1406, '1406/1537', 2, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1538, 'PSBR10000807', 1537, '1406/1537/1538', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1539, 'PSBR10000759', 1537, '1406/1537/1539', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1540, 'PSBR10000566', 1537, '1406/1537/1540', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1541, 'PSBR10000760', 1537, '1406/1537/1541', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1542, 'PSBR10000668', 1537, '1406/1537/1542', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1543, 'PSBR10000567', 1537, '1406/1537/1543', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1544, 'PSBR10000758', 1537, '1406/1537/1544', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1545, 'PSBR53130000', 1406, '1406/1545', 2, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1546, 'PSBR53131300', 1545, '1406/1545/1546', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1547, 'PSBR10000334', 1546, '1406/1545/1546/1547', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1548, 'PSBR10000330', 1546, '1406/1545/1546/1548', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1549, 'PSBR10000573', 1546, '1406/1545/1546/1549', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1550, 'PSBR10000813', 1546, '1406/1545/1546/1550', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1551, 'PSBR10000722', 1546, '1406/1545/1546/1551', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1552, 'PSBR10000328', 1546, '1406/1545/1546/1552', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1553, 'PSBR53131100', 1545, '1406/1545/1553', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1554, 'PSBR10005727', 1553, '1406/1545/1553/1554', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1555, 'PSBR10000808', 1553, '1406/1545/1553/1555', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1556, 'PSBR10000332', 1553, '1406/1545/1553/1556', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1557, 'PSBR10000810', 1553, '1406/1545/1553/1557', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1558, 'PSBR10000324', 1553, '1406/1545/1553/1558', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1559, 'PSBR10006275', 1553, '1406/1545/1553/1559', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1560, 'PSBR10000719', 1553, '1406/1545/1553/1560', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1561, 'PSBR10000342', 1553, '1406/1545/1553/1561', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1562, 'PSBR10000812', 1553, '1406/1545/1553/1562', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1563, 'PSBR10000721', 1553, '1406/1545/1553/1563', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1564, 'PSBR10000356', 1553, '1406/1545/1553/1564', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1565, 'PSBR10000806', 1553, '1406/1545/1553/1565', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1566, 'PSBR10000327', 1553, '1406/1545/1553/1566', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1567, 'PSBR10000374', 1553, '1406/1545/1553/1567', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1568, 'PSBR10000484', 1553, '1406/1545/1553/1568', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1569, 'PSBR53131400', 1545, '1406/1545/1569', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1570, 'PSBR53131200', 1545, '1406/1545/1570', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1571, 'PSBR10000809', 1570, '1406/1545/1570/1571', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1572, 'PSBR10000355', 1570, '1406/1545/1570/1572', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1573, 'PSBR10000731', 1570, '1406/1545/1570/1573', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1574, 'PSBR10000814', 1570, '1406/1545/1570/1574', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1575, 'PSBR10000723', 1570, '1406/1545/1570/1575', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1576, 'PSBR10000388', 1570, '1406/1545/1570/1576', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1577, 'PSBR10000373', 1570, '1406/1545/1570/1577', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1578, 'PSBR10000811', 1570, '1406/1545/1570/1578', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1579, 'PSBR86000000', 0, '1579', 1, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1580, 'PSBR86010000', 1579, '1579/1580', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1581, 'PSBR86010500', 1580, '1579/1580/1581', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1582, 'PSBR10005176', 1581, '1579/1580/1581/1582', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1583, 'PSBR10005175', 1581, '1579/1580/1581/1583', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1584, 'PSBR10005173', 1581, '1579/1580/1581/1584', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1585, 'PSBR10005174', 1581, '1579/1580/1581/1585', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1586, 'PSBR10005172', 1581, '1579/1580/1581/1586', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1587, 'PSBR86010200', 1580, '1579/1580/1587', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1588, 'PSBR10005143', 1587, '1579/1580/1587/1588', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1589, 'PSBR10006396', 1587, '1579/1580/1587/1589', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1590, 'PSBR10005145', 1587, '1579/1580/1587/1590', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1591, 'PSBR10006395', 1587, '1579/1580/1587/1591', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1592, 'PSBR10005144', 1587, '1579/1580/1587/1592', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1593, 'PSBR10005142', 1587, '1579/1580/1587/1593', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1594, 'PSBR86010300', 1580, '1579/1580/1594', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1595, 'PSBR10005146', 1594, '1579/1580/1594/1595', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1596, 'PSBR10006397', 1594, '1579/1580/1594/1596', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1597, 'PSBR10005440', 1594, '1579/1580/1594/1597', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1598, 'PSBR10005439', 1594, '1579/1580/1594/1598', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1599, 'PSBR10005147', 1594, '1579/1580/1594/1599', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1600, 'PSBR10005149', 1594, '1579/1580/1594/1600', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1601, 'PSBR10005150', 1594, '1579/1580/1594/1601', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1602, 'PSBR10005151', 1594, '1579/1580/1594/1602', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1603, 'PSBR10005148', 1594, '1579/1580/1594/1603', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1604, 'PSBR10005152', 1594, '1579/1580/1594/1604', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1605, 'PSBR86011000', 1580, '1579/1580/1605', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1606, 'PSBR10005441', 1605, '1579/1580/1605/1606', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1607, 'PSBR10005189', 1605, '1579/1580/1605/1607', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1608, 'PSBR10005188', 1605, '1579/1580/1605/1608', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1609, 'PSBR10005187', 1605, '1579/1580/1605/1609', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1610, 'PSBR86011300', 1580, '1579/1580/1610', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1611, 'PSBR10006899', 1610, '1579/1580/1610/1611', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1612, 'PSBR10005443', 1610, '1579/1580/1610/1612', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1613, 'PSBR86010400', 1580, '1579/1580/1613', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1614, 'PSBR10005712', 1613, '1579/1580/1613/1614', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1615, 'PSBR10005442', 1613, '1579/1580/1613/1615', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1616, 'PSBR10005167', 1613, '1579/1580/1613/1616', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1617, 'PSBR10005166', 1613, '1579/1580/1613/1617', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1618, 'PSBR10005155', 1613, '1579/1580/1613/1618', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1619, 'PSBR10005164', 1613, '1579/1580/1613/1619', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1620, 'PSBR10005163', 1613, '1579/1580/1613/1620', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1621, 'PSBR10005162', 1613, '1579/1580/1613/1621', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1622, 'PSBR10005153', 1613, '1579/1580/1613/1622', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1623, 'PSBR10005154', 1613, '1579/1580/1613/1623', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1624, 'PSBR10005157', 1613, '1579/1580/1613/1624', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1625, 'PSBR10005156', 1613, '1579/1580/1613/1625', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1626, 'PSBR10005161', 1613, '1579/1580/1613/1626', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1627, 'PSBR10005171', 1613, '1579/1580/1613/1627', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1628, 'PSBR10005170', 1613, '1579/1580/1613/1628', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1629, 'PSBR10005158', 1613, '1579/1580/1613/1629', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1630, 'PSBR10005169', 1613, '1579/1580/1613/1630', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1631, 'PSBR10005168', 1613, '1579/1580/1613/1631', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1632, 'PSBR10005159', 1613, '1579/1580/1613/1632', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1633, 'PSBR10005160', 1613, '1579/1580/1613/1633', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1634, 'PSBR10005165', 1613, '1579/1580/1613/1634', 4, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1635, 'PSBR86010600', 1580, '1579/1580/1635', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1636, 'PSBR10005178', 1635, '1579/1580/1635/1636', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1637, 'PSBR10005177', 1635, '1579/1580/1635/1637', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1638, 'PSBR10005179', 1635, '1579/1580/1635/1638', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1639, 'PSBR86011200', 1580, '1579/1580/1639', 3, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1640, 'PSBR10005685', 1639, '1579/1580/1639/1640', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1641, 'PSBR10005684', 1639, '1579/1580/1639/1641', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1642, 'PSBR10005250', 1639, '1579/1580/1639/1642', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1643, 'PSBR86010700', 1580, '1579/1580/1643', 3, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1644, 'PSBR10005182', 1643, '1579/1580/1643/1644', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1645, 'PSBR10005180', 1643, '1579/1580/1643/1645', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1646, 'PSBR10005181', 1643, '1579/1580/1643/1646', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1647, 'PSBR86010800', 1580, '1579/1580/1647', 3, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1648, 'PSBR10005184', 1647, '1579/1580/1647/1648', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1649, 'PSBR10005183', 1647, '1579/1580/1647/1649', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1650, 'PSBR10005185', 1647, '1579/1580/1647/1650', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1651, 'PSBR86010100', 1580, '1579/1580/1651', 3, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1652, 'PSBR10005135', 1651, '1579/1580/1651/1652', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1653, 'PSBR10005139', 1651, '1579/1580/1651/1653', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1654, 'PSBR10005138', 1651, '1579/1580/1651/1654', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1655, 'PSBR10005134', 1651, '1579/1580/1651/1655', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1656, 'PSBR10005133', 1651, '1579/1580/1651/1656', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1657, 'PSBR10005136', 1651, '1579/1580/1651/1657', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1658, 'PSBR10005137', 1651, '1579/1580/1651/1658', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1659, 'PSBR10005141', 1651, '1579/1580/1651/1659', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1660, 'PSBR10005140', 1651, '1579/1580/1651/1660', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1661, 'PSBR86010900', 1580, '1579/1580/1661', 3, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1662, 'PSBR86011100', 1580, '1579/1580/1662', 3, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1663, 'PSBR10005192', 1662, '1579/1580/1662/1663', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1664, 'PSBR10005190', 1662, '1579/1580/1662/1664', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1665, 'PSBR10005191', 1662, '1579/1580/1662/1665', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1666, 'PSBR10005195', 1662, '1579/1580/1662/1666', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1667, 'PSBR10005194', 1662, '1579/1580/1662/1667', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0);
INSERT INTO `partiushop_categories` (`category_id`, `gpc_code`, `parent_id`, `id_path`, `level`, `company_id`, `usergroup_ids`, `status`, `product_count`, `position`, `timestamp`, `is_op`, `localization`, `age_verification`, `age_limit`, `parent_age_verification`, `parent_age_limit`, `selected_views`, `default_view`, `product_details_view`, `product_columns`, `is_trash`, `is_default`, `category_type`, `ab__fn_category_status`, `ab__fn_label_color`, `ab__fn_label_background`, `ab__fn_use_origin_image`, `ab__lc_catalog_image_control`, `ab__lc_landing`, `ab__lc_subsubcategories`, `ab__lc_menu_id`, `ab__lc_how_to_use_menu`, `ab__lc_inherit_control`, `storefront_id`) VALUES
(1668, 'PSBR10005193', 1662, '1579/1580/1662/1668', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1669, 'PSBR10005196', 1662, '1579/1580/1662/1669', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1670, 'PSBR86020000', 1579, '1579/1670', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1671, 'PSBR10006755', 1670, '1579/1670/1671', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1672, 'PSBR63000000', 0, '1672', 1, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1673, 'PSBR63010200', 1672, '1672/1673', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1674, 'PSBR63010500', 1672, '1672/1674', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1675, 'PSBR63010300', 1672, '1672/1675', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1676, 'PSBR63010100', 1672, '1672/1676', 2, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1677, 'PSBR63010400', 1672, '1672/1677', 2, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1678, 'PSBR87000000', 0, '1678', 1, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1679, 'PSBR87020000', 1678, '1678/1679', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1680, 'PSBR87020200', 1679, '1678/1679/1680', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1681, 'PSBR10005306', 1680, '1678/1679/1680/1681', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1682, 'PSBR10005258', 1680, '1678/1679/1680/1682', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1683, 'PSBR87020100', 1679, '1678/1679/1683', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1684, 'PSBR10005256', 1683, '1678/1679/1683/1684', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1685, 'PSBR10005257', 1683, '1678/1679/1683/1685', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1686, 'PSBR87010000', 1678, '1678/1686', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1687, 'PSBR87010200', 1686, '1678/1686/1687', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1688, 'PSBR20002264', 1687, '1678/1686/1687/1688', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1689, 'PSBR87010100', 1686, '1678/1686/1689', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1690, 'PSBR10005264', 1689, '1678/1686/1689/1690', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1691, 'PSBR10005265', 1689, '1678/1686/1689/1691', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1692, 'PSBR10005263', 1689, '1678/1686/1689/1692', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1693, 'PSBR10005266', 1689, '1678/1686/1689/1693', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1694, 'PSBR10006842', 1689, '1678/1686/1689/1694', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1695, 'PSBR10000543', 1689, '1678/1686/1689/1695', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1696, 'PSBR10000703', 1689, '1678/1686/1689/1696', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1697, 'PSBR10007942', 1689, '1678/1686/1689/1697', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1698, 'PSBR87010500', 1686, '1678/1686/1698', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1699, 'PSBR87030000', 1678, '1678/1699', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1700, 'PSBR10006407', 1699, '1678/1699/1700', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1701, 'PSBR10006411', 1699, '1678/1699/1701', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1702, 'PSBR10006408', 1699, '1678/1699/1702', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1703, 'PSBR10006409', 1699, '1678/1699/1703', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1704, 'PSBR10006410', 1699, '1678/1699/1704', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1705, 'PSBR66000000', 0, '1705', 1, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1706, 'PSBR66010100', 1705, '1705/1706', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1707, 'PSBR66010300', 1705, '1705/1707', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1708, 'PSBR66010200', 1705, '1705/1708', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1709, 'PSBR66010400', 1705, '1705/1709', 2, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1710, 'PSBR66010500', 1705, '1705/1710', 2, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1711, 'PSBR10000000', 0, '1711', 1, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1712, 'PSBR10100000', 1711, '1711/1712', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1713, 'PSBR10101700', 1712, '1711/1712/1713', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1714, 'PSBR10006843', 1713, '1711/1712/1713/1714', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1715, 'PSBR10000652', 1713, '1711/1712/1713/1715', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1716, 'PSBR10000516', 1713, '1711/1712/1713/1716', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1717, 'PSBR10000640', 1713, '1711/1712/1713/1717', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1718, 'PSBR10007768', 1713, '1711/1712/1713/1718', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1719, 'PSBR10000661', 1713, '1711/1712/1713/1719', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1720, 'PSBR10000641', 1713, '1711/1712/1713/1720', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1721, 'PSBR10000572', 1713, '1711/1712/1713/1721', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1722, 'PSBR10000662', 1713, '1711/1712/1713/1722', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1723, 'PSBR10000660', 1713, '1711/1712/1713/1723', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1724, 'PSBR10000736', 1713, '1711/1712/1713/1724', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1725, 'PSBR10000659', 1713, '1711/1712/1713/1725', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1726, 'PSBR10000643', 1713, '1711/1712/1713/1726', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1727, 'PSBR10101500', 1712, '1711/1712/1727', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1728, 'PSBR10000738', 1727, '1711/1712/1727/1728', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1729, 'PSBR10000657', 1727, '1711/1712/1727/1729', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1730, 'PSBR10000510', 1727, '1711/1712/1727/1730', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1731, 'PSBR10000508', 1727, '1711/1712/1727/1731', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1732, 'PSBR10101800', 1712, '1711/1712/1732', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1733, 'PSBR10101600', 1712, '1711/1712/1733', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1734, 'PSBR10000737', 1733, '1711/1712/1733/1734', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1735, 'PSBR10000658', 1733, '1711/1712/1733/1735', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1736, 'PSBR10000513', 1733, '1711/1712/1733/1736', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1737, 'PSBR10000515', 1733, '1711/1712/1733/1737', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1738, 'PSBR10120000', 1711, '1711/1738', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1739, 'PSBR10000654', 1738, '1711/1738/1739', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1740, 'PSBR10110000', 1711, '1711/1740', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1741, 'PSBR10111500', 1740, '1711/1740/1741', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1742, 'PSBR10000506', 1741, '1711/1740/1741/1742', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1743, 'PSBR10000524', 1741, '1711/1740/1741/1743', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1744, 'PSBR10000523', 1741, '1711/1740/1741/1744', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1745, 'PSBR10111700', 1740, '1711/1740/1745', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1746, 'PSBR10111600', 1740, '1711/1740/1746', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1747, 'PSBR10008038', 1746, '1711/1740/1746/1747', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1748, 'PSBR10008036', 1746, '1711/1740/1746/1748', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1749, 'PSBR10008037', 1746, '1711/1740/1746/1749', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1750, 'PSBR10000507', 1746, '1711/1740/1746/1750', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1751, 'PSBR10000522', 1746, '1711/1740/1746/1751', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1752, 'PSBR10000521', 1746, '1711/1740/1746/1752', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1753, 'PSBR94000000', 0, '1753', 1, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1754, 'PSBR94010000', 1753, '1753/1754', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1755, 'PSBR94010100', 1754, '1753/1754/1755', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1756, 'PSBR10006877', 1755, '1753/1754/1755/1756', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1757, 'PSBR10006876', 1755, '1753/1754/1755/1757', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1758, 'PSBR10006882', 1755, '1753/1754/1755/1758', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1759, 'PSBR10006887', 1755, '1753/1754/1755/1759', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1760, 'PSBR10006867', 1755, '1753/1754/1755/1760', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1761, 'PSBR10006874', 1755, '1753/1754/1755/1761', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1762, 'PSBR10006889', 1755, '1753/1754/1755/1762', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1763, 'PSBR10006879', 1755, '1753/1754/1755/1763', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1764, 'PSBR10006884', 1755, '1753/1754/1755/1764', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1765, 'PSBR10006883', 1755, '1753/1754/1755/1765', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1766, 'PSBR10006880', 1755, '1753/1754/1755/1766', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1767, 'PSBR10006871', 1755, '1753/1754/1755/1767', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1768, 'PSBR10006886', 1755, '1753/1754/1755/1768', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1769, 'PSBR10006888', 1755, '1753/1754/1755/1769', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1770, 'PSBR10006868', 1755, '1753/1754/1755/1770', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1771, 'PSBR10006890', 1755, '1753/1754/1755/1771', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1772, 'PSBR10006869', 1755, '1753/1754/1755/1772', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1773, 'PSBR10006878', 1755, '1753/1754/1755/1773', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1774, 'PSBR10006891', 1755, '1753/1754/1755/1774', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1775, 'PSBR10006872', 1755, '1753/1754/1755/1775', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1776, 'PSBR10006885', 1755, '1753/1754/1755/1776', 4, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1777, 'PSBR10006870', 1755, '1753/1754/1755/1777', 4, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1778, 'PSBR10006873', 1755, '1753/1754/1755/1778', 4, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1779, 'PSBR10006875', 1755, '1753/1754/1755/1779', 4, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1780, 'PSBR10006881', 1755, '1753/1754/1755/1780', 4, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1781, 'PSBR94010200', 1754, '1753/1754/1781', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1782, 'PSBR10006906', 1781, '1753/1754/1781/1782', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1783, 'PSBR10006905', 1781, '1753/1754/1781/1783', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1784, 'PSBR10006907', 1781, '1753/1754/1781/1784', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1785, 'PSBR10006908', 1781, '1753/1754/1781/1785', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1786, 'PSBR10006892', 1781, '1753/1754/1781/1786', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1787, 'PSBR94010300', 1754, '1753/1754/1787', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1788, 'PSBR10006920', 1787, '1753/1754/1787/1788', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1789, 'PSBR10006913', 1787, '1753/1754/1787/1789', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1790, 'PSBR10006926', 1787, '1753/1754/1787/1790', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1791, 'PSBR10006922', 1787, '1753/1754/1787/1791', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1792, 'PSBR10006925', 1787, '1753/1754/1787/1792', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1793, 'PSBR10006911', 1787, '1753/1754/1787/1793', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1794, 'PSBR10006909', 1787, '1753/1754/1787/1794', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1795, 'PSBR10006921', 1787, '1753/1754/1787/1795', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1796, 'PSBR10006910', 1787, '1753/1754/1787/1796', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1797, 'PSBR10006915', 1787, '1753/1754/1787/1797', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1798, 'PSBR10006918', 1787, '1753/1754/1787/1798', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1799, 'PSBR10006917', 1787, '1753/1754/1787/1799', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1800, 'PSBR10006924', 1787, '1753/1754/1787/1800', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1801, 'PSBR10006923', 1787, '1753/1754/1787/1801', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1802, 'PSBR10007335', 1787, '1753/1754/1787/1802', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1803, 'PSBR10007334', 1787, '1753/1754/1787/1803', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1804, 'PSBR10006914', 1787, '1753/1754/1787/1804', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1805, 'PSBR10006916', 1787, '1753/1754/1787/1805', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1806, 'PSBR10006919', 1787, '1753/1754/1787/1806', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1807, 'PSBR10007333', 1787, '1753/1754/1787/1807', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1808, 'PSBR94010700', 1754, '1753/1754/1808', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1809, 'PSBR10007423', 1808, '1753/1754/1808/1809', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1810, 'PSBR10007425', 1808, '1753/1754/1808/1810', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1811, 'PSBR10007426', 1808, '1753/1754/1808/1811', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1812, 'PSBR10007474', 1808, '1753/1754/1808/1812', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1813, 'PSBR10007428', 1808, '1753/1754/1808/1813', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1814, 'PSBR10007427', 1808, '1753/1754/1808/1814', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1815, 'PSBR10007429', 1808, '1753/1754/1808/1815', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1816, 'PSBR10007432', 1808, '1753/1754/1808/1816', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1817, 'PSBR10007500', 1808, '1753/1754/1808/1817', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1818, 'PSBR10007465', 1808, '1753/1754/1808/1818', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1819, 'PSBR10007436', 1808, '1753/1754/1808/1819', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1820, 'PSBR10007438', 1808, '1753/1754/1808/1820', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1821, 'PSBR10007424', 1808, '1753/1754/1808/1821', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1822, 'PSBR10007471', 1808, '1753/1754/1808/1822', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1823, 'PSBR10007450', 1808, '1753/1754/1808/1823', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1824, 'PSBR10007485', 1808, '1753/1754/1808/1824', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1825, 'PSBR10007445', 1808, '1753/1754/1808/1825', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1826, 'PSBR10007447', 1808, '1753/1754/1808/1826', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1827, 'PSBR10007492', 1808, '1753/1754/1808/1827', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1828, 'PSBR10007444', 1808, '1753/1754/1808/1828', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1829, 'PSBR10007467', 1808, '1753/1754/1808/1829', 4, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1830, 'PSBR10007469', 1808, '1753/1754/1808/1830', 4, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1831, 'PSBR10007457', 1808, '1753/1754/1808/1831', 4, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1832, 'PSBR10007452', 1808, '1753/1754/1808/1832', 4, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1833, 'PSBR10007453', 1808, '1753/1754/1808/1833', 4, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1834, 'PSBR10007454', 1808, '1753/1754/1808/1834', 4, 0, '0', 'A', 0, 260, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1835, 'PSBR10007460', 1808, '1753/1754/1808/1835', 4, 0, '0', 'A', 0, 270, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1836, 'PSBR10007456', 1808, '1753/1754/1808/1836', 4, 0, '0', 'A', 0, 280, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1837, 'PSBR10007461', 1808, '1753/1754/1808/1837', 4, 0, '0', 'A', 0, 290, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1838, 'PSBR10007433', 1808, '1753/1754/1808/1838', 4, 0, '0', 'A', 0, 300, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1839, 'PSBR10007451', 1808, '1753/1754/1808/1839', 4, 0, '0', 'A', 0, 310, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1840, 'PSBR10007493', 1808, '1753/1754/1808/1840', 4, 0, '0', 'A', 0, 320, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1841, 'PSBR10007421', 1808, '1753/1754/1808/1841', 4, 0, '0', 'A', 0, 330, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1842, 'PSBR10007459', 1808, '1753/1754/1808/1842', 4, 0, '0', 'A', 0, 340, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1843, 'PSBR10007464', 1808, '1753/1754/1808/1843', 4, 0, '0', 'A', 0, 350, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1844, 'PSBR10007491', 1808, '1753/1754/1808/1844', 4, 0, '0', 'A', 0, 360, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1845, 'PSBR10007442', 1808, '1753/1754/1808/1845', 4, 0, '0', 'A', 0, 370, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1846, 'PSBR10007490', 1808, '1753/1754/1808/1846', 4, 0, '0', 'A', 0, 380, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1847, 'PSBR10007422', 1808, '1753/1754/1808/1847', 4, 0, '0', 'A', 0, 390, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1848, 'PSBR10007481', 1808, '1753/1754/1808/1848', 4, 0, '0', 'A', 0, 400, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1849, 'PSBR10007476', 1808, '1753/1754/1808/1849', 4, 0, '0', 'A', 0, 410, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1850, 'PSBR10007468', 1808, '1753/1754/1808/1850', 4, 0, '0', 'A', 0, 420, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1851, 'PSBR10007494', 1808, '1753/1754/1808/1851', 4, 0, '0', 'A', 0, 430, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1852, 'PSBR10007487', 1808, '1753/1754/1808/1852', 4, 0, '0', 'A', 0, 440, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1853, 'PSBR10007495', 1808, '1753/1754/1808/1853', 4, 0, '0', 'A', 0, 450, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1854, 'PSBR10007431', 1808, '1753/1754/1808/1854', 4, 0, '0', 'A', 0, 460, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1855, 'PSBR10007478', 1808, '1753/1754/1808/1855', 4, 0, '0', 'A', 0, 470, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1856, 'PSBR10007470', 1808, '1753/1754/1808/1856', 4, 0, '0', 'A', 0, 480, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1857, 'PSBR10007496', 1808, '1753/1754/1808/1857', 4, 0, '0', 'A', 0, 490, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1858, 'PSBR10007448', 1808, '1753/1754/1808/1858', 4, 0, '0', 'A', 0, 500, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1859, 'PSBR10007420', 1808, '1753/1754/1808/1859', 4, 0, '0', 'A', 0, 510, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1860, 'PSBR10007458', 1808, '1753/1754/1808/1860', 4, 0, '0', 'A', 0, 520, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1861, 'PSBR10007497', 1808, '1753/1754/1808/1861', 4, 0, '0', 'A', 0, 530, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1862, 'PSBR10007440', 1808, '1753/1754/1808/1862', 4, 0, '0', 'A', 0, 540, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1863, 'PSBR10007498', 1808, '1753/1754/1808/1863', 4, 0, '0', 'A', 0, 550, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1864, 'PSBR10007472', 1808, '1753/1754/1808/1864', 4, 0, '0', 'A', 0, 560, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1865, 'PSBR10007475', 1808, '1753/1754/1808/1865', 4, 0, '0', 'A', 0, 570, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1866, 'PSBR10007446', 1808, '1753/1754/1808/1866', 4, 0, '0', 'A', 0, 580, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1867, 'PSBR10007477', 1808, '1753/1754/1808/1867', 4, 0, '0', 'A', 0, 590, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1868, 'PSBR10007499', 1808, '1753/1754/1808/1868', 4, 0, '0', 'A', 0, 600, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1869, 'PSBR10007479', 1808, '1753/1754/1808/1869', 4, 0, '0', 'A', 0, 610, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1870, 'PSBR10007466', 1808, '1753/1754/1808/1870', 4, 0, '0', 'A', 0, 620, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1871, 'PSBR10007482', 1808, '1753/1754/1808/1871', 4, 0, '0', 'A', 0, 630, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1872, 'PSBR10007455', 1808, '1753/1754/1808/1872', 4, 0, '0', 'A', 0, 640, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1873, 'PSBR10007430', 1808, '1753/1754/1808/1873', 4, 0, '0', 'A', 0, 650, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1874, 'PSBR10007480', 1808, '1753/1754/1808/1874', 4, 0, '0', 'A', 0, 660, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1875, 'PSBR10007486', 1808, '1753/1754/1808/1875', 4, 0, '0', 'A', 0, 670, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1876, 'PSBR10007434', 1808, '1753/1754/1808/1876', 4, 0, '0', 'A', 0, 680, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1877, 'PSBR10007488', 1808, '1753/1754/1808/1877', 4, 0, '0', 'A', 0, 690, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1878, 'PSBR10007483', 1808, '1753/1754/1808/1878', 4, 0, '0', 'A', 0, 700, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1879, 'PSBR10007489', 1808, '1753/1754/1808/1879', 4, 0, '0', 'A', 0, 710, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1880, 'PSBR10007473', 1808, '1753/1754/1808/1880', 4, 0, '0', 'A', 0, 720, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1881, 'PSBR94010800', 1754, '1753/1754/1881', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1882, 'PSBR10007505', 1881, '1753/1754/1881/1882', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1883, 'PSBR10007501', 1881, '1753/1754/1881/1883', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1884, 'PSBR10007503', 1881, '1753/1754/1881/1884', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1885, 'PSBR10007502', 1881, '1753/1754/1881/1885', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1886, 'PSBR10007508', 1881, '1753/1754/1881/1886', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1887, 'PSBR10007519', 1881, '1753/1754/1881/1887', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1888, 'PSBR10007515', 1881, '1753/1754/1881/1888', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1889, 'PSBR10007504', 1881, '1753/1754/1881/1889', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1890, 'PSBR10007506', 1881, '1753/1754/1881/1890', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1891, 'PSBR10007510', 1881, '1753/1754/1881/1891', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1892, 'PSBR10007511', 1881, '1753/1754/1881/1892', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1893, 'PSBR10007509', 1881, '1753/1754/1881/1893', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1894, 'PSBR10007517', 1881, '1753/1754/1881/1894', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1895, 'PSBR10007520', 1881, '1753/1754/1881/1895', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1896, 'PSBR10007507', 1881, '1753/1754/1881/1896', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1897, 'PSBR10007512', 1881, '1753/1754/1881/1897', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1898, 'PSBR10007513', 1881, '1753/1754/1881/1898', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1899, 'PSBR10007518', 1881, '1753/1754/1881/1899', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1900, 'PSBR10007514', 1881, '1753/1754/1881/1900', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0);
INSERT INTO `partiushop_categories` (`category_id`, `gpc_code`, `parent_id`, `id_path`, `level`, `company_id`, `usergroup_ids`, `status`, `product_count`, `position`, `timestamp`, `is_op`, `localization`, `age_verification`, `age_limit`, `parent_age_verification`, `parent_age_limit`, `selected_views`, `default_view`, `product_details_view`, `product_columns`, `is_trash`, `is_default`, `category_type`, `ab__fn_category_status`, `ab__fn_label_color`, `ab__fn_label_background`, `ab__fn_use_origin_image`, `ab__lc_catalog_image_control`, `ab__lc_landing`, `ab__lc_subsubcategories`, `ab__lc_menu_id`, `ab__lc_how_to_use_menu`, `ab__lc_inherit_control`, `storefront_id`) VALUES
(1901, 'PSBR10007516', 1881, '1753/1754/1881/1901', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1902, 'PSBR94020000', 1753, '1753/1902', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1903, 'PSBR94022400', 1902, '1753/1902/1903', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1904, 'PSBR10007657', 1903, '1753/1902/1903/1904', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1905, 'PSBR10007651', 1903, '1753/1902/1903/1905', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1906, 'PSBR10007655', 1903, '1753/1902/1903/1906', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1907, 'PSBR10007654', 1903, '1753/1902/1903/1907', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1908, 'PSBR10007653', 1903, '1753/1902/1903/1908', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1909, 'PSBR10007658', 1903, '1753/1902/1903/1909', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1910, 'PSBR10007659', 1903, '1753/1902/1903/1910', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1911, 'PSBR10007660', 1903, '1753/1902/1903/1911', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1912, 'PSBR94022600', 1902, '1753/1902/1912', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1913, 'PSBR10007710', 1912, '1753/1902/1912/1913', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1914, 'PSBR10007711', 1912, '1753/1902/1912/1914', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1915, 'PSBR10007709', 1912, '1753/1902/1912/1915', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1916, 'PSBR10007717', 1912, '1753/1902/1912/1916', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1917, 'PSBR10007720', 1912, '1753/1902/1912/1917', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1918, 'PSBR10007719', 1912, '1753/1902/1912/1918', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1919, 'PSBR10007718', 1912, '1753/1902/1912/1919', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1920, 'PSBR10007712', 1912, '1753/1902/1912/1920', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1921, 'PSBR10007713', 1912, '1753/1902/1912/1921', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1922, 'PSBR10007716', 1912, '1753/1902/1912/1922', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1923, 'PSBR10007715', 1912, '1753/1902/1912/1923', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1924, 'PSBR10007714', 1912, '1753/1902/1912/1924', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1925, 'PSBR94022300', 1902, '1753/1902/1925', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1926, 'PSBR10007557', 1925, '1753/1902/1925/1926', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1927, 'PSBR10007569', 1925, '1753/1902/1925/1927', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1928, 'PSBR10007550', 1925, '1753/1902/1925/1928', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1929, 'PSBR10007564', 1925, '1753/1902/1925/1929', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1930, 'PSBR10007565', 1925, '1753/1902/1925/1930', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1931, 'PSBR10007567', 1925, '1753/1902/1925/1931', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1932, 'PSBR10007553', 1925, '1753/1902/1925/1932', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1933, 'PSBR10007554', 1925, '1753/1902/1925/1933', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1934, 'PSBR10007571', 1925, '1753/1902/1925/1934', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1935, 'PSBR10007572', 1925, '1753/1902/1925/1935', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1936, 'PSBR10007562', 1925, '1753/1902/1925/1936', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1937, 'PSBR10007568', 1925, '1753/1902/1925/1937', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1938, 'PSBR10007573', 1925, '1753/1902/1925/1938', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1939, 'PSBR10007548', 1925, '1753/1902/1925/1939', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1940, 'PSBR10007574', 1925, '1753/1902/1925/1940', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1941, 'PSBR10007559', 1925, '1753/1902/1925/1941', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1942, 'PSBR10007575', 1925, '1753/1902/1925/1942', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1943, 'PSBR10007577', 1925, '1753/1902/1925/1943', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1944, 'PSBR10007560', 1925, '1753/1902/1925/1944', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1945, 'PSBR10007556', 1925, '1753/1902/1925/1945', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1946, 'PSBR10007576', 1925, '1753/1902/1925/1946', 4, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1947, 'PSBR10007561', 1925, '1753/1902/1925/1947', 4, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1948, 'PSBR10007547', 1925, '1753/1902/1925/1948', 4, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1949, 'PSBR10007570', 1925, '1753/1902/1925/1949', 4, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1950, 'PSBR10007563', 1925, '1753/1902/1925/1950', 4, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1951, 'PSBR10007549', 1925, '1753/1902/1925/1951', 4, 0, '0', 'A', 0, 260, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1952, 'PSBR10007544', 1925, '1753/1902/1925/1952', 4, 0, '0', 'A', 0, 270, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1953, 'PSBR10007551', 1925, '1753/1902/1925/1953', 4, 0, '0', 'A', 0, 280, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1954, 'PSBR10007552', 1925, '1753/1902/1925/1954', 4, 0, '0', 'A', 0, 290, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1955, 'PSBR10007555', 1925, '1753/1902/1925/1955', 4, 0, '0', 'A', 0, 300, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1956, 'PSBR10007558', 1925, '1753/1902/1925/1956', 4, 0, '0', 'A', 0, 310, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1957, 'PSBR94020300', 1902, '1753/1902/1957', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1958, 'PSBR10006945', 1957, '1753/1902/1957/1958', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1959, 'PSBR10006944', 1957, '1753/1902/1957/1959', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1960, 'PSBR10006942', 1957, '1753/1902/1957/1960', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1961, 'PSBR10006943', 1957, '1753/1902/1957/1961', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1962, 'PSBR10006946', 1957, '1753/1902/1957/1962', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1963, 'PSBR10006947', 1957, '1753/1902/1957/1963', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1964, 'PSBR10006948', 1957, '1753/1902/1957/1964', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1965, 'PSBR10006949', 1957, '1753/1902/1957/1965', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1966, 'PSBR10006950', 1957, '1753/1902/1957/1966', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1967, 'PSBR94022000', 1902, '1753/1902/1967', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1968, 'PSBR10007306', 1967, '1753/1902/1967/1968', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1969, 'PSBR10007304', 1967, '1753/1902/1967/1969', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1970, 'PSBR10007307', 1967, '1753/1902/1967/1970', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1971, 'PSBR10007305', 1967, '1753/1902/1967/1971', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1972, 'PSBR10007308', 1967, '1753/1902/1967/1972', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1973, 'PSBR94020400', 1902, '1753/1902/1973', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1974, 'PSBR10006957', 1973, '1753/1902/1973/1974', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1975, 'PSBR10006951', 1973, '1753/1902/1973/1975', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1976, 'PSBR10006956', 1973, '1753/1902/1973/1976', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1977, 'PSBR10006953', 1973, '1753/1902/1973/1977', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1978, 'PSBR10006955', 1973, '1753/1902/1973/1978', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1979, 'PSBR10006954', 1973, '1753/1902/1973/1979', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1980, 'PSBR10006952', 1973, '1753/1902/1973/1980', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1981, 'PSBR94021900', 1902, '1753/1902/1981', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1982, 'PSBR10007296', 1981, '1753/1902/1981/1982', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1983, 'PSBR10007292', 1981, '1753/1902/1981/1983', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1984, 'PSBR10007303', 1981, '1753/1902/1981/1984', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1985, 'PSBR10007291', 1981, '1753/1902/1981/1985', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1986, 'PSBR10007279', 1981, '1753/1902/1981/1986', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1987, 'PSBR10007280', 1981, '1753/1902/1981/1987', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1988, 'PSBR10007281', 1981, '1753/1902/1981/1988', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1989, 'PSBR10007282', 1981, '1753/1902/1981/1989', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1990, 'PSBR10007288', 1981, '1753/1902/1981/1990', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1991, 'PSBR10007320', 1981, '1753/1902/1981/1991', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1992, 'PSBR10007319', 1981, '1753/1902/1981/1992', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1993, 'PSBR10007300', 1981, '1753/1902/1981/1993', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1994, 'PSBR10007285', 1981, '1753/1902/1981/1994', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1995, 'PSBR10007284', 1981, '1753/1902/1981/1995', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1996, 'PSBR10007293', 1981, '1753/1902/1981/1996', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1997, 'PSBR10007294', 1981, '1753/1902/1981/1997', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1998, 'PSBR10007287', 1981, '1753/1902/1981/1998', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(1999, 'PSBR10007295', 1981, '1753/1902/1981/1999', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2000, 'PSBR10007302', 1981, '1753/1902/1981/2000', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2001, 'PSBR10007286', 1981, '1753/1902/1981/2001', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2002, 'PSBR10007283', 1981, '1753/1902/1981/2002', 4, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2003, 'PSBR10007297', 1981, '1753/1902/1981/2003', 4, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2004, 'PSBR10007289', 1981, '1753/1902/1981/2004', 4, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2005, 'PSBR10007321', 1981, '1753/1902/1981/2005', 4, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2006, 'PSBR10007301', 1981, '1753/1902/1981/2006', 4, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2007, 'PSBR10007299', 1981, '1753/1902/1981/2007', 4, 0, '0', 'A', 0, 260, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2008, 'PSBR10007290', 1981, '1753/1902/1981/2008', 4, 0, '0', 'A', 0, 270, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2009, 'PSBR10007298', 1981, '1753/1902/1981/2009', 4, 0, '0', 'A', 0, 280, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2010, 'PSBR94023200', 1902, '1753/1902/2010', 3, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2011, 'PSBR10007798', 2010, '1753/1902/2010/2011', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2012, 'PSBR10007797', 2010, '1753/1902/2010/2012', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2013, 'PSBR10007779', 2010, '1753/1902/2010/2013', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2014, 'PSBR10007796', 2010, '1753/1902/2010/2014', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2015, 'PSBR10007789', 2010, '1753/1902/2010/2015', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2016, 'PSBR10007793', 2010, '1753/1902/2010/2016', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2017, 'PSBR10007794', 2010, '1753/1902/2010/2017', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2018, 'PSBR10007795', 2010, '1753/1902/2010/2018', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2019, 'PSBR10007781', 2010, '1753/1902/2010/2019', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2020, 'PSBR10007785', 2010, '1753/1902/2010/2020', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2021, 'PSBR10007777', 2010, '1753/1902/2010/2021', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2022, 'PSBR10007783', 2010, '1753/1902/2010/2022', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2023, 'PSBR94023100', 1902, '1753/1902/2023', 3, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2024, 'PSBR10007775', 2023, '1753/1902/2023/2024', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2025, 'PSBR10007773', 2023, '1753/1902/2023/2025', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2026, 'PSBR10007771', 2023, '1753/1902/2023/2026', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2027, 'PSBR10007772', 2023, '1753/1902/2023/2027', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2028, 'PSBR94023000', 1902, '1753/1902/2028', 3, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2029, 'PSBR10007766', 2028, '1753/1902/2028/2029', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2030, 'PSBR10007767', 2028, '1753/1902/2028/2030', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2031, 'PSBR10007769', 2028, '1753/1902/2028/2031', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2032, 'PSBR10007764', 2028, '1753/1902/2028/2032', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2033, 'PSBR10007770', 2028, '1753/1902/2028/2033', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2034, 'PSBR10007765', 2028, '1753/1902/2028/2034', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2035, 'PSBR94023400', 1902, '1753/1902/2035', 3, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2036, 'PSBR10007804', 2035, '1753/1902/2035/2036', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2037, 'PSBR10007809', 2035, '1753/1902/2035/2037', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2038, 'PSBR10007807', 2035, '1753/1902/2035/2038', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2039, 'PSBR10007806', 2035, '1753/1902/2035/2039', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2040, 'PSBR10007803', 2035, '1753/1902/2035/2040', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2041, 'PSBR10007808', 2035, '1753/1902/2035/2041', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2042, 'PSBR10007805', 2035, '1753/1902/2035/2042', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2043, 'PSBR94023300', 1902, '1753/1902/2043', 3, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2044, 'PSBR10007801', 2043, '1753/1902/2043/2044', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2045, 'PSBR10007799', 2043, '1753/1902/2043/2045', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2046, 'PSBR10007802', 2043, '1753/1902/2043/2046', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2047, 'PSBR10007800', 2043, '1753/1902/2043/2047', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2048, 'PSBR94022100', 1902, '1753/1902/2048', 3, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2049, 'PSBR10007311', 2048, '1753/1902/2048/2049', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2050, 'PSBR10007309', 2048, '1753/1902/2048/2050', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2051, 'PSBR10007314', 2048, '1753/1902/2048/2051', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2052, 'PSBR10007310', 2048, '1753/1902/2048/2052', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2053, 'PSBR10007313', 2048, '1753/1902/2048/2053', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2054, 'PSBR10007318', 2048, '1753/1902/2048/2054', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2055, 'PSBR10007315', 2048, '1753/1902/2048/2055', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2056, 'PSBR10007316', 2048, '1753/1902/2048/2056', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2057, 'PSBR10007317', 2048, '1753/1902/2048/2057', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2058, 'PSBR10007312', 2048, '1753/1902/2048/2058', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2059, 'PSBR94021800', 1902, '1753/1902/2059', 3, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2060, 'PSBR10007217', 2059, '1753/1902/2059/2060', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2061, 'PSBR10007232', 2059, '1753/1902/2059/2061', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2062, 'PSBR10007224', 2059, '1753/1902/2059/2062', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2063, 'PSBR10007220', 2059, '1753/1902/2059/2063', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2064, 'PSBR10007237', 2059, '1753/1902/2059/2064', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2065, 'PSBR10007221', 2059, '1753/1902/2059/2065', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2066, 'PSBR10007223', 2059, '1753/1902/2059/2066', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2067, 'PSBR10007225', 2059, '1753/1902/2059/2067', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2068, 'PSBR10007235', 2059, '1753/1902/2059/2068', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2069, 'PSBR10007236', 2059, '1753/1902/2059/2069', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2070, 'PSBR10007226', 2059, '1753/1902/2059/2070', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2071, 'PSBR10007231', 2059, '1753/1902/2059/2071', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2072, 'PSBR10007211', 2059, '1753/1902/2059/2072', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2073, 'PSBR10007216', 2059, '1753/1902/2059/2073', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2074, 'PSBR10007214', 2059, '1753/1902/2059/2074', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2075, 'PSBR10007215', 2059, '1753/1902/2059/2075', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2076, 'PSBR10007218', 2059, '1753/1902/2059/2076', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2077, 'PSBR10007212', 2059, '1753/1902/2059/2077', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2078, 'PSBR10007219', 2059, '1753/1902/2059/2078', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2079, 'PSBR10007222', 2059, '1753/1902/2059/2079', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2080, 'PSBR10007233', 2059, '1753/1902/2059/2080', 4, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2081, 'PSBR10007213', 2059, '1753/1902/2059/2081', 4, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2082, 'PSBR10007774', 2059, '1753/1902/2059/2082', 4, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2083, 'PSBR10007227', 2059, '1753/1902/2059/2083', 4, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2084, 'PSBR10007229', 2059, '1753/1902/2059/2084', 4, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2085, 'PSBR10007228', 2059, '1753/1902/2059/2085', 4, 0, '0', 'A', 0, 260, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2086, 'PSBR10007230', 2059, '1753/1902/2059/2086', 4, 0, '0', 'A', 0, 270, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2087, 'PSBR10007234', 2059, '1753/1902/2059/2087', 4, 0, '0', 'A', 0, 280, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2088, 'PSBR94020200', 1902, '1753/1902/2088', 3, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2089, 'PSBR10006938', 2088, '1753/1902/2088/2089', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2090, 'PSBR10006937', 2088, '1753/1902/2088/2090', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2091, 'PSBR10006939', 2088, '1753/1902/2088/2091', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2092, 'PSBR10006941', 2088, '1753/1902/2088/2092', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2093, 'PSBR10006936', 2088, '1753/1902/2088/2093', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2094, 'PSBR10006934', 2088, '1753/1902/2088/2094', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2095, 'PSBR10006935', 2088, '1753/1902/2088/2095', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2096, 'PSBR10006940', 2088, '1753/1902/2088/2096', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2097, 'PSBR94021700', 1902, '1753/1902/2097', 3, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2098, 'PSBR10007210', 2097, '1753/1902/2097/2098', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2099, 'PSBR10007207', 2097, '1753/1902/2097/2099', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2100, 'PSBR10007209', 2097, '1753/1902/2097/2100', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2101, 'PSBR10007208', 2097, '1753/1902/2097/2101', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2102, 'PSBR94020500', 1902, '1753/1902/2102', 3, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2103, 'PSBR10007787', 2102, '1753/1902/2102/2103', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2104, 'PSBR10007780', 2102, '1753/1902/2102/2104', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2105, 'PSBR10007788', 2102, '1753/1902/2102/2105', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2106, 'PSBR10007778', 2102, '1753/1902/2102/2106', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2107, 'PSBR10007784', 2102, '1753/1902/2102/2107', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2108, 'PSBR10007782', 2102, '1753/1902/2102/2108', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2109, 'PSBR10007786', 2102, '1753/1902/2102/2109', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2110, 'PSBR10007040', 2102, '1753/1902/2102/2110', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2111, 'PSBR10007041', 2102, '1753/1902/2102/2111', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2112, 'PSBR10007060', 2102, '1753/1902/2102/2112', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2113, 'PSBR10007049', 2102, '1753/1902/2102/2113', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2114, 'PSBR10007055', 2102, '1753/1902/2102/2114', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2115, 'PSBR10007052', 2102, '1753/1902/2102/2115', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2116, 'PSBR10007068', 2102, '1753/1902/2102/2116', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2117, 'PSBR10007043', 2102, '1753/1902/2102/2117', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2118, 'PSBR10007058', 2102, '1753/1902/2102/2118', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2119, 'PSBR10007057', 2102, '1753/1902/2102/2119', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2120, 'PSBR10007065', 2102, '1753/1902/2102/2120', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2121, 'PSBR10007062', 2102, '1753/1902/2102/2121', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2122, 'PSBR10007044', 2102, '1753/1902/2102/2122', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2123, 'PSBR10007046', 2102, '1753/1902/2102/2123', 4, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2124, 'PSBR10007051', 2102, '1753/1902/2102/2124', 4, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2125, 'PSBR10007053', 2102, '1753/1902/2102/2125', 4, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2126, 'PSBR10007050', 2102, '1753/1902/2102/2126', 4, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2127, 'PSBR10007045', 2102, '1753/1902/2102/2127', 4, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2128, 'PSBR10007056', 2102, '1753/1902/2102/2128', 4, 0, '0', 'A', 0, 260, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2129, 'PSBR10007067', 2102, '1753/1902/2102/2129', 4, 0, '0', 'A', 0, 270, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2130, 'PSBR10007061', 2102, '1753/1902/2102/2130', 4, 0, '0', 'A', 0, 280, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2131, 'PSBR10007064', 2102, '1753/1902/2102/2131', 4, 0, '0', 'A', 0, 290, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2132, 'PSBR10007063', 2102, '1753/1902/2102/2132', 4, 0, '0', 'A', 0, 300, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0);
INSERT INTO `partiushop_categories` (`category_id`, `gpc_code`, `parent_id`, `id_path`, `level`, `company_id`, `usergroup_ids`, `status`, `product_count`, `position`, `timestamp`, `is_op`, `localization`, `age_verification`, `age_limit`, `parent_age_verification`, `parent_age_limit`, `selected_views`, `default_view`, `product_details_view`, `product_columns`, `is_trash`, `is_default`, `category_type`, `ab__fn_category_status`, `ab__fn_label_color`, `ab__fn_label_background`, `ab__fn_use_origin_image`, `ab__lc_catalog_image_control`, `ab__lc_landing`, `ab__lc_subsubcategories`, `ab__lc_menu_id`, `ab__lc_how_to_use_menu`, `ab__lc_inherit_control`, `storefront_id`) VALUES
(2133, 'PSBR10007066', 2102, '1753/1902/2102/2133', 4, 0, '0', 'A', 0, 310, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2134, 'PSBR10007047', 2102, '1753/1902/2102/2134', 4, 0, '0', 'A', 0, 320, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2135, 'PSBR10007069', 2102, '1753/1902/2102/2135', 4, 0, '0', 'A', 0, 330, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2136, 'PSBR10007048', 2102, '1753/1902/2102/2136', 4, 0, '0', 'A', 0, 340, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2137, 'PSBR10007054', 2102, '1753/1902/2102/2137', 4, 0, '0', 'A', 0, 350, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2138, 'PSBR10007059', 2102, '1753/1902/2102/2138', 4, 0, '0', 'A', 0, 360, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2139, 'PSBR10007070', 2102, '1753/1902/2102/2139', 4, 0, '0', 'A', 0, 370, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2140, 'PSBR10007042', 2102, '1753/1902/2102/2140', 4, 0, '0', 'A', 0, 380, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2141, 'PSBR94020800', 1902, '1753/1902/2141', 3, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2142, 'PSBR10007104', 2141, '1753/1902/2141/2142', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2143, 'PSBR10007106', 2141, '1753/1902/2141/2143', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2144, 'PSBR10007108', 2141, '1753/1902/2141/2144', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2145, 'PSBR10007107', 2141, '1753/1902/2141/2145', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2146, 'PSBR10007105', 2141, '1753/1902/2141/2146', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2147, 'PSBR94020100', 1902, '1753/1902/2147', 3, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2148, 'PSBR10006928', 2147, '1753/1902/2147/2148', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2149, 'PSBR10006932', 2147, '1753/1902/2147/2149', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2150, 'PSBR10006927', 2147, '1753/1902/2147/2150', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2151, 'PSBR10006930', 2147, '1753/1902/2147/2151', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2152, 'PSBR10006933', 2147, '1753/1902/2147/2152', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2153, 'PSBR10006929', 2147, '1753/1902/2147/2153', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2154, 'PSBR10006931', 2147, '1753/1902/2147/2154', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2155, 'PSBR94020600', 1902, '1753/1902/2155', 3, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2156, 'PSBR10007077', 2155, '1753/1902/2155/2156', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2157, 'PSBR10007081', 2155, '1753/1902/2155/2157', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2158, 'PSBR10007071', 2155, '1753/1902/2155/2158', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2159, 'PSBR10007072', 2155, '1753/1902/2155/2159', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2160, 'PSBR10007073', 2155, '1753/1902/2155/2160', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2161, 'PSBR10007074', 2155, '1753/1902/2155/2161', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2162, 'PSBR10007079', 2155, '1753/1902/2155/2162', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2163, 'PSBR10007090', 2155, '1753/1902/2155/2163', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2164, 'PSBR10007076', 2155, '1753/1902/2155/2164', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2165, 'PSBR10007088', 2155, '1753/1902/2155/2165', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2166, 'PSBR10007083', 2155, '1753/1902/2155/2166', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2167, 'PSBR10007089', 2155, '1753/1902/2155/2167', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2168, 'PSBR10007080', 2155, '1753/1902/2155/2168', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2169, 'PSBR10007085', 2155, '1753/1902/2155/2169', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2170, 'PSBR10007086', 2155, '1753/1902/2155/2170', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2171, 'PSBR10007084', 2155, '1753/1902/2155/2171', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2172, 'PSBR10007091', 2155, '1753/1902/2155/2172', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2173, 'PSBR10007082', 2155, '1753/1902/2155/2173', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2174, 'PSBR10007087', 2155, '1753/1902/2155/2174', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2175, 'PSBR10007078', 2155, '1753/1902/2155/2175', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2176, 'PSBR10007075', 2155, '1753/1902/2155/2176', 4, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2177, 'PSBR10007092', 2155, '1753/1902/2155/2177', 4, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2178, 'PSBR94021400', 1902, '1753/1902/2178', 3, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2179, 'PSBR10007145', 2178, '1753/1902/2178/2179', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2180, 'PSBR10007147', 2178, '1753/1902/2178/2180', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2181, 'PSBR10007149', 2178, '1753/1902/2178/2181', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2182, 'PSBR10007148', 2178, '1753/1902/2178/2182', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2183, 'PSBR10007150', 2178, '1753/1902/2178/2183', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2184, 'PSBR10007146', 2178, '1753/1902/2178/2184', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2185, 'PSBR94021300', 1902, '1753/1902/2185', 3, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2186, 'PSBR10007137', 2185, '1753/1902/2185/2186', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2187, 'PSBR10007141', 2185, '1753/1902/2185/2187', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2188, 'PSBR10007143', 2185, '1753/1902/2185/2188', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2189, 'PSBR10007144', 2185, '1753/1902/2185/2189', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2190, 'PSBR10007138', 2185, '1753/1902/2185/2190', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2191, 'PSBR10007142', 2185, '1753/1902/2185/2191', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2192, 'PSBR10007139', 2185, '1753/1902/2185/2192', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2193, 'PSBR10007140', 2185, '1753/1902/2185/2193', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2194, 'PSBR94021500', 1902, '1753/1902/2194', 3, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2195, 'PSBR10007152', 2194, '1753/1902/2194/2195', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2196, 'PSBR10007165', 2194, '1753/1902/2194/2196', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2197, 'PSBR10007158', 2194, '1753/1902/2194/2197', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2198, 'PSBR10007168', 2194, '1753/1902/2194/2198', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2199, 'PSBR10007161', 2194, '1753/1902/2194/2199', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2200, 'PSBR10007163', 2194, '1753/1902/2194/2200', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2201, 'PSBR10007791', 2194, '1753/1902/2194/2201', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2202, 'PSBR10007180', 2194, '1753/1902/2194/2202', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2203, 'PSBR10007177', 2194, '1753/1902/2194/2203', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2204, 'PSBR10007792', 2194, '1753/1902/2194/2204', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2205, 'PSBR10007181', 2194, '1753/1902/2194/2205', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2206, 'PSBR10007166', 2194, '1753/1902/2194/2206', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2207, 'PSBR10007178', 2194, '1753/1902/2194/2207', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2208, 'PSBR10007154', 2194, '1753/1902/2194/2208', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2209, 'PSBR10007155', 2194, '1753/1902/2194/2209', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2210, 'PSBR10007170', 2194, '1753/1902/2194/2210', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2211, 'PSBR10007151', 2194, '1753/1902/2194/2211', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2212, 'PSBR10007159', 2194, '1753/1902/2194/2212', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2213, 'PSBR10007162', 2194, '1753/1902/2194/2213', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2214, 'PSBR10007153', 2194, '1753/1902/2194/2214', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2215, 'PSBR10007184', 2194, '1753/1902/2194/2215', 4, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2216, 'PSBR10007167', 2194, '1753/1902/2194/2216', 4, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2217, 'PSBR10007169', 2194, '1753/1902/2194/2217', 4, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2218, 'PSBR10007160', 2194, '1753/1902/2194/2218', 4, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2219, 'PSBR10007171', 2194, '1753/1902/2194/2219', 4, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2220, 'PSBR10007172', 2194, '1753/1902/2194/2220', 4, 0, '0', 'A', 0, 260, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2221, 'PSBR10007173', 2194, '1753/1902/2194/2221', 4, 0, '0', 'A', 0, 270, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2222, 'PSBR10007174', 2194, '1753/1902/2194/2222', 4, 0, '0', 'A', 0, 280, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2223, 'PSBR10007175', 2194, '1753/1902/2194/2223', 4, 0, '0', 'A', 0, 290, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2224, 'PSBR10007176', 2194, '1753/1902/2194/2224', 4, 0, '0', 'A', 0, 300, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2225, 'PSBR10007164', 2194, '1753/1902/2194/2225', 4, 0, '0', 'A', 0, 310, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2226, 'PSBR10007179', 2194, '1753/1902/2194/2226', 4, 0, '0', 'A', 0, 320, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2227, 'PSBR10007182', 2194, '1753/1902/2194/2227', 4, 0, '0', 'A', 0, 330, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2228, 'PSBR10007183', 2194, '1753/1902/2194/2228', 4, 0, '0', 'A', 0, 340, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2229, 'PSBR10007156', 2194, '1753/1902/2194/2229', 4, 0, '0', 'A', 0, 350, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2230, 'PSBR10007185', 2194, '1753/1902/2194/2230', 4, 0, '0', 'A', 0, 360, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2231, 'PSBR10007157', 2194, '1753/1902/2194/2231', 4, 0, '0', 'A', 0, 370, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2232, 'PSBR10007186', 2194, '1753/1902/2194/2232', 4, 0, '0', 'A', 0, 380, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2233, 'PSBR94020900', 1902, '1753/1902/2233', 3, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2234, 'PSBR10007110', 2233, '1753/1902/2233/2234', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2235, 'PSBR10007113', 2233, '1753/1902/2233/2235', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2236, 'PSBR10007112', 2233, '1753/1902/2233/2236', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2237, 'PSBR10007109', 2233, '1753/1902/2233/2237', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2238, 'PSBR10007111', 2233, '1753/1902/2233/2238', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2239, 'PSBR94020700', 1902, '1753/1902/2239', 3, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2240, 'PSBR10007101', 2239, '1753/1902/2239/2240', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2241, 'PSBR10007099', 2239, '1753/1902/2239/2241', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2242, 'PSBR10007095', 2239, '1753/1902/2239/2242', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2243, 'PSBR10007094', 2239, '1753/1902/2239/2243', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2244, 'PSBR10007100', 2239, '1753/1902/2239/2244', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2245, 'PSBR10007102', 2239, '1753/1902/2239/2245', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2246, 'PSBR10007103', 2239, '1753/1902/2239/2246', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2247, 'PSBR10007093', 2239, '1753/1902/2239/2247', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2248, 'PSBR10007096', 2239, '1753/1902/2239/2248', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2249, 'PSBR10007097', 2239, '1753/1902/2239/2249', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2250, 'PSBR10007098', 2239, '1753/1902/2239/2250', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2251, 'PSBR94021100', 1902, '1753/1902/2251', 3, 0, '0', 'A', 0, 260, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2252, 'PSBR10007125', 2251, '1753/1902/2251/2252', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2253, 'PSBR10007127', 2251, '1753/1902/2251/2253', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2254, 'PSBR10007123', 2251, '1753/1902/2251/2254', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2255, 'PSBR10007126', 2251, '1753/1902/2251/2255', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2256, 'PSBR10007128', 2251, '1753/1902/2251/2256', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2257, 'PSBR10007129', 2251, '1753/1902/2251/2257', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2258, 'PSBR10007130', 2251, '1753/1902/2251/2258', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2259, 'PSBR10007124', 2251, '1753/1902/2251/2259', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2260, 'PSBR10007131', 2251, '1753/1902/2251/2260', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2261, 'PSBR10007790', 2251, '1753/1902/2251/2261', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2262, 'PSBR94021000', 1902, '1753/1902/2262', 3, 0, '0', 'A', 0, 270, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2263, 'PSBR10007115', 2262, '1753/1902/2262/2263', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2264, 'PSBR10007116', 2262, '1753/1902/2262/2264', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2265, 'PSBR10007117', 2262, '1753/1902/2262/2265', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2266, 'PSBR10007121', 2262, '1753/1902/2262/2266', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2267, 'PSBR10007114', 2262, '1753/1902/2262/2267', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2268, 'PSBR10007122', 2262, '1753/1902/2262/2268', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2269, 'PSBR10007118', 2262, '1753/1902/2262/2269', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2270, 'PSBR10007120', 2262, '1753/1902/2262/2270', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2271, 'PSBR10007119', 2262, '1753/1902/2262/2271', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2272, 'PSBR94021200', 1902, '1753/1902/2272', 3, 0, '0', 'A', 0, 280, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2273, 'PSBR10007776', 2272, '1753/1902/2272/2273', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2274, 'PSBR10007132', 2272, '1753/1902/2272/2274', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2275, 'PSBR10007134', 2272, '1753/1902/2272/2275', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2276, 'PSBR10007133', 2272, '1753/1902/2272/2276', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2277, 'PSBR10007136', 2272, '1753/1902/2272/2277', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2278, 'PSBR10007135', 2272, '1753/1902/2272/2278', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2279, 'PSBR94021600', 1902, '1753/1902/2279', 3, 0, '0', 'A', 0, 290, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2280, 'PSBR10007189', 2279, '1753/1902/2279/2280', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2281, 'PSBR10007187', 2279, '1753/1902/2279/2281', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2282, 'PSBR10007197', 2279, '1753/1902/2279/2282', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2283, 'PSBR10007196', 2279, '1753/1902/2279/2283', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2284, 'PSBR10007195', 2279, '1753/1902/2279/2284', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2285, 'PSBR10007192', 2279, '1753/1902/2279/2285', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2286, 'PSBR10007193', 2279, '1753/1902/2279/2286', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2287, 'PSBR10007203', 2279, '1753/1902/2279/2287', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2288, 'PSBR10007188', 2279, '1753/1902/2279/2288', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2289, 'PSBR10007191', 2279, '1753/1902/2279/2289', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2290, 'PSBR10007206', 2279, '1753/1902/2279/2290', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2291, 'PSBR10007190', 2279, '1753/1902/2279/2291', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2292, 'PSBR10007194', 2279, '1753/1902/2279/2292', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2293, 'PSBR10007200', 2279, '1753/1902/2279/2293', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2294, 'PSBR10007201', 2279, '1753/1902/2279/2294', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2295, 'PSBR10007199', 2279, '1753/1902/2279/2295', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2296, 'PSBR10007198', 2279, '1753/1902/2279/2296', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2297, 'PSBR10007205', 2279, '1753/1902/2279/2297', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2298, 'PSBR10007202', 2279, '1753/1902/2279/2298', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2299, 'PSBR10007204', 2279, '1753/1902/2279/2299', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2300, 'PSBR94022500', 1902, '1753/1902/2300', 3, 0, '0', 'A', 0, 300, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2301, 'PSBR10007668', 2300, '1753/1902/2300/2301', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2302, 'PSBR10007687', 2300, '1753/1902/2300/2302', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2303, 'PSBR10007690', 2300, '1753/1902/2300/2303', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2304, 'PSBR10007670', 2300, '1753/1902/2300/2304', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2305, 'PSBR10007702', 2300, '1753/1902/2300/2305', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2306, 'PSBR10007672', 2300, '1753/1902/2300/2306', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2307, 'PSBR10007688', 2300, '1753/1902/2300/2307', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2308, 'PSBR10007673', 2300, '1753/1902/2300/2308', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2309, 'PSBR10007684', 2300, '1753/1902/2300/2309', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2310, 'PSBR10007683', 2300, '1753/1902/2300/2310', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2311, 'PSBR10007685', 2300, '1753/1902/2300/2311', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2312, 'PSBR10007678', 2300, '1753/1902/2300/2312', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2313, 'PSBR10007695', 2300, '1753/1902/2300/2313', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2314, 'PSBR10007674', 2300, '1753/1902/2300/2314', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2315, 'PSBR10007699', 2300, '1753/1902/2300/2315', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2316, 'PSBR10007703', 2300, '1753/1902/2300/2316', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2317, 'PSBR10007691', 2300, '1753/1902/2300/2317', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2318, 'PSBR10007708', 2300, '1753/1902/2300/2318', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2319, 'PSBR10007680', 2300, '1753/1902/2300/2319', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2320, 'PSBR10007681', 2300, '1753/1902/2300/2320', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2321, 'PSBR10007694', 2300, '1753/1902/2300/2321', 4, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2322, 'PSBR10007693', 2300, '1753/1902/2300/2322', 4, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2323, 'PSBR10007677', 2300, '1753/1902/2300/2323', 4, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2324, 'PSBR10007667', 2300, '1753/1902/2300/2324', 4, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2325, 'PSBR10007689', 2300, '1753/1902/2300/2325', 4, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2326, 'PSBR10007705', 2300, '1753/1902/2300/2326', 4, 0, '0', 'A', 0, 260, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2327, 'PSBR10007692', 2300, '1753/1902/2300/2327', 4, 0, '0', 'A', 0, 270, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2328, 'PSBR10007665', 2300, '1753/1902/2300/2328', 4, 0, '0', 'A', 0, 280, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2329, 'PSBR10007696', 2300, '1753/1902/2300/2329', 4, 0, '0', 'A', 0, 290, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2330, 'PSBR10007697', 2300, '1753/1902/2300/2330', 4, 0, '0', 'A', 0, 300, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2331, 'PSBR10007698', 2300, '1753/1902/2300/2331', 4, 0, '0', 'A', 0, 310, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2332, 'PSBR10007704', 2300, '1753/1902/2300/2332', 4, 0, '0', 'A', 0, 320, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2333, 'PSBR10007700', 2300, '1753/1902/2300/2333', 4, 0, '0', 'A', 0, 330, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2334, 'PSBR10007707', 2300, '1753/1902/2300/2334', 4, 0, '0', 'A', 0, 340, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2335, 'PSBR10007675', 2300, '1753/1902/2300/2335', 4, 0, '0', 'A', 0, 350, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2336, 'PSBR10007706', 2300, '1753/1902/2300/2336', 4, 0, '0', 'A', 0, 360, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2337, 'PSBR10007701', 2300, '1753/1902/2300/2337', 4, 0, '0', 'A', 0, 370, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2338, 'PSBR94022800', 1902, '1753/1902/2338', 3, 0, '0', 'A', 0, 310, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2339, 'PSBR10007750', 2338, '1753/1902/2338/2339', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2340, 'PSBR10007754', 2338, '1753/1902/2338/2340', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2341, 'PSBR10007753', 2338, '1753/1902/2338/2341', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2342, 'PSBR10007740', 2338, '1753/1902/2338/2342', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2343, 'PSBR10007755', 2338, '1753/1902/2338/2343', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2344, 'PSBR10007758', 2338, '1753/1902/2338/2344', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2345, 'PSBR10007742', 2338, '1753/1902/2338/2345', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2346, 'PSBR10007748', 2338, '1753/1902/2338/2346', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2347, 'PSBR10007756', 2338, '1753/1902/2338/2347', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2348, 'PSBR10007752', 2338, '1753/1902/2338/2348', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2349, 'PSBR10007741', 2338, '1753/1902/2338/2349', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2350, 'PSBR10007744', 2338, '1753/1902/2338/2350', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2351, 'PSBR10007757', 2338, '1753/1902/2338/2351', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2352, 'PSBR10007747', 2338, '1753/1902/2338/2352', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2353, 'PSBR10007746', 2338, '1753/1902/2338/2353', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2354, 'PSBR10007743', 2338, '1753/1902/2338/2354', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2355, 'PSBR10007749', 2338, '1753/1902/2338/2355', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2356, 'PSBR10007745', 2338, '1753/1902/2338/2356', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2357, 'PSBR94022700', 1902, '1753/1902/2357', 3, 0, '0', 'A', 0, 320, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2358, 'PSBR10007736', 2357, '1753/1902/2357/2358', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2359, 'PSBR10007735', 2357, '1753/1902/2357/2359', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2360, 'PSBR10007732', 2357, '1753/1902/2357/2360', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2361, 'PSBR10007738', 2357, '1753/1902/2357/2361', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2362, 'PSBR10007737', 2357, '1753/1902/2357/2362', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2363, 'PSBR10007729', 2357, '1753/1902/2357/2363', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2364, 'PSBR10007731', 2357, '1753/1902/2357/2364', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0);
INSERT INTO `partiushop_categories` (`category_id`, `gpc_code`, `parent_id`, `id_path`, `level`, `company_id`, `usergroup_ids`, `status`, `product_count`, `position`, `timestamp`, `is_op`, `localization`, `age_verification`, `age_limit`, `parent_age_verification`, `parent_age_limit`, `selected_views`, `default_view`, `product_details_view`, `product_columns`, `is_trash`, `is_default`, `category_type`, `ab__fn_category_status`, `ab__fn_label_color`, `ab__fn_label_background`, `ab__fn_use_origin_image`, `ab__lc_catalog_image_control`, `ab__lc_landing`, `ab__lc_subsubcategories`, `ab__lc_menu_id`, `ab__lc_how_to_use_menu`, `ab__lc_inherit_control`, `storefront_id`) VALUES
(2365, 'PSBR10007730', 2357, '1753/1902/2357/2365', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2366, 'PSBR10007728', 2357, '1753/1902/2357/2366', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2367, 'PSBR10007734', 2357, '1753/1902/2357/2367', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2368, 'PSBR10007733', 2357, '1753/1902/2357/2368', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2369, 'PSBR10007739', 2357, '1753/1902/2357/2369', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2370, 'PSBR94023500', 1902, '1753/1902/2370', 3, 0, '0', 'A', 0, 330, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2371, 'PSBR10007866', 2370, '1753/1902/2370/2371', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2372, 'PSBR10007824', 2370, '1753/1902/2370/2372', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2373, 'PSBR10007813', 2370, '1753/1902/2370/2373', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2374, 'PSBR10007855', 2370, '1753/1902/2370/2374', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2375, 'PSBR10007852', 2370, '1753/1902/2370/2375', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2376, 'PSBR10007838', 2370, '1753/1902/2370/2376', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2377, 'PSBR10007814', 2370, '1753/1902/2370/2377', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2378, 'PSBR10007815', 2370, '1753/1902/2370/2378', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2379, 'PSBR10007856', 2370, '1753/1902/2370/2379', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2380, 'PSBR10007846', 2370, '1753/1902/2370/2380', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2381, 'PSBR10007832', 2370, '1753/1902/2370/2381', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2382, 'PSBR10007821', 2370, '1753/1902/2370/2382', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2383, 'PSBR10007822', 2370, '1753/1902/2370/2383', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2384, 'PSBR10007841', 2370, '1753/1902/2370/2384', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2385, 'PSBR10007820', 2370, '1753/1902/2370/2385', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2386, 'PSBR10007826', 2370, '1753/1902/2370/2386', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2387, 'PSBR10007825', 2370, '1753/1902/2370/2387', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2388, 'PSBR10007827', 2370, '1753/1902/2370/2388', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2389, 'PSBR10007829', 2370, '1753/1902/2370/2389', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2390, 'PSBR10007830', 2370, '1753/1902/2370/2390', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2391, 'PSBR10007839', 2370, '1753/1902/2370/2391', 4, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2392, 'PSBR10007863', 2370, '1753/1902/2370/2392', 4, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2393, 'PSBR10007831', 2370, '1753/1902/2370/2393', 4, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2394, 'PSBR10007851', 2370, '1753/1902/2370/2394', 4, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2395, 'PSBR10007834', 2370, '1753/1902/2370/2395', 4, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2396, 'PSBR10007816', 2370, '1753/1902/2370/2396', 4, 0, '0', 'A', 0, 260, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2397, 'PSBR10007836', 2370, '1753/1902/2370/2397', 4, 0, '0', 'A', 0, 270, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2398, 'PSBR10007828', 2370, '1753/1902/2370/2398', 4, 0, '0', 'A', 0, 280, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2399, 'PSBR10007842', 2370, '1753/1902/2370/2399', 4, 0, '0', 'A', 0, 290, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2400, 'PSBR10007854', 2370, '1753/1902/2370/2400', 4, 0, '0', 'A', 0, 300, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2401, 'PSBR10007853', 2370, '1753/1902/2370/2401', 4, 0, '0', 'A', 0, 310, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2402, 'PSBR10007837', 2370, '1753/1902/2370/2402', 4, 0, '0', 'A', 0, 320, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2403, 'PSBR10007818', 2370, '1753/1902/2370/2403', 4, 0, '0', 'A', 0, 330, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2404, 'PSBR10007840', 2370, '1753/1902/2370/2404', 4, 0, '0', 'A', 0, 340, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2405, 'PSBR10007817', 2370, '1753/1902/2370/2405', 4, 0, '0', 'A', 0, 350, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2406, 'PSBR10007843', 2370, '1753/1902/2370/2406', 4, 0, '0', 'A', 0, 360, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2407, 'PSBR10007850', 2370, '1753/1902/2370/2407', 4, 0, '0', 'A', 0, 370, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2408, 'PSBR10007845', 2370, '1753/1902/2370/2408', 4, 0, '0', 'A', 0, 380, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2409, 'PSBR10007862', 2370, '1753/1902/2370/2409', 4, 0, '0', 'A', 0, 390, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2410, 'PSBR10007819', 2370, '1753/1902/2370/2410', 4, 0, '0', 'A', 0, 400, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2411, 'PSBR10007833', 2370, '1753/1902/2370/2411', 4, 0, '0', 'A', 0, 410, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2412, 'PSBR10007847', 2370, '1753/1902/2370/2412', 4, 0, '0', 'A', 0, 420, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2413, 'PSBR10007849', 2370, '1753/1902/2370/2413', 4, 0, '0', 'A', 0, 430, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2414, 'PSBR10007835', 2370, '1753/1902/2370/2414', 4, 0, '0', 'A', 0, 440, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2415, 'PSBR10007860', 2370, '1753/1902/2370/2415', 4, 0, '0', 'A', 0, 450, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2416, 'PSBR10007848', 2370, '1753/1902/2370/2416', 4, 0, '0', 'A', 0, 460, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2417, 'PSBR10007857', 2370, '1753/1902/2370/2417', 4, 0, '0', 'A', 0, 470, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2418, 'PSBR10007823', 2370, '1753/1902/2370/2418', 4, 0, '0', 'A', 0, 480, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2419, 'PSBR10007858', 2370, '1753/1902/2370/2419', 4, 0, '0', 'A', 0, 490, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2420, 'PSBR10007859', 2370, '1753/1902/2370/2420', 4, 0, '0', 'A', 0, 500, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2421, 'PSBR10007861', 2370, '1753/1902/2370/2421', 4, 0, '0', 'A', 0, 510, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2422, 'PSBR10007864', 2370, '1753/1902/2370/2422', 4, 0, '0', 'A', 0, 520, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2423, 'PSBR10007844', 2370, '1753/1902/2370/2423', 4, 0, '0', 'A', 0, 530, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2424, 'PSBR10007865', 2370, '1753/1902/2370/2424', 4, 0, '0', 'A', 0, 540, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2425, 'PSBR94023600', 1902, '1753/1902/2425', 3, 0, '0', 'A', 0, 340, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2426, 'PSBR10007910', 2425, '1753/1902/2425/2426', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2427, 'PSBR10007915', 2425, '1753/1902/2425/2427', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2428, 'PSBR10007907', 2425, '1753/1902/2425/2428', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2429, 'PSBR10007868', 2425, '1753/1902/2425/2429', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2430, 'PSBR10007893', 2425, '1753/1902/2425/2430', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2431, 'PSBR10007876', 2425, '1753/1902/2425/2431', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2432, 'PSBR10007877', 2425, '1753/1902/2425/2432', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2433, 'PSBR10007911', 2425, '1753/1902/2425/2433', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2434, 'PSBR10007904', 2425, '1753/1902/2425/2434', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2435, 'PSBR10007875', 2425, '1753/1902/2425/2435', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2436, 'PSBR10007916', 2425, '1753/1902/2425/2436', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2437, 'PSBR10007880', 2425, '1753/1902/2425/2437', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2438, 'PSBR10007878', 2425, '1753/1902/2425/2438', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2439, 'PSBR10007872', 2425, '1753/1902/2425/2439', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2440, 'PSBR10007887', 2425, '1753/1902/2425/2440', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2441, 'PSBR10007894', 2425, '1753/1902/2425/2441', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2442, 'PSBR10007883', 2425, '1753/1902/2425/2442', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2443, 'PSBR10007873', 2425, '1753/1902/2425/2443', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2444, 'PSBR10007900', 2425, '1753/1902/2425/2444', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2445, 'PSBR10007881', 2425, '1753/1902/2425/2445', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2446, 'PSBR10007882', 2425, '1753/1902/2425/2446', 4, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2447, 'PSBR10007914', 2425, '1753/1902/2425/2447', 4, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2448, 'PSBR10007884', 2425, '1753/1902/2425/2448', 4, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2449, 'PSBR10007879', 2425, '1753/1902/2425/2449', 4, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2450, 'PSBR10007919', 2425, '1753/1902/2425/2450', 4, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2451, 'PSBR10007885', 2425, '1753/1902/2425/2451', 4, 0, '0', 'A', 0, 260, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2452, 'PSBR10007889', 2425, '1753/1902/2425/2452', 4, 0, '0', 'A', 0, 270, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2453, 'PSBR10007886', 2425, '1753/1902/2425/2453', 4, 0, '0', 'A', 0, 280, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2454, 'PSBR10007897', 2425, '1753/1902/2425/2454', 4, 0, '0', 'A', 0, 290, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2455, 'PSBR10007898', 2425, '1753/1902/2425/2455', 4, 0, '0', 'A', 0, 300, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2456, 'PSBR10007917', 2425, '1753/1902/2425/2456', 4, 0, '0', 'A', 0, 310, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2457, 'PSBR10007890', 2425, '1753/1902/2425/2457', 4, 0, '0', 'A', 0, 320, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2458, 'PSBR10007891', 2425, '1753/1902/2425/2458', 4, 0, '0', 'A', 0, 330, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2459, 'PSBR10007895', 2425, '1753/1902/2425/2459', 4, 0, '0', 'A', 0, 340, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2460, 'PSBR10007899', 2425, '1753/1902/2425/2460', 4, 0, '0', 'A', 0, 350, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2461, 'PSBR10007892', 2425, '1753/1902/2425/2461', 4, 0, '0', 'A', 0, 360, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2462, 'PSBR10007901', 2425, '1753/1902/2425/2462', 4, 0, '0', 'A', 0, 370, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2463, 'PSBR10007902', 2425, '1753/1902/2425/2463', 4, 0, '0', 'A', 0, 380, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2464, 'PSBR10007906', 2425, '1753/1902/2425/2464', 4, 0, '0', 'A', 0, 390, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2465, 'PSBR10007908', 2425, '1753/1902/2425/2465', 4, 0, '0', 'A', 0, 400, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2466, 'PSBR10007903', 2425, '1753/1902/2425/2466', 4, 0, '0', 'A', 0, 410, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2467, 'PSBR10007905', 2425, '1753/1902/2425/2467', 4, 0, '0', 'A', 0, 420, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2468, 'PSBR10007869', 2425, '1753/1902/2425/2468', 4, 0, '0', 'A', 0, 430, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2469, 'PSBR10007913', 2425, '1753/1902/2425/2469', 4, 0, '0', 'A', 0, 440, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2470, 'PSBR10007867', 2425, '1753/1902/2425/2470', 4, 0, '0', 'A', 0, 450, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2471, 'PSBR10007896', 2425, '1753/1902/2425/2471', 4, 0, '0', 'A', 0, 460, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2472, 'PSBR10007909', 2425, '1753/1902/2425/2472', 4, 0, '0', 'A', 0, 470, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2473, 'PSBR10007888', 2425, '1753/1902/2425/2473', 4, 0, '0', 'A', 0, 480, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2474, 'PSBR10007874', 2425, '1753/1902/2425/2474', 4, 0, '0', 'A', 0, 490, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2475, 'PSBR10007870', 2425, '1753/1902/2425/2475', 4, 0, '0', 'A', 0, 500, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2476, 'PSBR10007912', 2425, '1753/1902/2425/2476', 4, 0, '0', 'A', 0, 510, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2477, 'PSBR10007871', 2425, '1753/1902/2425/2477', 4, 0, '0', 'A', 0, 520, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2478, 'PSBR10007918', 2425, '1753/1902/2425/2478', 4, 0, '0', 'A', 0, 530, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2479, 'PSBR10007920', 2425, '1753/1902/2425/2479', 4, 0, '0', 'A', 0, 540, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2480, 'PSBR94022200', 1902, '1753/1902/2480', 3, 0, '0', 'A', 0, 350, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2481, 'PSBR10007523', 2480, '1753/1902/2480/2481', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2482, 'PSBR10007530', 2480, '1753/1902/2480/2482', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2483, 'PSBR10007532', 2480, '1753/1902/2480/2483', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2484, 'PSBR10007524', 2480, '1753/1902/2480/2484', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2485, 'PSBR10007529', 2480, '1753/1902/2480/2485', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2486, 'PSBR10007525', 2480, '1753/1902/2480/2486', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2487, 'PSBR10007531', 2480, '1753/1902/2480/2487', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2488, 'PSBR10007534', 2480, '1753/1902/2480/2488', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2489, 'PSBR10007521', 2480, '1753/1902/2480/2489', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2490, 'PSBR10007526', 2480, '1753/1902/2480/2490', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2491, 'PSBR10007527', 2480, '1753/1902/2480/2491', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2492, 'PSBR10007528', 2480, '1753/1902/2480/2492', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2493, 'PSBR10007522', 2480, '1753/1902/2480/2493', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2494, 'PSBR94022900', 1902, '1753/1902/2494', 3, 0, '0', 'A', 0, 360, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2495, 'PSBR10007761', 2494, '1753/1902/2494/2495', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2496, 'PSBR10007762', 2494, '1753/1902/2494/2496', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2497, 'PSBR10007763', 2494, '1753/1902/2494/2497', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2498, 'PSBR10007759', 2494, '1753/1902/2494/2498', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2499, 'PSBR94030000', 1753, '1753/2499', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2500, 'PSBR94030200', 2499, '1753/2499/2500', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2501, 'PSBR10007337', 2500, '1753/2499/2500/2501', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2502, 'PSBR10007339', 2500, '1753/2499/2500/2502', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2503, 'PSBR10007336', 2500, '1753/2499/2500/2503', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2504, 'PSBR10007341', 2500, '1753/2499/2500/2504', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2505, 'PSBR10007338', 2500, '1753/2499/2500/2505', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2506, 'PSBR10007340', 2500, '1753/2499/2500/2506', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2507, 'PSBR94030300', 2499, '1753/2499/2507', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2508, 'PSBR10007342', 2507, '1753/2499/2507/2508', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2509, 'PSBR10007343', 2507, '1753/2499/2507/2509', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2510, 'PSBR10007344', 2507, '1753/2499/2507/2510', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2511, 'PSBR10007379', 2507, '1753/2499/2507/2511', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2512, 'PSBR10007380', 2507, '1753/2499/2507/2512', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2513, 'PSBR10007377', 2507, '1753/2499/2507/2513', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2514, 'PSBR10007351', 2507, '1753/2499/2507/2514', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2515, 'PSBR10007346', 2507, '1753/2499/2507/2515', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2516, 'PSBR10007347', 2507, '1753/2499/2507/2516', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2517, 'PSBR10007349', 2507, '1753/2499/2507/2517', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2518, 'PSBR10007350', 2507, '1753/2499/2507/2518', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2519, 'PSBR10007354', 2507, '1753/2499/2507/2519', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2520, 'PSBR10007352', 2507, '1753/2499/2507/2520', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2521, 'PSBR10007369', 2507, '1753/2499/2507/2521', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2522, 'PSBR10007373', 2507, '1753/2499/2507/2522', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2523, 'PSBR10007355', 2507, '1753/2499/2507/2523', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2524, 'PSBR10007403', 2507, '1753/2499/2507/2524', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2525, 'PSBR10007404', 2507, '1753/2499/2507/2525', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2526, 'PSBR10007387', 2507, '1753/2499/2507/2526', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2527, 'PSBR10007365', 2507, '1753/2499/2507/2527', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2528, 'PSBR10007392', 2507, '1753/2499/2507/2528', 4, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2529, 'PSBR10007363', 2507, '1753/2499/2507/2529', 4, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2530, 'PSBR10007376', 2507, '1753/2499/2507/2530', 4, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2531, 'PSBR10007405', 2507, '1753/2499/2507/2531', 4, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2532, 'PSBR10007364', 2507, '1753/2499/2507/2532', 4, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2533, 'PSBR10007366', 2507, '1753/2499/2507/2533', 4, 0, '0', 'A', 0, 260, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2534, 'PSBR10007361', 2507, '1753/2499/2507/2534', 4, 0, '0', 'A', 0, 270, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2535, 'PSBR10007368', 2507, '1753/2499/2507/2535', 4, 0, '0', 'A', 0, 280, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2536, 'PSBR10007357', 2507, '1753/2499/2507/2536', 4, 0, '0', 'A', 0, 290, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2537, 'PSBR10007390', 2507, '1753/2499/2507/2537', 4, 0, '0', 'A', 0, 300, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2538, 'PSBR10007370', 2507, '1753/2499/2507/2538', 4, 0, '0', 'A', 0, 310, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2539, 'PSBR10007371', 2507, '1753/2499/2507/2539', 4, 0, '0', 'A', 0, 320, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2540, 'PSBR10007372', 2507, '1753/2499/2507/2540', 4, 0, '0', 'A', 0, 330, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2541, 'PSBR10007378', 2507, '1753/2499/2507/2541', 4, 0, '0', 'A', 0, 340, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2542, 'PSBR10007360', 2507, '1753/2499/2507/2542', 4, 0, '0', 'A', 0, 350, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2543, 'PSBR10007388', 2507, '1753/2499/2507/2543', 4, 0, '0', 'A', 0, 360, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2544, 'PSBR10007381', 2507, '1753/2499/2507/2544', 4, 0, '0', 'A', 0, 370, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2545, 'PSBR10007362', 2507, '1753/2499/2507/2545', 4, 0, '0', 'A', 0, 380, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2546, 'PSBR10007386', 2507, '1753/2499/2507/2546', 4, 0, '0', 'A', 0, 390, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2547, 'PSBR10007348', 2507, '1753/2499/2507/2547', 4, 0, '0', 'A', 0, 400, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2548, 'PSBR10007359', 2507, '1753/2499/2507/2548', 4, 0, '0', 'A', 0, 410, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2549, 'PSBR10007389', 2507, '1753/2499/2507/2549', 4, 0, '0', 'A', 0, 420, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2550, 'PSBR10007384', 2507, '1753/2499/2507/2550', 4, 0, '0', 'A', 0, 430, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2551, 'PSBR10007385', 2507, '1753/2499/2507/2551', 4, 0, '0', 'A', 0, 440, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2552, 'PSBR10007391', 2507, '1753/2499/2507/2552', 4, 0, '0', 'A', 0, 450, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2553, 'PSBR10007375', 2507, '1753/2499/2507/2553', 4, 0, '0', 'A', 0, 460, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2554, 'PSBR10007383', 2507, '1753/2499/2507/2554', 4, 0, '0', 'A', 0, 470, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2555, 'PSBR10007367', 2507, '1753/2499/2507/2555', 4, 0, '0', 'A', 0, 480, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2556, 'PSBR10007356', 2507, '1753/2499/2507/2556', 4, 0, '0', 'A', 0, 490, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2557, 'PSBR10007393', 2507, '1753/2499/2507/2557', 4, 0, '0', 'A', 0, 500, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2558, 'PSBR10007374', 2507, '1753/2499/2507/2558', 4, 0, '0', 'A', 0, 510, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2559, 'PSBR10007345', 2507, '1753/2499/2507/2559', 4, 0, '0', 'A', 0, 520, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2560, 'PSBR10007399', 2507, '1753/2499/2507/2560', 4, 0, '0', 'A', 0, 530, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2561, 'PSBR10007397', 2507, '1753/2499/2507/2561', 4, 0, '0', 'A', 0, 540, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2562, 'PSBR10007396', 2507, '1753/2499/2507/2562', 4, 0, '0', 'A', 0, 550, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2563, 'PSBR10007401', 2507, '1753/2499/2507/2563', 4, 0, '0', 'A', 0, 560, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2564, 'PSBR10007398', 2507, '1753/2499/2507/2564', 4, 0, '0', 'A', 0, 570, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2565, 'PSBR10007394', 2507, '1753/2499/2507/2565', 4, 0, '0', 'A', 0, 580, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2566, 'PSBR10007400', 2507, '1753/2499/2507/2566', 4, 0, '0', 'A', 0, 590, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2567, 'PSBR10007395', 2507, '1753/2499/2507/2567', 4, 0, '0', 'A', 0, 600, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2568, 'PSBR10007382', 2507, '1753/2499/2507/2568', 4, 0, '0', 'A', 0, 610, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2569, 'PSBR10007402', 2507, '1753/2499/2507/2569', 4, 0, '0', 'A', 0, 620, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2570, 'PSBR10007353', 2507, '1753/2499/2507/2570', 4, 0, '0', 'A', 0, 630, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2571, 'PSBR94030100', 2499, '1753/2499/2571', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2572, 'PSBR10007324', 2571, '1753/2499/2571/2572', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2573, 'PSBR10007326', 2571, '1753/2499/2571/2573', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2574, 'PSBR10007327', 2571, '1753/2499/2571/2574', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2575, 'PSBR10007328', 2571, '1753/2499/2571/2575', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2576, 'PSBR10007330', 2571, '1753/2499/2571/2576', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2577, 'PSBR10007623', 2571, '1753/2499/2571/2577', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2578, 'PSBR10007625', 2571, '1753/2499/2571/2578', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2579, 'PSBR10007537', 2571, '1753/2499/2571/2579', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2580, 'PSBR10007331', 2571, '1753/2499/2571/2580', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2581, 'PSBR10007332', 2571, '1753/2499/2571/2581', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2582, 'PSBR10007329', 2571, '1753/2499/2571/2582', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2583, 'PSBR10007619', 2571, '1753/2499/2571/2583', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2584, 'PSBR10007637', 2571, '1753/2499/2571/2584', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2585, 'PSBR10007631', 2571, '1753/2499/2571/2585', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2586, 'PSBR10007323', 2571, '1753/2499/2571/2586', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2587, 'PSBR10007439', 2571, '1753/2499/2571/2587', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2588, 'PSBR10007638', 2571, '1753/2499/2571/2588', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2589, 'PSBR10007621', 2571, '1753/2499/2571/2589', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2590, 'PSBR10007435', 2571, '1753/2499/2571/2590', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2591, 'PSBR10007437', 2571, '1753/2499/2571/2591', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2592, 'PSBR10007539', 2571, '1753/2499/2571/2592', 4, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2593, 'PSBR10007679', 2571, '1753/2499/2571/2593', 4, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2594, 'PSBR10007463', 2571, '1753/2499/2571/2594', 4, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2595, 'PSBR10007627', 2571, '1753/2499/2571/2595', 4, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2596, 'PSBR10007676', 2571, '1753/2499/2571/2596', 4, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0);
INSERT INTO `partiushop_categories` (`category_id`, `gpc_code`, `parent_id`, `id_path`, `level`, `company_id`, `usergroup_ids`, `status`, `product_count`, `position`, `timestamp`, `is_op`, `localization`, `age_verification`, `age_limit`, `parent_age_verification`, `parent_age_limit`, `selected_views`, `default_view`, `product_details_view`, `product_columns`, `is_trash`, `is_default`, `category_type`, `ab__fn_category_status`, `ab__fn_label_color`, `ab__fn_label_background`, `ab__fn_use_origin_image`, `ab__lc_catalog_image_control`, `ab__lc_landing`, `ab__lc_subsubcategories`, `ab__lc_menu_id`, `ab__lc_how_to_use_menu`, `ab__lc_inherit_control`, `storefront_id`) VALUES
(2597, 'PSBR10007536', 2571, '1753/2499/2571/2597', 4, 0, '0', 'A', 0, 260, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2598, 'PSBR10007632', 2571, '1753/2499/2571/2598', 4, 0, '0', 'A', 0, 270, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2599, 'PSBR10007541', 2571, '1753/2499/2571/2599', 4, 0, '0', 'A', 0, 280, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2600, 'PSBR10007661', 2571, '1753/2499/2571/2600', 4, 0, '0', 'A', 0, 290, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2601, 'PSBR10007626', 2571, '1753/2499/2571/2601', 4, 0, '0', 'A', 0, 300, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2602, 'PSBR10007663', 2571, '1753/2499/2571/2602', 4, 0, '0', 'A', 0, 310, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2603, 'PSBR10007441', 2571, '1753/2499/2571/2603', 4, 0, '0', 'A', 0, 320, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2604, 'PSBR10007624', 2571, '1753/2499/2571/2604', 4, 0, '0', 'A', 0, 330, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2605, 'PSBR10007535', 2571, '1753/2499/2571/2605', 4, 0, '0', 'A', 0, 340, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2606, 'PSBR10007542', 2571, '1753/2499/2571/2606', 4, 0, '0', 'A', 0, 350, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2607, 'PSBR10007543', 2571, '1753/2499/2571/2607', 4, 0, '0', 'A', 0, 360, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2608, 'PSBR10007640', 2571, '1753/2499/2571/2608', 4, 0, '0', 'A', 0, 370, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2609, 'PSBR10007641', 2571, '1753/2499/2571/2609', 4, 0, '0', 'A', 0, 380, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2610, 'PSBR10007325', 2571, '1753/2499/2571/2610', 4, 0, '0', 'A', 0, 390, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2611, 'PSBR10007612', 2571, '1753/2499/2571/2611', 4, 0, '0', 'A', 0, 400, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2612, 'PSBR10007322', 2571, '1753/2499/2571/2612', 4, 0, '0', 'A', 0, 410, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2613, 'PSBR10007613', 2571, '1753/2499/2571/2613', 4, 0, '0', 'A', 0, 420, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2614, 'PSBR10007614', 2571, '1753/2499/2571/2614', 4, 0, '0', 'A', 0, 430, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2615, 'PSBR10007644', 2571, '1753/2499/2571/2615', 4, 0, '0', 'A', 0, 440, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2616, 'PSBR10007615', 2571, '1753/2499/2571/2616', 4, 0, '0', 'A', 0, 450, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2617, 'PSBR10007611', 2571, '1753/2499/2571/2617', 4, 0, '0', 'A', 0, 460, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2618, 'PSBR10007669', 2571, '1753/2499/2571/2618', 4, 0, '0', 'A', 0, 470, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2619, 'PSBR10007686', 2571, '1753/2499/2571/2619', 4, 0, '0', 'A', 0, 480, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2620, 'PSBR10007635', 2571, '1753/2499/2571/2620', 4, 0, '0', 'A', 0, 490, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2621, 'PSBR10007449', 2571, '1753/2499/2571/2621', 4, 0, '0', 'A', 0, 500, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2622, 'PSBR10007616', 2571, '1753/2499/2571/2622', 4, 0, '0', 'A', 0, 510, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2623, 'PSBR10007617', 2571, '1753/2499/2571/2623', 4, 0, '0', 'A', 0, 520, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2624, 'PSBR10007620', 2571, '1753/2499/2571/2624', 4, 0, '0', 'A', 0, 530, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2625, 'PSBR10007618', 2571, '1753/2499/2571/2625', 4, 0, '0', 'A', 0, 540, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2626, 'PSBR10007443', 2571, '1753/2499/2571/2626', 4, 0, '0', 'A', 0, 550, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2627, 'PSBR10007622', 2571, '1753/2499/2571/2627', 4, 0, '0', 'A', 0, 560, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2628, 'PSBR10007540', 2571, '1753/2499/2571/2628', 4, 0, '0', 'A', 0, 570, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2629, 'PSBR10007656', 2571, '1753/2499/2571/2629', 4, 0, '0', 'A', 0, 580, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2630, 'PSBR10007630', 2571, '1753/2499/2571/2630', 4, 0, '0', 'A', 0, 590, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2631, 'PSBR10007633', 2571, '1753/2499/2571/2631', 4, 0, '0', 'A', 0, 600, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2632, 'PSBR10007636', 2571, '1753/2499/2571/2632', 4, 0, '0', 'A', 0, 610, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2633, 'PSBR10007634', 2571, '1753/2499/2571/2633', 4, 0, '0', 'A', 0, 620, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2634, 'PSBR10007538', 2571, '1753/2499/2571/2634', 4, 0, '0', 'A', 0, 630, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2635, 'PSBR10007642', 2571, '1753/2499/2571/2635', 4, 0, '0', 'A', 0, 640, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2636, 'PSBR10007643', 2571, '1753/2499/2571/2636', 4, 0, '0', 'A', 0, 650, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2637, 'PSBR10007462', 2571, '1753/2499/2571/2637', 4, 0, '0', 'A', 0, 660, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2638, 'PSBR10007639', 2571, '1753/2499/2571/2638', 4, 0, '0', 'A', 0, 670, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2639, 'PSBR10007652', 2571, '1753/2499/2571/2639', 4, 0, '0', 'A', 0, 680, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2640, 'PSBR10007666', 2571, '1753/2499/2571/2640', 4, 0, '0', 'A', 0, 690, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2641, 'PSBR10007671', 2571, '1753/2499/2571/2641', 4, 0, '0', 'A', 0, 700, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2642, 'PSBR10007682', 2571, '1753/2499/2571/2642', 4, 0, '0', 'A', 0, 710, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2643, 'PSBR94030400', 2499, '1753/2499/2643', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2644, 'PSBR10007408', 2643, '1753/2499/2643/2644', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2645, 'PSBR10007409', 2643, '1753/2499/2643/2645', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2646, 'PSBR10007406', 2643, '1753/2499/2643/2646', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2647, 'PSBR10007411', 2643, '1753/2499/2643/2647', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2648, 'PSBR10007414', 2643, '1753/2499/2643/2648', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2649, 'PSBR10007412', 2643, '1753/2499/2643/2649', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2650, 'PSBR10007410', 2643, '1753/2499/2643/2650', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2651, 'PSBR10007413', 2643, '1753/2499/2643/2651', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2652, 'PSBR10007416', 2643, '1753/2499/2643/2652', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2653, 'PSBR10007419', 2643, '1753/2499/2643/2653', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2654, 'PSBR10007407', 2643, '1753/2499/2643/2654', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2655, 'PSBR10007418', 2643, '1753/2499/2643/2655', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2656, 'PSBR10007415', 2643, '1753/2499/2643/2656', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2657, 'PSBR10007417', 2643, '1753/2499/2643/2657', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2658, 'PSBR72000000', 0, '2658', 1, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2659, 'PSBR72020000', 2658, '2658/2659', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2660, 'PSBR72020100', 2659, '2658/2659/2660', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2661, 'PSBR10006740', 2660, '2658/2659/2660/2661', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2662, 'PSBR10001986', 2660, '2658/2659/2660/2662', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2663, 'PSBR10005359', 2660, '2658/2659/2660/2663', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2664, 'PSBR10001974', 2660, '2658/2659/2660/2664', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2665, 'PSBR10001980', 2660, '2658/2659/2660/2665', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2666, 'PSBR10005704', 2660, '2658/2659/2660/2666', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2667, 'PSBR10001968', 2660, '2658/2659/2660/2667', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2668, 'PSBR10001981', 2660, '2658/2659/2660/2668', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2669, 'PSBR10001969', 2660, '2658/2659/2660/2669', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2670, 'PSBR10001971', 2660, '2658/2659/2660/2670', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2671, 'PSBR10001985', 2660, '2658/2659/2660/2671', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2672, 'PSBR10001970', 2660, '2658/2659/2660/2672', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2673, 'PSBR10002034', 2660, '2658/2659/2660/2673', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2674, 'PSBR10001991', 2660, '2658/2659/2660/2674', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2675, 'PSBR10001989', 2660, '2658/2659/2660/2675', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2676, 'PSBR10001976', 2660, '2658/2659/2660/2676', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2677, 'PSBR10001975', 2660, '2658/2659/2660/2677', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2678, 'PSBR10001977', 2660, '2658/2659/2660/2678', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2679, 'PSBR10001978', 2660, '2658/2659/2660/2679', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2680, 'PSBR10001979', 2660, '2658/2659/2660/2680', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2681, 'PSBR10001987', 2660, '2658/2659/2660/2681', 4, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2682, 'PSBR10001982', 2660, '2658/2659/2660/2682', 4, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2683, 'PSBR10001983', 2660, '2658/2659/2660/2683', 4, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2684, 'PSBR10002035', 2660, '2658/2659/2660/2684', 4, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2685, 'PSBR10001984', 2660, '2658/2659/2660/2685', 4, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2686, 'PSBR10001990', 2660, '2658/2659/2660/2686', 4, 0, '0', 'A', 0, 260, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2687, 'PSBR10001972', 2660, '2658/2659/2660/2687', 4, 0, '0', 'A', 0, 270, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2688, 'PSBR10005365', 2660, '2658/2659/2660/2688', 4, 0, '0', 'A', 0, 280, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2689, 'PSBR10001967', 2660, '2658/2659/2660/2689', 4, 0, '0', 'A', 0, 290, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2690, 'PSBR10001988', 2660, '2658/2659/2660/2690', 4, 0, '0', 'A', 0, 300, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2691, 'PSBR72020600', 2659, '2658/2659/2691', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2692, 'PSBR10005697', 2691, '2658/2659/2691/2692', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2693, 'PSBR10005335', 2691, '2658/2659/2691/2693', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2694, 'PSBR10003992', 2691, '2658/2659/2691/2694', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2695, 'PSBR10005317', 2691, '2658/2659/2691/2695', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2696, 'PSBR10005334', 2691, '2658/2659/2691/2696', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2697, 'PSBR10006798', 2691, '2658/2659/2691/2697', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2698, 'PSBR10005332', 2691, '2658/2659/2691/2698', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2699, 'PSBR10005331', 2691, '2658/2659/2691/2699', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2700, 'PSBR10005333', 2691, '2658/2659/2691/2700', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2701, 'PSBR10005336', 2691, '2658/2659/2691/2701', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2702, 'PSBR10005337', 2691, '2658/2659/2691/2702', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2703, 'PSBR72020400', 2659, '2658/2659/2703', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2704, 'PSBR10007952', 2703, '2658/2659/2703/2704', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2705, 'PSBR10002033', 2703, '2658/2659/2703/2705', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2706, 'PSBR10008138', 2703, '2658/2659/2703/2706', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2707, 'PSBR10007951', 2703, '2658/2659/2703/2707', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2708, 'PSBR10007950', 2703, '2658/2659/2703/2708', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2709, 'PSBR10002028', 2703, '2658/2659/2703/2709', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2710, 'PSBR10007955', 2703, '2658/2659/2703/2710', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2711, 'PSBR10006220', 2703, '2658/2659/2703/2711', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2712, 'PSBR10002030', 2703, '2658/2659/2703/2712', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2713, 'PSBR10007953', 2703, '2658/2659/2703/2713', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2714, 'PSBR10003711', 2703, '2658/2659/2703/2714', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2715, 'PSBR10007954', 2703, '2658/2659/2703/2715', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2716, 'PSBR10002032', 2703, '2658/2659/2703/2716', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2717, 'PSBR10007949', 2703, '2658/2659/2703/2717', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2718, 'PSBR10005762', 2703, '2658/2659/2703/2718', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2719, 'PSBR10002029', 2703, '2658/2659/2703/2719', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2720, 'PSBR72020500', 2659, '2658/2659/2720', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2721, 'PSBR20000787', 2720, '2658/2659/2720/2721', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2722, 'PSBR20001593', 2720, '2658/2659/2720/2722', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2723, 'PSBR72020700', 2659, '2658/2659/2723', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2724, 'PSBR72020800', 2659, '2658/2659/2724', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2725, 'PSBR10007957', 2724, '2658/2659/2724/2725', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2726, 'PSBR10007025', 2724, '2658/2659/2724/2726', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2727, 'PSBR10007023', 2724, '2658/2659/2724/2727', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2728, 'PSBR10007022', 2724, '2658/2659/2724/2728', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2729, 'PSBR10007024', 2724, '2658/2659/2724/2729', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2730, 'PSBR10007021', 2724, '2658/2659/2724/2730', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2731, 'PSBR72020300', 2659, '2658/2659/2731', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2732, 'PSBR10002027', 2731, '2658/2659/2731/2732', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2733, 'PSBR10002026', 2731, '2658/2659/2731/2733', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2734, 'PSBR10008121', 2731, '2658/2659/2731/2734', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2735, 'PSBR10008120', 2731, '2658/2659/2731/2735', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2736, 'PSBR72020200', 2659, '2658/2659/2736', 3, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2737, 'PSBR10005691', 2736, '2658/2659/2736/2737', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2738, 'PSBR10002000', 2736, '2658/2659/2736/2738', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2739, 'PSBR10002021', 2736, '2658/2659/2736/2739', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2740, 'PSBR10002002', 2736, '2658/2659/2736/2740', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2741, 'PSBR10006739', 2736, '2658/2659/2736/2741', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2742, 'PSBR10006736', 2736, '2658/2659/2736/2742', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2743, 'PSBR10006735', 2736, '2658/2659/2736/2743', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2744, 'PSBR10006738', 2736, '2658/2659/2736/2744', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2745, 'PSBR10006737', 2736, '2658/2659/2736/2745', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2746, 'PSBR10005695', 2736, '2658/2659/2736/2746', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2747, 'PSBR10005868', 2736, '2658/2659/2736/2747', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2748, 'PSBR10005690', 2736, '2658/2659/2736/2748', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2749, 'PSBR10002012', 2736, '2658/2659/2736/2749', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2750, 'PSBR10006852', 2736, '2658/2659/2736/2750', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2751, 'PSBR10005358', 2736, '2658/2659/2736/2751', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2752, 'PSBR10002018', 2736, '2658/2659/2736/2752', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2753, 'PSBR10002003', 2736, '2658/2659/2736/2753', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2754, 'PSBR10002007', 2736, '2658/2659/2736/2754', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2755, 'PSBR10001998', 2736, '2658/2659/2736/2755', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2756, 'PSBR10002014', 2736, '2658/2659/2736/2756', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2757, 'PSBR10002015', 2736, '2658/2659/2736/2757', 4, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2758, 'PSBR10006218', 2736, '2658/2659/2736/2758', 4, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2759, 'PSBR10002019', 2736, '2658/2659/2736/2759', 4, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2760, 'PSBR10002016', 2736, '2658/2659/2736/2760', 4, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2761, 'PSBR10002011', 2736, '2658/2659/2736/2761', 4, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2762, 'PSBR10002006', 2736, '2658/2659/2736/2762', 4, 0, '0', 'A', 0, 260, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2763, 'PSBR10002020', 2736, '2658/2659/2736/2763', 4, 0, '0', 'A', 0, 270, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2764, 'PSBR10002022', 2736, '2658/2659/2736/2764', 4, 0, '0', 'A', 0, 280, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2765, 'PSBR10002005', 2736, '2658/2659/2736/2765', 4, 0, '0', 'A', 0, 290, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2766, 'PSBR10000820', 2736, '2658/2659/2736/2766', 4, 0, '0', 'A', 0, 300, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2767, 'PSBR10002013', 2736, '2658/2659/2736/2767', 4, 0, '0', 'A', 0, 310, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2768, 'PSBR10005689', 2736, '2658/2659/2736/2768', 4, 0, '0', 'A', 0, 320, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2769, 'PSBR10005357', 2736, '2658/2659/2736/2769', 4, 0, '0', 'A', 0, 330, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2770, 'PSBR10002004', 2736, '2658/2659/2736/2770', 4, 0, '0', 'A', 0, 340, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2771, 'PSBR72010000', 2658, '2658/2771', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2772, 'PSBR72010400', 2771, '2658/2771/2772', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2773, 'PSBR10001958', 2772, '2658/2771/2772/2773', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2774, 'PSBR10001956', 2772, '2658/2771/2772/2774', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2775, 'PSBR10001955', 2772, '2658/2771/2772/2775', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2776, 'PSBR10001957', 2772, '2658/2771/2772/2776', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2777, 'PSBR72010100', 2771, '2658/2771/2777', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2778, 'PSBR10001931', 2777, '2658/2771/2777/2778', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2779, 'PSBR10001928', 2777, '2658/2771/2777/2779', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2780, 'PSBR10001930', 2777, '2658/2771/2777/2780', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2781, 'PSBR10001929', 2777, '2658/2771/2777/2781', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2782, 'PSBR72010600', 2771, '2658/2771/2782', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2783, 'PSBR10001966', 2782, '2658/2771/2782/2783', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2784, 'PSBR10001964', 2782, '2658/2771/2782/2784', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2785, 'PSBR10001965', 2782, '2658/2771/2782/2785', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2786, 'PSBR72010200', 2771, '2658/2771/2786', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2787, 'PSBR10001942', 2786, '2658/2771/2786/2787', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2788, 'PSBR10001939', 2786, '2658/2771/2786/2788', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2789, 'PSBR10003698', 2786, '2658/2771/2786/2789', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2790, 'PSBR10003695', 2786, '2658/2771/2786/2790', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2791, 'PSBR10001940', 2786, '2658/2771/2786/2791', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2792, 'PSBR10001938', 2786, '2658/2771/2786/2792', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2793, 'PSBR10001941', 2786, '2658/2771/2786/2793', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2794, 'PSBR10003710', 2786, '2658/2771/2786/2794', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2795, 'PSBR10003694', 2786, '2658/2771/2786/2795', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2796, 'PSBR72010700', 2771, '2658/2771/2796', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2797, 'PSBR20001593', 2796, '2658/2771/2796/2797', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2798, 'PSBR72010300', 2771, '2658/2771/2798', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2799, 'PSBR10001954', 2798, '2658/2771/2798/2799', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2800, 'PSBR10005322', 2798, '2658/2771/2798/2800', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2801, 'PSBR10003690', 2798, '2658/2771/2798/2801', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2802, 'PSBR10001951', 2798, '2658/2771/2798/2802', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2803, 'PSBR10001950', 2798, '2658/2771/2798/2803', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2804, 'PSBR10003691', 2798, '2658/2771/2798/2804', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2805, 'PSBR10001952', 2798, '2658/2771/2798/2805', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2806, 'PSBR10001953', 2798, '2658/2771/2798/2806', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2807, 'PSBR72010500', 2771, '2658/2771/2807', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2808, 'PSBR10001963', 2807, '2658/2771/2807/2808', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2809, 'PSBR10001959', 2807, '2658/2771/2807/2809', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2810, 'PSBR10001962', 2807, '2658/2771/2807/2810', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2811, 'PSBR10003692', 2807, '2658/2771/2807/2811', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2812, 'PSBR10001961', 2807, '2658/2771/2807/2812', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2813, 'PSBR79000000', 0, '2813', 1, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2814, 'PSBR79010800', 2813, '2813/2814', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2815, 'PSBR79010300', 2813, '2813/2815', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2816, 'PSBR79010400', 2813, '2813/2816', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2817, 'PSBR79011000', 2813, '2813/2817', 2, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2818, 'PSBR79011300', 2813, '2813/2818', 2, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2819, 'PSBR79010500', 2813, '2813/2819', 2, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2820, 'PSBR79010600', 2813, '2813/2820', 2, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2821, 'PSBR79010900', 2813, '2813/2821', 2, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2822, 'PSBR79010100', 2813, '2813/2822', 2, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2823, 'PSBR79010700', 2813, '2813/2823', 2, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2824, 'PSBR79011400', 2813, '2813/2824', 2, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2825, 'PSBR71000000', 0, '2825', 1, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2826, 'PSBR71010000', 2825, '2825/2826', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2827, 'PSBR71011900', 2826, '2825/2826/2827', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2828, 'PSBR10001894', 2827, '2825/2826/2827/2828', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2829, 'PSBR10005703', 2827, '2825/2826/2827/2829', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0);
INSERT INTO `partiushop_categories` (`category_id`, `gpc_code`, `parent_id`, `id_path`, `level`, `company_id`, `usergroup_ids`, `status`, `product_count`, `position`, `timestamp`, `is_op`, `localization`, `age_verification`, `age_limit`, `parent_age_verification`, `parent_age_limit`, `selected_views`, `default_view`, `product_details_view`, `product_columns`, `is_trash`, `is_default`, `category_type`, `ab__fn_category_status`, `ab__fn_label_color`, `ab__fn_label_background`, `ab__fn_use_origin_image`, `ab__lc_catalog_image_control`, `ab__lc_landing`, `ab__lc_subsubcategories`, `ab__lc_menu_id`, `ab__lc_how_to_use_menu`, `ab__lc_inherit_control`, `storefront_id`) VALUES
(2830, 'PSBR10005702', 2827, '2825/2826/2827/2830', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2831, 'PSBR10005812', 2827, '2825/2826/2827/2831', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2832, 'PSBR10001892', 2827, '2825/2826/2827/2832', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2833, 'PSBR10001893', 2827, '2825/2826/2827/2833', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2834, 'PSBR10004111', 2827, '2825/2826/2827/2834', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2835, 'PSBR10001896', 2827, '2825/2826/2827/2835', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2836, 'PSBR10001899', 2827, '2825/2826/2827/2836', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2837, 'PSBR10001903', 2827, '2825/2826/2827/2837', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2838, 'PSBR10001902', 2827, '2825/2826/2827/2838', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2839, 'PSBR10001898', 2827, '2825/2826/2827/2839', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2840, 'PSBR10001897', 2827, '2825/2826/2827/2840', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2841, 'PSBR10001900', 2827, '2825/2826/2827/2841', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2842, 'PSBR71010400', 2826, '2825/2826/2842', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2843, 'PSBR10001787', 2842, '2825/2826/2842/2843', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2844, 'PSBR10001780', 2842, '2825/2826/2842/2844', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2845, 'PSBR71010200', 2826, '2825/2826/2845', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2846, 'PSBR10001768', 2845, '2825/2826/2845/2846', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2847, 'PSBR10001772', 2845, '2825/2826/2845/2847', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2848, 'PSBR10001769', 2845, '2825/2826/2845/2848', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2849, 'PSBR10001771', 2845, '2825/2826/2845/2849', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2850, 'PSBR10001775', 2845, '2825/2826/2845/2850', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2851, 'PSBR10001774', 2845, '2825/2826/2845/2851', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2852, 'PSBR10001770', 2845, '2825/2826/2845/2852', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2853, 'PSBR71010800', 2826, '2825/2826/2853', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2854, 'PSBR10001811', 2853, '2825/2826/2853/2854', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2855, 'PSBR10005815', 2853, '2825/2826/2853/2855', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2856, 'PSBR10001810', 2853, '2825/2826/2853/2856', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2857, 'PSBR10006392', 2853, '2825/2826/2853/2857', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2858, 'PSBR10001813', 2853, '2825/2826/2853/2858', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2859, 'PSBR10001812', 2853, '2825/2826/2853/2859', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2860, 'PSBR10006391', 2853, '2825/2826/2853/2860', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2861, 'PSBR71012000', 2826, '2825/2826/2861', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2862, 'PSBR10001909', 2861, '2825/2826/2861/2862', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2863, 'PSBR10001905', 2861, '2825/2826/2861/2863', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2864, 'PSBR10001912', 2861, '2825/2826/2861/2864', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2865, 'PSBR10001911', 2861, '2825/2826/2861/2865', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2866, 'PSBR10001907', 2861, '2825/2826/2861/2866', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2867, 'PSBR10001904', 2861, '2825/2826/2861/2867', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2868, 'PSBR71010300', 2826, '2825/2826/2868', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2869, 'PSBR10001778', 2868, '2825/2826/2868/2869', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2870, 'PSBR10004097', 2868, '2825/2826/2868/2870', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2871, 'PSBR10001779', 2868, '2825/2826/2868/2871', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2872, 'PSBR10001776', 2868, '2825/2826/2868/2872', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2873, 'PSBR71011600', 2826, '2825/2826/2873', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2874, 'PSBR10001877', 2873, '2825/2826/2873/2874', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2875, 'PSBR10008053', 2873, '2825/2826/2873/2875', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2876, 'PSBR10008054', 2873, '2825/2826/2873/2876', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2877, 'PSBR10008052', 2873, '2825/2826/2873/2877', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2878, 'PSBR10008051', 2873, '2825/2826/2873/2878', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2879, 'PSBR10001872', 2873, '2825/2826/2873/2879', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2880, 'PSBR10008055', 2873, '2825/2826/2873/2880', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2881, 'PSBR10001874', 2873, '2825/2826/2873/2881', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2882, 'PSBR10001879', 2873, '2825/2826/2873/2882', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2883, 'PSBR10001878', 2873, '2825/2826/2873/2883', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2884, 'PSBR10001873', 2873, '2825/2826/2873/2884', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2885, 'PSBR10001870', 2873, '2825/2826/2873/2885', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2886, 'PSBR10001871', 2873, '2825/2826/2873/2886', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2887, 'PSBR71010100', 2826, '2825/2826/2887', 3, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2888, 'PSBR10001762', 2887, '2825/2826/2887/2888', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2889, 'PSBR10001763', 2887, '2825/2826/2887/2889', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2890, 'PSBR10001764', 2887, '2825/2826/2887/2890', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2891, 'PSBR10001767', 2887, '2825/2826/2887/2891', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2892, 'PSBR10001766', 2887, '2825/2826/2887/2892', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2893, 'PSBR71011100', 2826, '2825/2826/2893', 3, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2894, 'PSBR10001835', 2893, '2825/2826/2893/2894', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2895, 'PSBR10001834', 2893, '2825/2826/2893/2895', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2896, 'PSBR10001838', 2893, '2825/2826/2893/2896', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2897, 'PSBR10001837', 2893, '2825/2826/2893/2897', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2898, 'PSBR10001832', 2893, '2825/2826/2893/2898', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2899, 'PSBR10001831', 2893, '2825/2826/2893/2899', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2900, 'PSBR71012100', 2826, '2825/2826/2900', 3, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2901, 'PSBR10001921', 2900, '2825/2826/2900/2901', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2902, 'PSBR10001916', 2900, '2825/2826/2900/2902', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2903, 'PSBR10001917', 2900, '2825/2826/2900/2903', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2904, 'PSBR10001915', 2900, '2825/2826/2900/2904', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2905, 'PSBR10001920', 2900, '2825/2826/2900/2905', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2906, 'PSBR10001914', 2900, '2825/2826/2900/2906', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2907, 'PSBR10001923', 2900, '2825/2826/2900/2907', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2908, 'PSBR10001922', 2900, '2825/2826/2900/2908', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2909, 'PSBR10001918', 2900, '2825/2826/2900/2909', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2910, 'PSBR10005870', 2900, '2825/2826/2900/2910', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2911, 'PSBR10001913', 2900, '2825/2826/2900/2911', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2912, 'PSBR71011200', 2826, '2825/2826/2912', 3, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2913, 'PSBR10001841', 2912, '2825/2826/2912/2913', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2914, 'PSBR10001843', 2912, '2825/2826/2912/2914', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2915, 'PSBR10001842', 2912, '2825/2826/2912/2915', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2916, 'PSBR10001840', 2912, '2825/2826/2912/2916', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2917, 'PSBR10005814', 2912, '2825/2826/2912/2917', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2918, 'PSBR71010900', 2826, '2825/2826/2918', 3, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2919, 'PSBR10001819', 2918, '2825/2826/2918/2919', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2920, 'PSBR10001814', 2918, '2825/2826/2918/2920', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2921, 'PSBR10001815', 2918, '2825/2826/2918/2921', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2922, 'PSBR10001823', 2918, '2825/2826/2918/2922', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2923, 'PSBR10001822', 2918, '2825/2826/2918/2923', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2924, 'PSBR10001825', 2918, '2825/2826/2918/2924', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2925, 'PSBR10001824', 2918, '2825/2826/2918/2925', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2926, 'PSBR10001816', 2918, '2825/2826/2918/2926', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2927, 'PSBR71010600', 2826, '2825/2826/2927', 3, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2928, 'PSBR10001798', 2927, '2825/2826/2927/2928', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2929, 'PSBR10001805', 2927, '2825/2826/2927/2929', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2930, 'PSBR71011800', 2826, '2825/2826/2930', 3, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2931, 'PSBR10001889', 2930, '2825/2826/2930/2931', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2932, 'PSBR10001887', 2930, '2825/2826/2930/2932', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2933, 'PSBR10001891', 2930, '2825/2826/2930/2933', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2934, 'PSBR10001890', 2930, '2825/2826/2930/2934', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2935, 'PSBR71011300', 2826, '2825/2826/2935', 3, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2936, 'PSBR10001852', 2935, '2825/2826/2935/2936', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2937, 'PSBR10001845', 2935, '2825/2826/2935/2937', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2938, 'PSBR10001848', 2935, '2825/2826/2935/2938', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2939, 'PSBR10001854', 2935, '2825/2826/2935/2939', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2940, 'PSBR10001853', 2935, '2825/2826/2935/2940', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2941, 'PSBR10001844', 2935, '2825/2826/2935/2941', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2942, 'PSBR10001847', 2935, '2825/2826/2935/2942', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2943, 'PSBR71011500', 2826, '2825/2826/2943', 3, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2944, 'PSBR10001867', 2943, '2825/2826/2943/2944', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2945, 'PSBR10001865', 2943, '2825/2826/2943/2945', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2946, 'PSBR10001866', 2943, '2825/2826/2943/2946', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2947, 'PSBR10001862', 2943, '2825/2826/2943/2947', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2948, 'PSBR10001860', 2943, '2825/2826/2943/2948', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2949, 'PSBR10001863', 2943, '2825/2826/2943/2949', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2950, 'PSBR10001869', 2943, '2825/2826/2943/2950', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2951, 'PSBR10001868', 2943, '2825/2826/2943/2951', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2952, 'PSBR71010700', 2826, '2825/2826/2952', 3, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2953, 'PSBR10001807', 2952, '2825/2826/2952/2953', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2954, 'PSBR10004098', 2952, '2825/2826/2952/2954', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2955, 'PSBR10004112', 2952, '2825/2826/2952/2955', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2956, 'PSBR10004096', 2952, '2825/2826/2952/2956', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2957, 'PSBR10001809', 2952, '2825/2826/2952/2957', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2958, 'PSBR10001806', 2952, '2825/2826/2952/2958', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2959, 'PSBR71010500', 2826, '2825/2826/2959', 3, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2960, 'PSBR10001795', 2959, '2825/2826/2959/2960', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2961, 'PSBR10001792', 2959, '2825/2826/2959/2961', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2962, 'PSBR10001797', 2959, '2825/2826/2959/2962', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2963, 'PSBR10001796', 2959, '2825/2826/2959/2963', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2964, 'PSBR10001794', 2959, '2825/2826/2959/2964', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2965, 'PSBR10001790', 2959, '2825/2826/2959/2965', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2966, 'PSBR71011000', 2826, '2825/2826/2966', 3, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2967, 'PSBR10001827', 2966, '2825/2826/2966/2967', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2968, 'PSBR10001826', 2966, '2825/2826/2966/2968', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2969, 'PSBR10001830', 2966, '2825/2826/2966/2969', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2970, 'PSBR10001829', 2966, '2825/2826/2966/2970', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2971, 'PSBR71011400', 2826, '2825/2826/2971', 3, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2972, 'PSBR10001855', 2971, '2825/2826/2971/2972', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2973, 'PSBR10001859', 2971, '2825/2826/2971/2973', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2974, 'PSBR71012300', 2826, '2825/2826/2974', 3, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2975, 'PSBR71011700', 2826, '2825/2826/2975', 3, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2976, 'PSBR10001883', 2975, '2825/2826/2975/2976', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2977, 'PSBR10001880', 2975, '2825/2826/2975/2977', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2978, 'PSBR10001886', 2975, '2825/2826/2975/2978', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2979, 'PSBR10001885', 2975, '2825/2826/2975/2979', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2980, 'PSBR71020000', 2825, '2825/2980', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2981, 'PSBR10000797', 2980, '2825/2980/2981', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2982, 'PSBR10000804', 2980, '2825/2980/2982', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2983, 'PSBR10000795', 2980, '2825/2980/2983', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2984, 'PSBR10000794', 2980, '2825/2980/2984', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2985, 'PSBR10000802', 2980, '2825/2980/2985', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2986, 'PSBR10000803', 2980, '2825/2980/2986', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2987, 'PSBR10000502', 2980, '2825/2980/2987', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2988, 'PSBR10000793', 2980, '2825/2980/2988', 3, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2989, 'PSBR10006812', 2980, '2825/2980/2989', 3, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2990, 'PSBR10006813', 2980, '2825/2980/2990', 3, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2991, 'PSBR10000805', 2980, '2825/2980/2991', 3, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2992, 'PSBR84000000', 0, '2992', 1, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2993, 'PSBR84010100', 2992, '2992/2993', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2994, 'PSBR84010200', 2992, '2992/2994', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2995, 'PSBR82000000', 0, '2995', 1, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2996, 'PSBR82010100', 2995, '2995/2996', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2997, 'PSBR82010300', 2995, '2995/2997', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2998, 'PSBR82010400', 2995, '2995/2998', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(2999, 'PSBR82010500', 2995, '2995/2999', 2, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3000, 'PSBR82010200', 2995, '2995/3000', 2, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3001, 'PSBR80000000', 0, '3001', 1, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3002, 'PSBR80011100', 3001, '3001/3002', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3003, 'PSBR80011700', 3001, '3001/3003', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3004, 'PSBR80010700', 3001, '3001/3004', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3005, 'PSBR80011500', 3001, '3001/3005', 2, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3006, 'PSBR80010500', 3001, '3001/3006', 2, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3007, 'PSBR80010400', 3001, '3001/3007', 2, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3008, 'PSBR80011000', 3001, '3001/3008', 2, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3009, 'PSBR80011400', 3001, '3001/3009', 2, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3010, 'PSBR80012000', 3001, '3001/3010', 2, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3011, 'PSBR80010800', 3001, '3001/3011', 2, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3012, 'PSBR80010100', 3001, '3001/3012', 2, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3013, 'PSBR80010300', 3001, '3001/3013', 2, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3014, 'PSBR80010200', 3001, '3001/3014', 2, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3015, 'PSBR80012600', 3001, '3001/3015', 2, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3016, 'PSBR80012800', 3001, '3001/3016', 2, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3017, 'PSBR80012300', 3001, '3001/3017', 2, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3018, 'PSBR80012400', 3001, '3001/3018', 2, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3019, 'PSBR80011600', 3001, '3001/3019', 2, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3020, 'PSBR80012900', 3001, '3001/3020', 2, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3021, 'PSBR80010900', 3001, '3001/3021', 2, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3022, 'PSBR80010600', 3001, '3001/3022', 2, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3023, 'PSBR80011900', 3001, '3001/3023', 2, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3024, 'PSBR80012700', 3001, '3001/3024', 2, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3025, 'PSBR80011800', 3001, '3001/3025', 2, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3026, 'PSBR80011300', 3001, '3001/3026', 2, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3027, 'PSBR80012200', 3001, '3001/3027', 2, 0, '0', 'A', 0, 260, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3028, 'PSBR65000000', 0, '3028', 1, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3029, 'PSBR65010100', 3028, '3028/3029', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3030, 'PSBR65010200', 3028, '3028/3030', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3031, 'PSBR65010400', 3028, '3028/3031', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3032, 'PSBR65010500', 3028, '3028/3032', 2, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3033, 'PSBR65011000', 3028, '3028/3033', 2, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3034, 'PSBR65010600', 3028, '3028/3034', 2, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3035, 'PSBR65010300', 3028, '3028/3035', 2, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3036, 'PSBR65010800', 3028, '3028/3036', 2, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3037, 'PSBR65010900', 3028, '3028/3037', 2, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3038, 'PSBR65010700', 3028, '3028/3038', 2, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3039, 'PSBR78000000', 0, '3039', 1, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3040, 'PSBR78060000', 3039, '3039/3040', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3041, 'PSBR10005559', 3040, '3039/3040/3041', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3042, 'PSBR10005546', 3040, '3039/3040/3042', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3043, 'PSBR10005599', 3040, '3039/3040/3043', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3044, 'PSBR10005505', 3040, '3039/3040/3044', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3045, 'PSBR10005571', 3040, '3039/3040/3045', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3046, 'PSBR10005742', 3040, '3039/3040/3046', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3047, 'PSBR78050000', 3039, '3039/3047', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3048, 'PSBR10005667', 3047, '3039/3047/3048', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3049, 'PSBR10005661', 3047, '3039/3047/3049', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3050, 'PSBR10005662', 3047, '3039/3047/3050', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3051, 'PSBR78020000', 3039, '3039/3051', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3052, 'PSBR78021100', 3051, '3039/3051/3052', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3053, 'PSBR10000546', 3052, '3039/3051/3052/3053', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3054, 'PSBR10005764', 3052, '3039/3051/3052/3054', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3055, 'PSBR10000548', 3052, '3039/3051/3052/3055', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3056, 'PSBR10000704', 3052, '3039/3051/3052/3056', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3057, 'PSBR78020500', 3051, '3039/3051/3057', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3058, 'PSBR10005573', 3057, '3039/3051/3057/3058', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3059, 'PSBR10005572', 3057, '3039/3051/3057/3059', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3060, 'PSBR10000551', 3057, '3039/3051/3057/3060', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3061, 'PSBR10005567', 3057, '3039/3051/3057/3061', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3062, 'PSBR78020600', 3051, '3039/3051/3062', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3063, 'PSBR10005496', 3062, '3039/3051/3062/3063', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3064, 'PSBR10005575', 3062, '3039/3051/3062/3064', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3065, 'PSBR10005583', 3062, '3039/3051/3062/3065', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0);
INSERT INTO `partiushop_categories` (`category_id`, `gpc_code`, `parent_id`, `id_path`, `level`, `company_id`, `usergroup_ids`, `status`, `product_count`, `position`, `timestamp`, `is_op`, `localization`, `age_verification`, `age_limit`, `parent_age_verification`, `parent_age_limit`, `selected_views`, `default_view`, `product_details_view`, `product_columns`, `is_trash`, `is_default`, `category_type`, `ab__fn_category_status`, `ab__fn_label_color`, `ab__fn_label_background`, `ab__fn_use_origin_image`, `ab__lc_catalog_image_control`, `ab__lc_landing`, `ab__lc_subsubcategories`, `ab__lc_menu_id`, `ab__lc_how_to_use_menu`, `ab__lc_inherit_control`, `storefront_id`) VALUES
(3066, 'PSBR10005622', 3062, '3039/3051/3062/3066', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3067, 'PSBR10005682', 3062, '3039/3051/3062/3067', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3068, 'PSBR10000547', 3062, '3039/3051/3062/3068', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3069, 'PSBR10005576', 3062, '3039/3051/3062/3069', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3070, 'PSBR10005588', 3062, '3039/3051/3062/3070', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3071, 'PSBR10005568', 3062, '3039/3051/3062/3071', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3072, 'PSBR10005585', 3062, '3039/3051/3062/3072', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3073, 'PSBR10000549', 3062, '3039/3051/3062/3073', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3074, 'PSBR10005586', 3062, '3039/3051/3062/3074', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3075, 'PSBR10005570', 3062, '3039/3051/3062/3075', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3076, 'PSBR10005577', 3062, '3039/3051/3062/3076', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3077, 'PSBR78040000', 3039, '3039/3077', 2, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3078, 'PSBR78040300', 3077, '3039/3077/3078', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3079, 'PSBR10005757', 3078, '3039/3077/3078/3079', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3080, 'PSBR10005759', 3078, '3039/3077/3078/3080', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3081, 'PSBR10005758', 3078, '3039/3077/3078/3081', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3082, 'PSBR10005754', 3078, '3039/3077/3078/3082', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3083, 'PSBR78040100', 3077, '3039/3077/3083', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3084, 'PSBR10005674', 3083, '3039/3077/3083/3084', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3085, 'PSBR10005660', 3083, '3039/3077/3083/3085', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3086, 'PSBR10005647', 3083, '3039/3077/3083/3086', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3087, 'PSBR10005649', 3083, '3039/3077/3083/3087', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3088, 'PSBR10005651', 3083, '3039/3077/3083/3088', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3089, 'PSBR10005648', 3083, '3039/3077/3083/3089', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3090, 'PSBR10005650', 3083, '3039/3077/3083/3090', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3091, 'PSBR78040400', 3077, '3039/3077/3091', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3092, 'PSBR20002508', 3091, '3039/3077/3091/3092', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3093, 'PSBR20000794', 3091, '3039/3077/3091/3093', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3094, 'PSBR78030000', 3039, '3039/3094', 2, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3095, 'PSBR78030200', 3094, '3039/3094/3095', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3096, 'PSBR10005635', 3095, '3039/3094/3095/3096', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3097, 'PSBR10005637', 3095, '3039/3094/3095/3097', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3098, 'PSBR10005636', 3095, '3039/3094/3095/3098', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3099, 'PSBR10005638', 3095, '3039/3094/3095/3099', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3100, 'PSBR10007931', 3095, '3039/3094/3095/3100', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3101, 'PSBR78030100', 3094, '3039/3094/3101', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3102, 'PSBR10005481', 3101, '3039/3094/3101/3102', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3103, 'PSBR10005634', 3101, '3039/3094/3101/3103', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3104, 'PSBR10005633', 3101, '3039/3094/3101/3104', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3105, 'PSBR78030500', 3094, '3039/3094/3105', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3106, 'PSBR78030400', 3094, '3039/3094/3106', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3107, 'PSBR10005669', 3106, '3039/3094/3106/3107', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3108, 'PSBR10005643', 3106, '3039/3094/3106/3108', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3109, 'PSBR10005642', 3106, '3039/3094/3106/3109', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3110, 'PSBR78030300', 3094, '3039/3094/3110', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3111, 'PSBR10005639', 3110, '3039/3094/3110/3111', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3112, 'PSBR10005640', 3110, '3039/3094/3110/3112', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3113, 'PSBR10005641', 3110, '3039/3094/3110/3113', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3114, 'PSBR10000552', 3110, '3039/3094/3110/3114', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3115, 'PSBR10005644', 3110, '3039/3094/3110/3115', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3116, 'PSBR88000000', 0, '3116', 1, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3117, 'PSBR88020000', 3116, '3116/3117', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3118, 'PSBR88020200', 3117, '3116/3117/3118', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3119, 'PSBR10005276', 3118, '3116/3117/3118/3119', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3120, 'PSBR10005280', 3118, '3116/3117/3118/3120', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3121, 'PSBR10005277', 3118, '3116/3117/3118/3121', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3122, 'PSBR88020100', 3117, '3116/3117/3122', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3123, 'PSBR10005282', 3122, '3116/3117/3122/3123', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3124, 'PSBR10005281', 3122, '3116/3117/3122/3124', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3125, 'PSBR88010000', 3116, '3116/3125', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3126, 'PSBR88010200', 3125, '3116/3125/3126', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3127, 'PSBR10005272', 3126, '3116/3125/3126/3127', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3128, 'PSBR10005273', 3126, '3116/3125/3126/3128', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3129, 'PSBR10005275', 3126, '3116/3125/3126/3129', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3130, 'PSBR10005321', 3126, '3116/3125/3126/3130', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3131, 'PSBR88010500', 3125, '3116/3125/3131', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3132, 'PSBR88010100', 3125, '3116/3125/3132', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3133, 'PSBR10005269', 3132, '3116/3125/3132/3133', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3134, 'PSBR10005268', 3132, '3116/3125/3132/3134', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3135, 'PSBR10005267', 3132, '3116/3125/3132/3135', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3136, 'PSBR10005270', 3132, '3116/3125/3132/3136', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3137, 'PSBR88030000', 3116, '3116/3137', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3138, 'PSBR10005356', 3137, '3116/3137/3138', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3139, 'PSBR60000000', 0, '3139', 1, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3140, 'PSBR60010200', 3139, '3139/3140', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3141, 'PSBR60010400', 3139, '3139/3141', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3142, 'PSBR60010100', 3139, '3139/3142', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3143, 'PSBR60010300', 3139, '3139/3143', 2, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3144, 'PSBR98000000', 0, '3144', 1, 0, '0', 'A', 0, 260, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3145, 'PSBR98020000', 3144, '3144/3145', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3146, 'PSBR98020200', 3145, '3144/3145/3146', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3147, 'PSBR10008172', 3146, '3144/3145/3146/3147', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3148, 'PSBR10008170', 3146, '3144/3145/3146/3148', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3149, 'PSBR10008171', 3146, '3144/3145/3146/3149', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3150, 'PSBR10008169', 3146, '3144/3145/3146/3150', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3151, 'PSBR10008173', 3146, '3144/3145/3146/3151', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3152, 'PSBR10008177', 3146, '3144/3145/3146/3152', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3153, 'PSBR10008176', 3146, '3144/3145/3146/3153', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3154, 'PSBR10008174', 3146, '3144/3145/3146/3154', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3155, 'PSBR10008175', 3146, '3144/3145/3146/3155', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3156, 'PSBR98020100', 3145, '3144/3145/3156', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3157, 'PSBR10008163', 3156, '3144/3145/3156/3157', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3158, 'PSBR10008161', 3156, '3144/3145/3156/3158', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3159, 'PSBR10008162', 3156, '3144/3145/3156/3159', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3160, 'PSBR10008160', 3156, '3144/3145/3156/3160', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3161, 'PSBR10008164', 3156, '3144/3145/3156/3161', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3162, 'PSBR10008168', 3156, '3144/3145/3156/3162', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3163, 'PSBR10008167', 3156, '3144/3145/3156/3163', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3164, 'PSBR10008165', 3156, '3144/3145/3156/3164', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3165, 'PSBR10008166', 3156, '3144/3145/3156/3165', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3166, 'PSBR98010000', 3144, '3144/3166', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3167, 'PSBR10008155', 3166, '3144/3166/3167', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3168, 'PSBR10008153', 3166, '3144/3166/3168', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3169, 'PSBR10008154', 3166, '3144/3166/3169', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3170, 'PSBR10008152', 3166, '3144/3166/3170', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3171, 'PSBR10008156', 3166, '3144/3166/3171', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3172, 'PSBR10008159', 3166, '3144/3166/3172', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3173, 'PSBR10008150', 3166, '3144/3166/3173', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3174, 'PSBR10008157', 3166, '3144/3166/3174', 3, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3175, 'PSBR10008151', 3166, '3144/3166/3175', 3, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3176, 'PSBR10008158', 3166, '3144/3166/3176', 3, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3177, 'PSBR75000000', 0, '3177', 1, 0, '0', 'A', 0, 270, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3178, 'PSBR75030000', 3177, '3177/3178', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3179, 'PSBR75030800', 3178, '3177/3178/3179', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3180, 'PSBR75030700', 3178, '3177/3178/3180', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3181, 'PSBR75030200', 3178, '3177/3178/3181', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3182, 'PSBR10002241', 3181, '3177/3178/3181/3182', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3183, 'PSBR10002245', 3181, '3177/3178/3181/3183', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3184, 'PSBR10002243', 3181, '3177/3178/3181/3184', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3185, 'PSBR10002246', 3181, '3177/3178/3181/3185', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3186, 'PSBR10002248', 3181, '3177/3178/3181/3186', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3187, 'PSBR10002247', 3181, '3177/3178/3181/3187', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3188, 'PSBR10002240', 3181, '3177/3178/3181/3188', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3189, 'PSBR75030100', 3178, '3177/3178/3189', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3190, 'PSBR10005692', 3189, '3177/3178/3189/3190', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3191, 'PSBR10002249', 3189, '3177/3178/3189/3191', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3192, 'PSBR10002235', 3189, '3177/3178/3189/3192', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3193, 'PSBR10007011', 3189, '3177/3178/3189/3193', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3194, 'PSBR10002237', 3189, '3177/3178/3189/3194', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3195, 'PSBR10002236', 3189, '3177/3178/3189/3195', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3196, 'PSBR10002232', 3189, '3177/3178/3189/3196', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3197, 'PSBR10002234', 3189, '3177/3178/3189/3197', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3198, 'PSBR10008112', 3189, '3177/3178/3189/3198', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3199, 'PSBR10002231', 3189, '3177/3178/3189/3199', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3200, 'PSBR10002238', 3189, '3177/3178/3189/3200', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3201, 'PSBR10008113', 3189, '3177/3178/3189/3201', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3202, 'PSBR10002233', 3189, '3177/3178/3189/3202', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3203, 'PSBR10000555', 3189, '3177/3178/3189/3203', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3204, 'PSBR75030600', 3178, '3177/3178/3204', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3205, 'PSBR75030400', 3178, '3177/3178/3205', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3206, 'PSBR10007006', 3205, '3177/3178/3205/3206', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3207, 'PSBR10002252', 3205, '3177/3178/3205/3207', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3208, 'PSBR10004101', 3205, '3177/3178/3205/3208', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3209, 'PSBR75020000', 3177, '3177/3209', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3210, 'PSBR75020100', 3209, '3177/3209/3210', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3211, 'PSBR10002217', 3210, '3177/3209/3210/3211', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3212, 'PSBR10002218', 3210, '3177/3209/3210/3212', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3213, 'PSBR10002214', 3210, '3177/3209/3210/3213', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3214, 'PSBR10002221', 3210, '3177/3209/3210/3214', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3215, 'PSBR10002220', 3210, '3177/3209/3210/3215', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3216, 'PSBR10002216', 3210, '3177/3209/3210/3216', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3217, 'PSBR10007935', 3210, '3177/3209/3210/3217', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3218, 'PSBR10008012', 3210, '3177/3209/3210/3218', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3219, 'PSBR10008013', 3210, '3177/3209/3210/3219', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3220, 'PSBR10002215', 3210, '3177/3209/3210/3220', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3221, 'PSBR10008014', 3210, '3177/3209/3210/3221', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3222, 'PSBR10008015', 3210, '3177/3209/3210/3222', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3223, 'PSBR10008016', 3210, '3177/3209/3210/3223', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3224, 'PSBR10008114', 3210, '3177/3209/3210/3224', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3225, 'PSBR10008115', 3210, '3177/3209/3210/3225', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3226, 'PSBR10002219', 3210, '3177/3209/3210/3226', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3227, 'PSBR75020300', 3209, '3177/3209/3227', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3228, 'PSBR75020200', 3209, '3177/3209/3228', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3229, 'PSBR10002223', 3228, '3177/3209/3228/3229', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3230, 'PSBR10002222', 3228, '3177/3209/3228/3230', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3231, 'PSBR10005197', 3228, '3177/3209/3228/3231', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3232, 'PSBR10002224', 3228, '3177/3209/3228/3232', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3233, 'PSBR10002227', 3228, '3177/3209/3228/3233', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3234, 'PSBR10002226', 3228, '3177/3209/3228/3234', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3235, 'PSBR10002230', 3228, '3177/3209/3228/3235', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3236, 'PSBR10002229', 3228, '3177/3209/3228/3236', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3237, 'PSBR10002228', 3228, '3177/3209/3228/3237', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3238, 'PSBR10002225', 3228, '3177/3209/3228/3238', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3239, 'PSBR75050000', 3177, '3177/3239', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3240, 'PSBR75050300', 3239, '3177/3239/3240', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3241, 'PSBR10006811', 3240, '3177/3239/3240/3241', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3242, 'PSBR10006810', 3240, '3177/3239/3240/3242', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3243, 'PSBR10000800', 3240, '3177/3239/3240/3243', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3244, 'PSBR10000787', 3240, '3177/3239/3240/3244', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3245, 'PSBR10000801', 3240, '3177/3239/3240/3245', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3246, 'PSBR10006809', 3240, '3177/3239/3240/3246', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3247, 'PSBR75050200', 3239, '3177/3239/3247', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3248, 'PSBR10000789', 3247, '3177/3239/3247/3248', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3249, 'PSBR10006807', 3247, '3177/3239/3247/3249', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3250, 'PSBR10006808', 3247, '3177/3239/3247/3250', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3251, 'PSBR10000790', 3247, '3177/3239/3247/3251', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3252, 'PSBR10006806', 3247, '3177/3239/3247/3252', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3253, 'PSBR75050100', 3239, '3177/3239/3253', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3254, 'PSBR10000827', 3253, '3177/3239/3253/3254', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3255, 'PSBR10006797', 3253, '3177/3239/3253/3255', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3256, 'PSBR10006796', 3253, '3177/3239/3253/3256', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3257, 'PSBR10006795', 3253, '3177/3239/3253/3257', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3258, 'PSBR10000498', 3253, '3177/3239/3253/3258', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3259, 'PSBR10000501', 3253, '3177/3239/3253/3259', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3260, 'PSBR10000822', 3253, '3177/3239/3253/3260', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3261, 'PSBR10000821', 3253, '3177/3239/3253/3261', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3262, 'PSBR75010000', 3177, '3177/3262', 2, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3263, 'PSBR75010600', 3262, '3177/3262/3263', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3264, 'PSBR10005254', 3263, '3177/3262/3263/3264', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3265, 'PSBR10007721', 3263, '3177/3262/3263/3265', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3266, 'PSBR10005437', 3263, '3177/3262/3263/3266', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3267, 'PSBR75010200', 3262, '3177/3262/3267', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3268, 'PSBR10002198', 3267, '3177/3262/3267/3268', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3269, 'PSBR10002193', 3267, '3177/3262/3267/3269', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3270, 'PSBR10002192', 3267, '3177/3262/3267/3270', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3271, 'PSBR10005097', 3267, '3177/3262/3267/3271', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3272, 'PSBR10002201', 3267, '3177/3262/3267/3272', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3273, 'PSBR10002200', 3267, '3177/3262/3267/3273', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3274, 'PSBR10002197', 3267, '3177/3262/3267/3274', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3275, 'PSBR10002199', 3267, '3177/3262/3267/3275', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3276, 'PSBR10002194', 3267, '3177/3262/3267/3276', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3277, 'PSBR10002195', 3267, '3177/3262/3267/3277', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3278, 'PSBR10002196', 3267, '3177/3262/3267/3278', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3279, 'PSBR75010100', 3262, '3177/3262/3279', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3280, 'PSBR10002186', 3279, '3177/3262/3279/3280', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3281, 'PSBR10005199', 3279, '3177/3262/3279/3281', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3282, 'PSBR10002185', 3279, '3177/3262/3279/3282', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3283, 'PSBR10002118', 3279, '3177/3262/3279/3283', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3284, 'PSBR10005810', 3279, '3177/3262/3279/3284', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3285, 'PSBR10006731', 3279, '3177/3262/3279/3285', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3286, 'PSBR10002187', 3279, '3177/3262/3279/3286', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3287, 'PSBR10005098', 3279, '3177/3262/3279/3287', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3288, 'PSBR10002190', 3279, '3177/3262/3279/3288', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3289, 'PSBR10002184', 3279, '3177/3262/3279/3289', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3290, 'PSBR10002117', 3279, '3177/3262/3279/3290', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3291, 'PSBR10002189', 3279, '3177/3262/3279/3291', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3292, 'PSBR10003790', 3279, '3177/3262/3279/3292', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3293, 'PSBR10002191', 3279, '3177/3262/3279/3293', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3294, 'PSBR10005743', 3279, '3177/3262/3279/3294', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3295, 'PSBR10002188', 3279, '3177/3262/3279/3295', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3296, 'PSBR75010400', 3262, '3177/3262/3296', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3297, 'PSBR10005096', 3296, '3177/3262/3296/3297', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3298, 'PSBR10002208', 3296, '3177/3262/3296/3298', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3299, 'PSBR10002209', 3296, '3177/3262/3296/3299', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0);
INSERT INTO `partiushop_categories` (`category_id`, `gpc_code`, `parent_id`, `id_path`, `level`, `company_id`, `usergroup_ids`, `status`, `product_count`, `position`, `timestamp`, `is_op`, `localization`, `age_verification`, `age_limit`, `parent_age_verification`, `parent_age_limit`, `selected_views`, `default_view`, `product_details_view`, `product_columns`, `is_trash`, `is_default`, `category_type`, `ab__fn_category_status`, `ab__fn_label_color`, `ab__fn_label_background`, `ab__fn_use_origin_image`, `ab__lc_catalog_image_control`, `ab__lc_landing`, `ab__lc_subsubcategories`, `ab__lc_menu_id`, `ab__lc_how_to_use_menu`, `ab__lc_inherit_control`, `storefront_id`) VALUES
(3300, 'PSBR10002211', 3296, '3177/3262/3296/3300', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3301, 'PSBR10002210', 3296, '3177/3262/3296/3301', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3302, 'PSBR10002207', 3296, '3177/3262/3296/3302', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3303, 'PSBR10002212', 3296, '3177/3262/3296/3303', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3304, 'PSBR10002213', 3296, '3177/3262/3296/3304', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3305, 'PSBR75010700', 3262, '3177/3262/3305', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3306, 'PSBR20000988', 3305, '3177/3262/3305/3306', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3307, 'PSBR20002720', 3305, '3177/3262/3305/3307', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3308, 'PSBR20003033', 3305, '3177/3262/3305/3308', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3309, 'PSBR75010300', 3262, '3177/3262/3309', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3310, 'PSBR10002203', 3309, '3177/3262/3309/3310', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3311, 'PSBR10002202', 3309, '3177/3262/3309/3311', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3312, 'PSBR10002205', 3309, '3177/3262/3309/3312', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3313, 'PSBR10002206', 3309, '3177/3262/3309/3313', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3314, 'PSBR10005095', 3309, '3177/3262/3309/3314', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3315, 'PSBR75010500', 3262, '3177/3262/3315', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3316, 'PSBR96000000', 0, '3316', 1, 0, '0', 'A', 0, 280, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3317, 'PSBR96010200', 3316, '3316/3317', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3318, 'PSBR96010100', 3316, '3316/3318', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3319, 'PSBR61000000', 0, '3319', 1, 0, '0', 'A', 0, 290, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3320, 'PSBR61010400', 3319, '3319/3320', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3321, 'PSBR61010300', 3319, '3319/3321', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3322, 'PSBR61010200', 3319, '3319/3322', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3323, 'PSBR61010500', 3319, '3319/3323', 2, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3324, 'PSBR93000000', 0, '3324', 1, 0, '0', 'A', 0, 300, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3325, 'PSBR93080000', 3324, '3324/3325', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3326, 'PSBR93080200', 3325, '3324/3325/3326', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3327, 'PSBR10007984', 3326, '3324/3325/3326/3327', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3328, 'PSBR10007988', 3326, '3324/3325/3326/3328', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3329, 'PSBR10007982', 3326, '3324/3325/3326/3329', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3330, 'PSBR10007985', 3326, '3324/3325/3326/3330', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3331, 'PSBR10007986', 3326, '3324/3325/3326/3331', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3332, 'PSBR10007981', 3326, '3324/3325/3326/3332', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3333, 'PSBR10007983', 3326, '3324/3325/3326/3333', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3334, 'PSBR10007987', 3326, '3324/3325/3326/3334', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3335, 'PSBR10007979', 3326, '3324/3325/3326/3335', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3336, 'PSBR10007980', 3326, '3324/3325/3326/3336', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3337, 'PSBR93080300', 3325, '3324/3325/3337', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3338, 'PSBR20003098', 3337, '3324/3325/3337/3338', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3339, 'PSBR20000430', 3337, '3324/3325/3337/3339', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3340, 'PSBR20002913', 3337, '3324/3325/3337/3340', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3341, 'PSBR93080100', 3325, '3324/3325/3341', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3342, 'PSBR20002053', 3341, '3324/3325/3341/3342', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3343, 'PSBR20002052', 3341, '3324/3325/3341/3343', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3344, 'PSBR20003098', 3341, '3324/3325/3341/3344', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3345, 'PSBR20000430', 3341, '3324/3325/3341/3345', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3346, 'PSBR20002050', 3341, '3324/3325/3341/3346', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3347, 'PSBR93080400', 3325, '3324/3325/3347', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3348, 'PSBR10007993', 3347, '3324/3325/3347/3348', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3349, 'PSBR10007991', 3347, '3324/3325/3347/3349', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3350, 'PSBR10007992', 3347, '3324/3325/3347/3350', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3351, 'PSBR93080500', 3325, '3324/3325/3351', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3352, 'PSBR10007999', 3351, '3324/3325/3351/3352', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3353, 'PSBR10007996', 3351, '3324/3325/3351/3353', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3354, 'PSBR10007994', 3351, '3324/3325/3351/3354', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3355, 'PSBR10007995', 3351, '3324/3325/3351/3355', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3356, 'PSBR10007998', 3351, '3324/3325/3351/3356', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3357, 'PSBR10007997', 3351, '3324/3325/3351/3357', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3358, 'PSBR93100000', 3324, '3324/3358', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3359, 'PSBR10006768', 3358, '3324/3358/3359', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3360, 'PSBR10006764', 3358, '3324/3358/3360', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3361, 'PSBR10006767', 3358, '3324/3358/3361', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3362, 'PSBR10006769', 3358, '3324/3358/3362', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3363, 'PSBR10006766', 3358, '3324/3358/3363', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3364, 'PSBR10006765', 3358, '3324/3358/3364', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3365, 'PSBR10006763', 3358, '3324/3358/3365', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3366, 'PSBR10006770', 3358, '3324/3358/3366', 3, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3367, 'PSBR10006771', 3358, '3324/3358/3367', 3, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3368, 'PSBR93010000', 3324, '3324/3368', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3369, 'PSBR93010100', 3368, '3324/3368/3369', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3370, 'PSBR20002918', 3369, '3324/3368/3369/3370', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3371, 'PSBR20002921', 3369, '3324/3368/3369/3371', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3372, 'PSBR93010200', 3368, '3324/3368/3372', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3373, 'PSBR20002918', 3372, '3324/3368/3372/3373', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3374, 'PSBR20002921', 3372, '3324/3368/3372/3374', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3375, 'PSBR93010300', 3368, '3324/3368/3375', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3376, 'PSBR20002918', 3375, '3324/3368/3375/3376', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3377, 'PSBR20002921', 3375, '3324/3368/3375/3377', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3378, 'PSBR93010400', 3368, '3324/3368/3378', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3379, 'PSBR20002918', 3378, '3324/3368/3378/3379', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3380, 'PSBR20002921', 3378, '3324/3368/3378/3380', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3381, 'PSBR93010500', 3368, '3324/3368/3381', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3382, 'PSBR20002918', 3381, '3324/3368/3381/3382', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3383, 'PSBR20002921', 3381, '3324/3368/3381/3383', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3384, 'PSBR93010600', 3368, '3324/3368/3384', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3385, 'PSBR20002918', 3384, '3324/3368/3384/3385', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3386, 'PSBR20002921', 3384, '3324/3368/3384/3386', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3387, 'PSBR93010700', 3368, '3324/3368/3387', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3388, 'PSBR20002918', 3387, '3324/3368/3387/3388', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3389, 'PSBR20002921', 3387, '3324/3368/3387/3389', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3390, 'PSBR93010800', 3368, '3324/3368/3390', 3, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3391, 'PSBR20002918', 3390, '3324/3368/3390/3391', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3392, 'PSBR20002921', 3390, '3324/3368/3390/3392', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3393, 'PSBR93010900', 3368, '3324/3368/3393', 3, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3394, 'PSBR20002918', 3393, '3324/3368/3393/3394', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3395, 'PSBR20002921', 3393, '3324/3368/3393/3395', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3396, 'PSBR93011000', 3368, '3324/3368/3396', 3, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3397, 'PSBR10006471', 3396, '3324/3368/3396/3397', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3398, 'PSBR10006472', 3396, '3324/3368/3396/3398', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3399, 'PSBR93011100', 3368, '3324/3368/3399', 3, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3400, 'PSBR20002918', 3399, '3324/3368/3399/3400', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3401, 'PSBR20002921', 3399, '3324/3368/3399/3401', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3402, 'PSBR93011200', 3368, '3324/3368/3402', 3, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3403, 'PSBR20002918', 3402, '3324/3368/3402/3403', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3404, 'PSBR20002921', 3402, '3324/3368/3402/3404', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3405, 'PSBR93011400', 3368, '3324/3368/3405', 3, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3406, 'PSBR20002918', 3405, '3324/3368/3405/3406', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3407, 'PSBR20002921', 3405, '3324/3368/3405/3407', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3408, 'PSBR93011500', 3368, '3324/3368/3408', 3, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3409, 'PSBR20002918', 3408, '3324/3368/3408/3409', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3410, 'PSBR20002921', 3408, '3324/3368/3408/3410', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3411, 'PSBR93011600', 3368, '3324/3368/3411', 3, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3412, 'PSBR10006478', 3411, '3324/3368/3411/3412', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3413, 'PSBR10006479', 3411, '3324/3368/3411/3413', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3414, 'PSBR93011700', 3368, '3324/3368/3414', 3, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3415, 'PSBR20002918', 3414, '3324/3368/3414/3415', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3416, 'PSBR20002921', 3414, '3324/3368/3414/3416', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3417, 'PSBR93011800', 3368, '3324/3368/3417', 3, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3418, 'PSBR20002918', 3417, '3324/3368/3417/3418', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3419, 'PSBR20002921', 3417, '3324/3368/3417/3419', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3420, 'PSBR93011900', 3368, '3324/3368/3420', 3, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3421, 'PSBR20002918', 3420, '3324/3368/3420/3421', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3422, 'PSBR20002921', 3420, '3324/3368/3420/3422', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3423, 'PSBR93012000', 3368, '3324/3368/3423', 3, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3424, 'PSBR20002918', 3423, '3324/3368/3423/3424', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3425, 'PSBR20002921', 3423, '3324/3368/3423/3425', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3426, 'PSBR93012100', 3368, '3324/3368/3426', 3, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3427, 'PSBR20002918', 3426, '3324/3368/3426/3427', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3428, 'PSBR20002921', 3426, '3324/3368/3426/3428', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3429, 'PSBR93012200', 3368, '3324/3368/3429', 3, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3430, 'PSBR20002918', 3429, '3324/3368/3429/3430', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3431, 'PSBR20002921', 3429, '3324/3368/3429/3431', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3432, 'PSBR93012300', 3368, '3324/3368/3432', 3, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3433, 'PSBR20002918', 3432, '3324/3368/3432/3433', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3434, 'PSBR20002921', 3432, '3324/3368/3432/3434', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3435, 'PSBR93012400', 3368, '3324/3368/3435', 3, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3436, 'PSBR20002918', 3435, '3324/3368/3435/3436', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3437, 'PSBR20002921', 3435, '3324/3368/3435/3437', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3438, 'PSBR93012500', 3368, '3324/3368/3438', 3, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3439, 'PSBR20002918', 3438, '3324/3368/3438/3439', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3440, 'PSBR20002921', 3438, '3324/3368/3438/3440', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3441, 'PSBR93012600', 3368, '3324/3368/3441', 3, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3442, 'PSBR20002918', 3441, '3324/3368/3441/3442', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3443, 'PSBR20002921', 3441, '3324/3368/3441/3443', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3444, 'PSBR93012700', 3368, '3324/3368/3444', 3, 0, '0', 'A', 0, 260, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3445, 'PSBR10006490', 3444, '3324/3368/3444/3445', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3446, 'PSBR10006491', 3444, '3324/3368/3444/3446', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3447, 'PSBR10006492', 3444, '3324/3368/3444/3447', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3448, 'PSBR93012800', 3368, '3324/3368/3448', 3, 0, '0', 'A', 0, 270, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3449, 'PSBR20002918', 3448, '3324/3368/3448/3449', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3450, 'PSBR20002921', 3448, '3324/3368/3448/3450', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3451, 'PSBR93012900', 3368, '3324/3368/3451', 3, 0, '0', 'A', 0, 280, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3452, 'PSBR20002918', 3451, '3324/3368/3451/3452', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3453, 'PSBR20002921', 3451, '3324/3368/3451/3453', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3454, 'PSBR93013000', 3368, '3324/3368/3454', 3, 0, '0', 'A', 0, 290, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3455, 'PSBR10006495', 3454, '3324/3368/3454/3455', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3456, 'PSBR10006496', 3454, '3324/3368/3454/3456', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3457, 'PSBR93013100', 3368, '3324/3368/3457', 3, 0, '0', 'A', 0, 300, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3458, 'PSBR10006497', 3457, '3324/3368/3457/3458', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3459, 'PSBR10006498', 3457, '3324/3368/3457/3459', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3460, 'PSBR93013200', 3368, '3324/3368/3460', 3, 0, '0', 'A', 0, 310, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3461, 'PSBR20002918', 3460, '3324/3368/3460/3461', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3462, 'PSBR20002921', 3460, '3324/3368/3460/3462', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3463, 'PSBR93013300', 3368, '3324/3368/3463', 3, 0, '0', 'A', 0, 320, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3464, 'PSBR20002918', 3463, '3324/3368/3463/3464', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3465, 'PSBR20002921', 3463, '3324/3368/3463/3465', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3466, 'PSBR93013400', 3368, '3324/3368/3466', 3, 0, '0', 'A', 0, 330, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3467, 'PSBR20002918', 3466, '3324/3368/3466/3467', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3468, 'PSBR20002921', 3466, '3324/3368/3466/3468', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3469, 'PSBR93013500', 3368, '3324/3368/3469', 3, 0, '0', 'A', 0, 340, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3470, 'PSBR20002918', 3469, '3324/3368/3469/3470', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3471, 'PSBR20002921', 3469, '3324/3368/3469/3471', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3472, 'PSBR93013600', 3368, '3324/3368/3472', 3, 0, '0', 'A', 0, 350, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3473, 'PSBR20002918', 3472, '3324/3368/3472/3473', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3474, 'PSBR20002921', 3472, '3324/3368/3472/3474', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3475, 'PSBR93013700', 3368, '3324/3368/3475', 3, 0, '0', 'A', 0, 360, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3476, 'PSBR20002918', 3475, '3324/3368/3475/3476', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3477, 'PSBR20002921', 3475, '3324/3368/3475/3477', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3478, 'PSBR93013800', 3368, '3324/3368/3478', 3, 0, '0', 'A', 0, 370, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3479, 'PSBR20002918', 3478, '3324/3368/3478/3479', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3480, 'PSBR20002921', 3478, '3324/3368/3478/3480', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3481, 'PSBR93013900', 3368, '3324/3368/3481', 3, 0, '0', 'A', 0, 380, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3482, 'PSBR20002918', 3481, '3324/3368/3481/3482', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3483, 'PSBR20002921', 3481, '3324/3368/3481/3483', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3484, 'PSBR93014000', 3368, '3324/3368/3484', 3, 0, '0', 'A', 0, 390, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3485, 'PSBR10006507', 3484, '3324/3368/3484/3485', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3486, 'PSBR10006508', 3484, '3324/3368/3484/3486', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3487, 'PSBR93014100', 3368, '3324/3368/3487', 3, 0, '0', 'A', 0, 400, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3488, 'PSBR20002918', 3487, '3324/3368/3487/3488', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3489, 'PSBR20002921', 3487, '3324/3368/3487/3489', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3490, 'PSBR93014200', 3368, '3324/3368/3490', 3, 0, '0', 'A', 0, 410, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3491, 'PSBR20002918', 3490, '3324/3368/3490/3491', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3492, 'PSBR20002921', 3490, '3324/3368/3490/3492', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3493, 'PSBR93014300', 3368, '3324/3368/3493', 3, 0, '0', 'A', 0, 420, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3494, 'PSBR20002918', 3493, '3324/3368/3493/3494', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3495, 'PSBR20002921', 3493, '3324/3368/3493/3495', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3496, 'PSBR93014400', 3368, '3324/3368/3496', 3, 0, '0', 'A', 0, 430, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3497, 'PSBR20002918', 3496, '3324/3368/3496/3497', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3498, 'PSBR20002921', 3496, '3324/3368/3496/3498', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3499, 'PSBR93014500', 3368, '3324/3368/3499', 3, 0, '0', 'A', 0, 440, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3500, 'PSBR20002918', 3499, '3324/3368/3499/3500', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3501, 'PSBR20002921', 3499, '3324/3368/3499/3501', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3502, 'PSBR93014600', 3368, '3324/3368/3502', 3, 0, '0', 'A', 0, 450, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3503, 'PSBR20002918', 3502, '3324/3368/3502/3503', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3504, 'PSBR20002921', 3502, '3324/3368/3502/3504', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3505, 'PSBR93014700', 3368, '3324/3368/3505', 3, 0, '0', 'A', 0, 460, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3506, 'PSBR20002918', 3505, '3324/3368/3505/3506', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3507, 'PSBR20002921', 3505, '3324/3368/3505/3507', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3508, 'PSBR93014800', 3368, '3324/3368/3508', 3, 0, '0', 'A', 0, 470, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3509, 'PSBR20002918', 3508, '3324/3368/3508/3509', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3510, 'PSBR20002921', 3508, '3324/3368/3508/3510', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3511, 'PSBR93014900', 3368, '3324/3368/3511', 3, 0, '0', 'A', 0, 480, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3512, 'PSBR20002918', 3511, '3324/3368/3511/3512', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3513, 'PSBR20002921', 3511, '3324/3368/3511/3513', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3514, 'PSBR93015000', 3368, '3324/3368/3514', 3, 0, '0', 'A', 0, 490, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3515, 'PSBR20002918', 3514, '3324/3368/3514/3515', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3516, 'PSBR20002921', 3514, '3324/3368/3514/3516', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3517, 'PSBR93015100', 3368, '3324/3368/3517', 3, 0, '0', 'A', 0, 500, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3518, 'PSBR10006519', 3517, '3324/3368/3517/3518', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3519, 'PSBR10006520', 3517, '3324/3368/3517/3519', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3520, 'PSBR93020000', 3324, '3324/3520', 2, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3521, 'PSBR93020100', 3520, '3324/3520/3521', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3522, 'PSBR20002918', 3521, '3324/3520/3521/3522', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3523, 'PSBR20002921', 3521, '3324/3520/3521/3523', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3524, 'PSBR93020200', 3520, '3324/3520/3524', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3525, 'PSBR20002918', 3524, '3324/3520/3524/3525', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3526, 'PSBR20002921', 3524, '3324/3520/3524/3526', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3527, 'PSBR93020300', 3520, '3324/3520/3527', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3528, 'PSBR10006523', 3527, '3324/3520/3527/3528', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3529, 'PSBR10006524', 3527, '3324/3520/3527/3529', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3530, 'PSBR93020400', 3520, '3324/3520/3530', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3531, 'PSBR20002918', 3530, '3324/3520/3530/3531', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3532, 'PSBR20002921', 3530, '3324/3520/3530/3532', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3533, 'PSBR93020500', 3520, '3324/3520/3533', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0);
INSERT INTO `partiushop_categories` (`category_id`, `gpc_code`, `parent_id`, `id_path`, `level`, `company_id`, `usergroup_ids`, `status`, `product_count`, `position`, `timestamp`, `is_op`, `localization`, `age_verification`, `age_limit`, `parent_age_verification`, `parent_age_limit`, `selected_views`, `default_view`, `product_details_view`, `product_columns`, `is_trash`, `is_default`, `category_type`, `ab__fn_category_status`, `ab__fn_label_color`, `ab__fn_label_background`, `ab__fn_use_origin_image`, `ab__lc_catalog_image_control`, `ab__lc_landing`, `ab__lc_subsubcategories`, `ab__lc_menu_id`, `ab__lc_how_to_use_menu`, `ab__lc_inherit_control`, `storefront_id`) VALUES
(3534, 'PSBR20002918', 3533, '3324/3520/3533/3534', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3535, 'PSBR20002921', 3533, '3324/3520/3533/3535', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3536, 'PSBR93020600', 3520, '3324/3520/3536', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3537, 'PSBR20002918', 3536, '3324/3520/3536/3537', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3538, 'PSBR20002921', 3536, '3324/3520/3536/3538', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3539, 'PSBR93020700', 3520, '3324/3520/3539', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3540, 'PSBR20002918', 3539, '3324/3520/3539/3540', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3541, 'PSBR20002921', 3539, '3324/3520/3539/3541', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3542, 'PSBR93020800', 3520, '3324/3520/3542', 3, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3543, 'PSBR20002918', 3542, '3324/3520/3542/3543', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3544, 'PSBR20002921', 3542, '3324/3520/3542/3544', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3545, 'PSBR93020900', 3520, '3324/3520/3545', 3, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3546, 'PSBR20002918', 3545, '3324/3520/3545/3546', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3547, 'PSBR20002921', 3545, '3324/3520/3545/3547', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3548, 'PSBR93021000', 3520, '3324/3520/3548', 3, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3549, 'PSBR20002918', 3548, '3324/3520/3548/3549', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3550, 'PSBR20002921', 3548, '3324/3520/3548/3550', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3551, 'PSBR93021100', 3520, '3324/3520/3551', 3, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3552, 'PSBR10006532', 3551, '3324/3520/3551/3552', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3553, 'PSBR10006533', 3551, '3324/3520/3551/3553', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3554, 'PSBR10006534', 3551, '3324/3520/3551/3554', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3555, 'PSBR93021300', 3520, '3324/3520/3555', 3, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3556, 'PSBR20002918', 3555, '3324/3520/3555/3556', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3557, 'PSBR20002921', 3555, '3324/3520/3555/3557', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3558, 'PSBR93021400', 3520, '3324/3520/3558', 3, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3559, 'PSBR20002918', 3558, '3324/3520/3558/3559', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3560, 'PSBR20002921', 3558, '3324/3520/3558/3560', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3561, 'PSBR93021500', 3520, '3324/3520/3561', 3, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3562, 'PSBR20002918', 3561, '3324/3520/3561/3562', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3563, 'PSBR20002921', 3561, '3324/3520/3561/3563', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3564, 'PSBR93021600', 3520, '3324/3520/3564', 3, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3565, 'PSBR20002918', 3564, '3324/3520/3564/3565', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3566, 'PSBR20002921', 3564, '3324/3520/3564/3566', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3567, 'PSBR93021700', 3520, '3324/3520/3567', 3, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3568, 'PSBR20002918', 3567, '3324/3520/3567/3568', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3569, 'PSBR20002921', 3567, '3324/3520/3567/3569', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3570, 'PSBR93021800', 3520, '3324/3520/3570', 3, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3571, 'PSBR20002918', 3570, '3324/3520/3570/3571', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3572, 'PSBR20002921', 3570, '3324/3520/3570/3572', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3573, 'PSBR93021900', 3520, '3324/3520/3573', 3, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3574, 'PSBR20002918', 3573, '3324/3520/3573/3574', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3575, 'PSBR20002921', 3573, '3324/3520/3573/3575', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3576, 'PSBR93022000', 3520, '3324/3520/3576', 3, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3577, 'PSBR20002918', 3576, '3324/3520/3576/3577', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3578, 'PSBR20002921', 3576, '3324/3520/3576/3578', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3579, 'PSBR93022100', 3520, '3324/3520/3579', 3, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3580, 'PSBR20002918', 3579, '3324/3520/3579/3580', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3581, 'PSBR20002921', 3579, '3324/3520/3579/3581', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3582, 'PSBR93022200', 3520, '3324/3520/3582', 3, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3583, 'PSBR20002918', 3582, '3324/3520/3582/3583', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3584, 'PSBR20002921', 3582, '3324/3520/3582/3584', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3585, 'PSBR93022300', 3520, '3324/3520/3585', 3, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3586, 'PSBR20002918', 3585, '3324/3520/3585/3586', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3587, 'PSBR20002921', 3585, '3324/3520/3585/3587', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3588, 'PSBR93022400', 3520, '3324/3520/3588', 3, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3589, 'PSBR20002918', 3588, '3324/3520/3588/3589', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3590, 'PSBR20002921', 3588, '3324/3520/3588/3590', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3591, 'PSBR93021200', 3520, '3324/3520/3591', 3, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3592, 'PSBR93022500', 3520, '3324/3520/3592', 3, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3593, 'PSBR20002918', 3592, '3324/3520/3592/3593', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3594, 'PSBR20002921', 3592, '3324/3520/3592/3594', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3595, 'PSBR93022600', 3520, '3324/3520/3595', 3, 0, '0', 'A', 0, 260, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3596, 'PSBR20002918', 3595, '3324/3520/3595/3596', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3597, 'PSBR20002921', 3595, '3324/3520/3595/3597', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3598, 'PSBR93022700', 3520, '3324/3520/3598', 3, 0, '0', 'A', 0, 270, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3599, 'PSBR20002918', 3598, '3324/3520/3598/3599', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3600, 'PSBR20002921', 3598, '3324/3520/3598/3600', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3601, 'PSBR93022800', 3520, '3324/3520/3601', 3, 0, '0', 'A', 0, 280, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3602, 'PSBR20002918', 3601, '3324/3520/3601/3602', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3603, 'PSBR20002921', 3601, '3324/3520/3601/3603', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3604, 'PSBR93022900', 3520, '3324/3520/3604', 3, 0, '0', 'A', 0, 290, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3605, 'PSBR20002918', 3604, '3324/3520/3604/3605', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3606, 'PSBR20002921', 3604, '3324/3520/3604/3606', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3607, 'PSBR93023000', 3520, '3324/3520/3607', 3, 0, '0', 'A', 0, 300, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3608, 'PSBR20002918', 3607, '3324/3520/3607/3608', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3609, 'PSBR20002921', 3607, '3324/3520/3607/3609', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3610, 'PSBR93023100', 3520, '3324/3520/3610', 3, 0, '0', 'A', 0, 310, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3611, 'PSBR20002918', 3610, '3324/3520/3610/3611', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3612, 'PSBR20002921', 3610, '3324/3520/3610/3612', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3613, 'PSBR93023200', 3520, '3324/3520/3613', 3, 0, '0', 'A', 0, 320, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3614, 'PSBR20002918', 3613, '3324/3520/3613/3614', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3615, 'PSBR20002921', 3613, '3324/3520/3613/3615', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3616, 'PSBR93023300', 3520, '3324/3520/3616', 3, 0, '0', 'A', 0, 330, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3617, 'PSBR20002918', 3616, '3324/3520/3616/3617', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3618, 'PSBR20002921', 3616, '3324/3520/3616/3618', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3619, 'PSBR93023400', 3520, '3324/3520/3619', 3, 0, '0', 'A', 0, 340, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3620, 'PSBR20002918', 3619, '3324/3520/3619/3620', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3621, 'PSBR20002921', 3619, '3324/3520/3619/3621', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3622, 'PSBR93023500', 3520, '3324/3520/3622', 3, 0, '0', 'A', 0, 350, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3623, 'PSBR20002918', 3622, '3324/3520/3622/3623', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3624, 'PSBR20002921', 3622, '3324/3520/3622/3624', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3625, 'PSBR93023600', 3520, '3324/3520/3625', 3, 0, '0', 'A', 0, 360, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3626, 'PSBR20002918', 3625, '3324/3520/3625/3626', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3627, 'PSBR20002921', 3625, '3324/3520/3625/3627', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3628, 'PSBR93023700', 3520, '3324/3520/3628', 3, 0, '0', 'A', 0, 370, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3629, 'PSBR20002918', 3628, '3324/3520/3628/3629', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3630, 'PSBR20002921', 3628, '3324/3520/3628/3630', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3631, 'PSBR93023800', 3520, '3324/3520/3631', 3, 0, '0', 'A', 0, 380, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3632, 'PSBR20002918', 3631, '3324/3520/3631/3632', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3633, 'PSBR20002921', 3631, '3324/3520/3631/3633', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3634, 'PSBR93050000', 3324, '3324/3634', 2, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3635, 'PSBR10006864', 3634, '3324/3634/3635', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3636, 'PSBR10003290', 3634, '3324/3634/3636', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3637, 'PSBR10006860', 3634, '3324/3634/3637', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3638, 'PSBR10006856', 3634, '3324/3634/3638', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3639, 'PSBR10006857', 3634, '3324/3634/3639', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3640, 'PSBR10006854', 3634, '3324/3634/3640', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3641, 'PSBR10006858', 3634, '3324/3634/3641', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3642, 'PSBR10006859', 3634, '3324/3634/3642', 3, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3643, 'PSBR10006861', 3634, '3324/3634/3643', 3, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3644, 'PSBR10006855', 3634, '3324/3634/3644', 3, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3645, 'PSBR10006862', 3634, '3324/3634/3645', 3, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3646, 'PSBR10006863', 3634, '3324/3634/3646', 3, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3647, 'PSBR10006865', 3634, '3324/3634/3647', 3, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3648, 'PSBR93090000', 3324, '3324/3648', 2, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3649, 'PSBR10003852', 3648, '3324/3648/3649', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3650, 'PSBR93030000', 3324, '3324/3650', 2, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3651, 'PSBR93030100', 3650, '3324/3650/3651', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3652, 'PSBR20002918', 3651, '3324/3650/3651/3652', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3653, 'PSBR20002920', 3651, '3324/3650/3651/3653', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3654, 'PSBR20002919', 3651, '3324/3650/3651/3654', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3655, 'PSBR20000430', 3651, '3324/3650/3651/3655', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3656, 'PSBR93030200', 3650, '3324/3650/3656', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3657, 'PSBR20002918', 3656, '3324/3650/3656/3657', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3658, 'PSBR20002920', 3656, '3324/3650/3656/3658', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3659, 'PSBR20002919', 3656, '3324/3650/3656/3659', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3660, 'PSBR20000430', 3656, '3324/3650/3656/3660', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3661, 'PSBR93030300', 3650, '3324/3650/3661', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3662, 'PSBR20002918', 3661, '3324/3650/3661/3662', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3663, 'PSBR20002920', 3661, '3324/3650/3661/3663', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3664, 'PSBR20002919', 3661, '3324/3650/3661/3664', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3665, 'PSBR20000430', 3661, '3324/3650/3661/3665', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3666, 'PSBR93030400', 3650, '3324/3650/3666', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3667, 'PSBR20002918', 3666, '3324/3650/3666/3667', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3668, 'PSBR20002920', 3666, '3324/3650/3666/3668', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3669, 'PSBR20002919', 3666, '3324/3650/3666/3669', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3670, 'PSBR20000430', 3666, '3324/3650/3666/3670', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3671, 'PSBR93030500', 3650, '3324/3650/3671', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3672, 'PSBR20002918', 3671, '3324/3650/3671/3672', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3673, 'PSBR20002920', 3671, '3324/3650/3671/3673', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3674, 'PSBR20002919', 3671, '3324/3650/3671/3674', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3675, 'PSBR20000430', 3671, '3324/3650/3671/3675', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3676, 'PSBR93030600', 3650, '3324/3650/3676', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3677, 'PSBR20002918', 3676, '3324/3650/3676/3677', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3678, 'PSBR20002920', 3676, '3324/3650/3676/3678', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3679, 'PSBR20002919', 3676, '3324/3650/3676/3679', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3680, 'PSBR20000430', 3676, '3324/3650/3676/3680', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3681, 'PSBR93030700', 3650, '3324/3650/3681', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3682, 'PSBR20002918', 3681, '3324/3650/3681/3682', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3683, 'PSBR20002920', 3681, '3324/3650/3681/3683', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3684, 'PSBR20002919', 3681, '3324/3650/3681/3684', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3685, 'PSBR20000430', 3681, '3324/3650/3681/3685', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3686, 'PSBR93030800', 3650, '3324/3650/3686', 3, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3687, 'PSBR20002918', 3686, '3324/3650/3686/3687', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3688, 'PSBR20002920', 3686, '3324/3650/3686/3688', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3689, 'PSBR20002919', 3686, '3324/3650/3686/3689', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3690, 'PSBR20000430', 3686, '3324/3650/3686/3690', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3691, 'PSBR93030900', 3650, '3324/3650/3691', 3, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3692, 'PSBR20002918', 3691, '3324/3650/3691/3692', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3693, 'PSBR20002920', 3691, '3324/3650/3691/3693', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3694, 'PSBR20002919', 3691, '3324/3650/3691/3694', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3695, 'PSBR20000430', 3691, '3324/3650/3691/3695', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3696, 'PSBR93031000', 3650, '3324/3650/3696', 3, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3697, 'PSBR20002918', 3696, '3324/3650/3696/3697', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3698, 'PSBR20002920', 3696, '3324/3650/3696/3698', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3699, 'PSBR20002919', 3696, '3324/3650/3696/3699', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3700, 'PSBR20000430', 3696, '3324/3650/3696/3700', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3701, 'PSBR93031100', 3650, '3324/3650/3701', 3, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3702, 'PSBR20002918', 3701, '3324/3650/3701/3702', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3703, 'PSBR20002920', 3701, '3324/3650/3701/3703', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3704, 'PSBR20002919', 3701, '3324/3650/3701/3704', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3705, 'PSBR20000430', 3701, '3324/3650/3701/3705', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3706, 'PSBR93031200', 3650, '3324/3650/3706', 3, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3707, 'PSBR20002918', 3706, '3324/3650/3706/3707', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3708, 'PSBR20002920', 3706, '3324/3650/3706/3708', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3709, 'PSBR20002919', 3706, '3324/3650/3706/3709', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3710, 'PSBR20000430', 3706, '3324/3650/3706/3710', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3711, 'PSBR93031300', 3650, '3324/3650/3711', 3, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3712, 'PSBR20002918', 3711, '3324/3650/3711/3712', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3713, 'PSBR20002920', 3711, '3324/3650/3711/3713', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3714, 'PSBR20002919', 3711, '3324/3650/3711/3714', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3715, 'PSBR20000430', 3711, '3324/3650/3711/3715', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3716, 'PSBR93031400', 3650, '3324/3650/3716', 3, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3717, 'PSBR20002918', 3716, '3324/3650/3716/3717', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3718, 'PSBR20002920', 3716, '3324/3650/3716/3718', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3719, 'PSBR20002919', 3716, '3324/3650/3716/3719', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3720, 'PSBR20000430', 3716, '3324/3650/3716/3720', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3721, 'PSBR93031500', 3650, '3324/3650/3721', 3, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3722, 'PSBR20002918', 3721, '3324/3650/3721/3722', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3723, 'PSBR20002920', 3721, '3324/3650/3721/3723', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3724, 'PSBR20002919', 3721, '3324/3650/3721/3724', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3725, 'PSBR20000430', 3721, '3324/3650/3721/3725', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3726, 'PSBR93031600', 3650, '3324/3650/3726', 3, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3727, 'PSBR20002918', 3726, '3324/3650/3726/3727', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3728, 'PSBR20002920', 3726, '3324/3650/3726/3728', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3729, 'PSBR20002919', 3726, '3324/3650/3726/3729', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3730, 'PSBR20000430', 3726, '3324/3650/3726/3730', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3731, 'PSBR93031700', 3650, '3324/3650/3731', 3, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3732, 'PSBR20002918', 3731, '3324/3650/3731/3732', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3733, 'PSBR20002920', 3731, '3324/3650/3731/3733', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3734, 'PSBR20002919', 3731, '3324/3650/3731/3734', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3735, 'PSBR20000430', 3731, '3324/3650/3731/3735', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3736, 'PSBR93031800', 3650, '3324/3650/3736', 3, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3737, 'PSBR20002918', 3736, '3324/3650/3736/3737', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3738, 'PSBR20002920', 3736, '3324/3650/3736/3738', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3739, 'PSBR20002919', 3736, '3324/3650/3736/3739', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3740, 'PSBR20000430', 3736, '3324/3650/3736/3740', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3741, 'PSBR93031900', 3650, '3324/3650/3741', 3, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3742, 'PSBR20002918', 3741, '3324/3650/3741/3742', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3743, 'PSBR20002920', 3741, '3324/3650/3741/3743', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3744, 'PSBR20002919', 3741, '3324/3650/3741/3744', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3745, 'PSBR20000430', 3741, '3324/3650/3741/3745', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3746, 'PSBR93032000', 3650, '3324/3650/3746', 3, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3747, 'PSBR20002918', 3746, '3324/3650/3746/3747', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3748, 'PSBR20002920', 3746, '3324/3650/3746/3748', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3749, 'PSBR20002919', 3746, '3324/3650/3746/3749', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3750, 'PSBR20000430', 3746, '3324/3650/3746/3750', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3751, 'PSBR93032100', 3650, '3324/3650/3751', 3, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3752, 'PSBR20002918', 3751, '3324/3650/3751/3752', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3753, 'PSBR20002920', 3751, '3324/3650/3751/3753', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3754, 'PSBR20002919', 3751, '3324/3650/3751/3754', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3755, 'PSBR20000430', 3751, '3324/3650/3751/3755', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3756, 'PSBR93032200', 3650, '3324/3650/3756', 3, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3757, 'PSBR20002918', 3756, '3324/3650/3756/3757', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3758, 'PSBR20002920', 3756, '3324/3650/3756/3758', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3759, 'PSBR20002919', 3756, '3324/3650/3756/3759', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3760, 'PSBR20000430', 3756, '3324/3650/3756/3760', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3761, 'PSBR93032300', 3650, '3324/3650/3761', 3, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3762, 'PSBR20002918', 3761, '3324/3650/3761/3762', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3763, 'PSBR20002920', 3761, '3324/3650/3761/3763', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3764, 'PSBR20002919', 3761, '3324/3650/3761/3764', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3765, 'PSBR20000430', 3761, '3324/3650/3761/3765', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3766, 'PSBR93032400', 3650, '3324/3650/3766', 3, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3767, 'PSBR20002918', 3766, '3324/3650/3766/3767', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0);
INSERT INTO `partiushop_categories` (`category_id`, `gpc_code`, `parent_id`, `id_path`, `level`, `company_id`, `usergroup_ids`, `status`, `product_count`, `position`, `timestamp`, `is_op`, `localization`, `age_verification`, `age_limit`, `parent_age_verification`, `parent_age_limit`, `selected_views`, `default_view`, `product_details_view`, `product_columns`, `is_trash`, `is_default`, `category_type`, `ab__fn_category_status`, `ab__fn_label_color`, `ab__fn_label_background`, `ab__fn_use_origin_image`, `ab__lc_catalog_image_control`, `ab__lc_landing`, `ab__lc_subsubcategories`, `ab__lc_menu_id`, `ab__lc_how_to_use_menu`, `ab__lc_inherit_control`, `storefront_id`) VALUES
(3768, 'PSBR20002920', 3766, '3324/3650/3766/3768', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3769, 'PSBR20002919', 3766, '3324/3650/3766/3769', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3770, 'PSBR20000430', 3766, '3324/3650/3766/3770', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3771, 'PSBR93032500', 3650, '3324/3650/3771', 3, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3772, 'PSBR20002918', 3771, '3324/3650/3771/3772', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3773, 'PSBR20002920', 3771, '3324/3650/3771/3773', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3774, 'PSBR20002919', 3771, '3324/3650/3771/3774', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3775, 'PSBR20000430', 3771, '3324/3650/3771/3775', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3776, 'PSBR93032600', 3650, '3324/3650/3776', 3, 0, '0', 'A', 0, 260, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3777, 'PSBR20002918', 3776, '3324/3650/3776/3777', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3778, 'PSBR20002920', 3776, '3324/3650/3776/3778', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3779, 'PSBR20002919', 3776, '3324/3650/3776/3779', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3780, 'PSBR20000430', 3776, '3324/3650/3776/3780', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3781, 'PSBR93032700', 3650, '3324/3650/3781', 3, 0, '0', 'A', 0, 270, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3782, 'PSBR20002918', 3781, '3324/3650/3781/3782', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3783, 'PSBR20002920', 3781, '3324/3650/3781/3783', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3784, 'PSBR20002919', 3781, '3324/3650/3781/3784', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3785, 'PSBR20000430', 3781, '3324/3650/3781/3785', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3786, 'PSBR93032800', 3650, '3324/3650/3786', 3, 0, '0', 'A', 0, 280, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3787, 'PSBR20002918', 3786, '3324/3650/3786/3787', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3788, 'PSBR20002920', 3786, '3324/3650/3786/3788', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3789, 'PSBR20002919', 3786, '3324/3650/3786/3789', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3790, 'PSBR20000430', 3786, '3324/3650/3786/3790', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3791, 'PSBR93032900', 3650, '3324/3650/3791', 3, 0, '0', 'A', 0, 290, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3792, 'PSBR20002918', 3791, '3324/3650/3791/3792', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3793, 'PSBR20002920', 3791, '3324/3650/3791/3793', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3794, 'PSBR20002919', 3791, '3324/3650/3791/3794', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3795, 'PSBR20000430', 3791, '3324/3650/3791/3795', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3796, 'PSBR93037600', 3650, '3324/3650/3796', 3, 0, '0', 'A', 0, 300, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3797, 'PSBR20002918', 3796, '3324/3650/3796/3797', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3798, 'PSBR20002920', 3796, '3324/3650/3796/3798', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3799, 'PSBR20002919', 3796, '3324/3650/3796/3799', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3800, 'PSBR20000430', 3796, '3324/3650/3796/3800', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3801, 'PSBR93033000', 3650, '3324/3650/3801', 3, 0, '0', 'A', 0, 310, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3802, 'PSBR20002918', 3801, '3324/3650/3801/3802', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3803, 'PSBR20002920', 3801, '3324/3650/3801/3803', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3804, 'PSBR20002919', 3801, '3324/3650/3801/3804', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3805, 'PSBR20000430', 3801, '3324/3650/3801/3805', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3806, 'PSBR93033100', 3650, '3324/3650/3806', 3, 0, '0', 'A', 0, 320, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3807, 'PSBR20002918', 3806, '3324/3650/3806/3807', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3808, 'PSBR20002920', 3806, '3324/3650/3806/3808', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3809, 'PSBR20002919', 3806, '3324/3650/3806/3809', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3810, 'PSBR20000430', 3806, '3324/3650/3806/3810', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3811, 'PSBR93033200', 3650, '3324/3650/3811', 3, 0, '0', 'A', 0, 330, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3812, 'PSBR20002918', 3811, '3324/3650/3811/3812', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3813, 'PSBR20002920', 3811, '3324/3650/3811/3813', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3814, 'PSBR20002919', 3811, '3324/3650/3811/3814', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3815, 'PSBR20000430', 3811, '3324/3650/3811/3815', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3816, 'PSBR93033300', 3650, '3324/3650/3816', 3, 0, '0', 'A', 0, 340, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3817, 'PSBR20002918', 3816, '3324/3650/3816/3817', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3818, 'PSBR20002920', 3816, '3324/3650/3816/3818', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3819, 'PSBR20002919', 3816, '3324/3650/3816/3819', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3820, 'PSBR20000430', 3816, '3324/3650/3816/3820', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3821, 'PSBR93033400', 3650, '3324/3650/3821', 3, 0, '0', 'A', 0, 350, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3822, 'PSBR20002918', 3821, '3324/3650/3821/3822', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3823, 'PSBR20002920', 3821, '3324/3650/3821/3823', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3824, 'PSBR20002919', 3821, '3324/3650/3821/3824', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3825, 'PSBR20000430', 3821, '3324/3650/3821/3825', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3826, 'PSBR93033500', 3650, '3324/3650/3826', 3, 0, '0', 'A', 0, 360, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3827, 'PSBR20002918', 3826, '3324/3650/3826/3827', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3828, 'PSBR20002920', 3826, '3324/3650/3826/3828', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3829, 'PSBR20002919', 3826, '3324/3650/3826/3829', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3830, 'PSBR20000430', 3826, '3324/3650/3826/3830', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3831, 'PSBR93033600', 3650, '3324/3650/3831', 3, 0, '0', 'A', 0, 370, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3832, 'PSBR20002918', 3831, '3324/3650/3831/3832', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3833, 'PSBR20002920', 3831, '3324/3650/3831/3833', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3834, 'PSBR20002919', 3831, '3324/3650/3831/3834', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3835, 'PSBR20000430', 3831, '3324/3650/3831/3835', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3836, 'PSBR93037700', 3650, '3324/3650/3836', 3, 0, '0', 'A', 0, 380, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3837, 'PSBR20002918', 3836, '3324/3650/3836/3837', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3838, 'PSBR20002920', 3836, '3324/3650/3836/3838', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3839, 'PSBR20002919', 3836, '3324/3650/3836/3839', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3840, 'PSBR20000430', 3836, '3324/3650/3836/3840', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3841, 'PSBR93033700', 3650, '3324/3650/3841', 3, 0, '0', 'A', 0, 390, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3842, 'PSBR20002918', 3841, '3324/3650/3841/3842', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3843, 'PSBR20002920', 3841, '3324/3650/3841/3843', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3844, 'PSBR20002919', 3841, '3324/3650/3841/3844', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3845, 'PSBR20000430', 3841, '3324/3650/3841/3845', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3846, 'PSBR93033800', 3650, '3324/3650/3846', 3, 0, '0', 'A', 0, 400, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3847, 'PSBR20002918', 3846, '3324/3650/3846/3847', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3848, 'PSBR20002920', 3846, '3324/3650/3846/3848', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3849, 'PSBR20002919', 3846, '3324/3650/3846/3849', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3850, 'PSBR20000430', 3846, '3324/3650/3846/3850', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3851, 'PSBR93033900', 3650, '3324/3650/3851', 3, 0, '0', 'A', 0, 410, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3852, 'PSBR20002918', 3851, '3324/3650/3851/3852', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3853, 'PSBR20002920', 3851, '3324/3650/3851/3853', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3854, 'PSBR20002919', 3851, '3324/3650/3851/3854', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3855, 'PSBR20000430', 3851, '3324/3650/3851/3855', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3856, 'PSBR93034000', 3650, '3324/3650/3856', 3, 0, '0', 'A', 0, 420, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3857, 'PSBR20002918', 3856, '3324/3650/3856/3857', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3858, 'PSBR20002920', 3856, '3324/3650/3856/3858', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3859, 'PSBR20002919', 3856, '3324/3650/3856/3859', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3860, 'PSBR20000430', 3856, '3324/3650/3856/3860', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3861, 'PSBR93034100', 3650, '3324/3650/3861', 3, 0, '0', 'A', 0, 430, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3862, 'PSBR20002918', 3861, '3324/3650/3861/3862', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3863, 'PSBR20002920', 3861, '3324/3650/3861/3863', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3864, 'PSBR20002919', 3861, '3324/3650/3861/3864', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3865, 'PSBR20000430', 3861, '3324/3650/3861/3865', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3866, 'PSBR93034200', 3650, '3324/3650/3866', 3, 0, '0', 'A', 0, 440, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3867, 'PSBR20002918', 3866, '3324/3650/3866/3867', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3868, 'PSBR20002920', 3866, '3324/3650/3866/3868', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3869, 'PSBR20002919', 3866, '3324/3650/3866/3869', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3870, 'PSBR20000430', 3866, '3324/3650/3866/3870', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3871, 'PSBR93034300', 3650, '3324/3650/3871', 3, 0, '0', 'A', 0, 450, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3872, 'PSBR20002918', 3871, '3324/3650/3871/3872', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3873, 'PSBR20002920', 3871, '3324/3650/3871/3873', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3874, 'PSBR20002919', 3871, '3324/3650/3871/3874', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3875, 'PSBR20000430', 3871, '3324/3650/3871/3875', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3876, 'PSBR93034400', 3650, '3324/3650/3876', 3, 0, '0', 'A', 0, 460, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3877, 'PSBR20002918', 3876, '3324/3650/3876/3877', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3878, 'PSBR20002920', 3876, '3324/3650/3876/3878', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3879, 'PSBR20002919', 3876, '3324/3650/3876/3879', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3880, 'PSBR20000430', 3876, '3324/3650/3876/3880', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3881, 'PSBR93034500', 3650, '3324/3650/3881', 3, 0, '0', 'A', 0, 470, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3882, 'PSBR20002918', 3881, '3324/3650/3881/3882', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3883, 'PSBR20002920', 3881, '3324/3650/3881/3883', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3884, 'PSBR20002919', 3881, '3324/3650/3881/3884', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3885, 'PSBR20000430', 3881, '3324/3650/3881/3885', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3886, 'PSBR93034600', 3650, '3324/3650/3886', 3, 0, '0', 'A', 0, 480, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3887, 'PSBR20002918', 3886, '3324/3650/3886/3887', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3888, 'PSBR20002920', 3886, '3324/3650/3886/3888', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3889, 'PSBR20002919', 3886, '3324/3650/3886/3889', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3890, 'PSBR20000430', 3886, '3324/3650/3886/3890', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3891, 'PSBR93034700', 3650, '3324/3650/3891', 3, 0, '0', 'A', 0, 490, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3892, 'PSBR20002918', 3891, '3324/3650/3891/3892', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3893, 'PSBR20002920', 3891, '3324/3650/3891/3893', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3894, 'PSBR20002919', 3891, '3324/3650/3891/3894', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3895, 'PSBR20000430', 3891, '3324/3650/3891/3895', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3896, 'PSBR93034800', 3650, '3324/3650/3896', 3, 0, '0', 'A', 0, 500, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3897, 'PSBR20002918', 3896, '3324/3650/3896/3897', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3898, 'PSBR20002920', 3896, '3324/3650/3896/3898', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3899, 'PSBR20002919', 3896, '3324/3650/3896/3899', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3900, 'PSBR20000430', 3896, '3324/3650/3896/3900', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3901, 'PSBR93034900', 3650, '3324/3650/3901', 3, 0, '0', 'A', 0, 510, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3902, 'PSBR20002918', 3901, '3324/3650/3901/3902', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3903, 'PSBR20002920', 3901, '3324/3650/3901/3903', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3904, 'PSBR20002919', 3901, '3324/3650/3901/3904', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3905, 'PSBR20000430', 3901, '3324/3650/3901/3905', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3906, 'PSBR93035000', 3650, '3324/3650/3906', 3, 0, '0', 'A', 0, 520, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3907, 'PSBR20002918', 3906, '3324/3650/3906/3907', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3908, 'PSBR20002920', 3906, '3324/3650/3906/3908', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3909, 'PSBR20002919', 3906, '3324/3650/3906/3909', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3910, 'PSBR20000430', 3906, '3324/3650/3906/3910', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3911, 'PSBR93035100', 3650, '3324/3650/3911', 3, 0, '0', 'A', 0, 530, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3912, 'PSBR20002918', 3911, '3324/3650/3911/3912', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3913, 'PSBR20002920', 3911, '3324/3650/3911/3913', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3914, 'PSBR20002919', 3911, '3324/3650/3911/3914', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3915, 'PSBR20000430', 3911, '3324/3650/3911/3915', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3916, 'PSBR93035200', 3650, '3324/3650/3916', 3, 0, '0', 'A', 0, 540, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3917, 'PSBR20002918', 3916, '3324/3650/3916/3917', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3918, 'PSBR20002920', 3916, '3324/3650/3916/3918', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3919, 'PSBR20002919', 3916, '3324/3650/3916/3919', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3920, 'PSBR20000430', 3916, '3324/3650/3916/3920', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3921, 'PSBR93035300', 3650, '3324/3650/3921', 3, 0, '0', 'A', 0, 550, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3922, 'PSBR20002918', 3921, '3324/3650/3921/3922', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3923, 'PSBR20002920', 3921, '3324/3650/3921/3923', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3924, 'PSBR20002919', 3921, '3324/3650/3921/3924', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3925, 'PSBR20000430', 3921, '3324/3650/3921/3925', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3926, 'PSBR93037800', 3650, '3324/3650/3926', 3, 0, '0', 'A', 0, 560, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3927, 'PSBR20002918', 3926, '3324/3650/3926/3927', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3928, 'PSBR20002920', 3926, '3324/3650/3926/3928', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3929, 'PSBR20002919', 3926, '3324/3650/3926/3929', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3930, 'PSBR20000430', 3926, '3324/3650/3926/3930', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3931, 'PSBR93035400', 3650, '3324/3650/3931', 3, 0, '0', 'A', 0, 570, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3932, 'PSBR20002918', 3931, '3324/3650/3931/3932', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3933, 'PSBR20002920', 3931, '3324/3650/3931/3933', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3934, 'PSBR20002919', 3931, '3324/3650/3931/3934', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3935, 'PSBR20000430', 3931, '3324/3650/3931/3935', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3936, 'PSBR93035500', 3650, '3324/3650/3936', 3, 0, '0', 'A', 0, 580, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3937, 'PSBR20002918', 3936, '3324/3650/3936/3937', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3938, 'PSBR20002920', 3936, '3324/3650/3936/3938', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3939, 'PSBR20002919', 3936, '3324/3650/3936/3939', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3940, 'PSBR20000430', 3936, '3324/3650/3936/3940', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3941, 'PSBR93035600', 3650, '3324/3650/3941', 3, 0, '0', 'A', 0, 590, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3942, 'PSBR20002918', 3941, '3324/3650/3941/3942', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3943, 'PSBR20002920', 3941, '3324/3650/3941/3943', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3944, 'PSBR20002919', 3941, '3324/3650/3941/3944', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3945, 'PSBR20000430', 3941, '3324/3650/3941/3945', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3946, 'PSBR93035700', 3650, '3324/3650/3946', 3, 0, '0', 'A', 0, 600, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3947, 'PSBR20002918', 3946, '3324/3650/3946/3947', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3948, 'PSBR20002920', 3946, '3324/3650/3946/3948', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3949, 'PSBR20002919', 3946, '3324/3650/3946/3949', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3950, 'PSBR20000430', 3946, '3324/3650/3946/3950', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3951, 'PSBR93035800', 3650, '3324/3650/3951', 3, 0, '0', 'A', 0, 610, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3952, 'PSBR20002918', 3951, '3324/3650/3951/3952', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3953, 'PSBR20002920', 3951, '3324/3650/3951/3953', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3954, 'PSBR20002919', 3951, '3324/3650/3951/3954', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3955, 'PSBR20000430', 3951, '3324/3650/3951/3955', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3956, 'PSBR93035900', 3650, '3324/3650/3956', 3, 0, '0', 'A', 0, 620, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3957, 'PSBR20002918', 3956, '3324/3650/3956/3957', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3958, 'PSBR20002920', 3956, '3324/3650/3956/3958', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3959, 'PSBR20002919', 3956, '3324/3650/3956/3959', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3960, 'PSBR20000430', 3956, '3324/3650/3956/3960', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3961, 'PSBR93036000', 3650, '3324/3650/3961', 3, 0, '0', 'A', 0, 630, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3962, 'PSBR20002918', 3961, '3324/3650/3961/3962', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3963, 'PSBR20002920', 3961, '3324/3650/3961/3963', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3964, 'PSBR20002919', 3961, '3324/3650/3961/3964', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3965, 'PSBR20000430', 3961, '3324/3650/3961/3965', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3966, 'PSBR93036100', 3650, '3324/3650/3966', 3, 0, '0', 'A', 0, 640, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3967, 'PSBR20002918', 3966, '3324/3650/3966/3967', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3968, 'PSBR20002920', 3966, '3324/3650/3966/3968', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3969, 'PSBR20002919', 3966, '3324/3650/3966/3969', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3970, 'PSBR20000430', 3966, '3324/3650/3966/3970', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3971, 'PSBR93036200', 3650, '3324/3650/3971', 3, 0, '0', 'A', 0, 650, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3972, 'PSBR20002918', 3971, '3324/3650/3971/3972', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3973, 'PSBR20002920', 3971, '3324/3650/3971/3973', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3974, 'PSBR20002919', 3971, '3324/3650/3971/3974', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3975, 'PSBR20000430', 3971, '3324/3650/3971/3975', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3976, 'PSBR93036300', 3650, '3324/3650/3976', 3, 0, '0', 'A', 0, 660, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3977, 'PSBR20002918', 3976, '3324/3650/3976/3977', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3978, 'PSBR20002920', 3976, '3324/3650/3976/3978', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3979, 'PSBR20002919', 3976, '3324/3650/3976/3979', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3980, 'PSBR20000430', 3976, '3324/3650/3976/3980', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3981, 'PSBR93036400', 3650, '3324/3650/3981', 3, 0, '0', 'A', 0, 670, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3982, 'PSBR20002918', 3981, '3324/3650/3981/3982', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3983, 'PSBR20002920', 3981, '3324/3650/3981/3983', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3984, 'PSBR20002919', 3981, '3324/3650/3981/3984', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3985, 'PSBR20000430', 3981, '3324/3650/3981/3985', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3986, 'PSBR93037400', 3650, '3324/3650/3986', 3, 0, '0', 'A', 0, 680, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3987, 'PSBR20002918', 3986, '3324/3650/3986/3987', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3988, 'PSBR20002920', 3986, '3324/3650/3986/3988', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3989, 'PSBR20002919', 3986, '3324/3650/3986/3989', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3990, 'PSBR20000430', 3986, '3324/3650/3986/3990', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3991, 'PSBR93036500', 3650, '3324/3650/3991', 3, 0, '0', 'A', 0, 690, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3992, 'PSBR20002918', 3991, '3324/3650/3991/3992', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3993, 'PSBR20002920', 3991, '3324/3650/3991/3993', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3994, 'PSBR20002919', 3991, '3324/3650/3991/3994', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3995, 'PSBR20000430', 3991, '3324/3650/3991/3995', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3996, 'PSBR93036600', 3650, '3324/3650/3996', 3, 0, '0', 'A', 0, 700, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3997, 'PSBR20002918', 3996, '3324/3650/3996/3997', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3998, 'PSBR20002920', 3996, '3324/3650/3996/3998', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(3999, 'PSBR20002919', 3996, '3324/3650/3996/3999', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4000, 'PSBR20000430', 3996, '3324/3650/3996/4000', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0);
INSERT INTO `partiushop_categories` (`category_id`, `gpc_code`, `parent_id`, `id_path`, `level`, `company_id`, `usergroup_ids`, `status`, `product_count`, `position`, `timestamp`, `is_op`, `localization`, `age_verification`, `age_limit`, `parent_age_verification`, `parent_age_limit`, `selected_views`, `default_view`, `product_details_view`, `product_columns`, `is_trash`, `is_default`, `category_type`, `ab__fn_category_status`, `ab__fn_label_color`, `ab__fn_label_background`, `ab__fn_use_origin_image`, `ab__lc_catalog_image_control`, `ab__lc_landing`, `ab__lc_subsubcategories`, `ab__lc_menu_id`, `ab__lc_how_to_use_menu`, `ab__lc_inherit_control`, `storefront_id`) VALUES
(4001, 'PSBR93036700', 3650, '3324/3650/4001', 3, 0, '0', 'A', 0, 710, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4002, 'PSBR20002918', 4001, '3324/3650/4001/4002', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4003, 'PSBR20002920', 4001, '3324/3650/4001/4003', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4004, 'PSBR20002919', 4001, '3324/3650/4001/4004', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4005, 'PSBR20000430', 4001, '3324/3650/4001/4005', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4006, 'PSBR93036800', 3650, '3324/3650/4006', 3, 0, '0', 'A', 0, 720, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4007, 'PSBR20002918', 4006, '3324/3650/4006/4007', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4008, 'PSBR20002920', 4006, '3324/3650/4006/4008', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4009, 'PSBR20002919', 4006, '3324/3650/4006/4009', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4010, 'PSBR20000430', 4006, '3324/3650/4006/4010', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4011, 'PSBR93036900', 3650, '3324/3650/4011', 3, 0, '0', 'A', 0, 730, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4012, 'PSBR20002918', 4011, '3324/3650/4011/4012', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4013, 'PSBR20002920', 4011, '3324/3650/4011/4013', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4014, 'PSBR20002919', 4011, '3324/3650/4011/4014', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4015, 'PSBR20000430', 4011, '3324/3650/4011/4015', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4016, 'PSBR93037000', 3650, '3324/3650/4016', 3, 0, '0', 'A', 0, 740, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4017, 'PSBR20002918', 4016, '3324/3650/4016/4017', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4018, 'PSBR20002920', 4016, '3324/3650/4016/4018', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4019, 'PSBR20002919', 4016, '3324/3650/4016/4019', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4020, 'PSBR20000430', 4016, '3324/3650/4016/4020', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4021, 'PSBR93037100', 3650, '3324/3650/4021', 3, 0, '0', 'A', 0, 750, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4022, 'PSBR20002918', 4021, '3324/3650/4021/4022', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4023, 'PSBR20002920', 4021, '3324/3650/4021/4023', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4024, 'PSBR20002919', 4021, '3324/3650/4021/4024', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4025, 'PSBR20000430', 4021, '3324/3650/4021/4025', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4026, 'PSBR93037200', 3650, '3324/3650/4026', 3, 0, '0', 'A', 0, 760, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4027, 'PSBR20002918', 4026, '3324/3650/4026/4027', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4028, 'PSBR20002920', 4026, '3324/3650/4026/4028', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4029, 'PSBR20002919', 4026, '3324/3650/4026/4029', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4030, 'PSBR20000430', 4026, '3324/3650/4026/4030', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4031, 'PSBR93037300', 3650, '3324/3650/4031', 3, 0, '0', 'A', 0, 770, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4032, 'PSBR20002918', 4031, '3324/3650/4031/4032', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4033, 'PSBR20002920', 4031, '3324/3650/4031/4033', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4034, 'PSBR20002919', 4031, '3324/3650/4031/4034', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4035, 'PSBR20000430', 4031, '3324/3650/4031/4035', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4036, 'PSBR93040000', 3324, '3324/4036', 2, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4037, 'PSBR93040100', 4036, '3324/4036/4037', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4038, 'PSBR20002918', 4037, '3324/4036/4037/4038', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4039, 'PSBR20002920', 4037, '3324/4036/4037/4039', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4040, 'PSBR20002919', 4037, '3324/4036/4037/4040', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4041, 'PSBR20000430', 4037, '3324/4036/4037/4041', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4042, 'PSBR93040200', 4036, '3324/4036/4042', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4043, 'PSBR20002918', 4042, '3324/4036/4042/4043', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4044, 'PSBR20002920', 4042, '3324/4036/4042/4044', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4045, 'PSBR20002919', 4042, '3324/4036/4042/4045', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4046, 'PSBR20000430', 4042, '3324/4036/4042/4046', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4047, 'PSBR93040300', 4036, '3324/4036/4047', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4048, 'PSBR20002918', 4047, '3324/4036/4047/4048', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4049, 'PSBR20002920', 4047, '3324/4036/4047/4049', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4050, 'PSBR20002919', 4047, '3324/4036/4047/4050', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4051, 'PSBR20000430', 4047, '3324/4036/4047/4051', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4052, 'PSBR93040400', 4036, '3324/4036/4052', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4053, 'PSBR20002918', 4052, '3324/4036/4052/4053', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4054, 'PSBR20002920', 4052, '3324/4036/4052/4054', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4055, 'PSBR20002919', 4052, '3324/4036/4052/4055', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4056, 'PSBR20000430', 4052, '3324/4036/4052/4056', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4057, 'PSBR93040500', 4036, '3324/4036/4057', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4058, 'PSBR20002918', 4057, '3324/4036/4057/4058', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4059, 'PSBR20002920', 4057, '3324/4036/4057/4059', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4060, 'PSBR20002919', 4057, '3324/4036/4057/4060', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4061, 'PSBR20000430', 4057, '3324/4036/4057/4061', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4062, 'PSBR93040600', 4036, '3324/4036/4062', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4063, 'PSBR20002918', 4062, '3324/4036/4062/4063', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4064, 'PSBR20002920', 4062, '3324/4036/4062/4064', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4065, 'PSBR20002919', 4062, '3324/4036/4062/4065', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4066, 'PSBR20000430', 4062, '3324/4036/4062/4066', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4067, 'PSBR93040700', 4036, '3324/4036/4067', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4068, 'PSBR20002918', 4067, '3324/4036/4067/4068', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4069, 'PSBR20002920', 4067, '3324/4036/4067/4069', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4070, 'PSBR20002919', 4067, '3324/4036/4067/4070', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4071, 'PSBR20000430', 4067, '3324/4036/4067/4071', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4072, 'PSBR93040800', 4036, '3324/4036/4072', 3, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4073, 'PSBR20002918', 4072, '3324/4036/4072/4073', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4074, 'PSBR20002920', 4072, '3324/4036/4072/4074', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4075, 'PSBR20002919', 4072, '3324/4036/4072/4075', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4076, 'PSBR20000430', 4072, '3324/4036/4072/4076', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4077, 'PSBR93040900', 4036, '3324/4036/4077', 3, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4078, 'PSBR20002918', 4077, '3324/4036/4077/4078', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4079, 'PSBR20002920', 4077, '3324/4036/4077/4079', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4080, 'PSBR20002919', 4077, '3324/4036/4077/4080', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4081, 'PSBR20000430', 4077, '3324/4036/4077/4081', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4082, 'PSBR93041000', 4036, '3324/4036/4082', 3, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4083, 'PSBR20002918', 4082, '3324/4036/4082/4083', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4084, 'PSBR20002920', 4082, '3324/4036/4082/4084', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4085, 'PSBR20002919', 4082, '3324/4036/4082/4085', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4086, 'PSBR20000430', 4082, '3324/4036/4082/4086', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4087, 'PSBR93041100', 4036, '3324/4036/4087', 3, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4088, 'PSBR20002918', 4087, '3324/4036/4087/4088', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4089, 'PSBR20002920', 4087, '3324/4036/4087/4089', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4090, 'PSBR20002919', 4087, '3324/4036/4087/4090', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4091, 'PSBR20000430', 4087, '3324/4036/4087/4091', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4092, 'PSBR93041200', 4036, '3324/4036/4092', 3, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4093, 'PSBR20002918', 4092, '3324/4036/4092/4093', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4094, 'PSBR20002920', 4092, '3324/4036/4092/4094', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4095, 'PSBR20002919', 4092, '3324/4036/4092/4095', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4096, 'PSBR20000430', 4092, '3324/4036/4092/4096', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4097, 'PSBR93041300', 4036, '3324/4036/4097', 3, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4098, 'PSBR20002918', 4097, '3324/4036/4097/4098', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4099, 'PSBR20002920', 4097, '3324/4036/4097/4099', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4100, 'PSBR20002919', 4097, '3324/4036/4097/4100', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4101, 'PSBR20000430', 4097, '3324/4036/4097/4101', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4102, 'PSBR93041400', 4036, '3324/4036/4102', 3, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4103, 'PSBR20002918', 4102, '3324/4036/4102/4103', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4104, 'PSBR20002920', 4102, '3324/4036/4102/4104', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4105, 'PSBR20002919', 4102, '3324/4036/4102/4105', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4106, 'PSBR20000430', 4102, '3324/4036/4102/4106', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4107, 'PSBR93041500', 4036, '3324/4036/4107', 3, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4108, 'PSBR20002918', 4107, '3324/4036/4107/4108', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4109, 'PSBR20002920', 4107, '3324/4036/4107/4109', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4110, 'PSBR20002919', 4107, '3324/4036/4107/4110', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4111, 'PSBR20000430', 4107, '3324/4036/4107/4111', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4112, 'PSBR93041600', 4036, '3324/4036/4112', 3, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4113, 'PSBR20002918', 4112, '3324/4036/4112/4113', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4114, 'PSBR20002920', 4112, '3324/4036/4112/4114', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4115, 'PSBR20002919', 4112, '3324/4036/4112/4115', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4116, 'PSBR20000430', 4112, '3324/4036/4112/4116', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4117, 'PSBR93041700', 4036, '3324/4036/4117', 3, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4118, 'PSBR20002918', 4117, '3324/4036/4117/4118', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4119, 'PSBR20002920', 4117, '3324/4036/4117/4119', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4120, 'PSBR20002919', 4117, '3324/4036/4117/4120', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4121, 'PSBR20000430', 4117, '3324/4036/4117/4121', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4122, 'PSBR93041800', 4036, '3324/4036/4122', 3, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4123, 'PSBR20002918', 4122, '3324/4036/4122/4123', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4124, 'PSBR20002920', 4122, '3324/4036/4122/4124', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4125, 'PSBR20002919', 4122, '3324/4036/4122/4125', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4126, 'PSBR20000430', 4122, '3324/4036/4122/4126', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4127, 'PSBR93041900', 4036, '3324/4036/4127', 3, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4128, 'PSBR20002918', 4127, '3324/4036/4127/4128', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4129, 'PSBR20002920', 4127, '3324/4036/4127/4129', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4130, 'PSBR20002919', 4127, '3324/4036/4127/4130', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4131, 'PSBR20000430', 4127, '3324/4036/4127/4131', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4132, 'PSBR93042000', 4036, '3324/4036/4132', 3, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4133, 'PSBR20002918', 4132, '3324/4036/4132/4133', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4134, 'PSBR20002920', 4132, '3324/4036/4132/4134', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4135, 'PSBR20002919', 4132, '3324/4036/4132/4135', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4136, 'PSBR20000430', 4132, '3324/4036/4132/4136', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4137, 'PSBR93042100', 4036, '3324/4036/4137', 3, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4138, 'PSBR20002918', 4137, '3324/4036/4137/4138', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4139, 'PSBR20002920', 4137, '3324/4036/4137/4139', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4140, 'PSBR20002919', 4137, '3324/4036/4137/4140', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4141, 'PSBR20000430', 4137, '3324/4036/4137/4141', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4142, 'PSBR93042300', 4036, '3324/4036/4142', 3, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4143, 'PSBR20002918', 4142, '3324/4036/4142/4143', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4144, 'PSBR20002920', 4142, '3324/4036/4142/4144', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4145, 'PSBR20002919', 4142, '3324/4036/4142/4145', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4146, 'PSBR20000430', 4142, '3324/4036/4142/4146', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4147, 'PSBR93042400', 4036, '3324/4036/4147', 3, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4148, 'PSBR20002918', 4147, '3324/4036/4147/4148', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4149, 'PSBR20002920', 4147, '3324/4036/4147/4149', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4150, 'PSBR20002919', 4147, '3324/4036/4147/4150', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4151, 'PSBR20000430', 4147, '3324/4036/4147/4151', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4152, 'PSBR93042500', 4036, '3324/4036/4152', 3, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4153, 'PSBR20002918', 4152, '3324/4036/4152/4153', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4154, 'PSBR20002920', 4152, '3324/4036/4152/4154', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4155, 'PSBR20002919', 4152, '3324/4036/4152/4155', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4156, 'PSBR20000430', 4152, '3324/4036/4152/4156', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4157, 'PSBR93048700', 4036, '3324/4036/4157', 3, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4158, 'PSBR20002918', 4157, '3324/4036/4157/4158', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4159, 'PSBR20002920', 4157, '3324/4036/4157/4159', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4160, 'PSBR20002919', 4157, '3324/4036/4157/4160', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4161, 'PSBR20000430', 4157, '3324/4036/4157/4161', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4162, 'PSBR93042600', 4036, '3324/4036/4162', 3, 0, '0', 'A', 0, 260, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4163, 'PSBR20002918', 4162, '3324/4036/4162/4163', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4164, 'PSBR20002920', 4162, '3324/4036/4162/4164', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4165, 'PSBR20002919', 4162, '3324/4036/4162/4165', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4166, 'PSBR20000430', 4162, '3324/4036/4162/4166', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4167, 'PSBR93042700', 4036, '3324/4036/4167', 3, 0, '0', 'A', 0, 270, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4168, 'PSBR20002918', 4167, '3324/4036/4167/4168', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4169, 'PSBR20002920', 4167, '3324/4036/4167/4169', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4170, 'PSBR20002919', 4167, '3324/4036/4167/4170', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4171, 'PSBR20000430', 4167, '3324/4036/4167/4171', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4172, 'PSBR93042800', 4036, '3324/4036/4172', 3, 0, '0', 'A', 0, 280, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4173, 'PSBR20002918', 4172, '3324/4036/4172/4173', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4174, 'PSBR20002920', 4172, '3324/4036/4172/4174', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4175, 'PSBR20002919', 4172, '3324/4036/4172/4175', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4176, 'PSBR20000430', 4172, '3324/4036/4172/4176', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4177, 'PSBR93042900', 4036, '3324/4036/4177', 3, 0, '0', 'A', 0, 290, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4178, 'PSBR20002918', 4177, '3324/4036/4177/4178', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4179, 'PSBR20002920', 4177, '3324/4036/4177/4179', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4180, 'PSBR20002919', 4177, '3324/4036/4177/4180', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4181, 'PSBR20000430', 4177, '3324/4036/4177/4181', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4182, 'PSBR93048800', 4036, '3324/4036/4182', 3, 0, '0', 'A', 0, 300, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4183, 'PSBR20002918', 4182, '3324/4036/4182/4183', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4184, 'PSBR20002920', 4182, '3324/4036/4182/4184', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4185, 'PSBR20002919', 4182, '3324/4036/4182/4185', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4186, 'PSBR20000430', 4182, '3324/4036/4182/4186', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4187, 'PSBR93043000', 4036, '3324/4036/4187', 3, 0, '0', 'A', 0, 310, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4188, 'PSBR20002918', 4187, '3324/4036/4187/4188', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4189, 'PSBR20002920', 4187, '3324/4036/4187/4189', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4190, 'PSBR20002919', 4187, '3324/4036/4187/4190', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4191, 'PSBR20000430', 4187, '3324/4036/4187/4191', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4192, 'PSBR93043100', 4036, '3324/4036/4192', 3, 0, '0', 'A', 0, 320, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4193, 'PSBR20002918', 4192, '3324/4036/4192/4193', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4194, 'PSBR20002920', 4192, '3324/4036/4192/4194', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4195, 'PSBR20002919', 4192, '3324/4036/4192/4195', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4196, 'PSBR20000430', 4192, '3324/4036/4192/4196', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4197, 'PSBR93043200', 4036, '3324/4036/4197', 3, 0, '0', 'A', 0, 330, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4198, 'PSBR20002918', 4197, '3324/4036/4197/4198', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4199, 'PSBR20002920', 4197, '3324/4036/4197/4199', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4200, 'PSBR20002919', 4197, '3324/4036/4197/4200', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4201, 'PSBR20000430', 4197, '3324/4036/4197/4201', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4202, 'PSBR93043300', 4036, '3324/4036/4202', 3, 0, '0', 'A', 0, 340, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4203, 'PSBR20002918', 4202, '3324/4036/4202/4203', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4204, 'PSBR20002920', 4202, '3324/4036/4202/4204', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4205, 'PSBR20002919', 4202, '3324/4036/4202/4205', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4206, 'PSBR20000430', 4202, '3324/4036/4202/4206', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4207, 'PSBR93043400', 4036, '3324/4036/4207', 3, 0, '0', 'A', 0, 350, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4208, 'PSBR20002918', 4207, '3324/4036/4207/4208', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4209, 'PSBR20002920', 4207, '3324/4036/4207/4209', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4210, 'PSBR20002919', 4207, '3324/4036/4207/4210', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4211, 'PSBR20000430', 4207, '3324/4036/4207/4211', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4212, 'PSBR93043500', 4036, '3324/4036/4212', 3, 0, '0', 'A', 0, 360, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4213, 'PSBR20002918', 4212, '3324/4036/4212/4213', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4214, 'PSBR20002920', 4212, '3324/4036/4212/4214', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4215, 'PSBR20002919', 4212, '3324/4036/4212/4215', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4216, 'PSBR20000430', 4212, '3324/4036/4212/4216', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4217, 'PSBR93043600', 4036, '3324/4036/4217', 3, 0, '0', 'A', 0, 370, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4218, 'PSBR20002918', 4217, '3324/4036/4217/4218', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4219, 'PSBR20002920', 4217, '3324/4036/4217/4219', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4220, 'PSBR20002919', 4217, '3324/4036/4217/4220', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4221, 'PSBR20000430', 4217, '3324/4036/4217/4221', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4222, 'PSBR93043700', 4036, '3324/4036/4222', 3, 0, '0', 'A', 0, 380, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4223, 'PSBR20002918', 4222, '3324/4036/4222/4223', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4224, 'PSBR20002920', 4222, '3324/4036/4222/4224', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4225, 'PSBR20002919', 4222, '3324/4036/4222/4225', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4226, 'PSBR20000430', 4222, '3324/4036/4222/4226', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4227, 'PSBR93043800', 4036, '3324/4036/4227', 3, 0, '0', 'A', 0, 390, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4228, 'PSBR20002918', 4227, '3324/4036/4227/4228', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4229, 'PSBR20002920', 4227, '3324/4036/4227/4229', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4230, 'PSBR20002919', 4227, '3324/4036/4227/4230', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4231, 'PSBR20000430', 4227, '3324/4036/4227/4231', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4232, 'PSBR93043900', 4036, '3324/4036/4232', 3, 0, '0', 'A', 0, 400, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4233, 'PSBR20002918', 4232, '3324/4036/4232/4233', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0);
INSERT INTO `partiushop_categories` (`category_id`, `gpc_code`, `parent_id`, `id_path`, `level`, `company_id`, `usergroup_ids`, `status`, `product_count`, `position`, `timestamp`, `is_op`, `localization`, `age_verification`, `age_limit`, `parent_age_verification`, `parent_age_limit`, `selected_views`, `default_view`, `product_details_view`, `product_columns`, `is_trash`, `is_default`, `category_type`, `ab__fn_category_status`, `ab__fn_label_color`, `ab__fn_label_background`, `ab__fn_use_origin_image`, `ab__lc_catalog_image_control`, `ab__lc_landing`, `ab__lc_subsubcategories`, `ab__lc_menu_id`, `ab__lc_how_to_use_menu`, `ab__lc_inherit_control`, `storefront_id`) VALUES
(4234, 'PSBR20002920', 4232, '3324/4036/4232/4234', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4235, 'PSBR20002919', 4232, '3324/4036/4232/4235', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4236, 'PSBR20000430', 4232, '3324/4036/4232/4236', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4237, 'PSBR93044000', 4036, '3324/4036/4237', 3, 0, '0', 'A', 0, 410, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4238, 'PSBR10006676', 4237, '3324/4036/4237/4238', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4239, 'PSBR10006677', 4237, '3324/4036/4237/4239', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4240, 'PSBR10006678', 4237, '3324/4036/4237/4240', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4241, 'PSBR10006679', 4237, '3324/4036/4237/4241', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4242, 'PSBR10006680', 4237, '3324/4036/4237/4242', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4243, 'PSBR10006675', 4237, '3324/4036/4237/4243', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4244, 'PSBR93044100', 4036, '3324/4036/4244', 3, 0, '0', 'A', 0, 420, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4245, 'PSBR20002918', 4244, '3324/4036/4244/4245', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4246, 'PSBR20002920', 4244, '3324/4036/4244/4246', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4247, 'PSBR20002919', 4244, '3324/4036/4244/4247', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4248, 'PSBR20000430', 4244, '3324/4036/4244/4248', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4249, 'PSBR93042200', 4036, '3324/4036/4249', 3, 0, '0', 'A', 0, 430, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4250, 'PSBR93044200', 4036, '3324/4036/4250', 3, 0, '0', 'A', 0, 440, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4251, 'PSBR20002918', 4250, '3324/4036/4250/4251', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4252, 'PSBR20002920', 4250, '3324/4036/4250/4252', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4253, 'PSBR20002919', 4250, '3324/4036/4250/4253', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4254, 'PSBR20000430', 4250, '3324/4036/4250/4254', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4255, 'PSBR93044300', 4036, '3324/4036/4255', 3, 0, '0', 'A', 0, 450, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4256, 'PSBR20002918', 4255, '3324/4036/4255/4256', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4257, 'PSBR20002920', 4255, '3324/4036/4255/4257', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4258, 'PSBR20002919', 4255, '3324/4036/4255/4258', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4259, 'PSBR20000430', 4255, '3324/4036/4255/4259', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4260, 'PSBR93044400', 4036, '3324/4036/4260', 3, 0, '0', 'A', 0, 460, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4261, 'PSBR20002918', 4260, '3324/4036/4260/4261', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4262, 'PSBR20002920', 4260, '3324/4036/4260/4262', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4263, 'PSBR20002919', 4260, '3324/4036/4260/4263', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4264, 'PSBR20000430', 4260, '3324/4036/4260/4264', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4265, 'PSBR93044500', 4036, '3324/4036/4265', 3, 0, '0', 'A', 0, 470, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4266, 'PSBR20002918', 4265, '3324/4036/4265/4266', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4267, 'PSBR20002920', 4265, '3324/4036/4265/4267', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4268, 'PSBR20002919', 4265, '3324/4036/4265/4268', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4269, 'PSBR20000430', 4265, '3324/4036/4265/4269', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4270, 'PSBR93044600', 4036, '3324/4036/4270', 3, 0, '0', 'A', 0, 480, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4271, 'PSBR20002918', 4270, '3324/4036/4270/4271', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4272, 'PSBR20002920', 4270, '3324/4036/4270/4272', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4273, 'PSBR20002919', 4270, '3324/4036/4270/4273', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4274, 'PSBR20000430', 4270, '3324/4036/4270/4274', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4275, 'PSBR93048900', 4036, '3324/4036/4275', 3, 0, '0', 'A', 0, 490, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4276, 'PSBR20002918', 4275, '3324/4036/4275/4276', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4277, 'PSBR20002920', 4275, '3324/4036/4275/4277', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4278, 'PSBR20002919', 4275, '3324/4036/4275/4278', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4279, 'PSBR20000430', 4275, '3324/4036/4275/4279', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4280, 'PSBR93044700', 4036, '3324/4036/4280', 3, 0, '0', 'A', 0, 500, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4281, 'PSBR20002918', 4280, '3324/4036/4280/4281', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4282, 'PSBR20002920', 4280, '3324/4036/4280/4282', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4283, 'PSBR20002919', 4280, '3324/4036/4280/4283', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4284, 'PSBR20000430', 4280, '3324/4036/4280/4284', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4285, 'PSBR93044800', 4036, '3324/4036/4285', 3, 0, '0', 'A', 0, 510, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4286, 'PSBR20002918', 4285, '3324/4036/4285/4286', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4287, 'PSBR20002920', 4285, '3324/4036/4285/4287', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4288, 'PSBR20002919', 4285, '3324/4036/4285/4288', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4289, 'PSBR20000430', 4285, '3324/4036/4285/4289', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4290, 'PSBR93049100', 4036, '3324/4036/4290', 3, 0, '0', 'A', 0, 520, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4291, 'PSBR20002918', 4290, '3324/4036/4290/4291', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4292, 'PSBR20002920', 4290, '3324/4036/4290/4292', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4293, 'PSBR20002919', 4290, '3324/4036/4290/4293', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4294, 'PSBR20000430', 4290, '3324/4036/4290/4294', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4295, 'PSBR93044900', 4036, '3324/4036/4295', 3, 0, '0', 'A', 0, 530, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4296, 'PSBR20002918', 4295, '3324/4036/4295/4296', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4297, 'PSBR20002920', 4295, '3324/4036/4295/4297', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4298, 'PSBR20002919', 4295, '3324/4036/4295/4298', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4299, 'PSBR20000430', 4295, '3324/4036/4295/4299', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4300, 'PSBR93045000', 4036, '3324/4036/4300', 3, 0, '0', 'A', 0, 540, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4301, 'PSBR20002918', 4300, '3324/4036/4300/4301', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4302, 'PSBR20002920', 4300, '3324/4036/4300/4302', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4303, 'PSBR20002919', 4300, '3324/4036/4300/4303', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4304, 'PSBR20000430', 4300, '3324/4036/4300/4304', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4305, 'PSBR93049000', 4036, '3324/4036/4305', 3, 0, '0', 'A', 0, 550, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4306, 'PSBR20002918', 4305, '3324/4036/4305/4306', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4307, 'PSBR20002920', 4305, '3324/4036/4305/4307', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4308, 'PSBR20002919', 4305, '3324/4036/4305/4308', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4309, 'PSBR20000430', 4305, '3324/4036/4305/4309', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4310, 'PSBR93045100', 4036, '3324/4036/4310', 3, 0, '0', 'A', 0, 560, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4311, 'PSBR20002918', 4310, '3324/4036/4310/4311', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4312, 'PSBR20002920', 4310, '3324/4036/4310/4312', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4313, 'PSBR20002919', 4310, '3324/4036/4310/4313', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4314, 'PSBR20000430', 4310, '3324/4036/4310/4314', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4315, 'PSBR93045200', 4036, '3324/4036/4315', 3, 0, '0', 'A', 0, 570, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4316, 'PSBR20002918', 4315, '3324/4036/4315/4316', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4317, 'PSBR20002920', 4315, '3324/4036/4315/4317', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4318, 'PSBR20002919', 4315, '3324/4036/4315/4318', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4319, 'PSBR20000430', 4315, '3324/4036/4315/4319', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4320, 'PSBR93049200', 4036, '3324/4036/4320', 3, 0, '0', 'A', 0, 580, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4321, 'PSBR20002918', 4320, '3324/4036/4320/4321', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4322, 'PSBR20002920', 4320, '3324/4036/4320/4322', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4323, 'PSBR20002919', 4320, '3324/4036/4320/4323', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4324, 'PSBR20000430', 4320, '3324/4036/4320/4324', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4325, 'PSBR93045300', 4036, '3324/4036/4325', 3, 0, '0', 'A', 0, 590, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4326, 'PSBR20002918', 4325, '3324/4036/4325/4326', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4327, 'PSBR20002920', 4325, '3324/4036/4325/4327', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4328, 'PSBR20002919', 4325, '3324/4036/4325/4328', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4329, 'PSBR20000430', 4325, '3324/4036/4325/4329', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4330, 'PSBR93045400', 4036, '3324/4036/4330', 3, 0, '0', 'A', 0, 600, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4331, 'PSBR20002918', 4330, '3324/4036/4330/4331', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4332, 'PSBR20002920', 4330, '3324/4036/4330/4332', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4333, 'PSBR20002919', 4330, '3324/4036/4330/4333', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4334, 'PSBR20000430', 4330, '3324/4036/4330/4334', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4335, 'PSBR93045500', 4036, '3324/4036/4335', 3, 0, '0', 'A', 0, 610, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4336, 'PSBR20002918', 4335, '3324/4036/4335/4336', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4337, 'PSBR20002920', 4335, '3324/4036/4335/4337', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4338, 'PSBR20002919', 4335, '3324/4036/4335/4338', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4339, 'PSBR20000430', 4335, '3324/4036/4335/4339', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4340, 'PSBR93049300', 4036, '3324/4036/4340', 3, 0, '0', 'A', 0, 620, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4341, 'PSBR20002918', 4340, '3324/4036/4340/4341', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4342, 'PSBR20002920', 4340, '3324/4036/4340/4342', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4343, 'PSBR20002919', 4340, '3324/4036/4340/4343', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4344, 'PSBR20000430', 4340, '3324/4036/4340/4344', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4345, 'PSBR93045600', 4036, '3324/4036/4345', 3, 0, '0', 'A', 0, 630, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4346, 'PSBR20002918', 4345, '3324/4036/4345/4346', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4347, 'PSBR20002920', 4345, '3324/4036/4345/4347', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4348, 'PSBR20002919', 4345, '3324/4036/4345/4348', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4349, 'PSBR20000430', 4345, '3324/4036/4345/4349', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4350, 'PSBR93045700', 4036, '3324/4036/4350', 3, 0, '0', 'A', 0, 640, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4351, 'PSBR20002918', 4350, '3324/4036/4350/4351', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4352, 'PSBR20002920', 4350, '3324/4036/4350/4352', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4353, 'PSBR20002919', 4350, '3324/4036/4350/4353', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4354, 'PSBR20000430', 4350, '3324/4036/4350/4354', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4355, 'PSBR93045800', 4036, '3324/4036/4355', 3, 0, '0', 'A', 0, 650, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4356, 'PSBR20002918', 4355, '3324/4036/4355/4356', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4357, 'PSBR20002920', 4355, '3324/4036/4355/4357', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4358, 'PSBR20002919', 4355, '3324/4036/4355/4358', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4359, 'PSBR20000430', 4355, '3324/4036/4355/4359', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4360, 'PSBR93045900', 4036, '3324/4036/4360', 3, 0, '0', 'A', 0, 660, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4361, 'PSBR20002918', 4360, '3324/4036/4360/4361', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4362, 'PSBR20002920', 4360, '3324/4036/4360/4362', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4363, 'PSBR20002919', 4360, '3324/4036/4360/4363', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4364, 'PSBR20000430', 4360, '3324/4036/4360/4364', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4365, 'PSBR93046000', 4036, '3324/4036/4365', 3, 0, '0', 'A', 0, 670, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4366, 'PSBR20002918', 4365, '3324/4036/4365/4366', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4367, 'PSBR20002920', 4365, '3324/4036/4365/4367', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4368, 'PSBR20002919', 4365, '3324/4036/4365/4368', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4369, 'PSBR20000430', 4365, '3324/4036/4365/4369', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4370, 'PSBR93046100', 4036, '3324/4036/4370', 3, 0, '0', 'A', 0, 680, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4371, 'PSBR20002918', 4370, '3324/4036/4370/4371', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4372, 'PSBR20002920', 4370, '3324/4036/4370/4372', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4373, 'PSBR20002919', 4370, '3324/4036/4370/4373', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4374, 'PSBR20000430', 4370, '3324/4036/4370/4374', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4375, 'PSBR93046200', 4036, '3324/4036/4375', 3, 0, '0', 'A', 0, 690, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4376, 'PSBR20002918', 4375, '3324/4036/4375/4376', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4377, 'PSBR20002920', 4375, '3324/4036/4375/4377', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4378, 'PSBR20002919', 4375, '3324/4036/4375/4378', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4379, 'PSBR20000430', 4375, '3324/4036/4375/4379', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4380, 'PSBR93046400', 4036, '3324/4036/4380', 3, 0, '0', 'A', 0, 700, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4381, 'PSBR20002918', 4380, '3324/4036/4380/4381', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4382, 'PSBR20002920', 4380, '3324/4036/4380/4382', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4383, 'PSBR20002919', 4380, '3324/4036/4380/4383', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4384, 'PSBR20000430', 4380, '3324/4036/4380/4384', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4385, 'PSBR93046500', 4036, '3324/4036/4385', 3, 0, '0', 'A', 0, 710, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4386, 'PSBR20002918', 4385, '3324/4036/4385/4386', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4387, 'PSBR20002920', 4385, '3324/4036/4385/4387', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4388, 'PSBR20002919', 4385, '3324/4036/4385/4388', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4389, 'PSBR20000430', 4385, '3324/4036/4385/4389', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4390, 'PSBR93046600', 4036, '3324/4036/4390', 3, 0, '0', 'A', 0, 720, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4391, 'PSBR20002918', 4390, '3324/4036/4390/4391', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4392, 'PSBR20002920', 4390, '3324/4036/4390/4392', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4393, 'PSBR20002919', 4390, '3324/4036/4390/4393', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4394, 'PSBR20000430', 4390, '3324/4036/4390/4394', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4395, 'PSBR93046700', 4036, '3324/4036/4395', 3, 0, '0', 'A', 0, 730, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4396, 'PSBR20002918', 4395, '3324/4036/4395/4396', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4397, 'PSBR20002920', 4395, '3324/4036/4395/4397', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4398, 'PSBR20002919', 4395, '3324/4036/4395/4398', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4399, 'PSBR20000430', 4395, '3324/4036/4395/4399', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4400, 'PSBR93046800', 4036, '3324/4036/4400', 3, 0, '0', 'A', 0, 740, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4401, 'PSBR20002918', 4400, '3324/4036/4400/4401', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4402, 'PSBR20002920', 4400, '3324/4036/4400/4402', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4403, 'PSBR20002919', 4400, '3324/4036/4400/4403', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4404, 'PSBR20000430', 4400, '3324/4036/4400/4404', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4405, 'PSBR93046900', 4036, '3324/4036/4405', 3, 0, '0', 'A', 0, 750, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4406, 'PSBR20002918', 4405, '3324/4036/4405/4406', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4407, 'PSBR20002920', 4405, '3324/4036/4405/4407', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4408, 'PSBR20002919', 4405, '3324/4036/4405/4408', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4409, 'PSBR20000430', 4405, '3324/4036/4405/4409', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4410, 'PSBR93047000', 4036, '3324/4036/4410', 3, 0, '0', 'A', 0, 760, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4411, 'PSBR20002918', 4410, '3324/4036/4410/4411', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4412, 'PSBR20002920', 4410, '3324/4036/4410/4412', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4413, 'PSBR20002919', 4410, '3324/4036/4410/4413', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4414, 'PSBR20000430', 4410, '3324/4036/4410/4414', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4415, 'PSBR93047100', 4036, '3324/4036/4415', 3, 0, '0', 'A', 0, 770, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4416, 'PSBR20002918', 4415, '3324/4036/4415/4416', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4417, 'PSBR20002920', 4415, '3324/4036/4415/4417', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4418, 'PSBR20002919', 4415, '3324/4036/4415/4418', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4419, 'PSBR20000430', 4415, '3324/4036/4415/4419', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4420, 'PSBR93047200', 4036, '3324/4036/4420', 3, 0, '0', 'A', 0, 780, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4421, 'PSBR20002918', 4420, '3324/4036/4420/4421', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4422, 'PSBR20002920', 4420, '3324/4036/4420/4422', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4423, 'PSBR20002919', 4420, '3324/4036/4420/4423', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4424, 'PSBR20000430', 4420, '3324/4036/4420/4424', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4425, 'PSBR93047300', 4036, '3324/4036/4425', 3, 0, '0', 'A', 0, 790, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4426, 'PSBR20002918', 4425, '3324/4036/4425/4426', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4427, 'PSBR20002920', 4425, '3324/4036/4425/4427', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4428, 'PSBR20002919', 4425, '3324/4036/4425/4428', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4429, 'PSBR20000430', 4425, '3324/4036/4425/4429', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4430, 'PSBR93047400', 4036, '3324/4036/4430', 3, 0, '0', 'A', 0, 800, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4431, 'PSBR20002918', 4430, '3324/4036/4430/4431', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4432, 'PSBR20002920', 4430, '3324/4036/4430/4432', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4433, 'PSBR20002919', 4430, '3324/4036/4430/4433', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4434, 'PSBR20000430', 4430, '3324/4036/4430/4434', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4435, 'PSBR93047500', 4036, '3324/4036/4435', 3, 0, '0', 'A', 0, 810, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4436, 'PSBR20002918', 4435, '3324/4036/4435/4436', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4437, 'PSBR20002920', 4435, '3324/4036/4435/4437', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4438, 'PSBR20002919', 4435, '3324/4036/4435/4438', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4439, 'PSBR20000430', 4435, '3324/4036/4435/4439', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4440, 'PSBR93047600', 4036, '3324/4036/4440', 3, 0, '0', 'A', 0, 820, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4441, 'PSBR20002918', 4440, '3324/4036/4440/4441', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4442, 'PSBR20002920', 4440, '3324/4036/4440/4442', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4443, 'PSBR20002919', 4440, '3324/4036/4440/4443', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4444, 'PSBR20000430', 4440, '3324/4036/4440/4444', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4445, 'PSBR93047700', 4036, '3324/4036/4445', 3, 0, '0', 'A', 0, 830, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4446, 'PSBR20002918', 4445, '3324/4036/4445/4446', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4447, 'PSBR20002920', 4445, '3324/4036/4445/4447', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4448, 'PSBR20002919', 4445, '3324/4036/4445/4448', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4449, 'PSBR20000430', 4445, '3324/4036/4445/4449', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4450, 'PSBR93047800', 4036, '3324/4036/4450', 3, 0, '0', 'A', 0, 840, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4451, 'PSBR20002918', 4450, '3324/4036/4450/4451', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4452, 'PSBR20002920', 4450, '3324/4036/4450/4452', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4453, 'PSBR20002919', 4450, '3324/4036/4450/4453', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4454, 'PSBR20000430', 4450, '3324/4036/4450/4454', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4455, 'PSBR93047900', 4036, '3324/4036/4455', 3, 0, '0', 'A', 0, 850, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4456, 'PSBR20002918', 4455, '3324/4036/4455/4456', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4457, 'PSBR20002920', 4455, '3324/4036/4455/4457', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4458, 'PSBR20002919', 4455, '3324/4036/4455/4458', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4459, 'PSBR20000430', 4455, '3324/4036/4455/4459', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4460, 'PSBR93048000', 4036, '3324/4036/4460', 3, 0, '0', 'A', 0, 860, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4461, 'PSBR20002918', 4460, '3324/4036/4460/4461', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4462, 'PSBR20002920', 4460, '3324/4036/4460/4462', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4463, 'PSBR20002919', 4460, '3324/4036/4460/4463', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4464, 'PSBR20000430', 4460, '3324/4036/4460/4464', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4465, 'PSBR93048100', 4036, '3324/4036/4465', 3, 0, '0', 'A', 0, 870, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4466, 'PSBR20002918', 4465, '3324/4036/4465/4466', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0);
INSERT INTO `partiushop_categories` (`category_id`, `gpc_code`, `parent_id`, `id_path`, `level`, `company_id`, `usergroup_ids`, `status`, `product_count`, `position`, `timestamp`, `is_op`, `localization`, `age_verification`, `age_limit`, `parent_age_verification`, `parent_age_limit`, `selected_views`, `default_view`, `product_details_view`, `product_columns`, `is_trash`, `is_default`, `category_type`, `ab__fn_category_status`, `ab__fn_label_color`, `ab__fn_label_background`, `ab__fn_use_origin_image`, `ab__lc_catalog_image_control`, `ab__lc_landing`, `ab__lc_subsubcategories`, `ab__lc_menu_id`, `ab__lc_how_to_use_menu`, `ab__lc_inherit_control`, `storefront_id`) VALUES
(4467, 'PSBR20002920', 4465, '3324/4036/4465/4467', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4468, 'PSBR20002919', 4465, '3324/4036/4465/4468', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4469, 'PSBR20000430', 4465, '3324/4036/4465/4469', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4470, 'PSBR93048200', 4036, '3324/4036/4470', 3, 0, '0', 'A', 0, 880, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4471, 'PSBR20002918', 4470, '3324/4036/4470/4471', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4472, 'PSBR20002920', 4470, '3324/4036/4470/4472', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4473, 'PSBR20002919', 4470, '3324/4036/4470/4473', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4474, 'PSBR20000430', 4470, '3324/4036/4470/4474', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4475, 'PSBR93048300', 4036, '3324/4036/4475', 3, 0, '0', 'A', 0, 890, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4476, 'PSBR20002918', 4475, '3324/4036/4475/4476', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4477, 'PSBR20002920', 4475, '3324/4036/4475/4477', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4478, 'PSBR20002919', 4475, '3324/4036/4475/4478', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4479, 'PSBR20000430', 4475, '3324/4036/4475/4479', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4480, 'PSBR93048400', 4036, '3324/4036/4480', 3, 0, '0', 'A', 0, 900, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4481, 'PSBR20002918', 4480, '3324/4036/4480/4481', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4482, 'PSBR20002920', 4480, '3324/4036/4480/4482', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4483, 'PSBR20002919', 4480, '3324/4036/4480/4483', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4484, 'PSBR20000430', 4480, '3324/4036/4480/4484', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4485, 'PSBR93048500', 4036, '3324/4036/4485', 3, 0, '0', 'A', 0, 910, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4486, 'PSBR20002918', 4485, '3324/4036/4485/4486', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4487, 'PSBR20002920', 4485, '3324/4036/4485/4487', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4488, 'PSBR20002919', 4485, '3324/4036/4485/4488', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4489, 'PSBR20000430', 4485, '3324/4036/4485/4489', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4490, 'PSBR93048600', 4036, '3324/4036/4490', 3, 0, '0', 'A', 0, 920, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4491, 'PSBR20002918', 4490, '3324/4036/4490/4491', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4492, 'PSBR20002920', 4490, '3324/4036/4490/4492', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4493, 'PSBR20002919', 4490, '3324/4036/4490/4493', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4494, 'PSBR20000430', 4490, '3324/4036/4490/4494', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4495, 'PSBR93110000', 3324, '3324/4495', 2, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4496, 'PSBR10006774', 4495, '3324/4495/4496', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4497, 'PSBR93070000', 3324, '3324/4497', 2, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4498, 'PSBR93070200', 4497, '3324/4497/4498', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4499, 'PSBR20002053', 4498, '3324/4497/4498/4499', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4500, 'PSBR20002052', 4498, '3324/4497/4498/4500', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4501, 'PSBR20000430', 4498, '3324/4497/4498/4501', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4502, 'PSBR20003175', 4498, '3324/4497/4498/4502', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4503, 'PSBR93070100', 4497, '3324/4497/4503', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4504, 'PSBR10003291', 4503, '3324/4497/4503/4504', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4505, 'PSBR10007943', 4503, '3324/4497/4503/4505', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4506, 'PSBR10007946', 4503, '3324/4497/4503/4506', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4507, 'PSBR93060000', 3324, '3324/4507', 2, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4508, 'PSBR10003305', 4507, '3324/4507/4508', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4509, 'PSBR47000000', 0, '4509', 1, 0, '0', 'A', 0, 310, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4510, 'PSBR47120000', 4509, '4509/4510', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4511, 'PSBR10000411', 4510, '4509/4510/4511', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4512, 'PSBR10000435', 4510, '4509/4510/4512', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4513, 'PSBR10000754', 4510, '4509/4510/4513', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4514, 'PSBR10000664', 4510, '4509/4510/4514', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4515, 'PSBR10000436', 4510, '4509/4510/4515', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4516, 'PSBR47220000', 4509, '4509/4516', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4517, 'PSBR10008007', 4516, '4509/4516/4517', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4518, 'PSBR10008006', 4516, '4509/4516/4518', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4519, 'PSBR47190000', 4509, '4509/4519', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4520, 'PSBR10000694', 4519, '4509/4519/4520', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4521, 'PSBR47100000', 4509, '4509/4521', 2, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4522, 'PSBR47102100', 4521, '4509/4521/4522', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4523, 'PSBR10008145', 4522, '4509/4521/4522/4523', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4524, 'PSBR10008148', 4522, '4509/4521/4522/4524', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4525, 'PSBR10008119', 4522, '4509/4521/4522/4525', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4526, 'PSBR10008146', 4522, '4509/4521/4522/4526', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4527, 'PSBR10008147', 4522, '4509/4521/4522/4527', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4528, 'PSBR10008144', 4522, '4509/4521/4522/4528', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4529, 'PSBR10000445', 4522, '4509/4521/4522/4529', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4530, 'PSBR10008149', 4522, '4509/4521/4522/4530', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4531, 'PSBR47101900', 4521, '4509/4521/4531', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4532, 'PSBR10000556', 4531, '4509/4521/4531/4532', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4533, 'PSBR10000749', 4531, '4509/4521/4531/4533', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4534, 'PSBR10000701', 4531, '4509/4521/4531/4534', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4535, 'PSBR10000434', 4531, '4509/4521/4531/4535', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4536, 'PSBR47101500', 4521, '4509/4521/4536', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4537, 'PSBR10000740', 4536, '4509/4521/4536/4537', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4538, 'PSBR10000402', 4536, '4509/4521/4536/4538', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4539, 'PSBR10000696', 4536, '4509/4521/4536/4539', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4540, 'PSBR10000745', 4536, '4509/4521/4536/4540', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4541, 'PSBR10000697', 4536, '4509/4521/4536/4541', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4542, 'PSBR47101700', 4521, '4509/4521/4542', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4543, 'PSBR10000743', 4542, '4509/4521/4542/4543', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4544, 'PSBR10000744', 4542, '4509/4521/4542/4544', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4545, 'PSBR10000427', 4542, '4509/4521/4542/4545', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4546, 'PSBR10000424', 4542, '4509/4521/4542/4546', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4547, 'PSBR10000742', 4542, '4509/4521/4542/4547', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4548, 'PSBR10000444', 4542, '4509/4521/4542/4548', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4549, 'PSBR10000747', 4542, '4509/4521/4542/4549', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4550, 'PSBR10000699', 4542, '4509/4521/4542/4550', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4551, 'PSBR10000741', 4542, '4509/4521/4542/4551', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4552, 'PSBR47101600', 4521, '4509/4521/4552', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4553, 'PSBR10000398', 4552, '4509/4521/4552/4553', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4554, 'PSBR10000531', 4552, '4509/4521/4552/4554', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4555, 'PSBR10007932', 4552, '4509/4521/4552/4555', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4556, 'PSBR10000446', 4552, '4509/4521/4552/4556', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4557, 'PSBR10000442', 4552, '4509/4521/4552/4557', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4558, 'PSBR10000441', 4552, '4509/4521/4552/4558', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4559, 'PSBR10006234', 4552, '4509/4521/4552/4559', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4560, 'PSBR10000440', 4552, '4509/4521/4552/4560', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4561, 'PSBR10000746', 4552, '4509/4521/4552/4561', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4562, 'PSBR10000698', 4552, '4509/4521/4552/4562', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4563, 'PSBR10000426', 4552, '4509/4521/4552/4563', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4564, 'PSBR10000505', 4552, '4509/4521/4552/4564', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4565, 'PSBR10000405', 4552, '4509/4521/4552/4565', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4566, 'PSBR10000397', 4552, '4509/4521/4552/4566', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4567, 'PSBR10000443', 4552, '4509/4521/4552/4567', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4568, 'PSBR10000447', 4552, '4509/4521/4552/4568', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4569, 'PSBR10000423', 4552, '4509/4521/4552/4569', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4570, 'PSBR10006233', 4552, '4509/4521/4552/4570', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4571, 'PSBR47102000', 4521, '4509/4521/4571', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4572, 'PSBR47210000', 4509, '4509/4572', 2, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4573, 'PSBR10002125', 4572, '4509/4572/4573', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4574, 'PSBR10006817', 4572, '4509/4572/4574', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4575, 'PSBR10006815', 4572, '4509/4572/4575', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4576, 'PSBR10006816', 4572, '4509/4572/4576', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4577, 'PSBR10001761', 4572, '4509/4572/4577', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4578, 'PSBR47200000', 4509, '4509/4578', 2, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4579, 'PSBR47200200', 4578, '4509/4578/4579', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4580, 'PSBR10008123', 4579, '4509/4578/4579/4580', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4581, 'PSBR10008124', 4579, '4509/4578/4579/4581', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4582, 'PSBR10008128', 4579, '4509/4578/4579/4582', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4583, 'PSBR10008126', 4579, '4509/4578/4579/4583', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4584, 'PSBR10008129', 4579, '4509/4578/4579/4584', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4585, 'PSBR10008130', 4579, '4509/4578/4579/4585', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4586, 'PSBR10008125', 4579, '4509/4578/4579/4586', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4587, 'PSBR10008127', 4579, '4509/4578/4579/4587', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4588, 'PSBR10005811', 4579, '4509/4578/4579/4588', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4589, 'PSBR10008122', 4579, '4509/4578/4579/4589', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4590, 'PSBR47200100', 4578, '4509/4578/4590', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4591, 'PSBR20000352', 4590, '4509/4578/4590/4591', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4592, 'PSBR20002822', 4590, '4509/4578/4590/4592', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4593, 'PSBR20002821', 4590, '4509/4578/4590/4593', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4594, 'PSBR20000794', 4590, '4509/4578/4590/4594', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4595, 'PSBR47200300', 4578, '4509/4578/4595', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4596, 'PSBR10008131', 4595, '4509/4578/4595/4596', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4597, 'PSBR10008134', 4595, '4509/4578/4595/4597', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4598, 'PSBR10002023', 4595, '4509/4578/4595/4598', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4599, 'PSBR10002031', 4595, '4509/4578/4595/4599', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4600, 'PSBR10005830', 4595, '4509/4578/4595/4600', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4601, 'PSBR10002025', 4595, '4509/4578/4595/4601', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4602, 'PSBR10008132', 4595, '4509/4578/4595/4602', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4603, 'PSBR10008135', 4595, '4509/4578/4595/4603', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4604, 'PSBR10008137', 4595, '4509/4578/4595/4604', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4605, 'PSBR10002024', 4595, '4509/4578/4595/4605', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4606, 'PSBR10008133', 4595, '4509/4578/4595/4606', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4607, 'PSBR10008136', 4595, '4509/4578/4595/4607', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4608, 'PSBR83000000', 0, '4608', 1, 0, '0', 'A', 0, 320, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4609, 'PSBR83011800', 4608, '4608/4609', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4610, 'PSBR83010600', 4608, '4608/4610', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4611, 'PSBR83011400', 4608, '4608/4611', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4612, 'PSBR83012500', 4608, '4608/4612', 2, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4613, 'PSBR83010700', 4608, '4608/4613', 2, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4614, 'PSBR83012600', 4608, '4608/4614', 2, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4615, 'PSBR83011900', 4608, '4608/4615', 2, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4616, 'PSBR83011200', 4608, '4608/4616', 2, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4617, 'PSBR83010300', 4608, '4608/4617', 2, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4618, 'PSBR83012200', 4608, '4608/4618', 2, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4619, 'PSBR83011000', 4608, '4608/4619', 2, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4620, 'PSBR83010500', 4608, '4608/4620', 2, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4621, 'PSBR83010900', 4608, '4608/4621', 2, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4622, 'PSBR83012000', 4608, '4608/4622', 2, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4623, 'PSBR83010400', 4608, '4608/4623', 2, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4624, 'PSBR83011500', 4608, '4608/4624', 2, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4625, 'PSBR83011100', 4608, '4608/4625', 2, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4626, 'PSBR83012400', 4608, '4608/4626', 2, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4627, 'PSBR83012300', 4608, '4608/4627', 2, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4628, 'PSBR83010100', 4608, '4608/4628', 2, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4629, 'PSBR83012100', 4608, '4608/4629', 2, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4630, 'PSBR83010800', 4608, '4608/4630', 2, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4631, 'PSBR83011700', 4608, '4608/4631', 2, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4632, 'PSBR83011300', 4608, '4608/4632', 2, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4633, 'PSBR92000000', 0, '4633', 1, 0, '0', 'A', 0, 330, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4634, 'PSBR92020000', 4633, '4633/4634', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4635, 'PSBR10005850', 4634, '4633/4634/4635', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4636, 'PSBR10005848', 4634, '4633/4634/4636', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4637, 'PSBR10005849', 4634, '4633/4634/4637', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4638, 'PSBR92030000', 4633, '4633/4638', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4639, 'PSBR10005861', 4638, '4633/4638/4639', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4640, 'PSBR10005860', 4638, '4633/4638/4640', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4641, 'PSBR10005859', 4638, '4633/4638/4641', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4642, 'PSBR10005862', 4638, '4633/4638/4642', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4643, 'PSBR10005853', 4638, '4633/4638/4643', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4644, 'PSBR92040000', 4633, '4633/4644', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4645, 'PSBR10005857', 4644, '4633/4644/4645', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4646, 'PSBR10005856', 4644, '4633/4644/4646', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4647, 'PSBR10005854', 4644, '4633/4644/4647', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4648, 'PSBR10005855', 4644, '4633/4644/4648', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4649, 'PSBR10005858', 4644, '4633/4644/4649', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4650, 'PSBR92010000', 4633, '4633/4650', 2, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4651, 'PSBR92010100', 4650, '4633/4650/4651', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4652, 'PSBR10005852', 4651, '4633/4650/4651/4652', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4653, 'PSBR10005851', 4651, '4633/4650/4651/4653', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4654, 'PSBR92010300', 4650, '4633/4650/4654', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4655, 'PSBR10005846', 4654, '4633/4650/4654/4655', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4656, 'PSBR10005847', 4654, '4633/4650/4654/4656', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4657, 'PSBR58000000', 0, '4657', 1, 0, '0', 'A', 0, 340, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4658, 'PSBR58010100', 4657, '4657/4658', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4659, 'PSBR85000000', 0, '4659', 1, 0, '0', 'A', 0, 350, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4660, 'PSBR85010200', 4659, '4659/4660', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4661, 'PSBR91000000', 0, '4661', 1, 0, '0', 'A', 0, 360, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4662, 'PSBR91040000', 4661, '4661/4662', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4663, 'PSBR10005418', 4662, '4661/4662/4663', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4664, 'PSBR91020000', 4661, '4661/4664', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4665, 'PSBR91020200', 4664, '4661/4664/4665', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4666, 'PSBR10005393', 4665, '4661/4664/4665/4666', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4667, 'PSBR10005391', 4665, '4661/4664/4665/4667', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4668, 'PSBR10005389', 4665, '4661/4664/4665/4668', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4669, 'PSBR10005388', 4665, '4661/4664/4665/4669', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4670, 'PSBR10005872', 4665, '4661/4664/4665/4670', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4671, 'PSBR10003427', 4665, '4661/4664/4665/4671', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4672, 'PSBR10005725', 4665, '4661/4664/4665/4672', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4673, 'PSBR10005390', 4665, '4661/4664/4665/4673', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4674, 'PSBR10005395', 4665, '4661/4664/4665/4674', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4675, 'PSBR10005474', 4665, '4661/4664/4665/4675', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4676, 'PSBR10005392', 4665, '4661/4664/4665/4676', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4677, 'PSBR10005874', 4665, '4661/4664/4665/4677', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4678, 'PSBR10005873', 4665, '4661/4664/4665/4678', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4679, 'PSBR10005394', 4665, '4661/4664/4665/4679', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4680, 'PSBR91020100', 4664, '4661/4664/4680', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4681, 'PSBR10005385', 4680, '4661/4664/4680/4681', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4682, 'PSBR10005384', 4680, '4661/4664/4680/4682', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4683, 'PSBR10005387', 4680, '4661/4664/4680/4683', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4684, 'PSBR10005386', 4680, '4661/4664/4680/4684', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4685, 'PSBR10005383', 4680, '4661/4664/4680/4685', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4686, 'PSBR91010000', 4661, '4661/4686', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4687, 'PSBR10005373', 4686, '4661/4686/4687', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4688, 'PSBR10005375', 4686, '4661/4686/4688', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4689, 'PSBR10005376', 4686, '4661/4686/4689', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4690, 'PSBR10005374', 4686, '4661/4686/4690', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4691, 'PSBR10005380', 4686, '4661/4686/4691', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4692, 'PSBR10005472', 4686, '4661/4686/4692', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4693, 'PSBR10005378', 4686, '4661/4686/4693', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4694, 'PSBR10005382', 4686, '4661/4686/4694', 3, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4695, 'PSBR10006851', 4686, '4661/4686/4695', 3, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4696, 'PSBR10005377', 4686, '4661/4686/4696', 3, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4697, 'PSBR10005379', 4686, '4661/4686/4697', 3, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4698, 'PSBR10006850', 4686, '4661/4686/4698', 3, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4699, 'PSBR10005381', 4686, '4661/4686/4699', 3, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4700, 'PSBR91050000', 4661, '4661/4700', 2, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4701, 'PSBR10000788', 4700, '4661/4700/4701', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4702, 'PSBR10000796', 4700, '4661/4700/4702', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0);
INSERT INTO `partiushop_categories` (`category_id`, `gpc_code`, `parent_id`, `id_path`, `level`, `company_id`, `usergroup_ids`, `status`, `product_count`, `position`, `timestamp`, `is_op`, `localization`, `age_verification`, `age_limit`, `parent_age_verification`, `parent_age_limit`, `selected_views`, `default_view`, `product_details_view`, `product_columns`, `is_trash`, `is_default`, `category_type`, `ab__fn_category_status`, `ab__fn_label_color`, `ab__fn_label_background`, `ab__fn_use_origin_image`, `ab__lc_catalog_image_control`, `ab__lc_landing`, `ab__lc_subsubcategories`, `ab__lc_menu_id`, `ab__lc_how_to_use_menu`, `ab__lc_inherit_control`, `storefront_id`) VALUES
(4703, 'PSBR10000634', 4700, '4661/4700/4703', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4704, 'PSBR10000791', 4700, '4661/4700/4704', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4705, 'PSBR10000503', 4700, '4661/4700/4705', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4706, 'PSBR10006820', 4700, '4661/4700/4706', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4707, 'PSBR10006818', 4700, '4661/4700/4707', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4708, 'PSBR10006819', 4700, '4661/4700/4708', 3, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4709, 'PSBR91030000', 4661, '4661/4709', 2, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4710, 'PSBR91030800', 4709, '4661/4709/4710', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4711, 'PSBR20000765', 4710, '4661/4709/4710/4711', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4712, 'PSBR91030500', 4709, '4661/4709/4712', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4713, 'PSBR20002332', 4712, '4661/4709/4712/4713', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4714, 'PSBR20002348', 4712, '4661/4709/4712/4714', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4715, 'PSBR91030700', 4709, '4661/4709/4715', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4716, 'PSBR20001353', 4715, '4661/4709/4715/4716', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4717, 'PSBR20002827', 4715, '4661/4709/4715/4717', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4718, 'PSBR91030400', 4709, '4661/4709/4718', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4719, 'PSBR10005414', 4718, '4661/4709/4718/4719', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4720, 'PSBR10005411', 4718, '4661/4709/4718/4720', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4721, 'PSBR10005709', 4718, '4661/4709/4718/4721', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4722, 'PSBR10005413', 4718, '4661/4709/4718/4722', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4723, 'PSBR10005415', 4718, '4661/4709/4718/4723', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4724, 'PSBR10005412', 4718, '4661/4709/4718/4724', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4725, 'PSBR91030300', 4709, '4661/4709/4725', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4726, 'PSBR10005408', 4725, '4661/4709/4725/4726', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4727, 'PSBR10005409', 4725, '4661/4709/4725/4727', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4728, 'PSBR10005407', 4725, '4661/4709/4725/4728', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4729, 'PSBR10005410', 4725, '4661/4709/4725/4729', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4730, 'PSBR91030600', 4709, '4661/4709/4730', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4731, 'PSBR91030200', 4709, '4661/4709/4731', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4732, 'PSBR10005405', 4731, '4661/4709/4731/4732', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4733, 'PSBR10008069', 4731, '4661/4709/4731/4733', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4734, 'PSBR10005400', 4731, '4661/4709/4731/4734', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4735, 'PSBR10005401', 4731, '4661/4709/4731/4735', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4736, 'PSBR10005399', 4731, '4661/4709/4731/4736', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4737, 'PSBR10005406', 4731, '4661/4709/4731/4737', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4738, 'PSBR10005403', 4731, '4661/4709/4731/4738', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4739, 'PSBR10007007', 4731, '4661/4709/4731/4739', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4740, 'PSBR10005398', 4731, '4661/4709/4731/4740', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4741, 'PSBR10005402', 4731, '4661/4709/4731/4741', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4742, 'PSBR91030100', 4709, '4661/4709/4742', 3, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4743, 'PSBR10005396', 4742, '4661/4709/4742/4743', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4744, 'PSBR10007008', 4742, '4661/4709/4742/4744', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4745, 'PSBR10005397', 4742, '4661/4709/4742/4745', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4746, 'PSBR10005473', 4742, '4661/4709/4742/4746', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4747, 'PSBR95000000', 0, '4747', 1, 0, '0', 'A', 0, 370, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4748, 'PSBR95020000', 4747, '4747/4748', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4749, 'PSBR10007584', 4748, '4747/4748/4749', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4750, 'PSBR95160000', 4747, '4747/4750', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4751, 'PSBR10008109', 4750, '4747/4750/4751', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4752, 'PSBR10008110', 4750, '4747/4750/4752', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4753, 'PSBR95060000', 4747, '4747/4753', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4754, 'PSBR95060200', 4753, '4747/4753/4754', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4755, 'PSBR95060100', 4753, '4747/4753/4755', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4756, 'PSBR95100000', 4747, '4747/4756', 2, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4757, 'PSBR10007595', 4756, '4747/4756/4757', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4758, 'PSBR95010000', 4747, '4747/4758', 2, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4759, 'PSBR95010400', 4758, '4747/4758/4759', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4760, 'PSBR95010300', 4758, '4747/4758/4760', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4761, 'PSBR95010500', 4758, '4747/4758/4761', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4762, 'PSBR95010100', 4758, '4747/4758/4762', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4763, 'PSBR95010600', 4758, '4747/4758/4763', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4764, 'PSBR95010200', 4758, '4747/4758/4764', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4765, 'PSBR95110000', 4747, '4747/4765', 2, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4766, 'PSBR95110400', 4765, '4747/4765/4766', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4767, 'PSBR95110300', 4765, '4747/4765/4767', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4768, 'PSBR95040000', 4747, '4747/4768', 2, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4769, 'PSBR95040100', 4768, '4747/4768/4769', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4770, 'PSBR95040200', 4768, '4747/4768/4770', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4771, 'PSBR95090000', 4747, '4747/4771', 2, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4772, 'PSBR10007594', 4771, '4747/4771/4772', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4773, 'PSBR95130000', 4747, '4747/4773', 2, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4774, 'PSBR95130100', 4773, '4747/4773/4774', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4775, 'PSBR95130200', 4773, '4747/4773/4775', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4776, 'PSBR95130300', 4773, '4747/4773/4776', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4777, 'PSBR95080000', 4747, '4747/4777', 2, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4778, 'PSBR10007593', 4777, '4747/4777/4778', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4779, 'PSBR95030000', 4747, '4747/4779', 2, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4780, 'PSBR10007585', 4779, '4747/4779/4780', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4781, 'PSBR95120000', 4747, '4747/4781', 2, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4782, 'PSBR95120200', 4781, '4747/4781/4782', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4783, 'PSBR95120100', 4781, '4747/4781/4783', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4784, 'PSBR95140000', 4747, '4747/4784', 2, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4785, 'PSBR10007603', 4784, '4747/4784/4785', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4786, 'PSBR95150000', 4747, '4747/4786', 2, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4787, 'PSBR10007605', 4786, '4747/4786/4787', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4788, 'PSBR95050000', 4747, '4747/4788', 2, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4789, 'PSBR95050200', 4788, '4747/4788/4789', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4790, 'PSBR95050100', 4788, '4747/4788/4790', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4791, 'PSBR95070000', 4747, '4747/4791', 2, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4792, 'PSBR10007592', 4791, '4747/4791/4792', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4793, 'PSBR51000000', 0, '4793', 1, 0, '0', 'A', 0, 380, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4794, 'PSBR51130000', 4793, '4793/4794', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4795, 'PSBR51131500', 4794, '4793/4794/4795', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4796, 'PSBR10000455', 4795, '4793/4794/4795/4796', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4797, 'PSBR10000843', 4795, '4793/4794/4795/4797', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4798, 'PSBR51131700', 4794, '4793/4794/4798', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4799, 'PSBR51131600', 4794, '4793/4794/4799', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4800, 'PSBR10000454', 4799, '4793/4794/4799/4800', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4801, 'PSBR10000844', 4799, '4793/4794/4799/4801', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4802, 'PSBR10000648', 4799, '4793/4794/4799/4802', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4803, 'PSBR10000452', 4799, '4793/4794/4799/4803', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4804, 'PSBR10000453', 4799, '4793/4794/4799/4804', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4805, 'PSBR51150000', 4793, '4793/4805', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4806, 'PSBR10008118', 4805, '4793/4805/4806', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4807, 'PSBR10005844', 4805, '4793/4805/4807', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4808, 'PSBR51160000', 4793, '4793/4808', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4809, 'PSBR10008142', 4808, '4793/4808/4809', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4810, 'PSBR10008141', 4808, '4793/4808/4810', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4811, 'PSBR10008140', 4808, '4793/4808/4811', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4812, 'PSBR10005845', 4808, '4793/4808/4812', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4813, 'PSBR51120000', 4793, '4793/4813', 2, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4814, 'PSBR51121800', 4813, '4793/4813/4814', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4815, 'PSBR51121900', 4813, '4793/4813/4815', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4816, 'PSBR10000918', 4815, '4793/4813/4815/4816', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4817, 'PSBR10000917', 4815, '4793/4813/4815/4817', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4818, 'PSBR51121500', 4813, '4793/4813/4818', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4819, 'PSBR10000841', 4818, '4793/4813/4818/4819', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4820, 'PSBR10000650', 4818, '4793/4813/4818/4820', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4821, 'PSBR10000465', 4818, '4793/4813/4818/4821', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4822, 'PSBR10000466', 4818, '4793/4813/4818/4822', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4823, 'PSBR51121600', 4813, '4793/4813/4823', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4824, 'PSBR10000651', 4823, '4793/4813/4823/4824', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4825, 'PSBR10000468', 4823, '4793/4813/4823/4825', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4826, 'PSBR10000467', 4823, '4793/4813/4823/4826', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4827, 'PSBR51140000', 4793, '4793/4827', 2, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4828, 'PSBR10000673', 4827, '4793/4827/4828', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4829, 'PSBR51110000', 4793, '4793/4829', 2, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4830, 'PSBR51111500', 4829, '4793/4829/4830', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4831, 'PSBR10000461', 4830, '4793/4829/4830/4831', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4832, 'PSBR10000462', 4830, '4793/4829/4830/4832', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4833, 'PSBR10000838', 4830, '4793/4829/4830/4833', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4834, 'PSBR10000674', 4830, '4793/4829/4830/4834', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4835, 'PSBR10000460', 4830, '4793/4829/4830/4835', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4836, 'PSBR51111600', 4829, '4793/4829/4836', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4837, 'PSBR20000522', 4836, '4793/4829/4836/4837', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4838, 'PSBR20003052', 4836, '4793/4829/4836/4838', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4839, 'PSBR20000538', 4836, '4793/4829/4836/4839', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4840, 'PSBR20003051', 4836, '4793/4829/4836/4840', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4841, 'PSBR20000532', 4836, '4793/4829/4836/4841', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4842, 'PSBR51111700', 4829, '4793/4829/4842', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4843, 'PSBR20000539', 4842, '4793/4829/4842/4843', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4844, 'PSBR20000533', 4842, '4793/4829/4842/4844', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4845, 'PSBR51111800', 4829, '4793/4829/4845', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4846, 'PSBR51100000', 4793, '4793/4846', 2, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4847, 'PSBR51101600', 4846, '4793/4846/4847', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4848, 'PSBR10000457', 4847, '4793/4846/4847/4848', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4849, 'PSBR10000456', 4847, '4793/4846/4847/4849', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4850, 'PSBR10000922', 4847, '4793/4846/4847/4850', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4851, 'PSBR10000681', 4847, '4793/4846/4847/4851', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4852, 'PSBR10000912', 4847, '4793/4846/4847/4852', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4853, 'PSBR51103200', 4846, '4793/4846/4853', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4854, 'PSBR10000899', 4853, '4793/4846/4853/4854', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4855, 'PSBR10000898', 4853, '4793/4846/4853/4855', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4856, 'PSBR10000902', 4853, '4793/4846/4853/4856', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4857, 'PSBR10000921', 4853, '4793/4846/4853/4857', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4858, 'PSBR10000900', 4853, '4793/4846/4853/4858', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4859, 'PSBR10000901', 4853, '4793/4846/4853/4859', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4860, 'PSBR51103400', 4846, '4793/4846/4860', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4861, 'PSBR20000794', 4860, '4793/4846/4860/4861', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4862, 'PSBR51102600', 4846, '4793/4846/4862', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4863, 'PSBR10000861', 4862, '4793/4846/4862/4863', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4864, 'PSBR10000860', 4862, '4793/4846/4862/4864', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4865, 'PSBR10000859', 4862, '4793/4846/4862/4865', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4866, 'PSBR10000914', 4862, '4793/4846/4862/4866', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4867, 'PSBR10000862', 4862, '4793/4846/4862/4867', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4868, 'PSBR51102500', 4846, '4793/4846/4868', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4869, 'PSBR10000855', 4868, '4793/4846/4868/4869', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4870, 'PSBR10000857', 4868, '4793/4846/4868/4870', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4871, 'PSBR10000856', 4868, '4793/4846/4868/4871', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4872, 'PSBR10000854', 4868, '4793/4846/4868/4872', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4873, 'PSBR10000858', 4868, '4793/4846/4868/4873', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4874, 'PSBR10000853', 4868, '4793/4846/4868/4874', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4875, 'PSBR51102700', 4846, '4793/4846/4875', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4876, 'PSBR10000866', 4875, '4793/4846/4875/4876', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4877, 'PSBR10000869', 4875, '4793/4846/4875/4877', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4878, 'PSBR10000863', 4875, '4793/4846/4875/4878', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4879, 'PSBR10000867', 4875, '4793/4846/4875/4879', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4880, 'PSBR10000864', 4875, '4793/4846/4875/4880', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4881, 'PSBR10000870', 4875, '4793/4846/4875/4881', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4882, 'PSBR10000868', 4875, '4793/4846/4875/4882', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4883, 'PSBR10000865', 4875, '4793/4846/4875/4883', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4884, 'PSBR10000871', 4875, '4793/4846/4875/4884', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4885, 'PSBR51103100', 4846, '4793/4846/4885', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4886, 'PSBR10000894', 4885, '4793/4846/4885/4886', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4887, 'PSBR10000895', 4885, '4793/4846/4885/4887', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4888, 'PSBR10000897', 4885, '4793/4846/4885/4888', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4889, 'PSBR10000896', 4885, '4793/4846/4885/4889', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4890, 'PSBR51102900', 4846, '4793/4846/4890', 3, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4891, 'PSBR10000881', 4890, '4793/4846/4890/4891', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4892, 'PSBR10000878', 4890, '4793/4846/4890/4892', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4893, 'PSBR10000877', 4890, '4793/4846/4890/4893', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4894, 'PSBR10000880', 4890, '4793/4846/4890/4894', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4895, 'PSBR10000876', 4890, '4793/4846/4890/4895', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4896, 'PSBR10000882', 4890, '4793/4846/4890/4896', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4897, 'PSBR10000920', 4890, '4793/4846/4890/4897', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4898, 'PSBR10000884', 4890, '4793/4846/4890/4898', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4899, 'PSBR10000875', 4890, '4793/4846/4890/4899', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4900, 'PSBR10000879', 4890, '4793/4846/4890/4900', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4901, 'PSBR10000916', 4890, '4793/4846/4890/4901', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4902, 'PSBR10000883', 4890, '4793/4846/4890/4902', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4903, 'PSBR51102300', 4846, '4793/4846/4903', 3, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4904, 'PSBR51101700', 4846, '4793/4846/4904', 3, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4905, 'PSBR10000449', 4904, '4793/4846/4904/4905', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4906, 'PSBR10000451', 4904, '4793/4846/4904/4906', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4907, 'PSBR10000910', 4904, '4793/4846/4904/4907', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4908, 'PSBR10000908', 4904, '4793/4846/4904/4908', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4909, 'PSBR10000684', 4904, '4793/4846/4904/4909', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4910, 'PSBR10000448', 4904, '4793/4846/4904/4910', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4911, 'PSBR10000450', 4904, '4793/4846/4904/4911', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4912, 'PSBR10000909', 4904, '4793/4846/4904/4912', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4913, 'PSBR51102800', 4846, '4793/4846/4913', 3, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4914, 'PSBR10000873', 4913, '4793/4846/4913/4914', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4915, 'PSBR10000919', 4913, '4793/4846/4913/4915', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4916, 'PSBR10000874', 4913, '4793/4846/4913/4916', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4917, 'PSBR10000872', 4913, '4793/4846/4913/4917', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4918, 'PSBR51102400', 4846, '4793/4846/4918', 3, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4919, 'PSBR10000851', 4918, '4793/4846/4918/4919', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4920, 'PSBR10000846', 4918, '4793/4846/4918/4920', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4921, 'PSBR10000923', 4918, '4793/4846/4918/4921', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4922, 'PSBR10000848', 4918, '4793/4846/4918/4922', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4923, 'PSBR10000850', 4918, '4793/4846/4918/4923', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4924, 'PSBR10000847', 4918, '4793/4846/4918/4924', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4925, 'PSBR10000849', 4918, '4793/4846/4918/4925', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4926, 'PSBR10000852', 4918, '4793/4846/4918/4926', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4927, 'PSBR51103000', 4846, '4793/4846/4927', 3, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4928, 'PSBR10000889', 4927, '4793/4846/4927/4928', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4929, 'PSBR10000885', 4927, '4793/4846/4927/4929', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4930, 'PSBR10000906', 4927, '4793/4846/4927/4930', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4931, 'PSBR10000905', 4927, '4793/4846/4927/4931', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4932, 'PSBR10000890', 4927, '4793/4846/4927/4932', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4933, 'PSBR10000893', 4927, '4793/4846/4927/4933', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4934, 'PSBR10000892', 4927, '4793/4846/4927/4934', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4935, 'PSBR10000886', 4927, '4793/4846/4927/4935', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4936, 'PSBR10000888', 4927, '4793/4846/4927/4936', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4937, 'PSBR10000903', 4927, '4793/4846/4927/4937', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0);
INSERT INTO `partiushop_categories` (`category_id`, `gpc_code`, `parent_id`, `id_path`, `level`, `company_id`, `usergroup_ids`, `status`, `product_count`, `position`, `timestamp`, `is_op`, `localization`, `age_verification`, `age_limit`, `parent_age_verification`, `parent_age_limit`, `selected_views`, `default_view`, `product_details_view`, `product_columns`, `is_trash`, `is_default`, `category_type`, `ab__fn_category_status`, `ab__fn_label_color`, `ab__fn_label_background`, `ab__fn_use_origin_image`, `ab__lc_catalog_image_control`, `ab__lc_landing`, `ab__lc_subsubcategories`, `ab__lc_menu_id`, `ab__lc_how_to_use_menu`, `ab__lc_inherit_control`, `storefront_id`) VALUES
(4938, 'PSBR10000887', 4927, '4793/4846/4927/4938', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4939, 'PSBR10000891', 4927, '4793/4846/4927/4939', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4940, 'PSBR10000904', 4927, '4793/4846/4927/4940', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4941, 'PSBR51101500', 4846, '4793/4846/4941', 3, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4942, 'PSBR10000915', 4941, '4793/4846/4941/4942', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4943, 'PSBR10000686', 4941, '4793/4846/4941/4943', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4944, 'PSBR10000458', 4941, '4793/4846/4941/4944', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4945, 'PSBR10000570', 4941, '4793/4846/4941/4945', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4946, 'PSBR51103300', 4846, '4793/4846/4946', 3, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4947, 'PSBR51101900', 4846, '4793/4846/4947', 3, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4948, 'PSBR10000690', 4947, '4793/4846/4947/4948', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4949, 'PSBR10000682', 4947, '4793/4846/4947/4949', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4950, 'PSBR10000459', 4947, '4793/4846/4947/4950', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4951, 'PSBR51102200', 4846, '4793/4846/4951', 3, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4952, 'PSBR10000504', 4951, '4793/4846/4951/4952', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4953, 'PSBR10000500', 4951, '4793/4846/4951/4953', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4954, 'PSBR51102100', 4846, '4793/4846/4954', 3, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4955, 'PSBR10000689', 4954, '4793/4846/4954/4955', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4956, 'PSBR10000487', 4954, '4793/4846/4954/4956', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4957, 'PSBR10000639', 4954, '4793/4846/4954/4957', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4958, 'PSBR10000529', 4954, '4793/4846/4954/4958', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4959, 'PSBR10000638', 4954, '4793/4846/4954/4959', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4960, 'PSBR10000528', 4954, '4793/4846/4954/4960', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4961, 'PSBR10000637', 4954, '4793/4846/4954/4961', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4962, 'PSBR10000527', 4954, '4793/4846/4954/4962', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4963, 'PSBR10000688', 4954, '4793/4846/4954/4963', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4964, 'PSBR10000525', 4954, '4793/4846/4954/4964', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4965, 'PSBR10000526', 4954, '4793/4846/4954/4965', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4966, 'PSBR10000911', 4954, '4793/4846/4954/4966', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4967, 'PSBR10000687', 4954, '4793/4846/4954/4967', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4968, 'PSBR51101800', 4846, '4793/4846/4968', 3, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4969, 'PSBR10000489', 4968, '4793/4846/4968/4969', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4970, 'PSBR10000488', 4968, '4793/4846/4968/4970', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4971, 'PSBR10000474', 4968, '4793/4846/4968/4971', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4972, 'PSBR10000907', 4968, '4793/4846/4968/4972', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4973, 'PSBR10000685', 4968, '4793/4846/4968/4973', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4974, 'PSBR51170000', 4793, '4793/4974', 2, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4975, 'PSBR51170200', 4974, '4793/4974/4975', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4976, 'PSBR10008111', 4975, '4793/4974/4975/4976', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4977, 'PSBR10006412', 4975, '4793/4974/4975/4977', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4978, 'PSBR51170100', 4974, '4793/4974/4978', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4979, 'PSBR20000312', 4978, '4793/4974/4978/4979', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4980, 'PSBR20000352', 4978, '4793/4974/4978/4980', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4981, 'PSBR20000632', 4978, '4793/4974/4978/4981', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4982, 'PSBR20000617', 4978, '4793/4974/4978/4982', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4983, 'PSBR73000000', 0, '4983', 1, 0, '0', 'A', 0, 390, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4984, 'PSBR73040000', 4983, '4983/4984', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4985, 'PSBR73040900', 4984, '4983/4984/4985', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4986, 'PSBR10002149', 4985, '4983/4984/4985/4986', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4987, 'PSBR10002128', 4985, '4983/4984/4985/4987', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4988, 'PSBR10005430', 4985, '4983/4984/4985/4988', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4989, 'PSBR73040100', 4984, '4983/4984/4989', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4990, 'PSBR10005209', 4989, '4983/4984/4989/4990', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4991, 'PSBR10000541', 4989, '4983/4984/4989/4991', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4992, 'PSBR10000693', 4989, '4983/4984/4989/4992', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4993, 'PSBR10002124', 4989, '4983/4984/4989/4993', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4994, 'PSBR10002123', 4989, '4983/4984/4989/4994', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4995, 'PSBR10002121', 4989, '4983/4984/4989/4995', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4996, 'PSBR10002122', 4989, '4983/4984/4989/4996', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4997, 'PSBR10000692', 4989, '4983/4984/4989/4997', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4998, 'PSBR73040200', 4984, '4983/4984/4998', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(4999, 'PSBR10002129', 4998, '4983/4984/4998/4999', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5000, 'PSBR10005435', 4998, '4983/4984/4998/5000', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5001, 'PSBR10002127', 4998, '4983/4984/4998/5001', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5002, 'PSBR10005470', 4998, '4983/4984/4998/5002', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5003, 'PSBR10005208', 4998, '4983/4984/4998/5003', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5004, 'PSBR10002130', 4998, '4983/4984/4998/5004', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5005, 'PSBR10002133', 4998, '4983/4984/4998/5005', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5006, 'PSBR10002135', 4998, '4983/4984/4998/5006', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5007, 'PSBR10002134', 4998, '4983/4984/4998/5007', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5008, 'PSBR73040800', 4984, '4983/4984/5008', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5009, 'PSBR73041000', 4984, '4983/4984/5009', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5010, 'PSBR10006333', 5009, '4983/4984/5009/5010', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5011, 'PSBR10006332', 5009, '4983/4984/5009/5011', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5012, 'PSBR10006331', 5009, '4983/4984/5009/5012', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5013, 'PSBR73040400', 4984, '4983/4984/5013', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5014, 'PSBR10005675', 5013, '4983/4984/5013/5014', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5015, 'PSBR10007239', 5013, '4983/4984/5013/5015', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5016, 'PSBR10007240', 5013, '4983/4984/5013/5016', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5017, 'PSBR10002152', 5013, '4983/4984/5013/5017', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5018, 'PSBR10007241', 5013, '4983/4984/5013/5018', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5019, 'PSBR10002151', 5013, '4983/4984/5013/5019', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5020, 'PSBR10002144', 5013, '4983/4984/5013/5020', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5021, 'PSBR10000554', 5013, '4983/4984/5013/5021', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5022, 'PSBR10002150', 5013, '4983/4984/5013/5022', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5023, 'PSBR73040300', 4984, '4983/4984/5023', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5024, 'PSBR10002143', 5023, '4983/4984/5023/5024', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5025, 'PSBR10002139', 5023, '4983/4984/5023/5025', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5026, 'PSBR10002142', 5023, '4983/4984/5023/5026', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5027, 'PSBR10002141', 5023, '4983/4984/5023/5027', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5028, 'PSBR10002136', 5023, '4983/4984/5023/5028', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5029, 'PSBR10002140', 5023, '4983/4984/5023/5029', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5030, 'PSBR73040600', 4984, '4983/4984/5030', 3, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5031, 'PSBR10002175', 5030, '4983/4984/5030/5031', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5032, 'PSBR10005201', 5030, '4983/4984/5030/5032', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5033, 'PSBR10005434', 5030, '4983/4984/5030/5033', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5034, 'PSBR10002169', 5030, '4983/4984/5030/5034', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5035, 'PSBR10002170', 5030, '4983/4984/5030/5035', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5036, 'PSBR10002174', 5030, '4983/4984/5030/5036', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5037, 'PSBR10002168', 5030, '4983/4984/5030/5037', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5038, 'PSBR10005694', 5030, '4983/4984/5030/5038', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5039, 'PSBR10002172', 5030, '4983/4984/5030/5039', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5040, 'PSBR10002176', 5030, '4983/4984/5030/5040', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5041, 'PSBR10000559', 5030, '4983/4984/5030/5041', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5042, 'PSBR10005429', 5030, '4983/4984/5030/5042', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5043, 'PSBR10002178', 5030, '4983/4984/5030/5043', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5044, 'PSBR10002177', 5030, '4983/4984/5030/5044', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5045, 'PSBR10002171', 5030, '4983/4984/5030/5045', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5046, 'PSBR10002146', 5030, '4983/4984/5030/5046', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5047, 'PSBR10005426', 5030, '4983/4984/5030/5047', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5048, 'PSBR10000493', 5030, '4983/4984/5030/5048', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5049, 'PSBR10002173', 5030, '4983/4984/5030/5049', 4, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5050, 'PSBR10002147', 5030, '4983/4984/5030/5050', 4, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5051, 'PSBR10000542', 5030, '4983/4984/5030/5051', 4, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5052, 'PSBR10005701', 5030, '4983/4984/5030/5052', 4, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5053, 'PSBR10002148', 5030, '4983/4984/5030/5053', 4, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5054, 'PSBR73050000', 4983, '4983/5054', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5055, 'PSBR73050900', 5054, '4983/5054/5055', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5056, 'PSBR10007266', 5055, '4983/5054/5055/5056', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5057, 'PSBR10005210', 5055, '4983/5054/5055/5057', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5058, 'PSBR10002163', 5055, '4983/5054/5055/5058', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5059, 'PSBR10007267', 5055, '4983/5054/5055/5059', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5060, 'PSBR10005693', 5055, '4983/5054/5055/5060', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5061, 'PSBR10002165', 5055, '4983/5054/5055/5061', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5062, 'PSBR73050300', 5054, '4983/5054/5062', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5063, 'PSBR10007250', 5062, '4983/5054/5062/5063', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5064, 'PSBR10002131', 5062, '4983/5054/5062/5064', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5065, 'PSBR10002155', 5062, '4983/5054/5062/5065', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5066, 'PSBR10007246', 5062, '4983/5054/5062/5066', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5067, 'PSBR10007244', 5062, '4983/5054/5062/5067', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5068, 'PSBR10007245', 5062, '4983/5054/5062/5068', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5069, 'PSBR10007249', 5062, '4983/5054/5062/5069', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5070, 'PSBR10002158', 5062, '4983/5054/5062/5070', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5071, 'PSBR10007251', 5062, '4983/5054/5062/5071', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5072, 'PSBR10007248', 5062, '4983/5054/5062/5072', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5073, 'PSBR10007243', 5062, '4983/5054/5062/5073', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5074, 'PSBR10007247', 5062, '4983/5054/5062/5074', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5075, 'PSBR73050600', 5054, '4983/5054/5075', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5076, 'PSBR10002161', 5075, '4983/5054/5075/5076', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5077, 'PSBR10002159', 5075, '4983/5054/5075/5077', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5078, 'PSBR10007258', 5075, '4983/5054/5075/5078', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5079, 'PSBR10007259', 5075, '4983/5054/5075/5079', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5080, 'PSBR10007256', 5075, '4983/5054/5075/5080', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5081, 'PSBR10002160', 5075, '4983/5054/5075/5081', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5082, 'PSBR10007257', 5075, '4983/5054/5075/5082', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5083, 'PSBR10007260', 5075, '4983/5054/5075/5083', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5084, 'PSBR73050800', 5054, '4983/5054/5084', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5085, 'PSBR73051000', 5054, '4983/5054/5085', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5086, 'PSBR10007271', 5085, '4983/5054/5085/5086', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5087, 'PSBR10007269', 5085, '4983/5054/5085/5087', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5088, 'PSBR10007270', 5085, '4983/5054/5085/5088', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5089, 'PSBR10007272', 5085, '4983/5054/5085/5089', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5090, 'PSBR10007274', 5085, '4983/5054/5085/5090', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5091, 'PSBR10007268', 5085, '4983/5054/5085/5091', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5092, 'PSBR10007275', 5085, '4983/5054/5085/5092', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5093, 'PSBR10007273', 5085, '4983/5054/5085/5093', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5094, 'PSBR73050200', 5054, '4983/5054/5094', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5095, 'PSBR10005427', 5094, '4983/5054/5094/5095', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5096, 'PSBR10007242', 5094, '4983/5054/5094/5096', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5097, 'PSBR10002153', 5094, '4983/5054/5094/5097', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5098, 'PSBR10002154', 5094, '4983/5054/5094/5098', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5099, 'PSBR73050700', 5054, '4983/5054/5099', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5100, 'PSBR10007263', 5099, '4983/5054/5099/5100', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5101, 'PSBR10007261', 5099, '4983/5054/5099/5101', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5102, 'PSBR10007262', 5099, '4983/5054/5099/5102', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5103, 'PSBR10007264', 5099, '4983/5054/5099/5103', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5104, 'PSBR10000635', 5099, '4983/5054/5099/5104', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5105, 'PSBR73050100', 5054, '4983/5054/5105', 3, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5106, 'PSBR10000492', 5105, '4983/5054/5105/5106', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5107, 'PSBR10000724', 5105, '4983/5054/5105/5107', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5108, 'PSBR10000491', 5105, '4983/5054/5105/5108', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5109, 'PSBR10000823', 5105, '4983/5054/5105/5109', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5110, 'PSBR10000490', 5105, '4983/5054/5105/5110', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5111, 'PSBR10000825', 5105, '4983/5054/5105/5111', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5112, 'PSBR10006802', 5105, '4983/5054/5105/5112', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5113, 'PSBR10006801', 5105, '4983/5054/5105/5113', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5114, 'PSBR73050500', 5054, '4983/5054/5114', 3, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5115, 'PSBR10007253', 5114, '4983/5054/5114/5115', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5116, 'PSBR10007252', 5114, '4983/5054/5114/5116', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5117, 'PSBR10002162', 5114, '4983/5054/5114/5117', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5118, 'PSBR10007254', 5114, '4983/5054/5114/5118', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5119, 'PSBR10007255', 5114, '4983/5054/5114/5119', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5120, 'PSBR77000000', 0, '5120', 1, 0, '0', 'A', 0, 400, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5121, 'PSBR77010000', 5120, '5120/5121', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5122, 'PSBR77012600', 5121, '5120/5121/5122', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5123, 'PSBR10002912', 5122, '5120/5121/5122/5123', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5124, 'PSBR10002913', 5122, '5120/5121/5122/5124', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5125, 'PSBR10002916', 5122, '5120/5121/5122/5125', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5126, 'PSBR10002920', 5122, '5120/5121/5122/5126', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5127, 'PSBR10002919', 5122, '5120/5121/5122/5127', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5128, 'PSBR10002922', 5122, '5120/5121/5122/5128', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5129, 'PSBR10002923', 5122, '5120/5121/5122/5129', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5130, 'PSBR10002914', 5122, '5120/5121/5122/5130', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5131, 'PSBR10002915', 5122, '5120/5121/5122/5131', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5132, 'PSBR10002910', 5122, '5120/5121/5122/5132', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5133, 'PSBR10002911', 5122, '5120/5121/5122/5133', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5134, 'PSBR77012000', 5121, '5120/5121/5134', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5135, 'PSBR10002870', 5134, '5120/5121/5134/5135', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5136, 'PSBR10002872', 5134, '5120/5121/5134/5136', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5137, 'PSBR10002871', 5134, '5120/5121/5134/5137', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5138, 'PSBR77012500', 5121, '5120/5121/5138', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5139, 'PSBR10002908', 5138, '5120/5121/5138/5139', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5140, 'PSBR10002905', 5138, '5120/5121/5138/5140', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5141, 'PSBR10002902', 5138, '5120/5121/5138/5141', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5142, 'PSBR10002900', 5138, '5120/5121/5138/5142', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5143, 'PSBR10002909', 5138, '5120/5121/5138/5143', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5144, 'PSBR10002907', 5138, '5120/5121/5138/5144', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5145, 'PSBR10002903', 5138, '5120/5121/5138/5145', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5146, 'PSBR10002899', 5138, '5120/5121/5138/5146', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5147, 'PSBR10002906', 5138, '5120/5121/5138/5147', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5148, 'PSBR10002904', 5138, '5120/5121/5138/5148', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5149, 'PSBR10002901', 5138, '5120/5121/5138/5149', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5150, 'PSBR77012200', 5121, '5120/5121/5150', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5151, 'PSBR10002886', 5150, '5120/5121/5150/5151', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5152, 'PSBR10002884', 5150, '5120/5121/5150/5152', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5153, 'PSBR10002885', 5150, '5120/5121/5150/5153', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5154, 'PSBR77012300', 5121, '5120/5121/5154', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5155, 'PSBR10002889', 5154, '5120/5121/5154/5155', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5156, 'PSBR10002888', 5154, '5120/5121/5154/5156', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5157, 'PSBR10002890', 5154, '5120/5121/5154/5157', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5158, 'PSBR10002891', 5154, '5120/5121/5154/5158', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5159, 'PSBR10002887', 5154, '5120/5121/5154/5159', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5160, 'PSBR10002892', 5154, '5120/5121/5154/5160', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5161, 'PSBR77012400', 5121, '5120/5121/5161', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5162, 'PSBR10002898', 5161, '5120/5121/5161/5162', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5163, 'PSBR10002893', 5161, '5120/5121/5161/5163', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5164, 'PSBR10002896', 5161, '5120/5121/5161/5164', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5165, 'PSBR10002897', 5161, '5120/5121/5161/5165', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5166, 'PSBR10002894', 5161, '5120/5121/5161/5166', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5167, 'PSBR10002895', 5161, '5120/5121/5161/5167', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5168, 'PSBR77012100', 5121, '5120/5121/5168', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5169, 'PSBR10002883', 5168, '5120/5121/5168/5169', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5170, 'PSBR10002882', 5168, '5120/5121/5168/5170', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0);
INSERT INTO `partiushop_categories` (`category_id`, `gpc_code`, `parent_id`, `id_path`, `level`, `company_id`, `usergroup_ids`, `status`, `product_count`, `position`, `timestamp`, `is_op`, `localization`, `age_verification`, `age_limit`, `parent_age_verification`, `parent_age_limit`, `selected_views`, `default_view`, `product_details_view`, `product_columns`, `is_trash`, `is_default`, `category_type`, `ab__fn_category_status`, `ab__fn_label_color`, `ab__fn_label_background`, `ab__fn_use_origin_image`, `ab__lc_catalog_image_control`, `ab__lc_landing`, `ab__lc_subsubcategories`, `ab__lc_menu_id`, `ab__lc_how_to_use_menu`, `ab__lc_inherit_control`, `storefront_id`) VALUES
(5171, 'PSBR10002875', 5168, '5120/5121/5168/5171', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5172, 'PSBR10002879', 5168, '5120/5121/5168/5172', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5173, 'PSBR10002877', 5168, '5120/5121/5168/5173', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5174, 'PSBR10002873', 5168, '5120/5121/5168/5174', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5175, 'PSBR10002880', 5168, '5120/5121/5168/5175', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5176, 'PSBR10002876', 5168, '5120/5121/5168/5176', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5177, 'PSBR10002878', 5168, '5120/5121/5168/5177', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5178, 'PSBR10002881', 5168, '5120/5121/5168/5178', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5179, 'PSBR77012900', 5121, '5120/5121/5179', 3, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5180, 'PSBR10003752', 5179, '5120/5121/5179/5180', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5181, 'PSBR10003753', 5179, '5120/5121/5179/5181', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5182, 'PSBR10005249', 5179, '5120/5121/5179/5182', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5183, 'PSBR10002949', 5179, '5120/5121/5179/5183', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5184, 'PSBR10002950', 5179, '5120/5121/5179/5184', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5185, 'PSBR10005127', 5179, '5120/5121/5179/5185', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5186, 'PSBR10002944', 5179, '5120/5121/5179/5186', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5187, 'PSBR10003757', 5179, '5120/5121/5179/5187', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5188, 'PSBR10002940', 5179, '5120/5121/5179/5188', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5189, 'PSBR77014500', 5121, '5120/5121/5189', 3, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5190, 'PSBR10003092', 5189, '5120/5121/5189/5190', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5191, 'PSBR10003105', 5189, '5120/5121/5189/5191', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5192, 'PSBR10003106', 5189, '5120/5121/5189/5192', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5193, 'PSBR10003097', 5189, '5120/5121/5189/5193', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5194, 'PSBR10003099', 5189, '5120/5121/5189/5194', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5195, 'PSBR10003095', 5189, '5120/5121/5189/5195', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5196, 'PSBR77011800', 5121, '5120/5121/5196', 3, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5197, 'PSBR10002864', 5196, '5120/5121/5196/5197', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5198, 'PSBR10002863', 5196, '5120/5121/5196/5198', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5199, 'PSBR10002862', 5196, '5120/5121/5196/5199', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5200, 'PSBR77011500', 5121, '5120/5121/5200', 3, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5201, 'PSBR10002844', 5200, '5120/5121/5200/5201', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5202, 'PSBR10002846', 5200, '5120/5121/5200/5202', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5203, 'PSBR10002845', 5200, '5120/5121/5200/5203', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5204, 'PSBR10005122', 5200, '5120/5121/5200/5204', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5205, 'PSBR77011900', 5121, '5120/5121/5205', 3, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5206, 'PSBR10002868', 5205, '5120/5121/5205/5206', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5207, 'PSBR10002869', 5205, '5120/5121/5205/5207', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5208, 'PSBR10002866', 5205, '5120/5121/5205/5208', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5209, 'PSBR10002865', 5205, '5120/5121/5205/5209', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5210, 'PSBR10002867', 5205, '5120/5121/5205/5210', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5211, 'PSBR77011400', 5121, '5120/5121/5211', 3, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5212, 'PSBR10006814', 5211, '5120/5121/5211/5212', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5213, 'PSBR10002843', 5211, '5120/5121/5211/5213', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5214, 'PSBR10002839', 5211, '5120/5121/5211/5214', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5215, 'PSBR10002837', 5211, '5120/5121/5211/5215', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5216, 'PSBR10000792', 5211, '5120/5121/5211/5216', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5217, 'PSBR10002838', 5211, '5120/5121/5211/5217', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5218, 'PSBR10002840', 5211, '5120/5121/5211/5218', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5219, 'PSBR10002841', 5211, '5120/5121/5211/5219', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5220, 'PSBR10002842', 5211, '5120/5121/5211/5220', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5221, 'PSBR77011600', 5121, '5120/5121/5221', 3, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5222, 'PSBR10002853', 5221, '5120/5121/5221/5222', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5223, 'PSBR10002850', 5221, '5120/5121/5221/5223', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5224, 'PSBR10002849', 5221, '5120/5121/5221/5224', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5225, 'PSBR10002847', 5221, '5120/5121/5221/5225', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5226, 'PSBR10002854', 5221, '5120/5121/5221/5226', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5227, 'PSBR10002852', 5221, '5120/5121/5221/5227', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5228, 'PSBR10002851', 5221, '5120/5121/5221/5228', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5229, 'PSBR10002848', 5221, '5120/5121/5221/5229', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5230, 'PSBR10002855', 5221, '5120/5121/5221/5230', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5231, 'PSBR10002856', 5221, '5120/5121/5221/5231', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5232, 'PSBR10002858', 5221, '5120/5121/5221/5232', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5233, 'PSBR10002857', 5221, '5120/5121/5221/5233', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5234, 'PSBR77011700', 5121, '5120/5121/5234', 3, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5235, 'PSBR10002861', 5234, '5120/5121/5234/5235', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5236, 'PSBR10002860', 5234, '5120/5121/5234/5236', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5237, 'PSBR10002859', 5234, '5120/5121/5234/5237', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5238, 'PSBR77012800', 5121, '5120/5121/5238', 3, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5239, 'PSBR10002935', 5238, '5120/5121/5238/5239', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5240, 'PSBR10006377', 5238, '5120/5121/5238/5240', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5241, 'PSBR10002932', 5238, '5120/5121/5238/5241', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5242, 'PSBR10002928', 5238, '5120/5121/5238/5242', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5243, 'PSBR10008104', 5238, '5120/5121/5238/5243', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5244, 'PSBR10008103', 5238, '5120/5121/5238/5244', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5245, 'PSBR10002933', 5238, '5120/5121/5238/5245', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5246, 'PSBR10002929', 5238, '5120/5121/5238/5246', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5247, 'PSBR10002931', 5238, '5120/5121/5238/5247', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5248, 'PSBR10006838', 5238, '5120/5121/5238/5248', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5249, 'PSBR10002930', 5238, '5120/5121/5238/5249', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5250, 'PSBR10006775', 5238, '5120/5121/5238/5250', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5251, 'PSBR10002934', 5238, '5120/5121/5238/5251', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5252, 'PSBR10006839', 5238, '5120/5121/5238/5252', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5253, 'PSBR77015000', 5121, '5120/5121/5253', 3, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5254, 'PSBR10005233', 5253, '5120/5121/5253/5254', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5255, 'PSBR10005232', 5253, '5120/5121/5253/5255', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5256, 'PSBR10006383', 5253, '5120/5121/5253/5256', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5257, 'PSBR10006382', 5253, '5120/5121/5253/5257', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5258, 'PSBR77010200', 5121, '5120/5121/5258', 3, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5259, 'PSBR10002728', 5258, '5120/5121/5258/5259', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5260, 'PSBR10002720', 5258, '5120/5121/5258/5260', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5261, 'PSBR10003761', 5258, '5120/5121/5258/5261', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5262, 'PSBR10003834', 5258, '5120/5121/5258/5262', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5263, 'PSBR10002713', 5258, '5120/5121/5258/5263', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5264, 'PSBR10002723', 5258, '5120/5121/5258/5264', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5265, 'PSBR10002726', 5258, '5120/5121/5258/5265', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5266, 'PSBR10002727', 5258, '5120/5121/5258/5266', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5267, 'PSBR77010300', 5121, '5120/5121/5267', 3, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5268, 'PSBR10005818', 5267, '5120/5121/5267/5268', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5269, 'PSBR10002748', 5267, '5120/5121/5267/5269', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5270, 'PSBR10002733', 5267, '5120/5121/5267/5270', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5271, 'PSBR10002743', 5267, '5120/5121/5267/5271', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5272, 'PSBR10005130', 5267, '5120/5121/5267/5272', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5273, 'PSBR10002750', 5267, '5120/5121/5267/5273', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5274, 'PSBR10005819', 5267, '5120/5121/5267/5274', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5275, 'PSBR10005128', 5267, '5120/5121/5267/5275', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5276, 'PSBR10002734', 5267, '5120/5121/5267/5276', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5277, 'PSBR77014300', 5121, '5120/5121/5277', 3, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5278, 'PSBR10005131', 5277, '5120/5121/5277/5278', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5279, 'PSBR10003081', 5277, '5120/5121/5277/5279', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5280, 'PSBR10003758', 5277, '5120/5121/5277/5280', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5281, 'PSBR10003067', 5277, '5120/5121/5277/5281', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5282, 'PSBR10006846', 5277, '5120/5121/5277/5282', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5283, 'PSBR10005132', 5277, '5120/5121/5277/5283', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5284, 'PSBR10003084', 5277, '5120/5121/5277/5284', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5285, 'PSBR10003083', 5277, '5120/5121/5277/5285', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5286, 'PSBR10003074', 5277, '5120/5121/5277/5286', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5287, 'PSBR10003080', 5277, '5120/5121/5277/5287', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5288, 'PSBR77013100', 5121, '5120/5121/5288', 3, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5289, 'PSBR10002967', 5288, '5120/5121/5288/5289', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5290, 'PSBR10002962', 5288, '5120/5121/5288/5290', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5291, 'PSBR10002961', 5288, '5120/5121/5288/5291', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5292, 'PSBR10002966', 5288, '5120/5121/5288/5292', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5293, 'PSBR10002972', 5288, '5120/5121/5288/5293', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5294, 'PSBR10002971', 5288, '5120/5121/5288/5294', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5295, 'PSBR10002974', 5288, '5120/5121/5288/5295', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5296, 'PSBR10002964', 5288, '5120/5121/5288/5296', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5297, 'PSBR10002959', 5288, '5120/5121/5288/5297', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5298, 'PSBR10002970', 5288, '5120/5121/5288/5298', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5299, 'PSBR10002965', 5288, '5120/5121/5288/5299', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5300, 'PSBR10002969', 5288, '5120/5121/5288/5300', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5301, 'PSBR10002960', 5288, '5120/5121/5288/5301', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5302, 'PSBR10002976', 5288, '5120/5121/5288/5302', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5303, 'PSBR10002977', 5288, '5120/5121/5288/5303', 4, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5304, 'PSBR10002963', 5288, '5120/5121/5288/5304', 4, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5305, 'PSBR10002968', 5288, '5120/5121/5288/5305', 4, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5306, 'PSBR10002973', 5288, '5120/5121/5288/5306', 4, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5307, 'PSBR77013200', 5121, '5120/5121/5307', 3, 0, '0', 'A', 0, 220, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5308, 'PSBR10002978', 5307, '5120/5121/5307/5308', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5309, 'PSBR10002979', 5307, '5120/5121/5307/5309', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5310, 'PSBR10002981', 5307, '5120/5121/5307/5310', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5311, 'PSBR10002982', 5307, '5120/5121/5307/5311', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5312, 'PSBR10002984', 5307, '5120/5121/5307/5312', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5313, 'PSBR10002980', 5307, '5120/5121/5307/5313', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5314, 'PSBR10002985', 5307, '5120/5121/5307/5314', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5315, 'PSBR10002986', 5307, '5120/5121/5307/5315', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5316, 'PSBR77013800', 5121, '5120/5121/5316', 3, 0, '0', 'A', 0, 230, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5317, 'PSBR10003026', 5316, '5120/5121/5316/5317', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5318, 'PSBR10003028', 5316, '5120/5121/5316/5318', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5319, 'PSBR10003022', 5316, '5120/5121/5316/5319', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5320, 'PSBR10003762', 5316, '5120/5121/5316/5320', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5321, 'PSBR10003024', 5316, '5120/5121/5316/5321', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5322, 'PSBR10006328', 5316, '5120/5121/5316/5322', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5323, 'PSBR10006329', 5316, '5120/5121/5316/5323', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5324, 'PSBR10003029', 5316, '5120/5121/5316/5324', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5325, 'PSBR10003030', 5316, '5120/5121/5316/5325', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5326, 'PSBR77014900', 5121, '5120/5121/5326', 3, 0, '0', 'A', 0, 240, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5327, 'PSBR20002873', 5326, '5120/5121/5326/5327', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5328, 'PSBR20000425', 5326, '5120/5121/5326/5328', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5329, 'PSBR77010900', 5121, '5120/5121/5329', 3, 0, '0', 'A', 0, 250, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5330, 'PSBR10002799', 5329, '5120/5121/5329/5330', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5331, 'PSBR10002800', 5329, '5120/5121/5329/5331', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5332, 'PSBR10002801', 5329, '5120/5121/5329/5332', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5333, 'PSBR77015300', 5121, '5120/5121/5333', 3, 0, '0', 'A', 0, 260, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5334, 'PSBR10006385', 5333, '5120/5121/5333/5334', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5335, 'PSBR10006387', 5333, '5120/5121/5333/5335', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5336, 'PSBR10006388', 5333, '5120/5121/5333/5336', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5337, 'PSBR10006384', 5333, '5120/5121/5333/5337', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5338, 'PSBR10006386', 5333, '5120/5121/5333/5338', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5339, 'PSBR10006389', 5333, '5120/5121/5333/5339', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5340, 'PSBR77013400', 5121, '5120/5121/5340', 3, 0, '0', 'A', 0, 270, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5341, 'PSBR10002999', 5340, '5120/5121/5340/5341', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5342, 'PSBR10003000', 5340, '5120/5121/5340/5342', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5343, 'PSBR10002998', 5340, '5120/5121/5340/5343', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5344, 'PSBR10003001', 5340, '5120/5121/5340/5344', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5345, 'PSBR77014100', 5121, '5120/5121/5345', 3, 0, '0', 'A', 0, 280, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5346, 'PSBR10003056', 5345, '5120/5121/5345/5346', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5347, 'PSBR10003054', 5345, '5120/5121/5345/5347', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5348, 'PSBR10003055', 5345, '5120/5121/5345/5348', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5349, 'PSBR10003057', 5345, '5120/5121/5345/5349', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5350, 'PSBR10003058', 5345, '5120/5121/5345/5350', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5351, 'PSBR77014700', 5121, '5120/5121/5351', 3, 0, '0', 'A', 0, 290, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5352, 'PSBR10003114', 5351, '5120/5121/5351/5352', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5353, 'PSBR10003115', 5351, '5120/5121/5351/5353', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5354, 'PSBR10003113', 5351, '5120/5121/5351/5354', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5355, 'PSBR77013900', 5121, '5120/5121/5355', 3, 0, '0', 'A', 0, 300, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5356, 'PSBR10003031', 5355, '5120/5121/5355/5356', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5357, 'PSBR10003036', 5355, '5120/5121/5355/5357', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5358, 'PSBR10003041', 5355, '5120/5121/5355/5358', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5359, 'PSBR10003045', 5355, '5120/5121/5355/5359', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5360, 'PSBR10003038', 5355, '5120/5121/5355/5360', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5361, 'PSBR10003037', 5355, '5120/5121/5355/5361', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5362, 'PSBR10002830', 5355, '5120/5121/5355/5362', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5363, 'PSBR10003044', 5355, '5120/5121/5355/5363', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5364, 'PSBR10003042', 5355, '5120/5121/5355/5364', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5365, 'PSBR10003047', 5355, '5120/5121/5355/5365', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5366, 'PSBR10003048', 5355, '5120/5121/5355/5366', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5367, 'PSBR10003759', 5355, '5120/5121/5355/5367', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5368, 'PSBR10003046', 5355, '5120/5121/5355/5368', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5369, 'PSBR10003034', 5355, '5120/5121/5355/5369', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5370, 'PSBR77013600', 5121, '5120/5121/5370', 3, 0, '0', 'A', 0, 310, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5371, 'PSBR10003147', 5370, '5120/5121/5370/5371', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5372, 'PSBR10003143', 5370, '5120/5121/5370/5372', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5373, 'PSBR10003146', 5370, '5120/5121/5370/5373', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5374, 'PSBR10003839', 5370, '5120/5121/5370/5374', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5375, 'PSBR10003013', 5370, '5120/5121/5370/5375', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5376, 'PSBR10003149', 5370, '5120/5121/5370/5376', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5377, 'PSBR10003144', 5370, '5120/5121/5370/5377', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5378, 'PSBR10003145', 5370, '5120/5121/5370/5378', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5379, 'PSBR10003150', 5370, '5120/5121/5370/5379', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5380, 'PSBR10003151', 5370, '5120/5121/5370/5380', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5381, 'PSBR10003014', 5370, '5120/5121/5370/5381', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5382, 'PSBR10003011', 5370, '5120/5121/5370/5382', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5383, 'PSBR10003142', 5370, '5120/5121/5370/5383', 4, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5384, 'PSBR10003012', 5370, '5120/5121/5370/5384', 4, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5385, 'PSBR77014000', 5121, '5120/5121/5385', 3, 0, '0', 'A', 0, 320, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5386, 'PSBR10003049', 5385, '5120/5121/5385/5386', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5387, 'PSBR10003050', 5385, '5120/5121/5385/5387', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5388, 'PSBR10003052', 5385, '5120/5121/5385/5388', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5389, 'PSBR77013500', 5121, '5120/5121/5389', 3, 0, '0', 'A', 0, 330, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5390, 'PSBR10005129', 5389, '5120/5121/5389/5390', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5391, 'PSBR10003004', 5389, '5120/5121/5389/5391', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5392, 'PSBR10003008', 5389, '5120/5121/5389/5392', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5393, 'PSBR10003755', 5389, '5120/5121/5389/5393', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5394, 'PSBR10005241', 5389, '5120/5121/5389/5394', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5395, 'PSBR10003009', 5389, '5120/5121/5389/5395', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5396, 'PSBR10003010', 5389, '5120/5121/5389/5396', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5397, 'PSBR77010400', 5121, '5120/5121/5397', 3, 0, '0', 'A', 0, 340, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5398, 'PSBR10002767', 5397, '5120/5121/5397/5398', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5399, 'PSBR10002773', 5397, '5120/5121/5397/5399', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5400, 'PSBR10002764', 5397, '5120/5121/5397/5400', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5401, 'PSBR10002757', 5397, '5120/5121/5397/5401', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5402, 'PSBR10006375', 5397, '5120/5121/5397/5402', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5403, 'PSBR10002776', 5397, '5120/5121/5397/5403', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0);
INSERT INTO `partiushop_categories` (`category_id`, `gpc_code`, `parent_id`, `id_path`, `level`, `company_id`, `usergroup_ids`, `status`, `product_count`, `position`, `timestamp`, `is_op`, `localization`, `age_verification`, `age_limit`, `parent_age_verification`, `parent_age_limit`, `selected_views`, `default_view`, `product_details_view`, `product_columns`, `is_trash`, `is_default`, `category_type`, `ab__fn_category_status`, `ab__fn_label_color`, `ab__fn_label_background`, `ab__fn_use_origin_image`, `ab__lc_catalog_image_control`, `ab__lc_landing`, `ab__lc_subsubcategories`, `ab__lc_menu_id`, `ab__lc_how_to_use_menu`, `ab__lc_inherit_control`, `storefront_id`) VALUES
(5404, 'PSBR10002777', 5397, '5120/5121/5397/5404', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5405, 'PSBR10006378', 5397, '5120/5121/5397/5405', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5406, 'PSBR77010500', 5121, '5120/5121/5406', 3, 0, '0', 'A', 0, 350, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5407, 'PSBR10002780', 5406, '5120/5121/5406/5407', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5408, 'PSBR10002781', 5406, '5120/5121/5406/5408', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5409, 'PSBR10003775', 5406, '5120/5121/5406/5409', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5410, 'PSBR10002778', 5406, '5120/5121/5406/5410', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5411, 'PSBR10002779', 5406, '5120/5121/5406/5411', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5412, 'PSBR77011200', 5121, '5120/5121/5412', 3, 0, '0', 'A', 0, 360, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5413, 'PSBR10002746', 5412, '5120/5121/5412/5413', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5414, 'PSBR10005761', 5412, '5120/5121/5412/5414', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5415, 'PSBR10002824', 5412, '5120/5121/5412/5415', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5416, 'PSBR10002823', 5412, '5120/5121/5412/5416', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5417, 'PSBR10002821', 5412, '5120/5121/5412/5417', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5418, 'PSBR10002822', 5412, '5120/5121/5412/5418', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5419, 'PSBR10002820', 5412, '5120/5121/5412/5419', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5420, 'PSBR10002825', 5412, '5120/5121/5412/5420', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5421, 'PSBR10002817', 5412, '5120/5121/5412/5421', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5422, 'PSBR10005720', 5412, '5120/5121/5412/5422', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5423, 'PSBR77015100', 5121, '5120/5121/5423', 3, 0, '0', 'A', 0, 370, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5424, 'PSBR20000095', 5423, '5120/5121/5423/5424', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5425, 'PSBR20002281', 5423, '5120/5121/5423/5425', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5426, 'PSBR20002274', 5423, '5120/5121/5423/5426', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5427, 'PSBR77012700', 5121, '5120/5121/5427', 3, 0, '0', 'A', 0, 380, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5428, 'PSBR10002924', 5427, '5120/5121/5427/5428', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5429, 'PSBR10002926', 5427, '5120/5121/5427/5429', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5430, 'PSBR77011300', 5121, '5120/5121/5430', 3, 0, '0', 'A', 0, 390, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5431, 'PSBR10003760', 5430, '5120/5121/5430/5431', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5432, 'PSBR10005820', 5430, '5120/5121/5430/5432', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5433, 'PSBR10003774', 5430, '5120/5121/5430/5433', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5434, 'PSBR10006904', 5430, '5120/5121/5430/5434', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5435, 'PSBR10002834', 5430, '5120/5121/5430/5435', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5436, 'PSBR10002835', 5430, '5120/5121/5430/5436', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5437, 'PSBR10002836', 5430, '5120/5121/5430/5437', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5438, 'PSBR10006376', 5430, '5120/5121/5430/5438', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5439, 'PSBR10005821', 5430, '5120/5121/5430/5439', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5440, 'PSBR10002826', 5430, '5120/5121/5430/5440', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5441, 'PSBR10002829', 5430, '5120/5121/5430/5441', 4, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5442, 'PSBR10002833', 5430, '5120/5121/5430/5442', 4, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5443, 'PSBR77013300', 5121, '5120/5121/5443', 3, 0, '0', 'A', 0, 400, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5444, 'PSBR10002988', 5443, '5120/5121/5443/5444', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5445, 'PSBR10002992', 5443, '5120/5121/5443/5445', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5446, 'PSBR10002989', 5443, '5120/5121/5443/5446', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5447, 'PSBR10002994', 5443, '5120/5121/5443/5447', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5448, 'PSBR10002987', 5443, '5120/5121/5443/5448', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5449, 'PSBR10002996', 5443, '5120/5121/5443/5449', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5450, 'PSBR10002995', 5443, '5120/5121/5443/5450', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5451, 'PSBR10002990', 5443, '5120/5121/5443/5451', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5452, 'PSBR10002991', 5443, '5120/5121/5443/5452', 4, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5453, 'PSBR10002993', 5443, '5120/5121/5443/5453', 4, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5454, 'PSBR77013700', 5121, '5120/5121/5454', 3, 0, '0', 'A', 0, 410, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5455, 'PSBR10006379', 5454, '5120/5121/5454/5455', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5456, 'PSBR10003018', 5454, '5120/5121/5454/5456', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5457, 'PSBR10006381', 5454, '5120/5121/5454/5457', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5458, 'PSBR10003019', 5454, '5120/5121/5454/5458', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5459, 'PSBR10006380', 5454, '5120/5121/5454/5459', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5460, 'PSBR10003763', 5454, '5120/5121/5454/5460', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5461, 'PSBR77040000', 5120, '5120/5461', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5462, 'PSBR10008049', 5461, '5120/5461/5462', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5463, 'PSBR77030000', 5120, '5120/5463', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5464, 'PSBR77030100', 5463, '5120/5463/5464', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5465, 'PSBR20002878', 5464, '5120/5463/5464/5465', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5466, 'PSBR20002879', 5464, '5120/5463/5464/5466', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5467, 'PSBR20002880', 5464, '5120/5463/5464/5467', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5468, 'PSBR20002877', 5464, '5120/5463/5464/5468', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5469, 'PSBR20001268', 5464, '5120/5463/5464/5469', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5470, 'PSBR77030200', 5463, '5120/5463/5470', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5471, 'PSBR10006773', 5470, '5120/5463/5470/5471', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5472, 'PSBR10006373', 5470, '5120/5463/5470/5472', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5473, 'PSBR10006772', 5470, '5120/5463/5470/5473', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5474, 'PSBR77050000', 5120, '5120/5474', 2, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5475, 'PSBR10008050', 5474, '5120/5474/5475', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5476, 'PSBR67000000', 0, '5476', 1, 0, '0', 'A', 0, 410, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5477, 'PSBR67020000', 5476, '5476/5477', 2, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5478, 'PSBR10001341', 5477, '5476/5477/5478', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5479, 'PSBR10001339', 5477, '5476/5477/5479', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5480, 'PSBR10001358', 5477, '5476/5477/5480', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5481, 'PSBR10001338', 5477, '5476/5477/5481', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5482, 'PSBR10001340', 5477, '5476/5477/5482', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5483, 'PSBR67030000', 5476, '5476/5483', 2, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5484, 'PSBR10001359', 5483, '5476/5483/5484', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5485, 'PSBR10004115', 5483, '5476/5483/5485', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5486, 'PSBR10001343', 5483, '5476/5483/5486', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5487, 'PSBR10001344', 5483, '5476/5483/5487', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5488, 'PSBR10004114', 5483, '5476/5483/5488', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5489, 'PSBR10003707', 5483, '5476/5483/5489', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5490, 'PSBR10003709', 5483, '5476/5483/5490', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5491, 'PSBR10006840', 5483, '5476/5483/5491', 3, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5492, 'PSBR10003708', 5483, '5476/5483/5492', 3, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5493, 'PSBR10004113', 5483, '5476/5483/5493', 3, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5494, 'PSBR10001342', 5483, '5476/5483/5494', 3, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5495, 'PSBR67060000', 5476, '5476/5495', 2, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5496, 'PSBR10008068', 5495, '5476/5495/5496', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5497, 'PSBR10008065', 5495, '5476/5495/5497', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5498, 'PSBR10008067', 5495, '5476/5495/5498', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5499, 'PSBR10006965', 5495, '5476/5495/5499', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5500, 'PSBR10006964', 5495, '5476/5495/5500', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5501, 'PSBR10008066', 5495, '5476/5495/5501', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5502, 'PSBR67050000', 5476, '5476/5502', 2, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5503, 'PSBR10003704', 5502, '5476/5502/5503', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5504, 'PSBR10005112', 5502, '5476/5502/5504', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5505, 'PSBR10000732', 5502, '5476/5502/5505', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5506, 'PSBR10005109', 5502, '5476/5502/5506', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5507, 'PSBR10005110', 5502, '5476/5502/5507', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5508, 'PSBR10005111', 5502, '5476/5502/5508', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5509, 'PSBR10007933', 5502, '5476/5502/5509', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5510, 'PSBR10005894', 5502, '5476/5502/5510', 3, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5511, 'PSBR10001395', 5502, '5476/5502/5511', 3, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5512, 'PSBR10003586', 5502, '5476/5502/5512', 3, 0, '0', 'A', 0, 100, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5513, 'PSBR10005116', 5502, '5476/5502/5513', 3, 0, '0', 'A', 0, 110, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5514, 'PSBR10005117', 5502, '5476/5502/5514', 3, 0, '0', 'A', 0, 120, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5515, 'PSBR10003705', 5502, '5476/5502/5515', 3, 0, '0', 'A', 0, 130, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5516, 'PSBR10005115', 5502, '5476/5502/5516', 3, 0, '0', 'A', 0, 140, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5517, 'PSBR10005107', 5502, '5476/5502/5517', 3, 0, '0', 'A', 0, 150, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5518, 'PSBR10005108', 5502, '5476/5502/5518', 3, 0, '0', 'A', 0, 160, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5519, 'PSBR10005105', 5502, '5476/5502/5519', 3, 0, '0', 'A', 0, 170, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5520, 'PSBR10005106', 5502, '5476/5502/5520', 3, 0, '0', 'A', 0, 180, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5521, 'PSBR10001394', 5502, '5476/5502/5521', 3, 0, '0', 'A', 0, 190, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5522, 'PSBR10001397', 5502, '5476/5502/5522', 3, 0, '0', 'A', 0, 200, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5523, 'PSBR10001398', 5502, '5476/5502/5523', 3, 0, '0', 'A', 0, 210, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5524, 'PSBR67040000', 5476, '5476/5524', 2, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5525, 'PSBR10002424', 5524, '5476/5524/5525', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5526, 'PSBR10001347', 5524, '5476/5524/5526', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5527, 'PSBR10001349', 5524, '5476/5524/5527', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5528, 'PSBR10001348', 5524, '5476/5524/5528', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5529, 'PSBR10002425', 5524, '5476/5524/5529', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5530, 'PSBR10001360', 5524, '5476/5524/5530', 3, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5531, 'PSBR10001346', 5524, '5476/5524/5531', 3, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5532, 'PSBR10002426', 5524, '5476/5524/5532', 3, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5533, 'PSBR10001345', 5524, '5476/5524/5533', 3, 0, '0', 'A', 0, 90, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5534, 'PSBR67010000', 5476, '5476/5534', 2, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5535, 'PSBR67010100', 5534, '5476/5534/5535', 3, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5536, 'PSBR10001331', 5535, '5476/5534/5535/5536', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5537, 'PSBR10001329', 5535, '5476/5534/5535/5537', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5538, 'PSBR10001326', 5535, '5476/5534/5535/5538', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5539, 'PSBR10001330', 5535, '5476/5534/5535/5539', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5540, 'PSBR10001327', 5535, '5476/5534/5535/5540', 4, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5541, 'PSBR10001328', 5535, '5476/5534/5535/5541', 4, 0, '0', 'A', 0, 60, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5542, 'PSBR10001354', 5535, '5476/5534/5535/5542', 4, 0, '0', 'A', 0, 70, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5543, 'PSBR10006903', 5535, '5476/5534/5535/5543', 4, 0, '0', 'A', 0, 80, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5544, 'PSBR67011100', 5534, '5476/5534/5544', 3, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5545, 'PSBR67010300', 5534, '5476/5534/5545', 3, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5546, 'PSBR10001335', 5545, '5476/5534/5545/5546', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5547, 'PSBR10001356', 5545, '5476/5534/5545/5547', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5548, 'PSBR10001334', 5545, '5476/5534/5545/5548', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5549, 'PSBR67010800', 5534, '5476/5534/5549', 3, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5550, 'PSBR10001352', 5549, '5476/5534/5549/5550', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5551, 'PSBR10001350', 5549, '5476/5534/5549/5551', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5552, 'PSBR10001361', 5549, '5476/5534/5549/5552', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5553, 'PSBR10001351', 5549, '5476/5534/5549/5553', 4, 0, '0', 'A', 0, 40, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5554, 'PSBR67010200', 5534, '5476/5534/5554', 3, 0, '0', 'A', 0, 50, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5555, 'PSBR10001332', 5554, '5476/5534/5554/5555', 4, 0, '0', 'A', 0, 10, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5556, 'PSBR10001355', 5554, '5476/5534/5554/5556', 4, 0, '0', 'A', 0, 20, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0),
(5557, 'PSBR10001333', 5554, '5476/5534/5554/5557', 4, 0, '0', 'A', 0, 30, 1642644000, 'N', '', 'N', 0, 'N', 0, '', '', 'default', 0, 'N', 'N', 'C', 'Y', '#ffffff', '#333333', 'N', 'none', 'N', 0, 0, 'N', 'N', 0);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_category_descriptions`
--

CREATE TABLE `partiushop_category_descriptions` (
  `category_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `category` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext DEFAULT NULL,
  `meta_keywords` varchar(255) NOT NULL DEFAULT '',
  `meta_description` varchar(255) NOT NULL DEFAULT '',
  `page_title` varchar(255) NOT NULL DEFAULT '',
  `age_warning_message` text DEFAULT NULL,
  `ab__fn_label_text` varchar(100) NOT NULL DEFAULT '',
  `ab__fn_label_show` char(1) NOT NULL DEFAULT 'Y'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_category_descriptions`
--

INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(1, 'en', 'Acampamento', '<p>Acampamento</p>', '', '', '', 'N', '', 'Y'),
(1, 'es', 'Acampamento', '<p>Acampamento</p>', '', '', '', 'N', '', 'Y'),
(1, 'pt', 'Acampamento', '<p>Acampamento</p>', '', '', '', 'N', '', 'Y'),
(2, 'en', 'Aquecimento de Acampamento/Equipamento de Iluminação', '<p>Aquecimento de Acampamento/Equipamento de Iluminação</p>', '', '', '', 'N', '', 'Y'),
(2, 'es', 'Aquecimento de Acampamento/Equipamento de Iluminação', '<p>Aquecimento de Acampamento/Equipamento de Iluminação</p>', '', '', '', 'N', '', 'Y'),
(2, 'pt', 'Aquecimento de Acampamento/Equipamento de Iluminação', '<p>Aquecimento de Acampamento/Equipamento de Iluminação</p>', '', '', '', 'N', '', 'Y'),
(3, 'en', 'Barracas/Estruturas Climáticas', '<p>Barracas/Estruturas Climáticas</p>', '', '', '', 'N', '', 'Y'),
(3, 'es', 'Barracas/Estruturas Climáticas', '<p>Barracas/Estruturas Climáticas</p>', '', '', '', 'N', '', 'Y'),
(3, 'pt', 'Barracas/Estruturas Climáticas', '<p>Barracas/Estruturas Climáticas</p>', '', '', '', 'N', '', 'Y'),
(4, 'en', 'Equipamentos para cozimento/bebidas/alimentos de acampamento', '<p>Equipamentos para cozimento/bebidas/alimentos de acampamento</p>', '', '', '', 'N', '', 'Y'),
(4, 'es', 'Equipamentos para cozimento/bebidas/alimentos de acampamento', '<p>Equipamentos para cozimento/bebidas/alimentos de acampamento</p>', '', '', '', 'N', '', 'Y'),
(4, 'pt', 'Equipamentos para cozimento/bebidas/alimentos de acampamento', '<p>Equipamentos para cozimento/bebidas/alimentos de acampamento</p>', '', '', '', 'N', '', 'Y'),
(5, 'en', 'Equipamentos Sanitários/de Limpeza para Acampamento', '<p>Equipamentos Sanitários/de Limpeza para Acampamento</p>', '', '', '', 'N', '', 'Y'),
(5, 'es', 'Equipamentos Sanitários/de Limpeza para Acampamento', '<p>Equipamentos Sanitários/de Limpeza para Acampamento</p>', '', '', '', 'N', '', 'Y'),
(5, 'pt', 'Equipamentos Sanitários/de Limpeza para Acampamento', '<p>Equipamentos Sanitários/de Limpeza para Acampamento</p>', '', '', '', 'N', '', 'Y'),
(6, 'en', 'Móveis/Mobílias para Acampamento', '<p>Móveis/Mobílias para Acampamento</p>', '', '', '', 'N', '', 'Y'),
(6, 'es', 'Móveis/Mobílias para Acampamento', '<p>Móveis/Mobílias para Acampamento</p>', '', '', '', 'N', '', 'Y'),
(6, 'pt', 'Móveis/Mobílias para Acampamento', '<p>Móveis/Mobílias para Acampamento</p>', '', '', '', 'N', '', 'Y'),
(7, 'en', 'Pacotes de Variedade de Acampamento', '<p>Pacotes de Variedade de Acampamento</p>', '', '', '', 'N', '', 'Y'),
(7, 'es', 'Pacotes de Variedade de Acampamento', '<p>Pacotes de Variedade de Acampamento</p>', '', '', '', 'N', '', 'Y'),
(7, 'pt', 'Pacotes de Variedade de Acampamento', '<p>Pacotes de Variedade de Acampamento</p>', '', '', '', 'N', '', 'Y'),
(8, 'en', 'Acessórios Pessoais', '<p>Acessórios Pessoais</p>', '', '', '', 'N', '', 'Y'),
(8, 'es', 'Acessórios Pessoais', '<p>Acessórios Pessoais</p>', '', '', '', 'N', '', 'Y'),
(8, 'pt', 'Acessórios Pessoais', '<p>Acessórios Pessoais</p>', '', '', '', 'N', '', 'Y'),
(9, 'en', 'Acessórios/Suportes Pessoais', '<p>Acessórios/Suportes Pessoais</p>', '', '', '', 'N', '', 'Y'),
(9, 'es', 'Acessórios/Suportes Pessoais', '<p>Acessórios/Suportes Pessoais</p>', '', '', '', 'N', '', 'Y'),
(9, 'pt', 'Acessórios/Suportes Pessoais', '<p>Acessórios/Suportes Pessoais</p>', '', '', '', 'N', '', 'Y'),
(10, 'en', 'Jóias', '<p>Jóias</p>', '', '', '', 'N', '', 'Y'),
(10, 'es', 'Jóias', '<p>Jóias</p>', '', '', '', 'N', '', 'Y'),
(10, 'pt', 'Jóias', '<p>Jóias</p>', '', '', '', 'N', '', 'Y'),
(11, 'en', 'Pacotes de Variedades para Acessórios Pessoais', '<p>Pacotes de Variedades para Acessórios Pessoais</p>', '', '', '', 'N', '', 'Y'),
(11, 'es', 'Pacotes de Variedades para Acessórios Pessoais', '<p>Pacotes de Variedades para Acessórios Pessoais</p>', '', '', '', 'N', '', 'Y'),
(11, 'pt', 'Pacotes de Variedades para Acessórios Pessoais', '<p>Pacotes de Variedades para Acessórios Pessoais</p>', '', '', '', 'N', '', 'Y'),
(12, 'en', 'Relógios de Pulso', '<p>Relógios de Pulso</p>', '', '', '', 'N', '', 'Y'),
(12, 'es', 'Relógios de Pulso', '<p>Relógios de Pulso</p>', '', '', '', 'N', '', 'Y'),
(12, 'pt', 'Relógios de Pulso', '<p>Relógios de Pulso</p>', '', '', '', 'N', '', 'Y'),
(13, 'en', 'Alimentos/Bebidas/Tabaco', '<p>Alimentos/Bebidas/Tabaco</p>', '', '', '', 'N', '', 'Y'),
(13, 'es', 'Alimentos/Bebidas/Tabaco', '<p>Alimentos/Bebidas/Tabaco</p>', '', '', '', 'N', '', 'Y'),
(13, 'pt', 'Alimentos/Bebidas/Tabaco', '<p>Alimentos/Bebidas/Tabaco</p>', '', '', '', 'N', '', 'Y'),
(14, 'en', 'Alimentos Preparados / Conservados', '<p>Alimentos Preparados / Conservados</p>', '', '', '', 'N', '', 'Y'),
(14, 'es', 'Alimentos Preparados / Conservados', '<p>Alimentos Preparados / Conservados</p>', '', '', '', 'N', '', 'Y'),
(14, 'pt', 'Alimentos Preparados / Conservados', '<p>Alimentos Preparados / Conservados</p>', '', '', '', 'N', '', 'Y'),
(15, 'en', 'Aperitivos', '<p>Aperitivos</p>', '', '', '', 'N', '', 'Y'),
(15, 'es', 'Aperitivos', '<p>Aperitivos</p>', '', '', '', 'N', '', 'Y'),
(15, 'pt', 'Aperitivos', '<p>Aperitivos</p>', '', '', '', 'N', '', 'Y'),
(16, 'en', 'Aperitivos Outros', '<p>Aperitivos Outros</p>', '', '', '', 'N', '', 'Y'),
(16, 'es', 'Aperitivos Outros', '<p>Aperitivos Outros</p>', '', '', '', 'N', '', 'Y'),
(16, 'pt', 'Aperitivos Outros', '<p>Aperitivos Outros</p>', '', '', '', 'N', '', 'Y'),
(17, 'en', 'Batatinhas/Salgadinhos/Combinação de lanches - Natural / Extrudido', '<p>Batatinhas/Salgadinhos/Combinação de lanches - Natural / Extrudido</p>', '', '', '', 'N', '', 'Y'),
(17, 'es', 'Batatinhas/Salgadinhos/Combinação de lanches - Natural / Extrudido', '<p>Batatinhas/Salgadinhos/Combinação de lanches - Natural / Extrudido</p>', '', '', '', 'N', '', 'Y'),
(17, 'pt', 'Batatinhas/Salgadinhos/Combinação de lanches - Natural / Extrudido', '<p>Batatinhas/Salgadinhos/Combinação de lanches - Natural / Extrudido</p>', '', '', '', 'N', '', 'Y'),
(18, 'en', 'Caramelo / Maçãs do Amor', '<p>Caramelo / Maçãs do Amor</p>', '', '', '', 'N', '', 'Y'),
(18, 'es', 'Caramelo / Maçãs do Amor', '<p>Caramelo / Maçãs do Amor</p>', '', '', '', 'N', '', 'Y'),
(18, 'pt', 'Caramelo / Maçãs do Amor', '<p>Caramelo / Maçãs do Amor</p>', '', '', '', 'N', '', 'Y'),
(19, 'en', 'Doodles/ Puffs', '<p>Doodles/ Puffs</p>', '', '', '', 'N', '', 'Y'),
(19, 'es', 'Doodles/ Puffs', '<p>Doodles/ Puffs</p>', '', '', '', 'N', '', 'Y'),
(19, 'pt', 'Doodles/ Puffs', '<p>Doodles/ Puffs</p>', '', '', '', 'N', '', 'Y'),
(20, 'en', 'Pacotes de Variedades para Lanches', '<p>Pacotes de Variedades para Lanches</p>', '', '', '', 'N', '', 'Y'),
(20, 'es', 'Pacotes de Variedades para Lanches', '<p>Pacotes de Variedades para Lanches</p>', '', '', '', 'N', '', 'Y'),
(20, 'pt', 'Pacotes de Variedades para Lanches', '<p>Pacotes de Variedades para Lanches</p>', '', '', '', 'N', '', 'Y'),
(21, 'en', 'Pipoca (Não perecível)', '<p>Pipoca (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(21, 'es', 'Pipoca (Não perecível)', '<p>Pipoca (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(21, 'pt', 'Pipoca (Não perecível)', '<p>Pipoca (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(22, 'en', 'Salgadinhos/ Mini Pretzels', '<p>Salgadinhos/ Mini Pretzels</p>', '', '', '', 'N', '', 'Y'),
(22, 'es', 'Salgadinhos/ Mini Pretzels', '<p>Salgadinhos/ Mini Pretzels</p>', '', '', '', 'N', '', 'Y'),
(22, 'pt', 'Salgadinhos/ Mini Pretzels', '<p>Salgadinhos/ Mini Pretzels</p>', '', '', '', 'N', '', 'Y'),
(23, 'en', 'Bebês/Crianças- Alimentos/Bebidas', '<p>Bebês/Crianças- Alimentos/Bebidas</p>', '', '', '', 'N', '', 'Y'),
(23, 'es', 'Bebês/Crianças- Alimentos/Bebidas', '<p>Bebês/Crianças- Alimentos/Bebidas</p>', '', '', '', 'N', '', 'Y'),
(23, 'pt', 'Bebês/Crianças- Alimentos/Bebidas', '<p>Bebês/Crianças- Alimentos/Bebidas</p>', '', '', '', 'N', '', 'Y'),
(24, 'en', 'Bebê / Criança - Alimentos Especializados (Não perecíveis)', '<p>Bebê / Criança - Alimentos Especializados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(24, 'es', 'Bebê / Criança - Alimentos Especializados (Não perecíveis)', '<p>Bebê / Criança - Alimentos Especializados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(24, 'pt', 'Bebê / Criança - Alimentos Especializados (Não perecíveis)', '<p>Bebê / Criança - Alimentos Especializados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(25, 'en', 'Bebê / Criança - Bebidas Especializadas (Não perecível)', '<p>Bebê / Criança - Bebidas Especializadas (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(25, 'es', 'Bebê / Criança - Bebidas Especializadas (Não perecível)', '<p>Bebê / Criança - Bebidas Especializadas (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(25, 'pt', 'Bebê / Criança - Bebidas Especializadas (Não perecível)', '<p>Bebê / Criança - Bebidas Especializadas (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(26, 'en', 'Bebê / Criança - Fórmula (Não perecível)', '<p>Bebê / Criança - Fórmula (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(26, 'es', 'Bebê / Criança - Fórmula (Não perecível)', '<p>Bebê / Criança - Fórmula (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(26, 'pt', 'Bebê / Criança - Fórmula (Não perecível)', '<p>Bebê / Criança - Fórmula (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(27, 'en', 'Bebê/Criança - Alimentos Especializados (Congelados)', '<p>Bebê/Criança - Alimentos Especializados (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(27, 'es', 'Bebê/Criança - Alimentos Especializados (Congelados)', '<p>Bebê/Criança - Alimentos Especializados (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(27, 'pt', 'Bebê/Criança - Alimentos Especializados (Congelados)', '<p>Bebê/Criança - Alimentos Especializados (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(28, 'en', 'Pacotes de Variedades para Alimentos/Bebidas - Bebê/ Criança', '<p>Pacotes de Variedades para Alimentos/Bebidas - Bebê/ Criança</p>', '', '', '', 'N', '', 'Y'),
(28, 'es', 'Pacotes de Variedades para Alimentos/Bebidas - Bebê/ Criança', '<p>Pacotes de Variedades para Alimentos/Bebidas - Bebê/ Criança</p>', '', '', '', 'N', '', 'Y'),
(28, 'pt', 'Pacotes de Variedades para Alimentos/Bebidas - Bebê/ Criança', '<p>Pacotes de Variedades para Alimentos/Bebidas - Bebê/ Criança</p>', '', '', '', 'N', '', 'Y'),
(29, 'en', 'Doces em pasta', '<p>Doces em pasta</p>', '', '', '', 'N', '', 'Y'),
(29, 'es', 'Doces em pasta', '<p>Doces em pasta</p>', '', '', '', 'N', '', 'Y'),
(29, 'pt', 'Doces em pasta', '<p>Doces em pasta</p>', '', '', '', 'N', '', 'Y'),
(30, 'en', 'Compotas/Marmeladas/Geléias', '<p>Compotas/Marmeladas/Geléias</p>', '', '', '', 'N', '', 'Y'),
(30, 'es', 'Compotas/Marmeladas/Geléias', '<p>Compotas/Marmeladas/Geléias</p>', '', '', '', 'N', '', 'Y'),
(30, 'pt', 'Compotas/Marmeladas/Geléias', '<p>Compotas/Marmeladas/Geléias</p>', '', '', '', 'N', '', 'Y'),
(31, 'en', 'Doces/geleias', '<p>Doces/geleias</p>', '', '', '', 'N', '', 'Y'),
(31, 'es', 'Doces/geleias', '<p>Doces/geleias</p>', '', '', '', 'N', '', 'Y'),
(31, 'pt', 'Doces/geleias', '<p>Doces/geleias</p>', '', '', '', 'N', '', 'Y'),
(32, 'en', 'Mel (Não perecível)', '<p>Mel (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(32, 'es', 'Mel (Não perecível)', '<p>Mel (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(32, 'pt', 'Mel (Não perecível)', '<p>Mel (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(33, 'en', 'Pacotes de Variedades para Pastas Doce', '<p>Pacotes de Variedades para Pastas Doce</p>', '', '', '', 'N', '', 'Y'),
(33, 'es', 'Pacotes de Variedades para Pastas Doce', '<p>Pacotes de Variedades para Pastas Doce</p>', '', '', '', 'N', '', 'Y'),
(33, 'pt', 'Pacotes de Variedades para Pastas Doce', '<p>Pacotes de Variedades para Pastas Doce</p>', '', '', '', 'N', '', 'Y'),
(34, 'en', 'Pasta Americana (Não perecível)', '<p>Pasta Americana (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(34, 'es', 'Pasta Americana (Não perecível)', '<p>Pasta Americana (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(34, 'pt', 'Pasta Americana (Não perecível)', '<p>Pasta Americana (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(35, 'en', 'Substitutos do mel', '<p>Substitutos do mel</p>', '', '', '', 'N', '', 'Y'),
(35, 'es', 'Substitutos do mel', '<p>Substitutos do mel</p>', '', '', '', 'N', '', 'Y'),
(35, 'pt', 'Substitutos do mel', '<p>Substitutos do mel</p>', '', '', '', 'N', '', 'Y'),
(36, 'en', 'Laticínios /Produtos à base de Ovos', '<p>Laticínios /Produtos à base de Ovos</p>', '', '', '', 'N', '', 'Y'),
(36, 'es', 'Laticínios /Produtos à base de Ovos', '<p>Laticínios /Produtos à base de Ovos</p>', '', '', '', 'N', '', 'Y'),
(36, 'pt', 'Laticínios /Produtos à base de Ovos', '<p>Laticínios /Produtos à base de Ovos</p>', '', '', '', 'N', '', 'Y'),
(37, 'en', 'Pacotes de Variedades para produtos à base de ovos / laticínios', '<p>Pacotes de Variedades para produtos à base de ovos / laticínios</p>', '', '', '', 'N', '', 'Y'),
(37, 'es', 'Pacotes de Variedades para produtos à base de ovos / laticínios', '<p>Pacotes de Variedades para produtos à base de ovos / laticínios</p>', '', '', '', 'N', '', 'Y'),
(37, 'pt', 'Pacotes de Variedades para produtos à base de ovos / laticínios', '<p>Pacotes de Variedades para produtos à base de ovos / laticínios</p>', '', '', '', 'N', '', 'Y'),
(38, 'en', 'Produtos à base de Leite - Não prontos para consumo (Congelado)', '<p>Produtos à base de Leite - Não prontos para consumo (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(38, 'es', 'Produtos à base de Leite - Não prontos para consumo (Congelado)', '<p>Produtos à base de Leite - Não prontos para consumo (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(38, 'pt', 'Produtos à base de Leite - Não prontos para consumo (Congelado)', '<p>Produtos à base de Leite - Não prontos para consumo (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(39, 'en', 'Produtos à base de Leite - Não prontos para Consumo (perecíveis)', '<p>Produtos à base de Leite - Não prontos para Consumo (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(39, 'es', 'Produtos à base de Leite - Não prontos para Consumo (perecíveis)', '<p>Produtos à base de Leite - Não prontos para Consumo (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(39, 'pt', 'Produtos à base de Leite - Não prontos para Consumo (perecíveis)', '<p>Produtos à base de Leite - Não prontos para Consumo (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(40, 'en', 'Produtos à base de Leite / Ovos - Prontos para consumo (Perecíveis)', '<p>Produtos à base de Leite / Ovos - Prontos para consumo (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(40, 'es', 'Produtos à base de Leite / Ovos - Prontos para consumo (Perecíveis)', '<p>Produtos à base de Leite / Ovos - Prontos para consumo (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(40, 'pt', 'Produtos à base de Leite / Ovos - Prontos para consumo (Perecíveis)', '<p>Produtos à base de Leite / Ovos - Prontos para consumo (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(41, 'en', 'Produtos à base de Leite/ Ovos - Prontos para Consumo (Não perecíveis)', '<p>Produtos à base de Leite/ Ovos - Prontos para Consumo (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(41, 'es', 'Produtos à base de Leite/ Ovos - Prontos para Consumo (Não perecíveis)', '<p>Produtos à base de Leite/ Ovos - Prontos para Consumo (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(41, 'pt', 'Produtos à base de Leite/ Ovos - Prontos para Consumo (Não perecíveis)', '<p>Produtos à base de Leite/ Ovos - Prontos para Consumo (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(42, 'en', 'Produtos à base de Ovos - Não prontos para consumo (Congelados)', '<p>Produtos à base de Ovos - Não prontos para consumo (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(42, 'es', 'Produtos à base de Ovos - Não prontos para consumo (Congelados)', '<p>Produtos à base de Ovos - Não prontos para consumo (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(42, 'pt', 'Produtos à base de Ovos - Não prontos para consumo (Congelados)', '<p>Produtos à base de Ovos - Não prontos para consumo (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(43, 'en', 'Produtos à base de Ovos - Não prontos para consumo (Não perecíveis)', '<p>Produtos à base de Ovos - Não prontos para consumo (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(43, 'es', 'Produtos à base de Ovos - Não prontos para consumo (Não perecíveis)', '<p>Produtos à base de Ovos - Não prontos para consumo (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(43, 'pt', 'Produtos à base de Ovos - Não prontos para consumo (Não perecíveis)', '<p>Produtos à base de Ovos - Não prontos para consumo (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(44, 'en', 'Produtos à base de Ovos - Não prontos para consumo (Perecíveis)', '<p>Produtos à base de Ovos - Não prontos para consumo (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(44, 'es', 'Produtos à base de Ovos - Não prontos para consumo (Perecíveis)', '<p>Produtos à base de Ovos - Não prontos para consumo (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(44, 'pt', 'Produtos à base de Ovos - Não prontos para consumo (Perecíveis)', '<p>Produtos à base de Ovos - Não prontos para consumo (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(45, 'en', 'Massas / Macarrão', '<p>Massas / Macarrão</p>', '', '', '', 'N', '', 'Y'),
(45, 'es', 'Massas / Macarrão', '<p>Massas / Macarrão</p>', '', '', '', 'N', '', 'Y'),
(45, 'pt', 'Massas / Macarrão', '<p>Massas / Macarrão</p>', '', '', '', 'N', '', 'Y'),
(46, 'en', 'Massa/Macarrão - Não Prontos para Consumo (Congelado)', '<p>Massa/Macarrão - Não Prontos para Consumo (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(46, 'es', 'Massa/Macarrão - Não Prontos para Consumo (Congelado)', '<p>Massa/Macarrão - Não Prontos para Consumo (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(46, 'pt', 'Massa/Macarrão - Não Prontos para Consumo (Congelado)', '<p>Massa/Macarrão - Não Prontos para Consumo (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(47, 'en', 'Massa/Macarrão - Não Prontos para Consumo (Não perecíveis)', '<p>Massa/Macarrão - Não Prontos para Consumo (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(47, 'es', 'Massa/Macarrão - Não Prontos para Consumo (Não perecíveis)', '<p>Massa/Macarrão - Não Prontos para Consumo (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(47, 'pt', 'Massa/Macarrão - Não Prontos para Consumo (Não perecíveis)', '<p>Massa/Macarrão - Não Prontos para Consumo (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(48, 'en', 'Massa/Macarrão - Não Prontos para Consumo (Perecíveis)', '<p>Massa/Macarrão - Não Prontos para Consumo (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(48, 'es', 'Massa/Macarrão - Não Prontos para Consumo (Perecíveis)', '<p>Massa/Macarrão - Não Prontos para Consumo (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(48, 'pt', 'Massa/Macarrão - Não Prontos para Consumo (Perecíveis)', '<p>Massa/Macarrão - Não Prontos para Consumo (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(49, 'en', 'Massa/Macarrão - Prontos para Consumo (Não perecíveis)', '<p>Massa/Macarrão - Prontos para Consumo (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(49, 'es', 'Massa/Macarrão - Prontos para Consumo (Não perecíveis)', '<p>Massa/Macarrão - Prontos para Consumo (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(49, 'pt', 'Massa/Macarrão - Prontos para Consumo (Não perecíveis)', '<p>Massa/Macarrão - Prontos para Consumo (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(50, 'en', 'Massa/Macarrão - Prontos para Consumo (Perecíveis)', '<p>Massa/Macarrão - Prontos para Consumo (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(50, 'es', 'Massa/Macarrão - Prontos para Consumo (Perecíveis)', '<p>Massa/Macarrão - Prontos para Consumo (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(50, 'pt', 'Massa/Macarrão - Prontos para Consumo (Perecíveis)', '<p>Massa/Macarrão - Prontos para Consumo (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(51, 'en', 'Pacotes de Variedades para Massa/ Macarrão', '<p>Pacotes de Variedades para Massa/ Macarrão</p>', '', '', '', 'N', '', 'Y'),
(51, 'es', 'Pacotes de Variedades para Massa/ Macarrão', '<p>Pacotes de Variedades para Massa/ Macarrão</p>', '', '', '', 'N', '', 'Y'),
(51, 'pt', 'Pacotes de Variedades para Massa/ Macarrão', '<p>Pacotes de Variedades para Massa/ Macarrão</p>', '', '', '', 'N', '', 'Y'),
(52, 'en', 'Pacotes de Variedades para Alimentos Preparados/Conservados', '<p>Pacotes de Variedades para Alimentos Preparados/Conservados</p>', '', '', '', 'N', '', 'Y'),
(52, 'es', 'Pacotes de Variedades para Alimentos Preparados/Conservados', '<p>Pacotes de Variedades para Alimentos Preparados/Conservados</p>', '', '', '', 'N', '', 'Y'),
(52, 'pt', 'Pacotes de Variedades para Alimentos Preparados/Conservados', '<p>Pacotes de Variedades para Alimentos Preparados/Conservados</p>', '', '', '', 'N', '', 'Y'),
(53, 'en', 'Produtos à base de Grãos', '<p>Produtos à base de Grãos</p>', '', '', '', 'N', '', 'Y'),
(53, 'es', 'Produtos à base de Grãos', '<p>Produtos à base de Grãos</p>', '', '', '', 'N', '', 'Y'),
(53, 'pt', 'Produtos à base de Grãos', '<p>Produtos à base de Grãos</p>', '', '', '', 'N', '', 'Y'),
(54, 'en', 'Pacotes de Variedades para Produtos à base de Grãos', '<p>Pacotes de Variedades para Produtos à base de Grãos</p>', '', '', '', 'N', '', 'Y'),
(54, 'es', 'Pacotes de Variedades para Produtos à base de Grãos', '<p>Pacotes de Variedades para Produtos à base de Grãos</p>', '', '', '', 'N', '', 'Y'),
(54, 'pt', 'Pacotes de Variedades para Produtos à base de Grãos', '<p>Pacotes de Variedades para Produtos à base de Grãos</p>', '', '', '', 'N', '', 'Y'),
(55, 'en', 'Produtos à base de Grãos - Não prontos para Consumo - Salgados (Não perecíveis)', '<p>Produtos à base de Grãos - Não prontos para Consumo - Salgados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(55, 'es', 'Produtos à base de Grãos - Não prontos para Consumo - Salgados (Não perecíveis)', '<p>Produtos à base de Grãos - Não prontos para Consumo - Salgados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(55, 'pt', 'Produtos à base de Grãos - Não prontos para Consumo - Salgados (Não perecíveis)', '<p>Produtos à base de Grãos - Não prontos para Consumo - Salgados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(56, 'en', 'Produtos à base de Grãos - Não prontos para Consumo - Salgados (Perecíveis)', '<p>Produtos à base de Grãos - Não prontos para Consumo - Salgados (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(56, 'es', 'Produtos à base de Grãos - Não prontos para Consumo - Salgados (Perecíveis)', '<p>Produtos à base de Grãos - Não prontos para Consumo - Salgados (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(56, 'pt', 'Produtos à base de Grãos - Não prontos para Consumo - Salgados (Perecíveis)', '<p>Produtos à base de Grãos - Não prontos para Consumo - Salgados (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(57, 'en', 'Produtos à base de Grãos - Não prontos para Consumo (Congelado)', '<p>Produtos à base de Grãos - Não prontos para Consumo (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(57, 'es', 'Produtos à base de Grãos - Não prontos para Consumo (Congelado)', '<p>Produtos à base de Grãos - Não prontos para Consumo (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(57, 'pt', 'Produtos à base de Grãos - Não prontos para Consumo (Congelado)', '<p>Produtos à base de Grãos - Não prontos para Consumo (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(58, 'en', 'Produtos à base de Grãos - Prontos para Consumo - Salgados (Não perecíveis)', '<p>Produtos à base de Grãos - Prontos para Consumo - Salgados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(58, 'es', 'Produtos à base de Grãos - Prontos para Consumo - Salgados (Não perecíveis)', '<p>Produtos à base de Grãos - Prontos para Consumo - Salgados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(58, 'pt', 'Produtos à base de Grãos - Prontos para Consumo - Salgados (Não perecíveis)', '<p>Produtos à base de Grãos - Prontos para Consumo - Salgados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(59, 'en', 'Produtos à base de Grãos - Prontos para Consumo - Salgados (Perecíveis)', '<p>Produtos à base de Grãos - Prontos para Consumo - Salgados (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(59, 'es', 'Produtos à base de Grãos - Prontos para Consumo - Salgados (Perecíveis)', '<p>Produtos à base de Grãos - Prontos para Consumo - Salgados (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(59, 'pt', 'Produtos à base de Grãos - Prontos para Consumo - Salgados (Perecíveis)', '<p>Produtos à base de Grãos - Prontos para Consumo - Salgados (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(60, 'en', 'Produtos à base de massa', '<p>Produtos à base de massa</p>', '', '', '', 'N', '', 'Y'),
(60, 'es', 'Produtos à base de massa', '<p>Produtos à base de massa</p>', '', '', '', 'N', '', 'Y'),
(60, 'pt', 'Produtos à base de massa', '<p>Produtos à base de massa</p>', '', '', '', 'N', '', 'Y'),
(61, 'en', 'Pacotes de Variedades para Produtos à base de Massa', '<p>Pacotes de Variedades para Produtos à base de Massa</p>', '', '', '', 'N', '', 'Y'),
(61, 'es', 'Pacotes de Variedades para Produtos à base de Massa', '<p>Pacotes de Variedades para Produtos à base de Massa</p>', '', '', '', 'N', '', 'Y'),
(61, 'pt', 'Pacotes de Variedades para Produtos à base de Massa', '<p>Pacotes de Variedades para Produtos à base de Massa</p>', '', '', '', 'N', '', 'Y'),
(62, 'en', 'Produtos à base de Massa - Não prontos para Consumo - Salgado (Perecíveis)', '<p>Produtos à base de Massa - Não prontos para Consumo - Salgado (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(62, 'es', 'Produtos à base de Massa - Não prontos para Consumo - Salgado (Perecíveis)', '<p>Produtos à base de Massa - Não prontos para Consumo - Salgado (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(62, 'pt', 'Produtos à base de Massa - Não prontos para Consumo - Salgado (Perecíveis)', '<p>Produtos à base de Massa - Não prontos para Consumo - Salgado (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(63, 'en', 'Produtos à base de Massa - Não prontos para consumo - Salgados (Congelados)', '<p>Produtos à base de Massa - Não prontos para consumo - Salgados (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(63, 'es', 'Produtos à base de Massa - Não prontos para consumo - Salgados (Congelados)', '<p>Produtos à base de Massa - Não prontos para consumo - Salgados (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(63, 'pt', 'Produtos à base de Massa - Não prontos para consumo - Salgados (Congelados)', '<p>Produtos à base de Massa - Não prontos para consumo - Salgados (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(64, 'en', 'Produtos à base de Massa - Não prontos para consumo - Salgados (Não perecíveis)', '<p>Produtos à base de Massa - Não prontos para consumo - Salgados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(64, 'es', 'Produtos à base de Massa - Não prontos para consumo - Salgados (Não perecíveis)', '<p>Produtos à base de Massa - Não prontos para consumo - Salgados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(64, 'pt', 'Produtos à base de Massa - Não prontos para consumo - Salgados (Não perecíveis)', '<p>Produtos à base de Massa - Não prontos para consumo - Salgados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(65, 'en', 'Produtos à base de Massa - Pronto para Consumo - Salgados (perecíveis)', '<p>Produtos à base de Massa - Pronto para Consumo - Salgados (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(65, 'es', 'Produtos à base de Massa - Pronto para Consumo - Salgados (perecíveis)', '<p>Produtos à base de Massa - Pronto para Consumo - Salgados (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(65, 'pt', 'Produtos à base de Massa - Pronto para Consumo - Salgados (perecíveis)', '<p>Produtos à base de Massa - Pronto para Consumo - Salgados (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(66, 'en', 'Produtos à base de Massa - Prontos para Consumo - Salgados (Não perecíveis)', '<p>Produtos à base de Massa - Prontos para Consumo - Salgados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(66, 'es', 'Produtos à base de Massa - Prontos para Consumo - Salgados (Não perecíveis)', '<p>Produtos à base de Massa - Prontos para Consumo - Salgados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(66, 'pt', 'Produtos à base de Massa - Prontos para Consumo - Salgados (Não perecíveis)', '<p>Produtos à base de Massa - Prontos para Consumo - Salgados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(67, 'en', 'Produtos Hortícolas', '<p>Produtos Hortícolas</p>', '', '', '', 'N', '', 'Y'),
(67, 'es', 'Produtos Hortícolas', '<p>Produtos Hortícolas</p>', '', '', '', 'N', '', 'Y'),
(67, 'pt', 'Produtos Hortícolas', '<p>Produtos Hortícolas</p>', '', '', '', 'N', '', 'Y'),
(68, 'en', 'Pacotes de Variedades para Produtos Hortícolas', '<p>Pacotes de Variedades para Produtos Hortícolas</p>', '', '', '', 'N', '', 'Y'),
(68, 'es', 'Pacotes de Variedades para Produtos Hortícolas', '<p>Pacotes de Variedades para Produtos Hortícolas</p>', '', '', '', 'N', '', 'Y'),
(68, 'pt', 'Pacotes de Variedades para Produtos Hortícolas', '<p>Pacotes de Variedades para Produtos Hortícolas</p>', '', '', '', 'N', '', 'Y'),
(69, 'en', 'Produtos Hortícolas - Não prontos para Consumo (Congelado)', '<p>Produtos Hortícolas - Não prontos para Consumo (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(69, 'es', 'Produtos Hortícolas - Não prontos para Consumo (Congelado)', '<p>Produtos Hortícolas - Não prontos para Consumo (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(69, 'pt', 'Produtos Hortícolas - Não prontos para Consumo (Congelado)', '<p>Produtos Hortícolas - Não prontos para Consumo (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(70, 'en', 'Produtos Hortícolas - Não prontos para Consumo (Não perecíveis)', '<p>Produtos Hortícolas - Não prontos para Consumo (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(70, 'es', 'Produtos Hortícolas - Não prontos para Consumo (Não perecíveis)', '<p>Produtos Hortícolas - Não prontos para Consumo (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(70, 'pt', 'Produtos Hortícolas - Não prontos para Consumo (Não perecíveis)', '<p>Produtos Hortícolas - Não prontos para Consumo (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(71, 'en', 'Produtos Hortícolas - Não prontos para Consumo (Perecíveis)', '<p>Produtos Hortícolas - Não prontos para Consumo (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(71, 'es', 'Produtos Hortícolas - Não prontos para Consumo (Perecíveis)', '<p>Produtos Hortícolas - Não prontos para Consumo (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(71, 'pt', 'Produtos Hortícolas - Não prontos para Consumo (Perecíveis)', '<p>Produtos Hortícolas - Não prontos para Consumo (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(72, 'en', 'Produtos Hortícolas - Prontos para Consumo (Não perecíveis)', '<p>Produtos Hortícolas - Prontos para Consumo (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(72, 'es', 'Produtos Hortícolas - Prontos para Consumo (Não perecíveis)', '<p>Produtos Hortícolas - Prontos para Consumo (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(72, 'pt', 'Produtos Hortícolas - Prontos para Consumo (Não perecíveis)', '<p>Produtos Hortícolas - Prontos para Consumo (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(73, 'en', 'Produtos Hortícolas - Prontos para Consumo (Perecíveis)', '<p>Produtos Hortícolas - Prontos para Consumo (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(73, 'es', 'Produtos Hortícolas - Prontos para Consumo (Perecíveis)', '<p>Produtos Hortícolas - Prontos para Consumo (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(73, 'pt', 'Produtos Hortícolas - Prontos para Consumo (Perecíveis)', '<p>Produtos Hortícolas - Prontos para Consumo (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(74, 'en', 'Refeições combinadas prontas', '<p>Refeições combinadas prontas</p>', '', '', '', 'N', '', 'Y'),
(74, 'es', 'Refeições combinadas prontas', '<p>Refeições combinadas prontas</p>', '', '', '', 'N', '', 'Y'),
(74, 'pt', 'Refeições combinadas prontas', '<p>Refeições combinadas prontas</p>', '', '', '', 'N', '', 'Y'),
(75, 'en', 'Refeições combinadas prontas - não prontas para comer (congeladas)', '<p>Refeições combinadas prontas - não prontas para comer (congeladas)</p>', '', '', '', 'N', '', 'Y'),
(75, 'es', 'Refeições combinadas prontas - não prontas para comer (congeladas)', '<p>Refeições combinadas prontas - não prontas para comer (congeladas)</p>', '', '', '', 'N', '', 'Y'),
(75, 'pt', 'Refeições combinadas prontas - não prontas para comer (congeladas)', '<p>Refeições combinadas prontas - não prontas para comer (congeladas)</p>', '', '', '', 'N', '', 'Y'),
(76, 'en', 'Refeições combinadas prontas - não prontas para comer (perecíveis)', '<p>Refeições combinadas prontas - não prontas para comer (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(76, 'es', 'Refeições combinadas prontas - não prontas para comer (perecíveis)', '<p>Refeições combinadas prontas - não prontas para comer (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(76, 'pt', 'Refeições combinadas prontas - não prontas para comer (perecíveis)', '<p>Refeições combinadas prontas - não prontas para comer (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(77, 'en', 'Refeições combinadas prontas - Não prontas para comer (prateleira estável)', '<p>Refeições combinadas prontas - Não prontas para comer (prateleira estável)</p>', '', '', '', 'N', '', 'Y'),
(77, 'es', 'Refeições combinadas prontas - Não prontas para comer (prateleira estável)', '<p>Refeições combinadas prontas - Não prontas para comer (prateleira estável)</p>', '', '', '', 'N', '', 'Y'),
(77, 'pt', 'Refeições combinadas prontas - Não prontas para comer (prateleira estável)', '<p>Refeições combinadas prontas - Não prontas para comer (prateleira estável)</p>', '', '', '', 'N', '', 'Y'),
(78, 'en', 'Refeições combinadas prontas - Pacotes de variedade não prontos para comer', '<p>Refeições combinadas prontas - Pacotes de variedade não prontos para comer</p>', '', '', '', 'N', '', 'Y'),
(78, 'es', 'Refeições combinadas prontas - Pacotes de variedade não prontos para comer', '<p>Refeições combinadas prontas - Pacotes de variedade não prontos para comer</p>', '', '', '', 'N', '', 'Y'),
(78, 'pt', 'Refeições combinadas prontas - Pacotes de variedade não prontos para comer', '<p>Refeições combinadas prontas - Pacotes de variedade não prontos para comer</p>', '', '', '', 'N', '', 'Y'),
(79, 'en', 'Refeições combinadas prontas - Pacotes prontos para comer', '<p>Refeições combinadas prontas - Pacotes prontos para comer</p>', '', '', '', 'N', '', 'Y'),
(79, 'es', 'Refeições combinadas prontas - Pacotes prontos para comer', '<p>Refeições combinadas prontas - Pacotes prontos para comer</p>', '', '', '', 'N', '', 'Y'),
(79, 'pt', 'Refeições combinadas prontas - Pacotes prontos para comer', '<p>Refeições combinadas prontas - Pacotes prontos para comer</p>', '', '', '', 'N', '', 'Y'),
(80, 'en', 'Refeições combinadas prontas - prontas para comer (perecíveis)', '<p>Refeições combinadas prontas - prontas para comer (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(80, 'es', 'Refeições combinadas prontas - prontas para comer (perecíveis)', '<p>Refeições combinadas prontas - prontas para comer (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(80, 'pt', 'Refeições combinadas prontas - prontas para comer (perecíveis)', '<p>Refeições combinadas prontas - prontas para comer (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(81, 'en', 'Refeições Combinadas Prontas - Pronto para Comer (Prateleira Estável)', '<p>Refeições Combinadas Prontas - Pronto para Comer (Prateleira Estável)</p>', '', '', '', 'N', '', 'Y'),
(81, 'es', 'Refeições Combinadas Prontas - Pronto para Comer (Prateleira Estável)', '<p>Refeições Combinadas Prontas - Pronto para Comer (Prateleira Estável)</p>', '', '', '', 'N', '', 'Y'),
(81, 'pt', 'Refeições Combinadas Prontas - Pronto para Comer (Prateleira Estável)', '<p>Refeições Combinadas Prontas - Pronto para Comer (Prateleira Estável)</p>', '', '', '', 'N', '', 'Y'),
(82, 'en', 'Sanduíches / Pães Recheados/ Wraps', '<p>Sanduíches / Pães Recheados/ Wraps</p>', '', '', '', 'N', '', 'Y'),
(82, 'es', 'Sanduíches / Pães Recheados/ Wraps', '<p>Sanduíches / Pães Recheados/ Wraps</p>', '', '', '', 'N', '', 'Y'),
(82, 'pt', 'Sanduíches / Pães Recheados/ Wraps', '<p>Sanduíches / Pães Recheados/ Wraps</p>', '', '', '', 'N', '', 'Y'),
(83, 'en', 'Pacotes de Variedades para Sanduíches/ Pães Recheados / Wraps', '<p>Pacotes de Variedades para Sanduíches/ Pães Recheados / Wraps</p>', '', '', '', 'N', '', 'Y'),
(83, 'es', 'Pacotes de Variedades para Sanduíches/ Pães Recheados / Wraps', '<p>Pacotes de Variedades para Sanduíches/ Pães Recheados / Wraps</p>', '', '', '', 'N', '', 'Y'),
(83, 'pt', 'Pacotes de Variedades para Sanduíches/ Pães Recheados / Wraps', '<p>Pacotes de Variedades para Sanduíches/ Pães Recheados / Wraps</p>', '', '', '', 'N', '', 'Y'),
(84, 'en', 'Sanduíches / Pães Recheados / Wraps (Congelados)', '<p>Sanduíches / Pães Recheados / Wraps (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(84, 'es', 'Sanduíches / Pães Recheados / Wraps (Congelados)', '<p>Sanduíches / Pães Recheados / Wraps (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(84, 'pt', 'Sanduíches / Pães Recheados / Wraps (Congelados)', '<p>Sanduíches / Pães Recheados / Wraps (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(85, 'en', 'Sanduíches / Pães Recheados / Wraps (Perecíveis)', '<p>Sanduíches / Pães Recheados / Wraps (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(85, 'es', 'Sanduíches / Pães Recheados / Wraps (Perecíveis)', '<p>Sanduíches / Pães Recheados / Wraps (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(85, 'pt', 'Sanduíches / Pães Recheados / Wraps (Perecíveis)', '<p>Sanduíches / Pães Recheados / Wraps (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(86, 'en', 'Sobremesas/Coberturas para Sobremesa', '<p>Sobremesas/Coberturas para Sobremesa</p>', '', '', '', 'N', '', 'Y'),
(86, 'es', 'Sobremesas/Coberturas para Sobremesa', '<p>Sobremesas/Coberturas para Sobremesa</p>', '', '', '', 'N', '', 'Y'),
(86, 'pt', 'Sobremesas/Coberturas para Sobremesa', '<p>Sobremesas/Coberturas para Sobremesa</p>', '', '', '', 'N', '', 'Y'),
(87, 'en', 'Caldas / Coberturas / Recheios para Sobremesa (Perecíveis)', '<p>Caldas / Coberturas / Recheios para Sobremesa (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(87, 'es', 'Caldas / Coberturas / Recheios para Sobremesa (Perecíveis)', '<p>Caldas / Coberturas / Recheios para Sobremesa (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(87, 'pt', 'Caldas / Coberturas / Recheios para Sobremesa (Perecíveis)', '<p>Caldas / Coberturas / Recheios para Sobremesa (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(88, 'en', 'Caldas / Coberturas / Recheios para Sobremesas (Não perecíveis)', '<p>Caldas / Coberturas / Recheios para Sobremesas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(88, 'es', 'Caldas / Coberturas / Recheios para Sobremesas (Não perecíveis)', '<p>Caldas / Coberturas / Recheios para Sobremesas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(88, 'pt', 'Caldas / Coberturas / Recheios para Sobremesas (Não perecíveis)', '<p>Caldas / Coberturas / Recheios para Sobremesas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(89, 'en', 'Caldas/ Coberturas/ Recheios para Sobremesa (Congelado)', '<p>Caldas/ Coberturas/ Recheios para Sobremesa (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(89, 'es', 'Caldas/ Coberturas/ Recheios para Sobremesa (Congelado)', '<p>Caldas/ Coberturas/ Recheios para Sobremesa (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(89, 'pt', 'Caldas/ Coberturas/ Recheios para Sobremesa (Congelado)', '<p>Caldas/ Coberturas/ Recheios para Sobremesa (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(90, 'en', 'Pacotes de Variedades para Sobremesas/ Coberturas para sobremesa', '<p>Pacotes de Variedades para Sobremesas/ Coberturas para sobremesa</p>', '', '', '', 'N', '', 'Y'),
(90, 'es', 'Pacotes de Variedades para Sobremesas/ Coberturas para sobremesa', '<p>Pacotes de Variedades para Sobremesas/ Coberturas para sobremesa</p>', '', '', '', 'N', '', 'Y'),
(90, 'pt', 'Pacotes de Variedades para Sobremesas/ Coberturas para sobremesa', '<p>Pacotes de Variedades para Sobremesas/ Coberturas para sobremesa</p>', '', '', '', 'N', '', 'Y'),
(91, 'en', 'Sobremesas (Congeladas)', '<p>Sobremesas (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(91, 'es', 'Sobremesas (Congeladas)', '<p>Sobremesas (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(91, 'pt', 'Sobremesas (Congeladas)', '<p>Sobremesas (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(92, 'en', 'Sobremesas (Não perecíveis)', '<p>Sobremesas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(92, 'es', 'Sobremesas (Não perecíveis)', '<p>Sobremesas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(92, 'pt', 'Sobremesas (Não perecíveis)', '<p>Sobremesas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(93, 'en', 'Sobremesas (perecíveis)', '<p>Sobremesas (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(93, 'es', 'Sobremesas (perecíveis)', '<p>Sobremesas (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(93, 'pt', 'Sobremesas (perecíveis)', '<p>Sobremesas (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(94, 'en', 'Sorvete / Gelados (Não perecíveis)', '<p>Sorvete / Gelados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(94, 'es', 'Sorvete / Gelados (Não perecíveis)', '<p>Sorvete / Gelados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(94, 'pt', 'Sorvete / Gelados (Não perecíveis)', '<p>Sorvete / Gelados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(95, 'en', 'Sorvetes/ Gelados (Congelados)', '<p>Sorvetes/ Gelados (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(95, 'es', 'Sorvetes/ Gelados (Congelados)', '<p>Sorvetes/ Gelados (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(95, 'pt', 'Sorvetes/ Gelados (Congelados)', '<p>Sorvetes/ Gelados (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(96, 'en', 'Sopas preparadas', '<p>Sopas preparadas</p>', '', '', '', 'N', '', 'Y'),
(96, 'es', 'Sopas preparadas', '<p>Sopas preparadas</p>', '', '', '', 'N', '', 'Y'),
(96, 'pt', 'Sopas preparadas', '<p>Sopas preparadas</p>', '', '', '', 'N', '', 'Y'),
(97, 'en', 'Guarnições para Sopa (Congeladas)', '<p>Guarnições para Sopa (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(97, 'es', 'Guarnições para Sopa (Congeladas)', '<p>Guarnições para Sopa (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(97, 'pt', 'Guarnições para Sopa (Congeladas)', '<p>Guarnições para Sopa (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(98, 'en', 'Guarnições para Sopa (Não Refrigeradas)', '<p>Guarnições para Sopa (Não Refrigeradas)</p>', '', '', '', 'N', '', 'Y'),
(98, 'es', 'Guarnições para Sopa (Não Refrigeradas)', '<p>Guarnições para Sopa (Não Refrigeradas)</p>', '', '', '', 'N', '', 'Y'),
(98, 'pt', 'Guarnições para Sopa (Não Refrigeradas)', '<p>Guarnições para Sopa (Não Refrigeradas)</p>', '', '', '', 'N', '', 'Y'),
(99, 'en', 'Guarnições para Sopa (Perecíveis)', '<p>Guarnições para Sopa (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(99, 'es', 'Guarnições para Sopa (Perecíveis)', '<p>Guarnições para Sopa (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(99, 'pt', 'Guarnições para Sopa (Perecíveis)', '<p>Guarnições para Sopa (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(100, 'en', 'Pacotes de Variedades para Sopas - Preparadas', '<p>Pacotes de Variedades para Sopas - Preparadas</p>', '', '', '', 'N', '', 'Y'),
(100, 'es', 'Pacotes de Variedades para Sopas - Preparadas', '<p>Pacotes de Variedades para Sopas - Preparadas</p>', '', '', '', 'N', '', 'Y'),
(100, 'pt', 'Pacotes de Variedades para Sopas - Preparadas', '<p>Pacotes de Variedades para Sopas - Preparadas</p>', '', '', '', 'N', '', 'Y'),
(101, 'en', 'Sopas - Preparadas (Congeladas)', '<p>Sopas - Preparadas (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(101, 'es', 'Sopas - Preparadas (Congeladas)', '<p>Sopas - Preparadas (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(101, 'pt', 'Sopas - Preparadas (Congeladas)', '<p>Sopas - Preparadas (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(102, 'en', 'Sopas - Preparadas (Não Perecíveis)', '<p>Sopas - Preparadas (Não Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(102, 'es', 'Sopas - Preparadas (Não Perecíveis)', '<p>Sopas - Preparadas (Não Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(102, 'pt', 'Sopas - Preparadas (Não Perecíveis)', '<p>Sopas - Preparadas (Não Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(103, 'en', 'Sopas - Preparadas (Perecíveis)', '<p>Sopas - Preparadas (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(103, 'es', 'Sopas - Preparadas (Perecíveis)', '<p>Sopas - Preparadas (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(103, 'pt', 'Sopas - Preparadas (Perecíveis)', '<p>Sopas - Preparadas (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(104, 'en', 'Substitutos da carne', '<p>Substitutos da carne</p>', '', '', '', 'N', '', 'Y'),
(104, 'es', 'Substitutos da carne', '<p>Substitutos da carne</p>', '', '', '', 'N', '', 'Y'),
(104, 'pt', 'Substitutos da carne', '<p>Substitutos da carne</p>', '', '', '', 'N', '', 'Y'),
(105, 'en', 'Pacotes de Variedades para Substitutos da Carne', '<p>Pacotes de Variedades para Substitutos da Carne</p>', '', '', '', 'N', '', 'Y'),
(105, 'es', 'Pacotes de Variedades para Substitutos da Carne', '<p>Pacotes de Variedades para Substitutos da Carne</p>', '', '', '', 'N', '', 'Y'),
(105, 'pt', 'Pacotes de Variedades para Substitutos da Carne', '<p>Pacotes de Variedades para Substitutos da Carne</p>', '', '', '', 'N', '', 'Y'),
(106, 'en', 'Substitutos da carne (congelada)', '<p>Substitutos da carne (congelada)</p>', '', '', '', 'N', '', 'Y'),
(106, 'es', 'Substitutos da carne (congelada)', '<p>Substitutos da carne (congelada)</p>', '', '', '', 'N', '', 'Y'),
(106, 'pt', 'Substitutos da carne (congelada)', '<p>Substitutos da carne (congelada)</p>', '', '', '', 'N', '', 'Y'),
(107, 'en', 'Substitutos da carne (Não perecíveis)', '<p>Substitutos da carne (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(107, 'es', 'Substitutos da carne (Não perecíveis)', '<p>Substitutos da carne (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(107, 'pt', 'Substitutos da carne (Não perecíveis)', '<p>Substitutos da carne (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(108, 'en', 'Substitutos da carne (perecíveis)', '<p>Substitutos da carne (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(108, 'es', 'Substitutos da carne (perecíveis)', '<p>Substitutos da carne (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(108, 'pt', 'Substitutos da carne (perecíveis)', '<p>Substitutos da carne (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(109, 'en', 'Bebidas', '<p>Bebidas</p>', '', '', '', 'N', '', 'Y'),
(109, 'es', 'Bebidas', '<p>Bebidas</p>', '', '', '', 'N', '', 'Y'),
(109, 'pt', 'Bebidas', '<p>Bebidas</p>', '', '', '', 'N', '', 'Y'),
(110, 'en', 'Bebidas alcoólicas (inclui variantes sem álcool)', '<p>Bebidas alcoólicas (inclui variantes sem álcool)</p>', '', '', '', 'N', '', 'Y'),
(110, 'es', 'Bebidas alcoólicas (inclui variantes sem álcool)', '<p>Bebidas alcoólicas (inclui variantes sem álcool)</p>', '', '', '', 'N', '', 'Y'),
(110, 'pt', 'Bebidas alcoólicas (inclui variantes sem álcool)', '<p>Bebidas alcoólicas (inclui variantes sem álcool)</p>', '', '', '', 'N', '', 'Y'),
(111, 'en', 'Bebida Alcoólica sabor Maçã/Pera - Sem gás', '<p>Bebida Alcoólica sabor Maçã/Pera - Sem gás</p>', '', '', '', 'N', '', 'Y'),
(111, 'es', 'Bebida Alcoólica sabor Maçã/Pera - Sem gás', '<p>Bebida Alcoólica sabor Maçã/Pera - Sem gás</p>', '', '', '', 'N', '', 'Y'),
(111, 'pt', 'Bebida Alcoólica sabor Maçã/Pera - Sem gás', '<p>Bebida Alcoólica sabor Maçã/Pera - Sem gás</p>', '', '', '', 'N', '', 'Y'),
(112, 'en', 'Bebida de maçã / pêra - espumante (não alcoólica)', '<p>Bebida de maçã / pêra - espumante (não alcoólica)</p>', '', '', '', 'N', '', 'Y'),
(112, 'es', 'Bebida de maçã / pêra - espumante (não alcoólica)', '<p>Bebida de maçã / pêra - espumante (não alcoólica)</p>', '', '', '', 'N', '', 'Y'),
(112, 'pt', 'Bebida de maçã / pêra - espumante (não alcoólica)', '<p>Bebida de maçã / pêra - espumante (não alcoólica)</p>', '', '', '', 'N', '', 'Y'),
(113, 'en', 'Bebida de maçã / pêra - sem álcool (não alcoólica)', '<p>Bebida de maçã / pêra - sem álcool (não alcoólica)</p>', '', '', '', 'N', '', 'Y'),
(113, 'es', 'Bebida de maçã / pêra - sem álcool (não alcoólica)', '<p>Bebida de maçã / pêra - sem álcool (não alcoólica)</p>', '', '', '', 'N', '', 'Y'),
(113, 'pt', 'Bebida de maçã / pêra - sem álcool (não alcoólica)', '<p>Bebida de maçã / pêra - sem álcool (não alcoólica)</p>', '', '', '', 'N', '', 'Y'),
(114, 'en', 'Bebidas alcoólicas', '<p>Bebidas alcoólicas</p>', '', '', '', 'N', '', 'Y'),
(114, 'es', 'Bebidas alcoólicas', '<p>Bebidas alcoólicas</p>', '', '', '', 'N', '', 'Y'),
(114, 'pt', 'Bebidas alcoólicas', '<p>Bebidas alcoólicas</p>', '', '', '', 'N', '', 'Y'),
(115, 'en', 'Bebidas alcoólicas feitas de uva não fermentada - Espumante', '<p>Bebidas alcoólicas feitas de uva não fermentada - Espumante</p>', '', '', '', 'N', '', 'Y'),
(115, 'es', 'Bebidas alcoólicas feitas de uva não fermentada - Espumante', '<p>Bebidas alcoólicas feitas de uva não fermentada - Espumante</p>', '', '', '', 'N', '', 'Y'),
(115, 'pt', 'Bebidas alcoólicas feitas de uva não fermentada - Espumante', '<p>Bebidas alcoólicas feitas de uva não fermentada - Espumante</p>', '', '', '', 'N', '', 'Y'),
(116, 'en', 'Bebidas Alcoólicas feitas de uvas não fermentadas - Tranquilas', '<p>Bebidas Alcoólicas feitas de uvas não fermentadas - Tranquilas</p>', '', '', '', 'N', '', 'Y'),
(116, 'es', 'Bebidas Alcoólicas feitas de uvas não fermentadas - Tranquilas', '<p>Bebidas Alcoólicas feitas de uvas não fermentadas - Tranquilas</p>', '', '', '', 'N', '', 'Y'),
(116, 'pt', 'Bebidas Alcoólicas feitas de uvas não fermentadas - Tranquilas', '<p>Bebidas Alcoólicas feitas de uvas não fermentadas - Tranquilas</p>', '', '', '', 'N', '', 'Y'),
(117, 'en', 'Bebidas alcoólicas pré-misturadas', '<p>Bebidas alcoólicas pré-misturadas</p>', '', '', '', 'N', '', 'Y'),
(117, 'es', 'Bebidas alcoólicas pré-misturadas', '<p>Bebidas alcoólicas pré-misturadas</p>', '', '', '', 'N', '', 'Y'),
(117, 'pt', 'Bebidas alcoólicas pré-misturadas', '<p>Bebidas alcoólicas pré-misturadas</p>', '', '', '', 'N', '', 'Y'),
(118, 'en', 'Bebidas espirituosas - não alcoólicas', '<p>Bebidas espirituosas - não alcoólicas</p>', '', '', '', 'N', '', 'Y'),
(118, 'es', 'Bebidas espirituosas - não alcoólicas', '<p>Bebidas espirituosas - não alcoólicas</p>', '', '', '', 'N', '', 'Y'),
(118, 'pt', 'Bebidas espirituosas - não alcoólicas', '<p>Bebidas espirituosas - não alcoólicas</p>', '', '', '', 'N', '', 'Y'),
(119, 'en', 'Bebidas Pré-Misturadas - Não Alcoólicas', '<p>Bebidas Pré-Misturadas - Não Alcoólicas</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(119, 'es', 'Bebidas Pré-Misturadas - Não Alcoólicas', '<p>Bebidas Pré-Misturadas - Não Alcoólicas</p>', '', '', '', 'N', '', 'Y'),
(119, 'pt', 'Bebidas Pré-Misturadas - Não Alcoólicas', '<p>Bebidas Pré-Misturadas - Não Alcoólicas</p>', '', '', '', 'N', '', 'Y'),
(120, 'en', 'Cerveja', '<p>Cerveja</p>', '', '', '', 'N', '', 'Y'),
(120, 'es', 'Cerveja', '<p>Cerveja</p>', '', '', '', 'N', '', 'Y'),
(120, 'pt', 'Cerveja', '<p>Cerveja</p>', '', '', '', 'N', '', 'Y'),
(121, 'en', 'Cerveja (sem álcool)', '<p>Cerveja (sem álcool)</p>', '', '', '', 'N', '', 'Y'),
(121, 'es', 'Cerveja (sem álcool)', '<p>Cerveja (sem álcool)</p>', '', '', '', 'N', '', 'Y'),
(121, 'pt', 'Cerveja (sem álcool)', '<p>Cerveja (sem álcool)</p>', '', '', '', 'N', '', 'Y'),
(122, 'en', 'Cidra/Perada', '<p>Cidra/Perada</p>', '', '', '', 'N', '', 'Y'),
(122, 'es', 'Cidra/Perada', '<p>Cidra/Perada</p>', '', '', '', 'N', '', 'Y'),
(122, 'pt', 'Cidra/Perada', '<p>Cidra/Perada</p>', '', '', '', 'N', '', 'Y'),
(123, 'en', 'Insumos para Produção do álcool', '<p>Insumos para Produção do álcool</p>', '', '', '', 'N', '', 'Y'),
(123, 'es', 'Insumos para Produção do álcool', '<p>Insumos para Produção do álcool</p>', '', '', '', 'N', '', 'Y'),
(123, 'pt', 'Insumos para Produção do álcool', '<p>Insumos para Produção do álcool</p>', '', '', '', 'N', '', 'Y'),
(124, 'en', 'Kit aromatizante de álcool', '<p>Kit aromatizante de álcool</p>', '', '', '', 'N', '', 'Y'),
(124, 'es', 'Kit aromatizante de álcool', '<p>Kit aromatizante de álcool</p>', '', '', '', 'N', '', 'Y'),
(124, 'pt', 'Kit aromatizante de álcool', '<p>Kit aromatizante de álcool</p>', '', '', '', 'N', '', 'Y'),
(125, 'en', 'Kits para Produção do Álcool', '<p>Kits para Produção do Álcool</p>', '', '', '', 'N', '', 'Y'),
(125, 'es', 'Kits para Produção do Álcool', '<p>Kits para Produção do Álcool</p>', '', '', '', 'N', '', 'Y'),
(125, 'pt', 'Kits para Produção do Álcool', '<p>Kits para Produção do Álcool</p>', '', '', '', 'N', '', 'Y'),
(126, 'en', 'Licores', '<p>Licores</p>', '', '', '', 'N', '', 'Y'),
(126, 'es', 'Licores', '<p>Licores</p>', '', '', '', 'N', '', 'Y'),
(126, 'pt', 'Licores', '<p>Licores</p>', '', '', '', 'N', '', 'Y'),
(127, 'en', 'Pacotes de Variedades para Bebidas Alcoólicas', '<p>Pacotes de Variedades para Bebidas Alcoólicas</p>', '', '', '', 'N', '', 'Y'),
(127, 'es', 'Pacotes de Variedades para Bebidas Alcoólicas', '<p>Pacotes de Variedades para Bebidas Alcoólicas</p>', '', '', '', 'N', '', 'Y'),
(127, 'pt', 'Pacotes de Variedades para Bebidas Alcoólicas', '<p>Pacotes de Variedades para Bebidas Alcoólicas</p>', '', '', '', 'N', '', 'Y'),
(128, 'en', 'Vinho - Espumante', '<p>Vinho - Espumante</p>', '', '', '', 'N', '', 'Y'),
(128, 'es', 'Vinho - Espumante', '<p>Vinho - Espumante</p>', '', '', '', 'N', '', 'Y'),
(128, 'pt', 'Vinho - Espumante', '<p>Vinho - Espumante</p>', '', '', '', 'N', '', 'Y'),
(129, 'en', 'Vinho - Espumante (não alcoólico)', '<p>Vinho - Espumante (não alcoólico)</p>', '', '', '', 'N', '', 'Y'),
(129, 'es', 'Vinho - Espumante (não alcoólico)', '<p>Vinho - Espumante (não alcoólico)</p>', '', '', '', 'N', '', 'Y'),
(129, 'pt', 'Vinho - Espumante (não alcoólico)', '<p>Vinho - Espumante (não alcoólico)</p>', '', '', '', 'N', '', 'Y'),
(130, 'en', 'Vinho - Fortificado', '<p>Vinho - Fortificado</p>', '', '', '', 'N', '', 'Y'),
(130, 'es', 'Vinho - Fortificado', '<p>Vinho - Fortificado</p>', '', '', '', 'N', '', 'Y'),
(130, 'pt', 'Vinho - Fortificado', '<p>Vinho - Fortificado</p>', '', '', '', 'N', '', 'Y'),
(131, 'en', 'Vinho - sem álcool (sem álcool)', '<p>Vinho - sem álcool (sem álcool)</p>', '', '', '', 'N', '', 'Y'),
(131, 'es', 'Vinho - sem álcool (sem álcool)', '<p>Vinho - sem álcool (sem álcool)</p>', '', '', '', 'N', '', 'Y'),
(131, 'pt', 'Vinho - sem álcool (sem álcool)', '<p>Vinho - sem álcool (sem álcool)</p>', '', '', '', 'N', '', 'Y'),
(132, 'en', 'Vinho - Tranquilo', '<p>Vinho - Tranquilo</p>', '', '', '', 'N', '', 'Y'),
(132, 'es', 'Vinho - Tranquilo', '<p>Vinho - Tranquilo</p>', '', '', '', 'N', '', 'Y'),
(132, 'pt', 'Vinho - Tranquilo', '<p>Vinho - Tranquilo</p>', '', '', '', 'N', '', 'Y'),
(133, 'en', 'Xaropes e batidas alcoólicas', '<p>Xaropes e batidas alcoólicas</p>', '', '', '', 'N', '', 'Y'),
(133, 'es', 'Xaropes e batidas alcoólicas', '<p>Xaropes e batidas alcoólicas</p>', '', '', '', 'N', '', 'Y'),
(133, 'pt', 'Xaropes e batidas alcoólicas', '<p>Xaropes e batidas alcoólicas</p>', '', '', '', 'N', '', 'Y'),
(134, 'en', 'Bebidas não alcoólicas - Não prontas para consumo', '<p>Bebidas não alcoólicas - Não prontas para consumo</p>', '', '', '', 'N', '', 'Y'),
(134, 'es', 'Bebidas não alcoólicas - Não prontas para consumo', '<p>Bebidas não alcoólicas - Não prontas para consumo</p>', '', '', '', 'N', '', 'Y'),
(134, 'pt', 'Bebidas não alcoólicas - Não prontas para consumo', '<p>Bebidas não alcoólicas - Não prontas para consumo</p>', '', '', '', 'N', '', 'Y'),
(135, 'en', 'Bebidas à base de substitutos de laticínios - Não prontas para consumo (sem refrigeração)', '<p>Bebidas à base de substitutos de laticínios - Não prontas para consumo (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(135, 'es', 'Bebidas à base de substitutos de laticínios - Não prontas para consumo (sem refrigeração)', '<p>Bebidas à base de substitutos de laticínios - Não prontas para consumo (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(135, 'pt', 'Bebidas à base de substitutos de laticínios - Não prontas para consumo (sem refrigeração)', '<p>Bebidas à base de substitutos de laticínios - Não prontas para consumo (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(136, 'en', 'Bebidas à base de Suco - Não prontas para beber (Não perecíveis)', '<p>Bebidas à base de Suco - Não prontas para beber (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(136, 'es', 'Bebidas à base de Suco - Não prontas para beber (Não perecíveis)', '<p>Bebidas à base de Suco - Não prontas para beber (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(136, 'pt', 'Bebidas à base de Suco - Não prontas para beber (Não perecíveis)', '<p>Bebidas à base de Suco - Não prontas para beber (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(137, 'en', 'Bebidas aromatizadas - não prontas para beber', '<p>Bebidas aromatizadas - não prontas para beber</p>', '', '', '', 'N', '', 'Y'),
(137, 'es', 'Bebidas aromatizadas - não prontas para beber', '<p>Bebidas aromatizadas - não prontas para beber</p>', '', '', '', 'N', '', 'Y'),
(137, 'pt', 'Bebidas aromatizadas - não prontas para beber', '<p>Bebidas aromatizadas - não prontas para beber</p>', '', '', '', 'N', '', 'Y'),
(138, 'en', 'Bebidas Esportivas - Reidratação (Não prontas para beber)', '<p>Bebidas Esportivas - Reidratação (Não prontas para beber)</p>', '', '', '', 'N', '', 'Y'),
(138, 'es', 'Bebidas Esportivas - Reidratação (Não prontas para beber)', '<p>Bebidas Esportivas - Reidratação (Não prontas para beber)</p>', '', '', '', 'N', '', 'Y'),
(138, 'pt', 'Bebidas Esportivas - Reidratação (Não prontas para beber)', '<p>Bebidas Esportivas - Reidratação (Não prontas para beber)</p>', '', '', '', 'N', '', 'Y'),
(139, 'en', 'Bebidas Estimulantes/ Energéticas', '<p>Bebidas Estimulantes/ Energéticas</p>', '', '', '', 'N', '', 'Y'),
(139, 'es', 'Bebidas Estimulantes/ Energéticas', '<p>Bebidas Estimulantes/ Energéticas</p>', '', '', '', 'N', '', 'Y'),
(139, 'pt', 'Bebidas Estimulantes/ Energéticas', '<p>Bebidas Estimulantes/ Energéticas</p>', '', '', '', 'N', '', 'Y'),
(140, 'en', 'Bebidas lácteas - Não prontas para consumo (sem refrigeração)', '<p>Bebidas lácteas - Não prontas para consumo (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(140, 'es', 'Bebidas lácteas - Não prontas para consumo (sem refrigeração)', '<p>Bebidas lácteas - Não prontas para consumo (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(140, 'pt', 'Bebidas lácteas - Não prontas para consumo (sem refrigeração)', '<p>Bebidas lácteas - Não prontas para consumo (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(141, 'en', 'Chocolate / Cacau / Malte - Não pronto para beber', '<p>Chocolate / Cacau / Malte - Não pronto para beber</p>', '', '', '', 'N', '', 'Y'),
(141, 'es', 'Chocolate / Cacau / Malte - Não pronto para beber', '<p>Chocolate / Cacau / Malte - Não pronto para beber</p>', '', '', '', 'N', '', 'Y'),
(141, 'pt', 'Chocolate / Cacau / Malte - Não pronto para beber', '<p>Chocolate / Cacau / Malte - Não pronto para beber</p>', '', '', '', 'N', '', 'Y'),
(142, 'en', 'Pacotes de Variedades de Bebidas Não Alcóolicas - Não prontas para beber', '<p>Pacotes de Variedades de Bebidas Não Alcóolicas - Não prontas para beber</p>', '', '', '', 'N', '', 'Y'),
(142, 'es', 'Pacotes de Variedades de Bebidas Não Alcóolicas - Não prontas para beber', '<p>Pacotes de Variedades de Bebidas Não Alcóolicas - Não prontas para beber</p>', '', '', '', 'N', '', 'Y'),
(142, 'pt', 'Pacotes de Variedades de Bebidas Não Alcóolicas - Não prontas para beber', '<p>Pacotes de Variedades de Bebidas Não Alcóolicas - Não prontas para beber</p>', '', '', '', 'N', '', 'Y'),
(143, 'en', 'Suco - Não pronto para beber (Congelado)', '<p>Suco - Não pronto para beber (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(143, 'es', 'Suco - Não pronto para beber (Congelado)', '<p>Suco - Não pronto para beber (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(143, 'pt', 'Suco - Não pronto para beber (Congelado)', '<p>Suco - Não pronto para beber (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(144, 'en', 'Suco - Não pronto para beber (Não perecível)', '<p>Suco - Não pronto para beber (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(144, 'es', 'Suco - Não pronto para beber (Não perecível)', '<p>Suco - Não pronto para beber (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(144, 'pt', 'Suco - Não pronto para beber (Não perecível)', '<p>Suco - Não pronto para beber (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(145, 'en', 'Suco Vegetal - Tipo Não pronto para Beber (Congelado)', '<p>Suco Vegetal - Tipo Não pronto para Beber (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(145, 'es', 'Suco Vegetal - Tipo Não pronto para Beber (Congelado)', '<p>Suco Vegetal - Tipo Não pronto para Beber (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(145, 'pt', 'Suco Vegetal - Tipo Não pronto para Beber (Congelado)', '<p>Suco Vegetal - Tipo Não pronto para Beber (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(146, 'en', 'Suco Vegetal - Tipo Não Pronto para Beber (Não Refrigerado)', '<p>Suco Vegetal - Tipo Não Pronto para Beber (Não Refrigerado)</p>', '', '', '', 'N', '', 'Y'),
(146, 'es', 'Suco Vegetal - Tipo Não Pronto para Beber (Não Refrigerado)', '<p>Suco Vegetal - Tipo Não Pronto para Beber (Não Refrigerado)</p>', '', '', '', 'N', '', 'Y'),
(146, 'pt', 'Suco Vegetal - Tipo Não Pronto para Beber (Não Refrigerado)', '<p>Suco Vegetal - Tipo Não Pronto para Beber (Não Refrigerado)</p>', '', '', '', 'N', '', 'Y'),
(147, 'en', 'Suco Vegetal - Tipo Não Pronto para Beber (Não Refrigerado)', '<p>Suco Vegetal - Tipo Não Pronto para Beber (Não Refrigerado)</p>', '', '', '', 'N', '', 'Y'),
(147, 'es', 'Suco Vegetal - Tipo Não Pronto para Beber (Não Refrigerado)', '<p>Suco Vegetal - Tipo Não Pronto para Beber (Não Refrigerado)</p>', '', '', '', 'N', '', 'Y'),
(147, 'pt', 'Suco Vegetal - Tipo Não Pronto para Beber (Não Refrigerado)', '<p>Suco Vegetal - Tipo Não Pronto para Beber (Não Refrigerado)</p>', '', '', '', 'N', '', 'Y'),
(148, 'en', 'Bebidas não alcoólicas - Prontas para consumo', '<p>Bebidas não alcoólicas - Prontas para consumo</p>', '', '', '', 'N', '', 'Y'),
(148, 'es', 'Bebidas não alcoólicas - Prontas para consumo', '<p>Bebidas não alcoólicas - Prontas para consumo</p>', '', '', '', 'N', '', 'Y'),
(148, 'pt', 'Bebidas não alcoólicas - Prontas para consumo', '<p>Bebidas não alcoólicas - Prontas para consumo</p>', '', '', '', 'N', '', 'Y'),
(149, 'en', 'Água engarrafada', '<p>Água engarrafada</p>', '', '', '', 'N', '', 'Y'),
(149, 'es', 'Água engarrafada', '<p>Água engarrafada</p>', '', '', '', 'N', '', 'Y'),
(149, 'pt', 'Água engarrafada', '<p>Água engarrafada</p>', '', '', '', 'N', '', 'Y'),
(150, 'en', 'Bebidas a base de substitutos de laticínios – Prontas para consumo (perecíveis)', '<p>Bebidas a base de substitutos de laticínios – Prontas para consumo (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(150, 'es', 'Bebidas a base de substitutos de laticínios – Prontas para consumo (perecíveis)', '<p>Bebidas a base de substitutos de laticínios – Prontas para consumo (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(150, 'pt', 'Bebidas a base de substitutos de laticínios – Prontas para consumo (perecíveis)', '<p>Bebidas a base de substitutos de laticínios – Prontas para consumo (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(151, 'en', 'Bebidas à base de substitutos de laticínios - Prontas para consumo (sem refrigeração)', '<p>Bebidas à base de substitutos de laticínios - Prontas para consumo (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(151, 'es', 'Bebidas à base de substitutos de laticínios - Prontas para consumo (sem refrigeração)', '<p>Bebidas à base de substitutos de laticínios - Prontas para consumo (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(151, 'pt', 'Bebidas à base de substitutos de laticínios - Prontas para consumo (sem refrigeração)', '<p>Bebidas à base de substitutos de laticínios - Prontas para consumo (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(152, 'en', 'Bebidas à base de suco - Prontas para beber (Não perecíveis)', '<p>Bebidas à base de suco - Prontas para beber (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(152, 'es', 'Bebidas à base de suco - Prontas para beber (Não perecíveis)', '<p>Bebidas à base de suco - Prontas para beber (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(152, 'pt', 'Bebidas à base de suco - Prontas para beber (Não perecíveis)', '<p>Bebidas à base de suco - Prontas para beber (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(153, 'en', 'Bebidas à base de suco - Prontas para beber (Perecíveis)', '<p>Bebidas à base de suco - Prontas para beber (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(153, 'es', 'Bebidas à base de suco - Prontas para beber (Perecíveis)', '<p>Bebidas à base de suco - Prontas para beber (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(153, 'pt', 'Bebidas à base de suco - Prontas para beber (Perecíveis)', '<p>Bebidas à base de suco - Prontas para beber (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(154, 'en', 'Bebidas aromatizadas - Prontas para beber', '<p>Bebidas aromatizadas - Prontas para beber</p>', '', '', '', 'N', '', 'Y'),
(154, 'es', 'Bebidas aromatizadas - Prontas para beber', '<p>Bebidas aromatizadas - Prontas para beber</p>', '', '', '', 'N', '', 'Y'),
(154, 'pt', 'Bebidas aromatizadas - Prontas para beber', '<p>Bebidas aromatizadas - Prontas para beber</p>', '', '', '', 'N', '', 'Y'),
(155, 'en', 'Bebidas esportivas - Reidratação (Prontas para beber)', '<p>Bebidas esportivas - Reidratação (Prontas para beber)</p>', '', '', '', 'N', '', 'Y'),
(155, 'es', 'Bebidas esportivas - Reidratação (Prontas para beber)', '<p>Bebidas esportivas - Reidratação (Prontas para beber)</p>', '', '', '', 'N', '', 'Y'),
(155, 'pt', 'Bebidas esportivas - Reidratação (Prontas para beber)', '<p>Bebidas esportivas - Reidratação (Prontas para beber)</p>', '', '', '', 'N', '', 'Y'),
(156, 'en', 'Bebidas Estimulantes / Enegéticas - Prontas para beber', '<p>Bebidas Estimulantes / Enegéticas - Prontas para beber</p>', '', '', '', 'N', '', 'Y'),
(156, 'es', 'Bebidas Estimulantes / Enegéticas - Prontas para beber', '<p>Bebidas Estimulantes / Enegéticas - Prontas para beber</p>', '', '', '', 'N', '', 'Y'),
(156, 'pt', 'Bebidas Estimulantes / Enegéticas - Prontas para beber', '<p>Bebidas Estimulantes / Enegéticas - Prontas para beber</p>', '', '', '', 'N', '', 'Y'),
(157, 'en', 'Bebidas lácteas - Prontas para consumo (perecível)', '<p>Bebidas lácteas - Prontas para consumo (perecível)</p>', '', '', '', 'N', '', 'Y'),
(157, 'es', 'Bebidas lácteas - Prontas para consumo (perecível)', '<p>Bebidas lácteas - Prontas para consumo (perecível)</p>', '', '', '', 'N', '', 'Y'),
(157, 'pt', 'Bebidas lácteas - Prontas para consumo (perecível)', '<p>Bebidas lácteas - Prontas para consumo (perecível)</p>', '', '', '', 'N', '', 'Y'),
(158, 'en', 'Bebidas lácteas - Prontas para consumo (sem refrigeração)', '<p>Bebidas lácteas - Prontas para consumo (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(158, 'es', 'Bebidas lácteas - Prontas para consumo (sem refrigeração)', '<p>Bebidas lácteas - Prontas para consumo (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(158, 'pt', 'Bebidas lácteas - Prontas para consumo (sem refrigeração)', '<p>Bebidas lácteas - Prontas para consumo (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(159, 'en', 'Chocolate / Cacau/ Malte - Pronto para beber', '<p>Chocolate / Cacau/ Malte - Pronto para beber</p>', '', '', '', 'N', '', 'Y'),
(159, 'es', 'Chocolate / Cacau/ Malte - Pronto para beber', '<p>Chocolate / Cacau/ Malte - Pronto para beber</p>', '', '', '', 'N', '', 'Y'),
(159, 'pt', 'Chocolate / Cacau/ Malte - Pronto para beber', '<p>Chocolate / Cacau/ Malte - Pronto para beber</p>', '', '', '', 'N', '', 'Y'),
(160, 'en', 'Gelo', '<p>Gelo</p>', '', '', '', 'N', '', 'Y'),
(160, 'es', 'Gelo', '<p>Gelo</p>', '', '', '', 'N', '', 'Y'),
(160, 'pt', 'Gelo', '<p>Gelo</p>', '', '', '', 'N', '', 'Y'),
(161, 'en', 'Pacotes de Variedades para bebidas não alcóolicas - prontas para beber', '<p>Pacotes de Variedades para bebidas não alcóolicas - prontas para beber</p>', '', '', '', 'N', '', 'Y'),
(161, 'es', 'Pacotes de Variedades para bebidas não alcóolicas - prontas para beber', '<p>Pacotes de Variedades para bebidas não alcóolicas - prontas para beber</p>', '', '', '', 'N', '', 'Y'),
(161, 'pt', 'Pacotes de Variedades para bebidas não alcóolicas - prontas para beber', '<p>Pacotes de Variedades para bebidas não alcóolicas - prontas para beber</p>', '', '', '', 'N', '', 'Y'),
(162, 'en', 'Suco - Pronto para beber (Não perecível)', '<p>Suco - Pronto para beber (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(162, 'es', 'Suco - Pronto para beber (Não perecível)', '<p>Suco - Pronto para beber (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(162, 'pt', 'Suco - Pronto para beber (Não perecível)', '<p>Suco - Pronto para beber (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(163, 'en', 'Suco - Pronto para beber (Perecíveis)', '<p>Suco - Pronto para beber (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(163, 'es', 'Suco - Pronto para beber (Perecíveis)', '<p>Suco - Pronto para beber (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(163, 'pt', 'Suco - Pronto para beber (Perecíveis)', '<p>Suco - Pronto para beber (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(164, 'en', 'Suco Vegetal - Pronto para Beber (Não Refrigerado)', '<p>Suco Vegetal - Pronto para Beber (Não Refrigerado)</p>', '', '', '', 'N', '', 'Y'),
(164, 'es', 'Suco Vegetal - Pronto para Beber (Não Refrigerado)', '<p>Suco Vegetal - Pronto para Beber (Não Refrigerado)</p>', '', '', '', 'N', '', 'Y'),
(164, 'pt', 'Suco Vegetal - Pronto para Beber (Não Refrigerado)', '<p>Suco Vegetal - Pronto para Beber (Não Refrigerado)</p>', '', '', '', 'N', '', 'Y'),
(165, 'en', 'Suco Vegetal - Pronto para Beber (Não Refrigerado)', '<p>Suco Vegetal - Pronto para Beber (Não Refrigerado)</p>', '', '', '', 'N', '', 'Y'),
(165, 'es', 'Suco Vegetal - Pronto para Beber (Não Refrigerado)', '<p>Suco Vegetal - Pronto para Beber (Não Refrigerado)</p>', '', '', '', 'N', '', 'Y'),
(165, 'pt', 'Suco Vegetal - Pronto para Beber (Não Refrigerado)', '<p>Suco Vegetal - Pronto para Beber (Não Refrigerado)</p>', '', '', '', 'N', '', 'Y'),
(166, 'en', 'Suco Vegetal - Pronto para Beber (Perecível)', '<p>Suco Vegetal - Pronto para Beber (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(166, 'es', 'Suco Vegetal - Pronto para Beber (Perecível)', '<p>Suco Vegetal - Pronto para Beber (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(166, 'pt', 'Suco Vegetal - Pronto para Beber (Perecível)', '<p>Suco Vegetal - Pronto para Beber (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(167, 'en', 'Sucos Vegetais - Prontos para Beber (Perecível)', '<p>Sucos Vegetais - Prontos para Beber (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(167, 'es', 'Sucos Vegetais - Prontos para Beber (Perecível)', '<p>Sucos Vegetais - Prontos para Beber (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(167, 'pt', 'Sucos Vegetais - Prontos para Beber (Perecível)', '<p>Sucos Vegetais - Prontos para Beber (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(168, 'en', 'Café / Substitutos do café', '<p>Café / Substitutos do café</p>', '', '', '', 'N', '', 'Y'),
(168, 'es', 'Café / Substitutos do café', '<p>Café / Substitutos do café</p>', '', '', '', 'N', '', 'Y'),
(168, 'pt', 'Café / Substitutos do café', '<p>Café / Substitutos do café</p>', '', '', '', 'N', '', 'Y'),
(169, 'en', 'Café - Cápsulas', '<p>Café - Cápsulas</p>', '', '', '', 'N', '', 'Y'),
(169, 'es', 'Café - Cápsulas', '<p>Café - Cápsulas</p>', '', '', '', 'N', '', 'Y'),
(169, 'pt', 'Café - Cápsulas', '<p>Café - Cápsulas</p>', '', '', '', 'N', '', 'Y'),
(170, 'en', 'Café - Grão', '<p>Café - Grão</p>', '', '', '', 'N', '', 'Y'),
(170, 'es', 'Café - Grão', '<p>Café - Grão</p>', '', '', '', 'N', '', 'Y'),
(170, 'pt', 'Café - Grão', '<p>Café - Grão</p>', '', '', '', 'N', '', 'Y'),
(171, 'en', 'Café - Instantâneo Solúvel', '<p>Café - Instantâneo Solúvel</p>', '', '', '', 'N', '', 'Y'),
(171, 'es', 'Café - Instantâneo Solúvel', '<p>Café - Instantâneo Solúvel</p>', '', '', '', 'N', '', 'Y'),
(171, 'pt', 'Café - Instantâneo Solúvel', '<p>Café - Instantâneo Solúvel</p>', '', '', '', 'N', '', 'Y'),
(172, 'en', 'Café - Líquido/Não Pronto para o Consumo', '<p>Café - Líquido/Não Pronto para o Consumo</p>', '', '', '', 'N', '', 'Y'),
(172, 'es', 'Café - Líquido/Não Pronto para o Consumo', '<p>Café - Líquido/Não Pronto para o Consumo</p>', '', '', '', 'N', '', 'Y'),
(172, 'pt', 'Café - Líquido/Não Pronto para o Consumo', '<p>Café - Líquido/Não Pronto para o Consumo</p>', '', '', '', 'N', '', 'Y'),
(173, 'en', 'Café - Líquido/Prontos para Beber', '<p>Café - Líquido/Prontos para Beber</p>', '', '', '', 'N', '', 'Y'),
(173, 'es', 'Café - Líquido/Prontos para Beber', '<p>Café - Líquido/Prontos para Beber</p>', '', '', '', 'N', '', 'Y'),
(173, 'pt', 'Café - Líquido/Prontos para Beber', '<p>Café - Líquido/Prontos para Beber</p>', '', '', '', 'N', '', 'Y'),
(174, 'en', 'Café - Moído', '<p>Café - Moído</p>', '', '', '', 'N', '', 'Y'),
(174, 'es', 'Café - Moído', '<p>Café - Moído</p>', '', '', '', 'N', '', 'Y'),
(174, 'pt', 'Café - Moído', '<p>Café - Moído</p>', '', '', '', 'N', '', 'Y'),
(175, 'en', 'Substitutos de Café - Instantâneo Solúvel', '<p>Substitutos de Café - Instantâneo Solúvel</p>', '', '', '', 'N', '', 'Y'),
(175, 'es', 'Substitutos de Café - Instantâneo Solúvel', '<p>Substitutos de Café - Instantâneo Solúvel</p>', '', '', '', 'N', '', 'Y'),
(175, 'pt', 'Substitutos de Café - Instantâneo Solúvel', '<p>Substitutos de Café - Instantâneo Solúvel</p>', '', '', '', 'N', '', 'Y'),
(176, 'en', 'Substitutos de café - Líquido/Pronto para Beber', '<p>Substitutos de café - Líquido/Pronto para Beber</p>', '', '', '', 'N', '', 'Y'),
(176, 'es', 'Substitutos de café - Líquido/Pronto para Beber', '<p>Substitutos de café - Líquido/Pronto para Beber</p>', '', '', '', 'N', '', 'Y'),
(176, 'pt', 'Substitutos de café - Líquido/Pronto para Beber', '<p>Substitutos de café - Líquido/Pronto para Beber</p>', '', '', '', 'N', '', 'Y'),
(177, 'en', 'Substitutos do Café - Cápsulas', '<p>Substitutos do Café - Cápsulas</p>', '', '', '', 'N', '', 'Y'),
(177, 'es', 'Substitutos do Café - Cápsulas', '<p>Substitutos do Café - Cápsulas</p>', '', '', '', 'N', '', 'Y'),
(177, 'pt', 'Substitutos do Café - Cápsulas', '<p>Substitutos do Café - Cápsulas</p>', '', '', '', 'N', '', 'Y'),
(178, 'en', 'Substitutos do Café - Moído/Infundido', '<p>Substitutos do Café - Moído/Infundido</p>', '', '', '', 'N', '', 'Y'),
(178, 'es', 'Substitutos do Café - Moído/Infundido', '<p>Substitutos do Café - Moído/Infundido</p>', '', '', '', 'N', '', 'Y'),
(178, 'pt', 'Substitutos do Café - Moído/Infundido', '<p>Substitutos do Café - Moído/Infundido</p>', '', '', '', 'N', '', 'Y'),
(179, 'en', 'Chá e Infusões/Tisanes', '<p>Chá e Infusões/Tisanes</p>', '', '', '', 'N', '', 'Y'),
(179, 'es', 'Chá e Infusões/Tisanes', '<p>Chá e Infusões/Tisanes</p>', '', '', '', 'N', '', 'Y'),
(179, 'pt', 'Chá e Infusões/Tisanes', '<p>Chá e Infusões/Tisanes</p>', '', '', '', 'N', '', 'Y'),
(180, 'en', 'Chá - Cápsulas', '<p>Chá - Cápsulas</p>', '', '', '', 'N', '', 'Y'),
(180, 'es', 'Chá - Cápsulas', '<p>Chá - Cápsulas</p>', '', '', '', 'N', '', 'Y'),
(180, 'pt', 'Chá - Cápsulas', '<p>Chá - Cápsulas</p>', '', '', '', 'N', '', 'Y'),
(181, 'en', 'Chá - Instantâneo', '<p>Chá - Instantâneo</p>', '', '', '', 'N', '', 'Y'),
(181, 'es', 'Chá - Instantâneo', '<p>Chá - Instantâneo</p>', '', '', '', 'N', '', 'Y'),
(181, 'pt', 'Chá - Instantâneo', '<p>Chá - Instantâneo</p>', '', '', '', 'N', '', 'Y'),
(182, 'en', 'Chá - Líquido/Não Pronto para o Consumo', '<p>Chá - Líquido/Não Pronto para o Consumo</p>', '', '', '', 'N', '', 'Y'),
(182, 'es', 'Chá - Líquido/Não Pronto para o Consumo', '<p>Chá - Líquido/Não Pronto para o Consumo</p>', '', '', '', 'N', '', 'Y'),
(182, 'pt', 'Chá - Líquido/Não Pronto para o Consumo', '<p>Chá - Líquido/Não Pronto para o Consumo</p>', '', '', '', 'N', '', 'Y'),
(183, 'en', 'Chá - Líquido/Pronto para beber', '<p>Chá - Líquido/Pronto para beber</p>', '', '', '', 'N', '', 'Y'),
(183, 'es', 'Chá - Líquido/Pronto para beber', '<p>Chá - Líquido/Pronto para beber</p>', '', '', '', 'N', '', 'Y'),
(183, 'pt', 'Chá - Líquido/Pronto para beber', '<p>Chá - Líquido/Pronto para beber</p>', '', '', '', 'N', '', 'Y'),
(184, 'en', 'Chá - Saquinhos / A granel', '<p>Chá - Saquinhos / A granel</p>', '', '', '', 'N', '', 'Y'),
(184, 'es', 'Chá - Saquinhos / A granel', '<p>Chá - Saquinhos / A granel</p>', '', '', '', 'N', '', 'Y'),
(184, 'pt', 'Chá - Saquinhos / A granel', '<p>Chá - Saquinhos / A granel</p>', '', '', '', 'N', '', 'Y'),
(185, 'en', 'Infusões de Ervas e Frutas/Tisanas - Cápsulas', '<p>Infusões de Ervas e Frutas/Tisanas - Cápsulas</p>', '', '', '', 'N', '', 'Y'),
(185, 'es', 'Infusões de Ervas e Frutas/Tisanas - Cápsulas', '<p>Infusões de Ervas e Frutas/Tisanas - Cápsulas</p>', '', '', '', 'N', '', 'Y'),
(185, 'pt', 'Infusões de Ervas e Frutas/Tisanas - Cápsulas', '<p>Infusões de Ervas e Frutas/Tisanas - Cápsulas</p>', '', '', '', 'N', '', 'Y'),
(186, 'en', 'Infusões de Ervas e Frutas/Tisanas - Líquido/Não Pronta para o Consumo', '<p>Infusões de Ervas e Frutas/Tisanas - Líquido/Não Pronta para o Consumo</p>', '', '', '', 'N', '', 'Y'),
(186, 'es', 'Infusões de Ervas e Frutas/Tisanas - Líquido/Não Pronta para o Consumo', '<p>Infusões de Ervas e Frutas/Tisanas - Líquido/Não Pronta para o Consumo</p>', '', '', '', 'N', '', 'Y'),
(186, 'pt', 'Infusões de Ervas e Frutas/Tisanas - Líquido/Não Pronta para o Consumo', '<p>Infusões de Ervas e Frutas/Tisanas - Líquido/Não Pronta para o Consumo</p>', '', '', '', 'N', '', 'Y'),
(187, 'en', 'Infusões de frutas e ervas/Tisanes - Instantâneo', '<p>Infusões de frutas e ervas/Tisanes - Instantâneo</p>', '', '', '', 'N', '', 'Y'),
(187, 'es', 'Infusões de frutas e ervas/Tisanes - Instantâneo', '<p>Infusões de frutas e ervas/Tisanes - Instantâneo</p>', '', '', '', 'N', '', 'Y'),
(187, 'pt', 'Infusões de frutas e ervas/Tisanes - Instantâneo', '<p>Infusões de frutas e ervas/Tisanes - Instantâneo</p>', '', '', '', 'N', '', 'Y'),
(188, 'en', 'Infusões de Frutas e Ervas/Tisanes - Líquido/Prontas para beber', '<p>Infusões de Frutas e Ervas/Tisanes - Líquido/Prontas para beber</p>', '', '', '', 'N', '', 'Y'),
(188, 'es', 'Infusões de Frutas e Ervas/Tisanes - Líquido/Prontas para beber', '<p>Infusões de Frutas e Ervas/Tisanes - Líquido/Prontas para beber</p>', '', '', '', 'N', '', 'Y'),
(188, 'pt', 'Infusões de Frutas e Ervas/Tisanes - Líquido/Prontas para beber', '<p>Infusões de Frutas e Ervas/Tisanes - Líquido/Prontas para beber</p>', '', '', '', 'N', '', 'Y'),
(189, 'en', 'Infusões de frutas e ervas/Tisanes - saquinhos/ a granel', '<p>Infusões de frutas e ervas/Tisanes - saquinhos/ a granel</p>', '', '', '', 'N', '', 'Y'),
(189, 'es', 'Infusões de frutas e ervas/Tisanes - saquinhos/ a granel', '<p>Infusões de frutas e ervas/Tisanes - saquinhos/ a granel</p>', '', '', '', 'N', '', 'Y'),
(189, 'pt', 'Infusões de frutas e ervas/Tisanes - saquinhos/ a granel', '<p>Infusões de frutas e ervas/Tisanes - saquinhos/ a granel</p>', '', '', '', 'N', '', 'Y'),
(190, 'en', 'Pacotes de Variedades para Bebidas', '<p>Pacotes de Variedades para Bebidas</p>', '', '', '', 'N', '', 'Y'),
(190, 'es', 'Pacotes de Variedades para Bebidas', '<p>Pacotes de Variedades para Bebidas</p>', '', '', '', 'N', '', 'Y'),
(190, 'pt', 'Pacotes de Variedades para Bebidas', '<p>Pacotes de Variedades para Bebidas</p>', '', '', '', 'N', '', 'Y'),
(191, 'en', 'Substitutos/Café/Chá', '<p>Substitutos/Café/Chá</p>', '', '', '', 'N', '', 'Y'),
(191, 'es', 'Substitutos/Café/Chá', '<p>Substitutos/Café/Chá</p>', '', '', '', 'N', '', 'Y'),
(191, 'pt', 'Substitutos/Café/Chá', '<p>Substitutos/Café/Chá</p>', '', '', '', 'N', '', 'Y'),
(192, 'en', 'Carne / Aves', '<p>Carne / Aves</p>', '', '', '', 'N', '', 'Y'),
(192, 'es', 'Carne / Aves', '<p>Carne / Aves</p>', '', '', '', 'N', '', 'Y'),
(192, 'pt', 'Carne / Aves', '<p>Carne / Aves</p>', '', '', '', 'N', '', 'Y'),
(193, 'en', 'Carnes / aves - Não preparadas / não processadas', '<p>Carnes / aves - Não preparadas / não processadas</p>', '', '', '', 'N', '', 'Y'),
(193, 'es', 'Carnes / aves - Não preparadas / não processadas', '<p>Carnes / aves - Não preparadas / não processadas</p>', '', '', '', 'N', '', 'Y'),
(193, 'pt', 'Carnes / aves - Não preparadas / não processadas', '<p>Carnes / aves - Não preparadas / não processadas</p>', '', '', '', 'N', '', 'Y'),
(194, 'en', 'Alce - Não Preparado/Não Processado', '<p>Alce - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(194, 'es', 'Alce - Não Preparado/Não Processado', '<p>Alce - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(194, 'pt', 'Alce - Não Preparado/Não Processado', '<p>Alce - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(195, 'en', 'Alce/Uapiti - Não Preparado/Não Processado', '<p>Alce/Uapiti - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(195, 'es', 'Alce/Uapiti - Não Preparado/Não Processado', '<p>Alce/Uapiti - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(195, 'pt', 'Alce/Uapiti - Não Preparado/Não Processado', '<p>Alce/Uapiti - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(196, 'en', 'Alternativa ao consumo de Carne/Espécies de Aves - Não preparadas/ não processadas', '<p>Alternativa ao consumo de Carne/Espécies de Aves - Não preparadas/ não processadas</p>', '', '', '', 'N', '', 'Y'),
(196, 'es', 'Alternativa ao consumo de Carne/Espécies de Aves - Não preparadas/ não processadas', '<p>Alternativa ao consumo de Carne/Espécies de Aves - Não preparadas/ não processadas</p>', '', '', '', 'N', '', 'Y'),
(196, 'pt', 'Alternativa ao consumo de Carne/Espécies de Aves - Não preparadas/ não processadas', '<p>Alternativa ao consumo de Carne/Espécies de Aves - Não preparadas/ não processadas</p>', '', '', '', 'N', '', 'Y'),
(197, 'en', 'Antílope - Não Preparado/Não Processado', '<p>Antílope - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(197, 'es', 'Antílope - Não Preparado/Não Processado', '<p>Antílope - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(197, 'pt', 'Antílope - Não Preparado/Não Processado', '<p>Antílope - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(198, 'en', 'Avestruz - Não preparado / não processado', '<p>Avestruz - Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(198, 'es', 'Avestruz - Não preparado / não processado', '<p>Avestruz - Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(198, 'pt', 'Avestruz - Não preparado / não processado', '<p>Avestruz - Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(199, 'en', 'Beefalo/Catalo - Não Preparado/Não Processado', '<p>Beefalo/Catalo - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(199, 'es', 'Beefalo/Catalo - Não Preparado/Não Processado', '<p>Beefalo/Catalo - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(199, 'pt', 'Beefalo/Catalo - Não Preparado/Não Processado', '<p>Beefalo/Catalo - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(200, 'en', 'Bisão/Búfalo - Não preparado / não processado', '<p>Bisão/Búfalo - Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(200, 'es', 'Bisão/Búfalo - Não preparado / não processado', '<p>Bisão/Búfalo - Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(200, 'pt', 'Bisão/Búfalo - Não preparado / não processado', '<p>Bisão/Búfalo - Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(201, 'en', 'Bode/Cabra - Não preparada / não processada', '<p>Bode/Cabra - Não preparada / não processada</p>', '', '', '', 'N', '', 'Y'),
(201, 'es', 'Bode/Cabra - Não preparada / não processada', '<p>Bode/Cabra - Não preparada / não processada</p>', '', '', '', 'N', '', 'Y'),
(201, 'pt', 'Bode/Cabra - Não preparada / não processada', '<p>Bode/Cabra - Não preparada / não processada</p>', '', '', '', 'N', '', 'Y'),
(202, 'en', 'Búfalo D\'água- Não Preparado/Não Processado', '<p>Búfalo D\'água- Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(202, 'es', 'Búfalo D\'água- Não Preparado/Não Processado', '<p>Búfalo D\'água- Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(202, 'pt', 'Búfalo D\'água- Não Preparado/Não Processado', '<p>Búfalo D\'água- Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(203, 'en', 'Cabrito-montês- Não Preparado/Processado', '<p>Cabrito-montês- Não Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(203, 'es', 'Cabrito-montês- Não Preparado/Processado', '<p>Cabrito-montês- Não Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(203, 'pt', 'Cabrito-montês- Não Preparado/Processado', '<p>Cabrito-montês- Não Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(204, 'en', 'Carne bovina- Não preparada/não processada', '<p>Carne bovina- Não preparada/não processada</p>', '', '', '', 'N', '', 'Y'),
(204, 'es', 'Carne bovina- Não preparada/não processada', '<p>Carne bovina- Não preparada/não processada</p>', '', '', '', 'N', '', 'Y'),
(204, 'pt', 'Carne bovina- Não preparada/não processada', '<p>Carne bovina- Não preparada/não processada</p>', '', '', '', 'N', '', 'Y'),
(205, 'en', 'Carne de porco - Não preparada / não processada', '<p>Carne de porco - Não preparada / não processada</p>', '', '', '', 'N', '', 'Y'),
(205, 'es', 'Carne de porco - Não preparada / não processada', '<p>Carne de porco - Não preparada / não processada</p>', '', '', '', 'N', '', 'Y'),
(205, 'pt', 'Carne de porco - Não preparada / não processada', '<p>Carne de porco - Não preparada / não processada</p>', '', '', '', 'N', '', 'Y'),
(206, 'en', 'Carneiro - Não Preparado/Não Processado', '<p>Carneiro - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(206, 'es', 'Carneiro - Não Preparado/Não Processado', '<p>Carneiro - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(206, 'pt', 'Carneiro - Não Preparado/Não Processado', '<p>Carneiro - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(207, 'en', 'Carnes de Espécies Mistas - Não preparadas / não processadas', '<p>Carnes de Espécies Mistas - Não preparadas / não processadas</p>', '', '', '', 'N', '', 'Y'),
(207, 'es', 'Carnes de Espécies Mistas - Não preparadas / não processadas', '<p>Carnes de Espécies Mistas - Não preparadas / não processadas</p>', '', '', '', 'N', '', 'Y'),
(207, 'pt', 'Carnes de Espécies Mistas - Não preparadas / não processadas', '<p>Carnes de Espécies Mistas - Não preparadas / não processadas</p>', '', '', '', 'N', '', 'Y'),
(208, 'en', 'Cavalo - Não preparado / não processado', '<p>Cavalo - Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(208, 'es', 'Cavalo - Não preparado / não processado', '<p>Cavalo - Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(208, 'pt', 'Cavalo - Não preparado / não processado', '<p>Cavalo - Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(209, 'en', 'Cervos - Não preparados / não processados', '<p>Cervos - Não preparados / não processados</p>', '', '', '', 'N', '', 'Y'),
(209, 'es', 'Cervos - Não preparados / não processados', '<p>Cervos - Não preparados / não processados</p>', '', '', '', 'N', '', 'Y'),
(209, 'pt', 'Cervos - Não preparados / não processados', '<p>Cervos - Não preparados / não processados</p>', '', '', '', 'N', '', 'Y'),
(210, 'en', 'Codorna - Não Preparada/Não Processada', '<p>Codorna - Não Preparada/Não Processada</p>', '', '', '', 'N', '', 'Y'),
(210, 'es', 'Codorna - Não Preparada/Não Processada', '<p>Codorna - Não Preparada/Não Processada</p>', '', '', '', 'N', '', 'Y'),
(210, 'pt', 'Codorna - Não Preparada/Não Processada', '<p>Codorna - Não Preparada/Não Processada</p>', '', '', '', 'N', '', 'Y'),
(211, 'en', 'Coelho - Não preparado / não processado', '<p>Coelho - Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(211, 'es', 'Coelho - Não preparado / não processado', '<p>Coelho - Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(211, 'pt', 'Coelho - Não preparado / não processado', '<p>Coelho - Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(212, 'en', 'Cordeiro - Não Preparado/Não Processado', '<p>Cordeiro - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(212, 'es', 'Cordeiro - Não Preparado/Não Processado', '<p>Cordeiro - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(212, 'pt', 'Cordeiro - Não Preparado/Não Processado', '<p>Cordeiro - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(213, 'en', 'Ema - Não Preparada/Processada', '<p>Ema - Não Preparada/Processada</p>', '', '', '', 'N', '', 'Y'),
(213, 'es', 'Ema - Não Preparada/Processada', '<p>Ema - Não Preparada/Processada</p>', '', '', '', 'N', '', 'Y'),
(213, 'pt', 'Ema - Não Preparada/Processada', '<p>Ema - Não Preparada/Processada</p>', '', '', '', 'N', '', 'Y'),
(214, 'en', 'Escargot - Não preparado / não processado', '<p>Escargot - Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(214, 'es', 'Escargot - Não preparado / não processado', '<p>Escargot - Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(214, 'pt', 'Escargot - Não preparado / não processado', '<p>Escargot - Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(215, 'en', 'Faisão - Não preparado / não processado', '<p>Faisão - Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(215, 'es', 'Faisão - Não preparado / não processado', '<p>Faisão - Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(215, 'pt', 'Faisão - Não preparado / não processado', '<p>Faisão - Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(216, 'en', 'Filhotes de Aves/Pombos - Não Preparados/Processados', '<p>Filhotes de Aves/Pombos - Não Preparados/Processados</p>', '', '', '', 'N', '', 'Y'),
(216, 'es', 'Filhotes de Aves/Pombos - Não Preparados/Processados', '<p>Filhotes de Aves/Pombos - Não Preparados/Processados</p>', '', '', '', 'N', '', 'Y'),
(216, 'pt', 'Filhotes de Aves/Pombos - Não Preparados/Processados', '<p>Filhotes de Aves/Pombos - Não Preparados/Processados</p>', '', '', '', 'N', '', 'Y'),
(217, 'en', 'Frango- Não preparado / não processado', '<p>Frango- Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(217, 'es', 'Frango- Não preparado / não processado', '<p>Frango- Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(217, 'pt', 'Frango- Não preparado / não processado', '<p>Frango- Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(218, 'en', 'Galinha Pintada- Não Preparada/Não Processada', '<p>Galinha Pintada- Não Preparada/Não Processada</p>', '', '', '', 'N', '', 'Y'),
(218, 'es', 'Galinha Pintada- Não Preparada/Não Processada', '<p>Galinha Pintada- Não Preparada/Não Processada</p>', '', '', '', 'N', '', 'Y'),
(218, 'pt', 'Galinha Pintada- Não Preparada/Não Processada', '<p>Galinha Pintada- Não Preparada/Não Processada</p>', '', '', '', 'N', '', 'Y'),
(219, 'en', 'Ganso - Não Preparado/Não Processado', '<p>Ganso - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(219, 'es', 'Ganso - Não Preparado/Não Processado', '<p>Ganso - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(219, 'pt', 'Ganso - Não Preparado/Não Processado', '<p>Ganso - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(220, 'en', 'Javali - Não Preparado/Não Processado', '<p>Javali - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(220, 'es', 'Javali - Não Preparado/Não Processado', '<p>Javali - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(220, 'pt', 'Javali - Não Preparado/Não Processado', '<p>Javali - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(221, 'en', 'Lebre - Não Preparada/Não Processada', '<p>Lebre - Não Preparada/Não Processada</p>', '', '', '', 'N', '', 'Y'),
(221, 'es', 'Lebre - Não Preparada/Não Processada', '<p>Lebre - Não Preparada/Não Processada</p>', '', '', '', 'N', '', 'Y'),
(221, 'pt', 'Lebre - Não Preparada/Não Processada', '<p>Lebre - Não Preparada/Não Processada</p>', '', '', '', 'N', '', 'Y'),
(222, 'en', 'Llama / Alpaca - Não preparada / não processada', '<p>Llama / Alpaca - Não preparada / não processada</p>', '', '', '', 'N', '', 'Y'),
(222, 'es', 'Llama / Alpaca - Não preparada / não processada', '<p>Llama / Alpaca - Não preparada / não processada</p>', '', '', '', 'N', '', 'Y'),
(222, 'pt', 'Llama / Alpaca - Não preparada / não processada', '<p>Llama / Alpaca - Não preparada / não processada</p>', '', '', '', 'N', '', 'Y'),
(223, 'en', 'Nandu - Não Preparado/Não Processado', '<p>Nandu - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(223, 'es', 'Nandu - Não Preparado/Não Processado', '<p>Nandu - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(223, 'pt', 'Nandu - Não Preparado/Não Processado', '<p>Nandu - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(224, 'en', 'Pato - Não preparado / não processado', '<p>Pato - Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(224, 'es', 'Pato - Não preparado / não processado', '<p>Pato - Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(224, 'pt', 'Pato - Não preparado / não processado', '<p>Pato - Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(225, 'en', 'Peru - Não preparado / não processado', '<p>Peru - Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(225, 'es', 'Peru - Não preparado / não processado', '<p>Peru - Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(225, 'pt', 'Peru - Não preparado / não processado', '<p>Peru - Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(226, 'en', 'Rã - Não preparado / não processado', '<p>Rã - Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(226, 'es', 'Rã - Não preparado / não processado', '<p>Rã - Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(226, 'pt', 'Rã - Não preparado / não processado', '<p>Rã - Não preparado / não processado</p>', '', '', '', 'N', '', 'Y'),
(227, 'en', 'Rena/Caribu - Não Preparado/Não Processado', '<p>Rena/Caribu - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(227, 'es', 'Rena/Caribu - Não Preparado/Não Processado', '<p>Rena/Caribu - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(227, 'pt', 'Rena/Caribu - Não Preparado/Não Processado', '<p>Rena/Caribu - Não Preparado/Não Processado</p>', '', '', '', 'N', '', 'Y'),
(228, 'en', 'Vitela - Não preparada/Não processada', '<p>Vitela - Não preparada/Não processada</p>', '', '', '', 'N', '', 'Y'),
(228, 'es', 'Vitela - Não preparada/Não processada', '<p>Vitela - Não preparada/Não processada</p>', '', '', '', 'N', '', 'Y'),
(228, 'pt', 'Vitela - Não preparada/Não processada', '<p>Vitela - Não preparada/Não processada</p>', '', '', '', 'N', '', 'Y'),
(229, 'en', 'Carnes / Aves - Preparadas/ Processadas', '<p>Carnes / Aves - Preparadas/ Processadas</p>', '', '', '', 'N', '', 'Y'),
(229, 'es', 'Carnes / Aves - Preparadas/ Processadas', '<p>Carnes / Aves - Preparadas/ Processadas</p>', '', '', '', 'N', '', 'Y'),
(229, 'pt', 'Carnes / Aves - Preparadas/ Processadas', '<p>Carnes / Aves - Preparadas/ Processadas</p>', '', '', '', 'N', '', 'Y'),
(230, 'en', 'Alce/Uapiti - Preparado/Processado', '<p>Alce/Uapiti - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(230, 'es', 'Alce/Uapiti - Preparado/Processado', '<p>Alce/Uapiti - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(230, 'pt', 'Alce/Uapiti - Preparado/Processado', '<p>Alce/Uapiti - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(231, 'en', 'Alce/Uapiti - Preparado/Processado', '<p>Alce/Uapiti - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(231, 'es', 'Alce/Uapiti - Preparado/Processado', '<p>Alce/Uapiti - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(231, 'pt', 'Alce/Uapiti - Preparado/Processado', '<p>Alce/Uapiti - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(232, 'en', 'Antílope - Preparado/Processado', '<p>Antílope - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(232, 'es', 'Antílope - Preparado/Processado', '<p>Antílope - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(232, 'pt', 'Antílope - Preparado/Processado', '<p>Antílope - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(233, 'en', 'Beefalo/Catalo - Preparado/Processado', '<p>Beefalo/Catalo - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(233, 'es', 'Beefalo/Catalo - Preparado/Processado', '<p>Beefalo/Catalo - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(233, 'pt', 'Beefalo/Catalo - Preparado/Processado', '<p>Beefalo/Catalo - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(234, 'en', 'Bisão / Búfalo - Preparado / Processado', '<p>Bisão / Búfalo - Preparado / Processado</p>', '', '', '', 'N', '', 'Y'),
(234, 'es', 'Bisão / Búfalo - Preparado / Processado', '<p>Bisão / Búfalo - Preparado / Processado</p>', '', '', '', 'N', '', 'Y'),
(234, 'pt', 'Bisão / Búfalo - Preparado / Processado', '<p>Bisão / Búfalo - Preparado / Processado</p>', '', '', '', 'N', '', 'Y'),
(235, 'en', 'Búfalo D\'água- Preparado/Processado', '<p>Búfalo D\'água- Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(235, 'es', 'Búfalo D\'água- Preparado/Processado', '<p>Búfalo D\'água- Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(235, 'pt', 'Búfalo D\'água- Preparado/Processado', '<p>Búfalo D\'água- Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(236, 'en', 'Cabrito-montês- Preparada/Processada', '<p>Cabrito-montês- Preparada/Processada</p>', '', '', '', 'N', '', 'Y'),
(236, 'es', 'Cabrito-montês- Preparada/Processada', '<p>Cabrito-montês- Preparada/Processada</p>', '', '', '', 'N', '', 'Y'),
(236, 'pt', 'Cabrito-montês- Preparada/Processada', '<p>Cabrito-montês- Preparada/Processada</p>', '', '', '', 'N', '', 'Y'),
(237, 'en', 'Carne bovina - Preparada / Processada', '<p>Carne bovina - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(237, 'es', 'Carne bovina - Preparada / Processada', '<p>Carne bovina - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(237, 'pt', 'Carne bovina - Preparada / Processada', '<p>Carne bovina - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(238, 'en', 'Carne de Alpaca/Llama - Preparada / Processada', '<p>Carne de Alpaca/Llama - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(238, 'es', 'Carne de Alpaca/Llama - Preparada / Processada', '<p>Carne de Alpaca/Llama - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(238, 'pt', 'Carne de Alpaca/Llama - Preparada / Processada', '<p>Carne de Alpaca/Llama - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(239, 'en', 'Carne de Avestruz - Preparada / Processada', '<p>Carne de Avestruz - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(239, 'es', 'Carne de Avestruz - Preparada / Processada', '<p>Carne de Avestruz - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(239, 'pt', 'Carne de Avestruz - Preparada / Processada', '<p>Carne de Avestruz - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(240, 'en', 'Carne de Cabra - Preparada / Processada', '<p>Carne de Cabra - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(240, 'es', 'Carne de Cabra - Preparada / Processada', '<p>Carne de Cabra - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(240, 'pt', 'Carne de Cabra - Preparada / Processada', '<p>Carne de Cabra - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(241, 'en', 'Carne de Cavalo - Preparada / Processada', '<p>Carne de Cavalo - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(241, 'es', 'Carne de Cavalo - Preparada / Processada', '<p>Carne de Cavalo - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(241, 'pt', 'Carne de Cavalo - Preparada / Processada', '<p>Carne de Cavalo - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(242, 'en', 'Carne de Cervo - Preparada / Processada', '<p>Carne de Cervo - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(242, 'es', 'Carne de Cervo - Preparada / Processada', '<p>Carne de Cervo - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(242, 'pt', 'Carne de Cervo - Preparada / Processada', '<p>Carne de Cervo - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(243, 'en', 'Carne de coelho - Preparada / Processada', '<p>Carne de coelho - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(243, 'es', 'Carne de coelho - Preparada / Processada', '<p>Carne de coelho - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(243, 'pt', 'Carne de coelho - Preparada / Processada', '<p>Carne de coelho - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(244, 'en', 'Carne de frango - Preparada / Processada', '<p>Carne de frango - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(244, 'es', 'Carne de frango - Preparada / Processada', '<p>Carne de frango - Preparada / Processada</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(244, 'pt', 'Carne de frango - Preparada / Processada', '<p>Carne de frango - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(245, 'en', 'Carne de Peru - Preparada / Processada', '<p>Carne de Peru - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(245, 'es', 'Carne de Peru - Preparada / Processada', '<p>Carne de Peru - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(245, 'pt', 'Carne de Peru - Preparada / Processada', '<p>Carne de Peru - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(246, 'en', 'Carne de porco - Preparada / Processada', '<p>Carne de porco - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(246, 'es', 'Carne de porco - Preparada / Processada', '<p>Carne de porco - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(246, 'pt', 'Carne de porco - Preparada / Processada', '<p>Carne de porco - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(247, 'en', 'Carneiro - Preparado/Processado', '<p>Carneiro - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(247, 'es', 'Carneiro - Preparado/Processado', '<p>Carneiro - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(247, 'pt', 'Carneiro - Preparado/Processado', '<p>Carneiro - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(248, 'en', 'Carnes Alternativas/Espécies de Aves - Preaparadas/Processadas', '<p>Carnes Alternativas/Espécies de Aves - Preaparadas/Processadas</p>', '', '', '', 'N', '', 'Y'),
(248, 'es', 'Carnes Alternativas/Espécies de Aves - Preaparadas/Processadas', '<p>Carnes Alternativas/Espécies de Aves - Preaparadas/Processadas</p>', '', '', '', 'N', '', 'Y'),
(248, 'pt', 'Carnes Alternativas/Espécies de Aves - Preaparadas/Processadas', '<p>Carnes Alternativas/Espécies de Aves - Preaparadas/Processadas</p>', '', '', '', 'N', '', 'Y'),
(249, 'en', 'Codorna - Preparada/Processada', '<p>Codorna - Preparada/Processada</p>', '', '', '', 'N', '', 'Y'),
(249, 'es', 'Codorna - Preparada/Processada', '<p>Codorna - Preparada/Processada</p>', '', '', '', 'N', '', 'Y'),
(249, 'pt', 'Codorna - Preparada/Processada', '<p>Codorna - Preparada/Processada</p>', '', '', '', 'N', '', 'Y'),
(250, 'en', 'Cordeiro - Preparado/Processado', '<p>Cordeiro - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(250, 'es', 'Cordeiro - Preparado/Processado', '<p>Cordeiro - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(250, 'pt', 'Cordeiro - Preparado/Processado', '<p>Cordeiro - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(251, 'en', 'Ema - Preparado/Processado', '<p>Ema - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(251, 'es', 'Ema - Preparado/Processado', '<p>Ema - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(251, 'pt', 'Ema - Preparado/Processado', '<p>Ema - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(252, 'en', 'Escargot - Preparado / Processado', '<p>Escargot - Preparado / Processado</p>', '', '', '', 'N', '', 'Y'),
(252, 'es', 'Escargot - Preparado / Processado', '<p>Escargot - Preparado / Processado</p>', '', '', '', 'N', '', 'Y'),
(252, 'pt', 'Escargot - Preparado / Processado', '<p>Escargot - Preparado / Processado</p>', '', '', '', 'N', '', 'Y'),
(253, 'en', 'Espécies Mistas de Carnes/Aves - Preparadas / Processadas', '<p>Espécies Mistas de Carnes/Aves - Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(253, 'es', 'Espécies Mistas de Carnes/Aves - Preparadas / Processadas', '<p>Espécies Mistas de Carnes/Aves - Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(253, 'pt', 'Espécies Mistas de Carnes/Aves - Preparadas / Processadas', '<p>Espécies Mistas de Carnes/Aves - Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(254, 'en', 'Faisão - Preparado / Processado', '<p>Faisão - Preparado / Processado</p>', '', '', '', 'N', '', 'Y'),
(254, 'es', 'Faisão - Preparado / Processado', '<p>Faisão - Preparado / Processado</p>', '', '', '', 'N', '', 'Y'),
(254, 'pt', 'Faisão - Preparado / Processado', '<p>Faisão - Preparado / Processado</p>', '', '', '', 'N', '', 'Y'),
(255, 'en', 'Filhotes de Aves/Pombos - Preparado/Processado', '<p>Filhotes de Aves/Pombos - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(255, 'es', 'Filhotes de Aves/Pombos - Preparado/Processado', '<p>Filhotes de Aves/Pombos - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(255, 'pt', 'Filhotes de Aves/Pombos - Preparado/Processado', '<p>Filhotes de Aves/Pombos - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(256, 'en', 'Galinha Pintada- Preparada/Processada', '<p>Galinha Pintada- Preparada/Processada</p>', '', '', '', 'N', '', 'Y'),
(256, 'es', 'Galinha Pintada- Preparada/Processada', '<p>Galinha Pintada- Preparada/Processada</p>', '', '', '', 'N', '', 'Y'),
(256, 'pt', 'Galinha Pintada- Preparada/Processada', '<p>Galinha Pintada- Preparada/Processada</p>', '', '', '', 'N', '', 'Y'),
(257, 'en', 'Ganso - Preparado/Processado', '<p>Ganso - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(257, 'es', 'Ganso - Preparado/Processado', '<p>Ganso - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(257, 'pt', 'Ganso - Preparado/Processado', '<p>Ganso - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(258, 'en', 'Javali - Preparado/Processado', '<p>Javali - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(258, 'es', 'Javali - Preparado/Processado', '<p>Javali - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(258, 'pt', 'Javali - Preparado/Processado', '<p>Javali - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(259, 'en', 'Lebre - Preparado/Processado', '<p>Lebre - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(259, 'es', 'Lebre - Preparado/Processado', '<p>Lebre - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(259, 'pt', 'Lebre - Preparado/Processado', '<p>Lebre - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(260, 'en', 'Nandu - Preparado/Processado', '<p>Nandu - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(260, 'es', 'Nandu - Preparado/Processado', '<p>Nandu - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(260, 'pt', 'Nandu - Preparado/Processado', '<p>Nandu - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(261, 'en', 'Pato - Preparado/Processado', '<p>Pato - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(261, 'es', 'Pato - Preparado/Processado', '<p>Pato - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(261, 'pt', 'Pato - Preparado/Processado', '<p>Pato - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(262, 'en', 'Rã - Preparada / Processada', '<p>Rã - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(262, 'es', 'Rã - Preparada / Processada', '<p>Rã - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(262, 'pt', 'Rã - Preparada / Processada', '<p>Rã - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(263, 'en', 'Rena/Caribu - Preparado/Processado', '<p>Rena/Caribu - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(263, 'es', 'Rena/Caribu - Preparado/Processado', '<p>Rena/Caribu - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(263, 'pt', 'Rena/Caribu - Preparado/Processado', '<p>Rena/Caribu - Preparado/Processado</p>', '', '', '', 'N', '', 'Y'),
(264, 'en', 'Vitela - Preparada / Processada', '<p>Vitela - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(264, 'es', 'Vitela - Preparada / Processada', '<p>Vitela - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(264, 'pt', 'Vitela - Preparada / Processada', '<p>Vitela - Preparada / Processada</p>', '', '', '', 'N', '', 'Y'),
(265, 'en', 'Carnes/ Salsichas de Aves - Preparadas/Processadas', '<p>Carnes/ Salsichas de Aves - Preparadas/Processadas</p>', '', '', '', 'N', '', 'Y'),
(265, 'es', 'Carnes/ Salsichas de Aves - Preparadas/Processadas', '<p>Carnes/ Salsichas de Aves - Preparadas/Processadas</p>', '', '', '', 'N', '', 'Y'),
(265, 'pt', 'Carnes/ Salsichas de Aves - Preparadas/Processadas', '<p>Carnes/ Salsichas de Aves - Preparadas/Processadas</p>', '', '', '', 'N', '', 'Y'),
(266, 'en', 'Carnes Alternativas/ Linguiças de aves - Prepradas/Processadas', '<p>Carnes Alternativas/ Linguiças de aves - Prepradas/Processadas</p>', '', '', '', 'N', '', 'Y'),
(266, 'es', 'Carnes Alternativas/ Linguiças de aves - Prepradas/Processadas', '<p>Carnes Alternativas/ Linguiças de aves - Prepradas/Processadas</p>', '', '', '', 'N', '', 'Y'),
(266, 'pt', 'Carnes Alternativas/ Linguiças de aves - Prepradas/Processadas', '<p>Carnes Alternativas/ Linguiças de aves - Prepradas/Processadas</p>', '', '', '', 'N', '', 'Y'),
(267, 'en', 'Linguiças Bovinas - Preparadas / Processadas', '<p>Linguiças Bovinas - Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(267, 'es', 'Linguiças Bovinas - Preparadas / Processadas', '<p>Linguiças Bovinas - Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(267, 'pt', 'Linguiças Bovinas - Preparadas / Processadas', '<p>Linguiças Bovinas - Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(268, 'en', 'Linguiças de Carneiro/Cordeiro - Preparadas / Processadas', '<p>Linguiças de Carneiro/Cordeiro - Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(268, 'es', 'Linguiças de Carneiro/Cordeiro - Preparadas / Processadas', '<p>Linguiças de Carneiro/Cordeiro - Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(268, 'pt', 'Linguiças de Carneiro/Cordeiro - Preparadas / Processadas', '<p>Linguiças de Carneiro/Cordeiro - Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(269, 'en', 'Linguiças de Frango - Preparadas / Processadas', '<p>Linguiças de Frango - Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(269, 'es', 'Linguiças de Frango - Preparadas / Processadas', '<p>Linguiças de Frango - Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(269, 'pt', 'Linguiças de Frango - Preparadas / Processadas', '<p>Linguiças de Frango - Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(270, 'en', 'Linguiças de peru - Preparadas / Processadas', '<p>Linguiças de peru - Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(270, 'es', 'Linguiças de peru - Preparadas / Processadas', '<p>Linguiças de peru - Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(270, 'pt', 'Linguiças de peru - Preparadas / Processadas', '<p>Linguiças de peru - Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(271, 'en', 'Linguiças de porco - Preparadas / Processadas', '<p>Linguiças de porco - Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(271, 'es', 'Linguiças de porco - Preparadas / Processadas', '<p>Linguiças de porco - Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(271, 'pt', 'Linguiças de porco - Preparadas / Processadas', '<p>Linguiças de porco - Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(272, 'en', 'Linguiças de Vitela - Preparadas / Processadas', '<p>Linguiças de Vitela - Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(272, 'es', 'Linguiças de Vitela - Preparadas / Processadas', '<p>Linguiças de Vitela - Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(272, 'pt', 'Linguiças de Vitela - Preparadas / Processadas', '<p>Linguiças de Vitela - Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(273, 'en', 'Linguiças Mistas - Preparadas / Processadas', '<p>Linguiças Mistas - Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(273, 'es', 'Linguiças Mistas - Preparadas / Processadas', '<p>Linguiças Mistas - Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(273, 'pt', 'Linguiças Mistas - Preparadas / Processadas', '<p>Linguiças Mistas - Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(274, 'en', 'Enfeite Fresco (Alimentos)', '<p>Enfeite Fresco (Alimentos)</p>', '', '', '', 'N', '', 'Y'),
(274, 'es', 'Enfeite Fresco (Alimentos)', '<p>Enfeite Fresco (Alimentos)</p>', '', '', '', 'N', '', 'Y'),
(274, 'pt', 'Enfeite Fresco (Alimentos)', '<p>Enfeite Fresco (Alimentos)</p>', '', '', '', 'N', '', 'Y'),
(275, 'en', 'Flor de Laranja (guarnição de comida)', '<p>Flor de Laranja (guarnição de comida)</p>', '', '', '', 'N', '', 'Y'),
(275, 'es', 'Flor de Laranja (guarnição de comida)', '<p>Flor de Laranja (guarnição de comida)</p>', '', '', '', 'N', '', 'Y'),
(275, 'pt', 'Flor de Laranja (guarnição de comida)', '<p>Flor de Laranja (guarnição de comida)</p>', '', '', '', 'N', '', 'Y'),
(276, 'en', 'Folhas de Banana (enfeite de comida)', '<p>Folhas de Banana (enfeite de comida)</p>', '', '', '', 'N', '', 'Y'),
(276, 'es', 'Folhas de Banana (enfeite de comida)', '<p>Folhas de Banana (enfeite de comida)</p>', '', '', '', 'N', '', 'Y'),
(276, 'pt', 'Folhas de Banana (enfeite de comida)', '<p>Folhas de Banana (enfeite de comida)</p>', '', '', '', 'N', '', 'Y'),
(277, 'en', 'Folhas de cacto (enfeite de comida)', '<p>Folhas de cacto (enfeite de comida)</p>', '', '', '', 'N', '', 'Y'),
(277, 'es', 'Folhas de cacto (enfeite de comida)', '<p>Folhas de cacto (enfeite de comida)</p>', '', '', '', 'N', '', 'Y'),
(277, 'pt', 'Folhas de cacto (enfeite de comida)', '<p>Folhas de cacto (enfeite de comida)</p>', '', '', '', 'N', '', 'Y'),
(278, 'en', 'Frutas - Não preparadas / não processadas (Congeladas)', '<p>Frutas - Não preparadas / não processadas (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(278, 'es', 'Frutas - Não preparadas / não processadas (Congeladas)', '<p>Frutas - Não preparadas / não processadas (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(278, 'pt', 'Frutas - Não preparadas / não processadas (Congeladas)', '<p>Frutas - Não preparadas / não processadas (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(279, 'en', 'Frutas - Não Preparadas - Não Processadas (Congeladas)', '<p>Frutas - Não Preparadas - Não Processadas (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(279, 'es', 'Frutas - Não Preparadas - Não Processadas (Congeladas)', '<p>Frutas - Não Preparadas - Não Processadas (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(279, 'pt', 'Frutas - Não Preparadas - Não Processadas (Congeladas)', '<p>Frutas - Não Preparadas - Não Processadas (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(280, 'en', 'Frutas - Não preparadas / Não processadas (Frescas)', '<p>Frutas - Não preparadas / Não processadas (Frescas)</p>', '', '', '', 'N', '', 'Y'),
(280, 'es', 'Frutas - Não preparadas / Não processadas (Frescas)', '<p>Frutas - Não preparadas / Não processadas (Frescas)</p>', '', '', '', 'N', '', 'Y'),
(280, 'pt', 'Frutas - Não preparadas / Não processadas (Frescas)', '<p>Frutas - Não preparadas / Não processadas (Frescas)</p>', '', '', '', 'N', '', 'Y'),
(281, 'en', 'Abacates', '<p>Abacates</p>', '', '', '', 'N', '', 'Y'),
(281, 'es', 'Abacates', '<p>Abacates</p>', '', '', '', 'N', '', 'Y'),
(281, 'pt', 'Abacates', '<p>Abacates</p>', '', '', '', 'N', '', 'Y'),
(282, 'en', 'Abacates', '<p>Abacates</p>', '', '', '', 'N', '', 'Y'),
(282, 'es', 'Abacates', '<p>Abacates</p>', '', '', '', 'N', '', 'Y'),
(282, 'pt', 'Abacates', '<p>Abacates</p>', '', '', '', 'N', '', 'Y'),
(283, 'en', 'Abacates - Casca Espessa (Tipo Hass)', '<p>Abacates - Casca Espessa (Tipo Hass)</p>', '', '', '', 'N', '', 'Y'),
(283, 'es', 'Abacates - Casca Espessa (Tipo Hass)', '<p>Abacates - Casca Espessa (Tipo Hass)</p>', '', '', '', 'N', '', 'Y'),
(283, 'pt', 'Abacates - Casca Espessa (Tipo Hass)', '<p>Abacates - Casca Espessa (Tipo Hass)</p>', '', '', '', 'N', '', 'Y'),
(284, 'en', 'Abacates - Casca Lisa', '<p>Abacates - Casca Lisa</p>', '', '', '', 'N', '', 'Y'),
(284, 'es', 'Abacates - Casca Lisa', '<p>Abacates - Casca Lisa</p>', '', '', '', 'N', '', 'Y'),
(284, 'pt', 'Abacates - Casca Lisa', '<p>Abacates - Casca Lisa</p>', '', '', '', 'N', '', 'Y'),
(285, 'en', 'Abacaxis', '<p>Abacaxis</p>', '', '', '', 'N', '', 'Y'),
(285, 'es', 'Abacaxis', '<p>Abacaxis</p>', '', '', '', 'N', '', 'Y'),
(285, 'pt', 'Abacaxis', '<p>Abacaxis</p>', '', '', '', 'N', '', 'Y'),
(286, 'en', 'Country/Zone of Origin', '<p>Country/Zone of Origin</p>', '', '', '', 'N', '', 'Y'),
(286, 'es', 'Country/Zone of Origin', '<p>Country/Zone of Origin</p>', '', '', '', 'N', '', 'Y'),
(286, 'pt', 'Country/Zone of Origin', '<p>Country/Zone of Origin</p>', '', '', '', 'N', '', 'Y'),
(287, 'en', 'EU and non-EU Declaration', '<p>EU and non-EU Declaration</p>', '', '', '', 'N', '', 'Y'),
(287, 'es', 'EU and non-EU Declaration', '<p>EU and non-EU Declaration</p>', '', '', '', 'N', '', 'Y'),
(287, 'pt', 'EU and non-EU Declaration', '<p>EU and non-EU Declaration</p>', '', '', '', 'N', '', 'Y'),
(288, 'en', 'Growing Method', '<p>Growing Method</p>', '', '', '', 'N', '', 'Y'),
(288, 'es', 'Growing Method', '<p>Growing Method</p>', '', '', '', 'N', '', 'Y'),
(288, 'pt', 'Growing Method', '<p>Growing Method</p>', '', '', '', 'N', '', 'Y'),
(289, 'en', 'Quality (UNECE Standard)', '<p>Quality (UNECE Standard)</p>', '', '', '', 'N', '', 'Y'),
(289, 'es', 'Quality (UNECE Standard)', '<p>Quality (UNECE Standard)</p>', '', '', '', 'N', '', 'Y'),
(289, 'pt', 'Quality (UNECE Standard)', '<p>Quality (UNECE Standard)</p>', '', '', '', 'N', '', 'Y'),
(290, 'en', 'Bagas / Frutas Pequenas', '<p>Bagas / Frutas Pequenas</p>', '', '', '', 'N', '', 'Y'),
(290, 'es', 'Bagas / Frutas Pequenas', '<p>Bagas / Frutas Pequenas</p>', '', '', '', 'N', '', 'Y'),
(290, 'pt', 'Bagas / Frutas Pequenas', '<p>Bagas / Frutas Pequenas</p>', '', '', '', 'N', '', 'Y'),
(291, 'en', 'Acai Berries', '<p>Acai Berries</p>', '', '', '', 'N', '', 'Y'),
(291, 'es', 'Acai Berries', '<p>Acai Berries</p>', '', '', '', 'N', '', 'Y'),
(291, 'pt', 'Acai Berries', '<p>Acai Berries</p>', '', '', '', 'N', '', 'Y'),
(292, 'en', 'Amoras', '<p>Amoras</p>', '', '', '', 'N', '', 'Y'),
(292, 'es', 'Amoras', '<p>Amoras</p>', '', '', '', 'N', '', 'Y'),
(292, 'pt', 'Amoras', '<p>Amoras</p>', '', '', '', 'N', '', 'Y'),
(293, 'en', 'Amoras alpinas', '<p>Amoras alpinas</p>', '', '', '', 'N', '', 'Y'),
(293, 'es', 'Amoras alpinas', '<p>Amoras alpinas</p>', '', '', '', 'N', '', 'Y'),
(293, 'pt', 'Amoras alpinas', '<p>Amoras alpinas</p>', '', '', '', 'N', '', 'Y'),
(294, 'en', 'Amoras brancas silvestres', '<p>Amoras brancas silvestres</p>', '', '', '', 'N', '', 'Y'),
(294, 'es', 'Amoras brancas silvestres', '<p>Amoras brancas silvestres</p>', '', '', '', 'N', '', 'Y'),
(294, 'pt', 'Amoras brancas silvestres', '<p>Amoras brancas silvestres</p>', '', '', '', 'N', '', 'Y'),
(295, 'en', 'Amoras-framboesas', '<p>Amoras-framboesas</p>', '', '', '', 'N', '', 'Y'),
(295, 'es', 'Amoras-framboesas', '<p>Amoras-framboesas</p>', '', '', '', 'N', '', 'Y'),
(295, 'pt', 'Amoras-framboesas', '<p>Amoras-framboesas</p>', '', '', '', 'N', '', 'Y'),
(296, 'en', 'Amoras-pretas', '<p>Amoras-pretas</p>', '', '', '', 'N', '', 'Y'),
(296, 'es', 'Amoras-pretas', '<p>Amoras-pretas</p>', '', '', '', 'N', '', 'Y'),
(296, 'pt', 'Amoras-pretas', '<p>Amoras-pretas</p>', '', '', '', 'N', '', 'Y'),
(297, 'en', 'Bagas cinco-sabores', '<p>Bagas cinco-sabores</p>', '', '', '', 'N', '', 'Y'),
(297, 'es', 'Bagas cinco-sabores', '<p>Bagas cinco-sabores</p>', '', '', '', 'N', '', 'Y'),
(297, 'pt', 'Bagas cinco-sabores', '<p>Bagas cinco-sabores</p>', '', '', '', 'N', '', 'Y'),
(298, 'en', 'Bagas de sabugueiro', '<p>Bagas de sabugueiro</p>', '', '', '', 'N', '', 'Y'),
(298, 'es', 'Bagas de sabugueiro', '<p>Bagas de sabugueiro</p>', '', '', '', 'N', '', 'Y'),
(298, 'pt', 'Bagas de sabugueiro', '<p>Bagas de sabugueiro</p>', '', '', '', 'N', '', 'Y'),
(299, 'en', 'Bagas do tipo Saskatoon', '<p>Bagas do tipo Saskatoon</p>', '', '', '', 'N', '', 'Y'),
(299, 'es', 'Bagas do tipo Saskatoon', '<p>Bagas do tipo Saskatoon</p>', '', '', '', 'N', '', 'Y'),
(299, 'pt', 'Bagas do tipo Saskatoon', '<p>Bagas do tipo Saskatoon</p>', '', '', '', 'N', '', 'Y'),
(300, 'en', 'Bagas vermelhas do tipo Madrona', '<p>Bagas vermelhas do tipo Madrona</p>', '', '', '', 'N', '', 'Y'),
(300, 'es', 'Bagas vermelhas do tipo Madrona', '<p>Bagas vermelhas do tipo Madrona</p>', '', '', '', 'N', '', 'Y'),
(300, 'pt', 'Bagas vermelhas do tipo Madrona', '<p>Bagas vermelhas do tipo Madrona</p>', '', '', '', 'N', '', 'Y'),
(301, 'en', 'Bilberries (Mirtilos)', '<p>Bilberries (Mirtilos)</p>', '', '', '', 'N', '', 'Y'),
(301, 'es', 'Bilberries (Mirtilos)', '<p>Bilberries (Mirtilos)</p>', '', '', '', 'N', '', 'Y'),
(301, 'pt', 'Bilberries (Mirtilos)', '<p>Bilberries (Mirtilos)</p>', '', '', '', 'N', '', 'Y'),
(302, 'en', 'Cranberries (Airelas)', '<p>Cranberries (Airelas)</p>', '', '', '', 'N', '', 'Y'),
(302, 'es', 'Cranberries (Airelas)', '<p>Cranberries (Airelas)</p>', '', '', '', 'N', '', 'Y'),
(302, 'pt', 'Cranberries (Airelas)', '<p>Cranberries (Airelas)</p>', '', '', '', 'N', '', 'Y'),
(303, 'en', 'Framboesas', '<p>Framboesas</p>', '', '', '', 'N', '', 'Y'),
(303, 'es', 'Framboesas', '<p>Framboesas</p>', '', '', '', 'N', '', 'Y'),
(303, 'pt', 'Framboesas', '<p>Framboesas</p>', '', '', '', 'N', '', 'Y'),
(304, 'en', 'Goji Berries', '<p>Goji Berries</p>', '', '', '', 'N', '', 'Y'),
(304, 'es', 'Goji Berries', '<p>Goji Berries</p>', '', '', '', 'N', '', 'Y'),
(304, 'pt', 'Goji Berries', '<p>Goji Berries</p>', '', '', '', 'N', '', 'Y'),
(305, 'en', 'Groselhas', '<p>Groselhas</p>', '', '', '', 'N', '', 'Y'),
(305, 'es', 'Groselhas', '<p>Groselhas</p>', '', '', '', 'N', '', 'Y'),
(305, 'pt', 'Groselhas', '<p>Groselhas</p>', '', '', '', 'N', '', 'Y'),
(306, 'en', 'Groselhas pretas', '<p>Groselhas pretas</p>', '', '', '', 'N', '', 'Y'),
(306, 'es', 'Groselhas pretas', '<p>Groselhas pretas</p>', '', '', '', 'N', '', 'Y'),
(306, 'pt', 'Groselhas pretas', '<p>Groselhas pretas</p>', '', '', '', 'N', '', 'Y'),
(307, 'en', 'Groselhas vermelhas', '<p>Groselhas vermelhas</p>', '', '', '', 'N', '', 'Y'),
(307, 'es', 'Groselhas vermelhas', '<p>Groselhas vermelhas</p>', '', '', '', 'N', '', 'Y'),
(307, 'pt', 'Groselhas vermelhas', '<p>Groselhas vermelhas</p>', '', '', '', 'N', '', 'Y'),
(308, 'en', 'Híbridos de Bagas', '<p>Híbridos de Bagas</p>', '', '', '', 'N', '', 'Y'),
(308, 'es', 'Híbridos de Bagas', '<p>Híbridos de Bagas</p>', '', '', '', 'N', '', 'Y'),
(308, 'pt', 'Híbridos de Bagas', '<p>Híbridos de Bagas</p>', '', '', '', 'N', '', 'Y'),
(309, 'en', 'Jabuticabas', '<p>Jabuticabas</p>', '', '', '', 'N', '', 'Y'),
(309, 'es', 'Jabuticabas', '<p>Jabuticabas</p>', '', '', '', 'N', '', 'Y'),
(309, 'pt', 'Jabuticabas', '<p>Jabuticabas</p>', '', '', '', 'N', '', 'Y'),
(310, 'en', 'Mirtilos', '<p>Mirtilos</p>', '', '', '', 'N', '', 'Y'),
(310, 'es', 'Mirtilos', '<p>Mirtilos</p>', '', '', '', 'N', '', 'Y'),
(310, 'pt', 'Mirtilos', '<p>Mirtilos</p>', '', '', '', 'N', '', 'Y'),
(311, 'en', 'Morangos', '<p>Morangos</p>', '', '', '', 'N', '', 'Y'),
(311, 'es', 'Morangos', '<p>Morangos</p>', '', '', '', 'N', '', 'Y'),
(311, 'pt', 'Morangos', '<p>Morangos</p>', '', '', '', 'N', '', 'Y'),
(312, 'en', 'Morangos Silvestres', '<p>Morangos Silvestres</p>', '', '', '', 'N', '', 'Y'),
(312, 'es', 'Morangos Silvestres', '<p>Morangos Silvestres</p>', '', '', '', 'N', '', 'Y'),
(312, 'pt', 'Morangos Silvestres', '<p>Morangos Silvestres</p>', '', '', '', 'N', '', 'Y'),
(313, 'en', 'Pacotes de Variedades de Frutas Pequenas', '<p>Pacotes de Variedades de Frutas Pequenas</p>', '', '', '', 'N', '', 'Y'),
(313, 'es', 'Pacotes de Variedades de Frutas Pequenas', '<p>Pacotes de Variedades de Frutas Pequenas</p>', '', '', '', 'N', '', 'Y'),
(313, 'pt', 'Pacotes de Variedades de Frutas Pequenas', '<p>Pacotes de Variedades de Frutas Pequenas</p>', '', '', '', 'N', '', 'Y'),
(314, 'en', 'Uvas', '<p>Uvas</p>', '', '', '', 'N', '', 'Y'),
(314, 'es', 'Uvas', '<p>Uvas</p>', '', '', '', 'N', '', 'Y'),
(314, 'pt', 'Uvas', '<p>Uvas</p>', '', '', '', 'N', '', 'Y'),
(315, 'en', 'Bananas', '<p>Bananas</p>', '', '', '', 'N', '', 'Y'),
(315, 'es', 'Bananas', '<p>Bananas</p>', '', '', '', 'N', '', 'Y'),
(315, 'pt', 'Bananas', '<p>Bananas</p>', '', '', '', 'N', '', 'Y'),
(316, 'en', 'Banana-da-terra', '<p>Banana-da-terra</p>', '', '', '', 'N', '', 'Y'),
(316, 'es', 'Banana-da-terra', '<p>Banana-da-terra</p>', '', '', '', 'N', '', 'Y'),
(316, 'pt', 'Banana-da-terra', '<p>Banana-da-terra</p>', '', '', '', 'N', '', 'Y'),
(317, 'en', 'Bananas', '<p>Bananas</p>', '', '', '', 'N', '', 'Y'),
(317, 'es', 'Bananas', '<p>Bananas</p>', '', '', '', 'N', '', 'Y'),
(317, 'pt', 'Bananas', '<p>Bananas</p>', '', '', '', 'N', '', 'Y'),
(318, 'en', 'Bananas vermelhas', '<p>Bananas vermelhas</p>', '', '', '', 'N', '', 'Y'),
(318, 'es', 'Bananas vermelhas', '<p>Bananas vermelhas</p>', '', '', '', 'N', '', 'Y'),
(318, 'pt', 'Bananas vermelhas', '<p>Bananas vermelhas</p>', '', '', '', 'N', '', 'Y'),
(319, 'en', 'Banana-Sapo', '<p>Banana-Sapo</p>', '', '', '', 'N', '', 'Y'),
(319, 'es', 'Banana-Sapo', '<p>Banana-Sapo</p>', '', '', '', 'N', '', 'Y'),
(319, 'pt', 'Banana-Sapo', '<p>Banana-Sapo</p>', '', '', '', 'N', '', 'Y'),
(320, 'en', 'Bananas-maçã', '<p>Bananas-maçã</p>', '', '', '', 'N', '', 'Y'),
(320, 'es', 'Bananas-maçã', '<p>Bananas-maçã</p>', '', '', '', 'N', '', 'Y'),
(320, 'pt', 'Bananas-maçã', '<p>Bananas-maçã</p>', '', '', '', 'N', '', 'Y'),
(321, 'en', 'Caqui', '<p>Caqui</p>', '', '', '', 'N', '', 'Y'),
(321, 'es', 'Caqui', '<p>Caqui</p>', '', '', '', 'N', '', 'Y'),
(321, 'pt', 'Caqui', '<p>Caqui</p>', '', '', '', 'N', '', 'Y'),
(322, 'en', 'Caqui', '<p>Caqui</p>', '', '', '', 'N', '', 'Y'),
(322, 'es', 'Caqui', '<p>Caqui</p>', '', '', '', 'N', '', 'Y'),
(322, 'pt', 'Caqui', '<p>Caqui</p>', '', '', '', 'N', '', 'Y'),
(323, 'en', 'Caqui Americano', '<p>Caqui Americano</p>', '', '', '', 'N', '', 'Y'),
(323, 'es', 'Caqui Americano', '<p>Caqui Americano</p>', '', '', '', 'N', '', 'Y'),
(323, 'pt', 'Caqui Americano', '<p>Caqui Americano</p>', '', '', '', 'N', '', 'Y'),
(324, 'en', 'Cítrico', '<p>Cítrico</p>', '', '', '', 'N', '', 'Y'),
(324, 'es', 'Cítrico', '<p>Cítrico</p>', '', '', '', 'N', '', 'Y'),
(324, 'pt', 'Cítrico', '<p>Cítrico</p>', '', '', '', 'N', '', 'Y'),
(325, 'en', 'Citron', '<p>Citron</p>', '', '', '', 'N', '', 'Y'),
(325, 'es', 'Citron', '<p>Citron</p>', '', '', '', 'N', '', 'Y'),
(325, 'pt', 'Citron', '<p>Citron</p>', '', '', '', 'N', '', 'Y'),
(326, 'en', 'Híbridos de Tangerina', '<p>Híbridos de Tangerina</p>', '', '', '', 'N', '', 'Y'),
(326, 'es', 'Híbridos de Tangerina', '<p>Híbridos de Tangerina</p>', '', '', '', 'N', '', 'Y'),
(326, 'pt', 'Híbridos de Tangerina', '<p>Híbridos de Tangerina</p>', '', '', '', 'N', '', 'Y'),
(327, 'en', 'Kumquat', '<p>Kumquat</p>', '', '', '', 'N', '', 'Y'),
(327, 'es', 'Kumquat', '<p>Kumquat</p>', '', '', '', 'N', '', 'Y'),
(327, 'pt', 'Kumquat', '<p>Kumquat</p>', '', '', '', 'N', '', 'Y'),
(328, 'en', 'Laranjas', '<p>Laranjas</p>', '', '', '', 'N', '', 'Y'),
(328, 'es', 'Laranjas', '<p>Laranjas</p>', '', '', '', 'N', '', 'Y'),
(328, 'pt', 'Laranjas', '<p>Laranjas</p>', '', '', '', 'N', '', 'Y'),
(329, 'en', 'Limão Indiano', '<p>Limão Indiano</p>', '', '', '', 'N', '', 'Y'),
(329, 'es', 'Limão Indiano', '<p>Limão Indiano</p>', '', '', '', 'N', '', 'Y'),
(329, 'pt', 'Limão Indiano', '<p>Limão Indiano</p>', '', '', '', 'N', '', 'Y'),
(330, 'en', 'Limas', '<p>Limas</p>', '', '', '', 'N', '', 'Y'),
(330, 'es', 'Limas', '<p>Limas</p>', '', '', '', 'N', '', 'Y'),
(330, 'pt', 'Limas', '<p>Limas</p>', '', '', '', 'N', '', 'Y'),
(331, 'en', 'Limas Mexicanas', '<p>Limas Mexicanas</p>', '', '', '', 'N', '', 'Y'),
(331, 'es', 'Limas Mexicanas', '<p>Limas Mexicanas</p>', '', '', '', 'N', '', 'Y'),
(331, 'pt', 'Limas Mexicanas', '<p>Limas Mexicanas</p>', '', '', '', 'N', '', 'Y'),
(332, 'en', 'Limequats', '<p>Limequats</p>', '', '', '', 'N', '', 'Y'),
(332, 'es', 'Limequats', '<p>Limequats</p>', '', '', '', 'N', '', 'Y'),
(332, 'pt', 'Limequats', '<p>Limequats</p>', '', '', '', 'N', '', 'Y'),
(333, 'en', 'Limões', '<p>Limões</p>', '', '', '', 'N', '', 'Y'),
(333, 'es', 'Limões', '<p>Limões</p>', '', '', '', 'N', '', 'Y'),
(333, 'pt', 'Limões', '<p>Limões</p>', '', '', '', 'N', '', 'Y'),
(334, 'en', 'Mexerica', '<p>Mexerica</p>', '', '', '', 'N', '', 'Y'),
(334, 'es', 'Mexerica', '<p>Mexerica</p>', '', '', '', 'N', '', 'Y'),
(334, 'pt', 'Mexerica', '<p>Mexerica</p>', '', '', '', 'N', '', 'Y'),
(335, 'en', 'Orangelos', '<p>Orangelos</p>', '', '', '', 'N', '', 'Y'),
(335, 'es', 'Orangelos', '<p>Orangelos</p>', '', '', '', 'N', '', 'Y'),
(335, 'pt', 'Orangelos', '<p>Orangelos</p>', '', '', '', 'N', '', 'Y'),
(336, 'en', 'Oroblancos', '<p>Oroblancos</p>', '', '', '', 'N', '', 'Y'),
(336, 'es', 'Oroblancos', '<p>Oroblancos</p>', '', '', '', 'N', '', 'Y'),
(336, 'pt', 'Oroblancos', '<p>Oroblancos</p>', '', '', '', 'N', '', 'Y'),
(337, 'en', 'Ponkan', '<p>Ponkan</p>', '', '', '', 'N', '', 'Y'),
(337, 'es', 'Ponkan', '<p>Ponkan</p>', '', '', '', 'N', '', 'Y'),
(337, 'pt', 'Ponkan', '<p>Ponkan</p>', '', '', '', 'N', '', 'Y'),
(338, 'en', 'Tangelos', '<p>Tangelos</p>', '', '', '', 'N', '', 'Y'),
(338, 'es', 'Tangelos', '<p>Tangelos</p>', '', '', '', 'N', '', 'Y'),
(338, 'pt', 'Tangelos', '<p>Tangelos</p>', '', '', '', 'N', '', 'Y'),
(339, 'en', 'Tangelos', '<p>Tangelos</p>', '', '', '', 'N', '', 'Y'),
(339, 'es', 'Tangelos', '<p>Tangelos</p>', '', '', '', 'N', '', 'Y'),
(339, 'pt', 'Tangelos', '<p>Tangelos</p>', '', '', '', 'N', '', 'Y'),
(340, 'en', 'Tangerina japonesa', '<p>Tangerina japonesa</p>', '', '', '', 'N', '', 'Y'),
(340, 'es', 'Tangerina japonesa', '<p>Tangerina japonesa</p>', '', '', '', 'N', '', 'Y'),
(340, 'pt', 'Tangerina japonesa', '<p>Tangerina japonesa</p>', '', '', '', 'N', '', 'Y'),
(341, 'en', 'Tangerina Satsuma', '<p>Tangerina Satsuma</p>', '', '', '', 'N', '', 'Y'),
(341, 'es', 'Tangerina Satsuma', '<p>Tangerina Satsuma</p>', '', '', '', 'N', '', 'Y'),
(341, 'pt', 'Tangerina Satsuma', '<p>Tangerina Satsuma</p>', '', '', '', 'N', '', 'Y'),
(342, 'en', 'Tangerinas / Outras', '<p>Tangerinas / Outras</p>', '', '', '', 'N', '', 'Y'),
(342, 'es', 'Tangerinas / Outras', '<p>Tangerinas / Outras</p>', '', '', '', 'N', '', 'Y'),
(342, 'pt', 'Tangerinas / Outras', '<p>Tangerinas / Outras</p>', '', '', '', 'N', '', 'Y'),
(343, 'en', 'Tangerinas do Mediterrâneo (Willowleaf)', '<p>Tangerinas do Mediterrâneo (Willowleaf)</p>', '', '', '', 'N', '', 'Y'),
(343, 'es', 'Tangerinas do Mediterrâneo (Willowleaf)', '<p>Tangerinas do Mediterrâneo (Willowleaf)</p>', '', '', '', 'N', '', 'Y'),
(343, 'pt', 'Tangerinas do Mediterrâneo (Willowleaf)', '<p>Tangerinas do Mediterrâneo (Willowleaf)</p>', '', '', '', 'N', '', 'Y'),
(344, 'en', 'Tangerinas King', '<p>Tangerinas King</p>', '', '', '', 'N', '', 'Y'),
(344, 'es', 'Tangerinas King', '<p>Tangerinas King</p>', '', '', '', 'N', '', 'Y'),
(344, 'pt', 'Tangerinas King', '<p>Tangerinas King</p>', '', '', '', 'N', '', 'Y'),
(345, 'en', 'Tangor', '<p>Tangor</p>', '', '', '', 'N', '', 'Y'),
(345, 'es', 'Tangor', '<p>Tangor</p>', '', '', '', 'N', '', 'Y'),
(345, 'pt', 'Tangor', '<p>Tangor</p>', '', '', '', 'N', '', 'Y'),
(346, 'en', 'Toranjas', '<p>Toranjas</p>', '', '', '', 'N', '', 'Y'),
(346, 'es', 'Toranjas', '<p>Toranjas</p>', '', '', '', 'N', '', 'Y'),
(346, 'pt', 'Toranjas', '<p>Toranjas</p>', '', '', '', 'N', '', 'Y'),
(347, 'en', 'Frutas com caroço', '<p>Frutas com caroço</p>', '', '', '', 'N', '', 'Y'),
(347, 'es', 'Frutas com caroço', '<p>Frutas com caroço</p>', '', '', '', 'N', '', 'Y'),
(347, 'pt', 'Frutas com caroço', '<p>Frutas com caroço</p>', '', '', '', 'N', '', 'Y'),
(348, 'en', 'Ameixas', '<p>Ameixas</p>', '', '', '', 'N', '', 'Y'),
(348, 'es', 'Ameixas', '<p>Ameixas</p>', '', '', '', 'N', '', 'Y'),
(348, 'pt', 'Ameixas', '<p>Ameixas</p>', '', '', '', 'N', '', 'Y'),
(349, 'en', 'Ameixas (pequena e roxa)', '<p>Ameixas (pequena e roxa)</p>', '', '', '', 'N', '', 'Y'),
(349, 'es', 'Ameixas (pequena e roxa)', '<p>Ameixas (pequena e roxa)</p>', '', '', '', 'N', '', 'Y'),
(349, 'pt', 'Ameixas (pequena e roxa)', '<p>Ameixas (pequena e roxa)</p>', '', '', '', 'N', '', 'Y'),
(350, 'en', 'Ameixas japonesas', '<p>Ameixas japonesas</p>', '', '', '', 'N', '', 'Y'),
(350, 'es', 'Ameixas japonesas', '<p>Ameixas japonesas</p>', '', '', '', 'N', '', 'Y'),
(350, 'pt', 'Ameixas japonesas', '<p>Ameixas japonesas</p>', '', '', '', 'N', '', 'Y'),
(351, 'en', 'Cerejas ácidas', '<p>Cerejas ácidas</p>', '', '', '', 'N', '', 'Y'),
(351, 'es', 'Cerejas ácidas', '<p>Cerejas ácidas</p>', '', '', '', 'N', '', 'Y'),
(351, 'pt', 'Cerejas ácidas', '<p>Cerejas ácidas</p>', '', '', '', 'N', '', 'Y'),
(352, 'en', 'Cerejas Doces/ Sem caroço', '<p>Cerejas Doces/ Sem caroço</p>', '', '', '', 'N', '', 'Y'),
(352, 'es', 'Cerejas Doces/ Sem caroço', '<p>Cerejas Doces/ Sem caroço</p>', '', '', '', 'N', '', 'Y'),
(352, 'pt', 'Cerejas Doces/ Sem caroço', '<p>Cerejas Doces/ Sem caroço</p>', '', '', '', 'N', '', 'Y'),
(353, 'en', 'Damascos', '<p>Damascos</p>', '', '', '', 'N', '', 'Y'),
(353, 'es', 'Damascos', '<p>Damascos</p>', '', '', '', 'N', '', 'Y'),
(353, 'pt', 'Damascos', '<p>Damascos</p>', '', '', '', 'N', '', 'Y'),
(354, 'en', 'Greengages (Ameixas verdes)', '<p>Greengages (Ameixas verdes)</p>', '', '', '', 'N', '', 'Y'),
(354, 'es', 'Greengages (Ameixas verdes)', '<p>Greengages (Ameixas verdes)</p>', '', '', '', 'N', '', 'Y'),
(354, 'pt', 'Greengages (Ameixas verdes)', '<p>Greengages (Ameixas verdes)</p>', '', '', '', 'N', '', 'Y'),
(355, 'en', 'Mirabelles', '<p>Mirabelles</p>', '', '', '', 'N', '', 'Y'),
(355, 'es', 'Mirabelles', '<p>Mirabelles</p>', '', '', '', 'N', '', 'Y'),
(355, 'pt', 'Mirabelles', '<p>Mirabelles</p>', '', '', '', 'N', '', 'Y'),
(356, 'en', 'Mumes', '<p>Mumes</p>', '', '', '', 'N', '', 'Y'),
(356, 'es', 'Mumes', '<p>Mumes</p>', '', '', '', 'N', '', 'Y'),
(356, 'pt', 'Mumes', '<p>Mumes</p>', '', '', '', 'N', '', 'Y'),
(357, 'en', 'Nectarina do tipo Paraguaya', '<p>Nectarina do tipo Paraguaya</p>', '', '', '', 'N', '', 'Y'),
(357, 'es', 'Nectarina do tipo Paraguaya', '<p>Nectarina do tipo Paraguaya</p>', '', '', '', 'N', '', 'Y'),
(357, 'pt', 'Nectarina do tipo Paraguaya', '<p>Nectarina do tipo Paraguaya</p>', '', '', '', 'N', '', 'Y'),
(358, 'en', 'Nectarinas', '<p>Nectarinas</p>', '', '', '', 'N', '', 'Y'),
(358, 'es', 'Nectarinas', '<p>Nectarinas</p>', '', '', '', 'N', '', 'Y'),
(358, 'pt', 'Nectarinas', '<p>Nectarinas</p>', '', '', '', 'N', '', 'Y'),
(359, 'en', 'Pêssegos', '<p>Pêssegos</p>', '', '', '', 'N', '', 'Y'),
(359, 'es', 'Pêssegos', '<p>Pêssegos</p>', '', '', '', 'N', '', 'Y'),
(359, 'pt', 'Pêssegos', '<p>Pêssegos</p>', '', '', '', 'N', '', 'Y'),
(360, 'en', 'Plumcots (Combinação de ameixas e damasco)', '<p>Plumcots (Combinação de ameixas e damasco)</p>', '', '', '', 'N', '', 'Y'),
(360, 'es', 'Plumcots (Combinação de ameixas e damasco)', '<p>Plumcots (Combinação de ameixas e damasco)</p>', '', '', '', 'N', '', 'Y'),
(360, 'pt', 'Plumcots (Combinação de ameixas e damasco)', '<p>Plumcots (Combinação de ameixas e damasco)</p>', '', '', '', 'N', '', 'Y'),
(361, 'en', 'Pluots', '<p>Pluots</p>', '', '', '', 'N', '', 'Y'),
(361, 'es', 'Pluots', '<p>Pluots</p>', '', '', '', 'N', '', 'Y'),
(361, 'pt', 'Pluots', '<p>Pluots</p>', '', '', '', 'N', '', 'Y'),
(362, 'en', 'Frutas diversas', '<p>Frutas diversas</p>', '', '', '', 'N', '', 'Y'),
(362, 'es', 'Frutas diversas', '<p>Frutas diversas</p>', '', '', '', 'N', '', 'Y'),
(362, 'pt', 'Frutas diversas', '<p>Frutas diversas</p>', '', '', '', 'N', '', 'Y'),
(363, 'en', 'Bilimbi', '<p>Bilimbi</p>', '', '', '', 'N', '', 'Y'),
(363, 'es', 'Bilimbi', '<p>Bilimbi</p>', '', '', '', 'N', '', 'Y'),
(363, 'pt', 'Bilimbi', '<p>Bilimbi</p>', '', '', '', 'N', '', 'Y'),
(364, 'en', 'Carambola', '<p>Carambola</p>', '', '', '', 'N', '', 'Y'),
(364, 'es', 'Carambola', '<p>Carambola</p>', '', '', '', 'N', '', 'Y'),
(364, 'pt', 'Carambola', '<p>Carambola</p>', '', '', '', 'N', '', 'Y'),
(365, 'en', 'Cássia-imperial', '<p>Cássia-imperial</p>', '', '', '', 'N', '', 'Y'),
(365, 'es', 'Cássia-imperial', '<p>Cássia-imperial</p>', '', '', '', 'N', '', 'Y'),
(365, 'pt', 'Cássia-imperial', '<p>Cássia-imperial</p>', '', '', '', 'N', '', 'Y'),
(366, 'en', 'Durião', '<p>Durião</p>', '', '', '', 'N', '', 'Y'),
(366, 'es', 'Durião', '<p>Durião</p>', '', '', '', 'N', '', 'Y'),
(366, 'pt', 'Durião', '<p>Durião</p>', '', '', '', 'N', '', 'Y'),
(367, 'en', 'Figos', '<p>Figos</p>', '', '', '', 'N', '', 'Y'),
(367, 'es', 'Figos', '<p>Figos</p>', '', '', '', 'N', '', 'Y'),
(367, 'pt', 'Figos', '<p>Figos</p>', '', '', '', 'N', '', 'Y'),
(368, 'en', 'Figos-da-Índia', '<p>Figos-da-Índia</p>', '', '', '', 'N', '', 'Y'),
(368, 'es', 'Figos-da-Índia', '<p>Figos-da-Índia</p>', '', '', '', 'N', '', 'Y'),
(368, 'pt', 'Figos-da-Índia', '<p>Figos-da-Índia</p>', '', '', '', 'N', '', 'Y'),
(369, 'en', 'Fruta-pão', '<p>Fruta-pão</p>', '', '', '', 'N', '', 'Y'),
(369, 'es', 'Fruta-pão', '<p>Fruta-pão</p>', '', '', '', 'N', '', 'Y'),
(369, 'pt', 'Fruta-pão', '<p>Fruta-pão</p>', '', '', '', 'N', '', 'Y'),
(370, 'en', 'Goiabas', '<p>Goiabas</p>', '', '', '', 'N', '', 'Y'),
(370, 'es', 'Goiabas', '<p>Goiabas</p>', '', '', '', 'N', '', 'Y'),
(370, 'pt', 'Goiabas', '<p>Goiabas</p>', '', '', '', 'N', '', 'Y'),
(371, 'en', 'Goiaba-serrana', '<p>Goiaba-serrana</p>', '', '', '', 'N', '', 'Y'),
(371, 'es', 'Goiaba-serrana', '<p>Goiaba-serrana</p>', '', '', '', 'N', '', 'Y'),
(371, 'pt', 'Goiaba-serrana', '<p>Goiaba-serrana</p>', '', '', '', 'N', '', 'Y'),
(372, 'en', 'Groselhas Verdes', '<p>Groselhas Verdes</p>', '', '', '', 'N', '', 'Y'),
(372, 'es', 'Groselhas Verdes', '<p>Groselhas Verdes</p>', '', '', '', 'N', '', 'Y'),
(372, 'pt', 'Groselhas Verdes', '<p>Groselhas Verdes</p>', '', '', '', 'N', '', 'Y'),
(373, 'en', 'Jacas', '<p>Jacas</p>', '', '', '', 'N', '', 'Y'),
(373, 'es', 'Jacas', '<p>Jacas</p>', '', '', '', 'N', '', 'Y'),
(373, 'pt', 'Jacas', '<p>Jacas</p>', '', '', '', 'N', '', 'Y'),
(374, 'en', 'Jamelão', '<p>Jamelão</p>', '', '', '', 'N', '', 'Y'),
(374, 'es', 'Jamelão', '<p>Jamelão</p>', '', '', '', 'N', '', 'Y'),
(374, 'pt', 'Jamelão', '<p>Jamelão</p>', '', '', '', 'N', '', 'Y'),
(375, 'en', 'Lichias', '<p>Lichias</p>', '', '', '', 'N', '', 'Y'),
(375, 'es', 'Lichias', '<p>Lichias</p>', '', '', '', 'N', '', 'Y'),
(375, 'pt', 'Lichias', '<p>Lichias</p>', '', '', '', 'N', '', 'Y'),
(376, 'en', 'Longan', '<p>Longan</p>', '', '', '', 'N', '', 'Y'),
(376, 'es', 'Longan', '<p>Longan</p>', '', '', '', 'N', '', 'Y'),
(376, 'pt', 'Longan', '<p>Longan</p>', '', '', '', 'N', '', 'Y'),
(377, 'en', 'Mangas', '<p>Mangas</p>', '', '', '', 'N', '', 'Y'),
(377, 'es', 'Mangas', '<p>Mangas</p>', '', '', '', 'N', '', 'Y'),
(377, 'pt', 'Mangas', '<p>Mangas</p>', '', '', '', 'N', '', 'Y'),
(378, 'en', 'Mangostim', '<p>Mangostim</p>', '', '', '', 'N', '', 'Y'),
(378, 'es', 'Mangostim', '<p>Mangostim</p>', '', '', '', 'N', '', 'Y'),
(378, 'pt', 'Mangostim', '<p>Mangostim</p>', '', '', '', 'N', '', 'Y'),
(379, 'en', 'Rambutã', '<p>Rambutã</p>', '', '', '', 'N', '', 'Y'),
(379, 'es', 'Rambutã', '<p>Rambutã</p>', '', '', '', 'N', '', 'Y'),
(379, 'pt', 'Rambutã', '<p>Rambutã</p>', '', '', '', 'N', '', 'Y'),
(380, 'en', 'Romãs', '<p>Romãs</p>', '', '', '', 'N', '', 'Y'),
(380, 'es', 'Romãs', '<p>Romãs</p>', '', '', '', 'N', '', 'Y'),
(380, 'pt', 'Romãs', '<p>Romãs</p>', '', '', '', 'N', '', 'Y'),
(381, 'en', 'Salak (Fruta-cobra)', '<p>Salak (Fruta-cobra)</p>', '', '', '', 'N', '', 'Y'),
(381, 'es', 'Salak (Fruta-cobra)', '<p>Salak (Fruta-cobra)</p>', '', '', '', 'N', '', 'Y'),
(381, 'pt', 'Salak (Fruta-cobra)', '<p>Salak (Fruta-cobra)</p>', '', '', '', 'N', '', 'Y'),
(382, 'en', 'Tâmaras', '<p>Tâmaras</p>', '', '', '', 'N', '', 'Y'),
(382, 'es', 'Tâmaras', '<p>Tâmaras</p>', '', '', '', 'N', '', 'Y'),
(382, 'pt', 'Tâmaras', '<p>Tâmaras</p>', '', '', '', 'N', '', 'Y'),
(383, 'en', 'Kiwi', '<p>Kiwi</p>', '', '', '', 'N', '', 'Y'),
(383, 'es', 'Kiwi', '<p>Kiwi</p>', '', '', '', 'N', '', 'Y'),
(383, 'pt', 'Kiwi', '<p>Kiwi</p>', '', '', '', 'N', '', 'Y'),
(384, 'en', 'Kiwi', '<p>Kiwi</p>', '', '', '', 'N', '', 'Y'),
(384, 'es', 'Kiwi', '<p>Kiwi</p>', '', '', '', 'N', '', 'Y'),
(384, 'pt', 'Kiwi', '<p>Kiwi</p>', '', '', '', 'N', '', 'Y'),
(385, 'en', 'Kiwiberries', '<p>Kiwiberries</p>', '', '', '', 'N', '', 'Y'),
(385, 'es', 'Kiwiberries', '<p>Kiwiberries</p>', '', '', '', 'N', '', 'Y'),
(385, 'pt', 'Kiwiberries', '<p>Kiwiberries</p>', '', '', '', 'N', '', 'Y'),
(386, 'en', 'Mamão', '<p>Mamão</p>', '', '', '', 'N', '', 'Y'),
(386, 'es', 'Mamão', '<p>Mamão</p>', '', '', '', 'N', '', 'Y'),
(386, 'pt', 'Mamão', '<p>Mamão</p>', '', '', '', 'N', '', 'Y'),
(387, 'en', 'Babacos', '<p>Babacos</p>', '', '', '', 'N', '', 'Y'),
(387, 'es', 'Babacos', '<p>Babacos</p>', '', '', '', 'N', '', 'Y'),
(387, 'pt', 'Babacos', '<p>Babacos</p>', '', '', '', 'N', '', 'Y'),
(388, 'en', 'Mamão Formosa', '<p>Mamão Formosa</p>', '', '', '', 'N', '', 'Y'),
(388, 'es', 'Mamão Formosa', '<p>Mamão Formosa</p>', '', '', '', 'N', '', 'Y'),
(388, 'pt', 'Mamão Formosa', '<p>Mamão Formosa</p>', '', '', '', 'N', '', 'Y'),
(389, 'en', 'Maracujás', '<p>Maracujás</p>', '', '', '', 'N', '', 'Y'),
(389, 'es', 'Maracujás', '<p>Maracujás</p>', '', '', '', 'N', '', 'Y'),
(389, 'pt', 'Maracujás', '<p>Maracujás</p>', '', '', '', 'N', '', 'Y'),
(390, 'en', 'Maracujá Doce', '<p>Maracujá Doce</p>', '', '', '', 'N', '', 'Y'),
(390, 'es', 'Maracujá Doce', '<p>Maracujá Doce</p>', '', '', '', 'N', '', 'Y'),
(390, 'pt', 'Maracujá Doce', '<p>Maracujá Doce</p>', '', '', '', 'N', '', 'Y'),
(391, 'en', 'Maracujá-Banana', '<p>Maracujá-Banana</p>', '', '', '', 'N', '', 'Y'),
(391, 'es', 'Maracujá-Banana', '<p>Maracujá-Banana</p>', '', '', '', 'N', '', 'Y'),
(391, 'pt', 'Maracujá-Banana', '<p>Maracujá-Banana</p>', '', '', '', 'N', '', 'Y'),
(392, 'en', 'Maracujá-melão', '<p>Maracujá-melão</p>', '', '', '', 'N', '', 'Y'),
(392, 'es', 'Maracujá-melão', '<p>Maracujá-melão</p>', '', '', '', 'N', '', 'Y'),
(392, 'pt', 'Maracujá-melão', '<p>Maracujá-melão</p>', '', '', '', 'N', '', 'Y'),
(393, 'en', 'Maracujá-Roxo', '<p>Maracujá-Roxo</p>', '', '', '', 'N', '', 'Y'),
(393, 'es', 'Maracujá-Roxo', '<p>Maracujá-Roxo</p>', '', '', '', 'N', '', 'Y'),
(393, 'pt', 'Maracujá-Roxo', '<p>Maracujá-Roxo</p>', '', '', '', 'N', '', 'Y'),
(394, 'en', 'Maracujás Amarelos', '<p>Maracujás Amarelos</p>', '', '', '', 'N', '', 'Y'),
(394, 'es', 'Maracujás Amarelos', '<p>Maracujás Amarelos</p>', '', '', '', 'N', '', 'Y'),
(394, 'pt', 'Maracujás Amarelos', '<p>Maracujás Amarelos</p>', '', '', '', 'N', '', 'Y'),
(395, 'en', 'Pacotes de Variedades para Frutas - Não preparadas / não processadas (Frescas)', '<p>Pacotes de Variedades para Frutas - Não preparadas / não processadas (Frescas)</p>', '', '', '', 'N', '', 'Y'),
(395, 'es', 'Pacotes de Variedades para Frutas - Não preparadas / não processadas (Frescas)', '<p>Pacotes de Variedades para Frutas - Não preparadas / não processadas (Frescas)</p>', '', '', '', 'N', '', 'Y'),
(395, 'pt', 'Pacotes de Variedades para Frutas - Não preparadas / não processadas (Frescas)', '<p>Pacotes de Variedades para Frutas - Não preparadas / não processadas (Frescas)</p>', '', '', '', 'N', '', 'Y'),
(396, 'en', 'Pinha', '<p>Pinha</p>', '', '', '', 'N', '', 'Y'),
(396, 'es', 'Pinha', '<p>Pinha</p>', '', '', '', 'N', '', 'Y'),
(396, 'pt', 'Pinha', '<p>Pinha</p>', '', '', '', 'N', '', 'Y'),
(397, 'en', 'Atemoia', '<p>Atemoia</p>', '', '', '', 'N', '', 'Y'),
(397, 'es', 'Atemoia', '<p>Atemoia</p>', '', '', '', 'N', '', 'Y'),
(397, 'pt', 'Atemoia', '<p>Atemoia</p>', '', '', '', 'N', '', 'Y'),
(398, 'en', 'Fruta-do-Conde', '<p>Fruta-do-Conde</p>', '', '', '', 'N', '', 'Y'),
(398, 'es', 'Fruta-do-Conde', '<p>Fruta-do-Conde</p>', '', '', '', 'N', '', 'Y'),
(398, 'pt', 'Fruta-do-Conde', '<p>Fruta-do-Conde</p>', '', '', '', 'N', '', 'Y'),
(399, 'en', 'Fruta-do-conde, Outras', '<p>Fruta-do-conde, Outras</p>', '', '', '', 'N', '', 'Y'),
(399, 'es', 'Fruta-do-conde, Outras', '<p>Fruta-do-conde, Outras</p>', '', '', '', 'N', '', 'Y'),
(399, 'pt', 'Fruta-do-conde, Outras', '<p>Fruta-do-conde, Outras</p>', '', '', '', 'N', '', 'Y'),
(400, 'en', 'Graviola', '<p>Graviola</p>', '', '', '', 'N', '', 'Y'),
(400, 'es', 'Graviola', '<p>Graviola</p>', '', '', '', 'N', '', 'Y'),
(400, 'pt', 'Graviola', '<p>Graviola</p>', '', '', '', 'N', '', 'Y'),
(401, 'en', 'Pinha', '<p>Pinha</p>', '', '', '', 'N', '', 'Y'),
(401, 'es', 'Pinha', '<p>Pinha</p>', '', '', '', 'N', '', 'Y'),
(401, 'pt', 'Pinha', '<p>Pinha</p>', '', '', '', 'N', '', 'Y'),
(402, 'en', 'Pitaias', '<p>Pitaias</p>', '', '', '', 'N', '', 'Y'),
(402, 'es', 'Pitaias', '<p>Pitaias</p>', '', '', '', 'N', '', 'Y'),
(402, 'pt', 'Pitaias', '<p>Pitaias</p>', '', '', '', 'N', '', 'Y'),
(403, 'en', 'Pitaias Amarelas', '<p>Pitaias Amarelas</p>', '', '', '', 'N', '', 'Y'),
(403, 'es', 'Pitaias Amarelas', '<p>Pitaias Amarelas</p>', '', '', '', 'N', '', 'Y'),
(403, 'pt', 'Pitaias Amarelas', '<p>Pitaias Amarelas</p>', '', '', '', 'N', '', 'Y'),
(404, 'en', 'Pitaias Vermelhas de polpa branca', '<p>Pitaias Vermelhas de polpa branca</p>', '', '', '', 'N', '', 'Y'),
(404, 'es', 'Pitaias Vermelhas de polpa branca', '<p>Pitaias Vermelhas de polpa branca</p>', '', '', '', 'N', '', 'Y'),
(404, 'pt', 'Pitaias Vermelhas de polpa branca', '<p>Pitaias Vermelhas de polpa branca</p>', '', '', '', 'N', '', 'Y'),
(405, 'en', 'Pomóideas', '<p>Pomóideas</p>', '', '', '', 'N', '', 'Y'),
(405, 'es', 'Pomóideas', '<p>Pomóideas</p>', '', '', '', 'N', '', 'Y'),
(405, 'pt', 'Pomóideas', '<p>Pomóideas</p>', '', '', '', 'N', '', 'Y'),
(406, 'en', 'Maçãs', '<p>Maçãs</p>', '', '', '', 'N', '', 'Y'),
(406, 'es', 'Maçãs', '<p>Maçãs</p>', '', '', '', 'N', '', 'Y'),
(406, 'pt', 'Maçãs', '<p>Maçãs</p>', '', '', '', 'N', '', 'Y'),
(407, 'en', 'Maçãs Silvestres', '<p>Maçãs Silvestres</p>', '', '', '', 'N', '', 'Y'),
(407, 'es', 'Maçãs Silvestres', '<p>Maçãs Silvestres</p>', '', '', '', 'N', '', 'Y'),
(407, 'pt', 'Maçãs Silvestres', '<p>Maçãs Silvestres</p>', '', '', '', 'N', '', 'Y'),
(408, 'en', 'Marmelos', '<p>Marmelos</p>', '', '', '', 'N', '', 'Y'),
(408, 'es', 'Marmelos', '<p>Marmelos</p>', '', '', '', 'N', '', 'Y'),
(408, 'pt', 'Marmelos', '<p>Marmelos</p>', '', '', '', 'N', '', 'Y'),
(409, 'en', 'Medlar', '<p>Medlar</p>', '', '', '', 'N', '', 'Y'),
(409, 'es', 'Medlar', '<p>Medlar</p>', '', '', '', 'N', '', 'Y'),
(409, 'pt', 'Medlar', '<p>Medlar</p>', '', '', '', 'N', '', 'Y'),
(410, 'en', 'Nashi (tipo de pera japonesa)', '<p>Nashi (tipo de pera japonesa)</p>', '', '', '', 'N', '', 'Y'),
(410, 'es', 'Nashi (tipo de pera japonesa)', '<p>Nashi (tipo de pera japonesa)</p>', '', '', '', 'N', '', 'Y'),
(410, 'pt', 'Nashi (tipo de pera japonesa)', '<p>Nashi (tipo de pera japonesa)</p>', '', '', '', 'N', '', 'Y'),
(411, 'en', 'Nêspera', '<p>Nêspera</p>', '', '', '', 'N', '', 'Y'),
(411, 'es', 'Nêspera', '<p>Nêspera</p>', '', '', '', 'N', '', 'Y'),
(411, 'pt', 'Nêspera', '<p>Nêspera</p>', '', '', '', 'N', '', 'Y'),
(412, 'en', 'Pera do tipo Ya (Shandong)', '<p>Pera do tipo Ya (Shandong)</p>', '', '', '', 'N', '', 'Y'),
(412, 'es', 'Pera do tipo Ya (Shandong)', '<p>Pera do tipo Ya (Shandong)</p>', '', '', '', 'N', '', 'Y'),
(412, 'pt', 'Pera do tipo Ya (Shandong)', '<p>Pera do tipo Ya (Shandong)</p>', '', '', '', 'N', '', 'Y'),
(413, 'en', 'Peras', '<p>Peras</p>', '', '', '', 'N', '', 'Y'),
(413, 'es', 'Peras', '<p>Peras</p>', '', '', '', 'N', '', 'Y'),
(413, 'pt', 'Peras', '<p>Peras</p>', '', '', '', 'N', '', 'Y'),
(414, 'en', 'Frutas - Não preparadas / não processadas (Não perecível)', '<p>Frutas - Não preparadas / não processadas (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(414, 'es', 'Frutas - Não preparadas / não processadas (Não perecível)', '<p>Frutas - Não preparadas / não processadas (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(414, 'pt', 'Frutas - Não preparadas / não processadas (Não perecível)', '<p>Frutas - Não preparadas / não processadas (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(415, 'en', 'Frutas - Não preparadas/ Não processadas (Não perecíveis)', '<p>Frutas - Não preparadas/ Não processadas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(415, 'es', 'Frutas - Não preparadas/ Não processadas (Não perecíveis)', '<p>Frutas - Não preparadas/ Não processadas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(415, 'pt', 'Frutas - Não preparadas/ Não processadas (Não perecíveis)', '<p>Frutas - Não preparadas/ Não processadas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(416, 'en', 'Frutas/Legumes Frescos & Frescos', '<p>Frutas/Legumes Frescos & Frescos</p>', '', '', '', 'N', '', 'Y'),
(416, 'es', 'Frutas/Legumes Frescos & Frescos', '<p>Frutas/Legumes Frescos & Frescos</p>', '', '', '', 'N', '', 'Y'),
(416, 'pt', 'Frutas/Legumes Frescos & Frescos', '<p>Frutas/Legumes Frescos & Frescos</p>', '', '', '', 'N', '', 'Y'),
(417, 'en', 'Pacote de variedades de legumes/frutas - Corte Fresco', '<p>Pacote de variedades de legumes/frutas - Corte Fresco</p>', '', '', '', 'N', '', 'Y'),
(417, 'es', 'Pacote de variedades de legumes/frutas - Corte Fresco', '<p>Pacote de variedades de legumes/frutas - Corte Fresco</p>', '', '', '', 'N', '', 'Y'),
(417, 'pt', 'Pacote de variedades de legumes/frutas - Corte Fresco', '<p>Pacote de variedades de legumes/frutas - Corte Fresco</p>', '', '', '', 'N', '', 'Y'),
(418, 'en', 'Pacotes de variedades de frutas/vegetais não preparados/não processados (frescos)', '<p>Pacotes de variedades de frutas/vegetais não preparados/não processados (frescos)</p>', '', '', '', 'N', '', 'Y'),
(418, 'es', 'Pacotes de variedades de frutas/vegetais não preparados/não processados (frescos)', '<p>Pacotes de variedades de frutas/vegetais não preparados/não processados (frescos)</p>', '', '', '', 'N', '', 'Y'),
(418, 'pt', 'Pacotes de variedades de frutas/vegetais não preparados/não processados (frescos)', '<p>Pacotes de variedades de frutas/vegetais não preparados/não processados (frescos)</p>', '', '', '', 'N', '', 'Y'),
(419, 'en', 'Frutas/Legumes frescos cortados', '<p>Frutas/Legumes frescos cortados</p>', '', '', '', 'N', '', 'Y'),
(419, 'es', 'Frutas/Legumes frescos cortados', '<p>Frutas/Legumes frescos cortados</p>', '', '', '', 'N', '', 'Y'),
(419, 'pt', 'Frutas/Legumes frescos cortados', '<p>Frutas/Legumes frescos cortados</p>', '', '', '', 'N', '', 'Y'),
(420, 'en', 'Frutas - Corte Fresco', '<p>Frutas - Corte Fresco</p>', '', '', '', 'N', '', 'Y'),
(420, 'es', 'Frutas - Corte Fresco', '<p>Frutas - Corte Fresco</p>', '', '', '', 'N', '', 'Y'),
(420, 'pt', 'Frutas - Corte Fresco', '<p>Frutas - Corte Fresco</p>', '', '', '', 'N', '', 'Y'),
(421, 'en', 'Abacates - (Corte Fresco)', '<p>Abacates - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(421, 'es', 'Abacates - (Corte Fresco)', '<p>Abacates - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(421, 'pt', 'Abacates - (Corte Fresco)', '<p>Abacates - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(422, 'en', 'Abacaxis - (Corte Fresco)', '<p>Abacaxis - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(422, 'es', 'Abacaxis - (Corte Fresco)', '<p>Abacaxis - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(422, 'pt', 'Abacaxis - (Corte Fresco)', '<p>Abacaxis - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(423, 'en', 'Anonas - (Corte Fresco)', '<p>Anonas - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(423, 'es', 'Anonas - (Corte Fresco)', '<p>Anonas - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(423, 'pt', 'Anonas - (Corte Fresco)', '<p>Anonas - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(424, 'en', 'Bananas - (Corte Fresco)', '<p>Bananas - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(424, 'es', 'Bananas - (Corte Fresco)', '<p>Bananas - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(424, 'pt', 'Bananas - (Corte Fresco)', '<p>Bananas - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(425, 'en', 'Caquis - (Corte Fresco)', '<p>Caquis - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(425, 'es', 'Caquis - (Corte Fresco)', '<p>Caquis - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(425, 'pt', 'Caquis - (Corte Fresco)', '<p>Caquis - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(426, 'en', 'Cítricos - (Corte Fresco)', '<p>Cítricos - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(426, 'es', 'Cítricos - (Corte Fresco)', '<p>Cítricos - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(426, 'pt', 'Cítricos - (Corte Fresco)', '<p>Cítricos - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(427, 'en', 'Fruta - (Corte Fresco) - Outras', '<p>Fruta - (Corte Fresco) - Outras</p>', '', '', '', 'N', '', 'Y'),
(427, 'es', 'Fruta - (Corte Fresco) - Outras', '<p>Fruta - (Corte Fresco) - Outras</p>', '', '', '', 'N', '', 'Y'),
(427, 'pt', 'Fruta - (Corte Fresco) - Outras', '<p>Fruta - (Corte Fresco) - Outras</p>', '', '', '', 'N', '', 'Y'),
(428, 'en', 'Frutas de Caroço - (Corte Fresco)', '<p>Frutas de Caroço - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(428, 'es', 'Frutas de Caroço - (Corte Fresco)', '<p>Frutas de Caroço - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(428, 'pt', 'Frutas de Caroço - (Corte Fresco)', '<p>Frutas de Caroço - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(429, 'en', 'Frutas Silvestres - (Corte Fresco)', '<p>Frutas Silvestres - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(429, 'es', 'Frutas Silvestres - (Corte Fresco)', '<p>Frutas Silvestres - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(429, 'pt', 'Frutas Silvestres - (Corte Fresco)', '<p>Frutas Silvestres - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(430, 'en', 'Kiwis - (Corte Fresco)', '<p>Kiwis - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(430, 'es', 'Kiwis - (Corte Fresco)', '<p>Kiwis - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(430, 'pt', 'Kiwis - (Corte Fresco)', '<p>Kiwis - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(431, 'en', 'Mamões - (Corte Fresco)', '<p>Mamões - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(431, 'es', 'Mamões - (Corte Fresco)', '<p>Mamões - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(431, 'pt', 'Mamões - (Corte Fresco)', '<p>Mamões - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(432, 'en', 'Maracujás - (Corte Fresco)', '<p>Maracujás - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(432, 'es', 'Maracujás - (Corte Fresco)', '<p>Maracujás - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(432, 'pt', 'Maracujás - (Corte Fresco)', '<p>Maracujás - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(433, 'en', 'Pacotes de Frutas Variadas - (Corte Fresco) (Mistas)', '<p>Pacotes de Frutas Variadas - (Corte Fresco) (Mistas)</p>', '', '', '', 'N', '', 'Y'),
(433, 'es', 'Pacotes de Frutas Variadas - (Corte Fresco) (Mistas)', '<p>Pacotes de Frutas Variadas - (Corte Fresco) (Mistas)</p>', '', '', '', 'N', '', 'Y'),
(433, 'pt', 'Pacotes de Frutas Variadas - (Corte Fresco) (Mistas)', '<p>Pacotes de Frutas Variadas - (Corte Fresco) (Mistas)</p>', '', '', '', 'N', '', 'Y'),
(434, 'en', 'Pitaias - (Corte Fresco)', '<p>Pitaias - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(434, 'es', 'Pitaias - (Corte Fresco)', '<p>Pitaias - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(434, 'pt', 'Pitaias - (Corte Fresco)', '<p>Pitaias - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(435, 'en', 'Pomóideas - (Corte Fresco)', '<p>Pomóideas - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(435, 'es', 'Pomóideas - (Corte Fresco)', '<p>Pomóideas - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(435, 'pt', 'Pomóideas - (Corte Fresco)', '<p>Pomóideas - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(436, 'en', 'Legumes - Corte Fresco', '<p>Legumes - Corte Fresco</p>', '', '', '', 'N', '', 'Y'),
(436, 'es', 'Legumes - Corte Fresco', '<p>Legumes - Corte Fresco</p>', '', '', '', 'N', '', 'Y'),
(436, 'pt', 'Legumes - Corte Fresco', '<p>Legumes - Corte Fresco</p>', '', '', '', 'N', '', 'Y'),
(437, 'en', 'Alface Americana - (Corte Fresco)', '<p>Alface Americana - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(437, 'es', 'Alface Americana - (Corte Fresco)', '<p>Alface Americana - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(437, 'pt', 'Alface Americana - (Corte Fresco)', '<p>Alface Americana - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(438, 'en', 'Alface Aspargo - (Corte Fresco)', '<p>Alface Aspargo - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(438, 'es', 'Alface Aspargo - (Corte Fresco)', '<p>Alface Aspargo - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(438, 'pt', 'Alface Aspargo - (Corte Fresco)', '<p>Alface Aspargo - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(439, 'en', 'Bulbos - (Corte Fresco)', '<p>Bulbos - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(439, 'es', 'Bulbos - (Corte Fresco)', '<p>Bulbos - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(439, 'pt', 'Bulbos - (Corte Fresco)', '<p>Bulbos - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(440, 'en', 'Cana-de-açúcar - (Corte Fresco)', '<p>Cana-de-açúcar - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(440, 'es', 'Cana-de-açúcar - (Corte Fresco)', '<p>Cana-de-açúcar - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(440, 'pt', 'Cana-de-açúcar - (Corte Fresco)', '<p>Cana-de-açúcar - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(441, 'en', 'Chicória - (Corte Fresco)', '<p>Chicória - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(441, 'es', 'Chicória - (Corte Fresco)', '<p>Chicória - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(441, 'pt', 'Chicória - (Corte Fresco)', '<p>Chicória - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(442, 'en', 'Cogumelos - (Corte Fresco)', '<p>Cogumelos - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(442, 'es', 'Cogumelos - (Corte Fresco)', '<p>Cogumelos - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(442, 'pt', 'Cogumelos - (Corte Fresco)', '<p>Cogumelos - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(443, 'en', 'Cucurbitáceas - casca comestível - (Corte Fresco)', '<p>Cucurbitáceas - casca comestível - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(443, 'es', 'Cucurbitáceas - casca comestível - (Corte Fresco)', '<p>Cucurbitáceas - casca comestível - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(443, 'pt', 'Cucurbitáceas - casca comestível - (Corte Fresco)', '<p>Cucurbitáceas - casca comestível - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(444, 'en', 'Cucurbitáceas - casca não comestível - (Corte Fresco)', '<p>Cucurbitáceas - casca não comestível - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(444, 'es', 'Cucurbitáceas - casca não comestível - (Corte Fresco)', '<p>Cucurbitáceas - casca não comestível - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(444, 'pt', 'Cucurbitáceas - casca não comestível - (Corte Fresco)', '<p>Cucurbitáceas - casca não comestível - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(445, 'en', 'Ervas - (Corte Fresco)', '<p>Ervas - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(445, 'es', 'Ervas - (Corte Fresco)', '<p>Ervas - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(445, 'pt', 'Ervas - (Corte Fresco)', '<p>Ervas - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(446, 'en', 'Ervilhas (com a vagem) - (Corte Fresco)', '<p>Ervilhas (com a vagem) - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(446, 'es', 'Ervilhas (com a vagem) - (Corte Fresco)', '<p>Ervilhas (com a vagem) - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(446, 'pt', 'Ervilhas (com a vagem) - (Corte Fresco)', '<p>Ervilhas (com a vagem) - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(447, 'en', 'Espinafre - (Corte Fresco)', '<p>Espinafre - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(447, 'es', 'Espinafre - (Corte Fresco)', '<p>Espinafre - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(447, 'pt', 'Espinafre - (Corte Fresco)', '<p>Espinafre - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(448, 'en', 'Feijão (com a vagem) - (Corte Fresco)', '<p>Feijão (com a vagem) - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(448, 'es', 'Feijão (com a vagem) - (Corte Fresco)', '<p>Feijão (com a vagem) - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(448, 'pt', 'Feijão (com a vagem) - (Corte Fresco)', '<p>Feijão (com a vagem) - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(449, 'en', 'Flores Comestíveis - (Corte Fresco)', '<p>Flores Comestíveis - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(449, 'es', 'Flores Comestíveis - (Corte Fresco)', '<p>Flores Comestíveis - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(449, 'pt', 'Flores Comestíveis - (Corte Fresco)', '<p>Flores Comestíveis - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(450, 'en', 'Grão-de-bico - (Corte Fresco)', '<p>Grão-de-bico - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(450, 'es', 'Grão-de-bico - (Corte Fresco)', '<p>Grão-de-bico - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(450, 'pt', 'Grão-de-bico - (Corte Fresco)', '<p>Grão-de-bico - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(451, 'en', 'Hortaliças brássicas - (Corte Fresco)', '<p>Hortaliças brássicas - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(451, 'es', 'Hortaliças brássicas - (Corte Fresco)', '<p>Hortaliças brássicas - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(451, 'pt', 'Hortaliças brássicas - (Corte Fresco)', '<p>Hortaliças brássicas - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(452, 'en', 'Junças - (Corte Fresco)', '<p>Junças - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(452, 'es', 'Junças - (Corte Fresco)', '<p>Junças - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(452, 'pt', 'Junças - (Corte Fresco)', '<p>Junças - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(453, 'en', 'Legumes - Outros - (Corte Fresco)', '<p>Legumes - Outros - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(453, 'es', 'Legumes - Outros - (Corte Fresco)', '<p>Legumes - Outros - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(453, 'pt', 'Legumes - Outros - (Corte Fresco)', '<p>Legumes - Outros - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(454, 'en', 'Legumes de Caule - (Corte Fresco)', '<p>Legumes de Caule - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(454, 'es', 'Legumes de Caule - (Corte Fresco)', '<p>Legumes de Caule - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(454, 'pt', 'Legumes de Caule - (Corte Fresco)', '<p>Legumes de Caule - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(455, 'en', 'Legumes Marinhos - (Corte Fresco)', '<p>Legumes Marinhos - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(455, 'es', 'Legumes Marinhos - (Corte Fresco)', '<p>Legumes Marinhos - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(455, 'pt', 'Legumes Marinhos - (Corte Fresco)', '<p>Legumes Marinhos - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(456, 'en', 'Melões - (Corte Fresco)', '<p>Melões - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(456, 'es', 'Melões - (Corte Fresco)', '<p>Melões - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(456, 'pt', 'Melões - (Corte Fresco)', '<p>Melões - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(457, 'en', 'Microvegetais - (Corte Fresco)', '<p>Microvegetais - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(457, 'es', 'Microvegetais - (Corte Fresco)', '<p>Microvegetais - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(457, 'pt', 'Microvegetais - (Corte Fresco)', '<p>Microvegetais - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(458, 'en', 'Pacotes de Folhas Verdes Variadas - (Corte Fresco) (Mistas)', '<p>Pacotes de Folhas Verdes Variadas - (Corte Fresco) (Mistas)</p>', '', '', '', 'N', '', 'Y'),
(458, 'es', 'Pacotes de Folhas Verdes Variadas - (Corte Fresco) (Mistas)', '<p>Pacotes de Folhas Verdes Variadas - (Corte Fresco) (Mistas)</p>', '', '', '', 'N', '', 'Y'),
(458, 'pt', 'Pacotes de Folhas Verdes Variadas - (Corte Fresco) (Mistas)', '<p>Pacotes de Folhas Verdes Variadas - (Corte Fresco) (Mistas)</p>', '', '', '', 'N', '', 'Y'),
(459, 'en', 'Pacotes de Legumes Variados - (Corte Fresco) (Mistas)', '<p>Pacotes de Legumes Variados - (Corte Fresco) (Mistas)</p>', '', '', '', 'N', '', 'Y'),
(459, 'es', 'Pacotes de Legumes Variados - (Corte Fresco) (Mistas)', '<p>Pacotes de Legumes Variados - (Corte Fresco) (Mistas)</p>', '', '', '', 'N', '', 'Y'),
(459, 'pt', 'Pacotes de Legumes Variados - (Corte Fresco) (Mistas)', '<p>Pacotes de Legumes Variados - (Corte Fresco) (Mistas)</p>', '', '', '', 'N', '', 'Y'),
(460, 'en', 'Pepinos - (Corte Fresco)', '<p>Pepinos - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(460, 'es', 'Pepinos - (Corte Fresco)', '<p>Pepinos - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(460, 'pt', 'Pepinos - (Corte Fresco)', '<p>Pepinos - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(461, 'en', 'Pimentões - (Corte Fresco)', '<p>Pimentões - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(461, 'es', 'Pimentões - (Corte Fresco)', '<p>Pimentões - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(461, 'pt', 'Pimentões - (Corte Fresco)', '<p>Pimentões - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(462, 'en', 'Salada de Folhas Verdes - (Corte Fresco)', '<p>Salada de Folhas Verdes - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(462, 'es', 'Salada de Folhas Verdes - (Corte Fresco)', '<p>Salada de Folhas Verdes - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(462, 'pt', 'Salada de Folhas Verdes - (Corte Fresco)', '<p>Salada de Folhas Verdes - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(463, 'en', 'Saladas de Uma Folha Verde - (Corte Fresco)', '<p>Saladas de Uma Folha Verde - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(463, 'es', 'Saladas de Uma Folha Verde - (Corte Fresco)', '<p>Saladas de Uma Folha Verde - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(463, 'pt', 'Saladas de Uma Folha Verde - (Corte Fresco)', '<p>Saladas de Uma Folha Verde - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(464, 'en', 'Samambaias - (Corte Fresco)', '<p>Samambaias - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(464, 'es', 'Samambaias - (Corte Fresco)', '<p>Samambaias - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(464, 'pt', 'Samambaias - (Corte Fresco)', '<p>Samambaias - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(465, 'en', 'Sapoti - (Corte Fresco)', '<p>Sapoti - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(465, 'es', 'Sapoti - (Corte Fresco)', '<p>Sapoti - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(465, 'pt', 'Sapoti - (Corte Fresco)', '<p>Sapoti - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(466, 'en', 'Solanáceas/Outras - (Corte Fresco)', '<p>Solanáceas/Outras - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(466, 'es', 'Solanáceas/Outras - (Corte Fresco)', '<p>Solanáceas/Outras - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(466, 'pt', 'Solanáceas/Outras - (Corte Fresco)', '<p>Solanáceas/Outras - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(467, 'en', 'Suculenta - (Corte Fresco)', '<p>Suculenta - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(467, 'es', 'Suculenta - (Corte Fresco)', '<p>Suculenta - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(467, 'pt', 'Suculenta - (Corte Fresco)', '<p>Suculenta - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(468, 'en', 'Tomates - (Corte Fresco)', '<p>Tomates - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(468, 'es', 'Tomates - (Corte Fresco)', '<p>Tomates - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(468, 'pt', 'Tomates - (Corte Fresco)', '<p>Tomates - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(469, 'en', 'Tubérculos - (Corte Fresco)', '<p>Tubérculos - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(469, 'es', 'Tubérculos - (Corte Fresco)', '<p>Tubérculos - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(469, 'pt', 'Tubérculos - (Corte Fresco)', '<p>Tubérculos - (Corte Fresco)</p>', '', '', '', 'N', '', 'Y'),
(470, 'en', 'Frutas/Legumes/Nozes/Sementes Preparadas/Processadas', '<p>Frutas/Legumes/Nozes/Sementes Preparadas/Processadas</p>', '', '', '', 'N', '', 'Y'),
(470, 'es', 'Frutas/Legumes/Nozes/Sementes Preparadas/Processadas', '<p>Frutas/Legumes/Nozes/Sementes Preparadas/Processadas</p>', '', '', '', 'N', '', 'Y'),
(470, 'pt', 'Frutas/Legumes/Nozes/Sementes Preparadas/Processadas', '<p>Frutas/Legumes/Nozes/Sementes Preparadas/Processadas</p>', '', '', '', 'N', '', 'Y'),
(471, 'en', 'Combinação de Frutas/Nozes/Sementes', '<p>Combinação de Frutas/Nozes/Sementes</p>', '', '', '', 'N', '', 'Y'),
(471, 'es', 'Combinação de Frutas/Nozes/Sementes', '<p>Combinação de Frutas/Nozes/Sementes</p>', '', '', '', 'N', '', 'Y'),
(471, 'pt', 'Combinação de Frutas/Nozes/Sementes', '<p>Combinação de Frutas/Nozes/Sementes</p>', '', '', '', 'N', '', 'Y'),
(472, 'en', 'Misturas de Frutas/Nozes/Sementes - Preparadas/Processadas (Não perecíveis)', '<p>Misturas de Frutas/Nozes/Sementes - Preparadas/Processadas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(472, 'es', 'Misturas de Frutas/Nozes/Sementes - Preparadas/Processadas (Não perecíveis)', '<p>Misturas de Frutas/Nozes/Sementes - Preparadas/Processadas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(472, 'pt', 'Misturas de Frutas/Nozes/Sementes - Preparadas/Processadas (Não perecíveis)', '<p>Misturas de Frutas/Nozes/Sementes - Preparadas/Processadas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(473, 'en', 'Pacotes de Variedades para Combinação de Frutas/Nozes/Sementes', '<p>Pacotes de Variedades para Combinação de Frutas/Nozes/Sementes</p>', '', '', '', 'N', '', 'Y'),
(473, 'es', 'Pacotes de Variedades para Combinação de Frutas/Nozes/Sementes', '<p>Pacotes de Variedades para Combinação de Frutas/Nozes/Sementes</p>', '', '', '', 'N', '', 'Y'),
(473, 'pt', 'Pacotes de Variedades para Combinação de Frutas/Nozes/Sementes', '<p>Pacotes de Variedades para Combinação de Frutas/Nozes/Sementes</p>', '', '', '', 'N', '', 'Y'),
(474, 'en', 'Frutas - Preparadas / Processadas', '<p>Frutas - Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(474, 'es', 'Frutas - Preparadas / Processadas', '<p>Frutas - Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(474, 'pt', 'Frutas - Preparadas / Processadas', '<p>Frutas - Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(475, 'en', 'Frutas - Preparadas / Processadas ??(Congeladas)', '<p>Frutas - Preparadas / Processadas ??(Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(475, 'es', 'Frutas - Preparadas / Processadas ??(Congeladas)', '<p>Frutas - Preparadas / Processadas ??(Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(475, 'pt', 'Frutas - Preparadas / Processadas ??(Congeladas)', '<p>Frutas - Preparadas / Processadas ??(Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(476, 'en', 'Frutas - Preparadas / Processadas ??(Perecíveis)', '<p>Frutas - Preparadas / Processadas ??(Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(476, 'es', 'Frutas - Preparadas / Processadas ??(Perecíveis)', '<p>Frutas - Preparadas / Processadas ??(Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(476, 'pt', 'Frutas - Preparadas / Processadas ??(Perecíveis)', '<p>Frutas - Preparadas / Processadas ??(Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(477, 'en', 'Frutas - Preparadas/Processadas (Não perecíveis)', '<p>Frutas - Preparadas/Processadas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(477, 'es', 'Frutas - Preparadas/Processadas (Não perecíveis)', '<p>Frutas - Preparadas/Processadas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(477, 'pt', 'Frutas - Preparadas/Processadas (Não perecíveis)', '<p>Frutas - Preparadas/Processadas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(478, 'en', 'Legumes - Preparados/Processados', '<p>Legumes - Preparados/Processados</p>', '', '', '', 'N', '', 'Y'),
(478, 'es', 'Legumes - Preparados/Processados', '<p>Legumes - Preparados/Processados</p>', '', '', '', 'N', '', 'Y'),
(478, 'pt', 'Legumes - Preparados/Processados', '<p>Legumes - Preparados/Processados</p>', '', '', '', 'N', '', 'Y'),
(479, 'en', 'Legumes - Preparados / Processados ??(Congelado)', '<p>Legumes - Preparados / Processados ??(Congelado)</p>', '', '', '', 'N', '', 'Y'),
(479, 'es', 'Legumes - Preparados / Processados ??(Congelado)', '<p>Legumes - Preparados / Processados ??(Congelado)</p>', '', '', '', 'N', '', 'Y'),
(479, 'pt', 'Legumes - Preparados / Processados ??(Congelado)', '<p>Legumes - Preparados / Processados ??(Congelado)</p>', '', '', '', 'N', '', 'Y'),
(480, 'en', 'Legumes - Preparados / Processados ??(Não perecíveis)', '<p>Legumes - Preparados / Processados ??(Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(480, 'es', 'Legumes - Preparados / Processados ??(Não perecíveis)', '<p>Legumes - Preparados / Processados ??(Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(480, 'pt', 'Legumes - Preparados / Processados ??(Não perecíveis)', '<p>Legumes - Preparados / Processados ??(Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(481, 'en', 'Legumes - Preparados / Processados ??(Perecíveis)', '<p>Legumes - Preparados / Processados ??(Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(481, 'es', 'Legumes - Preparados / Processados ??(Perecíveis)', '<p>Legumes - Preparados / Processados ??(Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(481, 'pt', 'Legumes - Preparados / Processados ??(Perecíveis)', '<p>Legumes - Preparados / Processados ??(Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(482, 'en', 'Nozes/Sementes - Preparadas/Processadas', '<p>Nozes/Sementes - Preparadas/Processadas</p>', '', '', '', 'N', '', 'Y'),
(482, 'es', 'Nozes/Sementes - Preparadas/Processadas', '<p>Nozes/Sementes - Preparadas/Processadas</p>', '', '', '', 'N', '', 'Y'),
(482, 'pt', 'Nozes/Sementes - Preparadas/Processadas', '<p>Nozes/Sementes - Preparadas/Processadas</p>', '', '', '', 'N', '', 'Y'),
(483, 'en', 'Nozes/Sementes - Preparados/Processados (descascados)', '<p>Nozes/Sementes - Preparados/Processados (descascados)</p>', '', '', '', 'N', '', 'Y'),
(483, 'es', 'Nozes/Sementes - Preparados/Processados (descascados)', '<p>Nozes/Sementes - Preparados/Processados (descascados)</p>', '', '', '', 'N', '', 'Y'),
(483, 'pt', 'Nozes/Sementes - Preparados/Processados (descascados)', '<p>Nozes/Sementes - Preparados/Processados (descascados)</p>', '', '', '', 'N', '', 'Y'),
(484, 'en', 'Nozes/Sementes - Preparados/Processados (Perecíveis)', '<p>Nozes/Sementes - Preparados/Processados (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(484, 'es', 'Nozes/Sementes - Preparados/Processados (Perecíveis)', '<p>Nozes/Sementes - Preparados/Processados (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(484, 'pt', 'Nozes/Sementes - Preparados/Processados (Perecíveis)', '<p>Nozes/Sementes - Preparados/Processados (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(485, 'en', 'Pacotes de Variedades para Frutas/Legumes/Nozes/Sementes', '<p>Pacotes de Variedades para Frutas/Legumes/Nozes/Sementes</p>', '', '', '', 'N', '', 'Y'),
(485, 'es', 'Pacotes de Variedades para Frutas/Legumes/Nozes/Sementes', '<p>Pacotes de Variedades para Frutas/Legumes/Nozes/Sementes</p>', '', '', '', 'N', '', 'Y'),
(485, 'pt', 'Pacotes de Variedades para Frutas/Legumes/Nozes/Sementes', '<p>Pacotes de Variedades para Frutas/Legumes/Nozes/Sementes</p>', '', '', '', 'N', '', 'Y'),
(486, 'en', 'Frutos do Mar e Substitutos de Frutos do Mar', '<p>Frutos do Mar e Substitutos de Frutos do Mar</p>', '', '', '', 'N', '', 'Y'),
(486, 'es', 'Frutos do Mar e Substitutos de Frutos do Mar', '<p>Frutos do Mar e Substitutos de Frutos do Mar</p>', '', '', '', 'N', '', 'Y'),
(486, 'pt', 'Frutos do Mar e Substitutos de Frutos do Mar', '<p>Frutos do Mar e Substitutos de Frutos do Mar</p>', '', '', '', 'N', '', 'Y'),
(487, 'en', 'Caviar - Imitação', '<p>Caviar - Imitação</p>', '', '', '', 'N', '', 'Y'),
(487, 'es', 'Caviar - Imitação', '<p>Caviar - Imitação</p>', '', '', '', 'N', '', 'Y'),
(487, 'pt', 'Caviar - Imitação', '<p>Caviar - Imitação</p>', '', '', '', 'N', '', 'Y'),
(488, 'en', 'Caviar - Imitação (Perecível)', '<p>Caviar - Imitação (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(488, 'es', 'Caviar - Imitação (Perecível)', '<p>Caviar - Imitação (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(488, 'pt', 'Caviar - Imitação (Perecível)', '<p>Caviar - Imitação (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(489, 'en', 'Caviar - Imitação (Sem Refrigeração)', '<p>Caviar - Imitação (Sem Refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(489, 'es', 'Caviar - Imitação (Sem Refrigeração)', '<p>Caviar - Imitação (Sem Refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(489, 'pt', 'Caviar - Imitação (Sem Refrigeração)', '<p>Caviar - Imitação (Sem Refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(490, 'en', 'Combinação de Frutos do Mar/Mariscos/Peixes/Invertebrados Aquáticos', '<p>Combinação de Frutos do Mar/Mariscos/Peixes/Invertebrados Aquáticos</p>', '', '', '', 'N', '', 'Y'),
(490, 'es', 'Combinação de Frutos do Mar/Mariscos/Peixes/Invertebrados Aquáticos', '<p>Combinação de Frutos do Mar/Mariscos/Peixes/Invertebrados Aquáticos</p>', '', '', '', 'N', '', 'Y'),
(490, 'pt', 'Combinação de Frutos do Mar/Mariscos/Peixes/Invertebrados Aquáticos', '<p>Combinação de Frutos do Mar/Mariscos/Peixes/Invertebrados Aquáticos</p>', '', '', '', 'N', '', 'Y'),
(491, 'en', 'Invertebrados aquáticos / Peixe / Crustáceos / Misturas de Frutos do Mar - Não preparado / não transformados (perecíveis)', '<p>Invertebrados aquáticos / Peixe / Crustáceos / Misturas de Frutos do Mar - Não preparado / não transformados (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(491, 'es', 'Invertebrados aquáticos / Peixe / Crustáceos / Misturas de Frutos do Mar - Não preparado / não transformados (perecíveis)', '<p>Invertebrados aquáticos / Peixe / Crustáceos / Misturas de Frutos do Mar - Não preparado / não transformados (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(491, 'pt', 'Invertebrados aquáticos / Peixe / Crustáceos / Misturas de Frutos do Mar - Não preparado / não transformados (perecíveis)', '<p>Invertebrados aquáticos / Peixe / Crustáceos / Misturas de Frutos do Mar - Não preparado / não transformados (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(492, 'en', 'Invertebrados aquáticos Peixe/ Crustáceos/ Misturas de Frutos do Mar - Preparados/Processados (Não perecíveis)', '<p>Invertebrados aquáticos Peixe/ Crustáceos/ Misturas de Frutos do Mar - Preparados/Processados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(492, 'es', 'Invertebrados aquáticos Peixe/ Crustáceos/ Misturas de Frutos do Mar - Preparados/Processados (Não perecíveis)', '<p>Invertebrados aquáticos Peixe/ Crustáceos/ Misturas de Frutos do Mar - Preparados/Processados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(492, 'pt', 'Invertebrados aquáticos Peixe/ Crustáceos/ Misturas de Frutos do Mar - Preparados/Processados (Não perecíveis)', '<p>Invertebrados aquáticos Peixe/ Crustáceos/ Misturas de Frutos do Mar - Preparados/Processados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(493, 'en', 'Invertebrados aquáticos/ Peixe/ Moluscos / Misturas de Frutos do Mar - Preparados/Processados (Perecíveis)', '<p>Invertebrados aquáticos/ Peixe/ Moluscos / Misturas de Frutos do Mar - Preparados/Processados (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(493, 'es', 'Invertebrados aquáticos/ Peixe/ Moluscos / Misturas de Frutos do Mar - Preparados/Processados (Perecíveis)', '<p>Invertebrados aquáticos/ Peixe/ Moluscos / Misturas de Frutos do Mar - Preparados/Processados (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(493, 'pt', 'Invertebrados aquáticos/ Peixe/ Moluscos / Misturas de Frutos do Mar - Preparados/Processados (Perecíveis)', '<p>Invertebrados aquáticos/ Peixe/ Moluscos / Misturas de Frutos do Mar - Preparados/Processados (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(494, 'en', 'Invertebrados aquáticos/ Peixes/ Mariscos /Misturas de Frutos do Mar - Preparados/Transformados (Congelados)', '<p>Invertebrados aquáticos/ Peixes/ Mariscos /Misturas de Frutos do Mar - Preparados/Transformados (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(494, 'es', 'Invertebrados aquáticos/ Peixes/ Mariscos /Misturas de Frutos do Mar - Preparados/Transformados (Congelados)', '<p>Invertebrados aquáticos/ Peixes/ Mariscos /Misturas de Frutos do Mar - Preparados/Transformados (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(494, 'pt', 'Invertebrados aquáticos/ Peixes/ Mariscos /Misturas de Frutos do Mar - Preparados/Transformados (Congelados)', '<p>Invertebrados aquáticos/ Peixes/ Mariscos /Misturas de Frutos do Mar - Preparados/Transformados (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(495, 'en', 'nvertebrados aquáticos / Fish / Crustáceos / Misturas deFrutos do Mar - Não preparados / não transformados (Perecíveis)', '<p>nvertebrados aquáticos / Fish / Crustáceos / Misturas deFrutos do Mar - Não preparados / não transformados (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(495, 'es', 'nvertebrados aquáticos / Fish / Crustáceos / Misturas deFrutos do Mar - Não preparados / não transformados (Perecíveis)', '<p>nvertebrados aquáticos / Fish / Crustáceos / Misturas deFrutos do Mar - Não preparados / não transformados (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(495, 'pt', 'nvertebrados aquáticos / Fish / Crustáceos / Misturas deFrutos do Mar - Não preparados / não transformados (Perecíveis)', '<p>nvertebrados aquáticos / Fish / Crustáceos / Misturas deFrutos do Mar - Não preparados / não transformados (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(496, 'en', 'nvertebrados aquáticos / Fish / Crustáceos/ Misturas de Frutos do Mar - Não preparados / não transformados (congelados)', '<p>nvertebrados aquáticos / Fish / Crustáceos/ Misturas de Frutos do Mar - Não preparados / não transformados (congelados)</p>', '', '', '', 'N', '', 'Y'),
(496, 'es', 'nvertebrados aquáticos / Fish / Crustáceos/ Misturas de Frutos do Mar - Não preparados / não transformados (congelados)', '<p>nvertebrados aquáticos / Fish / Crustáceos/ Misturas de Frutos do Mar - Não preparados / não transformados (congelados)</p>', '', '', '', 'N', '', 'Y'),
(496, 'pt', 'nvertebrados aquáticos / Fish / Crustáceos/ Misturas de Frutos do Mar - Não preparados / não transformados (congelados)', '<p>nvertebrados aquáticos / Fish / Crustáceos/ Misturas de Frutos do Mar - Não preparados / não transformados (congelados)</p>', '', '', '', 'N', '', 'Y'),
(497, 'en', 'Invertebrados aquáticos - Não preparados / não processados', '<p>Invertebrados aquáticos - Não preparados / não processados</p>', '', '', '', 'N', '', 'Y'),
(497, 'es', 'Invertebrados aquáticos - Não preparados / não processados', '<p>Invertebrados aquáticos - Não preparados / não processados</p>', '', '', '', 'N', '', 'Y'),
(497, 'pt', 'Invertebrados aquáticos - Não preparados / não processados', '<p>Invertebrados aquáticos - Não preparados / não processados</p>', '', '', '', 'N', '', 'Y'),
(498, 'en', 'Invertebrados aquáticos - Não preparados / não processados (Congelados)', '<p>Invertebrados aquáticos - Não preparados / não processados (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(498, 'es', 'Invertebrados aquáticos - Não preparados / não processados (Congelados)', '<p>Invertebrados aquáticos - Não preparados / não processados (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(498, 'pt', 'Invertebrados aquáticos - Não preparados / não processados (Congelados)', '<p>Invertebrados aquáticos - Não preparados / não processados (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(499, 'en', 'Invertebrados aquáticos - Não preparados / não processados (Não perecíveis)', '<p>Invertebrados aquáticos - Não preparados / não processados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(499, 'es', 'Invertebrados aquáticos - Não preparados / não processados (Não perecíveis)', '<p>Invertebrados aquáticos - Não preparados / não processados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(499, 'pt', 'Invertebrados aquáticos - Não preparados / não processados (Não perecíveis)', '<p>Invertebrados aquáticos - Não preparados / não processados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(500, 'en', 'Invertebrados aquáticos - Não preparados / não processados (Perecíveis)', '<p>Invertebrados aquáticos - Não preparados / não processados (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(500, 'es', 'Invertebrados aquáticos - Não preparados / não processados (Perecíveis)', '<p>Invertebrados aquáticos - Não preparados / não processados (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(500, 'pt', 'Invertebrados aquáticos - Não preparados / não processados (Perecíveis)', '<p>Invertebrados aquáticos - Não preparados / não processados (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(501, 'en', 'Invertebrados aquáticos - Preparados / Processados', '<p>Invertebrados aquáticos - Preparados / Processados</p>', '', '', '', 'N', '', 'Y'),
(501, 'es', 'Invertebrados aquáticos - Preparados / Processados', '<p>Invertebrados aquáticos - Preparados / Processados</p>', '', '', '', 'N', '', 'Y'),
(501, 'pt', 'Invertebrados aquáticos - Preparados / Processados', '<p>Invertebrados aquáticos - Preparados / Processados</p>', '', '', '', 'N', '', 'Y'),
(502, 'en', 'Invertebrados aquáticos - Preparados / Processados (Congelados)', '<p>Invertebrados aquáticos - Preparados / Processados (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(502, 'es', 'Invertebrados aquáticos - Preparados / Processados (Congelados)', '<p>Invertebrados aquáticos - Preparados / Processados (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(502, 'pt', 'Invertebrados aquáticos - Preparados / Processados (Congelados)', '<p>Invertebrados aquáticos - Preparados / Processados (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(503, 'en', 'Invertebrados aquáticos - Preparados / Processados (Não perecíveis)', '<p>Invertebrados aquáticos - Preparados / Processados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(503, 'es', 'Invertebrados aquáticos - Preparados / Processados (Não perecíveis)', '<p>Invertebrados aquáticos - Preparados / Processados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(503, 'pt', 'Invertebrados aquáticos - Preparados / Processados (Não perecíveis)', '<p>Invertebrados aquáticos - Preparados / Processados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(504, 'en', 'Invertebrados aquáticos - Preparados / Processados (Perecíveis)', '<p>Invertebrados aquáticos - Preparados / Processados (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(504, 'es', 'Invertebrados aquáticos - Preparados / Processados (Perecíveis)', '<p>Invertebrados aquáticos - Preparados / Processados (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(504, 'pt', 'Invertebrados aquáticos - Preparados / Processados (Perecíveis)', '<p>Invertebrados aquáticos - Preparados / Processados (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(505, 'en', 'Mariscos Não Preparados/Não Processados', '<p>Mariscos Não Preparados/Não Processados</p>', '', '', '', 'N', '', 'Y'),
(505, 'es', 'Mariscos Não Preparados/Não Processados', '<p>Mariscos Não Preparados/Não Processados</p>', '', '', '', 'N', '', 'Y'),
(505, 'pt', 'Mariscos Não Preparados/Não Processados', '<p>Mariscos Não Preparados/Não Processados</p>', '', '', '', 'N', '', 'Y'),
(506, 'en', 'Marisco - Não preparado / não processado (Perecíveis)', '<p>Marisco - Não preparado / não processado (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(506, 'es', 'Marisco - Não preparado / não processado (Perecíveis)', '<p>Marisco - Não preparado / não processado (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(506, 'pt', 'Marisco - Não preparado / não processado (Perecíveis)', '<p>Marisco - Não preparado / não processado (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(507, 'en', 'Mariscos - Não preparados / não processados (Congelados)', '<p>Mariscos - Não preparados / não processados (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(507, 'es', 'Mariscos - Não preparados / não processados (Congelados)', '<p>Mariscos - Não preparados / não processados (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(507, 'pt', 'Mariscos - Não preparados / não processados (Congelados)', '<p>Mariscos - Não preparados / não processados (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(508, 'en', 'Mariscos - Não preparados / não processados (Não perecíveis)', '<p>Mariscos - Não preparados / não processados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(508, 'es', 'Mariscos - Não preparados / não processados (Não perecíveis)', '<p>Mariscos - Não preparados / não processados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(508, 'pt', 'Mariscos - Não preparados / não processados (Não perecíveis)', '<p>Mariscos - Não preparados / não processados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(509, 'en', 'Mariscos Preparados/ Processados', '<p>Mariscos Preparados/ Processados</p>', '', '', '', 'N', '', 'Y'),
(509, 'es', 'Mariscos Preparados/ Processados', '<p>Mariscos Preparados/ Processados</p>', '', '', '', 'N', '', 'Y'),
(509, 'pt', 'Mariscos Preparados/ Processados', '<p>Mariscos Preparados/ Processados</p>', '', '', '', 'N', '', 'Y'),
(510, 'en', 'Marisco Preparado / Processado (Congelado)', '<p>Marisco Preparado / Processado (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(510, 'es', 'Marisco Preparado / Processado (Congelado)', '<p>Marisco Preparado / Processado (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(510, 'pt', 'Marisco Preparado / Processado (Congelado)', '<p>Marisco Preparado / Processado (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(511, 'en', 'Marisco Preparado / Processado (Não perecível)', '<p>Marisco Preparado / Processado (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(511, 'es', 'Marisco Preparado / Processado (Não perecível)', '<p>Marisco Preparado / Processado (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(511, 'pt', 'Marisco Preparado / Processado (Não perecível)', '<p>Marisco Preparado / Processado (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(512, 'en', 'Marisco Preparado / Processado (Perecíveis)', '<p>Marisco Preparado / Processado (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(512, 'es', 'Marisco Preparado / Processado (Perecíveis)', '<p>Marisco Preparado / Processado (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(512, 'pt', 'Marisco Preparado / Processado (Perecíveis)', '<p>Marisco Preparado / Processado (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(513, 'en', 'Pacotes de Variedade para Frutos do Mar', '<p>Pacotes de Variedade para Frutos do Mar</p>', '', '', '', 'N', '', 'Y'),
(513, 'es', 'Pacotes de Variedade para Frutos do Mar', '<p>Pacotes de Variedade para Frutos do Mar</p>', '', '', '', 'N', '', 'Y'),
(513, 'pt', 'Pacotes de Variedade para Frutos do Mar', '<p>Pacotes de Variedade para Frutos do Mar</p>', '', '', '', 'N', '', 'Y'),
(514, 'en', 'Peixes - Não preparados / não processados', '<p>Peixes - Não preparados / não processados</p>', '', '', '', 'N', '', 'Y'),
(514, 'es', 'Peixes - Não preparados / não processados', '<p>Peixes - Não preparados / não processados</p>', '', '', '', 'N', '', 'Y'),
(514, 'pt', 'Peixes - Não preparados / não processados', '<p>Peixes - Não preparados / não processados</p>', '', '', '', 'N', '', 'Y'),
(515, 'en', 'Peixe - Não preparado / Não processado (Congelado)', '<p>Peixe - Não preparado / Não processado (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(515, 'es', 'Peixe - Não preparado / Não processado (Congelado)', '<p>Peixe - Não preparado / Não processado (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(515, 'pt', 'Peixe - Não preparado / Não processado (Congelado)', '<p>Peixe - Não preparado / Não processado (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(516, 'en', 'Peixe - Não preparado / não processado (Não perecível)', '<p>Peixe - Não preparado / não processado (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(516, 'es', 'Peixe - Não preparado / não processado (Não perecível)', '<p>Peixe - Não preparado / não processado (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(516, 'pt', 'Peixe - Não preparado / não processado (Não perecível)', '<p>Peixe - Não preparado / não processado (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(517, 'en', 'Peixe - Não preparado / não processado (perecível)', '<p>Peixe - Não preparado / não processado (perecível)</p>', '', '', '', 'N', '', 'Y'),
(517, 'es', 'Peixe - Não preparado / não processado (perecível)', '<p>Peixe - Não preparado / não processado (perecível)</p>', '', '', '', 'N', '', 'Y'),
(517, 'pt', 'Peixe - Não preparado / não processado (perecível)', '<p>Peixe - Não preparado / não processado (perecível)</p>', '', '', '', 'N', '', 'Y'),
(518, 'en', 'Peixes - Preparados / Processados', '<p>Peixes - Preparados / Processados</p>', '', '', '', 'N', '', 'Y'),
(518, 'es', 'Peixes - Preparados / Processados', '<p>Peixes - Preparados / Processados</p>', '', '', '', 'N', '', 'Y'),
(518, 'pt', 'Peixes - Preparados / Processados', '<p>Peixes - Preparados / Processados</p>', '', '', '', 'N', '', 'Y'),
(519, 'en', 'Peixe - Preparado / Processado (Perecível)', '<p>Peixe - Preparado / Processado (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(519, 'es', 'Peixe - Preparado / Processado (Perecível)', '<p>Peixe - Preparado / Processado (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(519, 'pt', 'Peixe - Preparado / Processado (Perecível)', '<p>Peixe - Preparado / Processado (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(520, 'en', 'Peixes - Preparado / Processado ??(Perecível)', '<p>Peixes - Preparado / Processado ??(Perecível)</p>', '', '', '', 'N', '', 'Y'),
(520, 'es', 'Peixes - Preparado / Processado ??(Perecível)', '<p>Peixes - Preparado / Processado ??(Perecível)</p>', '', '', '', 'N', '', 'Y'),
(520, 'pt', 'Peixes - Preparado / Processado ??(Perecível)', '<p>Peixes - Preparado / Processado ??(Perecível)</p>', '', '', '', 'N', '', 'Y'),
(521, 'en', 'Peixes - Preparados / Processados ??(Congelado)', '<p>Peixes - Preparados / Processados ??(Congelado)</p>', '', '', '', 'N', '', 'Y'),
(521, 'es', 'Peixes - Preparados / Processados ??(Congelado)', '<p>Peixes - Preparados / Processados ??(Congelado)</p>', '', '', '', 'N', '', 'Y'),
(521, 'pt', 'Peixes - Preparados / Processados ??(Congelado)', '<p>Peixes - Preparados / Processados ??(Congelado)</p>', '', '', '', 'N', '', 'Y'),
(522, 'en', 'Plantas aquáticas não preparadas/ não processadas', '<p>Plantas aquáticas não preparadas/ não processadas</p>', '', '', '', 'N', '', 'Y'),
(522, 'es', 'Plantas aquáticas não preparadas/ não processadas', '<p>Plantas aquáticas não preparadas/ não processadas</p>', '', '', '', 'N', '', 'Y'),
(522, 'pt', 'Plantas aquáticas não preparadas/ não processadas', '<p>Plantas aquáticas não preparadas/ não processadas</p>', '', '', '', 'N', '', 'Y'),
(523, 'en', 'Plantas aquáticas - Não preparadas / não processadas (Congeladas)', '<p>Plantas aquáticas - Não preparadas / não processadas (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(523, 'es', 'Plantas aquáticas - Não preparadas / não processadas (Congeladas)', '<p>Plantas aquáticas - Não preparadas / não processadas (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(523, 'pt', 'Plantas aquáticas - Não preparadas / não processadas (Congeladas)', '<p>Plantas aquáticas - Não preparadas / não processadas (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(524, 'en', 'Plantas aquáticas não preparadas / não processadas (não perecíveis)', '<p>Plantas aquáticas não preparadas / não processadas (não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(524, 'es', 'Plantas aquáticas não preparadas / não processadas (não perecíveis)', '<p>Plantas aquáticas não preparadas / não processadas (não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(524, 'pt', 'Plantas aquáticas não preparadas / não processadas (não perecíveis)', '<p>Plantas aquáticas não preparadas / não processadas (não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(525, 'en', 'Plantas aquáticas não preparadas / não processadas (Perecíveis)', '<p>Plantas aquáticas não preparadas / não processadas (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(525, 'es', 'Plantas aquáticas não preparadas / não processadas (Perecíveis)', '<p>Plantas aquáticas não preparadas / não processadas (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(525, 'pt', 'Plantas aquáticas não preparadas / não processadas (Perecíveis)', '<p>Plantas aquáticas não preparadas / não processadas (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(526, 'en', 'Plantas aquáticas Preparadas / Processadas', '<p>Plantas aquáticas Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(526, 'es', 'Plantas aquáticas Preparadas / Processadas', '<p>Plantas aquáticas Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(526, 'pt', 'Plantas aquáticas Preparadas / Processadas', '<p>Plantas aquáticas Preparadas / Processadas</p>', '', '', '', 'N', '', 'Y'),
(527, 'en', 'Plantas aquáticas Preparadas / Processadas (Congeladas)', '<p>Plantas aquáticas Preparadas / Processadas (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(527, 'es', 'Plantas aquáticas Preparadas / Processadas (Congeladas)', '<p>Plantas aquáticas Preparadas / Processadas (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(527, 'pt', 'Plantas aquáticas Preparadas / Processadas (Congeladas)', '<p>Plantas aquáticas Preparadas / Processadas (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(528, 'en', 'Plantas aquáticas Preparadas / Processadas ??(Não perecíveis)', '<p>Plantas aquáticas Preparadas / Processadas ??(Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(528, 'es', 'Plantas aquáticas Preparadas / Processadas ??(Não perecíveis)', '<p>Plantas aquáticas Preparadas / Processadas ??(Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(528, 'pt', 'Plantas aquáticas Preparadas / Processadas ??(Não perecíveis)', '<p>Plantas aquáticas Preparadas / Processadas ??(Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(529, 'en', 'Plantas aquáticas Preparadas / Processadas ??(perecíveis)', '<p>Plantas aquáticas Preparadas / Processadas ??(perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(529, 'es', 'Plantas aquáticas Preparadas / Processadas ??(perecíveis)', '<p>Plantas aquáticas Preparadas / Processadas ??(perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(529, 'pt', 'Plantas aquáticas Preparadas / Processadas ??(perecíveis)', '<p>Plantas aquáticas Preparadas / Processadas ??(perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(530, 'en', 'Legumes - Não preparados / não processados (Congelados)', '<p>Legumes - Não preparados / não processados (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(530, 'es', 'Legumes - Não preparados / não processados (Congelados)', '<p>Legumes - Não preparados / não processados (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(530, 'pt', 'Legumes - Não preparados / não processados (Congelados)', '<p>Legumes - Não preparados / não processados (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(531, 'en', 'Legumes - Não preparados / Não processados (Congelados)', '<p>Legumes - Não preparados / Não processados (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(531, 'es', 'Legumes - Não preparados / Não processados (Congelados)', '<p>Legumes - Não preparados / Não processados (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(531, 'pt', 'Legumes - Não preparados / Não processados (Congelados)', '<p>Legumes - Não preparados / Não processados (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(532, 'en', 'Legumes - Não preparados / não processados (Não perecíveis)', '<p>Legumes - Não preparados / não processados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(532, 'es', 'Legumes - Não preparados / não processados (Não perecíveis)', '<p>Legumes - Não preparados / não processados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(532, 'pt', 'Legumes - Não preparados / não processados (Não perecíveis)', '<p>Legumes - Não preparados / não processados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(533, 'en', 'Legumes - Não preparados / Não processados (Não perecíveis)', '<p>Legumes - Não preparados / Não processados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(533, 'es', 'Legumes - Não preparados / Não processados (Não perecíveis)', '<p>Legumes - Não preparados / Não processados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(533, 'pt', 'Legumes - Não preparados / Não processados (Não perecíveis)', '<p>Legumes - Não preparados / Não processados (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(534, 'en', 'Legumes (Sem Folha) - Não preparados / Não processados (Frescos)', '<p>Legumes (Sem Folha) - Não preparados / Não processados (Frescos)</p>', '', '', '', 'N', '', 'Y'),
(534, 'es', 'Legumes (Sem Folha) - Não preparados / Não processados (Frescos)', '<p>Legumes (Sem Folha) - Não preparados / Não processados (Frescos)</p>', '', '', '', 'N', '', 'Y'),
(534, 'pt', 'Legumes (Sem Folha) - Não preparados / Não processados (Frescos)', '<p>Legumes (Sem Folha) - Não preparados / Não processados (Frescos)</p>', '', '', '', 'N', '', 'Y'),
(535, 'en', 'Alga Marina', '<p>Alga Marina</p>', '', '', '', 'N', '', 'Y'),
(535, 'es', 'Alga Marina', '<p>Alga Marina</p>', '', '', '', 'N', '', 'Y'),
(535, 'pt', 'Alga Marina', '<p>Alga Marina</p>', '', '', '', 'N', '', 'Y'),
(536, 'en', 'Crambe', '<p>Crambe</p>', '', '', '', 'N', '', 'Y'),
(536, 'es', 'Crambe', '<p>Crambe</p>', '', '', '', 'N', '', 'Y'),
(536, 'pt', 'Crambe', '<p>Crambe</p>', '', '', '', 'N', '', 'Y'),
(537, 'en', 'Lavanda do Mar', '<p>Lavanda do Mar</p>', '', '', '', 'N', '', 'Y'),
(537, 'es', 'Lavanda do Mar', '<p>Lavanda do Mar</p>', '', '', '', 'N', '', 'Y'),
(537, 'pt', 'Lavanda do Mar', '<p>Lavanda do Mar</p>', '', '', '', 'N', '', 'Y'),
(538, 'en', 'Outros Vegetais Marinhos', '<p>Outros Vegetais Marinhos</p>', '', '', '', 'N', '', 'Y'),
(538, 'es', 'Outros Vegetais Marinhos', '<p>Outros Vegetais Marinhos</p>', '', '', '', 'N', '', 'Y'),
(538, 'pt', 'Outros Vegetais Marinhos', '<p>Outros Vegetais Marinhos</p>', '', '', '', 'N', '', 'Y'),
(539, 'en', 'Perrexil', '<p>Perrexil</p>', '', '', '', 'N', '', 'Y'),
(539, 'es', 'Perrexil', '<p>Perrexil</p>', '', '', '', 'N', '', 'Y'),
(539, 'pt', 'Perrexil', '<p>Perrexil</p>', '', '', '', 'N', '', 'Y'),
(540, 'en', 'Salsola Soda', '<p>Salsola Soda</p>', '', '', '', 'N', '', 'Y'),
(540, 'es', 'Salsola Soda', '<p>Salsola Soda</p>', '', '', '', 'N', '', 'Y'),
(540, 'pt', 'Salsola Soda', '<p>Salsola Soda</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(541, 'en', 'Brássicas', '<p>Brássicas</p>', '', '', '', 'N', '', 'Y'),
(541, 'es', 'Brássicas', '<p>Brássicas</p>', '', '', '', 'N', '', 'Y'),
(541, 'pt', 'Brássicas', '<p>Brássicas</p>', '', '', '', 'N', '', 'Y'),
(542, 'en', 'Acessórios Pacotes de Variedades', '<p>Acessórios Pacotes de Variedades</p>', '', '', '', 'N', '', 'Y'),
(542, 'es', 'Acessórios Pacotes de Variedades', '<p>Acessórios Pacotes de Variedades</p>', '', '', '', 'N', '', 'Y'),
(542, 'pt', 'Acessórios Pacotes de Variedades', '<p>Acessórios Pacotes de Variedades</p>', '', '', '', 'N', '', 'Y'),
(543, 'en', 'Brócolis', '<p>Brócolis</p>', '', '', '', 'N', '', 'Y'),
(543, 'es', 'Brócolis', '<p>Brócolis</p>', '', '', '', 'N', '', 'Y'),
(543, 'pt', 'Brócolis', '<p>Brócolis</p>', '', '', '', 'N', '', 'Y'),
(544, 'en', 'Brócolis do tipo Bimi ou Broccolini', '<p>Brócolis do tipo Bimi ou Broccolini</p>', '', '', '', 'N', '', 'Y'),
(544, 'es', 'Brócolis do tipo Bimi ou Broccolini', '<p>Brócolis do tipo Bimi ou Broccolini</p>', '', '', '', 'N', '', 'Y'),
(544, 'pt', 'Brócolis do tipo Bimi ou Broccolini', '<p>Brócolis do tipo Bimi ou Broccolini</p>', '', '', '', 'N', '', 'Y'),
(545, 'en', 'Choi Sum (Couve Chinesa)', '<p>Choi Sum (Couve Chinesa)</p>', '', '', '', 'N', '', 'Y'),
(545, 'es', 'Choi Sum (Couve Chinesa)', '<p>Choi Sum (Couve Chinesa)</p>', '', '', '', 'N', '', 'Y'),
(545, 'pt', 'Choi Sum (Couve Chinesa)', '<p>Choi Sum (Couve Chinesa)</p>', '', '', '', 'N', '', 'Y'),
(546, 'en', 'Couve', '<p>Couve</p>', '', '', '', 'N', '', 'Y'),
(546, 'es', 'Couve', '<p>Couve</p>', '', '', '', 'N', '', 'Y'),
(546, 'pt', 'Couve', '<p>Couve</p>', '', '', '', 'N', '', 'Y'),
(547, 'en', 'Couve chinesa', '<p>Couve chinesa</p>', '', '', '', 'N', '', 'Y'),
(547, 'es', 'Couve chinesa', '<p>Couve chinesa</p>', '', '', '', 'N', '', 'Y'),
(547, 'pt', 'Couve chinesa', '<p>Couve chinesa</p>', '', '', '', 'N', '', 'Y'),
(548, 'en', 'Couve de Bruxelas', '<p>Couve de Bruxelas</p>', '', '', '', 'N', '', 'Y'),
(548, 'es', 'Couve de Bruxelas', '<p>Couve de Bruxelas</p>', '', '', '', 'N', '', 'Y'),
(548, 'pt', 'Couve de Bruxelas', '<p>Couve de Bruxelas</p>', '', '', '', 'N', '', 'Y'),
(549, 'en', 'Couve-de-Saboia', '<p>Couve-de-Saboia</p>', '', '', '', 'N', '', 'Y'),
(549, 'es', 'Couve-de-Saboia', '<p>Couve-de-Saboia</p>', '', '', '', 'N', '', 'Y'),
(549, 'pt', 'Couve-de-Saboia', '<p>Couve-de-Saboia</p>', '', '', '', 'N', '', 'Y'),
(550, 'en', 'Couve-flor', '<p>Couve-flor</p>', '', '', '', 'N', '', 'Y'),
(550, 'es', 'Couve-flor', '<p>Couve-flor</p>', '', '', '', 'N', '', 'Y'),
(550, 'pt', 'Couve-flor', '<p>Couve-flor</p>', '', '', '', 'N', '', 'Y'),
(551, 'en', 'Couve-rábano', '<p>Couve-rábano</p>', '', '', '', 'N', '', 'Y'),
(551, 'es', 'Couve-rábano', '<p>Couve-rábano</p>', '', '', '', 'N', '', 'Y'),
(551, 'pt', 'Couve-rábano', '<p>Couve-rábano</p>', '', '', '', 'N', '', 'Y'),
(552, 'en', 'Gai Choy', '<p>Gai Choy</p>', '', '', '', 'N', '', 'Y'),
(552, 'es', 'Gai Choy', '<p>Gai Choy</p>', '', '', '', 'N', '', 'Y'),
(552, 'pt', 'Gai Choy', '<p>Gai Choy</p>', '', '', '', 'N', '', 'Y'),
(553, 'en', 'Mizuna (mostarda japonesa)', '<p>Mizuna (mostarda japonesa)</p>', '', '', '', 'N', '', 'Y'),
(553, 'es', 'Mizuna (mostarda japonesa)', '<p>Mizuna (mostarda japonesa)</p>', '', '', '', 'N', '', 'Y'),
(553, 'pt', 'Mizuna (mostarda japonesa)', '<p>Mizuna (mostarda japonesa)</p>', '', '', '', 'N', '', 'Y'),
(554, 'en', 'Mostarda da Abissínia', '<p>Mostarda da Abissínia</p>', '', '', '', 'N', '', 'Y'),
(554, 'es', 'Mostarda da Abissínia', '<p>Mostarda da Abissínia</p>', '', '', '', 'N', '', 'Y'),
(554, 'pt', 'Mostarda da Abissínia', '<p>Mostarda da Abissínia</p>', '', '', '', 'N', '', 'Y'),
(555, 'en', 'Mostarda-castanha', '<p>Mostarda-castanha</p>', '', '', '', 'N', '', 'Y'),
(555, 'es', 'Mostarda-castanha', '<p>Mostarda-castanha</p>', '', '', '', 'N', '', 'Y'),
(555, 'pt', 'Mostarda-castanha', '<p>Mostarda-castanha</p>', '', '', '', 'N', '', 'Y'),
(556, 'en', 'Nabo Chinês', '<p>Nabo Chinês</p>', '', '', '', 'N', '', 'Y'),
(556, 'es', 'Nabo Chinês', '<p>Nabo Chinês</p>', '', '', '', 'N', '', 'Y'),
(556, 'pt', 'Nabo Chinês', '<p>Nabo Chinês</p>', '', '', '', 'N', '', 'Y'),
(557, 'en', 'Nabos', '<p>Nabos</p>', '', '', '', 'N', '', 'Y'),
(557, 'es', 'Nabos', '<p>Nabos</p>', '', '', '', 'N', '', 'Y'),
(557, 'pt', 'Nabos', '<p>Nabos</p>', '', '', '', 'N', '', 'Y'),
(558, 'en', 'Nabos', '<p>Nabos</p>', '', '', '', 'N', '', 'Y'),
(558, 'es', 'Nabos', '<p>Nabos</p>', '', '', '', 'N', '', 'Y'),
(558, 'pt', 'Nabos', '<p>Nabos</p>', '', '', '', 'N', '', 'Y'),
(559, 'en', 'Nabos (Rutabagas)', '<p>Nabos (Rutabagas)</p>', '', '', '', 'N', '', 'Y'),
(559, 'es', 'Nabos (Rutabagas)', '<p>Nabos (Rutabagas)</p>', '', '', '', 'N', '', 'Y'),
(559, 'pt', 'Nabos (Rutabagas)', '<p>Nabos (Rutabagas)</p>', '', '', '', 'N', '', 'Y'),
(560, 'en', 'Nabos Teltow', '<p>Nabos Teltow</p>', '', '', '', 'N', '', 'Y'),
(560, 'es', 'Nabos Teltow', '<p>Nabos Teltow</p>', '', '', '', 'N', '', 'Y'),
(560, 'pt', 'Nabos Teltow', '<p>Nabos Teltow</p>', '', '', '', 'N', '', 'Y'),
(561, 'en', 'Repolho branco', '<p>Repolho branco</p>', '', '', '', 'N', '', 'Y'),
(561, 'es', 'Repolho branco', '<p>Repolho branco</p>', '', '', '', 'N', '', 'Y'),
(561, 'pt', 'Repolho branco', '<p>Repolho branco</p>', '', '', '', 'N', '', 'Y'),
(562, 'en', 'Repolho chinês', '<p>Repolho chinês</p>', '', '', '', 'N', '', 'Y'),
(562, 'es', 'Repolho chinês', '<p>Repolho chinês</p>', '', '', '', 'N', '', 'Y'),
(562, 'pt', 'Repolho chinês', '<p>Repolho chinês</p>', '', '', '', 'N', '', 'Y'),
(563, 'en', 'Repolho Coração de Boi', '<p>Repolho Coração de Boi</p>', '', '', '', 'N', '', 'Y'),
(563, 'es', 'Repolho Coração de Boi', '<p>Repolho Coração de Boi</p>', '', '', '', 'N', '', 'Y'),
(563, 'pt', 'Repolho Coração de Boi', '<p>Repolho Coração de Boi</p>', '', '', '', 'N', '', 'Y'),
(564, 'en', 'Repolho-roxo', '<p>Repolho-roxo</p>', '', '', '', 'N', '', 'Y'),
(564, 'es', 'Repolho-roxo', '<p>Repolho-roxo</p>', '', '', '', 'N', '', 'Y'),
(564, 'pt', 'Repolho-roxo', '<p>Repolho-roxo</p>', '', '', '', 'N', '', 'Y'),
(565, 'en', 'Romanesco', '<p>Romanesco</p>', '', '', '', 'N', '', 'Y'),
(565, 'es', 'Romanesco', '<p>Romanesco</p>', '', '', '', 'N', '', 'Y'),
(565, 'pt', 'Romanesco', '<p>Romanesco</p>', '', '', '', 'N', '', 'Y'),
(566, 'en', 'Tatsoi', '<p>Tatsoi</p>', '', '', '', 'N', '', 'Y'),
(566, 'es', 'Tatsoi', '<p>Tatsoi</p>', '', '', '', 'N', '', 'Y'),
(566, 'pt', 'Tatsoi', '<p>Tatsoi</p>', '', '', '', 'N', '', 'Y'),
(567, 'en', 'Bulbos', '<p>Bulbos</p>', '', '', '', 'N', '', 'Y'),
(567, 'es', 'Bulbos', '<p>Bulbos</p>', '', '', '', 'N', '', 'Y'),
(567, 'pt', 'Bulbos', '<p>Bulbos</p>', '', '', '', 'N', '', 'Y'),
(568, 'en', 'Alho', '<p>Alho</p>', '', '', '', 'N', '', 'Y'),
(568, 'es', 'Alho', '<p>Alho</p>', '', '', '', 'N', '', 'Y'),
(568, 'pt', 'Alho', '<p>Alho</p>', '', '', '', 'N', '', 'Y'),
(569, 'en', 'Alho Elefante', '<p>Alho Elefante</p>', '', '', '', 'N', '', 'Y'),
(569, 'es', 'Alho Elefante', '<p>Alho Elefante</p>', '', '', '', 'N', '', 'Y'),
(569, 'pt', 'Alho Elefante', '<p>Alho Elefante</p>', '', '', '', 'N', '', 'Y'),
(570, 'en', 'Alho-poró', '<p>Alho-poró</p>', '', '', '', 'N', '', 'Y'),
(570, 'es', 'Alho-poró', '<p>Alho-poró</p>', '', '', '', 'N', '', 'Y'),
(570, 'pt', 'Alho-poró', '<p>Alho-poró</p>', '', '', '', 'N', '', 'Y'),
(571, 'en', 'Cebolas', '<p>Cebolas</p>', '', '', '', 'N', '', 'Y'),
(571, 'es', 'Cebolas', '<p>Cebolas</p>', '', '', '', 'N', '', 'Y'),
(571, 'pt', 'Cebolas', '<p>Cebolas</p>', '', '', '', 'N', '', 'Y'),
(572, 'en', 'Cebolinhas', '<p>Cebolinhas</p>', '', '', '', 'N', '', 'Y'),
(572, 'es', 'Cebolinhas', '<p>Cebolinhas</p>', '', '', '', 'N', '', 'Y'),
(572, 'pt', 'Cebolinhas', '<p>Cebolinhas</p>', '', '', '', 'N', '', 'Y'),
(573, 'en', 'Chalotas', '<p>Chalotas</p>', '', '', '', 'N', '', 'Y'),
(573, 'es', 'Chalotas', '<p>Chalotas</p>', '', '', '', 'N', '', 'Y'),
(573, 'pt', 'Chalotas', '<p>Chalotas</p>', '', '', '', 'N', '', 'Y'),
(574, 'en', 'Cana de Açúcar', '<p>Cana de Açúcar</p>', '', '', '', 'N', '', 'Y'),
(574, 'es', 'Cana de Açúcar', '<p>Cana de Açúcar</p>', '', '', '', 'N', '', 'Y'),
(574, 'pt', 'Cana de Açúcar', '<p>Cana de Açúcar</p>', '', '', '', 'N', '', 'Y'),
(575, 'en', 'Country/Zone of Origin', '<p>Country/Zone of Origin</p>', '', '', '', 'N', '', 'Y'),
(575, 'es', 'Country/Zone of Origin', '<p>Country/Zone of Origin</p>', '', '', '', 'N', '', 'Y'),
(575, 'pt', 'Country/Zone of Origin', '<p>Country/Zone of Origin</p>', '', '', '', 'N', '', 'Y'),
(576, 'en', 'EU and non-EU Declaration', '<p>EU and non-EU Declaration</p>', '', '', '', 'N', '', 'Y'),
(576, 'es', 'EU and non-EU Declaration', '<p>EU and non-EU Declaration</p>', '', '', '', 'N', '', 'Y'),
(576, 'pt', 'EU and non-EU Declaration', '<p>EU and non-EU Declaration</p>', '', '', '', 'N', '', 'Y'),
(577, 'en', 'Growing Method', '<p>Growing Method</p>', '', '', '', 'N', '', 'Y'),
(577, 'es', 'Growing Method', '<p>Growing Method</p>', '', '', '', 'N', '', 'Y'),
(577, 'pt', 'Growing Method', '<p>Growing Method</p>', '', '', '', 'N', '', 'Y'),
(578, 'en', 'Caniços', '<p>Caniços</p>', '', '', '', 'N', '', 'Y'),
(578, 'es', 'Caniços', '<p>Caniços</p>', '', '', '', 'N', '', 'Y'),
(578, 'pt', 'Caniços', '<p>Caniços</p>', '', '', '', 'N', '', 'Y'),
(579, 'en', 'Country/Zone of Origin', '<p>Country/Zone of Origin</p>', '', '', '', 'N', '', 'Y'),
(579, 'es', 'Country/Zone of Origin', '<p>Country/Zone of Origin</p>', '', '', '', 'N', '', 'Y'),
(579, 'pt', 'Country/Zone of Origin', '<p>Country/Zone of Origin</p>', '', '', '', 'N', '', 'Y'),
(580, 'en', 'EU and non-EU Declaration', '<p>EU and non-EU Declaration</p>', '', '', '', 'N', '', 'Y'),
(580, 'es', 'EU and non-EU Declaration', '<p>EU and non-EU Declaration</p>', '', '', '', 'N', '', 'Y'),
(580, 'pt', 'EU and non-EU Declaration', '<p>EU and non-EU Declaration</p>', '', '', '', 'N', '', 'Y'),
(581, 'en', 'Growing Method', '<p>Growing Method</p>', '', '', '', 'N', '', 'Y'),
(581, 'es', 'Growing Method', '<p>Growing Method</p>', '', '', '', 'N', '', 'Y'),
(581, 'pt', 'Growing Method', '<p>Growing Method</p>', '', '', '', 'N', '', 'Y'),
(582, 'en', 'Cucurbitáceas - Casca comestível', '<p>Cucurbitáceas - Casca comestível</p>', '', '', '', 'N', '', 'Y'),
(582, 'es', 'Cucurbitáceas - Casca comestível', '<p>Cucurbitáceas - Casca comestível</p>', '', '', '', 'N', '', 'Y'),
(582, 'pt', 'Cucurbitáceas - Casca comestível', '<p>Cucurbitáceas - Casca comestível</p>', '', '', '', 'N', '', 'Y'),
(583, 'en', 'Abóbora (Chuchu)', '<p>Abóbora (Chuchu)</p>', '', '', '', 'N', '', 'Y'),
(583, 'es', 'Abóbora (Chuchu)', '<p>Abóbora (Chuchu)</p>', '', '', '', 'N', '', 'Y'),
(583, 'pt', 'Abóbora (Chuchu)', '<p>Abóbora (Chuchu)</p>', '', '', '', 'N', '', 'Y'),
(584, 'en', 'Abóbora (do tipo Calabaza)', '<p>Abóbora (do tipo Calabaza)</p>', '', '', '', 'N', '', 'Y'),
(584, 'es', 'Abóbora (do tipo Calabaza)', '<p>Abóbora (do tipo Calabaza)</p>', '', '', '', 'N', '', 'Y'),
(584, 'pt', 'Abóbora (do tipo Calabaza)', '<p>Abóbora (do tipo Calabaza)</p>', '', '', '', 'N', '', 'Y'),
(585, 'en', 'Abóbora tipo cabaça', '<p>Abóbora tipo cabaça</p>', '', '', '', 'N', '', 'Y'),
(585, 'es', 'Abóbora tipo cabaça', '<p>Abóbora tipo cabaça</p>', '', '', '', 'N', '', 'Y'),
(585, 'pt', 'Abóbora tipo cabaça', '<p>Abóbora tipo cabaça</p>', '', '', '', 'N', '', 'Y'),
(586, 'en', 'Abobrinhas', '<p>Abobrinhas</p>', '', '', '', 'N', '', 'Y'),
(586, 'es', 'Abobrinhas', '<p>Abobrinhas</p>', '', '', '', 'N', '', 'Y'),
(586, 'pt', 'Abobrinhas', '<p>Abobrinhas</p>', '', '', '', 'N', '', 'Y'),
(587, 'en', 'Melão (Amargo)', '<p>Melão (Amargo)</p>', '', '', '', 'N', '', 'Y'),
(587, 'es', 'Melão (Amargo)', '<p>Melão (Amargo)</p>', '', '', '', 'N', '', 'Y'),
(587, 'pt', 'Melão (Amargo)', '<p>Melão (Amargo)</p>', '', '', '', 'N', '', 'Y'),
(588, 'en', 'Cucurbitáceas - Casca não comestível', '<p>Cucurbitáceas - Casca não comestível</p>', '', '', '', 'N', '', 'Y'),
(588, 'es', 'Cucurbitáceas - Casca não comestível', '<p>Cucurbitáceas - Casca não comestível</p>', '', '', '', 'N', '', 'Y'),
(588, 'pt', 'Cucurbitáceas - Casca não comestível', '<p>Cucurbitáceas - Casca não comestível</p>', '', '', '', 'N', '', 'Y'),
(589, 'en', 'Abóboras', '<p>Abóboras</p>', '', '', '', 'N', '', 'Y'),
(589, 'es', 'Abóboras', '<p>Abóboras</p>', '', '', '', 'N', '', 'Y'),
(589, 'pt', 'Abóboras', '<p>Abóboras</p>', '', '', '', 'N', '', 'Y'),
(590, 'en', 'Cuias', '<p>Cuias</p>', '', '', '', 'N', '', 'Y'),
(590, 'es', 'Cuias', '<p>Cuias</p>', '', '', '', 'N', '', 'Y'),
(590, 'pt', 'Cuias', '<p>Cuias</p>', '', '', '', 'N', '', 'Y'),
(591, 'en', 'Ervas', '<p>Ervas</p>', '', '', '', 'N', '', 'Y'),
(591, 'es', 'Ervas', '<p>Ervas</p>', '', '', '', 'N', '', 'Y'),
(591, 'pt', 'Ervas', '<p>Ervas</p>', '', '', '', 'N', '', 'Y'),
(592, 'en', 'Agrião', '<p>Agrião</p>', '', '', '', 'N', '', 'Y'),
(592, 'es', 'Agrião', '<p>Agrião</p>', '', '', '', 'N', '', 'Y'),
(592, 'pt', 'Agrião', '<p>Agrião</p>', '', '', '', 'N', '', 'Y'),
(593, 'en', 'Alcaravia', '<p>Alcaravia</p>', '', '', '', 'N', '', 'Y'),
(593, 'es', 'Alcaravia', '<p>Alcaravia</p>', '', '', '', 'N', '', 'Y'),
(593, 'pt', 'Alcaravia', '<p>Alcaravia</p>', '', '', '', 'N', '', 'Y'),
(594, 'en', 'Alecrim', '<p>Alecrim</p>', '', '', '', 'N', '', 'Y'),
(594, 'es', 'Alecrim', '<p>Alecrim</p>', '', '', '', 'N', '', 'Y'),
(594, 'pt', 'Alecrim', '<p>Alecrim</p>', '', '', '', 'N', '', 'Y'),
(595, 'en', 'Alho-poró', '<p>Alho-poró</p>', '', '', '', 'N', '', 'Y'),
(595, 'es', 'Alho-poró', '<p>Alho-poró</p>', '', '', '', 'N', '', 'Y'),
(595, 'pt', 'Alho-poró', '<p>Alho-poró</p>', '', '', '', 'N', '', 'Y'),
(596, 'en', 'Angélica', '<p>Angélica</p>', '', '', '', 'N', '', 'Y'),
(596, 'es', 'Angélica', '<p>Angélica</p>', '', '', '', 'N', '', 'Y'),
(596, 'pt', 'Angélica', '<p>Angélica</p>', '', '', '', 'N', '', 'Y'),
(597, 'en', 'Anis', '<p>Anis</p>', '', '', '', 'N', '', 'Y'),
(597, 'es', 'Anis', '<p>Anis</p>', '', '', '', 'N', '', 'Y'),
(597, 'pt', 'Anis', '<p>Anis</p>', '', '', '', 'N', '', 'Y'),
(598, 'en', 'Artemísia', '<p>Artemísia</p>', '', '', '', 'N', '', 'Y'),
(598, 'es', 'Artemísia', '<p>Artemísia</p>', '', '', '', 'N', '', 'Y'),
(598, 'pt', 'Artemísia', '<p>Artemísia</p>', '', '', '', 'N', '', 'Y'),
(599, 'en', 'Bálsamo', '<p>Bálsamo</p>', '', '', '', 'N', '', 'Y'),
(599, 'es', 'Bálsamo', '<p>Bálsamo</p>', '', '', '', 'N', '', 'Y'),
(599, 'pt', 'Bálsamo', '<p>Bálsamo</p>', '', '', '', 'N', '', 'Y'),
(600, 'en', 'Borragem', '<p>Borragem</p>', '', '', '', 'N', '', 'Y'),
(600, 'es', 'Borragem', '<p>Borragem</p>', '', '', '', 'N', '', 'Y'),
(600, 'pt', 'Borragem', '<p>Borragem</p>', '', '', '', 'N', '', 'Y'),
(601, 'en', 'Capim santo', '<p>Capim santo</p>', '', '', '', 'N', '', 'Y'),
(601, 'es', 'Capim santo', '<p>Capim santo</p>', '', '', '', 'N', '', 'Y'),
(601, 'pt', 'Capim santo', '<p>Capim santo</p>', '', '', '', 'N', '', 'Y'),
(602, 'en', 'Cebolinha', '<p>Cebolinha</p>', '', '', '', 'N', '', 'Y'),
(602, 'es', 'Cebolinha', '<p>Cebolinha</p>', '', '', '', 'N', '', 'Y'),
(602, 'pt', 'Cebolinha', '<p>Cebolinha</p>', '', '', '', 'N', '', 'Y'),
(603, 'en', 'Cerefólio', '<p>Cerefólio</p>', '', '', '', 'N', '', 'Y'),
(603, 'es', 'Cerefólio', '<p>Cerefólio</p>', '', '', '', 'N', '', 'Y'),
(603, 'pt', 'Cerefólio', '<p>Cerefólio</p>', '', '', '', 'N', '', 'Y'),
(604, 'en', 'Coentro', '<p>Coentro</p>', '', '', '', 'N', '', 'Y'),
(604, 'es', 'Coentro', '<p>Coentro</p>', '', '', '', 'N', '', 'Y'),
(604, 'pt', 'Coentro', '<p>Coentro</p>', '', '', '', 'N', '', 'Y'),
(605, 'en', 'Endro', '<p>Endro</p>', '', '', '', 'N', '', 'Y'),
(605, 'es', 'Endro', '<p>Endro</p>', '', '', '', 'N', '', 'Y'),
(605, 'pt', 'Endro', '<p>Endro</p>', '', '', '', 'N', '', 'Y'),
(606, 'en', 'Epazote', '<p>Epazote</p>', '', '', '', 'N', '', 'Y'),
(606, 'es', 'Epazote', '<p>Epazote</p>', '', '', '', 'N', '', 'Y'),
(606, 'pt', 'Epazote', '<p>Epazote</p>', '', '', '', 'N', '', 'Y'),
(607, 'en', 'Erva-doce', '<p>Erva-doce</p>', '', '', '', 'N', '', 'Y'),
(607, 'es', 'Erva-doce', '<p>Erva-doce</p>', '', '', '', 'N', '', 'Y'),
(607, 'pt', 'Erva-doce', '<p>Erva-doce</p>', '', '', '', 'N', '', 'Y'),
(608, 'en', 'Estragão', '<p>Estragão</p>', '', '', '', 'N', '', 'Y'),
(608, 'es', 'Estragão', '<p>Estragão</p>', '', '', '', 'N', '', 'Y'),
(608, 'pt', 'Estragão', '<p>Estragão</p>', '', '', '', 'N', '', 'Y'),
(609, 'en', 'Folhas de Aipo', '<p>Folhas de Aipo</p>', '', '', '', 'N', '', 'Y'),
(609, 'es', 'Folhas de Aipo', '<p>Folhas de Aipo</p>', '', '', '', 'N', '', 'Y'),
(609, 'pt', 'Folhas de Aipo', '<p>Folhas de Aipo</p>', '', '', '', 'N', '', 'Y'),
(610, 'en', 'Hissopo', '<p>Hissopo</p>', '', '', '', 'N', '', 'Y'),
(610, 'es', 'Hissopo', '<p>Hissopo</p>', '', '', '', 'N', '', 'Y'),
(610, 'pt', 'Hissopo', '<p>Hissopo</p>', '', '', '', 'N', '', 'Y'),
(611, 'en', 'Hoja Santa', '<p>Hoja Santa</p>', '', '', '', 'N', '', 'Y'),
(611, 'es', 'Hoja Santa', '<p>Hoja Santa</p>', '', '', '', 'N', '', 'Y'),
(611, 'pt', 'Hoja Santa', '<p>Hoja Santa</p>', '', '', '', 'N', '', 'Y'),
(612, 'en', 'Hortelã', '<p>Hortelã</p>', '', '', '', 'N', '', 'Y'),
(612, 'es', 'Hortelã', '<p>Hortelã</p>', '', '', '', 'N', '', 'Y'),
(612, 'pt', 'Hortelã', '<p>Hortelã</p>', '', '', '', 'N', '', 'Y'),
(613, 'en', 'Ligústica', '<p>Ligústica</p>', '', '', '', 'N', '', 'Y'),
(613, 'es', 'Ligústica', '<p>Ligústica</p>', '', '', '', 'N', '', 'Y'),
(613, 'pt', 'Ligústica', '<p>Ligústica</p>', '', '', '', 'N', '', 'Y'),
(614, 'en', 'Limão Verbena', '<p>Limão Verbena</p>', '', '', '', 'N', '', 'Y'),
(614, 'es', 'Limão Verbena', '<p>Limão Verbena</p>', '', '', '', 'N', '', 'Y'),
(614, 'pt', 'Limão Verbena', '<p>Limão Verbena</p>', '', '', '', 'N', '', 'Y'),
(615, 'en', 'Louro', '<p>Louro</p>', '', '', '', 'N', '', 'Y'),
(615, 'es', 'Louro', '<p>Louro</p>', '', '', '', 'N', '', 'Y'),
(615, 'pt', 'Louro', '<p>Louro</p>', '', '', '', 'N', '', 'Y'),
(616, 'en', 'Manjericão', '<p>Manjericão</p>', '', '', '', 'N', '', 'Y'),
(616, 'es', 'Manjericão', '<p>Manjericão</p>', '', '', '', 'N', '', 'Y'),
(616, 'pt', 'Manjericão', '<p>Manjericão</p>', '', '', '', 'N', '', 'Y'),
(617, 'en', 'Manjerona', '<p>Manjerona</p>', '', '', '', 'N', '', 'Y'),
(617, 'es', 'Manjerona', '<p>Manjerona</p>', '', '', '', 'N', '', 'Y'),
(617, 'pt', 'Manjerona', '<p>Manjerona</p>', '', '', '', 'N', '', 'Y'),
(618, 'en', 'Manjerona', '<p>Manjerona</p>', '', '', '', 'N', '', 'Y'),
(618, 'es', 'Manjerona', '<p>Manjerona</p>', '', '', '', 'N', '', 'Y'),
(618, 'pt', 'Manjerona', '<p>Manjerona</p>', '', '', '', 'N', '', 'Y'),
(619, 'en', 'Mirra', '<p>Mirra</p>', '', '', '', 'N', '', 'Y'),
(619, 'es', 'Mirra', '<p>Mirra</p>', '', '', '', 'N', '', 'Y'),
(619, 'pt', 'Mirra', '<p>Mirra</p>', '', '', '', 'N', '', 'Y'),
(620, 'en', 'Orégano', '<p>Orégano</p>', '', '', '', 'N', '', 'Y'),
(620, 'es', 'Orégano', '<p>Orégano</p>', '', '', '', 'N', '', 'Y'),
(620, 'pt', 'Orégano', '<p>Orégano</p>', '', '', '', 'N', '', 'Y'),
(621, 'en', 'Pacote com Variedades de Ervas', '<p>Pacote com Variedades de Ervas</p>', '', '', '', 'N', '', 'Y'),
(621, 'es', 'Pacote com Variedades de Ervas', '<p>Pacote com Variedades de Ervas</p>', '', '', '', 'N', '', 'Y'),
(621, 'pt', 'Pacote com Variedades de Ervas', '<p>Pacote com Variedades de Ervas</p>', '', '', '', 'N', '', 'Y'),
(622, 'en', 'Papalo', '<p>Papalo</p>', '', '', '', 'N', '', 'Y'),
(622, 'es', 'Papalo', '<p>Papalo</p>', '', '', '', 'N', '', 'Y'),
(622, 'pt', 'Papalo', '<p>Papalo</p>', '', '', '', 'N', '', 'Y'),
(623, 'en', 'Pepiche', '<p>Pepiche</p>', '', '', '', 'N', '', 'Y'),
(623, 'es', 'Pepiche', '<p>Pepiche</p>', '', '', '', 'N', '', 'Y'),
(623, 'pt', 'Pepiche', '<p>Pepiche</p>', '', '', '', 'N', '', 'Y'),
(624, 'en', 'Quebra-pedra', '<p>Quebra-pedra</p>', '', '', '', 'N', '', 'Y'),
(624, 'es', 'Quebra-pedra', '<p>Quebra-pedra</p>', '', '', '', 'N', '', 'Y'),
(624, 'pt', 'Quebra-pedra', '<p>Quebra-pedra</p>', '', '', '', 'N', '', 'Y'),
(625, 'en', 'Salsa (Crespa)', '<p>Salsa (Crespa)</p>', '', '', '', 'N', '', 'Y'),
(625, 'es', 'Salsa (Crespa)', '<p>Salsa (Crespa)</p>', '', '', '', 'N', '', 'Y'),
(625, 'pt', 'Salsa (Crespa)', '<p>Salsa (Crespa)</p>', '', '', '', 'N', '', 'Y'),
(626, 'en', 'Salsa (Lisa)', '<p>Salsa (Lisa)</p>', '', '', '', 'N', '', 'Y'),
(626, 'es', 'Salsa (Lisa)', '<p>Salsa (Lisa)</p>', '', '', '', 'N', '', 'Y'),
(626, 'pt', 'Salsa (Lisa)', '<p>Salsa (Lisa)</p>', '', '', '', 'N', '', 'Y'),
(627, 'en', 'Salva', '<p>Salva</p>', '', '', '', 'N', '', 'Y'),
(627, 'es', 'Salva', '<p>Salva</p>', '', '', '', 'N', '', 'Y'),
(627, 'pt', 'Salva', '<p>Salva</p>', '', '', '', 'N', '', 'Y'),
(628, 'en', 'Segurelha de Inverno', '<p>Segurelha de Inverno</p>', '', '', '', 'N', '', 'Y'),
(628, 'es', 'Segurelha de Inverno', '<p>Segurelha de Inverno</p>', '', '', '', 'N', '', 'Y'),
(628, 'pt', 'Segurelha de Inverno', '<p>Segurelha de Inverno</p>', '', '', '', 'N', '', 'Y'),
(629, 'en', 'Segurelha de verão', '<p>Segurelha de verão</p>', '', '', '', 'N', '', 'Y'),
(629, 'es', 'Segurelha de verão', '<p>Segurelha de verão</p>', '', '', '', 'N', '', 'Y'),
(629, 'pt', 'Segurelha de verão', '<p>Segurelha de verão</p>', '', '', '', 'N', '', 'Y'),
(630, 'en', 'Tomilho', '<p>Tomilho</p>', '', '', '', 'N', '', 'Y'),
(630, 'es', 'Tomilho', '<p>Tomilho</p>', '', '', '', 'N', '', 'Y'),
(630, 'pt', 'Tomilho', '<p>Tomilho</p>', '', '', '', 'N', '', 'Y'),
(631, 'en', 'Tomilho limão', '<p>Tomilho limão</p>', '', '', '', 'N', '', 'Y'),
(631, 'es', 'Tomilho limão', '<p>Tomilho limão</p>', '', '', '', 'N', '', 'Y'),
(631, 'pt', 'Tomilho limão', '<p>Tomilho limão</p>', '', '', '', 'N', '', 'Y'),
(632, 'en', 'Ervilhas (com casca)', '<p>Ervilhas (com casca)</p>', '', '', '', 'N', '', 'Y'),
(632, 'es', 'Ervilhas (com casca)', '<p>Ervilhas (com casca)</p>', '', '', '', 'N', '', 'Y'),
(632, 'pt', 'Ervilhas (com casca)', '<p>Ervilhas (com casca)</p>', '', '', '', 'N', '', 'Y'),
(633, 'en', 'Ervilha Alada', '<p>Ervilha Alada</p>', '', '', '', 'N', '', 'Y'),
(633, 'es', 'Ervilha Alada', '<p>Ervilha Alada</p>', '', '', '', 'N', '', 'Y'),
(633, 'pt', 'Ervilha Alada', '<p>Ervilha Alada</p>', '', '', '', 'N', '', 'Y'),
(634, 'en', 'Ervilha forrageira', '<p>Ervilha forrageira</p>', '', '', '', 'N', '', 'Y'),
(634, 'es', 'Ervilha forrageira', '<p>Ervilha forrageira</p>', '', '', '', 'N', '', 'Y'),
(634, 'pt', 'Ervilha forrageira', '<p>Ervilha forrageira</p>', '', '', '', 'N', '', 'Y'),
(635, 'en', 'Ervilhas', '<p>Ervilhas</p>', '', '', '', 'N', '', 'Y'),
(635, 'es', 'Ervilhas', '<p>Ervilhas</p>', '', '', '', 'N', '', 'Y'),
(635, 'pt', 'Ervilhas', '<p>Ervilhas</p>', '', '', '', 'N', '', 'Y'),
(636, 'en', 'Ervilhas tortas', '<p>Ervilhas tortas</p>', '', '', '', 'N', '', 'Y'),
(636, 'es', 'Ervilhas tortas', '<p>Ervilhas tortas</p>', '', '', '', 'N', '', 'Y'),
(636, 'pt', 'Ervilhas tortas', '<p>Ervilhas tortas</p>', '', '', '', 'N', '', 'Y'),
(637, 'en', 'Feijão de corda', '<p>Feijão de corda</p>', '', '', '', 'N', '', 'Y'),
(637, 'es', 'Feijão de corda', '<p>Feijão de corda</p>', '', '', '', 'N', '', 'Y'),
(637, 'pt', 'Feijão de corda', '<p>Feijão de corda</p>', '', '', '', 'N', '', 'Y'),
(638, 'en', 'Lentilha', '<p>Lentilha</p>', '', '', '', 'N', '', 'Y'),
(638, 'es', 'Lentilha', '<p>Lentilha</p>', '', '', '', 'N', '', 'Y'),
(638, 'pt', 'Lentilha', '<p>Lentilha</p>', '', '', '', 'N', '', 'Y'),
(639, 'en', 'Feijões (com casca)', '<p>Feijões (com casca)</p>', '', '', '', 'N', '', 'Y'),
(639, 'es', 'Feijões (com casca)', '<p>Feijões (com casca)</p>', '', '', '', 'N', '', 'Y'),
(639, 'pt', 'Feijões (com casca)', '<p>Feijões (com casca)</p>', '', '', '', 'N', '', 'Y'),
(640, 'en', 'Favas', '<p>Favas</p>', '', '', '', 'N', '', 'Y'),
(640, 'es', 'Favas', '<p>Favas</p>', '', '', '', 'N', '', 'Y'),
(640, 'pt', 'Favas', '<p>Favas</p>', '', '', '', 'N', '', 'Y'),
(641, 'en', 'Feijão Comum', '<p>Feijão Comum</p>', '', '', '', 'N', '', 'Y'),
(641, 'es', 'Feijão Comum', '<p>Feijão Comum</p>', '', '', '', 'N', '', 'Y'),
(641, 'pt', 'Feijão Comum', '<p>Feijão Comum</p>', '', '', '', 'N', '', 'Y'),
(642, 'en', 'Feijão Vermelho', '<p>Feijão Vermelho</p>', '', '', '', 'N', '', 'Y'),
(642, 'es', 'Feijão Vermelho', '<p>Feijão Vermelho</p>', '', '', '', 'N', '', 'Y'),
(642, 'pt', 'Feijão Vermelho', '<p>Feijão Vermelho</p>', '', '', '', 'N', '', 'Y'),
(643, 'en', 'Feijão-de-asa', '<p>Feijão-de-asa</p>', '', '', '', 'N', '', 'Y'),
(643, 'es', 'Feijão-de-asa', '<p>Feijão-de-asa</p>', '', '', '', 'N', '', 'Y'),
(643, 'pt', 'Feijão-de-asa', '<p>Feijão-de-asa</p>', '', '', '', 'N', '', 'Y'),
(644, 'en', 'Feijão-de-corda', '<p>Feijão-de-corda</p>', '', '', '', 'N', '', 'Y'),
(644, 'es', 'Feijão-de-corda', '<p>Feijão-de-corda</p>', '', '', '', 'N', '', 'Y'),
(644, 'pt', 'Feijão-de-corda', '<p>Feijão-de-corda</p>', '', '', '', 'N', '', 'Y'),
(645, 'en', 'Feijão-de-lima', '<p>Feijão-de-lima</p>', '', '', '', 'N', '', 'Y'),
(645, 'es', 'Feijão-de-lima', '<p>Feijão-de-lima</p>', '', '', '', 'N', '', 'Y'),
(645, 'pt', 'Feijão-de-lima', '<p>Feijão-de-lima</p>', '', '', '', 'N', '', 'Y'),
(646, 'en', 'Feijões Adzuki', '<p>Feijões Adzuki</p>', '', '', '', 'N', '', 'Y'),
(646, 'es', 'Feijões Adzuki', '<p>Feijões Adzuki</p>', '', '', '', 'N', '', 'Y'),
(646, 'pt', 'Feijões Adzuki', '<p>Feijões Adzuki</p>', '', '', '', 'N', '', 'Y'),
(647, 'en', 'Tamarindo', '<p>Tamarindo</p>', '', '', '', 'N', '', 'Y'),
(647, 'es', 'Tamarindo', '<p>Tamarindo</p>', '', '', '', 'N', '', 'Y'),
(647, 'pt', 'Tamarindo', '<p>Tamarindo</p>', '', '', '', 'N', '', 'Y'),
(648, 'en', 'Vagem', '<p>Vagem</p>', '', '', '', 'N', '', 'Y'),
(648, 'es', 'Vagem', '<p>Vagem</p>', '', '', '', 'N', '', 'Y'),
(648, 'pt', 'Vagem', '<p>Vagem</p>', '', '', '', 'N', '', 'Y'),
(649, 'en', 'Flores comestíveis', '<p>Flores comestíveis</p>', '', '', '', 'N', '', 'Y'),
(649, 'es', 'Flores comestíveis', '<p>Flores comestíveis</p>', '', '', '', 'N', '', 'Y'),
(649, 'pt', 'Flores comestíveis', '<p>Flores comestíveis</p>', '', '', '', 'N', '', 'Y'),
(650, 'en', 'Country/Zone of Origin', '<p>Country/Zone of Origin</p>', '', '', '', 'N', '', 'Y'),
(650, 'es', 'Country/Zone of Origin', '<p>Country/Zone of Origin</p>', '', '', '', 'N', '', 'Y'),
(650, 'pt', 'Country/Zone of Origin', '<p>Country/Zone of Origin</p>', '', '', '', 'N', '', 'Y'),
(651, 'en', 'EU and non-EU Declaration', '<p>EU and non-EU Declaration</p>', '', '', '', 'N', '', 'Y'),
(651, 'es', 'EU and non-EU Declaration', '<p>EU and non-EU Declaration</p>', '', '', '', 'N', '', 'Y'),
(651, 'pt', 'EU and non-EU Declaration', '<p>EU and non-EU Declaration</p>', '', '', '', 'N', '', 'Y'),
(652, 'en', 'Fungos', '<p>Fungos</p>', '', '', '', 'N', '', 'Y'),
(652, 'es', 'Fungos', '<p>Fungos</p>', '', '', '', 'N', '', 'Y'),
(652, 'pt', 'Fungos', '<p>Fungos</p>', '', '', '', 'N', '', 'Y'),
(653, 'en', 'Cantarelos', '<p>Cantarelos</p>', '', '', '', 'N', '', 'Y'),
(653, 'es', 'Cantarelos', '<p>Cantarelos</p>', '', '', '', 'N', '', 'Y'),
(653, 'pt', 'Cantarelos', '<p>Cantarelos</p>', '', '', '', 'N', '', 'Y'),
(654, 'en', 'Cogumelo (Cep)', '<p>Cogumelo (Cep)</p>', '', '', '', 'N', '', 'Y'),
(654, 'es', 'Cogumelo (Cep)', '<p>Cogumelo (Cep)</p>', '', '', '', 'N', '', 'Y'),
(654, 'pt', 'Cogumelo (Cep)', '<p>Cogumelo (Cep)</p>', '', '', '', 'N', '', 'Y'),
(655, 'en', 'Cogumelo cultivado', '<p>Cogumelo cultivado</p>', '', '', '', 'N', '', 'Y'),
(655, 'es', 'Cogumelo cultivado', '<p>Cogumelo cultivado</p>', '', '', '', 'N', '', 'Y'),
(655, 'pt', 'Cogumelo cultivado', '<p>Cogumelo cultivado</p>', '', '', '', 'N', '', 'Y'),
(656, 'en', 'Cogumelo do tipo Eryngii', '<p>Cogumelo do tipo Eryngii</p>', '', '', '', 'N', '', 'Y'),
(656, 'es', 'Cogumelo do tipo Eryngii', '<p>Cogumelo do tipo Eryngii</p>', '', '', '', 'N', '', 'Y'),
(656, 'pt', 'Cogumelo do tipo Eryngii', '<p>Cogumelo do tipo Eryngii</p>', '', '', '', 'N', '', 'Y'),
(657, 'en', 'Cogumelos do tipo Enokitake', '<p>Cogumelos do tipo Enokitake</p>', '', '', '', 'N', '', 'Y'),
(657, 'es', 'Cogumelos do tipo Enokitake', '<p>Cogumelos do tipo Enokitake</p>', '', '', '', 'N', '', 'Y'),
(657, 'pt', 'Cogumelos do tipo Enokitake', '<p>Cogumelos do tipo Enokitake</p>', '', '', '', 'N', '', 'Y'),
(658, 'en', 'Cogumelos do tipo Shimeji', '<p>Cogumelos do tipo Shimeji</p>', '', '', '', 'N', '', 'Y'),
(658, 'es', 'Cogumelos do tipo Shimeji', '<p>Cogumelos do tipo Shimeji</p>', '', '', '', 'N', '', 'Y'),
(658, 'pt', 'Cogumelos do tipo Shimeji', '<p>Cogumelos do tipo Shimeji</p>', '', '', '', 'N', '', 'Y'),
(659, 'en', 'Cogumelos Lingzhi', '<p>Cogumelos Lingzhi</p>', '', '', '', 'N', '', 'Y'),
(659, 'es', 'Cogumelos Lingzhi', '<p>Cogumelos Lingzhi</p>', '', '', '', 'N', '', 'Y'),
(659, 'pt', 'Cogumelos Lingzhi', '<p>Cogumelos Lingzhi</p>', '', '', '', 'N', '', 'Y'),
(660, 'en', 'Cogumelos Shiitake', '<p>Cogumelos Shiitake</p>', '', '', '', 'N', '', 'Y'),
(660, 'es', 'Cogumelos Shiitake', '<p>Cogumelos Shiitake</p>', '', '', '', 'N', '', 'Y'),
(660, 'pt', 'Cogumelos Shiitake', '<p>Cogumelos Shiitake</p>', '', '', '', 'N', '', 'Y'),
(661, 'en', 'Cogumelos Silvestres (Outros)', '<p>Cogumelos Silvestres (Outros)</p>', '', '', '', 'N', '', 'Y'),
(661, 'es', 'Cogumelos Silvestres (Outros)', '<p>Cogumelos Silvestres (Outros)</p>', '', '', '', 'N', '', 'Y'),
(661, 'pt', 'Cogumelos Silvestres (Outros)', '<p>Cogumelos Silvestres (Outros)</p>', '', '', '', 'N', '', 'Y'),
(662, 'en', 'Cogumelos-ostra', '<p>Cogumelos-ostra</p>', '', '', '', 'N', '', 'Y'),
(662, 'es', 'Cogumelos-ostra', '<p>Cogumelos-ostra</p>', '', '', '', 'N', '', 'Y'),
(662, 'pt', 'Cogumelos-ostra', '<p>Cogumelos-ostra</p>', '', '', '', 'N', '', 'Y'),
(663, 'en', 'Erva-moura', '<p>Erva-moura</p>', '', '', '', 'N', '', 'Y'),
(663, 'es', 'Erva-moura', '<p>Erva-moura</p>', '', '', '', 'N', '', 'Y'),
(663, 'pt', 'Erva-moura', '<p>Erva-moura</p>', '', '', '', 'N', '', 'Y'),
(664, 'en', 'Trufas', '<p>Trufas</p>', '', '', '', 'N', '', 'Y'),
(664, 'es', 'Trufas', '<p>Trufas</p>', '', '', '', 'N', '', 'Y'),
(664, 'pt', 'Trufas', '<p>Trufas</p>', '', '', '', 'N', '', 'Y'),
(665, 'en', 'Grão de bico', '<p>Grão de bico</p>', '', '', '', 'N', '', 'Y'),
(665, 'es', 'Grão de bico', '<p>Grão de bico</p>', '', '', '', 'N', '', 'Y'),
(665, 'pt', 'Grão de bico', '<p>Grão de bico</p>', '', '', '', 'N', '', 'Y'),
(666, 'en', 'Country/Zone of Origin', '<p>Country/Zone of Origin</p>', '', '', '', 'N', '', 'Y'),
(666, 'es', 'Country/Zone of Origin', '<p>Country/Zone of Origin</p>', '', '', '', 'N', '', 'Y'),
(666, 'pt', 'Country/Zone of Origin', '<p>Country/Zone of Origin</p>', '', '', '', 'N', '', 'Y'),
(667, 'en', 'EU and non-EU Declaration', '<p>EU and non-EU Declaration</p>', '', '', '', 'N', '', 'Y'),
(667, 'es', 'EU and non-EU Declaration', '<p>EU and non-EU Declaration</p>', '', '', '', 'N', '', 'Y'),
(667, 'pt', 'EU and non-EU Declaration', '<p>EU and non-EU Declaration</p>', '', '', '', 'N', '', 'Y'),
(668, 'en', 'Growing Method', '<p>Growing Method</p>', '', '', '', 'N', '', 'Y'),
(668, 'es', 'Growing Method', '<p>Growing Method</p>', '', '', '', 'N', '', 'Y'),
(668, 'pt', 'Growing Method', '<p>Growing Method</p>', '', '', '', 'N', '', 'Y'),
(669, 'en', 'Legumes', '<p>Legumes</p>', '', '', '', 'N', '', 'Y'),
(669, 'es', 'Legumes', '<p>Legumes</p>', '', '', '', 'N', '', 'Y'),
(669, 'pt', 'Legumes', '<p>Legumes</p>', '', '', '', 'N', '', 'Y'),
(670, 'en', 'Aipo', '<p>Aipo</p>', '', '', '', 'N', '', 'Y'),
(670, 'es', 'Aipo', '<p>Aipo</p>', '', '', '', 'N', '', 'Y'),
(670, 'pt', 'Aipo', '<p>Aipo</p>', '', '', '', 'N', '', 'Y'),
(671, 'en', 'Alcachofras', '<p>Alcachofras</p>', '', '', '', 'N', '', 'Y'),
(671, 'es', 'Alcachofras', '<p>Alcachofras</p>', '', '', '', 'N', '', 'Y'),
(671, 'pt', 'Alcachofras', '<p>Alcachofras</p>', '', '', '', 'N', '', 'Y'),
(672, 'en', 'Alho-poró', '<p>Alho-poró</p>', '', '', '', 'N', '', 'Y'),
(672, 'es', 'Alho-poró', '<p>Alho-poró</p>', '', '', '', 'N', '', 'Y'),
(672, 'pt', 'Alho-poró', '<p>Alho-poró</p>', '', '', '', 'N', '', 'Y'),
(673, 'en', 'Aspargos', '<p>Aspargos</p>', '', '', '', 'N', '', 'Y'),
(673, 'es', 'Aspargos', '<p>Aspargos</p>', '', '', '', 'N', '', 'Y'),
(673, 'pt', 'Aspargos', '<p>Aspargos</p>', '', '', '', 'N', '', 'Y'),
(674, 'en', 'Batata doce', '<p>Batata doce</p>', '', '', '', 'N', '', 'Y'),
(674, 'es', 'Batata doce', '<p>Batata doce</p>', '', '', '', 'N', '', 'Y'),
(674, 'pt', 'Batata doce', '<p>Batata doce</p>', '', '', '', 'N', '', 'Y'),
(675, 'en', 'Brotos de bambu', '<p>Brotos de bambu</p>', '', '', '', 'N', '', 'Y'),
(675, 'es', 'Brotos de bambu', '<p>Brotos de bambu</p>', '', '', '', 'N', '', 'Y'),
(675, 'pt', 'Brotos de bambu', '<p>Brotos de bambu</p>', '', '', '', 'N', '', 'Y'),
(676, 'en', 'Cardos', '<p>Cardos</p>', '', '', '', 'N', '', 'Y'),
(676, 'es', 'Cardos', '<p>Cardos</p>', '', '', '', 'N', '', 'Y'),
(676, 'pt', 'Cardos', '<p>Cardos</p>', '', '', '', 'N', '', 'Y'),
(677, 'en', 'Funcho (subespécie azoricum)', '<p>Funcho (subespécie azoricum)</p>', '', '', '', 'N', '', 'Y'),
(677, 'es', 'Funcho (subespécie azoricum)', '<p>Funcho (subespécie azoricum)</p>', '', '', '', 'N', '', 'Y'),
(677, 'pt', 'Funcho (subespécie azoricum)', '<p>Funcho (subespécie azoricum)</p>', '', '', '', 'N', '', 'Y'),
(678, 'en', 'Palmitos', '<p>Palmitos</p>', '', '', '', 'N', '', 'Y'),
(678, 'es', 'Palmitos', '<p>Palmitos</p>', '', '', '', 'N', '', 'Y'),
(678, 'pt', 'Palmitos', '<p>Palmitos</p>', '', '', '', 'N', '', 'Y'),
(679, 'en', 'Ruibarbo', '<p>Ruibarbo</p>', '', '', '', 'N', '', 'Y'),
(679, 'es', 'Ruibarbo', '<p>Ruibarbo</p>', '', '', '', 'N', '', 'Y'),
(679, 'pt', 'Ruibarbo', '<p>Ruibarbo</p>', '', '', '', 'N', '', 'Y'),
(680, 'en', 'Melões', '<p>Melões</p>', '', '', '', 'N', '', 'Y'),
(680, 'es', 'Melões', '<p>Melões</p>', '', '', '', 'N', '', 'Y'),
(680, 'pt', 'Melões', '<p>Melões</p>', '', '', '', 'N', '', 'Y'),
(681, 'en', 'Melancias', '<p>Melancias</p>', '', '', '', 'N', '', 'Y'),
(681, 'es', 'Melancias', '<p>Melancias</p>', '', '', '', 'N', '', 'Y'),
(681, 'pt', 'Melancias', '<p>Melancias</p>', '', '', '', 'N', '', 'Y'),
(682, 'en', 'Melões', '<p>Melões</p>', '', '', '', 'N', '', 'Y'),
(682, 'es', 'Melões', '<p>Melões</p>', '', '', '', 'N', '', 'Y'),
(682, 'pt', 'Melões', '<p>Melões</p>', '', '', '', 'N', '', 'Y'),
(683, 'en', 'Melões Cantaloupe', '<p>Melões Cantaloupe</p>', '', '', '', 'N', '', 'Y'),
(683, 'es', 'Melões Cantaloupe', '<p>Melões Cantaloupe</p>', '', '', '', 'N', '', 'Y'),
(683, 'pt', 'Melões Cantaloupe', '<p>Melões Cantaloupe</p>', '', '', '', 'N', '', 'Y'),
(684, 'en', 'Melões Muskmelons', '<p>Melões Muskmelons</p>', '', '', '', 'N', '', 'Y'),
(684, 'es', 'Melões Muskmelons', '<p>Melões Muskmelons</p>', '', '', '', 'N', '', 'Y'),
(684, 'pt', 'Melões Muskmelons', '<p>Melões Muskmelons</p>', '', '', '', 'N', '', 'Y'),
(685, 'en', 'Outros Melões', '<p>Outros Melões</p>', '', '', '', 'N', '', 'Y'),
(685, 'es', 'Outros Melões', '<p>Outros Melões</p>', '', '', '', 'N', '', 'Y'),
(685, 'pt', 'Outros Melões', '<p>Outros Melões</p>', '', '', '', 'N', '', 'Y'),
(686, 'en', 'Pepino Africano (kino)', '<p>Pepino Africano (kino)</p>', '', '', '', 'N', '', 'Y'),
(686, 'es', 'Pepino Africano (kino)', '<p>Pepino Africano (kino)</p>', '', '', '', 'N', '', 'Y'),
(686, 'pt', 'Pepino Africano (kino)', '<p>Pepino Africano (kino)</p>', '', '', '', 'N', '', 'Y'),
(687, 'en', 'Pepino Armênio', '<p>Pepino Armênio</p>', '', '', '', 'N', '', 'Y'),
(687, 'es', 'Pepino Armênio', '<p>Pepino Armênio</p>', '', '', '', 'N', '', 'Y'),
(687, 'pt', 'Pepino Armênio', '<p>Pepino Armênio</p>', '', '', '', 'N', '', 'Y'),
(688, 'en', 'Winter Melons or Odourless Muskmelons', '<p>Winter Melons or Odourless Muskmelons</p>', '', '', '', 'N', '', 'Y'),
(688, 'es', 'Winter Melons or Odourless Muskmelons', '<p>Winter Melons or Odourless Muskmelons</p>', '', '', '', 'N', '', 'Y'),
(688, 'pt', 'Winter Melons or Odourless Muskmelons', '<p>Winter Melons or Odourless Muskmelons</p>', '', '', '', 'N', '', 'Y'),
(689, 'en', 'Micro legumes', '<p>Micro legumes</p>', '', '', '', 'N', '', 'Y'),
(689, 'es', 'Micro legumes', '<p>Micro legumes</p>', '', '', '', 'N', '', 'Y'),
(689, 'pt', 'Micro legumes', '<p>Micro legumes</p>', '', '', '', 'N', '', 'Y'),
(690, 'en', 'Brotos', '<p>Brotos</p>', '', '', '', 'N', '', 'Y'),
(690, 'es', 'Brotos', '<p>Brotos</p>', '', '', '', 'N', '', 'Y'),
(690, 'pt', 'Brotos', '<p>Brotos</p>', '', '', '', 'N', '', 'Y'),
(691, 'en', 'Mudas', '<p>Mudas</p>', '', '', '', 'N', '', 'Y'),
(691, 'es', 'Mudas', '<p>Mudas</p>', '', '', '', 'N', '', 'Y'),
(691, 'pt', 'Mudas', '<p>Mudas</p>', '', '', '', 'N', '', 'Y'),
(692, 'en', 'Outros produtos hortícolas', '<p>Outros produtos hortícolas</p>', '', '', '', 'N', '', 'Y'),
(692, 'es', 'Outros produtos hortícolas', '<p>Outros produtos hortícolas</p>', '', '', '', 'N', '', 'Y'),
(692, 'pt', 'Outros produtos hortícolas', '<p>Outros produtos hortícolas</p>', '', '', '', 'N', '', 'Y'),
(693, 'en', 'Alfarroba', '<p>Alfarroba</p>', '', '', '', 'N', '', 'Y'),
(693, 'es', 'Alfarroba', '<p>Alfarroba</p>', '', '', '', 'N', '', 'Y'),
(693, 'pt', 'Alfarroba', '<p>Alfarroba</p>', '', '', '', 'N', '', 'Y'),
(694, 'en', 'Milho (indiano)', '<p>Milho (indiano)</p>', '', '', '', 'N', '', 'Y'),
(694, 'es', 'Milho (indiano)', '<p>Milho (indiano)</p>', '', '', '', 'N', '', 'Y'),
(694, 'pt', 'Milho (indiano)', '<p>Milho (indiano)</p>', '', '', '', 'N', '', 'Y'),
(695, 'en', 'Milho doce', '<p>Milho doce</p>', '', '', '', 'N', '', 'Y'),
(695, 'es', 'Milho doce', '<p>Milho doce</p>', '', '', '', 'N', '', 'Y'),
(695, 'pt', 'Milho doce', '<p>Milho doce</p>', '', '', '', 'N', '', 'Y'),
(696, 'en', 'Quiabo', '<p>Quiabo</p>', '', '', '', 'N', '', 'Y'),
(696, 'es', 'Quiabo', '<p>Quiabo</p>', '', '', '', 'N', '', 'Y'),
(696, 'pt', 'Quiabo', '<p>Quiabo</p>', '', '', '', 'N', '', 'Y'),
(697, 'en', 'Pacotes de Variedades para Legumes - Não preparados /Não processados (Fresco)', '<p>Pacotes de Variedades para Legumes - Não preparados /Não processados (Fresco)</p>', '', '', '', 'N', '', 'Y'),
(697, 'es', 'Pacotes de Variedades para Legumes - Não preparados /Não processados (Fresco)', '<p>Pacotes de Variedades para Legumes - Não preparados /Não processados (Fresco)</p>', '', '', '', 'N', '', 'Y'),
(697, 'pt', 'Pacotes de Variedades para Legumes - Não preparados /Não processados (Fresco)', '<p>Pacotes de Variedades para Legumes - Não preparados /Não processados (Fresco)</p>', '', '', '', 'N', '', 'Y'),
(698, 'en', 'Is Washed and Ready to Eat', '<p>Is Washed and Ready to Eat</p>', '', '', '', 'N', '', 'Y'),
(698, 'es', 'Is Washed and Ready to Eat', '<p>Is Washed and Ready to Eat</p>', '', '', '', 'N', '', 'Y'),
(698, 'pt', 'Is Washed and Ready to Eat', '<p>Is Washed and Ready to Eat</p>', '', '', '', 'N', '', 'Y'),
(699, 'en', 'Pepinos', '<p>Pepinos</p>', '', '', '', 'N', '', 'Y'),
(699, 'es', 'Pepinos', '<p>Pepinos</p>', '', '', '', 'N', '', 'Y'),
(699, 'pt', 'Pepinos', '<p>Pepinos</p>', '', '', '', 'N', '', 'Y'),
(700, 'en', 'Gherkins', '<p>Gherkins</p>', '', '', '', 'N', '', 'Y'),
(700, 'es', 'Gherkins', '<p>Gherkins</p>', '', '', '', 'N', '', 'Y'),
(700, 'pt', 'Gherkins', '<p>Gherkins</p>', '', '', '', 'N', '', 'Y'),
(701, 'en', 'Pepino Curvo', '<p>Pepino Curvo</p>', '', '', '', 'N', '', 'Y'),
(701, 'es', 'Pepino Curvo', '<p>Pepino Curvo</p>', '', '', '', 'N', '', 'Y'),
(701, 'pt', 'Pepino Curvo', '<p>Pepino Curvo</p>', '', '', '', 'N', '', 'Y'),
(702, 'en', 'Pepinos', '<p>Pepinos</p>', '', '', '', 'N', '', 'Y'),
(702, 'es', 'Pepinos', '<p>Pepinos</p>', '', '', '', 'N', '', 'Y'),
(702, 'pt', 'Pepinos', '<p>Pepinos</p>', '', '', '', 'N', '', 'Y'),
(703, 'en', 'Pimentas', '<p>Pimentas</p>', '', '', '', 'N', '', 'Y'),
(703, 'es', 'Pimentas', '<p>Pimentas</p>', '', '', '', 'N', '', 'Y'),
(703, 'pt', 'Pimentas', '<p>Pimentas</p>', '', '', '', 'N', '', 'Y'),
(704, 'en', 'Pacotes de Variedades para Pimenta', '<p>Pacotes de Variedades para Pimenta</p>', '', '', '', 'N', '', 'Y'),
(704, 'es', 'Pacotes de Variedades para Pimenta', '<p>Pacotes de Variedades para Pimenta</p>', '', '', '', 'N', '', 'Y'),
(704, 'pt', 'Pacotes de Variedades para Pimenta', '<p>Pacotes de Variedades para Pimenta</p>', '', '', '', 'N', '', 'Y'),
(705, 'en', 'Pimenta Malagueta', '<p>Pimenta Malagueta</p>', '', '', '', 'N', '', 'Y'),
(705, 'es', 'Pimenta Malagueta', '<p>Pimenta Malagueta</p>', '', '', '', 'N', '', 'Y'),
(705, 'pt', 'Pimenta Malagueta', '<p>Pimenta Malagueta</p>', '', '', '', 'N', '', 'Y'),
(706, 'en', 'Pimentão achatado (pimentões tomate)', '<p>Pimentão achatado (pimentões tomate)</p>', '', '', '', 'N', '', 'Y'),
(706, 'es', 'Pimentão achatado (pimentões tomate)', '<p>Pimentão achatado (pimentões tomate)</p>', '', '', '', 'N', '', 'Y'),
(706, 'pt', 'Pimentão achatado (pimentões tomate)', '<p>Pimentão achatado (pimentões tomate)</p>', '', '', '', 'N', '', 'Y'),
(707, 'en', 'Pimentão Alongado (Pontudo)', '<p>Pimentão Alongado (Pontudo)</p>', '', '', '', 'N', '', 'Y'),
(707, 'es', 'Pimentão Alongado (Pontudo)', '<p>Pimentão Alongado (Pontudo)</p>', '', '', '', 'N', '', 'Y'),
(707, 'pt', 'Pimentão Alongado (Pontudo)', '<p>Pimentão Alongado (Pontudo)</p>', '', '', '', 'N', '', 'Y'),
(708, 'en', 'Pimentões em forma de retângulo (Periformes)', '<p>Pimentões em forma de retângulo (Periformes)</p>', '', '', '', 'N', '', 'Y'),
(708, 'es', 'Pimentões em forma de retângulo (Periformes)', '<p>Pimentões em forma de retângulo (Periformes)</p>', '', '', '', 'N', '', 'Y'),
(708, 'pt', 'Pimentões em forma de retângulo (Periformes)', '<p>Pimentões em forma de retângulo (Periformes)</p>', '', '', '', 'N', '', 'Y'),
(709, 'en', 'Pimentões Quadrados (Sem corte)', '<p>Pimentões Quadrados (Sem corte)</p>', '', '', '', 'N', '', 'Y'),
(709, 'es', 'Pimentões Quadrados (Sem corte)', '<p>Pimentões Quadrados (Sem corte)</p>', '', '', '', 'N', '', 'Y'),
(709, 'pt', 'Pimentões Quadrados (Sem corte)', '<p>Pimentões Quadrados (Sem corte)</p>', '', '', '', 'N', '', 'Y'),
(710, 'en', 'Plantas Suculenta', '<p>Plantas Suculenta</p>', '', '', '', 'N', '', 'Y'),
(710, 'es', 'Plantas Suculenta', '<p>Plantas Suculenta</p>', '', '', '', 'N', '', 'Y'),
(710, 'pt', 'Plantas Suculenta', '<p>Plantas Suculenta</p>', '', '', '', 'N', '', 'Y'),
(711, 'en', 'Country/Zone of Origin', '<p>Country/Zone of Origin</p>', '', '', '', 'N', '', 'Y'),
(711, 'es', 'Country/Zone of Origin', '<p>Country/Zone of Origin</p>', '', '', '', 'N', '', 'Y'),
(711, 'pt', 'Country/Zone of Origin', '<p>Country/Zone of Origin</p>', '', '', '', 'N', '', 'Y'),
(712, 'en', 'EU and non-EU Declaration', '<p>EU and non-EU Declaration</p>', '', '', '', 'N', '', 'Y'),
(712, 'es', 'EU and non-EU Declaration', '<p>EU and non-EU Declaration</p>', '', '', '', 'N', '', 'Y'),
(712, 'pt', 'EU and non-EU Declaration', '<p>EU and non-EU Declaration</p>', '', '', '', 'N', '', 'Y'),
(713, 'en', 'Growing Method', '<p>Growing Method</p>', '', '', '', 'N', '', 'Y'),
(713, 'es', 'Growing Method', '<p>Growing Method</p>', '', '', '', 'N', '', 'Y'),
(713, 'pt', 'Growing Method', '<p>Growing Method</p>', '', '', '', 'N', '', 'Y'),
(714, 'en', 'Raízes/Tubérculos', '<p>Raízes/Tubérculos</p>', '', '', '', 'N', '', 'Y'),
(714, 'es', 'Raízes/Tubérculos', '<p>Raízes/Tubérculos</p>', '', '', '', 'N', '', 'Y'),
(714, 'pt', 'Raízes/Tubérculos', '<p>Raízes/Tubérculos</p>', '', '', '', 'N', '', 'Y'),
(715, 'en', 'Aipo-rábano', '<p>Aipo-rábano</p>', '', '', '', 'N', '', 'Y'),
(715, 'es', 'Aipo-rábano', '<p>Aipo-rábano</p>', '', '', '', 'N', '', 'Y'),
(715, 'pt', 'Aipo-rábano', '<p>Aipo-rábano</p>', '', '', '', 'N', '', 'Y'),
(716, 'en', 'Alcachofra chinesa', '<p>Alcachofra chinesa</p>', '', '', '', 'N', '', 'Y'),
(716, 'es', 'Alcachofra chinesa', '<p>Alcachofra chinesa</p>', '', '', '', 'N', '', 'Y'),
(716, 'pt', 'Alcachofra chinesa', '<p>Alcachofra chinesa</p>', '', '', '', 'N', '', 'Y'),
(717, 'en', 'Alcachofra de Jerusalém/Topinambos', '<p>Alcachofra de Jerusalém/Topinambos</p>', '', '', '', 'N', '', 'Y'),
(717, 'es', 'Alcachofra de Jerusalém/Topinambos', '<p>Alcachofra de Jerusalém/Topinambos</p>', '', '', '', 'N', '', 'Y'),
(717, 'pt', 'Alcachofra de Jerusalém/Topinambos', '<p>Alcachofra de Jerusalém/Topinambos</p>', '', '', '', 'N', '', 'Y'),
(718, 'en', 'Araruta', '<p>Araruta</p>', '', '', '', 'N', '', 'Y'),
(718, 'es', 'Araruta', '<p>Araruta</p>', '', '', '', 'N', '', 'Y'),
(718, 'pt', 'Araruta', '<p>Araruta</p>', '', '', '', 'N', '', 'Y'),
(719, 'en', 'Bardana', '<p>Bardana</p>', '', '', '', 'N', '', 'Y'),
(719, 'es', 'Bardana', '<p>Bardana</p>', '', '', '', 'N', '', 'Y'),
(719, 'pt', 'Bardana', '<p>Bardana</p>', '', '', '', 'N', '', 'Y'),
(720, 'en', 'Batata-doce', '<p>Batata-doce</p>', '', '', '', 'N', '', 'Y'),
(720, 'es', 'Batata-doce', '<p>Batata-doce</p>', '', '', '', 'N', '', 'Y'),
(720, 'pt', 'Batata-doce', '<p>Batata-doce</p>', '', '', '', 'N', '', 'Y'),
(721, 'en', 'Batatas', '<p>Batatas</p>', '', '', '', 'N', '', 'Y'),
(721, 'es', 'Batatas', '<p>Batatas</p>', '', '', '', 'N', '', 'Y'),
(721, 'pt', 'Batatas', '<p>Batatas</p>', '', '', '', 'N', '', 'Y'),
(722, 'en', 'Beterraba', '<p>Beterraba</p>', '', '', '', 'N', '', 'Y'),
(722, 'es', 'Beterraba', '<p>Beterraba</p>', '', '', '', 'N', '', 'Y'),
(722, 'pt', 'Beterraba', '<p>Beterraba</p>', '', '', '', 'N', '', 'Y'),
(723, 'en', 'Cenouras', '<p>Cenouras</p>', '', '', '', 'N', '', 'Y'),
(723, 'es', 'Cenouras', '<p>Cenouras</p>', '', '', '', 'N', '', 'Y'),
(723, 'pt', 'Cenouras', '<p>Cenouras</p>', '', '', '', 'N', '', 'Y'),
(724, 'en', 'Cercefi', '<p>Cercefi</p>', '', '', '', 'N', '', 'Y'),
(724, 'es', 'Cercefi', '<p>Cercefi</p>', '', '', '', 'N', '', 'Y'),
(724, 'pt', 'Cercefi', '<p>Cercefi</p>', '', '', '', 'N', '', 'Y'),
(725, 'en', 'Cerefólio bulboso', '<p>Cerefólio bulboso</p>', '', '', '', 'N', '', 'Y'),
(725, 'es', 'Cerefólio bulboso', '<p>Cerefólio bulboso</p>', '', '', '', 'N', '', 'Y'),
(725, 'pt', 'Cerefólio bulboso', '<p>Cerefólio bulboso</p>', '', '', '', 'N', '', 'Y'),
(726, 'en', 'Cherovias', '<p>Cherovias</p>', '', '', '', 'N', '', 'Y'),
(726, 'es', 'Cherovias', '<p>Cherovias</p>', '', '', '', 'N', '', 'Y'),
(726, 'pt', 'Cherovias', '<p>Cherovias</p>', '', '', '', 'N', '', 'Y'),
(727, 'en', 'Escorcioneira', '<p>Escorcioneira</p>', '', '', '', 'N', '', 'Y'),
(727, 'es', 'Escorcioneira', '<p>Escorcioneira</p>', '', '', '', 'N', '', 'Y'),
(727, 'pt', 'Escorcioneira', '<p>Escorcioneira</p>', '', '', '', 'N', '', 'Y'),
(728, 'en', 'Gengibre', '<p>Gengibre</p>', '', '', '', 'N', '', 'Y'),
(728, 'es', 'Gengibre', '<p>Gengibre</p>', '', '', '', 'N', '', 'Y'),
(728, 'pt', 'Gengibre', '<p>Gengibre</p>', '', '', '', 'N', '', 'Y'),
(729, 'en', 'Ginseng', '<p>Ginseng</p>', '', '', '', 'N', '', 'Y'),
(729, 'es', 'Ginseng', '<p>Ginseng</p>', '', '', '', 'N', '', 'Y'),
(729, 'pt', 'Ginseng', '<p>Ginseng</p>', '', '', '', 'N', '', 'Y'),
(730, 'en', 'Inhame', '<p>Inhame</p>', '', '', '', 'N', '', 'Y'),
(730, 'es', 'Inhame', '<p>Inhame</p>', '', '', '', 'N', '', 'Y'),
(730, 'pt', 'Inhame', '<p>Inhame</p>', '', '', '', 'N', '', 'Y'),
(731, 'en', 'Inhame', '<p>Inhame</p>', '', '', '', 'N', '', 'Y'),
(731, 'es', 'Inhame', '<p>Inhame</p>', '', '', '', 'N', '', 'Y'),
(731, 'pt', 'Inhame', '<p>Inhame</p>', '', '', '', 'N', '', 'Y'),
(732, 'en', 'Jacatupé', '<p>Jacatupé</p>', '', '', '', 'N', '', 'Y'),
(732, 'es', 'Jacatupé', '<p>Jacatupé</p>', '', '', '', 'N', '', 'Y'),
(732, 'pt', 'Jacatupé', '<p>Jacatupé</p>', '', '', '', 'N', '', 'Y'),
(733, 'en', 'Mandioca', '<p>Mandioca</p>', '', '', '', 'N', '', 'Y'),
(733, 'es', 'Mandioca', '<p>Mandioca</p>', '', '', '', 'N', '', 'Y'),
(733, 'pt', 'Mandioca', '<p>Mandioca</p>', '', '', '', 'N', '', 'Y'),
(734, 'en', 'Mandioquinha', '<p>Mandioquinha</p>', '', '', '', 'N', '', 'Y'),
(734, 'es', 'Mandioquinha', '<p>Mandioquinha</p>', '', '', '', 'N', '', 'Y'),
(734, 'pt', 'Mandioquinha', '<p>Mandioquinha</p>', '', '', '', 'N', '', 'Y'),
(735, 'en', 'Mashua (Capere Tubereuse)', '<p>Mashua (Capere Tubereuse)</p>', '', '', '', 'N', '', 'Y'),
(735, 'es', 'Mashua (Capere Tubereuse)', '<p>Mashua (Capere Tubereuse)</p>', '', '', '', 'N', '', 'Y'),
(735, 'pt', 'Mashua (Capere Tubereuse)', '<p>Mashua (Capere Tubereuse)</p>', '', '', '', 'N', '', 'Y'),
(736, 'en', 'Oca', '<p>Oca</p>', '', '', '', 'N', '', 'Y'),
(736, 'es', 'Oca', '<p>Oca</p>', '', '', '', 'N', '', 'Y'),
(736, 'pt', 'Oca', '<p>Oca</p>', '', '', '', 'N', '', 'Y'),
(737, 'en', 'Quiabo (Chinês)', '<p>Quiabo (Chinês)</p>', '', '', '', 'N', '', 'Y'),
(737, 'es', 'Quiabo (Chinês)', '<p>Quiabo (Chinês)</p>', '', '', '', 'N', '', 'Y'),
(737, 'pt', 'Quiabo (Chinês)', '<p>Quiabo (Chinês)</p>', '', '', '', 'N', '', 'Y'),
(738, 'en', 'Rabanete Branco', '<p>Rabanete Branco</p>', '', '', '', 'N', '', 'Y'),
(738, 'es', 'Rabanete Branco', '<p>Rabanete Branco</p>', '', '', '', 'N', '', 'Y'),
(738, 'pt', 'Rabanete Branco', '<p>Rabanete Branco</p>', '', '', '', 'N', '', 'Y'),
(739, 'en', 'Rabanetes', '<p>Rabanetes</p>', '', '', '', 'N', '', 'Y'),
(739, 'es', 'Rabanetes', '<p>Rabanetes</p>', '', '', '', 'N', '', 'Y'),
(739, 'pt', 'Rabanetes', '<p>Rabanetes</p>', '', '', '', 'N', '', 'Y'),
(740, 'en', 'Rabanetes pretos', '<p>Rabanetes pretos</p>', '', '', '', 'N', '', 'Y'),
(740, 'es', 'Rabanetes pretos', '<p>Rabanetes pretos</p>', '', '', '', 'N', '', 'Y'),
(740, 'pt', 'Rabanetes pretos', '<p>Rabanetes pretos</p>', '', '', '', 'N', '', 'Y'),
(741, 'en', 'Raiz de lótus', '<p>Raiz de lótus</p>', '', '', '', 'N', '', 'Y'),
(741, 'es', 'Raiz de lótus', '<p>Raiz de lótus</p>', '', '', '', 'N', '', 'Y'),
(741, 'pt', 'Raiz de lótus', '<p>Raiz de lótus</p>', '', '', '', 'N', '', 'Y'),
(742, 'en', 'Raiz-forte', '<p>Raiz-forte</p>', '', '', '', 'N', '', 'Y'),
(742, 'es', 'Raiz-forte', '<p>Raiz-forte</p>', '', '', '', 'N', '', 'Y'),
(742, 'pt', 'Raiz-forte', '<p>Raiz-forte</p>', '', '', '', 'N', '', 'Y'),
(743, 'en', 'Salsa de raiz', '<p>Salsa de raiz</p>', '', '', '', 'N', '', 'Y'),
(743, 'es', 'Salsa de raiz', '<p>Salsa de raiz</p>', '', '', '', 'N', '', 'Y'),
(743, 'pt', 'Salsa de raiz', '<p>Salsa de raiz</p>', '', '', '', 'N', '', 'Y'),
(744, 'en', 'Taioba branca', '<p>Taioba branca</p>', '', '', '', 'N', '', 'Y'),
(744, 'es', 'Taioba branca', '<p>Taioba branca</p>', '', '', '', 'N', '', 'Y'),
(744, 'pt', 'Taioba branca', '<p>Taioba branca</p>', '', '', '', 'N', '', 'Y'),
(745, 'en', 'Taioba brava', '<p>Taioba brava</p>', '', '', '', 'N', '', 'Y'),
(745, 'es', 'Taioba brava', '<p>Taioba brava</p>', '', '', '', 'N', '', 'Y'),
(745, 'pt', 'Taioba brava', '<p>Taioba brava</p>', '', '', '', 'N', '', 'Y'),
(746, 'en', 'Taro', '<p>Taro</p>', '', '', '', 'N', '', 'Y'),
(746, 'es', 'Taro', '<p>Taro</p>', '', '', '', 'N', '', 'Y'),
(746, 'pt', 'Taro', '<p>Taro</p>', '', '', '', 'N', '', 'Y'),
(747, 'en', 'Samambaias', '<p>Samambaias</p>', '', '', '', 'N', '', 'Y'),
(747, 'es', 'Samambaias', '<p>Samambaias</p>', '', '', '', 'N', '', 'Y'),
(747, 'pt', 'Samambaias', '<p>Samambaias</p>', '', '', '', 'N', '', 'Y'),
(748, 'en', 'Samambaia de canela', '<p>Samambaia de canela</p>', '', '', '', 'N', '', 'Y'),
(748, 'es', 'Samambaia de canela', '<p>Samambaia de canela</p>', '', '', '', 'N', '', 'Y'),
(748, 'pt', 'Samambaia de canela', '<p>Samambaia de canela</p>', '', '', '', 'N', '', 'Y'),
(749, 'en', 'Samambaia real', '<p>Samambaia real</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(749, 'es', 'Samambaia real', '<p>Samambaia real</p>', '', '', '', 'N', '', 'Y'),
(749, 'pt', 'Samambaia real', '<p>Samambaia real</p>', '', '', '', 'N', '', 'Y'),
(750, 'en', 'Samambaias de Fiddlehead', '<p>Samambaias de Fiddlehead</p>', '', '', '', 'N', '', 'Y'),
(750, 'es', 'Samambaias de Fiddlehead', '<p>Samambaias de Fiddlehead</p>', '', '', '', 'N', '', 'Y'),
(750, 'pt', 'Samambaias de Fiddlehead', '<p>Samambaias de Fiddlehead</p>', '', '', '', 'N', '', 'Y'),
(751, 'en', 'Sapoti', '<p>Sapoti</p>', '', '', '', 'N', '', 'Y'),
(751, 'es', 'Sapoti', '<p>Sapoti</p>', '', '', '', 'N', '', 'Y'),
(751, 'pt', 'Sapoti', '<p>Sapoti</p>', '', '', '', 'N', '', 'Y'),
(752, 'en', 'Abricó', '<p>Abricó</p>', '', '', '', 'N', '', 'Y'),
(752, 'es', 'Abricó', '<p>Abricó</p>', '', '', '', 'N', '', 'Y'),
(752, 'pt', 'Abricó', '<p>Abricó</p>', '', '', '', 'N', '', 'Y'),
(753, 'en', 'Sapota Branca', '<p>Sapota Branca</p>', '', '', '', 'N', '', 'Y'),
(753, 'es', 'Sapota Branca', '<p>Sapota Branca</p>', '', '', '', 'N', '', 'Y'),
(753, 'pt', 'Sapota Branca', '<p>Sapota Branca</p>', '', '', '', 'N', '', 'Y'),
(754, 'en', 'Sapoti', '<p>Sapoti</p>', '', '', '', 'N', '', 'Y'),
(754, 'es', 'Sapoti', '<p>Sapoti</p>', '', '', '', 'N', '', 'Y'),
(754, 'pt', 'Sapoti', '<p>Sapoti</p>', '', '', '', 'N', '', 'Y'),
(755, 'en', 'Sapoti Preto', '<p>Sapoti Preto</p>', '', '', '', 'N', '', 'Y'),
(755, 'es', 'Sapoti Preto', '<p>Sapoti Preto</p>', '', '', '', 'N', '', 'Y'),
(755, 'pt', 'Sapoti Preto', '<p>Sapoti Preto</p>', '', '', '', 'N', '', 'Y'),
(756, 'en', 'Solanáceas / Outros', '<p>Solanáceas / Outros</p>', '', '', '', 'N', '', 'Y'),
(756, 'es', 'Solanáceas / Outros', '<p>Solanáceas / Outros</p>', '', '', '', 'N', '', 'Y'),
(756, 'pt', 'Solanáceas / Outros', '<p>Solanáceas / Outros</p>', '', '', '', 'N', '', 'Y'),
(757, 'en', 'Berinjela branca', '<p>Berinjela branca</p>', '', '', '', 'N', '', 'Y'),
(757, 'es', 'Berinjela branca', '<p>Berinjela branca</p>', '', '', '', 'N', '', 'Y'),
(757, 'pt', 'Berinjela branca', '<p>Berinjela branca</p>', '', '', '', 'N', '', 'Y'),
(758, 'en', 'Berinjelas', '<p>Berinjelas</p>', '', '', '', 'N', '', 'Y'),
(758, 'es', 'Berinjelas', '<p>Berinjelas</p>', '', '', '', 'N', '', 'Y'),
(758, 'pt', 'Berinjelas', '<p>Berinjelas</p>', '', '', '', 'N', '', 'Y'),
(759, 'en', 'Naranjilla/Lulo', '<p>Naranjilla/Lulo</p>', '', '', '', 'N', '', 'Y'),
(759, 'es', 'Naranjilla/Lulo', '<p>Naranjilla/Lulo</p>', '', '', '', 'N', '', 'Y'),
(759, 'pt', 'Naranjilla/Lulo', '<p>Naranjilla/Lulo</p>', '', '', '', 'N', '', 'Y'),
(760, 'en', 'Pepino', '<p>Pepino</p>', '', '', '', 'N', '', 'Y'),
(760, 'es', 'Pepino', '<p>Pepino</p>', '', '', '', 'N', '', 'Y'),
(760, 'pt', 'Pepino', '<p>Pepino</p>', '', '', '', 'N', '', 'Y'),
(761, 'en', 'Tamarilho', '<p>Tamarilho</p>', '', '', '', 'N', '', 'Y'),
(761, 'es', 'Tamarilho', '<p>Tamarilho</p>', '', '', '', 'N', '', 'Y'),
(761, 'pt', 'Tamarilho', '<p>Tamarilho</p>', '', '', '', 'N', '', 'Y'),
(762, 'en', 'Tomatillos', '<p>Tomatillos</p>', '', '', '', 'N', '', 'Y'),
(762, 'es', 'Tomatillos', '<p>Tomatillos</p>', '', '', '', 'N', '', 'Y'),
(762, 'pt', 'Tomatillos', '<p>Tomatillos</p>', '', '', '', 'N', '', 'Y'),
(763, 'en', 'Tomates', '<p>Tomates</p>', '', '', '', 'N', '', 'Y'),
(763, 'es', 'Tomates', '<p>Tomates</p>', '', '', '', 'N', '', 'Y'),
(763, 'pt', 'Tomates', '<p>Tomates</p>', '', '', '', 'N', '', 'Y'),
(764, 'en', 'Pacotes de Variedades para Tomates', '<p>Pacotes de Variedades para Tomates</p>', '', '', '', 'N', '', 'Y'),
(764, 'es', 'Pacotes de Variedades para Tomates', '<p>Pacotes de Variedades para Tomates</p>', '', '', '', 'N', '', 'Y'),
(764, 'pt', 'Pacotes de Variedades para Tomates', '<p>Pacotes de Variedades para Tomates</p>', '', '', '', 'N', '', 'Y'),
(765, 'en', 'Tomates - Com Nervuras', '<p>Tomates - Com Nervuras</p>', '', '', '', 'N', '', 'Y'),
(765, 'es', 'Tomates - Com Nervuras', '<p>Tomates - Com Nervuras</p>', '', '', '', 'N', '', 'Y'),
(765, 'pt', 'Tomates - Com Nervuras', '<p>Tomates - Com Nervuras</p>', '', '', '', 'N', '', 'Y'),
(766, 'en', 'Tomates cereja - Oblongo', '<p>Tomates cereja - Oblongo</p>', '', '', '', 'N', '', 'Y'),
(766, 'es', 'Tomates cereja - Oblongo', '<p>Tomates cereja - Oblongo</p>', '', '', '', 'N', '', 'Y'),
(766, 'pt', 'Tomates cereja - Oblongo', '<p>Tomates cereja - Oblongo</p>', '', '', '', 'N', '', 'Y'),
(767, 'en', 'Tomates cereja - Redondo', '<p>Tomates cereja - Redondo</p>', '', '', '', 'N', '', 'Y'),
(767, 'es', 'Tomates cereja - Redondo', '<p>Tomates cereja - Redondo</p>', '', '', '', 'N', '', 'Y'),
(767, 'pt', 'Tomates cereja - Redondo', '<p>Tomates cereja - Redondo</p>', '', '', '', 'N', '', 'Y'),
(768, 'en', 'Tomates Saladete - Redondos', '<p>Tomates Saladete - Redondos</p>', '', '', '', 'N', '', 'Y'),
(768, 'es', 'Tomates Saladete - Redondos', '<p>Tomates Saladete - Redondos</p>', '', '', '', 'N', '', 'Y'),
(768, 'pt', 'Tomates Saladete - Redondos', '<p>Tomates Saladete - Redondos</p>', '', '', '', 'N', '', 'Y'),
(769, 'en', 'Tomates Santa Cruz - Oblongo', '<p>Tomates Santa Cruz - Oblongo</p>', '', '', '', 'N', '', 'Y'),
(769, 'es', 'Tomates Santa Cruz - Oblongo', '<p>Tomates Santa Cruz - Oblongo</p>', '', '', '', 'N', '', 'Y'),
(769, 'pt', 'Tomates Santa Cruz - Oblongo', '<p>Tomates Santa Cruz - Oblongo</p>', '', '', '', 'N', '', 'Y'),
(770, 'en', 'Leite/Manteiga/Creme/Iogurtes/Queijo/Ovos/Substitutos', '<p>Leite/Manteiga/Creme/Iogurtes/Queijo/Ovos/Substitutos</p>', '', '', '', 'N', '', 'Y'),
(770, 'es', 'Leite/Manteiga/Creme/Iogurtes/Queijo/Ovos/Substitutos', '<p>Leite/Manteiga/Creme/Iogurtes/Queijo/Ovos/Substitutos</p>', '', '', '', 'N', '', 'Y'),
(770, 'pt', 'Leite/Manteiga/Creme/Iogurtes/Queijo/Ovos/Substitutos', '<p>Leite/Manteiga/Creme/Iogurtes/Queijo/Ovos/Substitutos</p>', '', '', '', 'N', '', 'Y'),
(771, 'en', 'Creme / Substitutos do creme', '<p>Creme / Substitutos do creme</p>', '', '', '', 'N', '', 'Y'),
(771, 'es', 'Creme / Substitutos do creme', '<p>Creme / Substitutos do creme</p>', '', '', '', 'N', '', 'Y'),
(771, 'pt', 'Creme / Substitutos do creme', '<p>Creme / Substitutos do creme</p>', '', '', '', 'N', '', 'Y'),
(772, 'en', 'Creme (congelado)', '<p>Creme (congelado)</p>', '', '', '', 'N', '', 'Y'),
(772, 'es', 'Creme (congelado)', '<p>Creme (congelado)</p>', '', '', '', 'N', '', 'Y'),
(772, 'pt', 'Creme (congelado)', '<p>Creme (congelado)</p>', '', '', '', 'N', '', 'Y'),
(773, 'en', 'Creme (perecível)', '<p>Creme (perecível)</p>', '', '', '', 'N', '', 'Y'),
(773, 'es', 'Creme (perecível)', '<p>Creme (perecível)</p>', '', '', '', 'N', '', 'Y'),
(773, 'pt', 'Creme (perecível)', '<p>Creme (perecível)</p>', '', '', '', 'N', '', 'Y'),
(774, 'en', 'Creme (sem refrigeração)', '<p>Creme (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(774, 'es', 'Creme (sem refrigeração)', '<p>Creme (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(774, 'pt', 'Creme (sem refrigeração)', '<p>Creme (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(775, 'en', 'Substituto de creme (congelado)', '<p>Substituto de creme (congelado)</p>', '', '', '', 'N', '', 'Y'),
(775, 'es', 'Substituto de creme (congelado)', '<p>Substituto de creme (congelado)</p>', '', '', '', 'N', '', 'Y'),
(775, 'pt', 'Substituto de creme (congelado)', '<p>Substituto de creme (congelado)</p>', '', '', '', 'N', '', 'Y'),
(776, 'en', 'Substituto de creme (perecível)', '<p>Substituto de creme (perecível)</p>', '', '', '', 'N', '', 'Y'),
(776, 'es', 'Substituto de creme (perecível)', '<p>Substituto de creme (perecível)</p>', '', '', '', 'N', '', 'Y'),
(776, 'pt', 'Substituto de creme (perecível)', '<p>Substituto de creme (perecível)</p>', '', '', '', 'N', '', 'Y'),
(777, 'en', 'Substituto do creme (sem refrigeração)', '<p>Substituto do creme (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(777, 'es', 'Substituto do creme (sem refrigeração)', '<p>Substituto do creme (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(777, 'pt', 'Substituto do creme (sem refrigeração)', '<p>Substituto do creme (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(778, 'en', 'Dairy Derivatives/By Products', '<p>Dairy Derivatives/By Products</p>', '', '', '', 'N', '', 'Y'),
(778, 'es', 'Dairy Derivatives/By Products', '<p>Dairy Derivatives/By Products</p>', '', '', '', 'N', '', 'Y'),
(778, 'pt', 'Dairy Derivatives/By Products', '<p>Dairy Derivatives/By Products</p>', '', '', '', 'N', '', 'Y'),
(779, 'en', 'Type of Dairy By-Product', '<p>Type of Dairy By-Product</p>', '', '', '', 'N', '', 'Y'),
(779, 'es', 'Type of Dairy By-Product', '<p>Type of Dairy By-Product</p>', '', '', '', 'N', '', 'Y'),
(779, 'pt', 'Type of Dairy By-Product', '<p>Type of Dairy By-Product</p>', '', '', '', 'N', '', 'Y'),
(780, 'en', 'Iogurte / Substitutos de iogurte', '<p>Iogurte / Substitutos de iogurte</p>', '', '', '', 'N', '', 'Y'),
(780, 'es', 'Iogurte / Substitutos de iogurte', '<p>Iogurte / Substitutos de iogurte</p>', '', '', '', 'N', '', 'Y'),
(780, 'pt', 'Iogurte / Substitutos de iogurte', '<p>Iogurte / Substitutos de iogurte</p>', '', '', '', 'N', '', 'Y'),
(781, 'en', 'Iogurte (congelado)', '<p>Iogurte (congelado)</p>', '', '', '', 'N', '', 'Y'),
(781, 'es', 'Iogurte (congelado)', '<p>Iogurte (congelado)</p>', '', '', '', 'N', '', 'Y'),
(781, 'pt', 'Iogurte (congelado)', '<p>Iogurte (congelado)</p>', '', '', '', 'N', '', 'Y'),
(782, 'en', 'Iogurte (perecível)', '<p>Iogurte (perecível)</p>', '', '', '', 'N', '', 'Y'),
(782, 'es', 'Iogurte (perecível)', '<p>Iogurte (perecível)</p>', '', '', '', 'N', '', 'Y'),
(782, 'pt', 'Iogurte (perecível)', '<p>Iogurte (perecível)</p>', '', '', '', 'N', '', 'Y'),
(783, 'en', 'Iogurte (sem refrigeração)', '<p>Iogurte (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(783, 'es', 'Iogurte (sem refrigeração)', '<p>Iogurte (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(783, 'pt', 'Iogurte (sem refrigeração)', '<p>Iogurte (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(784, 'en', 'Substituos de iogurte (sem refrigeração)', '<p>Substituos de iogurte (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(784, 'es', 'Substituos de iogurte (sem refrigeração)', '<p>Substituos de iogurte (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(784, 'pt', 'Substituos de iogurte (sem refrigeração)', '<p>Substituos de iogurte (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(785, 'en', 'Substitutos de Iogurte (Congelados)', '<p>Substitutos de Iogurte (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(785, 'es', 'Substitutos de Iogurte (Congelados)', '<p>Substitutos de Iogurte (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(785, 'pt', 'Substitutos de Iogurte (Congelados)', '<p>Substitutos de Iogurte (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(786, 'en', 'Substitutos de Iogurte (Perecíveis)', '<p>Substitutos de Iogurte (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(786, 'es', 'Substitutos de Iogurte (Perecíveis)', '<p>Substitutos de Iogurte (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(786, 'pt', 'Substitutos de Iogurte (Perecíveis)', '<p>Substitutos de Iogurte (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(787, 'en', 'Leite/Substitutos do leite', '<p>Leite/Substitutos do leite</p>', '', '', '', 'N', '', 'Y'),
(787, 'es', 'Leite/Substitutos do leite', '<p>Leite/Substitutos do leite</p>', '', '', '', 'N', '', 'Y'),
(787, 'pt', 'Leite/Substitutos do leite', '<p>Leite/Substitutos do leite</p>', '', '', '', 'N', '', 'Y'),
(788, 'en', 'Leite (congelado)', '<p>Leite (congelado)</p>', '', '', '', 'N', '', 'Y'),
(788, 'es', 'Leite (congelado)', '<p>Leite (congelado)</p>', '', '', '', 'N', '', 'Y'),
(788, 'pt', 'Leite (congelado)', '<p>Leite (congelado)</p>', '', '', '', 'N', '', 'Y'),
(789, 'en', 'Leite (Perecível)', '<p>Leite (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(789, 'es', 'Leite (Perecível)', '<p>Leite (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(789, 'pt', 'Leite (Perecível)', '<p>Leite (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(790, 'en', 'Leite (sem refrigeração)', '<p>Leite (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(790, 'es', 'Leite (sem refrigeração)', '<p>Leite (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(790, 'pt', 'Leite (sem refrigeração)', '<p>Leite (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(791, 'en', 'Substitutos do leite (Congelados)', '<p>Substitutos do leite (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(791, 'es', 'Substitutos do leite (Congelados)', '<p>Substitutos do leite (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(791, 'pt', 'Substitutos do leite (Congelados)', '<p>Substitutos do leite (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(792, 'en', 'Substitutos do leite (Perecíveis)', '<p>Substitutos do leite (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(792, 'es', 'Substitutos do leite (Perecíveis)', '<p>Substitutos do leite (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(792, 'pt', 'Substitutos do leite (Perecíveis)', '<p>Substitutos do leite (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(793, 'en', 'Substitutos do leite (sem refrigeração)', '<p>Substitutos do leite (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(793, 'es', 'Substitutos do leite (sem refrigeração)', '<p>Substitutos do leite (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(793, 'pt', 'Substitutos do leite (sem refrigeração)', '<p>Substitutos do leite (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(794, 'en', 'Manteiga/Substitutos da manteiga', '<p>Manteiga/Substitutos da manteiga</p>', '', '', '', 'N', '', 'Y'),
(794, 'es', 'Manteiga/Substitutos da manteiga', '<p>Manteiga/Substitutos da manteiga</p>', '', '', '', 'N', '', 'Y'),
(794, 'pt', 'Manteiga/Substitutos da manteiga', '<p>Manteiga/Substitutos da manteiga</p>', '', '', '', 'N', '', 'Y'),
(795, 'en', 'Manteiga (congelada)', '<p>Manteiga (congelada)</p>', '', '', '', 'N', '', 'Y'),
(795, 'es', 'Manteiga (congelada)', '<p>Manteiga (congelada)</p>', '', '', '', 'N', '', 'Y'),
(795, 'pt', 'Manteiga (congelada)', '<p>Manteiga (congelada)</p>', '', '', '', 'N', '', 'Y'),
(796, 'en', 'Manteiga (perecível)', '<p>Manteiga (perecível)</p>', '', '', '', 'N', '', 'Y'),
(796, 'es', 'Manteiga (perecível)', '<p>Manteiga (perecível)</p>', '', '', '', 'N', '', 'Y'),
(796, 'pt', 'Manteiga (perecível)', '<p>Manteiga (perecível)</p>', '', '', '', 'N', '', 'Y'),
(797, 'en', 'Manteiga (sem refrigeração)', '<p>Manteiga (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(797, 'es', 'Manteiga (sem refrigeração)', '<p>Manteiga (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(797, 'pt', 'Manteiga (sem refrigeração)', '<p>Manteiga (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(798, 'en', 'Margarina (Congelada)', '<p>Margarina (Congelada)</p>', '', '', '', 'N', '', 'Y'),
(798, 'es', 'Margarina (Congelada)', '<p>Margarina (Congelada)</p>', '', '', '', 'N', '', 'Y'),
(798, 'pt', 'Margarina (Congelada)', '<p>Margarina (Congelada)</p>', '', '', '', 'N', '', 'Y'),
(799, 'en', 'Margarina (Perecível)', '<p>Margarina (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(799, 'es', 'Margarina (Perecível)', '<p>Margarina (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(799, 'pt', 'Margarina (Perecível)', '<p>Margarina (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(800, 'en', 'Margarina (sem refrigeração)', '<p>Margarina (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(800, 'es', 'Margarina (sem refrigeração)', '<p>Margarina (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(800, 'pt', 'Margarina (sem refrigeração)', '<p>Margarina (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(801, 'en', 'Pastas de gordura mista (congeladas)', '<p>Pastas de gordura mista (congeladas)</p>', '', '', '', 'N', '', 'Y'),
(801, 'es', 'Pastas de gordura mista (congeladas)', '<p>Pastas de gordura mista (congeladas)</p>', '', '', '', 'N', '', 'Y'),
(801, 'pt', 'Pastas de gordura mista (congeladas)', '<p>Pastas de gordura mista (congeladas)</p>', '', '', '', 'N', '', 'Y'),
(802, 'en', 'Pastas de gordura mista (perecível)', '<p>Pastas de gordura mista (perecível)</p>', '', '', '', 'N', '', 'Y'),
(802, 'es', 'Pastas de gordura mista (perecível)', '<p>Pastas de gordura mista (perecível)</p>', '', '', '', 'N', '', 'Y'),
(802, 'pt', 'Pastas de gordura mista (perecível)', '<p>Pastas de gordura mista (perecível)</p>', '', '', '', 'N', '', 'Y'),
(803, 'en', 'Pastas de gordura mista (sem refrigeração)', '<p>Pastas de gordura mista (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(803, 'es', 'Pastas de gordura mista (sem refrigeração)', '<p>Pastas de gordura mista (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(803, 'pt', 'Pastas de gordura mista (sem refrigeração)', '<p>Pastas de gordura mista (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(804, 'en', 'Pastas lácteas (Congeladas)', '<p>Pastas lácteas (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(804, 'es', 'Pastas lácteas (Congeladas)', '<p>Pastas lácteas (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(804, 'pt', 'Pastas lácteas (Congeladas)', '<p>Pastas lácteas (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(805, 'en', 'Pastas lácteas (perecíveis)', '<p>Pastas lácteas (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(805, 'es', 'Pastas lácteas (perecíveis)', '<p>Pastas lácteas (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(805, 'pt', 'Pastas lácteas (perecíveis)', '<p>Pastas lácteas (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(806, 'en', 'Pastas lácteas (sem refrigeração)', '<p>Pastas lácteas (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(806, 'es', 'Pastas lácteas (sem refrigeração)', '<p>Pastas lácteas (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(806, 'pt', 'Pastas lácteas (sem refrigeração)', '<p>Pastas lácteas (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(807, 'en', 'Ovos / Extratos (Processo Industrial)', '<p>Ovos / Extratos (Processo Industrial)</p>', '', '', '', 'N', '', 'Y'),
(807, 'es', 'Ovos / Extratos (Processo Industrial)', '<p>Ovos / Extratos (Processo Industrial)</p>', '', '', '', 'N', '', 'Y'),
(807, 'pt', 'Ovos / Extratos (Processo Industrial)', '<p>Ovos / Extratos (Processo Industrial)</p>', '', '', '', 'N', '', 'Y'),
(808, 'en', 'Extratos de ovos', '<p>Extratos de ovos</p>', '', '', '', 'N', '', 'Y'),
(808, 'es', 'Extratos de ovos', '<p>Extratos de ovos</p>', '', '', '', 'N', '', 'Y'),
(808, 'pt', 'Extratos de ovos', '<p>Extratos de ovos</p>', '', '', '', 'N', '', 'Y'),
(809, 'en', 'Ovos com casca no ninho', '<p>Ovos com casca no ninho</p>', '', '', '', 'N', '', 'Y'),
(809, 'es', 'Ovos com casca no ninho', '<p>Ovos com casca no ninho</p>', '', '', '', 'N', '', 'Y'),
(809, 'pt', 'Ovos com casca no ninho', '<p>Ovos com casca no ninho</p>', '', '', '', 'N', '', 'Y'),
(810, 'en', 'Verificação de Ovos na Casca/Sujos', '<p>Verificação de Ovos na Casca/Sujos</p>', '', '', '', 'N', '', 'Y'),
(810, 'es', 'Verificação de Ovos na Casca/Sujos', '<p>Verificação de Ovos na Casca/Sujos</p>', '', '', '', 'N', '', 'Y'),
(810, 'pt', 'Verificação de Ovos na Casca/Sujos', '<p>Verificação de Ovos na Casca/Sujos</p>', '', '', '', 'N', '', 'Y'),
(811, 'en', 'Ovos / Substitutos', '<p>Ovos / Substitutos</p>', '', '', '', 'N', '', 'Y'),
(811, 'es', 'Ovos / Substitutos', '<p>Ovos / Substitutos</p>', '', '', '', 'N', '', 'Y'),
(811, 'pt', 'Ovos / Substitutos', '<p>Ovos / Substitutos</p>', '', '', '', 'N', '', 'Y'),
(812, 'en', 'As imitações de ovos', '<p>As imitações de ovos</p>', '', '', '', 'N', '', 'Y'),
(812, 'es', 'As imitações de ovos', '<p>As imitações de ovos</p>', '', '', '', 'N', '', 'Y'),
(812, 'pt', 'As imitações de ovos', '<p>As imitações de ovos</p>', '', '', '', 'N', '', 'Y'),
(813, 'en', 'Ovoprodutos/Substitutos', '<p>Ovoprodutos/Substitutos</p>', '', '', '', 'N', '', 'Y'),
(813, 'es', 'Ovoprodutos/Substitutos', '<p>Ovoprodutos/Substitutos</p>', '', '', '', 'N', '', 'Y'),
(813, 'pt', 'Ovoprodutos/Substitutos', '<p>Ovoprodutos/Substitutos</p>', '', '', '', 'N', '', 'Y'),
(814, 'en', 'Ovos cozidos individualmente', '<p>Ovos cozidos individualmente</p>', '', '', '', 'N', '', 'Y'),
(814, 'es', 'Ovos cozidos individualmente', '<p>Ovos cozidos individualmente</p>', '', '', '', 'N', '', 'Y'),
(814, 'pt', 'Ovos cozidos individualmente', '<p>Ovos cozidos individualmente</p>', '', '', '', 'N', '', 'Y'),
(815, 'en', 'Ovos para consumo', '<p>Ovos para consumo</p>', '', '', '', 'N', '', 'Y'),
(815, 'es', 'Ovos para consumo', '<p>Ovos para consumo</p>', '', '', '', 'N', '', 'Y'),
(815, 'pt', 'Ovos para consumo', '<p>Ovos para consumo</p>', '', '', '', 'N', '', 'Y'),
(816, 'en', 'Pacotes de Variedades para Leite/Manteiga/Creme/Iogurtes/Queijos/Substitutos', '<p>Pacotes de Variedades para Leite/Manteiga/Creme/Iogurtes/Queijos/Substitutos</p>', '', '', '', 'N', '', 'Y'),
(816, 'es', 'Pacotes de Variedades para Leite/Manteiga/Creme/Iogurtes/Queijos/Substitutos', '<p>Pacotes de Variedades para Leite/Manteiga/Creme/Iogurtes/Queijos/Substitutos</p>', '', '', '', 'N', '', 'Y'),
(816, 'pt', 'Pacotes de Variedades para Leite/Manteiga/Creme/Iogurtes/Queijos/Substitutos', '<p>Pacotes de Variedades para Leite/Manteiga/Creme/Iogurtes/Queijos/Substitutos</p>', '', '', '', 'N', '', 'Y'),
(817, 'en', 'Queijo / Substitutos de Queijo', '<p>Queijo / Substitutos de Queijo</p>', '', '', '', 'N', '', 'Y'),
(817, 'es', 'Queijo / Substitutos de Queijo', '<p>Queijo / Substitutos de Queijo</p>', '', '', '', 'N', '', 'Y'),
(817, 'pt', 'Queijo / Substitutos de Queijo', '<p>Queijo / Substitutos de Queijo</p>', '', '', '', 'N', '', 'Y'),
(818, 'en', 'Queijo (Congelado)', '<p>Queijo (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(818, 'es', 'Queijo (Congelado)', '<p>Queijo (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(818, 'pt', 'Queijo (Congelado)', '<p>Queijo (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(819, 'en', 'Queijo (Perecível)', '<p>Queijo (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(819, 'es', 'Queijo (Perecível)', '<p>Queijo (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(819, 'pt', 'Queijo (Perecível)', '<p>Queijo (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(820, 'en', 'Queijo (sem refrigeração)', '<p>Queijo (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(820, 'es', 'Queijo (sem refrigeração)', '<p>Queijo (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(820, 'pt', 'Queijo (sem refrigeração)', '<p>Queijo (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(821, 'en', 'Substitutos de Queijo (Congelados)', '<p>Substitutos de Queijo (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(821, 'es', 'Substitutos de Queijo (Congelados)', '<p>Substitutos de Queijo (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(821, 'pt', 'Substitutos de Queijo (Congelados)', '<p>Substitutos de Queijo (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(822, 'en', 'Substitutos de Queijo (Perecíveis)', '<p>Substitutos de Queijo (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(822, 'es', 'Substitutos de Queijo (Perecíveis)', '<p>Substitutos de Queijo (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(822, 'pt', 'Substitutos de Queijo (Perecíveis)', '<p>Substitutos de Queijo (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(823, 'en', 'Substitutos de Queijo (sem refrigeração)', '<p>Substitutos de Queijo (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(823, 'es', 'Substitutos de Queijo (sem refrigeração)', '<p>Substitutos de Queijo (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(823, 'pt', 'Substitutos de Queijo (sem refrigeração)', '<p>Substitutos de Queijo (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(824, 'en', 'Nozes / Sementes - Não preparadas / não processadas (Frescas)', '<p>Nozes / Sementes - Não preparadas / não processadas (Frescas)</p>', '', '', '', 'N', '', 'Y'),
(824, 'es', 'Nozes / Sementes - Não preparadas / não processadas (Frescas)', '<p>Nozes / Sementes - Não preparadas / não processadas (Frescas)</p>', '', '', '', 'N', '', 'Y'),
(824, 'pt', 'Nozes / Sementes - Não preparadas / não processadas (Frescas)', '<p>Nozes / Sementes - Não preparadas / não processadas (Frescas)</p>', '', '', '', 'N', '', 'Y'),
(825, 'en', 'Nozes / Sementes - Não preparadas / não processadas (perecíveis)', '<p>Nozes / Sementes - Não preparadas / não processadas (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(825, 'es', 'Nozes / Sementes - Não preparadas / não processadas (perecíveis)', '<p>Nozes / Sementes - Não preparadas / não processadas (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(825, 'pt', 'Nozes / Sementes - Não preparadas / não processadas (perecíveis)', '<p>Nozes / Sementes - Não preparadas / não processadas (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(826, 'en', 'Nozes / Sementes - Não preparadas / não processadas (perecíveis)', '<p>Nozes / Sementes - Não preparadas / não processadas (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(826, 'es', 'Nozes / Sementes - Não preparadas / não processadas (perecíveis)', '<p>Nozes / Sementes - Não preparadas / não processadas (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(826, 'pt', 'Nozes / Sementes - Não preparadas / não processadas (perecíveis)', '<p>Nozes / Sementes - Não preparadas / não processadas (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(827, 'en', 'Nozes/Sementes - Não preparadas/Não processadas (Perecíveis)', '<p>Nozes/Sementes - Não preparadas/Não processadas (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(827, 'es', 'Nozes/Sementes - Não preparadas/Não processadas (Perecíveis)', '<p>Nozes/Sementes - Não preparadas/Não processadas (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(827, 'pt', 'Nozes/Sementes - Não preparadas/Não processadas (Perecíveis)', '<p>Nozes/Sementes - Não preparadas/Não processadas (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(828, 'en', 'Óleos / Gorduras Comestíveis', '<p>Óleos / Gorduras Comestíveis</p>', '', '', '', 'N', '', 'Y'),
(828, 'es', 'Óleos / Gorduras Comestíveis', '<p>Óleos / Gorduras Comestíveis</p>', '', '', '', 'N', '', 'Y'),
(828, 'pt', 'Óleos / Gorduras Comestíveis', '<p>Óleos / Gorduras Comestíveis</p>', '', '', '', 'N', '', 'Y'),
(829, 'en', 'Gorduras Comestíveis', '<p>Gorduras Comestíveis</p>', '', '', '', 'N', '', 'Y'),
(829, 'es', 'Gorduras Comestíveis', '<p>Gorduras Comestíveis</p>', '', '', '', 'N', '', 'Y'),
(829, 'pt', 'Gorduras Comestíveis', '<p>Gorduras Comestíveis</p>', '', '', '', 'N', '', 'Y'),
(830, 'en', 'Gorduras comestíveis - Animal (Não perecíveis)', '<p>Gorduras comestíveis - Animal (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(830, 'es', 'Gorduras comestíveis - Animal (Não perecíveis)', '<p>Gorduras comestíveis - Animal (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(830, 'pt', 'Gorduras comestíveis - Animal (Não perecíveis)', '<p>Gorduras comestíveis - Animal (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(831, 'en', 'Gorduras comestíveis - Animal (perecíveis)', '<p>Gorduras comestíveis - Animal (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(831, 'es', 'Gorduras comestíveis - Animal (perecíveis)', '<p>Gorduras comestíveis - Animal (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(831, 'pt', 'Gorduras comestíveis - Animal (perecíveis)', '<p>Gorduras comestíveis - Animal (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(832, 'en', 'Gorduras Comestíveis - Mistas (Perecíveis)', '<p>Gorduras Comestíveis - Mistas (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(832, 'es', 'Gorduras Comestíveis - Mistas (Perecíveis)', '<p>Gorduras Comestíveis - Mistas (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(832, 'pt', 'Gorduras Comestíveis - Mistas (Perecíveis)', '<p>Gorduras Comestíveis - Mistas (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(833, 'en', 'Gorduras Comestíveis - Mistas (sem refrigeração)', '<p>Gorduras Comestíveis - Mistas (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(833, 'es', 'Gorduras Comestíveis - Mistas (sem refrigeração)', '<p>Gorduras Comestíveis - Mistas (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(833, 'pt', 'Gorduras Comestíveis - Mistas (sem refrigeração)', '<p>Gorduras Comestíveis - Mistas (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(834, 'en', 'Gorduras comestíveis - Vegetais / Planta (perecíveis)', '<p>Gorduras comestíveis - Vegetais / Planta (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(834, 'es', 'Gorduras comestíveis - Vegetais / Planta (perecíveis)', '<p>Gorduras comestíveis - Vegetais / Planta (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(834, 'pt', 'Gorduras comestíveis - Vegetais / Planta (perecíveis)', '<p>Gorduras comestíveis - Vegetais / Planta (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(835, 'en', 'Gorduras comestíveis - Vegetais / Planta (Perecíveis)', '<p>Gorduras comestíveis - Vegetais / Planta (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(835, 'es', 'Gorduras comestíveis - Vegetais / Planta (Perecíveis)', '<p>Gorduras comestíveis - Vegetais / Planta (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(835, 'pt', 'Gorduras comestíveis - Vegetais / Planta (Perecíveis)', '<p>Gorduras comestíveis - Vegetais / Planta (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(836, 'en', 'Pacotes de Variedades para Gorduras Comestíveis', '<p>Pacotes de Variedades para Gorduras Comestíveis</p>', '', '', '', 'N', '', 'Y'),
(836, 'es', 'Pacotes de Variedades para Gorduras Comestíveis', '<p>Pacotes de Variedades para Gorduras Comestíveis</p>', '', '', '', 'N', '', 'Y'),
(836, 'pt', 'Pacotes de Variedades para Gorduras Comestíveis', '<p>Pacotes de Variedades para Gorduras Comestíveis</p>', '', '', '', 'N', '', 'Y'),
(837, 'en', 'Óleos Comestíveis', '<p>Óleos Comestíveis</p>', '', '', '', 'N', '', 'Y'),
(837, 'es', 'Óleos Comestíveis', '<p>Óleos Comestíveis</p>', '', '', '', 'N', '', 'Y'),
(837, 'pt', 'Óleos Comestíveis', '<p>Óleos Comestíveis</p>', '', '', '', 'N', '', 'Y'),
(838, 'en', 'Óleos comestíveis - vegetais ou de plantas (perecíveis)', '<p>Óleos comestíveis - vegetais ou de plantas (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(838, 'es', 'Óleos comestíveis - vegetais ou de plantas (perecíveis)', '<p>Óleos comestíveis - vegetais ou de plantas (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(838, 'pt', 'Óleos comestíveis - vegetais ou de plantas (perecíveis)', '<p>Óleos comestíveis - vegetais ou de plantas (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(839, 'en', 'Óleos comestíveis - Vegetais ou Plantas (Não perecíveis)', '<p>Óleos comestíveis - Vegetais ou Plantas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(839, 'es', 'Óleos comestíveis - Vegetais ou Plantas (Não perecíveis)', '<p>Óleos comestíveis - Vegetais ou Plantas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(839, 'pt', 'Óleos comestíveis - Vegetais ou Plantas (Não perecíveis)', '<p>Óleos comestíveis - Vegetais ou Plantas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(840, 'en', 'Pacotes de Variedades para Óleos / Gorduras Comestíveis', '<p>Pacotes de Variedades para Óleos / Gorduras Comestíveis</p>', '', '', '', 'N', '', 'Y'),
(840, 'es', 'Pacotes de Variedades para Óleos / Gorduras Comestíveis', '<p>Pacotes de Variedades para Óleos / Gorduras Comestíveis</p>', '', '', '', 'N', '', 'Y'),
(840, 'pt', 'Pacotes de Variedades para Óleos / Gorduras Comestíveis', '<p>Pacotes de Variedades para Óleos / Gorduras Comestíveis</p>', '', '', '', 'N', '', 'Y'),
(841, 'en', 'Pacotes de Variedades para Alimentos/Bebidas/Tabaco', '<p>Pacotes de Variedades para Alimentos/Bebidas/Tabaco</p>', '', '', '', 'N', '', 'Y'),
(841, 'es', 'Pacotes de Variedades para Alimentos/Bebidas/Tabaco', '<p>Pacotes de Variedades para Alimentos/Bebidas/Tabaco</p>', '', '', '', 'N', '', 'Y'),
(841, 'pt', 'Pacotes de Variedades para Alimentos/Bebidas/Tabaco', '<p>Pacotes de Variedades para Alimentos/Bebidas/Tabaco</p>', '', '', '', 'N', '', 'Y'),
(842, 'en', 'Militar - Rações', '<p>Militar - Rações</p>', '', '', '', 'N', '', 'Y'),
(842, 'es', 'Militar - Rações', '<p>Militar - Rações</p>', '', '', '', 'N', '', 'Y'),
(842, 'pt', 'Militar - Rações', '<p>Militar - Rações</p>', '', '', '', 'N', '', 'Y'),
(843, 'en', 'Pacotes de Variedades para Alimentos/Bebidas/Tabaco', '<p>Pacotes de Variedades para Alimentos/Bebidas/Tabaco</p>', '', '', '', 'N', '', 'Y'),
(843, 'es', 'Pacotes de Variedades para Alimentos/Bebidas/Tabaco', '<p>Pacotes de Variedades para Alimentos/Bebidas/Tabaco</p>', '', '', '', 'N', '', 'Y'),
(843, 'pt', 'Pacotes de Variedades para Alimentos/Bebidas/Tabaco', '<p>Pacotes de Variedades para Alimentos/Bebidas/Tabaco</p>', '', '', '', 'N', '', 'Y'),
(844, 'en', 'Pão / Panificação', '<p>Pão / Panificação</p>', '', '', '', 'N', '', 'Y'),
(844, 'es', 'Pão / Panificação', '<p>Pão / Panificação</p>', '', '', '', 'N', '', 'Y'),
(844, 'pt', 'Pão / Panificação', '<p>Pão / Panificação</p>', '', '', '', 'N', '', 'Y'),
(845, 'en', 'Biscoitos/Bolachas', '<p>Biscoitos/Bolachas</p>', '', '', '', 'N', '', 'Y'),
(845, 'es', 'Biscoitos/Bolachas', '<p>Biscoitos/Bolachas</p>', '', '', '', 'N', '', 'Y'),
(845, 'pt', 'Biscoitos/Bolachas', '<p>Biscoitos/Bolachas</p>', '', '', '', 'N', '', 'Y'),
(846, 'en', 'Biscoitos / Bolachas (Congelados)', '<p>Biscoitos / Bolachas (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(846, 'es', 'Biscoitos / Bolachas (Congelados)', '<p>Biscoitos / Bolachas (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(846, 'pt', 'Biscoitos / Bolachas (Congelados)', '<p>Biscoitos / Bolachas (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(847, 'en', 'Biscoitos / Bolachas (Não perecíveis)', '<p>Biscoitos / Bolachas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(847, 'es', 'Biscoitos / Bolachas (Não perecíveis)', '<p>Biscoitos / Bolachas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(847, 'pt', 'Biscoitos / Bolachas (Não perecíveis)', '<p>Biscoitos / Bolachas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(848, 'en', 'Bolachas/ Biscoitos (Perecíveis)', '<p>Bolachas/ Biscoitos (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(848, 'es', 'Bolachas/ Biscoitos (Perecíveis)', '<p>Bolachas/ Biscoitos (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(848, 'pt', 'Bolachas/ Biscoitos (Perecíveis)', '<p>Bolachas/ Biscoitos (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(849, 'en', 'Pacotes de Variedades para bolachas/ biscoitos', '<p>Pacotes de Variedades para bolachas/ biscoitos</p>', '', '', '', 'N', '', 'Y'),
(849, 'es', 'Pacotes de Variedades para bolachas/ biscoitos', '<p>Pacotes de Variedades para bolachas/ biscoitos</p>', '', '', '', 'N', '', 'Y'),
(849, 'pt', 'Pacotes de Variedades para bolachas/ biscoitos', '<p>Pacotes de Variedades para bolachas/ biscoitos</p>', '', '', '', 'N', '', 'Y'),
(850, 'en', 'Pães Secos (Congelados)', '<p>Pães Secos (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(850, 'es', 'Pães Secos (Congelados)', '<p>Pães Secos (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(850, 'pt', 'Pães Secos (Congelados)', '<p>Pães Secos (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(851, 'en', 'Pães secos (Não perecíveis)', '<p>Pães secos (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(851, 'es', 'Pães secos (Não perecíveis)', '<p>Pães secos (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(851, 'pt', 'Pães secos (Não perecíveis)', '<p>Pães secos (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(852, 'en', 'Insumos / Misturas para Cozinhar / Assar', '<p>Insumos / Misturas para Cozinhar / Assar</p>', '', '', '', 'N', '', 'Y'),
(852, 'es', 'Insumos / Misturas para Cozinhar / Assar', '<p>Insumos / Misturas para Cozinhar / Assar</p>', '', '', '', 'N', '', 'Y'),
(852, 'pt', 'Insumos / Misturas para Cozinhar / Assar', '<p>Insumos / Misturas para Cozinhar / Assar</p>', '', '', '', 'N', '', 'Y'),
(853, 'en', 'Insumos para Assar /Cozinhar (Perecíveis)', '<p>Insumos para Assar /Cozinhar (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(853, 'es', 'Insumos para Assar /Cozinhar (Perecíveis)', '<p>Insumos para Assar /Cozinhar (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(853, 'pt', 'Insumos para Assar /Cozinhar (Perecíveis)', '<p>Insumos para Assar /Cozinhar (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(854, 'en', 'Insumos para Assar/Cozinhar', '<p>Insumos para Assar/Cozinhar</p>', '', '', '', 'N', '', 'Y'),
(854, 'es', 'Insumos para Assar/Cozinhar', '<p>Insumos para Assar/Cozinhar</p>', '', '', '', 'N', '', 'Y'),
(854, 'pt', 'Insumos para Assar/Cozinhar', '<p>Insumos para Assar/Cozinhar</p>', '', '', '', 'N', '', 'Y'),
(855, 'en', 'Insumos para Assar/Cozinhar (Não Perecível)', '<p>Insumos para Assar/Cozinhar (Não Perecível)</p>', '', '', '', 'N', '', 'Y'),
(855, 'es', 'Insumos para Assar/Cozinhar (Não Perecível)', '<p>Insumos para Assar/Cozinhar (Não Perecível)</p>', '', '', '', 'N', '', 'Y'),
(855, 'pt', 'Insumos para Assar/Cozinhar (Não Perecível)', '<p>Insumos para Assar/Cozinhar (Não Perecível)</p>', '', '', '', 'N', '', 'Y'),
(856, 'en', 'Misturas Assar/Cozinhar (Congeladas)', '<p>Misturas Assar/Cozinhar (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(856, 'es', 'Misturas Assar/Cozinhar (Congeladas)', '<p>Misturas Assar/Cozinhar (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(856, 'pt', 'Misturas Assar/Cozinhar (Congeladas)', '<p>Misturas Assar/Cozinhar (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(857, 'en', 'Misturas Assar/Cozinhar (perecíveis)', '<p>Misturas Assar/Cozinhar (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(857, 'es', 'Misturas Assar/Cozinhar (perecíveis)', '<p>Misturas Assar/Cozinhar (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(857, 'pt', 'Misturas Assar/Cozinhar (perecíveis)', '<p>Misturas Assar/Cozinhar (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(858, 'en', 'Misturas para Assar/Cozinhar (Não Perecíveis)', '<p>Misturas para Assar/Cozinhar (Não Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(858, 'es', 'Misturas para Assar/Cozinhar (Não Perecíveis)', '<p>Misturas para Assar/Cozinhar (Não Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(858, 'pt', 'Misturas para Assar/Cozinhar (Não Perecíveis)', '<p>Misturas para Assar/Cozinhar (Não Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(859, 'en', 'Pacotes de Variedades para Insumos/Misturas para Assar/Cozinhar', '<p>Pacotes de Variedades para Insumos/Misturas para Assar/Cozinhar</p>', '', '', '', 'N', '', 'Y'),
(859, 'es', 'Pacotes de Variedades para Insumos/Misturas para Assar/Cozinhar', '<p>Pacotes de Variedades para Insumos/Misturas para Assar/Cozinhar</p>', '', '', '', 'N', '', 'Y'),
(859, 'pt', 'Pacotes de Variedades para Insumos/Misturas para Assar/Cozinhar', '<p>Pacotes de Variedades para Insumos/Misturas para Assar/Cozinhar</p>', '', '', '', 'N', '', 'Y'),
(860, 'en', 'Pacotes de Variedades para Pães / Panificação', '<p>Pacotes de Variedades para Pães / Panificação</p>', '', '', '', 'N', '', 'Y'),
(860, 'es', 'Pacotes de Variedades para Pães / Panificação', '<p>Pacotes de Variedades para Pães / Panificação</p>', '', '', '', 'N', '', 'Y'),
(860, 'pt', 'Pacotes de Variedades para Pães / Panificação', '<p>Pacotes de Variedades para Pães / Panificação</p>', '', '', '', 'N', '', 'Y'),
(861, 'en', 'Pão', '<p>Pão</p>', '', '', '', 'N', '', 'Y'),
(861, 'es', 'Pão', '<p>Pão</p>', '', '', '', 'N', '', 'Y'),
(861, 'pt', 'Pão', '<p>Pão</p>', '', '', '', 'N', '', 'Y'),
(862, 'en', 'Pães (Congelados)', '<p>Pães (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(862, 'es', 'Pães (Congelados)', '<p>Pães (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(862, 'pt', 'Pães (Congelados)', '<p>Pães (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(863, 'en', 'Pães (Não Perecíveis)', '<p>Pães (Não Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(863, 'es', 'Pães (Não Perecíveis)', '<p>Pães (Não Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(863, 'pt', 'Pães (Não Perecíveis)', '<p>Pães (Não Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(864, 'en', 'Pães (Perecíveis)', '<p>Pães (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(864, 'es', 'Pães (Perecíveis)', '<p>Pães (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(864, 'pt', 'Pães (Perecíveis)', '<p>Pães (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(865, 'en', 'Produtos para Panificação Doce', '<p>Produtos para Panificação Doce</p>', '', '', '', 'N', '', 'Y'),
(865, 'es', 'Produtos para Panificação Doce', '<p>Produtos para Panificação Doce</p>', '', '', '', 'N', '', 'Y'),
(865, 'pt', 'Produtos para Panificação Doce', '<p>Produtos para Panificação Doce</p>', '', '', '', 'N', '', 'Y'),
(866, 'en', 'Bolos - Doces - (Não perecíveis)', '<p>Bolos - Doces - (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(866, 'es', 'Bolos - Doces - (Não perecíveis)', '<p>Bolos - Doces - (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(866, 'pt', 'Bolos - Doces - (Não perecíveis)', '<p>Bolos - Doces - (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(867, 'en', 'Bolos - Doces - (Perecíveis)', '<p>Bolos - Doces - (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(867, 'es', 'Bolos - Doces - (Perecíveis)', '<p>Bolos - Doces - (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(867, 'pt', 'Bolos - Doces - (Perecíveis)', '<p>Bolos - Doces - (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(868, 'en', 'Bolos - Doces (Congelados)', '<p>Bolos - Doces (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(868, 'es', 'Bolos - Doces (Congelados)', '<p>Bolos - Doces (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(868, 'pt', 'Bolos - Doces (Congelados)', '<p>Bolos - Doces (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(869, 'en', 'Pacotes de Variedades para produtos de massa doce', '<p>Pacotes de Variedades para produtos de massa doce</p>', '', '', '', 'N', '', 'Y'),
(869, 'es', 'Pacotes de Variedades para produtos de massa doce', '<p>Pacotes de Variedades para produtos de massa doce</p>', '', '', '', 'N', '', 'Y'),
(869, 'pt', 'Pacotes de Variedades para produtos de massa doce', '<p>Pacotes de Variedades para produtos de massa doce</p>', '', '', '', 'N', '', 'Y'),
(870, 'en', 'Tortas / Bolos - Doces (Congelados)', '<p>Tortas / Bolos - Doces (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(870, 'es', 'Tortas / Bolos - Doces (Congelados)', '<p>Tortas / Bolos - Doces (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(870, 'pt', 'Tortas / Bolos - Doces (Congelados)', '<p>Tortas / Bolos - Doces (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(871, 'en', 'Tortas / Bolos - Doces (Não perecíveis)', '<p>Tortas / Bolos - Doces (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(871, 'es', 'Tortas / Bolos - Doces (Não perecíveis)', '<p>Tortas / Bolos - Doces (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(871, 'pt', 'Tortas / Bolos - Doces (Não perecíveis)', '<p>Tortas / Bolos - Doces (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(872, 'en', 'Tortas / Bolos - Doces (Perecíveis)', '<p>Tortas / Bolos - Doces (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(872, 'es', 'Tortas / Bolos - Doces (Perecíveis)', '<p>Tortas / Bolos - Doces (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(872, 'pt', 'Tortas / Bolos - Doces (Perecíveis)', '<p>Tortas / Bolos - Doces (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(873, 'en', 'Produtos para Panificação Saborosa', '<p>Produtos para Panificação Saborosa</p>', '', '', '', 'N', '', 'Y'),
(873, 'es', 'Produtos para Panificação Saborosa', '<p>Produtos para Panificação Saborosa</p>', '', '', '', 'N', '', 'Y'),
(873, 'pt', 'Produtos para Panificação Saborosa', '<p>Produtos para Panificação Saborosa</p>', '', '', '', 'N', '', 'Y'),
(874, 'en', 'Tortas/Doces/Pizzas/Quiches - Saborosos (Congelado)', '<p>Tortas/Doces/Pizzas/Quiches - Saborosos (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(874, 'es', 'Tortas/Doces/Pizzas/Quiches - Saborosos (Congelado)', '<p>Tortas/Doces/Pizzas/Quiches - Saborosos (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(874, 'pt', 'Tortas/Doces/Pizzas/Quiches - Saborosos (Congelado)', '<p>Tortas/Doces/Pizzas/Quiches - Saborosos (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(875, 'en', 'Tortas/Doces/Pizzas/Quiches - Saborosos (Não Perecível)', '<p>Tortas/Doces/Pizzas/Quiches - Saborosos (Não Perecível)</p>', '', '', '', 'N', '', 'Y'),
(875, 'es', 'Tortas/Doces/Pizzas/Quiches - Saborosos (Não Perecível)', '<p>Tortas/Doces/Pizzas/Quiches - Saborosos (Não Perecível)</p>', '', '', '', 'N', '', 'Y'),
(875, 'pt', 'Tortas/Doces/Pizzas/Quiches - Saborosos (Não Perecível)', '<p>Tortas/Doces/Pizzas/Quiches - Saborosos (Não Perecível)</p>', '', '', '', 'N', '', 'Y'),
(876, 'en', 'Tortas/doces/Pizzas;Quiches - Saborosos (Perecíveis)', '<p>Tortas/doces/Pizzas;Quiches - Saborosos (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(876, 'es', 'Tortas/doces/Pizzas;Quiches - Saborosos (Perecíveis)', '<p>Tortas/doces/Pizzas;Quiches - Saborosos (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(876, 'pt', 'Tortas/doces/Pizzas;Quiches - Saborosos (Perecíveis)', '<p>Tortas/doces/Pizzas;Quiches - Saborosos (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(877, 'en', 'Produtos Leguminosos/Cereais/Grãos', '<p>Produtos Leguminosos/Cereais/Grãos</p>', '', '', '', 'N', '', 'Y'),
(877, 'es', 'Produtos Leguminosos/Cereais/Grãos', '<p>Produtos Leguminosos/Cereais/Grãos</p>', '', '', '', 'N', '', 'Y'),
(877, 'pt', 'Produtos Leguminosos/Cereais/Grãos', '<p>Produtos Leguminosos/Cereais/Grãos</p>', '', '', '', 'N', '', 'Y'),
(878, 'en', 'Cereais Processados', '<p>Cereais Processados</p>', '', '', '', 'N', '', 'Y'),
(878, 'es', 'Cereais Processados', '<p>Cereais Processados</p>', '', '', '', 'N', '', 'Y'),
(878, 'pt', 'Cereais Processados', '<p>Cereais Processados</p>', '', '', '', 'N', '', 'Y'),
(879, 'en', 'Barras de Cereais/Granola', '<p>Barras de Cereais/Granola</p>', '', '', '', 'N', '', 'Y'),
(879, 'es', 'Barras de Cereais/Granola', '<p>Barras de Cereais/Granola</p>', '', '', '', 'N', '', 'Y'),
(879, 'pt', 'Barras de Cereais/Granola', '<p>Barras de Cereais/Granola</p>', '', '', '', 'N', '', 'Y'),
(880, 'en', 'Barras de Proteína', '<p>Barras de Proteína</p>', '', '', '', 'N', '', 'Y'),
(880, 'es', 'Barras de Proteína', '<p>Barras de Proteína</p>', '', '', '', 'N', '', 'Y'),
(880, 'pt', 'Barras de Proteína', '<p>Barras de Proteína</p>', '', '', '', 'N', '', 'Y'),
(881, 'en', 'Pacotes de Variedades de Produtos à Base de Cereal Processado', '<p>Pacotes de Variedades de Produtos à Base de Cereal Processado</p>', '', '', '', 'N', '', 'Y'),
(881, 'es', 'Pacotes de Variedades de Produtos à Base de Cereal Processado', '<p>Pacotes de Variedades de Produtos à Base de Cereal Processado</p>', '', '', '', 'N', '', 'Y'),
(881, 'pt', 'Pacotes de Variedades de Produtos à Base de Cereal Processado', '<p>Pacotes de Variedades de Produtos à Base de Cereal Processado</p>', '', '', '', 'N', '', 'Y'),
(882, 'en', 'Produtos à base de Cereais - Não prontos para o consumo (Não perecíveis)', '<p>Produtos à base de Cereais - Não prontos para o consumo (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(882, 'es', 'Produtos à base de Cereais - Não prontos para o consumo (Não perecíveis)', '<p>Produtos à base de Cereais - Não prontos para o consumo (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(882, 'pt', 'Produtos à base de Cereais - Não prontos para o consumo (Não perecíveis)', '<p>Produtos à base de Cereais - Não prontos para o consumo (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(883, 'en', 'Produtos à base de Cereais - Prontos para Consumo (Perecíveis)', '<p>Produtos à base de Cereais - Prontos para Consumo (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(883, 'es', 'Produtos à base de Cereais - Prontos para Consumo (Perecíveis)', '<p>Produtos à base de Cereais - Prontos para Consumo (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(883, 'pt', 'Produtos à base de Cereais - Prontos para Consumo (Perecíveis)', '<p>Produtos à base de Cereais - Prontos para Consumo (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(884, 'en', 'Produtos à Base de Cereal - Prontos para Consumo (Não perecíveis)', '<p>Produtos à Base de Cereal - Prontos para Consumo (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(884, 'es', 'Produtos à Base de Cereal - Prontos para Consumo (Não perecíveis)', '<p>Produtos à Base de Cereal - Prontos para Consumo (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(884, 'pt', 'Produtos à Base de Cereal - Prontos para Consumo (Não perecíveis)', '<p>Produtos à Base de Cereal - Prontos para Consumo (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(885, 'en', 'Produtos cereais congelados não prontos para o consumo', '<p>Produtos cereais congelados não prontos para o consumo</p>', '', '', '', 'N', '', 'Y'),
(885, 'es', 'Produtos cereais congelados não prontos para o consumo', '<p>Produtos cereais congelados não prontos para o consumo</p>', '', '', '', 'N', '', 'Y'),
(885, 'pt', 'Produtos cereais congelados não prontos para o consumo', '<p>Produtos cereais congelados não prontos para o consumo</p>', '', '', '', 'N', '', 'Y'),
(886, 'en', 'Grãos / Farinha de trigo', '<p>Grãos / Farinha de trigo</p>', '', '', '', 'N', '', 'Y'),
(886, 'es', 'Grãos / Farinha de trigo', '<p>Grãos / Farinha de trigo</p>', '', '', '', 'N', '', 'Y'),
(886, 'pt', 'Grãos / Farinha de trigo', '<p>Grãos / Farinha de trigo</p>', '', '', '', 'N', '', 'Y'),
(887, 'en', 'Farinha - Cereal / Leguminosas (Não perecível)', '<p>Farinha - Cereal / Leguminosas (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(887, 'es', 'Farinha - Cereal / Leguminosas (Não perecível)', '<p>Farinha - Cereal / Leguminosas (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(887, 'pt', 'Farinha - Cereal / Leguminosas (Não perecível)', '<p>Farinha - Cereal / Leguminosas (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(888, 'en', 'Grãos/Cereais - Não prontos para Consumo (Não perecíveis)', '<p>Grãos/Cereais - Não prontos para Consumo (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(888, 'es', 'Grãos/Cereais - Não prontos para Consumo (Não perecíveis)', '<p>Grãos/Cereais - Não prontos para Consumo (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(888, 'pt', 'Grãos/Cereais - Não prontos para Consumo (Não perecíveis)', '<p>Grãos/Cereais - Não prontos para Consumo (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(889, 'en', 'Grãos/Cereais - Não prontos para consumo (perecíveis)', '<p>Grãos/Cereais - Não prontos para consumo (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(889, 'es', 'Grãos/Cereais - Não prontos para consumo (perecíveis)', '<p>Grãos/Cereais - Não prontos para consumo (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(889, 'pt', 'Grãos/Cereais - Não prontos para consumo (perecíveis)', '<p>Grãos/Cereais - Não prontos para consumo (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(890, 'en', 'Grãos/Cereais - Prontos para Consumo (Perecíveis)', '<p>Grãos/Cereais - Prontos para Consumo (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(890, 'es', 'Grãos/Cereais - Prontos para Consumo (Perecíveis)', '<p>Grãos/Cereais - Prontos para Consumo (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(890, 'pt', 'Grãos/Cereais - Prontos para Consumo (Perecíveis)', '<p>Grãos/Cereais - Prontos para Consumo (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(891, 'en', 'Grãos/Cereais - Prontos para o Consumo (Não Perecíveis)', '<p>Grãos/Cereais - Prontos para o Consumo (Não Perecíveis)</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(891, 'es', 'Grãos/Cereais - Prontos para o Consumo (Não Perecíveis)', '<p>Grãos/Cereais - Prontos para o Consumo (Não Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(891, 'pt', 'Grãos/Cereais - Prontos para o Consumo (Não Perecíveis)', '<p>Grãos/Cereais - Prontos para o Consumo (Não Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(892, 'en', 'Grãos/Cereais -Não prontos para consumo (Congelados)', '<p>Grãos/Cereais -Não prontos para consumo (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(892, 'es', 'Grãos/Cereais -Não prontos para consumo (Congelados)', '<p>Grãos/Cereais -Não prontos para consumo (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(892, 'pt', 'Grãos/Cereais -Não prontos para consumo (Congelados)', '<p>Grãos/Cereais -Não prontos para consumo (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(893, 'en', 'Pacotes de Variedade para Grãos/Farinha de trigo', '<p>Pacotes de Variedade para Grãos/Farinha de trigo</p>', '', '', '', 'N', '', 'Y'),
(893, 'es', 'Pacotes de Variedade para Grãos/Farinha de trigo', '<p>Pacotes de Variedade para Grãos/Farinha de trigo</p>', '', '', '', 'N', '', 'Y'),
(893, 'pt', 'Pacotes de Variedade para Grãos/Farinha de trigo', '<p>Pacotes de Variedade para Grãos/Farinha de trigo</p>', '', '', '', 'N', '', 'Y'),
(894, 'en', 'Pacotes de Variedades de Produtos Leguminosos/Cereais/ Grãos', '<p>Pacotes de Variedades de Produtos Leguminosos/Cereais/ Grãos</p>', '', '', '', 'N', '', 'Y'),
(894, 'es', 'Pacotes de Variedades de Produtos Leguminosos/Cereais/ Grãos', '<p>Pacotes de Variedades de Produtos Leguminosos/Cereais/ Grãos</p>', '', '', '', 'N', '', 'Y'),
(894, 'pt', 'Pacotes de Variedades de Produtos Leguminosos/Cereais/ Grãos', '<p>Pacotes de Variedades de Produtos Leguminosos/Cereais/ Grãos</p>', '', '', '', 'N', '', 'Y'),
(895, 'en', 'Produtos para Confeitos / Edulcorantes', '<p>Produtos para Confeitos / Edulcorantes</p>', '', '', '', 'N', '', 'Y'),
(895, 'es', 'Produtos para Confeitos / Edulcorantes', '<p>Produtos para Confeitos / Edulcorantes</p>', '', '', '', 'N', '', 'Y'),
(895, 'pt', 'Produtos para Confeitos / Edulcorantes', '<p>Produtos para Confeitos / Edulcorantes</p>', '', '', '', 'N', '', 'Y'),
(896, 'en', 'Pacotes de Variedades para Produtos de Confeitaria /Edulcorantes', '<p>Pacotes de Variedades para Produtos de Confeitaria /Edulcorantes</p>', '', '', '', 'N', '', 'Y'),
(896, 'es', 'Pacotes de Variedades para Produtos de Confeitaria /Edulcorantes', '<p>Pacotes de Variedades para Produtos de Confeitaria /Edulcorantes</p>', '', '', '', 'N', '', 'Y'),
(896, 'pt', 'Pacotes de Variedades para Produtos de Confeitaria /Edulcorantes', '<p>Pacotes de Variedades para Produtos de Confeitaria /Edulcorantes</p>', '', '', '', 'N', '', 'Y'),
(897, 'en', 'Produtos para confeitaria', '<p>Produtos para confeitaria</p>', '', '', '', 'N', '', 'Y'),
(897, 'es', 'Produtos para confeitaria', '<p>Produtos para confeitaria</p>', '', '', '', 'N', '', 'Y'),
(897, 'pt', 'Produtos para confeitaria', '<p>Produtos para confeitaria</p>', '', '', '', 'N', '', 'Y'),
(898, 'en', 'Chocolate / Substitutos do Chocolate para doces', '<p>Chocolate / Substitutos do Chocolate para doces</p>', '', '', '', 'N', '', 'Y'),
(898, 'es', 'Chocolate / Substitutos do Chocolate para doces', '<p>Chocolate / Substitutos do Chocolate para doces</p>', '', '', '', 'N', '', 'Y'),
(898, 'pt', 'Chocolate / Substitutos do Chocolate para doces', '<p>Chocolate / Substitutos do Chocolate para doces</p>', '', '', '', 'N', '', 'Y'),
(899, 'en', 'Doces de Confeitaria Substitutos/Doces', '<p>Doces de Confeitaria Substitutos/Doces</p>', '', '', '', 'N', '', 'Y'),
(899, 'es', 'Doces de Confeitaria Substitutos/Doces', '<p>Doces de Confeitaria Substitutos/Doces</p>', '', '', '', 'N', '', 'Y'),
(899, 'pt', 'Doces de Confeitaria Substitutos/Doces', '<p>Doces de Confeitaria Substitutos/Doces</p>', '', '', '', 'N', '', 'Y'),
(900, 'en', 'Goma de Mascar', '<p>Goma de Mascar</p>', '', '', '', 'N', '', 'Y'),
(900, 'es', 'Goma de Mascar', '<p>Goma de Mascar</p>', '', '', '', 'N', '', 'Y'),
(900, 'pt', 'Goma de Mascar', '<p>Goma de Mascar</p>', '', '', '', 'N', '', 'Y'),
(901, 'en', 'Pacotes de Variedade para Produtos para Doces', '<p>Pacotes de Variedade para Produtos para Doces</p>', '', '', '', 'N', '', 'Y'),
(901, 'es', 'Pacotes de Variedade para Produtos para Doces', '<p>Pacotes de Variedade para Produtos para Doces</p>', '', '', '', 'N', '', 'Y'),
(901, 'pt', 'Pacotes de Variedade para Produtos para Doces', '<p>Pacotes de Variedade para Produtos para Doces</p>', '', '', '', 'N', '', 'Y'),
(902, 'en', 'Produtos Susbtitutos do Açúcar/Açucares', '<p>Produtos Susbtitutos do Açúcar/Açucares</p>', '', '', '', 'N', '', 'Y'),
(902, 'es', 'Produtos Susbtitutos do Açúcar/Açucares', '<p>Produtos Susbtitutos do Açúcar/Açucares</p>', '', '', '', 'N', '', 'Y'),
(902, 'pt', 'Produtos Susbtitutos do Açúcar/Açucares', '<p>Produtos Susbtitutos do Açúcar/Açucares</p>', '', '', '', 'N', '', 'Y'),
(903, 'en', 'Açúcar / Substitutos do Açúcar (Não perecível)', '<p>Açúcar / Substitutos do Açúcar (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(903, 'es', 'Açúcar / Substitutos do Açúcar (Não perecível)', '<p>Açúcar / Substitutos do Açúcar (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(903, 'pt', 'Açúcar / Substitutos do Açúcar (Não perecível)', '<p>Açúcar / Substitutos do Açúcar (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(904, 'en', 'Pacotes de Variedade para Produtos Substitutos do Açúcar/Açúcar', '<p>Pacotes de Variedade para Produtos Substitutos do Açúcar/Açúcar</p>', '', '', '', 'N', '', 'Y'),
(904, 'es', 'Pacotes de Variedade para Produtos Substitutos do Açúcar/Açúcar', '<p>Pacotes de Variedade para Produtos Substitutos do Açúcar/Açúcar</p>', '', '', '', 'N', '', 'Y'),
(904, 'pt', 'Pacotes de Variedade para Produtos Substitutos do Açúcar/Açúcar', '<p>Pacotes de Variedade para Produtos Substitutos do Açúcar/Açúcar</p>', '', '', '', 'N', '', 'Y'),
(905, 'en', 'Xarope/Melado/Melaço (Não perecível)', '<p>Xarope/Melado/Melaço (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(905, 'es', 'Xarope/Melado/Melaço (Não perecível)', '<p>Xarope/Melado/Melaço (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(905, 'pt', 'Xarope/Melado/Melaço (Não perecível)', '<p>Xarope/Melado/Melaço (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(906, 'en', 'Tabaco/Cannabis/Acessórios para fumo', '<p>Tabaco/Cannabis/Acessórios para fumo</p>', '', '', '', 'N', '', 'Y'),
(906, 'es', 'Tabaco/Cannabis/Acessórios para fumo', '<p>Tabaco/Cannabis/Acessórios para fumo</p>', '', '', '', 'N', '', 'Y'),
(906, 'pt', 'Tabaco/Cannabis/Acessórios para fumo', '<p>Tabaco/Cannabis/Acessórios para fumo</p>', '', '', '', 'N', '', 'Y'),
(907, 'en', 'Acessórios para fumo', '<p>Acessórios para fumo</p>', '', '', '', 'N', '', 'Y'),
(907, 'es', 'Acessórios para fumo', '<p>Acessórios para fumo</p>', '', '', '', 'N', '', 'Y'),
(907, 'pt', 'Acessórios para fumo', '<p>Acessórios para fumo</p>', '', '', '', 'N', '', 'Y'),
(908, 'en', 'If Disposable', '<p>If Disposable</p>', '', '', '', 'N', '', 'Y'),
(908, 'es', 'If Disposable', '<p>If Disposable</p>', '', '', '', 'N', '', 'Y'),
(908, 'pt', 'If Disposable', '<p>If Disposable</p>', '', '', '', 'N', '', 'Y'),
(909, 'en', 'If Reusable', '<p>If Reusable</p>', '', '', '', 'N', '', 'Y'),
(909, 'es', 'If Reusable', '<p>If Reusable</p>', '', '', '', 'N', '', 'Y'),
(909, 'pt', 'If Reusable', '<p>If Reusable</p>', '', '', '', 'N', '', 'Y'),
(910, 'en', 'Target Use of Tobacco Accessory', '<p>Target Use of Tobacco Accessory</p>', '', '', '', 'N', '', 'Y'),
(910, 'es', 'Target Use of Tobacco Accessory', '<p>Target Use of Tobacco Accessory</p>', '', '', '', 'N', '', 'Y'),
(910, 'pt', 'Target Use of Tobacco Accessory', '<p>Target Use of Tobacco Accessory</p>', '', '', '', 'N', '', 'Y'),
(911, 'en', 'Type of Material', '<p>Type of Material</p>', '', '', '', 'N', '', 'Y'),
(911, 'es', 'Type of Material', '<p>Type of Material</p>', '', '', '', 'N', '', 'Y'),
(911, 'pt', 'Type of Material', '<p>Type of Material</p>', '', '', '', 'N', '', 'Y'),
(912, 'en', 'Type of Smoking Accessory', '<p>Type of Smoking Accessory</p>', '', '', '', 'N', '', 'Y'),
(912, 'es', 'Type of Smoking Accessory', '<p>Type of Smoking Accessory</p>', '', '', '', 'N', '', 'Y'),
(912, 'pt', 'Type of Smoking Accessory', '<p>Type of Smoking Accessory</p>', '', '', '', 'N', '', 'Y'),
(913, 'en', 'Cannabis - Comestíveis', '<p>Cannabis - Comestíveis</p>', '', '', '', 'N', '', 'Y'),
(913, 'es', 'Cannabis - Comestíveis', '<p>Cannabis - Comestíveis</p>', '', '', '', 'N', '', 'Y'),
(913, 'pt', 'Cannabis - Comestíveis', '<p>Cannabis - Comestíveis</p>', '', '', '', 'N', '', 'Y'),
(914, 'en', 'Cannabis - Bebidas Aromatizadas – Prontas para Beber (sem refrigeração)', '<p>Cannabis - Bebidas Aromatizadas – Prontas para Beber (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(914, 'es', 'Cannabis - Bebidas Aromatizadas – Prontas para Beber (sem refrigeração)', '<p>Cannabis - Bebidas Aromatizadas – Prontas para Beber (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(914, 'pt', 'Cannabis - Bebidas Aromatizadas – Prontas para Beber (sem refrigeração)', '<p>Cannabis - Bebidas Aromatizadas – Prontas para Beber (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(915, 'en', 'Cannabis - Bebidas com Suco de Fruta - Prontas para Beber (Perecível)', '<p>Cannabis - Bebidas com Suco de Fruta - Prontas para Beber (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(915, 'es', 'Cannabis - Bebidas com Suco de Fruta - Prontas para Beber (Perecível)', '<p>Cannabis - Bebidas com Suco de Fruta - Prontas para Beber (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(915, 'pt', 'Cannabis - Bebidas com Suco de Fruta - Prontas para Beber (Perecível)', '<p>Cannabis - Bebidas com Suco de Fruta - Prontas para Beber (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(916, 'en', 'Cannabis - Bebidas com Suco de Fruta - Prontas para Beber (Sem Refrigeração)', '<p>Cannabis - Bebidas com Suco de Fruta - Prontas para Beber (Sem Refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(916, 'es', 'Cannabis - Bebidas com Suco de Fruta - Prontas para Beber (Sem Refrigeração)', '<p>Cannabis - Bebidas com Suco de Fruta - Prontas para Beber (Sem Refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(916, 'pt', 'Cannabis - Bebidas com Suco de Fruta - Prontas para Beber (Sem Refrigeração)', '<p>Cannabis - Bebidas com Suco de Fruta - Prontas para Beber (Sem Refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(917, 'en', 'Cannabis - Biscoitos/Bolachas – Prontos para Consumo (sem refrigeração)', '<p>Cannabis - Biscoitos/Bolachas – Prontos para Consumo (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(917, 'es', 'Cannabis - Biscoitos/Bolachas – Prontos para Consumo (sem refrigeração)', '<p>Cannabis - Biscoitos/Bolachas – Prontos para Consumo (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(917, 'pt', 'Cannabis - Biscoitos/Bolachas – Prontos para Consumo (sem refrigeração)', '<p>Cannabis - Biscoitos/Bolachas – Prontos para Consumo (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(918, 'en', 'Cannabis - Biscoitos/Bolachas (Congelados)', '<p>Cannabis - Biscoitos/Bolachas (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(918, 'es', 'Cannabis - Biscoitos/Bolachas (Congelados)', '<p>Cannabis - Biscoitos/Bolachas (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(918, 'pt', 'Cannabis - Biscoitos/Bolachas (Congelados)', '<p>Cannabis - Biscoitos/Bolachas (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(919, 'en', 'Cannabis - Biscoitos/Bolachas (Perecíveis)', '<p>Cannabis - Biscoitos/Bolachas (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(919, 'es', 'Cannabis - Biscoitos/Bolachas (Perecíveis)', '<p>Cannabis - Biscoitos/Bolachas (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(919, 'pt', 'Cannabis - Biscoitos/Bolachas (Perecíveis)', '<p>Cannabis - Biscoitos/Bolachas (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(920, 'en', 'Cannabis - Biscoitos/Bolachas (Sem Refrigeração)', '<p>Cannabis - Biscoitos/Bolachas (Sem Refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(920, 'es', 'Cannabis - Biscoitos/Bolachas (Sem Refrigeração)', '<p>Cannabis - Biscoitos/Bolachas (Sem Refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(920, 'pt', 'Cannabis - Biscoitos/Bolachas (Sem Refrigeração)', '<p>Cannabis - Biscoitos/Bolachas (Sem Refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(921, 'en', 'Cannabis - Chá/Infusões de Ervas – Infusões de Folhas/Saquinhos', '<p>Cannabis - Chá/Infusões de Ervas – Infusões de Folhas/Saquinhos</p>', '', '', '', 'N', '', 'Y'),
(921, 'es', 'Cannabis - Chá/Infusões de Ervas – Infusões de Folhas/Saquinhos', '<p>Cannabis - Chá/Infusões de Ervas – Infusões de Folhas/Saquinhos</p>', '', '', '', 'N', '', 'Y'),
(921, 'pt', 'Cannabis - Chá/Infusões de Ervas – Infusões de Folhas/Saquinhos', '<p>Cannabis - Chá/Infusões de Ervas – Infusões de Folhas/Saquinhos</p>', '', '', '', 'N', '', 'Y'),
(922, 'en', 'Cannabis - Chá/Infusões de Ervas – Pronto para Beber (Sem Refrigeração)', '<p>Cannabis - Chá/Infusões de Ervas – Pronto para Beber (Sem Refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(922, 'es', 'Cannabis - Chá/Infusões de Ervas – Pronto para Beber (Sem Refrigeração)', '<p>Cannabis - Chá/Infusões de Ervas – Pronto para Beber (Sem Refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(922, 'pt', 'Cannabis - Chá/Infusões de Ervas – Pronto para Beber (Sem Refrigeração)', '<p>Cannabis - Chá/Infusões de Ervas – Pronto para Beber (Sem Refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(923, 'en', 'Cannabis - Chocolate/Substitutos do Chocolate para doces', '<p>Cannabis - Chocolate/Substitutos do Chocolate para doces</p>', '', '', '', 'N', '', 'Y'),
(923, 'es', 'Cannabis - Chocolate/Substitutos do Chocolate para doces', '<p>Cannabis - Chocolate/Substitutos do Chocolate para doces</p>', '', '', '', 'N', '', 'Y'),
(923, 'pt', 'Cannabis - Chocolate/Substitutos do Chocolate para doces', '<p>Cannabis - Chocolate/Substitutos do Chocolate para doces</p>', '', '', '', 'N', '', 'Y'),
(924, 'en', 'Cannabis - Doces de Confeitaria Substitutos/Doces', '<p>Cannabis - Doces de Confeitaria Substitutos/Doces</p>', '', '', '', 'N', '', 'Y'),
(924, 'es', 'Cannabis - Doces de Confeitaria Substitutos/Doces', '<p>Cannabis - Doces de Confeitaria Substitutos/Doces</p>', '', '', '', 'N', '', 'Y'),
(924, 'pt', 'Cannabis - Doces de Confeitaria Substitutos/Doces', '<p>Cannabis - Doces de Confeitaria Substitutos/Doces</p>', '', '', '', 'N', '', 'Y'),
(925, 'en', 'Cannabis - Infusões de Frutas e Ervas – Pronto para Beber', '<p>Cannabis - Infusões de Frutas e Ervas – Pronto para Beber</p>', '', '', '', 'N', '', 'Y'),
(925, 'es', 'Cannabis - Infusões de Frutas e Ervas – Pronto para Beber', '<p>Cannabis - Infusões de Frutas e Ervas – Pronto para Beber</p>', '', '', '', 'N', '', 'Y'),
(925, 'pt', 'Cannabis - Infusões de Frutas e Ervas – Pronto para Beber', '<p>Cannabis - Infusões de Frutas e Ervas – Pronto para Beber</p>', '', '', '', 'N', '', 'Y'),
(926, 'en', 'Cannabis - Melhorador de Água (Sem Refrigeração)', '<p>Cannabis - Melhorador de Água (Sem Refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(926, 'es', 'Cannabis - Melhorador de Água (Sem Refrigeração)', '<p>Cannabis - Melhorador de Água (Sem Refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(926, 'pt', 'Cannabis - Melhorador de Água (Sem Refrigeração)', '<p>Cannabis - Melhorador de Água (Sem Refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(927, 'en', 'Cannabis - Misturas para Biscoitos/Bolachas (sem refrigeração)', '<p>Cannabis - Misturas para Biscoitos/Bolachas (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(927, 'es', 'Cannabis - Misturas para Biscoitos/Bolachas (sem refrigeração)', '<p>Cannabis - Misturas para Biscoitos/Bolachas (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(927, 'pt', 'Cannabis - Misturas para Biscoitos/Bolachas (sem refrigeração)', '<p>Cannabis - Misturas para Biscoitos/Bolachas (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(928, 'en', 'Cannabis - Muffins/Brownies/Bolos – Prontos para Consumo (sem refrigeração)', '<p>Cannabis - Muffins/Brownies/Bolos – Prontos para Consumo (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(928, 'es', 'Cannabis - Muffins/Brownies/Bolos – Prontos para Consumo (sem refrigeração)', '<p>Cannabis - Muffins/Brownies/Bolos – Prontos para Consumo (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(928, 'pt', 'Cannabis - Muffins/Brownies/Bolos – Prontos para Consumo (sem refrigeração)', '<p>Cannabis - Muffins/Brownies/Bolos – Prontos para Consumo (sem refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(929, 'en', 'Cannabis - Óleos Comestíveis - Vegetal ou Plantas (Sem Refrigeração)', '<p>Cannabis - Óleos Comestíveis - Vegetal ou Plantas (Sem Refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(929, 'es', 'Cannabis - Óleos Comestíveis - Vegetal ou Plantas (Sem Refrigeração)', '<p>Cannabis - Óleos Comestíveis - Vegetal ou Plantas (Sem Refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(929, 'pt', 'Cannabis - Óleos Comestíveis - Vegetal ou Plantas (Sem Refrigeração)', '<p>Cannabis - Óleos Comestíveis - Vegetal ou Plantas (Sem Refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(930, 'en', 'Cannabis - Pacotes de Variedades para Confeitos/Edulcorantes', '<p>Cannabis - Pacotes de Variedades para Confeitos/Edulcorantes</p>', '', '', '', 'N', '', 'Y'),
(930, 'es', 'Cannabis - Pacotes de Variedades para Confeitos/Edulcorantes', '<p>Cannabis - Pacotes de Variedades para Confeitos/Edulcorantes</p>', '', '', '', 'N', '', 'Y'),
(930, 'pt', 'Cannabis - Pacotes de Variedades para Confeitos/Edulcorantes', '<p>Cannabis - Pacotes de Variedades para Confeitos/Edulcorantes</p>', '', '', '', 'N', '', 'Y'),
(931, 'en', 'Cannabis - Sólidos Orais – Cápsulas/Comprimidos/Cápsulas de Gelatina', '<p>Cannabis - Sólidos Orais – Cápsulas/Comprimidos/Cápsulas de Gelatina</p>', '', '', '', 'N', '', 'Y'),
(931, 'es', 'Cannabis - Sólidos Orais – Cápsulas/Comprimidos/Cápsulas de Gelatina', '<p>Cannabis - Sólidos Orais – Cápsulas/Comprimidos/Cápsulas de Gelatina</p>', '', '', '', 'N', '', 'Y'),
(931, 'pt', 'Cannabis - Sólidos Orais – Cápsulas/Comprimidos/Cápsulas de Gelatina', '<p>Cannabis - Sólidos Orais – Cápsulas/Comprimidos/Cápsulas de Gelatina</p>', '', '', '', 'N', '', 'Y'),
(932, 'en', 'Cannabis - Suco de Fruta - Pronto para Beber (Perecível)', '<p>Cannabis - Suco de Fruta - Pronto para Beber (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(932, 'es', 'Cannabis - Suco de Fruta - Pronto para Beber (Perecível)', '<p>Cannabis - Suco de Fruta - Pronto para Beber (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(932, 'pt', 'Cannabis - Suco de Fruta - Pronto para Beber (Perecível)', '<p>Cannabis - Suco de Fruta - Pronto para Beber (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(933, 'en', 'Cannabis - Suco de Fruta - Pronto para Beber (Sem Refrigeração)', '<p>Cannabis - Suco de Fruta - Pronto para Beber (Sem Refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(933, 'es', 'Cannabis - Suco de Fruta - Pronto para Beber (Sem Refrigeração)', '<p>Cannabis - Suco de Fruta - Pronto para Beber (Sem Refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(933, 'pt', 'Cannabis - Suco de Fruta - Pronto para Beber (Sem Refrigeração)', '<p>Cannabis - Suco de Fruta - Pronto para Beber (Sem Refrigeração)</p>', '', '', '', 'N', '', 'Y'),
(934, 'en', 'Cannabis - Não Comestíveis', '<p>Cannabis - Não Comestíveis</p>', '', '', '', 'N', '', 'Y'),
(934, 'es', 'Cannabis - Não Comestíveis', '<p>Cannabis - Não Comestíveis</p>', '', '', '', 'N', '', 'Y'),
(934, 'pt', 'Cannabis - Não Comestíveis', '<p>Cannabis - Não Comestíveis</p>', '', '', '', 'N', '', 'Y'),
(935, 'en', 'Cannabis - \"Hash\"', '<p>Cannabis - \"Hash\"</p>', '', '', '', 'N', '', 'Y'),
(935, 'es', 'Cannabis - \"Hash\"', '<p>Cannabis - \"Hash\"</p>', '', '', '', 'N', '', 'Y'),
(935, 'pt', 'Cannabis - \"Hash\"', '<p>Cannabis - \"Hash\"</p>', '', '', '', 'N', '', 'Y'),
(936, 'en', 'Cannabis - \"Resin\"', '<p>Cannabis - \"Resin\"</p>', '', '', '', 'N', '', 'Y'),
(936, 'es', 'Cannabis - \"Resin\"', '<p>Cannabis - \"Resin\"</p>', '', '', '', 'N', '', 'Y'),
(936, 'pt', 'Cannabis - \"Resin\"', '<p>Cannabis - \"Resin\"</p>', '', '', '', 'N', '', 'Y'),
(937, 'en', 'Cannabis - \"Rosin\"', '<p>Cannabis - \"Rosin\"</p>', '', '', '', 'N', '', 'Y'),
(937, 'es', 'Cannabis - \"Rosin\"', '<p>Cannabis - \"Rosin\"</p>', '', '', '', 'N', '', 'Y'),
(937, 'pt', 'Cannabis - \"Rosin\"', '<p>Cannabis - \"Rosin\"</p>', '', '', '', 'N', '', 'Y'),
(938, 'en', 'Cannabis - \"Shatter\"', '<p>Cannabis - \"Shatter\"</p>', '', '', '', 'N', '', 'Y'),
(938, 'es', 'Cannabis - \"Shatter\"', '<p>Cannabis - \"Shatter\"</p>', '', '', '', 'N', '', 'Y'),
(938, 'pt', 'Cannabis - \"Shatter\"', '<p>Cannabis - \"Shatter\"</p>', '', '', '', 'N', '', 'Y'),
(939, 'en', 'Cannabis - \"Wax\"', '<p>Cannabis - \"Wax\"</p>', '', '', '', 'N', '', 'Y'),
(939, 'es', 'Cannabis - \"Wax\"', '<p>Cannabis - \"Wax\"</p>', '', '', '', 'N', '', 'Y'),
(939, 'pt', 'Cannabis - \"Wax\"', '<p>Cannabis - \"Wax\"</p>', '', '', '', 'N', '', 'Y'),
(940, 'en', 'Cannabis - “Keif”', '<p>Cannabis - “Keif”</p>', '', '', '', 'N', '', 'Y'),
(940, 'es', 'Cannabis - “Keif”', '<p>Cannabis - “Keif”</p>', '', '', '', 'N', '', 'Y'),
(940, 'pt', 'Cannabis - “Keif”', '<p>Cannabis - “Keif”</p>', '', '', '', 'N', '', 'Y'),
(941, 'en', 'Cannabis - “Manteiga”', '<p>Cannabis - “Manteiga”</p>', '', '', '', 'N', '', 'Y'),
(941, 'es', 'Cannabis - “Manteiga”', '<p>Cannabis - “Manteiga”</p>', '', '', '', 'N', '', 'Y'),
(941, 'pt', 'Cannabis - “Manteiga”', '<p>Cannabis - “Manteiga”</p>', '', '', '', 'N', '', 'Y'),
(942, 'en', 'Cannabis – Cartucho de Vaporizador', '<p>Cannabis – Cartucho de Vaporizador</p>', '', '', '', 'N', '', 'Y'),
(942, 'es', 'Cannabis – Cartucho de Vaporizador', '<p>Cannabis – Cartucho de Vaporizador</p>', '', '', '', 'N', '', 'Y'),
(942, 'pt', 'Cannabis – Cartucho de Vaporizador', '<p>Cannabis – Cartucho de Vaporizador</p>', '', '', '', 'N', '', 'Y'),
(943, 'en', 'Cannabis - Cigarros de Ervas - Sem Tabaco', '<p>Cannabis - Cigarros de Ervas - Sem Tabaco</p>', '', '', '', 'N', '', 'Y'),
(943, 'es', 'Cannabis - Cigarros de Ervas - Sem Tabaco', '<p>Cannabis - Cigarros de Ervas - Sem Tabaco</p>', '', '', '', 'N', '', 'Y'),
(943, 'pt', 'Cannabis - Cigarros de Ervas - Sem Tabaco', '<p>Cannabis - Cigarros de Ervas - Sem Tabaco</p>', '', '', '', 'N', '', 'Y'),
(944, 'en', 'Cannabis - Concentrado – \"Wax/Resin\"', '<p>Cannabis - Concentrado – \"Wax/Resin\"</p>', '', '', '', 'N', '', 'Y'),
(944, 'es', 'Cannabis - Concentrado – \"Wax/Resin\"', '<p>Cannabis - Concentrado – \"Wax/Resin\"</p>', '', '', '', 'N', '', 'Y'),
(944, 'pt', 'Cannabis - Concentrado – \"Wax/Resin\"', '<p>Cannabis - Concentrado – \"Wax/Resin\"</p>', '', '', '', 'N', '', 'Y'),
(945, 'en', 'Cannabis - Folha Desidratada', '<p>Cannabis - Folha Desidratada</p>', '', '', '', 'N', '', 'Y'),
(945, 'es', 'Cannabis - Folha Desidratada', '<p>Cannabis - Folha Desidratada</p>', '', '', '', 'N', '', 'Y'),
(945, 'pt', 'Cannabis - Folha Desidratada', '<p>Cannabis - Folha Desidratada</p>', '', '', '', 'N', '', 'Y'),
(946, 'en', 'Cannabis – Kit Vaporizador', '<p>Cannabis – Kit Vaporizador</p>', '', '', '', 'N', '', 'Y'),
(946, 'es', 'Cannabis – Kit Vaporizador', '<p>Cannabis – Kit Vaporizador</p>', '', '', '', 'N', '', 'Y'),
(946, 'pt', 'Cannabis – Kit Vaporizador', '<p>Cannabis – Kit Vaporizador</p>', '', '', '', 'N', '', 'Y'),
(947, 'en', 'Cannabis - Óleo', '<p>Cannabis - Óleo</p>', '', '', '', 'N', '', 'Y'),
(947, 'es', 'Cannabis - Óleo', '<p>Cannabis - Óleo</p>', '', '', '', 'N', '', 'Y'),
(947, 'pt', 'Cannabis - Óleo', '<p>Cannabis - Óleo</p>', '', '', '', 'N', '', 'Y'),
(948, 'en', 'Cannabis - Pré-enrolada', '<p>Cannabis - Pré-enrolada</p>', '', '', '', 'N', '', 'Y'),
(948, 'es', 'Cannabis - Pré-enrolada', '<p>Cannabis - Pré-enrolada</p>', '', '', '', 'N', '', 'Y'),
(948, 'pt', 'Cannabis - Pré-enrolada', '<p>Cannabis - Pré-enrolada</p>', '', '', '', 'N', '', 'Y'),
(949, 'en', 'Cannabis - Tópicos – Creme/Loção facial e corporal', '<p>Cannabis - Tópicos – Creme/Loção facial e corporal</p>', '', '', '', 'N', '', 'Y'),
(949, 'es', 'Cannabis - Tópicos – Creme/Loção facial e corporal', '<p>Cannabis - Tópicos – Creme/Loção facial e corporal</p>', '', '', '', 'N', '', 'Y'),
(949, 'pt', 'Cannabis - Tópicos – Creme/Loção facial e corporal', '<p>Cannabis - Tópicos – Creme/Loção facial e corporal</p>', '', '', '', 'N', '', 'Y'),
(950, 'en', 'Cannabis – Vaporizador de Cartuchos Descartáveis (\"Canetinha\")', '<p>Cannabis – Vaporizador de Cartuchos Descartáveis (\"Canetinha\")</p>', '', '', '', 'N', '', 'Y'),
(950, 'es', 'Cannabis – Vaporizador de Cartuchos Descartáveis (\"Canetinha\")', '<p>Cannabis – Vaporizador de Cartuchos Descartáveis (\"Canetinha\")</p>', '', '', '', 'N', '', 'Y'),
(950, 'pt', 'Cannabis – Vaporizador de Cartuchos Descartáveis (\"Canetinha\")', '<p>Cannabis – Vaporizador de Cartuchos Descartáveis (\"Canetinha\")</p>', '', '', '', 'N', '', 'Y'),
(951, 'en', 'Cigarros Eletrônicos e Acessórios', '<p>Cigarros Eletrônicos e Acessórios</p>', '', '', '', 'N', '', 'Y'),
(951, 'es', 'Cigarros Eletrônicos e Acessórios', '<p>Cigarros Eletrônicos e Acessórios</p>', '', '', '', 'N', '', 'Y'),
(951, 'pt', 'Cigarros Eletrônicos e Acessórios', '<p>Cigarros Eletrônicos e Acessórios</p>', '', '', '', 'N', '', 'Y'),
(952, 'en', 'Acessórios para Cigarros Eletrônicos', '<p>Acessórios para Cigarros Eletrônicos</p>', '', '', '', 'N', '', 'Y'),
(952, 'es', 'Acessórios para Cigarros Eletrônicos', '<p>Acessórios para Cigarros Eletrônicos</p>', '', '', '', 'N', '', 'Y'),
(952, 'pt', 'Acessórios para Cigarros Eletrônicos', '<p>Acessórios para Cigarros Eletrônicos</p>', '', '', '', 'N', '', 'Y'),
(953, 'en', 'Cigarros Eletrônicos', '<p>Cigarros Eletrônicos</p>', '', '', '', 'N', '', 'Y'),
(953, 'es', 'Cigarros Eletrônicos', '<p>Cigarros Eletrônicos</p>', '', '', '', 'N', '', 'Y'),
(953, 'pt', 'Cigarros Eletrônicos', '<p>Cigarros Eletrônicos</p>', '', '', '', 'N', '', 'Y'),
(954, 'en', 'Ervas sem tabaco/sem cannabis', '<p>Ervas sem tabaco/sem cannabis</p>', '', '', '', 'N', '', 'Y'),
(954, 'es', 'Ervas sem tabaco/sem cannabis', '<p>Ervas sem tabaco/sem cannabis</p>', '', '', '', 'N', '', 'Y'),
(954, 'pt', 'Ervas sem tabaco/sem cannabis', '<p>Ervas sem tabaco/sem cannabis</p>', '', '', '', 'N', '', 'Y'),
(955, 'en', 'Cigarros de Ervas – Sem Tabaco', '<p>Cigarros de Ervas – Sem Tabaco</p>', '', '', '', 'N', '', 'Y'),
(955, 'es', 'Cigarros de Ervas – Sem Tabaco', '<p>Cigarros de Ervas – Sem Tabaco</p>', '', '', '', 'N', '', 'Y'),
(955, 'pt', 'Cigarros de Ervas – Sem Tabaco', '<p>Cigarros de Ervas – Sem Tabaco</p>', '', '', '', 'N', '', 'Y'),
(956, 'en', 'Ervas para Mastigar/Inalar – Sem Tabaco', '<p>Ervas para Mastigar/Inalar – Sem Tabaco</p>', '', '', '', 'N', '', 'Y'),
(956, 'es', 'Ervas para Mastigar/Inalar – Sem Tabaco', '<p>Ervas para Mastigar/Inalar – Sem Tabaco</p>', '', '', '', 'N', '', 'Y'),
(956, 'pt', 'Ervas para Mastigar/Inalar – Sem Tabaco', '<p>Ervas para Mastigar/Inalar – Sem Tabaco</p>', '', '', '', 'N', '', 'Y'),
(957, 'en', 'Pacotes de Variedades de Tabaco/Cannabis/Produtos fitoterápicos/Acessórios para fumo', '<p>Pacotes de Variedades de Tabaco/Cannabis/Produtos fitoterápicos/Acessórios para fumo</p>', '', '', '', 'N', '', 'Y'),
(957, 'es', 'Pacotes de Variedades de Tabaco/Cannabis/Produtos fitoterápicos/Acessórios para fumo', '<p>Pacotes de Variedades de Tabaco/Cannabis/Produtos fitoterápicos/Acessórios para fumo</p>', '', '', '', 'N', '', 'Y'),
(957, 'pt', 'Pacotes de Variedades de Tabaco/Cannabis/Produtos fitoterápicos/Acessórios para fumo', '<p>Pacotes de Variedades de Tabaco/Cannabis/Produtos fitoterápicos/Acessórios para fumo</p>', '', '', '', 'N', '', 'Y'),
(958, 'en', 'Tabaco', '<p>Tabaco</p>', '', '', '', 'N', '', 'Y'),
(958, 'es', 'Tabaco', '<p>Tabaco</p>', '', '', '', 'N', '', 'Y'),
(958, 'pt', 'Tabaco', '<p>Tabaco</p>', '', '', '', 'N', '', 'Y'),
(959, 'en', 'Charutos', '<p>Charutos</p>', '', '', '', 'N', '', 'Y'),
(959, 'es', 'Charutos', '<p>Charutos</p>', '', '', '', 'N', '', 'Y'),
(959, 'pt', 'Charutos', '<p>Charutos</p>', '', '', '', 'N', '', 'Y'),
(960, 'en', 'Cigarros', '<p>Cigarros</p>', '', '', '', 'N', '', 'Y'),
(960, 'es', 'Cigarros', '<p>Cigarros</p>', '', '', '', 'N', '', 'Y'),
(960, 'pt', 'Cigarros', '<p>Cigarros</p>', '', '', '', 'N', '', 'Y'),
(961, 'en', 'Tabaco - Mastigar/Inalar', '<p>Tabaco - Mastigar/Inalar</p>', '', '', '', 'N', '', 'Y'),
(961, 'es', 'Tabaco - Mastigar/Inalar', '<p>Tabaco - Mastigar/Inalar</p>', '', '', '', 'N', '', 'Y'),
(961, 'pt', 'Tabaco - Mastigar/Inalar', '<p>Tabaco - Mastigar/Inalar</p>', '', '', '', 'N', '', 'Y'),
(962, 'en', 'Tabaco – Sólido', '<p>Tabaco – Sólido</p>', '', '', '', 'N', '', 'Y'),
(962, 'es', 'Tabaco – Sólido', '<p>Tabaco – Sólido</p>', '', '', '', 'N', '', 'Y'),
(962, 'pt', 'Tabaco – Sólido', '<p>Tabaco – Sólido</p>', '', '', '', 'N', '', 'Y'),
(963, 'en', 'Tabaco – solto', '<p>Tabaco – solto</p>', '', '', '', 'N', '', 'Y'),
(963, 'es', 'Tabaco – solto', '<p>Tabaco – solto</p>', '', '', '', 'N', '', 'Y'),
(963, 'pt', 'Tabaco – solto', '<p>Tabaco – solto</p>', '', '', '', 'N', '', 'Y'),
(964, 'en', 'Temperos / Conservantes / Extratos', '<p>Temperos / Conservantes / Extratos</p>', '', '', '', 'N', '', 'Y'),
(964, 'es', 'Temperos / Conservantes / Extratos', '<p>Temperos / Conservantes / Extratos</p>', '', '', '', 'N', '', 'Y'),
(964, 'pt', 'Temperos / Conservantes / Extratos', '<p>Temperos / Conservantes / Extratos</p>', '', '', '', 'N', '', 'Y'),
(965, 'en', 'Ervas / Temperos / Extratos', '<p>Ervas / Temperos / Extratos</p>', '', '', '', 'N', '', 'Y'),
(965, 'es', 'Ervas / Temperos / Extratos', '<p>Ervas / Temperos / Extratos</p>', '', '', '', 'N', '', 'Y'),
(965, 'pt', 'Ervas / Temperos / Extratos', '<p>Ervas / Temperos / Extratos</p>', '', '', '', 'N', '', 'Y'),
(966, 'en', 'Aditivos alimentares', '<p>Aditivos alimentares</p>', '', '', '', 'N', '', 'Y'),
(966, 'es', 'Aditivos alimentares', '<p>Aditivos alimentares</p>', '', '', '', 'N', '', 'Y'),
(966, 'pt', 'Aditivos alimentares', '<p>Aditivos alimentares</p>', '', '', '', 'N', '', 'Y'),
(967, 'en', 'Caldo de Ossos (Congelado)', '<p>Caldo de Ossos (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(967, 'es', 'Caldo de Ossos (Congelado)', '<p>Caldo de Ossos (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(967, 'pt', 'Caldo de Ossos (Congelado)', '<p>Caldo de Ossos (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(968, 'en', 'Caldo de ossos (Não perecível)', '<p>Caldo de ossos (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(968, 'es', 'Caldo de ossos (Não perecível)', '<p>Caldo de ossos (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(968, 'pt', 'Caldo de ossos (Não perecível)', '<p>Caldo de ossos (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(969, 'en', 'Caldo de Ossos (perecíveis)', '<p>Caldo de Ossos (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(969, 'es', 'Caldo de Ossos (perecíveis)', '<p>Caldo de Ossos (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(969, 'pt', 'Caldo de Ossos (perecíveis)', '<p>Caldo de Ossos (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(970, 'en', 'Ervas / Temperos (Não perecíveis)', '<p>Ervas / Temperos (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(970, 'es', 'Ervas / Temperos (Não perecíveis)', '<p>Ervas / Temperos (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(970, 'pt', 'Ervas / Temperos (Não perecíveis)', '<p>Ervas / Temperos (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(971, 'en', 'Ervas / Temperos (perecíveis)', '<p>Ervas / Temperos (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(971, 'es', 'Ervas / Temperos (perecíveis)', '<p>Ervas / Temperos (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(971, 'pt', 'Ervas / Temperos (perecíveis)', '<p>Ervas / Temperos (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(972, 'en', 'Ervas/Temperos (Congelados)', '<p>Ervas/Temperos (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(972, 'es', 'Ervas/Temperos (Congelados)', '<p>Ervas/Temperos (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(972, 'pt', 'Ervas/Temperos (Congelados)', '<p>Ervas/Temperos (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(973, 'en', 'Extratos / Temperos / Intensificadores de sabor (Não perecível)', '<p>Extratos / Temperos / Intensificadores de sabor (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(973, 'es', 'Extratos / Temperos / Intensificadores de sabor (Não perecível)', '<p>Extratos / Temperos / Intensificadores de sabor (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(973, 'pt', 'Extratos / Temperos / Intensificadores de sabor (Não perecível)', '<p>Extratos / Temperos / Intensificadores de sabor (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(974, 'en', 'Extratos/Sal/Amaciantes de Carne (Não Perecíveis)', '<p>Extratos/Sal/Amaciantes de Carne (Não Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(974, 'es', 'Extratos/Sal/Amaciantes de Carne (Não Perecíveis)', '<p>Extratos/Sal/Amaciantes de Carne (Não Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(974, 'pt', 'Extratos/Sal/Amaciantes de Carne (Não Perecíveis)', '<p>Extratos/Sal/Amaciantes de Carne (Não Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(975, 'en', 'Pacotes de Variedades para Ervas/Temperos/Extratos', '<p>Pacotes de Variedades para Ervas/Temperos/Extratos</p>', '', '', '', 'N', '', 'Y'),
(975, 'es', 'Pacotes de Variedades para Ervas/Temperos/Extratos', '<p>Pacotes de Variedades para Ervas/Temperos/Extratos</p>', '', '', '', 'N', '', 'Y'),
(975, 'pt', 'Pacotes de Variedades para Ervas/Temperos/Extratos', '<p>Pacotes de Variedades para Ervas/Temperos/Extratos</p>', '', '', '', 'N', '', 'Y'),
(976, 'en', 'Molhos/Entradas/Petiscos/Condimentos', '<p>Molhos/Entradas/Petiscos/Condimentos</p>', '', '', '', 'N', '', 'Y'),
(976, 'es', 'Molhos/Entradas/Petiscos/Condimentos', '<p>Molhos/Entradas/Petiscos/Condimentos</p>', '', '', '', 'N', '', 'Y'),
(976, 'pt', 'Molhos/Entradas/Petiscos/Condimentos', '<p>Molhos/Entradas/Petiscos/Condimentos</p>', '', '', '', 'N', '', 'Y'),
(977, 'en', 'Glacês (Perecíveis)', '<p>Glacês (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(977, 'es', 'Glacês (Perecíveis)', '<p>Glacês (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(977, 'pt', 'Glacês (Perecíveis)', '<p>Glacês (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(978, 'en', 'Ketchup de Tomate/ Substitutos de Ketchup (Congelado)', '<p>Ketchup de Tomate/ Substitutos de Ketchup (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(978, 'es', 'Ketchup de Tomate/ Substitutos de Ketchup (Congelado)', '<p>Ketchup de Tomate/ Substitutos de Ketchup (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(978, 'pt', 'Ketchup de Tomate/ Substitutos de Ketchup (Congelado)', '<p>Ketchup de Tomate/ Substitutos de Ketchup (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(979, 'en', 'Ketchup de Tomate/Substitutos de Ketchup (Não refrigerados)', '<p>Ketchup de Tomate/Substitutos de Ketchup (Não refrigerados)</p>', '', '', '', 'N', '', 'Y'),
(979, 'es', 'Ketchup de Tomate/Substitutos de Ketchup (Não refrigerados)', '<p>Ketchup de Tomate/Substitutos de Ketchup (Não refrigerados)</p>', '', '', '', 'N', '', 'Y'),
(979, 'pt', 'Ketchup de Tomate/Substitutos de Ketchup (Não refrigerados)', '<p>Ketchup de Tomate/Substitutos de Ketchup (Não refrigerados)</p>', '', '', '', 'N', '', 'Y'),
(980, 'en', 'Ketchup de Tomate/Substitutos de Ketchup (Perecíveis)', '<p>Ketchup de Tomate/Substitutos de Ketchup (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(980, 'es', 'Ketchup de Tomate/Substitutos de Ketchup (Perecíveis)', '<p>Ketchup de Tomate/Substitutos de Ketchup (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(980, 'pt', 'Ketchup de Tomate/Substitutos de Ketchup (Perecíveis)', '<p>Ketchup de Tomate/Substitutos de Ketchup (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(981, 'en', 'Maionese/Substitutos da Maionese (Congelados)', '<p>Maionese/Substitutos da Maionese (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(981, 'es', 'Maionese/Substitutos da Maionese (Congelados)', '<p>Maionese/Substitutos da Maionese (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(981, 'pt', 'Maionese/Substitutos da Maionese (Congelados)', '<p>Maionese/Substitutos da Maionese (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(982, 'en', 'Maionese/Substitutos da Maionese (Não refrigerados)', '<p>Maionese/Substitutos da Maionese (Não refrigerados)</p>', '', '', '', 'N', '', 'Y'),
(982, 'es', 'Maionese/Substitutos da Maionese (Não refrigerados)', '<p>Maionese/Substitutos da Maionese (Não refrigerados)</p>', '', '', '', 'N', '', 'Y'),
(982, 'pt', 'Maionese/Substitutos da Maionese (Não refrigerados)', '<p>Maionese/Substitutos da Maionese (Não refrigerados)</p>', '', '', '', 'N', '', 'Y'),
(983, 'en', 'Maionese/Substitutos da Maionese (Perecível)', '<p>Maionese/Substitutos da Maionese (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(983, 'es', 'Maionese/Substitutos da Maionese (Perecível)', '<p>Maionese/Substitutos da Maionese (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(983, 'pt', 'Maionese/Substitutos da Maionese (Perecível)', '<p>Maionese/Substitutos da Maionese (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(984, 'en', 'Molhos - Culinários (Congelados)', '<p>Molhos - Culinários (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(984, 'es', 'Molhos - Culinários (Congelados)', '<p>Molhos - Culinários (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(984, 'pt', 'Molhos - Culinários (Congelados)', '<p>Molhos - Culinários (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(985, 'en', 'Molhos - Culinários (Não perecíveis)', '<p>Molhos - Culinários (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(985, 'es', 'Molhos - Culinários (Não perecíveis)', '<p>Molhos - Culinários (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(985, 'pt', 'Molhos - Culinários (Não perecíveis)', '<p>Molhos - Culinários (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(986, 'en', 'Molhos - Culinários (Perecíveis)', '<p>Molhos - Culinários (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(986, 'es', 'Molhos - Culinários (Perecíveis)', '<p>Molhos - Culinários (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(986, 'pt', 'Molhos - Culinários (Perecíveis)', '<p>Molhos - Culinários (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(987, 'en', 'Molhos / Condimentos / Coberturas/Patês/Marinadas (perecíveis)', '<p>Molhos / Condimentos / Coberturas/Patês/Marinadas (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(987, 'es', 'Molhos / Condimentos / Coberturas/Patês/Marinadas (perecíveis)', '<p>Molhos / Condimentos / Coberturas/Patês/Marinadas (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(987, 'pt', 'Molhos / Condimentos / Coberturas/Patês/Marinadas (perecíveis)', '<p>Molhos / Condimentos / Coberturas/Patês/Marinadas (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(988, 'en', 'Molhos/Condimentos/Coberturas/Patês Salgados/Marinadas (Congelados)', '<p>Molhos/Condimentos/Coberturas/Patês Salgados/Marinadas (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(988, 'es', 'Molhos/Condimentos/Coberturas/Patês Salgados/Marinadas (Congelados)', '<p>Molhos/Condimentos/Coberturas/Patês Salgados/Marinadas (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(988, 'pt', 'Molhos/Condimentos/Coberturas/Patês Salgados/Marinadas (Congelados)', '<p>Molhos/Condimentos/Coberturas/Patês Salgados/Marinadas (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(989, 'en', 'Molhos/Condimentos/Coberturas/Patês Salgados/Marinadas (Não perecíveis)', '<p>Molhos/Condimentos/Coberturas/Patês Salgados/Marinadas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(989, 'es', 'Molhos/Condimentos/Coberturas/Patês Salgados/Marinadas (Não perecíveis)', '<p>Molhos/Condimentos/Coberturas/Patês Salgados/Marinadas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(989, 'pt', 'Molhos/Condimentos/Coberturas/Patês Salgados/Marinadas (Não perecíveis)', '<p>Molhos/Condimentos/Coberturas/Patês Salgados/Marinadas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(990, 'en', 'Molhos/Patês (Congelados)', '<p>Molhos/Patês (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(990, 'es', 'Molhos/Patês (Congelados)', '<p>Molhos/Patês (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(990, 'pt', 'Molhos/Patês (Congelados)', '<p>Molhos/Patês (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(991, 'en', 'Molhos/Patês (Não Perecíveis)', '<p>Molhos/Patês (Não Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(991, 'es', 'Molhos/Patês (Não Perecíveis)', '<p>Molhos/Patês (Não Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(991, 'pt', 'Molhos/Patês (Não Perecíveis)', '<p>Molhos/Patês (Não Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(992, 'en', 'Molhos/Patês (perecíveis)', '<p>Molhos/Patês (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(992, 'es', 'Molhos/Patês (perecíveis)', '<p>Molhos/Patês (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(992, 'pt', 'Molhos/Patês (perecíveis)', '<p>Molhos/Patês (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(993, 'en', 'Mostarda (Congelada)', '<p>Mostarda (Congelada)</p>', '', '', '', 'N', '', 'Y'),
(993, 'es', 'Mostarda (Congelada)', '<p>Mostarda (Congelada)</p>', '', '', '', 'N', '', 'Y'),
(993, 'pt', 'Mostarda (Congelada)', '<p>Mostarda (Congelada)</p>', '', '', '', 'N', '', 'Y'),
(994, 'en', 'Mostarda (Não refrigerada)', '<p>Mostarda (Não refrigerada)</p>', '', '', '', 'N', '', 'Y'),
(994, 'es', 'Mostarda (Não refrigerada)', '<p>Mostarda (Não refrigerada)</p>', '', '', '', 'N', '', 'Y'),
(994, 'pt', 'Mostarda (Não refrigerada)', '<p>Mostarda (Não refrigerada)</p>', '', '', '', 'N', '', 'Y'),
(995, 'en', 'Mostarda (Perecível)', '<p>Mostarda (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(995, 'es', 'Mostarda (Perecível)', '<p>Mostarda (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(995, 'pt', 'Mostarda (Perecível)', '<p>Mostarda (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(996, 'en', 'Pacotes de Variedades para Molhos/Patês/Caldos/Condimentos', '<p>Pacotes de Variedades para Molhos/Patês/Caldos/Condimentos</p>', '', '', '', 'N', '', 'Y'),
(996, 'es', 'Pacotes de Variedades para Molhos/Patês/Caldos/Condimentos', '<p>Pacotes de Variedades para Molhos/Patês/Caldos/Condimentos</p>', '', '', '', 'N', '', 'Y'),
(996, 'pt', 'Pacotes de Variedades para Molhos/Patês/Caldos/Condimentos', '<p>Pacotes de Variedades para Molhos/Patês/Caldos/Condimentos</p>', '', '', '', 'N', '', 'Y'),
(997, 'en', 'Patê (Congelado)', '<p>Patê (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(997, 'es', 'Patê (Congelado)', '<p>Patê (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(997, 'pt', 'Patê (Congelado)', '<p>Patê (Congelado)</p>', '', '', '', 'N', '', 'Y'),
(998, 'en', 'Patê (Não perecível)', '<p>Patê (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(998, 'es', 'Patê (Não perecível)', '<p>Patê (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(998, 'pt', 'Patê (Não perecível)', '<p>Patê (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(999, 'en', 'Patê (Perecível)', '<p>Patê (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(999, 'es', 'Patê (Perecível)', '<p>Patê (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(999, 'pt', 'Patê (Perecível)', '<p>Patê (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(1000, 'en', 'Pacotes de Variedades para Temperos/Conservantes/Extratos', '<p>Pacotes de Variedades para Temperos/Conservantes/Extratos</p>', '', '', '', 'N', '', 'Y'),
(1000, 'es', 'Pacotes de Variedades para Temperos/Conservantes/Extratos', '<p>Pacotes de Variedades para Temperos/Conservantes/Extratos</p>', '', '', '', 'N', '', 'Y'),
(1000, 'pt', 'Pacotes de Variedades para Temperos/Conservantes/Extratos', '<p>Pacotes de Variedades para Temperos/Conservantes/Extratos</p>', '', '', '', 'N', '', 'Y'),
(1001, 'en', 'Picles/Condimentos/Azeitonas/Chutneys', '<p>Picles/Condimentos/Azeitonas/Chutneys</p>', '', '', '', 'N', '', 'Y'),
(1001, 'es', 'Picles/Condimentos/Azeitonas/Chutneys', '<p>Picles/Condimentos/Azeitonas/Chutneys</p>', '', '', '', 'N', '', 'Y'),
(1001, 'pt', 'Picles/Condimentos/Azeitonas/Chutneys', '<p>Picles/Condimentos/Azeitonas/Chutneys</p>', '', '', '', 'N', '', 'Y'),
(1002, 'en', 'Azeitonas (Não perecíveis)', '<p>Azeitonas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(1002, 'es', 'Azeitonas (Não perecíveis)', '<p>Azeitonas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(1002, 'pt', 'Azeitonas (Não perecíveis)', '<p>Azeitonas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(1003, 'en', 'Azeitonas (perecíveis)', '<p>Azeitonas (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(1003, 'es', 'Azeitonas (perecíveis)', '<p>Azeitonas (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(1003, 'pt', 'Azeitonas (perecíveis)', '<p>Azeitonas (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(1004, 'en', 'Chutneys/ Molhos para Saladas (Não perecíveis)', '<p>Chutneys/ Molhos para Saladas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(1004, 'es', 'Chutneys/ Molhos para Saladas (Não perecíveis)', '<p>Chutneys/ Molhos para Saladas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(1004, 'pt', 'Chutneys/ Molhos para Saladas (Não perecíveis)', '<p>Chutneys/ Molhos para Saladas (Não perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(1005, 'en', 'Chutneys/Molhos para Saladas (Congelados)', '<p>Chutneys/Molhos para Saladas (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(1005, 'es', 'Chutneys/Molhos para Saladas (Congelados)', '<p>Chutneys/Molhos para Saladas (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(1005, 'pt', 'Chutneys/Molhos para Saladas (Congelados)', '<p>Chutneys/Molhos para Saladas (Congelados)</p>', '', '', '', 'N', '', 'Y'),
(1006, 'en', 'Chutneys/Molhos para saladas (perecíveis)', '<p>Chutneys/Molhos para saladas (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(1006, 'es', 'Chutneys/Molhos para saladas (perecíveis)', '<p>Chutneys/Molhos para saladas (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(1006, 'pt', 'Chutneys/Molhos para saladas (perecíveis)', '<p>Chutneys/Molhos para saladas (perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(1007, 'en', 'Pacotes de Variedades para Picles/Temperos/Chutneys/Azeitonas', '<p>Pacotes de Variedades para Picles/Temperos/Chutneys/Azeitonas</p>', '', '', '', 'N', '', 'Y'),
(1007, 'es', 'Pacotes de Variedades para Picles/Temperos/Chutneys/Azeitonas', '<p>Pacotes de Variedades para Picles/Temperos/Chutneys/Azeitonas</p>', '', '', '', 'N', '', 'Y'),
(1007, 'pt', 'Pacotes de Variedades para Picles/Temperos/Chutneys/Azeitonas', '<p>Pacotes de Variedades para Picles/Temperos/Chutneys/Azeitonas</p>', '', '', '', 'N', '', 'Y'),
(1008, 'en', 'Picles', '<p>Picles</p>', '', '', '', 'N', '', 'Y'),
(1008, 'es', 'Picles', '<p>Picles</p>', '', '', '', 'N', '', 'Y'),
(1008, 'pt', 'Picles', '<p>Picles</p>', '', '', '', 'N', '', 'Y'),
(1009, 'en', 'Tipos de Tripas para alimentos', '<p>Tipos de Tripas para alimentos</p>', '', '', '', 'N', '', 'Y'),
(1009, 'es', 'Tipos de Tripas para alimentos', '<p>Tipos de Tripas para alimentos</p>', '', '', '', 'N', '', 'Y'),
(1009, 'pt', 'Tipos de Tripas para alimentos', '<p>Tipos de Tripas para alimentos</p>', '', '', '', 'N', '', 'Y'),
(1010, 'en', 'Tripas Artificiais', '<p>Tripas Artificiais</p>', '', '', '', 'N', '', 'Y'),
(1010, 'es', 'Tripas Artificiais', '<p>Tripas Artificiais</p>', '', '', '', 'N', '', 'Y'),
(1010, 'pt', 'Tripas Artificiais', '<p>Tripas Artificiais</p>', '', '', '', 'N', '', 'Y'),
(1011, 'en', 'Tripas Naturais', '<p>Tripas Naturais</p>', '', '', '', 'N', '', 'Y'),
(1011, 'es', 'Tripas Naturais', '<p>Tripas Naturais</p>', '', '', '', 'N', '', 'Y'),
(1011, 'pt', 'Tripas Naturais', '<p>Tripas Naturais</p>', '', '', '', 'N', '', 'Y'),
(1012, 'en', 'Vinagres/Vinhos para Culinária', '<p>Vinagres/Vinhos para Culinária</p>', '', '', '', 'N', '', 'Y'),
(1012, 'es', 'Vinagres/Vinhos para Culinária', '<p>Vinagres/Vinhos para Culinária</p>', '', '', '', 'N', '', 'Y'),
(1012, 'pt', 'Vinagres/Vinhos para Culinária', '<p>Vinagres/Vinhos para Culinária</p>', '', '', '', 'N', '', 'Y'),
(1013, 'en', 'Pacotes de Variedades para Vinagres/Vinhos para Culinária', '<p>Pacotes de Variedades para Vinagres/Vinhos para Culinária</p>', '', '', '', 'N', '', 'Y'),
(1013, 'es', 'Pacotes de Variedades para Vinagres/Vinhos para Culinária', '<p>Pacotes de Variedades para Vinagres/Vinhos para Culinária</p>', '', '', '', 'N', '', 'Y'),
(1013, 'pt', 'Pacotes de Variedades para Vinagres/Vinhos para Culinária', '<p>Pacotes de Variedades para Vinagres/Vinhos para Culinária</p>', '', '', '', 'N', '', 'Y'),
(1014, 'en', 'Vinagres', '<p>Vinagres</p>', '', '', '', 'N', '', 'Y'),
(1014, 'es', 'Vinagres', '<p>Vinagres</p>', '', '', '', 'N', '', 'Y'),
(1014, 'pt', 'Vinagres', '<p>Vinagres</p>', '', '', '', 'N', '', 'Y'),
(1015, 'en', 'Vinhos para culinária', '<p>Vinhos para culinária</p>', '', '', '', 'N', '', 'Y'),
(1015, 'es', 'Vinhos para culinária', '<p>Vinhos para culinária</p>', '', '', '', 'N', '', 'Y'),
(1015, 'pt', 'Vinhos para culinária', '<p>Vinhos para culinária</p>', '', '', '', 'N', '', 'Y'),
(1016, 'en', 'Vegetais com Folhas - Não Preparadas/Não Processadas (Frescas)', '<p>Vegetais com Folhas - Não Preparadas/Não Processadas (Frescas)</p>', '', '', '', 'N', '', 'Y'),
(1016, 'es', 'Vegetais com Folhas - Não Preparadas/Não Processadas (Frescas)', '<p>Vegetais com Folhas - Não Preparadas/Não Processadas (Frescas)</p>', '', '', '', 'N', '', 'Y'),
(1016, 'pt', 'Vegetais com Folhas - Não Preparadas/Não Processadas (Frescas)', '<p>Vegetais com Folhas - Não Preparadas/Não Processadas (Frescas)</p>', '', '', '', 'N', '', 'Y'),
(1017, 'en', 'Cabeça de alface', '<p>Cabeça de alface</p>', '', '', '', 'N', '', 'Y'),
(1017, 'es', 'Cabeça de alface', '<p>Cabeça de alface</p>', '', '', '', 'N', '', 'Y'),
(1017, 'pt', 'Cabeça de alface', '<p>Cabeça de alface</p>', '', '', '', 'N', '', 'Y'),
(1018, 'en', 'Alface bola-de-manteiga', '<p>Alface bola-de-manteiga</p>', '', '', '', 'N', '', 'Y'),
(1018, 'es', 'Alface bola-de-manteiga', '<p>Alface bola-de-manteiga</p>', '', '', '', 'N', '', 'Y'),
(1018, 'pt', 'Alface bola-de-manteiga', '<p>Alface bola-de-manteiga</p>', '', '', '', 'N', '', 'Y'),
(1019, 'en', 'Alface do tipo Batávia', '<p>Alface do tipo Batávia</p>', '', '', '', 'N', '', 'Y'),
(1019, 'es', 'Alface do tipo Batávia', '<p>Alface do tipo Batávia</p>', '', '', '', 'N', '', 'Y'),
(1019, 'pt', 'Alface do tipo Batávia', '<p>Alface do tipo Batávia</p>', '', '', '', 'N', '', 'Y'),
(1020, 'en', 'Alface Iceberg', '<p>Alface Iceberg</p>', '', '', '', 'N', '', 'Y'),
(1020, 'es', 'Alface Iceberg', '<p>Alface Iceberg</p>', '', '', '', 'N', '', 'Y'),
(1020, 'pt', 'Alface Iceberg', '<p>Alface Iceberg</p>', '', '', '', 'N', '', 'Y'),
(1021, 'en', 'Alface Romana', '<p>Alface Romana</p>', '', '', '', 'N', '', 'Y'),
(1021, 'es', 'Alface Romana', '<p>Alface Romana</p>', '', '', '', 'N', '', 'Y'),
(1021, 'pt', 'Alface Romana', '<p>Alface Romana</p>', '', '', '', 'N', '', 'Y'),
(1022, 'en', 'Espinafres (Fresco)', '<p>Espinafres (Fresco)</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(1022, 'es', 'Espinafres (Fresco)', '<p>Espinafres (Fresco)</p>', '', '', '', 'N', '', 'Y'),
(1022, 'pt', 'Espinafres (Fresco)', '<p>Espinafres (Fresco)</p>', '', '', '', 'N', '', 'Y'),
(1023, 'en', 'Espinafre', '<p>Espinafre</p>', '', '', '', 'N', '', 'Y'),
(1023, 'es', 'Espinafre', '<p>Espinafre</p>', '', '', '', 'N', '', 'Y'),
(1023, 'pt', 'Espinafre', '<p>Espinafre</p>', '', '', '', 'N', '', 'Y'),
(1024, 'en', 'Espinafre Aquático / Ong Choy', '<p>Espinafre Aquático / Ong Choy</p>', '', '', '', 'N', '', 'Y'),
(1024, 'es', 'Espinafre Aquático / Ong Choy', '<p>Espinafre Aquático / Ong Choy</p>', '', '', '', 'N', '', 'Y'),
(1024, 'pt', 'Espinafre Aquático / Ong Choy', '<p>Espinafre Aquático / Ong Choy</p>', '', '', '', 'N', '', 'Y'),
(1025, 'en', 'Espinafre-da-nova-zelândia', '<p>Espinafre-da-nova-zelândia</p>', '', '', '', 'N', '', 'Y'),
(1025, 'es', 'Espinafre-da-nova-zelândia', '<p>Espinafre-da-nova-zelândia</p>', '', '', '', 'N', '', 'Y'),
(1025, 'pt', 'Espinafre-da-nova-zelândia', '<p>Espinafre-da-nova-zelândia</p>', '', '', '', 'N', '', 'Y'),
(1026, 'en', 'Tampala (Hin Choy)', '<p>Tampala (Hin Choy)</p>', '', '', '', 'N', '', 'Y'),
(1026, 'es', 'Tampala (Hin Choy)', '<p>Tampala (Hin Choy)</p>', '', '', '', 'N', '', 'Y'),
(1026, 'pt', 'Tampala (Hin Choy)', '<p>Tampala (Hin Choy)</p>', '', '', '', 'N', '', 'Y'),
(1027, 'en', 'Folha Solta/ Salada Verde Multi Folhas', '<p>Folha Solta/ Salada Verde Multi Folhas</p>', '', '', '', 'N', '', 'Y'),
(1027, 'es', 'Folha Solta/ Salada Verde Multi Folhas', '<p>Folha Solta/ Salada Verde Multi Folhas</p>', '', '', '', 'N', '', 'Y'),
(1027, 'pt', 'Folha Solta/ Salada Verde Multi Folhas', '<p>Folha Solta/ Salada Verde Multi Folhas</p>', '', '', '', 'N', '', 'Y'),
(1028, 'en', 'Alface do Carvalho', '<p>Alface do Carvalho</p>', '', '', '', 'N', '', 'Y'),
(1028, 'es', 'Alface do Carvalho', '<p>Alface do Carvalho</p>', '', '', '', 'N', '', 'Y'),
(1028, 'pt', 'Alface do Carvalho', '<p>Alface do Carvalho</p>', '', '', '', 'N', '', 'Y'),
(1029, 'en', 'Alface Lollo Bionda', '<p>Alface Lollo Bionda</p>', '', '', '', 'N', '', 'Y'),
(1029, 'es', 'Alface Lollo Bionda', '<p>Alface Lollo Bionda</p>', '', '', '', 'N', '', 'Y'),
(1029, 'pt', 'Alface Lollo Bionda', '<p>Alface Lollo Bionda</p>', '', '', '', 'N', '', 'Y'),
(1030, 'en', 'Alface Lollo Rosso', '<p>Alface Lollo Rosso</p>', '', '', '', 'N', '', 'Y'),
(1030, 'es', 'Alface Lollo Rosso', '<p>Alface Lollo Rosso</p>', '', '', '', 'N', '', 'Y'),
(1030, 'pt', 'Alface Lollo Rosso', '<p>Alface Lollo Rosso</p>', '', '', '', 'N', '', 'Y'),
(1031, 'en', 'Folha Solta/Outras Alfaces com Múltiplas Folhas', '<p>Folha Solta/Outras Alfaces com Múltiplas Folhas</p>', '', '', '', 'N', '', 'Y'),
(1031, 'es', 'Folha Solta/Outras Alfaces com Múltiplas Folhas', '<p>Folha Solta/Outras Alfaces com Múltiplas Folhas</p>', '', '', '', 'N', '', 'Y'),
(1031, 'pt', 'Folha Solta/Outras Alfaces com Múltiplas Folhas', '<p>Folha Solta/Outras Alfaces com Múltiplas Folhas</p>', '', '', '', 'N', '', 'Y'),
(1032, 'en', 'Folhas de chicória', '<p>Folhas de chicória</p>', '', '', '', 'N', '', 'Y'),
(1032, 'es', 'Folhas de chicória', '<p>Folhas de chicória</p>', '', '', '', 'N', '', 'Y'),
(1032, 'pt', 'Folhas de chicória', '<p>Folhas de chicória</p>', '', '', '', 'N', '', 'Y'),
(1033, 'en', 'Chicória', '<p>Chicória</p>', '', '', '', 'N', '', 'Y'),
(1033, 'es', 'Chicória', '<p>Chicória</p>', '', '', '', 'N', '', 'Y'),
(1033, 'pt', 'Chicória', '<p>Chicória</p>', '', '', '', 'N', '', 'Y'),
(1034, 'en', 'Chicória', '<p>Chicória</p>', '', '', '', 'N', '', 'Y'),
(1034, 'es', 'Chicória', '<p>Chicória</p>', '', '', '', 'N', '', 'Y'),
(1034, 'pt', 'Chicória', '<p>Chicória</p>', '', '', '', 'N', '', 'Y'),
(1035, 'en', 'Chicória Catalonha', '<p>Chicória Catalonha</p>', '', '', '', 'N', '', 'Y'),
(1035, 'es', 'Chicória Catalonha', '<p>Chicória Catalonha</p>', '', '', '', 'N', '', 'Y'),
(1035, 'pt', 'Chicória Catalonha', '<p>Chicória Catalonha</p>', '', '', '', 'N', '', 'Y'),
(1036, 'en', 'Chicória Comum', '<p>Chicória Comum</p>', '', '', '', 'N', '', 'Y'),
(1036, 'es', 'Chicória Comum', '<p>Chicória Comum</p>', '', '', '', 'N', '', 'Y'),
(1036, 'pt', 'Chicória Comum', '<p>Chicória Comum</p>', '', '', '', 'N', '', 'Y'),
(1037, 'en', 'Endívia Encaracolada', '<p>Endívia Encaracolada</p>', '', '', '', 'N', '', 'Y'),
(1037, 'es', 'Endívia Encaracolada', '<p>Endívia Encaracolada</p>', '', '', '', 'N', '', 'Y'),
(1037, 'pt', 'Endívia Encaracolada', '<p>Endívia Encaracolada</p>', '', '', '', 'N', '', 'Y'),
(1038, 'en', 'Endívia-frisada', '<p>Endívia-frisada</p>', '', '', '', 'N', '', 'Y'),
(1038, 'es', 'Endívia-frisada', '<p>Endívia-frisada</p>', '', '', '', 'N', '', 'Y'),
(1038, 'pt', 'Endívia-frisada', '<p>Endívia-frisada</p>', '', '', '', 'N', '', 'Y'),
(1039, 'en', 'Escarola', '<p>Escarola</p>', '', '', '', 'N', '', 'Y'),
(1039, 'es', 'Escarola', '<p>Escarola</p>', '', '', '', 'N', '', 'Y'),
(1039, 'pt', 'Escarola', '<p>Escarola</p>', '', '', '', 'N', '', 'Y'),
(1040, 'en', 'Radicchio', '<p>Radicchio</p>', '', '', '', 'N', '', 'Y'),
(1040, 'es', 'Radicchio', '<p>Radicchio</p>', '', '', '', 'N', '', 'Y'),
(1040, 'pt', 'Radicchio', '<p>Radicchio</p>', '', '', '', 'N', '', 'Y'),
(1041, 'en', 'Salada de Folha Verde', '<p>Salada de Folha Verde</p>', '', '', '', 'N', '', 'Y'),
(1041, 'es', 'Salada de Folha Verde', '<p>Salada de Folha Verde</p>', '', '', '', 'N', '', 'Y'),
(1041, 'pt', 'Salada de Folha Verde', '<p>Salada de Folha Verde</p>', '', '', '', 'N', '', 'Y'),
(1042, 'en', 'Agrião', '<p>Agrião</p>', '', '', '', 'N', '', 'Y'),
(1042, 'es', 'Agrião', '<p>Agrião</p>', '', '', '', 'N', '', 'Y'),
(1042, 'pt', 'Agrião', '<p>Agrião</p>', '', '', '', 'N', '', 'Y'),
(1043, 'en', 'Alface-de-cordeiro', '<p>Alface-de-cordeiro</p>', '', '', '', 'N', '', 'Y'),
(1043, 'es', 'Alface-de-cordeiro', '<p>Alface-de-cordeiro</p>', '', '', '', 'N', '', 'Y'),
(1043, 'pt', 'Alface-de-cordeiro', '<p>Alface-de-cordeiro</p>', '', '', '', 'N', '', 'Y'),
(1044, 'en', 'Azeda', '<p>Azeda</p>', '', '', '', 'N', '', 'Y'),
(1044, 'es', 'Azeda', '<p>Azeda</p>', '', '', '', 'N', '', 'Y'),
(1044, 'pt', 'Azeda', '<p>Azeda</p>', '', '', '', 'N', '', 'Y'),
(1045, 'en', 'Beldroega comum', '<p>Beldroega comum</p>', '', '', '', 'N', '', 'Y'),
(1045, 'es', 'Beldroega comum', '<p>Beldroega comum</p>', '', '', '', 'N', '', 'Y'),
(1045, 'pt', 'Beldroega comum', '<p>Beldroega comum</p>', '', '', '', 'N', '', 'Y'),
(1046, 'en', 'Dente-de-leão', '<p>Dente-de-leão</p>', '', '', '', 'N', '', 'Y'),
(1046, 'es', 'Dente-de-leão', '<p>Dente-de-leão</p>', '', '', '', 'N', '', 'Y'),
(1046, 'pt', 'Dente-de-leão', '<p>Dente-de-leão</p>', '', '', '', 'N', '', 'Y'),
(1047, 'en', 'Folhas Jovens', '<p>Folhas Jovens</p>', '', '', '', 'N', '', 'Y'),
(1047, 'es', 'Folhas Jovens', '<p>Folhas Jovens</p>', '', '', '', 'N', '', 'Y'),
(1047, 'pt', 'Folhas Jovens', '<p>Folhas Jovens</p>', '', '', '', 'N', '', 'Y'),
(1048, 'en', 'Mostarda-persa', '<p>Mostarda-persa</p>', '', '', '', 'N', '', 'Y'),
(1048, 'es', 'Mostarda-persa', '<p>Mostarda-persa</p>', '', '', '', 'N', '', 'Y'),
(1048, 'pt', 'Mostarda-persa', '<p>Mostarda-persa</p>', '', '', '', 'N', '', 'Y'),
(1049, 'en', 'Stem Lettuce', '<p>Stem Lettuce</p>', '', '', '', 'N', '', 'Y'),
(1049, 'es', 'Stem Lettuce', '<p>Stem Lettuce</p>', '', '', '', 'N', '', 'Y'),
(1049, 'pt', 'Stem Lettuce', '<p>Stem Lettuce</p>', '', '', '', 'N', '', 'Y'),
(1050, 'en', 'Country/Zone of Origin', '<p>Country/Zone of Origin</p>', '', '', '', 'N', '', 'Y'),
(1050, 'es', 'Country/Zone of Origin', '<p>Country/Zone of Origin</p>', '', '', '', 'N', '', 'Y'),
(1050, 'pt', 'Country/Zone of Origin', '<p>Country/Zone of Origin</p>', '', '', '', 'N', '', 'Y'),
(1051, 'en', 'EU and non-EU Declaration', '<p>EU and non-EU Declaration</p>', '', '', '', 'N', '', 'Y'),
(1051, 'es', 'EU and non-EU Declaration', '<p>EU and non-EU Declaration</p>', '', '', '', 'N', '', 'Y'),
(1051, 'pt', 'EU and non-EU Declaration', '<p>EU and non-EU Declaration</p>', '', '', '', 'N', '', 'Y'),
(1052, 'en', 'Growing Method', '<p>Growing Method</p>', '', '', '', 'N', '', 'Y'),
(1052, 'es', 'Growing Method', '<p>Growing Method</p>', '', '', '', 'N', '', 'Y'),
(1052, 'pt', 'Growing Method', '<p>Growing Method</p>', '', '', '', 'N', '', 'Y'),
(1053, 'en', 'Quality (UNECE Standard)', '<p>Quality (UNECE Standard)</p>', '', '', '', 'N', '', 'Y'),
(1053, 'es', 'Quality (UNECE Standard)', '<p>Quality (UNECE Standard)</p>', '', '', '', 'N', '', 'Y'),
(1053, 'pt', 'Quality (UNECE Standard)', '<p>Quality (UNECE Standard)</p>', '', '', '', 'N', '', 'Y'),
(1054, 'en', 'Vegetais com Folhas - Pacotes com Variedades Não Preparadas/Não Processadas', '<p>Vegetais com Folhas - Pacotes com Variedades Não Preparadas/Não Processadas</p>', '', '', '', 'N', '', 'Y'),
(1054, 'es', 'Vegetais com Folhas - Pacotes com Variedades Não Preparadas/Não Processadas', '<p>Vegetais com Folhas - Pacotes com Variedades Não Preparadas/Não Processadas</p>', '', '', '', 'N', '', 'Y'),
(1054, 'pt', 'Vegetais com Folhas - Pacotes com Variedades Não Preparadas/Não Processadas', '<p>Vegetais com Folhas - Pacotes com Variedades Não Preparadas/Não Processadas</p>', '', '', '', 'N', '', 'Y'),
(1055, 'en', 'Animais Vivos', '<p>Animais Vivos</p>', '', '', '', 'N', '', 'Y'),
(1055, 'es', 'Animais Vivos', '<p>Animais Vivos</p>', '', '', '', 'N', '', 'Y'),
(1055, 'pt', 'Animais Vivos', '<p>Animais Vivos</p>', '', '', '', 'N', '', 'Y'),
(1056, 'en', 'Invertebrados', '<p>Invertebrados</p>', '', '', '', 'N', '', 'Y'),
(1056, 'es', 'Invertebrados', '<p>Invertebrados</p>', '', '', '', 'N', '', 'Y'),
(1056, 'pt', 'Invertebrados', '<p>Invertebrados</p>', '', '', '', 'N', '', 'Y'),
(1057, 'en', 'Vertebrados', '<p>Vertebrados</p>', '', '', '', 'N', '', 'Y'),
(1057, 'es', 'Vertebrados', '<p>Vertebrados</p>', '', '', '', 'N', '', 'Y'),
(1057, 'pt', 'Vertebrados', '<p>Vertebrados</p>', '', '', '', 'N', '', 'Y'),
(1058, 'en', 'Artes/Artesanato/Bordado', '<p>Artes/Artesanato/Bordado</p>', '', '', '', 'N', '', 'Y'),
(1058, 'es', 'Artes/Artesanato/Bordado', '<p>Artes/Artesanato/Bordado</p>', '', '', '', 'N', '', 'Y'),
(1058, 'pt', 'Artes/Artesanato/Bordado', '<p>Artes/Artesanato/Bordado</p>', '', '', '', 'N', '', 'Y'),
(1059, 'en', 'Kit de variedades de artes/artesanatos', '<p>Kit de variedades de artes/artesanatos</p>', '', '', '', 'N', '', 'Y'),
(1059, 'es', 'Kit de variedades de artes/artesanatos', '<p>Kit de variedades de artes/artesanatos</p>', '', '', '', 'N', '', 'Y'),
(1059, 'pt', 'Kit de variedades de artes/artesanatos', '<p>Kit de variedades de artes/artesanatos</p>', '', '', '', 'N', '', 'Y'),
(1060, 'en', 'Suprimentos De Aerógrafos', '<p>Suprimentos De Aerógrafos</p>', '', '', '', 'N', '', 'Y'),
(1060, 'es', 'Suprimentos De Aerógrafos', '<p>Suprimentos De Aerógrafos</p>', '', '', '', 'N', '', 'Y'),
(1060, 'pt', 'Suprimentos De Aerógrafos', '<p>Suprimentos De Aerógrafos</p>', '', '', '', 'N', '', 'Y'),
(1061, 'en', 'Suprimentos De Artesanato Em Queima/Gravação Em Madeira', '<p>Suprimentos De Artesanato Em Queima/Gravação Em Madeira</p>', '', '', '', 'N', '', 'Y'),
(1061, 'es', 'Suprimentos De Artesanato Em Queima/Gravação Em Madeira', '<p>Suprimentos De Artesanato Em Queima/Gravação Em Madeira</p>', '', '', '', 'N', '', 'Y'),
(1061, 'pt', 'Suprimentos De Artesanato Em Queima/Gravação Em Madeira', '<p>Suprimentos De Artesanato Em Queima/Gravação Em Madeira</p>', '', '', '', 'N', '', 'Y'),
(1062, 'en', 'Suprimentos De Desenhos/Pinturas Artísticas', '<p>Suprimentos De Desenhos/Pinturas Artísticas</p>', '', '', '', 'N', '', 'Y'),
(1062, 'es', 'Suprimentos De Desenhos/Pinturas Artísticas', '<p>Suprimentos De Desenhos/Pinturas Artísticas</p>', '', '', '', 'N', '', 'Y'),
(1062, 'pt', 'Suprimentos De Desenhos/Pinturas Artísticas', '<p>Suprimentos De Desenhos/Pinturas Artísticas</p>', '', '', '', 'N', '', 'Y'),
(1063, 'en', 'Suprimentos de tecelagem/fiação artesanal', '<p>Suprimentos de tecelagem/fiação artesanal</p>', '', '', '', 'N', '', 'Y'),
(1063, 'es', 'Suprimentos de tecelagem/fiação artesanal', '<p>Suprimentos de tecelagem/fiação artesanal</p>', '', '', '', 'N', '', 'Y'),
(1063, 'pt', 'Suprimentos de tecelagem/fiação artesanal', '<p>Suprimentos de tecelagem/fiação artesanal</p>', '', '', '', 'N', '', 'Y'),
(1064, 'en', 'Suprimentos Para Artesanato Em Cestaria', '<p>Suprimentos Para Artesanato Em Cestaria</p>', '', '', '', 'N', '', 'Y'),
(1064, 'es', 'Suprimentos Para Artesanato Em Cestaria', '<p>Suprimentos Para Artesanato Em Cestaria</p>', '', '', '', 'N', '', 'Y'),
(1064, 'pt', 'Suprimentos Para Artesanato Em Cestaria', '<p>Suprimentos Para Artesanato Em Cestaria</p>', '', '', '', 'N', '', 'Y'),
(1065, 'en', 'Suprimentos Para Artesanato Em Joalheria', '<p>Suprimentos Para Artesanato Em Joalheria</p>', '', '', '', 'N', '', 'Y'),
(1065, 'es', 'Suprimentos Para Artesanato Em Joalheria', '<p>Suprimentos Para Artesanato Em Joalheria</p>', '', '', '', 'N', '', 'Y'),
(1065, 'pt', 'Suprimentos Para Artesanato Em Joalheria', '<p>Suprimentos Para Artesanato Em Joalheria</p>', '', '', '', 'N', '', 'Y'),
(1066, 'en', 'Suprimentos Para Artesanato Em Papel/Cartão', '<p>Suprimentos Para Artesanato Em Papel/Cartão</p>', '', '', '', 'N', '', 'Y'),
(1066, 'es', 'Suprimentos Para Artesanato Em Papel/Cartão', '<p>Suprimentos Para Artesanato Em Papel/Cartão</p>', '', '', '', 'N', '', 'Y'),
(1066, 'pt', 'Suprimentos Para Artesanato Em Papel/Cartão', '<p>Suprimentos Para Artesanato Em Papel/Cartão</p>', '', '', '', 'N', '', 'Y'),
(1067, 'en', 'Suprimentos para artesanato em tipografia (impressão)', '<p>Suprimentos para artesanato em tipografia (impressão)</p>', '', '', '', 'N', '', 'Y'),
(1067, 'es', 'Suprimentos para artesanato em tipografia (impressão)', '<p>Suprimentos para artesanato em tipografia (impressão)</p>', '', '', '', 'N', '', 'Y'),
(1067, 'pt', 'Suprimentos para artesanato em tipografia (impressão)', '<p>Suprimentos para artesanato em tipografia (impressão)</p>', '', '', '', 'N', '', 'Y'),
(1068, 'en', 'Suprimentos Para Artesanato Em Vidro/Esmaltagem/Marchetaria', '<p>Suprimentos Para Artesanato Em Vidro/Esmaltagem/Marchetaria</p>', '', '', '', 'N', '', 'Y'),
(1068, 'es', 'Suprimentos Para Artesanato Em Vidro/Esmaltagem/Marchetaria', '<p>Suprimentos Para Artesanato Em Vidro/Esmaltagem/Marchetaria</p>', '', '', '', 'N', '', 'Y'),
(1068, 'pt', 'Suprimentos Para Artesanato Em Vidro/Esmaltagem/Marchetaria', '<p>Suprimentos Para Artesanato Em Vidro/Esmaltagem/Marchetaria</p>', '', '', '', 'N', '', 'Y'),
(1069, 'en', 'Suprimentos Para Brinquedos Artesanais/Bordado', '<p>Suprimentos Para Brinquedos Artesanais/Bordado</p>', '', '', '', 'N', '', 'Y'),
(1069, 'es', 'Suprimentos Para Brinquedos Artesanais/Bordado', '<p>Suprimentos Para Brinquedos Artesanais/Bordado</p>', '', '', '', 'N', '', 'Y'),
(1069, 'pt', 'Suprimentos Para Brinquedos Artesanais/Bordado', '<p>Suprimentos Para Brinquedos Artesanais/Bordado</p>', '', '', '', 'N', '', 'Y'),
(1070, 'en', 'Suprimentos Para Escultores/Cerâmica', '<p>Suprimentos Para Escultores/Cerâmica</p>', '', '', '', 'N', '', 'Y'),
(1070, 'es', 'Suprimentos Para Escultores/Cerâmica', '<p>Suprimentos Para Escultores/Cerâmica</p>', '', '', '', 'N', '', 'Y'),
(1070, 'pt', 'Suprimentos Para Escultores/Cerâmica', '<p>Suprimentos Para Escultores/Cerâmica</p>', '', '', '', 'N', '', 'Y'),
(1071, 'en', 'Suprimentos para vela e sabão Artesanal', '<p>Suprimentos para vela e sabão Artesanal</p>', '', '', '', 'N', '', 'Y'),
(1071, 'es', 'Suprimentos para vela e sabão Artesanal', '<p>Suprimentos para vela e sabão Artesanal</p>', '', '', '', 'N', '', 'Y'),
(1071, 'pt', 'Suprimentos para vela e sabão Artesanal', '<p>Suprimentos para vela e sabão Artesanal</p>', '', '', '', 'N', '', 'Y'),
(1072, 'en', 'Artigos de gramado/jardinagem', '<p>Artigos de gramado/jardinagem</p>', '', '', '', 'N', '', 'Y'),
(1072, 'es', 'Artigos de gramado/jardinagem', '<p>Artigos de gramado/jardinagem</p>', '', '', '', 'N', '', 'Y'),
(1072, 'pt', 'Artigos de gramado/jardinagem', '<p>Artigos de gramado/jardinagem</p>', '', '', '', 'N', '', 'Y'),
(1073, 'en', 'Alterações para gramado / solo do jardim / solo', '<p>Alterações para gramado / solo do jardim / solo</p>', '', '', '', 'N', '', 'Y'),
(1073, 'es', 'Alterações para gramado / solo do jardim / solo', '<p>Alterações para gramado / solo do jardim / solo</p>', '', '', '', 'N', '', 'Y'),
(1073, 'pt', 'Alterações para gramado / solo do jardim / solo', '<p>Alterações para gramado / solo do jardim / solo</p>', '', '', '', 'N', '', 'Y'),
(1074, 'en', 'Aparelhos para cozimento/aquecimento para gramados/jardins', '<p>Aparelhos para cozimento/aquecimento para gramados/jardins</p>', '', '', '', 'N', '', 'Y'),
(1074, 'es', 'Aparelhos para cozimento/aquecimento para gramados/jardins', '<p>Aparelhos para cozimento/aquecimento para gramados/jardins</p>', '', '', '', 'N', '', 'Y'),
(1074, 'pt', 'Aparelhos para cozimento/aquecimento para gramados/jardins', '<p>Aparelhos para cozimento/aquecimento para gramados/jardins</p>', '', '', '', 'N', '', 'Y'),
(1075, 'en', 'Cercados para gramados/jardins', '<p>Cercados para gramados/jardins</p>', '', '', '', 'N', '', 'Y'),
(1075, 'es', 'Cercados para gramados/jardins', '<p>Cercados para gramados/jardins</p>', '', '', '', 'N', '', 'Y'),
(1075, 'pt', 'Cercados para gramados/jardins', '<p>Cercados para gramados/jardins</p>', '', '', '', 'N', '', 'Y'),
(1076, 'en', 'Eliminação de Resíduos do Gramado/Jardim', '<p>Eliminação de Resíduos do Gramado/Jardim</p>', '', '', '', 'N', '', 'Y'),
(1076, 'es', 'Eliminação de Resíduos do Gramado/Jardim', '<p>Eliminação de Resíduos do Gramado/Jardim</p>', '', '', '', 'N', '', 'Y'),
(1076, 'pt', 'Eliminação de Resíduos do Gramado/Jardim', '<p>Eliminação de Resíduos do Gramado/Jardim</p>', '', '', '', 'N', '', 'Y'),
(1077, 'en', 'Equipamento para Teste Diagnóstico de Gramado/Jardim', '<p>Equipamento para Teste Diagnóstico de Gramado/Jardim</p>', '', '', '', 'N', '', 'Y'),
(1077, 'es', 'Equipamento para Teste Diagnóstico de Gramado/Jardim', '<p>Equipamento para Teste Diagnóstico de Gramado/Jardim</p>', '', '', '', 'N', '', 'Y'),
(1077, 'pt', 'Equipamento para Teste Diagnóstico de Gramado/Jardim', '<p>Equipamento para Teste Diagnóstico de Gramado/Jardim</p>', '', '', '', 'N', '', 'Y'),
(1078, 'en', 'Equipamentos e ferramentas de gramado/jardinagem', '<p>Equipamentos e ferramentas de gramado/jardinagem</p>', '', '', '', 'N', '', 'Y'),
(1078, 'es', 'Equipamentos e ferramentas de gramado/jardinagem', '<p>Equipamentos e ferramentas de gramado/jardinagem</p>', '', '', '', 'N', '', 'Y'),
(1078, 'pt', 'Equipamentos e ferramentas de gramado/jardinagem', '<p>Equipamentos e ferramentas de gramado/jardinagem</p>', '', '', '', 'N', '', 'Y'),
(1079, 'en', 'Equipamentos para rega de gramados/jardins', '<p>Equipamentos para rega de gramados/jardins</p>', '', '', '', 'N', '', 'Y'),
(1079, 'es', 'Equipamentos para rega de gramados/jardins', '<p>Equipamentos para rega de gramados/jardins</p>', '', '', '', 'N', '', 'Y'),
(1079, 'pt', 'Equipamentos para rega de gramados/jardins', '<p>Equipamentos para rega de gramados/jardins</p>', '', '', '', 'N', '', 'Y'),
(1080, 'en', 'Estruturas exteriores para gramados/jardins', '<p>Estruturas exteriores para gramados/jardins</p>', '', '', '', 'N', '', 'Y'),
(1080, 'es', 'Estruturas exteriores para gramados/jardins', '<p>Estruturas exteriores para gramados/jardins</p>', '', '', '', 'N', '', 'Y'),
(1080, 'pt', 'Estruturas exteriores para gramados/jardins', '<p>Estruturas exteriores para gramados/jardins</p>', '', '', '', 'N', '', 'Y'),
(1081, 'en', 'Gramado/ Jardim Floral /Acessórios para plantas', '<p>Gramado/ Jardim Floral /Acessórios para plantas</p>', '', '', '', 'N', '', 'Y'),
(1081, 'es', 'Gramado/ Jardim Floral /Acessórios para plantas', '<p>Gramado/ Jardim Floral /Acessórios para plantas</p>', '', '', '', 'N', '', 'Y'),
(1081, 'pt', 'Gramado/ Jardim Floral /Acessórios para plantas', '<p>Gramado/ Jardim Floral /Acessórios para plantas</p>', '', '', '', 'N', '', 'Y'),
(1082, 'en', 'Gramado/Telhas de jardim', '<p>Gramado/Telhas de jardim</p>', '', '', '', 'N', '', 'Y'),
(1082, 'es', 'Gramado/Telhas de jardim', '<p>Gramado/Telhas de jardim</p>', '', '', '', 'N', '', 'Y'),
(1082, 'pt', 'Gramado/Telhas de jardim', '<p>Gramado/Telhas de jardim</p>', '', '', '', 'N', '', 'Y'),
(1083, 'en', 'Iluminação de Gramado/Jardim', '<p>Iluminação de Gramado/Jardim</p>', '', '', '', 'N', '', 'Y'),
(1083, 'es', 'Iluminação de Gramado/Jardim', '<p>Iluminação de Gramado/Jardim</p>', '', '', '', 'N', '', 'Y'),
(1083, 'pt', 'Iluminação de Gramado/Jardim', '<p>Iluminação de Gramado/Jardim</p>', '', '', '', 'N', '', 'Y'),
(1084, 'en', 'Móveis / mobiliário de jardim / gramado', '<p>Móveis / mobiliário de jardim / gramado</p>', '', '', '', 'N', '', 'Y'),
(1084, 'es', 'Móveis / mobiliário de jardim / gramado', '<p>Móveis / mobiliário de jardim / gramado</p>', '', '', '', 'N', '', 'Y'),
(1084, 'pt', 'Móveis / mobiliário de jardim / gramado', '<p>Móveis / mobiliário de jardim / gramado</p>', '', '', '', 'N', '', 'Y'),
(1085, 'en', 'Observação/Monitoramento das condições meteorológicas para Gramado e Jardim', '<p>Observação/Monitoramento das condições meteorológicas para Gramado e Jardim</p>', '', '', '', 'N', '', 'Y'),
(1085, 'es', 'Observação/Monitoramento das condições meteorológicas para Gramado e Jardim', '<p>Observação/Monitoramento das condições meteorológicas para Gramado e Jardim</p>', '', '', '', 'N', '', 'Y'),
(1085, 'pt', 'Observação/Monitoramento das condições meteorológicas para Gramado e Jardim', '<p>Observação/Monitoramento das condições meteorológicas para Gramado e Jardim</p>', '', '', '', 'N', '', 'Y'),
(1086, 'en', 'Piscinas/lagoas/recursos de água e ornamentos para gramados/jardins', '<p>Piscinas/lagoas/recursos de água e ornamentos para gramados/jardins</p>', '', '', '', 'N', '', 'Y'),
(1086, 'es', 'Piscinas/lagoas/recursos de água e ornamentos para gramados/jardins', '<p>Piscinas/lagoas/recursos de água e ornamentos para gramados/jardins</p>', '', '', '', 'N', '', 'Y'),
(1086, 'pt', 'Piscinas/lagoas/recursos de água e ornamentos para gramados/jardins', '<p>Piscinas/lagoas/recursos de água e ornamentos para gramados/jardins</p>', '', '', '', 'N', '', 'Y'),
(1087, 'en', 'Repelentes - Jardinagem/Gramado', '<p>Repelentes - Jardinagem/Gramado</p>', '', '', '', 'N', '', 'Y'),
(1087, 'es', 'Repelentes - Jardinagem/Gramado', '<p>Repelentes - Jardinagem/Gramado</p>', '', '', '', 'N', '', 'Y'),
(1087, 'pt', 'Repelentes - Jardinagem/Gramado', '<p>Repelentes - Jardinagem/Gramado</p>', '', '', '', 'N', '', 'Y'),
(1088, 'en', 'Tratamentos/Produtos Químicos para Gramado/Jardim', '<p>Tratamentos/Produtos Químicos para Gramado/Jardim</p>', '', '', '', 'N', '', 'Y'),
(1088, 'es', 'Tratamentos/Produtos Químicos para Gramado/Jardim', '<p>Tratamentos/Produtos Químicos para Gramado/Jardim</p>', '', '', '', 'N', '', 'Y'),
(1088, 'pt', 'Tratamentos/Produtos Químicos para Gramado/Jardim', '<p>Tratamentos/Produtos Químicos para Gramado/Jardim</p>', '', '', '', 'N', '', 'Y'),
(1089, 'en', 'Artigos de Papelaria/ Equipamentos para Escritório/ Suprimentos de Ocasião', '<p>Artigos de Papelaria/ Equipamentos para Escritório/ Suprimentos de Ocasião</p>', '', '', '', 'N', '', 'Y'),
(1089, 'es', 'Artigos de Papelaria/ Equipamentos para Escritório/ Suprimentos de Ocasião', '<p>Artigos de Papelaria/ Equipamentos para Escritório/ Suprimentos de Ocasião</p>', '', '', '', 'N', '', 'Y'),
(1089, 'pt', 'Artigos de Papelaria/ Equipamentos para Escritório/ Suprimentos de Ocasião', '<p>Artigos de Papelaria/ Equipamentos para Escritório/ Suprimentos de Ocasião</p>', '', '', '', 'N', '', 'Y'),
(1090, 'en', 'Materiais para Cartões de Visita/Embalagem para presente/ Ocasiões', '<p>Materiais para Cartões de Visita/Embalagem para presente/ Ocasiões</p>', '', '', '', 'N', '', 'Y'),
(1090, 'es', 'Materiais para Cartões de Visita/Embalagem para presente/ Ocasiões', '<p>Materiais para Cartões de Visita/Embalagem para presente/ Ocasiões</p>', '', '', '', 'N', '', 'Y'),
(1090, 'pt', 'Materiais para Cartões de Visita/Embalagem para presente/ Ocasiões', '<p>Materiais para Cartões de Visita/Embalagem para presente/ Ocasiões</p>', '', '', '', 'N', '', 'Y'),
(1091, 'en', 'Acessórios/Embalagem para presente', '<p>Acessórios/Embalagem para presente</p>', '', '', '', 'N', '', 'Y'),
(1091, 'es', 'Acessórios/Embalagem para presente', '<p>Acessórios/Embalagem para presente</p>', '', '', '', 'N', '', 'Y'),
(1091, 'pt', 'Acessórios/Embalagem para presente', '<p>Acessórios/Embalagem para presente</p>', '', '', '', 'N', '', 'Y'),
(1092, 'en', 'Acessórios para Embalagem de Presente', '<p>Acessórios para Embalagem de Presente</p>', '', '', '', 'N', '', 'Y'),
(1092, 'es', 'Acessórios para Embalagem de Presente', '<p>Acessórios para Embalagem de Presente</p>', '', '', '', 'N', '', 'Y'),
(1092, 'pt', 'Acessórios para Embalagem de Presente', '<p>Acessórios para Embalagem de Presente</p>', '', '', '', 'N', '', 'Y'),
(1093, 'en', 'Embalagem para presente', '<p>Embalagem para presente</p>', '', '', '', 'N', '', 'Y'),
(1093, 'es', 'Embalagem para presente', '<p>Embalagem para presente</p>', '', '', '', 'N', '', 'Y'),
(1093, 'pt', 'Embalagem para presente', '<p>Embalagem para presente</p>', '', '', '', 'N', '', 'Y'),
(1094, 'en', 'Outros Acessórios/Embalagem para presente', '<p>Outros Acessórios/Embalagem para presente</p>', '', '', '', 'N', '', 'Y'),
(1094, 'es', 'Outros Acessórios/Embalagem para presente', '<p>Outros Acessórios/Embalagem para presente</p>', '', '', '', 'N', '', 'Y'),
(1094, 'pt', 'Outros Acessórios/Embalagem para presente', '<p>Outros Acessórios/Embalagem para presente</p>', '', '', '', 'N', '', 'Y'),
(1095, 'en', 'Pacotes de Variedades para Acessórios/Embalagem para presente', '<p>Pacotes de Variedades para Acessórios/Embalagem para presente</p>', '', '', '', 'N', '', 'Y'),
(1095, 'es', 'Pacotes de Variedades para Acessórios/Embalagem para presente', '<p>Pacotes de Variedades para Acessórios/Embalagem para presente</p>', '', '', '', 'N', '', 'Y'),
(1095, 'pt', 'Pacotes de Variedades para Acessórios/Embalagem para presente', '<p>Pacotes de Variedades para Acessórios/Embalagem para presente</p>', '', '', '', 'N', '', 'Y'),
(1096, 'en', 'Cartões Comemorativos/Convites', '<p>Cartões Comemorativos/Convites</p>', '', '', '', 'N', '', 'Y'),
(1096, 'es', 'Cartões Comemorativos/Convites', '<p>Cartões Comemorativos/Convites</p>', '', '', '', 'N', '', 'Y'),
(1096, 'pt', 'Cartões Comemorativos/Convites', '<p>Cartões Comemorativos/Convites</p>', '', '', '', 'N', '', 'Y'),
(1097, 'en', 'Blocos de Anotações/Convites', '<p>Blocos de Anotações/Convites</p>', '', '', '', 'N', '', 'Y'),
(1097, 'es', 'Blocos de Anotações/Convites', '<p>Blocos de Anotações/Convites</p>', '', '', '', 'N', '', 'Y'),
(1097, 'pt', 'Blocos de Anotações/Convites', '<p>Blocos de Anotações/Convites</p>', '', '', '', 'N', '', 'Y'),
(1098, 'en', 'Cartões Comemorativos/Convites', '<p>Cartões Comemorativos/Convites</p>', '', '', '', 'N', '', 'Y'),
(1098, 'es', 'Cartões Comemorativos/Convites', '<p>Cartões Comemorativos/Convites</p>', '', '', '', 'N', '', 'Y'),
(1098, 'pt', 'Cartões Comemorativos/Convites', '<p>Cartões Comemorativos/Convites</p>', '', '', '', 'N', '', 'Y'),
(1099, 'en', 'Cartões postais', '<p>Cartões postais</p>', '', '', '', 'N', '', 'Y'),
(1099, 'es', 'Cartões postais', '<p>Cartões postais</p>', '', '', '', 'N', '', 'Y'),
(1099, 'pt', 'Cartões postais', '<p>Cartões postais</p>', '', '', '', 'N', '', 'Y'),
(1100, 'en', 'Envelope para Cartão', '<p>Envelope para Cartão</p>', '', '', '', 'N', '', 'Y'),
(1100, 'es', 'Envelope para Cartão', '<p>Envelope para Cartão</p>', '', '', '', 'N', '', 'Y'),
(1100, 'pt', 'Envelope para Cartão', '<p>Envelope para Cartão</p>', '', '', '', 'N', '', 'Y'),
(1101, 'en', 'Outros Cartões Comemorativos/Convites', '<p>Outros Cartões Comemorativos/Convites</p>', '', '', '', 'N', '', 'Y'),
(1101, 'es', 'Outros Cartões Comemorativos/Convites', '<p>Outros Cartões Comemorativos/Convites</p>', '', '', '', 'N', '', 'Y'),
(1101, 'pt', 'Outros Cartões Comemorativos/Convites', '<p>Outros Cartões Comemorativos/Convites</p>', '', '', '', 'N', '', 'Y'),
(1102, 'en', 'Pacotes de Variedades para Cartões Comemorativos/Convites', '<p>Pacotes de Variedades para Cartões Comemorativos/Convites</p>', '', '', '', 'N', '', 'Y'),
(1102, 'es', 'Pacotes de Variedades para Cartões Comemorativos/Convites', '<p>Pacotes de Variedades para Cartões Comemorativos/Convites</p>', '', '', '', 'N', '', 'Y'),
(1102, 'pt', 'Pacotes de Variedades para Cartões Comemorativos/Convites', '<p>Pacotes de Variedades para Cartões Comemorativos/Convites</p>', '', '', '', 'N', '', 'Y'),
(1103, 'en', 'Suportes para Visualização de Cartão Comemorativo', '<p>Suportes para Visualização de Cartão Comemorativo</p>', '', '', '', 'N', '', 'Y'),
(1103, 'es', 'Suportes para Visualização de Cartão Comemorativo', '<p>Suportes para Visualização de Cartão Comemorativo</p>', '', '', '', 'N', '', 'Y'),
(1103, 'pt', 'Suportes para Visualização de Cartão Comemorativo', '<p>Suportes para Visualização de Cartão Comemorativo</p>', '', '', '', 'N', '', 'Y'),
(1104, 'en', 'Materiais de Ocasião', '<p>Materiais de Ocasião</p>', '', '', '', 'N', '', 'Y'),
(1104, 'es', 'Materiais de Ocasião', '<p>Materiais de Ocasião</p>', '', '', '', 'N', '', 'Y'),
(1104, 'pt', 'Materiais de Ocasião', '<p>Materiais de Ocasião</p>', '', '', '', 'N', '', 'Y'),
(1105, 'en', 'Bexigas', '<p>Bexigas</p>', '', '', '', 'N', '', 'Y'),
(1105, 'es', 'Bexigas', '<p>Bexigas</p>', '', '', '', 'N', '', 'Y'),
(1105, 'pt', 'Bexigas', '<p>Bexigas</p>', '', '', '', 'N', '', 'Y'),
(1106, 'en', 'Chapéus de Festa', '<p>Chapéus de Festa</p>', '', '', '', 'N', '', 'Y'),
(1106, 'es', 'Chapéus de Festa', '<p>Chapéus de Festa</p>', '', '', '', 'N', '', 'Y'),
(1106, 'pt', 'Chapéus de Festa', '<p>Chapéus de Festa</p>', '', '', '', 'N', '', 'Y'),
(1107, 'en', 'Confete', '<p>Confete</p>', '', '', '', 'N', '', 'Y'),
(1107, 'es', 'Confete', '<p>Confete</p>', '', '', '', 'N', '', 'Y'),
(1107, 'pt', 'Confete', '<p>Confete</p>', '', '', '', 'N', '', 'Y'),
(1108, 'en', 'Fogos de Artifício', '<p>Fogos de Artifício</p>', '', '', '', 'N', '', 'Y'),
(1108, 'es', 'Fogos de Artifício', '<p>Fogos de Artifício</p>', '', '', '', 'N', '', 'Y'),
(1108, 'pt', 'Fogos de Artifício', '<p>Fogos de Artifício</p>', '', '', '', 'N', '', 'Y'),
(1109, 'en', 'Lança Confete', '<p>Lança Confete</p>', '', '', '', 'N', '', 'Y'),
(1109, 'es', 'Lança Confete', '<p>Lança Confete</p>', '', '', '', 'N', '', 'Y'),
(1109, 'pt', 'Lança Confete', '<p>Lança Confete</p>', '', '', '', 'N', '', 'Y'),
(1110, 'en', 'Lança Serpentina', '<p>Lança Serpentina</p>', '', '', '', 'N', '', 'Y'),
(1110, 'es', 'Lança Serpentina', '<p>Lança Serpentina</p>', '', '', '', 'N', '', 'Y'),
(1110, 'pt', 'Lança Serpentina', '<p>Lança Serpentina</p>', '', '', '', 'N', '', 'Y'),
(1111, 'en', 'Língua-de-Sogra', '<p>Língua-de-Sogra</p>', '', '', '', 'N', '', 'Y'),
(1111, 'es', 'Língua-de-Sogra', '<p>Língua-de-Sogra</p>', '', '', '', 'N', '', 'Y'),
(1111, 'pt', 'Língua-de-Sogra', '<p>Língua-de-Sogra</p>', '', '', '', 'N', '', 'Y'),
(1112, 'en', 'Outros Materiais para Ocasião', '<p>Outros Materiais para Ocasião</p>', '', '', '', 'N', '', 'Y'),
(1112, 'es', 'Outros Materiais para Ocasião', '<p>Outros Materiais para Ocasião</p>', '', '', '', 'N', '', 'Y'),
(1112, 'pt', 'Outros Materiais para Ocasião', '<p>Outros Materiais para Ocasião</p>', '', '', '', 'N', '', 'Y'),
(1113, 'en', 'Pacotes de Variedades para Materiais de Ocasião', '<p>Pacotes de Variedades para Materiais de Ocasião</p>', '', '', '', 'N', '', 'Y'),
(1113, 'es', 'Pacotes de Variedades para Materiais de Ocasião', '<p>Pacotes de Variedades para Materiais de Ocasião</p>', '', '', '', 'N', '', 'Y'),
(1113, 'pt', 'Pacotes de Variedades para Materiais de Ocasião', '<p>Pacotes de Variedades para Materiais de Ocasião</p>', '', '', '', 'N', '', 'Y'),
(1114, 'en', 'Pinhatas', '<p>Pinhatas</p>', '', '', '', 'N', '', 'Y'),
(1114, 'es', 'Pinhatas', '<p>Pinhatas</p>', '', '', '', 'N', '', 'Y'),
(1114, 'pt', 'Pinhatas', '<p>Pinhatas</p>', '', '', '', 'N', '', 'Y'),
(1115, 'en', 'Serpentina/ Cadeias de Papel', '<p>Serpentina/ Cadeias de Papel</p>', '', '', '', 'N', '', 'Y'),
(1115, 'es', 'Serpentina/ Cadeias de Papel', '<p>Serpentina/ Cadeias de Papel</p>', '', '', '', 'N', '', 'Y'),
(1115, 'pt', 'Serpentina/ Cadeias de Papel', '<p>Serpentina/ Cadeias de Papel</p>', '', '', '', 'N', '', 'Y'),
(1116, 'en', 'Pacotes de Variedades de Materiais para Cartões de Visita/Embalagem para presente/ Ocasiões', '<p>Pacotes de Variedades de Materiais para Cartões de Visita/Embalagem para presente/ Ocasiões</p>', '', '', '', 'N', '', 'Y'),
(1116, 'es', 'Pacotes de Variedades de Materiais para Cartões de Visita/Embalagem para presente/ Ocasiões', '<p>Pacotes de Variedades de Materiais para Cartões de Visita/Embalagem para presente/ Ocasiões</p>', '', '', '', 'N', '', 'Y'),
(1116, 'pt', 'Pacotes de Variedades de Materiais para Cartões de Visita/Embalagem para presente/ Ocasiões', '<p>Pacotes de Variedades de Materiais para Cartões de Visita/Embalagem para presente/ Ocasiões</p>', '', '', '', 'N', '', 'Y'),
(1117, 'en', 'Pacotes de Variedades para Artigos de Papelaria/Equipamentos para Escritório/Suprimentos de Ocasião', '<p>Pacotes de Variedades para Artigos de Papelaria/Equipamentos para Escritório/Suprimentos de Ocasião</p>', '', '', '', 'N', '', 'Y'),
(1117, 'es', 'Pacotes de Variedades para Artigos de Papelaria/Equipamentos para Escritório/Suprimentos de Ocasião', '<p>Pacotes de Variedades para Artigos de Papelaria/Equipamentos para Escritório/Suprimentos de Ocasião</p>', '', '', '', 'N', '', 'Y'),
(1117, 'pt', 'Pacotes de Variedades para Artigos de Papelaria/Equipamentos para Escritório/Suprimentos de Ocasião', '<p>Pacotes de Variedades para Artigos de Papelaria/Equipamentos para Escritório/Suprimentos de Ocasião</p>', '', '', '', 'N', '', 'Y'),
(1118, 'en', 'Pacotes de Variedades para Artigos de Papelaria/Equipamentos para Escritório/Suprimentos de Ocasião', '<p>Pacotes de Variedades para Artigos de Papelaria/Equipamentos para Escritório/Suprimentos de Ocasião</p>', '', '', '', 'N', '', 'Y'),
(1118, 'es', 'Pacotes de Variedades para Artigos de Papelaria/Equipamentos para Escritório/Suprimentos de Ocasião', '<p>Pacotes de Variedades para Artigos de Papelaria/Equipamentos para Escritório/Suprimentos de Ocasião</p>', '', '', '', 'N', '', 'Y'),
(1118, 'pt', 'Pacotes de Variedades para Artigos de Papelaria/Equipamentos para Escritório/Suprimentos de Ocasião', '<p>Pacotes de Variedades para Artigos de Papelaria/Equipamentos para Escritório/Suprimentos de Ocasião</p>', '', '', '', 'N', '', 'Y'),
(1119, 'en', 'Papelaria / Máquinas de escritório', '<p>Papelaria / Máquinas de escritório</p>', '', '', '', 'N', '', 'Y'),
(1119, 'es', 'Papelaria / Máquinas de escritório', '<p>Papelaria / Máquinas de escritório</p>', '', '', '', 'N', '', 'Y'),
(1119, 'pt', 'Papelaria / Máquinas de escritório', '<p>Papelaria / Máquinas de escritório</p>', '', '', '', 'N', '', 'Y'),
(1120, 'en', 'Acessórios/Recursos/Equipamentos para Embalagem/Postagem', '<p>Acessórios/Recursos/Equipamentos para Embalagem/Postagem</p>', '', '', '', 'N', '', 'Y'),
(1120, 'es', 'Acessórios/Recursos/Equipamentos para Embalagem/Postagem', '<p>Acessórios/Recursos/Equipamentos para Embalagem/Postagem</p>', '', '', '', 'N', '', 'Y'),
(1120, 'pt', 'Acessórios/Recursos/Equipamentos para Embalagem/Postagem', '<p>Acessórios/Recursos/Equipamentos para Embalagem/Postagem</p>', '', '', '', 'N', '', 'Y'),
(1121, 'en', 'Abridores de Carta (Elétricos)', '<p>Abridores de Carta (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1121, 'es', 'Abridores de Carta (Elétricos)', '<p>Abridores de Carta (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1121, 'pt', 'Abridores de Carta (Elétricos)', '<p>Abridores de Carta (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1122, 'en', 'Abridores de Cartas (Não elétricos)', '<p>Abridores de Cartas (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1122, 'es', 'Abridores de Cartas (Não elétricos)', '<p>Abridores de Cartas (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1122, 'pt', 'Abridores de Cartas (Não elétricos)', '<p>Abridores de Cartas (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1123, 'en', 'Acessórios para Postagem/Embalagem', '<p>Acessórios para Postagem/Embalagem</p>', '', '', '', 'N', '', 'Y'),
(1123, 'es', 'Acessórios para Postagem/Embalagem', '<p>Acessórios para Postagem/Embalagem</p>', '', '', '', 'N', '', 'Y'),
(1123, 'pt', 'Acessórios para Postagem/Embalagem', '<p>Acessórios para Postagem/Embalagem</p>', '', '', '', 'N', '', 'Y'),
(1124, 'en', 'Balanças Postais (Elétricas)', '<p>Balanças Postais (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1124, 'es', 'Balanças Postais (Elétricas)', '<p>Balanças Postais (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1124, 'pt', 'Balanças Postais (Elétricas)', '<p>Balanças Postais (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1125, 'en', 'Balanças Postais (Não Elétricas)', '<p>Balanças Postais (Não Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1125, 'es', 'Balanças Postais (Não Elétricas)', '<p>Balanças Postais (Não Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1125, 'pt', 'Balanças Postais (Não Elétricas)', '<p>Balanças Postais (Não Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1126, 'en', 'Embalagem Postal', '<p>Embalagem Postal</p>', '', '', '', 'N', '', 'Y'),
(1126, 'es', 'Embalagem Postal', '<p>Embalagem Postal</p>', '', '', '', 'N', '', 'Y'),
(1126, 'pt', 'Embalagem Postal', '<p>Embalagem Postal</p>', '', '', '', 'N', '', 'Y'),
(1127, 'en', 'Envelopes/ Mala-direta', '<p>Envelopes/ Mala-direta</p>', '', '', '', 'N', '', 'Y'),
(1127, 'es', 'Envelopes/ Mala-direta', '<p>Envelopes/ Mala-direta</p>', '', '', '', 'N', '', 'Y'),
(1127, 'pt', 'Envelopes/ Mala-direta', '<p>Envelopes/ Mala-direta</p>', '', '', '', 'N', '', 'Y'),
(1128, 'en', 'Equipamento para Carimbo (Não elétrico)', '<p>Equipamento para Carimbo (Não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1128, 'es', 'Equipamento para Carimbo (Não elétrico)', '<p>Equipamento para Carimbo (Não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1128, 'pt', 'Equipamento para Carimbo (Não elétrico)', '<p>Equipamento para Carimbo (Não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1129, 'en', 'Máquinas de Franquear', '<p>Máquinas de Franquear</p>', '', '', '', 'N', '', 'Y'),
(1129, 'es', 'Máquinas de Franquear', '<p>Máquinas de Franquear</p>', '', '', '', 'N', '', 'Y'),
(1129, 'pt', 'Máquinas de Franquear', '<p>Máquinas de Franquear</p>', '', '', '', 'N', '', 'Y'),
(1130, 'en', 'Máquinas para Etiquetagem Postal', '<p>Máquinas para Etiquetagem Postal</p>', '', '', '', 'N', '', 'Y'),
(1130, 'es', 'Máquinas para Etiquetagem Postal', '<p>Máquinas para Etiquetagem Postal</p>', '', '', '', 'N', '', 'Y'),
(1130, 'pt', 'Máquinas para Etiquetagem Postal', '<p>Máquinas para Etiquetagem Postal</p>', '', '', '', 'N', '', 'Y'),
(1131, 'en', 'Outros Acessórios/Recursos/Equipamentos para Postagem/Embalagem', '<p>Outros Acessórios/Recursos/Equipamentos para Postagem/Embalagem</p>', '', '', '', 'N', '', 'Y'),
(1131, 'es', 'Outros Acessórios/Recursos/Equipamentos para Postagem/Embalagem', '<p>Outros Acessórios/Recursos/Equipamentos para Postagem/Embalagem</p>', '', '', '', 'N', '', 'Y'),
(1131, 'pt', 'Outros Acessórios/Recursos/Equipamentos para Postagem/Embalagem', '<p>Outros Acessórios/Recursos/Equipamentos para Postagem/Embalagem</p>', '', '', '', 'N', '', 'Y'),
(1132, 'en', 'Pacotes de Variedades/Recursos/Equipamentos para Postagem/Embalagem', '<p>Pacotes de Variedades/Recursos/Equipamentos para Postagem/Embalagem</p>', '', '', '', 'N', '', 'Y'),
(1132, 'es', 'Pacotes de Variedades/Recursos/Equipamentos para Postagem/Embalagem', '<p>Pacotes de Variedades/Recursos/Equipamentos para Postagem/Embalagem</p>', '', '', '', 'N', '', 'Y'),
(1132, 'pt', 'Pacotes de Variedades/Recursos/Equipamentos para Postagem/Embalagem', '<p>Pacotes de Variedades/Recursos/Equipamentos para Postagem/Embalagem</p>', '', '', '', 'N', '', 'Y'),
(1133, 'en', 'Seladoras/Insersoras/Pastas para Cartas', '<p>Seladoras/Insersoras/Pastas para Cartas</p>', '', '', '', 'N', '', 'Y'),
(1133, 'es', 'Seladoras/Insersoras/Pastas para Cartas', '<p>Seladoras/Insersoras/Pastas para Cartas</p>', '', '', '', 'N', '', 'Y'),
(1133, 'pt', 'Seladoras/Insersoras/Pastas para Cartas', '<p>Seladoras/Insersoras/Pastas para Cartas</p>', '', '', '', 'N', '', 'Y'),
(1134, 'en', 'Selos postais', '<p>Selos postais</p>', '', '', '', 'N', '', 'Y'),
(1134, 'es', 'Selos postais', '<p>Selos postais</p>', '', '', '', 'N', '', 'Y'),
(1134, 'pt', 'Selos postais', '<p>Selos postais</p>', '', '', '', 'N', '', 'Y'),
(1135, 'en', 'Tubos/Caixas Postais', '<p>Tubos/Caixas Postais</p>', '', '', '', 'N', '', 'Y'),
(1135, 'es', 'Tubos/Caixas Postais', '<p>Tubos/Caixas Postais</p>', '', '', '', 'N', '', 'Y'),
(1135, 'pt', 'Tubos/Caixas Postais', '<p>Tubos/Caixas Postais</p>', '', '', '', 'N', '', 'Y'),
(1136, 'en', 'Artigos de papelaria como Adesivos/Fichários/ Grampos', '<p>Artigos de papelaria como Adesivos/Fichários/ Grampos</p>', '', '', '', 'N', '', 'Y'),
(1136, 'es', 'Artigos de papelaria como Adesivos/Fichários/ Grampos', '<p>Artigos de papelaria como Adesivos/Fichários/ Grampos</p>', '', '', '', 'N', '', 'Y'),
(1136, 'pt', 'Artigos de papelaria como Adesivos/Fichários/ Grampos', '<p>Artigos de papelaria como Adesivos/Fichários/ Grampos</p>', '', '', '', 'N', '', 'Y'),
(1137, 'en', 'Acessórios para Encadernação', '<p>Acessórios para Encadernação</p>', '', '', '', 'N', '', 'Y'),
(1137, 'es', 'Acessórios para Encadernação', '<p>Acessórios para Encadernação</p>', '', '', '', 'N', '', 'Y'),
(1137, 'pt', 'Acessórios para Encadernação', '<p>Acessórios para Encadernação</p>', '', '', '', 'N', '', 'Y'),
(1138, 'en', 'Artigos de Papelaria - Grampeadores (Elétricos)', '<p>Artigos de Papelaria - Grampeadores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1138, 'es', 'Artigos de Papelaria - Grampeadores (Elétricos)', '<p>Artigos de Papelaria - Grampeadores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1138, 'pt', 'Artigos de Papelaria - Grampeadores (Elétricos)', '<p>Artigos de Papelaria - Grampeadores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1139, 'en', 'Artigos de Papelaria - Grampeadores (Não elétricos)', '<p>Artigos de Papelaria - Grampeadores (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1139, 'es', 'Artigos de Papelaria - Grampeadores (Não elétricos)', '<p>Artigos de Papelaria - Grampeadores (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1139, 'pt', 'Artigos de Papelaria - Grampeadores (Não elétricos)', '<p>Artigos de Papelaria - Grampeadores (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1140, 'en', 'Artigos de Papelaria - Grampos', '<p>Artigos de Papelaria - Grampos</p>', '', '', '', 'N', '', 'Y'),
(1140, 'es', 'Artigos de Papelaria - Grampos', '<p>Artigos de Papelaria - Grampos</p>', '', '', '', 'N', '', 'Y'),
(1140, 'pt', 'Artigos de Papelaria - Grampos', '<p>Artigos de Papelaria - Grampos</p>', '', '', '', 'N', '', 'Y'),
(1141, 'en', 'Artigos de Papelaria - Removedores de Grampo', '<p>Artigos de Papelaria - Removedores de Grampo</p>', '', '', '', 'N', '', 'Y'),
(1141, 'es', 'Artigos de Papelaria - Removedores de Grampo', '<p>Artigos de Papelaria - Removedores de Grampo</p>', '', '', '', 'N', '', 'Y'),
(1141, 'pt', 'Artigos de Papelaria - Removedores de Grampo', '<p>Artigos de Papelaria - Removedores de Grampo</p>', '', '', '', 'N', '', 'Y'),
(1142, 'en', 'Artigos de Papelaria como Fitas Adesivas', '<p>Artigos de Papelaria como Fitas Adesivas</p>', '', '', '', 'N', '', 'Y'),
(1142, 'es', 'Artigos de Papelaria como Fitas Adesivas', '<p>Artigos de Papelaria como Fitas Adesivas</p>', '', '', '', 'N', '', 'Y'),
(1142, 'pt', 'Artigos de Papelaria como Fitas Adesivas', '<p>Artigos de Papelaria como Fitas Adesivas</p>', '', '', '', 'N', '', 'Y'),
(1143, 'en', 'Cola Adesiva/Removedores de Cola', '<p>Cola Adesiva/Removedores de Cola</p>', '', '', '', 'N', '', 'Y'),
(1143, 'es', 'Cola Adesiva/Removedores de Cola', '<p>Cola Adesiva/Removedores de Cola</p>', '', '', '', 'N', '', 'Y'),
(1143, 'pt', 'Cola Adesiva/Removedores de Cola', '<p>Cola Adesiva/Removedores de Cola</p>', '', '', '', 'N', '', 'Y'),
(1144, 'en', 'Colas de papelaria', '<p>Colas de papelaria</p>', '', '', '', 'N', '', 'Y'),
(1144, 'es', 'Colas de papelaria', '<p>Colas de papelaria</p>', '', '', '', 'N', '', 'Y'),
(1144, 'pt', 'Colas de papelaria', '<p>Colas de papelaria</p>', '', '', '', 'N', '', 'Y'),
(1145, 'en', 'Máquinas de Encadernação (Elétricas)', '<p>Máquinas de Encadernação (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1145, 'es', 'Máquinas de Encadernação (Elétricas)', '<p>Máquinas de Encadernação (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1145, 'pt', 'Máquinas de Encadernação (Elétricas)', '<p>Máquinas de Encadernação (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1146, 'en', 'Máquinas de Encadernação (Não elétricas)', '<p>Máquinas de Encadernação (Não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1146, 'es', 'Máquinas de Encadernação (Não elétricas)', '<p>Máquinas de Encadernação (Não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1146, 'pt', 'Máquinas de Encadernação (Não elétricas)', '<p>Máquinas de Encadernação (Não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1147, 'en', 'Outros Artigos de Papelaria como Adesivos/Fichários/Grampos', '<p>Outros Artigos de Papelaria como Adesivos/Fichários/Grampos</p>', '', '', '', 'N', '', 'Y'),
(1147, 'es', 'Outros Artigos de Papelaria como Adesivos/Fichários/Grampos', '<p>Outros Artigos de Papelaria como Adesivos/Fichários/Grampos</p>', '', '', '', 'N', '', 'Y'),
(1147, 'pt', 'Outros Artigos de Papelaria como Adesivos/Fichários/Grampos', '<p>Outros Artigos de Papelaria como Adesivos/Fichários/Grampos</p>', '', '', '', 'N', '', 'Y'),
(1148, 'en', 'Pacotes de Variedades para Artigos de Papelaria como Adesivos/Fichários/ Grampos', '<p>Pacotes de Variedades para Artigos de Papelaria como Adesivos/Fichários/ Grampos</p>', '', '', '', 'N', '', 'Y'),
(1148, 'es', 'Pacotes de Variedades para Artigos de Papelaria como Adesivos/Fichários/ Grampos', '<p>Pacotes de Variedades para Artigos de Papelaria como Adesivos/Fichários/ Grampos</p>', '', '', '', 'N', '', 'Y'),
(1148, 'pt', 'Pacotes de Variedades para Artigos de Papelaria como Adesivos/Fichários/ Grampos', '<p>Pacotes de Variedades para Artigos de Papelaria como Adesivos/Fichários/ Grampos</p>', '', '', '', 'N', '', 'Y'),
(1149, 'en', 'Artigos de Papelaria como Cortadores/Aparadores', '<p>Artigos de Papelaria como Cortadores/Aparadores</p>', '', '', '', 'N', '', 'Y'),
(1149, 'es', 'Artigos de Papelaria como Cortadores/Aparadores', '<p>Artigos de Papelaria como Cortadores/Aparadores</p>', '', '', '', 'N', '', 'Y'),
(1149, 'pt', 'Artigos de Papelaria como Cortadores/Aparadores', '<p>Artigos de Papelaria como Cortadores/Aparadores</p>', '', '', '', 'N', '', 'Y'),
(1150, 'en', 'Fragmentadoras de Papel (Elétricas)', '<p>Fragmentadoras de Papel (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1150, 'es', 'Fragmentadoras de Papel (Elétricas)', '<p>Fragmentadoras de Papel (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1150, 'pt', 'Fragmentadoras de Papel (Elétricas)', '<p>Fragmentadoras de Papel (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1151, 'en', 'Fragmentadoras de Papel (Não elétricas)', '<p>Fragmentadoras de Papel (Não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1151, 'es', 'Fragmentadoras de Papel (Não elétricas)', '<p>Fragmentadoras de Papel (Não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1151, 'pt', 'Fragmentadoras de Papel (Não elétricas)', '<p>Fragmentadoras de Papel (Não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1152, 'en', 'Outros Artigos de Papelaria como Cortadores/Aparadores', '<p>Outros Artigos de Papelaria como Cortadores/Aparadores</p>', '', '', '', 'N', '', 'Y'),
(1152, 'es', 'Outros Artigos de Papelaria como Cortadores/Aparadores', '<p>Outros Artigos de Papelaria como Cortadores/Aparadores</p>', '', '', '', 'N', '', 'Y'),
(1152, 'pt', 'Outros Artigos de Papelaria como Cortadores/Aparadores', '<p>Outros Artigos de Papelaria como Cortadores/Aparadores</p>', '', '', '', 'N', '', 'Y'),
(1153, 'en', 'Pacotes de Variedades para artigos de papelaria - Cortadores/Aparadores', '<p>Pacotes de Variedades para artigos de papelaria - Cortadores/Aparadores</p>', '', '', '', 'N', '', 'Y'),
(1153, 'es', 'Pacotes de Variedades para artigos de papelaria - Cortadores/Aparadores', '<p>Pacotes de Variedades para artigos de papelaria - Cortadores/Aparadores</p>', '', '', '', 'N', '', 'Y'),
(1153, 'pt', 'Pacotes de Variedades para artigos de papelaria - Cortadores/Aparadores', '<p>Pacotes de Variedades para artigos de papelaria - Cortadores/Aparadores</p>', '', '', '', 'N', '', 'Y'),
(1154, 'en', 'Perfuradores de Papel (Elétricos)', '<p>Perfuradores de Papel (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1154, 'es', 'Perfuradores de Papel (Elétricos)', '<p>Perfuradores de Papel (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1154, 'pt', 'Perfuradores de Papel (Elétricos)', '<p>Perfuradores de Papel (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1155, 'en', 'Perfuradores de Papel (Não Elétricas)', '<p>Perfuradores de Papel (Não Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1155, 'es', 'Perfuradores de Papel (Não Elétricas)', '<p>Perfuradores de Papel (Não Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1155, 'pt', 'Perfuradores de Papel (Não Elétricas)', '<p>Perfuradores de Papel (Não Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1156, 'en', 'Picotadoras de papel', '<p>Picotadoras de papel</p>', '', '', '', 'N', '', 'Y'),
(1156, 'es', 'Picotadoras de papel', '<p>Picotadoras de papel</p>', '', '', '', 'N', '', 'Y'),
(1156, 'pt', 'Picotadoras de papel', '<p>Picotadoras de papel</p>', '', '', '', 'N', '', 'Y'),
(1157, 'en', 'Tesouras - Artigos de Papelaria', '<p>Tesouras - Artigos de Papelaria</p>', '', '', '', 'N', '', 'Y'),
(1157, 'es', 'Tesouras - Artigos de Papelaria', '<p>Tesouras - Artigos de Papelaria</p>', '', '', '', 'N', '', 'Y'),
(1157, 'pt', 'Tesouras - Artigos de Papelaria', '<p>Tesouras - Artigos de Papelaria</p>', '', '', '', 'N', '', 'Y'),
(1158, 'en', 'Artigos de Papelaria para Armazenamento/Arquivamento', '<p>Artigos de Papelaria para Armazenamento/Arquivamento</p>', '', '', '', 'N', '', 'Y'),
(1158, 'es', 'Artigos de Papelaria para Armazenamento/Arquivamento', '<p>Artigos de Papelaria para Armazenamento/Arquivamento</p>', '', '', '', 'N', '', 'Y'),
(1158, 'pt', 'Artigos de Papelaria para Armazenamento/Arquivamento', '<p>Artigos de Papelaria para Armazenamento/Arquivamento</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(1159, 'en', 'Acessórios para Mesa /Armazenamento de Itens de Papelaria', '<p>Acessórios para Mesa /Armazenamento de Itens de Papelaria</p>', '', '', '', 'N', '', 'Y'),
(1159, 'es', 'Acessórios para Mesa /Armazenamento de Itens de Papelaria', '<p>Acessórios para Mesa /Armazenamento de Itens de Papelaria</p>', '', '', '', 'N', '', 'Y'),
(1159, 'pt', 'Acessórios para Mesa /Armazenamento de Itens de Papelaria', '<p>Acessórios para Mesa /Armazenamento de Itens de Papelaria</p>', '', '', '', 'N', '', 'Y'),
(1160, 'en', 'Acessórios/Peças de Reposição - Artigos de Papelaria para Armazenar/Arquivar', '<p>Acessórios/Peças de Reposição - Artigos de Papelaria para Armazenar/Arquivar</p>', '', '', '', 'N', '', 'Y'),
(1160, 'es', 'Acessórios/Peças de Reposição - Artigos de Papelaria para Armazenar/Arquivar', '<p>Acessórios/Peças de Reposição - Artigos de Papelaria para Armazenar/Arquivar</p>', '', '', '', 'N', '', 'Y'),
(1160, 'pt', 'Acessórios/Peças de Reposição - Artigos de Papelaria para Armazenar/Arquivar', '<p>Acessórios/Peças de Reposição - Artigos de Papelaria para Armazenar/Arquivar</p>', '', '', '', 'N', '', 'Y'),
(1161, 'en', 'Artigos de Papelaria para Arquivos/Pastas/Carteiras', '<p>Artigos de Papelaria para Arquivos/Pastas/Carteiras</p>', '', '', '', 'N', '', 'Y'),
(1161, 'es', 'Artigos de Papelaria para Arquivos/Pastas/Carteiras', '<p>Artigos de Papelaria para Arquivos/Pastas/Carteiras</p>', '', '', '', 'N', '', 'Y'),
(1161, 'pt', 'Artigos de Papelaria para Arquivos/Pastas/Carteiras', '<p>Artigos de Papelaria para Arquivos/Pastas/Carteiras</p>', '', '', '', 'N', '', 'Y'),
(1162, 'en', 'Caixas Registradoras', '<p>Caixas Registradoras</p>', '', '', '', 'N', '', 'Y'),
(1162, 'es', 'Caixas Registradoras', '<p>Caixas Registradoras</p>', '', '', '', 'N', '', 'Y'),
(1162, 'pt', 'Caixas Registradoras', '<p>Caixas Registradoras</p>', '', '', '', 'N', '', 'Y'),
(1163, 'en', 'Capas de livros', '<p>Capas de livros</p>', '', '', '', 'N', '', 'Y'),
(1163, 'es', 'Capas de livros', '<p>Capas de livros</p>', '', '', '', 'N', '', 'Y'),
(1163, 'pt', 'Capas de livros', '<p>Capas de livros</p>', '', '', '', 'N', '', 'Y'),
(1164, 'en', 'Estojos para Lápis / Canetas', '<p>Estojos para Lápis / Canetas</p>', '', '', '', 'N', '', 'Y'),
(1164, 'es', 'Estojos para Lápis / Canetas', '<p>Estojos para Lápis / Canetas</p>', '', '', '', 'N', '', 'Y'),
(1164, 'pt', 'Estojos para Lápis / Canetas', '<p>Estojos para Lápis / Canetas</p>', '', '', '', 'N', '', 'Y'),
(1165, 'en', 'Outros Artigos de Papelaria para Armazenamento/Arquivamento', '<p>Outros Artigos de Papelaria para Armazenamento/Arquivamento</p>', '', '', '', 'N', '', 'Y'),
(1165, 'es', 'Outros Artigos de Papelaria para Armazenamento/Arquivamento', '<p>Outros Artigos de Papelaria para Armazenamento/Arquivamento</p>', '', '', '', 'N', '', 'Y'),
(1165, 'pt', 'Outros Artigos de Papelaria para Armazenamento/Arquivamento', '<p>Outros Artigos de Papelaria para Armazenamento/Arquivamento</p>', '', '', '', 'N', '', 'Y'),
(1166, 'en', 'Pacotes de Variedades para artigos de papelaria para armazenar/arquivar', '<p>Pacotes de Variedades para artigos de papelaria para armazenar/arquivar</p>', '', '', '', 'N', '', 'Y'),
(1166, 'es', 'Pacotes de Variedades para artigos de papelaria para armazenar/arquivar', '<p>Pacotes de Variedades para artigos de papelaria para armazenar/arquivar</p>', '', '', '', 'N', '', 'Y'),
(1166, 'pt', 'Pacotes de Variedades para artigos de papelaria para armazenar/arquivar', '<p>Pacotes de Variedades para artigos de papelaria para armazenar/arquivar</p>', '', '', '', 'N', '', 'Y'),
(1167, 'en', 'Artigos de Papelaria para Papel/Cartão/Filme', '<p>Artigos de Papelaria para Papel/Cartão/Filme</p>', '', '', '', 'N', '', 'Y'),
(1167, 'es', 'Artigos de Papelaria para Papel/Cartão/Filme', '<p>Artigos de Papelaria para Papel/Cartão/Filme</p>', '', '', '', 'N', '', 'Y'),
(1167, 'pt', 'Artigos de Papelaria para Papel/Cartão/Filme', '<p>Artigos de Papelaria para Papel/Cartão/Filme</p>', '', '', '', 'N', '', 'Y'),
(1168, 'en', 'Artigos de Papelaria e Outros como Papel/Cartão/Filme', '<p>Artigos de Papelaria e Outros como Papel/Cartão/Filme</p>', '', '', '', 'N', '', 'Y'),
(1168, 'es', 'Artigos de Papelaria e Outros como Papel/Cartão/Filme', '<p>Artigos de Papelaria e Outros como Papel/Cartão/Filme</p>', '', '', '', 'N', '', 'Y'),
(1168, 'pt', 'Artigos de Papelaria e Outros como Papel/Cartão/Filme', '<p>Artigos de Papelaria e Outros como Papel/Cartão/Filme</p>', '', '', '', 'N', '', 'Y'),
(1169, 'en', 'Etiquetas/Cupons/Rótulos', '<p>Etiquetas/Cupons/Rótulos</p>', '', '', '', 'N', '', 'Y'),
(1169, 'es', 'Etiquetas/Cupons/Rótulos', '<p>Etiquetas/Cupons/Rótulos</p>', '', '', '', 'N', '', 'Y'),
(1169, 'pt', 'Etiquetas/Cupons/Rótulos', '<p>Etiquetas/Cupons/Rótulos</p>', '', '', '', 'N', '', 'Y'),
(1170, 'en', 'Formulários Comerciais/Papel - Pré-impressos', '<p>Formulários Comerciais/Papel - Pré-impressos</p>', '', '', '', 'N', '', 'Y'),
(1170, 'es', 'Formulários Comerciais/Papel - Pré-impressos', '<p>Formulários Comerciais/Papel - Pré-impressos</p>', '', '', '', 'N', '', 'Y'),
(1170, 'pt', 'Formulários Comerciais/Papel - Pré-impressos', '<p>Formulários Comerciais/Papel - Pré-impressos</p>', '', '', '', 'N', '', 'Y'),
(1171, 'en', 'Livros de Exercícios', '<p>Livros de Exercícios</p>', '', '', '', 'N', '', 'Y'),
(1171, 'es', 'Livros de Exercícios', '<p>Livros de Exercícios</p>', '', '', '', 'N', '', 'Y'),
(1171, 'pt', 'Livros de Exercícios', '<p>Livros de Exercícios</p>', '', '', '', 'N', '', 'Y'),
(1172, 'en', 'Pacotes de Variedades para Papel/Cartão/Filme para Artigos de Papelaria.', '<p>Pacotes de Variedades para Papel/Cartão/Filme para Artigos de Papelaria.</p>', '', '', '', 'N', '', 'Y'),
(1172, 'es', 'Pacotes de Variedades para Papel/Cartão/Filme para Artigos de Papelaria.', '<p>Pacotes de Variedades para Papel/Cartão/Filme para Artigos de Papelaria.</p>', '', '', '', 'N', '', 'Y'),
(1172, 'pt', 'Pacotes de Variedades para Papel/Cartão/Filme para Artigos de Papelaria.', '<p>Pacotes de Variedades para Papel/Cartão/Filme para Artigos de Papelaria.</p>', '', '', '', 'N', '', 'Y'),
(1173, 'en', 'Papel/Cartão - Não impresso', '<p>Papel/Cartão - Não impresso</p>', '', '', '', 'N', '', 'Y'),
(1173, 'es', 'Papel/Cartão - Não impresso', '<p>Papel/Cartão - Não impresso</p>', '', '', '', 'N', '', 'Y'),
(1173, 'pt', 'Papel/Cartão - Não impresso', '<p>Papel/Cartão - Não impresso</p>', '', '', '', 'N', '', 'Y'),
(1174, 'en', 'Transparências', '<p>Transparências</p>', '', '', '', 'N', '', 'Y'),
(1174, 'es', 'Transparências', '<p>Transparências</p>', '', '', '', 'N', '', 'Y'),
(1174, 'pt', 'Transparências', '<p>Transparências</p>', '', '', '', 'N', '', 'Y'),
(1175, 'en', 'Artigos de papelaria para planejamento organizacional', '<p>Artigos de papelaria para planejamento organizacional</p>', '', '', '', 'N', '', 'Y'),
(1175, 'es', 'Artigos de papelaria para planejamento organizacional', '<p>Artigos de papelaria para planejamento organizacional</p>', '', '', '', 'N', '', 'Y'),
(1175, 'pt', 'Artigos de papelaria para planejamento organizacional', '<p>Artigos de papelaria para planejamento organizacional</p>', '', '', '', 'N', '', 'Y'),
(1176, 'en', 'Agendas de Contato/Blocos de Anotações', '<p>Agendas de Contato/Blocos de Anotações</p>', '', '', '', 'N', '', 'Y'),
(1176, 'es', 'Agendas de Contato/Blocos de Anotações', '<p>Agendas de Contato/Blocos de Anotações</p>', '', '', '', 'N', '', 'Y'),
(1176, 'pt', 'Agendas de Contato/Blocos de Anotações', '<p>Agendas de Contato/Blocos de Anotações</p>', '', '', '', 'N', '', 'Y'),
(1177, 'en', 'Artigos de papelaria para planejamento organizacional - Acessórios/Peças de Reposição', '<p>Artigos de papelaria para planejamento organizacional - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1177, 'es', 'Artigos de papelaria para planejamento organizacional - Acessórios/Peças de Reposição', '<p>Artigos de papelaria para planejamento organizacional - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1177, 'pt', 'Artigos de papelaria para planejamento organizacional - Acessórios/Peças de Reposição', '<p>Artigos de papelaria para planejamento organizacional - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1178, 'en', 'Calendários/Planejamento', '<p>Calendários/Planejamento</p>', '', '', '', 'N', '', 'Y'),
(1178, 'es', 'Calendários/Planejamento', '<p>Calendários/Planejamento</p>', '', '', '', 'N', '', 'Y'),
(1178, 'pt', 'Calendários/Planejamento', '<p>Calendários/Planejamento</p>', '', '', '', 'N', '', 'Y'),
(1179, 'en', 'Diários/Agendas (Não eletrônicas)', '<p>Diários/Agendas (Não eletrônicas)</p>', '', '', '', 'N', '', 'Y'),
(1179, 'es', 'Diários/Agendas (Não eletrônicas)', '<p>Diários/Agendas (Não eletrônicas)</p>', '', '', '', 'N', '', 'Y'),
(1179, 'pt', 'Diários/Agendas (Não eletrônicas)', '<p>Diários/Agendas (Não eletrônicas)</p>', '', '', '', 'N', '', 'Y'),
(1180, 'en', 'Outros Artigos de Papelaria para Planejamento Organizacional', '<p>Outros Artigos de Papelaria para Planejamento Organizacional</p>', '', '', '', 'N', '', 'Y'),
(1180, 'es', 'Outros Artigos de Papelaria para Planejamento Organizacional', '<p>Outros Artigos de Papelaria para Planejamento Organizacional</p>', '', '', '', 'N', '', 'Y'),
(1180, 'pt', 'Outros Artigos de Papelaria para Planejamento Organizacional', '<p>Outros Artigos de Papelaria para Planejamento Organizacional</p>', '', '', '', 'N', '', 'Y'),
(1181, 'en', 'Pacotes de Variedades de Artigos de Papelaria para Planejamento Organizacional', '<p>Pacotes de Variedades de Artigos de Papelaria para Planejamento Organizacional</p>', '', '', '', 'N', '', 'Y'),
(1181, 'es', 'Pacotes de Variedades de Artigos de Papelaria para Planejamento Organizacional', '<p>Pacotes de Variedades de Artigos de Papelaria para Planejamento Organizacional</p>', '', '', '', 'N', '', 'Y'),
(1181, 'pt', 'Pacotes de Variedades de Artigos de Papelaria para Planejamento Organizacional', '<p>Pacotes de Variedades de Artigos de Papelaria para Planejamento Organizacional</p>', '', '', '', 'N', '', 'Y'),
(1182, 'en', 'Post-its/Blocos de Anotação', '<p>Post-its/Blocos de Anotação</p>', '', '', '', 'N', '', 'Y'),
(1182, 'es', 'Post-its/Blocos de Anotação', '<p>Post-its/Blocos de Anotação</p>', '', '', '', 'N', '', 'Y'),
(1182, 'pt', 'Post-its/Blocos de Anotação', '<p>Post-its/Blocos de Anotação</p>', '', '', '', 'N', '', 'Y'),
(1183, 'en', 'Equipamentos para Apresentação', '<p>Equipamentos para Apresentação</p>', '', '', '', 'N', '', 'Y'),
(1183, 'es', 'Equipamentos para Apresentação', '<p>Equipamentos para Apresentação</p>', '', '', '', 'N', '', 'Y'),
(1183, 'pt', 'Equipamentos para Apresentação', '<p>Equipamentos para Apresentação</p>', '', '', '', 'N', '', 'Y'),
(1184, 'en', 'Acessórios para Equipamentos de Apresentação', '<p>Acessórios para Equipamentos de Apresentação</p>', '', '', '', 'N', '', 'Y'),
(1184, 'es', 'Acessórios para Equipamentos de Apresentação', '<p>Acessórios para Equipamentos de Apresentação</p>', '', '', '', 'N', '', 'Y'),
(1184, 'pt', 'Acessórios para Equipamentos de Apresentação', '<p>Acessórios para Equipamentos de Apresentação</p>', '', '', '', 'N', '', 'Y'),
(1185, 'en', 'Flip Chart com Suportes', '<p>Flip Chart com Suportes</p>', '', '', '', 'N', '', 'Y'),
(1185, 'es', 'Flip Chart com Suportes', '<p>Flip Chart com Suportes</p>', '', '', '', 'N', '', 'Y'),
(1185, 'pt', 'Flip Chart com Suportes', '<p>Flip Chart com Suportes</p>', '', '', '', 'N', '', 'Y'),
(1186, 'en', 'Mesas de Projeção', '<p>Mesas de Projeção</p>', '', '', '', 'N', '', 'Y'),
(1186, 'es', 'Mesas de Projeção', '<p>Mesas de Projeção</p>', '', '', '', 'N', '', 'Y'),
(1186, 'pt', 'Mesas de Projeção', '<p>Mesas de Projeção</p>', '', '', '', 'N', '', 'Y'),
(1187, 'en', 'Outros Equipamentos de Apresentação', '<p>Outros Equipamentos de Apresentação</p>', '', '', '', 'N', '', 'Y'),
(1187, 'es', 'Outros Equipamentos de Apresentação', '<p>Outros Equipamentos de Apresentação</p>', '', '', '', 'N', '', 'Y'),
(1187, 'pt', 'Outros Equipamentos de Apresentação', '<p>Outros Equipamentos de Apresentação</p>', '', '', '', 'N', '', 'Y'),
(1188, 'en', 'Pacotes de Variedades para Equipamentos de Apresentação', '<p>Pacotes de Variedades para Equipamentos de Apresentação</p>', '', '', '', 'N', '', 'Y'),
(1188, 'es', 'Pacotes de Variedades para Equipamentos de Apresentação', '<p>Pacotes de Variedades para Equipamentos de Apresentação</p>', '', '', '', 'N', '', 'Y'),
(1188, 'pt', 'Pacotes de Variedades para Equipamentos de Apresentação', '<p>Pacotes de Variedades para Equipamentos de Apresentação</p>', '', '', '', 'N', '', 'Y'),
(1189, 'en', 'Paineis de Apresentação (Não elétricos)', '<p>Paineis de Apresentação (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1189, 'es', 'Paineis de Apresentação (Não elétricos)', '<p>Paineis de Apresentação (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1189, 'pt', 'Paineis de Apresentação (Não elétricos)', '<p>Paineis de Apresentação (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1190, 'en', 'Ponteiros (Elétricos)', '<p>Ponteiros (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1190, 'es', 'Ponteiros (Elétricos)', '<p>Ponteiros (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1190, 'pt', 'Ponteiros (Elétricos)', '<p>Ponteiros (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1191, 'en', 'Ponteiros (Não elétricos)', '<p>Ponteiros (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1191, 'es', 'Ponteiros (Não elétricos)', '<p>Ponteiros (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1191, 'pt', 'Ponteiros (Não elétricos)', '<p>Ponteiros (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1192, 'en', 'Presentation Boards (Powered)', '<p>Presentation Boards (Powered)</p>', '', '', '', 'N', '', 'Y'),
(1192, 'es', 'Presentation Boards (Powered)', '<p>Presentation Boards (Powered)</p>', '', '', '', 'N', '', 'Y'),
(1192, 'pt', 'Presentation Boards (Powered)', '<p>Presentation Boards (Powered)</p>', '', '', '', 'N', '', 'Y'),
(1193, 'en', 'Retroprojetores', '<p>Retroprojetores</p>', '', '', '', 'N', '', 'Y'),
(1193, 'es', 'Retroprojetores', '<p>Retroprojetores</p>', '', '', '', 'N', '', 'Y'),
(1193, 'pt', 'Retroprojetores', '<p>Retroprojetores</p>', '', '', '', 'N', '', 'Y'),
(1194, 'en', 'Equipamentos para Escritório', '<p>Equipamentos para Escritório</p>', '', '', '', 'N', '', 'Y'),
(1194, 'es', 'Equipamentos para Escritório', '<p>Equipamentos para Escritório</p>', '', '', '', 'N', '', 'Y'),
(1194, 'pt', 'Equipamentos para Escritório', '<p>Equipamentos para Escritório</p>', '', '', '', 'N', '', 'Y'),
(1195, 'en', 'Artigos de consumo para Fotocopiadora', '<p>Artigos de consumo para Fotocopiadora</p>', '', '', '', 'N', '', 'Y'),
(1195, 'es', 'Artigos de consumo para Fotocopiadora', '<p>Artigos de consumo para Fotocopiadora</p>', '', '', '', 'N', '', 'Y'),
(1195, 'pt', 'Artigos de consumo para Fotocopiadora', '<p>Artigos de consumo para Fotocopiadora</p>', '', '', '', 'N', '', 'Y'),
(1196, 'en', 'Artigos de consumo para Máquina de Escrever', '<p>Artigos de consumo para Máquina de Escrever</p>', '', '', '', 'N', '', 'Y'),
(1196, 'es', 'Artigos de consumo para Máquina de Escrever', '<p>Artigos de consumo para Máquina de Escrever</p>', '', '', '', 'N', '', 'Y'),
(1196, 'pt', 'Artigos de consumo para Máquina de Escrever', '<p>Artigos de consumo para Máquina de Escrever</p>', '', '', '', 'N', '', 'Y'),
(1197, 'en', 'Artigos de Consumo para Máquina de Laminação', '<p>Artigos de Consumo para Máquina de Laminação</p>', '', '', '', 'N', '', 'Y'),
(1197, 'es', 'Artigos de Consumo para Máquina de Laminação', '<p>Artigos de Consumo para Máquina de Laminação</p>', '', '', '', 'N', '', 'Y'),
(1197, 'pt', 'Artigos de Consumo para Máquina de Laminação', '<p>Artigos de Consumo para Máquina de Laminação</p>', '', '', '', 'N', '', 'Y'),
(1198, 'en', 'Caixas Registradoras (Elétricas)', '<p>Caixas Registradoras (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1198, 'es', 'Caixas Registradoras (Elétricas)', '<p>Caixas Registradoras (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1198, 'pt', 'Caixas Registradoras (Elétricas)', '<p>Caixas Registradoras (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1199, 'en', 'Calculadoras/Conversores de Moeda (Elétricos)', '<p>Calculadoras/Conversores de Moeda (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1199, 'es', 'Calculadoras/Conversores de Moeda (Elétricos)', '<p>Calculadoras/Conversores de Moeda (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1199, 'pt', 'Calculadoras/Conversores de Moeda (Elétricos)', '<p>Calculadoras/Conversores de Moeda (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1200, 'en', 'Dispositivos Multifuncionais', '<p>Dispositivos Multifuncionais</p>', '', '', '', 'N', '', 'Y'),
(1200, 'es', 'Dispositivos Multifuncionais', '<p>Dispositivos Multifuncionais</p>', '', '', '', 'N', '', 'Y'),
(1200, 'pt', 'Dispositivos Multifuncionais', '<p>Dispositivos Multifuncionais</p>', '', '', '', 'N', '', 'Y'),
(1201, 'en', 'Fotocopiadoras', '<p>Fotocopiadoras</p>', '', '', '', 'N', '', 'Y'),
(1201, 'es', 'Fotocopiadoras', '<p>Fotocopiadoras</p>', '', '', '', 'N', '', 'Y'),
(1201, 'pt', 'Fotocopiadoras', '<p>Fotocopiadoras</p>', '', '', '', 'N', '', 'Y'),
(1202, 'en', 'Máquinas de Escrever (Elétricas)', '<p>Máquinas de Escrever (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1202, 'es', 'Máquinas de Escrever (Elétricas)', '<p>Máquinas de Escrever (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1202, 'pt', 'Máquinas de Escrever (Elétricas)', '<p>Máquinas de Escrever (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1203, 'en', 'Máquinas de Escrever (Não elétricas)', '<p>Máquinas de Escrever (Não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1203, 'es', 'Máquinas de Escrever (Não elétricas)', '<p>Máquinas de Escrever (Não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1203, 'pt', 'Máquinas de Escrever (Não elétricas)', '<p>Máquinas de Escrever (Não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1204, 'en', 'Máquinas de Laminação (Elétricas)', '<p>Máquinas de Laminação (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1204, 'es', 'Máquinas de Laminação (Elétricas)', '<p>Máquinas de Laminação (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1204, 'pt', 'Máquinas de Laminação (Elétricas)', '<p>Máquinas de Laminação (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1205, 'en', 'Outros Equipamentos para Escritório', '<p>Outros Equipamentos para Escritório</p>', '', '', '', 'N', '', 'Y'),
(1205, 'es', 'Outros Equipamentos para Escritório', '<p>Outros Equipamentos para Escritório</p>', '', '', '', 'N', '', 'Y'),
(1205, 'pt', 'Outros Equipamentos para Escritório', '<p>Outros Equipamentos para Escritório</p>', '', '', '', 'N', '', 'Y'),
(1206, 'en', 'Pacotes de Variedades para Equipamentos de Escritório', '<p>Pacotes de Variedades para Equipamentos de Escritório</p>', '', '', '', 'N', '', 'Y'),
(1206, 'es', 'Pacotes de Variedades para Equipamentos de Escritório', '<p>Pacotes de Variedades para Equipamentos de Escritório</p>', '', '', '', 'N', '', 'Y'),
(1206, 'pt', 'Pacotes de Variedades para Equipamentos de Escritório', '<p>Pacotes de Variedades para Equipamentos de Escritório</p>', '', '', '', 'N', '', 'Y'),
(1207, 'en', 'Instrumentos/auxílios de escrita / design', '<p>Instrumentos/auxílios de escrita / design</p>', '', '', '', 'N', '', 'Y'),
(1207, 'es', 'Instrumentos/auxílios de escrita / design', '<p>Instrumentos/auxílios de escrita / design</p>', '', '', '', 'N', '', 'Y'),
(1207, 'pt', 'Instrumentos/auxílios de escrita / design', '<p>Instrumentos/auxílios de escrita / design</p>', '', '', '', 'N', '', 'Y'),
(1208, 'en', 'Apontadores (Elétricos)', '<p>Apontadores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1208, 'es', 'Apontadores (Elétricos)', '<p>Apontadores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1208, 'pt', 'Apontadores (Elétricos)', '<p>Apontadores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1209, 'en', 'Apontadores (Não elétricos)', '<p>Apontadores (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1209, 'es', 'Apontadores (Não elétricos)', '<p>Apontadores (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1209, 'pt', 'Apontadores (Não elétricos)', '<p>Apontadores (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1210, 'en', 'Canetas (Papelaria)', '<p>Canetas (Papelaria)</p>', '', '', '', 'N', '', 'Y'),
(1210, 'es', 'Canetas (Papelaria)', '<p>Canetas (Papelaria)</p>', '', '', '', 'N', '', 'Y'),
(1210, 'pt', 'Canetas (Papelaria)', '<p>Canetas (Papelaria)</p>', '', '', '', 'N', '', 'Y'),
(1211, 'en', 'Equipamentos para Medição/Geométrica (Papelaria)', '<p>Equipamentos para Medição/Geométrica (Papelaria)</p>', '', '', '', 'N', '', 'Y'),
(1211, 'es', 'Equipamentos para Medição/Geométrica (Papelaria)', '<p>Equipamentos para Medição/Geométrica (Papelaria)</p>', '', '', '', 'N', '', 'Y'),
(1211, 'pt', 'Equipamentos para Medição/Geométrica (Papelaria)', '<p>Equipamentos para Medição/Geométrica (Papelaria)</p>', '', '', '', 'N', '', 'Y'),
(1212, 'en', 'Estêncil (Papelaria)', '<p>Estêncil (Papelaria)</p>', '', '', '', 'N', '', 'Y'),
(1212, 'es', 'Estêncil (Papelaria)', '<p>Estêncil (Papelaria)</p>', '', '', '', 'N', '', 'Y'),
(1212, 'pt', 'Estêncil (Papelaria)', '<p>Estêncil (Papelaria)</p>', '', '', '', 'N', '', 'Y'),
(1213, 'en', 'Lápis (Papelaria)', '<p>Lápis (Papelaria)</p>', '', '', '', 'N', '', 'Y'),
(1213, 'es', 'Lápis (Papelaria)', '<p>Lápis (Papelaria)</p>', '', '', '', 'N', '', 'Y'),
(1213, 'pt', 'Lápis (Papelaria)', '<p>Lápis (Papelaria)</p>', '', '', '', 'N', '', 'Y'),
(1214, 'en', 'Marcador', '<p>Marcador</p>', '', '', '', 'N', '', 'Y'),
(1214, 'es', 'Marcador', '<p>Marcador</p>', '', '', '', 'N', '', 'Y'),
(1214, 'pt', 'Marcador', '<p>Marcador</p>', '', '', '', 'N', '', 'Y'),
(1215, 'en', 'Outros Recursos/Ferramentas para Escrita/Design', '<p>Outros Recursos/Ferramentas para Escrita/Design</p>', '', '', '', 'N', '', 'Y'),
(1215, 'es', 'Outros Recursos/Ferramentas para Escrita/Design', '<p>Outros Recursos/Ferramentas para Escrita/Design</p>', '', '', '', 'N', '', 'Y'),
(1215, 'pt', 'Outros Recursos/Ferramentas para Escrita/Design', '<p>Outros Recursos/Ferramentas para Escrita/Design</p>', '', '', '', 'N', '', 'Y'),
(1216, 'en', 'Pacotes de Variedade para Recursos/Ferramentas para Escrita/Design', '<p>Pacotes de Variedade para Recursos/Ferramentas para Escrita/Design</p>', '', '', '', 'N', '', 'Y'),
(1216, 'es', 'Pacotes de Variedade para Recursos/Ferramentas para Escrita/Design', '<p>Pacotes de Variedade para Recursos/Ferramentas para Escrita/Design</p>', '', '', '', 'N', '', 'Y'),
(1216, 'pt', 'Pacotes de Variedade para Recursos/Ferramentas para Escrita/Design', '<p>Pacotes de Variedade para Recursos/Ferramentas para Escrita/Design</p>', '', '', '', 'N', '', 'Y'),
(1217, 'en', 'Peças de Reposição - Ferramentas para Escrita', '<p>Peças de Reposição - Ferramentas para Escrita</p>', '', '', '', 'N', '', 'Y'),
(1217, 'es', 'Peças de Reposição - Ferramentas para Escrita', '<p>Peças de Reposição - Ferramentas para Escrita</p>', '', '', '', 'N', '', 'Y'),
(1217, 'pt', 'Peças de Reposição - Ferramentas para Escrita', '<p>Peças de Reposição - Ferramentas para Escrita</p>', '', '', '', 'N', '', 'Y'),
(1218, 'en', 'Recursos para Correção', '<p>Recursos para Correção</p>', '', '', '', 'N', '', 'Y'),
(1218, 'es', 'Recursos para Correção', '<p>Recursos para Correção</p>', '', '', '', 'N', '', 'Y'),
(1218, 'pt', 'Recursos para Correção', '<p>Recursos para Correção</p>', '', '', '', 'N', '', 'Y'),
(1219, 'en', 'Tapete para Área de Trabalho', '<p>Tapete para Área de Trabalho</p>', '', '', '', 'N', '', 'Y'),
(1219, 'es', 'Tapete para Área de Trabalho', '<p>Tapete para Área de Trabalho</p>', '', '', '', 'N', '', 'Y'),
(1219, 'pt', 'Tapete para Área de Trabalho', '<p>Tapete para Área de Trabalho</p>', '', '', '', 'N', '', 'Y'),
(1220, 'en', 'Tinta', '<p>Tinta</p>', '', '', '', 'N', '', 'Y'),
(1220, 'es', 'Tinta', '<p>Tinta</p>', '', '', '', 'N', '', 'Y'),
(1220, 'pt', 'Tinta', '<p>Tinta</p>', '', '', '', 'N', '', 'Y'),
(1221, 'en', 'Pacotes de Variedades para Artigos de Papelaria/Equipamentos para Escritório', '<p>Pacotes de Variedades para Artigos de Papelaria/Equipamentos para Escritório</p>', '', '', '', 'N', '', 'Y'),
(1221, 'es', 'Pacotes de Variedades para Artigos de Papelaria/Equipamentos para Escritório', '<p>Pacotes de Variedades para Artigos de Papelaria/Equipamentos para Escritório</p>', '', '', '', 'N', '', 'Y'),
(1221, 'pt', 'Pacotes de Variedades para Artigos de Papelaria/Equipamentos para Escritório', '<p>Pacotes de Variedades para Artigos de Papelaria/Equipamentos para Escritório</p>', '', '', '', 'N', '', 'Y'),
(1222, 'en', 'Papelaria / Máquinas para Escritório - Outros', '<p>Papelaria / Máquinas para Escritório - Outros</p>', '', '', '', 'N', '', 'Y'),
(1222, 'es', 'Papelaria / Máquinas para Escritório - Outros', '<p>Papelaria / Máquinas para Escritório - Outros</p>', '', '', '', 'N', '', 'Y'),
(1222, 'pt', 'Papelaria / Máquinas para Escritório - Outros', '<p>Papelaria / Máquinas para Escritório - Outros</p>', '', '', '', 'N', '', 'Y'),
(1223, 'en', 'Audiovisual / Fotografia', '<p>Audiovisual / Fotografia</p>', '', '', '', 'N', '', 'Y'),
(1223, 'es', 'Audiovisual / Fotografia', '<p>Audiovisual / Fotografia</p>', '', '', '', 'N', '', 'Y'),
(1223, 'pt', 'Audiovisual / Fotografia', '<p>Audiovisual / Fotografia</p>', '', '', '', 'N', '', 'Y'),
(1224, 'en', 'Equipamento de audiovisual', '<p>Equipamento de audiovisual</p>', '', '', '', 'N', '', 'Y'),
(1224, 'es', 'Equipamento de audiovisual', '<p>Equipamento de audiovisual</p>', '', '', '', 'N', '', 'Y'),
(1224, 'pt', 'Equipamento de audiovisual', '<p>Equipamento de audiovisual</p>', '', '', '', 'N', '', 'Y'),
(1225, 'en', 'Acessórios Audiovisuais', '<p>Acessórios Audiovisuais</p>', '', '', '', 'N', '', 'Y'),
(1225, 'es', 'Acessórios Audiovisuais', '<p>Acessórios Audiovisuais</p>', '', '', '', 'N', '', 'Y'),
(1225, 'pt', 'Acessórios Audiovisuais', '<p>Acessórios Audiovisuais</p>', '', '', '', 'N', '', 'Y'),
(1226, 'en', 'Acessórios Audiovisuais - Peças de Reposição', '<p>Acessórios Audiovisuais - Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1226, 'es', 'Acessórios Audiovisuais - Peças de Reposição', '<p>Acessórios Audiovisuais - Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1226, 'pt', 'Acessórios Audiovisuais - Peças de Reposição', '<p>Acessórios Audiovisuais - Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1227, 'en', 'Amortecedores/ Absorvedores de Vibração', '<p>Amortecedores/ Absorvedores de Vibração</p>', '', '', '', 'N', '', 'Y'),
(1227, 'es', 'Amortecedores/ Absorvedores de Vibração', '<p>Amortecedores/ Absorvedores de Vibração</p>', '', '', '', 'N', '', 'Y'),
(1227, 'pt', 'Amortecedores/ Absorvedores de Vibração', '<p>Amortecedores/ Absorvedores de Vibração</p>', '', '', '', 'N', '', 'Y'),
(1228, 'en', 'Amplificadores de Distribuição Visual', '<p>Amplificadores de Distribuição Visual</p>', '', '', '', 'N', '', 'Y'),
(1228, 'es', 'Amplificadores de Distribuição Visual', '<p>Amplificadores de Distribuição Visual</p>', '', '', '', 'N', '', 'Y'),
(1228, 'pt', 'Amplificadores de Distribuição Visual', '<p>Amplificadores de Distribuição Visual</p>', '', '', '', 'N', '', 'Y'),
(1229, 'en', 'Amplificadores de Sinal', '<p>Amplificadores de Sinal</p>', '', '', '', 'N', '', 'Y'),
(1229, 'es', 'Amplificadores de Sinal', '<p>Amplificadores de Sinal</p>', '', '', '', 'N', '', 'Y'),
(1229, 'pt', 'Amplificadores de Sinal', '<p>Amplificadores de Sinal</p>', '', '', '', 'N', '', 'Y'),
(1230, 'en', 'Bases de Encaixe MP3', '<p>Bases de Encaixe MP3</p>', '', '', '', 'N', '', 'Y'),
(1230, 'es', 'Bases de Encaixe MP3', '<p>Bases de Encaixe MP3</p>', '', '', '', 'N', '', 'Y'),
(1230, 'pt', 'Bases de Encaixe MP3', '<p>Bases de Encaixe MP3</p>', '', '', '', 'N', '', 'Y'),
(1231, 'en', 'Caixas de Interruptor', '<p>Caixas de Interruptor</p>', '', '', '', 'N', '', 'Y'),
(1231, 'es', 'Caixas de Interruptor', '<p>Caixas de Interruptor</p>', '', '', '', 'N', '', 'Y'),
(1231, 'pt', 'Caixas de Interruptor', '<p>Caixas de Interruptor</p>', '', '', '', 'N', '', 'Y'),
(1232, 'en', 'Carteiras/ Caixas/Bolsas Audiovisuais', '<p>Carteiras/ Caixas/Bolsas Audiovisuais</p>', '', '', '', 'N', '', 'Y'),
(1232, 'es', 'Carteiras/ Caixas/Bolsas Audiovisuais', '<p>Carteiras/ Caixas/Bolsas Audiovisuais</p>', '', '', '', 'N', '', 'Y'),
(1232, 'pt', 'Carteiras/ Caixas/Bolsas Audiovisuais', '<p>Carteiras/ Caixas/Bolsas Audiovisuais</p>', '', '', '', 'N', '', 'Y'),
(1233, 'en', 'Controles remotos universais', '<p>Controles remotos universais</p>', '', '', '', 'N', '', 'Y'),
(1233, 'es', 'Controles remotos universais', '<p>Controles remotos universais</p>', '', '', '', 'N', '', 'Y'),
(1233, 'pt', 'Controles remotos universais', '<p>Controles remotos universais</p>', '', '', '', 'N', '', 'Y'),
(1234, 'en', 'Conversor de Fitas Cassetes', '<p>Conversor de Fitas Cassetes</p>', '', '', '', 'N', '', 'Y'),
(1234, 'es', 'Conversor de Fitas Cassetes', '<p>Conversor de Fitas Cassetes</p>', '', '', '', 'N', '', 'Y'),
(1234, 'pt', 'Conversor de Fitas Cassetes', '<p>Conversor de Fitas Cassetes</p>', '', '', '', 'N', '', 'Y'),
(1235, 'en', 'Conversores analógicos / digitais', '<p>Conversores analógicos / digitais</p>', '', '', '', 'N', '', 'Y'),
(1235, 'es', 'Conversores analógicos / digitais', '<p>Conversores analógicos / digitais</p>', '', '', '', 'N', '', 'Y'),
(1235, 'pt', 'Conversores analógicos / digitais', '<p>Conversores analógicos / digitais</p>', '', '', '', 'N', '', 'Y'),
(1236, 'en', 'Efeitos de Iluminação Sonoros', '<p>Efeitos de Iluminação Sonoros</p>', '', '', '', 'N', '', 'Y'),
(1236, 'es', 'Efeitos de Iluminação Sonoros', '<p>Efeitos de Iluminação Sonoros</p>', '', '', '', 'N', '', 'Y'),
(1236, 'pt', 'Efeitos de Iluminação Sonoros', '<p>Efeitos de Iluminação Sonoros</p>', '', '', '', 'N', '', 'Y'),
(1237, 'en', 'Fone de ouvido com microfone', '<p>Fone de ouvido com microfone</p>', '', '', '', 'N', '', 'Y'),
(1237, 'es', 'Fone de ouvido com microfone', '<p>Fone de ouvido com microfone</p>', '', '', '', 'N', '', 'Y'),
(1237, 'pt', 'Fone de ouvido com microfone', '<p>Fone de ouvido com microfone</p>', '', '', '', 'N', '', 'Y'),
(1238, 'en', 'Megafones', '<p>Megafones</p>', '', '', '', 'N', '', 'Y'),
(1238, 'es', 'Megafones', '<p>Megafones</p>', '', '', '', 'N', '', 'Y'),
(1238, 'pt', 'Megafones', '<p>Megafones</p>', '', '', '', 'N', '', 'Y'),
(1239, 'en', 'Microfones', '<p>Microfones</p>', '', '', '', 'N', '', 'Y'),
(1239, 'es', 'Microfones', '<p>Microfones</p>', '', '', '', 'N', '', 'Y'),
(1239, 'pt', 'Microfones', '<p>Microfones</p>', '', '', '', 'N', '', 'Y'),
(1240, 'en', 'Outros Acessórios Audiovisuais', '<p>Outros Acessórios Audiovisuais</p>', '', '', '', 'N', '', 'Y'),
(1240, 'es', 'Outros Acessórios Audiovisuais', '<p>Outros Acessórios Audiovisuais</p>', '', '', '', 'N', '', 'Y'),
(1240, 'pt', 'Outros Acessórios Audiovisuais', '<p>Outros Acessórios Audiovisuais</p>', '', '', '', 'N', '', 'Y'),
(1241, 'en', 'Pacotes de Internet para Televisores', '<p>Pacotes de Internet para Televisores</p>', '', '', '', 'N', '', 'Y'),
(1241, 'es', 'Pacotes de Internet para Televisores', '<p>Pacotes de Internet para Televisores</p>', '', '', '', 'N', '', 'Y'),
(1241, 'pt', 'Pacotes de Internet para Televisores', '<p>Pacotes de Internet para Televisores</p>', '', '', '', 'N', '', 'Y'),
(1242, 'en', 'Pacotes de Variedades para Acessórios Audiovisuais', '<p>Pacotes de Variedades para Acessórios Audiovisuais</p>', '', '', '', 'N', '', 'Y'),
(1242, 'es', 'Pacotes de Variedades para Acessórios Audiovisuais', '<p>Pacotes de Variedades para Acessórios Audiovisuais</p>', '', '', '', 'N', '', 'Y'),
(1242, 'pt', 'Pacotes de Variedades para Acessórios Audiovisuais', '<p>Pacotes de Variedades para Acessórios Audiovisuais</p>', '', '', '', 'N', '', 'Y'),
(1243, 'en', 'Produtos de Limpeza para Equipamentos Audiovisuais', '<p>Produtos de Limpeza para Equipamentos Audiovisuais</p>', '', '', '', 'N', '', 'Y'),
(1243, 'es', 'Produtos de Limpeza para Equipamentos Audiovisuais', '<p>Produtos de Limpeza para Equipamentos Audiovisuais</p>', '', '', '', 'N', '', 'Y'),
(1243, 'pt', 'Produtos de Limpeza para Equipamentos Audiovisuais', '<p>Produtos de Limpeza para Equipamentos Audiovisuais</p>', '', '', '', 'N', '', 'Y'),
(1244, 'en', 'Sistemas de Rotulagem Audiovisual', '<p>Sistemas de Rotulagem Audiovisual</p>', '', '', '', 'N', '', 'Y'),
(1244, 'es', 'Sistemas de Rotulagem Audiovisual', '<p>Sistemas de Rotulagem Audiovisual</p>', '', '', '', 'N', '', 'Y'),
(1244, 'pt', 'Sistemas de Rotulagem Audiovisual', '<p>Sistemas de Rotulagem Audiovisual</p>', '', '', '', 'N', '', 'Y'),
(1245, 'en', 'Suportes Audiovisuais', '<p>Suportes Audiovisuais</p>', '', '', '', 'N', '', 'Y'),
(1245, 'es', 'Suportes Audiovisuais', '<p>Suportes Audiovisuais</p>', '', '', '', 'N', '', 'Y'),
(1245, 'pt', 'Suportes Audiovisuais', '<p>Suportes Audiovisuais</p>', '', '', '', 'N', '', 'Y'),
(1246, 'en', 'Transmissor de Televisão Sem Fio', '<p>Transmissor de Televisão Sem Fio</p>', '', '', '', 'N', '', 'Y'),
(1246, 'es', 'Transmissor de Televisão Sem Fio', '<p>Transmissor de Televisão Sem Fio</p>', '', '', '', 'N', '', 'Y'),
(1246, 'pt', 'Transmissor de Televisão Sem Fio', '<p>Transmissor de Televisão Sem Fio</p>', '', '', '', 'N', '', 'Y'),
(1247, 'en', 'Áudio / Vídeo Portátil', '<p>Áudio / Vídeo Portátil</p>', '', '', '', 'N', '', 'Y'),
(1247, 'es', 'Áudio / Vídeo Portátil', '<p>Áudio / Vídeo Portátil</p>', '', '', '', 'N', '', 'Y'),
(1247, 'pt', 'Áudio / Vídeo Portátil', '<p>Áudio / Vídeo Portátil</p>', '', '', '', 'N', '', 'Y'),
(1248, 'en', 'Acessórios/Peças de Reposição - Áudio/Vídeo Portáteis', '<p>Acessórios/Peças de Reposição - Áudio/Vídeo Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1248, 'es', 'Acessórios/Peças de Reposição - Áudio/Vídeo Portáteis', '<p>Acessórios/Peças de Reposição - Áudio/Vídeo Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1248, 'pt', 'Acessórios/Peças de Reposição - Áudio/Vídeo Portáteis', '<p>Acessórios/Peças de Reposição - Áudio/Vídeo Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1249, 'en', 'Alto-falantes portáteis', '<p>Alto-falantes portáteis</p>', '', '', '', 'N', '', 'Y'),
(1249, 'es', 'Alto-falantes portáteis', '<p>Alto-falantes portáteis</p>', '', '', '', 'N', '', 'Y'),
(1249, 'pt', 'Alto-falantes portáteis', '<p>Alto-falantes portáteis</p>', '', '', '', 'N', '', 'Y'),
(1250, 'en', 'Ditafones', '<p>Ditafones</p>', '', '', '', 'N', '', 'Y'),
(1250, 'es', 'Ditafones', '<p>Ditafones</p>', '', '', '', 'N', '', 'Y'),
(1250, 'pt', 'Ditafones', '<p>Ditafones</p>', '', '', '', 'N', '', 'Y'),
(1251, 'en', 'Leitores de CD portáteis', '<p>Leitores de CD portáteis</p>', '', '', '', 'N', '', 'Y'),
(1251, 'es', 'Leitores de CD portáteis', '<p>Leitores de CD portáteis</p>', '', '', '', 'N', '', 'Y'),
(1251, 'pt', 'Leitores de CD portáteis', '<p>Leitores de CD portáteis</p>', '', '', '', 'N', '', 'Y'),
(1252, 'en', 'Leitores de DVD Portáteis', '<p>Leitores de DVD Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1252, 'es', 'Leitores de DVD Portáteis', '<p>Leitores de DVD Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1252, 'pt', 'Leitores de DVD Portáteis', '<p>Leitores de DVD Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1253, 'en', 'Leitores de Fita Cassete Portáteis', '<p>Leitores de Fita Cassete Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1253, 'es', 'Leitores de Fita Cassete Portáteis', '<p>Leitores de Fita Cassete Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1253, 'pt', 'Leitores de Fita Cassete Portáteis', '<p>Leitores de Fita Cassete Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1254, 'en', 'Leitores de MD Portáteis', '<p>Leitores de MD Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1254, 'es', 'Leitores de MD Portáteis', '<p>Leitores de MD Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1254, 'pt', 'Leitores de MD Portáteis', '<p>Leitores de MD Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1255, 'en', 'Leitores de MP3 Portáteis', '<p>Leitores de MP3 Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1255, 'es', 'Leitores de MP3 Portáteis', '<p>Leitores de MP3 Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1255, 'pt', 'Leitores de MP3 Portáteis', '<p>Leitores de MP3 Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1256, 'en', 'Leitores de Vídeo Digital Portáteis', '<p>Leitores de Vídeo Digital Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1256, 'es', 'Leitores de Vídeo Digital Portáteis', '<p>Leitores de Vídeo Digital Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1256, 'pt', 'Leitores de Vídeo Digital Portáteis', '<p>Leitores de Vídeo Digital Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1257, 'en', 'Outros Vídeos/Áudio Portáteis', '<p>Outros Vídeos/Áudio Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1257, 'es', 'Outros Vídeos/Áudio Portáteis', '<p>Outros Vídeos/Áudio Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1257, 'pt', 'Outros Vídeos/Áudio Portáteis', '<p>Outros Vídeos/Áudio Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1258, 'en', 'Pacotes de Variedades para Vídeo/Áudio Portáteis', '<p>Pacotes de Variedades para Vídeo/Áudio Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1258, 'es', 'Pacotes de Variedades para Vídeo/Áudio Portáteis', '<p>Pacotes de Variedades para Vídeo/Áudio Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1258, 'pt', 'Pacotes de Variedades para Vídeo/Áudio Portáteis', '<p>Pacotes de Variedades para Vídeo/Áudio Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1259, 'en', 'Rádio gravadores portáteis', '<p>Rádio gravadores portáteis</p>', '', '', '', 'N', '', 'Y'),
(1259, 'es', 'Rádio gravadores portáteis', '<p>Rádio gravadores portáteis</p>', '', '', '', 'N', '', 'Y'),
(1259, 'pt', 'Rádio gravadores portáteis', '<p>Rádio gravadores portáteis</p>', '', '', '', 'N', '', 'Y'),
(1260, 'en', 'Rádios Portáteis', '<p>Rádios Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1260, 'es', 'Rádios Portáteis', '<p>Rádios Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1260, 'pt', 'Rádios Portáteis', '<p>Rádios Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1261, 'en', 'Rádios-relógio', '<p>Rádios-relógio</p>', '', '', '', 'N', '', 'Y'),
(1261, 'es', 'Rádios-relógio', '<p>Rádios-relógio</p>', '', '', '', 'N', '', 'Y'),
(1261, 'pt', 'Rádios-relógio', '<p>Rádios-relógio</p>', '', '', '', 'N', '', 'Y'),
(1262, 'en', 'Sistemas Sonoros Portáteis PA (Endereço Público)', '<p>Sistemas Sonoros Portáteis PA (Endereço Público)</p>', '', '', '', 'N', '', 'Y'),
(1262, 'es', 'Sistemas Sonoros Portáteis PA (Endereço Público)', '<p>Sistemas Sonoros Portáteis PA (Endereço Público)</p>', '', '', '', 'N', '', 'Y'),
(1262, 'pt', 'Sistemas Sonoros Portáteis PA (Endereço Público)', '<p>Sistemas Sonoros Portáteis PA (Endereço Público)</p>', '', '', '', 'N', '', 'Y'),
(1263, 'en', 'Transmissores de FM portáteis (modulação de frequência)', '<p>Transmissores de FM portáteis (modulação de frequência)</p>', '', '', '', 'N', '', 'Y'),
(1263, 'es', 'Transmissores de FM portáteis (modulação de frequência)', '<p>Transmissores de FM portáteis (modulação de frequência)</p>', '', '', '', 'N', '', 'Y'),
(1263, 'pt', 'Transmissores de FM portáteis (modulação de frequência)', '<p>Transmissores de FM portáteis (modulação de frequência)</p>', '', '', '', 'N', '', 'Y'),
(1264, 'en', 'Equipamentos de áudio para casa', '<p>Equipamentos de áudio para casa</p>', '', '', '', 'N', '', 'Y'),
(1264, 'es', 'Equipamentos de áudio para casa', '<p>Equipamentos de áudio para casa</p>', '', '', '', 'N', '', 'Y'),
(1264, 'pt', 'Equipamentos de áudio para casa', '<p>Equipamentos de áudio para casa</p>', '', '', '', 'N', '', 'Y'),
(1265, 'en', 'Equipamento de Áudio para Casa - Acessórios/Peças de Reposição', '<p>Equipamento de Áudio para Casa - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1265, 'es', 'Equipamento de Áudio para Casa - Acessórios/Peças de Reposição', '<p>Equipamento de Áudio para Casa - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1265, 'pt', 'Equipamento de Áudio para Casa - Acessórios/Peças de Reposição', '<p>Equipamento de Áudio para Casa - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1266, 'en', 'Equipamentos para Efeitos de Áudio em Casa', '<p>Equipamentos para Efeitos de Áudio em Casa</p>', '', '', '', 'N', '', 'Y'),
(1266, 'es', 'Equipamentos para Efeitos de Áudio em Casa', '<p>Equipamentos para Efeitos de Áudio em Casa</p>', '', '', '', 'N', '', 'Y'),
(1266, 'pt', 'Equipamentos para Efeitos de Áudio em Casa', '<p>Equipamentos para Efeitos de Áudio em Casa</p>', '', '', '', 'N', '', 'Y'),
(1267, 'en', 'Jukeboxes (Caixas de Som) em Casa', '<p>Jukeboxes (Caixas de Som) em Casa</p>', '', '', '', 'N', '', 'Y'),
(1267, 'es', 'Jukeboxes (Caixas de Som) em Casa', '<p>Jukeboxes (Caixas de Som) em Casa</p>', '', '', '', 'N', '', 'Y'),
(1267, 'pt', 'Jukeboxes (Caixas de Som) em Casa', '<p>Jukeboxes (Caixas de Som) em Casa</p>', '', '', '', 'N', '', 'Y'),
(1268, 'en', 'Leitores de CD de Áudio para Casa', '<p>Leitores de CD de Áudio para Casa</p>', '', '', '', 'N', '', 'Y'),
(1268, 'es', 'Leitores de CD de Áudio para Casa', '<p>Leitores de CD de Áudio para Casa</p>', '', '', '', 'N', '', 'Y'),
(1268, 'pt', 'Leitores de CD de Áudio para Casa', '<p>Leitores de CD de Áudio para Casa</p>', '', '', '', 'N', '', 'Y'),
(1269, 'en', 'Leitores MD para Áudio em Casa', '<p>Leitores MD para Áudio em Casa</p>', '', '', '', 'N', '', 'Y'),
(1269, 'es', 'Leitores MD para Áudio em Casa', '<p>Leitores MD para Áudio em Casa</p>', '', '', '', 'N', '', 'Y'),
(1269, 'pt', 'Leitores MD para Áudio em Casa', '<p>Leitores MD para Áudio em Casa</p>', '', '', '', 'N', '', 'Y'),
(1270, 'en', 'Magnetofones para Áudio em Casa', '<p>Magnetofones para Áudio em Casa</p>', '', '', '', 'N', '', 'Y'),
(1270, 'es', 'Magnetofones para Áudio em Casa', '<p>Magnetofones para Áudio em Casa</p>', '', '', '', 'N', '', 'Y'),
(1270, 'pt', 'Magnetofones para Áudio em Casa', '<p>Magnetofones para Áudio em Casa</p>', '', '', '', 'N', '', 'Y'),
(1271, 'en', 'Mesas de Mistura para Áudio e Vídeo em Casa', '<p>Mesas de Mistura para Áudio e Vídeo em Casa</p>', '', '', '', 'N', '', 'Y'),
(1271, 'es', 'Mesas de Mistura para Áudio e Vídeo em Casa', '<p>Mesas de Mistura para Áudio e Vídeo em Casa</p>', '', '', '', 'N', '', 'Y'),
(1271, 'pt', 'Mesas de Mistura para Áudio e Vídeo em Casa', '<p>Mesas de Mistura para Áudio e Vídeo em Casa</p>', '', '', '', 'N', '', 'Y'),
(1272, 'en', 'Outros Equipamentos para Sistemas de Áudio em Casa', '<p>Outros Equipamentos para Sistemas de Áudio em Casa</p>', '', '', '', 'N', '', 'Y'),
(1272, 'es', 'Outros Equipamentos para Sistemas de Áudio em Casa', '<p>Outros Equipamentos para Sistemas de Áudio em Casa</p>', '', '', '', 'N', '', 'Y'),
(1272, 'pt', 'Outros Equipamentos para Sistemas de Áudio em Casa', '<p>Outros Equipamentos para Sistemas de Áudio em Casa</p>', '', '', '', 'N', '', 'Y'),
(1273, 'en', 'Pacotes de Variedades para Equipamento de Áudio Doméstico', '<p>Pacotes de Variedades para Equipamento de Áudio Doméstico</p>', '', '', '', 'N', '', 'Y'),
(1273, 'es', 'Pacotes de Variedades para Equipamento de Áudio Doméstico', '<p>Pacotes de Variedades para Equipamento de Áudio Doméstico</p>', '', '', '', 'N', '', 'Y'),
(1273, 'pt', 'Pacotes de Variedades para Equipamento de Áudio Doméstico', '<p>Pacotes de Variedades para Equipamento de Áudio Doméstico</p>', '', '', '', 'N', '', 'Y'),
(1274, 'en', 'Pré-amplificadores/Amplificadores de áudio para casa', '<p>Pré-amplificadores/Amplificadores de áudio para casa</p>', '', '', '', 'N', '', 'Y'),
(1274, 'es', 'Pré-amplificadores/Amplificadores de áudio para casa', '<p>Pré-amplificadores/Amplificadores de áudio para casa</p>', '', '', '', 'N', '', 'Y'),
(1274, 'pt', 'Pré-amplificadores/Amplificadores de áudio para casa', '<p>Pré-amplificadores/Amplificadores de áudio para casa</p>', '', '', '', 'N', '', 'Y'),
(1275, 'en', 'Rádios/Sintonizadores/Receptores de Áudio em Casa', '<p>Rádios/Sintonizadores/Receptores de Áudio em Casa</p>', '', '', '', 'N', '', 'Y'),
(1275, 'es', 'Rádios/Sintonizadores/Receptores de Áudio em Casa', '<p>Rádios/Sintonizadores/Receptores de Áudio em Casa</p>', '', '', '', 'N', '', 'Y'),
(1275, 'pt', 'Rádios/Sintonizadores/Receptores de Áudio em Casa', '<p>Rádios/Sintonizadores/Receptores de Áudio em Casa</p>', '', '', '', 'N', '', 'Y'),
(1276, 'en', 'Sistemas de Áudio para Casa', '<p>Sistemas de Áudio para Casa</p>', '', '', '', 'N', '', 'Y'),
(1276, 'es', 'Sistemas de Áudio para Casa', '<p>Sistemas de Áudio para Casa</p>', '', '', '', 'N', '', 'Y'),
(1276, 'pt', 'Sistemas de Áudio para Casa', '<p>Sistemas de Áudio para Casa</p>', '', '', '', 'N', '', 'Y'),
(1277, 'en', 'Sistemas de Áudio para Casa - Individual', '<p>Sistemas de Áudio para Casa - Individual</p>', '', '', '', 'N', '', 'Y'),
(1277, 'es', 'Sistemas de Áudio para Casa - Individual', '<p>Sistemas de Áudio para Casa - Individual</p>', '', '', '', 'N', '', 'Y'),
(1277, 'pt', 'Sistemas de Áudio para Casa - Individual', '<p>Sistemas de Áudio para Casa - Individual</p>', '', '', '', 'N', '', 'Y'),
(1278, 'en', 'Sistemas de Áudio para Karaokê em Casa', '<p>Sistemas de Áudio para Karaokê em Casa</p>', '', '', '', 'N', '', 'Y'),
(1278, 'es', 'Sistemas de Áudio para Karaokê em Casa', '<p>Sistemas de Áudio para Karaokê em Casa</p>', '', '', '', 'N', '', 'Y'),
(1278, 'pt', 'Sistemas de Áudio para Karaokê em Casa', '<p>Sistemas de Áudio para Karaokê em Casa</p>', '', '', '', 'N', '', 'Y'),
(1279, 'en', 'Sistemas de Home Theatre', '<p>Sistemas de Home Theatre</p>', '', '', '', 'N', '', 'Y'),
(1279, 'es', 'Sistemas de Home Theatre', '<p>Sistemas de Home Theatre</p>', '', '', '', 'N', '', 'Y'),
(1279, 'pt', 'Sistemas de Home Theatre', '<p>Sistemas de Home Theatre</p>', '', '', '', 'N', '', 'Y'),
(1280, 'en', 'Sistemas de Som para Casa', '<p>Sistemas de Som para Casa</p>', '', '', '', 'N', '', 'Y'),
(1280, 'es', 'Sistemas de Som para Casa', '<p>Sistemas de Som para Casa</p>', '', '', '', 'N', '', 'Y'),
(1280, 'pt', 'Sistemas de Som para Casa', '<p>Sistemas de Som para Casa</p>', '', '', '', 'N', '', 'Y'),
(1281, 'en', 'Toca-disco - CD', '<p>Toca-disco - CD</p>', '', '', '', 'N', '', 'Y'),
(1281, 'es', 'Toca-disco - CD', '<p>Toca-disco - CD</p>', '', '', '', 'N', '', 'Y'),
(1281, 'pt', 'Toca-disco - CD', '<p>Toca-disco - CD</p>', '', '', '', 'N', '', 'Y'),
(1282, 'en', 'Toca-Disco - Vinil', '<p>Toca-Disco - Vinil</p>', '', '', '', 'N', '', 'Y'),
(1282, 'es', 'Toca-Disco - Vinil', '<p>Toca-Disco - Vinil</p>', '', '', '', 'N', '', 'Y'),
(1282, 'pt', 'Toca-Disco - Vinil', '<p>Toca-Disco - Vinil</p>', '', '', '', 'N', '', 'Y'),
(1283, 'en', 'Pacotes de Variedades para Equipamento Audiovisual', '<p>Pacotes de Variedades para Equipamento Audiovisual</p>', '', '', '', 'N', '', 'Y'),
(1283, 'es', 'Pacotes de Variedades para Equipamento Audiovisual', '<p>Pacotes de Variedades para Equipamento Audiovisual</p>', '', '', '', 'N', '', 'Y'),
(1283, 'pt', 'Pacotes de Variedades para Equipamento Audiovisual', '<p>Pacotes de Variedades para Equipamento Audiovisual</p>', '', '', '', 'N', '', 'Y'),
(1284, 'en', 'Recebimento / Instalação de Vídeo', '<p>Recebimento / Instalação de Vídeo</p>', '', '', '', 'N', '', 'Y'),
(1284, 'es', 'Recebimento / Instalação de Vídeo', '<p>Recebimento / Instalação de Vídeo</p>', '', '', '', 'N', '', 'Y'),
(1284, 'pt', 'Recebimento / Instalação de Vídeo', '<p>Recebimento / Instalação de Vídeo</p>', '', '', '', 'N', '', 'Y'),
(1285, 'en', 'Acessórios de Instalação/Recepção de Vídeo', '<p>Acessórios de Instalação/Recepção de Vídeo</p>', '', '', '', 'N', '', 'Y'),
(1285, 'es', 'Acessórios de Instalação/Recepção de Vídeo', '<p>Acessórios de Instalação/Recepção de Vídeo</p>', '', '', '', 'N', '', 'Y'),
(1285, 'pt', 'Acessórios de Instalação/Recepção de Vídeo', '<p>Acessórios de Instalação/Recepção de Vídeo</p>', '', '', '', 'N', '', 'Y'),
(1286, 'en', 'Acessórios para Recepção Via Satélite', '<p>Acessórios para Recepção Via Satélite</p>', '', '', '', 'N', '', 'Y'),
(1286, 'es', 'Acessórios para Recepção Via Satélite', '<p>Acessórios para Recepção Via Satélite</p>', '', '', '', 'N', '', 'Y'),
(1286, 'pt', 'Acessórios para Recepção Via Satélite', '<p>Acessórios para Recepção Via Satélite</p>', '', '', '', 'N', '', 'Y'),
(1287, 'en', 'Antenas', '<p>Antenas</p>', '', '', '', 'N', '', 'Y'),
(1287, 'es', 'Antenas', '<p>Antenas</p>', '', '', '', 'N', '', 'Y'),
(1287, 'pt', 'Antenas', '<p>Antenas</p>', '', '', '', 'N', '', 'Y'),
(1288, 'en', 'Conversores de Bloco de Baixo Ruído (LNB)', '<p>Conversores de Bloco de Baixo Ruído (LNB)</p>', '', '', '', 'N', '', 'Y'),
(1288, 'es', 'Conversores de Bloco de Baixo Ruído (LNB)', '<p>Conversores de Bloco de Baixo Ruído (LNB)</p>', '', '', '', 'N', '', 'Y'),
(1288, 'pt', 'Conversores de Bloco de Baixo Ruído (LNB)', '<p>Conversores de Bloco de Baixo Ruído (LNB)</p>', '', '', '', 'N', '', 'Y'),
(1289, 'en', 'Decodificadores', '<p>Decodificadores</p>', '', '', '', 'N', '', 'Y'),
(1289, 'es', 'Decodificadores', '<p>Decodificadores</p>', '', '', '', 'N', '', 'Y'),
(1289, 'pt', 'Decodificadores', '<p>Decodificadores</p>', '', '', '', 'N', '', 'Y'),
(1290, 'en', 'Pacotes de Variedades para Instalação/Recebimento de Vídeo', '<p>Pacotes de Variedades para Instalação/Recebimento de Vídeo</p>', '', '', '', 'N', '', 'Y'),
(1290, 'es', 'Pacotes de Variedades para Instalação/Recebimento de Vídeo', '<p>Pacotes de Variedades para Instalação/Recebimento de Vídeo</p>', '', '', '', 'N', '', 'Y'),
(1290, 'pt', 'Pacotes de Variedades para Instalação/Recebimento de Vídeo', '<p>Pacotes de Variedades para Instalação/Recebimento de Vídeo</p>', '', '', '', 'N', '', 'Y'),
(1291, 'en', 'Receptores auditivos/visuais', '<p>Receptores auditivos/visuais</p>', '', '', '', 'N', '', 'Y'),
(1291, 'es', 'Receptores auditivos/visuais', '<p>Receptores auditivos/visuais</p>', '', '', '', 'N', '', 'Y'),
(1291, 'pt', 'Receptores auditivos/visuais', '<p>Receptores auditivos/visuais</p>', '', '', '', 'N', '', 'Y'),
(1292, 'en', 'Sistemas de antena terrestre / satélite', '<p>Sistemas de antena terrestre / satélite</p>', '', '', '', 'N', '', 'Y'),
(1292, 'es', 'Sistemas de antena terrestre / satélite', '<p>Sistemas de antena terrestre / satélite</p>', '', '', '', 'N', '', 'Y'),
(1292, 'pt', 'Sistemas de antena terrestre / satélite', '<p>Sistemas de antena terrestre / satélite</p>', '', '', '', 'N', '', 'Y'),
(1293, 'en', 'Reprodução/Gravação de Vídeo', '<p>Reprodução/Gravação de Vídeo</p>', '', '', '', 'N', '', 'Y'),
(1293, 'es', 'Reprodução/Gravação de Vídeo', '<p>Reprodução/Gravação de Vídeo</p>', '', '', '', 'N', '', 'Y'),
(1293, 'pt', 'Reprodução/Gravação de Vídeo', '<p>Reprodução/Gravação de Vídeo</p>', '', '', '', 'N', '', 'Y'),
(1294, 'en', 'Audiogramas', '<p>Audiogramas</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(1294, 'es', 'Audiogramas', '<p>Audiogramas</p>', '', '', '', 'N', '', 'Y'),
(1294, 'pt', 'Audiogramas', '<p>Audiogramas</p>', '', '', '', 'N', '', 'Y'),
(1295, 'en', 'Câmeras de Vídeo', '<p>Câmeras de Vídeo</p>', '', '', '', 'N', '', 'Y'),
(1295, 'es', 'Câmeras de Vídeo', '<p>Câmeras de Vídeo</p>', '', '', '', 'N', '', 'Y'),
(1295, 'pt', 'Câmeras de Vídeo', '<p>Câmeras de Vídeo</p>', '', '', '', 'N', '', 'Y'),
(1296, 'en', 'Combinação de Leitores/Gravadores', '<p>Combinação de Leitores/Gravadores</p>', '', '', '', 'N', '', 'Y'),
(1296, 'es', 'Combinação de Leitores/Gravadores', '<p>Combinação de Leitores/Gravadores</p>', '', '', '', 'N', '', 'Y'),
(1296, 'pt', 'Combinação de Leitores/Gravadores', '<p>Combinação de Leitores/Gravadores</p>', '', '', '', 'N', '', 'Y'),
(1297, 'en', 'Gravadores de Cartão de Memória', '<p>Gravadores de Cartão de Memória</p>', '', '', '', 'N', '', 'Y'),
(1297, 'es', 'Gravadores de Cartão de Memória', '<p>Gravadores de Cartão de Memória</p>', '', '', '', 'N', '', 'Y'),
(1297, 'pt', 'Gravadores de Cartão de Memória', '<p>Gravadores de Cartão de Memória</p>', '', '', '', 'N', '', 'Y'),
(1298, 'en', 'Gravadores de Vídeo em Disco Rígido', '<p>Gravadores de Vídeo em Disco Rígido</p>', '', '', '', 'N', '', 'Y'),
(1298, 'es', 'Gravadores de Vídeo em Disco Rígido', '<p>Gravadores de Vídeo em Disco Rígido</p>', '', '', '', 'N', '', 'Y'),
(1298, 'pt', 'Gravadores de Vídeo em Disco Rígido', '<p>Gravadores de Vídeo em Disco Rígido</p>', '', '', '', 'N', '', 'Y'),
(1299, 'en', 'Gravadores/Leitores de DVD', '<p>Gravadores/Leitores de DVD</p>', '', '', '', 'N', '', 'Y'),
(1299, 'es', 'Gravadores/Leitores de DVD', '<p>Gravadores/Leitores de DVD</p>', '', '', '', 'N', '', 'Y'),
(1299, 'pt', 'Gravadores/Leitores de DVD', '<p>Gravadores/Leitores de DVD</p>', '', '', '', 'N', '', 'Y'),
(1300, 'en', 'Gravadores/Leitores de Vídeo Cassete', '<p>Gravadores/Leitores de Vídeo Cassete</p>', '', '', '', 'N', '', 'Y'),
(1300, 'es', 'Gravadores/Leitores de Vídeo Cassete', '<p>Gravadores/Leitores de Vídeo Cassete</p>', '', '', '', 'N', '', 'Y'),
(1300, 'pt', 'Gravadores/Leitores de Vídeo Cassete', '<p>Gravadores/Leitores de Vídeo Cassete</p>', '', '', '', 'N', '', 'Y'),
(1301, 'en', 'Pacotes de Variedades para Reprodução/Gravação de Vídeos', '<p>Pacotes de Variedades para Reprodução/Gravação de Vídeos</p>', '', '', '', 'N', '', 'Y'),
(1301, 'es', 'Pacotes de Variedades para Reprodução/Gravação de Vídeos', '<p>Pacotes de Variedades para Reprodução/Gravação de Vídeos</p>', '', '', '', 'N', '', 'Y'),
(1301, 'pt', 'Pacotes de Variedades para Reprodução/Gravação de Vídeos', '<p>Pacotes de Variedades para Reprodução/Gravação de Vídeos</p>', '', '', '', 'N', '', 'Y'),
(1302, 'en', 'Reprodução/Gravação de Vídeo - Acessórios/Peças de Reposição', '<p>Reprodução/Gravação de Vídeo - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1302, 'es', 'Reprodução/Gravação de Vídeo - Acessórios/Peças de Reposição', '<p>Reprodução/Gravação de Vídeo - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1302, 'pt', 'Reprodução/Gravação de Vídeo - Acessórios/Peças de Reposição', '<p>Reprodução/Gravação de Vídeo - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1303, 'en', 'Televisores', '<p>Televisores</p>', '', '', '', 'N', '', 'Y'),
(1303, 'es', 'Televisores', '<p>Televisores</p>', '', '', '', 'N', '', 'Y'),
(1303, 'pt', 'Televisores', '<p>Televisores</p>', '', '', '', 'N', '', 'Y'),
(1304, 'en', 'Combinações de Televisores', '<p>Combinações de Televisores</p>', '', '', '', 'N', '', 'Y'),
(1304, 'es', 'Combinações de Televisores', '<p>Combinações de Televisores</p>', '', '', '', 'N', '', 'Y'),
(1304, 'pt', 'Combinações de Televisores', '<p>Combinações de Televisores</p>', '', '', '', 'N', '', 'Y'),
(1305, 'en', 'Outros Televisores', '<p>Outros Televisores</p>', '', '', '', 'N', '', 'Y'),
(1305, 'es', 'Outros Televisores', '<p>Outros Televisores</p>', '', '', '', 'N', '', 'Y'),
(1305, 'pt', 'Outros Televisores', '<p>Outros Televisores</p>', '', '', '', 'N', '', 'Y'),
(1306, 'en', 'Pacotes de Variedades para Televisores', '<p>Pacotes de Variedades para Televisores</p>', '', '', '', 'N', '', 'Y'),
(1306, 'es', 'Pacotes de Variedades para Televisores', '<p>Pacotes de Variedades para Televisores</p>', '', '', '', 'N', '', 'Y'),
(1306, 'pt', 'Pacotes de Variedades para Televisores', '<p>Pacotes de Variedades para Televisores</p>', '', '', '', 'N', '', 'Y'),
(1307, 'en', 'Televisores', '<p>Televisores</p>', '', '', '', 'N', '', 'Y'),
(1307, 'es', 'Televisores', '<p>Televisores</p>', '', '', '', 'N', '', 'Y'),
(1307, 'pt', 'Televisores', '<p>Televisores</p>', '', '', '', 'N', '', 'Y'),
(1308, 'en', 'Televisores - Acessórios/Peças de Reposição', '<p>Televisores - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1308, 'es', 'Televisores - Acessórios/Peças de Reposição', '<p>Televisores - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1308, 'pt', 'Televisores - Acessórios/Peças de Reposição', '<p>Televisores - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1309, 'en', 'Televisores - Portáteis', '<p>Televisores - Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1309, 'es', 'Televisores - Portáteis', '<p>Televisores - Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1309, 'pt', 'Televisores - Portáteis', '<p>Televisores - Portáteis</p>', '', '', '', 'N', '', 'Y'),
(1310, 'en', 'Fotografia / Ótica', '<p>Fotografia / Ótica</p>', '', '', '', 'N', '', 'Y'),
(1310, 'es', 'Fotografia / Ótica', '<p>Fotografia / Ótica</p>', '', '', '', 'N', '', 'Y'),
(1310, 'pt', 'Fotografia / Ótica', '<p>Fotografia / Ótica</p>', '', '', '', 'N', '', 'Y'),
(1311, 'en', 'Arte Fotográfica', '<p>Arte Fotográfica</p>', '', '', '', 'N', '', 'Y'),
(1311, 'es', 'Arte Fotográfica', '<p>Arte Fotográfica</p>', '', '', '', 'N', '', 'Y'),
(1311, 'pt', 'Arte Fotográfica', '<p>Arte Fotográfica</p>', '', '', '', 'N', '', 'Y'),
(1312, 'en', 'Acessórios do Flash da Câmera', '<p>Acessórios do Flash da Câmera</p>', '', '', '', 'N', '', 'Y'),
(1312, 'es', 'Acessórios do Flash da Câmera', '<p>Acessórios do Flash da Câmera</p>', '', '', '', 'N', '', 'Y'),
(1312, 'pt', 'Acessórios do Flash da Câmera', '<p>Acessórios do Flash da Câmera</p>', '', '', '', 'N', '', 'Y'),
(1313, 'en', 'Álbuns de Fotos - Acessórios/Peças de Reposição', '<p>Álbuns de Fotos - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1313, 'es', 'Álbuns de Fotos - Acessórios/Peças de Reposição', '<p>Álbuns de Fotos - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1313, 'pt', 'Álbuns de Fotos - Acessórios/Peças de Reposição', '<p>Álbuns de Fotos - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1314, 'en', 'Armazenagem de Foto no Celular', '<p>Armazenagem de Foto no Celular</p>', '', '', '', 'N', '', 'Y'),
(1314, 'es', 'Armazenagem de Foto no Celular', '<p>Armazenagem de Foto no Celular</p>', '', '', '', 'N', '', 'Y'),
(1314, 'pt', 'Armazenagem de Foto no Celular', '<p>Armazenagem de Foto no Celular</p>', '', '', '', 'N', '', 'Y'),
(1315, 'en', 'Armazenamento do Slide Fotográfico', '<p>Armazenamento do Slide Fotográfico</p>', '', '', '', 'N', '', 'Y'),
(1315, 'es', 'Armazenamento do Slide Fotográfico', '<p>Armazenamento do Slide Fotográfico</p>', '', '', '', 'N', '', 'Y'),
(1315, 'pt', 'Armazenamento do Slide Fotográfico', '<p>Armazenamento do Slide Fotográfico</p>', '', '', '', 'N', '', 'Y'),
(1316, 'en', 'Arte Fotográfica - Acessórios/Peças de Reposição', '<p>Arte Fotográfica - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1316, 'es', 'Arte Fotográfica - Acessórios/Peças de Reposição', '<p>Arte Fotográfica - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1316, 'pt', 'Arte Fotográfica - Acessórios/Peças de Reposição', '<p>Arte Fotográfica - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1317, 'en', 'Câmeras analógicas', '<p>Câmeras analógicas</p>', '', '', '', 'N', '', 'Y'),
(1317, 'es', 'Câmeras analógicas', '<p>Câmeras analógicas</p>', '', '', '', 'N', '', 'Y'),
(1317, 'pt', 'Câmeras analógicas', '<p>Câmeras analógicas</p>', '', '', '', 'N', '', 'Y'),
(1318, 'en', 'Câmeras Digitais', '<p>Câmeras Digitais</p>', '', '', '', 'N', '', 'Y'),
(1318, 'es', 'Câmeras Digitais', '<p>Câmeras Digitais</p>', '', '', '', 'N', '', 'Y'),
(1318, 'pt', 'Câmeras Digitais', '<p>Câmeras Digitais</p>', '', '', '', 'N', '', 'Y'),
(1319, 'en', 'Disparador do Flash Fotográfico no Estúdio', '<p>Disparador do Flash Fotográfico no Estúdio</p>', '', '', '', 'N', '', 'Y'),
(1319, 'es', 'Disparador do Flash Fotográfico no Estúdio', '<p>Disparador do Flash Fotográfico no Estúdio</p>', '', '', '', 'N', '', 'Y'),
(1319, 'pt', 'Disparador do Flash Fotográfico no Estúdio', '<p>Disparador do Flash Fotográfico no Estúdio</p>', '', '', '', 'N', '', 'Y'),
(1320, 'en', 'Filme Fotográfico', '<p>Filme Fotográfico</p>', '', '', '', 'N', '', 'Y'),
(1320, 'es', 'Filme Fotográfico', '<p>Filme Fotográfico</p>', '', '', '', 'N', '', 'Y'),
(1320, 'pt', 'Filme Fotográfico', '<p>Filme Fotográfico</p>', '', '', '', 'N', '', 'Y'),
(1321, 'en', 'Filtros da Câmera Fotográfica', '<p>Filtros da Câmera Fotográfica</p>', '', '', '', 'N', '', 'Y'),
(1321, 'es', 'Filtros da Câmera Fotográfica', '<p>Filtros da Câmera Fotográfica</p>', '', '', '', 'N', '', 'Y'),
(1321, 'pt', 'Filtros da Câmera Fotográfica', '<p>Filtros da Câmera Fotográfica</p>', '', '', '', 'N', '', 'Y'),
(1322, 'en', 'Flashes da Câmera', '<p>Flashes da Câmera</p>', '', '', '', 'N', '', 'Y'),
(1322, 'es', 'Flashes da Câmera', '<p>Flashes da Câmera</p>', '', '', '', 'N', '', 'Y'),
(1322, 'pt', 'Flashes da Câmera', '<p>Flashes da Câmera</p>', '', '', '', 'N', '', 'Y'),
(1323, 'en', 'Lentes Intercambiáveis', '<p>Lentes Intercambiáveis</p>', '', '', '', 'N', '', 'Y'),
(1323, 'es', 'Lentes Intercambiáveis', '<p>Lentes Intercambiáveis</p>', '', '', '', 'N', '', 'Y'),
(1323, 'pt', 'Lentes Intercambiáveis', '<p>Lentes Intercambiáveis</p>', '', '', '', 'N', '', 'Y'),
(1324, 'en', 'Modelos de Fotos Digitais', '<p>Modelos de Fotos Digitais</p>', '', '', '', 'N', '', 'Y'),
(1324, 'es', 'Modelos de Fotos Digitais', '<p>Modelos de Fotos Digitais</p>', '', '', '', 'N', '', 'Y'),
(1324, 'pt', 'Modelos de Fotos Digitais', '<p>Modelos de Fotos Digitais</p>', '', '', '', 'N', '', 'Y'),
(1325, 'en', 'Molduras/Álbuns de Fotografia', '<p>Molduras/Álbuns de Fotografia</p>', '', '', '', 'N', '', 'Y'),
(1325, 'es', 'Molduras/Álbuns de Fotografia', '<p>Molduras/Álbuns de Fotografia</p>', '', '', '', 'N', '', 'Y'),
(1325, 'pt', 'Molduras/Álbuns de Fotografia', '<p>Molduras/Álbuns de Fotografia</p>', '', '', '', 'N', '', 'Y'),
(1326, 'en', 'Outros equipamentos fotográficos', '<p>Outros equipamentos fotográficos</p>', '', '', '', 'N', '', 'Y'),
(1326, 'es', 'Outros equipamentos fotográficos', '<p>Outros equipamentos fotográficos</p>', '', '', '', 'N', '', 'Y'),
(1326, 'pt', 'Outros equipamentos fotográficos', '<p>Outros equipamentos fotográficos</p>', '', '', '', 'N', '', 'Y'),
(1327, 'en', 'Pacotes de Variedades para Arte Fotográfica', '<p>Pacotes de Variedades para Arte Fotográfica</p>', '', '', '', 'N', '', 'Y'),
(1327, 'es', 'Pacotes de Variedades para Arte Fotográfica', '<p>Pacotes de Variedades para Arte Fotográfica</p>', '', '', '', 'N', '', 'Y'),
(1327, 'pt', 'Pacotes de Variedades para Arte Fotográfica', '<p>Pacotes de Variedades para Arte Fotográfica</p>', '', '', '', 'N', '', 'Y'),
(1328, 'en', 'Projetores de Slides Fotográficos', '<p>Projetores de Slides Fotográficos</p>', '', '', '', 'N', '', 'Y'),
(1328, 'es', 'Projetores de Slides Fotográficos', '<p>Projetores de Slides Fotográficos</p>', '', '', '', 'N', '', 'Y'),
(1328, 'pt', 'Projetores de Slides Fotográficos', '<p>Projetores de Slides Fotográficos</p>', '', '', '', 'N', '', 'Y'),
(1329, 'en', 'Slides Fotográficos', '<p>Slides Fotográficos</p>', '', '', '', 'N', '', 'Y'),
(1329, 'es', 'Slides Fotográficos', '<p>Slides Fotográficos</p>', '', '', '', 'N', '', 'Y'),
(1329, 'pt', 'Slides Fotográficos', '<p>Slides Fotográficos</p>', '', '', '', 'N', '', 'Y'),
(1330, 'en', 'Slides Fotográficos - Acessórios / Peças de Reposição', '<p>Slides Fotográficos - Acessórios / Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1330, 'es', 'Slides Fotográficos - Acessórios / Peças de Reposição', '<p>Slides Fotográficos - Acessórios / Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1330, 'pt', 'Slides Fotográficos - Acessórios / Peças de Reposição', '<p>Slides Fotográficos - Acessórios / Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1331, 'en', 'Equipamento de impressão fotográfica / quarto escuro', '<p>Equipamento de impressão fotográfica / quarto escuro</p>', '', '', '', 'N', '', 'Y'),
(1331, 'es', 'Equipamento de impressão fotográfica / quarto escuro', '<p>Equipamento de impressão fotográfica / quarto escuro</p>', '', '', '', 'N', '', 'Y'),
(1331, 'pt', 'Equipamento de impressão fotográfica / quarto escuro', '<p>Equipamento de impressão fotográfica / quarto escuro</p>', '', '', '', 'N', '', 'Y'),
(1332, 'en', 'Acessórios/Peças de Reposição - Impressão de Fotografia/ Equipamento para Quarto Escuro', '<p>Acessórios/Peças de Reposição - Impressão de Fotografia/ Equipamento para Quarto Escuro</p>', '', '', '', 'N', '', 'Y'),
(1332, 'es', 'Acessórios/Peças de Reposição - Impressão de Fotografia/ Equipamento para Quarto Escuro', '<p>Acessórios/Peças de Reposição - Impressão de Fotografia/ Equipamento para Quarto Escuro</p>', '', '', '', 'N', '', 'Y'),
(1332, 'pt', 'Acessórios/Peças de Reposição - Impressão de Fotografia/ Equipamento para Quarto Escuro', '<p>Acessórios/Peças de Reposição - Impressão de Fotografia/ Equipamento para Quarto Escuro</p>', '', '', '', 'N', '', 'Y'),
(1333, 'en', 'Ampliadores de Fotografia', '<p>Ampliadores de Fotografia</p>', '', '', '', 'N', '', 'Y'),
(1333, 'es', 'Ampliadores de Fotografia', '<p>Ampliadores de Fotografia</p>', '', '', '', 'N', '', 'Y'),
(1333, 'pt', 'Ampliadores de Fotografia', '<p>Ampliadores de Fotografia</p>', '', '', '', 'N', '', 'Y'),
(1334, 'en', 'Bobinas/Bandejas/Tanques para Quarto Escuro de Fotografia', '<p>Bobinas/Bandejas/Tanques para Quarto Escuro de Fotografia</p>', '', '', '', 'N', '', 'Y'),
(1334, 'es', 'Bobinas/Bandejas/Tanques para Quarto Escuro de Fotografia', '<p>Bobinas/Bandejas/Tanques para Quarto Escuro de Fotografia</p>', '', '', '', 'N', '', 'Y'),
(1334, 'pt', 'Bobinas/Bandejas/Tanques para Quarto Escuro de Fotografia', '<p>Bobinas/Bandejas/Tanques para Quarto Escuro de Fotografia</p>', '', '', '', 'N', '', 'Y'),
(1335, 'en', 'Equipamentos para Secagem da Fotografia', '<p>Equipamentos para Secagem da Fotografia</p>', '', '', '', 'N', '', 'Y'),
(1335, 'es', 'Equipamentos para Secagem da Fotografia', '<p>Equipamentos para Secagem da Fotografia</p>', '', '', '', 'N', '', 'Y'),
(1335, 'pt', 'Equipamentos para Secagem da Fotografia', '<p>Equipamentos para Secagem da Fotografia</p>', '', '', '', 'N', '', 'Y'),
(1336, 'en', 'Impressão de Fotografia/Outros Equipamentos para Quarto Escuro', '<p>Impressão de Fotografia/Outros Equipamentos para Quarto Escuro</p>', '', '', '', 'N', '', 'Y'),
(1336, 'es', 'Impressão de Fotografia/Outros Equipamentos para Quarto Escuro', '<p>Impressão de Fotografia/Outros Equipamentos para Quarto Escuro</p>', '', '', '', 'N', '', 'Y'),
(1336, 'pt', 'Impressão de Fotografia/Outros Equipamentos para Quarto Escuro', '<p>Impressão de Fotografia/Outros Equipamentos para Quarto Escuro</p>', '', '', '', 'N', '', 'Y'),
(1337, 'en', 'Luzes de Segurança no Quarto Escuro de Fotografia', '<p>Luzes de Segurança no Quarto Escuro de Fotografia</p>', '', '', '', 'N', '', 'Y'),
(1337, 'es', 'Luzes de Segurança no Quarto Escuro de Fotografia', '<p>Luzes de Segurança no Quarto Escuro de Fotografia</p>', '', '', '', 'N', '', 'Y'),
(1337, 'pt', 'Luzes de Segurança no Quarto Escuro de Fotografia', '<p>Luzes de Segurança no Quarto Escuro de Fotografia</p>', '', '', '', 'N', '', 'Y'),
(1338, 'en', 'Pacotes de Variedades para Impressão de Fotografia/Equipamento para Quarto Escuro', '<p>Pacotes de Variedades para Impressão de Fotografia/Equipamento para Quarto Escuro</p>', '', '', '', 'N', '', 'Y'),
(1338, 'es', 'Pacotes de Variedades para Impressão de Fotografia/Equipamento para Quarto Escuro', '<p>Pacotes de Variedades para Impressão de Fotografia/Equipamento para Quarto Escuro</p>', '', '', '', 'N', '', 'Y'),
(1338, 'pt', 'Pacotes de Variedades para Impressão de Fotografia/Equipamento para Quarto Escuro', '<p>Pacotes de Variedades para Impressão de Fotografia/Equipamento para Quarto Escuro</p>', '', '', '', 'N', '', 'Y'),
(1339, 'en', 'Papel fotográfico', '<p>Papel fotográfico</p>', '', '', '', 'N', '', 'Y'),
(1339, 'es', 'Papel fotográfico', '<p>Papel fotográfico</p>', '', '', '', 'N', '', 'Y'),
(1339, 'pt', 'Papel fotográfico', '<p>Papel fotográfico</p>', '', '', '', 'N', '', 'Y'),
(1340, 'en', 'Produtos Químicos para Revelação de Fotografia', '<p>Produtos Químicos para Revelação de Fotografia</p>', '', '', '', 'N', '', 'Y'),
(1340, 'es', 'Produtos Químicos para Revelação de Fotografia', '<p>Produtos Químicos para Revelação de Fotografia</p>', '', '', '', 'N', '', 'Y'),
(1340, 'pt', 'Produtos Químicos para Revelação de Fotografia', '<p>Produtos Químicos para Revelação de Fotografia</p>', '', '', '', 'N', '', 'Y'),
(1341, 'en', 'Ótica', '<p>Ótica</p>', '', '', '', 'N', '', 'Y'),
(1341, 'es', 'Ótica', '<p>Ótica</p>', '', '', '', 'N', '', 'Y'),
(1341, 'pt', 'Ótica', '<p>Ótica</p>', '', '', '', 'N', '', 'Y'),
(1342, 'en', 'Binóculos', '<p>Binóculos</p>', '', '', '', 'N', '', 'Y'),
(1342, 'es', 'Binóculos', '<p>Binóculos</p>', '', '', '', 'N', '', 'Y'),
(1342, 'pt', 'Binóculos', '<p>Binóculos</p>', '', '', '', 'N', '', 'Y'),
(1343, 'en', 'Lunetas/Telescópios', '<p>Lunetas/Telescópios</p>', '', '', '', 'N', '', 'Y'),
(1343, 'es', 'Lunetas/Telescópios', '<p>Lunetas/Telescópios</p>', '', '', '', 'N', '', 'Y'),
(1343, 'pt', 'Lunetas/Telescópios', '<p>Lunetas/Telescópios</p>', '', '', '', 'N', '', 'Y'),
(1344, 'en', 'Lupas', '<p>Lupas</p>', '', '', '', 'N', '', 'Y'),
(1344, 'es', 'Lupas', '<p>Lupas</p>', '', '', '', 'N', '', 'Y'),
(1344, 'pt', 'Lupas', '<p>Lupas</p>', '', '', '', 'N', '', 'Y'),
(1345, 'en', 'Microscópios', '<p>Microscópios</p>', '', '', '', 'N', '', 'Y'),
(1345, 'es', 'Microscópios', '<p>Microscópios</p>', '', '', '', 'N', '', 'Y'),
(1345, 'pt', 'Microscópios', '<p>Microscópios</p>', '', '', '', 'N', '', 'Y'),
(1346, 'en', 'Ótica - Acessórios/Peças de Reposição', '<p>Ótica - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1346, 'es', 'Ótica - Acessórios/Peças de Reposição', '<p>Ótica - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1346, 'pt', 'Ótica - Acessórios/Peças de Reposição', '<p>Ótica - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1347, 'en', 'Outros produtos Óticos', '<p>Outros produtos Óticos</p>', '', '', '', 'N', '', 'Y'),
(1347, 'es', 'Outros produtos Óticos', '<p>Outros produtos Óticos</p>', '', '', '', 'N', '', 'Y'),
(1347, 'pt', 'Outros produtos Óticos', '<p>Outros produtos Óticos</p>', '', '', '', 'N', '', 'Y'),
(1348, 'en', 'Pacotes de Variedades para Ótica', '<p>Pacotes de Variedades para Ótica</p>', '', '', '', 'N', '', 'Y'),
(1348, 'es', 'Pacotes de Variedades para Ótica', '<p>Pacotes de Variedades para Ótica</p>', '', '', '', 'N', '', 'Y'),
(1348, 'pt', 'Pacotes de Variedades para Ótica', '<p>Pacotes de Variedades para Ótica</p>', '', '', '', 'N', '', 'Y'),
(1349, 'en', 'Pacotes de Variedades para Arte Fotográfica / Ótica', '<p>Pacotes de Variedades para Arte Fotográfica / Ótica</p>', '', '', '', 'N', '', 'Y'),
(1349, 'es', 'Pacotes de Variedades para Arte Fotográfica / Ótica', '<p>Pacotes de Variedades para Arte Fotográfica / Ótica</p>', '', '', '', 'N', '', 'Y'),
(1349, 'pt', 'Pacotes de Variedades para Arte Fotográfica / Ótica', '<p>Pacotes de Variedades para Arte Fotográfica / Ótica</p>', '', '', '', 'N', '', 'Y'),
(1350, 'en', 'Mídia Audiovisual', '<p>Mídia Audiovisual</p>', '', '', '', 'N', '', 'Y'),
(1350, 'es', 'Mídia Audiovisual', '<p>Mídia Audiovisual</p>', '', '', '', 'N', '', 'Y'),
(1350, 'pt', 'Mídia Audiovisual', '<p>Mídia Audiovisual</p>', '', '', '', 'N', '', 'Y'),
(1351, 'en', 'Conteúdo das Mídias Digitais ou Pré-gravada', '<p>Conteúdo das Mídias Digitais ou Pré-gravada</p>', '', '', '', 'N', '', 'Y'),
(1351, 'es', 'Conteúdo das Mídias Digitais ou Pré-gravada', '<p>Conteúdo das Mídias Digitais ou Pré-gravada</p>', '', '', '', 'N', '', 'Y'),
(1351, 'pt', 'Conteúdo das Mídias Digitais ou Pré-gravada', '<p>Conteúdo das Mídias Digitais ou Pré-gravada</p>', '', '', '', 'N', '', 'Y'),
(1352, 'en', 'Áudio (Sem música) - Digital', '<p>Áudio (Sem música) - Digital</p>', '', '', '', 'N', '', 'Y'),
(1352, 'es', 'Áudio (Sem música) - Digital', '<p>Áudio (Sem música) - Digital</p>', '', '', '', 'N', '', 'Y'),
(1352, 'pt', 'Áudio (Sem música) - Digital', '<p>Áudio (Sem música) - Digital</p>', '', '', '', 'N', '', 'Y'),
(1353, 'en', 'CD/MD - Pré-gravado', '<p>CD/MD - Pré-gravado</p>', '', '', '', 'N', '', 'Y'),
(1353, 'es', 'CD/MD - Pré-gravado', '<p>CD/MD - Pré-gravado</p>', '', '', '', 'N', '', 'Y'),
(1353, 'pt', 'CD/MD - Pré-gravado', '<p>CD/MD - Pré-gravado</p>', '', '', '', 'N', '', 'Y'),
(1354, 'en', 'Discos Duplos - Pré-gravados', '<p>Discos Duplos - Pré-gravados</p>', '', '', '', 'N', '', 'Y'),
(1354, 'es', 'Discos Duplos - Pré-gravados', '<p>Discos Duplos - Pré-gravados</p>', '', '', '', 'N', '', 'Y'),
(1354, 'pt', 'Discos Duplos - Pré-gravados', '<p>Discos Duplos - Pré-gravados</p>', '', '', '', 'N', '', 'Y'),
(1355, 'en', 'DVD - Pré-gravado', '<p>DVD - Pré-gravado</p>', '', '', '', 'N', '', 'Y'),
(1355, 'es', 'DVD - Pré-gravado', '<p>DVD - Pré-gravado</p>', '', '', '', 'N', '', 'Y'),
(1355, 'pt', 'DVD - Pré-gravado', '<p>DVD - Pré-gravado</p>', '', '', '', 'N', '', 'Y'),
(1356, 'en', 'Filmes - Digital', '<p>Filmes - Digital</p>', '', '', '', 'N', '', 'Y'),
(1356, 'es', 'Filmes - Digital', '<p>Filmes - Digital</p>', '', '', '', 'N', '', 'Y'),
(1356, 'pt', 'Filmes - Digital', '<p>Filmes - Digital</p>', '', '', '', 'N', '', 'Y'),
(1357, 'en', 'Fitas de Áudio - Pré-gravadas', '<p>Fitas de Áudio - Pré-gravadas</p>', '', '', '', 'N', '', 'Y'),
(1357, 'es', 'Fitas de Áudio - Pré-gravadas', '<p>Fitas de Áudio - Pré-gravadas</p>', '', '', '', 'N', '', 'Y'),
(1357, 'pt', 'Fitas de Áudio - Pré-gravadas', '<p>Fitas de Áudio - Pré-gravadas</p>', '', '', '', 'N', '', 'Y'),
(1358, 'en', 'Fitas de Vídeo - Pré-gravadas', '<p>Fitas de Vídeo - Pré-gravadas</p>', '', '', '', 'N', '', 'Y'),
(1358, 'es', 'Fitas de Vídeo - Pré-gravadas', '<p>Fitas de Vídeo - Pré-gravadas</p>', '', '', '', 'N', '', 'Y'),
(1358, 'pt', 'Fitas de Vídeo - Pré-gravadas', '<p>Fitas de Vídeo - Pré-gravadas</p>', '', '', '', 'N', '', 'Y'),
(1359, 'en', 'Gráficos - Digitais', '<p>Gráficos - Digitais</p>', '', '', '', 'N', '', 'Y'),
(1359, 'es', 'Gráficos - Digitais', '<p>Gráficos - Digitais</p>', '', '', '', 'N', '', 'Y'),
(1359, 'pt', 'Gráficos - Digitais', '<p>Gráficos - Digitais</p>', '', '', '', 'N', '', 'Y'),
(1360, 'en', 'Música - Digital', '<p>Música - Digital</p>', '', '', '', 'N', '', 'Y'),
(1360, 'es', 'Música - Digital', '<p>Música - Digital</p>', '', '', '', 'N', '', 'Y'),
(1360, 'pt', 'Música - Digital', '<p>Música - Digital</p>', '', '', '', 'N', '', 'Y'),
(1361, 'en', 'Outras Mídias Pré-gravadas', '<p>Outras Mídias Pré-gravadas</p>', '', '', '', 'N', '', 'Y'),
(1361, 'es', 'Outras Mídias Pré-gravadas', '<p>Outras Mídias Pré-gravadas</p>', '', '', '', 'N', '', 'Y'),
(1361, 'pt', 'Outras Mídias Pré-gravadas', '<p>Outras Mídias Pré-gravadas</p>', '', '', '', 'N', '', 'Y'),
(1362, 'en', 'Pacotes de Variedades para Mídias Pré-gravadas', '<p>Pacotes de Variedades para Mídias Pré-gravadas</p>', '', '', '', 'N', '', 'Y'),
(1362, 'es', 'Pacotes de Variedades para Mídias Pré-gravadas', '<p>Pacotes de Variedades para Mídias Pré-gravadas</p>', '', '', '', 'N', '', 'Y'),
(1362, 'pt', 'Pacotes de Variedades para Mídias Pré-gravadas', '<p>Pacotes de Variedades para Mídias Pré-gravadas</p>', '', '', '', 'N', '', 'Y'),
(1363, 'en', 'Programas de Televisão - Digital', '<p>Programas de Televisão - Digital</p>', '', '', '', 'N', '', 'Y'),
(1363, 'es', 'Programas de Televisão - Digital', '<p>Programas de Televisão - Digital</p>', '', '', '', 'N', '', 'Y'),
(1363, 'pt', 'Programas de Televisão - Digital', '<p>Programas de Televisão - Digital</p>', '', '', '', 'N', '', 'Y'),
(1364, 'en', 'Toques de Celulares - Digital', '<p>Toques de Celulares - Digital</p>', '', '', '', 'N', '', 'Y'),
(1364, 'es', 'Toques de Celulares - Digital', '<p>Toques de Celulares - Digital</p>', '', '', '', 'N', '', 'Y'),
(1364, 'pt', 'Toques de Celulares - Digital', '<p>Toques de Celulares - Digital</p>', '', '', '', 'N', '', 'Y'),
(1365, 'en', 'Vídeo (Não filmes) - Digital', '<p>Vídeo (Não filmes) - Digital</p>', '', '', '', 'N', '', 'Y'),
(1365, 'es', 'Vídeo (Não filmes) - Digital', '<p>Vídeo (Não filmes) - Digital</p>', '', '', '', 'N', '', 'Y'),
(1365, 'pt', 'Vídeo (Não filmes) - Digital', '<p>Vídeo (Não filmes) - Digital</p>', '', '', '', 'N', '', 'Y'),
(1366, 'en', 'Vinil - Pré-gravado', '<p>Vinil - Pré-gravado</p>', '', '', '', 'N', '', 'Y'),
(1366, 'es', 'Vinil - Pré-gravado', '<p>Vinil - Pré-gravado</p>', '', '', '', 'N', '', 'Y'),
(1366, 'pt', 'Vinil - Pré-gravado', '<p>Vinil - Pré-gravado</p>', '', '', '', 'N', '', 'Y'),
(1367, 'en', 'Mídia Gravável', '<p>Mídia Gravável</p>', '', '', '', 'N', '', 'Y'),
(1367, 'es', 'Mídia Gravável', '<p>Mídia Gravável</p>', '', '', '', 'N', '', 'Y'),
(1367, 'pt', 'Mídia Gravável', '<p>Mídia Gravável</p>', '', '', '', 'N', '', 'Y'),
(1368, 'en', 'Áudio Fitas de Cassete - Gravável', '<p>Áudio Fitas de Cassete - Gravável</p>', '', '', '', 'N', '', 'Y'),
(1368, 'es', 'Áudio Fitas de Cassete - Gravável', '<p>Áudio Fitas de Cassete - Gravável</p>', '', '', '', 'N', '', 'Y'),
(1368, 'pt', 'Áudio Fitas de Cassete - Gravável', '<p>Áudio Fitas de Cassete - Gravável</p>', '', '', '', 'N', '', 'Y'),
(1369, 'en', 'Cartões de Memória/ USB/ Pen drives', '<p>Cartões de Memória/ USB/ Pen drives</p>', '', '', '', 'N', '', 'Y'),
(1369, 'es', 'Cartões de Memória/ USB/ Pen drives', '<p>Cartões de Memória/ USB/ Pen drives</p>', '', '', '', 'N', '', 'Y'),
(1369, 'pt', 'Cartões de Memória/ USB/ Pen drives', '<p>Cartões de Memória/ USB/ Pen drives</p>', '', '', '', 'N', '', 'Y'),
(1370, 'en', 'CD/MD - Graváveis', '<p>CD/MD - Graváveis</p>', '', '', '', 'N', '', 'Y'),
(1370, 'es', 'CD/MD - Graváveis', '<p>CD/MD - Graváveis</p>', '', '', '', 'N', '', 'Y'),
(1370, 'pt', 'CD/MD - Graváveis', '<p>CD/MD - Graváveis</p>', '', '', '', 'N', '', 'Y'),
(1371, 'en', 'Disquetes', '<p>Disquetes</p>', '', '', '', 'N', '', 'Y'),
(1371, 'es', 'Disquetes', '<p>Disquetes</p>', '', '', '', 'N', '', 'Y'),
(1371, 'pt', 'Disquetes', '<p>Disquetes</p>', '', '', '', 'N', '', 'Y'),
(1372, 'en', 'DVD - Gravável', '<p>DVD - Gravável</p>', '', '', '', 'N', '', 'Y'),
(1372, 'es', 'DVD - Gravável', '<p>DVD - Gravável</p>', '', '', '', 'N', '', 'Y'),
(1372, 'pt', 'DVD - Gravável', '<p>DVD - Gravável</p>', '', '', '', 'N', '', 'Y'),
(1373, 'en', 'Fitas de Vídeo - Graváveis', '<p>Fitas de Vídeo - Graváveis</p>', '', '', '', 'N', '', 'Y'),
(1373, 'es', 'Fitas de Vídeo - Graváveis', '<p>Fitas de Vídeo - Graváveis</p>', '', '', '', 'N', '', 'Y'),
(1373, 'pt', 'Fitas de Vídeo - Graváveis', '<p>Fitas de Vídeo - Graváveis</p>', '', '', '', 'N', '', 'Y'),
(1374, 'en', 'Outras Mídias Graváveis', '<p>Outras Mídias Graváveis</p>', '', '', '', 'N', '', 'Y'),
(1374, 'es', 'Outras Mídias Graváveis', '<p>Outras Mídias Graváveis</p>', '', '', '', 'N', '', 'Y'),
(1374, 'pt', 'Outras Mídias Graváveis', '<p>Outras Mídias Graváveis</p>', '', '', '', 'N', '', 'Y'),
(1375, 'en', 'Pacotes de Variedades para Mídia Gravável', '<p>Pacotes de Variedades para Mídia Gravável</p>', '', '', '', 'N', '', 'Y'),
(1375, 'es', 'Pacotes de Variedades para Mídia Gravável', '<p>Pacotes de Variedades para Mídia Gravável</p>', '', '', '', 'N', '', 'Y'),
(1375, 'pt', 'Pacotes de Variedades para Mídia Gravável', '<p>Pacotes de Variedades para Mídia Gravável</p>', '', '', '', 'N', '', 'Y'),
(1376, 'en', 'Pen Drives USB / Pen drives', '<p>Pen Drives USB / Pen drives</p>', '', '', '', 'N', '', 'Y'),
(1376, 'es', 'Pen Drives USB / Pen drives', '<p>Pen Drives USB / Pen drives</p>', '', '', '', 'N', '', 'Y'),
(1376, 'pt', 'Pen Drives USB / Pen drives', '<p>Pen Drives USB / Pen drives</p>', '', '', '', 'N', '', 'Y'),
(1377, 'en', 'Pacotes de Variedades de Fotografia/Audiovisual', '<p>Pacotes de Variedades de Fotografia/Audiovisual</p>', '', '', '', 'N', '', 'Y'),
(1377, 'es', 'Pacotes de Variedades de Fotografia/Audiovisual', '<p>Pacotes de Variedades de Fotografia/Audiovisual</p>', '', '', '', 'N', '', 'Y'),
(1377, 'pt', 'Pacotes de Variedades de Fotografia/Audiovisual', '<p>Pacotes de Variedades de Fotografia/Audiovisual</p>', '', '', '', 'N', '', 'Y'),
(1378, 'en', 'Pacotes de Variedades de Fotografia/Audiovisual', '<p>Pacotes de Variedades de Fotografia/Audiovisual</p>', '', '', '', 'N', '', 'Y'),
(1378, 'es', 'Pacotes de Variedades de Fotografia/Audiovisual', '<p>Pacotes de Variedades de Fotografia/Audiovisual</p>', '', '', '', 'N', '', 'Y'),
(1378, 'pt', 'Pacotes de Variedades de Fotografia/Audiovisual', '<p>Pacotes de Variedades de Fotografia/Audiovisual</p>', '', '', '', 'N', '', 'Y'),
(1379, 'en', 'Produtos Eletrônicos para Carro', '<p>Produtos Eletrônicos para Carro</p>', '', '', '', 'N', '', 'Y'),
(1379, 'es', 'Produtos Eletrônicos para Carro', '<p>Produtos Eletrônicos para Carro</p>', '', '', '', 'N', '', 'Y'),
(1379, 'pt', 'Produtos Eletrônicos para Carro', '<p>Produtos Eletrônicos para Carro</p>', '', '', '', 'N', '', 'Y'),
(1380, 'en', 'Áudio para Carro', '<p>Áudio para Carro</p>', '', '', '', 'N', '', 'Y'),
(1380, 'es', 'Áudio para Carro', '<p>Áudio para Carro</p>', '', '', '', 'N', '', 'Y'),
(1380, 'pt', 'Áudio para Carro', '<p>Áudio para Carro</p>', '', '', '', 'N', '', 'Y'),
(1381, 'en', 'Acessórios/Peças de Reposição - Áudio no Carro', '<p>Acessórios/Peças de Reposição - Áudio no Carro</p>', '', '', '', 'N', '', 'Y'),
(1381, 'es', 'Acessórios/Peças de Reposição - Áudio no Carro', '<p>Acessórios/Peças de Reposição - Áudio no Carro</p>', '', '', '', 'N', '', 'Y'),
(1381, 'pt', 'Acessórios/Peças de Reposição - Áudio no Carro', '<p>Acessórios/Peças de Reposição - Áudio no Carro</p>', '', '', '', 'N', '', 'Y'),
(1382, 'en', 'Alto-falantes do Carro', '<p>Alto-falantes do Carro</p>', '', '', '', 'N', '', 'Y'),
(1382, 'es', 'Alto-falantes do Carro', '<p>Alto-falantes do Carro</p>', '', '', '', 'N', '', 'Y'),
(1382, 'pt', 'Alto-falantes do Carro', '<p>Alto-falantes do Carro</p>', '', '', '', 'N', '', 'Y'),
(1383, 'en', 'Amplificadores de Áudio do Carro', '<p>Amplificadores de Áudio do Carro</p>', '', '', '', 'N', '', 'Y'),
(1383, 'es', 'Amplificadores de Áudio do Carro', '<p>Amplificadores de Áudio do Carro</p>', '', '', '', 'N', '', 'Y'),
(1383, 'pt', 'Amplificadores de Áudio do Carro', '<p>Amplificadores de Áudio do Carro</p>', '', '', '', 'N', '', 'Y'),
(1384, 'en', 'Antenas de Áudio do Carro', '<p>Antenas de Áudio do Carro</p>', '', '', '', 'N', '', 'Y'),
(1384, 'es', 'Antenas de Áudio do Carro', '<p>Antenas de Áudio do Carro</p>', '', '', '', 'N', '', 'Y'),
(1384, 'pt', 'Antenas de Áudio do Carro', '<p>Antenas de Áudio do Carro</p>', '', '', '', 'N', '', 'Y'),
(1385, 'en', 'Caixas de Alto-falantes do Carro', '<p>Caixas de Alto-falantes do Carro</p>', '', '', '', 'N', '', 'Y'),
(1385, 'es', 'Caixas de Alto-falantes do Carro', '<p>Caixas de Alto-falantes do Carro</p>', '', '', '', 'N', '', 'Y'),
(1385, 'pt', 'Caixas de Alto-falantes do Carro', '<p>Caixas de Alto-falantes do Carro</p>', '', '', '', 'N', '', 'Y'),
(1386, 'en', 'Outros Áudio para Carro', '<p>Outros Áudio para Carro</p>', '', '', '', 'N', '', 'Y'),
(1386, 'es', 'Outros Áudio para Carro', '<p>Outros Áudio para Carro</p>', '', '', '', 'N', '', 'Y'),
(1386, 'pt', 'Outros Áudio para Carro', '<p>Outros Áudio para Carro</p>', '', '', '', 'N', '', 'Y'),
(1387, 'en', 'Pacotes de Variedades para Áudio no Carro', '<p>Pacotes de Variedades para Áudio no Carro</p>', '', '', '', 'N', '', 'Y'),
(1387, 'es', 'Pacotes de Variedades para Áudio no Carro', '<p>Pacotes de Variedades para Áudio no Carro</p>', '', '', '', 'N', '', 'Y'),
(1387, 'pt', 'Pacotes de Variedades para Áudio no Carro', '<p>Pacotes de Variedades para Áudio no Carro</p>', '', '', '', 'N', '', 'Y'),
(1388, 'en', 'Receptores/Sintonizadores de Áudio no Carro', '<p>Receptores/Sintonizadores de Áudio no Carro</p>', '', '', '', 'N', '', 'Y'),
(1388, 'es', 'Receptores/Sintonizadores de Áudio no Carro', '<p>Receptores/Sintonizadores de Áudio no Carro</p>', '', '', '', 'N', '', 'Y'),
(1388, 'pt', 'Receptores/Sintonizadores de Áudio no Carro', '<p>Receptores/Sintonizadores de Áudio no Carro</p>', '', '', '', 'N', '', 'Y'),
(1389, 'en', 'Seletores/Leitores de Áudio do CD do Carro', '<p>Seletores/Leitores de Áudio do CD do Carro</p>', '', '', '', 'N', '', 'Y'),
(1389, 'es', 'Seletores/Leitores de Áudio do CD do Carro', '<p>Seletores/Leitores de Áudio do CD do Carro</p>', '', '', '', 'N', '', 'Y'),
(1389, 'pt', 'Seletores/Leitores de Áudio do CD do Carro', '<p>Seletores/Leitores de Áudio do CD do Carro</p>', '', '', '', 'N', '', 'Y'),
(1390, 'en', 'Seletores/Leitores de Fitas Cassetes para Carro', '<p>Seletores/Leitores de Fitas Cassetes para Carro</p>', '', '', '', 'N', '', 'Y'),
(1390, 'es', 'Seletores/Leitores de Fitas Cassetes para Carro', '<p>Seletores/Leitores de Fitas Cassetes para Carro</p>', '', '', '', 'N', '', 'Y'),
(1390, 'pt', 'Seletores/Leitores de Fitas Cassetes para Carro', '<p>Seletores/Leitores de Fitas Cassetes para Carro</p>', '', '', '', 'N', '', 'Y'),
(1391, 'en', 'Seletores/Leitores de MD de Áudio para Carro', '<p>Seletores/Leitores de MD de Áudio para Carro</p>', '', '', '', 'N', '', 'Y'),
(1391, 'es', 'Seletores/Leitores de MD de Áudio para Carro', '<p>Seletores/Leitores de MD de Áudio para Carro</p>', '', '', '', 'N', '', 'Y'),
(1391, 'pt', 'Seletores/Leitores de MD de Áudio para Carro', '<p>Seletores/Leitores de MD de Áudio para Carro</p>', '', '', '', 'N', '', 'Y'),
(1392, 'en', 'Unidades de Cabeçote de Áudio do Carro', '<p>Unidades de Cabeçote de Áudio do Carro</p>', '', '', '', 'N', '', 'Y'),
(1392, 'es', 'Unidades de Cabeçote de Áudio do Carro', '<p>Unidades de Cabeçote de Áudio do Carro</p>', '', '', '', 'N', '', 'Y'),
(1392, 'pt', 'Unidades de Cabeçote de Áudio do Carro', '<p>Unidades de Cabeçote de Áudio do Carro</p>', '', '', '', 'N', '', 'Y'),
(1393, 'en', 'Navegação/Vídeo do Carro', '<p>Navegação/Vídeo do Carro</p>', '', '', '', 'N', '', 'Y'),
(1393, 'es', 'Navegação/Vídeo do Carro', '<p>Navegação/Vídeo do Carro</p>', '', '', '', 'N', '', 'Y'),
(1393, 'pt', 'Navegação/Vídeo do Carro', '<p>Navegação/Vídeo do Carro</p>', '', '', '', 'N', '', 'Y'),
(1394, 'en', 'Acessórios/Peças de Reposição - Navegação/Vídeo do Carro', '<p>Acessórios/Peças de Reposição - Navegação/Vídeo do Carro</p>', '', '', '', 'N', '', 'Y'),
(1394, 'es', 'Acessórios/Peças de Reposição - Navegação/Vídeo do Carro', '<p>Acessórios/Peças de Reposição - Navegação/Vídeo do Carro</p>', '', '', '', 'N', '', 'Y'),
(1394, 'pt', 'Acessórios/Peças de Reposição - Navegação/Vídeo do Carro', '<p>Acessórios/Peças de Reposição - Navegação/Vídeo do Carro</p>', '', '', '', 'N', '', 'Y'),
(1395, 'en', 'Antenas de GPS do Carro', '<p>Antenas de GPS do Carro</p>', '', '', '', 'N', '', 'Y'),
(1395, 'es', 'Antenas de GPS do Carro', '<p>Antenas de GPS do Carro</p>', '', '', '', 'N', '', 'Y'),
(1395, 'pt', 'Antenas de GPS do Carro', '<p>Antenas de GPS do Carro</p>', '', '', '', 'N', '', 'Y'),
(1396, 'en', 'Detectores de Radar de Veículos', '<p>Detectores de Radar de Veículos</p>', '', '', '', 'N', '', 'Y'),
(1396, 'es', 'Detectores de Radar de Veículos', '<p>Detectores de Radar de Veículos</p>', '', '', '', 'N', '', 'Y'),
(1396, 'pt', 'Detectores de Radar de Veículos', '<p>Detectores de Radar de Veículos</p>', '', '', '', 'N', '', 'Y'),
(1397, 'en', 'Equipamento que Recebe Vídeos no Carro', '<p>Equipamento que Recebe Vídeos no Carro</p>', '', '', '', 'N', '', 'Y'),
(1397, 'es', 'Equipamento que Recebe Vídeos no Carro', '<p>Equipamento que Recebe Vídeos no Carro</p>', '', '', '', 'N', '', 'Y'),
(1397, 'pt', 'Equipamento que Recebe Vídeos no Carro', '<p>Equipamento que Recebe Vídeos no Carro</p>', '', '', '', 'N', '', 'Y'),
(1398, 'en', 'Equipamentos de navegação do veículo', '<p>Equipamentos de navegação do veículo</p>', '', '', '', 'N', '', 'Y'),
(1398, 'es', 'Equipamentos de navegação do veículo', '<p>Equipamentos de navegação do veículo</p>', '', '', '', 'N', '', 'Y'),
(1398, 'pt', 'Equipamentos de navegação do veículo', '<p>Equipamentos de navegação do veículo</p>', '', '', '', 'N', '', 'Y'),
(1399, 'en', 'Leitores de DVD para Carro', '<p>Leitores de DVD para Carro</p>', '', '', '', 'N', '', 'Y'),
(1399, 'es', 'Leitores de DVD para Carro', '<p>Leitores de DVD para Carro</p>', '', '', '', 'N', '', 'Y'),
(1399, 'pt', 'Leitores de DVD para Carro', '<p>Leitores de DVD para Carro</p>', '', '', '', 'N', '', 'Y'),
(1400, 'en', 'Leitores de Vídeo em Fita Cassete para Carro', '<p>Leitores de Vídeo em Fita Cassete para Carro</p>', '', '', '', 'N', '', 'Y'),
(1400, 'es', 'Leitores de Vídeo em Fita Cassete para Carro', '<p>Leitores de Vídeo em Fita Cassete para Carro</p>', '', '', '', 'N', '', 'Y'),
(1400, 'pt', 'Leitores de Vídeo em Fita Cassete para Carro', '<p>Leitores de Vídeo em Fita Cassete para Carro</p>', '', '', '', 'N', '', 'Y'),
(1401, 'en', 'Monitores de Vídeo para Carro', '<p>Monitores de Vídeo para Carro</p>', '', '', '', 'N', '', 'Y'),
(1401, 'es', 'Monitores de Vídeo para Carro', '<p>Monitores de Vídeo para Carro</p>', '', '', '', 'N', '', 'Y'),
(1401, 'pt', 'Monitores de Vídeo para Carro', '<p>Monitores de Vídeo para Carro</p>', '', '', '', 'N', '', 'Y'),
(1402, 'en', 'Montagens e berços para GPS automotivo', '<p>Montagens e berços para GPS automotivo</p>', '', '', '', 'N', '', 'Y'),
(1402, 'es', 'Montagens e berços para GPS automotivo', '<p>Montagens e berços para GPS automotivo</p>', '', '', '', 'N', '', 'Y'),
(1402, 'pt', 'Montagens e berços para GPS automotivo', '<p>Montagens e berços para GPS automotivo</p>', '', '', '', 'N', '', 'Y'),
(1403, 'en', 'Outros Produtos para Navegação/Vídeo do Carro', '<p>Outros Produtos para Navegação/Vídeo do Carro</p>', '', '', '', 'N', '', 'Y'),
(1403, 'es', 'Outros Produtos para Navegação/Vídeo do Carro', '<p>Outros Produtos para Navegação/Vídeo do Carro</p>', '', '', '', 'N', '', 'Y'),
(1403, 'pt', 'Outros Produtos para Navegação/Vídeo do Carro', '<p>Outros Produtos para Navegação/Vídeo do Carro</p>', '', '', '', 'N', '', 'Y'),
(1404, 'en', 'Pacotes de Variedades para Navegação/Vídeo do Carro', '<p>Pacotes de Variedades para Navegação/Vídeo do Carro</p>', '', '', '', 'N', '', 'Y'),
(1404, 'es', 'Pacotes de Variedades para Navegação/Vídeo do Carro', '<p>Pacotes de Variedades para Navegação/Vídeo do Carro</p>', '', '', '', 'N', '', 'Y'),
(1404, 'pt', 'Pacotes de Variedades para Navegação/Vídeo do Carro', '<p>Pacotes de Variedades para Navegação/Vídeo do Carro</p>', '', '', '', 'N', '', 'Y'),
(1405, 'en', 'Pacotes de Variedades para produtos eletrônicos no carro', '<p>Pacotes de Variedades para produtos eletrônicos no carro</p>', '', '', '', 'N', '', 'Y'),
(1405, 'es', 'Pacotes de Variedades para produtos eletrônicos no carro', '<p>Pacotes de Variedades para produtos eletrônicos no carro</p>', '', '', '', 'N', '', 'Y'),
(1405, 'pt', 'Pacotes de Variedades para produtos eletrônicos no carro', '<p>Pacotes de Variedades para produtos eletrônicos no carro</p>', '', '', '', 'N', '', 'Y'),
(1406, 'en', 'Beleza / Cuidados Pessoais / Higiene', '<p>Beleza / Cuidados Pessoais / Higiene</p>', '', '', '', 'N', '', 'Y'),
(1406, 'es', 'Beleza / Cuidados Pessoais / Higiene', '<p>Beleza / Cuidados Pessoais / Higiene</p>', '', '', '', 'N', '', 'Y'),
(1406, 'pt', 'Beleza / Cuidados Pessoais / Higiene', '<p>Beleza / Cuidados Pessoais / Higiene</p>', '', '', '', 'N', '', 'Y'),
(1407, 'en', 'Cosméticos/Fragrâncias', '<p>Cosméticos/Fragrâncias</p>', '', '', '', 'N', '', 'Y'),
(1407, 'es', 'Cosméticos/Fragrâncias', '<p>Cosméticos/Fragrâncias</p>', '', '', '', 'N', '', 'Y'),
(1407, 'pt', 'Cosméticos/Fragrâncias', '<p>Cosméticos/Fragrâncias</p>', '', '', '', 'N', '', 'Y'),
(1408, 'en', 'Aromaterapia', '<p>Aromaterapia</p>', '', '', '', 'N', '', 'Y'),
(1408, 'es', 'Aromaterapia', '<p>Aromaterapia</p>', '', '', '', 'N', '', 'Y'),
(1408, 'pt', 'Aromaterapia', '<p>Aromaterapia</p>', '', '', '', 'N', '', 'Y'),
(1409, 'en', 'Almofadas para aromaterapia', '<p>Almofadas para aromaterapia</p>', '', '', '', 'N', '', 'Y'),
(1409, 'es', 'Almofadas para aromaterapia', '<p>Almofadas para aromaterapia</p>', '', '', '', 'N', '', 'Y'),
(1409, 'pt', 'Almofadas para aromaterapia', '<p>Almofadas para aromaterapia</p>', '', '', '', 'N', '', 'Y'),
(1410, 'en', 'Difusores de óleo (Não elétrico)', '<p>Difusores de óleo (Não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1410, 'es', 'Difusores de óleo (Não elétrico)', '<p>Difusores de óleo (Não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1410, 'pt', 'Difusores de óleo (Não elétrico)', '<p>Difusores de óleo (Não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1411, 'en', 'Difusores do óleo (Elétrico)', '<p>Difusores do óleo (Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1411, 'es', 'Difusores do óleo (Elétrico)', '<p>Difusores do óleo (Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1411, 'pt', 'Difusores do óleo (Elétrico)', '<p>Difusores do óleo (Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1412, 'en', 'Óleos Essenciais', '<p>Óleos Essenciais</p>', '', '', '', 'N', '', 'Y'),
(1412, 'es', 'Óleos Essenciais', '<p>Óleos Essenciais</p>', '', '', '', 'N', '', 'Y'),
(1412, 'pt', 'Óleos Essenciais', '<p>Óleos Essenciais</p>', '', '', '', 'N', '', 'Y'),
(1413, 'en', 'Óleos Vegetais', '<p>Óleos Vegetais</p>', '', '', '', 'N', '', 'Y'),
(1413, 'es', 'Óleos Vegetais', '<p>Óleos Vegetais</p>', '', '', '', 'N', '', 'Y'),
(1413, 'pt', 'Óleos Vegetais', '<p>Óleos Vegetais</p>', '', '', '', 'N', '', 'Y'),
(1414, 'en', 'Outras aromaterapias', '<p>Outras aromaterapias</p>', '', '', '', 'N', '', 'Y'),
(1414, 'es', 'Outras aromaterapias', '<p>Outras aromaterapias</p>', '', '', '', 'N', '', 'Y'),
(1414, 'pt', 'Outras aromaterapias', '<p>Outras aromaterapias</p>', '', '', '', 'N', '', 'Y'),
(1415, 'en', 'Pacotes de Variedades para Aromaterapia', '<p>Pacotes de Variedades para Aromaterapia</p>', '', '', '', 'N', '', 'Y'),
(1415, 'es', 'Pacotes de Variedades para Aromaterapia', '<p>Pacotes de Variedades para Aromaterapia</p>', '', '', '', 'N', '', 'Y'),
(1415, 'pt', 'Pacotes de Variedades para Aromaterapia', '<p>Pacotes de Variedades para Aromaterapia</p>', '', '', '', 'N', '', 'Y'),
(1416, 'en', 'Fragrâncias', '<p>Fragrâncias</p>', '', '', '', 'N', '', 'Y'),
(1416, 'es', 'Fragrâncias', '<p>Fragrâncias</p>', '', '', '', 'N', '', 'Y'),
(1416, 'pt', 'Fragrâncias', '<p>Fragrâncias</p>', '', '', '', 'N', '', 'Y'),
(1417, 'en', 'Dispenser Type', '<p>Dispenser Type</p>', '', '', '', 'N', '', 'Y'),
(1417, 'es', 'Dispenser Type', '<p>Dispenser Type</p>', '', '', '', 'N', '', 'Y'),
(1417, 'pt', 'Dispenser Type', '<p>Dispenser Type</p>', '', '', '', 'N', '', 'Y'),
(1418, 'en', 'Formation', '<p>Formation</p>', '', '', '', 'N', '', 'Y'),
(1418, 'es', 'Formation', '<p>Formation</p>', '', '', '', 'N', '', 'Y'),
(1418, 'pt', 'Formation', '<p>Formation</p>', '', '', '', 'N', '', 'Y'),
(1419, 'en', 'If Alcohol Free', '<p>If Alcohol Free</p>', '', '', '', 'N', '', 'Y'),
(1419, 'es', 'If Alcohol Free', '<p>If Alcohol Free</p>', '', '', '', 'N', '', 'Y'),
(1419, 'pt', 'If Alcohol Free', '<p>If Alcohol Free</p>', '', '', '', 'N', '', 'Y'),
(1420, 'en', 'Product Usage Body Location', '<p>Product Usage Body Location</p>', '', '', '', 'N', '', 'Y'),
(1420, 'es', 'Product Usage Body Location', '<p>Product Usage Body Location</p>', '', '', '', 'N', '', 'Y'),
(1420, 'pt', 'Product Usage Body Location', '<p>Product Usage Body Location</p>', '', '', '', 'N', '', 'Y'),
(1421, 'en', 'Target Gender', '<p>Target Gender</p>', '', '', '', 'N', '', 'Y'),
(1421, 'es', 'Target Gender', '<p>Target Gender</p>', '', '', '', 'N', '', 'Y'),
(1421, 'pt', 'Target Gender', '<p>Target Gender</p>', '', '', '', 'N', '', 'Y'),
(1422, 'en', 'Type of Fragrance', '<p>Type of Fragrance</p>', '', '', '', 'N', '', 'Y'),
(1422, 'es', 'Type of Fragrance', '<p>Type of Fragrance</p>', '', '', '', 'N', '', 'Y'),
(1422, 'pt', 'Type of Fragrance', '<p>Type of Fragrance</p>', '', '', '', 'N', '', 'Y'),
(1423, 'en', 'Pacotes de Variedades de Cosméticos/Fragrâncias', '<p>Pacotes de Variedades de Cosméticos/Fragrâncias</p>', '', '', '', 'N', '', 'Y'),
(1423, 'es', 'Pacotes de Variedades de Cosméticos/Fragrâncias', '<p>Pacotes de Variedades de Cosméticos/Fragrâncias</p>', '', '', '', 'N', '', 'Y'),
(1423, 'pt', 'Pacotes de Variedades de Cosméticos/Fragrâncias', '<p>Pacotes de Variedades de Cosméticos/Fragrâncias</p>', '', '', '', 'N', '', 'Y'),
(1424, 'en', 'Target Gender', '<p>Target Gender</p>', '', '', '', 'N', '', 'Y'),
(1424, 'es', 'Target Gender', '<p>Target Gender</p>', '', '', '', 'N', '', 'Y'),
(1424, 'pt', 'Target Gender', '<p>Target Gender</p>', '', '', '', 'N', '', 'Y'),
(1425, 'en', 'Produtos Cosméticos', '<p>Produtos Cosméticos</p>', '', '', '', 'N', '', 'Y'),
(1425, 'es', 'Produtos Cosméticos', '<p>Produtos Cosméticos</p>', '', '', '', 'N', '', 'Y'),
(1425, 'pt', 'Produtos Cosméticos', '<p>Produtos Cosméticos</p>', '', '', '', 'N', '', 'Y'),
(1426, 'en', 'Acessórios/Recursos Cosméticos', '<p>Acessórios/Recursos Cosméticos</p>', '', '', '', 'N', '', 'Y'),
(1426, 'es', 'Acessórios/Recursos Cosméticos', '<p>Acessórios/Recursos Cosméticos</p>', '', '', '', 'N', '', 'Y'),
(1426, 'pt', 'Acessórios/Recursos Cosméticos', '<p>Acessórios/Recursos Cosméticos</p>', '', '', '', 'N', '', 'Y'),
(1427, 'en', 'Aplicadores de cosméticos', '<p>Aplicadores de cosméticos</p>', '', '', '', 'N', '', 'Y'),
(1427, 'es', 'Aplicadores de cosméticos', '<p>Aplicadores de cosméticos</p>', '', '', '', 'N', '', 'Y'),
(1427, 'pt', 'Aplicadores de cosméticos', '<p>Aplicadores de cosméticos</p>', '', '', '', 'N', '', 'Y'),
(1428, 'en', 'Cílios - Postiços', '<p>Cílios - Postiços</p>', '', '', '', 'N', '', 'Y'),
(1428, 'es', 'Cílios - Postiços', '<p>Cílios - Postiços</p>', '', '', '', 'N', '', 'Y'),
(1428, 'pt', 'Cílios - Postiços', '<p>Cílios - Postiços</p>', '', '', '', 'N', '', 'Y'),
(1429, 'en', 'Clareamento da pele', '<p>Clareamento da pele</p>', '', '', '', 'N', '', 'Y'),
(1429, 'es', 'Clareamento da pele', '<p>Clareamento da pele</p>', '', '', '', 'N', '', 'Y'),
(1429, 'pt', 'Clareamento da pele', '<p>Clareamento da pele</p>', '', '', '', 'N', '', 'Y'),
(1430, 'en', 'Cosméticos - Apârência do rosto', '<p>Cosméticos - Apârência do rosto</p>', '', '', '', 'N', '', 'Y'),
(1430, 'es', 'Cosméticos - Apârência do rosto', '<p>Cosméticos - Apârência do rosto</p>', '', '', '', 'N', '', 'Y'),
(1430, 'pt', 'Cosméticos - Apârência do rosto', '<p>Cosméticos - Apârência do rosto</p>', '', '', '', 'N', '', 'Y'),
(1431, 'en', 'Cosméticos - Lábios', '<p>Cosméticos - Lábios</p>', '', '', '', 'N', '', 'Y'),
(1431, 'es', 'Cosméticos - Lábios', '<p>Cosméticos - Lábios</p>', '', '', '', 'N', '', 'Y'),
(1431, 'pt', 'Cosméticos - Lábios', '<p>Cosméticos - Lábios</p>', '', '', '', 'N', '', 'Y'),
(1432, 'en', 'Cosméticos - Olhos', '<p>Cosméticos - Olhos</p>', '', '', '', 'N', '', 'Y'),
(1432, 'es', 'Cosméticos - Olhos', '<p>Cosméticos - Olhos</p>', '', '', '', 'N', '', 'Y'),
(1432, 'pt', 'Cosméticos - Olhos', '<p>Cosméticos - Olhos</p>', '', '', '', 'N', '', 'Y'),
(1433, 'en', 'Display de teste (cosméticos)', '<p>Display de teste (cosméticos)</p>', '', '', '', 'N', '', 'Y'),
(1433, 'es', 'Display de teste (cosméticos)', '<p>Display de teste (cosméticos)</p>', '', '', '', 'N', '', 'Y'),
(1433, 'pt', 'Display de teste (cosméticos)', '<p>Display de teste (cosméticos)</p>', '', '', '', 'N', '', 'Y'),
(1434, 'en', 'Enchimento para Seio/Quadril', '<p>Enchimento para Seio/Quadril</p>', '', '', '', 'N', '', 'Y'),
(1434, 'es', 'Enchimento para Seio/Quadril', '<p>Enchimento para Seio/Quadril</p>', '', '', '', 'N', '', 'Y'),
(1434, 'pt', 'Enchimento para Seio/Quadril', '<p>Enchimento para Seio/Quadril</p>', '', '', '', 'N', '', 'Y'),
(1435, 'en', 'Outros Produtos Cosméticos', '<p>Outros Produtos Cosméticos</p>', '', '', '', 'N', '', 'Y'),
(1435, 'es', 'Outros Produtos Cosméticos', '<p>Outros Produtos Cosméticos</p>', '', '', '', 'N', '', 'Y'),
(1435, 'pt', 'Outros Produtos Cosméticos', '<p>Outros Produtos Cosméticos</p>', '', '', '', 'N', '', 'Y'),
(1436, 'en', 'Pacotes de variedades de produtos cosméticos', '<p>Pacotes de variedades de produtos cosméticos</p>', '', '', '', 'N', '', 'Y'),
(1436, 'es', 'Pacotes de variedades de produtos cosméticos', '<p>Pacotes de variedades de produtos cosméticos</p>', '', '', '', 'N', '', 'Y'),
(1436, 'pt', 'Pacotes de variedades de produtos cosméticos', '<p>Pacotes de variedades de produtos cosméticos</p>', '', '', '', 'N', '', 'Y'),
(1437, 'en', 'Tatuagens/Desenhos/Jóias Adesivas - Temporário', '<p>Tatuagens/Desenhos/Jóias Adesivas - Temporário</p>', '', '', '', 'N', '', 'Y'),
(1437, 'es', 'Tatuagens/Desenhos/Jóias Adesivas - Temporário', '<p>Tatuagens/Desenhos/Jóias Adesivas - Temporário</p>', '', '', '', 'N', '', 'Y'),
(1437, 'pt', 'Tatuagens/Desenhos/Jóias Adesivas - Temporário', '<p>Tatuagens/Desenhos/Jóias Adesivas - Temporário</p>', '', '', '', 'N', '', 'Y'),
(1438, 'en', 'Tintas cosméticas /cintilantes/glitters', '<p>Tintas cosméticas /cintilantes/glitters</p>', '', '', '', 'N', '', 'Y'),
(1438, 'es', 'Tintas cosméticas /cintilantes/glitters', '<p>Tintas cosméticas /cintilantes/glitters</p>', '', '', '', 'N', '', 'Y'),
(1438, 'pt', 'Tintas cosméticas /cintilantes/glitters', '<p>Tintas cosméticas /cintilantes/glitters</p>', '', '', '', 'N', '', 'Y'),
(1439, 'en', 'Produtos Cosméticos para Cuidados com a Unha', '<p>Produtos Cosméticos para Cuidados com a Unha</p>', '', '', '', 'N', '', 'Y'),
(1439, 'es', 'Produtos Cosméticos para Cuidados com a Unha', '<p>Produtos Cosméticos para Cuidados com a Unha</p>', '', '', '', 'N', '', 'Y'),
(1439, 'pt', 'Produtos Cosméticos para Cuidados com a Unha', '<p>Produtos Cosméticos para Cuidados com a Unha</p>', '', '', '', 'N', '', 'Y'),
(1440, 'en', 'Acessórios - Unhas (Postiças)', '<p>Acessórios - Unhas (Postiças)</p>', '', '', '', 'N', '', 'Y'),
(1440, 'es', 'Acessórios - Unhas (Postiças)', '<p>Acessórios - Unhas (Postiças)</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(1440, 'pt', 'Acessórios - Unhas (Postiças)', '<p>Acessórios - Unhas (Postiças)</p>', '', '', '', 'N', '', 'Y'),
(1441, 'en', 'Cosméticos - Unhas', '<p>Cosméticos - Unhas</p>', '', '', '', 'N', '', 'Y'),
(1441, 'es', 'Cosméticos - Unhas', '<p>Cosméticos - Unhas</p>', '', '', '', 'N', '', 'Y'),
(1441, 'pt', 'Cosméticos - Unhas', '<p>Cosméticos - Unhas</p>', '', '', '', 'N', '', 'Y'),
(1442, 'en', 'Outros produtos cosméticos para cuidados com as unhas', '<p>Outros produtos cosméticos para cuidados com as unhas</p>', '', '', '', 'N', '', 'Y'),
(1442, 'es', 'Outros produtos cosméticos para cuidados com as unhas', '<p>Outros produtos cosméticos para cuidados com as unhas</p>', '', '', '', 'N', '', 'Y'),
(1442, 'pt', 'Outros produtos cosméticos para cuidados com as unhas', '<p>Outros produtos cosméticos para cuidados com as unhas</p>', '', '', '', 'N', '', 'Y'),
(1443, 'en', 'Pacotes de Variedades de Produtos para Cuidados com as Unhas', '<p>Pacotes de Variedades de Produtos para Cuidados com as Unhas</p>', '', '', '', 'N', '', 'Y'),
(1443, 'es', 'Pacotes de Variedades de Produtos para Cuidados com as Unhas', '<p>Pacotes de Variedades de Produtos para Cuidados com as Unhas</p>', '', '', '', 'N', '', 'Y'),
(1443, 'pt', 'Pacotes de Variedades de Produtos para Cuidados com as Unhas', '<p>Pacotes de Variedades de Produtos para Cuidados com as Unhas</p>', '', '', '', 'N', '', 'Y'),
(1444, 'en', 'Produtos Cosméticos para Cuidados com as Unhas - Peças de Reposição', '<p>Produtos Cosméticos para Cuidados com as Unhas - Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1444, 'es', 'Produtos Cosméticos para Cuidados com as Unhas - Peças de Reposição', '<p>Produtos Cosméticos para Cuidados com as Unhas - Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1444, 'pt', 'Produtos Cosméticos para Cuidados com as Unhas - Peças de Reposição', '<p>Produtos Cosméticos para Cuidados com as Unhas - Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1445, 'en', 'Tratamentos - Unhas', '<p>Tratamentos - Unhas</p>', '', '', '', 'N', '', 'Y'),
(1445, 'es', 'Tratamentos - Unhas', '<p>Tratamentos - Unhas</p>', '', '', '', 'N', '', 'Y'),
(1445, 'pt', 'Tratamentos - Unhas', '<p>Tratamentos - Unhas</p>', '', '', '', 'N', '', 'Y'),
(1446, 'en', 'Unhas - Acessórios (Naturais)', '<p>Unhas - Acessórios (Naturais)</p>', '', '', '', 'N', '', 'Y'),
(1446, 'es', 'Unhas - Acessórios (Naturais)', '<p>Unhas - Acessórios (Naturais)</p>', '', '', '', 'N', '', 'Y'),
(1446, 'pt', 'Unhas - Acessórios (Naturais)', '<p>Unhas - Acessórios (Naturais)</p>', '', '', '', 'N', '', 'Y'),
(1447, 'en', 'Unhas - Postiças', '<p>Unhas - Postiças</p>', '', '', '', 'N', '', 'Y'),
(1447, 'es', 'Unhas - Postiças', '<p>Unhas - Postiças</p>', '', '', '', 'N', '', 'Y'),
(1447, 'pt', 'Unhas - Postiças', '<p>Unhas - Postiças</p>', '', '', '', 'N', '', 'Y'),
(1448, 'en', 'Unhas - Recursos (Automáticos)', '<p>Unhas - Recursos (Automáticos)</p>', '', '', '', 'N', '', 'Y'),
(1448, 'es', 'Unhas - Recursos (Automáticos)', '<p>Unhas - Recursos (Automáticos)</p>', '', '', '', 'N', '', 'Y'),
(1448, 'pt', 'Unhas - Recursos (Automáticos)', '<p>Unhas - Recursos (Automáticos)</p>', '', '', '', 'N', '', 'Y'),
(1449, 'en', 'Unhas - Recursos (Não automáticos)', '<p>Unhas - Recursos (Não automáticos)</p>', '', '', '', 'N', '', 'Y'),
(1449, 'es', 'Unhas - Recursos (Não automáticos)', '<p>Unhas - Recursos (Não automáticos)</p>', '', '', '', 'N', '', 'Y'),
(1449, 'pt', 'Unhas - Recursos (Não automáticos)', '<p>Unhas - Recursos (Não automáticos)</p>', '', '', '', 'N', '', 'Y'),
(1450, 'en', 'Unhas - Removedores de esmalte', '<p>Unhas - Removedores de esmalte</p>', '', '', '', 'N', '', 'Y'),
(1450, 'es', 'Unhas - Removedores de esmalte', '<p>Unhas - Removedores de esmalte</p>', '', '', '', 'N', '', 'Y'),
(1450, 'pt', 'Unhas - Removedores de esmalte', '<p>Unhas - Removedores de esmalte</p>', '', '', '', 'N', '', 'Y'),
(1451, 'en', 'Intimidade Pessoal', '<p>Intimidade Pessoal</p>', '', '', '', 'N', '', 'Y'),
(1451, 'es', 'Intimidade Pessoal', '<p>Intimidade Pessoal</p>', '', '', '', 'N', '', 'Y'),
(1451, 'pt', 'Intimidade Pessoal', '<p>Intimidade Pessoal</p>', '', '', '', 'N', '', 'Y'),
(1452, 'en', 'Acessórios de penetração (elétrico)', '<p>Acessórios de penetração (elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1452, 'es', 'Acessórios de penetração (elétrico)', '<p>Acessórios de penetração (elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1452, 'pt', 'Acessórios de penetração (elétrico)', '<p>Acessórios de penetração (elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1453, 'en', 'Acessórios de penetração (não elétrico)', '<p>Acessórios de penetração (não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1453, 'es', 'Acessórios de penetração (não elétrico)', '<p>Acessórios de penetração (não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1453, 'pt', 'Acessórios de penetração (não elétrico)', '<p>Acessórios de penetração (não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1454, 'en', 'Dispositivos de Sucção (Elétrico)', '<p>Dispositivos de Sucção (Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1454, 'es', 'Dispositivos de Sucção (Elétrico)', '<p>Dispositivos de Sucção (Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1454, 'pt', 'Dispositivos de Sucção (Elétrico)', '<p>Dispositivos de Sucção (Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1455, 'en', 'Dispositivos de Sucção (Não elétrico)', '<p>Dispositivos de Sucção (Não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1455, 'es', 'Dispositivos de Sucção (Não elétrico)', '<p>Dispositivos de Sucção (Não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1455, 'pt', 'Dispositivos de Sucção (Não elétrico)', '<p>Dispositivos de Sucção (Não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1456, 'en', 'Pacotes de Variedades para Higiene/ Cuidados Pessoais/Beleza', '<p>Pacotes de Variedades para Higiene/ Cuidados Pessoais/Beleza</p>', '', '', '', 'N', '', 'Y'),
(1456, 'es', 'Pacotes de Variedades para Higiene/ Cuidados Pessoais/Beleza', '<p>Pacotes de Variedades para Higiene/ Cuidados Pessoais/Beleza</p>', '', '', '', 'N', '', 'Y'),
(1456, 'pt', 'Pacotes de Variedades para Higiene/ Cuidados Pessoais/Beleza', '<p>Pacotes de Variedades para Higiene/ Cuidados Pessoais/Beleza</p>', '', '', '', 'N', '', 'Y'),
(1457, 'en', 'Pacotes de Variedades para Higiene/Cuidados Pessoais/Beleza', '<p>Pacotes de Variedades para Higiene/Cuidados Pessoais/Beleza</p>', '', '', '', 'N', '', 'Y'),
(1457, 'es', 'Pacotes de Variedades para Higiene/Cuidados Pessoais/Beleza', '<p>Pacotes de Variedades para Higiene/Cuidados Pessoais/Beleza</p>', '', '', '', 'N', '', 'Y'),
(1457, 'pt', 'Pacotes de Variedades para Higiene/Cuidados Pessoais/Beleza', '<p>Pacotes de Variedades para Higiene/Cuidados Pessoais/Beleza</p>', '', '', '', 'N', '', 'Y'),
(1458, 'en', 'Produtos Capilares', '<p>Produtos Capilares</p>', '', '', '', 'N', '', 'Y'),
(1458, 'es', 'Produtos Capilares', '<p>Produtos Capilares</p>', '', '', '', 'N', '', 'Y'),
(1458, 'pt', 'Produtos Capilares', '<p>Produtos Capilares</p>', '', '', '', 'N', '', 'Y'),
(1459, 'en', 'Pacotes de variedades para produtos capilares', '<p>Pacotes de variedades para produtos capilares</p>', '', '', '', 'N', '', 'Y'),
(1459, 'es', 'Pacotes de variedades para produtos capilares', '<p>Pacotes de variedades para produtos capilares</p>', '', '', '', 'N', '', 'Y'),
(1459, 'pt', 'Pacotes de variedades para produtos capilares', '<p>Pacotes de variedades para produtos capilares</p>', '', '', '', 'N', '', 'Y'),
(1460, 'en', 'Produtos para cuidados com o cabelo', '<p>Produtos para cuidados com o cabelo</p>', '', '', '', 'N', '', 'Y'),
(1460, 'es', 'Produtos para cuidados com o cabelo', '<p>Produtos para cuidados com o cabelo</p>', '', '', '', 'N', '', 'Y'),
(1460, 'pt', 'Produtos para cuidados com o cabelo', '<p>Produtos para cuidados com o cabelo</p>', '', '', '', 'N', '', 'Y'),
(1461, 'en', 'Cabelo - Acessórios', '<p>Cabelo - Acessórios</p>', '', '', '', 'N', '', 'Y'),
(1461, 'es', 'Cabelo - Acessórios', '<p>Cabelo - Acessórios</p>', '', '', '', 'N', '', 'Y'),
(1461, 'pt', 'Cabelo - Acessórios', '<p>Cabelo - Acessórios</p>', '', '', '', 'N', '', 'Y'),
(1462, 'en', 'Cabelo - Condicionador /tratamento', '<p>Cabelo - Condicionador /tratamento</p>', '', '', '', 'N', '', 'Y'),
(1462, 'es', 'Cabelo - Condicionador /tratamento', '<p>Cabelo - Condicionador /tratamento</p>', '', '', '', 'N', '', 'Y'),
(1462, 'pt', 'Cabelo - Condicionador /tratamento', '<p>Cabelo - Condicionador /tratamento</p>', '', '', '', 'N', '', 'Y'),
(1463, 'en', 'Cabelo - Escovas e Pentes', '<p>Cabelo - Escovas e Pentes</p>', '', '', '', 'N', '', 'Y'),
(1463, 'es', 'Cabelo - Escovas e Pentes', '<p>Cabelo - Escovas e Pentes</p>', '', '', '', 'N', '', 'Y'),
(1463, 'pt', 'Cabelo - Escovas e Pentes', '<p>Cabelo - Escovas e Pentes</p>', '', '', '', 'N', '', 'Y'),
(1464, 'en', 'Cabelo - Falso', '<p>Cabelo - Falso</p>', '', '', '', 'N', '', 'Y'),
(1464, 'es', 'Cabelo - Falso', '<p>Cabelo - Falso</p>', '', '', '', 'N', '', 'Y'),
(1464, 'pt', 'Cabelo - Falso', '<p>Cabelo - Falso</p>', '', '', '', 'N', '', 'Y'),
(1465, 'en', 'Cabelo - Penteado (Elétrico)', '<p>Cabelo - Penteado (Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1465, 'es', 'Cabelo - Penteado (Elétrico)', '<p>Cabelo - Penteado (Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1465, 'pt', 'Cabelo - Penteado (Elétrico)', '<p>Cabelo - Penteado (Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1466, 'en', 'Cabelo - Penteado (Não automático)', '<p>Cabelo - Penteado (Não automático)</p>', '', '', '', 'N', '', 'Y'),
(1466, 'es', 'Cabelo - Penteado (Não automático)', '<p>Cabelo - Penteado (Não automático)</p>', '', '', '', 'N', '', 'Y'),
(1466, 'pt', 'Cabelo - Penteado (Não automático)', '<p>Cabelo - Penteado (Não automático)</p>', '', '', '', 'N', '', 'Y'),
(1467, 'en', 'Cabelo - Permanente', '<p>Cabelo - Permanente</p>', '', '', '', 'N', '', 'Y'),
(1467, 'es', 'Cabelo - Permanente', '<p>Cabelo - Permanente</p>', '', '', '', 'N', '', 'Y'),
(1467, 'pt', 'Cabelo - Permanente', '<p>Cabelo - Permanente</p>', '', '', '', 'N', '', 'Y'),
(1468, 'en', 'Cabelo - Recursos (Elétricos)', '<p>Cabelo - Recursos (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1468, 'es', 'Cabelo - Recursos (Elétricos)', '<p>Cabelo - Recursos (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1468, 'pt', 'Cabelo - Recursos (Elétricos)', '<p>Cabelo - Recursos (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1469, 'en', 'Cabelo - Recursos (Não elétrico)', '<p>Cabelo - Recursos (Não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1469, 'es', 'Cabelo - Recursos (Não elétrico)', '<p>Cabelo - Recursos (Não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1469, 'pt', 'Cabelo - Recursos (Não elétrico)', '<p>Cabelo - Recursos (Não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1470, 'en', 'Cabelo - Xampu', '<p>Cabelo - Xampu</p>', '', '', '', 'N', '', 'Y'),
(1470, 'es', 'Cabelo - Xampu', '<p>Cabelo - Xampu</p>', '', '', '', 'N', '', 'Y'),
(1470, 'pt', 'Cabelo - Xampu', '<p>Cabelo - Xampu</p>', '', '', '', 'N', '', 'Y'),
(1471, 'en', 'Modelador para cabelo/Bobs', '<p>Modelador para cabelo/Bobs</p>', '', '', '', 'N', '', 'Y'),
(1471, 'es', 'Modelador para cabelo/Bobs', '<p>Modelador para cabelo/Bobs</p>', '', '', '', 'N', '', 'Y'),
(1471, 'pt', 'Modelador para cabelo/Bobs', '<p>Modelador para cabelo/Bobs</p>', '', '', '', 'N', '', 'Y'),
(1472, 'en', 'Outros Produtos de Cuidados com os Cabelos', '<p>Outros Produtos de Cuidados com os Cabelos</p>', '', '', '', 'N', '', 'Y'),
(1472, 'es', 'Outros Produtos de Cuidados com os Cabelos', '<p>Outros Produtos de Cuidados com os Cabelos</p>', '', '', '', 'N', '', 'Y'),
(1472, 'pt', 'Outros Produtos de Cuidados com os Cabelos', '<p>Outros Produtos de Cuidados com os Cabelos</p>', '', '', '', 'N', '', 'Y'),
(1473, 'en', 'Pacotes de Variedades para Produtos de Cuidados com os Cabelos', '<p>Pacotes de Variedades para Produtos de Cuidados com os Cabelos</p>', '', '', '', 'N', '', 'Y'),
(1473, 'es', 'Pacotes de Variedades para Produtos de Cuidados com os Cabelos', '<p>Pacotes de Variedades para Produtos de Cuidados com os Cabelos</p>', '', '', '', 'N', '', 'Y'),
(1473, 'pt', 'Pacotes de Variedades para Produtos de Cuidados com os Cabelos', '<p>Pacotes de Variedades para Produtos de Cuidados com os Cabelos</p>', '', '', '', 'N', '', 'Y'),
(1474, 'en', 'Produtos para Cuidados com os Cabelos - Peças de Reposição', '<p>Produtos para Cuidados com os Cabelos - Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1474, 'es', 'Produtos para Cuidados com os Cabelos - Peças de Reposição', '<p>Produtos para Cuidados com os Cabelos - Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1474, 'pt', 'Produtos para Cuidados com os Cabelos - Peças de Reposição', '<p>Produtos para Cuidados com os Cabelos - Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1475, 'en', 'Tintura - Cabelo', '<p>Tintura - Cabelo</p>', '', '', '', 'N', '', 'Y'),
(1475, 'es', 'Tintura - Cabelo', '<p>Tintura - Cabelo</p>', '', '', '', 'N', '', 'Y'),
(1475, 'pt', 'Tintura - Cabelo', '<p>Tintura - Cabelo</p>', '', '', '', 'N', '', 'Y'),
(1476, 'en', 'Produtos para Remoção de Pelos', '<p>Produtos para Remoção de Pelos</p>', '', '', '', 'N', '', 'Y'),
(1476, 'es', 'Produtos para Remoção de Pelos', '<p>Produtos para Remoção de Pelos</p>', '', '', '', 'N', '', 'Y'),
(1476, 'pt', 'Produtos para Remoção de Pelos', '<p>Produtos para Remoção de Pelos</p>', '', '', '', 'N', '', 'Y'),
(1477, 'en', 'Barbear - Lâminas', '<p>Barbear - Lâminas</p>', '', '', '', 'N', '', 'Y'),
(1477, 'es', 'Barbear - Lâminas', '<p>Barbear - Lâminas</p>', '', '', '', 'N', '', 'Y'),
(1477, 'pt', 'Barbear - Lâminas', '<p>Barbear - Lâminas</p>', '', '', '', 'N', '', 'Y'),
(1478, 'en', 'Barbear - Lâminas (Elétricas)', '<p>Barbear - Lâminas (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1478, 'es', 'Barbear - Lâminas (Elétricas)', '<p>Barbear - Lâminas (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1478, 'pt', 'Barbear - Lâminas (Elétricas)', '<p>Barbear - Lâminas (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1479, 'en', 'Cuidados - Remoção de pelos', '<p>Cuidados - Remoção de pelos</p>', '', '', '', 'N', '', 'Y'),
(1479, 'es', 'Cuidados - Remoção de pelos', '<p>Cuidados - Remoção de pelos</p>', '', '', '', 'N', '', 'Y'),
(1479, 'pt', 'Cuidados - Remoção de pelos', '<p>Cuidados - Remoção de pelos</p>', '', '', '', 'N', '', 'Y'),
(1480, 'en', 'Depilação (Automática)', '<p>Depilação (Automática)</p>', '', '', '', 'N', '', 'Y'),
(1480, 'es', 'Depilação (Automática)', '<p>Depilação (Automática)</p>', '', '', '', 'N', '', 'Y'),
(1480, 'pt', 'Depilação (Automática)', '<p>Depilação (Automática)</p>', '', '', '', 'N', '', 'Y'),
(1481, 'en', 'Depilação (Não automática)', '<p>Depilação (Não automática)</p>', '', '', '', 'N', '', 'Y'),
(1481, 'es', 'Depilação (Não automática)', '<p>Depilação (Não automática)</p>', '', '', '', 'N', '', 'Y'),
(1481, 'pt', 'Depilação (Não automática)', '<p>Depilação (Não automática)</p>', '', '', '', 'N', '', 'Y'),
(1482, 'en', 'Espelhos - Cuidados Pessoais', '<p>Espelhos - Cuidados Pessoais</p>', '', '', '', 'N', '', 'Y'),
(1482, 'es', 'Espelhos - Cuidados Pessoais', '<p>Espelhos - Cuidados Pessoais</p>', '', '', '', 'N', '', 'Y'),
(1482, 'pt', 'Espelhos - Cuidados Pessoais', '<p>Espelhos - Cuidados Pessoais</p>', '', '', '', 'N', '', 'Y'),
(1483, 'en', 'Fórmulas para o barbear', '<p>Fórmulas para o barbear</p>', '', '', '', 'N', '', 'Y'),
(1483, 'es', 'Fórmulas para o barbear', '<p>Fórmulas para o barbear</p>', '', '', '', 'N', '', 'Y'),
(1483, 'pt', 'Fórmulas para o barbear', '<p>Fórmulas para o barbear</p>', '', '', '', 'N', '', 'Y'),
(1484, 'en', 'Lâminas de barbear - Descartável (Não automática)', '<p>Lâminas de barbear - Descartável (Não automática)</p>', '', '', '', 'N', '', 'Y'),
(1484, 'es', 'Lâminas de barbear - Descartável (Não automática)', '<p>Lâminas de barbear - Descartável (Não automática)</p>', '', '', '', 'N', '', 'Y'),
(1484, 'pt', 'Lâminas de barbear - Descartável (Não automática)', '<p>Lâminas de barbear - Descartável (Não automática)</p>', '', '', '', 'N', '', 'Y'),
(1485, 'en', 'Lâminas de barbear - Não descartáveis (Não automáticas)', '<p>Lâminas de barbear - Não descartáveis (Não automáticas)</p>', '', '', '', 'N', '', 'Y'),
(1485, 'es', 'Lâminas de barbear - Não descartáveis (Não automáticas)', '<p>Lâminas de barbear - Não descartáveis (Não automáticas)</p>', '', '', '', 'N', '', 'Y'),
(1485, 'pt', 'Lâminas de barbear - Não descartáveis (Não automáticas)', '<p>Lâminas de barbear - Não descartáveis (Não automáticas)</p>', '', '', '', 'N', '', 'Y'),
(1486, 'en', 'Outros produtos para depilação / disfarce', '<p>Outros produtos para depilação / disfarce</p>', '', '', '', 'N', '', 'Y'),
(1486, 'es', 'Outros produtos para depilação / disfarce', '<p>Outros produtos para depilação / disfarce</p>', '', '', '', 'N', '', 'Y'),
(1486, 'pt', 'Outros produtos para depilação / disfarce', '<p>Outros produtos para depilação / disfarce</p>', '', '', '', 'N', '', 'Y'),
(1487, 'en', 'Pacotes de Variedade para Produtos para Remoção/Disfarce de Pelos', '<p>Pacotes de Variedade para Produtos para Remoção/Disfarce de Pelos</p>', '', '', '', 'N', '', 'Y'),
(1487, 'es', 'Pacotes de Variedade para Produtos para Remoção/Disfarce de Pelos', '<p>Pacotes de Variedade para Produtos para Remoção/Disfarce de Pelos</p>', '', '', '', 'N', '', 'Y'),
(1487, 'pt', 'Pacotes de Variedade para Produtos para Remoção/Disfarce de Pelos', '<p>Pacotes de Variedade para Produtos para Remoção/Disfarce de Pelos</p>', '', '', '', 'N', '', 'Y'),
(1488, 'en', 'Produtos para Branqueamento/Clareamento', '<p>Produtos para Branqueamento/Clareamento</p>', '', '', '', 'N', '', 'Y'),
(1488, 'es', 'Produtos para Branqueamento/Clareamento', '<p>Produtos para Branqueamento/Clareamento</p>', '', '', '', 'N', '', 'Y'),
(1488, 'pt', 'Produtos para Branqueamento/Clareamento', '<p>Produtos para Branqueamento/Clareamento</p>', '', '', '', 'N', '', 'Y'),
(1489, 'en', 'Produtos para Disfarce/Depilação - Peças de Reposição', '<p>Produtos para Disfarce/Depilação - Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1489, 'es', 'Produtos para Disfarce/Depilação - Peças de Reposição', '<p>Produtos para Disfarce/Depilação - Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1489, 'pt', 'Produtos para Disfarce/Depilação - Peças de Reposição', '<p>Produtos para Disfarce/Depilação - Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1490, 'en', 'Remoção de Pelos/Barbeamento - Acessórios', '<p>Remoção de Pelos/Barbeamento - Acessórios</p>', '', '', '', 'N', '', 'Y'),
(1490, 'es', 'Remoção de Pelos/Barbeamento - Acessórios', '<p>Remoção de Pelos/Barbeamento - Acessórios</p>', '', '', '', 'N', '', 'Y'),
(1490, 'pt', 'Remoção de Pelos/Barbeamento - Acessórios', '<p>Remoção de Pelos/Barbeamento - Acessórios</p>', '', '', '', 'N', '', 'Y'),
(1491, 'en', 'Produtos para higiene pessoal', '<p>Produtos para higiene pessoal</p>', '', '', '', 'N', '', 'Y'),
(1491, 'es', 'Produtos para higiene pessoal', '<p>Produtos para higiene pessoal</p>', '', '', '', 'N', '', 'Y'),
(1491, 'pt', 'Produtos para higiene pessoal', '<p>Produtos para higiene pessoal</p>', '', '', '', 'N', '', 'Y'),
(1492, 'en', 'Bebê', '<p>Bebê</p>', '', '', '', 'N', '', 'Y'),
(1492, 'es', 'Bebê', '<p>Bebê</p>', '', '', '', 'N', '', 'Y'),
(1492, 'pt', 'Bebê', '<p>Bebê</p>', '', '', '', 'N', '', 'Y'),
(1493, 'en', 'Acessórios para Fraldas', '<p>Acessórios para Fraldas</p>', '', '', '', 'N', '', 'Y'),
(1493, 'es', 'Acessórios para Fraldas', '<p>Acessórios para Fraldas</p>', '', '', '', 'N', '', 'Y'),
(1493, 'pt', 'Acessórios para Fraldas', '<p>Acessórios para Fraldas</p>', '', '', '', 'N', '', 'Y'),
(1494, 'en', 'Fraldas (descartáveis)', '<p>Fraldas (descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(1494, 'es', 'Fraldas (descartáveis)', '<p>Fraldas (descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(1494, 'pt', 'Fraldas (descartáveis)', '<p>Fraldas (descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(1495, 'en', 'Fraldas (não descartáveis)', '<p>Fraldas (não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(1495, 'es', 'Fraldas (não descartáveis)', '<p>Fraldas (não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(1495, 'pt', 'Fraldas (não descartáveis)', '<p>Fraldas (não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(1496, 'en', 'Fraldas / Outros Acessórios', '<p>Fraldas / Outros Acessórios</p>', '', '', '', 'N', '', 'Y'),
(1496, 'es', 'Fraldas / Outros Acessórios', '<p>Fraldas / Outros Acessórios</p>', '', '', '', 'N', '', 'Y'),
(1496, 'pt', 'Fraldas / Outros Acessórios', '<p>Fraldas / Outros Acessórios</p>', '', '', '', 'N', '', 'Y'),
(1497, 'en', 'Fraldas descartáveis', '<p>Fraldas descartáveis</p>', '', '', '', 'N', '', 'Y'),
(1497, 'es', 'Fraldas descartáveis', '<p>Fraldas descartáveis</p>', '', '', '', 'N', '', 'Y'),
(1497, 'pt', 'Fraldas descartáveis', '<p>Fraldas descartáveis</p>', '', '', '', 'N', '', 'Y'),
(1498, 'en', 'Fraldas para Bebês /\nAcessórios Pacotes de Variedades', '<p>Fraldas para Bebês /\nAcessórios Pacotes de Variedades</p>', '', '', '', 'N', '', 'Y'),
(1498, 'es', 'Fraldas para Bebês /\nAcessórios Pacotes de Variedades', '<p>Fraldas para Bebês /\nAcessórios Pacotes de Variedades</p>', '', '', '', 'N', '', 'Y'),
(1498, 'pt', 'Fraldas para Bebês /\nAcessórios Pacotes de Variedades', '<p>Fraldas para Bebês /\nAcessórios Pacotes de Variedades</p>', '', '', '', 'N', '', 'Y'),
(1499, 'en', 'Higiene Bucal', '<p>Higiene Bucal</p>', '', '', '', 'N', '', 'Y'),
(1499, 'es', 'Higiene Bucal', '<p>Higiene Bucal</p>', '', '', '', 'N', '', 'Y'),
(1499, 'pt', 'Higiene Bucal', '<p>Higiene Bucal</p>', '', '', '', 'N', '', 'Y'),
(1500, 'en', 'Acessórios - Cuidados bucais', '<p>Acessórios - Cuidados bucais</p>', '', '', '', 'N', '', 'Y'),
(1500, 'es', 'Acessórios - Cuidados bucais', '<p>Acessórios - Cuidados bucais</p>', '', '', '', 'N', '', 'Y'),
(1500, 'pt', 'Acessórios - Cuidados bucais', '<p>Acessórios - Cuidados bucais</p>', '', '', '', 'N', '', 'Y'),
(1501, 'en', 'Centro de cuidados orais - Escova / limpador / armazenamento (elétricos)', '<p>Centro de cuidados orais - Escova / limpador / armazenamento (elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1501, 'es', 'Centro de cuidados orais - Escova / limpador / armazenamento (elétricos)', '<p>Centro de cuidados orais - Escova / limpador / armazenamento (elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1501, 'pt', 'Centro de cuidados orais - Escova / limpador / armazenamento (elétricos)', '<p>Centro de cuidados orais - Escova / limpador / armazenamento (elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1502, 'en', 'Cuidados com aparelhos ortodônticos e prótese', '<p>Cuidados com aparelhos ortodônticos e prótese</p>', '', '', '', 'N', '', 'Y'),
(1502, 'es', 'Cuidados com aparelhos ortodônticos e prótese', '<p>Cuidados com aparelhos ortodônticos e prótese</p>', '', '', '', 'N', '', 'Y'),
(1502, 'pt', 'Cuidados com aparelhos ortodônticos e prótese', '<p>Cuidados com aparelhos ortodônticos e prótese</p>', '', '', '', 'N', '', 'Y'),
(1503, 'en', 'Enxaguantes bucais/ Spray Refrescantes', '<p>Enxaguantes bucais/ Spray Refrescantes</p>', '', '', '', 'N', '', 'Y'),
(1503, 'es', 'Enxaguantes bucais/ Spray Refrescantes', '<p>Enxaguantes bucais/ Spray Refrescantes</p>', '', '', '', 'N', '', 'Y'),
(1503, 'pt', 'Enxaguantes bucais/ Spray Refrescantes', '<p>Enxaguantes bucais/ Spray Refrescantes</p>', '', '', '', 'N', '', 'Y'),
(1504, 'en', 'Higiene Bucal', '<p>Higiene Bucal</p>', '', '', '', 'N', '', 'Y'),
(1504, 'es', 'Higiene Bucal', '<p>Higiene Bucal</p>', '', '', '', 'N', '', 'Y'),
(1504, 'pt', 'Higiene Bucal', '<p>Higiene Bucal</p>', '', '', '', 'N', '', 'Y'),
(1505, 'en', 'Higiene Bucal - Peças de resposição', '<p>Higiene Bucal - Peças de resposição</p>', '', '', '', 'N', '', 'Y'),
(1505, 'es', 'Higiene Bucal - Peças de resposição', '<p>Higiene Bucal - Peças de resposição</p>', '', '', '', 'N', '', 'Y'),
(1505, 'pt', 'Higiene Bucal - Peças de resposição', '<p>Higiene Bucal - Peças de resposição</p>', '', '', '', 'N', '', 'Y'),
(1506, 'en', 'Higiene Bucal - Recursos (Elétricos)', '<p>Higiene Bucal - Recursos (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1506, 'es', 'Higiene Bucal - Recursos (Elétricos)', '<p>Higiene Bucal - Recursos (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1506, 'pt', 'Higiene Bucal - Recursos (Elétricos)', '<p>Higiene Bucal - Recursos (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1507, 'en', 'Higiene Bucal - Recursos (Não elétricos)', '<p>Higiene Bucal - Recursos (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1507, 'es', 'Higiene Bucal - Recursos (Não elétricos)', '<p>Higiene Bucal - Recursos (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1507, 'pt', 'Higiene Bucal - Recursos (Não elétricos)', '<p>Higiene Bucal - Recursos (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1508, 'en', 'Higiene da dentadura e aparelhos ortodônticos', '<p>Higiene da dentadura e aparelhos ortodônticos</p>', '', '', '', 'N', '', 'Y'),
(1508, 'es', 'Higiene da dentadura e aparelhos ortodônticos', '<p>Higiene da dentadura e aparelhos ortodônticos</p>', '', '', '', 'N', '', 'Y'),
(1508, 'pt', 'Higiene da dentadura e aparelhos ortodônticos', '<p>Higiene da dentadura e aparelhos ortodônticos</p>', '', '', '', 'N', '', 'Y'),
(1509, 'en', 'Outros produtos para higiene bucal', '<p>Outros produtos para higiene bucal</p>', '', '', '', 'N', '', 'Y'),
(1509, 'es', 'Outros produtos para higiene bucal', '<p>Outros produtos para higiene bucal</p>', '', '', '', 'N', '', 'Y'),
(1509, 'pt', 'Outros produtos para higiene bucal', '<p>Outros produtos para higiene bucal</p>', '', '', '', 'N', '', 'Y'),
(1510, 'en', 'Pacotes de Variedades para Higiene Bucal', '<p>Pacotes de Variedades para Higiene Bucal</p>', '', '', '', 'N', '', 'Y'),
(1510, 'es', 'Pacotes de Variedades para Higiene Bucal', '<p>Pacotes de Variedades para Higiene Bucal</p>', '', '', '', 'N', '', 'Y'),
(1510, 'pt', 'Pacotes de Variedades para Higiene Bucal', '<p>Pacotes de Variedades para Higiene Bucal</p>', '', '', '', 'N', '', 'Y'),
(1511, 'en', 'Higiene Feminina/Enfermagem', '<p>Higiene Feminina/Enfermagem</p>', '', '', '', 'N', '', 'Y'),
(1511, 'es', 'Higiene Feminina/Enfermagem', '<p>Higiene Feminina/Enfermagem</p>', '', '', '', 'N', '', 'Y'),
(1511, 'pt', 'Higiene Feminina/Enfermagem', '<p>Higiene Feminina/Enfermagem</p>', '', '', '', 'N', '', 'Y'),
(1512, 'en', 'Acessórios de Higiene para Amamentação', '<p>Acessórios de Higiene para Amamentação</p>', '', '', '', 'N', '', 'Y'),
(1512, 'es', 'Acessórios de Higiene para Amamentação', '<p>Acessórios de Higiene para Amamentação</p>', '', '', '', 'N', '', 'Y'),
(1512, 'pt', 'Acessórios de Higiene para Amamentação', '<p>Acessórios de Higiene para Amamentação</p>', '', '', '', 'N', '', 'Y'),
(1513, 'en', 'Higiene Femina - Absorventes', '<p>Higiene Femina - Absorventes</p>', '', '', '', 'N', '', 'Y'),
(1513, 'es', 'Higiene Femina - Absorventes', '<p>Higiene Femina - Absorventes</p>', '', '', '', 'N', '', 'Y'),
(1513, 'pt', 'Higiene Femina - Absorventes', '<p>Higiene Femina - Absorventes</p>', '', '', '', 'N', '', 'Y'),
(1514, 'en', 'Higiene feminina - Acessórios', '<p>Higiene feminina - Acessórios</p>', '', '', '', 'N', '', 'Y'),
(1514, 'es', 'Higiene feminina - Acessórios', '<p>Higiene feminina - Acessórios</p>', '', '', '', 'N', '', 'Y'),
(1514, 'pt', 'Higiene feminina - Acessórios', '<p>Higiene feminina - Acessórios</p>', '', '', '', 'N', '', 'Y'),
(1515, 'en', 'Higiene Feminina - Copos menstruais', '<p>Higiene Feminina - Copos menstruais</p>', '', '', '', 'N', '', 'Y'),
(1515, 'es', 'Higiene Feminina - Copos menstruais', '<p>Higiene Feminina - Copos menstruais</p>', '', '', '', 'N', '', 'Y'),
(1515, 'pt', 'Higiene Feminina - Copos menstruais', '<p>Higiene Feminina - Copos menstruais</p>', '', '', '', 'N', '', 'Y'),
(1516, 'en', 'Higiene feminina - Protetores de calcinha', '<p>Higiene feminina - Protetores de calcinha</p>', '', '', '', 'N', '', 'Y'),
(1516, 'es', 'Higiene feminina - Protetores de calcinha', '<p>Higiene feminina - Protetores de calcinha</p>', '', '', '', 'N', '', 'Y'),
(1516, 'pt', 'Higiene feminina - Protetores de calcinha', '<p>Higiene feminina - Protetores de calcinha</p>', '', '', '', 'N', '', 'Y'),
(1517, 'en', 'Higiene Feminina - Tampões', '<p>Higiene Feminina - Tampões</p>', '', '', '', 'N', '', 'Y'),
(1517, 'es', 'Higiene Feminina - Tampões', '<p>Higiene Feminina - Tampões</p>', '', '', '', 'N', '', 'Y'),
(1517, 'pt', 'Higiene Feminina - Tampões', '<p>Higiene Feminina - Tampões</p>', '', '', '', 'N', '', 'Y'),
(1518, 'en', 'Outros produtos de Higiene Feminina/Amamentação', '<p>Outros produtos de Higiene Feminina/Amamentação</p>', '', '', '', 'N', '', 'Y'),
(1518, 'es', 'Outros produtos de Higiene Feminina/Amamentação', '<p>Outros produtos de Higiene Feminina/Amamentação</p>', '', '', '', 'N', '', 'Y'),
(1518, 'pt', 'Outros produtos de Higiene Feminina/Amamentação', '<p>Outros produtos de Higiene Feminina/Amamentação</p>', '', '', '', 'N', '', 'Y'),
(1519, 'en', 'Pacotes de Variedades da Higiene Feminina/Amamentação', '<p>Pacotes de Variedades da Higiene Feminina/Amamentação</p>', '', '', '', 'N', '', 'Y'),
(1519, 'es', 'Pacotes de Variedades da Higiene Feminina/Amamentação', '<p>Pacotes de Variedades da Higiene Feminina/Amamentação</p>', '', '', '', 'N', '', 'Y'),
(1519, 'pt', 'Pacotes de Variedades da Higiene Feminina/Amamentação', '<p>Pacotes de Variedades da Higiene Feminina/Amamentação</p>', '', '', '', 'N', '', 'Y'),
(1520, 'en', 'Higiene Pessoal Geral', '<p>Higiene Pessoal Geral</p>', '', '', '', 'N', '', 'Y'),
(1520, 'es', 'Higiene Pessoal Geral', '<p>Higiene Pessoal Geral</p>', '', '', '', 'N', '', 'Y'),
(1520, 'pt', 'Higiene Pessoal Geral', '<p>Higiene Pessoal Geral</p>', '', '', '', 'N', '', 'Y'),
(1521, 'en', 'Antitranspirantes / Desodorantes', '<p>Antitranspirantes / Desodorantes</p>', '', '', '', 'N', '', 'Y'),
(1521, 'es', 'Antitranspirantes / Desodorantes', '<p>Antitranspirantes / Desodorantes</p>', '', '', '', 'N', '', 'Y'),
(1521, 'pt', 'Antitranspirantes / Desodorantes', '<p>Antitranspirantes / Desodorantes</p>', '', '', '', 'N', '', 'Y'),
(1522, 'en', 'Cuidados com o Nariz/Ouvido', '<p>Cuidados com o Nariz/Ouvido</p>', '', '', '', 'N', '', 'Y'),
(1522, 'es', 'Cuidados com o Nariz/Ouvido', '<p>Cuidados com o Nariz/Ouvido</p>', '', '', '', 'N', '', 'Y'),
(1522, 'pt', 'Cuidados com o Nariz/Ouvido', '<p>Cuidados com o Nariz/Ouvido</p>', '', '', '', 'N', '', 'Y'),
(1523, 'en', 'Lenço Facial / Lenços (Descartáveis)', '<p>Lenço Facial / Lenços (Descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(1523, 'es', 'Lenço Facial / Lenços (Descartáveis)', '<p>Lenço Facial / Lenços (Descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(1523, 'pt', 'Lenço Facial / Lenços (Descartáveis)', '<p>Lenço Facial / Lenços (Descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(1524, 'en', 'Outros produtos para Higiene Pessoal Geral', '<p>Outros produtos para Higiene Pessoal Geral</p>', '', '', '', 'N', '', 'Y'),
(1524, 'es', 'Outros produtos para Higiene Pessoal Geral', '<p>Outros produtos para Higiene Pessoal Geral</p>', '', '', '', 'N', '', 'Y'),
(1524, 'pt', 'Outros produtos para Higiene Pessoal Geral', '<p>Outros produtos para Higiene Pessoal Geral</p>', '', '', '', 'N', '', 'Y'),
(1525, 'en', 'Pacotes de Variedades para Higiene Pessoal Geral', '<p>Pacotes de Variedades para Higiene Pessoal Geral</p>', '', '', '', 'N', '', 'Y'),
(1525, 'es', 'Pacotes de Variedades para Higiene Pessoal Geral', '<p>Pacotes de Variedades para Higiene Pessoal Geral</p>', '', '', '', 'N', '', 'Y'),
(1525, 'pt', 'Pacotes de Variedades para Higiene Pessoal Geral', '<p>Pacotes de Variedades para Higiene Pessoal Geral</p>', '', '', '', 'N', '', 'Y'),
(1526, 'en', 'Papel higiênico', '<p>Papel higiênico</p>', '', '', '', 'N', '', 'Y'),
(1526, 'es', 'Papel higiênico', '<p>Papel higiênico</p>', '', '', '', 'N', '', 'Y'),
(1526, 'pt', 'Papel higiênico', '<p>Papel higiênico</p>', '', '', '', 'N', '', 'Y'),
(1527, 'en', 'Produtos de algodão', '<p>Produtos de algodão</p>', '', '', '', 'N', '', 'Y'),
(1527, 'es', 'Produtos de algodão', '<p>Produtos de algodão</p>', '', '', '', 'N', '', 'Y'),
(1527, 'pt', 'Produtos de algodão', '<p>Produtos de algodão</p>', '', '', '', 'N', '', 'Y'),
(1528, 'en', 'Incontinência Adulta', '<p>Incontinência Adulta</p>', '', '', '', 'N', '', 'Y'),
(1528, 'es', 'Incontinência Adulta', '<p>Incontinência Adulta</p>', '', '', '', 'N', '', 'Y'),
(1528, 'pt', 'Incontinência Adulta', '<p>Incontinência Adulta</p>', '', '', '', 'N', '', 'Y'),
(1529, 'en', 'Incontinência Adulta -', '<p>Incontinência Adulta -</p>', '', '', '', 'N', '', 'Y'),
(1529, 'es', 'Incontinência Adulta -', '<p>Incontinência Adulta -</p>', '', '', '', 'N', '', 'Y'),
(1529, 'pt', 'Incontinência Adulta -', '<p>Incontinência Adulta -</p>', '', '', '', 'N', '', 'Y'),
(1530, 'en', 'Incontinência Adulta - Fraldas', '<p>Incontinência Adulta - Fraldas</p>', '', '', '', 'N', '', 'Y'),
(1530, 'es', 'Incontinência Adulta - Fraldas', '<p>Incontinência Adulta - Fraldas</p>', '', '', '', 'N', '', 'Y'),
(1530, 'pt', 'Incontinência Adulta - Fraldas', '<p>Incontinência Adulta - Fraldas</p>', '', '', '', 'N', '', 'Y'),
(1531, 'en', 'Incontinência Adulta - Roupa íntima (Descartável)', '<p>Incontinência Adulta - Roupa íntima (Descartável)</p>', '', '', '', 'N', '', 'Y'),
(1531, 'es', 'Incontinência Adulta - Roupa íntima (Descartável)', '<p>Incontinência Adulta - Roupa íntima (Descartável)</p>', '', '', '', 'N', '', 'Y'),
(1531, 'pt', 'Incontinência Adulta - Roupa íntima (Descartável)', '<p>Incontinência Adulta - Roupa íntima (Descartável)</p>', '', '', '', 'N', '', 'Y'),
(1532, 'en', 'Incontinência Adulta - Roupa íntima (Não descartável)', '<p>Incontinência Adulta - Roupa íntima (Não descartável)</p>', '', '', '', 'N', '', 'Y'),
(1532, 'es', 'Incontinência Adulta - Roupa íntima (Não descartável)', '<p>Incontinência Adulta - Roupa íntima (Não descartável)</p>', '', '', '', 'N', '', 'Y'),
(1532, 'pt', 'Incontinência Adulta - Roupa íntima (Não descartável)', '<p>Incontinência Adulta - Roupa íntima (Não descartável)</p>', '', '', '', 'N', '', 'Y'),
(1533, 'en', 'Outros produtos para Incontinência Adulta', '<p>Outros produtos para Incontinência Adulta</p>', '', '', '', 'N', '', 'Y'),
(1533, 'es', 'Outros produtos para Incontinência Adulta', '<p>Outros produtos para Incontinência Adulta</p>', '', '', '', 'N', '', 'Y'),
(1533, 'pt', 'Outros produtos para Incontinência Adulta', '<p>Outros produtos para Incontinência Adulta</p>', '', '', '', 'N', '', 'Y'),
(1534, 'en', 'Pacotes de Variedades para Incontinência Adulta', '<p>Pacotes de Variedades para Incontinência Adulta</p>', '', '', '', 'N', '', 'Y'),
(1534, 'es', 'Pacotes de Variedades para Incontinência Adulta', '<p>Pacotes de Variedades para Incontinência Adulta</p>', '', '', '', 'N', '', 'Y'),
(1534, 'pt', 'Pacotes de Variedades para Incontinência Adulta', '<p>Pacotes de Variedades para Incontinência Adulta</p>', '', '', '', 'N', '', 'Y'),
(1535, 'en', 'Pacotes de variedades de produtos para higiene pessoal', '<p>Pacotes de variedades de produtos para higiene pessoal</p>', '', '', '', 'N', '', 'Y'),
(1535, 'es', 'Pacotes de variedades de produtos para higiene pessoal', '<p>Pacotes de variedades de produtos para higiene pessoal</p>', '', '', '', 'N', '', 'Y'),
(1535, 'pt', 'Pacotes de variedades de produtos para higiene pessoal', '<p>Pacotes de variedades de produtos para higiene pessoal</p>', '', '', '', 'N', '', 'Y'),
(1536, 'en', 'Target Gender', '<p>Target Gender</p>', '', '', '', 'N', '', 'Y'),
(1536, 'es', 'Target Gender', '<p>Target Gender</p>', '', '', '', 'N', '', 'Y'),
(1536, 'pt', 'Target Gender', '<p>Target Gender</p>', '', '', '', 'N', '', 'Y'),
(1537, 'en', 'Produtos para o Corpo', '<p>Produtos para o Corpo</p>', '', '', '', 'N', '', 'Y'),
(1537, 'es', 'Produtos para o Corpo', '<p>Produtos para o Corpo</p>', '', '', '', 'N', '', 'Y'),
(1537, 'pt', 'Produtos para o Corpo', '<p>Produtos para o Corpo</p>', '', '', '', 'N', '', 'Y'),
(1538, 'en', 'Massageador de Banho / Tonificante', '<p>Massageador de Banho / Tonificante</p>', '', '', '', 'N', '', 'Y'),
(1538, 'es', 'Massageador de Banho / Tonificante', '<p>Massageador de Banho / Tonificante</p>', '', '', '', 'N', '', 'Y'),
(1538, 'pt', 'Massageador de Banho / Tonificante', '<p>Massageador de Banho / Tonificante</p>', '', '', '', 'N', '', 'Y'),
(1539, 'en', 'Massagem/Aquecimento Pessoal (Elétrico)', '<p>Massagem/Aquecimento Pessoal (Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1539, 'es', 'Massagem/Aquecimento Pessoal (Elétrico)', '<p>Massagem/Aquecimento Pessoal (Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1539, 'pt', 'Massagem/Aquecimento Pessoal (Elétrico)', '<p>Massagem/Aquecimento Pessoal (Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1540, 'en', 'Massagem/Aquecimento Pessoal (Não Elétrico)', '<p>Massagem/Aquecimento Pessoal (Não Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1540, 'es', 'Massagem/Aquecimento Pessoal (Não Elétrico)', '<p>Massagem/Aquecimento Pessoal (Não Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1540, 'pt', 'Massagem/Aquecimento Pessoal (Não Elétrico)', '<p>Massagem/Aquecimento Pessoal (Não Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1541, 'en', 'Outros Tonificantes/Massagens Corporais', '<p>Outros Tonificantes/Massagens Corporais</p>', '', '', '', 'N', '', 'Y'),
(1541, 'es', 'Outros Tonificantes/Massagens Corporais', '<p>Outros Tonificantes/Massagens Corporais</p>', '', '', '', 'N', '', 'Y'),
(1541, 'pt', 'Outros Tonificantes/Massagens Corporais', '<p>Outros Tonificantes/Massagens Corporais</p>', '', '', '', 'N', '', 'Y'),
(1542, 'en', 'Pacotes de Variedades para Tonificação/Massagem Corporal', '<p>Pacotes de Variedades para Tonificação/Massagem Corporal</p>', '', '', '', 'N', '', 'Y'),
(1542, 'es', 'Pacotes de Variedades para Tonificação/Massagem Corporal', '<p>Pacotes de Variedades para Tonificação/Massagem Corporal</p>', '', '', '', 'N', '', 'Y'),
(1542, 'pt', 'Pacotes de Variedades para Tonificação/Massagem Corporal', '<p>Pacotes de Variedades para Tonificação/Massagem Corporal</p>', '', '', '', 'N', '', 'Y'),
(1543, 'en', 'Produtos Firmadores/Tonificantes para o Corpo (Elétrico)', '<p>Produtos Firmadores/Tonificantes para o Corpo (Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1543, 'es', 'Produtos Firmadores/Tonificantes para o Corpo (Elétrico)', '<p>Produtos Firmadores/Tonificantes para o Corpo (Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1543, 'pt', 'Produtos Firmadores/Tonificantes para o Corpo (Elétrico)', '<p>Produtos Firmadores/Tonificantes para o Corpo (Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1544, 'en', 'Tonificantes/Massagem Corporal - Peças de Reposição', '<p>Tonificantes/Massagem Corporal - Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1544, 'es', 'Tonificantes/Massagem Corporal - Peças de Reposição', '<p>Tonificantes/Massagem Corporal - Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1544, 'pt', 'Tonificantes/Massagem Corporal - Peças de Reposição', '<p>Tonificantes/Massagem Corporal - Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1545, 'en', 'Produtos para pele', '<p>Produtos para pele</p>', '', '', '', 'N', '', 'Y'),
(1545, 'es', 'Produtos para pele', '<p>Produtos para pele</p>', '', '', '', 'N', '', 'Y'),
(1545, 'pt', 'Produtos para pele', '<p>Produtos para pele</p>', '', '', '', 'N', '', 'Y'),
(1546, 'en', 'Banho', '<p>Banho</p>', '', '', '', 'N', '', 'Y'),
(1546, 'es', 'Banho', '<p>Banho</p>', '', '', '', 'N', '', 'Y'),
(1546, 'pt', 'Banho', '<p>Banho</p>', '', '', '', 'N', '', 'Y'),
(1547, 'en', 'Acessórios de Limpeza / Lavagem - Pessoais', '<p>Acessórios de Limpeza / Lavagem - Pessoais</p>', '', '', '', 'N', '', 'Y'),
(1547, 'es', 'Acessórios de Limpeza / Lavagem - Pessoais', '<p>Acessórios de Limpeza / Lavagem - Pessoais</p>', '', '', '', 'N', '', 'Y'),
(1547, 'pt', 'Acessórios de Limpeza / Lavagem - Pessoais', '<p>Acessórios de Limpeza / Lavagem - Pessoais</p>', '', '', '', 'N', '', 'Y'),
(1548, 'en', 'Banho - Pessoal', '<p>Banho - Pessoal</p>', '', '', '', 'N', '', 'Y'),
(1548, 'es', 'Banho - Pessoal', '<p>Banho - Pessoal</p>', '', '', '', 'N', '', 'Y'),
(1548, 'pt', 'Banho - Pessoal', '<p>Banho - Pessoal</p>', '', '', '', 'N', '', 'Y'),
(1549, 'en', 'Lenços - Pessoal', '<p>Lenços - Pessoal</p>', '', '', '', 'N', '', 'Y'),
(1549, 'es', 'Lenços - Pessoal', '<p>Lenços - Pessoal</p>', '', '', '', 'N', '', 'Y'),
(1549, 'pt', 'Lenços - Pessoal', '<p>Lenços - Pessoal</p>', '', '', '', 'N', '', 'Y'),
(1550, 'en', 'Outros produtos para banho', '<p>Outros produtos para banho</p>', '', '', '', 'N', '', 'Y'),
(1550, 'es', 'Outros produtos para banho', '<p>Outros produtos para banho</p>', '', '', '', 'N', '', 'Y'),
(1550, 'pt', 'Outros produtos para banho', '<p>Outros produtos para banho</p>', '', '', '', 'N', '', 'Y'),
(1551, 'en', 'Pacotes de Variedades para Banho', '<p>Pacotes de Variedades para Banho</p>', '', '', '', 'N', '', 'Y'),
(1551, 'es', 'Pacotes de Variedades para Banho', '<p>Pacotes de Variedades para Banho</p>', '', '', '', 'N', '', 'Y'),
(1551, 'pt', 'Pacotes de Variedades para Banho', '<p>Pacotes de Variedades para Banho</p>', '', '', '', 'N', '', 'Y'),
(1552, 'en', 'Sais de banho', '<p>Sais de banho</p>', '', '', '', 'N', '', 'Y'),
(1552, 'es', 'Sais de banho', '<p>Sais de banho</p>', '', '', '', 'N', '', 'Y'),
(1552, 'pt', 'Sais de banho', '<p>Sais de banho</p>', '', '', '', 'N', '', 'Y'),
(1553, 'en', 'Cuidados com a pele', '<p>Cuidados com a pele</p>', '', '', '', 'N', '', 'Y'),
(1553, 'es', 'Cuidados com a pele', '<p>Cuidados com a pele</p>', '', '', '', 'N', '', 'Y'),
(1553, 'pt', 'Cuidados com a pele', '<p>Cuidados com a pele</p>', '', '', '', 'N', '', 'Y'),
(1554, 'en', 'Bálsamo Labial', '<p>Bálsamo Labial</p>', '', '', '', 'N', '', 'Y'),
(1554, 'es', 'Bálsamo Labial', '<p>Bálsamo Labial</p>', '', '', '', 'N', '', 'Y'),
(1554, 'pt', 'Bálsamo Labial', '<p>Bálsamo Labial</p>', '', '', '', 'N', '', 'Y'),
(1555, 'en', 'Cosméticos de limpeza/remoção (elétrico)', '<p>Cosméticos de limpeza/remoção (elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1555, 'es', 'Cosméticos de limpeza/remoção (elétrico)', '<p>Cosméticos de limpeza/remoção (elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1555, 'pt', 'Cosméticos de limpeza/remoção (elétrico)', '<p>Cosméticos de limpeza/remoção (elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1556, 'en', 'Cosméticos removedores/limpeza (não elétrico)', '<p>Cosméticos removedores/limpeza (não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1556, 'es', 'Cosméticos removedores/limpeza (não elétrico)', '<p>Cosméticos removedores/limpeza (não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1556, 'pt', 'Cosméticos removedores/limpeza (não elétrico)', '<p>Cosméticos removedores/limpeza (não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1557, 'en', 'Cuidados com a pele - Peças de reposição', '<p>Cuidados com a pele - Peças de reposição</p>', '', '', '', 'N', '', 'Y'),
(1557, 'es', 'Cuidados com a pele - Peças de reposição', '<p>Cuidados com a pele - Peças de reposição</p>', '', '', '', 'N', '', 'Y'),
(1557, 'pt', 'Cuidados com a pele - Peças de reposição', '<p>Cuidados com a pele - Peças de reposição</p>', '', '', '', 'N', '', 'Y'),
(1558, 'en', 'Cuidados pós-barba', '<p>Cuidados pós-barba</p>', '', '', '', 'N', '', 'Y'),
(1558, 'es', 'Cuidados pós-barba', '<p>Cuidados pós-barba</p>', '', '', '', 'N', '', 'Y'),
(1558, 'pt', 'Cuidados pós-barba', '<p>Cuidados pós-barba</p>', '', '', '', 'N', '', 'Y'),
(1559, 'en', 'Hidratantes Pós-Sol', '<p>Hidratantes Pós-Sol</p>', '', '', '', 'N', '', 'Y'),
(1559, 'es', 'Hidratantes Pós-Sol', '<p>Hidratantes Pós-Sol</p>', '', '', '', 'N', '', 'Y'),
(1559, 'pt', 'Hidratantes Pós-Sol', '<p>Hidratantes Pós-Sol</p>', '', '', '', 'N', '', 'Y'),
(1560, 'en', 'Máscara Facial Refrescante/ Loção Corporal', '<p>Máscara Facial Refrescante/ Loção Corporal</p>', '', '', '', 'N', '', 'Y'),
(1560, 'es', 'Máscara Facial Refrescante/ Loção Corporal', '<p>Máscara Facial Refrescante/ Loção Corporal</p>', '', '', '', 'N', '', 'Y'),
(1560, 'pt', 'Máscara Facial Refrescante/ Loção Corporal', '<p>Máscara Facial Refrescante/ Loção Corporal</p>', '', '', '', 'N', '', 'Y'),
(1561, 'en', 'Máscaras/Esfoliantes', '<p>Máscaras/Esfoliantes</p>', '', '', '', 'N', '', 'Y'),
(1561, 'es', 'Máscaras/Esfoliantes', '<p>Máscaras/Esfoliantes</p>', '', '', '', 'N', '', 'Y'),
(1561, 'pt', 'Máscaras/Esfoliantes', '<p>Máscaras/Esfoliantes</p>', '', '', '', 'N', '', 'Y'),
(1562, 'en', 'Outros Cuidados com a Pele', '<p>Outros Cuidados com a Pele</p>', '', '', '', 'N', '', 'Y'),
(1562, 'es', 'Outros Cuidados com a Pele', '<p>Outros Cuidados com a Pele</p>', '', '', '', 'N', '', 'Y'),
(1562, 'pt', 'Outros Cuidados com a Pele', '<p>Outros Cuidados com a Pele</p>', '', '', '', 'N', '', 'Y'),
(1563, 'en', 'Pacotes de Variedade para Cuidados com a pele', '<p>Pacotes de Variedade para Cuidados com a pele</p>', '', '', '', 'N', '', 'Y'),
(1563, 'es', 'Pacotes de Variedade para Cuidados com a pele', '<p>Pacotes de Variedade para Cuidados com a pele</p>', '', '', '', 'N', '', 'Y'),
(1563, 'pt', 'Pacotes de Variedade para Cuidados com a pele', '<p>Pacotes de Variedade para Cuidados com a pele</p>', '', '', '', 'N', '', 'Y'),
(1564, 'en', 'Produtos hidratantes/ Cuidados com a pele', '<p>Produtos hidratantes/ Cuidados com a pele</p>', '', '', '', 'N', '', 'Y'),
(1564, 'es', 'Produtos hidratantes/ Cuidados com a pele', '<p>Produtos hidratantes/ Cuidados com a pele</p>', '', '', '', 'N', '', 'Y'),
(1564, 'pt', 'Produtos hidratantes/ Cuidados com a pele', '<p>Produtos hidratantes/ Cuidados com a pele</p>', '', '', '', 'N', '', 'Y'),
(1565, 'en', 'Recursos anti-mancha (Elétricos)', '<p>Recursos anti-mancha (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1565, 'es', 'Recursos anti-mancha (Elétricos)', '<p>Recursos anti-mancha (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1565, 'pt', 'Recursos anti-mancha (Elétricos)', '<p>Recursos anti-mancha (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1566, 'en', 'Recursos anti-mancha (não elétrico)', '<p>Recursos anti-mancha (não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1566, 'es', 'Recursos anti-mancha (não elétrico)', '<p>Recursos anti-mancha (não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1566, 'pt', 'Recursos anti-mancha (não elétrico)', '<p>Recursos anti-mancha (não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1567, 'en', 'Talco', '<p>Talco</p>', '', '', '', 'N', '', 'Y'),
(1567, 'es', 'Talco', '<p>Talco</p>', '', '', '', 'N', '', 'Y'),
(1567, 'pt', 'Talco', '<p>Talco</p>', '', '', '', 'N', '', 'Y'),
(1568, 'en', 'Tônicos/Adstringentes', '<p>Tônicos/Adstringentes</p>', '', '', '', 'N', '', 'Y'),
(1568, 'es', 'Tônicos/Adstringentes', '<p>Tônicos/Adstringentes</p>', '', '', '', 'N', '', 'Y'),
(1568, 'pt', 'Tônicos/Adstringentes', '<p>Tônicos/Adstringentes</p>', '', '', '', 'N', '', 'Y'),
(1569, 'en', 'Pacotes de Variedades de Produtos para a Pele', '<p>Pacotes de Variedades de Produtos para a Pele</p>', '', '', '', 'N', '', 'Y'),
(1569, 'es', 'Pacotes de Variedades de Produtos para a Pele', '<p>Pacotes de Variedades de Produtos para a Pele</p>', '', '', '', 'N', '', 'Y'),
(1569, 'pt', 'Pacotes de Variedades de Produtos para a Pele', '<p>Pacotes de Variedades de Produtos para a Pele</p>', '', '', '', 'N', '', 'Y'),
(1570, 'en', 'Produtos para bronzeamento', '<p>Produtos para bronzeamento</p>', '', '', '', 'N', '', 'Y'),
(1570, 'es', 'Produtos para bronzeamento', '<p>Produtos para bronzeamento</p>', '', '', '', 'N', '', 'Y'),
(1570, 'pt', 'Produtos para bronzeamento', '<p>Produtos para bronzeamento</p>', '', '', '', 'N', '', 'Y'),
(1571, 'en', 'Bronzeadores', '<p>Bronzeadores</p>', '', '', '', 'N', '', 'Y'),
(1571, 'es', 'Bronzeadores', '<p>Bronzeadores</p>', '', '', '', 'N', '', 'Y'),
(1571, 'pt', 'Bronzeadores', '<p>Bronzeadores</p>', '', '', '', 'N', '', 'Y'),
(1572, 'en', 'Bronzeadores - Atual (Não automáticos)', '<p>Bronzeadores - Atual (Não automáticos)</p>', '', '', '', 'N', '', 'Y'),
(1572, 'es', 'Bronzeadores - Atual (Não automáticos)', '<p>Bronzeadores - Atual (Não automáticos)</p>', '', '', '', 'N', '', 'Y'),
(1572, 'pt', 'Bronzeadores - Atual (Não automáticos)', '<p>Bronzeadores - Atual (Não automáticos)</p>', '', '', '', 'N', '', 'Y'),
(1573, 'en', 'Bronzeadores - Via oral (Convencional)', '<p>Bronzeadores - Via oral (Convencional)</p>', '', '', '', 'N', '', 'Y'),
(1573, 'es', 'Bronzeadores - Via oral (Convencional)', '<p>Bronzeadores - Via oral (Convencional)</p>', '', '', '', 'N', '', 'Y'),
(1573, 'pt', 'Bronzeadores - Via oral (Convencional)', '<p>Bronzeadores - Via oral (Convencional)</p>', '', '', '', 'N', '', 'Y'),
(1574, 'en', 'Outros Produtos para Bronzeamento', '<p>Outros Produtos para Bronzeamento</p>', '', '', '', 'N', '', 'Y'),
(1574, 'es', 'Outros Produtos para Bronzeamento', '<p>Outros Produtos para Bronzeamento</p>', '', '', '', 'N', '', 'Y'),
(1574, 'pt', 'Outros Produtos para Bronzeamento', '<p>Outros Produtos para Bronzeamento</p>', '', '', '', 'N', '', 'Y'),
(1575, 'en', 'Pacotes de Variedade de Produtos de Bronzeamento', '<p>Pacotes de Variedade de Produtos de Bronzeamento</p>', '', '', '', 'N', '', 'Y'),
(1575, 'es', 'Pacotes de Variedade de Produtos de Bronzeamento', '<p>Pacotes de Variedade de Produtos de Bronzeamento</p>', '', '', '', 'N', '', 'Y'),
(1575, 'pt', 'Pacotes de Variedade de Produtos de Bronzeamento', '<p>Pacotes de Variedade de Produtos de Bronzeamento</p>', '', '', '', 'N', '', 'Y'),
(1576, 'en', 'Produtos Aceleradores de Bronzeamento', '<p>Produtos Aceleradores de Bronzeamento</p>', '', '', '', 'N', '', 'Y'),
(1576, 'es', 'Produtos Aceleradores de Bronzeamento', '<p>Produtos Aceleradores de Bronzeamento</p>', '', '', '', 'N', '', 'Y'),
(1576, 'pt', 'Produtos Aceleradores de Bronzeamento', '<p>Produtos Aceleradores de Bronzeamento</p>', '', '', '', 'N', '', 'Y'),
(1577, 'en', 'Produtos de proteção solar', '<p>Produtos de proteção solar</p>', '', '', '', 'N', '', 'Y'),
(1577, 'es', 'Produtos de proteção solar', '<p>Produtos de proteção solar</p>', '', '', '', 'N', '', 'Y'),
(1577, 'pt', 'Produtos de proteção solar', '<p>Produtos de proteção solar</p>', '', '', '', 'N', '', 'Y'),
(1578, 'en', 'Produtos para bronzeamento - Peças de reposição', '<p>Produtos para bronzeamento - Peças de reposição</p>', '', '', '', 'N', '', 'Y'),
(1578, 'es', 'Produtos para bronzeamento - Peças de reposição', '<p>Produtos para bronzeamento - Peças de reposição</p>', '', '', '', 'N', '', 'Y'),
(1578, 'pt', 'Produtos para bronzeamento - Peças de reposição', '<p>Produtos para bronzeamento - Peças de reposição</p>', '', '', '', 'N', '', 'Y'),
(1579, 'en', 'Brinquedos/Jogos', '<p>Brinquedos/Jogos</p>', '', '', '', 'N', '', 'Y'),
(1579, 'es', 'Brinquedos/Jogos', '<p>Brinquedos/Jogos</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(1579, 'pt', 'Brinquedos/Jogos', '<p>Brinquedos/Jogos</p>', '', '', '', 'N', '', 'Y'),
(1580, 'en', 'Brinquedos/Jogos', '<p>Brinquedos/Jogos</p>', '', '', '', 'N', '', 'Y'),
(1580, 'es', 'Brinquedos/Jogos', '<p>Brinquedos/Jogos</p>', '', '', '', 'N', '', 'Y'),
(1580, 'pt', 'Brinquedos/Jogos', '<p>Brinquedos/Jogos</p>', '', '', '', 'N', '', 'Y'),
(1581, 'en', 'Acessórios/Trajes à Fantasia', '<p>Acessórios/Trajes à Fantasia</p>', '', '', '', 'N', '', 'Y'),
(1581, 'es', 'Acessórios/Trajes à Fantasia', '<p>Acessórios/Trajes à Fantasia</p>', '', '', '', 'N', '', 'Y'),
(1581, 'pt', 'Acessórios/Trajes à Fantasia', '<p>Acessórios/Trajes à Fantasia</p>', '', '', '', 'N', '', 'Y'),
(1582, 'en', 'Acessórios para Fantasia (Elétricos)', '<p>Acessórios para Fantasia (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1582, 'es', 'Acessórios para Fantasia (Elétricos)', '<p>Acessórios para Fantasia (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1582, 'pt', 'Acessórios para Fantasia (Elétricos)', '<p>Acessórios para Fantasia (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1583, 'en', 'Acessórios para Trajes à Fantasia (Não elétricos)', '<p>Acessórios para Trajes à Fantasia (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1583, 'es', 'Acessórios para Trajes à Fantasia (Não elétricos)', '<p>Acessórios para Trajes à Fantasia (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1583, 'pt', 'Acessórios para Trajes à Fantasia (Não elétricos)', '<p>Acessórios para Trajes à Fantasia (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1584, 'en', 'Outros Acessórios/Trajes à Fantasia', '<p>Outros Acessórios/Trajes à Fantasia</p>', '', '', '', 'N', '', 'Y'),
(1584, 'es', 'Outros Acessórios/Trajes à Fantasia', '<p>Outros Acessórios/Trajes à Fantasia</p>', '', '', '', 'N', '', 'Y'),
(1584, 'pt', 'Outros Acessórios/Trajes à Fantasia', '<p>Outros Acessórios/Trajes à Fantasia</p>', '', '', '', 'N', '', 'Y'),
(1585, 'en', 'Pacotes de Variedades para Acessórios/Trajes à Fantasia', '<p>Pacotes de Variedades para Acessórios/Trajes à Fantasia</p>', '', '', '', 'N', '', 'Y'),
(1585, 'es', 'Pacotes de Variedades para Acessórios/Trajes à Fantasia', '<p>Pacotes de Variedades para Acessórios/Trajes à Fantasia</p>', '', '', '', 'N', '', 'Y'),
(1585, 'pt', 'Pacotes de Variedades para Acessórios/Trajes à Fantasia', '<p>Pacotes de Variedades para Acessórios/Trajes à Fantasia</p>', '', '', '', 'N', '', 'Y'),
(1586, 'en', 'Trajes à Fantasia', '<p>Trajes à Fantasia</p>', '', '', '', 'N', '', 'Y'),
(1586, 'es', 'Trajes à Fantasia', '<p>Trajes à Fantasia</p>', '', '', '', 'N', '', 'Y'),
(1586, 'pt', 'Trajes à Fantasia', '<p>Trajes à Fantasia</p>', '', '', '', 'N', '', 'Y'),
(1587, 'en', 'bonecas/marionetes/bonecos de personagens de aventura/bichos de pelúcia', '<p>bonecas/marionetes/bonecos de personagens de aventura/bichos de pelúcia</p>', '', '', '', 'N', '', 'Y'),
(1587, 'es', 'bonecas/marionetes/bonecos de personagens de aventura/bichos de pelúcia', '<p>bonecas/marionetes/bonecos de personagens de aventura/bichos de pelúcia</p>', '', '', '', 'N', '', 'Y'),
(1587, 'pt', 'bonecas/marionetes/bonecos de personagens de aventura/bichos de pelúcia', '<p>bonecas/marionetes/bonecos de personagens de aventura/bichos de pelúcia</p>', '', '', '', 'N', '', 'Y'),
(1588, 'en', 'Bonecas/Pelúcias (Elétricos)', '<p>Bonecas/Pelúcias (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1588, 'es', 'Bonecas/Pelúcias (Elétricos)', '<p>Bonecas/Pelúcias (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1588, 'pt', 'Bonecas/Pelúcias (Elétricos)', '<p>Bonecas/Pelúcias (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1589, 'en', 'Bonecos de aventura (energizados)', '<p>Bonecos de aventura (energizados)</p>', '', '', '', 'N', '', 'Y'),
(1589, 'es', 'Bonecos de aventura (energizados)', '<p>Bonecos de aventura (energizados)</p>', '', '', '', 'N', '', 'Y'),
(1589, 'pt', 'Bonecos de aventura (energizados)', '<p>Bonecos de aventura (energizados)</p>', '', '', '', 'N', '', 'Y'),
(1590, 'en', 'Fantoches', '<p>Fantoches</p>', '', '', '', 'N', '', 'Y'),
(1590, 'es', 'Fantoches', '<p>Fantoches</p>', '', '', '', 'N', '', 'Y'),
(1590, 'pt', 'Fantoches', '<p>Fantoches</p>', '', '', '', 'N', '', 'Y'),
(1591, 'en', 'Figuras de ação (não elétricco)', '<p>Figuras de ação (não elétricco)</p>', '', '', '', 'N', '', 'Y'),
(1591, 'es', 'Figuras de ação (não elétricco)', '<p>Figuras de ação (não elétricco)</p>', '', '', '', 'N', '', 'Y'),
(1591, 'pt', 'Figuras de ação (não elétricco)', '<p>Figuras de ação (não elétricco)</p>', '', '', '', 'N', '', 'Y'),
(1592, 'en', 'Outras Bonecas/Fantoches/Pelúcias', '<p>Outras Bonecas/Fantoches/Pelúcias</p>', '', '', '', 'N', '', 'Y'),
(1592, 'es', 'Outras Bonecas/Fantoches/Pelúcias', '<p>Outras Bonecas/Fantoches/Pelúcias</p>', '', '', '', 'N', '', 'Y'),
(1592, 'pt', 'Outras Bonecas/Fantoches/Pelúcias', '<p>Outras Bonecas/Fantoches/Pelúcias</p>', '', '', '', 'N', '', 'Y'),
(1593, 'en', 'Pelúcias/Bonecas (Não elétricas)', '<p>Pelúcias/Bonecas (Não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1593, 'es', 'Pelúcias/Bonecas (Não elétricas)', '<p>Pelúcias/Bonecas (Não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1593, 'pt', 'Pelúcias/Bonecas (Não elétricas)', '<p>Pelúcias/Bonecas (Não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1594, 'en', 'Bonecas/marionetes/bonecos de personagens de aventura/bichos de pelúcia', '<p>Bonecas/marionetes/bonecos de personagens de aventura/bichos de pelúcia</p>', '', '', '', 'N', '', 'Y'),
(1594, 'es', 'Bonecas/marionetes/bonecos de personagens de aventura/bichos de pelúcia', '<p>Bonecas/marionetes/bonecos de personagens de aventura/bichos de pelúcia</p>', '', '', '', 'N', '', 'Y'),
(1594, 'pt', 'Bonecas/marionetes/bonecos de personagens de aventura/bichos de pelúcia', '<p>Bonecas/marionetes/bonecos de personagens de aventura/bichos de pelúcia</p>', '', '', '', 'N', '', 'Y'),
(1595, 'en', 'Acessórios Cosméticos e de Beleza para Bonecas', '<p>Acessórios Cosméticos e de Beleza para Bonecas</p>', '', '', '', 'N', '', 'Y'),
(1595, 'es', 'Acessórios Cosméticos e de Beleza para Bonecas', '<p>Acessórios Cosméticos e de Beleza para Bonecas</p>', '', '', '', 'N', '', 'Y'),
(1595, 'pt', 'Acessórios Cosméticos e de Beleza para Bonecas', '<p>Acessórios Cosméticos e de Beleza para Bonecas</p>', '', '', '', 'N', '', 'Y'),
(1596, 'en', 'Acessórios para bonecos de seriado de aventura', '<p>Acessórios para bonecos de seriado de aventura</p>', '', '', '', 'N', '', 'Y'),
(1596, 'es', 'Acessórios para bonecos de seriado de aventura', '<p>Acessórios para bonecos de seriado de aventura</p>', '', '', '', 'N', '', 'Y'),
(1596, 'pt', 'Acessórios para bonecos de seriado de aventura', '<p>Acessórios para bonecos de seriado de aventura</p>', '', '', '', 'N', '', 'Y'),
(1597, 'en', 'Cabeças de Bonecas Estilizadas (Elétricas)', '<p>Cabeças de Bonecas Estilizadas (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1597, 'es', 'Cabeças de Bonecas Estilizadas (Elétricas)', '<p>Cabeças de Bonecas Estilizadas (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1597, 'pt', 'Cabeças de Bonecas Estilizadas (Elétricas)', '<p>Cabeças de Bonecas Estilizadas (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1598, 'en', 'Cabeças de Bonecas Estilizadas (Não elétricas)', '<p>Cabeças de Bonecas Estilizadas (Não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1598, 'es', 'Cabeças de Bonecas Estilizadas (Não elétricas)', '<p>Cabeças de Bonecas Estilizadas (Não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1598, 'pt', 'Cabeças de Bonecas Estilizadas (Não elétricas)', '<p>Cabeças de Bonecas Estilizadas (Não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1599, 'en', 'Configurações/Montagens de Bonecas', '<p>Configurações/Montagens de Bonecas</p>', '', '', '', 'N', '', 'Y'),
(1599, 'es', 'Configurações/Montagens de Bonecas', '<p>Configurações/Montagens de Bonecas</p>', '', '', '', 'N', '', 'Y'),
(1599, 'pt', 'Configurações/Montagens de Bonecas', '<p>Configurações/Montagens de Bonecas</p>', '', '', '', 'N', '', 'Y'),
(1600, 'en', 'Móveis para Bonecas', '<p>Móveis para Bonecas</p>', '', '', '', 'N', '', 'Y'),
(1600, 'es', 'Móveis para Bonecas', '<p>Móveis para Bonecas</p>', '', '', '', 'N', '', 'Y'),
(1600, 'pt', 'Móveis para Bonecas', '<p>Móveis para Bonecas</p>', '', '', '', 'N', '', 'Y'),
(1601, 'en', 'Outros Acessórios para Bonecas/Fantoches/Pelúcias', '<p>Outros Acessórios para Bonecas/Fantoches/Pelúcias</p>', '', '', '', 'N', '', 'Y'),
(1601, 'es', 'Outros Acessórios para Bonecas/Fantoches/Pelúcias', '<p>Outros Acessórios para Bonecas/Fantoches/Pelúcias</p>', '', '', '', 'N', '', 'Y'),
(1601, 'pt', 'Outros Acessórios para Bonecas/Fantoches/Pelúcias', '<p>Outros Acessórios para Bonecas/Fantoches/Pelúcias</p>', '', '', '', 'N', '', 'Y'),
(1602, 'en', 'Pacotes de Variedades para Acessórios de Bonecas, Fantoches/Pelúcias', '<p>Pacotes de Variedades para Acessórios de Bonecas, Fantoches/Pelúcias</p>', '', '', '', 'N', '', 'Y'),
(1602, 'es', 'Pacotes de Variedades para Acessórios de Bonecas, Fantoches/Pelúcias', '<p>Pacotes de Variedades para Acessórios de Bonecas, Fantoches/Pelúcias</p>', '', '', '', 'N', '', 'Y'),
(1602, 'pt', 'Pacotes de Variedades para Acessórios de Bonecas, Fantoches/Pelúcias', '<p>Pacotes de Variedades para Acessórios de Bonecas, Fantoches/Pelúcias</p>', '', '', '', 'N', '', 'Y'),
(1603, 'en', 'Roupas para Bonecas', '<p>Roupas para Bonecas</p>', '', '', '', 'N', '', 'Y'),
(1603, 'es', 'Roupas para Bonecas', '<p>Roupas para Bonecas</p>', '', '', '', 'N', '', 'Y'),
(1603, 'pt', 'Roupas para Bonecas', '<p>Roupas para Bonecas</p>', '', '', '', 'N', '', 'Y'),
(1604, 'en', 'Teatros para Fantoche', '<p>Teatros para Fantoche</p>', '', '', '', 'N', '', 'Y'),
(1604, 'es', 'Teatros para Fantoche', '<p>Teatros para Fantoche</p>', '', '', '', 'N', '', 'Y'),
(1604, 'pt', 'Teatros para Fantoche', '<p>Teatros para Fantoche</p>', '', '', '', 'N', '', 'Y'),
(1605, 'en', 'Brinquedos - Passeio', '<p>Brinquedos - Passeio</p>', '', '', '', 'N', '', 'Y'),
(1605, 'es', 'Brinquedos - Passeio', '<p>Brinquedos - Passeio</p>', '', '', '', 'N', '', 'Y'),
(1605, 'pt', 'Brinquedos - Passeio', '<p>Brinquedos - Passeio</p>', '', '', '', 'N', '', 'Y'),
(1606, 'en', 'Brinquedos - Acessórios para Passeio', '<p>Brinquedos - Acessórios para Passeio</p>', '', '', '', 'N', '', 'Y'),
(1606, 'es', 'Brinquedos - Acessórios para Passeio', '<p>Brinquedos - Acessórios para Passeio</p>', '', '', '', 'N', '', 'Y'),
(1606, 'pt', 'Brinquedos - Acessórios para Passeio', '<p>Brinquedos - Acessórios para Passeio</p>', '', '', '', 'N', '', 'Y'),
(1607, 'en', 'Brinquedos - Outros Passeios', '<p>Brinquedos - Outros Passeios</p>', '', '', '', 'N', '', 'Y'),
(1607, 'es', 'Brinquedos - Outros Passeios', '<p>Brinquedos - Outros Passeios</p>', '', '', '', 'N', '', 'Y'),
(1607, 'pt', 'Brinquedos - Outros Passeios', '<p>Brinquedos - Outros Passeios</p>', '', '', '', 'N', '', 'Y'),
(1608, 'en', 'Brinquedos - Passeio (Elétricos)', '<p>Brinquedos - Passeio (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1608, 'es', 'Brinquedos - Passeio (Elétricos)', '<p>Brinquedos - Passeio (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1608, 'pt', 'Brinquedos - Passeio (Elétricos)', '<p>Brinquedos - Passeio (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1609, 'en', 'Brinquedos - Passeio (Não elétricos)', '<p>Brinquedos - Passeio (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1609, 'es', 'Brinquedos - Passeio (Não elétricos)', '<p>Brinquedos - Passeio (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1609, 'pt', 'Brinquedos - Passeio (Não elétricos)', '<p>Brinquedos - Passeio (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1610, 'en', 'Brinquedos / Jogos - Outros', '<p>Brinquedos / Jogos - Outros</p>', '', '', '', 'N', '', 'Y'),
(1610, 'es', 'Brinquedos / Jogos - Outros', '<p>Brinquedos / Jogos - Outros</p>', '', '', '', 'N', '', 'Y'),
(1610, 'pt', 'Brinquedos / Jogos - Outros', '<p>Brinquedos / Jogos - Outros</p>', '', '', '', 'N', '', 'Y'),
(1611, 'en', 'Brinquedos / Jogos - Outros', '<p>Brinquedos / Jogos - Outros</p>', '', '', '', 'N', '', 'Y'),
(1611, 'es', 'Brinquedos / Jogos - Outros', '<p>Brinquedos / Jogos - Outros</p>', '', '', '', 'N', '', 'Y'),
(1611, 'pt', 'Brinquedos / Jogos - Outros', '<p>Brinquedos / Jogos - Outros</p>', '', '', '', 'N', '', 'Y'),
(1612, 'en', 'Pegadinhas', '<p>Pegadinhas</p>', '', '', '', 'N', '', 'Y'),
(1612, 'es', 'Pegadinhas', '<p>Pegadinhas</p>', '', '', '', 'N', '', 'Y'),
(1612, 'pt', 'Pegadinhas', '<p>Pegadinhas</p>', '', '', '', 'N', '', 'Y'),
(1613, 'en', 'Brinquedos Educativos', '<p>Brinquedos Educativos</p>', '', '', '', 'N', '', 'Y'),
(1613, 'es', 'Brinquedos Educativos', '<p>Brinquedos Educativos</p>', '', '', '', 'N', '', 'Y'),
(1613, 'pt', 'Brinquedos Educativos', '<p>Brinquedos Educativos</p>', '', '', '', 'N', '', 'Y'),
(1614, 'en', 'Acessórios para Computador de Brinquedo', '<p>Acessórios para Computador de Brinquedo</p>', '', '', '', 'N', '', 'Y'),
(1614, 'es', 'Acessórios para Computador de Brinquedo', '<p>Acessórios para Computador de Brinquedo</p>', '', '', '', 'N', '', 'Y'),
(1614, 'pt', 'Acessórios para Computador de Brinquedo', '<p>Acessórios para Computador de Brinquedo</p>', '', '', '', 'N', '', 'Y'),
(1615, 'en', 'Acessórios/Pranchetas para Desenho de Brinquedo.', '<p>Acessórios/Pranchetas para Desenho de Brinquedo.</p>', '', '', '', 'N', '', 'Y'),
(1615, 'es', 'Acessórios/Pranchetas para Desenho de Brinquedo.', '<p>Acessórios/Pranchetas para Desenho de Brinquedo.</p>', '', '', '', 'N', '', 'Y'),
(1615, 'pt', 'Acessórios/Pranchetas para Desenho de Brinquedo.', '<p>Acessórios/Pranchetas para Desenho de Brinquedo.</p>', '', '', '', 'N', '', 'Y'),
(1616, 'en', 'blocos de Montar (Elétricos)', '<p>blocos de Montar (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1616, 'es', 'blocos de Montar (Elétricos)', '<p>blocos de Montar (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1616, 'pt', 'blocos de Montar (Elétricos)', '<p>blocos de Montar (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1617, 'en', 'Blocos de Montar (Não elétricos)', '<p>Blocos de Montar (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1617, 'es', 'Blocos de Montar (Não elétricos)', '<p>Blocos de Montar (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1617, 'pt', 'Blocos de Montar (Não elétricos)', '<p>Blocos de Montar (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1618, 'en', 'Brinquedos Aquáticos para Piscina/Banho', '<p>Brinquedos Aquáticos para Piscina/Banho</p>', '', '', '', 'N', '', 'Y'),
(1618, 'es', 'Brinquedos Aquáticos para Piscina/Banho', '<p>Brinquedos Aquáticos para Piscina/Banho</p>', '', '', '', 'N', '', 'Y'),
(1618, 'pt', 'Brinquedos Aquáticos para Piscina/Banho', '<p>Brinquedos Aquáticos para Piscina/Banho</p>', '', '', '', 'N', '', 'Y'),
(1619, 'en', 'Brinquedos Científicos (Elétricos)', '<p>Brinquedos Científicos (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1619, 'es', 'Brinquedos Científicos (Elétricos)', '<p>Brinquedos Científicos (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1619, 'pt', 'Brinquedos Científicos (Elétricos)', '<p>Brinquedos Científicos (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1620, 'en', 'Brinquedos Científicos (Não elétricos)', '<p>Brinquedos Científicos (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1620, 'es', 'Brinquedos Científicos (Não elétricos)', '<p>Brinquedos Científicos (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1620, 'pt', 'Brinquedos Científicos (Não elétricos)', '<p>Brinquedos Científicos (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1621, 'en', 'Brinquedos de Empurrar/Puxar (Elétricos)', '<p>Brinquedos de Empurrar/Puxar (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1621, 'es', 'Brinquedos de Empurrar/Puxar (Elétricos)', '<p>Brinquedos de Empurrar/Puxar (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1621, 'pt', 'Brinquedos de Empurrar/Puxar (Elétricos)', '<p>Brinquedos de Empurrar/Puxar (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1622, 'en', 'Brinquedos infantis que estimulam o bebê (Não elétricos)', '<p>Brinquedos infantis que estimulam o bebê (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1622, 'es', 'Brinquedos infantis que estimulam o bebê (Não elétricos)', '<p>Brinquedos infantis que estimulam o bebê (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1622, 'pt', 'Brinquedos infantis que estimulam o bebê (Não elétricos)', '<p>Brinquedos infantis que estimulam o bebê (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1623, 'en', 'Brinquedos infantis que estimulam os bebês (Elétrico)', '<p>Brinquedos infantis que estimulam os bebês (Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1623, 'es', 'Brinquedos infantis que estimulam os bebês (Elétrico)', '<p>Brinquedos infantis que estimulam os bebês (Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1623, 'pt', 'Brinquedos infantis que estimulam os bebês (Elétrico)', '<p>Brinquedos infantis que estimulam os bebês (Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1624, 'en', 'Brinquedos para Comunicação (Elétricos)', '<p>Brinquedos para Comunicação (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1624, 'es', 'Brinquedos para Comunicação (Elétricos)', '<p>Brinquedos para Comunicação (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1624, 'pt', 'Brinquedos para Comunicação (Elétricos)', '<p>Brinquedos para Comunicação (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1625, 'en', 'Brinquedos para Comunicação (Não elétrico)', '<p>Brinquedos para Comunicação (Não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1625, 'es', 'Brinquedos para Comunicação (Não elétrico)', '<p>Brinquedos para Comunicação (Não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1625, 'pt', 'Brinquedos para Comunicação (Não elétrico)', '<p>Brinquedos para Comunicação (Não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1626, 'en', 'Brinquedos para Empurrar/Puxar (Não elétricos)', '<p>Brinquedos para Empurrar/Puxar (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1626, 'es', 'Brinquedos para Empurrar/Puxar (Não elétricos)', '<p>Brinquedos para Empurrar/Puxar (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1626, 'pt', 'Brinquedos para Empurrar/Puxar (Não elétricos)', '<p>Brinquedos para Empurrar/Puxar (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1627, 'en', 'Brinquedos para visualização (Elétricos)', '<p>Brinquedos para visualização (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1627, 'es', 'Brinquedos para visualização (Elétricos)', '<p>Brinquedos para visualização (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1627, 'pt', 'Brinquedos para visualização (Elétricos)', '<p>Brinquedos para visualização (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1628, 'en', 'Brinquedos para Visualização (Não elétricos)', '<p>Brinquedos para Visualização (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1628, 'es', 'Brinquedos para Visualização (Não elétricos)', '<p>Brinquedos para Visualização (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1628, 'pt', 'Brinquedos para Visualização (Não elétricos)', '<p>Brinquedos para Visualização (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1629, 'en', 'Computadores de Brinquedo', '<p>Computadores de Brinquedo</p>', '', '', '', 'N', '', 'Y'),
(1629, 'es', 'Computadores de Brinquedo', '<p>Computadores de Brinquedo</p>', '', '', '', 'N', '', 'Y'),
(1629, 'pt', 'Computadores de Brinquedo', '<p>Computadores de Brinquedo</p>', '', '', '', 'N', '', 'Y'),
(1630, 'en', 'Montagem do modelo de brinquedo (elétrico)', '<p>Montagem do modelo de brinquedo (elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1630, 'es', 'Montagem do modelo de brinquedo (elétrico)', '<p>Montagem do modelo de brinquedo (elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1630, 'pt', 'Montagem do modelo de brinquedo (elétrico)', '<p>Montagem do modelo de brinquedo (elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1631, 'en', 'Montagem do modelo de brinquedo (não elétrico)', '<p>Montagem do modelo de brinquedo (não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1631, 'es', 'Montagem do modelo de brinquedo (não elétrico)', '<p>Montagem do modelo de brinquedo (não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1631, 'pt', 'Montagem do modelo de brinquedo (não elétrico)', '<p>Montagem do modelo de brinquedo (não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1632, 'en', 'Outros brinquedos educacionais', '<p>Outros brinquedos educacionais</p>', '', '', '', 'N', '', 'Y'),
(1632, 'es', 'Outros brinquedos educacionais', '<p>Outros brinquedos educacionais</p>', '', '', '', 'N', '', 'Y'),
(1632, 'pt', 'Outros brinquedos educacionais', '<p>Outros brinquedos educacionais</p>', '', '', '', 'N', '', 'Y'),
(1633, 'en', 'Pacotes de Variedades para Brinquedos Educacionais', '<p>Pacotes de Variedades para Brinquedos Educacionais</p>', '', '', '', 'N', '', 'Y'),
(1633, 'es', 'Pacotes de Variedades para Brinquedos Educacionais', '<p>Pacotes de Variedades para Brinquedos Educacionais</p>', '', '', '', 'N', '', 'Y'),
(1633, 'pt', 'Pacotes de Variedades para Brinquedos Educacionais', '<p>Pacotes de Variedades para Brinquedos Educacionais</p>', '', '', '', 'N', '', 'Y'),
(1634, 'en', 'Piões/Ioiôs', '<p>Piões/Ioiôs</p>', '', '', '', 'N', '', 'Y'),
(1634, 'es', 'Piões/Ioiôs', '<p>Piões/Ioiôs</p>', '', '', '', 'N', '', 'Y'),
(1634, 'pt', 'Piões/Ioiôs', '<p>Piões/Ioiôs</p>', '', '', '', 'N', '', 'Y'),
(1635, 'en', 'Brinquedos Musicais', '<p>Brinquedos Musicais</p>', '', '', '', 'N', '', 'Y'),
(1635, 'es', 'Brinquedos Musicais', '<p>Brinquedos Musicais</p>', '', '', '', 'N', '', 'Y'),
(1635, 'pt', 'Brinquedos Musicais', '<p>Brinquedos Musicais</p>', '', '', '', 'N', '', 'Y'),
(1636, 'en', 'Brinquedos Musicais (Elétricos)', '<p>Brinquedos Musicais (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1636, 'es', 'Brinquedos Musicais (Elétricos)', '<p>Brinquedos Musicais (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1636, 'pt', 'Brinquedos Musicais (Elétricos)', '<p>Brinquedos Musicais (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1637, 'en', 'Brinquedos Musicais (Não elétricos)', '<p>Brinquedos Musicais (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1637, 'es', 'Brinquedos Musicais (Não elétricos)', '<p>Brinquedos Musicais (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1637, 'pt', 'Brinquedos Musicais (Não elétricos)', '<p>Brinquedos Musicais (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1638, 'en', 'Outros Brinquedos Musicais', '<p>Outros Brinquedos Musicais</p>', '', '', '', 'N', '', 'Y'),
(1638, 'es', 'Outros Brinquedos Musicais', '<p>Outros Brinquedos Musicais</p>', '', '', '', 'N', '', 'Y'),
(1638, 'pt', 'Outros Brinquedos Musicais', '<p>Outros Brinquedos Musicais</p>', '', '', '', 'N', '', 'Y'),
(1639, 'en', 'Brinquedos para Faz de Conta', '<p>Brinquedos para Faz de Conta</p>', '', '', '', 'N', '', 'Y'),
(1639, 'es', 'Brinquedos para Faz de Conta', '<p>Brinquedos para Faz de Conta</p>', '', '', '', 'N', '', 'Y'),
(1639, 'pt', 'Brinquedos para Faz de Conta', '<p>Brinquedos para Faz de Conta</p>', '', '', '', 'N', '', 'Y'),
(1640, 'en', 'Teatrinho - Brinquedos Comerciais/Escritório/ Compras', '<p>Teatrinho - Brinquedos Comerciais/Escritório/ Compras</p>', '', '', '', 'N', '', 'Y'),
(1640, 'es', 'Teatrinho - Brinquedos Comerciais/Escritório/ Compras', '<p>Teatrinho - Brinquedos Comerciais/Escritório/ Compras</p>', '', '', '', 'N', '', 'Y'),
(1640, 'pt', 'Teatrinho - Brinquedos Comerciais/Escritório/ Compras', '<p>Teatrinho - Brinquedos Comerciais/Escritório/ Compras</p>', '', '', '', 'N', '', 'Y'),
(1641, 'en', 'Teatrinho - Brinquedos para Limpeza/Jardinagem/Faça Você Mesmo', '<p>Teatrinho - Brinquedos para Limpeza/Jardinagem/Faça Você Mesmo</p>', '', '', '', 'N', '', 'Y'),
(1641, 'es', 'Teatrinho - Brinquedos para Limpeza/Jardinagem/Faça Você Mesmo', '<p>Teatrinho - Brinquedos para Limpeza/Jardinagem/Faça Você Mesmo</p>', '', '', '', 'N', '', 'Y'),
(1641, 'pt', 'Teatrinho - Brinquedos para Limpeza/Jardinagem/Faça Você Mesmo', '<p>Teatrinho - Brinquedos para Limpeza/Jardinagem/Faça Você Mesmo</p>', '', '', '', 'N', '', 'Y'),
(1642, 'en', 'Teatrinho - Cozinha de Brinquedo', '<p>Teatrinho - Cozinha de Brinquedo</p>', '', '', '', 'N', '', 'Y'),
(1642, 'es', 'Teatrinho - Cozinha de Brinquedo', '<p>Teatrinho - Cozinha de Brinquedo</p>', '', '', '', 'N', '', 'Y'),
(1642, 'pt', 'Teatrinho - Cozinha de Brinquedo', '<p>Teatrinho - Cozinha de Brinquedo</p>', '', '', '', 'N', '', 'Y'),
(1643, 'en', 'Jogos ao ar livre/estruturas para jogos', '<p>Jogos ao ar livre/estruturas para jogos</p>', '', '', '', 'N', '', 'Y'),
(1643, 'es', 'Jogos ao ar livre/estruturas para jogos', '<p>Jogos ao ar livre/estruturas para jogos</p>', '', '', '', 'N', '', 'Y'),
(1643, 'pt', 'Jogos ao ar livre/estruturas para jogos', '<p>Jogos ao ar livre/estruturas para jogos</p>', '', '', '', 'N', '', 'Y'),
(1644, 'en', 'Estruturas para brincadeiras ao ar livre', '<p>Estruturas para brincadeiras ao ar livre</p>', '', '', '', 'N', '', 'Y'),
(1644, 'es', 'Estruturas para brincadeiras ao ar livre', '<p>Estruturas para brincadeiras ao ar livre</p>', '', '', '', 'N', '', 'Y'),
(1644, 'pt', 'Estruturas para brincadeiras ao ar livre', '<p>Estruturas para brincadeiras ao ar livre</p>', '', '', '', 'N', '', 'Y'),
(1645, 'en', 'Jogos ao ar livre/ Outras estruturas para jogos', '<p>Jogos ao ar livre/ Outras estruturas para jogos</p>', '', '', '', 'N', '', 'Y'),
(1645, 'es', 'Jogos ao ar livre/ Outras estruturas para jogos', '<p>Jogos ao ar livre/ Outras estruturas para jogos</p>', '', '', '', 'N', '', 'Y'),
(1645, 'pt', 'Jogos ao ar livre/ Outras estruturas para jogos', '<p>Jogos ao ar livre/ Outras estruturas para jogos</p>', '', '', '', 'N', '', 'Y'),
(1646, 'en', 'Jogos ao ar livre/jardim', '<p>Jogos ao ar livre/jardim</p>', '', '', '', 'N', '', 'Y'),
(1646, 'es', 'Jogos ao ar livre/jardim', '<p>Jogos ao ar livre/jardim</p>', '', '', '', 'N', '', 'Y'),
(1646, 'pt', 'Jogos ao ar livre/jardim', '<p>Jogos ao ar livre/jardim</p>', '', '', '', 'N', '', 'Y'),
(1647, 'en', 'Jogos de Mesa', '<p>Jogos de Mesa</p>', '', '', '', 'N', '', 'Y'),
(1647, 'es', 'Jogos de Mesa', '<p>Jogos de Mesa</p>', '', '', '', 'N', '', 'Y'),
(1647, 'pt', 'Jogos de Mesa', '<p>Jogos de Mesa</p>', '', '', '', 'N', '', 'Y'),
(1648, 'en', 'Jogos de Mesa (Elétricos)', '<p>Jogos de Mesa (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1648, 'es', 'Jogos de Mesa (Elétricos)', '<p>Jogos de Mesa (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1648, 'pt', 'Jogos de Mesa (Elétricos)', '<p>Jogos de Mesa (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1649, 'en', 'Jogos de Mesa (Não elétricos)', '<p>Jogos de Mesa (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1649, 'es', 'Jogos de Mesa (Não elétricos)', '<p>Jogos de Mesa (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1649, 'pt', 'Jogos de Mesa (Não elétricos)', '<p>Jogos de Mesa (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1650, 'en', 'Outros Jogos de Mesa', '<p>Outros Jogos de Mesa</p>', '', '', '', 'N', '', 'Y'),
(1650, 'es', 'Outros Jogos de Mesa', '<p>Outros Jogos de Mesa</p>', '', '', '', 'N', '', 'Y'),
(1650, 'pt', 'Outros Jogos de Mesa', '<p>Outros Jogos de Mesa</p>', '', '', '', 'N', '', 'Y'),
(1651, 'en', 'Jogos de Tabuleiro/Cartas/Quebra-cabeças', '<p>Jogos de Tabuleiro/Cartas/Quebra-cabeças</p>', '', '', '', 'N', '', 'Y'),
(1651, 'es', 'Jogos de Tabuleiro/Cartas/Quebra-cabeças', '<p>Jogos de Tabuleiro/Cartas/Quebra-cabeças</p>', '', '', '', 'N', '', 'Y'),
(1651, 'pt', 'Jogos de Tabuleiro/Cartas/Quebra-cabeças', '<p>Jogos de Tabuleiro/Cartas/Quebra-cabeças</p>', '', '', '', 'N', '', 'Y'),
(1652, 'en', 'Acessórios/Peças de Reposição para Jogos de Tabuleiro/Cartas/Quebra-cabeças', '<p>Acessórios/Peças de Reposição para Jogos de Tabuleiro/Cartas/Quebra-cabeças</p>', '', '', '', 'N', '', 'Y'),
(1652, 'es', 'Acessórios/Peças de Reposição para Jogos de Tabuleiro/Cartas/Quebra-cabeças', '<p>Acessórios/Peças de Reposição para Jogos de Tabuleiro/Cartas/Quebra-cabeças</p>', '', '', '', 'N', '', 'Y'),
(1652, 'pt', 'Acessórios/Peças de Reposição para Jogos de Tabuleiro/Cartas/Quebra-cabeças', '<p>Acessórios/Peças de Reposição para Jogos de Tabuleiro/Cartas/Quebra-cabeças</p>', '', '', '', 'N', '', 'Y'),
(1653, 'en', 'Jogos de Cartas (Elétricos)', '<p>Jogos de Cartas (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1653, 'es', 'Jogos de Cartas (Elétricos)', '<p>Jogos de Cartas (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1653, 'pt', 'Jogos de Cartas (Elétricos)', '<p>Jogos de Cartas (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1654, 'en', 'Jogos de cartas (Não elétrico)', '<p>Jogos de cartas (Não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1654, 'es', 'Jogos de cartas (Não elétrico)', '<p>Jogos de cartas (Não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1654, 'pt', 'Jogos de cartas (Não elétrico)', '<p>Jogos de cartas (Não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1655, 'en', 'Jogos de Tabuleiro (Elétricos)', '<p>Jogos de Tabuleiro (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1655, 'es', 'Jogos de Tabuleiro (Elétricos)', '<p>Jogos de Tabuleiro (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1655, 'pt', 'Jogos de Tabuleiro (Elétricos)', '<p>Jogos de Tabuleiro (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1656, 'en', 'Jogos de Tabuleiro (Não elétricos)', '<p>Jogos de Tabuleiro (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1656, 'es', 'Jogos de Tabuleiro (Não elétricos)', '<p>Jogos de Tabuleiro (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1656, 'pt', 'Jogos de Tabuleiro (Não elétricos)', '<p>Jogos de Tabuleiro (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1657, 'en', 'Outros Jogos de Tabuleiro/Cartas/Quebra-cabeças', '<p>Outros Jogos de Tabuleiro/Cartas/Quebra-cabeças</p>', '', '', '', 'N', '', 'Y'),
(1657, 'es', 'Outros Jogos de Tabuleiro/Cartas/Quebra-cabeças', '<p>Outros Jogos de Tabuleiro/Cartas/Quebra-cabeças</p>', '', '', '', 'N', '', 'Y'),
(1657, 'pt', 'Outros Jogos de Tabuleiro/Cartas/Quebra-cabeças', '<p>Outros Jogos de Tabuleiro/Cartas/Quebra-cabeças</p>', '', '', '', 'N', '', 'Y'),
(1658, 'en', 'Pacotes de Variedades para Jogos de Tabuleiro/Cartas/Quebra-cabeças', '<p>Pacotes de Variedades para Jogos de Tabuleiro/Cartas/Quebra-cabeças</p>', '', '', '', 'N', '', 'Y'),
(1658, 'es', 'Pacotes de Variedades para Jogos de Tabuleiro/Cartas/Quebra-cabeças', '<p>Pacotes de Variedades para Jogos de Tabuleiro/Cartas/Quebra-cabeças</p>', '', '', '', 'N', '', 'Y'),
(1658, 'pt', 'Pacotes de Variedades para Jogos de Tabuleiro/Cartas/Quebra-cabeças', '<p>Pacotes de Variedades para Jogos de Tabuleiro/Cartas/Quebra-cabeças</p>', '', '', '', 'N', '', 'Y'),
(1659, 'en', 'Quebra-cabeças (Elétrico)', '<p>Quebra-cabeças (Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1659, 'es', 'Quebra-cabeças (Elétrico)', '<p>Quebra-cabeças (Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1659, 'pt', 'Quebra-cabeças (Elétrico)', '<p>Quebra-cabeças (Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1660, 'en', 'Quebra-cabeças (Não elétricos)', '<p>Quebra-cabeças (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1660, 'es', 'Quebra-cabeças (Não elétricos)', '<p>Quebra-cabeças (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1660, 'pt', 'Quebra-cabeças (Não elétricos)', '<p>Quebra-cabeças (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1661, 'en', 'Pacotes de Variedades para Brinquedos/Jogos', '<p>Pacotes de Variedades para Brinquedos/Jogos</p>', '', '', '', 'N', '', 'Y'),
(1661, 'es', 'Pacotes de Variedades para Brinquedos/Jogos', '<p>Pacotes de Variedades para Brinquedos/Jogos</p>', '', '', '', 'N', '', 'Y'),
(1661, 'pt', 'Pacotes de Variedades para Brinquedos/Jogos', '<p>Pacotes de Variedades para Brinquedos/Jogos</p>', '', '', '', 'N', '', 'Y'),
(1662, 'en', 'Veículos de Brinquedo - Não são de passeio', '<p>Veículos de Brinquedo - Não são de passeio</p>', '', '', '', 'N', '', 'Y'),
(1662, 'es', 'Veículos de Brinquedo - Não são de passeio', '<p>Veículos de Brinquedo - Não são de passeio</p>', '', '', '', 'N', '', 'Y'),
(1662, 'pt', 'Veículos de Brinquedo - Não são de passeio', '<p>Veículos de Brinquedo - Não são de passeio</p>', '', '', '', 'N', '', 'Y'),
(1663, 'en', 'Conjunto para Carro/Trem - Acessórios/Peças de Reposição', '<p>Conjunto para Carro/Trem - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1663, 'es', 'Conjunto para Carro/Trem - Acessórios/Peças de Reposição', '<p>Conjunto para Carro/Trem - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1663, 'pt', 'Conjunto para Carro/Trem - Acessórios/Peças de Reposição', '<p>Conjunto para Carro/Trem - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(1664, 'en', 'Conjuntos de Trem/Carro (Não elétrico)', '<p>Conjuntos de Trem/Carro (Não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1664, 'es', 'Conjuntos de Trem/Carro (Não elétrico)', '<p>Conjuntos de Trem/Carro (Não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1664, 'pt', 'Conjuntos de Trem/Carro (Não elétrico)', '<p>Conjuntos de Trem/Carro (Não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1665, 'en', 'Conjuntos para Carro/ Trem (Elétrico)', '<p>Conjuntos para Carro/ Trem (Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1665, 'es', 'Conjuntos para Carro/ Trem (Elétrico)', '<p>Conjuntos para Carro/ Trem (Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1665, 'pt', 'Conjuntos para Carro/ Trem (Elétrico)', '<p>Conjuntos para Carro/ Trem (Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(1666, 'en', 'Outros Veículos de Brinquedo - Não para passeio', '<p>Outros Veículos de Brinquedo - Não para passeio</p>', '', '', '', 'N', '', 'Y'),
(1666, 'es', 'Outros Veículos de Brinquedo - Não para passeio', '<p>Outros Veículos de Brinquedo - Não para passeio</p>', '', '', '', 'N', '', 'Y'),
(1666, 'pt', 'Outros Veículos de Brinquedo - Não para passeio', '<p>Outros Veículos de Brinquedo - Não para passeio</p>', '', '', '', 'N', '', 'Y'),
(1667, 'en', 'Veículos de Brinquedo - Não de passeio (Elétricos)', '<p>Veículos de Brinquedo - Não de passeio (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1667, 'es', 'Veículos de Brinquedo - Não de passeio (Elétricos)', '<p>Veículos de Brinquedo - Não de passeio (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1667, 'pt', 'Veículos de Brinquedo - Não de passeio (Elétricos)', '<p>Veículos de Brinquedo - Não de passeio (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1668, 'en', 'Veículos de Brinquedo - Não de passeio (Não elétricos )', '<p>Veículos de Brinquedo - Não de passeio (Não elétricos )</p>', '', '', '', 'N', '', 'Y'),
(1668, 'es', 'Veículos de Brinquedo - Não de passeio (Não elétricos )', '<p>Veículos de Brinquedo - Não de passeio (Não elétricos )</p>', '', '', '', 'N', '', 'Y'),
(1668, 'pt', 'Veículos de Brinquedo - Não de passeio (Não elétricos )', '<p>Veículos de Brinquedo - Não de passeio (Não elétricos )</p>', '', '', '', 'N', '', 'Y'),
(1669, 'en', 'Veículos de Brinquedo - Pacotes de Variedades para os que são de passeio', '<p>Veículos de Brinquedo - Pacotes de Variedades para os que são de passeio</p>', '', '', '', 'N', '', 'Y'),
(1669, 'es', 'Veículos de Brinquedo - Pacotes de Variedades para os que são de passeio', '<p>Veículos de Brinquedo - Pacotes de Variedades para os que são de passeio</p>', '', '', '', 'N', '', 'Y'),
(1669, 'pt', 'Veículos de Brinquedo - Pacotes de Variedades para os que são de passeio', '<p>Veículos de Brinquedo - Pacotes de Variedades para os que são de passeio</p>', '', '', '', 'N', '', 'Y'),
(1670, 'en', 'Produtos de jogo fornecidos por serviços', '<p>Produtos de jogo fornecidos por serviços</p>', '', '', '', 'N', '', 'Y'),
(1670, 'es', 'Produtos de jogo fornecidos por serviços', '<p>Produtos de jogo fornecidos por serviços</p>', '', '', '', 'N', '', 'Y'),
(1670, 'pt', 'Produtos de jogo fornecidos por serviços', '<p>Produtos de jogo fornecidos por serviços</p>', '', '', '', 'N', '', 'Y'),
(1671, 'en', 'Cartões de Raspadinha e Loteria', '<p>Cartões de Raspadinha e Loteria</p>', '', '', '', 'N', '', 'Y'),
(1671, 'es', 'Cartões de Raspadinha e Loteria', '<p>Cartões de Raspadinha e Loteria</p>', '', '', '', 'N', '', 'Y'),
(1671, 'pt', 'Cartões de Raspadinha e Loteria', '<p>Cartões de Raspadinha e Loteria</p>', '', '', '', 'N', '', 'Y'),
(1672, 'en', 'Calçados', '<p>Calçados</p>', '', '', '', 'N', '', 'Y'),
(1672, 'es', 'Calçados', '<p>Calçados</p>', '', '', '', 'N', '', 'Y'),
(1672, 'pt', 'Calçados', '<p>Calçados</p>', '', '', '', 'N', '', 'Y'),
(1673, 'en', 'Acessórios para Calçados', '<p>Acessórios para Calçados</p>', '', '', '', 'N', '', 'Y'),
(1673, 'es', 'Acessórios para Calçados', '<p>Acessórios para Calçados</p>', '', '', '', 'N', '', 'Y'),
(1673, 'pt', 'Acessórios para Calçados', '<p>Acessórios para Calçados</p>', '', '', '', 'N', '', 'Y'),
(1674, 'en', 'Calçados de Segurança e de Proteção', '<p>Calçados de Segurança e de Proteção</p>', '', '', '', 'N', '', 'Y'),
(1674, 'es', 'Calçados de Segurança e de Proteção', '<p>Calçados de Segurança e de Proteção</p>', '', '', '', 'N', '', 'Y'),
(1674, 'pt', 'Calçados de Segurança e de Proteção', '<p>Calçados de Segurança e de Proteção</p>', '', '', '', 'N', '', 'Y'),
(1675, 'en', 'Calçados de Uso Geral', '<p>Calçados de Uso Geral</p>', '', '', '', 'N', '', 'Y'),
(1675, 'es', 'Calçados de Uso Geral', '<p>Calçados de Uso Geral</p>', '', '', '', 'N', '', 'Y'),
(1675, 'pt', 'Calçados de Uso Geral', '<p>Calçados de Uso Geral</p>', '', '', '', 'N', '', 'Y'),
(1676, 'en', 'Calçados esportivos', '<p>Calçados esportivos</p>', '', '', '', 'N', '', 'Y'),
(1676, 'es', 'Calçados esportivos', '<p>Calçados esportivos</p>', '', '', '', 'N', '', 'Y'),
(1676, 'pt', 'Calçados esportivos', '<p>Calçados esportivos</p>', '', '', '', 'N', '', 'Y'),
(1677, 'en', 'Calçados para usar em interiores', '<p>Calçados para usar em interiores</p>', '', '', '', 'N', '', 'Y'),
(1677, 'es', 'Calçados para usar em interiores', '<p>Calçados para usar em interiores</p>', '', '', '', 'N', '', 'Y'),
(1677, 'pt', 'Calçados para usar em interiores', '<p>Calçados para usar em interiores</p>', '', '', '', 'N', '', 'Y'),
(1678, 'en', 'Combustíveis/Gases', '<p>Combustíveis/Gases</p>', '', '', '', 'N', '', 'Y'),
(1678, 'es', 'Combustíveis/Gases', '<p>Combustíveis/Gases</p>', '', '', '', 'N', '', 'Y'),
(1678, 'pt', 'Combustíveis/Gases', '<p>Combustíveis/Gases</p>', '', '', '', 'N', '', 'Y'),
(1679, 'en', 'Armazenamento/Transferência de Combustível', '<p>Armazenamento/Transferência de Combustível</p>', '', '', '', 'N', '', 'Y'),
(1679, 'es', 'Armazenamento/Transferência de Combustível', '<p>Armazenamento/Transferência de Combustível</p>', '', '', '', 'N', '', 'Y'),
(1679, 'pt', 'Armazenamento/Transferência de Combustível', '<p>Armazenamento/Transferência de Combustível</p>', '', '', '', 'N', '', 'Y'),
(1680, 'en', 'Armazenamento de Combustível', '<p>Armazenamento de Combustível</p>', '', '', '', 'N', '', 'Y'),
(1680, 'es', 'Armazenamento de Combustível', '<p>Armazenamento de Combustível</p>', '', '', '', 'N', '', 'Y'),
(1680, 'pt', 'Armazenamento de Combustível', '<p>Armazenamento de Combustível</p>', '', '', '', 'N', '', 'Y'),
(1681, 'en', 'Garrafas/Recipientes para Combustíveis Líquidos (Vazios)', '<p>Garrafas/Recipientes para Combustíveis Líquidos (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(1681, 'es', 'Garrafas/Recipientes para Combustíveis Líquidos (Vazios)', '<p>Garrafas/Recipientes para Combustíveis Líquidos (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(1681, 'pt', 'Garrafas/Recipientes para Combustíveis Líquidos (Vazios)', '<p>Garrafas/Recipientes para Combustíveis Líquidos (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(1682, 'en', 'Garrafas/Recipientes para Combustível a gás', '<p>Garrafas/Recipientes para Combustível a gás</p>', '', '', '', 'N', '', 'Y'),
(1682, 'es', 'Garrafas/Recipientes para Combustível a gás', '<p>Garrafas/Recipientes para Combustível a gás</p>', '', '', '', 'N', '', 'Y'),
(1682, 'pt', 'Garrafas/Recipientes para Combustível a gás', '<p>Garrafas/Recipientes para Combustível a gás</p>', '', '', '', 'N', '', 'Y'),
(1683, 'en', 'Bombas de Combustível', '<p>Bombas de Combustível</p>', '', '', '', 'N', '', 'Y'),
(1683, 'es', 'Bombas de Combustível', '<p>Bombas de Combustível</p>', '', '', '', 'N', '', 'Y'),
(1683, 'pt', 'Bombas de Combustível', '<p>Bombas de Combustível</p>', '', '', '', 'N', '', 'Y'),
(1684, 'en', 'Bombas de Combustíveis (Não elétricas)', '<p>Bombas de Combustíveis (Não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1684, 'es', 'Bombas de Combustíveis (Não elétricas)', '<p>Bombas de Combustíveis (Não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1684, 'pt', 'Bombas de Combustíveis (Não elétricas)', '<p>Bombas de Combustíveis (Não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1685, 'en', 'Bombas de Combustível (Elétricas)', '<p>Bombas de Combustível (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1685, 'es', 'Bombas de Combustível (Elétricas)', '<p>Bombas de Combustível (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1685, 'pt', 'Bombas de Combustível (Elétricas)', '<p>Bombas de Combustível (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(1686, 'en', 'Combustíveis / aditivos', '<p>Combustíveis / aditivos</p>', '', '', '', 'N', '', 'Y'),
(1686, 'es', 'Combustíveis / aditivos', '<p>Combustíveis / aditivos</p>', '', '', '', 'N', '', 'Y'),
(1686, 'pt', 'Combustíveis / aditivos', '<p>Combustíveis / aditivos</p>', '', '', '', 'N', '', 'Y'),
(1687, 'en', 'Aditivos para Combustíveis', '<p>Aditivos para Combustíveis</p>', '', '', '', 'N', '', 'Y'),
(1687, 'es', 'Aditivos para Combustíveis', '<p>Aditivos para Combustíveis</p>', '', '', '', 'N', '', 'Y'),
(1687, 'pt', 'Aditivos para Combustíveis', '<p>Aditivos para Combustíveis</p>', '', '', '', 'N', '', 'Y'),
(1688, 'en', 'Type of Fuel Additive', '<p>Type of Fuel Additive</p>', '', '', '', 'N', '', 'Y'),
(1688, 'es', 'Type of Fuel Additive', '<p>Type of Fuel Additive</p>', '', '', '', 'N', '', 'Y'),
(1688, 'pt', 'Type of Fuel Additive', '<p>Type of Fuel Additive</p>', '', '', '', 'N', '', 'Y'),
(1689, 'en', 'Combustíveis / auxiliares de ignição', '<p>Combustíveis / auxiliares de ignição</p>', '', '', '', 'N', '', 'Y'),
(1689, 'es', 'Combustíveis / auxiliares de ignição', '<p>Combustíveis / auxiliares de ignição</p>', '', '', '', 'N', '', 'Y'),
(1689, 'pt', 'Combustíveis / auxiliares de ignição', '<p>Combustíveis / auxiliares de ignição</p>', '', '', '', 'N', '', 'Y'),
(1690, 'en', 'Combustíveis a Gás', '<p>Combustíveis a Gás</p>', '', '', '', 'N', '', 'Y'),
(1690, 'es', 'Combustíveis a Gás', '<p>Combustíveis a Gás</p>', '', '', '', 'N', '', 'Y'),
(1690, 'pt', 'Combustíveis a Gás', '<p>Combustíveis a Gás</p>', '', '', '', 'N', '', 'Y'),
(1691, 'en', 'Combustíveis em Gel', '<p>Combustíveis em Gel</p>', '', '', '', 'N', '', 'Y'),
(1691, 'es', 'Combustíveis em Gel', '<p>Combustíveis em Gel</p>', '', '', '', 'N', '', 'Y'),
(1691, 'pt', 'Combustíveis em Gel', '<p>Combustíveis em Gel</p>', '', '', '', 'N', '', 'Y'),
(1692, 'en', 'Combustíveis Líquidos', '<p>Combustíveis Líquidos</p>', '', '', '', 'N', '', 'Y'),
(1692, 'es', 'Combustíveis Líquidos', '<p>Combustíveis Líquidos</p>', '', '', '', 'N', '', 'Y'),
(1692, 'pt', 'Combustíveis Líquidos', '<p>Combustíveis Líquidos</p>', '', '', '', 'N', '', 'Y'),
(1693, 'en', 'Combustíveis Sólidos', '<p>Combustíveis Sólidos</p>', '', '', '', 'N', '', 'Y'),
(1693, 'es', 'Combustíveis Sólidos', '<p>Combustíveis Sólidos</p>', '', '', '', 'N', '', 'Y'),
(1693, 'pt', 'Combustíveis Sólidos', '<p>Combustíveis Sólidos</p>', '', '', '', 'N', '', 'Y'),
(1694, 'en', 'Ferramentas de iluminação de incêndio / Acessórios de fósforos', '<p>Ferramentas de iluminação de incêndio / Acessórios de fósforos</p>', '', '', '', 'N', '', 'Y'),
(1694, 'es', 'Ferramentas de iluminação de incêndio / Acessórios de fósforos', '<p>Ferramentas de iluminação de incêndio / Acessórios de fósforos</p>', '', '', '', 'N', '', 'Y'),
(1694, 'pt', 'Ferramentas de iluminação de incêndio / Acessórios de fósforos', '<p>Ferramentas de iluminação de incêndio / Acessórios de fósforos</p>', '', '', '', 'N', '', 'Y'),
(1695, 'en', 'Fósforos/ Ferramentas para Ascendimento', '<p>Fósforos/ Ferramentas para Ascendimento</p>', '', '', '', 'N', '', 'Y'),
(1695, 'es', 'Fósforos/ Ferramentas para Ascendimento', '<p>Fósforos/ Ferramentas para Ascendimento</p>', '', '', '', 'N', '', 'Y'),
(1695, 'pt', 'Fósforos/ Ferramentas para Ascendimento', '<p>Fósforos/ Ferramentas para Ascendimento</p>', '', '', '', 'N', '', 'Y'),
(1696, 'en', 'Pacotes de Variedades, incluindo combustíveis / aditivos de ignição', '<p>Pacotes de Variedades, incluindo combustíveis / aditivos de ignição</p>', '', '', '', 'N', '', 'Y'),
(1696, 'es', 'Pacotes de Variedades, incluindo combustíveis / aditivos de ignição', '<p>Pacotes de Variedades, incluindo combustíveis / aditivos de ignição</p>', '', '', '', 'N', '', 'Y'),
(1696, 'pt', 'Pacotes de Variedades, incluindo combustíveis / aditivos de ignição', '<p>Pacotes de Variedades, incluindo combustíveis / aditivos de ignição</p>', '', '', '', 'N', '', 'Y'),
(1697, 'en', 'Peças / acessórios de substituição de botijas de gás', '<p>Peças / acessórios de substituição de botijas de gás</p>', '', '', '', 'N', '', 'Y'),
(1697, 'es', 'Peças / acessórios de substituição de botijas de gás', '<p>Peças / acessórios de substituição de botijas de gás</p>', '', '', '', 'N', '', 'Y'),
(1697, 'pt', 'Peças / acessórios de substituição de botijas de gás', '<p>Peças / acessórios de substituição de botijas de gás</p>', '', '', '', 'N', '', 'Y'),
(1698, 'en', 'Combustíveis/Pacotes de Variedades para Combustível', '<p>Combustíveis/Pacotes de Variedades para Combustível</p>', '', '', '', 'N', '', 'Y'),
(1698, 'es', 'Combustíveis/Pacotes de Variedades para Combustível', '<p>Combustíveis/Pacotes de Variedades para Combustível</p>', '', '', '', 'N', '', 'Y'),
(1698, 'pt', 'Combustíveis/Pacotes de Variedades para Combustível', '<p>Combustíveis/Pacotes de Variedades para Combustível</p>', '', '', '', 'N', '', 'Y'),
(1699, 'en', 'Gases não usados como combustível', '<p>Gases não usados como combustível</p>', '', '', '', 'N', '', 'Y'),
(1699, 'es', 'Gases não usados como combustível', '<p>Gases não usados como combustível</p>', '', '', '', 'N', '', 'Y'),
(1699, 'pt', 'Gases não usados como combustível', '<p>Gases não usados como combustível</p>', '', '', '', 'N', '', 'Y'),
(1700, 'en', 'Gás dióxido de carbono', '<p>Gás dióxido de carbono</p>', '', '', '', 'N', '', 'Y'),
(1700, 'es', 'Gás dióxido de carbono', '<p>Gás dióxido de carbono</p>', '', '', '', 'N', '', 'Y'),
(1700, 'pt', 'Gás dióxido de carbono', '<p>Gás dióxido de carbono</p>', '', '', '', 'N', '', 'Y'),
(1701, 'en', 'Gás hélio', '<p>Gás hélio</p>', '', '', '', 'N', '', 'Y'),
(1701, 'es', 'Gás hélio', '<p>Gás hélio</p>', '', '', '', 'N', '', 'Y'),
(1701, 'pt', 'Gás hélio', '<p>Gás hélio</p>', '', '', '', 'N', '', 'Y'),
(1702, 'en', 'Gás nitrogênio', '<p>Gás nitrogênio</p>', '', '', '', 'N', '', 'Y'),
(1702, 'es', 'Gás nitrogênio', '<p>Gás nitrogênio</p>', '', '', '', 'N', '', 'Y'),
(1702, 'pt', 'Gás nitrogênio', '<p>Gás nitrogênio</p>', '', '', '', 'N', '', 'Y'),
(1703, 'en', 'Gás óxido nítrico', '<p>Gás óxido nítrico</p>', '', '', '', 'N', '', 'Y'),
(1703, 'es', 'Gás óxido nítrico', '<p>Gás óxido nítrico</p>', '', '', '', 'N', '', 'Y'),
(1703, 'pt', 'Gás óxido nítrico', '<p>Gás óxido nítrico</p>', '', '', '', 'N', '', 'Y'),
(1704, 'en', 'Gases técnicos - outros', '<p>Gases técnicos - outros</p>', '', '', '', 'N', '', 'Y'),
(1704, 'es', 'Gases técnicos - outros', '<p>Gases técnicos - outros</p>', '', '', '', 'N', '', 'Y'),
(1704, 'pt', 'Gases técnicos - outros', '<p>Gases técnicos - outros</p>', '', '', '', 'N', '', 'Y'),
(1705, 'en', 'Comunicações', '<p>Comunicações</p>', '', '', '', 'N', '', 'Y'),
(1705, 'es', 'Comunicações', '<p>Comunicações</p>', '', '', '', 'N', '', 'Y'),
(1705, 'pt', 'Comunicações', '<p>Comunicações</p>', '', '', '', 'N', '', 'Y'),
(1706, 'en', 'Acessórios de Comunicação', '<p>Acessórios de Comunicação</p>', '', '', '', 'N', '', 'Y'),
(1706, 'es', 'Acessórios de Comunicação', '<p>Acessórios de Comunicação</p>', '', '', '', 'N', '', 'Y'),
(1706, 'pt', 'Acessórios de Comunicação', '<p>Acessórios de Comunicação</p>', '', '', '', 'N', '', 'Y'),
(1707, 'en', 'Dispositivos / serviços de comunicação móvel', '<p>Dispositivos / serviços de comunicação móvel</p>', '', '', '', 'N', '', 'Y'),
(1707, 'es', 'Dispositivos / serviços de comunicação móvel', '<p>Dispositivos / serviços de comunicação móvel</p>', '', '', '', 'N', '', 'Y'),
(1707, 'pt', 'Dispositivos / serviços de comunicação móvel', '<p>Dispositivos / serviços de comunicação móvel</p>', '', '', '', 'N', '', 'Y'),
(1708, 'en', 'Dispositivos para Comunicação Fixa', '<p>Dispositivos para Comunicação Fixa</p>', '', '', '', 'N', '', 'Y'),
(1708, 'es', 'Dispositivos para Comunicação Fixa', '<p>Dispositivos para Comunicação Fixa</p>', '', '', '', 'N', '', 'Y'),
(1708, 'pt', 'Dispositivos para Comunicação Fixa', '<p>Dispositivos para Comunicação Fixa</p>', '', '', '', 'N', '', 'Y'),
(1709, 'en', 'Pacotes de Variedades para Comunicação', '<p>Pacotes de Variedades para Comunicação</p>', '', '', '', 'N', '', 'Y'),
(1709, 'es', 'Pacotes de Variedades para Comunicação', '<p>Pacotes de Variedades para Comunicação</p>', '', '', '', 'N', '', 'Y'),
(1709, 'pt', 'Pacotes de Variedades para Comunicação', '<p>Pacotes de Variedades para Comunicação</p>', '', '', '', 'N', '', 'Y'),
(1710, 'en', 'Sinalização', '<p>Sinalização</p>', '', '', '', 'N', '', 'Y'),
(1710, 'es', 'Sinalização', '<p>Sinalização</p>', '', '', '', 'N', '', 'Y'),
(1710, 'pt', 'Sinalização', '<p>Sinalização</p>', '', '', '', 'N', '', 'Y'),
(1711, 'en', 'Cuidados/alimentação para animais de estimação', '<p>Cuidados/alimentação para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1711, 'es', 'Cuidados/alimentação para animais de estimação', '<p>Cuidados/alimentação para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1711, 'pt', 'Cuidados/alimentação para animais de estimação', '<p>Cuidados/alimentação para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1712, 'en', 'Cuidados para animais de estimação', '<p>Cuidados para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1712, 'es', 'Cuidados para animais de estimação', '<p>Cuidados para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1712, 'pt', 'Cuidados para animais de estimação', '<p>Cuidados para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1713, 'en', 'Acessórios para animais de estimação', '<p>Acessórios para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1713, 'es', 'Acessórios para animais de estimação', '<p>Acessórios para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1713, 'pt', 'Acessórios para animais de estimação', '<p>Acessórios para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1714, 'en', 'Accessorios para terrário (não eletrico)', '<p>Accessorios para terrário (não eletrico)</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(1714, 'es', 'Accessorios para terrário (não eletrico)', '<p>Accessorios para terrário (não eletrico)</p>', '', '', '', 'N', '', 'Y'),
(1714, 'pt', 'Accessorios para terrário (não eletrico)', '<p>Accessorios para terrário (não eletrico)</p>', '', '', '', 'N', '', 'Y'),
(1715, 'en', 'Acessórios/ Recursos para Controle/ Adestramento para Animais (Elétricos)', '<p>Acessórios/ Recursos para Controle/ Adestramento para Animais (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1715, 'es', 'Acessórios/ Recursos para Controle/ Adestramento para Animais (Elétricos)', '<p>Acessórios/ Recursos para Controle/ Adestramento para Animais (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1715, 'pt', 'Acessórios/ Recursos para Controle/ Adestramento para Animais (Elétricos)', '<p>Acessórios/ Recursos para Controle/ Adestramento para Animais (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1716, 'en', 'Acessórios/Recursos para Aquários (Não elétricos)', '<p>Acessórios/Recursos para Aquários (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1716, 'es', 'Acessórios/Recursos para Aquários (Não elétricos)', '<p>Acessórios/Recursos para Aquários (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1716, 'pt', 'Acessórios/Recursos para Aquários (Não elétricos)', '<p>Acessórios/Recursos para Aquários (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1717, 'en', 'Acessórios/Recursos para Controle/ Adestramento de animais (Não elétricos)', '<p>Acessórios/Recursos para Controle/ Adestramento de animais (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1717, 'es', 'Acessórios/Recursos para Controle/ Adestramento de animais (Não elétricos)', '<p>Acessórios/Recursos para Controle/ Adestramento de animais (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1717, 'pt', 'Acessórios/Recursos para Controle/ Adestramento de animais (Não elétricos)', '<p>Acessórios/Recursos para Controle/ Adestramento de animais (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1718, 'en', 'Aquário/viveiro', '<p>Aquário/viveiro</p>', '', '', '', 'N', '', 'Y'),
(1718, 'es', 'Aquário/viveiro', '<p>Aquário/viveiro</p>', '', '', '', 'N', '', 'Y'),
(1718, 'pt', 'Aquário/viveiro', '<p>Aquário/viveiro</p>', '', '', '', 'N', '', 'Y'),
(1719, 'en', 'Brinquedos para animais de estimação (elétricos)', '<p>Brinquedos para animais de estimação (elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1719, 'es', 'Brinquedos para animais de estimação (elétricos)', '<p>Brinquedos para animais de estimação (elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1719, 'pt', 'Brinquedos para animais de estimação (elétricos)', '<p>Brinquedos para animais de estimação (elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1720, 'en', 'Brinquedos para animais de estimação (Não elétricos)', '<p>Brinquedos para animais de estimação (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1720, 'es', 'Brinquedos para animais de estimação (Não elétricos)', '<p>Brinquedos para animais de estimação (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1720, 'pt', 'Brinquedos para animais de estimação (Não elétricos)', '<p>Brinquedos para animais de estimação (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1721, 'en', 'Cama/Casa para Animais de Estimação (Descartáveis)', '<p>Cama/Casa para Animais de Estimação (Descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(1721, 'es', 'Cama/Casa para Animais de Estimação (Descartáveis)', '<p>Cama/Casa para Animais de Estimação (Descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(1721, 'pt', 'Cama/Casa para Animais de Estimação (Descartáveis)', '<p>Cama/Casa para Animais de Estimação (Descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(1722, 'en', 'Casa/Cama para animais de estimação (Não descartáveis)', '<p>Casa/Cama para animais de estimação (Não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(1722, 'es', 'Casa/Cama para animais de estimação (Não descartáveis)', '<p>Casa/Cama para animais de estimação (Não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(1722, 'pt', 'Casa/Cama para animais de estimação (Não descartáveis)', '<p>Casa/Cama para animais de estimação (Não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(1723, 'en', 'Comedouro/Bebedouro para Animais de Estimação (Elétricos)', '<p>Comedouro/Bebedouro para Animais de Estimação (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1723, 'es', 'Comedouro/Bebedouro para Animais de Estimação (Elétricos)', '<p>Comedouro/Bebedouro para Animais de Estimação (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1723, 'pt', 'Comedouro/Bebedouro para Animais de Estimação (Elétricos)', '<p>Comedouro/Bebedouro para Animais de Estimação (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(1724, 'en', 'Outros acessórios para animais de Estimação', '<p>Outros acessórios para animais de Estimação</p>', '', '', '', 'N', '', 'Y'),
(1724, 'es', 'Outros acessórios para animais de Estimação', '<p>Outros acessórios para animais de Estimação</p>', '', '', '', 'N', '', 'Y'),
(1724, 'pt', 'Outros acessórios para animais de Estimação', '<p>Outros acessórios para animais de Estimação</p>', '', '', '', 'N', '', 'Y'),
(1725, 'en', 'Pacotes de Variedades de Acessórios para Animais de Estimação', '<p>Pacotes de Variedades de Acessórios para Animais de Estimação</p>', '', '', '', 'N', '', 'Y'),
(1725, 'es', 'Pacotes de Variedades de Acessórios para Animais de Estimação', '<p>Pacotes de Variedades de Acessórios para Animais de Estimação</p>', '', '', '', 'N', '', 'Y'),
(1725, 'pt', 'Pacotes de Variedades de Acessórios para Animais de Estimação', '<p>Pacotes de Variedades de Acessórios para Animais de Estimação</p>', '', '', '', 'N', '', 'Y'),
(1726, 'en', 'Roupas para animais de estimação', '<p>Roupas para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1726, 'es', 'Roupas para animais de estimação', '<p>Roupas para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1726, 'pt', 'Roupas para animais de estimação', '<p>Roupas para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1727, 'en', 'Higiene e bem-estar dos animais de estimação', '<p>Higiene e bem-estar dos animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1727, 'es', 'Higiene e bem-estar dos animais de estimação', '<p>Higiene e bem-estar dos animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1727, 'pt', 'Higiene e bem-estar dos animais de estimação', '<p>Higiene e bem-estar dos animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1728, 'en', 'Outros produtos para Higiene/Bem-estar dos animais', '<p>Outros produtos para Higiene/Bem-estar dos animais</p>', '', '', '', 'N', '', 'Y'),
(1728, 'es', 'Outros produtos para Higiene/Bem-estar dos animais', '<p>Outros produtos para Higiene/Bem-estar dos animais</p>', '', '', '', 'N', '', 'Y'),
(1728, 'pt', 'Outros produtos para Higiene/Bem-estar dos animais', '<p>Outros produtos para Higiene/Bem-estar dos animais</p>', '', '', '', 'N', '', 'Y'),
(1729, 'en', 'Pacotes de Variedades para Higiene/Bem-estar do animal de estimação', '<p>Pacotes de Variedades para Higiene/Bem-estar do animal de estimação</p>', '', '', '', 'N', '', 'Y'),
(1729, 'es', 'Pacotes de Variedades para Higiene/Bem-estar do animal de estimação', '<p>Pacotes de Variedades para Higiene/Bem-estar do animal de estimação</p>', '', '', '', 'N', '', 'Y'),
(1729, 'pt', 'Pacotes de Variedades para Higiene/Bem-estar do animal de estimação', '<p>Pacotes de Variedades para Higiene/Bem-estar do animal de estimação</p>', '', '', '', 'N', '', 'Y'),
(1730, 'en', 'Proteção Sanitária/Higiene dos animais de estimação', '<p>Proteção Sanitária/Higiene dos animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1730, 'es', 'Proteção Sanitária/Higiene dos animais de estimação', '<p>Proteção Sanitária/Higiene dos animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1730, 'pt', 'Proteção Sanitária/Higiene dos animais de estimação', '<p>Proteção Sanitária/Higiene dos animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1731, 'en', 'Recursos para higiene dos animais de Estimação', '<p>Recursos para higiene dos animais de Estimação</p>', '', '', '', 'N', '', 'Y'),
(1731, 'es', 'Recursos para higiene dos animais de Estimação', '<p>Recursos para higiene dos animais de Estimação</p>', '', '', '', 'N', '', 'Y'),
(1731, 'pt', 'Recursos para higiene dos animais de Estimação', '<p>Recursos para higiene dos animais de Estimação</p>', '', '', '', 'N', '', 'Y'),
(1732, 'en', 'Pacotes de variedades para cuidados com os animais de estimação', '<p>Pacotes de variedades para cuidados com os animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1732, 'es', 'Pacotes de variedades para cuidados com os animais de estimação', '<p>Pacotes de variedades para cuidados com os animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1732, 'pt', 'Pacotes de variedades para cuidados com os animais de estimação', '<p>Pacotes de variedades para cuidados com os animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1733, 'en', 'Suplementos alimentares/remédios para animais de estimação', '<p>Suplementos alimentares/remédios para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1733, 'es', 'Suplementos alimentares/remédios para animais de estimação', '<p>Suplementos alimentares/remédios para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1733, 'pt', 'Suplementos alimentares/remédios para animais de estimação', '<p>Suplementos alimentares/remédios para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1734, 'en', 'Outros Suplementos Nutricionais para Animais de estimação', '<p>Outros Suplementos Nutricionais para Animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1734, 'es', 'Outros Suplementos Nutricionais para Animais de estimação', '<p>Outros Suplementos Nutricionais para Animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1734, 'pt', 'Outros Suplementos Nutricionais para Animais de estimação', '<p>Outros Suplementos Nutricionais para Animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1735, 'en', 'Pacotes de Suplementos Nutricionais Variados para animais de estimação', '<p>Pacotes de Suplementos Nutricionais Variados para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1735, 'es', 'Pacotes de Suplementos Nutricionais Variados para animais de estimação', '<p>Pacotes de Suplementos Nutricionais Variados para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1735, 'pt', 'Pacotes de Suplementos Nutricionais Variados para animais de estimação', '<p>Pacotes de Suplementos Nutricionais Variados para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1736, 'en', 'Suplementos alimentares para animais de estimação', '<p>Suplementos alimentares para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1736, 'es', 'Suplementos alimentares para animais de estimação', '<p>Suplementos alimentares para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1736, 'pt', 'Suplementos alimentares para animais de estimação', '<p>Suplementos alimentares para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1737, 'en', 'Tratamento contra parasitas nos animais de estimação', '<p>Tratamento contra parasitas nos animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1737, 'es', 'Tratamento contra parasitas nos animais de estimação', '<p>Tratamento contra parasitas nos animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1737, 'pt', 'Tratamento contra parasitas nos animais de estimação', '<p>Tratamento contra parasitas nos animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1738, 'en', 'Pacotes de variedades para ração/cuidados com os animais de estimação', '<p>Pacotes de variedades para ração/cuidados com os animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1738, 'es', 'Pacotes de variedades para ração/cuidados com os animais de estimação', '<p>Pacotes de variedades para ração/cuidados com os animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1738, 'pt', 'Pacotes de variedades para ração/cuidados com os animais de estimação', '<p>Pacotes de variedades para ração/cuidados com os animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1739, 'en', 'Pacotes de variedades para ração/cuidados com os animais de estimação', '<p>Pacotes de variedades para ração/cuidados com os animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1739, 'es', 'Pacotes de variedades para ração/cuidados com os animais de estimação', '<p>Pacotes de variedades para ração/cuidados com os animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1739, 'pt', 'Pacotes de variedades para ração/cuidados com os animais de estimação', '<p>Pacotes de variedades para ração/cuidados com os animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1740, 'en', 'Ração/Bebidas para animais de estimação', '<p>Ração/Bebidas para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1740, 'es', 'Ração/Bebidas para animais de estimação', '<p>Ração/Bebidas para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1740, 'pt', 'Ração/Bebidas para animais de estimação', '<p>Ração/Bebidas para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1741, 'en', 'Bebidas para animais de estimação', '<p>Bebidas para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1741, 'es', 'Bebidas para animais de estimação', '<p>Bebidas para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1741, 'pt', 'Bebidas para animais de estimação', '<p>Bebidas para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1742, 'en', 'Bebidas para animais de estimação (Congeladas)', '<p>Bebidas para animais de estimação (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(1742, 'es', 'Bebidas para animais de estimação (Congeladas)', '<p>Bebidas para animais de estimação (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(1742, 'pt', 'Bebidas para animais de estimação (Congeladas)', '<p>Bebidas para animais de estimação (Congeladas)</p>', '', '', '', 'N', '', 'Y'),
(1743, 'en', 'Bebidas para animais de estimação (Não perecível)', '<p>Bebidas para animais de estimação (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(1743, 'es', 'Bebidas para animais de estimação (Não perecível)', '<p>Bebidas para animais de estimação (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(1743, 'pt', 'Bebidas para animais de estimação (Não perecível)', '<p>Bebidas para animais de estimação (Não perecível)</p>', '', '', '', 'N', '', 'Y'),
(1744, 'en', 'Bebidas para animais de estimação (Perecíveis)', '<p>Bebidas para animais de estimação (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(1744, 'es', 'Bebidas para animais de estimação (Perecíveis)', '<p>Bebidas para animais de estimação (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(1744, 'pt', 'Bebidas para animais de estimação (Perecíveis)', '<p>Bebidas para animais de estimação (Perecíveis)</p>', '', '', '', 'N', '', 'Y'),
(1745, 'en', 'Pacotes de variedades para ração/bebidas para animais de estimação', '<p>Pacotes de variedades para ração/bebidas para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1745, 'es', 'Pacotes de variedades para ração/bebidas para animais de estimação', '<p>Pacotes de variedades para ração/bebidas para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1745, 'pt', 'Pacotes de variedades para ração/bebidas para animais de estimação', '<p>Pacotes de variedades para ração/bebidas para animais de estimação</p>', '', '', '', 'N', '', 'Y'),
(1746, 'en', 'Ração', '<p>Ração</p>', '', '', '', 'N', '', 'Y'),
(1746, 'es', 'Ração', '<p>Ração</p>', '', '', '', 'N', '', 'Y'),
(1746, 'pt', 'Ração', '<p>Ração</p>', '', '', '', 'N', '', 'Y'),
(1747, 'en', 'Guloseimas / condimentos para animais de estimação (produtos comestíveis complementares) ', '<p>Guloseimas / condimentos para animais de estimação (produtos comestíveis complementares) </p>', '', '', '', 'N', '', 'Y'),
(1747, 'es', 'Guloseimas / condimentos para animais de estimação (produtos comestíveis complementares) ', '<p>Guloseimas / condimentos para animais de estimação (produtos comestíveis complementares) </p>', '', '', '', 'N', '', 'Y'),
(1747, 'pt', 'Guloseimas / condimentos para animais de estimação (produtos comestíveis complementares) ', '<p>Guloseimas / condimentos para animais de estimação (produtos comestíveis complementares) </p>', '', '', '', 'N', '', 'Y'),
(1748, 'en', 'Guloseimas / condimentos para animais de estimação (produtos comestíveis complementares) Congelado', '<p>Guloseimas / condimentos para animais de estimação (produtos comestíveis complementares) Congelado</p>', '', '', '', 'N', '', 'Y'),
(1748, 'es', 'Guloseimas / condimentos para animais de estimação (produtos comestíveis complementares) Congelado', '<p>Guloseimas / condimentos para animais de estimação (produtos comestíveis complementares) Congelado</p>', '', '', '', 'N', '', 'Y'),
(1748, 'pt', 'Guloseimas / condimentos para animais de estimação (produtos comestíveis complementares) Congelado', '<p>Guloseimas / condimentos para animais de estimação (produtos comestíveis complementares) Congelado</p>', '', '', '', 'N', '', 'Y'),
(1749, 'en', 'Guloseimas / condimentos para animais de estimação (produtos comestíveis complementares) Perecíveis', '<p>Guloseimas / condimentos para animais de estimação (produtos comestíveis complementares) Perecíveis</p>', '', '', '', 'N', '', 'Y'),
(1749, 'es', 'Guloseimas / condimentos para animais de estimação (produtos comestíveis complementares) Perecíveis', '<p>Guloseimas / condimentos para animais de estimação (produtos comestíveis complementares) Perecíveis</p>', '', '', '', 'N', '', 'Y'),
(1749, 'pt', 'Guloseimas / condimentos para animais de estimação (produtos comestíveis complementares) Perecíveis', '<p>Guloseimas / condimentos para animais de estimação (produtos comestíveis complementares) Perecíveis</p>', '', '', '', 'N', '', 'Y'),
(1750, 'en', 'Ração (Congelada)', '<p>Ração (Congelada)</p>', '', '', '', 'N', '', 'Y'),
(1750, 'es', 'Ração (Congelada)', '<p>Ração (Congelada)</p>', '', '', '', 'N', '', 'Y'),
(1750, 'pt', 'Ração (Congelada)', '<p>Ração (Congelada)</p>', '', '', '', 'N', '', 'Y'),
(1751, 'en', 'Ração (Não Perecível)', '<p>Ração (Não Perecível)</p>', '', '', '', 'N', '', 'Y'),
(1751, 'es', 'Ração (Não Perecível)', '<p>Ração (Não Perecível)</p>', '', '', '', 'N', '', 'Y'),
(1751, 'pt', 'Ração (Não Perecível)', '<p>Ração (Não Perecível)</p>', '', '', '', 'N', '', 'Y'),
(1752, 'en', 'Ração (Perecível)', '<p>Ração (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(1752, 'es', 'Ração (Perecível)', '<p>Ração (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(1752, 'pt', 'Ração (Perecível)', '<p>Ração (Perecível)</p>', '', '', '', 'N', '', 'Y'),
(1753, 'en', 'Culturas', '<p>Culturas</p>', '', '', '', 'N', '', 'Y'),
(1753, 'es', 'Culturas', '<p>Culturas</p>', '', '', '', 'N', '', 'Y'),
(1753, 'pt', 'Culturas', '<p>Culturas</p>', '', '', '', 'N', '', 'Y'),
(1754, 'en', 'Culturas não destinadas a alimentos ou rações (animais e peixes)', '<p>Culturas não destinadas a alimentos ou rações (animais e peixes)</p>', '', '', '', 'N', '', 'Y'),
(1754, 'es', 'Culturas não destinadas a alimentos ou rações (animais e peixes)', '<p>Culturas não destinadas a alimentos ou rações (animais e peixes)</p>', '', '', '', 'N', '', 'Y'),
(1754, 'pt', 'Culturas não destinadas a alimentos ou rações (animais e peixes)', '<p>Culturas não destinadas a alimentos ou rações (animais e peixes)</p>', '', '', '', 'N', '', 'Y'),
(1755, 'en', 'Culturas para a produção de fibras naturais e resinas (fibras cultivadas)', '<p>Culturas para a produção de fibras naturais e resinas (fibras cultivadas)</p>', '', '', '', 'N', '', 'Y'),
(1755, 'es', 'Culturas para a produção de fibras naturais e resinas (fibras cultivadas)', '<p>Culturas para a produção de fibras naturais e resinas (fibras cultivadas)</p>', '', '', '', 'N', '', 'Y'),
(1755, 'pt', 'Culturas para a produção de fibras naturais e resinas (fibras cultivadas)', '<p>Culturas para a produção de fibras naturais e resinas (fibras cultivadas)</p>', '', '', '', 'N', '', 'Y'),
(1756, 'en', 'Arbustos de bambu (Bambuseae)', '<p>Arbustos de bambu (Bambuseae)</p>', '', '', '', 'N', '', 'Y'),
(1756, 'es', 'Arbustos de bambu (Bambuseae)', '<p>Arbustos de bambu (Bambuseae)</p>', '', '', '', 'N', '', 'Y'),
(1756, 'pt', 'Arbustos de bambu (Bambuseae)', '<p>Arbustos de bambu (Bambuseae)</p>', '', '', '', 'N', '', 'Y'),
(1757, 'en', 'Árvores Kyenkyen / Upas (Antiaris Africana)', '<p>Árvores Kyenkyen / Upas (Antiaris Africana)</p>', '', '', '', 'N', '', 'Y'),
(1757, 'es', 'Árvores Kyenkyen / Upas (Antiaris Africana)', '<p>Árvores Kyenkyen / Upas (Antiaris Africana)</p>', '', '', '', 'N', '', 'Y'),
(1757, 'pt', 'Árvores Kyenkyen / Upas (Antiaris Africana)', '<p>Árvores Kyenkyen / Upas (Antiaris Africana)</p>', '', '', '', 'N', '', 'Y'),
(1758, 'en', 'Juteshrubs (Corchorus)', '<p>Juteshrubs (Corchorus)</p>', '', '', '', 'N', '', 'Y'),
(1758, 'es', 'Juteshrubs (Corchorus)', '<p>Juteshrubs (Corchorus)</p>', '', '', '', 'N', '', 'Y'),
(1758, 'pt', 'Juteshrubs (Corchorus)', '<p>Juteshrubs (Corchorus)</p>', '', '', '', 'N', '', 'Y'),
(1759, 'en', 'Linhaça (Linum usitatissimum)', '<p>Linhaça (Linum usitatissimum)</p>', '', '', '', 'N', '', 'Y'),
(1759, 'es', 'Linhaça (Linum usitatissimum)', '<p>Linhaça (Linum usitatissimum)</p>', '', '', '', 'N', '', 'Y'),
(1759, 'pt', 'Linhaça (Linum usitatissimum)', '<p>Linhaça (Linum usitatissimum)</p>', '', '', '', 'N', '', 'Y'),
(1760, 'en', 'Linhaça indiana (Abroma augustum)', '<p>Linhaça indiana (Abroma augustum)</p>', '', '', '', 'N', '', 'Y'),
(1760, 'es', 'Linhaça indiana (Abroma augustum)', '<p>Linhaça indiana (Abroma augustum)</p>', '', '', '', 'N', '', 'Y'),
(1760, 'pt', 'Linhaça indiana (Abroma augustum)', '<p>Linhaça indiana (Abroma augustum)</p>', '', '', '', 'N', '', 'Y'),
(1761, 'en', 'Outras plantas de cânhamo agave (Agave letonae)', '<p>Outras plantas de cânhamo agave (Agave letonae)</p>', '', '', '', 'N', '', 'Y'),
(1761, 'es', 'Outras plantas de cânhamo agave (Agave letonae)', '<p>Outras plantas de cânhamo agave (Agave letonae)</p>', '', '', '', 'N', '', 'Y'),
(1761, 'pt', 'Outras plantas de cânhamo agave (Agave letonae)', '<p>Outras plantas de cânhamo agave (Agave letonae)</p>', '', '', '', 'N', '', 'Y'),
(1762, 'en', 'Palmeiras de ráfia (Raphia farinifera)', '<p>Palmeiras de ráfia (Raphia farinifera)</p>', '', '', '', 'N', '', 'Y'),
(1762, 'es', 'Palmeiras de ráfia (Raphia farinifera)', '<p>Palmeiras de ráfia (Raphia farinifera)</p>', '', '', '', 'N', '', 'Y'),
(1762, 'pt', 'Palmeiras de ráfia (Raphia farinifera)', '<p>Palmeiras de ráfia (Raphia farinifera)</p>', '', '', '', 'N', '', 'Y'),
(1763, 'en', 'Palmeiras de vime (Calamus rotang)', '<p>Palmeiras de vime (Calamus rotang)</p>', '', '', '', 'N', '', 'Y'),
(1763, 'es', 'Palmeiras de vime (Calamus rotang)', '<p>Palmeiras de vime (Calamus rotang)</p>', '', '', '', 'N', '', 'Y'),
(1763, 'pt', 'Palmeiras de vime (Calamus rotang)', '<p>Palmeiras de vime (Calamus rotang)</p>', '', '', '', 'N', '', 'Y'),
(1764, 'en', 'Plantas de algodão (Gossypium hirsutum)', '<p>Plantas de algodão (Gossypium hirsutum)</p>', '', '', '', 'N', '', 'Y'),
(1764, 'es', 'Plantas de algodão (Gossypium hirsutum)', '<p>Plantas de algodão (Gossypium hirsutum)</p>', '', '', '', 'N', '', 'Y'),
(1764, 'pt', 'Plantas de algodão (Gossypium hirsutum)', '<p>Plantas de algodão (Gossypium hirsutum)</p>', '', '', '', 'N', '', 'Y'),
(1765, 'en', 'Plantas de algodão da ilha do mar (Gossypium barbadense)', '<p>Plantas de algodão da ilha do mar (Gossypium barbadense)</p>', '', '', '', 'N', '', 'Y'),
(1765, 'es', 'Plantas de algodão da ilha do mar (Gossypium barbadense)', '<p>Plantas de algodão da ilha do mar (Gossypium barbadense)</p>', '', '', '', 'N', '', 'Y'),
(1765, 'pt', 'Plantas de algodão da ilha do mar (Gossypium barbadense)', '<p>Plantas de algodão da ilha do mar (Gossypium barbadense)</p>', '', '', '', 'N', '', 'Y'),
(1766, 'en', 'Plantas de cânhamo (Cannabis sativa)', '<p>Plantas de cânhamo (Cannabis sativa)</p>', '', '', '', 'N', '', 'Y'),
(1766, 'es', 'Plantas de cânhamo (Cannabis sativa)', '<p>Plantas de cânhamo (Cannabis sativa)</p>', '', '', '', 'N', '', 'Y'),
(1766, 'pt', 'Plantas de cânhamo (Cannabis sativa)', '<p>Plantas de cânhamo (Cannabis sativa)</p>', '', '', '', 'N', '', 'Y'),
(1767, 'en', 'Plantas de cânhamo da Mauritânia (Furcraea foetida)', '<p>Plantas de cânhamo da Mauritânia (Furcraea foetida)</p>', '', '', '', 'N', '', 'Y'),
(1767, 'es', 'Plantas de cânhamo da Mauritânia (Furcraea foetida)', '<p>Plantas de cânhamo da Mauritânia (Furcraea foetida)</p>', '', '', '', 'N', '', 'Y'),
(1767, 'pt', 'Plantas de cânhamo da Mauritânia (Furcraea foetida)', '<p>Plantas de cânhamo da Mauritânia (Furcraea foetida)</p>', '', '', '', 'N', '', 'Y'),
(1768, 'en', 'Plantas de cânhamo Roselle (Hibiscus sabdariffa var. Altissima)', '<p>Plantas de cânhamo Roselle (Hibiscus sabdariffa var. Altissima)</p>', '', '', '', 'N', '', 'Y'),
(1768, 'es', 'Plantas de cânhamo Roselle (Hibiscus sabdariffa var. Altissima)', '<p>Plantas de cânhamo Roselle (Hibiscus sabdariffa var. Altissima)</p>', '', '', '', 'N', '', 'Y'),
(1768, 'pt', 'Plantas de cânhamo Roselle (Hibiscus sabdariffa var. Altissima)', '<p>Plantas de cânhamo Roselle (Hibiscus sabdariffa var. Altissima)</p>', '', '', '', 'N', '', 'Y'),
(1769, 'en', 'Plantas de fibra de aramina (Musa textilis)', '<p>Plantas de fibra de aramina (Musa textilis)</p>', '', '', '', 'N', '', 'Y'),
(1769, 'es', 'Plantas de fibra de aramina (Musa textilis)', '<p>Plantas de fibra de aramina (Musa textilis)</p>', '', '', '', 'N', '', 'Y'),
(1769, 'pt', 'Plantas de fibra de aramina (Musa textilis)', '<p>Plantas de fibra de aramina (Musa textilis)</p>', '', '', '', 'N', '', 'Y'),
(1770, 'en', 'Plantas de juta da China (Abutilon avicennae)', '<p>Plantas de juta da China (Abutilon avicennae)</p>', '', '', '', 'N', '', 'Y'),
(1770, 'es', 'Plantas de juta da China (Abutilon avicennae)', '<p>Plantas de juta da China (Abutilon avicennae)</p>', '', '', '', 'N', '', 'Y'),
(1770, 'pt', 'Plantas de juta da China (Abutilon avicennae)', '<p>Plantas de juta da China (Abutilon avicennae)</p>', '', '', '', 'N', '', 'Y'),
(1771, 'en', 'Plantas de juta do Congo (Urena lobata)', '<p>Plantas de juta do Congo (Urena lobata)</p>', '', '', '', 'N', '', 'Y'),
(1771, 'es', 'Plantas de juta do Congo (Urena lobata)', '<p>Plantas de juta do Congo (Urena lobata)</p>', '', '', '', 'N', '', 'Y'),
(1771, 'pt', 'Plantas de juta do Congo (Urena lobata)', '<p>Plantas de juta do Congo (Urena lobata)</p>', '', '', '', 'N', '', 'Y'),
(1772, 'en', 'Plantas de pita (Agave americana)', '<p>Plantas de pita (Agave americana)</p>', '', '', '', 'N', '', 'Y'),
(1772, 'es', 'Plantas de pita (Agave americana)', '<p>Plantas de pita (Agave americana)</p>', '', '', '', 'N', '', 'Y'),
(1772, 'pt', 'Plantas de pita (Agave americana)', '<p>Plantas de pita (Agave americana)</p>', '', '', '', 'N', '', 'Y'),
(1773, 'en', 'Plantas de rami (Boehmeria nivea)', '<p>Plantas de rami (Boehmeria nivea)</p>', '', '', '', 'N', '', 'Y'),
(1773, 'es', 'Plantas de rami (Boehmeria nivea)', '<p>Plantas de rami (Boehmeria nivea)</p>', '', '', '', 'N', '', 'Y'),
(1773, 'pt', 'Plantas de rami (Boehmeria nivea)', '<p>Plantas de rami (Boehmeria nivea)</p>', '', '', '', 'N', '', 'Y'),
(1774, 'en', 'Plantas de urtiga (Urtica dioica)', '<p>Plantas de urtiga (Urtica dioica)</p>', '', '', '', 'N', '', 'Y'),
(1774, 'es', 'Plantas de urtiga (Urtica dioica)', '<p>Plantas de urtiga (Urtica dioica)</p>', '', '', '', 'N', '', 'Y'),
(1774, 'pt', 'Plantas de urtiga (Urtica dioica)', '<p>Plantas de urtiga (Urtica dioica)</p>', '', '', '', 'N', '', 'Y'),
(1775, 'en', 'Plantas Henequen (agave fourcroydes)', '<p>Plantas Henequen (agave fourcroydes)</p>', '', '', '', 'N', '', 'Y'),
(1775, 'es', 'Plantas Henequen (agave fourcroydes)', '<p>Plantas Henequen (agave fourcroydes)</p>', '', '', '', 'N', '', 'Y'),
(1775, 'pt', 'Plantas Henequen (agave fourcroydes)', '<p>Plantas Henequen (agave fourcroydes)</p>', '', '', '', 'N', '', 'Y'),
(1776, 'en', 'Plantas Kenaf (Hibiscus cannabinus)', '<p>Plantas Kenaf (Hibiscus cannabinus)</p>', '', '', '', 'N', '', 'Y'),
(1776, 'es', 'Plantas Kenaf (Hibiscus cannabinus)', '<p>Plantas Kenaf (Hibiscus cannabinus)</p>', '', '', '', 'N', '', 'Y'),
(1776, 'pt', 'Plantas Kenaf (Hibiscus cannabinus)', '<p>Plantas Kenaf (Hibiscus cannabinus)</p>', '', '', '', 'N', '', 'Y'),
(1777, 'en', 'Plantas Maguey (Agave cantala)', '<p>Plantas Maguey (Agave cantala)</p>', '', '', '', 'N', '', 'Y'),
(1777, 'es', 'Plantas Maguey (Agave cantala)', '<p>Plantas Maguey (Agave cantala)</p>', '', '', '', 'N', '', 'Y'),
(1777, 'pt', 'Plantas Maguey (Agave cantala)', '<p>Plantas Maguey (Agave cantala)</p>', '', '', '', 'N', '', 'Y'),
(1778, 'en', 'Plantas simples ou tampico (Agave lecheguilla)', '<p>Plantas simples ou tampico (Agave lecheguilla)</p>', '', '', '', 'N', '', 'Y'),
(1778, 'es', 'Plantas simples ou tampico (Agave lecheguilla)', '<p>Plantas simples ou tampico (Agave lecheguilla)</p>', '', '', '', 'N', '', 'Y'),
(1778, 'pt', 'Plantas simples ou tampico (Agave lecheguilla)', '<p>Plantas simples ou tampico (Agave lecheguilla)</p>', '', '', '', 'N', '', 'Y'),
(1779, 'en', 'Sisalplants (Agave sisalane)', '<p>Sisalplants (Agave sisalane)</p>', '', '', '', 'N', '', 'Y'),
(1779, 'es', 'Sisalplants (Agave sisalane)', '<p>Sisalplants (Agave sisalane)</p>', '', '', '', 'N', '', 'Y'),
(1779, 'pt', 'Sisalplants (Agave sisalane)', '<p>Sisalplants (Agave sisalane)</p>', '', '', '', 'N', '', 'Y'),
(1780, 'en', 'Sumaúma (Ceiba pentandra)', '<p>Sumaúma (Ceiba pentandra)</p>', '', '', '', 'N', '', 'Y'),
(1780, 'es', 'Sumaúma (Ceiba pentandra)', '<p>Sumaúma (Ceiba pentandra)</p>', '', '', '', 'N', '', 'Y'),
(1780, 'pt', 'Sumaúma (Ceiba pentandra)', '<p>Sumaúma (Ceiba pentandra)</p>', '', '', '', 'N', '', 'Y'),
(1781, 'en', 'Culturas para produção de látex (culturas de látex)', '<p>Culturas para produção de látex (culturas de látex)</p>', '', '', '', 'N', '', 'Y'),
(1781, 'es', 'Culturas para produção de látex (culturas de látex)', '<p>Culturas para produção de látex (culturas de látex)</p>', '', '', '', 'N', '', 'Y'),
(1781, 'pt', 'Culturas para produção de látex (culturas de látex)', '<p>Culturas para produção de látex (culturas de látex)</p>', '', '', '', 'N', '', 'Y'),
(1782, 'en', 'Árvores de guta-percha (Palaquium sp.)', '<p>Árvores de guta-percha (Palaquium sp.)</p>', '', '', '', 'N', '', 'Y'),
(1782, 'es', 'Árvores de guta-percha (Palaquium sp.)', '<p>Árvores de guta-percha (Palaquium sp.)</p>', '', '', '', 'N', '', 'Y'),
(1782, 'pt', 'Árvores de guta-percha (Palaquium sp.)', '<p>Árvores de guta-percha (Palaquium sp.)</p>', '', '', '', 'N', '', 'Y'),
(1783, 'en', 'Plantas Asafoetida (Ferula assa-foetida)', '<p>Plantas Asafoetida (Ferula assa-foetida)</p>', '', '', '', 'N', '', 'Y'),
(1783, 'es', 'Plantas Asafoetida (Ferula assa-foetida)', '<p>Plantas Asafoetida (Ferula assa-foetida)</p>', '', '', '', 'N', '', 'Y'),
(1783, 'pt', 'Plantas Asafoetida (Ferula assa-foetida)', '<p>Plantas Asafoetida (Ferula assa-foetida)</p>', '', '', '', 'N', '', 'Y'),
(1784, 'en', 'Plantas de guayule (Parthenium argentatum)', '<p>Plantas de guayule (Parthenium argentatum)</p>', '', '', '', 'N', '', 'Y'),
(1784, 'es', 'Plantas de guayule (Parthenium argentatum)', '<p>Plantas de guayule (Parthenium argentatum)</p>', '', '', '', 'N', '', 'Y'),
(1784, 'pt', 'Plantas de guayule (Parthenium argentatum)', '<p>Plantas de guayule (Parthenium argentatum)</p>', '', '', '', 'N', '', 'Y'),
(1785, 'en', 'Plantas-leão russas (Taraxacum kok-saghyz)', '<p>Plantas-leão russas (Taraxacum kok-saghyz)</p>', '', '', '', 'N', '', 'Y'),
(1785, 'es', 'Plantas-leão russas (Taraxacum kok-saghyz)', '<p>Plantas-leão russas (Taraxacum kok-saghyz)</p>', '', '', '', 'N', '', 'Y'),
(1785, 'pt', 'Plantas-leão russas (Taraxacum kok-saghyz)', '<p>Plantas-leão russas (Taraxacum kok-saghyz)</p>', '', '', '', 'N', '', 'Y'),
(1786, 'en', 'Seringueira (Hevea brasiliensis)', '<p>Seringueira (Hevea brasiliensis)</p>', '', '', '', 'N', '', 'Y'),
(1786, 'es', 'Seringueira (Hevea brasiliensis)', '<p>Seringueira (Hevea brasiliensis)</p>', '', '', '', 'N', '', 'Y'),
(1786, 'pt', 'Seringueira (Hevea brasiliensis)', '<p>Seringueira (Hevea brasiliensis)</p>', '', '', '', 'N', '', 'Y'),
(1787, 'en', 'Culturas para produção de pigmentos, resinas e ceras naturais', '<p>Culturas para produção de pigmentos, resinas e ceras naturais</p>', '', '', '', 'N', '', 'Y'),
(1787, 'es', 'Culturas para produção de pigmentos, resinas e ceras naturais', '<p>Culturas para produção de pigmentos, resinas e ceras naturais</p>', '', '', '', 'N', '', 'Y'),
(1787, 'pt', 'Culturas para produção de pigmentos, resinas e ceras naturais', '<p>Culturas para produção de pigmentos, resinas e ceras naturais</p>', '', '', '', 'N', '', 'Y'),
(1788, 'en', 'arbustos de aroeira (Pistacia lentiscus)', '<p>arbustos de aroeira (Pistacia lentiscus)</p>', '', '', '', 'N', '', 'Y'),
(1788, 'es', 'arbustos de aroeira (Pistacia lentiscus)', '<p>arbustos de aroeira (Pistacia lentiscus)</p>', '', '', '', 'N', '', 'Y'),
(1788, 'pt', 'arbustos de aroeira (Pistacia lentiscus)', '<p>arbustos de aroeira (Pistacia lentiscus)</p>', '', '', '', 'N', '', 'Y'),
(1789, 'en', 'Arbustos de vassoura de tintureiros (Genista tinctoria)', '<p>Arbustos de vassoura de tintureiros (Genista tinctoria)</p>', '', '', '', 'N', '', 'Y'),
(1789, 'es', 'Arbustos de vassoura de tintureiros (Genista tinctoria)', '<p>Arbustos de vassoura de tintureiros (Genista tinctoria)</p>', '', '', '', 'N', '', 'Y'),
(1789, 'pt', 'Arbustos de vassoura de tintureiros (Genista tinctoria)', '<p>Arbustos de vassoura de tintureiros (Genista tinctoria)</p>', '', '', '', 'N', '', 'Y'),
(1790, 'en', 'Árvore Palmeiras de cera (Ceroxylon quindiuense)', '<p>Árvore Palmeiras de cera (Ceroxylon quindiuense)</p>', '', '', '', 'N', '', 'Y'),
(1790, 'es', 'Árvore Palmeiras de cera (Ceroxylon quindiuense)', '<p>Árvore Palmeiras de cera (Ceroxylon quindiuense)</p>', '', '', '', 'N', '', 'Y'),
(1790, 'pt', 'Árvore Palmeiras de cera (Ceroxylon quindiuense)', '<p>Árvore Palmeiras de cera (Ceroxylon quindiuense)</p>', '', '', '', 'N', '', 'Y'),
(1791, 'en', 'Árvore Senegal Rosewood (Pterocarpus erinaceus)', '<p>Árvore Senegal Rosewood (Pterocarpus erinaceus)</p>', '', '', '', 'N', '', 'Y'),
(1791, 'es', 'Árvore Senegal Rosewood (Pterocarpus erinaceus)', '<p>Árvore Senegal Rosewood (Pterocarpus erinaceus)</p>', '', '', '', 'N', '', 'Y'),
(1791, 'pt', 'Árvore Senegal Rosewood (Pterocarpus erinaceus)', '<p>Árvore Senegal Rosewood (Pterocarpus erinaceus)</p>', '', '', '', 'N', '', 'Y'),
(1792, 'en', 'Árvore Turpentine (Pistacia terebinthus)', '<p>Árvore Turpentine (Pistacia terebinthus)</p>', '', '', '', 'N', '', 'Y'),
(1792, 'es', 'Árvore Turpentine (Pistacia terebinthus)', '<p>Árvore Turpentine (Pistacia terebinthus)</p>', '', '', '', 'N', '', 'Y'),
(1792, 'pt', 'Árvore Turpentine (Pistacia terebinthus)', '<p>Árvore Turpentine (Pistacia terebinthus)</p>', '', '', '', 'N', '', 'Y'),
(1793, 'en', 'Árvores Balsam fir (Abies balsamea)', '<p>Árvores Balsam fir (Abies balsamea)</p>', '', '', '', 'N', '', 'Y'),
(1793, 'es', 'Árvores Balsam fir (Abies balsamea)', '<p>Árvores Balsam fir (Abies balsamea)</p>', '', '', '', 'N', '', 'Y'),
(1793, 'pt', 'Árvores Balsam fir (Abies balsamea)', '<p>Árvores Balsam fir (Abies balsamea)</p>', '', '', '', 'N', '', 'Y'),
(1794, 'en', 'Árvores de ágar-ágar (Aquilaria malaccensis)', '<p>Árvores de ágar-ágar (Aquilaria malaccensis)</p>', '', '', '', 'N', '', 'Y'),
(1794, 'es', 'Árvores de ágar-ágar (Aquilaria malaccensis)', '<p>Árvores de ágar-ágar (Aquilaria malaccensis)</p>', '', '', '', 'N', '', 'Y'),
(1794, 'pt', 'Árvores de ágar-ágar (Aquilaria malaccensis)', '<p>Árvores de ágar-ágar (Aquilaria malaccensis)</p>', '', '', '', 'N', '', 'Y'),
(1795, 'en', 'Árvores de bálsamo do Peru (Myroxylon balsamum)', '<p>Árvores de bálsamo do Peru (Myroxylon balsamum)</p>', '', '', '', 'N', '', 'Y'),
(1795, 'es', 'Árvores de bálsamo do Peru (Myroxylon balsamum)', '<p>Árvores de bálsamo do Peru (Myroxylon balsamum)</p>', '', '', '', 'N', '', 'Y'),
(1795, 'pt', 'Árvores de bálsamo do Peru (Myroxylon balsamum)', '<p>Árvores de bálsamo do Peru (Myroxylon balsamum)</p>', '', '', '', 'N', '', 'Y'),
(1796, 'en', 'Árvores de goma arábica (Acacia senegal)', '<p>Árvores de goma arábica (Acacia senegal)</p>', '', '', '', 'N', '', 'Y'),
(1796, 'es', 'Árvores de goma arábica (Acacia senegal)', '<p>Árvores de goma arábica (Acacia senegal)</p>', '', '', '', 'N', '', 'Y'),
(1796, 'pt', 'Árvores de goma arábica (Acacia senegal)', '<p>Árvores de goma arábica (Acacia senegal)</p>', '', '', '', 'N', '', 'Y'),
(1797, 'en', 'Árvores de hena (Lawsonia inermis)', '<p>Árvores de hena (Lawsonia inermis)</p>', '', '', '', 'N', '', 'Y'),
(1797, 'es', 'Árvores de hena (Lawsonia inermis)', '<p>Árvores de hena (Lawsonia inermis)</p>', '', '', '', 'N', '', 'Y'),
(1797, 'pt', 'Árvores de hena (Lawsonia inermis)', '<p>Árvores de hena (Lawsonia inermis)</p>', '', '', '', 'N', '', 'Y'),
(1798, 'en', 'Árvores de labdanum (Cistus ladanifer)', '<p>Árvores de labdanum (Cistus ladanifer)</p>', '', '', '', 'N', '', 'Y'),
(1798, 'es', 'Árvores de labdanum (Cistus ladanifer)', '<p>Árvores de labdanum (Cistus ladanifer)</p>', '', '', '', 'N', '', 'Y'),
(1798, 'pt', 'Árvores de labdanum (Cistus ladanifer)', '<p>Árvores de labdanum (Cistus ladanifer)</p>', '', '', '', 'N', '', 'Y'),
(1799, 'en', 'Árvores Kamala (Mallotus philippensis)', '<p>Árvores Kamala (Mallotus philippensis)</p>', '', '', '', 'N', '', 'Y'),
(1799, 'es', 'Árvores Kamala (Mallotus philippensis)', '<p>Árvores Kamala (Mallotus philippensis)</p>', '', '', '', 'N', '', 'Y'),
(1799, 'pt', 'Árvores Kamala (Mallotus philippensis)', '<p>Árvores Kamala (Mallotus philippensis)</p>', '', '', '', 'N', '', 'Y'),
(1800, 'en', 'árvores Olibanum (Boswellia)', '<p>árvores Olibanum (Boswellia)</p>', '', '', '', 'N', '', 'Y'),
(1800, 'es', 'árvores Olibanum (Boswellia)', '<p>árvores Olibanum (Boswellia)</p>', '', '', '', 'N', '', 'Y'),
(1800, 'pt', 'árvores Olibanum (Boswellia)', '<p>árvores Olibanum (Boswellia)</p>', '', '', '', 'N', '', 'Y'),
(1801, 'en', 'Árvores Styrax (Styrax benzoin)', '<p>Árvores Styrax (Styrax benzoin)</p>', '', '', '', 'N', '', 'Y'),
(1801, 'es', 'Árvores Styrax (Styrax benzoin)', '<p>Árvores Styrax (Styrax benzoin)</p>', '', '', '', 'N', '', 'Y'),
(1801, 'pt', 'Árvores Styrax (Styrax benzoin)', '<p>Árvores Styrax (Styrax benzoin)</p>', '', '', '', 'N', '', 'Y'),
(1802, 'en', 'Bétula africana (Anogeissus Leiocarpa)', '<p>Bétula africana (Anogeissus Leiocarpa)</p>', '', '', '', 'N', '', 'Y'),
(1802, 'es', 'Bétula africana (Anogeissus Leiocarpa)', '<p>Bétula africana (Anogeissus Leiocarpa)</p>', '', '', '', 'N', '', 'Y'),
(1802, 'pt', 'Bétula africana (Anogeissus Leiocarpa)', '<p>Bétula africana (Anogeissus Leiocarpa)</p>', '', '', '', 'N', '', 'Y'),
(1803, 'en', 'Calêndula mexicana (Tagetes Erecta)', '<p>Calêndula mexicana (Tagetes Erecta)</p>', '', '', '', 'N', '', 'Y'),
(1803, 'es', 'Calêndula mexicana (Tagetes Erecta)', '<p>Calêndula mexicana (Tagetes Erecta)</p>', '', '', '', 'N', '', 'Y'),
(1803, 'pt', 'Calêndula mexicana (Tagetes Erecta)', '<p>Calêndula mexicana (Tagetes Erecta)</p>', '', '', '', 'N', '', 'Y'),
(1804, 'en', 'Plantas Galbanum (Ferula gummosa)', '<p>Plantas Galbanum (Ferula gummosa)</p>', '', '', '', 'N', '', 'Y'),
(1804, 'es', 'Plantas Galbanum (Ferula gummosa)', '<p>Plantas Galbanum (Ferula gummosa)</p>', '', '', '', 'N', '', 'Y'),
(1804, 'pt', 'Plantas Galbanum (Ferula gummosa)', '<p>Plantas Galbanum (Ferula gummosa)</p>', '', '', '', 'N', '', 'Y'),
(1805, 'en', 'Plantas índigo (Indigofera tinctoria)', '<p>Plantas índigo (Indigofera tinctoria)</p>', '', '', '', 'N', '', 'Y'),
(1805, 'es', 'Plantas índigo (Indigofera tinctoria)', '<p>Plantas índigo (Indigofera tinctoria)</p>', '', '', '', 'N', '', 'Y'),
(1805, 'pt', 'Plantas índigo (Indigofera tinctoria)', '<p>Plantas índigo (Indigofera tinctoria)</p>', '', '', '', 'N', '', 'Y'),
(1806, 'en', 'Plantas mais maduras (Rubia tinctorum)', '<p>Plantas mais maduras (Rubia tinctorum)</p>', '', '', '', 'N', '', 'Y'),
(1806, 'es', 'Plantas mais maduras (Rubia tinctorum)', '<p>Plantas mais maduras (Rubia tinctorum)</p>', '', '', '', 'N', '', 'Y'),
(1806, 'pt', 'Plantas mais maduras (Rubia tinctorum)', '<p>Plantas mais maduras (Rubia tinctorum)</p>', '', '', '', 'N', '', 'Y'),
(1807, 'en', 'Tara (Caesalpinia Spinosa)', '<p>Tara (Caesalpinia Spinosa)</p>', '', '', '', 'N', '', 'Y'),
(1807, 'es', 'Tara (Caesalpinia Spinosa)', '<p>Tara (Caesalpinia Spinosa)</p>', '', '', '', 'N', '', 'Y'),
(1807, 'pt', 'Tara (Caesalpinia Spinosa)', '<p>Tara (Caesalpinia Spinosa)</p>', '', '', '', 'N', '', 'Y'),
(1808, 'en', 'Plantas não tóxicas para medicamentos e óleos essenciais', '<p>Plantas não tóxicas para medicamentos e óleos essenciais</p>', '', '', '', 'N', '', 'Y'),
(1808, 'es', 'Plantas não tóxicas para medicamentos e óleos essenciais', '<p>Plantas não tóxicas para medicamentos e óleos essenciais</p>', '', '', '', 'N', '', 'Y'),
(1808, 'pt', 'Plantas não tóxicas para medicamentos e óleos essenciais', '<p>Plantas não tóxicas para medicamentos e óleos essenciais</p>', '', '', '', 'N', '', 'Y'),
(1809, 'en', 'Adonis-da-primavera (Adonis Vernalis)', '<p>Adonis-da-primavera (Adonis Vernalis)</p>', '', '', '', 'N', '', 'Y'),
(1809, 'es', 'Adonis-da-primavera (Adonis Vernalis)', '<p>Adonis-da-primavera (Adonis Vernalis)</p>', '', '', '', 'N', '', 'Y'),
(1809, 'pt', 'Adonis-da-primavera (Adonis Vernalis)', '<p>Adonis-da-primavera (Adonis Vernalis)</p>', '', '', '', 'N', '', 'Y'),
(1810, 'en', 'Âmio-maior (Ammi)', '<p>Âmio-maior (Ammi)</p>', '', '', '', 'N', '', 'Y'),
(1810, 'es', 'Âmio-maior (Ammi)', '<p>Âmio-maior (Ammi)</p>', '', '', '', 'N', '', 'Y'),
(1810, 'pt', 'Âmio-maior (Ammi)', '<p>Âmio-maior (Ammi)</p>', '', '', '', 'N', '', 'Y'),
(1811, 'en', 'Arnica (Arnica Montana)', '<p>Arnica (Arnica Montana)</p>', '', '', '', 'N', '', 'Y'),
(1811, 'es', 'Arnica (Arnica Montana)', '<p>Arnica (Arnica Montana)</p>', '', '', '', 'N', '', 'Y'),
(1811, 'pt', 'Arnica (Arnica Montana)', '<p>Arnica (Arnica Montana)</p>', '', '', '', 'N', '', 'Y'),
(1812, 'en', 'Arruda síria (Peganum Harmala)', '<p>Arruda síria (Peganum Harmala)</p>', '', '', '', 'N', '', 'Y'),
(1812, 'es', 'Arruda síria (Peganum Harmala)', '<p>Arruda síria (Peganum Harmala)</p>', '', '', '', 'N', '', 'Y'),
(1812, 'pt', 'Arruda síria (Peganum Harmala)', '<p>Arruda síria (Peganum Harmala)</p>', '', '', '', 'N', '', 'Y'),
(1813, 'en', 'Artemísia (Artemisia Annua)', '<p>Artemísia (Artemisia Annua)</p>', '', '', '', 'N', '', 'Y'),
(1813, 'es', 'Artemísia (Artemisia Annua)', '<p>Artemísia (Artemisia Annua)</p>', '', '', '', 'N', '', 'Y'),
(1813, 'pt', 'Artemísia (Artemisia Annua)', '<p>Artemísia (Artemisia Annua)</p>', '', '', '', 'N', '', 'Y'),
(1814, 'en', 'Artemísia africana (Artemisia Afra)', '<p>Artemísia africana (Artemisia Afra)</p>', '', '', '', 'N', '', 'Y'),
(1814, 'es', 'Artemísia africana (Artemisia Afra)', '<p>Artemísia africana (Artemisia Afra)</p>', '', '', '', 'N', '', 'Y'),
(1814, 'pt', 'Artemísia africana (Artemisia Afra)', '<p>Artemísia africana (Artemisia Afra)</p>', '', '', '', 'N', '', 'Y'),
(1815, 'en', 'Artemísia-comum (Artemisia Arborescens)', '<p>Artemísia-comum (Artemisia Arborescens)</p>', '', '', '', 'N', '', 'Y'),
(1815, 'es', 'Artemísia-comum (Artemisia Arborescens)', '<p>Artemísia-comum (Artemisia Arborescens)</p>', '', '', '', 'N', '', 'Y'),
(1815, 'pt', 'Artemísia-comum (Artemisia Arborescens)', '<p>Artemísia-comum (Artemisia Arborescens)</p>', '', '', '', 'N', '', 'Y'),
(1816, 'en', 'Ásaro (Asarum Europaeum)', '<p>Ásaro (Asarum Europaeum)</p>', '', '', '', 'N', '', 'Y'),
(1816, 'es', 'Ásaro (Asarum Europaeum)', '<p>Ásaro (Asarum Europaeum)</p>', '', '', '', 'N', '', 'Y'),
(1816, 'pt', 'Ásaro (Asarum Europaeum)', '<p>Ásaro (Asarum Europaeum)</p>', '', '', '', 'N', '', 'Y'),
(1817, 'en', 'Balsamita (Tanacetum Balsamita)', '<p>Balsamita (Tanacetum Balsamita)</p>', '', '', '', 'N', '', 'Y'),
(1817, 'es', 'Balsamita (Tanacetum Balsamita)', '<p>Balsamita (Tanacetum Balsamita)</p>', '', '', '', 'N', '', 'Y'),
(1817, 'pt', 'Balsamita (Tanacetum Balsamita)', '<p>Balsamita (Tanacetum Balsamita)</p>', '', '', '', 'N', '', 'Y'),
(1818, 'en', 'Batata-de-purga (Ipomoea Purga)', '<p>Batata-de-purga (Ipomoea Purga)</p>', '', '', '', 'N', '', 'Y'),
(1818, 'es', 'Batata-de-purga (Ipomoea Purga)', '<p>Batata-de-purga (Ipomoea Purga)</p>', '', '', '', 'N', '', 'Y'),
(1818, 'pt', 'Batata-de-purga (Ipomoea Purga)', '<p>Batata-de-purga (Ipomoea Purga)</p>', '', '', '', 'N', '', 'Y'),
(1819, 'en', 'Boronia (Boronia)', '<p>Boronia (Boronia)</p>', '', '', '', 'N', '', 'Y'),
(1819, 'es', 'Boronia (Boronia)', '<p>Boronia (Boronia)</p>', '', '', '', 'N', '', 'Y'),
(1819, 'pt', 'Boronia (Boronia)', '<p>Boronia (Boronia)</p>', '', '', '', 'N', '', 'Y'),
(1820, 'en', 'Briônia branca (Bryonia Alba)', '<p>Briônia branca (Bryonia Alba)</p>', '', '', '', 'N', '', 'Y'),
(1820, 'es', 'Briônia branca (Bryonia Alba)', '<p>Briônia branca (Bryonia Alba)</p>', '', '', '', 'N', '', 'Y'),
(1820, 'pt', 'Briônia branca (Bryonia Alba)', '<p>Briônia branca (Bryonia Alba)</p>', '', '', '', 'N', '', 'Y'),
(1821, 'en', 'Buchu (Agathosma)', '<p>Buchu (Agathosma)</p>', '', '', '', 'N', '', 'Y'),
(1821, 'es', 'Buchu (Agathosma)', '<p>Buchu (Agathosma)</p>', '', '', '', 'N', '', 'Y'),
(1821, 'pt', 'Buchu (Agathosma)', '<p>Buchu (Agathosma)</p>', '', '', '', 'N', '', 'Y'),
(1822, 'en', 'Cabreúva (Myrocarpus Frondosus)', '<p>Cabreúva (Myrocarpus Frondosus)</p>', '', '', '', 'N', '', 'Y'),
(1822, 'es', 'Cabreúva (Myrocarpus Frondosus)', '<p>Cabreúva (Myrocarpus Frondosus)</p>', '', '', '', 'N', '', 'Y'),
(1822, 'pt', 'Cabreúva (Myrocarpus Frondosus)', '<p>Cabreúva (Myrocarpus Frondosus)</p>', '', '', '', 'N', '', 'Y'),
(1823, 'en', 'Calaminta (Clinopodium Nepeta)', '<p>Calaminta (Clinopodium Nepeta)</p>', '', '', '', 'N', '', 'Y'),
(1823, 'es', 'Calaminta (Clinopodium Nepeta)', '<p>Calaminta (Clinopodium Nepeta)</p>', '', '', '', 'N', '', 'Y'),
(1823, 'pt', 'Calaminta (Clinopodium Nepeta)', '<p>Calaminta (Clinopodium Nepeta)</p>', '', '', '', 'N', '', 'Y'),
(1824, 'en', 'Camédrio (Teucrium Chamaedrys)', '<p>Camédrio (Teucrium Chamaedrys)</p>', '', '', '', 'N', '', 'Y'),
(1824, 'es', 'Camédrio (Teucrium Chamaedrys)', '<p>Camédrio (Teucrium Chamaedrys)</p>', '', '', '', 'N', '', 'Y'),
(1824, 'pt', 'Camédrio (Teucrium Chamaedrys)', '<p>Camédrio (Teucrium Chamaedrys)</p>', '', '', '', 'N', '', 'Y'),
(1825, 'en', 'Camomila romana (Chamaemelum Nobile)', '<p>Camomila romana (Chamaemelum Nobile)</p>', '', '', '', 'N', '', 'Y'),
(1825, 'es', 'Camomila romana (Chamaemelum Nobile)', '<p>Camomila romana (Chamaemelum Nobile)</p>', '', '', '', 'N', '', 'Y'),
(1825, 'pt', 'Camomila romana (Chamaemelum Nobile)', '<p>Camomila romana (Chamaemelum Nobile)</p>', '', '', '', 'N', '', 'Y'),
(1826, 'en', 'Canforeira (Cinnamomum Camphora)', '<p>Canforeira (Cinnamomum Camphora)</p>', '', '', '', 'N', '', 'Y'),
(1826, 'es', 'Canforeira (Cinnamomum Camphora)', '<p>Canforeira (Cinnamomum Camphora)</p>', '', '', '', 'N', '', 'Y'),
(1826, 'pt', 'Canforeira (Cinnamomum Camphora)', '<p>Canforeira (Cinnamomum Camphora)</p>', '', '', '', 'N', '', 'Y'),
(1827, 'en', 'Capim vetiver (Chrysopogon Zizanioides)', '<p>Capim vetiver (Chrysopogon Zizanioides)</p>', '', '', '', 'N', '', 'Y'),
(1827, 'es', 'Capim vetiver (Chrysopogon Zizanioides)', '<p>Capim vetiver (Chrysopogon Zizanioides)</p>', '', '', '', 'N', '', 'Y'),
(1827, 'pt', 'Capim vetiver (Chrysopogon Zizanioides)', '<p>Capim vetiver (Chrysopogon Zizanioides)</p>', '', '', '', 'N', '', 'Y'),
(1828, 'en', 'Cássia imperial (Cassia Sieberiana)', '<p>Cássia imperial (Cassia Sieberiana)</p>', '', '', '', 'N', '', 'Y'),
(1828, 'es', 'Cássia imperial (Cassia Sieberiana)', '<p>Cássia imperial (Cassia Sieberiana)</p>', '', '', '', 'N', '', 'Y'),
(1828, 'pt', 'Cássia imperial (Cassia Sieberiana)', '<p>Cássia imperial (Cassia Sieberiana)</p>', '', '', '', 'N', '', 'Y'),
(1829, 'en', 'Cedro-vermelho (Juniperus Virginiana)', '<p>Cedro-vermelho (Juniperus Virginiana)</p>', '', '', '', 'N', '', 'Y'),
(1829, 'es', 'Cedro-vermelho (Juniperus Virginiana)', '<p>Cedro-vermelho (Juniperus Virginiana)</p>', '', '', '', 'N', '', 'Y'),
(1829, 'pt', 'Cedro-vermelho (Juniperus Virginiana)', '<p>Cedro-vermelho (Juniperus Virginiana)</p>', '', '', '', 'N', '', 'Y'),
(1830, 'en', 'Chocho (Lupinus Mutabilis)', '<p>Chocho (Lupinus Mutabilis)</p>', '', '', '', 'N', '', 'Y'),
(1830, 'es', 'Chocho (Lupinus Mutabilis)', '<p>Chocho (Lupinus Mutabilis)</p>', '', '', '', 'N', '', 'Y'),
(1830, 'pt', 'Chocho (Lupinus Mutabilis)', '<p>Chocho (Lupinus Mutabilis)</p>', '', '', '', 'N', '', 'Y'),
(1831, 'en', 'Coca (Erythroxylum Coca)', '<p>Coca (Erythroxylum Coca)</p>', '', '', '', 'N', '', 'Y'),
(1831, 'es', 'Coca (Erythroxylum Coca)', '<p>Coca (Erythroxylum Coca)</p>', '', '', '', 'N', '', 'Y'),
(1831, 'pt', 'Coca (Erythroxylum Coca)', '<p>Coca (Erythroxylum Coca)</p>', '', '', '', 'N', '', 'Y'),
(1832, 'en', 'Copaíba (Copaifera Langsdorffii)', '<p>Copaíba (Copaifera Langsdorffii)</p>', '', '', '', 'N', '', 'Y'),
(1832, 'es', 'Copaíba (Copaifera Langsdorffii)', '<p>Copaíba (Copaifera Langsdorffii)</p>', '', '', '', 'N', '', 'Y'),
(1832, 'pt', 'Copaíba (Copaifera Langsdorffii)', '<p>Copaíba (Copaifera Langsdorffii)</p>', '', '', '', 'N', '', 'Y'),
(1833, 'en', 'Cróton (Croton Tiglium)', '<p>Cróton (Croton Tiglium)</p>', '', '', '', 'N', '', 'Y'),
(1833, 'es', 'Cróton (Croton Tiglium)', '<p>Cróton (Croton Tiglium)</p>', '', '', '', 'N', '', 'Y'),
(1833, 'pt', 'Cróton (Croton Tiglium)', '<p>Cróton (Croton Tiglium)</p>', '', '', '', 'N', '', 'Y'),
(1834, 'en', 'Dictamo-branco (Dictamnus Albus)', '<p>Dictamo-branco (Dictamnus Albus)</p>', '', '', '', 'N', '', 'Y'),
(1834, 'es', 'Dictamo-branco (Dictamnus Albus)', '<p>Dictamo-branco (Dictamnus Albus)</p>', '', '', '', 'N', '', 'Y'),
(1834, 'pt', 'Dictamo-branco (Dictamnus Albus)', '<p>Dictamo-branco (Dictamnus Albus)</p>', '', '', '', 'N', '', 'Y'),
(1835, 'en', 'Erva-curry (Helichrysum Italicum)', '<p>Erva-curry (Helichrysum Italicum)</p>', '', '', '', 'N', '', 'Y'),
(1835, 'es', 'Erva-curry (Helichrysum Italicum)', '<p>Erva-curry (Helichrysum Italicum)</p>', '', '', '', 'N', '', 'Y'),
(1835, 'pt', 'Erva-curry (Helichrysum Italicum)', '<p>Erva-curry (Helichrysum Italicum)</p>', '', '', '', 'N', '', 'Y'),
(1836, 'en', 'Erva-de-santa-maria (Dysphania Ambrosioides)', '<p>Erva-de-santa-maria (Dysphania Ambrosioides)</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(1836, 'es', 'Erva-de-santa-maria (Dysphania Ambrosioides)', '<p>Erva-de-santa-maria (Dysphania Ambrosioides)</p>', '', '', '', 'N', '', 'Y'),
(1836, 'pt', 'Erva-de-santa-maria (Dysphania Ambrosioides)', '<p>Erva-de-santa-maria (Dysphania Ambrosioides)</p>', '', '', '', 'N', '', 'Y'),
(1837, 'en', 'Erva-de-são-joão (Hypericum Perforatum)', '<p>Erva-de-são-joão (Hypericum Perforatum)</p>', '', '', '', 'N', '', 'Y'),
(1837, 'es', 'Erva-de-são-joão (Hypericum Perforatum)', '<p>Erva-de-são-joão (Hypericum Perforatum)</p>', '', '', '', 'N', '', 'Y'),
(1837, 'pt', 'Erva-de-são-joão (Hypericum Perforatum)', '<p>Erva-de-são-joão (Hypericum Perforatum)</p>', '', '', '', 'N', '', 'Y'),
(1838, 'en', 'Ervilhaca de leite (Astragalus)', '<p>Ervilhaca de leite (Astragalus)</p>', '', '', '', 'N', '', 'Y'),
(1838, 'es', 'Ervilhaca de leite (Astragalus)', '<p>Ervilhaca de leite (Astragalus)</p>', '', '', '', 'N', '', 'Y'),
(1838, 'pt', 'Ervilhaca de leite (Astragalus)', '<p>Ervilhaca de leite (Astragalus)</p>', '', '', '', 'N', '', 'Y'),
(1839, 'en', 'Escamônea-asiática (Convolvulus Scammonia)', '<p>Escamônea-asiática (Convolvulus Scammonia)</p>', '', '', '', 'N', '', 'Y'),
(1839, 'es', 'Escamônea-asiática (Convolvulus Scammonia)', '<p>Escamônea-asiática (Convolvulus Scammonia)</p>', '', '', '', 'N', '', 'Y'),
(1839, 'pt', 'Escamônea-asiática (Convolvulus Scammonia)', '<p>Escamônea-asiática (Convolvulus Scammonia)</p>', '', '', '', 'N', '', 'Y'),
(1840, 'en', 'Eucalipto (Eucalyptus Sp.)', '<p>Eucalipto (Eucalyptus Sp.)</p>', '', '', '', 'N', '', 'Y'),
(1840, 'es', 'Eucalipto (Eucalyptus Sp.)', '<p>Eucalipto (Eucalyptus Sp.)</p>', '', '', '', 'N', '', 'Y'),
(1840, 'pt', 'Eucalipto (Eucalyptus Sp.)', '<p>Eucalipto (Eucalyptus Sp.)</p>', '', '', '', 'N', '', 'Y'),
(1841, 'en', 'Folha de baunilha (Achlys Triphylla)', '<p>Folha de baunilha (Achlys Triphylla)</p>', '', '', '', 'N', '', 'Y'),
(1841, 'es', 'Folha de baunilha (Achlys Triphylla)', '<p>Folha de baunilha (Achlys Triphylla)</p>', '', '', '', 'N', '', 'Y'),
(1841, 'pt', 'Folha de baunilha (Achlys Triphylla)', '<p>Folha de baunilha (Achlys Triphylla)</p>', '', '', '', 'N', '', 'Y'),
(1842, 'en', 'Ginkgo biloba (Ginkgo Biloba)', '<p>Ginkgo biloba (Ginkgo Biloba)</p>', '', '', '', 'N', '', 'Y'),
(1842, 'es', 'Ginkgo biloba (Ginkgo Biloba)', '<p>Ginkgo biloba (Ginkgo Biloba)</p>', '', '', '', 'N', '', 'Y'),
(1842, 'pt', 'Ginkgo biloba (Ginkgo Biloba)', '<p>Ginkgo biloba (Ginkgo Biloba)</p>', '', '', '', 'N', '', 'Y'),
(1843, 'en', 'Iberis (Iberis)', '<p>Iberis (Iberis)</p>', '', '', '', 'N', '', 'Y'),
(1843, 'es', 'Iberis (Iberis)', '<p>Iberis (Iberis)</p>', '', '', '', 'N', '', 'Y'),
(1843, 'pt', 'Iberis (Iberis)', '<p>Iberis (Iberis)</p>', '', '', '', 'N', '', 'Y'),
(1844, 'en', 'Ilangue-ilangue (Cananga Odorata)', '<p>Ilangue-ilangue (Cananga Odorata)</p>', '', '', '', 'N', '', 'Y'),
(1844, 'es', 'Ilangue-ilangue (Cananga Odorata)', '<p>Ilangue-ilangue (Cananga Odorata)</p>', '', '', '', 'N', '', 'Y'),
(1844, 'pt', 'Ilangue-ilangue (Cananga Odorata)', '<p>Ilangue-ilangue (Cananga Odorata)</p>', '', '', '', 'N', '', 'Y'),
(1845, 'en', 'Ipeca (Carapichea Ipecacuanha)', '<p>Ipeca (Carapichea Ipecacuanha)</p>', '', '', '', 'N', '', 'Y'),
(1845, 'es', 'Ipeca (Carapichea Ipecacuanha)', '<p>Ipeca (Carapichea Ipecacuanha)</p>', '', '', '', 'N', '', 'Y'),
(1845, 'pt', 'Ipeca (Carapichea Ipecacuanha)', '<p>Ipeca (Carapichea Ipecacuanha)</p>', '', '', '', 'N', '', 'Y'),
(1846, 'en', 'Iuca (Yucca)', '<p>Iuca (Yucca)</p>', '', '', '', 'N', '', 'Y'),
(1846, 'es', 'Iuca (Yucca)', '<p>Iuca (Yucca)</p>', '', '', '', 'N', '', 'Y'),
(1846, 'pt', 'Iuca (Yucca)', '<p>Iuca (Yucca)</p>', '', '', '', 'N', '', 'Y'),
(1847, 'en', 'Jambu (Acmella Oleracea)', '<p>Jambu (Acmella Oleracea)</p>', '', '', '', 'N', '', 'Y'),
(1847, 'es', 'Jambu (Acmella Oleracea)', '<p>Jambu (Acmella Oleracea)</p>', '', '', '', 'N', '', 'Y'),
(1847, 'pt', 'Jambu (Acmella Oleracea)', '<p>Jambu (Acmella Oleracea)</p>', '', '', '', 'N', '', 'Y'),
(1848, 'en', 'Jojoba (Simmondsia Chinensis)', '<p>Jojoba (Simmondsia Chinensis)</p>', '', '', '', 'N', '', 'Y'),
(1848, 'es', 'Jojoba (Simmondsia Chinensis)', '<p>Jojoba (Simmondsia Chinensis)</p>', '', '', '', 'N', '', 'Y'),
(1848, 'pt', 'Jojoba (Simmondsia Chinensis)', '<p>Jojoba (Simmondsia Chinensis)</p>', '', '', '', 'N', '', 'Y'),
(1849, 'en', 'Kosso (Pterocarpus Erinaceus)', '<p>Kosso (Pterocarpus Erinaceus)</p>', '', '', '', 'N', '', 'Y'),
(1849, 'es', 'Kosso (Pterocarpus Erinaceus)', '<p>Kosso (Pterocarpus Erinaceus)</p>', '', '', '', 'N', '', 'Y'),
(1849, 'pt', 'Kosso (Pterocarpus Erinaceus)', '<p>Kosso (Pterocarpus Erinaceus)</p>', '', '', '', 'N', '', 'Y'),
(1850, 'en', 'Kunzea (Kunzea)', '<p>Kunzea (Kunzea)</p>', '', '', '', 'N', '', 'Y'),
(1850, 'es', 'Kunzea (Kunzea)', '<p>Kunzea (Kunzea)</p>', '', '', '', 'N', '', 'Y'),
(1850, 'pt', 'Kunzea (Kunzea)', '<p>Kunzea (Kunzea)</p>', '', '', '', 'N', '', 'Y'),
(1851, 'en', 'Lavanda-inglesa (Lavandula Angustifolia)', '<p>Lavanda-inglesa (Lavandula Angustifolia)</p>', '', '', '', 'N', '', 'Y'),
(1851, 'es', 'Lavanda-inglesa (Lavandula Angustifolia)', '<p>Lavanda-inglesa (Lavandula Angustifolia)</p>', '', '', '', 'N', '', 'Y'),
(1851, 'pt', 'Lavanda-inglesa (Lavandula Angustifolia)', '<p>Lavanda-inglesa (Lavandula Angustifolia)</p>', '', '', '', 'N', '', 'Y'),
(1852, 'en', 'Líquen de usnea (Usnea)', '<p>Líquen de usnea (Usnea)</p>', '', '', '', 'N', '', 'Y'),
(1852, 'es', 'Líquen de usnea (Usnea)', '<p>Líquen de usnea (Usnea)</p>', '', '', '', 'N', '', 'Y'),
(1852, 'pt', 'Líquen de usnea (Usnea)', '<p>Líquen de usnea (Usnea)</p>', '', '', '', 'N', '', 'Y'),
(1853, 'en', 'Litsea cubeba (Litsea Cubeba)', '<p>Litsea cubeba (Litsea Cubeba)</p>', '', '', '', 'N', '', 'Y'),
(1853, 'es', 'Litsea cubeba (Litsea Cubeba)', '<p>Litsea cubeba (Litsea Cubeba)</p>', '', '', '', 'N', '', 'Y'),
(1853, 'pt', 'Litsea cubeba (Litsea Cubeba)', '<p>Litsea cubeba (Litsea Cubeba)</p>', '', '', '', 'N', '', 'Y'),
(1854, 'en', 'Madorneira (Artemisia Maritima)', '<p>Madorneira (Artemisia Maritima)</p>', '', '', '', 'N', '', 'Y'),
(1854, 'es', 'Madorneira (Artemisia Maritima)', '<p>Madorneira (Artemisia Maritima)</p>', '', '', '', 'N', '', 'Y'),
(1854, 'pt', 'Madorneira (Artemisia Maritima)', '<p>Madorneira (Artemisia Maritima)</p>', '', '', '', 'N', '', 'Y'),
(1855, 'en', 'Mamona (Ricinus Communis)', '<p>Mamona (Ricinus Communis)</p>', '', '', '', 'N', '', 'Y'),
(1855, 'es', 'Mamona (Ricinus Communis)', '<p>Mamona (Ricinus Communis)</p>', '', '', '', 'N', '', 'Y'),
(1855, 'pt', 'Mamona (Ricinus Communis)', '<p>Mamona (Ricinus Communis)</p>', '', '', '', 'N', '', 'Y'),
(1856, 'en', 'Marroio-de-água (Lycopus Europaeus)', '<p>Marroio-de-água (Lycopus Europaeus)</p>', '', '', '', 'N', '', 'Y'),
(1856, 'es', 'Marroio-de-água (Lycopus Europaeus)', '<p>Marroio-de-água (Lycopus Europaeus)</p>', '', '', '', 'N', '', 'Y'),
(1856, 'pt', 'Marroio-de-água (Lycopus Europaeus)', '<p>Marroio-de-água (Lycopus Europaeus)</p>', '', '', '', 'N', '', 'Y'),
(1857, 'en', 'Melaleuca (Melaleuca Sp.)', '<p>Melaleuca (Melaleuca Sp.)</p>', '', '', '', 'N', '', 'Y'),
(1857, 'es', 'Melaleuca (Melaleuca Sp.)', '<p>Melaleuca (Melaleuca Sp.)</p>', '', '', '', 'N', '', 'Y'),
(1857, 'pt', 'Melaleuca (Melaleuca Sp.)', '<p>Melaleuca (Melaleuca Sp.)</p>', '', '', '', 'N', '', 'Y'),
(1858, 'en', 'Melancieira (Citrullus Colocynthis)', '<p>Melancieira (Citrullus Colocynthis)</p>', '', '', '', 'N', '', 'Y'),
(1858, 'es', 'Melancieira (Citrullus Colocynthis)', '<p>Melancieira (Citrullus Colocynthis)</p>', '', '', '', 'N', '', 'Y'),
(1858, 'pt', 'Melancieira (Citrullus Colocynthis)', '<p>Melancieira (Citrullus Colocynthis)</p>', '', '', '', 'N', '', 'Y'),
(1859, 'en', 'Mil-folhas (Achillea Millefolium)', '<p>Mil-folhas (Achillea Millefolium)</p>', '', '', '', 'N', '', 'Y'),
(1859, 'es', 'Mil-folhas (Achillea Millefolium)', '<p>Mil-folhas (Achillea Millefolium)</p>', '', '', '', 'N', '', 'Y'),
(1859, 'pt', 'Mil-folhas (Achillea Millefolium)', '<p>Mil-folhas (Achillea Millefolium)</p>', '', '', '', 'N', '', 'Y'),
(1860, 'en', 'Musgo de carvalho (Evernia Prunastri)', '<p>Musgo de carvalho (Evernia Prunastri)</p>', '', '', '', 'N', '', 'Y'),
(1860, 'es', 'Musgo de carvalho (Evernia Prunastri)', '<p>Musgo de carvalho (Evernia Prunastri)</p>', '', '', '', 'N', '', 'Y'),
(1860, 'pt', 'Musgo de carvalho (Evernia Prunastri)', '<p>Musgo de carvalho (Evernia Prunastri)</p>', '', '', '', 'N', '', 'Y'),
(1861, 'en', 'Nardo (Nardostachys Jatamansi)', '<p>Nardo (Nardostachys Jatamansi)</p>', '', '', '', 'N', '', 'Y'),
(1861, 'es', 'Nardo (Nardostachys Jatamansi)', '<p>Nardo (Nardostachys Jatamansi)</p>', '', '', '', 'N', '', 'Y'),
(1861, 'pt', 'Nardo (Nardostachys Jatamansi)', '<p>Nardo (Nardostachys Jatamansi)</p>', '', '', '', 'N', '', 'Y'),
(1862, 'en', 'Palo santo (Bulnesia Sarmientoi)', '<p>Palo santo (Bulnesia Sarmientoi)</p>', '', '', '', 'N', '', 'Y'),
(1862, 'es', 'Palo santo (Bulnesia Sarmientoi)', '<p>Palo santo (Bulnesia Sarmientoi)</p>', '', '', '', 'N', '', 'Y'),
(1862, 'pt', 'Palo santo (Bulnesia Sarmientoi)', '<p>Palo santo (Bulnesia Sarmientoi)</p>', '', '', '', 'N', '', 'Y'),
(1863, 'en', 'Patchouli (Pogostemon Cablin)', '<p>Patchouli (Pogostemon Cablin)</p>', '', '', '', 'N', '', 'Y'),
(1863, 'es', 'Patchouli (Pogostemon Cablin)', '<p>Patchouli (Pogostemon Cablin)</p>', '', '', '', 'N', '', 'Y'),
(1863, 'pt', 'Patchouli (Pogostemon Cablin)', '<p>Patchouli (Pogostemon Cablin)</p>', '', '', '', 'N', '', 'Y'),
(1864, 'en', 'Prímula (Oenothera Fruticosa)', '<p>Prímula (Oenothera Fruticosa)</p>', '', '', '', 'N', '', 'Y'),
(1864, 'es', 'Prímula (Oenothera Fruticosa)', '<p>Prímula (Oenothera Fruticosa)</p>', '', '', '', 'N', '', 'Y'),
(1864, 'pt', 'Prímula (Oenothera Fruticosa)', '<p>Prímula (Oenothera Fruticosa)</p>', '', '', '', 'N', '', 'Y'),
(1865, 'en', 'Psylium (Plantago Ovata)', '<p>Psylium (Plantago Ovata)</p>', '', '', '', 'N', '', 'Y'),
(1865, 'es', 'Psylium (Plantago Ovata)', '<p>Psylium (Plantago Ovata)</p>', '', '', '', 'N', '', 'Y'),
(1865, 'pt', 'Psylium (Plantago Ovata)', '<p>Psylium (Plantago Ovata)</p>', '', '', '', 'N', '', 'Y'),
(1866, 'en', 'Quina (Cinchona)', '<p>Quina (Cinchona)</p>', '', '', '', 'N', '', 'Y'),
(1866, 'es', 'Quina (Cinchona)', '<p>Quina (Cinchona)</p>', '', '', '', 'N', '', 'Y'),
(1866, 'pt', 'Quina (Cinchona)', '<p>Quina (Cinchona)</p>', '', '', '', 'N', '', 'Y'),
(1867, 'en', 'Rauvolfia (Rauvolfia Serpentina)', '<p>Rauvolfia (Rauvolfia Serpentina)</p>', '', '', '', 'N', '', 'Y'),
(1867, 'es', 'Rauvolfia (Rauvolfia Serpentina)', '<p>Rauvolfia (Rauvolfia Serpentina)</p>', '', '', '', 'N', '', 'Y'),
(1867, 'pt', 'Rauvolfia (Rauvolfia Serpentina)', '<p>Rauvolfia (Rauvolfia Serpentina)</p>', '', '', '', 'N', '', 'Y'),
(1868, 'en', 'Ravensara(Ravensara Aromatica)', '<p>Ravensara(Ravensara Aromatica)</p>', '', '', '', 'N', '', 'Y'),
(1868, 'es', 'Ravensara(Ravensara Aromatica)', '<p>Ravensara(Ravensara Aromatica)</p>', '', '', '', 'N', '', 'Y'),
(1868, 'pt', 'Ravensara(Ravensara Aromatica)', '<p>Ravensara(Ravensara Aromatica)</p>', '', '', '', 'N', '', 'Y'),
(1869, 'en', 'Rosa damascena (Rosa × Damascena)', '<p>Rosa damascena (Rosa × Damascena)</p>', '', '', '', 'N', '', 'Y'),
(1869, 'es', 'Rosa damascena (Rosa × Damascena)', '<p>Rosa damascena (Rosa × Damascena)</p>', '', '', '', 'N', '', 'Y'),
(1869, 'pt', 'Rosa damascena (Rosa × Damascena)', '<p>Rosa damascena (Rosa × Damascena)</p>', '', '', '', 'N', '', 'Y'),
(1870, 'en', 'Sabina (Juniperus Sabina)', '<p>Sabina (Juniperus Sabina)</p>', '', '', '', 'N', '', 'Y'),
(1870, 'es', 'Sabina (Juniperus Sabina)', '<p>Sabina (Juniperus Sabina)</p>', '', '', '', 'N', '', 'Y'),
(1870, 'pt', 'Sabina (Juniperus Sabina)', '<p>Sabina (Juniperus Sabina)</p>', '', '', '', 'N', '', 'Y'),
(1871, 'en', 'Salsaparrilha (Smilax)', '<p>Salsaparrilha (Smilax)</p>', '', '', '', 'N', '', 'Y'),
(1871, 'es', 'Salsaparrilha (Smilax)', '<p>Salsaparrilha (Smilax)</p>', '', '', '', 'N', '', 'Y'),
(1871, 'pt', 'Salsaparrilha (Smilax)', '<p>Salsaparrilha (Smilax)</p>', '', '', '', 'N', '', 'Y'),
(1872, 'en', 'Samambaia masculina (Dryopteris Filix-Mas)', '<p>Samambaia masculina (Dryopteris Filix-Mas)</p>', '', '', '', 'N', '', 'Y'),
(1872, 'es', 'Samambaia masculina (Dryopteris Filix-Mas)', '<p>Samambaia masculina (Dryopteris Filix-Mas)</p>', '', '', '', 'N', '', 'Y'),
(1872, 'pt', 'Samambaia masculina (Dryopteris Filix-Mas)', '<p>Samambaia masculina (Dryopteris Filix-Mas)</p>', '', '', '', 'N', '', 'Y'),
(1873, 'en', 'Santônica (Artemisia Cina)', '<p>Santônica (Artemisia Cina)</p>', '', '', '', 'N', '', 'Y'),
(1873, 'es', 'Santônica (Artemisia Cina)', '<p>Santônica (Artemisia Cina)</p>', '', '', '', 'N', '', 'Y'),
(1873, 'pt', 'Santônica (Artemisia Cina)', '<p>Santônica (Artemisia Cina)</p>', '', '', '', 'N', '', 'Y'),
(1874, 'en', 'Trombeterira (Scopolia Carniolica)', '<p>Trombeterira (Scopolia Carniolica)</p>', '', '', '', 'N', '', 'Y'),
(1874, 'es', 'Trombeterira (Scopolia Carniolica)', '<p>Trombeterira (Scopolia Carniolica)</p>', '', '', '', 'N', '', 'Y'),
(1874, 'pt', 'Trombeterira (Scopolia Carniolica)', '<p>Trombeterira (Scopolia Carniolica)</p>', '', '', '', 'N', '', 'Y'),
(1875, 'en', 'Tuia-vulgar (Thuja Occidentalis)', '<p>Tuia-vulgar (Thuja Occidentalis)</p>', '', '', '', 'N', '', 'Y'),
(1875, 'es', 'Tuia-vulgar (Thuja Occidentalis)', '<p>Tuia-vulgar (Thuja Occidentalis)</p>', '', '', '', 'N', '', 'Y'),
(1875, 'pt', 'Tuia-vulgar (Thuja Occidentalis)', '<p>Tuia-vulgar (Thuja Occidentalis)</p>', '', '', '', 'N', '', 'Y'),
(1876, 'en', 'Udjong Atup (Baeckea Frutescens)', '<p>Udjong Atup (Baeckea Frutescens)</p>', '', '', '', 'N', '', 'Y'),
(1876, 'es', 'Udjong Atup (Baeckea Frutescens)', '<p>Udjong Atup (Baeckea Frutescens)</p>', '', '', '', 'N', '', 'Y'),
(1876, 'pt', 'Udjong Atup (Baeckea Frutescens)', '<p>Udjong Atup (Baeckea Frutescens)</p>', '', '', '', 'N', '', 'Y'),
(1877, 'en', 'Valeriana (Valeriana Officinalis)', '<p>Valeriana (Valeriana Officinalis)</p>', '', '', '', 'N', '', 'Y'),
(1877, 'es', 'Valeriana (Valeriana Officinalis)', '<p>Valeriana (Valeriana Officinalis)</p>', '', '', '', 'N', '', 'Y'),
(1877, 'pt', 'Valeriana (Valeriana Officinalis)', '<p>Valeriana (Valeriana Officinalis)</p>', '', '', '', 'N', '', 'Y'),
(1878, 'en', 'Vara-de-ouro (Solidago)', '<p>Vara-de-ouro (Solidago)</p>', '', '', '', 'N', '', 'Y'),
(1878, 'es', 'Vara-de-ouro (Solidago)', '<p>Vara-de-ouro (Solidago)</p>', '', '', '', 'N', '', 'Y'),
(1878, 'pt', 'Vara-de-ouro (Solidago)', '<p>Vara-de-ouro (Solidago)</p>', '', '', '', 'N', '', 'Y'),
(1879, 'en', 'Verbena (Verbena)', '<p>Verbena (Verbena)</p>', '', '', '', 'N', '', 'Y'),
(1879, 'es', 'Verbena (Verbena)', '<p>Verbena (Verbena)</p>', '', '', '', 'N', '', 'Y'),
(1879, 'pt', 'Verbena (Verbena)', '<p>Verbena (Verbena)</p>', '', '', '', 'N', '', 'Y'),
(1880, 'en', 'Yohimbe (Pausinystalia Johimbe)', '<p>Yohimbe (Pausinystalia Johimbe)</p>', '', '', '', 'N', '', 'Y'),
(1880, 'es', 'Yohimbe (Pausinystalia Johimbe)', '<p>Yohimbe (Pausinystalia Johimbe)</p>', '', '', '', 'N', '', 'Y'),
(1880, 'pt', 'Yohimbe (Pausinystalia Johimbe)', '<p>Yohimbe (Pausinystalia Johimbe)</p>', '', '', '', 'N', '', 'Y'),
(1881, 'en', 'Plantas tóxicas para medicamentos', '<p>Plantas tóxicas para medicamentos</p>', '', '', '', 'N', '', 'Y'),
(1881, 'es', 'Plantas tóxicas para medicamentos', '<p>Plantas tóxicas para medicamentos</p>', '', '', '', 'N', '', 'Y'),
(1881, 'pt', 'Plantas tóxicas para medicamentos', '<p>Plantas tóxicas para medicamentos</p>', '', '', '', 'N', '', 'Y'),
(1882, 'en', 'Açafrão-do-prado (Colchicum Autumnale)', '<p>Açafrão-do-prado (Colchicum Autumnale)</p>', '', '', '', 'N', '', 'Y'),
(1882, 'es', 'Açafrão-do-prado (Colchicum Autumnale)', '<p>Açafrão-do-prado (Colchicum Autumnale)</p>', '', '', '', 'N', '', 'Y'),
(1882, 'pt', 'Açafrão-do-prado (Colchicum Autumnale)', '<p>Açafrão-do-prado (Colchicum Autumnale)</p>', '', '', '', 'N', '', 'Y'),
(1883, 'en', 'Acônito (Aconitum)', '<p>Acônito (Aconitum)</p>', '', '', '', 'N', '', 'Y'),
(1883, 'es', 'Acônito (Aconitum)', '<p>Acônito (Aconitum)</p>', '', '', '', 'N', '', 'Y'),
(1883, 'pt', 'Acônito (Aconitum)', '<p>Acônito (Aconitum)</p>', '', '', '', 'N', '', 'Y'),
(1884, 'en', 'Beladona (Atropa Belladonna)', '<p>Beladona (Atropa Belladonna)</p>', '', '', '', 'N', '', 'Y'),
(1884, 'es', 'Beladona (Atropa Belladonna)', '<p>Beladona (Atropa Belladonna)</p>', '', '', '', 'N', '', 'Y'),
(1884, 'pt', 'Beladona (Atropa Belladonna)', '<p>Beladona (Atropa Belladonna)</p>', '', '', '', 'N', '', 'Y'),
(1885, 'en', 'Cálamo aromático (Acorus Calamus)', '<p>Cálamo aromático (Acorus Calamus)</p>', '', '', '', 'N', '', 'Y'),
(1885, 'es', 'Cálamo aromático (Acorus Calamus)', '<p>Cálamo aromático (Acorus Calamus)</p>', '', '', '', 'N', '', 'Y'),
(1885, 'pt', 'Cálamo aromático (Acorus Calamus)', '<p>Cálamo aromático (Acorus Calamus)</p>', '', '', '', 'N', '', 'Y'),
(1886, 'en', 'Dedaleira (Digitalis Purpurea)', '<p>Dedaleira (Digitalis Purpurea)</p>', '', '', '', 'N', '', 'Y'),
(1886, 'es', 'Dedaleira (Digitalis Purpurea)', '<p>Dedaleira (Digitalis Purpurea)</p>', '', '', '', 'N', '', 'Y'),
(1886, 'pt', 'Dedaleira (Digitalis Purpurea)', '<p>Dedaleira (Digitalis Purpurea)</p>', '', '', '', 'N', '', 'Y'),
(1887, 'en', 'Drimia marítima (Urginea Maritima)', '<p>Drimia marítima (Urginea Maritima)</p>', '', '', '', 'N', '', 'Y'),
(1887, 'es', 'Drimia marítima (Urginea Maritima)', '<p>Drimia marítima (Urginea Maritima)</p>', '', '', '', 'N', '', 'Y'),
(1887, 'pt', 'Drimia marítima (Urginea Maritima)', '<p>Drimia marítima (Urginea Maritima)</p>', '', '', '', 'N', '', 'Y'),
(1888, 'en', 'Erva-moura (Solanum Nigrum)', '<p>Erva-moura (Solanum Nigrum)</p>', '', '', '', 'N', '', 'Y'),
(1888, 'es', 'Erva-moura (Solanum Nigrum)', '<p>Erva-moura (Solanum Nigrum)</p>', '', '', '', 'N', '', 'Y'),
(1888, 'pt', 'Erva-moura (Solanum Nigrum)', '<p>Erva-moura (Solanum Nigrum)</p>', '', '', '', 'N', '', 'Y'),
(1889, 'en', 'Esporão do centeio (Claviceps Purpurea)', '<p>Esporão do centeio (Claviceps Purpurea)</p>', '', '', '', 'N', '', 'Y'),
(1889, 'es', 'Esporão do centeio (Claviceps Purpurea)', '<p>Esporão do centeio (Claviceps Purpurea)</p>', '', '', '', 'N', '', 'Y'),
(1889, 'pt', 'Esporão do centeio (Claviceps Purpurea)', '<p>Esporão do centeio (Claviceps Purpurea)</p>', '', '', '', 'N', '', 'Y'),
(1890, 'en', 'Lírio-do-vale (Convallaria Majalis)', '<p>Lírio-do-vale (Convallaria Majalis)</p>', '', '', '', 'N', '', 'Y'),
(1890, 'es', 'Lírio-do-vale (Convallaria Majalis)', '<p>Lírio-do-vale (Convallaria Majalis)</p>', '', '', '', 'N', '', 'Y'),
(1890, 'pt', 'Lírio-do-vale (Convallaria Majalis)', '<p>Lírio-do-vale (Convallaria Majalis)</p>', '', '', '', 'N', '', 'Y'),
(1891, 'en', 'Mandrágora (Mandragora Officinarum)', '<p>Mandrágora (Mandragora Officinarum)</p>', '', '', '', 'N', '', 'Y'),
(1891, 'es', 'Mandrágora (Mandragora Officinarum)', '<p>Mandrágora (Mandragora Officinarum)</p>', '', '', '', 'N', '', 'Y'),
(1891, 'pt', 'Mandrágora (Mandragora Officinarum)', '<p>Mandrágora (Mandragora Officinarum)</p>', '', '', '', 'N', '', 'Y'),
(1892, 'en', 'Mandrágora americana (Podophyllum Peltatum)', '<p>Mandrágora americana (Podophyllum Peltatum)</p>', '', '', '', 'N', '', 'Y'),
(1892, 'es', 'Mandrágora americana (Podophyllum Peltatum)', '<p>Mandrágora americana (Podophyllum Peltatum)</p>', '', '', '', 'N', '', 'Y'),
(1892, 'pt', 'Mandrágora americana (Podophyllum Peltatum)', '<p>Mandrágora americana (Podophyllum Peltatum)</p>', '', '', '', 'N', '', 'Y'),
(1893, 'en', 'Meimendro (Hyoscyamus Niger)', '<p>Meimendro (Hyoscyamus Niger)</p>', '', '', '', 'N', '', 'Y'),
(1893, 'es', 'Meimendro (Hyoscyamus Niger)', '<p>Meimendro (Hyoscyamus Niger)</p>', '', '', '', 'N', '', 'Y'),
(1893, 'pt', 'Meimendro (Hyoscyamus Niger)', '<p>Meimendro (Hyoscyamus Niger)</p>', '', '', '', 'N', '', 'Y'),
(1894, 'en', 'Noz-vórmica (Strychnos Nux-Vomica)', '<p>Noz-vórmica (Strychnos Nux-Vomica)</p>', '', '', '', 'N', '', 'Y'),
(1894, 'es', 'Noz-vórmica (Strychnos Nux-Vomica)', '<p>Noz-vórmica (Strychnos Nux-Vomica)</p>', '', '', '', 'N', '', 'Y'),
(1894, 'pt', 'Noz-vórmica (Strychnos Nux-Vomica)', '<p>Noz-vórmica (Strychnos Nux-Vomica)</p>', '', '', '', 'N', '', 'Y'),
(1895, 'en', 'Pervinca (Vinca)', '<p>Pervinca (Vinca)</p>', '', '', '', 'N', '', 'Y'),
(1895, 'es', 'Pervinca (Vinca)', '<p>Pervinca (Vinca)</p>', '', '', '', 'N', '', 'Y'),
(1895, 'pt', 'Pervinca (Vinca)', '<p>Pervinca (Vinca)</p>', '', '', '', 'N', '', 'Y'),
(1896, 'en', 'Saia-branca (Datura)', '<p>Saia-branca (Datura)</p>', '', '', '', 'N', '', 'Y'),
(1896, 'es', 'Saia-branca (Datura)', '<p>Saia-branca (Datura)</p>', '', '', '', 'N', '', 'Y'),
(1896, 'pt', 'Saia-branca (Datura)', '<p>Saia-branca (Datura)</p>', '', '', '', 'N', '', 'Y'),
(1897, 'en', 'Samambaia-do-campo (Pteridium Aquilinum)', '<p>Samambaia-do-campo (Pteridium Aquilinum)</p>', '', '', '', 'N', '', 'Y'),
(1897, 'es', 'Samambaia-do-campo (Pteridium Aquilinum)', '<p>Samambaia-do-campo (Pteridium Aquilinum)</p>', '', '', '', 'N', '', 'Y'),
(1897, 'pt', 'Samambaia-do-campo (Pteridium Aquilinum)', '<p>Samambaia-do-campo (Pteridium Aquilinum)</p>', '', '', '', 'N', '', 'Y'),
(1898, 'en', 'Sanguinária (Sanguinaria Canadensis)', '<p>Sanguinária (Sanguinaria Canadensis)</p>', '', '', '', 'N', '', 'Y'),
(1898, 'es', 'Sanguinária (Sanguinaria Canadensis)', '<p>Sanguinária (Sanguinaria Canadensis)</p>', '', '', '', 'N', '', 'Y'),
(1898, 'pt', 'Sanguinária (Sanguinaria Canadensis)', '<p>Sanguinária (Sanguinaria Canadensis)</p>', '', '', '', 'N', '', 'Y'),
(1899, 'en', 'Tanaceto (Tanacetum Vulgare)', '<p>Tanaceto (Tanacetum Vulgare)</p>', '', '', '', 'N', '', 'Y'),
(1899, 'es', 'Tanaceto (Tanacetum Vulgare)', '<p>Tanaceto (Tanacetum Vulgare)</p>', '', '', '', 'N', '', 'Y'),
(1899, 'pt', 'Tanaceto (Tanacetum Vulgare)', '<p>Tanaceto (Tanacetum Vulgare)</p>', '', '', '', 'N', '', 'Y'),
(1900, 'en', 'Trepadeira doce-amarga (Solanum Dulcamara)', '<p>Trepadeira doce-amarga (Solanum Dulcamara)</p>', '', '', '', 'N', '', 'Y'),
(1900, 'es', 'Trepadeira doce-amarga (Solanum Dulcamara)', '<p>Trepadeira doce-amarga (Solanum Dulcamara)</p>', '', '', '', 'N', '', 'Y'),
(1900, 'pt', 'Trepadeira doce-amarga (Solanum Dulcamara)', '<p>Trepadeira doce-amarga (Solanum Dulcamara)</p>', '', '', '', 'N', '', 'Y'),
(1901, 'en', 'Veneno de flecha kombe (Strophantus Kombe)', '<p>Veneno de flecha kombe (Strophantus Kombe)</p>', '', '', '', 'N', '', 'Y'),
(1901, 'es', 'Veneno de flecha kombe (Strophantus Kombe)', '<p>Veneno de flecha kombe (Strophantus Kombe)</p>', '', '', '', 'N', '', 'Y'),
(1901, 'pt', 'Veneno de flecha kombe (Strophantus Kombe)', '<p>Veneno de flecha kombe (Strophantus Kombe)</p>', '', '', '', 'N', '', 'Y'),
(1902, 'en', 'Culturas para produção de alimentos', '<p>Culturas para produção de alimentos</p>', '', '', '', 'N', '', 'Y'),
(1902, 'es', 'Culturas para produção de alimentos', '<p>Culturas para produção de alimentos</p>', '', '', '', 'N', '', 'Y'),
(1902, 'pt', 'Culturas para produção de alimentos', '<p>Culturas para produção de alimentos</p>', '', '', '', 'N', '', 'Y'),
(1903, 'en', 'Caules Comestiveis', '<p>Caules Comestiveis</p>', '', '', '', 'N', '', 'Y'),
(1903, 'es', 'Caules Comestiveis', '<p>Caules Comestiveis</p>', '', '', '', 'N', '', 'Y'),
(1903, 'pt', 'Caules Comestiveis', '<p>Caules Comestiveis</p>', '', '', '', 'N', '', 'Y'),
(1904, 'en', 'Alcachofra (Cynara Scolymus)', '<p>Alcachofra (Cynara Scolymus)</p>', '', '', '', 'N', '', 'Y'),
(1904, 'es', 'Alcachofra (Cynara Scolymus)', '<p>Alcachofra (Cynara Scolymus)</p>', '', '', '', 'N', '', 'Y'),
(1904, 'pt', 'Alcachofra (Cynara Scolymus)', '<p>Alcachofra (Cynara Scolymus)</p>', '', '', '', 'N', '', 'Y'),
(1905, 'en', 'Aspargos (Asparagus Officinalis)', '<p>Aspargos (Asparagus Officinalis)</p>', '', '', '', 'N', '', 'Y'),
(1905, 'es', 'Aspargos (Asparagus Officinalis)', '<p>Aspargos (Asparagus Officinalis)</p>', '', '', '', 'N', '', 'Y'),
(1905, 'pt', 'Aspargos (Asparagus Officinalis)', '<p>Aspargos (Asparagus Officinalis)</p>', '', '', '', 'N', '', 'Y'),
(1906, 'en', 'Cardo (Cynara Cardunculus)', '<p>Cardo (Cynara Cardunculus)</p>', '', '', '', 'N', '', 'Y'),
(1906, 'es', 'Cardo (Cynara Cardunculus)', '<p>Cardo (Cynara Cardunculus)</p>', '', '', '', 'N', '', 'Y'),
(1906, 'pt', 'Cardo (Cynara Cardunculus)', '<p>Cardo (Cynara Cardunculus)</p>', '', '', '', 'N', '', 'Y'),
(1907, 'en', 'Couve-rábano (Brassica Oleracea var. Gongylodes)', '<p>Couve-rábano (Brassica Oleracea var. Gongylodes)</p>', '', '', '', 'N', '', 'Y'),
(1907, 'es', 'Couve-rábano (Brassica Oleracea var. Gongylodes)', '<p>Couve-rábano (Brassica Oleracea var. Gongylodes)</p>', '', '', '', 'N', '', 'Y'),
(1907, 'pt', 'Couve-rábano (Brassica Oleracea var. Gongylodes)', '<p>Couve-rábano (Brassica Oleracea var. Gongylodes)</p>', '', '', '', 'N', '', 'Y'),
(1908, 'en', 'Erva-do-orvalho (Mesembryanthemum Crystallinum)', '<p>Erva-do-orvalho (Mesembryanthemum Crystallinum)</p>', '', '', '', 'N', '', 'Y'),
(1908, 'es', 'Erva-do-orvalho (Mesembryanthemum Crystallinum)', '<p>Erva-do-orvalho (Mesembryanthemum Crystallinum)</p>', '', '', '', 'N', '', 'Y'),
(1908, 'pt', 'Erva-do-orvalho (Mesembryanthemum Crystallinum)', '<p>Erva-do-orvalho (Mesembryanthemum Crystallinum)</p>', '', '', '', 'N', '', 'Y'),
(1909, 'en', 'Funcho (Foeniculum Vulgare)', '<p>Funcho (Foeniculum Vulgare)</p>', '', '', '', 'N', '', 'Y'),
(1909, 'es', 'Funcho (Foeniculum Vulgare)', '<p>Funcho (Foeniculum Vulgare)</p>', '', '', '', 'N', '', 'Y'),
(1909, 'pt', 'Funcho (Foeniculum Vulgare)', '<p>Funcho (Foeniculum Vulgare)</p>', '', '', '', 'N', '', 'Y'),
(1910, 'en', 'Palmeira de sagu (Metroxylon Spp.)', '<p>Palmeira de sagu (Metroxylon Spp.)</p>', '', '', '', 'N', '', 'Y'),
(1910, 'es', 'Palmeira de sagu (Metroxylon Spp.)', '<p>Palmeira de sagu (Metroxylon Spp.)</p>', '', '', '', 'N', '', 'Y'),
(1910, 'pt', 'Palmeira de sagu (Metroxylon Spp.)', '<p>Palmeira de sagu (Metroxylon Spp.)</p>', '', '', '', 'N', '', 'Y'),
(1911, 'en', 'Ruibarbo (Rheum Rhaponticum)', '<p>Ruibarbo (Rheum Rhaponticum)</p>', '', '', '', 'N', '', 'Y'),
(1911, 'es', 'Ruibarbo (Rheum Rhaponticum)', '<p>Ruibarbo (Rheum Rhaponticum)</p>', '', '', '', 'N', '', 'Y'),
(1911, 'pt', 'Ruibarbo (Rheum Rhaponticum)', '<p>Ruibarbo (Rheum Rhaponticum)</p>', '', '', '', 'N', '', 'Y'),
(1912, 'en', 'Cogumelos comestíveis', '<p>Cogumelos comestíveis</p>', '', '', '', 'N', '', 'Y'),
(1912, 'es', 'Cogumelos comestíveis', '<p>Cogumelos comestíveis</p>', '', '', '', 'N', '', 'Y'),
(1912, 'pt', 'Cogumelos comestíveis', '<p>Cogumelos comestíveis</p>', '', '', '', 'N', '', 'Y'),
(1913, 'en', 'Boletus Edulis (Boletus Edulis)', '<p>Boletus Edulis (Boletus Edulis)</p>', '', '', '', 'N', '', 'Y'),
(1913, 'es', 'Boletus Edulis (Boletus Edulis)', '<p>Boletus Edulis (Boletus Edulis)</p>', '', '', '', 'N', '', 'Y'),
(1913, 'pt', 'Boletus Edulis (Boletus Edulis)', '<p>Boletus Edulis (Boletus Edulis)</p>', '', '', '', 'N', '', 'Y'),
(1914, 'en', 'Cantarelo (Cantharellus Cibarius)', '<p>Cantarelo (Cantharellus Cibarius)</p>', '', '', '', 'N', '', 'Y'),
(1914, 'es', 'Cantarelo (Cantharellus Cibarius)', '<p>Cantarelo (Cantharellus Cibarius)</p>', '', '', '', 'N', '', 'Y'),
(1914, 'pt', 'Cantarelo (Cantharellus Cibarius)', '<p>Cantarelo (Cantharellus Cibarius)</p>', '', '', '', 'N', '', 'Y'),
(1915, 'en', 'Cogumelo Comum (Agaricus)', '<p>Cogumelo Comum (Agaricus)</p>', '', '', '', 'N', '', 'Y'),
(1915, 'es', 'Cogumelo Comum (Agaricus)', '<p>Cogumelo Comum (Agaricus)</p>', '', '', '', 'N', '', 'Y'),
(1915, 'pt', 'Cogumelo Comum (Agaricus)', '<p>Cogumelo Comum (Agaricus)</p>', '', '', '', 'N', '', 'Y'),
(1916, 'en', 'Cogumelo do Cardo (Pleurotus Eryngii)', '<p>Cogumelo do Cardo (Pleurotus Eryngii)</p>', '', '', '', 'N', '', 'Y'),
(1916, 'es', 'Cogumelo do Cardo (Pleurotus Eryngii)', '<p>Cogumelo do Cardo (Pleurotus Eryngii)</p>', '', '', '', 'N', '', 'Y'),
(1916, 'pt', 'Cogumelo do Cardo (Pleurotus Eryngii)', '<p>Cogumelo do Cardo (Pleurotus Eryngii)</p>', '', '', '', 'N', '', 'Y'),
(1917, 'en', 'Cogumelo Selvagem', '<p>Cogumelo Selvagem</p>', '', '', '', 'N', '', 'Y'),
(1917, 'es', 'Cogumelo Selvagem', '<p>Cogumelo Selvagem</p>', '', '', '', 'N', '', 'Y'),
(1917, 'pt', 'Cogumelo Selvagem', '<p>Cogumelo Selvagem</p>', '', '', '', 'N', '', 'Y'),
(1918, 'en', 'Cogumelo Trufa (Tuber Aestivum)', '<p>Cogumelo Trufa (Tuber Aestivum)</p>', '', '', '', 'N', '', 'Y'),
(1918, 'es', 'Cogumelo Trufa (Tuber Aestivum)', '<p>Cogumelo Trufa (Tuber Aestivum)</p>', '', '', '', 'N', '', 'Y'),
(1918, 'pt', 'Cogumelo Trufa (Tuber Aestivum)', '<p>Cogumelo Trufa (Tuber Aestivum)</p>', '', '', '', 'N', '', 'Y'),
(1919, 'en', 'Cogumelo-ostra (Pleurotus Ostreatus)', '<p>Cogumelo-ostra (Pleurotus Ostreatus)</p>', '', '', '', 'N', '', 'Y'),
(1919, 'es', 'Cogumelo-ostra (Pleurotus Ostreatus)', '<p>Cogumelo-ostra (Pleurotus Ostreatus)</p>', '', '', '', 'N', '', 'Y'),
(1919, 'pt', 'Cogumelo-ostra (Pleurotus Ostreatus)', '<p>Cogumelo-ostra (Pleurotus Ostreatus)</p>', '', '', '', 'N', '', 'Y'),
(1920, 'en', 'Enoki (Flammulina Velutipes)', '<p>Enoki (Flammulina Velutipes)</p>', '', '', '', 'N', '', 'Y'),
(1920, 'es', 'Enoki (Flammulina Velutipes)', '<p>Enoki (Flammulina Velutipes)</p>', '', '', '', 'N', '', 'Y'),
(1920, 'pt', 'Enoki (Flammulina Velutipes)', '<p>Enoki (Flammulina Velutipes)</p>', '', '', '', 'N', '', 'Y'),
(1921, 'en', 'Ganoderma (Ganoderma Lucidum)', '<p>Ganoderma (Ganoderma Lucidum)</p>', '', '', '', 'N', '', 'Y'),
(1921, 'es', 'Ganoderma (Ganoderma Lucidum)', '<p>Ganoderma (Ganoderma Lucidum)</p>', '', '', '', 'N', '', 'Y'),
(1921, 'pt', 'Ganoderma (Ganoderma Lucidum)', '<p>Ganoderma (Ganoderma Lucidum)</p>', '', '', '', 'N', '', 'Y'),
(1922, 'en', 'Morchella (Morchella Esculenta)', '<p>Morchella (Morchella Esculenta)</p>', '', '', '', 'N', '', 'Y'),
(1922, 'es', 'Morchella (Morchella Esculenta)', '<p>Morchella (Morchella Esculenta)</p>', '', '', '', 'N', '', 'Y'),
(1922, 'pt', 'Morchella (Morchella Esculenta)', '<p>Morchella (Morchella Esculenta)</p>', '', '', '', 'N', '', 'Y'),
(1923, 'en', 'Shiitake (Lentinula edodes)', '<p>Shiitake (Lentinula edodes)</p>', '', '', '', 'N', '', 'Y'),
(1923, 'es', 'Shiitake (Lentinula edodes)', '<p>Shiitake (Lentinula edodes)</p>', '', '', '', 'N', '', 'Y'),
(1923, 'pt', 'Shiitake (Lentinula edodes)', '<p>Shiitake (Lentinula edodes)</p>', '', '', '', 'N', '', 'Y'),
(1924, 'en', 'Shimeji (Hypsizygus Tessellatus)', '<p>Shimeji (Hypsizygus Tessellatus)</p>', '', '', '', 'N', '', 'Y'),
(1924, 'es', 'Shimeji (Hypsizygus Tessellatus)', '<p>Shimeji (Hypsizygus Tessellatus)</p>', '', '', '', 'N', '', 'Y'),
(1924, 'pt', 'Shimeji (Hypsizygus Tessellatus)', '<p>Shimeji (Hypsizygus Tessellatus)</p>', '', '', '', 'N', '', 'Y'),
(1925, 'en', 'Culturas Comestíveis de Leguminosas', '<p>Culturas Comestíveis de Leguminosas</p>', '', '', '', 'N', '', 'Y'),
(1925, 'es', 'Culturas Comestíveis de Leguminosas', '<p>Culturas Comestíveis de Leguminosas</p>', '', '', '', 'N', '', 'Y'),
(1925, 'pt', 'Culturas Comestíveis de Leguminosas', '<p>Culturas Comestíveis de Leguminosas</p>', '', '', '', 'N', '', 'Y'),
(1926, 'en', 'Alfarroba africana (Parkia Biglobosa)', '<p>Alfarroba africana (Parkia Biglobosa)</p>', '', '', '', 'N', '', 'Y'),
(1926, 'es', 'Alfarroba africana (Parkia Biglobosa)', '<p>Alfarroba africana (Parkia Biglobosa)</p>', '', '', '', 'N', '', 'Y'),
(1926, 'pt', 'Alfarroba africana (Parkia Biglobosa)', '<p>Alfarroba africana (Parkia Biglobosa)</p>', '', '', '', 'N', '', 'Y'),
(1927, 'en', 'Aspargo-ervilha (Tetragonolobus Purpureus)', '<p>Aspargo-ervilha (Tetragonolobus Purpureus)</p>', '', '', '', 'N', '', 'Y'),
(1927, 'es', 'Aspargo-ervilha (Tetragonolobus Purpureus)', '<p>Aspargo-ervilha (Tetragonolobus Purpureus)</p>', '', '', '', 'N', '', 'Y'),
(1927, 'pt', 'Aspargo-ervilha (Tetragonolobus Purpureus)', '<p>Aspargo-ervilha (Tetragonolobus Purpureus)</p>', '', '', '', 'N', '', 'Y'),
(1928, 'en', 'Cunhã (Clitoria Ternatea)', '<p>Cunhã (Clitoria Ternatea)</p>', '', '', '', 'N', '', 'Y'),
(1928, 'es', 'Cunhã (Clitoria Ternatea)', '<p>Cunhã (Clitoria Ternatea)</p>', '', '', '', 'N', '', 'Y'),
(1928, 'pt', 'Cunhã (Clitoria Ternatea)', '<p>Cunhã (Clitoria Ternatea)</p>', '', '', '', 'N', '', 'Y'),
(1929, 'en', 'Ervilha (Pisum Sativum)', '<p>Ervilha (Pisum Sativum)</p>', '', '', '', 'N', '', 'Y'),
(1929, 'es', 'Ervilha (Pisum Sativum)', '<p>Ervilha (Pisum Sativum)</p>', '', '', '', 'N', '', 'Y'),
(1929, 'pt', 'Ervilha (Pisum Sativum)', '<p>Ervilha (Pisum Sativum)</p>', '', '', '', 'N', '', 'Y'),
(1930, 'en', 'Ervilha forrageira (Pisum Sativum Subsp. Arvense)', '<p>Ervilha forrageira (Pisum Sativum Subsp. Arvense)</p>', '', '', '', 'N', '', 'Y'),
(1930, 'es', 'Ervilha forrageira (Pisum Sativum Subsp. Arvense)', '<p>Ervilha forrageira (Pisum Sativum Subsp. Arvense)</p>', '', '', '', 'N', '', 'Y'),
(1930, 'pt', 'Ervilha forrageira (Pisum Sativum Subsp. Arvense)', '<p>Ervilha forrageira (Pisum Sativum Subsp. Arvense)</p>', '', '', '', 'N', '', 'Y'),
(1931, 'en', 'Ervilha Torta (Pisum Sativum var. Saccharatum)', '<p>Ervilha Torta (Pisum Sativum var. Saccharatum)</p>', '', '', '', 'N', '', 'Y'),
(1931, 'es', 'Ervilha Torta (Pisum Sativum var. Saccharatum)', '<p>Ervilha Torta (Pisum Sativum var. Saccharatum)</p>', '', '', '', 'N', '', 'Y'),
(1931, 'pt', 'Ervilha Torta (Pisum Sativum var. Saccharatum)', '<p>Ervilha Torta (Pisum Sativum var. Saccharatum)</p>', '', '', '', 'N', '', 'Y'),
(1932, 'en', 'Ervilha-de-cheiro  (Lathyrus Odoratus)', '<p>Ervilha-de-cheiro  (Lathyrus Odoratus)</p>', '', '', '', 'N', '', 'Y'),
(1932, 'es', 'Ervilha-de-cheiro  (Lathyrus Odoratus)', '<p>Ervilha-de-cheiro  (Lathyrus Odoratus)</p>', '', '', '', 'N', '', 'Y'),
(1932, 'pt', 'Ervilha-de-cheiro  (Lathyrus Odoratus)', '<p>Ervilha-de-cheiro  (Lathyrus Odoratus)</p>', '', '', '', 'N', '', 'Y'),
(1933, 'en', 'Ervilha-tuberosa (Lathyrus Tuberosus)', '<p>Ervilha-tuberosa (Lathyrus Tuberosus)</p>', '', '', '', 'N', '', 'Y'),
(1933, 'es', 'Ervilha-tuberosa (Lathyrus Tuberosus)', '<p>Ervilha-tuberosa (Lathyrus Tuberosus)</p>', '', '', '', 'N', '', 'Y'),
(1933, 'pt', 'Ervilha-tuberosa (Lathyrus Tuberosus)', '<p>Ervilha-tuberosa (Lathyrus Tuberosus)</p>', '', '', '', 'N', '', 'Y'),
(1934, 'en', 'Fava Forrageira (Vicia Faba var. Equina)', '<p>Fava Forrageira (Vicia Faba var. Equina)</p>', '', '', '', 'N', '', 'Y'),
(1934, 'es', 'Fava Forrageira (Vicia Faba var. Equina)', '<p>Fava Forrageira (Vicia Faba var. Equina)</p>', '', '', '', 'N', '', 'Y'),
(1934, 'pt', 'Fava Forrageira (Vicia Faba var. Equina)', '<p>Fava Forrageira (Vicia Faba var. Equina)</p>', '', '', '', 'N', '', 'Y'),
(1935, 'en', 'Favas (Vicia Faba var. Major)', '<p>Favas (Vicia Faba var. Major)</p>', '', '', '', 'N', '', 'Y'),
(1935, 'es', 'Favas (Vicia Faba var. Major)', '<p>Favas (Vicia Faba var. Major)</p>', '', '', '', 'N', '', 'Y'),
(1935, 'pt', 'Favas (Vicia Faba var. Major)', '<p>Favas (Vicia Faba var. Major)</p>', '', '', '', 'N', '', 'Y'),
(1936, 'en', 'Feijão (Phaseolus Vulgaris)', '<p>Feijão (Phaseolus Vulgaris)</p>', '', '', '', 'N', '', 'Y'),
(1936, 'es', 'Feijão (Phaseolus Vulgaris)', '<p>Feijão (Phaseolus Vulgaris)</p>', '', '', '', 'N', '', 'Y'),
(1936, 'pt', 'Feijão (Phaseolus Vulgaris)', '<p>Feijão (Phaseolus Vulgaris)</p>', '', '', '', 'N', '', 'Y'),
(1937, 'en', 'Feijão alado (Psophocarpus Tetragonolobus)', '<p>Feijão alado (Psophocarpus Tetragonolobus)</p>', '', '', '', 'N', '', 'Y'),
(1937, 'es', 'Feijão alado (Psophocarpus Tetragonolobus)', '<p>Feijão alado (Psophocarpus Tetragonolobus)</p>', '', '', '', 'N', '', 'Y'),
(1937, 'pt', 'Feijão alado (Psophocarpus Tetragonolobus)', '<p>Feijão alado (Psophocarpus Tetragonolobus)</p>', '', '', '', 'N', '', 'Y'),
(1938, 'en', 'Feijão azuki (Vigna Angularis)', '<p>Feijão azuki (Vigna Angularis)</p>', '', '', '', 'N', '', 'Y'),
(1938, 'es', 'Feijão azuki (Vigna Angularis)', '<p>Feijão azuki (Vigna Angularis)</p>', '', '', '', 'N', '', 'Y'),
(1938, 'pt', 'Feijão azuki (Vigna Angularis)', '<p>Feijão azuki (Vigna Angularis)</p>', '', '', '', 'N', '', 'Y'),
(1939, 'en', 'Feijão espada (Canavalia Gladiata)', '<p>Feijão espada (Canavalia Gladiata)</p>', '', '', '', 'N', '', 'Y'),
(1939, 'es', 'Feijão espada (Canavalia Gladiata)', '<p>Feijão espada (Canavalia Gladiata)</p>', '', '', '', 'N', '', 'Y'),
(1939, 'pt', 'Feijão espada (Canavalia Gladiata)', '<p>Feijão espada (Canavalia Gladiata)</p>', '', '', '', 'N', '', 'Y'),
(1940, 'en', 'Feijão Moyashi  (Vigna Radiata)', '<p>Feijão Moyashi  (Vigna Radiata)</p>', '', '', '', 'N', '', 'Y'),
(1940, 'es', 'Feijão Moyashi  (Vigna Radiata)', '<p>Feijão Moyashi  (Vigna Radiata)</p>', '', '', '', 'N', '', 'Y'),
(1940, 'pt', 'Feijão Moyashi  (Vigna Radiata)', '<p>Feijão Moyashi  (Vigna Radiata)</p>', '', '', '', 'N', '', 'Y'),
(1941, 'en', 'Feijão Tepari (Phaseolus Acutifolius)', '<p>Feijão Tepari (Phaseolus Acutifolius)</p>', '', '', '', 'N', '', 'Y'),
(1941, 'es', 'Feijão Tepari (Phaseolus Acutifolius)', '<p>Feijão Tepari (Phaseolus Acutifolius)</p>', '', '', '', 'N', '', 'Y'),
(1941, 'pt', 'Feijão Tepari (Phaseolus Acutifolius)', '<p>Feijão Tepari (Phaseolus Acutifolius)</p>', '', '', '', 'N', '', 'Y'),
(1942, 'en', 'Feijão-arroz (Vigna Umbellata)', '<p>Feijão-arroz (Vigna Umbellata)</p>', '', '', '', 'N', '', 'Y'),
(1942, 'es', 'Feijão-arroz (Vigna Umbellata)', '<p>Feijão-arroz (Vigna Umbellata)</p>', '', '', '', 'N', '', 'Y'),
(1942, 'pt', 'Feijão-arroz (Vigna Umbellata)', '<p>Feijão-arroz (Vigna Umbellata)</p>', '', '', '', 'N', '', 'Y'),
(1943, 'en', 'Feijão-chicote (Vigna Unguiculata subsp. Sesquipedalis)', '<p>Feijão-chicote (Vigna Unguiculata subsp. Sesquipedalis)</p>', '', '', '', 'N', '', 'Y'),
(1943, 'es', 'Feijão-chicote (Vigna Unguiculata subsp. Sesquipedalis)', '<p>Feijão-chicote (Vigna Unguiculata subsp. Sesquipedalis)</p>', '', '', '', 'N', '', 'Y'),
(1943, 'pt', 'Feijão-chicote (Vigna Unguiculata subsp. Sesquipedalis)', '<p>Feijão-chicote (Vigna Unguiculata subsp. Sesquipedalis)</p>', '', '', '', 'N', '', 'Y'),
(1944, 'en', 'Feijão-da-espanha (Phaseolus Coccineus)', '<p>Feijão-da-espanha (Phaseolus Coccineus)</p>', '', '', '', 'N', '', 'Y'),
(1944, 'es', 'Feijão-da-espanha (Phaseolus Coccineus)', '<p>Feijão-da-espanha (Phaseolus Coccineus)</p>', '', '', '', 'N', '', 'Y'),
(1944, 'pt', 'Feijão-da-espanha (Phaseolus Coccineus)', '<p>Feijão-da-espanha (Phaseolus Coccineus)</p>', '', '', '', 'N', '', 'Y'),
(1945, 'en', 'Feijão-da-flórida (Mucuna Pruriens)', '<p>Feijão-da-flórida (Mucuna Pruriens)</p>', '', '', '', 'N', '', 'Y'),
(1945, 'es', 'Feijão-da-flórida (Mucuna Pruriens)', '<p>Feijão-da-flórida (Mucuna Pruriens)</p>', '', '', '', 'N', '', 'Y'),
(1945, 'pt', 'Feijão-da-flórida (Mucuna Pruriens)', '<p>Feijão-da-flórida (Mucuna Pruriens)</p>', '', '', '', 'N', '', 'Y'),
(1946, 'en', 'Feijão-de-corda (Vigna Unguiculata)', '<p>Feijão-de-corda (Vigna Unguiculata)</p>', '', '', '', 'N', '', 'Y'),
(1946, 'es', 'Feijão-de-corda (Vigna Unguiculata)', '<p>Feijão-de-corda (Vigna Unguiculata)</p>', '', '', '', 'N', '', 'Y'),
(1946, 'pt', 'Feijão-de-corda (Vigna Unguiculata)', '<p>Feijão-de-corda (Vigna Unguiculata)</p>', '', '', '', 'N', '', 'Y'),
(1947, 'en', 'Feijão-de-lima (Phaseolus Lunatus)', '<p>Feijão-de-lima (Phaseolus Lunatus)</p>', '', '', '', 'N', '', 'Y'),
(1947, 'es', 'Feijão-de-lima (Phaseolus Lunatus)', '<p>Feijão-de-lima (Phaseolus Lunatus)</p>', '', '', '', 'N', '', 'Y'),
(1947, 'pt', 'Feijão-de-lima (Phaseolus Lunatus)', '<p>Feijão-de-lima (Phaseolus Lunatus)</p>', '', '', '', 'N', '', 'Y'),
(1948, 'en', 'Feijão-de-porco (Canavalia Ensiformis)', '<p>Feijão-de-porco (Canavalia Ensiformis)</p>', '', '', '', 'N', '', 'Y'),
(1948, 'es', 'Feijão-de-porco (Canavalia Ensiformis)', '<p>Feijão-de-porco (Canavalia Ensiformis)</p>', '', '', '', 'N', '', 'Y'),
(1948, 'pt', 'Feijão-de-porco (Canavalia Ensiformis)', '<p>Feijão-de-porco (Canavalia Ensiformis)</p>', '', '', '', 'N', '', 'Y'),
(1949, 'en', 'Feijão-fava (Vicia Faba subsp. Minor)', '<p>Feijão-fava (Vicia Faba subsp. Minor)</p>', '', '', '', 'N', '', 'Y'),
(1949, 'es', 'Feijão-fava (Vicia Faba subsp. Minor)', '<p>Feijão-fava (Vicia Faba subsp. Minor)</p>', '', '', '', 'N', '', 'Y'),
(1949, 'pt', 'Feijão-fava (Vicia Faba subsp. Minor)', '<p>Feijão-fava (Vicia Faba subsp. Minor)</p>', '', '', '', 'N', '', 'Y'),
(1950, 'en', 'Feijão-roxo (Phaseolus Vulgaris)', '<p>Feijão-roxo (Phaseolus Vulgaris)</p>', '', '', '', 'N', '', 'Y'),
(1950, 'es', 'Feijão-roxo (Phaseolus Vulgaris)', '<p>Feijão-roxo (Phaseolus Vulgaris)</p>', '', '', '', 'N', '', 'Y'),
(1950, 'pt', 'Feijão-roxo (Phaseolus Vulgaris)', '<p>Feijão-roxo (Phaseolus Vulgaris)</p>', '', '', '', 'N', '', 'Y'),
(1951, 'en', 'Grão-de-bico (Cicer Arietinum)', '<p>Grão-de-bico (Cicer Arietinum)</p>', '', '', '', 'N', '', 'Y'),
(1951, 'es', 'Grão-de-bico (Cicer Arietinum)', '<p>Grão-de-bico (Cicer Arietinum)</p>', '', '', '', 'N', '', 'Y'),
(1951, 'pt', 'Grão-de-bico (Cicer Arietinum)', '<p>Grão-de-bico (Cicer Arietinum)</p>', '', '', '', 'N', '', 'Y'),
(1952, 'en', 'Guandu (Cajanus Cajan)', '<p>Guandu (Cajanus Cajan)</p>', '', '', '', 'N', '', 'Y'),
(1952, 'es', 'Guandu (Cajanus Cajan)', '<p>Guandu (Cajanus Cajan)</p>', '', '', '', 'N', '', 'Y'),
(1952, 'pt', 'Guandu (Cajanus Cajan)', '<p>Guandu (Cajanus Cajan)</p>', '', '', '', 'N', '', 'Y'),
(1953, 'en', 'Guar (Cyamopsis Tetragonoloba)', '<p>Guar (Cyamopsis Tetragonoloba)</p>', '', '', '', 'N', '', 'Y'),
(1953, 'es', 'Guar (Cyamopsis Tetragonoloba)', '<p>Guar (Cyamopsis Tetragonoloba)</p>', '', '', '', 'N', '', 'Y'),
(1953, 'pt', 'Guar (Cyamopsis Tetragonoloba)', '<p>Guar (Cyamopsis Tetragonoloba)</p>', '', '', '', 'N', '', 'Y'),
(1954, 'en', 'Lablab (Lablab Purpureus)', '<p>Lablab (Lablab Purpureus)</p>', '', '', '', 'N', '', 'Y'),
(1954, 'es', 'Lablab (Lablab Purpureus)', '<p>Lablab (Lablab Purpureus)</p>', '', '', '', 'N', '', 'Y'),
(1954, 'pt', 'Lablab (Lablab Purpureus)', '<p>Lablab (Lablab Purpureus)</p>', '', '', '', 'N', '', 'Y'),
(1955, 'en', 'Lentilha (Lens Culinaris)', '<p>Lentilha (Lens Culinaris)</p>', '', '', '', 'N', '', 'Y'),
(1955, 'es', 'Lentilha (Lens Culinaris)', '<p>Lentilha (Lens Culinaris)</p>', '', '', '', 'N', '', 'Y'),
(1955, 'pt', 'Lentilha (Lens Culinaris)', '<p>Lentilha (Lens Culinaris)</p>', '', '', '', 'N', '', 'Y'),
(1956, 'en', 'Parkia Speciosa (Parkia Speciosa)', '<p>Parkia Speciosa (Parkia Speciosa)</p>', '', '', '', 'N', '', 'Y'),
(1956, 'es', 'Parkia Speciosa (Parkia Speciosa)', '<p>Parkia Speciosa (Parkia Speciosa)</p>', '', '', '', 'N', '', 'Y'),
(1956, 'pt', 'Parkia Speciosa (Parkia Speciosa)', '<p>Parkia Speciosa (Parkia Speciosa)</p>', '', '', '', 'N', '', 'Y'),
(1957, 'en', 'Culturas comestíveis de pomóideas', '<p>Culturas comestíveis de pomóideas</p>', '', '', '', 'N', '', 'Y'),
(1957, 'es', 'Culturas comestíveis de pomóideas', '<p>Culturas comestíveis de pomóideas</p>', '', '', '', 'N', '', 'Y'),
(1957, 'pt', 'Culturas comestíveis de pomóideas', '<p>Culturas comestíveis de pomóideas</p>', '', '', '', 'N', '', 'Y'),
(1958, 'en', 'Macieira silvestre (Malus sylvestris)', '<p>Macieira silvestre (Malus sylvestris)</p>', '', '', '', 'N', '', 'Y'),
(1958, 'es', 'Macieira silvestre (Malus sylvestris)', '<p>Macieira silvestre (Malus sylvestris)</p>', '', '', '', 'N', '', 'Y'),
(1958, 'pt', 'Macieira silvestre (Malus sylvestris)', '<p>Macieira silvestre (Malus sylvestris)</p>', '', '', '', 'N', '', 'Y'),
(1959, 'en', 'Macieiras (Malus domestica)', '<p>Macieiras (Malus domestica)</p>', '', '', '', 'N', '', 'Y'),
(1959, 'es', 'Macieiras (Malus domestica)', '<p>Macieiras (Malus domestica)</p>', '', '', '', 'N', '', 'Y'),
(1959, 'pt', 'Macieiras (Malus domestica)', '<p>Macieiras (Malus domestica)</p>', '', '', '', 'N', '', 'Y'),
(1960, 'en', 'Marmeleiros (Cydonia oblonga)', '<p>Marmeleiros (Cydonia oblonga)</p>', '', '', '', 'N', '', 'Y'),
(1960, 'es', 'Marmeleiros (Cydonia oblonga)', '<p>Marmeleiros (Cydonia oblonga)</p>', '', '', '', 'N', '', 'Y'),
(1960, 'pt', 'Marmeleiros (Cydonia oblonga)', '<p>Marmeleiros (Cydonia oblonga)</p>', '', '', '', 'N', '', 'Y'),
(1961, 'en', 'Nespereira (Eriobotrya japonica)', '<p>Nespereira (Eriobotrya japonica)</p>', '', '', '', 'N', '', 'Y'),
(1961, 'es', 'Nespereira (Eriobotrya japonica)', '<p>Nespereira (Eriobotrya japonica)</p>', '', '', '', 'N', '', 'Y'),
(1961, 'pt', 'Nespereira (Eriobotrya japonica)', '<p>Nespereira (Eriobotrya japonica)</p>', '', '', '', 'N', '', 'Y'),
(1962, 'en', 'Nespereiras (Mespilus germanica)', '<p>Nespereiras (Mespilus germanica)</p>', '', '', '', 'N', '', 'Y'),
(1962, 'es', 'Nespereiras (Mespilus germanica)', '<p>Nespereiras (Mespilus germanica)</p>', '', '', '', 'N', '', 'Y'),
(1962, 'pt', 'Nespereiras (Mespilus germanica)', '<p>Nespereiras (Mespilus germanica)</p>', '', '', '', 'N', '', 'Y'),
(1963, 'en', 'Pereira chinesa (Pyrus bretschneideri)', '<p>Pereira chinesa (Pyrus bretschneideri)</p>', '', '', '', 'N', '', 'Y'),
(1963, 'es', 'Pereira chinesa (Pyrus bretschneideri)', '<p>Pereira chinesa (Pyrus bretschneideri)</p>', '', '', '', 'N', '', 'Y'),
(1963, 'pt', 'Pereira chinesa (Pyrus bretschneideri)', '<p>Pereira chinesa (Pyrus bretschneideri)</p>', '', '', '', 'N', '', 'Y'),
(1964, 'en', 'Pereiras (Pyrus communis)', '<p>Pereiras (Pyrus communis)</p>', '', '', '', 'N', '', 'Y'),
(1964, 'es', 'Pereiras (Pyrus communis)', '<p>Pereiras (Pyrus communis)</p>', '', '', '', 'N', '', 'Y'),
(1964, 'pt', 'Pereiras (Pyrus communis)', '<p>Pereiras (Pyrus communis)</p>', '', '', '', 'N', '', 'Y'),
(1965, 'en', 'Pereiras asiáticas (Pyrus pyrifolia)', '<p>Pereiras asiáticas (Pyrus pyrifolia)</p>', '', '', '', 'N', '', 'Y'),
(1965, 'es', 'Pereiras asiáticas (Pyrus pyrifolia)', '<p>Pereiras asiáticas (Pyrus pyrifolia)</p>', '', '', '', 'N', '', 'Y'),
(1965, 'pt', 'Pereiras asiáticas (Pyrus pyrifolia)', '<p>Pereiras asiáticas (Pyrus pyrifolia)</p>', '', '', '', 'N', '', 'Y'),
(1966, 'en', 'Pereiras asiáticas (Pyrus ussuriensis)', '<p>Pereiras asiáticas (Pyrus ussuriensis)</p>', '', '', '', 'N', '', 'Y'),
(1966, 'es', 'Pereiras asiáticas (Pyrus ussuriensis)', '<p>Pereiras asiáticas (Pyrus ussuriensis)</p>', '', '', '', 'N', '', 'Y'),
(1966, 'pt', 'Pereiras asiáticas (Pyrus ussuriensis)', '<p>Pereiras asiáticas (Pyrus ussuriensis)</p>', '', '', '', 'N', '', 'Y'),
(1967, 'en', 'Culturas de Açúcar', '<p>Culturas de Açúcar</p>', '', '', '', 'N', '', 'Y'),
(1967, 'es', 'Culturas de Açúcar', '<p>Culturas de Açúcar</p>', '', '', '', 'N', '', 'Y'),
(1967, 'pt', 'Culturas de Açúcar', '<p>Culturas de Açúcar</p>', '', '', '', 'N', '', 'Y'),
(1968, 'en', 'Beterraba-sacarina (Beta Vulgaris subsp.Vulgaris var. Altissima)', '<p>Beterraba-sacarina (Beta Vulgaris subsp.Vulgaris var. Altissima)</p>', '', '', '', 'N', '', 'Y'),
(1968, 'es', 'Beterraba-sacarina (Beta Vulgaris subsp.Vulgaris var. Altissima)', '<p>Beterraba-sacarina (Beta Vulgaris subsp.Vulgaris var. Altissima)</p>', '', '', '', 'N', '', 'Y'),
(1968, 'pt', 'Beterraba-sacarina (Beta Vulgaris subsp.Vulgaris var. Altissima)', '<p>Beterraba-sacarina (Beta Vulgaris subsp.Vulgaris var. Altissima)</p>', '', '', '', 'N', '', 'Y'),
(1969, 'en', 'Bordo-açucareiro (Acer Saccharum)', '<p>Bordo-açucareiro (Acer Saccharum)</p>', '', '', '', 'N', '', 'Y'),
(1969, 'es', 'Bordo-açucareiro (Acer Saccharum)', '<p>Bordo-açucareiro (Acer Saccharum)</p>', '', '', '', 'N', '', 'Y'),
(1969, 'pt', 'Bordo-açucareiro (Acer Saccharum)', '<p>Bordo-açucareiro (Acer Saccharum)</p>', '', '', '', 'N', '', 'Y'),
(1970, 'en', 'Cana de açúcar (Saccharum Officinarum)', '<p>Cana de açúcar (Saccharum Officinarum)</p>', '', '', '', 'N', '', 'Y'),
(1970, 'es', 'Cana de açúcar (Saccharum Officinarum)', '<p>Cana de açúcar (Saccharum Officinarum)</p>', '', '', '', 'N', '', 'Y'),
(1970, 'pt', 'Cana de açúcar (Saccharum Officinarum)', '<p>Cana de açúcar (Saccharum Officinarum)</p>', '', '', '', 'N', '', 'Y'),
(1971, 'en', 'Palmeira-do-açúcar (Arenga Saccharifera)', '<p>Palmeira-do-açúcar (Arenga Saccharifera)</p>', '', '', '', 'N', '', 'Y'),
(1971, 'es', 'Palmeira-do-açúcar (Arenga Saccharifera)', '<p>Palmeira-do-açúcar (Arenga Saccharifera)</p>', '', '', '', 'N', '', 'Y'),
(1971, 'pt', 'Palmeira-do-açúcar (Arenga Saccharifera)', '<p>Palmeira-do-açúcar (Arenga Saccharifera)</p>', '', '', '', 'N', '', 'Y'),
(1972, 'en', 'Sorgo-sacarino (Sorghum Saccharatum)', '<p>Sorgo-sacarino (Sorghum Saccharatum)</p>', '', '', '', 'N', '', 'Y'),
(1972, 'es', 'Sorgo-sacarino (Sorghum Saccharatum)', '<p>Sorgo-sacarino (Sorghum Saccharatum)</p>', '', '', '', 'N', '', 'Y'),
(1972, 'pt', 'Sorgo-sacarino (Sorghum Saccharatum)', '<p>Sorgo-sacarino (Sorghum Saccharatum)</p>', '', '', '', 'N', '', 'Y'),
(1973, 'en', 'Culturas de bulbos comestíveis', '<p>Culturas de bulbos comestíveis</p>', '', '', '', 'N', '', 'Y'),
(1973, 'es', 'Culturas de bulbos comestíveis', '<p>Culturas de bulbos comestíveis</p>', '', '', '', 'N', '', 'Y'),
(1973, 'pt', 'Culturas de bulbos comestíveis', '<p>Culturas de bulbos comestíveis</p>', '', '', '', 'N', '', 'Y'),
(1974, 'en', 'Pés de alho (Allium sativum)', '<p>Pés de alho (Allium sativum)</p>', '', '', '', 'N', '', 'Y'),
(1974, 'es', 'Pés de alho (Allium sativum)', '<p>Pés de alho (Allium sativum)</p>', '', '', '', 'N', '', 'Y'),
(1974, 'pt', 'Pés de alho (Allium sativum)', '<p>Pés de alho (Allium sativum)</p>', '', '', '', 'N', '', 'Y'),
(1975, 'en', 'Pés de alho elefante (Allium ampeloprasum)', '<p>Pés de alho elefante (Allium ampeloprasum)</p>', '', '', '', 'N', '', 'Y'),
(1975, 'es', 'Pés de alho elefante (Allium ampeloprasum)', '<p>Pés de alho elefante (Allium ampeloprasum)</p>', '', '', '', 'N', '', 'Y'),
(1975, 'pt', 'Pés de alho elefante (Allium ampeloprasum)', '<p>Pés de alho elefante (Allium ampeloprasum)</p>', '', '', '', 'N', '', 'Y'),
(1976, 'en', 'Pés de alho-poró (Allium kurrat)', '<p>Pés de alho-poró (Allium kurrat)</p>', '', '', '', 'N', '', 'Y'),
(1976, 'es', 'Pés de alho-poró (Allium kurrat)', '<p>Pés de alho-poró (Allium kurrat)</p>', '', '', '', 'N', '', 'Y'),
(1976, 'pt', 'Pés de alho-poró (Allium kurrat)', '<p>Pés de alho-poró (Allium kurrat)</p>', '', '', '', 'N', '', 'Y'),
(1977, 'en', 'Pés de cebola (Allium cepa)', '<p>Pés de cebola (Allium cepa)</p>', '', '', '', 'N', '', 'Y'),
(1977, 'es', 'Pés de cebola (Allium cepa)', '<p>Pés de cebola (Allium cepa)</p>', '', '', '', 'N', '', 'Y'),
(1977, 'pt', 'Pés de cebola (Allium cepa)', '<p>Pés de cebola (Allium cepa)</p>', '', '', '', 'N', '', 'Y'),
(1978, 'en', 'Pés de cebola galesa (Allium fistulosum)', '<p>Pés de cebola galesa (Allium fistulosum)</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(1978, 'es', 'Pés de cebola galesa (Allium fistulosum)', '<p>Pés de cebola galesa (Allium fistulosum)</p>', '', '', '', 'N', '', 'Y'),
(1978, 'pt', 'Pés de cebola galesa (Allium fistulosum)', '<p>Pés de cebola galesa (Allium fistulosum)</p>', '', '', '', 'N', '', 'Y'),
(1979, 'en', 'Pés de cebolinha (Allium cepa var. Cepa)', '<p>Pés de cebolinha (Allium cepa var. Cepa)</p>', '', '', '', 'N', '', 'Y'),
(1979, 'es', 'Pés de cebolinha (Allium cepa var. Cepa)', '<p>Pés de cebolinha (Allium cepa var. Cepa)</p>', '', '', '', 'N', '', 'Y'),
(1979, 'pt', 'Pés de cebolinha (Allium cepa var. Cepa)', '<p>Pés de cebolinha (Allium cepa var. Cepa)</p>', '', '', '', 'N', '', 'Y'),
(1980, 'en', 'Pés de chalota (Allium ascalonicum)', '<p>Pés de chalota (Allium ascalonicum)</p>', '', '', '', 'N', '', 'Y'),
(1980, 'es', 'Pés de chalota (Allium ascalonicum)', '<p>Pés de chalota (Allium ascalonicum)</p>', '', '', '', 'N', '', 'Y'),
(1980, 'pt', 'Pés de chalota (Allium ascalonicum)', '<p>Pés de chalota (Allium ascalonicum)</p>', '', '', '', 'N', '', 'Y'),
(1981, 'en', 'Culturas de Cereais e Grãos', '<p>Culturas de Cereais e Grãos</p>', '', '', '', 'N', '', 'Y'),
(1981, 'es', 'Culturas de Cereais e Grãos', '<p>Culturas de Cereais e Grãos</p>', '', '', '', 'N', '', 'Y'),
(1981, 'pt', 'Culturas de Cereais e Grãos', '<p>Culturas de Cereais e Grãos</p>', '', '', '', 'N', '', 'Y'),
(1982, 'en', 'Alpiste (Phalaris Canariensis)', '<p>Alpiste (Phalaris Canariensis)</p>', '', '', '', 'N', '', 'Y'),
(1982, 'es', 'Alpiste (Phalaris Canariensis)', '<p>Alpiste (Phalaris Canariensis)</p>', '', '', '', 'N', '', 'Y'),
(1982, 'pt', 'Alpiste (Phalaris Canariensis)', '<p>Alpiste (Phalaris Canariensis)</p>', '', '', '', 'N', '', 'Y'),
(1983, 'en', 'Arroz (Oryza Sativa)', '<p>Arroz (Oryza Sativa)</p>', '', '', '', 'N', '', 'Y'),
(1983, 'es', 'Arroz (Oryza Sativa)', '<p>Arroz (Oryza Sativa)</p>', '', '', '', 'N', '', 'Y'),
(1983, 'pt', 'Arroz (Oryza Sativa)', '<p>Arroz (Oryza Sativa)</p>', '', '', '', 'N', '', 'Y'),
(1984, 'en', 'Arroz Selvagem (Zizania Aquatica)', '<p>Arroz Selvagem (Zizania Aquatica)</p>', '', '', '', 'N', '', 'Y'),
(1984, 'es', 'Arroz Selvagem (Zizania Aquatica)', '<p>Arroz Selvagem (Zizania Aquatica)</p>', '', '', '', 'N', '', 'Y'),
(1984, 'pt', 'Arroz Selvagem (Zizania Aquatica)', '<p>Arroz Selvagem (Zizania Aquatica)</p>', '', '', '', 'N', '', 'Y'),
(1985, 'en', 'Arroz vermelho (Oryza Glaberrima)', '<p>Arroz vermelho (Oryza Glaberrima)</p>', '', '', '', 'N', '', 'Y'),
(1985, 'es', 'Arroz vermelho (Oryza Glaberrima)', '<p>Arroz vermelho (Oryza Glaberrima)</p>', '', '', '', 'N', '', 'Y'),
(1985, 'pt', 'Arroz vermelho (Oryza Glaberrima)', '<p>Arroz vermelho (Oryza Glaberrima)</p>', '', '', '', 'N', '', 'Y'),
(1986, 'en', 'Aveia abssínica (Avena Abyssinica)', '<p>Aveia abssínica (Avena Abyssinica)</p>', '', '', '', 'N', '', 'Y'),
(1986, 'es', 'Aveia abssínica (Avena Abyssinica)', '<p>Aveia abssínica (Avena Abyssinica)</p>', '', '', '', 'N', '', 'Y'),
(1986, 'pt', 'Aveia abssínica (Avena Abyssinica)', '<p>Aveia abssínica (Avena Abyssinica)</p>', '', '', '', 'N', '', 'Y'),
(1987, 'en', 'Aveia-comum (Avena Sativa)', '<p>Aveia-comum (Avena Sativa)</p>', '', '', '', 'N', '', 'Y'),
(1987, 'es', 'Aveia-comum (Avena Sativa)', '<p>Aveia-comum (Avena Sativa)</p>', '', '', '', 'N', '', 'Y'),
(1987, 'pt', 'Aveia-comum (Avena Sativa)', '<p>Aveia-comum (Avena Sativa)</p>', '', '', '', 'N', '', 'Y'),
(1988, 'en', 'Aveia-negra (Avena Strigosa)', '<p>Aveia-negra (Avena Strigosa)</p>', '', '', '', 'N', '', 'Y'),
(1988, 'es', 'Aveia-negra (Avena Strigosa)', '<p>Aveia-negra (Avena Strigosa)</p>', '', '', '', 'N', '', 'Y'),
(1988, 'pt', 'Aveia-negra (Avena Strigosa)', '<p>Aveia-negra (Avena Strigosa)</p>', '', '', '', 'N', '', 'Y'),
(1989, 'en', 'Canihua (Chenopodium Pallidicaule)', '<p>Canihua (Chenopodium Pallidicaule)</p>', '', '', '', 'N', '', 'Y'),
(1989, 'es', 'Canihua (Chenopodium Pallidicaule)', '<p>Canihua (Chenopodium Pallidicaule)</p>', '', '', '', 'N', '', 'Y'),
(1989, 'pt', 'Canihua (Chenopodium Pallidicaule)', '<p>Canihua (Chenopodium Pallidicaule)</p>', '', '', '', 'N', '', 'Y'),
(1990, 'en', 'Capim-pé-de-galinha-gigante (Eleusine Coracana)', '<p>Capim-pé-de-galinha-gigante (Eleusine Coracana)</p>', '', '', '', 'N', '', 'Y'),
(1990, 'es', 'Capim-pé-de-galinha-gigante (Eleusine Coracana)', '<p>Capim-pé-de-galinha-gigante (Eleusine Coracana)</p>', '', '', '', 'N', '', 'Y'),
(1990, 'pt', 'Capim-pé-de-galinha-gigante (Eleusine Coracana)', '<p>Capim-pé-de-galinha-gigante (Eleusine Coracana)</p>', '', '', '', 'N', '', 'Y'),
(1991, 'en', 'Centeio (Secale cereale)', '<p>Centeio (Secale cereale)</p>', '', '', '', 'N', '', 'Y'),
(1991, 'es', 'Centeio (Secale cereale)', '<p>Centeio (Secale cereale)</p>', '', '', '', 'N', '', 'Y'),
(1991, 'pt', 'Centeio (Secale cereale)', '<p>Centeio (Secale cereale)</p>', '', '', '', 'N', '', 'Y'),
(1992, 'en', 'Cevada (Hordeum vulgare)', '<p>Cevada (Hordeum vulgare)</p>', '', '', '', 'N', '', 'Y'),
(1992, 'es', 'Cevada (Hordeum vulgare)', '<p>Cevada (Hordeum vulgare)</p>', '', '', '', 'N', '', 'Y'),
(1992, 'pt', 'Cevada (Hordeum vulgare)', '<p>Cevada (Hordeum vulgare)</p>', '', '', '', 'N', '', 'Y'),
(1993, 'en', 'Espelta (Triticum Spelta)', '<p>Espelta (Triticum Spelta)</p>', '', '', '', 'N', '', 'Y'),
(1993, 'es', 'Espelta (Triticum Spelta)', '<p>Espelta (Triticum Spelta)</p>', '', '', '', 'N', '', 'Y'),
(1993, 'pt', 'Espelta (Triticum Spelta)', '<p>Espelta (Triticum Spelta)</p>', '', '', '', 'N', '', 'Y'),
(1994, 'en', 'Fonio branco (Digitaria Exilis)', '<p>Fonio branco (Digitaria Exilis)</p>', '', '', '', 'N', '', 'Y'),
(1994, 'es', 'Fonio branco (Digitaria Exilis)', '<p>Fonio branco (Digitaria Exilis)</p>', '', '', '', 'N', '', 'Y'),
(1994, 'pt', 'Fonio branco (Digitaria Exilis)', '<p>Fonio branco (Digitaria Exilis)</p>', '', '', '', 'N', '', 'Y'),
(1995, 'en', 'Lágrima-de-nossa-senhora (Coix Lacryma-Jobi)', '<p>Lágrima-de-nossa-senhora (Coix Lacryma-Jobi)</p>', '', '', '', 'N', '', 'Y'),
(1995, 'es', 'Lágrima-de-nossa-senhora (Coix Lacryma-Jobi)', '<p>Lágrima-de-nossa-senhora (Coix Lacryma-Jobi)</p>', '', '', '', 'N', '', 'Y'),
(1995, 'pt', 'Lágrima-de-nossa-senhora (Coix Lacryma-Jobi)', '<p>Lágrima-de-nossa-senhora (Coix Lacryma-Jobi)</p>', '', '', '', 'N', '', 'Y'),
(1996, 'en', 'Milhete (Panicum Spp.)', '<p>Milhete (Panicum Spp.)</p>', '', '', '', 'N', '', 'Y'),
(1996, 'es', 'Milhete (Panicum Spp.)', '<p>Milhete (Panicum Spp.)</p>', '', '', '', 'N', '', 'Y'),
(1996, 'pt', 'Milhete (Panicum Spp.)', '<p>Milhete (Panicum Spp.)</p>', '', '', '', 'N', '', 'Y'),
(1997, 'en', 'Milhete Koda (Paspalum Scrobiculatum)', '<p>Milhete Koda (Paspalum Scrobiculatum)</p>', '', '', '', 'N', '', 'Y'),
(1997, 'es', 'Milhete Koda (Paspalum Scrobiculatum)', '<p>Milhete Koda (Paspalum Scrobiculatum)</p>', '', '', '', 'N', '', 'Y'),
(1997, 'pt', 'Milhete Koda (Paspalum Scrobiculatum)', '<p>Milhete Koda (Paspalum Scrobiculatum)</p>', '', '', '', 'N', '', 'Y'),
(1998, 'en', 'Milhetes japoneses (Echinochloa Frumentacea)', '<p>Milhetes japoneses (Echinochloa Frumentacea)</p>', '', '', '', 'N', '', 'Y'),
(1998, 'es', 'Milhetes japoneses (Echinochloa Frumentacea)', '<p>Milhetes japoneses (Echinochloa Frumentacea)</p>', '', '', '', 'N', '', 'Y'),
(1998, 'pt', 'Milhetes japoneses (Echinochloa Frumentacea)', '<p>Milhetes japoneses (Echinochloa Frumentacea)</p>', '', '', '', 'N', '', 'Y'),
(1999, 'en', 'Milheto-pérola ou amentilho (Pennisetum Glaucum)', '<p>Milheto-pérola ou amentilho (Pennisetum Glaucum)</p>', '', '', '', 'N', '', 'Y'),
(1999, 'es', 'Milheto-pérola ou amentilho (Pennisetum Glaucum)', '<p>Milheto-pérola ou amentilho (Pennisetum Glaucum)</p>', '', '', '', 'N', '', 'Y'),
(1999, 'pt', 'Milheto-pérola ou amentilho (Pennisetum Glaucum)', '<p>Milheto-pérola ou amentilho (Pennisetum Glaucum)</p>', '', '', '', 'N', '', 'Y'),
(2000, 'en', 'Milho (Zea Mays subsp. Mays)', '<p>Milho (Zea Mays subsp. Mays)</p>', '', '', '', 'N', '', 'Y'),
(2000, 'es', 'Milho (Zea Mays subsp. Mays)', '<p>Milho (Zea Mays subsp. Mays)</p>', '', '', '', 'N', '', 'Y'),
(2000, 'pt', 'Milho (Zea Mays subsp. Mays)', '<p>Milho (Zea Mays subsp. Mays)</p>', '', '', '', 'N', '', 'Y'),
(2001, 'en', 'Plantas Fonio pretas (Digitaria Iburua)', '<p>Plantas Fonio pretas (Digitaria Iburua)</p>', '', '', '', 'N', '', 'Y'),
(2001, 'es', 'Plantas Fonio pretas (Digitaria Iburua)', '<p>Plantas Fonio pretas (Digitaria Iburua)</p>', '', '', '', 'N', '', 'Y'),
(2001, 'pt', 'Plantas Fonio pretas (Digitaria Iburua)', '<p>Plantas Fonio pretas (Digitaria Iburua)</p>', '', '', '', 'N', '', 'Y'),
(2002, 'en', 'Quinoa (Chenopodium Quinoa)', '<p>Quinoa (Chenopodium Quinoa)</p>', '', '', '', 'N', '', 'Y'),
(2002, 'es', 'Quinoa (Chenopodium Quinoa)', '<p>Quinoa (Chenopodium Quinoa)</p>', '', '', '', 'N', '', 'Y'),
(2002, 'pt', 'Quinoa (Chenopodium Quinoa)', '<p>Quinoa (Chenopodium Quinoa)</p>', '', '', '', 'N', '', 'Y'),
(2003, 'en', 'Sorgo (Sorghum Bicolor)', '<p>Sorgo (Sorghum Bicolor)</p>', '', '', '', 'N', '', 'Y'),
(2003, 'es', 'Sorgo (Sorghum Bicolor)', '<p>Sorgo (Sorghum Bicolor)</p>', '', '', '', 'N', '', 'Y'),
(2003, 'pt', 'Sorgo (Sorghum Bicolor)', '<p>Sorgo (Sorghum Bicolor)</p>', '', '', '', 'N', '', 'Y'),
(2004, 'en', 'Tefé (Eragrostis Tef)', '<p>Tefé (Eragrostis Tef)</p>', '', '', '', 'N', '', 'Y'),
(2004, 'es', 'Tefé (Eragrostis Tef)', '<p>Tefé (Eragrostis Tef)</p>', '', '', '', 'N', '', 'Y'),
(2004, 'pt', 'Tefé (Eragrostis Tef)', '<p>Tefé (Eragrostis Tef)</p>', '', '', '', 'N', '', 'Y'),
(2005, 'en', 'Trigo (Triticum spp.)', '<p>Trigo (Triticum spp.)</p>', '', '', '', 'N', '', 'Y'),
(2005, 'es', 'Trigo (Triticum spp.)', '<p>Trigo (Triticum spp.)</p>', '', '', '', 'N', '', 'Y'),
(2005, 'pt', 'Trigo (Triticum spp.)', '<p>Trigo (Triticum spp.)</p>', '', '', '', 'N', '', 'Y'),
(2006, 'en', 'Trigo Khorasan (Triticum Turgidum subsp. Turanicum)', '<p>Trigo Khorasan (Triticum Turgidum subsp. Turanicum)</p>', '', '', '', 'N', '', 'Y'),
(2006, 'es', 'Trigo Khorasan (Triticum Turgidum subsp. Turanicum)', '<p>Trigo Khorasan (Triticum Turgidum subsp. Turanicum)</p>', '', '', '', 'N', '', 'Y'),
(2006, 'pt', 'Trigo Khorasan (Triticum Turgidum subsp. Turanicum)', '<p>Trigo Khorasan (Triticum Turgidum subsp. Turanicum)</p>', '', '', '', 'N', '', 'Y'),
(2007, 'en', 'Trigo polonês (Triticum Polonicum)', '<p>Trigo polonês (Triticum Polonicum)</p>', '', '', '', 'N', '', 'Y'),
(2007, 'es', 'Trigo polonês (Triticum Polonicum)', '<p>Trigo polonês (Triticum Polonicum)</p>', '', '', '', 'N', '', 'Y'),
(2007, 'pt', 'Trigo polonês (Triticum Polonicum)', '<p>Trigo polonês (Triticum Polonicum)</p>', '', '', '', 'N', '', 'Y'),
(2008, 'en', 'Trigo-sarraceno (Fagopyrum Esculentum)', '<p>Trigo-sarraceno (Fagopyrum Esculentum)</p>', '', '', '', 'N', '', 'Y'),
(2008, 'es', 'Trigo-sarraceno (Fagopyrum Esculentum)', '<p>Trigo-sarraceno (Fagopyrum Esculentum)</p>', '', '', '', 'N', '', 'Y'),
(2008, 'pt', 'Trigo-sarraceno (Fagopyrum Esculentum)', '<p>Trigo-sarraceno (Fagopyrum Esculentum)</p>', '', '', '', 'N', '', 'Y'),
(2009, 'en', 'Triticale (Triticosecale)', '<p>Triticale (Triticosecale)</p>', '', '', '', 'N', '', 'Y'),
(2009, 'es', 'Triticale (Triticosecale)', '<p>Triticale (Triticosecale)</p>', '', '', '', 'N', '', 'Y'),
(2009, 'pt', 'Triticale (Triticosecale)', '<p>Triticale (Triticosecale)</p>', '', '', '', 'N', '', 'Y'),
(2010, 'en', 'Culturas de hortaliças - Brassicaceae', '<p>Culturas de hortaliças - Brassicaceae</p>', '', '', '', 'N', '', 'Y'),
(2010, 'es', 'Culturas de hortaliças - Brassicaceae', '<p>Culturas de hortaliças - Brassicaceae</p>', '', '', '', 'N', '', 'Y'),
(2010, 'pt', 'Culturas de hortaliças - Brassicaceae', '<p>Culturas de hortaliças - Brassicaceae</p>', '', '', '', 'N', '', 'Y'),
(2011, 'en', 'Agrião (Nasturtium Officinale)', '<p>Agrião (Nasturtium Officinale)</p>', '', '', '', 'N', '', 'Y'),
(2011, 'es', 'Agrião (Nasturtium Officinale)', '<p>Agrião (Nasturtium Officinale)</p>', '', '', '', 'N', '', 'Y'),
(2011, 'pt', 'Agrião (Nasturtium Officinale)', '<p>Agrião (Nasturtium Officinale)</p>', '', '', '', 'N', '', 'Y'),
(2012, 'en', 'Agrião-de-jardim (Lepidium Sativum)', '<p>Agrião-de-jardim (Lepidium Sativum)</p>', '', '', '', 'N', '', 'Y'),
(2012, 'es', 'Agrião-de-jardim (Lepidium Sativum)', '<p>Agrião-de-jardim (Lepidium Sativum)</p>', '', '', '', 'N', '', 'Y'),
(2012, 'pt', 'Agrião-de-jardim (Lepidium Sativum)', '<p>Agrião-de-jardim (Lepidium Sativum)</p>', '', '', '', 'N', '', 'Y'),
(2013, 'en', 'Choy Sum (Brassica Chinensis var. Parachinensis)', '<p>Choy Sum (Brassica Chinensis var. Parachinensis)</p>', '', '', '', 'N', '', 'Y'),
(2013, 'es', 'Choy Sum (Brassica Chinensis var. Parachinensis)', '<p>Choy Sum (Brassica Chinensis var. Parachinensis)</p>', '', '', '', 'N', '', 'Y'),
(2013, 'pt', 'Choy Sum (Brassica Chinensis var. Parachinensis)', '<p>Choy Sum (Brassica Chinensis var. Parachinensis)</p>', '', '', '', 'N', '', 'Y'),
(2014, 'en', 'Couve-china (Brassica Pekinensis)', '<p>Couve-china (Brassica Pekinensis)</p>', '', '', '', 'N', '', 'Y'),
(2014, 'es', 'Couve-china (Brassica Pekinensis)', '<p>Couve-china (Brassica Pekinensis)</p>', '', '', '', 'N', '', 'Y'),
(2014, 'pt', 'Couve-china (Brassica Pekinensis)', '<p>Couve-china (Brassica Pekinensis)</p>', '', '', '', 'N', '', 'Y'),
(2015, 'en', 'Couve-galega (Brassica oleracea var. viridis)', '<p>Couve-galega (Brassica oleracea var. viridis)</p>', '', '', '', 'N', '', 'Y'),
(2015, 'es', 'Couve-galega (Brassica oleracea var. viridis)', '<p>Couve-galega (Brassica oleracea var. viridis)</p>', '', '', '', 'N', '', 'Y'),
(2015, 'pt', 'Couve-galega (Brassica oleracea var. viridis)', '<p>Couve-galega (Brassica oleracea var. viridis)</p>', '', '', '', 'N', '', 'Y'),
(2016, 'en', 'Couve-japonesa (Brassica Perviridis)', '<p>Couve-japonesa (Brassica Perviridis)</p>', '', '', '', 'N', '', 'Y'),
(2016, 'es', 'Couve-japonesa (Brassica Perviridis)', '<p>Couve-japonesa (Brassica Perviridis)</p>', '', '', '', 'N', '', 'Y'),
(2016, 'pt', 'Couve-japonesa (Brassica Perviridis)', '<p>Couve-japonesa (Brassica Perviridis)</p>', '', '', '', 'N', '', 'Y'),
(2017, 'en', 'Mibuna (Brassica Rapa Japonica)', '<p>Mibuna (Brassica Rapa Japonica)</p>', '', '', '', 'N', '', 'Y'),
(2017, 'es', 'Mibuna (Brassica Rapa Japonica)', '<p>Mibuna (Brassica Rapa Japonica)</p>', '', '', '', 'N', '', 'Y'),
(2017, 'pt', 'Mibuna (Brassica Rapa Japonica)', '<p>Mibuna (Brassica Rapa Japonica)</p>', '', '', '', 'N', '', 'Y'),
(2018, 'en', 'Mizuna / mostarda japonesa (Brassica Rapa Subsp. Nipposinica)', '<p>Mizuna / mostarda japonesa (Brassica Rapa Subsp. Nipposinica)</p>', '', '', '', 'N', '', 'Y'),
(2018, 'es', 'Mizuna / mostarda japonesa (Brassica Rapa Subsp. Nipposinica)', '<p>Mizuna / mostarda japonesa (Brassica Rapa Subsp. Nipposinica)</p>', '', '', '', 'N', '', 'Y'),
(2018, 'pt', 'Mizuna / mostarda japonesa (Brassica Rapa Subsp. Nipposinica)', '<p>Mizuna / mostarda japonesa (Brassica Rapa Subsp. Nipposinica)</p>', '', '', '', 'N', '', 'Y'),
(2019, 'en', 'Mostarda-castanha (Brassica Juncea)', '<p>Mostarda-castanha (Brassica Juncea)</p>', '', '', '', 'N', '', 'Y'),
(2019, 'es', 'Mostarda-castanha (Brassica Juncea)', '<p>Mostarda-castanha (Brassica Juncea)</p>', '', '', '', 'N', '', 'Y'),
(2019, 'pt', 'Mostarda-castanha (Brassica Juncea)', '<p>Mostarda-castanha (Brassica Juncea)</p>', '', '', '', 'N', '', 'Y'),
(2020, 'en', 'Pak-choi (Brassica Chinensis)', '<p>Pak-choi (Brassica Chinensis)</p>', '', '', '', 'N', '', 'Y'),
(2020, 'es', 'Pak-choi (Brassica Chinensis)', '<p>Pak-choi (Brassica Chinensis)</p>', '', '', '', 'N', '', 'Y'),
(2020, 'pt', 'Pak-choi (Brassica Chinensis)', '<p>Pak-choi (Brassica Chinensis)</p>', '', '', '', 'N', '', 'Y'),
(2021, 'en', 'Rúcula (Eruca Sativa)', '<p>Rúcula (Eruca Sativa)</p>', '', '', '', 'N', '', 'Y'),
(2021, 'es', 'Rúcula (Eruca Sativa)', '<p>Rúcula (Eruca Sativa)</p>', '', '', '', 'N', '', 'Y'),
(2021, 'pt', 'Rúcula (Eruca Sativa)', '<p>Rúcula (Eruca Sativa)</p>', '', '', '', 'N', '', 'Y'),
(2022, 'en', 'Tatsoi (Brassica Narinosa)', '<p>Tatsoi (Brassica Narinosa)</p>', '', '', '', 'N', '', 'Y'),
(2022, 'es', 'Tatsoi (Brassica Narinosa)', '<p>Tatsoi (Brassica Narinosa)</p>', '', '', '', 'N', '', 'Y'),
(2022, 'pt', 'Tatsoi (Brassica Narinosa)', '<p>Tatsoi (Brassica Narinosa)</p>', '', '', '', 'N', '', 'Y'),
(2023, 'en', 'Culturas de hortaliças - família da alface', '<p>Culturas de hortaliças - família da alface</p>', '', '', '', 'N', '', 'Y'),
(2023, 'es', 'Culturas de hortaliças - família da alface', '<p>Culturas de hortaliças - família da alface</p>', '', '', '', 'N', '', 'Y'),
(2023, 'pt', 'Culturas de hortaliças - família da alface', '<p>Culturas de hortaliças - família da alface</p>', '', '', '', 'N', '', 'Y'),
(2024, 'en', 'Alface Aspargo (Lactuca Sativa var. Angustana)', '<p>Alface Aspargo (Lactuca Sativa var. Angustana)</p>', '', '', '', 'N', '', 'Y'),
(2024, 'es', 'Alface Aspargo (Lactuca Sativa var. Angustana)', '<p>Alface Aspargo (Lactuca Sativa var. Angustana)</p>', '', '', '', 'N', '', 'Y'),
(2024, 'pt', 'Alface Aspargo (Lactuca Sativa var. Angustana)', '<p>Alface Aspargo (Lactuca Sativa var. Angustana)</p>', '', '', '', 'N', '', 'Y'),
(2025, 'en', 'Alface crespa (Lactuca Sativa var. Crispa)', '<p>Alface crespa (Lactuca Sativa var. Crispa)</p>', '', '', '', 'N', '', 'Y'),
(2025, 'es', 'Alface crespa (Lactuca Sativa var. Crispa)', '<p>Alface crespa (Lactuca Sativa var. Crispa)</p>', '', '', '', 'N', '', 'Y'),
(2025, 'pt', 'Alface crespa (Lactuca Sativa var. Crispa)', '<p>Alface crespa (Lactuca Sativa var. Crispa)</p>', '', '', '', 'N', '', 'Y'),
(2026, 'en', 'Alface lisa\n (Lactuca Sativa var. Capitata)', '<p>Alface lisa\n (Lactuca Sativa var. Capitata)</p>', '', '', '', 'N', '', 'Y'),
(2026, 'es', 'Alface lisa\n (Lactuca Sativa var. Capitata)', '<p>Alface lisa\n (Lactuca Sativa var. Capitata)</p>', '', '', '', 'N', '', 'Y'),
(2026, 'pt', 'Alface lisa\n (Lactuca Sativa var. Capitata)', '<p>Alface lisa\n (Lactuca Sativa var. Capitata)</p>', '', '', '', 'N', '', 'Y'),
(2027, 'en', 'Alface romana (Lactuca Sativa var. Romana)', '<p>Alface romana (Lactuca Sativa var. Romana)</p>', '', '', '', 'N', '', 'Y'),
(2027, 'es', 'Alface romana (Lactuca Sativa var. Romana)', '<p>Alface romana (Lactuca Sativa var. Romana)</p>', '', '', '', 'N', '', 'Y'),
(2027, 'pt', 'Alface romana (Lactuca Sativa var. Romana)', '<p>Alface romana (Lactuca Sativa var. Romana)</p>', '', '', '', 'N', '', 'Y'),
(2028, 'en', 'Culturas de hortaliças - Família da Chicória', '<p>Culturas de hortaliças - Família da Chicória</p>', '', '', '', 'N', '', 'Y'),
(2028, 'es', 'Culturas de hortaliças - Família da Chicória', '<p>Culturas de hortaliças - Família da Chicória</p>', '', '', '', 'N', '', 'Y'),
(2028, 'pt', 'Culturas de hortaliças - Família da Chicória', '<p>Culturas de hortaliças - Família da Chicória</p>', '', '', '', 'N', '', 'Y'),
(2029, 'en', 'Chicória \"Sugarloaf\" (Cichorium Intybus var. Foliosum)', '<p>Chicória \"Sugarloaf\" (Cichorium Intybus var. Foliosum)</p>', '', '', '', 'N', '', 'Y'),
(2029, 'es', 'Chicória \"Sugarloaf\" (Cichorium Intybus var. Foliosum)', '<p>Chicória \"Sugarloaf\" (Cichorium Intybus var. Foliosum)</p>', '', '', '', 'N', '', 'Y'),
(2029, 'pt', 'Chicória \"Sugarloaf\" (Cichorium Intybus var. Foliosum)', '<p>Chicória \"Sugarloaf\" (Cichorium Intybus var. Foliosum)</p>', '', '', '', 'N', '', 'Y'),
(2030, 'en', 'Chicória (Cichorium Intybus var. Sativum)', '<p>Chicória (Cichorium Intybus var. Sativum)</p>', '', '', '', 'N', '', 'Y'),
(2030, 'es', 'Chicória (Cichorium Intybus var. Sativum)', '<p>Chicória (Cichorium Intybus var. Sativum)</p>', '', '', '', 'N', '', 'Y'),
(2030, 'pt', 'Chicória (Cichorium Intybus var. Sativum)', '<p>Chicória (Cichorium Intybus var. Sativum)</p>', '', '', '', 'N', '', 'Y'),
(2031, 'en', 'Chicória-de-bruxelas (Cichorium Intybus var. Foliosum)', '<p>Chicória-de-bruxelas (Cichorium Intybus var. Foliosum)</p>', '', '', '', 'N', '', 'Y'),
(2031, 'es', 'Chicória-de-bruxelas (Cichorium Intybus var. Foliosum)', '<p>Chicória-de-bruxelas (Cichorium Intybus var. Foliosum)</p>', '', '', '', 'N', '', 'Y'),
(2031, 'pt', 'Chicória-de-bruxelas (Cichorium Intybus var. Foliosum)', '<p>Chicória-de-bruxelas (Cichorium Intybus var. Foliosum)</p>', '', '', '', 'N', '', 'Y'),
(2032, 'en', 'Endívia (Cichorium Endivia)', '<p>Endívia (Cichorium Endivia)</p>', '', '', '', 'N', '', 'Y'),
(2032, 'es', 'Endívia (Cichorium Endivia)', '<p>Endívia (Cichorium Endivia)</p>', '', '', '', 'N', '', 'Y'),
(2032, 'pt', 'Endívia (Cichorium Endivia)', '<p>Endívia (Cichorium Endivia)</p>', '', '', '', 'N', '', 'Y'),
(2033, 'en', 'Puntarelle (Cichorium Intybus Gr. Catalugna)', '<p>Puntarelle (Cichorium Intybus Gr. Catalugna)</p>', '', '', '', 'N', '', 'Y'),
(2033, 'es', 'Puntarelle (Cichorium Intybus Gr. Catalugna)', '<p>Puntarelle (Cichorium Intybus Gr. Catalugna)</p>', '', '', '', 'N', '', 'Y'),
(2033, 'pt', 'Puntarelle (Cichorium Intybus Gr. Catalugna)', '<p>Puntarelle (Cichorium Intybus Gr. Catalugna)</p>', '', '', '', 'N', '', 'Y'),
(2034, 'en', 'Radicchio Rosso (Cichorium Intybus var. Foliosum)', '<p>Radicchio Rosso (Cichorium Intybus var. Foliosum)</p>', '', '', '', 'N', '', 'Y'),
(2034, 'es', 'Radicchio Rosso (Cichorium Intybus var. Foliosum)', '<p>Radicchio Rosso (Cichorium Intybus var. Foliosum)</p>', '', '', '', 'N', '', 'Y'),
(2034, 'pt', 'Radicchio Rosso (Cichorium Intybus var. Foliosum)', '<p>Radicchio Rosso (Cichorium Intybus var. Foliosum)</p>', '', '', '', 'N', '', 'Y'),
(2035, 'en', 'Culturas de hortaliças - outros', '<p>Culturas de hortaliças - outros</p>', '', '', '', 'N', '', 'Y'),
(2035, 'es', 'Culturas de hortaliças - outros', '<p>Culturas de hortaliças - outros</p>', '', '', '', 'N', '', 'Y'),
(2035, 'pt', 'Culturas de hortaliças - outros', '<p>Culturas de hortaliças - outros</p>', '', '', '', 'N', '', 'Y'),
(2036, 'en', 'Alface-de-cordeiro (Valerianella Locusta)', '<p>Alface-de-cordeiro (Valerianella Locusta)</p>', '', '', '', 'N', '', 'Y'),
(2036, 'es', 'Alface-de-cordeiro (Valerianella Locusta)', '<p>Alface-de-cordeiro (Valerianella Locusta)</p>', '', '', '', 'N', '', 'Y'),
(2036, 'pt', 'Alface-de-cordeiro (Valerianella Locusta)', '<p>Alface-de-cordeiro (Valerianella Locusta)</p>', '', '', '', 'N', '', 'Y'),
(2037, 'en', 'Alho-poró (Allium Porrum)', '<p>Alho-poró (Allium Porrum)</p>', '', '', '', 'N', '', 'Y'),
(2037, 'es', 'Alho-poró (Allium Porrum)', '<p>Alho-poró (Allium Porrum)</p>', '', '', '', 'N', '', 'Y'),
(2037, 'pt', 'Alho-poró (Allium Porrum)', '<p>Alho-poró (Allium Porrum)</p>', '', '', '', 'N', '', 'Y'),
(2038, 'en', 'Azedinha (Rumex Acetosa)', '<p>Azedinha (Rumex Acetosa)</p>', '', '', '', 'N', '', 'Y'),
(2038, 'es', 'Azedinha (Rumex Acetosa)', '<p>Azedinha (Rumex Acetosa)</p>', '', '', '', 'N', '', 'Y'),
(2038, 'pt', 'Azedinha (Rumex Acetosa)', '<p>Azedinha (Rumex Acetosa)</p>', '', '', '', 'N', '', 'Y'),
(2039, 'en', 'Beldroega (Portulaca Oleracea)', '<p>Beldroega (Portulaca Oleracea)</p>', '', '', '', 'N', '', 'Y'),
(2039, 'es', 'Beldroega (Portulaca Oleracea)', '<p>Beldroega (Portulaca Oleracea)</p>', '', '', '', 'N', '', 'Y'),
(2039, 'pt', 'Beldroega (Portulaca Oleracea)', '<p>Beldroega (Portulaca Oleracea)</p>', '', '', '', 'N', '', 'Y'),
(2040, 'en', 'Chaya (Cnidoscolus Aconitifolius)', '<p>Chaya (Cnidoscolus Aconitifolius)</p>', '', '', '', 'N', '', 'Y'),
(2040, 'es', 'Chaya (Cnidoscolus Aconitifolius)', '<p>Chaya (Cnidoscolus Aconitifolius)</p>', '', '', '', 'N', '', 'Y'),
(2040, 'pt', 'Chaya (Cnidoscolus Aconitifolius)', '<p>Chaya (Cnidoscolus Aconitifolius)</p>', '', '', '', 'N', '', 'Y'),
(2041, 'en', 'Espinafre da Nova Zelândia (Tetragonia Tetragonioides)', '<p>Espinafre da Nova Zelândia (Tetragonia Tetragonioides)</p>', '', '', '', 'N', '', 'Y'),
(2041, 'es', 'Espinafre da Nova Zelândia (Tetragonia Tetragonioides)', '<p>Espinafre da Nova Zelândia (Tetragonia Tetragonioides)</p>', '', '', '', 'N', '', 'Y'),
(2041, 'pt', 'Espinafre da Nova Zelândia (Tetragonia Tetragonioides)', '<p>Espinafre da Nova Zelândia (Tetragonia Tetragonioides)</p>', '', '', '', 'N', '', 'Y'),
(2042, 'en', 'Espinafre D\'água (Ipomoea Aquatica)', '<p>Espinafre D\'água (Ipomoea Aquatica)</p>', '', '', '', 'N', '', 'Y'),
(2042, 'es', 'Espinafre D\'água (Ipomoea Aquatica)', '<p>Espinafre D\'água (Ipomoea Aquatica)</p>', '', '', '', 'N', '', 'Y'),
(2042, 'pt', 'Espinafre D\'água (Ipomoea Aquatica)', '<p>Espinafre D\'água (Ipomoea Aquatica)</p>', '', '', '', 'N', '', 'Y'),
(2043, 'en', 'Culturas de hortaliças - tipo Espinafre', '<p>Culturas de hortaliças - tipo Espinafre</p>', '', '', '', 'N', '', 'Y'),
(2043, 'es', 'Culturas de hortaliças - tipo Espinafre', '<p>Culturas de hortaliças - tipo Espinafre</p>', '', '', '', 'N', '', 'Y'),
(2043, 'pt', 'Culturas de hortaliças - tipo Espinafre', '<p>Culturas de hortaliças - tipo Espinafre</p>', '', '', '', 'N', '', 'Y'),
(2044, 'en', 'Acelga (Beta Vulgaris Subsp. Vulgaris var. Cicla)', '<p>Acelga (Beta Vulgaris Subsp. Vulgaris var. Cicla)</p>', '', '', '', 'N', '', 'Y'),
(2044, 'es', 'Acelga (Beta Vulgaris Subsp. Vulgaris var. Cicla)', '<p>Acelga (Beta Vulgaris Subsp. Vulgaris var. Cicla)</p>', '', '', '', 'N', '', 'Y'),
(2044, 'pt', 'Acelga (Beta Vulgaris Subsp. Vulgaris var. Cicla)', '<p>Acelga (Beta Vulgaris Subsp. Vulgaris var. Cicla)</p>', '', '', '', 'N', '', 'Y'),
(2045, 'en', 'Amaranto (Amaranthus)', '<p>Amaranto (Amaranthus)</p>', '', '', '', 'N', '', 'Y'),
(2045, 'es', 'Amaranto (Amaranthus)', '<p>Amaranto (Amaranthus)</p>', '', '', '', 'N', '', 'Y'),
(2045, 'pt', 'Amaranto (Amaranthus)', '<p>Amaranto (Amaranthus)</p>', '', '', '', 'N', '', 'Y'),
(2046, 'en', 'Espinafre (Spinacia Oleracea)', '<p>Espinafre (Spinacia Oleracea)</p>', '', '', '', 'N', '', 'Y'),
(2046, 'es', 'Espinafre (Spinacia Oleracea)', '<p>Espinafre (Spinacia Oleracea)</p>', '', '', '', 'N', '', 'Y'),
(2046, 'pt', 'Espinafre (Spinacia Oleracea)', '<p>Espinafre (Spinacia Oleracea)</p>', '', '', '', 'N', '', 'Y'),
(2047, 'en', 'Espinafre da Montanha (Atriplex)', '<p>Espinafre da Montanha (Atriplex)</p>', '', '', '', 'N', '', 'Y'),
(2047, 'es', 'Espinafre da Montanha (Atriplex)', '<p>Espinafre da Montanha (Atriplex)</p>', '', '', '', 'N', '', 'Y'),
(2047, 'pt', 'Espinafre da Montanha (Atriplex)', '<p>Espinafre da Montanha (Atriplex)</p>', '', '', '', 'N', '', 'Y'),
(2048, 'en', 'Culturas de sementes oleaginosas', '<p>Culturas de sementes oleaginosas</p>', '', '', '', 'N', '', 'Y'),
(2048, 'es', 'Culturas de sementes oleaginosas', '<p>Culturas de sementes oleaginosas</p>', '', '', '', 'N', '', 'Y'),
(2048, 'pt', 'Culturas de sementes oleaginosas', '<p>Culturas de sementes oleaginosas</p>', '', '', '', 'N', '', 'Y'),
(2049, 'en', 'Açafrão-bastardo (Carthamus Tinctorius)', '<p>Açafrão-bastardo (Carthamus Tinctorius)</p>', '', '', '', 'N', '', 'Y'),
(2049, 'es', 'Açafrão-bastardo (Carthamus Tinctorius)', '<p>Açafrão-bastardo (Carthamus Tinctorius)</p>', '', '', '', 'N', '', 'Y'),
(2049, 'pt', 'Açafrão-bastardo (Carthamus Tinctorius)', '<p>Açafrão-bastardo (Carthamus Tinctorius)</p>', '', '', '', 'N', '', 'Y'),
(2050, 'en', 'Babaçu (Attalea Speciosa)', '<p>Babaçu (Attalea Speciosa)</p>', '', '', '', 'N', '', 'Y'),
(2050, 'es', 'Babaçu (Attalea Speciosa)', '<p>Babaçu (Attalea Speciosa)</p>', '', '', '', 'N', '', 'Y'),
(2050, 'pt', 'Babaçu (Attalea Speciosa)', '<p>Babaçu (Attalea Speciosa)</p>', '', '', '', 'N', '', 'Y'),
(2051, 'en', 'Caiaué (Elaeis Oleifera)', '<p>Caiaué (Elaeis Oleifera)</p>', '', '', '', 'N', '', 'Y'),
(2051, 'es', 'Caiaué (Elaeis Oleifera)', '<p>Caiaué (Elaeis Oleifera)</p>', '', '', '', 'N', '', 'Y'),
(2051, 'pt', 'Caiaué (Elaeis Oleifera)', '<p>Caiaué (Elaeis Oleifera)</p>', '', '', '', 'N', '', 'Y'),
(2052, 'en', 'Canola / Colza (Brassica Napus)', '<p>Canola / Colza (Brassica Napus)</p>', '', '', '', 'N', '', 'Y'),
(2052, 'es', 'Canola / Colza (Brassica Napus)', '<p>Canola / Colza (Brassica Napus)</p>', '', '', '', 'N', '', 'Y'),
(2052, 'pt', 'Canola / Colza (Brassica Napus)', '<p>Canola / Colza (Brassica Napus)</p>', '', '', '', 'N', '', 'Y'),
(2053, 'en', 'Dendezeiro (Elaeis Guineensis)', '<p>Dendezeiro (Elaeis Guineensis)</p>', '', '', '', 'N', '', 'Y'),
(2053, 'es', 'Dendezeiro (Elaeis Guineensis)', '<p>Dendezeiro (Elaeis Guineensis)</p>', '', '', '', 'N', '', 'Y'),
(2053, 'pt', 'Dendezeiro (Elaeis Guineensis)', '<p>Dendezeiro (Elaeis Guineensis)</p>', '', '', '', 'N', '', 'Y'),
(2054, 'en', 'Gergelim (Sesamum Indicum)', '<p>Gergelim (Sesamum Indicum)</p>', '', '', '', 'N', '', 'Y'),
(2054, 'es', 'Gergelim (Sesamum Indicum)', '<p>Gergelim (Sesamum Indicum)</p>', '', '', '', 'N', '', 'Y'),
(2054, 'pt', 'Gergelim (Sesamum Indicum)', '<p>Gergelim (Sesamum Indicum)</p>', '', '', '', 'N', '', 'Y'),
(2055, 'en', 'Girassol (Helianthus Annuus)', '<p>Girassol (Helianthus Annuus)</p>', '', '', '', 'N', '', 'Y'),
(2055, 'es', 'Girassol (Helianthus Annuus)', '<p>Girassol (Helianthus Annuus)</p>', '', '', '', 'N', '', 'Y'),
(2055, 'pt', 'Girassol (Helianthus Annuus)', '<p>Girassol (Helianthus Annuus)</p>', '', '', '', 'N', '', 'Y'),
(2056, 'en', 'Linho (Linum Usitatissimum)', '<p>Linho (Linum Usitatissimum)</p>', '', '', '', 'N', '', 'Y'),
(2056, 'es', 'Linho (Linum Usitatissimum)', '<p>Linho (Linum Usitatissimum)</p>', '', '', '', 'N', '', 'Y'),
(2056, 'pt', 'Linho (Linum Usitatissimum)', '<p>Linho (Linum Usitatissimum)</p>', '', '', '', 'N', '', 'Y'),
(2057, 'en', 'Oliveira (Olea Europea)', '<p>Oliveira (Olea Europea)</p>', '', '', '', 'N', '', 'Y'),
(2057, 'es', 'Oliveira (Olea Europea)', '<p>Oliveira (Olea Europea)</p>', '', '', '', 'N', '', 'Y'),
(2057, 'pt', 'Oliveira (Olea Europea)', '<p>Oliveira (Olea Europea)</p>', '', '', '', 'N', '', 'Y'),
(2058, 'en', 'Soja (Glycine Max)', '<p>Soja (Glycine Max)</p>', '', '', '', 'N', '', 'Y'),
(2058, 'es', 'Soja (Glycine Max)', '<p>Soja (Glycine Max)</p>', '', '', '', 'N', '', 'Y'),
(2058, 'pt', 'Soja (Glycine Max)', '<p>Soja (Glycine Max)</p>', '', '', '', 'N', '', 'Y'),
(2059, 'en', 'Culturas para bebidas', '<p>Culturas para bebidas</p>', '', '', '', 'N', '', 'Y'),
(2059, 'es', 'Culturas para bebidas', '<p>Culturas para bebidas</p>', '', '', '', 'N', '', 'Y'),
(2059, 'pt', 'Culturas para bebidas', '<p>Culturas para bebidas</p>', '', '', '', 'N', '', 'Y'),
(2060, 'en', 'Cafeeiros (Coffea)', '<p>Cafeeiros (Coffea)</p>', '', '', '', 'N', '', 'Y'),
(2060, 'es', 'Cafeeiros (Coffea)', '<p>Cafeeiros (Coffea)</p>', '', '', '', 'N', '', 'Y'),
(2060, 'pt', 'Cafeeiros (Coffea)', '<p>Cafeeiros (Coffea)</p>', '', '', '', 'N', '', 'Y'),
(2061, 'en', 'Camélias (Camellia sinensis)', '<p>Camélias (Camellia sinensis)</p>', '', '', '', 'N', '', 'Y'),
(2061, 'es', 'Camélias (Camellia sinensis)', '<p>Camélias (Camellia sinensis)</p>', '', '', '', 'N', '', 'Y'),
(2061, 'pt', 'Camélias (Camellia sinensis)', '<p>Camélias (Camellia sinensis)</p>', '', '', '', 'N', '', 'Y'),
(2062, 'en', 'Centáureas (Centaurea)', '<p>Centáureas (Centaurea)</p>', '', '', '', 'N', '', 'Y'),
(2062, 'es', 'Centáureas (Centaurea)', '<p>Centáureas (Centaurea)</p>', '', '', '', 'N', '', 'Y'),
(2062, 'pt', 'Centáureas (Centaurea)', '<p>Centáureas (Centaurea)</p>', '', '', '', 'N', '', 'Y'),
(2063, 'en', 'Engatadeiras (Humulus lupulus)', '<p>Engatadeiras (Humulus lupulus)</p>', '', '', '', 'N', '', 'Y'),
(2063, 'es', 'Engatadeiras (Humulus lupulus)', '<p>Engatadeiras (Humulus lupulus)</p>', '', '', '', 'N', '', 'Y'),
(2063, 'pt', 'Engatadeiras (Humulus lupulus)', '<p>Engatadeiras (Humulus lupulus)</p>', '', '', '', 'N', '', 'Y'),
(2064, 'en', 'Erva-mate (Ilex paraguariensis)', '<p>Erva-mate (Ilex paraguariensis)</p>', '', '', '', 'N', '', 'Y'),
(2064, 'es', 'Erva-mate (Ilex paraguariensis)', '<p>Erva-mate (Ilex paraguariensis)</p>', '', '', '', 'N', '', 'Y'),
(2064, 'pt', 'Erva-mate (Ilex paraguariensis)', '<p>Erva-mate (Ilex paraguariensis)</p>', '', '', '', 'N', '', 'Y'),
(2065, 'en', 'Imbés (Garcinia livingstonei)', '<p>Imbés (Garcinia livingstonei)</p>', '', '', '', 'N', '', 'Y'),
(2065, 'es', 'Imbés (Garcinia livingstonei)', '<p>Imbés (Garcinia livingstonei)</p>', '', '', '', 'N', '', 'Y'),
(2065, 'pt', 'Imbés (Garcinia livingstonei)', '<p>Imbés (Garcinia livingstonei)</p>', '', '', '', 'N', '', 'Y'),
(2066, 'en', 'Kava-kava (Piper methysticum)', '<p>Kava-kava (Piper methysticum)</p>', '', '', '', 'N', '', 'Y'),
(2066, 'es', 'Kava-kava (Piper methysticum)', '<p>Kava-kava (Piper methysticum)</p>', '', '', '', 'N', '', 'Y'),
(2066, 'pt', 'Kava-kava (Piper methysticum)', '<p>Kava-kava (Piper methysticum)</p>', '', '', '', 'N', '', 'Y'),
(2067, 'en', 'Ledum (Ledum groenlandicum)', '<p>Ledum (Ledum groenlandicum)</p>', '', '', '', 'N', '', 'Y'),
(2067, 'es', 'Ledum (Ledum groenlandicum)', '<p>Ledum (Ledum groenlandicum)</p>', '', '', '', 'N', '', 'Y'),
(2067, 'pt', 'Ledum (Ledum groenlandicum)', '<p>Ledum (Ledum groenlandicum)</p>', '', '', '', 'N', '', 'Y'),
(2068, 'en', 'Palmeiras-do-chile (Jubaea)', '<p>Palmeiras-do-chile (Jubaea)</p>', '', '', '', 'N', '', 'Y'),
(2068, 'es', 'Palmeiras-do-chile (Jubaea)', '<p>Palmeiras-do-chile (Jubaea)</p>', '', '', '', 'N', '', 'Y'),
(2068, 'pt', 'Palmeiras-do-chile (Jubaea)', '<p>Palmeiras-do-chile (Jubaea)</p>', '', '', '', 'N', '', 'Y'),
(2069, 'en', 'Parreiras (Vitis vinifera)', '<p>Parreiras (Vitis vinifera)</p>', '', '', '', 'N', '', 'Y'),
(2069, 'es', 'Parreiras (Vitis vinifera)', '<p>Parreiras (Vitis vinifera)</p>', '', '', '', 'N', '', 'Y'),
(2069, 'pt', 'Parreiras (Vitis vinifera)', '<p>Parreiras (Vitis vinifera)</p>', '', '', '', 'N', '', 'Y'),
(2070, 'en', 'Pés de acácia-branca (Moringa oleifera)', '<p>Pés de acácia-branca (Moringa oleifera)</p>', '', '', '', 'N', '', 'Y'),
(2070, 'es', 'Pés de acácia-branca (Moringa oleifera)', '<p>Pés de acácia-branca (Moringa oleifera)</p>', '', '', '', 'N', '', 'Y'),
(2070, 'pt', 'Pés de acácia-branca (Moringa oleifera)', '<p>Pés de acácia-branca (Moringa oleifera)</p>', '', '', '', 'N', '', 'Y'),
(2071, 'en', 'Pés de aloe socotrina (Aloe perryi)', '<p>Pés de aloe socotrina (Aloe perryi)</p>', '', '', '', 'N', '', 'Y'),
(2071, 'es', 'Pés de aloe socotrina (Aloe perryi)', '<p>Pés de aloe socotrina (Aloe perryi)</p>', '', '', '', 'N', '', 'Y'),
(2071, 'pt', 'Pés de aloe socotrina (Aloe perryi)', '<p>Pés de aloe socotrina (Aloe perryi)</p>', '', '', '', 'N', '', 'Y'),
(2072, 'en', 'Pés de aloe vera (Aloe vera)', '<p>Pés de aloe vera (Aloe vera)</p>', '', '', '', 'N', '', 'Y'),
(2072, 'es', 'Pés de aloe vera (Aloe vera)', '<p>Pés de aloe vera (Aloe vera)</p>', '', '', '', 'N', '', 'Y'),
(2072, 'pt', 'Pés de aloe vera (Aloe vera)', '<p>Pés de aloe vera (Aloe vera)</p>', '', '', '', 'N', '', 'Y'),
(2073, 'en', 'Pés de aloe-do-cabo (Aloe ferox)', '<p>Pés de aloe-do-cabo (Aloe ferox)</p>', '', '', '', 'N', '', 'Y'),
(2073, 'es', 'Pés de aloe-do-cabo (Aloe ferox)', '<p>Pés de aloe-do-cabo (Aloe ferox)</p>', '', '', '', 'N', '', 'Y'),
(2073, 'pt', 'Pés de aloe-do-cabo (Aloe ferox)', '<p>Pés de aloe-do-cabo (Aloe ferox)</p>', '', '', '', 'N', '', 'Y'),
(2074, 'en', 'Pés de cacau (Theobroma cacao)', '<p>Pés de cacau (Theobroma cacao)</p>', '', '', '', 'N', '', 'Y'),
(2074, 'es', 'Pés de cacau (Theobroma cacao)', '<p>Pés de cacau (Theobroma cacao)</p>', '', '', '', 'N', '', 'Y'),
(2074, 'pt', 'Pés de cacau (Theobroma cacao)', '<p>Pés de cacau (Theobroma cacao)</p>', '', '', '', 'N', '', 'Y'),
(2075, 'en', 'Pés de camomila (Matricaria chamomilla)', '<p>Pés de camomila (Matricaria chamomilla)</p>', '', '', '', 'N', '', 'Y'),
(2075, 'es', 'Pés de camomila (Matricaria chamomilla)', '<p>Pés de camomila (Matricaria chamomilla)</p>', '', '', '', 'N', '', 'Y'),
(2075, 'pt', 'Pés de camomila (Matricaria chamomilla)', '<p>Pés de camomila (Matricaria chamomilla)</p>', '', '', '', 'N', '', 'Y'),
(2076, 'en', 'Pés de erva-campeira (Inula helenium)', '<p>Pés de erva-campeira (Inula helenium)</p>', '', '', '', 'N', '', 'Y'),
(2076, 'es', 'Pés de erva-campeira (Inula helenium)', '<p>Pés de erva-campeira (Inula helenium)</p>', '', '', '', 'N', '', 'Y'),
(2076, 'pt', 'Pés de erva-campeira (Inula helenium)', '<p>Pés de erva-campeira (Inula helenium)</p>', '', '', '', 'N', '', 'Y'),
(2077, 'en', 'Pés de gelugor (Garcinia atroviridis)', '<p>Pés de gelugor (Garcinia atroviridis)</p>', '', '', '', 'N', '', 'Y'),
(2077, 'es', 'Pés de gelugor (Garcinia atroviridis)', '<p>Pés de gelugor (Garcinia atroviridis)</p>', '', '', '', 'N', '', 'Y'),
(2077, 'pt', 'Pés de gelugor (Garcinia atroviridis)', '<p>Pés de gelugor (Garcinia atroviridis)</p>', '', '', '', 'N', '', 'Y'),
(2078, 'en', 'Pés de guaraná (Paullinia cupana)', '<p>Pés de guaraná (Paullinia cupana)</p>', '', '', '', 'N', '', 'Y'),
(2078, 'es', 'Pés de guaraná (Paullinia cupana)', '<p>Pés de guaraná (Paullinia cupana)</p>', '', '', '', 'N', '', 'Y'),
(2078, 'pt', 'Pés de guaraná (Paullinia cupana)', '<p>Pés de guaraná (Paullinia cupana)</p>', '', '', '', 'N', '', 'Y'),
(2079, 'en', 'Pés de jasmim (Jasminum officinale)', '<p>Pés de jasmim (Jasminum officinale)</p>', '', '', '', 'N', '', 'Y'),
(2079, 'es', 'Pés de jasmim (Jasminum officinale)', '<p>Pés de jasmim (Jasminum officinale)</p>', '', '', '', 'N', '', 'Y'),
(2079, 'pt', 'Pés de jasmim (Jasminum officinale)', '<p>Pés de jasmim (Jasminum officinale)</p>', '', '', '', 'N', '', 'Y'),
(2080, 'en', 'Pés de melaleuca (Leptospermum)', '<p>Pés de melaleuca (Leptospermum)</p>', '', '', '', 'N', '', 'Y'),
(2080, 'es', 'Pés de melaleuca (Leptospermum)', '<p>Pés de melaleuca (Leptospermum)</p>', '', '', '', 'N', '', 'Y'),
(2080, 'pt', 'Pés de melaleuca (Leptospermum)', '<p>Pés de melaleuca (Leptospermum)</p>', '', '', '', 'N', '', 'Y'),
(2081, 'en', 'Pés de tília (Tilia)', '<p>Pés de tília (Tilia)</p>', '', '', '', 'N', '', 'Y'),
(2081, 'es', 'Pés de tília (Tilia)', '<p>Pés de tília (Tilia)</p>', '', '', '', 'N', '', 'Y'),
(2081, 'pt', 'Pés de tília (Tilia)', '<p>Pés de tília (Tilia)</p>', '', '', '', 'N', '', 'Y'),
(2082, 'en', 'Quina (Cinchona)', '<p>Quina (Cinchona)</p>', '', '', '', 'N', '', 'Y'),
(2082, 'es', 'Quina (Cinchona)', '<p>Quina (Cinchona)</p>', '', '', '', 'N', '', 'Y'),
(2082, 'pt', 'Quina (Cinchona)', '<p>Quina (Cinchona)</p>', '', '', '', 'N', '', 'Y'),
(2083, 'en', 'Rooibos (Aspalathus linearis)', '<p>Rooibos (Aspalathus linearis)</p>', '', '', '', 'N', '', 'Y'),
(2083, 'es', 'Rooibos (Aspalathus linearis)', '<p>Rooibos (Aspalathus linearis)</p>', '', '', '', 'N', '', 'Y'),
(2083, 'pt', 'Rooibos (Aspalathus linearis)', '<p>Rooibos (Aspalathus linearis)</p>', '', '', '', 'N', '', 'Y'),
(2084, 'en', 'Roseiras (Rosa)', '<p>Roseiras (Rosa)</p>', '', '', '', 'N', '', 'Y'),
(2084, 'es', 'Roseiras (Rosa)', '<p>Roseiras (Rosa)</p>', '', '', '', 'N', '', 'Y'),
(2084, 'pt', 'Roseiras (Rosa)', '<p>Roseiras (Rosa)</p>', '', '', '', 'N', '', 'Y'),
(2085, 'en', 'Roselas (Hibiscus sabdariffa)', '<p>Roselas (Hibiscus sabdariffa)</p>', '', '', '', 'N', '', 'Y'),
(2085, 'es', 'Roselas (Hibiscus sabdariffa)', '<p>Roselas (Hibiscus sabdariffa)</p>', '', '', '', 'N', '', 'Y'),
(2085, 'pt', 'Roselas (Hibiscus sabdariffa)', '<p>Roselas (Hibiscus sabdariffa)</p>', '', '', '', 'N', '', 'Y'),
(2086, 'en', 'Senes (Senna alexandrina)', '<p>Senes (Senna alexandrina)</p>', '', '', '', 'N', '', 'Y'),
(2086, 'es', 'Senes (Senna alexandrina)', '<p>Senes (Senna alexandrina)</p>', '', '', '', 'N', '', 'Y'),
(2086, 'pt', 'Senes (Senna alexandrina)', '<p>Senes (Senna alexandrina)</p>', '', '', '', 'N', '', 'Y'),
(2087, 'en', 'Violetas (Viola)', '<p>Violetas (Viola)</p>', '', '', '', 'N', '', 'Y'),
(2087, 'es', 'Violetas (Viola)', '<p>Violetas (Viola)</p>', '', '', '', 'N', '', 'Y'),
(2087, 'pt', 'Violetas (Viola)', '<p>Violetas (Viola)</p>', '', '', '', 'N', '', 'Y'),
(2088, 'en', 'Culturas para Produção da Fruta Banana', '<p>Culturas para Produção da Fruta Banana</p>', '', '', '', 'N', '', 'Y'),
(2088, 'es', 'Culturas para Produção da Fruta Banana', '<p>Culturas para Produção da Fruta Banana</p>', '', '', '', 'N', '', 'Y'),
(2088, 'pt', 'Culturas para Produção da Fruta Banana', '<p>Culturas para Produção da Fruta Banana</p>', '', '', '', 'N', '', 'Y'),
(2089, 'en', 'Arbustos de Babybanana (Musa acuminata - AA)', '<p>Arbustos de Babybanana (Musa acuminata - AA)</p>', '', '', '', 'N', '', 'Y'),
(2089, 'es', 'Arbustos de Babybanana (Musa acuminata - AA)', '<p>Arbustos de Babybanana (Musa acuminata - AA)</p>', '', '', '', 'N', '', 'Y'),
(2089, 'pt', 'Arbustos de Babybanana (Musa acuminata - AA)', '<p>Arbustos de Babybanana (Musa acuminata - AA)</p>', '', '', '', 'N', '', 'Y'),
(2090, 'en', 'Arbustos de banana Cavendish (Musa acuminata - AAA)', '<p>Arbustos de banana Cavendish (Musa acuminata - AAA)</p>', '', '', '', 'N', '', 'Y'),
(2090, 'es', 'Arbustos de banana Cavendish (Musa acuminata - AAA)', '<p>Arbustos de banana Cavendish (Musa acuminata - AAA)</p>', '', '', '', 'N', '', 'Y'),
(2090, 'pt', 'Arbustos de banana Cavendish (Musa acuminata - AAA)', '<p>Arbustos de banana Cavendish (Musa acuminata - AAA)</p>', '', '', '', 'N', '', 'Y'),
(2091, 'en', 'Arbustos de banana Dacca vermelha (Musa acuminata - AAA var. Rubra)', '<p>Arbustos de banana Dacca vermelha (Musa acuminata - AAA var. Rubra)</p>', '', '', '', 'N', '', 'Y'),
(2091, 'es', 'Arbustos de banana Dacca vermelha (Musa acuminata - AAA var. Rubra)', '<p>Arbustos de banana Dacca vermelha (Musa acuminata - AAA var. Rubra)</p>', '', '', '', 'N', '', 'Y'),
(2091, 'pt', 'Arbustos de banana Dacca vermelha (Musa acuminata - AAA var. Rubra)', '<p>Arbustos de banana Dacca vermelha (Musa acuminata - AAA var. Rubra)</p>', '', '', '', 'N', '', 'Y'),
(2092, 'en', 'Arbustos de banana de Lakatan (Musa acuminata × ME. Balbisiana - AA Group- Lakatan)', '<p>Arbustos de banana de Lakatan (Musa acuminata × ME. Balbisiana - AA Group- Lakatan)</p>', '', '', '', 'N', '', 'Y'),
(2092, 'es', 'Arbustos de banana de Lakatan (Musa acuminata × ME. Balbisiana - AA Group- Lakatan)', '<p>Arbustos de banana de Lakatan (Musa acuminata × ME. Balbisiana - AA Group- Lakatan)</p>', '', '', '', 'N', '', 'Y'),
(2092, 'pt', 'Arbustos de banana de Lakatan (Musa acuminata × ME. Balbisiana - AA Group- Lakatan)', '<p>Arbustos de banana de Lakatan (Musa acuminata × ME. Balbisiana - AA Group- Lakatan)</p>', '', '', '', 'N', '', 'Y'),
(2093, 'en', 'Arbustos de bananeira (Musa x paradisiaca - AAB)', '<p>Arbustos de bananeira (Musa x paradisiaca - AAB)</p>', '', '', '', 'N', '', 'Y'),
(2093, 'es', 'Arbustos de bananeira (Musa x paradisiaca - AAB)', '<p>Arbustos de bananeira (Musa x paradisiaca - AAB)</p>', '', '', '', 'N', '', 'Y'),
(2093, 'pt', 'Arbustos de bananeira (Musa x paradisiaca - AAB)', '<p>Arbustos de bananeira (Musa x paradisiaca - AAB)</p>', '', '', '', 'N', '', 'Y'),
(2094, 'en', 'Bananeira da neve (Ensete glaucum)', '<p>Bananeira da neve (Ensete glaucum)</p>', '', '', '', 'N', '', 'Y'),
(2094, 'es', 'Bananeira da neve (Ensete glaucum)', '<p>Bananeira da neve (Ensete glaucum)</p>', '', '', '', 'N', '', 'Y'),
(2094, 'pt', 'Bananeira da neve (Ensete glaucum)', '<p>Bananeira da neve (Ensete glaucum)</p>', '', '', '', 'N', '', 'Y'),
(2095, 'en', 'Bananeiras abissínio (Ensete ventricosum)', '<p>Bananeiras abissínio (Ensete ventricosum)</p>', '', '', '', 'N', '', 'Y'),
(2095, 'es', 'Bananeiras abissínio (Ensete ventricosum)', '<p>Bananeiras abissínio (Ensete ventricosum)</p>', '', '', '', 'N', '', 'Y'),
(2095, 'pt', 'Bananeiras abissínio (Ensete ventricosum)', '<p>Bananeiras abissínio (Ensete ventricosum)</p>', '', '', '', 'N', '', 'Y'),
(2096, 'en', 'Latundan (ou maçã) arbustos de banana (Musa acuminata × M. balbisiana (AAB Group) Silk)', '<p>Latundan (ou maçã) arbustos de banana (Musa acuminata × M. balbisiana (AAB Group) Silk)</p>', '', '', '', 'N', '', 'Y'),
(2096, 'es', 'Latundan (ou maçã) arbustos de banana (Musa acuminata × M. balbisiana (AAB Group) Silk)', '<p>Latundan (ou maçã) arbustos de banana (Musa acuminata × M. balbisiana (AAB Group) Silk)</p>', '', '', '', 'N', '', 'Y'),
(2096, 'pt', 'Latundan (ou maçã) arbustos de banana (Musa acuminata × M. balbisiana (AAB Group) Silk)', '<p>Latundan (ou maçã) arbustos de banana (Musa acuminata × M. balbisiana (AAB Group) Silk)</p>', '', '', '', 'N', '', 'Y'),
(2097, 'en', 'Culturas para produção de amendoim comestível', '<p>Culturas para produção de amendoim comestível</p>', '', '', '', 'N', '', 'Y'),
(2097, 'es', 'Culturas para produção de amendoim comestível', '<p>Culturas para produção de amendoim comestível</p>', '', '', '', 'N', '', 'Y'),
(2097, 'pt', 'Culturas para produção de amendoim comestível', '<p>Culturas para produção de amendoim comestível</p>', '', '', '', 'N', '', 'Y'),
(2098, 'en', 'Pés de amendoim (Arachis hypogaea)', '<p>Pés de amendoim (Arachis hypogaea)</p>', '', '', '', 'N', '', 'Y'),
(2098, 'es', 'Pés de amendoim (Arachis hypogaea)', '<p>Pés de amendoim (Arachis hypogaea)</p>', '', '', '', 'N', '', 'Y'),
(2098, 'pt', 'Pés de amendoim (Arachis hypogaea)', '<p>Pés de amendoim (Arachis hypogaea)</p>', '', '', '', 'N', '', 'Y'),
(2099, 'en', 'Pés de amendoim americano (Apios americana)', '<p>Pés de amendoim americano (Apios americana)</p>', '', '', '', 'N', '', 'Y'),
(2099, 'es', 'Pés de amendoim americano (Apios americana)', '<p>Pés de amendoim americano (Apios americana)</p>', '', '', '', 'N', '', 'Y'),
(2099, 'pt', 'Pés de amendoim americano (Apios americana)', '<p>Pés de amendoim americano (Apios americana)</p>', '', '', '', 'N', '', 'Y'),
(2100, 'en', 'Pés de amendoim hausa (Macrotyloma geocarpum)', '<p>Pés de amendoim hausa (Macrotyloma geocarpum)</p>', '', '', '', 'N', '', 'Y'),
(2100, 'es', 'Pés de amendoim hausa (Macrotyloma geocarpum)', '<p>Pés de amendoim hausa (Macrotyloma geocarpum)</p>', '', '', '', 'N', '', 'Y'),
(2100, 'pt', 'Pés de amendoim hausa (Macrotyloma geocarpum)', '<p>Pés de amendoim hausa (Macrotyloma geocarpum)</p>', '', '', '', 'N', '', 'Y'),
(2101, 'en', 'Pés de feijão-bambara (Vigna subterranea)', '<p>Pés de feijão-bambara (Vigna subterranea)</p>', '', '', '', 'N', '', 'Y'),
(2101, 'es', 'Pés de feijão-bambara (Vigna subterranea)', '<p>Pés de feijão-bambara (Vigna subterranea)</p>', '', '', '', 'N', '', 'Y'),
(2101, 'pt', 'Pés de feijão-bambara (Vigna subterranea)', '<p>Pés de feijão-bambara (Vigna subterranea)</p>', '', '', '', 'N', '', 'Y'),
(2102, 'en', 'Culturas para produção de bagas e pequenos frutos', '<p>Culturas para produção de bagas e pequenos frutos</p>', '', '', '', 'N', '', 'Y'),
(2102, 'es', 'Culturas para produção de bagas e pequenos frutos', '<p>Culturas para produção de bagas e pequenos frutos</p>', '', '', '', 'N', '', 'Y'),
(2102, 'pt', 'Culturas para produção de bagas e pequenos frutos', '<p>Culturas para produção de bagas e pequenos frutos</p>', '', '', '', 'N', '', 'Y'),
(2103, 'en', 'Amora-branca-silvestre (Rubus Chamaemorus)', '<p>Amora-branca-silvestre (Rubus Chamaemorus)</p>', '', '', '', 'N', '', 'Y'),
(2103, 'es', 'Amora-branca-silvestre (Rubus Chamaemorus)', '<p>Amora-branca-silvestre (Rubus Chamaemorus)</p>', '', '', '', 'N', '', 'Y'),
(2103, 'pt', 'Amora-branca-silvestre (Rubus Chamaemorus)', '<p>Amora-branca-silvestre (Rubus Chamaemorus)</p>', '', '', '', 'N', '', 'Y'),
(2104, 'en', 'Cassis (Ribes Nigrum)', '<p>Cassis (Ribes Nigrum)</p>', '', '', '', 'N', '', 'Y'),
(2104, 'es', 'Cassis (Ribes Nigrum)', '<p>Cassis (Ribes Nigrum)</p>', '', '', '', 'N', '', 'Y'),
(2104, 'pt', 'Cassis (Ribes Nigrum)', '<p>Cassis (Ribes Nigrum)</p>', '', '', '', 'N', '', 'Y'),
(2105, 'en', 'Framboesa /Wineberry (Rubus Phoenicolasius)', '<p>Framboesa /Wineberry (Rubus Phoenicolasius)</p>', '', '', '', 'N', '', 'Y'),
(2105, 'es', 'Framboesa /Wineberry (Rubus Phoenicolasius)', '<p>Framboesa /Wineberry (Rubus Phoenicolasius)</p>', '', '', '', 'N', '', 'Y'),
(2105, 'pt', 'Framboesa /Wineberry (Rubus Phoenicolasius)', '<p>Framboesa /Wineberry (Rubus Phoenicolasius)</p>', '', '', '', 'N', '', 'Y'),
(2106, 'en', 'Groselha americana (Ribes Hirtellum)', '<p>Groselha americana (Ribes Hirtellum)</p>', '', '', '', 'N', '', 'Y'),
(2106, 'es', 'Groselha americana (Ribes Hirtellum)', '<p>Groselha americana (Ribes Hirtellum)</p>', '', '', '', 'N', '', 'Y'),
(2106, 'pt', 'Groselha americana (Ribes Hirtellum)', '<p>Groselha americana (Ribes Hirtellum)</p>', '', '', '', 'N', '', 'Y'),
(2107, 'en', 'Groselheira (Ribes Uva-Crispa)', '<p>Groselheira (Ribes Uva-Crispa)</p>', '', '', '', 'N', '', 'Y'),
(2107, 'es', 'Groselheira (Ribes Uva-Crispa)', '<p>Groselheira (Ribes Uva-Crispa)</p>', '', '', '', 'N', '', 'Y'),
(2107, 'pt', 'Groselheira (Ribes Uva-Crispa)', '<p>Groselheira (Ribes Uva-Crispa)</p>', '', '', '', 'N', '', 'Y'),
(2108, 'en', 'Groselheira-vermelha (Ribes Rubrum)', '<p>Groselheira-vermelha (Ribes Rubrum)</p>', '', '', '', 'N', '', 'Y'),
(2108, 'es', 'Groselheira-vermelha (Ribes Rubrum)', '<p>Groselheira-vermelha (Ribes Rubrum)</p>', '', '', '', 'N', '', 'Y'),
(2108, 'pt', 'Groselheira-vermelha (Ribes Rubrum)', '<p>Groselheira-vermelha (Ribes Rubrum)</p>', '', '', '', 'N', '', 'Y'),
(2109, 'en', 'Jostaberry (Ribes X Nidigrolaria)', '<p>Jostaberry (Ribes X Nidigrolaria)</p>', '', '', '', 'N', '', 'Y'),
(2109, 'es', 'Jostaberry (Ribes X Nidigrolaria)', '<p>Jostaberry (Ribes X Nidigrolaria)</p>', '', '', '', 'N', '', 'Y'),
(2109, 'pt', 'Jostaberry (Ribes X Nidigrolaria)', '<p>Jostaberry (Ribes X Nidigrolaria)</p>', '', '', '', 'N', '', 'Y'),
(2110, 'en', 'Juneberry (Amelanchier)', '<p>Juneberry (Amelanchier)</p>', '', '', '', 'N', '', 'Y'),
(2110, 'es', 'Juneberry (Amelanchier)', '<p>Juneberry (Amelanchier)</p>', '', '', '', 'N', '', 'Y'),
(2110, 'pt', 'Juneberry (Amelanchier)', '<p>Juneberry (Amelanchier)</p>', '', '', '', 'N', '', 'Y'),
(2111, 'en', 'Madronas (Arbutus menziesii)', '<p>Madronas (Arbutus menziesii)</p>', '', '', '', 'N', '', 'Y'),
(2111, 'es', 'Madronas (Arbutus menziesii)', '<p>Madronas (Arbutus menziesii)</p>', '', '', '', 'N', '', 'Y'),
(2111, 'pt', 'Madronas (Arbutus menziesii)', '<p>Madronas (Arbutus menziesii)</p>', '', '', '', 'N', '', 'Y'),
(2112, 'en', 'Pé de sorva (Sorbus domestica)', '<p>Pé de sorva (Sorbus domestica)</p>', '', '', '', 'N', '', 'Y'),
(2112, 'es', 'Pé de sorva (Sorbus domestica)', '<p>Pé de sorva (Sorbus domestica)</p>', '', '', '', 'N', '', 'Y'),
(2112, 'pt', 'Pé de sorva (Sorbus domestica)', '<p>Pé de sorva (Sorbus domestica)</p>', '', '', '', 'N', '', 'Y'),
(2113, 'en', 'Pés de acerola (Malpighia emarginata)', '<p>Pés de acerola (Malpighia emarginata)</p>', '', '', '', 'N', '', 'Y'),
(2113, 'es', 'Pés de acerola (Malpighia emarginata)', '<p>Pés de acerola (Malpighia emarginata)</p>', '', '', '', 'N', '', 'Y'),
(2113, 'pt', 'Pés de acerola (Malpighia emarginata)', '<p>Pés de acerola (Malpighia emarginata)</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(2114, 'en', 'Pés de amora pacífica (Rubus ursinus)', '<p>Pés de amora pacífica (Rubus ursinus)</p>', '', '', '', 'N', '', 'Y'),
(2114, 'es', 'Pés de amora pacífica (Rubus ursinus)', '<p>Pés de amora pacífica (Rubus ursinus)</p>', '', '', '', 'N', '', 'Y'),
(2114, 'pt', 'Pés de amora pacífica (Rubus ursinus)', '<p>Pés de amora pacífica (Rubus ursinus)</p>', '', '', '', 'N', '', 'Y'),
(2115, 'en', 'Pés de amora preta (Rubus fruticosus)', '<p>Pés de amora preta (Rubus fruticosus)</p>', '', '', '', 'N', '', 'Y'),
(2115, 'es', 'Pés de amora preta (Rubus fruticosus)', '<p>Pés de amora preta (Rubus fruticosus)</p>', '', '', '', 'N', '', 'Y'),
(2115, 'pt', 'Pés de amora preta (Rubus fruticosus)', '<p>Pés de amora preta (Rubus fruticosus)</p>', '', '', '', 'N', '', 'Y'),
(2116, 'en', 'Pés de amoras silvestres (Vaccinium vitis-idaea)', '<p>Pés de amoras silvestres (Vaccinium vitis-idaea)</p>', '', '', '', 'N', '', 'Y'),
(2116, 'es', 'Pés de amoras silvestres (Vaccinium vitis-idaea)', '<p>Pés de amoras silvestres (Vaccinium vitis-idaea)</p>', '', '', '', 'N', '', 'Y'),
(2116, 'pt', 'Pés de amoras silvestres (Vaccinium vitis-idaea)', '<p>Pés de amoras silvestres (Vaccinium vitis-idaea)</p>', '', '', '', 'N', '', 'Y'),
(2117, 'en', 'Pés de arônia (Aronia)', '<p>Pés de arônia (Aronia)</p>', '', '', '', 'N', '', 'Y'),
(2117, 'es', 'Pés de arônia (Aronia)', '<p>Pés de arônia (Aronia)</p>', '', '', '', 'N', '', 'Y'),
(2117, 'pt', 'Pés de arônia (Aronia)', '<p>Pés de arônia (Aronia)</p>', '', '', '', 'N', '', 'Y'),
(2118, 'en', 'Pés de baga de magnólia (Schisandra chinensis)', '<p>Pés de baga de magnólia (Schisandra chinensis)</p>', '', '', '', 'N', '', 'Y'),
(2118, 'es', 'Pés de baga de magnólia (Schisandra chinensis)', '<p>Pés de baga de magnólia (Schisandra chinensis)</p>', '', '', '', 'N', '', 'Y'),
(2118, 'pt', 'Pés de baga de magnólia (Schisandra chinensis)', '<p>Pés de baga de magnólia (Schisandra chinensis)</p>', '', '', '', 'N', '', 'Y'),
(2119, 'en', 'Pés de baga de sabugueiro (Sambucus)', '<p>Pés de baga de sabugueiro (Sambucus)</p>', '', '', '', 'N', '', 'Y'),
(2119, 'es', 'Pés de baga de sabugueiro (Sambucus)', '<p>Pés de baga de sabugueiro (Sambucus)</p>', '', '', '', 'N', '', 'Y'),
(2119, 'pt', 'Pés de baga de sabugueiro (Sambucus)', '<p>Pés de baga de sabugueiro (Sambucus)</p>', '', '', '', 'N', '', 'Y'),
(2120, 'en', 'Pés de cranberry (Vaccinium oxycoccos)', '<p>Pés de cranberry (Vaccinium oxycoccos)</p>', '', '', '', 'N', '', 'Y'),
(2120, 'es', 'Pés de cranberry (Vaccinium oxycoccos)', '<p>Pés de cranberry (Vaccinium oxycoccos)</p>', '', '', '', 'N', '', 'Y'),
(2120, 'pt', 'Pés de cranberry (Vaccinium oxycoccos)', '<p>Pés de cranberry (Vaccinium oxycoccos)</p>', '', '', '', 'N', '', 'Y'),
(2121, 'en', 'Pés de cranberry americano (Vaccinium macrocarpon)', '<p>Pés de cranberry americano (Vaccinium macrocarpon)</p>', '', '', '', 'N', '', 'Y'),
(2121, 'es', 'Pés de cranberry americano (Vaccinium macrocarpon)', '<p>Pés de cranberry americano (Vaccinium macrocarpon)</p>', '', '', '', 'N', '', 'Y'),
(2121, 'pt', 'Pés de cranberry americano (Vaccinium macrocarpon)', '<p>Pés de cranberry americano (Vaccinium macrocarpon)</p>', '', '', '', 'N', '', 'Y'),
(2122, 'en', 'Pés de crataegos (Crataegus)', '<p>Pés de crataegos (Crataegus)</p>', '', '', '', 'N', '', 'Y'),
(2122, 'es', 'Pés de crataegos (Crataegus)', '<p>Pés de crataegos (Crataegus)</p>', '', '', '', 'N', '', 'Y'),
(2122, 'pt', 'Pés de crataegos (Crataegus)', '<p>Pés de crataegos (Crataegus)</p>', '', '', '', 'N', '', 'Y'),
(2123, 'en', 'Pés de crowberry/blackberry (Empetrum nigrum)', '<p>Pés de crowberry/blackberry (Empetrum nigrum)</p>', '', '', '', 'N', '', 'Y'),
(2123, 'es', 'Pés de crowberry/blackberry (Empetrum nigrum)', '<p>Pés de crowberry/blackberry (Empetrum nigrum)</p>', '', '', '', 'N', '', 'Y'),
(2123, 'pt', 'Pés de crowberry/blackberry (Empetrum nigrum)', '<p>Pés de crowberry/blackberry (Empetrum nigrum)</p>', '', '', '', 'N', '', 'Y'),
(2124, 'en', 'Pés de dewberry (Rubus flagellaris)', '<p>Pés de dewberry (Rubus flagellaris)</p>', '', '', '', 'N', '', 'Y'),
(2124, 'es', 'Pés de dewberry (Rubus flagellaris)', '<p>Pés de dewberry (Rubus flagellaris)</p>', '', '', '', 'N', '', 'Y'),
(2124, 'pt', 'Pés de dewberry (Rubus flagellaris)', '<p>Pés de dewberry (Rubus flagellaris)</p>', '', '', '', 'N', '', 'Y'),
(2125, 'en', 'Pés de framboesa (Rubus idaeus)', '<p>Pés de framboesa (Rubus idaeus)</p>', '', '', '', 'N', '', 'Y'),
(2125, 'es', 'Pés de framboesa (Rubus idaeus)', '<p>Pés de framboesa (Rubus idaeus)</p>', '', '', '', 'N', '', 'Y'),
(2125, 'pt', 'Pés de framboesa (Rubus idaeus)', '<p>Pés de framboesa (Rubus idaeus)</p>', '', '', '', 'N', '', 'Y'),
(2126, 'en', 'Pés de groselha dourada (Ribes aureum)', '<p>Pés de groselha dourada (Ribes aureum)</p>', '', '', '', 'N', '', 'Y'),
(2126, 'es', 'Pés de groselha dourada (Ribes aureum)', '<p>Pés de groselha dourada (Ribes aureum)</p>', '', '', '', 'N', '', 'Y'),
(2126, 'pt', 'Pés de groselha dourada (Ribes aureum)', '<p>Pés de groselha dourada (Ribes aureum)</p>', '', '', '', 'N', '', 'Y'),
(2127, 'en', 'Pés de gumi (Elaeagnus multiflora)', '<p>Pés de gumi (Elaeagnus multiflora)</p>', '', '', '', 'N', '', 'Y'),
(2127, 'es', 'Pés de gumi (Elaeagnus multiflora)', '<p>Pés de gumi (Elaeagnus multiflora)</p>', '', '', '', 'N', '', 'Y'),
(2127, 'pt', 'Pés de gumi (Elaeagnus multiflora)', '<p>Pés de gumi (Elaeagnus multiflora)</p>', '', '', '', 'N', '', 'Y'),
(2128, 'en', 'Pés de loganberry (Rubus x loganobaccus)', '<p>Pés de loganberry (Rubus x loganobaccus)</p>', '', '', '', 'N', '', 'Y'),
(2128, 'es', 'Pés de loganberry (Rubus x loganobaccus)', '<p>Pés de loganberry (Rubus x loganobaccus)</p>', '', '', '', 'N', '', 'Y'),
(2128, 'pt', 'Pés de loganberry (Rubus x loganobaccus)', '<p>Pés de loganberry (Rubus x loganobaccus)</p>', '', '', '', 'N', '', 'Y'),
(2129, 'en', 'Pés de mirtilo (Vaccinium sect. Cyanococcus)', '<p>Pés de mirtilo (Vaccinium sect. Cyanococcus)</p>', '', '', '', 'N', '', 'Y'),
(2129, 'es', 'Pés de mirtilo (Vaccinium sect. Cyanococcus)', '<p>Pés de mirtilo (Vaccinium sect. Cyanococcus)</p>', '', '', '', 'N', '', 'Y'),
(2129, 'pt', 'Pés de mirtilo (Vaccinium sect. Cyanococcus)', '<p>Pés de mirtilo (Vaccinium sect. Cyanococcus)</p>', '', '', '', 'N', '', 'Y'),
(2130, 'en', 'Pés de mirtilo azul (Vaccinium deliciosum)', '<p>Pés de mirtilo azul (Vaccinium deliciosum)</p>', '', '', '', 'N', '', 'Y'),
(2130, 'es', 'Pés de mirtilo azul (Vaccinium deliciosum)', '<p>Pés de mirtilo azul (Vaccinium deliciosum)</p>', '', '', '', 'N', '', 'Y'),
(2130, 'pt', 'Pés de mirtilo azul (Vaccinium deliciosum)', '<p>Pés de mirtilo azul (Vaccinium deliciosum)</p>', '', '', '', 'N', '', 'Y'),
(2131, 'en', 'Pés de mirtilo europeu (Vaccinium myrtillus)', '<p>Pés de mirtilo europeu (Vaccinium myrtillus)</p>', '', '', '', 'N', '', 'Y'),
(2131, 'es', 'Pés de mirtilo europeu (Vaccinium myrtillus)', '<p>Pés de mirtilo europeu (Vaccinium myrtillus)</p>', '', '', '', 'N', '', 'Y'),
(2131, 'pt', 'Pés de mirtilo europeu (Vaccinium myrtillus)', '<p>Pés de mirtilo europeu (Vaccinium myrtillus)</p>', '', '', '', 'N', '', 'Y'),
(2132, 'en', 'Pés de mirtilo preto (Vaccinium membranaceum)', '<p>Pés de mirtilo preto (Vaccinium membranaceum)</p>', '', '', '', 'N', '', 'Y'),
(2132, 'es', 'Pés de mirtilo preto (Vaccinium membranaceum)', '<p>Pés de mirtilo preto (Vaccinium membranaceum)</p>', '', '', '', 'N', '', 'Y'),
(2132, 'pt', 'Pés de mirtilo preto (Vaccinium membranaceum)', '<p>Pés de mirtilo preto (Vaccinium membranaceum)</p>', '', '', '', 'N', '', 'Y'),
(2133, 'en', 'Pés de mirtilo vermelho (Vaccinium parvifolium)', '<p>Pés de mirtilo vermelho (Vaccinium parvifolium)</p>', '', '', '', 'N', '', 'Y'),
(2133, 'es', 'Pés de mirtilo vermelho (Vaccinium parvifolium)', '<p>Pés de mirtilo vermelho (Vaccinium parvifolium)</p>', '', '', '', 'N', '', 'Y'),
(2133, 'pt', 'Pés de mirtilo vermelho (Vaccinium parvifolium)', '<p>Pés de mirtilo vermelho (Vaccinium parvifolium)</p>', '', '', '', 'N', '', 'Y'),
(2134, 'en', 'Pés de morango (Fragaria x ananassa)', '<p>Pés de morango (Fragaria x ananassa)</p>', '', '', '', 'N', '', 'Y'),
(2134, 'es', 'Pés de morango (Fragaria x ananassa)', '<p>Pés de morango (Fragaria x ananassa)</p>', '', '', '', 'N', '', 'Y'),
(2134, 'pt', 'Pés de morango (Fragaria x ananassa)', '<p>Pés de morango (Fragaria x ananassa)</p>', '', '', '', 'N', '', 'Y'),
(2135, 'en', 'Pés de nannyberry (Viburnum lentago)', '<p>Pés de nannyberry (Viburnum lentago)</p>', '', '', '', 'N', '', 'Y'),
(2135, 'es', 'Pés de nannyberry (Viburnum lentago)', '<p>Pés de nannyberry (Viburnum lentago)</p>', '', '', '', 'N', '', 'Y'),
(2135, 'pt', 'Pés de nannyberry (Viburnum lentago)', '<p>Pés de nannyberry (Viburnum lentago)</p>', '', '', '', 'N', '', 'Y'),
(2136, 'en', 'Pés de sea buckthorn (Hippophae)', '<p>Pés de sea buckthorn (Hippophae)</p>', '', '', '', 'N', '', 'Y'),
(2136, 'es', 'Pés de sea buckthorn (Hippophae)', '<p>Pés de sea buckthorn (Hippophae)</p>', '', '', '', 'N', '', 'Y'),
(2136, 'pt', 'Pés de sea buckthorn (Hippophae)', '<p>Pés de sea buckthorn (Hippophae)</p>', '', '', '', 'N', '', 'Y'),
(2137, 'en', 'Pés de tayberry (Rubus Tayberry hybrids)', '<p>Pés de tayberry (Rubus Tayberry hybrids)</p>', '', '', '', 'N', '', 'Y'),
(2137, 'es', 'Pés de tayberry (Rubus Tayberry hybrids)', '<p>Pés de tayberry (Rubus Tayberry hybrids)</p>', '', '', '', 'N', '', 'Y'),
(2137, 'pt', 'Pés de tayberry (Rubus Tayberry hybrids)', '<p>Pés de tayberry (Rubus Tayberry hybrids)</p>', '', '', '', 'N', '', 'Y'),
(2138, 'en', 'Pés de tramazeira (Sorbus aucuparia)', '<p>Pés de tramazeira (Sorbus aucuparia)</p>', '', '', '', 'N', '', 'Y'),
(2138, 'es', 'Pés de tramazeira (Sorbus aucuparia)', '<p>Pés de tramazeira (Sorbus aucuparia)</p>', '', '', '', 'N', '', 'Y'),
(2138, 'pt', 'Pés de tramazeira (Sorbus aucuparia)', '<p>Pés de tramazeira (Sorbus aucuparia)</p>', '', '', '', 'N', '', 'Y'),
(2139, 'en', 'Pés de uva de mesa (Vitis sp.)', '<p>Pés de uva de mesa (Vitis sp.)</p>', '', '', '', 'N', '', 'Y'),
(2139, 'es', 'Pés de uva de mesa (Vitis sp.)', '<p>Pés de uva de mesa (Vitis sp.)</p>', '', '', '', 'N', '', 'Y'),
(2139, 'pt', 'Pés de uva de mesa (Vitis sp.)', '<p>Pés de uva de mesa (Vitis sp.)</p>', '', '', '', 'N', '', 'Y'),
(2140, 'en', 'Pés de uva-de-urso (Arctostaphylos uva-ursi)', '<p>Pés de uva-de-urso (Arctostaphylos uva-ursi)</p>', '', '', '', 'N', '', 'Y'),
(2140, 'es', 'Pés de uva-de-urso (Arctostaphylos uva-ursi)', '<p>Pés de uva-de-urso (Arctostaphylos uva-ursi)</p>', '', '', '', 'N', '', 'Y'),
(2140, 'pt', 'Pés de uva-de-urso (Arctostaphylos uva-ursi)', '<p>Pés de uva-de-urso (Arctostaphylos uva-ursi)</p>', '', '', '', 'N', '', 'Y'),
(2141, 'en', 'Culturas para produção de cactos comestíveis', '<p>Culturas para produção de cactos comestíveis</p>', '', '', '', 'N', '', 'Y'),
(2141, 'es', 'Culturas para produção de cactos comestíveis', '<p>Culturas para produção de cactos comestíveis</p>', '', '', '', 'N', '', 'Y'),
(2141, 'pt', 'Culturas para produção de cactos comestíveis', '<p>Culturas para produção de cactos comestíveis</p>', '', '', '', 'N', '', 'Y'),
(2142, 'en', 'Figueiras-da-Índia (Opuntia ficus-indica)', '<p>Figueiras-da-Índia (Opuntia ficus-indica)</p>', '', '', '', 'N', '', 'Y'),
(2142, 'es', 'Figueiras-da-Índia (Opuntia ficus-indica)', '<p>Figueiras-da-Índia (Opuntia ficus-indica)</p>', '', '', '', 'N', '', 'Y'),
(2142, 'pt', 'Figueiras-da-Índia (Opuntia ficus-indica)', '<p>Figueiras-da-Índia (Opuntia ficus-indica)</p>', '', '', '', 'N', '', 'Y'),
(2143, 'en', 'Pés de pitaia (Stenocereus)', '<p>Pés de pitaia (Stenocereus)</p>', '', '', '', 'N', '', 'Y'),
(2143, 'es', 'Pés de pitaia (Stenocereus)', '<p>Pés de pitaia (Stenocereus)</p>', '', '', '', 'N', '', 'Y'),
(2143, 'pt', 'Pés de pitaia (Stenocereus)', '<p>Pés de pitaia (Stenocereus)</p>', '', '', '', 'N', '', 'Y'),
(2144, 'en', 'Pés de pitaia amarela (Selenicereus megalanthus)', '<p>Pés de pitaia amarela (Selenicereus megalanthus)</p>', '', '', '', 'N', '', 'Y'),
(2144, 'es', 'Pés de pitaia amarela (Selenicereus megalanthus)', '<p>Pés de pitaia amarela (Selenicereus megalanthus)</p>', '', '', '', 'N', '', 'Y'),
(2144, 'pt', 'Pés de pitaia amarela (Selenicereus megalanthus)', '<p>Pés de pitaia amarela (Selenicereus megalanthus)</p>', '', '', '', 'N', '', 'Y'),
(2145, 'en', 'Pés de pitaia branca (Hylocereus undatus)', '<p>Pés de pitaia branca (Hylocereus undatus)</p>', '', '', '', 'N', '', 'Y'),
(2145, 'es', 'Pés de pitaia branca (Hylocereus undatus)', '<p>Pés de pitaia branca (Hylocereus undatus)</p>', '', '', '', 'N', '', 'Y'),
(2145, 'pt', 'Pés de pitaia branca (Hylocereus undatus)', '<p>Pés de pitaia branca (Hylocereus undatus)</p>', '', '', '', 'N', '', 'Y'),
(2146, 'en', 'Pés de pitaia vermelha (Hylocereus costaricensis)', '<p>Pés de pitaia vermelha (Hylocereus costaricensis)</p>', '', '', '', 'N', '', 'Y'),
(2146, 'es', 'Pés de pitaia vermelha (Hylocereus costaricensis)', '<p>Pés de pitaia vermelha (Hylocereus costaricensis)</p>', '', '', '', 'N', '', 'Y'),
(2146, 'pt', 'Pés de pitaia vermelha (Hylocereus costaricensis)', '<p>Pés de pitaia vermelha (Hylocereus costaricensis)</p>', '', '', '', 'N', '', 'Y'),
(2147, 'en', 'Culturas para Produção de Frutas Annona', '<p>Culturas para Produção de Frutas Annona</p>', '', '', '', 'N', '', 'Y'),
(2147, 'es', 'Culturas para Produção de Frutas Annona', '<p>Culturas para Produção de Frutas Annona</p>', '', '', '', 'N', '', 'Y'),
(2147, 'pt', 'Culturas para Produção de Frutas Annona', '<p>Culturas para Produção de Frutas Annona</p>', '', '', '', 'N', '', 'Y'),
(2148, 'en', 'Árvore Ilama (Annona diversifolia)', '<p>Árvore Ilama (Annona diversifolia)</p>', '', '', '', 'N', '', 'Y'),
(2148, 'es', 'Árvore Ilama (Annona diversifolia)', '<p>Árvore Ilama (Annona diversifolia)</p>', '', '', '', 'N', '', 'Y'),
(2148, 'pt', 'Árvore Ilama (Annona diversifolia)', '<p>Árvore Ilama (Annona diversifolia)</p>', '', '', '', 'N', '', 'Y'),
(2149, 'en', 'Árvores Atemoya (Annona x atemoya)', '<p>Árvores Atemoya (Annona x atemoya)</p>', '', '', '', 'N', '', 'Y'),
(2149, 'es', 'Árvores Atemoya (Annona x atemoya)', '<p>Árvores Atemoya (Annona x atemoya)</p>', '', '', '', 'N', '', 'Y'),
(2149, 'pt', 'Árvores Atemoya (Annona x atemoya)', '<p>Árvores Atemoya (Annona x atemoya)</p>', '', '', '', 'N', '', 'Y'),
(2150, 'en', 'Árvores Cherimoya (Annona cherimola)', '<p>Árvores Cherimoya (Annona cherimola)</p>', '', '', '', 'N', '', 'Y'),
(2150, 'es', 'Árvores Cherimoya (Annona cherimola)', '<p>Árvores Cherimoya (Annona cherimola)</p>', '', '', '', 'N', '', 'Y'),
(2150, 'pt', 'Árvores Cherimoya (Annona cherimola)', '<p>Árvores Cherimoya (Annona cherimola)</p>', '', '', '', 'N', '', 'Y'),
(2151, 'en', 'Árvores Coração Bullock (Annona reticulata)', '<p>Árvores Coração Bullock (Annona reticulata)</p>', '', '', '', 'N', '', 'Y'),
(2151, 'es', 'Árvores Coração Bullock (Annona reticulata)', '<p>Árvores Coração Bullock (Annona reticulata)</p>', '', '', '', 'N', '', 'Y'),
(2151, 'pt', 'Árvores Coração Bullock (Annona reticulata)', '<p>Árvores Coração Bullock (Annona reticulata)</p>', '', '', '', 'N', '', 'Y'),
(2152, 'en', 'Árvores Pawpaw (Asimina)', '<p>Árvores Pawpaw (Asimina)</p>', '', '', '', 'N', '', 'Y'),
(2152, 'es', 'Árvores Pawpaw (Asimina)', '<p>Árvores Pawpaw (Asimina)</p>', '', '', '', 'N', '', 'Y'),
(2152, 'pt', 'Árvores Pawpaw (Asimina)', '<p>Árvores Pawpaw (Asimina)</p>', '', '', '', 'N', '', 'Y'),
(2153, 'en', 'Árvores Soursop (Annona muricata)', '<p>Árvores Soursop (Annona muricata)</p>', '', '', '', 'N', '', 'Y'),
(2153, 'es', 'Árvores Soursop (Annona muricata)', '<p>Árvores Soursop (Annona muricata)</p>', '', '', '', 'N', '', 'Y'),
(2153, 'pt', 'Árvores Soursop (Annona muricata)', '<p>Árvores Soursop (Annona muricata)</p>', '', '', '', 'N', '', 'Y'),
(2154, 'en', 'Sweetsop / macieiras (Annona squamosa)', '<p>Sweetsop / macieiras (Annona squamosa)</p>', '', '', '', 'N', '', 'Y'),
(2154, 'es', 'Sweetsop / macieiras (Annona squamosa)', '<p>Sweetsop / macieiras (Annona squamosa)</p>', '', '', '', 'N', '', 'Y'),
(2154, 'pt', 'Sweetsop / macieiras (Annona squamosa)', '<p>Sweetsop / macieiras (Annona squamosa)</p>', '', '', '', 'N', '', 'Y'),
(2155, 'en', 'Culturas para produção de frutas cítricas e outras rutáceas', '<p>Culturas para produção de frutas cítricas e outras rutáceas</p>', '', '', '', 'N', '', 'Y'),
(2155, 'es', 'Culturas para produção de frutas cítricas e outras rutáceas', '<p>Culturas para produção de frutas cítricas e outras rutáceas</p>', '', '', '', 'N', '', 'Y'),
(2155, 'pt', 'Culturas para produção de frutas cítricas e outras rutáceas', '<p>Culturas para produção de frutas cítricas e outras rutáceas</p>', '', '', '', 'N', '', 'Y'),
(2156, 'en', 'Lima-da-pérsia (Citrus limettioides)', '<p>Lima-da-pérsia (Citrus limettioides)</p>', '', '', '', 'N', '', 'Y'),
(2156, 'es', 'Lima-da-pérsia (Citrus limettioides)', '<p>Lima-da-pérsia (Citrus limettioides)</p>', '', '', '', 'N', '', 'Y'),
(2156, 'pt', 'Lima-da-pérsia (Citrus limettioides)', '<p>Lima-da-pérsia (Citrus limettioides)</p>', '', '', '', 'N', '', 'Y'),
(2157, 'en', 'Limoeiros (Citrus latifolia)', '<p>Limoeiros (Citrus latifolia)</p>', '', '', '', 'N', '', 'Y'),
(2157, 'es', 'Limoeiros (Citrus latifolia)', '<p>Limoeiros (Citrus latifolia)</p>', '', '', '', 'N', '', 'Y'),
(2157, 'pt', 'Limoeiros (Citrus latifolia)', '<p>Limoeiros (Citrus latifolia)</p>', '', '', '', 'N', '', 'Y'),
(2158, 'en', 'Pés de bael (Aegle marmelos)', '<p>Pés de bael (Aegle marmelos)</p>', '', '', '', 'N', '', 'Y'),
(2158, 'es', 'Pés de bael (Aegle marmelos)', '<p>Pés de bael (Aegle marmelos)</p>', '', '', '', 'N', '', 'Y'),
(2158, 'pt', 'Pés de bael (Aegle marmelos)', '<p>Pés de bael (Aegle marmelos)</p>', '', '', '', 'N', '', 'Y'),
(2159, 'en', 'Pés de calamondin (Citrofortunella microcarpa)', '<p>Pés de calamondin (Citrofortunella microcarpa)</p>', '', '', '', 'N', '', 'Y'),
(2159, 'es', 'Pés de calamondin (Citrofortunella microcarpa)', '<p>Pés de calamondin (Citrofortunella microcarpa)</p>', '', '', '', 'N', '', 'Y'),
(2159, 'pt', 'Pés de calamondin (Citrofortunella microcarpa)', '<p>Pés de calamondin (Citrofortunella microcarpa)</p>', '', '', '', 'N', '', 'Y'),
(2160, 'en', 'Pés de cidra (Citrus medica)', '<p>Pés de cidra (Citrus medica)</p>', '', '', '', 'N', '', 'Y'),
(2160, 'es', 'Pés de cidra (Citrus medica)', '<p>Pés de cidra (Citrus medica)</p>', '', '', '', 'N', '', 'Y'),
(2160, 'pt', 'Pés de cidra (Citrus medica)', '<p>Pés de cidra (Citrus medica)</p>', '', '', '', 'N', '', 'Y'),
(2161, 'en', 'Pés de clementina (Citrus clementina)', '<p>Pés de clementina (Citrus clementina)</p>', '', '', '', 'N', '', 'Y'),
(2161, 'es', 'Pés de clementina (Citrus clementina)', '<p>Pés de clementina (Citrus clementina)</p>', '', '', '', 'N', '', 'Y'),
(2161, 'pt', 'Pés de clementina (Citrus clementina)', '<p>Pés de clementina (Citrus clementina)</p>', '', '', '', 'N', '', 'Y'),
(2162, 'en', 'Pés de cunquate (Citrus japonica)', '<p>Pés de cunquate (Citrus japonica)</p>', '', '', '', 'N', '', 'Y'),
(2162, 'es', 'Pés de cunquate (Citrus japonica)', '<p>Pés de cunquate (Citrus japonica)</p>', '', '', '', 'N', '', 'Y'),
(2162, 'pt', 'Pés de cunquate (Citrus japonica)', '<p>Pés de cunquate (Citrus japonica)</p>', '', '', '', 'N', '', 'Y'),
(2163, 'en', 'Pés de laranja doce (Citrus sinensis)', '<p>Pés de laranja doce (Citrus sinensis)</p>', '', '', '', 'N', '', 'Y'),
(2163, 'es', 'Pés de laranja doce (Citrus sinensis)', '<p>Pés de laranja doce (Citrus sinensis)</p>', '', '', '', 'N', '', 'Y'),
(2163, 'pt', 'Pés de laranja doce (Citrus sinensis)', '<p>Pés de laranja doce (Citrus sinensis)</p>', '', '', '', 'N', '', 'Y'),
(2164, 'en', 'Pés de laranja trifoliada (Poncirus trifolata)', '<p>Pés de laranja trifoliada (Poncirus trifolata)</p>', '', '', '', 'N', '', 'Y'),
(2164, 'es', 'Pés de laranja trifoliada (Poncirus trifolata)', '<p>Pés de laranja trifoliada (Poncirus trifolata)</p>', '', '', '', 'N', '', 'Y'),
(2164, 'pt', 'Pés de laranja trifoliada (Poncirus trifolata)', '<p>Pés de laranja trifoliada (Poncirus trifolata)</p>', '', '', '', 'N', '', 'Y'),
(2165, 'en', 'Pés de laranja-azeda (Citrus aurantium)', '<p>Pés de laranja-azeda (Citrus aurantium)</p>', '', '', '', 'N', '', 'Y'),
(2165, 'es', 'Pés de laranja-azeda (Citrus aurantium)', '<p>Pés de laranja-azeda (Citrus aurantium)</p>', '', '', '', 'N', '', 'Y'),
(2165, 'pt', 'Pés de laranja-azeda (Citrus aurantium)', '<p>Pés de laranja-azeda (Citrus aurantium)</p>', '', '', '', 'N', '', 'Y'),
(2166, 'en', 'Pés de lima comum (Citrus aurantifolia)', '<p>Pés de lima comum (Citrus aurantifolia)</p>', '', '', '', 'N', '', 'Y'),
(2166, 'es', 'Pés de lima comum (Citrus aurantifolia)', '<p>Pés de lima comum (Citrus aurantifolia)</p>', '', '', '', 'N', '', 'Y'),
(2166, 'pt', 'Pés de lima comum (Citrus aurantifolia)', '<p>Pés de lima comum (Citrus aurantifolia)</p>', '', '', '', 'N', '', 'Y'),
(2167, 'en', 'Pés de limão doce (Citrus limetta)', '<p>Pés de limão doce (Citrus limetta)</p>', '', '', '', 'N', '', 'Y'),
(2167, 'es', 'Pés de limão doce (Citrus limetta)', '<p>Pés de limão doce (Citrus limetta)</p>', '', '', '', 'N', '', 'Y'),
(2167, 'pt', 'Pés de limão doce (Citrus limetta)', '<p>Pés de limão doce (Citrus limetta)</p>', '', '', '', 'N', '', 'Y'),
(2168, 'en', 'Pés de limão siciliano (Citrus limon)', '<p>Pés de limão siciliano (Citrus limon)</p>', '', '', '', 'N', '', 'Y'),
(2168, 'es', 'Pés de limão siciliano (Citrus limon)', '<p>Pés de limão siciliano (Citrus limon)</p>', '', '', '', 'N', '', 'Y'),
(2168, 'pt', 'Pés de limão siciliano (Citrus limon)', '<p>Pés de limão siciliano (Citrus limon)</p>', '', '', '', 'N', '', 'Y'),
(2169, 'en', 'Pés de papeda (Citrus papeda)', '<p>Pés de papeda (Citrus papeda)</p>', '', '', '', 'N', '', 'Y'),
(2169, 'es', 'Pés de papeda (Citrus papeda)', '<p>Pés de papeda (Citrus papeda)</p>', '', '', '', 'N', '', 'Y'),
(2169, 'pt', 'Pés de papeda (Citrus papeda)', '<p>Pés de papeda (Citrus papeda)</p>', '', '', '', 'N', '', 'Y'),
(2170, 'en', 'Pés de pomelo (Citrus maxima)', '<p>Pés de pomelo (Citrus maxima)</p>', '', '', '', 'N', '', 'Y'),
(2170, 'es', 'Pés de pomelo (Citrus maxima)', '<p>Pés de pomelo (Citrus maxima)</p>', '', '', '', 'N', '', 'Y'),
(2170, 'pt', 'Pés de pomelo (Citrus maxima)', '<p>Pés de pomelo (Citrus maxima)</p>', '', '', '', 'N', '', 'Y'),
(2171, 'en', 'Pés de tangelo (Citrus x tangelo)', '<p>Pés de tangelo (Citrus x tangelo)</p>', '', '', '', 'N', '', 'Y'),
(2171, 'es', 'Pés de tangelo (Citrus x tangelo)', '<p>Pés de tangelo (Citrus x tangelo)</p>', '', '', '', 'N', '', 'Y'),
(2171, 'pt', 'Pés de tangelo (Citrus x tangelo)', '<p>Pés de tangelo (Citrus x tangelo)</p>', '', '', '', 'N', '', 'Y'),
(2172, 'en', 'Pés de tangerina (Citrus tangerina)', '<p>Pés de tangerina (Citrus tangerina)</p>', '', '', '', 'N', '', 'Y'),
(2172, 'es', 'Pés de tangerina (Citrus tangerina)', '<p>Pés de tangerina (Citrus tangerina)</p>', '', '', '', 'N', '', 'Y'),
(2172, 'pt', 'Pés de tangerina (Citrus tangerina)', '<p>Pés de tangerina (Citrus tangerina)</p>', '', '', '', 'N', '', 'Y'),
(2173, 'en', 'Pés de tangerina (Citrus x reticulata)', '<p>Pés de tangerina (Citrus x reticulata)</p>', '', '', '', 'N', '', 'Y'),
(2173, 'es', 'Pés de tangerina (Citrus x reticulata)', '<p>Pés de tangerina (Citrus x reticulata)</p>', '', '', '', 'N', '', 'Y'),
(2173, 'pt', 'Pés de tangerina (Citrus x reticulata)', '<p>Pés de tangerina (Citrus x reticulata)</p>', '', '', '', 'N', '', 'Y'),
(2174, 'en', 'Pés de tangerina satsuma (Citrus reticulata \'Satsuma\')', '<p>Pés de tangerina satsuma (Citrus reticulata \'Satsuma\')</p>', '', '', '', 'N', '', 'Y'),
(2174, 'es', 'Pés de tangerina satsuma (Citrus reticulata \'Satsuma\')', '<p>Pés de tangerina satsuma (Citrus reticulata \'Satsuma\')</p>', '', '', '', 'N', '', 'Y'),
(2174, 'pt', 'Pés de tangerina satsuma (Citrus reticulata \'Satsuma\')', '<p>Pés de tangerina satsuma (Citrus reticulata \'Satsuma\')</p>', '', '', '', 'N', '', 'Y'),
(2175, 'en', 'Pés de tangor (Citrus nobilis)', '<p>Pés de tangor (Citrus nobilis)</p>', '', '', '', 'N', '', 'Y'),
(2175, 'es', 'Pés de tangor (Citrus nobilis)', '<p>Pés de tangor (Citrus nobilis)</p>', '', '', '', 'N', '', 'Y'),
(2175, 'pt', 'Pés de tangor (Citrus nobilis)', '<p>Pés de tangor (Citrus nobilis)</p>', '', '', '', 'N', '', 'Y'),
(2176, 'en', 'Pés de toranja (Citrus paradisi)', '<p>Pés de toranja (Citrus paradisi)</p>', '', '', '', 'N', '', 'Y'),
(2176, 'es', 'Pés de toranja (Citrus paradisi)', '<p>Pés de toranja (Citrus paradisi)</p>', '', '', '', 'N', '', 'Y'),
(2176, 'pt', 'Pés de toranja (Citrus paradisi)', '<p>Pés de toranja (Citrus paradisi)</p>', '', '', '', 'N', '', 'Y'),
(2177, 'en', 'Pés de wampi (Clausena lansium)', '<p>Pés de wampi (Clausena lansium)</p>', '', '', '', 'N', '', 'Y'),
(2177, 'es', 'Pés de wampi (Clausena lansium)', '<p>Pés de wampi (Clausena lansium)</p>', '', '', '', 'N', '', 'Y'),
(2177, 'pt', 'Pés de wampi (Clausena lansium)', '<p>Pés de wampi (Clausena lansium)</p>', '', '', '', 'N', '', 'Y'),
(2178, 'en', 'Culturas para produção de frutas comestíveis a partir de árvores Phyllantaceae', '<p>Culturas para produção de frutas comestíveis a partir de árvores Phyllantaceae</p>', '', '', '', 'N', '', 'Y'),
(2178, 'es', 'Culturas para produção de frutas comestíveis a partir de árvores Phyllantaceae', '<p>Culturas para produção de frutas comestíveis a partir de árvores Phyllantaceae</p>', '', '', '', 'N', '', 'Y'),
(2178, 'pt', 'Culturas para produção de frutas comestíveis a partir de árvores Phyllantaceae', '<p>Culturas para produção de frutas comestíveis a partir de árvores Phyllantaceae</p>', '', '', '', 'N', '', 'Y'),
(2179, 'en', 'Pés de buni ou louro chinês (Antidesma bunius)', '<p>Pés de buni ou louro chinês (Antidesma bunius)</p>', '', '', '', 'N', '', 'Y'),
(2179, 'es', 'Pés de buni ou louro chinês (Antidesma bunius)', '<p>Pés de buni ou louro chinês (Antidesma bunius)</p>', '', '', '', 'N', '', 'Y'),
(2179, 'pt', 'Pés de buni ou louro chinês (Antidesma bunius)', '<p>Pés de buni ou louro chinês (Antidesma bunius)</p>', '', '', '', 'N', '', 'Y'),
(2180, 'en', 'Pés de groselha indiana (Phyllanthus emblica)', '<p>Pés de groselha indiana (Phyllanthus emblica)</p>', '', '', '', 'N', '', 'Y'),
(2180, 'es', 'Pés de groselha indiana (Phyllanthus emblica)', '<p>Pés de groselha indiana (Phyllanthus emblica)</p>', '', '', '', 'N', '', 'Y'),
(2180, 'pt', 'Pés de groselha indiana (Phyllanthus emblica)', '<p>Pés de groselha indiana (Phyllanthus emblica)</p>', '', '', '', 'N', '', 'Y'),
(2181, 'en', 'Pés de groselha-branca (Phyllanthus acidus)', '<p>Pés de groselha-branca (Phyllanthus acidus)</p>', '', '', '', 'N', '', 'Y'),
(2181, 'es', 'Pés de groselha-branca (Phyllanthus acidus)', '<p>Pés de groselha-branca (Phyllanthus acidus)</p>', '', '', '', 'N', '', 'Y'),
(2181, 'pt', 'Pés de groselha-branca (Phyllanthus acidus)', '<p>Pés de groselha-branca (Phyllanthus acidus)</p>', '', '', '', 'N', '', 'Y'),
(2182, 'en', 'Pés de rambai (Baccaurea motleyana)', '<p>Pés de rambai (Baccaurea motleyana)</p>', '', '', '', 'N', '', 'Y'),
(2182, 'es', 'Pés de rambai (Baccaurea motleyana)', '<p>Pés de rambai (Baccaurea motleyana)</p>', '', '', '', 'N', '', 'Y'),
(2182, 'pt', 'Pés de rambai (Baccaurea motleyana)', '<p>Pés de rambai (Baccaurea motleyana)</p>', '', '', '', 'N', '', 'Y'),
(2183, 'en', 'Pés de tampoi (Baccaurea macrocarpa)', '<p>Pés de tampoi (Baccaurea macrocarpa)</p>', '', '', '', 'N', '', 'Y'),
(2183, 'es', 'Pés de tampoi (Baccaurea macrocarpa)', '<p>Pés de tampoi (Baccaurea macrocarpa)</p>', '', '', '', 'N', '', 'Y'),
(2183, 'pt', 'Pés de tampoi (Baccaurea macrocarpa)', '<p>Pés de tampoi (Baccaurea macrocarpa)</p>', '', '', '', 'N', '', 'Y'),
(2184, 'en', 'Pés de uva-birmanesa (Baccaurea ramiflora)', '<p>Pés de uva-birmanesa (Baccaurea ramiflora)</p>', '', '', '', 'N', '', 'Y'),
(2184, 'es', 'Pés de uva-birmanesa (Baccaurea ramiflora)', '<p>Pés de uva-birmanesa (Baccaurea ramiflora)</p>', '', '', '', 'N', '', 'Y'),
(2184, 'pt', 'Pés de uva-birmanesa (Baccaurea ramiflora)', '<p>Pés de uva-birmanesa (Baccaurea ramiflora)</p>', '', '', '', 'N', '', 'Y'),
(2185, 'en', 'Culturas para produção de frutas comestíveis a partir de sapoteiras', '<p>Culturas para produção de frutas comestíveis a partir de sapoteiras</p>', '', '', '', 'N', '', 'Y'),
(2185, 'es', 'Culturas para produção de frutas comestíveis a partir de sapoteiras', '<p>Culturas para produção de frutas comestíveis a partir de sapoteiras</p>', '', '', '', 'N', '', 'Y'),
(2185, 'pt', 'Culturas para produção de frutas comestíveis a partir de sapoteiras', '<p>Culturas para produção de frutas comestíveis a partir de sapoteiras</p>', '', '', '', 'N', '', 'Y'),
(2186, 'en', 'Macieira africana (Chrysophyllum albidum)', '<p>Macieira africana (Chrysophyllum albidum)</p>', '', '', '', 'N', '', 'Y'),
(2186, 'es', 'Macieira africana (Chrysophyllum albidum)', '<p>Macieira africana (Chrysophyllum albidum)</p>', '', '', '', 'N', '', 'Y'),
(2186, 'pt', 'Macieira africana (Chrysophyllum albidum)', '<p>Macieira africana (Chrysophyllum albidum)</p>', '', '', '', 'N', '', 'Y'),
(2187, 'en', 'Pés de abiu-roxo (Chrysophyllum cainito)', '<p>Pés de abiu-roxo (Chrysophyllum cainito)</p>', '', '', '', 'N', '', 'Y'),
(2187, 'es', 'Pés de abiu-roxo (Chrysophyllum cainito)', '<p>Pés de abiu-roxo (Chrysophyllum cainito)</p>', '', '', '', 'N', '', 'Y'),
(2187, 'pt', 'Pés de abiu-roxo (Chrysophyllum cainito)', '<p>Pés de abiu-roxo (Chrysophyllum cainito)</p>', '', '', '', 'N', '', 'Y'),
(2188, 'en', 'Pés de abricó-do-pará (Mammea americana)', '<p>Pés de abricó-do-pará (Mammea americana)</p>', '', '', '', 'N', '', 'Y'),
(2188, 'es', 'Pés de abricó-do-pará (Mammea americana)', '<p>Pés de abricó-do-pará (Mammea americana)</p>', '', '', '', 'N', '', 'Y'),
(2188, 'pt', 'Pés de abricó-do-pará (Mammea americana)', '<p>Pés de abricó-do-pará (Mammea americana)</p>', '', '', '', 'N', '', 'Y'),
(2189, 'en', 'Pés de canistel (Pouteria campechiana)', '<p>Pés de canistel (Pouteria campechiana)</p>', '', '', '', 'N', '', 'Y'),
(2189, 'es', 'Pés de canistel (Pouteria campechiana)', '<p>Pés de canistel (Pouteria campechiana)</p>', '', '', '', 'N', '', 'Y'),
(2189, 'pt', 'Pés de canistel (Pouteria campechiana)', '<p>Pés de canistel (Pouteria campechiana)</p>', '', '', '', 'N', '', 'Y'),
(2190, 'en', 'Pés de lúcuma (Pouteria lucuma)', '<p>Pés de lúcuma (Pouteria lucuma)</p>', '', '', '', 'N', '', 'Y'),
(2190, 'es', 'Pés de lúcuma (Pouteria lucuma)', '<p>Pés de lúcuma (Pouteria lucuma)</p>', '', '', '', 'N', '', 'Y'),
(2190, 'pt', 'Pés de lúcuma (Pouteria lucuma)', '<p>Pés de lúcuma (Pouteria lucuma)</p>', '', '', '', 'N', '', 'Y'),
(2191, 'en', 'Pés de sapota-branca (Casimiroa edulis)', '<p>Pés de sapota-branca (Casimiroa edulis)</p>', '', '', '', 'N', '', 'Y'),
(2191, 'es', 'Pés de sapota-branca (Casimiroa edulis)', '<p>Pés de sapota-branca (Casimiroa edulis)</p>', '', '', '', 'N', '', 'Y'),
(2191, 'pt', 'Pés de sapota-branca (Casimiroa edulis)', '<p>Pés de sapota-branca (Casimiroa edulis)</p>', '', '', '', 'N', '', 'Y'),
(2192, 'en', 'Pés de sapota-mamei (Pouteria sapota)', '<p>Pés de sapota-mamei (Pouteria sapota)</p>', '', '', '', 'N', '', 'Y'),
(2192, 'es', 'Pés de sapota-mamei (Pouteria sapota)', '<p>Pés de sapota-mamei (Pouteria sapota)</p>', '', '', '', 'N', '', 'Y'),
(2192, 'pt', 'Pés de sapota-mamei (Pouteria sapota)', '<p>Pés de sapota-mamei (Pouteria sapota)</p>', '', '', '', 'N', '', 'Y'),
(2193, 'en', 'Sapotizeiros (Manilkara zapota)', '<p>Sapotizeiros (Manilkara zapota)</p>', '', '', '', 'N', '', 'Y'),
(2193, 'es', 'Sapotizeiros (Manilkara zapota)', '<p>Sapotizeiros (Manilkara zapota)</p>', '', '', '', 'N', '', 'Y'),
(2193, 'pt', 'Sapotizeiros (Manilkara zapota)', '<p>Sapotizeiros (Manilkara zapota)</p>', '', '', '', 'N', '', 'Y'),
(2194, 'en', 'Culturas para produção de frutas comestíveis de outras árvores e plantas', '<p>Culturas para produção de frutas comestíveis de outras árvores e plantas</p>', '', '', '', 'N', '', 'Y'),
(2194, 'es', 'Culturas para produção de frutas comestíveis de outras árvores e plantas', '<p>Culturas para produção de frutas comestíveis de outras árvores e plantas</p>', '', '', '', 'N', '', 'Y'),
(2194, 'pt', 'Culturas para produção de frutas comestíveis de outras árvores e plantas', '<p>Culturas para produção de frutas comestíveis de outras árvores e plantas</p>', '', '', '', 'N', '', 'Y'),
(2195, 'en', 'Abacateiros (Persea americana)', '<p>Abacateiros (Persea americana)</p>', '', '', '', 'N', '', 'Y'),
(2195, 'es', 'Abacateiros (Persea americana)', '<p>Abacateiros (Persea americana)</p>', '', '', '', 'N', '', 'Y'),
(2195, 'pt', 'Abacateiros (Persea americana)', '<p>Abacateiros (Persea americana)</p>', '', '', '', 'N', '', 'Y'),
(2196, 'en', 'Ameixa indiana (Ziziphus mauritiana)', '<p>Ameixa indiana (Ziziphus mauritiana)</p>', '', '', '', 'N', '', 'Y'),
(2196, 'es', 'Ameixa indiana (Ziziphus mauritiana)', '<p>Ameixa indiana (Ziziphus mauritiana)</p>', '', '', '', 'N', '', 'Y'),
(2196, 'pt', 'Ameixa indiana (Ziziphus mauritiana)', '<p>Ameixa indiana (Ziziphus mauritiana)</p>', '', '', '', 'N', '', 'Y'),
(2197, 'en', 'Caramboleiras (Averrhoa carambola)', '<p>Caramboleiras (Averrhoa carambola)</p>', '', '', '', 'N', '', 'Y'),
(2197, 'es', 'Caramboleiras (Averrhoa carambola)', '<p>Caramboleiras (Averrhoa carambola)</p>', '', '', '', 'N', '', 'Y'),
(2197, 'pt', 'Caramboleiras (Averrhoa carambola)', '<p>Caramboleiras (Averrhoa carambola)</p>', '', '', '', 'N', '', 'Y'),
(2198, 'en', 'Cerejeiras jamaicanas (Muntingia calabura)', '<p>Cerejeiras jamaicanas (Muntingia calabura)</p>', '', '', '', 'N', '', 'Y'),
(2198, 'es', 'Cerejeiras jamaicanas (Muntingia calabura)', '<p>Cerejeiras jamaicanas (Muntingia calabura)</p>', '', '', '', 'N', '', 'Y'),
(2198, 'pt', 'Cerejeiras jamaicanas (Muntingia calabura)', '<p>Cerejeiras jamaicanas (Muntingia calabura)</p>', '', '', '', 'N', '', 'Y'),
(2199, 'en', 'Cupuaçueiros (Theobroma grandiflora)', '<p>Cupuaçueiros (Theobroma grandiflora)</p>', '', '', '', 'N', '', 'Y'),
(2199, 'es', 'Cupuaçueiros (Theobroma grandiflora)', '<p>Cupuaçueiros (Theobroma grandiflora)</p>', '', '', '', 'N', '', 'Y'),
(2199, 'pt', 'Cupuaçueiros (Theobroma grandiflora)', '<p>Cupuaçueiros (Theobroma grandiflora)</p>', '', '', '', 'N', '', 'Y'),
(2200, 'en', 'Figueiras-comuns (Ficus carica)', '<p>Figueiras-comuns (Ficus carica)</p>', '', '', '', 'N', '', 'Y'),
(2200, 'es', 'Figueiras-comuns (Ficus carica)', '<p>Figueiras-comuns (Ficus carica)</p>', '', '', '', 'N', '', 'Y'),
(2200, 'pt', 'Figueiras-comuns (Ficus carica)', '<p>Figueiras-comuns (Ficus carica)</p>', '', '', '', 'N', '', 'Y'),
(2201, 'en', 'Fruta-pão (Artocarpus Altilis)', '<p>Fruta-pão (Artocarpus Altilis)</p>', '', '', '', 'N', '', 'Y'),
(2201, 'es', 'Fruta-pão (Artocarpus Altilis)', '<p>Fruta-pão (Artocarpus Altilis)</p>', '', '', '', 'N', '', 'Y'),
(2201, 'pt', 'Fruta-pão (Artocarpus Altilis)', '<p>Fruta-pão (Artocarpus Altilis)</p>', '', '', '', 'N', '', 'Y'),
(2202, 'en', 'Mamoeiros (Carica papaya)', '<p>Mamoeiros (Carica papaya)</p>', '', '', '', 'N', '', 'Y'),
(2202, 'es', 'Mamoeiros (Carica papaya)', '<p>Mamoeiros (Carica papaya)</p>', '', '', '', 'N', '', 'Y'),
(2202, 'pt', 'Mamoeiros (Carica papaya)', '<p>Mamoeiros (Carica papaya)</p>', '', '', '', 'N', '', 'Y'),
(2203, 'en', 'Mamoeiros da montanha (Vasconcellea pubescens)', '<p>Mamoeiros da montanha (Vasconcellea pubescens)</p>', '', '', '', 'N', '', 'Y'),
(2203, 'es', 'Mamoeiros da montanha (Vasconcellea pubescens)', '<p>Mamoeiros da montanha (Vasconcellea pubescens)</p>', '', '', '', 'N', '', 'Y'),
(2203, 'pt', 'Mamoeiros da montanha (Vasconcellea pubescens)', '<p>Mamoeiros da montanha (Vasconcellea pubescens)</p>', '', '', '', 'N', '', 'Y'),
(2204, 'en', 'Maracujá-banana (Passiflora Mollissima)', '<p>Maracujá-banana (Passiflora Mollissima)</p>', '', '', '', 'N', '', 'Y'),
(2204, 'es', 'Maracujá-banana (Passiflora Mollissima)', '<p>Maracujá-banana (Passiflora Mollissima)</p>', '', '', '', 'N', '', 'Y'),
(2204, 'pt', 'Maracujá-banana (Passiflora Mollissima)', '<p>Maracujá-banana (Passiflora Mollissima)</p>', '', '', '', 'N', '', 'Y'),
(2205, 'en', 'Pés de abacaxi (Ananas comosus)', '<p>Pés de abacaxi (Ananas comosus)</p>', '', '', '', 'N', '', 'Y'),
(2205, 'es', 'Pés de abacaxi (Ananas comosus)', '<p>Pés de abacaxi (Ananas comosus)</p>', '', '', '', 'N', '', 'Y'),
(2205, 'pt', 'Pés de abacaxi (Ananas comosus)', '<p>Pés de abacaxi (Ananas comosus)</p>', '', '', '', 'N', '', 'Y'),
(2206, 'en', 'Pés de ameixa do governador (Flacourtia indica)', '<p>Pés de ameixa do governador (Flacourtia indica)</p>', '', '', '', 'N', '', 'Y'),
(2206, 'es', 'Pés de ameixa do governador (Flacourtia indica)', '<p>Pés de ameixa do governador (Flacourtia indica)</p>', '', '', '', 'N', '', 'Y'),
(2206, 'pt', 'Pés de ameixa do governador (Flacourtia indica)', '<p>Pés de ameixa do governador (Flacourtia indica)</p>', '', '', '', 'N', '', 'Y'),
(2207, 'en', 'Pés de amora (Morus)', '<p>Pés de amora (Morus)</p>', '', '', '', 'N', '', 'Y'),
(2207, 'es', 'Pés de amora (Morus)', '<p>Pés de amora (Morus)</p>', '', '', '', 'N', '', 'Y'),
(2207, 'pt', 'Pés de amora (Morus)', '<p>Pés de amora (Morus)</p>', '', '', '', 'N', '', 'Y'),
(2208, 'en', 'Pés de bayberry (Myrica)', '<p>Pés de bayberry (Myrica)</p>', '', '', '', 'N', '', 'Y'),
(2208, 'es', 'Pés de bayberry (Myrica)', '<p>Pés de bayberry (Myrica)</p>', '', '', '', 'N', '', 'Y'),
(2208, 'pt', 'Pés de bayberry (Myrica)', '<p>Pés de bayberry (Myrica)</p>', '', '', '', 'N', '', 'Y'),
(2209, 'en', 'Pés de bilimbi (Averrhoa bilimbi)', '<p>Pés de bilimbi (Averrhoa bilimbi)</p>', '', '', '', 'N', '', 'Y'),
(2209, 'es', 'Pés de bilimbi (Averrhoa bilimbi)', '<p>Pés de bilimbi (Averrhoa bilimbi)</p>', '', '', '', 'N', '', 'Y'),
(2209, 'pt', 'Pés de bilimbi (Averrhoa bilimbi)', '<p>Pés de bilimbi (Averrhoa bilimbi)</p>', '', '', '', 'N', '', 'Y'),
(2210, 'en', 'Pés de caqui (Diospyros kaki)', '<p>Pés de caqui (Diospyros kaki)</p>', '', '', '', 'N', '', 'Y'),
(2210, 'es', 'Pés de caqui (Diospyros kaki)', '<p>Pés de caqui (Diospyros kaki)</p>', '', '', '', 'N', '', 'Y'),
(2210, 'pt', 'Pés de caqui (Diospyros kaki)', '<p>Pés de caqui (Diospyros kaki)</p>', '', '', '', 'N', '', 'Y'),
(2211, 'en', 'Pés de caqui americano (Diospyros virginiana)', '<p>Pés de caqui americano (Diospyros virginiana)</p>', '', '', '', 'N', '', 'Y'),
(2211, 'es', 'Pés de caqui americano (Diospyros virginiana)', '<p>Pés de caqui americano (Diospyros virginiana)</p>', '', '', '', 'N', '', 'Y'),
(2211, 'pt', 'Pés de caqui americano (Diospyros virginiana)', '<p>Pés de caqui americano (Diospyros virginiana)</p>', '', '', '', 'N', '', 'Y'),
(2212, 'en', 'Pés de champedaque (Artocarpus integer)', '<p>Pés de champedaque (Artocarpus integer)</p>', '', '', '', 'N', '', 'Y'),
(2212, 'es', 'Pés de champedaque (Artocarpus integer)', '<p>Pés de champedaque (Artocarpus integer)</p>', '', '', '', 'N', '', 'Y'),
(2212, 'pt', 'Pés de champedaque (Artocarpus integer)', '<p>Pés de champedaque (Artocarpus integer)</p>', '', '', '', 'N', '', 'Y'),
(2213, 'en', 'Pés de durião (Durio zibethinus)', '<p>Pés de durião (Durio zibethinus)</p>', '', '', '', 'N', '', 'Y'),
(2213, 'es', 'Pés de durião (Durio zibethinus)', '<p>Pés de durião (Durio zibethinus)</p>', '', '', '', 'N', '', 'Y'),
(2213, 'pt', 'Pés de durião (Durio zibethinus)', '<p>Pés de durião (Durio zibethinus)</p>', '', '', '', 'N', '', 'Y'),
(2214, 'en', 'Pés de granadilho/granadilho gigante (Passiflora quadrangularis)', '<p>Pés de granadilho/granadilho gigante (Passiflora quadrangularis)</p>', '', '', '', 'N', '', 'Y'),
(2214, 'es', 'Pés de granadilho/granadilho gigante (Passiflora quadrangularis)', '<p>Pés de granadilho/granadilho gigante (Passiflora quadrangularis)</p>', '', '', '', 'N', '', 'Y'),
(2214, 'pt', 'Pés de granadilho/granadilho gigante (Passiflora quadrangularis)', '<p>Pés de granadilho/granadilho gigante (Passiflora quadrangularis)</p>', '', '', '', 'N', '', 'Y'),
(2215, 'en', 'Pés de granadilla doce (Passiflora ligularis)', '<p>Pés de granadilla doce (Passiflora ligularis)</p>', '', '', '', 'N', '', 'Y'),
(2215, 'es', 'Pés de granadilla doce (Passiflora ligularis)', '<p>Pés de granadilla doce (Passiflora ligularis)</p>', '', '', '', 'N', '', 'Y'),
(2215, 'pt', 'Pés de granadilla doce (Passiflora ligularis)', '<p>Pés de granadilla doce (Passiflora ligularis)</p>', '', '', '', 'N', '', 'Y'),
(2216, 'en', 'Pés de jaca (Artocarpus heterophyllus)', '<p>Pés de jaca (Artocarpus heterophyllus)</p>', '', '', '', 'N', '', 'Y'),
(2216, 'es', 'Pés de jaca (Artocarpus heterophyllus)', '<p>Pés de jaca (Artocarpus heterophyllus)</p>', '', '', '', 'N', '', 'Y'),
(2216, 'pt', 'Pés de jaca (Artocarpus heterophyllus)', '<p>Pés de jaca (Artocarpus heterophyllus)</p>', '', '', '', 'N', '', 'Y'),
(2217, 'en', 'Pés de jengkol (Archidendron jiringa)', '<p>Pés de jengkol (Archidendron jiringa)</p>', '', '', '', 'N', '', 'Y'),
(2217, 'es', 'Pés de jengkol (Archidendron jiringa)', '<p>Pés de jengkol (Archidendron jiringa)</p>', '', '', '', 'N', '', 'Y'),
(2217, 'pt', 'Pés de jengkol (Archidendron jiringa)', '<p>Pés de jengkol (Archidendron jiringa)</p>', '', '', '', 'N', '', 'Y'),
(2218, 'en', 'Pés de jujuba chinesa (Ziziphus jujuba)', '<p>Pés de jujuba chinesa (Ziziphus jujuba)</p>', '', '', '', 'N', '', 'Y'),
(2218, 'es', 'Pés de jujuba chinesa (Ziziphus jujuba)', '<p>Pés de jujuba chinesa (Ziziphus jujuba)</p>', '', '', '', 'N', '', 'Y'),
(2218, 'pt', 'Pés de jujuba chinesa (Ziziphus jujuba)', '<p>Pés de jujuba chinesa (Ziziphus jujuba)</p>', '', '', '', 'N', '', 'Y'),
(2219, 'en', 'Pés de kiwi (Actinidia deliciosa)', '<p>Pés de kiwi (Actinidia deliciosa)</p>', '', '', '', 'N', '', 'Y'),
(2219, 'es', 'Pés de kiwi (Actinidia deliciosa)', '<p>Pés de kiwi (Actinidia deliciosa)</p>', '', '', '', 'N', '', 'Y'),
(2219, 'pt', 'Pés de kiwi (Actinidia deliciosa)', '<p>Pés de kiwi (Actinidia deliciosa)</p>', '', '', '', 'N', '', 'Y'),
(2220, 'en', 'Pés de kokum (Garcinia indica)', '<p>Pés de kokum (Garcinia indica)</p>', '', '', '', 'N', '', 'Y'),
(2220, 'es', 'Pés de kokum (Garcinia indica)', '<p>Pés de kokum (Garcinia indica)</p>', '', '', '', 'N', '', 'Y'),
(2220, 'pt', 'Pés de kokum (Garcinia indica)', '<p>Pés de kokum (Garcinia indica)</p>', '', '', '', 'N', '', 'Y'),
(2221, 'en', 'Pés de langsat (Lansium domesticum)', '<p>Pés de langsat (Lansium domesticum)</p>', '', '', '', 'N', '', 'Y'),
(2221, 'es', 'Pés de langsat (Lansium domesticum)', '<p>Pés de langsat (Lansium domesticum)</p>', '', '', '', 'N', '', 'Y'),
(2221, 'pt', 'Pés de langsat (Lansium domesticum)', '<p>Pés de langsat (Lansium domesticum)</p>', '', '', '', 'N', '', 'Y'),
(2222, 'en', 'Pés de mabolo (Diospyros discolor)', '<p>Pés de mabolo (Diospyros discolor)</p>', '', '', '', 'N', '', 'Y'),
(2222, 'es', 'Pés de mabolo (Diospyros discolor)', '<p>Pés de mabolo (Diospyros discolor)</p>', '', '', '', 'N', '', 'Y'),
(2222, 'pt', 'Pés de mabolo (Diospyros discolor)', '<p>Pés de mabolo (Diospyros discolor)</p>', '', '', '', 'N', '', 'Y'),
(2223, 'en', 'Pés de mangostão (Garcinia mangostana)', '<p>Pés de mangostão (Garcinia mangostana)</p>', '', '', '', 'N', '', 'Y'),
(2223, 'es', 'Pés de mangostão (Garcinia mangostana)', '<p>Pés de mangostão (Garcinia mangostana)</p>', '', '', '', 'N', '', 'Y'),
(2223, 'pt', 'Pés de mangostão (Garcinia mangostana)', '<p>Pés de mangostão (Garcinia mangostana)</p>', '', '', '', 'N', '', 'Y'),
(2224, 'en', 'Pés de maracujá (Passiflora edulis)', '<p>Pés de maracujá (Passiflora edulis)</p>', '', '', '', 'N', '', 'Y'),
(2224, 'es', 'Pés de maracujá (Passiflora edulis)', '<p>Pés de maracujá (Passiflora edulis)</p>', '', '', '', 'N', '', 'Y'),
(2224, 'pt', 'Pés de maracujá (Passiflora edulis)', '<p>Pés de maracujá (Passiflora edulis)</p>', '', '', '', 'N', '', 'Y'),
(2225, 'en', 'Pés de mata-fome (Pithecellobium dulce)', '<p>Pés de mata-fome (Pithecellobium dulce)</p>', '', '', '', 'N', '', 'Y'),
(2225, 'es', 'Pés de mata-fome (Pithecellobium dulce)', '<p>Pés de mata-fome (Pithecellobium dulce)</p>', '', '', '', 'N', '', 'Y'),
(2225, 'pt', 'Pés de mata-fome (Pithecellobium dulce)', '<p>Pés de mata-fome (Pithecellobium dulce)</p>', '', '', '', 'N', '', 'Y'),
(2226, 'en', 'Pés de noni (Morinda citrifolia)', '<p>Pés de noni (Morinda citrifolia)</p>', '', '', '', 'N', '', 'Y'),
(2226, 'es', 'Pés de noni (Morinda citrifolia)', '<p>Pés de noni (Morinda citrifolia)</p>', '', '', '', 'N', '', 'Y'),
(2226, 'pt', 'Pés de noni (Morinda citrifolia)', '<p>Pés de noni (Morinda citrifolia)</p>', '', '', '', 'N', '', 'Y'),
(2227, 'en', 'Pés de romã (Punica granatum)', '<p>Pés de romã (Punica granatum)</p>', '', '', '', 'N', '', 'Y'),
(2227, 'es', 'Pés de romã (Punica granatum)', '<p>Pés de romã (Punica granatum)</p>', '', '', '', 'N', '', 'Y'),
(2227, 'pt', 'Pés de romã (Punica granatum)', '<p>Pés de romã (Punica granatum)</p>', '', '', '', 'N', '', 'Y'),
(2228, 'en', 'Pés de santol (Sandoricum koetjape)', '<p>Pés de santol (Sandoricum koetjape)</p>', '', '', '', 'N', '', 'Y'),
(2228, 'es', 'Pés de santol (Sandoricum koetjape)', '<p>Pés de santol (Sandoricum koetjape)</p>', '', '', '', 'N', '', 'Y'),
(2228, 'pt', 'Pés de santol (Sandoricum koetjape)', '<p>Pés de santol (Sandoricum koetjape)</p>', '', '', '', 'N', '', 'Y'),
(2229, 'en', 'Pés de sapota-preta (Diospyros digyna)', '<p>Pés de sapota-preta (Diospyros digyna)</p>', '', '', '', 'N', '', 'Y'),
(2229, 'es', 'Pés de sapota-preta (Diospyros digyna)', '<p>Pés de sapota-preta (Diospyros digyna)</p>', '', '', '', 'N', '', 'Y'),
(2229, 'pt', 'Pés de sapota-preta (Diospyros digyna)', '<p>Pés de sapota-preta (Diospyros digyna)</p>', '', '', '', 'N', '', 'Y'),
(2230, 'en', 'Pés de tamarilho (Cyphomandra betacea)', '<p>Pés de tamarilho (Cyphomandra betacea)</p>', '', '', '', 'N', '', 'Y'),
(2230, 'es', 'Pés de tamarilho (Cyphomandra betacea)', '<p>Pés de tamarilho (Cyphomandra betacea)</p>', '', '', '', 'N', '', 'Y'),
(2230, 'pt', 'Pés de tamarilho (Cyphomandra betacea)', '<p>Pés de tamarilho (Cyphomandra betacea)</p>', '', '', '', 'N', '', 'Y'),
(2231, 'en', 'Pés de tomate-de-capucho (Physalis peruviana)', '<p>Pés de tomate-de-capucho (Physalis peruviana)</p>', '', '', '', 'N', '', 'Y'),
(2231, 'es', 'Pés de tomate-de-capucho (Physalis peruviana)', '<p>Pés de tomate-de-capucho (Physalis peruviana)</p>', '', '', '', 'N', '', 'Y'),
(2231, 'pt', 'Pés de tomate-de-capucho (Physalis peruviana)', '<p>Pés de tomate-de-capucho (Physalis peruviana)</p>', '', '', '', 'N', '', 'Y'),
(2232, 'en', 'Tamarineiros (Tamarindus indica)', '<p>Tamarineiros (Tamarindus indica)</p>', '', '', '', 'N', '', 'Y'),
(2232, 'es', 'Tamarineiros (Tamarindus indica)', '<p>Tamarineiros (Tamarindus indica)</p>', '', '', '', 'N', '', 'Y'),
(2232, 'pt', 'Tamarineiros (Tamarindus indica)', '<p>Tamarineiros (Tamarindus indica)</p>', '', '', '', 'N', '', 'Y'),
(2233, 'en', 'Culturas para produção de frutas comestíveis de palmeiras', '<p>Culturas para produção de frutas comestíveis de palmeiras</p>', '', '', '', 'N', '', 'Y'),
(2233, 'es', 'Culturas para produção de frutas comestíveis de palmeiras', '<p>Culturas para produção de frutas comestíveis de palmeiras</p>', '', '', '', 'N', '', 'Y'),
(2233, 'pt', 'Culturas para produção de frutas comestíveis de palmeiras', '<p>Culturas para produção de frutas comestíveis de palmeiras</p>', '', '', '', 'N', '', 'Y'),
(2234, 'en', 'Coqueiros (Cocos nucifera)', '<p>Coqueiros (Cocos nucifera)</p>', '', '', '', 'N', '', 'Y'),
(2234, 'es', 'Coqueiros (Cocos nucifera)', '<p>Coqueiros (Cocos nucifera)</p>', '', '', '', 'N', '', 'Y'),
(2234, 'pt', 'Coqueiros (Cocos nucifera)', '<p>Coqueiros (Cocos nucifera)</p>', '', '', '', 'N', '', 'Y'),
(2235, 'en', 'Palmeiras salaca (Salacca edulis)', '<p>Palmeiras salaca (Salacca edulis)</p>', '', '', '', 'N', '', 'Y'),
(2235, 'es', 'Palmeiras salaca (Salacca edulis)', '<p>Palmeiras salaca (Salacca edulis)</p>', '', '', '', 'N', '', 'Y'),
(2235, 'pt', 'Palmeiras salaca (Salacca edulis)', '<p>Palmeiras salaca (Salacca edulis)</p>', '', '', '', 'N', '', 'Y'),
(2236, 'en', 'Palmeiras-de-leque (Borassus)', '<p>Palmeiras-de-leque (Borassus)</p>', '', '', '', 'N', '', 'Y'),
(2236, 'es', 'Palmeiras-de-leque (Borassus)', '<p>Palmeiras-de-leque (Borassus)</p>', '', '', '', 'N', '', 'Y'),
(2236, 'pt', 'Palmeiras-de-leque (Borassus)', '<p>Palmeiras-de-leque (Borassus)</p>', '', '', '', 'N', '', 'Y'),
(2237, 'en', 'Pés de açaí (Euterpe oleracea)', '<p>Pés de açaí (Euterpe oleracea)</p>', '', '', '', 'N', '', 'Y'),
(2237, 'es', 'Pés de açaí (Euterpe oleracea)', '<p>Pés de açaí (Euterpe oleracea)</p>', '', '', '', 'N', '', 'Y'),
(2237, 'pt', 'Pés de açaí (Euterpe oleracea)', '<p>Pés de açaí (Euterpe oleracea)</p>', '', '', '', 'N', '', 'Y'),
(2238, 'en', 'Tamareiras (Phoenix dactylifera)', '<p>Tamareiras (Phoenix dactylifera)</p>', '', '', '', 'N', '', 'Y'),
(2238, 'es', 'Tamareiras (Phoenix dactylifera)', '<p>Tamareiras (Phoenix dactylifera)</p>', '', '', '', 'N', '', 'Y'),
(2238, 'pt', 'Tamareiras (Phoenix dactylifera)', '<p>Tamareiras (Phoenix dactylifera)</p>', '', '', '', 'N', '', 'Y'),
(2239, 'en', 'Culturas para produção de frutas de caroço', '<p>Culturas para produção de frutas de caroço</p>', '', '', '', 'N', '', 'Y'),
(2239, 'es', 'Culturas para produção de frutas de caroço', '<p>Culturas para produção de frutas de caroço</p>', '', '', '', 'N', '', 'Y'),
(2239, 'pt', 'Culturas para produção de frutas de caroço', '<p>Culturas para produção de frutas de caroço</p>', '', '', '', 'N', '', 'Y'),
(2240, 'en', 'Abrunheiros (Prunus spinosa)', '<p>Abrunheiros (Prunus spinosa)</p>', '', '', '', 'N', '', 'Y'),
(2240, 'es', 'Abrunheiros (Prunus spinosa)', '<p>Abrunheiros (Prunus spinosa)</p>', '', '', '', 'N', '', 'Y'),
(2240, 'pt', 'Abrunheiros (Prunus spinosa)', '<p>Abrunheiros (Prunus spinosa)</p>', '', '', '', 'N', '', 'Y'),
(2241, 'en', 'Pés de ameixa (Prunus domestica)', '<p>Pés de ameixa (Prunus domestica)</p>', '', '', '', 'N', '', 'Y'),
(2241, 'es', 'Pés de ameixa (Prunus domestica)', '<p>Pés de ameixa (Prunus domestica)</p>', '', '', '', 'N', '', 'Y'),
(2241, 'pt', 'Pés de ameixa (Prunus domestica)', '<p>Pés de ameixa (Prunus domestica)</p>', '', '', '', 'N', '', 'Y'),
(2242, 'en', 'Pés de ameixa europeia (Prunus domestica ssp. Italica)', '<p>Pés de ameixa europeia (Prunus domestica ssp. Italica)</p>', '', '', '', 'N', '', 'Y'),
(2242, 'es', 'Pés de ameixa europeia (Prunus domestica ssp. Italica)', '<p>Pés de ameixa europeia (Prunus domestica ssp. Italica)</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(2242, 'pt', 'Pés de ameixa europeia (Prunus domestica ssp. Italica)', '<p>Pés de ameixa europeia (Prunus domestica ssp. Italica)</p>', '', '', '', 'N', '', 'Y'),
(2243, 'en', 'Pés de ameixa pequena (Prunus domestica ssp. Insititia)', '<p>Pés de ameixa pequena (Prunus domestica ssp. Insititia)</p>', '', '', '', 'N', '', 'Y'),
(2243, 'es', 'Pés de ameixa pequena (Prunus domestica ssp. Insititia)', '<p>Pés de ameixa pequena (Prunus domestica ssp. Insititia)</p>', '', '', '', 'N', '', 'Y'),
(2243, 'pt', 'Pés de ameixa pequena (Prunus domestica ssp. Insititia)', '<p>Pés de ameixa pequena (Prunus domestica ssp. Insititia)</p>', '', '', '', 'N', '', 'Y'),
(2244, 'en', 'Pés de ameixa russa (Prunus hybrids)', '<p>Pés de ameixa russa (Prunus hybrids)</p>', '', '', '', 'N', '', 'Y'),
(2244, 'es', 'Pés de ameixa russa (Prunus hybrids)', '<p>Pés de ameixa russa (Prunus hybrids)</p>', '', '', '', 'N', '', 'Y'),
(2244, 'pt', 'Pés de ameixa russa (Prunus hybrids)', '<p>Pés de ameixa russa (Prunus hybrids)</p>', '', '', '', 'N', '', 'Y'),
(2245, 'en', 'Pés de cereja ácida (Prunus cerasus)', '<p>Pés de cereja ácida (Prunus cerasus)</p>', '', '', '', 'N', '', 'Y'),
(2245, 'es', 'Pés de cereja ácida (Prunus cerasus)', '<p>Pés de cereja ácida (Prunus cerasus)</p>', '', '', '', 'N', '', 'Y'),
(2245, 'pt', 'Pés de cereja ácida (Prunus cerasus)', '<p>Pés de cereja ácida (Prunus cerasus)</p>', '', '', '', 'N', '', 'Y'),
(2246, 'en', 'Pés de cereja doce (Prunus avium)', '<p>Pés de cereja doce (Prunus avium)</p>', '', '', '', 'N', '', 'Y'),
(2246, 'es', 'Pés de cereja doce (Prunus avium)', '<p>Pés de cereja doce (Prunus avium)</p>', '', '', '', 'N', '', 'Y'),
(2246, 'pt', 'Pés de cereja doce (Prunus avium)', '<p>Pés de cereja doce (Prunus avium)</p>', '', '', '', 'N', '', 'Y'),
(2247, 'en', 'Pés de damasco (Prunus armeniaca)', '<p>Pés de damasco (Prunus armeniaca)</p>', '', '', '', 'N', '', 'Y'),
(2247, 'es', 'Pés de damasco (Prunus armeniaca)', '<p>Pés de damasco (Prunus armeniaca)</p>', '', '', '', 'N', '', 'Y'),
(2247, 'pt', 'Pés de damasco (Prunus armeniaca)', '<p>Pés de damasco (Prunus armeniaca)</p>', '', '', '', 'N', '', 'Y'),
(2248, 'en', 'Pés de nectarina (Prunus persica var nucipersica)', '<p>Pés de nectarina (Prunus persica var nucipersica)</p>', '', '', '', 'N', '', 'Y'),
(2248, 'es', 'Pés de nectarina (Prunus persica var nucipersica)', '<p>Pés de nectarina (Prunus persica var nucipersica)</p>', '', '', '', 'N', '', 'Y'),
(2248, 'pt', 'Pés de nectarina (Prunus persica var nucipersica)', '<p>Pés de nectarina (Prunus persica var nucipersica)</p>', '', '', '', 'N', '', 'Y'),
(2249, 'en', 'Pés de pêssego achatado (Prunus persica var. Platycarpa)', '<p>Pés de pêssego achatado (Prunus persica var. Platycarpa)</p>', '', '', '', 'N', '', 'Y'),
(2249, 'es', 'Pés de pêssego achatado (Prunus persica var. Platycarpa)', '<p>Pés de pêssego achatado (Prunus persica var. Platycarpa)</p>', '', '', '', 'N', '', 'Y'),
(2249, 'pt', 'Pés de pêssego achatado (Prunus persica var. Platycarpa)', '<p>Pés de pêssego achatado (Prunus persica var. Platycarpa)</p>', '', '', '', 'N', '', 'Y'),
(2250, 'en', 'Pessegueiros (Prunus persica)', '<p>Pessegueiros (Prunus persica)</p>', '', '', '', 'N', '', 'Y'),
(2250, 'es', 'Pessegueiros (Prunus persica)', '<p>Pessegueiros (Prunus persica)</p>', '', '', '', 'N', '', 'Y'),
(2250, 'pt', 'Pessegueiros (Prunus persica)', '<p>Pessegueiros (Prunus persica)</p>', '', '', '', 'N', '', 'Y'),
(2251, 'en', 'Culturas para produção de frutas sumagres', '<p>Culturas para produção de frutas sumagres</p>', '', '', '', 'N', '', 'Y'),
(2251, 'es', 'Culturas para produção de frutas sumagres', '<p>Culturas para produção de frutas sumagres</p>', '', '', '', 'N', '', 'Y'),
(2251, 'pt', 'Culturas para produção de frutas sumagres', '<p>Culturas para produção de frutas sumagres</p>', '', '', '', 'N', '', 'Y'),
(2252, 'en', 'Cajazeiros (Spondias mombin)', '<p>Cajazeiros (Spondias mombin)</p>', '', '', '', 'N', '', 'Y'),
(2252, 'es', 'Cajazeiros (Spondias mombin)', '<p>Cajazeiros (Spondias mombin)</p>', '', '', '', 'N', '', 'Y'),
(2252, 'pt', 'Cajazeiros (Spondias mombin)', '<p>Cajazeiros (Spondias mombin)</p>', '', '', '', 'N', '', 'Y'),
(2253, 'en', 'Mangueiras (Mangifera foetida)', '<p>Mangueiras (Mangifera foetida)</p>', '', '', '', 'N', '', 'Y'),
(2253, 'es', 'Mangueiras (Mangifera foetida)', '<p>Mangueiras (Mangifera foetida)</p>', '', '', '', 'N', '', 'Y'),
(2253, 'pt', 'Mangueiras (Mangifera foetida)', '<p>Mangueiras (Mangifera foetida)</p>', '', '', '', 'N', '', 'Y'),
(2254, 'en', 'Pés de cajá-manga (Spondias dulcis)', '<p>Pés de cajá-manga (Spondias dulcis)</p>', '', '', '', 'N', '', 'Y'),
(2254, 'es', 'Pés de cajá-manga (Spondias dulcis)', '<p>Pés de cajá-manga (Spondias dulcis)</p>', '', '', '', 'N', '', 'Y'),
(2254, 'pt', 'Pés de cajá-manga (Spondias dulcis)', '<p>Pés de cajá-manga (Spondias dulcis)</p>', '', '', '', 'N', '', 'Y'),
(2255, 'en', 'Pés de gandaria (Bouea macrophylla)', '<p>Pés de gandaria (Bouea macrophylla)</p>', '', '', '', 'N', '', 'Y'),
(2255, 'es', 'Pés de gandaria (Bouea macrophylla)', '<p>Pés de gandaria (Bouea macrophylla)</p>', '', '', '', 'N', '', 'Y'),
(2255, 'pt', 'Pés de gandaria (Bouea macrophylla)', '<p>Pés de gandaria (Bouea macrophylla)</p>', '', '', '', 'N', '', 'Y'),
(2256, 'en', 'Pés de kuini (Mangifera odorata)', '<p>Pés de kuini (Mangifera odorata)</p>', '', '', '', 'N', '', 'Y'),
(2256, 'es', 'Pés de kuini (Mangifera odorata)', '<p>Pés de kuini (Mangifera odorata)</p>', '', '', '', 'N', '', 'Y'),
(2256, 'pt', 'Pés de kuini (Mangifera odorata)', '<p>Pés de kuini (Mangifera odorata)</p>', '', '', '', 'N', '', 'Y'),
(2257, 'en', 'Pés de manga rosa (Mangifera indica)', '<p>Pés de manga rosa (Mangifera indica)</p>', '', '', '', 'N', '', 'Y'),
(2257, 'es', 'Pés de manga rosa (Mangifera indica)', '<p>Pés de manga rosa (Mangifera indica)</p>', '', '', '', 'N', '', 'Y'),
(2257, 'pt', 'Pés de manga rosa (Mangifera indica)', '<p>Pés de manga rosa (Mangifera indica)</p>', '', '', '', 'N', '', 'Y'),
(2258, 'en', 'Pés de marula (Sclerocarya birrea)', '<p>Pés de marula (Sclerocarya birrea)</p>', '', '', '', 'N', '', 'Y'),
(2258, 'es', 'Pés de marula (Sclerocarya birrea)', '<p>Pés de marula (Sclerocarya birrea)</p>', '', '', '', 'N', '', 'Y'),
(2258, 'pt', 'Pés de marula (Sclerocarya birrea)', '<p>Pés de marula (Sclerocarya birrea)</p>', '', '', '', 'N', '', 'Y'),
(2259, 'en', 'Pés de noz da Nova Guiné (Dracontomelon dao)', '<p>Pés de noz da Nova Guiné (Dracontomelon dao)</p>', '', '', '', 'N', '', 'Y'),
(2259, 'es', 'Pés de noz da Nova Guiné (Dracontomelon dao)', '<p>Pés de noz da Nova Guiné (Dracontomelon dao)</p>', '', '', '', 'N', '', 'Y'),
(2259, 'pt', 'Pés de noz da Nova Guiné (Dracontomelon dao)', '<p>Pés de noz da Nova Guiné (Dracontomelon dao)</p>', '', '', '', 'N', '', 'Y'),
(2260, 'en', 'Pés de seriguela (Spondias purpurea)', '<p>Pés de seriguela (Spondias purpurea)</p>', '', '', '', 'N', '', 'Y'),
(2260, 'es', 'Pés de seriguela (Spondias purpurea)', '<p>Pés de seriguela (Spondias purpurea)</p>', '', '', '', 'N', '', 'Y'),
(2260, 'pt', 'Pés de seriguela (Spondias purpurea)', '<p>Pés de seriguela (Spondias purpurea)</p>', '', '', '', 'N', '', 'Y'),
(2261, 'en', 'Umbuzeiro (Spondias Tuberosa)', '<p>Umbuzeiro (Spondias Tuberosa)</p>', '', '', '', 'N', '', 'Y'),
(2261, 'es', 'Umbuzeiro (Spondias Tuberosa)', '<p>Umbuzeiro (Spondias Tuberosa)</p>', '', '', '', 'N', '', 'Y'),
(2261, 'pt', 'Umbuzeiro (Spondias Tuberosa)', '<p>Umbuzeiro (Spondias Tuberosa)</p>', '', '', '', 'N', '', 'Y'),
(2262, 'en', 'Culturas para produção de frutos comestíveis de pés de murta', '<p>Culturas para produção de frutos comestíveis de pés de murta</p>', '', '', '', 'N', '', 'Y'),
(2262, 'es', 'Culturas para produção de frutos comestíveis de pés de murta', '<p>Culturas para produção de frutos comestíveis de pés de murta</p>', '', '', '', 'N', '', 'Y'),
(2262, 'pt', 'Culturas para produção de frutos comestíveis de pés de murta', '<p>Culturas para produção de frutos comestíveis de pés de murta</p>', '', '', '', 'N', '', 'Y'),
(2263, 'en', 'Goiabeiras (Psidium guajava)', '<p>Goiabeiras (Psidium guajava)</p>', '', '', '', 'N', '', 'Y'),
(2263, 'es', 'Goiabeiras (Psidium guajava)', '<p>Goiabeiras (Psidium guajava)</p>', '', '', '', 'N', '', 'Y'),
(2263, 'pt', 'Goiabeiras (Psidium guajava)', '<p>Goiabeiras (Psidium guajava)</p>', '', '', '', 'N', '', 'Y'),
(2264, 'en', 'Jabuticabeiras (Myrciaria cauliflora)', '<p>Jabuticabeiras (Myrciaria cauliflora)</p>', '', '', '', 'N', '', 'Y'),
(2264, 'es', 'Jabuticabeiras (Myrciaria cauliflora)', '<p>Jabuticabeiras (Myrciaria cauliflora)</p>', '', '', '', 'N', '', 'Y'),
(2264, 'pt', 'Jabuticabeiras (Myrciaria cauliflora)', '<p>Jabuticabeiras (Myrciaria cauliflora)</p>', '', '', '', 'N', '', 'Y'),
(2265, 'en', 'Jambeiros (Syzygium cumini)', '<p>Jambeiros (Syzygium cumini)</p>', '', '', '', 'N', '', 'Y'),
(2265, 'es', 'Jambeiros (Syzygium cumini)', '<p>Jambeiros (Syzygium cumini)</p>', '', '', '', 'N', '', 'Y'),
(2265, 'pt', 'Jambeiros (Syzygium cumini)', '<p>Jambeiros (Syzygium cumini)</p>', '', '', '', 'N', '', 'Y'),
(2266, 'en', 'Pés de araçá-rosa (Psidium cattleianum)', '<p>Pés de araçá-rosa (Psidium cattleianum)</p>', '', '', '', 'N', '', 'Y'),
(2266, 'es', 'Pés de araçá-rosa (Psidium cattleianum)', '<p>Pés de araçá-rosa (Psidium cattleianum)</p>', '', '', '', 'N', '', 'Y'),
(2266, 'pt', 'Pés de araçá-rosa (Psidium cattleianum)', '<p>Pés de araçá-rosa (Psidium cattleianum)</p>', '', '', '', 'N', '', 'Y'),
(2267, 'en', 'Pés de feijoa (Feijoa sellowiana)', '<p>Pés de feijoa (Feijoa sellowiana)</p>', '', '', '', 'N', '', 'Y'),
(2267, 'es', 'Pés de feijoa (Feijoa sellowiana)', '<p>Pés de feijoa (Feijoa sellowiana)</p>', '', '', '', 'N', '', 'Y'),
(2267, 'pt', 'Pés de feijoa (Feijoa sellowiana)', '<p>Pés de feijoa (Feijoa sellowiana)</p>', '', '', '', 'N', '', 'Y'),
(2268, 'en', 'Pés de jambo-branco (Syzygium aqueum)', '<p>Pés de jambo-branco (Syzygium aqueum)</p>', '', '', '', 'N', '', 'Y'),
(2268, 'es', 'Pés de jambo-branco (Syzygium aqueum)', '<p>Pés de jambo-branco (Syzygium aqueum)</p>', '', '', '', 'N', '', 'Y'),
(2268, 'pt', 'Pés de jambo-branco (Syzygium aqueum)', '<p>Pés de jambo-branco (Syzygium aqueum)</p>', '', '', '', 'N', '', 'Y'),
(2269, 'en', 'Pés de jambo-rosa (Syzygium samarangense)', '<p>Pés de jambo-rosa (Syzygium samarangense)</p>', '', '', '', 'N', '', 'Y'),
(2269, 'es', 'Pés de jambo-rosa (Syzygium samarangense)', '<p>Pés de jambo-rosa (Syzygium samarangense)</p>', '', '', '', 'N', '', 'Y'),
(2269, 'pt', 'Pés de jambo-rosa (Syzygium samarangense)', '<p>Pés de jambo-rosa (Syzygium samarangense)</p>', '', '', '', 'N', '', 'Y'),
(2270, 'en', 'Pés de jambo-vermelho (Syzygium malaccense)', '<p>Pés de jambo-vermelho (Syzygium malaccense)</p>', '', '', '', 'N', '', 'Y'),
(2270, 'es', 'Pés de jambo-vermelho (Syzygium malaccense)', '<p>Pés de jambo-vermelho (Syzygium malaccense)</p>', '', '', '', 'N', '', 'Y'),
(2270, 'pt', 'Pés de jambo-vermelho (Syzygium malaccense)', '<p>Pés de jambo-vermelho (Syzygium malaccense)</p>', '', '', '', 'N', '', 'Y'),
(2271, 'en', 'Pés de ma-kiang (Cleistocalyx operculatus var. paniala)', '<p>Pés de ma-kiang (Cleistocalyx operculatus var. paniala)</p>', '', '', '', 'N', '', 'Y'),
(2271, 'es', 'Pés de ma-kiang (Cleistocalyx operculatus var. paniala)', '<p>Pés de ma-kiang (Cleistocalyx operculatus var. paniala)</p>', '', '', '', 'N', '', 'Y'),
(2271, 'pt', 'Pés de ma-kiang (Cleistocalyx operculatus var. paniala)', '<p>Pés de ma-kiang (Cleistocalyx operculatus var. paniala)</p>', '', '', '', 'N', '', 'Y'),
(2272, 'en', 'Culturas para Produção de Frutos Comestíveis de pés de Soapberry/Sapindus', '<p>Culturas para Produção de Frutos Comestíveis de pés de Soapberry/Sapindus</p>', '', '', '', 'N', '', 'Y'),
(2272, 'es', 'Culturas para Produção de Frutos Comestíveis de pés de Soapberry/Sapindus', '<p>Culturas para Produção de Frutos Comestíveis de pés de Soapberry/Sapindus</p>', '', '', '', 'N', '', 'Y'),
(2272, 'pt', 'Culturas para Produção de Frutos Comestíveis de pés de Soapberry/Sapindus', '<p>Culturas para Produção de Frutos Comestíveis de pés de Soapberry/Sapindus</p>', '', '', '', 'N', '', 'Y'),
(2273, 'en', 'Mamoncillo (Meliococcus Bijgatus)', '<p>Mamoncillo (Meliococcus Bijgatus)</p>', '', '', '', 'N', '', 'Y'),
(2273, 'es', 'Mamoncillo (Meliococcus Bijgatus)', '<p>Mamoncillo (Meliococcus Bijgatus)</p>', '', '', '', 'N', '', 'Y'),
(2273, 'pt', 'Mamoncillo (Meliococcus Bijgatus)', '<p>Mamoncillo (Meliococcus Bijgatus)</p>', '', '', '', 'N', '', 'Y'),
(2274, 'en', 'Pés de akee (Blighia sapida)', '<p>Pés de akee (Blighia sapida)</p>', '', '', '', 'N', '', 'Y'),
(2274, 'es', 'Pés de akee (Blighia sapida)', '<p>Pés de akee (Blighia sapida)</p>', '', '', '', 'N', '', 'Y'),
(2274, 'pt', 'Pés de akee (Blighia sapida)', '<p>Pés de akee (Blighia sapida)</p>', '', '', '', 'N', '', 'Y'),
(2275, 'en', 'Pés de lichia (Litchi chinensis)', '<p>Pés de lichia (Litchi chinensis)</p>', '', '', '', 'N', '', 'Y'),
(2275, 'es', 'Pés de lichia (Litchi chinensis)', '<p>Pés de lichia (Litchi chinensis)</p>', '', '', '', 'N', '', 'Y'),
(2275, 'pt', 'Pés de lichia (Litchi chinensis)', '<p>Pés de lichia (Litchi chinensis)</p>', '', '', '', 'N', '', 'Y'),
(2276, 'en', 'Pés de longana (Dimocarpus longan)', '<p>Pés de longana (Dimocarpus longan)</p>', '', '', '', 'N', '', 'Y'),
(2276, 'es', 'Pés de longana (Dimocarpus longan)', '<p>Pés de longana (Dimocarpus longan)</p>', '', '', '', 'N', '', 'Y'),
(2276, 'pt', 'Pés de longana (Dimocarpus longan)', '<p>Pés de longana (Dimocarpus longan)</p>', '', '', '', 'N', '', 'Y'),
(2277, 'en', 'Pés de longana de Fiji (Pometia pinnata)', '<p>Pés de longana de Fiji (Pometia pinnata)</p>', '', '', '', 'N', '', 'Y'),
(2277, 'es', 'Pés de longana de Fiji (Pometia pinnata)', '<p>Pés de longana de Fiji (Pometia pinnata)</p>', '', '', '', 'N', '', 'Y'),
(2277, 'pt', 'Pés de longana de Fiji (Pometia pinnata)', '<p>Pés de longana de Fiji (Pometia pinnata)</p>', '', '', '', 'N', '', 'Y'),
(2278, 'en', 'Pés de rambutão (Nephelium lappaceum)', '<p>Pés de rambutão (Nephelium lappaceum)</p>', '', '', '', 'N', '', 'Y'),
(2278, 'es', 'Pés de rambutão (Nephelium lappaceum)', '<p>Pés de rambutão (Nephelium lappaceum)</p>', '', '', '', 'N', '', 'Y'),
(2278, 'pt', 'Pés de rambutão (Nephelium lappaceum)', '<p>Pés de rambutão (Nephelium lappaceum)</p>', '', '', '', 'N', '', 'Y'),
(2279, 'en', 'Culturas para Produção de Nozes Comestíveis', '<p>Culturas para Produção de Nozes Comestíveis</p>', '', '', '', 'N', '', 'Y'),
(2279, 'es', 'Culturas para Produção de Nozes Comestíveis', '<p>Culturas para Produção de Nozes Comestíveis</p>', '', '', '', 'N', '', 'Y'),
(2279, 'pt', 'Culturas para Produção de Nozes Comestíveis', '<p>Culturas para Produção de Nozes Comestíveis</p>', '', '', '', 'N', '', 'Y'),
(2280, 'en', 'Amendoeiras amargas (Prunus dulcis var. amara)', '<p>Amendoeiras amargas (Prunus dulcis var. amara)</p>', '', '', '', 'N', '', 'Y'),
(2280, 'es', 'Amendoeiras amargas (Prunus dulcis var. amara)', '<p>Amendoeiras amargas (Prunus dulcis var. amara)</p>', '', '', '', 'N', '', 'Y'),
(2280, 'pt', 'Amendoeiras amargas (Prunus dulcis var. amara)', '<p>Amendoeiras amargas (Prunus dulcis var. amara)</p>', '', '', '', 'N', '', 'Y'),
(2281, 'en', 'Amendoeiras doces (Prunus dulcis var. dulcis)', '<p>Amendoeiras doces (Prunus dulcis var. dulcis)</p>', '', '', '', 'N', '', 'Y'),
(2281, 'es', 'Amendoeiras doces (Prunus dulcis var. dulcis)', '<p>Amendoeiras doces (Prunus dulcis var. dulcis)</p>', '', '', '', 'N', '', 'Y'),
(2281, 'pt', 'Amendoeiras doces (Prunus dulcis var. dulcis)', '<p>Amendoeiras doces (Prunus dulcis var. dulcis)</p>', '', '', '', 'N', '', 'Y'),
(2282, 'en', 'Amendoeiras javas (Canarium indicum)', '<p>Amendoeiras javas (Canarium indicum)</p>', '', '', '', 'N', '', 'Y'),
(2282, 'es', 'Amendoeiras javas (Canarium indicum)', '<p>Amendoeiras javas (Canarium indicum)</p>', '', '', '', 'N', '', 'Y'),
(2282, 'pt', 'Amendoeiras javas (Canarium indicum)', '<p>Amendoeiras javas (Canarium indicum)</p>', '', '', '', 'N', '', 'Y'),
(2283, 'en', 'Amendoeiras-da-praia (Terminalia catappa)', '<p>Amendoeiras-da-praia (Terminalia catappa)</p>', '', '', '', 'N', '', 'Y'),
(2283, 'es', 'Amendoeiras-da-praia (Terminalia catappa)', '<p>Amendoeiras-da-praia (Terminalia catappa)</p>', '', '', '', 'N', '', 'Y'),
(2283, 'pt', 'Amendoeiras-da-praia (Terminalia catappa)', '<p>Amendoeiras-da-praia (Terminalia catappa)</p>', '', '', '', 'N', '', 'Y'),
(2284, 'en', 'Aveleiras comuns (Corylus avellana)', '<p>Aveleiras comuns (Corylus avellana)</p>', '', '', '', 'N', '', 'Y'),
(2284, 'es', 'Aveleiras comuns (Corylus avellana)', '<p>Aveleiras comuns (Corylus avellana)</p>', '', '', '', 'N', '', 'Y'),
(2284, 'pt', 'Aveleiras comuns (Corylus avellana)', '<p>Aveleiras comuns (Corylus avellana)</p>', '', '', '', 'N', '', 'Y'),
(2285, 'en', 'Cajueiros (Anacardium occidentale)', '<p>Cajueiros (Anacardium occidentale)</p>', '', '', '', 'N', '', 'Y'),
(2285, 'es', 'Cajueiros (Anacardium occidentale)', '<p>Cajueiros (Anacardium occidentale)</p>', '', '', '', 'N', '', 'Y'),
(2285, 'pt', 'Cajueiros (Anacardium occidentale)', '<p>Cajueiros (Anacardium occidentale)</p>', '', '', '', 'N', '', 'Y'),
(2286, 'en', 'Castanheiras (Castanea sativa)', '<p>Castanheiras (Castanea sativa)</p>', '', '', '', 'N', '', 'Y'),
(2286, 'es', 'Castanheiras (Castanea sativa)', '<p>Castanheiras (Castanea sativa)</p>', '', '', '', 'N', '', 'Y'),
(2286, 'pt', 'Castanheiras (Castanea sativa)', '<p>Castanheiras (Castanea sativa)</p>', '', '', '', 'N', '', 'Y'),
(2287, 'en', 'Nogueiras-pecã (Carya illinoinensis)', '<p>Nogueiras-pecã (Carya illinoinensis)</p>', '', '', '', 'N', '', 'Y'),
(2287, 'es', 'Nogueiras-pecã (Carya illinoinensis)', '<p>Nogueiras-pecã (Carya illinoinensis)</p>', '', '', '', 'N', '', 'Y'),
(2287, 'pt', 'Nogueiras-pecã (Carya illinoinensis)', '<p>Nogueiras-pecã (Carya illinoinensis)</p>', '', '', '', 'N', '', 'Y'),
(2288, 'en', 'Palmeiras betel (Areca catechu)', '<p>Palmeiras betel (Areca catechu)</p>', '', '', '', 'N', '', 'Y'),
(2288, 'es', 'Palmeiras betel (Areca catechu)', '<p>Palmeiras betel (Areca catechu)</p>', '', '', '', 'N', '', 'Y'),
(2288, 'pt', 'Palmeiras betel (Areca catechu)', '<p>Palmeiras betel (Areca catechu)</p>', '', '', '', 'N', '', 'Y'),
(2289, 'en', 'Pequizeiros (Caryocar nuciferum)', '<p>Pequizeiros (Caryocar nuciferum)</p>', '', '', '', 'N', '', 'Y'),
(2289, 'es', 'Pequizeiros (Caryocar nuciferum)', '<p>Pequizeiros (Caryocar nuciferum)</p>', '', '', '', 'N', '', 'Y'),
(2289, 'pt', 'Pequizeiros (Caryocar nuciferum)', '<p>Pequizeiros (Caryocar nuciferum)</p>', '', '', '', 'N', '', 'Y'),
(2290, 'en', 'Pés de carité (Vitellaria paradoxa)', '<p>Pés de carité (Vitellaria paradoxa)</p>', '', '', '', 'N', '', 'Y'),
(2290, 'es', 'Pés de carité (Vitellaria paradoxa)', '<p>Pés de carité (Vitellaria paradoxa)</p>', '', '', '', 'N', '', 'Y'),
(2290, 'pt', 'Pés de carité (Vitellaria paradoxa)', '<p>Pés de carité (Vitellaria paradoxa)</p>', '', '', '', 'N', '', 'Y'),
(2291, 'en', 'Pés de castanha-do-Pará (Bertholletia excelsa)', '<p>Pés de castanha-do-Pará (Bertholletia excelsa)</p>', '', '', '', 'N', '', 'Y'),
(2291, 'es', 'Pés de castanha-do-Pará (Bertholletia excelsa)', '<p>Pés de castanha-do-Pará (Bertholletia excelsa)</p>', '', '', '', 'N', '', 'Y'),
(2291, 'pt', 'Pés de castanha-do-Pará (Bertholletia excelsa)', '<p>Pés de castanha-do-Pará (Bertholletia excelsa)</p>', '', '', '', 'N', '', 'Y'),
(2292, 'en', 'Pés de chinquapin (Castanopsis)', '<p>Pés de chinquapin (Castanopsis)</p>', '', '', '', 'N', '', 'Y'),
(2292, 'es', 'Pés de chinquapin (Castanopsis)', '<p>Pés de chinquapin (Castanopsis)</p>', '', '', '', 'N', '', 'Y'),
(2292, 'pt', 'Pés de chinquapin (Castanopsis)', '<p>Pés de chinquapin (Castanopsis)</p>', '', '', '', 'N', '', 'Y'),
(2293, 'en', 'Pés de coco de mono (Lecythis ollaria)', '<p>Pés de coco de mono (Lecythis ollaria)</p>', '', '', '', 'N', '', 'Y'),
(2293, 'es', 'Pés de coco de mono (Lecythis ollaria)', '<p>Pés de coco de mono (Lecythis ollaria)</p>', '', '', '', 'N', '', 'Y'),
(2293, 'pt', 'Pés de coco de mono (Lecythis ollaria)', '<p>Pés de coco de mono (Lecythis ollaria)</p>', '', '', '', 'N', '', 'Y'),
(2294, 'en', 'Pés de fruta-pão africana (Treculia africana)', '<p>Pés de fruta-pão africana (Treculia africana)</p>', '', '', '', 'N', '', 'Y'),
(2294, 'es', 'Pés de fruta-pão africana (Treculia africana)', '<p>Pés de fruta-pão africana (Treculia africana)</p>', '', '', '', 'N', '', 'Y'),
(2294, 'pt', 'Pés de fruta-pão africana (Treculia africana)', '<p>Pés de fruta-pão africana (Treculia africana)</p>', '', '', '', 'N', '', 'Y'),
(2295, 'en', 'Pés de macadâmia (Macadamia ternifolia)', '<p>Pés de macadâmia (Macadamia ternifolia)</p>', '', '', '', 'N', '', 'Y'),
(2295, 'es', 'Pés de macadâmia (Macadamia ternifolia)', '<p>Pés de macadâmia (Macadamia ternifolia)</p>', '', '', '', 'N', '', 'Y'),
(2295, 'pt', 'Pés de macadâmia (Macadamia ternifolia)', '<p>Pés de macadâmia (Macadamia ternifolia)</p>', '', '', '', 'N', '', 'Y'),
(2296, 'en', 'Pés de obi (Cola acuminata)', '<p>Pés de obi (Cola acuminata)</p>', '', '', '', 'N', '', 'Y'),
(2296, 'es', 'Pés de obi (Cola acuminata)', '<p>Pés de obi (Cola acuminata)</p>', '', '', '', 'N', '', 'Y'),
(2296, 'pt', 'Pés de obi (Cola acuminata)', '<p>Pés de obi (Cola acuminata)</p>', '', '', '', 'N', '', 'Y'),
(2297, 'en', 'Pés de pistache (Pistacia vera)', '<p>Pés de pistache (Pistacia vera)</p>', '', '', '', 'N', '', 'Y'),
(2297, 'es', 'Pés de pistache (Pistacia vera)', '<p>Pés de pistache (Pistacia vera)</p>', '', '', '', 'N', '', 'Y'),
(2297, 'pt', 'Pés de pistache (Pistacia vera)', '<p>Pés de pistache (Pistacia vera)</p>', '', '', '', 'N', '', 'Y'),
(2298, 'en', 'Pés de sapucaia (Lecythis zabucajo)', '<p>Pés de sapucaia (Lecythis zabucajo)</p>', '', '', '', 'N', '', 'Y'),
(2298, 'es', 'Pés de sapucaia (Lecythis zabucajo)', '<p>Pés de sapucaia (Lecythis zabucajo)</p>', '', '', '', 'N', '', 'Y'),
(2298, 'pt', 'Pés de sapucaia (Lecythis zabucajo)', '<p>Pés de sapucaia (Lecythis zabucajo)</p>', '', '', '', 'N', '', 'Y'),
(2299, 'en', 'Pinheiros mansos (Pinus pinea)', '<p>Pinheiros mansos (Pinus pinea)</p>', '', '', '', 'N', '', 'Y'),
(2299, 'es', 'Pinheiros mansos (Pinus pinea)', '<p>Pinheiros mansos (Pinus pinea)</p>', '', '', '', 'N', '', 'Y'),
(2299, 'pt', 'Pinheiros mansos (Pinus pinea)', '<p>Pinheiros mansos (Pinus pinea)</p>', '', '', '', 'N', '', 'Y'),
(2300, 'en', 'Culturas Vegetais - Caules, Tubérculos e Rizomas Comestíveis', '<p>Culturas Vegetais - Caules, Tubérculos e Rizomas Comestíveis</p>', '', '', '', 'N', '', 'Y'),
(2300, 'es', 'Culturas Vegetais - Caules, Tubérculos e Rizomas Comestíveis', '<p>Culturas Vegetais - Caules, Tubérculos e Rizomas Comestíveis</p>', '', '', '', 'N', '', 'Y'),
(2300, 'pt', 'Culturas Vegetais - Caules, Tubérculos e Rizomas Comestíveis', '<p>Culturas Vegetais - Caules, Tubérculos e Rizomas Comestíveis</p>', '', '', '', 'N', '', 'Y'),
(2301, 'en', 'Aipo (Apium Graveolens)', '<p>Aipo (Apium Graveolens)</p>', '', '', '', 'N', '', 'Y'),
(2301, 'es', 'Aipo (Apium Graveolens)', '<p>Aipo (Apium Graveolens)</p>', '', '', '', 'N', '', 'Y'),
(2301, 'pt', 'Aipo (Apium Graveolens)', '<p>Aipo (Apium Graveolens)</p>', '', '', '', 'N', '', 'Y'),
(2302, 'en', 'Alcachofra de Jerusalém (Helianthus Tuberosus)', '<p>Alcachofra de Jerusalém (Helianthus Tuberosus)</p>', '', '', '', 'N', '', 'Y'),
(2302, 'es', 'Alcachofra de Jerusalém (Helianthus Tuberosus)', '<p>Alcachofra de Jerusalém (Helianthus Tuberosus)</p>', '', '', '', 'N', '', 'Y'),
(2302, 'pt', 'Alcachofra de Jerusalém (Helianthus Tuberosus)', '<p>Alcachofra de Jerusalém (Helianthus Tuberosus)</p>', '', '', '', 'N', '', 'Y'),
(2303, 'en', 'Araruta (Maranta Arundinacea)', '<p>Araruta (Maranta Arundinacea)</p>', '', '', '', 'N', '', 'Y'),
(2303, 'es', 'Araruta (Maranta Arundinacea)', '<p>Araruta (Maranta Arundinacea)</p>', '', '', '', 'N', '', 'Y'),
(2303, 'pt', 'Araruta (Maranta Arundinacea)', '<p>Araruta (Maranta Arundinacea)</p>', '', '', '', 'N', '', 'Y'),
(2304, 'en', 'Bardana (Arctium Lappa)', '<p>Bardana (Arctium Lappa)</p>', '', '', '', 'N', '', 'Y'),
(2304, 'es', 'Bardana (Arctium Lappa)', '<p>Bardana (Arctium Lappa)</p>', '', '', '', 'N', '', 'Y'),
(2304, 'pt', 'Bardana (Arctium Lappa)', '<p>Bardana (Arctium Lappa)</p>', '', '', '', 'N', '', 'Y'),
(2305, 'en', 'Batata (Solanum Tuberosum)', '<p>Batata (Solanum Tuberosum)</p>', '', '', '', 'N', '', 'Y'),
(2305, 'es', 'Batata (Solanum Tuberosum)', '<p>Batata (Solanum Tuberosum)</p>', '', '', '', 'N', '', 'Y'),
(2305, 'pt', 'Batata (Solanum Tuberosum)', '<p>Batata (Solanum Tuberosum)</p>', '', '', '', 'N', '', 'Y'),
(2306, 'en', 'Batata-baroa (Arracacia Xanthorrhiza)', '<p>Batata-baroa (Arracacia Xanthorrhiza)</p>', '', '', '', 'N', '', 'Y'),
(2306, 'es', 'Batata-baroa (Arracacia Xanthorrhiza)', '<p>Batata-baroa (Arracacia Xanthorrhiza)</p>', '', '', '', 'N', '', 'Y'),
(2306, 'pt', 'Batata-baroa (Arracacia Xanthorrhiza)', '<p>Batata-baroa (Arracacia Xanthorrhiza)</p>', '', '', '', 'N', '', 'Y'),
(2307, 'en', 'Batata-doce (Ipomoea Batatas)', '<p>Batata-doce (Ipomoea Batatas)</p>', '', '', '', 'N', '', 'Y'),
(2307, 'es', 'Batata-doce (Ipomoea Batatas)', '<p>Batata-doce (Ipomoea Batatas)</p>', '', '', '', 'N', '', 'Y'),
(2307, 'pt', 'Batata-doce (Ipomoea Batatas)', '<p>Batata-doce (Ipomoea Batatas)</p>', '', '', '', 'N', '', 'Y'),
(2308, 'en', 'Beterraba (Beta Vulgaris Subsp. Vulgaris var. Conditiva)', '<p>Beterraba (Beta Vulgaris Subsp. Vulgaris var. Conditiva)</p>', '', '', '', 'N', '', 'Y'),
(2308, 'es', 'Beterraba (Beta Vulgaris Subsp. Vulgaris var. Conditiva)', '<p>Beterraba (Beta Vulgaris Subsp. Vulgaris var. Conditiva)</p>', '', '', '', 'N', '', 'Y'),
(2308, 'pt', 'Beterraba (Beta Vulgaris Subsp. Vulgaris var. Conditiva)', '<p>Beterraba (Beta Vulgaris Subsp. Vulgaris var. Conditiva)</p>', '', '', '', 'N', '', 'Y'),
(2309, 'en', 'Cará-doce (Dioscorea Trifida)', '<p>Cará-doce (Dioscorea Trifida)</p>', '', '', '', 'N', '', 'Y'),
(2309, 'es', 'Cará-doce (Dioscorea Trifida)', '<p>Cará-doce (Dioscorea Trifida)</p>', '', '', '', 'N', '', 'Y'),
(2309, 'pt', 'Cará-doce (Dioscorea Trifida)', '<p>Cará-doce (Dioscorea Trifida)</p>', '', '', '', 'N', '', 'Y'),
(2310, 'en', 'Cará-Moela (Dioscorea Bulbifera)', '<p>Cará-Moela (Dioscorea Bulbifera)</p>', '', '', '', 'N', '', 'Y'),
(2310, 'es', 'Cará-Moela (Dioscorea Bulbifera)', '<p>Cará-Moela (Dioscorea Bulbifera)</p>', '', '', '', 'N', '', 'Y'),
(2310, 'pt', 'Cará-Moela (Dioscorea Bulbifera)', '<p>Cará-Moela (Dioscorea Bulbifera)</p>', '', '', '', 'N', '', 'Y'),
(2311, 'en', 'Castanha-d\'água (Eleocharis Dulcis)', '<p>Castanha-d\'água (Eleocharis Dulcis)</p>', '', '', '', 'N', '', 'Y'),
(2311, 'es', 'Castanha-d\'água (Eleocharis Dulcis)', '<p>Castanha-d\'água (Eleocharis Dulcis)</p>', '', '', '', 'N', '', 'Y'),
(2311, 'pt', 'Castanha-d\'água (Eleocharis Dulcis)', '<p>Castanha-d\'água (Eleocharis Dulcis)</p>', '', '', '', 'N', '', 'Y'),
(2312, 'en', 'Cenoura (Daucus Carota)', '<p>Cenoura (Daucus Carota)</p>', '', '', '', 'N', '', 'Y'),
(2312, 'es', 'Cenoura (Daucus Carota)', '<p>Cenoura (Daucus Carota)</p>', '', '', '', 'N', '', 'Y'),
(2312, 'pt', 'Cenoura (Daucus Carota)', '<p>Cenoura (Daucus Carota)</p>', '', '', '', 'N', '', 'Y'),
(2313, 'en', 'Cherovia (Pastinaca Sativa)', '<p>Cherovia (Pastinaca Sativa)</p>', '', '', '', 'N', '', 'Y'),
(2313, 'es', 'Cherovia (Pastinaca Sativa)', '<p>Cherovia (Pastinaca Sativa)</p>', '', '', '', 'N', '', 'Y'),
(2313, 'pt', 'Cherovia (Pastinaca Sativa)', '<p>Cherovia (Pastinaca Sativa)</p>', '', '', '', 'N', '', 'Y'),
(2314, 'en', 'Cocó (Colocasia Antiquorum)', '<p>Cocó (Colocasia Antiquorum)</p>', '', '', '', 'N', '', 'Y'),
(2314, 'es', 'Cocó (Colocasia Antiquorum)', '<p>Cocó (Colocasia Antiquorum)</p>', '', '', '', 'N', '', 'Y'),
(2314, 'pt', 'Cocó (Colocasia Antiquorum)', '<p>Cocó (Colocasia Antiquorum)</p>', '', '', '', 'N', '', 'Y'),
(2315, 'en', 'Escorcioneira (Scorzonera Hispanica)', '<p>Escorcioneira (Scorzonera Hispanica)</p>', '', '', '', 'N', '', 'Y'),
(2315, 'es', 'Escorcioneira (Scorzonera Hispanica)', '<p>Escorcioneira (Scorzonera Hispanica)</p>', '', '', '', 'N', '', 'Y'),
(2315, 'pt', 'Escorcioneira (Scorzonera Hispanica)', '<p>Escorcioneira (Scorzonera Hispanica)</p>', '', '', '', 'N', '', 'Y'),
(2316, 'en', 'Feijão africano (Sphenostylis Stenocarpa)', '<p>Feijão africano (Sphenostylis Stenocarpa)</p>', '', '', '', 'N', '', 'Y'),
(2316, 'es', 'Feijão africano (Sphenostylis Stenocarpa)', '<p>Feijão africano (Sphenostylis Stenocarpa)</p>', '', '', '', 'N', '', 'Y'),
(2316, 'pt', 'Feijão africano (Sphenostylis Stenocarpa)', '<p>Feijão africano (Sphenostylis Stenocarpa)</p>', '', '', '', 'N', '', 'Y'),
(2317, 'en', 'Flor de lótus (Nelumbo Nucifera)', '<p>Flor de lótus (Nelumbo Nucifera)</p>', '', '', '', 'N', '', 'Y'),
(2317, 'es', 'Flor de lótus (Nelumbo Nucifera)', '<p>Flor de lótus (Nelumbo Nucifera)</p>', '', '', '', 'N', '', 'Y'),
(2317, 'pt', 'Flor de lótus (Nelumbo Nucifera)', '<p>Flor de lótus (Nelumbo Nucifera)</p>', '', '', '', 'N', '', 'Y'),
(2318, 'en', 'Gengibre (Zingiber Officinale)', '<p>Gengibre (Zingiber Officinale)</p>', '', '', '', 'N', '', 'Y'),
(2318, 'es', 'Gengibre (Zingiber Officinale)', '<p>Gengibre (Zingiber Officinale)</p>', '', '', '', 'N', '', 'Y'),
(2318, 'pt', 'Gengibre (Zingiber Officinale)', '<p>Gengibre (Zingiber Officinale)</p>', '', '', '', 'N', '', 'Y'),
(2319, 'en', 'Inhame (Dioscorea Esculenta)', '<p>Inhame (Dioscorea Esculenta)</p>', '', '', '', 'N', '', 'Y'),
(2319, 'es', 'Inhame (Dioscorea Esculenta)', '<p>Inhame (Dioscorea Esculenta)</p>', '', '', '', 'N', '', 'Y'),
(2319, 'pt', 'Inhame (Dioscorea Esculenta)', '<p>Inhame (Dioscorea Esculenta)</p>', '', '', '', 'N', '', 'Y'),
(2320, 'en', 'Inhame-roxo (Dioscorea Alata)', '<p>Inhame-roxo (Dioscorea Alata)</p>', '', '', '', 'N', '', 'Y'),
(2320, 'es', 'Inhame-roxo (Dioscorea Alata)', '<p>Inhame-roxo (Dioscorea Alata)</p>', '', '', '', 'N', '', 'Y'),
(2320, 'pt', 'Inhame-roxo (Dioscorea Alata)', '<p>Inhame-roxo (Dioscorea Alata)</p>', '', '', '', 'N', '', 'Y'),
(2321, 'en', 'Jacatupé  (Pachyrhizus Tuberosus)', '<p>Jacatupé  (Pachyrhizus Tuberosus)</p>', '', '', '', 'N', '', 'Y'),
(2321, 'es', 'Jacatupé  (Pachyrhizus Tuberosus)', '<p>Jacatupé  (Pachyrhizus Tuberosus)</p>', '', '', '', 'N', '', 'Y'),
(2321, 'pt', 'Jacatupé  (Pachyrhizus Tuberosus)', '<p>Jacatupé  (Pachyrhizus Tuberosus)</p>', '', '', '', 'N', '', 'Y'),
(2322, 'en', 'Jícama (Pachyrhizus Erosus)', '<p>Jícama (Pachyrhizus Erosus)</p>', '', '', '', 'N', '', 'Y'),
(2322, 'es', 'Jícama (Pachyrhizus Erosus)', '<p>Jícama (Pachyrhizus Erosus)</p>', '', '', '', 'N', '', 'Y'),
(2322, 'pt', 'Jícama (Pachyrhizus Erosus)', '<p>Jícama (Pachyrhizus Erosus)</p>', '', '', '', 'N', '', 'Y'),
(2323, 'en', 'Junça (Cyperus Esculentus)', '<p>Junça (Cyperus Esculentus)</p>', '', '', '', 'N', '', 'Y'),
(2323, 'es', 'Junça (Cyperus Esculentus)', '<p>Junça (Cyperus Esculentus)</p>', '', '', '', 'N', '', 'Y'),
(2323, 'pt', 'Junça (Cyperus Esculentus)', '<p>Junça (Cyperus Esculentus)</p>', '', '', '', 'N', '', 'Y'),
(2324, 'en', 'Konjac (Amorphophallus Konjac)', '<p>Konjac (Amorphophallus Konjac)</p>', '', '', '', 'N', '', 'Y'),
(2324, 'es', 'Konjac (Amorphophallus Konjac)', '<p>Konjac (Amorphophallus Konjac)</p>', '', '', '', 'N', '', 'Y'),
(2324, 'pt', 'Konjac (Amorphophallus Konjac)', '<p>Konjac (Amorphophallus Konjac)</p>', '', '', '', 'N', '', 'Y'),
(2325, 'en', 'Mandioca (Manihot Esculenta)', '<p>Mandioca (Manihot Esculenta)</p>', '', '', '', 'N', '', 'Y'),
(2325, 'es', 'Mandioca (Manihot Esculenta)', '<p>Mandioca (Manihot Esculenta)</p>', '', '', '', 'N', '', 'Y'),
(2325, 'pt', 'Mandioca (Manihot Esculenta)', '<p>Mandioca (Manihot Esculenta)</p>', '', '', '', 'N', '', 'Y'),
(2326, 'en', 'Mashua (Tropaeolum Tuberosum)', '<p>Mashua (Tropaeolum Tuberosum)</p>', '', '', '', 'N', '', 'Y'),
(2326, 'es', 'Mashua (Tropaeolum Tuberosum)', '<p>Mashua (Tropaeolum Tuberosum)</p>', '', '', '', 'N', '', 'Y'),
(2326, 'pt', 'Mashua (Tropaeolum Tuberosum)', '<p>Mashua (Tropaeolum Tuberosum)</p>', '', '', '', 'N', '', 'Y'),
(2327, 'en', 'Oca (Oxalis Tuberosa)', '<p>Oca (Oxalis Tuberosa)</p>', '', '', '', 'N', '', 'Y'),
(2327, 'es', 'Oca (Oxalis Tuberosa)', '<p>Oca (Oxalis Tuberosa)</p>', '', '', '', 'N', '', 'Y'),
(2327, 'pt', 'Oca (Oxalis Tuberosa)', '<p>Oca (Oxalis Tuberosa)</p>', '', '', '', 'N', '', 'Y'),
(2328, 'en', 'Orelha-de-elefante-gigante\n (Alocasia Macrorrhizos)', '<p>Orelha-de-elefante-gigante\n (Alocasia Macrorrhizos)</p>', '', '', '', 'N', '', 'Y'),
(2328, 'es', 'Orelha-de-elefante-gigante\n (Alocasia Macrorrhizos)', '<p>Orelha-de-elefante-gigante\n (Alocasia Macrorrhizos)</p>', '', '', '', 'N', '', 'Y'),
(2328, 'pt', 'Orelha-de-elefante-gigante\n (Alocasia Macrorrhizos)', '<p>Orelha-de-elefante-gigante\n (Alocasia Macrorrhizos)</p>', '', '', '', 'N', '', 'Y'),
(2329, 'en', 'Rabanete (Raphanus Sativus)', '<p>Rabanete (Raphanus Sativus)</p>', '', '', '', 'N', '', 'Y'),
(2329, 'es', 'Rabanete (Raphanus Sativus)', '<p>Rabanete (Raphanus Sativus)</p>', '', '', '', 'N', '', 'Y'),
(2329, 'pt', 'Rabanete (Raphanus Sativus)', '<p>Rabanete (Raphanus Sativus)</p>', '', '', '', 'N', '', 'Y'),
(2330, 'en', 'Rabanete branco (Raphanus Sativus var. Longipinnatus)', '<p>Rabanete branco (Raphanus Sativus var. Longipinnatus)</p>', '', '', '', 'N', '', 'Y'),
(2330, 'es', 'Rabanete branco (Raphanus Sativus var. Longipinnatus)', '<p>Rabanete branco (Raphanus Sativus var. Longipinnatus)</p>', '', '', '', 'N', '', 'Y'),
(2330, 'pt', 'Rabanete branco (Raphanus Sativus var. Longipinnatus)', '<p>Rabanete branco (Raphanus Sativus var. Longipinnatus)</p>', '', '', '', 'N', '', 'Y'),
(2331, 'en', 'Rabanete-de-inverno (Raphanus Sativus var. Niger)', '<p>Rabanete-de-inverno (Raphanus Sativus var. Niger)</p>', '', '', '', 'N', '', 'Y'),
(2331, 'es', 'Rabanete-de-inverno (Raphanus Sativus var. Niger)', '<p>Rabanete-de-inverno (Raphanus Sativus var. Niger)</p>', '', '', '', 'N', '', 'Y'),
(2331, 'pt', 'Rabanete-de-inverno (Raphanus Sativus var. Niger)', '<p>Rabanete-de-inverno (Raphanus Sativus var. Niger)</p>', '', '', '', 'N', '', 'Y'),
(2332, 'en', 'Salsify (Tragopogon Porrifolius)', '<p>Salsify (Tragopogon Porrifolius)</p>', '', '', '', 'N', '', 'Y'),
(2332, 'es', 'Salsify (Tragopogon Porrifolius)', '<p>Salsify (Tragopogon Porrifolius)</p>', '', '', '', 'N', '', 'Y'),
(2332, 'pt', 'Salsify (Tragopogon Porrifolius)', '<p>Salsify (Tragopogon Porrifolius)</p>', '', '', '', 'N', '', 'Y'),
(2333, 'en', 'Skirretplants (Sium Sisarum)', '<p>Skirretplants (Sium Sisarum)</p>', '', '', '', 'N', '', 'Y'),
(2333, 'es', 'Skirretplants (Sium Sisarum)', '<p>Skirretplants (Sium Sisarum)</p>', '', '', '', 'N', '', 'Y'),
(2333, 'pt', 'Skirretplants (Sium Sisarum)', '<p>Skirretplants (Sium Sisarum)</p>', '', '', '', 'N', '', 'Y'),
(2334, 'en', 'Taioba (Xanthosoma Sagittifolium)', '<p>Taioba (Xanthosoma Sagittifolium)</p>', '', '', '', 'N', '', 'Y'),
(2334, 'es', 'Taioba (Xanthosoma Sagittifolium)', '<p>Taioba (Xanthosoma Sagittifolium)</p>', '', '', '', 'N', '', 'Y'),
(2334, 'pt', 'Taioba (Xanthosoma Sagittifolium)', '<p>Taioba (Xanthosoma Sagittifolium)</p>', '', '', '', 'N', '', 'Y'),
(2335, 'en', 'Taro (Colocasia Esculenta)', '<p>Taro (Colocasia Esculenta)</p>', '', '', '', 'N', '', 'Y'),
(2335, 'es', 'Taro (Colocasia Esculenta)', '<p>Taro (Colocasia Esculenta)</p>', '', '', '', 'N', '', 'Y'),
(2335, 'pt', 'Taro (Colocasia Esculenta)', '<p>Taro (Colocasia Esculenta)</p>', '', '', '', 'N', '', 'Y'),
(2336, 'en', 'Ulluco (Ullucus Tuberosus)', '<p>Ulluco (Ullucus Tuberosus)</p>', '', '', '', 'N', '', 'Y'),
(2336, 'es', 'Ulluco (Ullucus Tuberosus)', '<p>Ulluco (Ullucus Tuberosus)</p>', '', '', '', 'N', '', 'Y'),
(2336, 'pt', 'Ulluco (Ullucus Tuberosus)', '<p>Ulluco (Ullucus Tuberosus)</p>', '', '', '', 'N', '', 'Y'),
(2337, 'en', 'Yacon (Smallanthus Sonchifolius)', '<p>Yacon (Smallanthus Sonchifolius)</p>', '', '', '', 'N', '', 'Y'),
(2337, 'es', 'Yacon (Smallanthus Sonchifolius)', '<p>Yacon (Smallanthus Sonchifolius)</p>', '', '', '', 'N', '', 'Y'),
(2337, 'pt', 'Yacon (Smallanthus Sonchifolius)', '<p>Yacon (Smallanthus Sonchifolius)</p>', '', '', '', 'N', '', 'Y'),
(2338, 'en', 'Culturas Vegetais Frutíferas - Abóbora e Cabaça', '<p>Culturas Vegetais Frutíferas - Abóbora e Cabaça</p>', '', '', '', 'N', '', 'Y'),
(2338, 'es', 'Culturas Vegetais Frutíferas - Abóbora e Cabaça', '<p>Culturas Vegetais Frutíferas - Abóbora e Cabaça</p>', '', '', '', 'N', '', 'Y'),
(2338, 'pt', 'Culturas Vegetais Frutíferas - Abóbora e Cabaça', '<p>Culturas Vegetais Frutíferas - Abóbora e Cabaça</p>', '', '', '', 'N', '', 'Y'),
(2339, 'en', 'Abóbora Gigante (Cucurbita Maxima)', '<p>Abóbora Gigante (Cucurbita Maxima)</p>', '', '', '', 'N', '', 'Y'),
(2339, 'es', 'Abóbora Gigante (Cucurbita Maxima)', '<p>Abóbora Gigante (Cucurbita Maxima)</p>', '', '', '', 'N', '', 'Y'),
(2339, 'pt', 'Abóbora Gigante (Cucurbita Maxima)', '<p>Abóbora Gigante (Cucurbita Maxima)</p>', '', '', '', 'N', '', 'Y'),
(2340, 'en', 'Abóbora Manteiga (Cucurbita Moschata)', '<p>Abóbora Manteiga (Cucurbita Moschata)</p>', '', '', '', 'N', '', 'Y'),
(2340, 'es', 'Abóbora Manteiga (Cucurbita Moschata)', '<p>Abóbora Manteiga (Cucurbita Moschata)</p>', '', '', '', 'N', '', 'Y'),
(2340, 'pt', 'Abóbora Manteiga (Cucurbita Moschata)', '<p>Abóbora Manteiga (Cucurbita Moschata)</p>', '', '', '', 'N', '', 'Y'),
(2341, 'en', 'Abóbora pattypan  (Cucurbita Melopepo)', '<p>Abóbora pattypan  (Cucurbita Melopepo)</p>', '', '', '', 'N', '', 'Y'),
(2341, 'es', 'Abóbora pattypan  (Cucurbita Melopepo)', '<p>Abóbora pattypan  (Cucurbita Melopepo)</p>', '', '', '', 'N', '', 'Y'),
(2341, 'pt', 'Abóbora pattypan  (Cucurbita Melopepo)', '<p>Abóbora pattypan  (Cucurbita Melopepo)</p>', '', '', '', 'N', '', 'Y'),
(2342, 'en', 'Abóbora-d\'água (Benincasa Hispida)', '<p>Abóbora-d\'água (Benincasa Hispida)</p>', '', '', '', 'N', '', 'Y'),
(2342, 'es', 'Abóbora-d\'água (Benincasa Hispida)', '<p>Abóbora-d\'água (Benincasa Hispida)</p>', '', '', '', 'N', '', 'Y'),
(2342, 'pt', 'Abóbora-d\'água (Benincasa Hispida)', '<p>Abóbora-d\'água (Benincasa Hispida)</p>', '', '', '', 'N', '', 'Y'),
(2343, 'en', 'Cabaça (Lagenaria Siceraria)', '<p>Cabaça (Lagenaria Siceraria)</p>', '', '', '', 'N', '', 'Y'),
(2343, 'es', 'Cabaça (Lagenaria Siceraria)', '<p>Cabaça (Lagenaria Siceraria)</p>', '', '', '', 'N', '', 'Y'),
(2343, 'pt', 'Cabaça (Lagenaria Siceraria)', '<p>Cabaça (Lagenaria Siceraria)</p>', '', '', '', 'N', '', 'Y'),
(2344, 'en', 'Chuchu (Sechium Edule)', '<p>Chuchu (Sechium Edule)</p>', '', '', '', 'N', '', 'Y'),
(2344, 'es', 'Chuchu (Sechium Edule)', '<p>Chuchu (Sechium Edule)</p>', '', '', '', 'N', '', 'Y'),
(2344, 'pt', 'Chuchu (Sechium Edule)', '<p>Chuchu (Sechium Edule)</p>', '', '', '', 'N', '', 'Y'),
(2345, 'en', 'Ivy Gourd / Tindora (Coccinia Grandis)', '<p>Ivy Gourd / Tindora (Coccinia Grandis)</p>', '', '', '', 'N', '', 'Y'),
(2345, 'es', 'Ivy Gourd / Tindora (Coccinia Grandis)', '<p>Ivy Gourd / Tindora (Coccinia Grandis)</p>', '', '', '', 'N', '', 'Y'),
(2345, 'pt', 'Ivy Gourd / Tindora (Coccinia Grandis)', '<p>Ivy Gourd / Tindora (Coccinia Grandis)</p>', '', '', '', 'N', '', 'Y'),
(2346, 'en', 'Kino (Cucumis Metuliferus)', '<p>Kino (Cucumis Metuliferus)</p>', '', '', '', 'N', '', 'Y'),
(2346, 'es', 'Kino (Cucumis Metuliferus)', '<p>Kino (Cucumis Metuliferus)</p>', '', '', '', 'N', '', 'Y'),
(2346, 'pt', 'Kino (Cucumis Metuliferus)', '<p>Kino (Cucumis Metuliferus)</p>', '', '', '', 'N', '', 'Y'),
(2347, 'en', 'Luffa (Luffa)', '<p>Luffa (Luffa)</p>', '', '', '', 'N', '', 'Y'),
(2347, 'es', 'Luffa (Luffa)', '<p>Luffa (Luffa)</p>', '', '', '', 'N', '', 'Y'),
(2347, 'pt', 'Luffa (Luffa)', '<p>Luffa (Luffa)</p>', '', '', '', 'N', '', 'Y'),
(2348, 'en', 'Marrow, abobrinha e outras variedades de Abóbora (Cucurbita Pepo)', '<p>Marrow, abobrinha e outras variedades de Abóbora (Cucurbita Pepo)</p>', '', '', '', 'N', '', 'Y'),
(2348, 'es', 'Marrow, abobrinha e outras variedades de Abóbora (Cucurbita Pepo)', '<p>Marrow, abobrinha e outras variedades de Abóbora (Cucurbita Pepo)</p>', '', '', '', 'N', '', 'Y'),
(2348, 'pt', 'Marrow, abobrinha e outras variedades de Abóbora (Cucurbita Pepo)', '<p>Marrow, abobrinha e outras variedades de Abóbora (Cucurbita Pepo)</p>', '', '', '', 'N', '', 'Y'),
(2349, 'en', 'Melancia (Citrullus Lunatus)', '<p>Melancia (Citrullus Lunatus)</p>', '', '', '', 'N', '', 'Y'),
(2349, 'es', 'Melancia (Citrullus Lunatus)', '<p>Melancia (Citrullus Lunatus)</p>', '', '', '', 'N', '', 'Y'),
(2349, 'pt', 'Melancia (Citrullus Lunatus)', '<p>Melancia (Citrullus Lunatus)</p>', '', '', '', 'N', '', 'Y'),
(2350, 'en', 'Melão (Cucumis Melo var. Conomon)', '<p>Melão (Cucumis Melo var. Conomon)</p>', '', '', '', 'N', '', 'Y'),
(2350, 'es', 'Melão (Cucumis Melo var. Conomon)', '<p>Melão (Cucumis Melo var. Conomon)</p>', '', '', '', 'N', '', 'Y'),
(2350, 'pt', 'Melão (Cucumis Melo var. Conomon)', '<p>Melão (Cucumis Melo var. Conomon)</p>', '', '', '', 'N', '', 'Y'),
(2351, 'en', 'Melão Amargo (Momordica Charantia)', '<p>Melão Amargo (Momordica Charantia)</p>', '', '', '', 'N', '', 'Y'),
(2351, 'es', 'Melão Amargo (Momordica Charantia)', '<p>Melão Amargo (Momordica Charantia)</p>', '', '', '', 'N', '', 'Y'),
(2351, 'pt', 'Melão Amargo (Momordica Charantia)', '<p>Melão Amargo (Momordica Charantia)</p>', '', '', '', 'N', '', 'Y'),
(2352, 'en', 'Melão Gália (Cucumis Melo var. Reticulatus)', '<p>Melão Gália (Cucumis Melo var. Reticulatus)</p>', '', '', '', 'N', '', 'Y'),
(2352, 'es', 'Melão Gália (Cucumis Melo var. Reticulatus)', '<p>Melão Gália (Cucumis Melo var. Reticulatus)</p>', '', '', '', 'N', '', 'Y'),
(2352, 'pt', 'Melão Gália (Cucumis Melo var. Reticulatus)', '<p>Melão Gália (Cucumis Melo var. Reticulatus)</p>', '', '', '', 'N', '', 'Y'),
(2353, 'en', 'Melão orange (Cucumis Melo var. Inodorus)', '<p>Melão orange (Cucumis Melo var. Inodorus)</p>', '', '', '', 'N', '', 'Y'),
(2353, 'es', 'Melão orange (Cucumis Melo var. Inodorus)', '<p>Melão orange (Cucumis Melo var. Inodorus)</p>', '', '', '', 'N', '', 'Y'),
(2353, 'pt', 'Melão orange (Cucumis Melo var. Inodorus)', '<p>Melão orange (Cucumis Melo var. Inodorus)</p>', '', '', '', 'N', '', 'Y'),
(2354, 'en', 'Meloa (Cucumis Melo var. Cantaloupensis)', '<p>Meloa (Cucumis Melo var. Cantaloupensis)</p>', '', '', '', 'N', '', 'Y'),
(2354, 'es', 'Meloa (Cucumis Melo var. Cantaloupensis)', '<p>Meloa (Cucumis Melo var. Cantaloupensis)</p>', '', '', '', 'N', '', 'Y'),
(2354, 'pt', 'Meloa (Cucumis Melo var. Cantaloupensis)', '<p>Meloa (Cucumis Melo var. Cantaloupensis)</p>', '', '', '', 'N', '', 'Y'),
(2355, 'en', 'Pepino (Cucumis Sativus)', '<p>Pepino (Cucumis Sativus)</p>', '', '', '', 'N', '', 'Y'),
(2355, 'es', 'Pepino (Cucumis Sativus)', '<p>Pepino (Cucumis Sativus)</p>', '', '', '', 'N', '', 'Y'),
(2355, 'pt', 'Pepino (Cucumis Sativus)', '<p>Pepino (Cucumis Sativus)</p>', '', '', '', 'N', '', 'Y'),
(2356, 'en', 'Pepino Armênio (Cucumis Melo var. Flexuosus)', '<p>Pepino Armênio (Cucumis Melo var. Flexuosus)</p>', '', '', '', 'N', '', 'Y'),
(2356, 'es', 'Pepino Armênio (Cucumis Melo var. Flexuosus)', '<p>Pepino Armênio (Cucumis Melo var. Flexuosus)</p>', '', '', '', 'N', '', 'Y'),
(2356, 'pt', 'Pepino Armênio (Cucumis Melo var. Flexuosus)', '<p>Pepino Armênio (Cucumis Melo var. Flexuosus)</p>', '', '', '', 'N', '', 'Y'),
(2357, 'en', 'Culturas vegetais frutíferas - Solanaceae', '<p>Culturas vegetais frutíferas - Solanaceae</p>', '', '', '', 'N', '', 'Y'),
(2357, 'es', 'Culturas vegetais frutíferas - Solanaceae', '<p>Culturas vegetais frutíferas - Solanaceae</p>', '', '', '', 'N', '', 'Y'),
(2357, 'pt', 'Culturas vegetais frutíferas - Solanaceae', '<p>Culturas vegetais frutíferas - Solanaceae</p>', '', '', '', 'N', '', 'Y'),
(2358, 'en', 'Beringela (Solanum Melongena)', '<p>Beringela (Solanum Melongena)</p>', '', '', '', 'N', '', 'Y'),
(2358, 'es', 'Beringela (Solanum Melongena)', '<p>Beringela (Solanum Melongena)</p>', '', '', '', 'N', '', 'Y'),
(2358, 'pt', 'Beringela (Solanum Melongena)', '<p>Beringela (Solanum Melongena)</p>', '', '', '', 'N', '', 'Y'),
(2359, 'en', 'Giboma (Solanum Macrocarpon)', '<p>Giboma (Solanum Macrocarpon)</p>', '', '', '', 'N', '', 'Y'),
(2359, 'es', 'Giboma (Solanum Macrocarpon)', '<p>Giboma (Solanum Macrocarpon)</p>', '', '', '', 'N', '', 'Y'),
(2359, 'pt', 'Giboma (Solanum Macrocarpon)', '<p>Giboma (Solanum Macrocarpon)</p>', '', '', '', 'N', '', 'Y'),
(2360, 'en', 'Goji (Lycium Barbarum)', '<p>Goji (Lycium Barbarum)</p>', '', '', '', 'N', '', 'Y'),
(2360, 'es', 'Goji (Lycium Barbarum)', '<p>Goji (Lycium Barbarum)</p>', '', '', '', 'N', '', 'Y'),
(2360, 'pt', 'Goji (Lycium Barbarum)', '<p>Goji (Lycium Barbarum)</p>', '', '', '', 'N', '', 'Y'),
(2361, 'en', 'Lulo (Solanum Quitoense)', '<p>Lulo (Solanum Quitoense)</p>', '', '', '', 'N', '', 'Y'),
(2361, 'es', 'Lulo (Solanum Quitoense)', '<p>Lulo (Solanum Quitoense)</p>', '', '', '', 'N', '', 'Y'),
(2361, 'pt', 'Lulo (Solanum Quitoense)', '<p>Lulo (Solanum Quitoense)</p>', '', '', '', 'N', '', 'Y'),
(2362, 'en', 'Melão-andino (Solanum Muricatum)', '<p>Melão-andino (Solanum Muricatum)</p>', '', '', '', 'N', '', 'Y'),
(2362, 'es', 'Melão-andino (Solanum Muricatum)', '<p>Melão-andino (Solanum Muricatum)</p>', '', '', '', 'N', '', 'Y'),
(2362, 'pt', 'Melão-andino (Solanum Muricatum)', '<p>Melão-andino (Solanum Muricatum)</p>', '', '', '', 'N', '', 'Y'),
(2363, 'en', 'Pimenta caiena (Capsicum Annuum)', '<p>Pimenta caiena (Capsicum Annuum)</p>', '', '', '', 'N', '', 'Y'),
(2363, 'es', 'Pimenta caiena (Capsicum Annuum)', '<p>Pimenta caiena (Capsicum Annuum)</p>', '', '', '', 'N', '', 'Y'),
(2363, 'pt', 'Pimenta caiena (Capsicum Annuum)', '<p>Pimenta caiena (Capsicum Annuum)</p>', '', '', '', 'N', '', 'Y'),
(2364, 'en', 'Pimenta chili (Capsicum Frutescens)', '<p>Pimenta chili (Capsicum Frutescens)</p>', '', '', '', 'N', '', 'Y'),
(2364, 'es', 'Pimenta chili (Capsicum Frutescens)', '<p>Pimenta chili (Capsicum Frutescens)</p>', '', '', '', 'N', '', 'Y'),
(2364, 'pt', 'Pimenta chili (Capsicum Frutescens)', '<p>Pimenta chili (Capsicum Frutescens)</p>', '', '', '', 'N', '', 'Y'),
(2365, 'en', 'Pimenta dedo-de-moça (Capsicum Baccatum)', '<p>Pimenta dedo-de-moça (Capsicum Baccatum)</p>', '', '', '', 'N', '', 'Y'),
(2365, 'es', 'Pimenta dedo-de-moça (Capsicum Baccatum)', '<p>Pimenta dedo-de-moça (Capsicum Baccatum)</p>', '', '', '', 'N', '', 'Y'),
(2365, 'pt', 'Pimenta dedo-de-moça (Capsicum Baccatum)', '<p>Pimenta dedo-de-moça (Capsicum Baccatum)</p>', '', '', '', 'N', '', 'Y'),
(2366, 'en', 'Pimentão (Capsicum Annuum)', '<p>Pimentão (Capsicum Annuum)</p>', '', '', '', 'N', '', 'Y'),
(2366, 'es', 'Pimentão (Capsicum Annuum)', '<p>Pimentão (Capsicum Annuum)</p>', '', '', '', 'N', '', 'Y'),
(2366, 'pt', 'Pimentão (Capsicum Annuum)', '<p>Pimentão (Capsicum Annuum)</p>', '', '', '', 'N', '', 'Y'),
(2367, 'en', 'Tomate (Solanum Lycopersicum)', '<p>Tomate (Solanum Lycopersicum)</p>', '', '', '', 'N', '', 'Y'),
(2367, 'es', 'Tomate (Solanum Lycopersicum)', '<p>Tomate (Solanum Lycopersicum)</p>', '', '', '', 'N', '', 'Y'),
(2367, 'pt', 'Tomate (Solanum Lycopersicum)', '<p>Tomate (Solanum Lycopersicum)</p>', '', '', '', 'N', '', 'Y'),
(2368, 'en', 'Tomatillo (Physalis Philadelphica)', '<p>Tomatillo (Physalis Philadelphica)</p>', '', '', '', 'N', '', 'Y'),
(2368, 'es', 'Tomatillo (Physalis Philadelphica)', '<p>Tomatillo (Physalis Philadelphica)</p>', '', '', '', 'N', '', 'Y'),
(2368, 'pt', 'Tomatillo (Physalis Philadelphica)', '<p>Tomatillo (Physalis Philadelphica)</p>', '', '', '', 'N', '', 'Y'),
(2369, 'en', 'Wonderberry (Solanum Retroflexum)', '<p>Wonderberry (Solanum Retroflexum)</p>', '', '', '', 'N', '', 'Y'),
(2369, 'es', 'Wonderberry (Solanum Retroflexum)', '<p>Wonderberry (Solanum Retroflexum)</p>', '', '', '', 'N', '', 'Y'),
(2369, 'pt', 'Wonderberry (Solanum Retroflexum)', '<p>Wonderberry (Solanum Retroflexum)</p>', '', '', '', 'N', '', 'Y'),
(2370, 'en', 'Ervas comestíveis', '<p>Ervas comestíveis</p>', '', '', '', 'N', '', 'Y'),
(2370, 'es', 'Ervas comestíveis', '<p>Ervas comestíveis</p>', '', '', '', 'N', '', 'Y'),
(2370, 'pt', 'Ervas comestíveis', '<p>Ervas comestíveis</p>', '', '', '', 'N', '', 'Y'),
(2371, 'en', 'Absinto (Artemisia Absinthium)', '<p>Absinto (Artemisia Absinthium)</p>', '', '', '', 'N', '', 'Y'),
(2371, 'es', 'Absinto (Artemisia Absinthium)', '<p>Absinto (Artemisia Absinthium)</p>', '', '', '', 'N', '', 'Y'),
(2371, 'pt', 'Absinto (Artemisia Absinthium)', '<p>Absinto (Artemisia Absinthium)</p>', '', '', '', 'N', '', 'Y'),
(2372, 'en', 'Aipo (Apium Graveolens)', '<p>Aipo (Apium Graveolens)</p>', '', '', '', 'N', '', 'Y'),
(2372, 'es', 'Aipo (Apium Graveolens)', '<p>Aipo (Apium Graveolens)</p>', '', '', '', 'N', '', 'Y'),
(2372, 'pt', 'Aipo (Apium Graveolens)', '<p>Aipo (Apium Graveolens)</p>', '', '', '', 'N', '', 'Y'),
(2373, 'en', 'Aipo-dos-cavalos (Smyrnium Olusatrum)', '<p>Aipo-dos-cavalos (Smyrnium Olusatrum)</p>', '', '', '', 'N', '', 'Y'),
(2373, 'es', 'Aipo-dos-cavalos (Smyrnium Olusatrum)', '<p>Aipo-dos-cavalos (Smyrnium Olusatrum)</p>', '', '', '', 'N', '', 'Y'),
(2373, 'pt', 'Aipo-dos-cavalos (Smyrnium Olusatrum)', '<p>Aipo-dos-cavalos (Smyrnium Olusatrum)</p>', '', '', '', 'N', '', 'Y'),
(2374, 'en', 'Alecrim (Rosmarinus Officinalis)', '<p>Alecrim (Rosmarinus Officinalis)</p>', '', '', '', 'N', '', 'Y'),
(2374, 'es', 'Alecrim (Rosmarinus Officinalis)', '<p>Alecrim (Rosmarinus Officinalis)</p>', '', '', '', 'N', '', 'Y'),
(2374, 'pt', 'Alecrim (Rosmarinus Officinalis)', '<p>Alecrim (Rosmarinus Officinalis)</p>', '', '', '', 'N', '', 'Y'),
(2375, 'en', 'Alho-dos-ursos (Allium Ursinum)', '<p>Alho-dos-ursos (Allium Ursinum)</p>', '', '', '', 'N', '', 'Y'),
(2375, 'es', 'Alho-dos-ursos (Allium Ursinum)', '<p>Alho-dos-ursos (Allium Ursinum)</p>', '', '', '', 'N', '', 'Y'),
(2375, 'pt', 'Alho-dos-ursos (Allium Ursinum)', '<p>Alho-dos-ursos (Allium Ursinum)</p>', '', '', '', 'N', '', 'Y'),
(2376, 'en', 'Amor-perfeito (Viola Tricolor)', '<p>Amor-perfeito (Viola Tricolor)</p>', '', '', '', 'N', '', 'Y'),
(2376, 'es', 'Amor-perfeito (Viola Tricolor)', '<p>Amor-perfeito (Viola Tricolor)</p>', '', '', '', 'N', '', 'Y'),
(2376, 'pt', 'Amor-perfeito (Viola Tricolor)', '<p>Amor-perfeito (Viola Tricolor)</p>', '', '', '', 'N', '', 'Y'),
(2377, 'en', 'Angélica (Angelica Archangelica)', '<p>Angélica (Angelica Archangelica)</p>', '', '', '', 'N', '', 'Y'),
(2377, 'es', 'Angélica (Angelica Archangelica)', '<p>Angélica (Angelica Archangelica)</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(2377, 'pt', 'Angélica (Angelica Archangelica)', '<p>Angélica (Angelica Archangelica)</p>', '', '', '', 'N', '', 'Y'),
(2378, 'en', 'Anis (Pimpinella Anisum)', '<p>Anis (Pimpinella Anisum)</p>', '', '', '', 'N', '', 'Y'),
(2378, 'es', 'Anis (Pimpinella Anisum)', '<p>Anis (Pimpinella Anisum)</p>', '', '', '', 'N', '', 'Y'),
(2378, 'pt', 'Anis (Pimpinella Anisum)', '<p>Anis (Pimpinella Anisum)</p>', '', '', '', 'N', '', 'Y'),
(2379, 'en', 'Arruda (Ruta Graveolens)', '<p>Arruda (Ruta Graveolens)</p>', '', '', '', 'N', '', 'Y'),
(2379, 'es', 'Arruda (Ruta Graveolens)', '<p>Arruda (Ruta Graveolens)</p>', '', '', '', 'N', '', 'Y'),
(2379, 'pt', 'Arruda (Ruta Graveolens)', '<p>Arruda (Ruta Graveolens)</p>', '', '', '', 'N', '', 'Y'),
(2380, 'en', 'Artemísia (Artemisia Vulgaris)', '<p>Artemísia (Artemisia Vulgaris)</p>', '', '', '', 'N', '', 'Y'),
(2380, 'es', 'Artemísia (Artemisia Vulgaris)', '<p>Artemísia (Artemisia Vulgaris)</p>', '', '', '', 'N', '', 'Y'),
(2380, 'pt', 'Artemísia (Artemisia Vulgaris)', '<p>Artemísia (Artemisia Vulgaris)</p>', '', '', '', 'N', '', 'Y'),
(2381, 'en', 'Boesenbergia (Boesenbergia Rotunda)', '<p>Boesenbergia (Boesenbergia Rotunda)</p>', '', '', '', 'N', '', 'Y'),
(2381, 'es', 'Boesenbergia (Boesenbergia Rotunda)', '<p>Boesenbergia (Boesenbergia Rotunda)</p>', '', '', '', 'N', '', 'Y'),
(2381, 'pt', 'Boesenbergia (Boesenbergia Rotunda)', '<p>Boesenbergia (Boesenbergia Rotunda)</p>', '', '', '', 'N', '', 'Y'),
(2382, 'en', 'Boldo-do-chile (Peumus Boldus)', '<p>Boldo-do-chile (Peumus Boldus)</p>', '', '', '', 'N', '', 'Y'),
(2382, 'es', 'Boldo-do-chile (Peumus Boldus)', '<p>Boldo-do-chile (Peumus Boldus)</p>', '', '', '', 'N', '', 'Y'),
(2382, 'pt', 'Boldo-do-chile (Peumus Boldus)', '<p>Boldo-do-chile (Peumus Boldus)</p>', '', '', '', 'N', '', 'Y'),
(2383, 'en', 'Borragem (Borago Officinalis)', '<p>Borragem (Borago Officinalis)</p>', '', '', '', 'N', '', 'Y'),
(2383, 'es', 'Borragem (Borago Officinalis)', '<p>Borragem (Borago Officinalis)</p>', '', '', '', 'N', '', 'Y'),
(2383, 'pt', 'Borragem (Borago Officinalis)', '<p>Borragem (Borago Officinalis)</p>', '', '', '', 'N', '', 'Y'),
(2384, 'en', 'Capim-limão (Cymbopogon Citratus)', '<p>Capim-limão (Cymbopogon Citratus)</p>', '', '', '', 'N', '', 'Y'),
(2384, 'es', 'Capim-limão (Cymbopogon Citratus)', '<p>Capim-limão (Cymbopogon Citratus)</p>', '', '', '', 'N', '', 'Y'),
(2384, 'pt', 'Capim-limão (Cymbopogon Citratus)', '<p>Capim-limão (Cymbopogon Citratus)</p>', '', '', '', 'N', '', 'Y'),
(2385, 'en', 'Cardo-mariano (Silybum Marianum)', '<p>Cardo-mariano (Silybum Marianum)</p>', '', '', '', 'N', '', 'Y'),
(2385, 'es', 'Cardo-mariano (Silybum Marianum)', '<p>Cardo-mariano (Silybum Marianum)</p>', '', '', '', 'N', '', 'Y'),
(2385, 'pt', 'Cardo-mariano (Silybum Marianum)', '<p>Cardo-mariano (Silybum Marianum)</p>', '', '', '', 'N', '', 'Y'),
(2386, 'en', 'Cebolinha (Allium Schoenoprasum)', '<p>Cebolinha (Allium Schoenoprasum)</p>', '', '', '', 'N', '', 'Y'),
(2386, 'es', 'Cebolinha (Allium Schoenoprasum)', '<p>Cebolinha (Allium Schoenoprasum)</p>', '', '', '', 'N', '', 'Y'),
(2386, 'pt', 'Cebolinha (Allium Schoenoprasum)', '<p>Cebolinha (Allium Schoenoprasum)</p>', '', '', '', 'N', '', 'Y'),
(2387, 'en', 'Cerefólio (Anthriscus Cerefolium)', '<p>Cerefólio (Anthriscus Cerefolium)</p>', '', '', '', 'N', '', 'Y'),
(2387, 'es', 'Cerefólio (Anthriscus Cerefolium)', '<p>Cerefólio (Anthriscus Cerefolium)</p>', '', '', '', 'N', '', 'Y'),
(2387, 'pt', 'Cerefólio (Anthriscus Cerefolium)', '<p>Cerefólio (Anthriscus Cerefolium)</p>', '', '', '', 'N', '', 'Y'),
(2388, 'en', 'Coentro (Coriandrum Sativum)', '<p>Coentro (Coriandrum Sativum)</p>', '', '', '', 'N', '', 'Y'),
(2388, 'es', 'Coentro (Coriandrum Sativum)', '<p>Coentro (Coriandrum Sativum)</p>', '', '', '', 'N', '', 'Y'),
(2388, 'pt', 'Coentro (Coriandrum Sativum)', '<p>Coentro (Coriandrum Sativum)</p>', '', '', '', 'N', '', 'Y'),
(2389, 'en', 'Dente-de-leão (Taraxacum)', '<p>Dente-de-leão (Taraxacum)</p>', '', '', '', 'N', '', 'Y'),
(2389, 'es', 'Dente-de-leão (Taraxacum)', '<p>Dente-de-leão (Taraxacum)</p>', '', '', '', 'N', '', 'Y'),
(2389, 'pt', 'Dente-de-leão (Taraxacum)', '<p>Dente-de-leão (Taraxacum)</p>', '', '', '', 'N', '', 'Y'),
(2390, 'en', 'Endro (Anethum Graveolens)', '<p>Endro (Anethum Graveolens)</p>', '', '', '', 'N', '', 'Y'),
(2390, 'es', 'Endro (Anethum Graveolens)', '<p>Endro (Anethum Graveolens)</p>', '', '', '', 'N', '', 'Y'),
(2390, 'pt', 'Endro (Anethum Graveolens)', '<p>Endro (Anethum Graveolens)</p>', '', '', '', 'N', '', 'Y'),
(2391, 'en', 'Erva-cidreira (Melissa Officinalis)', '<p>Erva-cidreira (Melissa Officinalis)</p>', '', '', '', 'N', '', 'Y'),
(2391, 'es', 'Erva-cidreira (Melissa Officinalis)', '<p>Erva-cidreira (Melissa Officinalis)</p>', '', '', '', 'N', '', 'Y'),
(2391, 'pt', 'Erva-cidreira (Melissa Officinalis)', '<p>Erva-cidreira (Melissa Officinalis)</p>', '', '', '', 'N', '', 'Y'),
(2392, 'en', 'Estragão (Artemisia Dracunculus)', '<p>Estragão (Artemisia Dracunculus)</p>', '', '', '', 'N', '', 'Y'),
(2392, 'es', 'Estragão (Artemisia Dracunculus)', '<p>Estragão (Artemisia Dracunculus)</p>', '', '', '', 'N', '', 'Y'),
(2392, 'pt', 'Estragão (Artemisia Dracunculus)', '<p>Estragão (Artemisia Dracunculus)</p>', '', '', '', 'N', '', 'Y'),
(2393, 'en', 'Feno-grego (Trigonella Foenum-Graecum)', '<p>Feno-grego (Trigonella Foenum-Graecum)</p>', '', '', '', 'N', '', 'Y'),
(2393, 'es', 'Feno-grego (Trigonella Foenum-Graecum)', '<p>Feno-grego (Trigonella Foenum-Graecum)</p>', '', '', '', 'N', '', 'Y'),
(2393, 'pt', 'Feno-grego (Trigonella Foenum-Graecum)', '<p>Feno-grego (Trigonella Foenum-Graecum)</p>', '', '', '', 'N', '', 'Y'),
(2394, 'en', 'Flor-roxa-cônica (Echinacea Purpurea)', '<p>Flor-roxa-cônica (Echinacea Purpurea)</p>', '', '', '', 'N', '', 'Y'),
(2394, 'es', 'Flor-roxa-cônica (Echinacea Purpurea)', '<p>Flor-roxa-cônica (Echinacea Purpurea)</p>', '', '', '', 'N', '', 'Y'),
(2394, 'pt', 'Flor-roxa-cônica (Echinacea Purpurea)', '<p>Flor-roxa-cônica (Echinacea Purpurea)</p>', '', '', '', 'N', '', 'Y'),
(2395, 'en', 'Genciana (Gentiana Spp.)', '<p>Genciana (Gentiana Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2395, 'es', 'Genciana (Gentiana Spp.)', '<p>Genciana (Gentiana Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2395, 'pt', 'Genciana (Gentiana Spp.)', '<p>Genciana (Gentiana Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2396, 'en', 'Ginseng (Panax)', '<p>Ginseng (Panax)</p>', '', '', '', 'N', '', 'Y'),
(2396, 'es', 'Ginseng (Panax)', '<p>Ginseng (Panax)</p>', '', '', '', 'N', '', 'Y'),
(2396, 'pt', 'Ginseng (Panax)', '<p>Ginseng (Panax)</p>', '', '', '', 'N', '', 'Y'),
(2397, 'en', 'Hissopo (Hyssopus Officinalis)', '<p>Hissopo (Hyssopus Officinalis)</p>', '', '', '', 'N', '', 'Y'),
(2397, 'es', 'Hissopo (Hyssopus Officinalis)', '<p>Hissopo (Hyssopus Officinalis)</p>', '', '', '', 'N', '', 'Y'),
(2397, 'pt', 'Hissopo (Hyssopus Officinalis)', '<p>Hissopo (Hyssopus Officinalis)</p>', '', '', '', 'N', '', 'Y'),
(2398, 'en', 'Hortelã-graúda (Plectranthus Amboinicus)', '<p>Hortelã-graúda (Plectranthus Amboinicus)</p>', '', '', '', 'N', '', 'Y'),
(2398, 'es', 'Hortelã-graúda (Plectranthus Amboinicus)', '<p>Hortelã-graúda (Plectranthus Amboinicus)</p>', '', '', '', 'N', '', 'Y'),
(2398, 'pt', 'Hortelã-graúda (Plectranthus Amboinicus)', '<p>Hortelã-graúda (Plectranthus Amboinicus)</p>', '', '', '', 'N', '', 'Y'),
(2399, 'en', 'Levístico (Levisticum Officinale)', '<p>Levístico (Levisticum Officinale)</p>', '', '', '', 'N', '', 'Y'),
(2399, 'es', 'Levístico (Levisticum Officinale)', '<p>Levístico (Levisticum Officinale)</p>', '', '', '', 'N', '', 'Y'),
(2399, 'pt', 'Levístico (Levisticum Officinale)', '<p>Levístico (Levisticum Officinale)</p>', '', '', '', 'N', '', 'Y'),
(2400, 'en', 'Limnophila Aromática (Limnophila Aromatica)', '<p>Limnophila Aromática (Limnophila Aromatica)</p>', '', '', '', 'N', '', 'Y'),
(2400, 'es', 'Limnophila Aromática (Limnophila Aromatica)', '<p>Limnophila Aromática (Limnophila Aromatica)</p>', '', '', '', 'N', '', 'Y'),
(2400, 'pt', 'Limnophila Aromática (Limnophila Aromatica)', '<p>Limnophila Aromática (Limnophila Aromatica)</p>', '', '', '', 'N', '', 'Y'),
(2401, 'en', 'Língua-de-ovelha (Plantago lanceolata)', '<p>Língua-de-ovelha (Plantago lanceolata)</p>', '', '', '', 'N', '', 'Y'),
(2401, 'es', 'Língua-de-ovelha (Plantago lanceolata)', '<p>Língua-de-ovelha (Plantago lanceolata)</p>', '', '', '', 'N', '', 'Y'),
(2401, 'pt', 'Língua-de-ovelha (Plantago lanceolata)', '<p>Língua-de-ovelha (Plantago lanceolata)</p>', '', '', '', 'N', '', 'Y'),
(2402, 'en', 'Lobélia  (Lobelia Inflata)', '<p>Lobélia  (Lobelia Inflata)</p>', '', '', '', 'N', '', 'Y'),
(2402, 'es', 'Lobélia  (Lobelia Inflata)', '<p>Lobélia  (Lobelia Inflata)</p>', '', '', '', 'N', '', 'Y'),
(2402, 'pt', 'Lobélia  (Lobelia Inflata)', '<p>Lobélia  (Lobelia Inflata)</p>', '', '', '', 'N', '', 'Y'),
(2403, 'en', 'Louro (Laurus Nobilis)', '<p>Louro (Laurus Nobilis)</p>', '', '', '', 'N', '', 'Y'),
(2403, 'es', 'Louro (Laurus Nobilis)', '<p>Louro (Laurus Nobilis)</p>', '', '', '', 'N', '', 'Y'),
(2403, 'pt', 'Louro (Laurus Nobilis)', '<p>Louro (Laurus Nobilis)</p>', '', '', '', 'N', '', 'Y'),
(2404, 'en', 'Lúcia-lima (Aloysia Citriodora)', '<p>Lúcia-lima (Aloysia Citriodora)</p>', '', '', '', 'N', '', 'Y'),
(2404, 'es', 'Lúcia-lima (Aloysia Citriodora)', '<p>Lúcia-lima (Aloysia Citriodora)</p>', '', '', '', 'N', '', 'Y'),
(2404, 'pt', 'Lúcia-lima (Aloysia Citriodora)', '<p>Lúcia-lima (Aloysia Citriodora)</p>', '', '', '', 'N', '', 'Y'),
(2405, 'en', 'Manjericão (Basilicum Spp.)', '<p>Manjericão (Basilicum Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2405, 'es', 'Manjericão (Basilicum Spp.)', '<p>Manjericão (Basilicum Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2405, 'pt', 'Manjericão (Basilicum Spp.)', '<p>Manjericão (Basilicum Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2406, 'en', 'Manjerona (Origanum Majorana)', '<p>Manjerona (Origanum Majorana)</p>', '', '', '', 'N', '', 'Y'),
(2406, 'es', 'Manjerona (Origanum Majorana)', '<p>Manjerona (Origanum Majorana)</p>', '', '', '', 'N', '', 'Y'),
(2406, 'pt', 'Manjerona (Origanum Majorana)', '<p>Manjerona (Origanum Majorana)</p>', '', '', '', 'N', '', 'Y'),
(2407, 'en', 'Margarida (Calendula Officinalis)', '<p>Margarida (Calendula Officinalis)</p>', '', '', '', 'N', '', 'Y'),
(2407, 'es', 'Margarida (Calendula Officinalis)', '<p>Margarida (Calendula Officinalis)</p>', '', '', '', 'N', '', 'Y'),
(2407, 'pt', 'Margarida (Calendula Officinalis)', '<p>Margarida (Calendula Officinalis)</p>', '', '', '', 'N', '', 'Y'),
(2408, 'en', 'Menta (Mentha Spp.)', '<p>Menta (Mentha Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2408, 'es', 'Menta (Mentha Spp.)', '<p>Menta (Mentha Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2408, 'pt', 'Menta (Mentha Spp.)', '<p>Menta (Mentha Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2409, 'en', 'Mirra de jardim (Myrrhis Odorata)', '<p>Mirra de jardim (Myrrhis Odorata)</p>', '', '', '', 'N', '', 'Y'),
(2409, 'es', 'Mirra de jardim (Myrrhis Odorata)', '<p>Mirra de jardim (Myrrhis Odorata)</p>', '', '', '', 'N', '', 'Y'),
(2409, 'pt', 'Mirra de jardim (Myrrhis Odorata)', '<p>Mirra de jardim (Myrrhis Odorata)</p>', '', '', '', 'N', '', 'Y'),
(2410, 'en', 'Monarda (Monarda Didyma)', '<p>Monarda (Monarda Didyma)</p>', '', '', '', 'N', '', 'Y'),
(2410, 'es', 'Monarda (Monarda Didyma)', '<p>Monarda (Monarda Didyma)</p>', '', '', '', 'N', '', 'Y'),
(2410, 'pt', 'Monarda (Monarda Didyma)', '<p>Monarda (Monarda Didyma)</p>', '', '', '', 'N', '', 'Y'),
(2411, 'en', 'Nirá (Allium Tuberosum)', '<p>Nirá (Allium Tuberosum)</p>', '', '', '', 'N', '', 'Y'),
(2411, 'es', 'Nirá (Allium Tuberosum)', '<p>Nirá (Allium Tuberosum)</p>', '', '', '', 'N', '', 'Y'),
(2411, 'pt', 'Nirá (Allium Tuberosum)', '<p>Nirá (Allium Tuberosum)</p>', '', '', '', 'N', '', 'Y'),
(2412, 'en', 'Orégano (Origanum Vulgare)', '<p>Orégano (Origanum Vulgare)</p>', '', '', '', 'N', '', 'Y'),
(2412, 'es', 'Orégano (Origanum Vulgare)', '<p>Orégano (Origanum Vulgare)</p>', '', '', '', 'N', '', 'Y'),
(2412, 'pt', 'Orégano (Origanum Vulgare)', '<p>Orégano (Origanum Vulgare)</p>', '', '', '', 'N', '', 'Y'),
(2413, 'en', 'Perilla e Shissô (Perilla Frutescens)', '<p>Perilla e Shissô (Perilla Frutescens)</p>', '', '', '', 'N', '', 'Y'),
(2413, 'es', 'Perilla e Shissô (Perilla Frutescens)', '<p>Perilla e Shissô (Perilla Frutescens)</p>', '', '', '', 'N', '', 'Y'),
(2413, 'pt', 'Perilla e Shissô (Perilla Frutescens)', '<p>Perilla e Shissô (Perilla Frutescens)</p>', '', '', '', 'N', '', 'Y'),
(2414, 'en', 'Picão Branco (Galinsoga Parviflora)', '<p>Picão Branco (Galinsoga Parviflora)</p>', '', '', '', 'N', '', 'Y'),
(2414, 'es', 'Picão Branco (Galinsoga Parviflora)', '<p>Picão Branco (Galinsoga Parviflora)</p>', '', '', '', 'N', '', 'Y'),
(2414, 'pt', 'Picão Branco (Galinsoga Parviflora)', '<p>Picão Branco (Galinsoga Parviflora)</p>', '', '', '', 'N', '', 'Y'),
(2415, 'en', 'Rumex Arcticus (Rumex Arcticus)', '<p>Rumex Arcticus (Rumex Arcticus)</p>', '', '', '', 'N', '', 'Y'),
(2415, 'es', 'Rumex Arcticus (Rumex Arcticus)', '<p>Rumex Arcticus (Rumex Arcticus)</p>', '', '', '', 'N', '', 'Y'),
(2415, 'pt', 'Rumex Arcticus (Rumex Arcticus)', '<p>Rumex Arcticus (Rumex Arcticus)</p>', '', '', '', 'N', '', 'Y'),
(2416, 'en', 'Salsa (Petroselinum Crispum)', '<p>Salsa (Petroselinum Crispum)</p>', '', '', '', 'N', '', 'Y'),
(2416, 'es', 'Salsa (Petroselinum Crispum)', '<p>Salsa (Petroselinum Crispum)</p>', '', '', '', 'N', '', 'Y'),
(2416, 'pt', 'Salsa (Petroselinum Crispum)', '<p>Salsa (Petroselinum Crispum)</p>', '', '', '', 'N', '', 'Y'),
(2417, 'en', 'Sálvia (Salvia Officinalis)', '<p>Sálvia (Salvia Officinalis)</p>', '', '', '', 'N', '', 'Y'),
(2417, 'es', 'Sálvia (Salvia Officinalis)', '<p>Sálvia (Salvia Officinalis)</p>', '', '', '', 'N', '', 'Y'),
(2417, 'pt', 'Sálvia (Salvia Officinalis)', '<p>Sálvia (Salvia Officinalis)</p>', '', '', '', 'N', '', 'Y'),
(2418, 'en', 'Sanguisorba (Sanguisorba Spp.)', '<p>Sanguisorba (Sanguisorba Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2418, 'es', 'Sanguisorba (Sanguisorba Spp.)', '<p>Sanguisorba (Sanguisorba Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2418, 'pt', 'Sanguisorba (Sanguisorba Spp.)', '<p>Sanguisorba (Sanguisorba Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2419, 'en', 'Sassafrás (Sassafras Albidum)', '<p>Sassafrás (Sassafras Albidum)</p>', '', '', '', 'N', '', 'Y'),
(2419, 'es', 'Sassafrás (Sassafras Albidum)', '<p>Sassafrás (Sassafras Albidum)</p>', '', '', '', 'N', '', 'Y'),
(2419, 'pt', 'Sassafrás (Sassafras Albidum)', '<p>Sassafrás (Sassafras Albidum)</p>', '', '', '', 'N', '', 'Y'),
(2420, 'en', 'Satureja (Satureja)', '<p>Satureja (Satureja)</p>', '', '', '', 'N', '', 'Y'),
(2420, 'es', 'Satureja (Satureja)', '<p>Satureja (Satureja)</p>', '', '', '', 'N', '', 'Y'),
(2420, 'pt', 'Satureja (Satureja)', '<p>Satureja (Satureja)</p>', '', '', '', 'N', '', 'Y'),
(2421, 'en', 'Stevia (Stevia Rebaudiana)', '<p>Stevia (Stevia Rebaudiana)</p>', '', '', '', 'N', '', 'Y'),
(2421, 'es', 'Stevia (Stevia Rebaudiana)', '<p>Stevia (Stevia Rebaudiana)</p>', '', '', '', 'N', '', 'Y'),
(2421, 'pt', 'Stevia (Stevia Rebaudiana)', '<p>Stevia (Stevia Rebaudiana)</p>', '', '', '', 'N', '', 'Y'),
(2422, 'en', 'Tomilho (Thymus Vulgaris)', '<p>Tomilho (Thymus Vulgaris)</p>', '', '', '', 'N', '', 'Y'),
(2422, 'es', 'Tomilho (Thymus Vulgaris)', '<p>Tomilho (Thymus Vulgaris)</p>', '', '', '', 'N', '', 'Y'),
(2422, 'pt', 'Tomilho (Thymus Vulgaris)', '<p>Tomilho (Thymus Vulgaris)</p>', '', '', '', 'N', '', 'Y'),
(2423, 'en', 'Ulmária  (Filipendula Ulmaria)', '<p>Ulmária  (Filipendula Ulmaria)</p>', '', '', '', 'N', '', 'Y'),
(2423, 'es', 'Ulmária  (Filipendula Ulmaria)', '<p>Ulmária  (Filipendula Ulmaria)</p>', '', '', '', 'N', '', 'Y'),
(2423, 'pt', 'Ulmária  (Filipendula Ulmaria)', '<p>Ulmária  (Filipendula Ulmaria)</p>', '', '', '', 'N', '', 'Y'),
(2424, 'en', 'Wasibi (Eutrema Japonicum)', '<p>Wasibi (Eutrema Japonicum)</p>', '', '', '', 'N', '', 'Y'),
(2424, 'es', 'Wasibi (Eutrema Japonicum)', '<p>Wasibi (Eutrema Japonicum)</p>', '', '', '', 'N', '', 'Y'),
(2424, 'pt', 'Wasibi (Eutrema Japonicum)', '<p>Wasibi (Eutrema Japonicum)</p>', '', '', '', 'N', '', 'Y'),
(2425, 'en', 'Especiarias comestíveis', '<p>Especiarias comestíveis</p>', '', '', '', 'N', '', 'Y'),
(2425, 'es', 'Especiarias comestíveis', '<p>Especiarias comestíveis</p>', '', '', '', 'N', '', 'Y'),
(2425, 'pt', 'Especiarias comestíveis', '<p>Especiarias comestíveis</p>', '', '', '', 'N', '', 'Y'),
(2426, 'en', 'Abrótano (Artemisia Abrotanum)', '<p>Abrótano (Artemisia Abrotanum)</p>', '', '', '', 'N', '', 'Y'),
(2426, 'es', 'Abrótano (Artemisia Abrotanum)', '<p>Abrótano (Artemisia Abrotanum)</p>', '', '', '', 'N', '', 'Y'),
(2426, 'pt', 'Abrótano (Artemisia Abrotanum)', '<p>Abrótano (Artemisia Abrotanum)</p>', '', '', '', 'N', '', 'Y'),
(2427, 'en', 'Açafrão-da-terra (Curcuma Longa)', '<p>Açafrão-da-terra (Curcuma Longa)</p>', '', '', '', 'N', '', 'Y'),
(2427, 'es', 'Açafrão-da-terra (Curcuma Longa)', '<p>Açafrão-da-terra (Curcuma Longa)</p>', '', '', '', 'N', '', 'Y'),
(2427, 'pt', 'Açafrão-da-terra (Curcuma Longa)', '<p>Açafrão-da-terra (Curcuma Longa)</p>', '', '', '', 'N', '', 'Y'),
(2428, 'en', 'Açafrão-verdadeiro (Crocus Sativus)', '<p>Açafrão-verdadeiro (Crocus Sativus)</p>', '', '', '', 'N', '', 'Y'),
(2428, 'es', 'Açafrão-verdadeiro (Crocus Sativus)', '<p>Açafrão-verdadeiro (Crocus Sativus)</p>', '', '', '', 'N', '', 'Y'),
(2428, 'pt', 'Açafrão-verdadeiro (Crocus Sativus)', '<p>Açafrão-verdadeiro (Crocus Sativus)</p>', '', '', '', 'N', '', 'Y'),
(2429, 'en', 'Ajowan (Trachyspermum Ammi)', '<p>Ajowan (Trachyspermum Ammi)</p>', '', '', '', 'N', '', 'Y'),
(2429, 'es', 'Ajowan (Trachyspermum Ammi)', '<p>Ajowan (Trachyspermum Ammi)</p>', '', '', '', 'N', '', 'Y'),
(2429, 'pt', 'Ajowan (Trachyspermum Ammi)', '<p>Ajowan (Trachyspermum Ammi)</p>', '', '', '', 'N', '', 'Y'),
(2430, 'en', 'Alcaçuz (Glycyrrhiza Glabra)', '<p>Alcaçuz (Glycyrrhiza Glabra)</p>', '', '', '', 'N', '', 'Y'),
(2430, 'es', 'Alcaçuz (Glycyrrhiza Glabra)', '<p>Alcaçuz (Glycyrrhiza Glabra)</p>', '', '', '', 'N', '', 'Y'),
(2430, 'pt', 'Alcaçuz (Glycyrrhiza Glabra)', '<p>Alcaçuz (Glycyrrhiza Glabra)</p>', '', '', '', 'N', '', 'Y'),
(2431, 'en', 'Alcaparra (Capparis Spinosa)', '<p>Alcaparra (Capparis Spinosa)</p>', '', '', '', 'N', '', 'Y'),
(2431, 'es', 'Alcaparra (Capparis Spinosa)', '<p>Alcaparra (Capparis Spinosa)</p>', '', '', '', 'N', '', 'Y'),
(2431, 'pt', 'Alcaparra (Capparis Spinosa)', '<p>Alcaparra (Capparis Spinosa)</p>', '', '', '', 'N', '', 'Y'),
(2432, 'en', 'Alcaravia (Carum Carvi)', '<p>Alcaravia (Carum Carvi)</p>', '', '', '', 'N', '', 'Y'),
(2432, 'es', 'Alcaravia (Carum Carvi)', '<p>Alcaravia (Carum Carvi)</p>', '', '', '', 'N', '', 'Y'),
(2432, 'pt', 'Alcaravia (Carum Carvi)', '<p>Alcaravia (Carum Carvi)</p>', '', '', '', 'N', '', 'Y'),
(2433, 'en', 'Anis-estrelado (Illicium Verum)', '<p>Anis-estrelado (Illicium Verum)</p>', '', '', '', 'N', '', 'Y'),
(2433, 'es', 'Anis-estrelado (Illicium Verum)', '<p>Anis-estrelado (Illicium Verum)</p>', '', '', '', 'N', '', 'Y'),
(2433, 'pt', 'Anis-estrelado (Illicium Verum)', '<p>Anis-estrelado (Illicium Verum)</p>', '', '', '', 'N', '', 'Y'),
(2434, 'en', 'Aroeira salsa (Schinus Molle)', '<p>Aroeira salsa (Schinus Molle)</p>', '', '', '', 'N', '', 'Y'),
(2434, 'es', 'Aroeira salsa (Schinus Molle)', '<p>Aroeira salsa (Schinus Molle)</p>', '', '', '', 'N', '', 'Y'),
(2434, 'pt', 'Aroeira salsa (Schinus Molle)', '<p>Aroeira salsa (Schinus Molle)</p>', '', '', '', 'N', '', 'Y'),
(2435, 'en', 'Aroeira-vermelha (Schinus Terebinthifolia)', '<p>Aroeira-vermelha (Schinus Terebinthifolia)</p>', '', '', '', 'N', '', 'Y'),
(2435, 'es', 'Aroeira-vermelha (Schinus Terebinthifolia)', '<p>Aroeira-vermelha (Schinus Terebinthifolia)</p>', '', '', '', 'N', '', 'Y'),
(2435, 'pt', 'Aroeira-vermelha (Schinus Terebinthifolia)', '<p>Aroeira-vermelha (Schinus Terebinthifolia)</p>', '', '', '', 'N', '', 'Y'),
(2436, 'en', 'Baunilha (Baunilha Planifolia)', '<p>Baunilha (Baunilha Planifolia)</p>', '', '', '', 'N', '', 'Y'),
(2436, 'es', 'Baunilha (Baunilha Planifolia)', '<p>Baunilha (Baunilha Planifolia)</p>', '', '', '', 'N', '', 'Y'),
(2436, 'pt', 'Baunilha (Baunilha Planifolia)', '<p>Baunilha (Baunilha Planifolia)</p>', '', '', '', 'N', '', 'Y'),
(2437, 'en', 'Canela (Cinnamomum Verum)', '<p>Canela (Cinnamomum Verum)</p>', '', '', '', 'N', '', 'Y'),
(2437, 'es', 'Canela (Cinnamomum Verum)', '<p>Canela (Cinnamomum Verum)</p>', '', '', '', 'N', '', 'Y'),
(2437, 'pt', 'Canela (Cinnamomum Verum)', '<p>Canela (Cinnamomum Verum)</p>', '', '', '', 'N', '', 'Y'),
(2438, 'en', 'Canela-bastarda (Cinnamomum Cassia)', '<p>Canela-bastarda (Cinnamomum Cassia)</p>', '', '', '', 'N', '', 'Y'),
(2438, 'es', 'Canela-bastarda (Cinnamomum Cassia)', '<p>Canela-bastarda (Cinnamomum Cassia)</p>', '', '', '', 'N', '', 'Y'),
(2438, 'pt', 'Canela-bastarda (Cinnamomum Cassia)', '<p>Canela-bastarda (Cinnamomum Cassia)</p>', '', '', '', 'N', '', 'Y'),
(2439, 'en', 'Cardamomo Preto (Amomum Subulatum)', '<p>Cardamomo Preto (Amomum Subulatum)</p>', '', '', '', 'N', '', 'Y'),
(2439, 'es', 'Cardamomo Preto (Amomum Subulatum)', '<p>Cardamomo Preto (Amomum Subulatum)</p>', '', '', '', 'N', '', 'Y'),
(2439, 'pt', 'Cardamomo Preto (Amomum Subulatum)', '<p>Cardamomo Preto (Amomum Subulatum)</p>', '', '', '', 'N', '', 'Y'),
(2440, 'en', 'Cardamomo Verde (Elettaria Cardamomum)', '<p>Cardamomo Verde (Elettaria Cardamomum)</p>', '', '', '', 'N', '', 'Y'),
(2440, 'es', 'Cardamomo Verde (Elettaria Cardamomum)', '<p>Cardamomo Verde (Elettaria Cardamomum)</p>', '', '', '', 'N', '', 'Y'),
(2440, 'pt', 'Cardamomo Verde (Elettaria Cardamomum)', '<p>Cardamomo Verde (Elettaria Cardamomum)</p>', '', '', '', 'N', '', 'Y'),
(2441, 'en', 'Coentro-bravo (Eryngium Foetidum)', '<p>Coentro-bravo (Eryngium Foetidum)</p>', '', '', '', 'N', '', 'Y'),
(2441, 'es', 'Coentro-bravo (Eryngium Foetidum)', '<p>Coentro-bravo (Eryngium Foetidum)</p>', '', '', '', 'N', '', 'Y'),
(2441, 'pt', 'Coentro-bravo (Eryngium Foetidum)', '<p>Coentro-bravo (Eryngium Foetidum)</p>', '', '', '', 'N', '', 'Y'),
(2442, 'en', 'Cominho (Cuminum Cyminum)', '<p>Cominho (Cuminum Cyminum)</p>', '', '', '', 'N', '', 'Y'),
(2442, 'es', 'Cominho (Cuminum Cyminum)', '<p>Cominho (Cuminum Cyminum)</p>', '', '', '', 'N', '', 'Y'),
(2442, 'pt', 'Cominho (Cuminum Cyminum)', '<p>Cominho (Cuminum Cyminum)</p>', '', '', '', 'N', '', 'Y'),
(2443, 'en', 'Cominho Preto (Bunium Bulbocastanum)', '<p>Cominho Preto (Bunium Bulbocastanum)</p>', '', '', '', 'N', '', 'Y'),
(2443, 'es', 'Cominho Preto (Bunium Bulbocastanum)', '<p>Cominho Preto (Bunium Bulbocastanum)</p>', '', '', '', 'N', '', 'Y'),
(2443, 'pt', 'Cominho Preto (Bunium Bulbocastanum)', '<p>Cominho Preto (Bunium Bulbocastanum)</p>', '', '', '', 'N', '', 'Y'),
(2444, 'en', 'Cominho-preto (Nigella Sativa)', '<p>Cominho-preto (Nigella Sativa)</p>', '', '', '', 'N', '', 'Y'),
(2444, 'es', 'Cominho-preto (Nigella Sativa)', '<p>Cominho-preto (Nigella Sativa)</p>', '', '', '', 'N', '', 'Y'),
(2444, 'pt', 'Cominho-preto (Nigella Sativa)', '<p>Cominho-preto (Nigella Sativa)</p>', '', '', '', 'N', '', 'Y'),
(2445, 'en', 'Cravo-da-índia (Syzygium Aromaticum)', '<p>Cravo-da-índia (Syzygium Aromaticum)</p>', '', '', '', 'N', '', 'Y'),
(2445, 'es', 'Cravo-da-índia (Syzygium Aromaticum)', '<p>Cravo-da-índia (Syzygium Aromaticum)</p>', '', '', '', 'N', '', 'Y'),
(2445, 'pt', 'Cravo-da-índia (Syzygium Aromaticum)', '<p>Cravo-da-índia (Syzygium Aromaticum)</p>', '', '', '', 'N', '', 'Y'),
(2446, 'en', 'Cubeba (Piper Cubeba)', '<p>Cubeba (Piper Cubeba)</p>', '', '', '', 'N', '', 'Y'),
(2446, 'es', 'Cubeba (Piper Cubeba)', '<p>Cubeba (Piper Cubeba)</p>', '', '', '', 'N', '', 'Y'),
(2446, 'pt', 'Cubeba (Piper Cubeba)', '<p>Cubeba (Piper Cubeba)</p>', '', '', '', 'N', '', 'Y'),
(2447, 'en', 'Cumaru (Dipteryx Odorata)', '<p>Cumaru (Dipteryx Odorata)</p>', '', '', '', 'N', '', 'Y'),
(2447, 'es', 'Cumaru (Dipteryx Odorata)', '<p>Cumaru (Dipteryx Odorata)</p>', '', '', '', 'N', '', 'Y'),
(2447, 'pt', 'Cumaru (Dipteryx Odorata)', '<p>Cumaru (Dipteryx Odorata)</p>', '', '', '', 'N', '', 'Y'),
(2448, 'en', 'Curry (Murraya Koenigii)', '<p>Curry (Murraya Koenigii)</p>', '', '', '', 'N', '', 'Y'),
(2448, 'es', 'Curry (Murraya Koenigii)', '<p>Curry (Murraya Koenigii)</p>', '', '', '', 'N', '', 'Y'),
(2448, 'pt', 'Curry (Murraya Koenigii)', '<p>Curry (Murraya Koenigii)</p>', '', '', '', 'N', '', 'Y'),
(2449, 'en', 'Erva-camaleão (Houttuynia Cordata)', '<p>Erva-camaleão (Houttuynia Cordata)</p>', '', '', '', 'N', '', 'Y'),
(2449, 'es', 'Erva-camaleão (Houttuynia Cordata)', '<p>Erva-camaleão (Houttuynia Cordata)</p>', '', '', '', 'N', '', 'Y'),
(2449, 'pt', 'Erva-camaleão (Houttuynia Cordata)', '<p>Erva-camaleão (Houttuynia Cordata)</p>', '', '', '', 'N', '', 'Y'),
(2450, 'en', 'Erva-de-bicho (Persicaria Hydropiper)', '<p>Erva-de-bicho (Persicaria Hydropiper)</p>', '', '', '', 'N', '', 'Y'),
(2450, 'es', 'Erva-de-bicho (Persicaria Hydropiper)', '<p>Erva-de-bicho (Persicaria Hydropiper)</p>', '', '', '', 'N', '', 'Y'),
(2450, 'pt', 'Erva-de-bicho (Persicaria Hydropiper)', '<p>Erva-de-bicho (Persicaria Hydropiper)</p>', '', '', '', 'N', '', 'Y'),
(2451, 'en', 'Erva-de-santa-maria (Chenopodium Ambrosioides)', '<p>Erva-de-santa-maria (Chenopodium Ambrosioides)</p>', '', '', '', 'N', '', 'Y'),
(2451, 'es', 'Erva-de-santa-maria (Chenopodium Ambrosioides)', '<p>Erva-de-santa-maria (Chenopodium Ambrosioides)</p>', '', '', '', 'N', '', 'Y'),
(2451, 'pt', 'Erva-de-santa-maria (Chenopodium Ambrosioides)', '<p>Erva-de-santa-maria (Chenopodium Ambrosioides)</p>', '', '', '', 'N', '', 'Y'),
(2452, 'en', 'Eugenia (Eugenia Polyantha)', '<p>Eugenia (Eugenia Polyantha)</p>', '', '', '', 'N', '', 'Y'),
(2452, 'es', 'Eugenia (Eugenia Polyantha)', '<p>Eugenia (Eugenia Polyantha)</p>', '', '', '', 'N', '', 'Y'),
(2452, 'pt', 'Eugenia (Eugenia Polyantha)', '<p>Eugenia (Eugenia Polyantha)</p>', '', '', '', 'N', '', 'Y'),
(2453, 'en', 'Galanga (Alpinia Galanga)', '<p>Galanga (Alpinia Galanga)</p>', '', '', '', 'N', '', 'Y'),
(2453, 'es', 'Galanga (Alpinia Galanga)', '<p>Galanga (Alpinia Galanga)</p>', '', '', '', 'N', '', 'Y'),
(2453, 'pt', 'Galanga (Alpinia Galanga)', '<p>Galanga (Alpinia Galanga)</p>', '', '', '', 'N', '', 'Y'),
(2454, 'en', 'Hoja santa (Piper Auritum)', '<p>Hoja santa (Piper Auritum)</p>', '', '', '', 'N', '', 'Y'),
(2454, 'es', 'Hoja santa (Piper Auritum)', '<p>Hoja santa (Piper Auritum)</p>', '', '', '', 'N', '', 'Y'),
(2454, 'pt', 'Hoja santa (Piper Auritum)', '<p>Hoja santa (Piper Auritum)</p>', '', '', '', 'N', '', 'Y'),
(2455, 'en', 'Horopito (Pseudowintera Colorata)', '<p>Horopito (Pseudowintera Colorata)</p>', '', '', '', 'N', '', 'Y'),
(2455, 'es', 'Horopito (Pseudowintera Colorata)', '<p>Horopito (Pseudowintera Colorata)</p>', '', '', '', 'N', '', 'Y'),
(2455, 'pt', 'Horopito (Pseudowintera Colorata)', '<p>Horopito (Pseudowintera Colorata)</p>', '', '', '', 'N', '', 'Y'),
(2456, 'en', 'Hortelã-vietnamita (Persicaria Odorata)', '<p>Hortelã-vietnamita (Persicaria Odorata)</p>', '', '', '', 'N', '', 'Y'),
(2456, 'es', 'Hortelã-vietnamita (Persicaria Odorata)', '<p>Hortelã-vietnamita (Persicaria Odorata)</p>', '', '', '', 'N', '', 'Y'),
(2456, 'pt', 'Hortelã-vietnamita (Persicaria Odorata)', '<p>Hortelã-vietnamita (Persicaria Odorata)</p>', '', '', '', 'N', '', 'Y'),
(2457, 'en', 'Junípero (Juniperus Communis)', '<p>Junípero (Juniperus Communis)</p>', '', '', '', 'N', '', 'Y'),
(2457, 'es', 'Junípero (Juniperus Communis)', '<p>Junípero (Juniperus Communis)</p>', '', '', '', 'N', '', 'Y'),
(2457, 'pt', 'Junípero (Juniperus Communis)', '<p>Junípero (Juniperus Communis)</p>', '', '', '', 'N', '', 'Y'),
(2458, 'en', 'Kawa-kawa (Piper Excelsum)', '<p>Kawa-kawa (Piper Excelsum)</p>', '', '', '', 'N', '', 'Y'),
(2458, 'es', 'Kawa-kawa (Piper Excelsum)', '<p>Kawa-kawa (Piper Excelsum)</p>', '', '', '', 'N', '', 'Y'),
(2458, 'pt', 'Kawa-kawa (Piper Excelsum)', '<p>Kawa-kawa (Piper Excelsum)</p>', '', '', '', 'N', '', 'Y'),
(2459, 'en', 'Mahaleb (Prunus Mahaleb)', '<p>Mahaleb (Prunus Mahaleb)</p>', '', '', '', 'N', '', 'Y'),
(2459, 'es', 'Mahaleb (Prunus Mahaleb)', '<p>Mahaleb (Prunus Mahaleb)</p>', '', '', '', 'N', '', 'Y'),
(2459, 'pt', 'Mahaleb (Prunus Mahaleb)', '<p>Mahaleb (Prunus Mahaleb)</p>', '', '', '', 'N', '', 'Y'),
(2460, 'en', 'Murta (Myrtus)', '<p>Murta (Myrtus)</p>', '', '', '', 'N', '', 'Y'),
(2460, 'es', 'Murta (Myrtus)', '<p>Murta (Myrtus)</p>', '', '', '', 'N', '', 'Y'),
(2460, 'pt', 'Murta (Myrtus)', '<p>Murta (Myrtus)</p>', '', '', '', 'N', '', 'Y'),
(2461, 'en', 'Murta Limão (Backhousia Citriodoria)', '<p>Murta Limão (Backhousia Citriodoria)</p>', '', '', '', 'N', '', 'Y'),
(2461, 'es', 'Murta Limão (Backhousia Citriodoria)', '<p>Murta Limão (Backhousia Citriodoria)</p>', '', '', '', 'N', '', 'Y'),
(2461, 'pt', 'Murta Limão (Backhousia Citriodoria)', '<p>Murta Limão (Backhousia Citriodoria)</p>', '', '', '', 'N', '', 'Y'),
(2462, 'en', 'Njangsa (Ricinodendron Heudelotii)', '<p>Njangsa (Ricinodendron Heudelotii)</p>', '', '', '', 'N', '', 'Y'),
(2462, 'es', 'Njangsa (Ricinodendron Heudelotii)', '<p>Njangsa (Ricinodendron Heudelotii)</p>', '', '', '', 'N', '', 'Y'),
(2462, 'pt', 'Njangsa (Ricinodendron Heudelotii)', '<p>Njangsa (Ricinodendron Heudelotii)</p>', '', '', '', 'N', '', 'Y'),
(2463, 'en', 'Noz-moscada (Myristica Fragrans)', '<p>Noz-moscada (Myristica Fragrans)</p>', '', '', '', 'N', '', 'Y'),
(2463, 'es', 'Noz-moscada (Myristica Fragrans)', '<p>Noz-moscada (Myristica Fragrans)</p>', '', '', '', 'N', '', 'Y'),
(2463, 'pt', 'Noz-moscada (Myristica Fragrans)', '<p>Noz-moscada (Myristica Fragrans)</p>', '', '', '', 'N', '', 'Y'),
(2464, 'en', 'Orégano Turco (Origanum Onites)', '<p>Orégano Turco (Origanum Onites)</p>', '', '', '', 'N', '', 'Y'),
(2464, 'es', 'Orégano Turco (Origanum Onites)', '<p>Orégano Turco (Origanum Onites)</p>', '', '', '', 'N', '', 'Y'),
(2464, 'pt', 'Orégano Turco (Origanum Onites)', '<p>Orégano Turco (Origanum Onites)</p>', '', '', '', 'N', '', 'Y'),
(2465, 'en', 'Orquídea (Orchis Militaris)', '<p>Orquídea (Orchis Militaris)</p>', '', '', '', 'N', '', 'Y'),
(2465, 'es', 'Orquídea (Orchis Militaris)', '<p>Orquídea (Orchis Militaris)</p>', '', '', '', 'N', '', 'Y'),
(2465, 'pt', 'Orquídea (Orchis Militaris)', '<p>Orquídea (Orchis Militaris)</p>', '', '', '', 'N', '', 'Y'),
(2466, 'en', 'Pândano (Pandanus Utilis)', '<p>Pândano (Pandanus Utilis)</p>', '', '', '', 'N', '', 'Y'),
(2466, 'es', 'Pândano (Pandanus Utilis)', '<p>Pândano (Pandanus Utilis)</p>', '', '', '', 'N', '', 'Y'),
(2466, 'pt', 'Pândano (Pandanus Utilis)', '<p>Pândano (Pandanus Utilis)</p>', '', '', '', 'N', '', 'Y'),
(2467, 'en', 'Papoila-dormideira (Papaver Somniferum)', '<p>Papoila-dormideira (Papaver Somniferum)</p>', '', '', '', 'N', '', 'Y'),
(2467, 'es', 'Papoila-dormideira (Papaver Somniferum)', '<p>Papoila-dormideira (Papaver Somniferum)</p>', '', '', '', 'N', '', 'Y'),
(2467, 'pt', 'Papoila-dormideira (Papaver Somniferum)', '<p>Papoila-dormideira (Papaver Somniferum)</p>', '', '', '', 'N', '', 'Y'),
(2468, 'en', 'Pimenta da Jamaica (Pimenta Dioica)', '<p>Pimenta da Jamaica (Pimenta Dioica)</p>', '', '', '', 'N', '', 'Y'),
(2468, 'es', 'Pimenta da Jamaica (Pimenta Dioica)', '<p>Pimenta da Jamaica (Pimenta Dioica)</p>', '', '', '', 'N', '', 'Y'),
(2468, 'pt', 'Pimenta da Jamaica (Pimenta Dioica)', '<p>Pimenta da Jamaica (Pimenta Dioica)</p>', '', '', '', 'N', '', 'Y'),
(2469, 'en', 'Pimenta da Tasmânia  (Drimys Lanceolata)', '<p>Pimenta da Tasmânia  (Drimys Lanceolata)</p>', '', '', '', 'N', '', 'Y'),
(2469, 'es', 'Pimenta da Tasmânia  (Drimys Lanceolata)', '<p>Pimenta da Tasmânia  (Drimys Lanceolata)</p>', '', '', '', 'N', '', 'Y'),
(2469, 'pt', 'Pimenta da Tasmânia  (Drimys Lanceolata)', '<p>Pimenta da Tasmânia  (Drimys Lanceolata)</p>', '', '', '', 'N', '', 'Y'),
(2470, 'en', 'Pimenta-da-áfrica (Xylopia Aethiopica)', '<p>Pimenta-da-áfrica (Xylopia Aethiopica)</p>', '', '', '', 'N', '', 'Y'),
(2470, 'es', 'Pimenta-da-áfrica (Xylopia Aethiopica)', '<p>Pimenta-da-áfrica (Xylopia Aethiopica)</p>', '', '', '', 'N', '', 'Y'),
(2470, 'pt', 'Pimenta-da-áfrica (Xylopia Aethiopica)', '<p>Pimenta-da-áfrica (Xylopia Aethiopica)</p>', '', '', '', 'N', '', 'Y'),
(2471, 'en', 'Pimenta-da-guiné (Aframomum Melegueta)', '<p>Pimenta-da-guiné (Aframomum Melegueta)</p>', '', '', '', 'N', '', 'Y'),
(2471, 'es', 'Pimenta-da-guiné (Aframomum Melegueta)', '<p>Pimenta-da-guiné (Aframomum Melegueta)</p>', '', '', '', 'N', '', 'Y'),
(2471, 'pt', 'Pimenta-da-guiné (Aframomum Melegueta)', '<p>Pimenta-da-guiné (Aframomum Melegueta)</p>', '', '', '', 'N', '', 'Y'),
(2472, 'en', 'Pimenta-de-sichuan (Zanthoxylum)', '<p>Pimenta-de-sichuan (Zanthoxylum)</p>', '', '', '', 'N', '', 'Y'),
(2472, 'es', 'Pimenta-de-sichuan (Zanthoxylum)', '<p>Pimenta-de-sichuan (Zanthoxylum)</p>', '', '', '', 'N', '', 'Y'),
(2472, 'pt', 'Pimenta-de-sichuan (Zanthoxylum)', '<p>Pimenta-de-sichuan (Zanthoxylum)</p>', '', '', '', 'N', '', 'Y'),
(2473, 'en', 'Pimenta-longa (Piper Longum)', '<p>Pimenta-longa (Piper Longum)</p>', '', '', '', 'N', '', 'Y'),
(2473, 'es', 'Pimenta-longa (Piper Longum)', '<p>Pimenta-longa (Piper Longum)</p>', '', '', '', 'N', '', 'Y'),
(2473, 'pt', 'Pimenta-longa (Piper Longum)', '<p>Pimenta-longa (Piper Longum)</p>', '', '', '', 'N', '', 'Y'),
(2474, 'en', 'Pimenta-preta (Piper Nigrum)', '<p>Pimenta-preta (Piper Nigrum)</p>', '', '', '', 'N', '', 'Y'),
(2474, 'es', 'Pimenta-preta (Piper Nigrum)', '<p>Pimenta-preta (Piper Nigrum)</p>', '', '', '', 'N', '', 'Y'),
(2474, 'pt', 'Pimenta-preta (Piper Nigrum)', '<p>Pimenta-preta (Piper Nigrum)</p>', '', '', '', 'N', '', 'Y'),
(2475, 'en', 'Quina (Quassia Amara)', '<p>Quina (Quassia Amara)</p>', '', '', '', 'N', '', 'Y'),
(2475, 'es', 'Quina (Quassia Amara)', '<p>Quina (Quassia Amara)</p>', '', '', '', 'N', '', 'Y'),
(2475, 'pt', 'Quina (Quassia Amara)', '<p>Quina (Quassia Amara)</p>', '', '', '', 'N', '', 'Y'),
(2476, 'en', 'Rhus (Rhus Coriaria)', '<p>Rhus (Rhus Coriaria)</p>', '', '', '', 'N', '', 'Y'),
(2476, 'es', 'Rhus (Rhus Coriaria)', '<p>Rhus (Rhus Coriaria)</p>', '', '', '', 'N', '', 'Y'),
(2476, 'pt', 'Rhus (Rhus Coriaria)', '<p>Rhus (Rhus Coriaria)</p>', '', '', '', 'N', '', 'Y'),
(2477, 'en', 'Urucum (Bixa Orellana)', '<p>Urucum (Bixa Orellana)</p>', '', '', '', 'N', '', 'Y'),
(2477, 'es', 'Urucum (Bixa Orellana)', '<p>Urucum (Bixa Orellana)</p>', '', '', '', 'N', '', 'Y'),
(2477, 'pt', 'Urucum (Bixa Orellana)', '<p>Urucum (Bixa Orellana)</p>', '', '', '', 'N', '', 'Y'),
(2478, 'en', 'Vitex (Vitex Agnus-Castus)', '<p>Vitex (Vitex Agnus-Castus)</p>', '', '', '', 'N', '', 'Y'),
(2478, 'es', 'Vitex (Vitex Agnus-Castus)', '<p>Vitex (Vitex Agnus-Castus)</p>', '', '', '', 'N', '', 'Y'),
(2478, 'pt', 'Vitex (Vitex Agnus-Castus)', '<p>Vitex (Vitex Agnus-Castus)</p>', '', '', '', 'N', '', 'Y'),
(2479, 'en', 'Zedoária (Curcuma Zedoaria)', '<p>Zedoária (Curcuma Zedoaria)</p>', '', '', '', 'N', '', 'Y'),
(2479, 'es', 'Zedoária (Curcuma Zedoaria)', '<p>Zedoária (Curcuma Zedoaria)</p>', '', '', '', 'N', '', 'Y'),
(2479, 'pt', 'Zedoária (Curcuma Zedoaria)', '<p>Zedoária (Curcuma Zedoaria)</p>', '', '', '', 'N', '', 'Y'),
(2480, 'en', 'Hortaliças brássicas (Tipo Repolho)', '<p>Hortaliças brássicas (Tipo Repolho)</p>', '', '', '', 'N', '', 'Y'),
(2480, 'es', 'Hortaliças brássicas (Tipo Repolho)', '<p>Hortaliças brássicas (Tipo Repolho)</p>', '', '', '', 'N', '', 'Y'),
(2480, 'pt', 'Hortaliças brássicas (Tipo Repolho)', '<p>Hortaliças brássicas (Tipo Repolho)</p>', '', '', '', 'N', '', 'Y'),
(2481, 'en', 'Bimi / brócolis (Brassica Oleracea Italica X Alboglabra)', '<p>Bimi / brócolis (Brassica Oleracea Italica X Alboglabra)</p>', '', '', '', 'N', '', 'Y'),
(2481, 'es', 'Bimi / brócolis (Brassica Oleracea Italica X Alboglabra)', '<p>Bimi / brócolis (Brassica Oleracea Italica X Alboglabra)</p>', '', '', '', 'N', '', 'Y'),
(2481, 'pt', 'Bimi / brócolis (Brassica Oleracea Italica X Alboglabra)', '<p>Bimi / brócolis (Brassica Oleracea Italica X Alboglabra)</p>', '', '', '', 'N', '', 'Y'),
(2482, 'en', 'Brócolis (Brassica Oleracea var. Italica)', '<p>Brócolis (Brassica Oleracea var. Italica)</p>', '', '', '', 'N', '', 'Y'),
(2482, 'es', 'Brócolis (Brassica Oleracea var. Italica)', '<p>Brócolis (Brassica Oleracea var. Italica)</p>', '', '', '', 'N', '', 'Y'),
(2482, 'pt', 'Brócolis (Brassica Oleracea var. Italica)', '<p>Brócolis (Brassica Oleracea var. Italica)</p>', '', '', '', 'N', '', 'Y'),
(2483, 'en', 'Couve crespa (Brassica Oleracea var. Sabellica)', '<p>Couve crespa (Brassica Oleracea var. Sabellica)</p>', '', '', '', 'N', '', 'Y'),
(2483, 'es', 'Couve crespa (Brassica Oleracea var. Sabellica)', '<p>Couve crespa (Brassica Oleracea var. Sabellica)</p>', '', '', '', 'N', '', 'Y'),
(2483, 'pt', 'Couve crespa (Brassica Oleracea var. Sabellica)', '<p>Couve crespa (Brassica Oleracea var. Sabellica)</p>', '', '', '', 'N', '', 'Y'),
(2484, 'en', 'Couve-chinesa (Brassica Oleracea var. Alboglabra)', '<p>Couve-chinesa (Brassica Oleracea var. Alboglabra)</p>', '', '', '', 'N', '', 'Y'),
(2484, 'es', 'Couve-chinesa (Brassica Oleracea var. Alboglabra)', '<p>Couve-chinesa (Brassica Oleracea var. Alboglabra)</p>', '', '', '', 'N', '', 'Y'),
(2484, 'pt', 'Couve-chinesa (Brassica Oleracea var. Alboglabra)', '<p>Couve-chinesa (Brassica Oleracea var. Alboglabra)</p>', '', '', '', 'N', '', 'Y'),
(2485, 'en', 'Couve-de-bruxelas (Brassica Oleracea var. Gemmifera)', '<p>Couve-de-bruxelas (Brassica Oleracea var. Gemmifera)</p>', '', '', '', 'N', '', 'Y'),
(2485, 'es', 'Couve-de-bruxelas (Brassica Oleracea var. Gemmifera)', '<p>Couve-de-bruxelas (Brassica Oleracea var. Gemmifera)</p>', '', '', '', 'N', '', 'Y'),
(2485, 'pt', 'Couve-de-bruxelas (Brassica Oleracea var. Gemmifera)', '<p>Couve-de-bruxelas (Brassica Oleracea var. Gemmifera)</p>', '', '', '', 'N', '', 'Y'),
(2486, 'en', 'Couve-flor (Brassica Oleracea var. Botrytis)', '<p>Couve-flor (Brassica Oleracea var. Botrytis)</p>', '', '', '', 'N', '', 'Y'),
(2486, 'es', 'Couve-flor (Brassica Oleracea var. Botrytis)', '<p>Couve-flor (Brassica Oleracea var. Botrytis)</p>', '', '', '', 'N', '', 'Y'),
(2486, 'pt', 'Couve-flor (Brassica Oleracea var. Botrytis)', '<p>Couve-flor (Brassica Oleracea var. Botrytis)</p>', '', '', '', 'N', '', 'Y'),
(2487, 'en', 'Couve-lombarda (Brassica Oleracea var. Sabauda)', '<p>Couve-lombarda (Brassica Oleracea var. Sabauda)</p>', '', '', '', 'N', '', 'Y'),
(2487, 'es', 'Couve-lombarda (Brassica Oleracea var. Sabauda)', '<p>Couve-lombarda (Brassica Oleracea var. Sabauda)</p>', '', '', '', 'N', '', 'Y'),
(2487, 'pt', 'Couve-lombarda (Brassica Oleracea var. Sabauda)', '<p>Couve-lombarda (Brassica Oleracea var. Sabauda)</p>', '', '', '', 'N', '', 'Y'),
(2488, 'en', 'Nabo  (Brassica Rapa Subsp. Rapa)', '<p>Nabo  (Brassica Rapa Subsp. Rapa)</p>', '', '', '', 'N', '', 'Y'),
(2488, 'es', 'Nabo  (Brassica Rapa Subsp. Rapa)', '<p>Nabo  (Brassica Rapa Subsp. Rapa)</p>', '', '', '', 'N', '', 'Y'),
(2488, 'pt', 'Nabo  (Brassica Rapa Subsp. Rapa)', '<p>Nabo  (Brassica Rapa Subsp. Rapa)</p>', '', '', '', 'N', '', 'Y'),
(2489, 'en', 'Nabo / Rutabaga (Brassica Napobrassica)', '<p>Nabo / Rutabaga (Brassica Napobrassica)</p>', '', '', '', 'N', '', 'Y'),
(2489, 'es', 'Nabo / Rutabaga (Brassica Napobrassica)', '<p>Nabo / Rutabaga (Brassica Napobrassica)</p>', '', '', '', 'N', '', 'Y'),
(2489, 'pt', 'Nabo / Rutabaga (Brassica Napobrassica)', '<p>Nabo / Rutabaga (Brassica Napobrassica)</p>', '', '', '', 'N', '', 'Y'),
(2490, 'en', 'Repolho (Brassica Oleracea var. Capitata)', '<p>Repolho (Brassica Oleracea var. Capitata)</p>', '', '', '', 'N', '', 'Y'),
(2490, 'es', 'Repolho (Brassica Oleracea var. Capitata)', '<p>Repolho (Brassica Oleracea var. Capitata)</p>', '', '', '', 'N', '', 'Y'),
(2490, 'pt', 'Repolho (Brassica Oleracea var. Capitata)', '<p>Repolho (Brassica Oleracea var. Capitata)</p>', '', '', '', 'N', '', 'Y'),
(2491, 'en', 'Repolho coração-de-boi (Brassica Oleracea var. Capitata F. Conica)', '<p>Repolho coração-de-boi (Brassica Oleracea var. Capitata F. Conica)</p>', '', '', '', 'N', '', 'Y'),
(2491, 'es', 'Repolho coração-de-boi (Brassica Oleracea var. Capitata F. Conica)', '<p>Repolho coração-de-boi (Brassica Oleracea var. Capitata F. Conica)</p>', '', '', '', 'N', '', 'Y'),
(2491, 'pt', 'Repolho coração-de-boi (Brassica Oleracea var. Capitata F. Conica)', '<p>Repolho coração-de-boi (Brassica Oleracea var. Capitata F. Conica)</p>', '', '', '', 'N', '', 'Y'),
(2492, 'en', 'Repolho roxo (Brassica Oleracea var. Capitata F. Rubra)', '<p>Repolho roxo (Brassica Oleracea var. Capitata F. Rubra)</p>', '', '', '', 'N', '', 'Y'),
(2492, 'es', 'Repolho roxo (Brassica Oleracea var. Capitata F. Rubra)', '<p>Repolho roxo (Brassica Oleracea var. Capitata F. Rubra)</p>', '', '', '', 'N', '', 'Y'),
(2492, 'pt', 'Repolho roxo (Brassica Oleracea var. Capitata F. Rubra)', '<p>Repolho roxo (Brassica Oleracea var. Capitata F. Rubra)</p>', '', '', '', 'N', '', 'Y'),
(2493, 'en', 'Romanesco (Brassica Oleracea Convar. Botrytis var. Botrytis)', '<p>Romanesco (Brassica Oleracea Convar. Botrytis var. Botrytis)</p>', '', '', '', 'N', '', 'Y'),
(2493, 'es', 'Romanesco (Brassica Oleracea Convar. Botrytis var. Botrytis)', '<p>Romanesco (Brassica Oleracea Convar. Botrytis var. Botrytis)</p>', '', '', '', 'N', '', 'Y'),
(2493, 'pt', 'Romanesco (Brassica Oleracea Convar. Botrytis var. Botrytis)', '<p>Romanesco (Brassica Oleracea Convar. Botrytis var. Botrytis)</p>', '', '', '', 'N', '', 'Y'),
(2494, 'en', 'Vegetais frutíferos  - Outros', '<p>Vegetais frutíferos  - Outros</p>', '', '', '', 'N', '', 'Y'),
(2494, 'es', 'Vegetais frutíferos  - Outros', '<p>Vegetais frutíferos  - Outros</p>', '', '', '', 'N', '', 'Y'),
(2494, 'pt', 'Vegetais frutíferos  - Outros', '<p>Vegetais frutíferos  - Outros</p>', '', '', '', 'N', '', 'Y'),
(2495, 'en', 'Abelmosco (Abelmoschus Moschatus)', '<p>Abelmosco (Abelmoschus Moschatus)</p>', '', '', '', 'N', '', 'Y'),
(2495, 'es', 'Abelmosco (Abelmoschus Moschatus)', '<p>Abelmosco (Abelmoschus Moschatus)</p>', '', '', '', 'N', '', 'Y'),
(2495, 'pt', 'Abelmosco (Abelmoschus Moschatus)', '<p>Abelmosco (Abelmoschus Moschatus)</p>', '', '', '', 'N', '', 'Y'),
(2496, 'en', 'Gnetum gnemon (Gnetum Gnemon)', '<p>Gnetum gnemon (Gnetum Gnemon)</p>', '', '', '', 'N', '', 'Y'),
(2496, 'es', 'Gnetum gnemon (Gnetum Gnemon)', '<p>Gnetum gnemon (Gnetum Gnemon)</p>', '', '', '', 'N', '', 'Y'),
(2496, 'pt', 'Gnetum gnemon (Gnetum Gnemon)', '<p>Gnetum gnemon (Gnetum Gnemon)</p>', '', '', '', 'N', '', 'Y'),
(2497, 'en', 'Milho doce (Zea Mays Subsp. Saccharata)', '<p>Milho doce (Zea Mays Subsp. Saccharata)</p>', '', '', '', 'N', '', 'Y'),
(2497, 'es', 'Milho doce (Zea Mays Subsp. Saccharata)', '<p>Milho doce (Zea Mays Subsp. Saccharata)</p>', '', '', '', 'N', '', 'Y'),
(2497, 'pt', 'Milho doce (Zea Mays Subsp. Saccharata)', '<p>Milho doce (Zea Mays Subsp. Saccharata)</p>', '', '', '', 'N', '', 'Y'),
(2498, 'en', 'Quiabo (Abelmoschus Esculentus)', '<p>Quiabo (Abelmoschus Esculentus)</p>', '', '', '', 'N', '', 'Y'),
(2498, 'es', 'Quiabo (Abelmoschus Esculentus)', '<p>Quiabo (Abelmoschus Esculentus)</p>', '', '', '', 'N', '', 'Y'),
(2498, 'pt', 'Quiabo (Abelmoschus Esculentus)', '<p>Quiabo (Abelmoschus Esculentus)</p>', '', '', '', 'N', '', 'Y'),
(2499, 'en', 'Grama e outras culturas para ração animal ou para melhoria do solo', '<p>Grama e outras culturas para ração animal ou para melhoria do solo</p>', '', '', '', 'N', '', 'Y'),
(2499, 'es', 'Grama e outras culturas para ração animal ou para melhoria do solo', '<p>Grama e outras culturas para ração animal ou para melhoria do solo</p>', '', '', '', 'N', '', 'Y'),
(2499, 'pt', 'Grama e outras culturas para ração animal ou para melhoria do solo', '<p>Grama e outras culturas para ração animal ou para melhoria do solo</p>', '', '', '', 'N', '', 'Y'),
(2500, 'en', 'Culturas Cruciferae', '<p>Culturas Cruciferae</p>', '', '', '', 'N', '', 'Y'),
(2500, 'es', 'Culturas Cruciferae', '<p>Culturas Cruciferae</p>', '', '', '', 'N', '', 'Y'),
(2500, 'pt', 'Culturas Cruciferae', '<p>Culturas Cruciferae</p>', '', '', '', 'N', '', 'Y'),
(2501, 'en', 'Acelga (Beta Vulgaris Subsp. Vulgaris var. Crassa)', '<p>Acelga (Beta Vulgaris Subsp. Vulgaris var. Crassa)</p>', '', '', '', 'N', '', 'Y'),
(2501, 'es', 'Acelga (Beta Vulgaris Subsp. Vulgaris var. Crassa)', '<p>Acelga (Beta Vulgaris Subsp. Vulgaris var. Crassa)</p>', '', '', '', 'N', '', 'Y'),
(2501, 'pt', 'Acelga (Beta Vulgaris Subsp. Vulgaris var. Crassa)', '<p>Acelga (Beta Vulgaris Subsp. Vulgaris var. Crassa)</p>', '', '', '', 'N', '', 'Y'),
(2502, 'en', 'Camelina (Camelina Sativa)', '<p>Camelina (Camelina Sativa)</p>', '', '', '', 'N', '', 'Y'),
(2502, 'es', 'Camelina (Camelina Sativa)', '<p>Camelina (Camelina Sativa)</p>', '', '', '', 'N', '', 'Y'),
(2502, 'pt', 'Camelina (Camelina Sativa)', '<p>Camelina (Camelina Sativa)</p>', '', '', '', 'N', '', 'Y'),
(2503, 'en', 'Erva de Santa Bárbara (Barbarea Vulgaris)', '<p>Erva de Santa Bárbara (Barbarea Vulgaris)</p>', '', '', '', 'N', '', 'Y'),
(2503, 'es', 'Erva de Santa Bárbara (Barbarea Vulgaris)', '<p>Erva de Santa Bárbara (Barbarea Vulgaris)</p>', '', '', '', 'N', '', 'Y'),
(2503, 'pt', 'Erva de Santa Bárbara (Barbarea Vulgaris)', '<p>Erva de Santa Bárbara (Barbarea Vulgaris)</p>', '', '', '', 'N', '', 'Y'),
(2504, 'en', 'Mostarda Branca (Sinapsis Alba)', '<p>Mostarda Branca (Sinapsis Alba)</p>', '', '', '', 'N', '', 'Y'),
(2504, 'es', 'Mostarda Branca (Sinapsis Alba)', '<p>Mostarda Branca (Sinapsis Alba)</p>', '', '', '', 'N', '', 'Y'),
(2504, 'pt', 'Mostarda Branca (Sinapsis Alba)', '<p>Mostarda Branca (Sinapsis Alba)</p>', '', '', '', 'N', '', 'Y'),
(2505, 'en', 'Mostarda Preta (Brassica Nigra)', '<p>Mostarda Preta (Brassica Nigra)</p>', '', '', '', 'N', '', 'Y'),
(2505, 'es', 'Mostarda Preta (Brassica Nigra)', '<p>Mostarda Preta (Brassica Nigra)</p>', '', '', '', 'N', '', 'Y'),
(2505, 'pt', 'Mostarda Preta (Brassica Nigra)', '<p>Mostarda Preta (Brassica Nigra)</p>', '', '', '', 'N', '', 'Y'),
(2506, 'en', 'Mostarda-dos-campos (Sinapis Arvensis)', '<p>Mostarda-dos-campos (Sinapis Arvensis)</p>', '', '', '', 'N', '', 'Y'),
(2506, 'es', 'Mostarda-dos-campos (Sinapis Arvensis)', '<p>Mostarda-dos-campos (Sinapis Arvensis)</p>', '', '', '', 'N', '', 'Y'),
(2506, 'pt', 'Mostarda-dos-campos (Sinapis Arvensis)', '<p>Mostarda-dos-campos (Sinapis Arvensis)</p>', '', '', '', 'N', '', 'Y'),
(2507, 'en', 'Culturas leguminosas', '<p>Culturas leguminosas</p>', '', '', '', 'N', '', 'Y'),
(2507, 'es', 'Culturas leguminosas', '<p>Culturas leguminosas</p>', '', '', '', 'N', '', 'Y'),
(2507, 'pt', 'Culturas leguminosas', '<p>Culturas leguminosas</p>', '', '', '', 'N', '', 'Y'),
(2508, 'en', 'Acácia (Acacia Spp.)', '<p>Acácia (Acacia Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2508, 'es', 'Acácia (Acacia Spp.)', '<p>Acácia (Acacia Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2508, 'pt', 'Acácia (Acacia Spp.)', '<p>Acácia (Acacia Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2509, 'en', 'Aeschynomene Americana (Aeschynomene Americana)', '<p>Aeschynomene Americana (Aeschynomene Americana)</p>', '', '', '', 'N', '', 'Y'),
(2509, 'es', 'Aeschynomene Americana (Aeschynomene Americana)', '<p>Aeschynomene Americana (Aeschynomene Americana)</p>', '', '', '', 'N', '', 'Y'),
(2509, 'pt', 'Aeschynomene Americana (Aeschynomene Americana)', '<p>Aeschynomene Americana (Aeschynomene Americana)</p>', '', '', '', 'N', '', 'Y'),
(2510, 'en', 'Albizia (Albizia Spp.)', '<p>Albizia (Albizia Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2510, 'es', 'Albizia (Albizia Spp.)', '<p>Albizia (Albizia Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2510, 'pt', 'Albizia (Albizia Spp.)', '<p>Albizia (Albizia Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2511, 'en', 'Alfafa (Medicago Sativa)', '<p>Alfafa (Medicago Sativa)</p>', '', '', '', 'N', '', 'Y'),
(2511, 'es', 'Alfafa (Medicago Sativa)', '<p>Alfafa (Medicago Sativa)</p>', '', '', '', 'N', '', 'Y'),
(2511, 'pt', 'Alfafa (Medicago Sativa)', '<p>Alfafa (Medicago Sativa)</p>', '', '', '', 'N', '', 'Y'),
(2512, 'en', 'Alfafa (Medicago Truncatula)', '<p>Alfafa (Medicago Truncatula)</p>', '', '', '', 'N', '', 'Y'),
(2512, 'es', 'Alfafa (Medicago Truncatula)', '<p>Alfafa (Medicago Truncatula)</p>', '', '', '', 'N', '', 'Y'),
(2512, 'pt', 'Alfafa (Medicago Truncatula)', '<p>Alfafa (Medicago Truncatula)</p>', '', '', '', 'N', '', 'Y'),
(2513, 'en', 'Alfalfa-lupulina (Medicago Lupulina)', '<p>Alfalfa-lupulina (Medicago Lupulina)</p>', '', '', '', 'N', '', 'Y'),
(2513, 'es', 'Alfalfa-lupulina (Medicago Lupulina)', '<p>Alfalfa-lupulina (Medicago Lupulina)</p>', '', '', '', 'N', '', 'Y'),
(2513, 'pt', 'Alfalfa-lupulina (Medicago Lupulina)', '<p>Alfalfa-lupulina (Medicago Lupulina)</p>', '', '', '', 'N', '', 'Y'),
(2514, 'en', 'Alfarrobeira (Ceratonia Siliqua)', '<p>Alfarrobeira (Ceratonia Siliqua)</p>', '', '', '', 'N', '', 'Y'),
(2514, 'es', 'Alfarrobeira (Ceratonia Siliqua)', '<p>Alfarrobeira (Ceratonia Siliqua)</p>', '', '', '', 'N', '', 'Y'),
(2514, 'pt', 'Alfarrobeira (Ceratonia Siliqua)', '<p>Alfarrobeira (Ceratonia Siliqua)</p>', '', '', '', 'N', '', 'Y'),
(2515, 'en', 'Amendoim-forrageiro (Arachis Glabrata)', '<p>Amendoim-forrageiro (Arachis Glabrata)</p>', '', '', '', 'N', '', 'Y'),
(2515, 'es', 'Amendoim-forrageiro (Arachis Glabrata)', '<p>Amendoim-forrageiro (Arachis Glabrata)</p>', '', '', '', 'N', '', 'Y'),
(2515, 'pt', 'Amendoim-forrageiro (Arachis Glabrata)', '<p>Amendoim-forrageiro (Arachis Glabrata)</p>', '', '', '', 'N', '', 'Y'),
(2516, 'en', 'Amendoim-forrageiro (Arachis Pintoi)', '<p>Amendoim-forrageiro (Arachis Pintoi)</p>', '', '', '', 'N', '', 'Y'),
(2516, 'es', 'Amendoim-forrageiro (Arachis Pintoi)', '<p>Amendoim-forrageiro (Arachis Pintoi)</p>', '', '', '', 'N', '', 'Y'),
(2516, 'pt', 'Amendoim-forrageiro (Arachis Pintoi)', '<p>Amendoim-forrageiro (Arachis Pintoi)</p>', '', '', '', 'N', '', 'Y'),
(2517, 'en', 'Calliandra (Calliandra Calothyrsus)', '<p>Calliandra (Calliandra Calothyrsus)</p>', '', '', '', 'N', '', 'Y'),
(2517, 'es', 'Calliandra (Calliandra Calothyrsus)', '<p>Calliandra (Calliandra Calothyrsus)</p>', '', '', '', 'N', '', 'Y'),
(2517, 'pt', 'Calliandra (Calliandra Calothyrsus)', '<p>Calliandra (Calliandra Calothyrsus)</p>', '', '', '', 'N', '', 'Y'),
(2518, 'en', 'Calopo (Calopogonium Spp.)', '<p>Calopo (Calopogonium Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2518, 'es', 'Calopo (Calopogonium Spp.)', '<p>Calopo (Calopogonium Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2518, 'pt', 'Calopo (Calopogonium Spp.)', '<p>Calopo (Calopogonium Spp.)</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(2519, 'en', 'Camaratuba (Cratylia Argentea)', '<p>Camaratuba (Cratylia Argentea)</p>', '', '', '', 'N', '', 'Y'),
(2519, 'es', 'Camaratuba (Cratylia Argentea)', '<p>Camaratuba (Cratylia Argentea)</p>', '', '', '', 'N', '', 'Y'),
(2519, 'pt', 'Camaratuba (Cratylia Argentea)', '<p>Camaratuba (Cratylia Argentea)</p>', '', '', '', 'N', '', 'Y'),
(2520, 'en', 'Chamaecrista (Chamaecrista Rotundifolia)', '<p>Chamaecrista (Chamaecrista Rotundifolia)</p>', '', '', '', 'N', '', 'Y'),
(2520, 'es', 'Chamaecrista (Chamaecrista Rotundifolia)', '<p>Chamaecrista (Chamaecrista Rotundifolia)</p>', '', '', '', 'N', '', 'Y'),
(2520, 'pt', 'Chamaecrista (Chamaecrista Rotundifolia)', '<p>Chamaecrista (Chamaecrista Rotundifolia)</p>', '', '', '', 'N', '', 'Y'),
(2521, 'en', 'Chicharo (Lathyrus Sativus)', '<p>Chicharo (Lathyrus Sativus)</p>', '', '', '', 'N', '', 'Y'),
(2521, 'es', 'Chicharo (Lathyrus Sativus)', '<p>Chicharo (Lathyrus Sativus)</p>', '', '', '', 'N', '', 'Y'),
(2521, 'pt', 'Chicharo (Lathyrus Sativus)', '<p>Chicharo (Lathyrus Sativus)</p>', '', '', '', 'N', '', 'Y'),
(2522, 'en', 'Cornichão (Lotus Corniculatus)', '<p>Cornichão (Lotus Corniculatus)</p>', '', '', '', 'N', '', 'Y'),
(2522, 'es', 'Cornichão (Lotus Corniculatus)', '<p>Cornichão (Lotus Corniculatus)</p>', '', '', '', 'N', '', 'Y'),
(2522, 'pt', 'Cornichão (Lotus Corniculatus)', '<p>Cornichão (Lotus Corniculatus)</p>', '', '', '', 'N', '', 'Y'),
(2523, 'en', 'Crotalária (Crotalaria Spp.)', '<p>Crotalária (Crotalaria Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2523, 'es', 'Crotalária (Crotalaria Spp.)', '<p>Crotalária (Crotalaria Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2523, 'pt', 'Crotalária (Crotalaria Spp.)', '<p>Crotalária (Crotalaria Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2524, 'en', 'Ervilhaca-comum (Vicia Sativa)', '<p>Ervilhaca-comum (Vicia Sativa)</p>', '', '', '', 'N', '', 'Y'),
(2524, 'es', 'Ervilhaca-comum (Vicia Sativa)', '<p>Ervilhaca-comum (Vicia Sativa)</p>', '', '', '', 'N', '', 'Y'),
(2524, 'pt', 'Ervilhaca-comum (Vicia Sativa)', '<p>Ervilhaca-comum (Vicia Sativa)</p>', '', '', '', 'N', '', 'Y'),
(2525, 'en', 'Ervilhaca-peluda (Vicia Villosa)', '<p>Ervilhaca-peluda (Vicia Villosa)</p>', '', '', '', 'N', '', 'Y'),
(2525, 'es', 'Ervilhaca-peluda (Vicia Villosa)', '<p>Ervilhaca-peluda (Vicia Villosa)</p>', '', '', '', 'N', '', 'Y'),
(2525, 'pt', 'Ervilhaca-peluda (Vicia Villosa)', '<p>Ervilhaca-peluda (Vicia Villosa)</p>', '', '', '', 'N', '', 'Y'),
(2526, 'en', 'Ervilha-forrageira (Pisum Sativum var. Arvense)', '<p>Ervilha-forrageira (Pisum Sativum var. Arvense)</p>', '', '', '', 'N', '', 'Y'),
(2526, 'es', 'Ervilha-forrageira (Pisum Sativum var. Arvense)', '<p>Ervilha-forrageira (Pisum Sativum var. Arvense)</p>', '', '', '', 'N', '', 'Y'),
(2526, 'pt', 'Ervilha-forrageira (Pisum Sativum var. Arvense)', '<p>Ervilha-forrageira (Pisum Sativum var. Arvense)</p>', '', '', '', 'N', '', 'Y'),
(2527, 'en', 'Espinheiro-da-Virgínia (Gleditsia Triacanthos)', '<p>Espinheiro-da-Virgínia (Gleditsia Triacanthos)</p>', '', '', '', 'N', '', 'Y'),
(2527, 'es', 'Espinheiro-da-Virgínia (Gleditsia Triacanthos)', '<p>Espinheiro-da-Virgínia (Gleditsia Triacanthos)</p>', '', '', '', 'N', '', 'Y'),
(2527, 'pt', 'Espinheiro-da-Virgínia (Gleditsia Triacanthos)', '<p>Espinheiro-da-Virgínia (Gleditsia Triacanthos)</p>', '', '', '', 'N', '', 'Y'),
(2528, 'en', 'Estilosantes  (Stylosanthes Spp.)', '<p>Estilosantes  (Stylosanthes Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2528, 'es', 'Estilosantes  (Stylosanthes Spp.)', '<p>Estilosantes  (Stylosanthes Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2528, 'pt', 'Estilosantes  (Stylosanthes Spp.)', '<p>Estilosantes  (Stylosanthes Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2529, 'en', 'Faidherbia (Faidherbia Albida)', '<p>Faidherbia (Faidherbia Albida)</p>', '', '', '', 'N', '', 'Y'),
(2529, 'es', 'Faidherbia (Faidherbia Albida)', '<p>Faidherbia (Faidherbia Albida)</p>', '', '', '', 'N', '', 'Y'),
(2529, 'pt', 'Faidherbia (Faidherbia Albida)', '<p>Faidherbia (Faidherbia Albida)</p>', '', '', '', 'N', '', 'Y'),
(2530, 'en', 'Feijão-de-rola  (Macroptilium Lathyroides)', '<p>Feijão-de-rola  (Macroptilium Lathyroides)</p>', '', '', '', 'N', '', 'Y'),
(2530, 'es', 'Feijão-de-rola  (Macroptilium Lathyroides)', '<p>Feijão-de-rola  (Macroptilium Lathyroides)</p>', '', '', '', 'N', '', 'Y'),
(2530, 'pt', 'Feijão-de-rola  (Macroptilium Lathyroides)', '<p>Feijão-de-rola  (Macroptilium Lathyroides)</p>', '', '', '', 'N', '', 'Y'),
(2531, 'en', 'Feijão-preto (Vigna Mungo)', '<p>Feijão-preto (Vigna Mungo)</p>', '', '', '', 'N', '', 'Y'),
(2531, 'es', 'Feijão-preto (Vigna Mungo)', '<p>Feijão-preto (Vigna Mungo)</p>', '', '', '', 'N', '', 'Y'),
(2531, 'pt', 'Feijão-preto (Vigna Mungo)', '<p>Feijão-preto (Vigna Mungo)</p>', '', '', '', 'N', '', 'Y'),
(2532, 'en', 'Flemingia (Flemingia Macrophylla)', '<p>Flemingia (Flemingia Macrophylla)</p>', '', '', '', 'N', '', 'Y'),
(2532, 'es', 'Flemingia (Flemingia Macrophylla)', '<p>Flemingia (Flemingia Macrophylla)</p>', '', '', '', 'N', '', 'Y'),
(2532, 'pt', 'Flemingia (Flemingia Macrophylla)', '<p>Flemingia (Flemingia Macrophylla)</p>', '', '', '', 'N', '', 'Y'),
(2533, 'en', 'Gliricidia (Gliricidia Sepium)', '<p>Gliricidia (Gliricidia Sepium)</p>', '', '', '', 'N', '', 'Y'),
(2533, 'es', 'Gliricidia (Gliricidia Sepium)', '<p>Gliricidia (Gliricidia Sepium)</p>', '', '', '', 'N', '', 'Y'),
(2533, 'pt', 'Gliricidia (Gliricidia Sepium)', '<p>Gliricidia (Gliricidia Sepium)</p>', '', '', '', 'N', '', 'Y'),
(2534, 'en', 'Guanacaste (Enterolobium Cyclocarpum)', '<p>Guanacaste (Enterolobium Cyclocarpum)</p>', '', '', '', 'N', '', 'Y'),
(2534, 'es', 'Guanacaste (Enterolobium Cyclocarpum)', '<p>Guanacaste (Enterolobium Cyclocarpum)</p>', '', '', '', 'N', '', 'Y'),
(2534, 'pt', 'Guanacaste (Enterolobium Cyclocarpum)', '<p>Guanacaste (Enterolobium Cyclocarpum)</p>', '', '', '', 'N', '', 'Y'),
(2535, 'en', 'Indigo (Indigofera Spp.)', '<p>Indigo (Indigofera Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2535, 'es', 'Indigo (Indigofera Spp.)', '<p>Indigo (Indigofera Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2535, 'pt', 'Indigo (Indigofera Spp.)', '<p>Indigo (Indigofera Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2536, 'en', 'Jureminha (Desmanthus Spp.)', '<p>Jureminha (Desmanthus Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2536, 'es', 'Jureminha (Desmanthus Spp.)', '<p>Jureminha (Desmanthus Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2536, 'pt', 'Jureminha (Desmanthus Spp.)', '<p>Jureminha (Desmanthus Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2537, 'en', 'Kudzu tropical (Pueraria Spp.)', '<p>Kudzu tropical (Pueraria Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2537, 'es', 'Kudzu tropical (Pueraria Spp.)', '<p>Kudzu tropical (Pueraria Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2537, 'pt', 'Kudzu tropical (Pueraria Spp.)', '<p>Kudzu tropical (Pueraria Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2538, 'en', 'Lespedeza (Lespedeza Cuneata)', '<p>Lespedeza (Lespedeza Cuneata)</p>', '', '', '', 'N', '', 'Y'),
(2538, 'es', 'Lespedeza (Lespedeza Cuneata)', '<p>Lespedeza (Lespedeza Cuneata)</p>', '', '', '', 'N', '', 'Y'),
(2538, 'pt', 'Lespedeza (Lespedeza Cuneata)', '<p>Lespedeza (Lespedeza Cuneata)</p>', '', '', '', 'N', '', 'Y'),
(2539, 'en', 'Leucaena (Leucaena Leucocephala)', '<p>Leucaena (Leucaena Leucocephala)</p>', '', '', '', 'N', '', 'Y'),
(2539, 'es', 'Leucaena (Leucaena Leucocephala)', '<p>Leucaena (Leucaena Leucocephala)</p>', '', '', '', 'N', '', 'Y'),
(2539, 'pt', 'Leucaena (Leucaena Leucocephala)', '<p>Leucaena (Leucaena Leucocephala)</p>', '', '', '', 'N', '', 'Y'),
(2540, 'en', 'Lotononis (Lotononis Bainesii)', '<p>Lotononis (Lotononis Bainesii)</p>', '', '', '', 'N', '', 'Y'),
(2540, 'es', 'Lotononis (Lotononis Bainesii)', '<p>Lotononis (Lotononis Bainesii)</p>', '', '', '', 'N', '', 'Y'),
(2540, 'pt', 'Lotononis (Lotononis Bainesii)', '<p>Lotononis (Lotononis Bainesii)</p>', '', '', '', 'N', '', 'Y'),
(2541, 'en', 'Luzerna (Medicago Polymorpha)', '<p>Luzerna (Medicago Polymorpha)</p>', '', '', '', 'N', '', 'Y'),
(2541, 'es', 'Luzerna (Medicago Polymorpha)', '<p>Luzerna (Medicago Polymorpha)</p>', '', '', '', 'N', '', 'Y'),
(2541, 'pt', 'Luzerna (Medicago Polymorpha)', '<p>Luzerna (Medicago Polymorpha)</p>', '', '', '', 'N', '', 'Y'),
(2542, 'en', 'Marabu (Dichrostachys Cinerea)', '<p>Marabu (Dichrostachys Cinerea)</p>', '', '', '', 'N', '', 'Y'),
(2542, 'es', 'Marabu (Dichrostachys Cinerea)', '<p>Marabu (Dichrostachys Cinerea)</p>', '', '', '', 'N', '', 'Y'),
(2542, 'pt', 'Marabu (Dichrostachys Cinerea)', '<p>Marabu (Dichrostachys Cinerea)</p>', '', '', '', 'N', '', 'Y'),
(2543, 'en', 'Mata-fome (Pithecellobium dulce)', '<p>Mata-fome (Pithecellobium dulce)</p>', '', '', '', 'N', '', 'Y'),
(2543, 'es', 'Mata-fome (Pithecellobium dulce)', '<p>Mata-fome (Pithecellobium dulce)</p>', '', '', '', 'N', '', 'Y'),
(2543, 'pt', 'Mata-fome (Pithecellobium dulce)', '<p>Mata-fome (Pithecellobium dulce)</p>', '', '', '', 'N', '', 'Y'),
(2544, 'en', 'Meliloto (Melilotus Albus)', '<p>Meliloto (Melilotus Albus)</p>', '', '', '', 'N', '', 'Y'),
(2544, 'es', 'Meliloto (Melilotus Albus)', '<p>Meliloto (Melilotus Albus)</p>', '', '', '', 'N', '', 'Y'),
(2544, 'pt', 'Meliloto (Melilotus Albus)', '<p>Meliloto (Melilotus Albus)</p>', '', '', '', 'N', '', 'Y'),
(2545, 'en', 'Murungú (Erythrina Spp.)', '<p>Murungú (Erythrina Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2545, 'es', 'Murungú (Erythrina Spp.)', '<p>Murungú (Erythrina Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2545, 'pt', 'Murungú (Erythrina Spp.)', '<p>Murungú (Erythrina Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2546, 'en', 'Parkia (Parkia Africana)', '<p>Parkia (Parkia Africana)</p>', '', '', '', 'N', '', 'Y'),
(2546, 'es', 'Parkia (Parkia Africana)', '<p>Parkia (Parkia Africana)</p>', '', '', '', 'N', '', 'Y'),
(2546, 'pt', 'Parkia (Parkia Africana)', '<p>Parkia (Parkia Africana)</p>', '', '', '', 'N', '', 'Y'),
(2547, 'en', 'Pata de Vaca (Bauhinia Spp.)', '<p>Pata de Vaca (Bauhinia Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2547, 'es', 'Pata de Vaca (Bauhinia Spp.)', '<p>Pata de Vaca (Bauhinia Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2547, 'pt', 'Pata de Vaca (Bauhinia Spp.)', '<p>Pata de Vaca (Bauhinia Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2548, 'en', 'Pega-pega (Desmodium Spp.)', '<p>Pega-pega (Desmodium Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2548, 'es', 'Pega-pega (Desmodium Spp.)', '<p>Pega-pega (Desmodium Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2548, 'pt', 'Pega-pega (Desmodium Spp.)', '<p>Pega-pega (Desmodium Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2549, 'en', 'Prosopis (Prosopis Spp.)', '<p>Prosopis (Prosopis Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2549, 'es', 'Prosopis (Prosopis Spp.)', '<p>Prosopis (Prosopis Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2549, 'pt', 'Prosopis (Prosopis Spp.)', '<p>Prosopis (Prosopis Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2550, 'en', 'Sanfeno (Onobrychis Viciifolia)', '<p>Sanfeno (Onobrychis Viciifolia)</p>', '', '', '', 'N', '', 'Y'),
(2550, 'es', 'Sanfeno (Onobrychis Viciifolia)', '<p>Sanfeno (Onobrychis Viciifolia)</p>', '', '', '', 'N', '', 'Y'),
(2550, 'pt', 'Sanfeno (Onobrychis Viciifolia)', '<p>Sanfeno (Onobrychis Viciifolia)</p>', '', '', '', 'N', '', 'Y'),
(2551, 'en', 'Serradela-cultivada (Ornithopus Sativus)', '<p>Serradela-cultivada (Ornithopus Sativus)</p>', '', '', '', 'N', '', 'Y'),
(2551, 'es', 'Serradela-cultivada (Ornithopus Sativus)', '<p>Serradela-cultivada (Ornithopus Sativus)</p>', '', '', '', 'N', '', 'Y'),
(2551, 'pt', 'Serradela-cultivada (Ornithopus Sativus)', '<p>Serradela-cultivada (Ornithopus Sativus)</p>', '', '', '', 'N', '', 'Y'),
(2552, 'en', 'Sesbania (Sesbania Spp.)', '<p>Sesbania (Sesbania Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2552, 'es', 'Sesbania (Sesbania Spp.)', '<p>Sesbania (Sesbania Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2552, 'pt', 'Sesbania (Sesbania Spp.)', '<p>Sesbania (Sesbania Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2553, 'en', 'Siratro (Phaseolus Atropurpureus)', '<p>Siratro (Phaseolus Atropurpureus)</p>', '', '', '', 'N', '', 'Y'),
(2553, 'es', 'Siratro (Phaseolus Atropurpureus)', '<p>Siratro (Phaseolus Atropurpureus)</p>', '', '', '', 'N', '', 'Y'),
(2553, 'pt', 'Siratro (Phaseolus Atropurpureus)', '<p>Siratro (Phaseolus Atropurpureus)</p>', '', '', '', 'N', '', 'Y'),
(2554, 'en', 'Soja Perene (Glycine Wightii)', '<p>Soja Perene (Glycine Wightii)</p>', '', '', '', 'N', '', 'Y'),
(2554, 'es', 'Soja Perene (Glycine Wightii)', '<p>Soja Perene (Glycine Wightii)</p>', '', '', '', 'N', '', 'Y'),
(2554, 'pt', 'Soja Perene (Glycine Wightii)', '<p>Soja Perene (Glycine Wightii)</p>', '', '', '', 'N', '', 'Y'),
(2555, 'en', 'Sulla (Hedysarum Coronarium)', '<p>Sulla (Hedysarum Coronarium)</p>', '', '', '', 'N', '', 'Y'),
(2555, 'es', 'Sulla (Hedysarum Coronarium)', '<p>Sulla (Hedysarum Coronarium)</p>', '', '', '', 'N', '', 'Y'),
(2555, 'pt', 'Sulla (Hedysarum Coronarium)', '<p>Sulla (Hedysarum Coronarium)</p>', '', '', '', 'N', '', 'Y'),
(2556, 'en', 'Tagasaste (Cytisus Proliferus)', '<p>Tagasaste (Cytisus Proliferus)</p>', '', '', '', 'N', '', 'Y'),
(2556, 'es', 'Tagasaste (Cytisus Proliferus)', '<p>Tagasaste (Cytisus Proliferus)</p>', '', '', '', 'N', '', 'Y'),
(2556, 'pt', 'Tagasaste (Cytisus Proliferus)', '<p>Tagasaste (Cytisus Proliferus)</p>', '', '', '', 'N', '', 'Y'),
(2557, 'en', 'Tephrosia (Tephrosia Purpurea)', '<p>Tephrosia (Tephrosia Purpurea)</p>', '', '', '', 'N', '', 'Y'),
(2557, 'es', 'Tephrosia (Tephrosia Purpurea)', '<p>Tephrosia (Tephrosia Purpurea)</p>', '', '', '', 'N', '', 'Y'),
(2557, 'pt', 'Tephrosia (Tephrosia Purpurea)', '<p>Tephrosia (Tephrosia Purpurea)</p>', '', '', '', 'N', '', 'Y'),
(2558, 'en', 'Tremoceiro (Lupinus Spp.)', '<p>Tremoceiro (Lupinus Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2558, 'es', 'Tremoceiro (Lupinus Spp.)', '<p>Tremoceiro (Lupinus Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2558, 'pt', 'Tremoceiro (Lupinus Spp.)', '<p>Tremoceiro (Lupinus Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2559, 'en', 'Trevo Alice (Alysicarpus Spp.)', '<p>Trevo Alice (Alysicarpus Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2559, 'es', 'Trevo Alice (Alysicarpus Spp.)', '<p>Trevo Alice (Alysicarpus Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2559, 'pt', 'Trevo Alice (Alysicarpus Spp.)', '<p>Trevo Alice (Alysicarpus Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2560, 'en', 'Trevo Branco (Trifolium Repens)', '<p>Trevo Branco (Trifolium Repens)</p>', '', '', '', 'N', '', 'Y'),
(2560, 'es', 'Trevo Branco (Trifolium Repens)', '<p>Trevo Branco (Trifolium Repens)</p>', '', '', '', 'N', '', 'Y'),
(2560, 'pt', 'Trevo Branco (Trifolium Repens)', '<p>Trevo Branco (Trifolium Repens)</p>', '', '', '', 'N', '', 'Y'),
(2561, 'en', 'Trevo Carmesim (Trifolium Incarnatum)', '<p>Trevo Carmesim (Trifolium Incarnatum)</p>', '', '', '', 'N', '', 'Y'),
(2561, 'es', 'Trevo Carmesim (Trifolium Incarnatum)', '<p>Trevo Carmesim (Trifolium Incarnatum)</p>', '', '', '', 'N', '', 'Y'),
(2561, 'pt', 'Trevo Carmesim (Trifolium Incarnatum)', '<p>Trevo Carmesim (Trifolium Incarnatum)</p>', '', '', '', 'N', '', 'Y'),
(2562, 'en', 'Trevo híbrido (Trifolium Hybridum)', '<p>Trevo híbrido (Trifolium Hybridum)</p>', '', '', '', 'N', '', 'Y'),
(2562, 'es', 'Trevo híbrido (Trifolium Hybridum)', '<p>Trevo híbrido (Trifolium Hybridum)</p>', '', '', '', 'N', '', 'Y'),
(2562, 'pt', 'Trevo híbrido (Trifolium Hybridum)', '<p>Trevo híbrido (Trifolium Hybridum)</p>', '', '', '', 'N', '', 'Y'),
(2563, 'en', 'Trevo subterrâneo (Trifolium Subterraneum)', '<p>Trevo subterrâneo (Trifolium Subterraneum)</p>', '', '', '', 'N', '', 'Y'),
(2563, 'es', 'Trevo subterrâneo (Trifolium Subterraneum)', '<p>Trevo subterrâneo (Trifolium Subterraneum)</p>', '', '', '', 'N', '', 'Y'),
(2563, 'pt', 'Trevo subterrâneo (Trifolium Subterraneum)', '<p>Trevo subterrâneo (Trifolium Subterraneum)</p>', '', '', '', 'N', '', 'Y'),
(2564, 'en', 'Trevo Vermelho (Trifolium Pratense)', '<p>Trevo Vermelho (Trifolium Pratense)</p>', '', '', '', 'N', '', 'Y'),
(2564, 'es', 'Trevo Vermelho (Trifolium Pratense)', '<p>Trevo Vermelho (Trifolium Pratense)</p>', '', '', '', 'N', '', 'Y'),
(2564, 'pt', 'Trevo Vermelho (Trifolium Pratense)', '<p>Trevo Vermelho (Trifolium Pratense)</p>', '', '', '', 'N', '', 'Y'),
(2565, 'en', 'Trevo-comum(Trifolium)', '<p>Trevo-comum(Trifolium)</p>', '', '', '', 'N', '', 'Y'),
(2565, 'es', 'Trevo-comum(Trifolium)', '<p>Trevo-comum(Trifolium)</p>', '', '', '', 'N', '', 'Y'),
(2565, 'pt', 'Trevo-comum(Trifolium)', '<p>Trevo-comum(Trifolium)</p>', '', '', '', 'N', '', 'Y'),
(2566, 'en', 'Trevo-da-pérsia (Trifolium Resupinatum)', '<p>Trevo-da-pérsia (Trifolium Resupinatum)</p>', '', '', '', 'N', '', 'Y'),
(2566, 'es', 'Trevo-da-pérsia (Trifolium Resupinatum)', '<p>Trevo-da-pérsia (Trifolium Resupinatum)</p>', '', '', '', 'N', '', 'Y'),
(2566, 'pt', 'Trevo-da-pérsia (Trifolium Resupinatum)', '<p>Trevo-da-pérsia (Trifolium Resupinatum)</p>', '', '', '', 'N', '', 'Y'),
(2567, 'en', 'Trevo-de-Alexandria (Trifolium Alexandrinum)', '<p>Trevo-de-Alexandria (Trifolium Alexandrinum)</p>', '', '', '', 'N', '', 'Y'),
(2567, 'es', 'Trevo-de-Alexandria (Trifolium Alexandrinum)', '<p>Trevo-de-Alexandria (Trifolium Alexandrinum)</p>', '', '', '', 'N', '', 'Y'),
(2567, 'pt', 'Trevo-de-Alexandria (Trifolium Alexandrinum)', '<p>Trevo-de-Alexandria (Trifolium Alexandrinum)</p>', '', '', '', 'N', '', 'Y'),
(2568, 'en', 'Trevo-de-cheiro (Melilotus Indicus)', '<p>Trevo-de-cheiro (Melilotus Indicus)</p>', '', '', '', 'N', '', 'Y'),
(2568, 'es', 'Trevo-de-cheiro (Melilotus Indicus)', '<p>Trevo-de-cheiro (Melilotus Indicus)</p>', '', '', '', 'N', '', 'Y'),
(2568, 'pt', 'Trevo-de-cheiro (Melilotus Indicus)', '<p>Trevo-de-cheiro (Melilotus Indicus)</p>', '', '', '', 'N', '', 'Y'),
(2569, 'en', 'Trevo-vesiculoso (Trifolium Vesiculosum)', '<p>Trevo-vesiculoso (Trifolium Vesiculosum)</p>', '', '', '', 'N', '', 'Y'),
(2569, 'es', 'Trevo-vesiculoso (Trifolium Vesiculosum)', '<p>Trevo-vesiculoso (Trifolium Vesiculosum)</p>', '', '', '', 'N', '', 'Y'),
(2569, 'pt', 'Trevo-vesiculoso (Trifolium Vesiculosum)', '<p>Trevo-vesiculoso (Trifolium Vesiculosum)</p>', '', '', '', 'N', '', 'Y'),
(2570, 'en', 'Yeheb (Cordeauxia Edulis)', '<p>Yeheb (Cordeauxia Edulis)</p>', '', '', '', 'N', '', 'Y'),
(2570, 'es', 'Yeheb (Cordeauxia Edulis)', '<p>Yeheb (Cordeauxia Edulis)</p>', '', '', '', 'N', '', 'Y'),
(2570, 'pt', 'Yeheb (Cordeauxia Edulis)', '<p>Yeheb (Cordeauxia Edulis)</p>', '', '', '', 'N', '', 'Y'),
(2571, 'en', 'Graminoides (gramíneas)', '<p>Graminoides (gramíneas)</p>', '', '', '', 'N', '', 'Y'),
(2571, 'es', 'Graminoides (gramíneas)', '<p>Graminoides (gramíneas)</p>', '', '', '', 'N', '', 'Y'),
(2571, 'pt', 'Graminoides (gramíneas)', '<p>Graminoides (gramíneas)</p>', '', '', '', 'N', '', 'Y'),
(2572, 'en', 'Agrostis (Agrostis spp.)', '<p>Agrostis (Agrostis spp.)</p>', '', '', '', 'N', '', 'Y'),
(2572, 'es', 'Agrostis (Agrostis spp.)', '<p>Agrostis (Agrostis spp.)</p>', '', '', '', 'N', '', 'Y'),
(2572, 'pt', 'Agrostis (Agrostis spp.)', '<p>Agrostis (Agrostis spp.)</p>', '', '', '', 'N', '', 'Y'),
(2573, 'en', 'Ammophila (Ammophila Breviligulata)', '<p>Ammophila (Ammophila Breviligulata)</p>', '', '', '', 'N', '', 'Y'),
(2573, 'es', 'Ammophila (Ammophila Breviligulata)', '<p>Ammophila (Ammophila Breviligulata)</p>', '', '', '', 'N', '', 'Y'),
(2573, 'pt', 'Ammophila (Ammophila Breviligulata)', '<p>Ammophila (Ammophila Breviligulata)</p>', '', '', '', 'N', '', 'Y'),
(2574, 'en', 'Andropogon (Andropogon spp.)', '<p>Andropogon (Andropogon spp.)</p>', '', '', '', 'N', '', 'Y'),
(2574, 'es', 'Andropogon (Andropogon spp.)', '<p>Andropogon (Andropogon spp.)</p>', '', '', '', 'N', '', 'Y'),
(2574, 'pt', 'Andropogon (Andropogon spp.)', '<p>Andropogon (Andropogon spp.)</p>', '', '', '', 'N', '', 'Y'),
(2575, 'en', 'Anthephora (Anthephora spp.)', '<p>Anthephora (Anthephora spp.)</p>', '', '', '', 'N', '', 'Y'),
(2575, 'es', 'Anthephora (Anthephora spp.)', '<p>Anthephora (Anthephora spp.)</p>', '', '', '', 'N', '', 'Y'),
(2575, 'pt', 'Anthephora (Anthephora spp.)', '<p>Anthephora (Anthephora spp.)</p>', '', '', '', 'N', '', 'Y'),
(2576, 'en', 'Axonopus (Axonopus spp.)', '<p>Axonopus (Axonopus spp.)</p>', '', '', '', 'N', '', 'Y'),
(2576, 'es', 'Axonopus (Axonopus spp.)', '<p>Axonopus (Axonopus spp.)</p>', '', '', '', 'N', '', 'Y'),
(2576, 'pt', 'Axonopus (Axonopus spp.)', '<p>Axonopus (Axonopus spp.)</p>', '', '', '', 'N', '', 'Y'),
(2577, 'en', 'Azevém (Lollium Multiflorum)', '<p>Azevém (Lollium Multiflorum)</p>', '', '', '', 'N', '', 'Y'),
(2577, 'es', 'Azevém (Lollium Multiflorum)', '<p>Azevém (Lollium Multiflorum)</p>', '', '', '', 'N', '', 'Y'),
(2577, 'pt', 'Azevém (Lollium Multiflorum)', '<p>Azevém (Lollium Multiflorum)</p>', '', '', '', 'N', '', 'Y'),
(2578, 'en', 'Azevém-italiano (Lolium X Hybridum)', '<p>Azevém-italiano (Lolium X Hybridum)</p>', '', '', '', 'N', '', 'Y'),
(2578, 'es', 'Azevém-italiano (Lolium X Hybridum)', '<p>Azevém-italiano (Lolium X Hybridum)</p>', '', '', '', 'N', '', 'Y'),
(2578, 'pt', 'Azevém-italiano (Lolium X Hybridum)', '<p>Azevém-italiano (Lolium X Hybridum)</p>', '', '', '', 'N', '', 'Y'),
(2579, 'en', 'Bambu (Dendrocalamus Strictus)', '<p>Bambu (Dendrocalamus Strictus)</p>', '', '', '', 'N', '', 'Y'),
(2579, 'es', 'Bambu (Dendrocalamus Strictus)', '<p>Bambu (Dendrocalamus Strictus)</p>', '', '', '', 'N', '', 'Y'),
(2579, 'pt', 'Bambu (Dendrocalamus Strictus)', '<p>Bambu (Dendrocalamus Strictus)</p>', '', '', '', 'N', '', 'Y'),
(2580, 'en', 'Bothriochloa (Bothriochloa spp.)', '<p>Bothriochloa (Bothriochloa spp.)</p>', '', '', '', 'N', '', 'Y'),
(2580, 'es', 'Bothriochloa (Bothriochloa spp.)', '<p>Bothriochloa (Bothriochloa spp.)</p>', '', '', '', 'N', '', 'Y'),
(2580, 'pt', 'Bothriochloa (Bothriochloa spp.)', '<p>Bothriochloa (Bothriochloa spp.)</p>', '', '', '', 'N', '', 'Y'),
(2581, 'en', 'Bouteloua (Bouteloua spp.)', '<p>Bouteloua (Bouteloua spp.)</p>', '', '', '', 'N', '', 'Y'),
(2581, 'es', 'Bouteloua (Bouteloua spp.)', '<p>Bouteloua (Bouteloua spp.)</p>', '', '', '', 'N', '', 'Y'),
(2581, 'pt', 'Bouteloua (Bouteloua spp.)', '<p>Bouteloua (Bouteloua spp.)</p>', '', '', '', 'N', '', 'Y'),
(2582, 'en', 'Cana-do-reino (Arundo Donax)', '<p>Cana-do-reino (Arundo Donax)</p>', '', '', '', 'N', '', 'Y'),
(2582, 'es', 'Cana-do-reino (Arundo Donax)', '<p>Cana-do-reino (Arundo Donax)</p>', '', '', '', 'N', '', 'Y'),
(2582, 'pt', 'Cana-do-reino (Arundo Donax)', '<p>Cana-do-reino (Arundo Donax)</p>', '', '', '', 'N', '', 'Y'),
(2583, 'en', 'Caniço-branco (Imperata Cylindrica)', '<p>Caniço-branco (Imperata Cylindrica)</p>', '', '', '', 'N', '', 'Y'),
(2583, 'es', 'Caniço-branco (Imperata Cylindrica)', '<p>Caniço-branco (Imperata Cylindrica)</p>', '', '', '', 'N', '', 'Y'),
(2583, 'pt', 'Caniço-branco (Imperata Cylindrica)', '<p>Caniço-branco (Imperata Cylindrica)</p>', '', '', '', 'N', '', 'Y'),
(2584, 'en', 'Capim kikuio (Pennisetum Clandestinum)', '<p>Capim kikuio (Pennisetum Clandestinum)</p>', '', '', '', 'N', '', 'Y'),
(2584, 'es', 'Capim kikuio (Pennisetum Clandestinum)', '<p>Capim kikuio (Pennisetum Clandestinum)</p>', '', '', '', 'N', '', 'Y'),
(2584, 'pt', 'Capim kikuio (Pennisetum Clandestinum)', '<p>Capim kikuio (Pennisetum Clandestinum)</p>', '', '', '', 'N', '', 'Y'),
(2585, 'en', 'Capim Macaricam (Panicum Coloratum)', '<p>Capim Macaricam (Panicum Coloratum)</p>', '', '', '', 'N', '', 'Y'),
(2585, 'es', 'Capim Macaricam (Panicum Coloratum)', '<p>Capim Macaricam (Panicum Coloratum)</p>', '', '', '', 'N', '', 'Y'),
(2585, 'pt', 'Capim Macaricam (Panicum Coloratum)', '<p>Capim Macaricam (Panicum Coloratum)</p>', '', '', '', 'N', '', 'Y'),
(2586, 'en', 'Capim Nilo (Acroceras Macrum)', '<p>Capim Nilo (Acroceras Macrum)</p>', '', '', '', 'N', '', 'Y'),
(2586, 'es', 'Capim Nilo (Acroceras Macrum)', '<p>Capim Nilo (Acroceras Macrum)</p>', '', '', '', 'N', '', 'Y'),
(2586, 'pt', 'Capim Nilo (Acroceras Macrum)', '<p>Capim Nilo (Acroceras Macrum)</p>', '', '', '', 'N', '', 'Y'),
(2587, 'en', 'Capim Rhodes (Chloris Gayana)', '<p>Capim Rhodes (Chloris Gayana)</p>', '', '', '', 'N', '', 'Y'),
(2587, 'es', 'Capim Rhodes (Chloris Gayana)', '<p>Capim Rhodes (Chloris Gayana)</p>', '', '', '', 'N', '', 'Y'),
(2587, 'pt', 'Capim Rhodes (Chloris Gayana)', '<p>Capim Rhodes (Chloris Gayana)</p>', '', '', '', 'N', '', 'Y'),
(2588, 'en', 'Capim-amarelo (Phalaris spp.)', '<p>Capim-amarelo (Phalaris spp.)</p>', '', '', '', 'N', '', 'Y'),
(2588, 'es', 'Capim-amarelo (Phalaris spp.)', '<p>Capim-amarelo (Phalaris spp.)</p>', '', '', '', 'N', '', 'Y'),
(2588, 'pt', 'Capim-amarelo (Phalaris spp.)', '<p>Capim-amarelo (Phalaris spp.)</p>', '', '', '', 'N', '', 'Y'),
(2589, 'en', 'Capim-andrequicé (Leersia Hexandra)', '<p>Capim-andrequicé (Leersia Hexandra)</p>', '', '', '', 'N', '', 'Y'),
(2589, 'es', 'Capim-andrequicé (Leersia Hexandra)', '<p>Capim-andrequicé (Leersia Hexandra)</p>', '', '', '', 'N', '', 'Y'),
(2589, 'pt', 'Capim-andrequicé (Leersia Hexandra)', '<p>Capim-andrequicé (Leersia Hexandra)</p>', '', '', '', 'N', '', 'Y'),
(2590, 'en', 'Capim-angola (Brachiaria Mutica)', '<p>Capim-angola (Brachiaria Mutica)</p>', '', '', '', 'N', '', 'Y'),
(2590, 'es', 'Capim-angola (Brachiaria Mutica)', '<p>Capim-angola (Brachiaria Mutica)</p>', '', '', '', 'N', '', 'Y'),
(2590, 'pt', 'Capim-angola (Brachiaria Mutica)', '<p>Capim-angola (Brachiaria Mutica)</p>', '', '', '', 'N', '', 'Y'),
(2591, 'en', 'Capim-buffel (Cenchrus Ciliaris)', '<p>Capim-buffel (Cenchrus Ciliaris)</p>', '', '', '', 'N', '', 'Y'),
(2591, 'es', 'Capim-buffel (Cenchrus Ciliaris)', '<p>Capim-buffel (Cenchrus Ciliaris)</p>', '', '', '', 'N', '', 'Y'),
(2591, 'pt', 'Capim-buffel (Cenchrus Ciliaris)', '<p>Capim-buffel (Cenchrus Ciliaris)</p>', '', '', '', 'N', '', 'Y'),
(2592, 'en', 'Capim-colchão (Digitaria spp.)', '<p>Capim-colchão (Digitaria spp.)</p>', '', '', '', 'N', '', 'Y'),
(2592, 'es', 'Capim-colchão (Digitaria spp.)', '<p>Capim-colchão (Digitaria spp.)</p>', '', '', '', 'N', '', 'Y'),
(2592, 'pt', 'Capim-colchão (Digitaria spp.)', '<p>Capim-colchão (Digitaria spp.)</p>', '', '', '', 'N', '', 'Y'),
(2593, 'en', 'Capim-corrente (Urochloa Mosambicensis)', '<p>Capim-corrente (Urochloa Mosambicensis)</p>', '', '', '', 'N', '', 'Y'),
(2593, 'es', 'Capim-corrente (Urochloa Mosambicensis)', '<p>Capim-corrente (Urochloa Mosambicensis)</p>', '', '', '', 'N', '', 'Y'),
(2593, 'pt', 'Capim-corrente (Urochloa Mosambicensis)', '<p>Capim-corrente (Urochloa Mosambicensis)</p>', '', '', '', 'N', '', 'Y'),
(2594, 'en', 'Capim-de-cheiro (Papyrus) (Cyperus spp.)', '<p>Capim-de-cheiro (Papyrus) (Cyperus spp.)</p>', '', '', '', 'N', '', 'Y'),
(2594, 'es', 'Capim-de-cheiro (Papyrus) (Cyperus spp.)', '<p>Capim-de-cheiro (Papyrus) (Cyperus spp.)</p>', '', '', '', 'N', '', 'Y'),
(2594, 'pt', 'Capim-de-cheiro (Papyrus) (Cyperus spp.)', '<p>Capim-de-cheiro (Papyrus) (Cyperus spp.)</p>', '', '', '', 'N', '', 'Y'),
(2595, 'en', 'Capim-elefante (Pennisetum Purpureum)', '<p>Capim-elefante (Pennisetum Purpureum)</p>', '', '', '', 'N', '', 'Y'),
(2595, 'es', 'Capim-elefante (Pennisetum Purpureum)', '<p>Capim-elefante (Pennisetum Purpureum)</p>', '', '', '', 'N', '', 'Y'),
(2595, 'pt', 'Capim-elefante (Pennisetum Purpureum)', '<p>Capim-elefante (Pennisetum Purpureum)</p>', '', '', '', 'N', '', 'Y'),
(2596, 'en', 'Capim-guatemala (Tripsacum spp.)', '<p>Capim-guatemala (Tripsacum spp.)</p>', '', '', '', 'N', '', 'Y'),
(2596, 'es', 'Capim-guatemala (Tripsacum spp.)', '<p>Capim-guatemala (Tripsacum spp.)</p>', '', '', '', 'N', '', 'Y'),
(2596, 'pt', 'Capim-guatemala (Tripsacum spp.)', '<p>Capim-guatemala (Tripsacum spp.)</p>', '', '', '', 'N', '', 'Y'),
(2597, 'en', 'Capim-mão-de-sapo  (Dactyloctenium Aegyptium)', '<p>Capim-mão-de-sapo  (Dactyloctenium Aegyptium)</p>', '', '', '', 'N', '', 'Y'),
(2597, 'es', 'Capim-mão-de-sapo  (Dactyloctenium Aegyptium)', '<p>Capim-mão-de-sapo  (Dactyloctenium Aegyptium)</p>', '', '', '', 'N', '', 'Y'),
(2597, 'pt', 'Capim-mão-de-sapo  (Dactyloctenium Aegyptium)', '<p>Capim-mão-de-sapo  (Dactyloctenium Aegyptium)</p>', '', '', '', 'N', '', 'Y'),
(2598, 'en', 'Capim-mombaça (Panicum Maximum)', '<p>Capim-mombaça (Panicum Maximum)</p>', '', '', '', 'N', '', 'Y'),
(2598, 'es', 'Capim-mombaça (Panicum Maximum)', '<p>Capim-mombaça (Panicum Maximum)</p>', '', '', '', 'N', '', 'Y'),
(2598, 'pt', 'Capim-mombaça (Panicum Maximum)', '<p>Capim-mombaça (Panicum Maximum)</p>', '', '', '', 'N', '', 'Y'),
(2599, 'en', 'Capim-pé-de-galinha (Eleusine Indica)', '<p>Capim-pé-de-galinha (Eleusine Indica)</p>', '', '', '', 'N', '', 'Y'),
(2599, 'es', 'Capim-pé-de-galinha (Eleusine Indica)', '<p>Capim-pé-de-galinha (Eleusine Indica)</p>', '', '', '', 'N', '', 'Y'),
(2599, 'pt', 'Capim-pé-de-galinha (Eleusine Indica)', '<p>Capim-pé-de-galinha (Eleusine Indica)</p>', '', '', '', 'N', '', 'Y'),
(2600, 'en', 'Capim-raposa (Setaria spp.)', '<p>Capim-raposa (Setaria spp.)</p>', '', '', '', 'N', '', 'Y'),
(2600, 'es', 'Capim-raposa (Setaria spp.)', '<p>Capim-raposa (Setaria spp.)</p>', '', '', '', 'N', '', 'Y'),
(2600, 'pt', 'Capim-raposa (Setaria spp.)', '<p>Capim-raposa (Setaria spp.)</p>', '', '', '', 'N', '', 'Y'),
(2601, 'en', 'Capim-rosado (Melinis Repens)', '<p>Capim-rosado (Melinis Repens)</p>', '', '', '', 'N', '', 'Y'),
(2601, 'es', 'Capim-rosado (Melinis Repens)', '<p>Capim-rosado (Melinis Repens)</p>', '', '', '', 'N', '', 'Y'),
(2601, 'pt', 'Capim-rosado (Melinis Repens)', '<p>Capim-rosado (Melinis Repens)</p>', '', '', '', 'N', '', 'Y'),
(2602, 'en', 'Capim-sudão (Sorgo × Drummondii)', '<p>Capim-sudão (Sorgo × Drummondii)</p>', '', '', '', 'N', '', 'Y'),
(2602, 'es', 'Capim-sudão (Sorgo × Drummondii)', '<p>Capim-sudão (Sorgo × Drummondii)</p>', '', '', '', 'N', '', 'Y'),
(2602, 'pt', 'Capim-sudão (Sorgo × Drummondii)', '<p>Capim-sudão (Sorgo × Drummondii)</p>', '', '', '', 'N', '', 'Y'),
(2603, 'en', 'Capim-vetiver (Chrysopogon spp.)', '<p>Capim-vetiver (Chrysopogon spp.)</p>', '', '', '', 'N', '', 'Y'),
(2603, 'es', 'Capim-vetiver (Chrysopogon spp.)', '<p>Capim-vetiver (Chrysopogon spp.)</p>', '', '', '', 'N', '', 'Y'),
(2603, 'pt', 'Capim-vetiver (Chrysopogon spp.)', '<p>Capim-vetiver (Chrysopogon spp.)</p>', '', '', '', 'N', '', 'Y'),
(2604, 'en', 'Centeio Perene (Lolium Perenne)', '<p>Centeio Perene (Lolium Perenne)</p>', '', '', '', 'N', '', 'Y'),
(2604, 'es', 'Centeio Perene (Lolium Perenne)', '<p>Centeio Perene (Lolium Perenne)</p>', '', '', '', 'N', '', 'Y'),
(2604, 'pt', 'Centeio Perene (Lolium Perenne)', '<p>Centeio Perene (Lolium Perenne)</p>', '', '', '', 'N', '', 'Y'),
(2605, 'en', 'Dactylis (Dactylis Glomerata)', '<p>Dactylis (Dactylis Glomerata)</p>', '', '', '', 'N', '', 'Y'),
(2605, 'es', 'Dactylis (Dactylis Glomerata)', '<p>Dactylis (Dactylis Glomerata)</p>', '', '', '', 'N', '', 'Y'),
(2605, 'pt', 'Dactylis (Dactylis Glomerata)', '<p>Dactylis (Dactylis Glomerata)</p>', '', '', '', 'N', '', 'Y'),
(2606, 'en', 'Elymus (Elymus repens)', '<p>Elymus (Elymus repens)</p>', '', '', '', 'N', '', 'Y'),
(2606, 'es', 'Elymus (Elymus repens)', '<p>Elymus (Elymus repens)</p>', '', '', '', 'N', '', 'Y'),
(2606, 'pt', 'Elymus (Elymus repens)', '<p>Elymus (Elymus repens)</p>', '', '', '', 'N', '', 'Y'),
(2607, 'en', 'Eragrostis (Eragrostis spp.)', '<p>Eragrostis (Eragrostis spp.)</p>', '', '', '', 'N', '', 'Y'),
(2607, 'es', 'Eragrostis (Eragrostis spp.)', '<p>Eragrostis (Eragrostis spp.)</p>', '', '', '', 'N', '', 'Y'),
(2607, 'pt', 'Eragrostis (Eragrostis spp.)', '<p>Eragrostis (Eragrostis spp.)</p>', '', '', '', 'N', '', 'Y'),
(2608, 'en', 'Erva-de-febra (Poa Palustris)', '<p>Erva-de-febra (Poa Palustris)</p>', '', '', '', 'N', '', 'Y'),
(2608, 'es', 'Erva-de-febra (Poa Palustris)', '<p>Erva-de-febra (Poa Palustris)</p>', '', '', '', 'N', '', 'Y'),
(2608, 'pt', 'Erva-de-febra (Poa Palustris)', '<p>Erva-de-febra (Poa Palustris)</p>', '', '', '', 'N', '', 'Y'),
(2609, 'en', 'Erva-de-febra (Poa pratensis)', '<p>Erva-de-febra (Poa pratensis)</p>', '', '', '', 'N', '', 'Y'),
(2609, 'es', 'Erva-de-febra (Poa pratensis)', '<p>Erva-de-febra (Poa pratensis)</p>', '', '', '', 'N', '', 'Y'),
(2609, 'pt', 'Erva-de-febra (Poa pratensis)', '<p>Erva-de-febra (Poa pratensis)</p>', '', '', '', 'N', '', 'Y'),
(2610, 'en', 'Erva-marrom (Ammophila Arenaria)', '<p>Erva-marrom (Ammophila Arenaria)</p>', '', '', '', 'N', '', 'Y'),
(2610, 'es', 'Erva-marrom (Ammophila Arenaria)', '<p>Erva-marrom (Ammophila Arenaria)</p>', '', '', '', 'N', '', 'Y'),
(2610, 'pt', 'Erva-marrom (Ammophila Arenaria)', '<p>Erva-marrom (Ammophila Arenaria)</p>', '', '', '', 'N', '', 'Y'),
(2611, 'en', 'Festuca Brevipila (Festuca Brevipila)', '<p>Festuca Brevipila (Festuca Brevipila)</p>', '', '', '', 'N', '', 'Y'),
(2611, 'es', 'Festuca Brevipila (Festuca Brevipila)', '<p>Festuca Brevipila (Festuca Brevipila)</p>', '', '', '', 'N', '', 'Y'),
(2611, 'pt', 'Festuca Brevipila (Festuca Brevipila)', '<p>Festuca Brevipila (Festuca Brevipila)</p>', '', '', '', 'N', '', 'Y'),
(2612, 'en', 'Festuca híbrida (× Schedolium Loliaceum)', '<p>Festuca híbrida (× Schedolium Loliaceum)</p>', '', '', '', 'N', '', 'Y'),
(2612, 'es', 'Festuca híbrida (× Schedolium Loliaceum)', '<p>Festuca híbrida (× Schedolium Loliaceum)</p>', '', '', '', 'N', '', 'Y'),
(2612, 'pt', 'Festuca híbrida (× Schedolium Loliaceum)', '<p>Festuca híbrida (× Schedolium Loliaceum)</p>', '', '', '', 'N', '', 'Y'),
(2613, 'en', 'Festuca ovina (Festuca Ovina)', '<p>Festuca ovina (Festuca Ovina)</p>', '', '', '', 'N', '', 'Y'),
(2613, 'es', 'Festuca ovina (Festuca Ovina)', '<p>Festuca ovina (Festuca Ovina)</p>', '', '', '', 'N', '', 'Y'),
(2613, 'pt', 'Festuca ovina (Festuca Ovina)', '<p>Festuca ovina (Festuca Ovina)</p>', '', '', '', 'N', '', 'Y'),
(2614, 'en', 'Festuca Pratensis (Festuca Pratensis)', '<p>Festuca Pratensis (Festuca Pratensis)</p>', '', '', '', 'N', '', 'Y'),
(2614, 'es', 'Festuca Pratensis (Festuca Pratensis)', '<p>Festuca Pratensis (Festuca Pratensis)</p>', '', '', '', 'N', '', 'Y'),
(2614, 'pt', 'Festuca Pratensis (Festuca Pratensis)', '<p>Festuca Pratensis (Festuca Pratensis)</p>', '', '', '', 'N', '', 'Y'),
(2615, 'en', 'Festuca-alta (Schedonorus Arundinaceus)', '<p>Festuca-alta (Schedonorus Arundinaceus)</p>', '', '', '', 'N', '', 'Y'),
(2615, 'es', 'Festuca-alta (Schedonorus Arundinaceus)', '<p>Festuca-alta (Schedonorus Arundinaceus)</p>', '', '', '', 'N', '', 'Y'),
(2615, 'pt', 'Festuca-alta (Schedonorus Arundinaceus)', '<p>Festuca-alta (Schedonorus Arundinaceus)</p>', '', '', '', 'N', '', 'Y'),
(2616, 'en', 'Festuca-encarnada (Festuca Rubra)', '<p>Festuca-encarnada (Festuca Rubra)</p>', '', '', '', 'N', '', 'Y'),
(2616, 'es', 'Festuca-encarnada (Festuca Rubra)', '<p>Festuca-encarnada (Festuca Rubra)</p>', '', '', '', 'N', '', 'Y'),
(2616, 'pt', 'Festuca-encarnada (Festuca Rubra)', '<p>Festuca-encarnada (Festuca Rubra)</p>', '', '', '', 'N', '', 'Y'),
(2617, 'en', 'Grama centípede (Eremochloa Ophiuroides)', '<p>Grama centípede (Eremochloa Ophiuroides)</p>', '', '', '', 'N', '', 'Y'),
(2617, 'es', 'Grama centípede (Eremochloa Ophiuroides)', '<p>Grama centípede (Eremochloa Ophiuroides)</p>', '', '', '', 'N', '', 'Y'),
(2617, 'pt', 'Grama centípede (Eremochloa Ophiuroides)', '<p>Grama centípede (Eremochloa Ophiuroides)</p>', '', '', '', 'N', '', 'Y'),
(2618, 'en', 'Grama Sto. Agostinho (Stenotaphrum Secundatum)', '<p>Grama Sto. Agostinho (Stenotaphrum Secundatum)</p>', '', '', '', 'N', '', 'Y'),
(2618, 'es', 'Grama Sto. Agostinho (Stenotaphrum Secundatum)', '<p>Grama Sto. Agostinho (Stenotaphrum Secundatum)</p>', '', '', '', 'N', '', 'Y'),
(2618, 'pt', 'Grama Sto. Agostinho (Stenotaphrum Secundatum)', '<p>Grama Sto. Agostinho (Stenotaphrum Secundatum)</p>', '', '', '', 'N', '', 'Y'),
(2619, 'en', 'Grama Zoysia (Zoysia spp.)', '<p>Grama Zoysia (Zoysia spp.)</p>', '', '', '', 'N', '', 'Y'),
(2619, 'es', 'Grama Zoysia (Zoysia spp.)', '<p>Grama Zoysia (Zoysia spp.)</p>', '', '', '', 'N', '', 'Y'),
(2619, 'pt', 'Grama Zoysia (Zoysia spp.)', '<p>Grama Zoysia (Zoysia spp.)</p>', '', '', '', 'N', '', 'Y'),
(2620, 'en', 'Grama-batatais (Paspalum Notatum)', '<p>Grama-batatais (Paspalum Notatum)</p>', '', '', '', 'N', '', 'Y'),
(2620, 'es', 'Grama-batatais (Paspalum Notatum)', '<p>Grama-batatais (Paspalum Notatum)</p>', '', '', '', 'N', '', 'Y'),
(2620, 'pt', 'Grama-batatais (Paspalum Notatum)', '<p>Grama-batatais (Paspalum Notatum)</p>', '', '', '', 'N', '', 'Y'),
(2621, 'en', 'Grama-bermudas (Cynodon Dactylon)', '<p>Grama-bermudas (Cynodon Dactylon)</p>', '', '', '', 'N', '', 'Y'),
(2621, 'es', 'Grama-bermudas (Cynodon Dactylon)', '<p>Grama-bermudas (Cynodon Dactylon)</p>', '', '', '', 'N', '', 'Y'),
(2621, 'pt', 'Grama-bermudas (Cynodon Dactylon)', '<p>Grama-bermudas (Cynodon Dactylon)</p>', '', '', '', 'N', '', 'Y'),
(2622, 'en', 'Hemártria (Hemarthria Altissima)', '<p>Hemártria (Hemarthria Altissima)</p>', '', '', '', 'N', '', 'Y'),
(2622, 'es', 'Hemártria (Hemarthria Altissima)', '<p>Hemártria (Hemarthria Altissima)</p>', '', '', '', 'N', '', 'Y'),
(2622, 'pt', 'Hemártria (Hemarthria Altissima)', '<p>Hemártria (Hemarthria Altissima)</p>', '', '', '', 'N', '', 'Y'),
(2623, 'en', 'Heteropogon contortus (Heteropogon Contortus)', '<p>Heteropogon contortus (Heteropogon Contortus)</p>', '', '', '', 'N', '', 'Y'),
(2623, 'es', 'Heteropogon contortus (Heteropogon Contortus)', '<p>Heteropogon contortus (Heteropogon Contortus)</p>', '', '', '', 'N', '', 'Y'),
(2623, 'pt', 'Heteropogon contortus (Heteropogon Contortus)', '<p>Heteropogon contortus (Heteropogon Contortus)</p>', '', '', '', 'N', '', 'Y'),
(2624, 'en', 'Ischaemum (Ischaemum spp.)', '<p>Ischaemum (Ischaemum spp.)</p>', '', '', '', 'N', '', 'Y'),
(2624, 'es', 'Ischaemum (Ischaemum spp.)', '<p>Ischaemum (Ischaemum spp.)</p>', '', '', '', 'N', '', 'Y'),
(2624, 'pt', 'Ischaemum (Ischaemum spp.)', '<p>Ischaemum (Ischaemum spp.)</p>', '', '', '', 'N', '', 'Y'),
(2625, 'en', 'Jaraguá (Hyparrhenia Rufa)', '<p>Jaraguá (Hyparrhenia Rufa)</p>', '', '', '', 'N', '', 'Y'),
(2625, 'es', 'Jaraguá (Hyparrhenia Rufa)', '<p>Jaraguá (Hyparrhenia Rufa)</p>', '', '', '', 'N', '', 'Y'),
(2625, 'pt', 'Jaraguá (Hyparrhenia Rufa)', '<p>Jaraguá (Hyparrhenia Rufa)</p>', '', '', '', 'N', '', 'Y'),
(2626, 'en', 'Lágrima-de-nossa-senhora (Coix Lacryma-jobi)', '<p>Lágrima-de-nossa-senhora (Coix Lacryma-jobi)</p>', '', '', '', 'N', '', 'Y'),
(2626, 'es', 'Lágrima-de-nossa-senhora (Coix Lacryma-jobi)', '<p>Lágrima-de-nossa-senhora (Coix Lacryma-jobi)</p>', '', '', '', 'N', '', 'Y'),
(2626, 'pt', 'Lágrima-de-nossa-senhora (Coix Lacryma-jobi)', '<p>Lágrima-de-nossa-senhora (Coix Lacryma-jobi)</p>', '', '', '', 'N', '', 'Y'),
(2627, 'en', 'Leymus (Leymus spp.)', '<p>Leymus (Leymus spp.)</p>', '', '', '', 'N', '', 'Y'),
(2627, 'es', 'Leymus (Leymus spp.)', '<p>Leymus (Leymus spp.)</p>', '', '', '', 'N', '', 'Y'),
(2627, 'pt', 'Leymus (Leymus spp.)', '<p>Leymus (Leymus spp.)</p>', '', '', '', 'N', '', 'Y'),
(2628, 'en', 'Microlaena (Ehrharta Stipoides)', '<p>Microlaena (Ehrharta Stipoides)</p>', '', '', '', 'N', '', 'Y'),
(2628, 'es', 'Microlaena (Ehrharta Stipoides)', '<p>Microlaena (Ehrharta Stipoides)</p>', '', '', '', 'N', '', 'Y'),
(2628, 'pt', 'Microlaena (Ehrharta Stipoides)', '<p>Microlaena (Ehrharta Stipoides)</p>', '', '', '', 'N', '', 'Y'),
(2629, 'en', 'Milhã-amarela (Setaria Pumila)', '<p>Milhã-amarela (Setaria Pumila)</p>', '', '', '', 'N', '', 'Y'),
(2629, 'es', 'Milhã-amarela (Setaria Pumila)', '<p>Milhã-amarela (Setaria Pumila)</p>', '', '', '', 'N', '', 'Y'),
(2629, 'pt', 'Milhã-amarela (Setaria Pumila)', '<p>Milhã-amarela (Setaria Pumila)</p>', '', '', '', 'N', '', 'Y'),
(2630, 'en', 'Oryzopsis Hymenoides (Oryzopsis Hymenoides)', '<p>Oryzopsis Hymenoides (Oryzopsis Hymenoides)</p>', '', '', '', 'N', '', 'Y'),
(2630, 'es', 'Oryzopsis Hymenoides (Oryzopsis Hymenoides)', '<p>Oryzopsis Hymenoides (Oryzopsis Hymenoides)</p>', '', '', '', 'N', '', 'Y'),
(2630, 'pt', 'Oryzopsis Hymenoides (Oryzopsis Hymenoides)', '<p>Oryzopsis Hymenoides (Oryzopsis Hymenoides)</p>', '', '', '', 'N', '', 'Y'),
(2631, 'en', 'Panicum Virgatum (Panicum Virgatum)', '<p>Panicum Virgatum (Panicum Virgatum)</p>', '', '', '', 'N', '', 'Y'),
(2631, 'es', 'Panicum Virgatum (Panicum Virgatum)', '<p>Panicum Virgatum (Panicum Virgatum)</p>', '', '', '', 'N', '', 'Y'),
(2631, 'pt', 'Panicum Virgatum (Panicum Virgatum)', '<p>Panicum Virgatum (Panicum Virgatum)</p>', '', '', '', 'N', '', 'Y'),
(2632, 'en', 'Paspalum  (Paspalum Scrobiculatum)', '<p>Paspalum  (Paspalum Scrobiculatum)</p>', '', '', '', 'N', '', 'Y'),
(2632, 'es', 'Paspalum  (Paspalum Scrobiculatum)', '<p>Paspalum  (Paspalum Scrobiculatum)</p>', '', '', '', 'N', '', 'Y'),
(2632, 'pt', 'Paspalum  (Paspalum Scrobiculatum)', '<p>Paspalum  (Paspalum Scrobiculatum)</p>', '', '', '', 'N', '', 'Y'),
(2633, 'en', 'Paspalum Conjugatum (Paspalum Conjugatum)', '<p>Paspalum Conjugatum (Paspalum Conjugatum)</p>', '', '', '', 'N', '', 'Y'),
(2633, 'es', 'Paspalum Conjugatum (Paspalum Conjugatum)', '<p>Paspalum Conjugatum (Paspalum Conjugatum)</p>', '', '', '', 'N', '', 'Y'),
(2633, 'pt', 'Paspalum Conjugatum (Paspalum Conjugatum)', '<p>Paspalum Conjugatum (Paspalum Conjugatum)</p>', '', '', '', 'N', '', 'Y'),
(2634, 'en', 'Poa (Dichanthium spp.)', '<p>Poa (Dichanthium spp.)</p>', '', '', '', 'N', '', 'Y'),
(2634, 'es', 'Poa (Dichanthium spp.)', '<p>Poa (Dichanthium spp.)</p>', '', '', '', 'N', '', 'Y'),
(2634, 'pt', 'Poa (Dichanthium spp.)', '<p>Poa (Dichanthium spp.)</p>', '', '', '', 'N', '', 'Y'),
(2635, 'en', 'Poa (Poa spp.)', '<p>Poa (Poa spp.)</p>', '', '', '', 'N', '', 'Y'),
(2635, 'es', 'Poa (Poa spp.)', '<p>Poa (Poa spp.)</p>', '', '', '', 'N', '', 'Y'),
(2635, 'pt', 'Poa (Poa spp.)', '<p>Poa (Poa spp.)</p>', '', '', '', 'N', '', 'Y'),
(2636, 'en', 'Polytrias (Polytrias Armaura)', '<p>Polytrias (Polytrias Armaura)</p>', '', '', '', 'N', '', 'Y'),
(2636, 'es', 'Polytrias (Polytrias Armaura)', '<p>Polytrias (Polytrias Armaura)</p>', '', '', '', 'N', '', 'Y'),
(2636, 'pt', 'Polytrias (Polytrias Armaura)', '<p>Polytrias (Polytrias Armaura)</p>', '', '', '', 'N', '', 'Y'),
(2637, 'en', 'Rabo-de-cão (Cynosurus Cristatus)', '<p>Rabo-de-cão (Cynosurus Cristatus)</p>', '', '', '', 'N', '', 'Y'),
(2637, 'es', 'Rabo-de-cão (Cynosurus Cristatus)', '<p>Rabo-de-cão (Cynosurus Cristatus)</p>', '', '', '', 'N', '', 'Y'),
(2637, 'pt', 'Rabo-de-cão (Cynosurus Cristatus)', '<p>Rabo-de-cão (Cynosurus Cristatus)</p>', '', '', '', 'N', '', 'Y'),
(2638, 'en', 'Rabo-de-gato (Phleum Pratense)', '<p>Rabo-de-gato (Phleum Pratense)</p>', '', '', '', 'N', '', 'Y'),
(2638, 'es', 'Rabo-de-gato (Phleum Pratense)', '<p>Rabo-de-gato (Phleum Pratense)</p>', '', '', '', 'N', '', 'Y'),
(2638, 'pt', 'Rabo-de-gato (Phleum Pratense)', '<p>Rabo-de-gato (Phleum Pratense)</p>', '', '', '', 'N', '', 'Y'),
(2639, 'en', 'Setária (Setaria Italica)', '<p>Setária (Setaria Italica)</p>', '', '', '', 'N', '', 'Y'),
(2639, 'es', 'Setária (Setaria Italica)', '<p>Setária (Setaria Italica)</p>', '', '', '', 'N', '', 'Y'),
(2639, 'pt', 'Setária (Setaria Italica)', '<p>Setária (Setaria Italica)</p>', '', '', '', 'N', '', 'Y'),
(2640, 'en', 'Sorghum almum (Sorgo X Almum)', '<p>Sorghum almum (Sorgo X Almum)</p>', '', '', '', 'N', '', 'Y'),
(2640, 'es', 'Sorghum almum (Sorgo X Almum)', '<p>Sorghum almum (Sorgo X Almum)</p>', '', '', '', 'N', '', 'Y'),
(2640, 'pt', 'Sorghum almum (Sorgo X Almum)', '<p>Sorghum almum (Sorgo X Almum)</p>', '', '', '', 'N', '', 'Y'),
(2641, 'en', 'Themeda (Themeda Triandra)', '<p>Themeda (Themeda Triandra)</p>', '', '', '', 'N', '', 'Y'),
(2641, 'es', 'Themeda (Themeda Triandra)', '<p>Themeda (Themeda Triandra)</p>', '', '', '', 'N', '', 'Y'),
(2641, 'pt', 'Themeda (Themeda Triandra)', '<p>Themeda (Themeda Triandra)</p>', '', '', '', 'N', '', 'Y'),
(2642, 'en', 'Urochloa (Urochloa Panicoides)', '<p>Urochloa (Urochloa Panicoides)</p>', '', '', '', 'N', '', 'Y'),
(2642, 'es', 'Urochloa (Urochloa Panicoides)', '<p>Urochloa (Urochloa Panicoides)</p>', '', '', '', 'N', '', 'Y'),
(2642, 'pt', 'Urochloa (Urochloa Panicoides)', '<p>Urochloa (Urochloa Panicoides)</p>', '', '', '', 'N', '', 'Y'),
(2643, 'en', 'Outras culturas de alimento', '<p>Outras culturas de alimento</p>', '', '', '', 'N', '', 'Y'),
(2643, 'es', 'Outras culturas de alimento', '<p>Outras culturas de alimento</p>', '', '', '', 'N', '', 'Y'),
(2643, 'pt', 'Outras culturas de alimento', '<p>Outras culturas de alimento</p>', '', '', '', 'N', '', 'Y'),
(2644, 'en', 'Amarantos comestíveis (Amaranthus Spp.)', '<p>Amarantos comestíveis (Amaranthus Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2644, 'es', 'Amarantos comestíveis (Amaranthus Spp.)', '<p>Amarantos comestíveis (Amaranthus Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2644, 'pt', 'Amarantos comestíveis (Amaranthus Spp.)', '<p>Amarantos comestíveis (Amaranthus Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2645, 'en', 'Argan (Argania Spinosa)', '<p>Argan (Argania Spinosa)</p>', '', '', '', 'N', '', 'Y'),
(2645, 'es', 'Argan (Argania Spinosa)', '<p>Argan (Argania Spinosa)</p>', '', '', '', 'N', '', 'Y'),
(2645, 'pt', 'Argan (Argania Spinosa)', '<p>Argan (Argania Spinosa)</p>', '', '', '', 'N', '', 'Y'),
(2646, 'en', 'Baobá (Adansonia Digitata)', '<p>Baobá (Adansonia Digitata)</p>', '', '', '', 'N', '', 'Y'),
(2646, 'es', 'Baobá (Adansonia Digitata)', '<p>Baobá (Adansonia Digitata)</p>', '', '', '', 'N', '', 'Y'),
(2646, 'pt', 'Baobá (Adansonia Digitata)', '<p>Baobá (Adansonia Digitata)</p>', '', '', '', 'N', '', 'Y'),
(2647, 'en', 'Cadaba (Cadaba Farinosa)', '<p>Cadaba (Cadaba Farinosa)</p>', '', '', '', 'N', '', 'Y'),
(2647, 'es', 'Cadaba (Cadaba Farinosa)', '<p>Cadaba (Cadaba Farinosa)</p>', '', '', '', 'N', '', 'Y'),
(2647, 'pt', 'Cadaba (Cadaba Farinosa)', '<p>Cadaba (Cadaba Farinosa)</p>', '', '', '', 'N', '', 'Y'),
(2648, 'en', 'Carvalho (Quercus Spp)', '<p>Carvalho (Quercus Spp)</p>', '', '', '', 'N', '', 'Y'),
(2648, 'es', 'Carvalho (Quercus Spp)', '<p>Carvalho (Quercus Spp)</p>', '', '', '', 'N', '', 'Y'),
(2648, 'pt', 'Carvalho (Quercus Spp)', '<p>Carvalho (Quercus Spp)</p>', '', '', '', 'N', '', 'Y'),
(2649, 'en', 'Combretum (Combretum Aculeatum)', '<p>Combretum (Combretum Aculeatum)</p>', '', '', '', 'N', '', 'Y'),
(2649, 'es', 'Combretum (Combretum Aculeatum)', '<p>Combretum (Combretum Aculeatum)</p>', '', '', '', 'N', '', 'Y'),
(2649, 'pt', 'Combretum (Combretum Aculeatum)', '<p>Combretum (Combretum Aculeatum)</p>', '', '', '', 'N', '', 'Y'),
(2650, 'en', 'Erva sal (Atriplex Spp.)', '<p>Erva sal (Atriplex Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2650, 'es', 'Erva sal (Atriplex Spp.)', '<p>Erva sal (Atriplex Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2650, 'pt', 'Erva sal (Atriplex Spp.)', '<p>Erva sal (Atriplex Spp.)</p>', '', '', '', 'N', '', 'Y'),
(2651, 'en', 'Facélia-azul (Phacelia Tanacetifolia)', '<p>Facélia-azul (Phacelia Tanacetifolia)</p>', '', '', '', 'N', '', 'Y'),
(2651, 'es', 'Facélia-azul (Phacelia Tanacetifolia)', '<p>Facélia-azul (Phacelia Tanacetifolia)</p>', '', '', '', 'N', '', 'Y'),
(2651, 'pt', 'Facélia-azul (Phacelia Tanacetifolia)', '<p>Facélia-azul (Phacelia Tanacetifolia)</p>', '', '', '', 'N', '', 'Y'),
(2652, 'en', 'Gorga (Spergula Arvensis)', '<p>Gorga (Spergula Arvensis)</p>', '', '', '', 'N', '', 'Y'),
(2652, 'es', 'Gorga (Spergula Arvensis)', '<p>Gorga (Spergula Arvensis)</p>', '', '', '', 'N', '', 'Y'),
(2652, 'pt', 'Gorga (Spergula Arvensis)', '<p>Gorga (Spergula Arvensis)</p>', '', '', '', 'N', '', 'Y'),
(2653, 'en', 'Jujuba (Ziziphus Mucronata)', '<p>Jujuba (Ziziphus Mucronata)</p>', '', '', '', 'N', '', 'Y'),
(2653, 'es', 'Jujuba (Ziziphus Mucronata)', '<p>Jujuba (Ziziphus Mucronata)</p>', '', '', '', 'N', '', 'Y'),
(2653, 'pt', 'Jujuba (Ziziphus Mucronata)', '<p>Jujuba (Ziziphus Mucronata)</p>', '', '', '', 'N', '', 'Y'),
(2654, 'en', 'Kapok Bush (Aerva Javanica)', '<p>Kapok Bush (Aerva Javanica)</p>', '', '', '', 'N', '', 'Y'),
(2654, 'es', 'Kapok Bush (Aerva Javanica)', '<p>Kapok Bush (Aerva Javanica)</p>', '', '', '', 'N', '', 'Y'),
(2654, 'pt', 'Kapok Bush (Aerva Javanica)', '<p>Kapok Bush (Aerva Javanica)</p>', '', '', '', 'N', '', 'Y'),
(2655, 'en', 'Mão-de-deus (Tithonia Diversifolia)', '<p>Mão-de-deus (Tithonia Diversifolia)</p>', '', '', '', 'N', '', 'Y'),
(2655, 'es', 'Mão-de-deus (Tithonia Diversifolia)', '<p>Mão-de-deus (Tithonia Diversifolia)</p>', '', '', '', 'N', '', 'Y'),
(2655, 'pt', 'Mão-de-deus (Tithonia Diversifolia)', '<p>Mão-de-deus (Tithonia Diversifolia)</p>', '', '', '', 'N', '', 'Y'),
(2656, 'en', 'Salvadora (Salvadora Persica)', '<p>Salvadora (Salvadora Persica)</p>', '', '', '', 'N', '', 'Y'),
(2656, 'es', 'Salvadora (Salvadora Persica)', '<p>Salvadora (Salvadora Persica)</p>', '', '', '', 'N', '', 'Y'),
(2656, 'pt', 'Salvadora (Salvadora Persica)', '<p>Salvadora (Salvadora Persica)</p>', '', '', '', 'N', '', 'Y'),
(2657, 'en', 'Tagetes (Tagetes Erecta)', '<p>Tagetes (Tagetes Erecta)</p>', '', '', '', 'N', '', 'Y'),
(2657, 'es', 'Tagetes (Tagetes Erecta)', '<p>Tagetes (Tagetes Erecta)</p>', '', '', '', 'N', '', 'Y'),
(2657, 'pt', 'Tagetes (Tagetes Erecta)', '<p>Tagetes (Tagetes Erecta)</p>', '', '', '', 'N', '', 'Y'),
(2658, 'en', 'Eletrodomésticos', '<p>Eletrodomésticos</p>', '', '', '', 'N', '', 'Y'),
(2658, 'es', 'Eletrodomésticos', '<p>Eletrodomésticos</p>', '', '', '', 'N', '', 'Y'),
(2658, 'pt', 'Eletrodomésticos', '<p>Eletrodomésticos</p>', '', '', '', 'N', '', 'Y'),
(2659, 'en', 'Eletrodomésticos pequenos', '<p>Eletrodomésticos pequenos</p>', '', '', '', 'N', '', 'Y'),
(2659, 'es', 'Eletrodomésticos pequenos', '<p>Eletrodomésticos pequenos</p>', '', '', '', 'N', '', 'Y'),
(2659, 'pt', 'Eletrodomésticos pequenos', '<p>Eletrodomésticos pequenos</p>', '', '', '', 'N', '', 'Y'),
(2660, 'en', 'Aparelhos para cozimento/aquecimento', '<p>Aparelhos para cozimento/aquecimento</p>', '', '', '', 'N', '', 'Y'),
(2660, 'es', 'Aparelhos para cozimento/aquecimento', '<p>Aparelhos para cozimento/aquecimento</p>', '', '', '', 'N', '', 'Y'),
(2660, 'pt', 'Aparelhos para cozimento/aquecimento', '<p>Aparelhos para cozimento/aquecimento</p>', '', '', '', 'N', '', 'Y'),
(2661, 'en', 'Aparelho de fazer bolo/torta', '<p>Aparelho de fazer bolo/torta</p>', '', '', '', 'N', '', 'Y'),
(2661, 'es', 'Aparelho de fazer bolo/torta', '<p>Aparelho de fazer bolo/torta</p>', '', '', '', 'N', '', 'Y'),
(2661, 'pt', 'Aparelho de fazer bolo/torta', '<p>Aparelho de fazer bolo/torta</p>', '', '', '', 'N', '', 'Y'),
(2662, 'en', 'Aparelhos de Fondue (Elétricos)', '<p>Aparelhos de Fondue (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2662, 'es', 'Aparelhos de Fondue (Elétricos)', '<p>Aparelhos de Fondue (Elétricos)</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(2662, 'pt', 'Aparelhos de Fondue (Elétricos)', '<p>Aparelhos de Fondue (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2663, 'en', 'Assadeiras (Elétricas)', '<p>Assadeiras (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2663, 'es', 'Assadeiras (Elétricas)', '<p>Assadeiras (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2663, 'pt', 'Assadeiras (Elétricas)', '<p>Assadeiras (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2664, 'en', 'Churrasqueiras/Fornos de Assar (Elétricos)', '<p>Churrasqueiras/Fornos de Assar (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2664, 'es', 'Churrasqueiras/Fornos de Assar (Elétricos)', '<p>Churrasqueiras/Fornos de Assar (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2664, 'pt', 'Churrasqueiras/Fornos de Assar (Elétricos)', '<p>Churrasqueiras/Fornos de Assar (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2665, 'en', 'Cozedores de Ovos', '<p>Cozedores de Ovos</p>', '', '', '', 'N', '', 'Y'),
(2665, 'es', 'Cozedores de Ovos', '<p>Cozedores de Ovos</p>', '', '', '', 'N', '', 'Y'),
(2665, 'pt', 'Cozedores de Ovos', '<p>Cozedores de Ovos</p>', '', '', '', 'N', '', 'Y'),
(2666, 'en', 'Espetos para Assar Salsicha de Cachorro-quente', '<p>Espetos para Assar Salsicha de Cachorro-quente</p>', '', '', '', 'N', '', 'Y'),
(2666, 'es', 'Espetos para Assar Salsicha de Cachorro-quente', '<p>Espetos para Assar Salsicha de Cachorro-quente</p>', '', '', '', 'N', '', 'Y'),
(2666, 'pt', 'Espetos para Assar Salsicha de Cachorro-quente', '<p>Espetos para Assar Salsicha de Cachorro-quente</p>', '', '', '', 'N', '', 'Y'),
(2667, 'en', 'Fornos Elétricos', '<p>Fornos Elétricos</p>', '', '', '', 'N', '', 'Y'),
(2667, 'es', 'Fornos Elétricos', '<p>Fornos Elétricos</p>', '', '', '', 'N', '', 'Y'),
(2667, 'pt', 'Fornos Elétricos', '<p>Fornos Elétricos</p>', '', '', '', 'N', '', 'Y'),
(2668, 'en', 'Fritadeiras', '<p>Fritadeiras</p>', '', '', '', 'N', '', 'Y'),
(2668, 'es', 'Fritadeiras', '<p>Fritadeiras</p>', '', '', '', 'N', '', 'Y'),
(2668, 'pt', 'Fritadeiras', '<p>Fritadeiras</p>', '', '', '', 'N', '', 'Y'),
(2669, 'en', 'Grelhas elétricas', '<p>Grelhas elétricas</p>', '', '', '', 'N', '', 'Y'),
(2669, 'es', 'Grelhas elétricas', '<p>Grelhas elétricas</p>', '', '', '', 'N', '', 'Y'),
(2669, 'pt', 'Grelhas elétricas', '<p>Grelhas elétricas</p>', '', '', '', 'N', '', 'Y'),
(2670, 'en', 'Máquina de panquecas/rosquinhas', '<p>Máquina de panquecas/rosquinhas</p>', '', '', '', 'N', '', 'Y'),
(2670, 'es', 'Máquina de panquecas/rosquinhas', '<p>Máquina de panquecas/rosquinhas</p>', '', '', '', 'N', '', 'Y'),
(2670, 'pt', 'Máquina de panquecas/rosquinhas', '<p>Máquina de panquecas/rosquinhas</p>', '', '', '', 'N', '', 'Y'),
(2671, 'en', 'Máquinas de fazer pizza', '<p>Máquinas de fazer pizza</p>', '', '', '', 'N', '', 'Y'),
(2671, 'es', 'Máquinas de fazer pizza', '<p>Máquinas de fazer pizza</p>', '', '', '', 'N', '', 'Y'),
(2671, 'pt', 'Máquinas de fazer pizza', '<p>Máquinas de fazer pizza</p>', '', '', '', 'N', '', 'Y'),
(2672, 'en', 'Máquinas de Waffle/Sanduicheiras', '<p>Máquinas de Waffle/Sanduicheiras</p>', '', '', '', 'N', '', 'Y'),
(2672, 'es', 'Máquinas de Waffle/Sanduicheiras', '<p>Máquinas de Waffle/Sanduicheiras</p>', '', '', '', 'N', '', 'Y'),
(2672, 'pt', 'Máquinas de Waffle/Sanduicheiras', '<p>Máquinas de Waffle/Sanduicheiras</p>', '', '', '', 'N', '', 'Y'),
(2673, 'en', 'Outros Utensílios para Cozinha de Pequeno Porte', '<p>Outros Utensílios para Cozinha de Pequeno Porte</p>', '', '', '', 'N', '', 'Y'),
(2673, 'es', 'Outros Utensílios para Cozinha de Pequeno Porte', '<p>Outros Utensílios para Cozinha de Pequeno Porte</p>', '', '', '', 'N', '', 'Y'),
(2673, 'pt', 'Outros Utensílios para Cozinha de Pequeno Porte', '<p>Outros Utensílios para Cozinha de Pequeno Porte</p>', '', '', '', 'N', '', 'Y'),
(2674, 'en', 'Pacotes de variedades de aplicações para cozimento (elétricas)', '<p>Pacotes de variedades de aplicações para cozimento (elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2674, 'es', 'Pacotes de variedades de aplicações para cozimento (elétricas)', '<p>Pacotes de variedades de aplicações para cozimento (elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2674, 'pt', 'Pacotes de variedades de aplicações para cozimento (elétricas)', '<p>Pacotes de variedades de aplicações para cozimento (elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2675, 'en', 'Paelleras', '<p>Paelleras</p>', '', '', '', 'N', '', 'Y'),
(2675, 'es', 'Paelleras', '<p>Paelleras</p>', '', '', '', 'N', '', 'Y'),
(2675, 'pt', 'Paelleras', '<p>Paelleras</p>', '', '', '', 'N', '', 'Y'),
(2676, 'en', 'Panelas de Pressão (elétricas)', '<p>Panelas de Pressão (elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2676, 'es', 'Panelas de Pressão (elétricas)', '<p>Panelas de Pressão (elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2676, 'pt', 'Panelas de Pressão (elétricas)', '<p>Panelas de Pressão (elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2677, 'en', 'Panelas Elétricas', '<p>Panelas Elétricas</p>', '', '', '', 'N', '', 'Y'),
(2677, 'es', 'Panelas Elétricas', '<p>Panelas Elétricas</p>', '', '', '', 'N', '', 'Y'),
(2677, 'pt', 'Panelas Elétricas', '<p>Panelas Elétricas</p>', '', '', '', 'N', '', 'Y'),
(2678, 'en', 'Panelas Elétricas de Arroz', '<p>Panelas Elétricas de Arroz</p>', '', '', '', 'N', '', 'Y'),
(2678, 'es', 'Panelas Elétricas de Arroz', '<p>Panelas Elétricas de Arroz</p>', '', '', '', 'N', '', 'Y'),
(2678, 'pt', 'Panelas Elétricas de Arroz', '<p>Panelas Elétricas de Arroz</p>', '', '', '', 'N', '', 'Y'),
(2679, 'en', 'Panelas multicooker (elétricas)', '<p>Panelas multicooker (elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2679, 'es', 'Panelas multicooker (elétricas)', '<p>Panelas multicooker (elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2679, 'pt', 'Panelas multicooker (elétricas)', '<p>Panelas multicooker (elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2680, 'en', 'Panelas para massas (elétricas)', '<p>Panelas para massas (elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2680, 'es', 'Panelas para massas (elétricas)', '<p>Panelas para massas (elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2680, 'pt', 'Panelas para massas (elétricas)', '<p>Panelas para massas (elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2681, 'en', 'Panelas Tagines (Elétricas)', '<p>Panelas Tagines (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2681, 'es', 'Panelas Tagines (Elétricas)', '<p>Panelas Tagines (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2681, 'pt', 'Panelas Tagines (Elétricas)', '<p>Panelas Tagines (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2682, 'en', 'Panelas Wok (Elétricas)', '<p>Panelas Wok (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2682, 'es', 'Panelas Wok (Elétricas)', '<p>Panelas Wok (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2682, 'pt', 'Panelas Wok (Elétricas)', '<p>Panelas Wok (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2683, 'en', 'Panificadoras', '<p>Panificadoras</p>', '', '', '', 'N', '', 'Y'),
(2683, 'es', 'Panificadoras', '<p>Panificadoras</p>', '', '', '', 'N', '', 'Y'),
(2683, 'pt', 'Panificadoras', '<p>Panificadoras</p>', '', '', '', 'N', '', 'Y'),
(2684, 'en', 'Peças/acessórios de reposição para pequenas aplicações para cozimento (elétricas)', '<p>Peças/acessórios de reposição para pequenas aplicações para cozimento (elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2684, 'es', 'Peças/acessórios de reposição para pequenas aplicações para cozimento (elétricas)', '<p>Peças/acessórios de reposição para pequenas aplicações para cozimento (elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2684, 'pt', 'Peças/acessórios de reposição para pequenas aplicações para cozimento (elétricas)', '<p>Peças/acessórios de reposição para pequenas aplicações para cozimento (elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2685, 'en', 'Pipoqueiras', '<p>Pipoqueiras</p>', '', '', '', 'N', '', 'Y'),
(2685, 'es', 'Pipoqueiras', '<p>Pipoqueiras</p>', '', '', '', 'N', '', 'Y'),
(2685, 'pt', 'Pipoqueiras', '<p>Pipoqueiras</p>', '', '', '', 'N', '', 'Y'),
(2686, 'en', 'Plataforma elétrica de pedra', '<p>Plataforma elétrica de pedra</p>', '', '', '', 'N', '', 'Y'),
(2686, 'es', 'Plataforma elétrica de pedra', '<p>Plataforma elétrica de pedra</p>', '', '', '', 'N', '', 'Y'),
(2686, 'pt', 'Plataforma elétrica de pedra', '<p>Plataforma elétrica de pedra</p>', '', '', '', 'N', '', 'Y'),
(2687, 'en', 'Racletes (Elétricos)', '<p>Racletes (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2687, 'es', 'Racletes (Elétricos)', '<p>Racletes (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2687, 'pt', 'Racletes (Elétricos)', '<p>Racletes (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2688, 'en', 'Temporizadores (Elétricos)', '<p>Temporizadores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2688, 'es', 'Temporizadores (Elétricos)', '<p>Temporizadores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2688, 'pt', 'Temporizadores (Elétricos)', '<p>Temporizadores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2689, 'en', 'Torradeiras', '<p>Torradeiras</p>', '', '', '', 'N', '', 'Y'),
(2689, 'es', 'Torradeiras', '<p>Torradeiras</p>', '', '', '', 'N', '', 'Y'),
(2689, 'pt', 'Torradeiras', '<p>Torradeiras</p>', '', '', '', 'N', '', 'Y'),
(2690, 'en', 'Utensílios Elétricos para Culinária Mexicana', '<p>Utensílios Elétricos para Culinária Mexicana</p>', '', '', '', 'N', '', 'Y'),
(2690, 'es', 'Utensílios Elétricos para Culinária Mexicana', '<p>Utensílios Elétricos para Culinária Mexicana</p>', '', '', '', 'N', '', 'Y'),
(2690, 'pt', 'Utensílios Elétricos para Culinária Mexicana', '<p>Utensílios Elétricos para Culinária Mexicana</p>', '', '', '', 'N', '', 'Y'),
(2691, 'en', 'Aparelhos Portáteis para Controle do Ar', '<p>Aparelhos Portáteis para Controle do Ar</p>', '', '', '', 'N', '', 'Y'),
(2691, 'es', 'Aparelhos Portáteis para Controle do Ar', '<p>Aparelhos Portáteis para Controle do Ar</p>', '', '', '', 'N', '', 'Y'),
(2691, 'pt', 'Aparelhos Portáteis para Controle do Ar', '<p>Aparelhos Portáteis para Controle do Ar</p>', '', '', '', 'N', '', 'Y'),
(2692, 'en', 'Acessórios/Peças de Reposição para Aparelhos Portáteis de Controle de Ar', '<p>Acessórios/Peças de Reposição para Aparelhos Portáteis de Controle de Ar</p>', '', '', '', 'N', '', 'Y'),
(2692, 'es', 'Acessórios/Peças de Reposição para Aparelhos Portáteis de Controle de Ar', '<p>Acessórios/Peças de Reposição para Aparelhos Portáteis de Controle de Ar</p>', '', '', '', 'N', '', 'Y'),
(2692, 'pt', 'Acessórios/Peças de Reposição para Aparelhos Portáteis de Controle de Ar', '<p>Acessórios/Peças de Reposição para Aparelhos Portáteis de Controle de Ar</p>', '', '', '', 'N', '', 'Y'),
(2693, 'en', 'Aparelhos Multifuncionais para Controle do Ar - Portáteis', '<p>Aparelhos Multifuncionais para Controle do Ar - Portáteis</p>', '', '', '', 'N', '', 'Y'),
(2693, 'es', 'Aparelhos Multifuncionais para Controle do Ar - Portáteis', '<p>Aparelhos Multifuncionais para Controle do Ar - Portáteis</p>', '', '', '', 'N', '', 'Y'),
(2693, 'pt', 'Aparelhos Multifuncionais para Controle do Ar - Portáteis', '<p>Aparelhos Multifuncionais para Controle do Ar - Portáteis</p>', '', '', '', 'N', '', 'Y'),
(2694, 'en', 'Aquecedores de Ar - Portáteis', '<p>Aquecedores de Ar - Portáteis</p>', '', '', '', 'N', '', 'Y'),
(2694, 'es', 'Aquecedores de Ar - Portáteis', '<p>Aquecedores de Ar - Portáteis</p>', '', '', '', 'N', '', 'Y'),
(2694, 'pt', 'Aquecedores de Ar - Portáteis', '<p>Aquecedores de Ar - Portáteis</p>', '', '', '', 'N', '', 'Y'),
(2695, 'en', 'Ar condicionado - Portátil', '<p>Ar condicionado - Portátil</p>', '', '', '', 'N', '', 'Y'),
(2695, 'es', 'Ar condicionado - Portátil', '<p>Ar condicionado - Portátil</p>', '', '', '', 'N', '', 'Y'),
(2695, 'pt', 'Ar condicionado - Portátil', '<p>Ar condicionado - Portátil</p>', '', '', '', 'N', '', 'Y'),
(2696, 'en', 'Climatizadores de Ar - Portáteis', '<p>Climatizadores de Ar - Portáteis</p>', '', '', '', 'N', '', 'Y'),
(2696, 'es', 'Climatizadores de Ar - Portáteis', '<p>Climatizadores de Ar - Portáteis</p>', '', '', '', 'N', '', 'Y'),
(2696, 'pt', 'Climatizadores de Ar - Portáteis', '<p>Climatizadores de Ar - Portáteis</p>', '', '', '', 'N', '', 'Y'),
(2697, 'en', 'Desumidificador de Ar - Portátil', '<p>Desumidificador de Ar - Portátil</p>', '', '', '', 'N', '', 'Y'),
(2697, 'es', 'Desumidificador de Ar - Portátil', '<p>Desumidificador de Ar - Portátil</p>', '', '', '', 'N', '', 'Y'),
(2697, 'pt', 'Desumidificador de Ar - Portátil', '<p>Desumidificador de Ar - Portátil</p>', '', '', '', 'N', '', 'Y'),
(2698, 'en', 'Desumudificadores de Ar - Portátil', '<p>Desumudificadores de Ar - Portátil</p>', '', '', '', 'N', '', 'Y'),
(2698, 'es', 'Desumudificadores de Ar - Portátil', '<p>Desumudificadores de Ar - Portátil</p>', '', '', '', 'N', '', 'Y'),
(2698, 'pt', 'Desumudificadores de Ar - Portátil', '<p>Desumudificadores de Ar - Portátil</p>', '', '', '', 'N', '', 'Y'),
(2699, 'en', 'Humidicadores de Ar - Portáteis', '<p>Humidicadores de Ar - Portáteis</p>', '', '', '', 'N', '', 'Y'),
(2699, 'es', 'Humidicadores de Ar - Portáteis', '<p>Humidicadores de Ar - Portáteis</p>', '', '', '', 'N', '', 'Y'),
(2699, 'pt', 'Humidicadores de Ar - Portáteis', '<p>Humidicadores de Ar - Portáteis</p>', '', '', '', 'N', '', 'Y'),
(2700, 'en', 'Ionizadores de Ar - Portáteis', '<p>Ionizadores de Ar - Portáteis</p>', '', '', '', 'N', '', 'Y'),
(2700, 'es', 'Ionizadores de Ar - Portáteis', '<p>Ionizadores de Ar - Portáteis</p>', '', '', '', 'N', '', 'Y'),
(2700, 'pt', 'Ionizadores de Ar - Portáteis', '<p>Ionizadores de Ar - Portáteis</p>', '', '', '', 'N', '', 'Y'),
(2701, 'en', 'Purificadores de Ar - Portáteis', '<p>Purificadores de Ar - Portáteis</p>', '', '', '', 'N', '', 'Y'),
(2701, 'es', 'Purificadores de Ar - Portáteis', '<p>Purificadores de Ar - Portáteis</p>', '', '', '', 'N', '', 'Y'),
(2701, 'pt', 'Purificadores de Ar - Portáteis', '<p>Purificadores de Ar - Portáteis</p>', '', '', '', 'N', '', 'Y'),
(2702, 'en', 'Ventiladores - Portáteis', '<p>Ventiladores - Portáteis</p>', '', '', '', 'N', '', 'Y'),
(2702, 'es', 'Ventiladores - Portáteis', '<p>Ventiladores - Portáteis</p>', '', '', '', 'N', '', 'Y'),
(2702, 'pt', 'Ventiladores - Portáteis', '<p>Ventiladores - Portáteis</p>', '', '', '', 'N', '', 'Y'),
(2703, 'en', 'Aparelhos/Utensílios de limpeza', '<p>Aparelhos/Utensílios de limpeza</p>', '', '', '', 'N', '', 'Y'),
(2703, 'es', 'Aparelhos/Utensílios de limpeza', '<p>Aparelhos/Utensílios de limpeza</p>', '', '', '', 'N', '', 'Y'),
(2703, 'pt', 'Aparelhos/Utensílios de limpeza', '<p>Aparelhos/Utensílios de limpeza</p>', '', '', '', 'N', '', 'Y'),
(2704, 'en', 'Acessórios para aspiradores de pó / peças de reposição', '<p>Acessórios para aspiradores de pó / peças de reposição</p>', '', '', '', 'N', '', 'Y'),
(2704, 'es', 'Acessórios para aspiradores de pó / peças de reposição', '<p>Acessórios para aspiradores de pó / peças de reposição</p>', '', '', '', 'N', '', 'Y'),
(2704, 'pt', 'Acessórios para aspiradores de pó / peças de reposição', '<p>Acessórios para aspiradores de pó / peças de reposição</p>', '', '', '', 'N', '', 'Y'),
(2705, 'en', 'Acessórios/Peças de Reposição para Utensílios de Limpeza', '<p>Acessórios/Peças de Reposição para Utensílios de Limpeza</p>', '', '', '', 'N', '', 'Y'),
(2705, 'es', 'Acessórios/Peças de Reposição para Utensílios de Limpeza', '<p>Acessórios/Peças de Reposição para Utensílios de Limpeza</p>', '', '', '', 'N', '', 'Y'),
(2705, 'pt', 'Acessórios/Peças de Reposição para Utensílios de Limpeza', '<p>Acessórios/Peças de Reposição para Utensílios de Limpeza</p>', '', '', '', 'N', '', 'Y'),
(2706, 'en', 'Aspirador de Pó Portátil', '<p>Aspirador de Pó Portátil</p>', '', '', '', 'N', '', 'Y'),
(2706, 'es', 'Aspirador de Pó Portátil', '<p>Aspirador de Pó Portátil</p>', '', '', '', 'N', '', 'Y'),
(2706, 'pt', 'Aspirador de Pó Portátil', '<p>Aspirador de Pó Portátil</p>', '', '', '', 'N', '', 'Y'),
(2707, 'en', 'Aspiradores a vácuo', '<p>Aspiradores a vácuo</p>', '', '', '', 'N', '', 'Y'),
(2707, 'es', 'Aspiradores a vácuo', '<p>Aspiradores a vácuo</p>', '', '', '', 'N', '', 'Y'),
(2707, 'pt', 'Aspiradores a vácuo', '<p>Aspiradores a vácuo</p>', '', '', '', 'N', '', 'Y'),
(2708, 'en', 'Aspiradores de pó', '<p>Aspiradores de pó</p>', '', '', '', 'N', '', 'Y'),
(2708, 'es', 'Aspiradores de pó', '<p>Aspiradores de pó</p>', '', '', '', 'N', '', 'Y'),
(2708, 'pt', 'Aspiradores de pó', '<p>Aspiradores de pó</p>', '', '', '', 'N', '', 'Y'),
(2709, 'en', 'Aspiradores de pó domésticos', '<p>Aspiradores de pó domésticos</p>', '', '', '', 'N', '', 'Y'),
(2709, 'es', 'Aspiradores de pó domésticos', '<p>Aspiradores de pó domésticos</p>', '', '', '', 'N', '', 'Y'),
(2709, 'pt', 'Aspiradores de pó domésticos', '<p>Aspiradores de pó domésticos</p>', '', '', '', 'N', '', 'Y'),
(2710, 'en', 'Cabeças para aspiradores', '<p>Cabeças para aspiradores</p>', '', '', '', 'N', '', 'Y'),
(2710, 'es', 'Cabeças para aspiradores', '<p>Cabeças para aspiradores</p>', '', '', '', 'N', '', 'Y'),
(2710, 'pt', 'Cabeças para aspiradores', '<p>Cabeças para aspiradores</p>', '', '', '', 'N', '', 'Y'),
(2711, 'en', 'Desinfetante para Armários/Gavetas', '<p>Desinfetante para Armários/Gavetas</p>', '', '', '', 'N', '', 'Y'),
(2711, 'es', 'Desinfetante para Armários/Gavetas', '<p>Desinfetante para Armários/Gavetas</p>', '', '', '', 'N', '', 'Y'),
(2711, 'pt', 'Desinfetante para Armários/Gavetas', '<p>Desinfetante para Armários/Gavetas</p>', '', '', '', 'N', '', 'Y'),
(2712, 'en', 'Enceradeiras/ Xampu de Limpeza', '<p>Enceradeiras/ Xampu de Limpeza</p>', '', '', '', 'N', '', 'Y'),
(2712, 'es', 'Enceradeiras/ Xampu de Limpeza', '<p>Enceradeiras/ Xampu de Limpeza</p>', '', '', '', 'N', '', 'Y'),
(2712, 'pt', 'Enceradeiras/ Xampu de Limpeza', '<p>Enceradeiras/ Xampu de Limpeza</p>', '', '', '', 'N', '', 'Y'),
(2713, 'en', 'Filtros para aspiradores', '<p>Filtros para aspiradores</p>', '', '', '', 'N', '', 'Y'),
(2713, 'es', 'Filtros para aspiradores', '<p>Filtros para aspiradores</p>', '', '', '', 'N', '', 'Y'),
(2713, 'pt', 'Filtros para aspiradores', '<p>Filtros para aspiradores</p>', '', '', '', 'N', '', 'Y'),
(2714, 'en', 'Lustradores/Limpadores de Calçados', '<p>Lustradores/Limpadores de Calçados</p>', '', '', '', 'N', '', 'Y'),
(2714, 'es', 'Lustradores/Limpadores de Calçados', '<p>Lustradores/Limpadores de Calçados</p>', '', '', '', 'N', '', 'Y'),
(2714, 'pt', 'Lustradores/Limpadores de Calçados', '<p>Lustradores/Limpadores de Calçados</p>', '', '', '', 'N', '', 'Y'),
(2715, 'en', 'Mangueiras / tubos para aspiradores', '<p>Mangueiras / tubos para aspiradores</p>', '', '', '', 'N', '', 'Y'),
(2715, 'es', 'Mangueiras / tubos para aspiradores', '<p>Mangueiras / tubos para aspiradores</p>', '', '', '', 'N', '', 'Y'),
(2715, 'pt', 'Mangueiras / tubos para aspiradores', '<p>Mangueiras / tubos para aspiradores</p>', '', '', '', 'N', '', 'Y'),
(2716, 'en', 'Outros Utensílios de Limpeza', '<p>Outros Utensílios de Limpeza</p>', '', '', '', 'N', '', 'Y'),
(2716, 'es', 'Outros Utensílios de Limpeza', '<p>Outros Utensílios de Limpeza</p>', '', '', '', 'N', '', 'Y'),
(2716, 'pt', 'Outros Utensílios de Limpeza', '<p>Outros Utensílios de Limpeza</p>', '', '', '', 'N', '', 'Y'),
(2717, 'en', 'Robô Aspiradores', '<p>Robô Aspiradores</p>', '', '', '', 'N', '', 'Y'),
(2717, 'es', 'Robô Aspiradores', '<p>Robô Aspiradores</p>', '', '', '', 'N', '', 'Y'),
(2717, 'pt', 'Robô Aspiradores', '<p>Robô Aspiradores</p>', '', '', '', 'N', '', 'Y'),
(2718, 'en', 'Sacos para Aspiradores de Pó', '<p>Sacos para Aspiradores de Pó</p>', '', '', '', 'N', '', 'Y'),
(2718, 'es', 'Sacos para Aspiradores de Pó', '<p>Sacos para Aspiradores de Pó</p>', '', '', '', 'N', '', 'Y'),
(2718, 'pt', 'Sacos para Aspiradores de Pó', '<p>Sacos para Aspiradores de Pó</p>', '', '', '', 'N', '', 'Y'),
(2719, 'en', 'Vassouras (Elétricas)', '<p>Vassouras (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2719, 'es', 'Vassouras (Elétricas)', '<p>Vassouras (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2719, 'pt', 'Vassouras (Elétricas)', '<p>Vassouras (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2720, 'en', 'Dispensadores Pequenos de Água', '<p>Dispensadores Pequenos de Água</p>', '', '', '', 'N', '', 'Y'),
(2720, 'es', 'Dispensadores Pequenos de Água', '<p>Dispensadores Pequenos de Água</p>', '', '', '', 'N', '', 'Y'),
(2720, 'pt', 'Dispensadores Pequenos de Água', '<p>Dispensadores Pequenos de Água</p>', '', '', '', 'N', '', 'Y'),
(2721, 'en', 'Power Source', '<p>Power Source</p>', '', '', '', 'N', '', 'Y'),
(2721, 'es', 'Power Source', '<p>Power Source</p>', '', '', '', 'N', '', 'Y'),
(2721, 'pt', 'Power Source', '<p>Power Source</p>', '', '', '', 'N', '', 'Y'),
(2722, 'en', 'Water Temperature Served', '<p>Water Temperature Served</p>', '', '', '', 'N', '', 'Y'),
(2722, 'es', 'Water Temperature Served', '<p>Water Temperature Served</p>', '', '', '', 'N', '', 'Y'),
(2722, 'pt', 'Water Temperature Served', '<p>Water Temperature Served</p>', '', '', '', 'N', '', 'Y'),
(2723, 'en', 'Eletrodomésticos pequenos - outros', '<p>Eletrodomésticos pequenos - outros</p>', '', '', '', 'N', '', 'Y'),
(2723, 'es', 'Eletrodomésticos pequenos - outros', '<p>Eletrodomésticos pequenos - outros</p>', '', '', '', 'N', '', 'Y'),
(2723, 'pt', 'Eletrodomésticos pequenos - outros', '<p>Eletrodomésticos pequenos - outros</p>', '', '', '', 'N', '', 'Y'),
(2724, 'en', 'Equipamentos de automação para casa/casa inteligente', '<p>Equipamentos de automação para casa/casa inteligente</p>', '', '', '', 'N', '', 'Y'),
(2724, 'es', 'Equipamentos de automação para casa/casa inteligente', '<p>Equipamentos de automação para casa/casa inteligente</p>', '', '', '', 'N', '', 'Y'),
(2724, 'pt', 'Equipamentos de automação para casa/casa inteligente', '<p>Equipamentos de automação para casa/casa inteligente</p>', '', '', '', 'N', '', 'Y'),
(2725, 'en', 'Equipamento  para casa inteligente/ automação residencial - Dispositivo de monitoramento de energia', '<p>Equipamento  para casa inteligente/ automação residencial - Dispositivo de monitoramento de energia</p>', '', '', '', 'N', '', 'Y'),
(2725, 'es', 'Equipamento  para casa inteligente/ automação residencial - Dispositivo de monitoramento de energia', '<p>Equipamento  para casa inteligente/ automação residencial - Dispositivo de monitoramento de energia</p>', '', '', '', 'N', '', 'Y'),
(2725, 'pt', 'Equipamento  para casa inteligente/ automação residencial - Dispositivo de monitoramento de energia', '<p>Equipamento  para casa inteligente/ automação residencial - Dispositivo de monitoramento de energia</p>', '', '', '', 'N', '', 'Y'),
(2726, 'en', 'Equipamentos de automação para casa/casa inteligente - Aplicações de iluminação', '<p>Equipamentos de automação para casa/casa inteligente - Aplicações de iluminação</p>', '', '', '', 'N', '', 'Y'),
(2726, 'es', 'Equipamentos de automação para casa/casa inteligente - Aplicações de iluminação', '<p>Equipamentos de automação para casa/casa inteligente - Aplicações de iluminação</p>', '', '', '', 'N', '', 'Y'),
(2726, 'pt', 'Equipamentos de automação para casa/casa inteligente - Aplicações de iluminação', '<p>Equipamentos de automação para casa/casa inteligente - Aplicações de iluminação</p>', '', '', '', 'N', '', 'Y'),
(2727, 'en', 'Equipamentos de automação para casa/casa inteligente - Aplicações de regulação de temperatura', '<p>Equipamentos de automação para casa/casa inteligente - Aplicações de regulação de temperatura</p>', '', '', '', 'N', '', 'Y'),
(2727, 'es', 'Equipamentos de automação para casa/casa inteligente - Aplicações de regulação de temperatura', '<p>Equipamentos de automação para casa/casa inteligente - Aplicações de regulação de temperatura</p>', '', '', '', 'N', '', 'Y'),
(2727, 'pt', 'Equipamentos de automação para casa/casa inteligente - Aplicações de regulação de temperatura', '<p>Equipamentos de automação para casa/casa inteligente - Aplicações de regulação de temperatura</p>', '', '', '', 'N', '', 'Y'),
(2728, 'en', 'Equipamentos de automação para casa/casa inteligente - Aplicações de segurança', '<p>Equipamentos de automação para casa/casa inteligente - Aplicações de segurança</p>', '', '', '', 'N', '', 'Y'),
(2728, 'es', 'Equipamentos de automação para casa/casa inteligente - Aplicações de segurança', '<p>Equipamentos de automação para casa/casa inteligente - Aplicações de segurança</p>', '', '', '', 'N', '', 'Y'),
(2728, 'pt', 'Equipamentos de automação para casa/casa inteligente - Aplicações de segurança', '<p>Equipamentos de automação para casa/casa inteligente - Aplicações de segurança</p>', '', '', '', 'N', '', 'Y'),
(2729, 'en', 'Equipamentos de automação para casa/casa inteligente - Aplicações para gramado/jardim/lazer', '<p>Equipamentos de automação para casa/casa inteligente - Aplicações para gramado/jardim/lazer</p>', '', '', '', 'N', '', 'Y'),
(2729, 'es', 'Equipamentos de automação para casa/casa inteligente - Aplicações para gramado/jardim/lazer', '<p>Equipamentos de automação para casa/casa inteligente - Aplicações para gramado/jardim/lazer</p>', '', '', '', 'N', '', 'Y'),
(2729, 'pt', 'Equipamentos de automação para casa/casa inteligente - Aplicações para gramado/jardim/lazer', '<p>Equipamentos de automação para casa/casa inteligente - Aplicações para gramado/jardim/lazer</p>', '', '', '', 'N', '', 'Y'),
(2730, 'en', 'Equipamentos de automação para casa/casa inteligente - Painel de Controle', '<p>Equipamentos de automação para casa/casa inteligente - Painel de Controle</p>', '', '', '', 'N', '', 'Y'),
(2730, 'es', 'Equipamentos de automação para casa/casa inteligente - Painel de Controle', '<p>Equipamentos de automação para casa/casa inteligente - Painel de Controle</p>', '', '', '', 'N', '', 'Y'),
(2730, 'pt', 'Equipamentos de automação para casa/casa inteligente - Painel de Controle', '<p>Equipamentos de automação para casa/casa inteligente - Painel de Controle</p>', '', '', '', 'N', '', 'Y'),
(2731, 'en', 'Utensílios para Cuidados com a Roupa', '<p>Utensílios para Cuidados com a Roupa</p>', '', '', '', 'N', '', 'Y'),
(2731, 'es', 'Utensílios para Cuidados com a Roupa', '<p>Utensílios para Cuidados com a Roupa</p>', '', '', '', 'N', '', 'Y'),
(2731, 'pt', 'Utensílios para Cuidados com a Roupa', '<p>Utensílios para Cuidados com a Roupa</p>', '', '', '', 'N', '', 'Y'),
(2732, 'en', 'Acessórios/Peças de Reposição para Utensílios de Cuidados com a Roupa', '<p>Acessórios/Peças de Reposição para Utensílios de Cuidados com a Roupa</p>', '', '', '', 'N', '', 'Y'),
(2732, 'es', 'Acessórios/Peças de Reposição para Utensílios de Cuidados com a Roupa', '<p>Acessórios/Peças de Reposição para Utensílios de Cuidados com a Roupa</p>', '', '', '', 'N', '', 'Y'),
(2732, 'pt', 'Acessórios/Peças de Reposição para Utensílios de Cuidados com a Roupa', '<p>Acessórios/Peças de Reposição para Utensílios de Cuidados com a Roupa</p>', '', '', '', 'N', '', 'Y'),
(2733, 'en', 'Outros Utensílios para Cuidados com a Roupa', '<p>Outros Utensílios para Cuidados com a Roupa</p>', '', '', '', 'N', '', 'Y'),
(2733, 'es', 'Outros Utensílios para Cuidados com a Roupa', '<p>Outros Utensílios para Cuidados com a Roupa</p>', '', '', '', 'N', '', 'Y'),
(2733, 'pt', 'Outros Utensílios para Cuidados com a Roupa', '<p>Outros Utensílios para Cuidados com a Roupa</p>', '', '', '', 'N', '', 'Y'),
(2734, 'en', 'Peças/Acessórios de Reposição para Tábuas de Passar Roupa', '<p>Peças/Acessórios de Reposição para Tábuas de Passar Roupa</p>', '', '', '', 'N', '', 'Y'),
(2734, 'es', 'Peças/Acessórios de Reposição para Tábuas de Passar Roupa', '<p>Peças/Acessórios de Reposição para Tábuas de Passar Roupa</p>', '', '', '', 'N', '', 'Y'),
(2734, 'pt', 'Peças/Acessórios de Reposição para Tábuas de Passar Roupa', '<p>Peças/Acessórios de Reposição para Tábuas de Passar Roupa</p>', '', '', '', 'N', '', 'Y'),
(2735, 'en', 'Peças/Acessórios para Varais', '<p>Peças/Acessórios para Varais</p>', '', '', '', 'N', '', 'Y'),
(2735, 'es', 'Peças/Acessórios para Varais', '<p>Peças/Acessórios para Varais</p>', '', '', '', 'N', '', 'Y'),
(2735, 'pt', 'Peças/Acessórios para Varais', '<p>Peças/Acessórios para Varais</p>', '', '', '', 'N', '', 'Y'),
(2736, 'en', 'Utensílios para Preparação de Alimentos/Bebidas', '<p>Utensílios para Preparação de Alimentos/Bebidas</p>', '', '', '', 'N', '', 'Y'),
(2736, 'es', 'Utensílios para Preparação de Alimentos/Bebidas', '<p>Utensílios para Preparação de Alimentos/Bebidas</p>', '', '', '', 'N', '', 'Y'),
(2736, 'pt', 'Utensílios para Preparação de Alimentos/Bebidas', '<p>Utensílios para Preparação de Alimentos/Bebidas</p>', '', '', '', 'N', '', 'Y'),
(2737, 'en', 'Abridores de Garrafa/Vinho (Automáticos)', '<p>Abridores de Garrafa/Vinho (Automáticos)</p>', '', '', '', 'N', '', 'Y'),
(2737, 'es', 'Abridores de Garrafa/Vinho (Automáticos)', '<p>Abridores de Garrafa/Vinho (Automáticos)</p>', '', '', '', 'N', '', 'Y'),
(2737, 'pt', 'Abridores de Garrafa/Vinho (Automáticos)', '<p>Abridores de Garrafa/Vinho (Automáticos)</p>', '', '', '', 'N', '', 'Y'),
(2738, 'en', 'Abridores de lata (Elétricos)', '<p>Abridores de lata (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2738, 'es', 'Abridores de lata (Elétricos)', '<p>Abridores de lata (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2738, 'pt', 'Abridores de lata (Elétricos)', '<p>Abridores de lata (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2739, 'en', 'Acessórios/Peças de Reposição de Utensílios para o Preparo de Alimentos/Bebidas', '<p>Acessórios/Peças de Reposição de Utensílios para o Preparo de Alimentos/Bebidas</p>', '', '', '', 'N', '', 'Y'),
(2739, 'es', 'Acessórios/Peças de Reposição de Utensílios para o Preparo de Alimentos/Bebidas', '<p>Acessórios/Peças de Reposição de Utensílios para o Preparo de Alimentos/Bebidas</p>', '', '', '', 'N', '', 'Y'),
(2739, 'pt', 'Acessórios/Peças de Reposição de Utensílios para o Preparo de Alimentos/Bebidas', '<p>Acessórios/Peças de Reposição de Utensílios para o Preparo de Alimentos/Bebidas</p>', '', '', '', 'N', '', 'Y'),
(2740, 'en', 'Amoladores de Faca (Elétricos)', '<p>Amoladores de Faca (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2740, 'es', 'Amoladores de Faca (Elétricos)', '<p>Amoladores de Faca (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2740, 'pt', 'Amoladores de Faca (Elétricos)', '<p>Amoladores de Faca (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2741, 'en', 'Aparelho de cozinha para bater', '<p>Aparelho de cozinha para bater</p>', '', '', '', 'N', '', 'Y'),
(2741, 'es', 'Aparelho de cozinha para bater', '<p>Aparelho de cozinha para bater</p>', '', '', '', 'N', '', 'Y'),
(2741, 'pt', 'Aparelho de cozinha para bater', '<p>Aparelho de cozinha para bater</p>', '', '', '', 'N', '', 'Y'),
(2742, 'en', 'Aparelho de cozinha para fatiar', '<p>Aparelho de cozinha para fatiar</p>', '', '', '', 'N', '', 'Y'),
(2742, 'es', 'Aparelho de cozinha para fatiar', '<p>Aparelho de cozinha para fatiar</p>', '', '', '', 'N', '', 'Y'),
(2742, 'pt', 'Aparelho de cozinha para fatiar', '<p>Aparelho de cozinha para fatiar</p>', '', '', '', 'N', '', 'Y'),
(2743, 'en', 'Aparelho de cozinha para misturar, bater/picar', '<p>Aparelho de cozinha para misturar, bater/picar</p>', '', '', '', 'N', '', 'Y'),
(2743, 'es', 'Aparelho de cozinha para misturar, bater/picar', '<p>Aparelho de cozinha para misturar, bater/picar</p>', '', '', '', 'N', '', 'Y'),
(2743, 'pt', 'Aparelho de cozinha para misturar, bater/picar', '<p>Aparelho de cozinha para misturar, bater/picar</p>', '', '', '', 'N', '', 'Y'),
(2744, 'en', 'Aparelho de cozinha para misturar, bater/picar', '<p>Aparelho de cozinha para misturar, bater/picar</p>', '', '', '', 'N', '', 'Y'),
(2744, 'es', 'Aparelho de cozinha para misturar, bater/picar', '<p>Aparelho de cozinha para misturar, bater/picar</p>', '', '', '', 'N', '', 'Y'),
(2744, 'pt', 'Aparelho de cozinha para misturar, bater/picar', '<p>Aparelho de cozinha para misturar, bater/picar</p>', '', '', '', 'N', '', 'Y'),
(2745, 'en', 'Aparelho de cozinha para picar', '<p>Aparelho de cozinha para picar</p>', '', '', '', 'N', '', 'Y'),
(2745, 'es', 'Aparelho de cozinha para picar', '<p>Aparelho de cozinha para picar</p>', '', '', '', 'N', '', 'Y'),
(2745, 'pt', 'Aparelho de cozinha para picar', '<p>Aparelho de cozinha para picar</p>', '', '', '', 'N', '', 'Y'),
(2746, 'en', 'Balanças para Cozinha (Digitais)', '<p>Balanças para Cozinha (Digitais)</p>', '', '', '', 'N', '', 'Y'),
(2746, 'es', 'Balanças para Cozinha (Digitais)', '<p>Balanças para Cozinha (Digitais)</p>', '', '', '', 'N', '', 'Y'),
(2746, 'pt', 'Balanças para Cozinha (Digitais)', '<p>Balanças para Cozinha (Digitais)</p>', '', '', '', 'N', '', 'Y'),
(2747, 'en', 'Cascatas de Bebidas de Festa (Elétricas)', '<p>Cascatas de Bebidas de Festa (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2747, 'es', 'Cascatas de Bebidas de Festa (Elétricas)', '<p>Cascatas de Bebidas de Festa (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2747, 'pt', 'Cascatas de Bebidas de Festa (Elétricas)', '<p>Cascatas de Bebidas de Festa (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2748, 'en', 'Cascatas/Fontes de Chocolate (Elétricas)', '<p>Cascatas/Fontes de Chocolate (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2748, 'es', 'Cascatas/Fontes de Chocolate (Elétricas)', '<p>Cascatas/Fontes de Chocolate (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2748, 'pt', 'Cascatas/Fontes de Chocolate (Elétricas)', '<p>Cascatas/Fontes de Chocolate (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2749, 'en', 'Chaleiras (Elétricas)', '<p>Chaleiras (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2749, 'es', 'Chaleiras (Elétricas)', '<p>Chaleiras (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2749, 'pt', 'Chaleiras (Elétricas)', '<p>Chaleiras (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2750, 'en', 'Coffee Bean Roasters', '<p>Coffee Bean Roasters</p>', '', '', '', 'N', '', 'Y'),
(2750, 'es', 'Coffee Bean Roasters', '<p>Coffee Bean Roasters</p>', '', '', '', 'N', '', 'Y'),
(2750, 'pt', 'Coffee Bean Roasters', '<p>Coffee Bean Roasters</p>', '', '', '', 'N', '', 'Y'),
(2751, 'en', 'Cortadores de Biscoitos (Automáticos)', '<p>Cortadores de Biscoitos (Automáticos)</p>', '', '', '', 'N', '', 'Y'),
(2751, 'es', 'Cortadores de Biscoitos (Automáticos)', '<p>Cortadores de Biscoitos (Automáticos)</p>', '', '', '', 'N', '', 'Y'),
(2751, 'pt', 'Cortadores de Biscoitos (Automáticos)', '<p>Cortadores de Biscoitos (Automáticos)</p>', '', '', '', 'N', '', 'Y'),
(2752, 'en', 'Desidratadores (Elétricos)', '<p>Desidratadores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2752, 'es', 'Desidratadores (Elétricos)', '<p>Desidratadores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2752, 'pt', 'Desidratadores (Elétricos)', '<p>Desidratadores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2753, 'en', 'Embaladores a Vácuo (Automáticos)', '<p>Embaladores a Vácuo (Automáticos)</p>', '', '', '', 'N', '', 'Y'),
(2753, 'es', 'Embaladores a Vácuo (Automáticos)', '<p>Embaladores a Vácuo (Automáticos)</p>', '', '', '', 'N', '', 'Y'),
(2753, 'pt', 'Embaladores a Vácuo (Automáticos)', '<p>Embaladores a Vácuo (Automáticos)</p>', '', '', '', 'N', '', 'Y'),
(2754, 'en', 'Espremedores de fruta (Elétricos)', '<p>Espremedores de fruta (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2754, 'es', 'Espremedores de fruta (Elétricos)', '<p>Espremedores de fruta (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2754, 'pt', 'Espremedores de fruta (Elétricos)', '<p>Espremedores de fruta (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2755, 'en', 'Facas (Elétricas)', '<p>Facas (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2755, 'es', 'Facas (Elétricas)', '<p>Facas (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2755, 'pt', 'Facas (Elétricas)', '<p>Facas (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2756, 'en', 'Iogurteira', '<p>Iogurteira</p>', '', '', '', 'N', '', 'Y'),
(2756, 'es', 'Iogurteira', '<p>Iogurteira</p>', '', '', '', 'N', '', 'Y'),
(2756, 'pt', 'Iogurteira', '<p>Iogurteira</p>', '', '', '', 'N', '', 'Y'),
(2757, 'en', 'Manteigueiras (Elétricas)', '<p>Manteigueiras (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2757, 'es', 'Manteigueiras (Elétricas)', '<p>Manteigueiras (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2757, 'pt', 'Manteigueiras (Elétricas)', '<p>Manteigueiras (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2758, 'en', 'Máquina para produção de Leite de Soja/Arroz', '<p>Máquina para produção de Leite de Soja/Arroz</p>', '', '', '', 'N', '', 'Y'),
(2758, 'es', 'Máquina para produção de Leite de Soja/Arroz', '<p>Máquina para produção de Leite de Soja/Arroz</p>', '', '', '', 'N', '', 'Y'),
(2758, 'pt', 'Máquina para produção de Leite de Soja/Arroz', '<p>Máquina para produção de Leite de Soja/Arroz</p>', '', '', '', 'N', '', 'Y'),
(2759, 'en', 'Máquinas de Algodão Doce', '<p>Máquinas de Algodão Doce</p>', '', '', '', 'N', '', 'Y'),
(2759, 'es', 'Máquinas de Algodão Doce', '<p>Máquinas de Algodão Doce</p>', '', '', '', 'N', '', 'Y'),
(2759, 'pt', 'Máquinas de Algodão Doce', '<p>Máquinas de Algodão Doce</p>', '', '', '', 'N', '', 'Y'),
(2760, 'en', 'Máquinas para fabricação de refrigerante', '<p>Máquinas para fabricação de refrigerante</p>', '', '', '', 'N', '', 'Y'),
(2760, 'es', 'Máquinas para fabricação de refrigerante', '<p>Máquinas para fabricação de refrigerante</p>', '', '', '', 'N', '', 'Y'),
(2760, 'pt', 'Máquinas para fabricação de refrigerante', '<p>Máquinas para fabricação de refrigerante</p>', '', '', '', 'N', '', 'Y'),
(2761, 'en', 'Máquinas para fazer bebidas quentes', '<p>Máquinas para fazer bebidas quentes</p>', '', '', '', 'N', '', 'Y'),
(2761, 'es', 'Máquinas para fazer bebidas quentes', '<p>Máquinas para fazer bebidas quentes</p>', '', '', '', 'N', '', 'Y'),
(2761, 'pt', 'Máquinas para fazer bebidas quentes', '<p>Máquinas para fazer bebidas quentes</p>', '', '', '', 'N', '', 'Y'),
(2762, 'en', 'Moedores de Café (Elétricos)', '<p>Moedores de Café (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2762, 'es', 'Moedores de Café (Elétricos)', '<p>Moedores de Café (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2762, 'pt', 'Moedores de Café (Elétricos)', '<p>Moedores de Café (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2763, 'en', 'Outros Utensílios para Preparação de Alimentos/Bebidas', '<p>Outros Utensílios para Preparação de Alimentos/Bebidas</p>', '', '', '', 'N', '', 'Y'),
(2763, 'es', 'Outros Utensílios para Preparação de Alimentos/Bebidas', '<p>Outros Utensílios para Preparação de Alimentos/Bebidas</p>', '', '', '', 'N', '', 'Y'),
(2763, 'pt', 'Outros Utensílios para Preparação de Alimentos/Bebidas', '<p>Outros Utensílios para Preparação de Alimentos/Bebidas</p>', '', '', '', 'N', '', 'Y'),
(2764, 'en', 'Pacotes de Variedade para Utensílios de Alimentos/Bebidas', '<p>Pacotes de Variedade para Utensílios de Alimentos/Bebidas</p>', '', '', '', 'N', '', 'Y'),
(2764, 'es', 'Pacotes de Variedade para Utensílios de Alimentos/Bebidas', '<p>Pacotes de Variedade para Utensílios de Alimentos/Bebidas</p>', '', '', '', 'N', '', 'Y'),
(2764, 'pt', 'Pacotes de Variedade para Utensílios de Alimentos/Bebidas', '<p>Pacotes de Variedade para Utensílios de Alimentos/Bebidas</p>', '', '', '', 'N', '', 'Y'),
(2765, 'en', 'Raladores (Elétricos)', '<p>Raladores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2765, 'es', 'Raladores (Elétricos)', '<p>Raladores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2765, 'pt', 'Raladores (Elétricos)', '<p>Raladores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2766, 'en', 'Recursos para Alimentação do bebê (Elétrico)', '<p>Recursos para Alimentação do bebê (Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(2766, 'es', 'Recursos para Alimentação do bebê (Elétrico)', '<p>Recursos para Alimentação do bebê (Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(2766, 'pt', 'Recursos para Alimentação do bebê (Elétrico)', '<p>Recursos para Alimentação do bebê (Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(2767, 'en', 'Sorveteiras (Elétricas)', '<p>Sorveteiras (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2767, 'es', 'Sorveteiras (Elétricas)', '<p>Sorveteiras (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2767, 'pt', 'Sorveteiras (Elétricas)', '<p>Sorveteiras (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2768, 'en', 'Trituradores de Gelo/ Refresqueira (Elétrica)', '<p>Trituradores de Gelo/ Refresqueira (Elétrica)</p>', '', '', '', 'N', '', 'Y'),
(2768, 'es', 'Trituradores de Gelo/ Refresqueira (Elétrica)', '<p>Trituradores de Gelo/ Refresqueira (Elétrica)</p>', '', '', '', 'N', '', 'Y'),
(2768, 'pt', 'Trituradores de Gelo/ Refresqueira (Elétrica)', '<p>Trituradores de Gelo/ Refresqueira (Elétrica)</p>', '', '', '', 'N', '', 'Y'),
(2769, 'en', 'Trituradores de Gelo/Máquinas para fazer Cubos de Gelo (Elétricas)', '<p>Trituradores de Gelo/Máquinas para fazer Cubos de Gelo (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2769, 'es', 'Trituradores de Gelo/Máquinas para fazer Cubos de Gelo (Elétricas)', '<p>Trituradores de Gelo/Máquinas para fazer Cubos de Gelo (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2769, 'pt', 'Trituradores de Gelo/Máquinas para fazer Cubos de Gelo (Elétricas)', '<p>Trituradores de Gelo/Máquinas para fazer Cubos de Gelo (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2770, 'en', 'Trituradores/Moedores de Carne (Elétricos)', '<p>Trituradores/Moedores de Carne (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2770, 'es', 'Trituradores/Moedores de Carne (Elétricos)', '<p>Trituradores/Moedores de Carne (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2770, 'pt', 'Trituradores/Moedores de Carne (Elétricos)', '<p>Trituradores/Moedores de Carne (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2771, 'en', 'Principais Eletrodomésticos', '<p>Principais Eletrodomésticos</p>', '', '', '', 'N', '', 'Y'),
(2771, 'es', 'Principais Eletrodomésticos', '<p>Principais Eletrodomésticos</p>', '', '', '', 'N', '', 'Y'),
(2771, 'pt', 'Principais Eletrodomésticos', '<p>Principais Eletrodomésticos</p>', '', '', '', 'N', '', 'Y'),
(2772, 'en', 'Aparelhos para Aquecimento', '<p>Aparelhos para Aquecimento</p>', '', '', '', 'N', '', 'Y'),
(2772, 'es', 'Aparelhos para Aquecimento', '<p>Aparelhos para Aquecimento</p>', '', '', '', 'N', '', 'Y'),
(2772, 'pt', 'Aparelhos para Aquecimento', '<p>Aparelhos para Aquecimento</p>', '', '', '', 'N', '', 'Y'),
(2773, 'en', 'Acessórios/Peças de Reposição para Aparelhos de Aquecimento', '<p>Acessórios/Peças de Reposição para Aparelhos de Aquecimento</p>', '', '', '', 'N', '', 'Y'),
(2773, 'es', 'Acessórios/Peças de Reposição para Aparelhos de Aquecimento', '<p>Acessórios/Peças de Reposição para Aparelhos de Aquecimento</p>', '', '', '', 'N', '', 'Y'),
(2773, 'pt', 'Acessórios/Peças de Reposição para Aparelhos de Aquecimento', '<p>Acessórios/Peças de Reposição para Aparelhos de Aquecimento</p>', '', '', '', 'N', '', 'Y'),
(2774, 'en', 'Carinhos para Servir Comida (Elétricos)', '<p>Carinhos para Servir Comida (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2774, 'es', 'Carinhos para Servir Comida (Elétricos)', '<p>Carinhos para Servir Comida (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2774, 'pt', 'Carinhos para Servir Comida (Elétricos)', '<p>Carinhos para Servir Comida (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2775, 'en', 'Gavetas de Aquecimento', '<p>Gavetas de Aquecimento</p>', '', '', '', 'N', '', 'Y'),
(2775, 'es', 'Gavetas de Aquecimento', '<p>Gavetas de Aquecimento</p>', '', '', '', 'N', '', 'Y'),
(2775, 'pt', 'Gavetas de Aquecimento', '<p>Gavetas de Aquecimento</p>', '', '', '', 'N', '', 'Y'),
(2776, 'en', 'Outros Aparelhos de Aquecimento', '<p>Outros Aparelhos de Aquecimento</p>', '', '', '', 'N', '', 'Y'),
(2776, 'es', 'Outros Aparelhos de Aquecimento', '<p>Outros Aparelhos de Aquecimento</p>', '', '', '', 'N', '', 'Y'),
(2776, 'pt', 'Outros Aparelhos de Aquecimento', '<p>Outros Aparelhos de Aquecimento</p>', '', '', '', 'N', '', 'Y'),
(2777, 'en', 'Aparelhos para Compactar/Eliminar Resíduos', '<p>Aparelhos para Compactar/Eliminar Resíduos</p>', '', '', '', 'N', '', 'Y'),
(2777, 'es', 'Aparelhos para Compactar/Eliminar Resíduos', '<p>Aparelhos para Compactar/Eliminar Resíduos</p>', '', '', '', 'N', '', 'Y'),
(2777, 'pt', 'Aparelhos para Compactar/Eliminar Resíduos', '<p>Aparelhos para Compactar/Eliminar Resíduos</p>', '', '', '', 'N', '', 'Y'),
(2778, 'en', 'Acessórios/Peças de Reposição para Compactar/Eliminar Resíduos', '<p>Acessórios/Peças de Reposição para Compactar/Eliminar Resíduos</p>', '', '', '', 'N', '', 'Y'),
(2778, 'es', 'Acessórios/Peças de Reposição para Compactar/Eliminar Resíduos', '<p>Acessórios/Peças de Reposição para Compactar/Eliminar Resíduos</p>', '', '', '', 'N', '', 'Y'),
(2778, 'pt', 'Acessórios/Peças de Reposição para Compactar/Eliminar Resíduos', '<p>Acessórios/Peças de Reposição para Compactar/Eliminar Resíduos</p>', '', '', '', 'N', '', 'Y'),
(2779, 'en', 'Compactadores de Lixo', '<p>Compactadores de Lixo</p>', '', '', '', 'N', '', 'Y'),
(2779, 'es', 'Compactadores de Lixo', '<p>Compactadores de Lixo</p>', '', '', '', 'N', '', 'Y'),
(2779, 'pt', 'Compactadores de Lixo', '<p>Compactadores de Lixo</p>', '', '', '', 'N', '', 'Y'),
(2780, 'en', 'Outros Aparelhos para Compactar/Eliminar Resíduos', '<p>Outros Aparelhos para Compactar/Eliminar Resíduos</p>', '', '', '', 'N', '', 'Y'),
(2780, 'es', 'Outros Aparelhos para Compactar/Eliminar Resíduos', '<p>Outros Aparelhos para Compactar/Eliminar Resíduos</p>', '', '', '', 'N', '', 'Y'),
(2780, 'pt', 'Outros Aparelhos para Compactar/Eliminar Resíduos', '<p>Outros Aparelhos para Compactar/Eliminar Resíduos</p>', '', '', '', 'N', '', 'Y'),
(2781, 'en', 'Trituradores de Resíduos Alimentares', '<p>Trituradores de Resíduos Alimentares</p>', '', '', '', 'N', '', 'Y'),
(2781, 'es', 'Trituradores de Resíduos Alimentares', '<p>Trituradores de Resíduos Alimentares</p>', '', '', '', 'N', '', 'Y'),
(2781, 'pt', 'Trituradores de Resíduos Alimentares', '<p>Trituradores de Resíduos Alimentares</p>', '', '', '', 'N', '', 'Y'),
(2782, 'en', 'Eletrodomésticos de lavagem na cozinha', '<p>Eletrodomésticos de lavagem na cozinha</p>', '', '', '', 'N', '', 'Y'),
(2782, 'es', 'Eletrodomésticos de lavagem na cozinha', '<p>Eletrodomésticos de lavagem na cozinha</p>', '', '', '', 'N', '', 'Y'),
(2782, 'pt', 'Eletrodomésticos de lavagem na cozinha', '<p>Eletrodomésticos de lavagem na cozinha</p>', '', '', '', 'N', '', 'Y'),
(2783, 'en', 'Acessórios/Peças de Reposição para Eletrodomésticos de Lavagem', '<p>Acessórios/Peças de Reposição para Eletrodomésticos de Lavagem</p>', '', '', '', 'N', '', 'Y'),
(2783, 'es', 'Acessórios/Peças de Reposição para Eletrodomésticos de Lavagem', '<p>Acessórios/Peças de Reposição para Eletrodomésticos de Lavagem</p>', '', '', '', 'N', '', 'Y'),
(2783, 'pt', 'Acessórios/Peças de Reposição para Eletrodomésticos de Lavagem', '<p>Acessórios/Peças de Reposição para Eletrodomésticos de Lavagem</p>', '', '', '', 'N', '', 'Y'),
(2784, 'en', 'Máquinas de Lavar Louça', '<p>Máquinas de Lavar Louça</p>', '', '', '', 'N', '', 'Y'),
(2784, 'es', 'Máquinas de Lavar Louça', '<p>Máquinas de Lavar Louça</p>', '', '', '', 'N', '', 'Y'),
(2784, 'pt', 'Máquinas de Lavar Louça', '<p>Máquinas de Lavar Louça</p>', '', '', '', 'N', '', 'Y'),
(2785, 'en', 'Outros Eletrodomésticos de Lavagem', '<p>Outros Eletrodomésticos de Lavagem</p>', '', '', '', 'N', '', 'Y'),
(2785, 'es', 'Outros Eletrodomésticos de Lavagem', '<p>Outros Eletrodomésticos de Lavagem</p>', '', '', '', 'N', '', 'Y'),
(2785, 'pt', 'Outros Eletrodomésticos de Lavagem', '<p>Outros Eletrodomésticos de Lavagem</p>', '', '', '', 'N', '', 'Y'),
(2786, 'en', 'Eletrodomésticos para Refrigeração/Congelamento', '<p>Eletrodomésticos para Refrigeração/Congelamento</p>', '', '', '', 'N', '', 'Y'),
(2786, 'es', 'Eletrodomésticos para Refrigeração/Congelamento', '<p>Eletrodomésticos para Refrigeração/Congelamento</p>', '', '', '', 'N', '', 'Y'),
(2786, 'pt', 'Eletrodomésticos para Refrigeração/Congelamento', '<p>Eletrodomésticos para Refrigeração/Congelamento</p>', '', '', '', 'N', '', 'Y'),
(2787, 'en', 'Acessórios/Peças de Reposição para Aparelhos de Refrigerar/Congelar', '<p>Acessórios/Peças de Reposição para Aparelhos de Refrigerar/Congelar</p>', '', '', '', 'N', '', 'Y'),
(2787, 'es', 'Acessórios/Peças de Reposição para Aparelhos de Refrigerar/Congelar', '<p>Acessórios/Peças de Reposição para Aparelhos de Refrigerar/Congelar</p>', '', '', '', 'N', '', 'Y'),
(2787, 'pt', 'Acessórios/Peças de Reposição para Aparelhos de Refrigerar/Congelar', '<p>Acessórios/Peças de Reposição para Aparelhos de Refrigerar/Congelar</p>', '', '', '', 'N', '', 'Y'),
(2788, 'en', 'Adegas Climatizadas', '<p>Adegas Climatizadas</p>', '', '', '', 'N', '', 'Y'),
(2788, 'es', 'Adegas Climatizadas', '<p>Adegas Climatizadas</p>', '', '', '', 'N', '', 'Y'),
(2788, 'pt', 'Adegas Climatizadas', '<p>Adegas Climatizadas</p>', '', '', '', 'N', '', 'Y'),
(2789, 'en', 'Congeladores', '<p>Congeladores</p>', '', '', '', 'N', '', 'Y'),
(2789, 'es', 'Congeladores', '<p>Congeladores</p>', '', '', '', 'N', '', 'Y'),
(2789, 'pt', 'Congeladores', '<p>Congeladores</p>', '', '', '', 'N', '', 'Y'),
(2790, 'en', 'Geladeira/Congeladores', '<p>Geladeira/Congeladores</p>', '', '', '', 'N', '', 'Y'),
(2790, 'es', 'Geladeira/Congeladores', '<p>Geladeira/Congeladores</p>', '', '', '', 'N', '', 'Y'),
(2790, 'pt', 'Geladeira/Congeladores', '<p>Geladeira/Congeladores</p>', '', '', '', 'N', '', 'Y'),
(2791, 'en', 'Geladeiras/Aquecedores', '<p>Geladeiras/Aquecedores</p>', '', '', '', 'N', '', 'Y'),
(2791, 'es', 'Geladeiras/Aquecedores', '<p>Geladeiras/Aquecedores</p>', '', '', '', 'N', '', 'Y'),
(2791, 'pt', 'Geladeiras/Aquecedores', '<p>Geladeiras/Aquecedores</p>', '', '', '', 'N', '', 'Y'),
(2792, 'en', 'Máquinas de Gelo', '<p>Máquinas de Gelo</p>', '', '', '', 'N', '', 'Y'),
(2792, 'es', 'Máquinas de Gelo', '<p>Máquinas de Gelo</p>', '', '', '', 'N', '', 'Y'),
(2792, 'pt', 'Máquinas de Gelo', '<p>Máquinas de Gelo</p>', '', '', '', 'N', '', 'Y'),
(2793, 'en', 'Outros Aparelhos para Refrigerar/Congelar', '<p>Outros Aparelhos para Refrigerar/Congelar</p>', '', '', '', 'N', '', 'Y'),
(2793, 'es', 'Outros Aparelhos para Refrigerar/Congelar', '<p>Outros Aparelhos para Refrigerar/Congelar</p>', '', '', '', 'N', '', 'Y'),
(2793, 'pt', 'Outros Aparelhos para Refrigerar/Congelar', '<p>Outros Aparelhos para Refrigerar/Congelar</p>', '', '', '', 'N', '', 'Y'),
(2794, 'en', 'Outros Refrigeradores para Bebidas', '<p>Outros Refrigeradores para Bebidas</p>', '', '', '', 'N', '', 'Y'),
(2794, 'es', 'Outros Refrigeradores para Bebidas', '<p>Outros Refrigeradores para Bebidas</p>', '', '', '', 'N', '', 'Y'),
(2794, 'pt', 'Outros Refrigeradores para Bebidas', '<p>Outros Refrigeradores para Bebidas</p>', '', '', '', 'N', '', 'Y'),
(2795, 'en', 'Refrigeradores', '<p>Refrigeradores</p>', '', '', '', 'N', '', 'Y'),
(2795, 'es', 'Refrigeradores', '<p>Refrigeradores</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(2795, 'pt', 'Refrigeradores', '<p>Refrigeradores</p>', '', '', '', 'N', '', 'Y'),
(2796, 'en', 'Principais Dispensers de Água', '<p>Principais Dispensers de Água</p>', '', '', '', 'N', '', 'Y'),
(2796, 'es', 'Principais Dispensers de Água', '<p>Principais Dispensers de Água</p>', '', '', '', 'N', '', 'Y'),
(2796, 'pt', 'Principais Dispensers de Água', '<p>Principais Dispensers de Água</p>', '', '', '', 'N', '', 'Y'),
(2797, 'en', 'Water Temperature Served', '<p>Water Temperature Served</p>', '', '', '', 'N', '', 'Y'),
(2797, 'es', 'Water Temperature Served', '<p>Water Temperature Served</p>', '', '', '', 'N', '', 'Y'),
(2797, 'pt', 'Water Temperature Served', '<p>Water Temperature Served</p>', '', '', '', 'N', '', 'Y'),
(2798, 'en', 'Principais Eletrodomésticos para Cozinhar', '<p>Principais Eletrodomésticos para Cozinhar</p>', '', '', '', 'N', '', 'Y'),
(2798, 'es', 'Principais Eletrodomésticos para Cozinhar', '<p>Principais Eletrodomésticos para Cozinhar</p>', '', '', '', 'N', '', 'Y'),
(2798, 'pt', 'Principais Eletrodomésticos para Cozinhar', '<p>Principais Eletrodomésticos para Cozinhar</p>', '', '', '', 'N', '', 'Y'),
(2799, 'en', 'Acessórios/Peças de Reposição para os Principais Eletrodomésticos', '<p>Acessórios/Peças de Reposição para os Principais Eletrodomésticos</p>', '', '', '', 'N', '', 'Y'),
(2799, 'es', 'Acessórios/Peças de Reposição para os Principais Eletrodomésticos', '<p>Acessórios/Peças de Reposição para os Principais Eletrodomésticos</p>', '', '', '', 'N', '', 'Y'),
(2799, 'pt', 'Acessórios/Peças de Reposição para os Principais Eletrodomésticos', '<p>Acessórios/Peças de Reposição para os Principais Eletrodomésticos</p>', '', '', '', 'N', '', 'Y'),
(2800, 'en', 'Coifas / Depuradores de Ar', '<p>Coifas / Depuradores de Ar</p>', '', '', '', 'N', '', 'Y'),
(2800, 'es', 'Coifas / Depuradores de Ar', '<p>Coifas / Depuradores de Ar</p>', '', '', '', 'N', '', 'Y'),
(2800, 'pt', 'Coifas / Depuradores de Ar', '<p>Coifas / Depuradores de Ar</p>', '', '', '', 'N', '', 'Y'),
(2801, 'en', 'Diversos Fogões (Forno/Fogareiro/Cooktop Associado)', '<p>Diversos Fogões (Forno/Fogareiro/Cooktop Associado)</p>', '', '', '', 'N', '', 'Y'),
(2801, 'es', 'Diversos Fogões (Forno/Fogareiro/Cooktop Associado)', '<p>Diversos Fogões (Forno/Fogareiro/Cooktop Associado)</p>', '', '', '', 'N', '', 'Y'),
(2801, 'pt', 'Diversos Fogões (Forno/Fogareiro/Cooktop Associado)', '<p>Diversos Fogões (Forno/Fogareiro/Cooktop Associado)</p>', '', '', '', 'N', '', 'Y'),
(2802, 'en', 'Fogões Cooktops/Fogareiros', '<p>Fogões Cooktops/Fogareiros</p>', '', '', '', 'N', '', 'Y'),
(2802, 'es', 'Fogões Cooktops/Fogareiros', '<p>Fogões Cooktops/Fogareiros</p>', '', '', '', 'N', '', 'Y'),
(2802, 'pt', 'Fogões Cooktops/Fogareiros', '<p>Fogões Cooktops/Fogareiros</p>', '', '', '', 'N', '', 'Y'),
(2803, 'en', 'Fornos', '<p>Fornos</p>', '', '', '', 'N', '', 'Y'),
(2803, 'es', 'Fornos', '<p>Fornos</p>', '', '', '', 'N', '', 'Y'),
(2803, 'pt', 'Fornos', '<p>Fornos</p>', '', '', '', 'N', '', 'Y'),
(2804, 'en', 'Fornos a vapor', '<p>Fornos a vapor</p>', '', '', '', 'N', '', 'Y'),
(2804, 'es', 'Fornos a vapor', '<p>Fornos a vapor</p>', '', '', '', 'N', '', 'Y'),
(2804, 'pt', 'Fornos a vapor', '<p>Fornos a vapor</p>', '', '', '', 'N', '', 'Y'),
(2805, 'en', 'Fornos de Micro-ondas', '<p>Fornos de Micro-ondas</p>', '', '', '', 'N', '', 'Y'),
(2805, 'es', 'Fornos de Micro-ondas', '<p>Fornos de Micro-ondas</p>', '', '', '', 'N', '', 'Y'),
(2805, 'pt', 'Fornos de Micro-ondas', '<p>Fornos de Micro-ondas</p>', '', '', '', 'N', '', 'Y'),
(2806, 'en', 'Outros Eletrodomésticos Principais', '<p>Outros Eletrodomésticos Principais</p>', '', '', '', 'N', '', 'Y'),
(2806, 'es', 'Outros Eletrodomésticos Principais', '<p>Outros Eletrodomésticos Principais</p>', '', '', '', 'N', '', 'Y'),
(2806, 'pt', 'Outros Eletrodomésticos Principais', '<p>Outros Eletrodomésticos Principais</p>', '', '', '', 'N', '', 'Y'),
(2807, 'en', 'Principais Máquinas de Lavar', '<p>Principais Máquinas de Lavar</p>', '', '', '', 'N', '', 'Y'),
(2807, 'es', 'Principais Máquinas de Lavar', '<p>Principais Máquinas de Lavar</p>', '', '', '', 'N', '', 'Y'),
(2807, 'pt', 'Principais Máquinas de Lavar', '<p>Principais Máquinas de Lavar</p>', '', '', '', 'N', '', 'Y'),
(2808, 'en', 'Acessórios/Peças de Reposição das Principais Lavadoras de Roupas', '<p>Acessórios/Peças de Reposição das Principais Lavadoras de Roupas</p>', '', '', '', 'N', '', 'Y'),
(2808, 'es', 'Acessórios/Peças de Reposição das Principais Lavadoras de Roupas', '<p>Acessórios/Peças de Reposição das Principais Lavadoras de Roupas</p>', '', '', '', 'N', '', 'Y'),
(2808, 'pt', 'Acessórios/Peças de Reposição das Principais Lavadoras de Roupas', '<p>Acessórios/Peças de Reposição das Principais Lavadoras de Roupas</p>', '', '', '', 'N', '', 'Y'),
(2809, 'en', 'Lavadoras de Roupas', '<p>Lavadoras de Roupas</p>', '', '', '', 'N', '', 'Y'),
(2809, 'es', 'Lavadoras de Roupas', '<p>Lavadoras de Roupas</p>', '', '', '', 'N', '', 'Y'),
(2809, 'pt', 'Lavadoras de Roupas', '<p>Lavadoras de Roupas</p>', '', '', '', 'N', '', 'Y'),
(2810, 'en', 'Outras Principais Lavadoras de Roupas', '<p>Outras Principais Lavadoras de Roupas</p>', '', '', '', 'N', '', 'Y'),
(2810, 'es', 'Outras Principais Lavadoras de Roupas', '<p>Outras Principais Lavadoras de Roupas</p>', '', '', '', 'N', '', 'Y'),
(2810, 'pt', 'Outras Principais Lavadoras de Roupas', '<p>Outras Principais Lavadoras de Roupas</p>', '', '', '', 'N', '', 'Y'),
(2811, 'en', 'Secadoras de Roupas', '<p>Secadoras de Roupas</p>', '', '', '', 'N', '', 'Y'),
(2811, 'es', 'Secadoras de Roupas', '<p>Secadoras de Roupas</p>', '', '', '', 'N', '', 'Y'),
(2811, 'pt', 'Secadoras de Roupas', '<p>Secadoras de Roupas</p>', '', '', '', 'N', '', 'Y'),
(2812, 'en', 'Secadoras/Lavadoras de Roupas 2 em 1', '<p>Secadoras/Lavadoras de Roupas 2 em 1</p>', '', '', '', 'N', '', 'Y'),
(2812, 'es', 'Secadoras/Lavadoras de Roupas 2 em 1', '<p>Secadoras/Lavadoras de Roupas 2 em 1</p>', '', '', '', 'N', '', 'Y'),
(2812, 'pt', 'Secadoras/Lavadoras de Roupas 2 em 1', '<p>Secadoras/Lavadoras de Roupas 2 em 1</p>', '', '', '', 'N', '', 'Y'),
(2813, 'en', 'Encanamento/Aquecimento/Ventilação/Ar Condicionado', '<p>Encanamento/Aquecimento/Ventilação/Ar Condicionado</p>', '', '', '', 'N', '', 'Y'),
(2813, 'es', 'Encanamento/Aquecimento/Ventilação/Ar Condicionado', '<p>Encanamento/Aquecimento/Ventilação/Ar Condicionado</p>', '', '', '', 'N', '', 'Y'),
(2813, 'pt', 'Encanamento/Aquecimento/Ventilação/Ar Condicionado', '<p>Encanamento/Aquecimento/Ventilação/Ar Condicionado</p>', '', '', '', 'N', '', 'Y'),
(2814, 'en', 'Abastecimento de água / gás / Aquecimento central', '<p>Abastecimento de água / gás / Aquecimento central</p>', '', '', '', 'N', '', 'Y'),
(2814, 'es', 'Abastecimento de água / gás / Aquecimento central', '<p>Abastecimento de água / gás / Aquecimento central</p>', '', '', '', 'N', '', 'Y'),
(2814, 'pt', 'Abastecimento de água / gás / Aquecimento central', '<p>Abastecimento de água / gás / Aquecimento central</p>', '', '', '', 'N', '', 'Y'),
(2815, 'en', 'Acessórios para Banheiro', '<p>Acessórios para Banheiro</p>', '', '', '', 'N', '', 'Y'),
(2815, 'es', 'Acessórios para Banheiro', '<p>Acessórios para Banheiro</p>', '', '', '', 'N', '', 'Y'),
(2815, 'pt', 'Acessórios para Banheiro', '<p>Acessórios para Banheiro</p>', '', '', '', 'N', '', 'Y'),
(2816, 'en', 'Armazenamento / Tratamento de Água', '<p>Armazenamento / Tratamento de Água</p>', '', '', '', 'N', '', 'Y'),
(2816, 'es', 'Armazenamento / Tratamento de Água', '<p>Armazenamento / Tratamento de Água</p>', '', '', '', 'N', '', 'Y'),
(2816, 'pt', 'Armazenamento / Tratamento de Água', '<p>Armazenamento / Tratamento de Água</p>', '', '', '', 'N', '', 'Y'),
(2817, 'en', 'Dispositivos de Prevenção contra Refluxo', '<p>Dispositivos de Prevenção contra Refluxo</p>', '', '', '', 'N', '', 'Y'),
(2817, 'es', 'Dispositivos de Prevenção contra Refluxo', '<p>Dispositivos de Prevenção contra Refluxo</p>', '', '', '', 'N', '', 'Y'),
(2817, 'pt', 'Dispositivos de Prevenção contra Refluxo', '<p>Dispositivos de Prevenção contra Refluxo</p>', '', '', '', 'N', '', 'Y'),
(2818, 'en', 'Encanamento/Aquecimento/Ventilação/Ar Condicionado', '<p>Encanamento/Aquecimento/Ventilação/Ar Condicionado</p>', '', '', '', 'N', '', 'Y'),
(2818, 'es', 'Encanamento/Aquecimento/Ventilação/Ar Condicionado', '<p>Encanamento/Aquecimento/Ventilação/Ar Condicionado</p>', '', '', '', 'N', '', 'Y'),
(2818, 'pt', 'Encanamento/Aquecimento/Ventilação/Ar Condicionado', '<p>Encanamento/Aquecimento/Ventilação/Ar Condicionado</p>', '', '', '', 'N', '', 'Y'),
(2819, 'en', 'Equipamentos de aquecimento', '<p>Equipamentos de aquecimento</p>', '', '', '', 'N', '', 'Y'),
(2819, 'es', 'Equipamentos de aquecimento', '<p>Equipamentos de aquecimento</p>', '', '', '', 'N', '', 'Y'),
(2819, 'pt', 'Equipamentos de aquecimento', '<p>Equipamentos de aquecimento</p>', '', '', '', 'N', '', 'Y'),
(2820, 'en', 'Equipamentos de Ventilação/Refrigeração/Condicionamento de Ar', '<p>Equipamentos de Ventilação/Refrigeração/Condicionamento de Ar</p>', '', '', '', 'N', '', 'Y'),
(2820, 'es', 'Equipamentos de Ventilação/Refrigeração/Condicionamento de Ar', '<p>Equipamentos de Ventilação/Refrigeração/Condicionamento de Ar</p>', '', '', '', 'N', '', 'Y'),
(2820, 'pt', 'Equipamentos de Ventilação/Refrigeração/Condicionamento de Ar', '<p>Equipamentos de Ventilação/Refrigeração/Condicionamento de Ar</p>', '', '', '', 'N', '', 'Y'),
(2821, 'en', 'Equipamentos para resíduos / esgoto', '<p>Equipamentos para resíduos / esgoto</p>', '', '', '', 'N', '', 'Y'),
(2821, 'es', 'Equipamentos para resíduos / esgoto', '<p>Equipamentos para resíduos / esgoto</p>', '', '', '', 'N', '', 'Y'),
(2821, 'pt', 'Equipamentos para resíduos / esgoto', '<p>Equipamentos para resíduos / esgoto</p>', '', '', '', 'N', '', 'Y'),
(2822, 'en', 'Louças sanitárias', '<p>Louças sanitárias</p>', '', '', '', 'N', '', 'Y'),
(2822, 'es', 'Louças sanitárias', '<p>Louças sanitárias</p>', '', '', '', 'N', '', 'Y'),
(2822, 'pt', 'Louças sanitárias', '<p>Louças sanitárias</p>', '', '', '', 'N', '', 'Y'),
(2823, 'en', 'Pacotes de Variedade de Encanamento/Aquecimento/Ventilação/Condicionamento de Ar', '<p>Pacotes de Variedade de Encanamento/Aquecimento/Ventilação/Condicionamento de Ar</p>', '', '', '', 'N', '', 'Y'),
(2823, 'es', 'Pacotes de Variedade de Encanamento/Aquecimento/Ventilação/Condicionamento de Ar', '<p>Pacotes de Variedade de Encanamento/Aquecimento/Ventilação/Condicionamento de Ar</p>', '', '', '', 'N', '', 'Y'),
(2823, 'pt', 'Pacotes de Variedade de Encanamento/Aquecimento/Ventilação/Condicionamento de Ar', '<p>Pacotes de Variedade de Encanamento/Aquecimento/Ventilação/Condicionamento de Ar</p>', '', '', '', 'N', '', 'Y'),
(2824, 'en', 'Saúde e bem-estar', '<p>Saúde e bem-estar</p>', '', '', '', 'N', '', 'Y'),
(2824, 'es', 'Saúde e bem-estar', '<p>Saúde e bem-estar</p>', '', '', '', 'N', '', 'Y'),
(2824, 'pt', 'Saúde e bem-estar', '<p>Saúde e bem-estar</p>', '', '', '', 'N', '', 'Y'),
(2825, 'en', 'Equipamentos Esportivos', '<p>Equipamentos Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2825, 'es', 'Equipamentos Esportivos', '<p>Equipamentos Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2825, 'pt', 'Equipamentos Esportivos', '<p>Equipamentos Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2826, 'en', 'Equipamentos Esportivos', '<p>Equipamentos Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2826, 'es', 'Equipamentos Esportivos', '<p>Equipamentos Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2826, 'pt', 'Equipamentos Esportivos', '<p>Equipamentos Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2827, 'en', 'Acessórios para Equipamentos Esportivos', '<p>Acessórios para Equipamentos Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2827, 'es', 'Acessórios para Equipamentos Esportivos', '<p>Acessórios para Equipamentos Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2827, 'pt', 'Acessórios para Equipamentos Esportivos', '<p>Acessórios para Equipamentos Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2828, 'en', 'Acessórios para Redes/Traves de Gol', '<p>Acessórios para Redes/Traves de Gol</p>', '', '', '', 'N', '', 'Y'),
(2828, 'es', 'Acessórios para Redes/Traves de Gol', '<p>Acessórios para Redes/Traves de Gol</p>', '', '', '', 'N', '', 'Y'),
(2828, 'pt', 'Acessórios para Redes/Traves de Gol', '<p>Acessórios para Redes/Traves de Gol</p>', '', '', '', 'N', '', 'Y'),
(2829, 'en', 'Bombas de ar (Elétricas)', '<p>Bombas de ar (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2829, 'es', 'Bombas de ar (Elétricas)', '<p>Bombas de ar (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2829, 'pt', 'Bombas de ar (Elétricas)', '<p>Bombas de ar (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2830, 'en', 'Bombas de ar (Não elétrico)', '<p>Bombas de ar (Não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(2830, 'es', 'Bombas de ar (Não elétrico)', '<p>Bombas de ar (Não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(2830, 'pt', 'Bombas de ar (Não elétrico)', '<p>Bombas de ar (Não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(2831, 'en', 'Câmeras telemétricas', '<p>Câmeras telemétricas</p>', '', '', '', 'N', '', 'Y'),
(2831, 'es', 'Câmeras telemétricas', '<p>Câmeras telemétricas</p>', '', '', '', 'N', '', 'Y'),
(2831, 'pt', 'Câmeras telemétricas', '<p>Câmeras telemétricas</p>', '', '', '', 'N', '', 'Y'),
(2832, 'en', 'Capas/Cases/Sacos para Equipamentos Esportivos', '<p>Capas/Cases/Sacos para Equipamentos Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2832, 'es', 'Capas/Cases/Sacos para Equipamentos Esportivos', '<p>Capas/Cases/Sacos para Equipamentos Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2832, 'pt', 'Capas/Cases/Sacos para Equipamentos Esportivos', '<p>Capas/Cases/Sacos para Equipamentos Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2833, 'en', 'Compartimento/Redes/Gols Esportivos', '<p>Compartimento/Redes/Gols Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2833, 'es', 'Compartimento/Redes/Gols Esportivos', '<p>Compartimento/Redes/Gols Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2833, 'pt', 'Compartimento/Redes/Gols Esportivos', '<p>Compartimento/Redes/Gols Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2834, 'en', 'Equipamento para Pontuação Esportiva', '<p>Equipamento para Pontuação Esportiva</p>', '', '', '', 'N', '', 'Y'),
(2834, 'es', 'Equipamento para Pontuação Esportiva', '<p>Equipamento para Pontuação Esportiva</p>', '', '', '', 'N', '', 'Y'),
(2834, 'pt', 'Equipamento para Pontuação Esportiva', '<p>Equipamento para Pontuação Esportiva</p>', '', '', '', 'N', '', 'Y'),
(2835, 'en', 'Equipamentos de Marcação Esportiva', '<p>Equipamentos de Marcação Esportiva</p>', '', '', '', 'N', '', 'Y'),
(2835, 'es', 'Equipamentos de Marcação Esportiva', '<p>Equipamentos de Marcação Esportiva</p>', '', '', '', 'N', '', 'Y'),
(2835, 'pt', 'Equipamentos de Marcação Esportiva', '<p>Equipamentos de Marcação Esportiva</p>', '', '', '', 'N', '', 'Y'),
(2836, 'en', 'Equipamentos de Pontuação Esportivo (Não Elétrico)', '<p>Equipamentos de Pontuação Esportivo (Não Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(2836, 'es', 'Equipamentos de Pontuação Esportivo (Não Elétrico)', '<p>Equipamentos de Pontuação Esportivo (Não Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(2836, 'pt', 'Equipamentos de Pontuação Esportivo (Não Elétrico)', '<p>Equipamentos de Pontuação Esportivo (Não Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(2837, 'en', 'Outros Acessórios para Equipamentos Esportivos', '<p>Outros Acessórios para Equipamentos Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2837, 'es', 'Outros Acessórios para Equipamentos Esportivos', '<p>Outros Acessórios para Equipamentos Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2837, 'pt', 'Outros Acessórios para Equipamentos Esportivos', '<p>Outros Acessórios para Equipamentos Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2838, 'en', 'Pacotes de Variedades para Acessórios de Equipamentos Esportivos', '<p>Pacotes de Variedades para Acessórios de Equipamentos Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2838, 'es', 'Pacotes de Variedades para Acessórios de Equipamentos Esportivos', '<p>Pacotes de Variedades para Acessórios de Equipamentos Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2838, 'pt', 'Pacotes de Variedades para Acessórios de Equipamentos Esportivos', '<p>Pacotes de Variedades para Acessórios de Equipamentos Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2839, 'en', 'Suportes/ Prateleiras para Armazenamento de Equipamentos Esportivos', '<p>Suportes/ Prateleiras para Armazenamento de Equipamentos Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2839, 'es', 'Suportes/ Prateleiras para Armazenamento de Equipamentos Esportivos', '<p>Suportes/ Prateleiras para Armazenamento de Equipamentos Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2839, 'pt', 'Suportes/ Prateleiras para Armazenamento de Equipamentos Esportivos', '<p>Suportes/ Prateleiras para Armazenamento de Equipamentos Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2840, 'en', 'Tacos/Pinos de boliche/Alvo de Esportes', '<p>Tacos/Pinos de boliche/Alvo de Esportes</p>', '', '', '', 'N', '', 'Y'),
(2840, 'es', 'Tacos/Pinos de boliche/Alvo de Esportes', '<p>Tacos/Pinos de boliche/Alvo de Esportes</p>', '', '', '', 'N', '', 'Y'),
(2840, 'pt', 'Tacos/Pinos de boliche/Alvo de Esportes', '<p>Tacos/Pinos de boliche/Alvo de Esportes</p>', '', '', '', 'N', '', 'Y'),
(2841, 'en', 'Tapetes/Capachos Esportivos', '<p>Tapetes/Capachos Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2841, 'es', 'Tapetes/Capachos Esportivos', '<p>Tapetes/Capachos Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2841, 'pt', 'Tapetes/Capachos Esportivos', '<p>Tapetes/Capachos Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2842, 'en', 'Bastão de Pólo/ Taco de Bilhar/Taco de Golfe/ Taco de Hóquei/Bastão de Baseball', '<p>Bastão de Pólo/ Taco de Bilhar/Taco de Golfe/ Taco de Hóquei/Bastão de Baseball</p>', '', '', '', 'N', '', 'Y'),
(2842, 'es', 'Bastão de Pólo/ Taco de Bilhar/Taco de Golfe/ Taco de Hóquei/Bastão de Baseball', '<p>Bastão de Pólo/ Taco de Bilhar/Taco de Golfe/ Taco de Hóquei/Bastão de Baseball</p>', '', '', '', 'N', '', 'Y'),
(2842, 'pt', 'Bastão de Pólo/ Taco de Bilhar/Taco de Golfe/ Taco de Hóquei/Bastão de Baseball', '<p>Bastão de Pólo/ Taco de Bilhar/Taco de Golfe/ Taco de Hóquei/Bastão de Baseball</p>', '', '', '', 'N', '', 'Y'),
(2843, 'en', 'Outros Tacos de Golfe/Tacos de Hóquei/Bastão de Baseball', '<p>Outros Tacos de Golfe/Tacos de Hóquei/Bastão de Baseball</p>', '', '', '', 'N', '', 'Y'),
(2843, 'es', 'Outros Tacos de Golfe/Tacos de Hóquei/Bastão de Baseball', '<p>Outros Tacos de Golfe/Tacos de Hóquei/Bastão de Baseball</p>', '', '', '', 'N', '', 'Y'),
(2843, 'pt', 'Outros Tacos de Golfe/Tacos de Hóquei/Bastão de Baseball', '<p>Outros Tacos de Golfe/Tacos de Hóquei/Bastão de Baseball</p>', '', '', '', 'N', '', 'Y'),
(2844, 'en', 'Tacos de Golfe/Bastão de Hóquei/Taco de Baseball', '<p>Tacos de Golfe/Bastão de Hóquei/Taco de Baseball</p>', '', '', '', 'N', '', 'Y'),
(2844, 'es', 'Tacos de Golfe/Bastão de Hóquei/Taco de Baseball', '<p>Tacos de Golfe/Bastão de Hóquei/Taco de Baseball</p>', '', '', '', 'N', '', 'Y'),
(2844, 'pt', 'Tacos de Golfe/Bastão de Hóquei/Taco de Baseball', '<p>Tacos de Golfe/Bastão de Hóquei/Taco de Baseball</p>', '', '', '', 'N', '', 'Y'),
(2845, 'en', 'Bolas Esportivas/Discos de Borracha Vulcanizada/ Petecas/Frisbees/Bumerangues', '<p>Bolas Esportivas/Discos de Borracha Vulcanizada/ Petecas/Frisbees/Bumerangues</p>', '', '', '', 'N', '', 'Y'),
(2845, 'es', 'Bolas Esportivas/Discos de Borracha Vulcanizada/ Petecas/Frisbees/Bumerangues', '<p>Bolas Esportivas/Discos de Borracha Vulcanizada/ Petecas/Frisbees/Bumerangues</p>', '', '', '', 'N', '', 'Y'),
(2845, 'pt', 'Bolas Esportivas/Discos de Borracha Vulcanizada/ Petecas/Frisbees/Bumerangues', '<p>Bolas Esportivas/Discos de Borracha Vulcanizada/ Petecas/Frisbees/Bumerangues</p>', '', '', '', 'N', '', 'Y'),
(2846, 'en', 'Bolas Esportivas', '<p>Bolas Esportivas</p>', '', '', '', 'N', '', 'Y'),
(2846, 'es', 'Bolas Esportivas', '<p>Bolas Esportivas</p>', '', '', '', 'N', '', 'Y'),
(2846, 'pt', 'Bolas Esportivas', '<p>Bolas Esportivas</p>', '', '', '', 'N', '', 'Y'),
(2847, 'en', 'Bumerangues', '<p>Bumerangues</p>', '', '', '', 'N', '', 'Y'),
(2847, 'es', 'Bumerangues', '<p>Bumerangues</p>', '', '', '', 'N', '', 'Y'),
(2847, 'pt', 'Bumerangues', '<p>Bumerangues</p>', '', '', '', 'N', '', 'Y'),
(2848, 'en', 'Discos de borracha vulcanizada empregados no hóquei no gelo', '<p>Discos de borracha vulcanizada empregados no hóquei no gelo</p>', '', '', '', 'N', '', 'Y'),
(2848, 'es', 'Discos de borracha vulcanizada empregados no hóquei no gelo', '<p>Discos de borracha vulcanizada empregados no hóquei no gelo</p>', '', '', '', 'N', '', 'Y'),
(2848, 'pt', 'Discos de borracha vulcanizada empregados no hóquei no gelo', '<p>Discos de borracha vulcanizada empregados no hóquei no gelo</p>', '', '', '', 'N', '', 'Y'),
(2849, 'en', 'Frisbees (discos feitos de plástico)', '<p>Frisbees (discos feitos de plástico)</p>', '', '', '', 'N', '', 'Y'),
(2849, 'es', 'Frisbees (discos feitos de plástico)', '<p>Frisbees (discos feitos de plástico)</p>', '', '', '', 'N', '', 'Y'),
(2849, 'pt', 'Frisbees (discos feitos de plástico)', '<p>Frisbees (discos feitos de plástico)</p>', '', '', '', 'N', '', 'Y'),
(2850, 'en', 'Outrras bolas esportivas/discos de borracha vulcanizada/petecas/frisbees/bumerangues', '<p>Outrras bolas esportivas/discos de borracha vulcanizada/petecas/frisbees/bumerangues</p>', '', '', '', 'N', '', 'Y'),
(2850, 'es', 'Outrras bolas esportivas/discos de borracha vulcanizada/petecas/frisbees/bumerangues', '<p>Outrras bolas esportivas/discos de borracha vulcanizada/petecas/frisbees/bumerangues</p>', '', '', '', 'N', '', 'Y'),
(2850, 'pt', 'Outrras bolas esportivas/discos de borracha vulcanizada/petecas/frisbees/bumerangues', '<p>Outrras bolas esportivas/discos de borracha vulcanizada/petecas/frisbees/bumerangues</p>', '', '', '', 'N', '', 'Y'),
(2851, 'en', 'Pacotes de Variedades para Bolas Esportivas/Discos de Borracha Vulcanizada/Petecas/Frisbees/Bumerangues', '<p>Pacotes de Variedades para Bolas Esportivas/Discos de Borracha Vulcanizada/Petecas/Frisbees/Bumerangues</p>', '', '', '', 'N', '', 'Y'),
(2851, 'es', 'Pacotes de Variedades para Bolas Esportivas/Discos de Borracha Vulcanizada/Petecas/Frisbees/Bumerangues', '<p>Pacotes de Variedades para Bolas Esportivas/Discos de Borracha Vulcanizada/Petecas/Frisbees/Bumerangues</p>', '', '', '', 'N', '', 'Y'),
(2851, 'pt', 'Pacotes de Variedades para Bolas Esportivas/Discos de Borracha Vulcanizada/Petecas/Frisbees/Bumerangues', '<p>Pacotes de Variedades para Bolas Esportivas/Discos de Borracha Vulcanizada/Petecas/Frisbees/Bumerangues</p>', '', '', '', 'N', '', 'Y'),
(2852, 'en', 'Petecas', '<p>Petecas</p>', '', '', '', 'N', '', 'Y'),
(2852, 'es', 'Petecas', '<p>Petecas</p>', '', '', '', 'N', '', 'Y'),
(2852, 'pt', 'Petecas', '<p>Petecas</p>', '', '', '', 'N', '', 'Y'),
(2853, 'en', 'Equipamento Esportivo para Ciclismo', '<p>Equipamento Esportivo para Ciclismo</p>', '', '', '', 'N', '', 'Y'),
(2853, 'es', 'Equipamento Esportivo para Ciclismo', '<p>Equipamento Esportivo para Ciclismo</p>', '', '', '', 'N', '', 'Y'),
(2853, 'pt', 'Equipamento Esportivo para Ciclismo', '<p>Equipamento Esportivo para Ciclismo</p>', '', '', '', 'N', '', 'Y'),
(2854, 'en', 'Bicicletas - Peças de Reposição', '<p>Bicicletas - Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(2854, 'es', 'Bicicletas - Peças de Reposição', '<p>Bicicletas - Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(2854, 'pt', 'Bicicletas - Peças de Reposição', '<p>Bicicletas - Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(2855, 'en', 'Bicicletas (Elétricas)', '<p>Bicicletas (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2855, 'es', 'Bicicletas (Elétricas)', '<p>Bicicletas (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2855, 'pt', 'Bicicletas (Elétricas)', '<p>Bicicletas (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2856, 'en', 'Bicicletas (Não Elétricas)', '<p>Bicicletas (Não Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2856, 'es', 'Bicicletas (Não Elétricas)', '<p>Bicicletas (Não Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2856, 'pt', 'Bicicletas (Não Elétricas)', '<p>Bicicletas (Não Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2857, 'en', 'Dispositivo antirroubo para bicicleta', '<p>Dispositivo antirroubo para bicicleta</p>', '', '', '', 'N', '', 'Y'),
(2857, 'es', 'Dispositivo antirroubo para bicicleta', '<p>Dispositivo antirroubo para bicicleta</p>', '', '', '', 'N', '', 'Y'),
(2857, 'pt', 'Dispositivo antirroubo para bicicleta', '<p>Dispositivo antirroubo para bicicleta</p>', '', '', '', 'N', '', 'Y'),
(2858, 'en', 'Outros Equipamentos para Ciclismo', '<p>Outros Equipamentos para Ciclismo</p>', '', '', '', 'N', '', 'Y'),
(2858, 'es', 'Outros Equipamentos para Ciclismo', '<p>Outros Equipamentos para Ciclismo</p>', '', '', '', 'N', '', 'Y'),
(2858, 'pt', 'Outros Equipamentos para Ciclismo', '<p>Outros Equipamentos para Ciclismo</p>', '', '', '', 'N', '', 'Y'),
(2859, 'en', 'Pacotes de Variedades para Equipamentos Esportivos para Ciclismo', '<p>Pacotes de Variedades para Equipamentos Esportivos para Ciclismo</p>', '', '', '', 'N', '', 'Y'),
(2859, 'es', 'Pacotes de Variedades para Equipamentos Esportivos para Ciclismo', '<p>Pacotes de Variedades para Equipamentos Esportivos para Ciclismo</p>', '', '', '', 'N', '', 'Y'),
(2859, 'pt', 'Pacotes de Variedades para Equipamentos Esportivos para Ciclismo', '<p>Pacotes de Variedades para Equipamentos Esportivos para Ciclismo</p>', '', '', '', 'N', '', 'Y'),
(2860, 'en', 'Patinete (sem motorização)', '<p>Patinete (sem motorização)</p>', '', '', '', 'N', '', 'Y'),
(2860, 'es', 'Patinete (sem motorização)', '<p>Patinete (sem motorização)</p>', '', '', '', 'N', '', 'Y'),
(2860, 'pt', 'Patinete (sem motorização)', '<p>Patinete (sem motorização)</p>', '', '', '', 'N', '', 'Y'),
(2861, 'en', 'Equipamento esportivo para Proteção Pessoal', '<p>Equipamento esportivo para Proteção Pessoal</p>', '', '', '', 'N', '', 'Y'),
(2861, 'es', 'Equipamento esportivo para Proteção Pessoal', '<p>Equipamento esportivo para Proteção Pessoal</p>', '', '', '', 'N', '', 'Y'),
(2861, 'pt', 'Equipamento esportivo para Proteção Pessoal', '<p>Equipamento esportivo para Proteção Pessoal</p>', '', '', '', 'N', '', 'Y'),
(2862, 'en', 'Cinturões de Levantamento de Peso para proteção durante a prática esportiva', '<p>Cinturões de Levantamento de Peso para proteção durante a prática esportiva</p>', '', '', '', 'N', '', 'Y'),
(2862, 'es', 'Cinturões de Levantamento de Peso para proteção durante a prática esportiva', '<p>Cinturões de Levantamento de Peso para proteção durante a prática esportiva</p>', '', '', '', 'N', '', 'Y'),
(2862, 'pt', 'Cinturões de Levantamento de Peso para proteção durante a prática esportiva', '<p>Cinturões de Levantamento de Peso para proteção durante a prática esportiva</p>', '', '', '', 'N', '', 'Y'),
(2863, 'en', 'Máscaras para os Olhos/Óculos de Proteção durante a prática esportiva', '<p>Máscaras para os Olhos/Óculos de Proteção durante a prática esportiva</p>', '', '', '', 'N', '', 'Y'),
(2863, 'es', 'Máscaras para os Olhos/Óculos de Proteção durante a prática esportiva', '<p>Máscaras para os Olhos/Óculos de Proteção durante a prática esportiva</p>', '', '', '', 'N', '', 'Y'),
(2863, 'pt', 'Máscaras para os Olhos/Óculos de Proteção durante a prática esportiva', '<p>Máscaras para os Olhos/Óculos de Proteção durante a prática esportiva</p>', '', '', '', 'N', '', 'Y'),
(2864, 'en', 'Outros Equipamentos Esportivos para Proteção Pessoal', '<p>Outros Equipamentos Esportivos para Proteção Pessoal</p>', '', '', '', 'N', '', 'Y'),
(2864, 'es', 'Outros Equipamentos Esportivos para Proteção Pessoal', '<p>Outros Equipamentos Esportivos para Proteção Pessoal</p>', '', '', '', 'N', '', 'Y'),
(2864, 'pt', 'Outros Equipamentos Esportivos para Proteção Pessoal', '<p>Outros Equipamentos Esportivos para Proteção Pessoal</p>', '', '', '', 'N', '', 'Y'),
(2865, 'en', 'Pacotes de Variedades para Equipamentos Esportivos para Proteção Pessoal', '<p>Pacotes de Variedades para Equipamentos Esportivos para Proteção Pessoal</p>', '', '', '', 'N', '', 'Y'),
(2865, 'es', 'Pacotes de Variedades para Equipamentos Esportivos para Proteção Pessoal', '<p>Pacotes de Variedades para Equipamentos Esportivos para Proteção Pessoal</p>', '', '', '', 'N', '', 'Y'),
(2865, 'pt', 'Pacotes de Variedades para Equipamentos Esportivos para Proteção Pessoal', '<p>Pacotes de Variedades para Equipamentos Esportivos para Proteção Pessoal</p>', '', '', '', 'N', '', 'Y'),
(2866, 'en', 'Proteção Acolchoada para o Corpo durante a prática esportiva', '<p>Proteção Acolchoada para o Corpo durante a prática esportiva</p>', '', '', '', 'N', '', 'Y'),
(2866, 'es', 'Proteção Acolchoada para o Corpo durante a prática esportiva', '<p>Proteção Acolchoada para o Corpo durante a prática esportiva</p>', '', '', '', 'N', '', 'Y'),
(2866, 'pt', 'Proteção Acolchoada para o Corpo durante a prática esportiva', '<p>Proteção Acolchoada para o Corpo durante a prática esportiva</p>', '', '', '', 'N', '', 'Y'),
(2867, 'en', 'Protetores Bucais para a Prática Esportiva', '<p>Protetores Bucais para a Prática Esportiva</p>', '', '', '', 'N', '', 'Y'),
(2867, 'es', 'Protetores Bucais para a Prática Esportiva', '<p>Protetores Bucais para a Prática Esportiva</p>', '', '', '', 'N', '', 'Y'),
(2867, 'pt', 'Protetores Bucais para a Prática Esportiva', '<p>Protetores Bucais para a Prática Esportiva</p>', '', '', '', 'N', '', 'Y'),
(2868, 'en', 'Equipamentos Esportivos - Raquete', '<p>Equipamentos Esportivos - Raquete</p>', '', '', '', 'N', '', 'Y'),
(2868, 'es', 'Equipamentos Esportivos - Raquete', '<p>Equipamentos Esportivos - Raquete</p>', '', '', '', 'N', '', 'Y'),
(2868, 'pt', 'Equipamentos Esportivos - Raquete', '<p>Equipamentos Esportivos - Raquete</p>', '', '', '', 'N', '', 'Y'),
(2869, 'en', 'Acessórios/Peças de Reposição - Raquetes Esportivas', '<p>Acessórios/Peças de Reposição - Raquetes Esportivas</p>', '', '', '', 'N', '', 'Y'),
(2869, 'es', 'Acessórios/Peças de Reposição - Raquetes Esportivas', '<p>Acessórios/Peças de Reposição - Raquetes Esportivas</p>', '', '', '', 'N', '', 'Y'),
(2869, 'pt', 'Acessórios/Peças de Reposição - Raquetes Esportivas', '<p>Acessórios/Peças de Reposição - Raquetes Esportivas</p>', '', '', '', 'N', '', 'Y'),
(2870, 'en', 'Outros Equipamentos Esportivos - Raquetes', '<p>Outros Equipamentos Esportivos - Raquetes</p>', '', '', '', 'N', '', 'Y'),
(2870, 'es', 'Outros Equipamentos Esportivos - Raquetes', '<p>Outros Equipamentos Esportivos - Raquetes</p>', '', '', '', 'N', '', 'Y'),
(2870, 'pt', 'Outros Equipamentos Esportivos - Raquetes', '<p>Outros Equipamentos Esportivos - Raquetes</p>', '', '', '', 'N', '', 'Y'),
(2871, 'en', 'Pacotes de Variedades para Equipamentos Esportivos - Raquetes', '<p>Pacotes de Variedades para Equipamentos Esportivos - Raquetes</p>', '', '', '', 'N', '', 'Y'),
(2871, 'es', 'Pacotes de Variedades para Equipamentos Esportivos - Raquetes', '<p>Pacotes de Variedades para Equipamentos Esportivos - Raquetes</p>', '', '', '', 'N', '', 'Y'),
(2871, 'pt', 'Pacotes de Variedades para Equipamentos Esportivos - Raquetes', '<p>Pacotes de Variedades para Equipamentos Esportivos - Raquetes</p>', '', '', '', 'N', '', 'Y'),
(2872, 'en', 'Raquetes', '<p>Raquetes</p>', '', '', '', 'N', '', 'Y'),
(2872, 'es', 'Raquetes', '<p>Raquetes</p>', '', '', '', 'N', '', 'Y'),
(2872, 'pt', 'Raquetes', '<p>Raquetes</p>', '', '', '', 'N', '', 'Y'),
(2873, 'en', 'Equipamentos Esportivos para Armas de Fogo', '<p>Equipamentos Esportivos para Armas de Fogo</p>', '', '', '', 'N', '', 'Y'),
(2873, 'es', 'Equipamentos Esportivos para Armas de Fogo', '<p>Equipamentos Esportivos para Armas de Fogo</p>', '', '', '', 'N', '', 'Y'),
(2873, 'pt', 'Equipamentos Esportivos para Armas de Fogo', '<p>Equipamentos Esportivos para Armas de Fogo</p>', '', '', '', 'N', '', 'Y'),
(2874, 'en', 'Acessórios/Peças de Reposição - Esportes com Armas de Fogo', '<p>Acessórios/Peças de Reposição - Esportes com Armas de Fogo</p>', '', '', '', 'N', '', 'Y'),
(2874, 'es', 'Acessórios/Peças de Reposição - Esportes com Armas de Fogo', '<p>Acessórios/Peças de Reposição - Esportes com Armas de Fogo</p>', '', '', '', 'N', '', 'Y'),
(2874, 'pt', 'Acessórios/Peças de Reposição - Esportes com Armas de Fogo', '<p>Acessórios/Peças de Reposição - Esportes com Armas de Fogo</p>', '', '', '', 'N', '', 'Y'),
(2875, 'en', 'Armas - destrutivo', '<p>Armas - destrutivo</p>', '', '', '', 'N', '', 'Y'),
(2875, 'es', 'Armas - destrutivo', '<p>Armas - destrutivo</p>', '', '', '', 'N', '', 'Y'),
(2875, 'pt', 'Armas - destrutivo', '<p>Armas - destrutivo</p>', '', '', '', 'N', '', 'Y'),
(2876, 'en', 'Armas - Peças e acessórios - Montadas pesadas', '<p>Armas - Peças e acessórios - Montadas pesadas</p>', '', '', '', 'N', '', 'Y'),
(2876, 'es', 'Armas - Peças e acessórios - Montadas pesadas', '<p>Armas - Peças e acessórios - Montadas pesadas</p>', '', '', '', 'N', '', 'Y'),
(2876, 'pt', 'Armas - Peças e acessórios - Montadas pesadas', '<p>Armas - Peças e acessórios - Montadas pesadas</p>', '', '', '', 'N', '', 'Y'),
(2877, 'en', 'Armas - portátil - Granadas / Explosivos', '<p>Armas - portátil - Granadas / Explosivos</p>', '', '', '', 'N', '', 'Y'),
(2877, 'es', 'Armas - portátil - Granadas / Explosivos', '<p>Armas - portátil - Granadas / Explosivos</p>', '', '', '', 'N', '', 'Y'),
(2877, 'pt', 'Armas - portátil - Granadas / Explosivos', '<p>Armas - portátil - Granadas / Explosivos</p>', '', '', '', 'N', '', 'Y'),
(2878, 'en', 'Armas - portátil - impulsionada por foguete', '<p>Armas - portátil - impulsionada por foguete</p>', '', '', '', 'N', '', 'Y'),
(2878, 'es', 'Armas - portátil - impulsionada por foguete', '<p>Armas - portátil - impulsionada por foguete</p>', '', '', '', 'N', '', 'Y'),
(2878, 'pt', 'Armas - portátil - impulsionada por foguete', '<p>Armas - portátil - impulsionada por foguete</p>', '', '', '', 'N', '', 'Y'),
(2879, 'en', 'Espingardas de Caça', '<p>Espingardas de Caça</p>', '', '', '', 'N', '', 'Y'),
(2879, 'es', 'Espingardas de Caça', '<p>Espingardas de Caça</p>', '', '', '', 'N', '', 'Y'),
(2879, 'pt', 'Espingardas de Caça', '<p>Espingardas de Caça</p>', '', '', '', 'N', '', 'Y'),
(2880, 'en', 'Munição de arma pesada', '<p>Munição de arma pesada</p>', '', '', '', 'N', '', 'Y'),
(2880, 'es', 'Munição de arma pesada', '<p>Munição de arma pesada</p>', '', '', '', 'N', '', 'Y'),
(2880, 'pt', 'Munição de arma pesada', '<p>Munição de arma pesada</p>', '', '', '', 'N', '', 'Y'),
(2881, 'en', 'Munição para Armas de Fogo', '<p>Munição para Armas de Fogo</p>', '', '', '', 'N', '', 'Y'),
(2881, 'es', 'Munição para Armas de Fogo', '<p>Munição para Armas de Fogo</p>', '', '', '', 'N', '', 'Y'),
(2881, 'pt', 'Munição para Armas de Fogo', '<p>Munição para Armas de Fogo</p>', '', '', '', 'N', '', 'Y'),
(2882, 'en', 'Outros Equipamentos para Esportes com Armas de Fogo', '<p>Outros Equipamentos para Esportes com Armas de Fogo</p>', '', '', '', 'N', '', 'Y'),
(2882, 'es', 'Outros Equipamentos para Esportes com Armas de Fogo', '<p>Outros Equipamentos para Esportes com Armas de Fogo</p>', '', '', '', 'N', '', 'Y'),
(2882, 'pt', 'Outros Equipamentos para Esportes com Armas de Fogo', '<p>Outros Equipamentos para Esportes com Armas de Fogo</p>', '', '', '', 'N', '', 'Y'),
(2883, 'en', 'Pacotes de Variedades de Equipamentos para Esportes com Armas de Fogo', '<p>Pacotes de Variedades de Equipamentos para Esportes com Armas de Fogo</p>', '', '', '', 'N', '', 'Y'),
(2883, 'es', 'Pacotes de Variedades de Equipamentos para Esportes com Armas de Fogo', '<p>Pacotes de Variedades de Equipamentos para Esportes com Armas de Fogo</p>', '', '', '', 'N', '', 'Y'),
(2883, 'pt', 'Pacotes de Variedades de Equipamentos para Esportes com Armas de Fogo', '<p>Pacotes de Variedades de Equipamentos para Esportes com Armas de Fogo</p>', '', '', '', 'N', '', 'Y'),
(2884, 'en', 'Pistola de ar comprimido', '<p>Pistola de ar comprimido</p>', '', '', '', 'N', '', 'Y'),
(2884, 'es', 'Pistola de ar comprimido', '<p>Pistola de ar comprimido</p>', '', '', '', 'N', '', 'Y'),
(2884, 'pt', 'Pistola de ar comprimido', '<p>Pistola de ar comprimido</p>', '', '', '', 'N', '', 'Y'),
(2885, 'en', 'Revólveres/Pistolas', '<p>Revólveres/Pistolas</p>', '', '', '', 'N', '', 'Y'),
(2885, 'es', 'Revólveres/Pistolas', '<p>Revólveres/Pistolas</p>', '', '', '', 'N', '', 'Y'),
(2885, 'pt', 'Revólveres/Pistolas', '<p>Revólveres/Pistolas</p>', '', '', '', 'N', '', 'Y'),
(2886, 'en', 'Rifles', '<p>Rifles</p>', '', '', '', 'N', '', 'Y'),
(2886, 'es', 'Rifles', '<p>Rifles</p>', '', '', '', 'N', '', 'Y'),
(2886, 'pt', 'Rifles', '<p>Rifles</p>', '', '', '', 'N', '', 'Y'),
(2887, 'en', 'Equipamentos Esportivos para Atletismo', '<p>Equipamentos Esportivos para Atletismo</p>', '', '', '', 'N', '', 'Y'),
(2887, 'es', 'Equipamentos Esportivos para Atletismo', '<p>Equipamentos Esportivos para Atletismo</p>', '', '', '', 'N', '', 'Y'),
(2887, 'pt', 'Equipamentos Esportivos para Atletismo', '<p>Equipamentos Esportivos para Atletismo</p>', '', '', '', 'N', '', 'Y'),
(2888, 'en', 'Equipamentos Esportivos para Arremesso', '<p>Equipamentos Esportivos para Arremesso</p>', '', '', '', 'N', '', 'Y'),
(2888, 'es', 'Equipamentos Esportivos para Arremesso', '<p>Equipamentos Esportivos para Arremesso</p>', '', '', '', 'N', '', 'Y'),
(2888, 'pt', 'Equipamentos Esportivos para Arremesso', '<p>Equipamentos Esportivos para Arremesso</p>', '', '', '', 'N', '', 'Y'),
(2889, 'en', 'Equipamentos Esportivos para Corrida', '<p>Equipamentos Esportivos para Corrida</p>', '', '', '', 'N', '', 'Y'),
(2889, 'es', 'Equipamentos Esportivos para Corrida', '<p>Equipamentos Esportivos para Corrida</p>', '', '', '', 'N', '', 'Y'),
(2889, 'pt', 'Equipamentos Esportivos para Corrida', '<p>Equipamentos Esportivos para Corrida</p>', '', '', '', 'N', '', 'Y'),
(2890, 'en', 'Equipamentos Esportivos para Salto', '<p>Equipamentos Esportivos para Salto</p>', '', '', '', 'N', '', 'Y'),
(2890, 'es', 'Equipamentos Esportivos para Salto', '<p>Equipamentos Esportivos para Salto</p>', '', '', '', 'N', '', 'Y'),
(2890, 'pt', 'Equipamentos Esportivos para Salto', '<p>Equipamentos Esportivos para Salto</p>', '', '', '', 'N', '', 'Y'),
(2891, 'en', 'Outros Equipamentos Esportivos para Atletismo', '<p>Outros Equipamentos Esportivos para Atletismo</p>', '', '', '', 'N', '', 'Y'),
(2891, 'es', 'Outros Equipamentos Esportivos para Atletismo', '<p>Outros Equipamentos Esportivos para Atletismo</p>', '', '', '', 'N', '', 'Y'),
(2891, 'pt', 'Outros Equipamentos Esportivos para Atletismo', '<p>Outros Equipamentos Esportivos para Atletismo</p>', '', '', '', 'N', '', 'Y'),
(2892, 'en', 'Pacotes de Variedades de Equipamentos Esportivos para Altetismo', '<p>Pacotes de Variedades de Equipamentos Esportivos para Altetismo</p>', '', '', '', 'N', '', 'Y'),
(2892, 'es', 'Pacotes de Variedades de Equipamentos Esportivos para Altetismo', '<p>Pacotes de Variedades de Equipamentos Esportivos para Altetismo</p>', '', '', '', 'N', '', 'Y'),
(2892, 'pt', 'Pacotes de Variedades de Equipamentos Esportivos para Altetismo', '<p>Pacotes de Variedades de Equipamentos Esportivos para Altetismo</p>', '', '', '', 'N', '', 'Y'),
(2893, 'en', 'Equipamentos Esportivos para Kitesurf/Paraquedismo', '<p>Equipamentos Esportivos para Kitesurf/Paraquedismo</p>', '', '', '', 'N', '', 'Y'),
(2893, 'es', 'Equipamentos Esportivos para Kitesurf/Paraquedismo', '<p>Equipamentos Esportivos para Kitesurf/Paraquedismo</p>', '', '', '', 'N', '', 'Y'),
(2893, 'pt', 'Equipamentos Esportivos para Kitesurf/Paraquedismo', '<p>Equipamentos Esportivos para Kitesurf/Paraquedismo</p>', '', '', '', 'N', '', 'Y'),
(2894, 'en', 'Acessórios/Peças de Reposição - Equipamentos Esportivos para Kitesurf/Paraquedismo', '<p>Acessórios/Peças de Reposição - Equipamentos Esportivos para Kitesurf/Paraquedismo</p>', '', '', '', 'N', '', 'Y'),
(2894, 'es', 'Acessórios/Peças de Reposição - Equipamentos Esportivos para Kitesurf/Paraquedismo', '<p>Acessórios/Peças de Reposição - Equipamentos Esportivos para Kitesurf/Paraquedismo</p>', '', '', '', 'N', '', 'Y'),
(2894, 'pt', 'Acessórios/Peças de Reposição - Equipamentos Esportivos para Kitesurf/Paraquedismo', '<p>Acessórios/Peças de Reposição - Equipamentos Esportivos para Kitesurf/Paraquedismo</p>', '', '', '', 'N', '', 'Y'),
(2895, 'en', 'Buggies/Pranchas para Parquedismo/Kitesurf (Não elétricos)', '<p>Buggies/Pranchas para Parquedismo/Kitesurf (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2895, 'es', 'Buggies/Pranchas para Parquedismo/Kitesurf (Não elétricos)', '<p>Buggies/Pranchas para Parquedismo/Kitesurf (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2895, 'pt', 'Buggies/Pranchas para Parquedismo/Kitesurf (Não elétricos)', '<p>Buggies/Pranchas para Parquedismo/Kitesurf (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2896, 'en', 'Outros Equipamentos Esportivos para Kitesurf/Paraquedismo', '<p>Outros Equipamentos Esportivos para Kitesurf/Paraquedismo</p>', '', '', '', 'N', '', 'Y'),
(2896, 'es', 'Outros Equipamentos Esportivos para Kitesurf/Paraquedismo', '<p>Outros Equipamentos Esportivos para Kitesurf/Paraquedismo</p>', '', '', '', 'N', '', 'Y'),
(2896, 'pt', 'Outros Equipamentos Esportivos para Kitesurf/Paraquedismo', '<p>Outros Equipamentos Esportivos para Kitesurf/Paraquedismo</p>', '', '', '', 'N', '', 'Y'),
(2897, 'en', 'Pacotes de Variedades para Equipamentos Esportivos para Kitesurf/Paraquedismo', '<p>Pacotes de Variedades para Equipamentos Esportivos para Kitesurf/Paraquedismo</p>', '', '', '', 'N', '', 'Y'),
(2897, 'es', 'Pacotes de Variedades para Equipamentos Esportivos para Kitesurf/Paraquedismo', '<p>Pacotes de Variedades para Equipamentos Esportivos para Kitesurf/Paraquedismo</p>', '', '', '', 'N', '', 'Y'),
(2897, 'pt', 'Pacotes de Variedades para Equipamentos Esportivos para Kitesurf/Paraquedismo', '<p>Pacotes de Variedades para Equipamentos Esportivos para Kitesurf/Paraquedismo</p>', '', '', '', 'N', '', 'Y'),
(2898, 'en', 'Paraquedas', '<p>Paraquedas</p>', '', '', '', 'N', '', 'Y'),
(2898, 'es', 'Paraquedas', '<p>Paraquedas</p>', '', '', '', 'N', '', 'Y'),
(2898, 'pt', 'Paraquedas', '<p>Paraquedas</p>', '', '', '', 'N', '', 'Y'),
(2899, 'en', 'Pipas', '<p>Pipas</p>', '', '', '', 'N', '', 'Y'),
(2899, 'es', 'Pipas', '<p>Pipas</p>', '', '', '', 'N', '', 'Y'),
(2899, 'pt', 'Pipas', '<p>Pipas</p>', '', '', '', 'N', '', 'Y'),
(2900, 'en', 'Equipamentos Esportivos para Pesca Artesanal/Pesca Esportiva', '<p>Equipamentos Esportivos para Pesca Artesanal/Pesca Esportiva</p>', '', '', '', 'N', '', 'Y'),
(2900, 'es', 'Equipamentos Esportivos para Pesca Artesanal/Pesca Esportiva', '<p>Equipamentos Esportivos para Pesca Artesanal/Pesca Esportiva</p>', '', '', '', 'N', '', 'Y'),
(2900, 'pt', 'Equipamentos Esportivos para Pesca Artesanal/Pesca Esportiva', '<p>Equipamentos Esportivos para Pesca Artesanal/Pesca Esportiva</p>', '', '', '', 'N', '', 'Y'),
(2901, 'en', 'Acessórios para Varas de Pesca', '<p>Acessórios para Varas de Pesca</p>', '', '', '', 'N', '', 'Y'),
(2901, 'es', 'Acessórios para Varas de Pesca', '<p>Acessórios para Varas de Pesca</p>', '', '', '', 'N', '', 'Y'),
(2901, 'pt', 'Acessórios para Varas de Pesca', '<p>Acessórios para Varas de Pesca</p>', '', '', '', 'N', '', 'Y'),
(2902, 'en', 'Anzois de Pesca', '<p>Anzois de Pesca</p>', '', '', '', 'N', '', 'Y'),
(2902, 'es', 'Anzois de Pesca', '<p>Anzois de Pesca</p>', '', '', '', 'N', '', 'Y'),
(2902, 'pt', 'Anzois de Pesca', '<p>Anzois de Pesca</p>', '', '', '', 'N', '', 'Y'),
(2903, 'en', 'Boias para Pesca', '<p>Boias para Pesca</p>', '', '', '', 'N', '', 'Y'),
(2903, 'es', 'Boias para Pesca', '<p>Boias para Pesca</p>', '', '', '', 'N', '', 'Y'),
(2903, 'pt', 'Boias para Pesca', '<p>Boias para Pesca</p>', '', '', '', 'N', '', 'Y'),
(2904, 'en', 'Iscas/Moscas para Pesca', '<p>Iscas/Moscas para Pesca</p>', '', '', '', 'N', '', 'Y'),
(2904, 'es', 'Iscas/Moscas para Pesca', '<p>Iscas/Moscas para Pesca</p>', '', '', '', 'N', '', 'Y'),
(2904, 'pt', 'Iscas/Moscas para Pesca', '<p>Iscas/Moscas para Pesca</p>', '', '', '', 'N', '', 'Y'),
(2905, 'en', 'Linha/Fio de Pesca', '<p>Linha/Fio de Pesca</p>', '', '', '', 'N', '', 'Y'),
(2905, 'es', 'Linha/Fio de Pesca', '<p>Linha/Fio de Pesca</p>', '', '', '', 'N', '', 'Y'),
(2905, 'pt', 'Linha/Fio de Pesca', '<p>Linha/Fio de Pesca</p>', '', '', '', 'N', '', 'Y'),
(2906, 'en', 'Molinetes para Pesca', '<p>Molinetes para Pesca</p>', '', '', '', 'N', '', 'Y'),
(2906, 'es', 'Molinetes para Pesca', '<p>Molinetes para Pesca</p>', '', '', '', 'N', '', 'Y'),
(2906, 'pt', 'Molinetes para Pesca', '<p>Molinetes para Pesca</p>', '', '', '', 'N', '', 'Y'),
(2907, 'en', 'Outros equipamentos esportivos para Pesca Artesanal/Esportiva', '<p>Outros equipamentos esportivos para Pesca Artesanal/Esportiva</p>', '', '', '', 'N', '', 'Y'),
(2907, 'es', 'Outros equipamentos esportivos para Pesca Artesanal/Esportiva', '<p>Outros equipamentos esportivos para Pesca Artesanal/Esportiva</p>', '', '', '', 'N', '', 'Y'),
(2907, 'pt', 'Outros equipamentos esportivos para Pesca Artesanal/Esportiva', '<p>Outros equipamentos esportivos para Pesca Artesanal/Esportiva</p>', '', '', '', 'N', '', 'Y'),
(2908, 'en', 'Pacotes de Variedades para Equipamentos Esportivos de Pesca Artesanal e Pesca Esportiva.', '<p>Pacotes de Variedades para Equipamentos Esportivos de Pesca Artesanal e Pesca Esportiva.</p>', '', '', '', 'N', '', 'Y'),
(2908, 'es', 'Pacotes de Variedades para Equipamentos Esportivos de Pesca Artesanal e Pesca Esportiva.', '<p>Pacotes de Variedades para Equipamentos Esportivos de Pesca Artesanal e Pesca Esportiva.</p>', '', '', '', 'N', '', 'Y'),
(2908, 'pt', 'Pacotes de Variedades para Equipamentos Esportivos de Pesca Artesanal e Pesca Esportiva.', '<p>Pacotes de Variedades para Equipamentos Esportivos de Pesca Artesanal e Pesca Esportiva.</p>', '', '', '', 'N', '', 'Y'),
(2909, 'en', 'Redes de Pesca', '<p>Redes de Pesca</p>', '', '', '', 'N', '', 'Y'),
(2909, 'es', 'Redes de Pesca', '<p>Redes de Pesca</p>', '', '', '', 'N', '', 'Y'),
(2909, 'pt', 'Redes de Pesca', '<p>Redes de Pesca</p>', '', '', '', 'N', '', 'Y'),
(2910, 'en', 'Sondas', '<p>Sondas</p>', '', '', '', 'N', '', 'Y'),
(2910, 'es', 'Sondas', '<p>Sondas</p>', '', '', '', 'N', '', 'Y'),
(2910, 'pt', 'Sondas', '<p>Sondas</p>', '', '', '', 'N', '', 'Y'),
(2911, 'en', 'Varas/Estacas de Pesca', '<p>Varas/Estacas de Pesca</p>', '', '', '', 'N', '', 'Y'),
(2911, 'es', 'Varas/Estacas de Pesca', '<p>Varas/Estacas de Pesca</p>', '', '', '', 'N', '', 'Y'),
(2911, 'pt', 'Varas/Estacas de Pesca', '<p>Varas/Estacas de Pesca</p>', '', '', '', 'N', '', 'Y'),
(2912, 'en', 'Equipamentos Esportivos para Skateboard/Snowmobile', '<p>Equipamentos Esportivos para Skateboard/Snowmobile</p>', '', '', '', 'N', '', 'Y'),
(2912, 'es', 'Equipamentos Esportivos para Skateboard/Snowmobile', '<p>Equipamentos Esportivos para Skateboard/Snowmobile</p>', '', '', '', 'N', '', 'Y'),
(2912, 'pt', 'Equipamentos Esportivos para Skateboard/Snowmobile', '<p>Equipamentos Esportivos para Skateboard/Snowmobile</p>', '', '', '', 'N', '', 'Y'),
(2913, 'en', 'Acessórios/Peças de Reposição - Equipamentos Esportivos para a prática de Skate.', '<p>Acessórios/Peças de Reposição - Equipamentos Esportivos para a prática de Skate.</p>', '', '', '', 'N', '', 'Y'),
(2913, 'es', 'Acessórios/Peças de Reposição - Equipamentos Esportivos para a prática de Skate.', '<p>Acessórios/Peças de Reposição - Equipamentos Esportivos para a prática de Skate.</p>', '', '', '', 'N', '', 'Y'),
(2913, 'pt', 'Acessórios/Peças de Reposição - Equipamentos Esportivos para a prática de Skate.', '<p>Acessórios/Peças de Reposição - Equipamentos Esportivos para a prática de Skate.</p>', '', '', '', 'N', '', 'Y'),
(2914, 'en', 'Outros Equipamentos Esportivos para Pranchas de Skate/Snowmobile', '<p>Outros Equipamentos Esportivos para Pranchas de Skate/Snowmobile</p>', '', '', '', 'N', '', 'Y'),
(2914, 'es', 'Outros Equipamentos Esportivos para Pranchas de Skate/Snowmobile', '<p>Outros Equipamentos Esportivos para Pranchas de Skate/Snowmobile</p>', '', '', '', 'N', '', 'Y'),
(2914, 'pt', 'Outros Equipamentos Esportivos para Pranchas de Skate/Snowmobile', '<p>Outros Equipamentos Esportivos para Pranchas de Skate/Snowmobile</p>', '', '', '', 'N', '', 'Y'),
(2915, 'en', 'Pacotes de Variedades de Equipamentos Esportivos para Prancha de Skate/Snowmobile', '<p>Pacotes de Variedades de Equipamentos Esportivos para Prancha de Skate/Snowmobile</p>', '', '', '', 'N', '', 'Y'),
(2915, 'es', 'Pacotes de Variedades de Equipamentos Esportivos para Prancha de Skate/Snowmobile', '<p>Pacotes de Variedades de Equipamentos Esportivos para Prancha de Skate/Snowmobile</p>', '', '', '', 'N', '', 'Y'),
(2915, 'pt', 'Pacotes de Variedades de Equipamentos Esportivos para Prancha de Skate/Snowmobile', '<p>Pacotes de Variedades de Equipamentos Esportivos para Prancha de Skate/Snowmobile</p>', '', '', '', 'N', '', 'Y'),
(2916, 'en', 'Pranchas para Skates (Não elétricas)', '<p>Pranchas para Skates (Não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2916, 'es', 'Pranchas para Skates (Não elétricas)', '<p>Pranchas para Skates (Não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2916, 'pt', 'Pranchas para Skates (Não elétricas)', '<p>Pranchas para Skates (Não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2917, 'en', 'Snowmobiles (Elétricas)', '<p>Snowmobiles (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2917, 'es', 'Snowmobiles (Elétricas)', '<p>Snowmobiles (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2917, 'pt', 'Snowmobiles (Elétricas)', '<p>Snowmobiles (Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(2918, 'en', 'Equipamentos Esportivos para Treino Pessoal', '<p>Equipamentos Esportivos para Treino Pessoal</p>', '', '', '', 'N', '', 'Y'),
(2918, 'es', 'Equipamentos Esportivos para Treino Pessoal', '<p>Equipamentos Esportivos para Treino Pessoal</p>', '', '', '', 'N', '', 'Y'),
(2918, 'pt', 'Equipamentos Esportivos para Treino Pessoal', '<p>Equipamentos Esportivos para Treino Pessoal</p>', '', '', '', 'N', '', 'Y'),
(2919, 'en', 'Acessórios para Ginástica', '<p>Acessórios para Ginástica</p>', '', '', '', 'N', '', 'Y'),
(2919, 'es', 'Acessórios para Ginástica', '<p>Acessórios para Ginástica</p>', '', '', '', 'N', '', 'Y'),
(2919, 'pt', 'Acessórios para Ginástica', '<p>Acessórios para Ginástica</p>', '', '', '', 'N', '', 'Y'),
(2920, 'en', 'Aparelhos de Exercício (Elétricos)', '<p>Aparelhos de Exercício (Elétricos)</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(2920, 'es', 'Aparelhos de Exercício (Elétricos)', '<p>Aparelhos de Exercício (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2920, 'pt', 'Aparelhos de Exercício (Elétricos)', '<p>Aparelhos de Exercício (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2921, 'en', 'Aparelhos de Exercícios (Não elétricos)', '<p>Aparelhos de Exercícios (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2921, 'es', 'Aparelhos de Exercícios (Não elétricos)', '<p>Aparelhos de Exercícios (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2921, 'pt', 'Aparelhos de Exercícios (Não elétricos)', '<p>Aparelhos de Exercícios (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2922, 'en', 'Equipamentos Esportivos para Treino Pessoal - Acessórios/Peças de Reposição', '<p>Equipamentos Esportivos para Treino Pessoal - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(2922, 'es', 'Equipamentos Esportivos para Treino Pessoal - Acessórios/Peças de Reposição', '<p>Equipamentos Esportivos para Treino Pessoal - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(2922, 'pt', 'Equipamentos Esportivos para Treino Pessoal - Acessórios/Peças de Reposição', '<p>Equipamentos Esportivos para Treino Pessoal - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(2923, 'en', 'Monitores para Prática Esportiva', '<p>Monitores para Prática Esportiva</p>', '', '', '', 'N', '', 'Y'),
(2923, 'es', 'Monitores para Prática Esportiva', '<p>Monitores para Prática Esportiva</p>', '', '', '', 'N', '', 'Y'),
(2923, 'pt', 'Monitores para Prática Esportiva', '<p>Monitores para Prática Esportiva</p>', '', '', '', 'N', '', 'Y'),
(2924, 'en', 'Outros Equipamentos Esportivos para Treino Pessoal', '<p>Outros Equipamentos Esportivos para Treino Pessoal</p>', '', '', '', 'N', '', 'Y'),
(2924, 'es', 'Outros Equipamentos Esportivos para Treino Pessoal', '<p>Outros Equipamentos Esportivos para Treino Pessoal</p>', '', '', '', 'N', '', 'Y'),
(2924, 'pt', 'Outros Equipamentos Esportivos para Treino Pessoal', '<p>Outros Equipamentos Esportivos para Treino Pessoal</p>', '', '', '', 'N', '', 'Y'),
(2925, 'en', 'Pacotes de Variedades para Equipamentos Esportivos para Treino Pessoal', '<p>Pacotes de Variedades para Equipamentos Esportivos para Treino Pessoal</p>', '', '', '', 'N', '', 'Y'),
(2925, 'es', 'Pacotes de Variedades para Equipamentos Esportivos para Treino Pessoal', '<p>Pacotes de Variedades para Equipamentos Esportivos para Treino Pessoal</p>', '', '', '', 'N', '', 'Y'),
(2925, 'pt', 'Pacotes de Variedades para Equipamentos Esportivos para Treino Pessoal', '<p>Pacotes de Variedades para Equipamentos Esportivos para Treino Pessoal</p>', '', '', '', 'N', '', 'Y'),
(2926, 'en', 'Pesos Livres / Halteres', '<p>Pesos Livres / Halteres</p>', '', '', '', 'N', '', 'Y'),
(2926, 'es', 'Pesos Livres / Halteres', '<p>Pesos Livres / Halteres</p>', '', '', '', 'N', '', 'Y'),
(2926, 'pt', 'Pesos Livres / Halteres', '<p>Pesos Livres / Halteres</p>', '', '', '', 'N', '', 'Y'),
(2927, 'en', 'Equipamentos Esportivos para Trekking (Caminhada)/Alpinismo', '<p>Equipamentos Esportivos para Trekking (Caminhada)/Alpinismo</p>', '', '', '', 'N', '', 'Y'),
(2927, 'es', 'Equipamentos Esportivos para Trekking (Caminhada)/Alpinismo', '<p>Equipamentos Esportivos para Trekking (Caminhada)/Alpinismo</p>', '', '', '', 'N', '', 'Y'),
(2927, 'pt', 'Equipamentos Esportivos para Trekking (Caminhada)/Alpinismo', '<p>Equipamentos Esportivos para Trekking (Caminhada)/Alpinismo</p>', '', '', '', 'N', '', 'Y'),
(2928, 'en', 'Equipamentos Esportivos para Trekking (Caminhada)/Alpinismo', '<p>Equipamentos Esportivos para Trekking (Caminhada)/Alpinismo</p>', '', '', '', 'N', '', 'Y'),
(2928, 'es', 'Equipamentos Esportivos para Trekking (Caminhada)/Alpinismo', '<p>Equipamentos Esportivos para Trekking (Caminhada)/Alpinismo</p>', '', '', '', 'N', '', 'Y'),
(2928, 'pt', 'Equipamentos Esportivos para Trekking (Caminhada)/Alpinismo', '<p>Equipamentos Esportivos para Trekking (Caminhada)/Alpinismo</p>', '', '', '', 'N', '', 'Y'),
(2929, 'en', 'Outros Equipamentos Esportivos para Trekking (Caminhada) /Alpinismo', '<p>Outros Equipamentos Esportivos para Trekking (Caminhada) /Alpinismo</p>', '', '', '', 'N', '', 'Y'),
(2929, 'es', 'Outros Equipamentos Esportivos para Trekking (Caminhada) /Alpinismo', '<p>Outros Equipamentos Esportivos para Trekking (Caminhada) /Alpinismo</p>', '', '', '', 'N', '', 'Y'),
(2929, 'pt', 'Outros Equipamentos Esportivos para Trekking (Caminhada) /Alpinismo', '<p>Outros Equipamentos Esportivos para Trekking (Caminhada) /Alpinismo</p>', '', '', '', 'N', '', 'Y'),
(2930, 'en', 'Equipamentos para Esportes Aquáticos (Não Elétricos)', '<p>Equipamentos para Esportes Aquáticos (Não Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2930, 'es', 'Equipamentos para Esportes Aquáticos (Não Elétricos)', '<p>Equipamentos para Esportes Aquáticos (Não Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2930, 'pt', 'Equipamentos para Esportes Aquáticos (Não Elétricos)', '<p>Equipamentos para Esportes Aquáticos (Não Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2931, 'en', 'Acessórios/Peças de Reposição - Esportes Aquáticos (Não elétricos)', '<p>Acessórios/Peças de Reposição - Esportes Aquáticos (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2931, 'es', 'Acessórios/Peças de Reposição - Esportes Aquáticos (Não elétricos)', '<p>Acessórios/Peças de Reposição - Esportes Aquáticos (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2931, 'pt', 'Acessórios/Peças de Reposição - Esportes Aquáticos (Não elétricos)', '<p>Acessórios/Peças de Reposição - Esportes Aquáticos (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2932, 'en', 'Equipamentos para Esportes Aquáticos (Não elétricos)', '<p>Equipamentos para Esportes Aquáticos (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2932, 'es', 'Equipamentos para Esportes Aquáticos (Não elétricos)', '<p>Equipamentos para Esportes Aquáticos (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2932, 'pt', 'Equipamentos para Esportes Aquáticos (Não elétricos)', '<p>Equipamentos para Esportes Aquáticos (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2933, 'en', 'Outros Equipamentos para Esportes Aquáticos (Não elétricos)', '<p>Outros Equipamentos para Esportes Aquáticos (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2933, 'es', 'Outros Equipamentos para Esportes Aquáticos (Não elétricos)', '<p>Outros Equipamentos para Esportes Aquáticos (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2933, 'pt', 'Outros Equipamentos para Esportes Aquáticos (Não elétricos)', '<p>Outros Equipamentos para Esportes Aquáticos (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2934, 'en', 'Pacotes de Variedades para Equipamentos de Esportes Aquáticos (Não elétricos)', '<p>Pacotes de Variedades para Equipamentos de Esportes Aquáticos (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2934, 'es', 'Pacotes de Variedades para Equipamentos de Esportes Aquáticos (Não elétricos)', '<p>Pacotes de Variedades para Equipamentos de Esportes Aquáticos (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2934, 'pt', 'Pacotes de Variedades para Equipamentos de Esportes Aquáticos (Não elétricos)', '<p>Pacotes de Variedades para Equipamentos de Esportes Aquáticos (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2935, 'en', 'Equipamentos para Esportes Aquáticos como Natação/Surfe/Mergulho', '<p>Equipamentos para Esportes Aquáticos como Natação/Surfe/Mergulho</p>', '', '', '', 'N', '', 'Y'),
(2935, 'es', 'Equipamentos para Esportes Aquáticos como Natação/Surfe/Mergulho', '<p>Equipamentos para Esportes Aquáticos como Natação/Surfe/Mergulho</p>', '', '', '', 'N', '', 'Y'),
(2935, 'pt', 'Equipamentos para Esportes Aquáticos como Natação/Surfe/Mergulho', '<p>Equipamentos para Esportes Aquáticos como Natação/Surfe/Mergulho</p>', '', '', '', 'N', '', 'Y'),
(2936, 'en', 'Acessórios/Peças de Reposição - Equipamentos para Esportes Aquáticos como Natação/Surfe/Mergulho', '<p>Acessórios/Peças de Reposição - Equipamentos para Esportes Aquáticos como Natação/Surfe/Mergulho</p>', '', '', '', 'N', '', 'Y'),
(2936, 'es', 'Acessórios/Peças de Reposição - Equipamentos para Esportes Aquáticos como Natação/Surfe/Mergulho', '<p>Acessórios/Peças de Reposição - Equipamentos para Esportes Aquáticos como Natação/Surfe/Mergulho</p>', '', '', '', 'N', '', 'Y'),
(2936, 'pt', 'Acessórios/Peças de Reposição - Equipamentos para Esportes Aquáticos como Natação/Surfe/Mergulho', '<p>Acessórios/Peças de Reposição - Equipamentos para Esportes Aquáticos como Natação/Surfe/Mergulho</p>', '', '', '', 'N', '', 'Y'),
(2937, 'en', 'Acessórios/Peças de Reposição - Pranchas/Esquis (Esportes Aquáticos)', '<p>Acessórios/Peças de Reposição - Pranchas/Esquis (Esportes Aquáticos)</p>', '', '', '', 'N', '', 'Y'),
(2937, 'es', 'Acessórios/Peças de Reposição - Pranchas/Esquis (Esportes Aquáticos)', '<p>Acessórios/Peças de Reposição - Pranchas/Esquis (Esportes Aquáticos)</p>', '', '', '', 'N', '', 'Y'),
(2937, 'pt', 'Acessórios/Peças de Reposição - Pranchas/Esquis (Esportes Aquáticos)', '<p>Acessórios/Peças de Reposição - Pranchas/Esquis (Esportes Aquáticos)</p>', '', '', '', 'N', '', 'Y'),
(2938, 'en', 'Equipamentos de Mergulho', '<p>Equipamentos de Mergulho</p>', '', '', '', 'N', '', 'Y'),
(2938, 'es', 'Equipamentos de Mergulho', '<p>Equipamentos de Mergulho</p>', '', '', '', 'N', '', 'Y'),
(2938, 'pt', 'Equipamentos de Mergulho', '<p>Equipamentos de Mergulho</p>', '', '', '', 'N', '', 'Y'),
(2939, 'en', 'Outros Equipamentos para Esportes Aquáticos como Natação/Surfe/Mergulho', '<p>Outros Equipamentos para Esportes Aquáticos como Natação/Surfe/Mergulho</p>', '', '', '', 'N', '', 'Y'),
(2939, 'es', 'Outros Equipamentos para Esportes Aquáticos como Natação/Surfe/Mergulho', '<p>Outros Equipamentos para Esportes Aquáticos como Natação/Surfe/Mergulho</p>', '', '', '', 'N', '', 'Y'),
(2939, 'pt', 'Outros Equipamentos para Esportes Aquáticos como Natação/Surfe/Mergulho', '<p>Outros Equipamentos para Esportes Aquáticos como Natação/Surfe/Mergulho</p>', '', '', '', 'N', '', 'Y'),
(2940, 'en', 'Pacotes de Variedades de Equipamentos para Esportes Aquáticos como Natação/Surfe/Mergulho', '<p>Pacotes de Variedades de Equipamentos para Esportes Aquáticos como Natação/Surfe/Mergulho</p>', '', '', '', 'N', '', 'Y'),
(2940, 'es', 'Pacotes de Variedades de Equipamentos para Esportes Aquáticos como Natação/Surfe/Mergulho', '<p>Pacotes de Variedades de Equipamentos para Esportes Aquáticos como Natação/Surfe/Mergulho</p>', '', '', '', 'N', '', 'Y'),
(2940, 'pt', 'Pacotes de Variedades de Equipamentos para Esportes Aquáticos como Natação/Surfe/Mergulho', '<p>Pacotes de Variedades de Equipamentos para Esportes Aquáticos como Natação/Surfe/Mergulho</p>', '', '', '', 'N', '', 'Y'),
(2941, 'en', 'Pranchas/Esquis (Esportes Aquáticos)', '<p>Pranchas/Esquis (Esportes Aquáticos)</p>', '', '', '', 'N', '', 'Y'),
(2941, 'es', 'Pranchas/Esquis (Esportes Aquáticos)', '<p>Pranchas/Esquis (Esportes Aquáticos)</p>', '', '', '', 'N', '', 'Y'),
(2941, 'pt', 'Pranchas/Esquis (Esportes Aquáticos)', '<p>Pranchas/Esquis (Esportes Aquáticos)</p>', '', '', '', 'N', '', 'Y'),
(2942, 'en', 'Recursos para Treino de Natação', '<p>Recursos para Treino de Natação</p>', '', '', '', 'N', '', 'Y'),
(2942, 'es', 'Recursos para Treino de Natação', '<p>Recursos para Treino de Natação</p>', '', '', '', 'N', '', 'Y'),
(2942, 'pt', 'Recursos para Treino de Natação', '<p>Recursos para Treino de Natação</p>', '', '', '', 'N', '', 'Y'),
(2943, 'en', 'Equipamentos para Esportes com Alvo', '<p>Equipamentos para Esportes com Alvo</p>', '', '', '', 'N', '', 'Y'),
(2943, 'es', 'Equipamentos para Esportes com Alvo', '<p>Equipamentos para Esportes com Alvo</p>', '', '', '', 'N', '', 'Y'),
(2943, 'pt', 'Equipamentos para Esportes com Alvo', '<p>Equipamentos para Esportes com Alvo</p>', '', '', '', 'N', '', 'Y'),
(2944, 'en', 'Acessórios/Peças de Reposição - Equipamentos para Esportes com Alvo', '<p>Acessórios/Peças de Reposição - Equipamentos para Esportes com Alvo</p>', '', '', '', 'N', '', 'Y'),
(2944, 'es', 'Acessórios/Peças de Reposição - Equipamentos para Esportes com Alvo', '<p>Acessórios/Peças de Reposição - Equipamentos para Esportes com Alvo</p>', '', '', '', 'N', '', 'Y'),
(2944, 'pt', 'Acessórios/Peças de Reposição - Equipamentos para Esportes com Alvo', '<p>Acessórios/Peças de Reposição - Equipamentos para Esportes com Alvo</p>', '', '', '', 'N', '', 'Y'),
(2945, 'en', 'Alvos (Elétricos)', '<p>Alvos (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2945, 'es', 'Alvos (Elétricos)', '<p>Alvos (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2945, 'pt', 'Alvos (Elétricos)', '<p>Alvos (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2946, 'en', 'Alvos (Não elétricos)', '<p>Alvos (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2946, 'es', 'Alvos (Não elétricos)', '<p>Alvos (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2946, 'pt', 'Alvos (Não elétricos)', '<p>Alvos (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2947, 'en', 'Arcos', '<p>Arcos</p>', '', '', '', 'N', '', 'Y'),
(2947, 'es', 'Arcos', '<p>Arcos</p>', '', '', '', 'N', '', 'Y'),
(2947, 'pt', 'Arcos', '<p>Arcos</p>', '', '', '', 'N', '', 'Y'),
(2948, 'en', 'Dardos', '<p>Dardos</p>', '', '', '', 'N', '', 'Y'),
(2948, 'es', 'Dardos', '<p>Dardos</p>', '', '', '', 'N', '', 'Y'),
(2948, 'pt', 'Dardos', '<p>Dardos</p>', '', '', '', 'N', '', 'Y'),
(2949, 'en', 'Flechas', '<p>Flechas</p>', '', '', '', 'N', '', 'Y'),
(2949, 'es', 'Flechas', '<p>Flechas</p>', '', '', '', 'N', '', 'Y'),
(2949, 'pt', 'Flechas', '<p>Flechas</p>', '', '', '', 'N', '', 'Y'),
(2950, 'en', 'Outros Equipamentos para Esportes com Alvos', '<p>Outros Equipamentos para Esportes com Alvos</p>', '', '', '', 'N', '', 'Y'),
(2950, 'es', 'Outros Equipamentos para Esportes com Alvos', '<p>Outros Equipamentos para Esportes com Alvos</p>', '', '', '', 'N', '', 'Y'),
(2950, 'pt', 'Outros Equipamentos para Esportes com Alvos', '<p>Outros Equipamentos para Esportes com Alvos</p>', '', '', '', 'N', '', 'Y'),
(2951, 'en', 'Pacotes de Variedades para Equipamentos de Esportes com Alvo', '<p>Pacotes de Variedades para Equipamentos de Esportes com Alvo</p>', '', '', '', 'N', '', 'Y'),
(2951, 'es', 'Pacotes de Variedades para Equipamentos de Esportes com Alvo', '<p>Pacotes de Variedades para Equipamentos de Esportes com Alvo</p>', '', '', '', 'N', '', 'Y'),
(2951, 'pt', 'Pacotes de Variedades para Equipamentos de Esportes com Alvo', '<p>Pacotes de Variedades para Equipamentos de Esportes com Alvo</p>', '', '', '', 'N', '', 'Y'),
(2952, 'en', 'Equipamentos para Esportes de Combate', '<p>Equipamentos para Esportes de Combate</p>', '', '', '', 'N', '', 'Y'),
(2952, 'es', 'Equipamentos para Esportes de Combate', '<p>Equipamentos para Esportes de Combate</p>', '', '', '', 'N', '', 'Y'),
(2952, 'pt', 'Equipamentos para Esportes de Combate', '<p>Equipamentos para Esportes de Combate</p>', '', '', '', 'N', '', 'Y'),
(2953, 'en', 'Equipamentos para Artes Marciais', '<p>Equipamentos para Artes Marciais</p>', '', '', '', 'N', '', 'Y'),
(2953, 'es', 'Equipamentos para Artes Marciais', '<p>Equipamentos para Artes Marciais</p>', '', '', '', 'N', '', 'Y'),
(2953, 'pt', 'Equipamentos para Artes Marciais', '<p>Equipamentos para Artes Marciais</p>', '', '', '', 'N', '', 'Y'),
(2954, 'en', 'Equipamentos para Esgrima (Elétricos)', '<p>Equipamentos para Esgrima (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2954, 'es', 'Equipamentos para Esgrima (Elétricos)', '<p>Equipamentos para Esgrima (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2954, 'pt', 'Equipamentos para Esgrima (Elétricos)', '<p>Equipamentos para Esgrima (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(2955, 'en', 'Equipamentos para Esgrima (Não Elétrico)', '<p>Equipamentos para Esgrima (Não Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(2955, 'es', 'Equipamentos para Esgrima (Não Elétrico)', '<p>Equipamentos para Esgrima (Não Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(2955, 'pt', 'Equipamentos para Esgrima (Não Elétrico)', '<p>Equipamentos para Esgrima (Não Elétrico)</p>', '', '', '', 'N', '', 'Y'),
(2956, 'en', 'Outros Equipamentos para Esportes de Combate', '<p>Outros Equipamentos para Esportes de Combate</p>', '', '', '', 'N', '', 'Y'),
(2956, 'es', 'Outros Equipamentos para Esportes de Combate', '<p>Outros Equipamentos para Esportes de Combate</p>', '', '', '', 'N', '', 'Y'),
(2956, 'pt', 'Outros Equipamentos para Esportes de Combate', '<p>Outros Equipamentos para Esportes de Combate</p>', '', '', '', 'N', '', 'Y'),
(2957, 'en', 'Pacotes de Variedades para Equipamentos de Esportes de Combate', '<p>Pacotes de Variedades para Equipamentos de Esportes de Combate</p>', '', '', '', 'N', '', 'Y'),
(2957, 'es', 'Pacotes de Variedades para Equipamentos de Esportes de Combate', '<p>Pacotes de Variedades para Equipamentos de Esportes de Combate</p>', '', '', '', 'N', '', 'Y'),
(2957, 'pt', 'Pacotes de Variedades para Equipamentos de Esportes de Combate', '<p>Pacotes de Variedades para Equipamentos de Esportes de Combate</p>', '', '', '', 'N', '', 'Y'),
(2958, 'en', 'Recursos para Treinamento de Socos/Chutes', '<p>Recursos para Treinamento de Socos/Chutes</p>', '', '', '', 'N', '', 'Y'),
(2958, 'es', 'Recursos para Treinamento de Socos/Chutes', '<p>Recursos para Treinamento de Socos/Chutes</p>', '', '', '', 'N', '', 'Y'),
(2958, 'pt', 'Recursos para Treinamento de Socos/Chutes', '<p>Recursos para Treinamento de Socos/Chutes</p>', '', '', '', 'N', '', 'Y'),
(2959, 'en', 'Equipamentos para Esportes na Neve/Gelo', '<p>Equipamentos para Esportes na Neve/Gelo</p>', '', '', '', 'N', '', 'Y'),
(2959, 'es', 'Equipamentos para Esportes na Neve/Gelo', '<p>Equipamentos para Esportes na Neve/Gelo</p>', '', '', '', 'N', '', 'Y'),
(2959, 'pt', 'Equipamentos para Esportes na Neve/Gelo', '<p>Equipamentos para Esportes na Neve/Gelo</p>', '', '', '', 'N', '', 'Y'),
(2960, 'en', 'Acessórios/Peças de Reposição - Equipamentos para Esportes na Neve/Gelo', '<p>Acessórios/Peças de Reposição - Equipamentos para Esportes na Neve/Gelo</p>', '', '', '', 'N', '', 'Y'),
(2960, 'es', 'Acessórios/Peças de Reposição - Equipamentos para Esportes na Neve/Gelo', '<p>Acessórios/Peças de Reposição - Equipamentos para Esportes na Neve/Gelo</p>', '', '', '', 'N', '', 'Y'),
(2960, 'pt', 'Acessórios/Peças de Reposição - Equipamentos para Esportes na Neve/Gelo', '<p>Acessórios/Peças de Reposição - Equipamentos para Esportes na Neve/Gelo</p>', '', '', '', 'N', '', 'Y'),
(2961, 'en', 'Esquis/ Pranchas para Esqui/ Pranchas para Snowboard', '<p>Esquis/ Pranchas para Esqui/ Pranchas para Snowboard</p>', '', '', '', 'N', '', 'Y'),
(2961, 'es', 'Esquis/ Pranchas para Esqui/ Pranchas para Snowboard', '<p>Esquis/ Pranchas para Esqui/ Pranchas para Snowboard</p>', '', '', '', 'N', '', 'Y'),
(2961, 'pt', 'Esquis/ Pranchas para Esqui/ Pranchas para Snowboard', '<p>Esquis/ Pranchas para Esqui/ Pranchas para Snowboard</p>', '', '', '', 'N', '', 'Y'),
(2962, 'en', 'Outros Equipamentos para Esportes na Neve/Gelo', '<p>Outros Equipamentos para Esportes na Neve/Gelo</p>', '', '', '', 'N', '', 'Y'),
(2962, 'es', 'Outros Equipamentos para Esportes na Neve/Gelo', '<p>Outros Equipamentos para Esportes na Neve/Gelo</p>', '', '', '', 'N', '', 'Y'),
(2962, 'pt', 'Outros Equipamentos para Esportes na Neve/Gelo', '<p>Outros Equipamentos para Esportes na Neve/Gelo</p>', '', '', '', 'N', '', 'Y'),
(2963, 'en', 'Pacotes de Variedades de Equipamentos para Esportes na Neve/Gelo', '<p>Pacotes de Variedades de Equipamentos para Esportes na Neve/Gelo</p>', '', '', '', 'N', '', 'Y'),
(2963, 'es', 'Pacotes de Variedades de Equipamentos para Esportes na Neve/Gelo', '<p>Pacotes de Variedades de Equipamentos para Esportes na Neve/Gelo</p>', '', '', '', 'N', '', 'Y'),
(2963, 'pt', 'Pacotes de Variedades de Equipamentos para Esportes na Neve/Gelo', '<p>Pacotes de Variedades de Equipamentos para Esportes na Neve/Gelo</p>', '', '', '', 'N', '', 'Y'),
(2964, 'en', 'Pedras de Granito (Curling)', '<p>Pedras de Granito (Curling)</p>', '', '', '', 'N', '', 'Y'),
(2964, 'es', 'Pedras de Granito (Curling)', '<p>Pedras de Granito (Curling)</p>', '', '', '', 'N', '', 'Y'),
(2964, 'pt', 'Pedras de Granito (Curling)', '<p>Pedras de Granito (Curling)</p>', '', '', '', 'N', '', 'Y'),
(2965, 'en', 'Trenós', '<p>Trenós</p>', '', '', '', 'N', '', 'Y'),
(2965, 'es', 'Trenós', '<p>Trenós</p>', '', '', '', 'N', '', 'Y'),
(2965, 'pt', 'Trenós', '<p>Trenós</p>', '', '', '', 'N', '', 'Y'),
(2966, 'en', 'Equipamentos para Ginástica', '<p>Equipamentos para Ginástica</p>', '', '', '', 'N', '', 'Y'),
(2966, 'es', 'Equipamentos para Ginástica', '<p>Equipamentos para Ginástica</p>', '', '', '', 'N', '', 'Y'),
(2966, 'pt', 'Equipamentos para Ginástica', '<p>Equipamentos para Ginástica</p>', '', '', '', 'N', '', 'Y'),
(2967, 'en', 'Aparelhos de Ginástica', '<p>Aparelhos de Ginástica</p>', '', '', '', 'N', '', 'Y'),
(2967, 'es', 'Aparelhos de Ginástica', '<p>Aparelhos de Ginástica</p>', '', '', '', 'N', '', 'Y'),
(2967, 'pt', 'Aparelhos de Ginástica', '<p>Aparelhos de Ginástica</p>', '', '', '', 'N', '', 'Y'),
(2968, 'en', 'Equipamento de Ginástica Rítmica', '<p>Equipamento de Ginástica Rítmica</p>', '', '', '', 'N', '', 'Y'),
(2968, 'es', 'Equipamento de Ginástica Rítmica', '<p>Equipamento de Ginástica Rítmica</p>', '', '', '', 'N', '', 'Y'),
(2968, 'pt', 'Equipamento de Ginástica Rítmica', '<p>Equipamento de Ginástica Rítmica</p>', '', '', '', 'N', '', 'Y'),
(2969, 'en', 'Outros Equipamentos para Ginástica', '<p>Outros Equipamentos para Ginástica</p>', '', '', '', 'N', '', 'Y'),
(2969, 'es', 'Outros Equipamentos para Ginástica', '<p>Outros Equipamentos para Ginástica</p>', '', '', '', 'N', '', 'Y'),
(2969, 'pt', 'Outros Equipamentos para Ginástica', '<p>Outros Equipamentos para Ginástica</p>', '', '', '', 'N', '', 'Y'),
(2970, 'en', 'Pacotes de Variedades para Equipamentos de Ginástica', '<p>Pacotes de Variedades para Equipamentos de Ginástica</p>', '', '', '', 'N', '', 'Y'),
(2970, 'es', 'Pacotes de Variedades para Equipamentos de Ginástica', '<p>Pacotes de Variedades para Equipamentos de Ginástica</p>', '', '', '', 'N', '', 'Y'),
(2970, 'pt', 'Pacotes de Variedades para Equipamentos de Ginástica', '<p>Pacotes de Variedades para Equipamentos de Ginástica</p>', '', '', '', 'N', '', 'Y'),
(2971, 'en', 'Mesas Esportivas', '<p>Mesas Esportivas</p>', '', '', '', 'N', '', 'Y'),
(2971, 'es', 'Mesas Esportivas', '<p>Mesas Esportivas</p>', '', '', '', 'N', '', 'Y'),
(2971, 'pt', 'Mesas Esportivas', '<p>Mesas Esportivas</p>', '', '', '', 'N', '', 'Y'),
(2972, 'en', 'Mesas de Esporte', '<p>Mesas de Esporte</p>', '', '', '', 'N', '', 'Y'),
(2972, 'es', 'Mesas de Esporte', '<p>Mesas de Esporte</p>', '', '', '', 'N', '', 'Y'),
(2972, 'pt', 'Mesas de Esporte', '<p>Mesas de Esporte</p>', '', '', '', 'N', '', 'Y'),
(2973, 'en', 'Outras Mesas de Esporte', '<p>Outras Mesas de Esporte</p>', '', '', '', 'N', '', 'Y'),
(2973, 'es', 'Outras Mesas de Esporte', '<p>Outras Mesas de Esporte</p>', '', '', '', 'N', '', 'Y'),
(2973, 'pt', 'Outras Mesas de Esporte', '<p>Outras Mesas de Esporte</p>', '', '', '', 'N', '', 'Y'),
(2974, 'en', 'Pacotes de Variedades para Equipamentos Esportivos', '<p>Pacotes de Variedades para Equipamentos Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2974, 'es', 'Pacotes de Variedades para Equipamentos Esportivos', '<p>Pacotes de Variedades para Equipamentos Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2974, 'pt', 'Pacotes de Variedades para Equipamentos Esportivos', '<p>Pacotes de Variedades para Equipamentos Esportivos</p>', '', '', '', 'N', '', 'Y'),
(2975, 'en', 'Recursos para Esportes de Caça', '<p>Recursos para Esportes de Caça</p>', '', '', '', 'N', '', 'Y'),
(2975, 'es', 'Recursos para Esportes de Caça', '<p>Recursos para Esportes de Caça</p>', '', '', '', 'N', '', 'Y'),
(2975, 'pt', 'Recursos para Esportes de Caça', '<p>Recursos para Esportes de Caça</p>', '', '', '', 'N', '', 'Y'),
(2976, 'en', 'Equipamentos para Vestimenta de Caça no Campo', '<p>Equipamentos para Vestimenta de Caça no Campo</p>', '', '', '', 'N', '', 'Y'),
(2976, 'es', 'Equipamentos para Vestimenta de Caça no Campo', '<p>Equipamentos para Vestimenta de Caça no Campo</p>', '', '', '', 'N', '', 'Y'),
(2976, 'pt', 'Equipamentos para Vestimenta de Caça no Campo', '<p>Equipamentos para Vestimenta de Caça no Campo</p>', '', '', '', 'N', '', 'Y'),
(2977, 'en', 'Iscas para Caça/ Chamarizes/Chamadores', '<p>Iscas para Caça/ Chamarizes/Chamadores</p>', '', '', '', 'N', '', 'Y'),
(2977, 'es', 'Iscas para Caça/ Chamarizes/Chamadores', '<p>Iscas para Caça/ Chamarizes/Chamadores</p>', '', '', '', 'N', '', 'Y'),
(2977, 'pt', 'Iscas para Caça/ Chamarizes/Chamadores', '<p>Iscas para Caça/ Chamarizes/Chamadores</p>', '', '', '', 'N', '', 'Y'),
(2978, 'en', 'Outros Recursos para Esportes de Caça', '<p>Outros Recursos para Esportes de Caça</p>', '', '', '', 'N', '', 'Y'),
(2978, 'es', 'Outros Recursos para Esportes de Caça', '<p>Outros Recursos para Esportes de Caça</p>', '', '', '', 'N', '', 'Y'),
(2978, 'pt', 'Outros Recursos para Esportes de Caça', '<p>Outros Recursos para Esportes de Caça</p>', '', '', '', 'N', '', 'Y'),
(2979, 'en', 'Pacotes de Variedades de Recursos para Esportes de Caça', '<p>Pacotes de Variedades de Recursos para Esportes de Caça</p>', '', '', '', 'N', '', 'Y'),
(2979, 'es', 'Pacotes de Variedades de Recursos para Esportes de Caça', '<p>Pacotes de Variedades de Recursos para Esportes de Caça</p>', '', '', '', 'N', '', 'Y'),
(2979, 'pt', 'Pacotes de Variedades de Recursos para Esportes de Caça', '<p>Pacotes de Variedades de Recursos para Esportes de Caça</p>', '', '', '', 'N', '', 'Y'),
(2980, 'en', 'Exercitadores / Transporte de Bebês', '<p>Exercitadores / Transporte de Bebês</p>', '', '', '', 'N', '', 'Y'),
(2980, 'es', 'Exercitadores / Transporte de Bebês', '<p>Exercitadores / Transporte de Bebês</p>', '', '', '', 'N', '', 'Y'),
(2980, 'pt', 'Exercitadores / Transporte de Bebês', '<p>Exercitadores / Transporte de Bebês</p>', '', '', '', 'N', '', 'Y'),
(2981, 'en', 'Acessórios para carrinhos de bebê', '<p>Acessórios para carrinhos de bebê</p>', '', '', '', 'N', '', 'Y'),
(2981, 'es', 'Acessórios para carrinhos de bebê', '<p>Acessórios para carrinhos de bebê</p>', '', '', '', 'N', '', 'Y'),
(2981, 'pt', 'Acessórios para carrinhos de bebê', '<p>Acessórios para carrinhos de bebê</p>', '', '', '', 'N', '', 'Y'),
(2982, 'en', 'Andadores', '<p>Andadores</p>', '', '', '', 'N', '', 'Y'),
(2982, 'es', 'Andadores', '<p>Andadores</p>', '', '', '', 'N', '', 'Y'),
(2982, 'pt', 'Andadores', '<p>Andadores</p>', '', '', '', 'N', '', 'Y'),
(2983, 'en', 'Berços', '<p>Berços</p>', '', '', '', 'N', '', 'Y'),
(2983, 'es', 'Berços', '<p>Berços</p>', '', '', '', 'N', '', 'Y'),
(2983, 'pt', 'Berços', '<p>Berços</p>', '', '', '', 'N', '', 'Y'),
(2984, 'en', 'Berços portáteis para viagem', '<p>Berços portáteis para viagem</p>', '', '', '', 'N', '', 'Y'),
(2984, 'es', 'Berços portáteis para viagem', '<p>Berços portáteis para viagem</p>', '', '', '', 'N', '', 'Y'),
(2984, 'pt', 'Berços portáteis para viagem', '<p>Berços portáteis para viagem</p>', '', '', '', 'N', '', 'Y'),
(2985, 'en', 'Cadeiras de balanço para bebês', '<p>Cadeiras de balanço para bebês</p>', '', '', '', 'N', '', 'Y'),
(2985, 'es', 'Cadeiras de balanço para bebês', '<p>Cadeiras de balanço para bebês</p>', '', '', '', 'N', '', 'Y'),
(2985, 'pt', 'Cadeiras de balanço para bebês', '<p>Cadeiras de balanço para bebês</p>', '', '', '', 'N', '', 'Y'),
(2986, 'en', 'Cadeirinha de balanço', '<p>Cadeirinha de balanço</p>', '', '', '', 'N', '', 'Y'),
(2986, 'es', 'Cadeirinha de balanço', '<p>Cadeirinha de balanço</p>', '', '', '', 'N', '', 'Y'),
(2986, 'pt', 'Cadeirinha de balanço', '<p>Cadeirinha de balanço</p>', '', '', '', 'N', '', 'Y'),
(2987, 'en', 'Canguru', '<p>Canguru</p>', '', '', '', 'N', '', 'Y'),
(2987, 'es', 'Canguru', '<p>Canguru</p>', '', '', '', 'N', '', 'Y'),
(2987, 'pt', 'Canguru', '<p>Canguru</p>', '', '', '', 'N', '', 'Y'),
(2988, 'en', 'Carrinhos de bebê', '<p>Carrinhos de bebê</p>', '', '', '', 'N', '', 'Y'),
(2988, 'es', 'Carrinhos de bebê', '<p>Carrinhos de bebê</p>', '', '', '', 'N', '', 'Y'),
(2988, 'pt', 'Carrinhos de bebê', '<p>Carrinhos de bebê</p>', '', '', '', 'N', '', 'Y'),
(2989, 'en', 'Exercitadores / Transporte de Bebês - Pacote de variedades', '<p>Exercitadores / Transporte de Bebês - Pacote de variedades</p>', '', '', '', 'N', '', 'Y'),
(2989, 'es', 'Exercitadores / Transporte de Bebês - Pacote de variedades', '<p>Exercitadores / Transporte de Bebês - Pacote de variedades</p>', '', '', '', 'N', '', 'Y'),
(2989, 'pt', 'Exercitadores / Transporte de Bebês - Pacote de variedades', '<p>Exercitadores / Transporte de Bebês - Pacote de variedades</p>', '', '', '', 'N', '', 'Y'),
(2990, 'en', 'Exercitadores / Transporte de Bebês - Peças de reposição', '<p>Exercitadores / Transporte de Bebês - Peças de reposição</p>', '', '', '', 'N', '', 'Y'),
(2990, 'es', 'Exercitadores / Transporte de Bebês - Peças de reposição', '<p>Exercitadores / Transporte de Bebês - Peças de reposição</p>', '', '', '', 'N', '', 'Y'),
(2990, 'pt', 'Exercitadores / Transporte de Bebês - Peças de reposição', '<p>Exercitadores / Transporte de Bebês - Peças de reposição</p>', '', '', '', 'N', '', 'Y'),
(2991, 'en', 'Outros Exercícios para o bebê', '<p>Outros Exercícios para o bebê</p>', '', '', '', 'N', '', 'Y'),
(2991, 'es', 'Outros Exercícios para o bebê', '<p>Outros Exercícios para o bebê</p>', '', '', '', 'N', '', 'Y'),
(2991, 'pt', 'Outros Exercícios para o bebê', '<p>Outros Exercícios para o bebê</p>', '', '', '', 'N', '', 'Y'),
(2992, 'en', 'Equipamentos para Oficina/Armazenagem de Ferramentas', '<p>Equipamentos para Oficina/Armazenagem de Ferramentas</p>', '', '', '', 'N', '', 'Y'),
(2992, 'es', 'Equipamentos para Oficina/Armazenagem de Ferramentas', '<p>Equipamentos para Oficina/Armazenagem de Ferramentas</p>', '', '', '', 'N', '', 'Y'),
(2992, 'pt', 'Equipamentos para Oficina/Armazenagem de Ferramentas', '<p>Equipamentos para Oficina/Armazenagem de Ferramentas</p>', '', '', '', 'N', '', 'Y'),
(2993, 'en', 'Armazenamento de Ferramentas', '<p>Armazenamento de Ferramentas</p>', '', '', '', 'N', '', 'Y'),
(2993, 'es', 'Armazenamento de Ferramentas', '<p>Armazenamento de Ferramentas</p>', '', '', '', 'N', '', 'Y'),
(2993, 'pt', 'Armazenamento de Ferramentas', '<p>Armazenamento de Ferramentas</p>', '', '', '', 'N', '', 'Y'),
(2994, 'en', 'Assistência oficina', '<p>Assistência oficina</p>', '', '', '', 'N', '', 'Y'),
(2994, 'es', 'Assistência oficina', '<p>Assistência oficina</p>', '', '', '', 'N', '', 'Y'),
(2994, 'pt', 'Assistência oficina', '<p>Assistência oficina</p>', '', '', '', 'N', '', 'Y'),
(2995, 'en', 'Ferramentas/Equipamentos-Elétricos', '<p>Ferramentas/Equipamentos-Elétricos</p>', '', '', '', 'N', '', 'Y'),
(2995, 'es', 'Ferramentas/Equipamentos-Elétricos', '<p>Ferramentas/Equipamentos-Elétricos</p>', '', '', '', 'N', '', 'Y'),
(2995, 'pt', 'Ferramentas/Equipamentos-Elétricos', '<p>Ferramentas/Equipamentos-Elétricos</p>', '', '', '', 'N', '', 'Y'),
(2996, 'en', 'Ferramentas Elétricas - Equipamentos de Manuseio/Elevação', '<p>Ferramentas Elétricas - Equipamentos de Manuseio/Elevação</p>', '', '', '', 'N', '', 'Y'),
(2996, 'es', 'Ferramentas Elétricas - Equipamentos de Manuseio/Elevação', '<p>Ferramentas Elétricas - Equipamentos de Manuseio/Elevação</p>', '', '', '', 'N', '', 'Y'),
(2996, 'pt', 'Ferramentas Elétricas - Equipamentos de Manuseio/Elevação', '<p>Ferramentas Elétricas - Equipamentos de Manuseio/Elevação</p>', '', '', '', 'N', '', 'Y'),
(2997, 'en', 'Ferramentas Elétricas - Imóveis/Bancada', '<p>Ferramentas Elétricas - Imóveis/Bancada</p>', '', '', '', 'N', '', 'Y'),
(2997, 'es', 'Ferramentas Elétricas - Imóveis/Bancada', '<p>Ferramentas Elétricas - Imóveis/Bancada</p>', '', '', '', 'N', '', 'Y'),
(2997, 'pt', 'Ferramentas Elétricas - Imóveis/Bancada', '<p>Ferramentas Elétricas - Imóveis/Bancada</p>', '', '', '', 'N', '', 'Y'),
(2998, 'en', 'Ferramentas elétricas - portáteis', '<p>Ferramentas elétricas - portáteis</p>', '', '', '', 'N', '', 'Y'),
(2998, 'es', 'Ferramentas elétricas - portáteis', '<p>Ferramentas elétricas - portáteis</p>', '', '', '', 'N', '', 'Y'),
(2998, 'pt', 'Ferramentas elétricas - portáteis', '<p>Ferramentas elétricas - portáteis</p>', '', '', '', 'N', '', 'Y'),
(2999, 'en', 'Militar - Equipamento Especializado de Engenharia - Motorizado', '<p>Militar - Equipamento Especializado de Engenharia - Motorizado</p>', '', '', '', 'N', '', 'Y'),
(2999, 'es', 'Militar - Equipamento Especializado de Engenharia - Motorizado', '<p>Militar - Equipamento Especializado de Engenharia - Motorizado</p>', '', '', '', 'N', '', 'Y'),
(2999, 'pt', 'Militar - Equipamento Especializado de Engenharia - Motorizado', '<p>Militar - Equipamento Especializado de Engenharia - Motorizado</p>', '', '', '', 'N', '', 'Y'),
(3000, 'en', 'Pacotes de Variedade de Ferramentas Elétricas', '<p>Pacotes de Variedade de Ferramentas Elétricas</p>', '', '', '', 'N', '', 'Y'),
(3000, 'es', 'Pacotes de Variedade de Ferramentas Elétricas', '<p>Pacotes de Variedade de Ferramentas Elétricas</p>', '', '', '', 'N', '', 'Y'),
(3000, 'pt', 'Pacotes de Variedade de Ferramentas Elétricas', '<p>Pacotes de Variedade de Ferramentas Elétricas</p>', '', '', '', 'N', '', 'Y'),
(3001, 'en', 'Ferramentas/Equipamentos-Manuais', '<p>Ferramentas/Equipamentos-Manuais</p>', '', '', '', 'N', '', 'Y'),
(3001, 'es', 'Ferramentas/Equipamentos-Manuais', '<p>Ferramentas/Equipamentos-Manuais</p>', '', '', '', 'N', '', 'Y'),
(3001, 'pt', 'Ferramentas/Equipamentos-Manuais', '<p>Ferramentas/Equipamentos-Manuais</p>', '', '', '', 'N', '', 'Y'),
(3002, 'en', 'Brocas - Não Elétricas', '<p>Brocas - Não Elétricas</p>', '', '', '', 'N', '', 'Y'),
(3002, 'es', 'Brocas - Não Elétricas', '<p>Brocas - Não Elétricas</p>', '', '', '', 'N', '', 'Y'),
(3002, 'pt', 'Brocas - Não Elétricas', '<p>Brocas - Não Elétricas</p>', '', '', '', 'N', '', 'Y'),
(3003, 'en', 'Chaves', '<p>Chaves</p>', '', '', '', 'N', '', 'Y'),
(3003, 'es', 'Chaves', '<p>Chaves</p>', '', '', '', 'N', '', 'Y'),
(3003, 'pt', 'Chaves', '<p>Chaves</p>', '', '', '', 'N', '', 'Y'),
(3004, 'en', 'Chaves de fenda', '<p>Chaves de fenda</p>', '', '', '', 'N', '', 'Y'),
(3004, 'es', 'Chaves de fenda', '<p>Chaves de fenda</p>', '', '', '', 'N', '', 'Y'),
(3004, 'pt', 'Chaves de fenda', '<p>Chaves de fenda</p>', '', '', '', 'N', '', 'Y'),
(3005, 'en', 'Cinzéis/Sulcos', '<p>Cinzéis/Sulcos</p>', '', '', '', 'N', '', 'Y'),
(3005, 'es', 'Cinzéis/Sulcos', '<p>Cinzéis/Sulcos</p>', '', '', '', 'N', '', 'Y'),
(3005, 'pt', 'Cinzéis/Sulcos', '<p>Cinzéis/Sulcos</p>', '', '', '', 'N', '', 'Y'),
(3006, 'en', 'Demolição/Remoção', '<p>Demolição/Remoção</p>', '', '', '', 'N', '', 'Y'),
(3006, 'es', 'Demolição/Remoção', '<p>Demolição/Remoção</p>', '', '', '', 'N', '', 'Y'),
(3006, 'pt', 'Demolição/Remoção', '<p>Demolição/Remoção</p>', '', '', '', 'N', '', 'Y'),
(3007, 'en', 'Equipamento de Transporte / Elevação / Escalada', '<p>Equipamento de Transporte / Elevação / Escalada</p>', '', '', '', 'N', '', 'Y'),
(3007, 'es', 'Equipamento de Transporte / Elevação / Escalada', '<p>Equipamento de Transporte / Elevação / Escalada</p>', '', '', '', 'N', '', 'Y'),
(3007, 'pt', 'Equipamento de Transporte / Elevação / Escalada', '<p>Equipamento de Transporte / Elevação / Escalada</p>', '', '', '', 'N', '', 'Y'),
(3008, 'en', 'Esmeril/Afiadoras/Raspadeiras', '<p>Esmeril/Afiadoras/Raspadeiras</p>', '', '', '', 'N', '', 'Y'),
(3008, 'es', 'Esmeril/Afiadoras/Raspadeiras', '<p>Esmeril/Afiadoras/Raspadeiras</p>', '', '', '', 'N', '', 'Y'),
(3008, 'pt', 'Esmeril/Afiadoras/Raspadeiras', '<p>Esmeril/Afiadoras/Raspadeiras</p>', '', '', '', 'N', '', 'Y'),
(3009, 'en', 'Facas - Não Elétricas', '<p>Facas - Não Elétricas</p>', '', '', '', 'N', '', 'Y'),
(3009, 'es', 'Facas - Não Elétricas', '<p>Facas - Não Elétricas</p>', '', '', '', 'N', '', 'Y'),
(3009, 'pt', 'Facas - Não Elétricas', '<p>Facas - Não Elétricas</p>', '', '', '', 'N', '', 'Y'),
(3010, 'en', 'Ferramentas de Canos/Tubos', '<p>Ferramentas de Canos/Tubos</p>', '', '', '', 'N', '', 'Y'),
(3010, 'es', 'Ferramentas de Canos/Tubos', '<p>Ferramentas de Canos/Tubos</p>', '', '', '', 'N', '', 'Y'),
(3010, 'pt', 'Ferramentas de Canos/Tubos', '<p>Ferramentas de Canos/Tubos</p>', '', '', '', 'N', '', 'Y'),
(3011, 'en', 'Ferramentas de Corte de Metal/Pinças/Alicates', '<p>Ferramentas de Corte de Metal/Pinças/Alicates</p>', '', '', '', 'N', '', 'Y'),
(3011, 'es', 'Ferramentas de Corte de Metal/Pinças/Alicates', '<p>Ferramentas de Corte de Metal/Pinças/Alicates</p>', '', '', '', 'N', '', 'Y'),
(3011, 'pt', 'Ferramentas de Corte de Metal/Pinças/Alicates', '<p>Ferramentas de Corte de Metal/Pinças/Alicates</p>', '', '', '', 'N', '', 'Y'),
(3012, 'en', 'Ferramentas de Marcação/Nivelamento/Medição', '<p>Ferramentas de Marcação/Nivelamento/Medição</p>', '', '', '', 'N', '', 'Y'),
(3012, 'es', 'Ferramentas de Marcação/Nivelamento/Medição', '<p>Ferramentas de Marcação/Nivelamento/Medição</p>', '', '', '', 'N', '', 'Y'),
(3012, 'pt', 'Ferramentas de Marcação/Nivelamento/Medição', '<p>Ferramentas de Marcação/Nivelamento/Medição</p>', '', '', '', 'N', '', 'Y'),
(3013, 'en', 'Ferramentas de Telha/Vidro/Alvenaria', '<p>Ferramentas de Telha/Vidro/Alvenaria</p>', '', '', '', 'N', '', 'Y'),
(3013, 'es', 'Ferramentas de Telha/Vidro/Alvenaria', '<p>Ferramentas de Telha/Vidro/Alvenaria</p>', '', '', '', 'N', '', 'Y'),
(3013, 'pt', 'Ferramentas de Telha/Vidro/Alvenaria', '<p>Ferramentas de Telha/Vidro/Alvenaria</p>', '', '', '', 'N', '', 'Y'),
(3014, 'en', 'Ferramentas para paredes de gesso', '<p>Ferramentas para paredes de gesso</p>', '', '', '', 'N', '', 'Y'),
(3014, 'es', 'Ferramentas para paredes de gesso', '<p>Ferramentas para paredes de gesso</p>', '', '', '', 'N', '', 'Y'),
(3014, 'pt', 'Ferramentas para paredes de gesso', '<p>Ferramentas para paredes de gesso</p>', '', '', '', 'N', '', 'Y'),
(3015, 'en', 'Ferramentas pneumáticas', '<p>Ferramentas pneumáticas</p>', '', '', '', 'N', '', 'Y'),
(3015, 'es', 'Ferramentas pneumáticas', '<p>Ferramentas pneumáticas</p>', '', '', '', 'N', '', 'Y'),
(3015, 'pt', 'Ferramentas pneumáticas', '<p>Ferramentas pneumáticas</p>', '', '', '', 'N', '', 'Y'),
(3016, 'en', 'Ferramentas/Equipamento - outros manuais', '<p>Ferramentas/Equipamento - outros manuais</p>', '', '', '', 'N', '', 'Y'),
(3016, 'es', 'Ferramentas/Equipamento - outros manuais', '<p>Ferramentas/Equipamento - outros manuais</p>', '', '', '', 'N', '', 'Y'),
(3016, 'pt', 'Ferramentas/Equipamento - outros manuais', '<p>Ferramentas/Equipamento - outros manuais</p>', '', '', '', 'N', '', 'Y'),
(3017, 'en', 'Ferramentas/Equipamentos - Pacotes de Variedades Manuais', '<p>Ferramentas/Equipamentos - Pacotes de Variedades Manuais</p>', '', '', '', 'N', '', 'Y'),
(3017, 'es', 'Ferramentas/Equipamentos - Pacotes de Variedades Manuais', '<p>Ferramentas/Equipamentos - Pacotes de Variedades Manuais</p>', '', '', '', 'N', '', 'Y'),
(3017, 'pt', 'Ferramentas/Equipamentos - Pacotes de Variedades Manuais', '<p>Ferramentas/Equipamentos - Pacotes de Variedades Manuais</p>', '', '', '', 'N', '', 'Y'),
(3018, 'en', 'Funis', '<p>Funis</p>', '', '', '', 'N', '', 'Y'),
(3018, 'es', 'Funis', '<p>Funis</p>', '', '', '', 'N', '', 'Y'),
(3018, 'pt', 'Funis', '<p>Funis</p>', '', '', '', 'N', '', 'Y'),
(3019, 'en', 'Martelos/Marretas/Machadinhos/Batentes', '<p>Martelos/Marretas/Machadinhos/Batentes</p>', '', '', '', 'N', '', 'Y'),
(3019, 'es', 'Martelos/Marretas/Machadinhos/Batentes', '<p>Martelos/Marretas/Machadinhos/Batentes</p>', '', '', '', 'N', '', 'Y'),
(3019, 'pt', 'Martelos/Marretas/Machadinhos/Batentes', '<p>Martelos/Marretas/Machadinhos/Batentes</p>', '', '', '', 'N', '', 'Y'),
(3020, 'en', 'Militar - Equipamento Especializado de Engenharia - Manual', '<p>Militar - Equipamento Especializado de Engenharia - Manual</p>', '', '', '', 'N', '', 'Y'),
(3020, 'es', 'Militar - Equipamento Especializado de Engenharia - Manual', '<p>Militar - Equipamento Especializado de Engenharia - Manual</p>', '', '', '', 'N', '', 'Y'),
(3020, 'pt', 'Militar - Equipamento Especializado de Engenharia - Manual', '<p>Militar - Equipamento Especializado de Engenharia - Manual</p>', '', '', '', 'N', '', 'Y'),
(3021, 'en', 'Morsas/braçadeiras', '<p>Morsas/braçadeiras</p>', '', '', '', 'N', '', 'Y'),
(3021, 'es', 'Morsas/braçadeiras', '<p>Morsas/braçadeiras</p>', '', '', '', 'N', '', 'Y'),
(3021, 'pt', 'Morsas/braçadeiras', '<p>Morsas/braçadeiras</p>', '', '', '', 'N', '', 'Y'),
(3022, 'en', 'Pistolas de pregos / grampeadores / ferramentas de rebitagem', '<p>Pistolas de pregos / grampeadores / ferramentas de rebitagem</p>', '', '', '', 'N', '', 'Y'),
(3022, 'es', 'Pistolas de pregos / grampeadores / ferramentas de rebitagem', '<p>Pistolas de pregos / grampeadores / ferramentas de rebitagem</p>', '', '', '', 'N', '', 'Y'),
(3022, 'pt', 'Pistolas de pregos / grampeadores / ferramentas de rebitagem', '<p>Pistolas de pregos / grampeadores / ferramentas de rebitagem</p>', '', '', '', 'N', '', 'Y'),
(3023, 'en', 'Planos/Afiadoras/Limas/Raspadeiras', '<p>Planos/Afiadoras/Limas/Raspadeiras</p>', '', '', '', 'N', '', 'Y'),
(3023, 'es', 'Planos/Afiadoras/Limas/Raspadeiras', '<p>Planos/Afiadoras/Limas/Raspadeiras</p>', '', '', '', 'N', '', 'Y'),
(3023, 'pt', 'Planos/Afiadoras/Limas/Raspadeiras', '<p>Planos/Afiadoras/Limas/Raspadeiras</p>', '', '', '', 'N', '', 'Y'),
(3024, 'en', 'Queimadores de gás / Tochas', '<p>Queimadores de gás / Tochas</p>', '', '', '', 'N', '', 'Y'),
(3024, 'es', 'Queimadores de gás / Tochas', '<p>Queimadores de gás / Tochas</p>', '', '', '', 'N', '', 'Y'),
(3024, 'pt', 'Queimadores de gás / Tochas', '<p>Queimadores de gás / Tochas</p>', '', '', '', 'N', '', 'Y'),
(3025, 'en', 'Serras - Não Elétricas', '<p>Serras - Não Elétricas</p>', '', '', '', 'N', '', 'Y'),
(3025, 'es', 'Serras - Não Elétricas', '<p>Serras - Não Elétricas</p>', '', '', '', 'N', '', 'Y'),
(3025, 'pt', 'Serras - Não Elétricas', '<p>Serras - Não Elétricas</p>', '', '', '', 'N', '', 'Y'),
(3026, 'en', 'Sovelas/Punções/Conjunto de Punções', '<p>Sovelas/Punções/Conjunto de Punções</p>', '', '', '', 'N', '', 'Y'),
(3026, 'es', 'Sovelas/Punções/Conjunto de Punções', '<p>Sovelas/Punções/Conjunto de Punções</p>', '', '', '', 'N', '', 'Y'),
(3026, 'pt', 'Sovelas/Punções/Conjunto de Punções', '<p>Sovelas/Punções/Conjunto de Punções</p>', '', '', '', 'N', '', 'Y'),
(3027, 'en', 'tomadas/Cunhos de Rosqueamento - Não Elétricos', '<p>tomadas/Cunhos de Rosqueamento - Não Elétricos</p>', '', '', '', 'N', '', 'Y'),
(3027, 'es', 'tomadas/Cunhos de Rosqueamento - Não Elétricos', '<p>tomadas/Cunhos de Rosqueamento - Não Elétricos</p>', '', '', '', 'N', '', 'Y'),
(3027, 'pt', 'tomadas/Cunhos de Rosqueamento - Não Elétricos', '<p>tomadas/Cunhos de Rosqueamento - Não Elétricos</p>', '', '', '', 'N', '', 'Y'),
(3028, 'en', 'Informática', '<p>Informática</p>', '', '', '', 'N', '', 'Y'),
(3028, 'es', 'Informática', '<p>Informática</p>', '', '', '', 'N', '', 'Y'),
(3028, 'pt', 'Informática', '<p>Informática</p>', '', '', '', 'N', '', 'Y'),
(3029, 'en', 'Acessórios para Computador/Vídeo Game', '<p>Acessórios para Computador/Vídeo Game</p>', '', '', '', 'N', '', 'Y'),
(3029, 'es', 'Acessórios para Computador/Vídeo Game', '<p>Acessórios para Computador/Vídeo Game</p>', '', '', '', 'N', '', 'Y'),
(3029, 'pt', 'Acessórios para Computador/Vídeo Game', '<p>Acessórios para Computador/Vídeo Game</p>', '', '', '', 'N', '', 'Y'),
(3030, 'en', 'Componentes para Computadores', '<p>Componentes para Computadores</p>', '', '', '', 'N', '', 'Y'),
(3030, 'es', 'Componentes para Computadores', '<p>Componentes para Computadores</p>', '', '', '', 'N', '', 'Y'),
(3030, 'pt', 'Componentes para Computadores', '<p>Componentes para Computadores</p>', '', '', '', 'N', '', 'Y'),
(3031, 'en', 'Computador/Software para Vídeo Game', '<p>Computador/Software para Vídeo Game</p>', '', '', '', 'N', '', 'Y'),
(3031, 'es', 'Computador/Software para Vídeo Game', '<p>Computador/Software para Vídeo Game</p>', '', '', '', 'N', '', 'Y'),
(3031, 'pt', 'Computador/Software para Vídeo Game', '<p>Computador/Software para Vídeo Game</p>', '', '', '', 'N', '', 'Y'),
(3032, 'en', 'Computadores', '<p>Computadores</p>', '', '', '', 'N', '', 'Y'),
(3032, 'es', 'Computadores', '<p>Computadores</p>', '', '', '', 'N', '', 'Y'),
(3032, 'pt', 'Computadores', '<p>Computadores</p>', '', '', '', 'N', '', 'Y'),
(3033, 'en', 'Consoles de Videogame', '<p>Consoles de Videogame</p>', '', '', '', 'N', '', 'Y'),
(3033, 'es', 'Consoles de Videogame', '<p>Consoles de Videogame</p>', '', '', '', 'N', '', 'Y'),
(3033, 'pt', 'Consoles de Videogame', '<p>Consoles de Videogame</p>', '', '', '', 'N', '', 'Y'),
(3034, 'en', 'Dispositivos de Entrada para Computador / Controle para Vídeo Games', '<p>Dispositivos de Entrada para Computador / Controle para Vídeo Games</p>', '', '', '', 'N', '', 'Y'),
(3034, 'es', 'Dispositivos de Entrada para Computador / Controle para Vídeo Games', '<p>Dispositivos de Entrada para Computador / Controle para Vídeo Games</p>', '', '', '', 'N', '', 'Y'),
(3034, 'pt', 'Dispositivos de Entrada para Computador / Controle para Vídeo Games', '<p>Dispositivos de Entrada para Computador / Controle para Vídeo Games</p>', '', '', '', 'N', '', 'Y'),
(3035, 'en', 'Drives de Computador', '<p>Drives de Computador</p>', '', '', '', 'N', '', 'Y'),
(3035, 'es', 'Drives de Computador', '<p>Drives de Computador</p>', '', '', '', 'N', '', 'Y'),
(3035, 'pt', 'Drives de Computador', '<p>Drives de Computador</p>', '', '', '', 'N', '', 'Y'),
(3036, 'en', 'Equipamentos para Rede de Computador', '<p>Equipamentos para Rede de Computador</p>', '', '', '', 'N', '', 'Y'),
(3036, 'es', 'Equipamentos para Rede de Computador', '<p>Equipamentos para Rede de Computador</p>', '', '', '', 'N', '', 'Y'),
(3036, 'pt', 'Equipamentos para Rede de Computador', '<p>Equipamentos para Rede de Computador</p>', '', '', '', 'N', '', 'Y'),
(3037, 'en', 'Pacotes de Variedades para Computadores / Vídeo Games', '<p>Pacotes de Variedades para Computadores / Vídeo Games</p>', '', '', '', 'N', '', 'Y'),
(3037, 'es', 'Pacotes de Variedades para Computadores / Vídeo Games', '<p>Pacotes de Variedades para Computadores / Vídeo Games</p>', '', '', '', 'N', '', 'Y'),
(3037, 'pt', 'Pacotes de Variedades para Computadores / Vídeo Games', '<p>Pacotes de Variedades para Computadores / Vídeo Games</p>', '', '', '', 'N', '', 'Y'),
(3038, 'en', 'Periféricos / Vídeo Game', '<p>Periféricos / Vídeo Game</p>', '', '', '', 'N', '', 'Y'),
(3038, 'es', 'Periféricos / Vídeo Game', '<p>Periféricos / Vídeo Game</p>', '', '', '', 'N', '', 'Y'),
(3038, 'pt', 'Periféricos / Vídeo Game', '<p>Periféricos / Vídeo Game</p>', '', '', '', 'N', '', 'Y'),
(3039, 'en', 'Ligações elétricas', '<p>Ligações elétricas</p>', '', '', '', 'N', '', 'Y'),
(3039, 'es', 'Ligações elétricas', '<p>Ligações elétricas</p>', '', '', '', 'N', '', 'Y'),
(3039, 'pt', 'Ligações elétricas', '<p>Ligações elétricas</p>', '', '', '', 'N', '', 'Y'),
(3040, 'en', 'Aparelhos Elétricos Gerais', '<p>Aparelhos Elétricos Gerais</p>', '', '', '', 'N', '', 'Y'),
(3040, 'es', 'Aparelhos Elétricos Gerais', '<p>Aparelhos Elétricos Gerais</p>', '', '', '', 'N', '', 'Y'),
(3040, 'pt', 'Aparelhos Elétricos Gerais', '<p>Aparelhos Elétricos Gerais</p>', '', '', '', 'N', '', 'Y'),
(3041, 'en', 'Cabos/Extensão para Fonte de Energia', '<p>Cabos/Extensão para Fonte de Energia</p>', '', '', '', 'N', '', 'Y'),
(3041, 'es', 'Cabos/Extensão para Fonte de Energia', '<p>Cabos/Extensão para Fonte de Energia</p>', '', '', '', 'N', '', 'Y'),
(3041, 'pt', 'Cabos/Extensão para Fonte de Energia', '<p>Cabos/Extensão para Fonte de Energia</p>', '', '', '', 'N', '', 'Y'),
(3042, 'en', 'Fio Terra / Conexão', '<p>Fio Terra / Conexão</p>', '', '', '', 'N', '', 'Y'),
(3042, 'es', 'Fio Terra / Conexão', '<p>Fio Terra / Conexão</p>', '', '', '', 'N', '', 'Y'),
(3042, 'pt', 'Fio Terra / Conexão', '<p>Fio Terra / Conexão</p>', '', '', '', 'N', '', 'Y'),
(3043, 'en', 'Multímetros', '<p>Multímetros</p>', '', '', '', 'N', '', 'Y'),
(3043, 'es', 'Multímetros', '<p>Multímetros</p>', '', '', '', 'N', '', 'Y'),
(3043, 'pt', 'Multímetros', '<p>Multímetros</p>', '', '', '', 'N', '', 'Y'),
(3044, 'en', 'Placas para Interruptores Elétricos', '<p>Placas para Interruptores Elétricos</p>', '', '', '', 'N', '', 'Y'),
(3044, 'es', 'Placas para Interruptores Elétricos', '<p>Placas para Interruptores Elétricos</p>', '', '', '', 'N', '', 'Y'),
(3044, 'pt', 'Placas para Interruptores Elétricos', '<p>Placas para Interruptores Elétricos</p>', '', '', '', 'N', '', 'Y'),
(3045, 'en', 'Puxadores de Cabos/Fios', '<p>Puxadores de Cabos/Fios</p>', '', '', '', 'N', '', 'Y'),
(3045, 'es', 'Puxadores de Cabos/Fios', '<p>Puxadores de Cabos/Fios</p>', '', '', '', 'N', '', 'Y'),
(3045, 'pt', 'Puxadores de Cabos/Fios', '<p>Puxadores de Cabos/Fios</p>', '', '', '', 'N', '', 'Y'),
(3046, 'en', 'Verificadores Eletrônicos', '<p>Verificadores Eletrônicos</p>', '', '', '', 'N', '', 'Y'),
(3046, 'es', 'Verificadores Eletrônicos', '<p>Verificadores Eletrônicos</p>', '', '', '', 'N', '', 'Y'),
(3046, 'pt', 'Verificadores Eletrônicos', '<p>Verificadores Eletrônicos</p>', '', '', '', 'N', '', 'Y'),
(3047, 'en', 'Componentes Eletrônicos para Comunicação', '<p>Componentes Eletrônicos para Comunicação</p>', '', '', '', 'N', '', 'Y'),
(3047, 'es', 'Componentes Eletrônicos para Comunicação', '<p>Componentes Eletrônicos para Comunicação</p>', '', '', '', 'N', '', 'Y'),
(3047, 'pt', 'Componentes Eletrônicos para Comunicação', '<p>Componentes Eletrônicos para Comunicação</p>', '', '', '', 'N', '', 'Y'),
(3048, 'en', 'Acessórios para Circuitos Eletrônicos', '<p>Acessórios para Circuitos Eletrônicos</p>', '', '', '', 'N', '', 'Y'),
(3048, 'es', 'Acessórios para Circuitos Eletrônicos', '<p>Acessórios para Circuitos Eletrônicos</p>', '', '', '', 'N', '', 'Y'),
(3048, 'pt', 'Acessórios para Circuitos Eletrônicos', '<p>Acessórios para Circuitos Eletrônicos</p>', '', '', '', 'N', '', 'Y'),
(3049, 'en', 'Circuitos Integrados / Circuitos Montados', '<p>Circuitos Integrados / Circuitos Montados</p>', '', '', '', 'N', '', 'Y'),
(3049, 'es', 'Circuitos Integrados / Circuitos Montados', '<p>Circuitos Integrados / Circuitos Montados</p>', '', '', '', 'N', '', 'Y'),
(3049, 'pt', 'Circuitos Integrados / Circuitos Montados', '<p>Circuitos Integrados / Circuitos Montados</p>', '', '', '', 'N', '', 'Y'),
(3050, 'en', 'Componentes discretos', '<p>Componentes discretos</p>', '', '', '', 'N', '', 'Y'),
(3050, 'es', 'Componentes discretos', '<p>Componentes discretos</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(3050, 'pt', 'Componentes discretos', '<p>Componentes discretos</p>', '', '', '', 'N', '', 'Y'),
(3051, 'en', 'Conexão/Distribuição de Energia Elétrica', '<p>Conexão/Distribuição de Energia Elétrica</p>', '', '', '', 'N', '', 'Y'),
(3051, 'es', 'Conexão/Distribuição de Energia Elétrica', '<p>Conexão/Distribuição de Energia Elétrica</p>', '', '', '', 'N', '', 'Y'),
(3051, 'pt', 'Conexão/Distribuição de Energia Elétrica', '<p>Conexão/Distribuição de Energia Elétrica</p>', '', '', '', 'N', '', 'Y'),
(3052, 'en', 'Baterias/Carregadores', '<p>Baterias/Carregadores</p>', '', '', '', 'N', '', 'Y'),
(3052, 'es', 'Baterias/Carregadores', '<p>Baterias/Carregadores</p>', '', '', '', 'N', '', 'Y'),
(3052, 'pt', 'Baterias/Carregadores', '<p>Baterias/Carregadores</p>', '', '', '', 'N', '', 'Y'),
(3053, 'en', 'Baterias', '<p>Baterias</p>', '', '', '', 'N', '', 'Y'),
(3053, 'es', 'Baterias', '<p>Baterias</p>', '', '', '', 'N', '', 'Y'),
(3053, 'pt', 'Baterias', '<p>Baterias</p>', '', '', '', 'N', '', 'Y'),
(3054, 'en', 'Caixas de bateria', '<p>Caixas de bateria</p>', '', '', '', 'N', '', 'Y'),
(3054, 'es', 'Caixas de bateria', '<p>Caixas de bateria</p>', '', '', '', 'N', '', 'Y'),
(3054, 'pt', 'Caixas de bateria', '<p>Caixas de bateria</p>', '', '', '', 'N', '', 'Y'),
(3055, 'en', 'Carregadores', '<p>Carregadores</p>', '', '', '', 'N', '', 'Y'),
(3055, 'es', 'Carregadores', '<p>Carregadores</p>', '', '', '', 'N', '', 'Y'),
(3055, 'pt', 'Carregadores', '<p>Carregadores</p>', '', '', '', 'N', '', 'Y'),
(3056, 'en', 'Pacotes de Variedades para Baterias/Carregadores', '<p>Pacotes de Variedades para Baterias/Carregadores</p>', '', '', '', 'N', '', 'Y'),
(3056, 'es', 'Pacotes de Variedades para Baterias/Carregadores', '<p>Pacotes de Variedades para Baterias/Carregadores</p>', '', '', '', 'N', '', 'Y'),
(3056, 'pt', 'Pacotes de Variedades para Baterias/Carregadores', '<p>Pacotes de Variedades para Baterias/Carregadores</p>', '', '', '', 'N', '', 'Y'),
(3057, 'en', 'Conexão Elétrica', '<p>Conexão Elétrica</p>', '', '', '', 'N', '', 'Y'),
(3057, 'es', 'Conexão Elétrica', '<p>Conexão Elétrica</p>', '', '', '', 'N', '', 'Y'),
(3057, 'pt', 'Conexão Elétrica', '<p>Conexão Elétrica</p>', '', '', '', 'N', '', 'Y'),
(3058, 'en', 'Conectores (Elétricos)', '<p>Conectores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(3058, 'es', 'Conectores (Elétricos)', '<p>Conectores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(3058, 'pt', 'Conectores (Elétricos)', '<p>Conectores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(3059, 'en', 'Pacotes de Variedades para Conexão Elétrica', '<p>Pacotes de Variedades para Conexão Elétrica</p>', '', '', '', 'N', '', 'Y'),
(3059, 'es', 'Pacotes de Variedades para Conexão Elétrica', '<p>Pacotes de Variedades para Conexão Elétrica</p>', '', '', '', 'N', '', 'Y'),
(3059, 'pt', 'Pacotes de Variedades para Conexão Elétrica', '<p>Pacotes de Variedades para Conexão Elétrica</p>', '', '', '', 'N', '', 'Y'),
(3060, 'en', 'Plugues', '<p>Plugues</p>', '', '', '', 'N', '', 'Y'),
(3060, 'es', 'Plugues', '<p>Plugues</p>', '', '', '', 'N', '', 'Y'),
(3060, 'pt', 'Plugues', '<p>Plugues</p>', '', '', '', 'N', '', 'Y'),
(3061, 'en', 'Tomadas/Receptáculos/Saídas', '<p>Tomadas/Receptáculos/Saídas</p>', '', '', '', 'N', '', 'Y'),
(3061, 'es', 'Tomadas/Receptáculos/Saídas', '<p>Tomadas/Receptáculos/Saídas</p>', '', '', '', 'N', '', 'Y'),
(3061, 'pt', 'Tomadas/Receptáculos/Saídas', '<p>Tomadas/Receptáculos/Saídas</p>', '', '', '', 'N', '', 'Y'),
(3062, 'en', 'Distribuição Elétrica', '<p>Distribuição Elétrica</p>', '', '', '', 'N', '', 'Y'),
(3062, 'es', 'Distribuição Elétrica', '<p>Distribuição Elétrica</p>', '', '', '', 'N', '', 'Y'),
(3062, 'pt', 'Distribuição Elétrica', '<p>Distribuição Elétrica</p>', '', '', '', 'N', '', 'Y'),
(3063, 'en', 'Adaptadores (Elétricos)', '<p>Adaptadores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(3063, 'es', 'Adaptadores (Elétricos)', '<p>Adaptadores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(3063, 'pt', 'Adaptadores (Elétricos)', '<p>Adaptadores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(3064, 'en', 'Barras Coletores/Barramentos', '<p>Barras Coletores/Barramentos</p>', '', '', '', 'N', '', 'Y'),
(3064, 'es', 'Barras Coletores/Barramentos', '<p>Barras Coletores/Barramentos</p>', '', '', '', 'N', '', 'Y'),
(3064, 'pt', 'Barras Coletores/Barramentos', '<p>Barras Coletores/Barramentos</p>', '', '', '', 'N', '', 'Y'),
(3065, 'en', 'Caixas/Paineis de Distribuição', '<p>Caixas/Paineis de Distribuição</p>', '', '', '', 'N', '', 'Y'),
(3065, 'es', 'Caixas/Paineis de Distribuição', '<p>Caixas/Paineis de Distribuição</p>', '', '', '', 'N', '', 'Y'),
(3065, 'pt', 'Caixas/Paineis de Distribuição', '<p>Caixas/Paineis de Distribuição</p>', '', '', '', 'N', '', 'Y'),
(3066, 'en', 'Condensadores', '<p>Condensadores</p>', '', '', '', 'N', '', 'Y'),
(3066, 'es', 'Condensadores', '<p>Condensadores</p>', '', '', '', 'N', '', 'Y'),
(3066, 'pt', 'Condensadores', '<p>Condensadores</p>', '', '', '', 'N', '', 'Y'),
(3067, 'en', 'Controladores/Temporizadores Elétricos Universais/Multiuso', '<p>Controladores/Temporizadores Elétricos Universais/Multiuso</p>', '', '', '', 'N', '', 'Y'),
(3067, 'es', 'Controladores/Temporizadores Elétricos Universais/Multiuso', '<p>Controladores/Temporizadores Elétricos Universais/Multiuso</p>', '', '', '', 'N', '', 'Y'),
(3067, 'pt', 'Controladores/Temporizadores Elétricos Universais/Multiuso', '<p>Controladores/Temporizadores Elétricos Universais/Multiuso</p>', '', '', '', 'N', '', 'Y'),
(3068, 'en', 'Conversores/Inversores/Reguladores/Transformadores', '<p>Conversores/Inversores/Reguladores/Transformadores</p>', '', '', '', 'N', '', 'Y'),
(3068, 'es', 'Conversores/Inversores/Reguladores/Transformadores', '<p>Conversores/Inversores/Reguladores/Transformadores</p>', '', '', '', 'N', '', 'Y'),
(3068, 'pt', 'Conversores/Inversores/Reguladores/Transformadores', '<p>Conversores/Inversores/Reguladores/Transformadores</p>', '', '', '', 'N', '', 'Y'),
(3069, 'en', 'Disjuntores', '<p>Disjuntores</p>', '', '', '', 'N', '', 'Y'),
(3069, 'es', 'Disjuntores', '<p>Disjuntores</p>', '', '', '', 'N', '', 'Y'),
(3069, 'pt', 'Disjuntores', '<p>Disjuntores</p>', '', '', '', 'N', '', 'Y'),
(3070, 'en', 'Faixas/Blocos Terminais', '<p>Faixas/Blocos Terminais</p>', '', '', '', 'N', '', 'Y'),
(3070, 'es', 'Faixas/Blocos Terminais', '<p>Faixas/Blocos Terminais</p>', '', '', '', 'N', '', 'Y'),
(3070, 'pt', 'Faixas/Blocos Terminais', '<p>Faixas/Blocos Terminais</p>', '', '', '', 'N', '', 'Y'),
(3071, 'en', 'Filtros DSL', '<p>Filtros DSL</p>', '', '', '', 'N', '', 'Y'),
(3071, 'es', 'Filtros DSL', '<p>Filtros DSL</p>', '', '', '', 'N', '', 'Y'),
(3071, 'pt', 'Filtros DSL', '<p>Filtros DSL</p>', '', '', '', 'N', '', 'Y'),
(3072, 'en', 'Filtros/Establizadores de Energia', '<p>Filtros/Establizadores de Energia</p>', '', '', '', 'N', '', 'Y'),
(3072, 'es', 'Filtros/Establizadores de Energia', '<p>Filtros/Establizadores de Energia</p>', '', '', '', 'N', '', 'Y'),
(3072, 'pt', 'Filtros/Establizadores de Energia', '<p>Filtros/Establizadores de Energia</p>', '', '', '', 'N', '', 'Y'),
(3073, 'en', 'Fusíveis', '<p>Fusíveis</p>', '', '', '', 'N', '', 'Y'),
(3073, 'es', 'Fusíveis', '<p>Fusíveis</p>', '', '', '', 'N', '', 'Y'),
(3073, 'pt', 'Fusíveis', '<p>Fusíveis</p>', '', '', '', 'N', '', 'Y'),
(3074, 'en', 'Interruptores', '<p>Interruptores</p>', '', '', '', 'N', '', 'Y'),
(3074, 'es', 'Interruptores', '<p>Interruptores</p>', '', '', '', 'N', '', 'Y'),
(3074, 'pt', 'Interruptores', '<p>Interruptores</p>', '', '', '', 'N', '', 'Y'),
(3075, 'en', 'Interruptores Eletromagnéticos/Comutadores', '<p>Interruptores Eletromagnéticos/Comutadores</p>', '', '', '', 'N', '', 'Y'),
(3075, 'es', 'Interruptores Eletromagnéticos/Comutadores', '<p>Interruptores Eletromagnéticos/Comutadores</p>', '', '', '', 'N', '', 'Y'),
(3075, 'pt', 'Interruptores Eletromagnéticos/Comutadores', '<p>Interruptores Eletromagnéticos/Comutadores</p>', '', '', '', 'N', '', 'Y'),
(3076, 'en', 'Peças/Acessórios para Distribuição Elétrica', '<p>Peças/Acessórios para Distribuição Elétrica</p>', '', '', '', 'N', '', 'Y'),
(3076, 'es', 'Peças/Acessórios para Distribuição Elétrica', '<p>Peças/Acessórios para Distribuição Elétrica</p>', '', '', '', 'N', '', 'Y'),
(3076, 'pt', 'Peças/Acessórios para Distribuição Elétrica', '<p>Peças/Acessórios para Distribuição Elétrica</p>', '', '', '', 'N', '', 'Y'),
(3077, 'en', 'Fiação/Cabeamento Elétrico', '<p>Fiação/Cabeamento Elétrico</p>', '', '', '', 'N', '', 'Y'),
(3077, 'es', 'Fiação/Cabeamento Elétrico', '<p>Fiação/Cabeamento Elétrico</p>', '', '', '', 'N', '', 'Y'),
(3077, 'pt', 'Fiação/Cabeamento Elétrico', '<p>Fiação/Cabeamento Elétrico</p>', '', '', '', 'N', '', 'Y'),
(3078, 'en', 'Cabos Elétricos', '<p>Cabos Elétricos</p>', '', '', '', 'N', '', 'Y'),
(3078, 'es', 'Cabos Elétricos', '<p>Cabos Elétricos</p>', '', '', '', 'N', '', 'Y'),
(3078, 'pt', 'Cabos Elétricos', '<p>Cabos Elétricos</p>', '', '', '', 'N', '', 'Y'),
(3079, 'en', 'Cabos Audiovisuais', '<p>Cabos Audiovisuais</p>', '', '', '', 'N', '', 'Y'),
(3079, 'es', 'Cabos Audiovisuais', '<p>Cabos Audiovisuais</p>', '', '', '', 'N', '', 'Y'),
(3079, 'pt', 'Cabos Audiovisuais', '<p>Cabos Audiovisuais</p>', '', '', '', 'N', '', 'Y'),
(3080, 'en', 'Cabos de Instalação de Satélites', '<p>Cabos de Instalação de Satélites</p>', '', '', '', 'N', '', 'Y'),
(3080, 'es', 'Cabos de Instalação de Satélites', '<p>Cabos de Instalação de Satélites</p>', '', '', '', 'N', '', 'Y'),
(3080, 'pt', 'Cabos de Instalação de Satélites', '<p>Cabos de Instalação de Satélites</p>', '', '', '', 'N', '', 'Y'),
(3081, 'en', 'Cabos de Telecomunicação', '<p>Cabos de Telecomunicação</p>', '', '', '', 'N', '', 'Y'),
(3081, 'es', 'Cabos de Telecomunicação', '<p>Cabos de Telecomunicação</p>', '', '', '', 'N', '', 'Y'),
(3081, 'pt', 'Cabos de Telecomunicação', '<p>Cabos de Telecomunicação</p>', '', '', '', 'N', '', 'Y'),
(3082, 'en', 'Cabos para Computador', '<p>Cabos para Computador</p>', '', '', '', 'N', '', 'Y'),
(3082, 'es', 'Cabos para Computador', '<p>Cabos para Computador</p>', '', '', '', 'N', '', 'Y'),
(3082, 'pt', 'Cabos para Computador', '<p>Cabos para Computador</p>', '', '', '', 'N', '', 'Y'),
(3083, 'en', 'Controle/Gestão de Cabeamento/Fiação', '<p>Controle/Gestão de Cabeamento/Fiação</p>', '', '', '', 'N', '', 'Y'),
(3083, 'es', 'Controle/Gestão de Cabeamento/Fiação', '<p>Controle/Gestão de Cabeamento/Fiação</p>', '', '', '', 'N', '', 'Y'),
(3083, 'pt', 'Controle/Gestão de Cabeamento/Fiação', '<p>Controle/Gestão de Cabeamento/Fiação</p>', '', '', '', 'N', '', 'Y'),
(3084, 'en', 'Acessórios para Cabos de Marcação', '<p>Acessórios para Cabos de Marcação</p>', '', '', '', 'N', '', 'Y'),
(3084, 'es', 'Acessórios para Cabos de Marcação', '<p>Acessórios para Cabos de Marcação</p>', '', '', '', 'N', '', 'Y'),
(3084, 'pt', 'Acessórios para Cabos de Marcação', '<p>Acessórios para Cabos de Marcação</p>', '', '', '', 'N', '', 'Y'),
(3085, 'en', 'Acessórios para Conduíte', '<p>Acessórios para Conduíte</p>', '', '', '', 'N', '', 'Y'),
(3085, 'es', 'Acessórios para Conduíte', '<p>Acessórios para Conduíte</p>', '', '', '', 'N', '', 'Y'),
(3085, 'pt', 'Acessórios para Conduíte', '<p>Acessórios para Conduíte</p>', '', '', '', 'N', '', 'Y'),
(3086, 'en', 'Cabos/Fios de Conduíte/Dutos/Condutores', '<p>Cabos/Fios de Conduíte/Dutos/Condutores</p>', '', '', '', 'N', '', 'Y'),
(3086, 'es', 'Cabos/Fios de Conduíte/Dutos/Condutores', '<p>Cabos/Fios de Conduíte/Dutos/Condutores</p>', '', '', '', 'N', '', 'Y'),
(3086, 'pt', 'Cabos/Fios de Conduíte/Dutos/Condutores', '<p>Cabos/Fios de Conduíte/Dutos/Condutores</p>', '', '', '', 'N', '', 'Y'),
(3087, 'en', 'Carretéis/ Puxadores de Cabos', '<p>Carretéis/ Puxadores de Cabos</p>', '', '', '', 'N', '', 'Y'),
(3087, 'es', 'Carretéis/ Puxadores de Cabos', '<p>Carretéis/ Puxadores de Cabos</p>', '', '', '', 'N', '', 'Y'),
(3087, 'pt', 'Carretéis/ Puxadores de Cabos', '<p>Carretéis/ Puxadores de Cabos</p>', '', '', '', 'N', '', 'Y'),
(3088, 'en', 'Grampos para Cabos/Aneis Isolantes/ Correntes', '<p>Grampos para Cabos/Aneis Isolantes/ Correntes</p>', '', '', '', 'N', '', 'Y'),
(3088, 'es', 'Grampos para Cabos/Aneis Isolantes/ Correntes', '<p>Grampos para Cabos/Aneis Isolantes/ Correntes</p>', '', '', '', 'N', '', 'Y'),
(3088, 'pt', 'Grampos para Cabos/Aneis Isolantes/ Correntes', '<p>Grampos para Cabos/Aneis Isolantes/ Correntes</p>', '', '', '', 'N', '', 'Y'),
(3089, 'en', 'Marcadores de Cabo', '<p>Marcadores de Cabo</p>', '', '', '', 'N', '', 'Y'),
(3089, 'es', 'Marcadores de Cabo', '<p>Marcadores de Cabo</p>', '', '', '', 'N', '', 'Y'),
(3089, 'pt', 'Marcadores de Cabo', '<p>Marcadores de Cabo</p>', '', '', '', 'N', '', 'Y'),
(3090, 'en', 'Proteção para Cabeamento/Fiação', '<p>Proteção para Cabeamento/Fiação</p>', '', '', '', 'N', '', 'Y'),
(3090, 'es', 'Proteção para Cabeamento/Fiação', '<p>Proteção para Cabeamento/Fiação</p>', '', '', '', 'N', '', 'Y'),
(3090, 'pt', 'Proteção para Cabeamento/Fiação', '<p>Proteção para Cabeamento/Fiação</p>', '', '', '', 'N', '', 'Y'),
(3091, 'en', 'Fiação Elétrica', '<p>Fiação Elétrica</p>', '', '', '', 'N', '', 'Y'),
(3091, 'es', 'Fiação Elétrica', '<p>Fiação Elétrica</p>', '', '', '', 'N', '', 'Y'),
(3091, 'pt', 'Fiação Elétrica', '<p>Fiação Elétrica</p>', '', '', '', 'N', '', 'Y'),
(3092, 'en', 'If Insulated', '<p>If Insulated</p>', '', '', '', 'N', '', 'Y'),
(3092, 'es', 'If Insulated', '<p>If Insulated</p>', '', '', '', 'N', '', 'Y'),
(3092, 'pt', 'If Insulated', '<p>If Insulated</p>', '', '', '', 'N', '', 'Y'),
(3093, 'en', 'Type of Material', '<p>Type of Material</p>', '', '', '', 'N', '', 'Y'),
(3093, 'es', 'Type of Material', '<p>Type of Material</p>', '', '', '', 'N', '', 'Y'),
(3093, 'pt', 'Type of Material', '<p>Type of Material</p>', '', '', '', 'N', '', 'Y'),
(3094, 'en', 'Iluminação Elétrica', '<p>Iluminação Elétrica</p>', '', '', '', 'N', '', 'Y'),
(3094, 'es', 'Iluminação Elétrica', '<p>Iluminação Elétrica</p>', '', '', '', 'N', '', 'Y'),
(3094, 'pt', 'Iluminação Elétrica', '<p>Iluminação Elétrica</p>', '', '', '', 'N', '', 'Y'),
(3095, 'en', 'Acessórios de iluminação elétrica', '<p>Acessórios de iluminação elétrica</p>', '', '', '', 'N', '', 'Y'),
(3095, 'es', 'Acessórios de iluminação elétrica', '<p>Acessórios de iluminação elétrica</p>', '', '', '', 'N', '', 'Y'),
(3095, 'pt', 'Acessórios de iluminação elétrica', '<p>Acessórios de iluminação elétrica</p>', '', '', '', 'N', '', 'Y'),
(3096, 'en', 'Abajures', '<p>Abajures</p>', '', '', '', 'N', '', 'Y'),
(3096, 'es', 'Abajures', '<p>Abajures</p>', '', '', '', 'N', '', 'Y'),
(3096, 'pt', 'Abajures', '<p>Abajures</p>', '', '', '', 'N', '', 'Y'),
(3097, 'en', 'Acessórios/Suportes para Lâmpada', '<p>Acessórios/Suportes para Lâmpada</p>', '', '', '', 'N', '', 'Y'),
(3097, 'es', 'Acessórios/Suportes para Lâmpada', '<p>Acessórios/Suportes para Lâmpada</p>', '', '', '', 'N', '', 'Y'),
(3097, 'pt', 'Acessórios/Suportes para Lâmpada', '<p>Acessórios/Suportes para Lâmpada</p>', '', '', '', 'N', '', 'Y'),
(3098, 'en', 'Candelabros/ Suportes', '<p>Candelabros/ Suportes</p>', '', '', '', 'N', '', 'Y'),
(3098, 'es', 'Candelabros/ Suportes', '<p>Candelabros/ Suportes</p>', '', '', '', 'N', '', 'Y'),
(3098, 'pt', 'Candelabros/ Suportes', '<p>Candelabros/ Suportes</p>', '', '', '', 'N', '', 'Y'),
(3099, 'en', 'Carregadores de Lâmpadas Incandescentes', '<p>Carregadores de Lâmpadas Incandescentes</p>', '', '', '', 'N', '', 'Y'),
(3099, 'es', 'Carregadores de Lâmpadas Incandescentes', '<p>Carregadores de Lâmpadas Incandescentes</p>', '', '', '', 'N', '', 'Y'),
(3099, 'pt', 'Carregadores de Lâmpadas Incandescentes', '<p>Carregadores de Lâmpadas Incandescentes</p>', '', '', '', 'N', '', 'Y'),
(3100, 'en', 'Tripé (Iluminação)', '<p>Tripé (Iluminação)</p>', '', '', '', 'N', '', 'Y'),
(3100, 'es', 'Tripé (Iluminação)', '<p>Tripé (Iluminação)</p>', '', '', '', 'N', '', 'Y'),
(3100, 'pt', 'Tripé (Iluminação)', '<p>Tripé (Iluminação)</p>', '', '', '', 'N', '', 'Y'),
(3101, 'en', 'Componentes para Controle de Iluminação Elétrica', '<p>Componentes para Controle de Iluminação Elétrica</p>', '', '', '', 'N', '', 'Y'),
(3101, 'es', 'Componentes para Controle de Iluminação Elétrica', '<p>Componentes para Controle de Iluminação Elétrica</p>', '', '', '', 'N', '', 'Y'),
(3101, 'pt', 'Componentes para Controle de Iluminação Elétrica', '<p>Componentes para Controle de Iluminação Elétrica</p>', '', '', '', 'N', '', 'Y'),
(3102, 'en', 'Reatores/Refletores', '<p>Reatores/Refletores</p>', '', '', '', 'N', '', 'Y'),
(3102, 'es', 'Reatores/Refletores', '<p>Reatores/Refletores</p>', '', '', '', 'N', '', 'Y'),
(3102, 'pt', 'Reatores/Refletores', '<p>Reatores/Refletores</p>', '', '', '', 'N', '', 'Y'),
(3103, 'en', 'Reguladores para iluminação', '<p>Reguladores para iluminação</p>', '', '', '', 'N', '', 'Y'),
(3103, 'es', 'Reguladores para iluminação', '<p>Reguladores para iluminação</p>', '', '', '', 'N', '', 'Y'),
(3103, 'pt', 'Reguladores para iluminação', '<p>Reguladores para iluminação</p>', '', '', '', 'N', '', 'Y'),
(3104, 'en', 'Tomadas para Lâmpadas Incandescentes', '<p>Tomadas para Lâmpadas Incandescentes</p>', '', '', '', 'N', '', 'Y'),
(3104, 'es', 'Tomadas para Lâmpadas Incandescentes', '<p>Tomadas para Lâmpadas Incandescentes</p>', '', '', '', 'N', '', 'Y'),
(3104, 'pt', 'Tomadas para Lâmpadas Incandescentes', '<p>Tomadas para Lâmpadas Incandescentes</p>', '', '', '', 'N', '', 'Y'),
(3105, 'en', 'Iluminação Elétrica - Outros', '<p>Iluminação Elétrica - Outros</p>', '', '', '', 'N', '', 'Y'),
(3105, 'es', 'Iluminação Elétrica - Outros', '<p>Iluminação Elétrica - Outros</p>', '', '', '', 'N', '', 'Y'),
(3105, 'pt', 'Iluminação Elétrica - Outros', '<p>Iluminação Elétrica - Outros</p>', '', '', '', 'N', '', 'Y'),
(3106, 'en', 'Iluminação Elétrica Portátil', '<p>Iluminação Elétrica Portátil</p>', '', '', '', 'N', '', 'Y'),
(3106, 'es', 'Iluminação Elétrica Portátil', '<p>Iluminação Elétrica Portátil</p>', '', '', '', 'N', '', 'Y'),
(3106, 'pt', 'Iluminação Elétrica Portátil', '<p>Iluminação Elétrica Portátil</p>', '', '', '', 'N', '', 'Y'),
(3107, 'en', 'Iluminação Estendida - Portátil', '<p>Iluminação Estendida - Portátil</p>', '', '', '', 'N', '', 'Y'),
(3107, 'es', 'Iluminação Estendida - Portátil', '<p>Iluminação Estendida - Portátil</p>', '', '', '', 'N', '', 'Y'),
(3107, 'pt', 'Iluminação Estendida - Portátil', '<p>Iluminação Estendida - Portátil</p>', '', '', '', 'N', '', 'Y'),
(3108, 'en', 'Lanternas Elétricas - Potáteis', '<p>Lanternas Elétricas - Potáteis</p>', '', '', '', 'N', '', 'Y'),
(3108, 'es', 'Lanternas Elétricas - Potáteis', '<p>Lanternas Elétricas - Potáteis</p>', '', '', '', 'N', '', 'Y'),
(3108, 'pt', 'Lanternas Elétricas - Potáteis', '<p>Lanternas Elétricas - Potáteis</p>', '', '', '', 'N', '', 'Y'),
(3109, 'en', 'Lanternas/Faroletes Elétricos', '<p>Lanternas/Faroletes Elétricos</p>', '', '', '', 'N', '', 'Y'),
(3109, 'es', 'Lanternas/Faroletes Elétricos', '<p>Lanternas/Faroletes Elétricos</p>', '', '', '', 'N', '', 'Y'),
(3109, 'pt', 'Lanternas/Faroletes Elétricos', '<p>Lanternas/Faroletes Elétricos</p>', '', '', '', 'N', '', 'Y'),
(3110, 'en', 'Iluminação/Lâmpadas Incandescentes/Lâmpadas Elétricas', '<p>Iluminação/Lâmpadas Incandescentes/Lâmpadas Elétricas</p>', '', '', '', 'N', '', 'Y'),
(3110, 'es', 'Iluminação/Lâmpadas Incandescentes/Lâmpadas Elétricas', '<p>Iluminação/Lâmpadas Incandescentes/Lâmpadas Elétricas</p>', '', '', '', 'N', '', 'Y'),
(3110, 'pt', 'Iluminação/Lâmpadas Incandescentes/Lâmpadas Elétricas', '<p>Iluminação/Lâmpadas Incandescentes/Lâmpadas Elétricas</p>', '', '', '', 'N', '', 'Y'),
(3111, 'en', 'Iluminação - Fixa', '<p>Iluminação - Fixa</p>', '', '', '', 'N', '', 'Y'),
(3111, 'es', 'Iluminação - Fixa', '<p>Iluminação - Fixa</p>', '', '', '', 'N', '', 'Y'),
(3111, 'pt', 'Iluminação - Fixa', '<p>Iluminação - Fixa</p>', '', '', '', 'N', '', 'Y'),
(3112, 'en', 'Iluminação de Fibra Ótica', '<p>Iluminação de Fibra Ótica</p>', '', '', '', 'N', '', 'Y'),
(3112, 'es', 'Iluminação de Fibra Ótica', '<p>Iluminação de Fibra Ótica</p>', '', '', '', 'N', '', 'Y'),
(3112, 'pt', 'Iluminação de Fibra Ótica', '<p>Iluminação de Fibra Ótica</p>', '', '', '', 'N', '', 'Y'),
(3113, 'en', 'Lâmpadas - Independentes', '<p>Lâmpadas - Independentes</p>', '', '', '', 'N', '', 'Y'),
(3113, 'es', 'Lâmpadas - Independentes', '<p>Lâmpadas - Independentes</p>', '', '', '', 'N', '', 'Y'),
(3113, 'pt', 'Lâmpadas - Independentes', '<p>Lâmpadas - Independentes</p>', '', '', '', 'N', '', 'Y'),
(3114, 'en', 'Lâmpadas Incandescentes /Tubos', '<p>Lâmpadas Incandescentes /Tubos</p>', '', '', '', 'N', '', 'Y'),
(3114, 'es', 'Lâmpadas Incandescentes /Tubos', '<p>Lâmpadas Incandescentes /Tubos</p>', '', '', '', 'N', '', 'Y'),
(3114, 'pt', 'Lâmpadas Incandescentes /Tubos', '<p>Lâmpadas Incandescentes /Tubos</p>', '', '', '', 'N', '', 'Y'),
(3115, 'en', 'Luzes Pisca-Pisca', '<p>Luzes Pisca-Pisca</p>', '', '', '', 'N', '', 'Y'),
(3115, 'es', 'Luzes Pisca-Pisca', '<p>Luzes Pisca-Pisca</p>', '', '', '', 'N', '', 'Y'),
(3115, 'pt', 'Luzes Pisca-Pisca', '<p>Luzes Pisca-Pisca</p>', '', '', '', 'N', '', 'Y'),
(3116, 'en', 'Lubrificantes', '<p>Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3116, 'es', 'Lubrificantes', '<p>Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3116, 'pt', 'Lubrificantes', '<p>Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3117, 'en', 'Armazenamento/Transferência de Compostos de Proteção/Lubrificantes', '<p>Armazenamento/Transferência de Compostos de Proteção/Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3117, 'es', 'Armazenamento/Transferência de Compostos de Proteção/Lubrificantes', '<p>Armazenamento/Transferência de Compostos de Proteção/Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3117, 'pt', 'Armazenamento/Transferência de Compostos de Proteção/Lubrificantes', '<p>Armazenamento/Transferência de Compostos de Proteção/Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3118, 'en', 'Armazenamento de Compostos de Proteção/Lubrificantes', '<p>Armazenamento de Compostos de Proteção/Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3118, 'es', 'Armazenamento de Compostos de Proteção/Lubrificantes', '<p>Armazenamento de Compostos de Proteção/Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3118, 'pt', 'Armazenamento de Compostos de Proteção/Lubrificantes', '<p>Armazenamento de Compostos de Proteção/Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3119, 'en', 'Distribuidores/Recipientes de Lubrificantes (Vazios)', '<p>Distribuidores/Recipientes de Lubrificantes (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(3119, 'es', 'Distribuidores/Recipientes de Lubrificantes (Vazios)', '<p>Distribuidores/Recipientes de Lubrificantes (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(3119, 'pt', 'Distribuidores/Recipientes de Lubrificantes (Vazios)', '<p>Distribuidores/Recipientes de Lubrificantes (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(3120, 'en', 'Pacotes de Variedade de Compostos de Proteção/Lubrificantes', '<p>Pacotes de Variedade de Compostos de Proteção/Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3120, 'es', 'Pacotes de Variedade de Compostos de Proteção/Lubrificantes', '<p>Pacotes de Variedade de Compostos de Proteção/Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3120, 'pt', 'Pacotes de Variedade de Compostos de Proteção/Lubrificantes', '<p>Pacotes de Variedade de Compostos de Proteção/Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3121, 'en', 'Recipientes de Drenagem', '<p>Recipientes de Drenagem</p>', '', '', '', 'N', '', 'Y'),
(3121, 'es', 'Recipientes de Drenagem', '<p>Recipientes de Drenagem</p>', '', '', '', 'N', '', 'Y'),
(3121, 'pt', 'Recipientes de Drenagem', '<p>Recipientes de Drenagem</p>', '', '', '', 'N', '', 'Y'),
(3122, 'en', 'Óleo Lubrificante/Bombas de Fluidos', '<p>Óleo Lubrificante/Bombas de Fluidos</p>', '', '', '', 'N', '', 'Y'),
(3122, 'es', 'Óleo Lubrificante/Bombas de Fluidos', '<p>Óleo Lubrificante/Bombas de Fluidos</p>', '', '', '', 'N', '', 'Y'),
(3122, 'pt', 'Óleo Lubrificante/Bombas de Fluidos', '<p>Óleo Lubrificante/Bombas de Fluidos</p>', '', '', '', 'N', '', 'Y'),
(3123, 'en', 'Óleo Lubrificante/Bombas de Fluidos (Alimentadas)', '<p>Óleo Lubrificante/Bombas de Fluidos (Alimentadas)</p>', '', '', '', 'N', '', 'Y'),
(3123, 'es', 'Óleo Lubrificante/Bombas de Fluidos (Alimentadas)', '<p>Óleo Lubrificante/Bombas de Fluidos (Alimentadas)</p>', '', '', '', 'N', '', 'Y'),
(3123, 'pt', 'Óleo Lubrificante/Bombas de Fluidos (Alimentadas)', '<p>Óleo Lubrificante/Bombas de Fluidos (Alimentadas)</p>', '', '', '', 'N', '', 'Y'),
(3124, 'en', 'Óleo Lubrificante/Bombas de Fluidos (Não Alimentadas)', '<p>Óleo Lubrificante/Bombas de Fluidos (Não Alimentadas)</p>', '', '', '', 'N', '', 'Y'),
(3124, 'es', 'Óleo Lubrificante/Bombas de Fluidos (Não Alimentadas)', '<p>Óleo Lubrificante/Bombas de Fluidos (Não Alimentadas)</p>', '', '', '', 'N', '', 'Y'),
(3124, 'pt', 'Óleo Lubrificante/Bombas de Fluidos (Não Alimentadas)', '<p>Óleo Lubrificante/Bombas de Fluidos (Não Alimentadas)</p>', '', '', '', 'N', '', 'Y'),
(3125, 'en', 'Lubrificantes/Compostos de Proteção', '<p>Lubrificantes/Compostos de Proteção</p>', '', '', '', 'N', '', 'Y'),
(3125, 'es', 'Lubrificantes/Compostos de Proteção', '<p>Lubrificantes/Compostos de Proteção</p>', '', '', '', 'N', '', 'Y'),
(3125, 'pt', 'Lubrificantes/Compostos de Proteção', '<p>Lubrificantes/Compostos de Proteção</p>', '', '', '', 'N', '', 'Y'),
(3126, 'en', 'Compostos de Proteção', '<p>Compostos de Proteção</p>', '', '', '', 'N', '', 'Y'),
(3126, 'es', 'Compostos de Proteção', '<p>Compostos de Proteção</p>', '', '', '', 'N', '', 'Y'),
(3126, 'pt', 'Compostos de Proteção', '<p>Compostos de Proteção</p>', '', '', '', 'N', '', 'Y'),
(3127, 'en', 'Anticongelante/Refrigerantes', '<p>Anticongelante/Refrigerantes</p>', '', '', '', 'N', '', 'Y'),
(3127, 'es', 'Anticongelante/Refrigerantes', '<p>Anticongelante/Refrigerantes</p>', '', '', '', 'N', '', 'Y'),
(3127, 'pt', 'Anticongelante/Refrigerantes', '<p>Anticongelante/Refrigerantes</p>', '', '', '', 'N', '', 'Y'),
(3128, 'en', 'Anticorrosivos', '<p>Anticorrosivos</p>', '', '', '', 'N', '', 'Y'),
(3128, 'es', 'Anticorrosivos', '<p>Anticorrosivos</p>', '', '', '', 'N', '', 'Y'),
(3128, 'pt', 'Anticorrosivos', '<p>Anticorrosivos</p>', '', '', '', 'N', '', 'Y'),
(3129, 'en', 'Pacotes de Variedade de Compostos de Proteção', '<p>Pacotes de Variedade de Compostos de Proteção</p>', '', '', '', 'N', '', 'Y'),
(3129, 'es', 'Pacotes de Variedade de Compostos de Proteção', '<p>Pacotes de Variedade de Compostos de Proteção</p>', '', '', '', 'N', '', 'Y'),
(3129, 'pt', 'Pacotes de Variedade de Compostos de Proteção', '<p>Pacotes de Variedade de Compostos de Proteção</p>', '', '', '', 'N', '', 'Y'),
(3130, 'en', 'Produtos Antirrespingos', '<p>Produtos Antirrespingos</p>', '', '', '', 'N', '', 'Y'),
(3130, 'es', 'Produtos Antirrespingos', '<p>Produtos Antirrespingos</p>', '', '', '', 'N', '', 'Y'),
(3130, 'pt', 'Produtos Antirrespingos', '<p>Produtos Antirrespingos</p>', '', '', '', 'N', '', 'Y'),
(3131, 'en', 'Pacotes de Variedade de Compostos de Proteção/Lubrificantes', '<p>Pacotes de Variedade de Compostos de Proteção/Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3131, 'es', 'Pacotes de Variedade de Compostos de Proteção/Lubrificantes', '<p>Pacotes de Variedade de Compostos de Proteção/Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3131, 'pt', 'Pacotes de Variedade de Compostos de Proteção/Lubrificantes', '<p>Pacotes de Variedade de Compostos de Proteção/Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3132, 'en', 'Produtos Lubrificantes', '<p>Produtos Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3132, 'es', 'Produtos Lubrificantes', '<p>Produtos Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3132, 'pt', 'Produtos Lubrificantes', '<p>Produtos Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3133, 'en', 'Ceras Lubrificantes', '<p>Ceras Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3133, 'es', 'Ceras Lubrificantes', '<p>Ceras Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3133, 'pt', 'Ceras Lubrificantes', '<p>Ceras Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3134, 'en', 'Graxas Lubrificantes', '<p>Graxas Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3134, 'es', 'Graxas Lubrificantes', '<p>Graxas Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3134, 'pt', 'Graxas Lubrificantes', '<p>Graxas Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3135, 'en', 'Óleos/Fluidos de Lubrificação', '<p>Óleos/Fluidos de Lubrificação</p>', '', '', '', 'N', '', 'Y'),
(3135, 'es', 'Óleos/Fluidos de Lubrificação', '<p>Óleos/Fluidos de Lubrificação</p>', '', '', '', 'N', '', 'Y'),
(3135, 'pt', 'Óleos/Fluidos de Lubrificação', '<p>Óleos/Fluidos de Lubrificação</p>', '', '', '', 'N', '', 'Y'),
(3136, 'en', 'Pacotes com Variedade de Produtos Lubrificantes', '<p>Pacotes com Variedade de Produtos Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3136, 'es', 'Pacotes com Variedade de Produtos Lubrificantes', '<p>Pacotes com Variedade de Produtos Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3136, 'pt', 'Pacotes com Variedade de Produtos Lubrificantes', '<p>Pacotes com Variedade de Produtos Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3137, 'en', 'Pacotes de Variedade de Lubrificantes', '<p>Pacotes de Variedade de Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3137, 'es', 'Pacotes de Variedade de Lubrificantes', '<p>Pacotes de Variedade de Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3137, 'pt', 'Pacotes de Variedade de Lubrificantes', '<p>Pacotes de Variedade de Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3138, 'en', 'Pacotes de Variedade de Lubrificantes', '<p>Pacotes de Variedade de Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3138, 'es', 'Pacotes de Variedade de Lubrificantes', '<p>Pacotes de Variedade de Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3138, 'pt', 'Pacotes de Variedade de Lubrificantes', '<p>Pacotes de Variedade de Lubrificantes</p>', '', '', '', 'N', '', 'Y'),
(3139, 'en', 'Materiais de Referência/Impressos/Textuais', '<p>Materiais de Referência/Impressos/Textuais</p>', '', '', '', 'N', '', 'Y'),
(3139, 'es', 'Materiais de Referência/Impressos/Textuais', '<p>Materiais de Referência/Impressos/Textuais</p>', '', '', '', 'N', '', 'Y'),
(3139, 'pt', 'Materiais de Referência/Impressos/Textuais', '<p>Materiais de Referência/Impressos/Textuais</p>', '', '', '', 'N', '', 'Y'),
(3140, 'en', 'Livros', '<p>Livros</p>', '', '', '', 'N', '', 'Y'),
(3140, 'es', 'Livros', '<p>Livros</p>', '', '', '', 'N', '', 'Y'),
(3140, 'pt', 'Livros', '<p>Livros</p>', '', '', '', 'N', '', 'Y'),
(3141, 'en', 'Mapas', '<p>Mapas</p>', '', '', '', 'N', '', 'Y'),
(3141, 'es', 'Mapas', '<p>Mapas</p>', '', '', '', 'N', '', 'Y'),
(3141, 'pt', 'Mapas', '<p>Mapas</p>', '', '', '', 'N', '', 'Y'),
(3142, 'en', 'Pacotes de Variedade de Materiais de Referência/Impressos/Textuais', '<p>Pacotes de Variedade de Materiais de Referência/Impressos/Textuais</p>', '', '', '', 'N', '', 'Y'),
(3142, 'es', 'Pacotes de Variedade de Materiais de Referência/Impressos/Textuais', '<p>Pacotes de Variedade de Materiais de Referência/Impressos/Textuais</p>', '', '', '', 'N', '', 'Y'),
(3142, 'pt', 'Pacotes de Variedade de Materiais de Referência/Impressos/Textuais', '<p>Pacotes de Variedade de Materiais de Referência/Impressos/Textuais</p>', '', '', '', 'N', '', 'Y'),
(3143, 'en', 'Periódicos', '<p>Periódicos</p>', '', '', '', 'N', '', 'Y'),
(3143, 'es', 'Periódicos', '<p>Periódicos</p>', '', '', '', 'N', '', 'Y'),
(3143, 'pt', 'Periódicos', '<p>Periódicos</p>', '', '', '', 'N', '', 'Y'),
(3144, 'en', 'Matérias-primas (Não Alimentos)', '<p>Matérias-primas (Não Alimentos)</p>', '', '', '', 'N', '', 'Y'),
(3144, 'es', 'Matérias-primas (Não Alimentos)', '<p>Matérias-primas (Não Alimentos)</p>', '', '', '', 'N', '', 'Y'),
(3144, 'pt', 'Matérias-primas (Não Alimentos)', '<p>Matérias-primas (Não Alimentos)</p>', '', '', '', 'N', '', 'Y'),
(3145, 'en', 'Matéria-prima formada', '<p>Matéria-prima formada</p>', '', '', '', 'N', '', 'Y'),
(3145, 'es', 'Matéria-prima formada', '<p>Matéria-prima formada</p>', '', '', '', 'N', '', 'Y'),
(3145, 'pt', 'Matéria-prima formada', '<p>Matéria-prima formada</p>', '', '', '', 'N', '', 'Y'),
(3146, 'en', 'Material reciclado/renovável', '<p>Material reciclado/renovável</p>', '', '', '', 'N', '', 'Y'),
(3146, 'es', 'Material reciclado/renovável', '<p>Material reciclado/renovável</p>', '', '', '', 'N', '', 'Y'),
(3146, 'pt', 'Material reciclado/renovável', '<p>Material reciclado/renovável</p>', '', '', '', 'N', '', 'Y'),
(3147, 'en', 'Aço (reciclado/renovável)', '<p>Aço (reciclado/renovável)</p>', '', '', '', 'N', '', 'Y'),
(3147, 'es', 'Aço (reciclado/renovável)', '<p>Aço (reciclado/renovável)</p>', '', '', '', 'N', '', 'Y'),
(3147, 'pt', 'Aço (reciclado/renovável)', '<p>Aço (reciclado/renovável)</p>', '', '', '', 'N', '', 'Y'),
(3148, 'en', 'Alumínio (reciclado/renovável)', '<p>Alumínio (reciclado/renovável)</p>', '', '', '', 'N', '', 'Y'),
(3148, 'es', 'Alumínio (reciclado/renovável)', '<p>Alumínio (reciclado/renovável)</p>', '', '', '', 'N', '', 'Y'),
(3148, 'pt', 'Alumínio (reciclado/renovável)', '<p>Alumínio (reciclado/renovável)</p>', '', '', '', 'N', '', 'Y'),
(3149, 'en', 'Cobre (reciclado/renovável)', '<p>Cobre (reciclado/renovável)</p>', '', '', '', 'N', '', 'Y'),
(3149, 'es', 'Cobre (reciclado/renovável)', '<p>Cobre (reciclado/renovável)</p>', '', '', '', 'N', '', 'Y'),
(3149, 'pt', 'Cobre (reciclado/renovável)', '<p>Cobre (reciclado/renovável)</p>', '', '', '', 'N', '', 'Y'),
(3150, 'en', 'Ferro (reciclado/renovável)', '<p>Ferro (reciclado/renovável)</p>', '', '', '', 'N', '', 'Y'),
(3150, 'es', 'Ferro (reciclado/renovável)', '<p>Ferro (reciclado/renovável)</p>', '', '', '', 'N', '', 'Y'),
(3150, 'pt', 'Ferro (reciclado/renovável)', '<p>Ferro (reciclado/renovável)</p>', '', '', '', 'N', '', 'Y'),
(3151, 'en', 'Madeira (reciclada/renovável)', '<p>Madeira (reciclada/renovável)</p>', '', '', '', 'N', '', 'Y'),
(3151, 'es', 'Madeira (reciclada/renovável)', '<p>Madeira (reciclada/renovável)</p>', '', '', '', 'N', '', 'Y'),
(3151, 'pt', 'Madeira (reciclada/renovável)', '<p>Madeira (reciclada/renovável)</p>', '', '', '', 'N', '', 'Y'),
(3152, 'en', 'Material (reciclado/renovável) - Outros', '<p>Material (reciclado/renovável) - Outros</p>', '', '', '', 'N', '', 'Y'),
(3152, 'es', 'Material (reciclado/renovável) - Outros', '<p>Material (reciclado/renovável) - Outros</p>', '', '', '', 'N', '', 'Y'),
(3152, 'pt', 'Material (reciclado/renovável) - Outros', '<p>Material (reciclado/renovável) - Outros</p>', '', '', '', 'N', '', 'Y'),
(3153, 'en', 'Papel e Papelão (reciclado/renovável)', '<p>Papel e Papelão (reciclado/renovável)</p>', '', '', '', 'N', '', 'Y'),
(3153, 'es', 'Papel e Papelão (reciclado/renovável)', '<p>Papel e Papelão (reciclado/renovável)</p>', '', '', '', 'N', '', 'Y'),
(3153, 'pt', 'Papel e Papelão (reciclado/renovável)', '<p>Papel e Papelão (reciclado/renovável)</p>', '', '', '', 'N', '', 'Y'),
(3154, 'en', 'Plástico (reciclado/renovável)', '<p>Plástico (reciclado/renovável)</p>', '', '', '', 'N', '', 'Y'),
(3154, 'es', 'Plástico (reciclado/renovável)', '<p>Plástico (reciclado/renovável)</p>', '', '', '', 'N', '', 'Y'),
(3154, 'pt', 'Plástico (reciclado/renovável)', '<p>Plástico (reciclado/renovável)</p>', '', '', '', 'N', '', 'Y'),
(3155, 'en', 'Vidro (reciclado/renovável)', '<p>Vidro (reciclado/renovável)</p>', '', '', '', 'N', '', 'Y'),
(3155, 'es', 'Vidro (reciclado/renovável)', '<p>Vidro (reciclado/renovável)</p>', '', '', '', 'N', '', 'Y'),
(3155, 'pt', 'Vidro (reciclado/renovável)', '<p>Vidro (reciclado/renovável)</p>', '', '', '', 'N', '', 'Y'),
(3156, 'en', 'Matéria-prima (formada)', '<p>Matéria-prima (formada)</p>', '', '', '', 'N', '', 'Y'),
(3156, 'es', 'Matéria-prima (formada)', '<p>Matéria-prima (formada)</p>', '', '', '', 'N', '', 'Y'),
(3156, 'pt', 'Matéria-prima (formada)', '<p>Matéria-prima (formada)</p>', '', '', '', 'N', '', 'Y'),
(3157, 'en', 'Aço (formado)', '<p>Aço (formado)</p>', '', '', '', 'N', '', 'Y'),
(3157, 'es', 'Aço (formado)', '<p>Aço (formado)</p>', '', '', '', 'N', '', 'Y'),
(3157, 'pt', 'Aço (formado)', '<p>Aço (formado)</p>', '', '', '', 'N', '', 'Y'),
(3158, 'en', 'Alumínio (formado)', '<p>Alumínio (formado)</p>', '', '', '', 'N', '', 'Y'),
(3158, 'es', 'Alumínio (formado)', '<p>Alumínio (formado)</p>', '', '', '', 'N', '', 'Y'),
(3158, 'pt', 'Alumínio (formado)', '<p>Alumínio (formado)</p>', '', '', '', 'N', '', 'Y'),
(3159, 'en', 'Cobre (formado)', '<p>Cobre (formado)</p>', '', '', '', 'N', '', 'Y'),
(3159, 'es', 'Cobre (formado)', '<p>Cobre (formado)</p>', '', '', '', 'N', '', 'Y'),
(3159, 'pt', 'Cobre (formado)', '<p>Cobre (formado)</p>', '', '', '', 'N', '', 'Y'),
(3160, 'en', 'Ferro (formado)', '<p>Ferro (formado)</p>', '', '', '', 'N', '', 'Y'),
(3160, 'es', 'Ferro (formado)', '<p>Ferro (formado)</p>', '', '', '', 'N', '', 'Y'),
(3160, 'pt', 'Ferro (formado)', '<p>Ferro (formado)</p>', '', '', '', 'N', '', 'Y'),
(3161, 'en', 'Madeira (formada)', '<p>Madeira (formada)</p>', '', '', '', 'N', '', 'Y'),
(3161, 'es', 'Madeira (formada)', '<p>Madeira (formada)</p>', '', '', '', 'N', '', 'Y'),
(3161, 'pt', 'Madeira (formada)', '<p>Madeira (formada)</p>', '', '', '', 'N', '', 'Y'),
(3162, 'en', 'Matéria-Prima (formada) - Outros', '<p>Matéria-Prima (formada) - Outros</p>', '', '', '', 'N', '', 'Y'),
(3162, 'es', 'Matéria-Prima (formada) - Outros', '<p>Matéria-Prima (formada) - Outros</p>', '', '', '', 'N', '', 'Y'),
(3162, 'pt', 'Matéria-Prima (formada) - Outros', '<p>Matéria-Prima (formada) - Outros</p>', '', '', '', 'N', '', 'Y'),
(3163, 'en', 'Papel e Papelão (formado)', '<p>Papel e Papelão (formado)</p>', '', '', '', 'N', '', 'Y'),
(3163, 'es', 'Papel e Papelão (formado)', '<p>Papel e Papelão (formado)</p>', '', '', '', 'N', '', 'Y'),
(3163, 'pt', 'Papel e Papelão (formado)', '<p>Papel e Papelão (formado)</p>', '', '', '', 'N', '', 'Y'),
(3164, 'en', 'Plástico (formado)', '<p>Plástico (formado)</p>', '', '', '', 'N', '', 'Y'),
(3164, 'es', 'Plástico (formado)', '<p>Plástico (formado)</p>', '', '', '', 'N', '', 'Y'),
(3164, 'pt', 'Plástico (formado)', '<p>Plástico (formado)</p>', '', '', '', 'N', '', 'Y'),
(3165, 'en', 'Vidro (formado)', '<p>Vidro (formado)</p>', '', '', '', 'N', '', 'Y'),
(3165, 'es', 'Vidro (formado)', '<p>Vidro (formado)</p>', '', '', '', 'N', '', 'Y'),
(3165, 'pt', 'Vidro (formado)', '<p>Vidro (formado)</p>', '', '', '', 'N', '', 'Y'),
(3166, 'en', 'Matéria-prima não formada', '<p>Matéria-prima não formada</p>', '', '', '', 'N', '', 'Y'),
(3166, 'es', 'Matéria-prima não formada', '<p>Matéria-prima não formada</p>', '', '', '', 'N', '', 'Y'),
(3166, 'pt', 'Matéria-prima não formada', '<p>Matéria-prima não formada</p>', '', '', '', 'N', '', 'Y'),
(3167, 'en', 'Aço (não formado)', '<p>Aço (não formado)</p>', '', '', '', 'N', '', 'Y'),
(3167, 'es', 'Aço (não formado)', '<p>Aço (não formado)</p>', '', '', '', 'N', '', 'Y'),
(3167, 'pt', 'Aço (não formado)', '<p>Aço (não formado)</p>', '', '', '', 'N', '', 'Y'),
(3168, 'en', 'Alumínio (não formado)', '<p>Alumínio (não formado)</p>', '', '', '', 'N', '', 'Y'),
(3168, 'es', 'Alumínio (não formado)', '<p>Alumínio (não formado)</p>', '', '', '', 'N', '', 'Y'),
(3168, 'pt', 'Alumínio (não formado)', '<p>Alumínio (não formado)</p>', '', '', '', 'N', '', 'Y'),
(3169, 'en', 'Cobre (não formado)', '<p>Cobre (não formado)</p>', '', '', '', 'N', '', 'Y'),
(3169, 'es', 'Cobre (não formado)', '<p>Cobre (não formado)</p>', '', '', '', 'N', '', 'Y'),
(3169, 'pt', 'Cobre (não formado)', '<p>Cobre (não formado)</p>', '', '', '', 'N', '', 'Y'),
(3170, 'en', 'Ferro (não formado)', '<p>Ferro (não formado)</p>', '', '', '', 'N', '', 'Y'),
(3170, 'es', 'Ferro (não formado)', '<p>Ferro (não formado)</p>', '', '', '', 'N', '', 'Y'),
(3170, 'pt', 'Ferro (não formado)', '<p>Ferro (não formado)</p>', '', '', '', 'N', '', 'Y'),
(3171, 'en', 'Madeira (não formada)', '<p>Madeira (não formada)</p>', '', '', '', 'N', '', 'Y'),
(3171, 'es', 'Madeira (não formada)', '<p>Madeira (não formada)</p>', '', '', '', 'N', '', 'Y'),
(3171, 'pt', 'Madeira (não formada)', '<p>Madeira (não formada)</p>', '', '', '', 'N', '', 'Y'),
(3172, 'en', 'Matéria-Prima (não formada) - Outros', '<p>Matéria-Prima (não formada) - Outros</p>', '', '', '', 'N', '', 'Y'),
(3172, 'es', 'Matéria-Prima (não formada) - Outros', '<p>Matéria-Prima (não formada) - Outros</p>', '', '', '', 'N', '', 'Y'),
(3172, 'pt', 'Matéria-Prima (não formada) - Outros', '<p>Matéria-Prima (não formada) - Outros</p>', '', '', '', 'N', '', 'Y'),
(3173, 'en', 'Óleos (não formados)', '<p>Óleos (não formados)</p>', '', '', '', 'N', '', 'Y'),
(3173, 'es', 'Óleos (não formados)', '<p>Óleos (não formados)</p>', '', '', '', 'N', '', 'Y'),
(3173, 'pt', 'Óleos (não formados)', '<p>Óleos (não formados)</p>', '', '', '', 'N', '', 'Y'),
(3174, 'en', 'Plásticos (não formados)', '<p>Plásticos (não formados)</p>', '', '', '', 'N', '', 'Y'),
(3174, 'es', 'Plásticos (não formados)', '<p>Plásticos (não formados)</p>', '', '', '', 'N', '', 'Y'),
(3174, 'pt', 'Plásticos (não formados)', '<p>Plásticos (não formados)</p>', '', '', '', 'N', '', 'Y'),
(3175, 'en', 'Produtos Químicos (não formados)', '<p>Produtos Químicos (não formados)</p>', '', '', '', 'N', '', 'Y'),
(3175, 'es', 'Produtos Químicos (não formados)', '<p>Produtos Químicos (não formados)</p>', '', '', '', 'N', '', 'Y'),
(3175, 'pt', 'Produtos Químicos (não formados)', '<p>Produtos Químicos (não formados)</p>', '', '', '', 'N', '', 'Y'),
(3176, 'en', 'Vidro (não formado)', '<p>Vidro (não formado)</p>', '', '', '', 'N', '', 'Y'),
(3176, 'es', 'Vidro (não formado)', '<p>Vidro (não formado)</p>', '', '', '', 'N', '', 'Y'),
(3176, 'pt', 'Vidro (não formado)', '<p>Vidro (não formado)</p>', '', '', '', 'N', '', 'Y'),
(3177, 'en', 'Mobiliário doméstico/para escritório', '<p>Mobiliário doméstico/para escritório</p>', '', '', '', 'N', '', 'Y'),
(3177, 'es', 'Mobiliário doméstico/para escritório', '<p>Mobiliário doméstico/para escritório</p>', '', '', '', 'N', '', 'Y'),
(3177, 'pt', 'Mobiliário doméstico/para escritório', '<p>Mobiliário doméstico/para escritório</p>', '', '', '', 'N', '', 'Y'),
(3178, 'en', 'Mobiliário decorativo', '<p>Mobiliário decorativo</p>', '', '', '', 'N', '', 'Y'),
(3178, 'es', 'Mobiliário decorativo', '<p>Mobiliário decorativo</p>', '', '', '', 'N', '', 'Y'),
(3178, 'pt', 'Mobiliário decorativo', '<p>Mobiliário decorativo</p>', '', '', '', 'N', '', 'Y'),
(3179, 'en', 'Bandeiras / Bandeiras Decorativas - Acessórios', '<p>Bandeiras / Bandeiras Decorativas - Acessórios</p>', '', '', '', 'N', '', 'Y'),
(3179, 'es', 'Bandeiras / Bandeiras Decorativas - Acessórios', '<p>Bandeiras / Bandeiras Decorativas - Acessórios</p>', '', '', '', 'N', '', 'Y'),
(3179, 'pt', 'Bandeiras / Bandeiras Decorativas - Acessórios', '<p>Bandeiras / Bandeiras Decorativas - Acessórios</p>', '', '', '', 'N', '', 'Y'),
(3180, 'en', 'Bandeiras/ Banners Decorativos', '<p>Bandeiras/ Banners Decorativos</p>', '', '', '', 'N', '', 'Y'),
(3180, 'es', 'Bandeiras/ Banners Decorativos', '<p>Bandeiras/ Banners Decorativos</p>', '', '', '', 'N', '', 'Y'),
(3180, 'pt', 'Bandeiras/ Banners Decorativos', '<p>Bandeiras/ Banners Decorativos</p>', '', '', '', 'N', '', 'Y'),
(3181, 'en', 'Imagens/Espelhos/Molduras', '<p>Imagens/Espelhos/Molduras</p>', '', '', '', 'N', '', 'Y'),
(3181, 'es', 'Imagens/Espelhos/Molduras', '<p>Imagens/Espelhos/Molduras</p>', '', '', '', 'N', '', 'Y'),
(3181, 'pt', 'Imagens/Espelhos/Molduras', '<p>Imagens/Espelhos/Molduras</p>', '', '', '', 'N', '', 'Y'),
(3182, 'en', 'Cartazes/Gravuras', '<p>Cartazes/Gravuras</p>', '', '', '', 'N', '', 'Y'),
(3182, 'es', 'Cartazes/Gravuras', '<p>Cartazes/Gravuras</p>', '', '', '', 'N', '', 'Y'),
(3182, 'pt', 'Cartazes/Gravuras', '<p>Cartazes/Gravuras</p>', '', '', '', 'N', '', 'Y'),
(3183, 'en', 'Espelhos', '<p>Espelhos</p>', '', '', '', 'N', '', 'Y'),
(3183, 'es', 'Espelhos', '<p>Espelhos</p>', '', '', '', 'N', '', 'Y'),
(3183, 'pt', 'Espelhos', '<p>Espelhos</p>', '', '', '', 'N', '', 'Y'),
(3184, 'en', 'Fotografias', '<p>Fotografias</p>', '', '', '', 'N', '', 'Y'),
(3184, 'es', 'Fotografias', '<p>Fotografias</p>', '', '', '', 'N', '', 'Y'),
(3184, 'pt', 'Fotografias', '<p>Fotografias</p>', '', '', '', 'N', '', 'Y'),
(3185, 'en', 'Molduras para Quadro', '<p>Molduras para Quadro</p>', '', '', '', 'N', '', 'Y'),
(3185, 'es', 'Molduras para Quadro', '<p>Molduras para Quadro</p>', '', '', '', 'N', '', 'Y'),
(3185, 'pt', 'Molduras para Quadro', '<p>Molduras para Quadro</p>', '', '', '', 'N', '', 'Y'),
(3186, 'en', 'Outras Molduras/Pinturas/Espelhos', '<p>Outras Molduras/Pinturas/Espelhos</p>', '', '', '', 'N', '', 'Y'),
(3186, 'es', 'Outras Molduras/Pinturas/Espelhos', '<p>Outras Molduras/Pinturas/Espelhos</p>', '', '', '', 'N', '', 'Y'),
(3186, 'pt', 'Outras Molduras/Pinturas/Espelhos', '<p>Outras Molduras/Pinturas/Espelhos</p>', '', '', '', 'N', '', 'Y'),
(3187, 'en', 'Pacotes de variedades para Molduras/ Espelhos/Pinturas', '<p>Pacotes de variedades para Molduras/ Espelhos/Pinturas</p>', '', '', '', 'N', '', 'Y'),
(3187, 'es', 'Pacotes de variedades para Molduras/ Espelhos/Pinturas', '<p>Pacotes de variedades para Molduras/ Espelhos/Pinturas</p>', '', '', '', 'N', '', 'Y'),
(3187, 'pt', 'Pacotes de variedades para Molduras/ Espelhos/Pinturas', '<p>Pacotes de variedades para Molduras/ Espelhos/Pinturas</p>', '', '', '', 'N', '', 'Y'),
(3188, 'en', 'Pinturas', '<p>Pinturas</p>', '', '', '', 'N', '', 'Y'),
(3188, 'es', 'Pinturas', '<p>Pinturas</p>', '', '', '', 'N', '', 'Y'),
(3188, 'pt', 'Pinturas', '<p>Pinturas</p>', '', '', '', 'N', '', 'Y'),
(3189, 'en', 'Ornamentos', '<p>Ornamentos</p>', '', '', '', 'N', '', 'Y'),
(3189, 'es', 'Ornamentos', '<p>Ornamentos</p>', '', '', '', 'N', '', 'Y'),
(3189, 'pt', 'Ornamentos', '<p>Ornamentos</p>', '', '', '', 'N', '', 'Y'),
(3190, 'en', 'Acessórios para Ornamentos', '<p>Acessórios para Ornamentos</p>', '', '', '', 'N', '', 'Y'),
(3190, 'es', 'Acessórios para Ornamentos', '<p>Acessórios para Ornamentos</p>', '', '', '', 'N', '', 'Y'),
(3190, 'pt', 'Acessórios para Ornamentos', '<p>Acessórios para Ornamentos</p>', '', '', '', 'N', '', 'Y'),
(3191, 'en', 'Acessórios/Castiçais', '<p>Acessórios/Castiçais</p>', '', '', '', 'N', '', 'Y'),
(3191, 'es', 'Acessórios/Castiçais', '<p>Acessórios/Castiçais</p>', '', '', '', 'N', '', 'Y'),
(3191, 'pt', 'Acessórios/Castiçais', '<p>Acessórios/Castiçais</p>', '', '', '', 'N', '', 'Y'),
(3192, 'en', 'Apanhadores de Sonhos/ Mensageiros do Vento', '<p>Apanhadores de Sonhos/ Mensageiros do Vento</p>', '', '', '', 'N', '', 'Y'),
(3192, 'es', 'Apanhadores de Sonhos/ Mensageiros do Vento', '<p>Apanhadores de Sonhos/ Mensageiros do Vento</p>', '', '', '', 'N', '', 'Y'),
(3192, 'pt', 'Apanhadores de Sonhos/ Mensageiros do Vento', '<p>Apanhadores de Sonhos/ Mensageiros do Vento</p>', '', '', '', 'N', '', 'Y'),
(3193, 'en', 'Árvore de Natal artificial', '<p>Árvore de Natal artificial</p>', '', '', '', 'N', '', 'Y'),
(3193, 'es', 'Árvore de Natal artificial', '<p>Árvore de Natal artificial</p>', '', '', '', 'N', '', 'Y'),
(3193, 'pt', 'Árvore de Natal artificial', '<p>Árvore de Natal artificial</p>', '', '', '', 'N', '', 'Y'),
(3194, 'en', 'Decorações Sazonais (Automatizadas)', '<p>Decorações Sazonais (Automatizadas)</p>', '', '', '', 'N', '', 'Y'),
(3194, 'es', 'Decorações Sazonais (Automatizadas)', '<p>Decorações Sazonais (Automatizadas)</p>', '', '', '', 'N', '', 'Y'),
(3194, 'pt', 'Decorações Sazonais (Automatizadas)', '<p>Decorações Sazonais (Automatizadas)</p>', '', '', '', 'N', '', 'Y'),
(3195, 'en', 'Decorações Sazonais (Não Automatizadas)', '<p>Decorações Sazonais (Não Automatizadas)</p>', '', '', '', 'N', '', 'Y'),
(3195, 'es', 'Decorações Sazonais (Não Automatizadas)', '<p>Decorações Sazonais (Não Automatizadas)</p>', '', '', '', 'N', '', 'Y'),
(3195, 'pt', 'Decorações Sazonais (Não Automatizadas)', '<p>Decorações Sazonais (Não Automatizadas)</p>', '', '', '', 'N', '', 'Y'),
(3196, 'en', 'Flores/plantas/árvores artificiais', '<p>Flores/plantas/árvores artificiais</p>', '', '', '', 'N', '', 'Y'),
(3196, 'es', 'Flores/plantas/árvores artificiais', '<p>Flores/plantas/árvores artificiais</p>', '', '', '', 'N', '', 'Y'),
(3196, 'pt', 'Flores/plantas/árvores artificiais', '<p>Flores/plantas/árvores artificiais</p>', '', '', '', 'N', '', 'Y'),
(3197, 'en', 'Imãs Decorativos/ Adesivos', '<p>Imãs Decorativos/ Adesivos</p>', '', '', '', 'N', '', 'Y'),
(3197, 'es', 'Imãs Decorativos/ Adesivos', '<p>Imãs Decorativos/ Adesivos</p>', '', '', '', 'N', '', 'Y'),
(3197, 'pt', 'Imãs Decorativos/ Adesivos', '<p>Imãs Decorativos/ Adesivos</p>', '', '', '', 'N', '', 'Y'),
(3198, 'en', 'Incenso', '<p>Incenso</p>', '', '', '', 'N', '', 'Y'),
(3198, 'es', 'Incenso', '<p>Incenso</p>', '', '', '', 'N', '', 'Y'),
(3198, 'pt', 'Incenso', '<p>Incenso</p>', '', '', '', 'N', '', 'Y'),
(3199, 'en', 'Ornamentos', '<p>Ornamentos</p>', '', '', '', 'N', '', 'Y'),
(3199, 'es', 'Ornamentos', '<p>Ornamentos</p>', '', '', '', 'N', '', 'Y'),
(3199, 'pt', 'Ornamentos', '<p>Ornamentos</p>', '', '', '', 'N', '', 'Y'),
(3200, 'en', 'Pacotes de Variedades para Ornamentos', '<p>Pacotes de Variedades para Ornamentos</p>', '', '', '', 'N', '', 'Y'),
(3200, 'es', 'Pacotes de Variedades para Ornamentos', '<p>Pacotes de Variedades para Ornamentos</p>', '', '', '', 'N', '', 'Y'),
(3200, 'pt', 'Pacotes de Variedades para Ornamentos', '<p>Pacotes de Variedades para Ornamentos</p>', '', '', '', 'N', '', 'Y'),
(3201, 'en', 'Porta-Incenso/Incensário e Acessórios', '<p>Porta-Incenso/Incensário e Acessórios</p>', '', '', '', 'N', '', 'Y'),
(3201, 'es', 'Porta-Incenso/Incensário e Acessórios', '<p>Porta-Incenso/Incensário e Acessórios</p>', '', '', '', 'N', '', 'Y'),
(3201, 'pt', 'Porta-Incenso/Incensário e Acessórios', '<p>Porta-Incenso/Incensário e Acessórios</p>', '', '', '', 'N', '', 'Y'),
(3202, 'en', 'Vasos', '<p>Vasos</p>', '', '', '', 'N', '', 'Y'),
(3202, 'es', 'Vasos', '<p>Vasos</p>', '', '', '', 'N', '', 'Y'),
(3202, 'pt', 'Vasos', '<p>Vasos</p>', '', '', '', 'N', '', 'Y'),
(3203, 'en', 'Velas', '<p>Velas</p>', '', '', '', 'N', '', 'Y'),
(3203, 'es', 'Velas', '<p>Velas</p>', '', '', '', 'N', '', 'Y'),
(3203, 'pt', 'Velas', '<p>Velas</p>', '', '', '', 'N', '', 'Y'),
(3204, 'en', 'Pacotes de Variedades para Mobiliário Decorativo', '<p>Pacotes de Variedades para Mobiliário Decorativo</p>', '', '', '', 'N', '', 'Y'),
(3204, 'es', 'Pacotes de Variedades para Mobiliário Decorativo', '<p>Pacotes de Variedades para Mobiliário Decorativo</p>', '', '', '', 'N', '', 'Y'),
(3204, 'pt', 'Pacotes de Variedades para Mobiliário Decorativo', '<p>Pacotes de Variedades para Mobiliário Decorativo</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(3205, 'en', 'Relógios', '<p>Relógios</p>', '', '', '', 'N', '', 'Y'),
(3205, 'es', 'Relógios', '<p>Relógios</p>', '', '', '', 'N', '', 'Y'),
(3205, 'pt', 'Relógios', '<p>Relógios</p>', '', '', '', 'N', '', 'Y'),
(3206, 'en', 'Despertadores', '<p>Despertadores</p>', '', '', '', 'N', '', 'Y'),
(3206, 'es', 'Despertadores', '<p>Despertadores</p>', '', '', '', 'N', '', 'Y'),
(3206, 'pt', 'Despertadores', '<p>Despertadores</p>', '', '', '', 'N', '', 'Y'),
(3207, 'en', 'Relógios', '<p>Relógios</p>', '', '', '', 'N', '', 'Y'),
(3207, 'es', 'Relógios', '<p>Relógios</p>', '', '', '', 'N', '', 'Y'),
(3207, 'pt', 'Relógios', '<p>Relógios</p>', '', '', '', 'N', '', 'Y'),
(3208, 'en', 'Relógios - Peças de Reposição', '<p>Relógios - Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(3208, 'es', 'Relógios - Peças de Reposição', '<p>Relógios - Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(3208, 'pt', 'Relógios - Peças de Reposição', '<p>Relógios - Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(3209, 'en', 'Mobiliário em tecido / têxtil', '<p>Mobiliário em tecido / têxtil</p>', '', '', '', 'N', '', 'Y'),
(3209, 'es', 'Mobiliário em tecido / têxtil', '<p>Mobiliário em tecido / têxtil</p>', '', '', '', 'N', '', 'Y'),
(3209, 'pt', 'Mobiliário em tecido / têxtil', '<p>Mobiliário em tecido / têxtil</p>', '', '', '', 'N', '', 'Y'),
(3210, 'en', 'Móveis de Tecido para Casa/Escritório', '<p>Móveis de Tecido para Casa/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3210, 'es', 'Móveis de Tecido para Casa/Escritório', '<p>Móveis de Tecido para Casa/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3210, 'pt', 'Móveis de Tecido para Casa/Escritório', '<p>Móveis de Tecido para Casa/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3211, 'en', 'Almofadas', '<p>Almofadas</p>', '', '', '', 'N', '', 'Y'),
(3211, 'es', 'Almofadas', '<p>Almofadas</p>', '', '', '', 'N', '', 'Y'),
(3211, 'pt', 'Almofadas', '<p>Almofadas</p>', '', '', '', 'N', '', 'Y'),
(3212, 'en', 'Capacho para Decoração do Piso - Destacável', '<p>Capacho para Decoração do Piso - Destacável</p>', '', '', '', 'N', '', 'Y'),
(3212, 'es', 'Capacho para Decoração do Piso - Destacável', '<p>Capacho para Decoração do Piso - Destacável</p>', '', '', '', 'N', '', 'Y'),
(3212, 'pt', 'Capacho para Decoração do Piso - Destacável', '<p>Capacho para Decoração do Piso - Destacável</p>', '', '', '', 'N', '', 'Y'),
(3213, 'en', 'Cortinas', '<p>Cortinas</p>', '', '', '', 'N', '', 'Y'),
(3213, 'es', 'Cortinas', '<p>Cortinas</p>', '', '', '', 'N', '', 'Y'),
(3213, 'pt', 'Cortinas', '<p>Cortinas</p>', '', '', '', 'N', '', 'Y'),
(3214, 'en', 'Outras Mobílias de Tecido para Casa/Escritório', '<p>Outras Mobílias de Tecido para Casa/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3214, 'es', 'Outras Mobílias de Tecido para Casa/Escritório', '<p>Outras Mobílias de Tecido para Casa/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3214, 'pt', 'Outras Mobílias de Tecido para Casa/Escritório', '<p>Outras Mobílias de Tecido para Casa/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3215, 'en', 'Pacotes de Variedades para Tecidos de Decoração para Casa/Escritório', '<p>Pacotes de Variedades para Tecidos de Decoração para Casa/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3215, 'es', 'Pacotes de Variedades para Tecidos de Decoração para Casa/Escritório', '<p>Pacotes de Variedades para Tecidos de Decoração para Casa/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3215, 'pt', 'Pacotes de Variedades para Tecidos de Decoração para Casa/Escritório', '<p>Pacotes de Variedades para Tecidos de Decoração para Casa/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3216, 'en', 'Panos/Capas para Decoração - Destacáveis', '<p>Panos/Capas para Decoração - Destacáveis</p>', '', '', '', 'N', '', 'Y'),
(3216, 'es', 'Panos/Capas para Decoração - Destacáveis', '<p>Panos/Capas para Decoração - Destacáveis</p>', '', '', '', 'N', '', 'Y'),
(3216, 'pt', 'Panos/Capas para Decoração - Destacáveis', '<p>Panos/Capas para Decoração - Destacáveis</p>', '', '', '', 'N', '', 'Y'),
(3217, 'en', 'Peças de reposição / Acessórios para tratamento de janelas', '<p>Peças de reposição / Acessórios para tratamento de janelas</p>', '', '', '', 'N', '', 'Y'),
(3217, 'es', 'Peças de reposição / Acessórios para tratamento de janelas', '<p>Peças de reposição / Acessórios para tratamento de janelas</p>', '', '', '', 'N', '', 'Y'),
(3217, 'pt', 'Peças de reposição / Acessórios para tratamento de janelas', '<p>Peças de reposição / Acessórios para tratamento de janelas</p>', '', '', '', 'N', '', 'Y'),
(3218, 'en', 'Persianas enroláveis', '<p>Persianas enroláveis</p>', '', '', '', 'N', '', 'Y'),
(3218, 'es', 'Persianas enroláveis', '<p>Persianas enroláveis</p>', '', '', '', 'N', '', 'Y'),
(3218, 'pt', 'Persianas enroláveis', '<p>Persianas enroláveis</p>', '', '', '', 'N', '', 'Y'),
(3219, 'en', 'Persianas enroláveis', '<p>Persianas enroláveis</p>', '', '', '', 'N', '', 'Y'),
(3219, 'es', 'Persianas enroláveis', '<p>Persianas enroláveis</p>', '', '', '', 'N', '', 'Y'),
(3219, 'pt', 'Persianas enroláveis', '<p>Persianas enroláveis</p>', '', '', '', 'N', '', 'Y'),
(3220, 'en', 'Persianas horizontais', '<p>Persianas horizontais</p>', '', '', '', 'N', '', 'Y'),
(3220, 'es', 'Persianas horizontais', '<p>Persianas horizontais</p>', '', '', '', 'N', '', 'Y'),
(3220, 'pt', 'Persianas horizontais', '<p>Persianas horizontais</p>', '', '', '', 'N', '', 'Y'),
(3221, 'en', 'Persianas plissadas', '<p>Persianas plissadas</p>', '', '', '', 'N', '', 'Y'),
(3221, 'es', 'Persianas plissadas', '<p>Persianas plissadas</p>', '', '', '', 'N', '', 'Y'),
(3221, 'pt', 'Persianas plissadas', '<p>Persianas plissadas</p>', '', '', '', 'N', '', 'Y'),
(3222, 'en', 'Persianas romanas', '<p>Persianas romanas</p>', '', '', '', 'N', '', 'Y'),
(3222, 'es', 'Persianas romanas', '<p>Persianas romanas</p>', '', '', '', 'N', '', 'Y'),
(3222, 'pt', 'Persianas romanas', '<p>Persianas romanas</p>', '', '', '', 'N', '', 'Y'),
(3223, 'en', 'Persianas verticais', '<p>Persianas verticais</p>', '', '', '', 'N', '', 'Y'),
(3223, 'es', 'Persianas verticais', '<p>Persianas verticais</p>', '', '', '', 'N', '', 'Y'),
(3223, 'pt', 'Persianas verticais', '<p>Persianas verticais</p>', '', '', '', 'N', '', 'Y'),
(3224, 'en', 'Tapetes de Banheiro/Vaso Sanitário', '<p>Tapetes de Banheiro/Vaso Sanitário</p>', '', '', '', 'N', '', 'Y'),
(3224, 'es', 'Tapetes de Banheiro/Vaso Sanitário', '<p>Tapetes de Banheiro/Vaso Sanitário</p>', '', '', '', 'N', '', 'Y'),
(3224, 'pt', 'Tapetes de Banheiro/Vaso Sanitário', '<p>Tapetes de Banheiro/Vaso Sanitário</p>', '', '', '', 'N', '', 'Y'),
(3225, 'en', 'Tapetes de Porta', '<p>Tapetes de Porta</p>', '', '', '', 'N', '', 'Y'),
(3225, 'es', 'Tapetes de Porta', '<p>Tapetes de Porta</p>', '', '', '', 'N', '', 'Y'),
(3225, 'pt', 'Tapetes de Porta', '<p>Tapetes de Porta</p>', '', '', '', 'N', '', 'Y'),
(3226, 'en', 'Toalhas de Tecido', '<p>Toalhas de Tecido</p>', '', '', '', 'N', '', 'Y'),
(3226, 'es', 'Toalhas de Tecido', '<p>Toalhas de Tecido</p>', '', '', '', 'N', '', 'Y'),
(3226, 'pt', 'Toalhas de Tecido', '<p>Toalhas de Tecido</p>', '', '', '', 'N', '', 'Y'),
(3227, 'en', 'Pacotes de Variedades para Tecido', '<p>Pacotes de Variedades para Tecido</p>', '', '', '', 'N', '', 'Y'),
(3227, 'es', 'Pacotes de Variedades para Tecido', '<p>Pacotes de Variedades para Tecido</p>', '', '', '', 'N', '', 'Y'),
(3227, 'pt', 'Pacotes de Variedades para Tecido', '<p>Pacotes de Variedades para Tecido</p>', '', '', '', 'N', '', 'Y'),
(3228, 'en', 'Roupa de Cama', '<p>Roupa de Cama</p>', '', '', '', 'N', '', 'Y'),
(3228, 'es', 'Roupa de Cama', '<p>Roupa de Cama</p>', '', '', '', 'N', '', 'Y'),
(3228, 'pt', 'Roupa de Cama', '<p>Roupa de Cama</p>', '', '', '', 'N', '', 'Y'),
(3229, 'en', 'Capas para Edredões', '<p>Capas para Edredões</p>', '', '', '', 'N', '', 'Y'),
(3229, 'es', 'Capas para Edredões', '<p>Capas para Edredões</p>', '', '', '', 'N', '', 'Y'),
(3229, 'pt', 'Capas para Edredões', '<p>Capas para Edredões</p>', '', '', '', 'N', '', 'Y'),
(3230, 'en', 'Capas para Edredões/Acolchoados/Colchões', '<p>Capas para Edredões/Acolchoados/Colchões</p>', '', '', '', 'N', '', 'Y'),
(3230, 'es', 'Capas para Edredões/Acolchoados/Colchões', '<p>Capas para Edredões/Acolchoados/Colchões</p>', '', '', '', 'N', '', 'Y'),
(3230, 'pt', 'Capas para Edredões/Acolchoados/Colchões', '<p>Capas para Edredões/Acolchoados/Colchões</p>', '', '', '', 'N', '', 'Y'),
(3231, 'en', 'Cobertores (Elétricos)', '<p>Cobertores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(3231, 'es', 'Cobertores (Elétricos)', '<p>Cobertores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(3231, 'pt', 'Cobertores (Elétricos)', '<p>Cobertores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(3232, 'en', 'Cobertores/Mantas (Não Elétricos)', '<p>Cobertores/Mantas (Não Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(3232, 'es', 'Cobertores/Mantas (Não Elétricos)', '<p>Cobertores/Mantas (Não Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(3232, 'pt', 'Cobertores/Mantas (Não Elétricos)', '<p>Cobertores/Mantas (Não Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(3233, 'en', 'Cortinados/ Roupa de Cama', '<p>Cortinados/ Roupa de Cama</p>', '', '', '', 'N', '', 'Y'),
(3233, 'es', 'Cortinados/ Roupa de Cama', '<p>Cortinados/ Roupa de Cama</p>', '', '', '', 'N', '', 'Y'),
(3233, 'pt', 'Cortinados/ Roupa de Cama', '<p>Cortinados/ Roupa de Cama</p>', '', '', '', 'N', '', 'Y'),
(3234, 'en', 'Fronhas', '<p>Fronhas</p>', '', '', '', 'N', '', 'Y'),
(3234, 'es', 'Fronhas', '<p>Fronhas</p>', '', '', '', 'N', '', 'Y'),
(3234, 'pt', 'Fronhas', '<p>Fronhas</p>', '', '', '', 'N', '', 'Y'),
(3235, 'en', 'Outras Roupas de Cama', '<p>Outras Roupas de Cama</p>', '', '', '', 'N', '', 'Y'),
(3235, 'es', 'Outras Roupas de Cama', '<p>Outras Roupas de Cama</p>', '', '', '', 'N', '', 'Y'),
(3235, 'pt', 'Outras Roupas de Cama', '<p>Outras Roupas de Cama</p>', '', '', '', 'N', '', 'Y'),
(3236, 'en', 'Pacotes de Variedades para Roupa de Cama', '<p>Pacotes de Variedades para Roupa de Cama</p>', '', '', '', 'N', '', 'Y'),
(3236, 'es', 'Pacotes de Variedades para Roupa de Cama', '<p>Pacotes de Variedades para Roupa de Cama</p>', '', '', '', 'N', '', 'Y'),
(3236, 'pt', 'Pacotes de Variedades para Roupa de Cama', '<p>Pacotes de Variedades para Roupa de Cama</p>', '', '', '', 'N', '', 'Y'),
(3237, 'en', 'Protetores para Colchão/ Travesseiro/ Edredão', '<p>Protetores para Colchão/ Travesseiro/ Edredão</p>', '', '', '', 'N', '', 'Y'),
(3237, 'es', 'Protetores para Colchão/ Travesseiro/ Edredão', '<p>Protetores para Colchão/ Travesseiro/ Edredão</p>', '', '', '', 'N', '', 'Y'),
(3237, 'pt', 'Protetores para Colchão/ Travesseiro/ Edredão', '<p>Protetores para Colchão/ Travesseiro/ Edredão</p>', '', '', '', 'N', '', 'Y'),
(3238, 'en', 'Travesseiros', '<p>Travesseiros</p>', '', '', '', 'N', '', 'Y'),
(3238, 'es', 'Travesseiros', '<p>Travesseiros</p>', '', '', '', 'N', '', 'Y'),
(3238, 'pt', 'Travesseiros', '<p>Travesseiros</p>', '', '', '', 'N', '', 'Y'),
(3239, 'en', 'Móveis e Artigos Mobiliários para Casa e Escritório', '<p>Móveis e Artigos Mobiliários para Casa e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3239, 'es', 'Móveis e Artigos Mobiliários para Casa e Escritório', '<p>Móveis e Artigos Mobiliários para Casa e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3239, 'pt', 'Móveis e Artigos Mobiliários para Casa e Escritório', '<p>Móveis e Artigos Mobiliários para Casa e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3240, 'en', 'Assentos domésticos para bebês', '<p>Assentos domésticos para bebês</p>', '', '', '', 'N', '', 'Y'),
(3240, 'es', 'Assentos domésticos para bebês', '<p>Assentos domésticos para bebês</p>', '', '', '', 'N', '', 'Y'),
(3240, 'pt', 'Assentos domésticos para bebês', '<p>Assentos domésticos para bebês</p>', '', '', '', 'N', '', 'Y'),
(3241, 'en', 'Assentos para bebés - Outros', '<p>Assentos para bebés - Outros</p>', '', '', '', 'N', '', 'Y'),
(3241, 'es', 'Assentos para bebés - Outros', '<p>Assentos para bebés - Outros</p>', '', '', '', 'N', '', 'Y'),
(3241, 'pt', 'Assentos para bebés - Outros', '<p>Assentos para bebés - Outros</p>', '', '', '', 'N', '', 'Y'),
(3242, 'en', 'Assentos para bebês - Peças de reposição', '<p>Assentos para bebês - Peças de reposição</p>', '', '', '', 'N', '', 'Y'),
(3242, 'es', 'Assentos para bebês - Peças de reposição', '<p>Assentos para bebês - Peças de reposição</p>', '', '', '', 'N', '', 'Y'),
(3242, 'pt', 'Assentos para bebês - Peças de reposição', '<p>Assentos para bebês - Peças de reposição</p>', '', '', '', 'N', '', 'Y'),
(3243, 'en', 'Cadeira de balanço para bebês (não automática)', '<p>Cadeira de balanço para bebês (não automática)</p>', '', '', '', 'N', '', 'Y'),
(3243, 'es', 'Cadeira de balanço para bebês (não automática)', '<p>Cadeira de balanço para bebês (não automática)</p>', '', '', '', 'N', '', 'Y'),
(3243, 'pt', 'Cadeira de balanço para bebês (não automática)', '<p>Cadeira de balanço para bebês (não automática)</p>', '', '', '', 'N', '', 'Y'),
(3244, 'en', 'Cadeirão para refeições', '<p>Cadeirão para refeições</p>', '', '', '', 'N', '', 'Y'),
(3244, 'es', 'Cadeirão para refeições', '<p>Cadeirão para refeições</p>', '', '', '', 'N', '', 'Y'),
(3244, 'pt', 'Cadeirão para refeições', '<p>Cadeirão para refeições</p>', '', '', '', 'N', '', 'Y'),
(3245, 'en', 'Cadeiras de balanço para bebês (automáticas)', '<p>Cadeiras de balanço para bebês (automáticas)</p>', '', '', '', 'N', '', 'Y'),
(3245, 'es', 'Cadeiras de balanço para bebês (automáticas)', '<p>Cadeiras de balanço para bebês (automáticas)</p>', '', '', '', 'N', '', 'Y'),
(3245, 'pt', 'Cadeiras de balanço para bebês (automáticas)', '<p>Cadeiras de balanço para bebês (automáticas)</p>', '', '', '', 'N', '', 'Y'),
(3246, 'en', 'Pacote de variedade de assentos para bebês domésticos', '<p>Pacote de variedade de assentos para bebês domésticos</p>', '', '', '', 'N', '', 'Y'),
(3246, 'es', 'Pacote de variedade de assentos para bebês domésticos', '<p>Pacote de variedade de assentos para bebês domésticos</p>', '', '', '', 'N', '', 'Y'),
(3246, 'pt', 'Pacote de variedade de assentos para bebês domésticos', '<p>Pacote de variedade de assentos para bebês domésticos</p>', '', '', '', 'N', '', 'Y'),
(3247, 'en', 'Camas / Colchões para Bebês', '<p>Camas / Colchões para Bebês</p>', '', '', '', 'N', '', 'Y'),
(3247, 'es', 'Camas / Colchões para Bebês', '<p>Camas / Colchões para Bebês</p>', '', '', '', 'N', '', 'Y'),
(3247, 'pt', 'Camas / Colchões para Bebês', '<p>Camas / Colchões para Bebês</p>', '', '', '', 'N', '', 'Y'),
(3248, 'en', 'Berços/Berço-Cama', '<p>Berços/Berço-Cama</p>', '', '', '', 'N', '', 'Y'),
(3248, 'es', 'Berços/Berço-Cama', '<p>Berços/Berço-Cama</p>', '', '', '', 'N', '', 'Y'),
(3248, 'pt', 'Berços/Berço-Cama', '<p>Berços/Berço-Cama</p>', '', '', '', 'N', '', 'Y'),
(3249, 'en', 'Camas / Colchões para Bebé - Peças de Reposição', '<p>Camas / Colchões para Bebé - Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(3249, 'es', 'Camas / Colchões para Bebé - Peças de Reposição', '<p>Camas / Colchões para Bebé - Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(3249, 'pt', 'Camas / Colchões para Bebé - Peças de Reposição', '<p>Camas / Colchões para Bebé - Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(3250, 'en', 'Camas / Colchões para Bebés - Outros', '<p>Camas / Colchões para Bebés - Outros</p>', '', '', '', 'N', '', 'Y'),
(3250, 'es', 'Camas / Colchões para Bebés - Outros', '<p>Camas / Colchões para Bebés - Outros</p>', '', '', '', 'N', '', 'Y'),
(3250, 'pt', 'Camas / Colchões para Bebés - Outros', '<p>Camas / Colchões para Bebés - Outros</p>', '', '', '', 'N', '', 'Y'),
(3251, 'en', 'Colchão para berço', '<p>Colchão para berço</p>', '', '', '', 'N', '', 'Y'),
(3251, 'es', 'Colchão para berço', '<p>Colchão para berço</p>', '', '', '', 'N', '', 'Y'),
(3251, 'pt', 'Colchão para berço', '<p>Colchão para berço</p>', '', '', '', 'N', '', 'Y'),
(3252, 'en', 'Pacote de Variedade de Camas / Colchões para Bebês', '<p>Pacote de Variedade de Camas / Colchões para Bebês</p>', '', '', '', 'N', '', 'Y'),
(3252, 'es', 'Pacote de Variedade de Camas / Colchões para Bebês', '<p>Pacote de Variedade de Camas / Colchões para Bebês</p>', '', '', '', 'N', '', 'Y'),
(3252, 'pt', 'Pacote de Variedade de Camas / Colchões para Bebês', '<p>Pacote de Variedade de Camas / Colchões para Bebês</p>', '', '', '', 'N', '', 'Y'),
(3253, 'en', 'Móveis sanitários para bebês', '<p>Móveis sanitários para bebês</p>', '', '', '', 'N', '', 'Y'),
(3253, 'es', 'Móveis sanitários para bebês', '<p>Móveis sanitários para bebês</p>', '', '', '', 'N', '', 'Y'),
(3253, 'pt', 'Móveis sanitários para bebês', '<p>Móveis sanitários para bebês</p>', '', '', '', 'N', '', 'Y'),
(3254, 'en', 'Berços e Banheiras para o bebê', '<p>Berços e Banheiras para o bebê</p>', '', '', '', 'N', '', 'Y'),
(3254, 'es', 'Berços e Banheiras para o bebê', '<p>Berços e Banheiras para o bebê</p>', '', '', '', 'N', '', 'Y'),
(3254, 'pt', 'Berços e Banheiras para o bebê', '<p>Berços e Banheiras para o bebê</p>', '', '', '', 'N', '', 'Y'),
(3255, 'en', 'Móveis sanitários para bebês - Outros', '<p>Móveis sanitários para bebês - Outros</p>', '', '', '', 'N', '', 'Y'),
(3255, 'es', 'Móveis sanitários para bebês - Outros', '<p>Móveis sanitários para bebês - Outros</p>', '', '', '', 'N', '', 'Y'),
(3255, 'pt', 'Móveis sanitários para bebês - Outros', '<p>Móveis sanitários para bebês - Outros</p>', '', '', '', 'N', '', 'Y'),
(3256, 'en', 'Móveis sanitários para bebês - Peças de reposição', '<p>Móveis sanitários para bebês - Peças de reposição</p>', '', '', '', 'N', '', 'Y'),
(3256, 'es', 'Móveis sanitários para bebês - Peças de reposição', '<p>Móveis sanitários para bebês - Peças de reposição</p>', '', '', '', 'N', '', 'Y'),
(3256, 'pt', 'Móveis sanitários para bebês - Peças de reposição', '<p>Móveis sanitários para bebês - Peças de reposição</p>', '', '', '', 'N', '', 'Y'),
(3257, 'en', 'Pacote de Variedades de Móveis Sanitários para Bebês', '<p>Pacote de Variedades de Móveis Sanitários para Bebês</p>', '', '', '', 'N', '', 'Y'),
(3257, 'es', 'Pacote de Variedades de Móveis Sanitários para Bebês', '<p>Pacote de Variedades de Móveis Sanitários para Bebês</p>', '', '', '', 'N', '', 'Y'),
(3257, 'pt', 'Pacote de Variedades de Móveis Sanitários para Bebês', '<p>Pacote de Variedades de Móveis Sanitários para Bebês</p>', '', '', '', 'N', '', 'Y'),
(3258, 'en', 'Produtos que garantem a segurança do bebê durante o banho', '<p>Produtos que garantem a segurança do bebê durante o banho</p>', '', '', '', 'N', '', 'Y'),
(3258, 'es', 'Produtos que garantem a segurança do bebê durante o banho', '<p>Produtos que garantem a segurança do bebê durante o banho</p>', '', '', '', 'N', '', 'Y'),
(3258, 'pt', 'Produtos que garantem a segurança do bebê durante o banho', '<p>Produtos que garantem a segurança do bebê durante o banho</p>', '', '', '', 'N', '', 'Y'),
(3259, 'en', 'Trocador', '<p>Trocador</p>', '', '', '', 'N', '', 'Y'),
(3259, 'es', 'Trocador', '<p>Trocador</p>', '', '', '', 'N', '', 'Y'),
(3259, 'pt', 'Trocador', '<p>Trocador</p>', '', '', '', 'N', '', 'Y'),
(3260, 'en', 'Trocador de Fraldas', '<p>Trocador de Fraldas</p>', '', '', '', 'N', '', 'Y'),
(3260, 'es', 'Trocador de Fraldas', '<p>Trocador de Fraldas</p>', '', '', '', 'N', '', 'Y'),
(3260, 'pt', 'Trocador de Fraldas', '<p>Trocador de Fraldas</p>', '', '', '', 'N', '', 'Y'),
(3261, 'en', 'Troninhos Educativos para o bebê', '<p>Troninhos Educativos para o bebê</p>', '', '', '', 'N', '', 'Y'),
(3261, 'es', 'Troninhos Educativos para o bebê', '<p>Troninhos Educativos para o bebê</p>', '', '', '', 'N', '', 'Y'),
(3261, 'pt', 'Troninhos Educativos para o bebê', '<p>Troninhos Educativos para o bebê</p>', '', '', '', 'N', '', 'Y'),
(3262, 'en', 'Móveis para Casa e Escritório', '<p>Móveis para Casa e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3262, 'es', 'Móveis para Casa e Escritório', '<p>Móveis para Casa e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3262, 'pt', 'Móveis para Casa e Escritório', '<p>Móveis para Casa e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3263, 'en', 'Acessórios para Mobília de Casa e Escritório', '<p>Acessórios para Mobília de Casa e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3263, 'es', 'Acessórios para Mobília de Casa e Escritório', '<p>Acessórios para Mobília de Casa e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3263, 'pt', 'Acessórios para Mobília de Casa e Escritório', '<p>Acessórios para Mobília de Casa e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3264, 'en', 'Papel Contact/ Forro antiderrapante para prateleira', '<p>Papel Contact/ Forro antiderrapante para prateleira</p>', '', '', '', 'N', '', 'Y'),
(3264, 'es', 'Papel Contact/ Forro antiderrapante para prateleira', '<p>Papel Contact/ Forro antiderrapante para prateleira</p>', '', '', '', 'N', '', 'Y'),
(3264, 'pt', 'Papel Contact/ Forro antiderrapante para prateleira', '<p>Papel Contact/ Forro antiderrapante para prateleira</p>', '', '', '', 'N', '', 'Y'),
(3265, 'en', 'Pés dos móveis', '<p>Pés dos móveis</p>', '', '', '', 'N', '', 'Y'),
(3265, 'es', 'Pés dos móveis', '<p>Pés dos móveis</p>', '', '', '', 'N', '', 'Y'),
(3265, 'pt', 'Pés dos móveis', '<p>Pés dos móveis</p>', '', '', '', 'N', '', 'Y'),
(3266, 'en', 'Rodízios/Estofados/Corrediças para Móveis', '<p>Rodízios/Estofados/Corrediças para Móveis</p>', '', '', '', 'N', '', 'Y'),
(3266, 'es', 'Rodízios/Estofados/Corrediças para Móveis', '<p>Rodízios/Estofados/Corrediças para Móveis</p>', '', '', '', 'N', '', 'Y'),
(3266, 'pt', 'Rodízios/Estofados/Corrediças para Móveis', '<p>Rodízios/Estofados/Corrediças para Móveis</p>', '', '', '', 'N', '', 'Y'),
(3267, 'en', 'Assentos Domésticos e para Escritório', '<p>Assentos Domésticos e para Escritório</p>', '', '', '', 'N', '', 'Y'),
(3267, 'es', 'Assentos Domésticos e para Escritório', '<p>Assentos Domésticos e para Escritório</p>', '', '', '', 'N', '', 'Y'),
(3267, 'pt', 'Assentos Domésticos e para Escritório', '<p>Assentos Domésticos e para Escritório</p>', '', '', '', 'N', '', 'Y'),
(3268, 'en', 'Assento Inflável', '<p>Assento Inflável</p>', '', '', '', 'N', '', 'Y'),
(3268, 'es', 'Assento Inflável', '<p>Assento Inflável</p>', '', '', '', 'N', '', 'Y'),
(3268, 'pt', 'Assento Inflável', '<p>Assento Inflável</p>', '', '', '', 'N', '', 'Y'),
(3269, 'en', 'Cadeiras e Banquetas para Casa e Escritório (Não energizadas)', '<p>Cadeiras e Banquetas para Casa e Escritório (Não energizadas)</p>', '', '', '', 'N', '', 'Y'),
(3269, 'es', 'Cadeiras e Banquetas para Casa e Escritório (Não energizadas)', '<p>Cadeiras e Banquetas para Casa e Escritório (Não energizadas)</p>', '', '', '', 'N', '', 'Y'),
(3269, 'pt', 'Cadeiras e Banquetas para Casa e Escritório (Não energizadas)', '<p>Cadeiras e Banquetas para Casa e Escritório (Não energizadas)</p>', '', '', '', 'N', '', 'Y'),
(3270, 'en', 'Cadeiras/Banquetas para Casa e Escritório (Acionadas)', '<p>Cadeiras/Banquetas para Casa e Escritório (Acionadas)</p>', '', '', '', 'N', '', 'Y'),
(3270, 'es', 'Cadeiras/Banquetas para Casa e Escritório (Acionadas)', '<p>Cadeiras/Banquetas para Casa e Escritório (Acionadas)</p>', '', '', '', 'N', '', 'Y'),
(3270, 'pt', 'Cadeiras/Banquetas para Casa e Escritório (Acionadas)', '<p>Cadeiras/Banquetas para Casa e Escritório (Acionadas)</p>', '', '', '', 'N', '', 'Y'),
(3271, 'en', 'Componentes e peças de reposição - Cadeiras para casa e escritório', '<p>Componentes e peças de reposição - Cadeiras para casa e escritório</p>', '', '', '', 'N', '', 'Y'),
(3271, 'es', 'Componentes e peças de reposição - Cadeiras para casa e escritório', '<p>Componentes e peças de reposição - Cadeiras para casa e escritório</p>', '', '', '', 'N', '', 'Y'),
(3271, 'pt', 'Componentes e peças de reposição - Cadeiras para casa e escritório', '<p>Componentes e peças de reposição - Cadeiras para casa e escritório</p>', '', '', '', 'N', '', 'Y'),
(3272, 'en', 'Outros Assentos para Casa e Escritório', '<p>Outros Assentos para Casa e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3272, 'es', 'Outros Assentos para Casa e Escritório', '<p>Outros Assentos para Casa e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3272, 'pt', 'Outros Assentos para Casa e Escritório', '<p>Outros Assentos para Casa e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3273, 'en', 'Pacotes de Variedades para Assentos Domésticos e Escritório', '<p>Pacotes de Variedades para Assentos Domésticos e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3273, 'es', 'Pacotes de Variedades para Assentos Domésticos e Escritório', '<p>Pacotes de Variedades para Assentos Domésticos e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3273, 'pt', 'Pacotes de Variedades para Assentos Domésticos e Escritório', '<p>Pacotes de Variedades para Assentos Domésticos e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3274, 'en', 'Poltronas/Puffs/ Otomanas', '<p>Poltronas/Puffs/ Otomanas</p>', '', '', '', 'N', '', 'Y'),
(3274, 'es', 'Poltronas/Puffs/ Otomanas', '<p>Poltronas/Puffs/ Otomanas</p>', '', '', '', 'N', '', 'Y'),
(3274, 'pt', 'Poltronas/Puffs/ Otomanas', '<p>Poltronas/Puffs/ Otomanas</p>', '', '', '', 'N', '', 'Y'),
(3275, 'en', 'Puffs para Casa e Escritório', '<p>Puffs para Casa e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3275, 'es', 'Puffs para Casa e Escritório', '<p>Puffs para Casa e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3275, 'pt', 'Puffs para Casa e Escritório', '<p>Puffs para Casa e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3276, 'en', 'Sofás para Casa e Escritório (energizados)', '<p>Sofás para Casa e Escritório (energizados)</p>', '', '', '', 'N', '', 'Y'),
(3276, 'es', 'Sofás para Casa e Escritório (energizados)', '<p>Sofás para Casa e Escritório (energizados)</p>', '', '', '', 'N', '', 'Y'),
(3276, 'pt', 'Sofás para Casa e Escritório (energizados)', '<p>Sofás para Casa e Escritório (energizados)</p>', '', '', '', 'N', '', 'Y'),
(3277, 'en', 'Sofás para Casa e Escritório (Não energizados)', '<p>Sofás para Casa e Escritório (Não energizados)</p>', '', '', '', 'N', '', 'Y'),
(3277, 'es', 'Sofás para Casa e Escritório (Não energizados)', '<p>Sofás para Casa e Escritório (Não energizados)</p>', '', '', '', 'N', '', 'Y'),
(3277, 'pt', 'Sofás para Casa e Escritório (Não energizados)', '<p>Sofás para Casa e Escritório (Não energizados)</p>', '', '', '', 'N', '', 'Y'),
(3278, 'en', 'Sofás-Camas para Casa e Escritório', '<p>Sofás-Camas para Casa e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3278, 'es', 'Sofás-Camas para Casa e Escritório', '<p>Sofás-Camas para Casa e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3278, 'pt', 'Sofás-Camas para Casa e Escritório', '<p>Sofás-Camas para Casa e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3279, 'en', 'Biombos/Mostruário de Móveis/ Armários para Casa/Escritório', '<p>Biombos/Mostruário de Móveis/ Armários para Casa/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3279, 'es', 'Biombos/Mostruário de Móveis/ Armários para Casa/Escritório', '<p>Biombos/Mostruário de Móveis/ Armários para Casa/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3279, 'pt', 'Biombos/Mostruário de Móveis/ Armários para Casa/Escritório', '<p>Biombos/Mostruário de Móveis/ Armários para Casa/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3280, 'en', 'Armário Multiuso', '<p>Armário Multiuso</p>', '', '', '', 'N', '', 'Y'),
(3280, 'es', 'Armário Multiuso', '<p>Armário Multiuso</p>', '', '', '', 'N', '', 'Y'),
(3280, 'pt', 'Armário Multiuso', '<p>Armário Multiuso</p>', '', '', '', 'N', '', 'Y'),
(3281, 'en', 'Armários /Cristaleiras para Casa e Escritório', '<p>Armários /Cristaleiras para Casa e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3281, 'es', 'Armários /Cristaleiras para Casa e Escritório', '<p>Armários /Cristaleiras para Casa e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3281, 'pt', 'Armários /Cristaleiras para Casa e Escritório', '<p>Armários /Cristaleiras para Casa e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3282, 'en', 'Armários para escritório', '<p>Armários para escritório</p>', '', '', '', 'N', '', 'Y'),
(3282, 'es', 'Armários para escritório', '<p>Armários para escritório</p>', '', '', '', 'N', '', 'Y'),
(3282, 'pt', 'Armários para escritório', '<p>Armários para escritório</p>', '', '', '', 'N', '', 'Y'),
(3283, 'en', 'Armários/Guarda-roupas para Casa/Escritório', '<p>Armários/Guarda-roupas para Casa/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3283, 'es', 'Armários/Guarda-roupas para Casa/Escritório', '<p>Armários/Guarda-roupas para Casa/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3283, 'pt', 'Armários/Guarda-roupas para Casa/Escritório', '<p>Armários/Guarda-roupas para Casa/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3284, 'en', 'Balcões do Bar em Casa/Escritório', '<p>Balcões do Bar em Casa/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3284, 'es', 'Balcões do Bar em Casa/Escritório', '<p>Balcões do Bar em Casa/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3284, 'pt', 'Balcões do Bar em Casa/Escritório', '<p>Balcões do Bar em Casa/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3285, 'en', 'Balcões/Bancadas', '<p>Balcões/Bancadas</p>', '', '', '', 'N', '', 'Y'),
(3285, 'es', 'Balcões/Bancadas', '<p>Balcões/Bancadas</p>', '', '', '', 'N', '', 'Y'),
(3285, 'pt', 'Balcões/Bancadas', '<p>Balcões/Bancadas</p>', '', '', '', 'N', '', 'Y'),
(3286, 'en', 'Compartimentos/Cestos para Casa/Escritório', '<p>Compartimentos/Cestos para Casa/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3286, 'es', 'Compartimentos/Cestos para Casa/Escritório', '<p>Compartimentos/Cestos para Casa/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3286, 'pt', 'Compartimentos/Cestos para Casa/Escritório', '<p>Compartimentos/Cestos para Casa/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3287, 'en', 'Componentes/Peças de Reposição - Móveis para mostruário/armários para casa/escritório', '<p>Componentes/Peças de Reposição - Móveis para mostruário/armários para casa/escritório</p>', '', '', '', 'N', '', 'Y'),
(3287, 'es', 'Componentes/Peças de Reposição - Móveis para mostruário/armários para casa/escritório', '<p>Componentes/Peças de Reposição - Móveis para mostruário/armários para casa/escritório</p>', '', '', '', 'N', '', 'Y'),
(3287, 'pt', 'Componentes/Peças de Reposição - Móveis para mostruário/armários para casa/escritório', '<p>Componentes/Peças de Reposição - Móveis para mostruário/armários para casa/escritório</p>', '', '', '', 'N', '', 'Y'),
(3288, 'en', 'Divisórias/Biombos para Casa/Escritório', '<p>Divisórias/Biombos para Casa/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3288, 'es', 'Divisórias/Biombos para Casa/Escritório', '<p>Divisórias/Biombos para Casa/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3288, 'pt', 'Divisórias/Biombos para Casa/Escritório', '<p>Divisórias/Biombos para Casa/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3289, 'en', 'Estantes para Casa e Escritório', '<p>Estantes para Casa e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3289, 'es', 'Estantes para Casa e Escritório', '<p>Estantes para Casa e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3289, 'pt', 'Estantes para Casa e Escritório', '<p>Estantes para Casa e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3290, 'en', 'Gaveteiros', '<p>Gaveteiros</p>', '', '', '', 'N', '', 'Y'),
(3290, 'es', 'Gaveteiros', '<p>Gaveteiros</p>', '', '', '', 'N', '', 'Y'),
(3290, 'pt', 'Gaveteiros', '<p>Gaveteiros</p>', '', '', '', 'N', '', 'Y'),
(3291, 'en', 'Organizadores Domésticos', '<p>Organizadores Domésticos</p>', '', '', '', 'N', '', 'Y'),
(3291, 'es', 'Organizadores Domésticos', '<p>Organizadores Domésticos</p>', '', '', '', 'N', '', 'Y'),
(3291, 'pt', 'Organizadores Domésticos', '<p>Organizadores Domésticos</p>', '', '', '', 'N', '', 'Y'),
(3292, 'en', 'Outros móveis para armazenagem/mostruário para casa e escritório - Outros', '<p>Outros móveis para armazenagem/mostruário para casa e escritório - Outros</p>', '', '', '', 'N', '', 'Y'),
(3292, 'es', 'Outros móveis para armazenagem/mostruário para casa e escritório - Outros', '<p>Outros móveis para armazenagem/mostruário para casa e escritório - Outros</p>', '', '', '', 'N', '', 'Y'),
(3292, 'pt', 'Outros móveis para armazenagem/mostruário para casa e escritório - Outros', '<p>Outros móveis para armazenagem/mostruário para casa e escritório - Outros</p>', '', '', '', 'N', '', 'Y'),
(3293, 'en', 'Pacotes de Variedades para Biombos/ Mobília para mostruário de objetos e Armários para Casa e Escritório', '<p>Pacotes de Variedades para Biombos/ Mobília para mostruário de objetos e Armários para Casa e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3293, 'es', 'Pacotes de Variedades para Biombos/ Mobília para mostruário de objetos e Armários para Casa e Escritório', '<p>Pacotes de Variedades para Biombos/ Mobília para mostruário de objetos e Armários para Casa e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3293, 'pt', 'Pacotes de Variedades para Biombos/ Mobília para mostruário de objetos e Armários para Casa e Escritório', '<p>Pacotes de Variedades para Biombos/ Mobília para mostruário de objetos e Armários para Casa e Escritório</p>', '', '', '', 'N', '', 'Y'),
(3294, 'en', 'Plataformas giratórias universais', '<p>Plataformas giratórias universais</p>', '', '', '', 'N', '', 'Y'),
(3294, 'es', 'Plataformas giratórias universais', '<p>Plataformas giratórias universais</p>', '', '', '', 'N', '', 'Y'),
(3294, 'pt', 'Plataformas giratórias universais', '<p>Plataformas giratórias universais</p>', '', '', '', 'N', '', 'Y'),
(3295, 'en', 'Suportes/Trilhos para Armazenagem', '<p>Suportes/Trilhos para Armazenagem</p>', '', '', '', 'N', '', 'Y'),
(3295, 'es', 'Suportes/Trilhos para Armazenagem', '<p>Suportes/Trilhos para Armazenagem</p>', '', '', '', 'N', '', 'Y'),
(3295, 'pt', 'Suportes/Trilhos para Armazenagem', '<p>Suportes/Trilhos para Armazenagem</p>', '', '', '', 'N', '', 'Y'),
(3296, 'en', 'Camas e colchões para casa', '<p>Camas e colchões para casa</p>', '', '', '', 'N', '', 'Y'),
(3296, 'es', 'Camas e colchões para casa', '<p>Camas e colchões para casa</p>', '', '', '', 'N', '', 'Y'),
(3296, 'pt', 'Camas e colchões para casa', '<p>Camas e colchões para casa</p>', '', '', '', 'N', '', 'Y'),
(3297, 'en', 'Camas domésticas - Componentes e Peças de Reposição', '<p>Camas domésticas - Componentes e Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(3297, 'es', 'Camas domésticas - Componentes e Peças de Reposição', '<p>Camas domésticas - Componentes e Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(3297, 'pt', 'Camas domésticas - Componentes e Peças de Reposição', '<p>Camas domésticas - Componentes e Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(3298, 'en', 'Camas domésticas ajustáveis (energizados)', '<p>Camas domésticas ajustáveis (energizados)</p>', '', '', '', 'N', '', 'Y'),
(3298, 'es', 'Camas domésticas ajustáveis (energizados)', '<p>Camas domésticas ajustáveis (energizados)</p>', '', '', '', 'N', '', 'Y'),
(3298, 'pt', 'Camas domésticas ajustáveis (energizados)', '<p>Camas domésticas ajustáveis (energizados)</p>', '', '', '', 'N', '', 'Y'),
(3299, 'en', 'Camas domésticas ajustáveis (não acionadas)', '<p>Camas domésticas ajustáveis (não acionadas)</p>', '', '', '', 'N', '', 'Y'),
(3299, 'es', 'Camas domésticas ajustáveis (não acionadas)', '<p>Camas domésticas ajustáveis (não acionadas)</p>', '', '', '', 'N', '', 'Y'),
(3299, 'pt', 'Camas domésticas ajustáveis (não acionadas)', '<p>Camas domésticas ajustáveis (não acionadas)</p>', '', '', '', 'N', '', 'Y'),
(3300, 'en', 'Colchões infláveis / Colchões de água para casa', '<p>Colchões infláveis / Colchões de água para casa</p>', '', '', '', 'N', '', 'Y'),
(3300, 'es', 'Colchões infláveis / Colchões de água para casa', '<p>Colchões infláveis / Colchões de água para casa</p>', '', '', '', 'N', '', 'Y'),
(3300, 'pt', 'Colchões infláveis / Colchões de água para casa', '<p>Colchões infláveis / Colchões de água para casa</p>', '', '', '', 'N', '', 'Y'),
(3301, 'en', 'Colchões para Casa', '<p>Colchões para Casa</p>', '', '', '', 'N', '', 'Y'),
(3301, 'es', 'Colchões para Casa', '<p>Colchões para Casa</p>', '', '', '', 'N', '', 'Y'),
(3301, 'pt', 'Colchões para Casa', '<p>Colchões para Casa</p>', '', '', '', 'N', '', 'Y'),
(3302, 'en', 'Estrados/Armação da Cama doméstica', '<p>Estrados/Armação da Cama doméstica</p>', '', '', '', 'N', '', 'Y'),
(3302, 'es', 'Estrados/Armação da Cama doméstica', '<p>Estrados/Armação da Cama doméstica</p>', '', '', '', 'N', '', 'Y'),
(3302, 'pt', 'Estrados/Armação da Cama doméstica', '<p>Estrados/Armação da Cama doméstica</p>', '', '', '', 'N', '', 'Y'),
(3303, 'en', 'Outras Camas e Colchões domésticos', '<p>Outras Camas e Colchões domésticos</p>', '', '', '', 'N', '', 'Y'),
(3303, 'es', 'Outras Camas e Colchões domésticos', '<p>Outras Camas e Colchões domésticos</p>', '', '', '', 'N', '', 'Y'),
(3303, 'pt', 'Outras Camas e Colchões domésticos', '<p>Outras Camas e Colchões domésticos</p>', '', '', '', 'N', '', 'Y'),
(3304, 'en', 'Pacotes de Variedades para Colchões/Camas Domésticas', '<p>Pacotes de Variedades para Colchões/Camas Domésticas</p>', '', '', '', 'N', '', 'Y'),
(3304, 'es', 'Pacotes de Variedades para Colchões/Camas Domésticas', '<p>Pacotes de Variedades para Colchões/Camas Domésticas</p>', '', '', '', 'N', '', 'Y'),
(3304, 'pt', 'Pacotes de Variedades para Colchões/Camas Domésticas', '<p>Pacotes de Variedades para Colchões/Camas Domésticas</p>', '', '', '', 'N', '', 'Y'),
(3305, 'en', 'Estandes para mostruário', '<p>Estandes para mostruário</p>', '', '', '', 'N', '', 'Y'),
(3305, 'es', 'Estandes para mostruário', '<p>Estandes para mostruário</p>', '', '', '', 'N', '', 'Y'),
(3305, 'pt', 'Estandes para mostruário', '<p>Estandes para mostruário</p>', '', '', '', 'N', '', 'Y'),
(3306, 'en', 'Base Material', '<p>Base Material</p>', '', '', '', 'N', '', 'Y'),
(3306, 'es', 'Base Material', '<p>Base Material</p>', '', '', '', 'N', '', 'Y'),
(3306, 'pt', 'Base Material', '<p>Base Material</p>', '', '', '', 'N', '', 'Y'),
(3307, 'en', 'If Foldable/Collapsible', '<p>If Foldable/Collapsible</p>', '', '', '', 'N', '', 'Y'),
(3307, 'es', 'If Foldable/Collapsible', '<p>If Foldable/Collapsible</p>', '', '', '', 'N', '', 'Y'),
(3307, 'pt', 'If Foldable/Collapsible', '<p>If Foldable/Collapsible</p>', '', '', '', 'N', '', 'Y'),
(3308, 'en', 'Is Display Stand Branded', '<p>Is Display Stand Branded</p>', '', '', '', 'N', '', 'Y'),
(3308, 'es', 'Is Display Stand Branded', '<p>Is Display Stand Branded</p>', '', '', '', 'N', '', 'Y'),
(3308, 'pt', 'Is Display Stand Branded', '<p>Is Display Stand Branded</p>', '', '', '', 'N', '', 'Y'),
(3309, 'en', 'Mesas e Escrivaninhas domésticas e para escritório', '<p>Mesas e Escrivaninhas domésticas e para escritório</p>', '', '', '', 'N', '', 'Y'),
(3309, 'es', 'Mesas e Escrivaninhas domésticas e para escritório', '<p>Mesas e Escrivaninhas domésticas e para escritório</p>', '', '', '', 'N', '', 'Y'),
(3309, 'pt', 'Mesas e Escrivaninhas domésticas e para escritório', '<p>Mesas e Escrivaninhas domésticas e para escritório</p>', '', '', '', 'N', '', 'Y'),
(3310, 'en', 'Escrivaninhas/Estações de Trabalho Domésticas/Escritório', '<p>Escrivaninhas/Estações de Trabalho Domésticas/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3310, 'es', 'Escrivaninhas/Estações de Trabalho Domésticas/Escritório', '<p>Escrivaninhas/Estações de Trabalho Domésticas/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3310, 'pt', 'Escrivaninhas/Estações de Trabalho Domésticas/Escritório', '<p>Escrivaninhas/Estações de Trabalho Domésticas/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3311, 'en', 'Mesas domésticas e para escritório', '<p>Mesas domésticas e para escritório</p>', '', '', '', 'N', '', 'Y'),
(3311, 'es', 'Mesas domésticas e para escritório', '<p>Mesas domésticas e para escritório</p>', '', '', '', 'N', '', 'Y'),
(3311, 'pt', 'Mesas domésticas e para escritório', '<p>Mesas domésticas e para escritório</p>', '', '', '', 'N', '', 'Y'),
(3312, 'en', 'Outras Mesas e Escrivaninhas Domésticas/Escritório', '<p>Outras Mesas e Escrivaninhas Domésticas/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3312, 'es', 'Outras Mesas e Escrivaninhas Domésticas/Escritório', '<p>Outras Mesas e Escrivaninhas Domésticas/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3312, 'pt', 'Outras Mesas e Escrivaninhas Domésticas/Escritório', '<p>Outras Mesas e Escrivaninhas Domésticas/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3313, 'en', 'Pacotes de Variedades para Escrivaninhas e Mesas Domésticas e de Escritório', '<p>Pacotes de Variedades para Escrivaninhas e Mesas Domésticas e de Escritório</p>', '', '', '', 'N', '', 'Y'),
(3313, 'es', 'Pacotes de Variedades para Escrivaninhas e Mesas Domésticas e de Escritório', '<p>Pacotes de Variedades para Escrivaninhas e Mesas Domésticas e de Escritório</p>', '', '', '', 'N', '', 'Y'),
(3313, 'pt', 'Pacotes de Variedades para Escrivaninhas e Mesas Domésticas e de Escritório', '<p>Pacotes de Variedades para Escrivaninhas e Mesas Domésticas e de Escritório</p>', '', '', '', 'N', '', 'Y'),
(3314, 'en', 'Peças de Reposição/ Componentes - Mesas/Escrivaninhas Domésticas/Escritório', '<p>Peças de Reposição/ Componentes - Mesas/Escrivaninhas Domésticas/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3314, 'es', 'Peças de Reposição/ Componentes - Mesas/Escrivaninhas Domésticas/Escritório', '<p>Peças de Reposição/ Componentes - Mesas/Escrivaninhas Domésticas/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3314, 'pt', 'Peças de Reposição/ Componentes - Mesas/Escrivaninhas Domésticas/Escritório', '<p>Peças de Reposição/ Componentes - Mesas/Escrivaninhas Domésticas/Escritório</p>', '', '', '', 'N', '', 'Y'),
(3315, 'en', 'Pacotes de Variedades para Mobília Doméstica e de Escritório', '<p>Pacotes de Variedades para Mobília Doméstica e de Escritório</p>', '', '', '', 'N', '', 'Y'),
(3315, 'es', 'Pacotes de Variedades para Mobília Doméstica e de Escritório', '<p>Pacotes de Variedades para Mobília Doméstica e de Escritório</p>', '', '', '', 'N', '', 'Y'),
(3315, 'pt', 'Pacotes de Variedades para Mobília Doméstica e de Escritório', '<p>Pacotes de Variedades para Mobília Doméstica e de Escritório</p>', '', '', '', 'N', '', 'Y'),
(3316, 'en', 'Moeda / Certificados', '<p>Moeda / Certificados</p>', '', '', '', 'N', '', 'Y'),
(3316, 'es', 'Moeda / Certificados', '<p>Moeda / Certificados</p>', '', '', '', 'N', '', 'Y'),
(3316, 'pt', 'Moeda / Certificados', '<p>Moeda / Certificados</p>', '', '', '', 'N', '', 'Y'),
(3317, 'en', 'Cartões pré-pagos / cartões-presente / comprovantes', '<p>Cartões pré-pagos / cartões-presente / comprovantes</p>', '', '', '', 'N', '', 'Y'),
(3317, 'es', 'Cartões pré-pagos / cartões-presente / comprovantes', '<p>Cartões pré-pagos / cartões-presente / comprovantes</p>', '', '', '', 'N', '', 'Y'),
(3317, 'pt', 'Cartões pré-pagos / cartões-presente / comprovantes', '<p>Cartões pré-pagos / cartões-presente / comprovantes</p>', '', '', '', 'N', '', 'Y'),
(3318, 'en', 'Moeda / Certificados', '<p>Moeda / Certificados</p>', '', '', '', 'N', '', 'Y'),
(3318, 'es', 'Moeda / Certificados', '<p>Moeda / Certificados</p>', '', '', '', 'N', '', 'Y'),
(3318, 'pt', 'Moeda / Certificados', '<p>Moeda / Certificados</p>', '', '', '', 'N', '', 'Y'),
(3319, 'en', 'Música', '<p>Música</p>', '', '', '', 'N', '', 'Y'),
(3319, 'es', 'Música', '<p>Música</p>', '', '', '', 'N', '', 'Y'),
(3319, 'pt', 'Música', '<p>Música</p>', '', '', '', 'N', '', 'Y'),
(3320, 'en', 'Acessórios para Instrumentos Musicais', '<p>Acessórios para Instrumentos Musicais</p>', '', '', '', 'N', '', 'Y'),
(3320, 'es', 'Acessórios para Instrumentos Musicais', '<p>Acessórios para Instrumentos Musicais</p>', '', '', '', 'N', '', 'Y'),
(3320, 'pt', 'Acessórios para Instrumentos Musicais', '<p>Acessórios para Instrumentos Musicais</p>', '', '', '', 'N', '', 'Y'),
(3321, 'en', 'Instrumentos Musicais (Elétricos)', '<p>Instrumentos Musicais (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(3321, 'es', 'Instrumentos Musicais (Elétricos)', '<p>Instrumentos Musicais (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(3321, 'pt', 'Instrumentos Musicais (Elétricos)', '<p>Instrumentos Musicais (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(3322, 'en', 'Instrumentos Musicais (Não elétricos)', '<p>Instrumentos Musicais (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(3322, 'es', 'Instrumentos Musicais (Não elétricos)', '<p>Instrumentos Musicais (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(3322, 'pt', 'Instrumentos Musicais (Não elétricos)', '<p>Instrumentos Musicais (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(3323, 'en', 'Pacotes de Variedades para Acessórios de Instrumentos Musicais', '<p>Pacotes de Variedades para Acessórios de Instrumentos Musicais</p>', '', '', '', 'N', '', 'Y'),
(3323, 'es', 'Pacotes de Variedades para Acessórios de Instrumentos Musicais', '<p>Pacotes de Variedades para Acessórios de Instrumentos Musicais</p>', '', '', '', 'N', '', 'Y'),
(3323, 'pt', 'Pacotes de Variedades para Acessórios de Instrumentos Musicais', '<p>Pacotes de Variedades para Acessórios de Instrumentos Musicais</p>', '', '', '', 'N', '', 'Y'),
(3324, 'en', 'Plantas de Horticultura', '<p>Plantas de Horticultura</p>', '', '', '', 'N', '', 'Y'),
(3324, 'es', 'Plantas de Horticultura', '<p>Plantas de Horticultura</p>', '', '', '', 'N', '', 'Y'),
(3324, 'pt', 'Plantas de Horticultura', '<p>Plantas de Horticultura</p>', '', '', '', 'N', '', 'Y'),
(3325, 'en', 'Arbustos / Árvores', '<p>Arbustos / Árvores</p>', '', '', '', 'N', '', 'Y'),
(3325, 'es', 'Arbustos / Árvores', '<p>Arbustos / Árvores</p>', '', '', '', 'N', '', 'Y'),
(3325, 'pt', 'Arbustos / Árvores', '<p>Arbustos / Árvores</p>', '', '', '', 'N', '', 'Y'),
(3326, 'en', 'Abies (Abeto)', '<p>Abies (Abeto)</p>', '', '', '', 'N', '', 'Y'),
(3326, 'es', 'Abies (Abeto)', '<p>Abies (Abeto)</p>', '', '', '', 'N', '', 'Y'),
(3326, 'pt', 'Abies (Abeto)', '<p>Abies (Abeto)</p>', '', '', '', 'N', '', 'Y'),
(3327, 'en', 'Abies balsamea (abeto bálsamo)', '<p>Abies balsamea (abeto bálsamo)</p>', '', '', '', 'N', '', 'Y'),
(3327, 'es', 'Abies balsamea (abeto bálsamo)', '<p>Abies balsamea (abeto bálsamo)</p>', '', '', '', 'N', '', 'Y'),
(3327, 'pt', 'Abies balsamea (abeto bálsamo)', '<p>Abies balsamea (abeto bálsamo)</p>', '', '', '', 'N', '', 'Y'),
(3328, 'en', 'Abies concolor (Abeto while)', '<p>Abies concolor (Abeto while)</p>', '', '', '', 'N', '', 'Y'),
(3328, 'es', 'Abies concolor (Abeto while)', '<p>Abies concolor (Abeto while)</p>', '', '', '', 'N', '', 'Y'),
(3328, 'pt', 'Abies concolor (Abeto while)', '<p>Abies concolor (Abeto while)</p>', '', '', '', 'N', '', 'Y'),
(3329, 'en', 'Abies fraseri (Abeto Fraser)', '<p>Abies fraseri (Abeto Fraser)</p>', '', '', '', 'N', '', 'Y'),
(3329, 'es', 'Abies fraseri (Abeto Fraser)', '<p>Abies fraseri (Abeto Fraser)</p>', '', '', '', 'N', '', 'Y'),
(3329, 'pt', 'Abies fraseri (Abeto Fraser)', '<p>Abies fraseri (Abeto Fraser)</p>', '', '', '', 'N', '', 'Y'),
(3330, 'en', 'Abies grandis (abeto grande ou abeto gigante)', '<p>Abies grandis (abeto grande ou abeto gigante)</p>', '', '', '', 'N', '', 'Y'),
(3330, 'es', 'Abies grandis (abeto grande ou abeto gigante)', '<p>Abies grandis (abeto grande ou abeto gigante)</p>', '', '', '', 'N', '', 'Y'),
(3330, 'pt', 'Abies grandis (abeto grande ou abeto gigante)', '<p>Abies grandis (abeto grande ou abeto gigante)</p>', '', '', '', 'N', '', 'Y'),
(3331, 'en', 'Abies guatemalensis (abeto guatemalo)', '<p>Abies guatemalensis (abeto guatemalo)</p>', '', '', '', 'N', '', 'Y'),
(3331, 'es', 'Abies guatemalensis (abeto guatemalo)', '<p>Abies guatemalensis (abeto guatemalo)</p>', '', '', '', 'N', '', 'Y'),
(3331, 'pt', 'Abies guatemalensis (abeto guatemalo)', '<p>Abies guatemalensis (abeto guatemalo)</p>', '', '', '', 'N', '', 'Y'),
(3332, 'en', 'Abies koreana (abeto coreano)', '<p>Abies koreana (abeto coreano)</p>', '', '', '', 'N', '', 'Y'),
(3332, 'es', 'Abies koreana (abeto coreano)', '<p>Abies koreana (abeto coreano)</p>', '', '', '', 'N', '', 'Y'),
(3332, 'pt', 'Abies koreana (abeto coreano)', '<p>Abies koreana (abeto coreano)</p>', '', '', '', 'N', '', 'Y'),
(3333, 'en', 'Abies lasiocarpa (abeto alpino)', '<p>Abies lasiocarpa (abeto alpino)</p>', '', '', '', 'N', '', 'Y'),
(3333, 'es', 'Abies lasiocarpa (abeto alpino)', '<p>Abies lasiocarpa (abeto alpino)</p>', '', '', '', 'N', '', 'Y'),
(3333, 'pt', 'Abies lasiocarpa (abeto alpino)', '<p>Abies lasiocarpa (abeto alpino)</p>', '', '', '', 'N', '', 'Y'),
(3334, 'en', 'Abies magnifica (abeto Silvertip ou abeto vermelho)', '<p>Abies magnifica (abeto Silvertip ou abeto vermelho)</p>', '', '', '', 'N', '', 'Y'),
(3334, 'es', 'Abies magnifica (abeto Silvertip ou abeto vermelho)', '<p>Abies magnifica (abeto Silvertip ou abeto vermelho)</p>', '', '', '', 'N', '', 'Y'),
(3334, 'pt', 'Abies magnifica (abeto Silvertip ou abeto vermelho)', '<p>Abies magnifica (abeto Silvertip ou abeto vermelho)</p>', '', '', '', 'N', '', 'Y'),
(3335, 'en', 'Abies nordmanniana (abeto Nordmann)', '<p>Abies nordmanniana (abeto Nordmann)</p>', '', '', '', 'N', '', 'Y'),
(3335, 'es', 'Abies nordmanniana (abeto Nordmann)', '<p>Abies nordmanniana (abeto Nordmann)</p>', '', '', '', 'N', '', 'Y'),
(3335, 'pt', 'Abies nordmanniana (abeto Nordmann)', '<p>Abies nordmanniana (abeto Nordmann)</p>', '', '', '', 'N', '', 'Y'),
(3336, 'en', 'Abies procera (Abeto nobre)', '<p>Abies procera (Abeto nobre)</p>', '', '', '', 'N', '', 'Y'),
(3336, 'es', 'Abies procera (Abeto nobre)', '<p>Abies procera (Abeto nobre)</p>', '', '', '', 'N', '', 'Y'),
(3336, 'pt', 'Abies procera (Abeto nobre)', '<p>Abies procera (Abeto nobre)</p>', '', '', '', 'N', '', 'Y'),
(3337, 'en', 'Araucária', '<p>Araucária</p>', '', '', '', 'N', '', 'Y'),
(3337, 'es', 'Araucária', '<p>Araucária</p>', '', '', '', 'N', '', 'Y'),
(3337, 'pt', 'Araucária', '<p>Araucária</p>', '', '', '', 'N', '', 'Y'),
(3338, 'en', 'If Decorated', '<p>If Decorated</p>', '', '', '', 'N', '', 'Y'),
(3338, 'es', 'If Decorated', '<p>If Decorated</p>', '', '', '', 'N', '', 'Y'),
(3338, 'pt', 'If Decorated', '<p>If Decorated</p>', '', '', '', 'N', '', 'Y'),
(3339, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3339, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3339, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3340, 'en', 'With Rootballs', '<p>With Rootballs</p>', '', '', '', 'N', '', 'Y'),
(3340, 'es', 'With Rootballs', '<p>With Rootballs</p>', '', '', '', 'N', '', 'Y'),
(3340, 'pt', 'With Rootballs', '<p>With Rootballs</p>', '', '', '', 'N', '', 'Y'),
(3341, 'en', 'Arbustos / árvores - outros', '<p>Arbustos / árvores - outros</p>', '', '', '', 'N', '', 'Y'),
(3341, 'es', 'Arbustos / árvores - outros', '<p>Arbustos / árvores - outros</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(3341, 'pt', 'Arbustos / árvores - outros', '<p>Arbustos / árvores - outros</p>', '', '', '', 'N', '', 'Y'),
(3342, 'en', 'Container', '<p>Container</p>', '', '', '', 'N', '', 'Y'),
(3342, 'es', 'Container', '<p>Container</p>', '', '', '', 'N', '', 'Y'),
(3342, 'pt', 'Container', '<p>Container</p>', '', '', '', 'N', '', 'Y'),
(3343, 'en', 'Growing Medium', '<p>Growing Medium</p>', '', '', '', 'N', '', 'Y'),
(3343, 'es', 'Growing Medium', '<p>Growing Medium</p>', '', '', '', 'N', '', 'Y'),
(3343, 'pt', 'Growing Medium', '<p>Growing Medium</p>', '', '', '', 'N', '', 'Y'),
(3344, 'en', 'If Decorated', '<p>If Decorated</p>', '', '', '', 'N', '', 'Y'),
(3344, 'es', 'If Decorated', '<p>If Decorated</p>', '', '', '', 'N', '', 'Y'),
(3344, 'pt', 'If Decorated', '<p>If Decorated</p>', '', '', '', 'N', '', 'Y'),
(3345, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3345, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3345, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3346, 'en', 'Plant Presentation', '<p>Plant Presentation</p>', '', '', '', 'N', '', 'Y'),
(3346, 'es', 'Plant Presentation', '<p>Plant Presentation</p>', '', '', '', 'N', '', 'Y'),
(3346, 'pt', 'Plant Presentation', '<p>Plant Presentation</p>', '', '', '', 'N', '', 'Y'),
(3347, 'en', 'Picea', '<p>Picea</p>', '', '', '', 'N', '', 'Y'),
(3347, 'es', 'Picea', '<p>Picea</p>', '', '', '', 'N', '', 'Y'),
(3347, 'pt', 'Picea', '<p>Picea</p>', '', '', '', 'N', '', 'Y'),
(3348, 'en', 'Picea abies (Abeto  comum ou abeto da noruega)', '<p>Picea abies (Abeto  comum ou abeto da noruega)</p>', '', '', '', 'N', '', 'Y'),
(3348, 'es', 'Picea abies (Abeto  comum ou abeto da noruega)', '<p>Picea abies (Abeto  comum ou abeto da noruega)</p>', '', '', '', 'N', '', 'Y'),
(3348, 'pt', 'Picea abies (Abeto  comum ou abeto da noruega)', '<p>Picea abies (Abeto  comum ou abeto da noruega)</p>', '', '', '', 'N', '', 'Y'),
(3349, 'en', 'Picea omorika (Sérvio)', '<p>Picea omorika (Sérvio)</p>', '', '', '', 'N', '', 'Y'),
(3349, 'es', 'Picea omorika (Sérvio)', '<p>Picea omorika (Sérvio)</p>', '', '', '', 'N', '', 'Y'),
(3349, 'pt', 'Picea omorika (Sérvio)', '<p>Picea omorika (Sérvio)</p>', '', '', '', 'N', '', 'Y'),
(3350, 'en', 'Picea pungens (Abeto Colorado)', '<p>Picea pungens (Abeto Colorado)</p>', '', '', '', 'N', '', 'Y'),
(3350, 'es', 'Picea pungens (Abeto Colorado)', '<p>Picea pungens (Abeto Colorado)</p>', '', '', '', 'N', '', 'Y'),
(3350, 'pt', 'Picea pungens (Abeto Colorado)', '<p>Picea pungens (Abeto Colorado)</p>', '', '', '', 'N', '', 'Y'),
(3351, 'en', 'Pinus', '<p>Pinus</p>', '', '', '', 'N', '', 'Y'),
(3351, 'es', 'Pinus', '<p>Pinus</p>', '', '', '', 'N', '', 'Y'),
(3351, 'pt', 'Pinus', '<p>Pinus</p>', '', '', '', 'N', '', 'Y'),
(3352, 'en', 'Pinus cembra (pinheiro suíço)', '<p>Pinus cembra (pinheiro suíço)</p>', '', '', '', 'N', '', 'Y'),
(3352, 'es', 'Pinus cembra (pinheiro suíço)', '<p>Pinus cembra (pinheiro suíço)</p>', '', '', '', 'N', '', 'Y'),
(3352, 'pt', 'Pinus cembra (pinheiro suíço)', '<p>Pinus cembra (pinheiro suíço)</p>', '', '', '', 'N', '', 'Y'),
(3353, 'en', 'Pinus edulis (Pinheiro Pinyon de duas agulhas)', '<p>Pinus edulis (Pinheiro Pinyon de duas agulhas)</p>', '', '', '', 'N', '', 'Y'),
(3353, 'es', 'Pinus edulis (Pinheiro Pinyon de duas agulhas)', '<p>Pinus edulis (Pinheiro Pinyon de duas agulhas)</p>', '', '', '', 'N', '', 'Y'),
(3353, 'pt', 'Pinus edulis (Pinheiro Pinyon de duas agulhas)', '<p>Pinus edulis (Pinheiro Pinyon de duas agulhas)</p>', '', '', '', 'N', '', 'Y'),
(3354, 'en', 'Pinus jeffreyi (pinheiro Jeffreyi)', '<p>Pinus jeffreyi (pinheiro Jeffreyi)</p>', '', '', '', 'N', '', 'Y'),
(3354, 'es', 'Pinus jeffreyi (pinheiro Jeffreyi)', '<p>Pinus jeffreyi (pinheiro Jeffreyi)</p>', '', '', '', 'N', '', 'Y'),
(3354, 'pt', 'Pinus jeffreyi (pinheiro Jeffreyi)', '<p>Pinus jeffreyi (pinheiro Jeffreyi)</p>', '', '', '', 'N', '', 'Y'),
(3355, 'en', 'Pinus monophylla (Pinheiro Pinyon de folha única)', '<p>Pinus monophylla (Pinheiro Pinyon de folha única)</p>', '', '', '', 'N', '', 'Y'),
(3355, 'es', 'Pinus monophylla (Pinheiro Pinyon de folha única)', '<p>Pinus monophylla (Pinheiro Pinyon de folha única)</p>', '', '', '', 'N', '', 'Y'),
(3355, 'pt', 'Pinus monophylla (Pinheiro Pinyon de folha única)', '<p>Pinus monophylla (Pinheiro Pinyon de folha única)</p>', '', '', '', 'N', '', 'Y'),
(3356, 'en', 'Pinus pinea (pinheiro manso)', '<p>Pinus pinea (pinheiro manso)</p>', '', '', '', 'N', '', 'Y'),
(3356, 'es', 'Pinus pinea (pinheiro manso)', '<p>Pinus pinea (pinheiro manso)</p>', '', '', '', 'N', '', 'Y'),
(3356, 'pt', 'Pinus pinea (pinheiro manso)', '<p>Pinus pinea (pinheiro manso)</p>', '', '', '', 'N', '', 'Y'),
(3357, 'en', 'Pinus sylvestris (pinheiro silvestre)', '<p>Pinus sylvestris (pinheiro silvestre)</p>', '', '', '', 'N', '', 'Y'),
(3357, 'es', 'Pinus sylvestris (pinheiro silvestre)', '<p>Pinus sylvestris (pinheiro silvestre)</p>', '', '', '', 'N', '', 'Y'),
(3357, 'pt', 'Pinus sylvestris (pinheiro silvestre)', '<p>Pinus sylvestris (pinheiro silvestre)</p>', '', '', '', 'N', '', 'Y'),
(3358, 'en', 'Bouquets', '<p>Bouquets</p>', '', '', '', 'N', '', 'Y'),
(3358, 'es', 'Bouquets', '<p>Bouquets</p>', '', '', '', 'N', '', 'Y'),
(3358, 'pt', 'Bouquets', '<p>Bouquets</p>', '', '', '', 'N', '', 'Y'),
(3359, 'en', 'Buquês de Alstroemeria', '<p>Buquês de Alstroemeria</p>', '', '', '', 'N', '', 'Y'),
(3359, 'es', 'Buquês de Alstroemeria', '<p>Buquês de Alstroemeria</p>', '', '', '', 'N', '', 'Y'),
(3359, 'pt', 'Buquês de Alstroemeria', '<p>Buquês de Alstroemeria</p>', '', '', '', 'N', '', 'Y'),
(3360, 'en', 'Buquês de Cravo', '<p>Buquês de Cravo</p>', '', '', '', 'N', '', 'Y'),
(3360, 'es', 'Buquês de Cravo', '<p>Buquês de Cravo</p>', '', '', '', 'N', '', 'Y'),
(3360, 'pt', 'Buquês de Cravo', '<p>Buquês de Cravo</p>', '', '', '', 'N', '', 'Y'),
(3361, 'en', 'Buquês de crisântemo', '<p>Buquês de crisântemo</p>', '', '', '', 'N', '', 'Y'),
(3361, 'es', 'Buquês de crisântemo', '<p>Buquês de crisântemo</p>', '', '', '', 'N', '', 'Y'),
(3361, 'pt', 'Buquês de crisântemo', '<p>Buquês de crisântemo</p>', '', '', '', 'N', '', 'Y'),
(3362, 'en', 'Buquês de flores tropicais', '<p>Buquês de flores tropicais</p>', '', '', '', 'N', '', 'Y'),
(3362, 'es', 'Buquês de flores tropicais', '<p>Buquês de flores tropicais</p>', '', '', '', 'N', '', 'Y'),
(3362, 'pt', 'Buquês de flores tropicais', '<p>Buquês de flores tropicais</p>', '', '', '', 'N', '', 'Y'),
(3363, 'en', 'Buquês de lírio', '<p>Buquês de lírio</p>', '', '', '', 'N', '', 'Y'),
(3363, 'es', 'Buquês de lírio', '<p>Buquês de lírio</p>', '', '', '', 'N', '', 'Y'),
(3363, 'pt', 'Buquês de lírio', '<p>Buquês de lírio</p>', '', '', '', 'N', '', 'Y'),
(3364, 'en', 'Buquês de Mini Cravo', '<p>Buquês de Mini Cravo</p>', '', '', '', 'N', '', 'Y'),
(3364, 'es', 'Buquês de Mini Cravo', '<p>Buquês de Mini Cravo</p>', '', '', '', 'N', '', 'Y'),
(3364, 'pt', 'Buquês de Mini Cravo', '<p>Buquês de Mini Cravo</p>', '', '', '', 'N', '', 'Y'),
(3365, 'en', 'Buquês de rosas', '<p>Buquês de rosas</p>', '', '', '', 'N', '', 'Y'),
(3365, 'es', 'Buquês de rosas', '<p>Buquês de rosas</p>', '', '', '', 'N', '', 'Y'),
(3365, 'pt', 'Buquês de rosas', '<p>Buquês de rosas</p>', '', '', '', 'N', '', 'Y'),
(3366, 'en', 'Buquês Mistos', '<p>Buquês Mistos</p>', '', '', '', 'N', '', 'Y'),
(3366, 'es', 'Buquês Mistos', '<p>Buquês Mistos</p>', '', '', '', 'N', '', 'Y'),
(3366, 'pt', 'Buquês Mistos', '<p>Buquês Mistos</p>', '', '', '', 'N', '', 'Y'),
(3367, 'en', 'Outros Buquês', '<p>Outros Buquês</p>', '', '', '', 'N', '', 'Y'),
(3367, 'es', 'Outros Buquês', '<p>Outros Buquês</p>', '', '', '', 'N', '', 'Y'),
(3367, 'pt', 'Outros Buquês', '<p>Outros Buquês</p>', '', '', '', 'N', '', 'Y'),
(3368, 'en', 'Flores de Corte', '<p>Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3368, 'es', 'Flores de Corte', '<p>Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3368, 'pt', 'Flores de Corte', '<p>Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3369, 'en', 'Agapanthus - Flores de Corte', '<p>Agapanthus - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3369, 'es', 'Agapanthus - Flores de Corte', '<p>Agapanthus - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3369, 'pt', 'Agapanthus - Flores de Corte', '<p>Agapanthus - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3370, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3370, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3370, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3371, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3371, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3371, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3372, 'en', 'Alchemilla - Flores de Corte', '<p>Alchemilla - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3372, 'es', 'Alchemilla - Flores de Corte', '<p>Alchemilla - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3372, 'pt', 'Alchemilla - Flores de Corte', '<p>Alchemilla - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3373, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3373, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3373, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3374, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3374, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3374, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3375, 'en', 'Alstroemeria - Flores de Corte', '<p>Alstroemeria - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3375, 'es', 'Alstroemeria - Flores de Corte', '<p>Alstroemeria - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3375, 'pt', 'Alstroemeria - Flores de Corte', '<p>Alstroemeria - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3376, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3376, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3376, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3377, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3377, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3377, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3378, 'en', 'Anemone - Flores de Corte', '<p>Anemone - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3378, 'es', 'Anemone - Flores de Corte', '<p>Anemone - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3378, 'pt', 'Anemone - Flores de Corte', '<p>Anemone - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3379, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3379, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3379, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3380, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3380, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3380, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3381, 'en', 'Anthurium - Flores de Corte', '<p>Anthurium - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3381, 'es', 'Anthurium - Flores de Corte', '<p>Anthurium - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3381, 'pt', 'Anthurium - Flores de Corte', '<p>Anthurium - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3382, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3382, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3382, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3383, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3383, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3383, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3384, 'en', 'Antirrhinum - Flores de Corte', '<p>Antirrhinum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3384, 'es', 'Antirrhinum - Flores de Corte', '<p>Antirrhinum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3384, 'pt', 'Antirrhinum - Flores de Corte', '<p>Antirrhinum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3385, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3385, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3385, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3386, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3386, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3386, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3387, 'en', 'Aster - Flores de Corte', '<p>Aster - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3387, 'es', 'Aster - Flores de Corte', '<p>Aster - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3387, 'pt', 'Aster - Flores de Corte', '<p>Aster - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3388, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3388, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3388, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3389, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3389, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3389, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3390, 'en', 'Bouvardia - Flores de Corte', '<p>Bouvardia - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3390, 'es', 'Bouvardia - Flores de Corte', '<p>Bouvardia - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3390, 'pt', 'Bouvardia - Flores de Corte', '<p>Bouvardia - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3391, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3391, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3391, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3392, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3392, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3392, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3393, 'en', 'Celosia - Flores de Corte', '<p>Celosia - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3393, 'es', 'Celosia - Flores de Corte', '<p>Celosia - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3393, 'pt', 'Celosia - Flores de Corte', '<p>Celosia - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3394, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3394, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3394, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3395, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3395, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3395, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3396, 'en', 'Chamelaucium - Flores de Corte', '<p>Chamelaucium - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3396, 'es', 'Chamelaucium - Flores de Corte', '<p>Chamelaucium - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3396, 'pt', 'Chamelaucium - Flores de Corte', '<p>Chamelaucium - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3397, 'en', 'Chamelaucium Outras - Flores de Corte', '<p>Chamelaucium Outras - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3397, 'es', 'Chamelaucium Outras - Flores de Corte', '<p>Chamelaucium Outras - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3397, 'pt', 'Chamelaucium Outras - Flores de Corte', '<p>Chamelaucium Outras - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3398, 'en', 'Chamelaucium Uncinatum - Flores de Corte', '<p>Chamelaucium Uncinatum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3398, 'es', 'Chamelaucium Uncinatum - Flores de Corte', '<p>Chamelaucium Uncinatum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3398, 'pt', 'Chamelaucium Uncinatum - Flores de Corte', '<p>Chamelaucium Uncinatum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3399, 'en', 'Chrysanthemum - Flores de Corte', '<p>Chrysanthemum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3399, 'es', 'Chrysanthemum - Flores de Corte', '<p>Chrysanthemum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3399, 'pt', 'Chrysanthemum - Flores de Corte', '<p>Chrysanthemum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3400, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3400, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3400, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3401, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3401, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3401, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3402, 'en', 'Cymbidium - Flores de Corte', '<p>Cymbidium - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3402, 'es', 'Cymbidium - Flores de Corte', '<p>Cymbidium - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3402, 'pt', 'Cymbidium - Flores de Corte', '<p>Cymbidium - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3403, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3403, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3403, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3404, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3404, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3404, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3405, 'en', 'Dahlia - Flores de Corte', '<p>Dahlia - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3405, 'es', 'Dahlia - Flores de Corte', '<p>Dahlia - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3405, 'pt', 'Dahlia - Flores de Corte', '<p>Dahlia - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3406, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3406, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3406, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3407, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3407, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3407, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3408, 'en', 'Delphinium - Flores de Corte', '<p>Delphinium - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3408, 'es', 'Delphinium - Flores de Corte', '<p>Delphinium - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3408, 'pt', 'Delphinium - Flores de Corte', '<p>Delphinium - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3409, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3409, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3409, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3410, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3410, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3410, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3411, 'en', 'Dianthus - Flores de Corte', '<p>Dianthus - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3411, 'es', 'Dianthus - Flores de Corte', '<p>Dianthus - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3411, 'pt', 'Dianthus - Flores de Corte', '<p>Dianthus - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3412, 'en', 'Dianthus Barbatus - Flores de Corte', '<p>Dianthus Barbatus - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3412, 'es', 'Dianthus Barbatus - Flores de Corte', '<p>Dianthus Barbatus - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3412, 'pt', 'Dianthus Barbatus - Flores de Corte', '<p>Dianthus Barbatus - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3413, 'en', 'Dianthus Outras - Flores de Corte', '<p>Dianthus Outras - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3413, 'es', 'Dianthus Outras - Flores de Corte', '<p>Dianthus Outras - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3413, 'pt', 'Dianthus Outras - Flores de Corte', '<p>Dianthus Outras - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3414, 'en', 'Eryngium - Flores de Corte', '<p>Eryngium - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3414, 'es', 'Eryngium - Flores de Corte', '<p>Eryngium - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3414, 'pt', 'Eryngium - Flores de Corte', '<p>Eryngium - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3415, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3415, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3415, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3416, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3416, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3416, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3417, 'en', 'Eustoma - Flores de Corte', '<p>Eustoma - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3417, 'es', 'Eustoma - Flores de Corte', '<p>Eustoma - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3417, 'pt', 'Eustoma - Flores de Corte', '<p>Eustoma - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3418, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3418, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3418, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3419, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3419, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3419, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3420, 'en', 'Freesia - Flores de Corte', '<p>Freesia - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3420, 'es', 'Freesia - Flores de Corte', '<p>Freesia - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3420, 'pt', 'Freesia - Flores de Corte', '<p>Freesia - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3421, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3421, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3421, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3422, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3422, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3422, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3423, 'en', 'Gerbera - Flores de Corte', '<p>Gerbera - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3423, 'es', 'Gerbera - Flores de Corte', '<p>Gerbera - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3423, 'pt', 'Gerbera - Flores de Corte', '<p>Gerbera - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3424, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3424, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3424, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3425, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3425, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3425, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3426, 'en', 'Gladiolus - Flores de Corte', '<p>Gladiolus - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3426, 'es', 'Gladiolus - Flores de Corte', '<p>Gladiolus - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3426, 'pt', 'Gladiolus - Flores de Corte', '<p>Gladiolus - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3427, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3427, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3427, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3428, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3428, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3428, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3429, 'en', 'Gypsophila - Flores de Corte', '<p>Gypsophila - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3429, 'es', 'Gypsophila - Flores de Corte', '<p>Gypsophila - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3429, 'pt', 'Gypsophila - Flores de Corte', '<p>Gypsophila - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3430, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3430, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3430, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3431, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3431, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3431, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3432, 'en', 'Helianthus - Flores de Corte', '<p>Helianthus - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3432, 'es', 'Helianthus - Flores de Corte', '<p>Helianthus - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3432, 'pt', 'Helianthus - Flores de Corte', '<p>Helianthus - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3433, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3433, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3433, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3434, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3434, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3434, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3435, 'en', 'Hippeastrum - Flores de Corte', '<p>Hippeastrum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3435, 'es', 'Hippeastrum - Flores de Corte', '<p>Hippeastrum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3435, 'pt', 'Hippeastrum - Flores de Corte', '<p>Hippeastrum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3436, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3436, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3436, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3437, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3437, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3437, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3438, 'en', 'Hyacinthus - Flores de Corte', '<p>Hyacinthus - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3438, 'es', 'Hyacinthus - Flores de Corte', '<p>Hyacinthus - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3438, 'pt', 'Hyacinthus - Flores de Corte', '<p>Hyacinthus - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3439, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3439, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3439, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3440, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3440, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3440, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3441, 'en', 'Hydrangea - Flores de Corte', '<p>Hydrangea - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3441, 'es', 'Hydrangea - Flores de Corte', '<p>Hydrangea - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3441, 'pt', 'Hydrangea - Flores de Corte', '<p>Hydrangea - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3442, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3442, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3442, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3443, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3443, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3443, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3444, 'en', 'Hypericum - Flores de Corte', '<p>Hypericum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3444, 'es', 'Hypericum - Flores de Corte', '<p>Hypericum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3444, 'pt', 'Hypericum - Flores de Corte', '<p>Hypericum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3445, 'en', 'Hypericum Androsaemum - Flores de Corte', '<p>Hypericum Androsaemum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3445, 'es', 'Hypericum Androsaemum - Flores de Corte', '<p>Hypericum Androsaemum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3445, 'pt', 'Hypericum Androsaemum - Flores de Corte', '<p>Hypericum Androsaemum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3446, 'en', 'Hypericum Outras - Flores de Corte', '<p>Hypericum Outras - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3446, 'es', 'Hypericum Outras - Flores de Corte', '<p>Hypericum Outras - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3446, 'pt', 'Hypericum Outras - Flores de Corte', '<p>Hypericum Outras - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3447, 'en', 'Hypericum X Inodorum - Flores de Corte', '<p>Hypericum X Inodorum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3447, 'es', 'Hypericum X Inodorum - Flores de Corte', '<p>Hypericum X Inodorum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3447, 'pt', 'Hypericum X Inodorum - Flores de Corte', '<p>Hypericum X Inodorum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3448, 'en', 'Ilex - Flores de Corte', '<p>Ilex - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3448, 'es', 'Ilex - Flores de Corte', '<p>Ilex - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3448, 'pt', 'Ilex - Flores de Corte', '<p>Ilex - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3449, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3449, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3449, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3450, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3450, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3450, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3451, 'en', 'Iris - Flores de Corte', '<p>Iris - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3451, 'es', 'Iris - Flores de Corte', '<p>Iris - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3451, 'pt', 'Iris - Flores de Corte', '<p>Iris - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3452, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3452, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3452, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3453, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3453, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3453, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3454, 'en', 'Lilium - Flores de Corte', '<p>Lilium - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3454, 'es', 'Lilium - Flores de Corte', '<p>Lilium - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3454, 'pt', 'Lilium - Flores de Corte', '<p>Lilium - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3455, 'en', 'Lilium Longiflorum - Flores de Corte', '<p>Lilium Longiflorum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3455, 'es', 'Lilium Longiflorum - Flores de Corte', '<p>Lilium Longiflorum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3455, 'pt', 'Lilium Longiflorum - Flores de Corte', '<p>Lilium Longiflorum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3456, 'en', 'Lilium Outras - Flores de Corte', '<p>Lilium Outras - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3456, 'es', 'Lilium Outras - Flores de Corte', '<p>Lilium Outras - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3456, 'pt', 'Lilium Outras - Flores de Corte', '<p>Lilium Outras - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3457, 'en', 'Limonium - Flores de Corte', '<p>Limonium - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3457, 'es', 'Limonium - Flores de Corte', '<p>Limonium - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3457, 'pt', 'Limonium - Flores de Corte', '<p>Limonium - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3458, 'en', 'Limonium Outras - Flores de Corte', '<p>Limonium Outras - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3458, 'es', 'Limonium Outras - Flores de Corte', '<p>Limonium Outras - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3458, 'pt', 'Limonium Outras - Flores de Corte', '<p>Limonium Outras - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3459, 'en', 'Limonium Sinuatum - Flores de Corte', '<p>Limonium Sinuatum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3459, 'es', 'Limonium Sinuatum - Flores de Corte', '<p>Limonium Sinuatum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3459, 'pt', 'Limonium Sinuatum - Flores de Corte', '<p>Limonium Sinuatum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3460, 'en', 'Matthiola - Flores de Corte', '<p>Matthiola - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3460, 'es', 'Matthiola - Flores de Corte', '<p>Matthiola - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3460, 'pt', 'Matthiola - Flores de Corte', '<p>Matthiola - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3461, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3461, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3461, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3462, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3462, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3462, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3463, 'en', 'Narcissus - Flores de Corte', '<p>Narcissus - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3463, 'es', 'Narcissus - Flores de Corte', '<p>Narcissus - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3463, 'pt', 'Narcissus - Flores de Corte', '<p>Narcissus - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3464, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3464, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3464, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3465, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3465, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3465, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3466, 'en', 'Ornithogalum - Flores de Corte', '<p>Ornithogalum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3466, 'es', 'Ornithogalum - Flores de Corte', '<p>Ornithogalum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3466, 'pt', 'Ornithogalum - Flores de Corte', '<p>Ornithogalum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3467, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3467, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3467, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3468, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3468, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3468, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3469, 'en', 'Outras Flores de Corte', '<p>Outras Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3469, 'es', 'Outras Flores de Corte', '<p>Outras Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3469, 'pt', 'Outras Flores de Corte', '<p>Outras Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3470, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3470, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3470, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3471, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3471, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3471, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3472, 'en', 'Paeonia - Flores de Corte', '<p>Paeonia - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3472, 'es', 'Paeonia - Flores de Corte', '<p>Paeonia - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3472, 'pt', 'Paeonia - Flores de Corte', '<p>Paeonia - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3473, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3473, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3473, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3474, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3474, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3474, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3475, 'en', 'Phalaenopsis - Flores de Corte', '<p>Phalaenopsis - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3475, 'es', 'Phalaenopsis - Flores de Corte', '<p>Phalaenopsis - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3475, 'pt', 'Phalaenopsis - Flores de Corte', '<p>Phalaenopsis - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3476, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3476, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3476, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3477, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3477, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3477, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3478, 'en', 'Phlox - Flores de Corte', '<p>Phlox - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3478, 'es', 'Phlox - Flores de Corte', '<p>Phlox - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3478, 'pt', 'Phlox - Flores de Corte', '<p>Phlox - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3479, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3479, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3479, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3480, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3480, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3480, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3481, 'en', 'Pittosporum - Flores de Corte', '<p>Pittosporum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3481, 'es', 'Pittosporum - Flores de Corte', '<p>Pittosporum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3481, 'pt', 'Pittosporum - Flores de Corte', '<p>Pittosporum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3482, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3482, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3482, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3483, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3483, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3483, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3484, 'en', 'Ranunculus - Flores de Corte', '<p>Ranunculus - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3484, 'es', 'Ranunculus - Flores de Corte', '<p>Ranunculus - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3484, 'pt', 'Ranunculus - Flores de Corte', '<p>Ranunculus - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3485, 'en', 'Ranunculus Asiaticus - Flores de Corte', '<p>Ranunculus Asiaticus - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3485, 'es', 'Ranunculus Asiaticus - Flores de Corte', '<p>Ranunculus Asiaticus - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3485, 'pt', 'Ranunculus Asiaticus - Flores de Corte', '<p>Ranunculus Asiaticus - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3486, 'en', 'Ranunculus Outras - Flores de Corte', '<p>Ranunculus Outras - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3486, 'es', 'Ranunculus Outras - Flores de Corte', '<p>Ranunculus Outras - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3486, 'pt', 'Ranunculus Outras - Flores de Corte', '<p>Ranunculus Outras - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3487, 'en', 'Rosa - Flores de Corte', '<p>Rosa - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3487, 'es', 'Rosa - Flores de Corte', '<p>Rosa - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3487, 'pt', 'Rosa - Flores de Corte', '<p>Rosa - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3488, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3488, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3488, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3489, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3489, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3489, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3490, 'en', 'Solidago - Flores de Corte', '<p>Solidago - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3490, 'es', 'Solidago - Flores de Corte', '<p>Solidago - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3490, 'pt', 'Solidago - Flores de Corte', '<p>Solidago - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3491, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3491, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3491, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3492, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3492, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3492, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3493, 'en', 'Strelitzia - Flores de Corte', '<p>Strelitzia - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3493, 'es', 'Strelitzia - Flores de Corte', '<p>Strelitzia - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3493, 'pt', 'Strelitzia - Flores de Corte', '<p>Strelitzia - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3494, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3494, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3494, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3495, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3495, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3495, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3496, 'en', 'Syringa - Flores de Corte', '<p>Syringa - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3496, 'es', 'Syringa - Flores de Corte', '<p>Syringa - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3496, 'pt', 'Syringa - Flores de Corte', '<p>Syringa - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3497, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3497, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3497, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3498, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3498, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3498, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3499, 'en', 'Tanacetum - Flores de Corte', '<p>Tanacetum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3499, 'es', 'Tanacetum - Flores de Corte', '<p>Tanacetum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3499, 'pt', 'Tanacetum - Flores de Corte', '<p>Tanacetum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3500, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3500, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3500, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3501, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3501, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3501, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3502, 'en', 'Trachelium - Flores de Corte', '<p>Trachelium - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3502, 'es', 'Trachelium - Flores de Corte', '<p>Trachelium - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3502, 'pt', 'Trachelium - Flores de Corte', '<p>Trachelium - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3503, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3503, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3503, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3504, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3504, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3504, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3505, 'en', 'Tulipa - Flores de Corte', '<p>Tulipa - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3505, 'es', 'Tulipa - Flores de Corte', '<p>Tulipa - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3505, 'pt', 'Tulipa - Flores de Corte', '<p>Tulipa - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3506, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3506, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3506, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3507, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(3507, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3507, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3508, 'en', 'Vanda - Flores de Corte', '<p>Vanda - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3508, 'es', 'Vanda - Flores de Corte', '<p>Vanda - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3508, 'pt', 'Vanda - Flores de Corte', '<p>Vanda - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3509, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3509, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3509, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3510, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3510, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3510, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3511, 'en', 'Veronica - Flores de Corte', '<p>Veronica - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3511, 'es', 'Veronica - Flores de Corte', '<p>Veronica - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3511, 'pt', 'Veronica - Flores de Corte', '<p>Veronica - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3512, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3512, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3512, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3513, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3513, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3513, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3514, 'en', 'Viburnum - Flores de Corte', '<p>Viburnum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3514, 'es', 'Viburnum - Flores de Corte', '<p>Viburnum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3514, 'pt', 'Viburnum - Flores de Corte', '<p>Viburnum - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3515, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3515, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3515, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3516, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3516, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3516, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3517, 'en', 'Zantedeschia - Flores de Corte', '<p>Zantedeschia - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3517, 'es', 'Zantedeschia - Flores de Corte', '<p>Zantedeschia - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3517, 'pt', 'Zantedeschia - Flores de Corte', '<p>Zantedeschia - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3518, 'en', 'Zantedeschia Aethiopica - Flores de Corte', '<p>Zantedeschia Aethiopica - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3518, 'es', 'Zantedeschia Aethiopica - Flores de Corte', '<p>Zantedeschia Aethiopica - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3518, 'pt', 'Zantedeschia Aethiopica - Flores de Corte', '<p>Zantedeschia Aethiopica - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3519, 'en', 'Zantedeschia Outras - Flores de Corte', '<p>Zantedeschia Outras - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3519, 'es', 'Zantedeschia Outras - Flores de Corte', '<p>Zantedeschia Outras - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3519, 'pt', 'Zantedeschia Outras - Flores de Corte', '<p>Zantedeschia Outras - Flores de Corte</p>', '', '', '', 'N', '', 'Y'),
(3520, 'en', 'Hortaliças de Corte', '<p>Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3520, 'es', 'Hortaliças de Corte', '<p>Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3520, 'pt', 'Hortaliças de Corte', '<p>Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3521, 'en', 'Agapanthus - Hortaliças de Corte', '<p>Agapanthus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3521, 'es', 'Agapanthus - Hortaliças de Corte', '<p>Agapanthus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3521, 'pt', 'Agapanthus - Hortaliças de Corte', '<p>Agapanthus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3522, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3522, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3522, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3523, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3523, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3523, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3524, 'en', 'Anthurium - Hortaliças de Corte', '<p>Anthurium - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3524, 'es', 'Anthurium - Hortaliças de Corte', '<p>Anthurium - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3524, 'pt', 'Anthurium - Hortaliças de Corte', '<p>Anthurium - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3525, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3525, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3525, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3526, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3526, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3526, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3527, 'en', 'Asparagus - Hortaliças de Corte', '<p>Asparagus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3527, 'es', 'Asparagus - Hortaliças de Corte', '<p>Asparagus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3527, 'pt', 'Asparagus - Hortaliças de Corte', '<p>Asparagus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3528, 'en', 'Asparagus Setaceus - Hortaliças de Corte', '<p>Asparagus Setaceus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3528, 'es', 'Asparagus Setaceus - Hortaliças de Corte', '<p>Asparagus Setaceus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3528, 'pt', 'Asparagus Setaceus - Hortaliças de Corte', '<p>Asparagus Setaceus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3529, 'en', 'Asparagus Umbellatus - Hortaliças de Corte', '<p>Asparagus Umbellatus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3529, 'es', 'Asparagus Umbellatus - Hortaliças de Corte', '<p>Asparagus Umbellatus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3529, 'pt', 'Asparagus Umbellatus - Hortaliças de Corte', '<p>Asparagus Umbellatus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3530, 'en', 'Aspidistra - Hortaliças de Corte', '<p>Aspidistra - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3530, 'es', 'Aspidistra - Hortaliças de Corte', '<p>Aspidistra - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3530, 'pt', 'Aspidistra - Hortaliças de Corte', '<p>Aspidistra - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3531, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3531, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3531, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3532, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3532, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3532, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3533, 'en', 'Astilbe - Hortaliças de Corte', '<p>Astilbe - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3533, 'es', 'Astilbe - Hortaliças de Corte', '<p>Astilbe - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3533, 'pt', 'Astilbe - Hortaliças de Corte', '<p>Astilbe - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3534, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3534, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3534, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3535, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3535, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3535, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3536, 'en', 'Brassica - Hortaliças de Corte', '<p>Brassica - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3536, 'es', 'Brassica - Hortaliças de Corte', '<p>Brassica - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3536, 'pt', 'Brassica - Hortaliças de Corte', '<p>Brassica - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3537, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3537, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3537, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3538, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3538, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3538, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3539, 'en', 'Carthamus - Hortaliças de Corte', '<p>Carthamus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3539, 'es', 'Carthamus - Hortaliças de Corte', '<p>Carthamus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3539, 'pt', 'Carthamus - Hortaliças de Corte', '<p>Carthamus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3540, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3540, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3540, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3541, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3541, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3541, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3542, 'en', 'Corylus - Hortaliças de Corte', '<p>Corylus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3542, 'es', 'Corylus - Hortaliças de Corte', '<p>Corylus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3542, 'pt', 'Corylus - Hortaliças de Corte', '<p>Corylus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3543, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3543, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3543, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3544, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3544, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3544, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3545, 'en', 'Crocosmia - Hortaliças de Corte', '<p>Crocosmia - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3545, 'es', 'Crocosmia - Hortaliças de Corte', '<p>Crocosmia - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3545, 'pt', 'Crocosmia - Hortaliças de Corte', '<p>Crocosmia - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3546, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3546, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3546, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3547, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3547, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3547, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3548, 'en', 'Cucumis - Hortaliças de Corte', '<p>Cucumis - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3548, 'es', 'Cucumis - Hortaliças de Corte', '<p>Cucumis - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3548, 'pt', 'Cucumis - Hortaliças de Corte', '<p>Cucumis - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3549, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3549, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3549, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3550, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3550, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3550, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3551, 'en', 'Cucurbita - Hortaliças de Corte', '<p>Cucurbita - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3551, 'es', 'Cucurbita - Hortaliças de Corte', '<p>Cucurbita - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3551, 'pt', 'Cucurbita - Hortaliças de Corte', '<p>Cucurbita - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3552, 'en', 'Cucurbita Maxima - Hortaliças de Corte', '<p>Cucurbita Maxima - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3552, 'es', 'Cucurbita Maxima - Hortaliças de Corte', '<p>Cucurbita Maxima - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3552, 'pt', 'Cucurbita Maxima - Hortaliças de Corte', '<p>Cucurbita Maxima - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3553, 'en', 'Cucurbita Outras - Hortaliças de Corte', '<p>Cucurbita Outras - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3553, 'es', 'Cucurbita Outras - Hortaliças de Corte', '<p>Cucurbita Outras - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3553, 'pt', 'Cucurbita Outras - Hortaliças de Corte', '<p>Cucurbita Outras - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3554, 'en', 'Cucurbita Pepo - Hortaliças de Corte', '<p>Cucurbita Pepo - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3554, 'es', 'Cucurbita Pepo - Hortaliças de Corte', '<p>Cucurbita Pepo - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3554, 'pt', 'Cucurbita Pepo - Hortaliças de Corte', '<p>Cucurbita Pepo - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3555, 'en', 'Dracaena - Hortaliças de Corte', '<p>Dracaena - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3555, 'es', 'Dracaena - Hortaliças de Corte', '<p>Dracaena - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3555, 'pt', 'Dracaena - Hortaliças de Corte', '<p>Dracaena - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3556, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3556, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3556, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3557, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3557, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3557, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3558, 'en', 'Eucalyptus - Hortaliças de Corte', '<p>Eucalyptus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3558, 'es', 'Eucalyptus - Hortaliças de Corte', '<p>Eucalyptus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3558, 'pt', 'Eucalyptus - Hortaliças de Corte', '<p>Eucalyptus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3559, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3559, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3559, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3560, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3560, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3560, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3561, 'en', 'Eupatorium - Hortaliças de Corte', '<p>Eupatorium - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3561, 'es', 'Eupatorium - Hortaliças de Corte', '<p>Eupatorium - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3561, 'pt', 'Eupatorium - Hortaliças de Corte', '<p>Eupatorium - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3562, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3562, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3562, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3563, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3563, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3563, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3564, 'en', 'Fatsia - Hortaliças de Corte', '<p>Fatsia - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3564, 'es', 'Fatsia - Hortaliças de Corte', '<p>Fatsia - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3564, 'pt', 'Fatsia - Hortaliças de Corte', '<p>Fatsia - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3565, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3565, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3565, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3566, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3566, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3566, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3567, 'en', 'Gomphocarpus - Hortaliças de Corte', '<p>Gomphocarpus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3567, 'es', 'Gomphocarpus - Hortaliças de Corte', '<p>Gomphocarpus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3567, 'pt', 'Gomphocarpus - Hortaliças de Corte', '<p>Gomphocarpus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3568, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3568, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3568, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3569, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3569, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3569, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3570, 'en', 'Hydrangea - Hortaliças de Corte', '<p>Hydrangea - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3570, 'es', 'Hydrangea - Hortaliças de Corte', '<p>Hydrangea - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3570, 'pt', 'Hydrangea - Hortaliças de Corte', '<p>Hydrangea - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3571, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3571, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3571, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3572, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3572, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3572, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3573, 'en', 'Ilex - Hortaliças de Corte', '<p>Ilex - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3573, 'es', 'Ilex - Hortaliças de Corte', '<p>Ilex - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3573, 'pt', 'Ilex - Hortaliças de Corte', '<p>Ilex - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3574, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3574, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3574, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3575, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3575, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3575, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3576, 'en', 'Leucadendron - Hortaliças de Corte', '<p>Leucadendron - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3576, 'es', 'Leucadendron - Hortaliças de Corte', '<p>Leucadendron - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3576, 'pt', 'Leucadendron - Hortaliças de Corte', '<p>Leucadendron - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3577, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3577, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3577, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3578, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3578, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3578, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3579, 'en', 'Lilium - Hortaliças de Corte', '<p>Lilium - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3579, 'es', 'Lilium - Hortaliças de Corte', '<p>Lilium - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3579, 'pt', 'Lilium - Hortaliças de Corte', '<p>Lilium - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3580, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3580, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3580, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3581, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3581, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3581, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3582, 'en', 'Matthiola - Hortaliças de Corte', '<p>Matthiola - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3582, 'es', 'Matthiola - Hortaliças de Corte', '<p>Matthiola - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3582, 'pt', 'Matthiola - Hortaliças de Corte', '<p>Matthiola - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3583, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3583, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3583, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3584, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3584, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3584, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3585, 'en', 'Monstera - Hortaliças de Corte', '<p>Monstera - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3585, 'es', 'Monstera - Hortaliças de Corte', '<p>Monstera - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3585, 'pt', 'Monstera - Hortaliças de Corte', '<p>Monstera - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3586, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3586, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3586, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3587, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3587, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3587, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3588, 'en', 'Outras Hortaliças de Corte', '<p>Outras Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3588, 'es', 'Outras Hortaliças de Corte', '<p>Outras Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3588, 'pt', 'Outras Hortaliças de Corte', '<p>Outras Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3589, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3589, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3589, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3590, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3590, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3590, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3591, 'en', 'Pacotes de Variedade de Hortaliças de Corte', '<p>Pacotes de Variedade de Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3591, 'es', 'Pacotes de Variedade de Hortaliças de Corte', '<p>Pacotes de Variedade de Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3591, 'pt', 'Pacotes de Variedade de Hortaliças de Corte', '<p>Pacotes de Variedade de Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3592, 'en', 'Panicum - Hortaliças de Corte', '<p>Panicum - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3592, 'es', 'Panicum - Hortaliças de Corte', '<p>Panicum - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3592, 'pt', 'Panicum - Hortaliças de Corte', '<p>Panicum - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3593, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3593, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3593, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3594, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3594, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3594, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3595, 'en', 'Physalis - Hortaliças de Corte', '<p>Physalis - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3595, 'es', 'Physalis - Hortaliças de Corte', '<p>Physalis - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3595, 'pt', 'Physalis - Hortaliças de Corte', '<p>Physalis - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3596, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3596, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3596, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3597, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3597, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3597, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3598, 'en', 'Pittosporum - Hortaliças de Corte', '<p>Pittosporum - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3598, 'es', 'Pittosporum - Hortaliças de Corte', '<p>Pittosporum - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3598, 'pt', 'Pittosporum - Hortaliças de Corte', '<p>Pittosporum - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3599, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3599, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3599, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3600, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3600, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3600, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3601, 'en', 'Quercus - Hortaliças de Corte', '<p>Quercus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3601, 'es', 'Quercus - Hortaliças de Corte', '<p>Quercus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3601, 'pt', 'Quercus - Hortaliças de Corte', '<p>Quercus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3602, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3602, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3602, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3603, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3603, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3603, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3604, 'en', 'Rosa - Hortaliças de Corte', '<p>Rosa - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3604, 'es', 'Rosa - Hortaliças de Corte', '<p>Rosa - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3604, 'pt', 'Rosa - Hortaliças de Corte', '<p>Rosa - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3605, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3605, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3605, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3606, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3606, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3606, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3607, 'en', 'Ruscus - Hortaliças de Corte', '<p>Ruscus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3607, 'es', 'Ruscus - Hortaliças de Corte', '<p>Ruscus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3607, 'pt', 'Ruscus - Hortaliças de Corte', '<p>Ruscus - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3608, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3608, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3608, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3609, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3609, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3609, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3610, 'en', 'Salix - Hortaliças de Corte', '<p>Salix - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3610, 'es', 'Salix - Hortaliças de Corte', '<p>Salix - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3610, 'pt', 'Salix - Hortaliças de Corte', '<p>Salix - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3611, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3611, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3611, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3612, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3612, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3612, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3613, 'en', 'Setaria - Hortaliças de Corte', '<p>Setaria - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3613, 'es', 'Setaria - Hortaliças de Corte', '<p>Setaria - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3613, 'pt', 'Setaria - Hortaliças de Corte', '<p>Setaria - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3614, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3614, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3614, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3615, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3615, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3615, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3616, 'en', 'Strelitzia - Hortaliças de Corte', '<p>Strelitzia - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3616, 'es', 'Strelitzia - Hortaliças de Corte', '<p>Strelitzia - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3616, 'pt', 'Strelitzia - Hortaliças de Corte', '<p>Strelitzia - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3617, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3617, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3617, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3618, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3618, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3618, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3619, 'en', 'Symphoricarpos - Hortaliças de Corte', '<p>Symphoricarpos - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3619, 'es', 'Symphoricarpos - Hortaliças de Corte', '<p>Symphoricarpos - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3619, 'pt', 'Symphoricarpos - Hortaliças de Corte', '<p>Symphoricarpos - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3620, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3620, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3620, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3621, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3621, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3621, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3622, 'en', 'Syringa - Hortaliças de Corte', '<p>Syringa - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3622, 'es', 'Syringa - Hortaliças de Corte', '<p>Syringa - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3622, 'pt', 'Syringa - Hortaliças de Corte', '<p>Syringa - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3623, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3623, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3623, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3624, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3624, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3624, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3625, 'en', 'Thlaspi - Hortaliças de Corte', '<p>Thlaspi - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3625, 'es', 'Thlaspi - Hortaliças de Corte', '<p>Thlaspi - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3625, 'pt', 'Thlaspi - Hortaliças de Corte', '<p>Thlaspi - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3626, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3626, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3626, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3627, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3627, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3627, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3628, 'en', 'Viburnum - Hortaliças de Corte', '<p>Viburnum - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3628, 'es', 'Viburnum - Hortaliças de Corte', '<p>Viburnum - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3628, 'pt', 'Viburnum - Hortaliças de Corte', '<p>Viburnum - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3629, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3629, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3629, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3630, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3630, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3630, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3631, 'en', 'Zantedeschia - Hortaliças de Corte', '<p>Zantedeschia - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3631, 'es', 'Zantedeschia - Hortaliças de Corte', '<p>Zantedeschia - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3631, 'pt', 'Zantedeschia - Hortaliças de Corte', '<p>Zantedeschia - Hortaliças de Corte</p>', '', '', '', 'N', '', 'Y'),
(3632, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3632, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3632, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3633, 'en', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3633, 'es', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3633, 'pt', 'Horticulture Freshness', '<p>Horticulture Freshness</p>', '', '', '', 'N', '', 'Y'),
(3634, 'en', 'Lâmpadas / rebentos / rizomas / Tubérculos', '<p>Lâmpadas / rebentos / rizomas / Tubérculos</p>', '', '', '', 'N', '', 'Y'),
(3634, 'es', 'Lâmpadas / rebentos / rizomas / Tubérculos', '<p>Lâmpadas / rebentos / rizomas / Tubérculos</p>', '', '', '', 'N', '', 'Y'),
(3634, 'pt', 'Lâmpadas / rebentos / rizomas / Tubérculos', '<p>Lâmpadas / rebentos / rizomas / Tubérculos</p>', '', '', '', 'N', '', 'Y'),
(3635, 'en', 'Allium', '<p>Allium</p>', '', '', '', 'N', '', 'Y'),
(3635, 'es', 'Allium', '<p>Allium</p>', '', '', '', 'N', '', 'Y'),
(3635, 'pt', 'Allium', '<p>Allium</p>', '', '', '', 'N', '', 'Y'),
(3636, 'en', 'Bulbos/Cormos/Rizomas/Tubérculos', '<p>Bulbos/Cormos/Rizomas/Tubérculos</p>', '', '', '', 'N', '', 'Y'),
(3636, 'es', 'Bulbos/Cormos/Rizomas/Tubérculos', '<p>Bulbos/Cormos/Rizomas/Tubérculos</p>', '', '', '', 'N', '', 'Y'),
(3636, 'pt', 'Bulbos/Cormos/Rizomas/Tubérculos', '<p>Bulbos/Cormos/Rizomas/Tubérculos</p>', '', '', '', 'N', '', 'Y'),
(3637, 'en', 'Crocus', '<p>Crocus</p>', '', '', '', 'N', '', 'Y'),
(3637, 'es', 'Crocus', '<p>Crocus</p>', '', '', '', 'N', '', 'Y'),
(3637, 'pt', 'Crocus', '<p>Crocus</p>', '', '', '', 'N', '', 'Y'),
(3638, 'en', 'Dahlia', '<p>Dahlia</p>', '', '', '', 'N', '', 'Y'),
(3638, 'es', 'Dahlia', '<p>Dahlia</p>', '', '', '', 'N', '', 'Y'),
(3638, 'pt', 'Dahlia', '<p>Dahlia</p>', '', '', '', 'N', '', 'Y'),
(3639, 'en', 'Gladiolus', '<p>Gladiolus</p>', '', '', '', 'N', '', 'Y'),
(3639, 'es', 'Gladiolus', '<p>Gladiolus</p>', '', '', '', 'N', '', 'Y'),
(3639, 'pt', 'Gladiolus', '<p>Gladiolus</p>', '', '', '', 'N', '', 'Y'),
(3640, 'en', 'Hippeastrum', '<p>Hippeastrum</p>', '', '', '', 'N', '', 'Y'),
(3640, 'es', 'Hippeastrum', '<p>Hippeastrum</p>', '', '', '', 'N', '', 'Y'),
(3640, 'pt', 'Hippeastrum', '<p>Hippeastrum</p>', '', '', '', 'N', '', 'Y'),
(3641, 'en', 'Hyacinthus Orientalis', '<p>Hyacinthus Orientalis</p>', '', '', '', 'N', '', 'Y'),
(3641, 'es', 'Hyacinthus Orientalis', '<p>Hyacinthus Orientalis</p>', '', '', '', 'N', '', 'Y'),
(3641, 'pt', 'Hyacinthus Orientalis', '<p>Hyacinthus Orientalis</p>', '', '', '', 'N', '', 'Y'),
(3642, 'en', 'Iris', '<p>Iris</p>', '', '', '', 'N', '', 'Y'),
(3642, 'es', 'Iris', '<p>Iris</p>', '', '', '', 'N', '', 'Y'),
(3642, 'pt', 'Iris', '<p>Iris</p>', '', '', '', 'N', '', 'Y'),
(3643, 'en', 'Lilium', '<p>Lilium</p>', '', '', '', 'N', '', 'Y'),
(3643, 'es', 'Lilium', '<p>Lilium</p>', '', '', '', 'N', '', 'Y'),
(3643, 'pt', 'Lilium', '<p>Lilium</p>', '', '', '', 'N', '', 'Y'),
(3644, 'en', 'Muscari', '<p>Muscari</p>', '', '', '', 'N', '', 'Y'),
(3644, 'es', 'Muscari', '<p>Muscari</p>', '', '', '', 'N', '', 'Y'),
(3644, 'pt', 'Muscari', '<p>Muscari</p>', '', '', '', 'N', '', 'Y'),
(3645, 'en', 'Narcissus', '<p>Narcissus</p>', '', '', '', 'N', '', 'Y'),
(3645, 'es', 'Narcissus', '<p>Narcissus</p>', '', '', '', 'N', '', 'Y'),
(3645, 'pt', 'Narcissus', '<p>Narcissus</p>', '', '', '', 'N', '', 'Y'),
(3646, 'en', 'Tulipa', '<p>Tulipa</p>', '', '', '', 'N', '', 'Y'),
(3646, 'es', 'Tulipa', '<p>Tulipa</p>', '', '', '', 'N', '', 'Y'),
(3646, 'pt', 'Tulipa', '<p>Tulipa</p>', '', '', '', 'N', '', 'Y'),
(3647, 'en', 'Zantedeschia', '<p>Zantedeschia</p>', '', '', '', 'N', '', 'Y'),
(3647, 'es', 'Zantedeschia', '<p>Zantedeschia</p>', '', '', '', 'N', '', 'Y'),
(3647, 'pt', 'Zantedeschia', '<p>Zantedeschia</p>', '', '', '', 'N', '', 'Y'),
(3648, 'en', 'Legumes/Vegetais', '<p>Legumes/Vegetais</p>', '', '', '', 'N', '', 'Y'),
(3648, 'es', 'Legumes/Vegetais', '<p>Legumes/Vegetais</p>', '', '', '', 'N', '', 'Y'),
(3648, 'pt', 'Legumes/Vegetais', '<p>Legumes/Vegetais</p>', '', '', '', 'N', '', 'Y'),
(3649, 'en', 'Produtos hortícolas/ Fungos', '<p>Produtos hortícolas/ Fungos</p>', '', '', '', 'N', '', 'Y'),
(3649, 'es', 'Produtos hortícolas/ Fungos', '<p>Produtos hortícolas/ Fungos</p>', '', '', '', 'N', '', 'Y'),
(3649, 'pt', 'Produtos hortícolas/ Fungos', '<p>Produtos hortícolas/ Fungos</p>', '', '', '', 'N', '', 'Y'),
(3650, 'en', 'Plantas Vivas (Gênero A até G)', '<p>Plantas Vivas (Gênero A até G)</p>', '', '', '', 'N', '', 'Y'),
(3650, 'es', 'Plantas Vivas (Gênero A até G)', '<p>Plantas Vivas (Gênero A até G)</p>', '', '', '', 'N', '', 'Y'),
(3650, 'pt', 'Plantas Vivas (Gênero A até G)', '<p>Plantas Vivas (Gênero A até G)</p>', '', '', '', 'N', '', 'Y'),
(3651, 'en', 'Aechmea - Plantas Vivas', '<p>Aechmea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3651, 'es', 'Aechmea - Plantas Vivas', '<p>Aechmea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3651, 'pt', 'Aechmea - Plantas Vivas', '<p>Aechmea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3652, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3652, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3652, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3653, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3653, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3653, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3654, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3654, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3654, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3655, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3655, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3655, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3656, 'en', 'Aeonium - Plantas Vivas', '<p>Aeonium - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3656, 'es', 'Aeonium - Plantas Vivas', '<p>Aeonium - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3656, 'pt', 'Aeonium - Plantas Vivas', '<p>Aeonium - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3657, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3657, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3657, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3658, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3658, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3658, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3659, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3659, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3659, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3660, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3660, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3660, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3661, 'en', 'Agapanthus - Plantas Vivas', '<p>Agapanthus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3661, 'es', 'Agapanthus - Plantas Vivas', '<p>Agapanthus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3661, 'pt', 'Agapanthus - Plantas Vivas', '<p>Agapanthus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3662, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3662, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3662, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3663, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3663, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3663, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3664, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3664, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3664, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3665, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3665, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3665, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3666, 'en', 'Alocasia - Plantas Vivas', '<p>Alocasia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3666, 'es', 'Alocasia - Plantas Vivas', '<p>Alocasia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3666, 'pt', 'Alocasia - Plantas Vivas', '<p>Alocasia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3667, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3667, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3667, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3668, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3668, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3668, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3669, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3669, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3669, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3670, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3670, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3670, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3671, 'en', 'Aloe - Plantas Vivas', '<p>Aloe - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3671, 'es', 'Aloe - Plantas Vivas', '<p>Aloe - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3671, 'pt', 'Aloe - Plantas Vivas', '<p>Aloe - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3672, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3672, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3672, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3673, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3673, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3673, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3674, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3674, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3674, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3675, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3675, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(3675, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3676, 'en', 'Alstroemeria - Plantas Vivas', '<p>Alstroemeria - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3676, 'es', 'Alstroemeria - Plantas Vivas', '<p>Alstroemeria - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3676, 'pt', 'Alstroemeria - Plantas Vivas', '<p>Alstroemeria - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3677, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3677, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3677, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3678, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3678, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3678, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3679, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3679, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3679, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3680, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3680, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3680, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3681, 'en', 'Anemone - Plantas Vivas', '<p>Anemone - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3681, 'es', 'Anemone - Plantas Vivas', '<p>Anemone - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3681, 'pt', 'Anemone - Plantas Vivas', '<p>Anemone - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3682, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3682, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3682, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3683, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3683, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3683, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3684, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3684, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3684, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3685, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3685, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3685, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3686, 'en', 'Angelonia - Plantas Vivas', '<p>Angelonia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3686, 'es', 'Angelonia - Plantas Vivas', '<p>Angelonia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3686, 'pt', 'Angelonia - Plantas Vivas', '<p>Angelonia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3687, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3687, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3687, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3688, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3688, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3688, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3689, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3689, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3689, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3690, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3690, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3690, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3691, 'en', 'Anisodontea - Plantas Vivas', '<p>Anisodontea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3691, 'es', 'Anisodontea - Plantas Vivas', '<p>Anisodontea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3691, 'pt', 'Anisodontea - Plantas Vivas', '<p>Anisodontea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3692, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3692, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3692, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3693, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3693, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3693, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3694, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3694, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3694, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3695, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3695, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3695, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3696, 'en', 'Anthurium - Plantas Vivas', '<p>Anthurium - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3696, 'es', 'Anthurium - Plantas Vivas', '<p>Anthurium - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3696, 'pt', 'Anthurium - Plantas Vivas', '<p>Anthurium - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3697, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3697, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3697, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3698, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3698, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3698, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3699, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3699, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3699, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3700, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3700, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3700, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3701, 'en', 'Antirrhinum - Plantas Vivas', '<p>Antirrhinum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3701, 'es', 'Antirrhinum - Plantas Vivas', '<p>Antirrhinum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3701, 'pt', 'Antirrhinum - Plantas Vivas', '<p>Antirrhinum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3702, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3702, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3702, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3703, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3703, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3703, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3704, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3704, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3704, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3705, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3705, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3705, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3706, 'en', 'Argyranthemum - Plantas Vivas', '<p>Argyranthemum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3706, 'es', 'Argyranthemum - Plantas Vivas', '<p>Argyranthemum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3706, 'pt', 'Argyranthemum - Plantas Vivas', '<p>Argyranthemum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3707, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3707, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3707, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3708, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3708, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3708, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3709, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3709, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3709, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3710, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3710, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3710, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3711, 'en', 'Armeria - Plantas Vivas', '<p>Armeria - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3711, 'es', 'Armeria - Plantas Vivas', '<p>Armeria - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3711, 'pt', 'Armeria - Plantas Vivas', '<p>Armeria - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3712, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3712, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3712, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3713, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3713, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3713, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3714, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3714, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3714, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3715, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3715, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3715, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3716, 'en', 'Aster - Plantas Vivas', '<p>Aster - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3716, 'es', 'Aster - Plantas Vivas', '<p>Aster - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3716, 'pt', 'Aster - Plantas Vivas', '<p>Aster - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3717, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3717, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3717, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3718, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3718, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3718, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3719, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3719, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3719, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3720, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3720, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3720, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3721, 'en', 'Astilbe - Plantas Vivas', '<p>Astilbe - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3721, 'es', 'Astilbe - Plantas Vivas', '<p>Astilbe - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3721, 'pt', 'Astilbe - Plantas Vivas', '<p>Astilbe - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3722, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3722, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3722, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3723, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3723, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3723, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3724, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3724, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3724, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3725, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3725, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3725, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3726, 'en', 'Aubrieta - Plantas Vivas', '<p>Aubrieta - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3726, 'es', 'Aubrieta - Plantas Vivas', '<p>Aubrieta - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3726, 'pt', 'Aubrieta - Plantas Vivas', '<p>Aubrieta - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3727, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3727, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3727, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3728, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3728, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3728, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3729, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3729, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3729, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3730, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3730, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3730, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3731, 'en', 'Begonia - Plantas Vivas', '<p>Begonia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3731, 'es', 'Begonia - Plantas Vivas', '<p>Begonia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3731, 'pt', 'Begonia - Plantas Vivas', '<p>Begonia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3732, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3732, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3732, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3733, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3733, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3733, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3734, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3734, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3734, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3735, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3735, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3735, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3736, 'en', 'Bellis - Plantas Vivas', '<p>Bellis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3736, 'es', 'Bellis - Plantas Vivas', '<p>Bellis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3736, 'pt', 'Bellis - Plantas Vivas', '<p>Bellis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3737, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3737, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3737, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3738, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3738, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3738, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3739, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3739, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3739, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3740, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3740, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3740, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3741, 'en', 'Bidens - Plantas Vivas', '<p>Bidens - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3741, 'es', 'Bidens - Plantas Vivas', '<p>Bidens - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3741, 'pt', 'Bidens - Plantas Vivas', '<p>Bidens - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3742, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3742, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3742, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3743, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3743, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3743, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3744, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3744, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3744, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3745, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3745, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3745, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3746, 'en', 'Bougainvillea - Plantas Vivas', '<p>Bougainvillea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3746, 'es', 'Bougainvillea - Plantas Vivas', '<p>Bougainvillea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3746, 'pt', 'Bougainvillea - Plantas Vivas', '<p>Bougainvillea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3747, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3747, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3747, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3748, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3748, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3748, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3749, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3749, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3749, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3750, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3750, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3750, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3751, 'en', 'Brachyscome - Plantas Vivas', '<p>Brachyscome - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3751, 'es', 'Brachyscome - Plantas Vivas', '<p>Brachyscome - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3751, 'pt', 'Brachyscome - Plantas Vivas', '<p>Brachyscome - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3752, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3752, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3752, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3753, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3753, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3753, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3754, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3754, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3754, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3755, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3755, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3755, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3756, 'en', 'Brassica - Plantas Vivas', '<p>Brassica - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3756, 'es', 'Brassica - Plantas Vivas', '<p>Brassica - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3756, 'pt', 'Brassica - Plantas Vivas', '<p>Brassica - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3757, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3757, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3757, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3758, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3758, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3758, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3759, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3759, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3759, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3760, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3760, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3760, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3761, 'en', 'Bromelia - Plantas Vivas', '<p>Bromelia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3761, 'es', 'Bromelia - Plantas Vivas', '<p>Bromelia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3761, 'pt', 'Bromelia - Plantas Vivas', '<p>Bromelia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3762, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3762, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3762, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3763, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3763, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3763, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3764, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3764, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3764, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3765, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3765, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3765, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3766, 'en', 'Brugmansia - Plantas Vivas', '<p>Brugmansia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3766, 'es', 'Brugmansia - Plantas Vivas', '<p>Brugmansia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3766, 'pt', 'Brugmansia - Plantas Vivas', '<p>Brugmansia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3767, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3767, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3767, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3768, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3768, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3768, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3769, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3769, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3769, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3770, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3770, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3770, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3771, 'en', 'Calathea - Plantas Vivas', '<p>Calathea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3771, 'es', 'Calathea - Plantas Vivas', '<p>Calathea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3771, 'pt', 'Calathea - Plantas Vivas', '<p>Calathea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3772, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3772, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3772, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3773, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3773, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3773, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3774, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3774, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3774, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3775, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3775, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3775, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3776, 'en', 'Calibrachoa - Plantas Vivas', '<p>Calibrachoa - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3776, 'es', 'Calibrachoa - Plantas Vivas', '<p>Calibrachoa - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3776, 'pt', 'Calibrachoa - Plantas Vivas', '<p>Calibrachoa - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3777, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3777, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3777, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3778, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3778, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3778, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3779, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3779, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3779, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3780, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3780, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3780, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3781, 'en', 'Calocephalus - Plantas Vivas', '<p>Calocephalus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3781, 'es', 'Calocephalus - Plantas Vivas', '<p>Calocephalus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3781, 'pt', 'Calocephalus - Plantas Vivas', '<p>Calocephalus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3782, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3782, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3782, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3783, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3783, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3783, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3784, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3784, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3784, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3785, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3785, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3785, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3786, 'en', 'Campanula - Plantas Vivas', '<p>Campanula - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3786, 'es', 'Campanula - Plantas Vivas', '<p>Campanula - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3786, 'pt', 'Campanula - Plantas Vivas', '<p>Campanula - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3787, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3787, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3787, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3788, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3788, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3788, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3789, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3789, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3789, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3790, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3790, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3790, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3791, 'en', 'Canna - Plantas Vivas', '<p>Canna - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3791, 'es', 'Canna - Plantas Vivas', '<p>Canna - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3791, 'pt', 'Canna - Plantas Vivas', '<p>Canna - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3792, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3792, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3792, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3793, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3793, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3793, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3794, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3794, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3794, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3795, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3795, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3795, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3796, 'en', 'Castanospermum - Plantas Vivas', '<p>Castanospermum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3796, 'es', 'Castanospermum - Plantas Vivas', '<p>Castanospermum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3796, 'pt', 'Castanospermum - Plantas Vivas', '<p>Castanospermum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3797, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3797, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3797, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3798, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3798, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3798, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3799, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3799, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3799, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3800, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3800, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3800, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3801, 'en', 'Celosia - Plantas Vivas', '<p>Celosia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3801, 'es', 'Celosia - Plantas Vivas', '<p>Celosia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3801, 'pt', 'Celosia - Plantas Vivas', '<p>Celosia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3802, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3802, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3802, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3803, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3803, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3803, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3804, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3804, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3804, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3805, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3805, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3805, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3806, 'en', 'Chamaedorea - Plantas Vivas', '<p>Chamaedorea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3806, 'es', 'Chamaedorea - Plantas Vivas', '<p>Chamaedorea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3806, 'pt', 'Chamaedorea - Plantas Vivas', '<p>Chamaedorea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3807, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3807, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3807, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3808, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3808, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3808, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3809, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3809, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3809, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3810, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3810, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3810, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3811, 'en', 'Chlorophytum - Plantas Vivas', '<p>Chlorophytum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3811, 'es', 'Chlorophytum - Plantas Vivas', '<p>Chlorophytum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3811, 'pt', 'Chlorophytum - Plantas Vivas', '<p>Chlorophytum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3812, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3812, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3812, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3813, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3813, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3813, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3814, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3814, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3814, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3815, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3815, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3815, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3816, 'en', 'Chrysanthemum - Plantas Vivas', '<p>Chrysanthemum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3816, 'es', 'Chrysanthemum - Plantas Vivas', '<p>Chrysanthemum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3816, 'pt', 'Chrysanthemum - Plantas Vivas', '<p>Chrysanthemum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3817, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3817, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3817, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3818, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3818, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3818, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3819, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3819, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3819, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3820, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3820, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3820, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3821, 'en', 'Clivia - Plantas Vivas', '<p>Clivia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3821, 'es', 'Clivia - Plantas Vivas', '<p>Clivia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3821, 'pt', 'Clivia - Plantas Vivas', '<p>Clivia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3822, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3822, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3822, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3823, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3823, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3823, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3824, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3824, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3824, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3825, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3825, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3825, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3826, 'en', 'Cocos - Plantas Vivas', '<p>Cocos - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3826, 'es', 'Cocos - Plantas Vivas', '<p>Cocos - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3826, 'pt', 'Cocos - Plantas Vivas', '<p>Cocos - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3827, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3827, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3827, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3828, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3828, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3828, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3829, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3829, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3829, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3830, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3830, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3830, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3831, 'en', 'Codiaeum - Plantas Vivas', '<p>Codiaeum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3831, 'es', 'Codiaeum - Plantas Vivas', '<p>Codiaeum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3831, 'pt', 'Codiaeum - Plantas Vivas', '<p>Codiaeum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3832, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3832, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3832, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3833, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3833, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3833, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3834, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3834, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3834, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3835, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3835, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3835, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3836, 'en', 'Coffea - Plantas Vivas', '<p>Coffea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3836, 'es', 'Coffea - Plantas Vivas', '<p>Coffea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3836, 'pt', 'Coffea - Plantas Vivas', '<p>Coffea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3837, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3837, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3837, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3838, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3838, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3838, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3839, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3839, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3839, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3840, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3840, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3840, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3841, 'en', 'Cordyline - Plantas Vivas', '<p>Cordyline - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3841, 'es', 'Cordyline - Plantas Vivas', '<p>Cordyline - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3841, 'pt', 'Cordyline - Plantas Vivas', '<p>Cordyline - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3842, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3842, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3842, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3843, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3843, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3843, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3844, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3844, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3844, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3845, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3845, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3845, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3846, 'en', 'Coreopsis - Plantas Vivas', '<p>Coreopsis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3846, 'es', 'Coreopsis - Plantas Vivas', '<p>Coreopsis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3846, 'pt', 'Coreopsis - Plantas Vivas', '<p>Coreopsis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3847, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3847, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3847, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3848, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3848, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3848, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3849, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3849, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3849, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3850, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3850, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3850, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3851, 'en', 'Cortaderia - Plantas Vivas', '<p>Cortaderia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3851, 'es', 'Cortaderia - Plantas Vivas', '<p>Cortaderia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3851, 'pt', 'Cortaderia - Plantas Vivas', '<p>Cortaderia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3852, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3852, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3852, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3853, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3853, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3853, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3854, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3854, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3854, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3855, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3855, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3855, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3856, 'en', 'Cosmos - Plantas Vivas', '<p>Cosmos - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3856, 'es', 'Cosmos - Plantas Vivas', '<p>Cosmos - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3856, 'pt', 'Cosmos - Plantas Vivas', '<p>Cosmos - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3857, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3857, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3857, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3858, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3858, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3858, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3859, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(3859, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3859, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3860, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3860, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3860, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3861, 'en', 'Cuphea - Plantas Vivas', '<p>Cuphea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3861, 'es', 'Cuphea - Plantas Vivas', '<p>Cuphea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3861, 'pt', 'Cuphea - Plantas Vivas', '<p>Cuphea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3862, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3862, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3862, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3863, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3863, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3863, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3864, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3864, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3864, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3865, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3865, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3865, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3866, 'en', 'Cupressus - Plantas Vivas', '<p>Cupressus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3866, 'es', 'Cupressus - Plantas Vivas', '<p>Cupressus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3866, 'pt', 'Cupressus - Plantas Vivas', '<p>Cupressus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3867, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3867, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3867, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3868, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3868, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3868, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3869, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3869, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3869, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3870, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3870, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3870, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3871, 'en', 'Curcuma - Plantas Vivas', '<p>Curcuma - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3871, 'es', 'Curcuma - Plantas Vivas', '<p>Curcuma - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3871, 'pt', 'Curcuma - Plantas Vivas', '<p>Curcuma - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3872, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3872, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3872, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3873, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3873, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3873, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3874, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3874, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3874, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3875, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3875, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3875, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3876, 'en', 'Cycas - Plantas Vivas', '<p>Cycas - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3876, 'es', 'Cycas - Plantas Vivas', '<p>Cycas - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3876, 'pt', 'Cycas - Plantas Vivas', '<p>Cycas - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3877, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3877, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3877, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3878, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3878, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3878, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3879, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3879, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3879, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3880, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3880, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3880, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3881, 'en', 'Cyclamen - Plantas Vivas', '<p>Cyclamen - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3881, 'es', 'Cyclamen - Plantas Vivas', '<p>Cyclamen - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3881, 'pt', 'Cyclamen - Plantas Vivas', '<p>Cyclamen - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3882, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3882, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3882, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3883, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3883, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3883, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3884, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3884, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3884, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3885, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3885, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3885, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3886, 'en', 'Cymbidium - Plantas Vivas', '<p>Cymbidium - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3886, 'es', 'Cymbidium - Plantas Vivas', '<p>Cymbidium - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3886, 'pt', 'Cymbidium - Plantas Vivas', '<p>Cymbidium - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3887, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3887, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3887, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3888, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3888, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3888, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3889, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3889, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3889, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3890, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3890, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3890, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3891, 'en', 'Cyperus - Plantas Vivas', '<p>Cyperus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3891, 'es', 'Cyperus - Plantas Vivas', '<p>Cyperus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3891, 'pt', 'Cyperus - Plantas Vivas', '<p>Cyperus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3892, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3892, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3892, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3893, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3893, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3893, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3894, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3894, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3894, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3895, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3895, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3895, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3896, 'en', 'Dahlia - Plantas Vivas', '<p>Dahlia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3896, 'es', 'Dahlia - Plantas Vivas', '<p>Dahlia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3896, 'pt', 'Dahlia - Plantas Vivas', '<p>Dahlia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3897, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3897, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3897, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3898, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3898, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3898, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3899, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3899, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3899, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3900, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3900, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3900, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3901, 'en', 'Delphinium - Plantas Vivas', '<p>Delphinium - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3901, 'es', 'Delphinium - Plantas Vivas', '<p>Delphinium - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3901, 'pt', 'Delphinium - Plantas Vivas', '<p>Delphinium - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3902, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3902, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3902, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3903, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3903, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3903, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3904, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3904, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3904, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3905, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3905, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3905, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3906, 'en', 'Dendrobium - Plantas Vivas', '<p>Dendrobium - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3906, 'es', 'Dendrobium - Plantas Vivas', '<p>Dendrobium - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3906, 'pt', 'Dendrobium - Plantas Vivas', '<p>Dendrobium - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3907, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3907, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3907, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3908, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3908, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3908, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3909, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3909, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3909, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3910, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3910, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3910, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3911, 'en', 'Dianthus - Plantas Vivas', '<p>Dianthus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3911, 'es', 'Dianthus - Plantas Vivas', '<p>Dianthus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3911, 'pt', 'Dianthus - Plantas Vivas', '<p>Dianthus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3912, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3912, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3912, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3913, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3913, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3913, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3914, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3914, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3914, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3915, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3915, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3915, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3916, 'en', 'Dicentra - Plantas Vivas', '<p>Dicentra - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3916, 'es', 'Dicentra - Plantas Vivas', '<p>Dicentra - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3916, 'pt', 'Dicentra - Plantas Vivas', '<p>Dicentra - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3917, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3917, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3917, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3918, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3918, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3918, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3919, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3919, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3919, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3920, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3920, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3920, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3921, 'en', 'Dieffenbachia - Plantas Vivas', '<p>Dieffenbachia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3921, 'es', 'Dieffenbachia - Plantas Vivas', '<p>Dieffenbachia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3921, 'pt', 'Dieffenbachia - Plantas Vivas', '<p>Dieffenbachia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3922, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3922, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3922, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3923, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3923, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3923, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3924, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3924, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3924, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3925, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3925, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3925, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3926, 'en', 'Dionaea - Plantas Vivas', '<p>Dionaea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3926, 'es', 'Dionaea - Plantas Vivas', '<p>Dionaea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3926, 'pt', 'Dionaea - Plantas Vivas', '<p>Dionaea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3927, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3927, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3927, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3928, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3928, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3928, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3929, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3929, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3929, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3930, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3930, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3930, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3931, 'en', 'Dorotheanthus - Plantas Vivas', '<p>Dorotheanthus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3931, 'es', 'Dorotheanthus - Plantas Vivas', '<p>Dorotheanthus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3931, 'pt', 'Dorotheanthus - Plantas Vivas', '<p>Dorotheanthus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3932, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3932, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3932, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3933, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3933, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3933, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3934, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3934, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3934, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3935, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3935, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3935, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3936, 'en', 'Dracaena - Plantas Vivas', '<p>Dracaena - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3936, 'es', 'Dracaena - Plantas Vivas', '<p>Dracaena - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3936, 'pt', 'Dracaena - Plantas Vivas', '<p>Dracaena - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3937, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3937, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3937, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3938, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3938, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3938, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3939, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3939, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3939, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3940, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3940, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3940, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3941, 'en', 'Dypsis - Plantas Vivas', '<p>Dypsis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3941, 'es', 'Dypsis - Plantas Vivas', '<p>Dypsis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3941, 'pt', 'Dypsis - Plantas Vivas', '<p>Dypsis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3942, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3942, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3942, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3943, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3943, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3943, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3944, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3944, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3944, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3945, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3945, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3945, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3946, 'en', 'Echeveria - Plantas Vivas', '<p>Echeveria - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3946, 'es', 'Echeveria - Plantas Vivas', '<p>Echeveria - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3946, 'pt', 'Echeveria - Plantas Vivas', '<p>Echeveria - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3947, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3947, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3947, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3948, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3948, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3948, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3949, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3949, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3949, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3950, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3950, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3950, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3951, 'en', 'Echinacea - Plantas Vivas', '<p>Echinacea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3951, 'es', 'Echinacea - Plantas Vivas', '<p>Echinacea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3951, 'pt', 'Echinacea - Plantas Vivas', '<p>Echinacea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3952, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3952, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3952, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3953, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3953, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3953, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3954, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3954, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3954, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3955, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3955, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3955, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3956, 'en', 'Epipremnum - Plantas Vivas', '<p>Epipremnum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3956, 'es', 'Epipremnum - Plantas Vivas', '<p>Epipremnum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3956, 'pt', 'Epipremnum - Plantas Vivas', '<p>Epipremnum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3957, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3957, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3957, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3958, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3958, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3958, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3959, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3959, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3959, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3960, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3960, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3960, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3961, 'en', 'Euphorbia - Plantas Vivas', '<p>Euphorbia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3961, 'es', 'Euphorbia - Plantas Vivas', '<p>Euphorbia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3961, 'pt', 'Euphorbia - Plantas Vivas', '<p>Euphorbia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3962, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3962, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3962, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3963, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3963, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3963, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3964, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3964, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3964, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3965, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3965, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3965, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3966, 'en', 'Euryops - Plantas Vivas', '<p>Euryops - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3966, 'es', 'Euryops - Plantas Vivas', '<p>Euryops - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3966, 'pt', 'Euryops - Plantas Vivas', '<p>Euryops - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3967, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3967, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3967, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3968, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3968, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3968, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3969, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3969, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3969, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3970, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3970, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3970, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3971, 'en', 'Fargesia - Plantas Vivas', '<p>Fargesia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3971, 'es', 'Fargesia - Plantas Vivas', '<p>Fargesia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3971, 'pt', 'Fargesia - Plantas Vivas', '<p>Fargesia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3972, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3972, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3972, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3973, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3973, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3973, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3974, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3974, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3974, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3975, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3975, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3975, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3976, 'en', 'Felicia - Plantas Vivas', '<p>Felicia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3976, 'es', 'Felicia - Plantas Vivas', '<p>Felicia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3976, 'pt', 'Felicia - Plantas Vivas', '<p>Felicia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3977, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3977, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3977, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3978, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3978, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3978, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3979, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3979, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3979, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3980, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3980, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3980, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3981, 'en', 'Festuca - Plantas Vivas', '<p>Festuca - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3981, 'es', 'Festuca - Plantas Vivas', '<p>Festuca - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3981, 'pt', 'Festuca - Plantas Vivas', '<p>Festuca - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3982, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3982, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3982, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3983, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3983, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3983, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3984, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3984, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3984, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3985, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3985, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3985, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3986, 'en', 'Ficus - Plantas Vivas', '<p>Ficus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3986, 'es', 'Ficus - Plantas Vivas', '<p>Ficus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3986, 'pt', 'Ficus - Plantas Vivas', '<p>Ficus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3987, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3987, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3987, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3988, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3988, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3988, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3989, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3989, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3989, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3990, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3990, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3990, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3991, 'en', 'Fittonia - Plantas Vivas', '<p>Fittonia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3991, 'es', 'Fittonia - Plantas Vivas', '<p>Fittonia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3991, 'pt', 'Fittonia - Plantas Vivas', '<p>Fittonia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3992, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3992, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3992, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3993, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3993, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3993, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3994, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3994, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3994, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3995, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3995, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3995, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(3996, 'en', 'Fuchsia - Plantas Vivas', '<p>Fuchsia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3996, 'es', 'Fuchsia - Plantas Vivas', '<p>Fuchsia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3996, 'pt', 'Fuchsia - Plantas Vivas', '<p>Fuchsia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(3997, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3997, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3997, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(3998, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3998, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3998, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(3999, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3999, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(3999, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4000, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4000, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4000, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4001, 'en', 'Gardenia - Plantas Vivas', '<p>Gardenia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4001, 'es', 'Gardenia - Plantas Vivas', '<p>Gardenia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4001, 'pt', 'Gardenia - Plantas Vivas', '<p>Gardenia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4002, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4002, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4002, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4003, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4003, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4003, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4004, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4004, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4004, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4005, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4005, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4005, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4006, 'en', 'Gaura - Plantas Vivas', '<p>Gaura - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4006, 'es', 'Gaura - Plantas Vivas', '<p>Gaura - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4006, 'pt', 'Gaura - Plantas Vivas', '<p>Gaura - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4007, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4007, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4007, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4008, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4008, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4008, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4009, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4009, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4009, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4010, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4010, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4010, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4011, 'en', 'Gazania - Plantas Vivas', '<p>Gazania - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4011, 'es', 'Gazania - Plantas Vivas', '<p>Gazania - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4011, 'pt', 'Gazania - Plantas Vivas', '<p>Gazania - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4012, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4012, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4012, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4013, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4013, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4013, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4014, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4014, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4014, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4015, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4015, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4015, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4016, 'en', 'Gentiana - Plantas Vivas', '<p>Gentiana - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4016, 'es', 'Gentiana - Plantas Vivas', '<p>Gentiana - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4016, 'pt', 'Gentiana - Plantas Vivas', '<p>Gentiana - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4017, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4017, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4017, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4018, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4018, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4018, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4019, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4019, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4019, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4020, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4020, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4020, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4021, 'en', 'Gerbera - Plantas Vivas', '<p>Gerbera - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4021, 'es', 'Gerbera - Plantas Vivas', '<p>Gerbera - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4021, 'pt', 'Gerbera - Plantas Vivas', '<p>Gerbera - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4022, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4022, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4022, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4023, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4023, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4023, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4024, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4024, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4024, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4025, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4025, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4025, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4026, 'en', 'Guzmania - Plantas Vivas', '<p>Guzmania - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4026, 'es', 'Guzmania - Plantas Vivas', '<p>Guzmania - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4026, 'pt', 'Guzmania - Plantas Vivas', '<p>Guzmania - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4027, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4027, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4027, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4028, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4028, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4028, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4029, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4029, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4029, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4030, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4030, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4030, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4031, 'en', 'Gypsophila - Plantas Vivas', '<p>Gypsophila - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4031, 'es', 'Gypsophila - Plantas Vivas', '<p>Gypsophila - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4031, 'pt', 'Gypsophila - Plantas Vivas', '<p>Gypsophila - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4032, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4032, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4032, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4033, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4033, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4033, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4034, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4034, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4034, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4035, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4035, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4035, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4036, 'en', 'Plantas Vivas (Gênero H até Z)', '<p>Plantas Vivas (Gênero H até Z)</p>', '', '', '', 'N', '', 'Y'),
(4036, 'es', 'Plantas Vivas (Gênero H até Z)', '<p>Plantas Vivas (Gênero H até Z)</p>', '', '', '', 'N', '', 'Y'),
(4036, 'pt', 'Plantas Vivas (Gênero H até Z)', '<p>Plantas Vivas (Gênero H até Z)</p>', '', '', '', 'N', '', 'Y'),
(4037, 'en', 'Hedera - Plantas Vivas', '<p>Hedera - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4037, 'es', 'Hedera - Plantas Vivas', '<p>Hedera - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4037, 'pt', 'Hedera - Plantas Vivas', '<p>Hedera - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4038, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4038, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4038, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4039, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4039, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4039, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4040, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4040, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4040, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4041, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4041, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4041, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4042, 'en', 'Helianthus - Plantas Vivas', '<p>Helianthus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4042, 'es', 'Helianthus - Plantas Vivas', '<p>Helianthus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4042, 'pt', 'Helianthus - Plantas Vivas', '<p>Helianthus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4043, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4043, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(4043, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4044, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4044, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4044, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4045, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4045, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4045, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4046, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4046, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4046, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4047, 'en', 'Helichrysum - Plantas Vivas', '<p>Helichrysum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4047, 'es', 'Helichrysum - Plantas Vivas', '<p>Helichrysum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4047, 'pt', 'Helichrysum - Plantas Vivas', '<p>Helichrysum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4048, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4048, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4048, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4049, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4049, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4049, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4050, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4050, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4050, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4051, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4051, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4051, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4052, 'en', 'Heliotropium - Plantas Vivas', '<p>Heliotropium - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4052, 'es', 'Heliotropium - Plantas Vivas', '<p>Heliotropium - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4052, 'pt', 'Heliotropium - Plantas Vivas', '<p>Heliotropium - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4053, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4053, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4053, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4054, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4054, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4054, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4055, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4055, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4055, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4056, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4056, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4056, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4057, 'en', 'Helleborus - Plantas Vivas', '<p>Helleborus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4057, 'es', 'Helleborus - Plantas Vivas', '<p>Helleborus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4057, 'pt', 'Helleborus - Plantas Vivas', '<p>Helleborus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4058, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4058, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4058, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4059, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4059, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4059, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4060, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4060, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4060, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4061, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4061, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4061, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4062, 'en', 'Heuchera - Plantas Vivas', '<p>Heuchera - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4062, 'es', 'Heuchera - Plantas Vivas', '<p>Heuchera - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4062, 'pt', 'Heuchera - Plantas Vivas', '<p>Heuchera - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4063, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4063, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4063, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4064, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4064, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4064, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4065, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4065, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4065, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4066, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4066, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4066, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4067, 'en', 'Hibiscus - Plantas Vivas', '<p>Hibiscus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4067, 'es', 'Hibiscus - Plantas Vivas', '<p>Hibiscus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4067, 'pt', 'Hibiscus - Plantas Vivas', '<p>Hibiscus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4068, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4068, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4068, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4069, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4069, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4069, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4070, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4070, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4070, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4071, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4071, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4071, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4072, 'en', 'Hippeastrum - Plantas Vivas', '<p>Hippeastrum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4072, 'es', 'Hippeastrum - Plantas Vivas', '<p>Hippeastrum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4072, 'pt', 'Hippeastrum - Plantas Vivas', '<p>Hippeastrum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4073, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4073, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4073, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4074, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4074, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4074, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4075, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4075, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4075, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4076, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4076, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4076, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4077, 'en', 'Hordeum - Plantas Vivas', '<p>Hordeum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4077, 'es', 'Hordeum - Plantas Vivas', '<p>Hordeum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4077, 'pt', 'Hordeum - Plantas Vivas', '<p>Hordeum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4078, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4078, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4078, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4079, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4079, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4079, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4080, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4080, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4080, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4081, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4081, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4081, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4082, 'en', 'Hosta - Plantas Vivas', '<p>Hosta - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4082, 'es', 'Hosta - Plantas Vivas', '<p>Hosta - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4082, 'pt', 'Hosta - Plantas Vivas', '<p>Hosta - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4083, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4083, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4083, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4084, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4084, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4084, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4085, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4085, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4085, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4086, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4086, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4086, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4087, 'en', 'Howea - Plantas Vivas', '<p>Howea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4087, 'es', 'Howea - Plantas Vivas', '<p>Howea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4087, 'pt', 'Howea - Plantas Vivas', '<p>Howea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4088, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4088, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4088, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4089, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4089, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4089, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4090, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4090, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4090, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4091, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4091, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4091, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4092, 'en', 'Hyacinthus - Plantas Vivas', '<p>Hyacinthus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4092, 'es', 'Hyacinthus - Plantas Vivas', '<p>Hyacinthus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4092, 'pt', 'Hyacinthus - Plantas Vivas', '<p>Hyacinthus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4093, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4093, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4093, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4094, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4094, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4094, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4095, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4095, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4095, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4096, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4096, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4096, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4097, 'en', 'Hydrangea - Plantas Vivas', '<p>Hydrangea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4097, 'es', 'Hydrangea - Plantas Vivas', '<p>Hydrangea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4097, 'pt', 'Hydrangea - Plantas Vivas', '<p>Hydrangea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4098, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4098, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4098, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4099, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4099, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4099, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4100, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4100, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4100, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4101, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4101, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4101, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4102, 'en', 'Impatiens - Plantas Vivas', '<p>Impatiens - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4102, 'es', 'Impatiens - Plantas Vivas', '<p>Impatiens - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4102, 'pt', 'Impatiens - Plantas Vivas', '<p>Impatiens - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4103, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4103, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4103, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4104, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4104, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4104, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4105, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4105, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4105, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4106, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4106, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4106, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4107, 'en', 'Jasminum - Plantas Vivas', '<p>Jasminum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4107, 'es', 'Jasminum - Plantas Vivas', '<p>Jasminum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4107, 'pt', 'Jasminum - Plantas Vivas', '<p>Jasminum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4108, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4108, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4108, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4109, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4109, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4109, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4110, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4110, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4110, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4111, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4111, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4111, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4112, 'en', 'Kalanchoe - Plantas Vivas', '<p>Kalanchoe - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4112, 'es', 'Kalanchoe - Plantas Vivas', '<p>Kalanchoe - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4112, 'pt', 'Kalanchoe - Plantas Vivas', '<p>Kalanchoe - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4113, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4113, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4113, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4114, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4114, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4114, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4115, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4115, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4115, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4116, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4116, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4116, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4117, 'en', 'Lantana - Plantas Vivas', '<p>Lantana - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4117, 'es', 'Lantana - Plantas Vivas', '<p>Lantana - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4117, 'pt', 'Lantana - Plantas Vivas', '<p>Lantana - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4118, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4118, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4118, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4119, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4119, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4119, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4120, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4120, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4120, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4121, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4121, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4121, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4122, 'en', 'Leucanthemum - Plantas Vivas', '<p>Leucanthemum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4122, 'es', 'Leucanthemum - Plantas Vivas', '<p>Leucanthemum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4122, 'pt', 'Leucanthemum - Plantas Vivas', '<p>Leucanthemum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4123, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4123, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4123, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4124, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4124, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4124, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4125, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4125, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4125, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4126, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4126, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4126, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4127, 'en', 'Lewisia - Plantas Vivas', '<p>Lewisia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4127, 'es', 'Lewisia - Plantas Vivas', '<p>Lewisia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4127, 'pt', 'Lewisia - Plantas Vivas', '<p>Lewisia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4128, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4128, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4128, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4129, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4129, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4129, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4130, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4130, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4130, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4131, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4131, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4131, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4132, 'en', 'Lilium - Plantas Vivas', '<p>Lilium - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4132, 'es', 'Lilium - Plantas Vivas', '<p>Lilium - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4132, 'pt', 'Lilium - Plantas Vivas', '<p>Lilium - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4133, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4133, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4133, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4134, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4134, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4134, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4135, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4135, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4135, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4136, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4136, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4136, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4137, 'en', 'Lithodora - Plantas Vivas', '<p>Lithodora - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4137, 'es', 'Lithodora - Plantas Vivas', '<p>Lithodora - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4137, 'pt', 'Lithodora - Plantas Vivas', '<p>Lithodora - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4138, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4138, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4138, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4139, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4139, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4139, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4140, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4140, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4140, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4141, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4141, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4141, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4142, 'en', 'Livistona - Plantas Vivas', '<p>Livistona - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4142, 'es', 'Livistona - Plantas Vivas', '<p>Livistona - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4142, 'pt', 'Livistona - Plantas Vivas', '<p>Livistona - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4143, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4143, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4143, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4144, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4144, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4144, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4145, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4145, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4145, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4146, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4146, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4146, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4147, 'en', 'Lobelia - Plantas Vivas', '<p>Lobelia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4147, 'es', 'Lobelia - Plantas Vivas', '<p>Lobelia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4147, 'pt', 'Lobelia - Plantas Vivas', '<p>Lobelia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4148, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4148, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4148, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4149, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4149, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4149, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4150, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4150, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4150, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4151, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4151, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4151, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4152, 'en', 'Lotus - Plantas Vivas', '<p>Lotus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4152, 'es', 'Lotus - Plantas Vivas', '<p>Lotus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4152, 'pt', 'Lotus - Plantas Vivas', '<p>Lotus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4153, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4153, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4153, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4154, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4154, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4154, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4155, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4155, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4155, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4156, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4156, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4156, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4157, 'en', 'Ludwigia - Plantas Vivas', '<p>Ludwigia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4157, 'es', 'Ludwigia - Plantas Vivas', '<p>Ludwigia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4157, 'pt', 'Ludwigia - Plantas Vivas', '<p>Ludwigia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4158, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4158, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4158, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4159, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4159, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4159, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4160, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4160, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4160, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4161, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4161, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4161, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4162, 'en', 'Lupinus - Plantas Vivas', '<p>Lupinus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4162, 'es', 'Lupinus - Plantas Vivas', '<p>Lupinus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4162, 'pt', 'Lupinus - Plantas Vivas', '<p>Lupinus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4163, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4163, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4163, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4164, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4164, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4164, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4165, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4165, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4165, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4166, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4166, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4166, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4167, 'en', 'Mandevilla - Plantas Vivas', '<p>Mandevilla - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4167, 'es', 'Mandevilla - Plantas Vivas', '<p>Mandevilla - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4167, 'pt', 'Mandevilla - Plantas Vivas', '<p>Mandevilla - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4168, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4168, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4168, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4169, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4169, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4169, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4170, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4170, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4170, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4171, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4171, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4171, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4172, 'en', 'Medinilla - Plantas Vivas', '<p>Medinilla - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4172, 'es', 'Medinilla - Plantas Vivas', '<p>Medinilla - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4172, 'pt', 'Medinilla - Plantas Vivas', '<p>Medinilla - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4173, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4173, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4173, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4174, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4174, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4174, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4175, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4175, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4175, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4176, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4176, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4176, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4177, 'en', 'Miltonia - Plantas Vivas', '<p>Miltonia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4177, 'es', 'Miltonia - Plantas Vivas', '<p>Miltonia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4177, 'pt', 'Miltonia - Plantas Vivas', '<p>Miltonia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4178, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4178, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4178, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4179, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4179, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4179, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4180, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4180, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4180, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4181, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4181, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4181, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4182, 'en', 'Musa - Plantas Vivas', '<p>Musa - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4182, 'es', 'Musa - Plantas Vivas', '<p>Musa - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4182, 'pt', 'Musa - Plantas Vivas', '<p>Musa - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4183, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4183, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4183, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4184, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4184, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4184, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4185, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4185, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4185, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4186, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4186, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4186, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4187, 'en', 'Muscari - Plantas Vivas', '<p>Muscari - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4187, 'es', 'Muscari - Plantas Vivas', '<p>Muscari - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4187, 'pt', 'Muscari - Plantas Vivas', '<p>Muscari - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4188, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4188, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4188, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4189, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4189, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4189, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4190, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4190, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4190, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4191, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4191, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4191, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4192, 'en', 'Myosotis - Plantas Vivas', '<p>Myosotis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4192, 'es', 'Myosotis - Plantas Vivas', '<p>Myosotis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4192, 'pt', 'Myosotis - Plantas Vivas', '<p>Myosotis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4193, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4193, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4193, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4194, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4194, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4194, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4195, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4195, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4195, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4196, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4196, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4196, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4197, 'en', 'Narcissus - Plantas Vivas', '<p>Narcissus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4197, 'es', 'Narcissus - Plantas Vivas', '<p>Narcissus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4197, 'pt', 'Narcissus - Plantas Vivas', '<p>Narcissus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4198, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4198, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4198, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4199, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4199, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4199, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4200, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4200, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4200, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4201, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4201, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4201, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4202, 'en', 'Nephrolepis - Plantas Vivas', '<p>Nephrolepis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4202, 'es', 'Nephrolepis - Plantas Vivas', '<p>Nephrolepis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4202, 'pt', 'Nephrolepis - Plantas Vivas', '<p>Nephrolepis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4203, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4203, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4203, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4204, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4204, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4204, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4205, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4205, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4205, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4206, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4206, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4206, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4207, 'en', 'Nolina - Plantas Vivas', '<p>Nolina - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4207, 'es', 'Nolina - Plantas Vivas', '<p>Nolina - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4207, 'pt', 'Nolina - Plantas Vivas', '<p>Nolina - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4208, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4208, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4208, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4209, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4209, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4209, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4210, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4210, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4210, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4211, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4211, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4211, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4212, 'en', 'Nymphaea - Plantas Vivas', '<p>Nymphaea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4212, 'es', 'Nymphaea - Plantas Vivas', '<p>Nymphaea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4212, 'pt', 'Nymphaea - Plantas Vivas', '<p>Nymphaea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4213, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4213, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4213, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4214, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4214, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4214, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4215, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4215, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4215, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4216, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4216, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4216, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4217, 'en', 'Oncidium - Plantas Vivas', '<p>Oncidium - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4217, 'es', 'Oncidium - Plantas Vivas', '<p>Oncidium - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4217, 'pt', 'Oncidium - Plantas Vivas', '<p>Oncidium - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4218, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4218, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4218, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4219, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4219, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4219, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4220, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4220, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4220, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4221, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4221, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4221, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4222, 'en', 'Orchis - Plantas Vivas', '<p>Orchis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4222, 'es', 'Orchis - Plantas Vivas', '<p>Orchis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4222, 'pt', 'Orchis - Plantas Vivas', '<p>Orchis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4223, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4223, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4223, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4224, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4224, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4224, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4225, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4225, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4225, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4226, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4226, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4226, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4227, 'en', 'Ornithogalum - Plantas Vivas', '<p>Ornithogalum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4227, 'es', 'Ornithogalum - Plantas Vivas', '<p>Ornithogalum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4227, 'pt', 'Ornithogalum - Plantas Vivas', '<p>Ornithogalum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(4228, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4228, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4228, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4229, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4229, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4229, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4230, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4230, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4230, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4231, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4231, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4231, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4232, 'en', 'Osteospermum - Plantas Vivas', '<p>Osteospermum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4232, 'es', 'Osteospermum - Plantas Vivas', '<p>Osteospermum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4232, 'pt', 'Osteospermum - Plantas Vivas', '<p>Osteospermum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4233, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4233, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4233, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4234, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4234, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4234, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4235, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4235, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4235, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4236, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4236, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4236, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4237, 'en', 'Outras Plantas Vivas', '<p>Outras Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4237, 'es', 'Outras Plantas Vivas', '<p>Outras Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4237, 'pt', 'Outras Plantas Vivas', '<p>Outras Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4238, 'en', 'Ferns - Outras Plantas Vivas', '<p>Ferns - Outras Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4238, 'es', 'Ferns - Outras Plantas Vivas', '<p>Ferns - Outras Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4238, 'pt', 'Ferns - Outras Plantas Vivas', '<p>Ferns - Outras Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4239, 'en', 'Grasses - Outras Plantas Vivas', '<p>Grasses - Outras Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4239, 'es', 'Grasses - Outras Plantas Vivas', '<p>Grasses - Outras Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4239, 'pt', 'Grasses - Outras Plantas Vivas', '<p>Grasses - Outras Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4240, 'en', 'Herbs - Outras Plantas Vivas', '<p>Herbs - Outras Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4240, 'es', 'Herbs - Outras Plantas Vivas', '<p>Herbs - Outras Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4240, 'pt', 'Herbs - Outras Plantas Vivas', '<p>Herbs - Outras Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4241, 'en', 'Outras Plantas Vivas', '<p>Outras Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4241, 'es', 'Outras Plantas Vivas', '<p>Outras Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4241, 'pt', 'Outras Plantas Vivas', '<p>Outras Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4242, 'en', 'Plantas Aquáticas - Outras Plantas Vivas', '<p>Plantas Aquáticas - Outras Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4242, 'es', 'Plantas Aquáticas - Outras Plantas Vivas', '<p>Plantas Aquáticas - Outras Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4242, 'pt', 'Plantas Aquáticas - Outras Plantas Vivas', '<p>Plantas Aquáticas - Outras Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4243, 'en', 'Succulents/Cacti - Outras Plantas Vivas', '<p>Succulents/Cacti - Outras Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4243, 'es', 'Succulents/Cacti - Outras Plantas Vivas', '<p>Succulents/Cacti - Outras Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4243, 'pt', 'Succulents/Cacti - Outras Plantas Vivas', '<p>Succulents/Cacti - Outras Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4244, 'en', 'Pachira - Plantas Vivas', '<p>Pachira - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4244, 'es', 'Pachira - Plantas Vivas', '<p>Pachira - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4244, 'pt', 'Pachira - Plantas Vivas', '<p>Pachira - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4245, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4245, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4245, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4246, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4246, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4246, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4247, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4247, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4247, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4248, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4248, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4248, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4249, 'en', 'Pacotes de Variedade de Plantas Vivas', '<p>Pacotes de Variedade de Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4249, 'es', 'Pacotes de Variedade de Plantas Vivas', '<p>Pacotes de Variedade de Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4249, 'pt', 'Pacotes de Variedade de Plantas Vivas', '<p>Pacotes de Variedade de Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4250, 'en', 'Paeonia - Plantas Vivas', '<p>Paeonia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4250, 'es', 'Paeonia - Plantas Vivas', '<p>Paeonia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4250, 'pt', 'Paeonia - Plantas Vivas', '<p>Paeonia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4251, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4251, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4251, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4252, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4252, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4252, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4253, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4253, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4253, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4254, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4254, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4254, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4255, 'en', 'Papaver - Plantas Vivas', '<p>Papaver - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4255, 'es', 'Papaver - Plantas Vivas', '<p>Papaver - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4255, 'pt', 'Papaver - Plantas Vivas', '<p>Papaver - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4256, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4256, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4256, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4257, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4257, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4257, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4258, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4258, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4258, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4259, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4259, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4259, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4260, 'en', 'Paphiopedilum - Plantas Vivas', '<p>Paphiopedilum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4260, 'es', 'Paphiopedilum - Plantas Vivas', '<p>Paphiopedilum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4260, 'pt', 'Paphiopedilum - Plantas Vivas', '<p>Paphiopedilum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4261, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4261, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4261, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4262, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4262, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4262, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4263, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4263, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4263, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4264, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4264, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4264, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4265, 'en', 'Pelargonium - Plantas Vivas', '<p>Pelargonium - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4265, 'es', 'Pelargonium - Plantas Vivas', '<p>Pelargonium - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4265, 'pt', 'Pelargonium - Plantas Vivas', '<p>Pelargonium - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4266, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4266, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4266, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4267, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4267, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4267, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4268, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4268, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4268, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4269, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4269, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4269, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4270, 'en', 'Pennisetum - Plantas Vivas', '<p>Pennisetum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4270, 'es', 'Pennisetum - Plantas Vivas', '<p>Pennisetum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4270, 'pt', 'Pennisetum - Plantas Vivas', '<p>Pennisetum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4271, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4271, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4271, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4272, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4272, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4272, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4273, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4273, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4273, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4274, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4274, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4274, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4275, 'en', 'Peperomia - Plantas Vivas', '<p>Peperomia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4275, 'es', 'Peperomia - Plantas Vivas', '<p>Peperomia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4275, 'pt', 'Peperomia - Plantas Vivas', '<p>Peperomia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4276, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4276, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4276, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4277, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4277, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4277, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4278, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4278, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4278, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4279, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4279, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4279, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4280, 'en', 'Petunia - Plantas Vivas', '<p>Petunia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4280, 'es', 'Petunia - Plantas Vivas', '<p>Petunia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4280, 'pt', 'Petunia - Plantas Vivas', '<p>Petunia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4281, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4281, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4281, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4282, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4282, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4282, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4283, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4283, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4283, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4284, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4284, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4284, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4285, 'en', 'Phalaenopsis - Plantas Vivas', '<p>Phalaenopsis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4285, 'es', 'Phalaenopsis - Plantas Vivas', '<p>Phalaenopsis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4285, 'pt', 'Phalaenopsis - Plantas Vivas', '<p>Phalaenopsis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4286, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4286, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4286, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4287, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4287, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4287, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4288, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4288, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4288, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4289, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4289, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4289, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4290, 'en', 'Philodendron - Plantas Vivas', '<p>Philodendron - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4290, 'es', 'Philodendron - Plantas Vivas', '<p>Philodendron - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4290, 'pt', 'Philodendron - Plantas Vivas', '<p>Philodendron - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4291, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4291, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4291, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4292, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4292, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4292, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4293, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4293, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4293, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4294, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4294, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4294, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4295, 'en', 'Phlox - Plantas Vivas', '<p>Phlox - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4295, 'es', 'Phlox - Plantas Vivas', '<p>Phlox - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4295, 'pt', 'Phlox - Plantas Vivas', '<p>Phlox - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4296, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4296, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4296, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4297, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4297, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4297, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4298, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4298, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4298, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4299, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4299, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4299, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4300, 'en', 'Phoenix - Plantas Vivas', '<p>Phoenix - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4300, 'es', 'Phoenix - Plantas Vivas', '<p>Phoenix - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4300, 'pt', 'Phoenix - Plantas Vivas', '<p>Phoenix - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4301, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4301, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4301, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4302, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4302, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4302, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4303, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4303, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4303, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4304, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4304, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4304, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4305, 'en', 'Pilea - Plantas Vivas', '<p>Pilea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4305, 'es', 'Pilea - Plantas Vivas', '<p>Pilea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4305, 'pt', 'Pilea - Plantas Vivas', '<p>Pilea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4306, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4306, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4306, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4307, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4307, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4307, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4308, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4308, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4308, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4309, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4309, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4309, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4310, 'en', 'Platycodon - Plantas Vivas', '<p>Platycodon - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4310, 'es', 'Platycodon - Plantas Vivas', '<p>Platycodon - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4310, 'pt', 'Platycodon - Plantas Vivas', '<p>Platycodon - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4311, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4311, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4311, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4312, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4312, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4312, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4313, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4313, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4313, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4314, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4314, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4314, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4315, 'en', 'Plectranthus - Plantas Vivas', '<p>Plectranthus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4315, 'es', 'Plectranthus - Plantas Vivas', '<p>Plectranthus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4315, 'pt', 'Plectranthus - Plantas Vivas', '<p>Plectranthus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4316, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4316, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4316, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4317, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4317, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4317, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4318, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4318, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4318, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4319, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4319, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4319, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4320, 'en', 'Polyscias - Plantas Vivas', '<p>Polyscias - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4320, 'es', 'Polyscias - Plantas Vivas', '<p>Polyscias - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4320, 'pt', 'Polyscias - Plantas Vivas', '<p>Polyscias - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4321, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4321, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4321, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4322, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4322, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4322, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4323, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4323, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4323, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4324, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4324, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4324, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4325, 'en', 'Portulaca - Plantas Vivas', '<p>Portulaca - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4325, 'es', 'Portulaca - Plantas Vivas', '<p>Portulaca - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4325, 'pt', 'Portulaca - Plantas Vivas', '<p>Portulaca - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4326, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4326, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4326, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4327, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4327, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4327, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4328, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4328, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4328, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4329, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4329, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4329, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4330, 'en', 'Primula - Plantas Vivas', '<p>Primula - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4330, 'es', 'Primula - Plantas Vivas', '<p>Primula - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4330, 'pt', 'Primula - Plantas Vivas', '<p>Primula - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4331, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4331, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4331, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4332, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4332, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4332, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4333, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4333, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4333, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4334, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4334, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4334, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4335, 'en', 'Ranunculus - Plantas Vivas', '<p>Ranunculus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4335, 'es', 'Ranunculus - Plantas Vivas', '<p>Ranunculus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4335, 'pt', 'Ranunculus - Plantas Vivas', '<p>Ranunculus - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4336, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4336, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4336, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4337, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4337, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4337, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4338, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4338, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4338, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4339, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4339, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4339, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4340, 'en', 'Rhapis - Plantas Vivas', '<p>Rhapis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4340, 'es', 'Rhapis - Plantas Vivas', '<p>Rhapis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4340, 'pt', 'Rhapis - Plantas Vivas', '<p>Rhapis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4341, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4341, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4341, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4342, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4342, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4342, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4343, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4343, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4343, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4344, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4344, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4344, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4345, 'en', 'Rhipsalidopsis - Plantas Vivas', '<p>Rhipsalidopsis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4345, 'es', 'Rhipsalidopsis - Plantas Vivas', '<p>Rhipsalidopsis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4345, 'pt', 'Rhipsalidopsis - Plantas Vivas', '<p>Rhipsalidopsis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4346, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4346, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4346, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4347, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4347, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4347, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4348, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4348, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4348, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4349, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4349, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4349, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4350, 'en', 'Rhododendron - Plantas Vivas', '<p>Rhododendron - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4350, 'es', 'Rhododendron - Plantas Vivas', '<p>Rhododendron - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4350, 'pt', 'Rhododendron - Plantas Vivas', '<p>Rhododendron - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4351, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4351, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4351, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4352, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4352, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4352, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4353, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4353, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4353, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4354, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4354, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4354, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4355, 'en', 'Rosa - Plantas Vivas', '<p>Rosa - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4355, 'es', 'Rosa - Plantas Vivas', '<p>Rosa - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4355, 'pt', 'Rosa - Plantas Vivas', '<p>Rosa - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4356, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4356, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4356, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4357, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4357, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4357, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4358, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4358, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4358, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4359, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4359, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4359, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4360, 'en', 'Saintpaulia - Plantas Vivas', '<p>Saintpaulia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4360, 'es', 'Saintpaulia - Plantas Vivas', '<p>Saintpaulia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4360, 'pt', 'Saintpaulia - Plantas Vivas', '<p>Saintpaulia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4361, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4361, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4361, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4362, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4362, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4362, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4363, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4363, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4363, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4364, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4364, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4364, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4365, 'en', 'Salvia - Plantas Vivas', '<p>Salvia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4365, 'es', 'Salvia - Plantas Vivas', '<p>Salvia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4365, 'pt', 'Salvia - Plantas Vivas', '<p>Salvia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4366, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4366, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4366, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4367, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4367, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4367, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4368, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4368, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4368, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4369, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4369, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4369, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4370, 'en', 'Sansevieria - Plantas Vivas', '<p>Sansevieria - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4370, 'es', 'Sansevieria - Plantas Vivas', '<p>Sansevieria - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4370, 'pt', 'Sansevieria - Plantas Vivas', '<p>Sansevieria - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4371, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4371, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4371, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4372, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4372, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4372, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4373, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4373, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4373, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4374, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4374, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4374, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4375, 'en', 'Sanvitalia - Plantas Vivas', '<p>Sanvitalia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4375, 'es', 'Sanvitalia - Plantas Vivas', '<p>Sanvitalia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4375, 'pt', 'Sanvitalia - Plantas Vivas', '<p>Sanvitalia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4376, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4376, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4376, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4377, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4377, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4377, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4378, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4378, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4378, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4379, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4379, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4379, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4380, 'en', 'Saxifraga - Plantas Vivas', '<p>Saxifraga - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4380, 'es', 'Saxifraga - Plantas Vivas', '<p>Saxifraga - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4380, 'pt', 'Saxifraga - Plantas Vivas', '<p>Saxifraga - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4381, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4381, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4381, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4382, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4382, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4382, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4383, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4383, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4383, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4384, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4384, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4384, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4385, 'en', 'Schefflera - Plantas Vivas', '<p>Schefflera - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4385, 'es', 'Schefflera - Plantas Vivas', '<p>Schefflera - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4385, 'pt', 'Schefflera - Plantas Vivas', '<p>Schefflera - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4386, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4386, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4386, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4387, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4387, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4387, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4388, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4388, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4388, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4389, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4389, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4389, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4390, 'en', 'Schlumbergera - Plantas Vivas', '<p>Schlumbergera - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4390, 'es', 'Schlumbergera - Plantas Vivas', '<p>Schlumbergera - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4390, 'pt', 'Schlumbergera - Plantas Vivas', '<p>Schlumbergera - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4391, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4391, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4391, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4392, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4392, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4392, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4393, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4393, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4393, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4394, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4394, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4394, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4395, 'en', 'Sedum - Plantas Vivas', '<p>Sedum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4395, 'es', 'Sedum - Plantas Vivas', '<p>Sedum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4395, 'pt', 'Sedum - Plantas Vivas', '<p>Sedum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4396, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4396, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4396, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4397, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4397, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4397, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4398, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4398, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4398, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4399, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4399, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4399, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4400, 'en', 'Sempervivum - Plantas Vivas', '<p>Sempervivum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4400, 'es', 'Sempervivum - Plantas Vivas', '<p>Sempervivum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4400, 'pt', 'Sempervivum - Plantas Vivas', '<p>Sempervivum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4401, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4401, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4401, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4402, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4402, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4402, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4403, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4403, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4403, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4404, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4404, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4404, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4405, 'en', 'Senecio - Plantas Vivas', '<p>Senecio - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4405, 'es', 'Senecio - Plantas Vivas', '<p>Senecio - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4405, 'pt', 'Senecio - Plantas Vivas', '<p>Senecio - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4406, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4406, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4406, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4407, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4407, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4407, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4408, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4408, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4408, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4409, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4409, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(4409, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4410, 'en', 'Sinningia - Plantas Vivas', '<p>Sinningia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4410, 'es', 'Sinningia - Plantas Vivas', '<p>Sinningia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4410, 'pt', 'Sinningia - Plantas Vivas', '<p>Sinningia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4411, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4411, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4411, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4412, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4412, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4412, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4413, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4413, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4413, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4414, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4414, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4414, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4415, 'en', 'Solanum - Plantas Vivas', '<p>Solanum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4415, 'es', 'Solanum - Plantas Vivas', '<p>Solanum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4415, 'pt', 'Solanum - Plantas Vivas', '<p>Solanum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4416, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4416, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4416, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4417, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4417, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4417, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4418, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4418, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4418, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4419, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4419, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4419, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4420, 'en', 'Spathiphyllum - Plantas Vivas', '<p>Spathiphyllum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4420, 'es', 'Spathiphyllum - Plantas Vivas', '<p>Spathiphyllum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4420, 'pt', 'Spathiphyllum - Plantas Vivas', '<p>Spathiphyllum - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4421, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4421, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4421, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4422, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4422, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4422, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4423, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4423, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4423, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4424, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4424, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4424, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4425, 'en', 'Stephanotis - Plantas Vivas', '<p>Stephanotis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4425, 'es', 'Stephanotis - Plantas Vivas', '<p>Stephanotis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4425, 'pt', 'Stephanotis - Plantas Vivas', '<p>Stephanotis - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4426, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4426, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4426, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4427, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4427, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4427, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4428, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4428, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4428, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4429, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4429, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4429, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4430, 'en', 'Sutera - Plantas Vivas', '<p>Sutera - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4430, 'es', 'Sutera - Plantas Vivas', '<p>Sutera - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4430, 'pt', 'Sutera - Plantas Vivas', '<p>Sutera - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4431, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4431, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4431, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4432, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4432, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4432, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4433, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4433, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4433, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4434, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4434, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4434, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4435, 'en', 'Tagetes - Plantas Vivas', '<p>Tagetes - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4435, 'es', 'Tagetes - Plantas Vivas', '<p>Tagetes - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4435, 'pt', 'Tagetes - Plantas Vivas', '<p>Tagetes - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4436, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4436, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4436, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4437, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4437, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4437, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4438, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4438, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4438, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4439, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4439, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4439, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4440, 'en', 'Tillandsia - Plantas Vivas', '<p>Tillandsia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4440, 'es', 'Tillandsia - Plantas Vivas', '<p>Tillandsia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4440, 'pt', 'Tillandsia - Plantas Vivas', '<p>Tillandsia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4441, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4441, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4441, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4442, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4442, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4442, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4443, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4443, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4443, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4444, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4444, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4444, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4445, 'en', 'Tulipa - Plantas Vivas', '<p>Tulipa - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4445, 'es', 'Tulipa - Plantas Vivas', '<p>Tulipa - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4445, 'pt', 'Tulipa - Plantas Vivas', '<p>Tulipa - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4446, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4446, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4446, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4447, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4447, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4447, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4448, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4448, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4448, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4449, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4449, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4449, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4450, 'en', 'Vanda - Plantas Vivas', '<p>Vanda - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4450, 'es', 'Vanda - Plantas Vivas', '<p>Vanda - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4450, 'pt', 'Vanda - Plantas Vivas', '<p>Vanda - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4451, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4451, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4451, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4452, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4452, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4452, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4453, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4453, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4453, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4454, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4454, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4454, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4455, 'en', 'Verbena - Plantas Vivas', '<p>Verbena - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4455, 'es', 'Verbena - Plantas Vivas', '<p>Verbena - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4455, 'pt', 'Verbena - Plantas Vivas', '<p>Verbena - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4456, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4456, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4456, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4457, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4457, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4457, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4458, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4458, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4458, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4459, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4459, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4459, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4460, 'en', 'Viola - Plantas Vivas', '<p>Viola - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4460, 'es', 'Viola - Plantas Vivas', '<p>Viola - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4460, 'pt', 'Viola - Plantas Vivas', '<p>Viola - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4461, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4461, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4461, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4462, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4462, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4462, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4463, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4463, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4463, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4464, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4464, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4464, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4465, 'en', 'Vriesea - Plantas Vivas', '<p>Vriesea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4465, 'es', 'Vriesea - Plantas Vivas', '<p>Vriesea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4465, 'pt', 'Vriesea - Plantas Vivas', '<p>Vriesea - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4466, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4466, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4466, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4467, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4467, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4467, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4468, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4468, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4468, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4469, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4469, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4469, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4470, 'en', 'XBurrageara - Plantas Vivas', '<p>XBurrageara - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4470, 'es', 'XBurrageara - Plantas Vivas', '<p>XBurrageara - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4470, 'pt', 'XBurrageara - Plantas Vivas', '<p>XBurrageara - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4471, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4471, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4471, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4472, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4472, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4472, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4473, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4473, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4473, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4474, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4474, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4474, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4475, 'en', 'XCitrofortunella - Plantas Vivas', '<p>XCitrofortunella - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4475, 'es', 'XCitrofortunella - Plantas Vivas', '<p>XCitrofortunella - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4475, 'pt', 'XCitrofortunella - Plantas Vivas', '<p>XCitrofortunella - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4476, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4476, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4476, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4477, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4477, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4477, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4478, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4478, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4478, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4479, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4479, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4479, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4480, 'en', 'Yucca - Plantas Vivas', '<p>Yucca - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4480, 'es', 'Yucca - Plantas Vivas', '<p>Yucca - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4480, 'pt', 'Yucca - Plantas Vivas', '<p>Yucca - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4481, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4481, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4481, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4482, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4482, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4482, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4483, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4483, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4483, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4484, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4484, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4484, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4485, 'en', 'Zamioculcas - Plantas Vivas', '<p>Zamioculcas - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4485, 'es', 'Zamioculcas - Plantas Vivas', '<p>Zamioculcas - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4485, 'pt', 'Zamioculcas - Plantas Vivas', '<p>Zamioculcas - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4486, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4486, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4486, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4487, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4487, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4487, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4488, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4488, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4488, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4489, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4489, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4489, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4490, 'en', 'Zantedeschia - Plantas Vivas', '<p>Zantedeschia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4490, 'es', 'Zantedeschia - Plantas Vivas', '<p>Zantedeschia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4490, 'pt', 'Zantedeschia - Plantas Vivas', '<p>Zantedeschia - Plantas Vivas</p>', '', '', '', 'N', '', 'Y'),
(4491, 'en', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4491, 'es', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4491, 'pt', 'Horticulture Colour', '<p>Horticulture Colour</p>', '', '', '', 'N', '', 'Y'),
(4492, 'en', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4492, 'es', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4492, 'pt', 'Horticulture Plant Purpose', '<p>Horticulture Plant Purpose</p>', '', '', '', 'N', '', 'Y'),
(4493, 'en', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4493, 'es', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4493, 'pt', 'Lifespan', '<p>Lifespan</p>', '', '', '', 'N', '', 'Y'),
(4494, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4494, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4494, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4495, 'en', 'Seedlings - Ready to Grow', '<p>Seedlings - Ready to Grow</p>', '', '', '', 'N', '', 'Y'),
(4495, 'es', 'Seedlings - Ready to Grow', '<p>Seedlings - Ready to Grow</p>', '', '', '', 'N', '', 'Y'),
(4495, 'pt', 'Seedlings - Ready to Grow', '<p>Seedlings - Ready to Grow</p>', '', '', '', 'N', '', 'Y'),
(4496, 'en', 'Mudas - Pronto para Crescer', '<p>Mudas - Pronto para Crescer</p>', '', '', '', 'N', '', 'Y'),
(4496, 'es', 'Mudas - Pronto para Crescer', '<p>Mudas - Pronto para Crescer</p>', '', '', '', 'N', '', 'Y'),
(4496, 'pt', 'Mudas - Pronto para Crescer', '<p>Mudas - Pronto para Crescer</p>', '', '', '', 'N', '', 'Y'),
(4497, 'en', 'Sementes / Esporos', '<p>Sementes / Esporos</p>', '', '', '', 'N', '', 'Y'),
(4497, 'es', 'Sementes / Esporos', '<p>Sementes / Esporos</p>', '', '', '', 'N', '', 'Y'),
(4497, 'pt', 'Sementes / Esporos', '<p>Sementes / Esporos</p>', '', '', '', 'N', '', 'Y'),
(4498, 'en', 'Esporos', '<p>Esporos</p>', '', '', '', 'N', '', 'Y'),
(4498, 'es', 'Esporos', '<p>Esporos</p>', '', '', '', 'N', '', 'Y'),
(4498, 'pt', 'Esporos', '<p>Esporos</p>', '', '', '', 'N', '', 'Y'),
(4499, 'en', 'Container', '<p>Container</p>', '', '', '', 'N', '', 'Y'),
(4499, 'es', 'Container', '<p>Container</p>', '', '', '', 'N', '', 'Y'),
(4499, 'pt', 'Container', '<p>Container</p>', '', '', '', 'N', '', 'Y'),
(4500, 'en', 'Growing Medium', '<p>Growing Medium</p>', '', '', '', 'N', '', 'Y'),
(4500, 'es', 'Growing Medium', '<p>Growing Medium</p>', '', '', '', 'N', '', 'Y'),
(4500, 'pt', 'Growing Medium', '<p>Growing Medium</p>', '', '', '', 'N', '', 'Y'),
(4501, 'en', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4501, 'es', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4501, 'pt', 'Location of Use', '<p>Location of Use</p>', '', '', '', 'N', '', 'Y'),
(4502, 'en', 'Type of Spores', '<p>Type of Spores</p>', '', '', '', 'N', '', 'Y'),
(4502, 'es', 'Type of Spores', '<p>Type of Spores</p>', '', '', '', 'N', '', 'Y'),
(4502, 'pt', 'Type of Spores', '<p>Type of Spores</p>', '', '', '', 'N', '', 'Y'),
(4503, 'en', 'Sementes', '<p>Sementes</p>', '', '', '', 'N', '', 'Y'),
(4503, 'es', 'Sementes', '<p>Sementes</p>', '', '', '', 'N', '', 'Y'),
(4503, 'pt', 'Sementes', '<p>Sementes</p>', '', '', '', 'N', '', 'Y'),
(4504, 'en', 'Sementes - outros', '<p>Sementes - outros</p>', '', '', '', 'N', '', 'Y'),
(4504, 'es', 'Sementes - outros', '<p>Sementes - outros</p>', '', '', '', 'N', '', 'Y'),
(4504, 'pt', 'Sementes - outros', '<p>Sementes - outros</p>', '', '', '', 'N', '', 'Y'),
(4505, 'en', 'Sementes de capim', '<p>Sementes de capim</p>', '', '', '', 'N', '', 'Y'),
(4505, 'es', 'Sementes de capim', '<p>Sementes de capim</p>', '', '', '', 'N', '', 'Y'),
(4505, 'pt', 'Sementes de capim', '<p>Sementes de capim</p>', '', '', '', 'N', '', 'Y'),
(4506, 'en', 'Sementes de estrume verde', '<p>Sementes de estrume verde</p>', '', '', '', 'N', '', 'Y'),
(4506, 'es', 'Sementes de estrume verde', '<p>Sementes de estrume verde</p>', '', '', '', 'N', '', 'Y'),
(4506, 'pt', 'Sementes de estrume verde', '<p>Sementes de estrume verde</p>', '', '', '', 'N', '', 'Y'),
(4507, 'en', 'Variedade de plantas', '<p>Variedade de plantas</p>', '', '', '', 'N', '', 'Y'),
(4507, 'es', 'Variedade de plantas', '<p>Variedade de plantas</p>', '', '', '', 'N', '', 'Y'),
(4507, 'pt', 'Variedade de plantas', '<p>Variedade de plantas</p>', '', '', '', 'N', '', 'Y'),
(4508, 'en', 'Pacotes de Variedades para Gramado/Plantas de Jardim/Fauna', '<p>Pacotes de Variedades para Gramado/Plantas de Jardim/Fauna</p>', '', '', '', 'N', '', 'Y'),
(4508, 'es', 'Pacotes de Variedades para Gramado/Plantas de Jardim/Fauna', '<p>Pacotes de Variedades para Gramado/Plantas de Jardim/Fauna</p>', '', '', '', 'N', '', 'Y'),
(4508, 'pt', 'Pacotes de Variedades para Gramado/Plantas de Jardim/Fauna', '<p>Pacotes de Variedades para Gramado/Plantas de Jardim/Fauna</p>', '', '', '', 'N', '', 'Y'),
(4509, 'en', 'Produtos de Limpeza / Higiene', '<p>Produtos de Limpeza / Higiene</p>', '', '', '', 'N', '', 'Y'),
(4509, 'es', 'Produtos de Limpeza / Higiene', '<p>Produtos de Limpeza / Higiene</p>', '', '', '', 'N', '', 'Y'),
(4509, 'pt', 'Produtos de Limpeza / Higiene', '<p>Produtos de Limpeza / Higiene</p>', '', '', '', 'N', '', 'Y'),
(4510, 'en', 'Controle de Insetos/Pragas/Alergias', '<p>Controle de Insetos/Pragas/Alergias</p>', '', '', '', 'N', '', 'Y'),
(4510, 'es', 'Controle de Insetos/Pragas/Alergias', '<p>Controle de Insetos/Pragas/Alergias</p>', '', '', '', 'N', '', 'Y'),
(4510, 'pt', 'Controle de Insetos/Pragas/Alergias', '<p>Controle de Insetos/Pragas/Alergias</p>', '', '', '', 'N', '', 'Y'),
(4511, 'en', 'Controle de Pragas/Insetos - Armadilhas/Barreiras', '<p>Controle de Pragas/Insetos - Armadilhas/Barreiras</p>', '', '', '', 'N', '', 'Y'),
(4511, 'es', 'Controle de Pragas/Insetos - Armadilhas/Barreiras', '<p>Controle de Pragas/Insetos - Armadilhas/Barreiras</p>', '', '', '', 'N', '', 'Y'),
(4511, 'pt', 'Controle de Pragas/Insetos - Armadilhas/Barreiras', '<p>Controle de Pragas/Insetos - Armadilhas/Barreiras</p>', '', '', '', 'N', '', 'Y'),
(4512, 'en', 'Inseticidas / Pesticidas / Rodenticidas', '<p>Inseticidas / Pesticidas / Rodenticidas</p>', '', '', '', 'N', '', 'Y'),
(4512, 'es', 'Inseticidas / Pesticidas / Rodenticidas', '<p>Inseticidas / Pesticidas / Rodenticidas</p>', '', '', '', 'N', '', 'Y'),
(4512, 'pt', 'Inseticidas / Pesticidas / Rodenticidas', '<p>Inseticidas / Pesticidas / Rodenticidas</p>', '', '', '', 'N', '', 'Y'),
(4513, 'en', 'Outros Controles de Alergias/Pragas/Insetos', '<p>Outros Controles de Alergias/Pragas/Insetos</p>', '', '', '', 'N', '', 'Y'),
(4513, 'es', 'Outros Controles de Alergias/Pragas/Insetos', '<p>Outros Controles de Alergias/Pragas/Insetos</p>', '', '', '', 'N', '', 'Y'),
(4513, 'pt', 'Outros Controles de Alergias/Pragas/Insetos', '<p>Outros Controles de Alergias/Pragas/Insetos</p>', '', '', '', 'N', '', 'Y'),
(4514, 'en', 'Pacotes de Variedades para Controle de Alergias/Pragas/Insetos', '<p>Pacotes de Variedades para Controle de Alergias/Pragas/Insetos</p>', '', '', '', 'N', '', 'Y'),
(4514, 'es', 'Pacotes de Variedades para Controle de Alergias/Pragas/Insetos', '<p>Pacotes de Variedades para Controle de Alergias/Pragas/Insetos</p>', '', '', '', 'N', '', 'Y'),
(4514, 'pt', 'Pacotes de Variedades para Controle de Alergias/Pragas/Insetos', '<p>Pacotes de Variedades para Controle de Alergias/Pragas/Insetos</p>', '', '', '', 'N', '', 'Y'),
(4515, 'en', 'Pesticidas', '<p>Pesticidas</p>', '', '', '', 'N', '', 'Y'),
(4515, 'es', 'Pesticidas', '<p>Pesticidas</p>', '', '', '', 'N', '', 'Y'),
(4515, 'pt', 'Pesticidas', '<p>Pesticidas</p>', '', '', '', 'N', '', 'Y'),
(4516, 'en', 'Limpeza Industrial.', '<p>Limpeza Industrial.</p>', '', '', '', 'N', '', 'Y'),
(4516, 'es', 'Limpeza Industrial.', '<p>Limpeza Industrial.</p>', '', '', '', 'N', '', 'Y'),
(4516, 'pt', 'Limpeza Industrial.', '<p>Limpeza Industrial.</p>', '', '', '', 'N', '', 'Y'),
(4517, 'en', 'Acessórios para limpadores de pisos industriais', '<p>Acessórios para limpadores de pisos industriais</p>', '', '', '', 'N', '', 'Y'),
(4517, 'es', 'Acessórios para limpadores de pisos industriais', '<p>Acessórios para limpadores de pisos industriais</p>', '', '', '', 'N', '', 'Y'),
(4517, 'pt', 'Acessórios para limpadores de pisos industriais', '<p>Acessórios para limpadores de pisos industriais</p>', '', '', '', 'N', '', 'Y'),
(4518, 'en', 'Limpador de Piso Industrial - Elétrico', '<p>Limpador de Piso Industrial - Elétrico</p>', '', '', '', 'N', '', 'Y'),
(4518, 'es', 'Limpador de Piso Industrial - Elétrico', '<p>Limpador de Piso Industrial - Elétrico</p>', '', '', '', 'N', '', 'Y'),
(4518, 'pt', 'Limpador de Piso Industrial - Elétrico', '<p>Limpador de Piso Industrial - Elétrico</p>', '', '', '', 'N', '', 'Y'),
(4519, 'en', 'Pacotes de Variedades para Produtos de Limpeza/Higiene', '<p>Pacotes de Variedades para Produtos de Limpeza/Higiene</p>', '', '', '', 'N', '', 'Y'),
(4519, 'es', 'Pacotes de Variedades para Produtos de Limpeza/Higiene', '<p>Pacotes de Variedades para Produtos de Limpeza/Higiene</p>', '', '', '', 'N', '', 'Y'),
(4519, 'pt', 'Pacotes de Variedades para Produtos de Limpeza/Higiene', '<p>Pacotes de Variedades para Produtos de Limpeza/Higiene</p>', '', '', '', 'N', '', 'Y'),
(4520, 'en', 'Pacotes de Variedade para Produtos de Limpeza/Higiene', '<p>Pacotes de Variedade para Produtos de Limpeza/Higiene</p>', '', '', '', 'N', '', 'Y'),
(4520, 'es', 'Pacotes de Variedade para Produtos de Limpeza/Higiene', '<p>Pacotes de Variedade para Produtos de Limpeza/Higiene</p>', '', '', '', 'N', '', 'Y'),
(4520, 'pt', 'Pacotes de Variedade para Produtos de Limpeza/Higiene', '<p>Pacotes de Variedade para Produtos de Limpeza/Higiene</p>', '', '', '', 'N', '', 'Y'),
(4521, 'en', 'Produtos de Limpeza', '<p>Produtos de Limpeza</p>', '', '', '', 'N', '', 'Y'),
(4521, 'es', 'Produtos de Limpeza', '<p>Produtos de Limpeza</p>', '', '', '', 'N', '', 'Y'),
(4521, 'pt', 'Produtos de Limpeza', '<p>Produtos de Limpeza</p>', '', '', '', 'N', '', 'Y'),
(4522, 'en', 'Cuidados com louça', '<p>Cuidados com louça</p>', '', '', '', 'N', '', 'Y'),
(4522, 'es', 'Cuidados com louça', '<p>Cuidados com louça</p>', '', '', '', 'N', '', 'Y'),
(4522, 'pt', 'Cuidados com louça', '<p>Cuidados com louça</p>', '', '', '', 'N', '', 'Y'),
(4523, 'en', 'Detergente para Lavagem Manual de Louças', '<p>Detergente para Lavagem Manual de Louças</p>', '', '', '', 'N', '', 'Y'),
(4523, 'es', 'Detergente para Lavagem Manual de Louças', '<p>Detergente para Lavagem Manual de Louças</p>', '', '', '', 'N', '', 'Y'),
(4523, 'pt', 'Detergente para Lavagem Manual de Louças', '<p>Detergente para Lavagem Manual de Louças</p>', '', '', '', 'N', '', 'Y'),
(4524, 'en', 'Lavadora de Louças Automática - Aditivos/Intensificadores', '<p>Lavadora de Louças Automática - Aditivos/Intensificadores</p>', '', '', '', 'N', '', 'Y'),
(4524, 'es', 'Lavadora de Louças Automática - Aditivos/Intensificadores', '<p>Lavadora de Louças Automática - Aditivos/Intensificadores</p>', '', '', '', 'N', '', 'Y'),
(4524, 'pt', 'Lavadora de Louças Automática - Aditivos/Intensificadores', '<p>Lavadora de Louças Automática - Aditivos/Intensificadores</p>', '', '', '', 'N', '', 'Y'),
(4525, 'en', 'Lavadora de Louças Automática - Detergente ', '<p>Lavadora de Louças Automática - Detergente </p>', '', '', '', 'N', '', 'Y'),
(4525, 'es', 'Lavadora de Louças Automática - Detergente ', '<p>Lavadora de Louças Automática - Detergente </p>', '', '', '', 'N', '', 'Y'),
(4525, 'pt', 'Lavadora de Louças Automática - Detergente ', '<p>Lavadora de Louças Automática - Detergente </p>', '', '', '', 'N', '', 'Y'),
(4526, 'en', 'Lavadora de Louças Automática - Sais', '<p>Lavadora de Louças Automática - Sais</p>', '', '', '', 'N', '', 'Y'),
(4526, 'es', 'Lavadora de Louças Automática - Sais', '<p>Lavadora de Louças Automática - Sais</p>', '', '', '', 'N', '', 'Y'),
(4526, 'pt', 'Lavadora de Louças Automática - Sais', '<p>Lavadora de Louças Automática - Sais</p>', '', '', '', 'N', '', 'Y'),
(4527, 'en', 'Lavadora de Louças Automática - Secantes', '<p>Lavadora de Louças Automática - Secantes</p>', '', '', '', 'N', '', 'Y'),
(4527, 'es', 'Lavadora de Louças Automática - Secantes', '<p>Lavadora de Louças Automática - Secantes</p>', '', '', '', 'N', '', 'Y'),
(4527, 'pt', 'Lavadora de Louças Automática - Secantes', '<p>Lavadora de Louças Automática - Secantes</p>', '', '', '', 'N', '', 'Y'),
(4528, 'en', 'Lavadora de Roupas Automática - Purificadores/Desodorantes', '<p>Lavadora de Roupas Automática - Purificadores/Desodorantes</p>', '', '', '', 'N', '', 'Y'),
(4528, 'es', 'Lavadora de Roupas Automática - Purificadores/Desodorantes', '<p>Lavadora de Roupas Automática - Purificadores/Desodorantes</p>', '', '', '', 'N', '', 'Y'),
(4528, 'pt', 'Lavadora de Roupas Automática - Purificadores/Desodorantes', '<p>Lavadora de Roupas Automática - Purificadores/Desodorantes</p>', '', '', '', 'N', '', 'Y'),
(4529, 'en', 'Lava-louças automática - Cuidados com vidro', '<p>Lava-louças automática - Cuidados com vidro</p>', '', '', '', 'N', '', 'Y'),
(4529, 'es', 'Lava-louças automática - Cuidados com vidro', '<p>Lava-louças automática - Cuidados com vidro</p>', '', '', '', 'N', '', 'Y'),
(4529, 'pt', 'Lava-louças automática - Cuidados com vidro', '<p>Lava-louças automática - Cuidados com vidro</p>', '', '', '', 'N', '', 'Y'),
(4530, 'en', 'Produtos de Tratamento Pré-lavagem para Louças', '<p>Produtos de Tratamento Pré-lavagem para Louças</p>', '', '', '', 'N', '', 'Y'),
(4530, 'es', 'Produtos de Tratamento Pré-lavagem para Louças', '<p>Produtos de Tratamento Pré-lavagem para Louças</p>', '', '', '', 'N', '', 'Y'),
(4530, 'pt', 'Produtos de Tratamento Pré-lavagem para Louças', '<p>Produtos de Tratamento Pré-lavagem para Louças</p>', '', '', '', 'N', '', 'Y'),
(4531, 'en', 'Cuidados de Superfície', '<p>Cuidados de Superfície</p>', '', '', '', 'N', '', 'Y'),
(4531, 'es', 'Cuidados de Superfície', '<p>Cuidados de Superfície</p>', '', '', '', 'N', '', 'Y'),
(4531, 'pt', 'Cuidados de Superfície', '<p>Cuidados de Superfície</p>', '', '', '', 'N', '', 'Y'),
(4532, 'en', 'Kit Removedor/Reparador de Arranhões', '<p>Kit Removedor/Reparador de Arranhões</p>', '', '', '', 'N', '', 'Y'),
(4532, 'es', 'Kit Removedor/Reparador de Arranhões', '<p>Kit Removedor/Reparador de Arranhões</p>', '', '', '', 'N', '', 'Y'),
(4532, 'pt', 'Kit Removedor/Reparador de Arranhões', '<p>Kit Removedor/Reparador de Arranhões</p>', '', '', '', 'N', '', 'Y'),
(4533, 'en', 'Outros Cuidados com a Superfície', '<p>Outros Cuidados com a Superfície</p>', '', '', '', 'N', '', 'Y'),
(4533, 'es', 'Outros Cuidados com a Superfície', '<p>Outros Cuidados com a Superfície</p>', '', '', '', 'N', '', 'Y'),
(4533, 'pt', 'Outros Cuidados com a Superfície', '<p>Outros Cuidados com a Superfície</p>', '', '', '', 'N', '', 'Y'),
(4534, 'en', 'Pacotes de Variedades para Cuidados com a Superfície', '<p>Pacotes de Variedades para Cuidados com a Superfície</p>', '', '', '', 'N', '', 'Y'),
(4534, 'es', 'Pacotes de Variedades para Cuidados com a Superfície', '<p>Pacotes de Variedades para Cuidados com a Superfície</p>', '', '', '', 'N', '', 'Y'),
(4534, 'pt', 'Pacotes de Variedades para Cuidados com a Superfície', '<p>Pacotes de Variedades para Cuidados com a Superfície</p>', '', '', '', 'N', '', 'Y'),
(4535, 'en', 'Proteção/Cuidados com a Superfície', '<p>Proteção/Cuidados com a Superfície</p>', '', '', '', 'N', '', 'Y'),
(4535, 'es', 'Proteção/Cuidados com a Superfície', '<p>Proteção/Cuidados com a Superfície</p>', '', '', '', 'N', '', 'Y'),
(4535, 'pt', 'Proteção/Cuidados com a Superfície', '<p>Proteção/Cuidados com a Superfície</p>', '', '', '', 'N', '', 'Y'),
(4536, 'en', 'Desinfetantes/Ambientadores', '<p>Desinfetantes/Ambientadores</p>', '', '', '', 'N', '', 'Y'),
(4536, 'es', 'Desinfetantes/Ambientadores', '<p>Desinfetantes/Ambientadores</p>', '', '', '', 'N', '', 'Y'),
(4536, 'pt', 'Desinfetantes/Ambientadores', '<p>Desinfetantes/Ambientadores</p>', '', '', '', 'N', '', 'Y'),
(4537, 'en', 'Amaciantes - Tecido', '<p>Amaciantes - Tecido</p>', '', '', '', 'N', '', 'Y'),
(4537, 'es', 'Amaciantes - Tecido', '<p>Amaciantes - Tecido</p>', '', '', '', 'N', '', 'Y'),
(4537, 'pt', 'Amaciantes - Tecido', '<p>Amaciantes - Tecido</p>', '', '', '', 'N', '', 'Y'),
(4538, 'en', 'Aromatizantes/Desodorizantes (Spray)', '<p>Aromatizantes/Desodorizantes (Spray)</p>', '', '', '', 'N', '', 'Y'),
(4538, 'es', 'Aromatizantes/Desodorizantes (Spray)', '<p>Aromatizantes/Desodorizantes (Spray)</p>', '', '', '', 'N', '', 'Y'),
(4538, 'pt', 'Aromatizantes/Desodorizantes (Spray)', '<p>Aromatizantes/Desodorizantes (Spray)</p>', '', '', '', 'N', '', 'Y'),
(4539, 'en', 'Difusores (Elétricos)', '<p>Difusores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4539, 'es', 'Difusores (Elétricos)', '<p>Difusores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4539, 'pt', 'Difusores (Elétricos)', '<p>Difusores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4540, 'en', 'Outros aromatizantes/desodorizantes', '<p>Outros aromatizantes/desodorizantes</p>', '', '', '', 'N', '', 'Y'),
(4540, 'es', 'Outros aromatizantes/desodorizantes', '<p>Outros aromatizantes/desodorizantes</p>', '', '', '', 'N', '', 'Y'),
(4540, 'pt', 'Outros aromatizantes/desodorizantes', '<p>Outros aromatizantes/desodorizantes</p>', '', '', '', 'N', '', 'Y'),
(4541, 'en', 'Pacotes de Variedade para Aromatizantes/Desodorizantes', '<p>Pacotes de Variedade para Aromatizantes/Desodorizantes</p>', '', '', '', 'N', '', 'Y'),
(4541, 'es', 'Pacotes de Variedade para Aromatizantes/Desodorizantes', '<p>Pacotes de Variedade para Aromatizantes/Desodorizantes</p>', '', '', '', 'N', '', 'Y'),
(4541, 'pt', 'Pacotes de Variedade para Aromatizantes/Desodorizantes', '<p>Pacotes de Variedade para Aromatizantes/Desodorizantes</p>', '', '', '', 'N', '', 'Y'),
(4542, 'en', 'Lavanderia', '<p>Lavanderia</p>', '', '', '', 'N', '', 'Y'),
(4542, 'es', 'Lavanderia', '<p>Lavanderia</p>', '', '', '', 'N', '', 'Y'),
(4542, 'pt', 'Lavanderia', '<p>Lavanderia</p>', '', '', '', 'N', '', 'Y'),
(4543, 'en', 'Alvejantes/Detergentes para roupas', '<p>Alvejantes/Detergentes para roupas</p>', '', '', '', 'N', '', 'Y'),
(4543, 'es', 'Alvejantes/Detergentes para roupas', '<p>Alvejantes/Detergentes para roupas</p>', '', '', '', 'N', '', 'Y'),
(4543, 'pt', 'Alvejantes/Detergentes para roupas', '<p>Alvejantes/Detergentes para roupas</p>', '', '', '', 'N', '', 'Y'),
(4544, 'en', 'Amaciantes de roupas', '<p>Amaciantes de roupas</p>', '', '', '', 'N', '', 'Y'),
(4544, 'es', 'Amaciantes de roupas', '<p>Amaciantes de roupas</p>', '', '', '', 'N', '', 'Y'),
(4544, 'pt', 'Amaciantes de roupas', '<p>Amaciantes de roupas</p>', '', '', '', 'N', '', 'Y'),
(4545, 'en', 'Cuidados com a coloração das roupas', '<p>Cuidados com a coloração das roupas</p>', '', '', '', 'N', '', 'Y'),
(4545, 'es', 'Cuidados com a coloração das roupas', '<p>Cuidados com a coloração das roupas</p>', '', '', '', 'N', '', 'Y'),
(4545, 'pt', 'Cuidados com a coloração das roupas', '<p>Cuidados com a coloração das roupas</p>', '', '', '', 'N', '', 'Y'),
(4546, 'en', 'Detergentes para a roupa', '<p>Detergentes para a roupa</p>', '', '', '', 'N', '', 'Y'),
(4546, 'es', 'Detergentes para a roupa', '<p>Detergentes para a roupa</p>', '', '', '', 'N', '', 'Y'),
(4546, 'pt', 'Detergentes para a roupa', '<p>Detergentes para a roupa</p>', '', '', '', 'N', '', 'Y'),
(4547, 'en', 'Finalizadores de tecido / amido', '<p>Finalizadores de tecido / amido</p>', '', '', '', 'N', '', 'Y'),
(4547, 'es', 'Finalizadores de tecido / amido', '<p>Finalizadores de tecido / amido</p>', '', '', '', 'N', '', 'Y'),
(4547, 'pt', 'Finalizadores de tecido / amido', '<p>Finalizadores de tecido / amido</p>', '', '', '', 'N', '', 'Y'),
(4548, 'en', 'Lavagem à seco', '<p>Lavagem à seco</p>', '', '', '', 'N', '', 'Y'),
(4548, 'es', 'Lavagem à seco', '<p>Lavagem à seco</p>', '', '', '', 'N', '', 'Y'),
(4548, 'pt', 'Lavagem à seco', '<p>Lavagem à seco</p>', '', '', '', 'N', '', 'Y'),
(4549, 'en', 'Outros produtos para lavar roupas', '<p>Outros produtos para lavar roupas</p>', '', '', '', 'N', '', 'Y'),
(4549, 'es', 'Outros produtos para lavar roupas', '<p>Outros produtos para lavar roupas</p>', '', '', '', 'N', '', 'Y'),
(4549, 'pt', 'Outros produtos para lavar roupas', '<p>Outros produtos para lavar roupas</p>', '', '', '', 'N', '', 'Y'),
(4550, 'en', 'Pacotes de variedade para Lavanderia', '<p>Pacotes de variedade para Lavanderia</p>', '', '', '', 'N', '', 'Y'),
(4550, 'es', 'Pacotes de variedade para Lavanderia', '<p>Pacotes de variedade para Lavanderia</p>', '', '', '', 'N', '', 'Y'),
(4550, 'pt', 'Pacotes de variedade para Lavanderia', '<p>Pacotes de variedade para Lavanderia</p>', '', '', '', 'N', '', 'Y'),
(4551, 'en', 'Protetores de tecido', '<p>Protetores de tecido</p>', '', '', '', 'N', '', 'Y'),
(4551, 'es', 'Protetores de tecido', '<p>Protetores de tecido</p>', '', '', '', 'N', '', 'Y'),
(4551, 'pt', 'Protetores de tecido', '<p>Protetores de tecido</p>', '', '', '', 'N', '', 'Y'),
(4552, 'en', 'Limpadores', '<p>Limpadores</p>', '', '', '', 'N', '', 'Y'),
(4552, 'es', 'Limpadores', '<p>Limpadores</p>', '', '', '', 'N', '', 'Y'),
(4552, 'pt', 'Limpadores', '<p>Limpadores</p>', '', '', '', 'N', '', 'Y'),
(4553, 'en', 'Acessórios para limpeza', '<p>Acessórios para limpeza</p>', '', '', '', 'N', '', 'Y'),
(4553, 'es', 'Acessórios para limpeza', '<p>Acessórios para limpeza</p>', '', '', '', 'N', '', 'Y'),
(4553, 'pt', 'Acessórios para limpeza', '<p>Acessórios para limpeza</p>', '', '', '', 'N', '', 'Y'),
(4554, 'en', 'Alvejante', '<p>Alvejante</p>', '', '', '', 'N', '', 'Y'),
(4554, 'es', 'Alvejante', '<p>Alvejante</p>', '', '', '', 'N', '', 'Y'),
(4554, 'pt', 'Alvejante', '<p>Alvejante</p>', '', '', '', 'N', '', 'Y'),
(4555, 'en', 'Ativador Biológico', '<p>Ativador Biológico</p>', '', '', '', 'N', '', 'Y'),
(4555, 'es', 'Ativador Biológico', '<p>Ativador Biológico</p>', '', '', '', 'N', '', 'Y'),
(4555, 'pt', 'Ativador Biológico', '<p>Ativador Biológico</p>', '', '', '', 'N', '', 'Y'),
(4556, 'en', 'Depuradores de água', '<p>Depuradores de água</p>', '', '', '', 'N', '', 'Y'),
(4556, 'es', 'Depuradores de água', '<p>Depuradores de água</p>', '', '', '', 'N', '', 'Y'),
(4556, 'pt', 'Depuradores de água', '<p>Depuradores de água</p>', '', '', '', 'N', '', 'Y'),
(4557, 'en', 'Descalcificantes', '<p>Descalcificantes</p>', '', '', '', 'N', '', 'Y'),
(4557, 'es', 'Descalcificantes', '<p>Descalcificantes</p>', '', '', '', 'N', '', 'Y'),
(4557, 'pt', 'Descalcificantes', '<p>Descalcificantes</p>', '', '', '', 'N', '', 'Y'),
(4558, 'en', 'Desinfetantes', '<p>Desinfetantes</p>', '', '', '', 'N', '', 'Y'),
(4558, 'es', 'Desinfetantes', '<p>Desinfetantes</p>', '', '', '', 'N', '', 'Y'),
(4558, 'pt', 'Desinfetantes', '<p>Desinfetantes</p>', '', '', '', 'N', '', 'Y'),
(4559, 'en', 'Higienizadores', '<p>Higienizadores</p>', '', '', '', 'N', '', 'Y'),
(4559, 'es', 'Higienizadores', '<p>Higienizadores</p>', '', '', '', 'N', '', 'Y'),
(4559, 'pt', 'Higienizadores', '<p>Higienizadores</p>', '', '', '', 'N', '', 'Y'),
(4560, 'en', 'Mofo/Removedores de Mofo', '<p>Mofo/Removedores de Mofo</p>', '', '', '', 'N', '', 'Y'),
(4560, 'es', 'Mofo/Removedores de Mofo', '<p>Mofo/Removedores de Mofo</p>', '', '', '', 'N', '', 'Y'),
(4560, 'pt', 'Mofo/Removedores de Mofo', '<p>Mofo/Removedores de Mofo</p>', '', '', '', 'N', '', 'Y'),
(4561, 'en', 'Outros produtos de limpeza', '<p>Outros produtos de limpeza</p>', '', '', '', 'N', '', 'Y'),
(4561, 'es', 'Outros produtos de limpeza', '<p>Outros produtos de limpeza</p>', '', '', '', 'N', '', 'Y'),
(4561, 'pt', 'Outros produtos de limpeza', '<p>Outros produtos de limpeza</p>', '', '', '', 'N', '', 'Y'),
(4562, 'en', 'Pacotes de Variedades para produtos de limpeza', '<p>Pacotes de Variedades para produtos de limpeza</p>', '', '', '', 'N', '', 'Y'),
(4562, 'es', 'Pacotes de Variedades para produtos de limpeza', '<p>Pacotes de Variedades para produtos de limpeza</p>', '', '', '', 'N', '', 'Y'),
(4562, 'pt', 'Pacotes de Variedades para produtos de limpeza', '<p>Pacotes de Variedades para produtos de limpeza</p>', '', '', '', 'N', '', 'Y'),
(4563, 'en', 'Produtos de Limpeza Sanitária', '<p>Produtos de Limpeza Sanitária</p>', '', '', '', 'N', '', 'Y'),
(4563, 'es', 'Produtos de Limpeza Sanitária', '<p>Produtos de Limpeza Sanitária</p>', '', '', '', 'N', '', 'Y'),
(4563, 'pt', 'Produtos de Limpeza Sanitária', '<p>Produtos de Limpeza Sanitária</p>', '', '', '', 'N', '', 'Y'),
(4564, 'en', 'Produtos para higiene do bebê', '<p>Produtos para higiene do bebê</p>', '', '', '', 'N', '', 'Y'),
(4564, 'es', 'Produtos para higiene do bebê', '<p>Produtos para higiene do bebê</p>', '', '', '', 'N', '', 'Y'),
(4564, 'pt', 'Produtos para higiene do bebê', '<p>Produtos para higiene do bebê</p>', '', '', '', 'N', '', 'Y'),
(4565, 'en', 'Produtos para limpeza de superfície', '<p>Produtos para limpeza de superfície</p>', '', '', '', 'N', '', 'Y'),
(4565, 'es', 'Produtos para limpeza de superfície', '<p>Produtos para limpeza de superfície</p>', '', '', '', 'N', '', 'Y'),
(4565, 'pt', 'Produtos para limpeza de superfície', '<p>Produtos para limpeza de superfície</p>', '', '', '', 'N', '', 'Y'),
(4566, 'en', 'Recursos para limpeza', '<p>Recursos para limpeza</p>', '', '', '', 'N', '', 'Y'),
(4566, 'es', 'Recursos para limpeza', '<p>Recursos para limpeza</p>', '', '', '', 'N', '', 'Y'),
(4566, 'pt', 'Recursos para limpeza', '<p>Recursos para limpeza</p>', '', '', '', 'N', '', 'Y'),
(4567, 'en', 'Removedores de manchas', '<p>Removedores de manchas</p>', '', '', '', 'N', '', 'Y'),
(4567, 'es', 'Removedores de manchas', '<p>Removedores de manchas</p>', '', '', '', 'N', '', 'Y'),
(4567, 'pt', 'Removedores de manchas', '<p>Removedores de manchas</p>', '', '', '', 'N', '', 'Y'),
(4568, 'en', 'Toalhas de papel', '<p>Toalhas de papel</p>', '', '', '', 'N', '', 'Y'),
(4568, 'es', 'Toalhas de papel', '<p>Toalhas de papel</p>', '', '', '', 'N', '', 'Y'),
(4568, 'pt', 'Toalhas de papel', '<p>Toalhas de papel</p>', '', '', '', 'N', '', 'Y'),
(4569, 'en', 'Tratamentos de esgoto / Desentupidores de cano', '<p>Tratamentos de esgoto / Desentupidores de cano</p>', '', '', '', 'N', '', 'Y'),
(4569, 'es', 'Tratamentos de esgoto / Desentupidores de cano', '<p>Tratamentos de esgoto / Desentupidores de cano</p>', '', '', '', 'N', '', 'Y'),
(4569, 'pt', 'Tratamentos de esgoto / Desentupidores de cano', '<p>Tratamentos de esgoto / Desentupidores de cano</p>', '', '', '', 'N', '', 'Y'),
(4570, 'en', 'Tratamentos para alimentos', '<p>Tratamentos para alimentos</p>', '', '', '', 'N', '', 'Y'),
(4570, 'es', 'Tratamentos para alimentos', '<p>Tratamentos para alimentos</p>', '', '', '', 'N', '', 'Y'),
(4570, 'pt', 'Tratamentos para alimentos', '<p>Tratamentos para alimentos</p>', '', '', '', 'N', '', 'Y'),
(4571, 'en', 'Pacotes de Variedade para Limpeza', '<p>Pacotes de Variedade para Limpeza</p>', '', '', '', 'N', '', 'Y'),
(4571, 'es', 'Pacotes de Variedade para Limpeza', '<p>Pacotes de Variedade para Limpeza</p>', '', '', '', 'N', '', 'Y'),
(4571, 'pt', 'Pacotes de Variedade para Limpeza', '<p>Pacotes de Variedade para Limpeza</p>', '', '', '', 'N', '', 'Y'),
(4572, 'en', 'Produtos para Coleta de Lixo', '<p>Produtos para Coleta de Lixo</p>', '', '', '', 'N', '', 'Y'),
(4572, 'es', 'Produtos para Coleta de Lixo', '<p>Produtos para Coleta de Lixo</p>', '', '', '', 'N', '', 'Y'),
(4572, 'pt', 'Produtos para Coleta de Lixo', '<p>Produtos para Coleta de Lixo</p>', '', '', '', 'N', '', 'Y'),
(4573, 'en', 'Cestos de Lixo/Resíduos', '<p>Cestos de Lixo/Resíduos</p>', '', '', '', 'N', '', 'Y'),
(4573, 'es', 'Cestos de Lixo/Resíduos', '<p>Cestos de Lixo/Resíduos</p>', '', '', '', 'N', '', 'Y'),
(4573, 'pt', 'Cestos de Lixo/Resíduos', '<p>Cestos de Lixo/Resíduos</p>', '', '', '', 'N', '', 'Y'),
(4574, 'en', 'Produtos para armazenamento de resíduos - outros', '<p>Produtos para armazenamento de resíduos - outros</p>', '', '', '', 'N', '', 'Y'),
(4574, 'es', 'Produtos para armazenamento de resíduos - outros', '<p>Produtos para armazenamento de resíduos - outros</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(4574, 'pt', 'Produtos para armazenamento de resíduos - outros', '<p>Produtos para armazenamento de resíduos - outros</p>', '', '', '', 'N', '', 'Y'),
(4575, 'en', 'Produtos para Armazenamento de Resíduos - pacotes de variedades', '<p>Produtos para Armazenamento de Resíduos - pacotes de variedades</p>', '', '', '', 'N', '', 'Y'),
(4575, 'es', 'Produtos para Armazenamento de Resíduos - pacotes de variedades', '<p>Produtos para Armazenamento de Resíduos - pacotes de variedades</p>', '', '', '', 'N', '', 'Y'),
(4575, 'pt', 'Produtos para Armazenamento de Resíduos - pacotes de variedades', '<p>Produtos para Armazenamento de Resíduos - pacotes de variedades</p>', '', '', '', 'N', '', 'Y'),
(4576, 'en', 'Produtos para Armazenamento de Resíduos - peças para reposição', '<p>Produtos para Armazenamento de Resíduos - peças para reposição</p>', '', '', '', 'N', '', 'Y'),
(4576, 'es', 'Produtos para Armazenamento de Resíduos - peças para reposição', '<p>Produtos para Armazenamento de Resíduos - peças para reposição</p>', '', '', '', 'N', '', 'Y'),
(4576, 'pt', 'Produtos para Armazenamento de Resíduos - peças para reposição', '<p>Produtos para Armazenamento de Resíduos - peças para reposição</p>', '', '', '', 'N', '', 'Y'),
(4577, 'en', 'Sacos de lixo', '<p>Sacos de lixo</p>', '', '', '', 'N', '', 'Y'),
(4577, 'es', 'Sacos de lixo', '<p>Sacos de lixo</p>', '', '', '', 'N', '', 'Y'),
(4577, 'pt', 'Sacos de lixo', '<p>Sacos de lixo</p>', '', '', '', 'N', '', 'Y'),
(4578, 'en', 'Suprimentos de Limpeza/Higiene', '<p>Suprimentos de Limpeza/Higiene</p>', '', '', '', 'N', '', 'Y'),
(4578, 'es', 'Suprimentos de Limpeza/Higiene', '<p>Suprimentos de Limpeza/Higiene</p>', '', '', '', 'N', '', 'Y'),
(4578, 'pt', 'Suprimentos de Limpeza/Higiene', '<p>Suprimentos de Limpeza/Higiene</p>', '', '', '', 'N', '', 'Y'),
(4579, 'en', 'Auxiliares de Limpeza', '<p>Auxiliares de Limpeza</p>', '', '', '', 'N', '', 'Y'),
(4579, 'es', 'Auxiliares de Limpeza', '<p>Auxiliares de Limpeza</p>', '', '', '', 'N', '', 'Y'),
(4579, 'pt', 'Auxiliares de Limpeza', '<p>Auxiliares de Limpeza</p>', '', '', '', 'N', '', 'Y'),
(4580, 'en', 'Baldes', '<p>Baldes</p>', '', '', '', 'N', '', 'Y'),
(4580, 'es', 'Baldes', '<p>Baldes</p>', '', '', '', 'N', '', 'Y'),
(4580, 'pt', 'Baldes', '<p>Baldes</p>', '', '', '', 'N', '', 'Y'),
(4581, 'en', 'Batedores de tapetes', '<p>Batedores de tapetes</p>', '', '', '', 'N', '', 'Y'),
(4581, 'es', 'Batedores de tapetes', '<p>Batedores de tapetes</p>', '', '', '', 'N', '', 'Y'),
(4581, 'pt', 'Batedores de tapetes', '<p>Batedores de tapetes</p>', '', '', '', 'N', '', 'Y'),
(4582, 'en', 'Conjuntos de Baldes para Esfregões', '<p>Conjuntos de Baldes para Esfregões</p>', '', '', '', 'N', '', 'Y'),
(4582, 'es', 'Conjuntos de Baldes para Esfregões', '<p>Conjuntos de Baldes para Esfregões</p>', '', '', '', 'N', '', 'Y'),
(4582, 'pt', 'Conjuntos de Baldes para Esfregões', '<p>Conjuntos de Baldes para Esfregões</p>', '', '', '', 'N', '', 'Y'),
(4583, 'en', 'Esfregões', '<p>Esfregões</p>', '', '', '', 'N', '', 'Y'),
(4583, 'es', 'Esfregões', '<p>Esfregões</p>', '', '', '', 'N', '', 'Y'),
(4583, 'pt', 'Esfregões', '<p>Esfregões</p>', '', '', '', 'N', '', 'Y'),
(4584, 'en', 'Esponjas Domésticas', '<p>Esponjas Domésticas</p>', '', '', '', 'N', '', 'Y'),
(4584, 'es', 'Esponjas Domésticas', '<p>Esponjas Domésticas</p>', '', '', '', 'N', '', 'Y'),
(4584, 'pt', 'Esponjas Domésticas', '<p>Esponjas Domésticas</p>', '', '', '', 'N', '', 'Y'),
(4585, 'en', 'Pacotes de Utensílios de Limpeza Variados', '<p>Pacotes de Utensílios de Limpeza Variados</p>', '', '', '', 'N', '', 'Y'),
(4585, 'es', 'Pacotes de Utensílios de Limpeza Variados', '<p>Pacotes de Utensílios de Limpeza Variados</p>', '', '', '', 'N', '', 'Y'),
(4585, 'pt', 'Pacotes de Utensílios de Limpeza Variados', '<p>Pacotes de Utensílios de Limpeza Variados</p>', '', '', '', 'N', '', 'Y'),
(4586, 'en', 'Panos de Limpeza', '<p>Panos de Limpeza</p>', '', '', '', 'N', '', 'Y'),
(4586, 'es', 'Panos de Limpeza', '<p>Panos de Limpeza</p>', '', '', '', 'N', '', 'Y'),
(4586, 'pt', 'Panos de Limpeza', '<p>Panos de Limpeza</p>', '', '', '', 'N', '', 'Y'),
(4587, 'en', 'Rodo de limpeza', '<p>Rodo de limpeza</p>', '', '', '', 'N', '', 'Y'),
(4587, 'es', 'Rodo de limpeza', '<p>Rodo de limpeza</p>', '', '', '', 'N', '', 'Y'),
(4587, 'pt', 'Rodo de limpeza', '<p>Rodo de limpeza</p>', '', '', '', 'N', '', 'Y'),
(4588, 'en', 'Vassouras (não elétricas)', '<p>Vassouras (não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(4588, 'es', 'Vassouras (não elétricas)', '<p>Vassouras (não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(4588, 'pt', 'Vassouras (não elétricas)', '<p>Vassouras (não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(4589, 'en', 'Vassouras/Escovas', '<p>Vassouras/Escovas</p>', '', '', '', 'N', '', 'Y'),
(4589, 'es', 'Vassouras/Escovas', '<p>Vassouras/Escovas</p>', '', '', '', 'N', '', 'Y'),
(4589, 'pt', 'Vassouras/Escovas', '<p>Vassouras/Escovas</p>', '', '', '', 'N', '', 'Y'),
(4590, 'en', 'Distribuidores do Produto Fornecido', '<p>Distribuidores do Produto Fornecido</p>', '', '', '', 'N', '', 'Y'),
(4590, 'es', 'Distribuidores do Produto Fornecido', '<p>Distribuidores do Produto Fornecido</p>', '', '', '', 'N', '', 'Y'),
(4590, 'pt', 'Distribuidores do Produto Fornecido', '<p>Distribuidores do Produto Fornecido</p>', '', '', '', 'N', '', 'Y'),
(4591, 'en', 'Formation', '<p>Formation</p>', '', '', '', 'N', '', 'Y'),
(4591, 'es', 'Formation', '<p>Formation</p>', '', '', '', 'N', '', 'Y'),
(4591, 'pt', 'Formation', '<p>Formation</p>', '', '', '', 'N', '', 'Y'),
(4592, 'en', 'Manual or Sensor', '<p>Manual or Sensor</p>', '', '', '', 'N', '', 'Y'),
(4592, 'es', 'Manual or Sensor', '<p>Manual or Sensor</p>', '', '', '', 'N', '', 'Y'),
(4592, 'pt', 'Manual or Sensor', '<p>Manual or Sensor</p>', '', '', '', 'N', '', 'Y'),
(4593, 'en', 'Product Dispensed', '<p>Product Dispensed</p>', '', '', '', 'N', '', 'Y'),
(4593, 'es', 'Product Dispensed', '<p>Product Dispensed</p>', '', '', '', 'N', '', 'Y'),
(4593, 'pt', 'Product Dispensed', '<p>Product Dispensed</p>', '', '', '', 'N', '', 'Y'),
(4594, 'en', 'Type of Material', '<p>Type of Material</p>', '', '', '', 'N', '', 'Y'),
(4594, 'es', 'Type of Material', '<p>Type of Material</p>', '', '', '', 'N', '', 'Y'),
(4594, 'pt', 'Type of Material', '<p>Type of Material</p>', '', '', '', 'N', '', 'Y'),
(4595, 'en', 'Lavanderia e Auxílios de Passar Roupa', '<p>Lavanderia e Auxílios de Passar Roupa</p>', '', '', '', 'N', '', 'Y'),
(4595, 'es', 'Lavanderia e Auxílios de Passar Roupa', '<p>Lavanderia e Auxílios de Passar Roupa</p>', '', '', '', 'N', '', 'Y'),
(4595, 'pt', 'Lavanderia e Auxílios de Passar Roupa', '<p>Lavanderia e Auxílios de Passar Roupa</p>', '', '', '', 'N', '', 'Y'),
(4596, 'en', 'Cabides de Roupas', '<p>Cabides de Roupas</p>', '', '', '', 'N', '', 'Y'),
(4596, 'es', 'Cabides de Roupas', '<p>Cabides de Roupas</p>', '', '', '', 'N', '', 'Y'),
(4596, 'pt', 'Cabides de Roupas', '<p>Cabides de Roupas</p>', '', '', '', 'N', '', 'Y'),
(4597, 'en', 'Cestos de Roupa', '<p>Cestos de Roupa</p>', '', '', '', 'N', '', 'Y'),
(4597, 'es', 'Cestos de Roupa', '<p>Cestos de Roupa</p>', '', '', '', 'N', '', 'Y'),
(4597, 'pt', 'Cestos de Roupa', '<p>Cestos de Roupa</p>', '', '', '', 'N', '', 'Y'),
(4598, 'en', 'Ferros de Passar Roupas (Elétricos)', '<p>Ferros de Passar Roupas (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4598, 'es', 'Ferros de Passar Roupas (Elétricos)', '<p>Ferros de Passar Roupas (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4598, 'pt', 'Ferros de Passar Roupas (Elétricos)', '<p>Ferros de Passar Roupas (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4599, 'en', 'Limpadores a Vapor', '<p>Limpadores a Vapor</p>', '', '', '', 'N', '', 'Y'),
(4599, 'es', 'Limpadores a Vapor', '<p>Limpadores a Vapor</p>', '', '', '', 'N', '', 'Y'),
(4599, 'pt', 'Limpadores a Vapor', '<p>Limpadores a Vapor</p>', '', '', '', 'N', '', 'Y'),
(4600, 'en', 'Ponto de Energia para Ferro a Vapor', '<p>Ponto de Energia para Ferro a Vapor</p>', '', '', '', 'N', '', 'Y'),
(4600, 'es', 'Ponto de Energia para Ferro a Vapor', '<p>Ponto de Energia para Ferro a Vapor</p>', '', '', '', 'N', '', 'Y'),
(4600, 'pt', 'Ponto de Energia para Ferro a Vapor', '<p>Ponto de Energia para Ferro a Vapor</p>', '', '', '', 'N', '', 'Y'),
(4601, 'en', 'Prensas de passar roupas', '<p>Prensas de passar roupas</p>', '', '', '', 'N', '', 'Y'),
(4601, 'es', 'Prensas de passar roupas', '<p>Prensas de passar roupas</p>', '', '', '', 'N', '', 'Y'),
(4601, 'pt', 'Prensas de passar roupas', '<p>Prensas de passar roupas</p>', '', '', '', 'N', '', 'Y'),
(4602, 'en', 'Rolo/Escova para Remoção de Fiapos de Roupas', '<p>Rolo/Escova para Remoção de Fiapos de Roupas</p>', '', '', '', 'N', '', 'Y'),
(4602, 'es', 'Rolo/Escova para Remoção de Fiapos de Roupas', '<p>Rolo/Escova para Remoção de Fiapos de Roupas</p>', '', '', '', 'N', '', 'Y'),
(4602, 'pt', 'Rolo/Escova para Remoção de Fiapos de Roupas', '<p>Rolo/Escova para Remoção de Fiapos de Roupas</p>', '', '', '', 'N', '', 'Y'),
(4603, 'en', 'Sacos para Lavagem de Roupas Delicadas', '<p>Sacos para Lavagem de Roupas Delicadas</p>', '', '', '', 'N', '', 'Y'),
(4603, 'es', 'Sacos para Lavagem de Roupas Delicadas', '<p>Sacos para Lavagem de Roupas Delicadas</p>', '', '', '', 'N', '', 'Y'),
(4603, 'pt', 'Sacos para Lavagem de Roupas Delicadas', '<p>Sacos para Lavagem de Roupas Delicadas</p>', '', '', '', 'N', '', 'Y'),
(4604, 'en', 'Secadores de Roupa (Não Elétricos)', '<p>Secadores de Roupa (Não Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4604, 'es', 'Secadores de Roupa (Não Elétricos)', '<p>Secadores de Roupa (Não Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4604, 'pt', 'Secadores de Roupa (Não Elétricos)', '<p>Secadores de Roupa (Não Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4605, 'en', 'Tábua de Passar Roupa (Elétrica)', '<p>Tábua de Passar Roupa (Elétrica)</p>', '', '', '', 'N', '', 'Y'),
(4605, 'es', 'Tábua de Passar Roupa (Elétrica)', '<p>Tábua de Passar Roupa (Elétrica)</p>', '', '', '', 'N', '', 'Y'),
(4605, 'pt', 'Tábua de Passar Roupa (Elétrica)', '<p>Tábua de Passar Roupa (Elétrica)</p>', '', '', '', 'N', '', 'Y'),
(4606, 'en', 'Tábuas de Passar (Não Elétricas)', '<p>Tábuas de Passar (Não Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(4606, 'es', 'Tábuas de Passar (Não Elétricas)', '<p>Tábuas de Passar (Não Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(4606, 'pt', 'Tábuas de Passar (Não Elétricas)', '<p>Tábuas de Passar (Não Elétricas)</p>', '', '', '', 'N', '', 'Y'),
(4607, 'en', 'Utensílios para Pendurar Roupas', '<p>Utensílios para Pendurar Roupas</p>', '', '', '', 'N', '', 'Y'),
(4607, 'es', 'Utensílios para Pendurar Roupas', '<p>Utensílios para Pendurar Roupas</p>', '', '', '', 'N', '', 'Y'),
(4607, 'pt', 'Utensílios para Pendurar Roupas', '<p>Utensílios para Pendurar Roupas</p>', '', '', '', 'N', '', 'Y'),
(4608, 'en', 'Produtos para Construção', '<p>Produtos para Construção</p>', '', '', '', 'N', '', 'Y'),
(4608, 'es', 'Produtos para Construção', '<p>Produtos para Construção</p>', '', '', '', 'N', '', 'Y'),
(4608, 'pt', 'Produtos para Construção', '<p>Produtos para Construção</p>', '', '', '', 'N', '', 'Y'),
(4609, 'en', 'Abrasivos', '<p>Abrasivos</p>', '', '', '', 'N', '', 'Y'),
(4609, 'es', 'Abrasivos', '<p>Abrasivos</p>', '', '', '', 'N', '', 'Y'),
(4609, 'pt', 'Abrasivos', '<p>Abrasivos</p>', '', '', '', 'N', '', 'Y'),
(4610, 'en', 'Asfalto/Concreto/Alvenaria', '<p>Asfalto/Concreto/Alvenaria</p>', '', '', '', 'N', '', 'Y'),
(4610, 'es', 'Asfalto/Concreto/Alvenaria', '<p>Asfalto/Concreto/Alvenaria</p>', '', '', '', 'N', '', 'Y'),
(4610, 'pt', 'Asfalto/Concreto/Alvenaria', '<p>Asfalto/Concreto/Alvenaria</p>', '', '', '', 'N', '', 'Y'),
(4611, 'en', 'Calhas/Drenos', '<p>Calhas/Drenos</p>', '', '', '', 'N', '', 'Y'),
(4611, 'es', 'Calhas/Drenos', '<p>Calhas/Drenos</p>', '', '', '', 'N', '', 'Y'),
(4611, 'pt', 'Calhas/Drenos', '<p>Calhas/Drenos</p>', '', '', '', 'N', '', 'Y'),
(4612, 'en', 'Capas de acesso/panéis', '<p>Capas de acesso/panéis</p>', '', '', '', 'N', '', 'Y'),
(4612, 'es', 'Capas de acesso/panéis', '<p>Capas de acesso/panéis</p>', '', '', '', 'N', '', 'Y'),
(4612, 'pt', 'Capas de acesso/panéis', '<p>Capas de acesso/panéis</p>', '', '', '', 'N', '', 'Y'),
(4613, 'en', 'Componentes estruturais/ Montagem', '<p>Componentes estruturais/ Montagem</p>', '', '', '', 'N', '', 'Y'),
(4613, 'es', 'Componentes estruturais/ Montagem', '<p>Componentes estruturais/ Montagem</p>', '', '', '', 'N', '', 'Y'),
(4613, 'pt', 'Componentes estruturais/ Montagem', '<p>Componentes estruturais/ Montagem</p>', '', '', '', 'N', '', 'Y'),
(4614, 'en', 'Estruturas de telhado / abrigo ao ar livre', '<p>Estruturas de telhado / abrigo ao ar livre</p>', '', '', '', 'N', '', 'Y'),
(4614, 'es', 'Estruturas de telhado / abrigo ao ar livre', '<p>Estruturas de telhado / abrigo ao ar livre</p>', '', '', '', 'N', '', 'Y'),
(4614, 'pt', 'Estruturas de telhado / abrigo ao ar livre', '<p>Estruturas de telhado / abrigo ao ar livre</p>', '', '', '', 'N', '', 'Y'),
(4615, 'en', 'Ferragens de fixação', '<p>Ferragens de fixação</p>', '', '', '', 'N', '', 'Y'),
(4615, 'es', 'Ferragens de fixação', '<p>Ferragens de fixação</p>', '', '', '', 'N', '', 'Y'),
(4615, 'pt', 'Ferragens de fixação', '<p>Ferragens de fixação</p>', '', '', '', 'N', '', 'Y'),
(4616, 'en', 'Ferragens para porta', '<p>Ferragens para porta</p>', '', '', '', 'N', '', 'Y'),
(4616, 'es', 'Ferragens para porta', '<p>Ferragens para porta</p>', '', '', '', 'N', '', 'Y'),
(4616, 'pt', 'Ferragens para porta', '<p>Ferragens para porta</p>', '', '', '', 'N', '', 'Y'),
(4617, 'en', 'Isolamentos', '<p>Isolamentos</p>', '', '', '', 'N', '', 'Y'),
(4617, 'es', 'Isolamentos', '<p>Isolamentos</p>', '', '', '', 'N', '', 'Y'),
(4617, 'pt', 'Isolamentos', '<p>Isolamentos</p>', '', '', '', 'N', '', 'Y'),
(4618, 'en', 'Janelas', '<p>Janelas</p>', '', '', '', 'N', '', 'Y'),
(4618, 'es', 'Janelas', '<p>Janelas</p>', '', '', '', 'N', '', 'Y'),
(4618, 'pt', 'Janelas', '<p>Janelas</p>', '', '', '', 'N', '', 'Y'),
(4619, 'en', 'Molduras/Serralherias/Peças para escadas', '<p>Molduras/Serralherias/Peças para escadas</p>', '', '', '', 'N', '', 'Y'),
(4619, 'es', 'Molduras/Serralherias/Peças para escadas', '<p>Molduras/Serralherias/Peças para escadas</p>', '', '', '', 'N', '', 'Y'),
(4619, 'pt', 'Molduras/Serralherias/Peças para escadas', '<p>Molduras/Serralherias/Peças para escadas</p>', '', '', '', 'N', '', 'Y'),
(4620, 'en', 'Pacotes com Variedade de Produtos para Construção', '<p>Pacotes com Variedade de Produtos para Construção</p>', '', '', '', 'N', '', 'Y'),
(4620, 'es', 'Pacotes com Variedade de Produtos para Construção', '<p>Pacotes com Variedade de Produtos para Construção</p>', '', '', '', 'N', '', 'Y'),
(4620, 'pt', 'Pacotes com Variedade de Produtos para Construção', '<p>Pacotes com Variedade de Produtos para Construção</p>', '', '', '', 'N', '', 'Y'),
(4621, 'en', 'Peças / acessórios para janelas', '<p>Peças / acessórios para janelas</p>', '', '', '', 'N', '', 'Y'),
(4621, 'es', 'Peças / acessórios para janelas', '<p>Peças / acessórios para janelas</p>', '', '', '', 'N', '', 'Y'),
(4621, 'pt', 'Peças / acessórios para janelas', '<p>Peças / acessórios para janelas</p>', '', '', '', 'N', '', 'Y'),
(4622, 'en', 'Peças de Cortinas/Acessórios', '<p>Peças de Cortinas/Acessórios</p>', '', '', '', 'N', '', 'Y'),
(4622, 'es', 'Peças de Cortinas/Acessórios', '<p>Peças de Cortinas/Acessórios</p>', '', '', '', 'N', '', 'Y'),
(4622, 'pt', 'Peças de Cortinas/Acessórios', '<p>Peças de Cortinas/Acessórios</p>', '', '', '', 'N', '', 'Y'),
(4623, 'en', 'Pintura', '<p>Pintura</p>', '', '', '', 'N', '', 'Y'),
(4623, 'es', 'Pintura', '<p>Pintura</p>', '', '', '', 'N', '', 'Y'),
(4623, 'pt', 'Pintura', '<p>Pintura</p>', '', '', '', 'N', '', 'Y'),
(4624, 'en', 'Plataformas/Corrimões', '<p>Plataformas/Corrimões</p>', '', '', '', 'N', '', 'Y'),
(4624, 'es', 'Plataformas/Corrimões', '<p>Plataformas/Corrimões</p>', '', '', '', 'N', '', 'Y'),
(4624, 'pt', 'Plataformas/Corrimões', '<p>Plataformas/Corrimões</p>', '', '', '', 'N', '', 'Y'),
(4625, 'en', 'Portas', '<p>Portas</p>', '', '', '', 'N', '', 'Y'),
(4625, 'es', 'Portas', '<p>Portas</p>', '', '', '', 'N', '', 'Y'),
(4625, 'pt', 'Portas', '<p>Portas</p>', '', '', '', 'N', '', 'Y'),
(4626, 'en', 'Produtos de construção - outros', '<p>Produtos de construção - outros</p>', '', '', '', 'N', '', 'Y'),
(4626, 'es', 'Produtos de construção - outros', '<p>Produtos de construção - outros</p>', '', '', '', 'N', '', 'Y'),
(4626, 'pt', 'Produtos de construção - outros', '<p>Produtos de construção - outros</p>', '', '', '', 'N', '', 'Y'),
(4627, 'en', 'Revestimento /Acabamentos exteriores', '<p>Revestimento /Acabamentos exteriores</p>', '', '', '', 'N', '', 'Y'),
(4627, 'es', 'Revestimento /Acabamentos exteriores', '<p>Revestimento /Acabamentos exteriores</p>', '', '', '', 'N', '', 'Y'),
(4627, 'pt', 'Revestimento /Acabamentos exteriores', '<p>Revestimento /Acabamentos exteriores</p>', '', '', '', 'N', '', 'Y'),
(4628, 'en', 'Revestimentos de parede / teto / piso', '<p>Revestimentos de parede / teto / piso</p>', '', '', '', 'N', '', 'Y'),
(4628, 'es', 'Revestimentos de parede / teto / piso', '<p>Revestimentos de parede / teto / piso</p>', '', '', '', 'N', '', 'Y'),
(4628, 'pt', 'Revestimentos de parede / teto / piso', '<p>Revestimentos de parede / teto / piso</p>', '', '', '', 'N', '', 'Y'),
(4629, 'en', 'Selante/Enchimento/Adesivos', '<p>Selante/Enchimento/Adesivos</p>', '', '', '', 'N', '', 'Y'),
(4629, 'es', 'Selante/Enchimento/Adesivos', '<p>Selante/Enchimento/Adesivos</p>', '', '', '', 'N', '', 'Y'),
(4629, 'pt', 'Selante/Enchimento/Adesivos', '<p>Selante/Enchimento/Adesivos</p>', '', '', '', 'N', '', 'Y'),
(4630, 'en', 'Tábuas/Painel de Madeira/Gesso', '<p>Tábuas/Painel de Madeira/Gesso</p>', '', '', '', 'N', '', 'Y'),
(4630, 'es', 'Tábuas/Painel de Madeira/Gesso', '<p>Tábuas/Painel de Madeira/Gesso</p>', '', '', '', 'N', '', 'Y'),
(4630, 'pt', 'Tábuas/Painel de Madeira/Gesso', '<p>Tábuas/Painel de Madeira/Gesso</p>', '', '', '', 'N', '', 'Y'),
(4631, 'en', 'Telhado', '<p>Telhado</p>', '', '', '', 'N', '', 'Y'),
(4631, 'es', 'Telhado', '<p>Telhado</p>', '', '', '', 'N', '', 'Y'),
(4631, 'pt', 'Telhado', '<p>Telhado</p>', '', '', '', 'N', '', 'Y'),
(4632, 'en', 'Vidros', '<p>Vidros</p>', '', '', '', 'N', '', 'Y'),
(4632, 'es', 'Vidros', '<p>Vidros</p>', '', '', '', 'N', '', 'Y'),
(4632, 'pt', 'Vidros', '<p>Vidros</p>', '', '', '', 'N', '', 'Y'),
(4633, 'en', 'Recipientes para armazenamento/transporte', '<p>Recipientes para armazenamento/transporte</p>', '', '', '', 'N', '', 'Y'),
(4633, 'es', 'Recipientes para armazenamento/transporte', '<p>Recipientes para armazenamento/transporte</p>', '', '', '', 'N', '', 'Y'),
(4633, 'pt', 'Recipientes para armazenamento/transporte', '<p>Recipientes para armazenamento/transporte</p>', '', '', '', 'N', '', 'Y'),
(4634, 'en', 'Caixas/caixotes/bandejas de armazenamento/transporte (vazias)', '<p>Caixas/caixotes/bandejas de armazenamento/transporte (vazias)</p>', '', '', '', 'N', '', 'Y'),
(4634, 'es', 'Caixas/caixotes/bandejas de armazenamento/transporte (vazias)', '<p>Caixas/caixotes/bandejas de armazenamento/transporte (vazias)</p>', '', '', '', 'N', '', 'Y'),
(4634, 'pt', 'Caixas/caixotes/bandejas de armazenamento/transporte (vazias)', '<p>Caixas/caixotes/bandejas de armazenamento/transporte (vazias)</p>', '', '', '', 'N', '', 'Y'),
(4635, 'en', 'Bandejas de Transporte/Armazenagem (Vazias)', '<p>Bandejas de Transporte/Armazenagem (Vazias)</p>', '', '', '', 'N', '', 'Y'),
(4635, 'es', 'Bandejas de Transporte/Armazenagem (Vazias)', '<p>Bandejas de Transporte/Armazenagem (Vazias)</p>', '', '', '', 'N', '', 'Y'),
(4635, 'pt', 'Bandejas de Transporte/Armazenagem (Vazias)', '<p>Bandejas de Transporte/Armazenagem (Vazias)</p>', '', '', '', 'N', '', 'Y'),
(4636, 'en', 'Caixas de armazenamento / transporte (vazias)', '<p>Caixas de armazenamento / transporte (vazias)</p>', '', '', '', 'N', '', 'Y'),
(4636, 'es', 'Caixas de armazenamento / transporte (vazias)', '<p>Caixas de armazenamento / transporte (vazias)</p>', '', '', '', 'N', '', 'Y'),
(4636, 'pt', 'Caixas de armazenamento / transporte (vazias)', '<p>Caixas de armazenamento / transporte (vazias)</p>', '', '', '', 'N', '', 'Y'),
(4637, 'en', 'Engradados de Transporte/Armazenagem (Vazios)', '<p>Engradados de Transporte/Armazenagem (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4637, 'es', 'Engradados de Transporte/Armazenagem (Vazios)', '<p>Engradados de Transporte/Armazenagem (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4637, 'pt', 'Engradados de Transporte/Armazenagem (Vazios)', '<p>Engradados de Transporte/Armazenagem (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4638, 'en', 'Contêineres de Carga para Transporte/Armazenagem (Vazios)', '<p>Contêineres de Carga para Transporte/Armazenagem (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4638, 'es', 'Contêineres de Carga para Transporte/Armazenagem (Vazios)', '<p>Contêineres de Carga para Transporte/Armazenagem (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4638, 'pt', 'Contêineres de Carga para Transporte/Armazenagem (Vazios)', '<p>Contêineres de Carga para Transporte/Armazenagem (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4639, 'en', 'Contêineres de Carga Flexível (Vazios)', '<p>Contêineres de Carga Flexível (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4639, 'es', 'Contêineres de Carga Flexível (Vazios)', '<p>Contêineres de Carga Flexível (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4639, 'pt', 'Contêineres de Carga Flexível (Vazios)', '<p>Contêineres de Carga Flexível (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4640, 'en', 'Contêineres de Frete Aéreo (Vazios)', '<p>Contêineres de Frete Aéreo (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4640, 'es', 'Contêineres de Frete Aéreo (Vazios)', '<p>Contêineres de Frete Aéreo (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4640, 'pt', 'Contêineres de Frete Aéreo (Vazios)', '<p>Contêineres de Frete Aéreo (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4641, 'en', 'Contêineres de Frete Intermodal Marítimo (Vazios)', '<p>Contêineres de Frete Intermodal Marítimo (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4641, 'es', 'Contêineres de Frete Intermodal Marítimo (Vazios)', '<p>Contêineres de Frete Intermodal Marítimo (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4641, 'pt', 'Contêineres de Frete Intermodal Marítimo (Vazios)', '<p>Contêineres de Frete Intermodal Marítimo (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4642, 'en', 'Contêineres Intermediários Rígidos a Granel (Vazios)', '<p>Contêineres Intermediários Rígidos a Granel (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4642, 'es', 'Contêineres Intermediários Rígidos a Granel (Vazios)', '<p>Contêineres Intermediários Rígidos a Granel (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4642, 'pt', 'Contêineres Intermediários Rígidos a Granel (Vazios)', '<p>Contêineres Intermediários Rígidos a Granel (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4643, 'en', 'Tanques de Transporte/Armazenagem (Vazios)', '<p>Tanques de Transporte/Armazenagem (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4643, 'es', 'Tanques de Transporte/Armazenagem (Vazios)', '<p>Tanques de Transporte/Armazenagem (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4643, 'pt', 'Tanques de Transporte/Armazenagem (Vazios)', '<p>Tanques de Transporte/Armazenagem (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4644, 'en', 'Equipamentos de Armazenagem/Transporte', '<p>Equipamentos de Armazenagem/Transporte</p>', '', '', '', 'N', '', 'Y'),
(4644, 'es', 'Equipamentos de Armazenagem/Transporte', '<p>Equipamentos de Armazenagem/Transporte</p>', '', '', '', 'N', '', 'Y'),
(4644, 'pt', 'Equipamentos de Armazenagem/Transporte', '<p>Equipamentos de Armazenagem/Transporte</p>', '', '', '', 'N', '', 'Y'),
(4645, 'en', 'Armações/Conversores de Palete', '<p>Armações/Conversores de Palete</p>', '', '', '', 'N', '', 'Y'),
(4645, 'es', 'Armações/Conversores de Palete', '<p>Armações/Conversores de Palete</p>', '', '', '', 'N', '', 'Y'),
(4645, 'pt', 'Armações/Conversores de Palete', '<p>Armações/Conversores de Palete</p>', '', '', '', 'N', '', 'Y'),
(4646, 'en', 'Folhas Intercalares', '<p>Folhas Intercalares</p>', '', '', '', 'N', '', 'Y'),
(4646, 'es', 'Folhas Intercalares', '<p>Folhas Intercalares</p>', '', '', '', 'N', '', 'Y'),
(4646, 'pt', 'Folhas Intercalares', '<p>Folhas Intercalares</p>', '', '', '', 'N', '', 'Y'),
(4647, 'en', 'Paletes', '<p>Paletes</p>', '', '', '', 'N', '', 'Y'),
(4647, 'es', 'Paletes', '<p>Paletes</p>', '', '', '', 'N', '', 'Y'),
(4647, 'pt', 'Paletes', '<p>Paletes</p>', '', '', '', 'N', '', 'Y'),
(4648, 'en', 'Plataformas Móveis de Transporte', '<p>Plataformas Móveis de Transporte</p>', '', '', '', 'N', '', 'Y'),
(4648, 'es', 'Plataformas Móveis de Transporte', '<p>Plataformas Móveis de Transporte</p>', '', '', '', 'N', '', 'Y'),
(4648, 'pt', 'Plataformas Móveis de Transporte', '<p>Plataformas Móveis de Transporte</p>', '', '', '', 'N', '', 'Y'),
(4649, 'en', 'Prateleiras', '<p>Prateleiras</p>', '', '', '', 'N', '', 'Y'),
(4649, 'es', 'Prateleiras', '<p>Prateleiras</p>', '', '', '', 'N', '', 'Y'),
(4649, 'pt', 'Prateleiras', '<p>Prateleiras</p>', '', '', '', 'N', '', 'Y'),
(4650, 'en', 'Garrafas/Cilindros/Barris de Armazenagem (Vazios)', '<p>Garrafas/Cilindros/Barris de Armazenagem (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4650, 'es', 'Garrafas/Cilindros/Barris de Armazenagem (Vazios)', '<p>Garrafas/Cilindros/Barris de Armazenagem (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4650, 'pt', 'Garrafas/Cilindros/Barris de Armazenagem (Vazios)', '<p>Garrafas/Cilindros/Barris de Armazenagem (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4651, 'en', 'Garrafas/Cilindros de Armazenagem (Vazios)', '<p>Garrafas/Cilindros de Armazenagem (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4651, 'es', 'Garrafas/Cilindros de Armazenagem (Vazios)', '<p>Garrafas/Cilindros de Armazenagem (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4651, 'pt', 'Garrafas/Cilindros de Armazenagem (Vazios)', '<p>Garrafas/Cilindros de Armazenagem (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4652, 'en', 'Cilindros Portáteis de Armazenagem (Vazios)', '<p>Cilindros Portáteis de Armazenagem (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4652, 'es', 'Cilindros Portáteis de Armazenagem (Vazios)', '<p>Cilindros Portáteis de Armazenagem (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4652, 'pt', 'Cilindros Portáteis de Armazenagem (Vazios)', '<p>Cilindros Portáteis de Armazenagem (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4653, 'en', 'Garrafas de Armazenagem (Vazias)', '<p>Garrafas de Armazenagem (Vazias)</p>', '', '', '', 'N', '', 'Y'),
(4653, 'es', 'Garrafas de Armazenagem (Vazias)', '<p>Garrafas de Armazenagem (Vazias)</p>', '', '', '', 'N', '', 'Y'),
(4653, 'pt', 'Garrafas de Armazenagem (Vazias)', '<p>Garrafas de Armazenagem (Vazias)</p>', '', '', '', 'N', '', 'Y'),
(4654, 'en', 'Tambores/Barris de Armazenagem (Vazios)', '<p>Tambores/Barris de Armazenagem (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4654, 'es', 'Tambores/Barris de Armazenagem (Vazios)', '<p>Tambores/Barris de Armazenagem (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4654, 'pt', 'Tambores/Barris de Armazenagem (Vazios)', '<p>Tambores/Barris de Armazenagem (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4655, 'en', 'Barris de Armazenagem (Vazios)', '<p>Barris de Armazenagem (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4655, 'es', 'Barris de Armazenagem (Vazios)', '<p>Barris de Armazenagem (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4655, 'pt', 'Barris de Armazenagem (Vazios)', '<p>Barris de Armazenagem (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4656, 'en', 'Tambores de Armazenagem (Vazios)', '<p>Tambores de Armazenagem (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4656, 'es', 'Tambores de Armazenagem (Vazios)', '<p>Tambores de Armazenagem (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4656, 'pt', 'Tambores de Armazenagem (Vazios)', '<p>Tambores de Armazenagem (Vazios)</p>', '', '', '', 'N', '', 'Y'),
(4657, 'en', 'Segmento Transversal', '<p>Segmento Transversal</p>', '', '', '', 'N', '', 'Y'),
(4657, 'es', 'Segmento Transversal', '<p>Segmento Transversal</p>', '', '', '', 'N', '', 'Y'),
(4657, 'pt', 'Segmento Transversal', '<p>Segmento Transversal</p>', '', '', '', 'N', '', 'Y'),
(4658, 'en', 'Segmento Transversal', '<p>Segmento Transversal</p>', '', '', '', 'N', '', 'Y'),
(4658, 'es', 'Segmento Transversal', '<p>Segmento Transversal</p>', '', '', '', 'N', '', 'Y'),
(4658, 'pt', 'Segmento Transversal', '<p>Segmento Transversal</p>', '', '', '', 'N', '', 'Y'),
(4659, 'en', 'Segurança / Proteção - Bricolagem', '<p>Segurança / Proteção - Bricolagem</p>', '', '', '', 'N', '', 'Y'),
(4659, 'es', 'Segurança / Proteção - Bricolagem', '<p>Segurança / Proteção - Bricolagem</p>', '', '', '', 'N', '', 'Y'),
(4659, 'pt', 'Segurança / Proteção - Bricolagem', '<p>Segurança / Proteção - Bricolagem</p>', '', '', '', 'N', '', 'Y'),
(4660, 'en', 'Assistência pessoal de proteção - Bricolagem', '<p>Assistência pessoal de proteção - Bricolagem</p>', '', '', '', 'N', '', 'Y'),
(4660, 'es', 'Assistência pessoal de proteção - Bricolagem', '<p>Assistência pessoal de proteção - Bricolagem</p>', '', '', '', 'N', '', 'Y'),
(4660, 'pt', 'Assistência pessoal de proteção - Bricolagem', '<p>Assistência pessoal de proteção - Bricolagem</p>', '', '', '', 'N', '', 'Y'),
(4661, 'en', 'Segurança / Vigilância', '<p>Segurança / Vigilância</p>', '', '', '', 'N', '', 'Y'),
(4661, 'es', 'Segurança / Vigilância', '<p>Segurança / Vigilância</p>', '', '', '', 'N', '', 'Y'),
(4661, 'pt', 'Segurança / Vigilância', '<p>Segurança / Vigilância</p>', '', '', '', 'N', '', 'Y'),
(4662, 'en', 'Pacotes de Variedades de Segurança/Vigilância', '<p>Pacotes de Variedades de Segurança/Vigilância</p>', '', '', '', 'N', '', 'Y'),
(4662, 'es', 'Pacotes de Variedades de Segurança/Vigilância', '<p>Pacotes de Variedades de Segurança/Vigilância</p>', '', '', '', 'N', '', 'Y'),
(4662, 'pt', 'Pacotes de Variedades de Segurança/Vigilância', '<p>Pacotes de Variedades de Segurança/Vigilância</p>', '', '', '', 'N', '', 'Y'),
(4663, 'en', 'Pacotes de Variedades de Segurança/Vigilância', '<p>Pacotes de Variedades de Segurança/Vigilância</p>', '', '', '', 'N', '', 'Y'),
(4663, 'es', 'Pacotes de Variedades de Segurança/Vigilância', '<p>Pacotes de Variedades de Segurança/Vigilância</p>', '', '', '', 'N', '', 'Y'),
(4663, 'pt', 'Pacotes de Variedades de Segurança/Vigilância', '<p>Pacotes de Variedades de Segurança/Vigilância</p>', '', '', '', 'N', '', 'Y'),
(4664, 'en', 'Segurança Ambiental', '<p>Segurança Ambiental</p>', '', '', '', 'N', '', 'Y'),
(4664, 'es', 'Segurança Ambiental', '<p>Segurança Ambiental</p>', '', '', '', 'N', '', 'Y'),
(4664, 'pt', 'Segurança Ambiental', '<p>Segurança Ambiental</p>', '', '', '', 'N', '', 'Y'),
(4665, 'en', 'Produtos de Segurança contra Desastre Natural/Climático', '<p>Produtos de Segurança contra Desastre Natural/Climático</p>', '', '', '', 'N', '', 'Y'),
(4665, 'es', 'Produtos de Segurança contra Desastre Natural/Climático', '<p>Produtos de Segurança contra Desastre Natural/Climático</p>', '', '', '', 'N', '', 'Y'),
(4665, 'pt', 'Produtos de Segurança contra Desastre Natural/Climático', '<p>Produtos de Segurança contra Desastre Natural/Climático</p>', '', '', '', 'N', '', 'Y'),
(4666, 'en', 'Abrigos contra Tempestade', '<p>Abrigos contra Tempestade</p>', '', '', '', 'N', '', 'Y'),
(4666, 'es', 'Abrigos contra Tempestade', '<p>Abrigos contra Tempestade</p>', '', '', '', 'N', '', 'Y'),
(4666, 'pt', 'Abrigos contra Tempestade', '<p>Abrigos contra Tempestade</p>', '', '', '', 'N', '', 'Y'),
(4667, 'en', 'Acessórios/Para-Raios', '<p>Acessórios/Para-Raios</p>', '', '', '', 'N', '', 'Y'),
(4667, 'es', 'Acessórios/Para-Raios', '<p>Acessórios/Para-Raios</p>', '', '', '', 'N', '', 'Y'),
(4667, 'pt', 'Acessórios/Para-Raios', '<p>Acessórios/Para-Raios</p>', '', '', '', 'N', '', 'Y'),
(4668, 'en', 'Boias de Salvação/Coletes salva-vidas', '<p>Boias de Salvação/Coletes salva-vidas</p>', '', '', '', 'N', '', 'Y'),
(4668, 'es', 'Boias de Salvação/Coletes salva-vidas', '<p>Boias de Salvação/Coletes salva-vidas</p>', '', '', '', 'N', '', 'Y'),
(4668, 'pt', 'Boias de Salvação/Coletes salva-vidas', '<p>Boias de Salvação/Coletes salva-vidas</p>', '', '', '', 'N', '', 'Y'),
(4669, 'en', 'Buzinas de Névoa/Ar', '<p>Buzinas de Névoa/Ar</p>', '', '', '', 'N', '', 'Y'),
(4669, 'es', 'Buzinas de Névoa/Ar', '<p>Buzinas de Névoa/Ar</p>', '', '', '', 'N', '', 'Y'),
(4669, 'pt', 'Buzinas de Névoa/Ar', '<p>Buzinas de Névoa/Ar</p>', '', '', '', 'N', '', 'Y'),
(4670, 'en', 'Chartplotters eletrônicos marítimos', '<p>Chartplotters eletrônicos marítimos</p>', '', '', '', 'N', '', 'Y'),
(4670, 'es', 'Chartplotters eletrônicos marítimos', '<p>Chartplotters eletrônicos marítimos</p>', '', '', '', 'N', '', 'Y'),
(4670, 'pt', 'Chartplotters eletrônicos marítimos', '<p>Chartplotters eletrônicos marítimos</p>', '', '', '', 'N', '', 'Y'),
(4671, 'en', 'Detectores de Raios - Elétricos', '<p>Detectores de Raios - Elétricos</p>', '', '', '', 'N', '', 'Y'),
(4671, 'es', 'Detectores de Raios - Elétricos', '<p>Detectores de Raios - Elétricos</p>', '', '', '', 'N', '', 'Y'),
(4671, 'pt', 'Detectores de Raios - Elétricos', '<p>Detectores de Raios - Elétricos</p>', '', '', '', 'N', '', 'Y'),
(4672, 'en', 'Fitas de segurança de Isolamento', '<p>Fitas de segurança de Isolamento</p>', '', '', '', 'N', '', 'Y'),
(4672, 'es', 'Fitas de segurança de Isolamento', '<p>Fitas de segurança de Isolamento</p>', '', '', '', 'N', '', 'Y'),
(4672, 'pt', 'Fitas de segurança de Isolamento', '<p>Fitas de segurança de Isolamento</p>', '', '', '', 'N', '', 'Y'),
(4673, 'en', 'Jangadas/Cintos Salva-Vidas/Almofadas de Flutuação', '<p>Jangadas/Cintos Salva-Vidas/Almofadas de Flutuação</p>', '', '', '', 'N', '', 'Y'),
(4673, 'es', 'Jangadas/Cintos Salva-Vidas/Almofadas de Flutuação', '<p>Jangadas/Cintos Salva-Vidas/Almofadas de Flutuação</p>', '', '', '', 'N', '', 'Y'),
(4673, 'pt', 'Jangadas/Cintos Salva-Vidas/Almofadas de Flutuação', '<p>Jangadas/Cintos Salva-Vidas/Almofadas de Flutuação</p>', '', '', '', 'N', '', 'Y'),
(4674, 'en', 'Pacotes de variedade de produtos de segurança contra desastre Natural/Climático', '<p>Pacotes de variedade de produtos de segurança contra desastre Natural/Climático</p>', '', '', '', 'N', '', 'Y'),
(4674, 'es', 'Pacotes de variedade de produtos de segurança contra desastre Natural/Climático', '<p>Pacotes de variedade de produtos de segurança contra desastre Natural/Climático</p>', '', '', '', 'N', '', 'Y'),
(4674, 'pt', 'Pacotes de variedade de produtos de segurança contra desastre Natural/Climático', '<p>Pacotes de variedade de produtos de segurança contra desastre Natural/Climático</p>', '', '', '', 'N', '', 'Y'),
(4675, 'en', 'Produtos para derreter pedras de gelo/sal', '<p>Produtos para derreter pedras de gelo/sal</p>', '', '', '', 'N', '', 'Y'),
(4675, 'es', 'Produtos para derreter pedras de gelo/sal', '<p>Produtos para derreter pedras de gelo/sal</p>', '', '', '', 'N', '', 'Y'),
(4675, 'pt', 'Produtos para derreter pedras de gelo/sal', '<p>Produtos para derreter pedras de gelo/sal</p>', '', '', '', 'N', '', 'Y'),
(4676, 'en', 'Sacos de Areia/Proteções contra Inundação', '<p>Sacos de Areia/Proteções contra Inundação</p>', '', '', '', 'N', '', 'Y'),
(4676, 'es', 'Sacos de Areia/Proteções contra Inundação', '<p>Sacos de Areia/Proteções contra Inundação</p>', '', '', '', 'N', '', 'Y'),
(4676, 'pt', 'Sacos de Areia/Proteções contra Inundação', '<p>Sacos de Areia/Proteções contra Inundação</p>', '', '', '', 'N', '', 'Y'),
(4677, 'en', 'Sistemas de Radar para Navegação Marítima', '<p>Sistemas de Radar para Navegação Marítima</p>', '', '', '', 'N', '', 'Y'),
(4677, 'es', 'Sistemas de Radar para Navegação Marítima', '<p>Sistemas de Radar para Navegação Marítima</p>', '', '', '', 'N', '', 'Y'),
(4677, 'pt', 'Sistemas de Radar para Navegação Marítima', '<p>Sistemas de Radar para Navegação Marítima</p>', '', '', '', 'N', '', 'Y'),
(4678, 'en', 'Software de Navegação Marítima', '<p>Software de Navegação Marítima</p>', '', '', '', 'N', '', 'Y'),
(4678, 'es', 'Software de Navegação Marítima', '<p>Software de Navegação Marítima</p>', '', '', '', 'N', '', 'Y'),
(4678, 'pt', 'Software de Navegação Marítima', '<p>Software de Navegação Marítima</p>', '', '', '', 'N', '', 'Y'),
(4679, 'en', 'Transponders', '<p>Transponders</p>', '', '', '', 'N', '', 'Y'),
(4679, 'es', 'Transponders', '<p>Transponders</p>', '', '', '', 'N', '', 'Y'),
(4679, 'pt', 'Transponders', '<p>Transponders</p>', '', '', '', 'N', '', 'Y'),
(4680, 'en', 'Produtos de Segurança Química/Incêndio Ambiental', '<p>Produtos de Segurança Química/Incêndio Ambiental</p>', '', '', '', 'N', '', 'Y'),
(4680, 'es', 'Produtos de Segurança Química/Incêndio Ambiental', '<p>Produtos de Segurança Química/Incêndio Ambiental</p>', '', '', '', 'N', '', 'Y'),
(4680, 'pt', 'Produtos de Segurança Química/Incêndio Ambiental', '<p>Produtos de Segurança Química/Incêndio Ambiental</p>', '', '', '', 'N', '', 'Y'),
(4681, 'en', 'Alarmes Públicos de Incêndio', '<p>Alarmes Públicos de Incêndio</p>', '', '', '', 'N', '', 'Y'),
(4681, 'es', 'Alarmes Públicos de Incêndio', '<p>Alarmes Públicos de Incêndio</p>', '', '', '', 'N', '', 'Y'),
(4681, 'pt', 'Alarmes Públicos de Incêndio', '<p>Alarmes Públicos de Incêndio</p>', '', '', '', 'N', '', 'Y'),
(4682, 'en', 'Escadas/Rampas de Incêndio', '<p>Escadas/Rampas de Incêndio</p>', '', '', '', 'N', '', 'Y'),
(4682, 'es', 'Escadas/Rampas de Incêndio', '<p>Escadas/Rampas de Incêndio</p>', '', '', '', 'N', '', 'Y'),
(4682, 'pt', 'Escadas/Rampas de Incêndio', '<p>Escadas/Rampas de Incêndio</p>', '', '', '', 'N', '', 'Y'),
(4683, 'en', 'Pacotes de Variedade de Produtos de Segurança Química/Incêndio Ambiental', '<p>Pacotes de Variedade de Produtos de Segurança Química/Incêndio Ambiental</p>', '', '', '', 'N', '', 'Y'),
(4683, 'es', 'Pacotes de Variedade de Produtos de Segurança Química/Incêndio Ambiental', '<p>Pacotes de Variedade de Produtos de Segurança Química/Incêndio Ambiental</p>', '', '', '', 'N', '', 'Y'),
(4683, 'pt', 'Pacotes de Variedade de Produtos de Segurança Química/Incêndio Ambiental', '<p>Pacotes de Variedade de Produtos de Segurança Química/Incêndio Ambiental</p>', '', '', '', 'N', '', 'Y'),
(4684, 'en', 'Respiradores/Capas de Fumaça', '<p>Respiradores/Capas de Fumaça</p>', '', '', '', 'N', '', 'Y'),
(4684, 'es', 'Respiradores/Capas de Fumaça', '<p>Respiradores/Capas de Fumaça</p>', '', '', '', 'N', '', 'Y'),
(4684, 'pt', 'Respiradores/Capas de Fumaça', '<p>Respiradores/Capas de Fumaça</p>', '', '', '', 'N', '', 'Y'),
(4685, 'en', 'Retardadores/Inibidores de Incêndio', '<p>Retardadores/Inibidores de Incêndio</p>', '', '', '', 'N', '', 'Y'),
(4685, 'es', 'Retardadores/Inibidores de Incêndio', '<p>Retardadores/Inibidores de Incêndio</p>', '', '', '', 'N', '', 'Y'),
(4685, 'pt', 'Retardadores/Inibidores de Incêndio', '<p>Retardadores/Inibidores de Incêndio</p>', '', '', '', 'N', '', 'Y'),
(4686, 'en', 'Segurança Pessoal', '<p>Segurança Pessoal</p>', '', '', '', 'N', '', 'Y'),
(4686, 'es', 'Segurança Pessoal', '<p>Segurança Pessoal</p>', '', '', '', 'N', '', 'Y'),
(4686, 'pt', 'Segurança Pessoal', '<p>Segurança Pessoal</p>', '', '', '', 'N', '', 'Y'),
(4687, 'en', 'Alarmes Corporais', '<p>Alarmes Corporais</p>', '', '', '', 'N', '', 'Y'),
(4687, 'es', 'Alarmes Corporais', '<p>Alarmes Corporais</p>', '', '', '', 'N', '', 'Y'),
(4687, 'pt', 'Alarmes Corporais', '<p>Alarmes Corporais</p>', '', '', '', 'N', '', 'Y'),
(4688, 'en', 'Alarmes de Chaveiro', '<p>Alarmes de Chaveiro</p>', '', '', '', 'N', '', 'Y'),
(4688, 'es', 'Alarmes de Chaveiro', '<p>Alarmes de Chaveiro</p>', '', '', '', 'N', '', 'Y'),
(4688, 'pt', 'Alarmes de Chaveiro', '<p>Alarmes de Chaveiro</p>', '', '', '', 'N', '', 'Y'),
(4689, 'en', 'Alarmes Pessoais de Bagagem', '<p>Alarmes Pessoais de Bagagem</p>', '', '', '', 'N', '', 'Y'),
(4689, 'es', 'Alarmes Pessoais de Bagagem', '<p>Alarmes Pessoais de Bagagem</p>', '', '', '', 'N', '', 'Y'),
(4689, 'pt', 'Alarmes Pessoais de Bagagem', '<p>Alarmes Pessoais de Bagagem</p>', '', '', '', 'N', '', 'Y'),
(4690, 'en', 'Apitos de Emergência', '<p>Apitos de Emergência</p>', '', '', '', 'N', '', 'Y'),
(4690, 'es', 'Apitos de Emergência', '<p>Apitos de Emergência</p>', '', '', '', 'N', '', 'Y'),
(4690, 'pt', 'Apitos de Emergência', '<p>Apitos de Emergência</p>', '', '', '', 'N', '', 'Y'),
(4691, 'en', 'Armas Imobilizadoras', '<p>Armas Imobilizadoras</p>', '', '', '', 'N', '', 'Y'),
(4691, 'es', 'Armas Imobilizadoras', '<p>Armas Imobilizadoras</p>', '', '', '', 'N', '', 'Y'),
(4691, 'pt', 'Armas Imobilizadoras', '<p>Armas Imobilizadoras</p>', '', '', '', 'N', '', 'Y'),
(4692, 'en', 'Cobertores/Sacos de Dormir Emergenciais para Sobrevivência', '<p>Cobertores/Sacos de Dormir Emergenciais para Sobrevivência</p>', '', '', '', 'N', '', 'Y'),
(4692, 'es', 'Cobertores/Sacos de Dormir Emergenciais para Sobrevivência', '<p>Cobertores/Sacos de Dormir Emergenciais para Sobrevivência</p>', '', '', '', 'N', '', 'Y'),
(4692, 'pt', 'Cobertores/Sacos de Dormir Emergenciais para Sobrevivência', '<p>Cobertores/Sacos de Dormir Emergenciais para Sobrevivência</p>', '', '', '', 'N', '', 'Y'),
(4693, 'en', 'Luzes de Segurança Pessoal', '<p>Luzes de Segurança Pessoal</p>', '', '', '', 'N', '', 'Y'),
(4693, 'es', 'Luzes de Segurança Pessoal', '<p>Luzes de Segurança Pessoal</p>', '', '', '', 'N', '', 'Y'),
(4693, 'pt', 'Luzes de Segurança Pessoal', '<p>Luzes de Segurança Pessoal</p>', '', '', '', 'N', '', 'Y'),
(4694, 'en', 'Pacotes de Variedades de Dispositivos de Segurança Pessoal', '<p>Pacotes de Variedades de Dispositivos de Segurança Pessoal</p>', '', '', '', 'N', '', 'Y'),
(4694, 'es', 'Pacotes de Variedades de Dispositivos de Segurança Pessoal', '<p>Pacotes de Variedades de Dispositivos de Segurança Pessoal</p>', '', '', '', 'N', '', 'Y'),
(4694, 'pt', 'Pacotes de Variedades de Dispositivos de Segurança Pessoal', '<p>Pacotes de Variedades de Dispositivos de Segurança Pessoal</p>', '', '', '', 'N', '', 'Y'),
(4695, 'en', 'Peças e acessórios para reposição de veículos controlados remotamente', '<p>Peças e acessórios para reposição de veículos controlados remotamente</p>', '', '', '', 'N', '', 'Y'),
(4695, 'es', 'Peças e acessórios para reposição de veículos controlados remotamente', '<p>Peças e acessórios para reposição de veículos controlados remotamente</p>', '', '', '', 'N', '', 'Y'),
(4695, 'pt', 'Peças e acessórios para reposição de veículos controlados remotamente', '<p>Peças e acessórios para reposição de veículos controlados remotamente</p>', '', '', '', 'N', '', 'Y'),
(4696, 'en', 'Sinais/Luzes de Segurança Pessoal', '<p>Sinais/Luzes de Segurança Pessoal</p>', '', '', '', 'N', '', 'Y'),
(4696, 'es', 'Sinais/Luzes de Segurança Pessoal', '<p>Sinais/Luzes de Segurança Pessoal</p>', '', '', '', 'N', '', 'Y'),
(4696, 'pt', 'Sinais/Luzes de Segurança Pessoal', '<p>Sinais/Luzes de Segurança Pessoal</p>', '', '', '', 'N', '', 'Y'),
(4697, 'en', 'Sprays de Autodefesa', '<p>Sprays de Autodefesa</p>', '', '', '', 'N', '', 'Y'),
(4697, 'es', 'Sprays de Autodefesa', '<p>Sprays de Autodefesa</p>', '', '', '', 'N', '', 'Y'),
(4697, 'pt', 'Sprays de Autodefesa', '<p>Sprays de Autodefesa</p>', '', '', '', 'N', '', 'Y'),
(4698, 'en', 'Veículos com Controle Remoto', '<p>Veículos com Controle Remoto</p>', '', '', '', 'N', '', 'Y'),
(4698, 'es', 'Veículos com Controle Remoto', '<p>Veículos com Controle Remoto</p>', '', '', '', 'N', '', 'Y'),
(4698, 'pt', 'Veículos com Controle Remoto', '<p>Veículos com Controle Remoto</p>', '', '', '', 'N', '', 'Y'),
(4699, 'en', 'Webcams Usáveis sem fio (Vigilância Inversa)', '<p>Webcams Usáveis sem fio (Vigilância Inversa)</p>', '', '', '', 'N', '', 'Y'),
(4699, 'es', 'Webcams Usáveis sem fio (Vigilância Inversa)', '<p>Webcams Usáveis sem fio (Vigilância Inversa)</p>', '', '', '', 'N', '', 'Y'),
(4699, 'pt', 'Webcams Usáveis sem fio (Vigilância Inversa)', '<p>Webcams Usáveis sem fio (Vigilância Inversa)</p>', '', '', '', 'N', '', 'Y'),
(4700, 'en', 'Segurança/Vigilância', '<p>Segurança/Vigilância</p>', '', '', '', 'N', '', 'Y'),
(4700, 'es', 'Segurança/Vigilância', '<p>Segurança/Vigilância</p>', '', '', '', 'N', '', 'Y'),
(4700, 'pt', 'Segurança/Vigilância', '<p>Segurança/Vigilância</p>', '', '', '', 'N', '', 'Y'),
(4701, 'en', 'Cercados para bebês', '<p>Cercados para bebês</p>', '', '', '', 'N', '', 'Y'),
(4701, 'es', 'Cercados para bebês', '<p>Cercados para bebês</p>', '', '', '', 'N', '', 'Y'),
(4701, 'pt', 'Cercados para bebês', '<p>Cercados para bebês</p>', '', '', '', 'N', '', 'Y'),
(4702, 'en', 'Cinto de segurança para bebês', '<p>Cinto de segurança para bebês</p>', '', '', '', 'N', '', 'Y'),
(4702, 'es', 'Cinto de segurança para bebês', '<p>Cinto de segurança para bebês</p>', '', '', '', 'N', '', 'Y'),
(4702, 'pt', 'Cinto de segurança para bebês', '<p>Cinto de segurança para bebês</p>', '', '', '', 'N', '', 'Y'),
(4703, 'en', 'Monitoramento de Segurança do bebê (Não automático)', '<p>Monitoramento de Segurança do bebê (Não automático)</p>', '', '', '', 'N', '', 'Y'),
(4703, 'es', 'Monitoramento de Segurança do bebê (Não automático)', '<p>Monitoramento de Segurança do bebê (Não automático)</p>', '', '', '', 'N', '', 'Y'),
(4703, 'pt', 'Monitoramento de Segurança do bebê (Não automático)', '<p>Monitoramento de Segurança do bebê (Não automático)</p>', '', '', '', 'N', '', 'Y'),
(4704, 'en', 'Monitoramento para Segurança do Bebê (automático)', '<p>Monitoramento para Segurança do Bebê (automático)</p>', '', '', '', 'N', '', 'Y'),
(4704, 'es', 'Monitoramento para Segurança do Bebê (automático)', '<p>Monitoramento para Segurança do Bebê (automático)</p>', '', '', '', 'N', '', 'Y'),
(4704, 'pt', 'Monitoramento para Segurança do Bebê (automático)', '<p>Monitoramento para Segurança do Bebê (automático)</p>', '', '', '', 'N', '', 'Y'),
(4705, 'en', 'Proteção e Segurança do Bebê (Não automática)', '<p>Proteção e Segurança do Bebê (Não automática)</p>', '', '', '', 'N', '', 'Y'),
(4705, 'es', 'Proteção e Segurança do Bebê (Não automática)', '<p>Proteção e Segurança do Bebê (Não automática)</p>', '', '', '', 'N', '', 'Y'),
(4705, 'pt', 'Proteção e Segurança do Bebê (Não automática)', '<p>Proteção e Segurança do Bebê (Não automática)</p>', '', '', '', 'N', '', 'Y'),
(4706, 'en', 'Segurança/Vigilância para bebês - outros', '<p>Segurança/Vigilância para bebês - outros</p>', '', '', '', 'N', '', 'Y'),
(4706, 'es', 'Segurança/Vigilância para bebês - outros', '<p>Segurança/Vigilância para bebês - outros</p>', '', '', '', 'N', '', 'Y'),
(4706, 'pt', 'Segurança/Vigilância para bebês - outros', '<p>Segurança/Vigilância para bebês - outros</p>', '', '', '', 'N', '', 'Y'),
(4707, 'en', 'Segurança/Vigilância para bebês - Pacotes de Variedades', '<p>Segurança/Vigilância para bebês - Pacotes de Variedades</p>', '', '', '', 'N', '', 'Y'),
(4707, 'es', 'Segurança/Vigilância para bebês - Pacotes de Variedades', '<p>Segurança/Vigilância para bebês - Pacotes de Variedades</p>', '', '', '', 'N', '', 'Y'),
(4707, 'pt', 'Segurança/Vigilância para bebês - Pacotes de Variedades', '<p>Segurança/Vigilância para bebês - Pacotes de Variedades</p>', '', '', '', 'N', '', 'Y'),
(4708, 'en', 'Segurança/Vigilância para bebês - Peças de reposição', '<p>Segurança/Vigilância para bebês - Peças de reposição</p>', '', '', '', 'N', '', 'Y'),
(4708, 'es', 'Segurança/Vigilância para bebês - Peças de reposição', '<p>Segurança/Vigilância para bebês - Peças de reposição</p>', '', '', '', 'N', '', 'Y'),
(4708, 'pt', 'Segurança/Vigilância para bebês - Peças de reposição', '<p>Segurança/Vigilância para bebês - Peças de reposição</p>', '', '', '', 'N', '', 'Y'),
(4709, 'en', 'Segurança/vigilância doméstica/comercial', '<p>Segurança/vigilância doméstica/comercial</p>', '', '', '', 'N', '', 'Y'),
(4709, 'es', 'Segurança/vigilância doméstica/comercial', '<p>Segurança/vigilância doméstica/comercial</p>', '', '', '', 'N', '', 'Y'),
(4709, 'pt', 'Segurança/vigilância doméstica/comercial', '<p>Segurança/vigilância doméstica/comercial</p>', '', '', '', 'N', '', 'Y'),
(4710, 'en', 'Barreiras', '<p>Barreiras</p>', '', '', '', 'N', '', 'Y'),
(4710, 'es', 'Barreiras', '<p>Barreiras</p>', '', '', '', 'N', '', 'Y'),
(4710, 'pt', 'Barreiras', '<p>Barreiras</p>', '', '', '', 'N', '', 'Y'),
(4711, 'en', 'If Automatic', '<p>If Automatic</p>', '', '', '', 'N', '', 'Y'),
(4711, 'es', 'If Automatic', '<p>If Automatic</p>', '', '', '', 'N', '', 'Y'),
(4711, 'pt', 'If Automatic', '<p>If Automatic</p>', '', '', '', 'N', '', 'Y'),
(4712, 'en', 'Cofres', '<p>Cofres</p>', '', '', '', 'N', '', 'Y'),
(4712, 'es', 'Cofres', '<p>Cofres</p>', '', '', '', 'N', '', 'Y'),
(4712, 'pt', 'Cofres', '<p>Cofres</p>', '', '', '', 'N', '', 'Y'),
(4713, 'en', 'If Fire Resistant', '<p>If Fire Resistant</p>', '', '', '', 'N', '', 'Y'),
(4713, 'es', 'If Fire Resistant', '<p>If Fire Resistant</p>', '', '', '', 'N', '', 'Y'),
(4713, 'pt', 'If Fire Resistant', '<p>If Fire Resistant</p>', '', '', '', 'N', '', 'Y'),
(4714, 'en', 'Type of Safe', '<p>Type of Safe</p>', '', '', '', 'N', '', 'Y'),
(4714, 'es', 'Type of Safe', '<p>Type of Safe</p>', '', '', '', 'N', '', 'Y'),
(4714, 'pt', 'Type of Safe', '<p>Type of Safe</p>', '', '', '', 'N', '', 'Y'),
(4715, 'en', 'Controle de Multidão', '<p>Controle de Multidão</p>', '', '', '', 'N', '', 'Y'),
(4715, 'es', 'Controle de Multidão', '<p>Controle de Multidão</p>', '', '', '', 'N', '', 'Y'),
(4715, 'pt', 'Controle de Multidão', '<p>Controle de Multidão</p>', '', '', '', 'N', '', 'Y'),
(4716, 'en', 'Installation Type', '<p>Installation Type</p>', '', '', '', 'N', '', 'Y'),
(4716, 'es', 'Installation Type', '<p>Installation Type</p>', '', '', '', 'N', '', 'Y'),
(4716, 'pt', 'Installation Type', '<p>Installation Type</p>', '', '', '', 'N', '', 'Y'),
(4717, 'en', 'Retractable System', '<p>Retractable System</p>', '', '', '', 'N', '', 'Y'),
(4717, 'es', 'Retractable System', '<p>Retractable System</p>', '', '', '', 'N', '', 'Y'),
(4717, 'pt', 'Retractable System', '<p>Retractable System</p>', '', '', '', 'N', '', 'Y'),
(4718, 'en', 'Equipamento de Vigilância Residencial/Empresarial', '<p>Equipamento de Vigilância Residencial/Empresarial</p>', '', '', '', 'N', '', 'Y'),
(4718, 'es', 'Equipamento de Vigilância Residencial/Empresarial', '<p>Equipamento de Vigilância Residencial/Empresarial</p>', '', '', '', 'N', '', 'Y'),
(4718, 'pt', 'Equipamento de Vigilância Residencial/Empresarial', '<p>Equipamento de Vigilância Residencial/Empresarial</p>', '', '', '', 'N', '', 'Y'),
(4719, 'en', 'Câmeras de Vigilância/Gravadores de Vídeo', '<p>Câmeras de Vigilância/Gravadores de Vídeo</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(4719, 'es', 'Câmeras de Vigilância/Gravadores de Vídeo', '<p>Câmeras de Vigilância/Gravadores de Vídeo</p>', '', '', '', 'N', '', 'Y'),
(4719, 'pt', 'Câmeras de Vigilância/Gravadores de Vídeo', '<p>Câmeras de Vigilância/Gravadores de Vídeo</p>', '', '', '', 'N', '', 'Y'),
(4720, 'en', 'Equipamento de Escuta/Depuração', '<p>Equipamento de Escuta/Depuração</p>', '', '', '', 'N', '', 'Y'),
(4720, 'es', 'Equipamento de Escuta/Depuração', '<p>Equipamento de Escuta/Depuração</p>', '', '', '', 'N', '', 'Y'),
(4720, 'pt', 'Equipamento de Escuta/Depuração', '<p>Equipamento de Escuta/Depuração</p>', '', '', '', 'N', '', 'Y'),
(4721, 'en', 'Espelhos Exteriores Convexos', '<p>Espelhos Exteriores Convexos</p>', '', '', '', 'N', '', 'Y'),
(4721, 'es', 'Espelhos Exteriores Convexos', '<p>Espelhos Exteriores Convexos</p>', '', '', '', 'N', '', 'Y'),
(4721, 'pt', 'Espelhos Exteriores Convexos', '<p>Espelhos Exteriores Convexos</p>', '', '', '', 'N', '', 'Y'),
(4722, 'en', 'Luzes de Segurança', '<p>Luzes de Segurança</p>', '', '', '', 'N', '', 'Y'),
(4722, 'es', 'Luzes de Segurança', '<p>Luzes de Segurança</p>', '', '', '', 'N', '', 'Y'),
(4722, 'pt', 'Luzes de Segurança', '<p>Luzes de Segurança</p>', '', '', '', 'N', '', 'Y'),
(4723, 'en', 'Pacotes de Variedade de Equipamentos de Vigilância Residencial/Empresarial', '<p>Pacotes de Variedade de Equipamentos de Vigilância Residencial/Empresarial</p>', '', '', '', 'N', '', 'Y'),
(4723, 'es', 'Pacotes de Variedade de Equipamentos de Vigilância Residencial/Empresarial', '<p>Pacotes de Variedade de Equipamentos de Vigilância Residencial/Empresarial</p>', '', '', '', 'N', '', 'Y'),
(4723, 'pt', 'Pacotes de Variedade de Equipamentos de Vigilância Residencial/Empresarial', '<p>Pacotes de Variedade de Equipamentos de Vigilância Residencial/Empresarial</p>', '', '', '', 'N', '', 'Y'),
(4724, 'en', 'Sensores de Som/Luz/Movimento', '<p>Sensores de Som/Luz/Movimento</p>', '', '', '', 'N', '', 'Y'),
(4724, 'es', 'Sensores de Som/Luz/Movimento', '<p>Sensores de Som/Luz/Movimento</p>', '', '', '', 'N', '', 'Y'),
(4724, 'pt', 'Sensores de Som/Luz/Movimento', '<p>Sensores de Som/Luz/Movimento</p>', '', '', '', 'N', '', 'Y'),
(4725, 'en', 'Extintores de Incêndio para Empresas/Residências', '<p>Extintores de Incêndio para Empresas/Residências</p>', '', '', '', 'N', '', 'Y'),
(4725, 'es', 'Extintores de Incêndio para Empresas/Residências', '<p>Extintores de Incêndio para Empresas/Residências</p>', '', '', '', 'N', '', 'Y'),
(4725, 'pt', 'Extintores de Incêndio para Empresas/Residências', '<p>Extintores de Incêndio para Empresas/Residências</p>', '', '', '', 'N', '', 'Y'),
(4726, 'en', 'Extintores de incêndio - Pressurizados', '<p>Extintores de incêndio - Pressurizados</p>', '', '', '', 'N', '', 'Y'),
(4726, 'es', 'Extintores de incêndio - Pressurizados', '<p>Extintores de incêndio - Pressurizados</p>', '', '', '', 'N', '', 'Y'),
(4726, 'pt', 'Extintores de incêndio - Pressurizados', '<p>Extintores de incêndio - Pressurizados</p>', '', '', '', 'N', '', 'Y'),
(4727, 'en', 'Mangueiras de Incêndio', '<p>Mangueiras de Incêndio</p>', '', '', '', 'N', '', 'Y'),
(4727, 'es', 'Mangueiras de Incêndio', '<p>Mangueiras de Incêndio</p>', '', '', '', 'N', '', 'Y'),
(4727, 'pt', 'Mangueiras de Incêndio', '<p>Mangueiras de Incêndio</p>', '', '', '', 'N', '', 'Y'),
(4728, 'en', 'Mantas de Incêndio', '<p>Mantas de Incêndio</p>', '', '', '', 'N', '', 'Y'),
(4728, 'es', 'Mantas de Incêndio', '<p>Mantas de Incêndio</p>', '', '', '', 'N', '', 'Y'),
(4728, 'pt', 'Mantas de Incêndio', '<p>Mantas de Incêndio</p>', '', '', '', 'N', '', 'Y'),
(4729, 'en', 'Pacotes de Variedade de Extintores de Incêndio Residenciais/Empresariais', '<p>Pacotes de Variedade de Extintores de Incêndio Residenciais/Empresariais</p>', '', '', '', 'N', '', 'Y'),
(4729, 'es', 'Pacotes de Variedade de Extintores de Incêndio Residenciais/Empresariais', '<p>Pacotes de Variedade de Extintores de Incêndio Residenciais/Empresariais</p>', '', '', '', 'N', '', 'Y'),
(4729, 'pt', 'Pacotes de Variedade de Extintores de Incêndio Residenciais/Empresariais', '<p>Pacotes de Variedade de Extintores de Incêndio Residenciais/Empresariais</p>', '', '', '', 'N', '', 'Y'),
(4730, 'en', 'Pacotes de Variedades de Segurança/Vigilância para Empresas/Casas', '<p>Pacotes de Variedades de Segurança/Vigilância para Empresas/Casas</p>', '', '', '', 'N', '', 'Y'),
(4730, 'es', 'Pacotes de Variedades de Segurança/Vigilância para Empresas/Casas', '<p>Pacotes de Variedades de Segurança/Vigilância para Empresas/Casas</p>', '', '', '', 'N', '', 'Y'),
(4730, 'pt', 'Pacotes de Variedades de Segurança/Vigilância para Empresas/Casas', '<p>Pacotes de Variedades de Segurança/Vigilância para Empresas/Casas</p>', '', '', '', 'N', '', 'Y'),
(4731, 'en', 'Produtos de Segurança para Perímetro/Janela/Porta', '<p>Produtos de Segurança para Perímetro/Janela/Porta</p>', '', '', '', 'N', '', 'Y'),
(4731, 'es', 'Produtos de Segurança para Perímetro/Janela/Porta', '<p>Produtos de Segurança para Perímetro/Janela/Porta</p>', '', '', '', 'N', '', 'Y'),
(4731, 'pt', 'Produtos de Segurança para Perímetro/Janela/Porta', '<p>Produtos de Segurança para Perímetro/Janela/Porta</p>', '', '', '', 'N', '', 'Y'),
(4732, 'en', 'Barras/Painéis/Persianas contra roubo pela Janela', '<p>Barras/Painéis/Persianas contra roubo pela Janela</p>', '', '', '', 'N', '', 'Y'),
(4732, 'es', 'Barras/Painéis/Persianas contra roubo pela Janela', '<p>Barras/Painéis/Persianas contra roubo pela Janela</p>', '', '', '', 'N', '', 'Y'),
(4732, 'pt', 'Barras/Painéis/Persianas contra roubo pela Janela', '<p>Barras/Painéis/Persianas contra roubo pela Janela</p>', '', '', '', 'N', '', 'Y'),
(4733, 'en', 'Campainhas Inteligentes', '<p>Campainhas Inteligentes</p>', '', '', '', 'N', '', 'Y'),
(4733, 'es', 'Campainhas Inteligentes', '<p>Campainhas Inteligentes</p>', '', '', '', 'N', '', 'Y'),
(4733, 'pt', 'Campainhas Inteligentes', '<p>Campainhas Inteligentes</p>', '', '', '', 'N', '', 'Y'),
(4734, 'en', 'Chaves/Cadeados/Trincos para Janela/Portão/Porta', '<p>Chaves/Cadeados/Trincos para Janela/Portão/Porta</p>', '', '', '', 'N', '', 'Y'),
(4734, 'es', 'Chaves/Cadeados/Trincos para Janela/Portão/Porta', '<p>Chaves/Cadeados/Trincos para Janela/Portão/Porta</p>', '', '', '', 'N', '', 'Y'),
(4734, 'pt', 'Chaves/Cadeados/Trincos para Janela/Portão/Porta', '<p>Chaves/Cadeados/Trincos para Janela/Portão/Porta</p>', '', '', '', 'N', '', 'Y'),
(4735, 'en', 'Correntes para Porta', '<p>Correntes para Porta</p>', '', '', '', 'N', '', 'Y'),
(4735, 'es', 'Correntes para Porta', '<p>Correntes para Porta</p>', '', '', '', 'N', '', 'Y'),
(4735, 'pt', 'Correntes para Porta', '<p>Correntes para Porta</p>', '', '', '', 'N', '', 'Y'),
(4736, 'en', 'Interfones de entrada em portão/porta', '<p>Interfones de entrada em portão/porta</p>', '', '', '', 'N', '', 'Y'),
(4736, 'es', 'Interfones de entrada em portão/porta', '<p>Interfones de entrada em portão/porta</p>', '', '', '', 'N', '', 'Y'),
(4736, 'pt', 'Interfones de entrada em portão/porta', '<p>Interfones de entrada em portão/porta</p>', '', '', '', 'N', '', 'Y'),
(4737, 'en', 'Pacotes de variedade de produtos de segurança para Perímetro/Janela/Porta', '<p>Pacotes de variedade de produtos de segurança para Perímetro/Janela/Porta</p>', '', '', '', 'N', '', 'Y'),
(4737, 'es', 'Pacotes de variedade de produtos de segurança para Perímetro/Janela/Porta', '<p>Pacotes de variedade de produtos de segurança para Perímetro/Janela/Porta</p>', '', '', '', 'N', '', 'Y'),
(4737, 'pt', 'Pacotes de variedade de produtos de segurança para Perímetro/Janela/Porta', '<p>Pacotes de variedade de produtos de segurança para Perímetro/Janela/Porta</p>', '', '', '', 'N', '', 'Y'),
(4738, 'en', 'Portas/Portões de Segurança', '<p>Portas/Portões de Segurança</p>', '', '', '', 'N', '', 'Y'),
(4738, 'es', 'Portas/Portões de Segurança', '<p>Portas/Portões de Segurança</p>', '', '', '', 'N', '', 'Y'),
(4738, 'pt', 'Portas/Portões de Segurança', '<p>Portas/Portões de Segurança</p>', '', '', '', 'N', '', 'Y'),
(4739, 'en', 'Produto de segurança anti-subida / de impedimento', '<p>Produto de segurança anti-subida / de impedimento</p>', '', '', '', 'N', '', 'Y'),
(4739, 'es', 'Produto de segurança anti-subida / de impedimento', '<p>Produto de segurança anti-subida / de impedimento</p>', '', '', '', 'N', '', 'Y'),
(4739, 'pt', 'Produto de segurança anti-subida / de impedimento', '<p>Produto de segurança anti-subida / de impedimento</p>', '', '', '', 'N', '', 'Y'),
(4740, 'en', 'Sistemas de segurança para controle de acesso', '<p>Sistemas de segurança para controle de acesso</p>', '', '', '', 'N', '', 'Y'),
(4740, 'es', 'Sistemas de segurança para controle de acesso', '<p>Sistemas de segurança para controle de acesso</p>', '', '', '', 'N', '', 'Y'),
(4740, 'pt', 'Sistemas de segurança para controle de acesso', '<p>Sistemas de segurança para controle de acesso</p>', '', '', '', 'N', '', 'Y'),
(4741, 'en', 'Visores de Porta/Portão', '<p>Visores de Porta/Portão</p>', '', '', '', 'N', '', 'Y'),
(4741, 'es', 'Visores de Porta/Portão', '<p>Visores de Porta/Portão</p>', '', '', '', 'N', '', 'Y'),
(4741, 'pt', 'Visores de Porta/Portão', '<p>Visores de Porta/Portão</p>', '', '', '', 'N', '', 'Y'),
(4742, 'en', 'Sistemas de alarme', '<p>Sistemas de alarme</p>', '', '', '', 'N', '', 'Y'),
(4742, 'es', 'Sistemas de alarme', '<p>Sistemas de alarme</p>', '', '', '', 'N', '', 'Y'),
(4742, 'pt', 'Sistemas de alarme', '<p>Sistemas de alarme</p>', '', '', '', 'N', '', 'Y'),
(4743, 'en', 'Alarmes contra roubos', '<p>Alarmes contra roubos</p>', '', '', '', 'N', '', 'Y'),
(4743, 'es', 'Alarmes contra roubos', '<p>Alarmes contra roubos</p>', '', '', '', 'N', '', 'Y'),
(4743, 'pt', 'Alarmes contra roubos', '<p>Alarmes contra roubos</p>', '', '', '', 'N', '', 'Y'),
(4744, 'en', 'Detector de quebra de vidro', '<p>Detector de quebra de vidro</p>', '', '', '', 'N', '', 'Y'),
(4744, 'es', 'Detector de quebra de vidro', '<p>Detector de quebra de vidro</p>', '', '', '', 'N', '', 'Y'),
(4744, 'pt', 'Detector de quebra de vidro', '<p>Detector de quebra de vidro</p>', '', '', '', 'N', '', 'Y'),
(4745, 'en', 'Detectores de gás / calor / fumaça', '<p>Detectores de gás / calor / fumaça</p>', '', '', '', 'N', '', 'Y'),
(4745, 'es', 'Detectores de gás / calor / fumaça', '<p>Detectores de gás / calor / fumaça</p>', '', '', '', 'N', '', 'Y'),
(4745, 'pt', 'Detectores de gás / calor / fumaça', '<p>Detectores de gás / calor / fumaça</p>', '', '', '', 'N', '', 'Y'),
(4746, 'en', 'Peças/Acessórios de reposição para sistemas de alarme', '<p>Peças/Acessórios de reposição para sistemas de alarme</p>', '', '', '', 'N', '', 'Y'),
(4746, 'es', 'Peças/Acessórios de reposição para sistemas de alarme', '<p>Peças/Acessórios de reposição para sistemas de alarme</p>', '', '', '', 'N', '', 'Y'),
(4746, 'pt', 'Peças/Acessórios de reposição para sistemas de alarme', '<p>Peças/Acessórios de reposição para sistemas de alarme</p>', '', '', '', 'N', '', 'Y'),
(4747, 'en', 'Serviços / Máquinas de Venda', '<p>Serviços / Máquinas de Venda</p>', '', '', '', 'N', '', 'Y'),
(4747, 'es', 'Serviços / Máquinas de Venda', '<p>Serviços / Máquinas de Venda</p>', '', '', '', 'N', '', 'Y'),
(4747, 'pt', 'Serviços / Máquinas de Venda', '<p>Serviços / Máquinas de Venda</p>', '', '', '', 'N', '', 'Y'),
(4748, 'en', 'Construção civil e serviços relacionados', '<p>Construção civil e serviços relacionados</p>', '', '', '', 'N', '', 'Y'),
(4748, 'es', 'Construção civil e serviços relacionados', '<p>Construção civil e serviços relacionados</p>', '', '', '', 'N', '', 'Y'),
(4748, 'pt', 'Construção civil e serviços relacionados', '<p>Construção civil e serviços relacionados</p>', '', '', '', 'N', '', 'Y'),
(4749, 'en', 'Construção civil e serviços relacionados', '<p>Construção civil e serviços relacionados</p>', '', '', '', 'N', '', 'Y'),
(4749, 'es', 'Construção civil e serviços relacionados', '<p>Construção civil e serviços relacionados</p>', '', '', '', 'N', '', 'Y'),
(4749, 'pt', 'Construção civil e serviços relacionados', '<p>Construção civil e serviços relacionados</p>', '', '', '', 'N', '', 'Y'),
(4750, 'en', 'Máquinas de Venda Automática', '<p>Máquinas de Venda Automática</p>', '', '', '', 'N', '', 'Y'),
(4750, 'es', 'Máquinas de Venda Automática', '<p>Máquinas de Venda Automática</p>', '', '', '', 'N', '', 'Y'),
(4750, 'pt', 'Máquinas de Venda Automática', '<p>Máquinas de Venda Automática</p>', '', '', '', 'N', '', 'Y'),
(4751, 'en', 'Máquinas de Venda Automática', '<p>Máquinas de Venda Automática</p>', '', '', '', 'N', '', 'Y'),
(4751, 'es', 'Máquinas de Venda Automática', '<p>Máquinas de Venda Automática</p>', '', '', '', 'N', '', 'Y'),
(4751, 'pt', 'Máquinas de Venda Automática', '<p>Máquinas de Venda Automática</p>', '', '', '', 'N', '', 'Y'),
(4752, 'en', 'Unidade de Controle Operada por Moedas', '<p>Unidade de Controle Operada por Moedas</p>', '', '', '', 'N', '', 'Y'),
(4752, 'es', 'Unidade de Controle Operada por Moedas', '<p>Unidade de Controle Operada por Moedas</p>', '', '', '', 'N', '', 'Y'),
(4752, 'pt', 'Unidade de Controle Operada por Moedas', '<p>Unidade de Controle Operada por Moedas</p>', '', '', '', 'N', '', 'Y'),
(4753, 'en', 'Serviços ambientais e de energia', '<p>Serviços ambientais e de energia</p>', '', '', '', 'N', '', 'Y'),
(4753, 'es', 'Serviços ambientais e de energia', '<p>Serviços ambientais e de energia</p>', '', '', '', 'N', '', 'Y'),
(4753, 'pt', 'Serviços ambientais e de energia', '<p>Serviços ambientais e de energia</p>', '', '', '', 'N', '', 'Y'),
(4754, 'en', 'Serviços ambientais', '<p>Serviços ambientais</p>', '', '', '', 'N', '', 'Y'),
(4754, 'es', 'Serviços ambientais', '<p>Serviços ambientais</p>', '', '', '', 'N', '', 'Y'),
(4754, 'pt', 'Serviços ambientais', '<p>Serviços ambientais</p>', '', '', '', 'N', '', 'Y'),
(4755, 'en', 'Serviços de Energia', '<p>Serviços de Energia</p>', '', '', '', 'N', '', 'Y'),
(4755, 'es', 'Serviços de Energia', '<p>Serviços de Energia</p>', '', '', '', 'N', '', 'Y'),
(4755, 'pt', 'Serviços de Energia', '<p>Serviços de Energia</p>', '', '', '', 'N', '', 'Y'),
(4756, 'en', 'Serviços Científicos e Tecnológicos', '<p>Serviços Científicos e Tecnológicos</p>', '', '', '', 'N', '', 'Y'),
(4756, 'es', 'Serviços Científicos e Tecnológicos', '<p>Serviços Científicos e Tecnológicos</p>', '', '', '', 'N', '', 'Y'),
(4756, 'pt', 'Serviços Científicos e Tecnológicos', '<p>Serviços Científicos e Tecnológicos</p>', '', '', '', 'N', '', 'Y'),
(4757, 'en', 'Serviços Científicos e Tecnológicos', '<p>Serviços Científicos e Tecnológicos</p>', '', '', '', 'N', '', 'Y'),
(4757, 'es', 'Serviços Científicos e Tecnológicos', '<p>Serviços Científicos e Tecnológicos</p>', '', '', '', 'N', '', 'Y'),
(4757, 'pt', 'Serviços Científicos e Tecnológicos', '<p>Serviços Científicos e Tecnológicos</p>', '', '', '', 'N', '', 'Y'),
(4758, 'en', 'Serviços corporativos e comerciais', '<p>Serviços corporativos e comerciais</p>', '', '', '', 'N', '', 'Y'),
(4758, 'es', 'Serviços corporativos e comerciais', '<p>Serviços corporativos e comerciais</p>', '', '', '', 'N', '', 'Y'),
(4758, 'pt', 'Serviços corporativos e comerciais', '<p>Serviços corporativos e comerciais</p>', '', '', '', 'N', '', 'Y'),
(4759, 'en', 'Negócios e Serviços de Consultoria', '<p>Negócios e Serviços de Consultoria</p>', '', '', '', 'N', '', 'Y'),
(4759, 'es', 'Negócios e Serviços de Consultoria', '<p>Negócios e Serviços de Consultoria</p>', '', '', '', 'N', '', 'Y'),
(4759, 'pt', 'Negócios e Serviços de Consultoria', '<p>Negócios e Serviços de Consultoria</p>', '', '', '', 'N', '', 'Y'),
(4760, 'en', 'Serviço de arquitetura e engenharia', '<p>Serviço de arquitetura e engenharia</p>', '', '', '', 'N', '', 'Y'),
(4760, 'es', 'Serviço de arquitetura e engenharia', '<p>Serviço de arquitetura e engenharia</p>', '', '', '', 'N', '', 'Y'),
(4760, 'pt', 'Serviço de arquitetura e engenharia', '<p>Serviço de arquitetura e engenharia</p>', '', '', '', 'N', '', 'Y'),
(4761, 'en', 'Serviço de Informática e Tecnologia', '<p>Serviço de Informática e Tecnologia</p>', '', '', '', 'N', '', 'Y'),
(4761, 'es', 'Serviço de Informática e Tecnologia', '<p>Serviço de Informática e Tecnologia</p>', '', '', '', 'N', '', 'Y'),
(4761, 'pt', 'Serviço de Informática e Tecnologia', '<p>Serviço de Informática e Tecnologia</p>', '', '', '', 'N', '', 'Y'),
(4762, 'en', 'Serviços Contábeis', '<p>Serviços Contábeis</p>', '', '', '', 'N', '', 'Y'),
(4762, 'es', 'Serviços Contábeis', '<p>Serviços Contábeis</p>', '', '', '', 'N', '', 'Y'),
(4762, 'pt', 'Serviços Contábeis', '<p>Serviços Contábeis</p>', '', '', '', 'N', '', 'Y'),
(4763, 'en', 'Serviços Jurídicos', '<p>Serviços Jurídicos</p>', '', '', '', 'N', '', 'Y'),
(4763, 'es', 'Serviços Jurídicos', '<p>Serviços Jurídicos</p>', '', '', '', 'N', '', 'Y'),
(4763, 'pt', 'Serviços Jurídicos', '<p>Serviços Jurídicos</p>', '', '', '', 'N', '', 'Y'),
(4764, 'en', 'Serviços publicitários', '<p>Serviços publicitários</p>', '', '', '', 'N', '', 'Y'),
(4764, 'es', 'Serviços publicitários', '<p>Serviços publicitários</p>', '', '', '', 'N', '', 'Y'),
(4764, 'pt', 'Serviços publicitários', '<p>Serviços publicitários</p>', '', '', '', 'N', '', 'Y'),
(4765, 'en', 'Serviços de Comida / Bebida e Acomodação', '<p>Serviços de Comida / Bebida e Acomodação</p>', '', '', '', 'N', '', 'Y'),
(4765, 'es', 'Serviços de Comida / Bebida e Acomodação', '<p>Serviços de Comida / Bebida e Acomodação</p>', '', '', '', 'N', '', 'Y'),
(4765, 'pt', 'Serviços de Comida / Bebida e Acomodação', '<p>Serviços de Comida / Bebida e Acomodação</p>', '', '', '', 'N', '', 'Y'),
(4766, 'en', 'Serviços de Acomodação Temporária', '<p>Serviços de Acomodação Temporária</p>', '', '', '', 'N', '', 'Y'),
(4766, 'es', 'Serviços de Acomodação Temporária', '<p>Serviços de Acomodação Temporária</p>', '', '', '', 'N', '', 'Y'),
(4766, 'pt', 'Serviços de Acomodação Temporária', '<p>Serviços de Acomodação Temporária</p>', '', '', '', 'N', '', 'Y'),
(4767, 'en', 'Serviços de Comidas e Bebidas', '<p>Serviços de Comidas e Bebidas</p>', '', '', '', 'N', '', 'Y'),
(4767, 'es', 'Serviços de Comidas e Bebidas', '<p>Serviços de Comidas e Bebidas</p>', '', '', '', 'N', '', 'Y'),
(4767, 'pt', 'Serviços de Comidas e Bebidas', '<p>Serviços de Comidas e Bebidas</p>', '', '', '', 'N', '', 'Y'),
(4768, 'en', 'Serviços de Comunicação', '<p>Serviços de Comunicação</p>', '', '', '', 'N', '', 'Y'),
(4768, 'es', 'Serviços de Comunicação', '<p>Serviços de Comunicação</p>', '', '', '', 'N', '', 'Y'),
(4768, 'pt', 'Serviços de Comunicação', '<p>Serviços de Comunicação</p>', '', '', '', 'N', '', 'Y'),
(4769, 'en', 'Serviços audiovisuais', '<p>Serviços audiovisuais</p>', '', '', '', 'N', '', 'Y'),
(4769, 'es', 'Serviços audiovisuais', '<p>Serviços audiovisuais</p>', '', '', '', 'N', '', 'Y'),
(4769, 'pt', 'Serviços audiovisuais', '<p>Serviços audiovisuais</p>', '', '', '', 'N', '', 'Y'),
(4770, 'en', 'Serviços de Telecomunicações', '<p>Serviços de Telecomunicações</p>', '', '', '', 'N', '', 'Y'),
(4770, 'es', 'Serviços de Telecomunicações', '<p>Serviços de Telecomunicações</p>', '', '', '', 'N', '', 'Y'),
(4770, 'pt', 'Serviços de Telecomunicações', '<p>Serviços de Telecomunicações</p>', '', '', '', 'N', '', 'Y'),
(4771, 'en', 'Serviços de correspondência', '<p>Serviços de correspondência</p>', '', '', '', 'N', '', 'Y'),
(4771, 'es', 'Serviços de correspondência', '<p>Serviços de correspondência</p>', '', '', '', 'N', '', 'Y'),
(4771, 'pt', 'Serviços de correspondência', '<p>Serviços de correspondência</p>', '', '', '', 'N', '', 'Y'),
(4772, 'en', 'Serviços de correspondência', '<p>Serviços de correspondência</p>', '', '', '', 'N', '', 'Y'),
(4772, 'es', 'Serviços de correspondência', '<p>Serviços de correspondência</p>', '', '', '', 'N', '', 'Y'),
(4772, 'pt', 'Serviços de correspondência', '<p>Serviços de correspondência</p>', '', '', '', 'N', '', 'Y'),
(4773, 'en', 'Serviços de Cuidados Médicos e Estéticos', '<p>Serviços de Cuidados Médicos e Estéticos</p>', '', '', '', 'N', '', 'Y'),
(4773, 'es', 'Serviços de Cuidados Médicos e Estéticos', '<p>Serviços de Cuidados Médicos e Estéticos</p>', '', '', '', 'N', '', 'Y'),
(4773, 'pt', 'Serviços de Cuidados Médicos e Estéticos', '<p>Serviços de Cuidados Médicos e Estéticos</p>', '', '', '', 'N', '', 'Y'),
(4774, 'en', 'Serviços de Higiene e Estética', '<p>Serviços de Higiene e Estética</p>', '', '', '', 'N', '', 'Y'),
(4774, 'es', 'Serviços de Higiene e Estética', '<p>Serviços de Higiene e Estética</p>', '', '', '', 'N', '', 'Y'),
(4774, 'pt', 'Serviços de Higiene e Estética', '<p>Serviços de Higiene e Estética</p>', '', '', '', 'N', '', 'Y'),
(4775, 'en', 'Serviços médicos', '<p>Serviços médicos</p>', '', '', '', 'N', '', 'Y'),
(4775, 'es', 'Serviços médicos', '<p>Serviços médicos</p>', '', '', '', 'N', '', 'Y'),
(4775, 'pt', 'Serviços médicos', '<p>Serviços médicos</p>', '', '', '', 'N', '', 'Y'),
(4776, 'en', 'Serviços veterinários', '<p>Serviços veterinários</p>', '', '', '', 'N', '', 'Y'),
(4776, 'es', 'Serviços veterinários', '<p>Serviços veterinários</p>', '', '', '', 'N', '', 'Y'),
(4776, 'pt', 'Serviços veterinários', '<p>Serviços veterinários</p>', '', '', '', 'N', '', 'Y'),
(4777, 'en', 'Serviços de embalagem / armazenamento', '<p>Serviços de embalagem / armazenamento</p>', '', '', '', 'N', '', 'Y'),
(4777, 'es', 'Serviços de embalagem / armazenamento', '<p>Serviços de embalagem / armazenamento</p>', '', '', '', 'N', '', 'Y'),
(4777, 'pt', 'Serviços de embalagem / armazenamento', '<p>Serviços de embalagem / armazenamento</p>', '', '', '', 'N', '', 'Y'),
(4778, 'en', 'Serviços de embalagem / armazenamento', '<p>Serviços de embalagem / armazenamento</p>', '', '', '', 'N', '', 'Y'),
(4778, 'es', 'Serviços de embalagem / armazenamento', '<p>Serviços de embalagem / armazenamento</p>', '', '', '', 'N', '', 'Y'),
(4778, 'pt', 'Serviços de embalagem / armazenamento', '<p>Serviços de embalagem / armazenamento</p>', '', '', '', 'N', '', 'Y'),
(4779, 'en', 'Serviços de Limpeza', '<p>Serviços de Limpeza</p>', '', '', '', 'N', '', 'Y'),
(4779, 'es', 'Serviços de Limpeza', '<p>Serviços de Limpeza</p>', '', '', '', 'N', '', 'Y'),
(4779, 'pt', 'Serviços de Limpeza', '<p>Serviços de Limpeza</p>', '', '', '', 'N', '', 'Y'),
(4780, 'en', 'Serviços de Limpeza', '<p>Serviços de Limpeza</p>', '', '', '', 'N', '', 'Y'),
(4780, 'es', 'Serviços de Limpeza', '<p>Serviços de Limpeza</p>', '', '', '', 'N', '', 'Y'),
(4780, 'pt', 'Serviços de Limpeza', '<p>Serviços de Limpeza</p>', '', '', '', 'N', '', 'Y'),
(4781, 'en', 'Serviços de manutenção, reparo e instalação', '<p>Serviços de manutenção, reparo e instalação</p>', '', '', '', 'N', '', 'Y'),
(4781, 'es', 'Serviços de manutenção, reparo e instalação', '<p>Serviços de manutenção, reparo e instalação</p>', '', '', '', 'N', '', 'Y'),
(4781, 'pt', 'Serviços de manutenção, reparo e instalação', '<p>Serviços de manutenção, reparo e instalação</p>', '', '', '', 'N', '', 'Y'),
(4782, 'en', 'Serviços de Instalação', '<p>Serviços de Instalação</p>', '', '', '', 'N', '', 'Y'),
(4782, 'es', 'Serviços de Instalação', '<p>Serviços de Instalação</p>', '', '', '', 'N', '', 'Y'),
(4782, 'pt', 'Serviços de Instalação', '<p>Serviços de Instalação</p>', '', '', '', 'N', '', 'Y'),
(4783, 'en', 'Serviços de Manutenção / Reparo', '<p>Serviços de Manutenção / Reparo</p>', '', '', '', 'N', '', 'Y'),
(4783, 'es', 'Serviços de Manutenção / Reparo', '<p>Serviços de Manutenção / Reparo</p>', '', '', '', 'N', '', 'Y'),
(4783, 'pt', 'Serviços de Manutenção / Reparo', '<p>Serviços de Manutenção / Reparo</p>', '', '', '', 'N', '', 'Y'),
(4784, 'en', 'Serviços de transporte', '<p>Serviços de transporte</p>', '', '', '', 'N', '', 'Y'),
(4784, 'es', 'Serviços de transporte', '<p>Serviços de transporte</p>', '', '', '', 'N', '', 'Y'),
(4784, 'pt', 'Serviços de transporte', '<p>Serviços de transporte</p>', '', '', '', 'N', '', 'Y'),
(4785, 'en', 'Serviços de transporte', '<p>Serviços de transporte</p>', '', '', '', 'N', '', 'Y'),
(4785, 'es', 'Serviços de transporte', '<p>Serviços de transporte</p>', '', '', '', 'N', '', 'Y'),
(4785, 'pt', 'Serviços de transporte', '<p>Serviços de transporte</p>', '', '', '', 'N', '', 'Y'),
(4786, 'en', 'Serviços de viagem', '<p>Serviços de viagem</p>', '', '', '', 'N', '', 'Y'),
(4786, 'es', 'Serviços de viagem', '<p>Serviços de viagem</p>', '', '', '', 'N', '', 'Y'),
(4786, 'pt', 'Serviços de viagem', '<p>Serviços de viagem</p>', '', '', '', 'N', '', 'Y'),
(4787, 'en', 'Serviços de viagem', '<p>Serviços de viagem</p>', '', '', '', 'N', '', 'Y'),
(4787, 'es', 'Serviços de viagem', '<p>Serviços de viagem</p>', '', '', '', 'N', '', 'Y'),
(4787, 'pt', 'Serviços de viagem', '<p>Serviços de viagem</p>', '', '', '', 'N', '', 'Y'),
(4788, 'en', 'Serviços Educacionais e de Entretenimento', '<p>Serviços Educacionais e de Entretenimento</p>', '', '', '', 'N', '', 'Y'),
(4788, 'es', 'Serviços Educacionais e de Entretenimento', '<p>Serviços Educacionais e de Entretenimento</p>', '', '', '', 'N', '', 'Y'),
(4788, 'pt', 'Serviços Educacionais e de Entretenimento', '<p>Serviços Educacionais e de Entretenimento</p>', '', '', '', 'N', '', 'Y'),
(4789, 'en', 'Serviços de entretenimento', '<p>Serviços de entretenimento</p>', '', '', '', 'N', '', 'Y'),
(4789, 'es', 'Serviços de entretenimento', '<p>Serviços de entretenimento</p>', '', '', '', 'N', '', 'Y'),
(4789, 'pt', 'Serviços de entretenimento', '<p>Serviços de entretenimento</p>', '', '', '', 'N', '', 'Y'),
(4790, 'en', 'Serviços Educacionais', '<p>Serviços Educacionais</p>', '', '', '', 'N', '', 'Y'),
(4790, 'es', 'Serviços Educacionais', '<p>Serviços Educacionais</p>', '', '', '', 'N', '', 'Y'),
(4790, 'pt', 'Serviços Educacionais', '<p>Serviços Educacionais</p>', '', '', '', 'N', '', 'Y'),
(4791, 'en', 'Serviços Financeiros', '<p>Serviços Financeiros</p>', '', '', '', 'N', '', 'Y'),
(4791, 'es', 'Serviços Financeiros', '<p>Serviços Financeiros</p>', '', '', '', 'N', '', 'Y'),
(4791, 'pt', 'Serviços Financeiros', '<p>Serviços Financeiros</p>', '', '', '', 'N', '', 'Y'),
(4792, 'en', 'Serviços Financeiros', '<p>Serviços Financeiros</p>', '', '', '', 'N', '', 'Y'),
(4792, 'es', 'Serviços Financeiros', '<p>Serviços Financeiros</p>', '', '', '', 'N', '', 'Y'),
(4792, 'pt', 'Serviços Financeiros', '<p>Serviços Financeiros</p>', '', '', '', 'N', '', 'Y'),
(4793, 'en', 'Setor da Saúde', '<p>Setor da Saúde</p>', '', '', '', 'N', '', 'Y'),
(4793, 'es', 'Setor da Saúde', '<p>Setor da Saúde</p>', '', '', '', 'N', '', 'Y'),
(4793, 'pt', 'Setor da Saúde', '<p>Setor da Saúde</p>', '', '', '', 'N', '', 'Y'),
(4794, 'en', 'Diagnósticos Iniciais', '<p>Diagnósticos Iniciais</p>', '', '', '', 'N', '', 'Y'),
(4794, 'es', 'Diagnósticos Iniciais', '<p>Diagnósticos Iniciais</p>', '', '', '', 'N', '', 'Y'),
(4794, 'pt', 'Diagnósticos Iniciais', '<p>Diagnósticos Iniciais</p>', '', '', '', 'N', '', 'Y'),
(4795, 'en', 'Monitores para Diagnóstico', '<p>Monitores para Diagnóstico</p>', '', '', '', 'N', '', 'Y'),
(4795, 'es', 'Monitores para Diagnóstico', '<p>Monitores para Diagnóstico</p>', '', '', '', 'N', '', 'Y'),
(4795, 'pt', 'Monitores para Diagnóstico', '<p>Monitores para Diagnóstico</p>', '', '', '', 'N', '', 'Y'),
(4796, 'en', 'Monitores para Diagnóstico Inicial', '<p>Monitores para Diagnóstico Inicial</p>', '', '', '', 'N', '', 'Y'),
(4796, 'es', 'Monitores para Diagnóstico Inicial', '<p>Monitores para Diagnóstico Inicial</p>', '', '', '', 'N', '', 'Y'),
(4796, 'pt', 'Monitores para Diagnóstico Inicial', '<p>Monitores para Diagnóstico Inicial</p>', '', '', '', 'N', '', 'Y'),
(4797, 'en', 'Outros Monitores para Diagnóstico', '<p>Outros Monitores para Diagnóstico</p>', '', '', '', 'N', '', 'Y'),
(4797, 'es', 'Outros Monitores para Diagnóstico', '<p>Outros Monitores para Diagnóstico</p>', '', '', '', 'N', '', 'Y'),
(4797, 'pt', 'Outros Monitores para Diagnóstico', '<p>Outros Monitores para Diagnóstico</p>', '', '', '', 'N', '', 'Y'),
(4798, 'en', 'Pacotes de Variedades para Diagnóstico Caseiro', '<p>Pacotes de Variedades para Diagnóstico Caseiro</p>', '', '', '', 'N', '', 'Y'),
(4798, 'es', 'Pacotes de Variedades para Diagnóstico Caseiro', '<p>Pacotes de Variedades para Diagnóstico Caseiro</p>', '', '', '', 'N', '', 'Y'),
(4798, 'pt', 'Pacotes de Variedades para Diagnóstico Caseiro', '<p>Pacotes de Variedades para Diagnóstico Caseiro</p>', '', '', '', 'N', '', 'Y'),
(4799, 'en', 'Testes Diagnósticos', '<p>Testes Diagnósticos</p>', '', '', '', 'N', '', 'Y'),
(4799, 'es', 'Testes Diagnósticos', '<p>Testes Diagnósticos</p>', '', '', '', 'N', '', 'Y'),
(4799, 'pt', 'Testes Diagnósticos', '<p>Testes Diagnósticos</p>', '', '', '', 'N', '', 'Y'),
(4800, 'en', 'Acessórios - Produtos para Início de Diagnósticos', '<p>Acessórios - Produtos para Início de Diagnósticos</p>', '', '', '', 'N', '', 'Y'),
(4800, 'es', 'Acessórios - Produtos para Início de Diagnósticos', '<p>Acessórios - Produtos para Início de Diagnósticos</p>', '', '', '', 'N', '', 'Y'),
(4800, 'pt', 'Acessórios - Produtos para Início de Diagnósticos', '<p>Acessórios - Produtos para Início de Diagnósticos</p>', '', '', '', 'N', '', 'Y'),
(4801, 'en', 'Outros Testes Diagnósticos', '<p>Outros Testes Diagnósticos</p>', '', '', '', 'N', '', 'Y'),
(4801, 'es', 'Outros Testes Diagnósticos', '<p>Outros Testes Diagnósticos</p>', '', '', '', 'N', '', 'Y'),
(4801, 'pt', 'Outros Testes Diagnósticos', '<p>Outros Testes Diagnósticos</p>', '', '', '', 'N', '', 'Y'),
(4802, 'en', 'Pacotes de Variedades para Testes Diagnósticos', '<p>Pacotes de Variedades para Testes Diagnósticos</p>', '', '', '', 'N', '', 'Y'),
(4802, 'es', 'Pacotes de Variedades para Testes Diagnósticos', '<p>Pacotes de Variedades para Testes Diagnósticos</p>', '', '', '', 'N', '', 'Y'),
(4802, 'pt', 'Pacotes de Variedades para Testes Diagnósticos', '<p>Pacotes de Variedades para Testes Diagnósticos</p>', '', '', '', 'N', '', 'Y'),
(4803, 'en', 'Termômetros', '<p>Termômetros</p>', '', '', '', 'N', '', 'Y'),
(4803, 'es', 'Termômetros', '<p>Termômetros</p>', '', '', '', 'N', '', 'Y'),
(4803, 'pt', 'Termômetros', '<p>Termômetros</p>', '', '', '', 'N', '', 'Y'),
(4804, 'en', 'Testes para Diagnósticos Iniciais', '<p>Testes para Diagnósticos Iniciais</p>', '', '', '', 'N', '', 'Y'),
(4804, 'es', 'Testes para Diagnósticos Iniciais', '<p>Testes para Diagnósticos Iniciais</p>', '', '', '', 'N', '', 'Y'),
(4804, 'pt', 'Testes para Diagnósticos Iniciais', '<p>Testes para Diagnósticos Iniciais</p>', '', '', '', 'N', '', 'Y'),
(4805, 'en', 'Materiais Médicos', '<p>Materiais Médicos</p>', '', '', '', 'N', '', 'Y'),
(4805, 'es', 'Materiais Médicos', '<p>Materiais Médicos</p>', '', '', '', 'N', '', 'Y'),
(4805, 'pt', 'Materiais Médicos', '<p>Materiais Médicos</p>', '', '', '', 'N', '', 'Y'),
(4806, 'en', 'Componente de apoio a dispositivo médico', '<p>Componente de apoio a dispositivo médico</p>', '', '', '', 'N', '', 'Y'),
(4806, 'es', 'Componente de apoio a dispositivo médico', '<p>Componente de apoio a dispositivo médico</p>', '', '', '', 'N', '', 'Y'),
(4806, 'pt', 'Componente de apoio a dispositivo médico', '<p>Componente de apoio a dispositivo médico</p>', '', '', '', 'N', '', 'Y'),
(4807, 'en', 'Materiais Médicos', '<p>Materiais Médicos</p>', '', '', '', 'N', '', 'Y'),
(4807, 'es', 'Materiais Médicos', '<p>Materiais Médicos</p>', '', '', '', 'N', '', 'Y'),
(4807, 'pt', 'Materiais Médicos', '<p>Materiais Médicos</p>', '', '', '', 'N', '', 'Y'),
(4808, 'en', 'Medicamentos', '<p>Medicamentos</p>', '', '', '', 'N', '', 'Y'),
(4808, 'es', 'Medicamentos', '<p>Medicamentos</p>', '', '', '', 'N', '', 'Y'),
(4808, 'pt', 'Medicamentos', '<p>Medicamentos</p>', '', '', '', 'N', '', 'Y'),
(4809, 'en', 'Compostos Farmacêuticos - Acessórios', '<p>Compostos Farmacêuticos - Acessórios</p>', '', '', '', 'N', '', 'Y'),
(4809, 'es', 'Compostos Farmacêuticos - Acessórios', '<p>Compostos Farmacêuticos - Acessórios</p>', '', '', '', 'N', '', 'Y'),
(4809, 'pt', 'Compostos Farmacêuticos - Acessórios', '<p>Compostos Farmacêuticos - Acessórios</p>', '', '', '', 'N', '', 'Y'),
(4810, 'en', 'Compostos Farmacêuticos - Bases', '<p>Compostos Farmacêuticos - Bases</p>', '', '', '', 'N', '', 'Y'),
(4810, 'es', 'Compostos Farmacêuticos - Bases', '<p>Compostos Farmacêuticos - Bases</p>', '', '', '', 'N', '', 'Y'),
(4810, 'pt', 'Compostos Farmacêuticos - Bases', '<p>Compostos Farmacêuticos - Bases</p>', '', '', '', 'N', '', 'Y'),
(4811, 'en', 'Compostos Farmacêuticos - Produtos Químicos', '<p>Compostos Farmacêuticos - Produtos Químicos</p>', '', '', '', 'N', '', 'Y'),
(4811, 'es', 'Compostos Farmacêuticos - Produtos Químicos', '<p>Compostos Farmacêuticos - Produtos Químicos</p>', '', '', '', 'N', '', 'Y'),
(4811, 'pt', 'Compostos Farmacêuticos - Produtos Químicos', '<p>Compostos Farmacêuticos - Produtos Químicos</p>', '', '', '', 'N', '', 'Y'),
(4812, 'en', 'Medicamentos', '<p>Medicamentos</p>', '', '', '', 'N', '', 'Y'),
(4812, 'es', 'Medicamentos', '<p>Medicamentos</p>', '', '', '', 'N', '', 'Y'),
(4812, 'pt', 'Medicamentos', '<p>Medicamentos</p>', '', '', '', 'N', '', 'Y'),
(4813, 'en', 'Melhorias no setor da saúde', '<p>Melhorias no setor da saúde</p>', '', '', '', 'N', '', 'Y'),
(4813, 'es', 'Melhorias no setor da saúde', '<p>Melhorias no setor da saúde</p>', '', '', '', 'N', '', 'Y'),
(4813, 'pt', 'Melhorias no setor da saúde', '<p>Melhorias no setor da saúde</p>', '', '', '', 'N', '', 'Y'),
(4814, 'en', 'Pacotes de Variedades para Melhorias no setor da saúde', '<p>Pacotes de Variedades para Melhorias no setor da saúde</p>', '', '', '', 'N', '', 'Y'),
(4814, 'es', 'Pacotes de Variedades para Melhorias no setor da saúde', '<p>Pacotes de Variedades para Melhorias no setor da saúde</p>', '', '', '', 'N', '', 'Y'),
(4814, 'pt', 'Pacotes de Variedades para Melhorias no setor da saúde', '<p>Pacotes de Variedades para Melhorias no setor da saúde</p>', '', '', '', 'N', '', 'Y'),
(4815, 'en', 'Produtos Energéticos/Estimulantes', '<p>Produtos Energéticos/Estimulantes</p>', '', '', '', 'N', '', 'Y'),
(4815, 'es', 'Produtos Energéticos/Estimulantes', '<p>Produtos Energéticos/Estimulantes</p>', '', '', '', 'N', '', 'Y'),
(4815, 'pt', 'Produtos Energéticos/Estimulantes', '<p>Produtos Energéticos/Estimulantes</p>', '', '', '', 'N', '', 'Y'),
(4816, 'en', 'Outros produtos energéticos/estimulantes', '<p>Outros produtos energéticos/estimulantes</p>', '', '', '', 'N', '', 'Y'),
(4816, 'es', 'Outros produtos energéticos/estimulantes', '<p>Outros produtos energéticos/estimulantes</p>', '', '', '', 'N', '', 'Y'),
(4816, 'pt', 'Outros produtos energéticos/estimulantes', '<p>Outros produtos energéticos/estimulantes</p>', '', '', '', 'N', '', 'Y'),
(4817, 'en', 'Produtos Energéticos/Estimulantes', '<p>Produtos Energéticos/Estimulantes</p>', '', '', '', 'N', '', 'Y'),
(4817, 'es', 'Produtos Energéticos/Estimulantes', '<p>Produtos Energéticos/Estimulantes</p>', '', '', '', 'N', '', 'Y'),
(4817, 'pt', 'Produtos Energéticos/Estimulantes', '<p>Produtos Energéticos/Estimulantes</p>', '', '', '', 'N', '', 'Y'),
(4818, 'en', 'Recursos para dieta', '<p>Recursos para dieta</p>', '', '', '', 'N', '', 'Y'),
(4818, 'es', 'Recursos para dieta', '<p>Recursos para dieta</p>', '', '', '', 'N', '', 'Y'),
(4818, 'pt', 'Recursos para dieta', '<p>Recursos para dieta</p>', '', '', '', 'N', '', 'Y'),
(4819, 'en', 'Outros Recursos para Dieta', '<p>Outros Recursos para Dieta</p>', '', '', '', 'N', '', 'Y'),
(4819, 'es', 'Outros Recursos para Dieta', '<p>Outros Recursos para Dieta</p>', '', '', '', 'N', '', 'Y'),
(4819, 'pt', 'Outros Recursos para Dieta', '<p>Outros Recursos para Dieta</p>', '', '', '', 'N', '', 'Y'),
(4820, 'en', 'Pacotes de Variedades - Recursos para dieta', '<p>Pacotes de Variedades - Recursos para dieta</p>', '', '', '', 'N', '', 'Y'),
(4820, 'es', 'Pacotes de Variedades - Recursos para dieta', '<p>Pacotes de Variedades - Recursos para dieta</p>', '', '', '', 'N', '', 'Y'),
(4820, 'pt', 'Pacotes de Variedades - Recursos para dieta', '<p>Pacotes de Variedades - Recursos para dieta</p>', '', '', '', 'N', '', 'Y'),
(4821, 'en', 'Recurso para Dieta - Controle do Apetite/Gordura', '<p>Recurso para Dieta - Controle do Apetite/Gordura</p>', '', '', '', 'N', '', 'Y'),
(4821, 'es', 'Recurso para Dieta - Controle do Apetite/Gordura', '<p>Recurso para Dieta - Controle do Apetite/Gordura</p>', '', '', '', 'N', '', 'Y'),
(4821, 'pt', 'Recurso para Dieta - Controle do Apetite/Gordura', '<p>Recurso para Dieta - Controle do Apetite/Gordura</p>', '', '', '', 'N', '', 'Y'),
(4822, 'en', 'Recursos para Dieta - Substitutos de Refeição', '<p>Recursos para Dieta - Substitutos de Refeição</p>', '', '', '', 'N', '', 'Y'),
(4822, 'es', 'Recursos para Dieta - Substitutos de Refeição', '<p>Recursos para Dieta - Substitutos de Refeição</p>', '', '', '', 'N', '', 'Y'),
(4822, 'pt', 'Recursos para Dieta - Substitutos de Refeição', '<p>Recursos para Dieta - Substitutos de Refeição</p>', '', '', '', 'N', '', 'Y'),
(4823, 'en', 'Suplementos Nutricionais/ Vitaminas/Minerais', '<p>Suplementos Nutricionais/ Vitaminas/Minerais</p>', '', '', '', 'N', '', 'Y'),
(4823, 'es', 'Suplementos Nutricionais/ Vitaminas/Minerais', '<p>Suplementos Nutricionais/ Vitaminas/Minerais</p>', '', '', '', 'N', '', 'Y'),
(4823, 'pt', 'Suplementos Nutricionais/ Vitaminas/Minerais', '<p>Suplementos Nutricionais/ Vitaminas/Minerais</p>', '', '', '', 'N', '', 'Y'),
(4824, 'en', 'Pacotes de Variedades para suplementos nutricionais/vitaminas/minerais', '<p>Pacotes de Variedades para suplementos nutricionais/vitaminas/minerais</p>', '', '', '', 'N', '', 'Y'),
(4824, 'es', 'Pacotes de Variedades para suplementos nutricionais/vitaminas/minerais', '<p>Pacotes de Variedades para suplementos nutricionais/vitaminas/minerais</p>', '', '', '', 'N', '', 'Y'),
(4824, 'pt', 'Pacotes de Variedades para suplementos nutricionais/vitaminas/minerais', '<p>Pacotes de Variedades para suplementos nutricionais/vitaminas/minerais</p>', '', '', '', 'N', '', 'Y'),
(4825, 'en', 'Suplementos Nutricionais', '<p>Suplementos Nutricionais</p>', '', '', '', 'N', '', 'Y'),
(4825, 'es', 'Suplementos Nutricionais', '<p>Suplementos Nutricionais</p>', '', '', '', 'N', '', 'Y'),
(4825, 'pt', 'Suplementos Nutricionais', '<p>Suplementos Nutricionais</p>', '', '', '', 'N', '', 'Y'),
(4826, 'en', 'Vitaminas/Minerais', '<p>Vitaminas/Minerais</p>', '', '', '', 'N', '', 'Y'),
(4826, 'es', 'Vitaminas/Minerais', '<p>Vitaminas/Minerais</p>', '', '', '', 'N', '', 'Y'),
(4826, 'pt', 'Vitaminas/Minerais', '<p>Vitaminas/Minerais</p>', '', '', '', 'N', '', 'Y'),
(4827, 'en', 'Pacotes de Variedades para o Setor da Saúde', '<p>Pacotes de Variedades para o Setor da Saúde</p>', '', '', '', 'N', '', 'Y'),
(4827, 'es', 'Pacotes de Variedades para o Setor da Saúde', '<p>Pacotes de Variedades para o Setor da Saúde</p>', '', '', '', 'N', '', 'Y'),
(4827, 'pt', 'Pacotes de Variedades para o Setor da Saúde', '<p>Pacotes de Variedades para o Setor da Saúde</p>', '', '', '', 'N', '', 'Y'),
(4828, 'en', 'Pacotes de Variedades para o Setor da Saúde', '<p>Pacotes de Variedades para o Setor da Saúde</p>', '', '', '', 'N', '', 'Y'),
(4828, 'es', 'Pacotes de Variedades para o Setor da Saúde', '<p>Pacotes de Variedades para o Setor da Saúde</p>', '', '', '', 'N', '', 'Y'),
(4828, 'pt', 'Pacotes de Variedades para o Setor da Saúde', '<p>Pacotes de Variedades para o Setor da Saúde</p>', '', '', '', 'N', '', 'Y'),
(4829, 'en', 'Planejamento Familiar', '<p>Planejamento Familiar</p>', '', '', '', 'N', '', 'Y'),
(4829, 'es', 'Planejamento Familiar', '<p>Planejamento Familiar</p>', '', '', '', 'N', '', 'Y'),
(4829, 'pt', 'Planejamento Familiar', '<p>Planejamento Familiar</p>', '', '', '', 'N', '', 'Y'),
(4830, 'en', 'Barreira de Contracepção', '<p>Barreira de Contracepção</p>', '', '', '', 'N', '', 'Y'),
(4830, 'es', 'Barreira de Contracepção', '<p>Barreira de Contracepção</p>', '', '', '', 'N', '', 'Y'),
(4830, 'pt', 'Barreira de Contracepção', '<p>Barreira de Contracepção</p>', '', '', '', 'N', '', 'Y'),
(4831, 'en', 'Diafragmas/Capas Cervicais', '<p>Diafragmas/Capas Cervicais</p>', '', '', '', 'N', '', 'Y'),
(4831, 'es', 'Diafragmas/Capas Cervicais', '<p>Diafragmas/Capas Cervicais</p>', '', '', '', 'N', '', 'Y'),
(4831, 'pt', 'Diafragmas/Capas Cervicais', '<p>Diafragmas/Capas Cervicais</p>', '', '', '', 'N', '', 'Y'),
(4832, 'en', 'Espermicidas', '<p>Espermicidas</p>', '', '', '', 'N', '', 'Y'),
(4832, 'es', 'Espermicidas', '<p>Espermicidas</p>', '', '', '', 'N', '', 'Y'),
(4832, 'pt', 'Espermicidas', '<p>Espermicidas</p>', '', '', '', 'N', '', 'Y'),
(4833, 'en', 'Outros Barreiras Contraceptivas', '<p>Outros Barreiras Contraceptivas</p>', '', '', '', 'N', '', 'Y'),
(4833, 'es', 'Outros Barreiras Contraceptivas', '<p>Outros Barreiras Contraceptivas</p>', '', '', '', 'N', '', 'Y'),
(4833, 'pt', 'Outros Barreiras Contraceptivas', '<p>Outros Barreiras Contraceptivas</p>', '', '', '', 'N', '', 'Y'),
(4834, 'en', 'Pacotes de Variedades para Barreira Contraceptiva', '<p>Pacotes de Variedades para Barreira Contraceptiva</p>', '', '', '', 'N', '', 'Y'),
(4834, 'es', 'Pacotes de Variedades para Barreira Contraceptiva', '<p>Pacotes de Variedades para Barreira Contraceptiva</p>', '', '', '', 'N', '', 'Y'),
(4834, 'pt', 'Pacotes de Variedades para Barreira Contraceptiva', '<p>Pacotes de Variedades para Barreira Contraceptiva</p>', '', '', '', 'N', '', 'Y'),
(4835, 'en', 'Preservativos', '<p>Preservativos</p>', '', '', '', 'N', '', 'Y'),
(4835, 'es', 'Preservativos', '<p>Preservativos</p>', '', '', '', 'N', '', 'Y'),
(4835, 'pt', 'Preservativos', '<p>Preservativos</p>', '', '', '', 'N', '', 'Y'),
(4836, 'en', 'Contracepção Hormonal', '<p>Contracepção Hormonal</p>', '', '', '', 'N', '', 'Y'),
(4836, 'es', 'Contracepção Hormonal', '<p>Contracepção Hormonal</p>', '', '', '', 'N', '', 'Y'),
(4836, 'pt', 'Contracepção Hormonal', '<p>Contracepção Hormonal</p>', '', '', '', 'N', '', 'Y'),
(4837, 'en', 'Administration Method', '<p>Administration Method</p>', '', '', '', 'N', '', 'Y'),
(4837, 'es', 'Administration Method', '<p>Administration Method</p>', '', '', '', 'N', '', 'Y'),
(4837, 'pt', 'Administration Method', '<p>Administration Method</p>', '', '', '', 'N', '', 'Y'),
(4838, 'en', 'Form of Hormonal Contraception', '<p>Form of Hormonal Contraception</p>', '', '', '', 'N', '', 'Y'),
(4838, 'es', 'Form of Hormonal Contraception', '<p>Form of Hormonal Contraception</p>', '', '', '', 'N', '', 'Y'),
(4838, 'pt', 'Form of Hormonal Contraception', '<p>Form of Hormonal Contraception</p>', '', '', '', 'N', '', 'Y'),
(4839, 'en', 'Frequency of Application', '<p>Frequency of Application</p>', '', '', '', 'N', '', 'Y'),
(4839, 'es', 'Frequency of Application', '<p>Frequency of Application</p>', '', '', '', 'N', '', 'Y'),
(4839, 'pt', 'Frequency of Application', '<p>Frequency of Application</p>', '', '', '', 'N', '', 'Y'),
(4840, 'en', 'Hormonal Contraception Formulation', '<p>Hormonal Contraception Formulation</p>', '', '', '', 'N', '', 'Y'),
(4840, 'es', 'Hormonal Contraception Formulation', '<p>Hormonal Contraception Formulation</p>', '', '', '', 'N', '', 'Y'),
(4840, 'pt', 'Hormonal Contraception Formulation', '<p>Hormonal Contraception Formulation</p>', '', '', '', 'N', '', 'Y'),
(4841, 'en', 'Type of Hormonal Contraception', '<p>Type of Hormonal Contraception</p>', '', '', '', 'N', '', 'Y'),
(4841, 'es', 'Type of Hormonal Contraception', '<p>Type of Hormonal Contraception</p>', '', '', '', 'N', '', 'Y'),
(4841, 'pt', 'Type of Hormonal Contraception', '<p>Type of Hormonal Contraception</p>', '', '', '', 'N', '', 'Y'),
(4842, 'en', 'Contracepção Intra-uterina', '<p>Contracepção Intra-uterina</p>', '', '', '', 'N', '', 'Y'),
(4842, 'es', 'Contracepção Intra-uterina', '<p>Contracepção Intra-uterina</p>', '', '', '', 'N', '', 'Y'),
(4842, 'pt', 'Contracepção Intra-uterina', '<p>Contracepção Intra-uterina</p>', '', '', '', 'N', '', 'Y'),
(4843, 'en', 'Frequency of Replacement', '<p>Frequency of Replacement</p>', '', '', '', 'N', '', 'Y'),
(4843, 'es', 'Frequency of Replacement', '<p>Frequency of Replacement</p>', '', '', '', 'N', '', 'Y'),
(4843, 'pt', 'Frequency of Replacement', '<p>Frequency of Replacement</p>', '', '', '', 'N', '', 'Y'),
(4844, 'en', 'Type of Intra-uterine Contraception', '<p>Type of Intra-uterine Contraception</p>', '', '', '', 'N', '', 'Y'),
(4844, 'es', 'Type of Intra-uterine Contraception', '<p>Type of Intra-uterine Contraception</p>', '', '', '', 'N', '', 'Y'),
(4844, 'pt', 'Type of Intra-uterine Contraception', '<p>Type of Intra-uterine Contraception</p>', '', '', '', 'N', '', 'Y'),
(4845, 'en', 'Pacotes de Variedades para Planejamento Familiar', '<p>Pacotes de Variedades para Planejamento Familiar</p>', '', '', '', 'N', '', 'Y'),
(4845, 'es', 'Pacotes de Variedades para Planejamento Familiar', '<p>Pacotes de Variedades para Planejamento Familiar</p>', '', '', '', 'N', '', 'Y'),
(4845, 'pt', 'Pacotes de Variedades para Planejamento Familiar', '<p>Pacotes de Variedades para Planejamento Familiar</p>', '', '', '', 'N', '', 'Y'),
(4846, 'en', 'Recursos/Tratamentos para o Setor da Saúde', '<p>Recursos/Tratamentos para o Setor da Saúde</p>', '', '', '', 'N', '', 'Y'),
(4846, 'es', 'Recursos/Tratamentos para o Setor da Saúde', '<p>Recursos/Tratamentos para o Setor da Saúde</p>', '', '', '', 'N', '', 'Y'),
(4846, 'pt', 'Recursos/Tratamentos para o Setor da Saúde', '<p>Recursos/Tratamentos para o Setor da Saúde</p>', '', '', '', 'N', '', 'Y'),
(4847, 'en', 'Administração de Medicamentos', '<p>Administração de Medicamentos</p>', '', '', '', 'N', '', 'Y'),
(4847, 'es', 'Administração de Medicamentos', '<p>Administração de Medicamentos</p>', '', '', '', 'N', '', 'Y'),
(4847, 'pt', 'Administração de Medicamentos', '<p>Administração de Medicamentos</p>', '', '', '', 'N', '', 'Y'),
(4848, 'en', 'Acessórios - Administração de Medicamentos', '<p>Acessórios - Administração de Medicamentos</p>', '', '', '', 'N', '', 'Y'),
(4848, 'es', 'Acessórios - Administração de Medicamentos', '<p>Acessórios - Administração de Medicamentos</p>', '', '', '', 'N', '', 'Y'),
(4848, 'pt', 'Acessórios - Administração de Medicamentos', '<p>Acessórios - Administração de Medicamentos</p>', '', '', '', 'N', '', 'Y'),
(4849, 'en', 'Administração de Medicamentos', '<p>Administração de Medicamentos</p>', '', '', '', 'N', '', 'Y'),
(4849, 'es', 'Administração de Medicamentos', '<p>Administração de Medicamentos</p>', '', '', '', 'N', '', 'Y'),
(4849, 'pt', 'Administração de Medicamentos', '<p>Administração de Medicamentos</p>', '', '', '', 'N', '', 'Y'),
(4850, 'en', 'Outras Administrações de Medicamentos', '<p>Outras Administrações de Medicamentos</p>', '', '', '', 'N', '', 'Y'),
(4850, 'es', 'Outras Administrações de Medicamentos', '<p>Outras Administrações de Medicamentos</p>', '', '', '', 'N', '', 'Y'),
(4850, 'pt', 'Outras Administrações de Medicamentos', '<p>Outras Administrações de Medicamentos</p>', '', '', '', 'N', '', 'Y'),
(4851, 'en', 'Pacotes de Variedades para Administração de Medicamentos', '<p>Pacotes de Variedades para Administração de Medicamentos</p>', '', '', '', 'N', '', 'Y'),
(4851, 'es', 'Pacotes de Variedades para Administração de Medicamentos', '<p>Pacotes de Variedades para Administração de Medicamentos</p>', '', '', '', 'N', '', 'Y'),
(4851, 'pt', 'Pacotes de Variedades para Administração de Medicamentos', '<p>Pacotes de Variedades para Administração de Medicamentos</p>', '', '', '', 'N', '', 'Y'),
(4852, 'en', 'Peças de reposição - Administração de Medicamentos', '<p>Peças de reposição - Administração de Medicamentos</p>', '', '', '', 'N', '', 'Y'),
(4852, 'es', 'Peças de reposição - Administração de Medicamentos', '<p>Peças de reposição - Administração de Medicamentos</p>', '', '', '', 'N', '', 'Y'),
(4852, 'pt', 'Peças de reposição - Administração de Medicamentos', '<p>Peças de reposição - Administração de Medicamentos</p>', '', '', '', 'N', '', 'Y'),
(4853, 'en', 'Equipamentos para Nutrição Enteral', '<p>Equipamentos para Nutrição Enteral</p>', '', '', '', 'N', '', 'Y'),
(4853, 'es', 'Equipamentos para Nutrição Enteral', '<p>Equipamentos para Nutrição Enteral</p>', '', '', '', 'N', '', 'Y'),
(4853, 'pt', 'Equipamentos para Nutrição Enteral', '<p>Equipamentos para Nutrição Enteral</p>', '', '', '', 'N', '', 'Y'),
(4854, 'en', 'Conjuntos para Nutrição/Sondas para Nutrição Enteral', '<p>Conjuntos para Nutrição/Sondas para Nutrição Enteral</p>', '', '', '', 'N', '', 'Y'),
(4854, 'es', 'Conjuntos para Nutrição/Sondas para Nutrição Enteral', '<p>Conjuntos para Nutrição/Sondas para Nutrição Enteral</p>', '', '', '', 'N', '', 'Y'),
(4854, 'pt', 'Conjuntos para Nutrição/Sondas para Nutrição Enteral', '<p>Conjuntos para Nutrição/Sondas para Nutrição Enteral</p>', '', '', '', 'N', '', 'Y'),
(4855, 'en', 'Kits de Gastronomia para Nutrição Enteral', '<p>Kits de Gastronomia para Nutrição Enteral</p>', '', '', '', 'N', '', 'Y'),
(4855, 'es', 'Kits de Gastronomia para Nutrição Enteral', '<p>Kits de Gastronomia para Nutrição Enteral</p>', '', '', '', 'N', '', 'Y'),
(4855, 'pt', 'Kits de Gastronomia para Nutrição Enteral', '<p>Kits de Gastronomia para Nutrição Enteral</p>', '', '', '', 'N', '', 'Y'),
(4856, 'en', 'Outros Equipamentos para Nutrição Enteral', '<p>Outros Equipamentos para Nutrição Enteral</p>', '', '', '', 'N', '', 'Y'),
(4856, 'es', 'Outros Equipamentos para Nutrição Enteral', '<p>Outros Equipamentos para Nutrição Enteral</p>', '', '', '', 'N', '', 'Y'),
(4856, 'pt', 'Outros Equipamentos para Nutrição Enteral', '<p>Outros Equipamentos para Nutrição Enteral</p>', '', '', '', 'N', '', 'Y'),
(4857, 'en', 'Pacotes de Variedades - Equipamentos para Nutrição Enteral', '<p>Pacotes de Variedades - Equipamentos para Nutrição Enteral</p>', '', '', '', 'N', '', 'Y'),
(4857, 'es', 'Pacotes de Variedades - Equipamentos para Nutrição Enteral', '<p>Pacotes de Variedades - Equipamentos para Nutrição Enteral</p>', '', '', '', 'N', '', 'Y'),
(4857, 'pt', 'Pacotes de Variedades - Equipamentos para Nutrição Enteral', '<p>Pacotes de Variedades - Equipamentos para Nutrição Enteral</p>', '', '', '', 'N', '', 'Y'),
(4858, 'en', 'Recipientes/Frascos para Nutrição Enteral', '<p>Recipientes/Frascos para Nutrição Enteral</p>', '', '', '', 'N', '', 'Y'),
(4858, 'es', 'Recipientes/Frascos para Nutrição Enteral', '<p>Recipientes/Frascos para Nutrição Enteral</p>', '', '', '', 'N', '', 'Y'),
(4858, 'pt', 'Recipientes/Frascos para Nutrição Enteral', '<p>Recipientes/Frascos para Nutrição Enteral</p>', '', '', '', 'N', '', 'Y'),
(4859, 'en', 'Tubos para Nutrição Enteral', '<p>Tubos para Nutrição Enteral</p>', '', '', '', 'N', '', 'Y'),
(4859, 'es', 'Tubos para Nutrição Enteral', '<p>Tubos para Nutrição Enteral</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(4859, 'pt', 'Tubos para Nutrição Enteral', '<p>Tubos para Nutrição Enteral</p>', '', '', '', 'N', '', 'Y'),
(4860, 'en', 'Materiais de tratamentos/subsídios de saúde', '<p>Materiais de tratamentos/subsídios de saúde</p>', '', '', '', 'N', '', 'Y'),
(4860, 'es', 'Materiais de tratamentos/subsídios de saúde', '<p>Materiais de tratamentos/subsídios de saúde</p>', '', '', '', 'N', '', 'Y'),
(4860, 'pt', 'Materiais de tratamentos/subsídios de saúde', '<p>Materiais de tratamentos/subsídios de saúde</p>', '', '', '', 'N', '', 'Y'),
(4861, 'en', 'Type of Material', '<p>Type of Material</p>', '', '', '', 'N', '', 'Y'),
(4861, 'es', 'Type of Material', '<p>Type of Material</p>', '', '', '', 'N', '', 'Y'),
(4861, 'pt', 'Type of Material', '<p>Type of Material</p>', '', '', '', 'N', '', 'Y'),
(4862, 'en', 'Medicamentos Florais/Homeopáticos', '<p>Medicamentos Florais/Homeopáticos</p>', '', '', '', 'N', '', 'Y'),
(4862, 'es', 'Medicamentos Florais/Homeopáticos', '<p>Medicamentos Florais/Homeopáticos</p>', '', '', '', 'N', '', 'Y'),
(4862, 'pt', 'Medicamentos Florais/Homeopáticos', '<p>Medicamentos Florais/Homeopáticos</p>', '', '', '', 'N', '', 'Y'),
(4863, 'en', 'Medicamentos Florais', '<p>Medicamentos Florais</p>', '', '', '', 'N', '', 'Y'),
(4863, 'es', 'Medicamentos Florais', '<p>Medicamentos Florais</p>', '', '', '', 'N', '', 'Y'),
(4863, 'pt', 'Medicamentos Florais', '<p>Medicamentos Florais</p>', '', '', '', 'N', '', 'Y'),
(4864, 'en', 'Medicamentos Homeopáticos - Combinação de Ingredientes', '<p>Medicamentos Homeopáticos - Combinação de Ingredientes</p>', '', '', '', 'N', '', 'Y'),
(4864, 'es', 'Medicamentos Homeopáticos - Combinação de Ingredientes', '<p>Medicamentos Homeopáticos - Combinação de Ingredientes</p>', '', '', '', 'N', '', 'Y'),
(4864, 'pt', 'Medicamentos Homeopáticos - Combinação de Ingredientes', '<p>Medicamentos Homeopáticos - Combinação de Ingredientes</p>', '', '', '', 'N', '', 'Y'),
(4865, 'en', 'Medicamentos Homeopáticos - Ingredientes Separados', '<p>Medicamentos Homeopáticos - Ingredientes Separados</p>', '', '', '', 'N', '', 'Y'),
(4865, 'es', 'Medicamentos Homeopáticos - Ingredientes Separados', '<p>Medicamentos Homeopáticos - Ingredientes Separados</p>', '', '', '', 'N', '', 'Y'),
(4865, 'pt', 'Medicamentos Homeopáticos - Ingredientes Separados', '<p>Medicamentos Homeopáticos - Ingredientes Separados</p>', '', '', '', 'N', '', 'Y'),
(4866, 'en', 'Outros Medicamentos Florais/Homeopáticos', '<p>Outros Medicamentos Florais/Homeopáticos</p>', '', '', '', 'N', '', 'Y'),
(4866, 'es', 'Outros Medicamentos Florais/Homeopáticos', '<p>Outros Medicamentos Florais/Homeopáticos</p>', '', '', '', 'N', '', 'Y'),
(4866, 'pt', 'Outros Medicamentos Florais/Homeopáticos', '<p>Outros Medicamentos Florais/Homeopáticos</p>', '', '', '', 'N', '', 'Y'),
(4867, 'en', 'Pacotes de Variedades para Medicamentos Florais/Homeopáticos', '<p>Pacotes de Variedades para Medicamentos Florais/Homeopáticos</p>', '', '', '', 'N', '', 'Y'),
(4867, 'es', 'Pacotes de Variedades para Medicamentos Florais/Homeopáticos', '<p>Pacotes de Variedades para Medicamentos Florais/Homeopáticos</p>', '', '', '', 'N', '', 'Y'),
(4867, 'pt', 'Pacotes de Variedades para Medicamentos Florais/Homeopáticos', '<p>Pacotes de Variedades para Medicamentos Florais/Homeopáticos</p>', '', '', '', 'N', '', 'Y'),
(4868, 'en', 'Medicamentos para Alívio da Dor', '<p>Medicamentos para Alívio da Dor</p>', '', '', '', 'N', '', 'Y'),
(4868, 'es', 'Medicamentos para Alívio da Dor', '<p>Medicamentos para Alívio da Dor</p>', '', '', '', 'N', '', 'Y'),
(4868, 'pt', 'Medicamentos para Alívio da Dor', '<p>Medicamentos para Alívio da Dor</p>', '', '', '', 'N', '', 'Y'),
(4869, 'en', 'Alívio da dor Artrítica/Reumática/Muscular', '<p>Alívio da dor Artrítica/Reumática/Muscular</p>', '', '', '', 'N', '', 'Y'),
(4869, 'es', 'Alívio da dor Artrítica/Reumática/Muscular', '<p>Alívio da dor Artrítica/Reumática/Muscular</p>', '', '', '', 'N', '', 'Y'),
(4869, 'pt', 'Alívio da dor Artrítica/Reumática/Muscular', '<p>Alívio da dor Artrítica/Reumática/Muscular</p>', '', '', '', 'N', '', 'Y'),
(4870, 'en', 'Alívio da Dor de Cabeça/Enxaqueca', '<p>Alívio da Dor de Cabeça/Enxaqueca</p>', '', '', '', 'N', '', 'Y'),
(4870, 'es', 'Alívio da Dor de Cabeça/Enxaqueca', '<p>Alívio da Dor de Cabeça/Enxaqueca</p>', '', '', '', 'N', '', 'Y'),
(4870, 'pt', 'Alívio da Dor de Cabeça/Enxaqueca', '<p>Alívio da Dor de Cabeça/Enxaqueca</p>', '', '', '', 'N', '', 'Y'),
(4871, 'en', 'Medicamentos para Alívio da Dor em Geral/Multiuso', '<p>Medicamentos para Alívio da Dor em Geral/Multiuso</p>', '', '', '', 'N', '', 'Y'),
(4871, 'es', 'Medicamentos para Alívio da Dor em Geral/Multiuso', '<p>Medicamentos para Alívio da Dor em Geral/Multiuso</p>', '', '', '', 'N', '', 'Y'),
(4871, 'pt', 'Medicamentos para Alívio da Dor em Geral/Multiuso', '<p>Medicamentos para Alívio da Dor em Geral/Multiuso</p>', '', '', '', 'N', '', 'Y'),
(4872, 'en', 'Outros Medicamentos para Alívio da Dor', '<p>Outros Medicamentos para Alívio da Dor</p>', '', '', '', 'N', '', 'Y'),
(4872, 'es', 'Outros Medicamentos para Alívio da Dor', '<p>Outros Medicamentos para Alívio da Dor</p>', '', '', '', 'N', '', 'Y'),
(4872, 'pt', 'Outros Medicamentos para Alívio da Dor', '<p>Outros Medicamentos para Alívio da Dor</p>', '', '', '', 'N', '', 'Y'),
(4873, 'en', 'Pacotes de Variedades de Medicamentos para Alívio da Dor', '<p>Pacotes de Variedades de Medicamentos para Alívio da Dor</p>', '', '', '', 'N', '', 'Y'),
(4873, 'es', 'Pacotes de Variedades de Medicamentos para Alívio da Dor', '<p>Pacotes de Variedades de Medicamentos para Alívio da Dor</p>', '', '', '', 'N', '', 'Y'),
(4873, 'pt', 'Pacotes de Variedades de Medicamentos para Alívio da Dor', '<p>Pacotes de Variedades de Medicamentos para Alívio da Dor</p>', '', '', '', 'N', '', 'Y'),
(4874, 'en', 'Produtos para Alívio das Dores (Elétricos)', '<p>Produtos para Alívio das Dores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4874, 'es', 'Produtos para Alívio das Dores (Elétricos)', '<p>Produtos para Alívio das Dores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4874, 'pt', 'Produtos para Alívio das Dores (Elétricos)', '<p>Produtos para Alívio das Dores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4875, 'en', 'Medicamentos para doenças gastrointestinais', '<p>Medicamentos para doenças gastrointestinais</p>', '', '', '', 'N', '', 'Y'),
(4875, 'es', 'Medicamentos para doenças gastrointestinais', '<p>Medicamentos para doenças gastrointestinais</p>', '', '', '', 'N', '', 'Y'),
(4875, 'pt', 'Medicamentos para doenças gastrointestinais', '<p>Medicamentos para doenças gastrointestinais</p>', '', '', '', 'N', '', 'Y'),
(4876, 'en', 'Laxantes', '<p>Laxantes</p>', '', '', '', 'N', '', 'Y'),
(4876, 'es', 'Laxantes', '<p>Laxantes</p>', '', '', '', 'N', '', 'Y'),
(4876, 'pt', 'Laxantes', '<p>Laxantes</p>', '', '', '', 'N', '', 'Y'),
(4877, 'en', 'Manutenção de Eletrólito/ Reidratação via oral', '<p>Manutenção de Eletrólito/ Reidratação via oral</p>', '', '', '', 'N', '', 'Y'),
(4877, 'es', 'Manutenção de Eletrólito/ Reidratação via oral', '<p>Manutenção de Eletrólito/ Reidratação via oral</p>', '', '', '', 'N', '', 'Y'),
(4877, 'pt', 'Manutenção de Eletrólito/ Reidratação via oral', '<p>Manutenção de Eletrólito/ Reidratação via oral</p>', '', '', '', 'N', '', 'Y'),
(4878, 'en', 'Medicamentos Antiácidos/para Indigestão/Flatulência', '<p>Medicamentos Antiácidos/para Indigestão/Flatulência</p>', '', '', '', 'N', '', 'Y'),
(4878, 'es', 'Medicamentos Antiácidos/para Indigestão/Flatulência', '<p>Medicamentos Antiácidos/para Indigestão/Flatulência</p>', '', '', '', 'N', '', 'Y'),
(4878, 'pt', 'Medicamentos Antiácidos/para Indigestão/Flatulência', '<p>Medicamentos Antiácidos/para Indigestão/Flatulência</p>', '', '', '', 'N', '', 'Y'),
(4879, 'en', 'Medicamentos contra Verminoses', '<p>Medicamentos contra Verminoses</p>', '', '', '', 'N', '', 'Y'),
(4879, 'es', 'Medicamentos contra Verminoses', '<p>Medicamentos contra Verminoses</p>', '', '', '', 'N', '', 'Y'),
(4879, 'pt', 'Medicamentos contra Verminoses', '<p>Medicamentos contra Verminoses</p>', '', '', '', 'N', '', 'Y'),
(4880, 'en', 'Medicamentos para Diarreia', '<p>Medicamentos para Diarreia</p>', '', '', '', 'N', '', 'Y'),
(4880, 'es', 'Medicamentos para Diarreia', '<p>Medicamentos para Diarreia</p>', '', '', '', 'N', '', 'Y'),
(4880, 'pt', 'Medicamentos para Diarreia', '<p>Medicamentos para Diarreia</p>', '', '', '', 'N', '', 'Y'),
(4881, 'en', 'Medicamentos para Doenças Gastrointestinais de uso geral e multiuso', '<p>Medicamentos para Doenças Gastrointestinais de uso geral e multiuso</p>', '', '', '', 'N', '', 'Y'),
(4881, 'es', 'Medicamentos para Doenças Gastrointestinais de uso geral e multiuso', '<p>Medicamentos para Doenças Gastrointestinais de uso geral e multiuso</p>', '', '', '', 'N', '', 'Y'),
(4881, 'pt', 'Medicamentos para Doenças Gastrointestinais de uso geral e multiuso', '<p>Medicamentos para Doenças Gastrointestinais de uso geral e multiuso</p>', '', '', '', 'N', '', 'Y'),
(4882, 'en', 'Medicamentos para Náusea', '<p>Medicamentos para Náusea</p>', '', '', '', 'N', '', 'Y'),
(4882, 'es', 'Medicamentos para Náusea', '<p>Medicamentos para Náusea</p>', '', '', '', 'N', '', 'Y'),
(4882, 'pt', 'Medicamentos para Náusea', '<p>Medicamentos para Náusea</p>', '', '', '', 'N', '', 'Y'),
(4883, 'en', 'Outros Medicamentos para Doenças Gastrointestinais', '<p>Outros Medicamentos para Doenças Gastrointestinais</p>', '', '', '', 'N', '', 'Y'),
(4883, 'es', 'Outros Medicamentos para Doenças Gastrointestinais', '<p>Outros Medicamentos para Doenças Gastrointestinais</p>', '', '', '', 'N', '', 'Y'),
(4883, 'pt', 'Outros Medicamentos para Doenças Gastrointestinais', '<p>Outros Medicamentos para Doenças Gastrointestinais</p>', '', '', '', 'N', '', 'Y'),
(4884, 'en', 'Pacotes de Variedades - Medicamentos para Doenças Gastrointestinais', '<p>Pacotes de Variedades - Medicamentos para Doenças Gastrointestinais</p>', '', '', '', 'N', '', 'Y'),
(4884, 'es', 'Pacotes de Variedades - Medicamentos para Doenças Gastrointestinais', '<p>Pacotes de Variedades - Medicamentos para Doenças Gastrointestinais</p>', '', '', '', 'N', '', 'Y'),
(4884, 'pt', 'Pacotes de Variedades - Medicamentos para Doenças Gastrointestinais', '<p>Pacotes de Variedades - Medicamentos para Doenças Gastrointestinais</p>', '', '', '', 'N', '', 'Y'),
(4885, 'en', 'Medicamentos para Enjoo durante a viagem', '<p>Medicamentos para Enjoo durante a viagem</p>', '', '', '', 'N', '', 'Y'),
(4885, 'es', 'Medicamentos para Enjoo durante a viagem', '<p>Medicamentos para Enjoo durante a viagem</p>', '', '', '', 'N', '', 'Y'),
(4885, 'pt', 'Medicamentos para Enjoo durante a viagem', '<p>Medicamentos para Enjoo durante a viagem</p>', '', '', '', 'N', '', 'Y'),
(4886, 'en', 'Inibidores de Doenças em Viagens - Medicinais', '<p>Inibidores de Doenças em Viagens - Medicinais</p>', '', '', '', 'N', '', 'Y'),
(4886, 'es', 'Inibidores de Doenças em Viagens - Medicinais', '<p>Inibidores de Doenças em Viagens - Medicinais</p>', '', '', '', 'N', '', 'Y'),
(4886, 'pt', 'Inibidores de Doenças em Viagens - Medicinais', '<p>Inibidores de Doenças em Viagens - Medicinais</p>', '', '', '', 'N', '', 'Y'),
(4887, 'en', 'Inibidores de Doenças em Viagens - Não medicinais', '<p>Inibidores de Doenças em Viagens - Não medicinais</p>', '', '', '', 'N', '', 'Y'),
(4887, 'es', 'Inibidores de Doenças em Viagens - Não medicinais', '<p>Inibidores de Doenças em Viagens - Não medicinais</p>', '', '', '', 'N', '', 'Y'),
(4887, 'pt', 'Inibidores de Doenças em Viagens - Não medicinais', '<p>Inibidores de Doenças em Viagens - Não medicinais</p>', '', '', '', 'N', '', 'Y'),
(4888, 'en', 'Outros Medicamentos contra Enjoos em Viagens', '<p>Outros Medicamentos contra Enjoos em Viagens</p>', '', '', '', 'N', '', 'Y'),
(4888, 'es', 'Outros Medicamentos contra Enjoos em Viagens', '<p>Outros Medicamentos contra Enjoos em Viagens</p>', '', '', '', 'N', '', 'Y'),
(4888, 'pt', 'Outros Medicamentos contra Enjoos em Viagens', '<p>Outros Medicamentos contra Enjoos em Viagens</p>', '', '', '', 'N', '', 'Y'),
(4889, 'en', 'Pacotes de Variedades para Medicamentos contra enjoos em viagens', '<p>Pacotes de Variedades para Medicamentos contra enjoos em viagens</p>', '', '', '', 'N', '', 'Y'),
(4889, 'es', 'Pacotes de Variedades para Medicamentos contra enjoos em viagens', '<p>Pacotes de Variedades para Medicamentos contra enjoos em viagens</p>', '', '', '', 'N', '', 'Y'),
(4889, 'pt', 'Pacotes de Variedades para Medicamentos contra enjoos em viagens', '<p>Pacotes de Variedades para Medicamentos contra enjoos em viagens</p>', '', '', '', 'N', '', 'Y'),
(4890, 'en', 'Medicamentos para o Sistema Respiratório/Antialérgicos', '<p>Medicamentos para o Sistema Respiratório/Antialérgicos</p>', '', '', '', 'N', '', 'Y'),
(4890, 'es', 'Medicamentos para o Sistema Respiratório/Antialérgicos', '<p>Medicamentos para o Sistema Respiratório/Antialérgicos</p>', '', '', '', 'N', '', 'Y'),
(4890, 'pt', 'Medicamentos para o Sistema Respiratório/Antialérgicos', '<p>Medicamentos para o Sistema Respiratório/Antialérgicos</p>', '', '', '', 'N', '', 'Y'),
(4891, 'en', 'Anti-histamínicos/Alívio/Prevenção contra Alergia', '<p>Anti-histamínicos/Alívio/Prevenção contra Alergia</p>', '', '', '', 'N', '', 'Y'),
(4891, 'es', 'Anti-histamínicos/Alívio/Prevenção contra Alergia', '<p>Anti-histamínicos/Alívio/Prevenção contra Alergia</p>', '', '', '', 'N', '', 'Y'),
(4891, 'pt', 'Anti-histamínicos/Alívio/Prevenção contra Alergia', '<p>Anti-histamínicos/Alívio/Prevenção contra Alergia</p>', '', '', '', 'N', '', 'Y'),
(4892, 'en', 'Inaladores/Nebulizadores/Respiradores (Elétricos)', '<p>Inaladores/Nebulizadores/Respiradores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4892, 'es', 'Inaladores/Nebulizadores/Respiradores (Elétricos)', '<p>Inaladores/Nebulizadores/Respiradores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4892, 'pt', 'Inaladores/Nebulizadores/Respiradores (Elétricos)', '<p>Inaladores/Nebulizadores/Respiradores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4893, 'en', 'Inaladores/Nebulizadores/Respiradores (Não elétricos)', '<p>Inaladores/Nebulizadores/Respiradores (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4893, 'es', 'Inaladores/Nebulizadores/Respiradores (Não elétricos)', '<p>Inaladores/Nebulizadores/Respiradores (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4893, 'pt', 'Inaladores/Nebulizadores/Respiradores (Não elétricos)', '<p>Inaladores/Nebulizadores/Respiradores (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4894, 'en', 'Medicamentos para a Garganta', '<p>Medicamentos para a Garganta</p>', '', '', '', 'N', '', 'Y'),
(4894, 'es', 'Medicamentos para a Garganta', '<p>Medicamentos para a Garganta</p>', '', '', '', 'N', '', 'Y'),
(4894, 'pt', 'Medicamentos para a Garganta', '<p>Medicamentos para a Garganta</p>', '', '', '', 'N', '', 'Y'),
(4895, 'en', 'Medicamentos para Gripe/Tosse', '<p>Medicamentos para Gripe/Tosse</p>', '', '', '', 'N', '', 'Y'),
(4895, 'es', 'Medicamentos para Gripe/Tosse', '<p>Medicamentos para Gripe/Tosse</p>', '', '', '', 'N', '', 'Y'),
(4895, 'pt', 'Medicamentos para Gripe/Tosse', '<p>Medicamentos para Gripe/Tosse</p>', '', '', '', 'N', '', 'Y'),
(4896, 'en', 'Outros Descongestionantes', '<p>Outros Descongestionantes</p>', '', '', '', 'N', '', 'Y'),
(4896, 'es', 'Outros Descongestionantes', '<p>Outros Descongestionantes</p>', '', '', '', 'N', '', 'Y'),
(4896, 'pt', 'Outros Descongestionantes', '<p>Outros Descongestionantes</p>', '', '', '', 'N', '', 'Y'),
(4897, 'en', 'Outros Produtos para o Sistema Respiratório/Antialérgicos', '<p>Outros Produtos para o Sistema Respiratório/Antialérgicos</p>', '', '', '', 'N', '', 'Y'),
(4897, 'es', 'Outros Produtos para o Sistema Respiratório/Antialérgicos', '<p>Outros Produtos para o Sistema Respiratório/Antialérgicos</p>', '', '', '', 'N', '', 'Y'),
(4897, 'pt', 'Outros Produtos para o Sistema Respiratório/Antialérgicos', '<p>Outros Produtos para o Sistema Respiratório/Antialérgicos</p>', '', '', '', 'N', '', 'Y'),
(4898, 'en', 'Pacotes de Variedades para Medicamentos do Sistema Respiratório/Antialérgicos', '<p>Pacotes de Variedades para Medicamentos do Sistema Respiratório/Antialérgicos</p>', '', '', '', 'N', '', 'Y'),
(4898, 'es', 'Pacotes de Variedades para Medicamentos do Sistema Respiratório/Antialérgicos', '<p>Pacotes de Variedades para Medicamentos do Sistema Respiratório/Antialérgicos</p>', '', '', '', 'N', '', 'Y'),
(4898, 'pt', 'Pacotes de Variedades para Medicamentos do Sistema Respiratório/Antialérgicos', '<p>Pacotes de Variedades para Medicamentos do Sistema Respiratório/Antialérgicos</p>', '', '', '', 'N', '', 'Y'),
(4899, 'en', 'Pomadas descongestionantes', '<p>Pomadas descongestionantes</p>', '', '', '', 'N', '', 'Y'),
(4899, 'es', 'Pomadas descongestionantes', '<p>Pomadas descongestionantes</p>', '', '', '', 'N', '', 'Y'),
(4899, 'pt', 'Pomadas descongestionantes', '<p>Pomadas descongestionantes</p>', '', '', '', 'N', '', 'Y'),
(4900, 'en', 'Sprays/Tiras Nasais (Dilatadores Nasais)', '<p>Sprays/Tiras Nasais (Dilatadores Nasais)</p>', '', '', '', 'N', '', 'Y'),
(4900, 'es', 'Sprays/Tiras Nasais (Dilatadores Nasais)', '<p>Sprays/Tiras Nasais (Dilatadores Nasais)</p>', '', '', '', 'N', '', 'Y'),
(4900, 'pt', 'Sprays/Tiras Nasais (Dilatadores Nasais)', '<p>Sprays/Tiras Nasais (Dilatadores Nasais)</p>', '', '', '', 'N', '', 'Y'),
(4901, 'en', 'Umidificadores/Vaporizadores (Elétricos)', '<p>Umidificadores/Vaporizadores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4901, 'es', 'Umidificadores/Vaporizadores (Elétricos)', '<p>Umidificadores/Vaporizadores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4901, 'pt', 'Umidificadores/Vaporizadores (Elétricos)', '<p>Umidificadores/Vaporizadores (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4902, 'en', 'Umidificadores/Vaporizadores (Não elétricos)', '<p>Umidificadores/Vaporizadores (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4902, 'es', 'Umidificadores/Vaporizadores (Não elétricos)', '<p>Umidificadores/Vaporizadores (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4902, 'pt', 'Umidificadores/Vaporizadores (Não elétricos)', '<p>Umidificadores/Vaporizadores (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4903, 'en', 'Pacotes de Variedades para Recursos/Tratamentos do Setor da Saúde', '<p>Pacotes de Variedades para Recursos/Tratamentos do Setor da Saúde</p>', '', '', '', 'N', '', 'Y'),
(4903, 'es', 'Pacotes de Variedades para Recursos/Tratamentos do Setor da Saúde', '<p>Pacotes de Variedades para Recursos/Tratamentos do Setor da Saúde</p>', '', '', '', 'N', '', 'Y'),
(4903, 'pt', 'Pacotes de Variedades para Recursos/Tratamentos do Setor da Saúde', '<p>Pacotes de Variedades para Recursos/Tratamentos do Setor da Saúde</p>', '', '', '', 'N', '', 'Y'),
(4904, 'en', 'Primeiros Socorros', '<p>Primeiros Socorros</p>', '', '', '', 'N', '', 'Y'),
(4904, 'es', 'Primeiros Socorros', '<p>Primeiros Socorros</p>', '', '', '', 'N', '', 'Y'),
(4904, 'pt', 'Primeiros Socorros', '<p>Primeiros Socorros</p>', '', '', '', 'N', '', 'Y'),
(4905, 'en', 'Acessórios - Primeiros Socorros', '<p>Acessórios - Primeiros Socorros</p>', '', '', '', 'N', '', 'Y'),
(4905, 'es', 'Acessórios - Primeiros Socorros', '<p>Acessórios - Primeiros Socorros</p>', '', '', '', 'N', '', 'Y'),
(4905, 'pt', 'Acessórios - Primeiros Socorros', '<p>Acessórios - Primeiros Socorros</p>', '', '', '', 'N', '', 'Y'),
(4906, 'en', 'Bolsas de Água Quente/Fria', '<p>Bolsas de Água Quente/Fria</p>', '', '', '', 'N', '', 'Y'),
(4906, 'es', 'Bolsas de Água Quente/Fria', '<p>Bolsas de Água Quente/Fria</p>', '', '', '', 'N', '', 'Y'),
(4906, 'pt', 'Bolsas de Água Quente/Fria', '<p>Bolsas de Água Quente/Fria</p>', '', '', '', 'N', '', 'Y'),
(4907, 'en', 'Esterilizadores/Antissépticos Cirúrgicos', '<p>Esterilizadores/Antissépticos Cirúrgicos</p>', '', '', '', 'N', '', 'Y'),
(4907, 'es', 'Esterilizadores/Antissépticos Cirúrgicos', '<p>Esterilizadores/Antissépticos Cirúrgicos</p>', '', '', '', 'N', '', 'Y'),
(4907, 'pt', 'Esterilizadores/Antissépticos Cirúrgicos', '<p>Esterilizadores/Antissépticos Cirúrgicos</p>', '', '', '', 'N', '', 'Y'),
(4908, 'en', 'Outros produtos para Primeiros Socorros', '<p>Outros produtos para Primeiros Socorros</p>', '', '', '', 'N', '', 'Y'),
(4908, 'es', 'Outros produtos para Primeiros Socorros', '<p>Outros produtos para Primeiros Socorros</p>', '', '', '', 'N', '', 'Y'),
(4908, 'pt', 'Outros produtos para Primeiros Socorros', '<p>Outros produtos para Primeiros Socorros</p>', '', '', '', 'N', '', 'Y'),
(4909, 'en', 'Pacotes de Variedades para Primeiros Socorros', '<p>Pacotes de Variedades para Primeiros Socorros</p>', '', '', '', 'N', '', 'Y'),
(4909, 'es', 'Pacotes de Variedades para Primeiros Socorros', '<p>Pacotes de Variedades para Primeiros Socorros</p>', '', '', '', 'N', '', 'Y'),
(4909, 'pt', 'Pacotes de Variedades para Primeiros Socorros', '<p>Pacotes de Variedades para Primeiros Socorros</p>', '', '', '', 'N', '', 'Y'),
(4910, 'en', 'Primeiros Socorros - Curativos/Ataduras/Emplastro', '<p>Primeiros Socorros - Curativos/Ataduras/Emplastro</p>', '', '', '', 'N', '', 'Y'),
(4910, 'es', 'Primeiros Socorros - Curativos/Ataduras/Emplastro', '<p>Primeiros Socorros - Curativos/Ataduras/Emplastro</p>', '', '', '', 'N', '', 'Y'),
(4910, 'pt', 'Primeiros Socorros - Curativos/Ataduras/Emplastro', '<p>Primeiros Socorros - Curativos/Ataduras/Emplastro</p>', '', '', '', 'N', '', 'Y'),
(4911, 'en', 'Primeiros Socorros - Tipoia/Apoio', '<p>Primeiros Socorros - Tipoia/Apoio</p>', '', '', '', 'N', '', 'Y'),
(4911, 'es', 'Primeiros Socorros - Tipoia/Apoio', '<p>Primeiros Socorros - Tipoia/Apoio</p>', '', '', '', 'N', '', 'Y'),
(4911, 'pt', 'Primeiros Socorros - Tipoia/Apoio', '<p>Primeiros Socorros - Tipoia/Apoio</p>', '', '', '', 'N', '', 'Y'),
(4912, 'en', 'Produtos para tratamento/Remoção de veneno', '<p>Produtos para tratamento/Remoção de veneno</p>', '', '', '', 'N', '', 'Y'),
(4912, 'es', 'Produtos para tratamento/Remoção de veneno', '<p>Produtos para tratamento/Remoção de veneno</p>', '', '', '', 'N', '', 'Y'),
(4912, 'pt', 'Produtos para tratamento/Remoção de veneno', '<p>Produtos para tratamento/Remoção de veneno</p>', '', '', '', 'N', '', 'Y'),
(4913, 'en', 'Produtos para Alívio do Estresse/para Dormir', '<p>Produtos para Alívio do Estresse/para Dormir</p>', '', '', '', 'N', '', 'Y'),
(4913, 'es', 'Produtos para Alívio do Estresse/para Dormir', '<p>Produtos para Alívio do Estresse/para Dormir</p>', '', '', '', 'N', '', 'Y'),
(4913, 'pt', 'Produtos para Alívio do Estresse/para Dormir', '<p>Produtos para Alívio do Estresse/para Dormir</p>', '', '', '', 'N', '', 'Y'),
(4914, 'en', 'Calmantes/Alívio do Estresse', '<p>Calmantes/Alívio do Estresse</p>', '', '', '', 'N', '', 'Y'),
(4914, 'es', 'Calmantes/Alívio do Estresse', '<p>Calmantes/Alívio do Estresse</p>', '', '', '', 'N', '', 'Y'),
(4914, 'pt', 'Calmantes/Alívio do Estresse', '<p>Calmantes/Alívio do Estresse</p>', '', '', '', 'N', '', 'Y'),
(4915, 'en', 'Outros produtos para dormir/aliviar o estresse', '<p>Outros produtos para dormir/aliviar o estresse</p>', '', '', '', 'N', '', 'Y'),
(4915, 'es', 'Outros produtos para dormir/aliviar o estresse', '<p>Outros produtos para dormir/aliviar o estresse</p>', '', '', '', 'N', '', 'Y'),
(4915, 'pt', 'Outros produtos para dormir/aliviar o estresse', '<p>Outros produtos para dormir/aliviar o estresse</p>', '', '', '', 'N', '', 'Y'),
(4916, 'en', 'Pacotes de Variedades - Produtos para Dormir/Aliviar o Estresse', '<p>Pacotes de Variedades - Produtos para Dormir/Aliviar o Estresse</p>', '', '', '', 'N', '', 'Y'),
(4916, 'es', 'Pacotes de Variedades - Produtos para Dormir/Aliviar o Estresse', '<p>Pacotes de Variedades - Produtos para Dormir/Aliviar o Estresse</p>', '', '', '', 'N', '', 'Y'),
(4916, 'pt', 'Pacotes de Variedades - Produtos para Dormir/Aliviar o Estresse', '<p>Pacotes de Variedades - Produtos para Dormir/Aliviar o Estresse</p>', '', '', '', 'N', '', 'Y'),
(4917, 'en', 'Recursos para dormir', '<p>Recursos para dormir</p>', '', '', '', 'N', '', 'Y'),
(4917, 'es', 'Recursos para dormir', '<p>Recursos para dormir</p>', '', '', '', 'N', '', 'Y'),
(4917, 'pt', 'Recursos para dormir', '<p>Recursos para dormir</p>', '', '', '', 'N', '', 'Y'),
(4918, 'en', 'Produtos para bexiga/partes genitais/reto', '<p>Produtos para bexiga/partes genitais/reto</p>', '', '', '', 'N', '', 'Y'),
(4918, 'es', 'Produtos para bexiga/partes genitais/reto', '<p>Produtos para bexiga/partes genitais/reto</p>', '', '', '', 'N', '', 'Y'),
(4918, 'pt', 'Produtos para bexiga/partes genitais/reto', '<p>Produtos para bexiga/partes genitais/reto</p>', '', '', '', 'N', '', 'Y'),
(4919, 'en', 'Enemas/Lavagens Intestinais', '<p>Enemas/Lavagens Intestinais</p>', '', '', '', 'N', '', 'Y'),
(4919, 'es', 'Enemas/Lavagens Intestinais', '<p>Enemas/Lavagens Intestinais</p>', '', '', '', 'N', '', 'Y'),
(4919, 'pt', 'Enemas/Lavagens Intestinais', '<p>Enemas/Lavagens Intestinais</p>', '', '', '', 'N', '', 'Y'),
(4920, 'en', 'Irritação genital', '<p>Irritação genital</p>', '', '', '', 'N', '', 'Y'),
(4920, 'es', 'Irritação genital', '<p>Irritação genital</p>', '', '', '', 'N', '', 'Y'),
(4920, 'pt', 'Irritação genital', '<p>Irritação genital</p>', '', '', '', 'N', '', 'Y'),
(4921, 'en', 'Lubrificação Íntima', '<p>Lubrificação Íntima</p>', '', '', '', 'N', '', 'Y'),
(4921, 'es', 'Lubrificação Íntima', '<p>Lubrificação Íntima</p>', '', '', '', 'N', '', 'Y'),
(4921, 'pt', 'Lubrificação Íntima', '<p>Lubrificação Íntima</p>', '', '', '', 'N', '', 'Y'),
(4922, 'en', 'Medicamento para o reto', '<p>Medicamento para o reto</p>', '', '', '', 'N', '', 'Y'),
(4922, 'es', 'Medicamento para o reto', '<p>Medicamento para o reto</p>', '', '', '', 'N', '', 'Y'),
(4922, 'pt', 'Medicamento para o reto', '<p>Medicamento para o reto</p>', '', '', '', 'N', '', 'Y'),
(4923, 'en', 'Medicamentos diuréticos', '<p>Medicamentos diuréticos</p>', '', '', '', 'N', '', 'Y'),
(4923, 'es', 'Medicamentos diuréticos', '<p>Medicamentos diuréticos</p>', '', '', '', 'N', '', 'Y'),
(4923, 'pt', 'Medicamentos diuréticos', '<p>Medicamentos diuréticos</p>', '', '', '', 'N', '', 'Y'),
(4924, 'en', 'Medicamentos para cistite', '<p>Medicamentos para cistite</p>', '', '', '', 'N', '', 'Y'),
(4924, 'es', 'Medicamentos para cistite', '<p>Medicamentos para cistite</p>', '', '', '', 'N', '', 'Y'),
(4924, 'pt', 'Medicamentos para cistite', '<p>Medicamentos para cistite</p>', '', '', '', 'N', '', 'Y'),
(4925, 'en', 'Outros produtos para bexiga/partes genitais/reto', '<p>Outros produtos para bexiga/partes genitais/reto</p>', '', '', '', 'N', '', 'Y'),
(4925, 'es', 'Outros produtos para bexiga/partes genitais/reto', '<p>Outros produtos para bexiga/partes genitais/reto</p>', '', '', '', 'N', '', 'Y'),
(4925, 'pt', 'Outros produtos para bexiga/partes genitais/reto', '<p>Outros produtos para bexiga/partes genitais/reto</p>', '', '', '', 'N', '', 'Y'),
(4926, 'en', 'Pacotes de Variedades - Produtos para bexiga/partes genitais/reto', '<p>Pacotes de Variedades - Produtos para bexiga/partes genitais/reto</p>', '', '', '', 'N', '', 'Y'),
(4926, 'es', 'Pacotes de Variedades - Produtos para bexiga/partes genitais/reto', '<p>Pacotes de Variedades - Produtos para bexiga/partes genitais/reto</p>', '', '', '', 'N', '', 'Y'),
(4926, 'pt', 'Pacotes de Variedades - Produtos para bexiga/partes genitais/reto', '<p>Pacotes de Variedades - Produtos para bexiga/partes genitais/reto</p>', '', '', '', 'N', '', 'Y'),
(4927, 'en', 'Produtos para Tratamento da Pele/do Couro Cabeludo', '<p>Produtos para Tratamento da Pele/do Couro Cabeludo</p>', '', '', '', 'N', '', 'Y'),
(4927, 'es', 'Produtos para Tratamento da Pele/do Couro Cabeludo', '<p>Produtos para Tratamento da Pele/do Couro Cabeludo</p>', '', '', '', 'N', '', 'Y'),
(4927, 'pt', 'Produtos para Tratamento da Pele/do Couro Cabeludo', '<p>Produtos para Tratamento da Pele/do Couro Cabeludo</p>', '', '', '', 'N', '', 'Y'),
(4928, 'en', 'Alívio contra picada de inseto', '<p>Alívio contra picada de inseto</p>', '', '', '', 'N', '', 'Y'),
(4928, 'es', 'Alívio contra picada de inseto', '<p>Alívio contra picada de inseto</p>', '', '', '', 'N', '', 'Y'),
(4928, 'pt', 'Alívio contra picada de inseto', '<p>Alívio contra picada de inseto</p>', '', '', '', 'N', '', 'Y'),
(4929, 'en', 'Antissépticos', '<p>Antissépticos</p>', '', '', '', 'N', '', 'Y'),
(4929, 'es', 'Antissépticos', '<p>Antissépticos</p>', '', '', '', 'N', '', 'Y'),
(4929, 'pt', 'Antissépticos', '<p>Antissépticos</p>', '', '', '', 'N', '', 'Y'),
(4930, 'en', 'Outros produtos para tratamento da pele/couro cabeludo', '<p>Outros produtos para tratamento da pele/couro cabeludo</p>', '', '', '', 'N', '', 'Y'),
(4930, 'es', 'Outros produtos para tratamento da pele/couro cabeludo', '<p>Outros produtos para tratamento da pele/couro cabeludo</p>', '', '', '', 'N', '', 'Y'),
(4930, 'pt', 'Outros produtos para tratamento da pele/couro cabeludo', '<p>Outros produtos para tratamento da pele/couro cabeludo</p>', '', '', '', 'N', '', 'Y'),
(4931, 'en', 'Pacotes de Variedades - Produtos para Tratamento da Pele/Couro Cabeludo', '<p>Pacotes de Variedades - Produtos para Tratamento da Pele/Couro Cabeludo</p>', '', '', '', 'N', '', 'Y'),
(4931, 'es', 'Pacotes de Variedades - Produtos para Tratamento da Pele/Couro Cabeludo', '<p>Pacotes de Variedades - Produtos para Tratamento da Pele/Couro Cabeludo</p>', '', '', '', 'N', '', 'Y'),
(4931, 'pt', 'Pacotes de Variedades - Produtos para Tratamento da Pele/Couro Cabeludo', '<p>Pacotes de Variedades - Produtos para Tratamento da Pele/Couro Cabeludo</p>', '', '', '', 'N', '', 'Y'),
(4932, 'en', 'Produtos antifúngicos', '<p>Produtos antifúngicos</p>', '', '', '', 'N', '', 'Y'),
(4932, 'es', 'Produtos antifúngicos', '<p>Produtos antifúngicos</p>', '', '', '', 'N', '', 'Y'),
(4932, 'pt', 'Produtos antifúngicos', '<p>Produtos antifúngicos</p>', '', '', '', 'N', '', 'Y'),
(4933, 'en', 'Recursos contra infestação parasitária (Elétricos)', '<p>Recursos contra infestação parasitária (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4933, 'es', 'Recursos contra infestação parasitária (Elétricos)', '<p>Recursos contra infestação parasitária (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4933, 'pt', 'Recursos contra infestação parasitária (Elétricos)', '<p>Recursos contra infestação parasitária (Elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4934, 'en', 'Recursos contra infestação parasitária (Não elétricos)', '<p>Recursos contra infestação parasitária (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4934, 'es', 'Recursos contra infestação parasitária (Não elétricos)', '<p>Recursos contra infestação parasitária (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4934, 'pt', 'Recursos contra infestação parasitária (Não elétricos)', '<p>Recursos contra infestação parasitária (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(4935, 'en', 'Tratamentos contra a infestação de parasitas', '<p>Tratamentos contra a infestação de parasitas</p>', '', '', '', 'N', '', 'Y'),
(4935, 'es', 'Tratamentos contra a infestação de parasitas', '<p>Tratamentos contra a infestação de parasitas</p>', '', '', '', 'N', '', 'Y'),
(4935, 'pt', 'Tratamentos contra a infestação de parasitas', '<p>Tratamentos contra a infestação de parasitas</p>', '', '', '', 'N', '', 'Y'),
(4936, 'en', 'Tratamentos contra a queda de cabelo', '<p>Tratamentos contra a queda de cabelo</p>', '', '', '', 'N', '', 'Y'),
(4936, 'es', 'Tratamentos contra a queda de cabelo', '<p>Tratamentos contra a queda de cabelo</p>', '', '', '', 'N', '', 'Y'),
(4936, 'pt', 'Tratamentos contra a queda de cabelo', '<p>Tratamentos contra a queda de cabelo</p>', '', '', '', 'N', '', 'Y'),
(4937, 'en', 'Tratamentos contra Acne', '<p>Tratamentos contra Acne</p>', '', '', '', 'N', '', 'Y'),
(4937, 'es', 'Tratamentos contra Acne', '<p>Tratamentos contra Acne</p>', '', '', '', 'N', '', 'Y'),
(4937, 'pt', 'Tratamentos contra Acne', '<p>Tratamentos contra Acne</p>', '', '', '', 'N', '', 'Y'),
(4938, 'en', 'Tratamentos para Couro cabeludo/Pele seca/Dermatite/Psoríase', '<p>Tratamentos para Couro cabeludo/Pele seca/Dermatite/Psoríase</p>', '', '', '', 'N', '', 'Y'),
(4938, 'es', 'Tratamentos para Couro cabeludo/Pele seca/Dermatite/Psoríase', '<p>Tratamentos para Couro cabeludo/Pele seca/Dermatite/Psoríase</p>', '', '', '', 'N', '', 'Y'),
(4938, 'pt', 'Tratamentos para Couro cabeludo/Pele seca/Dermatite/Psoríase', '<p>Tratamentos para Couro cabeludo/Pele seca/Dermatite/Psoríase</p>', '', '', '', 'N', '', 'Y'),
(4939, 'en', 'Tratamentos para Pele/Couro Cabeludo de multiuso ou de uso geral', '<p>Tratamentos para Pele/Couro Cabeludo de multiuso ou de uso geral</p>', '', '', '', 'N', '', 'Y'),
(4939, 'es', 'Tratamentos para Pele/Couro Cabeludo de multiuso ou de uso geral', '<p>Tratamentos para Pele/Couro Cabeludo de multiuso ou de uso geral</p>', '', '', '', 'N', '', 'Y'),
(4939, 'pt', 'Tratamentos para Pele/Couro Cabeludo de multiuso ou de uso geral', '<p>Tratamentos para Pele/Couro Cabeludo de multiuso ou de uso geral</p>', '', '', '', 'N', '', 'Y'),
(4940, 'en', 'Tratamentos para Verrugas e Calos/Calosidades', '<p>Tratamentos para Verrugas e Calos/Calosidades</p>', '', '', '', 'N', '', 'Y'),
(4940, 'es', 'Tratamentos para Verrugas e Calos/Calosidades', '<p>Tratamentos para Verrugas e Calos/Calosidades</p>', '', '', '', 'N', '', 'Y'),
(4940, 'pt', 'Tratamentos para Verrugas e Calos/Calosidades', '<p>Tratamentos para Verrugas e Calos/Calosidades</p>', '', '', '', 'N', '', 'Y'),
(4941, 'en', 'Recursos Pessoais', '<p>Recursos Pessoais</p>', '', '', '', 'N', '', 'Y'),
(4941, 'es', 'Recursos Pessoais', '<p>Recursos Pessoais</p>', '', '', '', 'N', '', 'Y'),
(4941, 'pt', 'Recursos Pessoais', '<p>Recursos Pessoais</p>', '', '', '', 'N', '', 'Y'),
(4942, 'en', 'Outros Recursos Pessoais', '<p>Outros Recursos Pessoais</p>', '', '', '', 'N', '', 'Y'),
(4942, 'es', 'Outros Recursos Pessoais', '<p>Outros Recursos Pessoais</p>', '', '', '', 'N', '', 'Y'),
(4942, 'pt', 'Outros Recursos Pessoais', '<p>Outros Recursos Pessoais</p>', '', '', '', 'N', '', 'Y'),
(4943, 'en', 'Pacotes de Variedades para Recursos Pessoais', '<p>Pacotes de Variedades para Recursos Pessoais</p>', '', '', '', 'N', '', 'Y'),
(4943, 'es', 'Pacotes de Variedades para Recursos Pessoais', '<p>Pacotes de Variedades para Recursos Pessoais</p>', '', '', '', 'N', '', 'Y'),
(4943, 'pt', 'Pacotes de Variedades para Recursos Pessoais', '<p>Pacotes de Variedades para Recursos Pessoais</p>', '', '', '', 'N', '', 'Y'),
(4944, 'en', 'Recursos para Deficiência Física', '<p>Recursos para Deficiência Física</p>', '', '', '', 'N', '', 'Y'),
(4944, 'es', 'Recursos para Deficiência Física', '<p>Recursos para Deficiência Física</p>', '', '', '', 'N', '', 'Y'),
(4944, 'pt', 'Recursos para Deficiência Física', '<p>Recursos para Deficiência Física</p>', '', '', '', 'N', '', 'Y'),
(4945, 'en', 'Repelentes Pessoais', '<p>Repelentes Pessoais</p>', '', '', '', 'N', '', 'Y'),
(4945, 'es', 'Repelentes Pessoais', '<p>Repelentes Pessoais</p>', '', '', '', 'N', '', 'Y'),
(4945, 'pt', 'Repelentes Pessoais', '<p>Repelentes Pessoais</p>', '', '', '', 'N', '', 'Y'),
(4946, 'en', 'Tratamentos Bucais/Via Oral', '<p>Tratamentos Bucais/Via Oral</p>', '', '', '', 'N', '', 'Y'),
(4946, 'es', 'Tratamentos Bucais/Via Oral', '<p>Tratamentos Bucais/Via Oral</p>', '', '', '', 'N', '', 'Y'),
(4946, 'pt', 'Tratamentos Bucais/Via Oral', '<p>Tratamentos Bucais/Via Oral</p>', '', '', '', 'N', '', 'Y'),
(4947, 'en', 'Tratamentos Habituais', '<p>Tratamentos Habituais</p>', '', '', '', 'N', '', 'Y'),
(4947, 'es', 'Tratamentos Habituais', '<p>Tratamentos Habituais</p>', '', '', '', 'N', '', 'Y'),
(4947, 'pt', 'Tratamentos Habituais', '<p>Tratamentos Habituais</p>', '', '', '', 'N', '', 'Y'),
(4948, 'en', 'Pacotes de Variedades para Tratamentos Habituais', '<p>Pacotes de Variedades para Tratamentos Habituais</p>', '', '', '', 'N', '', 'Y'),
(4948, 'es', 'Pacotes de Variedades para Tratamentos Habituais', '<p>Pacotes de Variedades para Tratamentos Habituais</p>', '', '', '', 'N', '', 'Y'),
(4948, 'pt', 'Pacotes de Variedades para Tratamentos Habituais', '<p>Pacotes de Variedades para Tratamentos Habituais</p>', '', '', '', 'N', '', 'Y'),
(4949, 'en', 'Recursos Antifumo', '<p>Recursos Antifumo</p>', '', '', '', 'N', '', 'Y'),
(4949, 'es', 'Recursos Antifumo', '<p>Recursos Antifumo</p>', '', '', '', 'N', '', 'Y'),
(4949, 'pt', 'Recursos Antifumo', '<p>Recursos Antifumo</p>', '', '', '', 'N', '', 'Y'),
(4950, 'en', 'Tratamentos Habituais', '<p>Tratamentos Habituais</p>', '', '', '', 'N', '', 'Y'),
(4950, 'es', 'Tratamentos Habituais', '<p>Tratamentos Habituais</p>', '', '', '', 'N', '', 'Y'),
(4950, 'pt', 'Tratamentos Habituais', '<p>Tratamentos Habituais</p>', '', '', '', 'N', '', 'Y'),
(4951, 'en', 'Tratamentos para bebê', '<p>Tratamentos para bebê</p>', '', '', '', 'N', '', 'Y'),
(4951, 'es', 'Tratamentos para bebê', '<p>Tratamentos para bebê</p>', '', '', '', 'N', '', 'Y'),
(4951, 'pt', 'Tratamentos para bebê', '<p>Tratamentos para bebê</p>', '', '', '', 'N', '', 'Y'),
(4952, 'en', 'Chupetas/Mordedores', '<p>Chupetas/Mordedores</p>', '', '', '', 'N', '', 'Y'),
(4952, 'es', 'Chupetas/Mordedores', '<p>Chupetas/Mordedores</p>', '', '', '', 'N', '', 'Y'),
(4952, 'pt', 'Chupetas/Mordedores', '<p>Chupetas/Mordedores</p>', '', '', '', 'N', '', 'Y'),
(4953, 'en', 'Tratamentos para bebê', '<p>Tratamentos para bebê</p>', '', '', '', 'N', '', 'Y'),
(4953, 'es', 'Tratamentos para bebê', '<p>Tratamentos para bebê</p>', '', '', '', 'N', '', 'Y'),
(4953, 'pt', 'Tratamentos para bebê', '<p>Tratamentos para bebê</p>', '', '', '', 'N', '', 'Y'),
(4954, 'en', 'Tratamentos/Cuidados com os Órgãos Sensoriais', '<p>Tratamentos/Cuidados com os Órgãos Sensoriais</p>', '', '', '', 'N', '', 'Y'),
(4954, 'es', 'Tratamentos/Cuidados com os Órgãos Sensoriais', '<p>Tratamentos/Cuidados com os Órgãos Sensoriais</p>', '', '', '', 'N', '', 'Y'),
(4954, 'pt', 'Tratamentos/Cuidados com os Órgãos Sensoriais', '<p>Tratamentos/Cuidados com os Órgãos Sensoriais</p>', '', '', '', 'N', '', 'Y'),
(4955, 'en', 'Acessórios para Cuidados com os Óculos', '<p>Acessórios para Cuidados com os Óculos</p>', '', '', '', 'N', '', 'Y'),
(4955, 'es', 'Acessórios para Cuidados com os Óculos', '<p>Acessórios para Cuidados com os Óculos</p>', '', '', '', 'N', '', 'Y'),
(4955, 'pt', 'Acessórios para Cuidados com os Óculos', '<p>Acessórios para Cuidados com os Óculos</p>', '', '', '', 'N', '', 'Y'),
(4956, 'en', 'Aparelhos auditivos', '<p>Aparelhos auditivos</p>', '', '', '', 'N', '', 'Y'),
(4956, 'es', 'Aparelhos auditivos', '<p>Aparelhos auditivos</p>', '', '', '', 'N', '', 'Y'),
(4956, 'pt', 'Aparelhos auditivos', '<p>Aparelhos auditivos</p>', '', '', '', 'N', '', 'Y'),
(4957, 'en', 'Aparelhos óticos - Armações de óculos', '<p>Aparelhos óticos - Armações de óculos</p>', '', '', '', 'N', '', 'Y'),
(4957, 'es', 'Aparelhos óticos - Armações de óculos', '<p>Aparelhos óticos - Armações de óculos</p>', '', '', '', 'N', '', 'Y'),
(4957, 'pt', 'Aparelhos óticos - Armações de óculos', '<p>Aparelhos óticos - Armações de óculos</p>', '', '', '', 'N', '', 'Y'),
(4958, 'en', 'Aparelhos óticos - Lentes de contato', '<p>Aparelhos óticos - Lentes de contato</p>', '', '', '', 'N', '', 'Y'),
(4958, 'es', 'Aparelhos óticos - Lentes de contato', '<p>Aparelhos óticos - Lentes de contato</p>', '', '', '', 'N', '', 'Y'),
(4958, 'pt', 'Aparelhos óticos - Lentes de contato', '<p>Aparelhos óticos - Lentes de contato</p>', '', '', '', 'N', '', 'Y'),
(4959, 'en', 'Aparelhos óticos - Lentes dos óculos', '<p>Aparelhos óticos - Lentes dos óculos</p>', '', '', '', 'N', '', 'Y'),
(4959, 'es', 'Aparelhos óticos - Lentes dos óculos', '<p>Aparelhos óticos - Lentes dos óculos</p>', '', '', '', 'N', '', 'Y'),
(4959, 'pt', 'Aparelhos óticos - Lentes dos óculos', '<p>Aparelhos óticos - Lentes dos óculos</p>', '', '', '', 'N', '', 'Y'),
(4960, 'en', 'Aparelhos óticos - Óculos - Prontos para Usar', '<p>Aparelhos óticos - Óculos - Prontos para Usar</p>', '', '', '', 'N', '', 'Y'),
(4960, 'es', 'Aparelhos óticos - Óculos - Prontos para Usar', '<p>Aparelhos óticos - Óculos - Prontos para Usar</p>', '', '', '', 'N', '', 'Y'),
(4960, 'pt', 'Aparelhos óticos - Óculos - Prontos para Usar', '<p>Aparelhos óticos - Óculos - Prontos para Usar</p>', '', '', '', 'N', '', 'Y'),
(4961, 'en', 'Aparelhos óticos - Óculos de sol - Prontos para Usar', '<p>Aparelhos óticos - Óculos de sol - Prontos para Usar</p>', '', '', '', 'N', '', 'Y'),
(4961, 'es', 'Aparelhos óticos - Óculos de sol - Prontos para Usar', '<p>Aparelhos óticos - Óculos de sol - Prontos para Usar</p>', '', '', '', 'N', '', 'Y'),
(4961, 'pt', 'Aparelhos óticos - Óculos de sol - Prontos para Usar', '<p>Aparelhos óticos - Óculos de sol - Prontos para Usar</p>', '', '', '', 'N', '', 'Y'),
(4962, 'en', 'Aparelhos para cuidados óticos - Lentes de contato', '<p>Aparelhos para cuidados óticos - Lentes de contato</p>', '', '', '', 'N', '', 'Y'),
(4962, 'es', 'Aparelhos para cuidados óticos - Lentes de contato', '<p>Aparelhos para cuidados óticos - Lentes de contato</p>', '', '', '', 'N', '', 'Y'),
(4962, 'pt', 'Aparelhos para cuidados óticos - Lentes de contato', '<p>Aparelhos para cuidados óticos - Lentes de contato</p>', '', '', '', 'N', '', 'Y'),
(4963, 'en', 'Cuidados com Aparelhos Óticos - Óculos', '<p>Cuidados com Aparelhos Óticos - Óculos</p>', '', '', '', 'N', '', 'Y'),
(4963, 'es', 'Cuidados com Aparelhos Óticos - Óculos', '<p>Cuidados com Aparelhos Óticos - Óculos</p>', '', '', '', 'N', '', 'Y'),
(4963, 'pt', 'Cuidados com Aparelhos Óticos - Óculos', '<p>Cuidados com Aparelhos Óticos - Óculos</p>', '', '', '', 'N', '', 'Y'),
(4964, 'en', 'Fórmula para os Ouvidos', '<p>Fórmula para os Ouvidos</p>', '', '', '', 'N', '', 'Y'),
(4964, 'es', 'Fórmula para os Ouvidos', '<p>Fórmula para os Ouvidos</p>', '', '', '', 'N', '', 'Y'),
(4964, 'pt', 'Fórmula para os Ouvidos', '<p>Fórmula para os Ouvidos</p>', '', '', '', 'N', '', 'Y'),
(4965, 'en', 'Fórmulas para os olhos', '<p>Fórmulas para os olhos</p>', '', '', '', 'N', '', 'Y'),
(4965, 'es', 'Fórmulas para os olhos', '<p>Fórmulas para os olhos</p>', '', '', '', 'N', '', 'Y'),
(4965, 'pt', 'Fórmulas para os olhos', '<p>Fórmulas para os olhos</p>', '', '', '', 'N', '', 'Y'),
(4966, 'en', 'Outros tratamentos/cuidados com os órgãos sensoriais', '<p>Outros tratamentos/cuidados com os órgãos sensoriais</p>', '', '', '', 'N', '', 'Y'),
(4966, 'es', 'Outros tratamentos/cuidados com os órgãos sensoriais', '<p>Outros tratamentos/cuidados com os órgãos sensoriais</p>', '', '', '', 'N', '', 'Y'),
(4966, 'pt', 'Outros tratamentos/cuidados com os órgãos sensoriais', '<p>Outros tratamentos/cuidados com os órgãos sensoriais</p>', '', '', '', 'N', '', 'Y'),
(4967, 'en', 'Pacotes de Variedades - Tratamentos/Cuidados com os Órgãos Sensoriais', '<p>Pacotes de Variedades - Tratamentos/Cuidados com os Órgãos Sensoriais</p>', '', '', '', 'N', '', 'Y'),
(4967, 'es', 'Pacotes de Variedades - Tratamentos/Cuidados com os Órgãos Sensoriais', '<p>Pacotes de Variedades - Tratamentos/Cuidados com os Órgãos Sensoriais</p>', '', '', '', 'N', '', 'Y'),
(4967, 'pt', 'Pacotes de Variedades - Tratamentos/Cuidados com os Órgãos Sensoriais', '<p>Pacotes de Variedades - Tratamentos/Cuidados com os Órgãos Sensoriais</p>', '', '', '', 'N', '', 'Y'),
(4968, 'en', 'Tratamentos/Cuidados com os Pés/Pernas', '<p>Tratamentos/Cuidados com os Pés/Pernas</p>', '', '', '', 'N', '', 'Y'),
(4968, 'es', 'Tratamentos/Cuidados com os Pés/Pernas', '<p>Tratamentos/Cuidados com os Pés/Pernas</p>', '', '', '', 'N', '', 'Y'),
(4968, 'pt', 'Tratamentos/Cuidados com os Pés/Pernas', '<p>Tratamentos/Cuidados com os Pés/Pernas</p>', '', '', '', 'N', '', 'Y'),
(4969, 'en', 'Acessórios para Higiene e Cuidados com os pés', '<p>Acessórios para Higiene e Cuidados com os pés</p>', '', '', '', 'N', '', 'Y'),
(4969, 'es', 'Acessórios para Higiene e Cuidados com os pés', '<p>Acessórios para Higiene e Cuidados com os pés</p>', '', '', '', 'N', '', 'Y'),
(4969, 'pt', 'Acessórios para Higiene e Cuidados com os pés', '<p>Acessórios para Higiene e Cuidados com os pés</p>', '', '', '', 'N', '', 'Y'),
(4970, 'en', 'Calçados Ortopédicos/Medicinais', '<p>Calçados Ortopédicos/Medicinais</p>', '', '', '', 'N', '', 'Y'),
(4970, 'es', 'Calçados Ortopédicos/Medicinais', '<p>Calçados Ortopédicos/Medicinais</p>', '', '', '', 'N', '', 'Y'),
(4970, 'pt', 'Calçados Ortopédicos/Medicinais', '<p>Calçados Ortopédicos/Medicinais</p>', '', '', '', 'N', '', 'Y'),
(4971, 'en', 'Meias Terapêuticas', '<p>Meias Terapêuticas</p>', '', '', '', 'N', '', 'Y'),
(4971, 'es', 'Meias Terapêuticas', '<p>Meias Terapêuticas</p>', '', '', '', 'N', '', 'Y'),
(4971, 'pt', 'Meias Terapêuticas', '<p>Meias Terapêuticas</p>', '', '', '', 'N', '', 'Y'),
(4972, 'en', 'Outros Tratamentos e Cuidados com os Pés/Pernas', '<p>Outros Tratamentos e Cuidados com os Pés/Pernas</p>', '', '', '', 'N', '', 'Y'),
(4972, 'es', 'Outros Tratamentos e Cuidados com os Pés/Pernas', '<p>Outros Tratamentos e Cuidados com os Pés/Pernas</p>', '', '', '', 'N', '', 'Y'),
(4972, 'pt', 'Outros Tratamentos e Cuidados com os Pés/Pernas', '<p>Outros Tratamentos e Cuidados com os Pés/Pernas</p>', '', '', '', 'N', '', 'Y'),
(4973, 'en', 'Pacotes de Variedades para Tratamentos e Cuidados com os Pés/Pernas', '<p>Pacotes de Variedades para Tratamentos e Cuidados com os Pés/Pernas</p>', '', '', '', 'N', '', 'Y'),
(4973, 'es', 'Pacotes de Variedades para Tratamentos e Cuidados com os Pés/Pernas', '<p>Pacotes de Variedades para Tratamentos e Cuidados com os Pés/Pernas</p>', '', '', '', 'N', '', 'Y'),
(4973, 'pt', 'Pacotes de Variedades para Tratamentos e Cuidados com os Pés/Pernas', '<p>Pacotes de Variedades para Tratamentos e Cuidados com os Pés/Pernas</p>', '', '', '', 'N', '', 'Y'),
(4974, 'en', 'Saúde Veterinária', '<p>Saúde Veterinária</p>', '', '', '', 'N', '', 'Y'),
(4974, 'es', 'Saúde Veterinária', '<p>Saúde Veterinária</p>', '', '', '', 'N', '', 'Y'),
(4974, 'pt', 'Saúde Veterinária', '<p>Saúde Veterinária</p>', '', '', '', 'N', '', 'Y'),
(4975, 'en', 'Dispositivos médicos veterinários', '<p>Dispositivos médicos veterinários</p>', '', '', '', 'N', '', 'Y'),
(4975, 'es', 'Dispositivos médicos veterinários', '<p>Dispositivos médicos veterinários</p>', '', '', '', 'N', '', 'Y'),
(4975, 'pt', 'Dispositivos médicos veterinários', '<p>Dispositivos médicos veterinários</p>', '', '', '', 'N', '', 'Y'),
(4976, 'en', 'Componente de apoio a dispositivo médico veterinário', '<p>Componente de apoio a dispositivo médico veterinário</p>', '', '', '', 'N', '', 'Y'),
(4976, 'es', 'Componente de apoio a dispositivo médico veterinário', '<p>Componente de apoio a dispositivo médico veterinário</p>', '', '', '', 'N', '', 'Y'),
(4976, 'pt', 'Componente de apoio a dispositivo médico veterinário', '<p>Componente de apoio a dispositivo médico veterinário</p>', '', '', '', 'N', '', 'Y'),
(4977, 'en', 'Dispositivos médicos veterinários', '<p>Dispositivos médicos veterinários</p>', '', '', '', 'N', '', 'Y'),
(4977, 'es', 'Dispositivos médicos veterinários', '<p>Dispositivos médicos veterinários</p>', '', '', '', 'N', '', 'Y'),
(4977, 'pt', 'Dispositivos médicos veterinários', '<p>Dispositivos médicos veterinários</p>', '', '', '', 'N', '', 'Y'),
(4978, 'en', 'Medicamentos de uso veterinário', '<p>Medicamentos de uso veterinário</p>', '', '', '', 'N', '', 'Y'),
(4978, 'es', 'Medicamentos de uso veterinário', '<p>Medicamentos de uso veterinário</p>', '', '', '', 'N', '', 'Y'),
(4978, 'pt', 'Medicamentos de uso veterinário', '<p>Medicamentos de uso veterinário</p>', '', '', '', 'N', '', 'Y'),
(4979, 'en', 'Dispenser Type', '<p>Dispenser Type</p>', '', '', '', 'N', '', 'Y'),
(4979, 'es', 'Dispenser Type', '<p>Dispenser Type</p>', '', '', '', 'N', '', 'Y'),
(4979, 'pt', 'Dispenser Type', '<p>Dispenser Type</p>', '', '', '', 'N', '', 'Y'),
(4980, 'en', 'Formation', '<p>Formation</p>', '', '', '', 'N', '', 'Y'),
(4980, 'es', 'Formation', '<p>Formation</p>', '', '', '', 'N', '', 'Y'),
(4980, 'pt', 'Formation', '<p>Formation</p>', '', '', '', 'N', '', 'Y'),
(4981, 'en', 'Pet/Animal Type', '<p>Pet/Animal Type</p>', '', '', '', 'N', '', 'Y'),
(4981, 'es', 'Pet/Animal Type', '<p>Pet/Animal Type</p>', '', '', '', 'N', '', 'Y'),
(4981, 'pt', 'Pet/Animal Type', '<p>Pet/Animal Type</p>', '', '', '', 'N', '', 'Y'),
(4982, 'en', 'Type of Veterinary Pharmaceutical', '<p>Type of Veterinary Pharmaceutical</p>', '', '', '', 'N', '', 'Y'),
(4982, 'es', 'Type of Veterinary Pharmaceutical', '<p>Type of Veterinary Pharmaceutical</p>', '', '', '', 'N', '', 'Y'),
(4982, 'pt', 'Type of Veterinary Pharmaceutical', '<p>Type of Veterinary Pharmaceutical</p>', '', '', '', 'N', '', 'Y'),
(4983, 'en', 'Utensílios de cozinha e utensílios de mesa', '<p>Utensílios de cozinha e utensílios de mesa</p>', '', '', '', 'N', '', 'Y'),
(4983, 'es', 'Utensílios de cozinha e utensílios de mesa', '<p>Utensílios de cozinha e utensílios de mesa</p>', '', '', '', 'N', '', 'Y'),
(4983, 'pt', 'Utensílios de cozinha e utensílios de mesa', '<p>Utensílios de cozinha e utensílios de mesa</p>', '', '', '', 'N', '', 'Y'),
(4984, 'en', 'Utensílios de cozinha', '<p>Utensílios de cozinha</p>', '', '', '', 'N', '', 'Y'),
(4984, 'es', 'Utensílios de cozinha', '<p>Utensílios de cozinha</p>', '', '', '', 'N', '', 'Y'),
(4984, 'pt', 'Utensílios de cozinha', '<p>Utensílios de cozinha</p>', '', '', '', 'N', '', 'Y'),
(4985, 'en', 'Acessórios para Apresentação de Alimentos/Bebidas', '<p>Acessórios para Apresentação de Alimentos/Bebidas</p>', '', '', '', 'N', '', 'Y'),
(4985, 'es', 'Acessórios para Apresentação de Alimentos/Bebidas', '<p>Acessórios para Apresentação de Alimentos/Bebidas</p>', '', '', '', 'N', '', 'Y'),
(4985, 'pt', 'Acessórios para Apresentação de Alimentos/Bebidas', '<p>Acessórios para Apresentação de Alimentos/Bebidas</p>', '', '', '', 'N', '', 'Y'),
(4986, 'en', 'Acessórios/ Decorações de Bolo (Não Comestíveis)', '<p>Acessórios/ Decorações de Bolo (Não Comestíveis)</p>', '', '', '', 'N', '', 'Y'),
(4986, 'es', 'Acessórios/ Decorações de Bolo (Não Comestíveis)', '<p>Acessórios/ Decorações de Bolo (Não Comestíveis)</p>', '', '', '', 'N', '', 'Y'),
(4986, 'pt', 'Acessórios/ Decorações de Bolo (Não Comestíveis)', '<p>Acessórios/ Decorações de Bolo (Não Comestíveis)</p>', '', '', '', 'N', '', 'Y'),
(4987, 'en', 'Acessórios/Decorações para Bebidas (Não comestíveis)', '<p>Acessórios/Decorações para Bebidas (Não comestíveis)</p>', '', '', '', 'N', '', 'Y'),
(4987, 'es', 'Acessórios/Decorações para Bebidas (Não comestíveis)', '<p>Acessórios/Decorações para Bebidas (Não comestíveis)</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(4987, 'pt', 'Acessórios/Decorações para Bebidas (Não comestíveis)', '<p>Acessórios/Decorações para Bebidas (Não comestíveis)</p>', '', '', '', 'N', '', 'Y'),
(4988, 'en', 'Fôrmas para Modelar Alimentos', '<p>Fôrmas para Modelar Alimentos</p>', '', '', '', 'N', '', 'Y'),
(4988, 'es', 'Fôrmas para Modelar Alimentos', '<p>Fôrmas para Modelar Alimentos</p>', '', '', '', 'N', '', 'Y'),
(4988, 'pt', 'Fôrmas para Modelar Alimentos', '<p>Fôrmas para Modelar Alimentos</p>', '', '', '', 'N', '', 'Y'),
(4989, 'en', 'Armazenamento de Alimentos', '<p>Armazenamento de Alimentos</p>', '', '', '', 'N', '', 'Y'),
(4989, 'es', 'Armazenamento de Alimentos', '<p>Armazenamento de Alimentos</p>', '', '', '', 'N', '', 'Y'),
(4989, 'pt', 'Armazenamento de Alimentos', '<p>Armazenamento de Alimentos</p>', '', '', '', 'N', '', 'Y'),
(4990, 'en', 'Armazenamento de Alimentos - Acessórios/Peças de Reposição', '<p>Armazenamento de Alimentos - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(4990, 'es', 'Armazenamento de Alimentos - Acessórios/Peças de Reposição', '<p>Armazenamento de Alimentos - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(4990, 'pt', 'Armazenamento de Alimentos - Acessórios/Peças de Reposição', '<p>Armazenamento de Alimentos - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(4991, 'en', 'Barbante/Nós', '<p>Barbante/Nós</p>', '', '', '', 'N', '', 'Y'),
(4991, 'es', 'Barbante/Nós', '<p>Barbante/Nós</p>', '', '', '', 'N', '', 'Y'),
(4991, 'pt', 'Barbante/Nós', '<p>Barbante/Nós</p>', '', '', '', 'N', '', 'Y'),
(4992, 'en', 'Embalagem para Alimentos Descartável', '<p>Embalagem para Alimentos Descartável</p>', '', '', '', 'N', '', 'Y'),
(4992, 'es', 'Embalagem para Alimentos Descartável', '<p>Embalagem para Alimentos Descartável</p>', '', '', '', 'N', '', 'Y'),
(4992, 'pt', 'Embalagem para Alimentos Descartável', '<p>Embalagem para Alimentos Descartável</p>', '', '', '', 'N', '', 'Y'),
(4993, 'en', 'Outras formas para armazenamento de alimentos', '<p>Outras formas para armazenamento de alimentos</p>', '', '', '', 'N', '', 'Y'),
(4993, 'es', 'Outras formas para armazenamento de alimentos', '<p>Outras formas para armazenamento de alimentos</p>', '', '', '', 'N', '', 'Y'),
(4993, 'pt', 'Outras formas para armazenamento de alimentos', '<p>Outras formas para armazenamento de alimentos</p>', '', '', '', 'N', '', 'Y'),
(4994, 'en', 'Pacotes de Variedades para Armazenagem de Alimentos', '<p>Pacotes de Variedades para Armazenagem de Alimentos</p>', '', '', '', 'N', '', 'Y'),
(4994, 'es', 'Pacotes de Variedades para Armazenagem de Alimentos', '<p>Pacotes de Variedades para Armazenagem de Alimentos</p>', '', '', '', 'N', '', 'Y'),
(4994, 'pt', 'Pacotes de Variedades para Armazenagem de Alimentos', '<p>Pacotes de Variedades para Armazenagem de Alimentos</p>', '', '', '', 'N', '', 'Y'),
(4995, 'en', 'Prateleiras/Suportes/Recipientes/ Dispensers para Armazenagem de Alimentos', '<p>Prateleiras/Suportes/Recipientes/ Dispensers para Armazenagem de Alimentos</p>', '', '', '', 'N', '', 'Y'),
(4995, 'es', 'Prateleiras/Suportes/Recipientes/ Dispensers para Armazenagem de Alimentos', '<p>Prateleiras/Suportes/Recipientes/ Dispensers para Armazenagem de Alimentos</p>', '', '', '', 'N', '', 'Y'),
(4995, 'pt', 'Prateleiras/Suportes/Recipientes/ Dispensers para Armazenagem de Alimentos', '<p>Prateleiras/Suportes/Recipientes/ Dispensers para Armazenagem de Alimentos</p>', '', '', '', 'N', '', 'Y'),
(4996, 'en', 'Recipientes de armazenamento de alimentos/bebidas', '<p>Recipientes de armazenamento de alimentos/bebidas</p>', '', '', '', 'N', '', 'Y'),
(4996, 'es', 'Recipientes de armazenamento de alimentos/bebidas', '<p>Recipientes de armazenamento de alimentos/bebidas</p>', '', '', '', 'N', '', 'Y'),
(4996, 'pt', 'Recipientes de armazenamento de alimentos/bebidas', '<p>Recipientes de armazenamento de alimentos/bebidas</p>', '', '', '', 'N', '', 'Y'),
(4997, 'en', 'Sacos Descartáveis para Alimentos', '<p>Sacos Descartáveis para Alimentos</p>', '', '', '', 'N', '', 'Y'),
(4997, 'es', 'Sacos Descartáveis para Alimentos', '<p>Sacos Descartáveis para Alimentos</p>', '', '', '', 'N', '', 'Y'),
(4997, 'pt', 'Sacos Descartáveis para Alimentos', '<p>Sacos Descartáveis para Alimentos</p>', '', '', '', 'N', '', 'Y'),
(4998, 'en', 'Equipamento para Água/Bebidas', '<p>Equipamento para Água/Bebidas</p>', '', '', '', 'N', '', 'Y'),
(4998, 'es', 'Equipamento para Água/Bebidas', '<p>Equipamento para Água/Bebidas</p>', '', '', '', 'N', '', 'Y'),
(4998, 'pt', 'Equipamento para Água/Bebidas', '<p>Equipamento para Água/Bebidas</p>', '', '', '', 'N', '', 'Y'),
(4999, 'en', 'Chaleiras (não elétricas)', '<p>Chaleiras (não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(4999, 'es', 'Chaleiras (não elétricas)', '<p>Chaleiras (não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(4999, 'pt', 'Chaleiras (não elétricas)', '<p>Chaleiras (não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(5000, 'en', 'Desnatadeiras para Cappuccino', '<p>Desnatadeiras para Cappuccino</p>', '', '', '', 'N', '', 'Y'),
(5000, 'es', 'Desnatadeiras para Cappuccino', '<p>Desnatadeiras para Cappuccino</p>', '', '', '', 'N', '', 'Y'),
(5000, 'pt', 'Desnatadeiras para Cappuccino', '<p>Desnatadeiras para Cappuccino</p>', '', '', '', 'N', '', 'Y'),
(5001, 'en', 'Filtros de Água/Cartuchos para Filtros de Água', '<p>Filtros de Água/Cartuchos para Filtros de Água</p>', '', '', '', 'N', '', 'Y'),
(5001, 'es', 'Filtros de Água/Cartuchos para Filtros de Água', '<p>Filtros de Água/Cartuchos para Filtros de Água</p>', '', '', '', 'N', '', 'Y'),
(5001, 'pt', 'Filtros de Água/Cartuchos para Filtros de Água', '<p>Filtros de Água/Cartuchos para Filtros de Água</p>', '', '', '', 'N', '', 'Y'),
(5002, 'en', 'Isoladores de Garrafa/Latas', '<p>Isoladores de Garrafa/Latas</p>', '', '', '', 'N', '', 'Y'),
(5002, 'es', 'Isoladores de Garrafa/Latas', '<p>Isoladores de Garrafa/Latas</p>', '', '', '', 'N', '', 'Y'),
(5002, 'pt', 'Isoladores de Garrafa/Latas', '<p>Isoladores de Garrafa/Latas</p>', '', '', '', 'N', '', 'Y'),
(5003, 'en', 'Kits de Teste para Água Doméstica', '<p>Kits de Teste para Água Doméstica</p>', '', '', '', 'N', '', 'Y'),
(5003, 'es', 'Kits de Teste para Água Doméstica', '<p>Kits de Teste para Água Doméstica</p>', '', '', '', 'N', '', 'Y'),
(5003, 'pt', 'Kits de Teste para Água Doméstica', '<p>Kits de Teste para Água Doméstica</p>', '', '', '', 'N', '', 'Y'),
(5004, 'en', 'Lacres/Rolhas para Garrafas', '<p>Lacres/Rolhas para Garrafas</p>', '', '', '', 'N', '', 'Y'),
(5004, 'es', 'Lacres/Rolhas para Garrafas', '<p>Lacres/Rolhas para Garrafas</p>', '', '', '', 'N', '', 'Y'),
(5004, 'pt', 'Lacres/Rolhas para Garrafas', '<p>Lacres/Rolhas para Garrafas</p>', '', '', '', 'N', '', 'Y'),
(5005, 'en', 'Moedores/ Espremedores/ Trituradores de Gelo (Não elétricos)', '<p>Moedores/ Espremedores/ Trituradores de Gelo (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(5005, 'es', 'Moedores/ Espremedores/ Trituradores de Gelo (Não elétricos)', '<p>Moedores/ Espremedores/ Trituradores de Gelo (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(5005, 'pt', 'Moedores/ Espremedores/ Trituradores de Gelo (Não elétricos)', '<p>Moedores/ Espremedores/ Trituradores de Gelo (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(5006, 'en', 'Outros Equipamentos para Água/Bebidas', '<p>Outros Equipamentos para Água/Bebidas</p>', '', '', '', 'N', '', 'Y'),
(5006, 'es', 'Outros Equipamentos para Água/Bebidas', '<p>Outros Equipamentos para Água/Bebidas</p>', '', '', '', 'N', '', 'Y'),
(5006, 'pt', 'Outros Equipamentos para Água/Bebidas', '<p>Outros Equipamentos para Água/Bebidas</p>', '', '', '', 'N', '', 'Y'),
(5007, 'en', 'Pacotes de Variedades para Equipamento para Água/Bebidas', '<p>Pacotes de Variedades para Equipamento para Água/Bebidas</p>', '', '', '', 'N', '', 'Y'),
(5007, 'es', 'Pacotes de Variedades para Equipamento para Água/Bebidas', '<p>Pacotes de Variedades para Equipamento para Água/Bebidas</p>', '', '', '', 'N', '', 'Y'),
(5007, 'pt', 'Pacotes de Variedades para Equipamento para Água/Bebidas', '<p>Pacotes de Variedades para Equipamento para Água/Bebidas</p>', '', '', '', 'N', '', 'Y'),
(5008, 'en', 'Pacotes de Variedades para Utensílios de Cozinha', '<p>Pacotes de Variedades para Utensílios de Cozinha</p>', '', '', '', 'N', '', 'Y'),
(5008, 'es', 'Pacotes de Variedades para Utensílios de Cozinha', '<p>Pacotes de Variedades para Utensílios de Cozinha</p>', '', '', '', 'N', '', 'Y'),
(5008, 'pt', 'Pacotes de Variedades para Utensílios de Cozinha', '<p>Pacotes de Variedades para Utensílios de Cozinha</p>', '', '', '', 'N', '', 'Y'),
(5009, 'en', 'Recipientes descartáveis de comida', '<p>Recipientes descartáveis de comida</p>', '', '', '', 'N', '', 'Y'),
(5009, 'es', 'Recipientes descartáveis de comida', '<p>Recipientes descartáveis de comida</p>', '', '', '', 'N', '', 'Y'),
(5009, 'pt', 'Recipientes descartáveis de comida', '<p>Recipientes descartáveis de comida</p>', '', '', '', 'N', '', 'Y'),
(5010, 'en', 'Contêineres de comida descartáveis / Outros', '<p>Contêineres de comida descartáveis / Outros</p>', '', '', '', 'N', '', 'Y'),
(5010, 'es', 'Contêineres de comida descartáveis / Outros', '<p>Contêineres de comida descartáveis / Outros</p>', '', '', '', 'N', '', 'Y'),
(5010, 'pt', 'Contêineres de comida descartáveis / Outros', '<p>Contêineres de comida descartáveis / Outros</p>', '', '', '', 'N', '', 'Y'),
(5011, 'en', 'Pacotes contendo variadades de recipientes de comida descartáveis', '<p>Pacotes contendo variadades de recipientes de comida descartáveis</p>', '', '', '', 'N', '', 'Y'),
(5011, 'es', 'Pacotes contendo variadades de recipientes de comida descartáveis', '<p>Pacotes contendo variadades de recipientes de comida descartáveis</p>', '', '', '', 'N', '', 'Y'),
(5011, 'pt', 'Pacotes contendo variadades de recipientes de comida descartáveis', '<p>Pacotes contendo variadades de recipientes de comida descartáveis</p>', '', '', '', 'N', '', 'Y'),
(5012, 'en', 'Recipientes de comida descartáveis', '<p>Recipientes de comida descartáveis</p>', '', '', '', 'N', '', 'Y'),
(5012, 'es', 'Recipientes de comida descartáveis', '<p>Recipientes de comida descartáveis</p>', '', '', '', 'N', '', 'Y'),
(5012, 'pt', 'Recipientes de comida descartáveis', '<p>Recipientes de comida descartáveis</p>', '', '', '', 'N', '', 'Y'),
(5013, 'en', 'Utensílios para cozinhar e assar alimentos', '<p>Utensílios para cozinhar e assar alimentos</p>', '', '', '', 'N', '', 'Y'),
(5013, 'es', 'Utensílios para cozinhar e assar alimentos', '<p>Utensílios para cozinhar e assar alimentos</p>', '', '', '', 'N', '', 'Y'),
(5013, 'pt', 'Utensílios para cozinhar e assar alimentos', '<p>Utensílios para cozinhar e assar alimentos</p>', '', '', '', 'N', '', 'Y'),
(5014, 'en', 'Acessórios/Peças de Reposição de Utensílios para Cozinhar e Assar Alimentos', '<p>Acessórios/Peças de Reposição de Utensílios para Cozinhar e Assar Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5014, 'es', 'Acessórios/Peças de Reposição de Utensílios para Cozinhar e Assar Alimentos', '<p>Acessórios/Peças de Reposição de Utensílios para Cozinhar e Assar Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5014, 'pt', 'Acessórios/Peças de Reposição de Utensílios para Cozinhar e Assar Alimentos', '<p>Acessórios/Peças de Reposição de Utensílios para Cozinhar e Assar Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5015, 'en', 'Conjunto de Fondue (não elétrico)', '<p>Conjunto de Fondue (não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(5015, 'es', 'Conjunto de Fondue (não elétrico)', '<p>Conjunto de Fondue (não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(5015, 'pt', 'Conjunto de Fondue (não elétrico)', '<p>Conjunto de Fondue (não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(5016, 'en', 'Conjunto de Fondue (não elétrico) - Acessórios / Peças de Reposição', '<p>Conjunto de Fondue (não elétrico) - Acessórios / Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(5016, 'es', 'Conjunto de Fondue (não elétrico) - Acessórios / Peças de Reposição', '<p>Conjunto de Fondue (não elétrico) - Acessórios / Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(5016, 'pt', 'Conjunto de Fondue (não elétrico) - Acessórios / Peças de Reposição', '<p>Conjunto de Fondue (não elétrico) - Acessórios / Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(5017, 'en', 'Outros utensílios para cozinhar e para assar alimentos', '<p>Outros utensílios para cozinhar e para assar alimentos</p>', '', '', '', 'N', '', 'Y'),
(5017, 'es', 'Outros utensílios para cozinhar e para assar alimentos', '<p>Outros utensílios para cozinhar e para assar alimentos</p>', '', '', '', 'N', '', 'Y'),
(5017, 'pt', 'Outros utensílios para cozinhar e para assar alimentos', '<p>Outros utensílios para cozinhar e para assar alimentos</p>', '', '', '', 'N', '', 'Y'),
(5018, 'en', 'Pacotes de variedades de panelas/frigideiras/panelas wok/tachos', '<p>Pacotes de variedades de panelas/frigideiras/panelas wok/tachos</p>', '', '', '', 'N', '', 'Y'),
(5018, 'es', 'Pacotes de variedades de panelas/frigideiras/panelas wok/tachos', '<p>Pacotes de variedades de panelas/frigideiras/panelas wok/tachos</p>', '', '', '', 'N', '', 'Y'),
(5018, 'pt', 'Pacotes de variedades de panelas/frigideiras/panelas wok/tachos', '<p>Pacotes de variedades de panelas/frigideiras/panelas wok/tachos</p>', '', '', '', 'N', '', 'Y'),
(5019, 'en', 'Pacotes de Variedades de Utensílios para Cozinhar e Assar Alimentos', '<p>Pacotes de Variedades de Utensílios para Cozinhar e Assar Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5019, 'es', 'Pacotes de Variedades de Utensílios para Cozinhar e Assar Alimentos', '<p>Pacotes de Variedades de Utensílios para Cozinhar e Assar Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5019, 'pt', 'Pacotes de Variedades de Utensílios para Cozinhar e Assar Alimentos', '<p>Pacotes de Variedades de Utensílios para Cozinhar e Assar Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5020, 'en', 'Panelas/Frigideiras/Panelas Wok/Tachos para fogão por indução', '<p>Panelas/Frigideiras/Panelas Wok/Tachos para fogão por indução</p>', '', '', '', 'N', '', 'Y'),
(5020, 'es', 'Panelas/Frigideiras/Panelas Wok/Tachos para fogão por indução', '<p>Panelas/Frigideiras/Panelas Wok/Tachos para fogão por indução</p>', '', '', '', 'N', '', 'Y'),
(5020, 'pt', 'Panelas/Frigideiras/Panelas Wok/Tachos para fogão por indução', '<p>Panelas/Frigideiras/Panelas Wok/Tachos para fogão por indução</p>', '', '', '', 'N', '', 'Y'),
(5021, 'en', 'Utensílios para Cozinhar (Descartáveis)', '<p>Utensílios para Cozinhar (Descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5021, 'es', 'Utensílios para Cozinhar (Descartáveis)', '<p>Utensílios para Cozinhar (Descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5021, 'pt', 'Utensílios para Cozinhar (Descartáveis)', '<p>Utensílios para Cozinhar (Descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5022, 'en', 'Utensílios para Grelhar/Assar/Louça (Não descartáveis)', '<p>Utensílios para Grelhar/Assar/Louça (Não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5022, 'es', 'Utensílios para Grelhar/Assar/Louça (Não descartáveis)', '<p>Utensílios para Grelhar/Assar/Louça (Não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5022, 'pt', 'Utensílios para Grelhar/Assar/Louça (Não descartáveis)', '<p>Utensílios para Grelhar/Assar/Louça (Não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5023, 'en', 'Utensílios para Medição de Alimentos', '<p>Utensílios para Medição de Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5023, 'es', 'Utensílios para Medição de Alimentos', '<p>Utensílios para Medição de Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5023, 'pt', 'Utensílios para Medição de Alimentos', '<p>Utensílios para Medição de Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5024, 'en', 'Balanças de Cozinha (Não elétricas)', '<p>Balanças de Cozinha (Não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(5024, 'es', 'Balanças de Cozinha (Não elétricas)', '<p>Balanças de Cozinha (Não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(5024, 'pt', 'Balanças de Cozinha (Não elétricas)', '<p>Balanças de Cozinha (Não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(5025, 'en', 'Equipamentos para Medição do Volume dos Alimentos', '<p>Equipamentos para Medição do Volume dos Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5025, 'es', 'Equipamentos para Medição do Volume dos Alimentos', '<p>Equipamentos para Medição do Volume dos Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5025, 'pt', 'Equipamentos para Medição do Volume dos Alimentos', '<p>Equipamentos para Medição do Volume dos Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5026, 'en', 'Outros equipamentos para medição de alimentos', '<p>Outros equipamentos para medição de alimentos</p>', '', '', '', 'N', '', 'Y'),
(5026, 'es', 'Outros equipamentos para medição de alimentos', '<p>Outros equipamentos para medição de alimentos</p>', '', '', '', 'N', '', 'Y'),
(5026, 'pt', 'Outros equipamentos para medição de alimentos', '<p>Outros equipamentos para medição de alimentos</p>', '', '', '', 'N', '', 'Y'),
(5027, 'en', 'Pacotes de Variedades para utensílios de medição de alimentos', '<p>Pacotes de Variedades para utensílios de medição de alimentos</p>', '', '', '', 'N', '', 'Y'),
(5027, 'es', 'Pacotes de Variedades para utensílios de medição de alimentos', '<p>Pacotes de Variedades para utensílios de medição de alimentos</p>', '', '', '', 'N', '', 'Y'),
(5027, 'pt', 'Pacotes de Variedades para utensílios de medição de alimentos', '<p>Pacotes de Variedades para utensílios de medição de alimentos</p>', '', '', '', 'N', '', 'Y'),
(5028, 'en', 'Temporizadores de cozinha (não elétrico)', '<p>Temporizadores de cozinha (não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(5028, 'es', 'Temporizadores de cozinha (não elétrico)', '<p>Temporizadores de cozinha (não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(5028, 'pt', 'Temporizadores de cozinha (não elétrico)', '<p>Temporizadores de cozinha (não elétrico)</p>', '', '', '', 'N', '', 'Y'),
(5029, 'en', 'Termômetros para Alimentos', '<p>Termômetros para Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5029, 'es', 'Termômetros para Alimentos', '<p>Termômetros para Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5029, 'pt', 'Termômetros para Alimentos', '<p>Termômetros para Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5030, 'en', 'Utensílios para Preparação de Alimentos', '<p>Utensílios para Preparação de Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5030, 'es', 'Utensílios para Preparação de Alimentos', '<p>Utensílios para Preparação de Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5030, 'pt', 'Utensílios para Preparação de Alimentos', '<p>Utensílios para Preparação de Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5031, 'en', 'Abridores - Cozinha', '<p>Abridores - Cozinha</p>', '', '', '', 'N', '', 'Y'),
(5031, 'es', 'Abridores - Cozinha', '<p>Abridores - Cozinha</p>', '', '', '', 'N', '', 'Y'),
(5031, 'pt', 'Abridores - Cozinha', '<p>Abridores - Cozinha</p>', '', '', '', 'N', '', 'Y'),
(5032, 'en', 'Afiadores/Amoladores para Faca de Cozinha (Não elétricos)', '<p>Afiadores/Amoladores para Faca de Cozinha (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(5032, 'es', 'Afiadores/Amoladores para Faca de Cozinha (Não elétricos)', '<p>Afiadores/Amoladores para Faca de Cozinha (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(5032, 'pt', 'Afiadores/Amoladores para Faca de Cozinha (Não elétricos)', '<p>Afiadores/Amoladores para Faca de Cozinha (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(5033, 'en', 'Binasgas para Decoração de Alimentos/Bicos para Confeitar (Não elétricas)', '<p>Binasgas para Decoração de Alimentos/Bicos para Confeitar (Não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(5033, 'es', 'Binasgas para Decoração de Alimentos/Bicos para Confeitar (Não elétricas)', '<p>Binasgas para Decoração de Alimentos/Bicos para Confeitar (Não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(5033, 'pt', 'Binasgas para Decoração de Alimentos/Bicos para Confeitar (Não elétricas)', '<p>Binasgas para Decoração de Alimentos/Bicos para Confeitar (Não elétricas)</p>', '', '', '', 'N', '', 'Y'),
(5034, 'en', 'Descascadores/Descaroçadores', '<p>Descascadores/Descaroçadores</p>', '', '', '', 'N', '', 'Y'),
(5034, 'es', 'Descascadores/Descaroçadores', '<p>Descascadores/Descaroçadores</p>', '', '', '', 'N', '', 'Y'),
(5034, 'pt', 'Descascadores/Descaroçadores', '<p>Descascadores/Descaroçadores</p>', '', '', '', 'N', '', 'Y'),
(5035, 'en', 'Espátulas / conchas', '<p>Espátulas / conchas</p>', '', '', '', 'N', '', 'Y'),
(5035, 'es', 'Espátulas / conchas', '<p>Espátulas / conchas</p>', '', '', '', 'N', '', 'Y'),
(5035, 'pt', 'Espátulas / conchas', '<p>Espátulas / conchas</p>', '', '', '', 'N', '', 'Y'),
(5036, 'en', 'Espetos', '<p>Espetos</p>', '', '', '', 'N', '', 'Y'),
(5036, 'es', 'Espetos', '<p>Espetos</p>', '', '', '', 'N', '', 'Y'),
(5036, 'pt', 'Espetos', '<p>Espetos</p>', '', '', '', 'N', '', 'Y'),
(5037, 'en', 'Facas/Cutelos para Cozinha', '<p>Facas/Cutelos para Cozinha</p>', '', '', '', 'N', '', 'Y'),
(5037, 'es', 'Facas/Cutelos para Cozinha', '<p>Facas/Cutelos para Cozinha</p>', '', '', '', 'N', '', 'Y'),
(5037, 'pt', 'Facas/Cutelos para Cozinha', '<p>Facas/Cutelos para Cozinha</p>', '', '', '', 'N', '', 'Y'),
(5038, 'en', 'Farinheiras/Açucareiros', '<p>Farinheiras/Açucareiros</p>', '', '', '', 'N', '', 'Y'),
(5038, 'es', 'Farinheiras/Açucareiros', '<p>Farinheiras/Açucareiros</p>', '', '', '', 'N', '', 'Y'),
(5038, 'pt', 'Farinheiras/Açucareiros', '<p>Farinheiras/Açucareiros</p>', '', '', '', 'N', '', 'Y'),
(5039, 'en', 'Fatiadores/Raladores/Cortadores para Cozinha', '<p>Fatiadores/Raladores/Cortadores para Cozinha</p>', '', '', '', 'N', '', 'Y'),
(5039, 'es', 'Fatiadores/Raladores/Cortadores para Cozinha', '<p>Fatiadores/Raladores/Cortadores para Cozinha</p>', '', '', '', 'N', '', 'Y'),
(5039, 'pt', 'Fatiadores/Raladores/Cortadores para Cozinha', '<p>Fatiadores/Raladores/Cortadores para Cozinha</p>', '', '', '', 'N', '', 'Y'),
(5040, 'en', 'Ferramentas Multiuso para Cozinha', '<p>Ferramentas Multiuso para Cozinha</p>', '', '', '', 'N', '', 'Y'),
(5040, 'es', 'Ferramentas Multiuso para Cozinha', '<p>Ferramentas Multiuso para Cozinha</p>', '', '', '', 'N', '', 'Y'),
(5040, 'pt', 'Ferramentas Multiuso para Cozinha', '<p>Ferramentas Multiuso para Cozinha</p>', '', '', '', 'N', '', 'Y'),
(5041, 'en', 'Filtros de Papel', '<p>Filtros de Papel</p>', '', '', '', 'N', '', 'Y'),
(5041, 'es', 'Filtros de Papel', '<p>Filtros de Papel</p>', '', '', '', 'N', '', 'Y'),
(5041, 'pt', 'Filtros de Papel', '<p>Filtros de Papel</p>', '', '', '', 'N', '', 'Y'),
(5042, 'en', 'Funís para alimentos', '<p>Funís para alimentos</p>', '', '', '', 'N', '', 'Y'),
(5042, 'es', 'Funís para alimentos', '<p>Funís para alimentos</p>', '', '', '', 'N', '', 'Y'),
(5042, 'pt', 'Funís para alimentos', '<p>Funís para alimentos</p>', '', '', '', 'N', '', 'Y'),
(5043, 'en', 'Outros Utensílios para o Preparo de Alimentos', '<p>Outros Utensílios para o Preparo de Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5043, 'es', 'Outros Utensílios para o Preparo de Alimentos', '<p>Outros Utensílios para o Preparo de Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5043, 'pt', 'Outros Utensílios para o Preparo de Alimentos', '<p>Outros Utensílios para o Preparo de Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5044, 'en', 'Pacotes de Variedades de Equipamentos para o Preparo de Alimentos', '<p>Pacotes de Variedades de Equipamentos para o Preparo de Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5044, 'es', 'Pacotes de Variedades de Equipamentos para o Preparo de Alimentos', '<p>Pacotes de Variedades de Equipamentos para o Preparo de Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5044, 'pt', 'Pacotes de Variedades de Equipamentos para o Preparo de Alimentos', '<p>Pacotes de Variedades de Equipamentos para o Preparo de Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5045, 'en', 'Pegadores/Pinças/Martelos/Espremedores/Batedeiras', '<p>Pegadores/Pinças/Martelos/Espremedores/Batedeiras</p>', '', '', '', 'N', '', 'Y'),
(5045, 'es', 'Pegadores/Pinças/Martelos/Espremedores/Batedeiras', '<p>Pegadores/Pinças/Martelos/Espremedores/Batedeiras</p>', '', '', '', 'N', '', 'Y'),
(5045, 'pt', 'Pegadores/Pinças/Martelos/Espremedores/Batedeiras', '<p>Pegadores/Pinças/Martelos/Espremedores/Batedeiras</p>', '', '', '', 'N', '', 'Y'),
(5046, 'en', 'Peneiras/Coadores/Escorredores de Macarrão', '<p>Peneiras/Coadores/Escorredores de Macarrão</p>', '', '', '', 'N', '', 'Y'),
(5046, 'es', 'Peneiras/Coadores/Escorredores de Macarrão', '<p>Peneiras/Coadores/Escorredores de Macarrão</p>', '', '', '', 'N', '', 'Y'),
(5046, 'pt', 'Peneiras/Coadores/Escorredores de Macarrão', '<p>Peneiras/Coadores/Escorredores de Macarrão</p>', '', '', '', 'N', '', 'Y'),
(5047, 'en', 'Pinceis/ Bombas de Óleo/Colher para Gordura', '<p>Pinceis/ Bombas de Óleo/Colher para Gordura</p>', '', '', '', 'N', '', 'Y'),
(5047, 'es', 'Pinceis/ Bombas de Óleo/Colher para Gordura', '<p>Pinceis/ Bombas de Óleo/Colher para Gordura</p>', '', '', '', 'N', '', 'Y'),
(5047, 'pt', 'Pinceis/ Bombas de Óleo/Colher para Gordura', '<p>Pinceis/ Bombas de Óleo/Colher para Gordura</p>', '', '', '', 'N', '', 'Y'),
(5048, 'en', 'Recursos para amamentação complementar do bebê (Não elétricos)', '<p>Recursos para amamentação complementar do bebê (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(5048, 'es', 'Recursos para amamentação complementar do bebê (Não elétricos)', '<p>Recursos para amamentação complementar do bebê (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(5048, 'pt', 'Recursos para amamentação complementar do bebê (Não elétricos)', '<p>Recursos para amamentação complementar do bebê (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(5049, 'en', 'Rolo de Massa/Pau de Macarrão', '<p>Rolo de Massa/Pau de Macarrão</p>', '', '', '', 'N', '', 'Y'),
(5049, 'es', 'Rolo de Massa/Pau de Macarrão', '<p>Rolo de Massa/Pau de Macarrão</p>', '', '', '', 'N', '', 'Y'),
(5049, 'pt', 'Rolo de Massa/Pau de Macarrão', '<p>Rolo de Massa/Pau de Macarrão</p>', '', '', '', 'N', '', 'Y'),
(5050, 'en', 'Tábuas para Fatiar/Picar', '<p>Tábuas para Fatiar/Picar</p>', '', '', '', 'N', '', 'Y'),
(5050, 'es', 'Tábuas para Fatiar/Picar', '<p>Tábuas para Fatiar/Picar</p>', '', '', '', 'N', '', 'Y'),
(5050, 'pt', 'Tábuas para Fatiar/Picar', '<p>Tábuas para Fatiar/Picar</p>', '', '', '', 'N', '', 'Y'),
(5051, 'en', 'Tesouras para Cozinha', '<p>Tesouras para Cozinha</p>', '', '', '', 'N', '', 'Y'),
(5051, 'es', 'Tesouras para Cozinha', '<p>Tesouras para Cozinha</p>', '', '', '', 'N', '', 'Y'),
(5051, 'pt', 'Tesouras para Cozinha', '<p>Tesouras para Cozinha</p>', '', '', '', 'N', '', 'Y'),
(5052, 'en', 'Tigelas para o Preparo de Alimentos', '<p>Tigelas para o Preparo de Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5052, 'es', 'Tigelas para o Preparo de Alimentos', '<p>Tigelas para o Preparo de Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5052, 'pt', 'Tigelas para o Preparo de Alimentos', '<p>Tigelas para o Preparo de Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5053, 'en', 'Trituradores/Espremedores de Batata/ Fabricantes de Massa (Não elétricos)', '<p>Trituradores/Espremedores de Batata/ Fabricantes de Massa (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(5053, 'es', 'Trituradores/Espremedores de Batata/ Fabricantes de Massa (Não elétricos)', '<p>Trituradores/Espremedores de Batata/ Fabricantes de Massa (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(5053, 'pt', 'Trituradores/Espremedores de Batata/ Fabricantes de Massa (Não elétricos)', '<p>Trituradores/Espremedores de Batata/ Fabricantes de Massa (Não elétricos)</p>', '', '', '', 'N', '', 'Y'),
(5054, 'en', 'Utensílios de mesa', '<p>Utensílios de mesa</p>', '', '', '', 'N', '', 'Y'),
(5054, 'es', 'Utensílios de mesa', '<p>Utensílios de mesa</p>', '', '', '', 'N', '', 'Y'),
(5054, 'pt', 'Utensílios de mesa', '<p>Utensílios de mesa</p>', '', '', '', 'N', '', 'Y'),
(5055, 'en', 'Acessórios de mesa', '<p>Acessórios de mesa</p>', '', '', '', 'N', '', 'Y'),
(5055, 'es', 'Acessórios de mesa', '<p>Acessórios de mesa</p>', '', '', '', 'N', '', 'Y'),
(5055, 'pt', 'Acessórios de mesa', '<p>Acessórios de mesa</p>', '', '', '', 'N', '', 'Y'),
(5056, 'en', 'Acessórios de mesa Outros', '<p>Acessórios de mesa Outros</p>', '', '', '', 'N', '', 'Y'),
(5056, 'es', 'Acessórios de mesa Outros', '<p>Acessórios de mesa Outros</p>', '', '', '', 'N', '', 'Y'),
(5056, 'pt', 'Acessórios de mesa Outros', '<p>Acessórios de mesa Outros</p>', '', '', '', 'N', '', 'Y'),
(5057, 'en', 'Anéis de guardanapo', '<p>Anéis de guardanapo</p>', '', '', '', 'N', '', 'Y'),
(5057, 'es', 'Anéis de guardanapo', '<p>Anéis de guardanapo</p>', '', '', '', 'N', '', 'Y'),
(5057, 'pt', 'Anéis de guardanapo', '<p>Anéis de guardanapo</p>', '', '', '', 'N', '', 'Y'),
(5058, 'en', 'Moedor de sal/pimenta/especiarias (sem motor)', '<p>Moedor de sal/pimenta/especiarias (sem motor)</p>', '', '', '', 'N', '', 'Y'),
(5058, 'es', 'Moedor de sal/pimenta/especiarias (sem motor)', '<p>Moedor de sal/pimenta/especiarias (sem motor)</p>', '', '', '', 'N', '', 'Y'),
(5058, 'pt', 'Moedor de sal/pimenta/especiarias (sem motor)', '<p>Moedor de sal/pimenta/especiarias (sem motor)</p>', '', '', '', 'N', '', 'Y'),
(5059, 'en', 'Pacotes de variedades de utensílios de mesa', '<p>Pacotes de variedades de utensílios de mesa</p>', '', '', '', 'N', '', 'Y'),
(5059, 'es', 'Pacotes de variedades de utensílios de mesa', '<p>Pacotes de variedades de utensílios de mesa</p>', '', '', '', 'N', '', 'Y'),
(5059, 'pt', 'Pacotes de variedades de utensílios de mesa', '<p>Pacotes de variedades de utensílios de mesa</p>', '', '', '', 'N', '', 'Y'),
(5060, 'en', 'Saleiros/pimenteiros', '<p>Saleiros/pimenteiros</p>', '', '', '', 'N', '', 'Y'),
(5060, 'es', 'Saleiros/pimenteiros', '<p>Saleiros/pimenteiros</p>', '', '', '', 'N', '', 'Y'),
(5060, 'pt', 'Saleiros/pimenteiros', '<p>Saleiros/pimenteiros</p>', '', '', '', 'N', '', 'Y'),
(5061, 'en', 'Suportes para Alimentos', '<p>Suportes para Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5061, 'es', 'Suportes para Alimentos', '<p>Suportes para Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5061, 'pt', 'Suportes para Alimentos', '<p>Suportes para Alimentos</p>', '', '', '', 'N', '', 'Y'),
(5062, 'en', 'Copos (não descartáveis)', '<p>Copos (não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5062, 'es', 'Copos (não descartáveis)', '<p>Copos (não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5062, 'pt', 'Copos (não descartáveis)', '<p>Copos (não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5063, 'en', 'Acessórios para chá / café / chocolate', '<p>Acessórios para chá / café / chocolate</p>', '', '', '', 'N', '', 'Y'),
(5063, 'es', 'Acessórios para chá / café / chocolate', '<p>Acessórios para chá / café / chocolate</p>', '', '', '', 'N', '', 'Y'),
(5063, 'pt', 'Acessórios para chá / café / chocolate', '<p>Acessórios para chá / café / chocolate</p>', '', '', '', 'N', '', 'Y'),
(5064, 'en', 'Bules para chá/cafeteiras/garrafas para bebidas quentes', '<p>Bules para chá/cafeteiras/garrafas para bebidas quentes</p>', '', '', '', 'N', '', 'Y'),
(5064, 'es', 'Bules para chá/cafeteiras/garrafas para bebidas quentes', '<p>Bules para chá/cafeteiras/garrafas para bebidas quentes</p>', '', '', '', 'N', '', 'Y'),
(5064, 'pt', 'Bules para chá/cafeteiras/garrafas para bebidas quentes', '<p>Bules para chá/cafeteiras/garrafas para bebidas quentes</p>', '', '', '', 'N', '', 'Y'),
(5065, 'en', 'Canecas/Xícaras (não descartáveis)', '<p>Canecas/Xícaras (não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5065, 'es', 'Canecas/Xícaras (não descartáveis)', '<p>Canecas/Xícaras (não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5065, 'pt', 'Canecas/Xícaras (não descartáveis)', '<p>Canecas/Xícaras (não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5066, 'en', 'Conjunto de copos de vidro', '<p>Conjunto de copos de vidro</p>', '', '', '', 'N', '', 'Y'),
(5066, 'es', 'Conjunto de copos de vidro', '<p>Conjunto de copos de vidro</p>', '', '', '', 'N', '', 'Y'),
(5066, 'pt', 'Conjunto de copos de vidro', '<p>Conjunto de copos de vidro</p>', '', '', '', 'N', '', 'Y'),
(5067, 'en', 'Copos', '<p>Copos</p>', '', '', '', 'N', '', 'Y'),
(5067, 'es', 'Copos', '<p>Copos</p>', '', '', '', 'N', '', 'Y'),
(5067, 'pt', 'Copos', '<p>Copos</p>', '', '', '', 'N', '', 'Y'),
(5068, 'en', 'Copos de bar/coquetel', '<p>Copos de bar/coquetel</p>', '', '', '', 'N', '', 'Y'),
(5068, 'es', 'Copos de bar/coquetel', '<p>Copos de bar/coquetel</p>', '', '', '', 'N', '', 'Y'),
(5068, 'pt', 'Copos de bar/coquetel', '<p>Copos de bar/coquetel</p>', '', '', '', 'N', '', 'Y'),
(5069, 'en', 'Copos de cerveja', '<p>Copos de cerveja</p>', '', '', '', 'N', '', 'Y'),
(5069, 'es', 'Copos de cerveja', '<p>Copos de cerveja</p>', '', '', '', 'N', '', 'Y'),
(5069, 'pt', 'Copos de cerveja', '<p>Copos de cerveja</p>', '', '', '', 'N', '', 'Y'),
(5070, 'en', 'Moringas/Jarras/Decantadores', '<p>Moringas/Jarras/Decantadores</p>', '', '', '', 'N', '', 'Y'),
(5070, 'es', 'Moringas/Jarras/Decantadores', '<p>Moringas/Jarras/Decantadores</p>', '', '', '', 'N', '', 'Y'),
(5070, 'pt', 'Moringas/Jarras/Decantadores', '<p>Moringas/Jarras/Decantadores</p>', '', '', '', 'N', '', 'Y'),
(5071, 'en', 'Pacote de variedades de chá / café / chocolate', '<p>Pacote de variedades de chá / café / chocolate</p>', '', '', '', 'N', '', 'Y'),
(5071, 'es', 'Pacote de variedades de chá / café / chocolate', '<p>Pacote de variedades de chá / café / chocolate</p>', '', '', '', 'N', '', 'Y'),
(5071, 'pt', 'Pacote de variedades de chá / café / chocolate', '<p>Pacote de variedades de chá / café / chocolate</p>', '', '', '', 'N', '', 'Y'),
(5072, 'en', 'Pacote de variedades de utensílios para bebidas', '<p>Pacote de variedades de utensílios para bebidas</p>', '', '', '', 'N', '', 'Y'),
(5072, 'es', 'Pacote de variedades de utensílios para bebidas', '<p>Pacote de variedades de utensílios para bebidas</p>', '', '', '', 'N', '', 'Y'),
(5072, 'pt', 'Pacote de variedades de utensílios para bebidas', '<p>Pacote de variedades de utensílios para bebidas</p>', '', '', '', 'N', '', 'Y'),
(5073, 'en', 'Taças para vinho/água/champagne', '<p>Taças para vinho/água/champagne</p>', '', '', '', 'N', '', 'Y'),
(5073, 'es', 'Taças para vinho/água/champagne', '<p>Taças para vinho/água/champagne</p>', '', '', '', 'N', '', 'Y'),
(5073, 'pt', 'Taças para vinho/água/champagne', '<p>Taças para vinho/água/champagne</p>', '', '', '', 'N', '', 'Y'),
(5074, 'en', 'Utensílios para bebidas outros', '<p>Utensílios para bebidas outros</p>', '', '', '', 'N', '', 'Y'),
(5074, 'es', 'Utensílios para bebidas outros', '<p>Utensílios para bebidas outros</p>', '', '', '', 'N', '', 'Y'),
(5074, 'pt', 'Utensílios para bebidas outros', '<p>Utensílios para bebidas outros</p>', '', '', '', 'N', '', 'Y'),
(5075, 'en', 'Louça de servir (não descartável)', '<p>Louça de servir (não descartável)</p>', '', '', '', 'N', '', 'Y'),
(5075, 'es', 'Louça de servir (não descartável)', '<p>Louça de servir (não descartável)</p>', '', '', '', 'N', '', 'Y'),
(5075, 'pt', 'Louça de servir (não descartável)', '<p>Louça de servir (não descartável)</p>', '', '', '', 'N', '', 'Y'),
(5076, 'en', 'Aquecedores de alimentos / bebidas / refrigeradores (sem motor)', '<p>Aquecedores de alimentos / bebidas / refrigeradores (sem motor)</p>', '', '', '', 'N', '', 'Y'),
(5076, 'es', 'Aquecedores de alimentos / bebidas / refrigeradores (sem motor)', '<p>Aquecedores de alimentos / bebidas / refrigeradores (sem motor)</p>', '', '', '', 'N', '', 'Y'),
(5076, 'pt', 'Aquecedores de alimentos / bebidas / refrigeradores (sem motor)', '<p>Aquecedores de alimentos / bebidas / refrigeradores (sem motor)</p>', '', '', '', 'N', '', 'Y'),
(5077, 'en', 'Bandejas de servir', '<p>Bandejas de servir</p>', '', '', '', 'N', '', 'Y'),
(5077, 'es', 'Bandejas de servir', '<p>Bandejas de servir</p>', '', '', '', 'N', '', 'Y'),
(5077, 'pt', 'Bandejas de servir', '<p>Bandejas de servir</p>', '', '', '', 'N', '', 'Y'),
(5078, 'en', 'Bandejas planas para servir', '<p>Bandejas planas para servir</p>', '', '', '', 'N', '', 'Y'),
(5078, 'es', 'Bandejas planas para servir', '<p>Bandejas planas para servir</p>', '', '', '', 'N', '', 'Y'),
(5078, 'pt', 'Bandejas planas para servir', '<p>Bandejas planas para servir</p>', '', '', '', 'N', '', 'Y'),
(5079, 'en', 'Bandejas profundas para servir', '<p>Bandejas profundas para servir</p>', '', '', '', 'N', '', 'Y'),
(5079, 'es', 'Bandejas profundas para servir', '<p>Bandejas profundas para servir</p>', '', '', '', 'N', '', 'Y'),
(5079, 'pt', 'Bandejas profundas para servir', '<p>Bandejas profundas para servir</p>', '', '', '', 'N', '', 'Y'),
(5080, 'en', 'Buffet', '<p>Buffet</p>', '', '', '', 'N', '', 'Y'),
(5080, 'es', 'Buffet', '<p>Buffet</p>', '', '', '', 'N', '', 'Y'),
(5080, 'pt', 'Buffet', '<p>Buffet</p>', '', '', '', 'N', '', 'Y'),
(5081, 'en', 'Carrinhos de servir alimentos (sem motor)', '<p>Carrinhos de servir alimentos (sem motor)</p>', '', '', '', 'N', '', 'Y'),
(5081, 'es', 'Carrinhos de servir alimentos (sem motor)', '<p>Carrinhos de servir alimentos (sem motor)</p>', '', '', '', 'N', '', 'Y'),
(5081, 'pt', 'Carrinhos de servir alimentos (sem motor)', '<p>Carrinhos de servir alimentos (sem motor)</p>', '', '', '', 'N', '', 'Y'),
(5082, 'en', 'Pacote de variedades de utensílios para servir', '<p>Pacote de variedades de utensílios para servir</p>', '', '', '', 'N', '', 'Y'),
(5082, 'es', 'Pacote de variedades de utensílios para servir', '<p>Pacote de variedades de utensílios para servir</p>', '', '', '', 'N', '', 'Y'),
(5082, 'pt', 'Pacote de variedades de utensílios para servir', '<p>Pacote de variedades de utensílios para servir</p>', '', '', '', 'N', '', 'Y'),
(5083, 'en', 'Utensílios para servir Outros', '<p>Utensílios para servir Outros</p>', '', '', '', 'N', '', 'Y'),
(5083, 'es', 'Utensílios para servir Outros', '<p>Utensílios para servir Outros</p>', '', '', '', 'N', '', 'Y'),
(5083, 'pt', 'Utensílios para servir Outros', '<p>Utensílios para servir Outros</p>', '', '', '', 'N', '', 'Y'),
(5084, 'en', 'Pacotes de variedades de utensílios de mesa', '<p>Pacotes de variedades de utensílios de mesa</p>', '', '', '', 'N', '', 'Y'),
(5084, 'es', 'Pacotes de variedades de utensílios de mesa', '<p>Pacotes de variedades de utensílios de mesa</p>', '', '', '', 'N', '', 'Y'),
(5084, 'pt', 'Pacotes de variedades de utensílios de mesa', '<p>Pacotes de variedades de utensílios de mesa</p>', '', '', '', 'N', '', 'Y'),
(5085, 'en', 'Talheres (Não Descartáveis)', '<p>Talheres (Não Descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5085, 'es', 'Talheres (Não Descartáveis)', '<p>Talheres (Não Descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5085, 'pt', 'Talheres (Não Descartáveis)', '<p>Talheres (Não Descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5086, 'en', 'Facas dobráveis de viagem', '<p>Facas dobráveis de viagem</p>', '', '', '', 'N', '', 'Y'),
(5086, 'es', 'Facas dobráveis de viagem', '<p>Facas dobráveis de viagem</p>', '', '', '', 'N', '', 'Y'),
(5086, 'pt', 'Facas dobráveis de viagem', '<p>Facas dobráveis de viagem</p>', '', '', '', 'N', '', 'Y'),
(5087, 'en', 'Outros talheres (não descartáveis)', '<p>Outros talheres (não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5087, 'es', 'Outros talheres (não descartáveis)', '<p>Outros talheres (não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5087, 'pt', 'Outros talheres (não descartáveis)', '<p>Outros talheres (não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5088, 'en', 'Pacotes de Variedades de Talheres (Não Descartáveis)', '<p>Pacotes de Variedades de Talheres (Não Descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5088, 'es', 'Pacotes de Variedades de Talheres (Não Descartáveis)', '<p>Pacotes de Variedades de Talheres (Não Descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5088, 'pt', 'Pacotes de Variedades de Talheres (Não Descartáveis)', '<p>Pacotes de Variedades de Talheres (Não Descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5089, 'en', 'Talheres de mesa (não descartáveis)', '<p>Talheres de mesa (não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5089, 'es', 'Talheres de mesa (não descartáveis)', '<p>Talheres de mesa (não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5089, 'pt', 'Talheres de mesa (não descartáveis)', '<p>Talheres de mesa (não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5090, 'en', 'Talheres de Peixe / Marisco / Caracol (Não Descartável)', '<p>Talheres de Peixe / Marisco / Caracol (Não Descartável)</p>', '', '', '', 'N', '', 'Y'),
(5090, 'es', 'Talheres de Peixe / Marisco / Caracol (Não Descartável)', '<p>Talheres de Peixe / Marisco / Caracol (Não Descartável)</p>', '', '', '', 'N', '', 'Y'),
(5090, 'pt', 'Talheres de Peixe / Marisco / Caracol (Não Descartável)', '<p>Talheres de Peixe / Marisco / Caracol (Não Descartável)</p>', '', '', '', 'N', '', 'Y'),
(5091, 'en', 'Talheres para Chá / Café (Não Descartáveis)', '<p>Talheres para Chá / Café (Não Descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5091, 'es', 'Talheres para Chá / Café (Não Descartáveis)', '<p>Talheres para Chá / Café (Não Descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5091, 'pt', 'Talheres para Chá / Café (Não Descartáveis)', '<p>Talheres para Chá / Café (Não Descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5092, 'en', 'Talheres para entrada / sobremesa / queijo (não descartável)', '<p>Talheres para entrada / sobremesa / queijo (não descartável)</p>', '', '', '', 'N', '', 'Y'),
(5092, 'es', 'Talheres para entrada / sobremesa / queijo (não descartável)', '<p>Talheres para entrada / sobremesa / queijo (não descartável)</p>', '', '', '', 'N', '', 'Y'),
(5092, 'pt', 'Talheres para entrada / sobremesa / queijo (não descartável)', '<p>Talheres para entrada / sobremesa / queijo (não descartável)</p>', '', '', '', 'N', '', 'Y'),
(5093, 'en', 'Talheres para servir (não descartável)', '<p>Talheres para servir (não descartável)</p>', '', '', '', 'N', '', 'Y'),
(5093, 'es', 'Talheres para servir (não descartável)', '<p>Talheres para servir (não descartável)</p>', '', '', '', 'N', '', 'Y'),
(5093, 'pt', 'Talheres para servir (não descartável)', '<p>Talheres para servir (não descartável)</p>', '', '', '', 'N', '', 'Y'),
(5094, 'en', 'Utensílios de jantar (não descartáveis)', '<p>Utensílios de jantar (não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5094, 'es', 'Utensílios de jantar (não descartáveis)', '<p>Utensílios de jantar (não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5094, 'pt', 'Utensílios de jantar (não descartáveis)', '<p>Utensílios de jantar (não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5095, 'en', 'Copos para Ovo', '<p>Copos para Ovo</p>', '', '', '', 'N', '', 'Y'),
(5095, 'es', 'Copos para Ovo', '<p>Copos para Ovo</p>', '', '', '', 'N', '', 'Y'),
(5095, 'pt', 'Copos para Ovo', '<p>Copos para Ovo</p>', '', '', '', 'N', '', 'Y'),
(5096, 'en', 'Pacote de variedades de utensílios de jantar', '<p>Pacote de variedades de utensílios de jantar</p>', '', '', '', 'N', '', 'Y'),
(5096, 'es', 'Pacote de variedades de utensílios de jantar', '<p>Pacote de variedades de utensílios de jantar</p>', '', '', '', 'N', '', 'Y'),
(5096, 'pt', 'Pacote de variedades de utensílios de jantar', '<p>Pacote de variedades de utensílios de jantar</p>', '', '', '', 'N', '', 'Y'),
(5097, 'en', 'Pratos (não descartáveis)', '<p>Pratos (não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5097, 'es', 'Pratos (não descartáveis)', '<p>Pratos (não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5097, 'pt', 'Pratos (não descartáveis)', '<p>Pratos (não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5098, 'en', 'Tigelas (Não descartáveis)', '<p>Tigelas (Não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5098, 'es', 'Tigelas (Não descartáveis)', '<p>Tigelas (Não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5098, 'pt', 'Tigelas (Não descartáveis)', '<p>Tigelas (Não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5099, 'en', 'Utensílios de mesa (descartáveis)', '<p>Utensílios de mesa (descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5099, 'es', 'Utensílios de mesa (descartáveis)', '<p>Utensílios de mesa (descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5099, 'pt', 'Utensílios de mesa (descartáveis)', '<p>Utensílios de mesa (descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5100, 'en', 'Acessórios de utensílios de mesa (descartáveis)', '<p>Acessórios de utensílios de mesa (descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5100, 'es', 'Acessórios de utensílios de mesa (descartáveis)', '<p>Acessórios de utensílios de mesa (descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5100, 'pt', 'Acessórios de utensílios de mesa (descartáveis)', '<p>Acessórios de utensílios de mesa (descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5101, 'en', 'Copos (descartáveis)', '<p>Copos (descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5101, 'es', 'Copos (descartáveis)', '<p>Copos (descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5101, 'pt', 'Copos (descartáveis)', '<p>Copos (descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5102, 'en', 'Talheres (descartáveis)', '<p>Talheres (descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5102, 'es', 'Talheres (descartáveis)', '<p>Talheres (descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5102, 'pt', 'Talheres (descartáveis)', '<p>Talheres (descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5103, 'en', 'Toalhas de mesa/guardanapos (descartáveis)', '<p>Toalhas de mesa/guardanapos (descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5103, 'es', 'Toalhas de mesa/guardanapos (descartáveis)', '<p>Toalhas de mesa/guardanapos (descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5103, 'pt', 'Toalhas de mesa/guardanapos (descartáveis)', '<p>Toalhas de mesa/guardanapos (descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5104, 'en', 'Utensílios de jantar (descartáveis)', '<p>Utensílios de jantar (descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5104, 'es', 'Utensílios de jantar (descartáveis)', '<p>Utensílios de jantar (descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5104, 'pt', 'Utensílios de jantar (descartáveis)', '<p>Utensílios de jantar (descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5105, 'en', 'Utensílios de mesa para bebês', '<p>Utensílios de mesa para bebês</p>', '', '', '', 'N', '', 'Y'),
(5105, 'es', 'Utensílios de mesa para bebês', '<p>Utensílios de mesa para bebês</p>', '', '', '', 'N', '', 'Y'),
(5105, 'pt', 'Utensílios de mesa para bebês', '<p>Utensílios de mesa para bebês</p>', '', '', '', 'N', '', 'Y'),
(5106, 'en', 'Acessórios para alimentação de bebês', '<p>Acessórios para alimentação de bebês</p>', '', '', '', 'N', '', 'Y'),
(5106, 'es', 'Acessórios para alimentação de bebês', '<p>Acessórios para alimentação de bebês</p>', '', '', '', 'N', '', 'Y'),
(5106, 'pt', 'Acessórios para alimentação de bebês', '<p>Acessórios para alimentação de bebês</p>', '', '', '', 'N', '', 'Y'),
(5107, 'en', 'Alimentação de bebês – Bicos', '<p>Alimentação de bebês – Bicos</p>', '', '', '', 'N', '', 'Y'),
(5107, 'es', 'Alimentação de bebês – Bicos', '<p>Alimentação de bebês – Bicos</p>', '', '', '', 'N', '', 'Y'),
(5107, 'pt', 'Alimentação de bebês – Bicos', '<p>Alimentação de bebês – Bicos</p>', '', '', '', 'N', '', 'Y'),
(5108, 'en', 'Alimentação de bebês - Mamadeiras', '<p>Alimentação de bebês - Mamadeiras</p>', '', '', '', 'N', '', 'Y'),
(5108, 'es', 'Alimentação de bebês - Mamadeiras', '<p>Alimentação de bebês - Mamadeiras</p>', '', '', '', 'N', '', 'Y'),
(5108, 'pt', 'Alimentação de bebês - Mamadeiras', '<p>Alimentação de bebês - Mamadeiras</p>', '', '', '', 'N', '', 'Y'),
(5109, 'en', 'Alimentação de bebês – Peças de reposição', '<p>Alimentação de bebês – Peças de reposição</p>', '', '', '', 'N', '', 'Y'),
(5109, 'es', 'Alimentação de bebês – Peças de reposição', '<p>Alimentação de bebês – Peças de reposição</p>', '', '', '', 'N', '', 'Y'),
(5109, 'pt', 'Alimentação de bebês – Peças de reposição', '<p>Alimentação de bebês – Peças de reposição</p>', '', '', '', 'N', '', 'Y'),
(5110, 'en', 'Alimentação de bebês – Utensílios de mesa', '<p>Alimentação de bebês – Utensílios de mesa</p>', '', '', '', 'N', '', 'Y'),
(5110, 'es', 'Alimentação de bebês – Utensílios de mesa', '<p>Alimentação de bebês – Utensílios de mesa</p>', '', '', '', 'N', '', 'Y'),
(5110, 'pt', 'Alimentação de bebês – Utensílios de mesa', '<p>Alimentação de bebês – Utensílios de mesa</p>', '', '', '', 'N', '', 'Y'),
(5111, 'en', 'Alimentação de bebês/crianças - outros', '<p>Alimentação de bebês/crianças - outros</p>', '', '', '', 'N', '', 'Y'),
(5111, 'es', 'Alimentação de bebês/crianças - outros', '<p>Alimentação de bebês/crianças - outros</p>', '', '', '', 'N', '', 'Y'),
(5111, 'pt', 'Alimentação de bebês/crianças - outros', '<p>Alimentação de bebês/crianças - outros</p>', '', '', '', 'N', '', 'Y'),
(5112, 'en', 'Pacotes de variedades de utensílios de mesa para bebês/crianças', '<p>Pacotes de variedades de utensílios de mesa para bebês/crianças</p>', '', '', '', 'N', '', 'Y'),
(5112, 'es', 'Pacotes de variedades de utensílios de mesa para bebês/crianças', '<p>Pacotes de variedades de utensílios de mesa para bebês/crianças</p>', '', '', '', 'N', '', 'Y'),
(5112, 'pt', 'Pacotes de variedades de utensílios de mesa para bebês/crianças', '<p>Pacotes de variedades de utensílios de mesa para bebês/crianças</p>', '', '', '', 'N', '', 'Y'),
(5113, 'en', 'Talheres para Bebês (Não Descartáveis)', '<p>Talheres para Bebês (Não Descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5113, 'es', 'Talheres para Bebês (Não Descartáveis)', '<p>Talheres para Bebês (Não Descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5113, 'pt', 'Talheres para Bebês (Não Descartáveis)', '<p>Talheres para Bebês (Não Descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5114, 'en', 'Utensílios para bares (não descartáveis)', '<p>Utensílios para bares (não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5114, 'es', 'Utensílios para bares (não descartáveis)', '<p>Utensílios para bares (não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5114, 'pt', 'Utensílios para bares (não descartáveis)', '<p>Utensílios para bares (não descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5115, 'en', 'Acessórios para Coquetéis (Não Descartáveis)', '<p>Acessórios para Coquetéis (Não Descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5115, 'es', 'Acessórios para Coquetéis (Não Descartáveis)', '<p>Acessórios para Coquetéis (Não Descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5115, 'pt', 'Acessórios para Coquetéis (Não Descartáveis)', '<p>Acessórios para Coquetéis (Não Descartáveis)</p>', '', '', '', 'N', '', 'Y'),
(5116, 'en', 'Acessórios para vinho', '<p>Acessórios para vinho</p>', '', '', '', 'N', '', 'Y'),
(5116, 'es', 'Acessórios para vinho', '<p>Acessórios para vinho</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(5116, 'pt', 'Acessórios para vinho', '<p>Acessórios para vinho</p>', '', '', '', 'N', '', 'Y'),
(5117, 'en', 'Baldes de gelo / vinho (sem motor)', '<p>Baldes de gelo / vinho (sem motor)</p>', '', '', '', 'N', '', 'Y'),
(5117, 'es', 'Baldes de gelo / vinho (sem motor)', '<p>Baldes de gelo / vinho (sem motor)</p>', '', '', '', 'N', '', 'Y'),
(5117, 'pt', 'Baldes de gelo / vinho (sem motor)', '<p>Baldes de gelo / vinho (sem motor)</p>', '', '', '', 'N', '', 'Y'),
(5118, 'en', 'Outros acessórios para bar e vinho', '<p>Outros acessórios para bar e vinho</p>', '', '', '', 'N', '', 'Y'),
(5118, 'es', 'Outros acessórios para bar e vinho', '<p>Outros acessórios para bar e vinho</p>', '', '', '', 'N', '', 'Y'),
(5118, 'pt', 'Outros acessórios para bar e vinho', '<p>Outros acessórios para bar e vinho</p>', '', '', '', 'N', '', 'Y'),
(5119, 'en', 'Pacote de variedades para bar e vinhos', '<p>Pacote de variedades para bar e vinhos</p>', '', '', '', 'N', '', 'Y'),
(5119, 'es', 'Pacote de variedades para bar e vinhos', '<p>Pacote de variedades para bar e vinhos</p>', '', '', '', 'N', '', 'Y'),
(5119, 'pt', 'Pacote de variedades para bar e vinhos', '<p>Pacote de variedades para bar e vinhos</p>', '', '', '', 'N', '', 'Y'),
(5120, 'en', 'Veículo', '<p>Veículo</p>', '', '', '', 'N', '', 'Y'),
(5120, 'es', 'Veículo', '<p>Veículo</p>', '', '', '', 'N', '', 'Y'),
(5120, 'pt', 'Veículo', '<p>Veículo</p>', '', '', '', 'N', '', 'Y'),
(5121, 'en', 'Acessórios Automotivos e Manutenção', '<p>Acessórios Automotivos e Manutenção</p>', '', '', '', 'N', '', 'Y'),
(5121, 'es', 'Acessórios Automotivos e Manutenção', '<p>Acessórios Automotivos e Manutenção</p>', '', '', '', 'N', '', 'Y'),
(5121, 'pt', 'Acessórios Automotivos e Manutenção', '<p>Acessórios Automotivos e Manutenção</p>', '', '', '', 'N', '', 'Y'),
(5122, 'en', 'Acessórios Automotivos para Aparência Externa', '<p>Acessórios Automotivos para Aparência Externa</p>', '', '', '', 'N', '', 'Y'),
(5122, 'es', 'Acessórios Automotivos para Aparência Externa', '<p>Acessórios Automotivos para Aparência Externa</p>', '', '', '', 'N', '', 'Y'),
(5122, 'pt', 'Acessórios Automotivos para Aparência Externa', '<p>Acessórios Automotivos para Aparência Externa</p>', '', '', '', 'N', '', 'Y'),
(5123, 'en', 'Abas/Spoilers (Setor Automotivo)', '<p>Abas/Spoilers (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5123, 'es', 'Abas/Spoilers (Setor Automotivo)', '<p>Abas/Spoilers (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5123, 'pt', 'Abas/Spoilers (Setor Automotivo)', '<p>Abas/Spoilers (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5124, 'en', 'Bocas de saída de ar (Setor Automotivo)', '<p>Bocas de saída de ar (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5124, 'es', 'Bocas de saída de ar (Setor Automotivo)', '<p>Bocas de saída de ar (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5124, 'pt', 'Bocas de saída de ar (Setor Automotivo)', '<p>Bocas de saída de ar (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5125, 'en', 'Capas personalizadas', '<p>Capas personalizadas</p>', '', '', '', 'N', '', 'Y'),
(5125, 'es', 'Capas personalizadas', '<p>Capas personalizadas</p>', '', '', '', 'N', '', 'Y'),
(5125, 'pt', 'Capas personalizadas', '<p>Capas personalizadas</p>', '', '', '', 'N', '', 'Y'),
(5126, 'en', 'Emblemas/Gráficos - Decorativo (Setor Automotivo)', '<p>Emblemas/Gráficos - Decorativo (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5126, 'es', 'Emblemas/Gráficos - Decorativo (Setor Automotivo)', '<p>Emblemas/Gráficos - Decorativo (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5126, 'pt', 'Emblemas/Gráficos - Decorativo (Setor Automotivo)', '<p>Emblemas/Gráficos - Decorativo (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5127, 'en', 'Moldes de Lentes/Luz (Setor Automotivo)', '<p>Moldes de Lentes/Luz (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5127, 'es', 'Moldes de Lentes/Luz (Setor Automotivo)', '<p>Moldes de Lentes/Luz (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5127, 'pt', 'Moldes de Lentes/Luz (Setor Automotivo)', '<p>Moldes de Lentes/Luz (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5128, 'en', 'Outros Acessórios Automotivos para Aparência Exterior (Setor Automotivo)', '<p>Outros Acessórios Automotivos para Aparência Exterior (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5128, 'es', 'Outros Acessórios Automotivos para Aparência Exterior (Setor Automotivo)', '<p>Outros Acessórios Automotivos para Aparência Exterior (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5128, 'pt', 'Outros Acessórios Automotivos para Aparência Exterior (Setor Automotivo)', '<p>Outros Acessórios Automotivos para Aparência Exterior (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5129, 'en', 'Pacotes de Variedades para Acessórios de Aparência Exterior', '<p>Pacotes de Variedades para Acessórios de Aparência Exterior</p>', '', '', '', 'N', '', 'Y'),
(5129, 'es', 'Pacotes de Variedades para Acessórios de Aparência Exterior', '<p>Pacotes de Variedades para Acessórios de Aparência Exterior</p>', '', '', '', 'N', '', 'Y'),
(5129, 'pt', 'Pacotes de Variedades para Acessórios de Aparência Exterior', '<p>Pacotes de Variedades para Acessórios de Aparência Exterior</p>', '', '', '', 'N', '', 'Y'),
(5130, 'en', 'Paralamas/Paralamas Alargados', '<p>Paralamas/Paralamas Alargados</p>', '', '', '', 'N', '', 'Y'),
(5130, 'es', 'Paralamas/Paralamas Alargados', '<p>Paralamas/Paralamas Alargados</p>', '', '', '', 'N', '', 'Y'),
(5130, 'pt', 'Paralamas/Paralamas Alargados', '<p>Paralamas/Paralamas Alargados</p>', '', '', '', 'N', '', 'Y'),
(5131, 'en', 'Proteções/Molduras para Janela Lateral (Setor Automotivo)', '<p>Proteções/Molduras para Janela Lateral (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5131, 'es', 'Proteções/Molduras para Janela Lateral (Setor Automotivo)', '<p>Proteções/Molduras para Janela Lateral (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5131, 'pt', 'Proteções/Molduras para Janela Lateral (Setor Automotivo)', '<p>Proteções/Molduras para Janela Lateral (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5132, 'en', 'Teto Solar (Setor Automotivo)', '<p>Teto Solar (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5132, 'es', 'Teto Solar (Setor Automotivo)', '<p>Teto Solar (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5132, 'pt', 'Teto Solar (Setor Automotivo)', '<p>Teto Solar (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5133, 'en', 'Tubos/Ventiladores (Setor Automotivo)', '<p>Tubos/Ventiladores (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5133, 'es', 'Tubos/Ventiladores (Setor Automotivo)', '<p>Tubos/Ventiladores (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5133, 'pt', 'Tubos/Ventiladores (Setor Automotivo)', '<p>Tubos/Ventiladores (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5134, 'en', 'Acessórios Automotivos para o Interior do Veículo - Painel', '<p>Acessórios Automotivos para o Interior do Veículo - Painel</p>', '', '', '', 'N', '', 'Y'),
(5134, 'es', 'Acessórios Automotivos para o Interior do Veículo - Painel', '<p>Acessórios Automotivos para o Interior do Veículo - Painel</p>', '', '', '', 'N', '', 'Y'),
(5134, 'pt', 'Acessórios Automotivos para o Interior do Veículo - Painel', '<p>Acessórios Automotivos para o Interior do Veículo - Painel</p>', '', '', '', 'N', '', 'Y'),
(5135, 'en', 'Kits para guarnição do painel', '<p>Kits para guarnição do painel</p>', '', '', '', 'N', '', 'Y'),
(5135, 'es', 'Kits para guarnição do painel', '<p>Kits para guarnição do painel</p>', '', '', '', 'N', '', 'Y'),
(5135, 'pt', 'Kits para guarnição do painel', '<p>Kits para guarnição do painel</p>', '', '', '', 'N', '', 'Y'),
(5136, 'en', 'Molduras para paineis de instrumento', '<p>Molduras para paineis de instrumento</p>', '', '', '', 'N', '', 'Y'),
(5136, 'es', 'Molduras para paineis de instrumento', '<p>Molduras para paineis de instrumento</p>', '', '', '', 'N', '', 'Y'),
(5136, 'pt', 'Molduras para paineis de instrumento', '<p>Molduras para paineis de instrumento</p>', '', '', '', 'N', '', 'Y'),
(5137, 'en', 'Tampas/Tapetes para o painel', '<p>Tampas/Tapetes para o painel</p>', '', '', '', 'N', '', 'Y'),
(5137, 'es', 'Tampas/Tapetes para o painel', '<p>Tampas/Tapetes para o painel</p>', '', '', '', 'N', '', 'Y'),
(5137, 'pt', 'Tampas/Tapetes para o painel', '<p>Tampas/Tapetes para o painel</p>', '', '', '', 'N', '', 'Y'),
(5138, 'en', 'Acessórios Externos do Veículo - Coberturas/Proteção', '<p>Acessórios Externos do Veículo - Coberturas/Proteção</p>', '', '', '', 'N', '', 'Y'),
(5138, 'es', 'Acessórios Externos do Veículo - Coberturas/Proteção', '<p>Acessórios Externos do Veículo - Coberturas/Proteção</p>', '', '', '', 'N', '', 'Y'),
(5138, 'pt', 'Acessórios Externos do Veículo - Coberturas/Proteção', '<p>Acessórios Externos do Veículo - Coberturas/Proteção</p>', '', '', '', 'N', '', 'Y'),
(5139, 'en', 'Acessórios/Peças de Reposição - Capotas /Revestimentos', '<p>Acessórios/Peças de Reposição - Capotas /Revestimentos</p>', '', '', '', 'N', '', 'Y'),
(5139, 'es', 'Acessórios/Peças de Reposição - Capotas /Revestimentos', '<p>Acessórios/Peças de Reposição - Capotas /Revestimentos</p>', '', '', '', 'N', '', 'Y'),
(5139, 'pt', 'Acessórios/Peças de Reposição - Capotas /Revestimentos', '<p>Acessórios/Peças de Reposição - Capotas /Revestimentos</p>', '', '', '', 'N', '', 'Y'),
(5140, 'en', 'Capas para estepe', '<p>Capas para estepe</p>', '', '', '', 'N', '', 'Y'),
(5140, 'es', 'Capas para estepe', '<p>Capas para estepe</p>', '', '', '', 'N', '', 'Y'),
(5140, 'pt', 'Capas para estepe', '<p>Capas para estepe</p>', '', '', '', 'N', '', 'Y'),
(5141, 'en', 'Capas para lentes da lanterna do veículo', '<p>Capas para lentes da lanterna do veículo</p>', '', '', '', 'N', '', 'Y'),
(5141, 'es', 'Capas para lentes da lanterna do veículo', '<p>Capas para lentes da lanterna do veículo</p>', '', '', '', 'N', '', 'Y'),
(5141, 'pt', 'Capas para lentes da lanterna do veículo', '<p>Capas para lentes da lanterna do veículo</p>', '', '', '', 'N', '', 'Y'),
(5142, 'en', 'Capas para Veículo', '<p>Capas para Veículo</p>', '', '', '', 'N', '', 'Y'),
(5142, 'es', 'Capas para Veículo', '<p>Capas para Veículo</p>', '', '', '', 'N', '', 'Y'),
(5142, 'pt', 'Capas para Veículo', '<p>Capas para Veículo</p>', '', '', '', 'N', '', 'Y'),
(5143, 'en', 'Coberturas/Outras Proteções (Setor Automotivo)', '<p>Coberturas/Outras Proteções (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5143, 'es', 'Coberturas/Outras Proteções (Setor Automotivo)', '<p>Coberturas/Outras Proteções (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5143, 'pt', 'Coberturas/Outras Proteções (Setor Automotivo)', '<p>Coberturas/Outras Proteções (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5144, 'en', 'Equipamentos para caminhões/Kits', '<p>Equipamentos para caminhões/Kits</p>', '', '', '', 'N', '', 'Y'),
(5144, 'es', 'Equipamentos para caminhões/Kits', '<p>Equipamentos para caminhões/Kits</p>', '', '', '', 'N', '', 'Y'),
(5144, 'pt', 'Equipamentos para caminhões/Kits', '<p>Equipamentos para caminhões/Kits</p>', '', '', '', 'N', '', 'Y'),
(5145, 'en', 'Estrutura para a placa do veículo/Proteções', '<p>Estrutura para a placa do veículo/Proteções</p>', '', '', '', 'N', '', 'Y'),
(5145, 'es', 'Estrutura para a placa do veículo/Proteções', '<p>Estrutura para a placa do veículo/Proteções</p>', '', '', '', 'N', '', 'Y'),
(5145, 'pt', 'Estrutura para a placa do veículo/Proteções', '<p>Estrutura para a placa do veículo/Proteções</p>', '', '', '', 'N', '', 'Y'),
(5146, 'en', 'Paralamas', '<p>Paralamas</p>', '', '', '', 'N', '', 'Y'),
(5146, 'es', 'Paralamas', '<p>Paralamas</p>', '', '', '', 'N', '', 'Y'),
(5146, 'pt', 'Paralamas', '<p>Paralamas</p>', '', '', '', 'N', '', 'Y'),
(5147, 'en', 'Película de proteção de pintura automotiva', '<p>Película de proteção de pintura automotiva</p>', '', '', '', 'N', '', 'Y'),
(5147, 'es', 'Película de proteção de pintura automotiva', '<p>Película de proteção de pintura automotiva</p>', '', '', '', 'N', '', 'Y'),
(5147, 'pt', 'Película de proteção de pintura automotiva', '<p>Película de proteção de pintura automotiva</p>', '', '', '', 'N', '', 'Y'),
(5148, 'en', 'Placas do veículo - Decorativas', '<p>Placas do veículo - Decorativas</p>', '', '', '', 'N', '', 'Y'),
(5148, 'es', 'Placas do veículo - Decorativas', '<p>Placas do veículo - Decorativas</p>', '', '', '', 'N', '', 'Y'),
(5148, 'pt', 'Placas do veículo - Decorativas', '<p>Placas do veículo - Decorativas</p>', '', '', '', 'N', '', 'Y'),
(5149, 'en', 'Protetores de porta para automóveis', '<p>Protetores de porta para automóveis</p>', '', '', '', 'N', '', 'Y'),
(5149, 'es', 'Protetores de porta para automóveis', '<p>Protetores de porta para automóveis</p>', '', '', '', 'N', '', 'Y'),
(5149, 'pt', 'Protetores de porta para automóveis', '<p>Protetores de porta para automóveis</p>', '', '', '', 'N', '', 'Y'),
(5150, 'en', 'Acessórios externos do veículo - Estribos/Degraus', '<p>Acessórios externos do veículo - Estribos/Degraus</p>', '', '', '', 'N', '', 'Y'),
(5150, 'es', 'Acessórios externos do veículo - Estribos/Degraus', '<p>Acessórios externos do veículo - Estribos/Degraus</p>', '', '', '', 'N', '', 'Y'),
(5150, 'pt', 'Acessórios externos do veículo - Estribos/Degraus', '<p>Acessórios externos do veículo - Estribos/Degraus</p>', '', '', '', 'N', '', 'Y'),
(5151, 'en', 'Degraus de ferro fundido/extrudado (Setor Automotivo)', '<p>Degraus de ferro fundido/extrudado (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5151, 'es', 'Degraus de ferro fundido/extrudado (Setor Automotivo)', '<p>Degraus de ferro fundido/extrudado (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5151, 'pt', 'Degraus de ferro fundido/extrudado (Setor Automotivo)', '<p>Degraus de ferro fundido/extrudado (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5152, 'en', 'Estribos (Setor Automotivo)', '<p>Estribos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5152, 'es', 'Estribos (Setor Automotivo)', '<p>Estribos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5152, 'pt', 'Estribos (Setor Automotivo)', '<p>Estribos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5153, 'en', 'Frisos/Degraus Laterais (Setor Automotivo)', '<p>Frisos/Degraus Laterais (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5153, 'es', 'Frisos/Degraus Laterais (Setor Automotivo)', '<p>Frisos/Degraus Laterais (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5153, 'pt', 'Frisos/Degraus Laterais (Setor Automotivo)', '<p>Frisos/Degraus Laterais (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5154, 'en', 'Acessórios externos do veículo - Grades/Parachoques', '<p>Acessórios externos do veículo - Grades/Parachoques</p>', '', '', '', 'N', '', 'Y'),
(5154, 'es', 'Acessórios externos do veículo - Grades/Parachoques', '<p>Acessórios externos do veículo - Grades/Parachoques</p>', '', '', '', 'N', '', 'Y'),
(5154, 'pt', 'Acessórios externos do veículo - Grades/Parachoques', '<p>Acessórios externos do veículo - Grades/Parachoques</p>', '', '', '', 'N', '', 'Y'),
(5155, 'en', 'Grades de Proteção Frontal (Setor Automotivo)', '<p>Grades de Proteção Frontal (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5155, 'es', 'Grades de Proteção Frontal (Setor Automotivo)', '<p>Grades de Proteção Frontal (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5155, 'pt', 'Grades de Proteção Frontal (Setor Automotivo)', '<p>Grades de Proteção Frontal (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5156, 'en', 'Grades Frontais', '<p>Grades Frontais</p>', '', '', '', 'N', '', 'Y'),
(5156, 'es', 'Grades Frontais', '<p>Grades Frontais</p>', '', '', '', 'N', '', 'Y'),
(5156, 'pt', 'Grades Frontais', '<p>Grades Frontais</p>', '', '', '', 'N', '', 'Y'),
(5157, 'en', 'Grades Personalizadas/Decorativas', '<p>Grades Personalizadas/Decorativas</p>', '', '', '', 'N', '', 'Y'),
(5157, 'es', 'Grades Personalizadas/Decorativas', '<p>Grades Personalizadas/Decorativas</p>', '', '', '', 'N', '', 'Y'),
(5157, 'pt', 'Grades Personalizadas/Decorativas', '<p>Grades Personalizadas/Decorativas</p>', '', '', '', 'N', '', 'Y'),
(5158, 'en', 'Insertos de grade', '<p>Insertos de grade</p>', '', '', '', 'N', '', 'Y'),
(5158, 'es', 'Insertos de grade', '<p>Insertos de grade</p>', '', '', '', 'N', '', 'Y'),
(5158, 'pt', 'Insertos de grade', '<p>Insertos de grade</p>', '', '', '', 'N', '', 'Y'),
(5159, 'en', 'Parachoques', '<p>Parachoques</p>', '', '', '', 'N', '', 'Y'),
(5159, 'es', 'Parachoques', '<p>Parachoques</p>', '', '', '', 'N', '', 'Y'),
(5159, 'pt', 'Parachoques', '<p>Parachoques</p>', '', '', '', 'N', '', 'Y'),
(5160, 'en', 'Spoilers/ Placas de proteção antiderrapante', '<p>Spoilers/ Placas de proteção antiderrapante</p>', '', '', '', 'N', '', 'Y'),
(5160, 'es', 'Spoilers/ Placas de proteção antiderrapante', '<p>Spoilers/ Placas de proteção antiderrapante</p>', '', '', '', 'N', '', 'Y'),
(5160, 'pt', 'Spoilers/ Placas de proteção antiderrapante', '<p>Spoilers/ Placas de proteção antiderrapante</p>', '', '', '', 'N', '', 'Y'),
(5161, 'en', 'Acessórios externos do veículo - Protetores/Defletores', '<p>Acessórios externos do veículo - Protetores/Defletores</p>', '', '', '', 'N', '', 'Y'),
(5161, 'es', 'Acessórios externos do veículo - Protetores/Defletores', '<p>Acessórios externos do veículo - Protetores/Defletores</p>', '', '', '', 'N', '', 'Y'),
(5161, 'pt', 'Acessórios externos do veículo - Protetores/Defletores', '<p>Acessórios externos do veículo - Protetores/Defletores</p>', '', '', '', 'N', '', 'Y'),
(5162, 'en', 'Carenagens da cabine', '<p>Carenagens da cabine</p>', '', '', '', 'N', '', 'Y'),
(5162, 'es', 'Carenagens da cabine', '<p>Carenagens da cabine</p>', '', '', '', 'N', '', 'Y'),
(5162, 'pt', 'Carenagens da cabine', '<p>Carenagens da cabine</p>', '', '', '', 'N', '', 'Y'),
(5163, 'en', 'Defeito/Protetores da capota (Veículos)', '<p>Defeito/Protetores da capota (Veículos)</p>', '', '', '', 'N', '', 'Y'),
(5163, 'es', 'Defeito/Protetores da capota (Veículos)', '<p>Defeito/Protetores da capota (Veículos)</p>', '', '', '', 'N', '', 'Y'),
(5163, 'pt', 'Defeito/Protetores da capota (Veículos)', '<p>Defeito/Protetores da capota (Veículos)</p>', '', '', '', 'N', '', 'Y'),
(5164, 'en', 'Defletor da Janela Traseira/ Teto Solar (Setor Automotivo)', '<p>Defletor da Janela Traseira/ Teto Solar (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5164, 'es', 'Defletor da Janela Traseira/ Teto Solar (Setor Automotivo)', '<p>Defletor da Janela Traseira/ Teto Solar (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5164, 'pt', 'Defletor da Janela Traseira/ Teto Solar (Setor Automotivo)', '<p>Defletor da Janela Traseira/ Teto Solar (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5165, 'en', 'Defletores do teto solar', '<p>Defletores do teto solar</p>', '', '', '', 'N', '', 'Y'),
(5165, 'es', 'Defletores do teto solar', '<p>Defletores do teto solar</p>', '', '', '', 'N', '', 'Y'),
(5165, 'pt', 'Defletores do teto solar', '<p>Defletores do teto solar</p>', '', '', '', 'N', '', 'Y'),
(5166, 'en', 'Quebra-sois do para-brisa dianteiro', '<p>Quebra-sois do para-brisa dianteiro</p>', '', '', '', 'N', '', 'Y'),
(5166, 'es', 'Quebra-sois do para-brisa dianteiro', '<p>Quebra-sois do para-brisa dianteiro</p>', '', '', '', 'N', '', 'Y'),
(5166, 'pt', 'Quebra-sois do para-brisa dianteiro', '<p>Quebra-sois do para-brisa dianteiro</p>', '', '', '', 'N', '', 'Y'),
(5167, 'en', 'Quebra-sol/Defletor lateral da janela', '<p>Quebra-sol/Defletor lateral da janela</p>', '', '', '', 'N', '', 'Y'),
(5167, 'es', 'Quebra-sol/Defletor lateral da janela', '<p>Quebra-sol/Defletor lateral da janela</p>', '', '', '', 'N', '', 'Y'),
(5167, 'pt', 'Quebra-sol/Defletor lateral da janela', '<p>Quebra-sol/Defletor lateral da janela</p>', '', '', '', 'N', '', 'Y'),
(5168, 'en', 'Acessórios para a parte inferior do veículo - decorativos', '<p>Acessórios para a parte inferior do veículo - decorativos</p>', '', '', '', 'N', '', 'Y'),
(5168, 'es', 'Acessórios para a parte inferior do veículo - decorativos', '<p>Acessórios para a parte inferior do veículo - decorativos</p>', '', '', '', 'N', '', 'Y'),
(5168, 'pt', 'Acessórios para a parte inferior do veículo - decorativos', '<p>Acessórios para a parte inferior do veículo - decorativos</p>', '', '', '', 'N', '', 'Y'),
(5169, 'en', 'Acessórios internos - Outros decorativos (Setor Automotivo)', '<p>Acessórios internos - Outros decorativos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5169, 'es', 'Acessórios internos - Outros decorativos (Setor Automotivo)', '<p>Acessórios internos - Outros decorativos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5169, 'pt', 'Acessórios internos - Outros decorativos (Setor Automotivo)', '<p>Acessórios internos - Outros decorativos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5170, 'en', 'Acessórios para a parte inferior - Pacotes de Variedades decorativos (Setor automotivo)', '<p>Acessórios para a parte inferior - Pacotes de Variedades decorativos (Setor automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5170, 'es', 'Acessórios para a parte inferior - Pacotes de Variedades decorativos (Setor automotivo)', '<p>Acessórios para a parte inferior - Pacotes de Variedades decorativos (Setor automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5170, 'pt', 'Acessórios para a parte inferior - Pacotes de Variedades decorativos (Setor automotivo)', '<p>Acessórios para a parte inferior - Pacotes de Variedades decorativos (Setor automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5171, 'en', 'Alavancas de Mudança de Marcha/Passadores (Setor Automotivo)', '<p>Alavancas de Mudança de Marcha/Passadores (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5171, 'es', 'Alavancas de Mudança de Marcha/Passadores (Setor Automotivo)', '<p>Alavancas de Mudança de Marcha/Passadores (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5171, 'pt', 'Alavancas de Mudança de Marcha/Passadores (Setor Automotivo)', '<p>Alavancas de Mudança de Marcha/Passadores (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5172, 'en', 'Alças/Manivelas Decorativas', '<p>Alças/Manivelas Decorativas</p>', '', '', '', 'N', '', 'Y'),
(5172, 'es', 'Alças/Manivelas Decorativas', '<p>Alças/Manivelas Decorativas</p>', '', '', '', 'N', '', 'Y'),
(5172, 'pt', 'Alças/Manivelas Decorativas', '<p>Alças/Manivelas Decorativas</p>', '', '', '', 'N', '', 'Y'),
(5173, 'en', 'Conjuntos/Capas para pedal (Setor Automotivo)', '<p>Conjuntos/Capas para pedal (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5173, 'es', 'Conjuntos/Capas para pedal (Setor Automotivo)', '<p>Conjuntos/Capas para pedal (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5173, 'pt', 'Conjuntos/Capas para pedal (Setor Automotivo)', '<p>Conjuntos/Capas para pedal (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5174, 'en', 'Dispositivos internos (Setor Automotivo)', '<p>Dispositivos internos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5174, 'es', 'Dispositivos internos (Setor Automotivo)', '<p>Dispositivos internos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5174, 'pt', 'Dispositivos internos (Setor Automotivo)', '<p>Dispositivos internos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5175, 'en', 'Outros Acessórios/Hardware Decorativos (Setor Automotivo)', '<p>Outros Acessórios/Hardware Decorativos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5175, 'es', 'Outros Acessórios/Hardware Decorativos (Setor Automotivo)', '<p>Outros Acessórios/Hardware Decorativos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5175, 'pt', 'Outros Acessórios/Hardware Decorativos (Setor Automotivo)', '<p>Outros Acessórios/Hardware Decorativos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5176, 'en', 'Placa fole da alavanca de mudança de marcha/Kits (Setor Automotivo)', '<p>Placa fole da alavanca de mudança de marcha/Kits (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5176, 'es', 'Placa fole da alavanca de mudança de marcha/Kits (Setor Automotivo)', '<p>Placa fole da alavanca de mudança de marcha/Kits (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5176, 'pt', 'Placa fole da alavanca de mudança de marcha/Kits (Setor Automotivo)', '<p>Placa fole da alavanca de mudança de marcha/Kits (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5177, 'en', 'Puxadores/Botões decorativos', '<p>Puxadores/Botões decorativos</p>', '', '', '', 'N', '', 'Y'),
(5177, 'es', 'Puxadores/Botões decorativos', '<p>Puxadores/Botões decorativos</p>', '', '', '', 'N', '', 'Y'),
(5177, 'pt', 'Puxadores/Botões decorativos', '<p>Puxadores/Botões decorativos</p>', '', '', '', 'N', '', 'Y'),
(5178, 'en', 'Revestimento do teto/Kits (Setor Automotivo)', '<p>Revestimento do teto/Kits (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5178, 'es', 'Revestimento do teto/Kits (Setor Automotivo)', '<p>Revestimento do teto/Kits (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5178, 'pt', 'Revestimento do teto/Kits (Setor Automotivo)', '<p>Revestimento do teto/Kits (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5179, 'en', 'Acessórios para Aparência/Fragância de Veículos', '<p>Acessórios para Aparência/Fragância de Veículos</p>', '', '', '', 'N', '', 'Y'),
(5179, 'es', 'Acessórios para Aparência/Fragância de Veículos', '<p>Acessórios para Aparência/Fragância de Veículos</p>', '', '', '', 'N', '', 'Y'),
(5179, 'pt', 'Acessórios para Aparência/Fragância de Veículos', '<p>Acessórios para Aparência/Fragância de Veículos</p>', '', '', '', 'N', '', 'Y'),
(5180, 'en', 'Aromatizantes - Elétricos (Setor Automotivo)', '<p>Aromatizantes - Elétricos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5180, 'es', 'Aromatizantes - Elétricos (Setor Automotivo)', '<p>Aromatizantes - Elétricos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5180, 'pt', 'Aromatizantes - Elétricos (Setor Automotivo)', '<p>Aromatizantes - Elétricos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5181, 'en', 'Aromatizantes - Não elétricos (Setor Automotivo)', '<p>Aromatizantes - Não elétricos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5181, 'es', 'Aromatizantes - Não elétricos (Setor Automotivo)', '<p>Aromatizantes - Não elétricos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5181, 'pt', 'Aromatizantes - Não elétricos (Setor Automotivo)', '<p>Aromatizantes - Não elétricos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5182, 'en', 'Escovas/Dispositivos Aplicadores - Setor Automotivo', '<p>Escovas/Dispositivos Aplicadores - Setor Automotivo</p>', '', '', '', 'N', '', 'Y'),
(5182, 'es', 'Escovas/Dispositivos Aplicadores - Setor Automotivo', '<p>Escovas/Dispositivos Aplicadores - Setor Automotivo</p>', '', '', '', 'N', '', 'Y'),
(5182, 'pt', 'Escovas/Dispositivos Aplicadores - Setor Automotivo', '<p>Escovas/Dispositivos Aplicadores - Setor Automotivo</p>', '', '', '', 'N', '', 'Y'),
(5183, 'en', 'Outros Acessórios para Fragência/Aparência', '<p>Outros Acessórios para Fragência/Aparência</p>', '', '', '', 'N', '', 'Y'),
(5183, 'es', 'Outros Acessórios para Fragência/Aparência', '<p>Outros Acessórios para Fragência/Aparência</p>', '', '', '', 'N', '', 'Y'),
(5183, 'pt', 'Outros Acessórios para Fragência/Aparência', '<p>Outros Acessórios para Fragência/Aparência</p>', '', '', '', 'N', '', 'Y'),
(5184, 'en', 'Pacotes de Variedades para Acessórios de Fragância/Aparência', '<p>Pacotes de Variedades para Acessórios de Fragância/Aparência</p>', '', '', '', 'N', '', 'Y'),
(5184, 'es', 'Pacotes de Variedades para Acessórios de Fragância/Aparência', '<p>Pacotes de Variedades para Acessórios de Fragância/Aparência</p>', '', '', '', 'N', '', 'Y'),
(5184, 'pt', 'Pacotes de Variedades para Acessórios de Fragância/Aparência', '<p>Pacotes de Variedades para Acessórios de Fragância/Aparência</p>', '', '', '', 'N', '', 'Y'),
(5185, 'en', 'Peças de Reposição/Acessórios - Fragância/Aparência do Veículo', '<p>Peças de Reposição/Acessórios - Fragância/Aparência do Veículo</p>', '', '', '', 'N', '', 'Y'),
(5185, 'es', 'Peças de Reposição/Acessórios - Fragância/Aparência do Veículo', '<p>Peças de Reposição/Acessórios - Fragância/Aparência do Veículo</p>', '', '', '', 'N', '', 'Y'),
(5185, 'pt', 'Peças de Reposição/Acessórios - Fragância/Aparência do Veículo', '<p>Peças de Reposição/Acessórios - Fragância/Aparência do Veículo</p>', '', '', '', 'N', '', 'Y'),
(5186, 'en', 'Polidores/Máquinas de polimento (Setor Automotivo)', '<p>Polidores/Máquinas de polimento (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5186, 'es', 'Polidores/Máquinas de polimento (Setor Automotivo)', '<p>Polidores/Máquinas de polimento (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5186, 'pt', 'Polidores/Máquinas de polimento (Setor Automotivo)', '<p>Polidores/Máquinas de polimento (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5187, 'en', 'Raspadores de Gelo (Setor Automotivo)', '<p>Raspadores de Gelo (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5187, 'es', 'Raspadores de Gelo (Setor Automotivo)', '<p>Raspadores de Gelo (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5187, 'pt', 'Raspadores de Gelo (Setor Automotivo)', '<p>Raspadores de Gelo (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5188, 'en', 'Sistemas de lavagem - Elétricos (Setor Automotivo)', '<p>Sistemas de lavagem - Elétricos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5188, 'es', 'Sistemas de lavagem - Elétricos (Setor Automotivo)', '<p>Sistemas de lavagem - Elétricos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5188, 'pt', 'Sistemas de lavagem - Elétricos (Setor Automotivo)', '<p>Sistemas de lavagem - Elétricos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5189, 'en', 'Acessórios para gestão do fluido Automotivo', '<p>Acessórios para gestão do fluido Automotivo</p>', '', '', '', 'N', '', 'Y'),
(5189, 'es', 'Acessórios para gestão do fluido Automotivo', '<p>Acessórios para gestão do fluido Automotivo</p>', '', '', '', 'N', '', 'Y'),
(5189, 'pt', 'Acessórios para gestão do fluido Automotivo', '<p>Acessórios para gestão do fluido Automotivo</p>', '', '', '', 'N', '', 'Y'),
(5190, 'en', 'Chaves de filtro (automotivas)', '<p>Chaves de filtro (automotivas)</p>', '', '', '', 'N', '', 'Y'),
(5190, 'es', 'Chaves de filtro (automotivas)', '<p>Chaves de filtro (automotivas)</p>', '', '', '', 'N', '', 'Y'),
(5190, 'pt', 'Chaves de filtro (automotivas)', '<p>Chaves de filtro (automotivas)</p>', '', '', '', 'N', '', 'Y'),
(5191, 'en', 'Gerenciamento de fluido / outros acessórios (automotivos)', '<p>Gerenciamento de fluido / outros acessórios (automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5191, 'es', 'Gerenciamento de fluido / outros acessórios (automotivos)', '<p>Gerenciamento de fluido / outros acessórios (automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5191, 'pt', 'Gerenciamento de fluido / outros acessórios (automotivos)', '<p>Gerenciamento de fluido / outros acessórios (automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5192, 'en', 'Gerenciamento de fluidos / pacotes de variedades de acessórios (automotivo)', '<p>Gerenciamento de fluidos / pacotes de variedades de acessórios (automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5192, 'es', 'Gerenciamento de fluidos / pacotes de variedades de acessórios (automotivo)', '<p>Gerenciamento de fluidos / pacotes de variedades de acessórios (automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5192, 'pt', 'Gerenciamento de fluidos / pacotes de variedades de acessórios (automotivo)', '<p>Gerenciamento de fluidos / pacotes de variedades de acessórios (automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5193, 'en', 'Kits / Acessórios para mudança de fluidos', '<p>Kits / Acessórios para mudança de fluidos</p>', '', '', '', 'N', '', 'Y'),
(5193, 'es', 'Kits / Acessórios para mudança de fluidos', '<p>Kits / Acessórios para mudança de fluidos</p>', '', '', '', 'N', '', 'Y'),
(5193, 'pt', 'Kits / Acessórios para mudança de fluidos', '<p>Kits / Acessórios para mudança de fluidos</p>', '', '', '', 'N', '', 'Y'),
(5194, 'en', 'Misturadores de fluido (automotivo)', '<p>Misturadores de fluido (automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5194, 'es', 'Misturadores de fluido (automotivo)', '<p>Misturadores de fluido (automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5194, 'pt', 'Misturadores de fluido (automotivo)', '<p>Misturadores de fluido (automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5195, 'en', 'Plug de drenagem de óleo (automotivo)', '<p>Plug de drenagem de óleo (automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5195, 'es', 'Plug de drenagem de óleo (automotivo)', '<p>Plug de drenagem de óleo (automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5195, 'pt', 'Plug de drenagem de óleo (automotivo)', '<p>Plug de drenagem de óleo (automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5196, 'en', 'Acessórios para o Inteior do Automóvel - Volante', '<p>Acessórios para o Inteior do Automóvel - Volante</p>', '', '', '', 'N', '', 'Y'),
(5196, 'es', 'Acessórios para o Inteior do Automóvel - Volante', '<p>Acessórios para o Inteior do Automóvel - Volante</p>', '', '', '', 'N', '', 'Y'),
(5196, 'pt', 'Acessórios para o Inteior do Automóvel - Volante', '<p>Acessórios para o Inteior do Automóvel - Volante</p>', '', '', '', 'N', '', 'Y'),
(5197, 'en', 'Acessórios/ Hardware para Volante', '<p>Acessórios/ Hardware para Volante</p>', '', '', '', 'N', '', 'Y'),
(5197, 'es', 'Acessórios/ Hardware para Volante', '<p>Acessórios/ Hardware para Volante</p>', '', '', '', 'N', '', 'Y'),
(5197, 'pt', 'Acessórios/ Hardware para Volante', '<p>Acessórios/ Hardware para Volante</p>', '', '', '', 'N', '', 'Y'),
(5198, 'en', 'Capas para Volante', '<p>Capas para Volante</p>', '', '', '', 'N', '', 'Y'),
(5198, 'es', 'Capas para Volante', '<p>Capas para Volante</p>', '', '', '', 'N', '', 'Y'),
(5198, 'pt', 'Capas para Volante', '<p>Capas para Volante</p>', '', '', '', 'N', '', 'Y'),
(5199, 'en', 'Volantes', '<p>Volantes</p>', '', '', '', 'N', '', 'Y'),
(5199, 'es', 'Volantes', '<p>Volantes</p>', '', '', '', 'N', '', 'Y'),
(5199, 'pt', 'Volantes', '<p>Volantes</p>', '', '', '', 'N', '', 'Y'),
(5200, 'en', 'Acessórios para o Interior do Automóvel - Organização', '<p>Acessórios para o Interior do Automóvel - Organização</p>', '', '', '', 'N', '', 'Y'),
(5200, 'es', 'Acessórios para o Interior do Automóvel - Organização', '<p>Acessórios para o Interior do Automóvel - Organização</p>', '', '', '', 'N', '', 'Y'),
(5200, 'pt', 'Acessórios para o Interior do Automóvel - Organização', '<p>Acessórios para o Interior do Automóvel - Organização</p>', '', '', '', 'N', '', 'Y'),
(5201, 'en', 'Consoles (Automóvel)', '<p>Consoles (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5201, 'es', 'Consoles (Automóvel)', '<p>Consoles (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5201, 'pt', 'Consoles (Automóvel)', '<p>Consoles (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5202, 'en', 'Outros Compartimentos para Armazenagem Interior (Automóvel)', '<p>Outros Compartimentos para Armazenagem Interior (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5202, 'es', 'Outros Compartimentos para Armazenagem Interior (Automóvel)', '<p>Outros Compartimentos para Armazenagem Interior (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5202, 'pt', 'Outros Compartimentos para Armazenagem Interior (Automóvel)', '<p>Outros Compartimentos para Armazenagem Interior (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5203, 'en', 'Sacos/Cestos de Lixo (Automóvel)', '<p>Sacos/Cestos de Lixo (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5203, 'es', 'Sacos/Cestos de Lixo (Automóvel)', '<p>Sacos/Cestos de Lixo (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5203, 'pt', 'Sacos/Cestos de Lixo (Automóvel)', '<p>Sacos/Cestos de Lixo (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5204, 'en', 'Suportes de Selos Fiscais (Automóvel)', '<p>Suportes de Selos Fiscais (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5204, 'es', 'Suportes de Selos Fiscais (Automóvel)', '<p>Suportes de Selos Fiscais (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5204, 'pt', 'Suportes de Selos Fiscais (Automóvel)', '<p>Suportes de Selos Fiscais (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5205, 'en', 'Acessórios para o Interior do Automóvel - Revestimento Interior', '<p>Acessórios para o Interior do Automóvel - Revestimento Interior</p>', '', '', '', 'N', '', 'Y'),
(5205, 'es', 'Acessórios para o Interior do Automóvel - Revestimento Interior', '<p>Acessórios para o Interior do Automóvel - Revestimento Interior</p>', '', '', '', 'N', '', 'Y'),
(5205, 'pt', 'Acessórios para o Interior do Automóvel - Revestimento Interior', '<p>Acessórios para o Interior do Automóvel - Revestimento Interior</p>', '', '', '', 'N', '', 'Y'),
(5206, 'en', 'Bandejas/Revestimento Interior de Carga (Automóvel)', '<p>Bandejas/Revestimento Interior de Carga (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5206, 'es', 'Bandejas/Revestimento Interior de Carga (Automóvel)', '<p>Bandejas/Revestimento Interior de Carga (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5206, 'pt', 'Bandejas/Revestimento Interior de Carga (Automóvel)', '<p>Bandejas/Revestimento Interior de Carga (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5207, 'en', 'Outro Revestimento Interior (Automóvel)', '<p>Outro Revestimento Interior (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5207, 'es', 'Outro Revestimento Interior (Automóvel)', '<p>Outro Revestimento Interior (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5207, 'pt', 'Outro Revestimento Interior (Automóvel)', '<p>Outro Revestimento Interior (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5208, 'en', 'Soleiras (Automóvel)', '<p>Soleiras (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5208, 'es', 'Soleiras (Automóvel)', '<p>Soleiras (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5208, 'pt', 'Soleiras (Automóvel)', '<p>Soleiras (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5209, 'en', 'Tapete de Substituição (Automóvel)', '<p>Tapete de Substituição (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5209, 'es', 'Tapete de Substituição (Automóvel)', '<p>Tapete de Substituição (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5209, 'pt', 'Tapete de Substituição (Automóvel)', '<p>Tapete de Substituição (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5210, 'en', 'Tapetes de Automóveis', '<p>Tapetes de Automóveis</p>', '', '', '', 'N', '', 'Y'),
(5210, 'es', 'Tapetes de Automóveis', '<p>Tapetes de Automóveis</p>', '', '', '', 'N', '', 'Y'),
(5210, 'pt', 'Tapetes de Automóveis', '<p>Tapetes de Automóveis</p>', '', '', '', 'N', '', 'Y'),
(5211, 'en', 'Acessórios para o interior do veículo - Assentos', '<p>Acessórios para o interior do veículo - Assentos</p>', '', '', '', 'N', '', 'Y'),
(5211, 'es', 'Acessórios para o interior do veículo - Assentos', '<p>Acessórios para o interior do veículo - Assentos</p>', '', '', '', 'N', '', 'Y'),
(5211, 'pt', 'Acessórios para o interior do veículo - Assentos', '<p>Acessórios para o interior do veículo - Assentos</p>', '', '', '', 'N', '', 'Y'),
(5212, 'en', 'Acessórios interiores automotivos - Pacotes de variedade de assentos', '<p>Acessórios interiores automotivos - Pacotes de variedade de assentos</p>', '', '', '', 'N', '', 'Y'),
(5212, 'es', 'Acessórios interiores automotivos - Pacotes de variedade de assentos', '<p>Acessórios interiores automotivos - Pacotes de variedade de assentos</p>', '', '', '', 'N', '', 'Y'),
(5212, 'pt', 'Acessórios interiores automotivos - Pacotes de variedade de assentos', '<p>Acessórios interiores automotivos - Pacotes de variedade de assentos</p>', '', '', '', 'N', '', 'Y'),
(5213, 'en', 'Acessórios/Equipamentos para Assento (Setor Automotivo)', '<p>Acessórios/Equipamentos para Assento (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5213, 'es', 'Acessórios/Equipamentos para Assento (Setor Automotivo)', '<p>Acessórios/Equipamentos para Assento (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5213, 'pt', 'Acessórios/Equipamentos para Assento (Setor Automotivo)', '<p>Acessórios/Equipamentos para Assento (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5214, 'en', 'Assentos (Veículo)', '<p>Assentos (Veículo)</p>', '', '', '', 'N', '', 'Y'),
(5214, 'es', 'Assentos (Veículo)', '<p>Assentos (Veículo)</p>', '', '', '', 'N', '', 'Y'),
(5214, 'pt', 'Assentos (Veículo)', '<p>Assentos (Veículo)</p>', '', '', '', 'N', '', 'Y'),
(5215, 'en', 'Assentos (Veículos)', '<p>Assentos (Veículos)</p>', '', '', '', 'N', '', 'Y'),
(5215, 'es', 'Assentos (Veículos)', '<p>Assentos (Veículos)</p>', '', '', '', 'N', '', 'Y'),
(5215, 'pt', 'Assentos (Veículos)', '<p>Assentos (Veículos)</p>', '', '', '', 'N', '', 'Y'),
(5216, 'en', 'Cadeiras para Auto', '<p>Cadeiras para Auto</p>', '', '', '', 'N', '', 'Y'),
(5216, 'es', 'Cadeiras para Auto', '<p>Cadeiras para Auto</p>', '', '', '', 'N', '', 'Y'),
(5216, 'pt', 'Cadeiras para Auto', '<p>Cadeiras para Auto</p>', '', '', '', 'N', '', 'Y'),
(5217, 'en', 'Capas para assentos (Setor Automotivo)', '<p>Capas para assentos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5217, 'es', 'Capas para assentos (Setor Automotivo)', '<p>Capas para assentos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5217, 'pt', 'Capas para assentos (Setor Automotivo)', '<p>Capas para assentos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5218, 'en', 'Cintos de Segurança / Extensores', '<p>Cintos de Segurança / Extensores</p>', '', '', '', 'N', '', 'Y'),
(5218, 'es', 'Cintos de Segurança / Extensores', '<p>Cintos de Segurança / Extensores</p>', '', '', '', 'N', '', 'Y'),
(5218, 'pt', 'Cintos de Segurança / Extensores', '<p>Cintos de Segurança / Extensores</p>', '', '', '', 'N', '', 'Y'),
(5219, 'en', 'Cintos de Segurança Acolchoados', '<p>Cintos de Segurança Acolchoados</p>', '', '', '', 'N', '', 'Y'),
(5219, 'es', 'Cintos de Segurança Acolchoados', '<p>Cintos de Segurança Acolchoados</p>', '', '', '', 'N', '', 'Y'),
(5219, 'pt', 'Cintos de Segurança Acolchoados', '<p>Cintos de Segurança Acolchoados</p>', '', '', '', 'N', '', 'Y'),
(5220, 'en', 'Encostos para Cabeça/Pescoço (Veículo)', '<p>Encostos para Cabeça/Pescoço (Veículo)</p>', '', '', '', 'N', '', 'Y'),
(5220, 'es', 'Encostos para Cabeça/Pescoço (Veículo)', '<p>Encostos para Cabeça/Pescoço (Veículo)</p>', '', '', '', 'N', '', 'Y'),
(5220, 'pt', 'Encostos para Cabeça/Pescoço (Veículo)', '<p>Encostos para Cabeça/Pescoço (Veículo)</p>', '', '', '', 'N', '', 'Y'),
(5221, 'en', 'Acessórios para o Interior do Veículo - Conveniência/Praticidade', '<p>Acessórios para o Interior do Veículo - Conveniência/Praticidade</p>', '', '', '', 'N', '', 'Y'),
(5221, 'es', 'Acessórios para o Interior do Veículo - Conveniência/Praticidade', '<p>Acessórios para o Interior do Veículo - Conveniência/Praticidade</p>', '', '', '', 'N', '', 'Y'),
(5221, 'pt', 'Acessórios para o Interior do Veículo - Conveniência/Praticidade', '<p>Acessórios para o Interior do Veículo - Conveniência/Praticidade</p>', '', '', '', 'N', '', 'Y'),
(5222, 'en', 'Bandejas para Lanche/Bebida (Automóvel)', '<p>Bandejas para Lanche/Bebida (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5222, 'es', 'Bandejas para Lanche/Bebida (Automóvel)', '<p>Bandejas para Lanche/Bebida (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5222, 'pt', 'Bandejas para Lanche/Bebida (Automóvel)', '<p>Bandejas para Lanche/Bebida (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5223, 'en', 'Bússulas (Automóvel)', '<p>Bússulas (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5223, 'es', 'Bússulas (Automóvel)', '<p>Bússulas (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5223, 'pt', 'Bússulas (Automóvel)', '<p>Bússulas (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5224, 'en', 'Cabideiros (Automóvel)', '<p>Cabideiros (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5224, 'es', 'Cabideiros (Automóvel)', '<p>Cabideiros (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5224, 'pt', 'Cabideiros (Automóvel)', '<p>Cabideiros (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5225, 'en', 'Cinzeiros (Automóvel)', '<p>Cinzeiros (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5225, 'es', 'Cinzeiros (Automóvel)', '<p>Cinzeiros (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5225, 'pt', 'Cinzeiros (Automóvel)', '<p>Cinzeiros (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5226, 'en', 'Luzes Internas (Automóvel)', '<p>Luzes Internas (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5226, 'es', 'Luzes Internas (Automóvel)', '<p>Luzes Internas (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5226, 'pt', 'Luzes Internas (Automóvel)', '<p>Luzes Internas (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5227, 'en', 'Porta Chaves (Automóvel)', '<p>Porta Chaves (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5227, 'es', 'Porta Chaves (Automóvel)', '<p>Porta Chaves (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5227, 'pt', 'Porta Chaves (Automóvel)', '<p>Porta Chaves (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5228, 'en', 'Porta Copos (Automóvel)', '<p>Porta Copos (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5228, 'es', 'Porta Copos (Automóvel)', '<p>Porta Copos (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5228, 'pt', 'Porta Copos (Automóvel)', '<p>Porta Copos (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5229, 'en', 'Relógios (Automóvel)', '<p>Relógios (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5229, 'es', 'Relógios (Automóvel)', '<p>Relógios (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5229, 'pt', 'Relógios (Automóvel)', '<p>Relógios (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5230, 'en', 'Termômetros (Automóvel)', '<p>Termômetros (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5230, 'es', 'Termômetros (Automóvel)', '<p>Termômetros (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5230, 'pt', 'Termômetros (Automóvel)', '<p>Termômetros (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5231, 'en', 'Unidades de combinação de acessórios interiores (Automóvel)', '<p>Unidades de combinação de acessórios interiores (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5231, 'es', 'Unidades de combinação de acessórios interiores (Automóvel)', '<p>Unidades de combinação de acessórios interiores (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5231, 'pt', 'Unidades de combinação de acessórios interiores (Automóvel)', '<p>Unidades de combinação de acessórios interiores (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5232, 'en', 'Unidades de Refrigeração/Aquecimento (Automóvel)', '<p>Unidades de Refrigeração/Aquecimento (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5232, 'es', 'Unidades de Refrigeração/Aquecimento (Automóvel)', '<p>Unidades de Refrigeração/Aquecimento (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5232, 'pt', 'Unidades de Refrigeração/Aquecimento (Automóvel)', '<p>Unidades de Refrigeração/Aquecimento (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5233, 'en', 'Ventiladores (Automóvel)', '<p>Ventiladores (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5233, 'es', 'Ventiladores (Automóvel)', '<p>Ventiladores (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5233, 'pt', 'Ventiladores (Automóvel)', '<p>Ventiladores (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5234, 'en', 'Acessórios para o Interior do Veículo - Proteção Solar', '<p>Acessórios para o Interior do Veículo - Proteção Solar</p>', '', '', '', 'N', '', 'Y'),
(5234, 'es', 'Acessórios para o Interior do Veículo - Proteção Solar', '<p>Acessórios para o Interior do Veículo - Proteção Solar</p>', '', '', '', 'N', '', 'Y'),
(5234, 'pt', 'Acessórios para o Interior do Veículo - Proteção Solar', '<p>Acessórios para o Interior do Veículo - Proteção Solar</p>', '', '', '', 'N', '', 'Y'),
(5235, 'en', 'Calhas de Chuva para Veículos', '<p>Calhas de Chuva para Veículos</p>', '', '', '', 'N', '', 'Y'),
(5235, 'es', 'Calhas de Chuva para Veículos', '<p>Calhas de Chuva para Veículos</p>', '', '', '', 'N', '', 'Y'),
(5235, 'pt', 'Calhas de Chuva para Veículos', '<p>Calhas de Chuva para Veículos</p>', '', '', '', 'N', '', 'Y'),
(5236, 'en', 'Películas Solar para Janela', '<p>Películas Solar para Janela</p>', '', '', '', 'N', '', 'Y'),
(5236, 'es', 'Películas Solar para Janela', '<p>Películas Solar para Janela</p>', '', '', '', 'N', '', 'Y'),
(5236, 'pt', 'Películas Solar para Janela', '<p>Películas Solar para Janela</p>', '', '', '', 'N', '', 'Y'),
(5237, 'en', 'Quebra-sol', '<p>Quebra-sol</p>', '', '', '', 'N', '', 'Y'),
(5237, 'es', 'Quebra-sol', '<p>Quebra-sol</p>', '', '', '', 'N', '', 'Y'),
(5237, 'pt', 'Quebra-sol', '<p>Quebra-sol</p>', '', '', '', 'N', '', 'Y'),
(5238, 'en', 'Acessórios para Rodas/Pneus de Veículos', '<p>Acessórios para Rodas/Pneus de Veículos</p>', '', '', '', 'N', '', 'Y'),
(5238, 'es', 'Acessórios para Rodas/Pneus de Veículos', '<p>Acessórios para Rodas/Pneus de Veículos</p>', '', '', '', 'N', '', 'Y'),
(5238, 'pt', 'Acessórios para Rodas/Pneus de Veículos', '<p>Acessórios para Rodas/Pneus de Veículos</p>', '', '', '', 'N', '', 'Y'),
(5239, 'en', 'Aneis de acabamento/ Decoração', '<p>Aneis de acabamento/ Decoração</p>', '', '', '', 'N', '', 'Y'),
(5239, 'es', 'Aneis de acabamento/ Decoração', '<p>Aneis de acabamento/ Decoração</p>', '', '', '', 'N', '', 'Y'),
(5239, 'pt', 'Aneis de acabamento/ Decoração', '<p>Aneis de acabamento/ Decoração</p>', '', '', '', 'N', '', 'Y'),
(5240, 'en', 'Aro da roda', '<p>Aro da roda</p>', '', '', '', 'N', '', 'Y'),
(5240, 'es', 'Aro da roda', '<p>Aro da roda</p>', '', '', '', 'N', '', 'Y'),
(5240, 'pt', 'Aro da roda', '<p>Aro da roda</p>', '', '', '', 'N', '', 'Y'),
(5241, 'en', 'Bombas de Ar para Pneus - Prudutos Químicos (Automotivos)', '<p>Bombas de Ar para Pneus - Prudutos Químicos (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5241, 'es', 'Bombas de Ar para Pneus - Prudutos Químicos (Automotivos)', '<p>Bombas de Ar para Pneus - Prudutos Químicos (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5241, 'pt', 'Bombas de Ar para Pneus - Prudutos Químicos (Automotivos)', '<p>Bombas de Ar para Pneus - Prudutos Químicos (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5242, 'en', 'Bombas para pneus (Automotivos)', '<p>Bombas para pneus (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5242, 'es', 'Bombas para pneus (Automotivos)', '<p>Bombas para pneus (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5242, 'pt', 'Bombas para pneus (Automotivos)', '<p>Bombas para pneus (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5243, 'en', 'Câmara Interna', '<p>Câmara Interna</p>', '', '', '', 'N', '', 'Y'),
(5243, 'es', 'Câmara Interna', '<p>Câmara Interna</p>', '', '', '', 'N', '', 'Y'),
(5243, 'pt', 'Câmara Interna', '<p>Câmara Interna</p>', '', '', '', 'N', '', 'Y'),
(5244, 'en', 'Capas para Estepe', '<p>Capas para Estepe</p>', '', '', '', 'N', '', 'Y'),
(5244, 'es', 'Capas para Estepe', '<p>Capas para Estepe</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(5244, 'pt', 'Capas para Estepe', '<p>Capas para Estepe</p>', '', '', '', 'N', '', 'Y'),
(5245, 'en', 'Capas para Rodas', '<p>Capas para Rodas</p>', '', '', '', 'N', '', 'Y'),
(5245, 'es', 'Capas para Rodas', '<p>Capas para Rodas</p>', '', '', '', 'N', '', 'Y'),
(5245, 'pt', 'Capas para Rodas', '<p>Capas para Rodas</p>', '', '', '', 'N', '', 'Y'),
(5246, 'en', 'Compressores de Ar (Automotivos)', '<p>Compressores de Ar (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5246, 'es', 'Compressores de Ar (Automotivos)', '<p>Compressores de Ar (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5246, 'pt', 'Compressores de Ar (Automotivos)', '<p>Compressores de Ar (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5247, 'en', 'Ferragens para Rodas', '<p>Ferragens para Rodas</p>', '', '', '', 'N', '', 'Y'),
(5247, 'es', 'Ferragens para Rodas', '<p>Ferragens para Rodas</p>', '', '', '', 'N', '', 'Y'),
(5247, 'pt', 'Ferragens para Rodas', '<p>Ferragens para Rodas</p>', '', '', '', 'N', '', 'Y'),
(5248, 'en', 'Jumper Cables', '<p>Jumper Cables</p>', '', '', '', 'N', '', 'Y'),
(5248, 'es', 'Jumper Cables', '<p>Jumper Cables</p>', '', '', '', 'N', '', 'Y'),
(5248, 'pt', 'Jumper Cables', '<p>Jumper Cables</p>', '', '', '', 'N', '', 'Y'),
(5249, 'en', 'Kits para reparo de pneus furados', '<p>Kits para reparo de pneus furados</p>', '', '', '', 'N', '', 'Y'),
(5249, 'es', 'Kits para reparo de pneus furados', '<p>Kits para reparo de pneus furados</p>', '', '', '', 'N', '', 'Y'),
(5249, 'pt', 'Kits para reparo de pneus furados', '<p>Kits para reparo de pneus furados</p>', '', '', '', 'N', '', 'Y'),
(5250, 'en', 'Medidor de pressão dos pneus', '<p>Medidor de pressão dos pneus</p>', '', '', '', 'N', '', 'Y'),
(5250, 'es', 'Medidor de pressão dos pneus', '<p>Medidor de pressão dos pneus</p>', '', '', '', 'N', '', 'Y'),
(5250, 'pt', 'Medidor de pressão dos pneus', '<p>Medidor de pressão dos pneus</p>', '', '', '', 'N', '', 'Y'),
(5251, 'en', 'Simuladores de Freio a Disco', '<p>Simuladores de Freio a Disco</p>', '', '', '', 'N', '', 'Y'),
(5251, 'es', 'Simuladores de Freio a Disco', '<p>Simuladores de Freio a Disco</p>', '', '', '', 'N', '', 'Y'),
(5251, 'pt', 'Simuladores de Freio a Disco', '<p>Simuladores de Freio a Disco</p>', '', '', '', 'N', '', 'Y'),
(5252, 'en', 'Tyre Holder', '<p>Tyre Holder</p>', '', '', '', 'N', '', 'Y'),
(5252, 'es', 'Tyre Holder', '<p>Tyre Holder</p>', '', '', '', 'N', '', 'Y'),
(5252, 'pt', 'Tyre Holder', '<p>Tyre Holder</p>', '', '', '', 'N', '', 'Y'),
(5253, 'en', 'Baterias Automotivas', '<p>Baterias Automotivas</p>', '', '', '', 'N', '', 'Y'),
(5253, 'es', 'Baterias Automotivas', '<p>Baterias Automotivas</p>', '', '', '', 'N', '', 'Y'),
(5253, 'pt', 'Baterias Automotivas', '<p>Baterias Automotivas</p>', '', '', '', 'N', '', 'Y'),
(5254, 'en', 'Acessórios para bateria (Setor Automotivo)', '<p>Acessórios para bateria (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5254, 'es', 'Acessórios para bateria (Setor Automotivo)', '<p>Acessórios para bateria (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5254, 'pt', 'Acessórios para bateria (Setor Automotivo)', '<p>Acessórios para bateria (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5255, 'en', 'Baterias (Setor Automotivo)', '<p>Baterias (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5255, 'es', 'Baterias (Setor Automotivo)', '<p>Baterias (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5255, 'pt', 'Baterias (Setor Automotivo)', '<p>Baterias (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5256, 'en', 'Carga auxiliar (\"Chupeta\") para bateria', '<p>Carga auxiliar (\"Chupeta\") para bateria</p>', '', '', '', 'N', '', 'Y'),
(5256, 'es', 'Carga auxiliar (\"Chupeta\") para bateria', '<p>Carga auxiliar (\"Chupeta\") para bateria</p>', '', '', '', 'N', '', 'Y'),
(5256, 'pt', 'Carga auxiliar (\"Chupeta\") para bateria', '<p>Carga auxiliar (\"Chupeta\") para bateria</p>', '', '', '', 'N', '', 'Y'),
(5257, 'en', 'Motor de arranque', '<p>Motor de arranque</p>', '', '', '', 'N', '', 'Y'),
(5257, 'es', 'Motor de arranque', '<p>Motor de arranque</p>', '', '', '', 'N', '', 'Y'),
(5257, 'pt', 'Motor de arranque', '<p>Motor de arranque</p>', '', '', '', 'N', '', 'Y'),
(5258, 'en', 'Conserto da Carroceria', '<p>Conserto da Carroceria</p>', '', '', '', 'N', '', 'Y'),
(5258, 'es', 'Conserto da Carroceria', '<p>Conserto da Carroceria</p>', '', '', '', 'N', '', 'Y'),
(5258, 'pt', 'Conserto da Carroceria', '<p>Conserto da Carroceria</p>', '', '', '', 'N', '', 'Y'),
(5259, 'en', 'Fita Refletora (Setor Automotivo)', '<p>Fita Refletora (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5259, 'es', 'Fita Refletora (Setor Automotivo)', '<p>Fita Refletora (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5259, 'pt', 'Fita Refletora (Setor Automotivo)', '<p>Fita Refletora (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5260, 'en', 'Fórmulas para Conserto de Arranhões (Setor Automotivo)', '<p>Fórmulas para Conserto de Arranhões (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5260, 'es', 'Fórmulas para Conserto de Arranhões (Setor Automotivo)', '<p>Fórmulas para Conserto de Arranhões (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5260, 'pt', 'Fórmulas para Conserto de Arranhões (Setor Automotivo)', '<p>Fórmulas para Conserto de Arranhões (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5261, 'en', 'Outros Consertos na Carroceria (Setor Automotivo)', '<p>Outros Consertos na Carroceria (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5261, 'es', 'Outros Consertos na Carroceria (Setor Automotivo)', '<p>Outros Consertos na Carroceria (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5261, 'pt', 'Outros Consertos na Carroceria (Setor Automotivo)', '<p>Outros Consertos na Carroceria (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5262, 'en', 'Pacotes de Variedades para o Conserto da Carroceria', '<p>Pacotes de Variedades para o Conserto da Carroceria</p>', '', '', '', 'N', '', 'Y'),
(5262, 'es', 'Pacotes de Variedades para o Conserto da Carroceria', '<p>Pacotes de Variedades para o Conserto da Carroceria</p>', '', '', '', 'N', '', 'Y'),
(5262, 'pt', 'Pacotes de Variedades para o Conserto da Carroceria', '<p>Pacotes de Variedades para o Conserto da Carroceria</p>', '', '', '', 'N', '', 'Y'),
(5263, 'en', 'Plug-in / Kit de peças', '<p>Plug-in / Kit de peças</p>', '', '', '', 'N', '', 'Y'),
(5263, 'es', 'Plug-in / Kit de peças', '<p>Plug-in / Kit de peças</p>', '', '', '', 'N', '', 'Y'),
(5263, 'pt', 'Plug-in / Kit de peças', '<p>Plug-in / Kit de peças</p>', '', '', '', 'N', '', 'Y'),
(5264, 'en', 'Redutores/Retardadores (Setor Automotivo)', '<p>Redutores/Retardadores (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5264, 'es', 'Redutores/Retardadores (Setor Automotivo)', '<p>Redutores/Retardadores (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5264, 'pt', 'Redutores/Retardadores (Setor Automotivo)', '<p>Redutores/Retardadores (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5265, 'en', 'Substituição do molde/ Acessórios (Setor Automotivo)', '<p>Substituição do molde/ Acessórios (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5265, 'es', 'Substituição do molde/ Acessórios (Setor Automotivo)', '<p>Substituição do molde/ Acessórios (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5265, 'pt', 'Substituição do molde/ Acessórios (Setor Automotivo)', '<p>Substituição do molde/ Acessórios (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5266, 'en', 'Tira de vedação (Setor Automotivo)', '<p>Tira de vedação (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5266, 'es', 'Tira de vedação (Setor Automotivo)', '<p>Tira de vedação (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5266, 'pt', 'Tira de vedação (Setor Automotivo)', '<p>Tira de vedação (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5267, 'en', 'Controle da Carga Automotiva', '<p>Controle da Carga Automotiva</p>', '', '', '', 'N', '', 'Y'),
(5267, 'es', 'Controle da Carga Automotiva', '<p>Controle da Carga Automotiva</p>', '', '', '', 'N', '', 'Y'),
(5267, 'pt', 'Controle da Carga Automotiva', '<p>Controle da Carga Automotiva</p>', '', '', '', 'N', '', 'Y'),
(5268, 'en', 'Calço (s) de Roda (s) (Setor Automotivo)', '<p>Calço (s) de Roda (s) (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5268, 'es', 'Calço (s) de Roda (s) (Setor Automotivo)', '<p>Calço (s) de Roda (s) (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5268, 'pt', 'Calço (s) de Roda (s) (Setor Automotivo)', '<p>Calço (s) de Roda (s) (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5269, 'en', 'Cestas/Bandejas/Caixas para Armazenamento Interior (Setor Automotivo)', '<p>Cestas/Bandejas/Caixas para Armazenamento Interior (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5269, 'es', 'Cestas/Bandejas/Caixas para Armazenamento Interior (Setor Automotivo)', '<p>Cestas/Bandejas/Caixas para Armazenamento Interior (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5269, 'pt', 'Cestas/Bandejas/Caixas para Armazenamento Interior (Setor Automotivo)', '<p>Cestas/Bandejas/Caixas para Armazenamento Interior (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5270, 'en', 'Equipamento de Segurança para Carga (Setor Automotivo)', '<p>Equipamento de Segurança para Carga (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5270, 'es', 'Equipamento de Segurança para Carga (Setor Automotivo)', '<p>Equipamento de Segurança para Carga (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5270, 'pt', 'Equipamento de Segurança para Carga (Setor Automotivo)', '<p>Equipamento de Segurança para Carga (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5271, 'en', 'Extensores/Protetores de Parachoque (Setor automotivo)', '<p>Extensores/Protetores de Parachoque (Setor automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5271, 'es', 'Extensores/Protetores de Parachoque (Setor automotivo)', '<p>Extensores/Protetores de Parachoque (Setor automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5271, 'pt', 'Extensores/Protetores de Parachoque (Setor automotivo)', '<p>Extensores/Protetores de Parachoque (Setor automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5272, 'en', 'Gestão da Carga - Acessórios/Peças de Reposição', '<p>Gestão da Carga - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(5272, 'es', 'Gestão da Carga - Acessórios/Peças de Reposição', '<p>Gestão da Carga - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(5272, 'pt', 'Gestão da Carga - Acessórios/Peças de Reposição', '<p>Gestão da Carga - Acessórios/Peças de Reposição</p>', '', '', '', 'N', '', 'Y'),
(5273, 'en', 'Outra Gestão de Carga (Setor Automotivo)', '<p>Outra Gestão de Carga (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5273, 'es', 'Outra Gestão de Carga (Setor Automotivo)', '<p>Outra Gestão de Carga (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5273, 'pt', 'Outra Gestão de Carga (Setor Automotivo)', '<p>Outra Gestão de Carga (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5274, 'en', 'Rampas de Gestão de Carga/ Acessórios para Rampa (Setor Automotivo)', '<p>Rampas de Gestão de Carga/ Acessórios para Rampa (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5274, 'es', 'Rampas de Gestão de Carga/ Acessórios para Rampa (Setor Automotivo)', '<p>Rampas de Gestão de Carga/ Acessórios para Rampa (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5274, 'pt', 'Rampas de Gestão de Carga/ Acessórios para Rampa (Setor Automotivo)', '<p>Rampas de Gestão de Carga/ Acessórios para Rampa (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5275, 'en', 'Sacos/Portadores para Armazenamento Exterior (Setor Automotivo)', '<p>Sacos/Portadores para Armazenamento Exterior (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5275, 'es', 'Sacos/Portadores para Armazenamento Exterior (Setor Automotivo)', '<p>Sacos/Portadores para Armazenamento Exterior (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5275, 'pt', 'Sacos/Portadores para Armazenamento Exterior (Setor Automotivo)', '<p>Sacos/Portadores para Armazenamento Exterior (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5276, 'en', 'Transportadores/ Racks para Equipamento (Setor Automotivo)', '<p>Transportadores/ Racks para Equipamento (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5276, 'es', 'Transportadores/ Racks para Equipamento (Setor Automotivo)', '<p>Transportadores/ Racks para Equipamento (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5276, 'pt', 'Transportadores/ Racks para Equipamento (Setor Automotivo)', '<p>Transportadores/ Racks para Equipamento (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5277, 'en', 'Elétrica Automotiva', '<p>Elétrica Automotiva</p>', '', '', '', 'N', '', 'Y'),
(5277, 'es', 'Elétrica Automotiva', '<p>Elétrica Automotiva</p>', '', '', '', 'N', '', 'Y'),
(5277, 'pt', 'Elétrica Automotiva', '<p>Elétrica Automotiva</p>', '', '', '', 'N', '', 'Y'),
(5278, 'en', 'Acessórios/Peças de Reposição - Elétrica Automotiva', '<p>Acessórios/Peças de Reposição - Elétrica Automotiva</p>', '', '', '', 'N', '', 'Y'),
(5278, 'es', 'Acessórios/Peças de Reposição - Elétrica Automotiva', '<p>Acessórios/Peças de Reposição - Elétrica Automotiva</p>', '', '', '', 'N', '', 'Y'),
(5278, 'pt', 'Acessórios/Peças de Reposição - Elétrica Automotiva', '<p>Acessórios/Peças de Reposição - Elétrica Automotiva</p>', '', '', '', 'N', '', 'Y'),
(5279, 'en', 'Ascendedores de Cigarro/Adaptadores', '<p>Ascendedores de Cigarro/Adaptadores</p>', '', '', '', 'N', '', 'Y'),
(5279, 'es', 'Ascendedores de Cigarro/Adaptadores', '<p>Ascendedores de Cigarro/Adaptadores</p>', '', '', '', 'N', '', 'Y'),
(5279, 'pt', 'Ascendedores de Cigarro/Adaptadores', '<p>Ascendedores de Cigarro/Adaptadores</p>', '', '', '', 'N', '', 'Y'),
(5280, 'en', 'Buzinas/Sirenes (Seto automotivo)', '<p>Buzinas/Sirenes (Seto automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5280, 'es', 'Buzinas/Sirenes (Seto automotivo)', '<p>Buzinas/Sirenes (Seto automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5280, 'pt', 'Buzinas/Sirenes (Seto automotivo)', '<p>Buzinas/Sirenes (Seto automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5281, 'en', 'Fusíveis (Automotivos)', '<p>Fusíveis (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5281, 'es', 'Fusíveis (Automotivos)', '<p>Fusíveis (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5281, 'pt', 'Fusíveis (Automotivos)', '<p>Fusíveis (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5282, 'en', 'Instrumentos automotivos e sistemas de medição', '<p>Instrumentos automotivos e sistemas de medição</p>', '', '', '', 'N', '', 'Y'),
(5282, 'es', 'Instrumentos automotivos e sistemas de medição', '<p>Instrumentos automotivos e sistemas de medição</p>', '', '', '', 'N', '', 'Y'),
(5282, 'pt', 'Instrumentos automotivos e sistemas de medição', '<p>Instrumentos automotivos e sistemas de medição</p>', '', '', '', 'N', '', 'Y'),
(5283, 'en', 'Interruptores Automotivos', '<p>Interruptores Automotivos</p>', '', '', '', 'N', '', 'Y'),
(5283, 'es', 'Interruptores Automotivos', '<p>Interruptores Automotivos</p>', '', '', '', 'N', '', 'Y'),
(5283, 'pt', 'Interruptores Automotivos', '<p>Interruptores Automotivos</p>', '', '', '', 'N', '', 'Y'),
(5284, 'en', 'Outros Dispositivos Elétricos (Setor automotivo)', '<p>Outros Dispositivos Elétricos (Setor automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5284, 'es', 'Outros Dispositivos Elétricos (Setor automotivo)', '<p>Outros Dispositivos Elétricos (Setor automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5284, 'pt', 'Outros Dispositivos Elétricos (Setor automotivo)', '<p>Outros Dispositivos Elétricos (Setor automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5285, 'en', 'Pacotes de Variedades para Elétrica (Automotiva)', '<p>Pacotes de Variedades para Elétrica (Automotiva)</p>', '', '', '', 'N', '', 'Y'),
(5285, 'es', 'Pacotes de Variedades para Elétrica (Automotiva)', '<p>Pacotes de Variedades para Elétrica (Automotiva)</p>', '', '', '', 'N', '', 'Y'),
(5285, 'pt', 'Pacotes de Variedades para Elétrica (Automotiva)', '<p>Pacotes de Variedades para Elétrica (Automotiva)</p>', '', '', '', 'N', '', 'Y'),
(5286, 'en', 'Soquetes/Rabichos (Setor Automotivo)', '<p>Soquetes/Rabichos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5286, 'es', 'Soquetes/Rabichos (Setor Automotivo)', '<p>Soquetes/Rabichos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5286, 'pt', 'Soquetes/Rabichos (Setor Automotivo)', '<p>Soquetes/Rabichos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5287, 'en', 'Tubo Flexível/ Tubo isolante para feixe de cabos (Setor Automotivo)', '<p>Tubo Flexível/ Tubo isolante para feixe de cabos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5287, 'es', 'Tubo Flexível/ Tubo isolante para feixe de cabos (Setor Automotivo)', '<p>Tubo Flexível/ Tubo isolante para feixe de cabos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5287, 'pt', 'Tubo Flexível/ Tubo isolante para feixe de cabos (Setor Automotivo)', '<p>Tubo Flexível/ Tubo isolante para feixe de cabos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5288, 'en', 'Engate/Reboque do Automóvel', '<p>Engate/Reboque do Automóvel</p>', '', '', '', 'N', '', 'Y'),
(5288, 'es', 'Engate/Reboque do Automóvel', '<p>Engate/Reboque do Automóvel</p>', '', '', '', 'N', '', 'Y'),
(5288, 'pt', 'Engate/Reboque do Automóvel', '<p>Engate/Reboque do Automóvel</p>', '', '', '', 'N', '', 'Y'),
(5289, 'en', 'Acessórios para Travamento do Reboque', '<p>Acessórios para Travamento do Reboque</p>', '', '', '', 'N', '', 'Y'),
(5289, 'es', 'Acessórios para Travamento do Reboque', '<p>Acessórios para Travamento do Reboque</p>', '', '', '', 'N', '', 'Y'),
(5289, 'pt', 'Acessórios para Travamento do Reboque', '<p>Acessórios para Travamento do Reboque</p>', '', '', '', 'N', '', 'Y'),
(5290, 'en', 'Adaptadores - Engate (Automóvel)', '<p>Adaptadores - Engate (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5290, 'es', 'Adaptadores - Engate (Automóvel)', '<p>Adaptadores - Engate (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5290, 'pt', 'Adaptadores - Engate (Automóvel)', '<p>Adaptadores - Engate (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5291, 'en', 'Alças/Tubos receptores (Automóvel)', '<p>Alças/Tubos receptores (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5291, 'es', 'Alças/Tubos receptores (Automóvel)', '<p>Alças/Tubos receptores (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5291, 'pt', 'Alças/Tubos receptores (Automóvel)', '<p>Alças/Tubos receptores (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5292, 'en', 'Barras do Engate (Automóvel)', '<p>Barras do Engate (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5292, 'es', 'Barras do Engate (Automóvel)', '<p>Barras do Engate (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5292, 'pt', 'Barras do Engate (Automóvel)', '<p>Barras do Engate (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5293, 'en', 'Bolas de Engate/Reboque (Automóvel)', '<p>Bolas de Engate/Reboque (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5293, 'es', 'Bolas de Engate/Reboque (Automóvel)', '<p>Bolas de Engate/Reboque (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5293, 'pt', 'Bolas de Engate/Reboque (Automóvel)', '<p>Bolas de Engate/Reboque (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5294, 'en', 'Cabos/Correntes de Segurança - Reboque (Automóvel)', '<p>Cabos/Correntes de Segurança - Reboque (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5294, 'es', 'Cabos/Correntes de Segurança - Reboque (Automóvel)', '<p>Cabos/Correntes de Segurança - Reboque (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5294, 'pt', 'Cabos/Correntes de Segurança - Reboque (Automóvel)', '<p>Cabos/Correntes de Segurança - Reboque (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5295, 'en', 'Componentes do Reboque - Carga Pesada', '<p>Componentes do Reboque - Carga Pesada</p>', '', '', '', 'N', '', 'Y'),
(5295, 'es', 'Componentes do Reboque - Carga Pesada', '<p>Componentes do Reboque - Carga Pesada</p>', '', '', '', 'N', '', 'Y'),
(5295, 'pt', 'Componentes do Reboque - Carga Pesada', '<p>Componentes do Reboque - Carga Pesada</p>', '', '', '', 'N', '', 'Y'),
(5296, 'en', 'Cordas/Tiras de Reboque (Automóvel)', '<p>Cordas/Tiras de Reboque (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5296, 'es', 'Cordas/Tiras de Reboque (Automóvel)', '<p>Cordas/Tiras de Reboque (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5296, 'pt', 'Cordas/Tiras de Reboque (Automóvel)', '<p>Cordas/Tiras de Reboque (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5297, 'en', 'Engates (Automóvel)', '<p>Engates (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5297, 'es', 'Engates (Automóvel)', '<p>Engates (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5297, 'pt', 'Engates (Automóvel)', '<p>Engates (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5298, 'en', 'Espelhos do Reboque (Automóvel)', '<p>Espelhos do Reboque (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5298, 'es', 'Espelhos do Reboque (Automóvel)', '<p>Espelhos do Reboque (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5298, 'pt', 'Espelhos do Reboque (Automóvel)', '<p>Espelhos do Reboque (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5299, 'en', 'Ganchos de Reboque (Automóvel)', '<p>Ganchos de Reboque (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5299, 'es', 'Ganchos de Reboque (Automóvel)', '<p>Ganchos de Reboque (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5299, 'pt', 'Ganchos de Reboque (Automóvel)', '<p>Ganchos de Reboque (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5300, 'en', 'Guia de Acoplamento do Engate (Automóvel)', '<p>Guia de Acoplamento do Engate (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5300, 'es', 'Guia de Acoplamento do Engate (Automóvel)', '<p>Guia de Acoplamento do Engate (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5300, 'pt', 'Guia de Acoplamento do Engate (Automóvel)', '<p>Guia de Acoplamento do Engate (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5301, 'en', 'Montagens/Hardware de Engate (Automóvel)', '<p>Montagens/Hardware de Engate (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5301, 'es', 'Montagens/Hardware de Engate (Automóvel)', '<p>Montagens/Hardware de Engate (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5301, 'pt', 'Montagens/Hardware de Engate (Automóvel)', '<p>Montagens/Hardware de Engate (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5302, 'en', 'Outros Reboques/Engates', '<p>Outros Reboques/Engates</p>', '', '', '', 'N', '', 'Y'),
(5302, 'es', 'Outros Reboques/Engates', '<p>Outros Reboques/Engates</p>', '', '', '', 'N', '', 'Y'),
(5302, 'pt', 'Outros Reboques/Engates', '<p>Outros Reboques/Engates</p>', '', '', '', 'N', '', 'Y'),
(5303, 'en', 'Pacotes de Variedades para Reboque/Engate', '<p>Pacotes de Variedades para Reboque/Engate</p>', '', '', '', 'N', '', 'Y'),
(5303, 'es', 'Pacotes de Variedades para Reboque/Engate', '<p>Pacotes de Variedades para Reboque/Engate</p>', '', '', '', 'N', '', 'Y'),
(5303, 'pt', 'Pacotes de Variedades para Reboque/Engate', '<p>Pacotes de Variedades para Reboque/Engate</p>', '', '', '', 'N', '', 'Y'),
(5304, 'en', 'Pinos/ Clipes - Engate (Automóvel)', '<p>Pinos/ Clipes - Engate (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5304, 'es', 'Pinos/ Clipes - Engate (Automóvel)', '<p>Pinos/ Clipes - Engate (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5304, 'pt', 'Pinos/ Clipes - Engate (Automóvel)', '<p>Pinos/ Clipes - Engate (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5305, 'en', 'Proteções para o Engate (Automóvel)', '<p>Proteções para o Engate (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5305, 'es', 'Proteções para o Engate (Automóvel)', '<p>Proteções para o Engate (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5305, 'pt', 'Proteções para o Engate (Automóvel)', '<p>Proteções para o Engate (Automóvel)</p>', '', '', '', 'N', '', 'Y'),
(5306, 'en', 'Suportes da Esfera do Engate/ Barras de desenho', '<p>Suportes da Esfera do Engate/ Barras de desenho</p>', '', '', '', 'N', '', 'Y'),
(5306, 'es', 'Suportes da Esfera do Engate/ Barras de desenho', '<p>Suportes da Esfera do Engate/ Barras de desenho</p>', '', '', '', 'N', '', 'Y'),
(5306, 'pt', 'Suportes da Esfera do Engate/ Barras de desenho', '<p>Suportes da Esfera do Engate/ Barras de desenho</p>', '', '', '', 'N', '', 'Y'),
(5307, 'en', 'Engate/Reboque do Automóvel - Elétrico', '<p>Engate/Reboque do Automóvel - Elétrico</p>', '', '', '', 'N', '', 'Y'),
(5307, 'es', 'Engate/Reboque do Automóvel - Elétrico', '<p>Engate/Reboque do Automóvel - Elétrico</p>', '', '', '', 'N', '', 'Y'),
(5307, 'pt', 'Engate/Reboque do Automóvel - Elétrico', '<p>Engate/Reboque do Automóvel - Elétrico</p>', '', '', '', 'N', '', 'Y'),
(5308, 'en', 'Conectores - Reboque', '<p>Conectores - Reboque</p>', '', '', '', 'N', '', 'Y'),
(5308, 'es', 'Conectores - Reboque', '<p>Conectores - Reboque</p>', '', '', '', 'N', '', 'Y'),
(5308, 'pt', 'Conectores - Reboque', '<p>Conectores - Reboque</p>', '', '', '', 'N', '', 'Y'),
(5309, 'en', 'Controles de freio', '<p>Controles de freio</p>', '', '', '', 'N', '', 'Y'),
(5309, 'es', 'Controles de freio', '<p>Controles de freio</p>', '', '', '', 'N', '', 'Y'),
(5309, 'pt', 'Controles de freio', '<p>Controles de freio</p>', '', '', '', 'N', '', 'Y'),
(5310, 'en', 'Conversores/Adaptadores de Fiação', '<p>Conversores/Adaptadores de Fiação</p>', '', '', '', 'N', '', 'Y'),
(5310, 'es', 'Conversores/Adaptadores de Fiação', '<p>Conversores/Adaptadores de Fiação</p>', '', '', '', 'N', '', 'Y'),
(5310, 'pt', 'Conversores/Adaptadores de Fiação', '<p>Conversores/Adaptadores de Fiação</p>', '', '', '', 'N', '', 'Y'),
(5311, 'en', 'Kits de Fiação', '<p>Kits de Fiação</p>', '', '', '', 'N', '', 'Y'),
(5311, 'es', 'Kits de Fiação', '<p>Kits de Fiação</p>', '', '', '', 'N', '', 'Y'),
(5311, 'pt', 'Kits de Fiação', '<p>Kits de Fiação</p>', '', '', '', 'N', '', 'Y'),
(5312, 'en', 'Luzes do reboque', '<p>Luzes do reboque</p>', '', '', '', 'N', '', 'Y'),
(5312, 'es', 'Luzes do reboque', '<p>Luzes do reboque</p>', '', '', '', 'N', '', 'Y'),
(5312, 'pt', 'Luzes do reboque', '<p>Luzes do reboque</p>', '', '', '', 'N', '', 'Y'),
(5313, 'en', 'Módulos de Potência', '<p>Módulos de Potência</p>', '', '', '', 'N', '', 'Y'),
(5313, 'es', 'Módulos de Potência', '<p>Módulos de Potência</p>', '', '', '', 'N', '', 'Y'),
(5313, 'pt', 'Módulos de Potência', '<p>Módulos de Potência</p>', '', '', '', 'N', '', 'Y'),
(5314, 'en', 'Reboque/Engate - Outros Equipamentos Elétricos', '<p>Reboque/Engate - Outros Equipamentos Elétricos</p>', '', '', '', 'N', '', 'Y'),
(5314, 'es', 'Reboque/Engate - Outros Equipamentos Elétricos', '<p>Reboque/Engate - Outros Equipamentos Elétricos</p>', '', '', '', 'N', '', 'Y'),
(5314, 'pt', 'Reboque/Engate - Outros Equipamentos Elétricos', '<p>Reboque/Engate - Outros Equipamentos Elétricos</p>', '', '', '', 'N', '', 'Y'),
(5315, 'en', 'Reboque/Engate - Pacotes de Variedades Elétricos', '<p>Reboque/Engate - Pacotes de Variedades Elétricos</p>', '', '', '', 'N', '', 'Y'),
(5315, 'es', 'Reboque/Engate - Pacotes de Variedades Elétricos', '<p>Reboque/Engate - Pacotes de Variedades Elétricos</p>', '', '', '', 'N', '', 'Y'),
(5315, 'pt', 'Reboque/Engate - Pacotes de Variedades Elétricos', '<p>Reboque/Engate - Pacotes de Variedades Elétricos</p>', '', '', '', 'N', '', 'Y'),
(5316, 'en', 'Filtros automotivos', '<p>Filtros automotivos</p>', '', '', '', 'N', '', 'Y'),
(5316, 'es', 'Filtros automotivos', '<p>Filtros automotivos</p>', '', '', '', 'N', '', 'Y'),
(5316, 'pt', 'Filtros automotivos', '<p>Filtros automotivos</p>', '', '', '', 'N', '', 'Y'),
(5317, 'en', 'Acessórios para Filtros (Automotivos)', '<p>Acessórios para Filtros (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5317, 'es', 'Acessórios para Filtros (Automotivos)', '<p>Acessórios para Filtros (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5317, 'pt', 'Acessórios para Filtros (Automotivos)', '<p>Acessórios para Filtros (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5318, 'en', 'Acessórios/Kits para Filtro de Desempenho (Automotivos)', '<p>Acessórios/Kits para Filtro de Desempenho (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5318, 'es', 'Acessórios/Kits para Filtro de Desempenho (Automotivos)', '<p>Acessórios/Kits para Filtro de Desempenho (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5318, 'pt', 'Acessórios/Kits para Filtro de Desempenho (Automotivos)', '<p>Acessórios/Kits para Filtro de Desempenho (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5319, 'en', 'Filtros - Ar (Automotivos)', '<p>Filtros - Ar (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5319, 'es', 'Filtros - Ar (Automotivos)', '<p>Filtros - Ar (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5319, 'pt', 'Filtros - Ar (Automotivos)', '<p>Filtros - Ar (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5320, 'en', 'Filtros - Fluido (Automotivos)', '<p>Filtros - Fluido (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5320, 'es', 'Filtros - Fluido (Automotivos)', '<p>Filtros - Fluido (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5320, 'pt', 'Filtros - Fluido (Automotivos)', '<p>Filtros - Fluido (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5321, 'en', 'Filtros de Transmissão (Automotivo)', '<p>Filtros de Transmissão (Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5321, 'es', 'Filtros de Transmissão (Automotivo)', '<p>Filtros de Transmissão (Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5321, 'pt', 'Filtros de Transmissão (Automotivo)', '<p>Filtros de Transmissão (Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5322, 'en', 'Limpador do filtro de ar/poeira', '<p>Limpador do filtro de ar/poeira</p>', '', '', '', 'N', '', 'Y'),
(5322, 'es', 'Limpador do filtro de ar/poeira', '<p>Limpador do filtro de ar/poeira</p>', '', '', '', 'N', '', 'Y'),
(5322, 'pt', 'Limpador do filtro de ar/poeira', '<p>Limpador do filtro de ar/poeira</p>', '', '', '', 'N', '', 'Y'),
(5323, 'en', 'Limpador do filtro de exaustão', '<p>Limpador do filtro de exaustão</p>', '', '', '', 'N', '', 'Y'),
(5323, 'es', 'Limpador do filtro de exaustão', '<p>Limpador do filtro de exaustão</p>', '', '', '', 'N', '', 'Y'),
(5323, 'pt', 'Limpador do filtro de exaustão', '<p>Limpador do filtro de exaustão</p>', '', '', '', 'N', '', 'Y'),
(5324, 'en', 'Outros Filtros (Automotivos)', '<p>Outros Filtros (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5324, 'es', 'Outros Filtros (Automotivos)', '<p>Outros Filtros (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5324, 'pt', 'Outros Filtros (Automotivos)', '<p>Outros Filtros (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5325, 'en', 'Pacotes de Variedades para Filtros (Automotivos)', '<p>Pacotes de Variedades para Filtros (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5325, 'es', 'Pacotes de Variedades para Filtros (Automotivos)', '<p>Pacotes de Variedades para Filtros (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5325, 'pt', 'Pacotes de Variedades para Filtros (Automotivos)', '<p>Pacotes de Variedades para Filtros (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5326, 'en', 'Fluido de Limpeza para Janela do Veículo', '<p>Fluido de Limpeza para Janela do Veículo</p>', '', '', '', 'N', '', 'Y'),
(5326, 'es', 'Fluido de Limpeza para Janela do Veículo', '<p>Fluido de Limpeza para Janela do Veículo</p>', '', '', '', 'N', '', 'Y'),
(5326, 'pt', 'Fluido de Limpeza para Janela do Veículo', '<p>Fluido de Limpeza para Janela do Veículo</p>', '', '', '', 'N', '', 'Y'),
(5327, 'en', 'Can be Used in Sub-Freezing Temperatures', '<p>Can be Used in Sub-Freezing Temperatures</p>', '', '', '', 'N', '', 'Y'),
(5327, 'es', 'Can be Used in Sub-Freezing Temperatures', '<p>Can be Used in Sub-Freezing Temperatures</p>', '', '', '', 'N', '', 'Y'),
(5327, 'pt', 'Can be Used in Sub-Freezing Temperatures', '<p>Can be Used in Sub-Freezing Temperatures</p>', '', '', '', 'N', '', 'Y'),
(5328, 'en', 'If Concentrated', '<p>If Concentrated</p>', '', '', '', 'N', '', 'Y'),
(5328, 'es', 'If Concentrated', '<p>If Concentrated</p>', '', '', '', 'N', '', 'Y'),
(5328, 'pt', 'If Concentrated', '<p>If Concentrated</p>', '', '', '', 'N', '', 'Y'),
(5329, 'en', 'Fluido Hidráulico do Veículo', '<p>Fluido Hidráulico do Veículo</p>', '', '', '', 'N', '', 'Y'),
(5329, 'es', 'Fluido Hidráulico do Veículo', '<p>Fluido Hidráulico do Veículo</p>', '', '', '', 'N', '', 'Y'),
(5329, 'pt', 'Fluido Hidráulico do Veículo', '<p>Fluido Hidráulico do Veículo</p>', '', '', '', 'N', '', 'Y'),
(5330, 'en', 'Fluido Hidráulico', '<p>Fluido Hidráulico</p>', '', '', '', 'N', '', 'Y'),
(5330, 'es', 'Fluido Hidráulico', '<p>Fluido Hidráulico</p>', '', '', '', 'N', '', 'Y'),
(5330, 'pt', 'Fluido Hidráulico', '<p>Fluido Hidráulico</p>', '', '', '', 'N', '', 'Y'),
(5331, 'en', 'Outros Fluidos Hidráulicos', '<p>Outros Fluidos Hidráulicos</p>', '', '', '', 'N', '', 'Y'),
(5331, 'es', 'Outros Fluidos Hidráulicos', '<p>Outros Fluidos Hidráulicos</p>', '', '', '', 'N', '', 'Y'),
(5331, 'pt', 'Outros Fluidos Hidráulicos', '<p>Outros Fluidos Hidráulicos</p>', '', '', '', 'N', '', 'Y'),
(5332, 'en', 'Pacotes de Variedades para Fluido Hidráulico', '<p>Pacotes de Variedades para Fluido Hidráulico</p>', '', '', '', 'N', '', 'Y'),
(5332, 'es', 'Pacotes de Variedades para Fluido Hidráulico', '<p>Pacotes de Variedades para Fluido Hidráulico</p>', '', '', '', 'N', '', 'Y'),
(5332, 'pt', 'Pacotes de Variedades para Fluido Hidráulico', '<p>Pacotes de Variedades para Fluido Hidráulico</p>', '', '', '', 'N', '', 'Y'),
(5333, 'en', 'Freios automotivos', '<p>Freios automotivos</p>', '', '', '', 'N', '', 'Y'),
(5333, 'es', 'Freios automotivos', '<p>Freios automotivos</p>', '', '', '', 'N', '', 'Y'),
(5333, 'pt', 'Freios automotivos', '<p>Freios automotivos</p>', '', '', '', 'N', '', 'Y'),
(5334, 'en', 'Disco de freio', '<p>Disco de freio</p>', '', '', '', 'N', '', 'Y'),
(5334, 'es', 'Disco de freio', '<p>Disco de freio</p>', '', '', '', 'N', '', 'Y'),
(5334, 'pt', 'Disco de freio', '<p>Disco de freio</p>', '', '', '', 'N', '', 'Y'),
(5335, 'en', 'Kit de freios a tambor', '<p>Kit de freios a tambor</p>', '', '', '', 'N', '', 'Y'),
(5335, 'es', 'Kit de freios a tambor', '<p>Kit de freios a tambor</p>', '', '', '', 'N', '', 'Y'),
(5335, 'pt', 'Kit de freios a tambor', '<p>Kit de freios a tambor</p>', '', '', '', 'N', '', 'Y'),
(5336, 'en', 'Outras partes do sistema de freios', '<p>Outras partes do sistema de freios</p>', '', '', '', 'N', '', 'Y'),
(5336, 'es', 'Outras partes do sistema de freios', '<p>Outras partes do sistema de freios</p>', '', '', '', 'N', '', 'Y'),
(5336, 'pt', 'Outras partes do sistema de freios', '<p>Outras partes do sistema de freios</p>', '', '', '', 'N', '', 'Y'),
(5337, 'en', 'Pastilhas/sapatas de freio', '<p>Pastilhas/sapatas de freio</p>', '', '', '', 'N', '', 'Y'),
(5337, 'es', 'Pastilhas/sapatas de freio', '<p>Pastilhas/sapatas de freio</p>', '', '', '', 'N', '', 'Y'),
(5337, 'pt', 'Pastilhas/sapatas de freio', '<p>Pastilhas/sapatas de freio</p>', '', '', '', 'N', '', 'Y'),
(5338, 'en', 'Pinça do disco de freio', '<p>Pinça do disco de freio</p>', '', '', '', 'N', '', 'Y'),
(5338, 'es', 'Pinça do disco de freio', '<p>Pinça do disco de freio</p>', '', '', '', 'N', '', 'Y'),
(5338, 'pt', 'Pinça do disco de freio', '<p>Pinça do disco de freio</p>', '', '', '', 'N', '', 'Y'),
(5339, 'en', 'Tambor de freio/Peças do freio a tambor', '<p>Tambor de freio/Peças do freio a tambor</p>', '', '', '', 'N', '', 'Y'),
(5339, 'es', 'Tambor de freio/Peças do freio a tambor', '<p>Tambor de freio/Peças do freio a tambor</p>', '', '', '', 'N', '', 'Y'),
(5339, 'pt', 'Tambor de freio/Peças do freio a tambor', '<p>Tambor de freio/Peças do freio a tambor</p>', '', '', '', 'N', '', 'Y'),
(5340, 'en', 'Guinchos/Acessórios para Guinchos', '<p>Guinchos/Acessórios para Guinchos</p>', '', '', '', 'N', '', 'Y'),
(5340, 'es', 'Guinchos/Acessórios para Guinchos', '<p>Guinchos/Acessórios para Guinchos</p>', '', '', '', 'N', '', 'Y'),
(5340, 'pt', 'Guinchos/Acessórios para Guinchos', '<p>Guinchos/Acessórios para Guinchos</p>', '', '', '', 'N', '', 'Y'),
(5341, 'en', 'Componentes/Peças para Guincho', '<p>Componentes/Peças para Guincho</p>', '', '', '', 'N', '', 'Y'),
(5341, 'es', 'Componentes/Peças para Guincho', '<p>Componentes/Peças para Guincho</p>', '', '', '', 'N', '', 'Y'),
(5341, 'pt', 'Componentes/Peças para Guincho', '<p>Componentes/Peças para Guincho</p>', '', '', '', 'N', '', 'Y'),
(5342, 'en', 'Guincho/Outros Acessórios para Guincho (Setor Automotivo)', '<p>Guincho/Outros Acessórios para Guincho (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5342, 'es', 'Guincho/Outros Acessórios para Guincho (Setor Automotivo)', '<p>Guincho/Outros Acessórios para Guincho (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5342, 'pt', 'Guincho/Outros Acessórios para Guincho (Setor Automotivo)', '<p>Guincho/Outros Acessórios para Guincho (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5343, 'en', 'Guinchos (Setor Automotivo)', '<p>Guinchos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5343, 'es', 'Guinchos (Setor Automotivo)', '<p>Guinchos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5343, 'pt', 'Guinchos (Setor Automotivo)', '<p>Guinchos (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5344, 'en', 'Pacotes de Variedades para Guinchos/Acessórios para Guincho', '<p>Pacotes de Variedades para Guinchos/Acessórios para Guincho</p>', '', '', '', 'N', '', 'Y'),
(5344, 'es', 'Pacotes de Variedades para Guinchos/Acessórios para Guincho', '<p>Pacotes de Variedades para Guinchos/Acessórios para Guincho</p>', '', '', '', 'N', '', 'Y'),
(5344, 'pt', 'Pacotes de Variedades para Guinchos/Acessórios para Guincho', '<p>Pacotes de Variedades para Guinchos/Acessórios para Guincho</p>', '', '', '', 'N', '', 'Y'),
(5345, 'en', 'Iluminação decorativa automotiva', '<p>Iluminação decorativa automotiva</p>', '', '', '', 'N', '', 'Y'),
(5345, 'es', 'Iluminação decorativa automotiva', '<p>Iluminação decorativa automotiva</p>', '', '', '', 'N', '', 'Y'),
(5345, 'pt', 'Iluminação decorativa automotiva', '<p>Iluminação decorativa automotiva</p>', '', '', '', 'N', '', 'Y'),
(5346, 'en', 'Iluminação de realce (Setor Automotivo)', '<p>Iluminação de realce (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5346, 'es', 'Iluminação de realce (Setor Automotivo)', '<p>Iluminação de realce (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5346, 'pt', 'Iluminação de realce (Setor Automotivo)', '<p>Iluminação de realce (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5347, 'en', 'Iluminação na parte inferior do veículo', '<p>Iluminação na parte inferior do veículo</p>', '', '', '', 'N', '', 'Y'),
(5347, 'es', 'Iluminação na parte inferior do veículo', '<p>Iluminação na parte inferior do veículo</p>', '', '', '', 'N', '', 'Y'),
(5347, 'pt', 'Iluminação na parte inferior do veículo', '<p>Iluminação na parte inferior do veículo</p>', '', '', '', 'N', '', 'Y'),
(5348, 'en', 'Lâmpada Estroboscópica (Setor Automotivo)', '<p>Lâmpada Estroboscópica (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5348, 'es', 'Lâmpada Estroboscópica (Setor Automotivo)', '<p>Lâmpada Estroboscópica (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5348, 'pt', 'Lâmpada Estroboscópica (Setor Automotivo)', '<p>Lâmpada Estroboscópica (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5349, 'en', 'Outras iluminações decorativas (Setor automotivo)', '<p>Outras iluminações decorativas (Setor automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5349, 'es', 'Outras iluminações decorativas (Setor automotivo)', '<p>Outras iluminações decorativas (Setor automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5349, 'pt', 'Outras iluminações decorativas (Setor automotivo)', '<p>Outras iluminações decorativas (Setor automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5350, 'en', 'Pacotes de Variedades para Iluminação Decorativa', '<p>Pacotes de Variedades para Iluminação Decorativa</p>', '', '', '', 'N', '', 'Y'),
(5350, 'es', 'Pacotes de Variedades para Iluminação Decorativa', '<p>Pacotes de Variedades para Iluminação Decorativa</p>', '', '', '', 'N', '', 'Y'),
(5350, 'pt', 'Pacotes de Variedades para Iluminação Decorativa', '<p>Pacotes de Variedades para Iluminação Decorativa</p>', '', '', '', 'N', '', 'Y'),
(5351, 'en', 'Itens de troca de fluido do veículo', '<p>Itens de troca de fluido do veículo</p>', '', '', '', 'N', '', 'Y'),
(5351, 'es', 'Itens de troca de fluido do veículo', '<p>Itens de troca de fluido do veículo</p>', '', '', '', 'N', '', 'Y'),
(5351, 'pt', 'Itens de troca de fluido do veículo', '<p>Itens de troca de fluido do veículo</p>', '', '', '', 'N', '', 'Y'),
(5352, 'en', 'Outros Itens para Troca de Fluido (Setor Automotivo)', '<p>Outros Itens para Troca de Fluido (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5352, 'es', 'Outros Itens para Troca de Fluido (Setor Automotivo)', '<p>Outros Itens para Troca de Fluido (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5352, 'pt', 'Outros Itens para Troca de Fluido (Setor Automotivo)', '<p>Outros Itens para Troca de Fluido (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5353, 'en', 'Pacotes de Variedades para Itens de Troca de Fluido', '<p>Pacotes de Variedades para Itens de Troca de Fluido</p>', '', '', '', 'N', '', 'Y'),
(5353, 'es', 'Pacotes de Variedades para Itens de Troca de Fluido', '<p>Pacotes de Variedades para Itens de Troca de Fluido</p>', '', '', '', 'N', '', 'Y'),
(5353, 'pt', 'Pacotes de Variedades para Itens de Troca de Fluido', '<p>Pacotes de Variedades para Itens de Troca de Fluido</p>', '', '', '', 'N', '', 'Y'),
(5354, 'en', 'Tapetes para Óleo (Setor Automotivo)', '<p>Tapetes para Óleo (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5354, 'es', 'Tapetes para Óleo (Setor Automotivo)', '<p>Tapetes para Óleo (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5354, 'pt', 'Tapetes para Óleo (Setor Automotivo)', '<p>Tapetes para Óleo (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5355, 'en', 'Lâmpadas/Faróis para Veículos', '<p>Lâmpadas/Faróis para Veículos</p>', '', '', '', 'N', '', 'Y'),
(5355, 'es', 'Lâmpadas/Faróis para Veículos', '<p>Lâmpadas/Faróis para Veículos</p>', '', '', '', 'N', '', 'Y'),
(5355, 'pt', 'Lâmpadas/Faróis para Veículos', '<p>Lâmpadas/Faróis para Veículos</p>', '', '', '', 'N', '', 'Y'),
(5356, 'en', 'Farois (Automóveis)', '<p>Farois (Automóveis)</p>', '', '', '', 'N', '', 'Y'),
(5356, 'es', 'Farois (Automóveis)', '<p>Farois (Automóveis)</p>', '', '', '', 'N', '', 'Y'),
(5356, 'pt', 'Farois (Automóveis)', '<p>Farois (Automóveis)</p>', '', '', '', 'N', '', 'Y'),
(5357, 'en', 'Farois de Neblina (Setor Automotivo)', '<p>Farois de Neblina (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5357, 'es', 'Farois de Neblina (Setor Automotivo)', '<p>Farois de Neblina (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5357, 'pt', 'Farois de Neblina (Setor Automotivo)', '<p>Farois de Neblina (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5358, 'en', 'Farol alto/Farol baixo/ Luzes sinalizadoras (Setor Automotivo)', '<p>Farol alto/Farol baixo/ Luzes sinalizadoras (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5358, 'es', 'Farol alto/Farol baixo/ Luzes sinalizadoras (Setor Automotivo)', '<p>Farol alto/Farol baixo/ Luzes sinalizadoras (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5358, 'pt', 'Farol alto/Farol baixo/ Luzes sinalizadoras (Setor Automotivo)', '<p>Farol alto/Farol baixo/ Luzes sinalizadoras (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5359, 'en', 'Lentes de reposição (Setor Automotivo)', '<p>Lentes de reposição (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5359, 'es', 'Lentes de reposição (Setor Automotivo)', '<p>Lentes de reposição (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5359, 'pt', 'Lentes de reposição (Setor Automotivo)', '<p>Lentes de reposição (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5360, 'en', 'Luzes da estrada', '<p>Luzes da estrada</p>', '', '', '', 'N', '', 'Y'),
(5360, 'es', 'Luzes da estrada', '<p>Luzes da estrada</p>', '', '', '', 'N', '', 'Y'),
(5360, 'pt', 'Luzes da estrada', '<p>Luzes da estrada</p>', '', '', '', 'N', '', 'Y'),
(5361, 'en', 'Luzes da marcha ré (Setor Automotivo)', '<p>Luzes da marcha ré (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5361, 'es', 'Luzes da marcha ré (Setor Automotivo)', '<p>Luzes da marcha ré (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5361, 'pt', 'Luzes da marcha ré (Setor Automotivo)', '<p>Luzes da marcha ré (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5362, 'en', 'Luzes de emergência (Setor Automotivo)', '<p>Luzes de emergência (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5362, 'es', 'Luzes de emergência (Setor Automotivo)', '<p>Luzes de emergência (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5362, 'pt', 'Luzes de emergência (Setor Automotivo)', '<p>Luzes de emergência (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5363, 'en', 'Luzes de Freio/Seta/Ré', '<p>Luzes de Freio/Seta/Ré</p>', '', '', '', 'N', '', 'Y'),
(5363, 'es', 'Luzes de Freio/Seta/Ré', '<p>Luzes de Freio/Seta/Ré</p>', '', '', '', 'N', '', 'Y'),
(5363, 'pt', 'Luzes de Freio/Seta/Ré', '<p>Luzes de Freio/Seta/Ré</p>', '', '', '', 'N', '', 'Y'),
(5364, 'en', 'Luzes de sirene', '<p>Luzes de sirene</p>', '', '', '', 'N', '', 'Y'),
(5364, 'es', 'Luzes de sirene', '<p>Luzes de sirene</p>', '', '', '', 'N', '', 'Y'),
(5364, 'pt', 'Luzes de sirene', '<p>Luzes de sirene</p>', '', '', '', 'N', '', 'Y'),
(5365, 'en', 'Outras Luzes/Lâmpadas (Setor automotivo)', '<p>Outras Luzes/Lâmpadas (Setor automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5365, 'es', 'Outras Luzes/Lâmpadas (Setor automotivo)', '<p>Outras Luzes/Lâmpadas (Setor automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5365, 'pt', 'Outras Luzes/Lâmpadas (Setor automotivo)', '<p>Outras Luzes/Lâmpadas (Setor automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5366, 'en', 'Pacotes de Variedades para Lanternas/Lâmpadas (Setor Automotivo)', '<p>Pacotes de Variedades para Lanternas/Lâmpadas (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5366, 'es', 'Pacotes de Variedades para Lanternas/Lâmpadas (Setor Automotivo)', '<p>Pacotes de Variedades para Lanternas/Lâmpadas (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5366, 'pt', 'Pacotes de Variedades para Lanternas/Lâmpadas (Setor Automotivo)', '<p>Pacotes de Variedades para Lanternas/Lâmpadas (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5367, 'en', 'Refletores (Automóveis)', '<p>Refletores (Automóveis)</p>', '', '', '', 'N', '', 'Y'),
(5367, 'es', 'Refletores (Automóveis)', '<p>Refletores (Automóveis)</p>', '', '', '', 'N', '', 'Y'),
(5367, 'pt', 'Refletores (Automóveis)', '<p>Refletores (Automóveis)</p>', '', '', '', 'N', '', 'Y'),
(5368, 'en', 'Refletores (Setor Automotivo)', '<p>Refletores (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5368, 'es', 'Refletores (Setor Automotivo)', '<p>Refletores (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5368, 'pt', 'Refletores (Setor Automotivo)', '<p>Refletores (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5369, 'en', 'Substituição das lâmpadas', '<p>Substituição das lâmpadas</p>', '', '', '', 'N', '', 'Y'),
(5369, 'es', 'Substituição das lâmpadas', '<p>Substituição das lâmpadas</p>', '', '', '', 'N', '', 'Y'),
(5369, 'pt', 'Substituição das lâmpadas', '<p>Substituição das lâmpadas</p>', '', '', '', 'N', '', 'Y'),
(5370, 'en', 'Limpadores de parabrisa/Partes de limpadores de parabrisas', '<p>Limpadores de parabrisa/Partes de limpadores de parabrisas</p>', '', '', '', 'N', '', 'Y'),
(5370, 'es', 'Limpadores de parabrisa/Partes de limpadores de parabrisas', '<p>Limpadores de parabrisa/Partes de limpadores de parabrisas</p>', '', '', '', 'N', '', 'Y'),
(5370, 'pt', 'Limpadores de parabrisa/Partes de limpadores de parabrisas', '<p>Limpadores de parabrisa/Partes de limpadores de parabrisas</p>', '', '', '', 'N', '', 'Y'),
(5371, 'en', 'Bombas do limpador de para-brisas', '<p>Bombas do limpador de para-brisas</p>', '', '', '', 'N', '', 'Y'),
(5371, 'es', 'Bombas do limpador de para-brisas', '<p>Bombas do limpador de para-brisas</p>', '', '', '', 'N', '', 'Y'),
(5371, 'pt', 'Bombas do limpador de para-brisas', '<p>Bombas do limpador de para-brisas</p>', '', '', '', 'N', '', 'Y'),
(5372, 'en', 'Borracha da palheta do limpador de para-brisas (setor automotivo)', '<p>Borracha da palheta do limpador de para-brisas (setor automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5372, 'es', 'Borracha da palheta do limpador de para-brisas (setor automotivo)', '<p>Borracha da palheta do limpador de para-brisas (setor automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5372, 'pt', 'Borracha da palheta do limpador de para-brisas (setor automotivo)', '<p>Borracha da palheta do limpador de para-brisas (setor automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5373, 'en', 'Limpadores de bicos', '<p>Limpadores de bicos</p>', '', '', '', 'N', '', 'Y'),
(5373, 'es', 'Limpadores de bicos', '<p>Limpadores de bicos</p>', '', '', '', 'N', '', 'Y'),
(5373, 'pt', 'Limpadores de bicos', '<p>Limpadores de bicos</p>', '', '', '', 'N', '', 'Y'),
(5374, 'en', 'Limpadores de Capô', '<p>Limpadores de Capô</p>', '', '', '', 'N', '', 'Y'),
(5374, 'es', 'Limpadores de Capô', '<p>Limpadores de Capô</p>', '', '', '', 'N', '', 'Y'),
(5374, 'pt', 'Limpadores de Capô', '<p>Limpadores de Capô</p>', '', '', '', 'N', '', 'Y'),
(5375, 'en', 'Limpadores de para-brisas/Outras partes dos limpadores de para-brisas', '<p>Limpadores de para-brisas/Outras partes dos limpadores de para-brisas</p>', '', '', '', 'N', '', 'Y'),
(5375, 'es', 'Limpadores de para-brisas/Outras partes dos limpadores de para-brisas', '<p>Limpadores de para-brisas/Outras partes dos limpadores de para-brisas</p>', '', '', '', 'N', '', 'Y'),
(5375, 'pt', 'Limpadores de para-brisas/Outras partes dos limpadores de para-brisas', '<p>Limpadores de para-brisas/Outras partes dos limpadores de para-brisas</p>', '', '', '', 'N', '', 'Y'),
(5376, 'en', 'Mangueiras/Tubos de limpeza', '<p>Mangueiras/Tubos de limpeza</p>', '', '', '', 'N', '', 'Y'),
(5376, 'es', 'Mangueiras/Tubos de limpeza', '<p>Mangueiras/Tubos de limpeza</p>', '', '', '', 'N', '', 'Y'),
(5376, 'pt', 'Mangueiras/Tubos de limpeza', '<p>Mangueiras/Tubos de limpeza</p>', '', '', '', 'N', '', 'Y'),
(5377, 'en', 'Motores do limpador', '<p>Motores do limpador</p>', '', '', '', 'N', '', 'Y'),
(5377, 'es', 'Motores do limpador', '<p>Motores do limpador</p>', '', '', '', 'N', '', 'Y'),
(5377, 'pt', 'Motores do limpador', '<p>Motores do limpador</p>', '', '', '', 'N', '', 'Y'),
(5378, 'en', 'Motores do limpador (Cilindros)', '<p>Motores do limpador (Cilindros)</p>', '', '', '', 'N', '', 'Y'),
(5378, 'es', 'Motores do limpador (Cilindros)', '<p>Motores do limpador (Cilindros)</p>', '', '', '', 'N', '', 'Y'),
(5378, 'pt', 'Motores do limpador (Cilindros)', '<p>Motores do limpador (Cilindros)</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(5379, 'en', 'Outros componentes do limpador de para-brisas', '<p>Outros componentes do limpador de para-brisas</p>', '', '', '', 'N', '', 'Y'),
(5379, 'es', 'Outros componentes do limpador de para-brisas', '<p>Outros componentes do limpador de para-brisas</p>', '', '', '', 'N', '', 'Y'),
(5379, 'pt', 'Outros componentes do limpador de para-brisas', '<p>Outros componentes do limpador de para-brisas</p>', '', '', '', 'N', '', 'Y'),
(5380, 'en', 'Pacotes de Variedades para Componentes de Limpadores de para-brisas', '<p>Pacotes de Variedades para Componentes de Limpadores de para-brisas</p>', '', '', '', 'N', '', 'Y'),
(5380, 'es', 'Pacotes de Variedades para Componentes de Limpadores de para-brisas', '<p>Pacotes de Variedades para Componentes de Limpadores de para-brisas</p>', '', '', '', 'N', '', 'Y'),
(5380, 'pt', 'Pacotes de Variedades para Componentes de Limpadores de para-brisas', '<p>Pacotes de Variedades para Componentes de Limpadores de para-brisas</p>', '', '', '', 'N', '', 'Y'),
(5381, 'en', 'Pacotes de Variedades para Limpadores de parabrisas/Partes de limpadores de para-brisas', '<p>Pacotes de Variedades para Limpadores de parabrisas/Partes de limpadores de para-brisas</p>', '', '', '', 'N', '', 'Y'),
(5381, 'es', 'Pacotes de Variedades para Limpadores de parabrisas/Partes de limpadores de para-brisas', '<p>Pacotes de Variedades para Limpadores de parabrisas/Partes de limpadores de para-brisas</p>', '', '', '', 'N', '', 'Y'),
(5381, 'pt', 'Pacotes de Variedades para Limpadores de parabrisas/Partes de limpadores de para-brisas', '<p>Pacotes de Variedades para Limpadores de parabrisas/Partes de limpadores de para-brisas</p>', '', '', '', 'N', '', 'Y'),
(5382, 'en', 'Palhetas do limpador de para-brisas', '<p>Palhetas do limpador de para-brisas</p>', '', '', '', 'N', '', 'Y'),
(5382, 'es', 'Palhetas do limpador de para-brisas', '<p>Palhetas do limpador de para-brisas</p>', '', '', '', 'N', '', 'Y'),
(5382, 'pt', 'Palhetas do limpador de para-brisas', '<p>Palhetas do limpador de para-brisas</p>', '', '', '', 'N', '', 'Y'),
(5383, 'en', 'Palhetas/Hastes do limpador de para-brisas (Setor automotivo)', '<p>Palhetas/Hastes do limpador de para-brisas (Setor automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5383, 'es', 'Palhetas/Hastes do limpador de para-brisas (Setor automotivo)', '<p>Palhetas/Hastes do limpador de para-brisas (Setor automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5383, 'pt', 'Palhetas/Hastes do limpador de para-brisas (Setor automotivo)', '<p>Palhetas/Hastes do limpador de para-brisas (Setor automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5384, 'en', 'Refis para Palhetas de limpador de para-brisas', '<p>Refis para Palhetas de limpador de para-brisas</p>', '', '', '', 'N', '', 'Y'),
(5384, 'es', 'Refis para Palhetas de limpador de para-brisas', '<p>Refis para Palhetas de limpador de para-brisas</p>', '', '', '', 'N', '', 'Y'),
(5384, 'pt', 'Refis para Palhetas de limpador de para-brisas', '<p>Refis para Palhetas de limpador de para-brisas</p>', '', '', '', 'N', '', 'Y'),
(5385, 'en', 'Montagens Simples do Veículo', '<p>Montagens Simples do Veículo</p>', '', '', '', 'N', '', 'Y'),
(5385, 'es', 'Montagens Simples do Veículo', '<p>Montagens Simples do Veículo</p>', '', '', '', 'N', '', 'Y'),
(5385, 'pt', 'Montagens Simples do Veículo', '<p>Montagens Simples do Veículo</p>', '', '', '', 'N', '', 'Y'),
(5386, 'en', 'Montagens - Farol', '<p>Montagens - Farol</p>', '', '', '', 'N', '', 'Y'),
(5386, 'es', 'Montagens - Farol', '<p>Montagens - Farol</p>', '', '', '', 'N', '', 'Y'),
(5386, 'pt', 'Montagens - Farol', '<p>Montagens - Farol</p>', '', '', '', 'N', '', 'Y'),
(5387, 'en', 'Montagens - Luz Traseira', '<p>Montagens - Luz Traseira</p>', '', '', '', 'N', '', 'Y'),
(5387, 'es', 'Montagens - Luz Traseira', '<p>Montagens - Luz Traseira</p>', '', '', '', 'N', '', 'Y'),
(5387, 'pt', 'Montagens - Luz Traseira', '<p>Montagens - Luz Traseira</p>', '', '', '', 'N', '', 'Y'),
(5388, 'en', 'Outras Montagens de Luz Automotivas)', '<p>Outras Montagens de Luz Automotivas)</p>', '', '', '', 'N', '', 'Y'),
(5388, 'es', 'Outras Montagens de Luz Automotivas)', '<p>Outras Montagens de Luz Automotivas)</p>', '', '', '', 'N', '', 'Y'),
(5388, 'pt', 'Outras Montagens de Luz Automotivas)', '<p>Outras Montagens de Luz Automotivas)</p>', '', '', '', 'N', '', 'Y'),
(5389, 'en', 'Produtos antirroubo para veículos', '<p>Produtos antirroubo para veículos</p>', '', '', '', 'N', '', 'Y'),
(5389, 'es', 'Produtos antirroubo para veículos', '<p>Produtos antirroubo para veículos</p>', '', '', '', 'N', '', 'Y'),
(5389, 'pt', 'Produtos antirroubo para veículos', '<p>Produtos antirroubo para veículos</p>', '', '', '', 'N', '', 'Y'),
(5390, 'en', 'Acessórios/Peças de Reposição para produtos antirroubo', '<p>Acessórios/Peças de Reposição para produtos antirroubo</p>', '', '', '', 'N', '', 'Y'),
(5390, 'es', 'Acessórios/Peças de Reposição para produtos antirroubo', '<p>Acessórios/Peças de Reposição para produtos antirroubo</p>', '', '', '', 'N', '', 'Y'),
(5390, 'pt', 'Acessórios/Peças de Reposição para produtos antirroubo', '<p>Acessórios/Peças de Reposição para produtos antirroubo</p>', '', '', '', 'N', '', 'Y'),
(5391, 'en', 'Alarmes de veículos/ Alarmes anti guincho', '<p>Alarmes de veículos/ Alarmes anti guincho</p>', '', '', '', 'N', '', 'Y'),
(5391, 'es', 'Alarmes de veículos/ Alarmes anti guincho', '<p>Alarmes de veículos/ Alarmes anti guincho</p>', '', '', '', 'N', '', 'Y'),
(5391, 'pt', 'Alarmes de veículos/ Alarmes anti guincho', '<p>Alarmes de veículos/ Alarmes anti guincho</p>', '', '', '', 'N', '', 'Y'),
(5392, 'en', 'Dispositivos de rastreamento', '<p>Dispositivos de rastreamento</p>', '', '', '', 'N', '', 'Y'),
(5392, 'es', 'Dispositivos de rastreamento', '<p>Dispositivos de rastreamento</p>', '', '', '', 'N', '', 'Y'),
(5392, 'pt', 'Dispositivos de rastreamento', '<p>Dispositivos de rastreamento</p>', '', '', '', 'N', '', 'Y'),
(5393, 'en', 'Dispositivos de Travamento', '<p>Dispositivos de Travamento</p>', '', '', '', 'N', '', 'Y'),
(5393, 'es', 'Dispositivos de Travamento', '<p>Dispositivos de Travamento</p>', '', '', '', 'N', '', 'Y'),
(5393, 'pt', 'Dispositivos de Travamento', '<p>Dispositivos de Travamento</p>', '', '', '', 'N', '', 'Y'),
(5394, 'en', 'Imobilizadores (Automotivos)', '<p>Imobilizadores (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5394, 'es', 'Imobilizadores (Automotivos)', '<p>Imobilizadores (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5394, 'pt', 'Imobilizadores (Automotivos)', '<p>Imobilizadores (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5395, 'en', 'Outros produtos antiroubo', '<p>Outros produtos antiroubo</p>', '', '', '', 'N', '', 'Y'),
(5395, 'es', 'Outros produtos antiroubo', '<p>Outros produtos antiroubo</p>', '', '', '', 'N', '', 'Y'),
(5395, 'pt', 'Outros produtos antiroubo', '<p>Outros produtos antiroubo</p>', '', '', '', 'N', '', 'Y'),
(5396, 'en', 'Pacotes de Variedades para Produtos Antirroubo', '<p>Pacotes de Variedades para Produtos Antirroubo</p>', '', '', '', 'N', '', 'Y'),
(5396, 'es', 'Pacotes de Variedades para Produtos Antirroubo', '<p>Pacotes de Variedades para Produtos Antirroubo</p>', '', '', '', 'N', '', 'Y'),
(5396, 'pt', 'Pacotes de Variedades para Produtos Antirroubo', '<p>Pacotes de Variedades para Produtos Antirroubo</p>', '', '', '', 'N', '', 'Y'),
(5397, 'en', 'Produtos Químicos para Aparência do Veículo', '<p>Produtos Químicos para Aparência do Veículo</p>', '', '', '', 'N', '', 'Y'),
(5397, 'es', 'Produtos Químicos para Aparência do Veículo', '<p>Produtos Químicos para Aparência do Veículo</p>', '', '', '', 'N', '', 'Y'),
(5397, 'pt', 'Produtos Químicos para Aparência do Veículo', '<p>Produtos Químicos para Aparência do Veículo</p>', '', '', '', 'N', '', 'Y'),
(5398, 'en', 'Cuidados com a carroceria - Lavagens/Ceras/Protetores/Removedores', '<p>Cuidados com a carroceria - Lavagens/Ceras/Protetores/Removedores</p>', '', '', '', 'N', '', 'Y'),
(5398, 'es', 'Cuidados com a carroceria - Lavagens/Ceras/Protetores/Removedores', '<p>Cuidados com a carroceria - Lavagens/Ceras/Protetores/Removedores</p>', '', '', '', 'N', '', 'Y'),
(5398, 'pt', 'Cuidados com a carroceria - Lavagens/Ceras/Protetores/Removedores', '<p>Cuidados com a carroceria - Lavagens/Ceras/Protetores/Removedores</p>', '', '', '', 'N', '', 'Y'),
(5399, 'en', 'Cuidados com as rodas do veículo - limpeza/polimento', '<p>Cuidados com as rodas do veículo - limpeza/polimento</p>', '', '', '', 'N', '', 'Y'),
(5399, 'es', 'Cuidados com as rodas do veículo - limpeza/polimento', '<p>Cuidados com as rodas do veículo - limpeza/polimento</p>', '', '', '', 'N', '', 'Y'),
(5399, 'pt', 'Cuidados com as rodas do veículo - limpeza/polimento', '<p>Cuidados com as rodas do veículo - limpeza/polimento</p>', '', '', '', 'N', '', 'Y'),
(5400, 'en', 'Cuidados com os Pneus do Veículo -', '<p>Cuidados com os Pneus do Veículo -</p>', '', '', '', 'N', '', 'Y'),
(5400, 'es', 'Cuidados com os Pneus do Veículo -', '<p>Cuidados com os Pneus do Veículo -</p>', '', '', '', 'N', '', 'Y'),
(5400, 'pt', 'Cuidados com os Pneus do Veículo -', '<p>Cuidados com os Pneus do Veículo -</p>', '', '', '', 'N', '', 'Y'),
(5401, 'en', 'Fórmula para Pára-Brisa do Veículo (Setor Automotivo)', '<p>Fórmula para Pára-Brisa do Veículo (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5401, 'es', 'Fórmula para Pára-Brisa do Veículo (Setor Automotivo)', '<p>Fórmula para Pára-Brisa do Veículo (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5401, 'pt', 'Fórmula para Pára-Brisa do Veículo (Setor Automotivo)', '<p>Fórmula para Pára-Brisa do Veículo (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5402, 'en', 'Kit para limpeza do interior do carro', '<p>Kit para limpeza do interior do carro</p>', '', '', '', 'N', '', 'Y'),
(5402, 'es', 'Kit para limpeza do interior do carro', '<p>Kit para limpeza do interior do carro</p>', '', '', '', 'N', '', 'Y'),
(5402, 'pt', 'Kit para limpeza do interior do carro', '<p>Kit para limpeza do interior do carro</p>', '', '', '', 'N', '', 'Y'),
(5403, 'en', 'Outros produtos químicos para o aspecto externo (Veículos)', '<p>Outros produtos químicos para o aspecto externo (Veículos)</p>', '', '', '', 'N', '', 'Y'),
(5403, 'es', 'Outros produtos químicos para o aspecto externo (Veículos)', '<p>Outros produtos químicos para o aspecto externo (Veículos)</p>', '', '', '', 'N', '', 'Y'),
(5403, 'pt', 'Outros produtos químicos para o aspecto externo (Veículos)', '<p>Outros produtos químicos para o aspecto externo (Veículos)</p>', '', '', '', 'N', '', 'Y'),
(5404, 'en', 'Pacotes de Variedades para Produtos Químicos para Aparência (Veículos)', '<p>Pacotes de Variedades para Produtos Químicos para Aparência (Veículos)</p>', '', '', '', 'N', '', 'Y'),
(5404, 'es', 'Pacotes de Variedades para Produtos Químicos para Aparência (Veículos)', '<p>Pacotes de Variedades para Produtos Químicos para Aparência (Veículos)</p>', '', '', '', 'N', '', 'Y'),
(5404, 'pt', 'Pacotes de Variedades para Produtos Químicos para Aparência (Veículos)', '<p>Pacotes de Variedades para Produtos Químicos para Aparência (Veículos)</p>', '', '', '', 'N', '', 'Y'),
(5405, 'en', 'Pintura automotiva', '<p>Pintura automotiva</p>', '', '', '', 'N', '', 'Y'),
(5405, 'es', 'Pintura automotiva', '<p>Pintura automotiva</p>', '', '', '', 'N', '', 'Y'),
(5405, 'pt', 'Pintura automotiva', '<p>Pintura automotiva</p>', '', '', '', 'N', '', 'Y'),
(5406, 'en', 'Produtos químicos para desempenho do veículo', '<p>Produtos químicos para desempenho do veículo</p>', '', '', '', 'N', '', 'Y'),
(5406, 'es', 'Produtos químicos para desempenho do veículo', '<p>Produtos químicos para desempenho do veículo</p>', '', '', '', 'N', '', 'Y'),
(5406, 'pt', 'Produtos químicos para desempenho do veículo', '<p>Produtos químicos para desempenho do veículo</p>', '', '', '', 'N', '', 'Y'),
(5407, 'en', 'Carburador/ Limpador da Chave Dip', '<p>Carburador/ Limpador da Chave Dip</p>', '', '', '', 'N', '', 'Y'),
(5407, 'es', 'Carburador/ Limpador da Chave Dip', '<p>Carburador/ Limpador da Chave Dip</p>', '', '', '', 'N', '', 'Y'),
(5407, 'pt', 'Carburador/ Limpador da Chave Dip', '<p>Carburador/ Limpador da Chave Dip</p>', '', '', '', 'N', '', 'Y'),
(5408, 'en', 'Desengraxantes para motor', '<p>Desengraxantes para motor</p>', '', '', '', 'N', '', 'Y'),
(5408, 'es', 'Desengraxantes para motor', '<p>Desengraxantes para motor</p>', '', '', '', 'N', '', 'Y'),
(5408, 'pt', 'Desengraxantes para motor', '<p>Desengraxantes para motor</p>', '', '', '', 'N', '', 'Y'),
(5409, 'en', 'Limpador para Peças Elétricas (Setor Automotivo)', '<p>Limpador para Peças Elétricas (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5409, 'es', 'Limpador para Peças Elétricas (Setor Automotivo)', '<p>Limpador para Peças Elétricas (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5409, 'pt', 'Limpador para Peças Elétricas (Setor Automotivo)', '<p>Limpador para Peças Elétricas (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5410, 'en', 'Limpadores de Freio', '<p>Limpadores de Freio</p>', '', '', '', 'N', '', 'Y'),
(5410, 'es', 'Limpadores de Freio', '<p>Limpadores de Freio</p>', '', '', '', 'N', '', 'Y'),
(5410, 'pt', 'Limpadores de Freio', '<p>Limpadores de Freio</p>', '', '', '', 'N', '', 'Y'),
(5411, 'en', 'Sprays Descarbonizantes', '<p>Sprays Descarbonizantes</p>', '', '', '', 'N', '', 'Y'),
(5411, 'es', 'Sprays Descarbonizantes', '<p>Sprays Descarbonizantes</p>', '', '', '', 'N', '', 'Y'),
(5411, 'pt', 'Sprays Descarbonizantes', '<p>Sprays Descarbonizantes</p>', '', '', '', 'N', '', 'Y'),
(5412, 'en', 'Reparo/Manutenção do Veículo', '<p>Reparo/Manutenção do Veículo</p>', '', '', '', 'N', '', 'Y'),
(5412, 'es', 'Reparo/Manutenção do Veículo', '<p>Reparo/Manutenção do Veículo</p>', '', '', '', 'N', '', 'Y'),
(5412, 'pt', 'Reparo/Manutenção do Veículo', '<p>Reparo/Manutenção do Veículo</p>', '', '', '', 'N', '', 'Y'),
(5413, 'en', 'Elevadores/Rampas de Manutenção do Veículo (Setor Automotivo)', '<p>Elevadores/Rampas de Manutenção do Veículo (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5413, 'es', 'Elevadores/Rampas de Manutenção do Veículo (Setor Automotivo)', '<p>Elevadores/Rampas de Manutenção do Veículo (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5413, 'pt', 'Elevadores/Rampas de Manutenção do Veículo (Setor Automotivo)', '<p>Elevadores/Rampas de Manutenção do Veículo (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5414, 'en', 'Fluido Refrigerante para Ar Condicionado', '<p>Fluido Refrigerante para Ar Condicionado</p>', '', '', '', 'N', '', 'Y'),
(5414, 'es', 'Fluido Refrigerante para Ar Condicionado', '<p>Fluido Refrigerante para Ar Condicionado</p>', '', '', '', 'N', '', 'Y'),
(5414, 'pt', 'Fluido Refrigerante para Ar Condicionado', '<p>Fluido Refrigerante para Ar Condicionado</p>', '', '', '', 'N', '', 'Y'),
(5415, 'en', 'Kits de Reparação/Vidro', '<p>Kits de Reparação/Vidro</p>', '', '', '', 'N', '', 'Y'),
(5415, 'es', 'Kits de Reparação/Vidro', '<p>Kits de Reparação/Vidro</p>', '', '', '', 'N', '', 'Y'),
(5415, 'pt', 'Kits de Reparação/Vidro', '<p>Kits de Reparação/Vidro</p>', '', '', '', 'N', '', 'Y'),
(5416, 'en', 'Kits de Reparo para Desembaçador de Janela', '<p>Kits de Reparo para Desembaçador de Janela</p>', '', '', '', 'N', '', 'Y'),
(5416, 'es', 'Kits de Reparo para Desembaçador de Janela', '<p>Kits de Reparo para Desembaçador de Janela</p>', '', '', '', 'N', '', 'Y'),
(5416, 'pt', 'Kits de Reparo para Desembaçador de Janela', '<p>Kits de Reparo para Desembaçador de Janela</p>', '', '', '', 'N', '', 'Y'),
(5417, 'en', 'Kits/ Reparo do Radiador', '<p>Kits/ Reparo do Radiador</p>', '', '', '', 'N', '', 'Y'),
(5417, 'es', 'Kits/ Reparo do Radiador', '<p>Kits/ Reparo do Radiador</p>', '', '', '', 'N', '', 'Y'),
(5417, 'pt', 'Kits/ Reparo do Radiador', '<p>Kits/ Reparo do Radiador</p>', '', '', '', 'N', '', 'Y'),
(5418, 'en', 'Kits/Reparo de Retrovisor', '<p>Kits/Reparo de Retrovisor</p>', '', '', '', 'N', '', 'Y'),
(5418, 'es', 'Kits/Reparo de Retrovisor', '<p>Kits/Reparo de Retrovisor</p>', '', '', '', 'N', '', 'Y'),
(5418, 'pt', 'Kits/Reparo de Retrovisor', '<p>Kits/Reparo de Retrovisor</p>', '', '', '', 'N', '', 'Y'),
(5419, 'en', 'Kits/Tanque de Combustível/Conserto de Linha', '<p>Kits/Tanque de Combustível/Conserto de Linha</p>', '', '', '', 'N', '', 'Y'),
(5419, 'es', 'Kits/Tanque de Combustível/Conserto de Linha', '<p>Kits/Tanque de Combustível/Conserto de Linha</p>', '', '', '', 'N', '', 'Y'),
(5419, 'pt', 'Kits/Tanque de Combustível/Conserto de Linha', '<p>Kits/Tanque de Combustível/Conserto de Linha</p>', '', '', '', 'N', '', 'Y'),
(5420, 'en', 'Outros Reparos/Manutenção', '<p>Outros Reparos/Manutenção</p>', '', '', '', 'N', '', 'Y'),
(5420, 'es', 'Outros Reparos/Manutenção', '<p>Outros Reparos/Manutenção</p>', '', '', '', 'N', '', 'Y'),
(5420, 'pt', 'Outros Reparos/Manutenção', '<p>Outros Reparos/Manutenção</p>', '', '', '', 'N', '', 'Y'),
(5421, 'en', 'Reparo do Escapamento/Silenciador', '<p>Reparo do Escapamento/Silenciador</p>', '', '', '', 'N', '', 'Y'),
(5421, 'es', 'Reparo do Escapamento/Silenciador', '<p>Reparo do Escapamento/Silenciador</p>', '', '', '', 'N', '', 'Y'),
(5421, 'pt', 'Reparo do Escapamento/Silenciador', '<p>Reparo do Escapamento/Silenciador</p>', '', '', '', 'N', '', 'Y'),
(5422, 'en', 'Transportadores/Rastreadores de Conserto do Veículo', '<p>Transportadores/Rastreadores de Conserto do Veículo</p>', '', '', '', 'N', '', 'Y'),
(5422, 'es', 'Transportadores/Rastreadores de Conserto do Veículo', '<p>Transportadores/Rastreadores de Conserto do Veículo</p>', '', '', '', 'N', '', 'Y'),
(5422, 'pt', 'Transportadores/Rastreadores de Conserto do Veículo', '<p>Transportadores/Rastreadores de Conserto do Veículo</p>', '', '', '', 'N', '', 'Y'),
(5423, 'en', 'Resfriamento - Setor Automotivo', '<p>Resfriamento - Setor Automotivo</p>', '', '', '', 'N', '', 'Y'),
(5423, 'es', 'Resfriamento - Setor Automotivo', '<p>Resfriamento - Setor Automotivo</p>', '', '', '', 'N', '', 'Y'),
(5423, 'pt', 'Resfriamento - Setor Automotivo', '<p>Resfriamento - Setor Automotivo</p>', '', '', '', 'N', '', 'Y'),
(5424, 'en', 'If Condensed', '<p>If Condensed</p>', '', '', '', 'N', '', 'Y'),
(5424, 'es', 'If Condensed', '<p>If Condensed</p>', '', '', '', 'N', '', 'Y'),
(5424, 'pt', 'If Condensed', '<p>If Condensed</p>', '', '', '', 'N', '', 'Y'),
(5425, 'en', 'If Ready to Use', '<p>If Ready to Use</p>', '', '', '', 'N', '', 'Y'),
(5425, 'es', 'If Ready to Use', '<p>If Ready to Use</p>', '', '', '', 'N', '', 'Y'),
(5425, 'pt', 'If Ready to Use', '<p>If Ready to Use</p>', '', '', '', 'N', '', 'Y'),
(5426, 'en', 'Type of Antifreeze/Coolant', '<p>Type of Antifreeze/Coolant</p>', '', '', '', 'N', '', 'Y'),
(5426, 'es', 'Type of Antifreeze/Coolant', '<p>Type of Antifreeze/Coolant</p>', '', '', '', 'N', '', 'Y'),
(5426, 'pt', 'Type of Antifreeze/Coolant', '<p>Type of Antifreeze/Coolant</p>', '', '', '', 'N', '', 'Y'),
(5427, 'en', 'Rodas/Pneus - Setor Automotivo', '<p>Rodas/Pneus - Setor Automotivo</p>', '', '', '', 'N', '', 'Y'),
(5427, 'es', 'Rodas/Pneus - Setor Automotivo', '<p>Rodas/Pneus - Setor Automotivo</p>', '', '', '', 'N', '', 'Y'),
(5427, 'pt', 'Rodas/Pneus - Setor Automotivo', '<p>Rodas/Pneus - Setor Automotivo</p>', '', '', '', 'N', '', 'Y'),
(5428, 'en', 'Pneus', '<p>Pneus</p>', '', '', '', 'N', '', 'Y'),
(5428, 'es', 'Pneus', '<p>Pneus</p>', '', '', '', 'N', '', 'Y'),
(5428, 'pt', 'Pneus', '<p>Pneus</p>', '', '', '', 'N', '', 'Y'),
(5429, 'en', 'Rodas', '<p>Rodas</p>', '', '', '', 'N', '', 'Y'),
(5429, 'es', 'Rodas', '<p>Rodas</p>', '', '', '', 'N', '', 'Y'),
(5429, 'pt', 'Rodas', '<p>Rodas</p>', '', '', '', 'N', '', 'Y'),
(5430, 'en', 'Segurança do Veículo', '<p>Segurança do Veículo</p>', '', '', '', 'N', '', 'Y'),
(5430, 'es', 'Segurança do Veículo', '<p>Segurança do Veículo</p>', '', '', '', 'N', '', 'Y'),
(5430, 'pt', 'Segurança do Veículo', '<p>Segurança do Veículo</p>', '', '', '', 'N', '', 'Y'),
(5431, 'en', 'Acessórios/Peças de Reposição de Segurança (Veículo)', '<p>Acessórios/Peças de Reposição de Segurança (Veículo)</p>', '', '', '', 'N', '', 'Y'),
(5431, 'es', 'Acessórios/Peças de Reposição de Segurança (Veículo)', '<p>Acessórios/Peças de Reposição de Segurança (Veículo)</p>', '', '', '', 'N', '', 'Y'),
(5431, 'pt', 'Acessórios/Peças de Reposição de Segurança (Veículo)', '<p>Acessórios/Peças de Reposição de Segurança (Veículo)</p>', '', '', '', 'N', '', 'Y'),
(5432, 'en', 'Bandeiras de Alertar/ Mastros de Bandeiras (Veículo)', '<p>Bandeiras de Alertar/ Mastros de Bandeiras (Veículo)</p>', '', '', '', 'N', '', 'Y'),
(5432, 'es', 'Bandeiras de Alertar/ Mastros de Bandeiras (Veículo)', '<p>Bandeiras de Alertar/ Mastros de Bandeiras (Veículo)</p>', '', '', '', 'N', '', 'Y'),
(5432, 'pt', 'Bandeiras de Alertar/ Mastros de Bandeiras (Veículo)', '<p>Bandeiras de Alertar/ Mastros de Bandeiras (Veículo)</p>', '', '', '', 'N', '', 'Y'),
(5433, 'en', 'Espelhos Retrovisores (Veículo)', '<p>Espelhos Retrovisores (Veículo)</p>', '', '', '', 'N', '', 'Y'),
(5433, 'es', 'Espelhos Retrovisores (Veículo)', '<p>Espelhos Retrovisores (Veículo)</p>', '', '', '', 'N', '', 'Y'),
(5433, 'pt', 'Espelhos Retrovisores (Veículo)', '<p>Espelhos Retrovisores (Veículo)</p>', '', '', '', 'N', '', 'Y'),
(5434, 'en', 'Extintores de incêndio automotivos', '<p>Extintores de incêndio automotivos</p>', '', '', '', 'N', '', 'Y'),
(5434, 'es', 'Extintores de incêndio automotivos', '<p>Extintores de incêndio automotivos</p>', '', '', '', 'N', '', 'Y'),
(5434, 'pt', 'Extintores de incêndio automotivos', '<p>Extintores de incêndio automotivos</p>', '', '', '', 'N', '', 'Y'),
(5435, 'en', 'Kits de emergência na estrada', '<p>Kits de emergência na estrada</p>', '', '', '', 'N', '', 'Y'),
(5435, 'es', 'Kits de emergência na estrada', '<p>Kits de emergência na estrada</p>', '', '', '', 'N', '', 'Y'),
(5435, 'pt', 'Kits de emergência na estrada', '<p>Kits de emergência na estrada</p>', '', '', '', 'N', '', 'Y'),
(5436, 'en', 'Outros dispositivos de segurança (Veículo)', '<p>Outros dispositivos de segurança (Veículo)</p>', '', '', '', 'N', '', 'Y'),
(5436, 'es', 'Outros dispositivos de segurança (Veículo)', '<p>Outros dispositivos de segurança (Veículo)</p>', '', '', '', 'N', '', 'Y'),
(5436, 'pt', 'Outros dispositivos de segurança (Veículo)', '<p>Outros dispositivos de segurança (Veículo)</p>', '', '', '', 'N', '', 'Y'),
(5437, 'en', 'Pacotes de Variedades de Segurança (Veículo)', '<p>Pacotes de Variedades de Segurança (Veículo)</p>', '', '', '', 'N', '', 'Y'),
(5437, 'es', 'Pacotes de Variedades de Segurança (Veículo)', '<p>Pacotes de Variedades de Segurança (Veículo)</p>', '', '', '', 'N', '', 'Y'),
(5437, 'pt', 'Pacotes de Variedades de Segurança (Veículo)', '<p>Pacotes de Variedades de Segurança (Veículo)</p>', '', '', '', 'N', '', 'Y'),
(5438, 'en', 'Proteções para estacionamento', '<p>Proteções para estacionamento</p>', '', '', '', 'N', '', 'Y'),
(5438, 'es', 'Proteções para estacionamento', '<p>Proteções para estacionamento</p>', '', '', '', 'N', '', 'Y'),
(5438, 'pt', 'Proteções para estacionamento', '<p>Proteções para estacionamento</p>', '', '', '', 'N', '', 'Y'),
(5439, 'en', 'Rampas protetoras de cabos (Automotivos)', '<p>Rampas protetoras de cabos (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5439, 'es', 'Rampas protetoras de cabos (Automotivos)', '<p>Rampas protetoras de cabos (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5439, 'pt', 'Rampas protetoras de cabos (Automotivos)', '<p>Rampas protetoras de cabos (Automotivos)</p>', '', '', '', 'N', '', 'Y'),
(5440, 'en', 'Recursos para combustível de emergência', '<p>Recursos para combustível de emergência</p>', '', '', '', 'N', '', 'Y'),
(5440, 'es', 'Recursos para combustível de emergência', '<p>Recursos para combustível de emergência</p>', '', '', '', 'N', '', 'Y'),
(5440, 'pt', 'Recursos para combustível de emergência', '<p>Recursos para combustível de emergência</p>', '', '', '', 'N', '', 'Y'),
(5441, 'en', 'Sensores/ Back-up de alarmes', '<p>Sensores/ Back-up de alarmes</p>', '', '', '', 'N', '', 'Y'),
(5441, 'es', 'Sensores/ Back-up de alarmes', '<p>Sensores/ Back-up de alarmes</p>', '', '', '', 'N', '', 'Y'),
(5441, 'pt', 'Sensores/ Back-up de alarmes', '<p>Sensores/ Back-up de alarmes</p>', '', '', '', 'N', '', 'Y'),
(5442, 'en', 'Sinais de Alerta/Triângulos (Veículos)', '<p>Sinais de Alerta/Triângulos (Veículos)</p>', '', '', '', 'N', '', 'Y'),
(5442, 'es', 'Sinais de Alerta/Triângulos (Veículos)', '<p>Sinais de Alerta/Triângulos (Veículos)</p>', '', '', '', 'N', '', 'Y'),
(5442, 'pt', 'Sinais de Alerta/Triângulos (Veículos)', '<p>Sinais de Alerta/Triângulos (Veículos)</p>', '', '', '', 'N', '', 'Y'),
(5443, 'en', 'Trailer/Acessórios para Trailer', '<p>Trailer/Acessórios para Trailer</p>', '', '', '', 'N', '', 'Y'),
(5443, 'es', 'Trailer/Acessórios para Trailer', '<p>Trailer/Acessórios para Trailer</p>', '', '', '', 'N', '', 'Y'),
(5443, 'pt', 'Trailer/Acessórios para Trailer', '<p>Trailer/Acessórios para Trailer</p>', '', '', '', 'N', '', 'Y'),
(5444, 'en', 'Acoplador - Trailer (Setor Automotivo)', '<p>Acoplador - Trailer (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5444, 'es', 'Acoplador - Trailer (Setor Automotivo)', '<p>Acoplador - Trailer (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5444, 'pt', 'Acoplador - Trailer (Setor Automotivo)', '<p>Acoplador - Trailer (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5445, 'en', 'Dispositivos Niveladores (Setor Automotivo)', '<p>Dispositivos Niveladores (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5445, 'es', 'Dispositivos Niveladores (Setor Automotivo)', '<p>Dispositivos Niveladores (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5445, 'pt', 'Dispositivos Niveladores (Setor Automotivo)', '<p>Dispositivos Niveladores (Setor Automotivo)</p>', '', '', '', 'N', '', 'Y'),
(5446, 'en', 'Freios para Trailer.', '<p>Freios para Trailer.</p>', '', '', '', 'N', '', 'Y'),
(5446, 'es', 'Freios para Trailer.', '<p>Freios para Trailer.</p>', '', '', '', 'N', '', 'Y'),
(5446, 'pt', 'Freios para Trailer.', '<p>Freios para Trailer.</p>', '', '', '', 'N', '', 'Y'),
(5447, 'en', 'Hardware do trailer', '<p>Hardware do trailer</p>', '', '', '', 'N', '', 'Y'),
(5447, 'es', 'Hardware do trailer', '<p>Hardware do trailer</p>', '', '', '', 'N', '', 'Y'),
(5447, 'pt', 'Hardware do trailer', '<p>Hardware do trailer</p>', '', '', '', 'N', '', 'Y'),
(5448, 'en', 'Macacos para Trailer', '<p>Macacos para Trailer</p>', '', '', '', 'N', '', 'Y'),
(5448, 'es', 'Macacos para Trailer', '<p>Macacos para Trailer</p>', '', '', '', 'N', '', 'Y'),
(5448, 'pt', 'Macacos para Trailer', '<p>Macacos para Trailer</p>', '', '', '', 'N', '', 'Y'),
(5449, 'en', 'Outros Acessórios para Trailer/Trailer', '<p>Outros Acessórios para Trailer/Trailer</p>', '', '', '', 'N', '', 'Y'),
(5449, 'es', 'Outros Acessórios para Trailer/Trailer', '<p>Outros Acessórios para Trailer/Trailer</p>', '', '', '', 'N', '', 'Y'),
(5449, 'pt', 'Outros Acessórios para Trailer/Trailer', '<p>Outros Acessórios para Trailer/Trailer</p>', '', '', '', 'N', '', 'Y'),
(5450, 'en', 'Pacotes de Variedades para Acessórios de Trailer/Trailer', '<p>Pacotes de Variedades para Acessórios de Trailer/Trailer</p>', '', '', '', 'N', '', 'Y'),
(5450, 'es', 'Pacotes de Variedades para Acessórios de Trailer/Trailer', '<p>Pacotes de Variedades para Acessórios de Trailer/Trailer</p>', '', '', '', 'N', '', 'Y'),
(5450, 'pt', 'Pacotes de Variedades para Acessórios de Trailer/Trailer', '<p>Pacotes de Variedades para Acessórios de Trailer/Trailer</p>', '', '', '', 'N', '', 'Y'),
(5451, 'en', 'Protetores para Rolamento das Rodas', '<p>Protetores para Rolamento das Rodas</p>', '', '', '', 'N', '', 'Y'),
(5451, 'es', 'Protetores para Rolamento das Rodas', '<p>Protetores para Rolamento das Rodas</p>', '', '', '', 'N', '', 'Y'),
(5451, 'pt', 'Protetores para Rolamento das Rodas', '<p>Protetores para Rolamento das Rodas</p>', '', '', '', 'N', '', 'Y'),
(5452, 'en', 'Refletores/Iluminação do trailer', '<p>Refletores/Iluminação do trailer</p>', '', '', '', 'N', '', 'Y'),
(5452, 'es', 'Refletores/Iluminação do trailer', '<p>Refletores/Iluminação do trailer</p>', '', '', '', 'N', '', 'Y'),
(5452, 'pt', 'Refletores/Iluminação do trailer', '<p>Refletores/Iluminação do trailer</p>', '', '', '', 'N', '', 'Y'),
(5453, 'en', 'Trailers', '<p>Trailers</p>', '', '', '', 'N', '', 'Y'),
(5453, 'es', 'Trailers', '<p>Trailers</p>', '', '', '', 'N', '', 'Y'),
(5453, 'pt', 'Trailers', '<p>Trailers</p>', '', '', '', 'N', '', 'Y'),
(5454, 'en', 'Velas de ignição do veículo', '<p>Velas de ignição do veículo</p>', '', '', '', 'N', '', 'Y'),
(5454, 'es', 'Velas de ignição do veículo', '<p>Velas de ignição do veículo</p>', '', '', '', 'N', '', 'Y'),
(5454, 'pt', 'Velas de ignição do veículo', '<p>Velas de ignição do veículo</p>', '', '', '', 'N', '', 'Y'),
(5455, 'en', 'Injetores de combustível', '<p>Injetores de combustível</p>', '', '', '', 'N', '', 'Y'),
(5455, 'es', 'Injetores de combustível', '<p>Injetores de combustível</p>', '', '', '', 'N', '', 'Y'),
(5455, 'pt', 'Injetores de combustível', '<p>Injetores de combustível</p>', '', '', '', 'N', '', 'Y'),
(5456, 'en', 'Outras Velas de Ignição', '<p>Outras Velas de Ignição</p>', '', '', '', 'N', '', 'Y'),
(5456, 'es', 'Outras Velas de Ignição', '<p>Outras Velas de Ignição</p>', '', '', '', 'N', '', 'Y'),
(5456, 'pt', 'Outras Velas de Ignição', '<p>Outras Velas de Ignição</p>', '', '', '', 'N', '', 'Y'),
(5457, 'en', 'Pacotes de Variedades de Velas de Incandescência', '<p>Pacotes de Variedades de Velas de Incandescência</p>', '', '', '', 'N', '', 'Y'),
(5457, 'es', 'Pacotes de Variedades de Velas de Incandescência', '<p>Pacotes de Variedades de Velas de Incandescência</p>', '', '', '', 'N', '', 'Y'),
(5457, 'pt', 'Pacotes de Variedades de Velas de Incandescência', '<p>Pacotes de Variedades de Velas de Incandescência</p>', '', '', '', 'N', '', 'Y'),
(5458, 'en', 'Pacotes de Variedades para Velas de Ignição', '<p>Pacotes de Variedades para Velas de Ignição</p>', '', '', '', 'N', '', 'Y'),
(5458, 'es', 'Pacotes de Variedades para Velas de Ignição', '<p>Pacotes de Variedades para Velas de Ignição</p>', '', '', '', 'N', '', 'Y'),
(5458, 'pt', 'Pacotes de Variedades para Velas de Ignição', '<p>Pacotes de Variedades para Velas de Ignição</p>', '', '', '', 'N', '', 'Y'),
(5459, 'en', 'Vela de incandescência', '<p>Vela de incandescência</p>', '', '', '', 'N', '', 'Y'),
(5459, 'es', 'Vela de incandescência', '<p>Vela de incandescência</p>', '', '', '', 'N', '', 'Y'),
(5459, 'pt', 'Vela de incandescência', '<p>Vela de incandescência</p>', '', '', '', 'N', '', 'Y'),
(5460, 'en', 'Velas de ignição/ Injetores', '<p>Velas de ignição/ Injetores</p>', '', '', '', 'N', '', 'Y'),
(5460, 'es', 'Velas de ignição/ Injetores', '<p>Velas de ignição/ Injetores</p>', '', '', '', 'N', '', 'Y'),
(5460, 'pt', 'Velas de ignição/ Injetores', '<p>Velas de ignição/ Injetores</p>', '', '', '', 'N', '', 'Y'),
(5461, 'en', 'Aeronave', '<p>Aeronave</p>', '', '', '', 'N', '', 'Y'),
(5461, 'es', 'Aeronave', '<p>Aeronave</p>', '', '', '', 'N', '', 'Y'),
(5461, 'pt', 'Aeronave', '<p>Aeronave</p>', '', '', '', 'N', '', 'Y'),
(5462, 'en', 'Aeronave', '<p>Aeronave</p>', '', '', '', 'N', '', 'Y'),
(5462, 'es', 'Aeronave', '<p>Aeronave</p>', '', '', '', 'N', '', 'Y'),
(5462, 'pt', 'Aeronave', '<p>Aeronave</p>', '', '', '', 'N', '', 'Y'),
(5463, 'en', 'Carros e Motocicletas', '<p>Carros e Motocicletas</p>', '', '', '', 'N', '', 'Y'),
(5463, 'es', 'Carros e Motocicletas', '<p>Carros e Motocicletas</p>', '', '', '', 'N', '', 'Y'),
(5463, 'pt', 'Carros e Motocicletas', '<p>Carros e Motocicletas</p>', '', '', '', 'N', '', 'Y'),
(5464, 'en', 'Automóveis', '<p>Automóveis</p>', '', '', '', 'N', '', 'Y'),
(5464, 'es', 'Automóveis', '<p>Automóveis</p>', '', '', '', 'N', '', 'Y'),
(5464, 'pt', 'Automóveis', '<p>Automóveis</p>', '', '', '', 'N', '', 'Y'),
(5465, 'en', 'Drive Type', '<p>Drive Type</p>', '', '', '', 'N', '', 'Y'),
(5465, 'es', 'Drive Type', '<p>Drive Type</p>', '', '', '', 'N', '', 'Y'),
(5465, 'pt', 'Drive Type', '<p>Drive Type</p>', '', '', '', 'N', '', 'Y'),
(5466, 'en', 'Maximum Number of Passengers', '<p>Maximum Number of Passengers</p>', '', '', '', 'N', '', 'Y'),
(5466, 'es', 'Maximum Number of Passengers', '<p>Maximum Number of Passengers</p>', '', '', '', 'N', '', 'Y'),
(5466, 'pt', 'Maximum Number of Passengers', '<p>Maximum Number of Passengers</p>', '', '', '', 'N', '', 'Y'),
(5467, 'en', 'Type of Automotive Transmission', '<p>Type of Automotive Transmission</p>', '', '', '', 'N', '', 'Y'),
(5467, 'es', 'Type of Automotive Transmission', '<p>Type of Automotive Transmission</p>', '', '', '', 'N', '', 'Y'),
(5467, 'pt', 'Type of Automotive Transmission', '<p>Type of Automotive Transmission</p>', '', '', '', 'N', '', 'Y'),
(5468, 'en', 'Type of Energy', '<p>Type of Energy</p>', '', '', '', 'N', '', 'Y'),
(5468, 'es', 'Type of Energy', '<p>Type of Energy</p>', '', '', '', 'N', '', 'Y'),
(5468, 'pt', 'Type of Energy', '<p>Type of Energy</p>', '', '', '', 'N', '', 'Y'),
(5469, 'en', 'Type of Vehicle', '<p>Type of Vehicle</p>', '', '', '', 'N', '', 'Y'),
(5469, 'es', 'Type of Vehicle', '<p>Type of Vehicle</p>', '', '', '', 'N', '', 'Y'),
(5469, 'pt', 'Type of Vehicle', '<p>Type of Vehicle</p>', '', '', '', 'N', '', 'Y'),
(5470, 'en', 'Motocicletas', '<p>Motocicletas</p>', '', '', '', 'N', '', 'Y'),
(5470, 'es', 'Motocicletas', '<p>Motocicletas</p>', '', '', '', 'N', '', 'Y'),
(5470, 'pt', 'Motocicletas', '<p>Motocicletas</p>', '', '', '', 'N', '', 'Y'),
(5471, 'en', 'Motocicletas (UTVs)/ Veículos Off-Road Recreativos(ROVs)', '<p>Motocicletas (UTVs)/ Veículos Off-Road Recreativos(ROVs)</p>', '', '', '', 'N', '', 'Y'),
(5471, 'es', 'Motocicletas (UTVs)/ Veículos Off-Road Recreativos(ROVs)', '<p>Motocicletas (UTVs)/ Veículos Off-Road Recreativos(ROVs)</p>', '', '', '', 'N', '', 'Y'),
(5471, 'pt', 'Motocicletas (UTVs)/ Veículos Off-Road Recreativos(ROVs)', '<p>Motocicletas (UTVs)/ Veículos Off-Road Recreativos(ROVs)</p>', '', '', '', 'N', '', 'Y'),
(5472, 'en', 'Motocicletas/Quadriciclos', '<p>Motocicletas/Quadriciclos</p>', '', '', '', 'N', '', 'Y'),
(5472, 'es', 'Motocicletas/Quadriciclos', '<p>Motocicletas/Quadriciclos</p>', '', '', '', 'N', '', 'Y'),
(5472, 'pt', 'Motocicletas/Quadriciclos', '<p>Motocicletas/Quadriciclos</p>', '', '', '', 'N', '', 'Y'),
(5473, 'en', 'Motocicletass (ATVs)', '<p>Motocicletass (ATVs)</p>', '', '', '', 'N', '', 'Y'),
(5473, 'es', 'Motocicletass (ATVs)', '<p>Motocicletass (ATVs)</p>', '', '', '', 'N', '', 'Y'),
(5473, 'pt', 'Motocicletass (ATVs)', '<p>Motocicletass (ATVs)</p>', '', '', '', 'N', '', 'Y'),
(5474, 'en', 'Veículos Especiais', '<p>Veículos Especiais</p>', '', '', '', 'N', '', 'Y'),
(5474, 'es', 'Veículos Especiais', '<p>Veículos Especiais</p>', '', '', '', 'N', '', 'Y'),
(5474, 'pt', 'Veículos Especiais', '<p>Veículos Especiais</p>', '', '', '', 'N', '', 'Y'),
(5475, 'en', 'Veículos Especiais', '<p>Veículos Especiais</p>', '', '', '', 'N', '', 'Y'),
(5475, 'es', 'Veículos Especiais', '<p>Veículos Especiais</p>', '', '', '', 'N', '', 'Y'),
(5475, 'pt', 'Veículos Especiais', '<p>Veículos Especiais</p>', '', '', '', 'N', '', 'Y'),
(5476, 'en', 'Vestuário', '<p>Vestuário</p>', '', '', '', 'N', '', 'Y'),
(5476, 'es', 'Vestuário', '<p>Vestuário</p>', '', '', '', 'N', '', 'Y'),
(5476, 'pt', 'Vestuário', '<p>Vestuário</p>', '', '', '', 'N', '', 'Y'),
(5477, 'en', 'Roupa de dormir', '<p>Roupa de dormir</p>', '', '', '', 'N', '', 'Y'),
(5477, 'es', 'Roupa de dormir', '<p>Roupa de dormir</p>', '', '', '', 'N', '', 'Y'),
(5477, 'pt', 'Roupa de dormir', '<p>Roupa de dormir</p>', '', '', '', 'N', '', 'Y'),
(5478, 'en', 'Calças/shorts de dormir', '<p>Calças/shorts de dormir</p>', '', '', '', 'N', '', 'Y'),
(5478, 'es', 'Calças/shorts de dormir', '<p>Calças/shorts de dormir</p>', '', '', '', 'N', '', 'Y'),
(5478, 'pt', 'Calças/shorts de dormir', '<p>Calças/shorts de dormir</p>', '', '', '', 'N', '', 'Y'),
(5479, 'en', 'Camisolas', '<p>Camisolas</p>', '', '', '', 'N', '', 'Y'),
(5479, 'es', 'Camisolas', '<p>Camisolas</p>', '', '', '', 'N', '', 'Y'),
(5479, 'pt', 'Camisolas', '<p>Camisolas</p>', '', '', '', 'N', '', 'Y'),
(5480, 'en', 'Pacotes de variedades de roupas de dormir', '<p>Pacotes de variedades de roupas de dormir</p>', '', '', '', 'N', '', 'Y'),
(5480, 'es', 'Pacotes de variedades de roupas de dormir', '<p>Pacotes de variedades de roupas de dormir</p>', '', '', '', 'N', '', 'Y'),
(5480, 'pt', 'Pacotes de variedades de roupas de dormir', '<p>Pacotes de variedades de roupas de dormir</p>', '', '', '', 'N', '', 'Y'),
(5481, 'en', 'Roupões', '<p>Roupões</p>', '', '', '', 'N', '', 'Y'),
(5481, 'es', 'Roupões', '<p>Roupões</p>', '', '', '', 'N', '', 'Y'),
(5481, 'pt', 'Roupões', '<p>Roupões</p>', '', '', '', 'N', '', 'Y'),
(5482, 'en', 'Touca de dormir', '<p>Touca de dormir</p>', '', '', '', 'N', '', 'Y'),
(5482, 'es', 'Touca de dormir', '<p>Touca de dormir</p>', '', '', '', 'N', '', 'Y'),
(5482, 'pt', 'Touca de dormir', '<p>Touca de dormir</p>', '', '', '', 'N', '', 'Y'),
(5483, 'en', 'Roupa esportiva', '<p>Roupa esportiva</p>', '', '', '', 'N', '', 'Y'),
(5483, 'es', 'Roupa esportiva', '<p>Roupa esportiva</p>', '', '', '', 'N', '', 'Y'),
(5483, 'pt', 'Roupa esportiva', '<p>Roupa esportiva</p>', '', '', '', 'N', '', 'Y'),
(5484, 'en', 'Pacotes de variedades de roupas esportivas', '<p>Pacotes de variedades de roupas esportivas</p>', '', '', '', 'N', '', 'Y'),
(5484, 'es', 'Pacotes de variedades de roupas esportivas', '<p>Pacotes de variedades de roupas esportivas</p>', '', '', '', 'N', '', 'Y'),
(5484, 'pt', 'Pacotes de variedades de roupas esportivas', '<p>Pacotes de variedades de roupas esportivas</p>', '', '', '', 'N', '', 'Y'),
(5485, 'en', 'Peças esportivas – Emblemas/fivelas', '<p>Peças esportivas – Emblemas/fivelas</p>', '', '', '', 'N', '', 'Y'),
(5485, 'es', 'Peças esportivas – Emblemas/fivelas', '<p>Peças esportivas – Emblemas/fivelas</p>', '', '', '', 'N', '', 'Y'),
(5485, 'pt', 'Peças esportivas – Emblemas/fivelas', '<p>Peças esportivas – Emblemas/fivelas</p>', '', '', '', 'N', '', 'Y'),
(5486, 'en', 'Roupa esportiva – Parte inferior do corpo', '<p>Roupa esportiva – Parte inferior do corpo</p>', '', '', '', 'N', '', 'Y'),
(5486, 'es', 'Roupa esportiva – Parte inferior do corpo', '<p>Roupa esportiva – Parte inferior do corpo</p>', '', '', '', 'N', '', 'Y'),
(5486, 'pt', 'Roupa esportiva – Parte inferior do corpo', '<p>Roupa esportiva – Parte inferior do corpo</p>', '', '', '', 'N', '', 'Y'),
(5487, 'en', 'Roupa esportiva – Parte superior do corpo', '<p>Roupa esportiva – Parte superior do corpo</p>', '', '', '', 'N', '', 'Y'),
(5487, 'es', 'Roupa esportiva – Parte superior do corpo', '<p>Roupa esportiva – Parte superior do corpo</p>', '', '', '', 'N', '', 'Y'),
(5487, 'pt', 'Roupa esportiva – Parte superior do corpo', '<p>Roupa esportiva – Parte superior do corpo</p>', '', '', '', 'N', '', 'Y'),
(5488, 'en', 'Roupas esportivas - Cintos', '<p>Roupas esportivas - Cintos</p>', '', '', '', 'N', '', 'Y'),
(5488, 'es', 'Roupas esportivas - Cintos', '<p>Roupas esportivas - Cintos</p>', '', '', '', 'N', '', 'Y'),
(5488, 'pt', 'Roupas esportivas - Cintos', '<p>Roupas esportivas - Cintos</p>', '', '', '', 'N', '', 'Y'),
(5489, 'en', 'Roupas esportivas - Luvas', '<p>Roupas esportivas - Luvas</p>', '', '', '', 'N', '', 'Y'),
(5489, 'es', 'Roupas esportivas - Luvas', '<p>Roupas esportivas - Luvas</p>', '', '', '', 'N', '', 'Y'),
(5489, 'pt', 'Roupas esportivas - Luvas', '<p>Roupas esportivas - Luvas</p>', '', '', '', 'N', '', 'Y'),
(5490, 'en', 'Roupas esportivas - Meias', '<p>Roupas esportivas - Meias</p>', '', '', '', 'N', '', 'Y'),
(5490, 'es', 'Roupas esportivas - Meias', '<p>Roupas esportivas - Meias</p>', '', '', '', 'N', '', 'Y'),
(5490, 'pt', 'Roupas esportivas - Meias', '<p>Roupas esportivas - Meias</p>', '', '', '', 'N', '', 'Y'),
(5491, 'en', 'Roupas esportivas - Outros', '<p>Roupas esportivas - Outros</p>', '', '', '', 'N', '', 'Y'),
(5491, 'es', 'Roupas esportivas - Outros', '<p>Roupas esportivas - Outros</p>', '', '', '', 'N', '', 'Y'),
(5491, 'pt', 'Roupas esportivas - Outros', '<p>Roupas esportivas - Outros</p>', '', '', '', 'N', '', 'Y'),
(5492, 'en', 'Roupas esportivas - Peças para cabeça', '<p>Roupas esportivas - Peças para cabeça</p>', '', '', '', 'N', '', 'Y'),
(5492, 'es', 'Roupas esportivas - Peças para cabeça', '<p>Roupas esportivas - Peças para cabeça</p>', '', '', '', 'N', '', 'Y'),
(5492, 'pt', 'Roupas esportivas - Peças para cabeça', '<p>Roupas esportivas - Peças para cabeça</p>', '', '', '', 'N', '', 'Y'),
(5493, 'en', 'Roupas esportivas – Peças para o pescoço', '<p>Roupas esportivas – Peças para o pescoço</p>', '', '', '', 'N', '', 'Y'),
(5493, 'es', 'Roupas esportivas – Peças para o pescoço', '<p>Roupas esportivas – Peças para o pescoço</p>', '', '', '', 'N', '', 'Y'),
(5493, 'pt', 'Roupas esportivas – Peças para o pescoço', '<p>Roupas esportivas – Peças para o pescoço</p>', '', '', '', 'N', '', 'Y'),
(5494, 'en', 'Roupas esportivas - Roupa de corpo inteiro', '<p>Roupas esportivas - Roupa de corpo inteiro</p>', '', '', '', 'N', '', 'Y'),
(5494, 'es', 'Roupas esportivas - Roupa de corpo inteiro', '<p>Roupas esportivas - Roupa de corpo inteiro</p>', '', '', '', 'N', '', 'Y'),
(5494, 'pt', 'Roupas esportivas - Roupa de corpo inteiro', '<p>Roupas esportivas - Roupa de corpo inteiro</p>', '', '', '', 'N', '', 'Y'),
(5495, 'en', 'Roupas de banho', '<p>Roupas de banho</p>', '', '', '', 'N', '', 'Y'),
(5495, 'es', 'Roupas de banho', '<p>Roupas de banho</p>', '', '', '', 'N', '', 'Y'),
(5495, 'pt', 'Roupas de banho', '<p>Roupas de banho</p>', '', '', '', 'N', '', 'Y'),
(5496, 'en', 'Biquini', '<p>Biquini</p>', '', '', '', 'N', '', 'Y'),
(5496, 'es', 'Biquini', '<p>Biquini</p>', '', '', '', 'N', '', 'Y'),
(5496, 'pt', 'Biquini', '<p>Biquini</p>', '', '', '', 'N', '', 'Y'),
(5497, 'en', 'Biquini - parte superior (Top) ', '<p>Biquini - parte superior (Top) </p>', '', '', '', 'N', '', 'Y'),
(5497, 'es', 'Biquini - parte superior (Top) ', '<p>Biquini - parte superior (Top) </p>', '', '', '', 'N', '', 'Y'),
(5497, 'pt', 'Biquini - parte superior (Top) ', '<p>Biquini - parte superior (Top) </p>', '', '', '', 'N', '', 'Y'),
(5498, 'en', 'Maiô', '<p>Maiô</p>', '', '', '', 'N', '', 'Y'),
(5498, 'es', 'Maiô', '<p>Maiô</p>', '', '', '', 'N', '', 'Y'),
(5498, 'pt', 'Maiô', '<p>Maiô</p>', '', '', '', 'N', '', 'Y'),
(5499, 'en', 'Roupas de banho - outros', '<p>Roupas de banho - outros</p>', '', '', '', 'N', '', 'Y'),
(5499, 'es', 'Roupas de banho - outros', '<p>Roupas de banho - outros</p>', '', '', '', 'N', '', 'Y'),
(5499, 'pt', 'Roupas de banho - outros', '<p>Roupas de banho - outros</p>', '', '', '', 'N', '', 'Y'),
(5500, 'en', 'Roupas de praia/saídas de praia', '<p>Roupas de praia/saídas de praia</p>', '', '', '', 'N', '', 'Y'),
(5500, 'es', 'Roupas de praia/saídas de praia', '<p>Roupas de praia/saídas de praia</p>', '', '', '', 'N', '', 'Y'),
(5500, 'pt', 'Roupas de praia/saídas de praia', '<p>Roupas de praia/saídas de praia</p>', '', '', '', 'N', '', 'Y'),
(5501, 'en', 'Sunga', '<p>Sunga</p>', '', '', '', 'N', '', 'Y'),
(5501, 'es', 'Sunga', '<p>Sunga</p>', '', '', '', 'N', '', 'Y'),
(5501, 'pt', 'Sunga', '<p>Sunga</p>', '', '', '', 'N', '', 'Y'),
(5502, 'en', 'Roupas de proteção', '<p>Roupas de proteção</p>', '', '', '', 'N', '', 'Y'),
(5502, 'es', 'Roupas de proteção', '<p>Roupas de proteção</p>', '', '', '', 'N', '', 'Y'),
(5502, 'pt', 'Roupas de proteção', '<p>Roupas de proteção</p>', '', '', '', 'N', '', 'Y'),
(5503, 'en', 'Acessórios de proteção', '<p>Acessórios de proteção</p>', '', '', '', 'N', '', 'Y'),
(5503, 'es', 'Acessórios de proteção', '<p>Acessórios de proteção</p>', '', '', '', 'N', '', 'Y'),
(5503, 'pt', 'Acessórios de proteção', '<p>Acessórios de proteção</p>', '', '', '', 'N', '', 'Y'),
(5504, 'en', 'Arcos/Escudos de Proteção para o Rosto', '<p>Arcos/Escudos de Proteção para o Rosto</p>', '', '', '', 'N', '', 'Y'),
(5504, 'es', 'Arcos/Escudos de Proteção para o Rosto', '<p>Arcos/Escudos de Proteção para o Rosto</p>', '', '', '', 'N', '', 'Y'),
(5504, 'pt', 'Arcos/Escudos de Proteção para o Rosto', '<p>Arcos/Escudos de Proteção para o Rosto</p>', '', '', '', 'N', '', 'Y'),
(5505, 'en', 'Babadores para alimentação', '<p>Babadores para alimentação</p>', '', '', '', 'N', '', 'Y'),
(5505, 'es', 'Babadores para alimentação', '<p>Babadores para alimentação</p>', '', '', '', 'N', '', 'Y'),
(5505, 'pt', 'Babadores para alimentação', '<p>Babadores para alimentação</p>', '', '', '', 'N', '', 'Y'),
(5506, 'en', 'Capacetes - Elétricos', '<p>Capacetes - Elétricos</p>', '', '', '', 'N', '', 'Y'),
(5506, 'es', 'Capacetes - Elétricos', '<p>Capacetes - Elétricos</p>', '', '', '', 'N', '', 'Y'),
(5506, 'pt', 'Capacetes - Elétricos', '<p>Capacetes - Elétricos</p>', '', '', '', 'N', '', 'Y'),
(5507, 'en', 'Capacetes - Não Elétricos', '<p>Capacetes - Não Elétricos</p>', '', '', '', 'N', '', 'Y'),
(5507, 'es', 'Capacetes - Não Elétricos', '<p>Capacetes - Não Elétricos</p>', '', '', '', 'N', '', 'Y'),
(5507, 'pt', 'Capacetes - Não Elétricos', '<p>Capacetes - Não Elétricos</p>', '', '', '', 'N', '', 'Y'),
(5508, 'en', 'Capacetes de segurança/Tampões', '<p>Capacetes de segurança/Tampões</p>', '', '', '', 'N', '', 'Y'),
(5508, 'es', 'Capacetes de segurança/Tampões', '<p>Capacetes de segurança/Tampões</p>', '', '', '', 'N', '', 'Y'),
(5508, 'pt', 'Capacetes de segurança/Tampões', '<p>Capacetes de segurança/Tampões</p>', '', '', '', 'N', '', 'Y'),
(5509, 'en', 'Joelheiras de proteção', '<p>Joelheiras de proteção</p>', '', '', '', 'N', '', 'Y'),
(5509, 'es', 'Joelheiras de proteção', '<p>Joelheiras de proteção</p>', '', '', '', 'N', '', 'Y'),
(5509, 'pt', 'Joelheiras de proteção', '<p>Joelheiras de proteção</p>', '', '', '', 'N', '', 'Y'),
(5510, 'en', 'Luvas', '<p>Luvas</p>', '', '', '', 'N', '', 'Y'),
(5510, 'es', 'Luvas', '<p>Luvas</p>', '', '', '', 'N', '', 'Y'),
(5510, 'pt', 'Luvas', '<p>Luvas</p>', '', '', '', 'N', '', 'Y'),
(5511, 'en', 'Luvas de proteção', '<p>Luvas de proteção</p>', '', '', '', 'N', '', 'Y'),
(5511, 'es', 'Luvas de proteção', '<p>Luvas de proteção</p>', '', '', '', 'N', '', 'Y'),
(5511, 'pt', 'Luvas de proteção', '<p>Luvas de proteção</p>', '', '', '', 'N', '', 'Y'),
(5512, 'en', 'Óculos de Proteção', '<p>Óculos de Proteção</p>', '', '', '', 'N', '', 'Y'),
(5512, 'es', 'Óculos de Proteção', '<p>Óculos de Proteção</p>', '', '', '', 'N', '', 'Y'),
(5512, 'pt', 'Óculos de Proteção', '<p>Óculos de Proteção</p>', '', '', '', 'N', '', 'Y'),
(5513, 'en', 'Outros Aparelhos de Proteção Pessoal', '<p>Outros Aparelhos de Proteção Pessoal</p>', '', '', '', 'N', '', 'Y'),
(5513, 'es', 'Outros Aparelhos de Proteção Pessoal', '<p>Outros Aparelhos de Proteção Pessoal</p>', '', '', '', 'N', '', 'Y'),
(5513, 'pt', 'Outros Aparelhos de Proteção Pessoal', '<p>Outros Aparelhos de Proteção Pessoal</p>', '', '', '', 'N', '', 'Y'),
(5514, 'en', 'Pacotes com Variedades de Aparelhos de Proteção Pessoal', '<p>Pacotes com Variedades de Aparelhos de Proteção Pessoal</p>', '', '', '', 'N', '', 'Y'),
(5514, 'es', 'Pacotes com Variedades de Aparelhos de Proteção Pessoal', '<p>Pacotes com Variedades de Aparelhos de Proteção Pessoal</p>', '', '', '', 'N', '', 'Y'),
(5514, 'pt', 'Pacotes com Variedades de Aparelhos de Proteção Pessoal', '<p>Pacotes com Variedades de Aparelhos de Proteção Pessoal</p>', '', '', '', 'N', '', 'Y'),
(5515, 'en', 'Pacotes de variedade de roupas de proteção', '<p>Pacotes de variedade de roupas de proteção</p>', '', '', '', 'N', '', 'Y'),
(5515, 'es', 'Pacotes de variedade de roupas de proteção', '<p>Pacotes de variedade de roupas de proteção</p>', '', '', '', 'N', '', 'Y'),
(5515, 'pt', 'Pacotes de variedade de roupas de proteção', '<p>Pacotes de variedade de roupas de proteção</p>', '', '', '', 'N', '', 'Y'),
(5516, 'en', 'Peças/Acessórios de Reposição para Aparelhos de Proteção Pessoal', '<p>Peças/Acessórios de Reposição para Aparelhos de Proteção Pessoal</p>', '', '', '', 'N', '', 'Y'),
(5516, 'es', 'Peças/Acessórios de Reposição para Aparelhos de Proteção Pessoal', '<p>Peças/Acessórios de Reposição para Aparelhos de Proteção Pessoal</p>', '', '', '', 'N', '', 'Y'),
(5516, 'pt', 'Peças/Acessórios de Reposição para Aparelhos de Proteção Pessoal', '<p>Peças/Acessórios de Reposição para Aparelhos de Proteção Pessoal</p>', '', '', '', 'N', '', 'Y'),
(5517, 'en', 'Proteção Auditiva - Elétrica', '<p>Proteção Auditiva - Elétrica</p>', '', '', '', 'N', '', 'Y'),
(5517, 'es', 'Proteção Auditiva - Elétrica', '<p>Proteção Auditiva - Elétrica</p>', '', '', '', 'N', '', 'Y'),
(5517, 'pt', 'Proteção Auditiva - Elétrica', '<p>Proteção Auditiva - Elétrica</p>', '', '', '', 'N', '', 'Y'),
(5518, 'en', 'Proteção Auditiva - Não elétrica', '<p>Proteção Auditiva - Não elétrica</p>', '', '', '', 'N', '', 'Y'),
(5518, 'es', 'Proteção Auditiva - Não elétrica', '<p>Proteção Auditiva - Não elétrica</p>', '', '', '', 'N', '', 'Y'),
(5518, 'pt', 'Proteção Auditiva - Não elétrica', '<p>Proteção Auditiva - Não elétrica</p>', '', '', '', 'N', '', 'Y'),
(5519, 'en', 'Proteção Respiratória Ambiental - Elétrica', '<p>Proteção Respiratória Ambiental - Elétrica</p>', '', '', '', 'N', '', 'Y'),
(5519, 'es', 'Proteção Respiratória Ambiental - Elétrica', '<p>Proteção Respiratória Ambiental - Elétrica</p>', '', '', '', 'N', '', 'Y'),
(5519, 'pt', 'Proteção Respiratória Ambiental - Elétrica', '<p>Proteção Respiratória Ambiental - Elétrica</p>', '', '', '', 'N', '', 'Y'),
(5520, 'en', 'Proteção Respiratória Ambiental - Não elétrica', '<p>Proteção Respiratória Ambiental - Não elétrica</p>', '', '', '', 'N', '', 'Y'),
(5520, 'es', 'Proteção Respiratória Ambiental - Não elétrica', '<p>Proteção Respiratória Ambiental - Não elétrica</p>', '', '', '', 'N', '', 'Y'),
(5520, 'pt', 'Proteção Respiratória Ambiental - Não elétrica', '<p>Proteção Respiratória Ambiental - Não elétrica</p>', '', '', '', 'N', '', 'Y'),
(5521, 'en', 'Roupas de proteção de corpo inteiro', '<p>Roupas de proteção de corpo inteiro</p>', '', '', '', 'N', '', 'Y'),
(5521, 'es', 'Roupas de proteção de corpo inteiro', '<p>Roupas de proteção de corpo inteiro</p>', '', '', '', 'N', '', 'Y'),
(5521, 'pt', 'Roupas de proteção de corpo inteiro', '<p>Roupas de proteção de corpo inteiro</p>', '', '', '', 'N', '', 'Y'),
(5522, 'en', 'Roupas de proteção para a parte inferior do corpo', '<p>Roupas de proteção para a parte inferior do corpo</p>', '', '', '', 'N', '', 'Y'),
(5522, 'es', 'Roupas de proteção para a parte inferior do corpo', '<p>Roupas de proteção para a parte inferior do corpo</p>', '', '', '', 'N', '', 'Y');
INSERT INTO `partiushop_category_descriptions` (`category_id`, `lang_code`, `category`, `description`, `meta_keywords`, `meta_description`, `page_title`, `age_warning_message`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(5522, 'pt', 'Roupas de proteção para a parte inferior do corpo', '<p>Roupas de proteção para a parte inferior do corpo</p>', '', '', '', 'N', '', 'Y'),
(5523, 'en', 'Roupas de proteção para a parte superior do corpo', '<p>Roupas de proteção para a parte superior do corpo</p>', '', '', '', 'N', '', 'Y'),
(5523, 'es', 'Roupas de proteção para a parte superior do corpo', '<p>Roupas de proteção para a parte superior do corpo</p>', '', '', '', 'N', '', 'Y'),
(5523, 'pt', 'Roupas de proteção para a parte superior do corpo', '<p>Roupas de proteção para a parte superior do corpo</p>', '', '', '', 'N', '', 'Y'),
(5524, 'en', 'Roupas íntimas', '<p>Roupas íntimas</p>', '', '', '', 'N', '', 'Y'),
(5524, 'es', 'Roupas íntimas', '<p>Roupas íntimas</p>', '', '', '', 'N', '', 'Y'),
(5524, 'pt', 'Roupas íntimas', '<p>Roupas íntimas</p>', '', '', '', 'N', '', 'Y'),
(5525, 'en', 'Anáguas/Chinelos', '<p>Anáguas/Chinelos</p>', '', '', '', 'N', '', 'Y'),
(5525, 'es', 'Anáguas/Chinelos', '<p>Anáguas/Chinelos</p>', '', '', '', 'N', '', 'Y'),
(5525, 'pt', 'Anáguas/Chinelos', '<p>Anáguas/Chinelos</p>', '', '', '', 'N', '', 'Y'),
(5526, 'en', 'Calças / Cuecas', '<p>Calças / Cuecas</p>', '', '', '', 'N', '', 'Y'),
(5526, 'es', 'Calças / Cuecas', '<p>Calças / Cuecas</p>', '', '', '', 'N', '', 'Y'),
(5526, 'pt', 'Calças / Cuecas', '<p>Calças / Cuecas</p>', '', '', '', 'N', '', 'Y'),
(5527, 'en', 'Camisetas/Camisolas', '<p>Camisetas/Camisolas</p>', '', '', '', 'N', '', 'Y'),
(5527, 'es', 'Camisetas/Camisolas', '<p>Camisetas/Camisolas</p>', '', '', '', 'N', '', 'Y'),
(5527, 'pt', 'Camisetas/Camisolas', '<p>Camisetas/Camisolas</p>', '', '', '', 'N', '', 'Y'),
(5528, 'en', 'Meias', '<p>Meias</p>', '', '', '', 'N', '', 'Y'),
(5528, 'es', 'Meias', '<p>Meias</p>', '', '', '', 'N', '', 'Y'),
(5528, 'pt', 'Meias', '<p>Meias</p>', '', '', '', 'N', '', 'Y'),
(5529, 'en', 'Meias-calças / Meias 7/8', '<p>Meias-calças / Meias 7/8</p>', '', '', '', 'N', '', 'Y'),
(5529, 'es', 'Meias-calças / Meias 7/8', '<p>Meias-calças / Meias 7/8</p>', '', '', '', 'N', '', 'Y'),
(5529, 'pt', 'Meias-calças / Meias 7/8', '<p>Meias-calças / Meias 7/8</p>', '', '', '', 'N', '', 'Y'),
(5530, 'en', 'Pacotes de variedades de roupas íntimas', '<p>Pacotes de variedades de roupas íntimas</p>', '', '', '', 'N', '', 'Y'),
(5530, 'es', 'Pacotes de variedades de roupas íntimas', '<p>Pacotes de variedades de roupas íntimas</p>', '', '', '', 'N', '', 'Y'),
(5530, 'pt', 'Pacotes de variedades de roupas íntimas', '<p>Pacotes de variedades de roupas íntimas</p>', '', '', '', 'N', '', 'Y'),
(5531, 'en', 'Roupa íntima de corpo inteiro', '<p>Roupa íntima de corpo inteiro</p>', '', '', '', 'N', '', 'Y'),
(5531, 'es', 'Roupa íntima de corpo inteiro', '<p>Roupa íntima de corpo inteiro</p>', '', '', '', 'N', '', 'Y'),
(5531, 'pt', 'Roupa íntima de corpo inteiro', '<p>Roupa íntima de corpo inteiro</p>', '', '', '', 'N', '', 'Y'),
(5532, 'en', 'Suspensórios / Ligas', '<p>Suspensórios / Ligas</p>', '', '', '', 'N', '', 'Y'),
(5532, 'es', 'Suspensórios / Ligas', '<p>Suspensórios / Ligas</p>', '', '', '', 'N', '', 'Y'),
(5532, 'pt', 'Suspensórios / Ligas', '<p>Suspensórios / Ligas</p>', '', '', '', 'N', '', 'Y'),
(5533, 'en', 'Sutiãs/corsets', '<p>Sutiãs/corsets</p>', '', '', '', 'N', '', 'Y'),
(5533, 'es', 'Sutiãs/corsets', '<p>Sutiãs/corsets</p>', '', '', '', 'N', '', 'Y'),
(5533, 'pt', 'Sutiãs/corsets', '<p>Sutiãs/corsets</p>', '', '', '', 'N', '', 'Y'),
(5534, 'en', 'Vestuário', '<p>Vestuário</p>', '', '', '', 'N', '', 'Y'),
(5534, 'es', 'Vestuário', '<p>Vestuário</p>', '', '', '', 'N', '', 'Y'),
(5534, 'pt', 'Vestuário', '<p>Vestuário</p>', '', '', '', 'N', '', 'Y'),
(5535, 'en', 'Acessórios para Vestuário', '<p>Acessórios para Vestuário</p>', '', '', '', 'N', '', 'Y'),
(5535, 'es', 'Acessórios para Vestuário', '<p>Acessórios para Vestuário</p>', '', '', '', 'N', '', 'Y'),
(5535, 'pt', 'Acessórios para Vestuário', '<p>Acessórios para Vestuário</p>', '', '', '', 'N', '', 'Y'),
(5536, 'en', 'Adereços para Vestuário/ Acessórios Florais/ Emblemas / Fivelas', '<p>Adereços para Vestuário/ Acessórios Florais/ Emblemas / Fivelas</p>', '', '', '', 'N', '', 'Y'),
(5536, 'es', 'Adereços para Vestuário/ Acessórios Florais/ Emblemas / Fivelas', '<p>Adereços para Vestuário/ Acessórios Florais/ Emblemas / Fivelas</p>', '', '', '', 'N', '', 'Y'),
(5536, 'pt', 'Adereços para Vestuário/ Acessórios Florais/ Emblemas / Fivelas', '<p>Adereços para Vestuário/ Acessórios Florais/ Emblemas / Fivelas</p>', '', '', '', 'N', '', 'Y'),
(5537, 'en', 'Chapéus', '<p>Chapéus</p>', '', '', '', 'N', '', 'Y'),
(5537, 'es', 'Chapéus', '<p>Chapéus</p>', '', '', '', 'N', '', 'Y'),
(5537, 'pt', 'Chapéus', '<p>Chapéus</p>', '', '', '', 'N', '', 'Y'),
(5538, 'en', 'Cintos/Suspensórios / Cummerbunds (Faixas de cetim para Smoking)', '<p>Cintos/Suspensórios / Cummerbunds (Faixas de cetim para Smoking)</p>', '', '', '', 'N', '', 'Y'),
(5538, 'es', 'Cintos/Suspensórios / Cummerbunds (Faixas de cetim para Smoking)', '<p>Cintos/Suspensórios / Cummerbunds (Faixas de cetim para Smoking)</p>', '', '', '', 'N', '', 'Y'),
(5538, 'pt', 'Cintos/Suspensórios / Cummerbunds (Faixas de cetim para Smoking)', '<p>Cintos/Suspensórios / Cummerbunds (Faixas de cetim para Smoking)</p>', '', '', '', 'N', '', 'Y'),
(5539, 'en', 'Gravatas', '<p>Gravatas</p>', '', '', '', 'N', '', 'Y'),
(5539, 'es', 'Gravatas', '<p>Gravatas</p>', '', '', '', 'N', '', 'Y'),
(5539, 'pt', 'Gravatas', '<p>Gravatas</p>', '', '', '', 'N', '', 'Y'),
(5540, 'en', 'Lenços', '<p>Lenços</p>', '', '', '', 'N', '', 'Y'),
(5540, 'es', 'Lenços', '<p>Lenços</p>', '', '', '', 'N', '', 'Y'),
(5540, 'pt', 'Lenços', '<p>Lenços</p>', '', '', '', 'N', '', 'Y'),
(5541, 'en', 'Luvas', '<p>Luvas</p>', '', '', '', 'N', '', 'Y'),
(5541, 'es', 'Luvas', '<p>Luvas</p>', '', '', '', 'N', '', 'Y'),
(5541, 'pt', 'Luvas', '<p>Luvas</p>', '', '', '', 'N', '', 'Y'),
(5542, 'en', 'Pacotes de Variedades para Acessórios de Vestuário', '<p>Pacotes de Variedades para Acessórios de Vestuário</p>', '', '', '', 'N', '', 'Y'),
(5542, 'es', 'Pacotes de Variedades para Acessórios de Vestuário', '<p>Pacotes de Variedades para Acessórios de Vestuário</p>', '', '', '', 'N', '', 'Y'),
(5542, 'pt', 'Pacotes de Variedades para Acessórios de Vestuário', '<p>Pacotes de Variedades para Acessórios de Vestuário</p>', '', '', '', 'N', '', 'Y'),
(5543, 'en', 'Roupas/Fitas adesivas', '<p>Roupas/Fitas adesivas</p>', '', '', '', 'N', '', 'Y'),
(5543, 'es', 'Roupas/Fitas adesivas', '<p>Roupas/Fitas adesivas</p>', '', '', '', 'N', '', 'Y'),
(5543, 'pt', 'Roupas/Fitas adesivas', '<p>Roupas/Fitas adesivas</p>', '', '', '', 'N', '', 'Y'),
(5544, 'en', 'Pacotes de Variedades para Vestuário', '<p>Pacotes de Variedades para Vestuário</p>', '', '', '', 'N', '', 'Y'),
(5544, 'es', 'Pacotes de Variedades para Vestuário', '<p>Pacotes de Variedades para Vestuário</p>', '', '', '', 'N', '', 'Y'),
(5544, 'pt', 'Pacotes de Variedades para Vestuário', '<p>Pacotes de Variedades para Vestuário</p>', '', '', '', 'N', '', 'Y'),
(5545, 'en', 'Roupas para a parte debaixo do corpo/parte inferior', '<p>Roupas para a parte debaixo do corpo/parte inferior</p>', '', '', '', 'N', '', 'Y'),
(5545, 'es', 'Roupas para a parte debaixo do corpo/parte inferior', '<p>Roupas para a parte debaixo do corpo/parte inferior</p>', '', '', '', 'N', '', 'Y'),
(5545, 'pt', 'Roupas para a parte debaixo do corpo/parte inferior', '<p>Roupas para a parte debaixo do corpo/parte inferior</p>', '', '', '', 'N', '', 'Y'),
(5546, 'en', 'Calças/ Shorts', '<p>Calças/ Shorts</p>', '', '', '', 'N', '', 'Y'),
(5546, 'es', 'Calças/ Shorts', '<p>Calças/ Shorts</p>', '', '', '', 'N', '', 'Y'),
(5546, 'pt', 'Calças/ Shorts', '<p>Calças/ Shorts</p>', '', '', '', 'N', '', 'Y'),
(5547, 'en', 'Roupas para a a parte inferior do corpo/ Pacotes de Variedades para a parte debaixo', '<p>Roupas para a a parte inferior do corpo/ Pacotes de Variedades para a parte debaixo</p>', '', '', '', 'N', '', 'Y'),
(5547, 'es', 'Roupas para a a parte inferior do corpo/ Pacotes de Variedades para a parte debaixo', '<p>Roupas para a a parte inferior do corpo/ Pacotes de Variedades para a parte debaixo</p>', '', '', '', 'N', '', 'Y'),
(5547, 'pt', 'Roupas para a a parte inferior do corpo/ Pacotes de Variedades para a parte debaixo', '<p>Roupas para a a parte inferior do corpo/ Pacotes de Variedades para a parte debaixo</p>', '', '', '', 'N', '', 'Y'),
(5548, 'en', 'Saias', '<p>Saias</p>', '', '', '', 'N', '', 'Y'),
(5548, 'es', 'Saias', '<p>Saias</p>', '', '', '', 'N', '', 'Y'),
(5548, 'pt', 'Saias', '<p>Saias</p>', '', '', '', 'N', '', 'Y'),
(5549, 'en', 'Roupas para a parte superior do corpo / Tops', '<p>Roupas para a parte superior do corpo / Tops</p>', '', '', '', 'N', '', 'Y'),
(5549, 'es', 'Roupas para a parte superior do corpo / Tops', '<p>Roupas para a parte superior do corpo / Tops</p>', '', '', '', 'N', '', 'Y'),
(5549, 'pt', 'Roupas para a parte superior do corpo / Tops', '<p>Roupas para a parte superior do corpo / Tops</p>', '', '', '', 'N', '', 'Y'),
(5550, 'en', 'Camisas/Blusas/ Camisas Pólos/ Camisetas', '<p>Camisas/Blusas/ Camisas Pólos/ Camisetas</p>', '', '', '', 'N', '', 'Y'),
(5550, 'es', 'Camisas/Blusas/ Camisas Pólos/ Camisetas', '<p>Camisas/Blusas/ Camisas Pólos/ Camisetas</p>', '', '', '', 'N', '', 'Y'),
(5550, 'pt', 'Camisas/Blusas/ Camisas Pólos/ Camisetas', '<p>Camisas/Blusas/ Camisas Pólos/ Camisetas</p>', '', '', '', 'N', '', 'Y'),
(5551, 'en', 'Casacos/ Jaquetas/ Cardigans/ Coletes', '<p>Casacos/ Jaquetas/ Cardigans/ Coletes</p>', '', '', '', 'N', '', 'Y'),
(5551, 'es', 'Casacos/ Jaquetas/ Cardigans/ Coletes', '<p>Casacos/ Jaquetas/ Cardigans/ Coletes</p>', '', '', '', 'N', '', 'Y'),
(5551, 'pt', 'Casacos/ Jaquetas/ Cardigans/ Coletes', '<p>Casacos/ Jaquetas/ Cardigans/ Coletes</p>', '', '', '', 'N', '', 'Y'),
(5552, 'en', 'Roupas para a parte superior / Pacotes de Variedades para Tops', '<p>Roupas para a parte superior / Pacotes de Variedades para Tops</p>', '', '', '', 'N', '', 'Y'),
(5552, 'es', 'Roupas para a parte superior / Pacotes de Variedades para Tops', '<p>Roupas para a parte superior / Pacotes de Variedades para Tops</p>', '', '', '', 'N', '', 'Y'),
(5552, 'pt', 'Roupas para a parte superior / Pacotes de Variedades para Tops', '<p>Roupas para a parte superior / Pacotes de Variedades para Tops</p>', '', '', '', 'N', '', 'Y'),
(5553, 'en', 'Suéteres/ Pulôveres', '<p>Suéteres/ Pulôveres</p>', '', '', '', 'N', '', 'Y'),
(5553, 'es', 'Suéteres/ Pulôveres', '<p>Suéteres/ Pulôveres</p>', '', '', '', 'N', '', 'Y'),
(5553, 'pt', 'Suéteres/ Pulôveres', '<p>Suéteres/ Pulôveres</p>', '', '', '', 'N', '', 'Y'),
(5554, 'en', 'Traje completo', '<p>Traje completo</p>', '', '', '', 'N', '', 'Y'),
(5554, 'es', 'Traje completo', '<p>Traje completo</p>', '', '', '', 'N', '', 'Y'),
(5554, 'pt', 'Traje completo', '<p>Traje completo</p>', '', '', '', 'N', '', 'Y'),
(5555, 'en', 'Macacões/ Bodies', '<p>Macacões/ Bodies</p>', '', '', '', 'N', '', 'Y'),
(5555, 'es', 'Macacões/ Bodies', '<p>Macacões/ Bodies</p>', '', '', '', 'N', '', 'Y'),
(5555, 'pt', 'Macacões/ Bodies', '<p>Macacões/ Bodies</p>', '', '', '', 'N', '', 'Y'),
(5556, 'en', 'Pacotes de Variedades para Trajes Completos', '<p>Pacotes de Variedades para Trajes Completos</p>', '', '', '', 'N', '', 'Y'),
(5556, 'es', 'Pacotes de Variedades para Trajes Completos', '<p>Pacotes de Variedades para Trajes Completos</p>', '', '', '', 'N', '', 'Y'),
(5556, 'pt', 'Pacotes de Variedades para Trajes Completos', '<p>Pacotes de Variedades para Trajes Completos</p>', '', '', '', 'N', '', 'Y'),
(5557, 'en', 'Vestidos', '<p>Vestidos</p>', '', '', '', 'N', '', 'Y'),
(5557, 'es', 'Vestidos', '<p>Vestidos</p>', '', '', '', 'N', '', 'Y'),
(5557, 'pt', 'Vestidos', '<p>Vestidos</p>', '', '', '', 'N', '', 'Y');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_category_vendor_product_count`
--

CREATE TABLE `partiushop_category_vendor_product_count` (
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `category_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `product_count` mediumint(8) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_category_vendor_product_count`
--

INSERT INTO `partiushop_category_vendor_product_count` (`company_id`, `category_id`, `product_count`) VALUES
(0, 264, 1),
(0, 283, 1),
(4, 283, 12);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_common_descriptions`
--

CREATE TABLE `partiushop_common_descriptions` (
  `object_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `object_type` varchar(32) NOT NULL DEFAULT '',
  `description` mediumtext DEFAULT NULL,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `object` varchar(128) NOT NULL DEFAULT '',
  `object_holder` varchar(32) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_common_descriptions`
--

INSERT INTO `partiushop_common_descriptions` (`object_id`, `object_type`, `description`, `lang_code`, `object`, `object_holder`) VALUES
(0, '', 'ООО \"Симбирские технологии\"', 'ru', '', 'Admin_logo'),
(0, '', 'ООО \"Симбирские технологии\"', 'ru', '', 'Customer_logo'),
(0, '', 'ООО \"Симбирские технологии\"', 'ru', '', 'Gift_certificate_logo'),
(0, '', 'ООО \"Симбирские технологии\"', 'ru', '', 'Mail_logo'),
(0, '', 'ООО \"Симбирские технологии\"', 'ru', '', 'Signin_logo'),
(1, '', '', 'da', 'Company news and unique discounts for subscribers', 'mailing_lists'),
(1, '', 'Tilføj ny', 'da', '', 'quick_menu'),
(1, '', 'View cart', 'da', 'View cart', 'sitemap_links'),
(1, '', '', 'de', 'Company news and unique discounts for subscribers', 'mailing_lists'),
(1, '', 'Add new', 'de', '', 'quick_menu'),
(1, '', 'Warenkorb anschauen', 'de', 'Warenkorb', 'sitemap_links'),
(1, '', '', 'el', 'Λίστα Ενημέρωσης', 'mailing_lists'),
(1, '', 'Προσθήκη νέου', 'el', '', 'quick_menu'),
(1, '', 'Προβολή καλαθιού', 'el', 'View cart', 'sitemap_links'),
(1, '', '', 'en', 'Company news and unique discounts for subscribers', 'mailing_lists'),
(1, '', 'Add new', 'en', '', 'quick_menu'),
(1, '', 'View cart', 'en', 'View cart', 'sitemap_links'),
(1, '', '', 'es', 'Company news and unique discounts for subscribers', 'mailing_lists'),
(1, '', 'Add new', 'es', '', 'quick_menu'),
(1, '', 'View cart', 'es', 'Ver Carrito de la compra', 'sitemap_links'),
(1, '', '', 'fr', 'Company news and unique discounts for subscribers', 'mailing_lists'),
(1, '', 'Add new', 'fr', '', 'quick_menu'),
(1, '', 'View cart', 'fr', 'View cart', 'sitemap_links'),
(1, '', '', 'it', 'Company news and unique discounts for subscribers', 'mailing_lists'),
(1, '', 'Add new', 'it', '', 'quick_menu'),
(1, '', 'View cart', 'it', 'Carrello', 'sitemap_links'),
(1, '', '', 'nl', 'Company news and unique discounts for subscribers', 'mailing_lists'),
(1, '', 'Add new', 'nl', '', 'quick_menu'),
(1, '', 'View cart', 'nl', 'View cart', 'sitemap_links'),
(1, '', '', 'no', 'Company news and unique discounts for subscribers', 'mailing_lists'),
(1, '', 'Add new', 'no', '', 'quick_menu'),
(1, '', 'View cart', 'no', 'View cart', 'sitemap_links'),
(1, '', '', 'pt', 'Company news and unique discounts for subscribers', 'mailing_lists'),
(1, '', 'Add new', 'pt', '', 'quick_menu'),
(1, '', 'View cart', 'pt', 'Ver Carrinho', 'sitemap_links'),
(1, '', '', 'ro', 'Company news and unique discounts for subscribers', 'mailing_lists'),
(1, '', 'Adaugă una nouă', 'ro', '', 'quick_menu'),
(1, '', 'View cart', 'ro', 'Vizualizare coș', 'sitemap_links'),
(1, '', '', 'ru', 'Новости компании и уникальные скидки для подписчиков', 'mailing_lists'),
(1, '', 'Добавить', 'ru', '', 'quick_menu'),
(1, '', 'Просмотреть корзину', 'ru', 'Корзина', 'sitemap_links'),
(2, '', 'Vis order', 'da', '', 'quick_menu'),
(2, '', 'Wish List', 'da', 'Wish List', 'sitemap_links'),
(2, '', '', 'da', 'Min konto', 'sitemap_sections'),
(2, '', 'View orders', 'de', '', 'quick_menu'),
(2, '', 'Wunschliste', 'de', 'Wunschliste', 'sitemap_links'),
(2, '', '', 'de', 'Meine Daten', 'sitemap_sections'),
(2, '', 'Προβολή παραγγελιών', 'el', '', 'quick_menu'),
(2, '', 'Λίστα επιθυμιών', 'el', 'Wish List', 'sitemap_links'),
(2, '', '', 'el', 'Ο λογαριασσμός μου', 'sitemap_sections'),
(2, '', 'View orders', 'en', '', 'quick_menu'),
(2, '', 'Wish List', 'en', 'Wish List', 'sitemap_links'),
(2, '', '', 'en', 'My account', 'sitemap_sections'),
(2, '', 'View orders', 'es', '', 'quick_menu'),
(2, '', 'Wish List', 'es', 'Lista de la compra', 'sitemap_links'),
(2, '', '', 'es', 'Mi Cuenta', 'sitemap_sections'),
(2, '', 'View orders', 'fr', '', 'quick_menu'),
(2, '', 'Wish List', 'fr', 'Wish List', 'sitemap_links'),
(2, '', '', 'fr', 'My account', 'sitemap_sections'),
(2, '', 'View orders', 'it', '', 'quick_menu'),
(2, '', 'Wish List', 'it', 'Lista dei desideri', 'sitemap_links'),
(2, '', '', 'it', 'My account', 'sitemap_sections'),
(2, '', 'View orders', 'nl', '', 'quick_menu'),
(2, '', 'Wish List', 'nl', 'Wish List', 'sitemap_links'),
(2, '', '', 'nl', 'My account', 'sitemap_sections'),
(2, '', 'View orders', 'no', '', 'quick_menu'),
(2, '', 'Wish List', 'no', 'Wish List', 'sitemap_links'),
(2, '', '', 'no', 'My account', 'sitemap_sections'),
(2, '', 'View orders', 'pt', '', 'quick_menu'),
(2, '', 'Wish List', 'pt', 'Favoritos', 'sitemap_links'),
(2, '', '', 'pt', 'Minha Conta', 'sitemap_sections'),
(2, '', 'Vizualizare comenzi', 'ro', '', 'quick_menu'),
(2, '', 'Wish List', 'ro', 'Lista de preferințe', 'sitemap_links'),
(2, '', '', 'ro', 'Contul meu', 'sitemap_sections'),
(2, '', 'Просмотреть заказы', 'ru', '', 'quick_menu'),
(2, '', 'Избранное', 'ru', 'Избранное', 'sitemap_links'),
(2, '', '', 'ru', 'Мой профиль', 'sitemap_sections'),
(3, '', 'Checkout', 'da', 'Checkout', 'sitemap_links'),
(3, '', 'Kasse', 'de', 'Kasse', 'sitemap_links'),
(3, '', 'Ταμείο', 'el', 'Checkout', 'sitemap_links'),
(3, '', 'Checkout', 'en', 'Checkout', 'sitemap_links'),
(3, '', 'Checkout', 'es', 'Comprobar pedido', 'sitemap_links'),
(3, '', 'Checkout', 'fr', 'Checkout', 'sitemap_links'),
(3, '', 'Checkout', 'it', 'Cassa', 'sitemap_links'),
(3, '', 'Checkout', 'nl', 'Checkout', 'sitemap_links'),
(3, '', 'Checkout', 'no', 'Checkout', 'sitemap_links'),
(3, '', 'Checkout', 'pt', 'Checkout', 'sitemap_links'),
(3, '', 'Checkout', 'ro', 'Procesare', 'sitemap_links'),
(3, '', 'Оформление заказа', 'ru', 'Оформление заказа', 'sitemap_links'),
(4, '', 'Edit profile', 'da', 'Edit profile', 'sitemap_links'),
(4, '', 'Profil bearbeiten', 'de', 'Profil bearbeiten', 'sitemap_links'),
(4, '', 'Επεξεργασία προφίλ', 'el', 'Edit profile', 'sitemap_links'),
(4, '', 'Edit profile', 'en', 'Edit profile', 'sitemap_links'),
(4, '', 'Edit profile', 'es', 'Editar Perfil', 'sitemap_links'),
(4, '', 'Edit profile', 'fr', 'Edit profile', 'sitemap_links'),
(4, '', 'Edit profile', 'it', 'Modifica profilo', 'sitemap_links'),
(4, '', 'Edit profile', 'nl', 'Edit profile', 'sitemap_links'),
(4, '', 'Edit profile', 'no', 'Edit profile', 'sitemap_links'),
(4, '', 'Edit profile', 'pt', 'Editar Cadastro', 'sitemap_links'),
(4, '', 'Edit profile', 'ro', 'Editare profil', 'sitemap_links'),
(4, '', 'Редактировать профиль', 'ru', 'Редактировать профиль', 'sitemap_links'),
(6, '', 'Produkt', 'da', '', 'quick_menu'),
(6, '', 'Product', 'de', '', 'quick_menu'),
(6, '', 'Προϊόν ', 'el', '', 'quick_menu'),
(6, '', 'Product', 'en', '', 'quick_menu'),
(6, '', 'Product', 'es', '', 'quick_menu'),
(6, '', 'Product', 'fr', '', 'quick_menu'),
(6, '', 'Product', 'it', '', 'quick_menu'),
(6, '', 'Product', 'nl', '', 'quick_menu'),
(6, '', 'Product', 'no', '', 'quick_menu'),
(6, '', 'Product', 'pt', '', 'quick_menu'),
(6, '', 'Produs', 'ro', '', 'quick_menu'),
(6, '', 'Товар', 'ru', '', 'quick_menu'),
(7, '', 'Kategori', 'da', '', 'quick_menu'),
(7, '', 'Category', 'de', '', 'quick_menu'),
(7, '', 'Κατηγορία ', 'el', '', 'quick_menu'),
(7, '', 'Category', 'en', '', 'quick_menu'),
(7, '', 'Category', 'es', '', 'quick_menu'),
(7, '', 'Category', 'fr', '', 'quick_menu'),
(7, '', 'Category', 'it', '', 'quick_menu'),
(7, '', 'Category', 'nl', '', 'quick_menu'),
(7, '', 'Category', 'no', '', 'quick_menu'),
(7, '', 'Category', 'pt', '', 'quick_menu'),
(7, '', 'Categorie', 'ro', '', 'quick_menu'),
(7, '', 'Категорию', 'ru', '', 'quick_menu'),
(8, '', 'Ordre', 'da', '', 'quick_menu'),
(8, '', 'Order', 'de', '', 'quick_menu'),
(8, '', 'Παραγγελία', 'el', '', 'quick_menu'),
(8, '', 'Order', 'en', '', 'quick_menu'),
(8, '', 'Order', 'es', '', 'quick_menu'),
(8, '', 'Order', 'fr', '', 'quick_menu'),
(8, '', 'Order', 'it', '', 'quick_menu'),
(8, '', 'Order', 'nl', '', 'quick_menu'),
(8, '', 'Order', 'no', '', 'quick_menu'),
(8, '', 'Order', 'pt', '', 'quick_menu'),
(8, '', 'Comandă', 'ro', '', 'quick_menu'),
(8, '', 'Заказ', 'ru', '', 'quick_menu'),
(9, '', 'Side', 'da', '', 'quick_menu'),
(9, '', 'Page', 'de', '', 'quick_menu'),
(9, '', 'Σελίδα', 'el', '', 'quick_menu'),
(9, '', 'Page', 'en', '', 'quick_menu'),
(9, '', 'Page', 'es', '', 'quick_menu'),
(9, '', 'Page', 'fr', '', 'quick_menu'),
(9, '', 'Page', 'it', '', 'quick_menu'),
(9, '', 'Page', 'nl', '', 'quick_menu'),
(9, '', 'Page', 'no', '', 'quick_menu'),
(9, '', 'Page', 'pt', '', 'quick_menu'),
(9, '', 'Pagină', 'ro', '', 'quick_menu'),
(9, '', 'Страницу', 'ru', '', 'quick_menu'),
(10, '', 'Kunder', 'da', '', 'quick_menu'),
(10, '', 'Customer', 'de', '', 'quick_menu'),
(10, '', 'Πελάτης', 'el', '', 'quick_menu'),
(10, '', 'Customer', 'en', '', 'quick_menu'),
(10, '', 'Customer', 'es', '', 'quick_menu'),
(10, '', 'Customer', 'fr', '', 'quick_menu'),
(10, '', 'Customer', 'it', '', 'quick_menu'),
(10, '', 'Customer', 'nl', '', 'quick_menu'),
(10, '', 'Customer', 'no', '', 'quick_menu'),
(10, '', 'Customer', 'pt', '', 'quick_menu'),
(10, '', 'Client', 'ro', '', 'quick_menu'),
(10, '', 'Покупателя', 'ru', '', 'quick_menu'),
(11, '', 'Fourth affiliate plan description.', 'da', 'Test plan', 'affiliate_plans'),
(11, '', 'promovering', 'da', '', 'quick_menu'),
(11, '', 'Fourth affiliate plan description.', 'de', 'Test plan', 'affiliate_plans'),
(11, '', 'Promotion', 'de', '', 'quick_menu'),
(11, '', 'Περιγραφή Τέταρτου πλάνο συνεργατών.', 'el', 'Δοκιμαστικό πλάνο', 'affiliate_plans'),
(11, '', 'Προώθηση', 'el', '', 'quick_menu'),
(11, '', 'Fourth affiliate plan description.', 'en', 'Test plan', 'affiliate_plans'),
(11, '', 'Promotion', 'en', '', 'quick_menu'),
(11, '', 'Fourth affiliate plan description.', 'es', 'Test plan', 'affiliate_plans'),
(11, '', 'Promotion', 'es', '', 'quick_menu'),
(11, '', 'Fourth affiliate plan description.', 'fr', 'Test plan', 'affiliate_plans'),
(11, '', 'Promotion', 'fr', '', 'quick_menu'),
(11, '', 'Fourth affiliate plan description.', 'it', 'Test plan', 'affiliate_plans'),
(11, '', 'Promotion', 'it', '', 'quick_menu'),
(11, '', 'Fourth affiliate plan description.', 'nl', 'Test plan', 'affiliate_plans'),
(11, '', 'Promotion', 'nl', '', 'quick_menu'),
(11, '', 'Fourth affiliate plan description.', 'no', 'Test plan', 'affiliate_plans'),
(11, '', 'Promotion', 'no', '', 'quick_menu'),
(11, '', 'Fourth affiliate plan description.', 'pt', 'Test plan', 'affiliate_plans'),
(11, '', 'Promotion', 'pt', '', 'quick_menu'),
(11, '', 'Descrierea celui de-al patrulea plan de afiliere.', 'ro', 'Test plan', 'affiliate_plans'),
(11, '', 'Promiție', 'ro', '', 'quick_menu'),
(11, '', 'Описание партнерского плана.', 'ru', 'Test plan', 'affiliate_plans'),
(11, '', 'Промо-акцию', 'ru', '', 'quick_menu'),
(12, '', 'Banner', 'da', '', 'quick_menu'),
(12, '', 'Banner', 'de', '', 'quick_menu'),
(12, '', 'Banner ', 'el', '', 'quick_menu'),
(12, '', 'Banner', 'en', '', 'quick_menu'),
(12, '', 'Banner', 'es', '', 'quick_menu'),
(12, '', 'Banner', 'fr', '', 'quick_menu'),
(12, '', 'Banner', 'it', '', 'quick_menu'),
(12, '', 'Banner', 'nl', '', 'quick_menu'),
(12, '', 'Banner', 'no', '', 'quick_menu'),
(12, '', 'Banner', 'pt', '', 'quick_menu'),
(12, '', 'Banner', 'ro', '', 'quick_menu'),
(12, '', 'Баннер', 'ru', '', 'quick_menu'),
(13, '', 'Everything done', 'da', '', 'quick_menu'),
(13, '', 'Everything done', 'de', '', 'quick_menu'),
(13, '', 'Everything done', 'el', '', 'quick_menu'),
(13, '', 'Everything done', 'en', '', 'quick_menu'),
(13, '', 'Everything done', 'es', '', 'quick_menu'),
(13, '', 'Everything done', 'fr', '', 'quick_menu'),
(13, '', 'Everything done', 'it', '', 'quick_menu'),
(13, '', 'Everything done', 'nl', '', 'quick_menu'),
(13, '', 'Everything done', 'no', '', 'quick_menu'),
(13, '', 'Everything done', 'pt', '', 'quick_menu'),
(13, '', 'Everything done', 'ro', '', 'quick_menu'),
(13, '', 'Всё сделано', 'ru', '', 'quick_menu'),
(14, '', 'Money received', 'da', '', 'quick_menu'),
(14, '', 'Money received', 'de', '', 'quick_menu'),
(14, '', 'Money received', 'el', '', 'quick_menu'),
(14, '', 'Money received', 'en', '', 'quick_menu'),
(14, '', 'Money received', 'es', '', 'quick_menu'),
(14, '', 'Money received', 'fr', '', 'quick_menu'),
(14, '', 'Money received', 'it', '', 'quick_menu'),
(14, '', 'Money received', 'nl', '', 'quick_menu'),
(14, '', 'Money received', 'no', '', 'quick_menu'),
(14, '', 'Money received', 'pt', '', 'quick_menu'),
(14, '', 'Money received', 'ro', '', 'quick_menu'),
(14, '', 'Деньги получены', 'ru', '', 'quick_menu'),
(15, '', 'Action required', 'da', '', 'quick_menu'),
(15, '', 'Action required', 'de', '', 'quick_menu'),
(15, '', 'Action required', 'el', '', 'quick_menu'),
(15, '', 'Action required', 'en', '', 'quick_menu'),
(15, '', 'Action required', 'es', '', 'quick_menu'),
(15, '', 'Action required', 'fr', '', 'quick_menu'),
(15, '', 'Action required', 'it', '', 'quick_menu'),
(15, '', 'Action required', 'nl', '', 'quick_menu'),
(15, '', 'Action required', 'no', '', 'quick_menu'),
(15, '', 'Action required', 'pt', '', 'quick_menu'),
(15, '', 'Action required', 'ro', '', 'quick_menu'),
(15, '', 'Требуются действия', 'ru', '', 'quick_menu'),
(16, '', 'Problem encountered', 'da', '', 'quick_menu'),
(16, '', 'Problem encountered', 'de', '', 'quick_menu'),
(16, '', 'Problem encountered', 'el', '', 'quick_menu'),
(16, '', 'Problem encountered', 'en', '', 'quick_menu'),
(16, '', 'Problem encountered', 'es', '', 'quick_menu'),
(16, '', 'Problem encountered', 'fr', '', 'quick_menu'),
(16, '', 'Problem encountered', 'it', '', 'quick_menu'),
(16, '', 'Problem encountered', 'nl', '', 'quick_menu'),
(16, '', 'Problem encountered', 'no', '', 'quick_menu'),
(16, '', 'Problem encountered', 'pt', '', 'quick_menu'),
(16, '', 'Problem encountered', 'ro', '', 'quick_menu'),
(16, '', 'Возникла проблема', 'ru', '', 'quick_menu'),
(17, '', 'AB: Add-ons', 'da', '', 'quick_menu'),
(17, '', 'AB: Add-ons', 'de', '', 'quick_menu'),
(17, '', 'AB: Add-ons', 'el', '', 'quick_menu'),
(17, '', 'AB: Add-ons', 'en', '', 'quick_menu'),
(17, '', 'AB: Add-ons', 'es', '', 'quick_menu'),
(17, '', 'AB: Add-ons', 'fr', '', 'quick_menu'),
(17, '', 'AB: Add-ons', 'it', '', 'quick_menu'),
(17, '', 'AB: Add-ons', 'nl', '', 'quick_menu'),
(17, '', 'AB: Add-ons', 'no', '', 'quick_menu'),
(17, '', 'AB: Add-ons', 'pt', '', 'quick_menu'),
(17, '', 'AB: Add-ons', 'ro', '', 'quick_menu'),
(17, '', 'AB: Модули', 'ru', '', 'quick_menu'),
(18, '', 'AB: Add-ons', 'da', '', 'quick_menu'),
(18, '', 'AB: Add-ons', 'de', '', 'quick_menu'),
(18, '', 'AB: Add-ons', 'el', '', 'quick_menu'),
(18, '', 'AB: Add-ons', 'en', '', 'quick_menu'),
(18, '', 'AB: Add-ons', 'es', '', 'quick_menu'),
(18, '', 'AB: Add-ons', 'fr', '', 'quick_menu'),
(18, '', 'AB: Add-ons', 'it', '', 'quick_menu'),
(18, '', 'AB: Add-ons', 'nl', '', 'quick_menu'),
(18, '', 'AB: Add-ons', 'no', '', 'quick_menu'),
(18, '', 'AB: Add-ons', 'pt', '', 'quick_menu'),
(18, '', 'AB: Add-ons', 'ro', '', 'quick_menu'),
(18, '', 'AB: Модули', 'ru', '', 'quick_menu'),
(180, '', 'men_clothes.jpg', 'da', '', 'images'),
(180, '', 'men_clothes.jpg', 'de', '', 'images'),
(180, '', 'men_clothes.jpg', 'el', '', 'images'),
(180, '', 'men_clothes.jpg', 'en', '', 'images'),
(180, '', 'men_clothes.jpg', 'es', '', 'images'),
(180, '', 'men_clothes.jpg', 'fr', '', 'images'),
(180, '', 'men_clothes.jpg', 'it', '', 'images'),
(180, '', 'men_clothes.jpg', 'nl', '', 'images'),
(180, '', 'men_clothes.jpg', 'no', '', 'images'),
(180, '', 'men_clothes.jpg', 'pt', '', 'images'),
(180, '', 'men_clothes.jpg', 'ro', '', 'images'),
(180, '', 'men_clothes.jpg', 'ru', '', 'images'),
(181, '', 'w-phones_cat.gif', 'da', '', 'images'),
(181, '', 'w-phones_cat.gif', 'de', '', 'images'),
(181, '', 'w-phones_cat.gif', 'el', '', 'images'),
(181, '', 'w-phones_cat.gif', 'en', '', 'images'),
(181, '', 'w-phones_cat.gif', 'es', '', 'images'),
(181, '', 'w-phones_cat.gif', 'fr', '', 'images'),
(181, '', 'w-phones_cat.gif', 'it', '', 'images'),
(181, '', 'w-phones_cat.gif', 'nl', '', 'images'),
(181, '', 'w-phones_cat.gif', 'no', '', 'images'),
(181, '', 'w-phones_cat.gif', 'pt', '', 'images'),
(181, '', 'w-phones_cat.gif', 'ro', '', 'images'),
(181, '', 'w-phones_cat.gif', 'ru', '', 'images'),
(182, '', '100009923665.gif', 'da', '', 'images'),
(182, '', '100009923665.gif', 'de', '', 'images'),
(182, '', '100009923665.gif', 'el', '', 'images'),
(182, '', '100009923665.gif', 'en', '', 'images'),
(182, '', '100009923665.gif', 'es', '', 'images'),
(182, '', '100009923665.gif', 'fr', '', 'images'),
(182, '', '100009923665.gif', 'it', '', 'images'),
(182, '', '100009923665.gif', 'nl', '', 'images'),
(182, '', '100009923665.gif', 'no', '', 'images'),
(182, '', '100009923665.gif', 'pt', '', 'images'),
(182, '', '100009923665.gif', 'ro', '', 'images'),
(182, '', '100009923665.gif', 'ru', '', 'images'),
(183, '', 'audio_video.gif', 'da', '', 'images'),
(183, '', 'audio_video.gif', 'de', '', 'images'),
(183, '', 'audio_video.gif', 'el', '', 'images'),
(183, '', 'audio_video.gif', 'en', '', 'images'),
(183, '', 'audio_video.gif', 'es', '', 'images'),
(183, '', 'audio_video.gif', 'fr', '', 'images'),
(183, '', 'audio_video.gif', 'it', '', 'images'),
(183, '', 'audio_video.gif', 'nl', '', 'images'),
(183, '', 'audio_video.gif', 'no', '', 'images'),
(183, '', 'audio_video.gif', 'pt', '', 'images'),
(183, '', 'audio_video.gif', 'ro', '', 'images'),
(183, '', 'audio_video.gif', 'ru', '', 'images'),
(184, '', 'computes.gif', 'da', '', 'images'),
(184, '', 'computes.gif', 'de', '', 'images'),
(184, '', 'computes.gif', 'el', '', 'images'),
(184, '', 'computes.gif', 'en', '', 'images'),
(184, '', 'computes.gif', 'es', '', 'images'),
(184, '', 'computes.gif', 'fr', '', 'images'),
(184, '', 'computes.gif', 'it', '', 'images'),
(184, '', 'computes.gif', 'nl', '', 'images'),
(184, '', 'computes.gif', 'no', '', 'images'),
(184, '', 'computes.gif', 'pt', '', 'images'),
(184, '', 'computes.gif', 'ro', '', 'images'),
(184, '', 'computes.gif', 'ru', '', 'images'),
(185, '', 'pc-desktops-sony_cat.jpg', 'da', '', 'images'),
(185, '', 'pc-desktops-sony_cat.jpg', 'de', '', 'images'),
(185, '', 'pc-desktops-sony_cat.jpg', 'el', '', 'images'),
(185, '', 'pc-desktops-sony_cat.jpg', 'en', '', 'images'),
(185, '', 'pc-desktops-sony_cat.jpg', 'es', '', 'images'),
(185, '', 'pc-desktops-sony_cat.jpg', 'fr', '', 'images'),
(185, '', 'pc-desktops-sony_cat.jpg', 'it', '', 'images'),
(185, '', 'pc-desktops-sony_cat.jpg', 'nl', '', 'images'),
(185, '', 'pc-desktops-sony_cat.jpg', 'no', '', 'images'),
(185, '', 'pc-desktops-sony_cat.jpg', 'pt', '', 'images'),
(185, '', 'pc-desktops-sony_cat.jpg', 'ro', '', 'images'),
(185, '', 'pc-desktops-sony_cat.jpg', 'ru', '', 'images'),
(186, '', 'dvds.gif', 'da', '', 'images'),
(186, '', 'dvds.gif', 'de', '', 'images'),
(186, '', 'dvds.gif', 'el', '', 'images'),
(186, '', 'dvds.gif', 'en', '', 'images'),
(186, '', 'dvds.gif', 'es', '', 'images'),
(186, '', 'dvds.gif', 'fr', '', 'images'),
(186, '', 'dvds.gif', 'it', '', 'images'),
(186, '', 'dvds.gif', 'nl', '', 'images'),
(186, '', 'dvds.gif', 'no', '', 'images'),
(186, '', 'dvds.gif', 'pt', '', 'images'),
(186, '', 'dvds.gif', 'ro', '', 'images'),
(186, '', 'dvds.gif', 'ru', '', 'images'),
(187, '', 'books.jpg', 'da', '', 'images'),
(187, '', 'books.jpg', 'de', '', 'images'),
(187, '', 'books.jpg', 'el', '', 'images'),
(187, '', 'books.jpg', 'en', '', 'images'),
(187, '', 'books.jpg', 'es', '', 'images'),
(187, '', 'books.jpg', 'fr', '', 'images'),
(187, '', 'books.jpg', 'it', '', 'images'),
(187, '', 'books.jpg', 'nl', '', 'images'),
(187, '', 'books.jpg', 'no', '', 'images'),
(187, '', 'books.jpg', 'pt', '', 'images'),
(187, '', 'books.jpg', 'ro', '', 'images'),
(187, '', 'books.jpg', 'ru', '', 'images'),
(188, '', 'music.gif', 'da', '', 'images'),
(188, '', 'music.gif', 'de', '', 'images'),
(188, '', 'music.gif', 'el', '', 'images'),
(188, '', 'music.gif', 'en', '', 'images'),
(188, '', 'music.gif', 'es', '', 'images'),
(188, '', 'music.gif', 'fr', '', 'images'),
(188, '', 'music.gif', 'it', '', 'images'),
(188, '', 'music.gif', 'nl', '', 'images'),
(188, '', 'music.gif', 'no', '', 'images'),
(188, '', 'music.gif', 'pt', '', 'images'),
(188, '', 'music.gif', 'ro', '', 'images'),
(188, '', 'music.gif', 'ru', '', 'images'),
(189, '', 'build_your_pc.jpg', 'da', '', 'images'),
(189, '', 'build_your_pc.jpg', 'de', '', 'images'),
(189, '', 'build_your_pc.jpg', 'el', '', 'images'),
(189, '', 'build_your_pc.jpg', 'en', '', 'images'),
(189, '', 'build_your_pc.jpg', 'es', '', 'images'),
(189, '', 'build_your_pc.jpg', 'fr', '', 'images'),
(189, '', 'build_your_pc.jpg', 'it', '', 'images'),
(189, '', 'build_your_pc.jpg', 'nl', '', 'images'),
(189, '', 'build_your_pc.jpg', 'no', '', 'images'),
(189, '', 'build_your_pc.jpg', 'pt', '', 'images'),
(189, '', 'build_your_pc.jpg', 'ro', '', 'images'),
(189, '', 'build_your_pc.jpg', 'ru', '', 'images'),
(190, '', 'special_offer_ads.gif', 'da', '', 'images'),
(190, '', 'special_offer_ads.gif', 'de', '', 'images'),
(190, '', 'special_offer_ads.gif', 'el', '', 'images'),
(190, '', 'special_offer_ads.gif', 'en', '', 'images'),
(190, '', 'special_offer_ads.gif', 'es', '', 'images'),
(190, '', 'special_offer_ads.gif', 'fr', '', 'images'),
(190, '', 'special_offer_ads.gif', 'it', '', 'images'),
(190, '', 'special_offer_ads.gif', 'nl', '', 'images'),
(190, '', 'special_offer_ads.gif', 'no', '', 'images'),
(190, '', 'special_offer_ads.gif', 'pt', '', 'images'),
(190, '', 'special_offer_ads.gif', 'ro', '', 'images'),
(190, '', 'special_offer_ads.gif', 'ru', '', 'images'),
(191, '', 'thumbnail_B000068IG9.01._SCMZZZZZZZ_.jpg', 'da', '', 'images'),
(191, '', 'thumbnail_B000068IG9.01._SCMZZZZZZZ_.jpg', 'de', '', 'images'),
(191, '', 'thumbnail_B000068IG9.01._SCMZZZZZZZ_.jpg', 'el', '', 'images'),
(191, '', 'thumbnail_B000068IG9.01._SCMZZZZZZZ_.jpg', 'en', '', 'images'),
(191, '', 'thumbnail_B000068IG9.01._SCMZZZZZZZ_.jpg', 'es', '', 'images'),
(191, '', 'thumbnail_B000068IG9.01._SCMZZZZZZZ_.jpg', 'fr', '', 'images'),
(191, '', 'thumbnail_B000068IG9.01._SCMZZZZZZZ_.jpg', 'it', '', 'images'),
(191, '', 'thumbnail_B000068IG9.01._SCMZZZZZZZ_.jpg', 'nl', '', 'images'),
(191, '', 'thumbnail_B000068IG9.01._SCMZZZZZZZ_.jpg', 'no', '', 'images'),
(191, '', 'thumbnail_B000068IG9.01._SCMZZZZZZZ_.jpg', 'pt', '', 'images'),
(191, '', 'thumbnail_B000068IG9.01._SCMZZZZZZZ_.jpg', 'ro', '', 'images'),
(191, '', 'thumbnail_B000068IG9.01._SCMZZZZZZZ_.jpg', 'ru', '', 'images'),
(192, '', 'modems.jpg', 'da', '', 'images'),
(192, '', 'modems.jpg', 'de', '', 'images'),
(192, '', 'modems.jpg', 'el', '', 'images'),
(192, '', 'modems.jpg', 'en', '', 'images'),
(192, '', 'modems.jpg', 'es', '', 'images'),
(192, '', 'modems.jpg', 'fr', '', 'images'),
(192, '', 'modems.jpg', 'it', '', 'images'),
(192, '', 'modems.jpg', 'nl', '', 'images'),
(192, '', 'modems.jpg', 'no', '', 'images'),
(192, '', 'modems.jpg', 'pt', '', 'images'),
(192, '', 'modems.jpg', 'ro', '', 'images'),
(192, '', 'modems.jpg', 'ru', '', 'images'),
(193, '', 'tjpg', 'da', '', 'images'),
(193, '', 'tjpg', 'de', '', 'images'),
(193, '', 'tjpg', 'el', '', 'images'),
(193, '', 'tjpg', 'en', '', 'images'),
(193, '', 'tjpg', 'es', '', 'images'),
(193, '', 'tjpg', 'fr', '', 'images'),
(193, '', 'tjpg', 'it', '', 'images'),
(193, '', 'tjpg', 'nl', '', 'images'),
(193, '', 'tjpg', 'no', '', 'images'),
(193, '', 'tjpg', 'pt', '', 'images'),
(193, '', 'tjpg', 'ro', '', 'images'),
(193, '', 'tjpg', 'ru', '', 'images'),
(194, '', 'ujpg', 'da', '', 'images'),
(194, '', 'ujpg', 'de', '', 'images'),
(194, '', 'ujpg', 'el', '', 'images'),
(194, '', 'ujpg', 'en', '', 'images'),
(194, '', 'ujpg', 'es', '', 'images'),
(194, '', 'ujpg', 'fr', '', 'images'),
(194, '', 'ujpg', 'it', '', 'images'),
(194, '', 'ujpg', 'nl', '', 'images'),
(194, '', 'ujpg', 'no', '', 'images'),
(194, '', 'ujpg', 'pt', '', 'images'),
(194, '', 'ujpg', 'ro', '', 'images'),
(194, '', 'ujpg', 'ru', '', 'images'),
(195, '', 'group_ddr_memory.jpg', 'da', '', 'images'),
(195, '', 'group_ddr_memory.jpg', 'de', '', 'images'),
(195, '', 'group_ddr_memory.jpg', 'el', '', 'images'),
(195, '', 'group_ddr_memory.jpg', 'en', '', 'images'),
(195, '', 'group_ddr_memory.jpg', 'es', '', 'images'),
(195, '', 'group_ddr_memory.jpg', 'fr', '', 'images'),
(195, '', 'group_ddr_memory.jpg', 'it', '', 'images'),
(195, '', 'group_ddr_memory.jpg', 'nl', '', 'images'),
(195, '', 'group_ddr_memory.jpg', 'no', '', 'images'),
(195, '', 'group_ddr_memory.jpg', 'pt', '', 'images'),
(195, '', 'group_ddr_memory.jpg', 'ro', '', 'images'),
(195, '', 'group_ddr_memory.jpg', 'ru', '', 'images'),
(196, '', 'group_laser_printers.jpg', 'da', '', 'images'),
(196, '', 'group_laser_printers.jpg', 'de', '', 'images'),
(196, '', 'group_laser_printers.jpg', 'el', '', 'images'),
(196, '', 'group_laser_printers.jpg', 'en', '', 'images'),
(196, '', 'group_laser_printers.jpg', 'es', '', 'images'),
(196, '', 'group_laser_printers.jpg', 'fr', '', 'images'),
(196, '', 'group_laser_printers.jpg', 'it', '', 'images'),
(196, '', 'group_laser_printers.jpg', 'nl', '', 'images'),
(196, '', 'group_laser_printers.jpg', 'no', '', 'images'),
(196, '', 'group_laser_printers.jpg', 'pt', '', 'images'),
(196, '', 'group_laser_printers.jpg', 'ro', '', 'images'),
(196, '', 'group_laser_printers.jpg', 'ru', '', 'images'),
(197, '', 'tjpg', 'da', '', 'images'),
(197, '', 'tjpg', 'de', '', 'images'),
(197, '', 'tjpg', 'el', '', 'images'),
(197, '', 'tjpg', 'en', '', 'images'),
(197, '', 'tjpg', 'es', '', 'images'),
(197, '', 'tjpg', 'fr', '', 'images'),
(197, '', 'tjpg', 'it', '', 'images'),
(197, '', 'tjpg', 'nl', '', 'images'),
(197, '', 'tjpg', 'no', '', 'images'),
(197, '', 'tjpg', 'pt', '', 'images'),
(197, '', 'tjpg', 'ro', '', 'images'),
(197, '', 'tjpg', 'ru', '', 'images'),
(198, '', 'ujpg', 'da', '', 'images'),
(198, '', 'ujpg', 'de', '', 'images'),
(198, '', 'ujpg', 'el', '', 'images'),
(198, '', 'ujpg', 'en', '', 'images'),
(198, '', 'ujpg', 'es', '', 'images'),
(198, '', 'ujpg', 'fr', '', 'images'),
(198, '', 'ujpg', 'it', '', 'images'),
(198, '', 'ujpg', 'nl', '', 'images'),
(198, '', 'ujpg', 'no', '', 'images'),
(198, '', 'ujpg', 'pt', '', 'images'),
(198, '', 'ujpg', 'ro', '', 'images'),
(198, '', 'ujpg', 'ru', '', 'images'),
(199, '', 'tjpg', 'da', '', 'images'),
(199, '', 'tjpg', 'de', '', 'images'),
(199, '', 'tjpg', 'el', '', 'images'),
(199, '', 'tjpg', 'en', '', 'images'),
(199, '', 'tjpg', 'es', '', 'images'),
(199, '', 'tjpg', 'fr', '', 'images'),
(199, '', 'tjpg', 'it', '', 'images'),
(199, '', 'tjpg', 'nl', '', 'images'),
(199, '', 'tjpg', 'no', '', 'images'),
(199, '', 'tjpg', 'pt', '', 'images'),
(199, '', 'tjpg', 'ro', '', 'images'),
(199, '', 'tjpg', 'ru', '', 'images'),
(200, '', 'ujpg', 'da', '', 'images'),
(200, '', 'ujpg', 'de', '', 'images'),
(200, '', 'ujpg', 'el', '', 'images'),
(200, '', 'ujpg', 'en', '', 'images'),
(200, '', 'ujpg', 'es', '', 'images'),
(200, '', 'ujpg', 'fr', '', 'images'),
(200, '', 'ujpg', 'it', '', 'images'),
(200, '', 'ujpg', 'nl', '', 'images'),
(200, '', 'ujpg', 'no', '', 'images'),
(200, '', 'ujpg', 'pt', '', 'images'),
(200, '', 'ujpg', 'ro', '', 'images'),
(200, '', 'ujpg', 'ru', '', 'images'),
(854, '', '', 'da', '', 'images'),
(854, '', '', 'de', '', 'images'),
(854, '', '', 'el', '', 'images'),
(854, '', '', 'en', '', 'images'),
(854, '', '', 'es', '', 'images'),
(854, '', '', 'fr', '', 'images'),
(854, '', '', 'it', '', 'images'),
(854, '', '', 'nl', '', 'images'),
(854, '', '', 'no', '', 'images'),
(854, '', '', 'pt', '', 'images'),
(854, '', '', 'ro', '', 'images'),
(854, '', '', 'ru', '', 'images'),
(1006, '', '', 'da', '', 'images'),
(1006, '', '', 'de', '', 'images'),
(1006, '', '', 'el', '', 'images'),
(1006, '', '', 'en', '', 'images'),
(1006, '', '', 'es', '', 'images'),
(1006, '', '', 'fr', '', 'images'),
(1006, '', '', 'it', '', 'images'),
(1006, '', '', 'nl', '', 'images'),
(1006, '', '', 'no', '', 'images'),
(1006, '', '', 'pt', '', 'images'),
(1006, '', '', 'ro', '', 'images'),
(1006, '', '', 'ru', '', 'images'),
(1007, '', '', 'da', '', 'images'),
(1007, '', '', 'de', '', 'images'),
(1007, '', '', 'el', '', 'images'),
(1007, '', '', 'en', '', 'images'),
(1007, '', '', 'es', '', 'images'),
(1007, '', '', 'fr', '', 'images'),
(1007, '', '', 'it', '', 'images'),
(1007, '', '', 'nl', '', 'images'),
(1007, '', '', 'no', '', 'images'),
(1007, '', '', 'pt', '', 'images'),
(1007, '', '', 'ro', '', 'images'),
(1007, '', '', 'ru', '', 'images'),
(1008, '', '', 'da', '', 'images'),
(1008, '', '', 'de', '', 'images'),
(1008, '', '', 'el', '', 'images'),
(1008, '', '', 'en', '', 'images'),
(1008, '', '', 'es', '', 'images'),
(1008, '', '', 'fr', '', 'images'),
(1008, '', '', 'it', '', 'images'),
(1008, '', '', 'nl', '', 'images'),
(1008, '', '', 'no', '', 'images'),
(1008, '', '', 'pt', '', 'images'),
(1008, '', '', 'ro', '', 'images'),
(1008, '', '', 'ru', '', 'images'),
(1009, '', '', 'da', '', 'images'),
(1009, '', '', 'de', '', 'images'),
(1009, '', '', 'el', '', 'images'),
(1009, '', '', 'en', '', 'images'),
(1009, '', '', 'es', '', 'images'),
(1009, '', '', 'fr', '', 'images'),
(1009, '', '', 'it', '', 'images'),
(1009, '', '', 'nl', '', 'images'),
(1009, '', '', 'no', '', 'images'),
(1009, '', '', 'pt', '', 'images'),
(1009, '', '', 'ro', '', 'images'),
(1009, '', '', 'ru', '', 'images'),
(1010, '', '', 'da', '', 'images'),
(1010, '', '', 'de', '', 'images'),
(1010, '', '', 'el', '', 'images'),
(1010, '', '', 'en', '', 'images'),
(1010, '', '', 'es', '', 'images'),
(1010, '', '', 'fr', '', 'images'),
(1010, '', '', 'it', '', 'images'),
(1010, '', '', 'nl', '', 'images'),
(1010, '', '', 'no', '', 'images'),
(1010, '', '', 'pt', '', 'images'),
(1010, '', '', 'ro', '', 'images'),
(1010, '', '', 'ru', '', 'images'),
(1011, '', '', 'da', '', 'images'),
(1011, '', '', 'de', '', 'images'),
(1011, '', '', 'el', '', 'images'),
(1011, '', '', 'en', '', 'images'),
(1011, '', '', 'es', '', 'images'),
(1011, '', '', 'fr', '', 'images'),
(1011, '', '', 'it', '', 'images'),
(1011, '', '', 'nl', '', 'images'),
(1011, '', '', 'no', '', 'images'),
(1011, '', '', 'pt', '', 'images'),
(1011, '', '', 'ro', '', 'images'),
(1011, '', '', 'ru', '', 'images'),
(1012, '', '', 'da', '', 'images'),
(1012, '', '', 'de', '', 'images'),
(1012, '', '', 'el', '', 'images'),
(1012, '', '', 'en', '', 'images'),
(1012, '', '', 'es', '', 'images'),
(1012, '', '', 'fr', '', 'images'),
(1012, '', '', 'it', '', 'images'),
(1012, '', '', 'nl', '', 'images'),
(1012, '', '', 'no', '', 'images'),
(1012, '', '', 'pt', '', 'images'),
(1012, '', '', 'ro', '', 'images'),
(1012, '', '', 'ru', '', 'images'),
(1013, '', '', 'da', '', 'images'),
(1013, '', '', 'de', '', 'images'),
(1013, '', '', 'el', '', 'images'),
(1013, '', '', 'en', '', 'images'),
(1013, '', '', 'es', '', 'images'),
(1013, '', '', 'fr', '', 'images'),
(1013, '', '', 'it', '', 'images'),
(1013, '', '', 'nl', '', 'images'),
(1013, '', '', 'no', '', 'images'),
(1013, '', '', 'pt', '', 'images'),
(1013, '', '', 'ro', '', 'images'),
(1013, '', '', 'ru', '', 'images'),
(1014, '', '', 'da', '', 'images'),
(1014, '', '', 'de', '', 'images'),
(1014, '', '', 'el', '', 'images'),
(1014, '', '', 'en', '', 'images'),
(1014, '', '', 'es', '', 'images'),
(1014, '', '', 'fr', '', 'images'),
(1014, '', '', 'it', '', 'images'),
(1014, '', '', 'nl', '', 'images'),
(1014, '', '', 'no', '', 'images'),
(1014, '', '', 'pt', '', 'images'),
(1014, '', '', 'ro', '', 'images'),
(1014, '', '', 'ru', '', 'images'),
(1015, '', '', 'da', '', 'images'),
(1015, '', '', 'de', '', 'images'),
(1015, '', '', 'el', '', 'images'),
(1015, '', '', 'en', '', 'images'),
(1015, '', '', 'es', '', 'images'),
(1015, '', '', 'fr', '', 'images'),
(1015, '', '', 'it', '', 'images'),
(1015, '', '', 'nl', '', 'images'),
(1015, '', '', 'no', '', 'images'),
(1015, '', '', 'pt', '', 'images'),
(1015, '', '', 'ro', '', 'images'),
(1015, '', '', 'ru', '', 'images'),
(1016, '', '', 'da', '', 'images'),
(1016, '', '', 'de', '', 'images'),
(1016, '', '', 'el', '', 'images'),
(1016, '', '', 'en', '', 'images'),
(1016, '', '', 'es', '', 'images'),
(1016, '', '', 'fr', '', 'images'),
(1016, '', '', 'it', '', 'images'),
(1016, '', '', 'nl', '', 'images'),
(1016, '', '', 'no', '', 'images'),
(1016, '', '', 'pt', '', 'images'),
(1016, '', '', 'ro', '', 'images'),
(1016, '', '', 'ru', '', 'images'),
(1017, '', '', 'da', '', 'images'),
(1017, '', '', 'de', '', 'images'),
(1017, '', '', 'el', '', 'images'),
(1017, '', '', 'en', '', 'images'),
(1017, '', '', 'es', '', 'images'),
(1017, '', '', 'fr', '', 'images'),
(1017, '', '', 'it', '', 'images'),
(1017, '', '', 'nl', '', 'images'),
(1017, '', '', 'no', '', 'images'),
(1017, '', '', 'pt', '', 'images'),
(1017, '', '', 'ro', '', 'images'),
(1017, '', '', 'ru', '', 'images'),
(1018, '', '', 'da', '', 'images'),
(1018, '', '', 'de', '', 'images'),
(1018, '', '', 'el', '', 'images'),
(1018, '', '', 'en', '', 'images'),
(1018, '', '', 'es', '', 'images'),
(1018, '', '', 'fr', '', 'images'),
(1018, '', '', 'it', '', 'images'),
(1018, '', '', 'nl', '', 'images'),
(1018, '', '', 'no', '', 'images'),
(1018, '', '', 'pt', '', 'images'),
(1018, '', '', 'ro', '', 'images'),
(1018, '', '', 'ru', '', 'images'),
(1019, '', '', 'da', '', 'images'),
(1019, '', '', 'de', '', 'images'),
(1019, '', '', 'el', '', 'images'),
(1019, '', '', 'en', '', 'images'),
(1019, '', '', 'es', '', 'images'),
(1019, '', '', 'fr', '', 'images'),
(1019, '', '', 'it', '', 'images'),
(1019, '', '', 'nl', '', 'images'),
(1019, '', '', 'no', '', 'images'),
(1019, '', '', 'pt', '', 'images'),
(1019, '', '', 'ro', '', 'images'),
(1019, '', '', 'ru', '', 'images'),
(1020, '', '', 'da', '', 'images'),
(1020, '', '', 'de', '', 'images'),
(1020, '', '', 'el', '', 'images'),
(1020, '', '', 'en', '', 'images'),
(1020, '', '', 'es', '', 'images'),
(1020, '', '', 'fr', '', 'images'),
(1020, '', '', 'it', '', 'images'),
(1020, '', '', 'nl', '', 'images'),
(1020, '', '', 'no', '', 'images'),
(1020, '', '', 'pt', '', 'images'),
(1020, '', '', 'ro', '', 'images'),
(1020, '', '', 'ru', '', 'images'),
(1021, '', '', 'da', '', 'images'),
(1021, '', '', 'de', '', 'images'),
(1021, '', '', 'el', '', 'images'),
(1021, '', '', 'en', '', 'images'),
(1021, '', '', 'es', '', 'images'),
(1021, '', '', 'fr', '', 'images'),
(1021, '', '', 'it', '', 'images'),
(1021, '', '', 'nl', '', 'images'),
(1021, '', '', 'no', '', 'images'),
(1021, '', '', 'pt', '', 'images'),
(1021, '', '', 'ro', '', 'images'),
(1021, '', '', 'ru', '', 'images'),
(1022, '', '', 'da', '', 'images'),
(1022, '', '', 'de', '', 'images'),
(1022, '', '', 'el', '', 'images'),
(1022, '', '', 'en', '', 'images'),
(1022, '', '', 'es', '', 'images'),
(1022, '', '', 'fr', '', 'images'),
(1022, '', '', 'it', '', 'images'),
(1022, '', '', 'nl', '', 'images'),
(1022, '', '', 'no', '', 'images'),
(1022, '', '', 'pt', '', 'images'),
(1022, '', '', 'ro', '', 'images'),
(1022, '', '', 'ru', '', 'images'),
(1023, '', '', 'da', '', 'images'),
(1023, '', '', 'de', '', 'images'),
(1023, '', '', 'el', '', 'images'),
(1023, '', '', 'en', '', 'images'),
(1023, '', '', 'es', '', 'images'),
(1023, '', '', 'fr', '', 'images'),
(1023, '', '', 'it', '', 'images'),
(1023, '', '', 'nl', '', 'images'),
(1023, '', '', 'no', '', 'images'),
(1023, '', '', 'pt', '', 'images'),
(1023, '', '', 'ro', '', 'images'),
(1023, '', '', 'ru', '', 'images'),
(1024, '', '', 'da', '', 'images'),
(1024, '', '', 'de', '', 'images'),
(1024, '', '', 'el', '', 'images'),
(1024, '', '', 'en', '', 'images'),
(1024, '', '', 'es', '', 'images'),
(1024, '', '', 'fr', '', 'images'),
(1024, '', '', 'it', '', 'images'),
(1024, '', '', 'nl', '', 'images'),
(1024, '', '', 'no', '', 'images'),
(1024, '', '', 'pt', '', 'images'),
(1024, '', '', 'ro', '', 'images'),
(1024, '', '', 'ru', '', 'images'),
(1025, '', '', 'da', '', 'images'),
(1025, '', '', 'de', '', 'images'),
(1025, '', '', 'el', '', 'images'),
(1025, '', '', 'en', '', 'images'),
(1025, '', '', 'es', '', 'images'),
(1025, '', '', 'fr', '', 'images'),
(1025, '', '', 'it', '', 'images'),
(1025, '', '', 'nl', '', 'images'),
(1025, '', '', 'no', '', 'images'),
(1025, '', '', 'pt', '', 'images'),
(1025, '', '', 'ro', '', 'images'),
(1025, '', '', 'ru', '', 'images'),
(1026, '', '', 'da', '', 'images'),
(1026, '', '', 'de', '', 'images'),
(1026, '', '', 'el', '', 'images'),
(1026, '', '', 'en', '', 'images'),
(1026, '', '', 'es', '', 'images'),
(1026, '', '', 'fr', '', 'images'),
(1026, '', '', 'it', '', 'images'),
(1026, '', '', 'nl', '', 'images'),
(1026, '', '', 'no', '', 'images'),
(1026, '', '', 'pt', '', 'images'),
(1026, '', '', 'ro', '', 'images'),
(1026, '', '', 'ru', '', 'images'),
(1027, '', '', 'da', '', 'images'),
(1027, '', '', 'de', '', 'images'),
(1027, '', '', 'el', '', 'images'),
(1027, '', '', 'en', '', 'images'),
(1027, '', '', 'es', '', 'images'),
(1027, '', '', 'fr', '', 'images'),
(1027, '', '', 'it', '', 'images'),
(1027, '', '', 'nl', '', 'images'),
(1027, '', '', 'no', '', 'images'),
(1027, '', '', 'pt', '', 'images'),
(1027, '', '', 'ro', '', 'images'),
(1027, '', '', 'ru', '', 'images'),
(1028, '', '', 'da', '', 'images'),
(1028, '', '', 'de', '', 'images'),
(1028, '', '', 'el', '', 'images'),
(1028, '', '', 'en', '', 'images'),
(1028, '', '', 'es', '', 'images'),
(1028, '', '', 'fr', '', 'images'),
(1028, '', '', 'it', '', 'images'),
(1028, '', '', 'nl', '', 'images'),
(1028, '', '', 'no', '', 'images'),
(1028, '', '', 'pt', '', 'images'),
(1028, '', '', 'ro', '', 'images'),
(1028, '', '', 'ru', '', 'images'),
(1029, '', '', 'da', '', 'images'),
(1029, '', '', 'de', '', 'images'),
(1029, '', '', 'el', '', 'images'),
(1029, '', '', 'en', '', 'images'),
(1029, '', '', 'es', '', 'images'),
(1029, '', '', 'fr', '', 'images'),
(1029, '', '', 'it', '', 'images'),
(1029, '', '', 'nl', '', 'images'),
(1029, '', '', 'no', '', 'images'),
(1029, '', '', 'pt', '', 'images'),
(1029, '', '', 'ro', '', 'images'),
(1029, '', '', 'ru', '', 'images'),
(1030, '', '', 'da', '', 'images'),
(1030, '', '', 'de', '', 'images'),
(1030, '', '', 'el', '', 'images'),
(1030, '', '', 'en', '', 'images'),
(1030, '', '', 'es', '', 'images'),
(1030, '', '', 'fr', '', 'images'),
(1030, '', '', 'it', '', 'images'),
(1030, '', '', 'nl', '', 'images'),
(1030, '', '', 'no', '', 'images'),
(1030, '', '', 'pt', '', 'images'),
(1030, '', '', 'ro', '', 'images'),
(1030, '', '', 'ru', '', 'images'),
(1031, '', '', 'da', '', 'images'),
(1031, '', '', 'de', '', 'images'),
(1031, '', '', 'el', '', 'images'),
(1031, '', '', 'en', '', 'images'),
(1031, '', '', 'es', '', 'images'),
(1031, '', '', 'fr', '', 'images'),
(1031, '', '', 'it', '', 'images'),
(1031, '', '', 'nl', '', 'images'),
(1031, '', '', 'no', '', 'images'),
(1031, '', '', 'pt', '', 'images'),
(1031, '', '', 'ro', '', 'images'),
(1031, '', '', 'ru', '', 'images'),
(1032, '', '', 'da', '', 'images'),
(1032, '', '', 'de', '', 'images'),
(1032, '', '', 'el', '', 'images'),
(1032, '', '', 'en', '', 'images'),
(1032, '', '', 'es', '', 'images'),
(1032, '', '', 'fr', '', 'images'),
(1032, '', '', 'it', '', 'images'),
(1032, '', '', 'nl', '', 'images'),
(1032, '', '', 'no', '', 'images'),
(1032, '', '', 'pt', '', 'images'),
(1032, '', '', 'ro', '', 'images'),
(1032, '', '', 'ru', '', 'images'),
(1033, '', '', 'da', '', 'images'),
(1033, '', '', 'de', '', 'images'),
(1033, '', '', 'el', '', 'images'),
(1033, '', '', 'en', '', 'images'),
(1033, '', '', 'es', '', 'images'),
(1033, '', '', 'fr', '', 'images'),
(1033, '', '', 'it', '', 'images'),
(1033, '', '', 'nl', '', 'images'),
(1033, '', '', 'no', '', 'images'),
(1033, '', '', 'pt', '', 'images'),
(1033, '', '', 'ro', '', 'images'),
(1033, '', '', 'ru', '', 'images'),
(1034, '', '', 'da', '', 'images'),
(1034, '', '', 'de', '', 'images'),
(1034, '', '', 'el', '', 'images'),
(1034, '', '', 'en', '', 'images'),
(1034, '', '', 'es', '', 'images'),
(1034, '', '', 'fr', '', 'images'),
(1034, '', '', 'it', '', 'images'),
(1034, '', '', 'nl', '', 'images'),
(1034, '', '', 'no', '', 'images'),
(1034, '', '', 'pt', '', 'images'),
(1034, '', '', 'ro', '', 'images'),
(1034, '', '', 'ru', '', 'images'),
(1035, '', '', 'da', '', 'images'),
(1035, '', '', 'de', '', 'images'),
(1035, '', '', 'el', '', 'images'),
(1035, '', '', 'en', '', 'images'),
(1035, '', '', 'es', '', 'images'),
(1035, '', '', 'fr', '', 'images'),
(1035, '', '', 'it', '', 'images'),
(1035, '', '', 'nl', '', 'images'),
(1035, '', '', 'no', '', 'images'),
(1035, '', '', 'pt', '', 'images'),
(1035, '', '', 'ro', '', 'images'),
(1035, '', '', 'ru', '', 'images'),
(1036, '', '', 'da', '', 'images'),
(1036, '', '', 'de', '', 'images'),
(1036, '', '', 'el', '', 'images'),
(1036, '', '', 'en', '', 'images'),
(1036, '', '', 'es', '', 'images'),
(1036, '', '', 'fr', '', 'images'),
(1036, '', '', 'it', '', 'images'),
(1036, '', '', 'nl', '', 'images'),
(1036, '', '', 'no', '', 'images'),
(1036, '', '', 'pt', '', 'images'),
(1036, '', '', 'ro', '', 'images'),
(1036, '', '', 'ru', '', 'images'),
(1037, '', '', 'da', '', 'images'),
(1037, '', '', 'de', '', 'images'),
(1037, '', '', 'el', '', 'images'),
(1037, '', '', 'en', '', 'images'),
(1037, '', '', 'es', '', 'images'),
(1037, '', '', 'fr', '', 'images'),
(1037, '', '', 'it', '', 'images'),
(1037, '', '', 'nl', '', 'images'),
(1037, '', '', 'no', '', 'images'),
(1037, '', '', 'pt', '', 'images'),
(1037, '', '', 'ro', '', 'images'),
(1037, '', '', 'ru', '', 'images'),
(1038, '', '', 'da', '', 'images'),
(1038, '', '', 'de', '', 'images'),
(1038, '', '', 'el', '', 'images'),
(1038, '', '', 'en', '', 'images'),
(1038, '', '', 'es', '', 'images'),
(1038, '', '', 'fr', '', 'images'),
(1038, '', '', 'it', '', 'images'),
(1038, '', '', 'nl', '', 'images'),
(1038, '', '', 'no', '', 'images'),
(1038, '', '', 'pt', '', 'images'),
(1038, '', '', 'ro', '', 'images'),
(1038, '', '', 'ru', '', 'images'),
(1039, '', '', 'da', '', 'images'),
(1039, '', '', 'de', '', 'images'),
(1039, '', '', 'el', '', 'images'),
(1039, '', '', 'en', '', 'images'),
(1039, '', '', 'es', '', 'images'),
(1039, '', '', 'fr', '', 'images'),
(1039, '', '', 'it', '', 'images'),
(1039, '', '', 'nl', '', 'images'),
(1039, '', '', 'no', '', 'images'),
(1039, '', '', 'pt', '', 'images'),
(1039, '', '', 'ro', '', 'images'),
(1039, '', '', 'ru', '', 'images'),
(1040, '', '', 'da', '', 'images'),
(1040, '', '', 'de', '', 'images'),
(1040, '', '', 'el', '', 'images'),
(1040, '', '', 'en', '', 'images'),
(1040, '', '', 'es', '', 'images'),
(1040, '', '', 'fr', '', 'images'),
(1040, '', '', 'it', '', 'images'),
(1040, '', '', 'nl', '', 'images'),
(1040, '', '', 'no', '', 'images'),
(1040, '', '', 'pt', '', 'images'),
(1040, '', '', 'ro', '', 'images'),
(1040, '', '', 'ru', '', 'images'),
(1041, '', '', 'da', '', 'images'),
(1041, '', '', 'de', '', 'images'),
(1041, '', '', 'el', '', 'images'),
(1041, '', '', 'en', '', 'images'),
(1041, '', '', 'es', '', 'images'),
(1041, '', '', 'fr', '', 'images'),
(1041, '', '', 'it', '', 'images'),
(1041, '', '', 'nl', '', 'images'),
(1041, '', '', 'no', '', 'images'),
(1041, '', '', 'pt', '', 'images'),
(1041, '', '', 'ro', '', 'images'),
(1041, '', '', 'ru', '', 'images'),
(1042, '', '', 'da', '', 'images'),
(1042, '', '', 'de', '', 'images'),
(1042, '', '', 'el', '', 'images'),
(1042, '', '', 'en', '', 'images'),
(1042, '', '', 'es', '', 'images'),
(1042, '', '', 'fr', '', 'images'),
(1042, '', '', 'it', '', 'images'),
(1042, '', '', 'nl', '', 'images'),
(1042, '', '', 'no', '', 'images'),
(1042, '', '', 'pt', '', 'images'),
(1042, '', '', 'ro', '', 'images'),
(1042, '', '', 'ru', '', 'images'),
(1043, '', '', 'da', '', 'images'),
(1043, '', '', 'de', '', 'images'),
(1043, '', '', 'el', '', 'images'),
(1043, '', '', 'en', '', 'images'),
(1043, '', '', 'es', '', 'images'),
(1043, '', '', 'fr', '', 'images'),
(1043, '', '', 'it', '', 'images'),
(1043, '', '', 'nl', '', 'images'),
(1043, '', '', 'no', '', 'images'),
(1043, '', '', 'pt', '', 'images'),
(1043, '', '', 'ro', '', 'images'),
(1043, '', '', 'ru', '', 'images'),
(1044, '', '', 'da', '', 'images'),
(1044, '', '', 'de', '', 'images'),
(1044, '', '', 'el', '', 'images'),
(1044, '', '', 'en', '', 'images'),
(1044, '', '', 'es', '', 'images'),
(1044, '', '', 'fr', '', 'images'),
(1044, '', '', 'it', '', 'images'),
(1044, '', '', 'nl', '', 'images'),
(1044, '', '', 'no', '', 'images'),
(1044, '', '', 'pt', '', 'images'),
(1044, '', '', 'ro', '', 'images'),
(1044, '', '', 'ru', '', 'images'),
(1045, '', '', 'da', '', 'images'),
(1045, '', '', 'de', '', 'images'),
(1045, '', '', 'el', '', 'images'),
(1045, '', '', 'en', '', 'images'),
(1045, '', '', 'es', '', 'images'),
(1045, '', '', 'fr', '', 'images'),
(1045, '', '', 'it', '', 'images'),
(1045, '', '', 'nl', '', 'images'),
(1045, '', '', 'no', '', 'images'),
(1045, '', '', 'pt', '', 'images'),
(1045, '', '', 'ro', '', 'images'),
(1045, '', '', 'ru', '', 'images'),
(1046, '', '', 'da', '', 'images'),
(1046, '', '', 'de', '', 'images'),
(1046, '', '', 'el', '', 'images'),
(1046, '', '', 'en', '', 'images'),
(1046, '', '', 'es', '', 'images'),
(1046, '', '', 'fr', '', 'images'),
(1046, '', '', 'it', '', 'images'),
(1046, '', '', 'nl', '', 'images'),
(1046, '', '', 'no', '', 'images'),
(1046, '', '', 'pt', '', 'images'),
(1046, '', '', 'ro', '', 'images'),
(1046, '', '', 'ru', '', 'images'),
(1047, '', '', 'da', '', 'images'),
(1047, '', '', 'de', '', 'images'),
(1047, '', '', 'el', '', 'images'),
(1047, '', '', 'en', '', 'images'),
(1047, '', '', 'es', '', 'images'),
(1047, '', '', 'fr', '', 'images'),
(1047, '', '', 'it', '', 'images'),
(1047, '', '', 'nl', '', 'images'),
(1047, '', '', 'no', '', 'images'),
(1047, '', '', 'pt', '', 'images'),
(1047, '', '', 'ro', '', 'images'),
(1047, '', '', 'ru', '', 'images'),
(1048, '', '', 'da', '', 'images'),
(1048, '', '', 'de', '', 'images'),
(1048, '', '', 'el', '', 'images'),
(1048, '', '', 'en', '', 'images'),
(1048, '', '', 'es', '', 'images'),
(1048, '', '', 'fr', '', 'images'),
(1048, '', '', 'it', '', 'images'),
(1048, '', '', 'nl', '', 'images'),
(1048, '', '', 'no', '', 'images'),
(1048, '', '', 'pt', '', 'images'),
(1048, '', '', 'ro', '', 'images'),
(1048, '', '', 'ru', '', 'images'),
(1051, '', '', 'da', '', 'images'),
(1051, '', '', 'de', '', 'images'),
(1051, '', '', 'el', '', 'images'),
(1051, '', '', 'en', '', 'images'),
(1051, '', '', 'es', '', 'images'),
(1051, '', '', 'fr', '', 'images'),
(1051, '', '', 'it', '', 'images'),
(1051, '', '', 'nl', '', 'images'),
(1051, '', '', 'no', '', 'images'),
(1051, '', '', 'pt', '', 'images'),
(1051, '', '', 'ro', '', 'images'),
(1051, '', '', 'ru', '', 'images'),
(1052, '', '', 'da', '', 'images'),
(1052, '', '', 'de', '', 'images'),
(1052, '', '', 'el', '', 'images'),
(1052, '', '', 'en', '', 'images'),
(1052, '', '', 'es', '', 'images'),
(1052, '', '', 'fr', '', 'images'),
(1052, '', '', 'it', '', 'images'),
(1052, '', '', 'nl', '', 'images'),
(1052, '', '', 'no', '', 'images'),
(1052, '', '', 'pt', '', 'images'),
(1052, '', '', 'ro', '', 'images'),
(1052, '', '', 'ru', '', 'images'),
(1053, '', '', 'da', '', 'images'),
(1053, '', '', 'de', '', 'images'),
(1053, '', '', 'el', '', 'images'),
(1053, '', '', 'en', '', 'images'),
(1053, '', '', 'es', '', 'images'),
(1053, '', '', 'fr', '', 'images'),
(1053, '', '', 'it', '', 'images'),
(1053, '', '', 'nl', '', 'images'),
(1053, '', '', 'no', '', 'images'),
(1053, '', '', 'pt', '', 'images'),
(1053, '', '', 'ro', '', 'images'),
(1053, '', '', 'ru', '', 'images'),
(1054, '', '', 'da', '', 'images'),
(1054, '', '', 'de', '', 'images'),
(1054, '', '', 'el', '', 'images'),
(1054, '', '', 'en', '', 'images'),
(1054, '', '', 'es', '', 'images'),
(1054, '', '', 'fr', '', 'images'),
(1054, '', '', 'it', '', 'images'),
(1054, '', '', 'nl', '', 'images'),
(1054, '', '', 'no', '', 'images'),
(1054, '', '', 'pt', '', 'images'),
(1054, '', '', 'ro', '', 'images'),
(1054, '', '', 'ru', '', 'images'),
(1055, '', '', 'da', '', 'images'),
(1055, '', '', 'de', '', 'images'),
(1055, '', '', 'el', '', 'images'),
(1055, '', '', 'en', '', 'images'),
(1055, '', '', 'es', '', 'images'),
(1055, '', '', 'fr', '', 'images'),
(1055, '', '', 'it', '', 'images'),
(1055, '', '', 'nl', '', 'images'),
(1055, '', '', 'no', '', 'images'),
(1055, '', '', 'pt', '', 'images'),
(1055, '', '', 'ro', '', 'images'),
(1055, '', '', 'ru', '', 'images'),
(2002, '', '', 'da', '', 'images'),
(2002, '', '', 'de', '', 'images'),
(2002, '', '', 'el', '', 'images'),
(2002, '', '', 'en', '', 'images'),
(2002, '', '', 'es', '', 'images'),
(2002, '', '', 'fr', '', 'images'),
(2002, '', '', 'it', '', 'images'),
(2002, '', '', 'nl', '', 'images'),
(2002, '', '', 'no', '', 'images'),
(2002, '', '', 'pt', '', 'images'),
(2002, '', '', 'ro', '', 'images'),
(2002, '', '', 'ru', '', 'images'),
(2003, '', '', 'da', '', 'images'),
(2003, '', '', 'de', '', 'images'),
(2003, '', '', 'el', '', 'images'),
(2003, '', '', 'en', '', 'images'),
(2003, '', '', 'es', '', 'images'),
(2003, '', '', 'fr', '', 'images'),
(2003, '', '', 'it', '', 'images'),
(2003, '', '', 'nl', '', 'images'),
(2003, '', '', 'no', '', 'images'),
(2003, '', '', 'pt', '', 'images'),
(2003, '', '', 'ro', '', 'images'),
(2003, '', '', 'ru', '', 'images'),
(2037, '', '', 'da', '', 'images'),
(2037, '', '', 'de', '', 'images'),
(2037, '', '', 'el', '', 'images'),
(2037, '', '', 'en', '', 'images'),
(2037, '', '', 'es', '', 'images'),
(2037, '', '', 'fr', '', 'images'),
(2037, '', '', 'it', '', 'images'),
(2037, '', '', 'nl', '', 'images'),
(2037, '', '', 'no', '', 'images'),
(2037, '', '', 'pt', '', 'images'),
(2037, '', '', 'ro', '', 'images'),
(2037, '', '', 'ru', '', 'images'),
(2039, '', '', 'da', '', 'images'),
(2039, '', '', 'de', '', 'images'),
(2039, '', '', 'el', '', 'images'),
(2039, '', '', 'en', '', 'images'),
(2039, '', '', 'es', '', 'images'),
(2039, '', '', 'fr', '', 'images'),
(2039, '', '', 'it', '', 'images'),
(2039, '', '', 'nl', '', 'images'),
(2039, '', '', 'no', '', 'images'),
(2039, '', '', 'pt', '', 'images'),
(2039, '', '', 'ro', '', 'images'),
(2039, '', '', 'ru', '', 'images'),
(2161, '', '', 'da', '', 'images'),
(2161, '', '', 'de', '', 'images'),
(2161, '', '', 'el', '', 'images'),
(2161, '', '', 'en', '', 'images'),
(2161, '', '', 'es', '', 'images'),
(2161, '', '', 'fr', '', 'images'),
(2161, '', '', 'it', '', 'images'),
(2161, '', '', 'nl', '', 'images'),
(2161, '', '', 'no', '', 'images'),
(2161, '', '', 'pt', '', 'images'),
(2161, '', '', 'ro', '', 'images'),
(2161, '', '', 'ru', '', 'images'),
(2162, '', '', 'da', '', 'images'),
(2162, '', '', 'de', '', 'images'),
(2162, '', '', 'el', '', 'images'),
(2162, '', '', 'en', '', 'images'),
(2162, '', '', 'es', '', 'images'),
(2162, '', '', 'fr', '', 'images'),
(2162, '', '', 'it', '', 'images'),
(2162, '', '', 'nl', '', 'images'),
(2162, '', '', 'no', '', 'images'),
(2162, '', '', 'pt', '', 'images'),
(2162, '', '', 'ro', '', 'images'),
(2162, '', '', 'ru', '', 'images'),
(2163, '', '', 'da', '', 'images'),
(2163, '', '', 'de', '', 'images'),
(2163, '', '', 'el', '', 'images'),
(2163, '', '', 'en', '', 'images'),
(2163, '', '', 'es', '', 'images'),
(2163, '', '', 'fr', '', 'images'),
(2163, '', '', 'it', '', 'images'),
(2163, '', '', 'nl', '', 'images'),
(2163, '', '', 'no', '', 'images'),
(2163, '', '', 'pt', '', 'images'),
(2163, '', '', 'ro', '', 'images'),
(2163, '', '', 'ru', '', 'images'),
(2164, '', '', 'da', '', 'images'),
(2164, '', '', 'de', '', 'images'),
(2164, '', '', 'el', '', 'images'),
(2164, '', '', 'en', '', 'images'),
(2164, '', '', 'es', '', 'images'),
(2164, '', '', 'fr', '', 'images'),
(2164, '', '', 'it', '', 'images'),
(2164, '', '', 'nl', '', 'images'),
(2164, '', '', 'no', '', 'images'),
(2164, '', '', 'pt', '', 'images'),
(2164, '', '', 'ro', '', 'images'),
(2164, '', '', 'ru', '', 'images'),
(2165, '', '', 'da', '', 'images'),
(2165, '', '', 'de', '', 'images'),
(2165, '', '', 'el', '', 'images'),
(2165, '', '', 'en', '', 'images'),
(2165, '', '', 'es', '', 'images'),
(2165, '', '', 'fr', '', 'images'),
(2165, '', '', 'it', '', 'images'),
(2165, '', '', 'nl', '', 'images'),
(2165, '', '', 'no', '', 'images'),
(2165, '', '', 'pt', '', 'images'),
(2165, '', '', 'ro', '', 'images'),
(2165, '', '', 'ru', '', 'images'),
(2166, '', '', 'da', '', 'images'),
(2166, '', '', 'de', '', 'images'),
(2166, '', '', 'el', '', 'images'),
(2166, '', '', 'en', '', 'images'),
(2166, '', '', 'es', '', 'images'),
(2166, '', '', 'fr', '', 'images'),
(2166, '', '', 'it', '', 'images'),
(2166, '', '', 'nl', '', 'images'),
(2166, '', '', 'no', '', 'images'),
(2166, '', '', 'pt', '', 'images'),
(2166, '', '', 'ro', '', 'images');
INSERT INTO `partiushop_common_descriptions` (`object_id`, `object_type`, `description`, `lang_code`, `object`, `object_holder`) VALUES
(2166, '', '', 'ru', '', 'images'),
(2167, '', '', 'da', '', 'images'),
(2167, '', '', 'de', '', 'images'),
(2167, '', '', 'el', '', 'images'),
(2167, '', '', 'en', '', 'images'),
(2167, '', '', 'es', '', 'images'),
(2167, '', '', 'fr', '', 'images'),
(2167, '', '', 'it', '', 'images'),
(2167, '', '', 'nl', '', 'images'),
(2167, '', '', 'no', '', 'images'),
(2167, '', '', 'pt', '', 'images'),
(2167, '', '', 'ro', '', 'images'),
(2167, '', '', 'ru', '', 'images'),
(2168, '', '', 'da', '', 'images'),
(2168, '', '', 'de', '', 'images'),
(2168, '', '', 'el', '', 'images'),
(2168, '', '', 'en', '', 'images'),
(2168, '', '', 'es', '', 'images'),
(2168, '', '', 'fr', '', 'images'),
(2168, '', '', 'it', '', 'images'),
(2168, '', '', 'nl', '', 'images'),
(2168, '', '', 'no', '', 'images'),
(2168, '', '', 'pt', '', 'images'),
(2168, '', '', 'ro', '', 'images'),
(2168, '', '', 'ru', '', 'images'),
(2169, '', '', 'da', '', 'images'),
(2169, '', '', 'de', '', 'images'),
(2169, '', '', 'el', '', 'images'),
(2169, '', '', 'en', '', 'images'),
(2169, '', '', 'es', '', 'images'),
(2169, '', '', 'fr', '', 'images'),
(2169, '', '', 'it', '', 'images'),
(2169, '', '', 'nl', '', 'images'),
(2169, '', '', 'no', '', 'images'),
(2169, '', '', 'pt', '', 'images'),
(2169, '', '', 'ro', '', 'images'),
(2169, '', '', 'ru', '', 'images'),
(2170, '', '', 'da', '', 'images'),
(2170, '', '', 'de', '', 'images'),
(2170, '', '', 'el', '', 'images'),
(2170, '', '', 'en', '', 'images'),
(2170, '', '', 'es', '', 'images'),
(2170, '', '', 'fr', '', 'images'),
(2170, '', '', 'it', '', 'images'),
(2170, '', '', 'nl', '', 'images'),
(2170, '', '', 'no', '', 'images'),
(2170, '', '', 'pt', '', 'images'),
(2170, '', '', 'ro', '', 'images'),
(2170, '', '', 'ru', '', 'images'),
(2171, '', '', 'da', '', 'images'),
(2171, '', '', 'de', '', 'images'),
(2171, '', '', 'el', '', 'images'),
(2171, '', '', 'en', '', 'images'),
(2171, '', '', 'es', '', 'images'),
(2171, '', '', 'fr', '', 'images'),
(2171, '', '', 'it', '', 'images'),
(2171, '', '', 'nl', '', 'images'),
(2171, '', '', 'no', '', 'images'),
(2171, '', '', 'pt', '', 'images'),
(2171, '', '', 'ro', '', 'images'),
(2171, '', '', 'ru', '', 'images'),
(2172, '', '', 'da', '', 'images'),
(2172, '', '', 'de', '', 'images'),
(2172, '', '', 'el', '', 'images'),
(2172, '', '', 'en', '', 'images'),
(2172, '', '', 'es', '', 'images'),
(2172, '', '', 'fr', '', 'images'),
(2172, '', '', 'it', '', 'images'),
(2172, '', '', 'nl', '', 'images'),
(2172, '', '', 'no', '', 'images'),
(2172, '', '', 'pt', '', 'images'),
(2172, '', '', 'ro', '', 'images'),
(2172, '', '', 'ru', '', 'images'),
(2173, '', '', 'da', '', 'images'),
(2173, '', '', 'de', '', 'images'),
(2173, '', '', 'el', '', 'images'),
(2173, '', '', 'en', '', 'images'),
(2173, '', '', 'es', '', 'images'),
(2173, '', '', 'fr', '', 'images'),
(2173, '', '', 'it', '', 'images'),
(2173, '', '', 'nl', '', 'images'),
(2173, '', '', 'no', '', 'images'),
(2173, '', '', 'pt', '', 'images'),
(2173, '', '', 'ro', '', 'images'),
(2173, '', '', 'ru', '', 'images'),
(2174, '', '', 'da', '', 'images'),
(2174, '', '', 'de', '', 'images'),
(2174, '', '', 'el', '', 'images'),
(2174, '', '', 'en', '', 'images'),
(2174, '', '', 'es', '', 'images'),
(2174, '', '', 'fr', '', 'images'),
(2174, '', '', 'it', '', 'images'),
(2174, '', '', 'nl', '', 'images'),
(2174, '', '', 'no', '', 'images'),
(2174, '', '', 'pt', '', 'images'),
(2174, '', '', 'ro', '', 'images'),
(2174, '', '', 'ru', '', 'images'),
(2175, '', '', 'da', '', 'images'),
(2175, '', '', 'de', '', 'images'),
(2175, '', '', 'el', '', 'images'),
(2175, '', '', 'en', '', 'images'),
(2175, '', '', 'es', '', 'images'),
(2175, '', '', 'fr', '', 'images'),
(2175, '', '', 'it', '', 'images'),
(2175, '', '', 'nl', '', 'images'),
(2175, '', '', 'no', '', 'images'),
(2175, '', '', 'pt', '', 'images'),
(2175, '', '', 'ro', '', 'images'),
(2175, '', '', 'ru', '', 'images'),
(2176, '', '', 'da', '', 'images'),
(2176, '', '', 'de', '', 'images'),
(2176, '', '', 'el', '', 'images'),
(2176, '', '', 'en', '', 'images'),
(2176, '', '', 'es', '', 'images'),
(2176, '', '', 'fr', '', 'images'),
(2176, '', '', 'it', '', 'images'),
(2176, '', '', 'nl', '', 'images'),
(2176, '', '', 'no', '', 'images'),
(2176, '', '', 'pt', '', 'images'),
(2176, '', '', 'ro', '', 'images'),
(2176, '', '', 'ru', '', 'images'),
(2177, '', '', 'da', '', 'images'),
(2177, '', '', 'de', '', 'images'),
(2177, '', '', 'el', '', 'images'),
(2177, '', '', 'en', '', 'images'),
(2177, '', '', 'es', '', 'images'),
(2177, '', '', 'fr', '', 'images'),
(2177, '', '', 'it', '', 'images'),
(2177, '', '', 'nl', '', 'images'),
(2177, '', '', 'no', '', 'images'),
(2177, '', '', 'pt', '', 'images'),
(2177, '', '', 'ro', '', 'images'),
(2177, '', '', 'ru', '', 'images'),
(2178, '', '', 'da', '', 'images'),
(2178, '', '', 'de', '', 'images'),
(2178, '', '', 'el', '', 'images'),
(2178, '', '', 'en', '', 'images'),
(2178, '', '', 'es', '', 'images'),
(2178, '', '', 'fr', '', 'images'),
(2178, '', '', 'it', '', 'images'),
(2178, '', '', 'nl', '', 'images'),
(2178, '', '', 'no', '', 'images'),
(2178, '', '', 'pt', '', 'images'),
(2178, '', '', 'ro', '', 'images'),
(2178, '', '', 'ru', '', 'images'),
(2179, '', '', 'da', '', 'images'),
(2179, '', '', 'de', '', 'images'),
(2179, '', '', 'el', '', 'images'),
(2179, '', '', 'en', '', 'images'),
(2179, '', '', 'es', '', 'images'),
(2179, '', '', 'fr', '', 'images'),
(2179, '', '', 'it', '', 'images'),
(2179, '', '', 'nl', '', 'images'),
(2179, '', '', 'no', '', 'images'),
(2179, '', '', 'pt', '', 'images'),
(2179, '', '', 'ro', '', 'images'),
(2179, '', '', 'ru', '', 'images'),
(2180, '', '', 'da', '', 'images'),
(2180, '', '', 'de', '', 'images'),
(2180, '', '', 'el', '', 'images'),
(2180, '', '', 'en', '', 'images'),
(2180, '', '', 'es', '', 'images'),
(2180, '', '', 'fr', '', 'images'),
(2180, '', '', 'it', '', 'images'),
(2180, '', '', 'nl', '', 'images'),
(2180, '', '', 'no', '', 'images'),
(2180, '', '', 'pt', '', 'images'),
(2180, '', '', 'ro', '', 'images'),
(2180, '', '', 'ru', '', 'images'),
(2181, '', '', 'da', '', 'images'),
(2181, '', '', 'de', '', 'images'),
(2181, '', '', 'el', '', 'images'),
(2181, '', '', 'en', '', 'images'),
(2181, '', '', 'es', '', 'images'),
(2181, '', '', 'fr', '', 'images'),
(2181, '', '', 'it', '', 'images'),
(2181, '', '', 'nl', '', 'images'),
(2181, '', '', 'no', '', 'images'),
(2181, '', '', 'pt', '', 'images'),
(2181, '', '', 'ro', '', 'images'),
(2181, '', '', 'ru', '', 'images'),
(2182, '', '', 'da', '', 'images'),
(2182, '', '', 'de', '', 'images'),
(2182, '', '', 'el', '', 'images'),
(2182, '', '', 'en', '', 'images'),
(2182, '', '', 'es', '', 'images'),
(2182, '', '', 'fr', '', 'images'),
(2182, '', '', 'it', '', 'images'),
(2182, '', '', 'nl', '', 'images'),
(2182, '', '', 'no', '', 'images'),
(2182, '', '', 'pt', '', 'images'),
(2182, '', '', 'ro', '', 'images'),
(2182, '', '', 'ru', '', 'images'),
(2183, '', '', 'da', '', 'images'),
(2183, '', '', 'de', '', 'images'),
(2183, '', '', 'el', '', 'images'),
(2183, '', '', 'en', '', 'images'),
(2183, '', '', 'es', '', 'images'),
(2183, '', '', 'fr', '', 'images'),
(2183, '', '', 'it', '', 'images'),
(2183, '', '', 'nl', '', 'images'),
(2183, '', '', 'no', '', 'images'),
(2183, '', '', 'pt', '', 'images'),
(2183, '', '', 'ro', '', 'images'),
(2183, '', '', 'ru', '', 'images'),
(2184, '', '', 'da', '', 'images'),
(2184, '', '', 'de', '', 'images'),
(2184, '', '', 'el', '', 'images'),
(2184, '', '', 'en', '', 'images'),
(2184, '', '', 'es', '', 'images'),
(2184, '', '', 'fr', '', 'images'),
(2184, '', '', 'it', '', 'images'),
(2184, '', '', 'nl', '', 'images'),
(2184, '', '', 'no', '', 'images'),
(2184, '', '', 'pt', '', 'images'),
(2184, '', '', 'ro', '', 'images'),
(2184, '', '', 'ru', '', 'images'),
(2185, '', '', 'da', '', 'images'),
(2185, '', '', 'de', '', 'images'),
(2185, '', '', 'el', '', 'images'),
(2185, '', '', 'en', '', 'images'),
(2185, '', '', 'es', '', 'images'),
(2185, '', '', 'fr', '', 'images'),
(2185, '', '', 'it', '', 'images'),
(2185, '', '', 'nl', '', 'images'),
(2185, '', '', 'no', '', 'images'),
(2185, '', '', 'pt', '', 'images'),
(2185, '', '', 'ro', '', 'images'),
(2185, '', '', 'ru', '', 'images'),
(2186, '', '', 'da', '', 'images'),
(2186, '', '', 'de', '', 'images'),
(2186, '', '', 'el', '', 'images'),
(2186, '', '', 'en', '', 'images'),
(2186, '', '', 'es', '', 'images'),
(2186, '', '', 'fr', '', 'images'),
(2186, '', '', 'it', '', 'images'),
(2186, '', '', 'nl', '', 'images'),
(2186, '', '', 'no', '', 'images'),
(2186, '', '', 'pt', '', 'images'),
(2186, '', '', 'ro', '', 'images'),
(2186, '', '', 'ru', '', 'images'),
(2187, '', '', 'da', '', 'images'),
(2187, '', '', 'de', '', 'images'),
(2187, '', '', 'el', '', 'images'),
(2187, '', '', 'en', '', 'images'),
(2187, '', '', 'es', '', 'images'),
(2187, '', '', 'fr', '', 'images'),
(2187, '', '', 'it', '', 'images'),
(2187, '', '', 'nl', '', 'images'),
(2187, '', '', 'no', '', 'images'),
(2187, '', '', 'pt', '', 'images'),
(2187, '', '', 'ro', '', 'images'),
(2187, '', '', 'ru', '', 'images'),
(2188, '', '', 'da', '', 'images'),
(2188, '', '', 'de', '', 'images'),
(2188, '', '', 'el', '', 'images'),
(2188, '', '', 'en', '', 'images'),
(2188, '', '', 'es', '', 'images'),
(2188, '', '', 'fr', '', 'images'),
(2188, '', '', 'it', '', 'images'),
(2188, '', '', 'nl', '', 'images'),
(2188, '', '', 'no', '', 'images'),
(2188, '', '', 'pt', '', 'images'),
(2188, '', '', 'ro', '', 'images'),
(2188, '', '', 'ru', '', 'images'),
(2189, '', '', 'da', '', 'images'),
(2189, '', '', 'de', '', 'images'),
(2189, '', '', 'el', '', 'images'),
(2189, '', '', 'en', '', 'images'),
(2189, '', '', 'es', '', 'images'),
(2189, '', '', 'fr', '', 'images'),
(2189, '', '', 'it', '', 'images'),
(2189, '', '', 'nl', '', 'images'),
(2189, '', '', 'no', '', 'images'),
(2189, '', '', 'pt', '', 'images'),
(2189, '', '', 'ro', '', 'images'),
(2189, '', '', 'ru', '', 'images'),
(2190, '', '', 'da', '', 'images'),
(2190, '', '', 'de', '', 'images'),
(2190, '', '', 'el', '', 'images'),
(2190, '', '', 'en', '', 'images'),
(2190, '', '', 'es', '', 'images'),
(2190, '', '', 'fr', '', 'images'),
(2190, '', '', 'it', '', 'images'),
(2190, '', '', 'nl', '', 'images'),
(2190, '', '', 'no', '', 'images'),
(2190, '', '', 'pt', '', 'images'),
(2190, '', '', 'ro', '', 'images'),
(2190, '', '', 'ru', '', 'images'),
(2191, '', '', 'da', '', 'images'),
(2191, '', '', 'de', '', 'images'),
(2191, '', '', 'el', '', 'images'),
(2191, '', '', 'en', '', 'images'),
(2191, '', '', 'es', '', 'images'),
(2191, '', '', 'fr', '', 'images'),
(2191, '', '', 'it', '', 'images'),
(2191, '', '', 'nl', '', 'images'),
(2191, '', '', 'no', '', 'images'),
(2191, '', '', 'pt', '', 'images'),
(2191, '', '', 'ro', '', 'images'),
(2191, '', '', 'ru', '', 'images'),
(2192, '', '', 'da', '', 'images'),
(2192, '', '', 'de', '', 'images'),
(2192, '', '', 'el', '', 'images'),
(2192, '', '', 'en', '', 'images'),
(2192, '', '', 'es', '', 'images'),
(2192, '', '', 'fr', '', 'images'),
(2192, '', '', 'it', '', 'images'),
(2192, '', '', 'nl', '', 'images'),
(2192, '', '', 'no', '', 'images'),
(2192, '', '', 'pt', '', 'images'),
(2192, '', '', 'ro', '', 'images'),
(2192, '', '', 'ru', '', 'images'),
(2193, '', '', 'da', '', 'images'),
(2193, '', '', 'de', '', 'images'),
(2193, '', '', 'el', '', 'images'),
(2193, '', '', 'en', '', 'images'),
(2193, '', '', 'es', '', 'images'),
(2193, '', '', 'fr', '', 'images'),
(2193, '', '', 'it', '', 'images'),
(2193, '', '', 'nl', '', 'images'),
(2193, '', '', 'no', '', 'images'),
(2193, '', '', 'pt', '', 'images'),
(2193, '', '', 'ro', '', 'images'),
(2193, '', '', 'ru', '', 'images'),
(2194, '', '', 'da', '', 'images'),
(2194, '', '', 'de', '', 'images'),
(2194, '', '', 'el', '', 'images'),
(2194, '', '', 'en', '', 'images'),
(2194, '', '', 'es', '', 'images'),
(2194, '', '', 'fr', '', 'images'),
(2194, '', '', 'it', '', 'images'),
(2194, '', '', 'nl', '', 'images'),
(2194, '', '', 'no', '', 'images'),
(2194, '', '', 'pt', '', 'images'),
(2194, '', '', 'ro', '', 'images'),
(2194, '', '', 'ru', '', 'images'),
(2195, '', '', 'da', '', 'images'),
(2195, '', '', 'de', '', 'images'),
(2195, '', '', 'el', '', 'images'),
(2195, '', '', 'en', '', 'images'),
(2195, '', '', 'es', '', 'images'),
(2195, '', '', 'fr', '', 'images'),
(2195, '', '', 'it', '', 'images'),
(2195, '', '', 'nl', '', 'images'),
(2195, '', '', 'no', '', 'images'),
(2195, '', '', 'pt', '', 'images'),
(2195, '', '', 'ro', '', 'images'),
(2195, '', '', 'ru', '', 'images'),
(2196, '', '', 'da', '', 'images'),
(2196, '', '', 'de', '', 'images'),
(2196, '', '', 'el', '', 'images'),
(2196, '', '', 'en', '', 'images'),
(2196, '', '', 'es', '', 'images'),
(2196, '', '', 'fr', '', 'images'),
(2196, '', '', 'it', '', 'images'),
(2196, '', '', 'nl', '', 'images'),
(2196, '', '', 'no', '', 'images'),
(2196, '', '', 'pt', '', 'images'),
(2196, '', '', 'ro', '', 'images'),
(2196, '', '', 'ru', '', 'images'),
(2197, '', '', 'da', '', 'images'),
(2197, '', '', 'de', '', 'images'),
(2197, '', '', 'el', '', 'images'),
(2197, '', '', 'en', '', 'images'),
(2197, '', '', 'es', '', 'images'),
(2197, '', '', 'fr', '', 'images'),
(2197, '', '', 'it', '', 'images'),
(2197, '', '', 'nl', '', 'images'),
(2197, '', '', 'no', '', 'images'),
(2197, '', '', 'pt', '', 'images'),
(2197, '', '', 'ro', '', 'images'),
(2197, '', '', 'ru', '', 'images'),
(2198, '', '', 'da', '', 'images'),
(2198, '', '', 'de', '', 'images'),
(2198, '', '', 'el', '', 'images'),
(2198, '', '', 'en', '', 'images'),
(2198, '', '', 'es', '', 'images'),
(2198, '', '', 'fr', '', 'images'),
(2198, '', '', 'it', '', 'images'),
(2198, '', '', 'nl', '', 'images'),
(2198, '', '', 'no', '', 'images'),
(2198, '', '', 'pt', '', 'images'),
(2198, '', '', 'ro', '', 'images'),
(2198, '', '', 'ru', '', 'images'),
(2199, '', '', 'da', '', 'images'),
(2199, '', '', 'de', '', 'images'),
(2199, '', '', 'el', '', 'images'),
(2199, '', '', 'en', '', 'images'),
(2199, '', '', 'es', '', 'images'),
(2199, '', '', 'fr', '', 'images'),
(2199, '', '', 'it', '', 'images'),
(2199, '', '', 'nl', '', 'images'),
(2199, '', '', 'no', '', 'images'),
(2199, '', '', 'pt', '', 'images'),
(2199, '', '', 'ro', '', 'images'),
(2199, '', '', 'ru', '', 'images'),
(2200, '', '', 'da', '', 'images'),
(2200, '', '', 'de', '', 'images'),
(2200, '', '', 'el', '', 'images'),
(2200, '', '', 'en', '', 'images'),
(2200, '', '', 'es', '', 'images'),
(2200, '', '', 'fr', '', 'images'),
(2200, '', '', 'it', '', 'images'),
(2200, '', '', 'nl', '', 'images'),
(2200, '', '', 'no', '', 'images'),
(2200, '', '', 'pt', '', 'images'),
(2200, '', '', 'ro', '', 'images'),
(2200, '', '', 'ru', '', 'images'),
(2201, '', '', 'da', '', 'images'),
(2201, '', '', 'de', '', 'images'),
(2201, '', '', 'el', '', 'images'),
(2201, '', '', 'en', '', 'images'),
(2201, '', '', 'es', '', 'images'),
(2201, '', '', 'fr', '', 'images'),
(2201, '', '', 'it', '', 'images'),
(2201, '', '', 'nl', '', 'images'),
(2201, '', '', 'no', '', 'images'),
(2201, '', '', 'pt', '', 'images'),
(2201, '', '', 'ro', '', 'images'),
(2201, '', '', 'ru', '', 'images'),
(2202, '', '', 'da', '', 'images'),
(2202, '', '', 'de', '', 'images'),
(2202, '', '', 'el', '', 'images'),
(2202, '', '', 'en', '', 'images'),
(2202, '', '', 'es', '', 'images'),
(2202, '', '', 'fr', '', 'images'),
(2202, '', '', 'it', '', 'images'),
(2202, '', '', 'nl', '', 'images'),
(2202, '', '', 'no', '', 'images'),
(2202, '', '', 'pt', '', 'images'),
(2202, '', '', 'ro', '', 'images'),
(2202, '', '', 'ru', '', 'images'),
(2203, '', '', 'da', '', 'images'),
(2203, '', '', 'de', '', 'images'),
(2203, '', '', 'el', '', 'images'),
(2203, '', '', 'en', '', 'images'),
(2203, '', '', 'es', '', 'images'),
(2203, '', '', 'fr', '', 'images'),
(2203, '', '', 'it', '', 'images'),
(2203, '', '', 'nl', '', 'images'),
(2203, '', '', 'no', '', 'images'),
(2203, '', '', 'pt', '', 'images'),
(2203, '', '', 'ro', '', 'images'),
(2203, '', '', 'ru', '', 'images'),
(2204, '', '', 'da', '', 'images'),
(2204, '', '', 'de', '', 'images'),
(2204, '', '', 'el', '', 'images'),
(2204, '', '', 'en', '', 'images'),
(2204, '', '', 'es', '', 'images'),
(2204, '', '', 'fr', '', 'images'),
(2204, '', '', 'it', '', 'images'),
(2204, '', '', 'nl', '', 'images'),
(2204, '', '', 'no', '', 'images'),
(2204, '', '', 'pt', '', 'images'),
(2204, '', '', 'ro', '', 'images'),
(2204, '', '', 'ru', '', 'images'),
(2205, '', '', 'da', '', 'images'),
(2205, '', '', 'de', '', 'images'),
(2205, '', '', 'el', '', 'images'),
(2205, '', '', 'en', '', 'images'),
(2205, '', '', 'es', '', 'images'),
(2205, '', '', 'fr', '', 'images'),
(2205, '', '', 'it', '', 'images'),
(2205, '', '', 'nl', '', 'images'),
(2205, '', '', 'no', '', 'images'),
(2205, '', '', 'pt', '', 'images'),
(2205, '', '', 'ro', '', 'images'),
(2205, '', '', 'ru', '', 'images'),
(2206, '', '', 'da', '', 'images'),
(2206, '', '', 'de', '', 'images'),
(2206, '', '', 'el', '', 'images'),
(2206, '', '', 'en', '', 'images'),
(2206, '', '', 'es', '', 'images'),
(2206, '', '', 'fr', '', 'images'),
(2206, '', '', 'it', '', 'images'),
(2206, '', '', 'nl', '', 'images'),
(2206, '', '', 'no', '', 'images'),
(2206, '', '', 'pt', '', 'images'),
(2206, '', '', 'ro', '', 'images'),
(2206, '', '', 'ru', '', 'images'),
(2207, '', '', 'da', '', 'images'),
(2207, '', '', 'de', '', 'images'),
(2207, '', '', 'el', '', 'images'),
(2207, '', '', 'en', '', 'images'),
(2207, '', '', 'es', '', 'images'),
(2207, '', '', 'fr', '', 'images'),
(2207, '', '', 'it', '', 'images'),
(2207, '', '', 'nl', '', 'images'),
(2207, '', '', 'no', '', 'images'),
(2207, '', '', 'pt', '', 'images'),
(2207, '', '', 'ro', '', 'images'),
(2207, '', '', 'ru', '', 'images'),
(2208, '', '', 'da', '', 'images'),
(2208, '', '', 'de', '', 'images'),
(2208, '', '', 'el', '', 'images'),
(2208, '', '', 'en', '', 'images'),
(2208, '', '', 'es', '', 'images'),
(2208, '', '', 'fr', '', 'images'),
(2208, '', '', 'it', '', 'images'),
(2208, '', '', 'nl', '', 'images'),
(2208, '', '', 'no', '', 'images'),
(2208, '', '', 'pt', '', 'images'),
(2208, '', '', 'ro', '', 'images'),
(2208, '', '', 'ru', '', 'images'),
(2209, '', '', 'da', '', 'images'),
(2209, '', '', 'de', '', 'images'),
(2209, '', '', 'el', '', 'images'),
(2209, '', '', 'en', '', 'images'),
(2209, '', '', 'es', '', 'images'),
(2209, '', '', 'fr', '', 'images'),
(2209, '', '', 'it', '', 'images'),
(2209, '', '', 'nl', '', 'images'),
(2209, '', '', 'no', '', 'images'),
(2209, '', '', 'pt', '', 'images'),
(2209, '', '', 'ro', '', 'images'),
(2209, '', '', 'ru', '', 'images'),
(2210, '', '', 'da', '', 'images'),
(2210, '', '', 'de', '', 'images'),
(2210, '', '', 'el', '', 'images'),
(2210, '', '', 'en', '', 'images'),
(2210, '', '', 'es', '', 'images'),
(2210, '', '', 'fr', '', 'images'),
(2210, '', '', 'it', '', 'images'),
(2210, '', '', 'nl', '', 'images'),
(2210, '', '', 'no', '', 'images'),
(2210, '', '', 'pt', '', 'images'),
(2210, '', '', 'ro', '', 'images'),
(2210, '', '', 'ru', '', 'images'),
(2213, '', '', 'da', '', 'images'),
(2213, '', '', 'de', '', 'images'),
(2213, '', '', 'el', '', 'images'),
(2213, '', '', 'en', '', 'images'),
(2213, '', '', 'es', '', 'images'),
(2213, '', '', 'fr', '', 'images'),
(2213, '', '', 'it', '', 'images'),
(2213, '', '', 'nl', '', 'images'),
(2213, '', '', 'no', '', 'images'),
(2213, '', '', 'pt', '', 'images'),
(2213, '', '', 'ro', '', 'images'),
(2213, '', '', 'ru', '', 'images'),
(2214, '', '', 'da', '', 'images'),
(2214, '', '', 'de', '', 'images'),
(2214, '', '', 'el', '', 'images'),
(2214, '', '', 'en', '', 'images'),
(2214, '', '', 'es', '', 'images'),
(2214, '', '', 'fr', '', 'images'),
(2214, '', '', 'it', '', 'images'),
(2214, '', '', 'nl', '', 'images'),
(2214, '', '', 'no', '', 'images'),
(2214, '', '', 'pt', '', 'images'),
(2214, '', '', 'ro', '', 'images'),
(2214, '', '', 'ru', '', 'images'),
(2215, '', '', 'da', '', 'images'),
(2215, '', '', 'de', '', 'images'),
(2215, '', '', 'el', '', 'images'),
(2215, '', '', 'en', '', 'images'),
(2215, '', '', 'es', '', 'images'),
(2215, '', '', 'fr', '', 'images'),
(2215, '', '', 'it', '', 'images'),
(2215, '', '', 'nl', '', 'images'),
(2215, '', '', 'no', '', 'images'),
(2215, '', '', 'pt', '', 'images'),
(2215, '', '', 'ro', '', 'images'),
(2215, '', '', 'ru', '', 'images'),
(2216, '', '', 'da', '', 'images'),
(2216, '', '', 'de', '', 'images'),
(2216, '', '', 'el', '', 'images'),
(2216, '', '', 'en', '', 'images'),
(2216, '', '', 'es', '', 'images'),
(2216, '', '', 'fr', '', 'images'),
(2216, '', '', 'it', '', 'images'),
(2216, '', '', 'nl', '', 'images'),
(2216, '', '', 'no', '', 'images'),
(2216, '', '', 'pt', '', 'images'),
(2216, '', '', 'ro', '', 'images'),
(2216, '', '', 'ru', '', 'images'),
(2217, '', '', 'da', '', 'images'),
(2217, '', '', 'de', '', 'images'),
(2217, '', '', 'el', '', 'images'),
(2217, '', '', 'en', '', 'images'),
(2217, '', '', 'es', '', 'images'),
(2217, '', '', 'fr', '', 'images'),
(2217, '', '', 'it', '', 'images'),
(2217, '', '', 'nl', '', 'images'),
(2217, '', '', 'no', '', 'images'),
(2217, '', '', 'pt', '', 'images'),
(2217, '', '', 'ro', '', 'images'),
(2217, '', '', 'ru', '', 'images'),
(2218, '', '', 'da', '', 'images'),
(2218, '', '', 'de', '', 'images'),
(2218, '', '', 'el', '', 'images'),
(2218, '', '', 'en', '', 'images'),
(2218, '', '', 'es', '', 'images'),
(2218, '', '', 'fr', '', 'images'),
(2218, '', '', 'it', '', 'images'),
(2218, '', '', 'nl', '', 'images'),
(2218, '', '', 'no', '', 'images'),
(2218, '', '', 'pt', '', 'images'),
(2218, '', '', 'ro', '', 'images'),
(2218, '', '', 'ru', '', 'images'),
(2219, '', '', 'da', '', 'images'),
(2219, '', '', 'de', '', 'images'),
(2219, '', '', 'el', '', 'images'),
(2219, '', '', 'en', '', 'images'),
(2219, '', '', 'es', '', 'images'),
(2219, '', '', 'fr', '', 'images'),
(2219, '', '', 'it', '', 'images'),
(2219, '', '', 'nl', '', 'images'),
(2219, '', '', 'no', '', 'images'),
(2219, '', '', 'pt', '', 'images'),
(2219, '', '', 'ro', '', 'images'),
(2219, '', '', 'ru', '', 'images'),
(2220, '', '', 'da', '', 'images'),
(2220, '', '', 'de', '', 'images'),
(2220, '', '', 'el', '', 'images'),
(2220, '', '', 'en', '', 'images'),
(2220, '', '', 'es', '', 'images'),
(2220, '', '', 'fr', '', 'images'),
(2220, '', '', 'it', '', 'images'),
(2220, '', '', 'nl', '', 'images'),
(2220, '', '', 'no', '', 'images'),
(2220, '', '', 'pt', '', 'images'),
(2220, '', '', 'ro', '', 'images'),
(2220, '', '', 'ru', '', 'images'),
(2221, '', '', 'da', '', 'images'),
(2221, '', '', 'de', '', 'images'),
(2221, '', '', 'el', '', 'images'),
(2221, '', '', 'en', '', 'images'),
(2221, '', '', 'es', '', 'images'),
(2221, '', '', 'fr', '', 'images'),
(2221, '', '', 'it', '', 'images'),
(2221, '', '', 'nl', '', 'images'),
(2221, '', '', 'no', '', 'images'),
(2221, '', '', 'pt', '', 'images'),
(2221, '', '', 'ro', '', 'images'),
(2221, '', '', 'ru', '', 'images'),
(2222, '', '', 'da', '', 'images'),
(2222, '', '', 'de', '', 'images'),
(2222, '', '', 'el', '', 'images'),
(2222, '', '', 'en', '', 'images'),
(2222, '', '', 'es', '', 'images'),
(2222, '', '', 'fr', '', 'images'),
(2222, '', '', 'it', '', 'images'),
(2222, '', '', 'nl', '', 'images'),
(2222, '', '', 'no', '', 'images'),
(2222, '', '', 'pt', '', 'images'),
(2222, '', '', 'ro', '', 'images'),
(2222, '', '', 'ru', '', 'images'),
(2223, '', '', 'da', '', 'images'),
(2223, '', '', 'de', '', 'images'),
(2223, '', '', 'el', '', 'images'),
(2223, '', '', 'en', '', 'images'),
(2223, '', '', 'es', '', 'images'),
(2223, '', '', 'fr', '', 'images'),
(2223, '', '', 'it', '', 'images'),
(2223, '', '', 'nl', '', 'images'),
(2223, '', '', 'no', '', 'images'),
(2223, '', '', 'pt', '', 'images'),
(2223, '', '', 'ro', '', 'images'),
(2223, '', '', 'ru', '', 'images'),
(2224, '', '', 'da', '', 'images'),
(2224, '', '', 'de', '', 'images'),
(2224, '', '', 'el', '', 'images'),
(2224, '', '', 'en', '', 'images'),
(2224, '', '', 'es', '', 'images'),
(2224, '', '', 'fr', '', 'images'),
(2224, '', '', 'it', '', 'images'),
(2224, '', '', 'nl', '', 'images'),
(2224, '', '', 'no', '', 'images'),
(2224, '', '', 'pt', '', 'images'),
(2224, '', '', 'ro', '', 'images'),
(2224, '', '', 'ru', '', 'images'),
(2225, '', '', 'da', '', 'images'),
(2225, '', '', 'de', '', 'images'),
(2225, '', '', 'el', '', 'images'),
(2225, '', '', 'en', '', 'images'),
(2225, '', '', 'es', '', 'images'),
(2225, '', '', 'fr', '', 'images'),
(2225, '', '', 'it', '', 'images'),
(2225, '', '', 'nl', '', 'images'),
(2225, '', '', 'no', '', 'images'),
(2225, '', '', 'pt', '', 'images'),
(2225, '', '', 'ro', '', 'images'),
(2225, '', '', 'ru', '', 'images'),
(2226, '', '', 'da', '', 'images'),
(2226, '', '', 'de', '', 'images'),
(2226, '', '', 'el', '', 'images'),
(2226, '', '', 'en', '', 'images'),
(2226, '', '', 'es', '', 'images'),
(2226, '', '', 'fr', '', 'images'),
(2226, '', '', 'it', '', 'images'),
(2226, '', '', 'nl', '', 'images'),
(2226, '', '', 'no', '', 'images'),
(2226, '', '', 'pt', '', 'images'),
(2226, '', '', 'ro', '', 'images'),
(2226, '', '', 'ru', '', 'images'),
(2227, '', '', 'da', '', 'images'),
(2227, '', '', 'de', '', 'images'),
(2227, '', '', 'el', '', 'images'),
(2227, '', '', 'en', '', 'images'),
(2227, '', '', 'es', '', 'images'),
(2227, '', '', 'fr', '', 'images'),
(2227, '', '', 'it', '', 'images'),
(2227, '', '', 'nl', '', 'images'),
(2227, '', '', 'no', '', 'images'),
(2227, '', '', 'pt', '', 'images'),
(2227, '', '', 'ro', '', 'images'),
(2227, '', '', 'ru', '', 'images'),
(2228, '', '', 'da', '', 'images'),
(2228, '', '', 'de', '', 'images'),
(2228, '', '', 'el', '', 'images'),
(2228, '', '', 'en', '', 'images'),
(2228, '', '', 'es', '', 'images'),
(2228, '', '', 'fr', '', 'images'),
(2228, '', '', 'it', '', 'images'),
(2228, '', '', 'nl', '', 'images'),
(2228, '', '', 'no', '', 'images'),
(2228, '', '', 'pt', '', 'images'),
(2228, '', '', 'ro', '', 'images'),
(2228, '', '', 'ru', '', 'images'),
(2229, '', '', 'da', '', 'images'),
(2229, '', '', 'de', '', 'images'),
(2229, '', '', 'el', '', 'images'),
(2229, '', '', 'en', '', 'images'),
(2229, '', '', 'es', '', 'images'),
(2229, '', '', 'fr', '', 'images'),
(2229, '', '', 'it', '', 'images'),
(2229, '', '', 'nl', '', 'images'),
(2229, '', '', 'no', '', 'images'),
(2229, '', '', 'pt', '', 'images'),
(2229, '', '', 'ro', '', 'images'),
(2229, '', '', 'ru', '', 'images'),
(2230, '', '', 'da', '', 'images'),
(2230, '', '', 'de', '', 'images'),
(2230, '', '', 'el', '', 'images'),
(2230, '', '', 'en', '', 'images'),
(2230, '', '', 'es', '', 'images'),
(2230, '', '', 'fr', '', 'images'),
(2230, '', '', 'it', '', 'images'),
(2230, '', '', 'nl', '', 'images'),
(2230, '', '', 'no', '', 'images'),
(2230, '', '', 'pt', '', 'images'),
(2230, '', '', 'ro', '', 'images'),
(2230, '', '', 'ru', '', 'images'),
(2231, '', '', 'da', '', 'images'),
(2231, '', '', 'de', '', 'images'),
(2231, '', '', 'el', '', 'images'),
(2231, '', '', 'en', '', 'images'),
(2231, '', '', 'es', '', 'images'),
(2231, '', '', 'fr', '', 'images'),
(2231, '', '', 'it', '', 'images'),
(2231, '', '', 'nl', '', 'images'),
(2231, '', '', 'no', '', 'images'),
(2231, '', '', 'pt', '', 'images'),
(2231, '', '', 'ro', '', 'images'),
(2231, '', '', 'ru', '', 'images'),
(2232, '', '', 'da', '', 'images'),
(2232, '', '', 'de', '', 'images'),
(2232, '', '', 'el', '', 'images'),
(2232, '', '', 'en', '', 'images'),
(2232, '', '', 'es', '', 'images'),
(2232, '', '', 'fr', '', 'images'),
(2232, '', '', 'it', '', 'images'),
(2232, '', '', 'nl', '', 'images'),
(2232, '', '', 'no', '', 'images'),
(2232, '', '', 'pt', '', 'images'),
(2232, '', '', 'ro', '', 'images'),
(2232, '', '', 'ru', '', 'images'),
(2233, '', '', 'da', '', 'images'),
(2233, '', '', 'de', '', 'images'),
(2233, '', '', 'el', '', 'images'),
(2233, '', '', 'en', '', 'images'),
(2233, '', '', 'es', '', 'images'),
(2233, '', '', 'fr', '', 'images'),
(2233, '', '', 'it', '', 'images'),
(2233, '', '', 'nl', '', 'images'),
(2233, '', '', 'no', '', 'images'),
(2233, '', '', 'pt', '', 'images'),
(2233, '', '', 'ro', '', 'images'),
(2233, '', '', 'ru', '', 'images'),
(2234, '', '', 'da', '', 'images'),
(2234, '', '', 'de', '', 'images'),
(2234, '', '', 'el', '', 'images'),
(2234, '', '', 'en', '', 'images'),
(2234, '', '', 'es', '', 'images'),
(2234, '', '', 'fr', '', 'images'),
(2234, '', '', 'it', '', 'images'),
(2234, '', '', 'nl', '', 'images'),
(2234, '', '', 'no', '', 'images'),
(2234, '', '', 'pt', '', 'images'),
(2234, '', '', 'ro', '', 'images'),
(2234, '', '', 'ru', '', 'images'),
(2235, '', '', 'da', '', 'images'),
(2235, '', '', 'de', '', 'images'),
(2235, '', '', 'el', '', 'images'),
(2235, '', '', 'en', '', 'images'),
(2235, '', '', 'es', '', 'images'),
(2235, '', '', 'fr', '', 'images'),
(2235, '', '', 'it', '', 'images'),
(2235, '', '', 'nl', '', 'images'),
(2235, '', '', 'no', '', 'images'),
(2235, '', '', 'pt', '', 'images'),
(2235, '', '', 'ro', '', 'images'),
(2235, '', '', 'ru', '', 'images'),
(2236, '', '', 'da', '', 'images'),
(2236, '', '', 'de', '', 'images'),
(2236, '', '', 'el', '', 'images'),
(2236, '', '', 'en', '', 'images'),
(2236, '', '', 'es', '', 'images'),
(2236, '', '', 'fr', '', 'images'),
(2236, '', '', 'it', '', 'images'),
(2236, '', '', 'nl', '', 'images'),
(2236, '', '', 'no', '', 'images'),
(2236, '', '', 'pt', '', 'images'),
(2236, '', '', 'ro', '', 'images'),
(2236, '', '', 'ru', '', 'images'),
(2237, '', '', 'da', '', 'images'),
(2237, '', '', 'de', '', 'images'),
(2237, '', '', 'el', '', 'images'),
(2237, '', '', 'en', '', 'images'),
(2237, '', '', 'es', '', 'images'),
(2237, '', '', 'fr', '', 'images'),
(2237, '', '', 'it', '', 'images'),
(2237, '', '', 'nl', '', 'images'),
(2237, '', '', 'no', '', 'images'),
(2237, '', '', 'pt', '', 'images'),
(2237, '', '', 'ro', '', 'images'),
(2237, '', '', 'ru', '', 'images'),
(2238, '', '', 'da', '', 'images'),
(2238, '', '', 'de', '', 'images'),
(2238, '', '', 'el', '', 'images'),
(2238, '', '', 'en', '', 'images'),
(2238, '', '', 'es', '', 'images'),
(2238, '', '', 'fr', '', 'images'),
(2238, '', '', 'it', '', 'images'),
(2238, '', '', 'nl', '', 'images'),
(2238, '', '', 'no', '', 'images'),
(2238, '', '', 'pt', '', 'images'),
(2238, '', '', 'ro', '', 'images'),
(2238, '', '', 'ru', '', 'images'),
(2239, '', '', 'da', '', 'images'),
(2239, '', '', 'de', '', 'images'),
(2239, '', '', 'el', '', 'images'),
(2239, '', '', 'en', '', 'images'),
(2239, '', '', 'es', '', 'images'),
(2239, '', '', 'fr', '', 'images'),
(2239, '', '', 'it', '', 'images'),
(2239, '', '', 'nl', '', 'images'),
(2239, '', '', 'no', '', 'images'),
(2239, '', '', 'pt', '', 'images'),
(2239, '', '', 'ro', '', 'images'),
(2239, '', '', 'ru', '', 'images'),
(2240, '', '', 'da', '', 'images'),
(2240, '', '', 'de', '', 'images'),
(2240, '', '', 'el', '', 'images'),
(2240, '', '', 'en', '', 'images'),
(2240, '', '', 'es', '', 'images'),
(2240, '', '', 'fr', '', 'images'),
(2240, '', '', 'it', '', 'images'),
(2240, '', '', 'nl', '', 'images'),
(2240, '', '', 'no', '', 'images'),
(2240, '', '', 'pt', '', 'images'),
(2240, '', '', 'ro', '', 'images'),
(2240, '', '', 'ru', '', 'images'),
(2241, '', '', 'da', '', 'images'),
(2241, '', '', 'de', '', 'images'),
(2241, '', '', 'el', '', 'images'),
(2241, '', '', 'en', '', 'images'),
(2241, '', '', 'es', '', 'images'),
(2241, '', '', 'fr', '', 'images'),
(2241, '', '', 'it', '', 'images'),
(2241, '', '', 'nl', '', 'images'),
(2241, '', '', 'no', '', 'images'),
(2241, '', '', 'pt', '', 'images'),
(2241, '', '', 'ro', '', 'images'),
(2241, '', '', 'ru', '', 'images'),
(2242, '', '', 'da', '', 'images'),
(2242, '', '', 'de', '', 'images'),
(2242, '', '', 'el', '', 'images'),
(2242, '', '', 'en', '', 'images'),
(2242, '', '', 'es', '', 'images'),
(2242, '', '', 'fr', '', 'images'),
(2242, '', '', 'it', '', 'images'),
(2242, '', '', 'nl', '', 'images'),
(2242, '', '', 'no', '', 'images'),
(2242, '', '', 'pt', '', 'images'),
(2242, '', '', 'ro', '', 'images'),
(2242, '', '', 'ru', '', 'images'),
(2243, '', '', 'da', '', 'images'),
(2243, '', '', 'de', '', 'images'),
(2243, '', '', 'el', '', 'images'),
(2243, '', '', 'en', '', 'images'),
(2243, '', '', 'es', '', 'images'),
(2243, '', '', 'fr', '', 'images'),
(2243, '', '', 'it', '', 'images'),
(2243, '', '', 'nl', '', 'images'),
(2243, '', '', 'no', '', 'images'),
(2243, '', '', 'pt', '', 'images'),
(2243, '', '', 'ro', '', 'images'),
(2243, '', '', 'ru', '', 'images'),
(2244, '', '', 'da', '', 'images'),
(2244, '', '', 'de', '', 'images'),
(2244, '', '', 'el', '', 'images'),
(2244, '', '', 'en', '', 'images'),
(2244, '', '', 'es', '', 'images'),
(2244, '', '', 'fr', '', 'images'),
(2244, '', '', 'it', '', 'images'),
(2244, '', '', 'nl', '', 'images'),
(2244, '', '', 'no', '', 'images'),
(2244, '', '', 'pt', '', 'images'),
(2244, '', '', 'ro', '', 'images'),
(2244, '', '', 'ru', '', 'images'),
(2245, '', '', 'da', '', 'images'),
(2245, '', '', 'de', '', 'images'),
(2245, '', '', 'el', '', 'images'),
(2245, '', '', 'en', '', 'images'),
(2245, '', '', 'es', '', 'images'),
(2245, '', '', 'fr', '', 'images'),
(2245, '', '', 'it', '', 'images'),
(2245, '', '', 'nl', '', 'images'),
(2245, '', '', 'no', '', 'images'),
(2245, '', '', 'pt', '', 'images'),
(2245, '', '', 'ro', '', 'images'),
(2245, '', '', 'ru', '', 'images'),
(2246, '', '', 'da', '', 'images'),
(2246, '', '', 'de', '', 'images'),
(2246, '', '', 'el', '', 'images'),
(2246, '', '', 'en', '', 'images'),
(2246, '', '', 'es', '', 'images'),
(2246, '', '', 'fr', '', 'images'),
(2246, '', '', 'it', '', 'images'),
(2246, '', '', 'nl', '', 'images'),
(2246, '', '', 'no', '', 'images'),
(2246, '', '', 'pt', '', 'images'),
(2246, '', '', 'ro', '', 'images'),
(2246, '', '', 'ru', '', 'images'),
(2247, '', '', 'da', '', 'images'),
(2247, '', '', 'de', '', 'images'),
(2247, '', '', 'el', '', 'images'),
(2247, '', '', 'en', '', 'images'),
(2247, '', '', 'es', '', 'images'),
(2247, '', '', 'fr', '', 'images'),
(2247, '', '', 'it', '', 'images'),
(2247, '', '', 'nl', '', 'images'),
(2247, '', '', 'no', '', 'images'),
(2247, '', '', 'pt', '', 'images'),
(2247, '', '', 'ro', '', 'images'),
(2247, '', '', 'ru', '', 'images'),
(2248, '', '', 'da', '', 'images'),
(2248, '', '', 'de', '', 'images'),
(2248, '', '', 'el', '', 'images'),
(2248, '', '', 'en', '', 'images'),
(2248, '', '', 'es', '', 'images'),
(2248, '', '', 'fr', '', 'images'),
(2248, '', '', 'it', '', 'images'),
(2248, '', '', 'nl', '', 'images'),
(2248, '', '', 'no', '', 'images'),
(2248, '', '', 'pt', '', 'images'),
(2248, '', '', 'ro', '', 'images'),
(2248, '', '', 'ru', '', 'images'),
(2249, '', '', 'da', '', 'images'),
(2249, '', '', 'de', '', 'images'),
(2249, '', '', 'el', '', 'images'),
(2249, '', '', 'en', '', 'images'),
(2249, '', '', 'es', '', 'images'),
(2249, '', '', 'fr', '', 'images'),
(2249, '', '', 'it', '', 'images'),
(2249, '', '', 'nl', '', 'images'),
(2249, '', '', 'no', '', 'images'),
(2249, '', '', 'pt', '', 'images'),
(2249, '', '', 'ro', '', 'images'),
(2249, '', '', 'ru', '', 'images'),
(2250, '', '', 'da', '', 'images'),
(2250, '', '', 'de', '', 'images'),
(2250, '', '', 'el', '', 'images'),
(2250, '', '', 'en', '', 'images'),
(2250, '', '', 'es', '', 'images'),
(2250, '', '', 'fr', '', 'images'),
(2250, '', '', 'it', '', 'images'),
(2250, '', '', 'nl', '', 'images'),
(2250, '', '', 'no', '', 'images'),
(2250, '', '', 'pt', '', 'images'),
(2250, '', '', 'ro', '', 'images'),
(2250, '', '', 'ru', '', 'images'),
(2251, '', '', 'da', '', 'images'),
(2251, '', '', 'de', '', 'images'),
(2251, '', '', 'el', '', 'images'),
(2251, '', '', 'en', '', 'images'),
(2251, '', '', 'es', '', 'images'),
(2251, '', '', 'fr', '', 'images'),
(2251, '', '', 'it', '', 'images'),
(2251, '', '', 'nl', '', 'images'),
(2251, '', '', 'no', '', 'images'),
(2251, '', '', 'pt', '', 'images'),
(2251, '', '', 'ro', '', 'images'),
(2251, '', '', 'ru', '', 'images'),
(2252, '', '', 'da', '', 'images'),
(2252, '', '', 'de', '', 'images'),
(2252, '', '', 'el', '', 'images'),
(2252, '', '', 'en', '', 'images'),
(2252, '', '', 'es', '', 'images'),
(2252, '', '', 'fr', '', 'images'),
(2252, '', '', 'it', '', 'images'),
(2252, '', '', 'nl', '', 'images'),
(2252, '', '', 'no', '', 'images'),
(2252, '', '', 'pt', '', 'images'),
(2252, '', '', 'ro', '', 'images'),
(2252, '', '', 'ru', '', 'images'),
(2253, '', '', 'da', '', 'images'),
(2253, '', '', 'de', '', 'images'),
(2253, '', '', 'el', '', 'images'),
(2253, '', '', 'en', '', 'images'),
(2253, '', '', 'es', '', 'images'),
(2253, '', '', 'fr', '', 'images'),
(2253, '', '', 'it', '', 'images'),
(2253, '', '', 'nl', '', 'images'),
(2253, '', '', 'no', '', 'images'),
(2253, '', '', 'pt', '', 'images'),
(2253, '', '', 'ro', '', 'images'),
(2253, '', '', 'ru', '', 'images'),
(2254, '', '', 'da', '', 'images'),
(2254, '', '', 'de', '', 'images'),
(2254, '', '', 'el', '', 'images'),
(2254, '', '', 'en', '', 'images'),
(2254, '', '', 'es', '', 'images'),
(2254, '', '', 'fr', '', 'images'),
(2254, '', '', 'it', '', 'images'),
(2254, '', '', 'nl', '', 'images'),
(2254, '', '', 'no', '', 'images'),
(2254, '', '', 'pt', '', 'images'),
(2254, '', '', 'ro', '', 'images'),
(2254, '', '', 'ru', '', 'images'),
(2255, '', '', 'da', '', 'images'),
(2255, '', '', 'de', '', 'images'),
(2255, '', '', 'el', '', 'images'),
(2255, '', '', 'en', '', 'images'),
(2255, '', '', 'es', '', 'images'),
(2255, '', '', 'fr', '', 'images'),
(2255, '', '', 'it', '', 'images'),
(2255, '', '', 'nl', '', 'images'),
(2255, '', '', 'no', '', 'images'),
(2255, '', '', 'pt', '', 'images'),
(2255, '', '', 'ro', '', 'images'),
(2255, '', '', 'ru', '', 'images'),
(2256, '', '', 'da', '', 'images'),
(2256, '', '', 'de', '', 'images'),
(2256, '', '', 'el', '', 'images'),
(2256, '', '', 'en', '', 'images'),
(2256, '', '', 'es', '', 'images'),
(2256, '', '', 'fr', '', 'images'),
(2256, '', '', 'it', '', 'images'),
(2256, '', '', 'nl', '', 'images'),
(2256, '', '', 'no', '', 'images'),
(2256, '', '', 'pt', '', 'images'),
(2256, '', '', 'ro', '', 'images'),
(2256, '', '', 'ru', '', 'images'),
(2257, '', '', 'da', '', 'images'),
(2257, '', '', 'de', '', 'images'),
(2257, '', '', 'el', '', 'images'),
(2257, '', '', 'en', '', 'images'),
(2257, '', '', 'es', '', 'images'),
(2257, '', '', 'fr', '', 'images'),
(2257, '', '', 'it', '', 'images'),
(2257, '', '', 'nl', '', 'images'),
(2257, '', '', 'no', '', 'images'),
(2257, '', '', 'pt', '', 'images'),
(2257, '', '', 'ro', '', 'images'),
(2257, '', '', 'ru', '', 'images'),
(2258, '', '', 'da', '', 'images'),
(2258, '', '', 'de', '', 'images'),
(2258, '', '', 'el', '', 'images'),
(2258, '', '', 'en', '', 'images'),
(2258, '', '', 'es', '', 'images'),
(2258, '', '', 'fr', '', 'images'),
(2258, '', '', 'it', '', 'images'),
(2258, '', '', 'nl', '', 'images'),
(2258, '', '', 'no', '', 'images'),
(2258, '', '', 'pt', '', 'images'),
(2258, '', '', 'ro', '', 'images'),
(2258, '', '', 'ru', '', 'images'),
(2259, '', '', 'da', '', 'images'),
(2259, '', '', 'de', '', 'images'),
(2259, '', '', 'el', '', 'images'),
(2259, '', '', 'en', '', 'images'),
(2259, '', '', 'es', '', 'images'),
(2259, '', '', 'fr', '', 'images'),
(2259, '', '', 'it', '', 'images'),
(2259, '', '', 'nl', '', 'images'),
(2259, '', '', 'no', '', 'images'),
(2259, '', '', 'pt', '', 'images'),
(2259, '', '', 'ro', '', 'images'),
(2259, '', '', 'ru', '', 'images'),
(2260, '', '', 'da', '', 'images'),
(2260, '', '', 'de', '', 'images'),
(2260, '', '', 'el', '', 'images'),
(2260, '', '', 'en', '', 'images'),
(2260, '', '', 'es', '', 'images'),
(2260, '', '', 'fr', '', 'images'),
(2260, '', '', 'it', '', 'images'),
(2260, '', '', 'nl', '', 'images'),
(2260, '', '', 'no', '', 'images'),
(2260, '', '', 'pt', '', 'images'),
(2260, '', '', 'ro', '', 'images'),
(2260, '', '', 'ru', '', 'images'),
(2261, '', '', 'da', '', 'images'),
(2261, '', '', 'de', '', 'images'),
(2261, '', '', 'el', '', 'images'),
(2261, '', '', 'en', '', 'images'),
(2261, '', '', 'es', '', 'images'),
(2261, '', '', 'fr', '', 'images'),
(2261, '', '', 'it', '', 'images'),
(2261, '', '', 'nl', '', 'images'),
(2261, '', '', 'no', '', 'images'),
(2261, '', '', 'pt', '', 'images'),
(2261, '', '', 'ro', '', 'images'),
(2261, '', '', 'ru', '', 'images'),
(2262, '', '', 'da', '', 'images'),
(2262, '', '', 'de', '', 'images'),
(2262, '', '', 'el', '', 'images'),
(2262, '', '', 'en', '', 'images'),
(2262, '', '', 'es', '', 'images'),
(2262, '', '', 'fr', '', 'images'),
(2262, '', '', 'it', '', 'images'),
(2262, '', '', 'nl', '', 'images'),
(2262, '', '', 'no', '', 'images'),
(2262, '', '', 'pt', '', 'images'),
(2262, '', '', 'ro', '', 'images'),
(2262, '', '', 'ru', '', 'images'),
(2324, '', 'Test', 'da', '', 'images'),
(2324, '', 'Test', 'de', '', 'images'),
(2324, '', 'Test', 'el', '', 'images'),
(2324, '', 'Test', 'en', '', 'images'),
(2324, '', 'Test', 'es', '', 'images'),
(2324, '', 'Test', 'fr', '', 'images'),
(2324, '', 'Test', 'it', '', 'images'),
(2324, '', 'Test', 'nl', '', 'images'),
(2324, '', 'Test', 'no', '', 'images'),
(2324, '', 'Test', 'pt', '', 'images'),
(2324, '', 'Test', 'ro', '', 'images'),
(2324, '', 'Test', 'ru', '', 'images'),
(2325, '', 'Test', 'da', '', 'images'),
(2325, '', 'Test', 'de', '', 'images'),
(2325, '', 'Test', 'el', '', 'images'),
(2325, '', 'Test', 'en', '', 'images'),
(2325, '', 'Test', 'es', '', 'images'),
(2325, '', 'Test', 'fr', '', 'images'),
(2325, '', 'Test', 'it', '', 'images'),
(2325, '', 'Test', 'nl', '', 'images'),
(2325, '', 'Test', 'no', '', 'images'),
(2325, '', 'Test', 'pt', '', 'images'),
(2325, '', 'Test', 'ro', '', 'images'),
(2325, '', 'Test', 'ru', '', 'images'),
(2368, '', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', 'da', '', 'images'),
(2368, '', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', 'de', '', 'images'),
(2368, '', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', 'el', '', 'images'),
(2368, '', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', 'en', '', 'images'),
(2368, '', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', 'es', '', 'images'),
(2368, '', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', 'fr', '', 'images'),
(2368, '', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', 'it', '', 'images'),
(2368, '', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', 'nl', '', 'images'),
(2368, '', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', 'no', '', 'images'),
(2368, '', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', 'pt', '', 'images'),
(2368, '', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', 'ro', '', 'images'),
(2368, '', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', 'ru', '', 'images'),
(2369, '', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', 'da', '', 'images'),
(2369, '', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', 'de', '', 'images'),
(2369, '', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', 'el', '', 'images'),
(2369, '', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', 'en', '', 'images'),
(2369, '', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', 'es', '', 'images'),
(2369, '', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', 'fr', '', 'images'),
(2369, '', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', 'it', '', 'images'),
(2369, '', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', 'nl', '', 'images'),
(2369, '', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', 'no', '', 'images'),
(2369, '', 'New arrivals of Nintendo Wii games! (Demo)', 'pt', '', 'images'),
(2369, '', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', 'ro', '', 'images'),
(2369, '', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', 'ru', '', 'images'),
(2370, '', 'New arrivals of Nintendo Wii games! (Demo)', 'da', '', 'images'),
(2370, '', 'New arrivals of Nintendo Wii games! (Demo)', 'de', '', 'images'),
(2370, '', 'New arrivals of Nintendo Wii games! (Demo)', 'el', '', 'images'),
(2370, '', 'New arrivals of Nintendo Wii games! (Demo)', 'en', '', 'images'),
(2370, '', 'New arrivals of Nintendo Wii games! (Demo)', 'es', '', 'images'),
(2370, '', 'New arrivals of Nintendo Wii games! (Demo)', 'fr', '', 'images'),
(2370, '', 'New arrivals of Nintendo Wii games! (Demo)', 'it', '', 'images'),
(2370, '', 'New arrivals of Nintendo Wii games! (Demo)', 'nl', '', 'images'),
(2370, '', 'New arrivals of Nintendo Wii games! (Demo)', 'no', '', 'images'),
(2370, '', 'Only in our store! Famous American WeatherMaster tents! (Demo)', 'pt', '', 'images'),
(2370, '', 'New arrivals of Nintendo Wii games! (Demo)', 'ro', '', 'images'),
(2370, '', 'New arrivals of Nintendo Wii games! (Demo)', 'ru', '', 'images'),
(2371, '', 'Only in our store! Famous American WeatherMaster tents! (Demo)', 'da', '', 'images'),
(2371, '', 'Only in our store! Famous American WeatherMaster tents! (Demo)', 'de', '', 'images'),
(2371, '', 'Only in our store! Famous American WeatherMaster tents! (Demo)', 'el', '', 'images'),
(2371, '', 'Only in our store! Famous American WeatherMaster tents! (Demo)', 'en', '', 'images'),
(2371, '', 'Only in our store! Famous American WeatherMaster tents! (Demo)', 'es', '', 'images'),
(2371, '', 'Only in our store! Famous American WeatherMaster tents! (Demo)', 'fr', '', 'images'),
(2371, '', 'Only in our store! Famous American WeatherMaster tents! (Demo)', 'it', '', 'images'),
(2371, '', 'Only in our store! Famous American WeatherMaster tents! (Demo)', 'nl', '', 'images'),
(2371, '', 'Only in our store! Famous American WeatherMaster tents! (Demo)', 'no', '', 'images'),
(2371, '', 'We got the best tracks of legendary B.B.King (Demo)', 'pt', '', 'images'),
(2371, '', 'Only in our store! Famous American WeatherMaster tents! (Demo)', 'ro', '', 'images'),
(2371, '', 'Only in our store! Famous American WeatherMaster tents! (Demo)', 'ru', '', 'images'),
(2372, '', 'We got the best tracks of legendary B.B.King (Demo)', 'da', '', 'images'),
(2372, '', 'We got the best tracks of legendary B.B.King (Demo)', 'de', '', 'images'),
(2372, '', 'We got the best tracks of legendary B.B.King (Demo)', 'el', '', 'images'),
(2372, '', 'We got the best tracks of legendary B.B.King (Demo)', 'en', '', 'images'),
(2372, '', 'We got the best tracks of legendary B.B.King (Demo)', 'es', '', 'images'),
(2372, '', 'We got the best tracks of legendary B.B.King (Demo)', 'fr', '', 'images'),
(2372, '', 'We got the best tracks of legendary B.B.King (Demo)', 'it', '', 'images'),
(2372, '', 'We got the best tracks of legendary B.B.King (Demo)', 'nl', '', 'images'),
(2372, '', 'We got the best tracks of legendary B.B.King (Demo)', 'no', '', 'images'),
(2372, '', 'Looking for a keypad Nokia phone and can\'t find one? We still have them! (Demo)', 'pt', '', 'images'),
(2372, '', 'We got the best tracks of legendary B.B.King (Demo)', 'ro', '', 'images'),
(2372, '', 'We got the best tracks of legendary B.B.King (Demo)', 'ru', '', 'images'),
(2373, '', 'Looking for a keypad Nokia phone and can\'t find one? We still have them! (Demo)', 'da', '', 'images'),
(2373, '', 'Looking for a keypad Nokia phone and can\'t find one? We still have them! (Demo)', 'de', '', 'images'),
(2373, '', 'Looking for a keypad Nokia phone and can\'t find one? We still have them! (Demo)', 'el', '', 'images'),
(2373, '', 'Looking for a keypad Nokia phone and can\'t find one? We still have them! (Demo)', 'en', '', 'images'),
(2373, '', 'Looking for a keypad Nokia phone and can\'t find one? We still have them! (Demo)', 'es', '', 'images'),
(2373, '', 'Looking for a keypad Nokia phone and can\'t find one? We still have them! (Demo)', 'fr', '', 'images'),
(2373, '', 'Looking for a keypad Nokia phone and can\'t find one? We still have them! (Demo)', 'it', '', 'images'),
(2373, '', 'Looking for a keypad Nokia phone and can\'t find one? We still have them! (Demo)', 'nl', '', 'images'),
(2373, '', 'Looking for a keypad Nokia phone and can\'t find one? We still have them! (Demo)', 'no', '', 'images'),
(2373, '', 'Afraid of zombies? Preparing for apocalypse? (Demo)', 'pt', '', 'images'),
(2373, '', 'Looking for a keypad Nokia phone and can\'t find one? We still have them! (Demo)', 'ro', '', 'images'),
(2373, '', 'Looking for a keypad Nokia phone and can\'t find one? We still have them! (Demo)', 'ru', '', 'images'),
(2374, '', 'Afraid of zombies? Preparing for apocalypse? (Demo)', 'da', '', 'images'),
(2374, '', 'Afraid of zombies? Preparing for apocalypse? (Demo)', 'de', '', 'images'),
(2374, '', 'Afraid of zombies? Preparing for apocalypse? (Demo)', 'el', '', 'images'),
(2374, '', 'Afraid of zombies? Preparing for apocalypse? (Demo)', 'en', '', 'images'),
(2374, '', 'Afraid of zombies? Preparing for apocalypse? (Demo)', 'es', '', 'images'),
(2374, '', 'Afraid of zombies? Preparing for apocalypse? (Demo)', 'fr', '', 'images'),
(2374, '', 'Afraid of zombies? Preparing for apocalypse? (Demo)', 'it', '', 'images'),
(2374, '', 'Afraid of zombies? Preparing for apocalypse? (Demo)', 'nl', '', 'images'),
(2374, '', 'Afraid of zombies? Preparing for apocalypse? (Demo)', 'no', '', 'images'),
(2374, '', 'True American classic! Drifter cruisers (Demo)', 'pt', '', 'images'),
(2374, '', 'Afraid of zombies? Preparing for apocalypse? (Demo)', 'ro', '', 'images'),
(2374, '', 'Afraid of zombies? Preparing for apocalypse? (Demo)', 'ru', '', 'images'),
(2375, '', '', 'da', '', 'images'),
(2375, '', '', 'de', '', 'images'),
(2375, '', '', 'el', '', 'images'),
(2375, '', '', 'en', '', 'images'),
(2375, '', '', 'es', '', 'images'),
(2375, '', '', 'fr', '', 'images'),
(2375, '', '', 'it', '', 'images'),
(2375, '', '', 'nl', '', 'images'),
(2375, '', '', 'no', '', 'images'),
(2375, '', '', 'pt', '', 'images'),
(2375, '', '', 'ro', '', 'images'),
(2375, '', '', 'ru', '', 'images'),
(2377, '', '', 'da', '', 'images'),
(2377, '', '', 'de', '', 'images'),
(2377, '', '', 'el', '', 'images'),
(2377, '', '', 'en', '', 'images'),
(2377, '', '', 'es', '', 'images'),
(2377, '', '', 'fr', '', 'images'),
(2377, '', '', 'it', '', 'images'),
(2377, '', '', 'nl', '', 'images'),
(2377, '', '', 'no', '', 'images'),
(2377, '', '', 'pt', '', 'images'),
(2377, '', '', 'ro', '', 'images'),
(2377, '', '', 'ru', '', 'images'),
(2378, '', '', 'da', '', 'images'),
(2378, '', '', 'de', '', 'images'),
(2378, '', '', 'el', '', 'images'),
(2378, '', '', 'en', '', 'images'),
(2378, '', '', 'es', '', 'images'),
(2378, '', '', 'fr', '', 'images'),
(2378, '', '', 'it', '', 'images'),
(2378, '', '', 'nl', '', 'images'),
(2378, '', '', 'no', '', 'images'),
(2378, '', '', 'pt', '', 'images'),
(2378, '', '', 'ro', '', 'images'),
(2378, '', '', 'ru', '', 'images'),
(2379, '', '', 'da', '', 'images'),
(2379, '', '', 'de', '', 'images'),
(2379, '', '', 'el', '', 'images'),
(2379, '', '', 'en', '', 'images'),
(2379, '', '', 'es', '', 'images'),
(2379, '', '', 'fr', '', 'images'),
(2379, '', '', 'it', '', 'images'),
(2379, '', '', 'nl', '', 'images'),
(2379, '', '', 'no', '', 'images'),
(2379, '', '', 'pt', '', 'images'),
(2379, '', '', 'ro', '', 'images'),
(2379, '', '', 'ru', '', 'images'),
(2380, '', '', 'da', '', 'images'),
(2380, '', '', 'de', '', 'images'),
(2380, '', '', 'el', '', 'images'),
(2380, '', '', 'en', '', 'images'),
(2380, '', '', 'es', '', 'images'),
(2380, '', '', 'fr', '', 'images'),
(2380, '', '', 'it', '', 'images'),
(2380, '', '', 'nl', '', 'images'),
(2380, '', '', 'no', '', 'images'),
(2380, '', '', 'pt', '', 'images'),
(2380, '', '', 'ro', '', 'images'),
(2380, '', '', 'ru', '', 'images'),
(2381, '', '', 'da', '', 'images'),
(2381, '', '', 'de', '', 'images'),
(2381, '', '', 'el', '', 'images'),
(2381, '', '', 'en', '', 'images'),
(2381, '', '', 'es', '', 'images'),
(2381, '', '', 'fr', '', 'images'),
(2381, '', '', 'it', '', 'images'),
(2381, '', '', 'nl', '', 'images'),
(2381, '', '', 'no', '', 'images'),
(2381, '', '', 'pt', '', 'images'),
(2381, '', '', 'ro', '', 'images'),
(2381, '', '', 'ru', '', 'images'),
(2382, '', '', 'da', '', 'images'),
(2382, '', '', 'de', '', 'images'),
(2382, '', '', 'el', '', 'images');
INSERT INTO `partiushop_common_descriptions` (`object_id`, `object_type`, `description`, `lang_code`, `object`, `object_holder`) VALUES
(2382, '', '', 'en', '', 'images'),
(2382, '', '', 'es', '', 'images'),
(2382, '', '', 'fr', '', 'images'),
(2382, '', '', 'it', '', 'images'),
(2382, '', '', 'nl', '', 'images'),
(2382, '', '', 'no', '', 'images'),
(2382, '', '', 'pt', '', 'images'),
(2382, '', '', 'ro', '', 'images'),
(2382, '', '', 'ru', '', 'images'),
(2383, '', '', 'da', '', 'images'),
(2383, '', '', 'de', '', 'images'),
(2383, '', '', 'el', '', 'images'),
(2383, '', '', 'en', '', 'images'),
(2383, '', '', 'es', '', 'images'),
(2383, '', '', 'fr', '', 'images'),
(2383, '', '', 'it', '', 'images'),
(2383, '', '', 'nl', '', 'images'),
(2383, '', '', 'no', '', 'images'),
(2383, '', '', 'pt', '', 'images'),
(2383, '', '', 'ro', '', 'images'),
(2383, '', '', 'ru', '', 'images'),
(2387, '', '', 'da', '', 'images'),
(2387, '', '', 'de', '', 'images'),
(2387, '', '', 'el', '', 'images'),
(2387, '', '', 'en', '', 'images'),
(2387, '', '', 'es', '', 'images'),
(2387, '', '', 'fr', '', 'images'),
(2387, '', '', 'it', '', 'images'),
(2387, '', '', 'nl', '', 'images'),
(2387, '', '', 'no', '', 'images'),
(2387, '', '', 'pt', '', 'images'),
(2387, '', '', 'ro', '', 'images'),
(2387, '', '', 'ru', '', 'images'),
(2388, '', '', 'da', '', 'images'),
(2388, '', '', 'de', '', 'images'),
(2388, '', '', 'el', '', 'images'),
(2388, '', '', 'en', '', 'images'),
(2388, '', '', 'es', '', 'images'),
(2388, '', '', 'fr', '', 'images'),
(2388, '', '', 'it', '', 'images'),
(2388, '', '', 'nl', '', 'images'),
(2388, '', '', 'no', '', 'images'),
(2388, '', '', 'pt', '', 'images'),
(2388, '', '', 'ro', '', 'images'),
(2388, '', '', 'ru', '', 'images'),
(2389, '', '', 'da', '', 'images'),
(2389, '', '', 'de', '', 'images'),
(2389, '', '', 'el', '', 'images'),
(2389, '', '', 'en', '', 'images'),
(2389, '', '', 'es', '', 'images'),
(2389, '', '', 'fr', '', 'images'),
(2389, '', '', 'it', '', 'images'),
(2389, '', '', 'nl', '', 'images'),
(2389, '', '', 'no', '', 'images'),
(2389, '', '', 'pt', '', 'images'),
(2389, '', '', 'ro', '', 'images'),
(2389, '', '', 'ru', '', 'images'),
(2390, '', '', 'da', '', 'images'),
(2390, '', '', 'de', '', 'images'),
(2390, '', '', 'el', '', 'images'),
(2390, '', '', 'en', '', 'images'),
(2390, '', '', 'es', '', 'images'),
(2390, '', '', 'fr', '', 'images'),
(2390, '', '', 'it', '', 'images'),
(2390, '', '', 'nl', '', 'images'),
(2390, '', '', 'no', '', 'images'),
(2390, '', '', 'pt', '', 'images'),
(2390, '', '', 'ro', '', 'images'),
(2390, '', '', 'ru', '', 'images'),
(2391, '', '', 'da', '', 'images'),
(2391, '', '', 'de', '', 'images'),
(2391, '', '', 'el', '', 'images'),
(2391, '', '', 'en', '', 'images'),
(2391, '', '', 'es', '', 'images'),
(2391, '', '', 'fr', '', 'images'),
(2391, '', '', 'it', '', 'images'),
(2391, '', '', 'nl', '', 'images'),
(2391, '', '', 'no', '', 'images'),
(2391, '', '', 'pt', '', 'images'),
(2391, '', '', 'ro', '', 'images'),
(2391, '', '', 'ru', '', 'images'),
(2392, '', '', 'da', '', 'images'),
(2392, '', '', 'de', '', 'images'),
(2392, '', '', 'el', '', 'images'),
(2392, '', '', 'en', '', 'images'),
(2392, '', '', 'es', '', 'images'),
(2392, '', '', 'fr', '', 'images'),
(2392, '', '', 'it', '', 'images'),
(2392, '', '', 'nl', '', 'images'),
(2392, '', '', 'no', '', 'images'),
(2392, '', '', 'pt', '', 'images'),
(2392, '', '', 'ro', '', 'images'),
(2392, '', '', 'ru', '', 'images'),
(2393, '', '', 'da', '', 'images'),
(2393, '', '', 'de', '', 'images'),
(2393, '', '', 'el', '', 'images'),
(2393, '', '', 'en', '', 'images'),
(2393, '', '', 'es', '', 'images'),
(2393, '', '', 'fr', '', 'images'),
(2393, '', '', 'it', '', 'images'),
(2393, '', '', 'nl', '', 'images'),
(2393, '', '', 'no', '', 'images'),
(2393, '', '', 'pt', '', 'images'),
(2393, '', '', 'ro', '', 'images'),
(2393, '', '', 'ru', '', 'images'),
(2395, '', '', 'da', '', 'images'),
(2395, '', '', 'de', '', 'images'),
(2395, '', '', 'el', '', 'images'),
(2395, '', '', 'en', '', 'images'),
(2395, '', '', 'es', '', 'images'),
(2395, '', '', 'fr', '', 'images'),
(2395, '', '', 'it', '', 'images'),
(2395, '', '', 'nl', '', 'images'),
(2395, '', '', 'no', '', 'images'),
(2395, '', '', 'pt', '', 'images'),
(2395, '', '', 'ro', '', 'images'),
(2395, '', '', 'ru', '', 'images'),
(2396, '', '', 'da', '', 'images'),
(2396, '', '', 'de', '', 'images'),
(2396, '', '', 'el', '', 'images'),
(2396, '', '', 'en', '', 'images'),
(2396, '', '', 'es', '', 'images'),
(2396, '', '', 'fr', '', 'images'),
(2396, '', '', 'it', '', 'images'),
(2396, '', '', 'nl', '', 'images'),
(2396, '', '', 'no', '', 'images'),
(2396, '', '', 'pt', '', 'images'),
(2396, '', '', 'ro', '', 'images'),
(2396, '', '', 'ru', '', 'images'),
(2397, '', '', 'da', '', 'images'),
(2397, '', '', 'de', '', 'images'),
(2397, '', '', 'el', '', 'images'),
(2397, '', '', 'en', '', 'images'),
(2397, '', '', 'es', '', 'images'),
(2397, '', '', 'fr', '', 'images'),
(2397, '', '', 'it', '', 'images'),
(2397, '', '', 'nl', '', 'images'),
(2397, '', '', 'no', '', 'images'),
(2397, '', '', 'pt', '', 'images'),
(2397, '', '', 'ro', '', 'images'),
(2397, '', '', 'ru', '', 'images'),
(2398, '', '', 'da', '', 'images'),
(2398, '', '', 'de', '', 'images'),
(2398, '', '', 'el', '', 'images'),
(2398, '', '', 'en', '', 'images'),
(2398, '', '', 'es', '', 'images'),
(2398, '', '', 'fr', '', 'images'),
(2398, '', '', 'it', '', 'images'),
(2398, '', '', 'nl', '', 'images'),
(2398, '', '', 'no', '', 'images'),
(2398, '', '', 'pt', '', 'images'),
(2398, '', '', 'ro', '', 'images'),
(2398, '', '', 'ru', '', 'images'),
(2399, '', '', 'da', '', 'images'),
(2399, '', '', 'de', '', 'images'),
(2399, '', '', 'el', '', 'images'),
(2399, '', '', 'en', '', 'images'),
(2399, '', '', 'es', '', 'images'),
(2399, '', '', 'fr', '', 'images'),
(2399, '', '', 'it', '', 'images'),
(2399, '', '', 'nl', '', 'images'),
(2399, '', '', 'no', '', 'images'),
(2399, '', '', 'pt', '', 'images'),
(2399, '', '', 'ro', '', 'images'),
(2399, '', '', 'ru', '', 'images'),
(2400, '', '', 'da', '', 'images'),
(2400, '', '', 'de', '', 'images'),
(2400, '', '', 'el', '', 'images'),
(2400, '', '', 'en', '', 'images'),
(2400, '', '', 'es', '', 'images'),
(2400, '', '', 'fr', '', 'images'),
(2400, '', '', 'it', '', 'images'),
(2400, '', '', 'nl', '', 'images'),
(2400, '', '', 'no', '', 'images'),
(2400, '', '', 'pt', '', 'images'),
(2400, '', '', 'ro', '', 'images'),
(2400, '', '', 'ru', '', 'images'),
(2401, '', '', 'da', '', 'images'),
(2401, '', '', 'de', '', 'images'),
(2401, '', '', 'el', '', 'images'),
(2401, '', '', 'en', '', 'images'),
(2401, '', '', 'es', '', 'images'),
(2401, '', '', 'fr', '', 'images'),
(2401, '', '', 'it', '', 'images'),
(2401, '', '', 'nl', '', 'images'),
(2401, '', '', 'no', '', 'images'),
(2401, '', '', 'pt', '', 'images'),
(2401, '', '', 'ro', '', 'images'),
(2401, '', '', 'ru', '', 'images'),
(2402, '', '', 'da', '', 'images'),
(2402, '', '', 'de', '', 'images'),
(2402, '', '', 'el', '', 'images'),
(2402, '', '', 'en', '', 'images'),
(2402, '', '', 'es', '', 'images'),
(2402, '', '', 'fr', '', 'images'),
(2402, '', '', 'it', '', 'images'),
(2402, '', '', 'nl', '', 'images'),
(2402, '', '', 'no', '', 'images'),
(2402, '', '', 'pt', '', 'images'),
(2402, '', '', 'ro', '', 'images'),
(2402, '', '', 'ru', '', 'images'),
(2403, '', '', 'da', '', 'images'),
(2403, '', '', 'de', '', 'images'),
(2403, '', '', 'el', '', 'images'),
(2403, '', '', 'en', '', 'images'),
(2403, '', '', 'es', '', 'images'),
(2403, '', '', 'fr', '', 'images'),
(2403, '', '', 'it', '', 'images'),
(2403, '', '', 'nl', '', 'images'),
(2403, '', '', 'no', '', 'images'),
(2403, '', '', 'pt', '', 'images'),
(2403, '', '', 'ro', '', 'images'),
(2403, '', '', 'ru', '', 'images'),
(2404, '', '', 'da', '', 'images'),
(2404, '', '', 'de', '', 'images'),
(2404, '', '', 'el', '', 'images'),
(2404, '', '', 'en', '', 'images'),
(2404, '', '', 'es', '', 'images'),
(2404, '', '', 'fr', '', 'images'),
(2404, '', '', 'it', '', 'images'),
(2404, '', '', 'nl', '', 'images'),
(2404, '', '', 'no', '', 'images'),
(2404, '', '', 'pt', '', 'images'),
(2404, '', '', 'ro', '', 'images'),
(2404, '', '', 'ru', '', 'images'),
(2405, '', '', 'da', '', 'images'),
(2405, '', '', 'de', '', 'images'),
(2405, '', '', 'el', '', 'images'),
(2405, '', '', 'en', '', 'images'),
(2405, '', '', 'es', '', 'images'),
(2405, '', '', 'fr', '', 'images'),
(2405, '', '', 'it', '', 'images'),
(2405, '', '', 'nl', '', 'images'),
(2405, '', '', 'no', '', 'images'),
(2405, '', '', 'pt', '', 'images'),
(2405, '', '', 'ro', '', 'images'),
(2405, '', '', 'ru', '', 'images'),
(2406, '', '', 'da', '', 'images'),
(2406, '', '', 'de', '', 'images'),
(2406, '', '', 'el', '', 'images'),
(2406, '', '', 'en', '', 'images'),
(2406, '', '', 'es', '', 'images'),
(2406, '', '', 'fr', '', 'images'),
(2406, '', '', 'it', '', 'images'),
(2406, '', '', 'nl', '', 'images'),
(2406, '', '', 'no', '', 'images'),
(2406, '', '', 'pt', '', 'images'),
(2406, '', '', 'ro', '', 'images'),
(2406, '', '', 'ru', '', 'images'),
(2407, '', '', 'da', '', 'images'),
(2407, '', '', 'de', '', 'images'),
(2407, '', '', 'el', '', 'images'),
(2407, '', '', 'en', '', 'images'),
(2407, '', '', 'es', '', 'images'),
(2407, '', '', 'fr', '', 'images'),
(2407, '', '', 'it', '', 'images'),
(2407, '', '', 'nl', '', 'images'),
(2407, '', '', 'no', '', 'images'),
(2407, '', '', 'pt', '', 'images'),
(2407, '', '', 'ro', '', 'images'),
(2407, '', '', 'ru', '', 'images'),
(2408, '', '', 'da', '', 'images'),
(2408, '', '', 'de', '', 'images'),
(2408, '', '', 'el', '', 'images'),
(2408, '', '', 'en', '', 'images'),
(2408, '', '', 'es', '', 'images'),
(2408, '', '', 'fr', '', 'images'),
(2408, '', '', 'it', '', 'images'),
(2408, '', '', 'nl', '', 'images'),
(2408, '', '', 'no', '', 'images'),
(2408, '', '', 'pt', '', 'images'),
(2408, '', '', 'ro', '', 'images'),
(2408, '', '', 'ru', '', 'images'),
(2409, '', '', 'da', '', 'images'),
(2409, '', '', 'de', '', 'images'),
(2409, '', '', 'el', '', 'images'),
(2409, '', '', 'en', '', 'images'),
(2409, '', '', 'es', '', 'images'),
(2409, '', '', 'fr', '', 'images'),
(2409, '', '', 'it', '', 'images'),
(2409, '', '', 'nl', '', 'images'),
(2409, '', '', 'no', '', 'images'),
(2409, '', '', 'pt', '', 'images'),
(2409, '', '', 'ro', '', 'images'),
(2409, '', '', 'ru', '', 'images'),
(2410, '', '', 'da', '', 'images'),
(2410, '', '', 'de', '', 'images'),
(2410, '', '', 'el', '', 'images'),
(2410, '', '', 'en', '', 'images'),
(2410, '', '', 'es', '', 'images'),
(2410, '', '', 'fr', '', 'images'),
(2410, '', '', 'it', '', 'images'),
(2410, '', '', 'nl', '', 'images'),
(2410, '', '', 'no', '', 'images'),
(2410, '', '', 'pt', '', 'images'),
(2410, '', '', 'ro', '', 'images'),
(2410, '', '', 'ru', '', 'images'),
(2411, '', '', 'da', '', 'images'),
(2411, '', '', 'de', '', 'images'),
(2411, '', '', 'el', '', 'images'),
(2411, '', '', 'en', '', 'images'),
(2411, '', '', 'es', '', 'images'),
(2411, '', '', 'fr', '', 'images'),
(2411, '', '', 'it', '', 'images'),
(2411, '', '', 'nl', '', 'images'),
(2411, '', '', 'no', '', 'images'),
(2411, '', '', 'pt', '', 'images'),
(2411, '', '', 'ro', '', 'images'),
(2411, '', '', 'ru', '', 'images'),
(2412, '', '', 'da', '', 'images'),
(2412, '', '', 'de', '', 'images'),
(2412, '', '', 'el', '', 'images'),
(2412, '', '', 'en', '', 'images'),
(2412, '', '', 'es', '', 'images'),
(2412, '', '', 'fr', '', 'images'),
(2412, '', '', 'it', '', 'images'),
(2412, '', '', 'nl', '', 'images'),
(2412, '', '', 'no', '', 'images'),
(2412, '', '', 'pt', '', 'images'),
(2412, '', '', 'ro', '', 'images'),
(2412, '', '', 'ru', '', 'images'),
(2413, '', '', 'da', '', 'images'),
(2413, '', '', 'de', '', 'images'),
(2413, '', '', 'el', '', 'images'),
(2413, '', '', 'en', '', 'images'),
(2413, '', '', 'es', '', 'images'),
(2413, '', '', 'fr', '', 'images'),
(2413, '', '', 'it', '', 'images'),
(2413, '', '', 'nl', '', 'images'),
(2413, '', '', 'no', '', 'images'),
(2413, '', '', 'pt', '', 'images'),
(2413, '', '', 'ro', '', 'images'),
(2413, '', '', 'ru', '', 'images'),
(2414, '', '', 'da', '', 'images'),
(2414, '', '', 'de', '', 'images'),
(2414, '', '', 'el', '', 'images'),
(2414, '', '', 'en', '', 'images'),
(2414, '', '', 'es', '', 'images'),
(2414, '', '', 'fr', '', 'images'),
(2414, '', '', 'it', '', 'images'),
(2414, '', '', 'nl', '', 'images'),
(2414, '', '', 'no', '', 'images'),
(2414, '', '', 'pt', '', 'images'),
(2414, '', '', 'ro', '', 'images'),
(2414, '', '', 'ru', '', 'images'),
(2415, '', '', 'da', '', 'images'),
(2415, '', '', 'de', '', 'images'),
(2415, '', '', 'el', '', 'images'),
(2415, '', '', 'en', '', 'images'),
(2415, '', '', 'es', '', 'images'),
(2415, '', '', 'fr', '', 'images'),
(2415, '', '', 'it', '', 'images'),
(2415, '', '', 'nl', '', 'images'),
(2415, '', '', 'no', '', 'images'),
(2415, '', '', 'pt', '', 'images'),
(2415, '', '', 'ro', '', 'images'),
(2415, '', '', 'ru', '', 'images'),
(2416, '', '', 'da', '', 'images'),
(2416, '', '', 'de', '', 'images'),
(2416, '', '', 'el', '', 'images'),
(2416, '', '', 'en', '', 'images'),
(2416, '', '', 'es', '', 'images'),
(2416, '', '', 'fr', '', 'images'),
(2416, '', '', 'it', '', 'images'),
(2416, '', '', 'nl', '', 'images'),
(2416, '', '', 'no', '', 'images'),
(2416, '', '', 'pt', '', 'images'),
(2416, '', '', 'ro', '', 'images'),
(2416, '', '', 'ru', '', 'images'),
(2417, '', '', 'da', '', 'images'),
(2417, '', '', 'de', '', 'images'),
(2417, '', '', 'el', '', 'images'),
(2417, '', '', 'en', '', 'images'),
(2417, '', '', 'es', '', 'images'),
(2417, '', '', 'fr', '', 'images'),
(2417, '', '', 'it', '', 'images'),
(2417, '', '', 'nl', '', 'images'),
(2417, '', '', 'no', '', 'images'),
(2417, '', '', 'pt', '', 'images'),
(2417, '', '', 'ro', '', 'images'),
(2417, '', '', 'ru', '', 'images'),
(2418, '', '', 'da', '', 'images'),
(2418, '', '', 'de', '', 'images'),
(2418, '', '', 'el', '', 'images'),
(2418, '', '', 'en', '', 'images'),
(2418, '', '', 'es', '', 'images'),
(2418, '', '', 'fr', '', 'images'),
(2418, '', '', 'it', '', 'images'),
(2418, '', '', 'nl', '', 'images'),
(2418, '', '', 'no', '', 'images'),
(2418, '', '', 'pt', '', 'images'),
(2418, '', '', 'ro', '', 'images'),
(2418, '', '', 'ru', '', 'images'),
(2419, '', '', 'da', '', 'images'),
(2419, '', '', 'de', '', 'images'),
(2419, '', '', 'el', '', 'images'),
(2419, '', '', 'en', '', 'images'),
(2419, '', '', 'es', '', 'images'),
(2419, '', '', 'fr', '', 'images'),
(2419, '', '', 'it', '', 'images'),
(2419, '', '', 'nl', '', 'images'),
(2419, '', '', 'no', '', 'images'),
(2419, '', '', 'pt', '', 'images'),
(2419, '', '', 'ro', '', 'images'),
(2419, '', '', 'ru', '', 'images'),
(2420, '', '', 'da', '', 'images'),
(2420, '', '', 'de', '', 'images'),
(2420, '', '', 'el', '', 'images'),
(2420, '', '', 'en', '', 'images'),
(2420, '', '', 'es', '', 'images'),
(2420, '', '', 'fr', '', 'images'),
(2420, '', '', 'it', '', 'images'),
(2420, '', '', 'nl', '', 'images'),
(2420, '', '', 'no', '', 'images'),
(2420, '', '', 'pt', '', 'images'),
(2420, '', '', 'ro', '', 'images'),
(2420, '', '', 'ru', '', 'images'),
(2421, '', '', 'da', '', 'images'),
(2421, '', '', 'de', '', 'images'),
(2421, '', '', 'el', '', 'images'),
(2421, '', '', 'en', '', 'images'),
(2421, '', '', 'es', '', 'images'),
(2421, '', '', 'fr', '', 'images'),
(2421, '', '', 'it', '', 'images'),
(2421, '', '', 'nl', '', 'images'),
(2421, '', '', 'no', '', 'images'),
(2421, '', '', 'pt', '', 'images'),
(2421, '', '', 'ro', '', 'images'),
(2421, '', '', 'ru', '', 'images'),
(2422, '', '', 'da', '', 'images'),
(2422, '', '', 'de', '', 'images'),
(2422, '', '', 'el', '', 'images'),
(2422, '', '', 'en', '', 'images'),
(2422, '', '', 'es', '', 'images'),
(2422, '', '', 'fr', '', 'images'),
(2422, '', '', 'it', '', 'images'),
(2422, '', '', 'nl', '', 'images'),
(2422, '', '', 'no', '', 'images'),
(2422, '', '', 'pt', '', 'images'),
(2422, '', '', 'ro', '', 'images'),
(2422, '', '', 'ru', '', 'images'),
(2423, '', '', 'da', '', 'images'),
(2423, '', '', 'de', '', 'images'),
(2423, '', '', 'el', '', 'images'),
(2423, '', '', 'en', '', 'images'),
(2423, '', '', 'es', '', 'images'),
(2423, '', '', 'fr', '', 'images'),
(2423, '', '', 'it', '', 'images'),
(2423, '', '', 'nl', '', 'images'),
(2423, '', '', 'no', '', 'images'),
(2423, '', '', 'pt', '', 'images'),
(2423, '', '', 'ro', '', 'images'),
(2423, '', '', 'ru', '', 'images'),
(2424, '', '', 'da', '', 'images'),
(2424, '', '', 'de', '', 'images'),
(2424, '', '', 'el', '', 'images'),
(2424, '', '', 'en', '', 'images'),
(2424, '', '', 'es', '', 'images'),
(2424, '', '', 'fr', '', 'images'),
(2424, '', '', 'it', '', 'images'),
(2424, '', '', 'nl', '', 'images'),
(2424, '', '', 'no', '', 'images'),
(2424, '', '', 'pt', '', 'images'),
(2424, '', '', 'ro', '', 'images'),
(2424, '', '', 'ru', '', 'images'),
(2425, '', '', 'da', '', 'images'),
(2425, '', '', 'de', '', 'images'),
(2425, '', '', 'el', '', 'images'),
(2425, '', '', 'en', '', 'images'),
(2425, '', '', 'es', '', 'images'),
(2425, '', '', 'fr', '', 'images'),
(2425, '', '', 'it', '', 'images'),
(2425, '', '', 'nl', '', 'images'),
(2425, '', '', 'no', '', 'images'),
(2425, '', '', 'pt', '', 'images'),
(2425, '', '', 'ro', '', 'images'),
(2425, '', '', 'ru', '', 'images'),
(2426, '', '', 'da', '', 'images'),
(2426, '', '', 'de', '', 'images'),
(2426, '', '', 'el', '', 'images'),
(2426, '', '', 'en', '', 'images'),
(2426, '', '', 'es', '', 'images'),
(2426, '', '', 'fr', '', 'images'),
(2426, '', '', 'it', '', 'images'),
(2426, '', '', 'nl', '', 'images'),
(2426, '', '', 'no', '', 'images'),
(2426, '', '', 'pt', '', 'images'),
(2426, '', '', 'ro', '', 'images'),
(2426, '', '', 'ru', '', 'images'),
(2427, '', '', 'da', '', 'images'),
(2427, '', '', 'de', '', 'images'),
(2427, '', '', 'el', '', 'images'),
(2427, '', '', 'en', '', 'images'),
(2427, '', '', 'es', '', 'images'),
(2427, '', '', 'fr', '', 'images'),
(2427, '', '', 'it', '', 'images'),
(2427, '', '', 'nl', '', 'images'),
(2427, '', '', 'no', '', 'images'),
(2427, '', '', 'pt', '', 'images'),
(2427, '', '', 'ro', '', 'images'),
(2427, '', '', 'ru', '', 'images'),
(2428, '', '', 'da', '', 'images'),
(2428, '', '', 'de', '', 'images'),
(2428, '', '', 'el', '', 'images'),
(2428, '', '', 'en', '', 'images'),
(2428, '', '', 'es', '', 'images'),
(2428, '', '', 'fr', '', 'images'),
(2428, '', '', 'it', '', 'images'),
(2428, '', '', 'nl', '', 'images'),
(2428, '', '', 'no', '', 'images'),
(2428, '', '', 'pt', '', 'images'),
(2428, '', '', 'ro', '', 'images'),
(2428, '', '', 'ru', '', 'images'),
(2429, '', '', 'da', '', 'images'),
(2429, '', '', 'de', '', 'images'),
(2429, '', '', 'el', '', 'images'),
(2429, '', '', 'en', '', 'images'),
(2429, '', '', 'es', '', 'images'),
(2429, '', '', 'fr', '', 'images'),
(2429, '', '', 'it', '', 'images'),
(2429, '', '', 'nl', '', 'images'),
(2429, '', '', 'no', '', 'images'),
(2429, '', '', 'pt', '', 'images'),
(2429, '', '', 'ro', '', 'images'),
(2429, '', '', 'ru', '', 'images'),
(2430, '', '', 'da', '', 'images'),
(2430, '', '', 'de', '', 'images'),
(2430, '', '', 'el', '', 'images'),
(2430, '', '', 'en', '', 'images'),
(2430, '', '', 'es', '', 'images'),
(2430, '', '', 'fr', '', 'images'),
(2430, '', '', 'it', '', 'images'),
(2430, '', '', 'nl', '', 'images'),
(2430, '', '', 'no', '', 'images'),
(2430, '', '', 'pt', '', 'images'),
(2430, '', '', 'ro', '', 'images'),
(2430, '', '', 'ru', '', 'images'),
(2431, '', '', 'da', '', 'images'),
(2431, '', '', 'de', '', 'images'),
(2431, '', '', 'el', '', 'images'),
(2431, '', '', 'en', '', 'images'),
(2431, '', '', 'es', '', 'images'),
(2431, '', '', 'fr', '', 'images'),
(2431, '', '', 'it', '', 'images'),
(2431, '', '', 'nl', '', 'images'),
(2431, '', '', 'no', '', 'images'),
(2431, '', '', 'pt', '', 'images'),
(2431, '', '', 'ro', '', 'images'),
(2431, '', '', 'ru', '', 'images'),
(2432, '', '', 'da', '', 'images'),
(2432, '', '', 'de', '', 'images'),
(2432, '', '', 'el', '', 'images'),
(2432, '', '', 'en', '', 'images'),
(2432, '', '', 'es', '', 'images'),
(2432, '', '', 'fr', '', 'images'),
(2432, '', '', 'it', '', 'images'),
(2432, '', '', 'nl', '', 'images'),
(2432, '', '', 'no', '', 'images'),
(2432, '', '', 'pt', '', 'images'),
(2432, '', '', 'ro', '', 'images'),
(2432, '', '', 'ru', '', 'images'),
(2433, '', '', 'da', '', 'images'),
(2433, '', '', 'de', '', 'images'),
(2433, '', '', 'el', '', 'images'),
(2433, '', '', 'en', '', 'images'),
(2433, '', '', 'es', '', 'images'),
(2433, '', '', 'fr', '', 'images'),
(2433, '', '', 'it', '', 'images'),
(2433, '', '', 'nl', '', 'images'),
(2433, '', '', 'no', '', 'images'),
(2433, '', '', 'pt', '', 'images'),
(2433, '', '', 'ro', '', 'images'),
(2433, '', '', 'ru', '', 'images'),
(2434, '', '', 'da', '', 'images'),
(2434, '', '', 'de', '', 'images'),
(2434, '', '', 'el', '', 'images'),
(2434, '', '', 'en', '', 'images'),
(2434, '', '', 'es', '', 'images'),
(2434, '', '', 'fr', '', 'images'),
(2434, '', '', 'it', '', 'images'),
(2434, '', '', 'nl', '', 'images'),
(2434, '', '', 'no', '', 'images'),
(2434, '', '', 'pt', '', 'images'),
(2434, '', '', 'ro', '', 'images'),
(2434, '', '', 'ru', '', 'images'),
(2435, '', '', 'da', '', 'images'),
(2435, '', '', 'de', '', 'images'),
(2435, '', '', 'el', '', 'images'),
(2435, '', '', 'en', '', 'images'),
(2435, '', '', 'es', '', 'images'),
(2435, '', '', 'fr', '', 'images'),
(2435, '', '', 'it', '', 'images'),
(2435, '', '', 'nl', '', 'images'),
(2435, '', '', 'no', '', 'images'),
(2435, '', '', 'pt', '', 'images'),
(2435, '', '', 'ro', '', 'images'),
(2435, '', '', 'ru', '', 'images'),
(2436, '', '', 'da', '', 'images'),
(2436, '', '', 'de', '', 'images'),
(2436, '', '', 'el', '', 'images'),
(2436, '', '', 'en', '', 'images'),
(2436, '', '', 'es', '', 'images'),
(2436, '', '', 'fr', '', 'images'),
(2436, '', '', 'it', '', 'images'),
(2436, '', '', 'nl', '', 'images'),
(2436, '', '', 'no', '', 'images'),
(2436, '', '', 'pt', '', 'images'),
(2436, '', '', 'ro', '', 'images'),
(2436, '', '', 'ru', '', 'images'),
(2437, '', '', 'da', '', 'images'),
(2437, '', '', 'de', '', 'images'),
(2437, '', '', 'el', '', 'images'),
(2437, '', '', 'en', '', 'images'),
(2437, '', '', 'es', '', 'images'),
(2437, '', '', 'fr', '', 'images'),
(2437, '', '', 'it', '', 'images'),
(2437, '', '', 'nl', '', 'images'),
(2437, '', '', 'no', '', 'images'),
(2437, '', '', 'pt', '', 'images'),
(2437, '', '', 'ro', '', 'images'),
(2437, '', '', 'ru', '', 'images'),
(2438, '', '', 'da', '', 'images'),
(2438, '', '', 'de', '', 'images'),
(2438, '', '', 'el', '', 'images'),
(2438, '', '', 'en', '', 'images'),
(2438, '', '', 'es', '', 'images'),
(2438, '', '', 'fr', '', 'images'),
(2438, '', '', 'it', '', 'images'),
(2438, '', '', 'nl', '', 'images'),
(2438, '', '', 'no', '', 'images'),
(2438, '', '', 'pt', '', 'images'),
(2438, '', '', 'ro', '', 'images'),
(2438, '', '', 'ru', '', 'images'),
(2439, '', '', 'da', '', 'images'),
(2439, '', '', 'de', '', 'images'),
(2439, '', '', 'el', '', 'images'),
(2439, '', '', 'en', '', 'images'),
(2439, '', '', 'es', '', 'images'),
(2439, '', '', 'fr', '', 'images'),
(2439, '', '', 'it', '', 'images'),
(2439, '', '', 'nl', '', 'images'),
(2439, '', '', 'no', '', 'images'),
(2439, '', '', 'pt', '', 'images'),
(2439, '', '', 'ro', '', 'images'),
(2439, '', '', 'ru', '', 'images'),
(2440, '', '', 'da', '', 'images'),
(2440, '', '', 'de', '', 'images'),
(2440, '', '', 'el', '', 'images'),
(2440, '', '', 'en', '', 'images'),
(2440, '', '', 'es', '', 'images'),
(2440, '', '', 'fr', '', 'images'),
(2440, '', '', 'it', '', 'images'),
(2440, '', '', 'nl', '', 'images'),
(2440, '', '', 'no', '', 'images'),
(2440, '', '', 'pt', '', 'images'),
(2440, '', '', 'ro', '', 'images'),
(2440, '', '', 'ru', '', 'images'),
(2441, '', '', 'da', '', 'images'),
(2441, '', '', 'de', '', 'images'),
(2441, '', '', 'el', '', 'images'),
(2441, '', '', 'en', '', 'images'),
(2441, '', '', 'es', '', 'images'),
(2441, '', '', 'fr', '', 'images'),
(2441, '', '', 'it', '', 'images'),
(2441, '', '', 'nl', '', 'images'),
(2441, '', '', 'no', '', 'images'),
(2441, '', '', 'pt', '', 'images'),
(2441, '', '', 'ro', '', 'images'),
(2441, '', '', 'ru', '', 'images'),
(2442, '', '', 'da', '', 'images'),
(2442, '', '', 'de', '', 'images'),
(2442, '', '', 'el', '', 'images'),
(2442, '', '', 'en', '', 'images'),
(2442, '', '', 'es', '', 'images'),
(2442, '', '', 'fr', '', 'images'),
(2442, '', '', 'it', '', 'images'),
(2442, '', '', 'nl', '', 'images'),
(2442, '', '', 'no', '', 'images'),
(2442, '', '', 'pt', '', 'images'),
(2442, '', '', 'ro', '', 'images'),
(2442, '', '', 'ru', '', 'images'),
(2443, '', '', 'da', '', 'images'),
(2443, '', '', 'de', '', 'images'),
(2443, '', '', 'el', '', 'images'),
(2443, '', '', 'en', '', 'images'),
(2443, '', '', 'es', '', 'images'),
(2443, '', '', 'fr', '', 'images'),
(2443, '', '', 'it', '', 'images'),
(2443, '', '', 'nl', '', 'images'),
(2443, '', '', 'no', '', 'images'),
(2443, '', '', 'pt', '', 'images'),
(2443, '', '', 'ro', '', 'images'),
(2443, '', '', 'ru', '', 'images'),
(2444, '', '', 'da', '', 'images'),
(2444, '', '', 'de', '', 'images'),
(2444, '', '', 'el', '', 'images'),
(2444, '', '', 'en', '', 'images'),
(2444, '', '', 'es', '', 'images'),
(2444, '', '', 'fr', '', 'images'),
(2444, '', '', 'it', '', 'images'),
(2444, '', '', 'nl', '', 'images'),
(2444, '', '', 'no', '', 'images'),
(2444, '', '', 'pt', '', 'images'),
(2444, '', '', 'ro', '', 'images'),
(2444, '', '', 'ru', '', 'images'),
(2445, '', '', 'da', '', 'images'),
(2445, '', '', 'de', '', 'images'),
(2445, '', '', 'el', '', 'images'),
(2445, '', '', 'en', '', 'images'),
(2445, '', '', 'es', '', 'images'),
(2445, '', '', 'fr', '', 'images'),
(2445, '', '', 'it', '', 'images'),
(2445, '', '', 'nl', '', 'images'),
(2445, '', '', 'no', '', 'images'),
(2445, '', '', 'pt', '', 'images'),
(2445, '', '', 'ro', '', 'images'),
(2445, '', '', 'ru', '', 'images'),
(2449, '', '', 'da', '', 'images'),
(2449, '', '', 'de', '', 'images'),
(2449, '', '', 'el', '', 'images'),
(2449, '', '', 'en', '', 'images'),
(2449, '', '', 'es', '', 'images'),
(2449, '', '', 'fr', '', 'images'),
(2449, '', '', 'it', '', 'images'),
(2449, '', '', 'nl', '', 'images'),
(2449, '', '', 'no', '', 'images'),
(2449, '', '', 'pt', '', 'images'),
(2449, '', '', 'ro', '', 'images'),
(2449, '', '', 'ru', '', 'images'),
(2450, '', '', 'da', '', 'images'),
(2450, '', '', 'de', '', 'images'),
(2450, '', '', 'el', '', 'images'),
(2450, '', '', 'en', '', 'images'),
(2450, '', '', 'es', '', 'images'),
(2450, '', '', 'fr', '', 'images'),
(2450, '', '', 'it', '', 'images'),
(2450, '', '', 'nl', '', 'images'),
(2450, '', '', 'no', '', 'images'),
(2450, '', '', 'pt', '', 'images'),
(2450, '', '', 'ro', '', 'images'),
(2450, '', '', 'ru', '', 'images'),
(2451, '', '', 'da', '', 'images'),
(2451, '', '', 'de', '', 'images'),
(2451, '', '', 'el', '', 'images'),
(2451, '', '', 'en', '', 'images'),
(2451, '', '', 'es', '', 'images'),
(2451, '', '', 'fr', '', 'images'),
(2451, '', '', 'it', '', 'images'),
(2451, '', '', 'nl', '', 'images'),
(2451, '', '', 'no', '', 'images'),
(2451, '', '', 'pt', '', 'images'),
(2451, '', '', 'ro', '', 'images'),
(2451, '', '', 'ru', '', 'images'),
(2452, '', '', 'da', '', 'images'),
(2452, '', '', 'de', '', 'images'),
(2452, '', '', 'el', '', 'images'),
(2452, '', '', 'en', '', 'images'),
(2452, '', '', 'es', '', 'images'),
(2452, '', '', 'fr', '', 'images'),
(2452, '', '', 'it', '', 'images'),
(2452, '', '', 'nl', '', 'images'),
(2452, '', '', 'no', '', 'images'),
(2452, '', '', 'pt', '', 'images'),
(2452, '', '', 'ro', '', 'images'),
(2452, '', '', 'ru', '', 'images'),
(2453, '', '', 'da', '', 'images'),
(2453, '', '', 'de', '', 'images'),
(2453, '', '', 'el', '', 'images'),
(2453, '', '', 'en', '', 'images'),
(2453, '', '', 'es', '', 'images'),
(2453, '', '', 'fr', '', 'images'),
(2453, '', '', 'it', '', 'images'),
(2453, '', '', 'nl', '', 'images'),
(2453, '', '', 'no', '', 'images'),
(2453, '', '', 'pt', '', 'images'),
(2453, '', '', 'ro', '', 'images'),
(2453, '', '', 'ru', '', 'images'),
(2454, '', '', 'da', '', 'images'),
(2454, '', '', 'de', '', 'images'),
(2454, '', '', 'el', '', 'images'),
(2454, '', '', 'en', '', 'images'),
(2454, '', '', 'es', '', 'images'),
(2454, '', '', 'fr', '', 'images'),
(2454, '', '', 'it', '', 'images'),
(2454, '', '', 'nl', '', 'images'),
(2454, '', '', 'no', '', 'images'),
(2454, '', '', 'pt', '', 'images'),
(2454, '', '', 'ro', '', 'images'),
(2454, '', '', 'ru', '', 'images'),
(2455, '', '', 'da', '', 'images'),
(2455, '', '', 'de', '', 'images'),
(2455, '', '', 'el', '', 'images'),
(2455, '', '', 'en', '', 'images'),
(2455, '', '', 'es', '', 'images'),
(2455, '', '', 'fr', '', 'images'),
(2455, '', '', 'it', '', 'images'),
(2455, '', '', 'nl', '', 'images'),
(2455, '', '', 'no', '', 'images'),
(2455, '', '', 'pt', '', 'images'),
(2455, '', '', 'ro', '', 'images'),
(2455, '', '', 'ru', '', 'images'),
(2456, '', '', 'da', '', 'images'),
(2456, '', '', 'de', '', 'images'),
(2456, '', '', 'el', '', 'images'),
(2456, '', '', 'en', '', 'images'),
(2456, '', '', 'es', '', 'images'),
(2456, '', '', 'fr', '', 'images'),
(2456, '', '', 'it', '', 'images'),
(2456, '', '', 'nl', '', 'images'),
(2456, '', '', 'no', '', 'images'),
(2456, '', '', 'pt', '', 'images'),
(2456, '', '', 'ro', '', 'images'),
(2456, '', '', 'ru', '', 'images'),
(2457, '', '', 'da', '', 'images'),
(2457, '', '', 'de', '', 'images'),
(2457, '', '', 'el', '', 'images'),
(2457, '', '', 'en', '', 'images'),
(2457, '', '', 'es', '', 'images'),
(2457, '', '', 'fr', '', 'images'),
(2457, '', '', 'it', '', 'images'),
(2457, '', '', 'nl', '', 'images'),
(2457, '', '', 'no', '', 'images'),
(2457, '', '', 'pt', '', 'images'),
(2457, '', '', 'ro', '', 'images'),
(2457, '', '', 'ru', '', 'images'),
(2458, '', '', 'da', '', 'images'),
(2458, '', '', 'de', '', 'images'),
(2458, '', '', 'el', '', 'images'),
(2458, '', '', 'en', '', 'images'),
(2458, '', '', 'es', '', 'images'),
(2458, '', '', 'fr', '', 'images'),
(2458, '', '', 'it', '', 'images'),
(2458, '', '', 'nl', '', 'images'),
(2458, '', '', 'no', '', 'images'),
(2458, '', '', 'pt', '', 'images'),
(2458, '', '', 'ro', '', 'images'),
(2458, '', '', 'ru', '', 'images'),
(2459, '', '', 'da', '', 'images'),
(2459, '', '', 'de', '', 'images'),
(2459, '', '', 'el', '', 'images'),
(2459, '', '', 'en', '', 'images'),
(2459, '', '', 'es', '', 'images'),
(2459, '', '', 'fr', '', 'images'),
(2459, '', '', 'it', '', 'images'),
(2459, '', '', 'nl', '', 'images'),
(2459, '', '', 'no', '', 'images'),
(2459, '', '', 'pt', '', 'images'),
(2459, '', '', 'ro', '', 'images'),
(2459, '', '', 'ru', '', 'images'),
(2460, '', '', 'da', '', 'images'),
(2460, '', '', 'de', '', 'images'),
(2460, '', '', 'el', '', 'images'),
(2460, '', '', 'en', '', 'images'),
(2460, '', '', 'es', '', 'images'),
(2460, '', '', 'fr', '', 'images'),
(2460, '', '', 'it', '', 'images'),
(2460, '', '', 'nl', '', 'images'),
(2460, '', '', 'no', '', 'images'),
(2460, '', '', 'pt', '', 'images'),
(2460, '', '', 'ro', '', 'images'),
(2460, '', '', 'ru', '', 'images'),
(2461, '', '', 'da', '', 'images'),
(2461, '', '', 'de', '', 'images'),
(2461, '', '', 'el', '', 'images'),
(2461, '', '', 'en', '', 'images'),
(2461, '', '', 'es', '', 'images'),
(2461, '', '', 'fr', '', 'images'),
(2461, '', '', 'it', '', 'images'),
(2461, '', '', 'nl', '', 'images'),
(2461, '', '', 'no', '', 'images'),
(2461, '', '', 'pt', '', 'images'),
(2461, '', '', 'ro', '', 'images'),
(2461, '', '', 'ru', '', 'images'),
(2462, '', '', 'da', '', 'images'),
(2462, '', '', 'de', '', 'images'),
(2462, '', '', 'el', '', 'images'),
(2462, '', '', 'en', '', 'images'),
(2462, '', '', 'es', '', 'images'),
(2462, '', '', 'fr', '', 'images'),
(2462, '', '', 'it', '', 'images'),
(2462, '', '', 'nl', '', 'images'),
(2462, '', '', 'no', '', 'images'),
(2462, '', '', 'pt', '', 'images'),
(2462, '', '', 'ro', '', 'images'),
(2462, '', '', 'ru', '', 'images'),
(2463, '', '', 'da', '', 'images'),
(2463, '', '', 'de', '', 'images'),
(2463, '', '', 'el', '', 'images'),
(2463, '', '', 'en', '', 'images'),
(2463, '', '', 'es', '', 'images'),
(2463, '', '', 'fr', '', 'images'),
(2463, '', '', 'it', '', 'images'),
(2463, '', '', 'nl', '', 'images'),
(2463, '', '', 'no', '', 'images'),
(2463, '', '', 'pt', '', 'images'),
(2463, '', '', 'ro', '', 'images'),
(2463, '', '', 'ru', '', 'images'),
(2464, '', '', 'da', '', 'images'),
(2464, '', '', 'de', '', 'images'),
(2464, '', '', 'el', '', 'images'),
(2464, '', '', 'en', '', 'images'),
(2464, '', '', 'es', '', 'images'),
(2464, '', '', 'fr', '', 'images'),
(2464, '', '', 'it', '', 'images'),
(2464, '', '', 'nl', '', 'images'),
(2464, '', '', 'no', '', 'images'),
(2464, '', '', 'pt', '', 'images'),
(2464, '', '', 'ro', '', 'images'),
(2464, '', '', 'ru', '', 'images'),
(2465, '', '', 'da', '', 'images'),
(2465, '', '', 'de', '', 'images'),
(2465, '', '', 'el', '', 'images'),
(2465, '', '', 'en', '', 'images'),
(2465, '', '', 'es', '', 'images'),
(2465, '', '', 'fr', '', 'images'),
(2465, '', '', 'it', '', 'images'),
(2465, '', '', 'nl', '', 'images'),
(2465, '', '', 'no', '', 'images'),
(2465, '', '', 'pt', '', 'images'),
(2465, '', '', 'ro', '', 'images'),
(2465, '', '', 'ru', '', 'images'),
(2466, '', '', 'da', '', 'images'),
(2466, '', '', 'de', '', 'images'),
(2466, '', '', 'el', '', 'images'),
(2466, '', '', 'en', '', 'images'),
(2466, '', '', 'es', '', 'images'),
(2466, '', '', 'fr', '', 'images'),
(2466, '', '', 'it', '', 'images'),
(2466, '', '', 'nl', '', 'images'),
(2466, '', '', 'no', '', 'images'),
(2466, '', '', 'pt', '', 'images'),
(2466, '', '', 'ro', '', 'images'),
(2466, '', '', 'ru', '', 'images'),
(2467, '', '', 'da', '', 'images'),
(2467, '', '', 'de', '', 'images'),
(2467, '', '', 'el', '', 'images'),
(2467, '', '', 'en', '', 'images'),
(2467, '', '', 'es', '', 'images'),
(2467, '', '', 'fr', '', 'images'),
(2467, '', '', 'it', '', 'images'),
(2467, '', '', 'nl', '', 'images'),
(2467, '', '', 'no', '', 'images'),
(2467, '', '', 'pt', '', 'images'),
(2467, '', '', 'ro', '', 'images'),
(2467, '', '', 'ru', '', 'images'),
(2468, '', '', 'da', '', 'images'),
(2468, '', '', 'de', '', 'images'),
(2468, '', '', 'el', '', 'images'),
(2468, '', '', 'en', '', 'images'),
(2468, '', '', 'es', '', 'images'),
(2468, '', '', 'fr', '', 'images'),
(2468, '', '', 'it', '', 'images'),
(2468, '', '', 'nl', '', 'images'),
(2468, '', '', 'no', '', 'images'),
(2468, '', '', 'pt', '', 'images'),
(2468, '', '', 'ro', '', 'images'),
(2468, '', '', 'ru', '', 'images'),
(2469, '', '', 'da', '', 'images'),
(2469, '', '', 'de', '', 'images'),
(2469, '', '', 'el', '', 'images'),
(2469, '', '', 'en', '', 'images'),
(2469, '', '', 'es', '', 'images'),
(2469, '', '', 'fr', '', 'images'),
(2469, '', '', 'it', '', 'images'),
(2469, '', '', 'nl', '', 'images'),
(2469, '', '', 'no', '', 'images'),
(2469, '', '', 'pt', '', 'images'),
(2469, '', '', 'ro', '', 'images'),
(2469, '', '', 'ru', '', 'images'),
(2470, '', '', 'da', '', 'images'),
(2470, '', '', 'de', '', 'images'),
(2470, '', '', 'el', '', 'images'),
(2470, '', '', 'en', '', 'images'),
(2470, '', '', 'es', '', 'images'),
(2470, '', '', 'fr', '', 'images'),
(2470, '', '', 'it', '', 'images'),
(2470, '', '', 'nl', '', 'images'),
(2470, '', '', 'no', '', 'images'),
(2470, '', '', 'pt', '', 'images'),
(2470, '', '', 'ro', '', 'images'),
(2470, '', '', 'ru', '', 'images'),
(2471, '', '', 'da', '', 'images'),
(2471, '', '', 'de', '', 'images'),
(2471, '', '', 'el', '', 'images'),
(2471, '', '', 'en', '', 'images'),
(2471, '', '', 'es', '', 'images'),
(2471, '', '', 'fr', '', 'images'),
(2471, '', '', 'it', '', 'images'),
(2471, '', '', 'nl', '', 'images'),
(2471, '', '', 'no', '', 'images'),
(2471, '', '', 'pt', '', 'images'),
(2471, '', '', 'ro', '', 'images'),
(2471, '', '', 'ru', '', 'images'),
(2472, '', '', 'da', '', 'images'),
(2472, '', '', 'de', '', 'images'),
(2472, '', '', 'el', '', 'images'),
(2472, '', '', 'en', '', 'images'),
(2472, '', '', 'es', '', 'images'),
(2472, '', '', 'fr', '', 'images'),
(2472, '', '', 'it', '', 'images'),
(2472, '', '', 'nl', '', 'images'),
(2472, '', '', 'no', '', 'images'),
(2472, '', '', 'pt', '', 'images'),
(2472, '', '', 'ro', '', 'images'),
(2472, '', '', 'ru', '', 'images'),
(2473, '', '', 'da', '', 'images'),
(2473, '', '', 'de', '', 'images'),
(2473, '', '', 'el', '', 'images'),
(2473, '', '', 'en', '', 'images'),
(2473, '', '', 'es', '', 'images'),
(2473, '', '', 'fr', '', 'images'),
(2473, '', '', 'it', '', 'images'),
(2473, '', '', 'nl', '', 'images'),
(2473, '', '', 'no', '', 'images'),
(2473, '', '', 'pt', '', 'images'),
(2473, '', '', 'ro', '', 'images'),
(2473, '', '', 'ru', '', 'images'),
(2474, '', '', 'da', '', 'images'),
(2474, '', '', 'de', '', 'images'),
(2474, '', '', 'el', '', 'images'),
(2474, '', '', 'en', '', 'images'),
(2474, '', '', 'es', '', 'images'),
(2474, '', '', 'fr', '', 'images'),
(2474, '', '', 'it', '', 'images'),
(2474, '', '', 'nl', '', 'images'),
(2474, '', '', 'no', '', 'images'),
(2474, '', '', 'pt', '', 'images'),
(2474, '', '', 'ro', '', 'images'),
(2474, '', '', 'ru', '', 'images'),
(2475, '', '', 'da', '', 'images'),
(2475, '', '', 'de', '', 'images'),
(2475, '', '', 'el', '', 'images'),
(2475, '', '', 'en', '', 'images'),
(2475, '', '', 'es', '', 'images'),
(2475, '', '', 'fr', '', 'images'),
(2475, '', '', 'it', '', 'images'),
(2475, '', '', 'nl', '', 'images'),
(2475, '', '', 'no', '', 'images'),
(2475, '', '', 'pt', '', 'images'),
(2475, '', '', 'ro', '', 'images'),
(2475, '', '', 'ru', '', 'images'),
(2476, '', '', 'da', '', 'images'),
(2476, '', '', 'de', '', 'images'),
(2476, '', '', 'el', '', 'images'),
(2476, '', '', 'en', '', 'images'),
(2476, '', '', 'es', '', 'images'),
(2476, '', '', 'fr', '', 'images'),
(2476, '', '', 'it', '', 'images'),
(2476, '', '', 'nl', '', 'images'),
(2476, '', '', 'no', '', 'images'),
(2476, '', '', 'pt', '', 'images'),
(2476, '', '', 'ro', '', 'images'),
(2476, '', '', 'ru', '', 'images'),
(2477, '', '', 'da', '', 'images'),
(2477, '', '', 'de', '', 'images'),
(2477, '', '', 'el', '', 'images'),
(2477, '', '', 'en', '', 'images'),
(2477, '', '', 'es', '', 'images'),
(2477, '', '', 'fr', '', 'images'),
(2477, '', '', 'it', '', 'images'),
(2477, '', '', 'nl', '', 'images'),
(2477, '', '', 'no', '', 'images'),
(2477, '', '', 'pt', '', 'images'),
(2477, '', '', 'ro', '', 'images'),
(2477, '', '', 'ru', '', 'images'),
(2478, '', '', 'da', '', 'images'),
(2478, '', '', 'de', '', 'images'),
(2478, '', '', 'el', '', 'images'),
(2478, '', '', 'en', '', 'images'),
(2478, '', '', 'es', '', 'images'),
(2478, '', '', 'fr', '', 'images'),
(2478, '', '', 'it', '', 'images'),
(2478, '', '', 'nl', '', 'images'),
(2478, '', '', 'no', '', 'images'),
(2478, '', '', 'pt', '', 'images'),
(2478, '', '', 'ro', '', 'images'),
(2478, '', '', 'ru', '', 'images'),
(2479, '', '', 'da', '', 'images'),
(2479, '', '', 'de', '', 'images'),
(2479, '', '', 'el', '', 'images'),
(2479, '', '', 'en', '', 'images'),
(2479, '', '', 'es', '', 'images'),
(2479, '', '', 'fr', '', 'images'),
(2479, '', '', 'it', '', 'images'),
(2479, '', '', 'nl', '', 'images'),
(2479, '', '', 'no', '', 'images'),
(2479, '', '', 'pt', '', 'images'),
(2479, '', '', 'ro', '', 'images'),
(2479, '', '', 'ru', '', 'images'),
(2480, '', '', 'da', '', 'images'),
(2480, '', '', 'de', '', 'images'),
(2480, '', '', 'el', '', 'images'),
(2480, '', '', 'en', '', 'images'),
(2480, '', '', 'es', '', 'images'),
(2480, '', '', 'fr', '', 'images'),
(2480, '', '', 'it', '', 'images'),
(2480, '', '', 'nl', '', 'images'),
(2480, '', '', 'no', '', 'images'),
(2480, '', '', 'pt', '', 'images'),
(2480, '', '', 'ro', '', 'images'),
(2480, '', '', 'ru', '', 'images'),
(2481, '', '', 'da', '', 'images'),
(2481, '', '', 'de', '', 'images'),
(2481, '', '', 'el', '', 'images'),
(2481, '', '', 'en', '', 'images'),
(2481, '', '', 'es', '', 'images'),
(2481, '', '', 'fr', '', 'images'),
(2481, '', '', 'it', '', 'images'),
(2481, '', '', 'nl', '', 'images'),
(2481, '', '', 'no', '', 'images'),
(2481, '', '', 'pt', '', 'images'),
(2481, '', '', 'ro', '', 'images'),
(2481, '', '', 'ru', '', 'images'),
(2482, '', '', 'da', '', 'images'),
(2482, '', '', 'de', '', 'images'),
(2482, '', '', 'el', '', 'images'),
(2482, '', '', 'en', '', 'images'),
(2482, '', '', 'es', '', 'images'),
(2482, '', '', 'fr', '', 'images'),
(2482, '', '', 'it', '', 'images'),
(2482, '', '', 'nl', '', 'images'),
(2482, '', '', 'no', '', 'images'),
(2482, '', '', 'pt', '', 'images'),
(2482, '', '', 'ro', '', 'images'),
(2482, '', '', 'ru', '', 'images'),
(2483, '', '', 'da', '', 'images'),
(2483, '', '', 'de', '', 'images'),
(2483, '', '', 'el', '', 'images'),
(2483, '', '', 'en', '', 'images'),
(2483, '', '', 'es', '', 'images'),
(2483, '', '', 'fr', '', 'images'),
(2483, '', '', 'it', '', 'images'),
(2483, '', '', 'nl', '', 'images'),
(2483, '', '', 'no', '', 'images'),
(2483, '', '', 'pt', '', 'images'),
(2483, '', '', 'ro', '', 'images'),
(2483, '', '', 'ru', '', 'images'),
(2484, '', '', 'da', '', 'images'),
(2484, '', '', 'de', '', 'images'),
(2484, '', '', 'el', '', 'images'),
(2484, '', '', 'en', '', 'images'),
(2484, '', '', 'es', '', 'images'),
(2484, '', '', 'fr', '', 'images'),
(2484, '', '', 'it', '', 'images'),
(2484, '', '', 'nl', '', 'images'),
(2484, '', '', 'no', '', 'images'),
(2484, '', '', 'pt', '', 'images'),
(2484, '', '', 'ro', '', 'images'),
(2484, '', '', 'ru', '', 'images'),
(2485, '', '', 'da', '', 'images'),
(2485, '', '', 'de', '', 'images'),
(2485, '', '', 'el', '', 'images'),
(2485, '', '', 'en', '', 'images'),
(2485, '', '', 'es', '', 'images'),
(2485, '', '', 'fr', '', 'images'),
(2485, '', '', 'it', '', 'images'),
(2485, '', '', 'nl', '', 'images'),
(2485, '', '', 'no', '', 'images'),
(2485, '', '', 'pt', '', 'images'),
(2485, '', '', 'ro', '', 'images'),
(2485, '', '', 'ru', '', 'images'),
(2486, '', '', 'da', '', 'images'),
(2486, '', '', 'de', '', 'images'),
(2486, '', '', 'el', '', 'images'),
(2486, '', '', 'en', '', 'images'),
(2486, '', '', 'es', '', 'images'),
(2486, '', '', 'fr', '', 'images'),
(2486, '', '', 'it', '', 'images'),
(2486, '', '', 'nl', '', 'images'),
(2486, '', '', 'no', '', 'images'),
(2486, '', '', 'pt', '', 'images'),
(2486, '', '', 'ro', '', 'images'),
(2486, '', '', 'ru', '', 'images'),
(2487, '', '', 'da', '', 'images'),
(2487, '', '', 'de', '', 'images'),
(2487, '', '', 'el', '', 'images'),
(2487, '', '', 'en', '', 'images'),
(2487, '', '', 'es', '', 'images'),
(2487, '', '', 'fr', '', 'images'),
(2487, '', '', 'it', '', 'images'),
(2487, '', '', 'nl', '', 'images'),
(2487, '', '', 'no', '', 'images'),
(2487, '', '', 'pt', '', 'images'),
(2487, '', '', 'ro', '', 'images'),
(2487, '', '', 'ru', '', 'images'),
(2488, '', '', 'da', '', 'images'),
(2488, '', '', 'de', '', 'images'),
(2488, '', '', 'el', '', 'images'),
(2488, '', '', 'en', '', 'images'),
(2488, '', '', 'es', '', 'images'),
(2488, '', '', 'fr', '', 'images'),
(2488, '', '', 'it', '', 'images'),
(2488, '', '', 'nl', '', 'images'),
(2488, '', '', 'no', '', 'images'),
(2488, '', '', 'pt', '', 'images'),
(2488, '', '', 'ro', '', 'images'),
(2488, '', '', 'ru', '', 'images'),
(2489, '', '', 'da', '', 'images'),
(2489, '', '', 'de', '', 'images'),
(2489, '', '', 'el', '', 'images'),
(2489, '', '', 'en', '', 'images'),
(2489, '', '', 'es', '', 'images'),
(2489, '', '', 'fr', '', 'images'),
(2489, '', '', 'it', '', 'images'),
(2489, '', '', 'nl', '', 'images'),
(2489, '', '', 'no', '', 'images'),
(2489, '', '', 'pt', '', 'images'),
(2489, '', '', 'ro', '', 'images'),
(2489, '', '', 'ru', '', 'images'),
(2490, '', '', 'da', '', 'images'),
(2490, '', '', 'de', '', 'images'),
(2490, '', '', 'el', '', 'images'),
(2490, '', '', 'en', '', 'images'),
(2490, '', '', 'es', '', 'images'),
(2490, '', '', 'fr', '', 'images'),
(2490, '', '', 'it', '', 'images'),
(2490, '', '', 'nl', '', 'images'),
(2490, '', '', 'no', '', 'images'),
(2490, '', '', 'pt', '', 'images'),
(2490, '', '', 'ro', '', 'images'),
(2490, '', '', 'ru', '', 'images'),
(2491, '', '', 'da', '', 'images'),
(2491, '', '', 'de', '', 'images'),
(2491, '', '', 'el', '', 'images'),
(2491, '', '', 'en', '', 'images'),
(2491, '', '', 'es', '', 'images'),
(2491, '', '', 'fr', '', 'images'),
(2491, '', '', 'it', '', 'images'),
(2491, '', '', 'nl', '', 'images'),
(2491, '', '', 'no', '', 'images'),
(2491, '', '', 'pt', '', 'images'),
(2491, '', '', 'ro', '', 'images'),
(2491, '', '', 'ru', '', 'images'),
(2492, '', '', 'da', '', 'images'),
(2492, '', '', 'de', '', 'images'),
(2492, '', '', 'el', '', 'images'),
(2492, '', '', 'en', '', 'images'),
(2492, '', '', 'es', '', 'images'),
(2492, '', '', 'fr', '', 'images'),
(2492, '', '', 'it', '', 'images'),
(2492, '', '', 'nl', '', 'images'),
(2492, '', '', 'no', '', 'images'),
(2492, '', '', 'pt', '', 'images'),
(2492, '', '', 'ro', '', 'images'),
(2492, '', '', 'ru', '', 'images'),
(2493, '', '', 'da', '', 'images'),
(2493, '', '', 'de', '', 'images'),
(2493, '', '', 'el', '', 'images'),
(2493, '', '', 'en', '', 'images'),
(2493, '', '', 'es', '', 'images'),
(2493, '', '', 'fr', '', 'images'),
(2493, '', '', 'it', '', 'images'),
(2493, '', '', 'nl', '', 'images'),
(2493, '', '', 'no', '', 'images'),
(2493, '', '', 'pt', '', 'images'),
(2493, '', '', 'ro', '', 'images'),
(2493, '', '', 'ru', '', 'images'),
(2494, '', '', 'da', '', 'images'),
(2494, '', '', 'de', '', 'images'),
(2494, '', '', 'el', '', 'images'),
(2494, '', '', 'en', '', 'images'),
(2494, '', '', 'es', '', 'images'),
(2494, '', '', 'fr', '', 'images'),
(2494, '', '', 'it', '', 'images'),
(2494, '', '', 'nl', '', 'images'),
(2494, '', '', 'no', '', 'images'),
(2494, '', '', 'pt', '', 'images'),
(2494, '', '', 'ro', '', 'images'),
(2494, '', '', 'ru', '', 'images'),
(2495, '', '', 'da', '', 'images'),
(2495, '', '', 'de', '', 'images'),
(2495, '', '', 'el', '', 'images'),
(2495, '', '', 'en', '', 'images'),
(2495, '', '', 'es', '', 'images'),
(2495, '', '', 'fr', '', 'images'),
(2495, '', '', 'it', '', 'images'),
(2495, '', '', 'nl', '', 'images'),
(2495, '', '', 'no', '', 'images'),
(2495, '', '', 'pt', '', 'images'),
(2495, '', '', 'ro', '', 'images'),
(2495, '', '', 'ru', '', 'images'),
(2496, '', '', 'da', '', 'images'),
(2496, '', '', 'de', '', 'images'),
(2496, '', '', 'el', '', 'images'),
(2496, '', '', 'en', '', 'images'),
(2496, '', '', 'es', '', 'images'),
(2496, '', '', 'fr', '', 'images'),
(2496, '', '', 'it', '', 'images'),
(2496, '', '', 'nl', '', 'images'),
(2496, '', '', 'no', '', 'images'),
(2496, '', '', 'pt', '', 'images'),
(2496, '', '', 'ro', '', 'images'),
(2496, '', '', 'ru', '', 'images'),
(2497, '', '', 'da', '', 'images'),
(2497, '', '', 'de', '', 'images'),
(2497, '', '', 'el', '', 'images'),
(2497, '', '', 'en', '', 'images'),
(2497, '', '', 'es', '', 'images'),
(2497, '', '', 'fr', '', 'images'),
(2497, '', '', 'it', '', 'images'),
(2497, '', '', 'nl', '', 'images'),
(2497, '', '', 'no', '', 'images'),
(2497, '', '', 'pt', '', 'images'),
(2497, '', '', 'ro', '', 'images'),
(2497, '', '', 'ru', '', 'images'),
(2498, '', '', 'da', '', 'images'),
(2498, '', '', 'de', '', 'images'),
(2498, '', '', 'el', '', 'images'),
(2498, '', '', 'en', '', 'images'),
(2498, '', '', 'es', '', 'images'),
(2498, '', '', 'fr', '', 'images'),
(2498, '', '', 'it', '', 'images'),
(2498, '', '', 'nl', '', 'images'),
(2498, '', '', 'no', '', 'images'),
(2498, '', '', 'pt', '', 'images'),
(2498, '', '', 'ro', '', 'images'),
(2498, '', '', 'ru', '', 'images'),
(2499, '', '', 'da', '', 'images'),
(2499, '', '', 'de', '', 'images'),
(2499, '', '', 'el', '', 'images'),
(2499, '', '', 'en', '', 'images'),
(2499, '', '', 'es', '', 'images'),
(2499, '', '', 'fr', '', 'images'),
(2499, '', '', 'it', '', 'images'),
(2499, '', '', 'nl', '', 'images'),
(2499, '', '', 'no', '', 'images'),
(2499, '', '', 'pt', '', 'images'),
(2499, '', '', 'ro', '', 'images'),
(2499, '', '', 'ru', '', 'images'),
(2507, '', '', 'da', '', 'images'),
(2507, '', '', 'de', '', 'images'),
(2507, '', '', 'el', '', 'images'),
(2507, '', '', 'en', '', 'images'),
(2507, '', '', 'es', '', 'images'),
(2507, '', '', 'fr', '', 'images'),
(2507, '', '', 'it', '', 'images'),
(2507, '', '', 'nl', '', 'images'),
(2507, '', '', 'no', '', 'images'),
(2507, '', '', 'pt', '', 'images'),
(2507, '', '', 'ro', '', 'images'),
(2507, '', '', 'ru', '', 'images'),
(2508, '', '', 'da', '', 'images'),
(2508, '', '', 'de', '', 'images'),
(2508, '', '', 'el', '', 'images'),
(2508, '', '', 'en', '', 'images'),
(2508, '', '', 'es', '', 'images'),
(2508, '', '', 'fr', '', 'images'),
(2508, '', '', 'it', '', 'images'),
(2508, '', '', 'nl', '', 'images'),
(2508, '', '', 'no', '', 'images'),
(2508, '', '', 'pt', '', 'images'),
(2508, '', '', 'ro', '', 'images'),
(2508, '', '', 'ru', '', 'images'),
(2509, '', '', 'da', '', 'images'),
(2509, '', '', 'de', '', 'images'),
(2509, '', '', 'el', '', 'images'),
(2509, '', '', 'en', '', 'images'),
(2509, '', '', 'es', '', 'images'),
(2509, '', '', 'fr', '', 'images'),
(2509, '', '', 'it', '', 'images'),
(2509, '', '', 'nl', '', 'images'),
(2509, '', '', 'no', '', 'images'),
(2509, '', '', 'pt', '', 'images'),
(2509, '', '', 'ro', '', 'images'),
(2509, '', '', 'ru', '', 'images'),
(2510, '', '', 'da', '', 'images'),
(2510, '', '', 'de', '', 'images'),
(2510, '', '', 'el', '', 'images'),
(2510, '', '', 'en', '', 'images'),
(2510, '', '', 'es', '', 'images'),
(2510, '', '', 'fr', '', 'images'),
(2510, '', '', 'it', '', 'images'),
(2510, '', '', 'nl', '', 'images'),
(2510, '', '', 'no', '', 'images'),
(2510, '', '', 'pt', '', 'images'),
(2510, '', '', 'ro', '', 'images'),
(2510, '', '', 'ru', '', 'images'),
(2511, '', '', 'da', '', 'images'),
(2511, '', '', 'de', '', 'images'),
(2511, '', '', 'el', '', 'images'),
(2511, '', '', 'en', '', 'images'),
(2511, '', '', 'es', '', 'images'),
(2511, '', '', 'fr', '', 'images'),
(2511, '', '', 'it', '', 'images'),
(2511, '', '', 'nl', '', 'images'),
(2511, '', '', 'no', '', 'images'),
(2511, '', '', 'pt', '', 'images'),
(2511, '', '', 'ro', '', 'images'),
(2511, '', '', 'ru', '', 'images'),
(2512, '', '', 'da', '', 'images'),
(2512, '', '', 'de', '', 'images'),
(2512, '', '', 'el', '', 'images'),
(2512, '', '', 'en', '', 'images'),
(2512, '', '', 'es', '', 'images'),
(2512, '', '', 'fr', '', 'images'),
(2512, '', '', 'it', '', 'images'),
(2512, '', '', 'nl', '', 'images'),
(2512, '', '', 'no', '', 'images'),
(2512, '', '', 'pt', '', 'images'),
(2512, '', '', 'ro', '', 'images'),
(2512, '', '', 'ru', '', 'images'),
(2513, '', '', 'da', '', 'images'),
(2513, '', '', 'de', '', 'images'),
(2513, '', '', 'el', '', 'images'),
(2513, '', '', 'en', '', 'images'),
(2513, '', '', 'es', '', 'images'),
(2513, '', '', 'fr', '', 'images'),
(2513, '', '', 'it', '', 'images'),
(2513, '', '', 'nl', '', 'images'),
(2513, '', '', 'no', '', 'images'),
(2513, '', '', 'pt', '', 'images'),
(2513, '', '', 'ro', '', 'images'),
(2513, '', '', 'ru', '', 'images'),
(2514, '', '', 'da', '', 'images'),
(2514, '', '', 'de', '', 'images'),
(2514, '', '', 'el', '', 'images'),
(2514, '', '', 'en', '', 'images'),
(2514, '', '', 'es', '', 'images'),
(2514, '', '', 'fr', '', 'images'),
(2514, '', '', 'it', '', 'images'),
(2514, '', '', 'nl', '', 'images'),
(2514, '', '', 'no', '', 'images'),
(2514, '', '', 'pt', '', 'images'),
(2514, '', '', 'ro', '', 'images'),
(2514, '', '', 'ru', '', 'images'),
(2515, '', '', 'da', '', 'images'),
(2515, '', '', 'de', '', 'images'),
(2515, '', '', 'el', '', 'images'),
(2515, '', '', 'en', '', 'images'),
(2515, '', '', 'es', '', 'images'),
(2515, '', '', 'fr', '', 'images'),
(2515, '', '', 'it', '', 'images'),
(2515, '', '', 'nl', '', 'images'),
(2515, '', '', 'no', '', 'images'),
(2515, '', '', 'pt', '', 'images'),
(2515, '', '', 'ro', '', 'images'),
(2515, '', '', 'ru', '', 'images'),
(2516, '', '', 'da', '', 'images'),
(2516, '', '', 'de', '', 'images'),
(2516, '', '', 'el', '', 'images'),
(2516, '', '', 'en', '', 'images'),
(2516, '', '', 'es', '', 'images'),
(2516, '', '', 'fr', '', 'images'),
(2516, '', '', 'it', '', 'images'),
(2516, '', '', 'nl', '', 'images'),
(2516, '', '', 'no', '', 'images'),
(2516, '', '', 'pt', '', 'images'),
(2516, '', '', 'ro', '', 'images'),
(2516, '', '', 'ru', '', 'images'),
(2517, '', '', 'da', '', 'images'),
(2517, '', '', 'de', '', 'images'),
(2517, '', '', 'el', '', 'images'),
(2517, '', '', 'en', '', 'images'),
(2517, '', '', 'es', '', 'images'),
(2517, '', '', 'fr', '', 'images'),
(2517, '', '', 'it', '', 'images'),
(2517, '', '', 'nl', '', 'images'),
(2517, '', '', 'no', '', 'images'),
(2517, '', '', 'pt', '', 'images'),
(2517, '', '', 'ro', '', 'images'),
(2517, '', '', 'ru', '', 'images'),
(2518, '', '', 'da', '', 'images'),
(2518, '', '', 'de', '', 'images'),
(2518, '', '', 'el', '', 'images'),
(2518, '', '', 'en', '', 'images'),
(2518, '', '', 'es', '', 'images');
INSERT INTO `partiushop_common_descriptions` (`object_id`, `object_type`, `description`, `lang_code`, `object`, `object_holder`) VALUES
(2518, '', '', 'fr', '', 'images'),
(2518, '', '', 'it', '', 'images'),
(2518, '', '', 'nl', '', 'images'),
(2518, '', '', 'no', '', 'images'),
(2518, '', '', 'pt', '', 'images'),
(2518, '', '', 'ro', '', 'images'),
(2518, '', '', 'ru', '', 'images'),
(2519, '', '', 'da', '', 'images'),
(2519, '', '', 'de', '', 'images'),
(2519, '', '', 'el', '', 'images'),
(2519, '', '', 'en', '', 'images'),
(2519, '', '', 'es', '', 'images'),
(2519, '', '', 'fr', '', 'images'),
(2519, '', '', 'it', '', 'images'),
(2519, '', '', 'nl', '', 'images'),
(2519, '', '', 'no', '', 'images'),
(2519, '', '', 'pt', '', 'images'),
(2519, '', '', 'ro', '', 'images'),
(2519, '', '', 'ru', '', 'images'),
(2520, '', '', 'da', '', 'images'),
(2520, '', '', 'de', '', 'images'),
(2520, '', '', 'el', '', 'images'),
(2520, '', '', 'en', '', 'images'),
(2520, '', '', 'es', '', 'images'),
(2520, '', '', 'fr', '', 'images'),
(2520, '', '', 'it', '', 'images'),
(2520, '', '', 'nl', '', 'images'),
(2520, '', '', 'no', '', 'images'),
(2520, '', '', 'pt', '', 'images'),
(2520, '', '', 'ro', '', 'images'),
(2520, '', '', 'ru', '', 'images'),
(2521, '', '', 'da', '', 'images'),
(2521, '', '', 'de', '', 'images'),
(2521, '', '', 'el', '', 'images'),
(2521, '', '', 'en', '', 'images'),
(2521, '', '', 'es', '', 'images'),
(2521, '', '', 'fr', '', 'images'),
(2521, '', '', 'it', '', 'images'),
(2521, '', '', 'nl', '', 'images'),
(2521, '', '', 'no', '', 'images'),
(2521, '', '', 'pt', '', 'images'),
(2521, '', '', 'ro', '', 'images'),
(2521, '', '', 'ru', '', 'images'),
(2522, '', '', 'da', '', 'images'),
(2522, '', '', 'de', '', 'images'),
(2522, '', '', 'el', '', 'images'),
(2522, '', '', 'en', '', 'images'),
(2522, '', '', 'es', '', 'images'),
(2522, '', '', 'fr', '', 'images'),
(2522, '', '', 'it', '', 'images'),
(2522, '', '', 'nl', '', 'images'),
(2522, '', '', 'no', '', 'images'),
(2522, '', '', 'pt', '', 'images'),
(2522, '', '', 'ro', '', 'images'),
(2522, '', '', 'ru', '', 'images'),
(2523, '', '', 'da', '', 'images'),
(2523, '', '', 'de', '', 'images'),
(2523, '', '', 'el', '', 'images'),
(2523, '', '', 'en', '', 'images'),
(2523, '', '', 'es', '', 'images'),
(2523, '', '', 'fr', '', 'images'),
(2523, '', '', 'it', '', 'images'),
(2523, '', '', 'nl', '', 'images'),
(2523, '', '', 'no', '', 'images'),
(2523, '', '', 'pt', '', 'images'),
(2523, '', '', 'ro', '', 'images'),
(2523, '', '', 'ru', '', 'images'),
(2524, '', '', 'da', '', 'images'),
(2524, '', '', 'de', '', 'images'),
(2524, '', '', 'el', '', 'images'),
(2524, '', '', 'en', '', 'images'),
(2524, '', '', 'es', '', 'images'),
(2524, '', '', 'fr', '', 'images'),
(2524, '', '', 'it', '', 'images'),
(2524, '', '', 'nl', '', 'images'),
(2524, '', '', 'no', '', 'images'),
(2524, '', '', 'pt', '', 'images'),
(2524, '', '', 'ro', '', 'images'),
(2524, '', '', 'ru', '', 'images'),
(2525, '', '', 'da', '', 'images'),
(2525, '', '', 'de', '', 'images'),
(2525, '', '', 'el', '', 'images'),
(2525, '', '', 'en', '', 'images'),
(2525, '', '', 'es', '', 'images'),
(2525, '', '', 'fr', '', 'images'),
(2525, '', '', 'it', '', 'images'),
(2525, '', '', 'nl', '', 'images'),
(2525, '', '', 'no', '', 'images'),
(2525, '', '', 'pt', '', 'images'),
(2525, '', '', 'ro', '', 'images'),
(2525, '', '', 'ru', '', 'images'),
(2526, '', '', 'da', '', 'images'),
(2526, '', '', 'de', '', 'images'),
(2526, '', '', 'el', '', 'images'),
(2526, '', '', 'en', '', 'images'),
(2526, '', '', 'es', '', 'images'),
(2526, '', '', 'fr', '', 'images'),
(2526, '', '', 'it', '', 'images'),
(2526, '', '', 'nl', '', 'images'),
(2526, '', '', 'no', '', 'images'),
(2526, '', '', 'pt', '', 'images'),
(2526, '', '', 'ro', '', 'images'),
(2526, '', '', 'ru', '', 'images'),
(2527, '', '', 'da', '', 'images'),
(2527, '', '', 'de', '', 'images'),
(2527, '', '', 'el', '', 'images'),
(2527, '', '', 'en', '', 'images'),
(2527, '', '', 'es', '', 'images'),
(2527, '', '', 'fr', '', 'images'),
(2527, '', '', 'it', '', 'images'),
(2527, '', '', 'nl', '', 'images'),
(2527, '', '', 'no', '', 'images'),
(2527, '', '', 'pt', '', 'images'),
(2527, '', '', 'ro', '', 'images'),
(2527, '', '', 'ru', '', 'images'),
(2528, '', '', 'da', '', 'images'),
(2528, '', '', 'de', '', 'images'),
(2528, '', '', 'el', '', 'images'),
(2528, '', '', 'en', '', 'images'),
(2528, '', '', 'es', '', 'images'),
(2528, '', '', 'fr', '', 'images'),
(2528, '', '', 'it', '', 'images'),
(2528, '', '', 'nl', '', 'images'),
(2528, '', '', 'no', '', 'images'),
(2528, '', '', 'pt', '', 'images'),
(2528, '', '', 'ro', '', 'images'),
(2528, '', '', 'ru', '', 'images'),
(2529, '', '', 'da', '', 'images'),
(2529, '', '', 'de', '', 'images'),
(2529, '', '', 'el', '', 'images'),
(2529, '', '', 'en', '', 'images'),
(2529, '', '', 'es', '', 'images'),
(2529, '', '', 'fr', '', 'images'),
(2529, '', '', 'it', '', 'images'),
(2529, '', '', 'nl', '', 'images'),
(2529, '', '', 'no', '', 'images'),
(2529, '', '', 'pt', '', 'images'),
(2529, '', '', 'ro', '', 'images'),
(2529, '', '', 'ru', '', 'images'),
(2530, '', '', 'da', '', 'images'),
(2530, '', '', 'de', '', 'images'),
(2530, '', '', 'el', '', 'images'),
(2530, '', '', 'en', '', 'images'),
(2530, '', '', 'es', '', 'images'),
(2530, '', '', 'fr', '', 'images'),
(2530, '', '', 'it', '', 'images'),
(2530, '', '', 'nl', '', 'images'),
(2530, '', '', 'no', '', 'images'),
(2530, '', '', 'pt', '', 'images'),
(2530, '', '', 'ro', '', 'images'),
(2530, '', '', 'ru', '', 'images'),
(2531, '', '', 'da', '', 'images'),
(2531, '', '', 'de', '', 'images'),
(2531, '', '', 'el', '', 'images'),
(2531, '', '', 'en', '', 'images'),
(2531, '', '', 'es', '', 'images'),
(2531, '', '', 'fr', '', 'images'),
(2531, '', '', 'it', '', 'images'),
(2531, '', '', 'nl', '', 'images'),
(2531, '', '', 'no', '', 'images'),
(2531, '', '', 'pt', '', 'images'),
(2531, '', '', 'ro', '', 'images'),
(2531, '', '', 'ru', '', 'images'),
(2532, '', '', 'da', '', 'images'),
(2532, '', '', 'de', '', 'images'),
(2532, '', '', 'el', '', 'images'),
(2532, '', '', 'en', '', 'images'),
(2532, '', '', 'es', '', 'images'),
(2532, '', '', 'fr', '', 'images'),
(2532, '', '', 'it', '', 'images'),
(2532, '', '', 'nl', '', 'images'),
(2532, '', '', 'no', '', 'images'),
(2532, '', '', 'pt', '', 'images'),
(2532, '', '', 'ro', '', 'images'),
(2532, '', '', 'ru', '', 'images'),
(2533, '', '', 'da', '', 'images'),
(2533, '', '', 'de', '', 'images'),
(2533, '', '', 'el', '', 'images'),
(2533, '', '', 'en', '', 'images'),
(2533, '', '', 'es', '', 'images'),
(2533, '', '', 'fr', '', 'images'),
(2533, '', '', 'it', '', 'images'),
(2533, '', '', 'nl', '', 'images'),
(2533, '', '', 'no', '', 'images'),
(2533, '', '', 'pt', '', 'images'),
(2533, '', '', 'ro', '', 'images'),
(2533, '', '', 'ru', '', 'images'),
(2534, '', '', 'da', '', 'images'),
(2534, '', '', 'de', '', 'images'),
(2534, '', '', 'el', '', 'images'),
(2534, '', '', 'en', '', 'images'),
(2534, '', '', 'es', '', 'images'),
(2534, '', '', 'fr', '', 'images'),
(2534, '', '', 'it', '', 'images'),
(2534, '', '', 'nl', '', 'images'),
(2534, '', '', 'no', '', 'images'),
(2534, '', '', 'pt', '', 'images'),
(2534, '', '', 'ro', '', 'images'),
(2534, '', '', 'ru', '', 'images'),
(2535, '', '', 'da', '', 'images'),
(2535, '', '', 'de', '', 'images'),
(2535, '', '', 'el', '', 'images'),
(2535, '', '', 'en', '', 'images'),
(2535, '', '', 'es', '', 'images'),
(2535, '', '', 'fr', '', 'images'),
(2535, '', '', 'it', '', 'images'),
(2535, '', '', 'nl', '', 'images'),
(2535, '', '', 'no', '', 'images'),
(2535, '', '', 'pt', '', 'images'),
(2535, '', '', 'ro', '', 'images'),
(2535, '', '', 'ru', '', 'images'),
(2536, '', '', 'da', '', 'images'),
(2536, '', '', 'de', '', 'images'),
(2536, '', '', 'el', '', 'images'),
(2536, '', '', 'en', '', 'images'),
(2536, '', '', 'es', '', 'images'),
(2536, '', '', 'fr', '', 'images'),
(2536, '', '', 'it', '', 'images'),
(2536, '', '', 'nl', '', 'images'),
(2536, '', '', 'no', '', 'images'),
(2536, '', '', 'pt', '', 'images'),
(2536, '', '', 'ro', '', 'images'),
(2536, '', '', 'ru', '', 'images'),
(2537, '', '', 'da', '', 'images'),
(2537, '', '', 'de', '', 'images'),
(2537, '', '', 'el', '', 'images'),
(2537, '', '', 'en', '', 'images'),
(2537, '', '', 'es', '', 'images'),
(2537, '', '', 'fr', '', 'images'),
(2537, '', '', 'it', '', 'images'),
(2537, '', '', 'nl', '', 'images'),
(2537, '', '', 'no', '', 'images'),
(2537, '', '', 'pt', '', 'images'),
(2537, '', '', 'ro', '', 'images'),
(2537, '', '', 'ru', '', 'images'),
(2538, '', '', 'da', '', 'images'),
(2538, '', '', 'de', '', 'images'),
(2538, '', '', 'el', '', 'images'),
(2538, '', '', 'en', '', 'images'),
(2538, '', '', 'es', '', 'images'),
(2538, '', '', 'fr', '', 'images'),
(2538, '', '', 'it', '', 'images'),
(2538, '', '', 'nl', '', 'images'),
(2538, '', '', 'no', '', 'images'),
(2538, '', '', 'pt', '', 'images'),
(2538, '', '', 'ro', '', 'images'),
(2538, '', '', 'ru', '', 'images'),
(2539, '', '', 'da', '', 'images'),
(2539, '', '', 'de', '', 'images'),
(2539, '', '', 'el', '', 'images'),
(2539, '', '', 'en', '', 'images'),
(2539, '', '', 'es', '', 'images'),
(2539, '', '', 'fr', '', 'images'),
(2539, '', '', 'it', '', 'images'),
(2539, '', '', 'nl', '', 'images'),
(2539, '', '', 'no', '', 'images'),
(2539, '', '', 'pt', '', 'images'),
(2539, '', '', 'ro', '', 'images'),
(2539, '', '', 'ru', '', 'images'),
(2540, '', '', 'da', '', 'images'),
(2540, '', '', 'de', '', 'images'),
(2540, '', '', 'el', '', 'images'),
(2540, '', '', 'en', '', 'images'),
(2540, '', '', 'es', '', 'images'),
(2540, '', '', 'fr', '', 'images'),
(2540, '', '', 'it', '', 'images'),
(2540, '', '', 'nl', '', 'images'),
(2540, '', '', 'no', '', 'images'),
(2540, '', '', 'pt', '', 'images'),
(2540, '', '', 'ro', '', 'images'),
(2540, '', '', 'ru', '', 'images'),
(2541, '', '', 'da', '', 'images'),
(2541, '', '', 'de', '', 'images'),
(2541, '', '', 'el', '', 'images'),
(2541, '', '', 'en', '', 'images'),
(2541, '', '', 'es', '', 'images'),
(2541, '', '', 'fr', '', 'images'),
(2541, '', '', 'it', '', 'images'),
(2541, '', '', 'nl', '', 'images'),
(2541, '', '', 'no', '', 'images'),
(2541, '', '', 'pt', '', 'images'),
(2541, '', '', 'ro', '', 'images'),
(2541, '', '', 'ru', '', 'images'),
(2542, '', '', 'da', '', 'images'),
(2542, '', '', 'de', '', 'images'),
(2542, '', '', 'el', '', 'images'),
(2542, '', '', 'en', '', 'images'),
(2542, '', '', 'es', '', 'images'),
(2542, '', '', 'fr', '', 'images'),
(2542, '', '', 'it', '', 'images'),
(2542, '', '', 'nl', '', 'images'),
(2542, '', '', 'no', '', 'images'),
(2542, '', '', 'pt', '', 'images'),
(2542, '', '', 'ro', '', 'images'),
(2542, '', '', 'ru', '', 'images'),
(2543, '', '', 'da', '', 'images'),
(2543, '', '', 'de', '', 'images'),
(2543, '', '', 'el', '', 'images'),
(2543, '', '', 'en', '', 'images'),
(2543, '', '', 'es', '', 'images'),
(2543, '', '', 'fr', '', 'images'),
(2543, '', '', 'it', '', 'images'),
(2543, '', '', 'nl', '', 'images'),
(2543, '', '', 'no', '', 'images'),
(2543, '', '', 'pt', '', 'images'),
(2543, '', '', 'ro', '', 'images'),
(2543, '', '', 'ru', '', 'images'),
(2544, '', '', 'da', '', 'images'),
(2544, '', '', 'de', '', 'images'),
(2544, '', '', 'el', '', 'images'),
(2544, '', '', 'en', '', 'images'),
(2544, '', '', 'es', '', 'images'),
(2544, '', '', 'fr', '', 'images'),
(2544, '', '', 'it', '', 'images'),
(2544, '', '', 'nl', '', 'images'),
(2544, '', '', 'no', '', 'images'),
(2544, '', '', 'pt', '', 'images'),
(2544, '', '', 'ro', '', 'images'),
(2544, '', '', 'ru', '', 'images'),
(2545, '', '', 'da', '', 'images'),
(2545, '', '', 'de', '', 'images'),
(2545, '', '', 'el', '', 'images'),
(2545, '', '', 'en', '', 'images'),
(2545, '', '', 'es', '', 'images'),
(2545, '', '', 'fr', '', 'images'),
(2545, '', '', 'it', '', 'images'),
(2545, '', '', 'nl', '', 'images'),
(2545, '', '', 'no', '', 'images'),
(2545, '', '', 'pt', '', 'images'),
(2545, '', '', 'ro', '', 'images'),
(2545, '', '', 'ru', '', 'images'),
(2546, '', '', 'da', '', 'images'),
(2546, '', '', 'de', '', 'images'),
(2546, '', '', 'el', '', 'images'),
(2546, '', '', 'en', '', 'images'),
(2546, '', '', 'es', '', 'images'),
(2546, '', '', 'fr', '', 'images'),
(2546, '', '', 'it', '', 'images'),
(2546, '', '', 'nl', '', 'images'),
(2546, '', '', 'no', '', 'images'),
(2546, '', '', 'pt', '', 'images'),
(2546, '', '', 'ro', '', 'images'),
(2546, '', '', 'ru', '', 'images'),
(2547, '', '', 'da', '', 'images'),
(2547, '', '', 'de', '', 'images'),
(2547, '', '', 'el', '', 'images'),
(2547, '', '', 'en', '', 'images'),
(2547, '', '', 'es', '', 'images'),
(2547, '', '', 'fr', '', 'images'),
(2547, '', '', 'it', '', 'images'),
(2547, '', '', 'nl', '', 'images'),
(2547, '', '', 'no', '', 'images'),
(2547, '', '', 'pt', '', 'images'),
(2547, '', '', 'ro', '', 'images'),
(2547, '', '', 'ru', '', 'images'),
(2548, '', '', 'da', '', 'images'),
(2548, '', '', 'de', '', 'images'),
(2548, '', '', 'el', '', 'images'),
(2548, '', '', 'en', '', 'images'),
(2548, '', '', 'es', '', 'images'),
(2548, '', '', 'fr', '', 'images'),
(2548, '', '', 'it', '', 'images'),
(2548, '', '', 'nl', '', 'images'),
(2548, '', '', 'no', '', 'images'),
(2548, '', '', 'pt', '', 'images'),
(2548, '', '', 'ro', '', 'images'),
(2548, '', '', 'ru', '', 'images'),
(2549, '', '', 'da', '', 'images'),
(2549, '', '', 'de', '', 'images'),
(2549, '', '', 'el', '', 'images'),
(2549, '', '', 'en', '', 'images'),
(2549, '', '', 'es', '', 'images'),
(2549, '', '', 'fr', '', 'images'),
(2549, '', '', 'it', '', 'images'),
(2549, '', '', 'nl', '', 'images'),
(2549, '', '', 'no', '', 'images'),
(2549, '', '', 'pt', '', 'images'),
(2549, '', '', 'ro', '', 'images'),
(2549, '', '', 'ru', '', 'images'),
(2550, '', '', 'da', '', 'images'),
(2550, '', '', 'de', '', 'images'),
(2550, '', '', 'el', '', 'images'),
(2550, '', '', 'en', '', 'images'),
(2550, '', '', 'es', '', 'images'),
(2550, '', '', 'fr', '', 'images'),
(2550, '', '', 'it', '', 'images'),
(2550, '', '', 'nl', '', 'images'),
(2550, '', '', 'no', '', 'images'),
(2550, '', '', 'pt', '', 'images'),
(2550, '', '', 'ro', '', 'images'),
(2550, '', '', 'ru', '', 'images'),
(2551, '', '', 'da', '', 'images'),
(2551, '', '', 'de', '', 'images'),
(2551, '', '', 'el', '', 'images'),
(2551, '', '', 'en', '', 'images'),
(2551, '', '', 'es', '', 'images'),
(2551, '', '', 'fr', '', 'images'),
(2551, '', '', 'it', '', 'images'),
(2551, '', '', 'nl', '', 'images'),
(2551, '', '', 'no', '', 'images'),
(2551, '', '', 'pt', '', 'images'),
(2551, '', '', 'ro', '', 'images'),
(2551, '', '', 'ru', '', 'images'),
(2552, '', '', 'da', '', 'images'),
(2552, '', '', 'de', '', 'images'),
(2552, '', '', 'el', '', 'images'),
(2552, '', '', 'en', '', 'images'),
(2552, '', '', 'es', '', 'images'),
(2552, '', '', 'fr', '', 'images'),
(2552, '', '', 'it', '', 'images'),
(2552, '', '', 'nl', '', 'images'),
(2552, '', '', 'no', '', 'images'),
(2552, '', '', 'pt', '', 'images'),
(2552, '', '', 'ro', '', 'images'),
(2552, '', '', 'ru', '', 'images'),
(2553, '', '', 'da', '', 'images'),
(2553, '', '', 'de', '', 'images'),
(2553, '', '', 'el', '', 'images'),
(2553, '', '', 'en', '', 'images'),
(2553, '', '', 'es', '', 'images'),
(2553, '', '', 'fr', '', 'images'),
(2553, '', '', 'it', '', 'images'),
(2553, '', '', 'nl', '', 'images'),
(2553, '', '', 'no', '', 'images'),
(2553, '', '', 'pt', '', 'images'),
(2553, '', '', 'ro', '', 'images'),
(2553, '', '', 'ru', '', 'images'),
(2554, '', '', 'da', '', 'images'),
(2554, '', '', 'de', '', 'images'),
(2554, '', '', 'el', '', 'images'),
(2554, '', '', 'en', '', 'images'),
(2554, '', '', 'es', '', 'images'),
(2554, '', '', 'fr', '', 'images'),
(2554, '', '', 'it', '', 'images'),
(2554, '', '', 'nl', '', 'images'),
(2554, '', '', 'no', '', 'images'),
(2554, '', '', 'pt', '', 'images'),
(2554, '', '', 'ro', '', 'images'),
(2554, '', '', 'ru', '', 'images'),
(2555, '', '', 'da', '', 'images'),
(2555, '', '', 'de', '', 'images'),
(2555, '', '', 'el', '', 'images'),
(2555, '', '', 'en', '', 'images'),
(2555, '', '', 'es', '', 'images'),
(2555, '', '', 'fr', '', 'images'),
(2555, '', '', 'it', '', 'images'),
(2555, '', '', 'nl', '', 'images'),
(2555, '', '', 'no', '', 'images'),
(2555, '', '', 'pt', '', 'images'),
(2555, '', '', 'ro', '', 'images'),
(2555, '', '', 'ru', '', 'images'),
(2556, '', '', 'da', '', 'images'),
(2556, '', '', 'de', '', 'images'),
(2556, '', '', 'el', '', 'images'),
(2556, '', '', 'en', '', 'images'),
(2556, '', '', 'es', '', 'images'),
(2556, '', '', 'fr', '', 'images'),
(2556, '', '', 'it', '', 'images'),
(2556, '', '', 'nl', '', 'images'),
(2556, '', '', 'no', '', 'images'),
(2556, '', '', 'pt', '', 'images'),
(2556, '', '', 'ro', '', 'images'),
(2556, '', '', 'ru', '', 'images'),
(2557, '', '', 'da', '', 'images'),
(2557, '', '', 'de', '', 'images'),
(2557, '', '', 'el', '', 'images'),
(2557, '', '', 'en', '', 'images'),
(2557, '', '', 'es', '', 'images'),
(2557, '', '', 'fr', '', 'images'),
(2557, '', '', 'it', '', 'images'),
(2557, '', '', 'nl', '', 'images'),
(2557, '', '', 'no', '', 'images'),
(2557, '', '', 'pt', '', 'images'),
(2557, '', '', 'ro', '', 'images'),
(2557, '', '', 'ru', '', 'images'),
(2558, '', '', 'da', '', 'images'),
(2558, '', '', 'de', '', 'images'),
(2558, '', '', 'el', '', 'images'),
(2558, '', '', 'en', '', 'images'),
(2558, '', '', 'es', '', 'images'),
(2558, '', '', 'fr', '', 'images'),
(2558, '', '', 'it', '', 'images'),
(2558, '', '', 'nl', '', 'images'),
(2558, '', '', 'no', '', 'images'),
(2558, '', '', 'pt', '', 'images'),
(2558, '', '', 'ro', '', 'images'),
(2558, '', '', 'ru', '', 'images'),
(2559, '', '', 'da', '', 'images'),
(2559, '', '', 'de', '', 'images'),
(2559, '', '', 'el', '', 'images'),
(2559, '', '', 'en', '', 'images'),
(2559, '', '', 'es', '', 'images'),
(2559, '', '', 'fr', '', 'images'),
(2559, '', '', 'it', '', 'images'),
(2559, '', '', 'nl', '', 'images'),
(2559, '', '', 'no', '', 'images'),
(2559, '', '', 'pt', '', 'images'),
(2559, '', '', 'ro', '', 'images'),
(2559, '', '', 'ru', '', 'images'),
(2560, '', '', 'da', '', 'images'),
(2560, '', '', 'de', '', 'images'),
(2560, '', '', 'el', '', 'images'),
(2560, '', '', 'en', '', 'images'),
(2560, '', '', 'es', '', 'images'),
(2560, '', '', 'fr', '', 'images'),
(2560, '', '', 'it', '', 'images'),
(2560, '', '', 'nl', '', 'images'),
(2560, '', '', 'no', '', 'images'),
(2560, '', '', 'pt', '', 'images'),
(2560, '', '', 'ro', '', 'images'),
(2560, '', '', 'ru', '', 'images'),
(2561, '', '', 'da', '', 'images'),
(2561, '', '', 'de', '', 'images'),
(2561, '', '', 'el', '', 'images'),
(2561, '', '', 'en', '', 'images'),
(2561, '', '', 'es', '', 'images'),
(2561, '', '', 'fr', '', 'images'),
(2561, '', '', 'it', '', 'images'),
(2561, '', '', 'nl', '', 'images'),
(2561, '', '', 'no', '', 'images'),
(2561, '', '', 'pt', '', 'images'),
(2561, '', '', 'ro', '', 'images'),
(2561, '', '', 'ru', '', 'images'),
(2562, '', '', 'da', '', 'images'),
(2562, '', '', 'de', '', 'images'),
(2562, '', '', 'el', '', 'images'),
(2562, '', '', 'en', '', 'images'),
(2562, '', '', 'es', '', 'images'),
(2562, '', '', 'fr', '', 'images'),
(2562, '', '', 'it', '', 'images'),
(2562, '', '', 'nl', '', 'images'),
(2562, '', '', 'no', '', 'images'),
(2562, '', '', 'pt', '', 'images'),
(2562, '', '', 'ro', '', 'images'),
(2562, '', '', 'ru', '', 'images'),
(2563, '', '', 'da', '', 'images'),
(2563, '', '', 'de', '', 'images'),
(2563, '', '', 'el', '', 'images'),
(2563, '', '', 'en', '', 'images'),
(2563, '', '', 'es', '', 'images'),
(2563, '', '', 'fr', '', 'images'),
(2563, '', '', 'it', '', 'images'),
(2563, '', '', 'nl', '', 'images'),
(2563, '', '', 'no', '', 'images'),
(2563, '', '', 'pt', '', 'images'),
(2563, '', '', 'ro', '', 'images'),
(2563, '', '', 'ru', '', 'images'),
(2564, '', '', 'da', '', 'images'),
(2564, '', '', 'de', '', 'images'),
(2564, '', '', 'el', '', 'images'),
(2564, '', '', 'en', '', 'images'),
(2564, '', '', 'es', '', 'images'),
(2564, '', '', 'fr', '', 'images'),
(2564, '', '', 'it', '', 'images'),
(2564, '', '', 'nl', '', 'images'),
(2564, '', '', 'no', '', 'images'),
(2564, '', '', 'pt', '', 'images'),
(2564, '', '', 'ro', '', 'images'),
(2564, '', '', 'ru', '', 'images'),
(2565, '', '', 'da', '', 'images'),
(2565, '', '', 'de', '', 'images'),
(2565, '', '', 'el', '', 'images'),
(2565, '', '', 'en', '', 'images'),
(2565, '', '', 'es', '', 'images'),
(2565, '', '', 'fr', '', 'images'),
(2565, '', '', 'it', '', 'images'),
(2565, '', '', 'nl', '', 'images'),
(2565, '', '', 'no', '', 'images'),
(2565, '', '', 'pt', '', 'images'),
(2565, '', '', 'ro', '', 'images'),
(2565, '', '', 'ru', '', 'images'),
(2566, '', '', 'da', '', 'images'),
(2566, '', '', 'de', '', 'images'),
(2566, '', '', 'el', '', 'images'),
(2566, '', '', 'en', '', 'images'),
(2566, '', '', 'es', '', 'images'),
(2566, '', '', 'fr', '', 'images'),
(2566, '', '', 'it', '', 'images'),
(2566, '', '', 'nl', '', 'images'),
(2566, '', '', 'no', '', 'images'),
(2566, '', '', 'pt', '', 'images'),
(2566, '', '', 'ro', '', 'images'),
(2566, '', '', 'ru', '', 'images'),
(2567, '', '', 'da', '', 'images'),
(2567, '', '', 'de', '', 'images'),
(2567, '', '', 'el', '', 'images'),
(2567, '', '', 'en', '', 'images'),
(2567, '', '', 'es', '', 'images'),
(2567, '', '', 'fr', '', 'images'),
(2567, '', '', 'it', '', 'images'),
(2567, '', '', 'nl', '', 'images'),
(2567, '', '', 'no', '', 'images'),
(2567, '', '', 'pt', '', 'images'),
(2567, '', '', 'ro', '', 'images'),
(2567, '', '', 'ru', '', 'images'),
(2568, '', '', 'da', '', 'images'),
(2568, '', '', 'de', '', 'images'),
(2568, '', '', 'el', '', 'images'),
(2568, '', '', 'en', '', 'images'),
(2568, '', '', 'es', '', 'images'),
(2568, '', '', 'fr', '', 'images'),
(2568, '', '', 'it', '', 'images'),
(2568, '', '', 'nl', '', 'images'),
(2568, '', '', 'no', '', 'images'),
(2568, '', '', 'pt', '', 'images'),
(2568, '', '', 'ro', '', 'images'),
(2568, '', '', 'ru', '', 'images'),
(2569, '', '', 'da', '', 'images'),
(2569, '', '', 'de', '', 'images'),
(2569, '', '', 'el', '', 'images'),
(2569, '', '', 'en', '', 'images'),
(2569, '', '', 'es', '', 'images'),
(2569, '', '', 'fr', '', 'images'),
(2569, '', '', 'it', '', 'images'),
(2569, '', '', 'nl', '', 'images'),
(2569, '', '', 'no', '', 'images'),
(2569, '', '', 'pt', '', 'images'),
(2569, '', '', 'ro', '', 'images'),
(2569, '', '', 'ru', '', 'images'),
(2570, '', '', 'da', '', 'images'),
(2570, '', '', 'de', '', 'images'),
(2570, '', '', 'el', '', 'images'),
(2570, '', '', 'en', '', 'images'),
(2570, '', '', 'es', '', 'images'),
(2570, '', '', 'fr', '', 'images'),
(2570, '', '', 'it', '', 'images'),
(2570, '', '', 'nl', '', 'images'),
(2570, '', '', 'no', '', 'images'),
(2570, '', '', 'pt', '', 'images'),
(2570, '', '', 'ro', '', 'images'),
(2570, '', '', 'ru', '', 'images'),
(2571, '', '', 'da', '', 'images'),
(2571, '', '', 'de', '', 'images'),
(2571, '', '', 'el', '', 'images'),
(2571, '', '', 'en', '', 'images'),
(2571, '', '', 'es', '', 'images'),
(2571, '', '', 'fr', '', 'images'),
(2571, '', '', 'it', '', 'images'),
(2571, '', '', 'nl', '', 'images'),
(2571, '', '', 'no', '', 'images'),
(2571, '', '', 'pt', '', 'images'),
(2571, '', '', 'ro', '', 'images'),
(2571, '', '', 'ru', '', 'images'),
(2572, '', '', 'da', '', 'images'),
(2572, '', '', 'de', '', 'images'),
(2572, '', '', 'el', '', 'images'),
(2572, '', '', 'en', '', 'images'),
(2572, '', '', 'es', '', 'images'),
(2572, '', '', 'fr', '', 'images'),
(2572, '', '', 'it', '', 'images'),
(2572, '', '', 'nl', '', 'images'),
(2572, '', '', 'no', '', 'images'),
(2572, '', '', 'pt', '', 'images'),
(2572, '', '', 'ro', '', 'images'),
(2572, '', '', 'ru', '', 'images'),
(2573, '', '', 'da', '', 'images'),
(2573, '', '', 'de', '', 'images'),
(2573, '', '', 'el', '', 'images'),
(2573, '', '', 'en', '', 'images'),
(2573, '', '', 'es', '', 'images'),
(2573, '', '', 'fr', '', 'images'),
(2573, '', '', 'it', '', 'images'),
(2573, '', '', 'nl', '', 'images'),
(2573, '', '', 'no', '', 'images'),
(2573, '', '', 'pt', '', 'images'),
(2573, '', '', 'ro', '', 'images'),
(2573, '', '', 'ru', '', 'images'),
(2574, '', '', 'da', '', 'images'),
(2574, '', '', 'de', '', 'images'),
(2574, '', '', 'el', '', 'images'),
(2574, '', '', 'en', '', 'images'),
(2574, '', '', 'es', '', 'images'),
(2574, '', '', 'fr', '', 'images'),
(2574, '', '', 'it', '', 'images'),
(2574, '', '', 'nl', '', 'images'),
(2574, '', '', 'no', '', 'images'),
(2574, '', '', 'pt', '', 'images'),
(2574, '', '', 'ro', '', 'images'),
(2574, '', '', 'ru', '', 'images'),
(2575, '', '', 'da', '', 'images'),
(2575, '', '', 'de', '', 'images'),
(2575, '', '', 'el', '', 'images'),
(2575, '', '', 'en', '', 'images'),
(2575, '', '', 'es', '', 'images'),
(2575, '', '', 'fr', '', 'images'),
(2575, '', '', 'it', '', 'images'),
(2575, '', '', 'nl', '', 'images'),
(2575, '', '', 'no', '', 'images'),
(2575, '', '', 'pt', '', 'images'),
(2575, '', '', 'ro', '', 'images'),
(2575, '', '', 'ru', '', 'images'),
(2576, '', '', 'da', '', 'images'),
(2576, '', '', 'de', '', 'images'),
(2576, '', '', 'el', '', 'images'),
(2576, '', '', 'en', '', 'images'),
(2576, '', '', 'es', '', 'images'),
(2576, '', '', 'fr', '', 'images'),
(2576, '', '', 'it', '', 'images'),
(2576, '', '', 'nl', '', 'images'),
(2576, '', '', 'no', '', 'images'),
(2576, '', '', 'pt', '', 'images'),
(2576, '', '', 'ro', '', 'images'),
(2576, '', '', 'ru', '', 'images'),
(2577, '', '', 'da', '', 'images'),
(2577, '', '', 'de', '', 'images'),
(2577, '', '', 'el', '', 'images'),
(2577, '', '', 'en', '', 'images'),
(2577, '', '', 'es', '', 'images'),
(2577, '', '', 'fr', '', 'images'),
(2577, '', '', 'it', '', 'images'),
(2577, '', '', 'nl', '', 'images'),
(2577, '', '', 'no', '', 'images'),
(2577, '', '', 'pt', '', 'images'),
(2577, '', '', 'ro', '', 'images'),
(2577, '', '', 'ru', '', 'images'),
(2578, '', '', 'da', '', 'images'),
(2578, '', '', 'de', '', 'images'),
(2578, '', '', 'el', '', 'images'),
(2578, '', '', 'en', '', 'images'),
(2578, '', '', 'es', '', 'images'),
(2578, '', '', 'fr', '', 'images'),
(2578, '', '', 'it', '', 'images'),
(2578, '', '', 'nl', '', 'images'),
(2578, '', '', 'no', '', 'images'),
(2578, '', '', 'pt', '', 'images'),
(2578, '', '', 'ro', '', 'images'),
(2578, '', '', 'ru', '', 'images'),
(2579, '', '', 'da', '', 'images'),
(2579, '', '', 'de', '', 'images'),
(2579, '', '', 'el', '', 'images'),
(2579, '', '', 'en', '', 'images'),
(2579, '', '', 'es', '', 'images'),
(2579, '', '', 'fr', '', 'images'),
(2579, '', '', 'it', '', 'images'),
(2579, '', '', 'nl', '', 'images'),
(2579, '', '', 'no', '', 'images'),
(2579, '', '', 'pt', '', 'images'),
(2579, '', '', 'ro', '', 'images'),
(2579, '', '', 'ru', '', 'images'),
(2580, '', '', 'da', '', 'images'),
(2580, '', '', 'de', '', 'images'),
(2580, '', '', 'el', '', 'images'),
(2580, '', '', 'en', '', 'images'),
(2580, '', '', 'es', '', 'images'),
(2580, '', '', 'fr', '', 'images'),
(2580, '', '', 'it', '', 'images'),
(2580, '', '', 'nl', '', 'images'),
(2580, '', '', 'no', '', 'images'),
(2580, '', '', 'pt', '', 'images'),
(2580, '', '', 'ro', '', 'images'),
(2580, '', '', 'ru', '', 'images'),
(2581, '', '', 'da', '', 'images'),
(2581, '', '', 'de', '', 'images'),
(2581, '', '', 'el', '', 'images'),
(2581, '', '', 'en', '', 'images'),
(2581, '', '', 'es', '', 'images'),
(2581, '', '', 'fr', '', 'images'),
(2581, '', '', 'it', '', 'images'),
(2581, '', '', 'nl', '', 'images'),
(2581, '', '', 'no', '', 'images'),
(2581, '', '', 'pt', '', 'images'),
(2581, '', '', 'ro', '', 'images'),
(2581, '', '', 'ru', '', 'images'),
(2582, '', '', 'da', '', 'images'),
(2582, '', '', 'de', '', 'images'),
(2582, '', '', 'el', '', 'images'),
(2582, '', '', 'en', '', 'images'),
(2582, '', '', 'es', '', 'images'),
(2582, '', '', 'fr', '', 'images'),
(2582, '', '', 'it', '', 'images'),
(2582, '', '', 'nl', '', 'images'),
(2582, '', '', 'no', '', 'images'),
(2582, '', '', 'pt', '', 'images'),
(2582, '', '', 'ro', '', 'images'),
(2582, '', '', 'ru', '', 'images'),
(2583, '', '', 'da', '', 'images'),
(2583, '', '', 'de', '', 'images'),
(2583, '', '', 'el', '', 'images'),
(2583, '', '', 'en', '', 'images'),
(2583, '', '', 'es', '', 'images'),
(2583, '', '', 'fr', '', 'images'),
(2583, '', '', 'it', '', 'images'),
(2583, '', '', 'nl', '', 'images'),
(2583, '', '', 'no', '', 'images'),
(2583, '', '', 'pt', '', 'images'),
(2583, '', '', 'ro', '', 'images'),
(2583, '', '', 'ru', '', 'images'),
(2584, '', '', 'da', '', 'images'),
(2584, '', '', 'de', '', 'images'),
(2584, '', '', 'el', '', 'images'),
(2584, '', '', 'en', '', 'images'),
(2584, '', '', 'es', '', 'images'),
(2584, '', '', 'fr', '', 'images'),
(2584, '', '', 'it', '', 'images'),
(2584, '', '', 'nl', '', 'images'),
(2584, '', '', 'no', '', 'images'),
(2584, '', '', 'pt', '', 'images'),
(2584, '', '', 'ro', '', 'images'),
(2584, '', '', 'ru', '', 'images'),
(2585, '', '', 'da', '', 'images'),
(2585, '', '', 'de', '', 'images'),
(2585, '', '', 'el', '', 'images'),
(2585, '', '', 'en', '', 'images'),
(2585, '', '', 'es', '', 'images'),
(2585, '', '', 'fr', '', 'images'),
(2585, '', '', 'it', '', 'images'),
(2585, '', '', 'nl', '', 'images'),
(2585, '', '', 'no', '', 'images'),
(2585, '', '', 'pt', '', 'images'),
(2585, '', '', 'ro', '', 'images'),
(2585, '', '', 'ru', '', 'images'),
(2586, '', '', 'da', '', 'images'),
(2586, '', '', 'de', '', 'images'),
(2586, '', '', 'el', '', 'images'),
(2586, '', '', 'en', '', 'images'),
(2586, '', '', 'es', '', 'images'),
(2586, '', '', 'fr', '', 'images'),
(2586, '', '', 'it', '', 'images'),
(2586, '', '', 'nl', '', 'images'),
(2586, '', '', 'no', '', 'images'),
(2586, '', '', 'pt', '', 'images'),
(2586, '', '', 'ro', '', 'images'),
(2586, '', '', 'ru', '', 'images'),
(2587, '', '', 'da', '', 'images'),
(2587, '', '', 'de', '', 'images'),
(2587, '', '', 'el', '', 'images'),
(2587, '', '', 'en', '', 'images'),
(2587, '', '', 'es', '', 'images'),
(2587, '', '', 'fr', '', 'images'),
(2587, '', '', 'it', '', 'images'),
(2587, '', '', 'nl', '', 'images'),
(2587, '', '', 'no', '', 'images'),
(2587, '', '', 'pt', '', 'images'),
(2587, '', '', 'ro', '', 'images'),
(2587, '', '', 'ru', '', 'images'),
(2588, '', '', 'da', '', 'images'),
(2588, '', '', 'de', '', 'images'),
(2588, '', '', 'el', '', 'images'),
(2588, '', '', 'en', '', 'images'),
(2588, '', '', 'es', '', 'images'),
(2588, '', '', 'fr', '', 'images'),
(2588, '', '', 'it', '', 'images'),
(2588, '', '', 'nl', '', 'images'),
(2588, '', '', 'no', '', 'images'),
(2588, '', '', 'pt', '', 'images'),
(2588, '', '', 'ro', '', 'images'),
(2588, '', '', 'ru', '', 'images'),
(2589, '', '', 'da', '', 'images'),
(2589, '', '', 'de', '', 'images'),
(2589, '', '', 'el', '', 'images'),
(2589, '', '', 'en', '', 'images'),
(2589, '', '', 'es', '', 'images'),
(2589, '', '', 'fr', '', 'images'),
(2589, '', '', 'it', '', 'images'),
(2589, '', '', 'nl', '', 'images'),
(2589, '', '', 'no', '', 'images'),
(2589, '', '', 'pt', '', 'images'),
(2589, '', '', 'ro', '', 'images'),
(2589, '', '', 'ru', '', 'images'),
(2590, '', '', 'da', '', 'images'),
(2590, '', '', 'de', '', 'images'),
(2590, '', '', 'el', '', 'images'),
(2590, '', '', 'en', '', 'images'),
(2590, '', '', 'es', '', 'images'),
(2590, '', '', 'fr', '', 'images'),
(2590, '', '', 'it', '', 'images'),
(2590, '', '', 'nl', '', 'images'),
(2590, '', '', 'no', '', 'images'),
(2590, '', '', 'pt', '', 'images'),
(2590, '', '', 'ro', '', 'images'),
(2590, '', '', 'ru', '', 'images'),
(2591, '', '', 'da', '', 'images'),
(2591, '', '', 'de', '', 'images'),
(2591, '', '', 'el', '', 'images'),
(2591, '', '', 'en', '', 'images'),
(2591, '', '', 'es', '', 'images'),
(2591, '', '', 'fr', '', 'images'),
(2591, '', '', 'it', '', 'images'),
(2591, '', '', 'nl', '', 'images'),
(2591, '', '', 'no', '', 'images'),
(2591, '', '', 'pt', '', 'images'),
(2591, '', '', 'ro', '', 'images'),
(2591, '', '', 'ru', '', 'images'),
(2592, '', '', 'da', '', 'images'),
(2592, '', '', 'de', '', 'images'),
(2592, '', '', 'el', '', 'images'),
(2592, '', '', 'en', '', 'images'),
(2592, '', '', 'es', '', 'images'),
(2592, '', '', 'fr', '', 'images'),
(2592, '', '', 'it', '', 'images'),
(2592, '', '', 'nl', '', 'images'),
(2592, '', '', 'no', '', 'images'),
(2592, '', '', 'pt', '', 'images'),
(2592, '', '', 'ro', '', 'images'),
(2592, '', '', 'ru', '', 'images'),
(2593, '', '', 'da', '', 'images'),
(2593, '', '', 'de', '', 'images'),
(2593, '', '', 'el', '', 'images'),
(2593, '', '', 'en', '', 'images'),
(2593, '', '', 'es', '', 'images'),
(2593, '', '', 'fr', '', 'images'),
(2593, '', '', 'it', '', 'images'),
(2593, '', '', 'nl', '', 'images'),
(2593, '', '', 'no', '', 'images'),
(2593, '', '', 'pt', '', 'images'),
(2593, '', '', 'ro', '', 'images'),
(2593, '', '', 'ru', '', 'images'),
(2594, '', '', 'da', '', 'images'),
(2594, '', '', 'de', '', 'images'),
(2594, '', '', 'el', '', 'images'),
(2594, '', '', 'en', '', 'images'),
(2594, '', '', 'es', '', 'images'),
(2594, '', '', 'fr', '', 'images'),
(2594, '', '', 'it', '', 'images'),
(2594, '', '', 'nl', '', 'images'),
(2594, '', '', 'no', '', 'images'),
(2594, '', '', 'pt', '', 'images'),
(2594, '', '', 'ro', '', 'images'),
(2594, '', '', 'ru', '', 'images'),
(2595, '', '', 'da', '', 'images'),
(2595, '', '', 'de', '', 'images'),
(2595, '', '', 'el', '', 'images'),
(2595, '', '', 'en', '', 'images'),
(2595, '', '', 'es', '', 'images'),
(2595, '', '', 'fr', '', 'images'),
(2595, '', '', 'it', '', 'images'),
(2595, '', '', 'nl', '', 'images'),
(2595, '', '', 'no', '', 'images'),
(2595, '', '', 'pt', '', 'images'),
(2595, '', '', 'ro', '', 'images'),
(2595, '', '', 'ru', '', 'images'),
(2596, '', '', 'da', '', 'images'),
(2596, '', '', 'de', '', 'images'),
(2596, '', '', 'el', '', 'images'),
(2596, '', '', 'en', '', 'images'),
(2596, '', '', 'es', '', 'images'),
(2596, '', '', 'fr', '', 'images'),
(2596, '', '', 'it', '', 'images'),
(2596, '', '', 'nl', '', 'images'),
(2596, '', '', 'no', '', 'images'),
(2596, '', '', 'pt', '', 'images'),
(2596, '', '', 'ro', '', 'images'),
(2596, '', '', 'ru', '', 'images'),
(2597, '', '', 'da', '', 'images'),
(2597, '', '', 'de', '', 'images'),
(2597, '', '', 'el', '', 'images'),
(2597, '', '', 'en', '', 'images'),
(2597, '', '', 'es', '', 'images'),
(2597, '', '', 'fr', '', 'images'),
(2597, '', '', 'it', '', 'images'),
(2597, '', '', 'nl', '', 'images'),
(2597, '', '', 'no', '', 'images'),
(2597, '', '', 'pt', '', 'images'),
(2597, '', '', 'ro', '', 'images'),
(2597, '', '', 'ru', '', 'images'),
(2598, '', '', 'da', '', 'images'),
(2598, '', '', 'de', '', 'images'),
(2598, '', '', 'el', '', 'images'),
(2598, '', '', 'en', '', 'images'),
(2598, '', '', 'es', '', 'images'),
(2598, '', '', 'fr', '', 'images'),
(2598, '', '', 'it', '', 'images'),
(2598, '', '', 'nl', '', 'images'),
(2598, '', '', 'no', '', 'images'),
(2598, '', '', 'pt', '', 'images'),
(2598, '', '', 'ro', '', 'images'),
(2598, '', '', 'ru', '', 'images'),
(2599, '', '', 'da', '', 'images'),
(2599, '', '', 'de', '', 'images'),
(2599, '', '', 'el', '', 'images'),
(2599, '', '', 'en', '', 'images'),
(2599, '', '', 'es', '', 'images'),
(2599, '', '', 'fr', '', 'images'),
(2599, '', '', 'it', '', 'images'),
(2599, '', '', 'nl', '', 'images'),
(2599, '', '', 'no', '', 'images'),
(2599, '', '', 'pt', '', 'images'),
(2599, '', '', 'ro', '', 'images'),
(2599, '', '', 'ru', '', 'images'),
(2600, '', '', 'da', '', 'images'),
(2600, '', '', 'de', '', 'images'),
(2600, '', '', 'el', '', 'images'),
(2600, '', '', 'en', '', 'images'),
(2600, '', '', 'es', '', 'images'),
(2600, '', '', 'fr', '', 'images'),
(2600, '', '', 'it', '', 'images'),
(2600, '', '', 'nl', '', 'images'),
(2600, '', '', 'no', '', 'images'),
(2600, '', '', 'pt', '', 'images'),
(2600, '', '', 'ro', '', 'images'),
(2600, '', '', 'ru', '', 'images'),
(2601, '', '', 'da', '', 'images'),
(2601, '', '', 'de', '', 'images'),
(2601, '', '', 'el', '', 'images'),
(2601, '', '', 'en', '', 'images'),
(2601, '', '', 'es', '', 'images'),
(2601, '', '', 'fr', '', 'images'),
(2601, '', '', 'it', '', 'images'),
(2601, '', '', 'nl', '', 'images'),
(2601, '', '', 'no', '', 'images'),
(2601, '', '', 'pt', '', 'images'),
(2601, '', '', 'ro', '', 'images'),
(2601, '', '', 'ru', '', 'images'),
(2602, '', '', 'da', '', 'images'),
(2602, '', '', 'de', '', 'images'),
(2602, '', '', 'el', '', 'images'),
(2602, '', '', 'en', '', 'images'),
(2602, '', '', 'es', '', 'images'),
(2602, '', '', 'fr', '', 'images'),
(2602, '', '', 'it', '', 'images'),
(2602, '', '', 'nl', '', 'images'),
(2602, '', '', 'no', '', 'images'),
(2602, '', '', 'pt', '', 'images'),
(2602, '', '', 'ro', '', 'images'),
(2602, '', '', 'ru', '', 'images'),
(2603, '', '', 'da', '', 'images'),
(2603, '', '', 'de', '', 'images'),
(2603, '', '', 'el', '', 'images'),
(2603, '', '', 'en', '', 'images'),
(2603, '', '', 'es', '', 'images'),
(2603, '', '', 'fr', '', 'images'),
(2603, '', '', 'it', '', 'images'),
(2603, '', '', 'nl', '', 'images'),
(2603, '', '', 'no', '', 'images'),
(2603, '', '', 'pt', '', 'images'),
(2603, '', '', 'ro', '', 'images'),
(2603, '', '', 'ru', '', 'images'),
(2604, '', '', 'da', '', 'images'),
(2604, '', '', 'de', '', 'images'),
(2604, '', '', 'el', '', 'images'),
(2604, '', '', 'en', '', 'images'),
(2604, '', '', 'es', '', 'images'),
(2604, '', '', 'fr', '', 'images'),
(2604, '', '', 'it', '', 'images'),
(2604, '', '', 'nl', '', 'images'),
(2604, '', '', 'no', '', 'images'),
(2604, '', '', 'pt', '', 'images'),
(2604, '', '', 'ro', '', 'images'),
(2604, '', '', 'ru', '', 'images'),
(2605, '', '', 'da', '', 'images'),
(2605, '', '', 'de', '', 'images'),
(2605, '', '', 'el', '', 'images'),
(2605, '', '', 'en', '', 'images'),
(2605, '', '', 'es', '', 'images'),
(2605, '', '', 'fr', '', 'images'),
(2605, '', '', 'it', '', 'images'),
(2605, '', '', 'nl', '', 'images'),
(2605, '', '', 'no', '', 'images'),
(2605, '', '', 'pt', '', 'images'),
(2605, '', '', 'ro', '', 'images'),
(2605, '', '', 'ru', '', 'images'),
(2606, '', '', 'da', '', 'images'),
(2606, '', '', 'de', '', 'images'),
(2606, '', '', 'el', '', 'images'),
(2606, '', '', 'en', '', 'images'),
(2606, '', '', 'es', '', 'images'),
(2606, '', '', 'fr', '', 'images'),
(2606, '', '', 'it', '', 'images'),
(2606, '', '', 'nl', '', 'images'),
(2606, '', '', 'no', '', 'images'),
(2606, '', '', 'pt', '', 'images'),
(2606, '', '', 'ro', '', 'images'),
(2606, '', '', 'ru', '', 'images'),
(2607, '', '', 'da', '', 'images'),
(2607, '', '', 'de', '', 'images'),
(2607, '', '', 'el', '', 'images'),
(2607, '', '', 'en', '', 'images'),
(2607, '', '', 'es', '', 'images'),
(2607, '', '', 'fr', '', 'images'),
(2607, '', '', 'it', '', 'images'),
(2607, '', '', 'nl', '', 'images'),
(2607, '', '', 'no', '', 'images'),
(2607, '', '', 'pt', '', 'images'),
(2607, '', '', 'ro', '', 'images'),
(2607, '', '', 'ru', '', 'images'),
(2608, '', '', 'da', '', 'images'),
(2608, '', '', 'de', '', 'images'),
(2608, '', '', 'el', '', 'images'),
(2608, '', '', 'en', '', 'images'),
(2608, '', '', 'es', '', 'images'),
(2608, '', '', 'fr', '', 'images'),
(2608, '', '', 'it', '', 'images'),
(2608, '', '', 'nl', '', 'images'),
(2608, '', '', 'no', '', 'images'),
(2608, '', '', 'pt', '', 'images'),
(2608, '', '', 'ro', '', 'images'),
(2608, '', '', 'ru', '', 'images'),
(2609, '', '', 'da', '', 'images'),
(2609, '', '', 'de', '', 'images'),
(2609, '', '', 'el', '', 'images'),
(2609, '', '', 'en', '', 'images'),
(2609, '', '', 'es', '', 'images'),
(2609, '', '', 'fr', '', 'images'),
(2609, '', '', 'it', '', 'images'),
(2609, '', '', 'nl', '', 'images'),
(2609, '', '', 'no', '', 'images'),
(2609, '', '', 'pt', '', 'images'),
(2609, '', '', 'ro', '', 'images'),
(2609, '', '', 'ru', '', 'images'),
(2610, '', '', 'da', '', 'images'),
(2610, '', '', 'de', '', 'images'),
(2610, '', '', 'el', '', 'images'),
(2610, '', '', 'en', '', 'images'),
(2610, '', '', 'es', '', 'images'),
(2610, '', '', 'fr', '', 'images'),
(2610, '', '', 'it', '', 'images'),
(2610, '', '', 'nl', '', 'images'),
(2610, '', '', 'no', '', 'images'),
(2610, '', '', 'pt', '', 'images'),
(2610, '', '', 'ro', '', 'images'),
(2610, '', '', 'ru', '', 'images'),
(2611, '', '', 'da', '', 'images'),
(2611, '', '', 'de', '', 'images'),
(2611, '', '', 'el', '', 'images'),
(2611, '', '', 'en', '', 'images'),
(2611, '', '', 'es', '', 'images'),
(2611, '', '', 'fr', '', 'images'),
(2611, '', '', 'it', '', 'images'),
(2611, '', '', 'nl', '', 'images'),
(2611, '', '', 'no', '', 'images'),
(2611, '', '', 'pt', '', 'images'),
(2611, '', '', 'ro', '', 'images'),
(2611, '', '', 'ru', '', 'images'),
(2612, '', '', 'da', '', 'images'),
(2612, '', '', 'de', '', 'images'),
(2612, '', '', 'el', '', 'images'),
(2612, '', '', 'en', '', 'images'),
(2612, '', '', 'es', '', 'images'),
(2612, '', '', 'fr', '', 'images'),
(2612, '', '', 'it', '', 'images'),
(2612, '', '', 'nl', '', 'images'),
(2612, '', '', 'no', '', 'images'),
(2612, '', '', 'pt', '', 'images'),
(2612, '', '', 'ro', '', 'images'),
(2612, '', '', 'ru', '', 'images'),
(2613, '', '', 'da', '', 'images'),
(2613, '', '', 'de', '', 'images'),
(2613, '', '', 'el', '', 'images'),
(2613, '', '', 'en', '', 'images'),
(2613, '', '', 'es', '', 'images'),
(2613, '', '', 'fr', '', 'images'),
(2613, '', '', 'it', '', 'images'),
(2613, '', '', 'nl', '', 'images'),
(2613, '', '', 'no', '', 'images'),
(2613, '', '', 'pt', '', 'images'),
(2613, '', '', 'ro', '', 'images'),
(2613, '', '', 'ru', '', 'images'),
(2614, '', '', 'da', '', 'images'),
(2614, '', '', 'de', '', 'images'),
(2614, '', '', 'el', '', 'images'),
(2614, '', '', 'en', '', 'images'),
(2614, '', '', 'es', '', 'images'),
(2614, '', '', 'fr', '', 'images'),
(2614, '', '', 'it', '', 'images'),
(2614, '', '', 'nl', '', 'images'),
(2614, '', '', 'no', '', 'images'),
(2614, '', '', 'pt', '', 'images'),
(2614, '', '', 'ro', '', 'images'),
(2614, '', '', 'ru', '', 'images'),
(2615, '', '', 'da', '', 'images'),
(2615, '', '', 'de', '', 'images'),
(2615, '', '', 'el', '', 'images'),
(2615, '', '', 'en', '', 'images'),
(2615, '', '', 'es', '', 'images'),
(2615, '', '', 'fr', '', 'images'),
(2615, '', '', 'it', '', 'images'),
(2615, '', '', 'nl', '', 'images'),
(2615, '', '', 'no', '', 'images'),
(2615, '', '', 'pt', '', 'images'),
(2615, '', '', 'ro', '', 'images'),
(2615, '', '', 'ru', '', 'images'),
(2616, '', '', 'da', '', 'images'),
(2616, '', '', 'de', '', 'images'),
(2616, '', '', 'el', '', 'images'),
(2616, '', '', 'en', '', 'images'),
(2616, '', '', 'es', '', 'images'),
(2616, '', '', 'fr', '', 'images'),
(2616, '', '', 'it', '', 'images'),
(2616, '', '', 'nl', '', 'images'),
(2616, '', '', 'no', '', 'images'),
(2616, '', '', 'pt', '', 'images'),
(2616, '', '', 'ro', '', 'images'),
(2616, '', '', 'ru', '', 'images'),
(2617, '', '', 'da', '', 'images'),
(2617, '', '', 'de', '', 'images'),
(2617, '', '', 'el', '', 'images'),
(2617, '', '', 'en', '', 'images'),
(2617, '', '', 'es', '', 'images'),
(2617, '', '', 'fr', '', 'images'),
(2617, '', '', 'it', '', 'images'),
(2617, '', '', 'nl', '', 'images'),
(2617, '', '', 'no', '', 'images'),
(2617, '', '', 'pt', '', 'images'),
(2617, '', '', 'ro', '', 'images'),
(2617, '', '', 'ru', '', 'images'),
(2618, '', '', 'da', '', 'images'),
(2618, '', '', 'de', '', 'images'),
(2618, '', '', 'el', '', 'images'),
(2618, '', '', 'en', '', 'images'),
(2618, '', '', 'es', '', 'images'),
(2618, '', '', 'fr', '', 'images'),
(2618, '', '', 'it', '', 'images'),
(2618, '', '', 'nl', '', 'images'),
(2618, '', '', 'no', '', 'images'),
(2618, '', '', 'pt', '', 'images'),
(2618, '', '', 'ro', '', 'images'),
(2618, '', '', 'ru', '', 'images'),
(2619, '', '', 'da', '', 'images'),
(2619, '', '', 'de', '', 'images'),
(2619, '', '', 'el', '', 'images'),
(2619, '', '', 'en', '', 'images'),
(2619, '', '', 'es', '', 'images'),
(2619, '', '', 'fr', '', 'images'),
(2619, '', '', 'it', '', 'images'),
(2619, '', '', 'nl', '', 'images'),
(2619, '', '', 'no', '', 'images'),
(2619, '', '', 'pt', '', 'images'),
(2619, '', '', 'ro', '', 'images'),
(2619, '', '', 'ru', '', 'images'),
(2620, '', '', 'da', '', 'images'),
(2620, '', '', 'de', '', 'images'),
(2620, '', '', 'el', '', 'images'),
(2620, '', '', 'en', '', 'images'),
(2620, '', '', 'es', '', 'images'),
(2620, '', '', 'fr', '', 'images'),
(2620, '', '', 'it', '', 'images'),
(2620, '', '', 'nl', '', 'images'),
(2620, '', '', 'no', '', 'images'),
(2620, '', '', 'pt', '', 'images'),
(2620, '', '', 'ro', '', 'images'),
(2620, '', '', 'ru', '', 'images'),
(2621, '', '', 'da', '', 'images'),
(2621, '', '', 'de', '', 'images'),
(2621, '', '', 'el', '', 'images'),
(2621, '', '', 'en', '', 'images'),
(2621, '', '', 'es', '', 'images'),
(2621, '', '', 'fr', '', 'images'),
(2621, '', '', 'it', '', 'images'),
(2621, '', '', 'nl', '', 'images'),
(2621, '', '', 'no', '', 'images'),
(2621, '', '', 'pt', '', 'images'),
(2621, '', '', 'ro', '', 'images'),
(2621, '', '', 'ru', '', 'images'),
(2622, '', '', 'da', '', 'images'),
(2622, '', '', 'de', '', 'images'),
(2622, '', '', 'el', '', 'images'),
(2622, '', '', 'en', '', 'images'),
(2622, '', '', 'es', '', 'images'),
(2622, '', '', 'fr', '', 'images'),
(2622, '', '', 'it', '', 'images'),
(2622, '', '', 'nl', '', 'images'),
(2622, '', '', 'no', '', 'images'),
(2622, '', '', 'pt', '', 'images'),
(2622, '', '', 'ro', '', 'images'),
(2622, '', '', 'ru', '', 'images'),
(2623, '', '', 'da', '', 'images'),
(2623, '', '', 'de', '', 'images'),
(2623, '', '', 'el', '', 'images'),
(2623, '', '', 'en', '', 'images'),
(2623, '', '', 'es', '', 'images'),
(2623, '', '', 'fr', '', 'images'),
(2623, '', '', 'it', '', 'images'),
(2623, '', '', 'nl', '', 'images'),
(2623, '', '', 'no', '', 'images'),
(2623, '', '', 'pt', '', 'images'),
(2623, '', '', 'ro', '', 'images'),
(2623, '', '', 'ru', '', 'images'),
(2624, '', '', 'da', '', 'images'),
(2624, '', '', 'de', '', 'images'),
(2624, '', '', 'el', '', 'images'),
(2624, '', '', 'en', '', 'images'),
(2624, '', '', 'es', '', 'images'),
(2624, '', '', 'fr', '', 'images'),
(2624, '', '', 'it', '', 'images'),
(2624, '', '', 'nl', '', 'images'),
(2624, '', '', 'no', '', 'images'),
(2624, '', '', 'pt', '', 'images'),
(2624, '', '', 'ro', '', 'images'),
(2624, '', '', 'ru', '', 'images'),
(2625, '', '', 'da', '', 'images'),
(2625, '', '', 'de', '', 'images'),
(2625, '', '', 'el', '', 'images'),
(2625, '', '', 'en', '', 'images'),
(2625, '', '', 'es', '', 'images'),
(2625, '', '', 'fr', '', 'images'),
(2625, '', '', 'it', '', 'images'),
(2625, '', '', 'nl', '', 'images'),
(2625, '', '', 'no', '', 'images'),
(2625, '', '', 'pt', '', 'images'),
(2625, '', '', 'ro', '', 'images'),
(2625, '', '', 'ru', '', 'images'),
(2626, '', '', 'da', '', 'images'),
(2626, '', '', 'de', '', 'images'),
(2626, '', '', 'el', '', 'images'),
(2626, '', '', 'en', '', 'images'),
(2626, '', '', 'es', '', 'images'),
(2626, '', '', 'fr', '', 'images'),
(2626, '', '', 'it', '', 'images'),
(2626, '', '', 'nl', '', 'images'),
(2626, '', '', 'no', '', 'images'),
(2626, '', '', 'pt', '', 'images'),
(2626, '', '', 'ro', '', 'images'),
(2626, '', '', 'ru', '', 'images'),
(2627, '', '', 'da', '', 'images'),
(2627, '', '', 'de', '', 'images'),
(2627, '', '', 'el', '', 'images'),
(2627, '', '', 'en', '', 'images'),
(2627, '', '', 'es', '', 'images'),
(2627, '', '', 'fr', '', 'images'),
(2627, '', '', 'it', '', 'images'),
(2627, '', '', 'nl', '', 'images'),
(2627, '', '', 'no', '', 'images'),
(2627, '', '', 'pt', '', 'images'),
(2627, '', '', 'ro', '', 'images'),
(2627, '', '', 'ru', '', 'images'),
(2628, '', '', 'da', '', 'images'),
(2628, '', '', 'de', '', 'images'),
(2628, '', '', 'el', '', 'images'),
(2628, '', '', 'en', '', 'images'),
(2628, '', '', 'es', '', 'images'),
(2628, '', '', 'fr', '', 'images'),
(2628, '', '', 'it', '', 'images'),
(2628, '', '', 'nl', '', 'images'),
(2628, '', '', 'no', '', 'images'),
(2628, '', '', 'pt', '', 'images'),
(2628, '', '', 'ro', '', 'images'),
(2628, '', '', 'ru', '', 'images'),
(2629, '', '', 'da', '', 'images'),
(2629, '', '', 'de', '', 'images'),
(2629, '', '', 'el', '', 'images'),
(2629, '', '', 'en', '', 'images'),
(2629, '', '', 'es', '', 'images'),
(2629, '', '', 'fr', '', 'images'),
(2629, '', '', 'it', '', 'images'),
(2629, '', '', 'nl', '', 'images'),
(2629, '', '', 'no', '', 'images'),
(2629, '', '', 'pt', '', 'images'),
(2629, '', '', 'ro', '', 'images'),
(2629, '', '', 'ru', '', 'images'),
(2630, '', '', 'da', '', 'images'),
(2630, '', '', 'de', '', 'images'),
(2630, '', '', 'el', '', 'images'),
(2630, '', '', 'en', '', 'images'),
(2630, '', '', 'es', '', 'images'),
(2630, '', '', 'fr', '', 'images'),
(2630, '', '', 'it', '', 'images'),
(2630, '', '', 'nl', '', 'images'),
(2630, '', '', 'no', '', 'images'),
(2630, '', '', 'pt', '', 'images'),
(2630, '', '', 'ro', '', 'images'),
(2630, '', '', 'ru', '', 'images'),
(2631, '', '', 'da', '', 'images'),
(2631, '', '', 'de', '', 'images'),
(2631, '', '', 'el', '', 'images'),
(2631, '', '', 'en', '', 'images'),
(2631, '', '', 'es', '', 'images'),
(2631, '', '', 'fr', '', 'images'),
(2631, '', '', 'it', '', 'images'),
(2631, '', '', 'nl', '', 'images'),
(2631, '', '', 'no', '', 'images'),
(2631, '', '', 'pt', '', 'images'),
(2631, '', '', 'ro', '', 'images'),
(2631, '', '', 'ru', '', 'images'),
(2632, '', '', 'da', '', 'images'),
(2632, '', '', 'de', '', 'images'),
(2632, '', '', 'el', '', 'images'),
(2632, '', '', 'en', '', 'images'),
(2632, '', '', 'es', '', 'images'),
(2632, '', '', 'fr', '', 'images'),
(2632, '', '', 'it', '', 'images'),
(2632, '', '', 'nl', '', 'images'),
(2632, '', '', 'no', '', 'images'),
(2632, '', '', 'pt', '', 'images'),
(2632, '', '', 'ro', '', 'images'),
(2632, '', '', 'ru', '', 'images'),
(2633, '', '', 'da', '', 'images'),
(2633, '', '', 'de', '', 'images'),
(2633, '', '', 'el', '', 'images'),
(2633, '', '', 'en', '', 'images'),
(2633, '', '', 'es', '', 'images'),
(2633, '', '', 'fr', '', 'images'),
(2633, '', '', 'it', '', 'images'),
(2633, '', '', 'nl', '', 'images'),
(2633, '', '', 'no', '', 'images'),
(2633, '', '', 'pt', '', 'images'),
(2633, '', '', 'ro', '', 'images'),
(2633, '', '', 'ru', '', 'images'),
(2634, '', '', 'da', '', 'images'),
(2634, '', '', 'de', '', 'images'),
(2634, '', '', 'el', '', 'images'),
(2634, '', '', 'en', '', 'images'),
(2634, '', '', 'es', '', 'images'),
(2634, '', '', 'fr', '', 'images'),
(2634, '', '', 'it', '', 'images'),
(2634, '', '', 'nl', '', 'images'),
(2634, '', '', 'no', '', 'images'),
(2634, '', '', 'pt', '', 'images'),
(2634, '', '', 'ro', '', 'images'),
(2634, '', '', 'ru', '', 'images'),
(2635, '', '', 'da', '', 'images'),
(2635, '', '', 'de', '', 'images'),
(2635, '', '', 'el', '', 'images'),
(2635, '', '', 'en', '', 'images'),
(2635, '', '', 'es', '', 'images'),
(2635, '', '', 'fr', '', 'images'),
(2635, '', '', 'it', '', 'images'),
(2635, '', '', 'nl', '', 'images'),
(2635, '', '', 'no', '', 'images'),
(2635, '', '', 'pt', '', 'images'),
(2635, '', '', 'ro', '', 'images'),
(2635, '', '', 'ru', '', 'images'),
(2636, '', '', 'da', '', 'images'),
(2636, '', '', 'de', '', 'images'),
(2636, '', '', 'el', '', 'images'),
(2636, '', '', 'en', '', 'images'),
(2636, '', '', 'es', '', 'images'),
(2636, '', '', 'fr', '', 'images'),
(2636, '', '', 'it', '', 'images'),
(2636, '', '', 'nl', '', 'images'),
(2636, '', '', 'no', '', 'images'),
(2636, '', '', 'pt', '', 'images'),
(2636, '', '', 'ro', '', 'images'),
(2636, '', '', 'ru', '', 'images'),
(2637, '', '', 'da', '', 'images'),
(2637, '', '', 'de', '', 'images'),
(2637, '', '', 'el', '', 'images'),
(2637, '', '', 'en', '', 'images'),
(2637, '', '', 'es', '', 'images'),
(2637, '', '', 'fr', '', 'images'),
(2637, '', '', 'it', '', 'images'),
(2637, '', '', 'nl', '', 'images'),
(2637, '', '', 'no', '', 'images'),
(2637, '', '', 'pt', '', 'images'),
(2637, '', '', 'ro', '', 'images'),
(2637, '', '', 'ru', '', 'images'),
(2638, '', '', 'da', '', 'images'),
(2638, '', '', 'de', '', 'images'),
(2638, '', '', 'el', '', 'images'),
(2638, '', '', 'en', '', 'images'),
(2638, '', '', 'es', '', 'images'),
(2638, '', '', 'fr', '', 'images'),
(2638, '', '', 'it', '', 'images'),
(2638, '', '', 'nl', '', 'images'),
(2638, '', '', 'no', '', 'images'),
(2638, '', '', 'pt', '', 'images'),
(2638, '', '', 'ro', '', 'images'),
(2638, '', '', 'ru', '', 'images'),
(2639, '', '', 'da', '', 'images'),
(2639, '', '', 'de', '', 'images'),
(2639, '', '', 'el', '', 'images'),
(2639, '', '', 'en', '', 'images'),
(2639, '', '', 'es', '', 'images'),
(2639, '', '', 'fr', '', 'images'),
(2639, '', '', 'it', '', 'images'),
(2639, '', '', 'nl', '', 'images'),
(2639, '', '', 'no', '', 'images'),
(2639, '', '', 'pt', '', 'images'),
(2639, '', '', 'ro', '', 'images'),
(2639, '', '', 'ru', '', 'images'),
(2640, '', '', 'da', '', 'images'),
(2640, '', '', 'de', '', 'images'),
(2640, '', '', 'el', '', 'images'),
(2640, '', '', 'en', '', 'images'),
(2640, '', '', 'es', '', 'images'),
(2640, '', '', 'fr', '', 'images'),
(2640, '', '', 'it', '', 'images');
INSERT INTO `partiushop_common_descriptions` (`object_id`, `object_type`, `description`, `lang_code`, `object`, `object_holder`) VALUES
(2640, '', '', 'nl', '', 'images'),
(2640, '', '', 'no', '', 'images'),
(2640, '', '', 'pt', '', 'images'),
(2640, '', '', 'ro', '', 'images'),
(2640, '', '', 'ru', '', 'images'),
(2641, '', '', 'da', '', 'images'),
(2641, '', '', 'de', '', 'images'),
(2641, '', '', 'el', '', 'images'),
(2641, '', '', 'en', '', 'images'),
(2641, '', '', 'es', '', 'images'),
(2641, '', '', 'fr', '', 'images'),
(2641, '', '', 'it', '', 'images'),
(2641, '', '', 'nl', '', 'images'),
(2641, '', '', 'no', '', 'images'),
(2641, '', '', 'pt', '', 'images'),
(2641, '', '', 'ro', '', 'images'),
(2641, '', '', 'ru', '', 'images'),
(2650, '', '', 'da', '', 'images'),
(2650, '', '', 'de', '', 'images'),
(2650, '', '', 'el', '', 'images'),
(2650, '', 'teste', 'en', '', 'images'),
(2650, '', '', 'es', '', 'images'),
(2650, '', '', 'fr', '', 'images'),
(2650, '', '', 'it', '', 'images'),
(2650, '', '', 'nl', '', 'images'),
(2650, '', '', 'no', '', 'images'),
(2650, '', '', 'pt', '', 'images'),
(2650, '', '', 'ro', '', 'images'),
(2650, '', '', 'ru', '', 'images'),
(2679, '', '', 'da', '', 'images'),
(2679, '', '', 'de', '', 'images'),
(2679, '', '', 'el', '', 'images'),
(2679, '', '', 'en', '', 'images'),
(2679, '', '', 'es', '', 'images'),
(2679, '', '', 'fr', '', 'images'),
(2679, '', '', 'it', '', 'images'),
(2679, '', '', 'nl', '', 'images'),
(2679, '', '', 'no', '', 'images'),
(2679, '', '', 'pt', '', 'images'),
(2679, '', '', 'ro', '', 'images'),
(2679, '', '', 'ru', '', 'images'),
(2681, '', '', 'da', '', 'images'),
(2681, '', '', 'de', '', 'images'),
(2681, '', '', 'el', '', 'images'),
(2681, '', '', 'en', '', 'images'),
(2681, '', '', 'es', '', 'images'),
(2681, '', '', 'fr', '', 'images'),
(2681, '', '', 'it', '', 'images'),
(2681, '', '', 'nl', '', 'images'),
(2681, '', '', 'no', '', 'images'),
(2681, '', '', 'pt', '', 'images'),
(2681, '', '', 'ro', '', 'images'),
(2681, '', '', 'ru', '', 'images'),
(2682, '', '', 'da', '', 'images'),
(2682, '', '', 'de', '', 'images'),
(2682, '', '', 'el', '', 'images'),
(2682, '', '', 'en', '', 'images'),
(2682, '', '', 'es', '', 'images'),
(2682, '', '', 'fr', '', 'images'),
(2682, '', '', 'it', '', 'images'),
(2682, '', '', 'nl', '', 'images'),
(2682, '', '', 'no', '', 'images'),
(2682, '', '', 'pt', '', 'images'),
(2682, '', '', 'ro', '', 'images'),
(2682, '', '', 'ru', '', 'images'),
(2683, '', '', 'da', '', 'images'),
(2683, '', '', 'de', '', 'images'),
(2683, '', '', 'el', '', 'images'),
(2683, '', '', 'en', '', 'images'),
(2683, '', '', 'es', '', 'images'),
(2683, '', '', 'fr', '', 'images'),
(2683, '', '', 'it', '', 'images'),
(2683, '', '', 'nl', '', 'images'),
(2683, '', '', 'no', '', 'images'),
(2683, '', '', 'pt', '', 'images'),
(2683, '', '', 'ro', '', 'images'),
(2683, '', '', 'ru', '', 'images'),
(2684, '', '', 'da', '', 'images'),
(2684, '', '', 'de', '', 'images'),
(2684, '', '', 'el', '', 'images'),
(2684, '', '', 'en', '', 'images'),
(2684, '', '', 'es', '', 'images'),
(2684, '', '', 'fr', '', 'images'),
(2684, '', '', 'it', '', 'images'),
(2684, '', '', 'nl', '', 'images'),
(2684, '', '', 'no', '', 'images'),
(2684, '', '', 'pt', '', 'images'),
(2684, '', '', 'ro', '', 'images'),
(2684, '', '', 'ru', '', 'images'),
(2685, '', '', 'pt', '', 'images'),
(2686, '', '', 'da', '', 'images'),
(2686, '', '', 'de', '', 'images'),
(2686, '', '', 'el', '', 'images'),
(2686, '', '', 'en', '', 'images'),
(2686, '', '', 'es', '', 'images'),
(2686, '', '', 'fr', '', 'images'),
(2686, '', '', 'it', '', 'images'),
(2686, '', '', 'nl', '', 'images'),
(2686, '', '', 'no', '', 'images'),
(2686, '', '', 'pt', '', 'images'),
(2686, '', '', 'ro', '', 'images'),
(2686, '', '', 'ru', '', 'images'),
(2687, '', '', 'da', '', 'images'),
(2687, '', '', 'de', '', 'images'),
(2687, '', '', 'el', '', 'images'),
(2687, '', '', 'en', '', 'images'),
(2687, '', '', 'es', '', 'images'),
(2687, '', '', 'fr', '', 'images'),
(2687, '', '', 'it', '', 'images'),
(2687, '', '', 'nl', '', 'images'),
(2687, '', '', 'no', '', 'images'),
(2687, '', '', 'pt', '', 'images'),
(2687, '', '', 'ro', '', 'images'),
(2687, '', '', 'ru', '', 'images'),
(2688, '', '', 'da', '', 'images'),
(2688, '', '', 'de', '', 'images'),
(2688, '', '', 'el', '', 'images'),
(2688, '', '', 'en', '', 'images'),
(2688, '', '', 'es', '', 'images'),
(2688, '', '', 'fr', '', 'images'),
(2688, '', '', 'it', '', 'images'),
(2688, '', '', 'nl', '', 'images'),
(2688, '', '', 'no', '', 'images'),
(2688, '', '', 'pt', '', 'images'),
(2688, '', '', 'ro', '', 'images'),
(2688, '', '', 'ru', '', 'images'),
(2689, '', '', 'da', '', 'images'),
(2689, '', '', 'de', '', 'images'),
(2689, '', '', 'el', '', 'images'),
(2689, '', '', 'en', '', 'images'),
(2689, '', '', 'es', '', 'images'),
(2689, '', '', 'fr', '', 'images'),
(2689, '', '', 'it', '', 'images'),
(2689, '', '', 'nl', '', 'images'),
(2689, '', '', 'no', '', 'images'),
(2689, '', '', 'pt', '', 'images'),
(2689, '', '', 'ro', '', 'images'),
(2689, '', '', 'ru', '', 'images'),
(2690, '', '', 'da', '', 'images'),
(2690, '', '', 'de', '', 'images'),
(2690, '', '', 'el', '', 'images'),
(2690, '', '', 'en', '', 'images'),
(2690, '', '', 'es', '', 'images'),
(2690, '', '', 'fr', '', 'images'),
(2690, '', '', 'it', '', 'images'),
(2690, '', '', 'nl', '', 'images'),
(2690, '', '', 'no', '', 'images'),
(2690, '', '', 'pt', '', 'images'),
(2690, '', '', 'ro', '', 'images'),
(2690, '', '', 'ru', '', 'images'),
(2691, '', '', 'pt', '', 'images'),
(2692, '', '', 'da', '', 'images'),
(2692, '', '', 'de', '', 'images'),
(2692, '', '', 'el', '', 'images'),
(2692, '', '', 'en', '', 'images'),
(2692, '', '', 'es', '', 'images'),
(2692, '', '', 'fr', '', 'images'),
(2692, '', '', 'it', '', 'images'),
(2692, '', '', 'nl', '', 'images'),
(2692, '', '', 'no', '', 'images'),
(2692, '', '', 'pt', '', 'images'),
(2692, '', '', 'ro', '', 'images'),
(2692, '', '', 'ru', '', 'images'),
(2693, '', '', 'da', '', 'images'),
(2693, '', '', 'de', '', 'images'),
(2693, '', '', 'el', '', 'images'),
(2693, '', '', 'en', '', 'images'),
(2693, '', '', 'es', '', 'images'),
(2693, '', '', 'fr', '', 'images'),
(2693, '', '', 'it', '', 'images'),
(2693, '', '', 'nl', '', 'images'),
(2693, '', '', 'no', '', 'images'),
(2693, '', '', 'pt', '', 'images'),
(2693, '', '', 'ro', '', 'images'),
(2693, '', '', 'ru', '', 'images'),
(2694, '', '', 'da', '', 'images'),
(2694, '', '', 'de', '', 'images'),
(2694, '', '', 'el', '', 'images'),
(2694, '', '', 'en', '', 'images'),
(2694, '', '', 'es', '', 'images'),
(2694, '', '', 'fr', '', 'images'),
(2694, '', '', 'it', '', 'images'),
(2694, '', '', 'nl', '', 'images'),
(2694, '', '', 'no', '', 'images'),
(2694, '', '', 'pt', '', 'images'),
(2694, '', '', 'ro', '', 'images'),
(2694, '', '', 'ru', '', 'images'),
(2695, '', '', 'da', '', 'images'),
(2695, '', '', 'de', '', 'images'),
(2695, '', '', 'el', '', 'images'),
(2695, '', '', 'en', '', 'images'),
(2695, '', '', 'es', '', 'images'),
(2695, '', '', 'fr', '', 'images'),
(2695, '', '', 'it', '', 'images'),
(2695, '', '', 'nl', '', 'images'),
(2695, '', '', 'no', '', 'images'),
(2695, '', '', 'pt', '', 'images'),
(2695, '', '', 'ro', '', 'images'),
(2695, '', '', 'ru', '', 'images'),
(2696, '', '', 'da', '', 'images'),
(2696, '', '', 'de', '', 'images'),
(2696, '', '', 'el', '', 'images'),
(2696, '', '', 'en', '', 'images'),
(2696, '', '', 'es', '', 'images'),
(2696, '', '', 'fr', '', 'images'),
(2696, '', '', 'it', '', 'images'),
(2696, '', '', 'nl', '', 'images'),
(2696, '', '', 'no', '', 'images'),
(2696, '', '', 'pt', '', 'images'),
(2696, '', '', 'ro', '', 'images'),
(2696, '', '', 'ru', '', 'images'),
(2697, '', '', 'pt', '', 'images'),
(2698, '', '', 'da', '', 'images'),
(2698, '', '', 'de', '', 'images'),
(2698, '', '', 'el', '', 'images'),
(2698, '', '', 'en', '', 'images'),
(2698, '', '', 'es', '', 'images'),
(2698, '', '', 'fr', '', 'images'),
(2698, '', '', 'it', '', 'images'),
(2698, '', '', 'nl', '', 'images'),
(2698, '', '', 'no', '', 'images'),
(2698, '', '', 'pt', '', 'images'),
(2698, '', '', 'ro', '', 'images'),
(2698, '', '', 'ru', '', 'images'),
(2699, '', '', 'da', '', 'images'),
(2699, '', '', 'de', '', 'images'),
(2699, '', '', 'el', '', 'images'),
(2699, '', '', 'en', '', 'images'),
(2699, '', '', 'es', '', 'images'),
(2699, '', '', 'fr', '', 'images'),
(2699, '', '', 'it', '', 'images'),
(2699, '', '', 'nl', '', 'images'),
(2699, '', '', 'no', '', 'images'),
(2699, '', '', 'pt', '', 'images'),
(2699, '', '', 'ro', '', 'images'),
(2699, '', '', 'ru', '', 'images'),
(2700, '', '', 'pt', '', 'images'),
(2701, '', '', 'da', '', 'images'),
(2701, '', '', 'de', '', 'images'),
(2701, '', '', 'el', '', 'images'),
(2701, '', '', 'en', '', 'images'),
(2701, '', '', 'es', '', 'images'),
(2701, '', '', 'fr', '', 'images'),
(2701, '', '', 'it', '', 'images'),
(2701, '', '', 'nl', '', 'images'),
(2701, '', '', 'no', '', 'images'),
(2701, '', '', 'pt', '', 'images'),
(2701, '', '', 'ro', '', 'images'),
(2701, '', '', 'ru', '', 'images'),
(2702, '', '', 'da', '', 'images'),
(2702, '', '', 'de', '', 'images'),
(2702, '', '', 'el', '', 'images'),
(2702, '', '', 'en', '', 'images'),
(2702, '', '', 'es', '', 'images'),
(2702, '', '', 'fr', '', 'images'),
(2702, '', '', 'it', '', 'images'),
(2702, '', '', 'nl', '', 'images'),
(2702, '', '', 'no', '', 'images'),
(2702, '', '', 'pt', '', 'images'),
(2702, '', '', 'ro', '', 'images'),
(2702, '', '', 'ru', '', 'images'),
(2703, '', '', 'da', '', 'images'),
(2703, '', '', 'de', '', 'images'),
(2703, '', '', 'el', '', 'images'),
(2703, '', '', 'en', '', 'images'),
(2703, '', '', 'es', '', 'images'),
(2703, '', '', 'fr', '', 'images'),
(2703, '', '', 'it', '', 'images'),
(2703, '', '', 'nl', '', 'images'),
(2703, '', '', 'no', '', 'images'),
(2703, '', '', 'pt', '', 'images'),
(2703, '', '', 'ro', '', 'images'),
(2703, '', '', 'ru', '', 'images'),
(2704, '', '', 'da', '', 'images'),
(2704, '', '', 'de', '', 'images'),
(2704, '', '', 'el', '', 'images'),
(2704, '', '', 'en', '', 'images'),
(2704, '', '', 'es', '', 'images'),
(2704, '', '', 'fr', '', 'images'),
(2704, '', '', 'it', '', 'images'),
(2704, '', '', 'nl', '', 'images'),
(2704, '', '', 'no', '', 'images'),
(2704, '', '', 'pt', '', 'images'),
(2704, '', '', 'ro', '', 'images'),
(2704, '', '', 'ru', '', 'images'),
(2705, '', '', 'da', '', 'images'),
(2705, '', '', 'de', '', 'images'),
(2705, '', '', 'el', '', 'images'),
(2705, '', '', 'en', '', 'images'),
(2705, '', '', 'es', '', 'images'),
(2705, '', '', 'fr', '', 'images'),
(2705, '', '', 'it', '', 'images'),
(2705, '', '', 'nl', '', 'images'),
(2705, '', '', 'no', '', 'images'),
(2705, '', '', 'pt', '', 'images'),
(2705, '', '', 'ro', '', 'images'),
(2705, '', '', 'ru', '', 'images'),
(2706, '', '', 'pt', '', 'images'),
(2707, '', '', 'da', '', 'images'),
(2707, '', '', 'de', '', 'images'),
(2707, '', '', 'el', '', 'images'),
(2707, '', '', 'en', '', 'images'),
(2707, '', '', 'es', '', 'images'),
(2707, '', '', 'fr', '', 'images'),
(2707, '', '', 'it', '', 'images'),
(2707, '', '', 'nl', '', 'images'),
(2707, '', '', 'no', '', 'images'),
(2707, '', '', 'pt', '', 'images'),
(2707, '', '', 'ro', '', 'images'),
(2707, '', '', 'ru', '', 'images'),
(2708, '', '', 'da', '', 'images'),
(2708, '', '', 'de', '', 'images'),
(2708, '', '', 'el', '', 'images'),
(2708, '', '', 'en', '', 'images'),
(2708, '', '', 'es', '', 'images'),
(2708, '', '', 'fr', '', 'images'),
(2708, '', '', 'it', '', 'images'),
(2708, '', '', 'nl', '', 'images'),
(2708, '', '', 'no', '', 'images'),
(2708, '', '', 'pt', '', 'images'),
(2708, '', '', 'ro', '', 'images'),
(2708, '', '', 'ru', '', 'images'),
(2709, '', '', 'da', '', 'images'),
(2709, '', '', 'de', '', 'images'),
(2709, '', '', 'el', '', 'images'),
(2709, '', '', 'en', '', 'images'),
(2709, '', '', 'es', '', 'images'),
(2709, '', '', 'fr', '', 'images'),
(2709, '', '', 'it', '', 'images'),
(2709, '', '', 'nl', '', 'images'),
(2709, '', '', 'no', '', 'images'),
(2709, '', '', 'pt', '', 'images'),
(2709, '', '', 'ro', '', 'images'),
(2709, '', '', 'ru', '', 'images'),
(2710, '', '', 'da', '', 'images'),
(2710, '', '', 'de', '', 'images'),
(2710, '', '', 'el', '', 'images'),
(2710, '', '', 'en', '', 'images'),
(2710, '', '', 'es', '', 'images'),
(2710, '', '', 'fr', '', 'images'),
(2710, '', '', 'it', '', 'images'),
(2710, '', '', 'nl', '', 'images'),
(2710, '', '', 'no', '', 'images'),
(2710, '', '', 'pt', '', 'images'),
(2710, '', '', 'ro', '', 'images'),
(2710, '', '', 'ru', '', 'images'),
(2711, '', '', 'da', '', 'images'),
(2711, '', '', 'de', '', 'images'),
(2711, '', '', 'el', '', 'images'),
(2711, '', '', 'en', '', 'images'),
(2711, '', '', 'es', '', 'images'),
(2711, '', '', 'fr', '', 'images'),
(2711, '', '', 'it', '', 'images'),
(2711, '', '', 'nl', '', 'images'),
(2711, '', '', 'no', '', 'images'),
(2711, '', '', 'pt', '', 'images'),
(2711, '', '', 'ro', '', 'images'),
(2711, '', '', 'ru', '', 'images'),
(2712, '', '', 'pt', '', 'images'),
(2713, '', '', 'da', '', 'images'),
(2713, '', '', 'de', '', 'images'),
(2713, '', '', 'el', '', 'images'),
(2713, '', '', 'en', '', 'images'),
(2713, '', '', 'es', '', 'images'),
(2713, '', '', 'fr', '', 'images'),
(2713, '', '', 'it', '', 'images'),
(2713, '', '', 'nl', '', 'images'),
(2713, '', '', 'no', '', 'images'),
(2713, '', '', 'pt', '', 'images'),
(2713, '', '', 'ro', '', 'images'),
(2713, '', '', 'ru', '', 'images'),
(2714, '', '', 'da', '', 'images'),
(2714, '', '', 'de', '', 'images'),
(2714, '', '', 'el', '', 'images'),
(2714, '', '', 'en', '', 'images'),
(2714, '', '', 'es', '', 'images'),
(2714, '', '', 'fr', '', 'images'),
(2714, '', '', 'it', '', 'images'),
(2714, '', '', 'nl', '', 'images'),
(2714, '', '', 'no', '', 'images'),
(2714, '', '', 'pt', '', 'images'),
(2714, '', '', 'ro', '', 'images'),
(2714, '', '', 'ru', '', 'images'),
(2715, '', '', 'da', '', 'images'),
(2715, '', '', 'de', '', 'images'),
(2715, '', '', 'el', '', 'images'),
(2715, '', '', 'en', '', 'images'),
(2715, '', '', 'es', '', 'images'),
(2715, '', '', 'fr', '', 'images'),
(2715, '', '', 'it', '', 'images'),
(2715, '', '', 'nl', '', 'images'),
(2715, '', '', 'no', '', 'images'),
(2715, '', '', 'pt', '', 'images'),
(2715, '', '', 'ro', '', 'images'),
(2715, '', '', 'ru', '', 'images'),
(2716, '', '', 'da', '', 'images'),
(2716, '', '', 'de', '', 'images'),
(2716, '', '', 'el', '', 'images'),
(2716, '', '', 'en', '', 'images'),
(2716, '', '', 'es', '', 'images'),
(2716, '', '', 'fr', '', 'images'),
(2716, '', '', 'it', '', 'images'),
(2716, '', '', 'nl', '', 'images'),
(2716, '', '', 'no', '', 'images'),
(2716, '', '', 'pt', '', 'images'),
(2716, '', '', 'ro', '', 'images'),
(2716, '', '', 'ru', '', 'images'),
(2717, '', '', 'da', '', 'images'),
(2717, '', '', 'de', '', 'images'),
(2717, '', '', 'el', '', 'images'),
(2717, '', '', 'en', '', 'images'),
(2717, '', '', 'es', '', 'images'),
(2717, '', '', 'fr', '', 'images'),
(2717, '', '', 'it', '', 'images'),
(2717, '', '', 'nl', '', 'images'),
(2717, '', '', 'no', '', 'images'),
(2717, '', '', 'pt', '', 'images'),
(2717, '', '', 'ro', '', 'images'),
(2717, '', '', 'ru', '', 'images'),
(2718, '', '', 'pt', '', 'images'),
(2719, '', '', 'da', '', 'images'),
(2719, '', '', 'de', '', 'images'),
(2719, '', '', 'el', '', 'images'),
(2719, '', '', 'en', '', 'images'),
(2719, '', '', 'es', '', 'images'),
(2719, '', '', 'fr', '', 'images'),
(2719, '', '', 'it', '', 'images'),
(2719, '', '', 'nl', '', 'images'),
(2719, '', '', 'no', '', 'images'),
(2719, '', '', 'pt', '', 'images'),
(2719, '', '', 'ro', '', 'images'),
(2719, '', '', 'ru', '', 'images'),
(2720, '', '', 'da', '', 'images'),
(2720, '', '', 'de', '', 'images'),
(2720, '', '', 'el', '', 'images'),
(2720, '', '', 'en', '', 'images'),
(2720, '', '', 'es', '', 'images'),
(2720, '', '', 'fr', '', 'images'),
(2720, '', '', 'it', '', 'images'),
(2720, '', '', 'nl', '', 'images'),
(2720, '', '', 'no', '', 'images'),
(2720, '', '', 'pt', '', 'images'),
(2720, '', '', 'ro', '', 'images'),
(2720, '', '', 'ru', '', 'images'),
(2721, '', '', 'da', '', 'images'),
(2721, '', '', 'de', '', 'images'),
(2721, '', '', 'el', '', 'images'),
(2721, '', '', 'en', '', 'images'),
(2721, '', '', 'es', '', 'images'),
(2721, '', '', 'fr', '', 'images'),
(2721, '', '', 'it', '', 'images'),
(2721, '', '', 'nl', '', 'images'),
(2721, '', '', 'no', '', 'images'),
(2721, '', '', 'pt', '', 'images'),
(2721, '', '', 'ro', '', 'images'),
(2721, '', '', 'ru', '', 'images'),
(2722, '', '', 'da', '', 'images'),
(2722, '', '', 'de', '', 'images'),
(2722, '', '', 'el', '', 'images'),
(2722, '', '', 'en', '', 'images'),
(2722, '', '', 'es', '', 'images'),
(2722, '', '', 'fr', '', 'images'),
(2722, '', '', 'it', '', 'images'),
(2722, '', '', 'nl', '', 'images'),
(2722, '', '', 'no', '', 'images'),
(2722, '', '', 'pt', '', 'images'),
(2722, '', '', 'ro', '', 'images'),
(2722, '', '', 'ru', '', 'images'),
(2723, '', '', 'da', '', 'images'),
(2723, '', '', 'de', '', 'images'),
(2723, '', '', 'el', '', 'images'),
(2723, '', '', 'en', '', 'images'),
(2723, '', '', 'es', '', 'images'),
(2723, '', '', 'fr', '', 'images'),
(2723, '', '', 'it', '', 'images'),
(2723, '', '', 'nl', '', 'images'),
(2723, '', '', 'no', '', 'images'),
(2723, '', '', 'pt', '', 'images'),
(2723, '', '', 'ro', '', 'images'),
(2723, '', '', 'ru', '', 'images'),
(2724, '', '', 'pt', '', 'images'),
(2725, '', '', 'da', '', 'images'),
(2725, '', '', 'de', '', 'images'),
(2725, '', '', 'el', '', 'images'),
(2725, '', '', 'en', '', 'images'),
(2725, '', '', 'es', '', 'images'),
(2725, '', '', 'fr', '', 'images'),
(2725, '', '', 'it', '', 'images'),
(2725, '', '', 'nl', '', 'images'),
(2725, '', '', 'no', '', 'images'),
(2725, '', '', 'pt', '', 'images'),
(2725, '', '', 'ro', '', 'images'),
(2725, '', '', 'ru', '', 'images'),
(2726, '', '', 'da', '', 'images'),
(2726, '', '', 'de', '', 'images'),
(2726, '', '', 'el', '', 'images'),
(2726, '', '', 'en', '', 'images'),
(2726, '', '', 'es', '', 'images'),
(2726, '', '', 'fr', '', 'images'),
(2726, '', '', 'it', '', 'images'),
(2726, '', '', 'nl', '', 'images'),
(2726, '', '', 'no', '', 'images'),
(2726, '', '', 'pt', '', 'images'),
(2726, '', '', 'ro', '', 'images'),
(2726, '', '', 'ru', '', 'images'),
(2727, '', '', 'da', '', 'images'),
(2727, '', '', 'de', '', 'images'),
(2727, '', '', 'el', '', 'images'),
(2727, '', '', 'en', '', 'images'),
(2727, '', '', 'es', '', 'images'),
(2727, '', '', 'fr', '', 'images'),
(2727, '', '', 'it', '', 'images'),
(2727, '', '', 'nl', '', 'images'),
(2727, '', '', 'no', '', 'images'),
(2727, '', '', 'pt', '', 'images'),
(2727, '', '', 'ro', '', 'images'),
(2727, '', '', 'ru', '', 'images'),
(2728, '', '', 'da', '', 'images'),
(2728, '', '', 'de', '', 'images'),
(2728, '', '', 'el', '', 'images'),
(2728, '', '', 'en', '', 'images'),
(2728, '', '', 'es', '', 'images'),
(2728, '', '', 'fr', '', 'images'),
(2728, '', '', 'it', '', 'images'),
(2728, '', '', 'nl', '', 'images'),
(2728, '', '', 'no', '', 'images'),
(2728, '', '', 'pt', '', 'images'),
(2728, '', '', 'ro', '', 'images'),
(2728, '', '', 'ru', '', 'images'),
(2729, '', '', 'da', '', 'images'),
(2729, '', '', 'de', '', 'images'),
(2729, '', '', 'el', '', 'images'),
(2729, '', '', 'en', '', 'images'),
(2729, '', '', 'es', '', 'images'),
(2729, '', '', 'fr', '', 'images'),
(2729, '', '', 'it', '', 'images'),
(2729, '', '', 'nl', '', 'images'),
(2729, '', '', 'no', '', 'images'),
(2729, '', '', 'pt', '', 'images'),
(2729, '', '', 'ro', '', 'images'),
(2729, '', '', 'ru', '', 'images'),
(2730, '', '', 'pt', '', 'images'),
(2731, '', '', 'da', '', 'images'),
(2731, '', '', 'de', '', 'images'),
(2731, '', '', 'el', '', 'images'),
(2731, '', '', 'en', '', 'images'),
(2731, '', '', 'es', '', 'images'),
(2731, '', '', 'fr', '', 'images'),
(2731, '', '', 'it', '', 'images'),
(2731, '', '', 'nl', '', 'images'),
(2731, '', '', 'no', '', 'images'),
(2731, '', '', 'pt', '', 'images'),
(2731, '', '', 'ro', '', 'images'),
(2731, '', '', 'ru', '', 'images'),
(2732, '', '', 'da', '', 'images'),
(2732, '', '', 'de', '', 'images'),
(2732, '', '', 'el', '', 'images'),
(2732, '', '', 'en', '', 'images'),
(2732, '', '', 'es', '', 'images'),
(2732, '', '', 'fr', '', 'images'),
(2732, '', '', 'it', '', 'images'),
(2732, '', '', 'nl', '', 'images'),
(2732, '', '', 'no', '', 'images'),
(2732, '', '', 'pt', '', 'images'),
(2732, '', '', 'ro', '', 'images'),
(2732, '', '', 'ru', '', 'images'),
(2733, '', '', 'da', '', 'images'),
(2733, '', '', 'de', '', 'images'),
(2733, '', '', 'el', '', 'images'),
(2733, '', '', 'en', '', 'images'),
(2733, '', '', 'es', '', 'images'),
(2733, '', '', 'fr', '', 'images'),
(2733, '', '', 'it', '', 'images'),
(2733, '', '', 'nl', '', 'images'),
(2733, '', '', 'no', '', 'images'),
(2733, '', '', 'pt', '', 'images'),
(2733, '', '', 'ro', '', 'images'),
(2733, '', '', 'ru', '', 'images'),
(2734, '', '', 'da', '', 'images'),
(2734, '', '', 'de', '', 'images'),
(2734, '', '', 'el', '', 'images'),
(2734, '', '', 'en', '', 'images'),
(2734, '', '', 'es', '', 'images'),
(2734, '', '', 'fr', '', 'images'),
(2734, '', '', 'it', '', 'images'),
(2734, '', '', 'nl', '', 'images'),
(2734, '', '', 'no', '', 'images'),
(2734, '', '', 'pt', '', 'images'),
(2734, '', '', 'ro', '', 'images'),
(2734, '', '', 'ru', '', 'images'),
(2735, '', '', 'da', '', 'images'),
(2735, '', '', 'de', '', 'images'),
(2735, '', '', 'el', '', 'images'),
(2735, '', '', 'en', '', 'images'),
(2735, '', '', 'es', '', 'images'),
(2735, '', '', 'fr', '', 'images'),
(2735, '', '', 'it', '', 'images'),
(2735, '', '', 'nl', '', 'images'),
(2735, '', '', 'no', '', 'images'),
(2735, '', '', 'pt', '', 'images'),
(2735, '', '', 'ro', '', 'images'),
(2735, '', '', 'ru', '', 'images'),
(2736, '', '', 'pt', '', 'images'),
(2737, '', '', 'da', '', 'images'),
(2737, '', '', 'de', '', 'images'),
(2737, '', '', 'el', '', 'images'),
(2737, '', '', 'en', '', 'images'),
(2737, '', '', 'es', '', 'images'),
(2737, '', '', 'fr', '', 'images'),
(2737, '', '', 'it', '', 'images'),
(2737, '', '', 'nl', '', 'images'),
(2737, '', '', 'no', '', 'images'),
(2737, '', '', 'pt', '', 'images'),
(2737, '', '', 'ro', '', 'images'),
(2737, '', '', 'ru', '', 'images'),
(2738, '', '', 'da', '', 'images'),
(2738, '', '', 'de', '', 'images'),
(2738, '', '', 'el', '', 'images'),
(2738, '', '', 'en', '', 'images'),
(2738, '', '', 'es', '', 'images'),
(2738, '', '', 'fr', '', 'images'),
(2738, '', '', 'it', '', 'images'),
(2738, '', '', 'nl', '', 'images'),
(2738, '', '', 'no', '', 'images'),
(2738, '', '', 'pt', '', 'images'),
(2738, '', '', 'ro', '', 'images'),
(2738, '', '', 'ru', '', 'images'),
(2739, '', '', 'pt', '', 'images'),
(2740, '', '', 'da', '', 'images'),
(2740, '', '', 'de', '', 'images'),
(2740, '', '', 'el', '', 'images'),
(2740, '', '', 'en', '', 'images'),
(2740, '', '', 'es', '', 'images'),
(2740, '', '', 'fr', '', 'images'),
(2740, '', '', 'it', '', 'images'),
(2740, '', '', 'nl', '', 'images'),
(2740, '', '', 'no', '', 'images'),
(2740, '', '', 'pt', '', 'images'),
(2740, '', '', 'ro', '', 'images'),
(2740, '', '', 'ru', '', 'images'),
(2741, '', '', 'da', '', 'images'),
(2741, '', '', 'de', '', 'images'),
(2741, '', '', 'el', '', 'images'),
(2741, '', '', 'en', '', 'images'),
(2741, '', '', 'es', '', 'images'),
(2741, '', '', 'fr', '', 'images'),
(2741, '', '', 'it', '', 'images'),
(2741, '', '', 'nl', '', 'images'),
(2741, '', '', 'no', '', 'images'),
(2741, '', '', 'pt', '', 'images'),
(2741, '', '', 'ro', '', 'images'),
(2741, '', '', 'ru', '', 'images'),
(2742, '', '', 'pt', '', 'images'),
(2743, '', '', 'da', '', 'images'),
(2743, '', '', 'de', '', 'images'),
(2743, '', '', 'el', '', 'images'),
(2743, '', '', 'en', '', 'images'),
(2743, '', '', 'es', '', 'images'),
(2743, '', '', 'fr', '', 'images'),
(2743, '', '', 'it', '', 'images'),
(2743, '', '', 'nl', '', 'images'),
(2743, '', '', 'no', '', 'images'),
(2743, '', '', 'pt', '', 'images'),
(2743, '', '', 'ro', '', 'images'),
(2743, '', '', 'ru', '', 'images'),
(2744, '', '', 'da', '', 'images'),
(2744, '', '', 'de', '', 'images'),
(2744, '', '', 'el', '', 'images'),
(2744, '', '', 'en', '', 'images'),
(2744, '', '', 'es', '', 'images'),
(2744, '', '', 'fr', '', 'images'),
(2744, '', '', 'it', '', 'images'),
(2744, '', '', 'nl', '', 'images'),
(2744, '', '', 'no', '', 'images'),
(2744, '', '', 'pt', '', 'images'),
(2744, '', '', 'ro', '', 'images'),
(2744, '', '', 'ru', '', 'images'),
(2745, '', '', 'pt', '', 'images'),
(2746, '', '', 'da', '', 'images'),
(2746, '', '', 'de', '', 'images'),
(2746, '', '', 'el', '', 'images'),
(2746, '', '', 'en', '', 'images'),
(2746, '', '', 'es', '', 'images'),
(2746, '', '', 'fr', '', 'images'),
(2746, '', '', 'it', '', 'images'),
(2746, '', '', 'nl', '', 'images'),
(2746, '', '', 'no', '', 'images'),
(2746, '', '', 'pt', '', 'images'),
(2746, '', '', 'ro', '', 'images'),
(2746, '', '', 'ru', '', 'images'),
(2747, '', '', 'da', '', 'images'),
(2747, '', '', 'de', '', 'images'),
(2747, '', '', 'el', '', 'images'),
(2747, '', '', 'en', '', 'images'),
(2747, '', '', 'es', '', 'images'),
(2747, '', '', 'fr', '', 'images'),
(2747, '', '', 'it', '', 'images'),
(2747, '', '', 'nl', '', 'images'),
(2747, '', '', 'no', '', 'images'),
(2747, '', '', 'pt', '', 'images'),
(2747, '', '', 'ro', '', 'images'),
(2747, '', '', 'ru', '', 'images'),
(2748, '', '', 'da', '', 'images'),
(2748, '', '', 'de', '', 'images'),
(2748, '', '', 'el', '', 'images'),
(2748, '', '', 'en', '', 'images'),
(2748, '', '', 'es', '', 'images'),
(2748, '', '', 'fr', '', 'images'),
(2748, '', '', 'it', '', 'images'),
(2748, '', '', 'nl', '', 'images'),
(2748, '', '', 'no', '', 'images'),
(2748, '', '', 'pt', '', 'images'),
(2748, '', '', 'ro', '', 'images'),
(2748, '', '', 'ru', '', 'images'),
(2749, '', '', 'da', '', 'images'),
(2749, '', '', 'de', '', 'images'),
(2749, '', '', 'el', '', 'images'),
(2749, '', '', 'en', '', 'images'),
(2749, '', '', 'es', '', 'images'),
(2749, '', '', 'fr', '', 'images'),
(2749, '', '', 'it', '', 'images'),
(2749, '', '', 'nl', '', 'images'),
(2749, '', '', 'no', '', 'images'),
(2749, '', '', 'pt', '', 'images'),
(2749, '', '', 'ro', '', 'images'),
(2749, '', '', 'ru', '', 'images'),
(2750, '', '', 'da', '', 'images'),
(2750, '', '', 'de', '', 'images'),
(2750, '', '', 'el', '', 'images'),
(2750, '', '', 'en', '', 'images'),
(2750, '', '', 'es', '', 'images'),
(2750, '', '', 'fr', '', 'images'),
(2750, '', '', 'it', '', 'images'),
(2750, '', '', 'nl', '', 'images'),
(2750, '', '', 'no', '', 'images'),
(2750, '', '', 'pt', '', 'images'),
(2750, '', '', 'ro', '', 'images'),
(2750, '', '', 'ru', '', 'images'),
(2751, '', '', 'pt', '', 'images'),
(2752, '', '', 'da', '', 'images'),
(2752, '', '', 'de', '', 'images'),
(2752, '', '', 'el', '', 'images'),
(2752, '', '', 'en', '', 'images'),
(2752, '', '', 'es', '', 'images'),
(2752, '', '', 'fr', '', 'images'),
(2752, '', '', 'it', '', 'images'),
(2752, '', '', 'nl', '', 'images'),
(2752, '', '', 'no', '', 'images'),
(2752, '', '', 'pt', '', 'images'),
(2752, '', '', 'ro', '', 'images'),
(2752, '', '', 'ru', '', 'images'),
(2753, '', '', 'da', '', 'images'),
(2753, '', '', 'de', '', 'images'),
(2753, '', '', 'el', '', 'images'),
(2753, '', '', 'en', '', 'images'),
(2753, '', '', 'es', '', 'images'),
(2753, '', '', 'fr', '', 'images'),
(2753, '', '', 'it', '', 'images'),
(2753, '', '', 'nl', '', 'images'),
(2753, '', '', 'no', '', 'images'),
(2753, '', '', 'pt', '', 'images'),
(2753, '', '', 'ro', '', 'images'),
(2753, '', '', 'ru', '', 'images'),
(2754, '', '', 'da', '', 'images'),
(2754, '', '', 'de', '', 'images'),
(2754, '', '', 'el', '', 'images'),
(2754, '', '', 'en', '', 'images'),
(2754, '', '', 'es', '', 'images'),
(2754, '', '', 'fr', '', 'images'),
(2754, '', '', 'it', '', 'images'),
(2754, '', '', 'nl', '', 'images'),
(2754, '', '', 'no', '', 'images'),
(2754, '', '', 'pt', '', 'images'),
(2754, '', '', 'ro', '', 'images'),
(2754, '', '', 'ru', '', 'images'),
(2755, '', '', 'da', '', 'images'),
(2755, '', '', 'de', '', 'images'),
(2755, '', '', 'el', '', 'images'),
(2755, '', '', 'en', '', 'images'),
(2755, '', '', 'es', '', 'images'),
(2755, '', '', 'fr', '', 'images'),
(2755, '', '', 'it', '', 'images'),
(2755, '', '', 'nl', '', 'images'),
(2755, '', '', 'no', '', 'images'),
(2755, '', '', 'pt', '', 'images'),
(2755, '', '', 'ro', '', 'images'),
(2755, '', '', 'ru', '', 'images'),
(2756, '', '', 'da', '', 'images'),
(2756, '', '', 'de', '', 'images'),
(2756, '', '', 'el', '', 'images'),
(2756, '', '', 'en', '', 'images'),
(2756, '', '', 'es', '', 'images'),
(2756, '', '', 'fr', '', 'images'),
(2756, '', '', 'it', '', 'images'),
(2756, '', '', 'nl', '', 'images'),
(2756, '', '', 'no', '', 'images'),
(2756, '', '', 'pt', '', 'images'),
(2756, '', '', 'ro', '', 'images'),
(2756, '', '', 'ru', '', 'images'),
(2757, '', '', 'pt', '', 'images'),
(2758, '', '', 'da', '', 'images'),
(2758, '', '', 'de', '', 'images'),
(2758, '', '', 'el', '', 'images'),
(2758, '', '', 'en', '', 'images'),
(2758, '', '', 'es', '', 'images'),
(2758, '', '', 'fr', '', 'images'),
(2758, '', '', 'it', '', 'images'),
(2758, '', '', 'nl', '', 'images'),
(2758, '', '', 'no', '', 'images'),
(2758, '', '', 'pt', '', 'images'),
(2758, '', '', 'ro', '', 'images'),
(2758, '', '', 'ru', '', 'images'),
(2759, '', '', 'da', '', 'images'),
(2759, '', '', 'de', '', 'images'),
(2759, '', '', 'el', '', 'images'),
(2759, '', '', 'en', '', 'images'),
(2759, '', '', 'es', '', 'images'),
(2759, '', '', 'fr', '', 'images'),
(2759, '', '', 'it', '', 'images'),
(2759, '', '', 'nl', '', 'images'),
(2759, '', '', 'no', '', 'images'),
(2759, '', '', 'pt', '', 'images'),
(2759, '', '', 'ro', '', 'images'),
(2759, '', '', 'ru', '', 'images'),
(2760, '', '', 'da', '', 'images'),
(2760, '', '', 'de', '', 'images'),
(2760, '', '', 'el', '', 'images'),
(2760, '', '', 'en', '', 'images'),
(2760, '', '', 'es', '', 'images'),
(2760, '', '', 'fr', '', 'images'),
(2760, '', '', 'it', '', 'images'),
(2760, '', '', 'nl', '', 'images'),
(2760, '', '', 'no', '', 'images'),
(2760, '', '', 'pt', '', 'images'),
(2760, '', '', 'ro', '', 'images'),
(2760, '', '', 'ru', '', 'images'),
(2761, '', '', 'da', '', 'images'),
(2761, '', '', 'de', '', 'images'),
(2761, '', '', 'el', '', 'images'),
(2761, '', '', 'en', '', 'images'),
(2761, '', '', 'es', '', 'images'),
(2761, '', '', 'fr', '', 'images'),
(2761, '', '', 'it', '', 'images'),
(2761, '', '', 'nl', '', 'images'),
(2761, '', '', 'no', '', 'images'),
(2761, '', '', 'pt', '', 'images'),
(2761, '', '', 'ro', '', 'images'),
(2761, '', '', 'ru', '', 'images'),
(2762, '', '', 'da', '', 'images'),
(2762, '', '', 'de', '', 'images'),
(2762, '', '', 'el', '', 'images'),
(2762, '', '', 'en', '', 'images'),
(2762, '', '', 'es', '', 'images'),
(2762, '', '', 'fr', '', 'images'),
(2762, '', '', 'it', '', 'images'),
(2762, '', '', 'nl', '', 'images'),
(2762, '', '', 'no', '', 'images'),
(2762, '', '', 'pt', '', 'images'),
(2762, '', '', 'ro', '', 'images'),
(2762, '', '', 'ru', '', 'images'),
(2763, '', '', 'pt', '', 'images'),
(2764, '', '', 'da', '', 'images'),
(2764, '', '', 'de', '', 'images'),
(2764, '', '', 'el', '', 'images'),
(2764, '', '', 'en', '', 'images'),
(2764, '', '', 'es', '', 'images'),
(2764, '', '', 'fr', '', 'images'),
(2764, '', '', 'it', '', 'images'),
(2764, '', '', 'nl', '', 'images'),
(2764, '', '', 'no', '', 'images'),
(2764, '', '', 'pt', '', 'images'),
(2764, '', '', 'ro', '', 'images'),
(2764, '', '', 'ru', '', 'images'),
(2765, '', '', 'da', '', 'images'),
(2765, '', '', 'de', '', 'images'),
(2765, '', '', 'el', '', 'images'),
(2765, '', '', 'en', '', 'images'),
(2765, '', '', 'es', '', 'images'),
(2765, '', '', 'fr', '', 'images'),
(2765, '', '', 'it', '', 'images'),
(2765, '', '', 'nl', '', 'images'),
(2765, '', '', 'no', '', 'images'),
(2765, '', '', 'pt', '', 'images'),
(2765, '', '', 'ro', '', 'images'),
(2765, '', '', 'ru', '', 'images'),
(2766, '', '', 'pt', '', 'images'),
(2767, '', '', 'da', '', 'images'),
(2767, '', '', 'de', '', 'images'),
(2767, '', '', 'el', '', 'images'),
(2767, '', '', 'en', '', 'images'),
(2767, '', '', 'es', '', 'images'),
(2767, '', '', 'fr', '', 'images'),
(2767, '', '', 'it', '', 'images'),
(2767, '', '', 'nl', '', 'images'),
(2767, '', '', 'no', '', 'images'),
(2767, '', '', 'pt', '', 'images'),
(2767, '', '', 'ro', '', 'images'),
(2767, '', '', 'ru', '', 'images'),
(2768, '', '', 'da', '', 'images'),
(2768, '', '', 'de', '', 'images'),
(2768, '', '', 'el', '', 'images'),
(2768, '', '', 'en', '', 'images'),
(2768, '', '', 'es', '', 'images'),
(2768, '', '', 'fr', '', 'images'),
(2768, '', '', 'it', '', 'images'),
(2768, '', '', 'nl', '', 'images'),
(2768, '', '', 'no', '', 'images'),
(2768, '', '', 'pt', '', 'images'),
(2768, '', '', 'ro', '', 'images'),
(2768, '', '', 'ru', '', 'images'),
(2769, '', '', 'pt', '', 'images'),
(2770, '', '', 'da', '', 'images'),
(2770, '', '', 'de', '', 'images'),
(2770, '', '', 'el', '', 'images'),
(2770, '', '', 'en', '', 'images'),
(2770, '', '', 'es', '', 'images'),
(2770, '', '', 'fr', '', 'images'),
(2770, '', '', 'it', '', 'images'),
(2770, '', '', 'nl', '', 'images'),
(2770, '', '', 'no', '', 'images'),
(2770, '', '', 'pt', '', 'images'),
(2770, '', '', 'ro', '', 'images'),
(2770, '', '', 'ru', '', 'images'),
(2771, '', '', 'da', '', 'images'),
(2771, '', '', 'de', '', 'images'),
(2771, '', '', 'el', '', 'images'),
(2771, '', '', 'en', '', 'images'),
(2771, '', '', 'es', '', 'images'),
(2771, '', '', 'fr', '', 'images'),
(2771, '', '', 'it', '', 'images'),
(2771, '', '', 'nl', '', 'images'),
(2771, '', '', 'no', '', 'images'),
(2771, '', '', 'pt', '', 'images'),
(2771, '', '', 'ro', '', 'images'),
(2771, '', '', 'ru', '', 'images'),
(2772, '', '', 'pt', '', 'images'),
(2773, '', '', 'da', '', 'images'),
(2773, '', '', 'de', '', 'images'),
(2773, '', '', 'el', '', 'images'),
(2773, '', '', 'en', '', 'images'),
(2773, '', '', 'es', '', 'images'),
(2773, '', '', 'fr', '', 'images'),
(2773, '', '', 'it', '', 'images'),
(2773, '', '', 'nl', '', 'images'),
(2773, '', '', 'no', '', 'images'),
(2773, '', '', 'pt', '', 'images'),
(2773, '', '', 'ro', '', 'images'),
(2773, '', '', 'ru', '', 'images'),
(2774, '', '', 'da', '', 'images'),
(2774, '', '', 'de', '', 'images'),
(2774, '', '', 'el', '', 'images'),
(2774, '', '', 'en', '', 'images'),
(2774, '', '', 'es', '', 'images'),
(2774, '', '', 'fr', '', 'images'),
(2774, '', '', 'it', '', 'images'),
(2774, '', '', 'nl', '', 'images'),
(2774, '', '', 'no', '', 'images'),
(2774, '', '', 'pt', '', 'images'),
(2774, '', '', 'ro', '', 'images'),
(2774, '', '', 'ru', '', 'images'),
(2775, '', '', 'da', '', 'images'),
(2775, '', '', 'de', '', 'images'),
(2775, '', '', 'el', '', 'images'),
(2775, '', '', 'en', '', 'images'),
(2775, '', '', 'es', '', 'images'),
(2775, '', '', 'fr', '', 'images'),
(2775, '', '', 'it', '', 'images'),
(2775, '', '', 'nl', '', 'images'),
(2775, '', '', 'no', '', 'images'),
(2775, '', '', 'pt', '', 'images'),
(2775, '', '', 'ro', '', 'images'),
(2775, '', '', 'ru', '', 'images'),
(2776, '', '', 'da', '', 'images'),
(2776, '', '', 'de', '', 'images'),
(2776, '', '', 'el', '', 'images'),
(2776, '', '', 'en', '', 'images'),
(2776, '', '', 'es', '', 'images'),
(2776, '', '', 'fr', '', 'images'),
(2776, '', '', 'it', '', 'images'),
(2776, '', '', 'nl', '', 'images'),
(2776, '', '', 'no', '', 'images'),
(2776, '', '', 'pt', '', 'images'),
(2776, '', '', 'ro', '', 'images'),
(2776, '', '', 'ru', '', 'images'),
(2777, '', '', 'da', '', 'images'),
(2777, '', '', 'de', '', 'images'),
(2777, '', '', 'el', '', 'images'),
(2777, '', '', 'en', '', 'images'),
(2777, '', '', 'es', '', 'images'),
(2777, '', '', 'fr', '', 'images'),
(2777, '', '', 'it', '', 'images'),
(2777, '', '', 'nl', '', 'images'),
(2777, '', '', 'no', '', 'images'),
(2777, '', '', 'pt', '', 'images'),
(2777, '', '', 'ro', '', 'images'),
(2777, '', '', 'ru', '', 'images'),
(2778, '', '', 'da', '', 'images'),
(2778, '', '', 'de', '', 'images'),
(2778, '', '', 'el', '', 'images'),
(2778, '', '', 'en', '', 'images'),
(2778, '', '', 'es', '', 'images'),
(2778, '', '', 'fr', '', 'images'),
(2778, '', '', 'it', '', 'images'),
(2778, '', '', 'nl', '', 'images'),
(2778, '', '', 'no', '', 'images'),
(2778, '', '', 'pt', '', 'images'),
(2778, '', '', 'ro', '', 'images'),
(2778, '', '', 'ru', '', 'images'),
(2779, '', '', 'da', '', 'images'),
(2779, '', '', 'de', '', 'images'),
(2779, '', '', 'el', '', 'images'),
(2779, '', '', 'en', '', 'images'),
(2779, '', '', 'es', '', 'images'),
(2779, '', '', 'fr', '', 'images'),
(2779, '', '', 'it', '', 'images'),
(2779, '', '', 'nl', '', 'images'),
(2779, '', '', 'no', '', 'images'),
(2779, '', '', 'pt', '', 'images'),
(2779, '', '', 'ro', '', 'images'),
(2779, '', '', 'ru', '', 'images'),
(2780, '', '', 'da', '', 'images'),
(2780, '', '', 'de', '', 'images'),
(2780, '', '', 'el', '', 'images'),
(2780, '', '', 'en', '', 'images'),
(2780, '', '', 'es', '', 'images'),
(2780, '', '', 'fr', '', 'images'),
(2780, '', '', 'it', '', 'images'),
(2780, '', '', 'nl', '', 'images'),
(2780, '', '', 'no', '', 'images'),
(2780, '', '', 'pt', '', 'images'),
(2780, '', '', 'ro', '', 'images'),
(2780, '', '', 'ru', '', 'images'),
(2781, '', '', 'da', '', 'images'),
(2781, '', '', 'de', '', 'images'),
(2781, '', '', 'el', '', 'images'),
(2781, '', '', 'en', '', 'images'),
(2781, '', '', 'es', '', 'images'),
(2781, '', '', 'fr', '', 'images'),
(2781, '', '', 'it', '', 'images'),
(2781, '', '', 'nl', '', 'images'),
(2781, '', '', 'no', '', 'images'),
(2781, '', '', 'pt', '', 'images'),
(2781, '', '', 'ro', '', 'images'),
(2781, '', '', 'ru', '', 'images'),
(2782, '', '', 'da', '', 'images'),
(2782, '', '', 'de', '', 'images'),
(2782, '', '', 'el', '', 'images'),
(2782, '', '', 'en', '', 'images'),
(2782, '', '', 'es', '', 'images'),
(2782, '', '', 'fr', '', 'images'),
(2782, '', '', 'it', '', 'images'),
(2782, '', '', 'nl', '', 'images'),
(2782, '', '', 'no', '', 'images'),
(2782, '', '', 'pt', '', 'images'),
(2782, '', '', 'ro', '', 'images'),
(2782, '', '', 'ru', '', 'images'),
(2783, '', '', 'da', '', 'images'),
(2783, '', '', 'de', '', 'images'),
(2783, '', '', 'el', '', 'images'),
(2783, '', '', 'en', '', 'images'),
(2783, '', '', 'es', '', 'images'),
(2783, '', '', 'fr', '', 'images'),
(2783, '', '', 'it', '', 'images'),
(2783, '', '', 'nl', '', 'images'),
(2783, '', '', 'no', '', 'images'),
(2783, '', '', 'pt', '', 'images'),
(2783, '', '', 'ro', '', 'images'),
(2783, '', '', 'ru', '', 'images'),
(2784, '', '', 'da', '', 'images'),
(2784, '', '', 'de', '', 'images'),
(2784, '', '', 'el', '', 'images'),
(2784, '', '', 'en', '', 'images'),
(2784, '', '', 'es', '', 'images'),
(2784, '', '', 'fr', '', 'images'),
(2784, '', '', 'it', '', 'images'),
(2784, '', '', 'nl', '', 'images'),
(2784, '', '', 'no', '', 'images'),
(2784, '', '', 'pt', '', 'images'),
(2784, '', '', 'ro', '', 'images'),
(2784, '', '', 'ru', '', 'images'),
(2785, '', '', 'da', '', 'images'),
(2785, '', '', 'de', '', 'images'),
(2785, '', '', 'el', '', 'images'),
(2785, '', '', 'en', '', 'images'),
(2785, '', '', 'es', '', 'images'),
(2785, '', '', 'fr', '', 'images'),
(2785, '', '', 'it', '', 'images'),
(2785, '', '', 'nl', '', 'images'),
(2785, '', '', 'no', '', 'images'),
(2785, '', '', 'pt', '', 'images'),
(2785, '', '', 'ro', '', 'images'),
(2785, '', '', 'ru', '', 'images'),
(2786, '', '', 'da', '', 'images'),
(2786, '', '', 'de', '', 'images'),
(2786, '', '', 'el', '', 'images'),
(2786, '', '', 'en', '', 'images'),
(2786, '', '', 'es', '', 'images'),
(2786, '', '', 'fr', '', 'images'),
(2786, '', '', 'it', '', 'images'),
(2786, '', '', 'nl', '', 'images'),
(2786, '', '', 'no', '', 'images'),
(2786, '', '', 'pt', '', 'images'),
(2786, '', '', 'ro', '', 'images'),
(2786, '', '', 'ru', '', 'images'),
(2787, '', '', 'da', '', 'images'),
(2787, '', '', 'de', '', 'images'),
(2787, '', '', 'el', '', 'images'),
(2787, '', '', 'en', '', 'images'),
(2787, '', '', 'es', '', 'images'),
(2787, '', '', 'fr', '', 'images'),
(2787, '', '', 'it', '', 'images'),
(2787, '', '', 'nl', '', 'images'),
(2787, '', '', 'no', '', 'images'),
(2787, '', '', 'pt', '', 'images'),
(2787, '', '', 'ro', '', 'images'),
(2787, '', '', 'ru', '', 'images'),
(2788, '', '', 'da', '', 'images'),
(2788, '', '', 'de', '', 'images'),
(2788, '', '', 'el', '', 'images'),
(2788, '', '', 'en', '', 'images'),
(2788, '', '', 'es', '', 'images'),
(2788, '', '', 'fr', '', 'images'),
(2788, '', '', 'it', '', 'images'),
(2788, '', '', 'nl', '', 'images'),
(2788, '', '', 'no', '', 'images'),
(2788, '', '', 'pt', '', 'images'),
(2788, '', '', 'ro', '', 'images'),
(2788, '', '', 'ru', '', 'images'),
(2789, '', '', 'da', '', 'images'),
(2789, '', '', 'de', '', 'images'),
(2789, '', '', 'el', '', 'images'),
(2789, '', '', 'en', '', 'images'),
(2789, '', '', 'es', '', 'images'),
(2789, '', '', 'fr', '', 'images'),
(2789, '', '', 'it', '', 'images'),
(2789, '', '', 'nl', '', 'images'),
(2789, '', '', 'no', '', 'images'),
(2789, '', '', 'pt', '', 'images'),
(2789, '', '', 'ro', '', 'images'),
(2789, '', '', 'ru', '', 'images'),
(2790, '', '', 'da', '', 'images'),
(2790, '', '', 'de', '', 'images'),
(2790, '', '', 'el', '', 'images'),
(2790, '', '', 'en', '', 'images'),
(2790, '', '', 'es', '', 'images'),
(2790, '', '', 'fr', '', 'images'),
(2790, '', '', 'it', '', 'images'),
(2790, '', '', 'nl', '', 'images'),
(2790, '', '', 'no', '', 'images'),
(2790, '', '', 'pt', '', 'images'),
(2790, '', '', 'ro', '', 'images'),
(2790, '', '', 'ru', '', 'images'),
(2791, '', '', 'pt', '', 'images'),
(2792, '', '', 'da', '', 'images'),
(2792, '', '', 'de', '', 'images'),
(2792, '', '', 'el', '', 'images'),
(2792, '', '', 'en', '', 'images'),
(2792, '', '', 'es', '', 'images'),
(2792, '', '', 'fr', '', 'images'),
(2792, '', '', 'it', '', 'images'),
(2792, '', '', 'nl', '', 'images'),
(2792, '', '', 'no', '', 'images'),
(2792, '', '', 'pt', '', 'images'),
(2792, '', '', 'ro', '', 'images'),
(2792, '', '', 'ru', '', 'images'),
(2793, '', '', 'da', '', 'images'),
(2793, '', '', 'de', '', 'images'),
(2793, '', '', 'el', '', 'images'),
(2793, '', '', 'en', '', 'images'),
(2793, '', '', 'es', '', 'images'),
(2793, '', '', 'fr', '', 'images'),
(2793, '', '', 'it', '', 'images'),
(2793, '', '', 'nl', '', 'images'),
(2793, '', '', 'no', '', 'images'),
(2793, '', '', 'pt', '', 'images'),
(2793, '', '', 'ro', '', 'images'),
(2793, '', '', 'ru', '', 'images'),
(2794, '', '', 'pt', '', 'images'),
(2795, '', '', 'da', '', 'images'),
(2795, '', '', 'de', '', 'images'),
(2795, '', '', 'el', '', 'images'),
(2795, '', '', 'en', '', 'images'),
(2795, '', '', 'es', '', 'images'),
(2795, '', '', 'fr', '', 'images'),
(2795, '', '', 'it', '', 'images'),
(2795, '', '', 'nl', '', 'images'),
(2795, '', '', 'no', '', 'images'),
(2795, '', '', 'pt', '', 'images'),
(2795, '', '', 'ro', '', 'images'),
(2795, '', '', 'ru', '', 'images'),
(2796, '', '', 'da', '', 'images'),
(2796, '', '', 'de', '', 'images'),
(2796, '', '', 'el', '', 'images'),
(2796, '', '', 'en', '', 'images'),
(2796, '', '', 'es', '', 'images'),
(2796, '', '', 'fr', '', 'images'),
(2796, '', '', 'it', '', 'images'),
(2796, '', '', 'nl', '', 'images'),
(2796, '', '', 'no', '', 'images'),
(2796, '', '', 'pt', '', 'images'),
(2796, '', '', 'ro', '', 'images'),
(2796, '', '', 'ru', '', 'images'),
(2797, '', '', 'pt', '', 'images'),
(2798, '', '', 'da', '', 'images'),
(2798, '', '', 'de', '', 'images'),
(2798, '', '', 'el', '', 'images'),
(2798, '', '', 'en', '', 'images'),
(2798, '', '', 'es', '', 'images'),
(2798, '', '', 'fr', '', 'images'),
(2798, '', '', 'it', '', 'images'),
(2798, '', '', 'nl', '', 'images'),
(2798, '', '', 'no', '', 'images'),
(2798, '', '', 'pt', '', 'images'),
(2798, '', '', 'ro', '', 'images'),
(2798, '', '', 'ru', '', 'images'),
(2799, '', '', 'da', '', 'images'),
(2799, '', '', 'de', '', 'images'),
(2799, '', '', 'el', '', 'images'),
(2799, '', '', 'en', '', 'images'),
(2799, '', '', 'es', '', 'images'),
(2799, '', '', 'fr', '', 'images'),
(2799, '', '', 'it', '', 'images'),
(2799, '', '', 'nl', '', 'images'),
(2799, '', '', 'no', '', 'images'),
(2799, '', '', 'pt', '', 'images'),
(2799, '', '', 'ro', '', 'images'),
(2799, '', '', 'ru', '', 'images'),
(2800, '', '', 'pt', '', 'images'),
(2801, '', '', 'da', '', 'images'),
(2801, '', '', 'de', '', 'images'),
(2801, '', '', 'el', '', 'images'),
(2801, '', '', 'en', '', 'images'),
(2801, '', '', 'es', '', 'images'),
(2801, '', '', 'fr', '', 'images'),
(2801, '', '', 'it', '', 'images'),
(2801, '', '', 'nl', '', 'images'),
(2801, '', '', 'no', '', 'images'),
(2801, '', '', 'pt', '', 'images'),
(2801, '', '', 'ro', '', 'images'),
(2801, '', '', 'ru', '', 'images'),
(2802, '', '', 'da', '', 'images'),
(2802, '', '', 'de', '', 'images'),
(2802, '', '', 'el', '', 'images'),
(2802, '', '', 'en', '', 'images'),
(2802, '', '', 'es', '', 'images'),
(2802, '', '', 'fr', '', 'images'),
(2802, '', '', 'it', '', 'images'),
(2802, '', '', 'nl', '', 'images'),
(2802, '', '', 'no', '', 'images'),
(2802, '', '', 'pt', '', 'images'),
(2802, '', '', 'ro', '', 'images'),
(2802, '', '', 'ru', '', 'images'),
(2803, '', '', 'pt', '', 'images'),
(2804, '', '', 'da', '', 'images'),
(2804, '', '', 'de', '', 'images'),
(2804, '', '', 'el', '', 'images'),
(2804, '', '', 'en', '', 'images'),
(2804, '', '', 'es', '', 'images'),
(2804, '', '', 'fr', '', 'images'),
(2804, '', '', 'it', '', 'images'),
(2804, '', '', 'nl', '', 'images'),
(2804, '', '', 'no', '', 'images'),
(2804, '', '', 'pt', '', 'images'),
(2804, '', '', 'ro', '', 'images'),
(2804, '', '', 'ru', '', 'images'),
(2805, '', '', 'da', '', 'images'),
(2805, '', '', 'de', '', 'images'),
(2805, '', '', 'el', '', 'images'),
(2805, '', '', 'en', '', 'images'),
(2805, '', '', 'es', '', 'images'),
(2805, '', '', 'fr', '', 'images'),
(2805, '', '', 'it', '', 'images'),
(2805, '', '', 'nl', '', 'images'),
(2805, '', '', 'no', '', 'images'),
(2805, '', '', 'pt', '', 'images'),
(2805, '', '', 'ro', '', 'images'),
(2805, '', '', 'ru', '', 'images'),
(2806, '', '', 'pt', '', 'images'),
(2807, '', '', 'da', '', 'images'),
(2807, '', '', 'de', '', 'images'),
(2807, '', '', 'el', '', 'images'),
(2807, '', '', 'en', '', 'images'),
(2807, '', '', 'es', '', 'images'),
(2807, '', '', 'fr', '', 'images'),
(2807, '', '', 'it', '', 'images'),
(2807, '', '', 'nl', '', 'images'),
(2807, '', '', 'no', '', 'images'),
(2807, '', '', 'pt', '', 'images'),
(2807, '', '', 'ro', '', 'images'),
(2807, '', '', 'ru', '', 'images'),
(2808, '', '', 'da', '', 'images'),
(2808, '', '', 'de', '', 'images'),
(2808, '', '', 'el', '', 'images'),
(2808, '', '', 'en', '', 'images'),
(2808, '', '', 'es', '', 'images'),
(2808, '', '', 'fr', '', 'images'),
(2808, '', '', 'it', '', 'images'),
(2808, '', '', 'nl', '', 'images'),
(2808, '', '', 'no', '', 'images'),
(2808, '', '', 'pt', '', 'images'),
(2808, '', '', 'ro', '', 'images'),
(2808, '', '', 'ru', '', 'images'),
(2809, '', '', 'pt', '', 'images'),
(2810, '', '', 'da', '', 'images'),
(2810, '', '', 'de', '', 'images'),
(2810, '', '', 'el', '', 'images'),
(2810, '', '', 'en', '', 'images'),
(2810, '', '', 'es', '', 'images'),
(2810, '', '', 'fr', '', 'images'),
(2810, '', '', 'it', '', 'images'),
(2810, '', '', 'nl', '', 'images'),
(2810, '', '', 'no', '', 'images'),
(2810, '', '', 'pt', '', 'images'),
(2810, '', '', 'ro', '', 'images'),
(2810, '', '', 'ru', '', 'images'),
(2811, '', '', 'da', '', 'images'),
(2811, '', '', 'de', '', 'images'),
(2811, '', '', 'el', '', 'images'),
(2811, '', '', 'en', '', 'images'),
(2811, '', '', 'es', '', 'images'),
(2811, '', '', 'fr', '', 'images'),
(2811, '', '', 'it', '', 'images'),
(2811, '', '', 'nl', '', 'images'),
(2811, '', '', 'no', '', 'images'),
(2811, '', '', 'pt', '', 'images'),
(2811, '', '', 'ro', '', 'images'),
(2811, '', '', 'ru', '', 'images'),
(2812, '', '', 'pt', '', 'images'),
(2813, '', '', 'da', '', 'images'),
(2813, '', '', 'de', '', 'images'),
(2813, '', '', 'el', '', 'images'),
(2813, '', '', 'en', '', 'images'),
(2813, '', '', 'es', '', 'images'),
(2813, '', '', 'fr', '', 'images'),
(2813, '', '', 'it', '', 'images'),
(2813, '', '', 'nl', '', 'images'),
(2813, '', '', 'no', '', 'images'),
(2813, '', '', 'pt', '', 'images'),
(2813, '', '', 'ro', '', 'images'),
(2813, '', '', 'ru', '', 'images'),
(2814, '', '', 'da', '', 'images'),
(2814, '', '', 'de', '', 'images'),
(2814, '', '', 'el', '', 'images'),
(2814, '', '', 'en', '', 'images'),
(2814, '', '', 'es', '', 'images'),
(2814, '', '', 'fr', '', 'images'),
(2814, '', '', 'it', '', 'images'),
(2814, '', '', 'nl', '', 'images'),
(2814, '', '', 'no', '', 'images'),
(2814, '', '', 'pt', '', 'images'),
(2814, '', '', 'ro', '', 'images'),
(2814, '', '', 'ru', '', 'images'),
(2815, '', '', 'pt', '', 'images'),
(2816, '', '', 'da', '', 'images'),
(2816, '', '', 'de', '', 'images'),
(2816, '', '', 'el', '', 'images'),
(2816, '', '', 'en', '', 'images'),
(2816, '', '', 'es', '', 'images'),
(2816, '', '', 'fr', '', 'images'),
(2816, '', '', 'it', '', 'images'),
(2816, '', '', 'nl', '', 'images'),
(2816, '', '', 'no', '', 'images'),
(2816, '', '', 'pt', '', 'images'),
(2816, '', '', 'ro', '', 'images'),
(2816, '', '', 'ru', '', 'images'),
(2817, '', '', 'da', '', 'images'),
(2817, '', '', 'de', '', 'images'),
(2817, '', '', 'el', '', 'images'),
(2817, '', '', 'en', '', 'images'),
(2817, '', '', 'es', '', 'images'),
(2817, '', '', 'fr', '', 'images'),
(2817, '', '', 'it', '', 'images'),
(2817, '', '', 'nl', '', 'images'),
(2817, '', '', 'no', '', 'images'),
(2817, '', '', 'pt', '', 'images'),
(2817, '', '', 'ro', '', 'images'),
(2817, '', '', 'ru', '', 'images'),
(2818, '', '', 'pt', '', 'images'),
(2819, '', '', 'da', '', 'images'),
(2819, '', '', 'de', '', 'images'),
(2819, '', '', 'el', '', 'images'),
(2819, '', '', 'en', '', 'images'),
(2819, '', '', 'es', '', 'images'),
(2819, '', '', 'fr', '', 'images'),
(2819, '', '', 'it', '', 'images'),
(2819, '', '', 'nl', '', 'images'),
(2819, '', '', 'no', '', 'images'),
(2819, '', '', 'pt', '', 'images'),
(2819, '', '', 'ro', '', 'images'),
(2819, '', '', 'ru', '', 'images'),
(2820, '', '', 'da', '', 'images'),
(2820, '', '', 'de', '', 'images'),
(2820, '', '', 'el', '', 'images'),
(2820, '', '', 'en', '', 'images'),
(2820, '', '', 'es', '', 'images'),
(2820, '', '', 'fr', '', 'images'),
(2820, '', '', 'it', '', 'images'),
(2820, '', '', 'nl', '', 'images'),
(2820, '', '', 'no', '', 'images'),
(2820, '', '', 'pt', '', 'images'),
(2820, '', '', 'ro', '', 'images'),
(2820, '', '', 'ru', '', 'images'),
(2821, '', '', 'pt', '', 'images'),
(2822, '', '', 'da', '', 'images'),
(2822, '', '', 'de', '', 'images'),
(2822, '', '', 'el', '', 'images'),
(2822, '', '', 'en', '', 'images'),
(2822, '', '', 'es', '', 'images'),
(2822, '', '', 'fr', '', 'images'),
(2822, '', '', 'it', '', 'images'),
(2822, '', '', 'nl', '', 'images'),
(2822, '', '', 'no', '', 'images'),
(2822, '', '', 'pt', '', 'images'),
(2822, '', '', 'ro', '', 'images'),
(2822, '', '', 'ru', '', 'images'),
(2823, '', '', 'da', '', 'images'),
(2823, '', '', 'de', '', 'images'),
(2823, '', '', 'el', '', 'images'),
(2823, '', '', 'en', '', 'images'),
(2823, '', '', 'es', '', 'images'),
(2823, '', '', 'fr', '', 'images'),
(2823, '', '', 'it', '', 'images'),
(2823, '', '', 'nl', '', 'images'),
(2823, '', '', 'no', '', 'images'),
(2823, '', '', 'pt', '', 'images'),
(2823, '', '', 'ro', '', 'images'),
(2823, '', '', 'ru', '', 'images'),
(2824, '', '', 'pt', '', 'images'),
(2825, '', '', 'da', '', 'images'),
(2825, '', '', 'de', '', 'images'),
(2825, '', '', 'el', '', 'images'),
(2825, '', '', 'en', '', 'images'),
(2825, '', '', 'es', '', 'images'),
(2825, '', '', 'fr', '', 'images'),
(2825, '', '', 'it', '', 'images'),
(2825, '', '', 'nl', '', 'images'),
(2825, '', '', 'no', '', 'images'),
(2825, '', '', 'pt', '', 'images'),
(2825, '', '', 'ro', '', 'images'),
(2825, '', '', 'ru', '', 'images'),
(2826, '', '', 'da', '', 'images'),
(2826, '', '', 'de', '', 'images'),
(2826, '', '', 'el', '', 'images'),
(2826, '', '', 'en', '', 'images'),
(2826, '', '', 'es', '', 'images'),
(2826, '', '', 'fr', '', 'images'),
(2826, '', '', 'it', '', 'images'),
(2826, '', '', 'nl', '', 'images'),
(2826, '', '', 'no', '', 'images'),
(2826, '', '', 'pt', '', 'images'),
(2826, '', '', 'ro', '', 'images'),
(2826, '', '', 'ru', '', 'images'),
(2827, '', '', 'pt', '', 'images'),
(2828, '', '', 'da', '', 'images'),
(2828, '', '', 'de', '', 'images'),
(2828, '', '', 'el', '', 'images'),
(2828, '', '', 'en', '', 'images'),
(2828, '', '', 'es', '', 'images'),
(2828, '', '', 'fr', '', 'images'),
(2828, '', '', 'it', '', 'images'),
(2828, '', '', 'nl', '', 'images'),
(2828, '', '', 'no', '', 'images'),
(2828, '', '', 'pt', '', 'images'),
(2828, '', '', 'ro', '', 'images'),
(2828, '', '', 'ru', '', 'images'),
(2829, '', '', 'da', '', 'images');
INSERT INTO `partiushop_common_descriptions` (`object_id`, `object_type`, `description`, `lang_code`, `object`, `object_holder`) VALUES
(2829, '', '', 'de', '', 'images'),
(2829, '', '', 'el', '', 'images'),
(2829, '', '', 'en', '', 'images'),
(2829, '', '', 'es', '', 'images'),
(2829, '', '', 'fr', '', 'images'),
(2829, '', '', 'it', '', 'images'),
(2829, '', '', 'nl', '', 'images'),
(2829, '', '', 'no', '', 'images'),
(2829, '', '', 'pt', '', 'images'),
(2829, '', '', 'ro', '', 'images'),
(2829, '', '', 'ru', '', 'images'),
(2830, '', '', 'pt', '', 'images'),
(2831, '', '', 'da', '', 'images'),
(2831, '', '', 'de', '', 'images'),
(2831, '', '', 'el', '', 'images'),
(2831, '', '', 'en', '', 'images'),
(2831, '', '', 'es', '', 'images'),
(2831, '', '', 'fr', '', 'images'),
(2831, '', '', 'it', '', 'images'),
(2831, '', '', 'nl', '', 'images'),
(2831, '', '', 'no', '', 'images'),
(2831, '', '', 'pt', '', 'images'),
(2831, '', '', 'ro', '', 'images'),
(2831, '', '', 'ru', '', 'images'),
(2832, '', '', 'da', '', 'images'),
(2832, '', '', 'de', '', 'images'),
(2832, '', '', 'el', '', 'images'),
(2832, '', '', 'en', '', 'images'),
(2832, '', '', 'es', '', 'images'),
(2832, '', '', 'fr', '', 'images'),
(2832, '', '', 'it', '', 'images'),
(2832, '', '', 'nl', '', 'images'),
(2832, '', '', 'no', '', 'images'),
(2832, '', '', 'pt', '', 'images'),
(2832, '', '', 'ro', '', 'images'),
(2832, '', '', 'ru', '', 'images'),
(2833, '', '', 'pt', '', 'images'),
(2834, '', '', 'da', '', 'images'),
(2834, '', '', 'de', '', 'images'),
(2834, '', '', 'el', '', 'images'),
(2834, '', '', 'en', '', 'images'),
(2834, '', '', 'es', '', 'images'),
(2834, '', '', 'fr', '', 'images'),
(2834, '', '', 'it', '', 'images'),
(2834, '', '', 'nl', '', 'images'),
(2834, '', '', 'no', '', 'images'),
(2834, '', '', 'pt', '', 'images'),
(2834, '', '', 'ro', '', 'images'),
(2834, '', '', 'ru', '', 'images'),
(2835, '', '', 'da', '', 'images'),
(2835, '', '', 'de', '', 'images'),
(2835, '', '', 'el', '', 'images'),
(2835, '', '', 'en', '', 'images'),
(2835, '', '', 'es', '', 'images'),
(2835, '', '', 'fr', '', 'images'),
(2835, '', '', 'it', '', 'images'),
(2835, '', '', 'nl', '', 'images'),
(2835, '', '', 'no', '', 'images'),
(2835, '', '', 'pt', '', 'images'),
(2835, '', '', 'ro', '', 'images'),
(2835, '', '', 'ru', '', 'images'),
(2836, '', '', 'pt', '', 'images'),
(2837, '', '', 'da', '', 'images'),
(2837, '', '', 'de', '', 'images'),
(2837, '', '', 'el', '', 'images'),
(2837, '', '', 'en', '', 'images'),
(2837, '', '', 'es', '', 'images'),
(2837, '', '', 'fr', '', 'images'),
(2837, '', '', 'it', '', 'images'),
(2837, '', '', 'nl', '', 'images'),
(2837, '', '', 'no', '', 'images'),
(2837, '', '', 'pt', '', 'images'),
(2837, '', '', 'ro', '', 'images'),
(2837, '', '', 'ru', '', 'images'),
(2838, '', '', 'da', '', 'images'),
(2838, '', '', 'de', '', 'images'),
(2838, '', '', 'el', '', 'images'),
(2838, '', '', 'en', '', 'images'),
(2838, '', '', 'es', '', 'images'),
(2838, '', '', 'fr', '', 'images'),
(2838, '', '', 'it', '', 'images'),
(2838, '', '', 'nl', '', 'images'),
(2838, '', '', 'no', '', 'images'),
(2838, '', '', 'pt', '', 'images'),
(2838, '', '', 'ro', '', 'images'),
(2838, '', '', 'ru', '', 'images'),
(2839, '', '', 'pt', '', 'images'),
(2840, '', '', 'da', '', 'images'),
(2840, '', '', 'de', '', 'images'),
(2840, '', '', 'el', '', 'images'),
(2840, '', '', 'en', '', 'images'),
(2840, '', '', 'es', '', 'images'),
(2840, '', '', 'fr', '', 'images'),
(2840, '', '', 'it', '', 'images'),
(2840, '', '', 'nl', '', 'images'),
(2840, '', '', 'no', '', 'images'),
(2840, '', '', 'pt', '', 'images'),
(2840, '', '', 'ro', '', 'images'),
(2840, '', '', 'ru', '', 'images'),
(2841, '', '', 'da', '', 'images'),
(2841, '', '', 'de', '', 'images'),
(2841, '', '', 'el', '', 'images'),
(2841, '', '', 'en', '', 'images'),
(2841, '', '', 'es', '', 'images'),
(2841, '', '', 'fr', '', 'images'),
(2841, '', '', 'it', '', 'images'),
(2841, '', '', 'nl', '', 'images'),
(2841, '', '', 'no', '', 'images'),
(2841, '', '', 'pt', '', 'images'),
(2841, '', '', 'ro', '', 'images'),
(2841, '', '', 'ru', '', 'images'),
(2842, '', '', 'pt', '', 'images'),
(2843, '', '', 'da', '', 'images'),
(2843, '', '', 'de', '', 'images'),
(2843, '', '', 'el', '', 'images'),
(2843, '', '', 'en', '', 'images'),
(2843, '', '', 'es', '', 'images'),
(2843, '', '', 'fr', '', 'images'),
(2843, '', '', 'it', '', 'images'),
(2843, '', '', 'nl', '', 'images'),
(2843, '', '', 'no', '', 'images'),
(2843, '', '', 'pt', '', 'images'),
(2843, '', '', 'ro', '', 'images'),
(2843, '', '', 'ru', '', 'images'),
(2844, '', '', 'da', '', 'images'),
(2844, '', '', 'de', '', 'images'),
(2844, '', '', 'el', '', 'images'),
(2844, '', '', 'en', '', 'images'),
(2844, '', '', 'es', '', 'images'),
(2844, '', '', 'fr', '', 'images'),
(2844, '', '', 'it', '', 'images'),
(2844, '', '', 'nl', '', 'images'),
(2844, '', '', 'no', '', 'images'),
(2844, '', '', 'pt', '', 'images'),
(2844, '', '', 'ro', '', 'images'),
(2844, '', '', 'ru', '', 'images'),
(2845, '', '', 'pt', '', 'images'),
(2846, '', '', 'da', '', 'images'),
(2846, '', '', 'de', '', 'images'),
(2846, '', '', 'el', '', 'images'),
(2846, '', '', 'en', '', 'images'),
(2846, '', '', 'es', '', 'images'),
(2846, '', '', 'fr', '', 'images'),
(2846, '', '', 'it', '', 'images'),
(2846, '', '', 'nl', '', 'images'),
(2846, '', '', 'no', '', 'images'),
(2846, '', '', 'pt', '', 'images'),
(2846, '', '', 'ro', '', 'images'),
(2846, '', '', 'ru', '', 'images'),
(2847, '', '', 'da', '', 'images'),
(2847, '', '', 'de', '', 'images'),
(2847, '', '', 'el', '', 'images'),
(2847, '', '', 'en', '', 'images'),
(2847, '', '', 'es', '', 'images'),
(2847, '', '', 'fr', '', 'images'),
(2847, '', '', 'it', '', 'images'),
(2847, '', '', 'nl', '', 'images'),
(2847, '', '', 'no', '', 'images'),
(2847, '', '', 'pt', '', 'images'),
(2847, '', '', 'ro', '', 'images'),
(2847, '', '', 'ru', '', 'images'),
(2848, '', '', 'da', '', 'images'),
(2848, '', '', 'de', '', 'images'),
(2848, '', '', 'el', '', 'images'),
(2848, '', '', 'en', '', 'images'),
(2848, '', '', 'es', '', 'images'),
(2848, '', '', 'fr', '', 'images'),
(2848, '', '', 'it', '', 'images'),
(2848, '', '', 'nl', '', 'images'),
(2848, '', '', 'no', '', 'images'),
(2848, '', '', 'pt', '', 'images'),
(2848, '', '', 'ro', '', 'images'),
(2848, '', '', 'ru', '', 'images'),
(2849, '', '', 'da', '', 'images'),
(2849, '', '', 'de', '', 'images'),
(2849, '', '', 'el', '', 'images'),
(2849, '', '', 'en', '', 'images'),
(2849, '', '', 'es', '', 'images'),
(2849, '', '', 'fr', '', 'images'),
(2849, '', '', 'it', '', 'images'),
(2849, '', '', 'nl', '', 'images'),
(2849, '', '', 'no', '', 'images'),
(2849, '', '', 'pt', '', 'images'),
(2849, '', '', 'ro', '', 'images'),
(2849, '', '', 'ru', '', 'images'),
(2850, '', '', 'da', '', 'images'),
(2850, '', '', 'de', '', 'images'),
(2850, '', '', 'el', '', 'images'),
(2850, '', '', 'en', '', 'images'),
(2850, '', '', 'es', '', 'images'),
(2850, '', '', 'fr', '', 'images'),
(2850, '', '', 'it', '', 'images'),
(2850, '', '', 'nl', '', 'images'),
(2850, '', '', 'no', '', 'images'),
(2850, '', '', 'pt', '', 'images'),
(2850, '', '', 'ro', '', 'images'),
(2850, '', '', 'ru', '', 'images'),
(2851, '', '', 'pt', '', 'images'),
(2852, '', '', 'da', '', 'images'),
(2852, '', '', 'de', '', 'images'),
(2852, '', '', 'el', '', 'images'),
(2852, '', '', 'en', '', 'images'),
(2852, '', '', 'es', '', 'images'),
(2852, '', '', 'fr', '', 'images'),
(2852, '', '', 'it', '', 'images'),
(2852, '', '', 'nl', '', 'images'),
(2852, '', '', 'no', '', 'images'),
(2852, '', '', 'pt', '', 'images'),
(2852, '', '', 'ro', '', 'images'),
(2852, '', '', 'ru', '', 'images'),
(2853, '', '', 'da', '', 'images'),
(2853, '', '', 'de', '', 'images'),
(2853, '', '', 'el', '', 'images'),
(2853, '', '', 'en', '', 'images'),
(2853, '', '', 'es', '', 'images'),
(2853, '', '', 'fr', '', 'images'),
(2853, '', '', 'it', '', 'images'),
(2853, '', '', 'nl', '', 'images'),
(2853, '', '', 'no', '', 'images'),
(2853, '', '', 'pt', '', 'images'),
(2853, '', '', 'ro', '', 'images'),
(2853, '', '', 'ru', '', 'images'),
(2854, '', '', 'pt', '', 'images'),
(2855, '', '', 'da', '', 'images'),
(2855, '', '', 'de', '', 'images'),
(2855, '', '', 'el', '', 'images'),
(2855, '', '', 'en', '', 'images'),
(2855, '', '', 'es', '', 'images'),
(2855, '', '', 'fr', '', 'images'),
(2855, '', '', 'it', '', 'images'),
(2855, '', '', 'nl', '', 'images'),
(2855, '', '', 'no', '', 'images'),
(2855, '', '', 'pt', '', 'images'),
(2855, '', '', 'ro', '', 'images'),
(2855, '', '', 'ru', '', 'images'),
(2856, '', '', 'da', '', 'images'),
(2856, '', '', 'de', '', 'images'),
(2856, '', '', 'el', '', 'images'),
(2856, '', '', 'en', '', 'images'),
(2856, '', '', 'es', '', 'images'),
(2856, '', '', 'fr', '', 'images'),
(2856, '', '', 'it', '', 'images'),
(2856, '', '', 'nl', '', 'images'),
(2856, '', '', 'no', '', 'images'),
(2856, '', '', 'pt', '', 'images'),
(2856, '', '', 'ro', '', 'images'),
(2856, '', '', 'ru', '', 'images'),
(2857, '', '', 'pt', '', 'images'),
(2858, '', '', 'da', '', 'images'),
(2858, '', '', 'de', '', 'images'),
(2858, '', '', 'el', '', 'images'),
(2858, '', '', 'en', '', 'images'),
(2858, '', '', 'es', '', 'images'),
(2858, '', '', 'fr', '', 'images'),
(2858, '', '', 'it', '', 'images'),
(2858, '', '', 'nl', '', 'images'),
(2858, '', '', 'no', '', 'images'),
(2858, '', '', 'pt', '', 'images'),
(2858, '', '', 'ro', '', 'images'),
(2858, '', '', 'ru', '', 'images'),
(2859, '', '', 'da', '', 'images'),
(2859, '', '', 'de', '', 'images'),
(2859, '', '', 'el', '', 'images'),
(2859, '', '', 'en', '', 'images'),
(2859, '', '', 'es', '', 'images'),
(2859, '', '', 'fr', '', 'images'),
(2859, '', '', 'it', '', 'images'),
(2859, '', '', 'nl', '', 'images'),
(2859, '', '', 'no', '', 'images'),
(2859, '', '', 'pt', '', 'images'),
(2859, '', '', 'ro', '', 'images'),
(2859, '', '', 'ru', '', 'images'),
(2860, '', '', 'pt', '', 'images'),
(2861, '', '', 'da', '', 'images'),
(2861, '', '', 'de', '', 'images'),
(2861, '', '', 'el', '', 'images'),
(2861, '', '', 'en', '', 'images'),
(2861, '', '', 'es', '', 'images'),
(2861, '', '', 'fr', '', 'images'),
(2861, '', '', 'it', '', 'images'),
(2861, '', '', 'nl', '', 'images'),
(2861, '', '', 'no', '', 'images'),
(2861, '', '', 'pt', '', 'images'),
(2861, '', '', 'ro', '', 'images'),
(2861, '', '', 'ru', '', 'images'),
(2862, '', '', 'da', '', 'images'),
(2862, '', '', 'de', '', 'images'),
(2862, '', '', 'el', '', 'images'),
(2862, '', '', 'en', '', 'images'),
(2862, '', '', 'es', '', 'images'),
(2862, '', '', 'fr', '', 'images'),
(2862, '', '', 'it', '', 'images'),
(2862, '', '', 'nl', '', 'images'),
(2862, '', '', 'no', '', 'images'),
(2862, '', '', 'pt', '', 'images'),
(2862, '', '', 'ro', '', 'images'),
(2862, '', '', 'ru', '', 'images'),
(2863, '', '', 'pt', '', 'images'),
(2864, '', '', 'da', '', 'images'),
(2864, '', '', 'de', '', 'images'),
(2864, '', '', 'el', '', 'images'),
(2864, '', '', 'en', '', 'images'),
(2864, '', '', 'es', '', 'images'),
(2864, '', '', 'fr', '', 'images'),
(2864, '', '', 'it', '', 'images'),
(2864, '', '', 'nl', '', 'images'),
(2864, '', '', 'no', '', 'images'),
(2864, '', '', 'pt', '', 'images'),
(2864, '', '', 'ro', '', 'images'),
(2864, '', '', 'ru', '', 'images'),
(2865, '', '', 'da', '', 'images'),
(2865, '', '', 'de', '', 'images'),
(2865, '', '', 'el', '', 'images'),
(2865, '', '', 'en', '', 'images'),
(2865, '', '', 'es', '', 'images'),
(2865, '', '', 'fr', '', 'images'),
(2865, '', '', 'it', '', 'images'),
(2865, '', '', 'nl', '', 'images'),
(2865, '', '', 'no', '', 'images'),
(2865, '', '', 'pt', '', 'images'),
(2865, '', '', 'ro', '', 'images'),
(2865, '', '', 'ru', '', 'images'),
(2866, '', '', 'pt', '', 'images'),
(2867, '', '', 'da', '', 'images'),
(2867, '', '', 'de', '', 'images'),
(2867, '', '', 'el', '', 'images'),
(2867, '', '', 'en', '', 'images'),
(2867, '', '', 'es', '', 'images'),
(2867, '', '', 'fr', '', 'images'),
(2867, '', '', 'it', '', 'images'),
(2867, '', '', 'nl', '', 'images'),
(2867, '', '', 'no', '', 'images'),
(2867, '', '', 'pt', '', 'images'),
(2867, '', '', 'ro', '', 'images'),
(2867, '', '', 'ru', '', 'images'),
(2868, '', '', 'da', '', 'images'),
(2868, '', '', 'de', '', 'images'),
(2868, '', '', 'el', '', 'images'),
(2868, '', '', 'en', '', 'images'),
(2868, '', '', 'es', '', 'images'),
(2868, '', '', 'fr', '', 'images'),
(2868, '', '', 'it', '', 'images'),
(2868, '', '', 'nl', '', 'images'),
(2868, '', '', 'no', '', 'images'),
(2868, '', '', 'pt', '', 'images'),
(2868, '', '', 'ro', '', 'images'),
(2868, '', '', 'ru', '', 'images'),
(2869, '', '', 'pt', '', 'images'),
(2870, '', '', 'da', '', 'images'),
(2870, '', '', 'de', '', 'images'),
(2870, '', '', 'el', '', 'images'),
(2870, '', '', 'en', '', 'images'),
(2870, '', '', 'es', '', 'images'),
(2870, '', '', 'fr', '', 'images'),
(2870, '', '', 'it', '', 'images'),
(2870, '', '', 'nl', '', 'images'),
(2870, '', '', 'no', '', 'images'),
(2870, '', '', 'pt', '', 'images'),
(2870, '', '', 'ro', '', 'images'),
(2870, '', '', 'ru', '', 'images'),
(2871, '', '', 'da', '', 'images'),
(2871, '', '', 'de', '', 'images'),
(2871, '', '', 'el', '', 'images'),
(2871, '', '', 'en', '', 'images'),
(2871, '', '', 'es', '', 'images'),
(2871, '', '', 'fr', '', 'images'),
(2871, '', '', 'it', '', 'images'),
(2871, '', '', 'nl', '', 'images'),
(2871, '', '', 'no', '', 'images'),
(2871, '', '', 'pt', '', 'images'),
(2871, '', '', 'ro', '', 'images'),
(2871, '', '', 'ru', '', 'images'),
(2872, '', '', 'da', '', 'images'),
(2872, '', '', 'de', '', 'images'),
(2872, '', '', 'el', '', 'images'),
(2872, '', '', 'en', '', 'images'),
(2872, '', '', 'es', '', 'images'),
(2872, '', '', 'fr', '', 'images'),
(2872, '', '', 'it', '', 'images'),
(2872, '', '', 'nl', '', 'images'),
(2872, '', '', 'no', '', 'images'),
(2872, '', '', 'pt', '', 'images'),
(2872, '', '', 'ro', '', 'images'),
(2872, '', '', 'ru', '', 'images'),
(2873, '', '', 'da', '', 'images'),
(2873, '', '', 'de', '', 'images'),
(2873, '', '', 'el', '', 'images'),
(2873, '', '', 'en', '', 'images'),
(2873, '', '', 'es', '', 'images'),
(2873, '', '', 'fr', '', 'images'),
(2873, '', '', 'it', '', 'images'),
(2873, '', '', 'nl', '', 'images'),
(2873, '', '', 'no', '', 'images'),
(2873, '', '', 'pt', '', 'images'),
(2873, '', '', 'ro', '', 'images'),
(2873, '', '', 'ru', '', 'images'),
(2874, '', '', 'da', '', 'images'),
(2874, '', '', 'de', '', 'images'),
(2874, '', '', 'el', '', 'images'),
(2874, '', '', 'en', '', 'images'),
(2874, '', '', 'es', '', 'images'),
(2874, '', '', 'fr', '', 'images'),
(2874, '', '', 'it', '', 'images'),
(2874, '', '', 'nl', '', 'images'),
(2874, '', '', 'no', '', 'images'),
(2874, '', '', 'pt', '', 'images'),
(2874, '', '', 'ro', '', 'images'),
(2874, '', '', 'ru', '', 'images'),
(2875, '', '', 'pt', '', 'images'),
(2876, '', '', 'da', '', 'images'),
(2876, '', '', 'de', '', 'images'),
(2876, '', '', 'el', '', 'images'),
(2876, '', '', 'en', '', 'images'),
(2876, '', '', 'es', '', 'images'),
(2876, '', '', 'fr', '', 'images'),
(2876, '', '', 'it', '', 'images'),
(2876, '', '', 'nl', '', 'images'),
(2876, '', '', 'no', '', 'images'),
(2876, '', '', 'pt', '', 'images'),
(2876, '', '', 'ro', '', 'images'),
(2876, '', '', 'ru', '', 'images'),
(2877, '', '', 'da', '', 'images'),
(2877, '', '', 'de', '', 'images'),
(2877, '', '', 'el', '', 'images'),
(2877, '', '', 'en', '', 'images'),
(2877, '', '', 'es', '', 'images'),
(2877, '', '', 'fr', '', 'images'),
(2877, '', '', 'it', '', 'images'),
(2877, '', '', 'nl', '', 'images'),
(2877, '', '', 'no', '', 'images'),
(2877, '', '', 'pt', '', 'images'),
(2877, '', '', 'ro', '', 'images'),
(2877, '', '', 'ru', '', 'images'),
(2878, '', '', 'pt', '', 'images'),
(2879, '', '', 'da', '', 'images'),
(2879, '', '', 'de', '', 'images'),
(2879, '', '', 'el', '', 'images'),
(2879, '', '', 'en', '', 'images'),
(2879, '', '', 'es', '', 'images'),
(2879, '', '', 'fr', '', 'images'),
(2879, '', '', 'it', '', 'images'),
(2879, '', '', 'nl', '', 'images'),
(2879, '', '', 'no', '', 'images'),
(2879, '', '', 'pt', '', 'images'),
(2879, '', '', 'ro', '', 'images'),
(2879, '', '', 'ru', '', 'images'),
(2880, '', '', 'da', '', 'images'),
(2880, '', '', 'de', '', 'images'),
(2880, '', '', 'el', '', 'images'),
(2880, '', '', 'en', '', 'images'),
(2880, '', '', 'es', '', 'images'),
(2880, '', '', 'fr', '', 'images'),
(2880, '', '', 'it', '', 'images'),
(2880, '', '', 'nl', '', 'images'),
(2880, '', '', 'no', '', 'images'),
(2880, '', '', 'pt', '', 'images'),
(2880, '', '', 'ro', '', 'images'),
(2880, '', '', 'ru', '', 'images'),
(2881, '', '', 'pt', '', 'images'),
(2882, '', '', 'da', '', 'images'),
(2882, '', '', 'de', '', 'images'),
(2882, '', '', 'el', '', 'images'),
(2882, '', '', 'en', '', 'images'),
(2882, '', '', 'es', '', 'images'),
(2882, '', '', 'fr', '', 'images'),
(2882, '', '', 'it', '', 'images'),
(2882, '', '', 'nl', '', 'images'),
(2882, '', '', 'no', '', 'images'),
(2882, '', '', 'pt', '', 'images'),
(2882, '', '', 'ro', '', 'images'),
(2882, '', '', 'ru', '', 'images'),
(2883, '', '', 'da', '', 'images'),
(2883, '', '', 'de', '', 'images'),
(2883, '', '', 'el', '', 'images'),
(2883, '', '', 'en', '', 'images'),
(2883, '', '', 'es', '', 'images'),
(2883, '', '', 'fr', '', 'images'),
(2883, '', '', 'it', '', 'images'),
(2883, '', '', 'nl', '', 'images'),
(2883, '', '', 'no', '', 'images'),
(2883, '', '', 'pt', '', 'images'),
(2883, '', '', 'ro', '', 'images'),
(2883, '', '', 'ru', '', 'images'),
(2884, '', '', 'da', '', 'images'),
(2884, '', '', 'de', '', 'images'),
(2884, '', '', 'el', '', 'images'),
(2884, '', '', 'en', '', 'images'),
(2884, '', '', 'es', '', 'images'),
(2884, '', '', 'fr', '', 'images'),
(2884, '', '', 'it', '', 'images'),
(2884, '', '', 'nl', '', 'images'),
(2884, '', '', 'no', '', 'images'),
(2884, '', '', 'pt', '', 'images'),
(2884, '', '', 'ro', '', 'images'),
(2884, '', '', 'ru', '', 'images'),
(2885, '', '', 'da', '', 'images'),
(2885, '', '', 'de', '', 'images'),
(2885, '', '', 'el', '', 'images'),
(2885, '', '', 'en', '', 'images'),
(2885, '', '', 'es', '', 'images'),
(2885, '', '', 'fr', '', 'images'),
(2885, '', '', 'it', '', 'images'),
(2885, '', '', 'nl', '', 'images'),
(2885, '', '', 'no', '', 'images'),
(2885, '', '', 'pt', '', 'images'),
(2885, '', '', 'ro', '', 'images'),
(2885, '', '', 'ru', '', 'images'),
(2886, '', '', 'da', '', 'images'),
(2886, '', '', 'de', '', 'images'),
(2886, '', '', 'el', '', 'images'),
(2886, '', '', 'en', '', 'images'),
(2886, '', '', 'es', '', 'images'),
(2886, '', '', 'fr', '', 'images'),
(2886, '', '', 'it', '', 'images'),
(2886, '', '', 'nl', '', 'images'),
(2886, '', '', 'no', '', 'images'),
(2886, '', '', 'pt', '', 'images'),
(2886, '', '', 'ro', '', 'images'),
(2886, '', '', 'ru', '', 'images'),
(2887, '', '', 'pt', '', 'images'),
(2888, '', '', 'da', '', 'images'),
(2888, '', '', 'de', '', 'images'),
(2888, '', '', 'el', '', 'images'),
(2888, '', '', 'en', '', 'images'),
(2888, '', '', 'es', '', 'images'),
(2888, '', '', 'fr', '', 'images'),
(2888, '', '', 'it', '', 'images'),
(2888, '', '', 'nl', '', 'images'),
(2888, '', '', 'no', '', 'images'),
(2888, '', '', 'pt', '', 'images'),
(2888, '', '', 'ro', '', 'images'),
(2888, '', '', 'ru', '', 'images'),
(2889, '', '', 'da', '', 'images'),
(2889, '', '', 'de', '', 'images'),
(2889, '', '', 'el', '', 'images'),
(2889, '', '', 'en', '', 'images'),
(2889, '', '', 'es', '', 'images'),
(2889, '', '', 'fr', '', 'images'),
(2889, '', '', 'it', '', 'images'),
(2889, '', '', 'nl', '', 'images'),
(2889, '', '', 'no', '', 'images'),
(2889, '', '', 'pt', '', 'images'),
(2889, '', '', 'ro', '', 'images'),
(2889, '', '', 'ru', '', 'images'),
(2890, '', '', 'pt', '', 'images'),
(2891, '', '', 'da', '', 'images'),
(2891, '', '', 'de', '', 'images'),
(2891, '', '', 'el', '', 'images'),
(2891, '', '', 'en', '', 'images'),
(2891, '', '', 'es', '', 'images'),
(2891, '', '', 'fr', '', 'images'),
(2891, '', '', 'it', '', 'images'),
(2891, '', '', 'nl', '', 'images'),
(2891, '', '', 'no', '', 'images'),
(2891, '', '', 'pt', '', 'images'),
(2891, '', '', 'ro', '', 'images'),
(2891, '', '', 'ru', '', 'images'),
(2892, '', '', 'da', '', 'images'),
(2892, '', '', 'de', '', 'images'),
(2892, '', '', 'el', '', 'images'),
(2892, '', '', 'en', '', 'images'),
(2892, '', '', 'es', '', 'images'),
(2892, '', '', 'fr', '', 'images'),
(2892, '', '', 'it', '', 'images'),
(2892, '', '', 'nl', '', 'images'),
(2892, '', '', 'no', '', 'images'),
(2892, '', '', 'pt', '', 'images'),
(2892, '', '', 'ro', '', 'images'),
(2892, '', '', 'ru', '', 'images'),
(2893, '', '', 'da', '', 'images'),
(2893, '', '', 'de', '', 'images'),
(2893, '', '', 'el', '', 'images'),
(2893, '', '', 'en', '', 'images'),
(2893, '', '', 'es', '', 'images'),
(2893, '', '', 'fr', '', 'images'),
(2893, '', '', 'it', '', 'images'),
(2893, '', '', 'nl', '', 'images'),
(2893, '', '', 'no', '', 'images'),
(2893, '', '', 'pt', '', 'images'),
(2893, '', '', 'ro', '', 'images'),
(2893, '', '', 'ru', '', 'images'),
(2894, '', '', 'da', '', 'images'),
(2894, '', '', 'de', '', 'images'),
(2894, '', '', 'el', '', 'images'),
(2894, '', '', 'en', '', 'images'),
(2894, '', '', 'es', '', 'images'),
(2894, '', '', 'fr', '', 'images'),
(2894, '', '', 'it', '', 'images'),
(2894, '', '', 'nl', '', 'images'),
(2894, '', '', 'no', '', 'images'),
(2894, '', '', 'pt', '', 'images'),
(2894, '', '', 'ro', '', 'images'),
(2894, '', '', 'ru', '', 'images'),
(2895, '', '', 'da', '', 'images'),
(2895, '', '', 'de', '', 'images'),
(2895, '', '', 'el', '', 'images'),
(2895, '', '', 'en', '', 'images'),
(2895, '', '', 'es', '', 'images'),
(2895, '', '', 'fr', '', 'images'),
(2895, '', '', 'it', '', 'images'),
(2895, '', '', 'nl', '', 'images'),
(2895, '', '', 'no', '', 'images'),
(2895, '', '', 'pt', '', 'images'),
(2895, '', '', 'ro', '', 'images'),
(2895, '', '', 'ru', '', 'images'),
(2896, '', '', 'pt', '', 'images'),
(2897, '', '', 'da', '', 'images'),
(2897, '', '', 'de', '', 'images'),
(2897, '', '', 'el', '', 'images'),
(2897, '', '', 'en', '', 'images'),
(2897, '', '', 'es', '', 'images'),
(2897, '', '', 'fr', '', 'images'),
(2897, '', '', 'it', '', 'images'),
(2897, '', '', 'nl', '', 'images'),
(2897, '', '', 'no', '', 'images'),
(2897, '', '', 'pt', '', 'images'),
(2897, '', '', 'ro', '', 'images'),
(2897, '', '', 'ru', '', 'images'),
(2898, '', '', 'da', '', 'images'),
(2898, '', '', 'de', '', 'images'),
(2898, '', '', 'el', '', 'images'),
(2898, '', '', 'en', '', 'images'),
(2898, '', '', 'es', '', 'images'),
(2898, '', '', 'fr', '', 'images'),
(2898, '', '', 'it', '', 'images'),
(2898, '', '', 'nl', '', 'images'),
(2898, '', '', 'no', '', 'images'),
(2898, '', '', 'pt', '', 'images'),
(2898, '', '', 'ro', '', 'images'),
(2898, '', '', 'ru', '', 'images'),
(2899, '', '', 'da', '', 'images'),
(2899, '', '', 'de', '', 'images'),
(2899, '', '', 'el', '', 'images'),
(2899, '', '', 'en', '', 'images'),
(2899, '', '', 'es', '', 'images'),
(2899, '', '', 'fr', '', 'images'),
(2899, '', '', 'it', '', 'images'),
(2899, '', '', 'nl', '', 'images'),
(2899, '', '', 'no', '', 'images'),
(2899, '', '', 'pt', '', 'images'),
(2899, '', '', 'ro', '', 'images'),
(2899, '', '', 'ru', '', 'images'),
(2900, '', '', 'da', '', 'images'),
(2900, '', '', 'de', '', 'images'),
(2900, '', '', 'el', '', 'images'),
(2900, '', '', 'en', '', 'images'),
(2900, '', '', 'es', '', 'images'),
(2900, '', '', 'fr', '', 'images'),
(2900, '', '', 'it', '', 'images'),
(2900, '', '', 'nl', '', 'images'),
(2900, '', '', 'no', '', 'images'),
(2900, '', '', 'pt', '', 'images'),
(2900, '', '', 'ro', '', 'images'),
(2900, '', '', 'ru', '', 'images'),
(2901, '', '', 'da', '', 'images'),
(2901, '', '', 'de', '', 'images'),
(2901, '', '', 'el', '', 'images'),
(2901, '', '', 'en', '', 'images'),
(2901, '', '', 'es', '', 'images'),
(2901, '', '', 'fr', '', 'images'),
(2901, '', '', 'it', '', 'images'),
(2901, '', '', 'nl', '', 'images'),
(2901, '', '', 'no', '', 'images'),
(2901, '', '', 'pt', '', 'images'),
(2901, '', '', 'ro', '', 'images'),
(2901, '', '', 'ru', '', 'images'),
(2902, '', '', 'pt', '', 'images'),
(2903, '', '', 'da', '', 'images'),
(2903, '', '', 'de', '', 'images'),
(2903, '', '', 'el', '', 'images'),
(2903, '', '', 'en', '', 'images'),
(2903, '', '', 'es', '', 'images'),
(2903, '', '', 'fr', '', 'images'),
(2903, '', '', 'it', '', 'images'),
(2903, '', '', 'nl', '', 'images'),
(2903, '', '', 'no', '', 'images'),
(2903, '', '', 'pt', '', 'images'),
(2903, '', '', 'ro', '', 'images'),
(2903, '', '', 'ru', '', 'images'),
(2904, '', '', 'da', '', 'images'),
(2904, '', '', 'de', '', 'images'),
(2904, '', '', 'el', '', 'images'),
(2904, '', '', 'en', '', 'images'),
(2904, '', '', 'es', '', 'images'),
(2904, '', '', 'fr', '', 'images'),
(2904, '', '', 'it', '', 'images'),
(2904, '', '', 'nl', '', 'images'),
(2904, '', '', 'no', '', 'images'),
(2904, '', '', 'pt', '', 'images'),
(2904, '', '', 'ro', '', 'images'),
(2904, '', '', 'ru', '', 'images'),
(2905, '', '', 'da', '', 'images'),
(2905, '', '', 'de', '', 'images'),
(2905, '', '', 'el', '', 'images'),
(2905, '', '', 'en', '', 'images'),
(2905, '', '', 'es', '', 'images'),
(2905, '', '', 'fr', '', 'images'),
(2905, '', '', 'it', '', 'images'),
(2905, '', '', 'nl', '', 'images'),
(2905, '', '', 'no', '', 'images'),
(2905, '', '', 'pt', '', 'images'),
(2905, '', '', 'ro', '', 'images'),
(2905, '', '', 'ru', '', 'images'),
(2906, '', '', 'da', '', 'images'),
(2906, '', '', 'de', '', 'images'),
(2906, '', '', 'el', '', 'images'),
(2906, '', '', 'en', '', 'images'),
(2906, '', '', 'es', '', 'images'),
(2906, '', '', 'fr', '', 'images'),
(2906, '', '', 'it', '', 'images'),
(2906, '', '', 'nl', '', 'images'),
(2906, '', '', 'no', '', 'images'),
(2906, '', '', 'pt', '', 'images'),
(2906, '', '', 'ro', '', 'images'),
(2906, '', '', 'ru', '', 'images'),
(2907, '', '', 'da', '', 'images'),
(2907, '', '', 'de', '', 'images'),
(2907, '', '', 'el', '', 'images'),
(2907, '', '', 'en', '', 'images'),
(2907, '', '', 'es', '', 'images'),
(2907, '', '', 'fr', '', 'images'),
(2907, '', '', 'it', '', 'images'),
(2907, '', '', 'nl', '', 'images'),
(2907, '', '', 'no', '', 'images'),
(2907, '', '', 'pt', '', 'images'),
(2907, '', '', 'ro', '', 'images'),
(2907, '', '', 'ru', '', 'images'),
(2908, '', '', 'pt', '', 'images'),
(2909, '', '', 'da', '', 'images'),
(2909, '', '', 'de', '', 'images'),
(2909, '', '', 'el', '', 'images'),
(2909, '', '', 'en', '', 'images'),
(2909, '', '', 'es', '', 'images'),
(2909, '', '', 'fr', '', 'images'),
(2909, '', '', 'it', '', 'images'),
(2909, '', '', 'nl', '', 'images'),
(2909, '', '', 'no', '', 'images'),
(2909, '', '', 'pt', '', 'images'),
(2909, '', '', 'ro', '', 'images'),
(2909, '', '', 'ru', '', 'images'),
(2910, '', '', 'da', '', 'images'),
(2910, '', '', 'de', '', 'images'),
(2910, '', '', 'el', '', 'images'),
(2910, '', '', 'en', '', 'images'),
(2910, '', '', 'es', '', 'images'),
(2910, '', '', 'fr', '', 'images'),
(2910, '', '', 'it', '', 'images'),
(2910, '', '', 'nl', '', 'images'),
(2910, '', '', 'no', '', 'images'),
(2910, '', '', 'pt', '', 'images'),
(2910, '', '', 'ro', '', 'images'),
(2910, '', '', 'ru', '', 'images'),
(2911, '', '', 'pt', '', 'images'),
(2912, '', '', 'da', '', 'images'),
(2912, '', '', 'de', '', 'images'),
(2912, '', '', 'el', '', 'images'),
(2912, '', '', 'en', '', 'images'),
(2912, '', '', 'es', '', 'images'),
(2912, '', '', 'fr', '', 'images'),
(2912, '', '', 'it', '', 'images'),
(2912, '', '', 'nl', '', 'images'),
(2912, '', '', 'no', '', 'images'),
(2912, '', '', 'pt', '', 'images'),
(2912, '', '', 'ro', '', 'images'),
(2912, '', '', 'ru', '', 'images'),
(2913, '', '', 'da', '', 'images'),
(2913, '', '', 'de', '', 'images'),
(2913, '', '', 'el', '', 'images'),
(2913, '', '', 'en', '', 'images'),
(2913, '', '', 'es', '', 'images'),
(2913, '', '', 'fr', '', 'images'),
(2913, '', '', 'it', '', 'images'),
(2913, '', '', 'nl', '', 'images'),
(2913, '', '', 'no', '', 'images'),
(2913, '', '', 'pt', '', 'images'),
(2913, '', '', 'ro', '', 'images'),
(2913, '', '', 'ru', '', 'images'),
(2914, '', '', 'da', '', 'images'),
(2914, '', '', 'de', '', 'images'),
(2914, '', '', 'el', '', 'images'),
(2914, '', '', 'en', '', 'images'),
(2914, '', '', 'es', '', 'images'),
(2914, '', '', 'fr', '', 'images'),
(2914, '', '', 'it', '', 'images'),
(2914, '', '', 'nl', '', 'images'),
(2914, '', '', 'no', '', 'images'),
(2914, '', '', 'pt', '', 'images'),
(2914, '', '', 'ro', '', 'images'),
(2914, '', '', 'ru', '', 'images'),
(2915, '', '', 'da', '', 'images'),
(2915, '', '', 'de', '', 'images'),
(2915, '', '', 'el', '', 'images'),
(2915, '', '', 'en', '', 'images'),
(2915, '', '', 'es', '', 'images'),
(2915, '', '', 'fr', '', 'images'),
(2915, '', '', 'it', '', 'images'),
(2915, '', '', 'nl', '', 'images'),
(2915, '', '', 'no', '', 'images'),
(2915, '', '', 'pt', '', 'images'),
(2915, '', '', 'ro', '', 'images'),
(2915, '', '', 'ru', '', 'images'),
(2916, '', '', 'da', '', 'images'),
(2916, '', '', 'de', '', 'images'),
(2916, '', '', 'el', '', 'images'),
(2916, '', '', 'en', '', 'images'),
(2916, '', '', 'es', '', 'images'),
(2916, '', '', 'fr', '', 'images'),
(2916, '', '', 'it', '', 'images'),
(2916, '', '', 'nl', '', 'images'),
(2916, '', '', 'no', '', 'images'),
(2916, '', '', 'pt', '', 'images'),
(2916, '', '', 'ro', '', 'images'),
(2916, '', '', 'ru', '', 'images'),
(2917, '', '', 'pt', '', 'images'),
(2918, '', '', 'da', '', 'images'),
(2918, '', '', 'de', '', 'images'),
(2918, '', '', 'el', '', 'images'),
(2918, '', '', 'en', '', 'images'),
(2918, '', '', 'es', '', 'images'),
(2918, '', '', 'fr', '', 'images'),
(2918, '', '', 'it', '', 'images'),
(2918, '', '', 'nl', '', 'images'),
(2918, '', '', 'no', '', 'images'),
(2918, '', '', 'pt', '', 'images'),
(2918, '', '', 'ro', '', 'images'),
(2918, '', '', 'ru', '', 'images'),
(2919, '', '', 'da', '', 'images'),
(2919, '', '', 'de', '', 'images'),
(2919, '', '', 'el', '', 'images'),
(2919, '', '', 'en', '', 'images'),
(2919, '', '', 'es', '', 'images'),
(2919, '', '', 'fr', '', 'images'),
(2919, '', '', 'it', '', 'images'),
(2919, '', '', 'nl', '', 'images'),
(2919, '', '', 'no', '', 'images'),
(2919, '', '', 'pt', '', 'images'),
(2919, '', '', 'ro', '', 'images'),
(2919, '', '', 'ru', '', 'images'),
(2920, '', '', 'da', '', 'images'),
(2920, '', '', 'de', '', 'images'),
(2920, '', '', 'el', '', 'images'),
(2920, '', '', 'en', '', 'images'),
(2920, '', '', 'es', '', 'images'),
(2920, '', '', 'fr', '', 'images'),
(2920, '', '', 'it', '', 'images'),
(2920, '', '', 'nl', '', 'images'),
(2920, '', '', 'no', '', 'images'),
(2920, '', '', 'pt', '', 'images'),
(2920, '', '', 'ro', '', 'images'),
(2920, '', '', 'ru', '', 'images'),
(2921, '', '', 'da', '', 'images'),
(2921, '', '', 'de', '', 'images'),
(2921, '', '', 'el', '', 'images'),
(2921, '', '', 'en', '', 'images'),
(2921, '', '', 'es', '', 'images'),
(2921, '', '', 'fr', '', 'images'),
(2921, '', '', 'it', '', 'images'),
(2921, '', '', 'nl', '', 'images'),
(2921, '', '', 'no', '', 'images'),
(2921, '', '', 'pt', '', 'images'),
(2921, '', '', 'ro', '', 'images'),
(2921, '', '', 'ru', '', 'images'),
(2922, '', '', 'da', '', 'images'),
(2922, '', '', 'de', '', 'images'),
(2922, '', '', 'el', '', 'images'),
(2922, '', '', 'en', '', 'images'),
(2922, '', '', 'es', '', 'images'),
(2922, '', '', 'fr', '', 'images'),
(2922, '', '', 'it', '', 'images'),
(2922, '', '', 'nl', '', 'images'),
(2922, '', '', 'no', '', 'images'),
(2922, '', '', 'pt', '', 'images'),
(2922, '', '', 'ro', '', 'images'),
(2922, '', '', 'ru', '', 'images'),
(2923, '', '', 'pt', '', 'images'),
(2924, '', '', 'da', '', 'images'),
(2924, '', '', 'de', '', 'images'),
(2924, '', '', 'el', '', 'images'),
(2924, '', '', 'en', '', 'images'),
(2924, '', '', 'es', '', 'images'),
(2924, '', '', 'fr', '', 'images'),
(2924, '', '', 'it', '', 'images'),
(2924, '', '', 'nl', '', 'images'),
(2924, '', '', 'no', '', 'images'),
(2924, '', '', 'pt', '', 'images'),
(2924, '', '', 'ro', '', 'images'),
(2924, '', '', 'ru', '', 'images'),
(2925, '', '', 'da', '', 'images'),
(2925, '', '', 'de', '', 'images'),
(2925, '', '', 'el', '', 'images'),
(2925, '', '', 'en', '', 'images'),
(2925, '', '', 'es', '', 'images'),
(2925, '', '', 'fr', '', 'images'),
(2925, '', '', 'it', '', 'images'),
(2925, '', '', 'nl', '', 'images'),
(2925, '', '', 'no', '', 'images'),
(2925, '', '', 'pt', '', 'images'),
(2925, '', '', 'ro', '', 'images'),
(2925, '', '', 'ru', '', 'images'),
(2926, '', '', 'da', '', 'images'),
(2926, '', '', 'de', '', 'images'),
(2926, '', '', 'el', '', 'images'),
(2926, '', '', 'en', '', 'images'),
(2926, '', '', 'es', '', 'images'),
(2926, '', '', 'fr', '', 'images'),
(2926, '', '', 'it', '', 'images'),
(2926, '', '', 'nl', '', 'images'),
(2926, '', '', 'no', '', 'images'),
(2926, '', '', 'pt', '', 'images'),
(2926, '', '', 'ro', '', 'images'),
(2926, '', '', 'ru', '', 'images'),
(2928, '', '', 'da', '', 'images'),
(2928, '', '', 'de', '', 'images'),
(2928, '', '', 'el', '', 'images'),
(2928, '', '', 'en', '', 'images'),
(2928, '', '', 'es', '', 'images'),
(2928, '', '', 'fr', '', 'images'),
(2928, '', '', 'it', '', 'images'),
(2928, '', '', 'nl', '', 'images'),
(2928, '', '', 'no', '', 'images'),
(2928, '', '', 'pt', '', 'images'),
(2928, '', '', 'ro', '', 'images'),
(2928, '', '', 'ru', '', 'images'),
(2929, '', '', 'da', '', 'images'),
(2929, '', '', 'de', '', 'images'),
(2929, '', '', 'el', '', 'images'),
(2929, '', '', 'en', '', 'images'),
(2929, '', '', 'es', '', 'images'),
(2929, '', '', 'fr', '', 'images'),
(2929, '', '', 'it', '', 'images'),
(2929, '', '', 'nl', '', 'images'),
(2929, '', '', 'no', '', 'images'),
(2929, '', '', 'pt', '', 'images'),
(2929, '', '', 'ro', '', 'images'),
(2929, '', '', 'ru', '', 'images'),
(2930, '', '', 'da', '', 'images'),
(2930, '', '', 'de', '', 'images'),
(2930, '', '', 'el', '', 'images'),
(2930, '', '', 'en', '', 'images'),
(2930, '', '', 'es', '', 'images'),
(2930, '', '', 'fr', '', 'images'),
(2930, '', '', 'it', '', 'images'),
(2930, '', '', 'nl', '', 'images'),
(2930, '', '', 'no', '', 'images'),
(2930, '', '', 'pt', '', 'images'),
(2930, '', '', 'ro', '', 'images'),
(2930, '', '', 'ru', '', 'images'),
(2931, '', '', 'da', '', 'images'),
(2931, '', '', 'de', '', 'images'),
(2931, '', '', 'el', '', 'images'),
(2931, '', '', 'en', '', 'images'),
(2931, '', '', 'es', '', 'images'),
(2931, '', '', 'fr', '', 'images'),
(2931, '', '', 'it', '', 'images'),
(2931, '', '', 'nl', '', 'images'),
(2931, '', '', 'no', '', 'images'),
(2931, '', '', 'pt', '', 'images'),
(2931, '', '', 'ro', '', 'images'),
(2931, '', '', 'ru', '', 'images'),
(2932, '', '', 'da', '', 'images'),
(2932, '', '', 'de', '', 'images'),
(2932, '', '', 'el', '', 'images'),
(2932, '', '', 'en', '', 'images'),
(2932, '', '', 'es', '', 'images'),
(2932, '', '', 'fr', '', 'images'),
(2932, '', '', 'it', '', 'images'),
(2932, '', '', 'nl', '', 'images'),
(2932, '', '', 'no', '', 'images'),
(2932, '', '', 'pt', '', 'images'),
(2932, '', '', 'ro', '', 'images'),
(2932, '', '', 'ru', '', 'images'),
(2933, '', '', 'da', '', 'images'),
(2933, '', '', 'de', '', 'images'),
(2933, '', '', 'el', '', 'images'),
(2933, '', '', 'en', '', 'images'),
(2933, '', '', 'es', '', 'images'),
(2933, '', '', 'fr', '', 'images'),
(2933, '', '', 'it', '', 'images'),
(2933, '', '', 'nl', '', 'images'),
(2933, '', '', 'no', '', 'images'),
(2933, '', '', 'pt', '', 'images'),
(2933, '', '', 'ro', '', 'images'),
(2933, '', '', 'ru', '', 'images'),
(2934, '', '', 'da', '', 'images'),
(2934, '', '', 'de', '', 'images'),
(2934, '', '', 'el', '', 'images'),
(2934, '', '', 'en', '', 'images'),
(2934, '', '', 'es', '', 'images'),
(2934, '', '', 'fr', '', 'images'),
(2934, '', '', 'it', '', 'images'),
(2934, '', '', 'nl', '', 'images'),
(2934, '', '', 'no', '', 'images'),
(2934, '', '', 'pt', '', 'images'),
(2934, '', '', 'ro', '', 'images'),
(2934, '', '', 'ru', '', 'images'),
(2935, '', '', 'da', '', 'images'),
(2935, '', '', 'de', '', 'images'),
(2935, '', '', 'el', '', 'images'),
(2935, '', '', 'en', '', 'images'),
(2935, '', '', 'es', '', 'images'),
(2935, '', '', 'fr', '', 'images'),
(2935, '', '', 'it', '', 'images'),
(2935, '', '', 'nl', '', 'images'),
(2935, '', '', 'no', '', 'images'),
(2935, '', '', 'pt', '', 'images'),
(2935, '', '', 'ro', '', 'images'),
(2935, '', '', 'ru', '', 'images'),
(2936, '', '', 'da', '', 'images'),
(2936, '', '', 'de', '', 'images'),
(2936, '', '', 'el', '', 'images'),
(2936, '', '', 'en', '', 'images'),
(2936, '', '', 'es', '', 'images'),
(2936, '', '', 'fr', '', 'images'),
(2936, '', '', 'it', '', 'images'),
(2936, '', '', 'nl', '', 'images'),
(2936, '', '', 'no', '', 'images'),
(2936, '', '', 'pt', '', 'images'),
(2936, '', '', 'ro', '', 'images'),
(2936, '', '', 'ru', '', 'images'),
(2937, '', '', 'da', '', 'images'),
(2937, '', '', 'de', '', 'images'),
(2937, '', '', 'el', '', 'images'),
(2937, '', '', 'en', '', 'images'),
(2937, '', '', 'es', '', 'images'),
(2937, '', '', 'fr', '', 'images'),
(2937, '', '', 'it', '', 'images'),
(2937, '', '', 'nl', '', 'images'),
(2937, '', '', 'no', '', 'images'),
(2937, '', '', 'pt', '', 'images'),
(2937, '', '', 'ro', '', 'images'),
(2937, '', '', 'ru', '', 'images'),
(2938, '', '', 'da', '', 'images'),
(2938, '', '', 'de', '', 'images'),
(2938, '', '', 'el', '', 'images'),
(2938, '', '', 'en', '', 'images'),
(2938, '', '', 'es', '', 'images'),
(2938, '', '', 'fr', '', 'images'),
(2938, '', '', 'it', '', 'images'),
(2938, '', '', 'nl', '', 'images'),
(2938, '', '', 'no', '', 'images'),
(2938, '', '', 'pt', '', 'images'),
(2938, '', '', 'ro', '', 'images'),
(2938, '', '', 'ru', '', 'images'),
(2939, '', '', 'da', '', 'images'),
(2939, '', '', 'de', '', 'images'),
(2939, '', '', 'el', '', 'images'),
(2939, '', '', 'en', '', 'images'),
(2939, '', '', 'es', '', 'images'),
(2939, '', '', 'fr', '', 'images'),
(2939, '', '', 'it', '', 'images'),
(2939, '', '', 'nl', '', 'images'),
(2939, '', '', 'no', '', 'images'),
(2939, '', '', 'pt', '', 'images'),
(2939, '', '', 'ro', '', 'images'),
(2939, '', '', 'ru', '', 'images'),
(2940, '', '', 'da', '', 'images'),
(2940, '', '', 'de', '', 'images'),
(2940, '', '', 'el', '', 'images'),
(2940, '', '', 'en', '', 'images'),
(2940, '', '', 'es', '', 'images'),
(2940, '', '', 'fr', '', 'images'),
(2940, '', '', 'it', '', 'images'),
(2940, '', '', 'nl', '', 'images'),
(2940, '', '', 'no', '', 'images'),
(2940, '', '', 'pt', '', 'images'),
(2940, '', '', 'ro', '', 'images'),
(2940, '', '', 'ru', '', 'images'),
(2941, '', '', 'da', '', 'images'),
(2941, '', '', 'de', '', 'images'),
(2941, '', '', 'el', '', 'images'),
(2941, '', '', 'en', '', 'images'),
(2941, '', '', 'es', '', 'images'),
(2941, '', '', 'fr', '', 'images'),
(2941, '', '', 'it', '', 'images'),
(2941, '', '', 'nl', '', 'images'),
(2941, '', '', 'no', '', 'images'),
(2941, '', '', 'pt', '', 'images'),
(2941, '', '', 'ro', '', 'images'),
(2941, '', '', 'ru', '', 'images'),
(2942, '', '', 'da', '', 'images'),
(2942, '', '', 'de', '', 'images'),
(2942, '', '', 'el', '', 'images'),
(2942, '', '', 'en', '', 'images'),
(2942, '', '', 'es', '', 'images'),
(2942, '', '', 'fr', '', 'images'),
(2942, '', '', 'it', '', 'images'),
(2942, '', '', 'nl', '', 'images'),
(2942, '', '', 'no', '', 'images'),
(2942, '', '', 'pt', '', 'images'),
(2942, '', '', 'ro', '', 'images'),
(2942, '', '', 'ru', '', 'images'),
(2943, '', '', 'da', '', 'images'),
(2943, '', '', 'de', '', 'images'),
(2943, '', '', 'el', '', 'images'),
(2943, '', '', 'en', '', 'images'),
(2943, '', '', 'es', '', 'images'),
(2943, '', '', 'fr', '', 'images'),
(2943, '', '', 'it', '', 'images'),
(2943, '', '', 'nl', '', 'images'),
(2943, '', '', 'no', '', 'images'),
(2943, '', '', 'pt', '', 'images'),
(2943, '', '', 'ro', '', 'images'),
(2943, '', '', 'ru', '', 'images'),
(2944, '', '', 'da', '', 'images'),
(2944, '', '', 'de', '', 'images'),
(2944, '', '', 'el', '', 'images'),
(2944, '', '', 'en', '', 'images'),
(2944, '', '', 'es', '', 'images'),
(2944, '', '', 'fr', '', 'images'),
(2944, '', '', 'it', '', 'images'),
(2944, '', '', 'nl', '', 'images'),
(2944, '', '', 'no', '', 'images'),
(2944, '', '', 'pt', '', 'images'),
(2944, '', '', 'ro', '', 'images'),
(2944, '', '', 'ru', '', 'images'),
(2945, '', '', 'da', '', 'images'),
(2945, '', '', 'de', '', 'images'),
(2945, '', '', 'el', '', 'images'),
(2945, '', '', 'en', '', 'images'),
(2945, '', '', 'es', '', 'images'),
(2945, '', '', 'fr', '', 'images'),
(2945, '', '', 'it', '', 'images'),
(2945, '', '', 'nl', '', 'images'),
(2945, '', '', 'no', '', 'images'),
(2945, '', '', 'pt', '', 'images'),
(2945, '', '', 'ro', '', 'images'),
(2945, '', '', 'ru', '', 'images'),
(2946, '', '', 'da', '', 'images'),
(2946, '', '', 'de', '', 'images'),
(2946, '', '', 'el', '', 'images'),
(2946, '', '', 'en', '', 'images'),
(2946, '', '', 'es', '', 'images'),
(2946, '', '', 'fr', '', 'images'),
(2946, '', '', 'it', '', 'images'),
(2946, '', '', 'nl', '', 'images'),
(2946, '', '', 'no', '', 'images'),
(2946, '', '', 'pt', '', 'images'),
(2946, '', '', 'ro', '', 'images'),
(2946, '', '', 'ru', '', 'images'),
(2947, '', '', 'da', '', 'images'),
(2947, '', '', 'de', '', 'images'),
(2947, '', '', 'el', '', 'images'),
(2947, '', '', 'en', '', 'images'),
(2947, '', '', 'es', '', 'images'),
(2947, '', '', 'fr', '', 'images'),
(2947, '', '', 'it', '', 'images'),
(2947, '', '', 'nl', '', 'images'),
(2947, '', '', 'no', '', 'images'),
(2947, '', '', 'pt', '', 'images'),
(2947, '', '', 'ro', '', 'images'),
(2947, '', '', 'ru', '', 'images'),
(2948, '', '', 'da', '', 'images'),
(2948, '', '', 'de', '', 'images'),
(2948, '', '', 'el', '', 'images'),
(2948, '', '', 'en', '', 'images'),
(2948, '', '', 'es', '', 'images'),
(2948, '', '', 'fr', '', 'images'),
(2948, '', '', 'it', '', 'images'),
(2948, '', '', 'nl', '', 'images'),
(2948, '', '', 'no', '', 'images'),
(2948, '', '', 'pt', '', 'images'),
(2948, '', '', 'ro', '', 'images'),
(2948, '', '', 'ru', '', 'images'),
(2949, '', '', 'da', '', 'images'),
(2949, '', '', 'de', '', 'images'),
(2949, '', '', 'el', '', 'images'),
(2949, '', '', 'en', '', 'images'),
(2949, '', '', 'es', '', 'images'),
(2949, '', '', 'fr', '', 'images'),
(2949, '', '', 'it', '', 'images'),
(2949, '', '', 'nl', '', 'images'),
(2949, '', '', 'no', '', 'images'),
(2949, '', '', 'pt', '', 'images'),
(2949, '', '', 'ro', '', 'images'),
(2949, '', '', 'ru', '', 'images'),
(2950, '', '', 'da', '', 'images'),
(2950, '', '', 'de', '', 'images'),
(2950, '', '', 'el', '', 'images'),
(2950, '', '', 'en', '', 'images'),
(2950, '', '', 'es', '', 'images'),
(2950, '', '', 'fr', '', 'images'),
(2950, '', '', 'it', '', 'images'),
(2950, '', '', 'nl', '', 'images'),
(2950, '', '', 'no', '', 'images'),
(2950, '', '', 'pt', '', 'images'),
(2950, '', '', 'ro', '', 'images'),
(2950, '', '', 'ru', '', 'images'),
(2951, '', '', 'da', '', 'images'),
(2951, '', '', 'de', '', 'images'),
(2951, '', '', 'el', '', 'images'),
(2951, '', '', 'en', '', 'images'),
(2951, '', '', 'es', '', 'images'),
(2951, '', '', 'fr', '', 'images'),
(2951, '', '', 'it', '', 'images'),
(2951, '', '', 'nl', '', 'images'),
(2951, '', '', 'no', '', 'images'),
(2951, '', '', 'pt', '', 'images'),
(2951, '', '', 'ro', '', 'images'),
(2951, '', '', 'ru', '', 'images'),
(2952, '', '', 'da', '', 'images'),
(2952, '', '', 'de', '', 'images'),
(2952, '', '', 'el', '', 'images'),
(2952, '', '', 'en', '', 'images'),
(2952, '', '', 'es', '', 'images'),
(2952, '', '', 'fr', '', 'images'),
(2952, '', '', 'it', '', 'images'),
(2952, '', '', 'nl', '', 'images'),
(2952, '', '', 'no', '', 'images'),
(2952, '', '', 'pt', '', 'images'),
(2952, '', '', 'ro', '', 'images'),
(2952, '', '', 'ru', '', 'images'),
(2953, '', '', 'da', '', 'images'),
(2953, '', '', 'de', '', 'images'),
(2953, '', '', 'el', '', 'images'),
(2953, '', '', 'en', '', 'images'),
(2953, '', '', 'es', '', 'images'),
(2953, '', '', 'fr', '', 'images'),
(2953, '', '', 'it', '', 'images'),
(2953, '', '', 'nl', '', 'images'),
(2953, '', '', 'no', '', 'images'),
(2953, '', '', 'pt', '', 'images'),
(2953, '', '', 'ro', '', 'images'),
(2953, '', '', 'ru', '', 'images'),
(2954, '', '', 'da', '', 'images'),
(2954, '', '', 'de', '', 'images'),
(2954, '', '', 'el', '', 'images'),
(2954, '', '', 'en', '', 'images'),
(2954, '', '', 'es', '', 'images'),
(2954, '', '', 'fr', '', 'images'),
(2954, '', '', 'it', '', 'images'),
(2954, '', '', 'nl', '', 'images'),
(2954, '', '', 'no', '', 'images'),
(2954, '', '', 'pt', '', 'images'),
(2954, '', '', 'ro', '', 'images'),
(2954, '', '', 'ru', '', 'images'),
(2955, '', '', 'da', '', 'images'),
(2955, '', '', 'de', '', 'images'),
(2955, '', '', 'el', '', 'images'),
(2955, '', '', 'en', '', 'images'),
(2955, '', '', 'es', '', 'images'),
(2955, '', '', 'fr', '', 'images'),
(2955, '', '', 'it', '', 'images'),
(2955, '', '', 'nl', '', 'images'),
(2955, '', '', 'no', '', 'images'),
(2955, '', '', 'pt', '', 'images'),
(2955, '', '', 'ro', '', 'images'),
(2955, '', '', 'ru', '', 'images'),
(2956, '', '', 'da', '', 'images'),
(2956, '', '', 'de', '', 'images'),
(2956, '', '', 'el', '', 'images'),
(2956, '', '', 'en', '', 'images'),
(2956, '', '', 'es', '', 'images'),
(2956, '', '', 'fr', '', 'images'),
(2956, '', '', 'it', '', 'images'),
(2956, '', '', 'nl', '', 'images'),
(2956, '', '', 'no', '', 'images'),
(2956, '', '', 'pt', '', 'images'),
(2956, '', '', 'ro', '', 'images'),
(2956, '', '', 'ru', '', 'images'),
(2957, '', '', 'da', '', 'images'),
(2957, '', '', 'de', '', 'images'),
(2957, '', '', 'el', '', 'images'),
(2957, '', '', 'en', '', 'images'),
(2957, '', '', 'es', '', 'images'),
(2957, '', '', 'fr', '', 'images'),
(2957, '', '', 'it', '', 'images'),
(2957, '', '', 'nl', '', 'images'),
(2957, '', '', 'no', '', 'images'),
(2957, '', '', 'pt', '', 'images'),
(2957, '', '', 'ro', '', 'images'),
(2957, '', '', 'ru', '', 'images'),
(2958, '', '', 'da', '', 'images'),
(2958, '', '', 'de', '', 'images'),
(2958, '', '', 'el', '', 'images'),
(2958, '', '', 'en', '', 'images'),
(2958, '', '', 'es', '', 'images'),
(2958, '', '', 'fr', '', 'images'),
(2958, '', '', 'it', '', 'images'),
(2958, '', '', 'nl', '', 'images'),
(2958, '', '', 'no', '', 'images'),
(2958, '', '', 'pt', '', 'images'),
(2958, '', '', 'ro', '', 'images'),
(2958, '', '', 'ru', '', 'images'),
(2959, '', '', 'da', '', 'images'),
(2959, '', '', 'de', '', 'images'),
(2959, '', '', 'el', '', 'images'),
(2959, '', '', 'en', '', 'images'),
(2959, '', '', 'es', '', 'images'),
(2959, '', '', 'fr', '', 'images'),
(2959, '', '', 'it', '', 'images'),
(2959, '', '', 'nl', '', 'images'),
(2959, '', '', 'no', '', 'images'),
(2959, '', '', 'pt', '', 'images'),
(2959, '', '', 'ro', '', 'images'),
(2959, '', '', 'ru', '', 'images'),
(2960, '', '', 'da', '', 'images'),
(2960, '', '', 'de', '', 'images'),
(2960, '', '', 'el', '', 'images'),
(2960, '', '', 'en', '', 'images'),
(2960, '', '', 'es', '', 'images'),
(2960, '', '', 'fr', '', 'images'),
(2960, '', '', 'it', '', 'images'),
(2960, '', '', 'nl', '', 'images'),
(2960, '', '', 'no', '', 'images'),
(2960, '', '', 'pt', '', 'images'),
(2960, '', '', 'ro', '', 'images'),
(2960, '', '', 'ru', '', 'images'),
(2961, '', '', 'da', '', 'images'),
(2961, '', '', 'de', '', 'images'),
(2961, '', '', 'el', '', 'images'),
(2961, '', '', 'en', '', 'images'),
(2961, '', '', 'es', '', 'images'),
(2961, '', '', 'fr', '', 'images'),
(2961, '', '', 'it', '', 'images'),
(2961, '', '', 'nl', '', 'images'),
(2961, '', '', 'no', '', 'images'),
(2961, '', '', 'pt', '', 'images'),
(2961, '', '', 'ro', '', 'images'),
(2961, '', '', 'ru', '', 'images'),
(2962, '', '', 'da', '', 'images'),
(2962, '', '', 'de', '', 'images'),
(2962, '', '', 'el', '', 'images'),
(2962, '', '', 'en', '', 'images'),
(2962, '', '', 'es', '', 'images'),
(2962, '', '', 'fr', '', 'images'),
(2962, '', '', 'it', '', 'images'),
(2962, '', '', 'nl', '', 'images'),
(2962, '', '', 'no', '', 'images'),
(2962, '', '', 'pt', '', 'images'),
(2962, '', '', 'ro', '', 'images'),
(2962, '', '', 'ru', '', 'images'),
(2963, '', '', 'da', '', 'images'),
(2963, '', '', 'de', '', 'images'),
(2963, '', '', 'el', '', 'images'),
(2963, '', '', 'en', '', 'images'),
(2963, '', '', 'es', '', 'images'),
(2963, '', '', 'fr', '', 'images'),
(2963, '', '', 'it', '', 'images'),
(2963, '', '', 'nl', '', 'images'),
(2963, '', '', 'no', '', 'images'),
(2963, '', '', 'pt', '', 'images'),
(2963, '', '', 'ro', '', 'images'),
(2963, '', '', 'ru', '', 'images'),
(2964, '', '', 'da', '', 'images'),
(2964, '', '', 'de', '', 'images'),
(2964, '', '', 'el', '', 'images'),
(2964, '', '', 'en', '', 'images'),
(2964, '', '', 'es', '', 'images'),
(2964, '', '', 'fr', '', 'images'),
(2964, '', '', 'it', '', 'images'),
(2964, '', '', 'nl', '', 'images'),
(2964, '', '', 'no', '', 'images'),
(2964, '', '', 'pt', '', 'images'),
(2964, '', '', 'ro', '', 'images'),
(2964, '', '', 'ru', '', 'images'),
(2965, '', '', 'da', '', 'images'),
(2965, '', '', 'de', '', 'images'),
(2965, '', '', 'el', '', 'images'),
(2965, '', '', 'en', '', 'images'),
(2965, '', '', 'es', '', 'images'),
(2965, '', '', 'fr', '', 'images'),
(2965, '', '', 'it', '', 'images'),
(2965, '', '', 'nl', '', 'images'),
(2965, '', '', 'no', '', 'images'),
(2965, '', '', 'pt', '', 'images'),
(2965, '', '', 'ro', '', 'images'),
(2965, '', '', 'ru', '', 'images'),
(2966, '', '', 'da', '', 'images'),
(2966, '', '', 'de', '', 'images'),
(2966, '', '', 'el', '', 'images'),
(2966, '', '', 'en', '', 'images'),
(2966, '', '', 'es', '', 'images'),
(2966, '', '', 'fr', '', 'images'),
(2966, '', '', 'it', '', 'images'),
(2966, '', '', 'nl', '', 'images'),
(2966, '', '', 'no', '', 'images'),
(2966, '', '', 'pt', '', 'images'),
(2966, '', '', 'ro', '', 'images'),
(2966, '', '', 'ru', '', 'images'),
(2967, '', '', 'da', '', 'images'),
(2967, '', '', 'de', '', 'images'),
(2967, '', '', 'el', '', 'images'),
(2967, '', '', 'en', '', 'images'),
(2967, '', '', 'es', '', 'images'),
(2967, '', '', 'fr', '', 'images'),
(2967, '', '', 'it', '', 'images'),
(2967, '', '', 'nl', '', 'images'),
(2967, '', '', 'no', '', 'images'),
(2967, '', '', 'pt', '', 'images'),
(2967, '', '', 'ro', '', 'images'),
(2967, '', '', 'ru', '', 'images'),
(2968, '', '', 'da', '', 'images'),
(2968, '', '', 'de', '', 'images'),
(2968, '', '', 'el', '', 'images'),
(2968, '', '', 'en', '', 'images'),
(2968, '', '', 'es', '', 'images'),
(2968, '', '', 'fr', '', 'images'),
(2968, '', '', 'it', '', 'images'),
(2968, '', '', 'nl', '', 'images'),
(2968, '', '', 'no', '', 'images'),
(2968, '', '', 'pt', '', 'images'),
(2968, '', '', 'ro', '', 'images'),
(2968, '', '', 'ru', '', 'images');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_companies`
--

CREATE TABLE `partiushop_companies` (
  `company_id` int(11) UNSIGNED NOT NULL,
  `cnpj` varchar(255) NOT NULL DEFAULT '0',
  `status` char(1) NOT NULL DEFAULT 'A',
  `company` varchar(255) NOT NULL,
  `razao_social` varchar(255) DEFAULT NULL,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `address` varchar(255) NOT NULL,
  `city` varchar(64) NOT NULL,
  `state` varchar(32) NOT NULL,
  `country` char(2) NOT NULL,
  `zipcode` varchar(16) NOT NULL,
  `email` varchar(128) NOT NULL,
  `phone` varchar(128) NOT NULL,
  `url` varchar(128) NOT NULL,
  `storefront` varchar(255) NOT NULL DEFAULT '',
  `secure_storefront` varchar(255) NOT NULL DEFAULT '',
  `entry_page` varchar(50) NOT NULL DEFAULT 'none',
  `redirect_customer` char(1) NOT NULL DEFAULT 'Y',
  `countries_list` text DEFAULT NULL,
  `timestamp` int(11) NOT NULL,
  `shippings` text DEFAULT NULL,
  `logos` text DEFAULT NULL,
  `request_user_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `request_account_name` varchar(255) NOT NULL DEFAULT '',
  `request_account_data` blob DEFAULT NULL,
  `pre_moderation` char(1) NOT NULL DEFAULT 'N',
  `pre_moderation_edit` char(1) NOT NULL DEFAULT 'N',
  `pre_moderation_edit_vendors` char(1) NOT NULL DEFAULT 'N',
  `plan_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `suspend_date` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `grace_period_start` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `last_time_suspended` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `last_debt_notification_time` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `tax_number` varchar(255) NOT NULL DEFAULT '',
  `b_address` varchar(255) DEFAULT NULL,
  `b_address_2` varchar(255) DEFAULT NULL,
  `b_city` varchar(255) DEFAULT NULL,
  `b_state` varchar(255) DEFAULT NULL,
  `b_country` varchar(255) DEFAULT NULL,
  `b_zipcode` varchar(255) DEFAULT NULL,
  `b_bairro` varchar(255) DEFAULT NULL,
  `b_numero` varchar(255) DEFAULT NULL,
  `s_address` varchar(255) DEFAULT NULL,
  `s_address_2` varchar(255) DEFAULT NULL,
  `s_city` varchar(255) DEFAULT NULL,
  `s_state` varchar(255) DEFAULT NULL,
  `s_country` varchar(255) DEFAULT NULL,
  `s_zipcode` varchar(255) DEFAULT NULL,
  `s_numero` varchar(255) DEFAULT NULL,
  `s_bairro` varchar(255) DEFAULT NULL,
  `inscricao_municipal` varchar(255) DEFAULT NULL,
  `inscricao_estadual` varchar(255) DEFAULT NULL,
  `landline_phone` varchar(255) DEFAULT NULL,
  `times_used_free_trial` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_companies`
--

INSERT INTO `partiushop_companies` (`company_id`, `cnpj`, `status`, `company`, `razao_social`, `lang_code`, `address`, `city`, `state`, `country`, `zipcode`, `email`, `phone`, `url`, `storefront`, `secure_storefront`, `entry_page`, `redirect_customer`, `countries_list`, `timestamp`, `shippings`, `logos`, `request_user_id`, `request_account_name`, `request_account_data`, `pre_moderation`, `pre_moderation_edit`, `pre_moderation_edit_vendors`, `plan_id`, `suspend_date`, `grace_period_start`, `last_time_suspended`, `last_debt_notification_time`, `tax_number`, `b_address`, `b_address_2`, `b_city`, `b_state`, `b_country`, `b_zipcode`, `b_bairro`, `b_numero`, `s_address`, `s_address_2`, `s_city`, `s_state`, `s_country`, `s_zipcode`, `s_numero`, `s_bairro`, `inscricao_municipal`, `inscricao_estadual`, `landline_phone`, `times_used_free_trial`) VALUES
(4, '0', 'A', 'Loja 01', NULL, 'pt', 'Carlos Drummond de Andrade', 'Goioere', 'PR', 'BR', '87360000', 'guilhermedoyle@gmail.com.br', '+55(44)99999-9999', '', '', '', 'none', 'Y', '', 1586399637, '1,8,10', NULL, 12, '', 0x613a343a7b733a31343a22636f6d70616e795f6669656c6473223b613a323a7b693a33373b733a393a224775696c6865726d65223b693a33383b733a353a22446f796c65223b7d733a31353a2261646d696e5f66697273746e616d65223b733a393a224775696c6865726d65223b733a31343a2261646d696e5f6c6173746e616d65223b733a353a22446f796c65223b733a363a226669656c6473223b613a303a7b7d7d, 'N', 'N', 'N', 10, 1631574430, 0, 1634756744, 0, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_companies_socios`
--

CREATE TABLE `partiushop_companies_socios` (
  `socios_id` int(11) NOT NULL,
  `company_id` int(11) NOT NULL DEFAULT 0,
  `cpf` int(11) NOT NULL,
  `fullname` varchar(255) DEFAULT NULL,
  `birthday` varchar(50) NOT NULL,
  `phone` varchar(50) NOT NULL,
  `landline_phone` varchar(50) NOT NULL,
  `email` varchar(255) NOT NULL,
  `zipcode` varchar(50) NOT NULL,
  `address` varchar(50) NOT NULL,
  `numero` varchar(50) NOT NULL,
  `address_2` varchar(50) NOT NULL,
  `bairro` varchar(50) NOT NULL,
  `city` varchar(50) NOT NULL,
  `state` char(3) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_company_descriptions`
--

CREATE TABLE `partiushop_company_descriptions` (
  `company_id` int(11) UNSIGNED NOT NULL,
  `lang_code` char(2) NOT NULL,
  `company_description` text DEFAULT NULL,
  `terms` mediumtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_company_descriptions`
--

INSERT INTO `partiushop_company_descriptions` (`company_id`, `lang_code`, `company_description`, `terms`) VALUES
(4, 'da', NULL, NULL),
(4, 'de', NULL, NULL),
(4, 'el', NULL, NULL),
(4, 'en', '', ''),
(4, 'es', NULL, NULL),
(4, 'fr', NULL, NULL),
(4, 'it', NULL, NULL),
(4, 'nl', NULL, NULL),
(4, 'no', NULL, NULL),
(4, 'pt', '', ''),
(4, 'ro', NULL, NULL),
(4, 'ru', NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_countries`
--

CREATE TABLE `partiushop_countries` (
  `code` char(2) NOT NULL DEFAULT '',
  `code_A3` char(3) NOT NULL DEFAULT '',
  `code_N3` char(3) NOT NULL DEFAULT '',
  `region` char(2) NOT NULL DEFAULT '',
  `lat` float NOT NULL DEFAULT 0,
  `lon` float NOT NULL DEFAULT 0,
  `status` char(1) NOT NULL DEFAULT 'A'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_countries`
--

INSERT INTO `partiushop_countries` (`code`, `code_A3`, `code_N3`, `region`, `lat`, `lon`, `status`) VALUES
('AD', 'AND', '020', 'EU', 42.3, 1.3, 'D'),
('AE', 'ARE', '784', 'AS', 24, 54, 'D'),
('AF', 'AFG', '004', 'AS', 33, 65, 'D'),
('AG', 'ATG', '028', 'LA', 17.03, -61.48, 'D'),
('AI', 'AIA', '660', 'LA', 18.15, -63.1, 'D'),
('AL', 'ALB', '008', 'EU', 41, 20, 'D'),
('AM', 'ARM', '051', 'AS', 40, 45, 'D'),
('AO', 'AGO', '024', 'AF', -12.3, 18.3, 'D'),
('AP', '', '', '', -2.81, 128.5, 'D'),
('AQ', 'ATA', '010', 'AN', -90, 0, 'D'),
('AR', 'ARG', '032', 'LA', -34, -64, 'D'),
('AS', 'ASM', '016', 'AU', -14.2, -170, 'D'),
('AT', 'AUT', '040', 'EU', 47.2, 13.2, 'D'),
('AU', 'AUS', '036', 'AU', -27, 133, 'D'),
('AW', 'ABW', '533', 'LA', 12.3, -69.58, 'D'),
('AX', 'ALA', '248', 'EU', 60.21, 20.16, 'D'),
('AZ', 'AZE', '031', 'AS', 40.3, 47.3, 'D'),
('BA', 'BIH', '070', 'EU', 44, 18, 'D'),
('BB', 'BRB', '052', 'LA', 13.1, -59.32, 'D'),
('BD', 'BGD', '050', 'AS', 24, 90, 'D'),
('BE', 'BEL', '056', 'EU', 50.5, 4, 'D'),
('BF', 'BFA', '854', 'AF', 13, -2, 'D'),
('BG', 'BGR', '100', 'EU', 43, 25, 'D'),
('BH', 'BHR', '048', 'AS', 26, 50.33, 'D'),
('BI', 'BDI', '108', 'AF', -3.3, 30, 'D'),
('BJ', 'BEN', '204', 'AF', 9.3, 2.15, 'D'),
('BM', 'BMU', '060', 'LA', 32.2, -64.45, 'D'),
('BN', 'BRN', '096', 'AS', 4.3, 114.4, 'D'),
('BO', 'BOL', '068', 'LA', -17, -65, 'D'),
('BR', 'BRA', '076', 'LA', -10, -55, 'A'),
('BS', 'BHS', '044', 'LA', 24.15, -76, 'D'),
('BT', 'BTN', '064', 'AS', 27.3, 90.3, 'D'),
('BV', 'BVT', '074', 'AN', -54.26, 3.24, 'D'),
('BW', 'BWA', '072', 'AF', -22, 24, 'D'),
('BY', 'BLR', '112', 'EU', 53, 28, 'D'),
('BZ', 'BLZ', '084', 'LA', 17.15, -88.45, 'D'),
('CA', 'CAN', '124', 'NA', 60, -95, 'D'),
('CC', 'CCK', '166', 'AU', -12.3, 96.5, 'D'),
('CF', 'CAF', '140', 'AF', 7, 21, 'D'),
('CG', 'COG', '178', 'AF', 0, 25, 'D'),
('CH', 'CHE', '756', 'EU', 47, 8, 'D'),
('CI', 'CIV', '384', 'AF', 7.64, -4.93, 'D'),
('CK', 'COK', '184', 'AU', -21.14, -159.46, 'D'),
('CL', 'CHL', '152', 'LA', -30, -71, 'D'),
('CM', 'CMR', '120', 'AF', 6, 12, 'D'),
('CN', 'CHN', '156', 'AS', 35, 105, 'D'),
('CO', 'COL', '170', 'LA', 4, -72, 'D'),
('CR', 'CRI', '188', 'LA', 10, -84, 'D'),
('CS', 'SCG', '891', 'EU', 43.57, 21.41, 'D'),
('CU', 'CUB', '192', 'LA', 21.3, -80, 'D'),
('CV', 'CPV', '132', 'AF', 16, -24, 'D'),
('CW', 'CUW', '531', 'LA', 12.18, -69, 'D'),
('CX', 'CXR', '162', 'AU', -10.3, 105.4, 'D'),
('CY', 'CYP', '196', 'EU', 35, 33, 'D'),
('CZ', 'CZE', '203', 'EU', 49.45, 15.3, 'D'),
('DE', 'DEU', '276', 'EU', 51, 9, 'D'),
('DJ', 'DJI', '262', 'AF', 11.3, 43, 'D'),
('DK', 'DNK', '208', 'EU', 56, 10, 'D'),
('DM', 'DMA', '212', 'LA', 15.25, -61.2, 'D'),
('DO', 'DOM', '214', 'LA', 19, -70.4, 'D'),
('DZ', 'DZA', '012', 'AF', 28, 3, 'D'),
('EC', 'ECU', '218', 'LA', -2, -77.3, 'D'),
('EE', 'EST', '233', 'EU', 59, 26, 'D'),
('EG', 'EGY', '818', 'AF', 27, 30, 'D'),
('EH', 'ESH', '732', 'AF', 24.3, -13, 'D'),
('ER', 'ERI', '232', 'AF', 15, 39, 'D'),
('ES', 'ESP', '724', 'EU', 40, -4, 'D'),
('ET', 'ETH', '210', 'AF', 8, 38, 'D'),
('EU', '', '', '', 0, 0, 'D'),
('FI', 'FIN', '246', 'EU', 64, 26, 'D'),
('FJ', 'FJI', '242', 'AU', -18, 175, 'D'),
('FK', 'FLK', '238', 'LA', -51.45, -59, 'D'),
('FM', 'FSM', '583', 'AU', 6.55, 158.15, 'D'),
('FO', 'FRO', '234', 'EU', 62, -7, 'D'),
('FR', 'FRA', '250', 'EU', 46, 2, 'D'),
('FX', 'FXX', '249', 'EU', 0, 0, 'D'),
('GA', 'GAB', '266', 'AF', -1, 11.45, 'D'),
('GB', 'GBR', '826', 'EU', 54, -2, 'D'),
('GD', 'GRD', '308', 'LA', 12.07, -61.4, 'D'),
('GE', 'GEO', '268', 'AS', 42, 43.3, 'D'),
('GF', 'GUF', '254', 'LA', 4, -53, 'D'),
('GG', 'GGY', '831', 'EU', 49.27, 2.33, 'D'),
('GH', 'GHA', '288', 'AF', 8, -2, 'D'),
('GI', 'GIB', '292', 'EU', 36.8, -5.21, 'D'),
('GL', 'GRL', '304', 'NA', 72, -40, 'D'),
('GM', 'GMB', '270', 'AF', 13.28, -16.34, 'D'),
('GN', 'GIN', '324', 'AF', 11, -10, 'D'),
('GP', 'GLP', '312', 'LA', 16.15, -61.35, 'D'),
('GQ', 'GNQ', '226', 'AF', 2, 10, 'D'),
('GR', 'GRC', '300', 'EU', 39, 22, 'D'),
('GT', 'GTM', '320', 'LA', 15.3, -90.15, 'D'),
('GU', 'GUM', '316', 'AU', 13.28, 144.47, 'D'),
('GW', 'GNB', '624', 'AF', 12, -15, 'D'),
('GY', 'GUY', '328', 'LA', 5, -59, 'D'),
('HK', 'HKG', '344', 'AS', 22.15, 114.1, 'D'),
('HM', 'HMD', '334', 'AU', -53.06, 72.31, 'D'),
('HN', 'HND', '340', 'LA', 15, -86.3, 'D'),
('HR', 'HRV', '191', 'EU', 45.1, 15.3, 'D'),
('HT', 'HTI', '332', 'LA', 19, -72.25, 'D'),
('HU', 'HUN', '348', 'EU', 47, 20, 'D'),
('ID', 'IDN', '360', 'AS', -5, 120, 'D'),
('IE', 'IRL', '372', 'EU', 53, -8, 'D'),
('IL', 'ISR', '376', 'AS', 31.3, 34.45, 'D'),
('IM', 'IMN', '833', 'EU', 54.09, 4.29, 'D'),
('IN', 'IND', '356', 'AS', 20, 77, 'D'),
('IO', 'IOT', '086', 'AS', -6, 71.3, 'D'),
('IQ', 'IRQ', '368', 'AS', 33, 44, 'D'),
('IR', 'IRN', '364', 'AS', 32, 53, 'D'),
('IS', 'ISL', '352', 'EU', 65, -18, 'D'),
('IT', 'ITA', '380', 'EU', 42.5, 12.5, 'D'),
('JE', 'JEY', '832', 'EU', 49.11, 2.06, 'D'),
('JM', 'JAM', '388', 'LA', 18.15, -77.3, 'D'),
('JO', 'JOR', '400', 'AS', 31, 36, 'D'),
('JP', 'JPN', '392', 'AS', 36, 138, 'D'),
('KE', 'KEN', '404', 'AF', 1, 38, 'D'),
('KG', 'KGZ', '417', 'AS', 41, 75, 'D'),
('KH', 'KHM', '116', 'AS', 13, 105, 'D'),
('KI', 'KIR', '296', 'AU', 1.25, 173, 'D'),
('KM', 'COM', '174', 'AF', -12.1, 44.15, 'D'),
('KN', 'KNA', '659', 'LA', 17.2, -62.45, 'D'),
('KP', 'PRK', '408', 'AS', 40, 127, 'D'),
('KR', 'KOR', '410', 'AS', 37, 127.3, 'D'),
('KW', 'KWT', '414', 'AS', 29.3, 45.45, 'D'),
('KY', 'CYM', '136', 'LA', 19.3, -80.3, 'D'),
('KZ', 'KAZ', '398', 'AS', 48, 68, 'D'),
('LA', 'LAO', '418', 'AS', 18, 105, 'D'),
('LB', 'LBN', '422', 'AS', 33.5, 35.5, 'D'),
('LC', 'LCA', '662', 'LA', 13.53, -60.68, 'D'),
('LI', 'LIE', '438', 'EU', 47.16, 9.32, 'D'),
('LK', 'LKA', '144', 'AS', 7, 81, 'D'),
('LR', 'LBR', '430', 'AF', 6.3, -9.3, 'D'),
('LS', 'LSO', '426', 'AF', -29.3, 28.3, 'D'),
('LT', 'LTU', '440', 'EU', 56, 24, 'D'),
('LU', 'LUX', '442', 'EU', 49.45, 6.1, 'D'),
('LV', 'LVA', '428', 'EU', 57, 25, 'D'),
('LY', 'LBY', '434', 'AF', 25, 17, 'D'),
('MA', 'MAR', '504', 'AF', 32, -5, 'D'),
('MC', 'MCO', '492', 'EU', 43.44, 7.24, 'D'),
('MD', 'MDA', '498', 'EU', 47, 29, 'D'),
('ME', 'MNE', '499', 'EU', 42.47, 19.28, 'D'),
('MG', 'MDG', '450', 'AF', -20, 47, 'D'),
('MH', 'MHL', '584', 'AU', 9, 168, 'D'),
('MK', 'MKD', '807', 'EU', 41.5, 22, 'D'),
('ML', 'MLI', '466', 'AF', 17, -4, 'D'),
('MM', 'MMR', '104', 'AS', 22, 98, 'D'),
('MN', 'MNG', '496', 'AS', 46, 105, 'D'),
('MO', 'MAC', '446', 'AS', 22.1, 113.33, 'D'),
('MP', 'MNP', '580', 'AU', 15.12, 145.45, 'D'),
('MQ', 'MTQ', '474', 'LA', 14.4, -61, 'D'),
('MR', 'MRT', '478', 'AF', 20, -12, 'D'),
('MS', 'MSR', '500', 'LA', 16.45, -62.12, 'D'),
('MT', 'MLT', '470', 'EU', 35.5, 14.35, 'D'),
('MU', 'MUS', '480', 'AF', -20.17, 57.33, 'D'),
('MV', 'MDV', '462', 'AS', 3.15, 73, 'D'),
('MW', 'MWI', '454', 'AF', -13.3, 34, 'D'),
('MX', 'MEX', '484', 'LA', 23, -102, 'D'),
('MY', 'MYS', '458', 'AS', 2.3, 112.3, 'D'),
('MZ', 'MOZ', '508', 'AF', -18.15, 35, 'D'),
('NA', 'NAM', '516', 'AF', -22, 17, 'D'),
('NC', 'NCL', '540', 'AU', -21.3, 165.3, 'D'),
('NE', 'NER', '562', 'AF', 16, 8, 'D'),
('NF', 'NFK', '574', 'AU', -29.02, 167.57, 'D'),
('NG', 'NGA', '566', 'AF', 10, 8, 'D'),
('NI', 'NIC', '558', 'LA', 13, -85, 'D'),
('NL', 'NLD', '528', 'EU', 52.3, 5.45, 'D'),
('NO', 'NOR', '578', 'EU', 62, 10, 'D'),
('NP', 'NPL', '524', 'AS', 28, 84, 'D'),
('NR', 'NRU', '520', 'AU', -0.32, 166.55, 'D'),
('NU', 'NIU', '570', 'AU', -19.02, -169.52, 'D'),
('NZ', 'NZL', '554', 'AU', -41, 174, 'D'),
('OM', 'OMN', '512', 'AS', 21, 57, 'D'),
('PA', 'PAN', '591', 'LA', 9, -80, 'D'),
('PE', 'PER', '604', 'LA', -10, -76, 'D'),
('PF', 'PYF', '258', 'AU', -15, -140, 'D'),
('PG', 'PNG', '598', 'AS', -6, 147, 'D'),
('PH', 'PHL', '608', 'AS', 13, 122, 'D'),
('PK', 'PAK', '586', 'AS', 30, 70, 'D'),
('PL', 'POL', '616', 'EU', 52, 20, 'D'),
('PM', 'SPM', '666', 'NA', 46.5, -56.2, 'D'),
('PN', 'PCN', '612', 'AU', -25.04, -130.06, 'D'),
('PR', 'PRI', '630', 'LA', 18.15, -66.3, 'D'),
('PS', 'PSE', '275', 'AS', 31.89, 34.9, 'D'),
('PT', 'PRT', '620', 'EU', 39.3, -8, 'D'),
('PW', 'PLW', '585', 'AU', 7.3, 134.3, 'D'),
('PY', 'PRY', '600', 'LA', -23, -58, 'D'),
('QA', 'QAT', '634', 'AS', 25.3, 51.15, 'D'),
('RE', 'REU', '638', 'AF', -21.06, 55.36, 'D'),
('RO', 'ROU', '642', 'EU', 46, 25, 'D'),
('RS', 'SRB', '688', 'EU', 44.02, 21.01, 'D'),
('RU', 'RUS', '643', 'EU', 60, 100, 'D'),
('RW', 'RWA', '646', 'AF', -2, 30, 'D'),
('SA', 'SAU', '682', 'AS', 25, 45, 'D'),
('SB', 'SLB', '090', 'AU', -8, 159, 'D'),
('SC', 'SYC', '690', 'AF', -4.35, 55.4, 'D'),
('SD', 'SDN', '736', 'AF', 15, 30, 'D'),
('SE', 'SWE', '752', 'EU', 62, 15, 'D'),
('SG', 'SGP', '702', 'AS', 1.22, 103.48, 'D'),
('SH', 'SHN', '654', 'AF', -15.56, -5.42, 'D'),
('SI', 'SVN', '705', 'EU', 46.07, 14.49, 'D'),
('SJ', 'SJM', '744', 'EU', 78, 20, 'D'),
('SK', 'SVK', '703', 'EU', 48.4, 19.3, 'D'),
('SL', 'SLE', '694', 'AF', 8.3, -11.3, 'D'),
('SM', 'SMR', '674', 'EU', 43.46, 12.25, 'D'),
('SN', 'SEN', '686', 'AF', 14, -14, 'D'),
('SO', 'SOM', '706', 'AF', 10, 49, 'D'),
('SR', 'SUR', '740', 'LA', 4, -56, 'D'),
('ST', 'STP', '678', 'AF', 1, 7, 'D'),
('SV', 'SLV', '222', 'LA', 13.5, -88.55, 'D'),
('SX', 'SXM', '534', 'LA', 18.07, -63.05, 'D'),
('SY', 'SYR', '760', 'AS', 35, 38, 'D'),
('SZ', 'SWZ', '748', 'AF', -26.3, 31.3, 'D'),
('TC', 'TCA', '796', 'LA', 21.45, -71.35, 'D'),
('TD', 'TCD', '148', 'AF', 15, 19, 'D'),
('TF', 'ATF', '260', 'AN', -43, 67, 'D'),
('TG', 'TGO', '768', 'AF', 8, 1.1, 'D'),
('TH', 'THA', '764', 'AS', 15, 100, 'D'),
('TJ', 'TJK', '762', 'AS', 39, 71, 'D'),
('TK', 'TKL', '772', 'AU', -9, -172, 'D'),
('TL', 'TLS', '626', 'AS', -8.5, 125.55, 'D'),
('TM', 'TKM', '795', 'AS', 40, 60, 'D'),
('TN', 'TUN', '788', 'AF', 34, 9, 'D'),
('TO', 'TON', '776', 'AU', -20, -175, 'D'),
('TR', 'TUR', '792', 'EU', 39, 35, 'D'),
('TT', 'TTO', '780', 'LA', 11, -61, 'D'),
('TV', 'TUV', '798', 'AU', -8, 178, 'D'),
('TW', 'TWN', '158', 'AS', 23.3, 121, 'D'),
('TZ', 'TZA', '834', 'AF', -6, 35, 'D'),
('UA', 'UKR', '804', 'EU', 49, 32, 'D'),
('UG', 'UGA', '800', 'AF', 1, 32, 'D'),
('US', 'USA', '840', 'NA', 38, -97, 'D'),
('UY', 'URY', '858', 'LA', -33, -56, 'D'),
('UZ', 'UZB', '860', 'AS', 41, 64, 'D'),
('VA', 'VAT', '336', 'EU', 41.54, 12.27, 'D'),
('VC', 'VCT', '670', 'LA', 13.15, -61.12, 'D'),
('VE', 'VEN', '862', 'LA', 8, -66, 'D'),
('VG', 'VGB', '092', 'LA', 18.2, -64.5, 'D'),
('VI', 'VIR', '850', 'LA', 18.2, -64.5, 'D'),
('VN', 'VNM', '704', 'AS', 16, 106, 'D'),
('VU', 'VUT', '548', 'AU', -16, 167, 'D'),
('WF', 'WLF', '876', 'AU', -13.18, -176.12, 'D'),
('WS', 'WSM', '685', 'AU', -13.35, -172.2, 'D'),
('YE', 'YEM', '887', 'AS', 15, 48, 'D'),
('YT', 'MYT', '175', 'AF', -12.5, 45.1, 'D'),
('ZA', 'ZAF', '710', 'AF', -29, 24, 'D'),
('ZM', 'ZMB', '894', 'AF', -15, 30, 'D'),
('ZR', 'ZAR', '180', 'AF', 0, 0, 'D'),
('ZW', 'ZWE', '716', 'AF', -20, 30, 'D');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_country_descriptions`
--

CREATE TABLE `partiushop_country_descriptions` (
  `code` char(2) NOT NULL DEFAULT '',
  `lang_code` char(2) NOT NULL DEFAULT '',
  `country` varchar(128) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_country_descriptions`
--

INSERT INTO `partiushop_country_descriptions` (`code`, `lang_code`, `country`) VALUES
('AD', 'da', 'Andorra'),
('AD', 'de', 'Andorra'),
('AD', 'el', 'Andorra'),
('AD', 'en', 'Andorra'),
('AD', 'es', 'Andorra'),
('AD', 'fr', 'Andorre'),
('AD', 'it', 'Andorra'),
('AD', 'nl', 'Andorra'),
('AD', 'no', 'Andorra'),
('AD', 'pt', 'Andorra'),
('AD', 'ro', 'Andorra'),
('AD', 'ru', 'Андорра'),
('AE', 'da', 'De Forenede Arabiske Emirater'),
('AE', 'de', 'United Arab Emirates'),
('AE', 'el', 'United Arab Emirates'),
('AE', 'en', 'United Arab Emirates'),
('AE', 'es', 'Emiratos Árabes Unidos'),
('AE', 'fr', 'Émirats arabes unis'),
('AE', 'it', 'United Arab Emirates'),
('AE', 'nl', 'Ver. Arabische Emiraten'),
('AE', 'no', 'United Arab Emirates'),
('AE', 'pt', 'United Arab Emirates'),
('AE', 'ro', 'Emiratele Arabe Unite'),
('AE', 'ru', 'Объединенные Арабские Эмираты(ОАЭ)'),
('AF', 'da', 'Belarus'),
('AF', 'de', 'Afghanistan'),
('AF', 'el', 'Afghanistan'),
('AF', 'en', 'Afghanistan'),
('AF', 'es', 'Afganistán'),
('AF', 'fr', 'Afghanistan'),
('AF', 'it', 'Afghanistan'),
('AF', 'nl', 'Afghanistan'),
('AF', 'no', 'Afghanistan'),
('AF', 'pt', 'Afghanistan'),
('AF', 'ro', 'Afganistan'),
('AF', 'ru', 'Афганистан'),
('AG', 'da', 'Antigua og Barbuda'),
('AG', 'de', 'Antigua and Barbuda'),
('AG', 'el', 'Antigua and Barbuda'),
('AG', 'en', 'Antigua and Barbuda'),
('AG', 'es', 'Antigua y Barbuda'),
('AG', 'fr', 'Antigua-et-Barbuda'),
('AG', 'it', 'Antigua and Barbuda'),
('AG', 'nl', 'Antigua and Barbuda'),
('AG', 'no', 'Antigua and Barbuda'),
('AG', 'pt', 'Antigua and Barbuda'),
('AG', 'ro', 'Antigua și Barbuda'),
('AG', 'ru', 'Антигуа и Барбуда'),
('AI', 'da', 'Anguilla'),
('AI', 'de', 'Anguilla'),
('AI', 'el', 'Anguilla'),
('AI', 'en', 'Anguilla'),
('AI', 'es', 'Anguila'),
('AI', 'fr', 'Anguilla'),
('AI', 'it', 'Anguilla'),
('AI', 'nl', 'Anguilla'),
('AI', 'no', 'Anguilla'),
('AI', 'pt', 'Anguilla'),
('AI', 'ro', 'Anguilla'),
('AI', 'ru', 'Ангилья'),
('AL', 'da', 'Albanien'),
('AL', 'de', 'Albania'),
('AL', 'el', 'Albania'),
('AL', 'en', 'Albania'),
('AL', 'es', 'Albania'),
('AL', 'fr', 'Albanie'),
('AL', 'it', 'Albania'),
('AL', 'nl', 'Albanie'),
('AL', 'no', 'Albania'),
('AL', 'pt', 'Albania'),
('AL', 'ro', 'Albania'),
('AL', 'ru', 'Албания'),
('AM', 'da', 'Armenien'),
('AM', 'de', 'Armenia'),
('AM', 'el', 'Armenia'),
('AM', 'en', 'Armenia'),
('AM', 'es', 'Armenia'),
('AM', 'fr', 'Arménie'),
('AM', 'it', 'Armenia'),
('AM', 'nl', 'Armenie'),
('AM', 'no', 'Armenia'),
('AM', 'pt', 'Armenia'),
('AM', 'ro', 'Armenia'),
('AM', 'ru', 'Армения'),
('AO', 'da', 'Angola'),
('AO', 'de', 'Angola'),
('AO', 'el', 'Angola'),
('AO', 'en', 'Angola'),
('AO', 'es', 'Angola'),
('AO', 'fr', 'Angola'),
('AO', 'it', 'Angola'),
('AO', 'nl', 'Angola'),
('AO', 'no', 'Angola'),
('AO', 'pt', 'Angola'),
('AO', 'ro', 'Angola'),
('AO', 'ru', 'Ангола'),
('AP', 'da', 'Asia-Pacific'),
('AP', 'de', 'Asia-Pacific'),
('AP', 'el', 'Asia-Pacific'),
('AP', 'en', 'Asia-Pacific'),
('AP', 'es', 'Asia-Pacific'),
('AP', 'fr', 'Asie-Pacifique'),
('AP', 'it', 'Asia-Pacific'),
('AP', 'nl', 'Asia-Pacific'),
('AP', 'no', 'Asia-Pacific'),
('AP', 'pt', 'Asia-Pacific'),
('AP', 'ro', 'Asia-Pacifică'),
('AP', 'ru', 'Азиатско-Тихоокеанский регион'),
('AQ', 'da', 'Antarktis'),
('AQ', 'de', 'Antarctica'),
('AQ', 'el', 'Antarctica'),
('AQ', 'en', 'Antarctica'),
('AQ', 'es', 'Antártida'),
('AQ', 'fr', 'Antarctique'),
('AQ', 'it', 'Antarctica'),
('AQ', 'nl', 'Antarctica'),
('AQ', 'no', 'Antarctica'),
('AQ', 'pt', 'Antarctica'),
('AQ', 'ro', 'Antarctica'),
('AQ', 'ru', 'Антарктида'),
('AR', 'da', 'Argentina'),
('AR', 'de', 'Argentina'),
('AR', 'el', 'Argentina'),
('AR', 'en', 'Argentina'),
('AR', 'es', 'Argentina'),
('AR', 'fr', 'Argentine'),
('AR', 'it', 'Argentina'),
('AR', 'nl', 'Argentinie'),
('AR', 'no', 'Argentina'),
('AR', 'pt', 'Argentina'),
('AR', 'ro', 'Argentina'),
('AR', 'ru', 'Аргентина'),
('AS', 'da', 'American Samoa'),
('AS', 'de', 'American Samoa'),
('AS', 'el', 'American Samoa'),
('AS', 'en', 'American Samoa'),
('AS', 'es', 'Samoa Americana'),
('AS', 'fr', 'Samoa américaines'),
('AS', 'it', 'American Samoa'),
('AS', 'nl', 'American Samoa'),
('AS', 'no', 'American Samoa'),
('AS', 'pt', 'American Samoa'),
('AS', 'ro', 'Samoa Americană'),
('AS', 'ru', 'Американское Самоа'),
('AT', 'da', 'Østrig'),
('AT', 'de', 'Austria'),
('AT', 'el', 'Austria'),
('AT', 'en', 'Austria'),
('AT', 'es', 'Austria'),
('AT', 'fr', 'Autriche'),
('AT', 'it', 'Austria'),
('AT', 'nl', 'Oostenrijk'),
('AT', 'no', 'Austria'),
('AT', 'pt', 'Austria'),
('AT', 'ro', 'Austria'),
('AT', 'ru', 'Австрия'),
('AU', 'da', 'Australia'),
('AU', 'de', 'Australia'),
('AU', 'el', 'Australia'),
('AU', 'en', 'Australia'),
('AU', 'es', 'Australia'),
('AU', 'fr', 'Australie'),
('AU', 'it', 'Australia'),
('AU', 'nl', 'Australie'),
('AU', 'no', 'Australia'),
('AU', 'pt', 'Australia'),
('AU', 'ro', 'Australia'),
('AU', 'ru', 'Австралия'),
('AW', 'da', 'Aruba'),
('AW', 'de', 'Aruba'),
('AW', 'el', 'Aruba'),
('AW', 'en', 'Aruba'),
('AW', 'es', 'Aruba'),
('AW', 'fr', 'Aruba'),
('AW', 'it', 'Aruba'),
('AW', 'nl', 'Aruba'),
('AW', 'no', 'Aruba'),
('AW', 'pt', 'Aruba'),
('AW', 'ro', 'Aruba'),
('AW', 'ru', 'Аруба'),
('AX', 'da', 'Åland'),
('AX', 'de', 'Aland Islands'),
('AX', 'el', 'Aland Islands'),
('AX', 'en', 'Aland Islands'),
('AX', 'es', 'Åland'),
('AX', 'fr', 'Îles Aland'),
('AX', 'it', 'Aland Islands'),
('AX', 'nl', 'Aland Islands'),
('AX', 'no', 'Aland Islands'),
('AX', 'pt', 'Aland Islands'),
('AX', 'ro', 'Insulele Aland'),
('AX', 'ru', 'Аландские острова'),
('AZ', 'da', 'Aserbajdsjan'),
('AZ', 'de', 'Azerbaijan'),
('AZ', 'el', 'Azerbaijan'),
('AZ', 'en', 'Azerbaijan'),
('AZ', 'es', 'Azerbaiyán'),
('AZ', 'fr', 'Azerbaïdjan'),
('AZ', 'it', 'Azerbaijan'),
('AZ', 'nl', 'Azerbaijan'),
('AZ', 'no', 'Azerbaijan'),
('AZ', 'pt', 'Azerbaijan'),
('AZ', 'ro', 'Azerbaijan'),
('AZ', 'ru', 'Азербайджан'),
('BA', 'da', 'Bosnien og Hercegovina'),
('BA', 'de', 'Bosnia and Herzegovina'),
('BA', 'el', 'Bosnia and Herzegovina'),
('BA', 'en', 'Bosnia and Herzegovina'),
('BA', 'es', 'Bosnia y Herzegovina'),
('BA', 'fr', 'Bosnie-Herzégovine'),
('BA', 'it', 'Bosnia and Herzegovina'),
('BA', 'nl', 'Bosnia and Herzegovina'),
('BA', 'no', 'Bosnia and Herzegovina'),
('BA', 'pt', 'Bosnia and Herzegovina'),
('BA', 'ro', 'Bosnia şi Herţegovina'),
('BA', 'ru', 'Босния и Герцеговина'),
('BB', 'da', 'Barbados'),
('BB', 'de', 'Barbados'),
('BB', 'el', 'Barbados'),
('BB', 'en', 'Barbados'),
('BB', 'es', 'Barbados'),
('BB', 'fr', 'Barbade'),
('BB', 'it', 'Barbados'),
('BB', 'nl', 'Barbados'),
('BB', 'no', 'Barbados'),
('BB', 'pt', 'Barbados'),
('BB', 'ro', 'Barbados'),
('BB', 'ru', 'Барбадос'),
('BD', 'da', 'Bangladesh'),
('BD', 'de', 'Bangladesh'),
('BD', 'el', 'Bangladesh'),
('BD', 'en', 'Bangladesh'),
('BD', 'es', 'Bangladesh'),
('BD', 'fr', 'Bangladesh'),
('BD', 'it', 'Bangladesh'),
('BD', 'nl', 'Bangladesh'),
('BD', 'no', 'Bangladesh'),
('BD', 'pt', 'Bangladesh'),
('BD', 'ro', 'Bangladesh'),
('BD', 'ru', 'Бангладеш'),
('BE', 'da', 'Belgien'),
('BE', 'de', 'Belgium'),
('BE', 'el', 'Belgium'),
('BE', 'en', 'Belgium'),
('BE', 'es', 'Bélgica'),
('BE', 'fr', 'Belgique'),
('BE', 'it', 'Belgium'),
('BE', 'nl', 'Belgie'),
('BE', 'no', 'Belgium'),
('BE', 'pt', 'Belgium'),
('BE', 'ro', 'Belgia'),
('BE', 'ru', 'Бельгия'),
('BF', 'da', 'Burkina Faso'),
('BF', 'de', 'Burkina Faso'),
('BF', 'el', 'Burkina Faso'),
('BF', 'en', 'Burkina Faso'),
('BF', 'es', 'Burkina Faso'),
('BF', 'fr', 'Burkina Faso'),
('BF', 'it', 'Burkina Faso'),
('BF', 'nl', 'Burkina Faso'),
('BF', 'no', 'Burkina Faso'),
('BF', 'pt', 'Burkina Faso'),
('BF', 'ro', 'Burkina Faso'),
('BF', 'ru', 'Буркина-Фасо'),
('BG', 'da', 'Bulgarien'),
('BG', 'de', 'Bulgaria'),
('BG', 'el', 'Bulgaria'),
('BG', 'en', 'Bulgaria'),
('BG', 'es', 'Bulgaria'),
('BG', 'fr', 'Bulgarie'),
('BG', 'it', 'Bulgaria'),
('BG', 'nl', 'Bulgarije'),
('BG', 'no', 'Bulgaria'),
('BG', 'pt', 'Bulgaria'),
('BG', 'ro', 'Bulgaria'),
('BG', 'ru', 'Болгария'),
('BH', 'da', 'Bahrain'),
('BH', 'de', 'Bahrain'),
('BH', 'el', 'Bahrain'),
('BH', 'en', 'Bahrain'),
('BH', 'es', 'Bahréin'),
('BH', 'fr', 'Bahreïn'),
('BH', 'it', 'Bahrain'),
('BH', 'nl', 'Bahrain'),
('BH', 'no', 'Bahrain'),
('BH', 'pt', 'Bahrain'),
('BH', 'ro', 'Bahrain'),
('BH', 'ru', 'Бахрейн'),
('BI', 'da', 'Burundi'),
('BI', 'de', 'Burundi'),
('BI', 'el', 'Burundi'),
('BI', 'en', 'Burundi'),
('BI', 'es', 'Burundi'),
('BI', 'fr', 'Burundi'),
('BI', 'it', 'Burundi'),
('BI', 'nl', 'Burundi'),
('BI', 'no', 'Burundi'),
('BI', 'pt', 'Burundi'),
('BI', 'ro', 'Burundi'),
('BI', 'ru', 'Бурунди'),
('BJ', 'da', 'Benin'),
('BJ', 'de', 'Benin'),
('BJ', 'el', 'Benin'),
('BJ', 'en', 'Benin'),
('BJ', 'es', 'Benín'),
('BJ', 'fr', 'Benin'),
('BJ', 'it', 'Benin'),
('BJ', 'nl', 'Benin'),
('BJ', 'no', 'Benin'),
('BJ', 'pt', 'Benin'),
('BJ', 'ro', 'Benin'),
('BJ', 'ru', 'Бенин'),
('BM', 'da', 'Bermuda'),
('BM', 'de', 'Bermuda'),
('BM', 'el', 'Bermuda'),
('BM', 'en', 'Bermuda'),
('BM', 'es', 'Bermudas'),
('BM', 'fr', 'Bermuda'),
('BM', 'it', 'Bermuda'),
('BM', 'nl', 'Bermuda'),
('BM', 'no', 'Bermuda'),
('BM', 'pt', 'Bermuda'),
('BM', 'ro', 'Insulele Bermude'),
('BM', 'ru', 'Бермуды'),
('BN', 'da', 'Brunei'),
('BN', 'de', 'Brunei Darussalam'),
('BN', 'el', 'Brunei Darussalam'),
('BN', 'en', 'Brunei Darussalam'),
('BN', 'es', 'Brunéi'),
('BN', 'fr', 'Brunei'),
('BN', 'it', 'Brunei Darussalam'),
('BN', 'nl', 'Brunei Darussalam'),
('BN', 'no', 'Brunei Darussalam'),
('BN', 'pt', 'Brunei Darussalam'),
('BN', 'ro', 'Brunei Darussalam'),
('BN', 'ru', 'Бруней Даруссалам'),
('BO', 'da', 'Bolivia'),
('BO', 'de', 'Bolivia'),
('BO', 'el', 'Bolivia'),
('BO', 'en', 'Bolivia'),
('BO', 'es', 'Bolivia'),
('BO', 'fr', 'Bolivie'),
('BO', 'it', 'Bolivia'),
('BO', 'nl', 'Bolivie'),
('BO', 'no', 'Bolivia'),
('BO', 'pt', 'Bolivia'),
('BO', 'ro', 'Bolivia'),
('BO', 'ru', 'Боливия'),
('BR', 'da', 'Brazil'),
('BR', 'de', 'Brazil'),
('BR', 'el', 'Brazil'),
('BR', 'en', 'Brazil'),
('BR', 'es', 'Brasil'),
('BR', 'fr', 'Brésil'),
('BR', 'it', 'Brazil'),
('BR', 'nl', 'Brazilie'),
('BR', 'no', 'Brazil'),
('BR', 'pt', 'Brasil'),
('BR', 'ro', 'Brazilia'),
('BR', 'ru', 'Бразилия'),
('BS', 'da', 'Bahamas'),
('BS', 'de', 'Bahamas'),
('BS', 'el', 'Bahamas'),
('BS', 'en', 'Bahamas'),
('BS', 'es', 'Bahamas'),
('BS', 'fr', 'Bahamas'),
('BS', 'it', 'Bahamas'),
('BS', 'nl', 'Bahamas'),
('BS', 'no', 'Bahamas'),
('BS', 'pt', 'Bahamas'),
('BS', 'ro', 'Bahamas'),
('BS', 'ru', 'Багамские острова'),
('BT', 'da', 'Bhutan'),
('BT', 'de', 'Bhutan'),
('BT', 'el', 'Bhutan'),
('BT', 'en', 'Bhutan'),
('BT', 'es', 'Bután'),
('BT', 'fr', 'Bhoutan'),
('BT', 'it', 'Bhutan'),
('BT', 'nl', 'Bhutan'),
('BT', 'no', 'Bhutan'),
('BT', 'pt', 'Bhutan'),
('BT', 'ro', 'Bhutan'),
('BT', 'ru', 'Бутан'),
('BV', 'da', 'bouvetøen'),
('BV', 'de', 'Bouvet Island'),
('BV', 'el', 'Bouvet Island'),
('BV', 'en', 'Bouvet Island'),
('BV', 'es', 'Isla Bouvet'),
('BV', 'fr', 'Île Bouvet'),
('BV', 'it', 'Bouvet Island'),
('BV', 'nl', 'Bouvet Eiland'),
('BV', 'no', 'Bouvet Island'),
('BV', 'pt', 'Bouvet Island'),
('BV', 'ro', 'Insula Bouvet'),
('BV', 'ru', 'остров Буве'),
('BW', 'da', 'Botswana'),
('BW', 'de', 'Botswana'),
('BW', 'el', 'Botswana'),
('BW', 'en', 'Botswana'),
('BW', 'es', 'Botsuana'),
('BW', 'fr', 'Botswana'),
('BW', 'it', 'Botswana'),
('BW', 'nl', 'Botswana'),
('BW', 'no', 'Botswana'),
('BW', 'pt', 'Botswana'),
('BW', 'ro', 'Botswana'),
('BW', 'ru', 'Ботсвана'),
('BY', 'da', 'Belarus'),
('BY', 'de', 'Belarus'),
('BY', 'el', 'Belarus'),
('BY', 'en', 'Belarus'),
('BY', 'es', 'Bielorrusia'),
('BY', 'fr', 'Biélorussie'),
('BY', 'it', 'Belarus'),
('BY', 'nl', 'Wit Rusland'),
('BY', 'no', 'Belarus'),
('BY', 'pt', 'Belarus'),
('BY', 'ro', 'Belarus'),
('BY', 'ru', 'Беларусь'),
('BZ', 'da', 'Belize'),
('BZ', 'de', 'Belize'),
('BZ', 'el', 'Belize'),
('BZ', 'en', 'Belize'),
('BZ', 'es', 'Belice'),
('BZ', 'fr', 'Belize'),
('BZ', 'it', 'Belize'),
('BZ', 'nl', 'Belize'),
('BZ', 'no', 'Belize'),
('BZ', 'pt', 'Belize'),
('BZ', 'ro', 'Belize'),
('BZ', 'ru', 'Белиз'),
('CA', 'da', 'Canada'),
('CA', 'de', 'Canada'),
('CA', 'el', 'Canada'),
('CA', 'en', 'Canada'),
('CA', 'es', 'Canadá'),
('CA', 'fr', 'Canada'),
('CA', 'it', 'Canada'),
('CA', 'nl', 'Canada'),
('CA', 'no', 'Canada'),
('CA', 'pt', 'Canada'),
('CA', 'ro', 'Canada'),
('CA', 'ru', 'Канада'),
('CC', 'da', 'Cocos (Keeling)'),
('CC', 'de', 'Cocos (Keeling) Islands'),
('CC', 'el', 'Cocos (Keeling) Islands'),
('CC', 'en', 'Cocos (Keeling) Islands'),
('CC', 'es', 'Islas Cocos'),
('CC', 'fr', 'Îles Cocos'),
('CC', 'it', 'Cocos (Keeling) Islands'),
('CC', 'nl', 'Cocos (Keeling) Eilanden'),
('CC', 'no', 'Cocos (Keeling) Islands'),
('CC', 'pt', 'Cocos (Keeling) Islands'),
('CC', 'ro', 'Insulele Cocos (Keeling)'),
('CC', 'ru', 'Кокосовые острова(острова Килинг)'),
('CD', 'da', 'Den Demokratiske Republik Congo'),
('CD', 'de', 'Democratic Republic of Congo'),
('CD', 'el', 'Democratic Republic of Congo'),
('CD', 'en', 'Democratic Republic of Congo'),
('CD', 'es', 'República Democrática del Congo'),
('CD', 'fr', 'République démocratique du Congo'),
('CD', 'it', 'Democratic Republic of Congo'),
('CD', 'nl', 'Democratic Republic of Congo'),
('CD', 'no', 'Democratic Republic of Congo'),
('CD', 'pt', 'Democratic Republic of Congo'),
('CD', 'ro', 'Republica Democratică Congo'),
('CD', 'ru', 'Демократическая республика Конго'),
('CF', 'da', 'Den Centralafrikanske Republik'),
('CF', 'de', 'Central African Republic'),
('CF', 'el', 'Central African Republic'),
('CF', 'en', 'Central African Republic'),
('CF', 'es', 'República Centroafricana'),
('CF', 'fr', 'République centrafricaine'),
('CF', 'it', 'Central African Republic'),
('CF', 'nl', 'Central African Republiek'),
('CF', 'no', 'Central African Republic'),
('CF', 'pt', 'Central African Republic'),
('CF', 'ro', 'Republica Centrală a Africii'),
('CF', 'ru', 'Центральноафриканская Республика'),
('CG', 'da', 'Congo'),
('CG', 'de', 'Congo'),
('CG', 'el', 'Congo'),
('CG', 'en', 'Congo'),
('CG', 'es', 'República del Congo'),
('CG', 'fr', 'Congo'),
('CG', 'it', 'Congo'),
('CG', 'nl', 'Congo'),
('CG', 'no', 'Congo'),
('CG', 'pt', 'Congo'),
('CG', 'ro', 'Congo'),
('CG', 'ru', 'Конго'),
('CH', 'da', 'Schweiz'),
('CH', 'de', 'Switzerland'),
('CH', 'el', 'Switzerland'),
('CH', 'en', 'Switzerland'),
('CH', 'es', 'Suiza'),
('CH', 'fr', 'Suisse'),
('CH', 'it', 'Switzerland'),
('CH', 'nl', 'Zwitserland'),
('CH', 'no', 'Switzerland'),
('CH', 'pt', 'Switzerland'),
('CH', 'ro', 'Elveția'),
('CH', 'ru', 'Швейцария'),
('CI', 'da', 'Cote Ivoire '),
('CI', 'de', 'Cote D\'ivoire'),
('CI', 'el', 'Cote D\'ivoire'),
('CI', 'en', 'Cote D\'ivoire'),
('CI', 'es', 'Costa de Marfil'),
('CI', 'fr', 'Cote D\'ivoire'),
('CI', 'it', 'Cote D\'ivoire'),
('CI', 'nl', 'Ivoorkust'),
('CI', 'no', 'Cote D\'ivoire'),
('CI', 'pt', 'Cote D\'ivoire'),
('CI', 'ro', 'Coasta de Fildeș'),
('CI', 'ru', 'Кот-д\' Ивуар'),
('CK', 'da', 'Cook Islands'),
('CK', 'de', 'Cook Islands'),
('CK', 'el', 'Cook Islands'),
('CK', 'en', 'Cook Islands'),
('CK', 'es', 'Islas Cook'),
('CK', 'fr', 'Îles Cook'),
('CK', 'it', 'Cook Islands'),
('CK', 'nl', 'Cook Eilanden'),
('CK', 'no', 'Cook Islands'),
('CK', 'pt', 'Cook Islands'),
('CK', 'ro', 'Insulele Cook'),
('CK', 'ru', 'острова Кука'),
('CL', 'da', 'Chile'),
('CL', 'de', 'Chile'),
('CL', 'el', 'Chile'),
('CL', 'en', 'Chile'),
('CL', 'es', 'Chile'),
('CL', 'fr', 'Chili'),
('CL', 'it', 'Chile'),
('CL', 'nl', 'Chili'),
('CL', 'no', 'Chile'),
('CL', 'pt', 'Chile'),
('CL', 'ro', 'Chile'),
('CL', 'ru', 'Чили'),
('CM', 'da', 'Cameroun'),
('CM', 'de', 'Cameroon'),
('CM', 'el', 'Cameroon'),
('CM', 'en', 'Cameroon'),
('CM', 'es', 'Camerún'),
('CM', 'fr', 'Cameroun'),
('CM', 'it', 'Cameroon'),
('CM', 'nl', 'Kameroen'),
('CM', 'no', 'Cameroon'),
('CM', 'pt', 'Cameroon'),
('CM', 'ro', 'Camerun'),
('CM', 'ru', 'Камерун'),
('CN', 'da', 'China'),
('CN', 'de', 'China'),
('CN', 'el', 'China'),
('CN', 'en', 'China'),
('CN', 'es', 'China'),
('CN', 'fr', 'Chine'),
('CN', 'it', 'China'),
('CN', 'nl', 'China'),
('CN', 'no', 'China'),
('CN', 'pt', 'China'),
('CN', 'ro', 'China'),
('CN', 'ru', 'Китай'),
('CO', 'da', 'Colombia'),
('CO', 'de', 'Colombia'),
('CO', 'el', 'Colombia'),
('CO', 'en', 'Colombia'),
('CO', 'es', 'Colombia'),
('CO', 'fr', 'Colombie'),
('CO', 'it', 'Colombia'),
('CO', 'nl', 'Colombia'),
('CO', 'no', 'Colombia'),
('CO', 'pt', 'Colombia'),
('CO', 'ro', 'Columbia'),
('CO', 'ru', 'Колумбия'),
('CR', 'da', 'Costa Rica'),
('CR', 'de', 'Costa Rica'),
('CR', 'el', 'Costa Rica'),
('CR', 'en', 'Costa Rica'),
('CR', 'es', 'Costa Rica'),
('CR', 'fr', 'Costa Rica'),
('CR', 'it', 'Costa Rica'),
('CR', 'nl', 'Costa Rica'),
('CR', 'no', 'Costa Rica'),
('CR', 'pt', 'Costa Rica'),
('CR', 'ro', 'Costa Rica'),
('CR', 'ru', 'Коста-Рика'),
('CS', 'da', 'Serbien'),
('CS', 'de', 'Serbia'),
('CS', 'el', 'Serbia'),
('CS', 'en', 'Serbia'),
('CS', 'es', 'Serbia'),
('CS', 'fr', 'Serbie'),
('CS', 'it', 'Serbia'),
('CS', 'nl', 'Serbia'),
('CS', 'no', 'Serbia'),
('CS', 'pt', 'Serbia'),
('CS', 'ro', 'Serbia'),
('CS', 'ru', 'Сербия'),
('CU', 'da', 'Cuba'),
('CU', 'de', 'Cuba'),
('CU', 'el', 'Cuba'),
('CU', 'en', 'Cuba'),
('CU', 'es', 'Cuba'),
('CU', 'fr', 'Cuba'),
('CU', 'it', 'Cuba'),
('CU', 'nl', 'Cuba'),
('CU', 'no', 'Cuba'),
('CU', 'pt', 'Cuba'),
('CU', 'ro', 'Cuba'),
('CU', 'ru', 'Куба'),
('CV', 'da', 'Kap Verde'),
('CV', 'de', 'Cape Verde'),
('CV', 'el', 'Cape Verde'),
('CV', 'en', 'Cape Verde'),
('CV', 'es', 'Cabo Verde'),
('CV', 'fr', 'Cap-Vert'),
('CV', 'it', 'Cape Verde'),
('CV', 'nl', 'Kaap Verde'),
('CV', 'no', 'Cape Verde'),
('CV', 'pt', 'Cape Verde'),
('CV', 'ro', 'Capul Verde'),
('CV', 'ru', 'Кабо-Верде'),
('CW', 'da', 'Curaçao'),
('CW', 'de', 'Curaçao'),
('CW', 'el', 'Curaçao'),
('CW', 'en', 'Curaçao'),
('CW', 'es', 'Curaçao'),
('CW', 'fr', 'Curaçao'),
('CW', 'it', 'Curaçao'),
('CW', 'nl', 'Curaçao'),
('CW', 'no', 'Curaçao'),
('CW', 'pt', 'Curaçao'),
('CW', 'ro', 'Curaçao'),
('CW', 'ru', 'Кюрасао'),
('CX', 'da', 'Christmas Island'),
('CX', 'de', 'Christmas Island'),
('CX', 'el', 'Christmas Island'),
('CX', 'en', 'Christmas Island'),
('CX', 'es', 'Isla de Navidad'),
('CX', 'fr', 'Île Christmas'),
('CX', 'it', 'Christmas Island'),
('CX', 'nl', 'Christmas Eiland'),
('CX', 'no', 'Christmas Island'),
('CX', 'pt', 'Christmas Island'),
('CX', 'ro', 'Insula Christmas'),
('CX', 'ru', 'остров Рождества'),
('CY', 'da', 'Cypern'),
('CY', 'de', 'Cyprus'),
('CY', 'el', 'Cyprus'),
('CY', 'en', 'Cyprus'),
('CY', 'es', 'Chipre'),
('CY', 'fr', 'Chypre'),
('CY', 'it', 'Cyprus'),
('CY', 'nl', 'Cyprus'),
('CY', 'no', 'Cyprus'),
('CY', 'pt', 'Cyprus'),
('CY', 'ro', 'Cipru'),
('CY', 'ru', 'Кипр'),
('CZ', 'da', 'Tjekkiet'),
('CZ', 'de', 'Czech Republic'),
('CZ', 'el', 'Czech Republic'),
('CZ', 'en', 'Czech Republic'),
('CZ', 'es', 'República Checa'),
('CZ', 'fr', 'République tchèque'),
('CZ', 'it', 'Czech Republic'),
('CZ', 'nl', 'Tsjechie'),
('CZ', 'no', 'Czech Republic'),
('CZ', 'pt', 'Czech Republic'),
('CZ', 'ro', 'Republica Cehă'),
('CZ', 'ru', 'Чехия'),
('DE', 'da', 'Tyskland'),
('DE', 'de', 'Germany'),
('DE', 'el', 'Germany'),
('DE', 'en', 'Germany'),
('DE', 'es', 'Alemania'),
('DE', 'fr', 'Allemagne'),
('DE', 'it', 'Germany'),
('DE', 'nl', 'Duitsland'),
('DE', 'no', 'Germany'),
('DE', 'pt', 'Germany'),
('DE', 'ro', 'Germania'),
('DE', 'ru', 'Германия'),
('DJ', 'da', 'Djibouti'),
('DJ', 'de', 'Djibouti'),
('DJ', 'el', 'Djibouti'),
('DJ', 'en', 'Djibouti'),
('DJ', 'es', 'Yibuti'),
('DJ', 'fr', 'Djibouti'),
('DJ', 'it', 'Djibouti'),
('DJ', 'nl', 'Djibouti'),
('DJ', 'no', 'Djibouti'),
('DJ', 'pt', 'Djibouti'),
('DJ', 'ro', 'Djibouti'),
('DJ', 'ru', 'Джибути'),
('DK', 'da', 'Danmark'),
('DK', 'de', 'Denmark'),
('DK', 'el', 'Denmark'),
('DK', 'en', 'Denmark'),
('DK', 'es', 'Dinamarca'),
('DK', 'fr', 'Danemark'),
('DK', 'it', 'Denmark'),
('DK', 'nl', 'Denemarken'),
('DK', 'no', 'Denmark'),
('DK', 'pt', 'Denmark'),
('DK', 'ro', 'Danemarca'),
('DK', 'ru', 'Дания'),
('DM', 'da', 'Dominica'),
('DM', 'de', 'Dominica'),
('DM', 'el', 'Dominica'),
('DM', 'en', 'Dominica'),
('DM', 'es', 'Dominica'),
('DM', 'fr', 'Dominique'),
('DM', 'it', 'Dominica'),
('DM', 'nl', 'Dominica'),
('DM', 'no', 'Dominica'),
('DM', 'pt', 'Dominica'),
('DM', 'ro', 'Dominica'),
('DM', 'ru', 'Доминика'),
('DO', 'da', 'Den Dominikanske Republik'),
('DO', 'de', 'Dominican Republic'),
('DO', 'el', 'Dominican Republic'),
('DO', 'en', 'Dominican Republic'),
('DO', 'es', 'República Dominicana'),
('DO', 'fr', 'République dominicaine'),
('DO', 'it', 'Dominican Republic'),
('DO', 'nl', 'Dominicaanse Republiek'),
('DO', 'no', 'Dominican Republic'),
('DO', 'pt', 'Dominican Republic'),
('DO', 'ro', 'Republica Dominicană'),
('DO', 'ru', 'Доминиканская Республика'),
('DZ', 'da', 'Algeriet'),
('DZ', 'de', 'Algeria'),
('DZ', 'el', 'Algeria'),
('DZ', 'en', 'Algeria'),
('DZ', 'es', 'Argelia'),
('DZ', 'fr', 'Algérie'),
('DZ', 'it', 'Algeria'),
('DZ', 'nl', 'Algerije'),
('DZ', 'no', 'Algeria'),
('DZ', 'pt', 'Algeria'),
('DZ', 'ro', 'Algeria'),
('DZ', 'ru', 'Алжир'),
('EC', 'da', 'Ecuador'),
('EC', 'de', 'Ecuador'),
('EC', 'el', 'Ecuador'),
('EC', 'en', 'Ecuador'),
('EC', 'es', 'Ecuador'),
('EC', 'fr', 'Équateur'),
('EC', 'it', 'Ecuador'),
('EC', 'nl', 'Ecuador'),
('EC', 'no', 'Ecuador'),
('EC', 'pt', 'Ecuador'),
('EC', 'ro', 'Ecuador'),
('EC', 'ru', 'Эквадор'),
('EE', 'da', 'Estonia'),
('EE', 'de', 'Estonia'),
('EE', 'el', 'Estonia'),
('EE', 'en', 'Estonia'),
('EE', 'es', 'Estonia'),
('EE', 'fr', 'Estonie'),
('EE', 'it', 'Estonia'),
('EE', 'nl', 'Estonia'),
('EE', 'no', 'Estonia'),
('EE', 'pt', 'Estonia'),
('EE', 'ro', 'Estonia'),
('EE', 'ru', 'Эстония'),
('EG', 'da', 'Egypten'),
('EG', 'de', 'Egypt'),
('EG', 'el', 'Egypt'),
('EG', 'en', 'Egypt'),
('EG', 'es', 'Egipto'),
('EG', 'fr', 'Égypte'),
('EG', 'it', 'Egypt'),
('EG', 'nl', 'Egypte'),
('EG', 'no', 'Egypt'),
('EG', 'pt', 'Egypt'),
('EG', 'ro', 'Egipt'),
('EG', 'ru', 'Египт'),
('EH', 'da', 'Vestsahara'),
('EH', 'de', 'Western Sahara'),
('EH', 'el', 'Western Sahara'),
('EH', 'en', 'Western Sahara'),
('EH', 'es', 'Sahara Occidental'),
('EH', 'fr', 'Sahara occidental'),
('EH', 'it', 'Western Sahara'),
('EH', 'nl', 'West Sahara'),
('EH', 'no', 'Western Sahara'),
('EH', 'pt', 'Western Sahara'),
('EH', 'ro', 'Sahara Occidentală'),
('EH', 'ru', 'Западная Сахара'),
('ER', 'da', 'Eritrea'),
('ER', 'de', 'Eritrea'),
('ER', 'el', 'Eritrea'),
('ER', 'en', 'Eritrea'),
('ER', 'es', 'Eritrea'),
('ER', 'fr', 'Érythrée'),
('ER', 'it', 'Eritrea'),
('ER', 'nl', 'Eritrea'),
('ER', 'no', 'Eritrea'),
('ER', 'pt', 'Eritrea'),
('ER', 'ro', 'Eritreea'),
('ER', 'ru', 'Эритрея'),
('ES', 'da', 'Spanien'),
('ES', 'de', 'Spain'),
('ES', 'el', 'Spain'),
('ES', 'en', 'Spain'),
('ES', 'es', 'España'),
('ES', 'fr', 'Espagne'),
('ES', 'it', 'Spain'),
('ES', 'nl', 'Spanje'),
('ES', 'no', 'Spain'),
('ES', 'pt', 'Spain'),
('ES', 'ro', 'Spania'),
('ES', 'ru', 'Испания'),
('ET', 'da', 'Etiopien'),
('ET', 'de', 'Ethiopia'),
('ET', 'el', 'Ethiopia'),
('ET', 'en', 'Ethiopia'),
('ET', 'es', 'Etiopía'),
('ET', 'fr', 'Éthiopie'),
('ET', 'it', 'Ethiopia'),
('ET', 'nl', 'Ethiopia'),
('ET', 'no', 'Ethiopia'),
('ET', 'pt', 'Ethiopia'),
('ET', 'ro', 'Etiopia'),
('ET', 'ru', 'Эфиопия'),
('EU', 'da', 'Europa'),
('EU', 'de', 'Europe'),
('EU', 'el', 'Europe'),
('EU', 'en', 'Europe'),
('EU', 'es', 'Unión Europea'),
('EU', 'fr', 'Europe'),
('EU', 'it', 'Europe'),
('EU', 'nl', 'Europe'),
('EU', 'no', 'Europe'),
('EU', 'pt', 'Europe'),
('EU', 'ro', 'Europa'),
('EU', 'ru', 'Европа'),
('FI', 'da', 'Finland'),
('FI', 'de', 'Finland'),
('FI', 'el', 'Finland'),
('FI', 'en', 'Finland'),
('FI', 'es', 'Finlandia'),
('FI', 'fr', 'Finlande'),
('FI', 'it', 'Finland'),
('FI', 'nl', 'Finland'),
('FI', 'no', 'Finland'),
('FI', 'pt', 'Finland'),
('FI', 'ro', 'Finlanda'),
('FI', 'ru', 'Финляндия'),
('FJ', 'da', 'Fiji'),
('FJ', 'de', 'Fiji'),
('FJ', 'el', 'Fiji'),
('FJ', 'en', 'Fiji'),
('FJ', 'es', 'Fiyi'),
('FJ', 'fr', 'Fidji'),
('FJ', 'it', 'Fiji'),
('FJ', 'nl', 'Fiji'),
('FJ', 'no', 'Fiji'),
('FJ', 'pt', 'Fiji'),
('FJ', 'ro', 'Fiji'),
('FJ', 'ru', 'Фиджи'),
('FK', 'da', 'Falklandsøerne (Malvinas)'),
('FK', 'de', 'Falkland Islands (Malvinas)'),
('FK', 'el', 'Falkland Islands (Malvinas)'),
('FK', 'en', 'Falkland Islands (Malvinas)'),
('FK', 'es', 'Islas Malvinas'),
('FK', 'fr', 'Îles Malouines'),
('FK', 'it', 'Falkland Islands (Malvinas)'),
('FK', 'nl', 'Falkland Eilanden'),
('FK', 'no', 'Falkland Islands (Malvinas)'),
('FK', 'pt', 'Falkland Islands (Malvinas)'),
('FK', 'ro', 'Insulele Falkland (Malvinas)'),
('FK', 'ru', 'Фолклендские острова (Мальвинские)'),
('FM', 'da', 'Mikronesien'),
('FM', 'de', 'Micronesia'),
('FM', 'el', 'Micronesia'),
('FM', 'en', 'Micronesia'),
('FM', 'es', 'Micronesia'),
('FM', 'fr', 'Micronésie'),
('FM', 'it', 'Micronesia'),
('FM', 'nl', 'Micronesie'),
('FM', 'no', 'Micronesia'),
('FM', 'pt', 'Micronesia'),
('FM', 'ro', 'Micronezia'),
('FM', 'ru', 'Микронезия'),
('FO', 'da', 'Færøerne'),
('FO', 'de', 'Faroe Islands'),
('FO', 'el', 'Faroe Islands'),
('FO', 'en', 'Faroe Islands'),
('FO', 'es', 'Islas Feroe'),
('FO', 'fr', 'Îles Féroé'),
('FO', 'it', 'Faroe Islands'),
('FO', 'nl', 'Faroe Eilanden'),
('FO', 'no', 'Faroe Islands'),
('FO', 'pt', 'Faroe Islands'),
('FO', 'ro', 'Insulele Faroe'),
('FO', 'ru', 'Фарерские острова'),
('FR', 'da', 'Frankrig'),
('FR', 'de', 'France'),
('FR', 'el', 'France'),
('FR', 'en', 'France'),
('FR', 'es', 'Francia'),
('FR', 'fr', 'France'),
('FR', 'it', 'France'),
('FR', 'nl', 'Frankrijk'),
('FR', 'no', 'France'),
('FR', 'pt', 'France'),
('FR', 'ro', 'Franța'),
('FR', 'ru', 'Франция'),
('FX', 'da', 'Frankrig, Metropolitan'),
('FX', 'de', 'France, Metropolitan'),
('FX', 'el', 'France, Metropolitan'),
('FX', 'en', 'France, Metropolitan'),
('FX', 'es', 'France, Metropolitan'),
('FX', 'fr', 'France, Métropolitaine'),
('FX', 'it', 'France, Metropolitan'),
('FX', 'nl', 'Frankrijk, Metropool'),
('FX', 'no', 'France, Metropolitan'),
('FX', 'pt', 'France, Metropolitan'),
('FX', 'ro', 'Franța, Metropolitană'),
('FX', 'ru', 'метрополия Франции'),
('GA', 'da', 'Gabon'),
('GA', 'de', 'Gabon'),
('GA', 'el', 'Gabon'),
('GA', 'en', 'Gabon'),
('GA', 'es', 'Gabón'),
('GA', 'fr', 'Gabon'),
('GA', 'it', 'Gabon'),
('GA', 'nl', 'Gabon'),
('GA', 'no', 'Gabon'),
('GA', 'pt', 'Gabon'),
('GA', 'ro', 'Gabon'),
('GA', 'ru', 'Габон'),
('GB', 'da', 'Det Forenede Kongerige (Storbritannien)'),
('GB', 'de', 'United Kingdom (Great Britain)'),
('GB', 'el', 'United Kingdom (Great Britain)'),
('GB', 'en', 'United Kingdom (Great Britain)'),
('GB', 'es', 'Reino Unido'),
('GB', 'fr', 'Royaume-Uni (Grande Bretagne)'),
('GB', 'it', 'United Kingdom (Great Britain)'),
('GB', 'nl', 'Groot Brittanie (UK)'),
('GB', 'no', 'United Kingdom (Great Britain)'),
('GB', 'pt', 'United Kingdom (Great Britain)'),
('GB', 'ro', 'Regatul Unit (Marea Britanie)'),
('GB', 'ru', 'Соединённое Королевство (Великобритания)'),
('GD', 'da', 'Grenada'),
('GD', 'de', 'Grenada'),
('GD', 'el', 'Grenada'),
('GD', 'en', 'Grenada'),
('GD', 'es', 'Granada'),
('GD', 'fr', 'Grenade'),
('GD', 'it', 'Grenada'),
('GD', 'nl', 'Granada'),
('GD', 'no', 'Grenada'),
('GD', 'pt', 'Grenada'),
('GD', 'ro', 'Grenada'),
('GD', 'ru', 'Гренада'),
('GE', 'da', 'Georgien'),
('GE', 'de', 'Georgia'),
('GE', 'el', 'Georgia'),
('GE', 'en', 'Georgia'),
('GE', 'es', 'Georgia'),
('GE', 'fr', 'Géorgie'),
('GE', 'it', 'Georgia'),
('GE', 'nl', 'Georgie'),
('GE', 'no', 'Georgia'),
('GE', 'pt', 'Georgia'),
('GE', 'ro', 'Georgia'),
('GE', 'ru', 'Грузия'),
('GF', 'da', 'Fransk Guyana'),
('GF', 'de', 'French Guiana'),
('GF', 'el', 'French Guiana'),
('GF', 'en', 'French Guiana'),
('GF', 'es', 'Guayana Francesa'),
('GF', 'fr', 'Guyane'),
('GF', 'it', 'French Guiana'),
('GF', 'nl', 'French Guinea'),
('GF', 'no', 'French Guiana'),
('GF', 'pt', 'French Guiana'),
('GF', 'ro', 'Guyana Franceză'),
('GF', 'ru', 'Французская Гвиана'),
('GG', 'da', 'Guernsey'),
('GG', 'de', 'Guernsey'),
('GG', 'el', 'Guernsey'),
('GG', 'en', 'Guernsey'),
('GG', 'es', 'Guernsey'),
('GG', 'fr', 'Guernsey'),
('GG', 'it', 'Guernsey'),
('GG', 'nl', 'Guernsey'),
('GG', 'no', 'Guernsey'),
('GG', 'pt', 'Guernsey'),
('GG', 'ro', 'Guernsey'),
('GG', 'ru', 'Гернси'),
('GH', 'da', 'Ghana'),
('GH', 'de', 'Ghana'),
('GH', 'el', 'Ghana'),
('GH', 'en', 'Ghana'),
('GH', 'es', 'Ghana'),
('GH', 'fr', 'Ghana'),
('GH', 'it', 'Ghana'),
('GH', 'nl', 'Ghana'),
('GH', 'no', 'Ghana'),
('GH', 'pt', 'Ghana'),
('GH', 'ro', 'Republica Ghana'),
('GH', 'ru', 'Гана'),
('GI', 'da', 'Gibraltar'),
('GI', 'de', 'Gibraltar'),
('GI', 'el', 'Gibraltar'),
('GI', 'en', 'Gibraltar'),
('GI', 'es', 'Gibraltar'),
('GI', 'fr', 'Gibraltar'),
('GI', 'it', 'Gibraltar'),
('GI', 'nl', 'Gibraltar'),
('GI', 'no', 'Gibraltar'),
('GI', 'pt', 'Gibraltar'),
('GI', 'ro', 'Gibraltar'),
('GI', 'ru', 'Гибралтар'),
('GL', 'da', 'Grønland'),
('GL', 'de', 'Greenland'),
('GL', 'el', 'Greenland'),
('GL', 'en', 'Greenland'),
('GL', 'es', 'Groenlandia'),
('GL', 'fr', 'Groenland'),
('GL', 'it', 'Greenland'),
('GL', 'nl', 'Groenland'),
('GL', 'no', 'Greenland'),
('GL', 'pt', 'Greenland'),
('GL', 'ro', 'Groelanda'),
('GL', 'ru', 'Гренландия'),
('GM', 'da', 'Gambia'),
('GM', 'de', 'Gambia'),
('GM', 'el', 'Gambia'),
('GM', 'en', 'Gambia'),
('GM', 'es', 'Gambia'),
('GM', 'fr', 'Gambie'),
('GM', 'it', 'Gambia'),
('GM', 'nl', 'Gambia'),
('GM', 'no', 'Gambia'),
('GM', 'pt', 'Gambia'),
('GM', 'ro', 'Gambia'),
('GM', 'ru', 'Гамбия'),
('GN', 'da', 'Guinea'),
('GN', 'de', 'Guinea'),
('GN', 'el', 'Guinea'),
('GN', 'en', 'Guinea'),
('GN', 'es', 'Guinea'),
('GN', 'fr', 'Guinée'),
('GN', 'it', 'Guinea'),
('GN', 'nl', 'Guinea'),
('GN', 'no', 'Guinea'),
('GN', 'pt', 'Guinea'),
('GN', 'ro', 'Guineea'),
('GN', 'ru', 'Гвинея'),
('GP', 'da', 'Guadeloupe'),
('GP', 'de', 'Guadeloupe'),
('GP', 'el', 'Guadeloupe'),
('GP', 'en', 'Guadeloupe'),
('GP', 'es', 'Guadalupe'),
('GP', 'fr', 'Guadeloupe'),
('GP', 'it', 'Guadeloupe'),
('GP', 'nl', 'Guadeloupe'),
('GP', 'no', 'Guadeloupe'),
('GP', 'pt', 'Guadeloupe'),
('GP', 'ro', 'Guadeloupa'),
('GP', 'ru', 'Гваделупа'),
('GQ', 'da', 'Ækvatorialguinea'),
('GQ', 'de', 'Equatorial Guinea'),
('GQ', 'el', 'Equatorial Guinea'),
('GQ', 'en', 'Equatorial Guinea'),
('GQ', 'es', 'Guinea Ecuatorial'),
('GQ', 'fr', 'Guinée équatoriale'),
('GQ', 'it', 'Equatorial Guinea'),
('GQ', 'nl', 'Equatorial Guinea'),
('GQ', 'no', 'Equatorial Guinea'),
('GQ', 'pt', 'Equatorial Guinea'),
('GQ', 'ro', 'Guinea Ecuatorială'),
('GQ', 'ru', 'Экваториальная Гвинея'),
('GR', 'da', 'Grækenland'),
('GR', 'de', 'Greece'),
('GR', 'el', 'Greece'),
('GR', 'en', 'Greece'),
('GR', 'es', 'Grecia'),
('GR', 'fr', 'Grèce'),
('GR', 'it', 'Greece'),
('GR', 'nl', 'Griekenland'),
('GR', 'no', 'Greece'),
('GR', 'pt', 'Greece'),
('GR', 'ro', 'Grecia'),
('GR', 'ru', 'Греция'),
('GT', 'da', 'Guatemala'),
('GT', 'de', 'Guatemala'),
('GT', 'el', 'Guatemala'),
('GT', 'en', 'Guatemala'),
('GT', 'es', 'Guatemala'),
('GT', 'fr', 'Guatemala'),
('GT', 'it', 'Guatemala'),
('GT', 'nl', 'Guatemala'),
('GT', 'no', 'Guatemala'),
('GT', 'pt', 'Guatemala'),
('GT', 'ro', 'Guatemala'),
('GT', 'ru', 'Гватемала'),
('GU', 'da', 'Guam'),
('GU', 'de', 'Guam'),
('GU', 'el', 'Guam'),
('GU', 'en', 'Guam'),
('GU', 'es', 'Guam'),
('GU', 'fr', 'Guam'),
('GU', 'it', 'Guam'),
('GU', 'nl', 'Guam'),
('GU', 'no', 'Guam'),
('GU', 'pt', 'Guam'),
('GU', 'ro', 'Guam'),
('GU', 'ru', 'Гуам'),
('GW', 'da', 'Guinea-Bissau'),
('GW', 'de', 'Guinea-Bissau'),
('GW', 'el', 'Guinea-Bissau'),
('GW', 'en', 'Guinea-Bissau'),
('GW', 'es', 'Guinea-Bissau'),
('GW', 'fr', 'Guinée-Bissau'),
('GW', 'it', 'Guinea-Bissau'),
('GW', 'nl', 'Guinea-Bissau'),
('GW', 'no', 'Guinea-Bissau'),
('GW', 'pt', 'Guinea-Bissau'),
('GW', 'ro', 'Guineea-Bissau'),
('GW', 'ru', 'Гвинея-Бисау'),
('GY', 'da', 'Guyana'),
('GY', 'de', 'Guyana'),
('GY', 'el', 'Guyana'),
('GY', 'en', 'Guyana'),
('GY', 'es', 'Guyana'),
('GY', 'fr', 'Guyana'),
('GY', 'it', 'Guyana'),
('GY', 'nl', 'Guyana'),
('GY', 'no', 'Guyana'),
('GY', 'pt', 'Guyana'),
('GY', 'ro', 'Republica Cooperativă Guyana'),
('GY', 'ru', 'Гайана'),
('HK', 'da', 'Hong Kong'),
('HK', 'de', 'Hong Kong'),
('HK', 'el', 'Hong Kong'),
('HK', 'en', 'Hong Kong'),
('HK', 'es', 'Hong Kong'),
('HK', 'fr', 'Hong Kong'),
('HK', 'it', 'Hong Kong'),
('HK', 'nl', 'Hong Kong'),
('HK', 'no', 'Hong Kong'),
('HK', 'pt', 'Hong Kong'),
('HK', 'ro', 'Hong Kong'),
('HK', 'ru', 'Гонконг'),
('HM', 'da', 'Heard-og McDonaldøerne'),
('HM', 'de', 'Heard and McDonald Islands'),
('HM', 'el', 'Heard and McDonald Islands'),
('HM', 'en', 'Heard and McDonald Islands'),
('HM', 'es', 'Islas Heard y McDonald'),
('HM', 'fr', 'Île Heard et îles McDonald'),
('HM', 'it', 'Heard and McDonald Islands'),
('HM', 'nl', 'Heard en McDonald eilanden'),
('HM', 'no', 'Heard and McDonald Islands'),
('HM', 'pt', 'Heard and McDonald Islands'),
('HM', 'ro', 'Insulele Heard și McDonald'),
('HM', 'ru', 'острова Херд и Макдональд'),
('HN', 'da', 'Honduras'),
('HN', 'de', 'Honduras'),
('HN', 'el', 'Honduras'),
('HN', 'en', 'Honduras'),
('HN', 'es', 'Honduras'),
('HN', 'fr', 'Honduras'),
('HN', 'it', 'Honduras'),
('HN', 'nl', 'Honduras'),
('HN', 'no', 'Honduras'),
('HN', 'pt', 'Honduras'),
('HN', 'ro', 'Honduras'),
('HN', 'ru', 'Гондурас'),
('HR', 'da', 'Kroatien'),
('HR', 'de', 'Croatia'),
('HR', 'el', 'Croatia'),
('HR', 'en', 'Croatia'),
('HR', 'es', 'Croacia'),
('HR', 'fr', 'Croatie'),
('HR', 'it', 'Croatia'),
('HR', 'nl', 'Kroatie'),
('HR', 'no', 'Croatia'),
('HR', 'pt', 'Croatia'),
('HR', 'ro', 'Croația'),
('HR', 'ru', 'Хорватия'),
('HT', 'da', 'Haiti'),
('HT', 'de', 'Haiti'),
('HT', 'el', 'Haiti'),
('HT', 'en', 'Haiti'),
('HT', 'es', 'Haití'),
('HT', 'fr', 'Haiti'),
('HT', 'it', 'Haiti'),
('HT', 'nl', 'Haiti'),
('HT', 'no', 'Haiti'),
('HT', 'pt', 'Haiti'),
('HT', 'ro', 'Haiti'),
('HT', 'ru', 'Гаити'),
('HU', 'da', 'Ungarn'),
('HU', 'de', 'Hungary'),
('HU', 'el', 'Hungary'),
('HU', 'en', 'Hungary'),
('HU', 'es', 'Hungría'),
('HU', 'fr', 'Hongrie'),
('HU', 'it', 'Hungary'),
('HU', 'nl', 'Hongarije'),
('HU', 'no', 'Hungary'),
('HU', 'pt', 'Hungary'),
('HU', 'ro', 'Ungaria'),
('HU', 'ru', 'Венгрия'),
('ID', 'da', 'Indonesien'),
('ID', 'de', 'Indonesia'),
('ID', 'el', 'Indonesia'),
('ID', 'en', 'Indonesia'),
('ID', 'es', 'Indonesia'),
('ID', 'fr', 'Indonésie'),
('ID', 'it', 'Indonesia'),
('ID', 'nl', 'Indonesie'),
('ID', 'no', 'Indonesia'),
('ID', 'pt', 'Indonesia'),
('ID', 'ro', 'Indonezia'),
('ID', 'ru', 'Индонезия'),
('IE', 'da', 'Ireland'),
('IE', 'de', 'Ireland'),
('IE', 'el', 'Ireland'),
('IE', 'en', 'Ireland'),
('IE', 'es', 'Irlanda'),
('IE', 'fr', 'Irlande'),
('IE', 'it', 'Ireland'),
('IE', 'nl', 'Ierland'),
('IE', 'no', 'Ireland'),
('IE', 'pt', 'Ireland'),
('IE', 'ro', 'Irlanda'),
('IE', 'ru', 'Ирландия'),
('IL', 'da', 'Israel'),
('IL', 'de', 'Israel'),
('IL', 'el', 'Israel'),
('IL', 'en', 'Israel'),
('IL', 'es', 'Israel'),
('IL', 'fr', 'Israel'),
('IL', 'it', 'Israel'),
('IL', 'nl', 'Israel'),
('IL', 'no', 'Israel'),
('IL', 'pt', 'Israel'),
('IL', 'ro', 'Israel'),
('IL', 'ru', 'Израиль'),
('IM', 'da', 'Isle of Man'),
('IM', 'de', 'Isle of Man'),
('IM', 'el', 'Isle of Man'),
('IM', 'en', 'Isle of Man'),
('IM', 'es', 'Isle of Man'),
('IM', 'fr', 'Isle of Man'),
('IM', 'it', 'Isle of Man'),
('IM', 'nl', 'Isle of Man'),
('IM', 'no', 'Isle of Man'),
('IM', 'pt', 'Isle of Man'),
('IM', 'ro', 'Isle of Man'),
('IM', 'ru', 'Остров Мэн'),
('IN', 'da', 'Indien'),
('IN', 'de', 'India'),
('IN', 'el', 'India'),
('IN', 'en', 'India'),
('IN', 'es', 'India'),
('IN', 'fr', 'Inde'),
('IN', 'it', 'India'),
('IN', 'nl', 'India'),
('IN', 'no', 'India'),
('IN', 'pt', 'India'),
('IN', 'ro', 'India'),
('IN', 'ru', 'Индия'),
('IO', 'da', 'British Indian Ocean Territory'),
('IO', 'de', 'British Indian Ocean Territory'),
('IO', 'el', 'British Indian Ocean Territory'),
('IO', 'en', 'British Indian Ocean Territory'),
('IO', 'es', 'Territorio Británico del Océano Índico'),
('IO', 'fr', 'Territoire britannique de l\'océan Indien'),
('IO', 'it', 'British Indian Ocean Territory'),
('IO', 'nl', 'British Indian Ocean Territory'),
('IO', 'no', 'British Indian Ocean Territory'),
('IO', 'pt', 'British Indian Ocean Territory'),
('IO', 'ro', 'Teritoriul Britanic din Oceanul Indian'),
('IO', 'ru', 'Британская территория в Индийском океане'),
('IQ', 'da', 'Irak'),
('IQ', 'de', 'Iraq'),
('IQ', 'el', 'Iraq'),
('IQ', 'en', 'Iraq'),
('IQ', 'es', 'Iraq'),
('IQ', 'fr', 'Irak'),
('IQ', 'it', 'Iraq'),
('IQ', 'nl', 'Irak'),
('IQ', 'no', 'Iraq'),
('IQ', 'pt', 'Iraq'),
('IQ', 'ro', 'Irak'),
('IQ', 'ru', 'Ирак'),
('IR', 'da', 'Islamiske Republik Iran'),
('IR', 'de', 'Islamic Republic of Iran'),
('IR', 'el', 'Islamic Republic of Iran'),
('IR', 'en', 'Islamic Republic of Iran'),
('IR', 'es', 'Irán'),
('IR', 'fr', 'République islamique d\'Iran'),
('IR', 'it', 'Islamic Republic of Iran'),
('IR', 'nl', 'Islamic Republic of Iran'),
('IR', 'no', 'Islamic Republic of Iran'),
('IR', 'pt', 'Islamic Republic of Iran'),
('IR', 'ro', 'Republica Islamică Iraniană'),
('IR', 'ru', 'Исламская Республика Иран'),
('IS', 'da', 'Island'),
('IS', 'de', 'Iceland'),
('IS', 'el', 'Iceland'),
('IS', 'en', 'Iceland'),
('IS', 'es', 'Islandia'),
('IS', 'fr', 'Islande'),
('IS', 'it', 'Iceland'),
('IS', 'nl', 'IJsland'),
('IS', 'no', 'Iceland'),
('IS', 'pt', 'Iceland'),
('IS', 'ro', 'Islanda'),
('IS', 'ru', 'Исландия'),
('IT', 'da', 'Italien'),
('IT', 'de', 'Italy'),
('IT', 'el', 'Italy'),
('IT', 'en', 'Italy'),
('IT', 'es', 'Italia'),
('IT', 'fr', 'Italie'),
('IT', 'it', 'Italia'),
('IT', 'nl', 'Italie'),
('IT', 'no', 'Italy'),
('IT', 'pt', 'Italy'),
('IT', 'ro', 'Italia'),
('IT', 'ru', 'Италия'),
('JE', 'da', 'Jersey'),
('JE', 'de', 'Jersey'),
('JE', 'el', 'Jersey'),
('JE', 'en', 'Jersey'),
('JE', 'es', 'Jersey'),
('JE', 'fr', 'Jersey'),
('JE', 'it', 'Jersey'),
('JE', 'nl', 'Jersey'),
('JE', 'no', 'Jersey'),
('JE', 'pt', 'Jersey'),
('JE', 'ro', 'Jersey'),
('JE', 'ru', 'Джерси'),
('JM', 'da', 'Jamaica'),
('JM', 'de', 'Jamaica'),
('JM', 'el', 'Jamaica'),
('JM', 'en', 'Jamaica'),
('JM', 'es', 'Jamaica'),
('JM', 'fr', 'Jamaïque'),
('JM', 'it', 'Jamaica'),
('JM', 'nl', 'Jamaica'),
('JM', 'no', 'Jamaica'),
('JM', 'pt', 'Jamaica'),
('JM', 'ro', 'Jamaica'),
('JM', 'ru', 'Ямайка'),
('JO', 'da', 'Jordan'),
('JO', 'de', 'Jordan'),
('JO', 'el', 'Jordan'),
('JO', 'en', 'Jordan'),
('JO', 'es', 'Jordania'),
('JO', 'fr', 'Jordanie'),
('JO', 'it', 'Jordan'),
('JO', 'nl', 'Jordanie'),
('JO', 'no', 'Jordan'),
('JO', 'pt', 'Jordan'),
('JO', 'ro', 'Iordania'),
('JO', 'ru', 'Иордания'),
('JP', 'da', 'Japan'),
('JP', 'de', 'Japan'),
('JP', 'el', 'Japan'),
('JP', 'en', 'Japan'),
('JP', 'es', 'Japón'),
('JP', 'fr', 'Japon'),
('JP', 'it', 'Japan'),
('JP', 'nl', 'Japan'),
('JP', 'no', 'Japan'),
('JP', 'pt', 'Japan'),
('JP', 'ro', 'Japonia'),
('JP', 'ru', 'Япония'),
('KE', 'da', 'Kenya'),
('KE', 'de', 'Kenya'),
('KE', 'el', 'Kenya'),
('KE', 'en', 'Kenya'),
('KE', 'es', 'Kenia'),
('KE', 'fr', 'Kenya'),
('KE', 'it', 'Kenya'),
('KE', 'nl', 'Kenia'),
('KE', 'no', 'Kenya'),
('KE', 'pt', 'Kenya'),
('KE', 'ro', 'Kenia'),
('KE', 'ru', 'Кения'),
('KG', 'da', 'Kirgisistan'),
('KG', 'de', 'Kyrgyzstan'),
('KG', 'el', 'Kyrgyzstan'),
('KG', 'en', 'Kyrgyzstan'),
('KG', 'es', 'Kirguistán'),
('KG', 'fr', 'Kirghizistan'),
('KG', 'it', 'Kyrgyzstan'),
('KG', 'nl', 'Kyrgyzstan'),
('KG', 'no', 'Kyrgyzstan'),
('KG', 'pt', 'Kyrgyzstan'),
('KG', 'ro', 'Kirghizstan'),
('KG', 'ru', 'Киргизия'),
('KH', 'da', 'Cambodja'),
('KH', 'de', 'Cambodia'),
('KH', 'el', 'Cambodia'),
('KH', 'en', 'Cambodia'),
('KH', 'es', 'Camboya'),
('KH', 'fr', 'Cambodge'),
('KH', 'it', 'Cambodia'),
('KH', 'nl', 'Cambodja'),
('KH', 'no', 'Cambodia'),
('KH', 'pt', 'Cambodia'),
('KH', 'ro', 'Cambodgia'),
('KH', 'ru', 'Камбоджа'),
('KI', 'da', 'Kiribati'),
('KI', 'de', 'Kiribati'),
('KI', 'el', 'Kiribati'),
('KI', 'en', 'Kiribati'),
('KI', 'es', 'Kiribati'),
('KI', 'fr', 'Kiribati'),
('KI', 'it', 'Kiribati'),
('KI', 'nl', 'Kiribati'),
('KI', 'no', 'Kiribati'),
('KI', 'pt', 'Kiribati'),
('KI', 'ro', 'Kiribati'),
('KI', 'ru', 'Кирибати'),
('KM', 'da', 'Comorerne'),
('KM', 'de', 'Comoros'),
('KM', 'el', 'Comoros'),
('KM', 'en', 'Comoros'),
('KM', 'es', 'Comoras'),
('KM', 'fr', 'Comoros'),
('KM', 'it', 'Comoros'),
('KM', 'nl', 'Comoros'),
('KM', 'no', 'Comoros'),
('KM', 'pt', 'Comoros'),
('KM', 'ro', 'Comore'),
('KM', 'ru', 'Коморские Острова'),
('KN', 'da', 'St. Kitts og Nevis'),
('KN', 'de', 'St. Kitts and Nevis'),
('KN', 'el', 'St. Kitts and Nevis'),
('KN', 'en', 'St. Kitts and Nevis'),
('KN', 'es', 'San Cristóbal y Nieves'),
('KN', 'fr', 'St. Kitts and Nevis'),
('KN', 'it', 'St. Kitts and Nevis'),
('KN', 'nl', 'St. Kitts and Nevis'),
('KN', 'no', 'St. Kitts and Nevis'),
('KN', 'pt', 'St. Kitts and Nevis'),
('KN', 'ro', 'Sf. Kitts și Nevis'),
('KN', 'ru', 'Сент-Китс и Невис'),
('KP', 'da', 'Korea'),
('KP', 'de', 'Korea'),
('KP', 'el', 'Korea'),
('KP', 'en', 'Korea'),
('KP', 'es', 'Corea del Norte'),
('KP', 'fr', 'Korea'),
('KP', 'it', 'Korea'),
('KP', 'nl', 'Korea'),
('KP', 'no', 'Korea'),
('KP', 'pt', 'Korea'),
('KP', 'ro', 'Coreea'),
('KP', 'ru', 'Северная Корея(КНДР)'),
('KR', 'da', 'Korea'),
('KR', 'de', 'Korea, Republic of'),
('KR', 'el', 'Korea, Republic of'),
('KR', 'en', 'Korea, Republic of'),
('KR', 'es', 'Corea del Sur'),
('KR', 'fr', 'Korea, Republic of'),
('KR', 'it', 'Korea, Republic of'),
('KR', 'nl', 'Korea, Republiek'),
('KR', 'no', 'Korea, Republic of'),
('KR', 'pt', 'Korea, Republic of'),
('KR', 'ro', 'Corea, Republica'),
('KR', 'ru', 'Южная Корея'),
('KW', 'da', 'Kuwait'),
('KW', 'de', 'Kuwait'),
('KW', 'el', 'Kuwait'),
('KW', 'en', 'Kuwait'),
('KW', 'es', 'Kuwait'),
('KW', 'fr', 'Kuwait'),
('KW', 'it', 'Kuwait'),
('KW', 'nl', 'Koeweit'),
('KW', 'no', 'Kuwait'),
('KW', 'pt', 'Kuwait'),
('KW', 'ro', 'Kuweit'),
('KW', 'ru', 'Кувейт'),
('KY', 'da', 'Caymanøerne'),
('KY', 'de', 'Cayman Islands'),
('KY', 'el', 'Cayman Islands'),
('KY', 'en', 'Cayman Islands'),
('KY', 'es', 'Islas Caimán'),
('KY', 'fr', 'Cayman Islands'),
('KY', 'it', 'Cayman Islands'),
('KY', 'nl', 'Kaaiman Eilanden'),
('KY', 'no', 'Cayman Islands'),
('KY', 'pt', 'Cayman Islands'),
('KY', 'ro', 'Insulele Cayman'),
('KY', 'ru', 'Каймановы острова'),
('KZ', 'da', 'Kasakhstan'),
('KZ', 'de', 'Kazakhstan'),
('KZ', 'el', 'Kazakhstan'),
('KZ', 'en', 'Kazakhstan'),
('KZ', 'es', 'Kazajistán'),
('KZ', 'fr', 'Kazakhstan'),
('KZ', 'it', 'Kazakhstan'),
('KZ', 'nl', 'Kazakstan'),
('KZ', 'no', 'Kazakhstan'),
('KZ', 'pt', 'Kazakhstan'),
('KZ', 'ro', 'Kazakhstan'),
('KZ', 'ru', 'Казахстан'),
('LA', 'da', 'Laos'),
('LA', 'de', 'Laos'),
('LA', 'el', 'Laos'),
('LA', 'en', 'Laos'),
('LA', 'es', 'Laos'),
('LA', 'fr', 'Laos'),
('LA', 'it', 'Laos'),
('LA', 'nl', 'Laos'),
('LA', 'no', 'Laos'),
('LA', 'pt', 'Laos'),
('LA', 'ro', 'Laos'),
('LA', 'ru', 'Лаос'),
('LB', 'da', 'Libanon'),
('LB', 'de', 'Lebanon'),
('LB', 'el', 'Lebanon'),
('LB', 'en', 'Lebanon'),
('LB', 'es', 'Líbano'),
('LB', 'fr', 'Liban'),
('LB', 'it', 'Lebanon'),
('LB', 'nl', 'Libanon'),
('LB', 'no', 'Lebanon'),
('LB', 'pt', 'Lebanon'),
('LB', 'ro', 'Liban'),
('LB', 'ru', 'Ливан'),
('LC', 'da', 'Saint Lucia'),
('LC', 'de', 'Saint Lucia'),
('LC', 'el', 'Saint Lucia'),
('LC', 'en', 'Saint Lucia'),
('LC', 'es', 'Santa Lucía'),
('LC', 'fr', 'Sainte-Lucie'),
('LC', 'it', 'Saint Lucia'),
('LC', 'nl', 'Saint Lucia'),
('LC', 'no', 'Saint Lucia'),
('LC', 'pt', 'Saint Lucia'),
('LC', 'ro', 'Sfânta Lucia'),
('LC', 'ru', 'Сент-Люсия'),
('LI', 'da', 'Liechtenstein'),
('LI', 'de', 'Liechtenstein'),
('LI', 'el', 'Liechtenstein'),
('LI', 'en', 'Liechtenstein'),
('LI', 'es', 'Liechtenstein'),
('LI', 'fr', 'Liechtenstein'),
('LI', 'it', 'Liechtenstein'),
('LI', 'nl', 'Liechtenstein'),
('LI', 'no', 'Liechtenstein'),
('LI', 'pt', 'Liechtenstein'),
('LI', 'ro', 'Liechtenstein'),
('LI', 'ru', 'Лихтенштейн'),
('LK', 'da', 'Sri Lanka'),
('LK', 'de', 'Sri Lanka'),
('LK', 'el', 'Sri Lanka'),
('LK', 'en', 'Sri Lanka'),
('LK', 'es', 'Sri Lanka'),
('LK', 'fr', 'Sri Lanka'),
('LK', 'it', 'Sri Lanka'),
('LK', 'nl', 'Sri Lanka'),
('LK', 'no', 'Sri Lanka'),
('LK', 'pt', 'Sri Lanka'),
('LK', 'ro', 'Sri Lanka'),
('LK', 'ru', 'Шри-Ланка'),
('LR', 'da', 'Liberia'),
('LR', 'de', 'Liberia'),
('LR', 'el', 'Liberia'),
('LR', 'en', 'Liberia'),
('LR', 'es', 'Liberia'),
('LR', 'fr', 'Liberia'),
('LR', 'it', 'Liberia'),
('LR', 'nl', 'Liberia'),
('LR', 'no', 'Liberia'),
('LR', 'pt', 'Liberia'),
('LR', 'ro', 'Liberia'),
('LR', 'ru', 'Либерия'),
('LS', 'da', 'Lesotho'),
('LS', 'de', 'Lesotho'),
('LS', 'el', 'Lesotho'),
('LS', 'en', 'Lesotho'),
('LS', 'es', 'Lesoto'),
('LS', 'fr', 'Lesotho'),
('LS', 'it', 'Lesotho'),
('LS', 'nl', 'Lesotho'),
('LS', 'no', 'Lesotho'),
('LS', 'pt', 'Lesotho'),
('LS', 'ro', 'Lesotho'),
('LS', 'ru', 'Лесото'),
('LT', 'da', 'Litauen'),
('LT', 'de', 'Lithuania'),
('LT', 'el', 'Lithuania'),
('LT', 'en', 'Lithuania'),
('LT', 'es', 'Lituania'),
('LT', 'fr', 'Lithuanie'),
('LT', 'it', 'Lithuania'),
('LT', 'nl', 'Litouwen'),
('LT', 'no', 'Lithuania'),
('LT', 'pt', 'Lithuania'),
('LT', 'ro', 'Lituania'),
('LT', 'ru', 'Литва'),
('LU', 'da', 'Luxembourg'),
('LU', 'de', 'Luxembourg'),
('LU', 'el', 'Luxembourg'),
('LU', 'en', 'Luxembourg'),
('LU', 'es', 'Luxemburgo'),
('LU', 'fr', 'Luxembourg'),
('LU', 'it', 'Luxembourg'),
('LU', 'nl', 'Luxemburg'),
('LU', 'no', 'Luxembourg'),
('LU', 'pt', 'Luxembourg'),
('LU', 'ro', 'Luxemburg'),
('LU', 'ru', 'Люксембург'),
('LV', 'da', 'Letland'),
('LV', 'de', 'Latvia'),
('LV', 'el', 'Latvia'),
('LV', 'en', 'Latvia'),
('LV', 'es', 'Letonia'),
('LV', 'fr', 'Lettonie'),
('LV', 'it', 'Latvia'),
('LV', 'nl', 'Letland'),
('LV', 'no', 'Latvia'),
('LV', 'pt', 'Latvia'),
('LV', 'ro', 'Letonia'),
('LV', 'ru', 'Латвия'),
('LY', 'da', 'Libyske Arabiske Jamahiriya'),
('LY', 'de', 'Libyan Arab Jamahiriya'),
('LY', 'el', 'Libyan Arab Jamahiriya'),
('LY', 'en', 'Libyan Arab Jamahiriya'),
('LY', 'es', 'Libia'),
('LY', 'fr', 'Libye'),
('LY', 'it', 'Libyan Arab Jamahiriya'),
('LY', 'nl', 'Libie Arab Jamahiriya'),
('LY', 'no', 'Libyan Arab Jamahiriya'),
('LY', 'pt', 'Libyan Arab Jamahiriya'),
('LY', 'ro', 'Jamahiriya Arabă Libiană'),
('LY', 'ru', 'Ливийская Арабская Джамахирия'),
('MA', 'da', 'Marokko'),
('MA', 'de', 'Morocco'),
('MA', 'el', 'Morocco'),
('MA', 'en', 'Morocco'),
('MA', 'es', 'Marruecos'),
('MA', 'fr', 'Maroc'),
('MA', 'it', 'Morocco'),
('MA', 'nl', 'Marokko'),
('MA', 'no', 'Morocco'),
('MA', 'pt', 'Morocco'),
('MA', 'ro', 'Maroc'),
('MA', 'ru', 'Марокко'),
('MC', 'da', 'Monaco'),
('MC', 'de', 'Monaco'),
('MC', 'el', 'Monaco'),
('MC', 'en', 'Monaco'),
('MC', 'es', 'Mónaco'),
('MC', 'fr', 'Monaco'),
('MC', 'it', 'Monaco'),
('MC', 'nl', 'Monaco'),
('MC', 'no', 'Monaco'),
('MC', 'pt', 'Monaco'),
('MC', 'ro', 'Monaco'),
('MC', 'ru', 'Монако'),
('MD', 'da', 'Moldova, Republikken'),
('MD', 'de', 'Moldova, Republic of'),
('MD', 'el', 'Moldova, Republic of'),
('MD', 'en', 'Moldova, Republic of'),
('MD', 'es', 'Moldavia'),
('MD', 'fr', 'Moldavie'),
('MD', 'it', 'Moldova, Republic of'),
('MD', 'nl', 'Moldavie, Republiek'),
('MD', 'no', 'Moldova, Republic of'),
('MD', 'pt', 'Moldova, Republic of'),
('MD', 'ro', 'Moldova, Republica'),
('MD', 'ru', 'Молдова'),
('ME', 'da', 'Montenegro'),
('ME', 'de', 'Montenegro'),
('ME', 'el', 'Montenegro'),
('ME', 'en', 'Montenegro'),
('ME', 'es', 'Montenegro'),
('ME', 'fr', 'Montenegro'),
('ME', 'it', 'Montenegro'),
('ME', 'nl', 'Montenegro'),
('ME', 'no', 'Montenegro'),
('ME', 'pt', 'Montenegro'),
('ME', 'ro', 'Muntenegru'),
('ME', 'ru', 'Черногория'),
('MG', 'da', 'Madagascar'),
('MG', 'de', 'Madagascar'),
('MG', 'el', 'Madagascar'),
('MG', 'en', 'Madagascar'),
('MG', 'es', 'Madagascar'),
('MG', 'fr', 'Madagascar'),
('MG', 'it', 'Madagascar'),
('MG', 'nl', 'Madagascar'),
('MG', 'no', 'Madagascar'),
('MG', 'pt', 'Madagascar'),
('MG', 'ro', 'Madagascar'),
('MG', 'ru', 'Мадагаскар'),
('MH', 'da', 'Marshall Islands'),
('MH', 'de', 'Marshall Islands'),
('MH', 'el', 'Marshall Islands'),
('MH', 'en', 'Marshall Islands'),
('MH', 'es', 'Islas Marshall'),
('MH', 'fr', 'Îles Marshall'),
('MH', 'it', 'Marshall Islands'),
('MH', 'nl', 'Marshall Eilanden'),
('MH', 'no', 'Marshall Islands'),
('MH', 'pt', 'Marshall Islands'),
('MH', 'ro', 'Insulele Marshall'),
('MH', 'ru', 'Маршалловы острова'),
('MK', 'da', 'Makedonien'),
('MK', 'de', 'Macedonia'),
('MK', 'el', 'Macedonia'),
('MK', 'en', 'Macedonia'),
('MK', 'es', 'ARY Macedonia'),
('MK', 'fr', 'Macédoine'),
('MK', 'it', 'Macedonia'),
('MK', 'nl', 'Macedonie'),
('MK', 'no', 'Macedonia'),
('MK', 'pt', 'Macedonia'),
('MK', 'ro', 'Macedonia'),
('MK', 'ru', 'Македония'),
('ML', 'da', 'Mali'),
('ML', 'de', 'Mali'),
('ML', 'el', 'Mali'),
('ML', 'en', 'Mali'),
('ML', 'es', 'Malí'),
('ML', 'fr', 'Mali'),
('ML', 'it', 'Mali'),
('ML', 'nl', 'Mali'),
('ML', 'no', 'Mali'),
('ML', 'pt', 'Mali'),
('ML', 'ro', 'Mali'),
('ML', 'ru', 'Мали'),
('MM', 'da', 'Myanmar'),
('MM', 'de', 'Myanmar'),
('MM', 'el', 'Myanmar'),
('MM', 'en', 'Myanmar'),
('MM', 'es', 'Birmania'),
('MM', 'fr', 'Birmanie'),
('MM', 'it', 'Myanmar'),
('MM', 'nl', 'Myanmar'),
('MM', 'no', 'Myanmar'),
('MM', 'pt', 'Myanmar'),
('MM', 'ro', 'Mianmar'),
('MM', 'ru', 'Мьянма'),
('MN', 'da', 'Mongoliet'),
('MN', 'de', 'Mongolia'),
('MN', 'el', 'Mongolia'),
('MN', 'en', 'Mongolia'),
('MN', 'es', 'Mongolia'),
('MN', 'fr', 'Mongolie'),
('MN', 'it', 'Mongolia'),
('MN', 'nl', 'Mongolie'),
('MN', 'no', 'Mongolia'),
('MN', 'pt', 'Mongolia'),
('MN', 'ro', 'Mongolia'),
('MN', 'ru', 'Монголия'),
('MO', 'da', 'Macau'),
('MO', 'de', 'Macau'),
('MO', 'el', 'Macau'),
('MO', 'en', 'Macau'),
('MO', 'es', 'Macao'),
('MO', 'fr', 'Macao'),
('MO', 'it', 'Macau'),
('MO', 'nl', 'Macau'),
('MO', 'no', 'Macau'),
('MO', 'pt', 'Macau'),
('MO', 'ro', 'Macao'),
('MO', 'ru', 'Макау'),
('MP', 'da', 'Nordmarianerne'),
('MP', 'de', 'Northern Mariana Islands'),
('MP', 'el', 'Northern Mariana Islands'),
('MP', 'en', 'Northern Mariana Islands'),
('MP', 'es', 'Islas Marianas del Norte'),
('MP', 'fr', 'Îles Mariannes du Nord'),
('MP', 'it', 'Northern Mariana Islands'),
('MP', 'nl', 'Northern Mariana Islands'),
('MP', 'no', 'Northern Mariana Islands'),
('MP', 'pt', 'Northern Mariana Islands'),
('MP', 'ro', 'Insulele Marine de Nord'),
('MP', 'ru', 'Марианские острова'),
('MQ', 'da', 'Martinique'),
('MQ', 'de', 'Martinique'),
('MQ', 'el', 'Martinique'),
('MQ', 'en', 'Martinique'),
('MQ', 'es', 'Martinica'),
('MQ', 'fr', 'Martinique'),
('MQ', 'it', 'Martinique'),
('MQ', 'nl', 'Martinique'),
('MQ', 'no', 'Martinique'),
('MQ', 'pt', 'Martinique'),
('MQ', 'ro', 'Martinica'),
('MQ', 'ru', 'остров Мартиника'),
('MR', 'da', 'Mauretanien'),
('MR', 'de', 'Mauritania'),
('MR', 'el', 'Mauritania'),
('MR', 'en', 'Mauritania'),
('MR', 'es', 'Mauritania'),
('MR', 'fr', 'Mauritanie'),
('MR', 'it', 'Mauritania'),
('MR', 'nl', 'Mauretanie'),
('MR', 'no', 'Mauritania'),
('MR', 'pt', 'Mauritania'),
('MR', 'ro', 'Mauritania'),
('MR', 'ru', 'Мавритания'),
('MS', 'da', 'Montserrat'),
('MS', 'de', 'Montserrat'),
('MS', 'el', 'Montserrat'),
('MS', 'en', 'Montserrat'),
('MS', 'es', 'Montserrat'),
('MS', 'fr', 'Montserrat'),
('MS', 'it', 'Montserrat'),
('MS', 'nl', 'Montserrat'),
('MS', 'no', 'Montserrat'),
('MS', 'pt', 'Montserrat'),
('MS', 'ro', 'Montserrat'),
('MS', 'ru', 'Монтсеррат'),
('MT', 'da', 'Malta'),
('MT', 'de', 'Malta'),
('MT', 'el', 'Malta'),
('MT', 'en', 'Malta'),
('MT', 'es', 'Malta'),
('MT', 'fr', 'Malte'),
('MT', 'it', 'Malta'),
('MT', 'nl', 'Malta'),
('MT', 'no', 'Malta'),
('MT', 'pt', 'Malta'),
('MT', 'ro', 'Malta'),
('MT', 'ru', 'Мальта'),
('MU', 'da', 'Mauritius'),
('MU', 'de', 'Mauritius'),
('MU', 'el', 'Mauritius'),
('MU', 'en', 'Mauritius'),
('MU', 'es', 'Mauricio'),
('MU', 'fr', 'Maurice'),
('MU', 'it', 'Mauritius'),
('MU', 'nl', 'Mauritius'),
('MU', 'no', 'Mauritius'),
('MU', 'pt', 'Mauritius'),
('MU', 'ro', 'Mauritius'),
('MU', 'ru', 'Маврикий'),
('MV', 'da', 'Maldiverne'),
('MV', 'de', 'Maldives'),
('MV', 'el', 'Maldives'),
('MV', 'en', 'Maldives'),
('MV', 'es', 'Maldivas'),
('MV', 'fr', 'Maldives'),
('MV', 'it', 'Maldives'),
('MV', 'nl', 'Maldiven'),
('MV', 'no', 'Maldives'),
('MV', 'pt', 'Maldives'),
('MV', 'ro', 'Maldive'),
('MV', 'ru', 'Мальдивы'),
('MW', 'da', 'Malawi'),
('MW', 'de', 'Malawi'),
('MW', 'el', 'Malawi'),
('MW', 'en', 'Malawi'),
('MW', 'es', 'Malawi'),
('MW', 'fr', 'Malawi'),
('MW', 'it', 'Malawi'),
('MW', 'nl', 'Malawi'),
('MW', 'no', 'Malawi'),
('MW', 'pt', 'Malawi'),
('MW', 'ro', 'Malawi'),
('MW', 'ru', 'Малави'),
('MX', 'da', 'Mexico'),
('MX', 'de', 'Mexico'),
('MX', 'el', 'Mexico'),
('MX', 'en', 'Mexico'),
('MX', 'es', 'México'),
('MX', 'fr', 'Mexique'),
('MX', 'it', 'Mexico'),
('MX', 'nl', 'Mexico'),
('MX', 'no', 'Mexico'),
('MX', 'pt', 'Mexico'),
('MX', 'ro', 'Mexic'),
('MX', 'ru', 'Мексика'),
('MY', 'da', 'Malaysia'),
('MY', 'de', 'Malaysia'),
('MY', 'el', 'Malaysia'),
('MY', 'en', 'Malaysia'),
('MY', 'es', 'Malasia'),
('MY', 'fr', 'Malaisie'),
('MY', 'it', 'Malaysia'),
('MY', 'nl', 'Maleisie'),
('MY', 'no', 'Malaysia'),
('MY', 'pt', 'Malaysia'),
('MY', 'ro', 'Malaezia'),
('MY', 'ru', 'Малайзия'),
('MZ', 'da', 'Mozambique'),
('MZ', 'de', 'Mozambique'),
('MZ', 'el', 'Mozambique'),
('MZ', 'en', 'Mozambique'),
('MZ', 'es', 'Mozambique'),
('MZ', 'fr', 'Mozambique'),
('MZ', 'it', 'Mozambique'),
('MZ', 'nl', 'Mozambique'),
('MZ', 'no', 'Mozambique'),
('MZ', 'pt', 'Mozambique'),
('MZ', 'ro', 'Mozambic'),
('MZ', 'ru', 'Мозамбик'),
('NA', 'da', 'Namibia'),
('NA', 'de', 'Namibia'),
('NA', 'el', 'Namibia'),
('NA', 'en', 'Namibia'),
('NA', 'es', 'Namibia'),
('NA', 'fr', 'Namibie'),
('NA', 'it', 'Namibia'),
('NA', 'nl', 'Namibie'),
('NA', 'no', 'Namibia'),
('NA', 'pt', 'Namibia'),
('NA', 'ro', 'Namibia'),
('NA', 'ru', 'Намибия'),
('NC', 'da', 'New Caledonia'),
('NC', 'de', 'New Caledonia'),
('NC', 'el', 'New Caledonia'),
('NC', 'en', 'New Caledonia'),
('NC', 'es', 'Nueva Caledonia'),
('NC', 'fr', 'Nouvelle-Calédonie'),
('NC', 'it', 'New Caledonia'),
('NC', 'nl', 'New Caledonia'),
('NC', 'no', 'New Caledonia'),
('NC', 'pt', 'New Caledonia'),
('NC', 'ro', 'Noua Caledonie'),
('NC', 'ru', 'остров Новая Каледония'),
('NE', 'da', 'Niger'),
('NE', 'de', 'Niger'),
('NE', 'el', 'Niger');
INSERT INTO `partiushop_country_descriptions` (`code`, `lang_code`, `country`) VALUES
('NE', 'en', 'Niger'),
('NE', 'es', 'Níger'),
('NE', 'fr', 'Niger'),
('NE', 'it', 'Niger'),
('NE', 'nl', 'Nigeria'),
('NE', 'no', 'Niger'),
('NE', 'pt', 'Niger'),
('NE', 'ro', 'Niger'),
('NE', 'ru', 'Нигер'),
('NF', 'da', 'Norfolk Island'),
('NF', 'de', 'Norfolk Island'),
('NF', 'el', 'Norfolk Island'),
('NF', 'en', 'Norfolk Island'),
('NF', 'es', 'Norfolk'),
('NF', 'fr', 'Île Norfolk'),
('NF', 'it', 'Norfolk Island'),
('NF', 'nl', 'Norfolk Island'),
('NF', 'no', 'Norfolk Island'),
('NF', 'pt', 'Norfolk Island'),
('NF', 'ro', 'Insula Norfolk'),
('NF', 'ru', 'остров Норфолк'),
('NG', 'da', 'Nigeria'),
('NG', 'de', 'Nigeria'),
('NG', 'el', 'Nigeria'),
('NG', 'en', 'Nigeria'),
('NG', 'es', 'Nigeria'),
('NG', 'fr', 'Nigeria'),
('NG', 'it', 'Nigeria'),
('NG', 'nl', 'Nigeria'),
('NG', 'no', 'Nigeria'),
('NG', 'pt', 'Nigeria'),
('NG', 'ro', 'Nigeria'),
('NG', 'ru', 'Нигерия'),
('NI', 'da', 'Nicaragua'),
('NI', 'de', 'Nicaragua'),
('NI', 'el', 'Nicaragua'),
('NI', 'en', 'Nicaragua'),
('NI', 'es', 'Nicaragua'),
('NI', 'fr', 'Nicaragua'),
('NI', 'it', 'Nicaragua'),
('NI', 'nl', 'Nicaragua'),
('NI', 'no', 'Nicaragua'),
('NI', 'pt', 'Nicaragua'),
('NI', 'ro', 'Nicaragua'),
('NI', 'ru', 'Никарагуа'),
('NL', 'da', 'Holland'),
('NL', 'de', 'Netherlands'),
('NL', 'el', 'Netherlands'),
('NL', 'en', 'Netherlands'),
('NL', 'es', 'Países Bajos'),
('NL', 'fr', 'Pays-Bas'),
('NL', 'it', 'Netherlands'),
('NL', 'nl', 'Nederland'),
('NL', 'no', 'Netherlands'),
('NL', 'pt', 'Netherlands'),
('NL', 'ro', 'Olanda'),
('NL', 'ru', 'Нидерланды'),
('NO', 'da', 'Norge'),
('NO', 'de', 'Norway'),
('NO', 'el', 'Norway'),
('NO', 'en', 'Norway'),
('NO', 'es', 'Noruega'),
('NO', 'fr', 'Norvège'),
('NO', 'it', 'Norway'),
('NO', 'nl', 'Noorwegen'),
('NO', 'no', 'Norway'),
('NO', 'pt', 'Norway'),
('NO', 'ro', 'Norvegia'),
('NO', 'ru', 'Норвегия'),
('NP', 'da', 'Nepal'),
('NP', 'de', 'Nepal'),
('NP', 'el', 'Nepal'),
('NP', 'en', 'Nepal'),
('NP', 'es', 'Nepal'),
('NP', 'fr', 'Nepal'),
('NP', 'it', 'Nepal'),
('NP', 'nl', 'Nepal'),
('NP', 'no', 'Nepal'),
('NP', 'pt', 'Nepal'),
('NP', 'ro', 'Nepal'),
('NP', 'ru', 'Непал'),
('NR', 'da', 'Nauru'),
('NR', 'de', 'Nauru'),
('NR', 'el', 'Nauru'),
('NR', 'en', 'Nauru'),
('NR', 'es', 'Nauru'),
('NR', 'fr', 'Nauru'),
('NR', 'it', 'Nauru'),
('NR', 'nl', 'Nauru'),
('NR', 'no', 'Nauru'),
('NR', 'pt', 'Nauru'),
('NR', 'ro', 'Nauru'),
('NR', 'ru', 'Науру'),
('NU', 'da', 'Niue'),
('NU', 'de', 'Niue'),
('NU', 'el', 'Niue'),
('NU', 'en', 'Niue'),
('NU', 'es', 'Niue'),
('NU', 'fr', 'Niue'),
('NU', 'it', 'Niue'),
('NU', 'nl', 'Niue'),
('NU', 'no', 'Niue'),
('NU', 'pt', 'Niue'),
('NU', 'ro', 'Insulele Niue'),
('NU', 'ru', 'Ниуэ'),
('NZ', 'da', 'New Zealand'),
('NZ', 'de', 'New Zealand'),
('NZ', 'el', 'New Zealand'),
('NZ', 'en', 'New Zealand'),
('NZ', 'es', 'Nueva Zelanda'),
('NZ', 'fr', 'Nouvelle-Zélande'),
('NZ', 'it', 'New Zealand'),
('NZ', 'nl', 'Nieuw Zeeland'),
('NZ', 'no', 'New Zealand'),
('NZ', 'pt', 'New Zealand'),
('NZ', 'ro', 'Noua Zeelandă'),
('NZ', 'ru', 'Новая Зеландия'),
('OM', 'da', 'Oman'),
('OM', 'de', 'Oman'),
('OM', 'el', 'Oman'),
('OM', 'en', 'Oman'),
('OM', 'es', 'Omán'),
('OM', 'fr', 'Oman'),
('OM', 'it', 'Oman'),
('OM', 'nl', 'Oman'),
('OM', 'no', 'Oman'),
('OM', 'pt', 'Oman'),
('OM', 'ro', 'Oman'),
('OM', 'ru', 'Оман'),
('PA', 'da', 'Panama'),
('PA', 'de', 'Panama'),
('PA', 'el', 'Panama'),
('PA', 'en', 'Panama'),
('PA', 'es', 'Panamá'),
('PA', 'fr', 'Panama'),
('PA', 'it', 'Panama'),
('PA', 'nl', 'Panama'),
('PA', 'no', 'Panama'),
('PA', 'pt', 'Panama'),
('PA', 'ro', 'Panama'),
('PA', 'ru', 'Панама'),
('PE', 'da', 'Peru'),
('PE', 'de', 'Peru'),
('PE', 'el', 'Peru'),
('PE', 'en', 'Peru'),
('PE', 'es', 'Perú'),
('PE', 'fr', 'Pérou'),
('PE', 'it', 'Peru'),
('PE', 'nl', 'Peru'),
('PE', 'no', 'Peru'),
('PE', 'pt', 'Peru'),
('PE', 'ro', 'Peru'),
('PE', 'ru', 'Перу'),
('PF', 'da', 'Fransk Polynesien'),
('PF', 'de', 'French Polynesia'),
('PF', 'el', 'French Polynesia'),
('PF', 'en', 'French Polynesia'),
('PF', 'es', 'Polinesia Francesa'),
('PF', 'fr', 'Polynésie française'),
('PF', 'it', 'French Polynesia'),
('PF', 'nl', 'Frans Polynesie'),
('PF', 'no', 'French Polynesia'),
('PF', 'pt', 'French Polynesia'),
('PF', 'ro', 'Polinezia Franceză'),
('PF', 'ru', 'Французская Полинезия'),
('PG', 'da', 'Papua Ny Guinea'),
('PG', 'de', 'Papua New Guinea'),
('PG', 'el', 'Papua New Guinea'),
('PG', 'en', 'Papua New Guinea'),
('PG', 'es', 'Papúa Nueva Guinea'),
('PG', 'fr', 'Papouasie-Nouvelle-Guinée'),
('PG', 'it', 'Papua New Guinea'),
('PG', 'nl', 'Papua Nieuw Guinea'),
('PG', 'no', 'Papua New Guinea'),
('PG', 'pt', 'Papua New Guinea'),
('PG', 'ro', 'Papua Noua Guinee'),
('PG', 'ru', 'Папуа - Новая Гвинея'),
('PH', 'da', 'Filippinerne'),
('PH', 'de', 'Philippines'),
('PH', 'el', 'Philippines'),
('PH', 'en', 'Philippines'),
('PH', 'es', 'Filipinas'),
('PH', 'fr', 'Philippines'),
('PH', 'it', 'Philippines'),
('PH', 'nl', 'Philippijnen'),
('PH', 'no', 'Philippines'),
('PH', 'pt', 'Philippines'),
('PH', 'ro', 'Filipine'),
('PH', 'ru', 'Филипины'),
('PK', 'da', 'Pakistan'),
('PK', 'de', 'Pakistan'),
('PK', 'el', 'Pakistan'),
('PK', 'en', 'Pakistan'),
('PK', 'es', 'Pakistán'),
('PK', 'fr', 'Pakistan'),
('PK', 'it', 'Pakistan'),
('PK', 'nl', 'Pakistan'),
('PK', 'no', 'Pakistan'),
('PK', 'pt', 'Pakistan'),
('PK', 'ro', 'Pakistan'),
('PK', 'ru', 'Пакистан'),
('PL', 'da', 'Polen'),
('PL', 'de', 'Poland'),
('PL', 'el', 'Poland'),
('PL', 'en', 'Poland'),
('PL', 'es', 'Polonia'),
('PL', 'fr', 'Pologne'),
('PL', 'it', 'Poland'),
('PL', 'nl', 'Polen'),
('PL', 'no', 'Poland'),
('PL', 'pt', 'Poland'),
('PL', 'ro', 'Polonia'),
('PL', 'ru', 'Польша'),
('PM', 'da', 'St. Pierre og Miquelon'),
('PM', 'de', 'St. Pierre and Miquelon'),
('PM', 'el', 'St. Pierre and Miquelon'),
('PM', 'en', 'St. Pierre and Miquelon'),
('PM', 'es', 'San Pedro y Miquelón'),
('PM', 'fr', 'Saint-Pierre-et-Miquelon'),
('PM', 'it', 'St. Pierre and Miquelon'),
('PM', 'nl', 'St. Pierre en Miquelon'),
('PM', 'no', 'St. Pierre and Miquelon'),
('PM', 'pt', 'St. Pierre and Miquelon'),
('PM', 'ro', 'Sf. Pierre și Miquelon'),
('PM', 'ru', 'Сент-Пьер и Микелон'),
('PN', 'da', 'Pitcairn'),
('PN', 'de', 'Pitcairn'),
('PN', 'el', 'Pitcairn'),
('PN', 'en', 'Pitcairn'),
('PN', 'es', 'Islas Pitcairn'),
('PN', 'fr', 'Îles Pitcairn'),
('PN', 'it', 'Pitcairn'),
('PN', 'nl', 'Pitcairn'),
('PN', 'no', 'Pitcairn'),
('PN', 'pt', 'Pitcairn'),
('PN', 'ro', 'Insula Pitcairn'),
('PN', 'ru', 'Питкэрн'),
('PR', 'da', 'Puerto Rico'),
('PR', 'de', 'Puerto Rico'),
('PR', 'el', 'Puerto Rico'),
('PR', 'en', 'Puerto Rico'),
('PR', 'es', 'Puerto Rico'),
('PR', 'fr', 'Porto Rico'),
('PR', 'it', 'Puerto Rico'),
('PR', 'nl', 'Puerto Rico'),
('PR', 'no', 'Puerto Rico'),
('PR', 'pt', 'Puerto Rico'),
('PR', 'ro', 'Porto Rico'),
('PR', 'ru', 'Пуэрто-Рико'),
('PS', 'da', 'Palæstinensiske Myndighed'),
('PS', 'de', 'Palestine Authority'),
('PS', 'el', 'Palestine Authority'),
('PS', 'en', 'Palestine Authority'),
('PS', 'es', 'Palestina (ANP)'),
('PS', 'fr', 'Palestine'),
('PS', 'it', 'Palestine Authority'),
('PS', 'nl', 'Palestine Authority'),
('PS', 'no', 'Palestine Authority'),
('PS', 'pt', 'Palestine Authority'),
('PS', 'ro', 'Autoritățiile Palestine'),
('PS', 'ru', 'Палестинская автономия'),
('PT', 'da', 'Portugal'),
('PT', 'de', 'Portugal'),
('PT', 'el', 'Portugal'),
('PT', 'en', 'Portugal'),
('PT', 'es', 'Portugal'),
('PT', 'fr', 'Portugal'),
('PT', 'it', 'Portugal'),
('PT', 'nl', 'Portugal'),
('PT', 'no', 'Portugal'),
('PT', 'pt', 'Portugal'),
('PT', 'ro', 'Portugalia'),
('PT', 'ru', 'Португалия'),
('PW', 'da', 'Palau'),
('PW', 'de', 'Palau'),
('PW', 'el', 'Palau'),
('PW', 'en', 'Palau'),
('PW', 'es', 'Palaos'),
('PW', 'fr', 'Palaos'),
('PW', 'it', 'Palau'),
('PW', 'nl', 'Palau'),
('PW', 'no', 'Palau'),
('PW', 'pt', 'Palau'),
('PW', 'ro', 'Palau'),
('PW', 'ru', 'Палан'),
('PY', 'da', 'Paraguay'),
('PY', 'de', 'Paraguay'),
('PY', 'el', 'Paraguay'),
('PY', 'en', 'Paraguay'),
('PY', 'es', 'Paraguay'),
('PY', 'fr', 'Paraguay'),
('PY', 'it', 'Paraguay'),
('PY', 'nl', 'Paraguay'),
('PY', 'no', 'Paraguay'),
('PY', 'pt', 'Paraguay'),
('PY', 'ro', 'Paraguay'),
('PY', 'ru', 'Парагвай'),
('QA', 'da', 'Qatar'),
('QA', 'de', 'Qatar'),
('QA', 'el', 'Qatar'),
('QA', 'en', 'Qatar'),
('QA', 'es', 'Qatar'),
('QA', 'fr', 'Qatar'),
('QA', 'it', 'Qatar'),
('QA', 'nl', 'Qatar'),
('QA', 'no', 'Qatar'),
('QA', 'pt', 'Qatar'),
('QA', 'ro', 'Statul Qatar'),
('QA', 'ru', 'Катар'),
('RE', 'da', 'reunion'),
('RE', 'de', 'Reunion'),
('RE', 'el', 'Reunion'),
('RE', 'en', 'Reunion'),
('RE', 'es', 'Reunión'),
('RE', 'fr', 'La Réunion'),
('RE', 'it', 'Reunion'),
('RE', 'nl', 'Reunion'),
('RE', 'no', 'Reunion'),
('RE', 'pt', 'Reunion'),
('RE', 'ro', 'Insula Réunion'),
('RE', 'ru', 'Реюньон'),
('RO', 'da', 'Rumænien'),
('RO', 'de', 'Romania'),
('RO', 'el', 'Romania'),
('RO', 'en', 'Romania'),
('RO', 'es', 'Rumania'),
('RO', 'fr', 'Roumanie'),
('RO', 'it', 'Romania'),
('RO', 'nl', 'Roemenie'),
('RO', 'no', 'Romania'),
('RO', 'pt', 'Romania'),
('RO', 'ro', 'România'),
('RO', 'ru', 'Румыния'),
('RS', 'da', 'Republikken Serbien'),
('RS', 'de', 'Republic of Serbia'),
('RS', 'el', 'Republic of Serbia'),
('RS', 'en', 'Republic of Serbia'),
('RS', 'es', 'Serbia'),
('RS', 'fr', 'Serbie'),
('RS', 'it', 'Republic of Serbia'),
('RS', 'nl', 'Republic of Serbia'),
('RS', 'no', 'Republic of Serbia'),
('RS', 'pt', 'Republic of Serbia'),
('RS', 'ro', 'Republica Serbia'),
('RS', 'ru', 'Республика Сербия'),
('RU', 'da', 'Rusland'),
('RU', 'de', 'Russian Federation'),
('RU', 'el', 'Russian Federation'),
('RU', 'en', 'Russian Federation'),
('RU', 'es', 'Rusia'),
('RU', 'fr', 'Fédération Russe'),
('RU', 'it', 'Russian Federation'),
('RU', 'nl', 'Rusland'),
('RU', 'no', 'Russian Federation'),
('RU', 'pt', 'Russian Federation'),
('RU', 'ro', 'Federația Rusă'),
('RU', 'ru', 'Российская Федерация'),
('RW', 'da', 'Rwanda'),
('RW', 'de', 'Rwanda'),
('RW', 'el', 'Rwanda'),
('RW', 'en', 'Rwanda'),
('RW', 'es', 'Ruanda'),
('RW', 'fr', 'Rwanda'),
('RW', 'it', 'Rwanda'),
('RW', 'nl', 'Roewanda'),
('RW', 'no', 'Rwanda'),
('RW', 'pt', 'Rwanda'),
('RW', 'ro', 'Ruanda'),
('RW', 'ru', 'Руанда'),
('SA', 'da', 'Saudi-Arabien'),
('SA', 'de', 'Saudi Arabia'),
('SA', 'el', 'Saudi Arabia'),
('SA', 'en', 'Saudi Arabia'),
('SA', 'es', 'Arabia Saudita'),
('SA', 'fr', 'Arabie saoudite'),
('SA', 'it', 'Saudi Arabia'),
('SA', 'nl', 'Saudi Arabie'),
('SA', 'no', 'Saudi Arabia'),
('SA', 'pt', 'Saudi Arabia'),
('SA', 'ro', 'Arabia Saudită'),
('SA', 'ru', 'Саудовская Аравия'),
('SB', 'da', 'Salomonøerne'),
('SB', 'de', 'Solomon Islands'),
('SB', 'el', 'Solomon Islands'),
('SB', 'en', 'Solomon Islands'),
('SB', 'es', 'Islas Salomón'),
('SB', 'fr', 'Îles Salomon'),
('SB', 'it', 'Solomon Islands'),
('SB', 'nl', 'Solomon Eilanden'),
('SB', 'no', 'Solomon Islands'),
('SB', 'pt', 'Solomon Islands'),
('SB', 'ro', 'Insulele Solomon'),
('SB', 'ru', 'Соломоновы Острова'),
('SC', 'da', 'Seychellerne'),
('SC', 'de', 'Seychelles'),
('SC', 'el', 'Seychelles'),
('SC', 'en', 'Seychelles'),
('SC', 'es', 'Seychelles'),
('SC', 'fr', 'Seychelles'),
('SC', 'it', 'Seychelles'),
('SC', 'nl', 'Seychelles'),
('SC', 'no', 'Seychelles'),
('SC', 'pt', 'Seychelles'),
('SC', 'ro', 'Republica Seychelles'),
('SC', 'ru', 'Сейшельские Острова'),
('SD', 'da', 'Sudan'),
('SD', 'de', 'Sudan'),
('SD', 'el', 'Sudan'),
('SD', 'en', 'Sudan'),
('SD', 'es', 'Sudán'),
('SD', 'fr', 'Soudan'),
('SD', 'it', 'Sudan'),
('SD', 'nl', 'Soedan'),
('SD', 'no', 'Sudan'),
('SD', 'pt', 'Sudan'),
('SD', 'ro', 'Sudan'),
('SD', 'ru', 'Судан'),
('SE', 'da', 'Sverige'),
('SE', 'de', 'Sweden'),
('SE', 'el', 'Sweden'),
('SE', 'en', 'Sweden'),
('SE', 'es', 'Suecia'),
('SE', 'fr', 'Suède'),
('SE', 'it', 'Sweden'),
('SE', 'nl', 'Zweden'),
('SE', 'no', 'Sweden'),
('SE', 'pt', 'Sweden'),
('SE', 'ro', 'Suedia'),
('SE', 'ru', 'Швеция'),
('SG', 'da', 'Singapore'),
('SG', 'de', 'Singapore'),
('SG', 'el', 'Singapore'),
('SG', 'en', 'Singapore'),
('SG', 'es', 'Singapur'),
('SG', 'fr', 'Singapour'),
('SG', 'it', 'Singapore'),
('SG', 'nl', 'Singapore'),
('SG', 'no', 'Singapore'),
('SG', 'pt', 'Singapore'),
('SG', 'ro', 'Singapore'),
('SG', 'ru', 'Сингапур'),
('SH', 'da', 'St. Helena'),
('SH', 'de', 'St. Helena'),
('SH', 'el', 'St. Helena'),
('SH', 'en', 'St. Helena'),
('SH', 'es', 'Santa Helena'),
('SH', 'fr', 'Sainte-Hélène'),
('SH', 'it', 'St. Helena'),
('SH', 'nl', 'St. Helena'),
('SH', 'no', 'St. Helena'),
('SH', 'pt', 'St. Helena'),
('SH', 'ro', 'Sf. Elena'),
('SH', 'ru', 'остров Св. Елены'),
('SI', 'da', 'Slovenien'),
('SI', 'de', 'Slovenia'),
('SI', 'el', 'Slovenia'),
('SI', 'en', 'Slovenia'),
('SI', 'es', 'Eslovenia'),
('SI', 'fr', 'Slovénie'),
('SI', 'it', 'Slovenia'),
('SI', 'nl', 'Slovenie'),
('SI', 'no', 'Slovenia'),
('SI', 'pt', 'Slovenia'),
('SI', 'ro', 'Slovenia'),
('SI', 'ru', 'Словения'),
('SJ', 'da', 'Svalbard og Jan Mayen'),
('SJ', 'de', 'Svalbard and Jan Mayen Islands'),
('SJ', 'el', 'Svalbard and Jan Mayen Islands'),
('SJ', 'en', 'Svalbard and Jan Mayen Islands'),
('SJ', 'es', 'Svalbard y Jan Mayen'),
('SJ', 'fr', 'Svalbard et Jan Mayen'),
('SJ', 'it', 'Svalbard and Jan Mayen Islands'),
('SJ', 'nl', 'Svalbard and Jan Mayen Eil.'),
('SJ', 'no', 'Svalbard and Jan Mayen Islands'),
('SJ', 'pt', 'Svalbard and Jan Mayen Islands'),
('SJ', 'ro', 'Insulele Svalbard şi Jan Mayen'),
('SJ', 'ru', 'острова Свалбард и Ян Мейен'),
('SK', 'da', 'Slovakiet'),
('SK', 'de', 'Slovakia'),
('SK', 'el', 'Slovakia'),
('SK', 'en', 'Slovakia'),
('SK', 'es', 'Eslovaquia'),
('SK', 'fr', 'Slovaquie'),
('SK', 'it', 'Slovakia'),
('SK', 'nl', 'Slowakije'),
('SK', 'no', 'Slovakia'),
('SK', 'pt', 'Slovakia'),
('SK', 'ro', 'Slovacia'),
('SK', 'ru', 'Словакия'),
('SL', 'da', 'Sierra Leone'),
('SL', 'de', 'Sierra Leone'),
('SL', 'el', 'Sierra Leone'),
('SL', 'en', 'Sierra Leone'),
('SL', 'es', 'Sierra Leona'),
('SL', 'fr', 'Sierra Leone'),
('SL', 'it', 'Sierra Leone'),
('SL', 'nl', 'Sierra Leone'),
('SL', 'no', 'Sierra Leone'),
('SL', 'pt', 'Sierra Leone'),
('SL', 'ro', 'Sierra Leone'),
('SL', 'ru', 'Сьерра-Леоне'),
('SM', 'da', 'San Marino'),
('SM', 'de', 'San Marino'),
('SM', 'el', 'San Marino'),
('SM', 'en', 'San Marino'),
('SM', 'es', 'San Marino'),
('SM', 'fr', 'Saint-Marin'),
('SM', 'it', 'San Marino'),
('SM', 'nl', 'San Marino'),
('SM', 'no', 'San Marino'),
('SM', 'pt', 'San Marino'),
('SM', 'ro', 'San Marino'),
('SM', 'ru', 'Сан-Марино'),
('SN', 'da', 'Senegal'),
('SN', 'de', 'Senegal'),
('SN', 'el', 'Senegal'),
('SN', 'en', 'Senegal'),
('SN', 'es', 'Senegal'),
('SN', 'fr', 'Senegal'),
('SN', 'it', 'Senegal'),
('SN', 'nl', 'Senegal'),
('SN', 'no', 'Senegal'),
('SN', 'pt', 'Senegal'),
('SN', 'ro', 'Senegal'),
('SN', 'ru', 'Сенегал'),
('SO', 'da', 'Somalia'),
('SO', 'de', 'Somalia'),
('SO', 'el', 'Somalia'),
('SO', 'en', 'Somalia'),
('SO', 'es', 'Somalia'),
('SO', 'fr', 'Somalie'),
('SO', 'it', 'Somalia'),
('SO', 'nl', 'Somalie'),
('SO', 'no', 'Somalia'),
('SO', 'pt', 'Somalia'),
('SO', 'ro', 'Somalia'),
('SO', 'ru', 'Сомали'),
('SR', 'da', 'Surinam'),
('SR', 'de', 'Suriname'),
('SR', 'el', 'Suriname'),
('SR', 'en', 'Suriname'),
('SR', 'es', 'Surinam'),
('SR', 'fr', 'Suriname'),
('SR', 'it', 'Suriname'),
('SR', 'nl', 'Suriname'),
('SR', 'no', 'Suriname'),
('SR', 'pt', 'Suriname'),
('SR', 'ro', 'Surinam'),
('SR', 'ru', 'Суринам'),
('ST', 'da', 'São Tomé og Príncipe'),
('ST', 'de', 'Sao Tome and Principe'),
('ST', 'el', 'Sao Tome and Principe'),
('ST', 'en', 'Sao Tome and Principe'),
('ST', 'es', 'Santo Tomé y Príncipe'),
('ST', 'fr', 'Sao Tomé-et-Principe'),
('ST', 'it', 'Sao Tome and Principe'),
('ST', 'nl', 'Sao Tome en Principe'),
('ST', 'no', 'Sao Tome and Principe'),
('ST', 'pt', 'Sao Tome and Principe'),
('ST', 'ro', 'Sao Tome și Principe'),
('ST', 'ru', 'Сан-Томе и Принсипи'),
('SV', 'da', 'El Salvador'),
('SV', 'de', 'El Salvador'),
('SV', 'el', 'El Salvador'),
('SV', 'en', 'El Salvador'),
('SV', 'es', 'El Salvador'),
('SV', 'fr', 'Salvador'),
('SV', 'it', 'El Salvador'),
('SV', 'nl', 'El Salvador'),
('SV', 'no', 'El Salvador'),
('SV', 'pt', 'El Salvador'),
('SV', 'ro', 'El Salvador'),
('SV', 'ru', 'Сальвадор'),
('SX', 'da', 'Sint Maarten'),
('SX', 'de', 'Sint Maarten'),
('SX', 'el', 'Sint Maarten'),
('SX', 'en', 'Sint Maarten'),
('SX', 'es', 'Sint Maarten'),
('SX', 'fr', 'Sint Maarten'),
('SX', 'it', 'Sint Maarten'),
('SX', 'nl', 'Sint Maarten'),
('SX', 'no', 'Sint Maarten'),
('SX', 'pt', 'Sint Maarten'),
('SX', 'ro', 'Sint Maarten'),
('SX', 'ru', 'Синт-Мартен'),
('SY', 'da', 'Syriske Arabiske Republik'),
('SY', 'de', 'Syrian Arab Republic'),
('SY', 'el', 'Syrian Arab Republic'),
('SY', 'en', 'Syrian Arab Republic'),
('SY', 'es', 'Siria'),
('SY', 'fr', 'Syrie'),
('SY', 'it', 'Syrian Arab Republic'),
('SY', 'nl', 'Syrie Arab Republiek'),
('SY', 'no', 'Syrian Arab Republic'),
('SY', 'pt', 'Syrian Arab Republic'),
('SY', 'ro', 'Republica Arabă Siriană'),
('SY', 'ru', 'Сирийская Арабская Республика'),
('SZ', 'da', 'Swaziland'),
('SZ', 'de', 'Swaziland'),
('SZ', 'el', 'Swaziland'),
('SZ', 'en', 'Swaziland'),
('SZ', 'es', 'Suazilandia'),
('SZ', 'fr', 'Swaziland'),
('SZ', 'it', 'Swaziland'),
('SZ', 'nl', 'Swaziland'),
('SZ', 'no', 'Swaziland'),
('SZ', 'pt', 'Swaziland'),
('SZ', 'ro', 'Swaziland'),
('SZ', 'ru', 'Свазиленд'),
('TC', 'da', 'Turks og Caicos Islands'),
('TC', 'de', 'Turks and Caicos Islands'),
('TC', 'el', 'Turks and Caicos Islands'),
('TC', 'en', 'Turks and Caicos Islands'),
('TC', 'es', 'Islas Turcas y Caicos'),
('TC', 'fr', 'Îles Turques-et-Caïques'),
('TC', 'it', 'Turks and Caicos Islands'),
('TC', 'nl', 'Turkse en Caicos Eil.'),
('TC', 'no', 'Turks and Caicos Islands'),
('TC', 'pt', 'Turks and Caicos Islands'),
('TC', 'ro', 'Insulele Turks și Caicos'),
('TC', 'ru', 'острова Теркс и Кайкос'),
('TD', 'da', 'Tchad'),
('TD', 'de', 'Chad'),
('TD', 'el', 'Chad'),
('TD', 'en', 'Chad'),
('TD', 'es', 'Chad'),
('TD', 'fr', 'Chad'),
('TD', 'it', 'Chad'),
('TD', 'nl', 'Chad'),
('TD', 'no', 'Chad'),
('TD', 'pt', 'Chad'),
('TD', 'ro', 'Ciad'),
('TD', 'ru', 'Чад'),
('TF', 'da', 'Franske sydlige territorier'),
('TF', 'de', 'French Southern Territories'),
('TF', 'el', 'French Southern Territories'),
('TF', 'en', 'French Southern Territories'),
('TF', 'es', 'Territorios Australes Franceses'),
('TF', 'fr', 'Terres australes et antarctiques françaises'),
('TF', 'it', 'French Southern Territories'),
('TF', 'nl', 'Franse Zuid. Territ.'),
('TF', 'no', 'French Southern Territories'),
('TF', 'pt', 'French Southern Territories'),
('TF', 'ro', 'Teritorile de Sus ale Franței'),
('TF', 'ru', 'Французские Южные Территории'),
('TG', 'da', 'Togo'),
('TG', 'de', 'Togo'),
('TG', 'el', 'Togo'),
('TG', 'en', 'Togo'),
('TG', 'es', 'Togo'),
('TG', 'fr', 'Togo'),
('TG', 'it', 'Togo'),
('TG', 'nl', 'Togo'),
('TG', 'no', 'Togo'),
('TG', 'pt', 'Togo'),
('TG', 'ro', 'Togo'),
('TG', 'ru', 'Того'),
('TH', 'da', 'Thailand'),
('TH', 'de', 'Thailand'),
('TH', 'el', 'Thailand'),
('TH', 'en', 'Thailand'),
('TH', 'es', 'Tailandia'),
('TH', 'fr', 'Thaïlande'),
('TH', 'it', 'Thailand'),
('TH', 'nl', 'Thailand'),
('TH', 'no', 'Thailand'),
('TH', 'pt', 'Thailand'),
('TH', 'ro', 'Tailanda'),
('TH', 'ru', 'Таиланд'),
('TJ', 'da', 'Tadsjikistan'),
('TJ', 'de', 'Tajikistan'),
('TJ', 'el', 'Tajikistan'),
('TJ', 'en', 'Tajikistan'),
('TJ', 'es', 'Tayikistán'),
('TJ', 'fr', 'Tadjikistan'),
('TJ', 'it', 'Tajikistan'),
('TJ', 'nl', 'Tajikistan'),
('TJ', 'no', 'Tajikistan'),
('TJ', 'pt', 'Tajikistan'),
('TJ', 'ro', 'Tadjikistan'),
('TJ', 'ru', 'Таджикистан'),
('TK', 'da', 'Tokelau'),
('TK', 'de', 'Tokelau'),
('TK', 'el', 'Tokelau'),
('TK', 'en', 'Tokelau'),
('TK', 'es', 'Tokelau'),
('TK', 'fr', 'Tokelau'),
('TK', 'it', 'Tokelau'),
('TK', 'nl', 'Tokelau'),
('TK', 'no', 'Tokelau'),
('TK', 'pt', 'Tokelau'),
('TK', 'ro', 'Tokelau'),
('TK', 'ru', 'острова Токелау'),
('TL', 'da', 'East Timor'),
('TL', 'de', 'East Timor'),
('TL', 'el', 'East Timor'),
('TL', 'en', 'East Timor'),
('TL', 'es', 'East Timor'),
('TL', 'fr', 'East Timor'),
('TL', 'it', 'East Timor'),
('TL', 'nl', 'East Timor'),
('TL', 'no', 'East Timor'),
('TL', 'pt', 'East Timor'),
('TL', 'ro', 'East Timor'),
('TL', 'ru', 'Восточный Тимор'),
('TM', 'da', 'Turkmenistan'),
('TM', 'de', 'Turkmenistan'),
('TM', 'el', 'Turkmenistan'),
('TM', 'en', 'Turkmenistan'),
('TM', 'es', 'Turkmenistán'),
('TM', 'fr', 'Turkmenistan'),
('TM', 'it', 'Turkmenistan'),
('TM', 'nl', 'Turkmenistan'),
('TM', 'no', 'Turkmenistan'),
('TM', 'pt', 'Turkmenistan'),
('TM', 'ro', 'Turcmenistan'),
('TM', 'ru', 'Туркменистан'),
('TN', 'da', 'Tunesien'),
('TN', 'de', 'Tunisia'),
('TN', 'el', 'Tunisia'),
('TN', 'en', 'Tunisia'),
('TN', 'es', 'Túnez'),
('TN', 'fr', 'Tunisie'),
('TN', 'it', 'Tunisia'),
('TN', 'nl', 'Tunesie'),
('TN', 'no', 'Tunisia'),
('TN', 'pt', 'Tunisia'),
('TN', 'ro', 'Tunisia'),
('TN', 'ru', 'Тунис'),
('TO', 'da', 'Tonga'),
('TO', 'de', 'Tonga'),
('TO', 'el', 'Tonga'),
('TO', 'en', 'Tonga'),
('TO', 'es', 'Tonga'),
('TO', 'fr', 'Tonga'),
('TO', 'it', 'Tonga'),
('TO', 'nl', 'Tonga'),
('TO', 'no', 'Tonga'),
('TO', 'pt', 'Tonga'),
('TO', 'ro', 'Tonga'),
('TO', 'ru', 'Tonga'),
('TP', 'da', 'Østtimor'),
('TP', 'fr', 'Timor oriental'),
('TP', 'nl', 'Oost Timor'),
('TP', 'ro', 'Timorul de Est'),
('TR', 'da', 'Tyrkiet'),
('TR', 'de', 'Turkey'),
('TR', 'el', 'Turkey'),
('TR', 'en', 'Turkey'),
('TR', 'es', 'Turquía'),
('TR', 'fr', 'Turquie'),
('TR', 'it', 'Turkey'),
('TR', 'nl', 'Turkije'),
('TR', 'no', 'Turkey'),
('TR', 'pt', 'Turkey'),
('TR', 'ro', 'Turcia'),
('TR', 'ru', 'Турция'),
('TT', 'da', 'Trinidad og Tobago'),
('TT', 'de', 'Trinidad and Tobago'),
('TT', 'el', 'Trinidad and Tobago'),
('TT', 'en', 'Trinidad and Tobago'),
('TT', 'es', 'Trinidad y Tobago'),
('TT', 'fr', 'Trinité-et-Tobago'),
('TT', 'it', 'Trinidad and Tobago'),
('TT', 'nl', 'Trinidad en Tobago'),
('TT', 'no', 'Trinidad and Tobago'),
('TT', 'pt', 'Trinidad and Tobago'),
('TT', 'ro', 'Trinidad și Tobago'),
('TT', 'ru', 'Тринидад и Тобаго'),
('TV', 'da', 'Tuvalu'),
('TV', 'de', 'Tuvalu'),
('TV', 'el', 'Tuvalu'),
('TV', 'en', 'Tuvalu'),
('TV', 'es', 'Tuvalu'),
('TV', 'fr', 'Tuvalu'),
('TV', 'it', 'Tuvalu'),
('TV', 'nl', 'Tuvalu'),
('TV', 'no', 'Tuvalu'),
('TV', 'pt', 'Tuvalu'),
('TV', 'ro', 'Tuvalu'),
('TV', 'ru', 'Тувалу'),
('TW', 'da', 'Taiwan'),
('TW', 'de', 'Taiwan'),
('TW', 'el', 'Taiwan'),
('TW', 'en', 'Taiwan'),
('TW', 'es', 'República de China'),
('TW', 'fr', 'Taiwan'),
('TW', 'it', 'Taiwan'),
('TW', 'nl', 'Taiwan'),
('TW', 'no', 'Taiwan'),
('TW', 'pt', 'Taiwan'),
('TW', 'ro', 'Taivan'),
('TW', 'ru', 'Тайвань'),
('TZ', 'da', 'Tanzania, Den Forenede Republik'),
('TZ', 'de', 'Tanzania, United Republic of'),
('TZ', 'el', 'Tanzania, United Republic of'),
('TZ', 'en', 'Tanzania, United Republic of'),
('TZ', 'es', 'Tanzania'),
('TZ', 'fr', 'Tanzanie'),
('TZ', 'it', 'Tanzania, United Republic of'),
('TZ', 'nl', 'Tanzania'),
('TZ', 'no', 'Tanzania, United Republic of'),
('TZ', 'pt', 'Tanzania, United Republic of'),
('TZ', 'ro', 'Tanzania, Republica Unită a'),
('TZ', 'ru', 'Танзания'),
('UA', 'da', 'Ukraine'),
('UA', 'de', 'Ukraine'),
('UA', 'el', 'Ukraine'),
('UA', 'en', 'Ukraine'),
('UA', 'es', 'Ucrania'),
('UA', 'fr', 'Ukraine'),
('UA', 'it', 'Ukraine'),
('UA', 'nl', 'Oekraine'),
('UA', 'no', 'Ukraine'),
('UA', 'pt', 'Ukraine'),
('UA', 'ro', 'Ucraina'),
('UA', 'ru', 'Украина'),
('UG', 'da', 'Uganda'),
('UG', 'de', 'Uganda'),
('UG', 'el', 'Uganda'),
('UG', 'en', 'Uganda'),
('UG', 'es', 'Uganda'),
('UG', 'fr', 'Ouganda'),
('UG', 'it', 'Uganda'),
('UG', 'nl', 'Oeganda'),
('UG', 'no', 'Uganda'),
('UG', 'pt', 'Uganda'),
('UG', 'ro', 'Uganda'),
('UG', 'ru', 'Уганда'),
('US', 'da', 'USA'),
('US', 'de', 'United States'),
('US', 'el', 'United States'),
('US', 'en', 'United States'),
('US', 'es', 'Estados Unidos'),
('US', 'fr', 'États-Unis'),
('US', 'it', 'United States'),
('US', 'nl', 'Verenigde Staten'),
('US', 'no', 'United States'),
('US', 'pt', 'United States'),
('US', 'ro', 'Statele Unite'),
('US', 'ru', 'Соединенные Штаты Америки'),
('UY', 'da', 'Uruguay'),
('UY', 'de', 'Uruguay'),
('UY', 'el', 'Uruguay'),
('UY', 'en', 'Uruguay'),
('UY', 'es', 'Uruguay'),
('UY', 'fr', 'Uruguay'),
('UY', 'it', 'Uruguay'),
('UY', 'nl', 'Uruguay'),
('UY', 'no', 'Uruguay'),
('UY', 'pt', 'Uruguay'),
('UY', 'ro', 'Uruguay'),
('UY', 'ru', 'Уругвай'),
('Uz', 'da', 'Usbekistan'),
('UZ', 'de', 'Uzbekistan'),
('UZ', 'el', 'Uzbekistan'),
('UZ', 'en', 'Uzbekistan'),
('UZ', 'es', 'Uzbekistán'),
('UZ', 'fr', 'Ouzbékistan'),
('UZ', 'it', 'Uzbekistan'),
('UZ', 'nl', 'Oezbekistan'),
('UZ', 'no', 'Uzbekistan'),
('UZ', 'pt', 'Uzbekistan'),
('UZ', 'ro', 'Uzbekistan'),
('UZ', 'ru', 'Узбекистан'),
('VA', 'da', 'Vatikanstaten'),
('VA', 'de', 'Vatican City State'),
('VA', 'el', 'Vatican City State'),
('VA', 'en', 'Vatican City State'),
('VA', 'es', 'Ciudad del Vaticano'),
('VA', 'fr', 'Vatican'),
('VA', 'it', 'Vatican City State'),
('VA', 'nl', 'Vaticaan Stad'),
('VA', 'no', 'Vatican City State'),
('VA', 'pt', 'Vatican City State'),
('VA', 'ro', 'Statul Vatican'),
('VA', 'ru', 'Ватикан'),
('VC', 'da', 'St. Vincent og Grenadinerne'),
('VC', 'de', 'St. Vincent and the Grenadines'),
('VC', 'el', 'St. Vincent and the Grenadines'),
('VC', 'en', 'St. Vincent and the Grenadines'),
('VC', 'es', 'San Vicente y las Granadinas'),
('VC', 'fr', 'Saint-Vincent-et-les Grenadines'),
('VC', 'it', 'St. Vincent and the Grenadines'),
('VC', 'nl', 'St. Vincent'),
('VC', 'no', 'St. Vincent and the Grenadines'),
('VC', 'pt', 'St. Vincent and the Grenadines'),
('VC', 'ro', 'Sf. Vincent și Grenadine'),
('VC', 'ru', 'Сент-Винсент и Гренадины'),
('VE', 'da', 'Venezuela'),
('VE', 'de', 'Venezuela'),
('VE', 'el', 'Venezuela'),
('VE', 'en', 'Venezuela'),
('VE', 'es', 'Venezuela'),
('VE', 'fr', 'Venezuela'),
('VE', 'it', 'Venezuela'),
('VE', 'nl', 'Venezuela'),
('VE', 'no', 'Venezuela'),
('VE', 'pt', 'Venezuela'),
('VE', 'ro', 'Venezuela'),
('VE', 'ru', 'Венесуэла'),
('VG', 'da', 'De Britiske Jomfruøer'),
('VG', 'de', 'British Virgin Islands'),
('VG', 'el', 'British Virgin Islands'),
('VG', 'en', 'British Virgin Islands'),
('VG', 'es', 'Islas Vírgenes Británicas'),
('VG', 'fr', 'Îles Vierges britanniques'),
('VG', 'it', 'British Virgin Islands'),
('VG', 'nl', 'Virgin Islands-UK'),
('VG', 'no', 'British Virgin Islands'),
('VG', 'pt', 'British Virgin Islands'),
('VG', 'ro', 'Insulele Virgine Britanice'),
('VG', 'ru', 'Британские Виргинские Острова'),
('VI', 'da', 'United States Virgin Islands'),
('VI', 'de', 'United States Virgin Islands'),
('VI', 'el', 'United States Virgin Islands'),
('VI', 'en', 'United States Virgin Islands'),
('VI', 'es', 'Islas Vírgenes Estadounidenses'),
('VI', 'fr', 'Îles Vierges américaines'),
('VI', 'it', 'United States Virgin Islands'),
('VI', 'nl', 'Virgin Islands-USA'),
('VI', 'no', 'United States Virgin Islands'),
('VI', 'pt', 'United States Virgin Islands'),
('VI', 'ro', 'Insulele Virgine ale Statelor Unite ale Americii'),
('VI', 'ru', 'Виргинские Острова США'),
('VN', 'da', 'Vietnam'),
('VN', 'de', 'Viet Nam'),
('VN', 'el', 'Viet Nam'),
('VN', 'en', 'Viet Nam'),
('VN', 'es', 'Vietnam'),
('VN', 'fr', 'Viet Nam'),
('VN', 'it', 'Viet Nam'),
('VN', 'nl', 'Vietnam'),
('VN', 'no', 'Viet Nam'),
('VN', 'pt', 'Viet Nam'),
('VN', 'ro', 'Vietnam'),
('VN', 'ru', 'Вьетнам'),
('VU', 'da', 'Vanuatu'),
('VU', 'de', 'Vanuatu'),
('VU', 'el', 'Vanuatu'),
('VU', 'en', 'Vanuatu'),
('VU', 'es', 'Vanuatu'),
('VU', 'fr', 'Vanuatu'),
('VU', 'it', 'Vanuatu'),
('VU', 'nl', 'Vanuatu'),
('VU', 'no', 'Vanuatu'),
('VU', 'pt', 'Vanuatu'),
('VU', 'ro', 'Vanuatu'),
('VU', 'ru', 'Вануату'),
('WF', 'da', 'Wallis og Futuna'),
('WF', 'de', 'Wallis And Futuna Islands'),
('WF', 'el', 'Wallis And Futuna Islands'),
('WF', 'en', 'Wallis And Futuna Islands'),
('WF', 'es', 'Wallis y Futuna'),
('WF', 'fr', 'Wallis-et-Futuna'),
('WF', 'it', 'Wallis And Futuna Islands'),
('WF', 'nl', 'Wallis en Futuna Eil.'),
('WF', 'no', 'Wallis And Futuna Islands'),
('WF', 'pt', 'Wallis And Futuna Islands'),
('WF', 'ro', 'Insulele Wallis şi Futuna'),
('WF', 'ru', 'острова Уоллис и Футуна'),
('WS', 'da', 'Samoa'),
('WS', 'de', 'Samoa'),
('WS', 'el', 'Samoa'),
('WS', 'en', 'Samoa'),
('WS', 'es', 'Samoa'),
('WS', 'fr', 'Samoa'),
('WS', 'it', 'Samoa'),
('WS', 'nl', 'Samoa'),
('WS', 'no', 'Samoa'),
('WS', 'pt', 'Samoa'),
('WS', 'ro', 'Samoa'),
('WS', 'ru', 'Самоа'),
('YE', 'da', 'Yemen'),
('YE', 'de', 'Yemen'),
('YE', 'el', 'Yemen'),
('YE', 'en', 'Yemen'),
('YE', 'es', 'Yemen'),
('YE', 'fr', 'Yemen'),
('YE', 'it', 'Yemen'),
('YE', 'nl', 'Yemen'),
('YE', 'no', 'Yemen'),
('YE', 'pt', 'Yemen'),
('YE', 'ro', 'Yemen'),
('YE', 'ru', 'Йемен'),
('YT', 'da', 'Mayotte'),
('YT', 'de', 'Mayotte'),
('YT', 'el', 'Mayotte'),
('YT', 'en', 'Mayotte'),
('YT', 'es', 'Mayotte'),
('YT', 'fr', 'Mayotte'),
('YT', 'it', 'Mayotte'),
('YT', 'nl', 'Mayotte'),
('YT', 'no', 'Mayotte'),
('YT', 'pt', 'Mayotte'),
('YT', 'ro', 'Mayotte'),
('YT', 'ru', 'Майотте'),
('ZA', 'da', 'Sydafrika'),
('ZA', 'de', 'South Africa'),
('ZA', 'el', 'South Africa'),
('ZA', 'en', 'South Africa'),
('ZA', 'es', 'Sudáfrica'),
('ZA', 'fr', 'Afrique du Sud'),
('ZA', 'it', 'South Africa'),
('ZA', 'nl', 'Zuid Afrika'),
('ZA', 'no', 'South Africa'),
('ZA', 'pt', 'South Africa'),
('ZA', 'ro', 'Africa de Sud'),
('ZA', 'ru', 'Южно-Африканская Республика(ЮАР)'),
('ZM', 'da', 'Zambia'),
('ZM', 'de', 'Zambia'),
('ZM', 'el', 'Zambia'),
('ZM', 'en', 'Zambia'),
('ZM', 'es', 'Zambia'),
('ZM', 'fr', 'Zambie'),
('ZM', 'it', 'Zambia'),
('ZM', 'nl', 'Zambia'),
('ZM', 'no', 'Zambia'),
('ZM', 'pt', 'Zambia'),
('ZM', 'ro', 'Zambia'),
('ZM', 'ru', 'Замбия'),
('ZR', 'da', 'Zaire'),
('ZR', 'de', 'Zaire'),
('ZR', 'el', 'Zaire'),
('ZR', 'en', 'Zaire'),
('ZR', 'es', 'Zaire'),
('ZR', 'fr', 'Zaire'),
('ZR', 'it', 'Zaire'),
('ZR', 'nl', 'Zaire'),
('ZR', 'no', 'Zaire'),
('ZR', 'pt', 'Zaire'),
('ZR', 'ro', 'Provincia Zaire'),
('ZR', 'ru', 'Заир'),
('ZW', 'da', 'Zimbabwe'),
('ZW', 'de', 'Zimbabwe'),
('ZW', 'el', 'Zimbabwe'),
('ZW', 'en', 'Zimbabwe'),
('ZW', 'es', 'Zimbabue'),
('ZW', 'fr', 'Zimbabwe'),
('ZW', 'it', 'Zimbabwe'),
('ZW', 'nl', 'Zimbabwe'),
('ZW', 'no', 'Zimbabwe'),
('ZW', 'pt', 'Zimbabwe'),
('ZW', 'ro', 'Zimbabwe'),
('ZW', 'ru', 'Зимбабве');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_cronjobs`
--

CREATE TABLE `partiushop_cronjobs` (
  `cronjob_id` int(11) NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `addon` varchar(255) DEFAULT NULL,
  `created_at` int(11) NOT NULL,
  `updated_at` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_currencies`
--

CREATE TABLE `partiushop_currencies` (
  `currency_id` mediumint(8) UNSIGNED NOT NULL,
  `currency_code` varchar(10) NOT NULL DEFAULT '',
  `after` char(1) NOT NULL DEFAULT 'N',
  `symbol` tinytext DEFAULT NULL,
  `coefficient` double(12,5) NOT NULL DEFAULT 1.00000,
  `is_primary` char(1) NOT NULL DEFAULT 'N',
  `position` smallint(5) NOT NULL,
  `decimals_separator` varchar(6) NOT NULL DEFAULT '.',
  `thousands_separator` varchar(6) NOT NULL DEFAULT ',',
  `decimals` smallint(5) NOT NULL DEFAULT 2,
  `status` char(1) NOT NULL DEFAULT 'A'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_currencies`
--

INSERT INTO `partiushop_currencies` (`currency_id`, `currency_code`, `after`, `symbol`, `coefficient`, `is_primary`, `position`, `decimals_separator`, `thousands_separator`, `decimals`, `status`) VALUES
(1, 'USD', 'N', '$', 1.00000, 'N', 10, '.', ',', 2, 'D'),
(2, 'EUR', 'N', '€', 1.00000, 'N', 20, '.', ',', 2, 'D'),
(3, 'GBP', 'N', '£', 1.00000, 'N', 30, '.', ',', 2, 'D'),
(4, 'BRL', 'N', 'R$', 1.00000, 'Y', 0, ',', '.', 2, 'A');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_currency_descriptions`
--

CREATE TABLE `partiushop_currency_descriptions` (
  `currency_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `description` varchar(255) NOT NULL DEFAULT '',
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_currency_descriptions`
--

INSERT INTO `partiushop_currency_descriptions` (`currency_id`, `description`, `lang_code`) VALUES
(4, 'Real', 'da'),
(4, 'Real', 'de'),
(4, 'Real', 'el'),
(4, 'Real', 'en'),
(4, 'Real', 'es'),
(4, 'Real', 'fr'),
(4, 'Real', 'it'),
(4, 'Real', 'nl'),
(4, 'Real', 'no'),
(4, 'Real', 'pt'),
(4, 'Real', 'ro'),
(4, 'Real', 'ru'),
(2, 'Euro', 'da'),
(2, 'Euro', 'de'),
(2, 'Ευρώ', 'el'),
(2, 'Euro', 'en'),
(2, 'Euro', 'es'),
(2, 'Euro', 'fr'),
(2, 'Euro', 'it'),
(2, 'Euro', 'nl'),
(2, 'Euro', 'no'),
(2, 'Euro', 'pt'),
(2, 'Euro', 'ro'),
(2, 'Евро', 'ru'),
(3, 'GB Pund', 'da'),
(3, 'GB Pound', 'de'),
(3, 'Λίρα Αγγλίας', 'el'),
(3, 'GB Pound', 'en'),
(3, 'GB Pound', 'es'),
(3, 'GB Pound', 'fr'),
(3, 'GB Pound', 'it'),
(3, 'GB Pound', 'nl'),
(3, 'GB Pound', 'no'),
(3, 'GB Pound', 'pt'),
(3, 'Lira sterlină GB', 'ro'),
(3, 'Фунты стерлингов', 'ru'),
(1, 'US Dollar', 'da'),
(1, 'US Dollars', 'de'),
(1, 'Δολλάριο ΗΠΑ', 'el'),
(1, 'US Dollars', 'en'),
(1, 'US Dollars', 'es'),
(1, 'US Dollars', 'fr'),
(1, 'US Dollars', 'it'),
(1, 'US Dollars', 'nl'),
(1, 'US Dollars', 'no'),
(1, 'US Dollars', 'pt'),
(1, 'Dolari Americani', 'ro'),
(1, 'Доллары США', 'ru');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_data_feeds`
--

CREATE TABLE `partiushop_data_feeds` (
  `datafeed_id` int(11) UNSIGNED NOT NULL,
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `categories` text DEFAULT NULL,
  `products` text DEFAULT NULL,
  `fields` text DEFAULT NULL,
  `export_location` char(1) NOT NULL DEFAULT 'L',
  `export_by_cron` char(1) NOT NULL DEFAULT 'N',
  `ftp_url` varchar(255) NOT NULL DEFAULT '',
  `ftp_user` varchar(50) NOT NULL DEFAULT '',
  `ftp_pass` varchar(50) NOT NULL DEFAULT '',
  `file_name` varchar(50) NOT NULL DEFAULT '',
  `enclosure` char(1) NOT NULL DEFAULT '',
  `csv_delimiter` char(1) NOT NULL DEFAULT '',
  `exclude_disabled_products` char(1) NOT NULL DEFAULT 'N',
  `exclude_shared_products` char(1) NOT NULL DEFAULT 'N',
  `export_options` text DEFAULT NULL,
  `save_dir` varchar(255) NOT NULL DEFAULT '',
  `status` char(1) NOT NULL DEFAULT '',
  `layout_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `params` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_data_feed_descriptions`
--

CREATE TABLE `partiushop_data_feed_descriptions` (
  `datafeed_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `datafeed_name` varchar(255) NOT NULL DEFAULT '',
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_destinations`
--

CREATE TABLE `partiushop_destinations` (
  `destination_id` mediumint(8) UNSIGNED NOT NULL,
  `localization` varchar(255) NOT NULL DEFAULT '',
  `status` char(1) NOT NULL DEFAULT 'A'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_destinations`
--

INSERT INTO `partiushop_destinations` (`destination_id`, `localization`, `status`) VALUES
(1, '', 'D'),
(7, '', 'D'),
(8, '', 'D'),
(9, '', 'A');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_destination_descriptions`
--

CREATE TABLE `partiushop_destination_descriptions` (
  `destination_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `destination` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_destination_descriptions`
--

INSERT INTO `partiushop_destination_descriptions` (`destination_id`, `lang_code`, `destination`) VALUES
(1, 'da', 'Standard destination (alle lande)'),
(1, 'de', 'Default rate area (all countries)'),
(1, 'el', 'Προεπιλεγμένος προορισμός (όλες οι χώρες)'),
(1, 'en', 'Default rate area (all countries)'),
(1, 'es', 'Default rate area (all countries)'),
(1, 'fr', 'Default rate area (all countries)'),
(1, 'it', 'Default rate area (all countries)'),
(1, 'nl', 'Standaard'),
(1, 'no', 'Default rate area (all countries)'),
(1, 'pt', 'Default rate area (all countries)'),
(1, 'ro', 'Destinația implicită (toate țările)'),
(1, 'ru', 'Все страны'),
(7, 'da', 'USA'),
(7, 'de', 'USA'),
(7, 'el', 'ΗΠΑ'),
(7, 'en', 'USA'),
(7, 'es', 'USA'),
(7, 'fr', 'USA'),
(7, 'it', 'USA'),
(7, 'nl', 'USA'),
(7, 'no', 'USA'),
(7, 'pt', 'USA'),
(7, 'ro', 'USA'),
(7, 'ru', 'США'),
(8, 'da', 'Canada'),
(8, 'de', 'Canada'),
(8, 'el', 'Καναδάς'),
(8, 'en', 'Canada'),
(8, 'es', 'Canada'),
(8, 'fr', 'Canada'),
(8, 'it', 'Canada'),
(8, 'nl', 'Canada'),
(8, 'no', 'Canada'),
(8, 'pt', 'Canada'),
(8, 'ro', 'Canada'),
(8, 'ru', 'Канада'),
(9, 'da', 'Brasil'),
(9, 'de', 'Brasil'),
(9, 'el', 'Brasil'),
(9, 'en', 'Brasil'),
(9, 'es', 'Brasil'),
(9, 'fr', 'Brasil'),
(9, 'it', 'Brasil'),
(9, 'nl', 'Brasil'),
(9, 'no', 'Brasil'),
(9, 'pt', 'Brasil'),
(9, 'ro', 'Brasil'),
(9, 'ru', 'Brasil');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_destination_elements`
--

CREATE TABLE `partiushop_destination_elements` (
  `element_id` mediumint(8) UNSIGNED NOT NULL,
  `destination_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `element` varchar(255) NOT NULL DEFAULT '',
  `element_type` char(1) NOT NULL DEFAULT 'S'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_destination_elements`
--

INSERT INTO `partiushop_destination_elements` (`element_id`, `destination_id`, `element`, `element_type`) VALUES
(114, 1, 'AF', 'C'),
(115, 1, 'AL', 'C'),
(116, 1, 'DZ', 'C'),
(117, 1, 'AS', 'C'),
(118, 1, 'AD', 'C'),
(119, 1, 'AO', 'C'),
(120, 1, 'AI', 'C'),
(121, 1, 'AQ', 'C'),
(122, 1, 'AG', 'C'),
(123, 1, 'AR', 'C'),
(124, 1, 'AM', 'C'),
(125, 1, 'AW', 'C'),
(126, 1, 'AU', 'C'),
(127, 1, 'AT', 'C'),
(128, 1, 'AZ', 'C'),
(129, 1, 'BS', 'C'),
(130, 1, 'BH', 'C'),
(131, 1, 'BD', 'C'),
(132, 1, 'BB', 'C'),
(133, 1, 'BY', 'C'),
(134, 1, 'BE', 'C'),
(135, 1, 'BZ', 'C'),
(136, 1, 'BJ', 'C'),
(137, 1, 'BM', 'C'),
(138, 1, 'BT', 'C'),
(139, 1, 'BO', 'C'),
(140, 1, 'BA', 'C'),
(141, 1, 'BW', 'C'),
(142, 1, 'BV', 'C'),
(143, 1, 'BR', 'C'),
(144, 1, 'IO', 'C'),
(145, 1, 'VG', 'C'),
(146, 1, 'BN', 'C'),
(147, 1, 'BG', 'C'),
(148, 1, 'BF', 'C'),
(149, 1, 'BI', 'C'),
(150, 1, 'KH', 'C'),
(151, 1, 'CM', 'C'),
(152, 1, 'CA', 'C'),
(153, 1, 'CV', 'C'),
(154, 1, 'KY', 'C'),
(155, 1, 'CF', 'C'),
(156, 1, 'TD', 'C'),
(157, 1, 'CL', 'C'),
(158, 1, 'CN', 'C'),
(159, 1, 'CX', 'C'),
(160, 1, 'CC', 'C'),
(161, 1, 'CO', 'C'),
(162, 1, 'KM', 'C'),
(163, 1, 'CG', 'C'),
(164, 1, 'CK', 'C'),
(165, 1, 'CR', 'C'),
(166, 1, 'CI', 'C'),
(167, 1, 'HR', 'C'),
(168, 1, 'CU', 'C'),
(169, 1, 'CY', 'C'),
(170, 1, 'CZ', 'C'),
(171, 1, 'DK', 'C'),
(172, 1, 'DJ', 'C'),
(173, 1, 'DM', 'C'),
(174, 1, 'DO', 'C'),
(175, 1, 'TP', 'C'),
(176, 1, 'EC', 'C'),
(177, 1, 'EG', 'C'),
(178, 1, 'SV', 'C'),
(179, 1, 'GQ', 'C'),
(180, 1, 'ER', 'C'),
(181, 1, 'EE', 'C'),
(182, 1, 'ET', 'C'),
(183, 1, 'FK', 'C'),
(184, 1, 'FO', 'C'),
(185, 1, 'FJ', 'C'),
(186, 1, 'FI', 'C'),
(187, 1, 'FR', 'C'),
(188, 1, 'FX', 'C'),
(189, 1, 'GF', 'C'),
(190, 1, 'PF', 'C'),
(191, 1, 'TF', 'C'),
(192, 1, 'GA', 'C'),
(193, 1, 'GM', 'C'),
(194, 1, 'GE', 'C'),
(195, 1, 'DE', 'C'),
(196, 1, 'GH', 'C'),
(197, 1, 'GI', 'C'),
(198, 1, 'GR', 'C'),
(199, 1, 'GL', 'C'),
(200, 1, 'GD', 'C'),
(201, 1, 'GP', 'C'),
(202, 1, 'GU', 'C'),
(203, 1, 'GT', 'C'),
(204, 1, 'GN', 'C'),
(205, 1, 'GW', 'C'),
(206, 1, 'GY', 'C'),
(207, 1, 'HT', 'C'),
(208, 1, 'HM', 'C'),
(209, 1, 'HN', 'C'),
(210, 1, 'HK', 'C'),
(211, 1, 'HU', 'C'),
(212, 1, 'IS', 'C'),
(213, 1, 'IN', 'C'),
(214, 1, 'ID', 'C'),
(215, 1, 'IQ', 'C'),
(216, 1, 'IE', 'C'),
(217, 1, 'IR', 'C'),
(218, 1, 'IL', 'C'),
(219, 1, 'IT', 'C'),
(220, 1, 'JM', 'C'),
(221, 1, 'JP', 'C'),
(222, 1, 'JO', 'C'),
(223, 1, 'KZ', 'C'),
(224, 1, 'KE', 'C'),
(225, 1, 'KI', 'C'),
(226, 1, 'KP', 'C'),
(227, 1, 'KR', 'C'),
(228, 1, 'KW', 'C'),
(229, 1, 'KG', 'C'),
(230, 1, 'LA', 'C'),
(231, 1, 'LV', 'C'),
(232, 1, 'LB', 'C'),
(233, 1, 'LS', 'C'),
(234, 1, 'LR', 'C'),
(235, 1, 'LY', 'C'),
(236, 1, 'LI', 'C'),
(237, 1, 'LT', 'C'),
(238, 1, 'LU', 'C'),
(239, 1, 'MO', 'C'),
(240, 1, 'MK', 'C'),
(241, 1, 'MG', 'C'),
(242, 1, 'MW', 'C'),
(243, 1, 'MY', 'C'),
(244, 1, 'MV', 'C'),
(245, 1, 'ML', 'C'),
(246, 1, 'MT', 'C'),
(247, 1, 'MH', 'C'),
(248, 1, 'MQ', 'C'),
(249, 1, 'MR', 'C'),
(250, 1, 'MU', 'C'),
(251, 1, 'YT', 'C'),
(252, 1, 'MX', 'C'),
(253, 1, 'FM', 'C'),
(254, 1, 'MD', 'C'),
(255, 1, 'MC', 'C'),
(256, 1, 'MN', 'C'),
(257, 1, 'MS', 'C'),
(258, 1, 'MA', 'C'),
(259, 1, 'MZ', 'C'),
(260, 1, 'MM', 'C'),
(261, 1, 'NA', 'C'),
(262, 1, 'NR', 'C'),
(263, 1, 'NP', 'C'),
(264, 1, 'NL', 'C'),
(266, 1, 'NC', 'C'),
(267, 1, 'NZ', 'C'),
(268, 1, 'NI', 'C'),
(269, 1, 'NE', 'C'),
(270, 1, 'NG', 'C'),
(271, 1, 'NU', 'C'),
(272, 1, 'NF', 'C'),
(273, 1, 'MP', 'C'),
(274, 1, 'NO', 'C'),
(275, 1, 'OM', 'C'),
(276, 1, 'PK', 'C'),
(277, 1, 'PW', 'C'),
(278, 1, 'PA', 'C'),
(279, 1, 'PG', 'C'),
(280, 1, 'PY', 'C'),
(281, 1, 'PE', 'C'),
(282, 1, 'PH', 'C'),
(283, 1, 'PN', 'C'),
(284, 1, 'PL', 'C'),
(285, 1, 'PT', 'C'),
(286, 1, 'PR', 'C'),
(287, 1, 'QA', 'C'),
(288, 1, 'RE', 'C'),
(289, 1, 'RO', 'C'),
(290, 1, 'RU', 'C'),
(291, 1, 'RW', 'C'),
(292, 1, 'LC', 'C'),
(293, 1, 'WS', 'C'),
(294, 1, 'SM', 'C'),
(295, 1, 'ST', 'C'),
(296, 1, 'SA', 'C'),
(297, 1, 'SN', 'C'),
(298, 1, 'SC', 'C'),
(299, 1, 'SL', 'C'),
(300, 1, 'SG', 'C'),
(301, 1, 'SK', 'C'),
(302, 1, 'SI', 'C'),
(303, 1, 'SB', 'C'),
(304, 1, 'SO', 'C'),
(305, 1, 'ZA', 'C'),
(306, 1, 'ES', 'C'),
(307, 1, 'LK', 'C'),
(308, 1, 'SH', 'C'),
(309, 1, 'KN', 'C'),
(310, 1, 'PM', 'C'),
(311, 1, 'VC', 'C'),
(312, 1, 'SD', 'C'),
(313, 1, 'SR', 'C'),
(314, 1, 'SJ', 'C'),
(315, 1, 'SZ', 'C'),
(316, 1, 'SE', 'C'),
(317, 1, 'CH', 'C'),
(318, 1, 'SY', 'C'),
(319, 1, 'TW', 'C'),
(320, 1, 'TJ', 'C'),
(321, 1, 'TZ', 'C'),
(322, 1, 'TH', 'C'),
(323, 1, 'TG', 'C'),
(324, 1, 'TK', 'C'),
(325, 1, 'TO', 'C'),
(326, 1, 'TT', 'C'),
(327, 1, 'TN', 'C'),
(328, 1, 'TR', 'C'),
(329, 1, 'TM', 'C'),
(330, 1, 'TC', 'C'),
(331, 1, 'TV', 'C'),
(332, 1, 'UG', 'C'),
(333, 1, 'UA', 'C'),
(334, 1, 'AE', 'C'),
(335, 1, 'GB', 'C'),
(336, 1, 'US', 'C'),
(337, 1, 'VI', 'C'),
(338, 1, 'UY', 'C'),
(339, 1, 'UZ', 'C'),
(340, 1, 'VU', 'C'),
(341, 1, 'VA', 'C'),
(342, 1, 'VE', 'C'),
(343, 1, 'VN', 'C'),
(344, 1, 'WF', 'C'),
(345, 1, 'EH', 'C'),
(346, 1, 'YE', 'C'),
(347, 1, 'YU', 'C'),
(348, 1, 'ZR', 'C'),
(349, 1, 'ZM', 'C'),
(350, 1, 'ZW', 'C'),
(351, 8, 'CA', 'C'),
(352, 1, 'IM', 'C'),
(353, 1, 'CW', 'C'),
(354, 1, 'SX', 'C'),
(1851, 7, '13', 'S'),
(1852, 7, '12', 'S'),
(1853, 7, '11', 'S'),
(1854, 7, '10', 'S'),
(1855, 7, '15', 'S'),
(1856, 7, '16', 'S'),
(1857, 7, '17', 'S'),
(1858, 7, '18', 'S'),
(1859, 7, '19', 'S'),
(1860, 7, '20', 'S'),
(1861, 7, '21', 'S'),
(1862, 7, '22', 'S'),
(1863, 7, '23', 'S'),
(1864, 7, '24', 'S'),
(1865, 7, '25', 'S'),
(1866, 7, '26', 'S'),
(1867, 7, '27', 'S'),
(1868, 7, '28', 'S'),
(1869, 7, '29', 'S'),
(1870, 7, '30', 'S'),
(1871, 7, '31', 'S'),
(1872, 7, '32', 'S'),
(1873, 7, '33', 'S'),
(1874, 7, '34', 'S'),
(1875, 7, '35', 'S'),
(1876, 7, '36', 'S'),
(1877, 7, '37', 'S'),
(1878, 7, '38', 'S'),
(1879, 7, '39', 'S'),
(1880, 7, '40', 'S'),
(1881, 7, '41', 'S'),
(1882, 7, '42', 'S'),
(1883, 7, '43', 'S'),
(1884, 7, '44', 'S'),
(1885, 7, '45', 'S'),
(1886, 7, '46', 'S'),
(1887, 7, '47', 'S'),
(1888, 7, '48', 'S'),
(1889, 7, '49', 'S'),
(1890, 7, '50', 'S'),
(1891, 7, '51', 'S'),
(1892, 7, '52', 'S'),
(1893, 7, '53', 'S'),
(1894, 7, '54', 'S'),
(1895, 7, '55', 'S'),
(1896, 7, '56', 'S'),
(1897, 7, '57', 'S'),
(1898, 7, '58', 'S'),
(1899, 7, '59', 'S'),
(1900, 7, '60', 'S'),
(1901, 7, '61', 'S'),
(1902, 7, '62', 'S'),
(1903, 7, '63', 'S'),
(1904, 7, '64', 'S'),
(1905, 7, 'US', 'C'),
(1906, 9, '905', 'S'),
(1907, 9, '909', 'S'),
(1908, 9, '910', 'S'),
(1909, 9, '908', 'S'),
(1910, 9, '911', 'S'),
(1911, 9, '912', 'S'),
(1912, 9, '913', 'S'),
(1913, 9, '931', 'S'),
(1914, 9, '914', 'S'),
(1915, 9, '915', 'S'),
(1916, 9, '916', 'S'),
(1917, 9, '917', 'S'),
(1918, 9, '918', 'S'),
(1919, 9, '919', 'S'),
(1920, 9, '920', 'S'),
(1921, 9, '903', 'S'),
(1922, 9, '921', 'S'),
(1923, 9, '922', 'S'),
(1924, 9, '923', 'S'),
(1925, 9, '924', 'S'),
(1926, 9, '925', 'S'),
(1927, 9, '926', 'S'),
(1928, 9, '927', 'S'),
(1929, 9, '928', 'S'),
(1930, 9, '904', 'S'),
(1931, 9, '929', 'S'),
(1932, 9, '930', 'S'),
(1933, 9, 'BR', 'C'),
(1934, 9, '*', 'Z'),
(1935, 9, '*', 'T'),
(1936, 9, '*', 'A');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_discussion`
--

CREATE TABLE `partiushop_discussion` (
  `thread_id` mediumint(8) UNSIGNED NOT NULL,
  `object_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `object_type` char(1) NOT NULL DEFAULT '',
  `type` char(1) NOT NULL DEFAULT 'D',
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_discussion`
--

INSERT INTO `partiushop_discussion` (`thread_id`, `object_id`, `object_type`, `type`, `company_id`) VALUES
(7, 1, 'A', 'D', 0),
(8, 2, 'A', 'D', 0),
(9, 3, 'A', 'D', 0),
(26, 0, 'E', 'B', 0),
(30, 30, 'A', 'D', 0),
(34, 20, 'A', 'D', 0),
(50, 6, 'A', 'D', 0),
(88, 4, 'A', 'D', 0),
(97, 48, 'A', 'D', 4),
(142, 49, 'A', 'D', 0),
(143, 50, 'A', 'D', 0),
(144, 51, 'A', 'D', 0),
(145, 52, 'A', 'D', 0),
(146, 53, 'A', 'D', 0),
(147, 54, 'A', 'D', 0),
(148, 55, 'A', 'D', 0),
(149, 56, 'A', 'D', 0),
(150, 57, 'A', 'D', 0),
(151, 58, 'A', 'D', 0),
(152, 59, 'A', 'D', 0),
(153, 60, 'A', 'D', 0),
(154, 61, 'A', 'D', 0),
(155, 62, 'A', 'D', 0),
(156, 63, 'A', 'D', 0),
(157, 64, 'A', 'D', 0),
(158, 65, 'A', 'D', 0),
(159, 66, 'A', 'D', 0),
(160, 67, 'A', 'D', 0),
(161, 68, 'A', 'D', 0),
(172, 281, 'C', 'B', 0),
(173, 282, 'C', 'D', 0),
(174, 283, 'C', 'D', 0),
(175, 284, 'C', 'D', 0),
(176, 285, 'C', 'D', 0),
(177, 286, 'C', 'D', 0),
(178, 287, 'C', 'D', 0),
(179, 288, 'C', 'D', 0),
(180, 289, 'C', 'D', 0),
(181, 290, 'C', 'D', 0),
(185, 296, 'P', 'D', 4),
(189, 297, 'P', 'D', 4),
(190, 291, 'C', 'D', 0),
(191, 292, 'C', 'D', 0),
(192, 293, 'C', 'D', 0),
(193, 294, 'C', 'D', 0),
(201, 298, 'P', 'D', 4),
(202, 299, 'P', 'D', 4),
(203, 300, 'P', 'D', 4),
(204, 301, 'P', 'D', 4),
(205, 302, 'P', 'D', 4),
(206, 303, 'P', 'D', 4),
(207, 304, 'P', 'D', 4),
(208, 305, 'P', 'D', 4),
(209, 306, 'P', 'D', 4),
(210, 307, 'P', 'D', 0);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_discussion_messages`
--

CREATE TABLE `partiushop_discussion_messages` (
  `message` mediumtext DEFAULT NULL,
  `post_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `thread_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_discussion_messages`
--

INSERT INTO `partiushop_discussion_messages` (`message`, `post_id`, `thread_id`) VALUES
('You guys have the BEST customer service known to man!!! I have always been impressed with how fast you help us out!', 18, 26),
('You\'re the best! Thank you most graciously and appreciatively!', 19, 26);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_discussion_posts`
--

CREATE TABLE `partiushop_discussion_posts` (
  `post_id` mediumint(8) UNSIGNED NOT NULL,
  `thread_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `name` varchar(128) NOT NULL DEFAULT '',
  `timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `ip_address` varbinary(40) NOT NULL DEFAULT '',
  `status` char(1) NOT NULL DEFAULT 'D'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_discussion_posts`
--

INSERT INTO `partiushop_discussion_posts` (`post_id`, `thread_id`, `name`, `timestamp`, `user_id`, `ip_address`, `status`) VALUES
(18, 26, 'Alex', 1383914729, 0, 0x31302e372e372e3933, 'A'),
(19, 26, 'Michael', 1383914678, 0, 0x31302e372e372e3933, 'A');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_discussion_rating`
--

CREATE TABLE `partiushop_discussion_rating` (
  `rating_value` tinyint(4) UNSIGNED NOT NULL DEFAULT 0,
  `post_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `thread_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_discussion_rating`
--

INSERT INTO `partiushop_discussion_rating` (`rating_value`, `post_id`, `thread_id`) VALUES
(4, 18, 26),
(5, 19, 26);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_ekeys`
--

CREATE TABLE `partiushop_ekeys` (
  `object_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `object_string` varchar(128) NOT NULL DEFAULT '',
  `object_type` char(1) NOT NULL DEFAULT 'R',
  `ekey` varchar(255) NOT NULL DEFAULT '',
  `ttl` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `data` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_ekeys`
--

INSERT INTO `partiushop_ekeys` (`object_id`, `object_string`, `object_type`, `ekey`, `ttl`, `data`) VALUES
(30, '', 'U', '9fbada88c298413540a24582a7afb2a1', 1653760646, '[]');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_em_mailchimp_webhooks`
--

CREATE TABLE `partiushop_em_mailchimp_webhooks` (
  `webhook_id` varchar(128) NOT NULL DEFAULT '',
  `list_id` varchar(128) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_em_subscribers`
--

CREATE TABLE `partiushop_em_subscribers` (
  `subscriber_id` mediumint(8) UNSIGNED NOT NULL,
  `email` varchar(128) NOT NULL DEFAULT '',
  `name` varchar(128) NOT NULL DEFAULT '',
  `timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `ip_address` varbinary(40) NOT NULL DEFAULT '',
  `lang_code` char(2) NOT NULL DEFAULT '',
  `status` char(1) NOT NULL DEFAULT 'A',
  `unsubscribe_key` varchar(32) NOT NULL DEFAULT '',
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_etl`
--

CREATE TABLE `partiushop_etl` (
  `etl_timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_etl`
--

INSERT INTO `partiushop_etl` (`etl_timestamp`) VALUES
(1656962331);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_et_category_banner`
--

CREATE TABLE `partiushop_et_category_banner` (
  `category_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `data` text DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_et_category_banner`
--

INSERT INTO `partiushop_et_category_banner` (`category_id`, `data`) VALUES
(166, '62,63'),
(203, '64'),
(223, '65'),
(228, '66'),
(241, '67'),
(245, '68'),
(250, '69'),
(265, '70'),
(266, '71'),
(281, ''),
(282, ''),
(283, ''),
(284, ''),
(285, ''),
(286, ''),
(287, ''),
(288, ''),
(289, ''),
(290, ''),
(291, ''),
(292, ''),
(293, ''),
(294, '');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_et_category_menu`
--

CREATE TABLE `partiushop_et_category_menu` (
  `et_menu_id` mediumint(8) UNSIGNED NOT NULL,
  `categ_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `size` text DEFAULT '',
  `thumbnails` text DEFAULT '',
  `icon` text DEFAULT '',
  `text` text DEFAULT '',
  `banner` text DEFAULT '',
  `lang_code` char(2) NOT NULL DEFAULT '',
  `products` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_et_category_menu`
--

INSERT INTO `partiushop_et_category_menu` (`et_menu_id`, `categ_id`, `size`, `thumbnails`, `icon`, `text`, `banner`, `lang_code`, `products`) VALUES
(398, 294, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'ro', NULL),
(412, 294, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'ru', NULL),
(426, 294, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'no', NULL),
(372, 293, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'it', NULL),
(386, 293, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'nl', NULL),
(400, 293, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'ro', NULL),
(414, 293, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'ru', NULL),
(428, 293, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'no', NULL),
(274, 294, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'pt', NULL),
(286, 294, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'en', NULL),
(300, 294, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'da', NULL),
(314, 294, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'de', NULL),
(440, 294, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'es', NULL),
(342, 294, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'fr', NULL),
(356, 294, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'el', NULL),
(370, 294, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'it', NULL),
(384, 294, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'nl', NULL),
(389, 291, 'a:2:{s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";}', 'a:1:{s:7:\"enabled\";s:1:\"N\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"G\";s:5:\"value\";s:18:\" fa fa-fw fa-heart\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}', 'a:6:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";s:5:\"descr\";s:0:\"\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:9:\"push_menu\";s:1:\"N\";s:12:\"offset_right\";s:1:\"0\";s:13:\"offset_bottom\";s:1:\"0\";}', 'nl', 'a:13:{s:7:\"enabled\";s:1:\"N\";s:3:\"ids\";s:0:\"\";s:8:\"position\";s:1:\"R\";s:10:\"show_title\";s:1:\"Y\";s:5:\"title\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:21:\"title_bkg_transparent\";s:1:\"N\";s:9:\"title_bkg\";s:7:\"#000000\";s:11:\"title_color\";s:7:\"#ffffff\";s:19:\"show_discount_label\";s:1:\"Y\";s:9:\"show_name\";s:1:\"Y\";s:10:\"show_price\";s:1:\"Y\";s:14:\"show_old_price\";s:1:\"Y\";}'),
(403, 291, 'a:2:{s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";}', 'a:1:{s:7:\"enabled\";s:1:\"N\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"G\";s:5:\"value\";s:18:\" fa fa-fw fa-heart\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}', 'a:6:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";s:5:\"descr\";s:0:\"\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:9:\"push_menu\";s:1:\"N\";s:12:\"offset_right\";s:1:\"0\";s:13:\"offset_bottom\";s:1:\"0\";}', 'ro', 'a:13:{s:7:\"enabled\";s:1:\"N\";s:3:\"ids\";s:0:\"\";s:8:\"position\";s:1:\"R\";s:10:\"show_title\";s:1:\"Y\";s:5:\"title\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:21:\"title_bkg_transparent\";s:1:\"N\";s:9:\"title_bkg\";s:7:\"#000000\";s:11:\"title_color\";s:7:\"#ffffff\";s:19:\"show_discount_label\";s:1:\"Y\";s:9:\"show_name\";s:1:\"Y\";s:10:\"show_price\";s:1:\"Y\";s:14:\"show_old_price\";s:1:\"Y\";}'),
(417, 291, 'a:2:{s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";}', 'a:1:{s:7:\"enabled\";s:1:\"N\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"G\";s:5:\"value\";s:18:\" fa fa-fw fa-heart\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}', 'a:6:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";s:5:\"descr\";s:0:\"\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:9:\"push_menu\";s:1:\"N\";s:12:\"offset_right\";s:1:\"0\";s:13:\"offset_bottom\";s:1:\"0\";}', 'ru', 'a:13:{s:7:\"enabled\";s:1:\"N\";s:3:\"ids\";s:0:\"\";s:8:\"position\";s:1:\"R\";s:10:\"show_title\";s:1:\"Y\";s:5:\"title\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:21:\"title_bkg_transparent\";s:1:\"N\";s:9:\"title_bkg\";s:7:\"#000000\";s:11:\"title_color\";s:7:\"#ffffff\";s:19:\"show_discount_label\";s:1:\"Y\";s:9:\"show_name\";s:1:\"Y\";s:10:\"show_price\";s:1:\"Y\";s:14:\"show_old_price\";s:1:\"Y\";}'),
(431, 291, 'a:2:{s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";}', 'a:1:{s:7:\"enabled\";s:1:\"N\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"G\";s:5:\"value\";s:18:\" fa fa-fw fa-heart\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}', 'a:6:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";s:5:\"descr\";s:0:\"\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:9:\"push_menu\";s:1:\"N\";s:12:\"offset_right\";s:1:\"0\";s:13:\"offset_bottom\";s:1:\"0\";}', 'no', 'a:13:{s:7:\"enabled\";s:1:\"N\";s:3:\"ids\";s:0:\"\";s:8:\"position\";s:1:\"R\";s:10:\"show_title\";s:1:\"Y\";s:5:\"title\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:21:\"title_bkg_transparent\";s:1:\"N\";s:9:\"title_bkg\";s:7:\"#000000\";s:11:\"title_color\";s:7:\"#ffffff\";s:19:\"show_discount_label\";s:1:\"Y\";s:9:\"show_name\";s:1:\"Y\";s:10:\"show_price\";s:1:\"Y\";s:14:\"show_old_price\";s:1:\"Y\";}'),
(250, 292, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'pt', NULL),
(287, 292, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'en', NULL),
(301, 292, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'da', NULL),
(315, 292, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'de', NULL),
(441, 292, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'es', NULL),
(343, 292, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'fr', NULL),
(357, 292, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'el', NULL),
(371, 292, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'it', NULL),
(385, 292, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'nl', NULL),
(399, 292, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'ro', NULL),
(413, 292, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'ru', NULL),
(427, 292, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'no', NULL),
(262, 293, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'pt', NULL),
(288, 293, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'en', NULL),
(302, 293, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'da', NULL),
(316, 293, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'de', NULL),
(442, 293, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'es', NULL),
(344, 293, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'fr', NULL),
(358, 293, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'el', NULL),
(375, 291, 'a:2:{s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";}', 'a:1:{s:7:\"enabled\";s:1:\"N\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"G\";s:5:\"value\";s:18:\" fa fa-fw fa-heart\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}', 'a:6:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";s:5:\"descr\";s:0:\"\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:9:\"push_menu\";s:1:\"N\";s:12:\"offset_right\";s:1:\"0\";s:13:\"offset_bottom\";s:1:\"0\";}', 'it', 'a:13:{s:7:\"enabled\";s:1:\"N\";s:3:\"ids\";s:0:\"\";s:8:\"position\";s:1:\"R\";s:10:\"show_title\";s:1:\"Y\";s:5:\"title\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:21:\"title_bkg_transparent\";s:1:\"N\";s:9:\"title_bkg\";s:7:\"#000000\";s:11:\"title_color\";s:7:\"#ffffff\";s:19:\"show_discount_label\";s:1:\"Y\";s:9:\"show_name\";s:1:\"Y\";s:10:\"show_price\";s:1:\"Y\";s:14:\"show_old_price\";s:1:\"Y\";}'),
(361, 291, 'a:2:{s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";}', 'a:1:{s:7:\"enabled\";s:1:\"N\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"G\";s:5:\"value\";s:18:\" fa fa-fw fa-heart\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}', 'a:6:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";s:5:\"descr\";s:0:\"\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:9:\"push_menu\";s:1:\"N\";s:12:\"offset_right\";s:1:\"0\";s:13:\"offset_bottom\";s:1:\"0\";}', 'el', 'a:13:{s:7:\"enabled\";s:1:\"N\";s:3:\"ids\";s:0:\"\";s:8:\"position\";s:1:\"R\";s:10:\"show_title\";s:1:\"Y\";s:5:\"title\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:21:\"title_bkg_transparent\";s:1:\"N\";s:9:\"title_bkg\";s:7:\"#000000\";s:11:\"title_color\";s:7:\"#ffffff\";s:19:\"show_discount_label\";s:1:\"Y\";s:9:\"show_name\";s:1:\"Y\";s:10:\"show_price\";s:1:\"Y\";s:14:\"show_old_price\";s:1:\"Y\";}'),
(214, 289, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'pt', NULL),
(289, 289, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'en', NULL),
(303, 289, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'da', NULL),
(317, 289, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'de', NULL),
(443, 289, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'es', NULL),
(345, 289, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'fr', NULL),
(359, 289, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'el', NULL),
(373, 289, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'it', NULL),
(387, 289, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'nl', NULL),
(401, 289, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'ro', NULL),
(415, 289, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'ru', NULL),
(429, 289, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'no', NULL),
(226, 290, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'pt', NULL),
(290, 290, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'en', NULL),
(304, 290, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'da', NULL),
(318, 290, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'de', NULL),
(444, 290, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'es', NULL),
(346, 290, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'fr', NULL),
(360, 290, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'el', NULL),
(374, 290, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'it', NULL),
(388, 290, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'nl', NULL),
(402, 290, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'ro', NULL),
(416, 290, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'ru', NULL),
(430, 290, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'no', NULL),
(238, 291, 'a:2:{s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";}', 'a:1:{s:7:\"enabled\";s:1:\"N\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"G\";s:5:\"value\";s:18:\" fa fa-fw fa-heart\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}', 'a:6:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";s:5:\"descr\";s:0:\"\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:9:\"push_menu\";s:1:\"N\";s:12:\"offset_right\";s:1:\"0\";s:13:\"offset_bottom\";s:1:\"0\";}', 'pt', 'a:13:{s:7:\"enabled\";s:1:\"N\";s:3:\"ids\";s:0:\"\";s:8:\"position\";s:1:\"R\";s:10:\"show_title\";s:1:\"Y\";s:5:\"title\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:21:\"title_bkg_transparent\";s:1:\"N\";s:9:\"title_bkg\";s:7:\"#000000\";s:11:\"title_color\";s:7:\"#ffffff\";s:19:\"show_discount_label\";s:1:\"Y\";s:9:\"show_name\";s:1:\"Y\";s:10:\"show_price\";s:1:\"Y\";s:14:\"show_old_price\";s:1:\"Y\";}'),
(291, 291, 'a:2:{s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";}', 'a:1:{s:7:\"enabled\";s:1:\"N\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"G\";s:5:\"value\";s:18:\" fa fa-fw fa-heart\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}', 'a:6:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";s:5:\"descr\";s:0:\"\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:9:\"push_menu\";s:1:\"N\";s:12:\"offset_right\";s:1:\"0\";s:13:\"offset_bottom\";s:1:\"0\";}', 'en', 'a:13:{s:7:\"enabled\";s:1:\"N\";s:3:\"ids\";s:0:\"\";s:8:\"position\";s:1:\"R\";s:10:\"show_title\";s:1:\"Y\";s:5:\"title\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:21:\"title_bkg_transparent\";s:1:\"N\";s:9:\"title_bkg\";s:7:\"#000000\";s:11:\"title_color\";s:7:\"#ffffff\";s:19:\"show_discount_label\";s:1:\"Y\";s:9:\"show_name\";s:1:\"Y\";s:10:\"show_price\";s:1:\"Y\";s:14:\"show_old_price\";s:1:\"Y\";}'),
(305, 291, 'a:2:{s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";}', 'a:1:{s:7:\"enabled\";s:1:\"N\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"G\";s:5:\"value\";s:18:\" fa fa-fw fa-heart\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}', 'a:6:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";s:5:\"descr\";s:0:\"\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:9:\"push_menu\";s:1:\"N\";s:12:\"offset_right\";s:1:\"0\";s:13:\"offset_bottom\";s:1:\"0\";}', 'da', 'a:13:{s:7:\"enabled\";s:1:\"N\";s:3:\"ids\";s:0:\"\";s:8:\"position\";s:1:\"R\";s:10:\"show_title\";s:1:\"Y\";s:5:\"title\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:21:\"title_bkg_transparent\";s:1:\"N\";s:9:\"title_bkg\";s:7:\"#000000\";s:11:\"title_color\";s:7:\"#ffffff\";s:19:\"show_discount_label\";s:1:\"Y\";s:9:\"show_name\";s:1:\"Y\";s:10:\"show_price\";s:1:\"Y\";s:14:\"show_old_price\";s:1:\"Y\";}'),
(319, 291, 'a:2:{s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";}', 'a:1:{s:7:\"enabled\";s:1:\"N\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"G\";s:5:\"value\";s:18:\" fa fa-fw fa-heart\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}', 'a:6:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";s:5:\"descr\";s:0:\"\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:9:\"push_menu\";s:1:\"N\";s:12:\"offset_right\";s:1:\"0\";s:13:\"offset_bottom\";s:1:\"0\";}', 'de', 'a:13:{s:7:\"enabled\";s:1:\"N\";s:3:\"ids\";s:0:\"\";s:8:\"position\";s:1:\"R\";s:10:\"show_title\";s:1:\"Y\";s:5:\"title\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:21:\"title_bkg_transparent\";s:1:\"N\";s:9:\"title_bkg\";s:7:\"#000000\";s:11:\"title_color\";s:7:\"#ffffff\";s:19:\"show_discount_label\";s:1:\"Y\";s:9:\"show_name\";s:1:\"Y\";s:10:\"show_price\";s:1:\"Y\";s:14:\"show_old_price\";s:1:\"Y\";}'),
(445, 291, 'a:2:{s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";}', 'a:1:{s:7:\"enabled\";s:1:\"N\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"G\";s:5:\"value\";s:18:\" fa fa-fw fa-heart\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}', 'a:6:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";s:5:\"descr\";s:0:\"\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:9:\"push_menu\";s:1:\"N\";s:12:\"offset_right\";s:1:\"0\";s:13:\"offset_bottom\";s:1:\"0\";}', 'es', 'a:13:{s:7:\"enabled\";s:1:\"N\";s:3:\"ids\";s:0:\"\";s:8:\"position\";s:1:\"R\";s:10:\"show_title\";s:1:\"Y\";s:5:\"title\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:21:\"title_bkg_transparent\";s:1:\"N\";s:9:\"title_bkg\";s:7:\"#000000\";s:11:\"title_color\";s:7:\"#ffffff\";s:19:\"show_discount_label\";s:1:\"Y\";s:9:\"show_name\";s:1:\"Y\";s:10:\"show_price\";s:1:\"Y\";s:14:\"show_old_price\";s:1:\"Y\";}'),
(347, 291, 'a:2:{s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";}', 'a:1:{s:7:\"enabled\";s:1:\"N\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"G\";s:5:\"value\";s:18:\" fa fa-fw fa-heart\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}', 'a:6:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";s:5:\"descr\";s:0:\"\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:9:\"push_menu\";s:1:\"N\";s:12:\"offset_right\";s:1:\"0\";s:13:\"offset_bottom\";s:1:\"0\";}', 'fr', 'a:13:{s:7:\"enabled\";s:1:\"N\";s:3:\"ids\";s:0:\"\";s:8:\"position\";s:1:\"R\";s:10:\"show_title\";s:1:\"Y\";s:5:\"title\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:21:\"title_bkg_transparent\";s:1:\"N\";s:9:\"title_bkg\";s:7:\"#000000\";s:11:\"title_color\";s:7:\"#ffffff\";s:19:\"show_discount_label\";s:1:\"Y\";s:9:\"show_name\";s:1:\"Y\";s:10:\"show_price\";s:1:\"Y\";s:14:\"show_old_price\";s:1:\"Y\";}'),
(362, 288, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'el', NULL),
(376, 288, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'it', NULL),
(390, 288, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'nl', NULL),
(404, 288, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'ro', NULL),
(418, 288, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'ru', NULL),
(432, 288, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'no', NULL),
(451, 287, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'es', NULL),
(353, 287, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'fr', NULL),
(367, 287, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'el', NULL),
(381, 287, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'it', NULL),
(395, 287, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'nl', NULL),
(409, 287, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'ro', NULL),
(423, 287, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'ru', NULL),
(437, 287, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'no', NULL),
(202, 288, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'pt', NULL),
(292, 288, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'en', NULL),
(306, 288, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'da', NULL),
(320, 288, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'de', NULL),
(446, 288, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'es', NULL),
(348, 288, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'fr', NULL),
(142, 283, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'pt', NULL),
(293, 283, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'en', NULL),
(307, 283, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'da', NULL),
(321, 283, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'de', NULL),
(447, 283, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'es', NULL),
(349, 283, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'fr', NULL),
(363, 283, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'el', NULL),
(377, 283, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'it', NULL),
(391, 283, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'nl', NULL),
(405, 283, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'ro', NULL),
(419, 283, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'ru', NULL),
(433, 283, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'no', NULL),
(154, 284, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'pt', NULL),
(294, 284, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'en', NULL),
(308, 284, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'da', NULL),
(322, 284, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'de', NULL),
(448, 284, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'es', NULL),
(350, 284, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'fr', NULL),
(364, 284, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'el', NULL),
(378, 284, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'it', NULL),
(392, 284, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'nl', NULL),
(406, 284, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'ro', NULL),
(420, 284, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'ru', NULL),
(434, 284, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'no', NULL),
(166, 285, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'pt', NULL),
(295, 285, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'en', NULL),
(309, 285, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'da', NULL),
(323, 285, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'de', NULL),
(449, 285, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'es', NULL),
(351, 285, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'fr', NULL),
(365, 285, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'el', NULL),
(379, 285, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'it', NULL),
(393, 285, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'nl', NULL),
(407, 285, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'ro', NULL),
(421, 285, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'ru', NULL),
(435, 285, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'no', NULL),
(178, 286, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'pt', NULL),
(296, 286, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'en', NULL),
(310, 286, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'da', NULL),
(324, 286, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'de', NULL),
(450, 286, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'es', NULL),
(352, 286, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'fr', NULL),
(366, 286, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'el', NULL),
(380, 286, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'it', NULL),
(394, 286, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'nl', NULL),
(408, 286, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'ro', NULL),
(422, 286, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'ru', NULL),
(436, 286, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'no', NULL),
(190, 287, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'pt', NULL),
(297, 287, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'en', NULL),
(311, 287, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'da', NULL),
(325, 287, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'de', NULL),
(368, 282, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'el', NULL),
(382, 282, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'it', NULL),
(396, 282, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'nl', NULL),
(410, 282, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'ro', NULL),
(424, 282, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'ru', NULL),
(438, 282, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'no', NULL),
(130, 282, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'pt', NULL),
(298, 282, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'en', NULL),
(312, 282, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'da', NULL),
(326, 282, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'de', NULL),
(452, 282, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'es', NULL),
(354, 282, '', '', '', 'a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}', '', 'fr', NULL),
(327, 281, 'a:2:{s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";}', 'a:1:{s:7:\"enabled\";s:1:\"N\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"G\";s:5:\"value\";s:20:\"   fa fa-fw fa-heart\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}', 'a:6:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";s:5:\"descr\";s:0:\"\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:9:\"push_menu\";s:1:\"N\";s:12:\"offset_right\";s:1:\"0\";s:13:\"offset_bottom\";s:1:\"0\";}', 'de', 'a:13:{s:7:\"enabled\";s:1:\"N\";s:3:\"ids\";s:0:\"\";s:8:\"position\";s:1:\"R\";s:10:\"show_title\";s:1:\"Y\";s:5:\"title\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:21:\"title_bkg_transparent\";s:1:\"N\";s:9:\"title_bkg\";s:7:\"#000000\";s:11:\"title_color\";s:7:\"#ffffff\";s:19:\"show_discount_label\";s:1:\"Y\";s:9:\"show_name\";s:1:\"Y\";s:10:\"show_price\";s:1:\"Y\";s:14:\"show_old_price\";s:1:\"Y\";}'),
(453, 281, 'a:2:{s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";}', 'a:1:{s:7:\"enabled\";s:1:\"N\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"G\";s:5:\"value\";s:20:\"   fa fa-fw fa-heart\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}', 'a:6:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";s:5:\"descr\";s:0:\"\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:9:\"push_menu\";s:1:\"N\";s:12:\"offset_right\";s:1:\"0\";s:13:\"offset_bottom\";s:1:\"0\";}', 'es', 'a:13:{s:7:\"enabled\";s:1:\"N\";s:3:\"ids\";s:0:\"\";s:8:\"position\";s:1:\"R\";s:10:\"show_title\";s:1:\"Y\";s:5:\"title\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:21:\"title_bkg_transparent\";s:1:\"N\";s:9:\"title_bkg\";s:7:\"#000000\";s:11:\"title_color\";s:7:\"#ffffff\";s:19:\"show_discount_label\";s:1:\"Y\";s:9:\"show_name\";s:1:\"Y\";s:10:\"show_price\";s:1:\"Y\";s:14:\"show_old_price\";s:1:\"Y\";}'),
(355, 281, 'a:2:{s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";}', 'a:1:{s:7:\"enabled\";s:1:\"N\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"G\";s:5:\"value\";s:20:\"   fa fa-fw fa-heart\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}', 'a:6:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";s:5:\"descr\";s:0:\"\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:9:\"push_menu\";s:1:\"N\";s:12:\"offset_right\";s:1:\"0\";s:13:\"offset_bottom\";s:1:\"0\";}', 'fr', 'a:13:{s:7:\"enabled\";s:1:\"N\";s:3:\"ids\";s:0:\"\";s:8:\"position\";s:1:\"R\";s:10:\"show_title\";s:1:\"Y\";s:5:\"title\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:21:\"title_bkg_transparent\";s:1:\"N\";s:9:\"title_bkg\";s:7:\"#000000\";s:11:\"title_color\";s:7:\"#ffffff\";s:19:\"show_discount_label\";s:1:\"Y\";s:9:\"show_name\";s:1:\"Y\";s:10:\"show_price\";s:1:\"Y\";s:14:\"show_old_price\";s:1:\"Y\";}'),
(369, 281, 'a:2:{s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";}', 'a:1:{s:7:\"enabled\";s:1:\"N\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"G\";s:5:\"value\";s:20:\"   fa fa-fw fa-heart\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}', 'a:6:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";s:5:\"descr\";s:0:\"\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:9:\"push_menu\";s:1:\"N\";s:12:\"offset_right\";s:1:\"0\";s:13:\"offset_bottom\";s:1:\"0\";}', 'el', 'a:13:{s:7:\"enabled\";s:1:\"N\";s:3:\"ids\";s:0:\"\";s:8:\"position\";s:1:\"R\";s:10:\"show_title\";s:1:\"Y\";s:5:\"title\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:21:\"title_bkg_transparent\";s:1:\"N\";s:9:\"title_bkg\";s:7:\"#000000\";s:11:\"title_color\";s:7:\"#ffffff\";s:19:\"show_discount_label\";s:1:\"Y\";s:9:\"show_name\";s:1:\"Y\";s:10:\"show_price\";s:1:\"Y\";s:14:\"show_old_price\";s:1:\"Y\";}'),
(383, 281, 'a:2:{s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";}', 'a:1:{s:7:\"enabled\";s:1:\"N\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"G\";s:5:\"value\";s:20:\"   fa fa-fw fa-heart\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}', 'a:6:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";s:5:\"descr\";s:0:\"\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:9:\"push_menu\";s:1:\"N\";s:12:\"offset_right\";s:1:\"0\";s:13:\"offset_bottom\";s:1:\"0\";}', 'it', 'a:13:{s:7:\"enabled\";s:1:\"N\";s:3:\"ids\";s:0:\"\";s:8:\"position\";s:1:\"R\";s:10:\"show_title\";s:1:\"Y\";s:5:\"title\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:21:\"title_bkg_transparent\";s:1:\"N\";s:9:\"title_bkg\";s:7:\"#000000\";s:11:\"title_color\";s:7:\"#ffffff\";s:19:\"show_discount_label\";s:1:\"Y\";s:9:\"show_name\";s:1:\"Y\";s:10:\"show_price\";s:1:\"Y\";s:14:\"show_old_price\";s:1:\"Y\";}'),
(397, 281, 'a:2:{s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";}', 'a:1:{s:7:\"enabled\";s:1:\"N\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"G\";s:5:\"value\";s:20:\"   fa fa-fw fa-heart\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}', 'a:6:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";s:5:\"descr\";s:0:\"\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:9:\"push_menu\";s:1:\"N\";s:12:\"offset_right\";s:1:\"0\";s:13:\"offset_bottom\";s:1:\"0\";}', 'nl', 'a:13:{s:7:\"enabled\";s:1:\"N\";s:3:\"ids\";s:0:\"\";s:8:\"position\";s:1:\"R\";s:10:\"show_title\";s:1:\"Y\";s:5:\"title\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:21:\"title_bkg_transparent\";s:1:\"N\";s:9:\"title_bkg\";s:7:\"#000000\";s:11:\"title_color\";s:7:\"#ffffff\";s:19:\"show_discount_label\";s:1:\"Y\";s:9:\"show_name\";s:1:\"Y\";s:10:\"show_price\";s:1:\"Y\";s:14:\"show_old_price\";s:1:\"Y\";}'),
(411, 281, 'a:2:{s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";}', 'a:1:{s:7:\"enabled\";s:1:\"N\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"G\";s:5:\"value\";s:20:\"   fa fa-fw fa-heart\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}', 'a:6:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";s:5:\"descr\";s:0:\"\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:9:\"push_menu\";s:1:\"N\";s:12:\"offset_right\";s:1:\"0\";s:13:\"offset_bottom\";s:1:\"0\";}', 'ro', 'a:13:{s:7:\"enabled\";s:1:\"N\";s:3:\"ids\";s:0:\"\";s:8:\"position\";s:1:\"R\";s:10:\"show_title\";s:1:\"Y\";s:5:\"title\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:21:\"title_bkg_transparent\";s:1:\"N\";s:9:\"title_bkg\";s:7:\"#000000\";s:11:\"title_color\";s:7:\"#ffffff\";s:19:\"show_discount_label\";s:1:\"Y\";s:9:\"show_name\";s:1:\"Y\";s:10:\"show_price\";s:1:\"Y\";s:14:\"show_old_price\";s:1:\"Y\";}'),
(425, 281, 'a:2:{s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";}', 'a:1:{s:7:\"enabled\";s:1:\"N\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"G\";s:5:\"value\";s:20:\"   fa fa-fw fa-heart\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}', 'a:6:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";s:5:\"descr\";s:0:\"\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:9:\"push_menu\";s:1:\"N\";s:12:\"offset_right\";s:1:\"0\";s:13:\"offset_bottom\";s:1:\"0\";}', 'ru', 'a:13:{s:7:\"enabled\";s:1:\"N\";s:3:\"ids\";s:0:\"\";s:8:\"position\";s:1:\"R\";s:10:\"show_title\";s:1:\"Y\";s:5:\"title\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:21:\"title_bkg_transparent\";s:1:\"N\";s:9:\"title_bkg\";s:7:\"#000000\";s:11:\"title_color\";s:7:\"#ffffff\";s:19:\"show_discount_label\";s:1:\"Y\";s:9:\"show_name\";s:1:\"Y\";s:10:\"show_price\";s:1:\"Y\";s:14:\"show_old_price\";s:1:\"Y\";}'),
(439, 281, 'a:2:{s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";}', 'a:1:{s:7:\"enabled\";s:1:\"N\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"G\";s:5:\"value\";s:20:\"   fa fa-fw fa-heart\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}', 'a:6:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";s:5:\"descr\";s:0:\"\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:9:\"push_menu\";s:1:\"N\";s:12:\"offset_right\";s:1:\"0\";s:13:\"offset_bottom\";s:1:\"0\";}', 'no', 'a:13:{s:7:\"enabled\";s:1:\"N\";s:3:\"ids\";s:0:\"\";s:8:\"position\";s:1:\"R\";s:10:\"show_title\";s:1:\"Y\";s:5:\"title\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:21:\"title_bkg_transparent\";s:1:\"N\";s:9:\"title_bkg\";s:7:\"#000000\";s:11:\"title_color\";s:7:\"#ffffff\";s:19:\"show_discount_label\";s:1:\"Y\";s:9:\"show_name\";s:1:\"Y\";s:10:\"show_price\";s:1:\"Y\";s:14:\"show_old_price\";s:1:\"Y\";}'),
(313, 281, 'a:2:{s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";}', 'a:1:{s:7:\"enabled\";s:1:\"N\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"G\";s:5:\"value\";s:20:\"   fa fa-fw fa-heart\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}', 'a:6:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";s:5:\"descr\";s:0:\"\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:9:\"push_menu\";s:1:\"N\";s:12:\"offset_right\";s:1:\"0\";s:13:\"offset_bottom\";s:1:\"0\";}', 'da', 'a:13:{s:7:\"enabled\";s:1:\"N\";s:3:\"ids\";s:0:\"\";s:8:\"position\";s:1:\"R\";s:10:\"show_title\";s:1:\"Y\";s:5:\"title\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:21:\"title_bkg_transparent\";s:1:\"N\";s:9:\"title_bkg\";s:7:\"#000000\";s:11:\"title_color\";s:7:\"#ffffff\";s:19:\"show_discount_label\";s:1:\"Y\";s:9:\"show_name\";s:1:\"Y\";s:10:\"show_price\";s:1:\"Y\";s:14:\"show_old_price\";s:1:\"Y\";}'),
(118, 281, 'a:2:{s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";}', 'a:1:{s:7:\"enabled\";s:1:\"N\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"G\";s:5:\"value\";s:20:\"   fa fa-fw fa-heart\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}', 'a:6:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";s:5:\"descr\";s:0:\"\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:9:\"push_menu\";s:1:\"N\";s:12:\"offset_right\";s:1:\"0\";s:13:\"offset_bottom\";s:1:\"0\";}', 'pt', 'a:13:{s:7:\"enabled\";s:1:\"N\";s:3:\"ids\";s:0:\"\";s:8:\"position\";s:1:\"R\";s:10:\"show_title\";s:1:\"Y\";s:5:\"title\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:21:\"title_bkg_transparent\";s:1:\"N\";s:9:\"title_bkg\";s:7:\"#000000\";s:11:\"title_color\";s:7:\"#ffffff\";s:19:\"show_discount_label\";s:1:\"Y\";s:9:\"show_name\";s:1:\"Y\";s:10:\"show_price\";s:1:\"Y\";s:14:\"show_old_price\";s:1:\"Y\";}'),
(299, 281, 'a:2:{s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";}', 'a:1:{s:7:\"enabled\";s:1:\"N\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"G\";s:5:\"value\";s:20:\"   fa fa-fw fa-heart\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}', 'a:6:{s:7:\"enabled\";s:1:\"N\";s:5:\"label\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";s:5:\"descr\";s:0:\"\";}', 'a:5:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:9:\"push_menu\";s:1:\"N\";s:12:\"offset_right\";s:1:\"0\";s:13:\"offset_bottom\";s:1:\"0\";}', 'en', 'a:13:{s:7:\"enabled\";s:1:\"N\";s:3:\"ids\";s:0:\"\";s:8:\"position\";s:1:\"R\";s:10:\"show_title\";s:1:\"Y\";s:5:\"title\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:21:\"title_bkg_transparent\";s:1:\"N\";s:9:\"title_bkg\";s:7:\"#000000\";s:11:\"title_color\";s:7:\"#ffffff\";s:19:\"show_discount_label\";s:1:\"Y\";s:9:\"show_name\";s:1:\"Y\";s:10:\"show_price\";s:1:\"Y\";s:14:\"show_old_price\";s:1:\"Y\";}');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_et_featured_product_banner_tabs`
--

CREATE TABLE `partiushop_et_featured_product_banner_tabs` (
  `block_id` mediumint(8) UNSIGNED NOT NULL,
  `data` text DEFAULT '',
  `status` char(1) NOT NULL DEFAULT 'A'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_et_featured_product_banner_tabs`
--

INSERT INTO `partiushop_et_featured_product_banner_tabs` (`block_id`, `data`, `status`) VALUES
(1, 'a:4:{s:5:\"color\";s:7:\"#ff9900\";s:9:\"bkg_color\";s:7:\"#ff9900\";s:10:\"tabs_color\";s:7:\"#000000\";s:17:\"tabs_color_active\";s:7:\"#ff9900\";}', 'A'),
(2, 'a:4:{s:5:\"color\";s:7:\"#cc0000\";s:9:\"bkg_color\";s:7:\"#cc0000\";s:10:\"tabs_color\";s:7:\"#000000\";s:17:\"tabs_color_active\";s:7:\"#cc0000\";}', 'A'),
(3, 'a:4:{s:5:\"color\";s:7:\"#434343\";s:9:\"bkg_color\";s:7:\"#f1c232\";s:10:\"tabs_color\";s:7:\"#6aa84f\";s:17:\"tabs_color_active\";s:7:\"#e83e8c\";}', 'A'),
(4, 'a:4:{s:5:\"color\";s:7:\"#20a7ab\";s:9:\"bkg_color\";s:7:\"#20a7ab\";s:10:\"tabs_color\";s:7:\"#000000\";s:17:\"tabs_color_active\";s:7:\"#20a7ab\";}', 'A');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_et_featured_product_banner_tabs_data`
--

CREATE TABLE `partiushop_et_featured_product_banner_tabs_data` (
  `block_id` mediumint(8) UNSIGNED NOT NULL,
  `data` text DEFAULT '',
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_et_featured_product_banner_tabs_data`
--

INSERT INTO `partiushop_et_featured_product_banner_tabs_data` (`block_id`, `data`, `lang_code`) VALUES
(1, 'a:1:{s:5:\"title\";s:20:\"Items For Your House\";}', 'pt'),
(1, 'a:1:{s:5:\"title\";s:20:\"Items For Your House\";}', 'en'),
(1, 'a:1:{s:5:\"title\";s:20:\"Items For Your House\";}', 'da'),
(1, 'a:1:{s:5:\"title\";s:20:\"Items For Your House\";}', 'de'),
(1, 'a:1:{s:5:\"title\";s:20:\"Items For Your House\";}', 'es'),
(1, 'a:1:{s:5:\"title\";s:20:\"Items For Your House\";}', 'fr'),
(1, 'a:1:{s:5:\"title\";s:20:\"Items For Your House\";}', 'el'),
(1, 'a:1:{s:5:\"title\";s:20:\"Items For Your House\";}', 'it'),
(1, 'a:1:{s:5:\"title\";s:20:\"Items For Your House\";}', 'nl'),
(1, 'a:1:{s:5:\"title\";s:20:\"Items For Your House\";}', 'ro'),
(1, 'a:1:{s:5:\"title\";s:20:\"Items For Your House\";}', 'ru'),
(1, 'a:1:{s:5:\"title\";s:20:\"Items For Your House\";}', 'no'),
(2, 'a:1:{s:5:\"title\";s:12:\"Best Watches\";}', 'pt'),
(2, 'a:1:{s:5:\"title\";s:12:\"Best Watches\";}', 'en'),
(2, 'a:1:{s:5:\"title\";s:12:\"Best Watches\";}', 'da'),
(2, 'a:1:{s:5:\"title\";s:12:\"Best Watches\";}', 'de'),
(2, 'a:1:{s:5:\"title\";s:12:\"Best Watches\";}', 'es'),
(2, 'a:1:{s:5:\"title\";s:12:\"Best Watches\";}', 'fr'),
(2, 'a:1:{s:5:\"title\";s:12:\"Best Watches\";}', 'el'),
(2, 'a:1:{s:5:\"title\";s:12:\"Best Watches\";}', 'it'),
(2, 'a:1:{s:5:\"title\";s:12:\"Best Watches\";}', 'nl'),
(2, 'a:1:{s:5:\"title\";s:12:\"Best Watches\";}', 'ro'),
(2, 'a:1:{s:5:\"title\";s:12:\"Best Watches\";}', 'ru'),
(2, 'a:1:{s:5:\"title\";s:12:\"Best Watches\";}', 'no'),
(3, 'a:1:{s:5:\"title\";s:15:\"For Your Health\";}', 'pt'),
(3, 'a:1:{s:5:\"title\";s:15:\"For Your Health\";}', 'en'),
(3, 'a:1:{s:5:\"title\";s:15:\"For Your Health\";}', 'da'),
(3, 'a:1:{s:5:\"title\";s:15:\"For Your Health\";}', 'de'),
(3, 'a:1:{s:5:\"title\";s:15:\"For Your Health\";}', 'es'),
(3, 'a:1:{s:5:\"title\";s:15:\"For Your Health\";}', 'fr'),
(3, 'a:1:{s:5:\"title\";s:15:\"For Your Health\";}', 'el'),
(3, 'a:1:{s:5:\"title\";s:15:\"For Your Health\";}', 'it'),
(3, 'a:1:{s:5:\"title\";s:15:\"For Your Health\";}', 'nl'),
(3, 'a:1:{s:5:\"title\";s:15:\"For Your Health\";}', 'ro'),
(3, 'a:1:{s:5:\"title\";s:15:\"For Your Health\";}', 'ru'),
(3, 'a:1:{s:5:\"title\";s:15:\"For Your Health\";}', 'no'),
(4, 'a:1:{s:5:\"title\";s:18:\"Electronic devices\";}', 'pt'),
(4, 'a:1:{s:5:\"title\";s:18:\"Electronic devices\";}', 'en'),
(4, 'a:1:{s:5:\"title\";s:18:\"Electronic devices\";}', 'da'),
(4, 'a:1:{s:5:\"title\";s:18:\"Electronic devices\";}', 'de'),
(4, 'a:1:{s:5:\"title\";s:18:\"Electronic devices\";}', 'es'),
(4, 'a:1:{s:5:\"title\";s:18:\"Electronic devices\";}', 'fr'),
(4, 'a:1:{s:5:\"title\";s:18:\"Electronic devices\";}', 'el'),
(4, 'a:1:{s:5:\"title\";s:18:\"Electronic devices\";}', 'it'),
(4, 'a:1:{s:5:\"title\";s:18:\"Electronic devices\";}', 'nl'),
(4, 'a:1:{s:5:\"title\";s:18:\"Electronic devices\";}', 'ro'),
(4, 'a:1:{s:5:\"title\";s:18:\"Electronic devices\";}', 'ru'),
(4, 'a:1:{s:5:\"title\";s:18:\"Electronic devices\";}', 'no');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_et_featured_product_banner_tabs_tabs`
--

CREATE TABLE `partiushop_et_featured_product_banner_tabs_tabs` (
  `tab_id` mediumint(8) UNSIGNED NOT NULL,
  `block_id` mediumint(8) UNSIGNED NOT NULL,
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `data` text DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_et_featured_product_banner_tabs_tabs`
--

INSERT INTO `partiushop_et_featured_product_banner_tabs_tabs` (`tab_id`, `block_id`, `position`, `data`) VALUES
(1, 1, 10, 'a:3:{s:15:\"custom_settings\";a:4:{s:6:\"active\";s:1:\"Y\";s:10:\"title_rows\";s:1:\"2\";s:7:\"columns\";s:1:\"6\";s:11:\"image_width\";s:3:\"298\";}s:11:\"product_ids\";s:22:\"1,4,5,6,7,8,9,10,11,12\";s:10:\"banner_ids\";a:2:{s:8:\"banner_1\";i:72;s:8:\"banner_2\";s:0:\"\";}}'),
(2, 1, 20, 'a:3:{s:15:\"custom_settings\";a:4:{s:6:\"active\";s:1:\"Y\";s:10:\"title_rows\";s:1:\"2\";s:7:\"columns\";s:1:\"6\";s:11:\"image_width\";s:3:\"298\";}s:11:\"product_ids\";s:40:\"1,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18\";s:10:\"banner_ids\";a:2:{s:8:\"banner_1\";i:73;s:8:\"banner_2\";i:74;}}'),
(3, 1, 30, 'a:3:{s:15:\"custom_settings\";a:4:{s:6:\"active\";s:1:\"Y\";s:10:\"title_rows\";s:1:\"2\";s:7:\"columns\";s:2:\"10\";s:11:\"image_width\";s:3:\"298\";}s:11:\"product_ids\";s:22:\"1,4,5,6,7,8,9,10,11,12\";s:10:\"banner_ids\";a:2:{s:8:\"banner_1\";s:0:\"\";s:8:\"banner_2\";s:0:\"\";}}'),
(4, 2, 10, 'a:3:{s:15:\"custom_settings\";a:4:{s:6:\"active\";s:1:\"Y\";s:10:\"title_rows\";s:1:\"2\";s:7:\"columns\";s:1:\"8\";s:11:\"image_width\";s:3:\"178\";}s:11:\"product_ids\";s:28:\"1,4,5,6,7,8,9,10,11,12,13,14\";s:10:\"banner_ids\";a:2:{s:8:\"banner_1\";i:75;s:8:\"banner_2\";i:76;}}'),
(5, 2, 20, 'a:3:{s:15:\"custom_settings\";a:4:{s:6:\"active\";s:1:\"Y\";s:10:\"title_rows\";s:1:\"2\";s:7:\"columns\";s:1:\"8\";s:11:\"image_width\";s:3:\"178\";}s:11:\"product_ids\";s:28:\"1,4,5,6,7,8,9,10,11,12,13,14\";s:10:\"banner_ids\";a:2:{s:8:\"banner_1\";i:77;s:8:\"banner_2\";s:0:\"\";}}'),
(6, 2, 30, 'a:3:{s:15:\"custom_settings\";a:4:{s:6:\"active\";s:1:\"Y\";s:10:\"title_rows\";s:1:\"2\";s:7:\"columns\";s:1:\"8\";s:11:\"image_width\";s:3:\"178\";}s:11:\"product_ids\";s:22:\"1,4,5,6,7,8,9,10,11,12\";s:10:\"banner_ids\";a:2:{s:8:\"banner_1\";i:78;s:8:\"banner_2\";s:0:\"\";}}'),
(7, 3, 10, 'a:3:{s:15:\"custom_settings\";a:4:{s:6:\"active\";s:1:\"Y\";s:10:\"title_rows\";s:1:\"2\";s:7:\"columns\";s:1:\"8\";s:11:\"image_width\";s:3:\"178\";}s:11:\"product_ids\";s:22:\"1,4,5,6,7,8,9,10,11,12\";s:10:\"banner_ids\";a:2:{s:8:\"banner_1\";i:79;s:8:\"banner_2\";s:0:\"\";}}'),
(8, 3, 20, 'a:3:{s:15:\"custom_settings\";a:4:{s:6:\"active\";s:1:\"Y\";s:10:\"title_rows\";s:1:\"2\";s:7:\"columns\";s:1:\"8\";s:11:\"image_width\";s:3:\"178\";}s:11:\"product_ids\";s:25:\"1,4,5,6,7,8,9,10,11,12,13\";s:10:\"banner_ids\";a:2:{s:8:\"banner_1\";i:80;s:8:\"banner_2\";i:81;}}'),
(9, 3, 30, 'a:3:{s:15:\"custom_settings\";a:4:{s:6:\"active\";s:1:\"Y\";s:10:\"title_rows\";s:1:\"2\";s:7:\"columns\";s:1:\"8\";s:11:\"image_width\";s:3:\"178\";}s:11:\"product_ids\";s:25:\"1,4,5,6,7,8,9,10,11,12,13\";s:10:\"banner_ids\";a:2:{s:8:\"banner_1\";i:82;s:8:\"banner_2\";s:0:\"\";}}'),
(10, 3, 40, 'a:3:{s:15:\"custom_settings\";a:4:{s:6:\"active\";s:1:\"N\";s:10:\"title_rows\";s:1:\"1\";s:7:\"columns\";s:1:\"8\";s:11:\"image_width\";s:3:\"178\";}s:11:\"product_ids\";s:28:\"1,4,5,6,7,8,9,10,11,12,13,14\";s:10:\"banner_ids\";a:2:{s:8:\"banner_1\";i:83;s:8:\"banner_2\";s:0:\"\";}}'),
(11, 4, 10, 'a:3:{s:15:\"custom_settings\";a:4:{s:6:\"active\";s:1:\"Y\";s:10:\"title_rows\";s:1:\"2\";s:7:\"columns\";s:1:\"6\";s:11:\"image_width\";s:3:\"298\";}s:11:\"product_ids\";s:22:\"1,4,5,6,7,8,9,10,11,12\";s:10:\"banner_ids\";a:2:{s:8:\"banner_1\";i:84;s:8:\"banner_2\";i:85;}}'),
(12, 4, 20, 'a:3:{s:15:\"custom_settings\";a:4:{s:6:\"active\";s:1:\"Y\";s:10:\"title_rows\";s:1:\"2\";s:7:\"columns\";s:1:\"6\";s:11:\"image_width\";s:3:\"298\";}s:11:\"product_ids\";s:22:\"1,4,5,6,7,8,9,10,11,12\";s:10:\"banner_ids\";a:2:{s:8:\"banner_1\";i:86;s:8:\"banner_2\";i:87;}}'),
(13, 4, 30, 'a:3:{s:15:\"custom_settings\";a:4:{s:6:\"active\";s:1:\"Y\";s:10:\"title_rows\";s:1:\"2\";s:7:\"columns\";s:1:\"9\";s:11:\"image_width\";s:3:\"298\";}s:11:\"product_ids\";s:22:\"1,4,5,6,7,8,9,10,11,12\";s:10:\"banner_ids\";a:2:{s:8:\"banner_1\";i:88;s:8:\"banner_2\";s:0:\"\";}}'),
(14, 4, 40, 'a:3:{s:15:\"custom_settings\";a:4:{s:6:\"active\";s:1:\"Y\";s:10:\"title_rows\";s:1:\"2\";s:7:\"columns\";s:1:\"6\";s:11:\"image_width\";s:3:\"298\";}s:11:\"product_ids\";s:34:\"1,4,5,6,7,8,9,10,11,12,13,14,15,16\";s:10:\"banner_ids\";a:2:{s:8:\"banner_1\";i:89;s:8:\"banner_2\";s:0:\"\";}}');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_et_featured_product_banner_tabs_tabs_data`
--

CREATE TABLE `partiushop_et_featured_product_banner_tabs_tabs_data` (
  `data_id` mediumint(8) UNSIGNED NOT NULL,
  `tab_id` mediumint(8) UNSIGNED NOT NULL,
  `data` text DEFAULT '',
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_et_featured_product_banner_tabs_tabs_data`
--

INSERT INTO `partiushop_et_featured_product_banner_tabs_tabs_data` (`data_id`, `tab_id`, `data`, `lang_code`) VALUES
(13, 1, 'a:3:{s:5:\"title\";s:10:\"Appliances\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'pt'),
(183, 1, 'a:3:{s:5:\"title\";s:10:\"Appliances\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'en'),
(197, 1, 'a:3:{s:5:\"title\";s:10:\"Appliances\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'da'),
(211, 1, 'a:3:{s:5:\"title\";s:10:\"Appliances\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'de'),
(337, 1, 'a:3:{s:5:\"title\";s:10:\"Appliances\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'es'),
(239, 1, 'a:3:{s:5:\"title\";s:10:\"Appliances\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'fr'),
(253, 1, 'a:3:{s:5:\"title\";s:10:\"Appliances\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'el'),
(267, 1, 'a:3:{s:5:\"title\";s:10:\"Appliances\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'it'),
(281, 1, 'a:3:{s:5:\"title\";s:10:\"Appliances\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'nl'),
(295, 1, 'a:3:{s:5:\"title\";s:10:\"Appliances\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'ro'),
(309, 1, 'a:3:{s:5:\"title\";s:10:\"Appliances\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'ru'),
(323, 1, 'a:3:{s:5:\"title\";s:10:\"Appliances\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'no'),
(26, 2, 'a:3:{s:5:\"title\";s:11:\"Modern Rugs\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'pt'),
(184, 2, 'a:3:{s:5:\"title\";s:11:\"Modern Rugs\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'en'),
(198, 2, 'a:3:{s:5:\"title\";s:11:\"Modern Rugs\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'da'),
(212, 2, 'a:3:{s:5:\"title\";s:11:\"Modern Rugs\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'de'),
(338, 2, 'a:3:{s:5:\"title\";s:11:\"Modern Rugs\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'es'),
(240, 2, 'a:3:{s:5:\"title\";s:11:\"Modern Rugs\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'fr'),
(254, 2, 'a:3:{s:5:\"title\";s:11:\"Modern Rugs\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'el'),
(268, 2, 'a:3:{s:5:\"title\";s:11:\"Modern Rugs\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'it'),
(282, 2, 'a:3:{s:5:\"title\";s:11:\"Modern Rugs\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'nl'),
(296, 2, 'a:3:{s:5:\"title\";s:11:\"Modern Rugs\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'ro'),
(310, 2, 'a:3:{s:5:\"title\";s:11:\"Modern Rugs\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'ru'),
(324, 2, 'a:3:{s:5:\"title\";s:11:\"Modern Rugs\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'no'),
(39, 3, 'a:3:{s:5:\"title\";s:15:\"Home Appliances\";s:12:\"url_banner_1\";s:0:\"\";s:12:\"url_banner_2\";s:0:\"\";}', 'pt'),
(185, 3, 'a:3:{s:5:\"title\";s:15:\"Home Appliances\";s:12:\"url_banner_1\";s:0:\"\";s:12:\"url_banner_2\";s:0:\"\";}', 'en'),
(199, 3, 'a:3:{s:5:\"title\";s:15:\"Home Appliances\";s:12:\"url_banner_1\";s:0:\"\";s:12:\"url_banner_2\";s:0:\"\";}', 'da'),
(213, 3, 'a:3:{s:5:\"title\";s:15:\"Home Appliances\";s:12:\"url_banner_1\";s:0:\"\";s:12:\"url_banner_2\";s:0:\"\";}', 'de'),
(339, 3, 'a:3:{s:5:\"title\";s:15:\"Home Appliances\";s:12:\"url_banner_1\";s:0:\"\";s:12:\"url_banner_2\";s:0:\"\";}', 'es'),
(241, 3, 'a:3:{s:5:\"title\";s:15:\"Home Appliances\";s:12:\"url_banner_1\";s:0:\"\";s:12:\"url_banner_2\";s:0:\"\";}', 'fr'),
(255, 3, 'a:3:{s:5:\"title\";s:15:\"Home Appliances\";s:12:\"url_banner_1\";s:0:\"\";s:12:\"url_banner_2\";s:0:\"\";}', 'el'),
(269, 3, 'a:3:{s:5:\"title\";s:15:\"Home Appliances\";s:12:\"url_banner_1\";s:0:\"\";s:12:\"url_banner_2\";s:0:\"\";}', 'it'),
(283, 3, 'a:3:{s:5:\"title\";s:15:\"Home Appliances\";s:12:\"url_banner_1\";s:0:\"\";s:12:\"url_banner_2\";s:0:\"\";}', 'nl'),
(297, 3, 'a:3:{s:5:\"title\";s:15:\"Home Appliances\";s:12:\"url_banner_1\";s:0:\"\";s:12:\"url_banner_2\";s:0:\"\";}', 'ro'),
(311, 3, 'a:3:{s:5:\"title\";s:15:\"Home Appliances\";s:12:\"url_banner_1\";s:0:\"\";s:12:\"url_banner_2\";s:0:\"\";}', 'ru'),
(325, 3, 'a:3:{s:5:\"title\";s:15:\"Home Appliances\";s:12:\"url_banner_1\";s:0:\"\";s:12:\"url_banner_2\";s:0:\"\";}', 'no'),
(52, 4, 'a:3:{s:5:\"title\";s:7:\"For Her\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'pt'),
(186, 4, 'a:3:{s:5:\"title\";s:7:\"For Her\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'en'),
(200, 4, 'a:3:{s:5:\"title\";s:7:\"For Her\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'da'),
(214, 4, 'a:3:{s:5:\"title\";s:7:\"For Her\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'de'),
(340, 4, 'a:3:{s:5:\"title\";s:7:\"For Her\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'es'),
(242, 4, 'a:3:{s:5:\"title\";s:7:\"For Her\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'fr'),
(256, 4, 'a:3:{s:5:\"title\";s:7:\"For Her\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'el'),
(270, 4, 'a:3:{s:5:\"title\";s:7:\"For Her\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'it'),
(284, 4, 'a:3:{s:5:\"title\";s:7:\"For Her\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'nl'),
(298, 4, 'a:3:{s:5:\"title\";s:7:\"For Her\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'ro'),
(312, 4, 'a:3:{s:5:\"title\";s:7:\"For Her\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'ru'),
(326, 4, 'a:3:{s:5:\"title\";s:7:\"For Her\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'no'),
(65, 5, 'a:3:{s:5:\"title\";s:7:\"For Him\";s:12:\"url_banner_1\";s:0:\"\";s:12:\"url_banner_2\";s:0:\"\";}', 'pt'),
(187, 5, 'a:3:{s:5:\"title\";s:7:\"For Him\";s:12:\"url_banner_1\";s:0:\"\";s:12:\"url_banner_2\";s:0:\"\";}', 'en'),
(201, 5, 'a:3:{s:5:\"title\";s:7:\"For Him\";s:12:\"url_banner_1\";s:0:\"\";s:12:\"url_banner_2\";s:0:\"\";}', 'da'),
(215, 5, 'a:3:{s:5:\"title\";s:7:\"For Him\";s:12:\"url_banner_1\";s:0:\"\";s:12:\"url_banner_2\";s:0:\"\";}', 'de'),
(341, 5, 'a:3:{s:5:\"title\";s:7:\"For Him\";s:12:\"url_banner_1\";s:0:\"\";s:12:\"url_banner_2\";s:0:\"\";}', 'es'),
(243, 5, 'a:3:{s:5:\"title\";s:7:\"For Him\";s:12:\"url_banner_1\";s:0:\"\";s:12:\"url_banner_2\";s:0:\"\";}', 'fr'),
(257, 5, 'a:3:{s:5:\"title\";s:7:\"For Him\";s:12:\"url_banner_1\";s:0:\"\";s:12:\"url_banner_2\";s:0:\"\";}', 'el'),
(271, 5, 'a:3:{s:5:\"title\";s:7:\"For Him\";s:12:\"url_banner_1\";s:0:\"\";s:12:\"url_banner_2\";s:0:\"\";}', 'it'),
(285, 5, 'a:3:{s:5:\"title\";s:7:\"For Him\";s:12:\"url_banner_1\";s:0:\"\";s:12:\"url_banner_2\";s:0:\"\";}', 'nl'),
(299, 5, 'a:3:{s:5:\"title\";s:7:\"For Him\";s:12:\"url_banner_1\";s:0:\"\";s:12:\"url_banner_2\";s:0:\"\";}', 'ro'),
(313, 5, 'a:3:{s:5:\"title\";s:7:\"For Him\";s:12:\"url_banner_1\";s:0:\"\";s:12:\"url_banner_2\";s:0:\"\";}', 'ru'),
(327, 5, 'a:3:{s:5:\"title\";s:7:\"For Him\";s:12:\"url_banner_1\";s:0:\"\";s:12:\"url_banner_2\";s:0:\"\";}', 'no'),
(78, 6, 'a:3:{s:5:\"title\";s:13:\"Smart Watches\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'pt'),
(188, 6, 'a:3:{s:5:\"title\";s:13:\"Smart Watches\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'en'),
(202, 6, 'a:3:{s:5:\"title\";s:13:\"Smart Watches\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'da'),
(216, 6, 'a:3:{s:5:\"title\";s:13:\"Smart Watches\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'de'),
(342, 6, 'a:3:{s:5:\"title\";s:13:\"Smart Watches\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'es'),
(244, 6, 'a:3:{s:5:\"title\";s:13:\"Smart Watches\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'fr'),
(258, 6, 'a:3:{s:5:\"title\";s:13:\"Smart Watches\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'el'),
(272, 6, 'a:3:{s:5:\"title\";s:13:\"Smart Watches\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'it'),
(286, 6, 'a:3:{s:5:\"title\";s:13:\"Smart Watches\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'nl'),
(300, 6, 'a:3:{s:5:\"title\";s:13:\"Smart Watches\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'ro'),
(314, 6, 'a:3:{s:5:\"title\";s:13:\"Smart Watches\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'ru'),
(328, 6, 'a:3:{s:5:\"title\";s:13:\"Smart Watches\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'no'),
(91, 7, 'a:3:{s:5:\"title\";s:12:\"Toothbrushes\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'pt'),
(189, 7, 'a:3:{s:5:\"title\";s:12:\"Toothbrushes\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'en'),
(203, 7, 'a:3:{s:5:\"title\";s:12:\"Toothbrushes\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'da'),
(217, 7, 'a:3:{s:5:\"title\";s:12:\"Toothbrushes\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'de'),
(343, 7, 'a:3:{s:5:\"title\";s:12:\"Toothbrushes\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'es'),
(245, 7, 'a:3:{s:5:\"title\";s:12:\"Toothbrushes\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'fr'),
(259, 7, 'a:3:{s:5:\"title\";s:12:\"Toothbrushes\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'el'),
(273, 7, 'a:3:{s:5:\"title\";s:12:\"Toothbrushes\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'it'),
(287, 7, 'a:3:{s:5:\"title\";s:12:\"Toothbrushes\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'nl'),
(301, 7, 'a:3:{s:5:\"title\";s:12:\"Toothbrushes\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'ro'),
(315, 7, 'a:3:{s:5:\"title\";s:12:\"Toothbrushes\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'ru'),
(329, 7, 'a:3:{s:5:\"title\";s:12:\"Toothbrushes\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'no'),
(104, 8, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 1\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'pt'),
(190, 8, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 1\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'en'),
(204, 8, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 1\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'da'),
(218, 8, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 1\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'de'),
(344, 8, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 1\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'es'),
(246, 8, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 1\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'fr'),
(260, 8, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 1\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'el'),
(274, 8, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 1\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'it'),
(288, 8, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 1\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'nl'),
(302, 8, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 1\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'ro'),
(316, 8, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 1\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'ru'),
(330, 8, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 1\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:1:\"#\";}', 'no'),
(117, 9, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 2\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'pt'),
(191, 9, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 2\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'en'),
(205, 9, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 2\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'da'),
(219, 9, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 2\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'de'),
(345, 9, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 2\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'es'),
(247, 9, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 2\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'fr'),
(261, 9, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 2\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'el'),
(275, 9, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 2\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'it'),
(289, 9, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 2\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'nl'),
(303, 9, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 2\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'ro'),
(317, 9, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 2\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'ru'),
(331, 9, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 2\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'no'),
(130, 10, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 3\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'pt'),
(192, 10, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 3\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'en'),
(206, 10, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 3\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'da'),
(220, 10, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 3\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'de'),
(346, 10, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 3\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'es'),
(248, 10, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 3\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'fr'),
(262, 10, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 3\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'el'),
(276, 10, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 3\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'it'),
(290, 10, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 3\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'nl'),
(304, 10, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 3\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'ro'),
(318, 10, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 3\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'ru'),
(332, 10, 'a:3:{s:5:\"title\";s:12:\"Custom Tab 3\";s:12:\"url_banner_1\";s:1:\"#\";s:12:\"url_banner_2\";s:0:\"\";}', 'no'),
(143, 11, 'a:1:{s:5:\"title\";s:11:\"Smartphones\";}', 'pt'),
(193, 11, 'a:1:{s:5:\"title\";s:11:\"Smartphones\";}', 'en'),
(207, 11, 'a:1:{s:5:\"title\";s:11:\"Smartphones\";}', 'da'),
(221, 11, 'a:1:{s:5:\"title\";s:11:\"Smartphones\";}', 'de'),
(347, 11, 'a:1:{s:5:\"title\";s:11:\"Smartphones\";}', 'es'),
(249, 11, 'a:1:{s:5:\"title\";s:11:\"Smartphones\";}', 'fr'),
(263, 11, 'a:1:{s:5:\"title\";s:11:\"Smartphones\";}', 'el'),
(277, 11, 'a:1:{s:5:\"title\";s:11:\"Smartphones\";}', 'it'),
(291, 11, 'a:1:{s:5:\"title\";s:11:\"Smartphones\";}', 'nl'),
(305, 11, 'a:1:{s:5:\"title\";s:11:\"Smartphones\";}', 'ro'),
(319, 11, 'a:1:{s:5:\"title\";s:11:\"Smartphones\";}', 'ru'),
(333, 11, 'a:1:{s:5:\"title\";s:11:\"Smartphones\";}', 'no'),
(156, 12, 'a:1:{s:5:\"title\";s:7:\"Laptops\";}', 'pt'),
(194, 12, 'a:1:{s:5:\"title\";s:7:\"Laptops\";}', 'en'),
(208, 12, 'a:1:{s:5:\"title\";s:7:\"Laptops\";}', 'da'),
(222, 12, 'a:1:{s:5:\"title\";s:7:\"Laptops\";}', 'de'),
(348, 12, 'a:1:{s:5:\"title\";s:7:\"Laptops\";}', 'es'),
(250, 12, 'a:1:{s:5:\"title\";s:7:\"Laptops\";}', 'fr'),
(264, 12, 'a:1:{s:5:\"title\";s:7:\"Laptops\";}', 'el'),
(278, 12, 'a:1:{s:5:\"title\";s:7:\"Laptops\";}', 'it'),
(292, 12, 'a:1:{s:5:\"title\";s:7:\"Laptops\";}', 'nl'),
(306, 12, 'a:1:{s:5:\"title\";s:7:\"Laptops\";}', 'ro'),
(320, 12, 'a:1:{s:5:\"title\";s:7:\"Laptops\";}', 'ru'),
(334, 12, 'a:1:{s:5:\"title\";s:7:\"Laptops\";}', 'no'),
(169, 13, 'a:1:{s:5:\"title\";s:9:\"Smart TVs\";}', 'pt'),
(195, 13, 'a:1:{s:5:\"title\";s:9:\"Smart TVs\";}', 'en'),
(209, 13, 'a:1:{s:5:\"title\";s:9:\"Smart TVs\";}', 'da'),
(223, 13, 'a:1:{s:5:\"title\";s:9:\"Smart TVs\";}', 'de'),
(349, 13, 'a:1:{s:5:\"title\";s:9:\"Smart TVs\";}', 'es'),
(251, 13, 'a:1:{s:5:\"title\";s:9:\"Smart TVs\";}', 'fr'),
(265, 13, 'a:1:{s:5:\"title\";s:9:\"Smart TVs\";}', 'el'),
(279, 13, 'a:1:{s:5:\"title\";s:9:\"Smart TVs\";}', 'it'),
(293, 13, 'a:1:{s:5:\"title\";s:9:\"Smart TVs\";}', 'nl'),
(307, 13, 'a:1:{s:5:\"title\";s:9:\"Smart TVs\";}', 'ro'),
(321, 13, 'a:1:{s:5:\"title\";s:9:\"Smart TVs\";}', 'ru'),
(335, 13, 'a:1:{s:5:\"title\";s:9:\"Smart TVs\";}', 'no'),
(182, 14, 'a:1:{s:5:\"title\";s:14:\"Any Custom Tab\";}', 'pt'),
(196, 14, 'a:1:{s:5:\"title\";s:14:\"Any Custom Tab\";}', 'en'),
(210, 14, 'a:1:{s:5:\"title\";s:14:\"Any Custom Tab\";}', 'da'),
(224, 14, 'a:1:{s:5:\"title\";s:14:\"Any Custom Tab\";}', 'de'),
(350, 14, 'a:1:{s:5:\"title\";s:14:\"Any Custom Tab\";}', 'es'),
(252, 14, 'a:1:{s:5:\"title\";s:14:\"Any Custom Tab\";}', 'fr'),
(266, 14, 'a:1:{s:5:\"title\";s:14:\"Any Custom Tab\";}', 'el'),
(280, 14, 'a:1:{s:5:\"title\";s:14:\"Any Custom Tab\";}', 'it'),
(294, 14, 'a:1:{s:5:\"title\";s:14:\"Any Custom Tab\";}', 'nl'),
(308, 14, 'a:1:{s:5:\"title\";s:14:\"Any Custom Tab\";}', 'ro'),
(322, 14, 'a:1:{s:5:\"title\";s:14:\"Any Custom Tab\";}', 'ru'),
(336, 14, 'a:1:{s:5:\"title\";s:14:\"Any Custom Tab\";}', 'no');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_et_menu`
--

CREATE TABLE `partiushop_et_menu` (
  `et_menu_id` mediumint(8) UNSIGNED NOT NULL,
  `param_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `data` text DEFAULT '',
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_et_menu`
--

INSERT INTO `partiushop_et_menu` (`et_menu_id`, `param_id`, `data`, `lang_code`) VALUES
(194, 430, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#ff9900\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:28:\"    far fa-caret-square-left\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#9900ff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'en'),
(211, 430, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#ff9900\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:28:\"    far fa-caret-square-left\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#9900ff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'da'),
(228, 430, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#ff9900\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:28:\"    far fa-caret-square-left\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#9900ff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'de'),
(381, 430, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#ff9900\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:28:\"    far fa-caret-square-left\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#9900ff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'es'),
(262, 430, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#ff9900\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:28:\"    far fa-caret-square-left\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#9900ff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'fr'),
(279, 430, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#ff9900\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:28:\"    far fa-caret-square-left\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#9900ff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'el'),
(296, 430, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#ff9900\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:28:\"    far fa-caret-square-left\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#9900ff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'it'),
(313, 430, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#ff9900\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:28:\"    far fa-caret-square-left\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#9900ff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'nl'),
(330, 430, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#ff9900\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:28:\"    far fa-caret-square-left\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#9900ff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'ro'),
(347, 430, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#ff9900\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:28:\"    far fa-caret-square-left\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#9900ff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'ru'),
(364, 430, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#ff9900\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:28:\"    far fa-caret-square-left\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#9900ff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'no'),
(12, 430, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#ff9900\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:28:\"    far fa-caret-square-left\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#9900ff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'pt'),
(195, 431, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:19:\" fas fa-fighter-jet\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'en'),
(212, 431, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:19:\" fas fa-fighter-jet\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'da'),
(229, 431, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:19:\" fas fa-fighter-jet\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'de'),
(382, 431, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:19:\" fas fa-fighter-jet\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'es'),
(263, 431, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:19:\" fas fa-fighter-jet\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'fr'),
(280, 431, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:19:\" fas fa-fighter-jet\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'el'),
(297, 431, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:19:\" fas fa-fighter-jet\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'it'),
(314, 431, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:19:\" fas fa-fighter-jet\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'nl'),
(331, 431, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:19:\" fas fa-fighter-jet\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'ro'),
(348, 431, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:19:\" fas fa-fighter-jet\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'ru'),
(365, 431, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:19:\" fas fa-fighter-jet\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'no'),
(24, 431, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:19:\" fas fa-fighter-jet\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'pt'),
(196, 432, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:12:\" fas fa-tint\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'en'),
(213, 432, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:12:\" fas fa-tint\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'da'),
(230, 432, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:12:\" fas fa-tint\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'de'),
(383, 432, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:12:\" fas fa-tint\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'es'),
(264, 432, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:12:\" fas fa-tint\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'fr'),
(281, 432, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:12:\" fas fa-tint\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'el'),
(298, 432, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:12:\" fas fa-tint\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'it'),
(315, 432, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:12:\" fas fa-tint\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'nl'),
(332, 432, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:12:\" fas fa-tint\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'ro'),
(349, 432, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:12:\" fas fa-tint\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'ru'),
(366, 432, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:12:\" fas fa-tint\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'no'),
(36, 432, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:12:\" fas fa-tint\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'pt'),
(197, 433, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:23:\" fas fa-question-circle\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'en'),
(214, 433, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:23:\" fas fa-question-circle\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'da'),
(231, 433, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:23:\" fas fa-question-circle\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'de'),
(384, 433, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:23:\" fas fa-question-circle\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'es'),
(265, 433, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:23:\" fas fa-question-circle\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'fr'),
(282, 433, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:23:\" fas fa-question-circle\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'el'),
(299, 433, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:23:\" fas fa-question-circle\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'it'),
(316, 433, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:23:\" fas fa-question-circle\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'nl'),
(333, 433, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:23:\" fas fa-question-circle\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'ro'),
(350, 433, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:23:\" fas fa-question-circle\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'ru'),
(367, 433, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:23:\" fas fa-question-circle\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'no'),
(48, 433, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:23:\" fas fa-question-circle\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'pt'),
(198, 434, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:15:\"   fas fa-phone\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'en'),
(215, 434, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:15:\"   fas fa-phone\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'da'),
(232, 434, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:15:\"   fas fa-phone\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'de'),
(385, 434, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:15:\"   fas fa-phone\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'es'),
(266, 434, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:15:\"   fas fa-phone\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'fr'),
(283, 434, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:15:\"   fas fa-phone\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'el'),
(300, 434, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:15:\"   fas fa-phone\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'it'),
(317, 434, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:15:\"   fas fa-phone\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'nl'),
(334, 434, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:15:\"   fas fa-phone\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'ro'),
(351, 434, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:15:\"   fas fa-phone\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'ru'),
(368, 434, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:15:\"   fas fa-phone\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'no'),
(60, 434, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:15:\"   fas fa-phone\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'pt'),
(199, 435, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#bf9000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:33:\"                 fas fa-briefcase\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#00ff00\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:4:\"ddas\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ff9900\";s:3:\"bkg\";s:7:\"#000000\";}}', 'en'),
(216, 435, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#bf9000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:33:\"                 fas fa-briefcase\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#00ff00\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:4:\"ddas\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ff9900\";s:3:\"bkg\";s:7:\"#000000\";}}', 'da'),
(233, 435, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#bf9000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:33:\"                 fas fa-briefcase\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#00ff00\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:4:\"ddas\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ff9900\";s:3:\"bkg\";s:7:\"#000000\";}}', 'de'),
(386, 435, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#bf9000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:33:\"                 fas fa-briefcase\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#00ff00\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:4:\"ddas\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ff9900\";s:3:\"bkg\";s:7:\"#000000\";}}', 'es'),
(267, 435, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#bf9000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:33:\"                 fas fa-briefcase\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#00ff00\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:4:\"ddas\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ff9900\";s:3:\"bkg\";s:7:\"#000000\";}}', 'fr'),
(284, 435, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#bf9000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:33:\"                 fas fa-briefcase\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#00ff00\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:4:\"ddas\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ff9900\";s:3:\"bkg\";s:7:\"#000000\";}}', 'el'),
(301, 435, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#bf9000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:33:\"                 fas fa-briefcase\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#00ff00\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:4:\"ddas\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ff9900\";s:3:\"bkg\";s:7:\"#000000\";}}', 'it'),
(318, 435, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#bf9000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:33:\"                 fas fa-briefcase\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#00ff00\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:4:\"ddas\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ff9900\";s:3:\"bkg\";s:7:\"#000000\";}}', 'nl'),
(335, 435, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#bf9000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:33:\"                 fas fa-briefcase\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#00ff00\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:4:\"ddas\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ff9900\";s:3:\"bkg\";s:7:\"#000000\";}}', 'ro'),
(352, 435, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#bf9000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:33:\"                 fas fa-briefcase\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#00ff00\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:4:\"ddas\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ff9900\";s:3:\"bkg\";s:7:\"#000000\";}}', 'ru'),
(369, 435, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#bf9000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:33:\"                 fas fa-briefcase\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#00ff00\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:4:\"ddas\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ff9900\";s:3:\"bkg\";s:7:\"#000000\";}}', 'no'),
(72, 435, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#bf9000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:33:\"                 fas fa-briefcase\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#00ff00\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:4:\"ddas\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ff9900\";s:3:\"bkg\";s:7:\"#000000\";}}', 'pt'),
(200, 436, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#545453\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:33:\"               far fa-credit-card\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'en'),
(217, 436, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#545453\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:33:\"               far fa-credit-card\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'da'),
(234, 436, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#545453\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:33:\"               far fa-credit-card\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'de'),
(387, 436, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#545453\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:33:\"               far fa-credit-card\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'es'),
(268, 436, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#545453\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:33:\"               far fa-credit-card\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'fr'),
(285, 436, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#545453\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:33:\"               far fa-credit-card\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'el'),
(302, 436, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#545453\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:33:\"               far fa-credit-card\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'it'),
(319, 436, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#545453\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:33:\"               far fa-credit-card\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'nl'),
(336, 436, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#545453\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:33:\"               far fa-credit-card\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'ro'),
(353, 436, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#545453\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:33:\"               far fa-credit-card\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'ru'),
(370, 436, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#545453\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:33:\"               far fa-credit-card\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'no'),
(84, 436, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#545453\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:33:\"               far fa-credit-card\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#666666\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'pt'),
(201, 437, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#526c85\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:49:\"                                       fas fa-tag\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:4:\"SALE\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#df0101\";}}', 'en'),
(218, 437, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#526c85\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:49:\"                                       fas fa-tag\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:4:\"SALE\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#df0101\";}}', 'da'),
(235, 437, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#526c85\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:49:\"                                       fas fa-tag\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:4:\"SALE\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#df0101\";}}', 'de'),
(388, 437, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#526c85\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:49:\"                                       fas fa-tag\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:4:\"SALE\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#df0101\";}}', 'es'),
(269, 437, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#526c85\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:49:\"                                       fas fa-tag\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:4:\"SALE\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#df0101\";}}', 'fr'),
(286, 437, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#526c85\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:49:\"                                       fas fa-tag\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:4:\"SALE\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#df0101\";}}', 'el'),
(303, 437, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#526c85\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:49:\"                                       fas fa-tag\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:4:\"SALE\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#df0101\";}}', 'it'),
(320, 437, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#526c85\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:49:\"                                       fas fa-tag\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:4:\"SALE\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#df0101\";}}', 'nl'),
(337, 437, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#526c85\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:49:\"                                       fas fa-tag\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:4:\"SALE\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#df0101\";}}', 'ro'),
(354, 437, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#526c85\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:49:\"                                       fas fa-tag\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:4:\"SALE\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#df0101\";}}', 'ru'),
(371, 437, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#526c85\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:49:\"                                       fas fa-tag\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:4:\"SALE\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#df0101\";}}', 'no'),
(96, 437, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#526c85\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:49:\"                                       fas fa-tag\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:4:\"SALE\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#df0101\";}}', 'pt'),
(202, 438, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#617c96\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:22:\"    fas fa-plus-square\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:3:\"NEW\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";s:3:\"bkg\";s:7:\"#ffed05\";}}', 'en'),
(219, 438, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#617c96\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:22:\"    fas fa-plus-square\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:3:\"NEW\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";s:3:\"bkg\";s:7:\"#ffed05\";}}', 'da'),
(236, 438, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#617c96\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:22:\"    fas fa-plus-square\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:3:\"NEW\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";s:3:\"bkg\";s:7:\"#ffed05\";}}', 'de'),
(389, 438, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#617c96\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:22:\"    fas fa-plus-square\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:3:\"NEW\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";s:3:\"bkg\";s:7:\"#ffed05\";}}', 'es');
INSERT INTO `partiushop_et_menu` (`et_menu_id`, `param_id`, `data`, `lang_code`) VALUES
(270, 438, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#617c96\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:22:\"    fas fa-plus-square\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:3:\"NEW\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";s:3:\"bkg\";s:7:\"#ffed05\";}}', 'fr'),
(287, 438, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#617c96\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:22:\"    fas fa-plus-square\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:3:\"NEW\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";s:3:\"bkg\";s:7:\"#ffed05\";}}', 'el'),
(304, 438, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#617c96\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:22:\"    fas fa-plus-square\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:3:\"NEW\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";s:3:\"bkg\";s:7:\"#ffed05\";}}', 'it'),
(321, 438, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#617c96\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:22:\"    fas fa-plus-square\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:3:\"NEW\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";s:3:\"bkg\";s:7:\"#ffed05\";}}', 'nl'),
(338, 438, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#617c96\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:22:\"    fas fa-plus-square\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:3:\"NEW\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";s:3:\"bkg\";s:7:\"#ffed05\";}}', 'ro'),
(355, 438, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#617c96\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:22:\"    fas fa-plus-square\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:3:\"NEW\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";s:3:\"bkg\";s:7:\"#ffed05\";}}', 'ru'),
(372, 438, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#617c96\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:22:\"    fas fa-plus-square\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:3:\"NEW\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";s:3:\"bkg\";s:7:\"#ffed05\";}}', 'no'),
(108, 438, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#617c96\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:22:\"    fas fa-plus-square\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:3:\"NEW\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";s:3:\"bkg\";s:7:\"#ffed05\";}}', 'pt'),
(203, 439, 'a:3:{s:5:\"color\";a:4:{s:10:\"color_type\";s:1:\"S\";s:7:\"enabled\";s:1:\"Y\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#6e8aa5\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:21:\"   fas fa-certificate\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:3:\"TOP\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";s:3:\"bkg\";s:7:\"#4bd40f\";}}', 'en'),
(220, 439, 'a:3:{s:5:\"color\";a:4:{s:10:\"color_type\";s:1:\"S\";s:7:\"enabled\";s:1:\"Y\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#6e8aa5\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:21:\"   fas fa-certificate\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:3:\"TOP\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";s:3:\"bkg\";s:7:\"#4bd40f\";}}', 'da'),
(237, 439, 'a:3:{s:5:\"color\";a:4:{s:10:\"color_type\";s:1:\"S\";s:7:\"enabled\";s:1:\"Y\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#6e8aa5\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:21:\"   fas fa-certificate\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:3:\"TOP\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";s:3:\"bkg\";s:7:\"#4bd40f\";}}', 'de'),
(390, 439, 'a:3:{s:5:\"color\";a:4:{s:10:\"color_type\";s:1:\"S\";s:7:\"enabled\";s:1:\"Y\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#6e8aa5\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:21:\"   fas fa-certificate\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:3:\"TOP\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";s:3:\"bkg\";s:7:\"#4bd40f\";}}', 'es'),
(271, 439, 'a:3:{s:5:\"color\";a:4:{s:10:\"color_type\";s:1:\"S\";s:7:\"enabled\";s:1:\"Y\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#6e8aa5\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:21:\"   fas fa-certificate\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:3:\"TOP\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";s:3:\"bkg\";s:7:\"#4bd40f\";}}', 'fr'),
(288, 439, 'a:3:{s:5:\"color\";a:4:{s:10:\"color_type\";s:1:\"S\";s:7:\"enabled\";s:1:\"Y\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#6e8aa5\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:21:\"   fas fa-certificate\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:3:\"TOP\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";s:3:\"bkg\";s:7:\"#4bd40f\";}}', 'el'),
(305, 439, 'a:3:{s:5:\"color\";a:4:{s:10:\"color_type\";s:1:\"S\";s:7:\"enabled\";s:1:\"Y\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#6e8aa5\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:21:\"   fas fa-certificate\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:3:\"TOP\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";s:3:\"bkg\";s:7:\"#4bd40f\";}}', 'it'),
(322, 439, 'a:3:{s:5:\"color\";a:4:{s:10:\"color_type\";s:1:\"S\";s:7:\"enabled\";s:1:\"Y\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#6e8aa5\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:21:\"   fas fa-certificate\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:3:\"TOP\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";s:3:\"bkg\";s:7:\"#4bd40f\";}}', 'nl'),
(339, 439, 'a:3:{s:5:\"color\";a:4:{s:10:\"color_type\";s:1:\"S\";s:7:\"enabled\";s:1:\"Y\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#6e8aa5\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:21:\"   fas fa-certificate\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:3:\"TOP\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";s:3:\"bkg\";s:7:\"#4bd40f\";}}', 'ro'),
(356, 439, 'a:3:{s:5:\"color\";a:4:{s:10:\"color_type\";s:1:\"S\";s:7:\"enabled\";s:1:\"Y\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#6e8aa5\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:21:\"   fas fa-certificate\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:3:\"TOP\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";s:3:\"bkg\";s:7:\"#4bd40f\";}}', 'ru'),
(373, 439, 'a:3:{s:5:\"color\";a:4:{s:10:\"color_type\";s:1:\"S\";s:7:\"enabled\";s:1:\"Y\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#6e8aa5\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:21:\"   fas fa-certificate\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:3:\"TOP\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";s:3:\"bkg\";s:7:\"#4bd40f\";}}', 'no'),
(120, 439, 'a:3:{s:5:\"color\";a:4:{s:10:\"color_type\";s:1:\"S\";s:7:\"enabled\";s:1:\"Y\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#6e8aa5\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:21:\"   fas fa-certificate\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:3:\"TOP\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";s:3:\"bkg\";s:7:\"#4bd40f\";}}', 'pt'),
(204, 440, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#bf9000\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:17:\"fas fa-registered\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'en'),
(221, 440, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#bf9000\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:17:\"fas fa-registered\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'da'),
(238, 440, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#bf9000\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:17:\"fas fa-registered\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'de'),
(391, 440, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#bf9000\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:17:\"fas fa-registered\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'es'),
(272, 440, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#bf9000\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:17:\"fas fa-registered\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'fr'),
(289, 440, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#bf9000\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:17:\"fas fa-registered\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'el'),
(306, 440, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#bf9000\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:17:\"fas fa-registered\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'it'),
(323, 440, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#bf9000\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:17:\"fas fa-registered\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'nl'),
(340, 440, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#bf9000\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:17:\"fas fa-registered\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'ro'),
(357, 440, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#bf9000\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:17:\"fas fa-registered\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'ru'),
(374, 440, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#bf9000\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:17:\"fas fa-registered\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'no'),
(132, 440, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#bf9000\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:17:\"fas fa-registered\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'pt'),
(205, 441, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#1bd1f7\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:16:\"fas fa-thumbtack\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'en'),
(222, 441, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#1bd1f7\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:16:\"fas fa-thumbtack\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'da'),
(239, 441, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#1bd1f7\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:16:\"fas fa-thumbtack\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'de'),
(392, 441, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#1bd1f7\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:16:\"fas fa-thumbtack\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'es'),
(273, 441, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#1bd1f7\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:16:\"fas fa-thumbtack\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'fr'),
(290, 441, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#1bd1f7\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:16:\"fas fa-thumbtack\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'el'),
(307, 441, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#1bd1f7\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:16:\"fas fa-thumbtack\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'it'),
(324, 441, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#1bd1f7\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:16:\"fas fa-thumbtack\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'nl'),
(341, 441, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#1bd1f7\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:16:\"fas fa-thumbtack\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'ro'),
(358, 441, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#1bd1f7\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:16:\"fas fa-thumbtack\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'ru'),
(375, 441, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#1bd1f7\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:16:\"fas fa-thumbtack\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'no'),
(144, 441, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#1bd1f7\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:16:\"fas fa-thumbtack\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'pt'),
(206, 442, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#967bdf\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:11:\"fas fa-gift\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'en'),
(223, 442, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#967bdf\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:11:\"fas fa-gift\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'da'),
(240, 442, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#967bdf\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:11:\"fas fa-gift\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'de'),
(393, 442, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#967bdf\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:11:\"fas fa-gift\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'es'),
(274, 442, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#967bdf\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:11:\"fas fa-gift\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'fr'),
(291, 442, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#967bdf\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:11:\"fas fa-gift\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'el'),
(308, 442, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#967bdf\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:11:\"fas fa-gift\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'it'),
(325, 442, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#967bdf\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:11:\"fas fa-gift\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'nl'),
(342, 442, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#967bdf\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:11:\"fas fa-gift\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'ro'),
(359, 442, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#967bdf\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:11:\"fas fa-gift\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'ru'),
(376, 442, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#967bdf\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:11:\"fas fa-gift\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'no'),
(156, 442, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#967bdf\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:11:\"fas fa-gift\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'pt'),
(207, 443, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#34495e\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:11:\" fas fa-rss\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:3:\"HOT\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#f43007\";}}', 'en'),
(224, 443, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#34495e\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:11:\" fas fa-rss\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:3:\"HOT\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#f43007\";}}', 'da'),
(241, 443, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#34495e\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:11:\" fas fa-rss\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:3:\"HOT\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#f43007\";}}', 'de'),
(394, 443, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#34495e\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:11:\" fas fa-rss\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:3:\"HOT\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#f43007\";}}', 'es'),
(275, 443, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#34495e\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:11:\" fas fa-rss\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:3:\"HOT\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#f43007\";}}', 'fr'),
(292, 443, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#34495e\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:11:\" fas fa-rss\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:3:\"HOT\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#f43007\";}}', 'el'),
(309, 443, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#34495e\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:11:\" fas fa-rss\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:3:\"HOT\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#f43007\";}}', 'it'),
(326, 443, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#34495e\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:11:\" fas fa-rss\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:3:\"HOT\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#f43007\";}}', 'nl'),
(343, 443, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#34495e\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:11:\" fas fa-rss\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:3:\"HOT\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#f43007\";}}', 'ro'),
(360, 443, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#34495e\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:11:\" fas fa-rss\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:3:\"HOT\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#f43007\";}}', 'ru'),
(377, 443, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#34495e\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:11:\" fas fa-rss\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:3:\"HOT\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#f43007\";}}', 'no'),
(168, 443, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#34495e\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:11:\" fas fa-rss\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:3:\"HOT\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#f43007\";}}', 'pt'),
(208, 444, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#c27ba0\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:15:\"fas fa-bullhorn\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'en'),
(225, 444, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#c27ba0\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:15:\"fas fa-bullhorn\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'da'),
(242, 444, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#c27ba0\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:15:\"fas fa-bullhorn\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'de'),
(395, 444, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#c27ba0\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:15:\"fas fa-bullhorn\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'es'),
(276, 444, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#c27ba0\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:15:\"fas fa-bullhorn\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'fr'),
(293, 444, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#c27ba0\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:15:\"fas fa-bullhorn\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'el'),
(310, 444, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#c27ba0\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:15:\"fas fa-bullhorn\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'it'),
(327, 444, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#c27ba0\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:15:\"fas fa-bullhorn\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'nl'),
(344, 444, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#c27ba0\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:15:\"fas fa-bullhorn\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'ro'),
(361, 444, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#c27ba0\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:15:\"fas fa-bullhorn\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'ru'),
(378, 444, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#c27ba0\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:15:\"fas fa-bullhorn\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'no'),
(180, 444, 'a:3:{s:5:\"color\";a:3:{s:7:\"enabled\";s:1:\"N\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#c27ba0\";}s:4:\"icon\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:15:\"fas fa-bullhorn\";s:5:\"color\";s:7:\"#ffffff\";}s:4:\"text\";a:4:{s:7:\"enabled\";s:1:\"N\";s:5:\"value\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'pt'),
(209, 453, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#0bdddd\";s:3:\"bkg\";s:7:\"#34495e\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:25:\"            fab fa-sellsy\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffd966\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:9:\"Apply now\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#c27ba0\";}}', 'en'),
(226, 453, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#0bdddd\";s:3:\"bkg\";s:7:\"#34495e\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:25:\"            fab fa-sellsy\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffd966\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:9:\"Apply now\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#c27ba0\";}}', 'da'),
(243, 453, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#0bdddd\";s:3:\"bkg\";s:7:\"#34495e\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:25:\"            fab fa-sellsy\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffd966\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:9:\"Apply now\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#c27ba0\";}}', 'de'),
(396, 453, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#0bdddd\";s:3:\"bkg\";s:7:\"#34495e\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:25:\"            fab fa-sellsy\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffd966\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:9:\"Apply now\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#c27ba0\";}}', 'es'),
(277, 453, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#0bdddd\";s:3:\"bkg\";s:7:\"#34495e\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:25:\"            fab fa-sellsy\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffd966\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:9:\"Apply now\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#c27ba0\";}}', 'fr'),
(294, 453, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#0bdddd\";s:3:\"bkg\";s:7:\"#34495e\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:25:\"            fab fa-sellsy\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffd966\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:9:\"Apply now\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#c27ba0\";}}', 'el'),
(311, 453, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#0bdddd\";s:3:\"bkg\";s:7:\"#34495e\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:25:\"            fab fa-sellsy\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffd966\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:9:\"Apply now\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#c27ba0\";}}', 'it'),
(328, 453, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#0bdddd\";s:3:\"bkg\";s:7:\"#34495e\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:25:\"            fab fa-sellsy\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffd966\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:9:\"Apply now\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#c27ba0\";}}', 'nl'),
(345, 453, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#0bdddd\";s:3:\"bkg\";s:7:\"#34495e\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:25:\"            fab fa-sellsy\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffd966\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:9:\"Apply now\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#c27ba0\";}}', 'ro'),
(362, 453, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#0bdddd\";s:3:\"bkg\";s:7:\"#34495e\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:25:\"            fab fa-sellsy\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffd966\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:9:\"Apply now\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#c27ba0\";}}', 'ru'),
(379, 453, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#0bdddd\";s:3:\"bkg\";s:7:\"#34495e\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:25:\"            fab fa-sellsy\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffd966\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:9:\"Apply now\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#c27ba0\";}}', 'no'),
(192, 453, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#0bdddd\";s:3:\"bkg\";s:7:\"#34495e\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:25:\"            fab fa-sellsy\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffd966\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:9:\"Apply now\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#c27ba0\";}}', 'pt'),
(193, 454, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:13:\"fab fa-sellsy\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:17:\"Registre-se agora\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'pt'),
(210, 454, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:13:\"fab fa-sellsy\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:17:\"Registre-se agora\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'en'),
(227, 454, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:13:\"fab fa-sellsy\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:17:\"Registre-se agora\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'da'),
(244, 454, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:13:\"fab fa-sellsy\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:17:\"Registre-se agora\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'de'),
(397, 454, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:13:\"fab fa-sellsy\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:17:\"Registre-se agora\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'es'),
(278, 454, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:13:\"fab fa-sellsy\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:17:\"Registre-se agora\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'fr'),
(295, 454, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:13:\"fab fa-sellsy\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:17:\"Registre-se agora\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'el'),
(312, 454, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:13:\"fab fa-sellsy\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:17:\"Registre-se agora\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'it'),
(329, 454, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:13:\"fab fa-sellsy\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:17:\"Registre-se agora\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'nl'),
(346, 454, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:13:\"fab fa-sellsy\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:17:\"Registre-se agora\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'ro'),
(363, 454, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:13:\"fab fa-sellsy\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:17:\"Registre-se agora\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'ru'),
(380, 454, 'a:3:{s:5:\"color\";a:4:{s:7:\"enabled\";s:1:\"Y\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:13:\"fab fa-sellsy\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#000000\";}s:4:\"text\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:5:\"value\";s:17:\"Registre-se agora\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:3:\"bkg\";s:7:\"#000000\";}}', 'no');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_et_mv_pp_content`
--

CREATE TABLE `partiushop_et_mv_pp_content` (
  `company_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `type` char(1) NOT NULL DEFAULT 'M',
  `description` mediumtext DEFAULT NULL,
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_et_mv_ved`
--

CREATE TABLE `partiushop_et_mv_ved` (
  `company_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `type` char(1) NOT NULL DEFAULT 'M',
  `description` mediumtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_et_mv_ved`
--

INSERT INTO `partiushop_et_mv_ved` (`company_id`, `type`, `description`) VALUES
(1, 'M', 'https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3304.175347792109!2d-118.34899618430006!3d34.0906481805955!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80c2bed62d1582fb%3A0xe477fc4182bfc3b9!2s28%20CA-2%2C%20West%20Hollywood%2C%20CA%2090046%2C%20USA!5e0!3m2!1sen!2sro!4v1568131488742!5m2!1sen!2sro'),
(1, 'C', '<p><strong>Each Vendor will have a Contact page where they are able to add any custom HTML, text, embed videos, images, etc... Vendors are also able to display their store location by simply adding a Google Maps embed code. Also, once they fill their business address, email address, phone number as well as their own website address, this information will be displayed on the contact page.</strong>\r\n</p>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tmpus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo.<br>\r\n</p>'),
(1, 'F', 'http://facebook.com'),
(1, 'T', 'http://twitter.com'),
(1, 'Y', 'http://youtube.com'),
(1, 'L', 'http://linkedin.com'),
(1, 'I', 'http://instagram.com'),
(1, 'P', 'http://pinterest.com'),
(2, 'M', 'https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3304.175347792109!2d-118.34899618430006!3d34.0906481805955!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80c2bed62d1582fb%3A0xe477fc4182bfc3b9!2s28%20CA-2%2C%20West%20Hollywood%2C%20CA%2090046%2C%20USA!5e0!3m2!1sen!2sro!4v1568131488742!5m2!1sen!2sro'),
(2, 'C', '<p><strong>Each Vendor will have a Contact page where they are able to add any custom HTML, text, embed videos, images, etc... Vendors are also able to display their store location by simply adding a Google Maps embed code. Also, once they fill their business address, email address, phone number as well as their own website address, this information will be displayed on the contact page.</strong>\r\n</p>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tmpus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo.<br>\r\n</p>'),
(2, 'F', 'http://facebook.com'),
(2, 'T', 'http://twitter.com'),
(2, 'Y', 'http://youtube.com'),
(2, 'L', 'http://linkedin.com'),
(2, 'I', 'http://instagram.com'),
(2, 'P', 'http://pinterest.com'),
(4, 'M', ''),
(4, 'F', ''),
(4, 'T', ''),
(4, 'Y', ''),
(4, 'L', ''),
(4, 'I', ''),
(4, 'P', ''),
(4, 'C', '');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_et_mv_vendor_settings`
--

CREATE TABLE `partiushop_et_mv_vendor_settings` (
  `ved_id` mediumint(8) UNSIGNED NOT NULL,
  `company_id` mediumint(8) UNSIGNED NOT NULL,
  `data` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_et_mv_vendor_settings`
--

INSERT INTO `partiushop_et_mv_vendor_settings` (`ved_id`, `company_id`, `data`) VALUES
(1, 1, 'a:8:{s:3:\"bkg\";s:7:\"#efefef\";s:5:\"color\";s:7:\"#0086b5\";s:8:\"bkg_menu\";s:7:\"#0086b5\";s:10:\"color_menu\";s:7:\"#ffffff\";s:14:\"bkg_menu_hover\";s:7:\"#fbb500\";s:16:\"color_menu_hover\";s:7:\"#ffffff\";s:7:\"filters\";s:10:\"horizontal\";s:10:\"side_categ\";s:9:\"collapsed\";}'),
(2, 2, 'a:8:{s:3:\"bkg\";s:7:\"#ffffff\";s:5:\"color\";s:7:\"#134f5c\";s:8:\"bkg_menu\";s:7:\"#1155cc\";s:10:\"color_menu\";s:7:\"#ffffff\";s:14:\"bkg_menu_hover\";s:7:\"#ed9338\";s:16:\"color_menu_hover\";s:7:\"#ffffff\";s:7:\"filters\";s:8:\"vertical\";s:10:\"side_categ\";s:9:\"collapsed\";}'),
(3, 4, 'a:8:{s:3:\"bkg\";s:7:\"#ffffff\";s:5:\"color\";s:7:\"#000000\";s:8:\"bkg_menu\";s:7:\"#ffffff\";s:10:\"color_menu\";s:7:\"#000000\";s:14:\"bkg_menu_hover\";s:7:\"#000000\";s:16:\"color_menu_hover\";s:7:\"#ffffff\";s:7:\"filters\";s:8:\"vertical\";s:10:\"side_categ\";s:9:\"collapsed\";}');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_et_mv_vsb`
--

CREATE TABLE `partiushop_et_mv_vsb` (
  `vsb_id` mediumint(8) UNSIGNED NOT NULL,
  `company_id` mediumint(8) UNSIGNED NOT NULL,
  `status` char(1) NOT NULL DEFAULT 'A',
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `data` text DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_et_mv_vsb`
--

INSERT INTO `partiushop_et_mv_vsb` (`vsb_id`, `company_id`, `status`, `position`, `data`) VALUES
(1, 1, 'A', 0, 'a:5:{s:4:\"type\";s:1:\"B\";s:10:\"show_title\";s:1:\"N\";s:10:\"full_width\";s:1:\"Y\";s:11:\"product_ids\";s:0:\"\";s:10:\"banner_ids\";a:2:{i:90;i:1;i:91;i:2;}}'),
(2, 1, 'A', 0, 'a:4:{s:4:\"type\";s:1:\"P\";s:10:\"show_title\";s:1:\"Y\";s:10:\"full_width\";s:1:\"N\";s:11:\"product_ids\";s:11:\"1,4,5,6,7,8\";}'),
(3, 1, 'A', 0, 'a:5:{s:4:\"type\";s:1:\"B\";s:10:\"show_title\";s:1:\"Y\";s:10:\"full_width\";s:1:\"Y\";s:11:\"product_ids\";s:0:\"\";s:10:\"banner_ids\";a:2:{i:92;i:1;i:93;i:2;}}'),
(4, 1, 'A', 0, 'a:4:{s:4:\"type\";s:1:\"P\";s:10:\"show_title\";s:1:\"Y\";s:10:\"full_width\";s:1:\"N\";s:11:\"product_ids\";s:11:\"1,4,5,6,7,8\";}'),
(5, 1, 'A', 0, 'a:5:{s:4:\"type\";s:1:\"B\";s:10:\"show_title\";s:1:\"N\";s:10:\"full_width\";s:1:\"N\";s:11:\"product_ids\";s:0:\"\";s:10:\"banner_ids\";a:1:{i:94;i:1;}}'),
(6, 1, 'A', 0, 'a:4:{s:4:\"type\";s:1:\"P\";s:10:\"show_title\";s:1:\"Y\";s:10:\"full_width\";s:1:\"N\";s:11:\"product_ids\";s:11:\"1,4,5,6,7,8\";}'),
(7, 1, 'A', 0, 'a:5:{s:4:\"type\";s:1:\"B\";s:10:\"show_title\";s:1:\"N\";s:10:\"full_width\";s:1:\"Y\";s:11:\"product_ids\";s:0:\"\";s:10:\"banner_ids\";a:1:{i:95;i:1;}}'),
(8, 1, 'A', 0, 'a:4:{s:4:\"type\";s:1:\"T\";s:10:\"show_title\";s:1:\"Y\";s:10:\"full_width\";s:1:\"N\";s:11:\"product_ids\";s:0:\"\";}'),
(9, 1, 'A', 0, 'a:4:{s:4:\"type\";s:1:\"P\";s:10:\"show_title\";s:1:\"Y\";s:10:\"full_width\";s:1:\"N\";s:11:\"product_ids\";s:11:\"1,4,5,6,7,8\";}'),
(10, 2, 'A', 0, 'a:5:{s:4:\"type\";s:1:\"B\";s:10:\"show_title\";s:1:\"N\";s:10:\"full_width\";s:1:\"Y\";s:11:\"product_ids\";s:0:\"\";s:10:\"banner_ids\";a:2:{i:96;i:1;i:97;i:2;}}'),
(11, 2, 'A', 0, 'a:4:{s:4:\"type\";s:1:\"P\";s:10:\"show_title\";s:1:\"Y\";s:10:\"full_width\";s:1:\"N\";s:11:\"product_ids\";s:6:\"15,145\";}'),
(12, 2, 'A', 0, 'a:4:{s:4:\"type\";s:1:\"T\";s:10:\"show_title\";s:1:\"Y\";s:10:\"full_width\";s:1:\"N\";s:11:\"product_ids\";s:0:\"\";}'),
(13, 2, 'A', 0, 'a:4:{s:4:\"type\";s:1:\"P\";s:10:\"show_title\";s:1:\"Y\";s:10:\"full_width\";s:1:\"N\";s:11:\"product_ids\";s:6:\"15,145\";}'),
(14, 2, 'A', 0, 'a:5:{s:4:\"type\";s:1:\"B\";s:10:\"show_title\";s:1:\"N\";s:10:\"full_width\";s:1:\"Y\";s:11:\"product_ids\";s:0:\"\";s:10:\"banner_ids\";a:1:{i:98;i:1;}}'),
(15, 2, 'A', 0, 'a:4:{s:4:\"type\";s:1:\"P\";s:10:\"show_title\";s:1:\"Y\";s:10:\"full_width\";s:1:\"N\";s:11:\"product_ids\";s:6:\"15,145\";}');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_et_mv_vsb_banners`
--

CREATE TABLE `partiushop_et_mv_vsb_banners` (
  `banner_id` mediumint(8) UNSIGNED NOT NULL,
  `vsb_id` mediumint(8) UNSIGNED NOT NULL,
  `banner_nr` mediumint(8) DEFAULT NULL,
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `url` mediumtext DEFAULT NULL,
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_et_mv_vsb_data`
--

CREATE TABLE `partiushop_et_mv_vsb_data` (
  `data_id` mediumint(8) UNSIGNED NOT NULL,
  `vsb_id` mediumint(8) UNSIGNED NOT NULL,
  `text` text DEFAULT '',
  `data` text DEFAULT '',
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_et_mv_vsb_data`
--

INSERT INTO `partiushop_et_mv_vsb_data` (`data_id`, `vsb_id`, `text`, `data`, `lang_code`) VALUES
(1, 1, '', 'a:2:{s:5:\"title\";s:20:\"Main Slider Banner 1\";s:9:\"sub_title\";s:0:\"\";}', 'pt'),
(2, 1, '', 'a:2:{s:5:\"title\";s:20:\"Main Slider Banner 1\";s:9:\"sub_title\";s:0:\"\";}', 'en'),
(3, 1, '', 'a:2:{s:5:\"title\";s:20:\"Main Slider Banner 1\";s:9:\"sub_title\";s:0:\"\";}', 'da'),
(4, 1, '', 'a:2:{s:5:\"title\";s:20:\"Main Slider Banner 1\";s:9:\"sub_title\";s:0:\"\";}', 'de'),
(5, 1, '', 'a:2:{s:5:\"title\";s:20:\"Main Slider Banner 1\";s:9:\"sub_title\";s:0:\"\";}', 'es'),
(6, 1, '', 'a:2:{s:5:\"title\";s:20:\"Main Slider Banner 1\";s:9:\"sub_title\";s:0:\"\";}', 'fr'),
(7, 1, '', 'a:2:{s:5:\"title\";s:20:\"Main Slider Banner 1\";s:9:\"sub_title\";s:0:\"\";}', 'el'),
(8, 1, '', 'a:2:{s:5:\"title\";s:20:\"Main Slider Banner 1\";s:9:\"sub_title\";s:0:\"\";}', 'it'),
(9, 1, '', 'a:2:{s:5:\"title\";s:20:\"Main Slider Banner 1\";s:9:\"sub_title\";s:0:\"\";}', 'nl'),
(10, 1, '', 'a:2:{s:5:\"title\";s:20:\"Main Slider Banner 1\";s:9:\"sub_title\";s:0:\"\";}', 'ro'),
(11, 1, '', 'a:2:{s:5:\"title\";s:20:\"Main Slider Banner 1\";s:9:\"sub_title\";s:0:\"\";}', 'ru'),
(12, 1, '', 'a:2:{s:5:\"title\";s:20:\"Main Slider Banner 1\";s:9:\"sub_title\";s:0:\"\";}', 'no'),
(13, 1, '', 'a:2:{s:5:\"title\";s:20:\"Main Slider Banner 1\";s:9:\"sub_title\";s:0:\"\";}', 'pt'),
(14, 2, '', 'a:2:{s:5:\"title\";s:16:\"Our Best Watches\";s:9:\"sub_title\";s:55:\"We brought the latest watches for you at special prices\";}', 'pt'),
(15, 2, '', 'a:2:{s:5:\"title\";s:16:\"Our Best Watches\";s:9:\"sub_title\";s:55:\"We brought the latest watches for you at special prices\";}', 'en'),
(16, 2, '', 'a:2:{s:5:\"title\";s:16:\"Our Best Watches\";s:9:\"sub_title\";s:55:\"We brought the latest watches for you at special prices\";}', 'da'),
(17, 2, '', 'a:2:{s:5:\"title\";s:16:\"Our Best Watches\";s:9:\"sub_title\";s:55:\"We brought the latest watches for you at special prices\";}', 'de'),
(18, 2, '', 'a:2:{s:5:\"title\";s:16:\"Our Best Watches\";s:9:\"sub_title\";s:55:\"We brought the latest watches for you at special prices\";}', 'es'),
(19, 2, '', 'a:2:{s:5:\"title\";s:16:\"Our Best Watches\";s:9:\"sub_title\";s:55:\"We brought the latest watches for you at special prices\";}', 'fr'),
(20, 2, '', 'a:2:{s:5:\"title\";s:16:\"Our Best Watches\";s:9:\"sub_title\";s:55:\"We brought the latest watches for you at special prices\";}', 'el'),
(21, 2, '', 'a:2:{s:5:\"title\";s:16:\"Our Best Watches\";s:9:\"sub_title\";s:55:\"We brought the latest watches for you at special prices\";}', 'it'),
(22, 2, '', 'a:2:{s:5:\"title\";s:16:\"Our Best Watches\";s:9:\"sub_title\";s:55:\"We brought the latest watches for you at special prices\";}', 'nl'),
(23, 2, '', 'a:2:{s:5:\"title\";s:16:\"Our Best Watches\";s:9:\"sub_title\";s:55:\"We brought the latest watches for you at special prices\";}', 'ro'),
(24, 2, '', 'a:2:{s:5:\"title\";s:16:\"Our Best Watches\";s:9:\"sub_title\";s:55:\"We brought the latest watches for you at special prices\";}', 'ru'),
(25, 2, '', 'a:2:{s:5:\"title\";s:16:\"Our Best Watches\";s:9:\"sub_title\";s:55:\"We brought the latest watches for you at special prices\";}', 'no'),
(26, 2, '', 'a:2:{s:5:\"title\";s:16:\"Our Best Watches\";s:9:\"sub_title\";s:55:\"We brought the latest watches for you at special prices\";}', 'pt'),
(27, 3, '', 'a:2:{s:5:\"title\";s:13:\"Special deals\";s:9:\"sub_title\";s:0:\"\";}', 'pt'),
(28, 3, '', 'a:2:{s:5:\"title\";s:13:\"Special deals\";s:9:\"sub_title\";s:0:\"\";}', 'en'),
(29, 3, '', 'a:2:{s:5:\"title\";s:13:\"Special deals\";s:9:\"sub_title\";s:0:\"\";}', 'da'),
(30, 3, '', 'a:2:{s:5:\"title\";s:13:\"Special deals\";s:9:\"sub_title\";s:0:\"\";}', 'de'),
(31, 3, '', 'a:2:{s:5:\"title\";s:13:\"Special deals\";s:9:\"sub_title\";s:0:\"\";}', 'es'),
(32, 3, '', 'a:2:{s:5:\"title\";s:13:\"Special deals\";s:9:\"sub_title\";s:0:\"\";}', 'fr'),
(33, 3, '', 'a:2:{s:5:\"title\";s:13:\"Special deals\";s:9:\"sub_title\";s:0:\"\";}', 'el'),
(34, 3, '', 'a:2:{s:5:\"title\";s:13:\"Special deals\";s:9:\"sub_title\";s:0:\"\";}', 'it'),
(35, 3, '', 'a:2:{s:5:\"title\";s:13:\"Special deals\";s:9:\"sub_title\";s:0:\"\";}', 'nl'),
(36, 3, '', 'a:2:{s:5:\"title\";s:13:\"Special deals\";s:9:\"sub_title\";s:0:\"\";}', 'ro'),
(37, 3, '', 'a:2:{s:5:\"title\";s:13:\"Special deals\";s:9:\"sub_title\";s:0:\"\";}', 'ru'),
(38, 3, '', 'a:2:{s:5:\"title\";s:13:\"Special deals\";s:9:\"sub_title\";s:0:\"\";}', 'no'),
(39, 3, '', 'a:2:{s:5:\"title\";s:13:\"Special deals\";s:9:\"sub_title\";s:0:\"\";}', 'pt'),
(40, 4, '', 'a:2:{s:5:\"title\";s:10:\"New trends\";s:9:\"sub_title\";s:22:\"FOR BOTH MEN AND MOMEN\";}', 'pt'),
(41, 4, '', 'a:2:{s:5:\"title\";s:10:\"New trends\";s:9:\"sub_title\";s:22:\"FOR BOTH MEN AND MOMEN\";}', 'en'),
(42, 4, '', 'a:2:{s:5:\"title\";s:10:\"New trends\";s:9:\"sub_title\";s:22:\"FOR BOTH MEN AND MOMEN\";}', 'da'),
(43, 4, '', 'a:2:{s:5:\"title\";s:10:\"New trends\";s:9:\"sub_title\";s:22:\"FOR BOTH MEN AND MOMEN\";}', 'de'),
(44, 4, '', 'a:2:{s:5:\"title\";s:10:\"New trends\";s:9:\"sub_title\";s:22:\"FOR BOTH MEN AND MOMEN\";}', 'es'),
(45, 4, '', 'a:2:{s:5:\"title\";s:10:\"New trends\";s:9:\"sub_title\";s:22:\"FOR BOTH MEN AND MOMEN\";}', 'fr'),
(46, 4, '', 'a:2:{s:5:\"title\";s:10:\"New trends\";s:9:\"sub_title\";s:22:\"FOR BOTH MEN AND MOMEN\";}', 'el'),
(47, 4, '', 'a:2:{s:5:\"title\";s:10:\"New trends\";s:9:\"sub_title\";s:22:\"FOR BOTH MEN AND MOMEN\";}', 'it'),
(48, 4, '', 'a:2:{s:5:\"title\";s:10:\"New trends\";s:9:\"sub_title\";s:22:\"FOR BOTH MEN AND MOMEN\";}', 'nl'),
(49, 4, '', 'a:2:{s:5:\"title\";s:10:\"New trends\";s:9:\"sub_title\";s:22:\"FOR BOTH MEN AND MOMEN\";}', 'ro'),
(50, 4, '', 'a:2:{s:5:\"title\";s:10:\"New trends\";s:9:\"sub_title\";s:22:\"FOR BOTH MEN AND MOMEN\";}', 'ru'),
(51, 4, '', 'a:2:{s:5:\"title\";s:10:\"New trends\";s:9:\"sub_title\";s:22:\"FOR BOTH MEN AND MOMEN\";}', 'no'),
(52, 4, '', 'a:2:{s:5:\"title\";s:10:\"New trends\";s:9:\"sub_title\";s:22:\"FOR BOTH MEN AND MOMEN\";}', 'pt'),
(53, 5, '', 'a:2:{s:5:\"title\";s:16:\"Content Banner 1\";s:9:\"sub_title\";s:0:\"\";}', 'pt'),
(54, 5, '', 'a:2:{s:5:\"title\";s:16:\"Content Banner 1\";s:9:\"sub_title\";s:0:\"\";}', 'en'),
(55, 5, '', 'a:2:{s:5:\"title\";s:16:\"Content Banner 1\";s:9:\"sub_title\";s:0:\"\";}', 'da'),
(56, 5, '', 'a:2:{s:5:\"title\";s:16:\"Content Banner 1\";s:9:\"sub_title\";s:0:\"\";}', 'de'),
(57, 5, '', 'a:2:{s:5:\"title\";s:16:\"Content Banner 1\";s:9:\"sub_title\";s:0:\"\";}', 'es'),
(58, 5, '', 'a:2:{s:5:\"title\";s:16:\"Content Banner 1\";s:9:\"sub_title\";s:0:\"\";}', 'fr'),
(59, 5, '', 'a:2:{s:5:\"title\";s:16:\"Content Banner 1\";s:9:\"sub_title\";s:0:\"\";}', 'el'),
(60, 5, '', 'a:2:{s:5:\"title\";s:16:\"Content Banner 1\";s:9:\"sub_title\";s:0:\"\";}', 'it'),
(61, 5, '', 'a:2:{s:5:\"title\";s:16:\"Content Banner 1\";s:9:\"sub_title\";s:0:\"\";}', 'nl'),
(62, 5, '', 'a:2:{s:5:\"title\";s:16:\"Content Banner 1\";s:9:\"sub_title\";s:0:\"\";}', 'ro'),
(63, 5, '', 'a:2:{s:5:\"title\";s:16:\"Content Banner 1\";s:9:\"sub_title\";s:0:\"\";}', 'ru'),
(64, 5, '', 'a:2:{s:5:\"title\";s:16:\"Content Banner 1\";s:9:\"sub_title\";s:0:\"\";}', 'no'),
(65, 5, '', 'a:2:{s:5:\"title\";s:16:\"Content Banner 1\";s:9:\"sub_title\";s:0:\"\";}', 'pt'),
(66, 6, '', 'a:2:{s:5:\"title\";s:15:\"Watches for her\";s:9:\"sub_title\";s:0:\"\";}', 'pt'),
(67, 6, '', 'a:2:{s:5:\"title\";s:15:\"Watches for her\";s:9:\"sub_title\";s:0:\"\";}', 'en'),
(68, 6, '', 'a:2:{s:5:\"title\";s:15:\"Watches for her\";s:9:\"sub_title\";s:0:\"\";}', 'da'),
(69, 6, '', 'a:2:{s:5:\"title\";s:15:\"Watches for her\";s:9:\"sub_title\";s:0:\"\";}', 'de'),
(70, 6, '', 'a:2:{s:5:\"title\";s:15:\"Watches for her\";s:9:\"sub_title\";s:0:\"\";}', 'es'),
(71, 6, '', 'a:2:{s:5:\"title\";s:15:\"Watches for her\";s:9:\"sub_title\";s:0:\"\";}', 'fr'),
(72, 6, '', 'a:2:{s:5:\"title\";s:15:\"Watches for her\";s:9:\"sub_title\";s:0:\"\";}', 'el'),
(73, 6, '', 'a:2:{s:5:\"title\";s:15:\"Watches for her\";s:9:\"sub_title\";s:0:\"\";}', 'it'),
(74, 6, '', 'a:2:{s:5:\"title\";s:15:\"Watches for her\";s:9:\"sub_title\";s:0:\"\";}', 'nl'),
(75, 6, '', 'a:2:{s:5:\"title\";s:15:\"Watches for her\";s:9:\"sub_title\";s:0:\"\";}', 'ro'),
(76, 6, '', 'a:2:{s:5:\"title\";s:15:\"Watches for her\";s:9:\"sub_title\";s:0:\"\";}', 'ru'),
(77, 6, '', 'a:2:{s:5:\"title\";s:15:\"Watches for her\";s:9:\"sub_title\";s:0:\"\";}', 'no'),
(78, 6, '', 'a:2:{s:5:\"title\";s:15:\"Watches for her\";s:9:\"sub_title\";s:0:\"\";}', 'pt'),
(79, 7, '', 'a:2:{s:5:\"title\";s:16:\"Content Banner 2\";s:9:\"sub_title\";s:0:\"\";}', 'pt'),
(80, 7, '', 'a:2:{s:5:\"title\";s:16:\"Content Banner 2\";s:9:\"sub_title\";s:0:\"\";}', 'en'),
(81, 7, '', 'a:2:{s:5:\"title\";s:16:\"Content Banner 2\";s:9:\"sub_title\";s:0:\"\";}', 'da'),
(82, 7, '', 'a:2:{s:5:\"title\";s:16:\"Content Banner 2\";s:9:\"sub_title\";s:0:\"\";}', 'de'),
(83, 7, '', 'a:2:{s:5:\"title\";s:16:\"Content Banner 2\";s:9:\"sub_title\";s:0:\"\";}', 'es'),
(84, 7, '', 'a:2:{s:5:\"title\";s:16:\"Content Banner 2\";s:9:\"sub_title\";s:0:\"\";}', 'fr'),
(85, 7, '', 'a:2:{s:5:\"title\";s:16:\"Content Banner 2\";s:9:\"sub_title\";s:0:\"\";}', 'el'),
(86, 7, '', 'a:2:{s:5:\"title\";s:16:\"Content Banner 2\";s:9:\"sub_title\";s:0:\"\";}', 'it'),
(87, 7, '', 'a:2:{s:5:\"title\";s:16:\"Content Banner 2\";s:9:\"sub_title\";s:0:\"\";}', 'nl'),
(88, 7, '', 'a:2:{s:5:\"title\";s:16:\"Content Banner 2\";s:9:\"sub_title\";s:0:\"\";}', 'ro'),
(89, 7, '', 'a:2:{s:5:\"title\";s:16:\"Content Banner 2\";s:9:\"sub_title\";s:0:\"\";}', 'ru'),
(90, 7, '', 'a:2:{s:5:\"title\";s:16:\"Content Banner 2\";s:9:\"sub_title\";s:0:\"\";}', 'no'),
(91, 7, '', 'a:2:{s:5:\"title\";s:16:\"Content Banner 2\";s:9:\"sub_title\";s:0:\"\";}', 'pt'),
(92, 8, '<h5 style=\"-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 10px; margin-bottom: 10px; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; background-color: rgb(255, 255, 255); text-align: center;\">Vendor may insert here for example the full company description. Vendor can easily include here any details regarding the products listed on the Marketplace. Vendor may include any HTML code, text, images, embed videos, links, etc..., or may choose to not include any description, by simply not adding this entire block. Also, vendor can easily customize this text by choosing font colors, text styles, as well as the alignment of text, embed videos and images, etc... and create a better experience for their buyers.</h5>', 'a:2:{s:5:\"title\";s:13:\"About Simtech\";s:9:\"sub_title\";s:43:\"25 years experience in selling best watches\";}', 'pt'),
(93, 8, '<h5 style=\"-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 10px; margin-bottom: 10px; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; background-color: rgb(255, 255, 255); text-align: center;\">Vendor may insert here for example the full company description. Vendor can easily include here any details regarding the products listed on the Marketplace. Vendor may include any HTML code, text, images, embed videos, links, etc..., or may choose to not include any description, by simply not adding this entire block. Also, vendor can easily customize this text by choosing font colors, text styles, as well as the alignment of text, embed videos and images, etc... and create a better experience for their buyers.</h5>', 'a:2:{s:5:\"title\";s:13:\"About Simtech\";s:9:\"sub_title\";s:43:\"25 years experience in selling best watches\";}', 'en'),
(94, 8, '<h5 style=\"-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 10px; margin-bottom: 10px; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; background-color: rgb(255, 255, 255); text-align: center;\">Vendor may insert here for example the full company description. Vendor can easily include here any details regarding the products listed on the Marketplace. Vendor may include any HTML code, text, images, embed videos, links, etc..., or may choose to not include any description, by simply not adding this entire block. Also, vendor can easily customize this text by choosing font colors, text styles, as well as the alignment of text, embed videos and images, etc... and create a better experience for their buyers.</h5>', 'a:2:{s:5:\"title\";s:13:\"About Simtech\";s:9:\"sub_title\";s:43:\"25 years experience in selling best watches\";}', 'da'),
(95, 8, '<h5 style=\"-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 10px; margin-bottom: 10px; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; background-color: rgb(255, 255, 255); text-align: center;\">Vendor may insert here for example the full company description. Vendor can easily include here any details regarding the products listed on the Marketplace. Vendor may include any HTML code, text, images, embed videos, links, etc..., or may choose to not include any description, by simply not adding this entire block. Also, vendor can easily customize this text by choosing font colors, text styles, as well as the alignment of text, embed videos and images, etc... and create a better experience for their buyers.</h5>', 'a:2:{s:5:\"title\";s:13:\"About Simtech\";s:9:\"sub_title\";s:43:\"25 years experience in selling best watches\";}', 'de'),
(96, 8, '<h5 style=\"-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 10px; margin-bottom: 10px; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; background-color: rgb(255, 255, 255); text-align: center;\">Vendor may insert here for example the full company description. Vendor can easily include here any details regarding the products listed on the Marketplace. Vendor may include any HTML code, text, images, embed videos, links, etc..., or may choose to not include any description, by simply not adding this entire block. Also, vendor can easily customize this text by choosing font colors, text styles, as well as the alignment of text, embed videos and images, etc... and create a better experience for their buyers.</h5>', 'a:2:{s:5:\"title\";s:13:\"About Simtech\";s:9:\"sub_title\";s:43:\"25 years experience in selling best watches\";}', 'es'),
(97, 8, '<h5 style=\"-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 10px; margin-bottom: 10px; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; background-color: rgb(255, 255, 255); text-align: center;\">Vendor may insert here for example the full company description. Vendor can easily include here any details regarding the products listed on the Marketplace. Vendor may include any HTML code, text, images, embed videos, links, etc..., or may choose to not include any description, by simply not adding this entire block. Also, vendor can easily customize this text by choosing font colors, text styles, as well as the alignment of text, embed videos and images, etc... and create a better experience for their buyers.</h5>', 'a:2:{s:5:\"title\";s:13:\"About Simtech\";s:9:\"sub_title\";s:43:\"25 years experience in selling best watches\";}', 'fr'),
(98, 8, '<h5 style=\"-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 10px; margin-bottom: 10px; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; background-color: rgb(255, 255, 255); text-align: center;\">Vendor may insert here for example the full company description. Vendor can easily include here any details regarding the products listed on the Marketplace. Vendor may include any HTML code, text, images, embed videos, links, etc..., or may choose to not include any description, by simply not adding this entire block. Also, vendor can easily customize this text by choosing font colors, text styles, as well as the alignment of text, embed videos and images, etc... and create a better experience for their buyers.</h5>', 'a:2:{s:5:\"title\";s:13:\"About Simtech\";s:9:\"sub_title\";s:43:\"25 years experience in selling best watches\";}', 'el'),
(99, 8, '<h5 style=\"-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 10px; margin-bottom: 10px; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; background-color: rgb(255, 255, 255); text-align: center;\">Vendor may insert here for example the full company description. Vendor can easily include here any details regarding the products listed on the Marketplace. Vendor may include any HTML code, text, images, embed videos, links, etc..., or may choose to not include any description, by simply not adding this entire block. Also, vendor can easily customize this text by choosing font colors, text styles, as well as the alignment of text, embed videos and images, etc... and create a better experience for their buyers.</h5>', 'a:2:{s:5:\"title\";s:13:\"About Simtech\";s:9:\"sub_title\";s:43:\"25 years experience in selling best watches\";}', 'it'),
(100, 8, '<h5 style=\"-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 10px; margin-bottom: 10px; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; background-color: rgb(255, 255, 255); text-align: center;\">Vendor may insert here for example the full company description. Vendor can easily include here any details regarding the products listed on the Marketplace. Vendor may include any HTML code, text, images, embed videos, links, etc..., or may choose to not include any description, by simply not adding this entire block. Also, vendor can easily customize this text by choosing font colors, text styles, as well as the alignment of text, embed videos and images, etc... and create a better experience for their buyers.</h5>', 'a:2:{s:5:\"title\";s:13:\"About Simtech\";s:9:\"sub_title\";s:43:\"25 years experience in selling best watches\";}', 'nl'),
(101, 8, '<h5 style=\"-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 10px; margin-bottom: 10px; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; background-color: rgb(255, 255, 255); text-align: center;\">Vendor may insert here for example the full company description. Vendor can easily include here any details regarding the products listed on the Marketplace. Vendor may include any HTML code, text, images, embed videos, links, etc..., or may choose to not include any description, by simply not adding this entire block. Also, vendor can easily customize this text by choosing font colors, text styles, as well as the alignment of text, embed videos and images, etc... and create a better experience for their buyers.</h5>', 'a:2:{s:5:\"title\";s:13:\"About Simtech\";s:9:\"sub_title\";s:43:\"25 years experience in selling best watches\";}', 'ro'),
(102, 8, '<h5 style=\"-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 10px; margin-bottom: 10px; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; background-color: rgb(255, 255, 255); text-align: center;\">Vendor may insert here for example the full company description. Vendor can easily include here any details regarding the products listed on the Marketplace. Vendor may include any HTML code, text, images, embed videos, links, etc..., or may choose to not include any description, by simply not adding this entire block. Also, vendor can easily customize this text by choosing font colors, text styles, as well as the alignment of text, embed videos and images, etc... and create a better experience for their buyers.</h5>', 'a:2:{s:5:\"title\";s:13:\"About Simtech\";s:9:\"sub_title\";s:43:\"25 years experience in selling best watches\";}', 'ru'),
(103, 8, '<h5 style=\"-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 10px; margin-bottom: 10px; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; background-color: rgb(255, 255, 255); text-align: center;\">Vendor may insert here for example the full company description. Vendor can easily include here any details regarding the products listed on the Marketplace. Vendor may include any HTML code, text, images, embed videos, links, etc..., or may choose to not include any description, by simply not adding this entire block. Also, vendor can easily customize this text by choosing font colors, text styles, as well as the alignment of text, embed videos and images, etc... and create a better experience for their buyers.</h5>', 'a:2:{s:5:\"title\";s:13:\"About Simtech\";s:9:\"sub_title\";s:43:\"25 years experience in selling best watches\";}', 'no'),
(104, 8, '<h5 style=\"-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 10px; margin-bottom: 10px; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; background-color: rgb(255, 255, 255); text-align: center;\">Vendor may insert here for example the full company description. Vendor can easily include here any details regarding the products listed on the Marketplace. Vendor may include any HTML code, text, images, embed videos, links, etc..., or may choose to not include any description, by simply not adding this entire block. Also, vendor can easily customize this text by choosing font colors, text styles, as well as the alignment of text, embed videos and images, etc... and create a better experience for their buyers.</h5>', 'a:2:{s:5:\"title\";s:13:\"About Simtech\";s:9:\"sub_title\";s:43:\"25 years experience in selling best watches\";}', 'pt'),
(105, 9, '', 'a:2:{s:5:\"title\";s:19:\"Camera Accessories \";s:9:\"sub_title\";s:44:\"Accessorize your cameras with the best items\";}', 'pt'),
(106, 9, '', 'a:2:{s:5:\"title\";s:19:\"Camera Accessories \";s:9:\"sub_title\";s:44:\"Accessorize your cameras with the best items\";}', 'en'),
(107, 9, '', 'a:2:{s:5:\"title\";s:19:\"Camera Accessories \";s:9:\"sub_title\";s:44:\"Accessorize your cameras with the best items\";}', 'da'),
(108, 9, '', 'a:2:{s:5:\"title\";s:19:\"Camera Accessories \";s:9:\"sub_title\";s:44:\"Accessorize your cameras with the best items\";}', 'de'),
(109, 9, '', 'a:2:{s:5:\"title\";s:19:\"Camera Accessories \";s:9:\"sub_title\";s:44:\"Accessorize your cameras with the best items\";}', 'es'),
(110, 9, '', 'a:2:{s:5:\"title\";s:19:\"Camera Accessories \";s:9:\"sub_title\";s:44:\"Accessorize your cameras with the best items\";}', 'fr'),
(111, 9, '', 'a:2:{s:5:\"title\";s:19:\"Camera Accessories \";s:9:\"sub_title\";s:44:\"Accessorize your cameras with the best items\";}', 'el'),
(112, 9, '', 'a:2:{s:5:\"title\";s:19:\"Camera Accessories \";s:9:\"sub_title\";s:44:\"Accessorize your cameras with the best items\";}', 'it'),
(113, 9, '', 'a:2:{s:5:\"title\";s:19:\"Camera Accessories \";s:9:\"sub_title\";s:44:\"Accessorize your cameras with the best items\";}', 'nl'),
(114, 9, '', 'a:2:{s:5:\"title\";s:19:\"Camera Accessories \";s:9:\"sub_title\";s:44:\"Accessorize your cameras with the best items\";}', 'ro'),
(115, 9, '', 'a:2:{s:5:\"title\";s:19:\"Camera Accessories \";s:9:\"sub_title\";s:44:\"Accessorize your cameras with the best items\";}', 'ru'),
(116, 9, '', 'a:2:{s:5:\"title\";s:19:\"Camera Accessories \";s:9:\"sub_title\";s:44:\"Accessorize your cameras with the best items\";}', 'no'),
(117, 9, '', 'a:2:{s:5:\"title\";s:19:\"Camera Accessories \";s:9:\"sub_title\";s:44:\"Accessorize your cameras with the best items\";}', 'pt'),
(118, 10, '', 'a:2:{s:5:\"title\";s:19:\"Main Slider Banners\";s:9:\"sub_title\";s:0:\"\";}', 'pt'),
(119, 10, '', 'a:2:{s:5:\"title\";s:19:\"Main Slider Banners\";s:9:\"sub_title\";s:0:\"\";}', 'en'),
(120, 10, '', 'a:2:{s:5:\"title\";s:19:\"Main Slider Banners\";s:9:\"sub_title\";s:0:\"\";}', 'da'),
(121, 10, '', 'a:2:{s:5:\"title\";s:19:\"Main Slider Banners\";s:9:\"sub_title\";s:0:\"\";}', 'de'),
(122, 10, '', 'a:2:{s:5:\"title\";s:19:\"Main Slider Banners\";s:9:\"sub_title\";s:0:\"\";}', 'es'),
(123, 10, '', 'a:2:{s:5:\"title\";s:19:\"Main Slider Banners\";s:9:\"sub_title\";s:0:\"\";}', 'fr'),
(124, 10, '', 'a:2:{s:5:\"title\";s:19:\"Main Slider Banners\";s:9:\"sub_title\";s:0:\"\";}', 'el'),
(125, 10, '', 'a:2:{s:5:\"title\";s:19:\"Main Slider Banners\";s:9:\"sub_title\";s:0:\"\";}', 'it'),
(126, 10, '', 'a:2:{s:5:\"title\";s:19:\"Main Slider Banners\";s:9:\"sub_title\";s:0:\"\";}', 'nl'),
(127, 10, '', 'a:2:{s:5:\"title\";s:19:\"Main Slider Banners\";s:9:\"sub_title\";s:0:\"\";}', 'ro'),
(128, 10, '', 'a:2:{s:5:\"title\";s:19:\"Main Slider Banners\";s:9:\"sub_title\";s:0:\"\";}', 'ru'),
(129, 10, '', 'a:2:{s:5:\"title\";s:19:\"Main Slider Banners\";s:9:\"sub_title\";s:0:\"\";}', 'no'),
(130, 10, '', 'a:2:{s:5:\"title\";s:19:\"Main Slider Banners\";s:9:\"sub_title\";s:0:\"\";}', 'pt'),
(131, 11, '', 'a:2:{s:5:\"title\";s:18:\"Recommended to you\";s:9:\"sub_title\";s:22:\"New products every day\";}', 'pt'),
(132, 11, '', 'a:2:{s:5:\"title\";s:18:\"Recommended to you\";s:9:\"sub_title\";s:22:\"New products every day\";}', 'en'),
(133, 11, '', 'a:2:{s:5:\"title\";s:18:\"Recommended to you\";s:9:\"sub_title\";s:22:\"New products every day\";}', 'da'),
(134, 11, '', 'a:2:{s:5:\"title\";s:18:\"Recommended to you\";s:9:\"sub_title\";s:22:\"New products every day\";}', 'de'),
(135, 11, '', 'a:2:{s:5:\"title\";s:18:\"Recommended to you\";s:9:\"sub_title\";s:22:\"New products every day\";}', 'es'),
(136, 11, '', 'a:2:{s:5:\"title\";s:18:\"Recommended to you\";s:9:\"sub_title\";s:22:\"New products every day\";}', 'fr'),
(137, 11, '', 'a:2:{s:5:\"title\";s:18:\"Recommended to you\";s:9:\"sub_title\";s:22:\"New products every day\";}', 'el'),
(138, 11, '', 'a:2:{s:5:\"title\";s:18:\"Recommended to you\";s:9:\"sub_title\";s:22:\"New products every day\";}', 'it'),
(139, 11, '', 'a:2:{s:5:\"title\";s:18:\"Recommended to you\";s:9:\"sub_title\";s:22:\"New products every day\";}', 'nl'),
(140, 11, '', 'a:2:{s:5:\"title\";s:18:\"Recommended to you\";s:9:\"sub_title\";s:22:\"New products every day\";}', 'ro'),
(141, 11, '', 'a:2:{s:5:\"title\";s:18:\"Recommended to you\";s:9:\"sub_title\";s:22:\"New products every day\";}', 'ru'),
(142, 11, '', 'a:2:{s:5:\"title\";s:18:\"Recommended to you\";s:9:\"sub_title\";s:22:\"New products every day\";}', 'no'),
(143, 11, '', 'a:2:{s:5:\"title\";s:18:\"Recommended to you\";s:9:\"sub_title\";s:22:\"New products every day\";}', 'pt'),
(144, 12, '<h5 style=\"-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 10px; margin-bottom: 10px; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; background-color: rgb(255, 255, 255); text-align: center;\">Vendor may insert here for example the full company description. Vendor can easily include here any details regarding the products listed on the Marketplace. Vendor may include any HTML code, text, images, embed videos, links, etc..., or may choose to not include any description, by simply not adding this entire block. Also, vendor can easily customize this text by choosing font colors, text styles, as well as the alignment of text, embed videos and images, etc... and create a better experience for their buyers.</h5>', 'a:2:{s:5:\"title\";s:15:\"About ACME Corp\";s:9:\"sub_title\";s:42:\"We are a leading company for over 15 years\";}', 'pt'),
(145, 12, '<h5 style=\"-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 10px; margin-bottom: 10px; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; background-color: rgb(255, 255, 255); text-align: center;\">Vendor may insert here for example the full company description. Vendor can easily include here any details regarding the products listed on the Marketplace. Vendor may include any HTML code, text, images, embed videos, links, etc..., or may choose to not include any description, by simply not adding this entire block. Also, vendor can easily customize this text by choosing font colors, text styles, as well as the alignment of text, embed videos and images, etc... and create a better experience for their buyers.</h5>', 'a:2:{s:5:\"title\";s:15:\"About ACME Corp\";s:9:\"sub_title\";s:42:\"We are a leading company for over 15 years\";}', 'en'),
(146, 12, '<h5 style=\"-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 10px; margin-bottom: 10px; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; background-color: rgb(255, 255, 255); text-align: center;\">Vendor may insert here for example the full company description. Vendor can easily include here any details regarding the products listed on the Marketplace. Vendor may include any HTML code, text, images, embed videos, links, etc..., or may choose to not include any description, by simply not adding this entire block. Also, vendor can easily customize this text by choosing font colors, text styles, as well as the alignment of text, embed videos and images, etc... and create a better experience for their buyers.</h5>', 'a:2:{s:5:\"title\";s:15:\"About ACME Corp\";s:9:\"sub_title\";s:42:\"We are a leading company for over 15 years\";}', 'da'),
(147, 12, '<h5 style=\"-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 10px; margin-bottom: 10px; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; background-color: rgb(255, 255, 255); text-align: center;\">Vendor may insert here for example the full company description. Vendor can easily include here any details regarding the products listed on the Marketplace. Vendor may include any HTML code, text, images, embed videos, links, etc..., or may choose to not include any description, by simply not adding this entire block. Also, vendor can easily customize this text by choosing font colors, text styles, as well as the alignment of text, embed videos and images, etc... and create a better experience for their buyers.</h5>', 'a:2:{s:5:\"title\";s:15:\"About ACME Corp\";s:9:\"sub_title\";s:42:\"We are a leading company for over 15 years\";}', 'de'),
(148, 12, '<h5 style=\"-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 10px; margin-bottom: 10px; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; background-color: rgb(255, 255, 255); text-align: center;\">Vendor may insert here for example the full company description. Vendor can easily include here any details regarding the products listed on the Marketplace. Vendor may include any HTML code, text, images, embed videos, links, etc..., or may choose to not include any description, by simply not adding this entire block. Also, vendor can easily customize this text by choosing font colors, text styles, as well as the alignment of text, embed videos and images, etc... and create a better experience for their buyers.</h5>', 'a:2:{s:5:\"title\";s:15:\"About ACME Corp\";s:9:\"sub_title\";s:42:\"We are a leading company for over 15 years\";}', 'es'),
(149, 12, '<h5 style=\"-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 10px; margin-bottom: 10px; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; background-color: rgb(255, 255, 255); text-align: center;\">Vendor may insert here for example the full company description. Vendor can easily include here any details regarding the products listed on the Marketplace. Vendor may include any HTML code, text, images, embed videos, links, etc..., or may choose to not include any description, by simply not adding this entire block. Also, vendor can easily customize this text by choosing font colors, text styles, as well as the alignment of text, embed videos and images, etc... and create a better experience for their buyers.</h5>', 'a:2:{s:5:\"title\";s:15:\"About ACME Corp\";s:9:\"sub_title\";s:42:\"We are a leading company for over 15 years\";}', 'fr'),
(150, 12, '<h5 style=\"-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 10px; margin-bottom: 10px; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; background-color: rgb(255, 255, 255); text-align: center;\">Vendor may insert here for example the full company description. Vendor can easily include here any details regarding the products listed on the Marketplace. Vendor may include any HTML code, text, images, embed videos, links, etc..., or may choose to not include any description, by simply not adding this entire block. Also, vendor can easily customize this text by choosing font colors, text styles, as well as the alignment of text, embed videos and images, etc... and create a better experience for their buyers.</h5>', 'a:2:{s:5:\"title\";s:15:\"About ACME Corp\";s:9:\"sub_title\";s:42:\"We are a leading company for over 15 years\";}', 'el'),
(151, 12, '<h5 style=\"-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 10px; margin-bottom: 10px; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; background-color: rgb(255, 255, 255); text-align: center;\">Vendor may insert here for example the full company description. Vendor can easily include here any details regarding the products listed on the Marketplace. Vendor may include any HTML code, text, images, embed videos, links, etc..., or may choose to not include any description, by simply not adding this entire block. Also, vendor can easily customize this text by choosing font colors, text styles, as well as the alignment of text, embed videos and images, etc... and create a better experience for their buyers.</h5>', 'a:2:{s:5:\"title\";s:15:\"About ACME Corp\";s:9:\"sub_title\";s:42:\"We are a leading company for over 15 years\";}', 'it'),
(152, 12, '<h5 style=\"-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 10px; margin-bottom: 10px; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; background-color: rgb(255, 255, 255); text-align: center;\">Vendor may insert here for example the full company description. Vendor can easily include here any details regarding the products listed on the Marketplace. Vendor may include any HTML code, text, images, embed videos, links, etc..., or may choose to not include any description, by simply not adding this entire block. Also, vendor can easily customize this text by choosing font colors, text styles, as well as the alignment of text, embed videos and images, etc... and create a better experience for their buyers.</h5>', 'a:2:{s:5:\"title\";s:15:\"About ACME Corp\";s:9:\"sub_title\";s:42:\"We are a leading company for over 15 years\";}', 'nl'),
(153, 12, '<h5 style=\"-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 10px; margin-bottom: 10px; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; background-color: rgb(255, 255, 255); text-align: center;\">Vendor may insert here for example the full company description. Vendor can easily include here any details regarding the products listed on the Marketplace. Vendor may include any HTML code, text, images, embed videos, links, etc..., or may choose to not include any description, by simply not adding this entire block. Also, vendor can easily customize this text by choosing font colors, text styles, as well as the alignment of text, embed videos and images, etc... and create a better experience for their buyers.</h5>', 'a:2:{s:5:\"title\";s:15:\"About ACME Corp\";s:9:\"sub_title\";s:42:\"We are a leading company for over 15 years\";}', 'ro'),
(154, 12, '<h5 style=\"-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 10px; margin-bottom: 10px; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; background-color: rgb(255, 255, 255); text-align: center;\">Vendor may insert here for example the full company description. Vendor can easily include here any details regarding the products listed on the Marketplace. Vendor may include any HTML code, text, images, embed videos, links, etc..., or may choose to not include any description, by simply not adding this entire block. Also, vendor can easily customize this text by choosing font colors, text styles, as well as the alignment of text, embed videos and images, etc... and create a better experience for their buyers.</h5>', 'a:2:{s:5:\"title\";s:15:\"About ACME Corp\";s:9:\"sub_title\";s:42:\"We are a leading company for over 15 years\";}', 'ru'),
(155, 12, '<h5 style=\"-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 10px; margin-bottom: 10px; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; background-color: rgb(255, 255, 255); text-align: center;\">Vendor may insert here for example the full company description. Vendor can easily include here any details regarding the products listed on the Marketplace. Vendor may include any HTML code, text, images, embed videos, links, etc..., or may choose to not include any description, by simply not adding this entire block. Also, vendor can easily customize this text by choosing font colors, text styles, as well as the alignment of text, embed videos and images, etc... and create a better experience for their buyers.</h5>', 'a:2:{s:5:\"title\";s:15:\"About ACME Corp\";s:9:\"sub_title\";s:42:\"We are a leading company for over 15 years\";}', 'no'),
(156, 12, '<h5 style=\"-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 10px; margin-bottom: 10px; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; background-color: rgb(255, 255, 255); text-align: center;\">Vendor may insert here for example the full company description. Vendor can easily include here any details regarding the products listed on the Marketplace. Vendor may include any HTML code, text, images, embed videos, links, etc..., or may choose to not include any description, by simply not adding this entire block. Also, vendor can easily customize this text by choosing font colors, text styles, as well as the alignment of text, embed videos and images, etc... and create a better experience for their buyers.</h5>', 'a:2:{s:5:\"title\";s:15:\"About ACME Corp\";s:9:\"sub_title\";s:42:\"We are a leading company for over 15 years\";}', 'pt'),
(157, 13, '', 'a:2:{s:5:\"title\";s:18:\"Latest Flashlights\";s:9:\"sub_title\";s:17:\"Newest technology\";}', 'pt'),
(158, 13, '', 'a:2:{s:5:\"title\";s:18:\"Latest Flashlights\";s:9:\"sub_title\";s:17:\"Newest technology\";}', 'en'),
(159, 13, '', 'a:2:{s:5:\"title\";s:18:\"Latest Flashlights\";s:9:\"sub_title\";s:17:\"Newest technology\";}', 'da'),
(160, 13, '', 'a:2:{s:5:\"title\";s:18:\"Latest Flashlights\";s:9:\"sub_title\";s:17:\"Newest technology\";}', 'de'),
(161, 13, '', 'a:2:{s:5:\"title\";s:18:\"Latest Flashlights\";s:9:\"sub_title\";s:17:\"Newest technology\";}', 'es'),
(162, 13, '', 'a:2:{s:5:\"title\";s:18:\"Latest Flashlights\";s:9:\"sub_title\";s:17:\"Newest technology\";}', 'fr'),
(163, 13, '', 'a:2:{s:5:\"title\";s:18:\"Latest Flashlights\";s:9:\"sub_title\";s:17:\"Newest technology\";}', 'el'),
(164, 13, '', 'a:2:{s:5:\"title\";s:18:\"Latest Flashlights\";s:9:\"sub_title\";s:17:\"Newest technology\";}', 'it'),
(165, 13, '', 'a:2:{s:5:\"title\";s:18:\"Latest Flashlights\";s:9:\"sub_title\";s:17:\"Newest technology\";}', 'nl'),
(166, 13, '', 'a:2:{s:5:\"title\";s:18:\"Latest Flashlights\";s:9:\"sub_title\";s:17:\"Newest technology\";}', 'ro'),
(167, 13, '', 'a:2:{s:5:\"title\";s:18:\"Latest Flashlights\";s:9:\"sub_title\";s:17:\"Newest technology\";}', 'ru'),
(168, 13, '', 'a:2:{s:5:\"title\";s:18:\"Latest Flashlights\";s:9:\"sub_title\";s:17:\"Newest technology\";}', 'no'),
(169, 13, '', 'a:2:{s:5:\"title\";s:18:\"Latest Flashlights\";s:9:\"sub_title\";s:17:\"Newest technology\";}', 'pt'),
(170, 14, '', 'a:2:{s:5:\"title\";s:14:\"Content Banner\";s:9:\"sub_title\";s:0:\"\";}', 'pt'),
(171, 14, '', 'a:2:{s:5:\"title\";s:14:\"Content Banner\";s:9:\"sub_title\";s:0:\"\";}', 'en'),
(172, 14, '', 'a:2:{s:5:\"title\";s:14:\"Content Banner\";s:9:\"sub_title\";s:0:\"\";}', 'da'),
(173, 14, '', 'a:2:{s:5:\"title\";s:14:\"Content Banner\";s:9:\"sub_title\";s:0:\"\";}', 'de'),
(174, 14, '', 'a:2:{s:5:\"title\";s:14:\"Content Banner\";s:9:\"sub_title\";s:0:\"\";}', 'es'),
(175, 14, '', 'a:2:{s:5:\"title\";s:14:\"Content Banner\";s:9:\"sub_title\";s:0:\"\";}', 'fr'),
(176, 14, '', 'a:2:{s:5:\"title\";s:14:\"Content Banner\";s:9:\"sub_title\";s:0:\"\";}', 'el'),
(177, 14, '', 'a:2:{s:5:\"title\";s:14:\"Content Banner\";s:9:\"sub_title\";s:0:\"\";}', 'it'),
(178, 14, '', 'a:2:{s:5:\"title\";s:14:\"Content Banner\";s:9:\"sub_title\";s:0:\"\";}', 'nl'),
(179, 14, '', 'a:2:{s:5:\"title\";s:14:\"Content Banner\";s:9:\"sub_title\";s:0:\"\";}', 'ro'),
(180, 14, '', 'a:2:{s:5:\"title\";s:14:\"Content Banner\";s:9:\"sub_title\";s:0:\"\";}', 'ru'),
(181, 14, '', 'a:2:{s:5:\"title\";s:14:\"Content Banner\";s:9:\"sub_title\";s:0:\"\";}', 'no'),
(182, 14, '', 'a:2:{s:5:\"title\";s:14:\"Content Banner\";s:9:\"sub_title\";s:0:\"\";}', 'pt'),
(183, 15, '', 'a:2:{s:5:\"title\";s:16:\"Electric pillows\";s:9:\"sub_title\";s:32:\"Very practical during cold times\";}}', 'pt'),
(184, 15, '', 'a:2:{s:5:\"title\";s:16:\"Electric pillows\";s:9:\"sub_title\";s:32:\"Very practical during cold times\";}}', 'en'),
(185, 15, '', 'a:2:{s:5:\"title\";s:16:\"Electric pillows\";s:9:\"sub_title\";s:32:\"Very practical during cold times\";}}', 'da'),
(186, 15, '', 'a:2:{s:5:\"title\";s:16:\"Electric pillows\";s:9:\"sub_title\";s:32:\"Very practical during cold times\";}}', 'de'),
(187, 15, '', 'a:2:{s:5:\"title\";s:16:\"Electric pillows\";s:9:\"sub_title\";s:32:\"Very practical during cold times\";}}', 'es'),
(188, 15, '', 'a:2:{s:5:\"title\";s:16:\"Electric pillows\";s:9:\"sub_title\";s:32:\"Very practical during cold times\";}}', 'fr'),
(189, 15, '', 'a:2:{s:5:\"title\";s:16:\"Electric pillows\";s:9:\"sub_title\";s:32:\"Very practical during cold times\";}}', 'el'),
(190, 15, '', 'a:2:{s:5:\"title\";s:16:\"Electric pillows\";s:9:\"sub_title\";s:32:\"Very practical during cold times\";}}', 'it'),
(191, 15, '', 'a:2:{s:5:\"title\";s:16:\"Electric pillows\";s:9:\"sub_title\";s:32:\"Very practical during cold times\";}}', 'nl'),
(192, 15, '', 'a:2:{s:5:\"title\";s:16:\"Electric pillows\";s:9:\"sub_title\";s:32:\"Very practical during cold times\";}}', 'ro'),
(193, 15, '', 'a:2:{s:5:\"title\";s:16:\"Electric pillows\";s:9:\"sub_title\";s:32:\"Very practical during cold times\";}}', 'ru'),
(194, 15, '', 'a:2:{s:5:\"title\";s:16:\"Electric pillows\";s:9:\"sub_title\";s:32:\"Very practical during cold times\";}}', 'no'),
(195, 15, '', 'a:2:{s:5:\"title\";s:16:\"Electric pillows\";s:9:\"sub_title\";s:32:\"Very practical during cold times\";}}', 'pt');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_et_quick_info`
--

CREATE TABLE `partiushop_et_quick_info` (
  `block_id` mediumint(8) UNSIGNED NOT NULL,
  `data` text DEFAULT '',
  `status` char(1) NOT NULL DEFAULT 'A',
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_et_quick_info`
--

INSERT INTO `partiushop_et_quick_info` (`block_id`, `data`, `status`, `position`) VALUES
(1, 'a:8:{s:4:\"type\";s:1:\"P\";s:8:\"expanded\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:8:\"required\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:11:\"fas fa-bell\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"color_hover\";s:7:\"#666666\";}s:5:\"color\";s:7:\"#ffffff\";s:9:\"bkg_color\";s:7:\"#000000\";s:11:\"color_hover\";s:7:\"#666666\";s:15:\"bkg_color_hover\";s:7:\"#ffd966\";}', 'A', 10),
(2, 'a:9:{s:4:\"type\";s:1:\"A\";s:8:\"expanded\";a:1:{s:7:\"enabled\";s:1:\"Y\";}s:8:\"required\";a:1:{s:7:\"enabled\";s:1:\"Y\";}s:4:\"icon\";a:6:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:22:\"  fas fa-shipping-fast\";s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"color_hover\";s:7:\"#666666\";}s:10:\"color_type\";s:1:\"S\";s:5:\"color\";s:7:\"#ffffff\";s:9:\"bkg_color\";s:7:\"#52acfd\";s:11:\"color_hover\";s:7:\"#666666\";s:15:\"bkg_color_hover\";s:7:\"#ffd966\";}', 'A', 20),
(3, 'a:8:{s:4:\"type\";s:1:\"A\";s:8:\"expanded\";a:1:{s:7:\"enabled\";s:1:\"Y\";}s:8:\"required\";a:1:{s:7:\"enabled\";s:1:\"Y\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:18:\"far fa-credit-card\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"color_hover\";s:7:\"#666666\";}s:5:\"color\";s:7:\"#ffffff\";s:9:\"bkg_color\";s:7:\"#a2d24d\";s:11:\"color_hover\";s:7:\"#666666\";s:15:\"bkg_color_hover\";s:7:\"#ffd966\";}', 'A', 30),
(4, 'a:8:{s:4:\"type\";s:1:\"A\";s:8:\"expanded\";a:1:{s:7:\"enabled\";s:1:\"Y\";}s:8:\"required\";a:1:{s:7:\"enabled\";s:1:\"Y\";}s:4:\"icon\";a:5:{s:7:\"enabled\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";s:5:\"value\";s:18:\"   fas fa-asterisk\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"color_hover\";s:7:\"#666666\";}s:5:\"color\";s:7:\"#ffffff\";s:9:\"bkg_color\";s:7:\"#c847bd\";s:11:\"color_hover\";s:7:\"#666666\";s:15:\"bkg_color_hover\";s:7:\"#ffd966\";}', 'A', 40);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_et_quick_info_data`
--

CREATE TABLE `partiushop_et_quick_info_data` (
  `content_id` mediumint(8) UNSIGNED NOT NULL,
  `block_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `data` text DEFAULT '',
  `company_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_et_quick_info_data`
--

INSERT INTO `partiushop_et_quick_info_data` (`content_id`, `block_id`, `data`, `company_id`) VALUES
(1, 1, '', 1),
(2, 1, '', 2),
(3, 2, '', 1),
(4, 2, '', 2),
(5, 3, '', 1),
(6, 3, '', 2),
(7, 4, '', 1),
(8, 4, '', 2),
(9, 1, '', 4),
(10, 2, '', 4),
(11, 3, '', 4),
(12, 4, '', 4);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_et_quick_info_descr`
--

CREATE TABLE `partiushop_et_quick_info_descr` (
  `content_id` mediumint(8) UNSIGNED NOT NULL,
  `data` text DEFAULT '',
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_et_quick_info_descr`
--

INSERT INTO `partiushop_et_quick_info_descr` (`content_id`, `data`, `lang_code`) VALUES
(1, 'a:1:{s:4:\"text\";s:3460:\"<p><span style=\"font-family: -apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, Roboto, &quot;Segoe UI&quot;, Ubuntu, &quot;Helvetica Neue&quot;, sans-serif;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut finibus erat eu ex posuere maximus. Pellentesque pharetra sagittis tincidunt. Praesent egestas nulla eu magna varius, tempus accumsan mauris viverra. Donec justo augue, dignissim a nisi vitae, facilisis scelerisque est. Nam et ipsum et est pharetra laoreet. Ut hendrerit at felis at rhoncus. In diam tortor, lacinia a tellus a, eleifend pretium augue. Pellentesque eget erat ligula. Praesent vestibulum felis eget turpis finibus congue. Vivamus hendrerit tincidunt massa, ut dictum enim cursus non. Integer varius mauris nulla, ut ultricies mauris tincidunt ac. Sed imperdiet nisi non mauris rhoncus, vitae ultricies sapien hendrerit. Sed nec sapien non nisi volutpat dapibus at vel massa. Donec pharetra molestie est, vel feugiat libero porttitor at. Mauris vulputate, turpis vitae pharetra posuere, massa arcu iaculis felis, sit amet feugiat sapien urna a nunc.\r\nInteger tempus lobortis neque, a porttitor sapien. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Etiam nec nunc lorem. Donec egestas, mauris a luctus lacinia, metus leo lobortis odio, sit amet finibus purus lectus elementum metus. Nunc vitae tellus odio. Vivamus et velit et est pellentesque hendrerit sed sit amet nisl. Donec vestibulum urna in orci porttitor, gravida facilisis tellus bibendum. Proin sed libero at ipsum tempus finibus eu vel nibh.\r\nAenean sem dolor, vestibulum et mi vel, dictum suscipit nulla. Praesent placerat vehicula cursus.&nbsp;</span><br></p>\r\n<p><br></p>\r\n<p>Duis suscipit laoreet varius. Aenean eu mauris tempor, pellentesque diam non, interdum tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elit est, interdum ac metus a, venenatis semper quam. Duis quis felis erat. Ut pellentesque massa eget dolor tincidunt finibus. Sed lobortis nibh vel pretium molestie. Sed nec lacus tempor, congue tellus finibus, suscipit ligula. Proin lacinia, nisi sit amet sodales fringilla, odio nisi luctus odio, eget molestie nisi urna sed ante. Phasellus gravida, leo vitae sodales cursus, nulla elit bibendum elit, eget commodo ligula enim id lacus. Vivamus accumsan placerat enim eget luctus. Curabitur vulputate erat in malesuada consequat. Sed suscipit risus in lobortis suscipit.&nbsp;</p>\r\n<p><br></p>\r\n<p>&nbsp;Quisque finibus orci magna, vel vehicula lacus faucibus et. Duis eget erat ac ante vehicula ultrices nec ac magna. Sed rutrum nunc ut elit semper sagittis vitae eu dolor. Nulla sit amet lacus ornare tellus lobortis ornare at non ligula. Nullam at urna vitae leo iaculis accumsan. Aliquam vestibulum turpis vel nulla gravida, at feugiat justo molestie. Phasellus eu nisl mi. Sed malesuada sagittis est eget efficitur. Vivamus consequat erat leo, eu egestas ante dignissim id.\r\nIn sed elit enim. Praesent nec tellus at ante varius fermentum sit amet ut nibh. Sed ornare porttitor orci, eget convallis tortor auctor sit amet. Mauris ornare feugiat accumsan. Phasellus nulla lectus, rhoncus sed purus eget, commodo congue erat. Donec purus nibh, convallis non luctus at, fermentum sit amet dolor. Nullam sagittis massa et ipsum faucibus cursus. Ut rutrum ultricies dapibus. Praesent tincidunt magna quis leo elementum, quis aliquam mauris imperdiet.</p>\r\n<p><br></p>\";}', 'pt'),
(1, 'a:1:{s:4:\"text\";s:3460:\"<p><span style=\"font-family: -apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, Roboto, &quot;Segoe UI&quot;, Ubuntu, &quot;Helvetica Neue&quot;, sans-serif;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut finibus erat eu ex posuere maximus. Pellentesque pharetra sagittis tincidunt. Praesent egestas nulla eu magna varius, tempus accumsan mauris viverra. Donec justo augue, dignissim a nisi vitae, facilisis scelerisque est. Nam et ipsum et est pharetra laoreet. Ut hendrerit at felis at rhoncus. In diam tortor, lacinia a tellus a, eleifend pretium augue. Pellentesque eget erat ligula. Praesent vestibulum felis eget turpis finibus congue. Vivamus hendrerit tincidunt massa, ut dictum enim cursus non. Integer varius mauris nulla, ut ultricies mauris tincidunt ac. Sed imperdiet nisi non mauris rhoncus, vitae ultricies sapien hendrerit. Sed nec sapien non nisi volutpat dapibus at vel massa. Donec pharetra molestie est, vel feugiat libero porttitor at. Mauris vulputate, turpis vitae pharetra posuere, massa arcu iaculis felis, sit amet feugiat sapien urna a nunc.\r\nInteger tempus lobortis neque, a porttitor sapien. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Etiam nec nunc lorem. Donec egestas, mauris a luctus lacinia, metus leo lobortis odio, sit amet finibus purus lectus elementum metus. Nunc vitae tellus odio. Vivamus et velit et est pellentesque hendrerit sed sit amet nisl. Donec vestibulum urna in orci porttitor, gravida facilisis tellus bibendum. Proin sed libero at ipsum tempus finibus eu vel nibh.\r\nAenean sem dolor, vestibulum et mi vel, dictum suscipit nulla. Praesent placerat vehicula cursus.&nbsp;</span><br></p>\r\n<p><br></p>\r\n<p>Duis suscipit laoreet varius. Aenean eu mauris tempor, pellentesque diam non, interdum tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elit est, interdum ac metus a, venenatis semper quam. Duis quis felis erat. Ut pellentesque massa eget dolor tincidunt finibus. Sed lobortis nibh vel pretium molestie. Sed nec lacus tempor, congue tellus finibus, suscipit ligula. Proin lacinia, nisi sit amet sodales fringilla, odio nisi luctus odio, eget molestie nisi urna sed ante. Phasellus gravida, leo vitae sodales cursus, nulla elit bibendum elit, eget commodo ligula enim id lacus. Vivamus accumsan placerat enim eget luctus. Curabitur vulputate erat in malesuada consequat. Sed suscipit risus in lobortis suscipit.&nbsp;</p>\r\n<p><br></p>\r\n<p>&nbsp;Quisque finibus orci magna, vel vehicula lacus faucibus et. Duis eget erat ac ante vehicula ultrices nec ac magna. Sed rutrum nunc ut elit semper sagittis vitae eu dolor. Nulla sit amet lacus ornare tellus lobortis ornare at non ligula. Nullam at urna vitae leo iaculis accumsan. Aliquam vestibulum turpis vel nulla gravida, at feugiat justo molestie. Phasellus eu nisl mi. Sed malesuada sagittis est eget efficitur. Vivamus consequat erat leo, eu egestas ante dignissim id.\r\nIn sed elit enim. Praesent nec tellus at ante varius fermentum sit amet ut nibh. Sed ornare porttitor orci, eget convallis tortor auctor sit amet. Mauris ornare feugiat accumsan. Phasellus nulla lectus, rhoncus sed purus eget, commodo congue erat. Donec purus nibh, convallis non luctus at, fermentum sit amet dolor. Nullam sagittis massa et ipsum faucibus cursus. Ut rutrum ultricies dapibus. Praesent tincidunt magna quis leo elementum, quis aliquam mauris imperdiet.</p>\r\n<p><br></p>\";}', 'en'),
(1, 'a:1:{s:4:\"text\";s:3460:\"<p><span style=\"font-family: -apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, Roboto, &quot;Segoe UI&quot;, Ubuntu, &quot;Helvetica Neue&quot;, sans-serif;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut finibus erat eu ex posuere maximus. Pellentesque pharetra sagittis tincidunt. Praesent egestas nulla eu magna varius, tempus accumsan mauris viverra. Donec justo augue, dignissim a nisi vitae, facilisis scelerisque est. Nam et ipsum et est pharetra laoreet. Ut hendrerit at felis at rhoncus. In diam tortor, lacinia a tellus a, eleifend pretium augue. Pellentesque eget erat ligula. Praesent vestibulum felis eget turpis finibus congue. Vivamus hendrerit tincidunt massa, ut dictum enim cursus non. Integer varius mauris nulla, ut ultricies mauris tincidunt ac. Sed imperdiet nisi non mauris rhoncus, vitae ultricies sapien hendrerit. Sed nec sapien non nisi volutpat dapibus at vel massa. Donec pharetra molestie est, vel feugiat libero porttitor at. Mauris vulputate, turpis vitae pharetra posuere, massa arcu iaculis felis, sit amet feugiat sapien urna a nunc.\r\nInteger tempus lobortis neque, a porttitor sapien. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Etiam nec nunc lorem. Donec egestas, mauris a luctus lacinia, metus leo lobortis odio, sit amet finibus purus lectus elementum metus. Nunc vitae tellus odio. Vivamus et velit et est pellentesque hendrerit sed sit amet nisl. Donec vestibulum urna in orci porttitor, gravida facilisis tellus bibendum. Proin sed libero at ipsum tempus finibus eu vel nibh.\r\nAenean sem dolor, vestibulum et mi vel, dictum suscipit nulla. Praesent placerat vehicula cursus.&nbsp;</span><br></p>\r\n<p><br></p>\r\n<p>Duis suscipit laoreet varius. Aenean eu mauris tempor, pellentesque diam non, interdum tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elit est, interdum ac metus a, venenatis semper quam. Duis quis felis erat. Ut pellentesque massa eget dolor tincidunt finibus. Sed lobortis nibh vel pretium molestie. Sed nec lacus tempor, congue tellus finibus, suscipit ligula. Proin lacinia, nisi sit amet sodales fringilla, odio nisi luctus odio, eget molestie nisi urna sed ante. Phasellus gravida, leo vitae sodales cursus, nulla elit bibendum elit, eget commodo ligula enim id lacus. Vivamus accumsan placerat enim eget luctus. Curabitur vulputate erat in malesuada consequat. Sed suscipit risus in lobortis suscipit.&nbsp;</p>\r\n<p><br></p>\r\n<p>&nbsp;Quisque finibus orci magna, vel vehicula lacus faucibus et. Duis eget erat ac ante vehicula ultrices nec ac magna. Sed rutrum nunc ut elit semper sagittis vitae eu dolor. Nulla sit amet lacus ornare tellus lobortis ornare at non ligula. Nullam at urna vitae leo iaculis accumsan. Aliquam vestibulum turpis vel nulla gravida, at feugiat justo molestie. Phasellus eu nisl mi. Sed malesuada sagittis est eget efficitur. Vivamus consequat erat leo, eu egestas ante dignissim id.\r\nIn sed elit enim. Praesent nec tellus at ante varius fermentum sit amet ut nibh. Sed ornare porttitor orci, eget convallis tortor auctor sit amet. Mauris ornare feugiat accumsan. Phasellus nulla lectus, rhoncus sed purus eget, commodo congue erat. Donec purus nibh, convallis non luctus at, fermentum sit amet dolor. Nullam sagittis massa et ipsum faucibus cursus. Ut rutrum ultricies dapibus. Praesent tincidunt magna quis leo elementum, quis aliquam mauris imperdiet.</p>\r\n<p><br></p>\";}', 'da'),
(1, 'a:1:{s:4:\"text\";s:3460:\"<p><span style=\"font-family: -apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, Roboto, &quot;Segoe UI&quot;, Ubuntu, &quot;Helvetica Neue&quot;, sans-serif;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut finibus erat eu ex posuere maximus. Pellentesque pharetra sagittis tincidunt. Praesent egestas nulla eu magna varius, tempus accumsan mauris viverra. Donec justo augue, dignissim a nisi vitae, facilisis scelerisque est. Nam et ipsum et est pharetra laoreet. Ut hendrerit at felis at rhoncus. In diam tortor, lacinia a tellus a, eleifend pretium augue. Pellentesque eget erat ligula. Praesent vestibulum felis eget turpis finibus congue. Vivamus hendrerit tincidunt massa, ut dictum enim cursus non. Integer varius mauris nulla, ut ultricies mauris tincidunt ac. Sed imperdiet nisi non mauris rhoncus, vitae ultricies sapien hendrerit. Sed nec sapien non nisi volutpat dapibus at vel massa. Donec pharetra molestie est, vel feugiat libero porttitor at. Mauris vulputate, turpis vitae pharetra posuere, massa arcu iaculis felis, sit amet feugiat sapien urna a nunc.\r\nInteger tempus lobortis neque, a porttitor sapien. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Etiam nec nunc lorem. Donec egestas, mauris a luctus lacinia, metus leo lobortis odio, sit amet finibus purus lectus elementum metus. Nunc vitae tellus odio. Vivamus et velit et est pellentesque hendrerit sed sit amet nisl. Donec vestibulum urna in orci porttitor, gravida facilisis tellus bibendum. Proin sed libero at ipsum tempus finibus eu vel nibh.\r\nAenean sem dolor, vestibulum et mi vel, dictum suscipit nulla. Praesent placerat vehicula cursus.&nbsp;</span><br></p>\r\n<p><br></p>\r\n<p>Duis suscipit laoreet varius. Aenean eu mauris tempor, pellentesque diam non, interdum tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elit est, interdum ac metus a, venenatis semper quam. Duis quis felis erat. Ut pellentesque massa eget dolor tincidunt finibus. Sed lobortis nibh vel pretium molestie. Sed nec lacus tempor, congue tellus finibus, suscipit ligula. Proin lacinia, nisi sit amet sodales fringilla, odio nisi luctus odio, eget molestie nisi urna sed ante. Phasellus gravida, leo vitae sodales cursus, nulla elit bibendum elit, eget commodo ligula enim id lacus. Vivamus accumsan placerat enim eget luctus. Curabitur vulputate erat in malesuada consequat. Sed suscipit risus in lobortis suscipit.&nbsp;</p>\r\n<p><br></p>\r\n<p>&nbsp;Quisque finibus orci magna, vel vehicula lacus faucibus et. Duis eget erat ac ante vehicula ultrices nec ac magna. Sed rutrum nunc ut elit semper sagittis vitae eu dolor. Nulla sit amet lacus ornare tellus lobortis ornare at non ligula. Nullam at urna vitae leo iaculis accumsan. Aliquam vestibulum turpis vel nulla gravida, at feugiat justo molestie. Phasellus eu nisl mi. Sed malesuada sagittis est eget efficitur. Vivamus consequat erat leo, eu egestas ante dignissim id.\r\nIn sed elit enim. Praesent nec tellus at ante varius fermentum sit amet ut nibh. Sed ornare porttitor orci, eget convallis tortor auctor sit amet. Mauris ornare feugiat accumsan. Phasellus nulla lectus, rhoncus sed purus eget, commodo congue erat. Donec purus nibh, convallis non luctus at, fermentum sit amet dolor. Nullam sagittis massa et ipsum faucibus cursus. Ut rutrum ultricies dapibus. Praesent tincidunt magna quis leo elementum, quis aliquam mauris imperdiet.</p>\r\n<p><br></p>\";}', 'de'),
(1, 'a:1:{s:4:\"text\";s:3460:\"<p><span style=\"font-family: -apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, Roboto, &quot;Segoe UI&quot;, Ubuntu, &quot;Helvetica Neue&quot;, sans-serif;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut finibus erat eu ex posuere maximus. Pellentesque pharetra sagittis tincidunt. Praesent egestas nulla eu magna varius, tempus accumsan mauris viverra. Donec justo augue, dignissim a nisi vitae, facilisis scelerisque est. Nam et ipsum et est pharetra laoreet. Ut hendrerit at felis at rhoncus. In diam tortor, lacinia a tellus a, eleifend pretium augue. Pellentesque eget erat ligula. Praesent vestibulum felis eget turpis finibus congue. Vivamus hendrerit tincidunt massa, ut dictum enim cursus non. Integer varius mauris nulla, ut ultricies mauris tincidunt ac. Sed imperdiet nisi non mauris rhoncus, vitae ultricies sapien hendrerit. Sed nec sapien non nisi volutpat dapibus at vel massa. Donec pharetra molestie est, vel feugiat libero porttitor at. Mauris vulputate, turpis vitae pharetra posuere, massa arcu iaculis felis, sit amet feugiat sapien urna a nunc.\r\nInteger tempus lobortis neque, a porttitor sapien. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Etiam nec nunc lorem. Donec egestas, mauris a luctus lacinia, metus leo lobortis odio, sit amet finibus purus lectus elementum metus. Nunc vitae tellus odio. Vivamus et velit et est pellentesque hendrerit sed sit amet nisl. Donec vestibulum urna in orci porttitor, gravida facilisis tellus bibendum. Proin sed libero at ipsum tempus finibus eu vel nibh.\r\nAenean sem dolor, vestibulum et mi vel, dictum suscipit nulla. Praesent placerat vehicula cursus.&nbsp;</span><br></p>\r\n<p><br></p>\r\n<p>Duis suscipit laoreet varius. Aenean eu mauris tempor, pellentesque diam non, interdum tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elit est, interdum ac metus a, venenatis semper quam. Duis quis felis erat. Ut pellentesque massa eget dolor tincidunt finibus. Sed lobortis nibh vel pretium molestie. Sed nec lacus tempor, congue tellus finibus, suscipit ligula. Proin lacinia, nisi sit amet sodales fringilla, odio nisi luctus odio, eget molestie nisi urna sed ante. Phasellus gravida, leo vitae sodales cursus, nulla elit bibendum elit, eget commodo ligula enim id lacus. Vivamus accumsan placerat enim eget luctus. Curabitur vulputate erat in malesuada consequat. Sed suscipit risus in lobortis suscipit.&nbsp;</p>\r\n<p><br></p>\r\n<p>&nbsp;Quisque finibus orci magna, vel vehicula lacus faucibus et. Duis eget erat ac ante vehicula ultrices nec ac magna. Sed rutrum nunc ut elit semper sagittis vitae eu dolor. Nulla sit amet lacus ornare tellus lobortis ornare at non ligula. Nullam at urna vitae leo iaculis accumsan. Aliquam vestibulum turpis vel nulla gravida, at feugiat justo molestie. Phasellus eu nisl mi. Sed malesuada sagittis est eget efficitur. Vivamus consequat erat leo, eu egestas ante dignissim id.\r\nIn sed elit enim. Praesent nec tellus at ante varius fermentum sit amet ut nibh. Sed ornare porttitor orci, eget convallis tortor auctor sit amet. Mauris ornare feugiat accumsan. Phasellus nulla lectus, rhoncus sed purus eget, commodo congue erat. Donec purus nibh, convallis non luctus at, fermentum sit amet dolor. Nullam sagittis massa et ipsum faucibus cursus. Ut rutrum ultricies dapibus. Praesent tincidunt magna quis leo elementum, quis aliquam mauris imperdiet.</p>\r\n<p><br></p>\";}', 'es'),
(1, 'a:1:{s:4:\"text\";s:3460:\"<p><span style=\"font-family: -apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, Roboto, &quot;Segoe UI&quot;, Ubuntu, &quot;Helvetica Neue&quot;, sans-serif;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut finibus erat eu ex posuere maximus. Pellentesque pharetra sagittis tincidunt. Praesent egestas nulla eu magna varius, tempus accumsan mauris viverra. Donec justo augue, dignissim a nisi vitae, facilisis scelerisque est. Nam et ipsum et est pharetra laoreet. Ut hendrerit at felis at rhoncus. In diam tortor, lacinia a tellus a, eleifend pretium augue. Pellentesque eget erat ligula. Praesent vestibulum felis eget turpis finibus congue. Vivamus hendrerit tincidunt massa, ut dictum enim cursus non. Integer varius mauris nulla, ut ultricies mauris tincidunt ac. Sed imperdiet nisi non mauris rhoncus, vitae ultricies sapien hendrerit. Sed nec sapien non nisi volutpat dapibus at vel massa. Donec pharetra molestie est, vel feugiat libero porttitor at. Mauris vulputate, turpis vitae pharetra posuere, massa arcu iaculis felis, sit amet feugiat sapien urna a nunc.\r\nInteger tempus lobortis neque, a porttitor sapien. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Etiam nec nunc lorem. Donec egestas, mauris a luctus lacinia, metus leo lobortis odio, sit amet finibus purus lectus elementum metus. Nunc vitae tellus odio. Vivamus et velit et est pellentesque hendrerit sed sit amet nisl. Donec vestibulum urna in orci porttitor, gravida facilisis tellus bibendum. Proin sed libero at ipsum tempus finibus eu vel nibh.\r\nAenean sem dolor, vestibulum et mi vel, dictum suscipit nulla. Praesent placerat vehicula cursus.&nbsp;</span><br></p>\r\n<p><br></p>\r\n<p>Duis suscipit laoreet varius. Aenean eu mauris tempor, pellentesque diam non, interdum tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elit est, interdum ac metus a, venenatis semper quam. Duis quis felis erat. Ut pellentesque massa eget dolor tincidunt finibus. Sed lobortis nibh vel pretium molestie. Sed nec lacus tempor, congue tellus finibus, suscipit ligula. Proin lacinia, nisi sit amet sodales fringilla, odio nisi luctus odio, eget molestie nisi urna sed ante. Phasellus gravida, leo vitae sodales cursus, nulla elit bibendum elit, eget commodo ligula enim id lacus. Vivamus accumsan placerat enim eget luctus. Curabitur vulputate erat in malesuada consequat. Sed suscipit risus in lobortis suscipit.&nbsp;</p>\r\n<p><br></p>\r\n<p>&nbsp;Quisque finibus orci magna, vel vehicula lacus faucibus et. Duis eget erat ac ante vehicula ultrices nec ac magna. Sed rutrum nunc ut elit semper sagittis vitae eu dolor. Nulla sit amet lacus ornare tellus lobortis ornare at non ligula. Nullam at urna vitae leo iaculis accumsan. Aliquam vestibulum turpis vel nulla gravida, at feugiat justo molestie. Phasellus eu nisl mi. Sed malesuada sagittis est eget efficitur. Vivamus consequat erat leo, eu egestas ante dignissim id.\r\nIn sed elit enim. Praesent nec tellus at ante varius fermentum sit amet ut nibh. Sed ornare porttitor orci, eget convallis tortor auctor sit amet. Mauris ornare feugiat accumsan. Phasellus nulla lectus, rhoncus sed purus eget, commodo congue erat. Donec purus nibh, convallis non luctus at, fermentum sit amet dolor. Nullam sagittis massa et ipsum faucibus cursus. Ut rutrum ultricies dapibus. Praesent tincidunt magna quis leo elementum, quis aliquam mauris imperdiet.</p>\r\n<p><br></p>\";}', 'fr'),
(1, 'a:1:{s:4:\"text\";s:3460:\"<p><span style=\"font-family: -apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, Roboto, &quot;Segoe UI&quot;, Ubuntu, &quot;Helvetica Neue&quot;, sans-serif;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut finibus erat eu ex posuere maximus. Pellentesque pharetra sagittis tincidunt. Praesent egestas nulla eu magna varius, tempus accumsan mauris viverra. Donec justo augue, dignissim a nisi vitae, facilisis scelerisque est. Nam et ipsum et est pharetra laoreet. Ut hendrerit at felis at rhoncus. In diam tortor, lacinia a tellus a, eleifend pretium augue. Pellentesque eget erat ligula. Praesent vestibulum felis eget turpis finibus congue. Vivamus hendrerit tincidunt massa, ut dictum enim cursus non. Integer varius mauris nulla, ut ultricies mauris tincidunt ac. Sed imperdiet nisi non mauris rhoncus, vitae ultricies sapien hendrerit. Sed nec sapien non nisi volutpat dapibus at vel massa. Donec pharetra molestie est, vel feugiat libero porttitor at. Mauris vulputate, turpis vitae pharetra posuere, massa arcu iaculis felis, sit amet feugiat sapien urna a nunc.\r\nInteger tempus lobortis neque, a porttitor sapien. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Etiam nec nunc lorem. Donec egestas, mauris a luctus lacinia, metus leo lobortis odio, sit amet finibus purus lectus elementum metus. Nunc vitae tellus odio. Vivamus et velit et est pellentesque hendrerit sed sit amet nisl. Donec vestibulum urna in orci porttitor, gravida facilisis tellus bibendum. Proin sed libero at ipsum tempus finibus eu vel nibh.\r\nAenean sem dolor, vestibulum et mi vel, dictum suscipit nulla. Praesent placerat vehicula cursus.&nbsp;</span><br></p>\r\n<p><br></p>\r\n<p>Duis suscipit laoreet varius. Aenean eu mauris tempor, pellentesque diam non, interdum tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elit est, interdum ac metus a, venenatis semper quam. Duis quis felis erat. Ut pellentesque massa eget dolor tincidunt finibus. Sed lobortis nibh vel pretium molestie. Sed nec lacus tempor, congue tellus finibus, suscipit ligula. Proin lacinia, nisi sit amet sodales fringilla, odio nisi luctus odio, eget molestie nisi urna sed ante. Phasellus gravida, leo vitae sodales cursus, nulla elit bibendum elit, eget commodo ligula enim id lacus. Vivamus accumsan placerat enim eget luctus. Curabitur vulputate erat in malesuada consequat. Sed suscipit risus in lobortis suscipit.&nbsp;</p>\r\n<p><br></p>\r\n<p>&nbsp;Quisque finibus orci magna, vel vehicula lacus faucibus et. Duis eget erat ac ante vehicula ultrices nec ac magna. Sed rutrum nunc ut elit semper sagittis vitae eu dolor. Nulla sit amet lacus ornare tellus lobortis ornare at non ligula. Nullam at urna vitae leo iaculis accumsan. Aliquam vestibulum turpis vel nulla gravida, at feugiat justo molestie. Phasellus eu nisl mi. Sed malesuada sagittis est eget efficitur. Vivamus consequat erat leo, eu egestas ante dignissim id.\r\nIn sed elit enim. Praesent nec tellus at ante varius fermentum sit amet ut nibh. Sed ornare porttitor orci, eget convallis tortor auctor sit amet. Mauris ornare feugiat accumsan. Phasellus nulla lectus, rhoncus sed purus eget, commodo congue erat. Donec purus nibh, convallis non luctus at, fermentum sit amet dolor. Nullam sagittis massa et ipsum faucibus cursus. Ut rutrum ultricies dapibus. Praesent tincidunt magna quis leo elementum, quis aliquam mauris imperdiet.</p>\r\n<p><br></p>\";}', 'el'),
(1, 'a:1:{s:4:\"text\";s:3460:\"<p><span style=\"font-family: -apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, Roboto, &quot;Segoe UI&quot;, Ubuntu, &quot;Helvetica Neue&quot;, sans-serif;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut finibus erat eu ex posuere maximus. Pellentesque pharetra sagittis tincidunt. Praesent egestas nulla eu magna varius, tempus accumsan mauris viverra. Donec justo augue, dignissim a nisi vitae, facilisis scelerisque est. Nam et ipsum et est pharetra laoreet. Ut hendrerit at felis at rhoncus. In diam tortor, lacinia a tellus a, eleifend pretium augue. Pellentesque eget erat ligula. Praesent vestibulum felis eget turpis finibus congue. Vivamus hendrerit tincidunt massa, ut dictum enim cursus non. Integer varius mauris nulla, ut ultricies mauris tincidunt ac. Sed imperdiet nisi non mauris rhoncus, vitae ultricies sapien hendrerit. Sed nec sapien non nisi volutpat dapibus at vel massa. Donec pharetra molestie est, vel feugiat libero porttitor at. Mauris vulputate, turpis vitae pharetra posuere, massa arcu iaculis felis, sit amet feugiat sapien urna a nunc.\r\nInteger tempus lobortis neque, a porttitor sapien. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Etiam nec nunc lorem. Donec egestas, mauris a luctus lacinia, metus leo lobortis odio, sit amet finibus purus lectus elementum metus. Nunc vitae tellus odio. Vivamus et velit et est pellentesque hendrerit sed sit amet nisl. Donec vestibulum urna in orci porttitor, gravida facilisis tellus bibendum. Proin sed libero at ipsum tempus finibus eu vel nibh.\r\nAenean sem dolor, vestibulum et mi vel, dictum suscipit nulla. Praesent placerat vehicula cursus.&nbsp;</span><br></p>\r\n<p><br></p>\r\n<p>Duis suscipit laoreet varius. Aenean eu mauris tempor, pellentesque diam non, interdum tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elit est, interdum ac metus a, venenatis semper quam. Duis quis felis erat. Ut pellentesque massa eget dolor tincidunt finibus. Sed lobortis nibh vel pretium molestie. Sed nec lacus tempor, congue tellus finibus, suscipit ligula. Proin lacinia, nisi sit amet sodales fringilla, odio nisi luctus odio, eget molestie nisi urna sed ante. Phasellus gravida, leo vitae sodales cursus, nulla elit bibendum elit, eget commodo ligula enim id lacus. Vivamus accumsan placerat enim eget luctus. Curabitur vulputate erat in malesuada consequat. Sed suscipit risus in lobortis suscipit.&nbsp;</p>\r\n<p><br></p>\r\n<p>&nbsp;Quisque finibus orci magna, vel vehicula lacus faucibus et. Duis eget erat ac ante vehicula ultrices nec ac magna. Sed rutrum nunc ut elit semper sagittis vitae eu dolor. Nulla sit amet lacus ornare tellus lobortis ornare at non ligula. Nullam at urna vitae leo iaculis accumsan. Aliquam vestibulum turpis vel nulla gravida, at feugiat justo molestie. Phasellus eu nisl mi. Sed malesuada sagittis est eget efficitur. Vivamus consequat erat leo, eu egestas ante dignissim id.\r\nIn sed elit enim. Praesent nec tellus at ante varius fermentum sit amet ut nibh. Sed ornare porttitor orci, eget convallis tortor auctor sit amet. Mauris ornare feugiat accumsan. Phasellus nulla lectus, rhoncus sed purus eget, commodo congue erat. Donec purus nibh, convallis non luctus at, fermentum sit amet dolor. Nullam sagittis massa et ipsum faucibus cursus. Ut rutrum ultricies dapibus. Praesent tincidunt magna quis leo elementum, quis aliquam mauris imperdiet.</p>\r\n<p><br></p>\";}', 'it'),
(1, 'a:1:{s:4:\"text\";s:3460:\"<p><span style=\"font-family: -apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, Roboto, &quot;Segoe UI&quot;, Ubuntu, &quot;Helvetica Neue&quot;, sans-serif;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut finibus erat eu ex posuere maximus. Pellentesque pharetra sagittis tincidunt. Praesent egestas nulla eu magna varius, tempus accumsan mauris viverra. Donec justo augue, dignissim a nisi vitae, facilisis scelerisque est. Nam et ipsum et est pharetra laoreet. Ut hendrerit at felis at rhoncus. In diam tortor, lacinia a tellus a, eleifend pretium augue. Pellentesque eget erat ligula. Praesent vestibulum felis eget turpis finibus congue. Vivamus hendrerit tincidunt massa, ut dictum enim cursus non. Integer varius mauris nulla, ut ultricies mauris tincidunt ac. Sed imperdiet nisi non mauris rhoncus, vitae ultricies sapien hendrerit. Sed nec sapien non nisi volutpat dapibus at vel massa. Donec pharetra molestie est, vel feugiat libero porttitor at. Mauris vulputate, turpis vitae pharetra posuere, massa arcu iaculis felis, sit amet feugiat sapien urna a nunc.\r\nInteger tempus lobortis neque, a porttitor sapien. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Etiam nec nunc lorem. Donec egestas, mauris a luctus lacinia, metus leo lobortis odio, sit amet finibus purus lectus elementum metus. Nunc vitae tellus odio. Vivamus et velit et est pellentesque hendrerit sed sit amet nisl. Donec vestibulum urna in orci porttitor, gravida facilisis tellus bibendum. Proin sed libero at ipsum tempus finibus eu vel nibh.\r\nAenean sem dolor, vestibulum et mi vel, dictum suscipit nulla. Praesent placerat vehicula cursus.&nbsp;</span><br></p>\r\n<p><br></p>\r\n<p>Duis suscipit laoreet varius. Aenean eu mauris tempor, pellentesque diam non, interdum tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elit est, interdum ac metus a, venenatis semper quam. Duis quis felis erat. Ut pellentesque massa eget dolor tincidunt finibus. Sed lobortis nibh vel pretium molestie. Sed nec lacus tempor, congue tellus finibus, suscipit ligula. Proin lacinia, nisi sit amet sodales fringilla, odio nisi luctus odio, eget molestie nisi urna sed ante. Phasellus gravida, leo vitae sodales cursus, nulla elit bibendum elit, eget commodo ligula enim id lacus. Vivamus accumsan placerat enim eget luctus. Curabitur vulputate erat in malesuada consequat. Sed suscipit risus in lobortis suscipit.&nbsp;</p>\r\n<p><br></p>\r\n<p>&nbsp;Quisque finibus orci magna, vel vehicula lacus faucibus et. Duis eget erat ac ante vehicula ultrices nec ac magna. Sed rutrum nunc ut elit semper sagittis vitae eu dolor. Nulla sit amet lacus ornare tellus lobortis ornare at non ligula. Nullam at urna vitae leo iaculis accumsan. Aliquam vestibulum turpis vel nulla gravida, at feugiat justo molestie. Phasellus eu nisl mi. Sed malesuada sagittis est eget efficitur. Vivamus consequat erat leo, eu egestas ante dignissim id.\r\nIn sed elit enim. Praesent nec tellus at ante varius fermentum sit amet ut nibh. Sed ornare porttitor orci, eget convallis tortor auctor sit amet. Mauris ornare feugiat accumsan. Phasellus nulla lectus, rhoncus sed purus eget, commodo congue erat. Donec purus nibh, convallis non luctus at, fermentum sit amet dolor. Nullam sagittis massa et ipsum faucibus cursus. Ut rutrum ultricies dapibus. Praesent tincidunt magna quis leo elementum, quis aliquam mauris imperdiet.</p>\r\n<p><br></p>\";}', 'nl'),
(1, 'a:1:{s:4:\"text\";s:3460:\"<p><span style=\"font-family: -apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, Roboto, &quot;Segoe UI&quot;, Ubuntu, &quot;Helvetica Neue&quot;, sans-serif;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut finibus erat eu ex posuere maximus. Pellentesque pharetra sagittis tincidunt. Praesent egestas nulla eu magna varius, tempus accumsan mauris viverra. Donec justo augue, dignissim a nisi vitae, facilisis scelerisque est. Nam et ipsum et est pharetra laoreet. Ut hendrerit at felis at rhoncus. In diam tortor, lacinia a tellus a, eleifend pretium augue. Pellentesque eget erat ligula. Praesent vestibulum felis eget turpis finibus congue. Vivamus hendrerit tincidunt massa, ut dictum enim cursus non. Integer varius mauris nulla, ut ultricies mauris tincidunt ac. Sed imperdiet nisi non mauris rhoncus, vitae ultricies sapien hendrerit. Sed nec sapien non nisi volutpat dapibus at vel massa. Donec pharetra molestie est, vel feugiat libero porttitor at. Mauris vulputate, turpis vitae pharetra posuere, massa arcu iaculis felis, sit amet feugiat sapien urna a nunc.\r\nInteger tempus lobortis neque, a porttitor sapien. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Etiam nec nunc lorem. Donec egestas, mauris a luctus lacinia, metus leo lobortis odio, sit amet finibus purus lectus elementum metus. Nunc vitae tellus odio. Vivamus et velit et est pellentesque hendrerit sed sit amet nisl. Donec vestibulum urna in orci porttitor, gravida facilisis tellus bibendum. Proin sed libero at ipsum tempus finibus eu vel nibh.\r\nAenean sem dolor, vestibulum et mi vel, dictum suscipit nulla. Praesent placerat vehicula cursus.&nbsp;</span><br></p>\r\n<p><br></p>\r\n<p>Duis suscipit laoreet varius. Aenean eu mauris tempor, pellentesque diam non, interdum tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elit est, interdum ac metus a, venenatis semper quam. Duis quis felis erat. Ut pellentesque massa eget dolor tincidunt finibus. Sed lobortis nibh vel pretium molestie. Sed nec lacus tempor, congue tellus finibus, suscipit ligula. Proin lacinia, nisi sit amet sodales fringilla, odio nisi luctus odio, eget molestie nisi urna sed ante. Phasellus gravida, leo vitae sodales cursus, nulla elit bibendum elit, eget commodo ligula enim id lacus. Vivamus accumsan placerat enim eget luctus. Curabitur vulputate erat in malesuada consequat. Sed suscipit risus in lobortis suscipit.&nbsp;</p>\r\n<p><br></p>\r\n<p>&nbsp;Quisque finibus orci magna, vel vehicula lacus faucibus et. Duis eget erat ac ante vehicula ultrices nec ac magna. Sed rutrum nunc ut elit semper sagittis vitae eu dolor. Nulla sit amet lacus ornare tellus lobortis ornare at non ligula. Nullam at urna vitae leo iaculis accumsan. Aliquam vestibulum turpis vel nulla gravida, at feugiat justo molestie. Phasellus eu nisl mi. Sed malesuada sagittis est eget efficitur. Vivamus consequat erat leo, eu egestas ante dignissim id.\r\nIn sed elit enim. Praesent nec tellus at ante varius fermentum sit amet ut nibh. Sed ornare porttitor orci, eget convallis tortor auctor sit amet. Mauris ornare feugiat accumsan. Phasellus nulla lectus, rhoncus sed purus eget, commodo congue erat. Donec purus nibh, convallis non luctus at, fermentum sit amet dolor. Nullam sagittis massa et ipsum faucibus cursus. Ut rutrum ultricies dapibus. Praesent tincidunt magna quis leo elementum, quis aliquam mauris imperdiet.</p>\r\n<p><br></p>\";}', 'ro'),
(1, 'a:1:{s:4:\"text\";s:3460:\"<p><span style=\"font-family: -apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, Roboto, &quot;Segoe UI&quot;, Ubuntu, &quot;Helvetica Neue&quot;, sans-serif;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut finibus erat eu ex posuere maximus. Pellentesque pharetra sagittis tincidunt. Praesent egestas nulla eu magna varius, tempus accumsan mauris viverra. Donec justo augue, dignissim a nisi vitae, facilisis scelerisque est. Nam et ipsum et est pharetra laoreet. Ut hendrerit at felis at rhoncus. In diam tortor, lacinia a tellus a, eleifend pretium augue. Pellentesque eget erat ligula. Praesent vestibulum felis eget turpis finibus congue. Vivamus hendrerit tincidunt massa, ut dictum enim cursus non. Integer varius mauris nulla, ut ultricies mauris tincidunt ac. Sed imperdiet nisi non mauris rhoncus, vitae ultricies sapien hendrerit. Sed nec sapien non nisi volutpat dapibus at vel massa. Donec pharetra molestie est, vel feugiat libero porttitor at. Mauris vulputate, turpis vitae pharetra posuere, massa arcu iaculis felis, sit amet feugiat sapien urna a nunc.\r\nInteger tempus lobortis neque, a porttitor sapien. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Etiam nec nunc lorem. Donec egestas, mauris a luctus lacinia, metus leo lobortis odio, sit amet finibus purus lectus elementum metus. Nunc vitae tellus odio. Vivamus et velit et est pellentesque hendrerit sed sit amet nisl. Donec vestibulum urna in orci porttitor, gravida facilisis tellus bibendum. Proin sed libero at ipsum tempus finibus eu vel nibh.\r\nAenean sem dolor, vestibulum et mi vel, dictum suscipit nulla. Praesent placerat vehicula cursus.&nbsp;</span><br></p>\r\n<p><br></p>\r\n<p>Duis suscipit laoreet varius. Aenean eu mauris tempor, pellentesque diam non, interdum tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elit est, interdum ac metus a, venenatis semper quam. Duis quis felis erat. Ut pellentesque massa eget dolor tincidunt finibus. Sed lobortis nibh vel pretium molestie. Sed nec lacus tempor, congue tellus finibus, suscipit ligula. Proin lacinia, nisi sit amet sodales fringilla, odio nisi luctus odio, eget molestie nisi urna sed ante. Phasellus gravida, leo vitae sodales cursus, nulla elit bibendum elit, eget commodo ligula enim id lacus. Vivamus accumsan placerat enim eget luctus. Curabitur vulputate erat in malesuada consequat. Sed suscipit risus in lobortis suscipit.&nbsp;</p>\r\n<p><br></p>\r\n<p>&nbsp;Quisque finibus orci magna, vel vehicula lacus faucibus et. Duis eget erat ac ante vehicula ultrices nec ac magna. Sed rutrum nunc ut elit semper sagittis vitae eu dolor. Nulla sit amet lacus ornare tellus lobortis ornare at non ligula. Nullam at urna vitae leo iaculis accumsan. Aliquam vestibulum turpis vel nulla gravida, at feugiat justo molestie. Phasellus eu nisl mi. Sed malesuada sagittis est eget efficitur. Vivamus consequat erat leo, eu egestas ante dignissim id.\r\nIn sed elit enim. Praesent nec tellus at ante varius fermentum sit amet ut nibh. Sed ornare porttitor orci, eget convallis tortor auctor sit amet. Mauris ornare feugiat accumsan. Phasellus nulla lectus, rhoncus sed purus eget, commodo congue erat. Donec purus nibh, convallis non luctus at, fermentum sit amet dolor. Nullam sagittis massa et ipsum faucibus cursus. Ut rutrum ultricies dapibus. Praesent tincidunt magna quis leo elementum, quis aliquam mauris imperdiet.</p>\r\n<p><br></p>\";}', 'ru'),
(1, 'a:1:{s:4:\"text\";s:3460:\"<p><span style=\"font-family: -apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, Roboto, &quot;Segoe UI&quot;, Ubuntu, &quot;Helvetica Neue&quot;, sans-serif;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut finibus erat eu ex posuere maximus. Pellentesque pharetra sagittis tincidunt. Praesent egestas nulla eu magna varius, tempus accumsan mauris viverra. Donec justo augue, dignissim a nisi vitae, facilisis scelerisque est. Nam et ipsum et est pharetra laoreet. Ut hendrerit at felis at rhoncus. In diam tortor, lacinia a tellus a, eleifend pretium augue. Pellentesque eget erat ligula. Praesent vestibulum felis eget turpis finibus congue. Vivamus hendrerit tincidunt massa, ut dictum enim cursus non. Integer varius mauris nulla, ut ultricies mauris tincidunt ac. Sed imperdiet nisi non mauris rhoncus, vitae ultricies sapien hendrerit. Sed nec sapien non nisi volutpat dapibus at vel massa. Donec pharetra molestie est, vel feugiat libero porttitor at. Mauris vulputate, turpis vitae pharetra posuere, massa arcu iaculis felis, sit amet feugiat sapien urna a nunc.\r\nInteger tempus lobortis neque, a porttitor sapien. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Etiam nec nunc lorem. Donec egestas, mauris a luctus lacinia, metus leo lobortis odio, sit amet finibus purus lectus elementum metus. Nunc vitae tellus odio. Vivamus et velit et est pellentesque hendrerit sed sit amet nisl. Donec vestibulum urna in orci porttitor, gravida facilisis tellus bibendum. Proin sed libero at ipsum tempus finibus eu vel nibh.\r\nAenean sem dolor, vestibulum et mi vel, dictum suscipit nulla. Praesent placerat vehicula cursus.&nbsp;</span><br></p>\r\n<p><br></p>\r\n<p>Duis suscipit laoreet varius. Aenean eu mauris tempor, pellentesque diam non, interdum tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elit est, interdum ac metus a, venenatis semper quam. Duis quis felis erat. Ut pellentesque massa eget dolor tincidunt finibus. Sed lobortis nibh vel pretium molestie. Sed nec lacus tempor, congue tellus finibus, suscipit ligula. Proin lacinia, nisi sit amet sodales fringilla, odio nisi luctus odio, eget molestie nisi urna sed ante. Phasellus gravida, leo vitae sodales cursus, nulla elit bibendum elit, eget commodo ligula enim id lacus. Vivamus accumsan placerat enim eget luctus. Curabitur vulputate erat in malesuada consequat. Sed suscipit risus in lobortis suscipit.&nbsp;</p>\r\n<p><br></p>\r\n<p>&nbsp;Quisque finibus orci magna, vel vehicula lacus faucibus et. Duis eget erat ac ante vehicula ultrices nec ac magna. Sed rutrum nunc ut elit semper sagittis vitae eu dolor. Nulla sit amet lacus ornare tellus lobortis ornare at non ligula. Nullam at urna vitae leo iaculis accumsan. Aliquam vestibulum turpis vel nulla gravida, at feugiat justo molestie. Phasellus eu nisl mi. Sed malesuada sagittis est eget efficitur. Vivamus consequat erat leo, eu egestas ante dignissim id.\r\nIn sed elit enim. Praesent nec tellus at ante varius fermentum sit amet ut nibh. Sed ornare porttitor orci, eget convallis tortor auctor sit amet. Mauris ornare feugiat accumsan. Phasellus nulla lectus, rhoncus sed purus eget, commodo congue erat. Donec purus nibh, convallis non luctus at, fermentum sit amet dolor. Nullam sagittis massa et ipsum faucibus cursus. Ut rutrum ultricies dapibus. Praesent tincidunt magna quis leo elementum, quis aliquam mauris imperdiet.</p>\r\n<p><br></p>\";}', 'no'),
(2, 'a:1:{s:4:\"text\";s:3460:\"<p><span style=\"font-family: -apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, Roboto, &quot;Segoe UI&quot;, Ubuntu, &quot;Helvetica Neue&quot;, sans-serif;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut finibus erat eu ex posuere maximus. Pellentesque pharetra sagittis tincidunt. Praesent egestas nulla eu magna varius, tempus accumsan mauris viverra. Donec justo augue, dignissim a nisi vitae, facilisis scelerisque est. Nam et ipsum et est pharetra laoreet. Ut hendrerit at felis at rhoncus. In diam tortor, lacinia a tellus a, eleifend pretium augue. Pellentesque eget erat ligula. Praesent vestibulum felis eget turpis finibus congue. Vivamus hendrerit tincidunt massa, ut dictum enim cursus non. Integer varius mauris nulla, ut ultricies mauris tincidunt ac. Sed imperdiet nisi non mauris rhoncus, vitae ultricies sapien hendrerit. Sed nec sapien non nisi volutpat dapibus at vel massa. Donec pharetra molestie est, vel feugiat libero porttitor at. Mauris vulputate, turpis vitae pharetra posuere, massa arcu iaculis felis, sit amet feugiat sapien urna a nunc.\r\nInteger tempus lobortis neque, a porttitor sapien. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Etiam nec nunc lorem. Donec egestas, mauris a luctus lacinia, metus leo lobortis odio, sit amet finibus purus lectus elementum metus. Nunc vitae tellus odio. Vivamus et velit et est pellentesque hendrerit sed sit amet nisl. Donec vestibulum urna in orci porttitor, gravida facilisis tellus bibendum. Proin sed libero at ipsum tempus finibus eu vel nibh.\r\nAenean sem dolor, vestibulum et mi vel, dictum suscipit nulla. Praesent placerat vehicula cursus.&nbsp;</span><br></p>\r\n<p><br></p>\r\n<p>Duis suscipit laoreet varius. Aenean eu mauris tempor, pellentesque diam non, interdum tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elit est, interdum ac metus a, venenatis semper quam. Duis quis felis erat. Ut pellentesque massa eget dolor tincidunt finibus. Sed lobortis nibh vel pretium molestie. Sed nec lacus tempor, congue tellus finibus, suscipit ligula. Proin lacinia, nisi sit amet sodales fringilla, odio nisi luctus odio, eget molestie nisi urna sed ante. Phasellus gravida, leo vitae sodales cursus, nulla elit bibendum elit, eget commodo ligula enim id lacus. Vivamus accumsan placerat enim eget luctus. Curabitur vulputate erat in malesuada consequat. Sed suscipit risus in lobortis suscipit.&nbsp;</p>\r\n<p><br></p>\r\n<p>&nbsp;Quisque finibus orci magna, vel vehicula lacus faucibus et. Duis eget erat ac ante vehicula ultrices nec ac magna. Sed rutrum nunc ut elit semper sagittis vitae eu dolor. Nulla sit amet lacus ornare tellus lobortis ornare at non ligula. Nullam at urna vitae leo iaculis accumsan. Aliquam vestibulum turpis vel nulla gravida, at feugiat justo molestie. Phasellus eu nisl mi. Sed malesuada sagittis est eget efficitur. Vivamus consequat erat leo, eu egestas ante dignissim id.\r\nIn sed elit enim. Praesent nec tellus at ante varius fermentum sit amet ut nibh. Sed ornare porttitor orci, eget convallis tortor auctor sit amet. Mauris ornare feugiat accumsan. Phasellus nulla lectus, rhoncus sed purus eget, commodo congue erat. Donec purus nibh, convallis non luctus at, fermentum sit amet dolor. Nullam sagittis massa et ipsum faucibus cursus. Ut rutrum ultricies dapibus. Praesent tincidunt magna quis leo elementum, quis aliquam mauris imperdiet.</p>\r\n<p><br></p>\";}', 'pt'),
(2, 'a:1:{s:4:\"text\";s:3460:\"<p><span style=\"font-family: -apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, Roboto, &quot;Segoe UI&quot;, Ubuntu, &quot;Helvetica Neue&quot;, sans-serif;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut finibus erat eu ex posuere maximus. Pellentesque pharetra sagittis tincidunt. Praesent egestas nulla eu magna varius, tempus accumsan mauris viverra. Donec justo augue, dignissim a nisi vitae, facilisis scelerisque est. Nam et ipsum et est pharetra laoreet. Ut hendrerit at felis at rhoncus. In diam tortor, lacinia a tellus a, eleifend pretium augue. Pellentesque eget erat ligula. Praesent vestibulum felis eget turpis finibus congue. Vivamus hendrerit tincidunt massa, ut dictum enim cursus non. Integer varius mauris nulla, ut ultricies mauris tincidunt ac. Sed imperdiet nisi non mauris rhoncus, vitae ultricies sapien hendrerit. Sed nec sapien non nisi volutpat dapibus at vel massa. Donec pharetra molestie est, vel feugiat libero porttitor at. Mauris vulputate, turpis vitae pharetra posuere, massa arcu iaculis felis, sit amet feugiat sapien urna a nunc.\r\nInteger tempus lobortis neque, a porttitor sapien. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Etiam nec nunc lorem. Donec egestas, mauris a luctus lacinia, metus leo lobortis odio, sit amet finibus purus lectus elementum metus. Nunc vitae tellus odio. Vivamus et velit et est pellentesque hendrerit sed sit amet nisl. Donec vestibulum urna in orci porttitor, gravida facilisis tellus bibendum. Proin sed libero at ipsum tempus finibus eu vel nibh.\r\nAenean sem dolor, vestibulum et mi vel, dictum suscipit nulla. Praesent placerat vehicula cursus.&nbsp;</span><br></p>\r\n<p><br></p>\r\n<p>Duis suscipit laoreet varius. Aenean eu mauris tempor, pellentesque diam non, interdum tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elit est, interdum ac metus a, venenatis semper quam. Duis quis felis erat. Ut pellentesque massa eget dolor tincidunt finibus. Sed lobortis nibh vel pretium molestie. Sed nec lacus tempor, congue tellus finibus, suscipit ligula. Proin lacinia, nisi sit amet sodales fringilla, odio nisi luctus odio, eget molestie nisi urna sed ante. Phasellus gravida, leo vitae sodales cursus, nulla elit bibendum elit, eget commodo ligula enim id lacus. Vivamus accumsan placerat enim eget luctus. Curabitur vulputate erat in malesuada consequat. Sed suscipit risus in lobortis suscipit.&nbsp;</p>\r\n<p><br></p>\r\n<p>&nbsp;Quisque finibus orci magna, vel vehicula lacus faucibus et. Duis eget erat ac ante vehicula ultrices nec ac magna. Sed rutrum nunc ut elit semper sagittis vitae eu dolor. Nulla sit amet lacus ornare tellus lobortis ornare at non ligula. Nullam at urna vitae leo iaculis accumsan. Aliquam vestibulum turpis vel nulla gravida, at feugiat justo molestie. Phasellus eu nisl mi. Sed malesuada sagittis est eget efficitur. Vivamus consequat erat leo, eu egestas ante dignissim id.\r\nIn sed elit enim. Praesent nec tellus at ante varius fermentum sit amet ut nibh. Sed ornare porttitor orci, eget convallis tortor auctor sit amet. Mauris ornare feugiat accumsan. Phasellus nulla lectus, rhoncus sed purus eget, commodo congue erat. Donec purus nibh, convallis non luctus at, fermentum sit amet dolor. Nullam sagittis massa et ipsum faucibus cursus. Ut rutrum ultricies dapibus. Praesent tincidunt magna quis leo elementum, quis aliquam mauris imperdiet.</p>\r\n<p><br></p>\";}', 'en');
INSERT INTO `partiushop_et_quick_info_descr` (`content_id`, `data`, `lang_code`) VALUES
(2, 'a:1:{s:4:\"text\";s:3460:\"<p><span style=\"font-family: -apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, Roboto, &quot;Segoe UI&quot;, Ubuntu, &quot;Helvetica Neue&quot;, sans-serif;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut finibus erat eu ex posuere maximus. Pellentesque pharetra sagittis tincidunt. Praesent egestas nulla eu magna varius, tempus accumsan mauris viverra. Donec justo augue, dignissim a nisi vitae, facilisis scelerisque est. Nam et ipsum et est pharetra laoreet. Ut hendrerit at felis at rhoncus. In diam tortor, lacinia a tellus a, eleifend pretium augue. Pellentesque eget erat ligula. Praesent vestibulum felis eget turpis finibus congue. Vivamus hendrerit tincidunt massa, ut dictum enim cursus non. Integer varius mauris nulla, ut ultricies mauris tincidunt ac. Sed imperdiet nisi non mauris rhoncus, vitae ultricies sapien hendrerit. Sed nec sapien non nisi volutpat dapibus at vel massa. Donec pharetra molestie est, vel feugiat libero porttitor at. Mauris vulputate, turpis vitae pharetra posuere, massa arcu iaculis felis, sit amet feugiat sapien urna a nunc.\r\nInteger tempus lobortis neque, a porttitor sapien. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Etiam nec nunc lorem. Donec egestas, mauris a luctus lacinia, metus leo lobortis odio, sit amet finibus purus lectus elementum metus. Nunc vitae tellus odio. Vivamus et velit et est pellentesque hendrerit sed sit amet nisl. Donec vestibulum urna in orci porttitor, gravida facilisis tellus bibendum. Proin sed libero at ipsum tempus finibus eu vel nibh.\r\nAenean sem dolor, vestibulum et mi vel, dictum suscipit nulla. Praesent placerat vehicula cursus.&nbsp;</span><br></p>\r\n<p><br></p>\r\n<p>Duis suscipit laoreet varius. Aenean eu mauris tempor, pellentesque diam non, interdum tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elit est, interdum ac metus a, venenatis semper quam. Duis quis felis erat. Ut pellentesque massa eget dolor tincidunt finibus. Sed lobortis nibh vel pretium molestie. Sed nec lacus tempor, congue tellus finibus, suscipit ligula. Proin lacinia, nisi sit amet sodales fringilla, odio nisi luctus odio, eget molestie nisi urna sed ante. Phasellus gravida, leo vitae sodales cursus, nulla elit bibendum elit, eget commodo ligula enim id lacus. Vivamus accumsan placerat enim eget luctus. Curabitur vulputate erat in malesuada consequat. Sed suscipit risus in lobortis suscipit.&nbsp;</p>\r\n<p><br></p>\r\n<p>&nbsp;Quisque finibus orci magna, vel vehicula lacus faucibus et. Duis eget erat ac ante vehicula ultrices nec ac magna. Sed rutrum nunc ut elit semper sagittis vitae eu dolor. Nulla sit amet lacus ornare tellus lobortis ornare at non ligula. Nullam at urna vitae leo iaculis accumsan. Aliquam vestibulum turpis vel nulla gravida, at feugiat justo molestie. Phasellus eu nisl mi. Sed malesuada sagittis est eget efficitur. Vivamus consequat erat leo, eu egestas ante dignissim id.\r\nIn sed elit enim. Praesent nec tellus at ante varius fermentum sit amet ut nibh. Sed ornare porttitor orci, eget convallis tortor auctor sit amet. Mauris ornare feugiat accumsan. Phasellus nulla lectus, rhoncus sed purus eget, commodo congue erat. Donec purus nibh, convallis non luctus at, fermentum sit amet dolor. Nullam sagittis massa et ipsum faucibus cursus. Ut rutrum ultricies dapibus. Praesent tincidunt magna quis leo elementum, quis aliquam mauris imperdiet.</p>\r\n<p><br></p>\";}', 'da'),
(2, 'a:1:{s:4:\"text\";s:3460:\"<p><span style=\"font-family: -apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, Roboto, &quot;Segoe UI&quot;, Ubuntu, &quot;Helvetica Neue&quot;, sans-serif;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut finibus erat eu ex posuere maximus. Pellentesque pharetra sagittis tincidunt. Praesent egestas nulla eu magna varius, tempus accumsan mauris viverra. Donec justo augue, dignissim a nisi vitae, facilisis scelerisque est. Nam et ipsum et est pharetra laoreet. Ut hendrerit at felis at rhoncus. In diam tortor, lacinia a tellus a, eleifend pretium augue. Pellentesque eget erat ligula. Praesent vestibulum felis eget turpis finibus congue. Vivamus hendrerit tincidunt massa, ut dictum enim cursus non. Integer varius mauris nulla, ut ultricies mauris tincidunt ac. Sed imperdiet nisi non mauris rhoncus, vitae ultricies sapien hendrerit. Sed nec sapien non nisi volutpat dapibus at vel massa. Donec pharetra molestie est, vel feugiat libero porttitor at. Mauris vulputate, turpis vitae pharetra posuere, massa arcu iaculis felis, sit amet feugiat sapien urna a nunc.\r\nInteger tempus lobortis neque, a porttitor sapien. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Etiam nec nunc lorem. Donec egestas, mauris a luctus lacinia, metus leo lobortis odio, sit amet finibus purus lectus elementum metus. Nunc vitae tellus odio. Vivamus et velit et est pellentesque hendrerit sed sit amet nisl. Donec vestibulum urna in orci porttitor, gravida facilisis tellus bibendum. Proin sed libero at ipsum tempus finibus eu vel nibh.\r\nAenean sem dolor, vestibulum et mi vel, dictum suscipit nulla. Praesent placerat vehicula cursus.&nbsp;</span><br></p>\r\n<p><br></p>\r\n<p>Duis suscipit laoreet varius. Aenean eu mauris tempor, pellentesque diam non, interdum tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elit est, interdum ac metus a, venenatis semper quam. Duis quis felis erat. Ut pellentesque massa eget dolor tincidunt finibus. Sed lobortis nibh vel pretium molestie. Sed nec lacus tempor, congue tellus finibus, suscipit ligula. Proin lacinia, nisi sit amet sodales fringilla, odio nisi luctus odio, eget molestie nisi urna sed ante. Phasellus gravida, leo vitae sodales cursus, nulla elit bibendum elit, eget commodo ligula enim id lacus. Vivamus accumsan placerat enim eget luctus. Curabitur vulputate erat in malesuada consequat. Sed suscipit risus in lobortis suscipit.&nbsp;</p>\r\n<p><br></p>\r\n<p>&nbsp;Quisque finibus orci magna, vel vehicula lacus faucibus et. Duis eget erat ac ante vehicula ultrices nec ac magna. Sed rutrum nunc ut elit semper sagittis vitae eu dolor. Nulla sit amet lacus ornare tellus lobortis ornare at non ligula. Nullam at urna vitae leo iaculis accumsan. Aliquam vestibulum turpis vel nulla gravida, at feugiat justo molestie. Phasellus eu nisl mi. Sed malesuada sagittis est eget efficitur. Vivamus consequat erat leo, eu egestas ante dignissim id.\r\nIn sed elit enim. Praesent nec tellus at ante varius fermentum sit amet ut nibh. Sed ornare porttitor orci, eget convallis tortor auctor sit amet. Mauris ornare feugiat accumsan. Phasellus nulla lectus, rhoncus sed purus eget, commodo congue erat. Donec purus nibh, convallis non luctus at, fermentum sit amet dolor. Nullam sagittis massa et ipsum faucibus cursus. Ut rutrum ultricies dapibus. Praesent tincidunt magna quis leo elementum, quis aliquam mauris imperdiet.</p>\r\n<p><br></p>\";}', 'de'),
(2, 'a:1:{s:4:\"text\";s:3460:\"<p><span style=\"font-family: -apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, Roboto, &quot;Segoe UI&quot;, Ubuntu, &quot;Helvetica Neue&quot;, sans-serif;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut finibus erat eu ex posuere maximus. Pellentesque pharetra sagittis tincidunt. Praesent egestas nulla eu magna varius, tempus accumsan mauris viverra. Donec justo augue, dignissim a nisi vitae, facilisis scelerisque est. Nam et ipsum et est pharetra laoreet. Ut hendrerit at felis at rhoncus. In diam tortor, lacinia a tellus a, eleifend pretium augue. Pellentesque eget erat ligula. Praesent vestibulum felis eget turpis finibus congue. Vivamus hendrerit tincidunt massa, ut dictum enim cursus non. Integer varius mauris nulla, ut ultricies mauris tincidunt ac. Sed imperdiet nisi non mauris rhoncus, vitae ultricies sapien hendrerit. Sed nec sapien non nisi volutpat dapibus at vel massa. Donec pharetra molestie est, vel feugiat libero porttitor at. Mauris vulputate, turpis vitae pharetra posuere, massa arcu iaculis felis, sit amet feugiat sapien urna a nunc.\r\nInteger tempus lobortis neque, a porttitor sapien. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Etiam nec nunc lorem. Donec egestas, mauris a luctus lacinia, metus leo lobortis odio, sit amet finibus purus lectus elementum metus. Nunc vitae tellus odio. Vivamus et velit et est pellentesque hendrerit sed sit amet nisl. Donec vestibulum urna in orci porttitor, gravida facilisis tellus bibendum. Proin sed libero at ipsum tempus finibus eu vel nibh.\r\nAenean sem dolor, vestibulum et mi vel, dictum suscipit nulla. Praesent placerat vehicula cursus.&nbsp;</span><br></p>\r\n<p><br></p>\r\n<p>Duis suscipit laoreet varius. Aenean eu mauris tempor, pellentesque diam non, interdum tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elit est, interdum ac metus a, venenatis semper quam. Duis quis felis erat. Ut pellentesque massa eget dolor tincidunt finibus. Sed lobortis nibh vel pretium molestie. Sed nec lacus tempor, congue tellus finibus, suscipit ligula. Proin lacinia, nisi sit amet sodales fringilla, odio nisi luctus odio, eget molestie nisi urna sed ante. Phasellus gravida, leo vitae sodales cursus, nulla elit bibendum elit, eget commodo ligula enim id lacus. Vivamus accumsan placerat enim eget luctus. Curabitur vulputate erat in malesuada consequat. Sed suscipit risus in lobortis suscipit.&nbsp;</p>\r\n<p><br></p>\r\n<p>&nbsp;Quisque finibus orci magna, vel vehicula lacus faucibus et. Duis eget erat ac ante vehicula ultrices nec ac magna. Sed rutrum nunc ut elit semper sagittis vitae eu dolor. Nulla sit amet lacus ornare tellus lobortis ornare at non ligula. Nullam at urna vitae leo iaculis accumsan. Aliquam vestibulum turpis vel nulla gravida, at feugiat justo molestie. Phasellus eu nisl mi. Sed malesuada sagittis est eget efficitur. Vivamus consequat erat leo, eu egestas ante dignissim id.\r\nIn sed elit enim. Praesent nec tellus at ante varius fermentum sit amet ut nibh. Sed ornare porttitor orci, eget convallis tortor auctor sit amet. Mauris ornare feugiat accumsan. Phasellus nulla lectus, rhoncus sed purus eget, commodo congue erat. Donec purus nibh, convallis non luctus at, fermentum sit amet dolor. Nullam sagittis massa et ipsum faucibus cursus. Ut rutrum ultricies dapibus. Praesent tincidunt magna quis leo elementum, quis aliquam mauris imperdiet.</p>\r\n<p><br></p>\";}', 'es'),
(2, 'a:1:{s:4:\"text\";s:3460:\"<p><span style=\"font-family: -apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, Roboto, &quot;Segoe UI&quot;, Ubuntu, &quot;Helvetica Neue&quot;, sans-serif;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut finibus erat eu ex posuere maximus. Pellentesque pharetra sagittis tincidunt. Praesent egestas nulla eu magna varius, tempus accumsan mauris viverra. Donec justo augue, dignissim a nisi vitae, facilisis scelerisque est. Nam et ipsum et est pharetra laoreet. Ut hendrerit at felis at rhoncus. In diam tortor, lacinia a tellus a, eleifend pretium augue. Pellentesque eget erat ligula. Praesent vestibulum felis eget turpis finibus congue. Vivamus hendrerit tincidunt massa, ut dictum enim cursus non. Integer varius mauris nulla, ut ultricies mauris tincidunt ac. Sed imperdiet nisi non mauris rhoncus, vitae ultricies sapien hendrerit. Sed nec sapien non nisi volutpat dapibus at vel massa. Donec pharetra molestie est, vel feugiat libero porttitor at. Mauris vulputate, turpis vitae pharetra posuere, massa arcu iaculis felis, sit amet feugiat sapien urna a nunc.\r\nInteger tempus lobortis neque, a porttitor sapien. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Etiam nec nunc lorem. Donec egestas, mauris a luctus lacinia, metus leo lobortis odio, sit amet finibus purus lectus elementum metus. Nunc vitae tellus odio. Vivamus et velit et est pellentesque hendrerit sed sit amet nisl. Donec vestibulum urna in orci porttitor, gravida facilisis tellus bibendum. Proin sed libero at ipsum tempus finibus eu vel nibh.\r\nAenean sem dolor, vestibulum et mi vel, dictum suscipit nulla. Praesent placerat vehicula cursus.&nbsp;</span><br></p>\r\n<p><br></p>\r\n<p>Duis suscipit laoreet varius. Aenean eu mauris tempor, pellentesque diam non, interdum tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elit est, interdum ac metus a, venenatis semper quam. Duis quis felis erat. Ut pellentesque massa eget dolor tincidunt finibus. Sed lobortis nibh vel pretium molestie. Sed nec lacus tempor, congue tellus finibus, suscipit ligula. Proin lacinia, nisi sit amet sodales fringilla, odio nisi luctus odio, eget molestie nisi urna sed ante. Phasellus gravida, leo vitae sodales cursus, nulla elit bibendum elit, eget commodo ligula enim id lacus. Vivamus accumsan placerat enim eget luctus. Curabitur vulputate erat in malesuada consequat. Sed suscipit risus in lobortis suscipit.&nbsp;</p>\r\n<p><br></p>\r\n<p>&nbsp;Quisque finibus orci magna, vel vehicula lacus faucibus et. Duis eget erat ac ante vehicula ultrices nec ac magna. Sed rutrum nunc ut elit semper sagittis vitae eu dolor. Nulla sit amet lacus ornare tellus lobortis ornare at non ligula. Nullam at urna vitae leo iaculis accumsan. Aliquam vestibulum turpis vel nulla gravida, at feugiat justo molestie. Phasellus eu nisl mi. Sed malesuada sagittis est eget efficitur. Vivamus consequat erat leo, eu egestas ante dignissim id.\r\nIn sed elit enim. Praesent nec tellus at ante varius fermentum sit amet ut nibh. Sed ornare porttitor orci, eget convallis tortor auctor sit amet. Mauris ornare feugiat accumsan. Phasellus nulla lectus, rhoncus sed purus eget, commodo congue erat. Donec purus nibh, convallis non luctus at, fermentum sit amet dolor. Nullam sagittis massa et ipsum faucibus cursus. Ut rutrum ultricies dapibus. Praesent tincidunt magna quis leo elementum, quis aliquam mauris imperdiet.</p>\r\n<p><br></p>\";}', 'fr'),
(2, 'a:1:{s:4:\"text\";s:3460:\"<p><span style=\"font-family: -apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, Roboto, &quot;Segoe UI&quot;, Ubuntu, &quot;Helvetica Neue&quot;, sans-serif;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut finibus erat eu ex posuere maximus. Pellentesque pharetra sagittis tincidunt. Praesent egestas nulla eu magna varius, tempus accumsan mauris viverra. Donec justo augue, dignissim a nisi vitae, facilisis scelerisque est. Nam et ipsum et est pharetra laoreet. Ut hendrerit at felis at rhoncus. In diam tortor, lacinia a tellus a, eleifend pretium augue. Pellentesque eget erat ligula. Praesent vestibulum felis eget turpis finibus congue. Vivamus hendrerit tincidunt massa, ut dictum enim cursus non. Integer varius mauris nulla, ut ultricies mauris tincidunt ac. Sed imperdiet nisi non mauris rhoncus, vitae ultricies sapien hendrerit. Sed nec sapien non nisi volutpat dapibus at vel massa. Donec pharetra molestie est, vel feugiat libero porttitor at. Mauris vulputate, turpis vitae pharetra posuere, massa arcu iaculis felis, sit amet feugiat sapien urna a nunc.\r\nInteger tempus lobortis neque, a porttitor sapien. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Etiam nec nunc lorem. Donec egestas, mauris a luctus lacinia, metus leo lobortis odio, sit amet finibus purus lectus elementum metus. Nunc vitae tellus odio. Vivamus et velit et est pellentesque hendrerit sed sit amet nisl. Donec vestibulum urna in orci porttitor, gravida facilisis tellus bibendum. Proin sed libero at ipsum tempus finibus eu vel nibh.\r\nAenean sem dolor, vestibulum et mi vel, dictum suscipit nulla. Praesent placerat vehicula cursus.&nbsp;</span><br></p>\r\n<p><br></p>\r\n<p>Duis suscipit laoreet varius. Aenean eu mauris tempor, pellentesque diam non, interdum tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elit est, interdum ac metus a, venenatis semper quam. Duis quis felis erat. Ut pellentesque massa eget dolor tincidunt finibus. Sed lobortis nibh vel pretium molestie. Sed nec lacus tempor, congue tellus finibus, suscipit ligula. Proin lacinia, nisi sit amet sodales fringilla, odio nisi luctus odio, eget molestie nisi urna sed ante. Phasellus gravida, leo vitae sodales cursus, nulla elit bibendum elit, eget commodo ligula enim id lacus. Vivamus accumsan placerat enim eget luctus. Curabitur vulputate erat in malesuada consequat. Sed suscipit risus in lobortis suscipit.&nbsp;</p>\r\n<p><br></p>\r\n<p>&nbsp;Quisque finibus orci magna, vel vehicula lacus faucibus et. Duis eget erat ac ante vehicula ultrices nec ac magna. Sed rutrum nunc ut elit semper sagittis vitae eu dolor. Nulla sit amet lacus ornare tellus lobortis ornare at non ligula. Nullam at urna vitae leo iaculis accumsan. Aliquam vestibulum turpis vel nulla gravida, at feugiat justo molestie. Phasellus eu nisl mi. Sed malesuada sagittis est eget efficitur. Vivamus consequat erat leo, eu egestas ante dignissim id.\r\nIn sed elit enim. Praesent nec tellus at ante varius fermentum sit amet ut nibh. Sed ornare porttitor orci, eget convallis tortor auctor sit amet. Mauris ornare feugiat accumsan. Phasellus nulla lectus, rhoncus sed purus eget, commodo congue erat. Donec purus nibh, convallis non luctus at, fermentum sit amet dolor. Nullam sagittis massa et ipsum faucibus cursus. Ut rutrum ultricies dapibus. Praesent tincidunt magna quis leo elementum, quis aliquam mauris imperdiet.</p>\r\n<p><br></p>\";}', 'el'),
(2, 'a:1:{s:4:\"text\";s:3460:\"<p><span style=\"font-family: -apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, Roboto, &quot;Segoe UI&quot;, Ubuntu, &quot;Helvetica Neue&quot;, sans-serif;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut finibus erat eu ex posuere maximus. Pellentesque pharetra sagittis tincidunt. Praesent egestas nulla eu magna varius, tempus accumsan mauris viverra. Donec justo augue, dignissim a nisi vitae, facilisis scelerisque est. Nam et ipsum et est pharetra laoreet. Ut hendrerit at felis at rhoncus. In diam tortor, lacinia a tellus a, eleifend pretium augue. Pellentesque eget erat ligula. Praesent vestibulum felis eget turpis finibus congue. Vivamus hendrerit tincidunt massa, ut dictum enim cursus non. Integer varius mauris nulla, ut ultricies mauris tincidunt ac. Sed imperdiet nisi non mauris rhoncus, vitae ultricies sapien hendrerit. Sed nec sapien non nisi volutpat dapibus at vel massa. Donec pharetra molestie est, vel feugiat libero porttitor at. Mauris vulputate, turpis vitae pharetra posuere, massa arcu iaculis felis, sit amet feugiat sapien urna a nunc.\r\nInteger tempus lobortis neque, a porttitor sapien. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Etiam nec nunc lorem. Donec egestas, mauris a luctus lacinia, metus leo lobortis odio, sit amet finibus purus lectus elementum metus. Nunc vitae tellus odio. Vivamus et velit et est pellentesque hendrerit sed sit amet nisl. Donec vestibulum urna in orci porttitor, gravida facilisis tellus bibendum. Proin sed libero at ipsum tempus finibus eu vel nibh.\r\nAenean sem dolor, vestibulum et mi vel, dictum suscipit nulla. Praesent placerat vehicula cursus.&nbsp;</span><br></p>\r\n<p><br></p>\r\n<p>Duis suscipit laoreet varius. Aenean eu mauris tempor, pellentesque diam non, interdum tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elit est, interdum ac metus a, venenatis semper quam. Duis quis felis erat. Ut pellentesque massa eget dolor tincidunt finibus. Sed lobortis nibh vel pretium molestie. Sed nec lacus tempor, congue tellus finibus, suscipit ligula. Proin lacinia, nisi sit amet sodales fringilla, odio nisi luctus odio, eget molestie nisi urna sed ante. Phasellus gravida, leo vitae sodales cursus, nulla elit bibendum elit, eget commodo ligula enim id lacus. Vivamus accumsan placerat enim eget luctus. Curabitur vulputate erat in malesuada consequat. Sed suscipit risus in lobortis suscipit.&nbsp;</p>\r\n<p><br></p>\r\n<p>&nbsp;Quisque finibus orci magna, vel vehicula lacus faucibus et. Duis eget erat ac ante vehicula ultrices nec ac magna. Sed rutrum nunc ut elit semper sagittis vitae eu dolor. Nulla sit amet lacus ornare tellus lobortis ornare at non ligula. Nullam at urna vitae leo iaculis accumsan. Aliquam vestibulum turpis vel nulla gravida, at feugiat justo molestie. Phasellus eu nisl mi. Sed malesuada sagittis est eget efficitur. Vivamus consequat erat leo, eu egestas ante dignissim id.\r\nIn sed elit enim. Praesent nec tellus at ante varius fermentum sit amet ut nibh. Sed ornare porttitor orci, eget convallis tortor auctor sit amet. Mauris ornare feugiat accumsan. Phasellus nulla lectus, rhoncus sed purus eget, commodo congue erat. Donec purus nibh, convallis non luctus at, fermentum sit amet dolor. Nullam sagittis massa et ipsum faucibus cursus. Ut rutrum ultricies dapibus. Praesent tincidunt magna quis leo elementum, quis aliquam mauris imperdiet.</p>\r\n<p><br></p>\";}', 'it'),
(2, 'a:1:{s:4:\"text\";s:3460:\"<p><span style=\"font-family: -apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, Roboto, &quot;Segoe UI&quot;, Ubuntu, &quot;Helvetica Neue&quot;, sans-serif;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut finibus erat eu ex posuere maximus. Pellentesque pharetra sagittis tincidunt. Praesent egestas nulla eu magna varius, tempus accumsan mauris viverra. Donec justo augue, dignissim a nisi vitae, facilisis scelerisque est. Nam et ipsum et est pharetra laoreet. Ut hendrerit at felis at rhoncus. In diam tortor, lacinia a tellus a, eleifend pretium augue. Pellentesque eget erat ligula. Praesent vestibulum felis eget turpis finibus congue. Vivamus hendrerit tincidunt massa, ut dictum enim cursus non. Integer varius mauris nulla, ut ultricies mauris tincidunt ac. Sed imperdiet nisi non mauris rhoncus, vitae ultricies sapien hendrerit. Sed nec sapien non nisi volutpat dapibus at vel massa. Donec pharetra molestie est, vel feugiat libero porttitor at. Mauris vulputate, turpis vitae pharetra posuere, massa arcu iaculis felis, sit amet feugiat sapien urna a nunc.\r\nInteger tempus lobortis neque, a porttitor sapien. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Etiam nec nunc lorem. Donec egestas, mauris a luctus lacinia, metus leo lobortis odio, sit amet finibus purus lectus elementum metus. Nunc vitae tellus odio. Vivamus et velit et est pellentesque hendrerit sed sit amet nisl. Donec vestibulum urna in orci porttitor, gravida facilisis tellus bibendum. Proin sed libero at ipsum tempus finibus eu vel nibh.\r\nAenean sem dolor, vestibulum et mi vel, dictum suscipit nulla. Praesent placerat vehicula cursus.&nbsp;</span><br></p>\r\n<p><br></p>\r\n<p>Duis suscipit laoreet varius. Aenean eu mauris tempor, pellentesque diam non, interdum tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elit est, interdum ac metus a, venenatis semper quam. Duis quis felis erat. Ut pellentesque massa eget dolor tincidunt finibus. Sed lobortis nibh vel pretium molestie. Sed nec lacus tempor, congue tellus finibus, suscipit ligula. Proin lacinia, nisi sit amet sodales fringilla, odio nisi luctus odio, eget molestie nisi urna sed ante. Phasellus gravida, leo vitae sodales cursus, nulla elit bibendum elit, eget commodo ligula enim id lacus. Vivamus accumsan placerat enim eget luctus. Curabitur vulputate erat in malesuada consequat. Sed suscipit risus in lobortis suscipit.&nbsp;</p>\r\n<p><br></p>\r\n<p>&nbsp;Quisque finibus orci magna, vel vehicula lacus faucibus et. Duis eget erat ac ante vehicula ultrices nec ac magna. Sed rutrum nunc ut elit semper sagittis vitae eu dolor. Nulla sit amet lacus ornare tellus lobortis ornare at non ligula. Nullam at urna vitae leo iaculis accumsan. Aliquam vestibulum turpis vel nulla gravida, at feugiat justo molestie. Phasellus eu nisl mi. Sed malesuada sagittis est eget efficitur. Vivamus consequat erat leo, eu egestas ante dignissim id.\r\nIn sed elit enim. Praesent nec tellus at ante varius fermentum sit amet ut nibh. Sed ornare porttitor orci, eget convallis tortor auctor sit amet. Mauris ornare feugiat accumsan. Phasellus nulla lectus, rhoncus sed purus eget, commodo congue erat. Donec purus nibh, convallis non luctus at, fermentum sit amet dolor. Nullam sagittis massa et ipsum faucibus cursus. Ut rutrum ultricies dapibus. Praesent tincidunt magna quis leo elementum, quis aliquam mauris imperdiet.</p>\r\n<p><br></p>\";}', 'nl'),
(2, 'a:1:{s:4:\"text\";s:3460:\"<p><span style=\"font-family: -apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, Roboto, &quot;Segoe UI&quot;, Ubuntu, &quot;Helvetica Neue&quot;, sans-serif;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut finibus erat eu ex posuere maximus. Pellentesque pharetra sagittis tincidunt. Praesent egestas nulla eu magna varius, tempus accumsan mauris viverra. Donec justo augue, dignissim a nisi vitae, facilisis scelerisque est. Nam et ipsum et est pharetra laoreet. Ut hendrerit at felis at rhoncus. In diam tortor, lacinia a tellus a, eleifend pretium augue. Pellentesque eget erat ligula. Praesent vestibulum felis eget turpis finibus congue. Vivamus hendrerit tincidunt massa, ut dictum enim cursus non. Integer varius mauris nulla, ut ultricies mauris tincidunt ac. Sed imperdiet nisi non mauris rhoncus, vitae ultricies sapien hendrerit. Sed nec sapien non nisi volutpat dapibus at vel massa. Donec pharetra molestie est, vel feugiat libero porttitor at. Mauris vulputate, turpis vitae pharetra posuere, massa arcu iaculis felis, sit amet feugiat sapien urna a nunc.\r\nInteger tempus lobortis neque, a porttitor sapien. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Etiam nec nunc lorem. Donec egestas, mauris a luctus lacinia, metus leo lobortis odio, sit amet finibus purus lectus elementum metus. Nunc vitae tellus odio. Vivamus et velit et est pellentesque hendrerit sed sit amet nisl. Donec vestibulum urna in orci porttitor, gravida facilisis tellus bibendum. Proin sed libero at ipsum tempus finibus eu vel nibh.\r\nAenean sem dolor, vestibulum et mi vel, dictum suscipit nulla. Praesent placerat vehicula cursus.&nbsp;</span><br></p>\r\n<p><br></p>\r\n<p>Duis suscipit laoreet varius. Aenean eu mauris tempor, pellentesque diam non, interdum tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elit est, interdum ac metus a, venenatis semper quam. Duis quis felis erat. Ut pellentesque massa eget dolor tincidunt finibus. Sed lobortis nibh vel pretium molestie. Sed nec lacus tempor, congue tellus finibus, suscipit ligula. Proin lacinia, nisi sit amet sodales fringilla, odio nisi luctus odio, eget molestie nisi urna sed ante. Phasellus gravida, leo vitae sodales cursus, nulla elit bibendum elit, eget commodo ligula enim id lacus. Vivamus accumsan placerat enim eget luctus. Curabitur vulputate erat in malesuada consequat. Sed suscipit risus in lobortis suscipit.&nbsp;</p>\r\n<p><br></p>\r\n<p>&nbsp;Quisque finibus orci magna, vel vehicula lacus faucibus et. Duis eget erat ac ante vehicula ultrices nec ac magna. Sed rutrum nunc ut elit semper sagittis vitae eu dolor. Nulla sit amet lacus ornare tellus lobortis ornare at non ligula. Nullam at urna vitae leo iaculis accumsan. Aliquam vestibulum turpis vel nulla gravida, at feugiat justo molestie. Phasellus eu nisl mi. Sed malesuada sagittis est eget efficitur. Vivamus consequat erat leo, eu egestas ante dignissim id.\r\nIn sed elit enim. Praesent nec tellus at ante varius fermentum sit amet ut nibh. Sed ornare porttitor orci, eget convallis tortor auctor sit amet. Mauris ornare feugiat accumsan. Phasellus nulla lectus, rhoncus sed purus eget, commodo congue erat. Donec purus nibh, convallis non luctus at, fermentum sit amet dolor. Nullam sagittis massa et ipsum faucibus cursus. Ut rutrum ultricies dapibus. Praesent tincidunt magna quis leo elementum, quis aliquam mauris imperdiet.</p>\r\n<p><br></p>\";}', 'ro'),
(2, 'a:1:{s:4:\"text\";s:3460:\"<p><span style=\"font-family: -apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, Roboto, &quot;Segoe UI&quot;, Ubuntu, &quot;Helvetica Neue&quot;, sans-serif;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut finibus erat eu ex posuere maximus. Pellentesque pharetra sagittis tincidunt. Praesent egestas nulla eu magna varius, tempus accumsan mauris viverra. Donec justo augue, dignissim a nisi vitae, facilisis scelerisque est. Nam et ipsum et est pharetra laoreet. Ut hendrerit at felis at rhoncus. In diam tortor, lacinia a tellus a, eleifend pretium augue. Pellentesque eget erat ligula. Praesent vestibulum felis eget turpis finibus congue. Vivamus hendrerit tincidunt massa, ut dictum enim cursus non. Integer varius mauris nulla, ut ultricies mauris tincidunt ac. Sed imperdiet nisi non mauris rhoncus, vitae ultricies sapien hendrerit. Sed nec sapien non nisi volutpat dapibus at vel massa. Donec pharetra molestie est, vel feugiat libero porttitor at. Mauris vulputate, turpis vitae pharetra posuere, massa arcu iaculis felis, sit amet feugiat sapien urna a nunc.\r\nInteger tempus lobortis neque, a porttitor sapien. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Etiam nec nunc lorem. Donec egestas, mauris a luctus lacinia, metus leo lobortis odio, sit amet finibus purus lectus elementum metus. Nunc vitae tellus odio. Vivamus et velit et est pellentesque hendrerit sed sit amet nisl. Donec vestibulum urna in orci porttitor, gravida facilisis tellus bibendum. Proin sed libero at ipsum tempus finibus eu vel nibh.\r\nAenean sem dolor, vestibulum et mi vel, dictum suscipit nulla. Praesent placerat vehicula cursus.&nbsp;</span><br></p>\r\n<p><br></p>\r\n<p>Duis suscipit laoreet varius. Aenean eu mauris tempor, pellentesque diam non, interdum tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elit est, interdum ac metus a, venenatis semper quam. Duis quis felis erat. Ut pellentesque massa eget dolor tincidunt finibus. Sed lobortis nibh vel pretium molestie. Sed nec lacus tempor, congue tellus finibus, suscipit ligula. Proin lacinia, nisi sit amet sodales fringilla, odio nisi luctus odio, eget molestie nisi urna sed ante. Phasellus gravida, leo vitae sodales cursus, nulla elit bibendum elit, eget commodo ligula enim id lacus. Vivamus accumsan placerat enim eget luctus. Curabitur vulputate erat in malesuada consequat. Sed suscipit risus in lobortis suscipit.&nbsp;</p>\r\n<p><br></p>\r\n<p>&nbsp;Quisque finibus orci magna, vel vehicula lacus faucibus et. Duis eget erat ac ante vehicula ultrices nec ac magna. Sed rutrum nunc ut elit semper sagittis vitae eu dolor. Nulla sit amet lacus ornare tellus lobortis ornare at non ligula. Nullam at urna vitae leo iaculis accumsan. Aliquam vestibulum turpis vel nulla gravida, at feugiat justo molestie. Phasellus eu nisl mi. Sed malesuada sagittis est eget efficitur. Vivamus consequat erat leo, eu egestas ante dignissim id.\r\nIn sed elit enim. Praesent nec tellus at ante varius fermentum sit amet ut nibh. Sed ornare porttitor orci, eget convallis tortor auctor sit amet. Mauris ornare feugiat accumsan. Phasellus nulla lectus, rhoncus sed purus eget, commodo congue erat. Donec purus nibh, convallis non luctus at, fermentum sit amet dolor. Nullam sagittis massa et ipsum faucibus cursus. Ut rutrum ultricies dapibus. Praesent tincidunt magna quis leo elementum, quis aliquam mauris imperdiet.</p>\r\n<p><br></p>\";}', 'ru'),
(2, 'a:1:{s:4:\"text\";s:3460:\"<p><span style=\"font-family: -apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, Roboto, &quot;Segoe UI&quot;, Ubuntu, &quot;Helvetica Neue&quot;, sans-serif;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut finibus erat eu ex posuere maximus. Pellentesque pharetra sagittis tincidunt. Praesent egestas nulla eu magna varius, tempus accumsan mauris viverra. Donec justo augue, dignissim a nisi vitae, facilisis scelerisque est. Nam et ipsum et est pharetra laoreet. Ut hendrerit at felis at rhoncus. In diam tortor, lacinia a tellus a, eleifend pretium augue. Pellentesque eget erat ligula. Praesent vestibulum felis eget turpis finibus congue. Vivamus hendrerit tincidunt massa, ut dictum enim cursus non. Integer varius mauris nulla, ut ultricies mauris tincidunt ac. Sed imperdiet nisi non mauris rhoncus, vitae ultricies sapien hendrerit. Sed nec sapien non nisi volutpat dapibus at vel massa. Donec pharetra molestie est, vel feugiat libero porttitor at. Mauris vulputate, turpis vitae pharetra posuere, massa arcu iaculis felis, sit amet feugiat sapien urna a nunc.\r\nInteger tempus lobortis neque, a porttitor sapien. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Etiam nec nunc lorem. Donec egestas, mauris a luctus lacinia, metus leo lobortis odio, sit amet finibus purus lectus elementum metus. Nunc vitae tellus odio. Vivamus et velit et est pellentesque hendrerit sed sit amet nisl. Donec vestibulum urna in orci porttitor, gravida facilisis tellus bibendum. Proin sed libero at ipsum tempus finibus eu vel nibh.\r\nAenean sem dolor, vestibulum et mi vel, dictum suscipit nulla. Praesent placerat vehicula cursus.&nbsp;</span><br></p>\r\n<p><br></p>\r\n<p>Duis suscipit laoreet varius. Aenean eu mauris tempor, pellentesque diam non, interdum tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elit est, interdum ac metus a, venenatis semper quam. Duis quis felis erat. Ut pellentesque massa eget dolor tincidunt finibus. Sed lobortis nibh vel pretium molestie. Sed nec lacus tempor, congue tellus finibus, suscipit ligula. Proin lacinia, nisi sit amet sodales fringilla, odio nisi luctus odio, eget molestie nisi urna sed ante. Phasellus gravida, leo vitae sodales cursus, nulla elit bibendum elit, eget commodo ligula enim id lacus. Vivamus accumsan placerat enim eget luctus. Curabitur vulputate erat in malesuada consequat. Sed suscipit risus in lobortis suscipit.&nbsp;</p>\r\n<p><br></p>\r\n<p>&nbsp;Quisque finibus orci magna, vel vehicula lacus faucibus et. Duis eget erat ac ante vehicula ultrices nec ac magna. Sed rutrum nunc ut elit semper sagittis vitae eu dolor. Nulla sit amet lacus ornare tellus lobortis ornare at non ligula. Nullam at urna vitae leo iaculis accumsan. Aliquam vestibulum turpis vel nulla gravida, at feugiat justo molestie. Phasellus eu nisl mi. Sed malesuada sagittis est eget efficitur. Vivamus consequat erat leo, eu egestas ante dignissim id.\r\nIn sed elit enim. Praesent nec tellus at ante varius fermentum sit amet ut nibh. Sed ornare porttitor orci, eget convallis tortor auctor sit amet. Mauris ornare feugiat accumsan. Phasellus nulla lectus, rhoncus sed purus eget, commodo congue erat. Donec purus nibh, convallis non luctus at, fermentum sit amet dolor. Nullam sagittis massa et ipsum faucibus cursus. Ut rutrum ultricies dapibus. Praesent tincidunt magna quis leo elementum, quis aliquam mauris imperdiet.</p>\r\n<p><br></p>\";}', 'no'),
(3, 'a:1:{s:4:\"text\";s:146:\"<p></p>\r\n<ul><li><strong>$10 for Europe</strong></li><li><strong>$20 for USA</strong></li><li><strong>$69 for Rest of the world</strong></li></ul>\";}', 'pt'),
(3, 'a:1:{s:4:\"text\";s:146:\"<p></p>\r\n<ul><li><strong>$10 for Europe</strong></li><li><strong>$20 for USA</strong></li><li><strong>$69 for Rest of the world</strong></li></ul>\";}', 'en'),
(3, 'a:1:{s:4:\"text\";s:146:\"<p></p>\r\n<ul><li><strong>$10 for Europe</strong></li><li><strong>$20 for USA</strong></li><li><strong>$69 for Rest of the world</strong></li></ul>\";}', 'da'),
(3, 'a:1:{s:4:\"text\";s:146:\"<p></p>\r\n<ul><li><strong>$10 for Europe</strong></li><li><strong>$20 for USA</strong></li><li><strong>$69 for Rest of the world</strong></li></ul>\";}', 'de'),
(3, 'a:1:{s:4:\"text\";s:146:\"<p></p>\r\n<ul><li><strong>$10 for Europe</strong></li><li><strong>$20 for USA</strong></li><li><strong>$69 for Rest of the world</strong></li></ul>\";}', 'es'),
(3, 'a:1:{s:4:\"text\";s:146:\"<p></p>\r\n<ul><li><strong>$10 for Europe</strong></li><li><strong>$20 for USA</strong></li><li><strong>$69 for Rest of the world</strong></li></ul>\";}', 'fr'),
(3, 'a:1:{s:4:\"text\";s:146:\"<p></p>\r\n<ul><li><strong>$10 for Europe</strong></li><li><strong>$20 for USA</strong></li><li><strong>$69 for Rest of the world</strong></li></ul>\";}', 'el'),
(3, 'a:1:{s:4:\"text\";s:146:\"<p></p>\r\n<ul><li><strong>$10 for Europe</strong></li><li><strong>$20 for USA</strong></li><li><strong>$69 for Rest of the world</strong></li></ul>\";}', 'it'),
(3, 'a:1:{s:4:\"text\";s:146:\"<p></p>\r\n<ul><li><strong>$10 for Europe</strong></li><li><strong>$20 for USA</strong></li><li><strong>$69 for Rest of the world</strong></li></ul>\";}', 'nl'),
(3, 'a:1:{s:4:\"text\";s:146:\"<p></p>\r\n<ul><li><strong>$10 for Europe</strong></li><li><strong>$20 for USA</strong></li><li><strong>$69 for Rest of the world</strong></li></ul>\";}', 'ro'),
(3, 'a:1:{s:4:\"text\";s:146:\"<p></p>\r\n<ul><li><strong>$10 for Europe</strong></li><li><strong>$20 for USA</strong></li><li><strong>$69 for Rest of the world</strong></li></ul>\";}', 'ru'),
(3, 'a:1:{s:4:\"text\";s:146:\"<p></p>\r\n<ul><li><strong>$10 for Europe</strong></li><li><strong>$20 for USA</strong></li><li><strong>$69 for Rest of the world</strong></li></ul>\";}', 'no'),
(4, 'a:1:{s:4:\"text\";s:146:\"<p></p>\r\n<ul><li><strong>$10 for Europe</strong></li><li><strong>$20 for USA</strong></li><li><strong>$69 for Rest of the world</strong></li></ul>\";}', 'pt'),
(4, 'a:1:{s:4:\"text\";s:146:\"<p></p>\r\n<ul><li><strong>$10 for Europe</strong></li><li><strong>$20 for USA</strong></li><li><strong>$69 for Rest of the world</strong></li></ul>\";}', 'en'),
(4, 'a:1:{s:4:\"text\";s:146:\"<p></p>\r\n<ul><li><strong>$10 for Europe</strong></li><li><strong>$20 for USA</strong></li><li><strong>$69 for Rest of the world</strong></li></ul>\";}', 'da'),
(4, 'a:1:{s:4:\"text\";s:146:\"<p></p>\r\n<ul><li><strong>$10 for Europe</strong></li><li><strong>$20 for USA</strong></li><li><strong>$69 for Rest of the world</strong></li></ul>\";}', 'de'),
(4, 'a:1:{s:4:\"text\";s:146:\"<p></p>\r\n<ul><li><strong>$10 for Europe</strong></li><li><strong>$20 for USA</strong></li><li><strong>$69 for Rest of the world</strong></li></ul>\";}', 'es'),
(4, 'a:1:{s:4:\"text\";s:146:\"<p></p>\r\n<ul><li><strong>$10 for Europe</strong></li><li><strong>$20 for USA</strong></li><li><strong>$69 for Rest of the world</strong></li></ul>\";}', 'fr'),
(4, 'a:1:{s:4:\"text\";s:146:\"<p></p>\r\n<ul><li><strong>$10 for Europe</strong></li><li><strong>$20 for USA</strong></li><li><strong>$69 for Rest of the world</strong></li></ul>\";}', 'el'),
(4, 'a:1:{s:4:\"text\";s:146:\"<p></p>\r\n<ul><li><strong>$10 for Europe</strong></li><li><strong>$20 for USA</strong></li><li><strong>$69 for Rest of the world</strong></li></ul>\";}', 'it'),
(4, 'a:1:{s:4:\"text\";s:146:\"<p></p>\r\n<ul><li><strong>$10 for Europe</strong></li><li><strong>$20 for USA</strong></li><li><strong>$69 for Rest of the world</strong></li></ul>\";}', 'nl'),
(4, 'a:1:{s:4:\"text\";s:146:\"<p></p>\r\n<ul><li><strong>$10 for Europe</strong></li><li><strong>$20 for USA</strong></li><li><strong>$69 for Rest of the world</strong></li></ul>\";}', 'ro'),
(4, 'a:1:{s:4:\"text\";s:146:\"<p></p>\r\n<ul><li><strong>$10 for Europe</strong></li><li><strong>$20 for USA</strong></li><li><strong>$69 for Rest of the world</strong></li></ul>\";}', 'ru'),
(4, 'a:1:{s:4:\"text\";s:146:\"<p></p>\r\n<ul><li><strong>$10 for Europe</strong></li><li><strong>$20 for USA</strong></li><li><strong>$69 for Rest of the world</strong></li></ul>\";}', 'no'),
(5, 'a:1:{s:4:\"text\";s:155:\"<p></p>\r\n<ul><li><strong>PayPal</strong></li><li><strong>COD</strong></li><li><strong>Credit Card</strong></li><li><strong>Wire transfer</strong></li></ul>\";}', 'pt'),
(5, 'a:1:{s:4:\"text\";s:155:\"<p></p>\r\n<ul><li><strong>PayPal</strong></li><li><strong>COD</strong></li><li><strong>Credit Card</strong></li><li><strong>Wire transfer</strong></li></ul>\";}', 'en'),
(5, 'a:1:{s:4:\"text\";s:155:\"<p></p>\r\n<ul><li><strong>PayPal</strong></li><li><strong>COD</strong></li><li><strong>Credit Card</strong></li><li><strong>Wire transfer</strong></li></ul>\";}', 'da'),
(5, 'a:1:{s:4:\"text\";s:155:\"<p></p>\r\n<ul><li><strong>PayPal</strong></li><li><strong>COD</strong></li><li><strong>Credit Card</strong></li><li><strong>Wire transfer</strong></li></ul>\";}', 'de'),
(5, 'a:1:{s:4:\"text\";s:155:\"<p></p>\r\n<ul><li><strong>PayPal</strong></li><li><strong>COD</strong></li><li><strong>Credit Card</strong></li><li><strong>Wire transfer</strong></li></ul>\";}', 'es'),
(5, 'a:1:{s:4:\"text\";s:155:\"<p></p>\r\n<ul><li><strong>PayPal</strong></li><li><strong>COD</strong></li><li><strong>Credit Card</strong></li><li><strong>Wire transfer</strong></li></ul>\";}', 'fr'),
(5, 'a:1:{s:4:\"text\";s:155:\"<p></p>\r\n<ul><li><strong>PayPal</strong></li><li><strong>COD</strong></li><li><strong>Credit Card</strong></li><li><strong>Wire transfer</strong></li></ul>\";}', 'el'),
(5, 'a:1:{s:4:\"text\";s:155:\"<p></p>\r\n<ul><li><strong>PayPal</strong></li><li><strong>COD</strong></li><li><strong>Credit Card</strong></li><li><strong>Wire transfer</strong></li></ul>\";}', 'it'),
(5, 'a:1:{s:4:\"text\";s:155:\"<p></p>\r\n<ul><li><strong>PayPal</strong></li><li><strong>COD</strong></li><li><strong>Credit Card</strong></li><li><strong>Wire transfer</strong></li></ul>\";}', 'nl'),
(5, 'a:1:{s:4:\"text\";s:155:\"<p></p>\r\n<ul><li><strong>PayPal</strong></li><li><strong>COD</strong></li><li><strong>Credit Card</strong></li><li><strong>Wire transfer</strong></li></ul>\";}', 'ro'),
(5, 'a:1:{s:4:\"text\";s:155:\"<p></p>\r\n<ul><li><strong>PayPal</strong></li><li><strong>COD</strong></li><li><strong>Credit Card</strong></li><li><strong>Wire transfer</strong></li></ul>\";}', 'ru'),
(5, 'a:1:{s:4:\"text\";s:155:\"<p></p>\r\n<ul><li><strong>PayPal</strong></li><li><strong>COD</strong></li><li><strong>Credit Card</strong></li><li><strong>Wire transfer</strong></li></ul>\";}', 'no'),
(6, 'a:1:{s:4:\"text\";s:155:\"<p></p>\r\n<ul><li><strong>PayPal</strong></li><li><strong>COD</strong></li><li><strong>Credit Card</strong></li><li><strong>Wire transfer</strong></li></ul>\";}', 'pt'),
(6, 'a:1:{s:4:\"text\";s:155:\"<p></p>\r\n<ul><li><strong>PayPal</strong></li><li><strong>COD</strong></li><li><strong>Credit Card</strong></li><li><strong>Wire transfer</strong></li></ul>\";}', 'en'),
(6, 'a:1:{s:4:\"text\";s:155:\"<p></p>\r\n<ul><li><strong>PayPal</strong></li><li><strong>COD</strong></li><li><strong>Credit Card</strong></li><li><strong>Wire transfer</strong></li></ul>\";}', 'da'),
(6, 'a:1:{s:4:\"text\";s:155:\"<p></p>\r\n<ul><li><strong>PayPal</strong></li><li><strong>COD</strong></li><li><strong>Credit Card</strong></li><li><strong>Wire transfer</strong></li></ul>\";}', 'de'),
(6, 'a:1:{s:4:\"text\";s:155:\"<p></p>\r\n<ul><li><strong>PayPal</strong></li><li><strong>COD</strong></li><li><strong>Credit Card</strong></li><li><strong>Wire transfer</strong></li></ul>\";}', 'es'),
(6, 'a:1:{s:4:\"text\";s:155:\"<p></p>\r\n<ul><li><strong>PayPal</strong></li><li><strong>COD</strong></li><li><strong>Credit Card</strong></li><li><strong>Wire transfer</strong></li></ul>\";}', 'fr'),
(6, 'a:1:{s:4:\"text\";s:155:\"<p></p>\r\n<ul><li><strong>PayPal</strong></li><li><strong>COD</strong></li><li><strong>Credit Card</strong></li><li><strong>Wire transfer</strong></li></ul>\";}', 'el'),
(6, 'a:1:{s:4:\"text\";s:155:\"<p></p>\r\n<ul><li><strong>PayPal</strong></li><li><strong>COD</strong></li><li><strong>Credit Card</strong></li><li><strong>Wire transfer</strong></li></ul>\";}', 'it'),
(6, 'a:1:{s:4:\"text\";s:155:\"<p></p>\r\n<ul><li><strong>PayPal</strong></li><li><strong>COD</strong></li><li><strong>Credit Card</strong></li><li><strong>Wire transfer</strong></li></ul>\";}', 'nl'),
(6, 'a:1:{s:4:\"text\";s:155:\"<p></p>\r\n<ul><li><strong>PayPal</strong></li><li><strong>COD</strong></li><li><strong>Credit Card</strong></li><li><strong>Wire transfer</strong></li></ul>\";}', 'ro'),
(6, 'a:1:{s:4:\"text\";s:155:\"<p></p>\r\n<ul><li><strong>PayPal</strong></li><li><strong>COD</strong></li><li><strong>Credit Card</strong></li><li><strong>Wire transfer</strong></li></ul>\";}', 'ru'),
(6, 'a:1:{s:4:\"text\";s:155:\"<p></p>\r\n<ul><li><strong>PayPal</strong></li><li><strong>COD</strong></li><li><strong>Credit Card</strong></li><li><strong>Wire transfer</strong></li></ul>\";}', 'no'),
(7, 'a:1:{s:4:\"text\";s:390:\"<p></p>\r\n<ul><li><strong>Free returns</strong></li><li><strong>Fast delivery</strong></li><li><strong>Original items</strong></li><li><a href=\"#\"><span style=\"color: rgb(84,141, 212);\"><strong>24/7 support</strong></span></a></li><li><span style=\"color: rgb(84, 141,212);\"><a href=\"#\"><span style=\"color: rgb(84, 141,212)\"><strong>Quality verified items</strong></span></a></span></li></ul>\";}', 'pt'),
(7, 'a:1:{s:4:\"text\";s:390:\"<p></p>\r\n<ul><li><strong>Free returns</strong></li><li><strong>Fast delivery</strong></li><li><strong>Original items</strong></li><li><a href=\"#\"><span style=\"color: rgb(84,141, 212);\"><strong>24/7 support</strong></span></a></li><li><span style=\"color: rgb(84, 141,212);\"><a href=\"#\"><span style=\"color: rgb(84, 141,212)\"><strong>Quality verified items</strong></span></a></span></li></ul>\";}', 'en'),
(7, 'a:1:{s:4:\"text\";s:390:\"<p></p>\r\n<ul><li><strong>Free returns</strong></li><li><strong>Fast delivery</strong></li><li><strong>Original items</strong></li><li><a href=\"#\"><span style=\"color: rgb(84,141, 212);\"><strong>24/7 support</strong></span></a></li><li><span style=\"color: rgb(84, 141,212);\"><a href=\"#\"><span style=\"color: rgb(84, 141,212)\"><strong>Quality verified items</strong></span></a></span></li></ul>\";}', 'da'),
(7, 'a:1:{s:4:\"text\";s:390:\"<p></p>\r\n<ul><li><strong>Free returns</strong></li><li><strong>Fast delivery</strong></li><li><strong>Original items</strong></li><li><a href=\"#\"><span style=\"color: rgb(84,141, 212);\"><strong>24/7 support</strong></span></a></li><li><span style=\"color: rgb(84, 141,212);\"><a href=\"#\"><span style=\"color: rgb(84, 141,212)\"><strong>Quality verified items</strong></span></a></span></li></ul>\";}', 'de'),
(7, 'a:1:{s:4:\"text\";s:390:\"<p></p>\r\n<ul><li><strong>Free returns</strong></li><li><strong>Fast delivery</strong></li><li><strong>Original items</strong></li><li><a href=\"#\"><span style=\"color: rgb(84,141, 212);\"><strong>24/7 support</strong></span></a></li><li><span style=\"color: rgb(84, 141,212);\"><a href=\"#\"><span style=\"color: rgb(84, 141,212)\"><strong>Quality verified items</strong></span></a></span></li></ul>\";}', 'es'),
(7, 'a:1:{s:4:\"text\";s:390:\"<p></p>\r\n<ul><li><strong>Free returns</strong></li><li><strong>Fast delivery</strong></li><li><strong>Original items</strong></li><li><a href=\"#\"><span style=\"color: rgb(84,141, 212);\"><strong>24/7 support</strong></span></a></li><li><span style=\"color: rgb(84, 141,212);\"><a href=\"#\"><span style=\"color: rgb(84, 141,212)\"><strong>Quality verified items</strong></span></a></span></li></ul>\";}', 'fr'),
(7, 'a:1:{s:4:\"text\";s:390:\"<p></p>\r\n<ul><li><strong>Free returns</strong></li><li><strong>Fast delivery</strong></li><li><strong>Original items</strong></li><li><a href=\"#\"><span style=\"color: rgb(84,141, 212);\"><strong>24/7 support</strong></span></a></li><li><span style=\"color: rgb(84, 141,212);\"><a href=\"#\"><span style=\"color: rgb(84, 141,212)\"><strong>Quality verified items</strong></span></a></span></li></ul>\";}', 'el'),
(7, 'a:1:{s:4:\"text\";s:390:\"<p></p>\r\n<ul><li><strong>Free returns</strong></li><li><strong>Fast delivery</strong></li><li><strong>Original items</strong></li><li><a href=\"#\"><span style=\"color: rgb(84,141, 212);\"><strong>24/7 support</strong></span></a></li><li><span style=\"color: rgb(84, 141,212);\"><a href=\"#\"><span style=\"color: rgb(84, 141,212)\"><strong>Quality verified items</strong></span></a></span></li></ul>\";}', 'it'),
(7, 'a:1:{s:4:\"text\";s:390:\"<p></p>\r\n<ul><li><strong>Free returns</strong></li><li><strong>Fast delivery</strong></li><li><strong>Original items</strong></li><li><a href=\"#\"><span style=\"color: rgb(84,141, 212);\"><strong>24/7 support</strong></span></a></li><li><span style=\"color: rgb(84, 141,212);\"><a href=\"#\"><span style=\"color: rgb(84, 141,212)\"><strong>Quality verified items</strong></span></a></span></li></ul>\";}', 'nl'),
(7, 'a:1:{s:4:\"text\";s:390:\"<p></p>\r\n<ul><li><strong>Free returns</strong></li><li><strong>Fast delivery</strong></li><li><strong>Original items</strong></li><li><a href=\"#\"><span style=\"color: rgb(84,141, 212);\"><strong>24/7 support</strong></span></a></li><li><span style=\"color: rgb(84, 141,212);\"><a href=\"#\"><span style=\"color: rgb(84, 141,212)\"><strong>Quality verified items</strong></span></a></span></li></ul>\";}', 'ro'),
(7, 'a:1:{s:4:\"text\";s:390:\"<p></p>\r\n<ul><li><strong>Free returns</strong></li><li><strong>Fast delivery</strong></li><li><strong>Original items</strong></li><li><a href=\"#\"><span style=\"color: rgb(84,141, 212);\"><strong>24/7 support</strong></span></a></li><li><span style=\"color: rgb(84, 141,212);\"><a href=\"#\"><span style=\"color: rgb(84, 141,212)\"><strong>Quality verified items</strong></span></a></span></li></ul>\";}', 'ru');
INSERT INTO `partiushop_et_quick_info_descr` (`content_id`, `data`, `lang_code`) VALUES
(7, 'a:1:{s:4:\"text\";s:390:\"<p></p>\r\n<ul><li><strong>Free returns</strong></li><li><strong>Fast delivery</strong></li><li><strong>Original items</strong></li><li><a href=\"#\"><span style=\"color: rgb(84,141, 212);\"><strong>24/7 support</strong></span></a></li><li><span style=\"color: rgb(84, 141,212);\"><a href=\"#\"><span style=\"color: rgb(84, 141,212)\"><strong>Quality verified items</strong></span></a></span></li></ul>\";}', 'no'),
(8, 'a:1:{s:4:\"text\";s:390:\"<p></p>\r\n<ul><li><strong>Free returns</strong></li><li><strong>Fast delivery</strong></li><li><strong>Original items</strong></li><li><a href=\"#\"><span style=\"color: rgb(84,141, 212);\"><strong>24/7 support</strong></span></a></li><li><span style=\"color: rgb(84, 141,212);\"><a href=\"#\"><span style=\"color: rgb(84, 141,212)\"><strong>Quality verified items</strong></span></a></span></li></ul>\";}', 'pt'),
(8, 'a:1:{s:4:\"text\";s:390:\"<p></p>\r\n<ul><li><strong>Free returns</strong></li><li><strong>Fast delivery</strong></li><li><strong>Original items</strong></li><li><a href=\"#\"><span style=\"color: rgb(84,141, 212);\"><strong>24/7 support</strong></span></a></li><li><span style=\"color: rgb(84, 141,212);\"><a href=\"#\"><span style=\"color: rgb(84, 141,212)\"><strong>Quality verified items</strong></span></a></span></li></ul>\";}', 'en'),
(8, 'a:1:{s:4:\"text\";s:390:\"<p></p>\r\n<ul><li><strong>Free returns</strong></li><li><strong>Fast delivery</strong></li><li><strong>Original items</strong></li><li><a href=\"#\"><span style=\"color: rgb(84,141, 212);\"><strong>24/7 support</strong></span></a></li><li><span style=\"color: rgb(84, 141,212);\"><a href=\"#\"><span style=\"color: rgb(84, 141,212)\"><strong>Quality verified items</strong></span></a></span></li></ul>\";}', 'da'),
(8, 'a:1:{s:4:\"text\";s:390:\"<p></p>\r\n<ul><li><strong>Free returns</strong></li><li><strong>Fast delivery</strong></li><li><strong>Original items</strong></li><li><a href=\"#\"><span style=\"color: rgb(84,141, 212);\"><strong>24/7 support</strong></span></a></li><li><span style=\"color: rgb(84, 141,212);\"><a href=\"#\"><span style=\"color: rgb(84, 141,212)\"><strong>Quality verified items</strong></span></a></span></li></ul>\";}', 'de'),
(8, 'a:1:{s:4:\"text\";s:390:\"<p></p>\r\n<ul><li><strong>Free returns</strong></li><li><strong>Fast delivery</strong></li><li><strong>Original items</strong></li><li><a href=\"#\"><span style=\"color: rgb(84,141, 212);\"><strong>24/7 support</strong></span></a></li><li><span style=\"color: rgb(84, 141,212);\"><a href=\"#\"><span style=\"color: rgb(84, 141,212)\"><strong>Quality verified items</strong></span></a></span></li></ul>\";}', 'es'),
(8, 'a:1:{s:4:\"text\";s:390:\"<p></p>\r\n<ul><li><strong>Free returns</strong></li><li><strong>Fast delivery</strong></li><li><strong>Original items</strong></li><li><a href=\"#\"><span style=\"color: rgb(84,141, 212);\"><strong>24/7 support</strong></span></a></li><li><span style=\"color: rgb(84, 141,212);\"><a href=\"#\"><span style=\"color: rgb(84, 141,212)\"><strong>Quality verified items</strong></span></a></span></li></ul>\";}', 'fr'),
(8, 'a:1:{s:4:\"text\";s:390:\"<p></p>\r\n<ul><li><strong>Free returns</strong></li><li><strong>Fast delivery</strong></li><li><strong>Original items</strong></li><li><a href=\"#\"><span style=\"color: rgb(84,141, 212);\"><strong>24/7 support</strong></span></a></li><li><span style=\"color: rgb(84, 141,212);\"><a href=\"#\"><span style=\"color: rgb(84, 141,212)\"><strong>Quality verified items</strong></span></a></span></li></ul>\";}', 'el'),
(8, 'a:1:{s:4:\"text\";s:390:\"<p></p>\r\n<ul><li><strong>Free returns</strong></li><li><strong>Fast delivery</strong></li><li><strong>Original items</strong></li><li><a href=\"#\"><span style=\"color: rgb(84,141, 212);\"><strong>24/7 support</strong></span></a></li><li><span style=\"color: rgb(84, 141,212);\"><a href=\"#\"><span style=\"color: rgb(84, 141,212)\"><strong>Quality verified items</strong></span></a></span></li></ul>\";}', 'it'),
(8, 'a:1:{s:4:\"text\";s:390:\"<p></p>\r\n<ul><li><strong>Free returns</strong></li><li><strong>Fast delivery</strong></li><li><strong>Original items</strong></li><li><a href=\"#\"><span style=\"color: rgb(84,141, 212);\"><strong>24/7 support</strong></span></a></li><li><span style=\"color: rgb(84, 141,212);\"><a href=\"#\"><span style=\"color: rgb(84, 141,212)\"><strong>Quality verified items</strong></span></a></span></li></ul>\";}', 'nl'),
(8, 'a:1:{s:4:\"text\";s:390:\"<p></p>\r\n<ul><li><strong>Free returns</strong></li><li><strong>Fast delivery</strong></li><li><strong>Original items</strong></li><li><a href=\"#\"><span style=\"color: rgb(84,141, 212);\"><strong>24/7 support</strong></span></a></li><li><span style=\"color: rgb(84, 141,212);\"><a href=\"#\"><span style=\"color: rgb(84, 141,212)\"><strong>Quality verified items</strong></span></a></span></li></ul>\";}', 'ro'),
(8, 'a:1:{s:4:\"text\";s:390:\"<p></p>\r\n<ul><li><strong>Free returns</strong></li><li><strong>Fast delivery</strong></li><li><strong>Original items</strong></li><li><a href=\"#\"><span style=\"color: rgb(84,141, 212);\"><strong>24/7 support</strong></span></a></li><li><span style=\"color: rgb(84, 141,212);\"><a href=\"#\"><span style=\"color: rgb(84, 141,212)\"><strong>Quality verified items</strong></span></a></span></li></ul>\";}', 'ru'),
(8, 'a:1:{s:4:\"text\";s:390:\"<p></p>\r\n<ul><li><strong>Free returns</strong></li><li><strong>Fast delivery</strong></li><li><strong>Original items</strong></li><li><a href=\"#\"><span style=\"color: rgb(84,141, 212);\"><strong>24/7 support</strong></span></a></li><li><span style=\"color: rgb(84, 141,212);\"><a href=\"#\"><span style=\"color: rgb(84, 141,212)\"><strong>Quality verified items</strong></span></a></span></li></ul>\";}', 'no'),
(9, 'a:1:{s:4:\"text\";s:0:\"\";}', 'pt'),
(9, 'a:1:{s:4:\"text\";s:0:\"\";}', 'en'),
(9, 'a:1:{s:4:\"text\";s:0:\"\";}', 'da'),
(9, 'a:1:{s:4:\"text\";s:0:\"\";}', 'de'),
(9, 'a:1:{s:4:\"text\";s:0:\"\";}', 'es'),
(9, 'a:1:{s:4:\"text\";s:0:\"\";}', 'fr'),
(9, 'a:1:{s:4:\"text\";s:0:\"\";}', 'el'),
(9, 'a:1:{s:4:\"text\";s:0:\"\";}', 'it'),
(9, 'a:1:{s:4:\"text\";s:0:\"\";}', 'nl'),
(9, 'a:1:{s:4:\"text\";s:0:\"\";}', 'ro'),
(9, 'a:1:{s:4:\"text\";s:0:\"\";}', 'ru'),
(9, 'a:1:{s:4:\"text\";s:0:\"\";}', 'no'),
(10, 'a:1:{s:4:\"text\";s:18:\"<p>Custo Frete</p>\";}', 'pt'),
(10, 'a:1:{s:4:\"text\";s:18:\"<p>Custo Frete</p>\";}', 'en'),
(10, 'a:1:{s:4:\"text\";s:18:\"<p>Custo Frete</p>\";}', 'da'),
(10, 'a:1:{s:4:\"text\";s:18:\"<p>Custo Frete</p>\";}', 'de'),
(10, 'a:1:{s:4:\"text\";s:18:\"<p>Custo Frete</p>\";}', 'es'),
(10, 'a:1:{s:4:\"text\";s:18:\"<p>Custo Frete</p>\";}', 'fr'),
(10, 'a:1:{s:4:\"text\";s:18:\"<p>Custo Frete</p>\";}', 'el'),
(10, 'a:1:{s:4:\"text\";s:18:\"<p>Custo Frete</p>\";}', 'it'),
(10, 'a:1:{s:4:\"text\";s:18:\"<p>Custo Frete</p>\";}', 'nl'),
(10, 'a:1:{s:4:\"text\";s:18:\"<p>Custo Frete</p>\";}', 'ro'),
(10, 'a:1:{s:4:\"text\";s:18:\"<p>Custo Frete</p>\";}', 'ru'),
(10, 'a:1:{s:4:\"text\";s:18:\"<p>Custo Frete</p>\";}', 'no'),
(11, 'a:1:{s:4:\"text\";s:28:\"<p>Métodos de pagamento</p>\";}', 'pt'),
(11, 'a:1:{s:4:\"text\";s:28:\"<p>Métodos de pagamento</p>\";}', 'en'),
(11, 'a:1:{s:4:\"text\";s:28:\"<p>Métodos de pagamento</p>\";}', 'da'),
(11, 'a:1:{s:4:\"text\";s:28:\"<p>Métodos de pagamento</p>\";}', 'de'),
(11, 'a:1:{s:4:\"text\";s:28:\"<p>Métodos de pagamento</p>\";}', 'es'),
(11, 'a:1:{s:4:\"text\";s:28:\"<p>Métodos de pagamento</p>\";}', 'fr'),
(11, 'a:1:{s:4:\"text\";s:28:\"<p>Métodos de pagamento</p>\";}', 'el'),
(11, 'a:1:{s:4:\"text\";s:28:\"<p>Métodos de pagamento</p>\";}', 'it'),
(11, 'a:1:{s:4:\"text\";s:28:\"<p>Métodos de pagamento</p>\";}', 'nl'),
(11, 'a:1:{s:4:\"text\";s:28:\"<p>Métodos de pagamento</p>\";}', 'ro'),
(11, 'a:1:{s:4:\"text\";s:28:\"<p>Métodos de pagamento</p>\";}', 'ru'),
(11, 'a:1:{s:4:\"text\";s:28:\"<p>Métodos de pagamento</p>\";}', 'no'),
(12, 'a:1:{s:4:\"text\";s:8:\"<p>s</p>\";}', 'pt'),
(12, 'a:1:{s:4:\"text\";s:8:\"<p>s</p>\";}', 'en'),
(12, 'a:1:{s:4:\"text\";s:8:\"<p>s</p>\";}', 'da'),
(12, 'a:1:{s:4:\"text\";s:8:\"<p>s</p>\";}', 'de'),
(12, 'a:1:{s:4:\"text\";s:8:\"<p>s</p>\";}', 'es'),
(12, 'a:1:{s:4:\"text\";s:8:\"<p>s</p>\";}', 'fr'),
(12, 'a:1:{s:4:\"text\";s:8:\"<p>s</p>\";}', 'el'),
(12, 'a:1:{s:4:\"text\";s:8:\"<p>s</p>\";}', 'it'),
(12, 'a:1:{s:4:\"text\";s:8:\"<p>s</p>\";}', 'nl'),
(12, 'a:1:{s:4:\"text\";s:8:\"<p>s</p>\";}', 'ro'),
(12, 'a:1:{s:4:\"text\";s:8:\"<p>s</p>\";}', 'ru'),
(12, 'a:1:{s:4:\"text\";s:8:\"<p>s</p>\";}', 'no');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_et_quick_info_title`
--

CREATE TABLE `partiushop_et_quick_info_title` (
  `block_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `data` text DEFAULT '',
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_et_quick_info_title`
--

INSERT INTO `partiushop_et_quick_info_title` (`block_id`, `data`, `lang_code`) VALUES
(1, 'a:2:{s:5:\"title\";s:16:\"Popup info block\";s:4:\"text\";s:0:\"\";}', 'pt'),
(1, 'a:2:{s:5:\"title\";s:16:\"Popup info block\";s:4:\"text\";s:0:\"\";}', 'en'),
(1, 'a:2:{s:5:\"title\";s:16:\"Popup info block\";s:4:\"text\";s:0:\"\";}', 'da'),
(1, 'a:2:{s:5:\"title\";s:16:\"Popup info block\";s:4:\"text\";s:0:\"\";}', 'de'),
(1, 'a:2:{s:5:\"title\";s:16:\"Popup info block\";s:4:\"text\";s:0:\"\";}', 'es'),
(1, 'a:2:{s:5:\"title\";s:16:\"Popup info block\";s:4:\"text\";s:0:\"\";}', 'fr'),
(1, 'a:2:{s:5:\"title\";s:16:\"Popup info block\";s:4:\"text\";s:0:\"\";}', 'el'),
(1, 'a:2:{s:5:\"title\";s:16:\"Popup info block\";s:4:\"text\";s:0:\"\";}', 'it'),
(1, 'a:2:{s:5:\"title\";s:16:\"Popup info block\";s:4:\"text\";s:0:\"\";}', 'nl'),
(1, 'a:2:{s:5:\"title\";s:16:\"Popup info block\";s:4:\"text\";s:0:\"\";}', 'ro'),
(1, 'a:2:{s:5:\"title\";s:16:\"Popup info block\";s:4:\"text\";s:0:\"\";}', 'ru'),
(1, 'a:2:{s:5:\"title\";s:16:\"Popup info block\";s:4:\"text\";s:0:\"\";}', 'no'),
(2, 'a:2:{s:5:\"title\";s:14:\"Shipping costs\";s:4:\"text\";s:0:\"\";}', 'pt'),
(2, 'a:2:{s:5:\"title\";s:14:\"Shipping costs\";s:4:\"text\";s:0:\"\";}', 'en'),
(2, 'a:2:{s:5:\"title\";s:14:\"Shipping costs\";s:4:\"text\";s:0:\"\";}', 'da'),
(2, 'a:2:{s:5:\"title\";s:14:\"Shipping costs\";s:4:\"text\";s:0:\"\";}', 'de'),
(2, 'a:2:{s:5:\"title\";s:14:\"Shipping costs\";s:4:\"text\";s:0:\"\";}', 'es'),
(2, 'a:2:{s:5:\"title\";s:14:\"Shipping costs\";s:4:\"text\";s:0:\"\";}', 'fr'),
(2, 'a:2:{s:5:\"title\";s:14:\"Shipping costs\";s:4:\"text\";s:0:\"\";}', 'el'),
(2, 'a:2:{s:5:\"title\";s:14:\"Shipping costs\";s:4:\"text\";s:0:\"\";}', 'it'),
(2, 'a:2:{s:5:\"title\";s:14:\"Shipping costs\";s:4:\"text\";s:0:\"\";}', 'nl'),
(2, 'a:2:{s:5:\"title\";s:14:\"Shipping costs\";s:4:\"text\";s:0:\"\";}', 'ro'),
(2, 'a:2:{s:5:\"title\";s:14:\"Shipping costs\";s:4:\"text\";s:0:\"\";}', 'ru'),
(2, 'a:2:{s:5:\"title\";s:14:\"Shipping costs\";s:4:\"text\";s:0:\"\";}', 'no'),
(3, 'a:2:{s:5:\"title\";s:15:\"Payment methods\";s:4:\"text\";s:0:\"\";}', 'pt'),
(3, 'a:2:{s:5:\"title\";s:15:\"Payment methods\";s:4:\"text\";s:0:\"\";}', 'en'),
(3, 'a:2:{s:5:\"title\";s:15:\"Payment methods\";s:4:\"text\";s:0:\"\";}', 'da'),
(3, 'a:2:{s:5:\"title\";s:15:\"Payment methods\";s:4:\"text\";s:0:\"\";}', 'de'),
(3, 'a:2:{s:5:\"title\";s:15:\"Payment methods\";s:4:\"text\";s:0:\"\";}', 'es'),
(3, 'a:2:{s:5:\"title\";s:15:\"Payment methods\";s:4:\"text\";s:0:\"\";}', 'fr'),
(3, 'a:2:{s:5:\"title\";s:15:\"Payment methods\";s:4:\"text\";s:0:\"\";}', 'el'),
(3, 'a:2:{s:5:\"title\";s:15:\"Payment methods\";s:4:\"text\";s:0:\"\";}', 'it'),
(3, 'a:2:{s:5:\"title\";s:15:\"Payment methods\";s:4:\"text\";s:0:\"\";}', 'nl'),
(3, 'a:2:{s:5:\"title\";s:15:\"Payment methods\";s:4:\"text\";s:0:\"\";}', 'ro'),
(3, 'a:2:{s:5:\"title\";s:15:\"Payment methods\";s:4:\"text\";s:0:\"\";}', 'ru'),
(3, 'a:2:{s:5:\"title\";s:15:\"Payment methods\";s:4:\"text\";s:0:\"\";}', 'no'),
(4, 'a:2:{s:5:\"title\";s:6:\"Why us\";s:4:\"text\";s:0:\"\";}', 'pt'),
(4, 'a:2:{s:5:\"title\";s:6:\"Why us\";s:4:\"text\";s:0:\"\";}', 'en'),
(4, 'a:2:{s:5:\"title\";s:6:\"Why us\";s:4:\"text\";s:0:\"\";}', 'da'),
(4, 'a:2:{s:5:\"title\";s:6:\"Why us\";s:4:\"text\";s:0:\"\";}', 'de'),
(4, 'a:2:{s:5:\"title\";s:6:\"Why us\";s:4:\"text\";s:0:\"\";}', 'es'),
(4, 'a:2:{s:5:\"title\";s:6:\"Why us\";s:4:\"text\";s:0:\"\";}', 'fr'),
(4, 'a:2:{s:5:\"title\";s:6:\"Why us\";s:4:\"text\";s:0:\"\";}', 'el'),
(4, 'a:2:{s:5:\"title\";s:6:\"Why us\";s:4:\"text\";s:0:\"\";}', 'it'),
(4, 'a:2:{s:5:\"title\";s:6:\"Why us\";s:4:\"text\";s:0:\"\";}', 'nl'),
(4, 'a:2:{s:5:\"title\";s:6:\"Why us\";s:4:\"text\";s:0:\"\";}', 'ro'),
(4, 'a:2:{s:5:\"title\";s:6:\"Why us\";s:4:\"text\";s:0:\"\";}', 'ru'),
(4, 'a:2:{s:5:\"title\";s:6:\"Why us\";s:4:\"text\";s:0:\"\";}', 'no');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_et_seo_names`
--

CREATE TABLE `partiushop_et_seo_names` (
  `name` varchar(250) NOT NULL DEFAULT '',
  `dispatch` varchar(64) NOT NULL DEFAULT '',
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_et_seo_names`
--

INSERT INTO `partiushop_et_seo_names` (`name`, `dispatch`, `lang_code`) VALUES
('categories', 'companies.products', 'en'),
('newest', 'companies.newest', 'en'),
('on-sale', 'companies.on_sale', 'en'),
('bestsellers', 'companies.bestsellers', 'en'),
('about-us', 'companies.description', 'en'),
('contact', 'companies.contact', 'en'),
('reviews', 'companies.discussion', 'en');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_exim_layouts`
--

CREATE TABLE `partiushop_exim_layouts` (
  `layout_id` mediumint(8) UNSIGNED NOT NULL,
  `name` varchar(128) NOT NULL DEFAULT '',
  `cols` text DEFAULT NULL,
  `options` text DEFAULT NULL,
  `pattern_id` varchar(128) NOT NULL DEFAULT '',
  `active` char(1) NOT NULL DEFAULT 'N'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_exim_layouts`
--

INSERT INTO `partiushop_exim_layouts` (`layout_id`, `name`, `cols`, `options`, `pattern_id`, `active`) VALUES
(7, 'general', 'Product code,Language,Price,Lower limit,User group,Percentage discount', NULL, 'qty_discounts', 'Y'),
(15, 'general', 'id,product_type,quantity,price,upc,title,description,link,image_link,brand,condition,weight', NULL, 'google', 'Y'),
(17, 'general', 'Product code,Pair type,Thumbnail,Detailed image', NULL, 'product_images', 'Y'),
(18, 'general', 'Product code,Language,Product id,Category,List price,Price,Weight,Available,Quantity,Min quantity,Shipping freight,Date added,Downloadable,Files,Ship downloadable,Inventory tracking,Free shipping,Feature comparison,Zero price action,Thumbnail,Detailed image,Product name,Description,Meta keywords,Meta description,Search words,Page title,Taxes,Features,Options,Secondary categories,Pay by points,Override points,Override exchange rate,Supplier,SEO name,Short description,Localizations,Status,Popularity', NULL, 'products', 'N'),
(19, 'general', 'E-mail,User type,Active,User group ID,Password,Salt,Title,First name,Last name,Company,Fax,Phone,Web site,Tax exempt,Language,Billing: title,Billing: first name,Billing: last name,Billing: address,Billing: address (line 2),Billing: city,Billing: state,Billing: country,Billing: zipcode,Shipping: title,Shipping: first name,Shipping: last name,Shipping: address,Shipping: address (line 2),Shipping: city,Shipping: state,Shipping: country,Shipping: zipcode,Extra fields', NULL, 'users', 'Y'),
(20, 'general', 'Order ID,Item ID,Product ID,Product code,Price,Quantity,Supplier,Extra', NULL, 'order_items', 'Y'),
(21, 'general', 'Name,Value,Language', NULL, 'language_variables', 'Y'),
(22, 'general', 'Order ID,E-mail,Store,User ID,Total,Subtotal,Discount,Payment surcharge,Shipping cost,Date,Status,Notes,Payment ID,IP address,Details,Payment information,Taxes,Coupons,Shipping,First name,Last name,Company,Fax,Phone,Web site,Tax exempt,Language,Billing: first name,Billing: last name,Billing: address,Billing: address (line 2),Billing: city,Billing: state,Billing: country,Billing: zipcode,Shipping: first name,Shipping: last name,Shipping: address,Shipping: address (line 2),Shipping: city,Shipping: state,Shipping: country,Shipping: zipcode', NULL, 'orders', 'Y'),
(23, 'general', 'State,Code,Country code', NULL, 'states', 'Y'),
(24, 'general', 'Product ID,Combination code,Combination,Amount', NULL, 'product_combinations', 'Y'),
(25, 'general', 'Feature name,Feature ID,Language,Type,Purpose,Feature style,Filter style,Group,Description,Categories,Show on the features tab,Show in product list,Show in product header,Position,Status,Store', NULL, 'features', 'Y'),
(26, 'general', 'Variant,Variant ID,Language,Feature name,Feature group,Position', NULL, 'feature_variants', 'Y'),
(27, 'general', 'Product ID,Language,Combination', NULL, 'option_exceptions', 'Y'),
(28, 'general', 'Pickup ID,Language,Latitude,Longitude,Country,Name,City', NULL, 'pickup', 'Y'),
(29, 'general_data_feeds', 'Product code,Language,Product id,Category,List price,Price,Weight,Available,Quantity,Min quantity,Shipping freight,Date added,Downloadable,Files,Ship downloadable,Inventory tracking,Free shipping,Feature comparison,Zero price action,Thumbnail,Detailed image,Product name,Description,Meta keywords,Meta description,Search words,Page title,Taxes,Features,Options,Secondary categories,Pay by points,Override points,Override exchange rate,Supplier,SEO name,Short description,Localizations,Status,Popularity', NULL, 'data_feeds', 'Y'),
(30, 'Exemplo', 'Product code,Language,Product id,Category,List price,Price,Weight,Quantity,Min quantity,Shipping freight,Date added,Downloadable,Files,Ship downloadable,Inventory tracking,Free shipping,Zero price action,Thumbnail,Detailed image,Product name,Description,Meta keywords,Meta description,Search words,Page title,Taxes,Features,Options,Secondary categories,Pay by points,Override points,Override exchange rate,SEO name,Short description,Status,Popularity', 'a:9:{s:9:\"lang_code\";a:1:{i:0;s:2:\"pt\";}s:11:\"images_path\";s:19:\"exim/backup/images/\";s:24:\"price_dec_sign_delimiter\";s:1:\".\";s:18:\"category_delimiter\";s:3:\"///\";s:18:\"features_delimiter\";s:3:\"///\";s:10:\"files_path\";s:22:\"exim/backup/downloads/\";s:9:\"delimiter\";s:1:\"S\";s:6:\"output\";s:1:\"D\";s:8:\"filename\";s:29:\"products_general_04092020.csv\";}', 'products', 'Y');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_form_descriptions`
--

CREATE TABLE `partiushop_form_descriptions` (
  `object_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `description` text DEFAULT NULL,
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_form_descriptions`
--

INSERT INTO `partiushop_form_descriptions` (`object_id`, `description`, `lang_code`) VALUES
(1, 'Full name', 'da'),
(1, 'Full name', 'de'),
(1, 'Full name', 'el'),
(1, 'Full name', 'en'),
(1, 'Full name', 'es'),
(1, 'Full name', 'fr'),
(1, 'Full name', 'it'),
(1, 'Full name', 'nl'),
(1, 'Full name', 'no'),
(1, 'Nome Completo', 'pt'),
(1, 'Full name', 'ro'),
(1, 'Ваше имя', 'ru'),
(2, 'Email', 'da'),
(2, 'Email', 'de'),
(2, 'Email', 'el'),
(2, 'Email', 'en'),
(2, 'Email', 'es'),
(2, 'Email', 'fr'),
(2, 'Email', 'it'),
(2, 'Email', 'nl'),
(2, 'Email', 'no'),
(2, 'Email', 'pt'),
(2, 'Email', 'ro'),
(2, 'Email', 'ru'),
(3, 'Body', 'da'),
(3, 'Body', 'de'),
(3, 'Body', 'el'),
(3, 'Body', 'en'),
(3, 'Body', 'es'),
(3, 'Body', 'fr'),
(3, 'Body', 'it'),
(3, 'Body', 'nl'),
(3, 'Body', 'no'),
(3, 'Mensagem', 'pt'),
(3, 'Body', 'ro'),
(3, 'Сообщение', 'ru'),
(4, 'Thank you for contacting us. We\'ll answer you at first opportunity.', 'da'),
(4, 'Thank you for contacting us. We\'ll answer you at first opportunity.', 'de'),
(4, 'Thank you for contacting us. We\'ll answer you at first opportunity.', 'el'),
(4, 'Thank you for contacting us. We\'ll answer you at first opportunity.', 'en'),
(4, 'Thank you for contacting us. We\'ll answer you at first opportunity.', 'es'),
(4, 'Thank you for contacting us. We\'ll answer you at first opportunity.', 'fr'),
(4, 'Thank you for contacting us. We\'ll answer you at first opportunity.', 'it'),
(4, 'Thank you for contacting us. We\'ll answer you at first opportunity.', 'nl'),
(4, 'Thank you for contacting us. We\'ll answer you at first opportunity.', 'no'),
(4, '<p>Obrigado por nos contatar. Responderemos na primeira oportunidade.</p>', 'pt'),
(4, 'Thank you for contacting us. We\'ll answer you at first opportunity.', 'ro'),
(4, 'Благодарим вас за обращение к нам. Мы ответим вам при первой же возможности.', 'ru'),
(7, 'Subject', 'da'),
(7, 'Subject', 'de'),
(7, 'Subject', 'el'),
(7, 'Subject', 'en'),
(7, 'Subject', 'es'),
(7, 'Subject', 'fr'),
(7, 'Subject', 'it'),
(7, 'Subject', 'nl'),
(7, 'Subject', 'no'),
(7, 'Assunto', 'pt'),
(7, 'Subject', 'ro'),
(7, 'Тема', 'ru'),
(9, '', 'da'),
(9, '', 'de'),
(9, '', 'el'),
(9, '', 'en'),
(9, '', 'es'),
(9, '', 'fr'),
(9, '', 'it'),
(9, '', 'nl'),
(9, '', 'no'),
(9, '', 'pt'),
(9, '', 'ro'),
(9, '', 'ru'),
(10, 'Email', 'da'),
(10, 'Email', 'de'),
(10, 'Email', 'el'),
(10, 'Email', 'en'),
(10, 'Email', 'es'),
(10, 'Email', 'fr'),
(10, 'Email', 'it'),
(10, 'Email', 'nl'),
(10, 'Email', 'no'),
(10, 'Email', 'pt'),
(10, 'Email', 'ro'),
(10, 'Email', 'ru'),
(11, 'Full name', 'da'),
(11, 'Full name', 'de'),
(11, 'Full name', 'el'),
(11, 'Full name', 'en'),
(11, 'Full name', 'es'),
(11, 'Full name', 'fr'),
(11, 'Full name', 'it'),
(11, 'Full name', 'nl'),
(11, 'Full name', 'no'),
(11, 'Full name', 'pt'),
(11, 'Full name', 'ro'),
(11, 'Full name', 'ru'),
(12, 'Phone number', 'da'),
(12, 'Phone number', 'de'),
(12, 'Phone number', 'el'),
(12, 'Phone number', 'en'),
(12, 'Phone number', 'es'),
(12, 'Phone number', 'fr'),
(12, 'Phone number', 'it'),
(12, 'Phone number', 'nl'),
(12, 'Phone number', 'no'),
(12, 'Phone number', 'pt'),
(12, 'Phone number', 'ro'),
(12, 'Phone number', 'ru'),
(13, 'Subject', 'da'),
(13, 'Subject', 'de'),
(13, 'Subject', 'el'),
(13, 'Subject', 'en'),
(13, 'Subject', 'es'),
(13, 'Subject', 'fr'),
(13, 'Subject', 'it'),
(13, 'Subject', 'nl'),
(13, 'Subject', 'no'),
(13, 'Subject', 'pt'),
(13, 'Subject', 'ro'),
(13, 'Subject', 'ru'),
(14, 'Your message', 'da'),
(14, 'Your message', 'de'),
(14, 'Your message', 'el'),
(14, 'Your message', 'en'),
(14, 'Your message', 'es'),
(14, 'Your message', 'fr'),
(14, 'Your message', 'it'),
(14, 'Your message', 'nl'),
(14, 'Your message', 'no'),
(14, 'Your message', 'pt'),
(14, 'Your message', 'ro'),
(14, 'Your message', 'ru'),
(15, '1', 'da'),
(15, '1', 'de'),
(15, '1', 'el'),
(15, '1', 'en'),
(15, '1', 'es'),
(15, '1', 'fr'),
(15, '1', 'it'),
(15, '1', 'nl'),
(15, '1', 'no'),
(15, '1', 'pt'),
(15, '1', 'ro'),
(15, '1', 'ru'),
(16, '<p>Thank you for contacting us. We\'ll answer you at first opportunity.</p>', 'da'),
(16, '<p>Thank you for contacting us. We\'ll answer you at first opportunity.</p>', 'de'),
(16, '<p>Thank you for contacting us. We\'ll answer you at first opportunity.</p>', 'el'),
(16, '<p>Thank you for contacting us. We\'ll answer you at first opportunity.</p>', 'en'),
(16, '<p>Thank you for contacting us. We\'ll answer you at first opportunity.</p>', 'es'),
(16, '<p>Thank you for contacting us. We\'ll answer you at first opportunity.</p>', 'fr'),
(16, '<p>Thank you for contacting us. We\'ll answer you at first opportunity.</p>', 'it'),
(16, '<p>Thank you for contacting us. We\'ll answer you at first opportunity.</p>', 'nl'),
(16, '<p>Thank you for contacting us. We\'ll answer you at first opportunity.</p>', 'no'),
(16, '<p>Thank you for contacting us. We\'ll answer you at first opportunity.</p>', 'pt'),
(16, '<p>Thank you for contacting us. We\'ll answer you at first opportunity.</p>', 'ro'),
(16, '<p>Thank you for contacting us. We\'ll answer you at first opportunity.</p>', 'ru'),
(17, 'giovannivinicius1997@gmail.com', 'da'),
(17, 'giovannivinicius1997@gmail.com', 'de'),
(17, 'giovannivinicius1997@gmail.com', 'el'),
(17, 'giovannivinicius1997@gmail.com', 'en'),
(17, 'giovannivinicius1997@gmail.com', 'es'),
(17, 'giovannivinicius1997@gmail.com', 'fr'),
(17, 'giovannivinicius1997@gmail.com', 'it'),
(17, 'giovannivinicius1997@gmail.com', 'nl'),
(17, 'giovannivinicius1997@gmail.com', 'no'),
(17, 'giovannivinicius1997@gmail.com', 'pt'),
(17, 'giovannivinicius1997@gmail.com', 'ro'),
(17, 'giovannivinicius1997@gmail.com', 'ru');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_form_options`
--

CREATE TABLE `partiushop_form_options` (
  `element_id` mediumint(8) UNSIGNED NOT NULL,
  `page_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `parent_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `element_type` char(1) NOT NULL DEFAULT 'I',
  `value` varchar(255) NOT NULL DEFAULT '',
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `required` char(1) NOT NULL DEFAULT 'N',
  `status` char(1) NOT NULL DEFAULT 'A'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_form_options`
--

INSERT INTO `partiushop_form_options` (`element_id`, `page_id`, `parent_id`, `element_type`, `value`, `position`, `required`, `status`) VALUES
(1, 30, 0, 'I', '', 3, 'Y', 'A'),
(2, 30, 0, 'Y', '', 1, 'Y', 'A'),
(3, 30, 0, 'T', '', 20, 'Y', 'A'),
(4, 30, 0, 'L', '', 0, 'N', 'A'),
(5, 30, 0, 'J', 'admin@partiushop.com.br', 0, 'N', 'A'),
(7, 30, 0, 'I', 'N', 4, 'Y', 'A'),
(8, 30, 0, 'E', '7', 0, 'N', 'A'),
(9, 30, 0, 'K', '', 0, 'N', 'A'),
(10, 53, 0, 'Y', '', 10, 'Y', 'A'),
(11, 53, 0, 'I', '', 20, 'Y', 'A'),
(12, 53, 0, 'P', '', 30, 'Y', 'A'),
(13, 53, 0, 'I', '', 40, 'Y', 'A'),
(14, 53, 0, 'T', '', 50, 'Y', 'A'),
(15, 53, 0, 'K', '', 0, 'N', 'A'),
(16, 53, 0, 'L', '', 0, 'N', 'A'),
(17, 53, 0, 'J', 'giovannivinicius1997@gmail.com', 0, 'N', 'A');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_gift_certificates`
--

CREATE TABLE `partiushop_gift_certificates` (
  `gift_cert_id` mediumint(8) UNSIGNED NOT NULL,
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `gift_cert_code` varchar(255) NOT NULL DEFAULT '',
  `sender` varchar(64) NOT NULL DEFAULT '',
  `recipient` varchar(64) NOT NULL DEFAULT '',
  `send_via` char(1) NOT NULL DEFAULT 'E',
  `amount` decimal(12,2) NOT NULL DEFAULT 0.00,
  `email` varchar(64) NOT NULL DEFAULT '',
  `address` varchar(255) NOT NULL DEFAULT '',
  `address_2` varchar(255) NOT NULL DEFAULT '',
  `city` varchar(255) NOT NULL DEFAULT '',
  `state` varchar(32) NOT NULL DEFAULT '',
  `country` char(2) NOT NULL DEFAULT '',
  `zipcode` varchar(10) NOT NULL DEFAULT '',
  `status` char(1) NOT NULL DEFAULT 'P',
  `timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `phone` varchar(32) NOT NULL DEFAULT '',
  `order_ids` varchar(255) NOT NULL DEFAULT '',
  `template` varchar(128) NOT NULL DEFAULT '',
  `message` mediumtext DEFAULT NULL,
  `products` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_gift_certificates`
--

INSERT INTO `partiushop_gift_certificates` (`gift_cert_id`, `company_id`, `gift_cert_code`, `sender`, `recipient`, `send_via`, `amount`, `email`, `address`, `address_2`, `city`, `state`, `country`, `zipcode`, `status`, `timestamp`, `phone`, `order_ids`, `template`, `message`, `products`) VALUES
(1, 0, 'GC-W03E-V5LU-4HWJ', 'Teste', 'Teste', 'E', '50.00', 'ruanwdssilveira@gmail.com', '', '', '', '', '', '', 'P', 1651251713, '', '', 'default.tpl', '<p>Aqui fica a descrição</p>', 'a:2:{i:1855438937;a:2:{s:10:\"product_id\";s:3:\"297\";s:6:\"amount\";s:1:\"1\";}i:1993347746;a:2:{s:10:\"product_id\";s:3:\"299\";s:6:\"amount\";s:1:\"1\";}}');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_gift_certificates_log`
--

CREATE TABLE `partiushop_gift_certificates_log` (
  `log_id` mediumint(8) UNSIGNED NOT NULL,
  `gift_cert_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `area` char(1) NOT NULL DEFAULT 'C',
  `user_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `order_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `amount` decimal(12,2) NOT NULL DEFAULT 0.00,
  `debit` decimal(12,2) NOT NULL DEFAULT 0.00,
  `products` text DEFAULT NULL,
  `debit_products` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_gift_certificates_log`
--

INSERT INTO `partiushop_gift_certificates_log` (`log_id`, `gift_cert_id`, `area`, `user_id`, `order_id`, `timestamp`, `amount`, `debit`, `products`, `debit_products`) VALUES
(1, 1, 'A', 30, 0, 1651253460, '50.00', '50.00', 'a:1:{i:1855438937;a:2:{s:10:\"product_id\";s:3:\"297\";s:6:\"amount\";s:1:\"1\";}}', ''),
(2, 1, 'A', 30, 0, 1651257435, '50.00', '50.00', '', 'a:2:{i:1855438937;a:2:{s:10:\"product_id\";s:3:\"297\";s:6:\"amount\";s:1:\"1\";}i:1993347746;a:2:{s:10:\"product_id\";s:3:\"299\";s:6:\"amount\";s:1:\"1\";}}');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_hybrid_auth_providers`
--

CREATE TABLE `partiushop_hybrid_auth_providers` (
  `provider_id` mediumint(8) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `provider` varchar(32) NOT NULL,
  `position` smallint(6) NOT NULL DEFAULT 0,
  `app_id` varchar(255) NOT NULL DEFAULT '',
  `app_secret_key` varchar(255) DEFAULT '',
  `app_public_key` varchar(255) DEFAULT '',
  `app_params` text DEFAULT NULL,
  `status` char(1) DEFAULT 'D'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_hybrid_auth_providers`
--

INSERT INTO `partiushop_hybrid_auth_providers` (`provider_id`, `name`, `company_id`, `provider`, `position`, `app_id`, `app_secret_key`, `app_public_key`, `app_params`, `status`) VALUES
(1, 'Google', 0, 'google', 0, '758024792779-omuj6861b780q1ac9bmdapo3gfuao0nd.apps.googleusercontent.com', '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', '', NULL, 'A'),
(2, 'Facebook', 0, 'facebook', 0, '599532507789553', '4a69bf87e47dfb859b623707a4242c3a', '', NULL, 'A');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_hybrid_auth_storefronts_providers`
--

CREATE TABLE `partiushop_hybrid_auth_storefronts_providers` (
  `storefront_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `provider_id` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_hybrid_auth_users`
--

CREATE TABLE `partiushop_hybrid_auth_users` (
  `user_id` mediumint(8) UNSIGNED NOT NULL,
  `provider_id` mediumint(8) UNSIGNED NOT NULL,
  `identifier` varchar(128) NOT NULL DEFAULT '',
  `timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_hybrid_auth_users`
--

INSERT INTO `partiushop_hybrid_auth_users` (`user_id`, `provider_id`, `identifier`, `timestamp`) VALUES
(33, 1, '103382189475445136627', 1646401017),
(34, 1, '101961486171018646310', 1646403615);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_images`
--

CREATE TABLE `partiushop_images` (
  `image_id` int(11) UNSIGNED NOT NULL,
  `image_path` varchar(255) NOT NULL DEFAULT '',
  `image_x` int(5) NOT NULL DEFAULT 0,
  `image_y` int(5) NOT NULL DEFAULT 0,
  `is_high_res` char(1) NOT NULL DEFAULT 'N'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_images`
--

INSERT INTO `partiushop_images` (`image_id`, `image_path`, `image_x`, `image_y`, `is_high_res`) VALUES
(854, 'white-iphone-hi.jpg', 1000, 1000, 'N'),
(1006, 'Adidas_Logo.svg.png', 200, 133, 'N'),
(1007, '200px-Logo_NIKE.svg.png', 200, 72, 'N'),
(1008, '200px-ASUS_Logo.svg.png', 200, 35, 'N'),
(1009, 'Samsung_Logo.svg.png', 200, 68, 'N'),
(1010, 'Universal_Music_Group.svg.png', 225, 85, 'N'),
(1011, 'Apple_logo_black.svg.png', 150, 180, 'N'),
(1012, '250px-Acer_2011.svg.png', 250, 60, 'N'),
(1013, '150px-HP_logo_2012.svg.png', 150, 150, 'N'),
(1014, 'LG_Logo.svg.png', 200, 95, 'N'),
(1015, '250px-D-Link.svg.png', 250, 75, 'N'),
(1016, 'Concordjazzlogo.png', 68, 67, 'N'),
(1017, 'TP-Link_logo.jpg', 220, 61, 'N'),
(1018, 'Panasonic_logo_(Blue).svg.png', 220, 52, 'N'),
(1019, '230px-Pioneer_logo.svg.png', 230, 34, 'N'),
(1020, '190px-TomTom.svg.png', 190, 41, 'N'),
(1021, '225px-Garmin_logo.svg.png', 225, 61, 'N'),
(1022, '175px-Company-Logo-of-Kenwood001.png', 175, 34, 'N'),
(1023, 'cobra-logo.jpg', 152, 48, 'N'),
(1024, '225px-Roadrunner_Records_Logo.svg.png', 225, 68, 'N'),
(1025, '200px-Toshiba_logo.svg.png', 200, 31, 'N'),
(1026, 'Rhinologo_whiteonwhite.png', 150, 79, 'N'),
(1027, '200px-Htc_new_logo.svg.png', 200, 111, 'N'),
(1028, '250px-Motorola.svg.png', 250, 47, 'N'),
(1029, 'Nokia_wordmark.svg.png', 200, 34, 'N'),
(1030, 'Creative_Technology_logo.svg.png', 200, 45, 'N'),
(1031, '200px-YamahaCorp.svg.png', 200, 45, 'N'),
(1032, 'Entertainment_One_logo.svg.png', 150, 172, 'N'),
(1033, 'Sony_logo.svg.png', 220, 37, 'N'),
(1034, 'koss_logo.jpg', 300, 88, 'N'),
(1035, 'Nikon_logo.svg.png', 150, 150, 'N'),
(1036, '79085903.jpg', 150, 48, 'N'),
(1037, '200px-Warner_Bros.svg.png', 200, 209, 'N'),
(1038, '200px-Warner_Bros.svg.png', 200, 209, 'N'),
(1039, 'Arc_system_works.jpg', 64, 65, 'N'),
(1040, 'SanDisk_Logo_2007.svg.png', 200, 40, 'N'),
(1041, '230px-Namco_logo.svg.png', 230, 32, 'N'),
(1042, 'Namco_Bandai_Games_Logo.png', 243, 222, 'N'),
(1043, '220px-Capcom_logo.svg.png', 220, 40, 'N'),
(1044, 'Casio_logo.svg.png', 250, 50, 'N'),
(1045, 'Quartet_Logo_jpg.jpg', 250, 92, 'N'),
(1046, 'Swingline_Logo.jpg', 200, 53, 'N'),
(1047, 'logo_wilsonjones.gif', 204, 112, 'N'),
(1048, 'aiko_safe_t.gif', 80, 50, 'N'),
(1051, 'Clevelandgolf_logo.png', 320, 128, 'N'),
(1052, 'CamelBak_Logo.jpg', 150, 48, 'N'),
(1053, 'Wilson_Staff_Logo.jpg', 274, 292, 'N'),
(1054, 'Montblanc_logo.png', 85, 46, 'N'),
(1055, 'Tissot_Logo.svg.png', 85, 31, 'N'),
(1057, 'Intel-logo.jpg', 323, 300, 'N'),
(1069, 'gopro-logo-whitebgd.jpg', 288, 90, 'N'),
(1072, '3.png', 894, 305, 'N'),
(1073, '2.png', 894, 305, 'N'),
(1074, '1.png', 894, 305, 'N'),
(1076, 'gift_certificate.png', 1200, 136, 'N'),
(1077, 'holiday_gift.png', 900, 175, 'N'),
(1220, '1.png', 256, 144, 'N'),
(1223, 'nintendo.jpg', 156, 117, 'N'),
(1226, '1.jpg', 120, 120, 'N'),
(1270, 'ea.png', 152, 151, 'N'),
(1300, 'banner-en-sale-40-80.png', 740, 395, 'N'),
(1301, 'banner-en-xbox360.png', 740, 395, 'N'),
(1302, 'banner-en-point.png', 740, 395, 'N'),
(1303, 'banner-en-girl.png', 740, 395, 'N'),
(1304, 'banner_en_free_ship_lies-pz.png', 434, 185, 'N'),
(1305, 'banner_en_pickup_ok56-7h.png', 434, 185, 'N'),
(1386, '664187.jpg', 295, 249, 'N'),
(1996, 'cart_eryi-qi.png', 176, 34, 'N'),
(1997, 'favicon_cbji-mv.ico', 16, 16, 'N'),
(1998, 'invoice_logo_9srv-ie.png', 176, 34, 'N'),
(1999, 'cart_feqh-e8.png', 176, 34, 'N'),
(2000, 'favicon.ico', 16, 16, 'N'),
(2001, 'invoice_logo.png', 176, 34, 'N'),
(2002, 'PartiuShop-150.png', 150, 33, 'N'),
(2003, 'product_image.png', 512, 512, 'N'),
(2004, 'logo.png', 547, 140, 'N'),
(2005, 'favicon.png', 203, 202, 'N'),
(2006, 'mail.png', 547, 140, 'N'),
(2007, 'logo_cvto-hu.png', 547, 140, 'N'),
(2008, 'favicon_9zuu-do.png', 203, 202, 'N'),
(2009, 'mail_gfca-xh.png', 547, 140, 'N'),
(2010, 'logo_xwsh-7y.png', 547, 140, 'N'),
(2011, 'favicon_y54h-iw.png', 203, 202, 'N'),
(2012, 'mail_5i1x-o2.png', 547, 140, 'N'),
(2013, 'logo_4h9x-9a.png', 547, 140, 'N'),
(2014, 'favicon_leqt-iz.png', 203, 202, 'N'),
(2015, 'mail_eqri-jf.png', 547, 140, 'N'),
(2016, 'logo_bu4b-6z.png', 547, 140, 'N'),
(2017, 'favicon_af9a-53.png', 203, 202, 'N'),
(2018, 'mail_l380-02.png', 547, 140, 'N'),
(2019, 'logo_xodj-vw.png', 547, 140, 'N'),
(2020, 'favicon_28mk-1e.png', 203, 202, 'N'),
(2021, 'mail_9g8z-vt.png', 547, 140, 'N'),
(2022, 'logo_68mz-sl.png', 547, 140, 'N'),
(2023, 'favicon_uz2j-yr.png', 203, 202, 'N'),
(2024, 'mail_ahvb-er.png', 547, 140, 'N'),
(2025, 'logo_g9kb-4v.png', 547, 140, 'N'),
(2026, 'favicon_6f7q-xh.png', 203, 202, 'N'),
(2027, 'mail_0wcd-yg.png', 547, 140, 'N'),
(2028, 'logo_fm4i-00.png', 547, 140, 'N'),
(2029, 'favicon_q7mv-9l.png', 203, 202, 'N'),
(2030, 'mail_5a5b-52.png', 547, 140, 'N'),
(2031, 'logo_eqmz-6m.png', 547, 140, 'N'),
(2032, 'favicon_yyck-r5.png', 203, 202, 'N'),
(2033, 'mail_lffl-w6.png', 547, 140, 'N'),
(2034, 'logo_7rep-5n.png', 547, 140, 'N'),
(2035, 'favicon_vzsy-0q.png', 203, 202, 'N'),
(2036, 'mail_47si-yg.png', 547, 140, 'N'),
(2037, 'logo_qmop-pj.png', 547, 140, 'N'),
(2038, 'favicon_3pc4-ic.png', 203, 202, 'N'),
(2039, 'mail_qr6h-ht.png', 547, 140, 'N'),
(2040, 'logo_o6xz-nu.png', 547, 140, 'N'),
(2041, 'favicon_idjv-qb.png', 203, 202, 'N'),
(2042, 'mail_uqtj-ch.png', 547, 140, 'N'),
(2043, 'logo_41pa-tr.png', 547, 140, 'N'),
(2044, 'favicon_bhvb-t9.png', 203, 202, 'N'),
(2045, 'mail_3akd-y6.png', 547, 140, 'N'),
(2046, 'logo_mh1b-ad.png', 547, 140, 'N'),
(2047, 'favicon_zgq3-om.png', 203, 202, 'N'),
(2048, 'mail_6lut-02.png', 547, 140, 'N'),
(2049, 'logo_pl4p-s2.png', 547, 140, 'N'),
(2050, 'favicon_9lht-zq.png', 203, 202, 'N'),
(2051, 'mail_kh4h-39.png', 547, 140, 'N'),
(2052, 'logo_23mr-vi.png', 547, 140, 'N'),
(2053, 'favicon_cls4-id.png', 203, 202, 'N'),
(2054, 'mail_ycju-mz.png', 547, 140, 'N'),
(2055, 'logo_ergp-ab.png', 547, 140, 'N'),
(2056, 'favicon_f633-nl.png', 203, 202, 'N'),
(2057, 'mail_kvpo-1b.png', 547, 140, 'N'),
(2058, 'logo_ety4-41.png', 547, 140, 'N'),
(2059, 'favicon_dru8-ve.png', 203, 202, 'N'),
(2060, 'mail_xqjq-jc.png', 547, 140, 'N'),
(2061, 'logo_cyqr-k2.png', 547, 140, 'N'),
(2062, 'favicon_s6h0-9r.png', 203, 202, 'N'),
(2063, 'mail_3isx-9l.png', 547, 140, 'N'),
(2064, 'logo_2sle-ug.png', 547, 140, 'N'),
(2065, 'favicon_5hsf-gc.png', 203, 202, 'N'),
(2066, 'mail_m962-n5.png', 547, 140, 'N'),
(2067, 'logo_57nc-5w.png', 547, 140, 'N'),
(2068, 'favicon_v52s-84.png', 203, 202, 'N'),
(2069, 'mail_m5i6-c2.png', 547, 140, 'N'),
(2070, 'logo_4rfm-xk.png', 547, 140, 'N'),
(2071, 'favicon_dwfo-m4.png', 203, 202, 'N'),
(2072, 'mail_ianr-pw.png', 547, 140, 'N'),
(2073, 'logo_dv1j-co.png', 547, 140, 'N'),
(2074, 'favicon_450e-j6.png', 203, 202, 'N'),
(2075, 'mail_61vy-r9.png', 547, 140, 'N'),
(2076, 'category_banners_main_image-20.jpg', 221, 365, 'N'),
(2077, 'category_banners_main_image-20_exai-7j.jpg', 221, 365, 'N'),
(2078, 'category_banners_main_image-20_9phd-hh.jpg', 221, 365, 'N'),
(2079, 'category_banners_main_image-20_gl9h-fg.jpg', 221, 365, 'N'),
(2080, 'category_banners_main_image-20_wr4a-ve.jpg', 221, 365, 'N'),
(2081, 'category_banners_main_image-20_5vkw-xd.jpg', 221, 365, 'N'),
(2082, 'category_banners_main_image-20_idm1-yl.jpg', 221, 365, 'N'),
(2083, 'category_banners_main_image-20_52jg-2n.jpg', 221, 365, 'N'),
(2084, 'category_banners_main_image-20_q1zb-qg.jpg', 221, 365, 'N'),
(2085, 'category_banners_main_image-20_0yvr-is.jpg', 221, 365, 'N'),
(2086, 'category_banners_main_image-20_np5d-4i.jpg', 221, 365, 'N'),
(2087, 'category_banners_main_image-20_bqw9-37.jpg', 221, 365, 'N'),
(2088, 'category_banners_list_image-20.jpg', 914, 200, 'N'),
(2089, 'category_banners_list_image-20_cu4b-0k.jpg', 914, 200, 'N'),
(2090, 'category_banners_list_image-20_x5hn-3z.jpg', 914, 200, 'N'),
(2091, 'category_banners_list_image-20_vmmp-di.jpg', 914, 200, 'N'),
(2092, 'category_banners_list_image-20_fsz8-l9.jpg', 914, 200, 'N'),
(2093, 'category_banners_list_image-20_yq40-wi.jpg', 914, 200, 'N'),
(2094, 'category_banners_list_image-20_mihb-rs.jpg', 914, 200, 'N'),
(2095, 'category_banners_list_image-20_59y6-fk.jpg', 914, 200, 'N'),
(2096, 'category_banners_list_image-20_myf6-wf.jpg', 914, 200, 'N'),
(2097, 'category_banners_list_image-20_accp-2v.jpg', 914, 200, 'N'),
(2098, 'category_banners_list_image-20_yvnf-hi.jpg', 914, 200, 'N'),
(2099, 'category_banners_list_image-20_n4vh-hq.jpg', 914, 200, 'N'),
(2100, 'category_banners_main_image-21.jpg', 221, 365, 'N'),
(2101, 'category_banners_main_image-21_nbyw-9d.jpg', 221, 365, 'N'),
(2102, 'category_banners_main_image-21_nor0-kt.jpg', 221, 365, 'N'),
(2103, 'category_banners_main_image-21_rbs2-y4.jpg', 221, 365, 'N'),
(2104, 'category_banners_main_image-21_tjej-pa.jpg', 221, 365, 'N'),
(2105, 'category_banners_main_image-21_63yt-9t.jpg', 221, 365, 'N'),
(2106, 'category_banners_main_image-21_1nff-ok.jpg', 221, 365, 'N'),
(2107, 'category_banners_main_image-21_pmib-7l.jpg', 221, 365, 'N'),
(2108, 'category_banners_main_image-21_p76s-s8.jpg', 221, 365, 'N'),
(2109, 'category_banners_main_image-21_j983-bn.jpg', 221, 365, 'N'),
(2110, 'category_banners_main_image-21_mtoh-no.jpg', 221, 365, 'N'),
(2111, 'category_banners_main_image-21_6z0g-v5.jpg', 221, 365, 'N'),
(2112, 'category_banners_list_image-21.jpg', 914, 200, 'N'),
(2113, 'category_banners_list_image-21_uas7-cx.jpg', 914, 200, 'N'),
(2114, 'category_banners_list_image-21_mxy7-86.jpg', 914, 200, 'N'),
(2115, 'category_banners_list_image-21_stck-kd.jpg', 914, 200, 'N'),
(2116, 'category_banners_list_image-21_cmrg-ok.jpg', 914, 200, 'N'),
(2117, 'category_banners_list_image-21_ct03-zh.jpg', 914, 200, 'N'),
(2118, 'category_banners_list_image-21_awq9-gb.jpg', 914, 200, 'N'),
(2119, 'category_banners_list_image-21_clev-vh.jpg', 914, 200, 'N'),
(2120, 'category_banners_list_image-21_bfoi-ap.jpg', 914, 200, 'N'),
(2121, 'category_banners_list_image-21_x9d8-a9.jpg', 914, 200, 'N'),
(2122, 'category_banners_list_image-21_p0e9-4i.jpg', 914, 200, 'N'),
(2123, 'category_banners_list_image-21_bto9-ol.jpg', 914, 200, 'N'),
(2124, 'logo_131c-bb.png', 547, 140, 'N'),
(2125, 'favicon_72np-yt.png', 203, 202, 'N'),
(2126, 'mail_hq5m-6v.png', 547, 140, 'N'),
(2127, 'logo_d4av-ku.png', 547, 140, 'N'),
(2128, 'favicon_pv6k-wk.png', 203, 202, 'N'),
(2129, 'mail_m4yv-p4.png', 547, 140, 'N'),
(2130, 'promotion_main_image-1.jpg', 660, 400, 'N'),
(2131, 'promotion_main_image-1_b8si-gx.jpg', 660, 400, 'N'),
(2132, 'promotion_main_image-2.jpg', 660, 400, 'N'),
(2133, 'promotion_main_image-2_kwjl-w5.jpg', 660, 400, 'N'),
(2134, 'promotion_main_image-3.jpg', 660, 400, 'N'),
(2135, 'promotion_main_image-3_ioz9-zc.jpg', 660, 400, 'N'),
(2136, 'promotion_main_image-4.jpg', 660, 400, 'N'),
(2137, 'promotion_main_image-4_8ao9-81.jpg', 660, 400, 'N'),
(2138, 'promotion_main_image-5.jpg', 660, 400, 'N'),
(2139, 'promotion_main_image-5_79hm-kw.jpg', 660, 400, 'N'),
(2140, 'cart.png', 158, 25, 'N'),
(2141, 'favicon_5jbv-qa.ico', 16, 16, 'N'),
(2142, 'invoice_logo_hlot-qm.png', 176, 42, 'N'),
(2143, 'cart_xbpw-po.png', 158, 25, 'N'),
(2144, 'favicon_16ug-rh.ico', 16, 16, 'N'),
(2145, 'invoice_logo_jjjd-op.png', 176, 42, 'N'),
(2146, 'cart_arcn-vn.png', 158, 25, 'N'),
(2147, 'favicon_lv0t-g3.ico', 16, 16, 'N'),
(2148, 'invoice_logo_7jxb-6k.png', 176, 42, 'N'),
(2149, 'cart_g0ip-fg.png', 158, 25, 'N'),
(2150, 'favicon_ej5a-gv.ico', 16, 16, 'N'),
(2151, 'invoice_logo_r7mm-nz.png', 176, 42, 'N'),
(2152, 'cart_kk2v-gb.png', 158, 25, 'N'),
(2153, 'favicon_yant-ft.ico', 16, 16, 'N'),
(2154, 'invoice_logo_npq6-a6.png', 176, 42, 'N'),
(2155, 'cart_ot8r-xo.png', 158, 25, 'N'),
(2156, 'favicon_zgy4-43.ico', 16, 16, 'N'),
(2157, 'invoice_logo_lfag-7g.png', 176, 42, 'N'),
(2158, 'logo_b1no-2k.png', 547, 140, 'N'),
(2159, 'favicon_cayg-4u.png', 203, 202, 'N'),
(2160, 'mail_o91d-q1.png', 547, 140, 'N'),
(2161, 'ab-fn-525.png', 200, 200, 'N'),
(2162, 'ab-fn-526.png', 100, 100, 'N'),
(2163, 'ab-fn-527.png', 100, 100, 'N'),
(2164, 'ab-fn-528.png', 100, 100, 'N'),
(2165, 'ab-fn-529.png', 100, 100, 'N'),
(2166, 'ab-fn-530.png', 100, 100, 'N'),
(2167, 'ab-fn-531.png', 100, 100, 'N'),
(2168, 'ab-fn-532.png', 100, 100, 'N'),
(2169, 'ab-fn-533.png', 100, 100, 'N'),
(2170, 'ab-fn-534.png', 200, 200, 'N'),
(2171, 'ab-fn-535.png', 100, 100, 'N'),
(2172, 'ab-fn-536.png', 100, 100, 'N'),
(2173, 'ab-fn-537.png', 100, 100, 'N'),
(2174, 'ab-fn-538.png', 100, 100, 'N'),
(2175, 'ab-fn-539.png', 100, 100, 'N'),
(2176, 'ab-fn-540.png', 100, 100, 'N'),
(2177, 'ab-fn-541.png', 100, 100, 'N'),
(2178, 'ab-fn-542.png', 200, 200, 'N'),
(2179, 'ab-fn-543.png', 100, 100, 'N'),
(2180, 'ab-fn-544.png', 100, 100, 'N'),
(2181, 'ab-fn-545.png', 100, 100, 'N'),
(2182, 'ab-fn-546.png', 100, 100, 'N'),
(2183, 'ab-fn-547.png', 100, 100, 'N'),
(2184, 'ab-fn-548.png', 200, 200, 'N'),
(2185, 'ab-fn-549.png', 200, 200, 'N'),
(2186, 'ab-fn-550.png', 100, 100, 'N'),
(2187, 'ab-fn-551.png', 100, 100, 'N'),
(2188, 'ab-fn-552.png', 100, 100, 'N'),
(2189, 'ab-fn-553.png', 100, 100, 'N'),
(2190, 'ab-fn-554.png', 200, 200, 'N'),
(2191, 'ab-fn-555.png', 100, 100, 'N'),
(2192, 'ab-fn-556.png', 100, 100, 'N'),
(2193, 'ab-fn-557.png', 100, 100, 'N'),
(2194, 'ab-fn-558.png', 100, 100, 'N'),
(2195, 'ab-fn-559.png', 100, 100, 'N'),
(2196, 'ab-fn-560.png', 200, 200, 'N'),
(2197, 'ab-fn-561.png', 100, 100, 'N'),
(2198, 'ab-fn-562.png', 100, 100, 'N'),
(2199, 'ab-fn-563.png', 100, 100, 'N'),
(2200, 'ab-fn-564.png', 100, 100, 'N'),
(2201, 'ab-fn-565.png', 200, 200, 'N'),
(2202, 'ab-fn-566.jpg', 200, 200, 'N'),
(2203, 'ab-fn-567.jpg', 200, 200, 'N'),
(2204, 'ab-fn-568.jpg', 400, 225, 'N'),
(2205, 'ab-fn-569.png', 147, 100, 'N'),
(2206, 'ab-fn-570.png', 200, 200, 'N'),
(2207, 'ab-fn-571.jpg', 200, 247, 'N'),
(2208, 'ab-fn-572.jpg', 200, 195, 'N'),
(2209, 'ab-fn-575.png', 200, 200, 'N'),
(2210, 'ab-fn-576.png', 200, 200, 'N'),
(2213, 'ab-fn-525_ezdt-el.png', 200, 200, 'N'),
(2214, 'ab-fn-526_8d0u-d6.png', 100, 100, 'N'),
(2215, 'ab-fn-527_whai-9b.png', 100, 100, 'N'),
(2216, 'ab-fn-528_0soe-xx.png', 100, 100, 'N'),
(2217, 'ab-fn-529_psrk-5p.png', 100, 100, 'N'),
(2218, 'ab-fn-530_c2o2-5t.png', 100, 100, 'N'),
(2219, 'ab-fn-531_4e2y-eb.png', 100, 100, 'N'),
(2220, 'ab-fn-532_5bll-an.png', 100, 100, 'N'),
(2221, 'ab-fn-533_r52b-vs.png', 100, 100, 'N'),
(2222, 'ab-fn-534_b09t-pa.png', 200, 200, 'N'),
(2223, 'ab-fn-535_1780-rt.png', 100, 100, 'N'),
(2224, 'ab-fn-536_b926-nx.png', 100, 100, 'N'),
(2225, 'ab-fn-537_31kq-61.png', 100, 100, 'N'),
(2226, 'ab-fn-538_mnys-i4.png', 100, 100, 'N'),
(2227, 'ab-fn-539_ewf0-7d.png', 100, 100, 'N'),
(2228, 'ab-fn-540_sn1i-ha.png', 100, 100, 'N'),
(2229, 'ab-fn-541_ysoy-i8.png', 100, 100, 'N'),
(2230, 'ab-fn-542_w7om-0l.png', 200, 200, 'N'),
(2231, 'ab-fn-543_sz0q-2d.png', 100, 100, 'N'),
(2232, 'ab-fn-544_e9sy-lm.png', 100, 100, 'N'),
(2233, 'ab-fn-545_b0na-ym.png', 100, 100, 'N'),
(2234, 'ab-fn-546_fbj9-uj.png', 100, 100, 'N'),
(2235, 'ab-fn-547_hk7w-cb.png', 100, 100, 'N'),
(2236, 'ab-fn-548_lxvr-ad.png', 200, 200, 'N'),
(2237, 'ab-fn-549_6cxb-rh.png', 200, 200, 'N'),
(2238, 'ab-fn-550_fz77-t5.png', 100, 100, 'N'),
(2239, 'ab-fn-551_54gf-hr.png', 100, 100, 'N'),
(2240, 'ab-fn-552_guab-wv.png', 100, 100, 'N'),
(2241, 'ab-fn-553_d4i0-l1.png', 100, 100, 'N'),
(2242, 'ab-fn-554_ouqy-w3.png', 200, 200, 'N'),
(2243, 'ab-fn-555_ijmn-72.png', 100, 100, 'N'),
(2244, 'ab-fn-556_sdqr-44.png', 100, 100, 'N'),
(2245, 'ab-fn-557_f51c-ne.png', 100, 100, 'N'),
(2246, 'ab-fn-558_unr1-ec.png', 100, 100, 'N'),
(2247, 'ab-fn-559_b7th-so.png', 100, 100, 'N'),
(2248, 'ab-fn-560_7rew-zi.png', 200, 200, 'N'),
(2249, 'ab-fn-561_v349-o1.png', 100, 100, 'N'),
(2250, 'ab-fn-562_aftr-6i.png', 100, 100, 'N'),
(2251, 'ab-fn-563_jvou-no.png', 100, 100, 'N'),
(2252, 'ab-fn-564_mv0r-z4.png', 100, 100, 'N'),
(2253, 'ab-fn-565_1q62-n7.png', 200, 200, 'N'),
(2254, 'ab-fn-566_8idl-bi.jpg', 200, 200, 'N'),
(2255, 'ab-fn-567_vq4h-da.jpg', 200, 200, 'N'),
(2256, 'ab-fn-568_jydc-rn.jpg', 400, 225, 'N'),
(2257, 'ab-fn-569_lda0-yl.png', 147, 100, 'N'),
(2258, 'ab-fn-570_qz2r-hh.png', 200, 200, 'N'),
(2259, 'ab-fn-571_x8mm-i6.jpg', 200, 247, 'N'),
(2260, 'ab-fn-572_ylxo-5b.jpg', 200, 195, 'N'),
(2261, 'ab-fn-575_79wa-jd.png', 200, 200, 'N'),
(2262, 'ab-fn-576_h4tl-40.png', 200, 200, 'N'),
(2263, 'category_banners_main_image-20_eorr-ix.jpg', 221, 365, 'N'),
(2264, 'category_banners_main_image-20_zw9c-mo.jpg', 221, 365, 'N'),
(2265, 'category_banners_main_image-20_z68k-lh.jpg', 221, 365, 'N'),
(2266, 'category_banners_main_image-20_yrge-ko.jpg', 221, 365, 'N'),
(2267, 'category_banners_main_image-20_wjia-mr.jpg', 221, 365, 'N'),
(2268, 'category_banners_main_image-20_ky0p-a9.jpg', 221, 365, 'N'),
(2269, 'category_banners_main_image-20_73w5-tk.jpg', 221, 365, 'N'),
(2270, 'category_banners_main_image-20_lgfs-0c.jpg', 221, 365, 'N'),
(2271, 'category_banners_main_image-20_c8yp-yw.jpg', 221, 365, 'N'),
(2272, 'category_banners_main_image-20_qssk-um.jpg', 221, 365, 'N'),
(2273, 'category_banners_main_image-20_14t6-c7.jpg', 221, 365, 'N'),
(2274, 'category_banners_main_image-20_mvhs-se.jpg', 221, 365, 'N'),
(2275, 'category_banners_list_image-20_x76y-2k.jpg', 914, 200, 'N'),
(2276, 'category_banners_list_image-20_ubw1-bt.jpg', 914, 200, 'N'),
(2277, 'category_banners_list_image-20_dtjw-nr.jpg', 914, 200, 'N'),
(2278, 'category_banners_list_image-20_5xek-10.jpg', 914, 200, 'N'),
(2279, 'category_banners_list_image-20_s72q-l4.jpg', 914, 200, 'N'),
(2280, 'category_banners_list_image-20_qm8f-px.jpg', 914, 200, 'N'),
(2281, 'category_banners_list_image-20_51hv-rk.jpg', 914, 200, 'N'),
(2282, 'category_banners_list_image-20_of1h-cu.jpg', 914, 200, 'N'),
(2283, 'category_banners_list_image-20_5fku-ql.jpg', 914, 200, 'N'),
(2284, 'category_banners_list_image-20_31b5-if.jpg', 914, 200, 'N'),
(2285, 'category_banners_list_image-20_q9d7-7g.jpg', 914, 200, 'N'),
(2286, 'category_banners_list_image-20_o5ty-4d.jpg', 914, 200, 'N'),
(2287, 'category_banners_main_image-21_orn1-eb.jpg', 221, 365, 'N'),
(2288, 'category_banners_main_image-21_qa10-u3.jpg', 221, 365, 'N'),
(2289, 'category_banners_main_image-21_8p4o-p4.jpg', 221, 365, 'N'),
(2290, 'category_banners_main_image-21_zvdb-tf.jpg', 221, 365, 'N'),
(2291, 'category_banners_main_image-21_vcdz-nw.jpg', 221, 365, 'N'),
(2292, 'category_banners_main_image-21_fvxs-or.jpg', 221, 365, 'N'),
(2293, 'category_banners_main_image-21_abl8-6g.jpg', 221, 365, 'N'),
(2294, 'category_banners_main_image-21_0zq7-wn.jpg', 221, 365, 'N'),
(2295, 'category_banners_main_image-21_2iv9-te.jpg', 221, 365, 'N'),
(2296, 'category_banners_main_image-21_v2p5-ae.jpg', 221, 365, 'N'),
(2297, 'category_banners_main_image-21_mfdx-7a.jpg', 221, 365, 'N'),
(2298, 'category_banners_main_image-21_tef8-w5.jpg', 221, 365, 'N'),
(2299, 'category_banners_list_image-21_ksb4-eo.jpg', 914, 200, 'N'),
(2300, 'category_banners_list_image-21_jaqu-za.jpg', 914, 200, 'N'),
(2301, 'category_banners_list_image-21_e6r8-ig.jpg', 914, 200, 'N'),
(2302, 'category_banners_list_image-21_j4gv-md.jpg', 914, 200, 'N'),
(2303, 'category_banners_list_image-21_6um0-8l.jpg', 914, 200, 'N'),
(2304, 'category_banners_list_image-21_s1pq-o7.jpg', 914, 200, 'N'),
(2305, 'category_banners_list_image-21_s866-23.jpg', 914, 200, 'N'),
(2306, 'category_banners_list_image-21_e060-tq.jpg', 914, 200, 'N'),
(2307, 'category_banners_list_image-21_5jse-7i.jpg', 914, 200, 'N'),
(2308, 'category_banners_list_image-21_souu-27.jpg', 914, 200, 'N'),
(2309, 'category_banners_list_image-21_shyn-1m.jpg', 914, 200, 'N'),
(2310, 'category_banners_list_image-21_o2c7-og.jpg', 914, 200, 'N'),
(2311, 'promotion_main_image-1_pq79-xe.jpg', 660, 400, 'N'),
(2312, 'promotion_main_image-1_e3l0-hl.jpg', 660, 400, 'N'),
(2313, 'promotion_main_image-2_ft8r-ok.jpg', 660, 400, 'N'),
(2314, 'promotion_main_image-2_pkpq-xy.jpg', 660, 400, 'N'),
(2315, 'promotion_main_image-3_2zq4-3o.jpg', 660, 400, 'N'),
(2316, 'promotion_main_image-3_h6j0-kc.jpg', 660, 400, 'N'),
(2317, 'promotion_main_image-4_yla6-ch.jpg', 660, 400, 'N'),
(2318, 'promotion_main_image-4_guj3-m7.jpg', 660, 400, 'N'),
(2319, 'promotion_main_image-5_w02x-wr.jpg', 660, 400, 'N'),
(2320, 'promotion_main_image-5_ba70-72.jpg', 660, 400, 'N'),
(2321, 'logo_19jp-ek.png', 547, 140, 'N'),
(2322, 'favicon_acdh-vg.png', 203, 202, 'N'),
(2323, 'mail_5oms-su.png', 547, 140, 'N'),
(2324, 'logo_yu2w-xr.png', 400, 87, 'N'),
(2325, 'logo_0c1p-8v.png', 400, 87, 'N'),
(2327, 'logo_zeqk-c4.png', 547, 140, 'N'),
(2328, 'favicon_swqm-by.png', 203, 202, 'N'),
(2329, 'mail_dzif-i0.png', 547, 140, 'N'),
(2330, '20-abt__ut2_background_image-banner.jpg', 760, 500, 'N'),
(2331, '21-abt__ut2_background_image-banner.jpg', 760, 500, 'N'),
(2332, '22-abt__ut2_background_image-banner.jpg', 760, 500, 'N'),
(2333, '23-abt__ut2_background_image-banner.jpg', 760, 500, 'N'),
(2334, '24-abt__ut2_background_image-banner.jpg', 914, 1020, 'N'),
(2335, '25-abt__ut2_background_image-banner.jpg', 760, 500, 'N'),
(2336, '26-abt__ut2_background_image-banner.jpg', 760, 500, 'N'),
(2337, '27-abt__ut2_background_image-banner.jpg', 760, 500, 'N'),
(2338, '28-abt__ut2_background_image-banner.jpg', 5120, 700, 'N'),
(2339, '28-abt__ut2_mobile_background_image-banner.jpg', 450, 450, 'N'),
(2340, '29-abt__ut2_main_image-banner.jpg', 1080, 400, 'N'),
(2341, '30-abt__ut2_background_image-banner.jpg', 910, 460, 'N'),
(2342, '30-abt__ut2_mobile_background_image-banner.jpg', 320, 450, 'N'),
(2343, '31-abt__ut2_main_image-banner.jpg', 900, 750, 'N'),
(2344, '31-abt__ut2_mobile_background_image-banner.jpg', 450, 450, 'N'),
(2345, '32-abt__ut2_background_image-banner.jpg', 902, 500, 'N'),
(2346, '33-abt__ut2_background_image-banner.jpg', 902, 500, 'N'),
(2347, '33-abt__ut2_mobile_background_image-banner.jpg', 320, 450, 'N'),
(2348, '34-abt__ut2_background_image-banner.jpg', 2000, 700, 'N'),
(2349, '34-abt__ut2_mobile_background_image-banner.jpg', 320, 450, 'N'),
(2350, '35-abt__ut2_main_image-banner.jpg', 900, 750, 'N'),
(2351, '35-abt__ut2_mobile_background_image-banner.jpg', 450, 450, 'N'),
(2352, '36-abt__ut2_background_image-banner.jpg', 1240, 450, 'N'),
(2353, '36-abt__ut2_mobile_background_image-banner.jpg', 450, 450, 'N'),
(2354, '210-abt__ut2_mwi__icon.png', 64, 64, 'N'),
(2355, '211-abt__ut2_mwi__icon.png', 64, 64, 'N'),
(2356, '212-abt__ut2_mwi__icon.png', 200, 150, 'N'),
(2357, '213-abt__ut2_mwi__icon.png', 200, 150, 'N'),
(2358, '214-abt__ut2_mwi__icon.png', 200, 150, 'N'),
(2359, '215-abt__ut2_mwi__icon.png', 200, 150, 'N'),
(2360, '216-abt__ut2_mwi__icon.png', 200, 150, 'N'),
(2361, '217-abt__ut2_mwi__icon.png', 200, 150, 'N'),
(2362, '218-abt__ut2_mwi__icon.png', 200, 150, 'N'),
(2363, '222-abt__ut2_mwi__icon.png', 64, 64, 'N'),
(2364, '223-abt__ut2_mwi__icon.png', 64, 64, 'N'),
(2365, '224-abt__ut2_mwi__icon.png', 64, 64, 'N'),
(2366, '225-abt__ut2_mwi__icon.png', 64, 64, 'N'),
(2367, '226-abt__ut2_mwi__icon.png', 64, 64, 'N'),
(2368, 'blog-image-44.jpg', 871, 580, 'N'),
(2369, 'blog-image-45.jpg', 871, 580, 'N'),
(2370, 'blog-image-46.jpg', 871, 580, 'N'),
(2371, 'blog-image-47.jpg', 871, 580, 'N'),
(2372, 'blog-image-48.jpg', 871, 580, 'N'),
(2373, 'blog-image-49.jpg', 871, 580, 'N'),
(2374, 'blog-image-50.jpg', 871, 580, 'N'),
(2375, 'logo_scx0-sj.png', 547, 140, 'N'),
(2376, 'favicon_xx5s-1l.png', 203, 202, 'N'),
(2377, 'mail_zu2d-mp.png', 547, 140, 'N'),
(2378, 'logo_dv1j-co_jx4r-ke.png', 547, 140, 'N'),
(2379, 'favicon_450e-j6_2vti-yi.png', 203, 202, 'N'),
(2380, 'mail_61vy-r9_ob53-n9.png', 547, 140, 'N'),
(2381, 'Partiu_Shop_Logo_400.png', 200, 48, 'Y'),
(2382, 'favicon_xx5s-1l_mzs7-iu.png', 203, 202, 'N'),
(2383, 'mail_zu2d-mp_cnj6-y7.png', 547, 140, 'N'),
(2384, 'logo_flo4-vm.png', 547, 140, 'N'),
(2385, 'favicon_4j1d-a2.png', 203, 202, 'N'),
(2386, 'mail_r2yi-9n.png', 547, 140, 'N'),
(2387, 'Partiu_Shop_Logo_400_9jn1-mj.png', 400, 95, 'N'),
(2388, 'favicon__1_.ico', 16, 16, 'N'),
(2389, 'Partiu_Shop_Logo_400_pt3o-2z.png', 400, 95, 'N'),
(2390, 'logo_b1no-2k_j9ub-8v.png', 547, 140, 'N'),
(2391, 'favicon_cayg-4u_k8f9-vg.png', 203, 202, 'N'),
(2392, 'mail_o91d-q1_c1yy-qn.png', 547, 140, 'N'),
(2393, 'PartiuShop-300.png', 300, 63, 'N'),
(2394, 'favicon-16x16.png', 16, 16, 'N'),
(2395, 'Partiu-Shop-400.png', 398, 94, 'N'),
(2396, 'ab-fn-525_tyzt-cq.png', 200, 200, 'N'),
(2397, 'ab-fn-526_etyv-ba.png', 100, 100, 'N'),
(2398, 'ab-fn-527_yfas-23.png', 100, 100, 'N'),
(2399, 'ab-fn-528_9oz9-b1.png', 100, 100, 'N'),
(2400, 'ab-fn-529_ixis-aa.png', 100, 100, 'N'),
(2401, 'ab-fn-530_72b6-gi.png', 100, 100, 'N'),
(2402, 'ab-fn-531_d3bt-jo.png', 100, 100, 'N'),
(2403, 'ab-fn-532_lukg-6k.png', 100, 100, 'N'),
(2404, 'ab-fn-533_2miz-4v.png', 100, 100, 'N'),
(2405, 'ab-fn-534_osoi-44.png', 200, 200, 'N'),
(2406, 'ab-fn-535_fl38-kn.png', 100, 100, 'N'),
(2407, 'ab-fn-536_p3k8-u0.png', 100, 100, 'N'),
(2408, 'ab-fn-537_2rvc-8z.png', 100, 100, 'N'),
(2409, 'ab-fn-538_9wyl-b7.png', 100, 100, 'N'),
(2410, 'ab-fn-539_qtu5-d4.png', 100, 100, 'N'),
(2411, 'ab-fn-540_ujpo-0l.png', 100, 100, 'N'),
(2412, 'ab-fn-541_7sb9-rr.png', 100, 100, 'N'),
(2413, 'ab-fn-542_5pxc-ga.png', 200, 200, 'N'),
(2414, 'ab-fn-543_zfgf-8f.png', 100, 100, 'N'),
(2415, 'ab-fn-544_y5ea-36.png', 100, 100, 'N'),
(2416, 'ab-fn-545_djf9-wy.png', 100, 100, 'N'),
(2417, 'ab-fn-546_805j-p7.png', 100, 100, 'N'),
(2418, 'ab-fn-547_ph6p-jf.png', 100, 100, 'N'),
(2419, 'ab-fn-548_m8nh-mm.png', 200, 200, 'N'),
(2420, 'ab-fn-549_tgr1-2i.png', 200, 200, 'N'),
(2421, 'ab-fn-550_mulj-kr.png', 100, 100, 'N'),
(2422, 'ab-fn-551_80rk-ct.png', 100, 100, 'N'),
(2423, 'ab-fn-552_t2e9-f2.png', 100, 100, 'N'),
(2424, 'ab-fn-553_6f1p-yq.png', 100, 100, 'N'),
(2425, 'ab-fn-554_nl2v-zp.png', 200, 200, 'N'),
(2426, 'ab-fn-555_wrr7-28.png', 100, 100, 'N'),
(2427, 'ab-fn-556_72h3-cp.png', 100, 100, 'N'),
(2428, 'ab-fn-557_lzu3-cu.png', 100, 100, 'N'),
(2429, 'ab-fn-558_k6tj-ru.png', 100, 100, 'N'),
(2430, 'ab-fn-559_uspm-dr.png', 100, 100, 'N'),
(2431, 'ab-fn-560_nl28-6b.png', 200, 200, 'N'),
(2432, 'ab-fn-561_trmr-ta.png', 100, 100, 'N'),
(2433, 'ab-fn-562_rud6-5a.png', 100, 100, 'N'),
(2434, 'ab-fn-563_2i96-f2.png', 100, 100, 'N'),
(2435, 'ab-fn-564_ro8b-wa.png', 100, 100, 'N'),
(2436, 'ab-fn-565_a4ei-vu.png', 200, 200, 'N'),
(2437, 'ab-fn-566_5vjv-hw.jpg', 200, 200, 'N'),
(2438, 'ab-fn-567_fd1x-1o.jpg', 200, 200, 'N'),
(2439, 'ab-fn-568_2tsc-lw.jpg', 400, 225, 'N'),
(2440, 'ab-fn-569_q3j9-rd.png', 147, 100, 'N'),
(2441, 'ab-fn-570_03sx-cb.png', 200, 200, 'N'),
(2442, 'ab-fn-571_st8s-h4.jpg', 200, 247, 'N'),
(2443, 'ab-fn-572_ejvy-zx.jpg', 200, 195, 'N'),
(2444, 'ab-fn-575_ijhw-6q.png', 200, 200, 'N'),
(2445, 'ab-fn-576_nfst-d6.png', 200, 200, 'N'),
(2449, 'correios-2020-logo-D733E75ED9-seeklogo.com.png', 300, 206, 'N'),
(2450, 'ab-fn-525_gse4-5a.png', 200, 200, 'N'),
(2451, 'ab-fn-526_1se1-ox.png', 100, 100, 'N'),
(2452, 'ab-fn-527_v726-7p.png', 100, 100, 'N'),
(2453, 'ab-fn-528_nbtf-z1.png', 100, 100, 'N'),
(2454, 'ab-fn-529_lf5m-2n.png', 100, 100, 'N'),
(2455, 'ab-fn-530_njtd-qp.png', 100, 100, 'N'),
(2456, 'ab-fn-531_fh67-9e.png', 100, 100, 'N'),
(2457, 'ab-fn-532_nktv-ry.png', 100, 100, 'N'),
(2458, 'ab-fn-533_wwxa-ry.png', 100, 100, 'N'),
(2459, 'ab-fn-534_i3d3-ti.png', 200, 200, 'N'),
(2460, 'ab-fn-535_pda8-ja.png', 100, 100, 'N'),
(2461, 'ab-fn-536_2ius-eu.png', 100, 100, 'N'),
(2462, 'ab-fn-537_voyy-de.png', 100, 100, 'N'),
(2463, 'ab-fn-538_fqmq-sa.png', 100, 100, 'N'),
(2464, 'ab-fn-539_fmcq-c9.png', 100, 100, 'N'),
(2465, 'ab-fn-540_5apj-ym.png', 100, 100, 'N'),
(2466, 'ab-fn-541_2ne5-us.png', 100, 100, 'N'),
(2467, 'ab-fn-542_sfu7-e4.png', 200, 200, 'N'),
(2468, 'ab-fn-543_w8rr-eu.png', 100, 100, 'N'),
(2469, 'ab-fn-544_shca-1i.png', 100, 100, 'N'),
(2470, 'ab-fn-545_3vuk-d8.png', 100, 100, 'N'),
(2471, 'ab-fn-546_bwou-n2.png', 100, 100, 'N'),
(2472, 'ab-fn-547_vz0w-66.png', 100, 100, 'N'),
(2473, 'ab-fn-548_rahr-n1.png', 200, 200, 'N'),
(2474, 'ab-fn-549_flmk-5q.png', 200, 200, 'N'),
(2475, 'ab-fn-550_e3z4-y2.png', 100, 100, 'N'),
(2476, 'ab-fn-551_njw1-y9.png', 100, 100, 'N'),
(2477, 'ab-fn-552_b4dw-e4.png', 100, 100, 'N'),
(2478, 'ab-fn-553_mkyv-k1.png', 100, 100, 'N'),
(2479, 'ab-fn-554_hyar-xl.png', 200, 200, 'N'),
(2480, 'ab-fn-555_79l3-qw.png', 100, 100, 'N'),
(2481, 'ab-fn-556_but4-ci.png', 100, 100, 'N'),
(2482, 'ab-fn-557_l434-k6.png', 100, 100, 'N'),
(2483, 'ab-fn-558_mcoa-95.png', 100, 100, 'N'),
(2484, 'ab-fn-559_ryok-9q.png', 100, 100, 'N'),
(2485, 'ab-fn-560_pbmd-0z.png', 200, 200, 'N'),
(2486, 'ab-fn-561_hkjj-rd.png', 100, 100, 'N'),
(2487, 'ab-fn-562_jzrv-ck.png', 100, 100, 'N'),
(2488, 'ab-fn-563_9q5n-o6.png', 100, 100, 'N'),
(2489, 'ab-fn-564_7r19-k2.png', 100, 100, 'N'),
(2490, 'ab-fn-565_cqd3-57.png', 200, 200, 'N'),
(2491, 'ab-fn-566_62cf-i2.jpg', 200, 200, 'N'),
(2492, 'ab-fn-567_5fre-o9.jpg', 200, 200, 'N'),
(2493, 'ab-fn-568_nre8-qn.jpg', 400, 225, 'N'),
(2494, 'ab-fn-569_twhj-07.png', 147, 100, 'N'),
(2495, 'ab-fn-570_etaz-9z.png', 200, 200, 'N'),
(2496, 'ab-fn-571_nwwk-mb.jpg', 200, 247, 'N'),
(2497, 'ab-fn-572_lk9n-5s.jpg', 200, 195, 'N'),
(2498, 'ab-fn-575_c1fd-kq.png', 200, 200, 'N'),
(2499, 'ab-fn-576_5cj6-b6.png', 200, 200, 'N'),
(2500, 'logo_c5h5-8k.png', 547, 140, 'N'),
(2501, 'favicon_prvb-4p.png', 203, 202, 'N'),
(2502, 'mail_twb9-oy.png', 547, 140, 'N'),
(2503, 'Partiu-Shop-1024-icon.png', 1024, 1024, 'N'),
(2506, 'gift_cert_logo_gkh9-56.png', 176, 42, 'N'),
(2507, 'cart_eryi-qi.png', 176, 34, 'N'),
(2508, 'favicon_cbji-mv.ico', 16, 16, 'N'),
(2509, 'invoice_logo_9srv-ie.png', 176, 34, 'N'),
(2510, 'cart_feqh-e8.png', 176, 34, 'N'),
(2511, 'favicon_tpaa-99.ico', 16, 16, 'N'),
(2512, 'invoice_logo_vgb5-6v.png', 176, 34, 'N'),
(2513, 'logo_zvd0-wm.png', 547, 140, 'N'),
(2514, 'logo_7rep-5n_104a-pv.png', 547, 140, 'N'),
(2515, 'logo_qmop-pj_mp9u-cs.png', 547, 140, 'N'),
(2516, 'logo_o6xz-nu_wyk2-b5.png', 547, 140, 'N'),
(2517, 'logo_mh1b-ad_7hxq-7j.png', 547, 140, 'N'),
(2518, 'logo_pl4p-s2_m1op-td.png', 547, 140, 'N'),
(2519, 'logo_23mr-vi_g6n7-5y.png', 547, 140, 'N'),
(2520, 'logo_ergp-ab_s72s-yw.png', 547, 140, 'N'),
(2521, 'logo_ety4-41_qpus-69.png', 547, 140, 'N'),
(2522, 'logo_cyqr-k2_o2wb-8t.png', 547, 140, 'N'),
(2523, 'logo_2sle-ug_nvq7-aq.png', 547, 140, 'N'),
(2524, 'logo_57nc-5w_at1l-dm.png', 547, 140, 'N'),
(2525, 'logo_scx0-sj_0kuq-ce.png', 547, 140, 'N'),
(2526, 'Partiu_Shop_Logo_400_u218-k0.png', 200, 48, 'Y'),
(2527, 'logo_flo4-vm_g6f8-yy.png', 547, 140, 'N'),
(2528, 'Partiu_Shop_Logo_400_9jn1-mj_cj5r-f0.png', 400, 95, 'N'),
(2529, 'favicon_7y3r-or.png', 203, 202, 'N'),
(2530, 'favicon_vzsy-0q_haap-iw.png', 203, 202, 'N'),
(2531, 'favicon_3pc4-ic_j6br-mm.png', 203, 202, 'N'),
(2532, 'favicon_idjv-qb_fg93-4r.png', 203, 202, 'N'),
(2533, 'favicon_zgq3-om_xiyb-oq.png', 203, 202, 'N'),
(2534, 'favicon_9lht-zq_houd-nh.png', 203, 202, 'N'),
(2535, 'favicon_cls4-id_zab4-ar.png', 203, 202, 'N'),
(2536, 'favicon_f633-nl_ltbs-vl.png', 203, 202, 'N'),
(2537, 'favicon_dru8-ve_80d3-je.png', 203, 202, 'N'),
(2538, 'favicon_s6h0-9r_kvpc-w7.png', 203, 202, 'N'),
(2539, 'favicon_5hsf-gc_ehoq-h3.png', 203, 202, 'N'),
(2540, 'favicon_v52s-84_kkf2-m6.png', 203, 202, 'N'),
(2541, 'favicon_xx5s-1l_huny-ht.png', 203, 202, 'N'),
(2542, 'favicon_xx5s-1l_mzs7-iu_9juu-ee.png', 203, 202, 'N'),
(2543, 'favicon_4j1d-a2_zjw3-69.png', 203, 202, 'N'),
(2544, 'favicon__1__9ozi-sy.ico', 16, 16, 'N'),
(2545, 'mail_eb3v-d7.png', 547, 140, 'N'),
(2546, 'mail_47si-yg_lmg6-nt.png', 547, 140, 'N'),
(2547, 'mail_qr6h-ht_i1pw-g1.png', 547, 140, 'N'),
(2548, 'mail_uqtj-ch_8ccd-31.png', 547, 140, 'N'),
(2549, 'mail_6lut-02_ywdz-lo.png', 547, 140, 'N'),
(2550, 'mail_kh4h-39_t5mc-gc.png', 547, 140, 'N'),
(2551, 'mail_ycju-mz_o3nv-dy.png', 547, 140, 'N'),
(2552, 'mail_kvpo-1b_4jf4-03.png', 547, 140, 'N'),
(2553, 'mail_xqjq-jc_5dff-c9.png', 547, 140, 'N'),
(2554, 'mail_3isx-9l_fouk-73.png', 547, 140, 'N'),
(2555, 'mail_m962-n5_32eq-y2.png', 547, 140, 'N'),
(2556, 'mail_m5i6-c2_gmpr-k0.png', 547, 140, 'N'),
(2557, 'mail_zu2d-mp_foys-9c.png', 547, 140, 'N'),
(2558, 'mail_zu2d-mp_cnj6-y7_z76f-kc.png', 547, 140, 'N'),
(2559, 'mail_r2yi-9n_yi2n-k7.png', 547, 140, 'N'),
(2560, 'Partiu_Shop_Logo_400_pt3o-2z_2iwu-wv.png', 400, 95, 'N'),
(2561, 'logo_cvto-hu_z2pk-jf.png', 547, 140, 'N'),
(2562, 'favicon_9zuu-do_mts8-mz.png', 203, 202, 'N'),
(2563, 'mail_gfca-xh_7m6c-6r.png', 547, 140, 'N'),
(2564, 'logo_xwsh-7y_3o03-xd.png', 547, 140, 'N'),
(2565, 'favicon_y54h-iw_l76w-li.png', 203, 202, 'N'),
(2566, 'mail_5i1x-o2_y6hf-ue.png', 547, 140, 'N'),
(2567, 'logo_4h9x-9a_2tob-e5.png', 547, 140, 'N'),
(2568, 'logo_68mz-sl_r567-5q.png', 547, 140, 'N'),
(2569, 'logo_g9kb-4v_asg6-03.png', 547, 140, 'N'),
(2570, 'logo_fm4i-00_wz6f-bt.png', 547, 140, 'N'),
(2571, 'logo_eqmz-6m_abcg-a8.png', 547, 140, 'N'),
(2572, 'logo_41pa-tr_lhyv-gi.png', 547, 140, 'N'),
(2573, 'logo_4rfm-xk_1mf8-u8.png', 547, 140, 'N'),
(2574, 'logo_dv1j-co_cl5k-l5.png', 547, 140, 'N'),
(2575, 'logo_131c-bb_z6n0-hg.png', 547, 140, 'N'),
(2576, 'logo_d4av-ku_d7vc-sf.png', 547, 140, 'N'),
(2577, 'logo_b1no-2k_lx1e-5o.png', 547, 140, 'N'),
(2578, 'logo_19jp-ek_txpw-eo.png', 547, 140, 'N'),
(2579, 'logo_zeqk-c4_1sjb-ra.png', 547, 140, 'N'),
(2580, 'logo_dv1j-co_jx4r-ke_t04i-qa.png', 547, 140, 'N'),
(2581, 'logo_b1no-2k_j9ub-8v_7c9d-33.png', 547, 140, 'N'),
(2582, 'favicon_leqt-iz_mm5d-en.png', 203, 202, 'N'),
(2583, 'favicon_uz2j-yr_58mk-ms.png', 203, 202, 'N'),
(2584, 'favicon_6f7q-xh_9wcq-ye.png', 203, 202, 'N'),
(2585, 'favicon_q7mv-9l_pn1q-gr.png', 203, 202, 'N'),
(2586, 'favicon_yyck-r5_jkj9-2u.png', 203, 202, 'N'),
(2587, 'favicon_bhvb-t9_83vc-jb.png', 203, 202, 'N'),
(2588, 'favicon_dwfo-m4_vhk0-ht.png', 203, 202, 'N'),
(2589, 'favicon_450e-j6_d0i8-4b.png', 203, 202, 'N'),
(2590, 'favicon_72np-yt_cmtr-ca.png', 203, 202, 'N'),
(2591, 'favicon_pv6k-wk_iq7l-hr.png', 203, 202, 'N'),
(2592, 'favicon_cayg-4u_43l6-gp.png', 203, 202, 'N'),
(2593, 'favicon_acdh-vg_yel5-m8.png', 203, 202, 'N'),
(2594, 'favicon_swqm-by_pkje-9x.png', 203, 202, 'N'),
(2595, 'favicon_450e-j6_2vti-yi_w8bm-u2.png', 203, 202, 'N'),
(2596, 'favicon_cayg-4u_k8f9-vg_9laq-0u.png', 203, 202, 'N'),
(2597, 'mail_eqri-jf_sy2j-6p.png', 547, 140, 'N'),
(2598, 'mail_ahvb-er_i2cm-tq.png', 547, 140, 'N'),
(2599, 'mail_0wcd-yg_46ra-d3.png', 547, 140, 'N'),
(2600, 'mail_5a5b-52_hsqj-bp.png', 547, 140, 'N'),
(2601, 'mail_lffl-w6_np97-4y.png', 547, 140, 'N'),
(2602, 'mail_3akd-y6_6kah-04.png', 547, 140, 'N'),
(2603, 'mail_ianr-pw_zj8h-ru.png', 547, 140, 'N'),
(2604, 'mail_61vy-r9_7olt-gd.png', 547, 140, 'N'),
(2605, 'mail_hq5m-6v_2z26-95.png', 547, 140, 'N'),
(2606, 'mail_m4yv-p4_l3ra-3k.png', 547, 140, 'N'),
(2607, 'mail_o91d-q1_k3h0-mi.png', 547, 140, 'N'),
(2608, 'mail_5oms-su_07m5-fy.png', 547, 140, 'N'),
(2609, 'mail_dzif-i0_2r1o-gl.png', 547, 140, 'N'),
(2610, 'mail_61vy-r9_ob53-n9_lbzt-kv.png', 547, 140, 'N'),
(2611, 'mail_o91d-q1_c1yy-qn_d9l4-e5.png', 547, 140, 'N'),
(2612, 'logo_bu4b-6z_7fhm-up.png', 547, 140, 'N'),
(2613, 'favicon_af9a-53_sb3q-3u.png', 203, 202, 'N'),
(2614, 'mail_l380-02_as2e-87.png', 547, 140, 'N'),
(2615, 'logo_xodj-vw_w29j-nq.png', 547, 140, 'N'),
(2616, 'favicon_28mk-1e_6k16-or.png', 203, 202, 'N'),
(2617, 'mail_9g8z-vt_397r-1p.png', 547, 140, 'N'),
(2618, 'cart_s15n-l2.png', 158, 25, 'N'),
(2619, 'favicon_5jbv-qa_z2t5-i3.ico', 16, 16, 'N'),
(2620, 'invoice_logo_hlot-qm_qcxc-e3.png', 176, 42, 'N'),
(2621, 'cart_xbpw-po_lm2c-ei.png', 158, 25, 'N'),
(2622, 'cart_ot8r-xo_xe27-pb.png', 158, 25, 'N'),
(2623, 'favicon_16ug-rh_goe1-vt.ico', 16, 16, 'N'),
(2624, 'favicon_zgy4-43_xwtv-9a.ico', 16, 16, 'N'),
(2625, 'invoice_logo_jjjd-op_zilk-06.png', 176, 42, 'N'),
(2626, 'invoice_logo_lfag-7g_h2p0-q4.png', 176, 42, 'N'),
(2627, 'cart_arcn-vn_9djl-lc.png', 158, 25, 'N'),
(2628, 'favicon_lv0t-g3_e7cu-wo.ico', 16, 16, 'N'),
(2629, 'invoice_logo_7jxb-6k_i31u-7l.png', 176, 42, 'N'),
(2630, 'cart_g0ip-fg_2fc3-s2.png', 158, 25, 'N'),
(2631, 'favicon_ej5a-gv_qw7i-9c.ico', 16, 16, 'N'),
(2632, 'invoice_logo_r7mm-nz_zmgo-oq.png', 176, 42, 'N'),
(2633, 'cart_kk2v-gb_5pm8-zn.png', 158, 25, 'N'),
(2634, 'favicon_yant-ft_r66s-l4.ico', 16, 16, 'N'),
(2635, 'invoice_logo_npq6-a6_wyn1-39.png', 176, 42, 'N'),
(2636, 'Partiu-Shop-400_pbhi-bd_ruj0-bb.png', 398, 94, 'N'),
(2637, 'favicon_cq8w-71_in63-zx.ico', 16, 16, 'N'),
(2638, 'Partiu-Shop-400_e6tl-e9.png', 398, 94, 'N'),
(2639, 'logo_c5h5-8k_dknx-74.png', 547, 140, 'N'),
(2640, 'favicon_prvb-4p_yvmi-k7.png', 203, 202, 'N'),
(2641, 'mail_twb9-oy_tb1b-zm.png', 547, 140, 'N'),
(2650, '', 320, 320, 'N'),
(2651, 'logo_5ljs-eh.png', 547, 140, 'N'),
(2652, 'favicon_a2bh-pw.png', 203, 202, 'N'),
(2653, 'mail_72jc-kj.png', 547, 140, 'N'),
(2654, 'logo_tpun-sp.png', 547, 140, 'N'),
(2655, 'favicon_cxqf-e5.png', 203, 202, 'N'),
(2656, 'mail_3ppf-ei.png', 547, 140, 'N'),
(2657, 'logo_tjnn-47.png', 547, 140, 'N'),
(2658, 'favicon_ehm0-xe.png', 203, 202, 'N'),
(2659, 'mail_p6t9-9r.png', 547, 140, 'N'),
(2660, 'logo_gm9d-6k.png', 547, 140, 'N'),
(2661, 'favicon_0vq9-ap.png', 203, 202, 'N'),
(2662, 'mail_0ah9-jh.png', 547, 140, 'N'),
(2663, 'logo_0npo-fw.png', 547, 140, 'N'),
(2664, 'favicon_hyhk-d7.png', 203, 202, 'N'),
(2665, 'mail_35k0-zq.png', 547, 140, 'N'),
(2666, 'logo_1dhn-nm.png', 547, 140, 'N'),
(2667, 'favicon_nnym-tl.png', 203, 202, 'N'),
(2668, 'mail_mmab-c8.png', 547, 140, 'N'),
(2669, 'logo_9x8w-px.png', 547, 140, 'N'),
(2670, 'favicon_uzlx-u0.png', 203, 202, 'N'),
(2671, 'mail_tdn0-dl.png', 547, 140, 'N'),
(2672, 'logo_j22t-bl.png', 547, 140, 'N'),
(2673, 'favicon_hg9s-6e.png', 203, 202, 'N'),
(2674, 'mail_z6ts-ge.png', 547, 140, 'N'),
(2675, 'logo_uw7c-pf.png', 300, 78, 'N'),
(2676, 'favicon_rrsf-64.ico', 48, 48, 'N'),
(2677, 'logo_vivashop1.png', 300, 78, 'N'),
(2678, 'logo_vivashop1_evpe-iy.png', 300, 78, 'N'),
(2679, 'logo-partiu_i5s9-ti_7l2l-69.png', 400, 87, 'N'),
(2680, 'favicon_cxl8-ta.ico', 48, 48, 'N'),
(2681, 'logo_vivashop1_i5y0-bh.png', 300, 78, 'N'),
(2682, 'logo_vivashop1_4q85-82.png', 300, 78, 'N'),
(2683, 'cta_bkg.jpg', 2048, 1200, 'N'),
(2684, 'testimonials_bkg.jpg', 2048, 1200, 'N'),
(2685, 'home_main_slider_1_desktop.jpg', 2048, 600, 'N'),
(2686, 'home_main_slider_1_desktop_additional.png', 705, 581, 'N'),
(2687, 'home_main_slider_1_phone_additional.png', 282, 232, 'N'),
(2688, 'home_main_slider_1_tablet_additional.png', 341, 282, 'N'),
(2689, 'home_main_slider_1_phone.jpg', 480, 460, 'N'),
(2690, 'home_main_slider_1_tablet.jpg', 768, 460, 'N'),
(2691, 'home_main_slider_2_desktop.jpg', 2048, 600, 'N'),
(2692, 'home_main_slider_2_desktop_additional.png', 492, 203, 'N'),
(2693, 'home_main_slider_2_phone_additional.png', 255, 105, 'N'),
(2694, 'home_main_slider_2_tablet_additional.png', 335, 138, 'N'),
(2695, 'home_main_slider_2_phone.jpg', 480, 460, 'N'),
(2696, 'home_main_slider_2_tablet.jpg', 768, 460, 'N'),
(2697, 'home_main_slider_3_desktop.jpg', 2048, 600, 'N'),
(2698, 'home_main_slider_3_phone.jpg', 480, 460, 'N'),
(2699, 'home_main_slider_3_tablet.jpg', 768, 460, 'N'),
(2700, 'home_main_slider_4_desktop.jpg', 2048, 600, 'N'),
(2701, 'home_main_slider_4_desktop_additional.png', 307, 95, 'N'),
(2702, 'home_main_slider_4_phone_additional.png', 193, 60, 'N'),
(2703, 'home_main_slider_4_tablet_additional.png', 238, 74, 'N'),
(2704, 'home_main_slider_4_phone.jpg', 480, 460, 'N'),
(2705, 'home_main_slider_4_tablet.jpg', 768, 460, 'N'),
(2706, 'home_marketplace_special_1_1_desktop.jpg', 795, 379, 'N'),
(2707, 'home_marketplace_special_1_1_desktop_additional.png', 194, 68, 'N'),
(2708, 'home_marketplace_special_1_1_phone_additional.png', 141, 49, 'N'),
(2709, 'home_marketplace_special_1_1_tablet_additional.png', 194, 68, 'N'),
(2710, 'home_marketplace_special_1_1_phone.jpg', 460, 379, 'N'),
(2711, 'home_marketplace_special_1_1_tablet.jpg', 748, 380, 'N'),
(2712, 'home_marketplace_special_1_2_desktop.jpg', 795, 379, 'N'),
(2713, 'home_marketplace_special_1_2_desktop_additional.png', 196, 67, 'N'),
(2714, 'home_marketplace_special_1_2_phone_additional.png', 141, 49, 'N'),
(2715, 'home_marketplace_special_1_2_tablet_additional.png', 196, 67, 'N'),
(2716, 'home_marketplace_special_1_2_phone.jpg', 460, 380, 'N'),
(2717, 'home_marketplace_special_1_2_tablet.jpg', 748, 380, 'N'),
(2718, 'home_marketplace_special_2_1_desktop.jpg', 795, 379, 'N'),
(2719, 'home_marketplace_special_2_1_desktop_additional.png', 124, 314, 'N'),
(2720, 'home_marketplace_special_2_1_phone_additional.png', 97, 245, 'N'),
(2721, 'home_marketplace_special_2_1_tablet_additional.png', 117, 296, 'N'),
(2722, 'home_marketplace_special_2_1_phone.jpg', 460, 380, 'N'),
(2723, 'home_marketplace_special_2_1_tablet.jpg', 748, 380, 'N'),
(2724, 'home_marketplace_special_2_2_desktop.jpg', 795, 379, 'N'),
(2725, 'home_marketplace_special_2_2_desktop_additional.png', 156, 330, 'N'),
(2726, 'home_marketplace_special_2_2_phone_additional.png', 104, 240, 'N'),
(2727, 'home_marketplace_special_2_2_tablet_additional.png', 139, 317, 'N'),
(2728, 'home_marketplace_special_2_2_phone.jpg', 460, 380, 'N'),
(2729, 'home_marketplace_special_2_2_tablet.jpg', 748, 380, 'N'),
(2730, 'home_marketplace_special_3_1_desktop.jpg', 392, 580, 'N'),
(2731, 'home_marketplace_special_3_1_desktop_additional.png', 195, 74, 'N'),
(2732, 'home_marketplace_special_3_1_phone_additional.png', 176, 67, 'N'),
(2733, 'home_marketplace_special_3_1_tablet_additional.png', 195, 74, 'N'),
(2734, 'home_marketplace_special_3_1_phone.jpg', 460, 520, 'N'),
(2735, 'home_marketplace_special_3_1_tablet.jpg', 369, 580, 'N'),
(2736, 'home_marketplace_special_4_1_desktop.jpg', 392, 580, 'N'),
(2737, 'home_marketplace_special_4_1_phone.jpg', 460, 520, 'N'),
(2738, 'home_marketplace_special_4_1_tablet.jpg', 369, 580, 'N'),
(2739, 'home_marketplace_special_4_2_desktop.jpg', 392, 580, 'N'),
(2740, 'home_marketplace_special_4_2_phone.jpg', 460, 520, 'N'),
(2741, 'home_marketplace_special_4_2_tablet.jpg', 392, 580, 'N'),
(2742, 'home_marketplace_special_5_1_desktop.jpg', 795, 580, 'N'),
(2743, 'home_marketplace_special_5_1_phone.jpg', 460, 520, 'N'),
(2744, 'home_marketplace_special_5_1_tablet.jpg', 748, 580, 'N'),
(2745, 'home_marketplace_collections_1_1_desktop.jpg', 392, 380, 'N'),
(2746, 'home_marketplace_collections_1_1_desktop_additional.png', 213, 135, 'N'),
(2747, 'home_marketplace_collections_1_1_phone_additional.png', 151, 96, 'N'),
(2748, 'home_marketplace_collections_1_1_tablet_additional.png', 200, 127, 'N'),
(2749, 'home_marketplace_collections_1_1_phone.jpg', 460, 380, 'N'),
(2750, 'home_marketplace_collections_1_1_tablet.jpg', 369, 380, 'N'),
(2751, 'home_marketplace_collections_1_2_desktop.jpg', 392, 380, 'N'),
(2752, 'home_marketplace_collections_1_2_desktop_additional.png', 278, 166, 'N'),
(2753, 'home_marketplace_collections_1_2_phone_additional.png', 224, 134, 'N'),
(2754, 'home_marketplace_collections_1_2_tablet_additional.png', 246, 147, 'N'),
(2755, 'home_marketplace_collections_1_2_phone.jpg', 460, 380, 'N'),
(2756, 'home_marketplace_collections_1_2_tablet.jpg', 460, 380, 'N'),
(2757, 'home_marketplace_collections_2_1_desktop.jpg', 392, 380, 'N'),
(2758, 'home_marketplace_collections_2_1_desktop_additional.png', 286, 73, 'N'),
(2759, 'home_marketplace_collections_2_1_phone_additional.png', 252, 64, 'N'),
(2760, 'home_marketplace_collections_2_1_tablet_additional.png', 252, 64, 'N'),
(2761, 'home_marketplace_collections_2_1_phone.jpg', 460, 380, 'N'),
(2762, 'home_marketplace_collections_2_1_tablet.jpg', 369, 380, 'N'),
(2763, 'home_marketplace_collections_3_1_desktop.jpg', 392, 380, 'N'),
(2764, 'home_marketplace_collections_3_1_phone.jpg', 392, 380, 'N'),
(2765, 'home_marketplace_collections_3_1_tablet.jpg', 392, 380, 'N'),
(2766, 'home_marketplace_collections_3_2_desktop.jpg', 392, 380, 'N'),
(2767, 'home_marketplace_collections_3_2_phone.jpg', 392, 380, 'N'),
(2768, 'home_marketplace_collections_3_2_tablet.jpg', 369, 380, 'N'),
(2769, 'home_marketplace_collections_3_3_desktop.jpg', 392, 380, 'N'),
(2770, 'home_marketplace_collections_3_3_phone.jpg', 392, 380, 'N'),
(2771, 'home_marketplace_collections_3_3_tablet.jpg', 369, 380, 'N'),
(2772, 'home_marketplace_collections_4_1_desktop.jpg', 392, 380, 'N'),
(2773, 'home_marketplace_collections_4_1_phone.jpg', 392, 380, 'N'),
(2774, 'home_marketplace_collections_4_1_tablet.jpg', 369, 380, 'N'),
(2775, 'category_side_block_1_1.jpg', 480, 921, 'N'),
(2776, 'category_side_block_2_1.jpg', 480, 618, 'N'),
(2777, 'apply_for_vendor.jpg', 1600, 250, 'N'),
(2778, 'blog_image.jpg', 2048, 739, 'N'),
(2779, 'blog_1.jpg', 1287, 724, 'N'),
(2780, 'blog_2.jpg', 1287, 724, 'N'),
(2781, 'blog_3.jpg', 1287, 724, 'N'),
(2782, 'blog_4.jpg', 1287, 724, 'N'),
(2783, 'blog_5.jpg', 1287, 724, 'N'),
(2784, 'blog_6.jpg', 1287, 724, 'N'),
(2785, 'blog_7.jpg', 1287, 724, 'N'),
(2786, 'blog_8.jpg', 1287, 724, 'N'),
(2787, 'blog_9.jpg', 1287, 724, 'N'),
(2788, 'blog_10.jpg', 1287, 724, 'N'),
(2789, 'blog_11.jpg', 1287, 724, 'N'),
(2790, 'blog_12.jpg', 1287, 724, 'N'),
(2791, 'category_1_1_desktop.jpg', 2048, 250, 'N'),
(2792, 'category_1_1_phone.jpg', 480, 250, 'N'),
(2793, 'category_1_1_tablet.jpg', 768, 250, 'N'),
(2794, 'category_1_2_desktop.jpg', 2048, 250, 'N'),
(2795, 'category_1_2_phone.jpg', 480, 250, 'N'),
(2796, 'category_1_2_tablet.jpg', 768, 250, 'N'),
(2797, 'category_2_1_desktop.jpg', 2048, 250, 'N'),
(2798, 'category_2_1_phone.jpg', 480, 250, 'N'),
(2799, 'category_2_1_tablet.jpg', 768, 250, 'N'),
(2800, 'category_3_1_desktop.jpg', 2048, 250, 'N'),
(2801, 'category_3_1_phone.jpg', 480, 250, 'N'),
(2802, 'category_3_1_tablet.jpg', 768, 250, 'N'),
(2803, 'category_4_1_desktop.jpg', 2048, 250, 'N'),
(2804, 'category_4_1_phone.jpg', 480, 250, 'N'),
(2805, 'category_4_1_tablet.jpg', 768, 250, 'N'),
(2806, 'category_5_1_desktop.jpg', 2048, 250, 'N'),
(2807, 'category_5_1_phone.jpg', 480, 250, 'N'),
(2808, 'category_5_1_tablet.jpg', 768, 250, 'N'),
(2809, 'category_6_1_desktop.jpg', 2048, 250, 'N'),
(2810, 'category_6_1_phone.jpg', 480, 250, 'N'),
(2811, 'category_6_1_tablet.jpg', 768, 250, 'N'),
(2812, 'category_7_1_desktop.jpg', 2048, 250, 'N'),
(2813, 'category_7_1_phone.jpg', 480, 250, 'N'),
(2814, 'category_7_1_tablet.jpg', 768, 250, 'N'),
(2815, 'category_8_1_desktop.jpg', 2048, 250, 'N'),
(2816, 'category_8_1_phone.jpg', 480, 250, 'N'),
(2817, 'category_8_1_tablet.jpg', 768, 250, 'N'),
(2818, 'category_9_1_desktop.jpg', 2048, 250, 'N'),
(2819, 'category_9_1_phone.jpg', 480, 250, 'N'),
(2820, 'category_9_1_tablet.jpg', 768, 250, 'N'),
(2821, 'fpab_1_tab_1_1_desktop.jpg', 1580, 276, 'N'),
(2822, 'fpab_1_tab_1_1_phone.jpg', 480, 276, 'N'),
(2823, 'fpab_1_tab_1_1_tablet.jpg', 768, 276, 'N'),
(2824, 'fpab_1_tab_2_1_desktop.jpg', 785, 276, 'N'),
(2825, 'fpab_1_tab_2_1_phone.jpg', 480, 276, 'N'),
(2826, 'fpab_1_tab_2_1_tablet.jpg', 768, 276, 'N'),
(2827, 'fpab_1_tab_2_2_desktop.jpg', 785, 276, 'N'),
(2828, 'fpab_1_tab_2_2_phone.jpg', 480, 276, 'N'),
(2829, 'fpab_1_tab_2_2_tablet.jpg', 768, 276, 'N'),
(2830, 'fpab_2_tab_1_1_desktop.jpg', 785, 276, 'N'),
(2831, 'fpab_2_tab_1_1_phone.jpg', 480, 276, 'N'),
(2832, 'fpab_2_tab_1_1_tablet.jpg', 768, 276, 'N'),
(2833, 'fpab_2_tab_1_2_desktop.jpg', 785, 276, 'N'),
(2834, 'fpab_2_tab_1_2_phone.jpg', 480, 276, 'N'),
(2835, 'fpab_2_tab_1_2_tablet.jpg', 768, 276, 'N'),
(2836, 'fpab_2_tab_2_1_desktop.jpg', 1580, 276, 'N'),
(2837, 'fpab_2_tab_2_1_phone.jpg', 480, 276, 'N'),
(2838, 'fpab_2_tab_2_1_tablet.jpg', 768, 276, 'N'),
(2839, 'fpab_2_tab_3_1_desktop.jpg', 1580, 276, 'N'),
(2840, 'fpab_2_tab_3_1_phone.jpg', 480, 276, 'N'),
(2841, 'fpab_2_tab_3_1_tablet.jpg', 768, 276, 'N'),
(2842, 'fpab_3_tab_1_1_desktop.jpg', 1580, 276, 'N'),
(2843, 'fpab_3_tab_1_1_phone.jpg', 480, 276, 'N'),
(2844, 'fpab_3_tab_1_1_tablet.jpg', 768, 276, 'N'),
(2845, 'fpab_3_tab_2_1_desktop.jpg', 785, 276, 'N'),
(2846, 'fpab_3_tab_2_1_desktop_additional.png', 163, 95, 'N'),
(2847, 'fpab_3_tab_2_1_phone_additional.png', 124, 73, 'N'),
(2848, 'fpab_3_tab_2_1_tablet_additional.png', 145, 88, 'N'),
(2849, 'fpab_3_tab_2_1_phone.jpg', 480, 276, 'N'),
(2850, 'fpab_3_tab_2_1_tablet.jpg', 768, 276, 'N'),
(2851, 'fpab_3_tab_2_2_desktop.jpg', 785, 276, 'N'),
(2852, 'fpab_3_tab_2_2_phone.jpg', 480, 276, 'N'),
(2853, 'fpab_3_tab_2_2_tablet.jpg', 768, 276, 'N'),
(2854, 'fpab_3_tab_3_1_desktop.jpg', 1580, 276, 'N'),
(2855, 'fpab_3_tab_3_1_phone.jpg', 480, 276, 'N'),
(2856, 'fpab_3_tab_3_1_tablet.jpg', 768, 276, 'N'),
(2857, 'fpab_3_tab_4_1_desktop.jpg', 1580, 276, 'N'),
(2858, 'fpab_3_tab_4_1_phone.jpg', 480, 276, 'N'),
(2859, 'fpab_3_tab_4_1_tablet.jpg', 768, 276, 'N'),
(2860, 'fpab_4_tab_1_1_desktop.jpg', 785, 276, 'N'),
(2861, 'fpab_4_tab_1_1_phone.jpg', 480, 276, 'N'),
(2862, 'fpab_4_tab_1_1_tablet.jpg', 768, 276, 'N'),
(2863, 'fpab_4_tab_1_2_desktop.jpg', 785, 276, 'N'),
(2864, 'fpab_4_tab_1_2_phone.jpg', 480, 276, 'N'),
(2865, 'fpab_4_tab_1_2_tablet.jpg', 768, 276, 'N'),
(2866, 'fpab_4_tab_2_1_desktop.jpg', 785, 276, 'N'),
(2867, 'fpab_4_tab_2_1_phone.jpg', 480, 276, 'N'),
(2868, 'fpab_4_tab_2_1_tablet.jpg', 768, 276, 'N'),
(2869, 'fpab_4_tab_2_2_desktop.jpg', 785, 276, 'N'),
(2870, 'fpab_4_tab_2_2_desktop_additional.png', 70, 70, 'N'),
(2871, 'fpab_4_tab_2_2_phone_additional.png', 52, 52, 'N'),
(2872, 'fpab_4_tab_2_2_tablet_additional.png', 65, 65, 'N'),
(2873, 'fpab_4_tab_2_2_phone.jpg', 480, 276, 'N'),
(2874, 'fpab_4_tab_2_2_tablet.jpg', 768, 276, 'N'),
(2875, 'fpab_4_tab_3_1_desktop.jpg', 1580, 276, 'N'),
(2876, 'fpab_4_tab_3_1_phone.jpg', 480, 276, 'N'),
(2877, 'fpab_4_tab_3_1_tablet.jpg', 768, 276, 'N'),
(2878, 'fpab_4_tab_4_1_desktop.jpg', 1600, 276, 'N'),
(2879, 'fpab_4_tab_4_1_phone.jpg', 480, 276, 'N'),
(2880, 'fpab_4_tab_4_1_tablet.jpg', 768, 276, 'N'),
(2881, 'vendor_1_1_desktop.jpg', 2048, 640, 'N'),
(2882, 'vendor_1_1_desktop_additional.png', 606, 464, 'N'),
(2883, 'vendor_1_1_phone_additional.png', 241, 184, 'N'),
(2884, 'vendor_1_1_tablet_additional.png', 282, 216, 'N'),
(2885, 'vendor_1_1_phone.jpg', 480, 460, 'N'),
(2886, 'vendor_1_1_tablet.jpg', 768, 460, 'N'),
(2887, 'vendor_1_2_desktop.jpg', 2048, 640, 'N'),
(2888, 'vendor_1_2_phone.jpg', 480, 460, 'N'),
(2889, 'vendor_1_2_tablet.jpg', 768, 460, 'N'),
(2890, 'vendor_1_3_desktop.jpg', 2048, 500, 'N'),
(2891, 'vendor_1_3_desktop_additional.png', 215, 263, 'N'),
(2892, 'vendor_1_3_phone_additional.png', 156, 191, 'N'),
(2893, 'vendor_1_3_tablet_additional.png', 162, 198, 'N'),
(2894, 'vendor_1_3_phone.jpg', 480, 460, 'N'),
(2895, 'vendor_1_3_tablet.jpg', 768, 460, 'N'),
(2896, 'vendor_1_4_desktop.jpg', 2048, 500, 'N'),
(2897, 'vendor_1_4_desktop_additional.png', 171, 148, 'N'),
(2898, 'vendor_1_4_phone_additional.png', 98, 85, 'N'),
(2899, 'vendor_1_4_tablet_additional.png', 148, 128, 'N'),
(2900, 'vendor_1_4_phone.jpg', 480, 460, 'N'),
(2901, 'vendor_1_4_tablet.jpg', 768, 460, 'N'),
(2902, 'vendor_1_5_desktop.jpg', 2048, 500, 'N'),
(2903, 'vendor_1_5_desktop_additional.png', 350, 53, 'N'),
(2904, 'vendor_1_5_phone_additional.png', 244, 37, 'N'),
(2905, 'vendor_1_5_tablet_additional.png', 295, 45, 'N'),
(2906, 'vendor_1_5_phone.jpg', 480, 460, 'N'),
(2907, 'vendor_1_5_tablet.jpg', 768, 460, 'N'),
(2908, 'vendor_1_6_desktop.jpg', 2048, 500, 'N'),
(2909, 'vendor_1_6_phone.jpg', 480, 460, 'N'),
(2910, 'vendor_1_6_tablet.jpg', 768, 460, 'N'),
(2911, 'vendor_2_1_desktop.jpg', 2048, 640, 'N'),
(2912, 'vendor_2_1_desktop_additional.png', 427, 549, 'N'),
(2913, 'vendor_2_1_phone_additional.png', 200, 222, 'N'),
(2914, 'vendor_2_1_tablet_additional.png', 218, 247, 'N'),
(2915, 'vendor_2_1_phone.jpg', 480, 460, 'N'),
(2916, 'vendor_2_1_tablet.jpg', 768, 460, 'N'),
(2917, 'vendor_2_2_desktop.jpg', 2048, 640, 'N'),
(2918, 'vendor_2_2_desktop_additional.png', 655, 552, 'N'),
(2919, 'vendor_2_2_phone_additional.png', 182, 156, 'N'),
(2920, 'vendor_2_2_tablet_additional.png', 227, 195, 'N'),
(2921, 'vendor_2_2_phone.jpg', 480, 460, 'N'),
(2922, 'vendor_2_2_tablet.jpg', 768, 460, 'N'),
(2923, 'vendor_2_3_desktop.jpg', 2048, 640, 'N'),
(2924, 'vendor_2_3_phone.jpg', 480, 460, 'N'),
(2925, 'vendor_2_3_tablet.jpg', 768, 460, 'N'),
(2926, 'logo-partiu_i5s9-ti1.png', 400, 87, 'N'),
(2927, 'favicon_t63l-iy.ico', 48, 48, 'N'),
(2928, 'logo_vivashop1_69kf-07.png', 300, 78, 'N');
INSERT INTO `partiushop_images` (`image_id`, `image_path`, `image_x`, `image_y`, `is_high_res`) VALUES
(2929, 'logo_vivashop1_9l69-fz.png', 300, 78, 'N'),
(2930, 'celulares_e_smart.png', 342, 295, 'N'),
(2931, 'a69733d827ba8cfd5e3ba7bb572765c1.jpg', 617, 463, 'N'),
(2932, '6c55c7ba0f7c42fec444425764c4f1db.jpg', 463, 463, 'N'),
(2933, 'acessorios_celulares.jpg', 272, 272, 'N'),
(2934, '2021-galaxy-s21.jpg', 800, 520, 'N'),
(2935, '52ad96b3fa15151fa4be2c747584ad72.jpg', 1500, 1125, 'N'),
(2936, 'Sedex-Logo.png', 3500, 1070, 'N'),
(2937, 'pac-logo.png', 3500, 1018, 'N'),
(2938, 'tec.jpg', 900, 1020, 'N'),
(2939, 'celulares_e_smart_v8vs-nq.png', 342, 295, 'N'),
(2940, 'games.png', 268, 188, 'N'),
(2941, 'Videogrames_l98m-fd.jpg', 1170, 700, 'N'),
(2942, 'Informatica.png', 960, 720, 'N'),
(2943, 'logo-partiu_i5s9-ti_7l2l-69_rtov-8x.png', 400, 87, 'N'),
(2944, 'favicon_u8om-u0.ico', 48, 48, 'N'),
(2945, 'logo-partiu_i5s9-ti1_ojdd-no.png', 400, 87, 'N'),
(2946, 'logo_vivashop1_4q85-82_7y5v-9n.png', 300, 78, 'N'),
(2947, '52ad96b3fa15151fa4be2c747584ad72_ugc7-9k.jpg', 1500, 1125, 'N'),
(2948, '2021-galaxy-s21_109z-zv.jpg', 800, 520, 'N'),
(2949, '52ad96b3fa15151fa4be2c747584ad72_ugc7-9k_9mr1-k4.jpg', 1500, 1125, 'N'),
(2950, '2021-galaxy-s21_109z-zv_s8ln-vs.jpg', 800, 520, 'N'),
(2951, '52ad96b3fa15151fa4be2c747584ad72_ugc7-9k_9mr1-k4_iuw5-na.jpg', 1500, 1125, 'N'),
(2952, '2021-galaxy-s21_109z-zv_s8ln-vs_g4d4-9d.jpg', 800, 520, 'N'),
(2953, '52ad96b3fa15151fa4be2c747584ad72_ugc7-9k_9mr1-k4_iuw5-na_8ltp-rb.jpg', 1500, 1125, 'N'),
(2954, '2021-galaxy-s21_109z-zv_s8ln-vs_g4d4-9d_01op-nr.jpg', 800, 520, 'N'),
(2955, '52ad96b3fa15151fa4be2c747584ad72_ugc7-9k_9mr1-k4_iuw5-na_8ltp-rb_khf2-a9.jpg', 1500, 1125, 'N'),
(2956, '2021-galaxy-s21_109z-zv_s8ln-vs_g4d4-9d_01op-nr_cbrt-pe.jpg', 800, 520, 'N'),
(2957, '6c55c7ba0f7c42fec444425764c4f1db_xiud-k6.jpg', 463, 463, 'N'),
(2958, 'a69733d827ba8cfd5e3ba7bb572765c1_5c3p-xp.jpg', 617, 463, 'N'),
(2959, '6c55c7ba0f7c42fec444425764c4f1db_xiud-k6_kgnc-ci.jpg', 463, 463, 'N'),
(2960, 'a69733d827ba8cfd5e3ba7bb572765c1_5c3p-xp_6fxr-hb.jpg', 617, 463, 'N'),
(2961, '6c55c7ba0f7c42fec444425764c4f1db_xiud-k6_kgnc-ci_r2cr-8v.jpg', 463, 463, 'N'),
(2962, 'a69733d827ba8cfd5e3ba7bb572765c1_5c3p-xp_6fxr-hb_zwg2-5f.jpg', 617, 463, 'N'),
(2963, '6c55c7ba0f7c42fec444425764c4f1db_xiud-k6_kgnc-ci_r2cr-8v_0z87-y0.jpg', 463, 463, 'N'),
(2964, 'a69733d827ba8cfd5e3ba7bb572765c1_5c3p-xp_6fxr-hb_zwg2-5f_a7mp-x8.jpg', 617, 463, 'N'),
(2965, 'logo-partiu_i5s9-ti_7l2l-69_mwwe-7a.png', 400, 87, 'N'),
(2966, 'favicon-16x16_gjo7-fn.png', 16, 16, 'N'),
(2967, 'PartiuShop-150_44kz-6r.png', 150, 33, 'N'),
(2968, 'PartiuShop-150_k7x3-in.png', 150, 33, 'N'),
(2969, 'logo_vivashop1_4trp-a0.png', 300, 78, 'N'),
(2970, 'favicon_1.png', 48, 48, 'N'),
(2971, 'logo_vivashop1_4t0b-mh.png', 300, 78, 'N'),
(2972, 'logo_vivashop1_4g4y-85.png', 300, 78, 'N'),
(2973, 'logo_vivashop1_4yjs-lr.png', 300, 78, 'N'),
(2974, 'favicon_1_44xf-q7.png', 48, 48, 'N'),
(2975, 'logo_vivashop1_zwj3-vy.png', 300, 78, 'N'),
(2976, 'logo_vivashop1_2o25-ki.png', 300, 78, 'N'),
(2978, 'splash-screen-partiu.png', 1536, 2208, 'N'),
(2980, 'Logo_-_1024x500.png', 1024, 500, 'N'),
(2982, 'Logo_-_192x192.png', 192, 192, 'N'),
(2983, 'logo_-_1024_x_1024.png', 1024, 1024, 'N');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_images_links`
--

CREATE TABLE `partiushop_images_links` (
  `pair_id` mediumint(8) UNSIGNED NOT NULL,
  `object_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `object_type` varchar(24) NOT NULL DEFAULT '',
  `image_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `detailed_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `type` char(1) NOT NULL DEFAULT 'M',
  `position` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_images_links`
--

INSERT INTO `partiushop_images_links` (`pair_id`, `object_id`, `object_type`, `image_id`, `detailed_id`, `type`, `position`) VALUES
(3, 8, 'logos', 1996, 0, 'M', 0),
(875, 86, 'feature_variant', 1006, 0, 'V', 0),
(876, 87, 'feature_variant', 1007, 0, 'V', 0),
(877, 88, 'feature_variant', 1008, 0, 'V', 0),
(878, 89, 'feature_variant', 1009, 0, 'V', 0),
(879, 90, 'feature_variant', 1010, 0, 'V', 0),
(880, 91, 'feature_variant', 1011, 0, 'V', 0),
(881, 92, 'feature_variant', 1012, 0, 'V', 0),
(882, 93, 'feature_variant', 1013, 0, 'V', 0),
(883, 94, 'feature_variant', 1014, 0, 'V', 0),
(884, 95, 'feature_variant', 1015, 0, 'V', 0),
(885, 96, 'feature_variant', 1016, 0, 'V', 0),
(886, 97, 'feature_variant', 1017, 0, 'V', 0),
(887, 98, 'feature_variant', 1018, 0, 'V', 0),
(888, 100, 'feature_variant', 1019, 0, 'V', 0),
(889, 101, 'feature_variant', 1020, 0, 'V', 0),
(890, 102, 'feature_variant', 1021, 0, 'V', 0),
(891, 103, 'feature_variant', 1022, 0, 'V', 0),
(892, 104, 'feature_variant', 1023, 0, 'V', 0),
(893, 105, 'feature_variant', 1024, 0, 'V', 0),
(894, 106, 'feature_variant', 1025, 0, 'V', 0),
(895, 107, 'feature_variant', 1026, 0, 'V', 0),
(896, 108, 'feature_variant', 1027, 0, 'V', 0),
(897, 109, 'feature_variant', 1028, 0, 'V', 0),
(898, 110, 'feature_variant', 1029, 0, 'V', 0),
(899, 111, 'feature_variant', 1030, 0, 'V', 0),
(900, 112, 'feature_variant', 1031, 0, 'V', 0),
(901, 113, 'feature_variant', 1032, 0, 'V', 0),
(902, 114, 'feature_variant', 1033, 0, 'V', 0),
(903, 115, 'feature_variant', 1034, 0, 'V', 0),
(904, 117, 'feature_variant', 1035, 0, 'V', 0),
(905, 116, 'feature_variant', 1036, 0, 'V', 0),
(906, 118, 'feature_variant', 1037, 0, 'V', 0),
(907, 119, 'feature_variant', 1038, 0, 'V', 0),
(908, 120, 'feature_variant', 1039, 0, 'V', 0),
(909, 121, 'feature_variant', 1040, 0, 'V', 0),
(910, 122, 'feature_variant', 1041, 0, 'V', 0),
(911, 123, 'feature_variant', 1042, 0, 'V', 0),
(912, 124, 'feature_variant', 1043, 0, 'V', 0),
(913, 125, 'feature_variant', 1044, 0, 'V', 0),
(914, 126, 'feature_variant', 1045, 0, 'V', 0),
(915, 127, 'feature_variant', 1046, 0, 'V', 0),
(916, 128, 'feature_variant', 1047, 0, 'V', 0),
(917, 129, 'feature_variant', 1048, 0, 'V', 0),
(918, 130, 'feature_variant', 1051, 0, 'V', 0),
(919, 131, 'feature_variant', 1052, 0, 'V', 0),
(920, 132, 'feature_variant', 1053, 0, 'V', 0),
(921, 133, 'feature_variant', 1054, 0, 'V', 0),
(922, 134, 'feature_variant', 1055, 0, 'V', 0),
(936, 99, 'feature_variant', 1057, 0, 'V', 0),
(948, 135, 'feature_variant', 1069, 0, 'V', 0),
(951, 10, 'blog', 1072, 0, 'M', 0),
(952, 9, 'blog', 1073, 0, 'M', 0),
(953, 8, 'blog', 1074, 0, 'M', 0),
(993, 136, 'feature_variant', 1386, 0, 'V', 0),
(1051, 10, 'blog', 1072, 0, 'M', 0),
(1052, 9, 'blog', 1073, 0, 'M', 0),
(1053, 8, 'blog', 1074, 0, 'M', 0),
(1113, 177, 'feature_variant', 1223, 0, 'V', 0),
(1126, 190, 'feature_variant', 1270, 0, 'V', 0),
(1127, 191, 'feature_variant', 1220, 0, 'V', 0),
(1133, 192, 'feature_variant', 1226, 0, 'V', 0),
(1136, 9, 'logos', 1997, 0, 'M', 0),
(1137, 10, 'logos', 1998, 0, 'M', 0),
(1138, 11, 'logos', 1999, 0, 'M', 0),
(1139, 12, 'logos', 2000, 0, 'M', 0),
(1140, 13, 'logos', 2001, 0, 'M', 0),
(1141, 14, 'logos', 2002, 0, 'M', 0),
(1173, 16, 'promo', 1076, 0, 'M', 0),
(1174, 18, 'promo', 1077, 0, 'M', 0),
(1175, 35, 'promo', 1300, 0, 'M', 0),
(1176, 36, 'promo', 1301, 0, 'M', 0),
(1177, 37, 'promo', 1302, 0, 'M', 0),
(1178, 38, 'promo', 1303, 0, 'M', 0),
(1179, 39, 'promo', 1304, 0, 'M', 0),
(1180, 40, 'promo', 1305, 0, 'M', 0),
(1181, 41, 'promo', 1304, 0, 'M', 0),
(1182, 42, 'promo', 1076, 0, 'M', 0),
(1183, 43, 'promo', 1077, 0, 'M', 0),
(1184, 44, 'promo', 1305, 0, 'M', 0),
(1185, 45, 'promo', 1300, 0, 'M', 0),
(1186, 46, 'promo', 1301, 0, 'M', 0),
(1187, 47, 'promo', 1302, 0, 'M', 0),
(1188, 48, 'promo', 1303, 0, 'M', 0),
(1189, 49, 'promo', 1304, 0, 'M', 0),
(1190, 50, 'promo', 1076, 0, 'M', 0),
(1191, 51, 'promo', 1077, 0, 'M', 0),
(1192, 52, 'promo', 1305, 0, 'M', 0),
(1193, 53, 'promo', 1300, 0, 'M', 0),
(1194, 54, 'promo', 1301, 0, 'M', 0),
(1195, 55, 'promo', 1302, 0, 'M', 0),
(1196, 56, 'promo', 1303, 0, 'M', 0),
(1197, 57, 'promo', 1304, 0, 'M', 0),
(1198, 58, 'promo', 1076, 0, 'M', 0),
(1199, 59, 'promo', 1077, 0, 'M', 0),
(1200, 60, 'promo', 1305, 0, 'M', 0),
(1201, 61, 'promo', 1300, 0, 'M', 0),
(1202, 62, 'promo', 1301, 0, 'M', 0),
(1203, 63, 'promo', 1302, 0, 'M', 0),
(1204, 64, 'promo', 1303, 0, 'M', 0),
(1205, 65, 'promo', 1304, 0, 'M', 0),
(1206, 66, 'promo', 1076, 0, 'M', 0),
(1207, 67, 'promo', 1077, 0, 'M', 0),
(1208, 68, 'promo', 1305, 0, 'M', 0),
(1209, 69, 'promo', 1300, 0, 'M', 0),
(1210, 70, 'promo', 1301, 0, 'M', 0),
(1211, 71, 'promo', 1302, 0, 'M', 0),
(1212, 72, 'promo', 1303, 0, 'M', 0),
(1213, 73, 'promo', 1304, 0, 'M', 0),
(1214, 74, 'promo', 1076, 0, 'M', 0),
(1215, 75, 'promo', 1077, 0, 'M', 0),
(1216, 76, 'promo', 1305, 0, 'M', 0),
(1217, 77, 'promo', 1300, 0, 'M', 0),
(1218, 78, 'promo', 1301, 0, 'M', 0),
(1219, 79, 'promo', 1302, 0, 'M', 0),
(1220, 80, 'promo', 1303, 0, 'M', 0),
(1221, 81, 'promo', 1304, 0, 'M', 0),
(1222, 82, 'promo', 1076, 0, 'M', 0),
(1223, 83, 'promo', 1077, 0, 'M', 0),
(1224, 84, 'promo', 1305, 0, 'M', 0),
(1225, 85, 'promo', 1300, 0, 'M', 0),
(1226, 86, 'promo', 1301, 0, 'M', 0),
(1227, 87, 'promo', 1302, 0, 'M', 0),
(1228, 88, 'promo', 1303, 0, 'M', 0),
(1229, 89, 'promo', 1304, 0, 'M', 0),
(1230, 90, 'promo', 1076, 0, 'M', 0),
(1231, 91, 'promo', 1077, 0, 'M', 0),
(1232, 92, 'promo', 1305, 0, 'M', 0),
(1233, 93, 'promo', 1300, 0, 'M', 0),
(1234, 94, 'promo', 1301, 0, 'M', 0),
(1235, 95, 'promo', 1302, 0, 'M', 0),
(1236, 96, 'promo', 1303, 0, 'M', 0),
(1237, 97, 'promo', 1304, 0, 'M', 0),
(1238, 98, 'promo', 1076, 0, 'M', 0),
(1239, 99, 'promo', 1077, 0, 'M', 0),
(1240, 100, 'promo', 1305, 0, 'M', 0),
(1241, 101, 'promo', 1300, 0, 'M', 0),
(1242, 102, 'promo', 1301, 0, 'M', 0),
(1243, 103, 'promo', 1302, 0, 'M', 0),
(1244, 104, 'promo', 1303, 0, 'M', 0),
(1245, 105, 'promo', 1304, 0, 'M', 0),
(1246, 106, 'promo', 1076, 0, 'M', 0),
(1247, 107, 'promo', 1077, 0, 'M', 0),
(1248, 108, 'promo', 1305, 0, 'M', 0),
(1249, 109, 'promo', 1300, 0, 'M', 0),
(1250, 110, 'promo', 1301, 0, 'M', 0),
(1251, 111, 'promo', 1302, 0, 'M', 0),
(1252, 112, 'promo', 1303, 0, 'M', 0),
(1253, 113, 'promo', 1304, 0, 'M', 0),
(1254, 114, 'promo', 1076, 0, 'M', 0),
(1255, 115, 'promo', 1077, 0, 'M', 0),
(1256, 116, 'promo', 1305, 0, 'M', 0),
(1257, 117, 'promo', 1300, 0, 'M', 0),
(1258, 118, 'promo', 1301, 0, 'M', 0),
(1259, 119, 'promo', 1302, 0, 'M', 0),
(1260, 120, 'promo', 1303, 0, 'M', 0),
(1261, 285, 'product', 0, 2003, 'M', 0),
(1262, 121, 'promo', 1302, 0, 'M', 0),
(1263, 122, 'promo', 1305, 0, 'M', 0),
(1264, 123, 'promo', 1300, 0, 'M', 0),
(1265, 124, 'promo', 1304, 0, 'M', 0),
(1266, 125, 'promo', 1076, 0, 'M', 0),
(1267, 126, 'promo', 1303, 0, 'M', 0),
(1268, 127, 'promo', 1077, 0, 'M', 0),
(1269, 128, 'promo', 1301, 0, 'M', 0),
(1270, 15, 'logos', 2004, 0, 'M', 0),
(1271, 16, 'logos', 2005, 0, 'M', 0),
(1272, 17, 'logos', 2006, 0, 'M', 0),
(1273, 18, 'logos', 2007, 0, 'M', 0),
(1274, 19, 'logos', 2008, 0, 'M', 0),
(1275, 20, 'logos', 2009, 0, 'M', 0),
(1276, 21, 'logos', 2010, 0, 'M', 0),
(1277, 22, 'logos', 2011, 0, 'M', 0),
(1278, 23, 'logos', 2012, 0, 'M', 0),
(1279, 24, 'logos', 2013, 0, 'M', 0),
(1280, 25, 'logos', 2014, 0, 'M', 0),
(1281, 26, 'logos', 2015, 0, 'M', 0),
(1282, 27, 'logos', 2016, 0, 'M', 0),
(1283, 28, 'logos', 2017, 0, 'M', 0),
(1284, 29, 'logos', 2018, 0, 'M', 0),
(1285, 30, 'logos', 2019, 0, 'M', 0),
(1286, 31, 'logos', 2020, 0, 'M', 0),
(1287, 32, 'logos', 2021, 0, 'M', 0),
(1288, 33, 'logos', 2022, 0, 'M', 0),
(1289, 34, 'logos', 2023, 0, 'M', 0),
(1290, 35, 'logos', 2024, 0, 'M', 0),
(1291, 36, 'logos', 2025, 0, 'M', 0),
(1292, 37, 'logos', 2026, 0, 'M', 0),
(1293, 38, 'logos', 2027, 0, 'M', 0),
(1294, 39, 'logos', 2028, 0, 'M', 0),
(1295, 40, 'logos', 2029, 0, 'M', 0),
(1296, 41, 'logos', 2030, 0, 'M', 0),
(1297, 42, 'logos', 2031, 0, 'M', 0),
(1298, 43, 'logos', 2032, 0, 'M', 0),
(1299, 44, 'logos', 2033, 0, 'M', 0),
(1300, 45, 'logos', 2034, 0, 'M', 0),
(1301, 46, 'logos', 2035, 0, 'M', 0),
(1302, 47, 'logos', 2036, 0, 'M', 0),
(1303, 48, 'logos', 2037, 0, 'M', 0),
(1304, 49, 'logos', 2038, 0, 'M', 0),
(1305, 50, 'logos', 2039, 0, 'M', 0),
(1306, 51, 'logos', 2040, 0, 'M', 0),
(1307, 52, 'logos', 2041, 0, 'M', 0),
(1308, 53, 'logos', 2042, 0, 'M', 0),
(1309, 54, 'logos', 2043, 0, 'M', 0),
(1310, 55, 'logos', 2044, 0, 'M', 0),
(1311, 56, 'logos', 2045, 0, 'M', 0),
(1312, 57, 'logos', 2046, 0, 'M', 0),
(1313, 58, 'logos', 2047, 0, 'M', 0),
(1314, 59, 'logos', 2048, 0, 'M', 0),
(1315, 60, 'logos', 2049, 0, 'M', 0),
(1316, 61, 'logos', 2050, 0, 'M', 0),
(1317, 62, 'logos', 2051, 0, 'M', 0),
(1318, 63, 'logos', 2052, 0, 'M', 0),
(1319, 64, 'logos', 2053, 0, 'M', 0),
(1320, 65, 'logos', 2054, 0, 'M', 0),
(1321, 66, 'logos', 2055, 0, 'M', 0),
(1322, 67, 'logos', 2056, 0, 'M', 0),
(1323, 68, 'logos', 2057, 0, 'M', 0),
(1324, 69, 'logos', 2058, 0, 'M', 0),
(1325, 70, 'logos', 2059, 0, 'M', 0),
(1326, 71, 'logos', 2060, 0, 'M', 0),
(1327, 72, 'logos', 2061, 0, 'M', 0),
(1328, 73, 'logos', 2062, 0, 'M', 0),
(1329, 74, 'logos', 2063, 0, 'M', 0),
(1330, 75, 'logos', 2064, 0, 'M', 0),
(1331, 76, 'logos', 2065, 0, 'M', 0),
(1332, 77, 'logos', 2066, 0, 'M', 0),
(1333, 78, 'logos', 2067, 0, 'M', 0),
(1334, 79, 'logos', 2068, 0, 'M', 0),
(1335, 80, 'logos', 2069, 0, 'M', 0),
(1336, 81, 'logos', 2070, 0, 'M', 0),
(1337, 82, 'logos', 2071, 0, 'M', 0),
(1338, 83, 'logos', 2072, 0, 'M', 0),
(1339, 84, 'logos', 2073, 0, 'M', 0),
(1340, 85, 'logos', 2074, 0, 'M', 0),
(1341, 86, 'logos', 2075, 0, 'M', 0),
(1342, 1, 'category_banner', 2076, 0, 'M', 0),
(1343, 2, 'category_banner', 2077, 0, 'M', 0),
(1344, 3, 'category_banner', 2078, 0, 'M', 0),
(1345, 4, 'category_banner', 2079, 0, 'M', 0),
(1346, 5, 'category_banner', 2080, 0, 'M', 0),
(1347, 6, 'category_banner', 2081, 0, 'M', 0),
(1348, 7, 'category_banner', 2082, 0, 'M', 0),
(1349, 8, 'category_banner', 2083, 0, 'M', 0),
(1350, 9, 'category_banner', 2084, 0, 'M', 0),
(1351, 10, 'category_banner', 2085, 0, 'M', 0),
(1352, 11, 'category_banner', 2086, 0, 'M', 0),
(1353, 12, 'category_banner', 2087, 0, 'M', 0),
(1354, 1, 'category_banner', 2088, 0, 'L', 0),
(1355, 2, 'category_banner', 2089, 0, 'L', 0),
(1356, 3, 'category_banner', 2090, 0, 'L', 0),
(1357, 4, 'category_banner', 2091, 0, 'L', 0),
(1358, 5, 'category_banner', 2092, 0, 'L', 0),
(1359, 6, 'category_banner', 2093, 0, 'L', 0),
(1360, 7, 'category_banner', 2094, 0, 'L', 0),
(1361, 8, 'category_banner', 2095, 0, 'L', 0),
(1362, 9, 'category_banner', 2096, 0, 'L', 0),
(1363, 10, 'category_banner', 2097, 0, 'L', 0),
(1364, 11, 'category_banner', 2098, 0, 'L', 0),
(1365, 12, 'category_banner', 2099, 0, 'L', 0),
(1366, 13, 'category_banner', 2100, 0, 'M', 0),
(1367, 14, 'category_banner', 2101, 0, 'M', 0),
(1368, 15, 'category_banner', 2102, 0, 'M', 0),
(1369, 16, 'category_banner', 2103, 0, 'M', 0),
(1370, 17, 'category_banner', 2104, 0, 'M', 0),
(1371, 18, 'category_banner', 2105, 0, 'M', 0),
(1372, 19, 'category_banner', 2106, 0, 'M', 0),
(1373, 20, 'category_banner', 2107, 0, 'M', 0),
(1374, 21, 'category_banner', 2108, 0, 'M', 0),
(1375, 22, 'category_banner', 2109, 0, 'M', 0),
(1376, 23, 'category_banner', 2110, 0, 'M', 0),
(1377, 24, 'category_banner', 2111, 0, 'M', 0),
(1378, 13, 'category_banner', 2112, 0, 'L', 0),
(1379, 14, 'category_banner', 2113, 0, 'L', 0),
(1380, 15, 'category_banner', 2114, 0, 'L', 0),
(1381, 16, 'category_banner', 2115, 0, 'L', 0),
(1382, 17, 'category_banner', 2116, 0, 'L', 0),
(1383, 18, 'category_banner', 2117, 0, 'L', 0),
(1384, 19, 'category_banner', 2118, 0, 'L', 0),
(1385, 20, 'category_banner', 2119, 0, 'L', 0),
(1386, 21, 'category_banner', 2120, 0, 'L', 0),
(1387, 22, 'category_banner', 2121, 0, 'L', 0),
(1388, 23, 'category_banner', 2122, 0, 'L', 0),
(1389, 24, 'category_banner', 2123, 0, 'L', 0),
(1390, 87, 'logos', 2124, 0, 'M', 0),
(1391, 88, 'logos', 2125, 0, 'M', 0),
(1392, 89, 'logos', 2126, 0, 'M', 0),
(1393, 90, 'logos', 2127, 0, 'M', 0),
(1394, 91, 'logos', 2128, 0, 'M', 0),
(1395, 92, 'logos', 2129, 0, 'M', 0),
(1396, 16, 'promotion', 2130, 0, 'M', 0),
(1397, 16, 'promotion', 2131, 0, 'A', 0),
(1398, 17, 'promotion', 2132, 0, 'M', 0),
(1399, 17, 'promotion', 2133, 0, 'A', 0),
(1400, 18, 'promotion', 2134, 0, 'M', 0),
(1401, 18, 'promotion', 2135, 0, 'A', 0),
(1402, 19, 'promotion', 2136, 0, 'M', 0),
(1403, 19, 'promotion', 2137, 0, 'A', 0),
(1404, 20, 'promotion', 2138, 0, 'M', 0),
(1405, 20, 'promotion', 2139, 0, 'A', 0),
(1406, 93, 'logos', 2140, 0, 'M', 0),
(1407, 94, 'logos', 2141, 0, 'M', 0),
(1408, 95, 'logos', 2142, 0, 'M', 0),
(1409, 96, 'logos', 2143, 0, 'M', 0),
(1410, 97, 'logos', 2144, 0, 'M', 0),
(1411, 98, 'logos', 2145, 0, 'M', 0),
(1412, 99, 'logos', 2146, 0, 'M', 0),
(1413, 100, 'logos', 2147, 0, 'M', 0),
(1414, 101, 'logos', 2148, 0, 'M', 0),
(1415, 102, 'logos', 2149, 0, 'M', 0),
(1416, 103, 'logos', 2150, 0, 'M', 0),
(1417, 104, 'logos', 2151, 0, 'M', 0),
(1418, 105, 'logos', 2152, 0, 'M', 0),
(1419, 106, 'logos', 2153, 0, 'M', 0),
(1420, 107, 'logos', 2154, 0, 'M', 0),
(1421, 108, 'logos', 2155, 0, 'M', 0),
(1422, 109, 'logos', 2156, 0, 'M', 0),
(1423, 110, 'logos', 2157, 0, 'M', 0),
(1424, 111, 'logos', 2158, 0, 'M', 0),
(1425, 112, 'logos', 2159, 0, 'M', 0),
(1426, 113, 'logos', 2160, 0, 'M', 0),
(1427, 197, 'ab__fn_menu_icon', 2161, 0, 'M', 0),
(1428, 198, 'ab__fn_menu_icon', 2162, 0, 'M', 0),
(1429, 199, 'ab__fn_menu_icon', 2163, 0, 'M', 0),
(1430, 200, 'ab__fn_menu_icon', 2164, 0, 'M', 0),
(1431, 201, 'ab__fn_menu_icon', 2165, 0, 'M', 0),
(1432, 202, 'ab__fn_menu_icon', 2166, 0, 'M', 0),
(1433, 203, 'ab__fn_menu_icon', 2167, 0, 'M', 0),
(1434, 204, 'ab__fn_menu_icon', 2168, 0, 'M', 0),
(1435, 205, 'ab__fn_menu_icon', 2169, 0, 'M', 0),
(1436, 206, 'ab__fn_menu_icon', 2170, 0, 'M', 0),
(1437, 207, 'ab__fn_menu_icon', 2171, 0, 'M', 0),
(1438, 208, 'ab__fn_menu_icon', 2172, 0, 'M', 0),
(1439, 209, 'ab__fn_menu_icon', 2173, 0, 'M', 0),
(1440, 210, 'ab__fn_menu_icon', 2174, 0, 'M', 0),
(1441, 211, 'ab__fn_menu_icon', 2175, 0, 'M', 0),
(1442, 212, 'ab__fn_menu_icon', 2176, 0, 'M', 0),
(1443, 213, 'ab__fn_menu_icon', 2177, 0, 'M', 0),
(1444, 214, 'ab__fn_menu_icon', 2178, 0, 'M', 0),
(1445, 215, 'ab__fn_menu_icon', 2179, 0, 'M', 0),
(1446, 216, 'ab__fn_menu_icon', 2180, 0, 'M', 0),
(1447, 217, 'ab__fn_menu_icon', 2181, 0, 'M', 0),
(1448, 218, 'ab__fn_menu_icon', 2182, 0, 'M', 0),
(1449, 219, 'ab__fn_menu_icon', 2183, 0, 'M', 0),
(1450, 220, 'ab__fn_menu_icon', 2184, 0, 'M', 0),
(1451, 221, 'ab__fn_menu_icon', 2185, 0, 'M', 0),
(1452, 222, 'ab__fn_menu_icon', 2186, 0, 'M', 0),
(1453, 223, 'ab__fn_menu_icon', 2187, 0, 'M', 0),
(1454, 224, 'ab__fn_menu_icon', 2188, 0, 'M', 0),
(1455, 225, 'ab__fn_menu_icon', 2189, 0, 'M', 0),
(1456, 226, 'ab__fn_menu_icon', 2190, 0, 'M', 0),
(1457, 227, 'ab__fn_menu_icon', 2191, 0, 'M', 0),
(1458, 228, 'ab__fn_menu_icon', 2192, 0, 'M', 0),
(1459, 229, 'ab__fn_menu_icon', 2193, 0, 'M', 0),
(1460, 230, 'ab__fn_menu_icon', 2194, 0, 'M', 0),
(1461, 231, 'ab__fn_menu_icon', 2195, 0, 'M', 0),
(1462, 232, 'ab__fn_menu_icon', 2196, 0, 'M', 0),
(1463, 233, 'ab__fn_menu_icon', 2197, 0, 'M', 0),
(1464, 234, 'ab__fn_menu_icon', 2198, 0, 'M', 0),
(1465, 235, 'ab__fn_menu_icon', 2199, 0, 'M', 0),
(1466, 236, 'ab__fn_menu_icon', 2200, 0, 'M', 0),
(1467, 237, 'ab__fn_menu_icon', 2201, 0, 'M', 0),
(1468, 238, 'ab__fn_menu_icon', 2202, 0, 'M', 0),
(1469, 239, 'ab__fn_menu_icon', 2203, 0, 'M', 0),
(1470, 240, 'ab__fn_menu_icon', 2204, 0, 'M', 0),
(1471, 241, 'ab__fn_menu_icon', 2205, 0, 'M', 0),
(1472, 242, 'ab__fn_menu_icon', 2206, 0, 'M', 0),
(1473, 243, 'ab__fn_menu_icon', 2207, 0, 'M', 0),
(1474, 244, 'ab__fn_menu_icon', 2208, 0, 'M', 0),
(1475, 247, 'ab__fn_menu_icon', 2209, 0, 'M', 0),
(1476, 248, 'ab__fn_menu_icon', 2210, 0, 'M', 0),
(1479, 249, 'ab__fn_menu_icon', 2213, 0, 'M', 0),
(1480, 250, 'ab__fn_menu_icon', 2214, 0, 'M', 0),
(1481, 251, 'ab__fn_menu_icon', 2215, 0, 'M', 0),
(1482, 252, 'ab__fn_menu_icon', 2216, 0, 'M', 0),
(1483, 253, 'ab__fn_menu_icon', 2217, 0, 'M', 0),
(1484, 254, 'ab__fn_menu_icon', 2218, 0, 'M', 0),
(1485, 255, 'ab__fn_menu_icon', 2219, 0, 'M', 0),
(1486, 256, 'ab__fn_menu_icon', 2220, 0, 'M', 0),
(1487, 257, 'ab__fn_menu_icon', 2221, 0, 'M', 0),
(1488, 258, 'ab__fn_menu_icon', 2222, 0, 'M', 0),
(1489, 259, 'ab__fn_menu_icon', 2223, 0, 'M', 0),
(1490, 260, 'ab__fn_menu_icon', 2224, 0, 'M', 0),
(1491, 261, 'ab__fn_menu_icon', 2225, 0, 'M', 0),
(1492, 262, 'ab__fn_menu_icon', 2226, 0, 'M', 0),
(1493, 263, 'ab__fn_menu_icon', 2227, 0, 'M', 0),
(1494, 264, 'ab__fn_menu_icon', 2228, 0, 'M', 0),
(1495, 265, 'ab__fn_menu_icon', 2229, 0, 'M', 0),
(1496, 266, 'ab__fn_menu_icon', 2230, 0, 'M', 0),
(1497, 267, 'ab__fn_menu_icon', 2231, 0, 'M', 0),
(1498, 268, 'ab__fn_menu_icon', 2232, 0, 'M', 0),
(1499, 269, 'ab__fn_menu_icon', 2233, 0, 'M', 0),
(1500, 270, 'ab__fn_menu_icon', 2234, 0, 'M', 0),
(1501, 271, 'ab__fn_menu_icon', 2235, 0, 'M', 0),
(1502, 272, 'ab__fn_menu_icon', 2236, 0, 'M', 0),
(1503, 273, 'ab__fn_menu_icon', 2237, 0, 'M', 0),
(1504, 274, 'ab__fn_menu_icon', 2238, 0, 'M', 0),
(1505, 275, 'ab__fn_menu_icon', 2239, 0, 'M', 0),
(1506, 276, 'ab__fn_menu_icon', 2240, 0, 'M', 0),
(1507, 277, 'ab__fn_menu_icon', 2241, 0, 'M', 0),
(1508, 278, 'ab__fn_menu_icon', 2242, 0, 'M', 0),
(1509, 279, 'ab__fn_menu_icon', 2243, 0, 'M', 0),
(1510, 280, 'ab__fn_menu_icon', 2244, 0, 'M', 0),
(1511, 281, 'ab__fn_menu_icon', 2245, 0, 'M', 0),
(1512, 282, 'ab__fn_menu_icon', 2246, 0, 'M', 0),
(1513, 283, 'ab__fn_menu_icon', 2247, 0, 'M', 0),
(1514, 284, 'ab__fn_menu_icon', 2248, 0, 'M', 0),
(1515, 285, 'ab__fn_menu_icon', 2249, 0, 'M', 0),
(1516, 286, 'ab__fn_menu_icon', 2250, 0, 'M', 0),
(1517, 287, 'ab__fn_menu_icon', 2251, 0, 'M', 0),
(1518, 288, 'ab__fn_menu_icon', 2252, 0, 'M', 0),
(1519, 289, 'ab__fn_menu_icon', 2253, 0, 'M', 0),
(1520, 290, 'ab__fn_menu_icon', 2254, 0, 'M', 0),
(1521, 291, 'ab__fn_menu_icon', 2255, 0, 'M', 0),
(1522, 292, 'ab__fn_menu_icon', 2256, 0, 'M', 0),
(1523, 293, 'ab__fn_menu_icon', 2257, 0, 'M', 0),
(1524, 294, 'ab__fn_menu_icon', 2258, 0, 'M', 0),
(1525, 295, 'ab__fn_menu_icon', 2259, 0, 'M', 0),
(1526, 296, 'ab__fn_menu_icon', 2260, 0, 'M', 0),
(1527, 299, 'ab__fn_menu_icon', 2261, 0, 'M', 0),
(1528, 300, 'ab__fn_menu_icon', 2262, 0, 'M', 0),
(1529, 25, 'category_banner', 2263, 0, 'M', 0),
(1530, 26, 'category_banner', 2264, 0, 'M', 0),
(1531, 27, 'category_banner', 2265, 0, 'M', 0),
(1532, 28, 'category_banner', 2266, 0, 'M', 0),
(1533, 29, 'category_banner', 2267, 0, 'M', 0),
(1534, 30, 'category_banner', 2268, 0, 'M', 0),
(1535, 31, 'category_banner', 2269, 0, 'M', 0),
(1536, 32, 'category_banner', 2270, 0, 'M', 0),
(1537, 33, 'category_banner', 2271, 0, 'M', 0),
(1538, 34, 'category_banner', 2272, 0, 'M', 0),
(1539, 35, 'category_banner', 2273, 0, 'M', 0),
(1540, 36, 'category_banner', 2274, 0, 'M', 0),
(1541, 25, 'category_banner', 2275, 0, 'L', 0),
(1542, 26, 'category_banner', 2276, 0, 'L', 0),
(1543, 27, 'category_banner', 2277, 0, 'L', 0),
(1544, 28, 'category_banner', 2278, 0, 'L', 0),
(1545, 29, 'category_banner', 2279, 0, 'L', 0),
(1546, 30, 'category_banner', 2280, 0, 'L', 0),
(1547, 31, 'category_banner', 2281, 0, 'L', 0),
(1548, 32, 'category_banner', 2282, 0, 'L', 0),
(1549, 33, 'category_banner', 2283, 0, 'L', 0),
(1550, 34, 'category_banner', 2284, 0, 'L', 0),
(1551, 35, 'category_banner', 2285, 0, 'L', 0),
(1552, 36, 'category_banner', 2286, 0, 'L', 0),
(1553, 37, 'category_banner', 2287, 0, 'M', 0),
(1554, 38, 'category_banner', 2288, 0, 'M', 0),
(1555, 39, 'category_banner', 2289, 0, 'M', 0),
(1556, 40, 'category_banner', 2290, 0, 'M', 0),
(1557, 41, 'category_banner', 2291, 0, 'M', 0),
(1558, 42, 'category_banner', 2292, 0, 'M', 0),
(1559, 43, 'category_banner', 2293, 0, 'M', 0),
(1560, 44, 'category_banner', 2294, 0, 'M', 0),
(1561, 45, 'category_banner', 2295, 0, 'M', 0),
(1562, 46, 'category_banner', 2296, 0, 'M', 0),
(1563, 47, 'category_banner', 2297, 0, 'M', 0),
(1564, 48, 'category_banner', 2298, 0, 'M', 0),
(1565, 37, 'category_banner', 2299, 0, 'L', 0),
(1566, 38, 'category_banner', 2300, 0, 'L', 0),
(1567, 39, 'category_banner', 2301, 0, 'L', 0),
(1568, 40, 'category_banner', 2302, 0, 'L', 0),
(1569, 41, 'category_banner', 2303, 0, 'L', 0),
(1570, 42, 'category_banner', 2304, 0, 'L', 0),
(1571, 43, 'category_banner', 2305, 0, 'L', 0),
(1572, 44, 'category_banner', 2306, 0, 'L', 0),
(1573, 45, 'category_banner', 2307, 0, 'L', 0),
(1574, 46, 'category_banner', 2308, 0, 'L', 0),
(1575, 47, 'category_banner', 2309, 0, 'L', 0),
(1576, 48, 'category_banner', 2310, 0, 'L', 0),
(1577, 21, 'promotion', 2311, 0, 'M', 0),
(1578, 21, 'promotion', 2312, 0, 'A', 0),
(1579, 22, 'promotion', 2313, 0, 'M', 0),
(1580, 22, 'promotion', 2314, 0, 'A', 0),
(1581, 23, 'promotion', 2315, 0, 'M', 0),
(1582, 23, 'promotion', 2316, 0, 'A', 0),
(1583, 24, 'promotion', 2317, 0, 'M', 0),
(1584, 24, 'promotion', 2318, 0, 'A', 0),
(1585, 25, 'promotion', 2319, 0, 'M', 0),
(1586, 25, 'promotion', 2320, 0, 'A', 0),
(1587, 116, 'logos', 2321, 0, 'M', 0),
(1588, 117, 'logos', 2322, 0, 'M', 0),
(1589, 118, 'logos', 2323, 0, 'M', 0),
(1590, 119, 'logos', 2324, 0, 'M', 0),
(1591, 120, 'logos', 2325, 0, 'M', 0),
(1593, 121, 'logos', 2327, 0, 'M', 0),
(1594, 122, 'logos', 2328, 0, 'M', 0),
(1595, 123, 'logos', 2329, 0, 'M', 0),
(1596, 20, 'abt__ut2/banners/all', 2330, 0, 'A', 0),
(1597, 21, 'abt__ut2/banners/all', 2331, 0, 'A', 0),
(1598, 22, 'abt__ut2/banners/all', 2332, 0, 'A', 0),
(1599, 23, 'abt__ut2/banners/all', 2333, 0, 'A', 0),
(1600, 24, 'abt__ut2/banners/all', 2334, 0, 'A', 0),
(1601, 25, 'abt__ut2/banners/all', 2335, 0, 'A', 0),
(1602, 26, 'abt__ut2/banners/all', 2336, 0, 'A', 0),
(1603, 27, 'abt__ut2/banners/all', 2337, 0, 'A', 0),
(1604, 28, 'abt__ut2/banners/all', 2338, 0, 'A', 0),
(1605, 28, 'abt__ut2/banners/mobile', 2339, 0, 'A', 0),
(1606, 29, 'abt__ut2/banners/all', 2340, 0, 'M', 0),
(1607, 30, 'abt__ut2/banners/all', 2341, 0, 'A', 0),
(1608, 30, 'abt__ut2/banners/mobile', 2342, 0, 'A', 0),
(1609, 31, 'abt__ut2/banners/all', 2343, 0, 'M', 0),
(1610, 31, 'abt__ut2/banners/mobile', 2344, 0, 'A', 0),
(1611, 32, 'abt__ut2/banners/all', 2345, 0, 'A', 0),
(1612, 33, 'abt__ut2/banners/all', 2346, 0, 'A', 0),
(1613, 33, 'abt__ut2/banners/mobile', 2347, 0, 'A', 0),
(1614, 34, 'abt__ut2/banners/all', 2348, 0, 'A', 0),
(1615, 34, 'abt__ut2/banners/mobile', 2349, 0, 'A', 0),
(1616, 35, 'abt__ut2/banners/all', 2350, 0, 'M', 0),
(1617, 35, 'abt__ut2/banners/mobile', 2351, 0, 'A', 0),
(1618, 36, 'abt__ut2/banners/all', 2352, 0, 'A', 0),
(1619, 36, 'abt__ut2/banners/mobile', 2353, 0, 'A', 0),
(1620, 301, 'abt__ut2/menu-with-icon', 2354, 0, 'M', 0),
(1621, 302, 'abt__ut2/menu-with-icon', 2355, 0, 'M', 0),
(1622, 303, 'abt__ut2/menu-with-icon', 2356, 0, 'M', 0),
(1623, 304, 'abt__ut2/menu-with-icon', 2357, 0, 'M', 0),
(1624, 305, 'abt__ut2/menu-with-icon', 2358, 0, 'M', 0),
(1625, 306, 'abt__ut2/menu-with-icon', 2359, 0, 'M', 0),
(1626, 307, 'abt__ut2/menu-with-icon', 2360, 0, 'M', 0),
(1627, 308, 'abt__ut2/menu-with-icon', 2361, 0, 'M', 0),
(1628, 309, 'abt__ut2/menu-with-icon', 2362, 0, 'M', 0),
(1629, 310, 'abt__ut2/menu-with-icon', 2363, 0, 'M', 0),
(1630, 311, 'abt__ut2/menu-with-icon', 2364, 0, 'M', 0),
(1631, 312, 'abt__ut2/menu-with-icon', 2365, 0, 'M', 0),
(1632, 313, 'abt__ut2/menu-with-icon', 2366, 0, 'M', 0),
(1633, 314, 'abt__ut2/menu-with-icon', 2367, 0, 'M', 0),
(1634, 41, 'blog', 2368, 0, 'M', 0),
(1635, 42, 'blog', 2369, 0, 'M', 0),
(1636, 43, 'blog', 2370, 0, 'M', 0),
(1637, 44, 'blog', 2371, 0, 'M', 0),
(1638, 45, 'blog', 2372, 0, 'M', 0),
(1639, 46, 'blog', 2373, 0, 'M', 0),
(1640, 47, 'blog', 2374, 0, 'M', 0),
(1641, 124, 'logos', 2375, 0, 'M', 0),
(1642, 125, 'logos', 2376, 0, 'M', 0),
(1643, 126, 'logos', 2377, 0, 'M', 0),
(1644, 127, 'logos', 2378, 0, 'M', 0),
(1645, 128, 'logos', 2379, 0, 'M', 0),
(1646, 129, 'logos', 2380, 0, 'M', 0),
(1647, 130, 'logos', 2381, 0, 'M', 0),
(1648, 131, 'logos', 2382, 0, 'M', 0),
(1649, 132, 'logos', 2383, 0, 'M', 0),
(1650, 133, 'logos', 2384, 0, 'M', 0),
(1651, 134, 'logos', 2385, 0, 'M', 0),
(1652, 135, 'logos', 2386, 0, 'M', 0),
(1653, 136, 'logos', 2387, 0, 'M', 0),
(1654, 137, 'logos', 2388, 0, 'M', 0),
(1655, 138, 'logos', 2389, 0, 'M', 0),
(1656, 139, 'logos', 2390, 0, 'M', 0),
(1657, 140, 'logos', 2391, 0, 'M', 0),
(1658, 141, 'logos', 2392, 0, 'M', 0),
(1659, 142, 'logos', 2393, 0, 'M', 0),
(1660, 143, 'logos', 2394, 0, 'M', 0),
(1661, 144, 'logos', 2395, 0, 'M', 0),
(1662, 324, 'ab__fn_menu_icon', 2396, 0, 'M', 0),
(1663, 325, 'ab__fn_menu_icon', 2397, 0, 'M', 0),
(1664, 326, 'ab__fn_menu_icon', 2398, 0, 'M', 0),
(1665, 327, 'ab__fn_menu_icon', 2399, 0, 'M', 0),
(1666, 328, 'ab__fn_menu_icon', 2400, 0, 'M', 0),
(1667, 329, 'ab__fn_menu_icon', 2401, 0, 'M', 0),
(1668, 330, 'ab__fn_menu_icon', 2402, 0, 'M', 0),
(1669, 331, 'ab__fn_menu_icon', 2403, 0, 'M', 0),
(1670, 332, 'ab__fn_menu_icon', 2404, 0, 'M', 0),
(1671, 333, 'ab__fn_menu_icon', 2405, 0, 'M', 0),
(1672, 334, 'ab__fn_menu_icon', 2406, 0, 'M', 0),
(1673, 335, 'ab__fn_menu_icon', 2407, 0, 'M', 0),
(1674, 336, 'ab__fn_menu_icon', 2408, 0, 'M', 0),
(1675, 337, 'ab__fn_menu_icon', 2409, 0, 'M', 0),
(1676, 338, 'ab__fn_menu_icon', 2410, 0, 'M', 0),
(1677, 339, 'ab__fn_menu_icon', 2411, 0, 'M', 0),
(1678, 340, 'ab__fn_menu_icon', 2412, 0, 'M', 0),
(1679, 341, 'ab__fn_menu_icon', 2413, 0, 'M', 0),
(1680, 342, 'ab__fn_menu_icon', 2414, 0, 'M', 0),
(1681, 343, 'ab__fn_menu_icon', 2415, 0, 'M', 0),
(1682, 344, 'ab__fn_menu_icon', 2416, 0, 'M', 0),
(1683, 345, 'ab__fn_menu_icon', 2417, 0, 'M', 0),
(1684, 346, 'ab__fn_menu_icon', 2418, 0, 'M', 0),
(1685, 347, 'ab__fn_menu_icon', 2419, 0, 'M', 0),
(1686, 348, 'ab__fn_menu_icon', 2420, 0, 'M', 0),
(1687, 349, 'ab__fn_menu_icon', 2421, 0, 'M', 0),
(1688, 350, 'ab__fn_menu_icon', 2422, 0, 'M', 0),
(1689, 351, 'ab__fn_menu_icon', 2423, 0, 'M', 0),
(1690, 352, 'ab__fn_menu_icon', 2424, 0, 'M', 0),
(1691, 353, 'ab__fn_menu_icon', 2425, 0, 'M', 0),
(1692, 354, 'ab__fn_menu_icon', 2426, 0, 'M', 0),
(1693, 355, 'ab__fn_menu_icon', 2427, 0, 'M', 0),
(1694, 356, 'ab__fn_menu_icon', 2428, 0, 'M', 0),
(1695, 357, 'ab__fn_menu_icon', 2429, 0, 'M', 0),
(1696, 358, 'ab__fn_menu_icon', 2430, 0, 'M', 0),
(1697, 359, 'ab__fn_menu_icon', 2431, 0, 'M', 0),
(1698, 360, 'ab__fn_menu_icon', 2432, 0, 'M', 0),
(1699, 361, 'ab__fn_menu_icon', 2433, 0, 'M', 0),
(1700, 362, 'ab__fn_menu_icon', 2434, 0, 'M', 0),
(1701, 363, 'ab__fn_menu_icon', 2435, 0, 'M', 0),
(1702, 364, 'ab__fn_menu_icon', 2436, 0, 'M', 0),
(1703, 365, 'ab__fn_menu_icon', 2437, 0, 'M', 0),
(1704, 366, 'ab__fn_menu_icon', 2438, 0, 'M', 0),
(1705, 367, 'ab__fn_menu_icon', 2439, 0, 'M', 0),
(1706, 368, 'ab__fn_menu_icon', 2440, 0, 'M', 0),
(1707, 369, 'ab__fn_menu_icon', 2441, 0, 'M', 0),
(1708, 370, 'ab__fn_menu_icon', 2442, 0, 'M', 0),
(1709, 371, 'ab__fn_menu_icon', 2443, 0, 'M', 0),
(1710, 374, 'ab__fn_menu_icon', 2444, 0, 'M', 0),
(1711, 375, 'ab__fn_menu_icon', 2445, 0, 'M', 0),
(1716, 6, 'shipping', 2449, 0, 'M', 0),
(1718, 377, 'ab__fn_menu_icon', 2450, 0, 'M', 0),
(1719, 378, 'ab__fn_menu_icon', 2451, 0, 'M', 0),
(1720, 379, 'ab__fn_menu_icon', 2452, 0, 'M', 0),
(1721, 380, 'ab__fn_menu_icon', 2453, 0, 'M', 0),
(1722, 381, 'ab__fn_menu_icon', 2454, 0, 'M', 0),
(1723, 382, 'ab__fn_menu_icon', 2455, 0, 'M', 0),
(1724, 383, 'ab__fn_menu_icon', 2456, 0, 'M', 0),
(1725, 384, 'ab__fn_menu_icon', 2457, 0, 'M', 0),
(1726, 385, 'ab__fn_menu_icon', 2458, 0, 'M', 0),
(1727, 386, 'ab__fn_menu_icon', 2459, 0, 'M', 0),
(1728, 387, 'ab__fn_menu_icon', 2460, 0, 'M', 0),
(1729, 388, 'ab__fn_menu_icon', 2461, 0, 'M', 0),
(1730, 389, 'ab__fn_menu_icon', 2462, 0, 'M', 0),
(1731, 390, 'ab__fn_menu_icon', 2463, 0, 'M', 0),
(1732, 391, 'ab__fn_menu_icon', 2464, 0, 'M', 0),
(1733, 392, 'ab__fn_menu_icon', 2465, 0, 'M', 0),
(1734, 393, 'ab__fn_menu_icon', 2466, 0, 'M', 0),
(1735, 394, 'ab__fn_menu_icon', 2467, 0, 'M', 0),
(1736, 395, 'ab__fn_menu_icon', 2468, 0, 'M', 0),
(1737, 396, 'ab__fn_menu_icon', 2469, 0, 'M', 0),
(1738, 397, 'ab__fn_menu_icon', 2470, 0, 'M', 0),
(1739, 398, 'ab__fn_menu_icon', 2471, 0, 'M', 0),
(1740, 399, 'ab__fn_menu_icon', 2472, 0, 'M', 0),
(1741, 400, 'ab__fn_menu_icon', 2473, 0, 'M', 0),
(1742, 401, 'ab__fn_menu_icon', 2474, 0, 'M', 0),
(1743, 402, 'ab__fn_menu_icon', 2475, 0, 'M', 0),
(1744, 403, 'ab__fn_menu_icon', 2476, 0, 'M', 0),
(1745, 404, 'ab__fn_menu_icon', 2477, 0, 'M', 0),
(1746, 405, 'ab__fn_menu_icon', 2478, 0, 'M', 0),
(1747, 406, 'ab__fn_menu_icon', 2479, 0, 'M', 0),
(1748, 407, 'ab__fn_menu_icon', 2480, 0, 'M', 0),
(1749, 408, 'ab__fn_menu_icon', 2481, 0, 'M', 0),
(1750, 409, 'ab__fn_menu_icon', 2482, 0, 'M', 0),
(1751, 410, 'ab__fn_menu_icon', 2483, 0, 'M', 0),
(1752, 411, 'ab__fn_menu_icon', 2484, 0, 'M', 0),
(1753, 412, 'ab__fn_menu_icon', 2485, 0, 'M', 0),
(1754, 413, 'ab__fn_menu_icon', 2486, 0, 'M', 0),
(1755, 414, 'ab__fn_menu_icon', 2487, 0, 'M', 0),
(1756, 415, 'ab__fn_menu_icon', 2488, 0, 'M', 0),
(1757, 416, 'ab__fn_menu_icon', 2489, 0, 'M', 0),
(1758, 417, 'ab__fn_menu_icon', 2490, 0, 'M', 0),
(1759, 418, 'ab__fn_menu_icon', 2491, 0, 'M', 0),
(1760, 419, 'ab__fn_menu_icon', 2492, 0, 'M', 0),
(1761, 420, 'ab__fn_menu_icon', 2493, 0, 'M', 0),
(1762, 421, 'ab__fn_menu_icon', 2494, 0, 'M', 0),
(1763, 422, 'ab__fn_menu_icon', 2495, 0, 'M', 0),
(1764, 423, 'ab__fn_menu_icon', 2496, 0, 'M', 0),
(1765, 424, 'ab__fn_menu_icon', 2497, 0, 'M', 0),
(1766, 427, 'ab__fn_menu_icon', 2498, 0, 'M', 0),
(1767, 428, 'ab__fn_menu_icon', 2499, 0, 'M', 0),
(1768, 145, 'logos', 2500, 0, 'M', 0),
(1769, 146, 'logos', 2501, 0, 'M', 0),
(1770, 147, 'logos', 2502, 0, 'M', 0),
(1771, 0, 'm_app_icon', 0, 2503, 'M', 0),
(1777, 150, 'logos', 2506, 0, 'M', 0),
(1778, 151, 'logos', 2507, 0, 'M', 0),
(1779, 152, 'logos', 2508, 0, 'M', 0),
(1780, 153, 'logos', 2509, 0, 'M', 0),
(1781, 154, 'logos', 2510, 0, 'M', 0),
(1782, 155, 'logos', 2511, 0, 'M', 0),
(1783, 156, 'logos', 2512, 0, 'M', 0),
(1784, 157, 'logos', 2513, 0, 'M', 0),
(1785, 158, 'logos', 2514, 0, 'M', 0),
(1786, 159, 'logos', 2515, 0, 'M', 0),
(1787, 160, 'logos', 2516, 0, 'M', 0),
(1788, 161, 'logos', 2517, 0, 'M', 0),
(1789, 162, 'logos', 2518, 0, 'M', 0),
(1790, 163, 'logos', 2519, 0, 'M', 0),
(1791, 164, 'logos', 2520, 0, 'M', 0),
(1792, 165, 'logos', 2521, 0, 'M', 0),
(1793, 166, 'logos', 2522, 0, 'M', 0),
(1794, 167, 'logos', 2523, 0, 'M', 0),
(1795, 168, 'logos', 2524, 0, 'M', 0),
(1796, 169, 'logos', 2525, 0, 'M', 0),
(1797, 170, 'logos', 2526, 0, 'M', 0),
(1798, 171, 'logos', 2527, 0, 'M', 0),
(1799, 172, 'logos', 2528, 0, 'M', 0),
(1800, 173, 'logos', 2529, 0, 'M', 0),
(1801, 174, 'logos', 2530, 0, 'M', 0),
(1802, 175, 'logos', 2531, 0, 'M', 0),
(1803, 176, 'logos', 2532, 0, 'M', 0),
(1804, 177, 'logos', 2533, 0, 'M', 0),
(1805, 178, 'logos', 2534, 0, 'M', 0),
(1806, 179, 'logos', 2535, 0, 'M', 0),
(1807, 180, 'logos', 2536, 0, 'M', 0),
(1808, 181, 'logos', 2537, 0, 'M', 0),
(1809, 182, 'logos', 2538, 0, 'M', 0),
(1810, 183, 'logos', 2539, 0, 'M', 0),
(1811, 184, 'logos', 2540, 0, 'M', 0),
(1812, 185, 'logos', 2541, 0, 'M', 0),
(1813, 186, 'logos', 2542, 0, 'M', 0),
(1814, 187, 'logos', 2543, 0, 'M', 0),
(1815, 188, 'logos', 2544, 0, 'M', 0),
(1816, 189, 'logos', 2545, 0, 'M', 0),
(1817, 190, 'logos', 2546, 0, 'M', 0),
(1818, 191, 'logos', 2547, 0, 'M', 0),
(1819, 192, 'logos', 2548, 0, 'M', 0),
(1820, 193, 'logos', 2549, 0, 'M', 0),
(1821, 194, 'logos', 2550, 0, 'M', 0),
(1822, 195, 'logos', 2551, 0, 'M', 0),
(1823, 196, 'logos', 2552, 0, 'M', 0),
(1824, 197, 'logos', 2553, 0, 'M', 0),
(1825, 198, 'logos', 2554, 0, 'M', 0),
(1826, 199, 'logos', 2555, 0, 'M', 0),
(1827, 200, 'logos', 2556, 0, 'M', 0),
(1828, 201, 'logos', 2557, 0, 'M', 0),
(1829, 202, 'logos', 2558, 0, 'M', 0),
(1830, 203, 'logos', 2559, 0, 'M', 0),
(1831, 204, 'logos', 2560, 0, 'M', 0),
(1832, 205, 'logos', 2561, 0, 'M', 0),
(1833, 206, 'logos', 2562, 0, 'M', 0),
(1834, 207, 'logos', 2563, 0, 'M', 0),
(1835, 208, 'logos', 2564, 0, 'M', 0),
(1836, 209, 'logos', 2565, 0, 'M', 0),
(1837, 210, 'logos', 2566, 0, 'M', 0),
(1838, 211, 'logos', 2567, 0, 'M', 0),
(1839, 212, 'logos', 2568, 0, 'M', 0),
(1840, 213, 'logos', 2569, 0, 'M', 0),
(1841, 214, 'logos', 2570, 0, 'M', 0),
(1842, 215, 'logos', 2571, 0, 'M', 0),
(1843, 216, 'logos', 2572, 0, 'M', 0),
(1844, 217, 'logos', 2573, 0, 'M', 0),
(1845, 218, 'logos', 2574, 0, 'M', 0),
(1846, 219, 'logos', 2575, 0, 'M', 0),
(1847, 220, 'logos', 2576, 0, 'M', 0),
(1848, 221, 'logos', 2577, 0, 'M', 0),
(1849, 222, 'logos', 2578, 0, 'M', 0),
(1850, 223, 'logos', 2579, 0, 'M', 0),
(1851, 224, 'logos', 2580, 0, 'M', 0),
(1852, 225, 'logos', 2581, 0, 'M', 0),
(1853, 226, 'logos', 2582, 0, 'M', 0),
(1854, 227, 'logos', 2583, 0, 'M', 0),
(1855, 228, 'logos', 2584, 0, 'M', 0),
(1856, 229, 'logos', 2585, 0, 'M', 0),
(1857, 230, 'logos', 2586, 0, 'M', 0),
(1858, 231, 'logos', 2587, 0, 'M', 0),
(1859, 232, 'logos', 2588, 0, 'M', 0),
(1860, 233, 'logos', 2589, 0, 'M', 0),
(1861, 234, 'logos', 2590, 0, 'M', 0),
(1862, 235, 'logos', 2591, 0, 'M', 0),
(1863, 236, 'logos', 2592, 0, 'M', 0),
(1864, 237, 'logos', 2593, 0, 'M', 0),
(1865, 238, 'logos', 2594, 0, 'M', 0),
(1866, 239, 'logos', 2595, 0, 'M', 0),
(1867, 240, 'logos', 2596, 0, 'M', 0),
(1868, 241, 'logos', 2597, 0, 'M', 0),
(1869, 242, 'logos', 2598, 0, 'M', 0),
(1870, 243, 'logos', 2599, 0, 'M', 0),
(1871, 244, 'logos', 2600, 0, 'M', 0),
(1872, 245, 'logos', 2601, 0, 'M', 0),
(1873, 246, 'logos', 2602, 0, 'M', 0),
(1874, 247, 'logos', 2603, 0, 'M', 0),
(1875, 248, 'logos', 2604, 0, 'M', 0),
(1876, 249, 'logos', 2605, 0, 'M', 0),
(1877, 250, 'logos', 2606, 0, 'M', 0),
(1878, 251, 'logos', 2607, 0, 'M', 0),
(1879, 252, 'logos', 2608, 0, 'M', 0),
(1880, 253, 'logos', 2609, 0, 'M', 0),
(1881, 254, 'logos', 2610, 0, 'M', 0),
(1882, 255, 'logos', 2611, 0, 'M', 0),
(1883, 256, 'logos', 2612, 0, 'M', 0),
(1884, 257, 'logos', 2613, 0, 'M', 0),
(1885, 258, 'logos', 2614, 0, 'M', 0),
(1886, 259, 'logos', 2615, 0, 'M', 0),
(1887, 260, 'logos', 2616, 0, 'M', 0),
(1888, 261, 'logos', 2617, 0, 'M', 0),
(1889, 262, 'logos', 2618, 0, 'M', 0),
(1890, 263, 'logos', 2619, 0, 'M', 0),
(1891, 264, 'logos', 2620, 0, 'M', 0),
(1892, 265, 'logos', 2621, 0, 'M', 0),
(1893, 266, 'logos', 2622, 0, 'M', 0),
(1894, 267, 'logos', 2623, 0, 'M', 0),
(1895, 268, 'logos', 2624, 0, 'M', 0),
(1896, 269, 'logos', 2625, 0, 'M', 0),
(1897, 270, 'logos', 2626, 0, 'M', 0),
(1898, 271, 'logos', 2627, 0, 'M', 0),
(1899, 272, 'logos', 2628, 0, 'M', 0),
(1900, 273, 'logos', 2629, 0, 'M', 0),
(1901, 274, 'logos', 2630, 0, 'M', 0),
(1902, 275, 'logos', 2631, 0, 'M', 0),
(1903, 276, 'logos', 2632, 0, 'M', 0),
(1904, 277, 'logos', 2633, 0, 'M', 0),
(1905, 278, 'logos', 2634, 0, 'M', 0),
(1906, 279, 'logos', 2635, 0, 'M', 0),
(1907, 280, 'logos', 2636, 0, 'M', 0),
(1908, 281, 'logos', 2637, 0, 'M', 0),
(1909, 282, 'logos', 2638, 0, 'M', 0),
(1910, 283, 'logos', 2639, 0, 'M', 0),
(1911, 284, 'logos', 2640, 0, 'M', 0),
(1912, 285, 'logos', 2641, 0, 'M', 0),
(1921, 7, 'shipping', 2650, 0, 'M', 0),
(1922, 294, 'logos', 2651, 0, 'M', 0),
(1923, 295, 'logos', 2652, 0, 'M', 0),
(1924, 296, 'logos', 2653, 0, 'M', 0),
(1925, 297, 'logos', 2654, 0, 'M', 0),
(1926, 298, 'logos', 2655, 0, 'M', 0),
(1927, 299, 'logos', 2656, 0, 'M', 0),
(1928, 300, 'logos', 2657, 0, 'M', 0),
(1929, 301, 'logos', 2658, 0, 'M', 0),
(1930, 302, 'logos', 2659, 0, 'M', 0),
(1931, 303, 'logos', 2660, 0, 'M', 0),
(1932, 304, 'logos', 2661, 0, 'M', 0),
(1933, 305, 'logos', 2662, 0, 'M', 0),
(1934, 306, 'logos', 2663, 0, 'M', 0),
(1935, 307, 'logos', 2664, 0, 'M', 0),
(1936, 308, 'logos', 2665, 0, 'M', 0),
(1937, 309, 'logos', 2666, 0, 'M', 0),
(1938, 310, 'logos', 2667, 0, 'M', 0),
(1939, 311, 'logos', 2668, 0, 'M', 0),
(1940, 312, 'logos', 2669, 0, 'M', 0),
(1941, 313, 'logos', 2670, 0, 'M', 0),
(1942, 314, 'logos', 2671, 0, 'M', 0),
(1943, 315, 'logos', 2672, 0, 'M', 0),
(1944, 316, 'logos', 2673, 0, 'M', 0),
(1945, 317, 'logos', 2674, 0, 'M', 0),
(1946, 415, 'logos', 2675, 0, 'M', 0),
(1947, 416, 'logos', 2676, 0, 'M', 0),
(1948, 417, 'logos', 2677, 0, 'M', 0),
(1949, 418, 'logos', 2678, 0, 'M', 0),
(1950, 419, 'logos', 2679, 0, 'M', 0),
(1951, 420, 'logos', 2680, 0, 'M', 0),
(1952, 421, 'logos', 2681, 0, 'M', 0),
(1953, 422, 'logos', 2682, 0, 'M', 0),
(1954, 0, 'et_block_bkg', 0, 2683, 'M', 0),
(1955, 0, 'et_testimonials_bkg', 0, 2684, 'M', 0),
(1956, 129, 'promo', 2685, 0, 'M', 0),
(1968, 129, 'et_promo_desktop_extra', 2686, 0, 'M', 0),
(1969, 129, 'et_promo_phone_extra', 2687, 0, 'M', 0),
(1970, 129, 'et_promo_tablet_extra', 2688, 0, 'M', 0),
(1971, 129, 'et_promo_phone', 2689, 0, 'M', 0),
(1972, 129, 'et_promo_tablet', 2690, 0, 'M', 0),
(1973, 141, 'promo', 2685, 0, 'M', 0),
(1974, 141, 'et_promo_desktop_extra', 2686, 0, 'M', 0),
(1975, 141, 'et_promo_phone_extra', 2687, 0, 'M', 0),
(1976, 141, 'et_promo_phone', 2689, 0, 'M', 0),
(1977, 141, 'et_promo_tablet_extra', 2688, 0, 'M', 0),
(1978, 141, 'et_promo_tablet', 2690, 0, 'M', 0),
(1979, 142, 'promo', 2685, 0, 'M', 0),
(1980, 142, 'et_promo_desktop_extra', 2686, 0, 'M', 0),
(1981, 142, 'et_promo_phone_extra', 2687, 0, 'M', 0),
(1982, 142, 'et_promo_phone', 2689, 0, 'M', 0),
(1983, 142, 'et_promo_tablet_extra', 2688, 0, 'M', 0),
(1984, 142, 'et_promo_tablet', 2690, 0, 'M', 0),
(1985, 143, 'promo', 2685, 0, 'M', 0),
(1986, 143, 'et_promo_desktop_extra', 2686, 0, 'M', 0),
(1987, 143, 'et_promo_phone_extra', 2687, 0, 'M', 0),
(1988, 143, 'et_promo_phone', 2689, 0, 'M', 0),
(1989, 143, 'et_promo_tablet_extra', 2688, 0, 'M', 0),
(1990, 143, 'et_promo_tablet', 2690, 0, 'M', 0),
(1991, 144, 'promo', 2685, 0, 'M', 0),
(1992, 144, 'et_promo_desktop_extra', 2686, 0, 'M', 0),
(1993, 144, 'et_promo_phone_extra', 2687, 0, 'M', 0),
(1994, 144, 'et_promo_phone', 2689, 0, 'M', 0),
(1995, 144, 'et_promo_tablet_extra', 2688, 0, 'M', 0),
(1996, 144, 'et_promo_tablet', 2690, 0, 'M', 0),
(1997, 145, 'promo', 2685, 0, 'M', 0),
(1998, 145, 'et_promo_desktop_extra', 2686, 0, 'M', 0),
(1999, 145, 'et_promo_phone_extra', 2687, 0, 'M', 0),
(2000, 145, 'et_promo_phone', 2689, 0, 'M', 0),
(2001, 145, 'et_promo_tablet_extra', 2688, 0, 'M', 0),
(2002, 145, 'et_promo_tablet', 2690, 0, 'M', 0),
(2003, 146, 'promo', 2685, 0, 'M', 0),
(2004, 146, 'et_promo_desktop_extra', 2686, 0, 'M', 0),
(2005, 146, 'et_promo_phone_extra', 2687, 0, 'M', 0),
(2006, 146, 'et_promo_phone', 2689, 0, 'M', 0),
(2007, 146, 'et_promo_tablet_extra', 2688, 0, 'M', 0),
(2008, 146, 'et_promo_tablet', 2690, 0, 'M', 0),
(2009, 147, 'promo', 2685, 0, 'M', 0),
(2010, 147, 'et_promo_desktop_extra', 2686, 0, 'M', 0),
(2011, 147, 'et_promo_phone_extra', 2687, 0, 'M', 0),
(2012, 147, 'et_promo_phone', 2689, 0, 'M', 0),
(2013, 147, 'et_promo_tablet_extra', 2688, 0, 'M', 0),
(2014, 147, 'et_promo_tablet', 2690, 0, 'M', 0),
(2015, 148, 'promo', 2685, 0, 'M', 0),
(2016, 148, 'et_promo_desktop_extra', 2686, 0, 'M', 0),
(2017, 148, 'et_promo_phone_extra', 2687, 0, 'M', 0),
(2018, 148, 'et_promo_phone', 2689, 0, 'M', 0),
(2019, 148, 'et_promo_tablet_extra', 2688, 0, 'M', 0),
(2020, 148, 'et_promo_tablet', 2690, 0, 'M', 0),
(2021, 149, 'promo', 2685, 0, 'M', 0),
(2022, 149, 'et_promo_desktop_extra', 2686, 0, 'M', 0),
(2023, 149, 'et_promo_phone_extra', 2687, 0, 'M', 0),
(2024, 149, 'et_promo_phone', 2689, 0, 'M', 0),
(2025, 149, 'et_promo_tablet_extra', 2688, 0, 'M', 0),
(2026, 149, 'et_promo_tablet', 2690, 0, 'M', 0),
(2027, 150, 'promo', 2685, 0, 'M', 0),
(2028, 150, 'et_promo_desktop_extra', 2686, 0, 'M', 0),
(2029, 150, 'et_promo_phone_extra', 2687, 0, 'M', 0),
(2030, 150, 'et_promo_phone', 2689, 0, 'M', 0),
(2031, 150, 'et_promo_tablet_extra', 2688, 0, 'M', 0),
(2032, 150, 'et_promo_tablet', 2690, 0, 'M', 0),
(2033, 151, 'promo', 2685, 0, 'M', 0),
(2034, 151, 'et_promo_desktop_extra', 2686, 0, 'M', 0),
(2035, 151, 'et_promo_phone_extra', 2687, 0, 'M', 0),
(2036, 151, 'et_promo_phone', 2689, 0, 'M', 0),
(2037, 151, 'et_promo_tablet_extra', 2688, 0, 'M', 0),
(2038, 151, 'et_promo_tablet', 2690, 0, 'M', 0),
(2039, 152, 'promo', 2691, 0, 'M', 0),
(2051, 152, 'et_promo_desktop_extra', 2692, 0, 'M', 0),
(2052, 152, 'et_promo_phone_extra', 2693, 0, 'M', 0),
(2053, 152, 'et_promo_tablet_extra', 2694, 0, 'M', 0),
(2054, 152, 'et_promo_phone', 2695, 0, 'M', 0),
(2055, 152, 'et_promo_tablet', 2696, 0, 'M', 0),
(2056, 164, 'promo', 2691, 0, 'M', 0),
(2057, 164, 'et_promo_desktop_extra', 2692, 0, 'M', 0),
(2058, 164, 'et_promo_phone_extra', 2693, 0, 'M', 0),
(2059, 164, 'et_promo_phone', 2695, 0, 'M', 0),
(2060, 164, 'et_promo_tablet_extra', 2694, 0, 'M', 0),
(2061, 164, 'et_promo_tablet', 2696, 0, 'M', 0),
(2062, 165, 'promo', 2691, 0, 'M', 0),
(2063, 165, 'et_promo_desktop_extra', 2692, 0, 'M', 0),
(2064, 165, 'et_promo_phone_extra', 2693, 0, 'M', 0),
(2065, 165, 'et_promo_phone', 2695, 0, 'M', 0),
(2066, 165, 'et_promo_tablet_extra', 2694, 0, 'M', 0),
(2067, 165, 'et_promo_tablet', 2696, 0, 'M', 0),
(2068, 166, 'promo', 2691, 0, 'M', 0),
(2069, 166, 'et_promo_desktop_extra', 2692, 0, 'M', 0),
(2070, 166, 'et_promo_phone_extra', 2693, 0, 'M', 0),
(2071, 166, 'et_promo_phone', 2695, 0, 'M', 0),
(2072, 166, 'et_promo_tablet_extra', 2694, 0, 'M', 0),
(2073, 166, 'et_promo_tablet', 2696, 0, 'M', 0),
(2074, 167, 'promo', 2691, 0, 'M', 0),
(2075, 167, 'et_promo_desktop_extra', 2692, 0, 'M', 0),
(2076, 167, 'et_promo_phone_extra', 2693, 0, 'M', 0),
(2077, 167, 'et_promo_phone', 2695, 0, 'M', 0),
(2078, 167, 'et_promo_tablet_extra', 2694, 0, 'M', 0),
(2079, 167, 'et_promo_tablet', 2696, 0, 'M', 0),
(2080, 168, 'promo', 2691, 0, 'M', 0),
(2081, 168, 'et_promo_desktop_extra', 2692, 0, 'M', 0),
(2082, 168, 'et_promo_phone_extra', 2693, 0, 'M', 0),
(2083, 168, 'et_promo_phone', 2695, 0, 'M', 0),
(2084, 168, 'et_promo_tablet_extra', 2694, 0, 'M', 0),
(2085, 168, 'et_promo_tablet', 2696, 0, 'M', 0),
(2086, 169, 'promo', 2691, 0, 'M', 0),
(2087, 169, 'et_promo_desktop_extra', 2692, 0, 'M', 0),
(2088, 169, 'et_promo_phone_extra', 2693, 0, 'M', 0),
(2089, 169, 'et_promo_phone', 2695, 0, 'M', 0),
(2090, 169, 'et_promo_tablet_extra', 2694, 0, 'M', 0),
(2091, 169, 'et_promo_tablet', 2696, 0, 'M', 0),
(2092, 170, 'promo', 2691, 0, 'M', 0),
(2093, 170, 'et_promo_desktop_extra', 2692, 0, 'M', 0),
(2094, 170, 'et_promo_phone_extra', 2693, 0, 'M', 0),
(2095, 170, 'et_promo_phone', 2695, 0, 'M', 0),
(2096, 170, 'et_promo_tablet_extra', 2694, 0, 'M', 0),
(2097, 170, 'et_promo_tablet', 2696, 0, 'M', 0),
(2098, 171, 'promo', 2691, 0, 'M', 0),
(2099, 171, 'et_promo_desktop_extra', 2692, 0, 'M', 0),
(2100, 171, 'et_promo_phone_extra', 2693, 0, 'M', 0),
(2101, 171, 'et_promo_phone', 2695, 0, 'M', 0),
(2102, 171, 'et_promo_tablet_extra', 2694, 0, 'M', 0),
(2103, 171, 'et_promo_tablet', 2696, 0, 'M', 0),
(2104, 172, 'promo', 2691, 0, 'M', 0),
(2105, 172, 'et_promo_desktop_extra', 2692, 0, 'M', 0),
(2106, 172, 'et_promo_phone_extra', 2693, 0, 'M', 0),
(2107, 172, 'et_promo_phone', 2695, 0, 'M', 0),
(2108, 172, 'et_promo_tablet_extra', 2694, 0, 'M', 0),
(2109, 172, 'et_promo_tablet', 2696, 0, 'M', 0),
(2110, 173, 'promo', 2691, 0, 'M', 0),
(2111, 173, 'et_promo_desktop_extra', 2692, 0, 'M', 0),
(2112, 173, 'et_promo_phone_extra', 2693, 0, 'M', 0),
(2113, 173, 'et_promo_phone', 2695, 0, 'M', 0),
(2114, 173, 'et_promo_tablet_extra', 2694, 0, 'M', 0),
(2115, 173, 'et_promo_tablet', 2696, 0, 'M', 0),
(2116, 174, 'promo', 2691, 0, 'M', 0),
(2117, 174, 'et_promo_desktop_extra', 2692, 0, 'M', 0),
(2118, 174, 'et_promo_phone_extra', 2693, 0, 'M', 0),
(2119, 174, 'et_promo_phone', 2695, 0, 'M', 0),
(2120, 174, 'et_promo_tablet_extra', 2694, 0, 'M', 0),
(2121, 174, 'et_promo_tablet', 2696, 0, 'M', 0),
(2122, 175, 'promo', 2697, 0, 'M', 0),
(2134, 175, 'et_promo_phone', 2698, 0, 'M', 0),
(2135, 175, 'et_promo_tablet', 2699, 0, 'M', 0),
(2136, 187, 'promo', 2697, 0, 'M', 0),
(2137, 187, 'et_promo_phone', 2698, 0, 'M', 0),
(2138, 187, 'et_promo_tablet', 2699, 0, 'M', 0),
(2139, 188, 'promo', 2697, 0, 'M', 0),
(2140, 188, 'et_promo_phone', 2698, 0, 'M', 0),
(2141, 188, 'et_promo_tablet', 2699, 0, 'M', 0),
(2142, 189, 'promo', 2697, 0, 'M', 0),
(2143, 189, 'et_promo_phone', 2698, 0, 'M', 0),
(2144, 189, 'et_promo_tablet', 2699, 0, 'M', 0),
(2145, 190, 'promo', 2697, 0, 'M', 0),
(2146, 190, 'et_promo_phone', 2698, 0, 'M', 0),
(2147, 190, 'et_promo_tablet', 2699, 0, 'M', 0),
(2148, 191, 'promo', 2697, 0, 'M', 0),
(2149, 191, 'et_promo_phone', 2698, 0, 'M', 0),
(2150, 191, 'et_promo_tablet', 2699, 0, 'M', 0),
(2151, 192, 'promo', 2697, 0, 'M', 0),
(2152, 192, 'et_promo_phone', 2698, 0, 'M', 0),
(2153, 192, 'et_promo_tablet', 2699, 0, 'M', 0),
(2154, 193, 'promo', 2697, 0, 'M', 0),
(2155, 193, 'et_promo_phone', 2698, 0, 'M', 0),
(2156, 193, 'et_promo_tablet', 2699, 0, 'M', 0),
(2157, 194, 'promo', 2697, 0, 'M', 0),
(2158, 194, 'et_promo_phone', 2698, 0, 'M', 0),
(2159, 194, 'et_promo_tablet', 2699, 0, 'M', 0),
(2160, 195, 'promo', 2697, 0, 'M', 0),
(2161, 195, 'et_promo_phone', 2698, 0, 'M', 0),
(2162, 195, 'et_promo_tablet', 2699, 0, 'M', 0),
(2163, 196, 'promo', 2697, 0, 'M', 0),
(2164, 196, 'et_promo_phone', 2698, 0, 'M', 0),
(2165, 196, 'et_promo_tablet', 2699, 0, 'M', 0),
(2166, 197, 'promo', 2697, 0, 'M', 0),
(2167, 197, 'et_promo_phone', 2698, 0, 'M', 0),
(2168, 197, 'et_promo_tablet', 2699, 0, 'M', 0),
(2169, 198, 'promo', 2700, 0, 'M', 0),
(2181, 198, 'et_promo_desktop_extra', 2701, 0, 'M', 0),
(2182, 198, 'et_promo_phone_extra', 2702, 0, 'M', 0),
(2183, 198, 'et_promo_tablet_extra', 2703, 0, 'M', 0),
(2184, 198, 'et_promo_phone', 2704, 0, 'M', 0),
(2185, 198, 'et_promo_tablet', 2705, 0, 'M', 0),
(2186, 210, 'promo', 2700, 0, 'M', 0),
(2187, 210, 'et_promo_desktop_extra', 2701, 0, 'M', 0),
(2188, 210, 'et_promo_phone_extra', 2702, 0, 'M', 0),
(2189, 210, 'et_promo_phone', 2704, 0, 'M', 0),
(2190, 210, 'et_promo_tablet_extra', 2703, 0, 'M', 0),
(2191, 210, 'et_promo_tablet', 2705, 0, 'M', 0),
(2192, 211, 'promo', 2700, 0, 'M', 0),
(2193, 211, 'et_promo_desktop_extra', 2701, 0, 'M', 0),
(2194, 211, 'et_promo_phone_extra', 2702, 0, 'M', 0),
(2195, 211, 'et_promo_phone', 2704, 0, 'M', 0),
(2196, 211, 'et_promo_tablet_extra', 2703, 0, 'M', 0),
(2197, 211, 'et_promo_tablet', 2705, 0, 'M', 0),
(2198, 212, 'promo', 2700, 0, 'M', 0),
(2199, 212, 'et_promo_desktop_extra', 2701, 0, 'M', 0),
(2200, 212, 'et_promo_phone_extra', 2702, 0, 'M', 0),
(2201, 212, 'et_promo_phone', 2704, 0, 'M', 0),
(2202, 212, 'et_promo_tablet_extra', 2703, 0, 'M', 0),
(2203, 212, 'et_promo_tablet', 2705, 0, 'M', 0),
(2204, 213, 'promo', 2700, 0, 'M', 0),
(2205, 213, 'et_promo_desktop_extra', 2701, 0, 'M', 0),
(2206, 213, 'et_promo_phone_extra', 2702, 0, 'M', 0),
(2207, 213, 'et_promo_phone', 2704, 0, 'M', 0),
(2208, 213, 'et_promo_tablet_extra', 2703, 0, 'M', 0),
(2209, 213, 'et_promo_tablet', 2705, 0, 'M', 0),
(2210, 214, 'promo', 2700, 0, 'M', 0),
(2211, 214, 'et_promo_desktop_extra', 2701, 0, 'M', 0),
(2212, 214, 'et_promo_phone_extra', 2702, 0, 'M', 0),
(2213, 214, 'et_promo_phone', 2704, 0, 'M', 0),
(2214, 214, 'et_promo_tablet_extra', 2703, 0, 'M', 0),
(2215, 214, 'et_promo_tablet', 2705, 0, 'M', 0),
(2216, 215, 'promo', 2700, 0, 'M', 0),
(2217, 215, 'et_promo_desktop_extra', 2701, 0, 'M', 0),
(2218, 215, 'et_promo_phone_extra', 2702, 0, 'M', 0),
(2219, 215, 'et_promo_phone', 2704, 0, 'M', 0),
(2220, 215, 'et_promo_tablet_extra', 2703, 0, 'M', 0),
(2221, 215, 'et_promo_tablet', 2705, 0, 'M', 0),
(2222, 216, 'promo', 2700, 0, 'M', 0),
(2223, 216, 'et_promo_desktop_extra', 2701, 0, 'M', 0),
(2224, 216, 'et_promo_phone_extra', 2702, 0, 'M', 0),
(2225, 216, 'et_promo_phone', 2704, 0, 'M', 0),
(2226, 216, 'et_promo_tablet_extra', 2703, 0, 'M', 0),
(2227, 216, 'et_promo_tablet', 2705, 0, 'M', 0),
(2228, 217, 'promo', 2700, 0, 'M', 0),
(2229, 217, 'et_promo_desktop_extra', 2701, 0, 'M', 0),
(2230, 217, 'et_promo_phone_extra', 2702, 0, 'M', 0),
(2231, 217, 'et_promo_phone', 2704, 0, 'M', 0),
(2232, 217, 'et_promo_tablet_extra', 2703, 0, 'M', 0),
(2233, 217, 'et_promo_tablet', 2705, 0, 'M', 0),
(2234, 218, 'promo', 2700, 0, 'M', 0),
(2235, 218, 'et_promo_desktop_extra', 2701, 0, 'M', 0),
(2236, 218, 'et_promo_phone_extra', 2702, 0, 'M', 0),
(2237, 218, 'et_promo_phone', 2704, 0, 'M', 0),
(2238, 218, 'et_promo_tablet_extra', 2703, 0, 'M', 0),
(2239, 218, 'et_promo_tablet', 2705, 0, 'M', 0),
(2240, 219, 'promo', 2700, 0, 'M', 0),
(2241, 219, 'et_promo_desktop_extra', 2701, 0, 'M', 0),
(2242, 219, 'et_promo_phone_extra', 2702, 0, 'M', 0),
(2243, 219, 'et_promo_phone', 2704, 0, 'M', 0),
(2244, 219, 'et_promo_tablet_extra', 2703, 0, 'M', 0),
(2245, 219, 'et_promo_tablet', 2705, 0, 'M', 0),
(2246, 220, 'promo', 2700, 0, 'M', 0),
(2247, 220, 'et_promo_desktop_extra', 2701, 0, 'M', 0),
(2248, 220, 'et_promo_phone_extra', 2702, 0, 'M', 0),
(2249, 220, 'et_promo_phone', 2704, 0, 'M', 0),
(2250, 220, 'et_promo_tablet_extra', 2703, 0, 'M', 0),
(2251, 220, 'et_promo_tablet', 2705, 0, 'M', 0),
(2252, 221, 'promo', 2706, 0, 'M', 0),
(2264, 221, 'et_promo_desktop_extra', 2707, 0, 'M', 0),
(2265, 221, 'et_promo_phone_extra', 2708, 0, 'M', 0),
(2266, 221, 'et_promo_tablet_extra', 2709, 0, 'M', 0),
(2267, 221, 'et_promo_phone', 2710, 0, 'M', 0),
(2268, 221, 'et_promo_tablet', 2711, 0, 'M', 0),
(2269, 233, 'promo', 2706, 0, 'M', 0),
(2270, 233, 'et_promo_desktop_extra', 2707, 0, 'M', 0),
(2271, 233, 'et_promo_phone_extra', 2708, 0, 'M', 0),
(2272, 233, 'et_promo_phone', 2710, 0, 'M', 0),
(2273, 233, 'et_promo_tablet_extra', 2709, 0, 'M', 0),
(2274, 233, 'et_promo_tablet', 2711, 0, 'M', 0),
(2275, 234, 'promo', 2706, 0, 'M', 0),
(2276, 234, 'et_promo_desktop_extra', 2707, 0, 'M', 0),
(2277, 234, 'et_promo_phone_extra', 2708, 0, 'M', 0),
(2278, 234, 'et_promo_phone', 2710, 0, 'M', 0),
(2279, 234, 'et_promo_tablet_extra', 2709, 0, 'M', 0),
(2280, 234, 'et_promo_tablet', 2711, 0, 'M', 0),
(2281, 235, 'promo', 2706, 0, 'M', 0),
(2282, 235, 'et_promo_desktop_extra', 2707, 0, 'M', 0),
(2283, 235, 'et_promo_phone_extra', 2708, 0, 'M', 0),
(2284, 235, 'et_promo_phone', 2710, 0, 'M', 0),
(2285, 235, 'et_promo_tablet_extra', 2709, 0, 'M', 0),
(2286, 235, 'et_promo_tablet', 2711, 0, 'M', 0),
(2287, 236, 'promo', 2706, 0, 'M', 0),
(2288, 236, 'et_promo_desktop_extra', 2707, 0, 'M', 0),
(2289, 236, 'et_promo_phone_extra', 2708, 0, 'M', 0),
(2290, 236, 'et_promo_phone', 2710, 0, 'M', 0),
(2291, 236, 'et_promo_tablet_extra', 2709, 0, 'M', 0),
(2292, 236, 'et_promo_tablet', 2711, 0, 'M', 0),
(2293, 237, 'promo', 2706, 0, 'M', 0),
(2294, 237, 'et_promo_desktop_extra', 2707, 0, 'M', 0),
(2295, 237, 'et_promo_phone_extra', 2708, 0, 'M', 0),
(2296, 237, 'et_promo_phone', 2710, 0, 'M', 0),
(2297, 237, 'et_promo_tablet_extra', 2709, 0, 'M', 0),
(2298, 237, 'et_promo_tablet', 2711, 0, 'M', 0),
(2299, 238, 'promo', 2706, 0, 'M', 0),
(2300, 238, 'et_promo_desktop_extra', 2707, 0, 'M', 0),
(2301, 238, 'et_promo_phone_extra', 2708, 0, 'M', 0),
(2302, 238, 'et_promo_phone', 2710, 0, 'M', 0),
(2303, 238, 'et_promo_tablet_extra', 2709, 0, 'M', 0),
(2304, 238, 'et_promo_tablet', 2711, 0, 'M', 0),
(2305, 239, 'promo', 2706, 0, 'M', 0),
(2306, 239, 'et_promo_desktop_extra', 2707, 0, 'M', 0),
(2307, 239, 'et_promo_phone_extra', 2708, 0, 'M', 0),
(2308, 239, 'et_promo_phone', 2710, 0, 'M', 0),
(2309, 239, 'et_promo_tablet_extra', 2709, 0, 'M', 0),
(2310, 239, 'et_promo_tablet', 2711, 0, 'M', 0),
(2311, 240, 'promo', 2706, 0, 'M', 0),
(2312, 240, 'et_promo_desktop_extra', 2707, 0, 'M', 0),
(2313, 240, 'et_promo_phone_extra', 2708, 0, 'M', 0),
(2314, 240, 'et_promo_phone', 2710, 0, 'M', 0),
(2315, 240, 'et_promo_tablet_extra', 2709, 0, 'M', 0),
(2316, 240, 'et_promo_tablet', 2711, 0, 'M', 0),
(2317, 241, 'promo', 2706, 0, 'M', 0),
(2318, 241, 'et_promo_desktop_extra', 2707, 0, 'M', 0),
(2319, 241, 'et_promo_phone_extra', 2708, 0, 'M', 0),
(2320, 241, 'et_promo_phone', 2710, 0, 'M', 0),
(2321, 241, 'et_promo_tablet_extra', 2709, 0, 'M', 0),
(2322, 241, 'et_promo_tablet', 2711, 0, 'M', 0),
(2323, 242, 'promo', 2706, 0, 'M', 0),
(2324, 242, 'et_promo_desktop_extra', 2707, 0, 'M', 0),
(2325, 242, 'et_promo_phone_extra', 2708, 0, 'M', 0),
(2326, 242, 'et_promo_phone', 2710, 0, 'M', 0),
(2327, 242, 'et_promo_tablet_extra', 2709, 0, 'M', 0);
INSERT INTO `partiushop_images_links` (`pair_id`, `object_id`, `object_type`, `image_id`, `detailed_id`, `type`, `position`) VALUES
(2328, 242, 'et_promo_tablet', 2711, 0, 'M', 0),
(2329, 243, 'promo', 2706, 0, 'M', 0),
(2330, 243, 'et_promo_desktop_extra', 2707, 0, 'M', 0),
(2331, 243, 'et_promo_phone_extra', 2708, 0, 'M', 0),
(2332, 243, 'et_promo_phone', 2710, 0, 'M', 0),
(2333, 243, 'et_promo_tablet_extra', 2709, 0, 'M', 0),
(2334, 243, 'et_promo_tablet', 2711, 0, 'M', 0),
(2335, 244, 'promo', 2712, 0, 'M', 0),
(2347, 244, 'et_promo_desktop_extra', 2713, 0, 'M', 0),
(2348, 244, 'et_promo_phone_extra', 2714, 0, 'M', 0),
(2349, 244, 'et_promo_tablet_extra', 2715, 0, 'M', 0),
(2350, 244, 'et_promo_phone', 2716, 0, 'M', 0),
(2351, 244, 'et_promo_tablet', 2717, 0, 'M', 0),
(2352, 256, 'promo', 2712, 0, 'M', 0),
(2353, 256, 'et_promo_desktop_extra', 2713, 0, 'M', 0),
(2354, 256, 'et_promo_phone_extra', 2714, 0, 'M', 0),
(2355, 256, 'et_promo_phone', 2716, 0, 'M', 0),
(2356, 256, 'et_promo_tablet_extra', 2715, 0, 'M', 0),
(2357, 256, 'et_promo_tablet', 2717, 0, 'M', 0),
(2358, 257, 'promo', 2712, 0, 'M', 0),
(2359, 257, 'et_promo_desktop_extra', 2713, 0, 'M', 0),
(2360, 257, 'et_promo_phone_extra', 2714, 0, 'M', 0),
(2361, 257, 'et_promo_phone', 2716, 0, 'M', 0),
(2362, 257, 'et_promo_tablet_extra', 2715, 0, 'M', 0),
(2363, 257, 'et_promo_tablet', 2717, 0, 'M', 0),
(2364, 258, 'promo', 2712, 0, 'M', 0),
(2365, 258, 'et_promo_desktop_extra', 2713, 0, 'M', 0),
(2366, 258, 'et_promo_phone_extra', 2714, 0, 'M', 0),
(2367, 258, 'et_promo_phone', 2716, 0, 'M', 0),
(2368, 258, 'et_promo_tablet_extra', 2715, 0, 'M', 0),
(2369, 258, 'et_promo_tablet', 2717, 0, 'M', 0),
(2370, 259, 'promo', 2712, 0, 'M', 0),
(2371, 259, 'et_promo_desktop_extra', 2713, 0, 'M', 0),
(2372, 259, 'et_promo_phone_extra', 2714, 0, 'M', 0),
(2373, 259, 'et_promo_phone', 2716, 0, 'M', 0),
(2374, 259, 'et_promo_tablet_extra', 2715, 0, 'M', 0),
(2375, 259, 'et_promo_tablet', 2717, 0, 'M', 0),
(2376, 260, 'promo', 2712, 0, 'M', 0),
(2377, 260, 'et_promo_desktop_extra', 2713, 0, 'M', 0),
(2378, 260, 'et_promo_phone_extra', 2714, 0, 'M', 0),
(2379, 260, 'et_promo_phone', 2716, 0, 'M', 0),
(2380, 260, 'et_promo_tablet_extra', 2715, 0, 'M', 0),
(2381, 260, 'et_promo_tablet', 2717, 0, 'M', 0),
(2382, 261, 'promo', 2712, 0, 'M', 0),
(2383, 261, 'et_promo_desktop_extra', 2713, 0, 'M', 0),
(2384, 261, 'et_promo_phone_extra', 2714, 0, 'M', 0),
(2385, 261, 'et_promo_phone', 2716, 0, 'M', 0),
(2386, 261, 'et_promo_tablet_extra', 2715, 0, 'M', 0),
(2387, 261, 'et_promo_tablet', 2717, 0, 'M', 0),
(2388, 262, 'promo', 2712, 0, 'M', 0),
(2389, 262, 'et_promo_desktop_extra', 2713, 0, 'M', 0),
(2390, 262, 'et_promo_phone_extra', 2714, 0, 'M', 0),
(2391, 262, 'et_promo_phone', 2716, 0, 'M', 0),
(2392, 262, 'et_promo_tablet_extra', 2715, 0, 'M', 0),
(2393, 262, 'et_promo_tablet', 2717, 0, 'M', 0),
(2394, 263, 'promo', 2712, 0, 'M', 0),
(2395, 263, 'et_promo_desktop_extra', 2713, 0, 'M', 0),
(2396, 263, 'et_promo_phone_extra', 2714, 0, 'M', 0),
(2397, 263, 'et_promo_phone', 2716, 0, 'M', 0),
(2398, 263, 'et_promo_tablet_extra', 2715, 0, 'M', 0),
(2399, 263, 'et_promo_tablet', 2717, 0, 'M', 0),
(2400, 264, 'promo', 2712, 0, 'M', 0),
(2401, 264, 'et_promo_desktop_extra', 2713, 0, 'M', 0),
(2402, 264, 'et_promo_phone_extra', 2714, 0, 'M', 0),
(2403, 264, 'et_promo_phone', 2716, 0, 'M', 0),
(2404, 264, 'et_promo_tablet_extra', 2715, 0, 'M', 0),
(2405, 264, 'et_promo_tablet', 2717, 0, 'M', 0),
(2406, 265, 'promo', 2712, 0, 'M', 0),
(2407, 265, 'et_promo_desktop_extra', 2713, 0, 'M', 0),
(2408, 265, 'et_promo_phone_extra', 2714, 0, 'M', 0),
(2409, 265, 'et_promo_phone', 2716, 0, 'M', 0),
(2410, 265, 'et_promo_tablet_extra', 2715, 0, 'M', 0),
(2411, 265, 'et_promo_tablet', 2717, 0, 'M', 0),
(2412, 266, 'promo', 2712, 0, 'M', 0),
(2413, 266, 'et_promo_desktop_extra', 2713, 0, 'M', 0),
(2414, 266, 'et_promo_phone_extra', 2714, 0, 'M', 0),
(2415, 266, 'et_promo_phone', 2716, 0, 'M', 0),
(2416, 266, 'et_promo_tablet_extra', 2715, 0, 'M', 0),
(2417, 266, 'et_promo_tablet', 2717, 0, 'M', 0),
(2418, 267, 'promo', 2718, 0, 'M', 0),
(2430, 267, 'et_promo_desktop_extra', 2719, 0, 'M', 0),
(2431, 267, 'et_promo_phone_extra', 2720, 0, 'M', 0),
(2432, 267, 'et_promo_tablet_extra', 2721, 0, 'M', 0),
(2433, 267, 'et_promo_phone', 2722, 0, 'M', 0),
(2434, 267, 'et_promo_tablet', 2723, 0, 'M', 0),
(2435, 279, 'promo', 2718, 0, 'M', 0),
(2436, 279, 'et_promo_desktop_extra', 2719, 0, 'M', 0),
(2437, 279, 'et_promo_phone_extra', 2720, 0, 'M', 0),
(2438, 279, 'et_promo_phone', 2722, 0, 'M', 0),
(2439, 279, 'et_promo_tablet_extra', 2721, 0, 'M', 0),
(2440, 279, 'et_promo_tablet', 2723, 0, 'M', 0),
(2441, 280, 'promo', 2718, 0, 'M', 0),
(2442, 280, 'et_promo_desktop_extra', 2719, 0, 'M', 0),
(2443, 280, 'et_promo_phone_extra', 2720, 0, 'M', 0),
(2444, 280, 'et_promo_phone', 2722, 0, 'M', 0),
(2445, 280, 'et_promo_tablet_extra', 2721, 0, 'M', 0),
(2446, 280, 'et_promo_tablet', 2723, 0, 'M', 0),
(2447, 281, 'promo', 2718, 0, 'M', 0),
(2448, 281, 'et_promo_desktop_extra', 2719, 0, 'M', 0),
(2449, 281, 'et_promo_phone_extra', 2720, 0, 'M', 0),
(2450, 281, 'et_promo_phone', 2722, 0, 'M', 0),
(2451, 281, 'et_promo_tablet_extra', 2721, 0, 'M', 0),
(2452, 281, 'et_promo_tablet', 2723, 0, 'M', 0),
(2453, 282, 'promo', 2718, 0, 'M', 0),
(2454, 282, 'et_promo_desktop_extra', 2719, 0, 'M', 0),
(2455, 282, 'et_promo_phone_extra', 2720, 0, 'M', 0),
(2456, 282, 'et_promo_phone', 2722, 0, 'M', 0),
(2457, 282, 'et_promo_tablet_extra', 2721, 0, 'M', 0),
(2458, 282, 'et_promo_tablet', 2723, 0, 'M', 0),
(2459, 283, 'promo', 2718, 0, 'M', 0),
(2460, 283, 'et_promo_desktop_extra', 2719, 0, 'M', 0),
(2461, 283, 'et_promo_phone_extra', 2720, 0, 'M', 0),
(2462, 283, 'et_promo_phone', 2722, 0, 'M', 0),
(2463, 283, 'et_promo_tablet_extra', 2721, 0, 'M', 0),
(2464, 283, 'et_promo_tablet', 2723, 0, 'M', 0),
(2465, 284, 'promo', 2718, 0, 'M', 0),
(2466, 284, 'et_promo_desktop_extra', 2719, 0, 'M', 0),
(2467, 284, 'et_promo_phone_extra', 2720, 0, 'M', 0),
(2468, 284, 'et_promo_phone', 2722, 0, 'M', 0),
(2469, 284, 'et_promo_tablet_extra', 2721, 0, 'M', 0),
(2470, 284, 'et_promo_tablet', 2723, 0, 'M', 0),
(2471, 285, 'promo', 2718, 0, 'M', 0),
(2472, 285, 'et_promo_desktop_extra', 2719, 0, 'M', 0),
(2473, 285, 'et_promo_phone_extra', 2720, 0, 'M', 0),
(2474, 285, 'et_promo_phone', 2722, 0, 'M', 0),
(2475, 285, 'et_promo_tablet_extra', 2721, 0, 'M', 0),
(2476, 285, 'et_promo_tablet', 2723, 0, 'M', 0),
(2477, 286, 'promo', 2718, 0, 'M', 0),
(2478, 286, 'et_promo_desktop_extra', 2719, 0, 'M', 0),
(2479, 286, 'et_promo_phone_extra', 2720, 0, 'M', 0),
(2480, 286, 'et_promo_phone', 2722, 0, 'M', 0),
(2481, 286, 'et_promo_tablet_extra', 2721, 0, 'M', 0),
(2482, 286, 'et_promo_tablet', 2723, 0, 'M', 0),
(2483, 287, 'promo', 2718, 0, 'M', 0),
(2484, 287, 'et_promo_desktop_extra', 2719, 0, 'M', 0),
(2485, 287, 'et_promo_phone_extra', 2720, 0, 'M', 0),
(2486, 287, 'et_promo_phone', 2722, 0, 'M', 0),
(2487, 287, 'et_promo_tablet_extra', 2721, 0, 'M', 0),
(2488, 287, 'et_promo_tablet', 2723, 0, 'M', 0),
(2489, 288, 'promo', 2718, 0, 'M', 0),
(2490, 288, 'et_promo_desktop_extra', 2719, 0, 'M', 0),
(2491, 288, 'et_promo_phone_extra', 2720, 0, 'M', 0),
(2492, 288, 'et_promo_phone', 2722, 0, 'M', 0),
(2493, 288, 'et_promo_tablet_extra', 2721, 0, 'M', 0),
(2494, 288, 'et_promo_tablet', 2723, 0, 'M', 0),
(2495, 289, 'promo', 2718, 0, 'M', 0),
(2496, 289, 'et_promo_desktop_extra', 2719, 0, 'M', 0),
(2497, 289, 'et_promo_phone_extra', 2720, 0, 'M', 0),
(2498, 289, 'et_promo_phone', 2722, 0, 'M', 0),
(2499, 289, 'et_promo_tablet_extra', 2721, 0, 'M', 0),
(2500, 289, 'et_promo_tablet', 2723, 0, 'M', 0),
(2501, 290, 'promo', 2724, 0, 'M', 0),
(2513, 290, 'et_promo_desktop_extra', 2725, 0, 'M', 0),
(2514, 290, 'et_promo_phone_extra', 2726, 0, 'M', 0),
(2515, 290, 'et_promo_tablet_extra', 2727, 0, 'M', 0),
(2516, 290, 'et_promo_phone', 2728, 0, 'M', 0),
(2517, 290, 'et_promo_tablet', 2729, 0, 'M', 0),
(2518, 302, 'promo', 2724, 0, 'M', 0),
(2519, 302, 'et_promo_desktop_extra', 2725, 0, 'M', 0),
(2520, 302, 'et_promo_phone_extra', 2726, 0, 'M', 0),
(2521, 302, 'et_promo_phone', 2728, 0, 'M', 0),
(2522, 302, 'et_promo_tablet_extra', 2727, 0, 'M', 0),
(2523, 302, 'et_promo_tablet', 2729, 0, 'M', 0),
(2524, 303, 'promo', 2724, 0, 'M', 0),
(2525, 303, 'et_promo_desktop_extra', 2725, 0, 'M', 0),
(2526, 303, 'et_promo_phone_extra', 2726, 0, 'M', 0),
(2527, 303, 'et_promo_phone', 2728, 0, 'M', 0),
(2528, 303, 'et_promo_tablet_extra', 2727, 0, 'M', 0),
(2529, 303, 'et_promo_tablet', 2729, 0, 'M', 0),
(2530, 304, 'promo', 2724, 0, 'M', 0),
(2531, 304, 'et_promo_desktop_extra', 2725, 0, 'M', 0),
(2532, 304, 'et_promo_phone_extra', 2726, 0, 'M', 0),
(2533, 304, 'et_promo_phone', 2728, 0, 'M', 0),
(2534, 304, 'et_promo_tablet_extra', 2727, 0, 'M', 0),
(2535, 304, 'et_promo_tablet', 2729, 0, 'M', 0),
(2536, 305, 'promo', 2724, 0, 'M', 0),
(2537, 305, 'et_promo_desktop_extra', 2725, 0, 'M', 0),
(2538, 305, 'et_promo_phone_extra', 2726, 0, 'M', 0),
(2539, 305, 'et_promo_phone', 2728, 0, 'M', 0),
(2540, 305, 'et_promo_tablet_extra', 2727, 0, 'M', 0),
(2541, 305, 'et_promo_tablet', 2729, 0, 'M', 0),
(2542, 306, 'promo', 2724, 0, 'M', 0),
(2543, 306, 'et_promo_desktop_extra', 2725, 0, 'M', 0),
(2544, 306, 'et_promo_phone_extra', 2726, 0, 'M', 0),
(2545, 306, 'et_promo_phone', 2728, 0, 'M', 0),
(2546, 306, 'et_promo_tablet_extra', 2727, 0, 'M', 0),
(2547, 306, 'et_promo_tablet', 2729, 0, 'M', 0),
(2548, 307, 'promo', 2724, 0, 'M', 0),
(2549, 307, 'et_promo_desktop_extra', 2725, 0, 'M', 0),
(2550, 307, 'et_promo_phone_extra', 2726, 0, 'M', 0),
(2551, 307, 'et_promo_phone', 2728, 0, 'M', 0),
(2552, 307, 'et_promo_tablet_extra', 2727, 0, 'M', 0),
(2553, 307, 'et_promo_tablet', 2729, 0, 'M', 0),
(2554, 308, 'promo', 2724, 0, 'M', 0),
(2555, 308, 'et_promo_desktop_extra', 2725, 0, 'M', 0),
(2556, 308, 'et_promo_phone_extra', 2726, 0, 'M', 0),
(2557, 308, 'et_promo_phone', 2728, 0, 'M', 0),
(2558, 308, 'et_promo_tablet_extra', 2727, 0, 'M', 0),
(2559, 308, 'et_promo_tablet', 2729, 0, 'M', 0),
(2560, 309, 'promo', 2724, 0, 'M', 0),
(2561, 309, 'et_promo_desktop_extra', 2725, 0, 'M', 0),
(2562, 309, 'et_promo_phone_extra', 2726, 0, 'M', 0),
(2563, 309, 'et_promo_phone', 2728, 0, 'M', 0),
(2564, 309, 'et_promo_tablet_extra', 2727, 0, 'M', 0),
(2565, 309, 'et_promo_tablet', 2729, 0, 'M', 0),
(2566, 310, 'promo', 2724, 0, 'M', 0),
(2567, 310, 'et_promo_desktop_extra', 2725, 0, 'M', 0),
(2568, 310, 'et_promo_phone_extra', 2726, 0, 'M', 0),
(2569, 310, 'et_promo_phone', 2728, 0, 'M', 0),
(2570, 310, 'et_promo_tablet_extra', 2727, 0, 'M', 0),
(2571, 310, 'et_promo_tablet', 2729, 0, 'M', 0),
(2572, 311, 'promo', 2724, 0, 'M', 0),
(2573, 311, 'et_promo_desktop_extra', 2725, 0, 'M', 0),
(2574, 311, 'et_promo_phone_extra', 2726, 0, 'M', 0),
(2575, 311, 'et_promo_phone', 2728, 0, 'M', 0),
(2576, 311, 'et_promo_tablet_extra', 2727, 0, 'M', 0),
(2577, 311, 'et_promo_tablet', 2729, 0, 'M', 0),
(2578, 312, 'promo', 2724, 0, 'M', 0),
(2579, 312, 'et_promo_desktop_extra', 2725, 0, 'M', 0),
(2580, 312, 'et_promo_phone_extra', 2726, 0, 'M', 0),
(2581, 312, 'et_promo_phone', 2728, 0, 'M', 0),
(2582, 312, 'et_promo_tablet_extra', 2727, 0, 'M', 0),
(2583, 312, 'et_promo_tablet', 2729, 0, 'M', 0),
(2584, 313, 'promo', 2730, 0, 'M', 0),
(2596, 313, 'et_promo_desktop_extra', 2731, 0, 'M', 0),
(2597, 313, 'et_promo_phone_extra', 2732, 0, 'M', 0),
(2598, 313, 'et_promo_tablet_extra', 2733, 0, 'M', 0),
(2599, 313, 'et_promo_phone', 2734, 0, 'M', 0),
(2600, 313, 'et_promo_tablet', 2735, 0, 'M', 0),
(2601, 325, 'promo', 2730, 0, 'M', 0),
(2602, 325, 'et_promo_desktop_extra', 2731, 0, 'M', 0),
(2603, 325, 'et_promo_phone_extra', 2732, 0, 'M', 0),
(2604, 325, 'et_promo_phone', 2734, 0, 'M', 0),
(2605, 325, 'et_promo_tablet_extra', 2733, 0, 'M', 0),
(2606, 325, 'et_promo_tablet', 2735, 0, 'M', 0),
(2607, 326, 'promo', 2730, 0, 'M', 0),
(2608, 326, 'et_promo_desktop_extra', 2731, 0, 'M', 0),
(2609, 326, 'et_promo_phone_extra', 2732, 0, 'M', 0),
(2610, 326, 'et_promo_phone', 2734, 0, 'M', 0),
(2611, 326, 'et_promo_tablet_extra', 2733, 0, 'M', 0),
(2612, 326, 'et_promo_tablet', 2735, 0, 'M', 0),
(2613, 327, 'promo', 2730, 0, 'M', 0),
(2614, 327, 'et_promo_desktop_extra', 2731, 0, 'M', 0),
(2615, 327, 'et_promo_phone_extra', 2732, 0, 'M', 0),
(2616, 327, 'et_promo_phone', 2734, 0, 'M', 0),
(2617, 327, 'et_promo_tablet_extra', 2733, 0, 'M', 0),
(2618, 327, 'et_promo_tablet', 2735, 0, 'M', 0),
(2619, 328, 'promo', 2730, 0, 'M', 0),
(2620, 328, 'et_promo_desktop_extra', 2731, 0, 'M', 0),
(2621, 328, 'et_promo_phone_extra', 2732, 0, 'M', 0),
(2622, 328, 'et_promo_phone', 2734, 0, 'M', 0),
(2623, 328, 'et_promo_tablet_extra', 2733, 0, 'M', 0),
(2624, 328, 'et_promo_tablet', 2735, 0, 'M', 0),
(2625, 329, 'promo', 2730, 0, 'M', 0),
(2626, 329, 'et_promo_desktop_extra', 2731, 0, 'M', 0),
(2627, 329, 'et_promo_phone_extra', 2732, 0, 'M', 0),
(2628, 329, 'et_promo_phone', 2734, 0, 'M', 0),
(2629, 329, 'et_promo_tablet_extra', 2733, 0, 'M', 0),
(2630, 329, 'et_promo_tablet', 2735, 0, 'M', 0),
(2631, 330, 'promo', 2730, 0, 'M', 0),
(2632, 330, 'et_promo_desktop_extra', 2731, 0, 'M', 0),
(2633, 330, 'et_promo_phone_extra', 2732, 0, 'M', 0),
(2634, 330, 'et_promo_phone', 2734, 0, 'M', 0),
(2635, 330, 'et_promo_tablet_extra', 2733, 0, 'M', 0),
(2636, 330, 'et_promo_tablet', 2735, 0, 'M', 0),
(2637, 331, 'promo', 2730, 0, 'M', 0),
(2638, 331, 'et_promo_desktop_extra', 2731, 0, 'M', 0),
(2639, 331, 'et_promo_phone_extra', 2732, 0, 'M', 0),
(2640, 331, 'et_promo_phone', 2734, 0, 'M', 0),
(2641, 331, 'et_promo_tablet_extra', 2733, 0, 'M', 0),
(2642, 331, 'et_promo_tablet', 2735, 0, 'M', 0),
(2643, 332, 'promo', 2730, 0, 'M', 0),
(2644, 332, 'et_promo_desktop_extra', 2731, 0, 'M', 0),
(2645, 332, 'et_promo_phone_extra', 2732, 0, 'M', 0),
(2646, 332, 'et_promo_phone', 2734, 0, 'M', 0),
(2647, 332, 'et_promo_tablet_extra', 2733, 0, 'M', 0),
(2648, 332, 'et_promo_tablet', 2735, 0, 'M', 0),
(2649, 333, 'promo', 2730, 0, 'M', 0),
(2650, 333, 'et_promo_desktop_extra', 2731, 0, 'M', 0),
(2651, 333, 'et_promo_phone_extra', 2732, 0, 'M', 0),
(2652, 333, 'et_promo_phone', 2734, 0, 'M', 0),
(2653, 333, 'et_promo_tablet_extra', 2733, 0, 'M', 0),
(2654, 333, 'et_promo_tablet', 2735, 0, 'M', 0),
(2655, 334, 'promo', 2730, 0, 'M', 0),
(2656, 334, 'et_promo_desktop_extra', 2731, 0, 'M', 0),
(2657, 334, 'et_promo_phone_extra', 2732, 0, 'M', 0),
(2658, 334, 'et_promo_phone', 2734, 0, 'M', 0),
(2659, 334, 'et_promo_tablet_extra', 2733, 0, 'M', 0),
(2660, 334, 'et_promo_tablet', 2735, 0, 'M', 0),
(2661, 335, 'promo', 2730, 0, 'M', 0),
(2662, 335, 'et_promo_desktop_extra', 2731, 0, 'M', 0),
(2663, 335, 'et_promo_phone_extra', 2732, 0, 'M', 0),
(2664, 335, 'et_promo_phone', 2734, 0, 'M', 0),
(2665, 335, 'et_promo_tablet_extra', 2733, 0, 'M', 0),
(2666, 335, 'et_promo_tablet', 2735, 0, 'M', 0),
(2667, 336, 'promo', 2736, 0, 'M', 0),
(2679, 336, 'et_promo_phone', 2737, 0, 'M', 0),
(2680, 336, 'et_promo_tablet', 2738, 0, 'M', 0),
(2681, 348, 'promo', 2736, 0, 'M', 0),
(2682, 348, 'et_promo_phone', 2737, 0, 'M', 0),
(2683, 348, 'et_promo_tablet', 2738, 0, 'M', 0),
(2684, 349, 'promo', 2736, 0, 'M', 0),
(2685, 349, 'et_promo_phone', 2737, 0, 'M', 0),
(2686, 349, 'et_promo_tablet', 2738, 0, 'M', 0),
(2687, 350, 'promo', 2736, 0, 'M', 0),
(2688, 350, 'et_promo_phone', 2737, 0, 'M', 0),
(2689, 350, 'et_promo_tablet', 2738, 0, 'M', 0),
(2690, 351, 'promo', 2736, 0, 'M', 0),
(2691, 351, 'et_promo_phone', 2737, 0, 'M', 0),
(2692, 351, 'et_promo_tablet', 2738, 0, 'M', 0),
(2693, 352, 'promo', 2736, 0, 'M', 0),
(2694, 352, 'et_promo_phone', 2737, 0, 'M', 0),
(2695, 352, 'et_promo_tablet', 2738, 0, 'M', 0),
(2696, 353, 'promo', 2736, 0, 'M', 0),
(2697, 353, 'et_promo_phone', 2737, 0, 'M', 0),
(2698, 353, 'et_promo_tablet', 2738, 0, 'M', 0),
(2699, 354, 'promo', 2736, 0, 'M', 0),
(2700, 354, 'et_promo_phone', 2737, 0, 'M', 0),
(2701, 354, 'et_promo_tablet', 2738, 0, 'M', 0),
(2702, 355, 'promo', 2736, 0, 'M', 0),
(2703, 355, 'et_promo_phone', 2737, 0, 'M', 0),
(2704, 355, 'et_promo_tablet', 2738, 0, 'M', 0),
(2705, 356, 'promo', 2736, 0, 'M', 0),
(2706, 356, 'et_promo_phone', 2737, 0, 'M', 0),
(2707, 356, 'et_promo_tablet', 2738, 0, 'M', 0),
(2708, 357, 'promo', 2736, 0, 'M', 0),
(2709, 357, 'et_promo_phone', 2737, 0, 'M', 0),
(2710, 357, 'et_promo_tablet', 2738, 0, 'M', 0),
(2711, 358, 'promo', 2736, 0, 'M', 0),
(2712, 358, 'et_promo_phone', 2737, 0, 'M', 0),
(2713, 358, 'et_promo_tablet', 2738, 0, 'M', 0),
(2714, 359, 'promo', 2739, 0, 'M', 0),
(2726, 359, 'et_promo_phone', 2740, 0, 'M', 0),
(2727, 359, 'et_promo_tablet', 2741, 0, 'M', 0),
(2728, 371, 'promo', 2739, 0, 'M', 0),
(2729, 371, 'et_promo_phone', 2740, 0, 'M', 0),
(2730, 371, 'et_promo_tablet', 2741, 0, 'M', 0),
(2731, 372, 'promo', 2739, 0, 'M', 0),
(2732, 372, 'et_promo_phone', 2740, 0, 'M', 0),
(2733, 372, 'et_promo_tablet', 2741, 0, 'M', 0),
(2734, 373, 'promo', 2739, 0, 'M', 0),
(2735, 373, 'et_promo_phone', 2740, 0, 'M', 0),
(2736, 373, 'et_promo_tablet', 2741, 0, 'M', 0),
(2737, 374, 'promo', 2739, 0, 'M', 0),
(2738, 374, 'et_promo_phone', 2740, 0, 'M', 0),
(2739, 374, 'et_promo_tablet', 2741, 0, 'M', 0),
(2740, 375, 'promo', 2739, 0, 'M', 0),
(2741, 375, 'et_promo_phone', 2740, 0, 'M', 0),
(2742, 375, 'et_promo_tablet', 2741, 0, 'M', 0),
(2743, 376, 'promo', 2739, 0, 'M', 0),
(2744, 376, 'et_promo_phone', 2740, 0, 'M', 0),
(2745, 376, 'et_promo_tablet', 2741, 0, 'M', 0),
(2746, 377, 'promo', 2739, 0, 'M', 0),
(2747, 377, 'et_promo_phone', 2740, 0, 'M', 0),
(2748, 377, 'et_promo_tablet', 2741, 0, 'M', 0),
(2749, 378, 'promo', 2739, 0, 'M', 0),
(2750, 378, 'et_promo_phone', 2740, 0, 'M', 0),
(2751, 378, 'et_promo_tablet', 2741, 0, 'M', 0),
(2752, 379, 'promo', 2739, 0, 'M', 0),
(2753, 379, 'et_promo_phone', 2740, 0, 'M', 0),
(2754, 379, 'et_promo_tablet', 2741, 0, 'M', 0),
(2755, 380, 'promo', 2739, 0, 'M', 0),
(2756, 380, 'et_promo_phone', 2740, 0, 'M', 0),
(2757, 380, 'et_promo_tablet', 2741, 0, 'M', 0),
(2758, 381, 'promo', 2739, 0, 'M', 0),
(2759, 381, 'et_promo_phone', 2740, 0, 'M', 0),
(2760, 381, 'et_promo_tablet', 2741, 0, 'M', 0),
(2761, 382, 'promo', 2742, 0, 'M', 0),
(2773, 382, 'et_promo_phone', 2743, 0, 'M', 0),
(2774, 382, 'et_promo_tablet', 2744, 0, 'M', 0),
(2775, 394, 'promo', 2742, 0, 'M', 0),
(2776, 394, 'et_promo_phone', 2743, 0, 'M', 0),
(2777, 394, 'et_promo_tablet', 2744, 0, 'M', 0),
(2778, 395, 'promo', 2742, 0, 'M', 0),
(2779, 395, 'et_promo_phone', 2743, 0, 'M', 0),
(2780, 395, 'et_promo_tablet', 2744, 0, 'M', 0),
(2781, 396, 'promo', 2742, 0, 'M', 0),
(2782, 396, 'et_promo_phone', 2743, 0, 'M', 0),
(2783, 396, 'et_promo_tablet', 2744, 0, 'M', 0),
(2784, 397, 'promo', 2742, 0, 'M', 0),
(2785, 397, 'et_promo_phone', 2743, 0, 'M', 0),
(2786, 397, 'et_promo_tablet', 2744, 0, 'M', 0),
(2787, 398, 'promo', 2742, 0, 'M', 0),
(2788, 398, 'et_promo_phone', 2743, 0, 'M', 0),
(2789, 398, 'et_promo_tablet', 2744, 0, 'M', 0),
(2790, 399, 'promo', 2742, 0, 'M', 0),
(2791, 399, 'et_promo_phone', 2743, 0, 'M', 0),
(2792, 399, 'et_promo_tablet', 2744, 0, 'M', 0),
(2793, 400, 'promo', 2742, 0, 'M', 0),
(2794, 400, 'et_promo_phone', 2743, 0, 'M', 0),
(2795, 400, 'et_promo_tablet', 2744, 0, 'M', 0),
(2796, 401, 'promo', 2742, 0, 'M', 0),
(2797, 401, 'et_promo_phone', 2743, 0, 'M', 0),
(2798, 401, 'et_promo_tablet', 2744, 0, 'M', 0),
(2799, 402, 'promo', 2742, 0, 'M', 0),
(2800, 402, 'et_promo_phone', 2743, 0, 'M', 0),
(2801, 402, 'et_promo_tablet', 2744, 0, 'M', 0),
(2802, 403, 'promo', 2742, 0, 'M', 0),
(2803, 403, 'et_promo_phone', 2743, 0, 'M', 0),
(2804, 403, 'et_promo_tablet', 2744, 0, 'M', 0),
(2805, 404, 'promo', 2742, 0, 'M', 0),
(2806, 404, 'et_promo_phone', 2743, 0, 'M', 0),
(2807, 404, 'et_promo_tablet', 2744, 0, 'M', 0),
(2808, 405, 'promo', 2745, 0, 'M', 0),
(2820, 405, 'et_promo_desktop_extra', 2746, 0, 'M', 0),
(2821, 405, 'et_promo_phone_extra', 2747, 0, 'M', 0),
(2822, 405, 'et_promo_tablet_extra', 2748, 0, 'M', 0),
(2823, 405, 'et_promo_phone', 2749, 0, 'M', 0),
(2824, 405, 'et_promo_tablet', 2750, 0, 'M', 0),
(2825, 417, 'promo', 2745, 0, 'M', 0),
(2826, 417, 'et_promo_desktop_extra', 2746, 0, 'M', 0),
(2827, 417, 'et_promo_phone_extra', 2747, 0, 'M', 0),
(2828, 417, 'et_promo_phone', 2749, 0, 'M', 0),
(2829, 417, 'et_promo_tablet_extra', 2748, 0, 'M', 0),
(2830, 417, 'et_promo_tablet', 2750, 0, 'M', 0),
(2831, 418, 'promo', 2745, 0, 'M', 0),
(2832, 418, 'et_promo_desktop_extra', 2746, 0, 'M', 0),
(2833, 418, 'et_promo_phone_extra', 2747, 0, 'M', 0),
(2834, 418, 'et_promo_phone', 2749, 0, 'M', 0),
(2835, 418, 'et_promo_tablet_extra', 2748, 0, 'M', 0),
(2836, 418, 'et_promo_tablet', 2750, 0, 'M', 0),
(2837, 419, 'promo', 2745, 0, 'M', 0),
(2838, 419, 'et_promo_desktop_extra', 2746, 0, 'M', 0),
(2839, 419, 'et_promo_phone_extra', 2747, 0, 'M', 0),
(2840, 419, 'et_promo_phone', 2749, 0, 'M', 0),
(2841, 419, 'et_promo_tablet_extra', 2748, 0, 'M', 0),
(2842, 419, 'et_promo_tablet', 2750, 0, 'M', 0),
(2843, 420, 'promo', 2745, 0, 'M', 0),
(2844, 420, 'et_promo_desktop_extra', 2746, 0, 'M', 0),
(2845, 420, 'et_promo_phone_extra', 2747, 0, 'M', 0),
(2846, 420, 'et_promo_phone', 2749, 0, 'M', 0),
(2847, 420, 'et_promo_tablet_extra', 2748, 0, 'M', 0),
(2848, 420, 'et_promo_tablet', 2750, 0, 'M', 0),
(2849, 421, 'promo', 2745, 0, 'M', 0),
(2850, 421, 'et_promo_desktop_extra', 2746, 0, 'M', 0),
(2851, 421, 'et_promo_phone_extra', 2747, 0, 'M', 0),
(2852, 421, 'et_promo_phone', 2749, 0, 'M', 0),
(2853, 421, 'et_promo_tablet_extra', 2748, 0, 'M', 0),
(2854, 421, 'et_promo_tablet', 2750, 0, 'M', 0),
(2855, 422, 'promo', 2745, 0, 'M', 0),
(2856, 422, 'et_promo_desktop_extra', 2746, 0, 'M', 0),
(2857, 422, 'et_promo_phone_extra', 2747, 0, 'M', 0),
(2858, 422, 'et_promo_phone', 2749, 0, 'M', 0),
(2859, 422, 'et_promo_tablet_extra', 2748, 0, 'M', 0),
(2860, 422, 'et_promo_tablet', 2750, 0, 'M', 0),
(2861, 423, 'promo', 2745, 0, 'M', 0),
(2862, 423, 'et_promo_desktop_extra', 2746, 0, 'M', 0),
(2863, 423, 'et_promo_phone_extra', 2747, 0, 'M', 0),
(2864, 423, 'et_promo_phone', 2749, 0, 'M', 0),
(2865, 423, 'et_promo_tablet_extra', 2748, 0, 'M', 0),
(2866, 423, 'et_promo_tablet', 2750, 0, 'M', 0),
(2867, 424, 'promo', 2745, 0, 'M', 0),
(2868, 424, 'et_promo_desktop_extra', 2746, 0, 'M', 0),
(2869, 424, 'et_promo_phone_extra', 2747, 0, 'M', 0),
(2870, 424, 'et_promo_phone', 2749, 0, 'M', 0),
(2871, 424, 'et_promo_tablet_extra', 2748, 0, 'M', 0),
(2872, 424, 'et_promo_tablet', 2750, 0, 'M', 0),
(2873, 425, 'promo', 2745, 0, 'M', 0),
(2874, 425, 'et_promo_desktop_extra', 2746, 0, 'M', 0),
(2875, 425, 'et_promo_phone_extra', 2747, 0, 'M', 0),
(2876, 425, 'et_promo_phone', 2749, 0, 'M', 0),
(2877, 425, 'et_promo_tablet_extra', 2748, 0, 'M', 0),
(2878, 425, 'et_promo_tablet', 2750, 0, 'M', 0),
(2879, 426, 'promo', 2745, 0, 'M', 0),
(2880, 426, 'et_promo_desktop_extra', 2746, 0, 'M', 0),
(2881, 426, 'et_promo_phone_extra', 2747, 0, 'M', 0),
(2882, 426, 'et_promo_phone', 2749, 0, 'M', 0),
(2883, 426, 'et_promo_tablet_extra', 2748, 0, 'M', 0),
(2884, 426, 'et_promo_tablet', 2750, 0, 'M', 0),
(2885, 427, 'promo', 2745, 0, 'M', 0),
(2886, 427, 'et_promo_desktop_extra', 2746, 0, 'M', 0),
(2887, 427, 'et_promo_phone_extra', 2747, 0, 'M', 0),
(2888, 427, 'et_promo_phone', 2749, 0, 'M', 0),
(2889, 427, 'et_promo_tablet_extra', 2748, 0, 'M', 0),
(2890, 427, 'et_promo_tablet', 2750, 0, 'M', 0),
(2891, 428, 'promo', 2751, 0, 'M', 0),
(2903, 428, 'et_promo_desktop_extra', 2752, 0, 'M', 0),
(2904, 428, 'et_promo_phone_extra', 2753, 0, 'M', 0),
(2905, 428, 'et_promo_tablet_extra', 2754, 0, 'M', 0),
(2906, 428, 'et_promo_phone', 2755, 0, 'M', 0),
(2907, 428, 'et_promo_tablet', 2756, 0, 'M', 0),
(2908, 440, 'promo', 2751, 0, 'M', 0),
(2909, 440, 'et_promo_desktop_extra', 2752, 0, 'M', 0),
(2910, 440, 'et_promo_phone_extra', 2753, 0, 'M', 0),
(2911, 440, 'et_promo_phone', 2755, 0, 'M', 0),
(2912, 440, 'et_promo_tablet_extra', 2754, 0, 'M', 0),
(2913, 440, 'et_promo_tablet', 2756, 0, 'M', 0),
(2914, 441, 'promo', 2751, 0, 'M', 0),
(2915, 441, 'et_promo_desktop_extra', 2752, 0, 'M', 0),
(2916, 441, 'et_promo_phone_extra', 2753, 0, 'M', 0),
(2917, 441, 'et_promo_phone', 2755, 0, 'M', 0),
(2918, 441, 'et_promo_tablet_extra', 2754, 0, 'M', 0),
(2919, 441, 'et_promo_tablet', 2756, 0, 'M', 0),
(2920, 442, 'promo', 2751, 0, 'M', 0),
(2921, 442, 'et_promo_desktop_extra', 2752, 0, 'M', 0),
(2922, 442, 'et_promo_phone_extra', 2753, 0, 'M', 0),
(2923, 442, 'et_promo_phone', 2755, 0, 'M', 0),
(2924, 442, 'et_promo_tablet_extra', 2754, 0, 'M', 0),
(2925, 442, 'et_promo_tablet', 2756, 0, 'M', 0),
(2926, 443, 'promo', 2751, 0, 'M', 0),
(2927, 443, 'et_promo_desktop_extra', 2752, 0, 'M', 0),
(2928, 443, 'et_promo_phone_extra', 2753, 0, 'M', 0),
(2929, 443, 'et_promo_phone', 2755, 0, 'M', 0),
(2930, 443, 'et_promo_tablet_extra', 2754, 0, 'M', 0),
(2931, 443, 'et_promo_tablet', 2756, 0, 'M', 0),
(2932, 444, 'promo', 2751, 0, 'M', 0),
(2933, 444, 'et_promo_desktop_extra', 2752, 0, 'M', 0),
(2934, 444, 'et_promo_phone_extra', 2753, 0, 'M', 0),
(2935, 444, 'et_promo_phone', 2755, 0, 'M', 0),
(2936, 444, 'et_promo_tablet_extra', 2754, 0, 'M', 0),
(2937, 444, 'et_promo_tablet', 2756, 0, 'M', 0),
(2938, 445, 'promo', 2751, 0, 'M', 0),
(2939, 445, 'et_promo_desktop_extra', 2752, 0, 'M', 0),
(2940, 445, 'et_promo_phone_extra', 2753, 0, 'M', 0),
(2941, 445, 'et_promo_phone', 2755, 0, 'M', 0),
(2942, 445, 'et_promo_tablet_extra', 2754, 0, 'M', 0),
(2943, 445, 'et_promo_tablet', 2756, 0, 'M', 0),
(2944, 446, 'promo', 2751, 0, 'M', 0),
(2945, 446, 'et_promo_desktop_extra', 2752, 0, 'M', 0),
(2946, 446, 'et_promo_phone_extra', 2753, 0, 'M', 0),
(2947, 446, 'et_promo_phone', 2755, 0, 'M', 0),
(2948, 446, 'et_promo_tablet_extra', 2754, 0, 'M', 0),
(2949, 446, 'et_promo_tablet', 2756, 0, 'M', 0),
(2950, 447, 'promo', 2751, 0, 'M', 0),
(2951, 447, 'et_promo_desktop_extra', 2752, 0, 'M', 0),
(2952, 447, 'et_promo_phone_extra', 2753, 0, 'M', 0),
(2953, 447, 'et_promo_phone', 2755, 0, 'M', 0),
(2954, 447, 'et_promo_tablet_extra', 2754, 0, 'M', 0),
(2955, 447, 'et_promo_tablet', 2756, 0, 'M', 0),
(2956, 448, 'promo', 2751, 0, 'M', 0),
(2957, 448, 'et_promo_desktop_extra', 2752, 0, 'M', 0),
(2958, 448, 'et_promo_phone_extra', 2753, 0, 'M', 0),
(2959, 448, 'et_promo_phone', 2755, 0, 'M', 0),
(2960, 448, 'et_promo_tablet_extra', 2754, 0, 'M', 0),
(2961, 448, 'et_promo_tablet', 2756, 0, 'M', 0),
(2962, 449, 'promo', 2751, 0, 'M', 0),
(2963, 449, 'et_promo_desktop_extra', 2752, 0, 'M', 0),
(2964, 449, 'et_promo_phone_extra', 2753, 0, 'M', 0),
(2965, 449, 'et_promo_phone', 2755, 0, 'M', 0),
(2966, 449, 'et_promo_tablet_extra', 2754, 0, 'M', 0),
(2967, 449, 'et_promo_tablet', 2756, 0, 'M', 0),
(2968, 450, 'promo', 2751, 0, 'M', 0),
(2969, 450, 'et_promo_desktop_extra', 2752, 0, 'M', 0),
(2970, 450, 'et_promo_phone_extra', 2753, 0, 'M', 0),
(2971, 450, 'et_promo_phone', 2755, 0, 'M', 0),
(2972, 450, 'et_promo_tablet_extra', 2754, 0, 'M', 0),
(2973, 450, 'et_promo_tablet', 2756, 0, 'M', 0),
(2974, 451, 'promo', 2757, 0, 'M', 0),
(2986, 451, 'et_promo_desktop_extra', 2758, 0, 'M', 0),
(2987, 451, 'et_promo_phone_extra', 2759, 0, 'M', 0),
(2988, 451, 'et_promo_tablet_extra', 2760, 0, 'M', 0),
(2989, 451, 'et_promo_phone', 2761, 0, 'M', 0),
(2990, 451, 'et_promo_tablet', 2762, 0, 'M', 0),
(2991, 463, 'promo', 2757, 0, 'M', 0),
(2992, 463, 'et_promo_desktop_extra', 2758, 0, 'M', 0),
(2993, 463, 'et_promo_phone_extra', 2759, 0, 'M', 0),
(2994, 463, 'et_promo_phone', 2761, 0, 'M', 0),
(2995, 463, 'et_promo_tablet_extra', 2760, 0, 'M', 0),
(2996, 463, 'et_promo_tablet', 2762, 0, 'M', 0),
(2997, 464, 'promo', 2757, 0, 'M', 0),
(2998, 464, 'et_promo_desktop_extra', 2758, 0, 'M', 0),
(2999, 464, 'et_promo_phone_extra', 2759, 0, 'M', 0),
(3000, 464, 'et_promo_phone', 2761, 0, 'M', 0),
(3001, 464, 'et_promo_tablet_extra', 2760, 0, 'M', 0),
(3002, 464, 'et_promo_tablet', 2762, 0, 'M', 0),
(3003, 465, 'promo', 2757, 0, 'M', 0),
(3004, 465, 'et_promo_desktop_extra', 2758, 0, 'M', 0),
(3005, 465, 'et_promo_phone_extra', 2759, 0, 'M', 0),
(3006, 465, 'et_promo_phone', 2761, 0, 'M', 0),
(3007, 465, 'et_promo_tablet_extra', 2760, 0, 'M', 0),
(3008, 465, 'et_promo_tablet', 2762, 0, 'M', 0),
(3009, 466, 'promo', 2757, 0, 'M', 0),
(3010, 466, 'et_promo_desktop_extra', 2758, 0, 'M', 0),
(3011, 466, 'et_promo_phone_extra', 2759, 0, 'M', 0),
(3012, 466, 'et_promo_phone', 2761, 0, 'M', 0),
(3013, 466, 'et_promo_tablet_extra', 2760, 0, 'M', 0),
(3014, 466, 'et_promo_tablet', 2762, 0, 'M', 0),
(3015, 467, 'promo', 2757, 0, 'M', 0),
(3016, 467, 'et_promo_desktop_extra', 2758, 0, 'M', 0),
(3017, 467, 'et_promo_phone_extra', 2759, 0, 'M', 0),
(3018, 467, 'et_promo_phone', 2761, 0, 'M', 0),
(3019, 467, 'et_promo_tablet_extra', 2760, 0, 'M', 0),
(3020, 467, 'et_promo_tablet', 2762, 0, 'M', 0),
(3021, 468, 'promo', 2757, 0, 'M', 0),
(3022, 468, 'et_promo_desktop_extra', 2758, 0, 'M', 0),
(3023, 468, 'et_promo_phone_extra', 2759, 0, 'M', 0),
(3024, 468, 'et_promo_phone', 2761, 0, 'M', 0),
(3025, 468, 'et_promo_tablet_extra', 2760, 0, 'M', 0),
(3026, 468, 'et_promo_tablet', 2762, 0, 'M', 0),
(3027, 469, 'promo', 2757, 0, 'M', 0),
(3028, 469, 'et_promo_desktop_extra', 2758, 0, 'M', 0),
(3029, 469, 'et_promo_phone_extra', 2759, 0, 'M', 0),
(3030, 469, 'et_promo_phone', 2761, 0, 'M', 0),
(3031, 469, 'et_promo_tablet_extra', 2760, 0, 'M', 0),
(3032, 469, 'et_promo_tablet', 2762, 0, 'M', 0),
(3033, 470, 'promo', 2757, 0, 'M', 0),
(3034, 470, 'et_promo_desktop_extra', 2758, 0, 'M', 0),
(3035, 470, 'et_promo_phone_extra', 2759, 0, 'M', 0),
(3036, 470, 'et_promo_phone', 2761, 0, 'M', 0),
(3037, 470, 'et_promo_tablet_extra', 2760, 0, 'M', 0),
(3038, 470, 'et_promo_tablet', 2762, 0, 'M', 0),
(3039, 471, 'promo', 2757, 0, 'M', 0),
(3040, 471, 'et_promo_desktop_extra', 2758, 0, 'M', 0),
(3041, 471, 'et_promo_phone_extra', 2759, 0, 'M', 0),
(3042, 471, 'et_promo_phone', 2761, 0, 'M', 0),
(3043, 471, 'et_promo_tablet_extra', 2760, 0, 'M', 0),
(3044, 471, 'et_promo_tablet', 2762, 0, 'M', 0),
(3045, 472, 'promo', 2757, 0, 'M', 0),
(3046, 472, 'et_promo_desktop_extra', 2758, 0, 'M', 0),
(3047, 472, 'et_promo_phone_extra', 2759, 0, 'M', 0),
(3048, 472, 'et_promo_phone', 2761, 0, 'M', 0),
(3049, 472, 'et_promo_tablet_extra', 2760, 0, 'M', 0),
(3050, 472, 'et_promo_tablet', 2762, 0, 'M', 0),
(3051, 473, 'promo', 2757, 0, 'M', 0),
(3052, 473, 'et_promo_desktop_extra', 2758, 0, 'M', 0),
(3053, 473, 'et_promo_phone_extra', 2759, 0, 'M', 0),
(3054, 473, 'et_promo_phone', 2761, 0, 'M', 0),
(3055, 473, 'et_promo_tablet_extra', 2760, 0, 'M', 0),
(3056, 473, 'et_promo_tablet', 2762, 0, 'M', 0),
(3057, 474, 'promo', 2763, 0, 'M', 0),
(3069, 474, 'et_promo_phone', 2764, 0, 'M', 0),
(3070, 474, 'et_promo_tablet', 2765, 0, 'M', 0),
(3071, 486, 'promo', 2763, 0, 'M', 0),
(3072, 486, 'et_promo_phone', 2764, 0, 'M', 0),
(3073, 486, 'et_promo_tablet', 2765, 0, 'M', 0),
(3074, 487, 'promo', 2763, 0, 'M', 0),
(3075, 487, 'et_promo_phone', 2764, 0, 'M', 0),
(3076, 487, 'et_promo_tablet', 2765, 0, 'M', 0),
(3077, 488, 'promo', 2763, 0, 'M', 0),
(3078, 488, 'et_promo_phone', 2764, 0, 'M', 0),
(3079, 488, 'et_promo_tablet', 2765, 0, 'M', 0),
(3080, 489, 'promo', 2763, 0, 'M', 0),
(3081, 489, 'et_promo_phone', 2764, 0, 'M', 0),
(3082, 489, 'et_promo_tablet', 2765, 0, 'M', 0),
(3083, 490, 'promo', 2763, 0, 'M', 0),
(3084, 490, 'et_promo_phone', 2764, 0, 'M', 0),
(3085, 490, 'et_promo_tablet', 2765, 0, 'M', 0),
(3086, 491, 'promo', 2763, 0, 'M', 0),
(3087, 491, 'et_promo_phone', 2764, 0, 'M', 0),
(3088, 491, 'et_promo_tablet', 2765, 0, 'M', 0),
(3089, 492, 'promo', 2763, 0, 'M', 0),
(3090, 492, 'et_promo_phone', 2764, 0, 'M', 0),
(3091, 492, 'et_promo_tablet', 2765, 0, 'M', 0),
(3092, 493, 'promo', 2763, 0, 'M', 0),
(3093, 493, 'et_promo_phone', 2764, 0, 'M', 0),
(3094, 493, 'et_promo_tablet', 2765, 0, 'M', 0),
(3095, 494, 'promo', 2763, 0, 'M', 0),
(3096, 494, 'et_promo_phone', 2764, 0, 'M', 0),
(3097, 494, 'et_promo_tablet', 2765, 0, 'M', 0),
(3098, 495, 'promo', 2763, 0, 'M', 0),
(3099, 495, 'et_promo_phone', 2764, 0, 'M', 0),
(3100, 495, 'et_promo_tablet', 2765, 0, 'M', 0),
(3101, 496, 'promo', 2763, 0, 'M', 0),
(3102, 496, 'et_promo_phone', 2764, 0, 'M', 0),
(3103, 496, 'et_promo_tablet', 2765, 0, 'M', 0),
(3104, 497, 'promo', 2766, 0, 'M', 0),
(3116, 497, 'et_promo_phone', 2767, 0, 'M', 0),
(3117, 497, 'et_promo_tablet', 2768, 0, 'M', 0),
(3118, 509, 'promo', 2766, 0, 'M', 0),
(3119, 509, 'et_promo_phone', 2767, 0, 'M', 0),
(3120, 509, 'et_promo_tablet', 2768, 0, 'M', 0),
(3121, 510, 'promo', 2766, 0, 'M', 0),
(3122, 510, 'et_promo_phone', 2767, 0, 'M', 0),
(3123, 510, 'et_promo_tablet', 2768, 0, 'M', 0),
(3124, 511, 'promo', 2766, 0, 'M', 0),
(3125, 511, 'et_promo_phone', 2767, 0, 'M', 0),
(3126, 511, 'et_promo_tablet', 2768, 0, 'M', 0),
(3127, 512, 'promo', 2766, 0, 'M', 0),
(3128, 512, 'et_promo_phone', 2767, 0, 'M', 0),
(3129, 512, 'et_promo_tablet', 2768, 0, 'M', 0),
(3130, 513, 'promo', 2766, 0, 'M', 0),
(3131, 513, 'et_promo_phone', 2767, 0, 'M', 0),
(3132, 513, 'et_promo_tablet', 2768, 0, 'M', 0),
(3133, 514, 'promo', 2766, 0, 'M', 0),
(3134, 514, 'et_promo_phone', 2767, 0, 'M', 0),
(3135, 514, 'et_promo_tablet', 2768, 0, 'M', 0),
(3136, 515, 'promo', 2766, 0, 'M', 0),
(3137, 515, 'et_promo_phone', 2767, 0, 'M', 0),
(3138, 515, 'et_promo_tablet', 2768, 0, 'M', 0),
(3139, 516, 'promo', 2766, 0, 'M', 0),
(3140, 516, 'et_promo_phone', 2767, 0, 'M', 0),
(3141, 516, 'et_promo_tablet', 2768, 0, 'M', 0),
(3142, 517, 'promo', 2766, 0, 'M', 0),
(3143, 517, 'et_promo_phone', 2767, 0, 'M', 0),
(3144, 517, 'et_promo_tablet', 2768, 0, 'M', 0),
(3145, 518, 'promo', 2766, 0, 'M', 0),
(3146, 518, 'et_promo_phone', 2767, 0, 'M', 0),
(3147, 518, 'et_promo_tablet', 2768, 0, 'M', 0),
(3148, 519, 'promo', 2766, 0, 'M', 0),
(3149, 519, 'et_promo_phone', 2767, 0, 'M', 0),
(3150, 519, 'et_promo_tablet', 2768, 0, 'M', 0),
(3151, 520, 'promo', 2769, 0, 'M', 0),
(3163, 520, 'et_promo_phone', 2770, 0, 'M', 0),
(3164, 520, 'et_promo_tablet', 2771, 0, 'M', 0),
(3165, 532, 'promo', 2769, 0, 'M', 0),
(3166, 532, 'et_promo_phone', 2770, 0, 'M', 0),
(3167, 532, 'et_promo_tablet', 2771, 0, 'M', 0),
(3168, 533, 'promo', 2769, 0, 'M', 0),
(3169, 533, 'et_promo_phone', 2770, 0, 'M', 0),
(3170, 533, 'et_promo_tablet', 2771, 0, 'M', 0),
(3171, 534, 'promo', 2769, 0, 'M', 0),
(3172, 534, 'et_promo_phone', 2770, 0, 'M', 0),
(3173, 534, 'et_promo_tablet', 2771, 0, 'M', 0),
(3174, 535, 'promo', 2769, 0, 'M', 0),
(3175, 535, 'et_promo_phone', 2770, 0, 'M', 0),
(3176, 535, 'et_promo_tablet', 2771, 0, 'M', 0),
(3177, 536, 'promo', 2769, 0, 'M', 0),
(3178, 536, 'et_promo_phone', 2770, 0, 'M', 0),
(3179, 536, 'et_promo_tablet', 2771, 0, 'M', 0),
(3180, 537, 'promo', 2769, 0, 'M', 0),
(3181, 537, 'et_promo_phone', 2770, 0, 'M', 0),
(3182, 537, 'et_promo_tablet', 2771, 0, 'M', 0),
(3183, 538, 'promo', 2769, 0, 'M', 0),
(3184, 538, 'et_promo_phone', 2770, 0, 'M', 0),
(3185, 538, 'et_promo_tablet', 2771, 0, 'M', 0),
(3186, 539, 'promo', 2769, 0, 'M', 0),
(3187, 539, 'et_promo_phone', 2770, 0, 'M', 0),
(3188, 539, 'et_promo_tablet', 2771, 0, 'M', 0),
(3189, 540, 'promo', 2769, 0, 'M', 0),
(3190, 540, 'et_promo_phone', 2770, 0, 'M', 0),
(3191, 540, 'et_promo_tablet', 2771, 0, 'M', 0),
(3192, 541, 'promo', 2769, 0, 'M', 0),
(3193, 541, 'et_promo_phone', 2770, 0, 'M', 0),
(3194, 541, 'et_promo_tablet', 2771, 0, 'M', 0),
(3195, 542, 'promo', 2769, 0, 'M', 0),
(3196, 542, 'et_promo_phone', 2770, 0, 'M', 0),
(3197, 542, 'et_promo_tablet', 2771, 0, 'M', 0),
(3198, 543, 'promo', 2772, 0, 'M', 0),
(3210, 543, 'et_promo_phone', 2773, 0, 'M', 0),
(3211, 543, 'et_promo_tablet', 2774, 0, 'M', 0),
(3212, 555, 'promo', 2772, 0, 'M', 0),
(3213, 555, 'et_promo_phone', 2773, 0, 'M', 0),
(3214, 555, 'et_promo_tablet', 2774, 0, 'M', 0),
(3215, 556, 'promo', 2772, 0, 'M', 0),
(3216, 556, 'et_promo_phone', 2773, 0, 'M', 0),
(3217, 556, 'et_promo_tablet', 2774, 0, 'M', 0),
(3218, 557, 'promo', 2772, 0, 'M', 0),
(3219, 557, 'et_promo_phone', 2773, 0, 'M', 0),
(3220, 557, 'et_promo_tablet', 2774, 0, 'M', 0),
(3221, 558, 'promo', 2772, 0, 'M', 0),
(3222, 558, 'et_promo_phone', 2773, 0, 'M', 0),
(3223, 558, 'et_promo_tablet', 2774, 0, 'M', 0),
(3224, 559, 'promo', 2772, 0, 'M', 0),
(3225, 559, 'et_promo_phone', 2773, 0, 'M', 0),
(3226, 559, 'et_promo_tablet', 2774, 0, 'M', 0),
(3227, 560, 'promo', 2772, 0, 'M', 0),
(3228, 560, 'et_promo_phone', 2773, 0, 'M', 0),
(3229, 560, 'et_promo_tablet', 2774, 0, 'M', 0),
(3230, 561, 'promo', 2772, 0, 'M', 0),
(3231, 561, 'et_promo_phone', 2773, 0, 'M', 0),
(3232, 561, 'et_promo_tablet', 2774, 0, 'M', 0),
(3233, 562, 'promo', 2772, 0, 'M', 0),
(3234, 562, 'et_promo_phone', 2773, 0, 'M', 0),
(3235, 562, 'et_promo_tablet', 2774, 0, 'M', 0),
(3236, 563, 'promo', 2772, 0, 'M', 0),
(3237, 563, 'et_promo_phone', 2773, 0, 'M', 0),
(3238, 563, 'et_promo_tablet', 2774, 0, 'M', 0),
(3239, 564, 'promo', 2772, 0, 'M', 0),
(3240, 564, 'et_promo_phone', 2773, 0, 'M', 0),
(3241, 564, 'et_promo_tablet', 2774, 0, 'M', 0),
(3242, 565, 'promo', 2772, 0, 'M', 0),
(3243, 565, 'et_promo_phone', 2773, 0, 'M', 0),
(3244, 565, 'et_promo_tablet', 2774, 0, 'M', 0),
(3245, 566, 'promo', 2775, 0, 'M', 0),
(3246, 567, 'promo', 2775, 0, 'M', 0),
(3247, 568, 'promo', 2775, 0, 'M', 0),
(3248, 569, 'promo', 2775, 0, 'M', 0),
(3249, 570, 'promo', 2775, 0, 'M', 0),
(3250, 571, 'promo', 2775, 0, 'M', 0),
(3251, 572, 'promo', 2775, 0, 'M', 0),
(3252, 573, 'promo', 2775, 0, 'M', 0),
(3253, 574, 'promo', 2775, 0, 'M', 0),
(3254, 575, 'promo', 2775, 0, 'M', 0),
(3255, 576, 'promo', 2775, 0, 'M', 0),
(3256, 577, 'promo', 2775, 0, 'M', 0),
(3257, 578, 'promo', 2776, 0, 'M', 0),
(3258, 579, 'promo', 2776, 0, 'M', 0),
(3259, 580, 'promo', 2776, 0, 'M', 0),
(3260, 581, 'promo', 2776, 0, 'M', 0),
(3261, 582, 'promo', 2776, 0, 'M', 0),
(3262, 583, 'promo', 2776, 0, 'M', 0),
(3263, 584, 'promo', 2776, 0, 'M', 0),
(3264, 585, 'promo', 2776, 0, 'M', 0),
(3265, 586, 'promo', 2776, 0, 'M', 0),
(3266, 587, 'promo', 2776, 0, 'M', 0),
(3267, 588, 'promo', 2776, 0, 'M', 0),
(3268, 589, 'promo', 2776, 0, 'M', 0),
(3269, 593, 'promo', 2777, 0, 'M', 0),
(3270, 594, 'promo', 2777, 0, 'M', 0),
(3271, 595, 'promo', 2777, 0, 'M', 0),
(3272, 596, 'promo', 2777, 0, 'M', 0),
(3273, 597, 'promo', 2777, 0, 'M', 0),
(3274, 598, 'promo', 2777, 0, 'M', 0),
(3275, 599, 'promo', 2777, 0, 'M', 0),
(3276, 600, 'promo', 2777, 0, 'M', 0),
(3277, 601, 'promo', 2777, 0, 'M', 0),
(3278, 602, 'promo', 2777, 0, 'M', 0),
(3279, 603, 'promo', 2777, 0, 'M', 0),
(3280, 604, 'promo', 2777, 0, 'M', 0),
(3281, 56, 'blog', 2778, 0, 'M', 0),
(3282, 57, 'blog', 2779, 0, 'M', 0),
(3283, 58, 'blog', 2780, 0, 'M', 0),
(3284, 59, 'blog', 2781, 0, 'M', 0),
(3285, 60, 'blog', 2782, 0, 'M', 0),
(3286, 61, 'blog', 2783, 0, 'M', 0),
(3287, 62, 'blog', 2784, 0, 'M', 0),
(3288, 63, 'blog', 2785, 0, 'M', 0),
(3289, 64, 'blog', 2786, 0, 'M', 0),
(3290, 65, 'blog', 2787, 0, 'M', 0),
(3291, 66, 'blog', 2788, 0, 'M', 0),
(3292, 67, 'blog', 2789, 0, 'M', 0),
(3293, 68, 'blog', 2790, 0, 'M', 0),
(3294, 605, 'promo', 2791, 0, 'M', 0),
(3306, 605, 'et_promo_phone', 2792, 0, 'M', 0),
(3307, 605, 'et_promo_tablet', 2793, 0, 'M', 0),
(3308, 617, 'promo', 2791, 0, 'M', 0),
(3309, 617, 'et_promo_phone', 2792, 0, 'M', 0),
(3310, 617, 'et_promo_tablet', 2793, 0, 'M', 0),
(3311, 618, 'promo', 2791, 0, 'M', 0),
(3312, 618, 'et_promo_phone', 2792, 0, 'M', 0),
(3313, 618, 'et_promo_tablet', 2793, 0, 'M', 0),
(3314, 619, 'promo', 2791, 0, 'M', 0),
(3315, 619, 'et_promo_phone', 2792, 0, 'M', 0),
(3316, 619, 'et_promo_tablet', 2793, 0, 'M', 0),
(3317, 620, 'promo', 2791, 0, 'M', 0),
(3318, 620, 'et_promo_phone', 2792, 0, 'M', 0),
(3319, 620, 'et_promo_tablet', 2793, 0, 'M', 0),
(3320, 621, 'promo', 2791, 0, 'M', 0),
(3321, 621, 'et_promo_phone', 2792, 0, 'M', 0),
(3322, 621, 'et_promo_tablet', 2793, 0, 'M', 0),
(3323, 622, 'promo', 2791, 0, 'M', 0),
(3324, 622, 'et_promo_phone', 2792, 0, 'M', 0),
(3325, 622, 'et_promo_tablet', 2793, 0, 'M', 0),
(3326, 623, 'promo', 2791, 0, 'M', 0),
(3327, 623, 'et_promo_phone', 2792, 0, 'M', 0),
(3328, 623, 'et_promo_tablet', 2793, 0, 'M', 0),
(3329, 624, 'promo', 2791, 0, 'M', 0),
(3330, 624, 'et_promo_phone', 2792, 0, 'M', 0),
(3331, 624, 'et_promo_tablet', 2793, 0, 'M', 0),
(3332, 625, 'promo', 2791, 0, 'M', 0),
(3333, 625, 'et_promo_phone', 2792, 0, 'M', 0),
(3334, 625, 'et_promo_tablet', 2793, 0, 'M', 0),
(3335, 626, 'promo', 2791, 0, 'M', 0),
(3336, 626, 'et_promo_phone', 2792, 0, 'M', 0),
(3337, 626, 'et_promo_tablet', 2793, 0, 'M', 0),
(3338, 627, 'promo', 2791, 0, 'M', 0),
(3339, 627, 'et_promo_phone', 2792, 0, 'M', 0),
(3340, 627, 'et_promo_tablet', 2793, 0, 'M', 0),
(3341, 628, 'promo', 2794, 0, 'M', 0),
(3353, 628, 'et_promo_phone', 2795, 0, 'M', 0),
(3354, 628, 'et_promo_tablet', 2796, 0, 'M', 0),
(3355, 640, 'promo', 2794, 0, 'M', 0),
(3356, 640, 'et_promo_phone', 2795, 0, 'M', 0),
(3357, 640, 'et_promo_tablet', 2796, 0, 'M', 0),
(3358, 641, 'promo', 2794, 0, 'M', 0),
(3359, 641, 'et_promo_phone', 2795, 0, 'M', 0),
(3360, 641, 'et_promo_tablet', 2796, 0, 'M', 0),
(3361, 642, 'promo', 2794, 0, 'M', 0),
(3362, 642, 'et_promo_phone', 2795, 0, 'M', 0),
(3363, 642, 'et_promo_tablet', 2796, 0, 'M', 0),
(3364, 643, 'promo', 2794, 0, 'M', 0),
(3365, 643, 'et_promo_phone', 2795, 0, 'M', 0),
(3366, 643, 'et_promo_tablet', 2796, 0, 'M', 0),
(3367, 644, 'promo', 2794, 0, 'M', 0),
(3368, 644, 'et_promo_phone', 2795, 0, 'M', 0),
(3369, 644, 'et_promo_tablet', 2796, 0, 'M', 0),
(3370, 645, 'promo', 2794, 0, 'M', 0),
(3371, 645, 'et_promo_phone', 2795, 0, 'M', 0),
(3372, 645, 'et_promo_tablet', 2796, 0, 'M', 0),
(3373, 646, 'promo', 2794, 0, 'M', 0),
(3374, 646, 'et_promo_phone', 2795, 0, 'M', 0),
(3375, 646, 'et_promo_tablet', 2796, 0, 'M', 0),
(3376, 647, 'promo', 2794, 0, 'M', 0),
(3377, 647, 'et_promo_phone', 2795, 0, 'M', 0),
(3378, 647, 'et_promo_tablet', 2796, 0, 'M', 0),
(3379, 648, 'promo', 2794, 0, 'M', 0),
(3380, 648, 'et_promo_phone', 2795, 0, 'M', 0),
(3381, 648, 'et_promo_tablet', 2796, 0, 'M', 0),
(3382, 649, 'promo', 2794, 0, 'M', 0),
(3383, 649, 'et_promo_phone', 2795, 0, 'M', 0),
(3384, 649, 'et_promo_tablet', 2796, 0, 'M', 0),
(3385, 650, 'promo', 2794, 0, 'M', 0),
(3386, 650, 'et_promo_phone', 2795, 0, 'M', 0),
(3387, 650, 'et_promo_tablet', 2796, 0, 'M', 0),
(3388, 651, 'promo', 2797, 0, 'M', 0),
(3400, 651, 'et_promo_phone', 2798, 0, 'M', 0),
(3401, 651, 'et_promo_tablet', 2799, 0, 'M', 0),
(3402, 663, 'promo', 2797, 0, 'M', 0),
(3403, 663, 'et_promo_phone', 2798, 0, 'M', 0),
(3404, 663, 'et_promo_tablet', 2799, 0, 'M', 0),
(3405, 664, 'promo', 2797, 0, 'M', 0),
(3406, 664, 'et_promo_phone', 2798, 0, 'M', 0),
(3407, 664, 'et_promo_tablet', 2799, 0, 'M', 0),
(3408, 665, 'promo', 2797, 0, 'M', 0),
(3409, 665, 'et_promo_phone', 2798, 0, 'M', 0),
(3410, 665, 'et_promo_tablet', 2799, 0, 'M', 0),
(3411, 666, 'promo', 2797, 0, 'M', 0),
(3412, 666, 'et_promo_phone', 2798, 0, 'M', 0),
(3413, 666, 'et_promo_tablet', 2799, 0, 'M', 0),
(3414, 667, 'promo', 2797, 0, 'M', 0),
(3415, 667, 'et_promo_phone', 2798, 0, 'M', 0),
(3416, 667, 'et_promo_tablet', 2799, 0, 'M', 0),
(3417, 668, 'promo', 2797, 0, 'M', 0),
(3418, 668, 'et_promo_phone', 2798, 0, 'M', 0),
(3419, 668, 'et_promo_tablet', 2799, 0, 'M', 0),
(3420, 669, 'promo', 2797, 0, 'M', 0),
(3421, 669, 'et_promo_phone', 2798, 0, 'M', 0),
(3422, 669, 'et_promo_tablet', 2799, 0, 'M', 0),
(3423, 670, 'promo', 2797, 0, 'M', 0),
(3424, 670, 'et_promo_phone', 2798, 0, 'M', 0),
(3425, 670, 'et_promo_tablet', 2799, 0, 'M', 0),
(3426, 671, 'promo', 2797, 0, 'M', 0),
(3427, 671, 'et_promo_phone', 2798, 0, 'M', 0),
(3428, 671, 'et_promo_tablet', 2799, 0, 'M', 0),
(3429, 672, 'promo', 2797, 0, 'M', 0),
(3430, 672, 'et_promo_phone', 2798, 0, 'M', 0),
(3431, 672, 'et_promo_tablet', 2799, 0, 'M', 0),
(3432, 673, 'promo', 2797, 0, 'M', 0),
(3433, 673, 'et_promo_phone', 2798, 0, 'M', 0),
(3434, 673, 'et_promo_tablet', 2799, 0, 'M', 0),
(3435, 674, 'promo', 2800, 0, 'M', 0),
(3447, 674, 'et_promo_phone', 2801, 0, 'M', 0),
(3448, 674, 'et_promo_tablet', 2802, 0, 'M', 0),
(3449, 686, 'promo', 2800, 0, 'M', 0),
(3450, 686, 'et_promo_phone', 2801, 0, 'M', 0),
(3451, 686, 'et_promo_tablet', 2802, 0, 'M', 0),
(3452, 687, 'promo', 2800, 0, 'M', 0),
(3453, 687, 'et_promo_phone', 2801, 0, 'M', 0),
(3454, 687, 'et_promo_tablet', 2802, 0, 'M', 0),
(3455, 688, 'promo', 2800, 0, 'M', 0),
(3456, 688, 'et_promo_phone', 2801, 0, 'M', 0),
(3457, 688, 'et_promo_tablet', 2802, 0, 'M', 0),
(3458, 689, 'promo', 2800, 0, 'M', 0),
(3459, 689, 'et_promo_phone', 2801, 0, 'M', 0),
(3460, 689, 'et_promo_tablet', 2802, 0, 'M', 0),
(3461, 690, 'promo', 2800, 0, 'M', 0),
(3462, 690, 'et_promo_phone', 2801, 0, 'M', 0),
(3463, 690, 'et_promo_tablet', 2802, 0, 'M', 0),
(3464, 691, 'promo', 2800, 0, 'M', 0),
(3465, 691, 'et_promo_phone', 2801, 0, 'M', 0),
(3466, 691, 'et_promo_tablet', 2802, 0, 'M', 0),
(3467, 692, 'promo', 2800, 0, 'M', 0),
(3468, 692, 'et_promo_phone', 2801, 0, 'M', 0),
(3469, 692, 'et_promo_tablet', 2802, 0, 'M', 0),
(3470, 693, 'promo', 2800, 0, 'M', 0),
(3471, 693, 'et_promo_phone', 2801, 0, 'M', 0),
(3472, 693, 'et_promo_tablet', 2802, 0, 'M', 0),
(3473, 694, 'promo', 2800, 0, 'M', 0),
(3474, 694, 'et_promo_phone', 2801, 0, 'M', 0),
(3475, 694, 'et_promo_tablet', 2802, 0, 'M', 0),
(3476, 695, 'promo', 2800, 0, 'M', 0),
(3477, 695, 'et_promo_phone', 2801, 0, 'M', 0),
(3478, 695, 'et_promo_tablet', 2802, 0, 'M', 0),
(3479, 696, 'promo', 2800, 0, 'M', 0),
(3480, 696, 'et_promo_phone', 2801, 0, 'M', 0),
(3481, 696, 'et_promo_tablet', 2802, 0, 'M', 0),
(3482, 697, 'promo', 2803, 0, 'M', 0),
(3494, 697, 'et_promo_phone', 2804, 0, 'M', 0),
(3495, 697, 'et_promo_tablet', 2805, 0, 'M', 0),
(3496, 709, 'promo', 2803, 0, 'M', 0),
(3497, 709, 'et_promo_phone', 2804, 0, 'M', 0),
(3498, 709, 'et_promo_tablet', 2805, 0, 'M', 0),
(3499, 710, 'promo', 2803, 0, 'M', 0),
(3500, 710, 'et_promo_phone', 2804, 0, 'M', 0),
(3501, 710, 'et_promo_tablet', 2805, 0, 'M', 0),
(3502, 711, 'promo', 2803, 0, 'M', 0),
(3503, 711, 'et_promo_phone', 2804, 0, 'M', 0),
(3504, 711, 'et_promo_tablet', 2805, 0, 'M', 0),
(3505, 712, 'promo', 2803, 0, 'M', 0),
(3506, 712, 'et_promo_phone', 2804, 0, 'M', 0),
(3507, 712, 'et_promo_tablet', 2805, 0, 'M', 0),
(3508, 713, 'promo', 2803, 0, 'M', 0),
(3509, 713, 'et_promo_phone', 2804, 0, 'M', 0),
(3510, 713, 'et_promo_tablet', 2805, 0, 'M', 0),
(3511, 714, 'promo', 2803, 0, 'M', 0),
(3512, 714, 'et_promo_phone', 2804, 0, 'M', 0),
(3513, 714, 'et_promo_tablet', 2805, 0, 'M', 0),
(3514, 715, 'promo', 2803, 0, 'M', 0),
(3515, 715, 'et_promo_phone', 2804, 0, 'M', 0),
(3516, 715, 'et_promo_tablet', 2805, 0, 'M', 0),
(3517, 716, 'promo', 2803, 0, 'M', 0),
(3518, 716, 'et_promo_phone', 2804, 0, 'M', 0),
(3519, 716, 'et_promo_tablet', 2805, 0, 'M', 0),
(3520, 717, 'promo', 2803, 0, 'M', 0),
(3521, 717, 'et_promo_phone', 2804, 0, 'M', 0),
(3522, 717, 'et_promo_tablet', 2805, 0, 'M', 0),
(3523, 718, 'promo', 2803, 0, 'M', 0),
(3524, 718, 'et_promo_phone', 2804, 0, 'M', 0),
(3525, 718, 'et_promo_tablet', 2805, 0, 'M', 0),
(3526, 719, 'promo', 2803, 0, 'M', 0),
(3527, 719, 'et_promo_phone', 2804, 0, 'M', 0),
(3528, 719, 'et_promo_tablet', 2805, 0, 'M', 0),
(3529, 720, 'promo', 2806, 0, 'M', 0),
(3541, 720, 'et_promo_phone', 2807, 0, 'M', 0),
(3542, 720, 'et_promo_tablet', 2808, 0, 'M', 0),
(3543, 732, 'promo', 2806, 0, 'M', 0),
(3544, 732, 'et_promo_phone', 2807, 0, 'M', 0),
(3545, 732, 'et_promo_tablet', 2808, 0, 'M', 0),
(3546, 733, 'promo', 2806, 0, 'M', 0),
(3547, 733, 'et_promo_phone', 2807, 0, 'M', 0),
(3548, 733, 'et_promo_tablet', 2808, 0, 'M', 0),
(3549, 734, 'promo', 2806, 0, 'M', 0),
(3550, 734, 'et_promo_phone', 2807, 0, 'M', 0),
(3551, 734, 'et_promo_tablet', 2808, 0, 'M', 0),
(3552, 735, 'promo', 2806, 0, 'M', 0),
(3553, 735, 'et_promo_phone', 2807, 0, 'M', 0),
(3554, 735, 'et_promo_tablet', 2808, 0, 'M', 0),
(3555, 736, 'promo', 2806, 0, 'M', 0),
(3556, 736, 'et_promo_phone', 2807, 0, 'M', 0),
(3557, 736, 'et_promo_tablet', 2808, 0, 'M', 0),
(3558, 737, 'promo', 2806, 0, 'M', 0),
(3559, 737, 'et_promo_phone', 2807, 0, 'M', 0),
(3560, 737, 'et_promo_tablet', 2808, 0, 'M', 0),
(3561, 738, 'promo', 2806, 0, 'M', 0),
(3562, 738, 'et_promo_phone', 2807, 0, 'M', 0),
(3563, 738, 'et_promo_tablet', 2808, 0, 'M', 0),
(3564, 739, 'promo', 2806, 0, 'M', 0),
(3565, 739, 'et_promo_phone', 2807, 0, 'M', 0),
(3566, 739, 'et_promo_tablet', 2808, 0, 'M', 0),
(3567, 740, 'promo', 2806, 0, 'M', 0),
(3568, 740, 'et_promo_phone', 2807, 0, 'M', 0),
(3569, 740, 'et_promo_tablet', 2808, 0, 'M', 0),
(3570, 741, 'promo', 2806, 0, 'M', 0),
(3571, 741, 'et_promo_phone', 2807, 0, 'M', 0),
(3572, 741, 'et_promo_tablet', 2808, 0, 'M', 0),
(3573, 742, 'promo', 2806, 0, 'M', 0),
(3574, 742, 'et_promo_phone', 2807, 0, 'M', 0),
(3575, 742, 'et_promo_tablet', 2808, 0, 'M', 0),
(3576, 743, 'promo', 2809, 0, 'M', 0),
(3588, 743, 'et_promo_phone', 2810, 0, 'M', 0),
(3589, 743, 'et_promo_tablet', 2811, 0, 'M', 0),
(3590, 755, 'promo', 2809, 0, 'M', 0),
(3591, 755, 'et_promo_phone', 2810, 0, 'M', 0),
(3592, 755, 'et_promo_tablet', 2811, 0, 'M', 0),
(3593, 756, 'promo', 2809, 0, 'M', 0),
(3594, 756, 'et_promo_phone', 2810, 0, 'M', 0),
(3595, 756, 'et_promo_tablet', 2811, 0, 'M', 0),
(3596, 757, 'promo', 2809, 0, 'M', 0),
(3597, 757, 'et_promo_phone', 2810, 0, 'M', 0),
(3598, 757, 'et_promo_tablet', 2811, 0, 'M', 0),
(3599, 758, 'promo', 2809, 0, 'M', 0),
(3600, 758, 'et_promo_phone', 2810, 0, 'M', 0),
(3601, 758, 'et_promo_tablet', 2811, 0, 'M', 0),
(3602, 759, 'promo', 2809, 0, 'M', 0),
(3603, 759, 'et_promo_phone', 2810, 0, 'M', 0),
(3604, 759, 'et_promo_tablet', 2811, 0, 'M', 0),
(3605, 760, 'promo', 2809, 0, 'M', 0),
(3606, 760, 'et_promo_phone', 2810, 0, 'M', 0),
(3607, 760, 'et_promo_tablet', 2811, 0, 'M', 0),
(3608, 761, 'promo', 2809, 0, 'M', 0),
(3609, 761, 'et_promo_phone', 2810, 0, 'M', 0),
(3610, 761, 'et_promo_tablet', 2811, 0, 'M', 0),
(3611, 762, 'promo', 2809, 0, 'M', 0),
(3612, 762, 'et_promo_phone', 2810, 0, 'M', 0),
(3613, 762, 'et_promo_tablet', 2811, 0, 'M', 0),
(3614, 763, 'promo', 2809, 0, 'M', 0),
(3615, 763, 'et_promo_phone', 2810, 0, 'M', 0),
(3616, 763, 'et_promo_tablet', 2811, 0, 'M', 0),
(3617, 764, 'promo', 2809, 0, 'M', 0),
(3618, 764, 'et_promo_phone', 2810, 0, 'M', 0),
(3619, 764, 'et_promo_tablet', 2811, 0, 'M', 0),
(3620, 765, 'promo', 2809, 0, 'M', 0),
(3621, 765, 'et_promo_phone', 2810, 0, 'M', 0),
(3622, 765, 'et_promo_tablet', 2811, 0, 'M', 0),
(3623, 766, 'promo', 2812, 0, 'M', 0),
(3635, 766, 'et_promo_phone', 2813, 0, 'M', 0),
(3636, 766, 'et_promo_tablet', 2814, 0, 'M', 0),
(3637, 778, 'promo', 2812, 0, 'M', 0),
(3638, 778, 'et_promo_phone', 2813, 0, 'M', 0),
(3639, 778, 'et_promo_tablet', 2814, 0, 'M', 0),
(3640, 779, 'promo', 2812, 0, 'M', 0),
(3641, 779, 'et_promo_phone', 2813, 0, 'M', 0),
(3642, 779, 'et_promo_tablet', 2814, 0, 'M', 0),
(3643, 780, 'promo', 2812, 0, 'M', 0),
(3644, 780, 'et_promo_phone', 2813, 0, 'M', 0),
(3645, 780, 'et_promo_tablet', 2814, 0, 'M', 0),
(3646, 781, 'promo', 2812, 0, 'M', 0),
(3647, 781, 'et_promo_phone', 2813, 0, 'M', 0),
(3648, 781, 'et_promo_tablet', 2814, 0, 'M', 0),
(3649, 782, 'promo', 2812, 0, 'M', 0),
(3650, 782, 'et_promo_phone', 2813, 0, 'M', 0),
(3651, 782, 'et_promo_tablet', 2814, 0, 'M', 0),
(3652, 783, 'promo', 2812, 0, 'M', 0),
(3653, 783, 'et_promo_phone', 2813, 0, 'M', 0),
(3654, 783, 'et_promo_tablet', 2814, 0, 'M', 0),
(3655, 784, 'promo', 2812, 0, 'M', 0),
(3656, 784, 'et_promo_phone', 2813, 0, 'M', 0),
(3657, 784, 'et_promo_tablet', 2814, 0, 'M', 0),
(3658, 785, 'promo', 2812, 0, 'M', 0),
(3659, 785, 'et_promo_phone', 2813, 0, 'M', 0),
(3660, 785, 'et_promo_tablet', 2814, 0, 'M', 0),
(3661, 786, 'promo', 2812, 0, 'M', 0),
(3662, 786, 'et_promo_phone', 2813, 0, 'M', 0),
(3663, 786, 'et_promo_tablet', 2814, 0, 'M', 0),
(3664, 787, 'promo', 2812, 0, 'M', 0),
(3665, 787, 'et_promo_phone', 2813, 0, 'M', 0),
(3666, 787, 'et_promo_tablet', 2814, 0, 'M', 0),
(3667, 788, 'promo', 2812, 0, 'M', 0),
(3668, 788, 'et_promo_phone', 2813, 0, 'M', 0),
(3669, 788, 'et_promo_tablet', 2814, 0, 'M', 0),
(3670, 789, 'promo', 2815, 0, 'M', 0);
INSERT INTO `partiushop_images_links` (`pair_id`, `object_id`, `object_type`, `image_id`, `detailed_id`, `type`, `position`) VALUES
(3682, 789, 'et_promo_phone', 2816, 0, 'M', 0),
(3683, 789, 'et_promo_tablet', 2817, 0, 'M', 0),
(3684, 801, 'promo', 2815, 0, 'M', 0),
(3685, 801, 'et_promo_phone', 2816, 0, 'M', 0),
(3686, 801, 'et_promo_tablet', 2817, 0, 'M', 0),
(3687, 802, 'promo', 2815, 0, 'M', 0),
(3688, 802, 'et_promo_phone', 2816, 0, 'M', 0),
(3689, 802, 'et_promo_tablet', 2817, 0, 'M', 0),
(3690, 803, 'promo', 2815, 0, 'M', 0),
(3691, 803, 'et_promo_phone', 2816, 0, 'M', 0),
(3692, 803, 'et_promo_tablet', 2817, 0, 'M', 0),
(3693, 804, 'promo', 2815, 0, 'M', 0),
(3694, 804, 'et_promo_phone', 2816, 0, 'M', 0),
(3695, 804, 'et_promo_tablet', 2817, 0, 'M', 0),
(3696, 805, 'promo', 2815, 0, 'M', 0),
(3697, 805, 'et_promo_phone', 2816, 0, 'M', 0),
(3698, 805, 'et_promo_tablet', 2817, 0, 'M', 0),
(3699, 806, 'promo', 2815, 0, 'M', 0),
(3700, 806, 'et_promo_phone', 2816, 0, 'M', 0),
(3701, 806, 'et_promo_tablet', 2817, 0, 'M', 0),
(3702, 807, 'promo', 2815, 0, 'M', 0),
(3703, 807, 'et_promo_phone', 2816, 0, 'M', 0),
(3704, 807, 'et_promo_tablet', 2817, 0, 'M', 0),
(3705, 808, 'promo', 2815, 0, 'M', 0),
(3706, 808, 'et_promo_phone', 2816, 0, 'M', 0),
(3707, 808, 'et_promo_tablet', 2817, 0, 'M', 0),
(3708, 809, 'promo', 2815, 0, 'M', 0),
(3709, 809, 'et_promo_phone', 2816, 0, 'M', 0),
(3710, 809, 'et_promo_tablet', 2817, 0, 'M', 0),
(3711, 810, 'promo', 2815, 0, 'M', 0),
(3712, 810, 'et_promo_phone', 2816, 0, 'M', 0),
(3713, 810, 'et_promo_tablet', 2817, 0, 'M', 0),
(3714, 811, 'promo', 2815, 0, 'M', 0),
(3715, 811, 'et_promo_phone', 2816, 0, 'M', 0),
(3716, 811, 'et_promo_tablet', 2817, 0, 'M', 0),
(3717, 812, 'promo', 2818, 0, 'M', 0),
(3729, 812, 'et_promo_phone', 2819, 0, 'M', 0),
(3730, 812, 'et_promo_tablet', 2820, 0, 'M', 0),
(3731, 824, 'promo', 2818, 0, 'M', 0),
(3732, 824, 'et_promo_phone', 2819, 0, 'M', 0),
(3733, 824, 'et_promo_tablet', 2820, 0, 'M', 0),
(3734, 825, 'promo', 2818, 0, 'M', 0),
(3735, 825, 'et_promo_phone', 2819, 0, 'M', 0),
(3736, 825, 'et_promo_tablet', 2820, 0, 'M', 0),
(3737, 826, 'promo', 2818, 0, 'M', 0),
(3738, 826, 'et_promo_phone', 2819, 0, 'M', 0),
(3739, 826, 'et_promo_tablet', 2820, 0, 'M', 0),
(3740, 827, 'promo', 2818, 0, 'M', 0),
(3741, 827, 'et_promo_phone', 2819, 0, 'M', 0),
(3742, 827, 'et_promo_tablet', 2820, 0, 'M', 0),
(3743, 828, 'promo', 2818, 0, 'M', 0),
(3744, 828, 'et_promo_phone', 2819, 0, 'M', 0),
(3745, 828, 'et_promo_tablet', 2820, 0, 'M', 0),
(3746, 829, 'promo', 2818, 0, 'M', 0),
(3747, 829, 'et_promo_phone', 2819, 0, 'M', 0),
(3748, 829, 'et_promo_tablet', 2820, 0, 'M', 0),
(3749, 830, 'promo', 2818, 0, 'M', 0),
(3750, 830, 'et_promo_phone', 2819, 0, 'M', 0),
(3751, 830, 'et_promo_tablet', 2820, 0, 'M', 0),
(3752, 831, 'promo', 2818, 0, 'M', 0),
(3753, 831, 'et_promo_phone', 2819, 0, 'M', 0),
(3754, 831, 'et_promo_tablet', 2820, 0, 'M', 0),
(3755, 832, 'promo', 2818, 0, 'M', 0),
(3756, 832, 'et_promo_phone', 2819, 0, 'M', 0),
(3757, 832, 'et_promo_tablet', 2820, 0, 'M', 0),
(3758, 833, 'promo', 2818, 0, 'M', 0),
(3759, 833, 'et_promo_phone', 2819, 0, 'M', 0),
(3760, 833, 'et_promo_tablet', 2820, 0, 'M', 0),
(3761, 834, 'promo', 2818, 0, 'M', 0),
(3762, 834, 'et_promo_phone', 2819, 0, 'M', 0),
(3763, 834, 'et_promo_tablet', 2820, 0, 'M', 0),
(3764, 835, 'promo', 2821, 0, 'M', 0),
(3776, 835, 'et_promo_phone', 2822, 0, 'M', 0),
(3777, 835, 'et_promo_tablet', 2823, 0, 'M', 0),
(3778, 847, 'promo', 2821, 0, 'M', 0),
(3779, 847, 'et_promo_phone', 2822, 0, 'M', 0),
(3780, 847, 'et_promo_tablet', 2823, 0, 'M', 0),
(3781, 848, 'promo', 2821, 0, 'M', 0),
(3782, 848, 'et_promo_phone', 2822, 0, 'M', 0),
(3783, 848, 'et_promo_tablet', 2823, 0, 'M', 0),
(3784, 849, 'promo', 2821, 0, 'M', 0),
(3785, 849, 'et_promo_phone', 2822, 0, 'M', 0),
(3786, 849, 'et_promo_tablet', 2823, 0, 'M', 0),
(3787, 850, 'promo', 2821, 0, 'M', 0),
(3788, 850, 'et_promo_phone', 2822, 0, 'M', 0),
(3789, 850, 'et_promo_tablet', 2823, 0, 'M', 0),
(3790, 851, 'promo', 2821, 0, 'M', 0),
(3791, 851, 'et_promo_phone', 2822, 0, 'M', 0),
(3792, 851, 'et_promo_tablet', 2823, 0, 'M', 0),
(3793, 852, 'promo', 2821, 0, 'M', 0),
(3794, 852, 'et_promo_phone', 2822, 0, 'M', 0),
(3795, 852, 'et_promo_tablet', 2823, 0, 'M', 0),
(3796, 853, 'promo', 2821, 0, 'M', 0),
(3797, 853, 'et_promo_phone', 2822, 0, 'M', 0),
(3798, 853, 'et_promo_tablet', 2823, 0, 'M', 0),
(3799, 854, 'promo', 2821, 0, 'M', 0),
(3800, 854, 'et_promo_phone', 2822, 0, 'M', 0),
(3801, 854, 'et_promo_tablet', 2823, 0, 'M', 0),
(3802, 855, 'promo', 2821, 0, 'M', 0),
(3803, 855, 'et_promo_phone', 2822, 0, 'M', 0),
(3804, 855, 'et_promo_tablet', 2823, 0, 'M', 0),
(3805, 856, 'promo', 2821, 0, 'M', 0),
(3806, 856, 'et_promo_phone', 2822, 0, 'M', 0),
(3807, 856, 'et_promo_tablet', 2823, 0, 'M', 0),
(3808, 857, 'promo', 2821, 0, 'M', 0),
(3809, 857, 'et_promo_phone', 2822, 0, 'M', 0),
(3810, 857, 'et_promo_tablet', 2823, 0, 'M', 0),
(3811, 858, 'promo', 2824, 0, 'M', 0),
(3823, 858, 'et_promo_phone', 2825, 0, 'M', 0),
(3824, 858, 'et_promo_tablet', 2826, 0, 'M', 0),
(3825, 870, 'promo', 2824, 0, 'M', 0),
(3826, 870, 'et_promo_phone', 2825, 0, 'M', 0),
(3827, 870, 'et_promo_tablet', 2826, 0, 'M', 0),
(3828, 871, 'promo', 2824, 0, 'M', 0),
(3829, 871, 'et_promo_phone', 2825, 0, 'M', 0),
(3830, 871, 'et_promo_tablet', 2826, 0, 'M', 0),
(3831, 872, 'promo', 2824, 0, 'M', 0),
(3832, 872, 'et_promo_phone', 2825, 0, 'M', 0),
(3833, 872, 'et_promo_tablet', 2826, 0, 'M', 0),
(3834, 873, 'promo', 2824, 0, 'M', 0),
(3835, 873, 'et_promo_phone', 2825, 0, 'M', 0),
(3836, 873, 'et_promo_tablet', 2826, 0, 'M', 0),
(3837, 874, 'promo', 2824, 0, 'M', 0),
(3838, 874, 'et_promo_phone', 2825, 0, 'M', 0),
(3839, 874, 'et_promo_tablet', 2826, 0, 'M', 0),
(3840, 875, 'promo', 2824, 0, 'M', 0),
(3841, 875, 'et_promo_phone', 2825, 0, 'M', 0),
(3842, 875, 'et_promo_tablet', 2826, 0, 'M', 0),
(3843, 876, 'promo', 2824, 0, 'M', 0),
(3844, 876, 'et_promo_phone', 2825, 0, 'M', 0),
(3845, 876, 'et_promo_tablet', 2826, 0, 'M', 0),
(3846, 877, 'promo', 2824, 0, 'M', 0),
(3847, 877, 'et_promo_phone', 2825, 0, 'M', 0),
(3848, 877, 'et_promo_tablet', 2826, 0, 'M', 0),
(3849, 878, 'promo', 2824, 0, 'M', 0),
(3850, 878, 'et_promo_phone', 2825, 0, 'M', 0),
(3851, 878, 'et_promo_tablet', 2826, 0, 'M', 0),
(3852, 879, 'promo', 2824, 0, 'M', 0),
(3853, 879, 'et_promo_phone', 2825, 0, 'M', 0),
(3854, 879, 'et_promo_tablet', 2826, 0, 'M', 0),
(3855, 880, 'promo', 2824, 0, 'M', 0),
(3856, 880, 'et_promo_phone', 2825, 0, 'M', 0),
(3857, 880, 'et_promo_tablet', 2826, 0, 'M', 0),
(3858, 881, 'promo', 2827, 0, 'M', 0),
(3870, 881, 'et_promo_phone', 2828, 0, 'M', 0),
(3871, 881, 'et_promo_tablet', 2829, 0, 'M', 0),
(3872, 893, 'promo', 2827, 0, 'M', 0),
(3873, 893, 'et_promo_phone', 2828, 0, 'M', 0),
(3874, 893, 'et_promo_tablet', 2829, 0, 'M', 0),
(3875, 894, 'promo', 2827, 0, 'M', 0),
(3876, 894, 'et_promo_phone', 2828, 0, 'M', 0),
(3877, 894, 'et_promo_tablet', 2829, 0, 'M', 0),
(3878, 895, 'promo', 2827, 0, 'M', 0),
(3879, 895, 'et_promo_phone', 2828, 0, 'M', 0),
(3880, 895, 'et_promo_tablet', 2829, 0, 'M', 0),
(3881, 896, 'promo', 2827, 0, 'M', 0),
(3882, 896, 'et_promo_phone', 2828, 0, 'M', 0),
(3883, 896, 'et_promo_tablet', 2829, 0, 'M', 0),
(3884, 897, 'promo', 2827, 0, 'M', 0),
(3885, 897, 'et_promo_phone', 2828, 0, 'M', 0),
(3886, 897, 'et_promo_tablet', 2829, 0, 'M', 0),
(3887, 898, 'promo', 2827, 0, 'M', 0),
(3888, 898, 'et_promo_phone', 2828, 0, 'M', 0),
(3889, 898, 'et_promo_tablet', 2829, 0, 'M', 0),
(3890, 899, 'promo', 2827, 0, 'M', 0),
(3891, 899, 'et_promo_phone', 2828, 0, 'M', 0),
(3892, 899, 'et_promo_tablet', 2829, 0, 'M', 0),
(3893, 900, 'promo', 2827, 0, 'M', 0),
(3894, 900, 'et_promo_phone', 2828, 0, 'M', 0),
(3895, 900, 'et_promo_tablet', 2829, 0, 'M', 0),
(3896, 901, 'promo', 2827, 0, 'M', 0),
(3897, 901, 'et_promo_phone', 2828, 0, 'M', 0),
(3898, 901, 'et_promo_tablet', 2829, 0, 'M', 0),
(3899, 902, 'promo', 2827, 0, 'M', 0),
(3900, 902, 'et_promo_phone', 2828, 0, 'M', 0),
(3901, 902, 'et_promo_tablet', 2829, 0, 'M', 0),
(3902, 903, 'promo', 2827, 0, 'M', 0),
(3903, 903, 'et_promo_phone', 2828, 0, 'M', 0),
(3904, 903, 'et_promo_tablet', 2829, 0, 'M', 0),
(3905, 904, 'promo', 2830, 0, 'M', 0),
(3917, 904, 'et_promo_phone', 2831, 0, 'M', 0),
(3918, 904, 'et_promo_tablet', 2832, 0, 'M', 0),
(3919, 916, 'promo', 2830, 0, 'M', 0),
(3920, 916, 'et_promo_phone', 2831, 0, 'M', 0),
(3921, 916, 'et_promo_tablet', 2832, 0, 'M', 0),
(3922, 917, 'promo', 2830, 0, 'M', 0),
(3923, 917, 'et_promo_phone', 2831, 0, 'M', 0),
(3924, 917, 'et_promo_tablet', 2832, 0, 'M', 0),
(3925, 918, 'promo', 2830, 0, 'M', 0),
(3926, 918, 'et_promo_phone', 2831, 0, 'M', 0),
(3927, 918, 'et_promo_tablet', 2832, 0, 'M', 0),
(3928, 919, 'promo', 2830, 0, 'M', 0),
(3929, 919, 'et_promo_phone', 2831, 0, 'M', 0),
(3930, 919, 'et_promo_tablet', 2832, 0, 'M', 0),
(3931, 920, 'promo', 2830, 0, 'M', 0),
(3932, 920, 'et_promo_phone', 2831, 0, 'M', 0),
(3933, 920, 'et_promo_tablet', 2832, 0, 'M', 0),
(3934, 921, 'promo', 2830, 0, 'M', 0),
(3935, 921, 'et_promo_phone', 2831, 0, 'M', 0),
(3936, 921, 'et_promo_tablet', 2832, 0, 'M', 0),
(3937, 922, 'promo', 2830, 0, 'M', 0),
(3938, 922, 'et_promo_phone', 2831, 0, 'M', 0),
(3939, 922, 'et_promo_tablet', 2832, 0, 'M', 0),
(3940, 923, 'promo', 2830, 0, 'M', 0),
(3941, 923, 'et_promo_phone', 2831, 0, 'M', 0),
(3942, 923, 'et_promo_tablet', 2832, 0, 'M', 0),
(3943, 924, 'promo', 2830, 0, 'M', 0),
(3944, 924, 'et_promo_phone', 2831, 0, 'M', 0),
(3945, 924, 'et_promo_tablet', 2832, 0, 'M', 0),
(3946, 925, 'promo', 2830, 0, 'M', 0),
(3947, 925, 'et_promo_phone', 2831, 0, 'M', 0),
(3948, 925, 'et_promo_tablet', 2832, 0, 'M', 0),
(3949, 926, 'promo', 2830, 0, 'M', 0),
(3950, 926, 'et_promo_phone', 2831, 0, 'M', 0),
(3951, 926, 'et_promo_tablet', 2832, 0, 'M', 0),
(3952, 927, 'promo', 2833, 0, 'M', 0),
(3964, 927, 'et_promo_phone', 2834, 0, 'M', 0),
(3965, 927, 'et_promo_tablet', 2835, 0, 'M', 0),
(3966, 939, 'promo', 2833, 0, 'M', 0),
(3967, 939, 'et_promo_phone', 2834, 0, 'M', 0),
(3968, 939, 'et_promo_tablet', 2835, 0, 'M', 0),
(3969, 940, 'promo', 2833, 0, 'M', 0),
(3970, 940, 'et_promo_phone', 2834, 0, 'M', 0),
(3971, 940, 'et_promo_tablet', 2835, 0, 'M', 0),
(3972, 941, 'promo', 2833, 0, 'M', 0),
(3973, 941, 'et_promo_phone', 2834, 0, 'M', 0),
(3974, 941, 'et_promo_tablet', 2835, 0, 'M', 0),
(3975, 942, 'promo', 2833, 0, 'M', 0),
(3976, 942, 'et_promo_phone', 2834, 0, 'M', 0),
(3977, 942, 'et_promo_tablet', 2835, 0, 'M', 0),
(3978, 943, 'promo', 2833, 0, 'M', 0),
(3979, 943, 'et_promo_phone', 2834, 0, 'M', 0),
(3980, 943, 'et_promo_tablet', 2835, 0, 'M', 0),
(3981, 944, 'promo', 2833, 0, 'M', 0),
(3982, 944, 'et_promo_phone', 2834, 0, 'M', 0),
(3983, 944, 'et_promo_tablet', 2835, 0, 'M', 0),
(3984, 945, 'promo', 2833, 0, 'M', 0),
(3985, 945, 'et_promo_phone', 2834, 0, 'M', 0),
(3986, 945, 'et_promo_tablet', 2835, 0, 'M', 0),
(3987, 946, 'promo', 2833, 0, 'M', 0),
(3988, 946, 'et_promo_phone', 2834, 0, 'M', 0),
(3989, 946, 'et_promo_tablet', 2835, 0, 'M', 0),
(3990, 947, 'promo', 2833, 0, 'M', 0),
(3991, 947, 'et_promo_phone', 2834, 0, 'M', 0),
(3992, 947, 'et_promo_tablet', 2835, 0, 'M', 0),
(3993, 948, 'promo', 2833, 0, 'M', 0),
(3994, 948, 'et_promo_phone', 2834, 0, 'M', 0),
(3995, 948, 'et_promo_tablet', 2835, 0, 'M', 0),
(3996, 949, 'promo', 2833, 0, 'M', 0),
(3997, 949, 'et_promo_phone', 2834, 0, 'M', 0),
(3998, 949, 'et_promo_tablet', 2835, 0, 'M', 0),
(3999, 950, 'promo', 2836, 0, 'M', 0),
(4011, 950, 'et_promo_phone', 2837, 0, 'M', 0),
(4012, 950, 'et_promo_tablet', 2838, 0, 'M', 0),
(4013, 962, 'promo', 2836, 0, 'M', 0),
(4014, 962, 'et_promo_phone', 2837, 0, 'M', 0),
(4015, 962, 'et_promo_tablet', 2838, 0, 'M', 0),
(4016, 963, 'promo', 2836, 0, 'M', 0),
(4017, 963, 'et_promo_phone', 2837, 0, 'M', 0),
(4018, 963, 'et_promo_tablet', 2838, 0, 'M', 0),
(4019, 964, 'promo', 2836, 0, 'M', 0),
(4020, 964, 'et_promo_phone', 2837, 0, 'M', 0),
(4021, 964, 'et_promo_tablet', 2838, 0, 'M', 0),
(4022, 965, 'promo', 2836, 0, 'M', 0),
(4023, 965, 'et_promo_phone', 2837, 0, 'M', 0),
(4024, 965, 'et_promo_tablet', 2838, 0, 'M', 0),
(4025, 966, 'promo', 2836, 0, 'M', 0),
(4026, 966, 'et_promo_phone', 2837, 0, 'M', 0),
(4027, 966, 'et_promo_tablet', 2838, 0, 'M', 0),
(4028, 967, 'promo', 2836, 0, 'M', 0),
(4029, 967, 'et_promo_phone', 2837, 0, 'M', 0),
(4030, 967, 'et_promo_tablet', 2838, 0, 'M', 0),
(4031, 968, 'promo', 2836, 0, 'M', 0),
(4032, 968, 'et_promo_phone', 2837, 0, 'M', 0),
(4033, 968, 'et_promo_tablet', 2838, 0, 'M', 0),
(4034, 969, 'promo', 2836, 0, 'M', 0),
(4035, 969, 'et_promo_phone', 2837, 0, 'M', 0),
(4036, 969, 'et_promo_tablet', 2838, 0, 'M', 0),
(4037, 970, 'promo', 2836, 0, 'M', 0),
(4038, 970, 'et_promo_phone', 2837, 0, 'M', 0),
(4039, 970, 'et_promo_tablet', 2838, 0, 'M', 0),
(4040, 971, 'promo', 2836, 0, 'M', 0),
(4041, 971, 'et_promo_phone', 2837, 0, 'M', 0),
(4042, 971, 'et_promo_tablet', 2838, 0, 'M', 0),
(4043, 972, 'promo', 2836, 0, 'M', 0),
(4044, 972, 'et_promo_phone', 2837, 0, 'M', 0),
(4045, 972, 'et_promo_tablet', 2838, 0, 'M', 0),
(4046, 973, 'promo', 2839, 0, 'M', 0),
(4058, 973, 'et_promo_phone', 2840, 0, 'M', 0),
(4059, 973, 'et_promo_tablet', 2841, 0, 'M', 0),
(4060, 985, 'promo', 2839, 0, 'M', 0),
(4061, 985, 'et_promo_phone', 2840, 0, 'M', 0),
(4062, 985, 'et_promo_tablet', 2841, 0, 'M', 0),
(4063, 986, 'promo', 2839, 0, 'M', 0),
(4064, 986, 'et_promo_phone', 2840, 0, 'M', 0),
(4065, 986, 'et_promo_tablet', 2841, 0, 'M', 0),
(4066, 987, 'promo', 2839, 0, 'M', 0),
(4067, 987, 'et_promo_phone', 2840, 0, 'M', 0),
(4068, 987, 'et_promo_tablet', 2841, 0, 'M', 0),
(4069, 988, 'promo', 2839, 0, 'M', 0),
(4070, 988, 'et_promo_phone', 2840, 0, 'M', 0),
(4071, 988, 'et_promo_tablet', 2841, 0, 'M', 0),
(4072, 989, 'promo', 2839, 0, 'M', 0),
(4073, 989, 'et_promo_phone', 2840, 0, 'M', 0),
(4074, 989, 'et_promo_tablet', 2841, 0, 'M', 0),
(4075, 990, 'promo', 2839, 0, 'M', 0),
(4076, 990, 'et_promo_phone', 2840, 0, 'M', 0),
(4077, 990, 'et_promo_tablet', 2841, 0, 'M', 0),
(4078, 991, 'promo', 2839, 0, 'M', 0),
(4079, 991, 'et_promo_phone', 2840, 0, 'M', 0),
(4080, 991, 'et_promo_tablet', 2841, 0, 'M', 0),
(4081, 992, 'promo', 2839, 0, 'M', 0),
(4082, 992, 'et_promo_phone', 2840, 0, 'M', 0),
(4083, 992, 'et_promo_tablet', 2841, 0, 'M', 0),
(4084, 993, 'promo', 2839, 0, 'M', 0),
(4085, 993, 'et_promo_phone', 2840, 0, 'M', 0),
(4086, 993, 'et_promo_tablet', 2841, 0, 'M', 0),
(4087, 994, 'promo', 2839, 0, 'M', 0),
(4088, 994, 'et_promo_phone', 2840, 0, 'M', 0),
(4089, 994, 'et_promo_tablet', 2841, 0, 'M', 0),
(4090, 995, 'promo', 2839, 0, 'M', 0),
(4091, 995, 'et_promo_phone', 2840, 0, 'M', 0),
(4092, 995, 'et_promo_tablet', 2841, 0, 'M', 0),
(4093, 996, 'promo', 2842, 0, 'M', 0),
(4105, 996, 'et_promo_phone', 2843, 0, 'M', 0),
(4106, 996, 'et_promo_tablet', 2844, 0, 'M', 0),
(4107, 1008, 'promo', 2842, 0, 'M', 0),
(4108, 1008, 'et_promo_phone', 2843, 0, 'M', 0),
(4109, 1008, 'et_promo_tablet', 2844, 0, 'M', 0),
(4110, 1009, 'promo', 2842, 0, 'M', 0),
(4111, 1009, 'et_promo_phone', 2843, 0, 'M', 0),
(4112, 1009, 'et_promo_tablet', 2844, 0, 'M', 0),
(4113, 1010, 'promo', 2842, 0, 'M', 0),
(4114, 1010, 'et_promo_phone', 2843, 0, 'M', 0),
(4115, 1010, 'et_promo_tablet', 2844, 0, 'M', 0),
(4116, 1011, 'promo', 2842, 0, 'M', 0),
(4117, 1011, 'et_promo_phone', 2843, 0, 'M', 0),
(4118, 1011, 'et_promo_tablet', 2844, 0, 'M', 0),
(4119, 1012, 'promo', 2842, 0, 'M', 0),
(4120, 1012, 'et_promo_phone', 2843, 0, 'M', 0),
(4121, 1012, 'et_promo_tablet', 2844, 0, 'M', 0),
(4122, 1013, 'promo', 2842, 0, 'M', 0),
(4123, 1013, 'et_promo_phone', 2843, 0, 'M', 0),
(4124, 1013, 'et_promo_tablet', 2844, 0, 'M', 0),
(4125, 1014, 'promo', 2842, 0, 'M', 0),
(4126, 1014, 'et_promo_phone', 2843, 0, 'M', 0),
(4127, 1014, 'et_promo_tablet', 2844, 0, 'M', 0),
(4128, 1015, 'promo', 2842, 0, 'M', 0),
(4129, 1015, 'et_promo_phone', 2843, 0, 'M', 0),
(4130, 1015, 'et_promo_tablet', 2844, 0, 'M', 0),
(4131, 1016, 'promo', 2842, 0, 'M', 0),
(4132, 1016, 'et_promo_phone', 2843, 0, 'M', 0),
(4133, 1016, 'et_promo_tablet', 2844, 0, 'M', 0),
(4134, 1017, 'promo', 2842, 0, 'M', 0),
(4135, 1017, 'et_promo_phone', 2843, 0, 'M', 0),
(4136, 1017, 'et_promo_tablet', 2844, 0, 'M', 0),
(4137, 1018, 'promo', 2842, 0, 'M', 0),
(4138, 1018, 'et_promo_phone', 2843, 0, 'M', 0),
(4139, 1018, 'et_promo_tablet', 2844, 0, 'M', 0),
(4140, 1019, 'promo', 2845, 0, 'M', 0),
(4152, 1019, 'et_promo_desktop_extra', 2846, 0, 'M', 0),
(4153, 1019, 'et_promo_phone_extra', 2847, 0, 'M', 0),
(4154, 1019, 'et_promo_tablet_extra', 2848, 0, 'M', 0),
(4155, 1019, 'et_promo_phone', 2849, 0, 'M', 0),
(4156, 1019, 'et_promo_tablet', 2850, 0, 'M', 0),
(4157, 1031, 'promo', 2845, 0, 'M', 0),
(4158, 1031, 'et_promo_desktop_extra', 2846, 0, 'M', 0),
(4159, 1031, 'et_promo_phone_extra', 2847, 0, 'M', 0),
(4160, 1031, 'et_promo_phone', 2849, 0, 'M', 0),
(4161, 1031, 'et_promo_tablet_extra', 2848, 0, 'M', 0),
(4162, 1031, 'et_promo_tablet', 2850, 0, 'M', 0),
(4163, 1032, 'promo', 2845, 0, 'M', 0),
(4164, 1032, 'et_promo_desktop_extra', 2846, 0, 'M', 0),
(4165, 1032, 'et_promo_phone_extra', 2847, 0, 'M', 0),
(4166, 1032, 'et_promo_phone', 2849, 0, 'M', 0),
(4167, 1032, 'et_promo_tablet_extra', 2848, 0, 'M', 0),
(4168, 1032, 'et_promo_tablet', 2850, 0, 'M', 0),
(4169, 1033, 'promo', 2845, 0, 'M', 0),
(4170, 1033, 'et_promo_desktop_extra', 2846, 0, 'M', 0),
(4171, 1033, 'et_promo_phone_extra', 2847, 0, 'M', 0),
(4172, 1033, 'et_promo_phone', 2849, 0, 'M', 0),
(4173, 1033, 'et_promo_tablet_extra', 2848, 0, 'M', 0),
(4174, 1033, 'et_promo_tablet', 2850, 0, 'M', 0),
(4175, 1034, 'promo', 2845, 0, 'M', 0),
(4176, 1034, 'et_promo_desktop_extra', 2846, 0, 'M', 0),
(4177, 1034, 'et_promo_phone_extra', 2847, 0, 'M', 0),
(4178, 1034, 'et_promo_phone', 2849, 0, 'M', 0),
(4179, 1034, 'et_promo_tablet_extra', 2848, 0, 'M', 0),
(4180, 1034, 'et_promo_tablet', 2850, 0, 'M', 0),
(4181, 1035, 'promo', 2845, 0, 'M', 0),
(4182, 1035, 'et_promo_desktop_extra', 2846, 0, 'M', 0),
(4183, 1035, 'et_promo_phone_extra', 2847, 0, 'M', 0),
(4184, 1035, 'et_promo_phone', 2849, 0, 'M', 0),
(4185, 1035, 'et_promo_tablet_extra', 2848, 0, 'M', 0),
(4186, 1035, 'et_promo_tablet', 2850, 0, 'M', 0),
(4187, 1036, 'promo', 2845, 0, 'M', 0),
(4188, 1036, 'et_promo_desktop_extra', 2846, 0, 'M', 0),
(4189, 1036, 'et_promo_phone_extra', 2847, 0, 'M', 0),
(4190, 1036, 'et_promo_phone', 2849, 0, 'M', 0),
(4191, 1036, 'et_promo_tablet_extra', 2848, 0, 'M', 0),
(4192, 1036, 'et_promo_tablet', 2850, 0, 'M', 0),
(4193, 1037, 'promo', 2845, 0, 'M', 0),
(4194, 1037, 'et_promo_desktop_extra', 2846, 0, 'M', 0),
(4195, 1037, 'et_promo_phone_extra', 2847, 0, 'M', 0),
(4196, 1037, 'et_promo_phone', 2849, 0, 'M', 0),
(4197, 1037, 'et_promo_tablet_extra', 2848, 0, 'M', 0),
(4198, 1037, 'et_promo_tablet', 2850, 0, 'M', 0),
(4199, 1038, 'promo', 2845, 0, 'M', 0),
(4200, 1038, 'et_promo_desktop_extra', 2846, 0, 'M', 0),
(4201, 1038, 'et_promo_phone_extra', 2847, 0, 'M', 0),
(4202, 1038, 'et_promo_phone', 2849, 0, 'M', 0),
(4203, 1038, 'et_promo_tablet_extra', 2848, 0, 'M', 0),
(4204, 1038, 'et_promo_tablet', 2850, 0, 'M', 0),
(4205, 1039, 'promo', 2845, 0, 'M', 0),
(4206, 1039, 'et_promo_desktop_extra', 2846, 0, 'M', 0),
(4207, 1039, 'et_promo_phone_extra', 2847, 0, 'M', 0),
(4208, 1039, 'et_promo_phone', 2849, 0, 'M', 0),
(4209, 1039, 'et_promo_tablet_extra', 2848, 0, 'M', 0),
(4210, 1039, 'et_promo_tablet', 2850, 0, 'M', 0),
(4211, 1040, 'promo', 2845, 0, 'M', 0),
(4212, 1040, 'et_promo_desktop_extra', 2846, 0, 'M', 0),
(4213, 1040, 'et_promo_phone_extra', 2847, 0, 'M', 0),
(4214, 1040, 'et_promo_phone', 2849, 0, 'M', 0),
(4215, 1040, 'et_promo_tablet_extra', 2848, 0, 'M', 0),
(4216, 1040, 'et_promo_tablet', 2850, 0, 'M', 0),
(4217, 1041, 'promo', 2845, 0, 'M', 0),
(4218, 1041, 'et_promo_desktop_extra', 2846, 0, 'M', 0),
(4219, 1041, 'et_promo_phone_extra', 2847, 0, 'M', 0),
(4220, 1041, 'et_promo_phone', 2849, 0, 'M', 0),
(4221, 1041, 'et_promo_tablet_extra', 2848, 0, 'M', 0),
(4222, 1041, 'et_promo_tablet', 2850, 0, 'M', 0),
(4223, 1042, 'promo', 2851, 0, 'M', 0),
(4235, 1042, 'et_promo_phone', 2852, 0, 'M', 0),
(4236, 1042, 'et_promo_tablet', 2853, 0, 'M', 0),
(4237, 1054, 'promo', 2851, 0, 'M', 0),
(4238, 1054, 'et_promo_phone', 2852, 0, 'M', 0),
(4239, 1054, 'et_promo_tablet', 2853, 0, 'M', 0),
(4240, 1055, 'promo', 2851, 0, 'M', 0),
(4241, 1055, 'et_promo_phone', 2852, 0, 'M', 0),
(4242, 1055, 'et_promo_tablet', 2853, 0, 'M', 0),
(4243, 1056, 'promo', 2851, 0, 'M', 0),
(4244, 1056, 'et_promo_phone', 2852, 0, 'M', 0),
(4245, 1056, 'et_promo_tablet', 2853, 0, 'M', 0),
(4246, 1057, 'promo', 2851, 0, 'M', 0),
(4247, 1057, 'et_promo_phone', 2852, 0, 'M', 0),
(4248, 1057, 'et_promo_tablet', 2853, 0, 'M', 0),
(4249, 1058, 'promo', 2851, 0, 'M', 0),
(4250, 1058, 'et_promo_phone', 2852, 0, 'M', 0),
(4251, 1058, 'et_promo_tablet', 2853, 0, 'M', 0),
(4252, 1059, 'promo', 2851, 0, 'M', 0),
(4253, 1059, 'et_promo_phone', 2852, 0, 'M', 0),
(4254, 1059, 'et_promo_tablet', 2853, 0, 'M', 0),
(4255, 1060, 'promo', 2851, 0, 'M', 0),
(4256, 1060, 'et_promo_phone', 2852, 0, 'M', 0),
(4257, 1060, 'et_promo_tablet', 2853, 0, 'M', 0),
(4258, 1061, 'promo', 2851, 0, 'M', 0),
(4259, 1061, 'et_promo_phone', 2852, 0, 'M', 0),
(4260, 1061, 'et_promo_tablet', 2853, 0, 'M', 0),
(4261, 1062, 'promo', 2851, 0, 'M', 0),
(4262, 1062, 'et_promo_phone', 2852, 0, 'M', 0),
(4263, 1062, 'et_promo_tablet', 2853, 0, 'M', 0),
(4264, 1063, 'promo', 2851, 0, 'M', 0),
(4265, 1063, 'et_promo_phone', 2852, 0, 'M', 0),
(4266, 1063, 'et_promo_tablet', 2853, 0, 'M', 0),
(4267, 1064, 'promo', 2851, 0, 'M', 0),
(4268, 1064, 'et_promo_phone', 2852, 0, 'M', 0),
(4269, 1064, 'et_promo_tablet', 2853, 0, 'M', 0),
(4270, 1065, 'promo', 2854, 0, 'M', 0),
(4282, 1065, 'et_promo_phone', 2855, 0, 'M', 0),
(4283, 1065, 'et_promo_tablet', 2856, 0, 'M', 0),
(4284, 1077, 'promo', 2854, 0, 'M', 0),
(4285, 1077, 'et_promo_phone', 2855, 0, 'M', 0),
(4286, 1077, 'et_promo_tablet', 2856, 0, 'M', 0),
(4287, 1078, 'promo', 2854, 0, 'M', 0),
(4288, 1078, 'et_promo_phone', 2855, 0, 'M', 0),
(4289, 1078, 'et_promo_tablet', 2856, 0, 'M', 0),
(4290, 1079, 'promo', 2854, 0, 'M', 0),
(4291, 1079, 'et_promo_phone', 2855, 0, 'M', 0),
(4292, 1079, 'et_promo_tablet', 2856, 0, 'M', 0),
(4293, 1080, 'promo', 2854, 0, 'M', 0),
(4294, 1080, 'et_promo_phone', 2855, 0, 'M', 0),
(4295, 1080, 'et_promo_tablet', 2856, 0, 'M', 0),
(4296, 1081, 'promo', 2854, 0, 'M', 0),
(4297, 1081, 'et_promo_phone', 2855, 0, 'M', 0),
(4298, 1081, 'et_promo_tablet', 2856, 0, 'M', 0),
(4299, 1082, 'promo', 2854, 0, 'M', 0),
(4300, 1082, 'et_promo_phone', 2855, 0, 'M', 0),
(4301, 1082, 'et_promo_tablet', 2856, 0, 'M', 0),
(4302, 1083, 'promo', 2854, 0, 'M', 0),
(4303, 1083, 'et_promo_phone', 2855, 0, 'M', 0),
(4304, 1083, 'et_promo_tablet', 2856, 0, 'M', 0),
(4305, 1084, 'promo', 2854, 0, 'M', 0),
(4306, 1084, 'et_promo_phone', 2855, 0, 'M', 0),
(4307, 1084, 'et_promo_tablet', 2856, 0, 'M', 0),
(4308, 1085, 'promo', 2854, 0, 'M', 0),
(4309, 1085, 'et_promo_phone', 2855, 0, 'M', 0),
(4310, 1085, 'et_promo_tablet', 2856, 0, 'M', 0),
(4311, 1086, 'promo', 2854, 0, 'M', 0),
(4312, 1086, 'et_promo_phone', 2855, 0, 'M', 0),
(4313, 1086, 'et_promo_tablet', 2856, 0, 'M', 0),
(4314, 1087, 'promo', 2854, 0, 'M', 0),
(4315, 1087, 'et_promo_phone', 2855, 0, 'M', 0),
(4316, 1087, 'et_promo_tablet', 2856, 0, 'M', 0),
(4317, 1088, 'promo', 2857, 0, 'M', 0),
(4329, 1088, 'et_promo_phone', 2858, 0, 'M', 0),
(4330, 1088, 'et_promo_tablet', 2859, 0, 'M', 0),
(4331, 1100, 'promo', 2857, 0, 'M', 0),
(4332, 1100, 'et_promo_phone', 2858, 0, 'M', 0),
(4333, 1100, 'et_promo_tablet', 2859, 0, 'M', 0),
(4334, 1101, 'promo', 2857, 0, 'M', 0),
(4335, 1101, 'et_promo_phone', 2858, 0, 'M', 0),
(4336, 1101, 'et_promo_tablet', 2859, 0, 'M', 0),
(4337, 1102, 'promo', 2857, 0, 'M', 0),
(4338, 1102, 'et_promo_phone', 2858, 0, 'M', 0),
(4339, 1102, 'et_promo_tablet', 2859, 0, 'M', 0),
(4340, 1103, 'promo', 2857, 0, 'M', 0),
(4341, 1103, 'et_promo_phone', 2858, 0, 'M', 0),
(4342, 1103, 'et_promo_tablet', 2859, 0, 'M', 0),
(4343, 1104, 'promo', 2857, 0, 'M', 0),
(4344, 1104, 'et_promo_phone', 2858, 0, 'M', 0),
(4345, 1104, 'et_promo_tablet', 2859, 0, 'M', 0),
(4346, 1105, 'promo', 2857, 0, 'M', 0),
(4347, 1105, 'et_promo_phone', 2858, 0, 'M', 0),
(4348, 1105, 'et_promo_tablet', 2859, 0, 'M', 0),
(4349, 1106, 'promo', 2857, 0, 'M', 0),
(4350, 1106, 'et_promo_phone', 2858, 0, 'M', 0),
(4351, 1106, 'et_promo_tablet', 2859, 0, 'M', 0),
(4352, 1107, 'promo', 2857, 0, 'M', 0),
(4353, 1107, 'et_promo_phone', 2858, 0, 'M', 0),
(4354, 1107, 'et_promo_tablet', 2859, 0, 'M', 0),
(4355, 1108, 'promo', 2857, 0, 'M', 0),
(4356, 1108, 'et_promo_phone', 2858, 0, 'M', 0),
(4357, 1108, 'et_promo_tablet', 2859, 0, 'M', 0),
(4358, 1109, 'promo', 2857, 0, 'M', 0),
(4359, 1109, 'et_promo_phone', 2858, 0, 'M', 0),
(4360, 1109, 'et_promo_tablet', 2859, 0, 'M', 0),
(4361, 1110, 'promo', 2857, 0, 'M', 0),
(4362, 1110, 'et_promo_phone', 2858, 0, 'M', 0),
(4363, 1110, 'et_promo_tablet', 2859, 0, 'M', 0),
(4364, 1111, 'promo', 2860, 0, 'M', 0),
(4376, 1111, 'et_promo_phone', 2861, 0, 'M', 0),
(4377, 1111, 'et_promo_tablet', 2862, 0, 'M', 0),
(4378, 1123, 'promo', 2860, 0, 'M', 0),
(4379, 1123, 'et_promo_phone', 2861, 0, 'M', 0),
(4380, 1123, 'et_promo_tablet', 2862, 0, 'M', 0),
(4381, 1124, 'promo', 2860, 0, 'M', 0),
(4382, 1124, 'et_promo_phone', 2861, 0, 'M', 0),
(4383, 1124, 'et_promo_tablet', 2862, 0, 'M', 0),
(4384, 1125, 'promo', 2860, 0, 'M', 0),
(4385, 1125, 'et_promo_phone', 2861, 0, 'M', 0),
(4386, 1125, 'et_promo_tablet', 2862, 0, 'M', 0),
(4387, 1126, 'promo', 2860, 0, 'M', 0),
(4388, 1126, 'et_promo_phone', 2861, 0, 'M', 0),
(4389, 1126, 'et_promo_tablet', 2862, 0, 'M', 0),
(4390, 1127, 'promo', 2860, 0, 'M', 0),
(4391, 1127, 'et_promo_phone', 2861, 0, 'M', 0),
(4392, 1127, 'et_promo_tablet', 2862, 0, 'M', 0),
(4393, 1128, 'promo', 2860, 0, 'M', 0),
(4394, 1128, 'et_promo_phone', 2861, 0, 'M', 0),
(4395, 1128, 'et_promo_tablet', 2862, 0, 'M', 0),
(4396, 1129, 'promo', 2860, 0, 'M', 0),
(4397, 1129, 'et_promo_phone', 2861, 0, 'M', 0),
(4398, 1129, 'et_promo_tablet', 2862, 0, 'M', 0),
(4399, 1130, 'promo', 2860, 0, 'M', 0),
(4400, 1130, 'et_promo_phone', 2861, 0, 'M', 0),
(4401, 1130, 'et_promo_tablet', 2862, 0, 'M', 0),
(4402, 1131, 'promo', 2860, 0, 'M', 0),
(4403, 1131, 'et_promo_phone', 2861, 0, 'M', 0),
(4404, 1131, 'et_promo_tablet', 2862, 0, 'M', 0),
(4405, 1132, 'promo', 2860, 0, 'M', 0),
(4406, 1132, 'et_promo_phone', 2861, 0, 'M', 0),
(4407, 1132, 'et_promo_tablet', 2862, 0, 'M', 0),
(4408, 1133, 'promo', 2860, 0, 'M', 0),
(4409, 1133, 'et_promo_phone', 2861, 0, 'M', 0),
(4410, 1133, 'et_promo_tablet', 2862, 0, 'M', 0),
(4411, 1134, 'promo', 2863, 0, 'M', 0),
(4423, 1134, 'et_promo_phone', 2864, 0, 'M', 0),
(4424, 1134, 'et_promo_tablet', 2865, 0, 'M', 0),
(4425, 1146, 'promo', 2863, 0, 'M', 0),
(4426, 1146, 'et_promo_phone', 2864, 0, 'M', 0),
(4427, 1146, 'et_promo_tablet', 2865, 0, 'M', 0),
(4428, 1147, 'promo', 2863, 0, 'M', 0),
(4429, 1147, 'et_promo_phone', 2864, 0, 'M', 0),
(4430, 1147, 'et_promo_tablet', 2865, 0, 'M', 0),
(4431, 1148, 'promo', 2863, 0, 'M', 0),
(4432, 1148, 'et_promo_phone', 2864, 0, 'M', 0),
(4433, 1148, 'et_promo_tablet', 2865, 0, 'M', 0),
(4434, 1149, 'promo', 2863, 0, 'M', 0),
(4435, 1149, 'et_promo_phone', 2864, 0, 'M', 0),
(4436, 1149, 'et_promo_tablet', 2865, 0, 'M', 0),
(4437, 1150, 'promo', 2863, 0, 'M', 0),
(4438, 1150, 'et_promo_phone', 2864, 0, 'M', 0),
(4439, 1150, 'et_promo_tablet', 2865, 0, 'M', 0),
(4440, 1151, 'promo', 2863, 0, 'M', 0),
(4441, 1151, 'et_promo_phone', 2864, 0, 'M', 0),
(4442, 1151, 'et_promo_tablet', 2865, 0, 'M', 0),
(4443, 1152, 'promo', 2863, 0, 'M', 0),
(4444, 1152, 'et_promo_phone', 2864, 0, 'M', 0),
(4445, 1152, 'et_promo_tablet', 2865, 0, 'M', 0),
(4446, 1153, 'promo', 2863, 0, 'M', 0),
(4447, 1153, 'et_promo_phone', 2864, 0, 'M', 0),
(4448, 1153, 'et_promo_tablet', 2865, 0, 'M', 0),
(4449, 1154, 'promo', 2863, 0, 'M', 0),
(4450, 1154, 'et_promo_phone', 2864, 0, 'M', 0),
(4451, 1154, 'et_promo_tablet', 2865, 0, 'M', 0),
(4452, 1155, 'promo', 2863, 0, 'M', 0),
(4453, 1155, 'et_promo_phone', 2864, 0, 'M', 0),
(4454, 1155, 'et_promo_tablet', 2865, 0, 'M', 0),
(4455, 1156, 'promo', 2863, 0, 'M', 0),
(4456, 1156, 'et_promo_phone', 2864, 0, 'M', 0),
(4457, 1156, 'et_promo_tablet', 2865, 0, 'M', 0),
(4458, 1157, 'promo', 2866, 0, 'M', 0),
(4470, 1157, 'et_promo_phone', 2867, 0, 'M', 0),
(4471, 1157, 'et_promo_tablet', 2868, 0, 'M', 0),
(4472, 1169, 'promo', 2866, 0, 'M', 0),
(4473, 1169, 'et_promo_phone', 2867, 0, 'M', 0),
(4474, 1169, 'et_promo_tablet', 2868, 0, 'M', 0),
(4475, 1170, 'promo', 2866, 0, 'M', 0),
(4476, 1170, 'et_promo_phone', 2867, 0, 'M', 0),
(4477, 1170, 'et_promo_tablet', 2868, 0, 'M', 0),
(4478, 1171, 'promo', 2866, 0, 'M', 0),
(4479, 1171, 'et_promo_phone', 2867, 0, 'M', 0),
(4480, 1171, 'et_promo_tablet', 2868, 0, 'M', 0),
(4481, 1172, 'promo', 2866, 0, 'M', 0),
(4482, 1172, 'et_promo_phone', 2867, 0, 'M', 0),
(4483, 1172, 'et_promo_tablet', 2868, 0, 'M', 0),
(4484, 1173, 'promo', 2866, 0, 'M', 0),
(4485, 1173, 'et_promo_phone', 2867, 0, 'M', 0),
(4486, 1173, 'et_promo_tablet', 2868, 0, 'M', 0),
(4487, 1174, 'promo', 2866, 0, 'M', 0),
(4488, 1174, 'et_promo_phone', 2867, 0, 'M', 0),
(4489, 1174, 'et_promo_tablet', 2868, 0, 'M', 0),
(4490, 1175, 'promo', 2866, 0, 'M', 0),
(4491, 1175, 'et_promo_phone', 2867, 0, 'M', 0),
(4492, 1175, 'et_promo_tablet', 2868, 0, 'M', 0),
(4493, 1176, 'promo', 2866, 0, 'M', 0),
(4494, 1176, 'et_promo_phone', 2867, 0, 'M', 0),
(4495, 1176, 'et_promo_tablet', 2868, 0, 'M', 0),
(4496, 1177, 'promo', 2866, 0, 'M', 0),
(4497, 1177, 'et_promo_phone', 2867, 0, 'M', 0),
(4498, 1177, 'et_promo_tablet', 2868, 0, 'M', 0),
(4499, 1178, 'promo', 2866, 0, 'M', 0),
(4500, 1178, 'et_promo_phone', 2867, 0, 'M', 0),
(4501, 1178, 'et_promo_tablet', 2868, 0, 'M', 0),
(4502, 1179, 'promo', 2866, 0, 'M', 0),
(4503, 1179, 'et_promo_phone', 2867, 0, 'M', 0),
(4504, 1179, 'et_promo_tablet', 2868, 0, 'M', 0),
(4505, 1180, 'promo', 2869, 0, 'M', 0),
(4517, 1180, 'et_promo_desktop_extra', 2870, 0, 'M', 0),
(4518, 1180, 'et_promo_phone_extra', 2871, 0, 'M', 0),
(4519, 1180, 'et_promo_tablet_extra', 2872, 0, 'M', 0),
(4520, 1180, 'et_promo_phone', 2873, 0, 'M', 0),
(4521, 1180, 'et_promo_tablet', 2874, 0, 'M', 0),
(4522, 1192, 'promo', 2869, 0, 'M', 0),
(4523, 1192, 'et_promo_desktop_extra', 2870, 0, 'M', 0),
(4524, 1192, 'et_promo_phone_extra', 2871, 0, 'M', 0),
(4525, 1192, 'et_promo_phone', 2873, 0, 'M', 0),
(4526, 1192, 'et_promo_tablet_extra', 2872, 0, 'M', 0),
(4527, 1192, 'et_promo_tablet', 2874, 0, 'M', 0),
(4528, 1193, 'promo', 2869, 0, 'M', 0),
(4529, 1193, 'et_promo_desktop_extra', 2870, 0, 'M', 0),
(4530, 1193, 'et_promo_phone_extra', 2871, 0, 'M', 0),
(4531, 1193, 'et_promo_phone', 2873, 0, 'M', 0),
(4532, 1193, 'et_promo_tablet_extra', 2872, 0, 'M', 0),
(4533, 1193, 'et_promo_tablet', 2874, 0, 'M', 0),
(4534, 1194, 'promo', 2869, 0, 'M', 0),
(4535, 1194, 'et_promo_desktop_extra', 2870, 0, 'M', 0),
(4536, 1194, 'et_promo_phone_extra', 2871, 0, 'M', 0),
(4537, 1194, 'et_promo_phone', 2873, 0, 'M', 0),
(4538, 1194, 'et_promo_tablet_extra', 2872, 0, 'M', 0),
(4539, 1194, 'et_promo_tablet', 2874, 0, 'M', 0),
(4540, 1195, 'promo', 2869, 0, 'M', 0),
(4541, 1195, 'et_promo_desktop_extra', 2870, 0, 'M', 0),
(4542, 1195, 'et_promo_phone_extra', 2871, 0, 'M', 0),
(4543, 1195, 'et_promo_phone', 2873, 0, 'M', 0),
(4544, 1195, 'et_promo_tablet_extra', 2872, 0, 'M', 0),
(4545, 1195, 'et_promo_tablet', 2874, 0, 'M', 0),
(4546, 1196, 'promo', 2869, 0, 'M', 0),
(4547, 1196, 'et_promo_desktop_extra', 2870, 0, 'M', 0),
(4548, 1196, 'et_promo_phone_extra', 2871, 0, 'M', 0),
(4549, 1196, 'et_promo_phone', 2873, 0, 'M', 0),
(4550, 1196, 'et_promo_tablet_extra', 2872, 0, 'M', 0),
(4551, 1196, 'et_promo_tablet', 2874, 0, 'M', 0),
(4552, 1197, 'promo', 2869, 0, 'M', 0),
(4553, 1197, 'et_promo_desktop_extra', 2870, 0, 'M', 0),
(4554, 1197, 'et_promo_phone_extra', 2871, 0, 'M', 0),
(4555, 1197, 'et_promo_phone', 2873, 0, 'M', 0),
(4556, 1197, 'et_promo_tablet_extra', 2872, 0, 'M', 0),
(4557, 1197, 'et_promo_tablet', 2874, 0, 'M', 0),
(4558, 1198, 'promo', 2869, 0, 'M', 0),
(4559, 1198, 'et_promo_desktop_extra', 2870, 0, 'M', 0),
(4560, 1198, 'et_promo_phone_extra', 2871, 0, 'M', 0),
(4561, 1198, 'et_promo_phone', 2873, 0, 'M', 0),
(4562, 1198, 'et_promo_tablet_extra', 2872, 0, 'M', 0),
(4563, 1198, 'et_promo_tablet', 2874, 0, 'M', 0),
(4564, 1199, 'promo', 2869, 0, 'M', 0),
(4565, 1199, 'et_promo_desktop_extra', 2870, 0, 'M', 0),
(4566, 1199, 'et_promo_phone_extra', 2871, 0, 'M', 0),
(4567, 1199, 'et_promo_phone', 2873, 0, 'M', 0),
(4568, 1199, 'et_promo_tablet_extra', 2872, 0, 'M', 0),
(4569, 1199, 'et_promo_tablet', 2874, 0, 'M', 0),
(4570, 1200, 'promo', 2869, 0, 'M', 0),
(4571, 1200, 'et_promo_desktop_extra', 2870, 0, 'M', 0),
(4572, 1200, 'et_promo_phone_extra', 2871, 0, 'M', 0),
(4573, 1200, 'et_promo_phone', 2873, 0, 'M', 0),
(4574, 1200, 'et_promo_tablet_extra', 2872, 0, 'M', 0),
(4575, 1200, 'et_promo_tablet', 2874, 0, 'M', 0),
(4576, 1201, 'promo', 2869, 0, 'M', 0),
(4577, 1201, 'et_promo_desktop_extra', 2870, 0, 'M', 0),
(4578, 1201, 'et_promo_phone_extra', 2871, 0, 'M', 0),
(4579, 1201, 'et_promo_phone', 2873, 0, 'M', 0),
(4580, 1201, 'et_promo_tablet_extra', 2872, 0, 'M', 0),
(4581, 1201, 'et_promo_tablet', 2874, 0, 'M', 0),
(4582, 1202, 'promo', 2869, 0, 'M', 0),
(4583, 1202, 'et_promo_desktop_extra', 2870, 0, 'M', 0),
(4584, 1202, 'et_promo_phone_extra', 2871, 0, 'M', 0),
(4585, 1202, 'et_promo_phone', 2873, 0, 'M', 0),
(4586, 1202, 'et_promo_tablet_extra', 2872, 0, 'M', 0),
(4587, 1202, 'et_promo_tablet', 2874, 0, 'M', 0),
(4588, 1203, 'promo', 2875, 0, 'M', 0),
(4600, 1203, 'et_promo_phone', 2876, 0, 'M', 0),
(4601, 1203, 'et_promo_tablet', 2877, 0, 'M', 0),
(4602, 1215, 'promo', 2875, 0, 'M', 0),
(4603, 1215, 'et_promo_phone', 2876, 0, 'M', 0),
(4604, 1215, 'et_promo_tablet', 2877, 0, 'M', 0),
(4605, 1216, 'promo', 2875, 0, 'M', 0),
(4606, 1216, 'et_promo_phone', 2876, 0, 'M', 0),
(4607, 1216, 'et_promo_tablet', 2877, 0, 'M', 0),
(4608, 1217, 'promo', 2875, 0, 'M', 0),
(4609, 1217, 'et_promo_phone', 2876, 0, 'M', 0),
(4610, 1217, 'et_promo_tablet', 2877, 0, 'M', 0),
(4611, 1218, 'promo', 2875, 0, 'M', 0),
(4612, 1218, 'et_promo_phone', 2876, 0, 'M', 0),
(4613, 1218, 'et_promo_tablet', 2877, 0, 'M', 0),
(4614, 1219, 'promo', 2875, 0, 'M', 0),
(4615, 1219, 'et_promo_phone', 2876, 0, 'M', 0),
(4616, 1219, 'et_promo_tablet', 2877, 0, 'M', 0),
(4617, 1220, 'promo', 2875, 0, 'M', 0),
(4618, 1220, 'et_promo_phone', 2876, 0, 'M', 0),
(4619, 1220, 'et_promo_tablet', 2877, 0, 'M', 0),
(4620, 1221, 'promo', 2875, 0, 'M', 0),
(4621, 1221, 'et_promo_phone', 2876, 0, 'M', 0),
(4622, 1221, 'et_promo_tablet', 2877, 0, 'M', 0),
(4623, 1222, 'promo', 2875, 0, 'M', 0),
(4624, 1222, 'et_promo_phone', 2876, 0, 'M', 0),
(4625, 1222, 'et_promo_tablet', 2877, 0, 'M', 0),
(4626, 1223, 'promo', 2875, 0, 'M', 0),
(4627, 1223, 'et_promo_phone', 2876, 0, 'M', 0),
(4628, 1223, 'et_promo_tablet', 2877, 0, 'M', 0),
(4629, 1224, 'promo', 2875, 0, 'M', 0),
(4630, 1224, 'et_promo_phone', 2876, 0, 'M', 0),
(4631, 1224, 'et_promo_tablet', 2877, 0, 'M', 0),
(4632, 1225, 'promo', 2875, 0, 'M', 0),
(4633, 1225, 'et_promo_phone', 2876, 0, 'M', 0),
(4634, 1225, 'et_promo_tablet', 2877, 0, 'M', 0),
(4635, 1226, 'promo', 2878, 0, 'M', 0),
(4647, 1226, 'et_promo_phone', 2879, 0, 'M', 0),
(4648, 1226, 'et_promo_tablet', 2880, 0, 'M', 0),
(4649, 1238, 'promo', 2878, 0, 'M', 0),
(4650, 1238, 'et_promo_phone', 2879, 0, 'M', 0),
(4651, 1238, 'et_promo_tablet', 2880, 0, 'M', 0),
(4652, 1239, 'promo', 2878, 0, 'M', 0),
(4653, 1239, 'et_promo_phone', 2879, 0, 'M', 0),
(4654, 1239, 'et_promo_tablet', 2880, 0, 'M', 0),
(4655, 1240, 'promo', 2878, 0, 'M', 0),
(4656, 1240, 'et_promo_phone', 2879, 0, 'M', 0),
(4657, 1240, 'et_promo_tablet', 2880, 0, 'M', 0),
(4658, 1241, 'promo', 2878, 0, 'M', 0),
(4659, 1241, 'et_promo_phone', 2879, 0, 'M', 0),
(4660, 1241, 'et_promo_tablet', 2880, 0, 'M', 0),
(4661, 1242, 'promo', 2878, 0, 'M', 0),
(4662, 1242, 'et_promo_phone', 2879, 0, 'M', 0),
(4663, 1242, 'et_promo_tablet', 2880, 0, 'M', 0),
(4664, 1243, 'promo', 2878, 0, 'M', 0),
(4665, 1243, 'et_promo_phone', 2879, 0, 'M', 0),
(4666, 1243, 'et_promo_tablet', 2880, 0, 'M', 0),
(4667, 1244, 'promo', 2878, 0, 'M', 0),
(4668, 1244, 'et_promo_phone', 2879, 0, 'M', 0),
(4669, 1244, 'et_promo_tablet', 2880, 0, 'M', 0),
(4670, 1245, 'promo', 2878, 0, 'M', 0),
(4671, 1245, 'et_promo_phone', 2879, 0, 'M', 0),
(4672, 1245, 'et_promo_tablet', 2880, 0, 'M', 0),
(4673, 1246, 'promo', 2878, 0, 'M', 0),
(4674, 1246, 'et_promo_phone', 2879, 0, 'M', 0),
(4675, 1246, 'et_promo_tablet', 2880, 0, 'M', 0),
(4676, 1247, 'promo', 2878, 0, 'M', 0),
(4677, 1247, 'et_promo_phone', 2879, 0, 'M', 0),
(4678, 1247, 'et_promo_tablet', 2880, 0, 'M', 0),
(4679, 1248, 'promo', 2878, 0, 'M', 0),
(4680, 1248, 'et_promo_phone', 2879, 0, 'M', 0),
(4681, 1248, 'et_promo_tablet', 2880, 0, 'M', 0),
(4682, 1249, 'promo', 2881, 0, 'M', 0),
(4694, 1249, 'et_promo_desktop_extra', 2882, 0, 'M', 0),
(4695, 1249, 'et_promo_phone_extra', 2883, 0, 'M', 0),
(4696, 1249, 'et_promo_tablet_extra', 2884, 0, 'M', 0),
(4697, 1249, 'et_promo_phone', 2885, 0, 'M', 0),
(4698, 1249, 'et_promo_tablet', 2886, 0, 'M', 0),
(4699, 1261, 'promo', 2881, 0, 'M', 0),
(4700, 1261, 'et_promo_desktop_extra', 2882, 0, 'M', 0),
(4701, 1261, 'et_promo_phone_extra', 2883, 0, 'M', 0),
(4702, 1261, 'et_promo_phone', 2885, 0, 'M', 0),
(4703, 1261, 'et_promo_tablet_extra', 2884, 0, 'M', 0),
(4704, 1261, 'et_promo_tablet', 2886, 0, 'M', 0),
(4705, 1262, 'promo', 2881, 0, 'M', 0),
(4706, 1262, 'et_promo_desktop_extra', 2882, 0, 'M', 0),
(4707, 1262, 'et_promo_phone_extra', 2883, 0, 'M', 0),
(4708, 1262, 'et_promo_phone', 2885, 0, 'M', 0),
(4709, 1262, 'et_promo_tablet_extra', 2884, 0, 'M', 0),
(4710, 1262, 'et_promo_tablet', 2886, 0, 'M', 0),
(4711, 1263, 'promo', 2881, 0, 'M', 0),
(4712, 1263, 'et_promo_desktop_extra', 2882, 0, 'M', 0),
(4713, 1263, 'et_promo_phone_extra', 2883, 0, 'M', 0),
(4714, 1263, 'et_promo_phone', 2885, 0, 'M', 0),
(4715, 1263, 'et_promo_tablet_extra', 2884, 0, 'M', 0),
(4716, 1263, 'et_promo_tablet', 2886, 0, 'M', 0),
(4717, 1264, 'promo', 2881, 0, 'M', 0),
(4718, 1264, 'et_promo_desktop_extra', 2882, 0, 'M', 0),
(4719, 1264, 'et_promo_phone_extra', 2883, 0, 'M', 0),
(4720, 1264, 'et_promo_phone', 2885, 0, 'M', 0),
(4721, 1264, 'et_promo_tablet_extra', 2884, 0, 'M', 0),
(4722, 1264, 'et_promo_tablet', 2886, 0, 'M', 0),
(4723, 1265, 'promo', 2881, 0, 'M', 0),
(4724, 1265, 'et_promo_desktop_extra', 2882, 0, 'M', 0),
(4725, 1265, 'et_promo_phone_extra', 2883, 0, 'M', 0),
(4726, 1265, 'et_promo_phone', 2885, 0, 'M', 0),
(4727, 1265, 'et_promo_tablet_extra', 2884, 0, 'M', 0),
(4728, 1265, 'et_promo_tablet', 2886, 0, 'M', 0),
(4729, 1266, 'promo', 2881, 0, 'M', 0),
(4730, 1266, 'et_promo_desktop_extra', 2882, 0, 'M', 0),
(4731, 1266, 'et_promo_phone_extra', 2883, 0, 'M', 0),
(4732, 1266, 'et_promo_phone', 2885, 0, 'M', 0),
(4733, 1266, 'et_promo_tablet_extra', 2884, 0, 'M', 0),
(4734, 1266, 'et_promo_tablet', 2886, 0, 'M', 0),
(4735, 1267, 'promo', 2881, 0, 'M', 0),
(4736, 1267, 'et_promo_desktop_extra', 2882, 0, 'M', 0),
(4737, 1267, 'et_promo_phone_extra', 2883, 0, 'M', 0),
(4738, 1267, 'et_promo_phone', 2885, 0, 'M', 0),
(4739, 1267, 'et_promo_tablet_extra', 2884, 0, 'M', 0),
(4740, 1267, 'et_promo_tablet', 2886, 0, 'M', 0),
(4741, 1268, 'promo', 2881, 0, 'M', 0),
(4742, 1268, 'et_promo_desktop_extra', 2882, 0, 'M', 0),
(4743, 1268, 'et_promo_phone_extra', 2883, 0, 'M', 0),
(4744, 1268, 'et_promo_phone', 2885, 0, 'M', 0),
(4745, 1268, 'et_promo_tablet_extra', 2884, 0, 'M', 0),
(4746, 1268, 'et_promo_tablet', 2886, 0, 'M', 0),
(4747, 1269, 'promo', 2881, 0, 'M', 0),
(4748, 1269, 'et_promo_desktop_extra', 2882, 0, 'M', 0),
(4749, 1269, 'et_promo_phone_extra', 2883, 0, 'M', 0),
(4750, 1269, 'et_promo_phone', 2885, 0, 'M', 0),
(4751, 1269, 'et_promo_tablet_extra', 2884, 0, 'M', 0),
(4752, 1269, 'et_promo_tablet', 2886, 0, 'M', 0),
(4753, 1270, 'promo', 2881, 0, 'M', 0),
(4754, 1270, 'et_promo_desktop_extra', 2882, 0, 'M', 0),
(4755, 1270, 'et_promo_phone_extra', 2883, 0, 'M', 0),
(4756, 1270, 'et_promo_phone', 2885, 0, 'M', 0),
(4757, 1270, 'et_promo_tablet_extra', 2884, 0, 'M', 0),
(4758, 1270, 'et_promo_tablet', 2886, 0, 'M', 0),
(4759, 1271, 'promo', 2881, 0, 'M', 0),
(4760, 1271, 'et_promo_desktop_extra', 2882, 0, 'M', 0),
(4761, 1271, 'et_promo_phone_extra', 2883, 0, 'M', 0),
(4762, 1271, 'et_promo_phone', 2885, 0, 'M', 0),
(4763, 1271, 'et_promo_tablet_extra', 2884, 0, 'M', 0),
(4764, 1271, 'et_promo_tablet', 2886, 0, 'M', 0),
(4765, 1272, 'promo', 2887, 0, 'M', 0),
(4777, 1272, 'et_promo_phone', 2888, 0, 'M', 0),
(4778, 1272, 'et_promo_tablet', 2889, 0, 'M', 0),
(4779, 1284, 'promo', 2887, 0, 'M', 0),
(4780, 1284, 'et_promo_phone', 2888, 0, 'M', 0),
(4781, 1284, 'et_promo_tablet', 2889, 0, 'M', 0),
(4782, 1285, 'promo', 2887, 0, 'M', 0),
(4783, 1285, 'et_promo_phone', 2888, 0, 'M', 0),
(4784, 1285, 'et_promo_tablet', 2889, 0, 'M', 0),
(4785, 1286, 'promo', 2887, 0, 'M', 0),
(4786, 1286, 'et_promo_phone', 2888, 0, 'M', 0),
(4787, 1286, 'et_promo_tablet', 2889, 0, 'M', 0),
(4788, 1287, 'promo', 2887, 0, 'M', 0),
(4789, 1287, 'et_promo_phone', 2888, 0, 'M', 0),
(4790, 1287, 'et_promo_tablet', 2889, 0, 'M', 0),
(4791, 1288, 'promo', 2887, 0, 'M', 0),
(4792, 1288, 'et_promo_phone', 2888, 0, 'M', 0),
(4793, 1288, 'et_promo_tablet', 2889, 0, 'M', 0),
(4794, 1289, 'promo', 2887, 0, 'M', 0),
(4795, 1289, 'et_promo_phone', 2888, 0, 'M', 0),
(4796, 1289, 'et_promo_tablet', 2889, 0, 'M', 0),
(4797, 1290, 'promo', 2887, 0, 'M', 0),
(4798, 1290, 'et_promo_phone', 2888, 0, 'M', 0),
(4799, 1290, 'et_promo_tablet', 2889, 0, 'M', 0),
(4800, 1291, 'promo', 2887, 0, 'M', 0),
(4801, 1291, 'et_promo_phone', 2888, 0, 'M', 0),
(4802, 1291, 'et_promo_tablet', 2889, 0, 'M', 0),
(4803, 1292, 'promo', 2887, 0, 'M', 0),
(4804, 1292, 'et_promo_phone', 2888, 0, 'M', 0),
(4805, 1292, 'et_promo_tablet', 2889, 0, 'M', 0),
(4806, 1293, 'promo', 2887, 0, 'M', 0),
(4807, 1293, 'et_promo_phone', 2888, 0, 'M', 0),
(4808, 1293, 'et_promo_tablet', 2889, 0, 'M', 0),
(4809, 1294, 'promo', 2887, 0, 'M', 0),
(4810, 1294, 'et_promo_phone', 2888, 0, 'M', 0),
(4811, 1294, 'et_promo_tablet', 2889, 0, 'M', 0),
(4812, 1295, 'promo', 2890, 0, 'M', 0),
(4824, 1295, 'et_promo_desktop_extra', 2891, 0, 'M', 0),
(4825, 1295, 'et_promo_phone_extra', 2892, 0, 'M', 0),
(4826, 1295, 'et_promo_tablet_extra', 2893, 0, 'M', 0),
(4827, 1295, 'et_promo_phone', 2894, 0, 'M', 0),
(4828, 1295, 'et_promo_tablet', 2895, 0, 'M', 0),
(4829, 1307, 'promo', 2890, 0, 'M', 0),
(4830, 1307, 'et_promo_desktop_extra', 2891, 0, 'M', 0),
(4831, 1307, 'et_promo_phone_extra', 2892, 0, 'M', 0),
(4832, 1307, 'et_promo_phone', 2894, 0, 'M', 0),
(4833, 1307, 'et_promo_tablet_extra', 2893, 0, 'M', 0),
(4834, 1307, 'et_promo_tablet', 2895, 0, 'M', 0),
(4835, 1308, 'promo', 2890, 0, 'M', 0),
(4836, 1308, 'et_promo_desktop_extra', 2891, 0, 'M', 0),
(4837, 1308, 'et_promo_phone_extra', 2892, 0, 'M', 0),
(4838, 1308, 'et_promo_phone', 2894, 0, 'M', 0),
(4839, 1308, 'et_promo_tablet_extra', 2893, 0, 'M', 0),
(4840, 1308, 'et_promo_tablet', 2895, 0, 'M', 0),
(4841, 1309, 'promo', 2890, 0, 'M', 0),
(4842, 1309, 'et_promo_desktop_extra', 2891, 0, 'M', 0),
(4843, 1309, 'et_promo_phone_extra', 2892, 0, 'M', 0),
(4844, 1309, 'et_promo_phone', 2894, 0, 'M', 0),
(4845, 1309, 'et_promo_tablet_extra', 2893, 0, 'M', 0),
(4846, 1309, 'et_promo_tablet', 2895, 0, 'M', 0),
(4847, 1310, 'promo', 2890, 0, 'M', 0),
(4848, 1310, 'et_promo_desktop_extra', 2891, 0, 'M', 0),
(4849, 1310, 'et_promo_phone_extra', 2892, 0, 'M', 0),
(4850, 1310, 'et_promo_phone', 2894, 0, 'M', 0),
(4851, 1310, 'et_promo_tablet_extra', 2893, 0, 'M', 0),
(4852, 1310, 'et_promo_tablet', 2895, 0, 'M', 0),
(4853, 1311, 'promo', 2890, 0, 'M', 0),
(4854, 1311, 'et_promo_desktop_extra', 2891, 0, 'M', 0),
(4855, 1311, 'et_promo_phone_extra', 2892, 0, 'M', 0),
(4856, 1311, 'et_promo_phone', 2894, 0, 'M', 0),
(4857, 1311, 'et_promo_tablet_extra', 2893, 0, 'M', 0),
(4858, 1311, 'et_promo_tablet', 2895, 0, 'M', 0),
(4859, 1312, 'promo', 2890, 0, 'M', 0),
(4860, 1312, 'et_promo_desktop_extra', 2891, 0, 'M', 0),
(4861, 1312, 'et_promo_phone_extra', 2892, 0, 'M', 0),
(4862, 1312, 'et_promo_phone', 2894, 0, 'M', 0),
(4863, 1312, 'et_promo_tablet_extra', 2893, 0, 'M', 0),
(4864, 1312, 'et_promo_tablet', 2895, 0, 'M', 0),
(4865, 1313, 'promo', 2890, 0, 'M', 0),
(4866, 1313, 'et_promo_desktop_extra', 2891, 0, 'M', 0),
(4867, 1313, 'et_promo_phone_extra', 2892, 0, 'M', 0),
(4868, 1313, 'et_promo_phone', 2894, 0, 'M', 0),
(4869, 1313, 'et_promo_tablet_extra', 2893, 0, 'M', 0),
(4870, 1313, 'et_promo_tablet', 2895, 0, 'M', 0),
(4871, 1314, 'promo', 2890, 0, 'M', 0),
(4872, 1314, 'et_promo_desktop_extra', 2891, 0, 'M', 0),
(4873, 1314, 'et_promo_phone_extra', 2892, 0, 'M', 0),
(4874, 1314, 'et_promo_phone', 2894, 0, 'M', 0),
(4875, 1314, 'et_promo_tablet_extra', 2893, 0, 'M', 0),
(4876, 1314, 'et_promo_tablet', 2895, 0, 'M', 0),
(4877, 1315, 'promo', 2890, 0, 'M', 0),
(4878, 1315, 'et_promo_desktop_extra', 2891, 0, 'M', 0),
(4879, 1315, 'et_promo_phone_extra', 2892, 0, 'M', 0),
(4880, 1315, 'et_promo_phone', 2894, 0, 'M', 0),
(4881, 1315, 'et_promo_tablet_extra', 2893, 0, 'M', 0),
(4882, 1315, 'et_promo_tablet', 2895, 0, 'M', 0),
(4883, 1316, 'promo', 2890, 0, 'M', 0),
(4884, 1316, 'et_promo_desktop_extra', 2891, 0, 'M', 0),
(4885, 1316, 'et_promo_phone_extra', 2892, 0, 'M', 0),
(4886, 1316, 'et_promo_phone', 2894, 0, 'M', 0),
(4887, 1316, 'et_promo_tablet_extra', 2893, 0, 'M', 0),
(4888, 1316, 'et_promo_tablet', 2895, 0, 'M', 0),
(4889, 1317, 'promo', 2890, 0, 'M', 0),
(4890, 1317, 'et_promo_desktop_extra', 2891, 0, 'M', 0),
(4891, 1317, 'et_promo_phone_extra', 2892, 0, 'M', 0),
(4892, 1317, 'et_promo_phone', 2894, 0, 'M', 0),
(4893, 1317, 'et_promo_tablet_extra', 2893, 0, 'M', 0),
(4894, 1317, 'et_promo_tablet', 2895, 0, 'M', 0),
(4895, 1318, 'promo', 2896, 0, 'M', 0),
(4907, 1318, 'et_promo_desktop_extra', 2897, 0, 'M', 0),
(4908, 1318, 'et_promo_phone_extra', 2898, 0, 'M', 0),
(4909, 1318, 'et_promo_tablet_extra', 2899, 0, 'M', 0),
(4910, 1318, 'et_promo_phone', 2900, 0, 'M', 0),
(4911, 1318, 'et_promo_tablet', 2901, 0, 'M', 0),
(4912, 1330, 'promo', 2896, 0, 'M', 0),
(4913, 1330, 'et_promo_desktop_extra', 2897, 0, 'M', 0),
(4914, 1330, 'et_promo_phone_extra', 2898, 0, 'M', 0),
(4915, 1330, 'et_promo_phone', 2900, 0, 'M', 0),
(4916, 1330, 'et_promo_tablet_extra', 2899, 0, 'M', 0),
(4917, 1330, 'et_promo_tablet', 2901, 0, 'M', 0),
(4918, 1331, 'promo', 2896, 0, 'M', 0),
(4919, 1331, 'et_promo_desktop_extra', 2897, 0, 'M', 0),
(4920, 1331, 'et_promo_phone_extra', 2898, 0, 'M', 0),
(4921, 1331, 'et_promo_phone', 2900, 0, 'M', 0),
(4922, 1331, 'et_promo_tablet_extra', 2899, 0, 'M', 0),
(4923, 1331, 'et_promo_tablet', 2901, 0, 'M', 0),
(4924, 1332, 'promo', 2896, 0, 'M', 0),
(4925, 1332, 'et_promo_desktop_extra', 2897, 0, 'M', 0),
(4926, 1332, 'et_promo_phone_extra', 2898, 0, 'M', 0),
(4927, 1332, 'et_promo_phone', 2900, 0, 'M', 0),
(4928, 1332, 'et_promo_tablet_extra', 2899, 0, 'M', 0),
(4929, 1332, 'et_promo_tablet', 2901, 0, 'M', 0),
(4930, 1333, 'promo', 2896, 0, 'M', 0),
(4931, 1333, 'et_promo_desktop_extra', 2897, 0, 'M', 0),
(4932, 1333, 'et_promo_phone_extra', 2898, 0, 'M', 0),
(4933, 1333, 'et_promo_phone', 2900, 0, 'M', 0),
(4934, 1333, 'et_promo_tablet_extra', 2899, 0, 'M', 0),
(4935, 1333, 'et_promo_tablet', 2901, 0, 'M', 0),
(4936, 1334, 'promo', 2896, 0, 'M', 0),
(4937, 1334, 'et_promo_desktop_extra', 2897, 0, 'M', 0),
(4938, 1334, 'et_promo_phone_extra', 2898, 0, 'M', 0),
(4939, 1334, 'et_promo_phone', 2900, 0, 'M', 0),
(4940, 1334, 'et_promo_tablet_extra', 2899, 0, 'M', 0),
(4941, 1334, 'et_promo_tablet', 2901, 0, 'M', 0),
(4942, 1335, 'promo', 2896, 0, 'M', 0),
(4943, 1335, 'et_promo_desktop_extra', 2897, 0, 'M', 0),
(4944, 1335, 'et_promo_phone_extra', 2898, 0, 'M', 0),
(4945, 1335, 'et_promo_phone', 2900, 0, 'M', 0),
(4946, 1335, 'et_promo_tablet_extra', 2899, 0, 'M', 0),
(4947, 1335, 'et_promo_tablet', 2901, 0, 'M', 0),
(4948, 1336, 'promo', 2896, 0, 'M', 0),
(4949, 1336, 'et_promo_desktop_extra', 2897, 0, 'M', 0),
(4950, 1336, 'et_promo_phone_extra', 2898, 0, 'M', 0),
(4951, 1336, 'et_promo_phone', 2900, 0, 'M', 0),
(4952, 1336, 'et_promo_tablet_extra', 2899, 0, 'M', 0),
(4953, 1336, 'et_promo_tablet', 2901, 0, 'M', 0),
(4954, 1337, 'promo', 2896, 0, 'M', 0),
(4955, 1337, 'et_promo_desktop_extra', 2897, 0, 'M', 0),
(4956, 1337, 'et_promo_phone_extra', 2898, 0, 'M', 0),
(4957, 1337, 'et_promo_phone', 2900, 0, 'M', 0),
(4958, 1337, 'et_promo_tablet_extra', 2899, 0, 'M', 0),
(4959, 1337, 'et_promo_tablet', 2901, 0, 'M', 0),
(4960, 1338, 'promo', 2896, 0, 'M', 0),
(4961, 1338, 'et_promo_desktop_extra', 2897, 0, 'M', 0),
(4962, 1338, 'et_promo_phone_extra', 2898, 0, 'M', 0),
(4963, 1338, 'et_promo_phone', 2900, 0, 'M', 0),
(4964, 1338, 'et_promo_tablet_extra', 2899, 0, 'M', 0),
(4965, 1338, 'et_promo_tablet', 2901, 0, 'M', 0),
(4966, 1339, 'promo', 2896, 0, 'M', 0),
(4967, 1339, 'et_promo_desktop_extra', 2897, 0, 'M', 0),
(4968, 1339, 'et_promo_phone_extra', 2898, 0, 'M', 0),
(4969, 1339, 'et_promo_phone', 2900, 0, 'M', 0),
(4970, 1339, 'et_promo_tablet_extra', 2899, 0, 'M', 0),
(4971, 1339, 'et_promo_tablet', 2901, 0, 'M', 0),
(4972, 1340, 'promo', 2896, 0, 'M', 0),
(4973, 1340, 'et_promo_desktop_extra', 2897, 0, 'M', 0),
(4974, 1340, 'et_promo_phone_extra', 2898, 0, 'M', 0),
(4975, 1340, 'et_promo_phone', 2900, 0, 'M', 0),
(4976, 1340, 'et_promo_tablet_extra', 2899, 0, 'M', 0),
(4977, 1340, 'et_promo_tablet', 2901, 0, 'M', 0),
(4978, 1341, 'promo', 2902, 0, 'M', 0),
(4990, 1341, 'et_promo_desktop_extra', 2903, 0, 'M', 0),
(4991, 1341, 'et_promo_phone_extra', 2904, 0, 'M', 0),
(4992, 1341, 'et_promo_tablet_extra', 2905, 0, 'M', 0),
(4993, 1341, 'et_promo_phone', 2906, 0, 'M', 0),
(4994, 1341, 'et_promo_tablet', 2907, 0, 'M', 0),
(4995, 1353, 'promo', 2902, 0, 'M', 0),
(4996, 1353, 'et_promo_desktop_extra', 2903, 0, 'M', 0),
(4997, 1353, 'et_promo_phone_extra', 2904, 0, 'M', 0),
(4998, 1353, 'et_promo_phone', 2906, 0, 'M', 0),
(4999, 1353, 'et_promo_tablet_extra', 2905, 0, 'M', 0),
(5000, 1353, 'et_promo_tablet', 2907, 0, 'M', 0),
(5001, 1354, 'promo', 2902, 0, 'M', 0),
(5002, 1354, 'et_promo_desktop_extra', 2903, 0, 'M', 0),
(5003, 1354, 'et_promo_phone_extra', 2904, 0, 'M', 0),
(5004, 1354, 'et_promo_phone', 2906, 0, 'M', 0),
(5005, 1354, 'et_promo_tablet_extra', 2905, 0, 'M', 0),
(5006, 1354, 'et_promo_tablet', 2907, 0, 'M', 0),
(5007, 1355, 'promo', 2902, 0, 'M', 0),
(5008, 1355, 'et_promo_desktop_extra', 2903, 0, 'M', 0),
(5009, 1355, 'et_promo_phone_extra', 2904, 0, 'M', 0),
(5010, 1355, 'et_promo_phone', 2906, 0, 'M', 0),
(5011, 1355, 'et_promo_tablet_extra', 2905, 0, 'M', 0),
(5012, 1355, 'et_promo_tablet', 2907, 0, 'M', 0),
(5013, 1356, 'promo', 2902, 0, 'M', 0),
(5014, 1356, 'et_promo_desktop_extra', 2903, 0, 'M', 0),
(5015, 1356, 'et_promo_phone_extra', 2904, 0, 'M', 0),
(5016, 1356, 'et_promo_phone', 2906, 0, 'M', 0),
(5017, 1356, 'et_promo_tablet_extra', 2905, 0, 'M', 0),
(5018, 1356, 'et_promo_tablet', 2907, 0, 'M', 0),
(5019, 1357, 'promo', 2902, 0, 'M', 0),
(5020, 1357, 'et_promo_desktop_extra', 2903, 0, 'M', 0),
(5021, 1357, 'et_promo_phone_extra', 2904, 0, 'M', 0),
(5022, 1357, 'et_promo_phone', 2906, 0, 'M', 0),
(5023, 1357, 'et_promo_tablet_extra', 2905, 0, 'M', 0),
(5024, 1357, 'et_promo_tablet', 2907, 0, 'M', 0),
(5025, 1358, 'promo', 2902, 0, 'M', 0),
(5026, 1358, 'et_promo_desktop_extra', 2903, 0, 'M', 0),
(5027, 1358, 'et_promo_phone_extra', 2904, 0, 'M', 0),
(5028, 1358, 'et_promo_phone', 2906, 0, 'M', 0),
(5029, 1358, 'et_promo_tablet_extra', 2905, 0, 'M', 0),
(5030, 1358, 'et_promo_tablet', 2907, 0, 'M', 0),
(5031, 1359, 'promo', 2902, 0, 'M', 0),
(5032, 1359, 'et_promo_desktop_extra', 2903, 0, 'M', 0);
INSERT INTO `partiushop_images_links` (`pair_id`, `object_id`, `object_type`, `image_id`, `detailed_id`, `type`, `position`) VALUES
(5033, 1359, 'et_promo_phone_extra', 2904, 0, 'M', 0),
(5034, 1359, 'et_promo_phone', 2906, 0, 'M', 0),
(5035, 1359, 'et_promo_tablet_extra', 2905, 0, 'M', 0),
(5036, 1359, 'et_promo_tablet', 2907, 0, 'M', 0),
(5037, 1360, 'promo', 2902, 0, 'M', 0),
(5038, 1360, 'et_promo_desktop_extra', 2903, 0, 'M', 0),
(5039, 1360, 'et_promo_phone_extra', 2904, 0, 'M', 0),
(5040, 1360, 'et_promo_phone', 2906, 0, 'M', 0),
(5041, 1360, 'et_promo_tablet_extra', 2905, 0, 'M', 0),
(5042, 1360, 'et_promo_tablet', 2907, 0, 'M', 0),
(5043, 1361, 'promo', 2902, 0, 'M', 0),
(5044, 1361, 'et_promo_desktop_extra', 2903, 0, 'M', 0),
(5045, 1361, 'et_promo_phone_extra', 2904, 0, 'M', 0),
(5046, 1361, 'et_promo_phone', 2906, 0, 'M', 0),
(5047, 1361, 'et_promo_tablet_extra', 2905, 0, 'M', 0),
(5048, 1361, 'et_promo_tablet', 2907, 0, 'M', 0),
(5049, 1362, 'promo', 2902, 0, 'M', 0),
(5050, 1362, 'et_promo_desktop_extra', 2903, 0, 'M', 0),
(5051, 1362, 'et_promo_phone_extra', 2904, 0, 'M', 0),
(5052, 1362, 'et_promo_phone', 2906, 0, 'M', 0),
(5053, 1362, 'et_promo_tablet_extra', 2905, 0, 'M', 0),
(5054, 1362, 'et_promo_tablet', 2907, 0, 'M', 0),
(5055, 1363, 'promo', 2902, 0, 'M', 0),
(5056, 1363, 'et_promo_desktop_extra', 2903, 0, 'M', 0),
(5057, 1363, 'et_promo_phone_extra', 2904, 0, 'M', 0),
(5058, 1363, 'et_promo_phone', 2906, 0, 'M', 0),
(5059, 1363, 'et_promo_tablet_extra', 2905, 0, 'M', 0),
(5060, 1363, 'et_promo_tablet', 2907, 0, 'M', 0),
(5061, 1364, 'promo', 2908, 0, 'M', 0),
(5073, 1364, 'et_promo_phone', 2909, 0, 'M', 0),
(5074, 1364, 'et_promo_tablet', 2910, 0, 'M', 0),
(5075, 1376, 'promo', 2908, 0, 'M', 0),
(5076, 1376, 'et_promo_phone', 2909, 0, 'M', 0),
(5077, 1376, 'et_promo_tablet', 2910, 0, 'M', 0),
(5078, 1377, 'promo', 2908, 0, 'M', 0),
(5079, 1377, 'et_promo_phone', 2909, 0, 'M', 0),
(5080, 1377, 'et_promo_tablet', 2910, 0, 'M', 0),
(5081, 1378, 'promo', 2908, 0, 'M', 0),
(5082, 1378, 'et_promo_phone', 2909, 0, 'M', 0),
(5083, 1378, 'et_promo_tablet', 2910, 0, 'M', 0),
(5084, 1379, 'promo', 2908, 0, 'M', 0),
(5085, 1379, 'et_promo_phone', 2909, 0, 'M', 0),
(5086, 1379, 'et_promo_tablet', 2910, 0, 'M', 0),
(5087, 1380, 'promo', 2908, 0, 'M', 0),
(5088, 1380, 'et_promo_phone', 2909, 0, 'M', 0),
(5089, 1380, 'et_promo_tablet', 2910, 0, 'M', 0),
(5090, 1381, 'promo', 2908, 0, 'M', 0),
(5091, 1381, 'et_promo_phone', 2909, 0, 'M', 0),
(5092, 1381, 'et_promo_tablet', 2910, 0, 'M', 0),
(5093, 1382, 'promo', 2908, 0, 'M', 0),
(5094, 1382, 'et_promo_phone', 2909, 0, 'M', 0),
(5095, 1382, 'et_promo_tablet', 2910, 0, 'M', 0),
(5096, 1383, 'promo', 2908, 0, 'M', 0),
(5097, 1383, 'et_promo_phone', 2909, 0, 'M', 0),
(5098, 1383, 'et_promo_tablet', 2910, 0, 'M', 0),
(5099, 1384, 'promo', 2908, 0, 'M', 0),
(5100, 1384, 'et_promo_phone', 2909, 0, 'M', 0),
(5101, 1384, 'et_promo_tablet', 2910, 0, 'M', 0),
(5102, 1385, 'promo', 2908, 0, 'M', 0),
(5103, 1385, 'et_promo_phone', 2909, 0, 'M', 0),
(5104, 1385, 'et_promo_tablet', 2910, 0, 'M', 0),
(5105, 1386, 'promo', 2908, 0, 'M', 0),
(5106, 1386, 'et_promo_phone', 2909, 0, 'M', 0),
(5107, 1386, 'et_promo_tablet', 2910, 0, 'M', 0),
(5108, 1387, 'promo', 2911, 0, 'M', 0),
(5120, 1387, 'et_promo_desktop_extra', 2912, 0, 'M', 0),
(5121, 1387, 'et_promo_phone_extra', 2913, 0, 'M', 0),
(5122, 1387, 'et_promo_tablet_extra', 2914, 0, 'M', 0),
(5123, 1387, 'et_promo_phone', 2915, 0, 'M', 0),
(5124, 1387, 'et_promo_tablet', 2916, 0, 'M', 0),
(5125, 1399, 'promo', 2911, 0, 'M', 0),
(5126, 1399, 'et_promo_desktop_extra', 2912, 0, 'M', 0),
(5127, 1399, 'et_promo_phone_extra', 2913, 0, 'M', 0),
(5128, 1399, 'et_promo_phone', 2915, 0, 'M', 0),
(5129, 1399, 'et_promo_tablet_extra', 2914, 0, 'M', 0),
(5130, 1399, 'et_promo_tablet', 2916, 0, 'M', 0),
(5131, 1400, 'promo', 2911, 0, 'M', 0),
(5132, 1400, 'et_promo_desktop_extra', 2912, 0, 'M', 0),
(5133, 1400, 'et_promo_phone_extra', 2913, 0, 'M', 0),
(5134, 1400, 'et_promo_phone', 2915, 0, 'M', 0),
(5135, 1400, 'et_promo_tablet_extra', 2914, 0, 'M', 0),
(5136, 1400, 'et_promo_tablet', 2916, 0, 'M', 0),
(5137, 1401, 'promo', 2911, 0, 'M', 0),
(5138, 1401, 'et_promo_desktop_extra', 2912, 0, 'M', 0),
(5139, 1401, 'et_promo_phone_extra', 2913, 0, 'M', 0),
(5140, 1401, 'et_promo_phone', 2915, 0, 'M', 0),
(5141, 1401, 'et_promo_tablet_extra', 2914, 0, 'M', 0),
(5142, 1401, 'et_promo_tablet', 2916, 0, 'M', 0),
(5143, 1402, 'promo', 2911, 0, 'M', 0),
(5144, 1402, 'et_promo_desktop_extra', 2912, 0, 'M', 0),
(5145, 1402, 'et_promo_phone_extra', 2913, 0, 'M', 0),
(5146, 1402, 'et_promo_phone', 2915, 0, 'M', 0),
(5147, 1402, 'et_promo_tablet_extra', 2914, 0, 'M', 0),
(5148, 1402, 'et_promo_tablet', 2916, 0, 'M', 0),
(5149, 1403, 'promo', 2911, 0, 'M', 0),
(5150, 1403, 'et_promo_desktop_extra', 2912, 0, 'M', 0),
(5151, 1403, 'et_promo_phone_extra', 2913, 0, 'M', 0),
(5152, 1403, 'et_promo_phone', 2915, 0, 'M', 0),
(5153, 1403, 'et_promo_tablet_extra', 2914, 0, 'M', 0),
(5154, 1403, 'et_promo_tablet', 2916, 0, 'M', 0),
(5155, 1404, 'promo', 2911, 0, 'M', 0),
(5156, 1404, 'et_promo_desktop_extra', 2912, 0, 'M', 0),
(5157, 1404, 'et_promo_phone_extra', 2913, 0, 'M', 0),
(5158, 1404, 'et_promo_phone', 2915, 0, 'M', 0),
(5159, 1404, 'et_promo_tablet_extra', 2914, 0, 'M', 0),
(5160, 1404, 'et_promo_tablet', 2916, 0, 'M', 0),
(5161, 1405, 'promo', 2911, 0, 'M', 0),
(5162, 1405, 'et_promo_desktop_extra', 2912, 0, 'M', 0),
(5163, 1405, 'et_promo_phone_extra', 2913, 0, 'M', 0),
(5164, 1405, 'et_promo_phone', 2915, 0, 'M', 0),
(5165, 1405, 'et_promo_tablet_extra', 2914, 0, 'M', 0),
(5166, 1405, 'et_promo_tablet', 2916, 0, 'M', 0),
(5167, 1406, 'promo', 2911, 0, 'M', 0),
(5168, 1406, 'et_promo_desktop_extra', 2912, 0, 'M', 0),
(5169, 1406, 'et_promo_phone_extra', 2913, 0, 'M', 0),
(5170, 1406, 'et_promo_phone', 2915, 0, 'M', 0),
(5171, 1406, 'et_promo_tablet_extra', 2914, 0, 'M', 0),
(5172, 1406, 'et_promo_tablet', 2916, 0, 'M', 0),
(5173, 1407, 'promo', 2911, 0, 'M', 0),
(5174, 1407, 'et_promo_desktop_extra', 2912, 0, 'M', 0),
(5175, 1407, 'et_promo_phone_extra', 2913, 0, 'M', 0),
(5176, 1407, 'et_promo_phone', 2915, 0, 'M', 0),
(5177, 1407, 'et_promo_tablet_extra', 2914, 0, 'M', 0),
(5178, 1407, 'et_promo_tablet', 2916, 0, 'M', 0),
(5179, 1408, 'promo', 2911, 0, 'M', 0),
(5180, 1408, 'et_promo_desktop_extra', 2912, 0, 'M', 0),
(5181, 1408, 'et_promo_phone_extra', 2913, 0, 'M', 0),
(5182, 1408, 'et_promo_phone', 2915, 0, 'M', 0),
(5183, 1408, 'et_promo_tablet_extra', 2914, 0, 'M', 0),
(5184, 1408, 'et_promo_tablet', 2916, 0, 'M', 0),
(5185, 1409, 'promo', 2911, 0, 'M', 0),
(5186, 1409, 'et_promo_desktop_extra', 2912, 0, 'M', 0),
(5187, 1409, 'et_promo_phone_extra', 2913, 0, 'M', 0),
(5188, 1409, 'et_promo_phone', 2915, 0, 'M', 0),
(5189, 1409, 'et_promo_tablet_extra', 2914, 0, 'M', 0),
(5190, 1409, 'et_promo_tablet', 2916, 0, 'M', 0),
(5191, 1410, 'promo', 2917, 0, 'M', 0),
(5203, 1410, 'et_promo_desktop_extra', 2918, 0, 'M', 0),
(5204, 1410, 'et_promo_phone_extra', 2919, 0, 'M', 0),
(5205, 1410, 'et_promo_tablet_extra', 2920, 0, 'M', 0),
(5206, 1410, 'et_promo_phone', 2921, 0, 'M', 0),
(5207, 1410, 'et_promo_tablet', 2922, 0, 'M', 0),
(5208, 1422, 'promo', 2917, 0, 'M', 0),
(5209, 1422, 'et_promo_desktop_extra', 2918, 0, 'M', 0),
(5210, 1422, 'et_promo_phone_extra', 2919, 0, 'M', 0),
(5211, 1422, 'et_promo_phone', 2921, 0, 'M', 0),
(5212, 1422, 'et_promo_tablet_extra', 2920, 0, 'M', 0),
(5213, 1422, 'et_promo_tablet', 2922, 0, 'M', 0),
(5214, 1423, 'promo', 2917, 0, 'M', 0),
(5215, 1423, 'et_promo_desktop_extra', 2918, 0, 'M', 0),
(5216, 1423, 'et_promo_phone_extra', 2919, 0, 'M', 0),
(5217, 1423, 'et_promo_phone', 2921, 0, 'M', 0),
(5218, 1423, 'et_promo_tablet_extra', 2920, 0, 'M', 0),
(5219, 1423, 'et_promo_tablet', 2922, 0, 'M', 0),
(5220, 1424, 'promo', 2917, 0, 'M', 0),
(5221, 1424, 'et_promo_desktop_extra', 2918, 0, 'M', 0),
(5222, 1424, 'et_promo_phone_extra', 2919, 0, 'M', 0),
(5223, 1424, 'et_promo_phone', 2921, 0, 'M', 0),
(5224, 1424, 'et_promo_tablet_extra', 2920, 0, 'M', 0),
(5225, 1424, 'et_promo_tablet', 2922, 0, 'M', 0),
(5226, 1425, 'promo', 2917, 0, 'M', 0),
(5227, 1425, 'et_promo_desktop_extra', 2918, 0, 'M', 0),
(5228, 1425, 'et_promo_phone_extra', 2919, 0, 'M', 0),
(5229, 1425, 'et_promo_phone', 2921, 0, 'M', 0),
(5230, 1425, 'et_promo_tablet_extra', 2920, 0, 'M', 0),
(5231, 1425, 'et_promo_tablet', 2922, 0, 'M', 0),
(5232, 1426, 'promo', 2917, 0, 'M', 0),
(5233, 1426, 'et_promo_desktop_extra', 2918, 0, 'M', 0),
(5234, 1426, 'et_promo_phone_extra', 2919, 0, 'M', 0),
(5235, 1426, 'et_promo_phone', 2921, 0, 'M', 0),
(5236, 1426, 'et_promo_tablet_extra', 2920, 0, 'M', 0),
(5237, 1426, 'et_promo_tablet', 2922, 0, 'M', 0),
(5238, 1427, 'promo', 2917, 0, 'M', 0),
(5239, 1427, 'et_promo_desktop_extra', 2918, 0, 'M', 0),
(5240, 1427, 'et_promo_phone_extra', 2919, 0, 'M', 0),
(5241, 1427, 'et_promo_phone', 2921, 0, 'M', 0),
(5242, 1427, 'et_promo_tablet_extra', 2920, 0, 'M', 0),
(5243, 1427, 'et_promo_tablet', 2922, 0, 'M', 0),
(5244, 1428, 'promo', 2917, 0, 'M', 0),
(5245, 1428, 'et_promo_desktop_extra', 2918, 0, 'M', 0),
(5246, 1428, 'et_promo_phone_extra', 2919, 0, 'M', 0),
(5247, 1428, 'et_promo_phone', 2921, 0, 'M', 0),
(5248, 1428, 'et_promo_tablet_extra', 2920, 0, 'M', 0),
(5249, 1428, 'et_promo_tablet', 2922, 0, 'M', 0),
(5250, 1429, 'promo', 2917, 0, 'M', 0),
(5251, 1429, 'et_promo_desktop_extra', 2918, 0, 'M', 0),
(5252, 1429, 'et_promo_phone_extra', 2919, 0, 'M', 0),
(5253, 1429, 'et_promo_phone', 2921, 0, 'M', 0),
(5254, 1429, 'et_promo_tablet_extra', 2920, 0, 'M', 0),
(5255, 1429, 'et_promo_tablet', 2922, 0, 'M', 0),
(5256, 1430, 'promo', 2917, 0, 'M', 0),
(5257, 1430, 'et_promo_desktop_extra', 2918, 0, 'M', 0),
(5258, 1430, 'et_promo_phone_extra', 2919, 0, 'M', 0),
(5259, 1430, 'et_promo_phone', 2921, 0, 'M', 0),
(5260, 1430, 'et_promo_tablet_extra', 2920, 0, 'M', 0),
(5261, 1430, 'et_promo_tablet', 2922, 0, 'M', 0),
(5262, 1431, 'promo', 2917, 0, 'M', 0),
(5263, 1431, 'et_promo_desktop_extra', 2918, 0, 'M', 0),
(5264, 1431, 'et_promo_phone_extra', 2919, 0, 'M', 0),
(5265, 1431, 'et_promo_phone', 2921, 0, 'M', 0),
(5266, 1431, 'et_promo_tablet_extra', 2920, 0, 'M', 0),
(5267, 1431, 'et_promo_tablet', 2922, 0, 'M', 0),
(5268, 1432, 'promo', 2917, 0, 'M', 0),
(5269, 1432, 'et_promo_desktop_extra', 2918, 0, 'M', 0),
(5270, 1432, 'et_promo_phone_extra', 2919, 0, 'M', 0),
(5271, 1432, 'et_promo_phone', 2921, 0, 'M', 0),
(5272, 1432, 'et_promo_tablet_extra', 2920, 0, 'M', 0),
(5273, 1432, 'et_promo_tablet', 2922, 0, 'M', 0),
(5274, 1433, 'promo', 2923, 0, 'M', 0),
(5286, 1433, 'et_promo_phone', 2924, 0, 'M', 0),
(5287, 1433, 'et_promo_tablet', 2925, 0, 'M', 0),
(5288, 1445, 'promo', 2923, 0, 'M', 0),
(5289, 1445, 'et_promo_phone', 2924, 0, 'M', 0),
(5290, 1445, 'et_promo_tablet', 2925, 0, 'M', 0),
(5291, 1446, 'promo', 2923, 0, 'M', 0),
(5292, 1446, 'et_promo_phone', 2924, 0, 'M', 0),
(5293, 1446, 'et_promo_tablet', 2925, 0, 'M', 0),
(5294, 1447, 'promo', 2923, 0, 'M', 0),
(5295, 1447, 'et_promo_phone', 2924, 0, 'M', 0),
(5296, 1447, 'et_promo_tablet', 2925, 0, 'M', 0),
(5297, 1448, 'promo', 2923, 0, 'M', 0),
(5298, 1448, 'et_promo_phone', 2924, 0, 'M', 0),
(5299, 1448, 'et_promo_tablet', 2925, 0, 'M', 0),
(5300, 1449, 'promo', 2923, 0, 'M', 0),
(5301, 1449, 'et_promo_phone', 2924, 0, 'M', 0),
(5302, 1449, 'et_promo_tablet', 2925, 0, 'M', 0),
(5303, 1450, 'promo', 2923, 0, 'M', 0),
(5304, 1450, 'et_promo_phone', 2924, 0, 'M', 0),
(5305, 1450, 'et_promo_tablet', 2925, 0, 'M', 0),
(5306, 1451, 'promo', 2923, 0, 'M', 0),
(5307, 1451, 'et_promo_phone', 2924, 0, 'M', 0),
(5308, 1451, 'et_promo_tablet', 2925, 0, 'M', 0),
(5309, 1452, 'promo', 2923, 0, 'M', 0),
(5310, 1452, 'et_promo_phone', 2924, 0, 'M', 0),
(5311, 1452, 'et_promo_tablet', 2925, 0, 'M', 0),
(5312, 1453, 'promo', 2923, 0, 'M', 0),
(5313, 1453, 'et_promo_phone', 2924, 0, 'M', 0),
(5314, 1453, 'et_promo_tablet', 2925, 0, 'M', 0),
(5315, 1454, 'promo', 2923, 0, 'M', 0),
(5316, 1454, 'et_promo_phone', 2924, 0, 'M', 0),
(5317, 1454, 'et_promo_tablet', 2925, 0, 'M', 0),
(5318, 1455, 'promo', 2923, 0, 'M', 0),
(5319, 1455, 'et_promo_phone', 2924, 0, 'M', 0),
(5320, 1455, 'et_promo_tablet', 2925, 0, 'M', 0),
(5321, 423, 'logos', 2926, 0, 'M', 0),
(5322, 424, 'logos', 2927, 0, 'M', 0),
(5323, 425, 'logos', 2928, 0, 'M', 0),
(5324, 426, 'logos', 2929, 0, 'M', 0),
(5325, 119, '', 0, 0, 'M', 0),
(5326, 119, '', 0, 0, 'M', 0),
(5327, 119, '', 0, 0, 'M', 0),
(5328, 120, '', 0, 0, 'M', 0),
(5329, 120, '', 0, 0, 'M', 0),
(5330, 120, '', 0, 0, 'M', 0),
(5331, 121, '', 0, 0, 'M', 0),
(5332, 121, '', 0, 0, 'M', 0),
(5333, 121, '', 0, 0, 'M', 0),
(5334, 122, '', 0, 0, 'M', 0),
(5335, 122, '', 0, 0, 'M', 0),
(5336, 122, '', 0, 0, 'M', 0),
(5337, 123, '', 0, 0, 'M', 0),
(5338, 123, '', 0, 0, 'M', 0),
(5339, 123, '', 0, 0, 'M', 0),
(5340, 124, '', 0, 0, 'M', 0),
(5341, 124, '', 0, 0, 'M', 0),
(5342, 124, '', 0, 0, 'M', 0),
(5343, 125, '', 0, 0, 'M', 0),
(5344, 125, '', 0, 0, 'M', 0),
(5345, 125, '', 0, 0, 'M', 0),
(5346, 126, '', 0, 0, 'M', 0),
(5347, 126, '', 0, 0, 'M', 0),
(5348, 126, '', 0, 0, 'M', 0),
(5349, 127, '', 0, 0, 'M', 0),
(5350, 127, '', 0, 0, 'M', 0),
(5351, 127, '', 0, 0, 'M', 0),
(5352, 128, '', 0, 0, 'M', 0),
(5353, 128, '', 0, 0, 'M', 0),
(5354, 128, '', 0, 0, 'M', 0),
(5355, 129, '', 0, 0, 'M', 0),
(5356, 129, '', 0, 0, 'M', 0),
(5357, 129, '', 0, 0, 'M', 0),
(5358, 131, '', 0, 0, 'M', 0),
(5359, 131, '', 0, 0, 'M', 0),
(5360, 131, '', 0, 0, 'M', 0),
(5361, 132, '', 0, 0, 'M', 0),
(5362, 132, '', 0, 0, 'M', 0),
(5363, 132, '', 0, 0, 'M', 0),
(5364, 133, '', 0, 0, 'M', 0),
(5365, 133, '', 0, 0, 'M', 0),
(5366, 133, '', 0, 0, 'M', 0),
(5367, 134, '', 0, 0, 'M', 0),
(5368, 134, '', 0, 0, 'M', 0),
(5369, 134, '', 0, 0, 'M', 0),
(5370, 135, '', 0, 0, 'M', 0),
(5371, 135, '', 0, 0, 'M', 0),
(5372, 135, '', 0, 0, 'M', 0),
(5373, 136, '', 0, 0, 'M', 0),
(5374, 136, '', 0, 0, 'M', 0),
(5375, 136, '', 0, 0, 'M', 0),
(5376, 137, '', 0, 0, 'M', 0),
(5377, 137, '', 0, 0, 'M', 0),
(5378, 137, '', 0, 0, 'M', 0),
(5379, 138, '', 0, 0, 'M', 0),
(5380, 138, '', 0, 0, 'M', 0),
(5381, 138, '', 0, 0, 'M', 0),
(5382, 139, '', 0, 0, 'M', 0),
(5383, 139, '', 0, 0, 'M', 0),
(5384, 139, '', 0, 0, 'M', 0),
(5385, 140, '', 0, 0, 'M', 0),
(5386, 140, '', 0, 0, 'M', 0),
(5387, 140, '', 0, 0, 'M', 0),
(5388, 141, '', 0, 0, 'M', 0),
(5389, 141, '', 0, 0, 'M', 0),
(5390, 141, '', 0, 0, 'M', 0),
(5391, 143, '', 0, 0, 'M', 0),
(5392, 143, '', 0, 0, 'M', 0),
(5393, 143, '', 0, 0, 'M', 0),
(5394, 144, '', 0, 0, 'M', 0),
(5395, 144, '', 0, 0, 'M', 0),
(5396, 144, '', 0, 0, 'M', 0),
(5397, 145, '', 0, 0, 'M', 0),
(5398, 145, '', 0, 0, 'M', 0),
(5399, 145, '', 0, 0, 'M', 0),
(5400, 146, '', 0, 0, 'M', 0),
(5401, 146, '', 0, 0, 'M', 0),
(5402, 146, '', 0, 0, 'M', 0),
(5403, 147, '', 0, 0, 'M', 0),
(5404, 147, '', 0, 0, 'M', 0),
(5405, 147, '', 0, 0, 'M', 0),
(5406, 148, '', 0, 0, 'M', 0),
(5407, 148, '', 0, 0, 'M', 0),
(5408, 148, '', 0, 0, 'M', 0),
(5409, 149, '', 0, 0, 'M', 0),
(5410, 149, '', 0, 0, 'M', 0),
(5411, 149, '', 0, 0, 'M', 0),
(5412, 150, '', 0, 0, 'M', 0),
(5413, 150, '', 0, 0, 'M', 0),
(5414, 150, '', 0, 0, 'M', 0),
(5415, 151, '', 0, 0, 'M', 0),
(5416, 151, '', 0, 0, 'M', 0),
(5417, 151, '', 0, 0, 'M', 0),
(5418, 152, '', 0, 0, 'M', 0),
(5419, 152, '', 0, 0, 'M', 0),
(5420, 152, '', 0, 0, 'M', 0),
(5421, 153, '', 0, 0, 'M', 0),
(5422, 153, '', 0, 0, 'M', 0),
(5423, 153, '', 0, 0, 'M', 0),
(5424, 155, '', 0, 0, 'M', 0),
(5425, 155, '', 0, 0, 'M', 0),
(5426, 155, '', 0, 0, 'M', 0),
(5427, 156, '', 0, 0, 'M', 0),
(5428, 156, '', 0, 0, 'M', 0),
(5429, 156, '', 0, 0, 'M', 0),
(5430, 157, '', 0, 0, 'M', 0),
(5431, 157, '', 0, 0, 'M', 0),
(5432, 157, '', 0, 0, 'M', 0),
(5433, 158, '', 0, 0, 'M', 0),
(5434, 158, '', 0, 0, 'M', 0),
(5435, 158, '', 0, 0, 'M', 0),
(5436, 159, '', 0, 0, 'M', 0),
(5437, 159, '', 0, 0, 'M', 0),
(5438, 159, '', 0, 0, 'M', 0),
(5439, 160, '', 0, 0, 'M', 0),
(5440, 160, '', 0, 0, 'M', 0),
(5441, 160, '', 0, 0, 'M', 0),
(5442, 161, '', 0, 0, 'M', 0),
(5443, 161, '', 0, 0, 'M', 0),
(5444, 161, '', 0, 0, 'M', 0),
(5445, 162, '', 0, 0, 'M', 0),
(5446, 162, '', 0, 0, 'M', 0),
(5447, 162, '', 0, 0, 'M', 0),
(5448, 163, '', 0, 0, 'M', 0),
(5449, 163, '', 0, 0, 'M', 0),
(5450, 163, '', 0, 0, 'M', 0),
(5451, 164, '', 0, 0, 'M', 0),
(5452, 164, '', 0, 0, 'M', 0),
(5453, 164, '', 0, 0, 'M', 0),
(5454, 165, '', 0, 0, 'M', 0),
(5455, 165, '', 0, 0, 'M', 0),
(5456, 165, '', 0, 0, 'M', 0),
(5457, 167, '', 0, 0, 'M', 0),
(5458, 167, '', 0, 0, 'M', 0),
(5459, 167, '', 0, 0, 'M', 0),
(5460, 168, '', 0, 0, 'M', 0),
(5461, 168, '', 0, 0, 'M', 0),
(5462, 168, '', 0, 0, 'M', 0),
(5463, 169, '', 0, 0, 'M', 0),
(5464, 169, '', 0, 0, 'M', 0),
(5465, 169, '', 0, 0, 'M', 0),
(5466, 170, '', 0, 0, 'M', 0),
(5467, 170, '', 0, 0, 'M', 0),
(5468, 170, '', 0, 0, 'M', 0),
(5469, 171, '', 0, 0, 'M', 0),
(5470, 171, '', 0, 0, 'M', 0),
(5471, 171, '', 0, 0, 'M', 0),
(5472, 172, '', 0, 0, 'M', 0),
(5473, 172, '', 0, 0, 'M', 0),
(5474, 172, '', 0, 0, 'M', 0),
(5475, 173, '', 0, 0, 'M', 0),
(5476, 173, '', 0, 0, 'M', 0),
(5477, 173, '', 0, 0, 'M', 0),
(5478, 174, '', 0, 0, 'M', 0),
(5479, 174, '', 0, 0, 'M', 0),
(5480, 174, '', 0, 0, 'M', 0),
(5481, 175, '', 0, 0, 'M', 0),
(5482, 175, '', 0, 0, 'M', 0),
(5483, 175, '', 0, 0, 'M', 0),
(5484, 176, '', 0, 0, 'M', 0),
(5485, 176, '', 0, 0, 'M', 0),
(5486, 176, '', 0, 0, 'M', 0),
(5487, 177, '', 0, 0, 'M', 0),
(5488, 177, '', 0, 0, 'M', 0),
(5489, 177, '', 0, 0, 'M', 0),
(5490, 179, '', 0, 0, 'M', 0),
(5491, 179, '', 0, 0, 'M', 0),
(5492, 179, '', 0, 0, 'M', 0),
(5493, 180, '', 0, 0, 'M', 0),
(5494, 180, '', 0, 0, 'M', 0),
(5495, 180, '', 0, 0, 'M', 0),
(5496, 181, '', 0, 0, 'M', 0),
(5497, 181, '', 0, 0, 'M', 0),
(5498, 181, '', 0, 0, 'M', 0),
(5499, 182, '', 0, 0, 'M', 0),
(5500, 182, '', 0, 0, 'M', 0),
(5501, 182, '', 0, 0, 'M', 0),
(5502, 183, '', 0, 0, 'M', 0),
(5503, 183, '', 0, 0, 'M', 0),
(5504, 183, '', 0, 0, 'M', 0),
(5505, 184, '', 0, 0, 'M', 0),
(5506, 184, '', 0, 0, 'M', 0),
(5507, 184, '', 0, 0, 'M', 0),
(5508, 185, '', 0, 0, 'M', 0),
(5509, 185, '', 0, 0, 'M', 0),
(5510, 185, '', 0, 0, 'M', 0),
(5511, 186, '', 0, 0, 'M', 0),
(5512, 186, '', 0, 0, 'M', 0),
(5513, 186, '', 0, 0, 'M', 0),
(5514, 187, '', 0, 0, 'M', 0),
(5515, 187, '', 0, 0, 'M', 0),
(5516, 187, '', 0, 0, 'M', 0),
(5517, 188, '', 0, 0, 'M', 0),
(5518, 188, '', 0, 0, 'M', 0),
(5519, 188, '', 0, 0, 'M', 0),
(5520, 189, '', 0, 0, 'M', 0),
(5521, 189, '', 0, 0, 'M', 0),
(5522, 189, '', 0, 0, 'M', 0),
(5523, 191, '', 0, 0, 'M', 0),
(5524, 191, '', 0, 0, 'M', 0),
(5525, 191, '', 0, 0, 'M', 0),
(5526, 192, '', 0, 0, 'M', 0),
(5527, 192, '', 0, 0, 'M', 0),
(5528, 192, '', 0, 0, 'M', 0),
(5529, 193, '', 0, 0, 'M', 0),
(5530, 193, '', 0, 0, 'M', 0),
(5531, 193, '', 0, 0, 'M', 0),
(5532, 194, '', 0, 0, 'M', 0),
(5533, 194, '', 0, 0, 'M', 0),
(5534, 194, '', 0, 0, 'M', 0),
(5535, 195, '', 0, 0, 'M', 0),
(5536, 195, '', 0, 0, 'M', 0),
(5537, 195, '', 0, 0, 'M', 0),
(5538, 196, '', 0, 0, 'M', 0),
(5539, 196, '', 0, 0, 'M', 0),
(5540, 196, '', 0, 0, 'M', 0),
(5541, 197, '', 0, 0, 'M', 0),
(5542, 197, '', 0, 0, 'M', 0),
(5543, 197, '', 0, 0, 'M', 0),
(5544, 198, '', 0, 0, 'M', 0),
(5545, 198, '', 0, 0, 'M', 0),
(5546, 198, '', 0, 0, 'M', 0),
(5547, 199, '', 0, 0, 'M', 0),
(5548, 199, '', 0, 0, 'M', 0),
(5549, 199, '', 0, 0, 'M', 0),
(5550, 200, '', 0, 0, 'M', 0),
(5551, 200, '', 0, 0, 'M', 0),
(5552, 200, '', 0, 0, 'M', 0),
(5553, 201, '', 0, 0, 'M', 0),
(5554, 201, '', 0, 0, 'M', 0),
(5555, 201, '', 0, 0, 'M', 0),
(5556, 203, '', 0, 0, 'M', 0),
(5557, 203, '', 0, 0, 'M', 0),
(5558, 203, '', 0, 0, 'M', 0),
(5559, 204, '', 0, 0, 'M', 0),
(5560, 204, '', 0, 0, 'M', 0),
(5561, 204, '', 0, 0, 'M', 0),
(5562, 205, '', 0, 0, 'M', 0),
(5563, 205, '', 0, 0, 'M', 0),
(5564, 205, '', 0, 0, 'M', 0),
(5565, 206, '', 0, 0, 'M', 0),
(5566, 206, '', 0, 0, 'M', 0),
(5567, 206, '', 0, 0, 'M', 0),
(5568, 207, '', 0, 0, 'M', 0),
(5569, 207, '', 0, 0, 'M', 0),
(5570, 207, '', 0, 0, 'M', 0),
(5571, 208, '', 0, 0, 'M', 0),
(5572, 208, '', 0, 0, 'M', 0),
(5573, 208, '', 0, 0, 'M', 0),
(5574, 209, '', 0, 0, 'M', 0),
(5575, 209, '', 0, 0, 'M', 0),
(5576, 209, '', 0, 0, 'M', 0),
(5577, 210, '', 0, 0, 'M', 0),
(5578, 210, '', 0, 0, 'M', 0),
(5579, 210, '', 0, 0, 'M', 0),
(5580, 211, '', 0, 0, 'M', 0),
(5581, 211, '', 0, 0, 'M', 0),
(5582, 211, '', 0, 0, 'M', 0),
(5583, 212, '', 0, 0, 'M', 0),
(5584, 212, '', 0, 0, 'M', 0),
(5585, 212, '', 0, 0, 'M', 0),
(5586, 213, '', 0, 0, 'M', 0),
(5587, 213, '', 0, 0, 'M', 0),
(5588, 213, '', 0, 0, 'M', 0),
(5589, 215, '', 0, 0, 'M', 0),
(5590, 215, '', 0, 0, 'M', 0),
(5591, 215, '', 0, 0, 'M', 0),
(5592, 216, '', 0, 0, 'M', 0),
(5593, 216, '', 0, 0, 'M', 0),
(5594, 216, '', 0, 0, 'M', 0),
(5595, 217, '', 0, 0, 'M', 0),
(5596, 217, '', 0, 0, 'M', 0),
(5597, 217, '', 0, 0, 'M', 0),
(5598, 218, '', 0, 0, 'M', 0),
(5599, 218, '', 0, 0, 'M', 0),
(5600, 218, '', 0, 0, 'M', 0),
(5601, 219, '', 0, 0, 'M', 0),
(5602, 219, '', 0, 0, 'M', 0),
(5603, 219, '', 0, 0, 'M', 0),
(5604, 220, '', 0, 0, 'M', 0),
(5605, 220, '', 0, 0, 'M', 0),
(5606, 220, '', 0, 0, 'M', 0),
(5607, 221, '', 0, 0, 'M', 0),
(5608, 221, '', 0, 0, 'M', 0),
(5609, 221, '', 0, 0, 'M', 0),
(5610, 222, '', 0, 0, 'M', 0),
(5611, 222, '', 0, 0, 'M', 0),
(5612, 222, '', 0, 0, 'M', 0),
(5613, 223, '', 0, 0, 'M', 0),
(5614, 223, '', 0, 0, 'M', 0),
(5615, 223, '', 0, 0, 'M', 0),
(5616, 224, '', 0, 0, 'M', 0),
(5617, 224, '', 0, 0, 'M', 0),
(5618, 224, '', 0, 0, 'M', 0),
(5619, 225, '', 0, 0, 'M', 0),
(5620, 225, '', 0, 0, 'M', 0),
(5621, 225, '', 0, 0, 'M', 0),
(5622, 227, '', 0, 0, 'M', 0),
(5623, 227, '', 0, 0, 'M', 0),
(5624, 227, '', 0, 0, 'M', 0),
(5625, 228, '', 0, 0, 'M', 0),
(5626, 228, '', 0, 0, 'M', 0),
(5627, 228, '', 0, 0, 'M', 0),
(5628, 229, '', 0, 0, 'M', 0),
(5629, 229, '', 0, 0, 'M', 0),
(5630, 229, '', 0, 0, 'M', 0),
(5631, 230, '', 0, 0, 'M', 0),
(5632, 230, '', 0, 0, 'M', 0),
(5633, 230, '', 0, 0, 'M', 0),
(5634, 231, '', 0, 0, 'M', 0),
(5635, 231, '', 0, 0, 'M', 0),
(5636, 231, '', 0, 0, 'M', 0),
(5637, 232, '', 0, 0, 'M', 0),
(5638, 232, '', 0, 0, 'M', 0),
(5639, 232, '', 0, 0, 'M', 0),
(5640, 233, '', 0, 0, 'M', 0),
(5641, 233, '', 0, 0, 'M', 0),
(5642, 233, '', 0, 0, 'M', 0),
(5643, 234, '', 0, 0, 'M', 0),
(5644, 234, '', 0, 0, 'M', 0),
(5645, 234, '', 0, 0, 'M', 0),
(5646, 235, '', 0, 0, 'M', 0),
(5647, 235, '', 0, 0, 'M', 0),
(5648, 235, '', 0, 0, 'M', 0),
(5649, 236, '', 0, 0, 'M', 0),
(5650, 236, '', 0, 0, 'M', 0),
(5651, 236, '', 0, 0, 'M', 0),
(5652, 237, '', 0, 0, 'M', 0),
(5653, 237, '', 0, 0, 'M', 0),
(5654, 237, '', 0, 0, 'M', 0),
(5655, 283, 'category', 0, 2930, 'M', 0),
(5656, 296, 'product', 0, 2931, 'M', 0),
(5657, 296, 'product', 0, 2932, 'A', 1),
(5658, 284, 'category', 0, 2933, 'M', 0),
(5659, 297, 'product', 0, 2934, 'M', 0),
(5660, 297, 'product', 0, 2935, 'A', 1),
(5661, 239, '', 0, 0, 'M', 0),
(5662, 239, '', 0, 0, 'M', 0),
(5663, 239, '', 0, 0, 'M', 0),
(5664, 240, '', 0, 0, 'M', 0),
(5665, 240, '', 0, 0, 'M', 0),
(5666, 240, '', 0, 0, 'M', 0),
(5667, 241, '', 0, 0, 'M', 0),
(5668, 241, '', 0, 0, 'M', 0),
(5669, 241, '', 0, 0, 'M', 0),
(5670, 242, '', 0, 0, 'M', 0),
(5671, 242, '', 0, 0, 'M', 0),
(5672, 242, '', 0, 0, 'M', 0),
(5673, 243, '', 0, 0, 'M', 0),
(5674, 243, '', 0, 0, 'M', 0),
(5675, 243, '', 0, 0, 'M', 0),
(5676, 244, '', 0, 0, 'M', 0),
(5677, 244, '', 0, 0, 'M', 0),
(5678, 244, '', 0, 0, 'M', 0),
(5679, 245, '', 0, 0, 'M', 0),
(5680, 245, '', 0, 0, 'M', 0),
(5681, 245, '', 0, 0, 'M', 0),
(5682, 246, '', 0, 0, 'M', 0),
(5683, 246, '', 0, 0, 'M', 0),
(5684, 246, '', 0, 0, 'M', 0),
(5685, 247, '', 0, 0, 'M', 0),
(5686, 247, '', 0, 0, 'M', 0),
(5687, 247, '', 0, 0, 'M', 0),
(5688, 248, '', 0, 0, 'M', 0),
(5689, 248, '', 0, 0, 'M', 0),
(5690, 248, '', 0, 0, 'M', 0),
(5691, 249, '', 0, 0, 'M', 0),
(5692, 249, '', 0, 0, 'M', 0),
(5693, 249, '', 0, 0, 'M', 0),
(5694, 251, '', 0, 0, 'M', 0),
(5695, 251, '', 0, 0, 'M', 0),
(5696, 251, '', 0, 0, 'M', 0),
(5697, 252, '', 0, 0, 'M', 0),
(5698, 252, '', 0, 0, 'M', 0),
(5699, 252, '', 0, 0, 'M', 0),
(5700, 253, '', 0, 0, 'M', 0),
(5701, 253, '', 0, 0, 'M', 0),
(5702, 253, '', 0, 0, 'M', 0),
(5703, 254, '', 0, 0, 'M', 0),
(5704, 254, '', 0, 0, 'M', 0),
(5705, 254, '', 0, 0, 'M', 0),
(5706, 255, '', 0, 0, 'M', 0),
(5707, 255, '', 0, 0, 'M', 0),
(5708, 255, '', 0, 0, 'M', 0),
(5709, 256, '', 0, 0, 'M', 0),
(5710, 256, '', 0, 0, 'M', 0),
(5711, 256, '', 0, 0, 'M', 0),
(5712, 257, '', 0, 0, 'M', 0),
(5713, 257, '', 0, 0, 'M', 0),
(5714, 257, '', 0, 0, 'M', 0),
(5715, 258, '', 0, 0, 'M', 0),
(5716, 258, '', 0, 0, 'M', 0),
(5717, 258, '', 0, 0, 'M', 0),
(5718, 259, '', 0, 0, 'M', 0),
(5719, 259, '', 0, 0, 'M', 0),
(5720, 259, '', 0, 0, 'M', 0),
(5721, 260, '', 0, 0, 'M', 0),
(5722, 260, '', 0, 0, 'M', 0),
(5723, 260, '', 0, 0, 'M', 0),
(5724, 261, '', 0, 0, 'M', 0),
(5725, 261, '', 0, 0, 'M', 0),
(5726, 261, '', 0, 0, 'M', 0),
(5727, 263, '', 0, 0, 'M', 0),
(5728, 263, '', 0, 0, 'M', 0),
(5729, 263, '', 0, 0, 'M', 0),
(5730, 264, '', 0, 0, 'M', 0),
(5731, 264, '', 0, 0, 'M', 0),
(5732, 264, '', 0, 0, 'M', 0),
(5733, 265, '', 0, 0, 'M', 0),
(5734, 265, '', 0, 0, 'M', 0),
(5735, 265, '', 0, 0, 'M', 0),
(5736, 266, '', 0, 0, 'M', 0),
(5737, 266, '', 0, 0, 'M', 0),
(5738, 266, '', 0, 0, 'M', 0),
(5739, 267, '', 0, 0, 'M', 0),
(5740, 267, '', 0, 0, 'M', 0),
(5741, 267, '', 0, 0, 'M', 0),
(5742, 268, '', 0, 0, 'M', 0),
(5743, 268, '', 0, 0, 'M', 0),
(5744, 268, '', 0, 0, 'M', 0),
(5745, 269, '', 0, 0, 'M', 0),
(5746, 269, '', 0, 0, 'M', 0),
(5747, 269, '', 0, 0, 'M', 0),
(5748, 270, '', 0, 0, 'M', 0),
(5749, 270, '', 0, 0, 'M', 0),
(5750, 270, '', 0, 0, 'M', 0),
(5751, 271, '', 0, 0, 'M', 0),
(5752, 271, '', 0, 0, 'M', 0),
(5753, 271, '', 0, 0, 'M', 0),
(5754, 272, '', 0, 0, 'M', 0),
(5755, 272, '', 0, 0, 'M', 0),
(5756, 272, '', 0, 0, 'M', 0),
(5757, 273, '', 0, 0, 'M', 0),
(5758, 273, '', 0, 0, 'M', 0),
(5759, 273, '', 0, 0, 'M', 0),
(5760, 10, 'shipping', 2936, 0, 'M', 0),
(5761, 8, 'shipping', 2937, 0, 'M', 0),
(5762, 275, '', 0, 0, 'M', 0),
(5763, 275, '', 0, 0, 'M', 0),
(5764, 275, '', 0, 0, 'M', 0),
(5765, 276, '', 0, 0, 'M', 0),
(5766, 276, '', 0, 0, 'M', 0),
(5767, 276, '', 0, 0, 'M', 0),
(5768, 277, '', 0, 0, 'M', 0),
(5769, 277, '', 0, 0, 'M', 0),
(5770, 277, '', 0, 0, 'M', 0),
(5771, 278, '', 0, 0, 'M', 0),
(5772, 278, '', 0, 0, 'M', 0),
(5773, 278, '', 0, 0, 'M', 0),
(5774, 279, '', 0, 0, 'M', 0),
(5775, 279, '', 0, 0, 'M', 0),
(5776, 279, '', 0, 0, 'M', 0),
(5777, 280, '', 0, 0, 'M', 0),
(5778, 280, '', 0, 0, 'M', 0),
(5779, 280, '', 0, 0, 'M', 0),
(5780, 281, '', 0, 0, 'M', 0),
(5781, 281, '', 0, 0, 'M', 0),
(5782, 281, '', 0, 0, 'M', 0),
(5783, 282, '', 0, 0, 'M', 0),
(5784, 282, '', 0, 0, 'M', 0),
(5785, 282, '', 0, 0, 'M', 0),
(5786, 283, '', 0, 0, 'M', 0),
(5787, 283, '', 0, 0, 'M', 0),
(5788, 283, '', 0, 0, 'M', 0),
(5789, 284, '', 0, 0, 'M', 0),
(5790, 284, '', 0, 0, 'M', 0),
(5791, 284, '', 0, 0, 'M', 0),
(5792, 285, '', 0, 0, 'M', 0),
(5793, 285, '', 0, 0, 'M', 0),
(5794, 285, '', 0, 0, 'M', 0),
(5795, 281, 'category', 0, 2938, 'M', 0),
(5796, 282, 'category', 0, 2939, 'M', 0),
(5797, 285, 'category', 0, 2940, 'M', 0),
(5798, 286, 'category', 0, 2941, 'M', 0),
(5799, 288, 'category', 0, 2942, 'M', 0),
(5800, 427, 'logos', 2943, 0, 'M', 0),
(5801, 428, 'logos', 2944, 0, 'M', 0),
(5802, 429, 'logos', 2945, 0, 'M', 0),
(5803, 430, 'logos', 2946, 0, 'M', 0),
(5804, 298, 'product', 0, 2947, 'A', 1),
(5805, 298, 'product', 0, 2948, 'M', 0),
(5806, 299, 'product', 0, 2949, 'A', 1),
(5807, 299, 'product', 0, 2950, 'M', 0),
(5808, 300, 'product', 0, 2951, 'A', 1),
(5809, 300, 'product', 0, 2952, 'M', 0),
(5810, 301, 'product', 0, 2953, 'A', 1),
(5811, 301, 'product', 0, 2954, 'M', 0),
(5812, 302, 'product', 0, 2955, 'A', 1),
(5813, 302, 'product', 0, 2956, 'M', 0),
(5814, 303, 'product', 0, 2957, 'A', 1),
(5815, 303, 'product', 0, 2958, 'M', 0),
(5816, 304, 'product', 0, 2959, 'A', 1),
(5817, 304, 'product', 0, 2960, 'M', 0),
(5818, 305, 'product', 0, 2961, 'A', 1),
(5819, 305, 'product', 0, 2962, 'M', 0),
(5820, 306, 'product', 0, 2963, 'A', 1),
(5821, 306, 'product', 0, 2964, 'M', 0),
(5822, 431, 'logos', 2965, 0, 'M', 0),
(5823, 432, 'logos', 2966, 0, 'M', 0),
(5824, 433, 'logos', 2967, 0, 'M', 0),
(5825, 434, 'logos', 2968, 0, 'M', 0),
(5826, 435, 'logos', 2969, 0, 'M', 0),
(5827, 436, 'logos', 2970, 0, 'M', 0),
(5828, 437, 'logos', 2971, 0, 'M', 0),
(5829, 438, 'logos', 2972, 0, 'M', 0),
(5830, 439, 'logos', 2973, 0, 'M', 0),
(5831, 440, 'logos', 2974, 0, 'M', 0),
(5832, 441, 'logos', 2975, 0, 'M', 0),
(5833, 442, 'logos', 2976, 0, 'M', 0),
(5835, 1, 'm_app_splash_portrait', 0, 2978, 'M', 0),
(5837, 1, 'm_app_store_logo', 0, 2980, 'M', 0),
(5839, 1, 'm_app_notification_icon', 0, 2982, 'M', 0),
(5840, 1, 'm_app_icon', 0, 2983, 'M', 0);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_import_presets`
--

CREATE TABLE `partiushop_import_presets` (
  `preset_id` int(11) UNSIGNED NOT NULL,
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `object_type` varchar(32) NOT NULL DEFAULT 'products',
  `file_extension` varchar(6) NOT NULL DEFAULT '',
  `options` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_import_presets`
--

INSERT INTO `partiushop_import_presets` (`preset_id`, `company_id`, `object_type`, `file_extension`, `options`) VALUES
(3, 0, 'products', 'csv', '{\"target_node\":\"yml_catalog\\/shop\\/offers\\/offer\",\"images_path\":\"exim\\/backup\\/images\\/\",\"delimiter\":\"A\",\"price_dec_sign_delimiter\":\".\",\"category_delimiter\":\"\\/\\/\\/\",\"features_delimiter\":\"\\/\\/\\/\",\"files_path\":\"exim\\/backup\\/downloads\\/\",\"attachments_delimiter\":\",\",\"attachments_path\":\"exim\\/backup\\/attachments\\/\",\"images_delimiter\":\"\\/\\/\\/\",\"fields_delimiter\":\",\",\"test_import\":\"N\",\"import_strategy\":\"import_all\",\"reset_inventory\":\"N\",\"delete_files\":\"N\",\"remove_images\":\"N\",\"remove_attachments\":\"N\",\"skip_creating_new_products\":\"N\"}');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_import_preset_descriptions`
--

CREATE TABLE `partiushop_import_preset_descriptions` (
  `preset_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `preset` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_import_preset_descriptions`
--

INSERT INTO `partiushop_import_preset_descriptions` (`preset_id`, `lang_code`, `preset`) VALUES
(3, 'da', 'produtos_2021-12-10-21-15-08.csv'),
(3, 'de', 'produtos_2021-12-10-21-15-08.csv'),
(3, 'el', 'produtos_2021-12-10-21-15-08.csv'),
(3, 'en', 'produtos_2021-12-10-21-15-08.csv'),
(3, 'es', 'produtos_2021-12-10-21-15-08.csv'),
(3, 'fr', 'produtos_2021-12-10-21-15-08.csv'),
(3, 'it', 'produtos_2021-12-10-21-15-08.csv'),
(3, 'nl', 'produtos_2021-12-10-21-15-08.csv'),
(3, 'no', 'produtos_2021-12-10-21-15-08.csv'),
(3, 'pt', 'produtos_2021-12-10-21-15-08.csv'),
(3, 'ro', 'produtos_2021-12-10-21-15-08.csv'),
(3, 'ru', 'produtos_2021-12-10-21-15-08.csv');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_import_preset_fields`
--

CREATE TABLE `partiushop_import_preset_fields` (
  `field_id` int(11) UNSIGNED NOT NULL,
  `preset_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `related_object_type` varchar(32) NOT NULL DEFAULT 'product_field',
  `related_object` varchar(255) NOT NULL DEFAULT '',
  `modifier` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_import_preset_fields`
--

INSERT INTO `partiushop_import_preset_fields` (`field_id`, `preset_id`, `name`, `related_object_type`, `related_object`, `modifier`) VALUES
(1, 3, 'ID', '', '', ''),
(2, 3, 'Código', '', '', ''),
(3, 3, 'Descrição', 'skip', '', ''),
(4, 3, 'Unidade', 'skip', '', ''),
(5, 3, 'Classificação fiscal', 'skip', '', ''),
(6, 3, 'Origem', 'skip', '', ''),
(7, 3, 'Preço', 'skip', '', ''),
(8, 3, 'Valor IPI fixo', 'skip', '', ''),
(9, 3, 'Observações', 'skip', '', ''),
(10, 3, 'Situação', 'skip', '', ''),
(11, 3, 'Estoque', 'skip', '', ''),
(12, 3, 'Preço de custo', 'skip', '', ''),
(13, 3, 'Cód no fornecedor', 'skip', '', ''),
(14, 3, 'Fornecedor', 'skip', '', ''),
(15, 3, 'Localização', 'skip', '', ''),
(16, 3, 'Estoque maximo', 'skip', '', ''),
(17, 3, 'Estoque minimo', 'skip', '', ''),
(18, 3, 'Peso líquido (Kg)', 'skip', '', ''),
(19, 3, 'Peso bruto (Kg)', 'skip', '', ''),
(20, 3, 'GTIN/EAN', 'skip', '', ''),
(21, 3, 'GTIN/EAN da embalagem', 'skip', '', ''),
(22, 3, 'Largura do Produto', 'skip', '', ''),
(23, 3, 'Altura do Produto', 'skip', '', ''),
(24, 3, 'Profundidade do produto', 'skip', '', ''),
(25, 3, 'Data Validade', 'skip', '', ''),
(26, 3, 'Descrição do Produto no Fornecedor', 'skip', '', ''),
(27, 3, 'Descrição Complementar', 'skip', '', ''),
(28, 3, 'Unidade por Caixa', 'skip', '', ''),
(29, 3, 'Produto Variação', 'skip', '', ''),
(30, 3, 'Tipo Produção', 'skip', '', ''),
(31, 3, 'Classe de enquadramento do IPI', 'skip', '', ''),
(32, 3, 'Código da lista de serviços', 'skip', '', ''),
(33, 3, 'Tipo do item', 'skip', '', ''),
(34, 3, 'Grupo de Tags/Tags', 'skip', '', ''),
(35, 3, 'Tributos', 'skip', '', ''),
(36, 3, 'Código Pai', 'skip', '', ''),
(37, 3, 'Código Integração', 'skip', '', ''),
(38, 3, 'Grupo de produtos', 'skip', '', ''),
(39, 3, 'Marca', 'skip', '', ''),
(40, 3, 'CEST', 'skip', '', ''),
(41, 3, 'Volumes', 'skip', '', ''),
(42, 3, 'Descrição Curta', 'skip', '', ''),
(43, 3, 'Cross-Docking', 'skip', '', ''),
(44, 3, 'URL Imagens Externas', 'skip', '', ''),
(45, 3, 'Link Externo', 'skip', '', ''),
(46, 3, 'Meses Garantia no Fornecedor', 'skip', '', ''),
(47, 3, 'Clonar dados do pai', 'skip', '', ''),
(48, 3, 'Condição do produto', 'skip', '', ''),
(49, 3, 'Frete Grátis', 'skip', '', ''),
(50, 3, 'Número FCI', 'skip', '', ''),
(51, 3, 'Vídeo', 'skip', '', ''),
(52, 3, 'Departamento', 'skip', '', ''),
(53, 3, 'Unidade de medida', 'skip', '', ''),
(54, 3, 'Preço de compra', 'skip', '', ''),
(55, 3, 'Valor base ICMS ST para retenção', 'skip', '', ''),
(56, 3, 'Valor ICMS ST para retenção', 'skip', '', ''),
(57, 3, 'Valor ICMS próprio do substituto', 'skip', '', ''),
(58, 3, 'Categoria do produto', 'skip', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_import_preset_states`
--

CREATE TABLE `partiushop_import_preset_states` (
  `preset_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `last_launch` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `last_status` char(1) NOT NULL DEFAULT 'X',
  `last_result` text DEFAULT NULL,
  `file` varchar(255) NOT NULL DEFAULT '',
  `file_type` varchar(32) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_import_preset_states`
--

INSERT INTO `partiushop_import_preset_states` (`preset_id`, `company_id`, `last_launch`, `last_status`, `last_result`, `file`, `file_type`) VALUES
(3, 0, 0, 'F', '{\"msg\":[\"Seu arquivo de importa\\u00e7\\u00e3o DEVE conter os seguintes campos: <b>Product code, Vendor<\\/b>\"]}', 'produtos_2021-12-10-21-15-08.csv', 'local');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_installed_upgrades`
--

CREATE TABLE `partiushop_installed_upgrades` (
  `id` int(11) UNSIGNED NOT NULL,
  `type` varchar(10) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `timestamp` int(11) NOT NULL DEFAULT 0,
  `description` text DEFAULT NULL,
  `conflicts` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_installed_upgrades`
--

INSERT INTO `partiushop_installed_upgrades` (`id`, `type`, `name`, `timestamp`, `description`, `conflicts`) VALUES
(1, 'core', 'Upgrade 4.11.3 - 4.11.4', 1590615340, '<p><strong>Multi-Vendor 4.11.4</strong> brings the following changes and improvements:</p>\n<ul>\n<li>JSON-LD markup was added to products for SEO purposes.</li>\n<li>You can now edit the texts of the mobile application in the admin panel of your marketplace.</li>\n<li>References to the widget mode were removed from the interface.</li>\n<li>Product search on the storefront now searches for all words instead of an exact match.</li>\n<li>Searchanise can now work together with the \"Product variations\" and \"Common products for vendors\".</li>\n<li>A new add-on called \"Payments by country\" was added to Multi-Vendor Ultimate.</li>\n</ul>\n<p>For the full list of changes, <a href=\"http://docs.cs-cart.com/4.11.x/history/4114.html\" target=\"_blank\">check the changelog</a>.</p>', 'a:0:{}'),
(2, 'core', 'Upgrade 4.11.4 - 4.11.4.SP1', 1590615403, '<p><strong>Multi-Vendor 4.11.4 SP1</strong> addresses a problem with JSON-LD and backward compatibility. Some third-party themes could not use the new JSON-LD markup. That is why we added automatic fallback to the old markup, if necessary.</p><p><strong>We recommend installing this upgrade as soon as possible.</strong></p>', 'a:0:{}'),
(3, 'core', 'Upgrade 4.11.4.SP1 - 4.11.4.SP2', 1590615429, '<p><strong>Multi-Vendor 4.11.4 SP2</strong> solves a problem with the newly-released Google Chrome v83. Installation, upgrade, backup, restore, export, import, and some other actions did not work in that version due to changes in Chrome.</p><p><strong>We recommend installing this upgrade as soon as possible.</strong></p>', 'a:0:{}'),
(4, 'core', 'Upgrade 4.11.4.SP2 - 4.11.4.SP3', 1591980789, '<p><strong>Multi-Vendor 4.11.4 SP3</strong> solves a problem with emails sent to newly-registered vendors. The administrator of a vendor received an email that contained his or her user ID instead of login (email address).</p><p><strong>We recommend installing this upgrade as soon as possible.</strong></p>', 'a:0:{}'),
(5, 'addon', 'AB: UniTheme2 (Multi-Vendor) (v4.11.3.a ⇒ v4.11.4.a)', 1591980964, '<span style=\"font-weight: bold;\">Update compatible with:</span><br>CS-Cart: 4.11.4<br>Multivendor: 4.11.4<br><br><b>Bug fixes:</b><br />\n[!] On the vendor page the search was held including all the products instead of vendor products only. Fixed in the layouts. It is needed to change \"Search\" block into \"Vendor search\" in the layout that you use.  <br />\r\n<br />\r\nTo add the changes in your layout by yourself, go to the layout \"Design -> Layouts ->  UniTheme 2 Multivendor (layout that you use)\". On the page \"AB: Vendor store\" delete block \"Search\" and add instead the block \"Vendor search\" (If it does not exist, create a block). Go to the settings of the \"Search by vendor\" block and write a custom CSS class \"top-search\" and save.<br />\n<br />\n<b>Layout changes:</b><br />\n[*] In the layout \"UniTheme 2 Multivendor (Advanced)\" on the page \"AB: Vendor store\" the block \"Search\" is deleted and  the block \"Vendor search\" is added instead.<br />\n[*] In the layout \"UniTheme 2 Multivendor (Default)\" on the page \"AB: Vendor store\" the block \"Search\" is deleted and  the block \"Vendor search\" is added instead.<br />\n[*] In the layout \"UniTheme 2 Multivendor (Fixed)\" on the page \"AB: Vendor store\" the block \"Search\" is deleted and  the block \"Vendor search\" is added instead.<br><br>Subscribe to our <a target=\"_blank\" href=\"https://t.me/joinchat/AAAAAEp-87TyWyhcbyyunw\">Telegram-channel</a> to get info about new releases.', 'a:4:{i:0;a:2:{s:9:\"file_path\";s:96:\"app/addons/ab__search_motivation/Tygh/UpgradeCenter/Connectors/Ab_searchMotivation/Connector.php\";s:6:\"status\";s:1:\"C\";}i:1;a:2:{s:9:\"file_path\";s:42:\"app/addons/ab__search_motivation/addon.xml\";s:6:\"status\";s:1:\"C\";}i:2;a:2:{s:9:\"file_path\";s:41:\"app/addons/ab__search_motivation/func.php\";s:6:\"status\";s:1:\"C\";}i:3;a:2:{s:9:\"file_path\";s:42:\"js/addons/ab__search_motivation/theater.js\";s:6:\"status\";s:1:\"C\";}}'),
(6, 'addon', 'AB: Banners for categories (v2.0.1 ⇒ v2.1.0)', 1591980989, '<span style=\"font-weight: bold;\">Update compatible with:</span><br>CS-Cart: 4.10.1 – 4.11.4<br>Multivendor: 4.10.1 – 4.11.4<br><br>New features and improvements:<br />\n[+] Added a new setting of the category banner `Attribute rel=\"nofollow\"` that adds the appropriate attribute for the banner\'s link.<br />\n<br />\nBug fixes:<br />\n[!] UniTheme2 theme: Category banner could cause an error in the button \"Show another N products” functionality, when the products grid is incomplete. Fixed.<br />\n[!] UniTheme2 theme: Category banners were not displayed when the setting \"Use images lazy load” was disabled. Fixed.<br><br>Subscribe to our <a target=\"_blank\" href=\"https://t.me/joinchat/AAAAAEp-87TyWyhcbyyunw\">Telegram-channel</a> to get info about new releases.', 'a:1:{i:0;a:2:{s:9:\"file_path\";s:41:\"app/addons/ab__category_banners/addon.xml\";s:6:\"status\";s:1:\"C\";}}'),
(7, 'addon', 'AB: Fast navigation (v1.6.0 ⇒ v1.7.0)', 1591981012, '<span style=\"font-weight: bold;\">Update compatible with:</span><br>CS-Cart: 4.11.1 – 4.11.4<br>Multivendor: 4.11.1 – 4.11.4<br><br><span style=\"color:red\">Attention for UniTheme2 and YoupiTheme users.</span><br />\r\nIndicator of the images loading in the the block \"AB: Fast navigation\" was passed on the theme. To display the indicator, you should update the theme up to version <strong>4.11.4.a</strong> and more.<br />\n<br />\n<b>New features and improvements:</b><br />\n[+] Added support of Ukrainian language.<br />\n<br />\n<b>Functionality changes:</b><br />\n[*] UniTheme2 и YoupiTheme: Indicator of the images loading in the block \"AB: Fast navigation\" was passed on the theme. To display the indicator, you should update the theme up to version 4.11.4.a and more.<br />\n[*] Dependence of the add-on \"AB: Add-ons manager\" was added.<br />\n<br />\n<b>Bug fixes:</b><br />\n[!] Unitheme2 theme. The text in the \"Common button\" was not centered in the block \"AB: Fast navigation\". Fixed.<br><br>Subscribe to our <a target=\"_blank\" href=\"https://t.me/joinchat/AAAAAEp-87TyWyhcbyyunw\">Telegram-channel</a> to get info about new releases.', 'a:1:{i:0;a:2:{s:9:\"file_path\";s:40:\"app/addons/ab__fast_navigation/addon.xml\";s:6:\"status\";s:1:\"C\";}}'),
(8, 'addon', 'AB: Landing categories/pages (v1.9.0 ⇒ v1.9.1)', 1591981123, '<span style=\"font-weight: bold;\">Update compatible with:</span><br>CS-Cart: 4.10.1 – 4.11.4<br>Multivendor: 4.10.1 – 4.11.4<br><br><b>New features and improvements:</b><br />\n[+] Added Ukrainian language support.<br />\n<br />\n<b>Bug fixes:</b><br />\n[!] UniTheme: If on the editing category page in the tab \"Add-ons\" the setting \"AB: Landing category/page -> Use category as a landing page\" is active and in the section of the settings \"AB: Management of the displayed structure of landing category/page\" is selected the use of the menu, then Icons of the first  menu items level were not displayed (Design -> Menu -> [menu name] -> [element menu name] -> tab \"AB: UniTheme2\" -> Icon). Fixed.<br />\n[!] YoupiTheme: If on the editing category page in the tab \"Add-ons\" the setting \"AB: Landing category/page -> Use category as a landing page\" is active and in the section of the settings \"AB: Management of the displayed structure of landing category/page\" is selected the use of the menu, then Icons of the first  menu items level were not displayed (Design -> Menu -> [menu name] -> [element menu] -> tab \"AB: Extended menu settings\" -> Icon). Fixed.<br />\n[!] On the page \"AB: Add-ons -> AB: Landing categories/pages -> Demo data\" the error occurred when demo-categories were added. Fixed.<br />\n[!] Add-on \"AB: Indexation management\": If SEO name was not created for page \"Categories catalog\" (is still used the service link `categories.ab__lc_catalog`), then the active add-on \"AB: Indexation management\" for this page added tag `meta name=\"robots\" content=\"noindex, follow\"`. Fixed. On the page \"Website -> SEO -> SEO rules\" SEO name will be created automatically for \"dispatch\" parameter that can be edited manually.<br><br>Subscribe to our <a target=\"_blank\" href=\"https://t.me/joinchat/AAAAAEp-87TyWyhcbyyunw\">Telegram-channel</a> to get info about new releases.', 'a:1:{i:0;a:2:{s:9:\"file_path\";s:43:\"app/addons/ab__landing_categories/addon.xml\";s:6:\"status\";s:1:\"C\";}}'),
(9, 'addon', 'AB: Motivation block (v2.4.0 ⇒ v2.5.0)', 1591981342, '<span style=\"font-weight: bold;\">Update compatible with:</span><br>CS-Cart: 4.11.1 – 4.11.4<br>Multivendor: 4.11.1 – 4.11.4<br><br><b>New features and improvements:</b><br />\n[+] Added Ukrainian language support.<br />\n<br />\n<b>Bug fixes:</b><br />\n[!] On the storefront in the template of the motivational element \"Payment methods information\" all payment methods were displayed regardless of the setting \"User groups\". Fixed.<br />\n[!] On the storefront motivational element was not displayed if tag `img` was used only in the content. Fixed.<br><br>Subscribe to our <a target=\"_blank\" href=\"https://t.me/joinchat/AAAAAEp-87TyWyhcbyyunw\">Telegram-channel</a> to get info about new releases.', 'a:1:{i:0;a:2:{s:9:\"file_path\";s:41:\"app/addons/ab__motivation_block/addon.xml\";s:6:\"status\";s:1:\"C\";}}'),
(10, 'addon', 'AB: Search motivation (v1.8.0 ⇒ v1.9.0)', 1591981363, '<span style=\"font-weight: bold;\">Update compatible with:</span><br>CS-Cart: 4.9.3 – 4.11.3<br>Multivendor: 4.9.3 – 4.11.3<br><br>New functionality:<br />\n[+] Added a new setting \"Add default phrases\" that allows to add phrases by default to the search phrases of the certain page.<br />\n[+] Added a new add-on setting \"Delay script execution for n seconds\" that allows to delay script execution when the page is loading.<br />\n[+] Added cache of the search phrases on the storefront.<br />\n[+] Added Ukrainian language support.<br />\n<br />\nFunctionality changes:<br />\n[*] You could use Latin symbols only to create the misprint effect. Now you can create your own character set for \"misprints\" in the search phrases (see language variable: ab__sm.random_char).<br />\n[*] Added inheritance of search phrases for parent categories from child categories (e.g., in \"Electronics\" category there will be used the search phrases not only from this category but from the \"Tablets\" category as well).<br />\n[*] In the search field, the phrase “Search products” now not only disappears, but is “erased” imitating the user\'s work.<br><br>Subscribe to our <a target=\"_blank\" href=\"https://t.me/joinchat/AAAAAEp-87TyWyhcbyyunw\">Telegram-channel</a> to get info about new releases.', 'a:4:{i:0;a:2:{s:9:\"file_path\";s:96:\"app/addons/ab__search_motivation/Tygh/UpgradeCenter/Connectors/Ab_searchMotivation/Connector.php\";s:6:\"status\";s:1:\"C\";}i:1;a:2:{s:9:\"file_path\";s:42:\"app/addons/ab__search_motivation/addon.xml\";s:6:\"status\";s:1:\"C\";}i:2;a:2:{s:9:\"file_path\";s:41:\"app/addons/ab__search_motivation/func.php\";s:6:\"status\";s:1:\"C\";}i:3;a:2:{s:9:\"file_path\";s:42:\"js/addons/ab__search_motivation/theater.js\";s:6:\"status\";s:1:\"C\";}}'),
(11, 'addon', 'AB: Search motivation (v1.9.0 ⇒ v1.10.0)', 1591981418, '<span style=\"font-weight: bold;\">Update compatible with:</span><br>CS-Cart: 4.9.3 – 4.11.4<br>Multivendor: 4.9.3 – 4.11.4<br><br><b>Functionality changes:</b><br />\n[*] Search expressions by default will be displayed for the categories with no assigned search expressions. You can manage search expressions by default on the page \"AB: Add-ons -> AB: Search motivation -> Search expressions by default\".<br />\n<br />\n<b>Bug fixes:</b><br />\n[!] On the storefront displayed motivational phrases for all categories for which motivational phrases were set, regardless of category status. Fixed.<br><br>Subscribe to our <a target=\"_blank\" href=\"https://t.me/joinchat/AAAAAEp-87TyWyhcbyyunw\">Telegram-channel</a> to get info about new releases.', 'a:1:{i:0;a:2:{s:9:\"file_path\";s:42:\"app/addons/ab__search_motivation/addon.xml\";s:6:\"status\";s:1:\"C\";}}'),
(12, 'addon', 'AB: UniTheme2 (v4.11.3.b ⇒ v4.11.3.c)', 1591981470, '<span style=\"font-weight: bold;\">Update compatible with:</span><br>CS-Cart: 4.11.3<br>Multivendor: 4.11.3<br><br><b style=\'color: red;\'>Attention! The Brands page functionality was moved out to the separate add-on.</b><br />\r\nFunctionality of the Brands page was moved out and expanded to the separate add-on <a href=\"https://cs-cart.alexbranding.com/ru/seo-dlya-brendov.html\" target=\"_blank\">AB: SEO for Brands</a> that is available in the package <a href=\"https://cs-cart.alexbranding.com/ru/paket-moduley-seo.html\" target=\"_blank\">SEO</a>. In the absence of the specified add-on, theme will still use outdated functionality, which will be permanently removed in the next releases.<br />\r\n<br />\r\n<b style=\'color: red;\'>Attention! The update of the \"AB: Banners for categories\" add-on is needed</b><br />\r\nFor theme version v4.11.3.b is needed the add-on \"AB: Banners for categories\" version v2.1.0 to ensure the correct operation of the setting \"AB: UniTheme2: Theme Settings -> Product Lists -> Use Deferred Image Upload\".<br />\r\n<br />\r\n<b style=\'color: red;\'>Attention! The update of the \"AB: Video gallery of the product\" add-on is needed</b><br />\r\nFor theme version v4.11.3.b is needed the add-on \"AB: Video gallery of the product\" version v2.2.0 to ensure the correct operation of the setting \"AB: UniTheme2: Theme Settings -> Product Lists -> Use Deferred Image Upload\".<br />\n<br />\n<b>New features and improvements:</b><br />\n[+] In the menu for the template \"AB: Horizontal dropdown list with icons\" added the setting \"AB: Number of displayed elements of the 2-level menu\" that is responsible for the number of elements displayed before the \"More\" button.<br />\n<br />\n<b>Functionality changes:</b><br />\n[*] Updated user privileges.<br />\n[*] Optimization: In the block \"Reviews / News\" with the template \"AB: Blog: Recent posts\" the number of downloaded posts is limited to seven. Previously, all blog posts were loaded but only seven were displayed.<br />\n[*] On the product page in the tab \"Features\", the adaptability of the product features list has been improved.<br />\n<br />\n<b>Bug fixes:</b><br />\n[!] For the \"Big Image\" template, the modifier for choosing the products quantity did not work correctly when buying several products, only one was sent to the cart. Fixed.<br />\n[!] In the \"UniTheme 2 (Default)\" layout, in the main menu with the template \"AB: Horizontal drop-down list with icons\" on mobile devices, with a large number of sublevel elements, it was impossible to scroll through the contents. Fixed.<br />\n[!] In the theme settings \"AB: UniTheme2: Theme Settings -> Product Lists -> Use Deferred Image Upload\", the delayed upload could not be disabled. Fixed.<br />\n[!] When displaying blocks in tabs, if the first tab has no products, the js-error was caused that blocked the page. Fixed.<br />\n[!] On the category page, when clicking the \"Show more\" button, two pages could be loaded at once. Fixed.<br />\n[!] PHP-notice appeared on the product page when loading social buttons. Fixed.<br />\n[!] PHP-notice occurred while defining the device. Fixed.<br />\n[!] In the product lists and on the product page, the \"Add to comparison list\" button could cause errors in Yandex reports (many redirects). Fixed.<br />\n[!] RTL version: On the product page the first image was displayed in the gallery only. The empty block was displayed when clicking on the thumbnails in the gallery instead of the additional images. Fixed.<br><br>Subscribe to our <a target=\"_blank\" href=\"https://t.me/joinchat/AAAAAEp-87TyWyhcbyyunw\">Telegram-channel</a> to get info about new releases.', 'a:1:{i:0;a:2:{s:9:\"file_path\";s:35:\"app/addons/abt__unitheme2/addon.xml\";s:6:\"status\";s:1:\"C\";}}'),
(13, 'addon', 'AB: UniTheme2 (v4.11.3.c ⇒ v4.11.3.d)', 1591981498, '<span style=\"font-weight: bold;\">Update compatible with:</span><br>CS-Cart: 4.11.3<br>Multivendor: 4.11.3<br><br><b>New features and improvements:</b><br />\n[+] Improved adaptivity and style of the elements of filter block.<br />\n[+] In the menu with templates \"AB: Vertical dropdown list with icons\" and  \"AB: Horizontal dropdown list with icons\" improved adaptivity when the large number of the items are displayed on the devices with a small vertical screen resolution and the height of browser window is reduced.<br />\n<br />\n<b>Functionality changes:</b><br />\n[*] On the product page in tab \"Features\" the features were displayed in one column on the mobile devices. It is changed into two columns except the smartphones with a small screen resolution (up to 320px).<br />\n<br />\n<b>Bug fixes:</b><br />\n[!] The main image of the advanced banner was not displayed when the setting \"AB: Add-ons -> AB: UniTheme2 -> Theme settings -> Products lists -> Use images lazy load” was disabled. Fixed.<br />\n[!] On the category page in the block \"Products filters\" all entries of the selected filter could disappear for a short period of time when clicking on the variant (this was most common when the large number of filters were chosen). Fixed.<br />\n[!] On the product page when the settings \"AB: Add-ons -> AB: UniTheme2 -> Theme settings -> Products -> Display brand logo\" and \"AB: Add-ons -> AB: UniTheme2 -> Theme settings -> Products -> Brand logo link behavior -> The link leads to the main product category with the selected filter by product brand\" were active and when the setting \"Products -> Features -> [feature name] -> Show in header on the product details page\" was disabled the brand logo led to the page with empty value of the chosen brand (feature_hash). Fixed.<br />\n[!] In the header of the website the alignment of the related and nearby items was broken on the blocks \"Account\" and \"Cart\" when the long titles were used (in different languages the titles length had the bigger size than it was estimated in the theme design). Fixed.<br><br>Subscribe to our <a target=\"_blank\" href=\"https://t.me/joinchat/AAAAAEp-87TyWyhcbyyunw\">Telegram-channel</a> to get info about new releases.', 'a:1:{i:0;a:2:{s:9:\"file_path\";s:35:\"app/addons/abt__unitheme2/addon.xml\";s:6:\"status\";s:1:\"C\";}}'),
(14, 'addon', 'AB: UniTheme2 (v4.11.3.d ⇒ v4.11.4.a)', 1591981536, '<span style=\"font-weight: bold;\">Update compatible with:</span><br>CS-Cart: 4.11.4<br>Multivendor: 4.11.4<br><br><b style=\"color:red;\">Attention! If you use the SEOhide add-on</b><br />\r\nDue to the closure of support for the SEOhide add-on, starting from the theme version v4.11.4.a, the integration of the new <a target=\"_blank\" href=\"https://cs-cart.alexbranding.com/en/antibot-seo.html\">AB: Antibot</a> add-on included in the <a target=\"_blank\" href=\"https://cs-cart.alexbranding.com/en/seo-package.html\">SEO</a> and <a target=\"_blank\" href=\"https://cs-cart.alexbranding.com/en/set-speedup.html\">Speed-Up</a> packages is used to hide content from bots. <br />\r\nUninstall the SEOhide add-on, install the <a target=\"_blank\" href=\"https://cs-cart.alexbranding.com/en/antibot-seo.html\">AB: Antibot</a> add-on and configure it according to the <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/ab__antibot.doc\">documentation</a>.<br />\n<br />\n<b>New features and improvements:</b><br />\n[+] Added compatibility with CS-Cart 4.11.4.<br />\n[+] Added new color scheme \"Cobalt\".<br />\n[+] Added compatibility with \"AB: Antibot\" add-on.<br />\n<br />\n<b>Functionality changes:</b><br />\n[*] SEO add-on: Brand adding into product microdata was adapted to the format JSON-LD.<br />\n[*] Breadcrumbs microdata was transformed into the format JSON-LD.<br />\n<br />\n<b>Bug fixes:</b><br />\n[!] Block height settled incorrect sometimes in the window \"Quick products viewer\". It was the reason of scrollbar appearance even when the window was displayed not in a full screen. Fixed.<br />\n[!] Field \"Creation date\" was not displayed on the editing banner page of the type \"AB: UniTheme2: Advanced banner\". Fixed.<br />\n[!] On the page \"Cart contents\" in the window \"Calculate shipping cost\" a scrollbar always was displayed. Fixed.<br />\n[!] \"Gift certificates\" add-on. On the page \"Gift certificates\" in the popup window of products adding into the gift, there was incorrect position of control elements (panel with icons). Fixed.<br><br>Subscribe to our <a target=\"_blank\" href=\"https://t.me/joinchat/AAAAAEp-87TyWyhcbyyunw\">Telegram-channel</a> to get info about new releases.', 'a:39:{i:0;a:2:{s:9:\"file_path\";s:35:\"app/addons/abt__unitheme2/addon.xml\";s:6:\"status\";s:1:\"C\";}i:1;a:2:{s:9:\"file_path\";s:59:\"var/themes_repository/abt__unitheme2/styles/data/Black.less\";s:6:\"status\";s:1:\"C\";}i:2;a:2:{s:9:\"file_path\";s:58:\"var/themes_repository/abt__unitheme2/styles/data/Blue.less\";s:6:\"status\";s:1:\"C\";}i:3;a:2:{s:9:\"file_path\";s:59:\"var/themes_repository/abt__unitheme2/styles/data/Brick.less\";s:6:\"status\";s:1:\"C\";}i:4;a:2:{s:9:\"file_path\";s:63:\"var/themes_repository/abt__unitheme2/styles/data/Dark_Blue.less\";s:6:\"status\";s:1:\"C\";}i:5;a:2:{s:9:\"file_path\";s:63:\"var/themes_repository/abt__unitheme2/styles/data/Dark_Navy.less\";s:6:\"status\";s:1:\"C\";}i:6;a:2:{s:9:\"file_path\";s:61:\"var/themes_repository/abt__unitheme2/styles/data/Default.less\";s:6:\"status\";s:1:\"C\";}i:7;a:2:{s:9:\"file_path\";s:61:\"var/themes_repository/abt__unitheme2/styles/data/Fiolent.less\";s:6:\"status\";s:1:\"C\";}i:8;a:2:{s:9:\"file_path\";s:59:\"var/themes_repository/abt__unitheme2/styles/data/Flame.less\";s:6:\"status\";s:1:\"C\";}i:9;a:2:{s:9:\"file_path\";s:58:\"var/themes_repository/abt__unitheme2/styles/data/Gray.less\";s:6:\"status\";s:1:\"C\";}i:10;a:2:{s:9:\"file_path\";s:59:\"var/themes_repository/abt__unitheme2/styles/data/Green.less\";s:6:\"status\";s:1:\"C\";}i:11;a:2:{s:9:\"file_path\";s:60:\"var/themes_repository/abt__unitheme2/styles/data/Indigo.less\";s:6:\"status\";s:1:\"C\";}i:12;a:2:{s:9:\"file_path\";s:57:\"var/themes_repository/abt__unitheme2/styles/data/Ink.less\";s:6:\"status\";s:1:\"C\";}i:13;a:2:{s:9:\"file_path\";s:58:\"var/themes_repository/abt__unitheme2/styles/data/Mint.less\";s:6:\"status\";s:1:\"C\";}i:14;a:2:{s:9:\"file_path\";s:62:\"var/themes_repository/abt__unitheme2/styles/data/Original.less\";s:6:\"status\";s:1:\"C\";}i:15;a:2:{s:9:\"file_path\";s:60:\"var/themes_repository/abt__unitheme2/styles/data/Powder.less\";s:6:\"status\";s:1:\"C\";}i:16;a:2:{s:9:\"file_path\";s:60:\"var/themes_repository/abt__unitheme2/styles/data/Purple.less\";s:6:\"status\";s:1:\"C\";}i:17;a:2:{s:9:\"file_path\";s:61:\"var/themes_repository/abt__unitheme2/styles/data/Skyfall.less\";s:6:\"status\";s:1:\"C\";}i:18;a:2:{s:9:\"file_path\";s:60:\"var/themes_repository/abt__unitheme2/styles/data/Velvet.less\";s:6:\"status\";s:1:\"C\";}i:19;a:2:{s:9:\"file_path\";s:59:\"var/themes_repository/abt__unitheme2/styles/data/White.less\";s:6:\"status\";s:1:\"C\";}i:20;a:2:{s:9:\"file_path\";s:51:\"design/themes/abt__unitheme2/styles/data/Black.less\";s:6:\"status\";s:1:\"C\";}i:21;a:2:{s:9:\"file_path\";s:50:\"design/themes/abt__unitheme2/styles/data/Blue.less\";s:6:\"status\";s:1:\"C\";}i:22;a:2:{s:9:\"file_path\";s:51:\"design/themes/abt__unitheme2/styles/data/Brick.less\";s:6:\"status\";s:1:\"C\";}i:23;a:2:{s:9:\"file_path\";s:55:\"design/themes/abt__unitheme2/styles/data/Dark_Blue.less\";s:6:\"status\";s:1:\"C\";}i:24;a:2:{s:9:\"file_path\";s:55:\"design/themes/abt__unitheme2/styles/data/Dark_Navy.less\";s:6:\"status\";s:1:\"C\";}i:25;a:2:{s:9:\"file_path\";s:53:\"design/themes/abt__unitheme2/styles/data/Default.less\";s:6:\"status\";s:1:\"C\";}i:26;a:2:{s:9:\"file_path\";s:53:\"design/themes/abt__unitheme2/styles/data/Fiolent.less\";s:6:\"status\";s:1:\"C\";}i:27;a:2:{s:9:\"file_path\";s:51:\"design/themes/abt__unitheme2/styles/data/Flame.less\";s:6:\"status\";s:1:\"C\";}i:28;a:2:{s:9:\"file_path\";s:50:\"design/themes/abt__unitheme2/styles/data/Gray.less\";s:6:\"status\";s:1:\"C\";}i:29;a:2:{s:9:\"file_path\";s:51:\"design/themes/abt__unitheme2/styles/data/Green.less\";s:6:\"status\";s:1:\"C\";}i:30;a:2:{s:9:\"file_path\";s:52:\"design/themes/abt__unitheme2/styles/data/Indigo.less\";s:6:\"status\";s:1:\"C\";}i:31;a:2:{s:9:\"file_path\";s:49:\"design/themes/abt__unitheme2/styles/data/Ink.less\";s:6:\"status\";s:1:\"C\";}i:32;a:2:{s:9:\"file_path\";s:50:\"design/themes/abt__unitheme2/styles/data/Mint.less\";s:6:\"status\";s:1:\"C\";}i:33;a:2:{s:9:\"file_path\";s:54:\"design/themes/abt__unitheme2/styles/data/Original.less\";s:6:\"status\";s:1:\"C\";}i:34;a:2:{s:9:\"file_path\";s:52:\"design/themes/abt__unitheme2/styles/data/Powder.less\";s:6:\"status\";s:1:\"C\";}i:35;a:2:{s:9:\"file_path\";s:52:\"design/themes/abt__unitheme2/styles/data/Purple.less\";s:6:\"status\";s:1:\"C\";}i:36;a:2:{s:9:\"file_path\";s:53:\"design/themes/abt__unitheme2/styles/data/Skyfall.less\";s:6:\"status\";s:1:\"C\";}i:37;a:2:{s:9:\"file_path\";s:52:\"design/themes/abt__unitheme2/styles/data/Velvet.less\";s:6:\"status\";s:1:\"C\";}i:38;a:2:{s:9:\"file_path\";s:51:\"design/themes/abt__unitheme2/styles/data/White.less\";s:6:\"status\";s:1:\"C\";}}'),
(15, 'addon', 'AB: Video gallery of the product (v2.1.2 ⇒ v2.2.0)', 1591981560, '<span style=\"font-weight: bold;\">Update compatible with:</span><br>CS-Cart: 4.11.1 – 4.11.4<br>Multivendor: 4.11.1 – 4.11.4<br><br><b style=\'color: red;\'>Attention! For users of UniTheme2 and YoupiTheme themes.</b><br />\r\n<ul><br />\r\n<li>If you use the UniTheme2 theme, before updating this add-on, update the UniTheme2 theme to version v4.11.3.c.</li><br />\r\n<li>If you use the YoupiTheme theme, before updating this add-on, update the YoupiTheme theme to version v4.11.3.d.</li><br />\r\n</ul><br />\n<br />\n<b>New features and improvements:</b><br />\n[+] On the editing product page, tab \"AB: Video gallery of the product\" the Smarty-hookes are added to the list of videos. Learn more from documentation.<br />\n[+] On the page \"Administrative panel -> Products -> Products\" added the ability to search products with videos.<br />\n[+] Added a new field \"AB Set video as product image\" to the export/import of the products that allows to edit product setting \"Set video as the default product image\".<br />\n[+] Added Ukrainian language support.<br />\n<br />\n<b>Functionality changes:</b><br />\n[*] UniTheme2: In the products list the icon of YouTube video was changed and improved the adaptivity of icon view.<br />\n[*] UniTheme2: On the product page the view of video gallery elements was improved.<br />\n[*] Responsive: In the products list the icon of YouTube video was changed and improved the adaptivity of icon view.<br />\n[*] YoupiTheme: On the product page the YouTube icon was changed (improved its quality and effect when hover in it).<br />\n[*] YoupiTheme: On the product page and in quick viewing window the adaptivity of video gallery elements was improved.<br />\n<br />\n<b>Bug fixes:</b><br />\n[!] Multi-Vendor: add-on \"General products for vendors\": Video of the general product was not displayed on the pages of vendors offers. Fixed.<br />\n[!] Vertical gallery didn’t have scroller of thumbnails when there was a big number of images and when the add-on setting \"Enable the vertical output\" was active. Fixed.<br />\n[!] UniTheme2: On the product page the discount label (sticker) was displayed above thumbnails when there was only one image and at least one video. Fixed.<br />\n[!] YoupiTheme: On the product page add-on setting \"Thumbnail size\" didn\'t change the thumbnail size. Fixed.<br><br>Subscribe to our <a target=\"_blank\" href=\"https://t.me/joinchat/AAAAAEp-87TyWyhcbyyunw\">Telegram-channel</a> to get info about new releases.', 'a:1:{i:0;a:2:{s:9:\"file_path\";s:38:\"app/addons/ab__video_gallery/addon.xml\";s:6:\"status\";s:1:\"C\";}}'),
(16, 'core', 'Upgrade 4.11.4.SP3 - 4.11.5', 1599756678, '<p><strong>Multi-Vendor 4.11.5</strong> brings the following changes and improvements:</p>\n<ul>\n<li>PayPal Commerce Payment: a new solution for accepting payments and distributing money between vendors.</li>\n<li>Apple Pay and Google Pay now support the following add-ons: Common Products for Vendors; Direct Customer-to-Vendor Payments.</li>\n<li>You can now allow vendors to handle call requests.</li>\n<li>The lists of orders, categories, and countries were improved. You can now work with them like you work with products.</li>\n<li>Facebook Pixel add-on now tracks not only orders themselves, but also order totals and currencies.</li>\n</ul>\n<p>For the full list of changes, <a href=\"http://docs.cs-cart.com/4.11.x/history/4115.html\" target=\"_blank\">check the changelog</a>.</p>', 'a:8:{i:0;a:2:{s:9:\"file_path\";s:43:\"app/lib/vendor/composer/autoload_static.php\";s:6:\"status\";s:1:\"C\";}i:1;a:2:{s:9:\"file_path\";s:41:\"app/lib/vendor/composer/autoload_real.php\";s:6:\"status\";s:1:\"C\";}i:2;a:2:{s:9:\"file_path\";s:27:\"app/lib/vendor/autoload.php\";s:6:\"status\";s:1:\"C\";}i:3;a:2:{s:9:\"file_path\";s:46:\"app/addons/graphql_api/lib/vendor/autoload.php\";s:6:\"status\";s:1:\"C\";}i:4;a:2:{s:9:\"file_path\";s:62:\"app/addons/graphql_api/lib/vendor/composer/autoload_static.php\";s:6:\"status\";s:1:\"C\";}i:5;a:2:{s:9:\"file_path\";s:60:\"app/addons/graphql_api/lib/vendor/composer/autoload_real.php\";s:6:\"status\";s:1:\"C\";}i:6;a:2:{s:9:\"file_path\";s:15:\"js/tygh/core.js\";s:6:\"status\";s:1:\"C\";}i:7;a:2:{s:9:\"file_path\";s:45:\"var/snapshots/4.11.4.sp3_multivendor_dist.php\";s:6:\"status\";s:1:\"C\";}}'),
(17, 'addon', 'AB: UniTheme2 (Multi-Vendor) (v4.11.4.a ⇒ v4.11.5.a)', 1599758477, '<span style=\"font-weight: bold;\">Update compatible with:</span><br>CS-Cart: 4.11.5<br>Multivendor: 4.11.5<br><br><b>New features and improvements:</b><br />\r\n[+] Added compatibility with CS-Cart 4.11.5.<br />\r\n<br />\r\n<b>Bug fixes:</b><br />\r\n[!] Fixed user group privileges.<br />\r\n[!] Add-on \"Common Products for Vendors\": On the page of general products with the template \"The big picture\" the button \"Add to wishlist\" in the list of sellers was not displayed correctly. Fixed.<br />\r\n[!] Add-on \"Common Products for Vendors\": The lists of products with a template \"Compact List\" for discount sticker of general products was not displayed. Fixed.<br><br>Subscribe to our <a target=\"_blank\" href=\"https://t.me/joinchat/AAAAAEp-87TyWyhcbyyunw\">Telegram-channel</a> to get info about new releases.', 'a:1:{i:0;a:2:{s:9:\"file_path\";s:38:\"app/addons/abt__unitheme2_mv/addon.xml\";s:6:\"status\";s:1:\"C\";}}'),
(18, 'addon', 'AB: UniTheme2 (v4.11.4.a ⇒ v4.11.4.b)', 1599759274, '<span style=\"font-weight: bold;\">Update compatible with:</span><br>CS-Cart: 4.11.4<br>Multivendor: 4.11.4<br><br><b>New features and improvements:</b><br />\n[+] Add-on \"AB: SEO for product tabs\": Added compatibility with the add-on version v1.3.0.<br />\n<br />\n<b>Functionality changes:</b><br />\n[*] Optimization: Improved the work of js-script of the scroller.<br />\n[*] In the main menu with the template \"AB: Vertical dropdown list with icons\" the height of the block with the elements of the first level depends on their number.<br />\n<br />\n<b>Bug fixes:</b><br />\n[!] Add-on \"Social buttons\": On the product page Ajax-loading of the social buttons became endless in some cases. Fixed.<br />\n[!] Add-on \"Request call\": On the storefront response time of the \"Buy now with 1-click\" button was too large. Fixed.<br />\n[!] Add-on \"Blog\": For block of posts list of the blog with the selected template \"Blog: recent posts scroller\" background image was not loaded. Fixed.<br />\n[!] Add-on \"Social buttons\": On the product page in the block of the social buttons in RTL version, the button text \"Pinterest\" was displayed incorrect. Fixed.<br><br>Subscribe to our <a target=\"_blank\" href=\"https://t.me/joinchat/AAAAAEp-87TyWyhcbyyunw\">Telegram-channel</a> to get info about new releases.', 'a:1:{i:0;a:2:{s:9:\"file_path\";s:35:\"app/addons/abt__unitheme2/addon.xml\";s:6:\"status\";s:1:\"C\";}}'),
(19, 'addon', 'AB: UniTheme2 (v4.11.4.b ⇒ v4.11.5.a)', 1599759379, '<span style=\"font-weight: bold;\">Update compatible with:</span><br>CS-Cart: 4.11.5<br>Multivendor: 4.11.5<br><br><b>New features and improvements:</b><br />\n[+] Added compatibility with CS-Cart 4.11.5.<br />\n[+] Add-on \"AB: Stickers\": Added compatibility with the add-on version v1.0.0.<br />\n<br />\n<b>Functionality changes:</b><br />\n[*] \"Products variations\" add-on. For product lists with the feature setting \"Variations as one product\" added the ability to go to the page of the appropriate variation when clicking on the variation element (icon, color or checkbox).<br />\n[*] In the products lists with \"Grid\" template, when hovering over a product, the name was displayed in a maximum of two lines, increased to five.<br />\n<br />\n<b>Bug fixes:</b><br />\n[!] Multi-Vendor. Add-on \"Vendor locations [Beta]\". In the \"Product filters\" block, the \"Distance to vendor\" filter was displayed incorrectly. Fixed.<br />\n[!] Clicking on a first-level menu item without a link did not open its submenu on mobile devices. Fixed.<br />\n[!] The color of the selected items was not displayed correctly on the checkout page for the \"Cobalt\" color scheme. Fixed.<br><br>Subscribe to our <a target=\"_blank\" href=\"https://t.me/joinchat/AAAAAEp-87TyWyhcbyyunw\">Telegram-channel</a> to get info about new releases.', 'a:41:{i:0;a:2:{s:9:\"file_path\";s:35:\"app/addons/abt__unitheme2/addon.xml\";s:6:\"status\";s:1:\"C\";}i:1;a:2:{s:9:\"file_path\";s:59:\"var/themes_repository/abt__unitheme2/styles/data/Black.less\";s:6:\"status\";s:1:\"C\";}i:2;a:2:{s:9:\"file_path\";s:58:\"var/themes_repository/abt__unitheme2/styles/data/Blue.less\";s:6:\"status\";s:1:\"C\";}i:3;a:2:{s:9:\"file_path\";s:59:\"var/themes_repository/abt__unitheme2/styles/data/Brick.less\";s:6:\"status\";s:1:\"C\";}i:4;a:2:{s:9:\"file_path\";s:60:\"var/themes_repository/abt__unitheme2/styles/data/Cobalt.less\";s:6:\"status\";s:1:\"C\";}i:5;a:2:{s:9:\"file_path\";s:63:\"var/themes_repository/abt__unitheme2/styles/data/Dark_Blue.less\";s:6:\"status\";s:1:\"C\";}i:6;a:2:{s:9:\"file_path\";s:63:\"var/themes_repository/abt__unitheme2/styles/data/Dark_Navy.less\";s:6:\"status\";s:1:\"C\";}i:7;a:2:{s:9:\"file_path\";s:61:\"var/themes_repository/abt__unitheme2/styles/data/Default.less\";s:6:\"status\";s:1:\"C\";}i:8;a:2:{s:9:\"file_path\";s:61:\"var/themes_repository/abt__unitheme2/styles/data/Fiolent.less\";s:6:\"status\";s:1:\"C\";}i:9;a:2:{s:9:\"file_path\";s:59:\"var/themes_repository/abt__unitheme2/styles/data/Flame.less\";s:6:\"status\";s:1:\"C\";}i:10;a:2:{s:9:\"file_path\";s:58:\"var/themes_repository/abt__unitheme2/styles/data/Gray.less\";s:6:\"status\";s:1:\"C\";}i:11;a:2:{s:9:\"file_path\";s:59:\"var/themes_repository/abt__unitheme2/styles/data/Green.less\";s:6:\"status\";s:1:\"C\";}i:12;a:2:{s:9:\"file_path\";s:60:\"var/themes_repository/abt__unitheme2/styles/data/Indigo.less\";s:6:\"status\";s:1:\"C\";}i:13;a:2:{s:9:\"file_path\";s:57:\"var/themes_repository/abt__unitheme2/styles/data/Ink.less\";s:6:\"status\";s:1:\"C\";}i:14;a:2:{s:9:\"file_path\";s:58:\"var/themes_repository/abt__unitheme2/styles/data/Mint.less\";s:6:\"status\";s:1:\"C\";}i:15;a:2:{s:9:\"file_path\";s:62:\"var/themes_repository/abt__unitheme2/styles/data/Original.less\";s:6:\"status\";s:1:\"C\";}i:16;a:2:{s:9:\"file_path\";s:60:\"var/themes_repository/abt__unitheme2/styles/data/Powder.less\";s:6:\"status\";s:1:\"C\";}i:17;a:2:{s:9:\"file_path\";s:60:\"var/themes_repository/abt__unitheme2/styles/data/Purple.less\";s:6:\"status\";s:1:\"C\";}i:18;a:2:{s:9:\"file_path\";s:61:\"var/themes_repository/abt__unitheme2/styles/data/Skyfall.less\";s:6:\"status\";s:1:\"C\";}i:19;a:2:{s:9:\"file_path\";s:60:\"var/themes_repository/abt__unitheme2/styles/data/Velvet.less\";s:6:\"status\";s:1:\"C\";}i:20;a:2:{s:9:\"file_path\";s:59:\"var/themes_repository/abt__unitheme2/styles/data/White.less\";s:6:\"status\";s:1:\"C\";}i:21;a:2:{s:9:\"file_path\";s:51:\"design/themes/abt__unitheme2/styles/data/Black.less\";s:6:\"status\";s:1:\"C\";}i:22;a:2:{s:9:\"file_path\";s:50:\"design/themes/abt__unitheme2/styles/data/Blue.less\";s:6:\"status\";s:1:\"C\";}i:23;a:2:{s:9:\"file_path\";s:51:\"design/themes/abt__unitheme2/styles/data/Brick.less\";s:6:\"status\";s:1:\"C\";}i:24;a:2:{s:9:\"file_path\";s:52:\"design/themes/abt__unitheme2/styles/data/Cobalt.less\";s:6:\"status\";s:1:\"C\";}i:25;a:2:{s:9:\"file_path\";s:55:\"design/themes/abt__unitheme2/styles/data/Dark_Blue.less\";s:6:\"status\";s:1:\"C\";}i:26;a:2:{s:9:\"file_path\";s:55:\"design/themes/abt__unitheme2/styles/data/Dark_Navy.less\";s:6:\"status\";s:1:\"C\";}i:27;a:2:{s:9:\"file_path\";s:53:\"design/themes/abt__unitheme2/styles/data/Default.less\";s:6:\"status\";s:1:\"C\";}i:28;a:2:{s:9:\"file_path\";s:53:\"design/themes/abt__unitheme2/styles/data/Fiolent.less\";s:6:\"status\";s:1:\"C\";}i:29;a:2:{s:9:\"file_path\";s:51:\"design/themes/abt__unitheme2/styles/data/Flame.less\";s:6:\"status\";s:1:\"C\";}i:30;a:2:{s:9:\"file_path\";s:50:\"design/themes/abt__unitheme2/styles/data/Gray.less\";s:6:\"status\";s:1:\"C\";}i:31;a:2:{s:9:\"file_path\";s:51:\"design/themes/abt__unitheme2/styles/data/Green.less\";s:6:\"status\";s:1:\"C\";}i:32;a:2:{s:9:\"file_path\";s:52:\"design/themes/abt__unitheme2/styles/data/Indigo.less\";s:6:\"status\";s:1:\"C\";}i:33;a:2:{s:9:\"file_path\";s:49:\"design/themes/abt__unitheme2/styles/data/Ink.less\";s:6:\"status\";s:1:\"C\";}i:34;a:2:{s:9:\"file_path\";s:50:\"design/themes/abt__unitheme2/styles/data/Mint.less\";s:6:\"status\";s:1:\"C\";}i:35;a:2:{s:9:\"file_path\";s:54:\"design/themes/abt__unitheme2/styles/data/Original.less\";s:6:\"status\";s:1:\"C\";}i:36;a:2:{s:9:\"file_path\";s:52:\"design/themes/abt__unitheme2/styles/data/Powder.less\";s:6:\"status\";s:1:\"C\";}i:37;a:2:{s:9:\"file_path\";s:52:\"design/themes/abt__unitheme2/styles/data/Purple.less\";s:6:\"status\";s:1:\"C\";}i:38;a:2:{s:9:\"file_path\";s:53:\"design/themes/abt__unitheme2/styles/data/Skyfall.less\";s:6:\"status\";s:1:\"C\";}i:39;a:2:{s:9:\"file_path\";s:52:\"design/themes/abt__unitheme2/styles/data/Velvet.less\";s:6:\"status\";s:1:\"C\";}i:40;a:2:{s:9:\"file_path\";s:51:\"design/themes/abt__unitheme2/styles/data/White.less\";s:6:\"status\";s:1:\"C\";}}'),
(20, 'addon', 'AB: UniTheme2 (v4.11.5.a ⇒ v4.11.5.b)', 1599759613, '<span style=\"font-weight: bold;\">Update compatible with:</span><br>CS-Cart: 4.11.5<br>Multivendor: 4.11.5<br><br><b>Bug fixes:</b><br />\n[!] The checkout page might not have a list of available payment methods. Fixed.<br><br>Subscribe to our <a target=\"_blank\" href=\"https://t.me/joinchat/AAAAAEp-87TyWyhcbyyunw\">Telegram-channel</a> to get info about new releases.', 'a:1:{i:0;a:2:{s:9:\"file_path\";s:35:\"app/addons/abt__unitheme2/addon.xml\";s:6:\"status\";s:1:\"C\";}}'),
(21, 'addon', 'AB: Video gallery of the product (v2.2.0 ⇒ v2.3.0)', 1599759724, '<span style=\"font-weight: bold;\">Update compatible with:</span><br>CS-Cart: 4.11.4,4.11.5<br>Multivendor: 4.11.4,4.11.5<br><br><b>New features and improvements:</b><br />\n[+] Added add-on setting \"Enable microdata\". Add information about video to the product\'s JSON-LD microdata.<br />\n[+] Added Ukrainian language.<br />\n<br />\n<b>Functionality changes:</b><br />\n[*] Removed conflict with \"Product Labels\" add-on by Simtech Development (developers from Simtech assured that now it works without failures).<br />\n<br />\n<b>Bug fixes:</b><br />\n[!] When saving product, if it doesn\'t belong to active store, it\'s videos where removed. Fixed.<br />\n[!] AB: YoupiTheme theme. In the quick view dialog window, under image was text \"Hover on image to enlarge\", where zoom isn\'t available. Fixed.<br><br>Subscribe to our <a target=\"_blank\" href=\"https://t.me/joinchat/AAAAAEp-87TyWyhcbyyunw\">Telegram-channel</a> to get info about new releases.', 'a:1:{i:0;a:2:{s:9:\"file_path\";s:38:\"app/addons/ab__video_gallery/addon.xml\";s:6:\"status\";s:1:\"C\";}}'),
(22, 'addon', 'AB: Motivation block (v2.5.0 ⇒ v2.6.0)', 1599759990, '<span style=\"font-weight: bold;\">Update compatible with:</span><br>CS-Cart: 4.11.1 – 4.11.5<br>Multivendor: 4.11.1 – 4.11.5<br><br><b>Functionality changes:</b><br />\n[*] Improved add-on performance.<br />\n<br />\n<b>Bug fixes:</b><br />\n[!] Add-on \"Maps and geolocation\". On the storefront when displaying a motivational element with the \"Shipping information\" template, the delivery information of the \"Maps and Geolocation\" add-on was not blocked.<br />\n[!] It was impossible to create a new motivational element with the template \"Shipping information\". Fixed.<br><br>Subscribe to our <a target=\"_blank\" href=\"https://t.me/joinchat/AAAAAEp-87TyWyhcbyyunw\">Telegram-channel</a> to get info about new releases.', 'a:1:{i:0;a:2:{s:9:\"file_path\";s:41:\"app/addons/ab__motivation_block/addon.xml\";s:6:\"status\";s:1:\"C\";}}'),
(23, 'addon', 'AB: Product of the day and extended promotions (v3.2.0 ⇒ v3.3.0)', 1599760167, '<span style=\"font-weight: bold;\">Update compatible with:</span><br>CS-Cart: 4.11.3 – 4.11.5<br>Multivendor: 4.11.3 – 4.11.5<br><br><b>New features and improvements:</b><br />\n[+] Into the tab \"Block settings\" of the \"AB: Deal of the day\" and \"AB: Multi Deal of the day\" blocks, a new setting \"Display promotion timer\" was added.<br />\n[+] On a catalog promotion editing page, a new setting \"Display label (sticker) \"Promotion\" in products lists\" was added into the tab \"AB: Product of the day and extended promotions\".<br />\n<br />\n<b>Functionality changes:</b><br />\n[*] Add-on setting \"Displaying current promotions in the lists\" was replaced by setting \"Amount of displayed promotions in the product lists\", which allows to control amount of promotions to display.<br />\n[*] Block \"AB: Deal of the day\". General view of the elements was changed and adaptivity was improved.<br />\n[*] Block \"AB: Promotions\". General view of the elements was changed and adaptivity was improved.<br />\n[*] On the page of promotions list the general view of the elements was changed and adaptivity was improved.<br />\n[*] On the product page the general view of the elements was changed and adaptivity of the promotion informational block and tabs with the applied promotions at the product was improved.<br />\n[*] From the tab \"Block settings\" of the \"AB: Multi Deal of the day\" and \"AB: Deal of the day\" blocks were removed deprecated settings \"Thumbnail width in scroller\", \"Outside navigation\" and \"Show additional products images\".<br />\n<br />\n<b>Bug fixes:</b><br />\n[!] When clicking on the numbers of promotion timer, the page was scrolled to the beginning. Fixed.<br />\n[!] Multi-Vendor. Menu option \"Help\" was available for vendors when the add-on \"Direct Customer-to-Vendor Payments\" was disabled.<br />\n[!] On the Home page, the block \"Deal of the day\" was displayed with two products on the mobile devices and some compressed elements of the product cell had a conflict. Changed for one product.<br><br>Subscribe to our <a target=\"_blank\" href=\"https://t.me/joinchat/AAAAAEp-87TyWyhcbyyunw\">Telegram-channel</a> to get info about new releases.', 'a:3:{i:0;a:2:{s:9:\"file_path\";s:40:\"app/addons/ab__deal_of_the_day/addon.xml\";s:6:\"status\";s:1:\"C\";}i:1;a:2:{s:9:\"file_path\";s:79:\"var/themes_repository/abt__unitheme2/css/addons/ab__deal_of_the_day/styles.less\";s:6:\"status\";s:1:\"C\";}i:2;a:2:{s:9:\"file_path\";s:71:\"design/themes/abt__unitheme2/css/addons/ab__deal_of_the_day/styles.less\";s:6:\"status\";s:1:\"C\";}}'),
(24, 'addon', 'AB: Fast navigation (v1.7.0 ⇒ v1.8.0)', 1599760644, '<span style=\"font-weight: bold;\">Update compatible with:</span><br>CS-Cart: 4.11.1 – 4.11.5<br>Multivendor: 4.11.1 – 4.11.5<br><br><b>New features and improvements:</b><br />\n[+] Added add-on setting \"Use Ajax to download the second level elements\". When setting is used the second level elements of \"Two-level navigation\" will be displayed after page downloading.<br />\n[+] \"Watermarks\" add-on. Added add-on setting \"Add watermarks for quick navigation images\".<br><br>Subscribe to our <a target=\"_blank\" href=\"https://t.me/joinchat/AAAAAEp-87TyWyhcbyyunw\">Telegram-channel</a> to get info about new releases.', 'a:1:{i:0;a:2:{s:9:\"file_path\";s:40:\"app/addons/ab__fast_navigation/addon.xml\";s:6:\"status\";s:1:\"C\";}}'),
(25, 'addon', 'AB: Addons Manager by AlexBranding team (v2.3.3 ⇒ v2.3.4)', 1628086052, '<b style=\'color: red;\'>In this update all files of addon will be marked as modified, even if you did not edit them due to the transition to a new addons preparation tool.</b><br><br><span style=\"font-weight: bold;\">Update compatible with:</span><br>CS-Cart: 4.10.1 – 4.12.1<br>Multivendor: 4.10.1 – 4.12.1<br><br><b>New features and improvements:</b><br />\n[+] Added view of AB-Menu for quick and easier access to “AB: Add-ons” list.<br />\n[+] On the page “AB: Add-ons -> AB: Add-ons Manager -> AB: List of available sets/add-ons” of the section “List of available AB: Add-ons” and “List of available AB: Sets” - remember its state.<br />\n[+] On the page “AB: Add-ons -> AB: Add-ons Manager -> AB: List of available sets/add-ons” added link to “List of changes” page for each add-on.<br />\n[+] Added labeles to AB-Menu that notify about available updates.<br />\n[+] Added menu item “AB: Add-ons” to “Quick menu”.<br />\n<br />\n<b>Bug fixes:</b><br />\n[!] Fixed management of user privileges.<br />\n[!] PHP-notice occurred when installing add-on. Fixed.<br><br><div class=\"ab-am-subscription\">\r\n<span class=\"title\" style=\"padding-left: 0 !important;\">Subscribe to our channels to be the first to know about new releases and promotions!</span>\r\n<span class=\"channels\" style=\"padding-left: 0 !important;\">\r\n<a target=\"_blank\" href=\"https://www.youtube.com/channel/UCTkiV2DqPqQaLOyWZzBFjaA\" title=\"Youtube\"><i class=\"flaticon-youtube\"></i></a>\r\n<a target=\"_blank\" href=\"https://t.me/alexbranding_en\" title=\"Telegram\"><i class=\"flaticon-telegram\"></i></a>\r\n<a target=\"_blank\" href=\"https://fb.me/AlexBrandingEn\" title=\"Facebook\"><i class=\"flaticon-facebook\"></i></a>\r\n<a target=\"_blank\" href=\"https://twitter.com/alexbranding_en\" title=\"Twitter\"><i class=\"flaticon-twitter\"></i></a>\r\n<a target=\"_blank\" href=\"https://www.instagram.com/alexbrandingteam/\" title=\"Instagram\"><i class=\"flaticon-instagram\"></i></a>\r\n<a target=\"_blank\" href=\"https://chat.whatsapp.com/GzW9eZjXH6YL2b0d9gitvk\" title=\"WhatsApp\"><i class=\"flaticon-whatsapp\"></i></a>\r\n<a target=\"_blank\" href=\"https://cs-cart.alexbranding.com/en/subscription-en.html?email=admin@demo.com&amp;firstname=Admin&amp;lastname=Admin\" title=\"Email\"><i class=\"flaticon-email\"></i></a>\r\n</span>\r\n</div>', 'a:7:{i:0;a:2:{s:9:\"file_path\";s:49:\"app/addons/ab__addons_manager/Tygh/ABAManager.php\";s:6:\"status\";s:1:\"C\";}i:1;a:2:{s:9:\"file_path\";s:39:\"app/addons/ab__addons_manager/addon.xml\";s:6:\"status\";s:1:\"C\";}i:2;a:2:{s:9:\"file_path\";s:38:\"app/addons/ab__addons_manager/func.php\";s:6:\"status\";s:1:\"C\";}i:3;a:2:{s:9:\"file_path\";s:56:\"app/addons/ab__addons_manager/schemas/menu/menu.post.php\";s:6:\"status\";s:1:\"C\";}i:4;a:2:{s:9:\"file_path\";s:64:\"app/addons/ab__addons_manager/schemas/permissions/admin.post.php\";s:6:\"status\";s:1:\"C\";}i:5;a:2:{s:9:\"file_path\";s:56:\"design/backend/css/addons/ab__addons_manager/styles.less\";s:6:\"status\";s:1:\"C\";}i:6;a:2:{s:9:\"file_path\";s:74:\"design/backend/templates/addons/ab__addons_manager/views/ab__am/addons.tpl\";s:6:\"status\";s:1:\"C\";}}');
INSERT INTO `partiushop_installed_upgrades` (`id`, `type`, `name`, `timestamp`, `description`, `conflicts`) VALUES
(26, 'addon', 'AB: Add-ons Manager by AlexBranding team (v2.3.4 ⇒ v2.3.5)', 1628086304, '<span style=\"font-weight: bold;\">Update compatible with:</span><br>CS-Cart: 4.10.1 – 4.13.1<br>Multivendor: 4.10.1 – 4.13.1<br><br><b>New features and improvements:</b><br />\r\n[+] On the page “AB: Add-ons -> AB: List of available sets/add-ons” added filter for add-ons and sets.<br />\r\n[+] Added add-on setting “Show Alexbranding news channels”.<br />\r\n<br />\r\n<b>Functionality changes:</b><br />\r\n[*] Fixed counter view of updates in AB-Menu.<br><br><div class=\"ab-am-subscription\">\r\n<span class=\"title\" style=\"padding-left: 0 !important;\">Subscribe to our channels to be the first to know about new releases and promotions!</span>\r\n<span class=\"channels\" style=\"padding-left: 0 !important;\">\r\n<a target=\"_blank\" href=\"https://www.youtube.com/channel/UCTkiV2DqPqQaLOyWZzBFjaA\" title=\"Youtube\"><i class=\"flaticon-youtube\"></i></a>\r\n<a target=\"_blank\" href=\"https://t.me/alexbranding_en\" title=\"Telegram\"><i class=\"flaticon-telegram\"></i></a>\r\n<a target=\"_blank\" href=\"https://fb.me/AlexBrandingEn\" title=\"Facebook\"><i class=\"flaticon-facebook\"></i></a>\r\n<a target=\"_blank\" href=\"https://twitter.com/alexbranding_en\" title=\"Twitter\"><i class=\"flaticon-twitter\"></i></a>\r\n<a target=\"_blank\" href=\"https://www.instagram.com/alexbrandingteam/\" title=\"Instagram\"><i class=\"flaticon-instagram\"></i></a>\r\n<a target=\"_blank\" href=\"https://chat.whatsapp.com/GzW9eZjXH6YL2b0d9gitvk\" title=\"WhatsApp\"><i class=\"flaticon-whatsapp\"></i></a>\r\n<a target=\"_blank\" href=\"https://cs-cart.alexbranding.com/en/subscription-en.html?email=admin@demo.com&amp;firstname=Admin&amp;lastname=Admin\" title=\"Email\"><i class=\"flaticon-email\"></i></a>\r\n</span>\r\n</div>', 'a:4:{i:0;a:2:{s:9:\"file_path\";s:49:\"app/addons/ab__addons_manager/Tygh/ABAManager.php\";s:6:\"status\";s:1:\"C\";}i:1;a:2:{s:9:\"file_path\";s:39:\"app/addons/ab__addons_manager/addon.xml\";s:6:\"status\";s:1:\"C\";}i:2;a:2:{s:9:\"file_path\";s:60:\"app/addons/ab__addons_manager/controllers/backend/ab__am.php\";s:6:\"status\";s:1:\"C\";}i:3;a:2:{s:9:\"file_path\";s:38:\"app/addons/ab__addons_manager/func.php\";s:6:\"status\";s:1:\"C\";}}'),
(27, 'ab__addons', 'AB: Add-ons Manager by AlexBranding team (v2.3.5 ⇒ v2.4.0)', 1628111513, '<span style=\"font-weight: bold;\">Update compatible with:</span><br>CS-Cart: 4.10.1 – 4.13.2<br>Multivendor: 4.10.1 – 4.13.2<br><br><b>New features and improvements:</b><br />\n[+] Added recognition of devices type: PC, Tablet or Phone.<br />\n[+] On the page \"AB: List of available sets/add-ons\" added fast search.<br><br><div class=\"ab-am-subscription\">\r\n<span class=\"title\" style=\"padding-left: 0 !important;\">Subscribe to our channels to be the first to know about new releases and promotions!</span>\r\n<span class=\"channels\" style=\"padding-left: 0 !important;\">\r\n<a target=\"_blank\" href=\"https://www.youtube.com/channel/UCTkiV2DqPqQaLOyWZzBFjaA\" title=\"Youtube\"><i class=\"flaticon-youtube\"></i></a>\r\n<a target=\"_blank\" href=\"https://t.me/alexbranding_en\" title=\"Telegram\"><i class=\"flaticon-telegram\"></i></a>\r\n<a target=\"_blank\" href=\"https://fb.me/AlexBrandingEn\" title=\"Facebook\"><i class=\"flaticon-facebook\"></i></a>\r\n<a target=\"_blank\" href=\"https://twitter.com/alexbranding_en\" title=\"Twitter\"><i class=\"flaticon-twitter\"></i></a>\r\n<a target=\"_blank\" href=\"https://www.instagram.com/alexbrandingteam/\" title=\"Instagram\"><i class=\"flaticon-instagram\"></i></a>\r\n<a target=\"_blank\" href=\"https://chat.whatsapp.com/GzW9eZjXH6YL2b0d9gitvk\" title=\"WhatsApp\"><i class=\"flaticon-whatsapp\"></i></a>\r\n<a target=\"_blank\" href=\"https://cs-cart.alexbranding.com/en/subscription-en.html?email=admin@demo.com&amp;firstname=Admin&amp;lastname=Admin\" title=\"Email\"><i class=\"flaticon-email\"></i></a>\r\n</span>\r\n</div>', 'a:4:{i:0;a:2:{s:9:\"file_path\";s:39:\"app/addons/ab__addons_manager/addon.xml\";s:6:\"status\";s:1:\"C\";}i:1;a:2:{s:9:\"file_path\";s:60:\"app/addons/ab__addons_manager/controllers/backend/ab__am.php\";s:6:\"status\";s:1:\"C\";}i:2;a:2:{s:9:\"file_path\";s:38:\"app/addons/ab__addons_manager/func.php\";s:6:\"status\";s:1:\"C\";}i:3;a:2:{s:9:\"file_path\";s:56:\"design/backend/css/addons/ab__addons_manager/styles.less\";s:6:\"status\";s:1:\"C\";}}');
INSERT INTO `partiushop_installed_upgrades` (`id`, `type`, `name`, `timestamp`, `description`, `conflicts`) VALUES
(28, 'core', 'Upgrade 4.11.3 - 4.11.4', 1628195824, '<p><strong>Multi-Vendor 4.11.4</strong> brings the following changes and improvements:</p>\n<ul>\n<li>JSON-LD markup was added to products for SEO purposes.</li>\n<li>You can now edit the texts of the mobile application in the admin panel of your marketplace.</li>\n<li>References to the widget mode were removed from the interface.</li>\n<li>Product search on the storefront now searches for all words instead of an exact match.</li>\n<li>Searchanise can now work together with the \"Product variations\" and \"Common products for vendors\".</li>\n<li>A new add-on called \"Payments by country\" was added to Multi-Vendor Ultimate.</li>\n</ul>\n<p>For the full list of changes, <a href=\"http://docs.cs-cart.com/4.11.x/history/4114.html\" target=\"_blank\">check the changelog</a>.</p>', 'a:1472:{i:0;a:2:{s:9:\"file_path\";s:84:\"design/backend/templates/addons/master_products/hooks/companies/company_name.pre.tpl\";s:6:\"status\";s:1:\"C\";}i:1;a:2:{s:9:\"file_path\";s:94:\"design/backend/templates/addons/payments_by_country/hooks/payments/tabs_extra_content.post.tpl\";s:6:\"status\";s:1:\"C\";}i:2;a:2:{s:9:\"file_path\";s:84:\"design/backend/templates/addons/payments_by_country/hooks/payments/tabs_list.pre.tpl\";s:6:\"status\";s:1:\"C\";}i:3;a:2:{s:9:\"file_path\";s:80:\"design/backend/templates/addons/seo/hooks/product_features/feature_code.post.tpl\";s:6:\"status\";s:1:\"C\";}i:4;a:2:{s:9:\"file_path\";s:78:\"design/backend/templates/addons/geo_maps/hooks/profile/manage_sidebar.post.tpl\";s:6:\"status\";s:1:\"C\";}i:5;a:2:{s:9:\"file_path\";s:40:\"js/addons/master_products/add_to_cart.js\";s:6:\"status\";s:1:\"C\";}i:6;a:2:{s:9:\"file_path\";s:20:\"var/langs/ar/core.po\";s:6:\"status\";s:1:\"C\";}i:7;a:2:{s:9:\"file_path\";s:20:\"var/langs/da/core.po\";s:6:\"status\";s:1:\"C\";}i:8;a:2:{s:9:\"file_path\";s:20:\"var/langs/de/core.po\";s:6:\"status\";s:1:\"C\";}i:9;a:2:{s:9:\"file_path\";s:20:\"var/langs/el/core.po\";s:6:\"status\";s:1:\"C\";}i:10;a:2:{s:9:\"file_path\";s:20:\"var/langs/en/core.po\";s:6:\"status\";s:1:\"C\";}i:11;a:2:{s:9:\"file_path\";s:20:\"var/langs/es/core.po\";s:6:\"status\";s:1:\"C\";}i:12;a:2:{s:9:\"file_path\";s:20:\"var/langs/fr/core.po\";s:6:\"status\";s:1:\"C\";}i:13;a:2:{s:9:\"file_path\";s:20:\"var/langs/he/core.po\";s:6:\"status\";s:1:\"C\";}i:14;a:2:{s:9:\"file_path\";s:20:\"var/langs/id/core.po\";s:6:\"status\";s:1:\"C\";}i:15;a:2:{s:9:\"file_path\";s:20:\"var/langs/it/core.po\";s:6:\"status\";s:1:\"C\";}i:16;a:2:{s:9:\"file_path\";s:20:\"var/langs/ja/core.po\";s:6:\"status\";s:1:\"C\";}i:17;a:2:{s:9:\"file_path\";s:20:\"var/langs/nl/core.po\";s:6:\"status\";s:1:\"C\";}i:18;a:2:{s:9:\"file_path\";s:20:\"var/langs/no/core.po\";s:6:\"status\";s:1:\"C\";}i:19;a:2:{s:9:\"file_path\";s:20:\"var/langs/pl/core.po\";s:6:\"status\";s:1:\"C\";}i:20;a:2:{s:9:\"file_path\";s:20:\"var/langs/ru/core.po\";s:6:\"status\";s:1:\"C\";}i:21;a:2:{s:9:\"file_path\";s:20:\"var/langs/tr/core.po\";s:6:\"status\";s:1:\"C\";}i:22;a:2:{s:9:\"file_path\";s:20:\"var/langs/uk/core.po\";s:6:\"status\";s:1:\"C\";}i:23;a:2:{s:9:\"file_path\";s:20:\"var/langs/vi/core.po\";s:6:\"status\";s:1:\"C\";}i:24;a:2:{s:9:\"file_path\";s:38:\"var/langs/ar/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:25;a:2:{s:9:\"file_path\";s:38:\"var/langs/da/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:26;a:2:{s:9:\"file_path\";s:38:\"var/langs/de/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:27;a:2:{s:9:\"file_path\";s:38:\"var/langs/el/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:28;a:2:{s:9:\"file_path\";s:38:\"var/langs/en/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:29;a:2:{s:9:\"file_path\";s:38:\"var/langs/es/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:30;a:2:{s:9:\"file_path\";s:38:\"var/langs/fr/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:31;a:2:{s:9:\"file_path\";s:38:\"var/langs/he/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:32;a:2:{s:9:\"file_path\";s:38:\"var/langs/id/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:33;a:2:{s:9:\"file_path\";s:38:\"var/langs/it/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:34;a:2:{s:9:\"file_path\";s:38:\"var/langs/ja/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:35;a:2:{s:9:\"file_path\";s:38:\"var/langs/nl/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:36;a:2:{s:9:\"file_path\";s:38:\"var/langs/no/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:37;a:2:{s:9:\"file_path\";s:38:\"var/langs/pl/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:38;a:2:{s:9:\"file_path\";s:38:\"var/langs/ru/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:39;a:2:{s:9:\"file_path\";s:38:\"var/langs/tr/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:40;a:2:{s:9:\"file_path\";s:38:\"var/langs/uk/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:41;a:2:{s:9:\"file_path\";s:38:\"var/langs/vi/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:42;a:2:{s:9:\"file_path\";s:34:\"var/langs/ar/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:43;a:2:{s:9:\"file_path\";s:34:\"var/langs/da/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:44;a:2:{s:9:\"file_path\";s:34:\"var/langs/de/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:45;a:2:{s:9:\"file_path\";s:34:\"var/langs/el/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:46;a:2:{s:9:\"file_path\";s:34:\"var/langs/en/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:47;a:2:{s:9:\"file_path\";s:34:\"var/langs/es/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:48;a:2:{s:9:\"file_path\";s:34:\"var/langs/fr/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:49;a:2:{s:9:\"file_path\";s:34:\"var/langs/he/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:50;a:2:{s:9:\"file_path\";s:34:\"var/langs/id/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:51;a:2:{s:9:\"file_path\";s:34:\"var/langs/it/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:52;a:2:{s:9:\"file_path\";s:34:\"var/langs/ja/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:53;a:2:{s:9:\"file_path\";s:34:\"var/langs/nl/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:54;a:2:{s:9:\"file_path\";s:34:\"var/langs/no/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:55;a:2:{s:9:\"file_path\";s:34:\"var/langs/pl/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:56;a:2:{s:9:\"file_path\";s:34:\"var/langs/ru/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:57;a:2:{s:9:\"file_path\";s:34:\"var/langs/tr/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:58;a:2:{s:9:\"file_path\";s:34:\"var/langs/uk/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:59;a:2:{s:9:\"file_path\";s:34:\"var/langs/vi/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:60;a:2:{s:9:\"file_path\";s:38:\"var/langs/ar/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:61;a:2:{s:9:\"file_path\";s:38:\"var/langs/da/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:62;a:2:{s:9:\"file_path\";s:38:\"var/langs/de/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:63;a:2:{s:9:\"file_path\";s:38:\"var/langs/el/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:64;a:2:{s:9:\"file_path\";s:38:\"var/langs/en/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:65;a:2:{s:9:\"file_path\";s:38:\"var/langs/es/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:66;a:2:{s:9:\"file_path\";s:38:\"var/langs/fr/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:67;a:2:{s:9:\"file_path\";s:38:\"var/langs/he/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:68;a:2:{s:9:\"file_path\";s:38:\"var/langs/id/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:69;a:2:{s:9:\"file_path\";s:38:\"var/langs/it/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:70;a:2:{s:9:\"file_path\";s:38:\"var/langs/ja/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:71;a:2:{s:9:\"file_path\";s:38:\"var/langs/nl/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:72;a:2:{s:9:\"file_path\";s:38:\"var/langs/no/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:73;a:2:{s:9:\"file_path\";s:38:\"var/langs/pl/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:74;a:2:{s:9:\"file_path\";s:38:\"var/langs/ru/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:75;a:2:{s:9:\"file_path\";s:38:\"var/langs/tr/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:76;a:2:{s:9:\"file_path\";s:38:\"var/langs/uk/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:77;a:2:{s:9:\"file_path\";s:38:\"var/langs/vi/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:78;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:79;a:2:{s:9:\"file_path\";s:33:\"var/langs/da/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:80;a:2:{s:9:\"file_path\";s:33:\"var/langs/de/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:81;a:2:{s:9:\"file_path\";s:33:\"var/langs/el/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:82;a:2:{s:9:\"file_path\";s:33:\"var/langs/en/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:83;a:2:{s:9:\"file_path\";s:33:\"var/langs/es/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:84;a:2:{s:9:\"file_path\";s:33:\"var/langs/fr/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:85;a:2:{s:9:\"file_path\";s:33:\"var/langs/he/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:86;a:2:{s:9:\"file_path\";s:33:\"var/langs/id/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:87;a:2:{s:9:\"file_path\";s:33:\"var/langs/it/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:88;a:2:{s:9:\"file_path\";s:33:\"var/langs/ja/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:89;a:2:{s:9:\"file_path\";s:33:\"var/langs/nl/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:90;a:2:{s:9:\"file_path\";s:33:\"var/langs/no/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:91;a:2:{s:9:\"file_path\";s:33:\"var/langs/pl/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:92;a:2:{s:9:\"file_path\";s:33:\"var/langs/ru/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:93;a:2:{s:9:\"file_path\";s:33:\"var/langs/tr/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:94;a:2:{s:9:\"file_path\";s:33:\"var/langs/uk/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:95;a:2:{s:9:\"file_path\";s:33:\"var/langs/vi/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:96;a:2:{s:9:\"file_path\";s:42:\"var/langs/en/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:97;a:2:{s:9:\"file_path\";s:29:\"var/langs/ar/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:98;a:2:{s:9:\"file_path\";s:29:\"var/langs/da/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:99;a:2:{s:9:\"file_path\";s:29:\"var/langs/de/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:100;a:2:{s:9:\"file_path\";s:29:\"var/langs/el/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:101;a:2:{s:9:\"file_path\";s:29:\"var/langs/en/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:102;a:2:{s:9:\"file_path\";s:29:\"var/langs/es/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:103;a:2:{s:9:\"file_path\";s:29:\"var/langs/fr/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:104;a:2:{s:9:\"file_path\";s:29:\"var/langs/he/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:105;a:2:{s:9:\"file_path\";s:29:\"var/langs/id/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:106;a:2:{s:9:\"file_path\";s:29:\"var/langs/it/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:107;a:2:{s:9:\"file_path\";s:29:\"var/langs/ja/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:108;a:2:{s:9:\"file_path\";s:29:\"var/langs/nl/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:109;a:2:{s:9:\"file_path\";s:29:\"var/langs/no/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:110;a:2:{s:9:\"file_path\";s:29:\"var/langs/pl/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:111;a:2:{s:9:\"file_path\";s:29:\"var/langs/ru/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:112;a:2:{s:9:\"file_path\";s:29:\"var/langs/tr/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:113;a:2:{s:9:\"file_path\";s:29:\"var/langs/uk/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:114;a:2:{s:9:\"file_path\";s:29:\"var/langs/vi/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:115;a:2:{s:9:\"file_path\";s:41:\"var/langs/ar/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:116;a:2:{s:9:\"file_path\";s:41:\"var/langs/da/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:117;a:2:{s:9:\"file_path\";s:41:\"var/langs/de/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:118;a:2:{s:9:\"file_path\";s:41:\"var/langs/el/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:119;a:2:{s:9:\"file_path\";s:41:\"var/langs/en/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:120;a:2:{s:9:\"file_path\";s:41:\"var/langs/es/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:121;a:2:{s:9:\"file_path\";s:41:\"var/langs/fr/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:122;a:2:{s:9:\"file_path\";s:41:\"var/langs/he/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:123;a:2:{s:9:\"file_path\";s:41:\"var/langs/id/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:124;a:2:{s:9:\"file_path\";s:41:\"var/langs/it/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:125;a:2:{s:9:\"file_path\";s:41:\"var/langs/ja/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:126;a:2:{s:9:\"file_path\";s:41:\"var/langs/nl/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:127;a:2:{s:9:\"file_path\";s:41:\"var/langs/no/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:128;a:2:{s:9:\"file_path\";s:41:\"var/langs/pl/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:129;a:2:{s:9:\"file_path\";s:41:\"var/langs/ru/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:130;a:2:{s:9:\"file_path\";s:41:\"var/langs/tr/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:131;a:2:{s:9:\"file_path\";s:41:\"var/langs/uk/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:132;a:2:{s:9:\"file_path\";s:41:\"var/langs/vi/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:133;a:2:{s:9:\"file_path\";s:34:\"var/langs/ar/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:134;a:2:{s:9:\"file_path\";s:34:\"var/langs/da/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:135;a:2:{s:9:\"file_path\";s:34:\"var/langs/de/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:136;a:2:{s:9:\"file_path\";s:34:\"var/langs/el/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:137;a:2:{s:9:\"file_path\";s:34:\"var/langs/en/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:138;a:2:{s:9:\"file_path\";s:34:\"var/langs/es/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:139;a:2:{s:9:\"file_path\";s:34:\"var/langs/fr/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:140;a:2:{s:9:\"file_path\";s:34:\"var/langs/he/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:141;a:2:{s:9:\"file_path\";s:34:\"var/langs/id/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:142;a:2:{s:9:\"file_path\";s:34:\"var/langs/it/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:143;a:2:{s:9:\"file_path\";s:34:\"var/langs/ja/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:144;a:2:{s:9:\"file_path\";s:34:\"var/langs/nl/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:145;a:2:{s:9:\"file_path\";s:34:\"var/langs/no/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:146;a:2:{s:9:\"file_path\";s:34:\"var/langs/pl/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:147;a:2:{s:9:\"file_path\";s:34:\"var/langs/ru/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:148;a:2:{s:9:\"file_path\";s:34:\"var/langs/tr/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:149;a:2:{s:9:\"file_path\";s:34:\"var/langs/uk/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:150;a:2:{s:9:\"file_path\";s:34:\"var/langs/vi/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:151;a:2:{s:9:\"file_path\";s:26:\"var/langs/ar/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:152;a:2:{s:9:\"file_path\";s:26:\"var/langs/da/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:153;a:2:{s:9:\"file_path\";s:26:\"var/langs/de/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:154;a:2:{s:9:\"file_path\";s:26:\"var/langs/el/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:155;a:2:{s:9:\"file_path\";s:26:\"var/langs/en/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:156;a:2:{s:9:\"file_path\";s:26:\"var/langs/es/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:157;a:2:{s:9:\"file_path\";s:26:\"var/langs/fr/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:158;a:2:{s:9:\"file_path\";s:26:\"var/langs/he/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:159;a:2:{s:9:\"file_path\";s:26:\"var/langs/id/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:160;a:2:{s:9:\"file_path\";s:26:\"var/langs/it/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:161;a:2:{s:9:\"file_path\";s:26:\"var/langs/ja/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:162;a:2:{s:9:\"file_path\";s:26:\"var/langs/nl/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:163;a:2:{s:9:\"file_path\";s:26:\"var/langs/no/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:164;a:2:{s:9:\"file_path\";s:26:\"var/langs/pl/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:165;a:2:{s:9:\"file_path\";s:26:\"var/langs/ru/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:166;a:2:{s:9:\"file_path\";s:26:\"var/langs/tr/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:167;a:2:{s:9:\"file_path\";s:26:\"var/langs/uk/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:168;a:2:{s:9:\"file_path\";s:26:\"var/langs/vi/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:169;a:2:{s:9:\"file_path\";s:36:\"var/langs/ar/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:170;a:2:{s:9:\"file_path\";s:36:\"var/langs/da/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:171;a:2:{s:9:\"file_path\";s:36:\"var/langs/de/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:172;a:2:{s:9:\"file_path\";s:36:\"var/langs/el/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:173;a:2:{s:9:\"file_path\";s:36:\"var/langs/en/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:174;a:2:{s:9:\"file_path\";s:36:\"var/langs/es/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:175;a:2:{s:9:\"file_path\";s:36:\"var/langs/fr/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:176;a:2:{s:9:\"file_path\";s:36:\"var/langs/he/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:177;a:2:{s:9:\"file_path\";s:36:\"var/langs/id/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:178;a:2:{s:9:\"file_path\";s:36:\"var/langs/it/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:179;a:2:{s:9:\"file_path\";s:36:\"var/langs/ja/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:180;a:2:{s:9:\"file_path\";s:36:\"var/langs/nl/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:181;a:2:{s:9:\"file_path\";s:36:\"var/langs/no/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:182;a:2:{s:9:\"file_path\";s:36:\"var/langs/pl/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:183;a:2:{s:9:\"file_path\";s:36:\"var/langs/ru/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:184;a:2:{s:9:\"file_path\";s:36:\"var/langs/tr/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:185;a:2:{s:9:\"file_path\";s:36:\"var/langs/uk/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:186;a:2:{s:9:\"file_path\";s:36:\"var/langs/vi/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:187;a:2:{s:9:\"file_path\";s:32:\"var/langs/ar/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:188;a:2:{s:9:\"file_path\";s:32:\"var/langs/da/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:189;a:2:{s:9:\"file_path\";s:32:\"var/langs/de/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:190;a:2:{s:9:\"file_path\";s:32:\"var/langs/el/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:191;a:2:{s:9:\"file_path\";s:32:\"var/langs/en/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:192;a:2:{s:9:\"file_path\";s:32:\"var/langs/es/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:193;a:2:{s:9:\"file_path\";s:32:\"var/langs/fr/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:194;a:2:{s:9:\"file_path\";s:32:\"var/langs/he/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:195;a:2:{s:9:\"file_path\";s:32:\"var/langs/id/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:196;a:2:{s:9:\"file_path\";s:32:\"var/langs/it/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:197;a:2:{s:9:\"file_path\";s:32:\"var/langs/ja/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:198;a:2:{s:9:\"file_path\";s:32:\"var/langs/nl/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:199;a:2:{s:9:\"file_path\";s:32:\"var/langs/no/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:200;a:2:{s:9:\"file_path\";s:32:\"var/langs/pl/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:201;a:2:{s:9:\"file_path\";s:32:\"var/langs/ru/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:202;a:2:{s:9:\"file_path\";s:32:\"var/langs/tr/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:203;a:2:{s:9:\"file_path\";s:32:\"var/langs/uk/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:204;a:2:{s:9:\"file_path\";s:32:\"var/langs/vi/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:205;a:2:{s:9:\"file_path\";s:43:\"var/langs/ar/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:206;a:2:{s:9:\"file_path\";s:43:\"var/langs/da/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:207;a:2:{s:9:\"file_path\";s:43:\"var/langs/de/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:208;a:2:{s:9:\"file_path\";s:43:\"var/langs/el/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:209;a:2:{s:9:\"file_path\";s:43:\"var/langs/en/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:210;a:2:{s:9:\"file_path\";s:43:\"var/langs/es/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:211;a:2:{s:9:\"file_path\";s:43:\"var/langs/fr/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:212;a:2:{s:9:\"file_path\";s:43:\"var/langs/he/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:213;a:2:{s:9:\"file_path\";s:43:\"var/langs/id/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:214;a:2:{s:9:\"file_path\";s:43:\"var/langs/it/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:215;a:2:{s:9:\"file_path\";s:43:\"var/langs/ja/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:216;a:2:{s:9:\"file_path\";s:43:\"var/langs/nl/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:217;a:2:{s:9:\"file_path\";s:43:\"var/langs/no/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:218;a:2:{s:9:\"file_path\";s:43:\"var/langs/pl/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:219;a:2:{s:9:\"file_path\";s:43:\"var/langs/ru/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:220;a:2:{s:9:\"file_path\";s:43:\"var/langs/tr/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:221;a:2:{s:9:\"file_path\";s:43:\"var/langs/uk/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:222;a:2:{s:9:\"file_path\";s:43:\"var/langs/vi/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:223;a:2:{s:9:\"file_path\";s:48:\"var/langs/ar/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:224;a:2:{s:9:\"file_path\";s:48:\"var/langs/da/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:225;a:2:{s:9:\"file_path\";s:48:\"var/langs/de/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:226;a:2:{s:9:\"file_path\";s:48:\"var/langs/el/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:227;a:2:{s:9:\"file_path\";s:48:\"var/langs/en/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:228;a:2:{s:9:\"file_path\";s:48:\"var/langs/es/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:229;a:2:{s:9:\"file_path\";s:48:\"var/langs/fr/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:230;a:2:{s:9:\"file_path\";s:48:\"var/langs/he/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:231;a:2:{s:9:\"file_path\";s:48:\"var/langs/id/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:232;a:2:{s:9:\"file_path\";s:48:\"var/langs/it/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:233;a:2:{s:9:\"file_path\";s:48:\"var/langs/ja/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:234;a:2:{s:9:\"file_path\";s:48:\"var/langs/nl/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:235;a:2:{s:9:\"file_path\";s:48:\"var/langs/no/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:236;a:2:{s:9:\"file_path\";s:48:\"var/langs/pl/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:237;a:2:{s:9:\"file_path\";s:48:\"var/langs/ru/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:238;a:2:{s:9:\"file_path\";s:48:\"var/langs/tr/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:239;a:2:{s:9:\"file_path\";s:48:\"var/langs/uk/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:240;a:2:{s:9:\"file_path\";s:48:\"var/langs/vi/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:241;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:242;a:2:{s:9:\"file_path\";s:33:\"var/langs/da/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:243;a:2:{s:9:\"file_path\";s:33:\"var/langs/de/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:244;a:2:{s:9:\"file_path\";s:33:\"var/langs/el/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:245;a:2:{s:9:\"file_path\";s:33:\"var/langs/en/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:246;a:2:{s:9:\"file_path\";s:33:\"var/langs/es/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:247;a:2:{s:9:\"file_path\";s:33:\"var/langs/fr/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:248;a:2:{s:9:\"file_path\";s:33:\"var/langs/he/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:249;a:2:{s:9:\"file_path\";s:33:\"var/langs/id/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:250;a:2:{s:9:\"file_path\";s:33:\"var/langs/it/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:251;a:2:{s:9:\"file_path\";s:33:\"var/langs/ja/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:252;a:2:{s:9:\"file_path\";s:33:\"var/langs/nl/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:253;a:2:{s:9:\"file_path\";s:33:\"var/langs/no/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:254;a:2:{s:9:\"file_path\";s:33:\"var/langs/pl/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:255;a:2:{s:9:\"file_path\";s:33:\"var/langs/ru/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:256;a:2:{s:9:\"file_path\";s:33:\"var/langs/tr/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:257;a:2:{s:9:\"file_path\";s:33:\"var/langs/uk/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:258;a:2:{s:9:\"file_path\";s:33:\"var/langs/vi/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:259;a:2:{s:9:\"file_path\";s:28:\"var/langs/ar/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:260;a:2:{s:9:\"file_path\";s:28:\"var/langs/da/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:261;a:2:{s:9:\"file_path\";s:28:\"var/langs/de/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:262;a:2:{s:9:\"file_path\";s:28:\"var/langs/el/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:263;a:2:{s:9:\"file_path\";s:28:\"var/langs/en/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:264;a:2:{s:9:\"file_path\";s:28:\"var/langs/es/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:265;a:2:{s:9:\"file_path\";s:28:\"var/langs/fr/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:266;a:2:{s:9:\"file_path\";s:28:\"var/langs/he/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:267;a:2:{s:9:\"file_path\";s:28:\"var/langs/id/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:268;a:2:{s:9:\"file_path\";s:28:\"var/langs/it/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:269;a:2:{s:9:\"file_path\";s:28:\"var/langs/ja/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:270;a:2:{s:9:\"file_path\";s:28:\"var/langs/nl/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:271;a:2:{s:9:\"file_path\";s:28:\"var/langs/no/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:272;a:2:{s:9:\"file_path\";s:28:\"var/langs/pl/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:273;a:2:{s:9:\"file_path\";s:28:\"var/langs/ru/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:274;a:2:{s:9:\"file_path\";s:28:\"var/langs/tr/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:275;a:2:{s:9:\"file_path\";s:28:\"var/langs/uk/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:276;a:2:{s:9:\"file_path\";s:28:\"var/langs/vi/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:277;a:2:{s:9:\"file_path\";s:37:\"var/langs/ar/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:278;a:2:{s:9:\"file_path\";s:37:\"var/langs/da/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:279;a:2:{s:9:\"file_path\";s:37:\"var/langs/de/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:280;a:2:{s:9:\"file_path\";s:37:\"var/langs/el/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:281;a:2:{s:9:\"file_path\";s:37:\"var/langs/es/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:282;a:2:{s:9:\"file_path\";s:37:\"var/langs/fr/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:283;a:2:{s:9:\"file_path\";s:37:\"var/langs/he/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:284;a:2:{s:9:\"file_path\";s:37:\"var/langs/id/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:285;a:2:{s:9:\"file_path\";s:37:\"var/langs/it/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:286;a:2:{s:9:\"file_path\";s:37:\"var/langs/ja/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:287;a:2:{s:9:\"file_path\";s:37:\"var/langs/nl/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:288;a:2:{s:9:\"file_path\";s:37:\"var/langs/no/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:289;a:2:{s:9:\"file_path\";s:37:\"var/langs/pl/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:290;a:2:{s:9:\"file_path\";s:37:\"var/langs/ru/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:291;a:2:{s:9:\"file_path\";s:37:\"var/langs/tr/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:292;a:2:{s:9:\"file_path\";s:37:\"var/langs/uk/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:293;a:2:{s:9:\"file_path\";s:37:\"var/langs/vi/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:294;a:2:{s:9:\"file_path\";s:27:\"var/langs/ar/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:295;a:2:{s:9:\"file_path\";s:27:\"var/langs/da/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:296;a:2:{s:9:\"file_path\";s:27:\"var/langs/de/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:297;a:2:{s:9:\"file_path\";s:27:\"var/langs/el/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:298;a:2:{s:9:\"file_path\";s:27:\"var/langs/es/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:299;a:2:{s:9:\"file_path\";s:27:\"var/langs/fr/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:300;a:2:{s:9:\"file_path\";s:27:\"var/langs/he/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:301;a:2:{s:9:\"file_path\";s:27:\"var/langs/id/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:302;a:2:{s:9:\"file_path\";s:27:\"var/langs/it/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:303;a:2:{s:9:\"file_path\";s:27:\"var/langs/ja/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:304;a:2:{s:9:\"file_path\";s:27:\"var/langs/nl/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:305;a:2:{s:9:\"file_path\";s:27:\"var/langs/no/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:306;a:2:{s:9:\"file_path\";s:27:\"var/langs/pl/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:307;a:2:{s:9:\"file_path\";s:27:\"var/langs/ru/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:308;a:2:{s:9:\"file_path\";s:27:\"var/langs/tr/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:309;a:2:{s:9:\"file_path\";s:27:\"var/langs/uk/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:310;a:2:{s:9:\"file_path\";s:27:\"var/langs/vi/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:311;a:2:{s:9:\"file_path\";s:40:\"var/langs/ar/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:312;a:2:{s:9:\"file_path\";s:40:\"var/langs/da/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:313;a:2:{s:9:\"file_path\";s:40:\"var/langs/de/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:314;a:2:{s:9:\"file_path\";s:40:\"var/langs/el/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:315;a:2:{s:9:\"file_path\";s:40:\"var/langs/es/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:316;a:2:{s:9:\"file_path\";s:40:\"var/langs/fr/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:317;a:2:{s:9:\"file_path\";s:40:\"var/langs/he/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:318;a:2:{s:9:\"file_path\";s:40:\"var/langs/id/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:319;a:2:{s:9:\"file_path\";s:40:\"var/langs/it/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:320;a:2:{s:9:\"file_path\";s:40:\"var/langs/ja/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:321;a:2:{s:9:\"file_path\";s:40:\"var/langs/nl/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:322;a:2:{s:9:\"file_path\";s:40:\"var/langs/no/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:323;a:2:{s:9:\"file_path\";s:40:\"var/langs/pl/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:324;a:2:{s:9:\"file_path\";s:40:\"var/langs/ru/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:325;a:2:{s:9:\"file_path\";s:40:\"var/langs/tr/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:326;a:2:{s:9:\"file_path\";s:40:\"var/langs/uk/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:327;a:2:{s:9:\"file_path\";s:40:\"var/langs/vi/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:328;a:2:{s:9:\"file_path\";s:44:\"var/langs/ar/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:329;a:2:{s:9:\"file_path\";s:44:\"var/langs/da/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:330;a:2:{s:9:\"file_path\";s:44:\"var/langs/de/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:331;a:2:{s:9:\"file_path\";s:44:\"var/langs/el/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:332;a:2:{s:9:\"file_path\";s:44:\"var/langs/es/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:333;a:2:{s:9:\"file_path\";s:44:\"var/langs/fr/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:334;a:2:{s:9:\"file_path\";s:44:\"var/langs/he/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:335;a:2:{s:9:\"file_path\";s:44:\"var/langs/id/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:336;a:2:{s:9:\"file_path\";s:44:\"var/langs/it/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:337;a:2:{s:9:\"file_path\";s:44:\"var/langs/ja/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:338;a:2:{s:9:\"file_path\";s:44:\"var/langs/nl/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:339;a:2:{s:9:\"file_path\";s:44:\"var/langs/no/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:340;a:2:{s:9:\"file_path\";s:44:\"var/langs/pl/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:341;a:2:{s:9:\"file_path\";s:44:\"var/langs/ru/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:342;a:2:{s:9:\"file_path\";s:44:\"var/langs/tr/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:343;a:2:{s:9:\"file_path\";s:44:\"var/langs/uk/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:344;a:2:{s:9:\"file_path\";s:44:\"var/langs/vi/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:345;a:2:{s:9:\"file_path\";s:41:\"var/langs/ar/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:346;a:2:{s:9:\"file_path\";s:41:\"var/langs/da/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:347;a:2:{s:9:\"file_path\";s:41:\"var/langs/de/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:348;a:2:{s:9:\"file_path\";s:41:\"var/langs/el/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:349;a:2:{s:9:\"file_path\";s:41:\"var/langs/es/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:350;a:2:{s:9:\"file_path\";s:41:\"var/langs/fr/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:351;a:2:{s:9:\"file_path\";s:41:\"var/langs/he/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:352;a:2:{s:9:\"file_path\";s:41:\"var/langs/id/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:353;a:2:{s:9:\"file_path\";s:41:\"var/langs/it/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:354;a:2:{s:9:\"file_path\";s:41:\"var/langs/ja/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:355;a:2:{s:9:\"file_path\";s:41:\"var/langs/nl/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:356;a:2:{s:9:\"file_path\";s:41:\"var/langs/no/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:357;a:2:{s:9:\"file_path\";s:41:\"var/langs/pl/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:358;a:2:{s:9:\"file_path\";s:41:\"var/langs/ru/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:359;a:2:{s:9:\"file_path\";s:41:\"var/langs/tr/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:360;a:2:{s:9:\"file_path\";s:41:\"var/langs/uk/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:361;a:2:{s:9:\"file_path\";s:41:\"var/langs/vi/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:362;a:2:{s:9:\"file_path\";s:35:\"var/langs/ar/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:363;a:2:{s:9:\"file_path\";s:35:\"var/langs/da/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:364;a:2:{s:9:\"file_path\";s:35:\"var/langs/de/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:365;a:2:{s:9:\"file_path\";s:35:\"var/langs/el/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:366;a:2:{s:9:\"file_path\";s:35:\"var/langs/es/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:367;a:2:{s:9:\"file_path\";s:35:\"var/langs/fr/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:368;a:2:{s:9:\"file_path\";s:35:\"var/langs/he/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:369;a:2:{s:9:\"file_path\";s:35:\"var/langs/id/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:370;a:2:{s:9:\"file_path\";s:35:\"var/langs/it/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:371;a:2:{s:9:\"file_path\";s:35:\"var/langs/ja/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:372;a:2:{s:9:\"file_path\";s:35:\"var/langs/nl/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:373;a:2:{s:9:\"file_path\";s:35:\"var/langs/no/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:374;a:2:{s:9:\"file_path\";s:35:\"var/langs/pl/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:375;a:2:{s:9:\"file_path\";s:35:\"var/langs/ru/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:376;a:2:{s:9:\"file_path\";s:35:\"var/langs/tr/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:377;a:2:{s:9:\"file_path\";s:35:\"var/langs/uk/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:378;a:2:{s:9:\"file_path\";s:35:\"var/langs/vi/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:379;a:2:{s:9:\"file_path\";s:39:\"var/langs/ar/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:380;a:2:{s:9:\"file_path\";s:39:\"var/langs/da/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:381;a:2:{s:9:\"file_path\";s:39:\"var/langs/de/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:382;a:2:{s:9:\"file_path\";s:39:\"var/langs/el/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:383;a:2:{s:9:\"file_path\";s:39:\"var/langs/es/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:384;a:2:{s:9:\"file_path\";s:39:\"var/langs/fr/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:385;a:2:{s:9:\"file_path\";s:39:\"var/langs/he/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:386;a:2:{s:9:\"file_path\";s:39:\"var/langs/id/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:387;a:2:{s:9:\"file_path\";s:39:\"var/langs/it/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:388;a:2:{s:9:\"file_path\";s:39:\"var/langs/ja/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:389;a:2:{s:9:\"file_path\";s:39:\"var/langs/nl/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:390;a:2:{s:9:\"file_path\";s:39:\"var/langs/no/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:391;a:2:{s:9:\"file_path\";s:39:\"var/langs/pl/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:392;a:2:{s:9:\"file_path\";s:39:\"var/langs/ru/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:393;a:2:{s:9:\"file_path\";s:39:\"var/langs/tr/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:394;a:2:{s:9:\"file_path\";s:39:\"var/langs/uk/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:395;a:2:{s:9:\"file_path\";s:39:\"var/langs/vi/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:396;a:2:{s:9:\"file_path\";s:40:\"var/langs/ar/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:397;a:2:{s:9:\"file_path\";s:40:\"var/langs/da/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:398;a:2:{s:9:\"file_path\";s:40:\"var/langs/de/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:399;a:2:{s:9:\"file_path\";s:40:\"var/langs/el/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:400;a:2:{s:9:\"file_path\";s:40:\"var/langs/es/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:401;a:2:{s:9:\"file_path\";s:40:\"var/langs/fr/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:402;a:2:{s:9:\"file_path\";s:40:\"var/langs/he/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:403;a:2:{s:9:\"file_path\";s:40:\"var/langs/id/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:404;a:2:{s:9:\"file_path\";s:40:\"var/langs/it/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:405;a:2:{s:9:\"file_path\";s:40:\"var/langs/ja/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:406;a:2:{s:9:\"file_path\";s:40:\"var/langs/nl/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:407;a:2:{s:9:\"file_path\";s:40:\"var/langs/no/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:408;a:2:{s:9:\"file_path\";s:40:\"var/langs/pl/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:409;a:2:{s:9:\"file_path\";s:40:\"var/langs/ru/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:410;a:2:{s:9:\"file_path\";s:40:\"var/langs/tr/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:411;a:2:{s:9:\"file_path\";s:40:\"var/langs/uk/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:412;a:2:{s:9:\"file_path\";s:40:\"var/langs/vi/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:413;a:2:{s:9:\"file_path\";s:35:\"var/langs/ar/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:414;a:2:{s:9:\"file_path\";s:35:\"var/langs/da/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:415;a:2:{s:9:\"file_path\";s:35:\"var/langs/de/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:416;a:2:{s:9:\"file_path\";s:35:\"var/langs/el/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:417;a:2:{s:9:\"file_path\";s:35:\"var/langs/es/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:418;a:2:{s:9:\"file_path\";s:35:\"var/langs/fr/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:419;a:2:{s:9:\"file_path\";s:35:\"var/langs/he/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:420;a:2:{s:9:\"file_path\";s:35:\"var/langs/id/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:421;a:2:{s:9:\"file_path\";s:35:\"var/langs/it/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:422;a:2:{s:9:\"file_path\";s:35:\"var/langs/ja/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:423;a:2:{s:9:\"file_path\";s:35:\"var/langs/nl/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:424;a:2:{s:9:\"file_path\";s:35:\"var/langs/no/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:425;a:2:{s:9:\"file_path\";s:35:\"var/langs/pl/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:426;a:2:{s:9:\"file_path\";s:35:\"var/langs/ru/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:427;a:2:{s:9:\"file_path\";s:35:\"var/langs/tr/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:428;a:2:{s:9:\"file_path\";s:35:\"var/langs/uk/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:429;a:2:{s:9:\"file_path\";s:35:\"var/langs/vi/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:430;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:431;a:2:{s:9:\"file_path\";s:33:\"var/langs/da/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:432;a:2:{s:9:\"file_path\";s:33:\"var/langs/de/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:433;a:2:{s:9:\"file_path\";s:33:\"var/langs/el/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:434;a:2:{s:9:\"file_path\";s:33:\"var/langs/es/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:435;a:2:{s:9:\"file_path\";s:33:\"var/langs/fr/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:436;a:2:{s:9:\"file_path\";s:33:\"var/langs/he/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:437;a:2:{s:9:\"file_path\";s:33:\"var/langs/id/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:438;a:2:{s:9:\"file_path\";s:33:\"var/langs/it/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:439;a:2:{s:9:\"file_path\";s:33:\"var/langs/ja/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:440;a:2:{s:9:\"file_path\";s:33:\"var/langs/nl/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:441;a:2:{s:9:\"file_path\";s:33:\"var/langs/no/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:442;a:2:{s:9:\"file_path\";s:33:\"var/langs/pl/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:443;a:2:{s:9:\"file_path\";s:33:\"var/langs/ru/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:444;a:2:{s:9:\"file_path\";s:33:\"var/langs/tr/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:445;a:2:{s:9:\"file_path\";s:33:\"var/langs/uk/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:446;a:2:{s:9:\"file_path\";s:33:\"var/langs/vi/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:447;a:2:{s:9:\"file_path\";s:31:\"var/langs/ar/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:448;a:2:{s:9:\"file_path\";s:31:\"var/langs/da/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:449;a:2:{s:9:\"file_path\";s:31:\"var/langs/de/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:450;a:2:{s:9:\"file_path\";s:31:\"var/langs/el/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:451;a:2:{s:9:\"file_path\";s:31:\"var/langs/es/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:452;a:2:{s:9:\"file_path\";s:31:\"var/langs/fr/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:453;a:2:{s:9:\"file_path\";s:31:\"var/langs/he/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:454;a:2:{s:9:\"file_path\";s:31:\"var/langs/id/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:455;a:2:{s:9:\"file_path\";s:31:\"var/langs/it/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:456;a:2:{s:9:\"file_path\";s:31:\"var/langs/ja/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:457;a:2:{s:9:\"file_path\";s:31:\"var/langs/nl/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:458;a:2:{s:9:\"file_path\";s:31:\"var/langs/no/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:459;a:2:{s:9:\"file_path\";s:31:\"var/langs/pl/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:460;a:2:{s:9:\"file_path\";s:31:\"var/langs/ru/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:461;a:2:{s:9:\"file_path\";s:31:\"var/langs/tr/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:462;a:2:{s:9:\"file_path\";s:31:\"var/langs/uk/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:463;a:2:{s:9:\"file_path\";s:31:\"var/langs/vi/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:464;a:2:{s:9:\"file_path\";s:26:\"var/langs/ar/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:465;a:2:{s:9:\"file_path\";s:26:\"var/langs/da/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:466;a:2:{s:9:\"file_path\";s:26:\"var/langs/de/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:467;a:2:{s:9:\"file_path\";s:26:\"var/langs/el/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:468;a:2:{s:9:\"file_path\";s:26:\"var/langs/es/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:469;a:2:{s:9:\"file_path\";s:26:\"var/langs/fr/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:470;a:2:{s:9:\"file_path\";s:26:\"var/langs/he/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:471;a:2:{s:9:\"file_path\";s:26:\"var/langs/id/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:472;a:2:{s:9:\"file_path\";s:26:\"var/langs/it/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:473;a:2:{s:9:\"file_path\";s:26:\"var/langs/ja/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:474;a:2:{s:9:\"file_path\";s:26:\"var/langs/nl/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:475;a:2:{s:9:\"file_path\";s:26:\"var/langs/no/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:476;a:2:{s:9:\"file_path\";s:26:\"var/langs/pl/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:477;a:2:{s:9:\"file_path\";s:26:\"var/langs/ru/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:478;a:2:{s:9:\"file_path\";s:26:\"var/langs/tr/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:479;a:2:{s:9:\"file_path\";s:26:\"var/langs/uk/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:480;a:2:{s:9:\"file_path\";s:26:\"var/langs/vi/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:481;a:2:{s:9:\"file_path\";s:34:\"var/langs/ar/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:482;a:2:{s:9:\"file_path\";s:34:\"var/langs/da/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:483;a:2:{s:9:\"file_path\";s:34:\"var/langs/de/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:484;a:2:{s:9:\"file_path\";s:34:\"var/langs/el/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:485;a:2:{s:9:\"file_path\";s:34:\"var/langs/es/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:486;a:2:{s:9:\"file_path\";s:34:\"var/langs/fr/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:487;a:2:{s:9:\"file_path\";s:34:\"var/langs/he/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:488;a:2:{s:9:\"file_path\";s:34:\"var/langs/id/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:489;a:2:{s:9:\"file_path\";s:34:\"var/langs/it/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:490;a:2:{s:9:\"file_path\";s:34:\"var/langs/ja/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:491;a:2:{s:9:\"file_path\";s:34:\"var/langs/nl/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:492;a:2:{s:9:\"file_path\";s:34:\"var/langs/no/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:493;a:2:{s:9:\"file_path\";s:34:\"var/langs/pl/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:494;a:2:{s:9:\"file_path\";s:34:\"var/langs/ru/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:495;a:2:{s:9:\"file_path\";s:34:\"var/langs/tr/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:496;a:2:{s:9:\"file_path\";s:34:\"var/langs/uk/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:497;a:2:{s:9:\"file_path\";s:34:\"var/langs/vi/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:498;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:499;a:2:{s:9:\"file_path\";s:33:\"var/langs/da/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:500;a:2:{s:9:\"file_path\";s:33:\"var/langs/de/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:501;a:2:{s:9:\"file_path\";s:33:\"var/langs/el/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:502;a:2:{s:9:\"file_path\";s:33:\"var/langs/es/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:503;a:2:{s:9:\"file_path\";s:33:\"var/langs/fr/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:504;a:2:{s:9:\"file_path\";s:33:\"var/langs/he/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:505;a:2:{s:9:\"file_path\";s:33:\"var/langs/id/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:506;a:2:{s:9:\"file_path\";s:33:\"var/langs/it/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:507;a:2:{s:9:\"file_path\";s:33:\"var/langs/ja/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:508;a:2:{s:9:\"file_path\";s:33:\"var/langs/nl/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:509;a:2:{s:9:\"file_path\";s:33:\"var/langs/no/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:510;a:2:{s:9:\"file_path\";s:33:\"var/langs/pl/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:511;a:2:{s:9:\"file_path\";s:33:\"var/langs/ru/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:512;a:2:{s:9:\"file_path\";s:33:\"var/langs/tr/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:513;a:2:{s:9:\"file_path\";s:33:\"var/langs/uk/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:514;a:2:{s:9:\"file_path\";s:33:\"var/langs/vi/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:515;a:2:{s:9:\"file_path\";s:42:\"var/langs/ar/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:516;a:2:{s:9:\"file_path\";s:42:\"var/langs/ar/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:517;a:2:{s:9:\"file_path\";s:42:\"var/langs/da/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:518;a:2:{s:9:\"file_path\";s:42:\"var/langs/de/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:519;a:2:{s:9:\"file_path\";s:42:\"var/langs/el/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:520;a:2:{s:9:\"file_path\";s:42:\"var/langs/es/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:521;a:2:{s:9:\"file_path\";s:42:\"var/langs/fr/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:522;a:2:{s:9:\"file_path\";s:42:\"var/langs/he/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:523;a:2:{s:9:\"file_path\";s:42:\"var/langs/id/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:524;a:2:{s:9:\"file_path\";s:42:\"var/langs/it/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:525;a:2:{s:9:\"file_path\";s:42:\"var/langs/ja/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:526;a:2:{s:9:\"file_path\";s:42:\"var/langs/nl/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:527;a:2:{s:9:\"file_path\";s:42:\"var/langs/no/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:528;a:2:{s:9:\"file_path\";s:42:\"var/langs/pl/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:529;a:2:{s:9:\"file_path\";s:42:\"var/langs/ru/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:530;a:2:{s:9:\"file_path\";s:42:\"var/langs/tr/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:531;a:2:{s:9:\"file_path\";s:42:\"var/langs/uk/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:532;a:2:{s:9:\"file_path\";s:42:\"var/langs/vi/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:533;a:2:{s:9:\"file_path\";s:39:\"var/langs/ar/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:534;a:2:{s:9:\"file_path\";s:39:\"var/langs/da/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:535;a:2:{s:9:\"file_path\";s:39:\"var/langs/de/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:536;a:2:{s:9:\"file_path\";s:39:\"var/langs/el/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:537;a:2:{s:9:\"file_path\";s:39:\"var/langs/es/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:538;a:2:{s:9:\"file_path\";s:39:\"var/langs/fr/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:539;a:2:{s:9:\"file_path\";s:39:\"var/langs/he/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:540;a:2:{s:9:\"file_path\";s:39:\"var/langs/id/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:541;a:2:{s:9:\"file_path\";s:39:\"var/langs/it/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:542;a:2:{s:9:\"file_path\";s:39:\"var/langs/ja/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:543;a:2:{s:9:\"file_path\";s:39:\"var/langs/nl/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:544;a:2:{s:9:\"file_path\";s:39:\"var/langs/no/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:545;a:2:{s:9:\"file_path\";s:39:\"var/langs/pl/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:546;a:2:{s:9:\"file_path\";s:39:\"var/langs/ru/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:547;a:2:{s:9:\"file_path\";s:39:\"var/langs/tr/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:548;a:2:{s:9:\"file_path\";s:39:\"var/langs/uk/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:549;a:2:{s:9:\"file_path\";s:39:\"var/langs/vi/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:550;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:551;a:2:{s:9:\"file_path\";s:33:\"var/langs/da/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:552;a:2:{s:9:\"file_path\";s:33:\"var/langs/de/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:553;a:2:{s:9:\"file_path\";s:33:\"var/langs/el/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:554;a:2:{s:9:\"file_path\";s:33:\"var/langs/es/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:555;a:2:{s:9:\"file_path\";s:33:\"var/langs/fr/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:556;a:2:{s:9:\"file_path\";s:33:\"var/langs/he/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:557;a:2:{s:9:\"file_path\";s:33:\"var/langs/id/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:558;a:2:{s:9:\"file_path\";s:33:\"var/langs/it/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:559;a:2:{s:9:\"file_path\";s:33:\"var/langs/ja/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:560;a:2:{s:9:\"file_path\";s:33:\"var/langs/nl/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:561;a:2:{s:9:\"file_path\";s:33:\"var/langs/no/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:562;a:2:{s:9:\"file_path\";s:33:\"var/langs/pl/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:563;a:2:{s:9:\"file_path\";s:33:\"var/langs/ru/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:564;a:2:{s:9:\"file_path\";s:33:\"var/langs/tr/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:565;a:2:{s:9:\"file_path\";s:33:\"var/langs/uk/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:566;a:2:{s:9:\"file_path\";s:33:\"var/langs/vi/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:567;a:2:{s:9:\"file_path\";s:42:\"var/langs/ar/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:568;a:2:{s:9:\"file_path\";s:42:\"var/langs/da/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:569;a:2:{s:9:\"file_path\";s:42:\"var/langs/de/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:570;a:2:{s:9:\"file_path\";s:42:\"var/langs/el/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:571;a:2:{s:9:\"file_path\";s:42:\"var/langs/es/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:572;a:2:{s:9:\"file_path\";s:42:\"var/langs/fr/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:573;a:2:{s:9:\"file_path\";s:42:\"var/langs/he/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:574;a:2:{s:9:\"file_path\";s:42:\"var/langs/id/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:575;a:2:{s:9:\"file_path\";s:42:\"var/langs/it/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:576;a:2:{s:9:\"file_path\";s:42:\"var/langs/ja/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:577;a:2:{s:9:\"file_path\";s:42:\"var/langs/nl/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:578;a:2:{s:9:\"file_path\";s:42:\"var/langs/no/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:579;a:2:{s:9:\"file_path\";s:42:\"var/langs/pl/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:580;a:2:{s:9:\"file_path\";s:42:\"var/langs/ru/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:581;a:2:{s:9:\"file_path\";s:42:\"var/langs/tr/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:582;a:2:{s:9:\"file_path\";s:42:\"var/langs/uk/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:583;a:2:{s:9:\"file_path\";s:42:\"var/langs/vi/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:584;a:2:{s:9:\"file_path\";s:30:\"var/langs/ar/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:585;a:2:{s:9:\"file_path\";s:30:\"var/langs/da/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:586;a:2:{s:9:\"file_path\";s:30:\"var/langs/de/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:587;a:2:{s:9:\"file_path\";s:30:\"var/langs/el/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:588;a:2:{s:9:\"file_path\";s:30:\"var/langs/es/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:589;a:2:{s:9:\"file_path\";s:30:\"var/langs/fr/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:590;a:2:{s:9:\"file_path\";s:30:\"var/langs/he/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:591;a:2:{s:9:\"file_path\";s:30:\"var/langs/id/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:592;a:2:{s:9:\"file_path\";s:30:\"var/langs/it/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:593;a:2:{s:9:\"file_path\";s:30:\"var/langs/ja/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:594;a:2:{s:9:\"file_path\";s:30:\"var/langs/nl/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:595;a:2:{s:9:\"file_path\";s:30:\"var/langs/no/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:596;a:2:{s:9:\"file_path\";s:30:\"var/langs/pl/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:597;a:2:{s:9:\"file_path\";s:30:\"var/langs/ru/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:598;a:2:{s:9:\"file_path\";s:30:\"var/langs/tr/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:599;a:2:{s:9:\"file_path\";s:30:\"var/langs/uk/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:600;a:2:{s:9:\"file_path\";s:30:\"var/langs/vi/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:601;a:2:{s:9:\"file_path\";s:30:\"var/langs/ar/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:602;a:2:{s:9:\"file_path\";s:30:\"var/langs/da/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:603;a:2:{s:9:\"file_path\";s:30:\"var/langs/de/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:604;a:2:{s:9:\"file_path\";s:30:\"var/langs/el/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:605;a:2:{s:9:\"file_path\";s:30:\"var/langs/es/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:606;a:2:{s:9:\"file_path\";s:30:\"var/langs/fr/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:607;a:2:{s:9:\"file_path\";s:30:\"var/langs/he/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:608;a:2:{s:9:\"file_path\";s:30:\"var/langs/id/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:609;a:2:{s:9:\"file_path\";s:30:\"var/langs/it/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:610;a:2:{s:9:\"file_path\";s:30:\"var/langs/ja/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:611;a:2:{s:9:\"file_path\";s:30:\"var/langs/nl/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:612;a:2:{s:9:\"file_path\";s:30:\"var/langs/no/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:613;a:2:{s:9:\"file_path\";s:30:\"var/langs/pl/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:614;a:2:{s:9:\"file_path\";s:30:\"var/langs/ru/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:615;a:2:{s:9:\"file_path\";s:30:\"var/langs/tr/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:616;a:2:{s:9:\"file_path\";s:30:\"var/langs/uk/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:617;a:2:{s:9:\"file_path\";s:30:\"var/langs/vi/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:618;a:2:{s:9:\"file_path\";s:34:\"var/langs/ar/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:619;a:2:{s:9:\"file_path\";s:34:\"var/langs/da/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:620;a:2:{s:9:\"file_path\";s:34:\"var/langs/de/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:621;a:2:{s:9:\"file_path\";s:34:\"var/langs/el/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:622;a:2:{s:9:\"file_path\";s:34:\"var/langs/es/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:623;a:2:{s:9:\"file_path\";s:34:\"var/langs/fr/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:624;a:2:{s:9:\"file_path\";s:34:\"var/langs/he/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:625;a:2:{s:9:\"file_path\";s:34:\"var/langs/id/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:626;a:2:{s:9:\"file_path\";s:34:\"var/langs/it/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:627;a:2:{s:9:\"file_path\";s:34:\"var/langs/ja/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:628;a:2:{s:9:\"file_path\";s:34:\"var/langs/nl/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:629;a:2:{s:9:\"file_path\";s:34:\"var/langs/no/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:630;a:2:{s:9:\"file_path\";s:34:\"var/langs/pl/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:631;a:2:{s:9:\"file_path\";s:34:\"var/langs/ru/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:632;a:2:{s:9:\"file_path\";s:34:\"var/langs/tr/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:633;a:2:{s:9:\"file_path\";s:34:\"var/langs/uk/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:634;a:2:{s:9:\"file_path\";s:34:\"var/langs/vi/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:635;a:2:{s:9:\"file_path\";s:27:\"var/langs/ar/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:636;a:2:{s:9:\"file_path\";s:27:\"var/langs/da/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:637;a:2:{s:9:\"file_path\";s:27:\"var/langs/de/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:638;a:2:{s:9:\"file_path\";s:27:\"var/langs/el/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:639;a:2:{s:9:\"file_path\";s:27:\"var/langs/es/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:640;a:2:{s:9:\"file_path\";s:27:\"var/langs/fr/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:641;a:2:{s:9:\"file_path\";s:27:\"var/langs/he/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:642;a:2:{s:9:\"file_path\";s:27:\"var/langs/id/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:643;a:2:{s:9:\"file_path\";s:27:\"var/langs/it/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:644;a:2:{s:9:\"file_path\";s:27:\"var/langs/ja/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:645;a:2:{s:9:\"file_path\";s:27:\"var/langs/nl/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:646;a:2:{s:9:\"file_path\";s:27:\"var/langs/no/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:647;a:2:{s:9:\"file_path\";s:27:\"var/langs/pl/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:648;a:2:{s:9:\"file_path\";s:27:\"var/langs/ru/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:649;a:2:{s:9:\"file_path\";s:27:\"var/langs/tr/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:650;a:2:{s:9:\"file_path\";s:27:\"var/langs/uk/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:651;a:2:{s:9:\"file_path\";s:27:\"var/langs/vi/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:652;a:2:{s:9:\"file_path\";s:35:\"var/langs/ar/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:653;a:2:{s:9:\"file_path\";s:35:\"var/langs/da/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:654;a:2:{s:9:\"file_path\";s:35:\"var/langs/de/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:655;a:2:{s:9:\"file_path\";s:35:\"var/langs/el/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:656;a:2:{s:9:\"file_path\";s:35:\"var/langs/es/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:657;a:2:{s:9:\"file_path\";s:35:\"var/langs/fr/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:658;a:2:{s:9:\"file_path\";s:35:\"var/langs/he/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:659;a:2:{s:9:\"file_path\";s:35:\"var/langs/id/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:660;a:2:{s:9:\"file_path\";s:35:\"var/langs/it/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:661;a:2:{s:9:\"file_path\";s:35:\"var/langs/ja/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:662;a:2:{s:9:\"file_path\";s:35:\"var/langs/nl/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:663;a:2:{s:9:\"file_path\";s:35:\"var/langs/no/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:664;a:2:{s:9:\"file_path\";s:35:\"var/langs/pl/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:665;a:2:{s:9:\"file_path\";s:35:\"var/langs/ru/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:666;a:2:{s:9:\"file_path\";s:35:\"var/langs/tr/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:667;a:2:{s:9:\"file_path\";s:35:\"var/langs/uk/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:668;a:2:{s:9:\"file_path\";s:35:\"var/langs/vi/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:669;a:2:{s:9:\"file_path\";s:36:\"var/langs/ar/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:670;a:2:{s:9:\"file_path\";s:36:\"var/langs/da/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:671;a:2:{s:9:\"file_path\";s:36:\"var/langs/de/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:672;a:2:{s:9:\"file_path\";s:36:\"var/langs/el/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:673;a:2:{s:9:\"file_path\";s:36:\"var/langs/en/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:674;a:2:{s:9:\"file_path\";s:36:\"var/langs/es/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:675;a:2:{s:9:\"file_path\";s:36:\"var/langs/fr/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:676;a:2:{s:9:\"file_path\";s:36:\"var/langs/he/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:677;a:2:{s:9:\"file_path\";s:36:\"var/langs/id/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:678;a:2:{s:9:\"file_path\";s:36:\"var/langs/it/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:679;a:2:{s:9:\"file_path\";s:36:\"var/langs/ja/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:680;a:2:{s:9:\"file_path\";s:36:\"var/langs/nl/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:681;a:2:{s:9:\"file_path\";s:36:\"var/langs/no/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:682;a:2:{s:9:\"file_path\";s:36:\"var/langs/pl/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:683;a:2:{s:9:\"file_path\";s:36:\"var/langs/ru/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:684;a:2:{s:9:\"file_path\";s:36:\"var/langs/tr/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:685;a:2:{s:9:\"file_path\";s:36:\"var/langs/uk/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:686;a:2:{s:9:\"file_path\";s:36:\"var/langs/vi/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:687;a:2:{s:9:\"file_path\";s:35:\"var/langs/ar/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:688;a:2:{s:9:\"file_path\";s:35:\"var/langs/da/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:689;a:2:{s:9:\"file_path\";s:35:\"var/langs/de/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:690;a:2:{s:9:\"file_path\";s:35:\"var/langs/el/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:691;a:2:{s:9:\"file_path\";s:35:\"var/langs/es/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:692;a:2:{s:9:\"file_path\";s:35:\"var/langs/fr/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:693;a:2:{s:9:\"file_path\";s:35:\"var/langs/he/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:694;a:2:{s:9:\"file_path\";s:35:\"var/langs/id/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:695;a:2:{s:9:\"file_path\";s:35:\"var/langs/it/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:696;a:2:{s:9:\"file_path\";s:35:\"var/langs/ja/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:697;a:2:{s:9:\"file_path\";s:35:\"var/langs/nl/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:698;a:2:{s:9:\"file_path\";s:35:\"var/langs/no/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:699;a:2:{s:9:\"file_path\";s:35:\"var/langs/pl/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:700;a:2:{s:9:\"file_path\";s:35:\"var/langs/ru/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:701;a:2:{s:9:\"file_path\";s:35:\"var/langs/tr/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:702;a:2:{s:9:\"file_path\";s:35:\"var/langs/uk/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:703;a:2:{s:9:\"file_path\";s:35:\"var/langs/vi/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:704;a:2:{s:9:\"file_path\";s:44:\"var/langs/ar/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:705;a:2:{s:9:\"file_path\";s:44:\"var/langs/da/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:706;a:2:{s:9:\"file_path\";s:44:\"var/langs/de/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:707;a:2:{s:9:\"file_path\";s:44:\"var/langs/el/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:708;a:2:{s:9:\"file_path\";s:44:\"var/langs/es/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:709;a:2:{s:9:\"file_path\";s:44:\"var/langs/fr/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:710;a:2:{s:9:\"file_path\";s:44:\"var/langs/he/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:711;a:2:{s:9:\"file_path\";s:44:\"var/langs/id/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:712;a:2:{s:9:\"file_path\";s:44:\"var/langs/it/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:713;a:2:{s:9:\"file_path\";s:44:\"var/langs/ja/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:714;a:2:{s:9:\"file_path\";s:44:\"var/langs/nl/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:715;a:2:{s:9:\"file_path\";s:44:\"var/langs/no/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:716;a:2:{s:9:\"file_path\";s:44:\"var/langs/pl/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:717;a:2:{s:9:\"file_path\";s:44:\"var/langs/ru/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:718;a:2:{s:9:\"file_path\";s:44:\"var/langs/tr/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:719;a:2:{s:9:\"file_path\";s:44:\"var/langs/uk/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:720;a:2:{s:9:\"file_path\";s:44:\"var/langs/vi/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:721;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:722;a:2:{s:9:\"file_path\";s:33:\"var/langs/da/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:723;a:2:{s:9:\"file_path\";s:33:\"var/langs/de/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:724;a:2:{s:9:\"file_path\";s:33:\"var/langs/el/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:725;a:2:{s:9:\"file_path\";s:33:\"var/langs/es/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:726;a:2:{s:9:\"file_path\";s:33:\"var/langs/fr/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:727;a:2:{s:9:\"file_path\";s:33:\"var/langs/he/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:728;a:2:{s:9:\"file_path\";s:33:\"var/langs/id/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:729;a:2:{s:9:\"file_path\";s:33:\"var/langs/it/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:730;a:2:{s:9:\"file_path\";s:33:\"var/langs/ja/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:731;a:2:{s:9:\"file_path\";s:33:\"var/langs/nl/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:732;a:2:{s:9:\"file_path\";s:33:\"var/langs/no/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:733;a:2:{s:9:\"file_path\";s:33:\"var/langs/pl/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:734;a:2:{s:9:\"file_path\";s:33:\"var/langs/ru/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:735;a:2:{s:9:\"file_path\";s:33:\"var/langs/tr/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:736;a:2:{s:9:\"file_path\";s:33:\"var/langs/uk/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:737;a:2:{s:9:\"file_path\";s:33:\"var/langs/vi/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:738;a:2:{s:9:\"file_path\";s:38:\"var/langs/ar/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:739;a:2:{s:9:\"file_path\";s:38:\"var/langs/da/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:740;a:2:{s:9:\"file_path\";s:38:\"var/langs/de/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:741;a:2:{s:9:\"file_path\";s:38:\"var/langs/el/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:742;a:2:{s:9:\"file_path\";s:38:\"var/langs/es/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:743;a:2:{s:9:\"file_path\";s:38:\"var/langs/fr/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:744;a:2:{s:9:\"file_path\";s:38:\"var/langs/he/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:745;a:2:{s:9:\"file_path\";s:38:\"var/langs/id/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:746;a:2:{s:9:\"file_path\";s:38:\"var/langs/it/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:747;a:2:{s:9:\"file_path\";s:38:\"var/langs/ja/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:748;a:2:{s:9:\"file_path\";s:38:\"var/langs/nl/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:749;a:2:{s:9:\"file_path\";s:38:\"var/langs/no/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:750;a:2:{s:9:\"file_path\";s:38:\"var/langs/pl/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:751;a:2:{s:9:\"file_path\";s:38:\"var/langs/ru/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:752;a:2:{s:9:\"file_path\";s:38:\"var/langs/tr/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:753;a:2:{s:9:\"file_path\";s:38:\"var/langs/uk/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:754;a:2:{s:9:\"file_path\";s:38:\"var/langs/vi/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:755;a:2:{s:9:\"file_path\";s:29:\"var/langs/ar/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:756;a:2:{s:9:\"file_path\";s:29:\"var/langs/da/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:757;a:2:{s:9:\"file_path\";s:29:\"var/langs/de/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:758;a:2:{s:9:\"file_path\";s:29:\"var/langs/el/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:759;a:2:{s:9:\"file_path\";s:29:\"var/langs/es/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:760;a:2:{s:9:\"file_path\";s:29:\"var/langs/fr/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:761;a:2:{s:9:\"file_path\";s:29:\"var/langs/he/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:762;a:2:{s:9:\"file_path\";s:29:\"var/langs/id/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:763;a:2:{s:9:\"file_path\";s:29:\"var/langs/it/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:764;a:2:{s:9:\"file_path\";s:29:\"var/langs/ja/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:765;a:2:{s:9:\"file_path\";s:29:\"var/langs/nl/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:766;a:2:{s:9:\"file_path\";s:29:\"var/langs/no/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:767;a:2:{s:9:\"file_path\";s:29:\"var/langs/pl/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:768;a:2:{s:9:\"file_path\";s:29:\"var/langs/ru/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:769;a:2:{s:9:\"file_path\";s:29:\"var/langs/tr/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:770;a:2:{s:9:\"file_path\";s:29:\"var/langs/uk/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:771;a:2:{s:9:\"file_path\";s:29:\"var/langs/vi/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:772;a:2:{s:9:\"file_path\";s:27:\"var/langs/ar/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:773;a:2:{s:9:\"file_path\";s:27:\"var/langs/da/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:774;a:2:{s:9:\"file_path\";s:27:\"var/langs/de/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:775;a:2:{s:9:\"file_path\";s:27:\"var/langs/el/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:776;a:2:{s:9:\"file_path\";s:27:\"var/langs/es/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:777;a:2:{s:9:\"file_path\";s:27:\"var/langs/fr/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:778;a:2:{s:9:\"file_path\";s:27:\"var/langs/he/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:779;a:2:{s:9:\"file_path\";s:27:\"var/langs/id/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:780;a:2:{s:9:\"file_path\";s:27:\"var/langs/it/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:781;a:2:{s:9:\"file_path\";s:27:\"var/langs/ja/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:782;a:2:{s:9:\"file_path\";s:27:\"var/langs/nl/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:783;a:2:{s:9:\"file_path\";s:27:\"var/langs/no/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:784;a:2:{s:9:\"file_path\";s:27:\"var/langs/pl/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:785;a:2:{s:9:\"file_path\";s:27:\"var/langs/ru/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:786;a:2:{s:9:\"file_path\";s:27:\"var/langs/tr/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:787;a:2:{s:9:\"file_path\";s:27:\"var/langs/uk/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:788;a:2:{s:9:\"file_path\";s:27:\"var/langs/vi/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:789;a:2:{s:9:\"file_path\";s:38:\"var/langs/ar/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:790;a:2:{s:9:\"file_path\";s:38:\"var/langs/da/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:791;a:2:{s:9:\"file_path\";s:38:\"var/langs/de/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:792;a:2:{s:9:\"file_path\";s:38:\"var/langs/el/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:793;a:2:{s:9:\"file_path\";s:38:\"var/langs/es/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:794;a:2:{s:9:\"file_path\";s:38:\"var/langs/fr/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:795;a:2:{s:9:\"file_path\";s:38:\"var/langs/he/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:796;a:2:{s:9:\"file_path\";s:38:\"var/langs/id/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:797;a:2:{s:9:\"file_path\";s:38:\"var/langs/it/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:798;a:2:{s:9:\"file_path\";s:38:\"var/langs/ja/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:799;a:2:{s:9:\"file_path\";s:38:\"var/langs/nl/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:800;a:2:{s:9:\"file_path\";s:38:\"var/langs/no/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:801;a:2:{s:9:\"file_path\";s:38:\"var/langs/pl/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:802;a:2:{s:9:\"file_path\";s:38:\"var/langs/ru/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:803;a:2:{s:9:\"file_path\";s:38:\"var/langs/tr/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:804;a:2:{s:9:\"file_path\";s:38:\"var/langs/uk/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:805;a:2:{s:9:\"file_path\";s:38:\"var/langs/vi/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:806;a:2:{s:9:\"file_path\";s:37:\"var/langs/ar/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:807;a:2:{s:9:\"file_path\";s:37:\"var/langs/da/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:808;a:2:{s:9:\"file_path\";s:37:\"var/langs/de/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:809;a:2:{s:9:\"file_path\";s:37:\"var/langs/el/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:810;a:2:{s:9:\"file_path\";s:37:\"var/langs/es/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:811;a:2:{s:9:\"file_path\";s:37:\"var/langs/fr/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:812;a:2:{s:9:\"file_path\";s:37:\"var/langs/he/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:813;a:2:{s:9:\"file_path\";s:37:\"var/langs/id/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:814;a:2:{s:9:\"file_path\";s:37:\"var/langs/it/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:815;a:2:{s:9:\"file_path\";s:37:\"var/langs/ja/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:816;a:2:{s:9:\"file_path\";s:37:\"var/langs/nl/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:817;a:2:{s:9:\"file_path\";s:37:\"var/langs/no/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:818;a:2:{s:9:\"file_path\";s:37:\"var/langs/pl/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:819;a:2:{s:9:\"file_path\";s:37:\"var/langs/ru/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:820;a:2:{s:9:\"file_path\";s:37:\"var/langs/tr/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:821;a:2:{s:9:\"file_path\";s:37:\"var/langs/uk/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:822;a:2:{s:9:\"file_path\";s:37:\"var/langs/vi/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:823;a:2:{s:9:\"file_path\";s:35:\"var/langs/ar/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:824;a:2:{s:9:\"file_path\";s:35:\"var/langs/da/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:825;a:2:{s:9:\"file_path\";s:35:\"var/langs/de/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:826;a:2:{s:9:\"file_path\";s:35:\"var/langs/el/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:827;a:2:{s:9:\"file_path\";s:35:\"var/langs/es/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:828;a:2:{s:9:\"file_path\";s:35:\"var/langs/fr/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:829;a:2:{s:9:\"file_path\";s:35:\"var/langs/he/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:830;a:2:{s:9:\"file_path\";s:35:\"var/langs/id/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:831;a:2:{s:9:\"file_path\";s:35:\"var/langs/it/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:832;a:2:{s:9:\"file_path\";s:35:\"var/langs/ja/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:833;a:2:{s:9:\"file_path\";s:35:\"var/langs/nl/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:834;a:2:{s:9:\"file_path\";s:35:\"var/langs/no/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:835;a:2:{s:9:\"file_path\";s:35:\"var/langs/pl/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:836;a:2:{s:9:\"file_path\";s:35:\"var/langs/ru/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:837;a:2:{s:9:\"file_path\";s:35:\"var/langs/tr/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:838;a:2:{s:9:\"file_path\";s:35:\"var/langs/uk/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:839;a:2:{s:9:\"file_path\";s:35:\"var/langs/vi/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:840;a:2:{s:9:\"file_path\";s:27:\"var/langs/ar/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:841;a:2:{s:9:\"file_path\";s:27:\"var/langs/da/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:842;a:2:{s:9:\"file_path\";s:27:\"var/langs/de/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:843;a:2:{s:9:\"file_path\";s:27:\"var/langs/el/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:844;a:2:{s:9:\"file_path\";s:27:\"var/langs/es/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:845;a:2:{s:9:\"file_path\";s:27:\"var/langs/fr/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:846;a:2:{s:9:\"file_path\";s:27:\"var/langs/he/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:847;a:2:{s:9:\"file_path\";s:27:\"var/langs/id/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:848;a:2:{s:9:\"file_path\";s:27:\"var/langs/it/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:849;a:2:{s:9:\"file_path\";s:27:\"var/langs/ja/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:850;a:2:{s:9:\"file_path\";s:27:\"var/langs/nl/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:851;a:2:{s:9:\"file_path\";s:27:\"var/langs/no/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:852;a:2:{s:9:\"file_path\";s:27:\"var/langs/pl/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:853;a:2:{s:9:\"file_path\";s:27:\"var/langs/ru/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:854;a:2:{s:9:\"file_path\";s:27:\"var/langs/tr/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:855;a:2:{s:9:\"file_path\";s:27:\"var/langs/uk/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:856;a:2:{s:9:\"file_path\";s:27:\"var/langs/vi/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:857;a:2:{s:9:\"file_path\";s:31:\"var/langs/ar/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:858;a:2:{s:9:\"file_path\";s:31:\"var/langs/da/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:859;a:2:{s:9:\"file_path\";s:31:\"var/langs/de/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:860;a:2:{s:9:\"file_path\";s:31:\"var/langs/el/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:861;a:2:{s:9:\"file_path\";s:31:\"var/langs/es/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:862;a:2:{s:9:\"file_path\";s:31:\"var/langs/fr/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:863;a:2:{s:9:\"file_path\";s:31:\"var/langs/he/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:864;a:2:{s:9:\"file_path\";s:31:\"var/langs/id/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:865;a:2:{s:9:\"file_path\";s:31:\"var/langs/it/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:866;a:2:{s:9:\"file_path\";s:31:\"var/langs/ja/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:867;a:2:{s:9:\"file_path\";s:31:\"var/langs/nl/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:868;a:2:{s:9:\"file_path\";s:31:\"var/langs/no/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:869;a:2:{s:9:\"file_path\";s:31:\"var/langs/pl/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:870;a:2:{s:9:\"file_path\";s:31:\"var/langs/ru/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:871;a:2:{s:9:\"file_path\";s:31:\"var/langs/tr/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:872;a:2:{s:9:\"file_path\";s:31:\"var/langs/uk/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:873;a:2:{s:9:\"file_path\";s:31:\"var/langs/vi/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:874;a:2:{s:9:\"file_path\";s:40:\"var/langs/ar/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:875;a:2:{s:9:\"file_path\";s:40:\"var/langs/da/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:876;a:2:{s:9:\"file_path\";s:40:\"var/langs/de/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:877;a:2:{s:9:\"file_path\";s:40:\"var/langs/el/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:878;a:2:{s:9:\"file_path\";s:40:\"var/langs/es/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:879;a:2:{s:9:\"file_path\";s:40:\"var/langs/fr/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:880;a:2:{s:9:\"file_path\";s:40:\"var/langs/he/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:881;a:2:{s:9:\"file_path\";s:40:\"var/langs/id/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:882;a:2:{s:9:\"file_path\";s:40:\"var/langs/it/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:883;a:2:{s:9:\"file_path\";s:40:\"var/langs/ja/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:884;a:2:{s:9:\"file_path\";s:40:\"var/langs/nl/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:885;a:2:{s:9:\"file_path\";s:40:\"var/langs/no/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:886;a:2:{s:9:\"file_path\";s:40:\"var/langs/pl/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:887;a:2:{s:9:\"file_path\";s:40:\"var/langs/ru/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:888;a:2:{s:9:\"file_path\";s:40:\"var/langs/tr/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:889;a:2:{s:9:\"file_path\";s:40:\"var/langs/uk/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:890;a:2:{s:9:\"file_path\";s:40:\"var/langs/vi/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:891;a:2:{s:9:\"file_path\";s:39:\"var/langs/ar/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:892;a:2:{s:9:\"file_path\";s:39:\"var/langs/da/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:893;a:2:{s:9:\"file_path\";s:39:\"var/langs/de/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:894;a:2:{s:9:\"file_path\";s:39:\"var/langs/el/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:895;a:2:{s:9:\"file_path\";s:39:\"var/langs/es/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:896;a:2:{s:9:\"file_path\";s:39:\"var/langs/fr/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:897;a:2:{s:9:\"file_path\";s:39:\"var/langs/he/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:898;a:2:{s:9:\"file_path\";s:39:\"var/langs/id/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:899;a:2:{s:9:\"file_path\";s:39:\"var/langs/it/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:900;a:2:{s:9:\"file_path\";s:39:\"var/langs/ja/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:901;a:2:{s:9:\"file_path\";s:39:\"var/langs/nl/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:902;a:2:{s:9:\"file_path\";s:39:\"var/langs/no/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:903;a:2:{s:9:\"file_path\";s:39:\"var/langs/pl/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:904;a:2:{s:9:\"file_path\";s:39:\"var/langs/ru/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:905;a:2:{s:9:\"file_path\";s:39:\"var/langs/tr/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:906;a:2:{s:9:\"file_path\";s:39:\"var/langs/uk/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:907;a:2:{s:9:\"file_path\";s:39:\"var/langs/vi/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:908;a:2:{s:9:\"file_path\";s:36:\"var/langs/ar/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:909;a:2:{s:9:\"file_path\";s:36:\"var/langs/da/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:910;a:2:{s:9:\"file_path\";s:36:\"var/langs/de/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:911;a:2:{s:9:\"file_path\";s:36:\"var/langs/el/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:912;a:2:{s:9:\"file_path\";s:36:\"var/langs/es/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:913;a:2:{s:9:\"file_path\";s:36:\"var/langs/fr/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:914;a:2:{s:9:\"file_path\";s:36:\"var/langs/he/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:915;a:2:{s:9:\"file_path\";s:36:\"var/langs/id/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:916;a:2:{s:9:\"file_path\";s:36:\"var/langs/it/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:917;a:2:{s:9:\"file_path\";s:36:\"var/langs/ja/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:918;a:2:{s:9:\"file_path\";s:36:\"var/langs/nl/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:919;a:2:{s:9:\"file_path\";s:36:\"var/langs/no/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:920;a:2:{s:9:\"file_path\";s:36:\"var/langs/pl/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:921;a:2:{s:9:\"file_path\";s:36:\"var/langs/ru/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:922;a:2:{s:9:\"file_path\";s:36:\"var/langs/tr/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:923;a:2:{s:9:\"file_path\";s:36:\"var/langs/uk/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:924;a:2:{s:9:\"file_path\";s:36:\"var/langs/vi/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:925;a:2:{s:9:\"file_path\";s:37:\"var/langs/ar/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:926;a:2:{s:9:\"file_path\";s:37:\"var/langs/da/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:927;a:2:{s:9:\"file_path\";s:37:\"var/langs/de/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:928;a:2:{s:9:\"file_path\";s:37:\"var/langs/el/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:929;a:2:{s:9:\"file_path\";s:37:\"var/langs/es/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:930;a:2:{s:9:\"file_path\";s:37:\"var/langs/fr/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:931;a:2:{s:9:\"file_path\";s:37:\"var/langs/he/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:932;a:2:{s:9:\"file_path\";s:37:\"var/langs/id/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:933;a:2:{s:9:\"file_path\";s:37:\"var/langs/it/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:934;a:2:{s:9:\"file_path\";s:37:\"var/langs/ja/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:935;a:2:{s:9:\"file_path\";s:37:\"var/langs/nl/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:936;a:2:{s:9:\"file_path\";s:37:\"var/langs/no/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:937;a:2:{s:9:\"file_path\";s:37:\"var/langs/pl/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:938;a:2:{s:9:\"file_path\";s:37:\"var/langs/ru/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:939;a:2:{s:9:\"file_path\";s:37:\"var/langs/tr/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:940;a:2:{s:9:\"file_path\";s:37:\"var/langs/uk/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:941;a:2:{s:9:\"file_path\";s:37:\"var/langs/vi/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:942;a:2:{s:9:\"file_path\";s:34:\"var/langs/ar/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:943;a:2:{s:9:\"file_path\";s:34:\"var/langs/da/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:944;a:2:{s:9:\"file_path\";s:34:\"var/langs/de/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:945;a:2:{s:9:\"file_path\";s:34:\"var/langs/el/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:946;a:2:{s:9:\"file_path\";s:34:\"var/langs/es/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:947;a:2:{s:9:\"file_path\";s:34:\"var/langs/fr/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:948;a:2:{s:9:\"file_path\";s:34:\"var/langs/he/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:949;a:2:{s:9:\"file_path\";s:34:\"var/langs/id/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:950;a:2:{s:9:\"file_path\";s:34:\"var/langs/it/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:951;a:2:{s:9:\"file_path\";s:34:\"var/langs/ja/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:952;a:2:{s:9:\"file_path\";s:34:\"var/langs/nl/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:953;a:2:{s:9:\"file_path\";s:34:\"var/langs/no/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:954;a:2:{s:9:\"file_path\";s:34:\"var/langs/pl/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:955;a:2:{s:9:\"file_path\";s:34:\"var/langs/ru/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:956;a:2:{s:9:\"file_path\";s:34:\"var/langs/tr/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:957;a:2:{s:9:\"file_path\";s:34:\"var/langs/uk/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:958;a:2:{s:9:\"file_path\";s:34:\"var/langs/vi/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:959;a:2:{s:9:\"file_path\";s:36:\"var/langs/ar/addons/help_tutorial.po\";s:6:\"status\";s:1:\"C\";}i:960;a:2:{s:9:\"file_path\";s:36:\"var/langs/da/addons/help_tutorial.po\";s:6:\"status\";s:1:\"C\";}i:961;a:2:{s:9:\"file_path\";s:36:\"var/langs/de/addons/help_tutorial.po\";s:6:\"status\";s:1:\"C\";}i:962;a:2:{s:9:\"file_path\";s:36:\"var/langs/el/addons/help_tutorial.po\";s:6:\"status\";s:1:\"C\";}i:963;a:2:{s:9:\"file_path\";s:36:\"var/langs/es/addons/help_tutorial.po\";s:6:\"status\";s:1:\"C\";}i:964;a:2:{s:9:\"file_path\";s:36:\"var/langs/fr/addons/help_tutorial.po\";s:6:\"status\";s:1:\"C\";}i:965;a:2:{s:9:\"file_path\";s:36:\"var/langs/he/addons/help_tutorial.po\";s:6:\"status\";s:1:\"C\";}i:966;a:2:{s:9:\"file_path\";s:36:\"var/langs/id/addons/help_tutorial.po\";s:6:\"status\";s:1:\"C\";}i:967;a:2:{s:9:\"file_path\";s:36:\"var/langs/it/addons/help_tutorial.po\";s:6:\"status\";s:1:\"C\";}i:968;a:2:{s:9:\"file_path\";s:36:\"var/langs/ja/addons/help_tutorial.po\";s:6:\"status\";s:1:\"C\";}i:969;a:2:{s:9:\"file_path\";s:36:\"var/langs/nl/addons/help_tutorial.po\";s:6:\"status\";s:1:\"C\";}i:970;a:2:{s:9:\"file_path\";s:36:\"var/langs/no/addons/help_tutorial.po\";s:6:\"status\";s:1:\"C\";}i:971;a:2:{s:9:\"file_path\";s:36:\"var/langs/pl/addons/help_tutorial.po\";s:6:\"status\";s:1:\"C\";}i:972;a:2:{s:9:\"file_path\";s:36:\"var/langs/ru/addons/help_tutorial.po\";s:6:\"status\";s:1:\"C\";}i:973;a:2:{s:9:\"file_path\";s:36:\"var/langs/tr/addons/help_tutorial.po\";s:6:\"status\";s:1:\"C\";}i:974;a:2:{s:9:\"file_path\";s:36:\"var/langs/uk/addons/help_tutorial.po\";s:6:\"status\";s:1:\"C\";}i:975;a:2:{s:9:\"file_path\";s:36:\"var/langs/vi/addons/help_tutorial.po\";s:6:\"status\";s:1:\"C\";}i:976;a:2:{s:9:\"file_path\";s:28:\"var/langs/ar/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:977;a:2:{s:9:\"file_path\";s:28:\"var/langs/da/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:978;a:2:{s:9:\"file_path\";s:28:\"var/langs/de/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:979;a:2:{s:9:\"file_path\";s:28:\"var/langs/el/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:980;a:2:{s:9:\"file_path\";s:28:\"var/langs/es/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:981;a:2:{s:9:\"file_path\";s:28:\"var/langs/fr/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:982;a:2:{s:9:\"file_path\";s:28:\"var/langs/he/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:983;a:2:{s:9:\"file_path\";s:28:\"var/langs/id/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:984;a:2:{s:9:\"file_path\";s:28:\"var/langs/it/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:985;a:2:{s:9:\"file_path\";s:28:\"var/langs/ja/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:986;a:2:{s:9:\"file_path\";s:28:\"var/langs/nl/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:987;a:2:{s:9:\"file_path\";s:28:\"var/langs/no/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:988;a:2:{s:9:\"file_path\";s:28:\"var/langs/pl/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:989;a:2:{s:9:\"file_path\";s:28:\"var/langs/ru/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:990;a:2:{s:9:\"file_path\";s:28:\"var/langs/tr/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:991;a:2:{s:9:\"file_path\";s:28:\"var/langs/uk/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:992;a:2:{s:9:\"file_path\";s:28:\"var/langs/vi/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:993;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:994;a:2:{s:9:\"file_path\";s:33:\"var/langs/da/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:995;a:2:{s:9:\"file_path\";s:33:\"var/langs/de/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:996;a:2:{s:9:\"file_path\";s:33:\"var/langs/el/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:997;a:2:{s:9:\"file_path\";s:33:\"var/langs/es/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:998;a:2:{s:9:\"file_path\";s:33:\"var/langs/fr/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:999;a:2:{s:9:\"file_path\";s:33:\"var/langs/he/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:1000;a:2:{s:9:\"file_path\";s:33:\"var/langs/id/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:1001;a:2:{s:9:\"file_path\";s:33:\"var/langs/it/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:1002;a:2:{s:9:\"file_path\";s:33:\"var/langs/ja/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:1003;a:2:{s:9:\"file_path\";s:33:\"var/langs/nl/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:1004;a:2:{s:9:\"file_path\";s:33:\"var/langs/no/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:1005;a:2:{s:9:\"file_path\";s:33:\"var/langs/pl/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:1006;a:2:{s:9:\"file_path\";s:33:\"var/langs/ru/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:1007;a:2:{s:9:\"file_path\";s:33:\"var/langs/tr/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:1008;a:2:{s:9:\"file_path\";s:33:\"var/langs/uk/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:1009;a:2:{s:9:\"file_path\";s:33:\"var/langs/vi/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:1010;a:2:{s:9:\"file_path\";s:30:\"var/langs/ar/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:1011;a:2:{s:9:\"file_path\";s:30:\"var/langs/da/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:1012;a:2:{s:9:\"file_path\";s:30:\"var/langs/de/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:1013;a:2:{s:9:\"file_path\";s:30:\"var/langs/el/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:1014;a:2:{s:9:\"file_path\";s:30:\"var/langs/es/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:1015;a:2:{s:9:\"file_path\";s:30:\"var/langs/fr/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:1016;a:2:{s:9:\"file_path\";s:30:\"var/langs/he/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:1017;a:2:{s:9:\"file_path\";s:30:\"var/langs/id/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:1018;a:2:{s:9:\"file_path\";s:30:\"var/langs/it/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:1019;a:2:{s:9:\"file_path\";s:30:\"var/langs/ja/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:1020;a:2:{s:9:\"file_path\";s:30:\"var/langs/nl/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:1021;a:2:{s:9:\"file_path\";s:30:\"var/langs/no/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:1022;a:2:{s:9:\"file_path\";s:30:\"var/langs/pl/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:1023;a:2:{s:9:\"file_path\";s:30:\"var/langs/ru/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:1024;a:2:{s:9:\"file_path\";s:30:\"var/langs/tr/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:1025;a:2:{s:9:\"file_path\";s:30:\"var/langs/uk/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:1026;a:2:{s:9:\"file_path\";s:30:\"var/langs/vi/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:1027;a:2:{s:9:\"file_path\";s:31:\"var/langs/ar/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:1028;a:2:{s:9:\"file_path\";s:31:\"var/langs/da/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:1029;a:2:{s:9:\"file_path\";s:31:\"var/langs/de/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:1030;a:2:{s:9:\"file_path\";s:31:\"var/langs/el/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:1031;a:2:{s:9:\"file_path\";s:31:\"var/langs/es/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:1032;a:2:{s:9:\"file_path\";s:31:\"var/langs/fr/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:1033;a:2:{s:9:\"file_path\";s:31:\"var/langs/he/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:1034;a:2:{s:9:\"file_path\";s:31:\"var/langs/id/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:1035;a:2:{s:9:\"file_path\";s:31:\"var/langs/it/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:1036;a:2:{s:9:\"file_path\";s:31:\"var/langs/ja/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:1037;a:2:{s:9:\"file_path\";s:31:\"var/langs/nl/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:1038;a:2:{s:9:\"file_path\";s:31:\"var/langs/no/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:1039;a:2:{s:9:\"file_path\";s:31:\"var/langs/pl/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:1040;a:2:{s:9:\"file_path\";s:31:\"var/langs/ru/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:1041;a:2:{s:9:\"file_path\";s:31:\"var/langs/tr/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:1042;a:2:{s:9:\"file_path\";s:31:\"var/langs/uk/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:1043;a:2:{s:9:\"file_path\";s:31:\"var/langs/vi/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:1044;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:1045;a:2:{s:9:\"file_path\";s:33:\"var/langs/da/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:1046;a:2:{s:9:\"file_path\";s:33:\"var/langs/de/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:1047;a:2:{s:9:\"file_path\";s:33:\"var/langs/el/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:1048;a:2:{s:9:\"file_path\";s:33:\"var/langs/es/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:1049;a:2:{s:9:\"file_path\";s:33:\"var/langs/fr/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:1050;a:2:{s:9:\"file_path\";s:33:\"var/langs/he/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:1051;a:2:{s:9:\"file_path\";s:33:\"var/langs/id/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:1052;a:2:{s:9:\"file_path\";s:33:\"var/langs/it/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:1053;a:2:{s:9:\"file_path\";s:33:\"var/langs/ja/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:1054;a:2:{s:9:\"file_path\";s:33:\"var/langs/nl/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:1055;a:2:{s:9:\"file_path\";s:33:\"var/langs/no/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:1056;a:2:{s:9:\"file_path\";s:33:\"var/langs/pl/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:1057;a:2:{s:9:\"file_path\";s:33:\"var/langs/ru/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:1058;a:2:{s:9:\"file_path\";s:33:\"var/langs/tr/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:1059;a:2:{s:9:\"file_path\";s:33:\"var/langs/uk/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:1060;a:2:{s:9:\"file_path\";s:33:\"var/langs/vi/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:1061;a:2:{s:9:\"file_path\";s:27:\"var/langs/ar/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:1062;a:2:{s:9:\"file_path\";s:27:\"var/langs/da/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:1063;a:2:{s:9:\"file_path\";s:27:\"var/langs/de/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:1064;a:2:{s:9:\"file_path\";s:27:\"var/langs/el/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:1065;a:2:{s:9:\"file_path\";s:27:\"var/langs/es/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:1066;a:2:{s:9:\"file_path\";s:27:\"var/langs/fr/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:1067;a:2:{s:9:\"file_path\";s:27:\"var/langs/he/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:1068;a:2:{s:9:\"file_path\";s:27:\"var/langs/id/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:1069;a:2:{s:9:\"file_path\";s:27:\"var/langs/it/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:1070;a:2:{s:9:\"file_path\";s:27:\"var/langs/ja/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:1071;a:2:{s:9:\"file_path\";s:27:\"var/langs/nl/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:1072;a:2:{s:9:\"file_path\";s:27:\"var/langs/no/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:1073;a:2:{s:9:\"file_path\";s:27:\"var/langs/pl/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:1074;a:2:{s:9:\"file_path\";s:27:\"var/langs/ru/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:1075;a:2:{s:9:\"file_path\";s:27:\"var/langs/tr/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:1076;a:2:{s:9:\"file_path\";s:27:\"var/langs/uk/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:1077;a:2:{s:9:\"file_path\";s:27:\"var/langs/vi/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:1078;a:2:{s:9:\"file_path\";s:30:\"var/langs/ar/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:1079;a:2:{s:9:\"file_path\";s:30:\"var/langs/da/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:1080;a:2:{s:9:\"file_path\";s:30:\"var/langs/de/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:1081;a:2:{s:9:\"file_path\";s:30:\"var/langs/el/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:1082;a:2:{s:9:\"file_path\";s:30:\"var/langs/es/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:1083;a:2:{s:9:\"file_path\";s:30:\"var/langs/fr/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:1084;a:2:{s:9:\"file_path\";s:30:\"var/langs/he/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:1085;a:2:{s:9:\"file_path\";s:30:\"var/langs/id/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:1086;a:2:{s:9:\"file_path\";s:30:\"var/langs/it/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:1087;a:2:{s:9:\"file_path\";s:30:\"var/langs/ja/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:1088;a:2:{s:9:\"file_path\";s:30:\"var/langs/nl/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:1089;a:2:{s:9:\"file_path\";s:30:\"var/langs/no/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:1090;a:2:{s:9:\"file_path\";s:30:\"var/langs/pl/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:1091;a:2:{s:9:\"file_path\";s:30:\"var/langs/ru/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:1092;a:2:{s:9:\"file_path\";s:30:\"var/langs/tr/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:1093;a:2:{s:9:\"file_path\";s:30:\"var/langs/uk/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:1094;a:2:{s:9:\"file_path\";s:30:\"var/langs/vi/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:1095;a:2:{s:9:\"file_path\";s:43:\"var/langs/ar/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:1096;a:2:{s:9:\"file_path\";s:43:\"var/langs/da/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:1097;a:2:{s:9:\"file_path\";s:43:\"var/langs/de/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:1098;a:2:{s:9:\"file_path\";s:43:\"var/langs/el/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:1099;a:2:{s:9:\"file_path\";s:43:\"var/langs/es/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:1100;a:2:{s:9:\"file_path\";s:43:\"var/langs/fr/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:1101;a:2:{s:9:\"file_path\";s:43:\"var/langs/he/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:1102;a:2:{s:9:\"file_path\";s:43:\"var/langs/id/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:1103;a:2:{s:9:\"file_path\";s:43:\"var/langs/it/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:1104;a:2:{s:9:\"file_path\";s:43:\"var/langs/ja/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:1105;a:2:{s:9:\"file_path\";s:43:\"var/langs/nl/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:1106;a:2:{s:9:\"file_path\";s:43:\"var/langs/no/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:1107;a:2:{s:9:\"file_path\";s:43:\"var/langs/pl/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:1108;a:2:{s:9:\"file_path\";s:43:\"var/langs/ru/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:1109;a:2:{s:9:\"file_path\";s:43:\"var/langs/tr/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:1110;a:2:{s:9:\"file_path\";s:43:\"var/langs/uk/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:1111;a:2:{s:9:\"file_path\";s:43:\"var/langs/vi/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:1112;a:2:{s:9:\"file_path\";s:38:\"var/langs/ar/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:1113;a:2:{s:9:\"file_path\";s:38:\"var/langs/da/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:1114;a:2:{s:9:\"file_path\";s:38:\"var/langs/de/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:1115;a:2:{s:9:\"file_path\";s:38:\"var/langs/el/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:1116;a:2:{s:9:\"file_path\";s:38:\"var/langs/es/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:1117;a:2:{s:9:\"file_path\";s:38:\"var/langs/fr/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:1118;a:2:{s:9:\"file_path\";s:38:\"var/langs/he/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:1119;a:2:{s:9:\"file_path\";s:38:\"var/langs/id/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:1120;a:2:{s:9:\"file_path\";s:38:\"var/langs/it/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:1121;a:2:{s:9:\"file_path\";s:38:\"var/langs/ja/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:1122;a:2:{s:9:\"file_path\";s:38:\"var/langs/nl/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:1123;a:2:{s:9:\"file_path\";s:38:\"var/langs/no/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:1124;a:2:{s:9:\"file_path\";s:38:\"var/langs/pl/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:1125;a:2:{s:9:\"file_path\";s:38:\"var/langs/ru/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:1126;a:2:{s:9:\"file_path\";s:38:\"var/langs/tr/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:1127;a:2:{s:9:\"file_path\";s:38:\"var/langs/uk/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:1128;a:2:{s:9:\"file_path\";s:38:\"var/langs/vi/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:1129;a:2:{s:9:\"file_path\";s:46:\"var/langs/ar/addons/paypal_for_marketplaces.po\";s:6:\"status\";s:1:\"C\";}i:1130;a:2:{s:9:\"file_path\";s:46:\"var/langs/da/addons/paypal_for_marketplaces.po\";s:6:\"status\";s:1:\"C\";}i:1131;a:2:{s:9:\"file_path\";s:46:\"var/langs/de/addons/paypal_for_marketplaces.po\";s:6:\"status\";s:1:\"C\";}i:1132;a:2:{s:9:\"file_path\";s:46:\"var/langs/el/addons/paypal_for_marketplaces.po\";s:6:\"status\";s:1:\"C\";}i:1133;a:2:{s:9:\"file_path\";s:46:\"var/langs/es/addons/paypal_for_marketplaces.po\";s:6:\"status\";s:1:\"C\";}i:1134;a:2:{s:9:\"file_path\";s:46:\"var/langs/fr/addons/paypal_for_marketplaces.po\";s:6:\"status\";s:1:\"C\";}i:1135;a:2:{s:9:\"file_path\";s:46:\"var/langs/he/addons/paypal_for_marketplaces.po\";s:6:\"status\";s:1:\"C\";}i:1136;a:2:{s:9:\"file_path\";s:46:\"var/langs/id/addons/paypal_for_marketplaces.po\";s:6:\"status\";s:1:\"C\";}i:1137;a:2:{s:9:\"file_path\";s:46:\"var/langs/it/addons/paypal_for_marketplaces.po\";s:6:\"status\";s:1:\"C\";}i:1138;a:2:{s:9:\"file_path\";s:46:\"var/langs/ja/addons/paypal_for_marketplaces.po\";s:6:\"status\";s:1:\"C\";}i:1139;a:2:{s:9:\"file_path\";s:46:\"var/langs/nl/addons/paypal_for_marketplaces.po\";s:6:\"status\";s:1:\"C\";}i:1140;a:2:{s:9:\"file_path\";s:46:\"var/langs/no/addons/paypal_for_marketplaces.po\";s:6:\"status\";s:1:\"C\";}i:1141;a:2:{s:9:\"file_path\";s:46:\"var/langs/pl/addons/paypal_for_marketplaces.po\";s:6:\"status\";s:1:\"C\";}i:1142;a:2:{s:9:\"file_path\";s:46:\"var/langs/ru/addons/paypal_for_marketplaces.po\";s:6:\"status\";s:1:\"C\";}i:1143;a:2:{s:9:\"file_path\";s:46:\"var/langs/tr/addons/paypal_for_marketplaces.po\";s:6:\"status\";s:1:\"C\";}i:1144;a:2:{s:9:\"file_path\";s:46:\"var/langs/uk/addons/paypal_for_marketplaces.po\";s:6:\"status\";s:1:\"C\";}i:1145;a:2:{s:9:\"file_path\";s:46:\"var/langs/vi/addons/paypal_for_marketplaces.po\";s:6:\"status\";s:1:\"C\";}i:1146;a:2:{s:9:\"file_path\";s:29:\"var/langs/ar/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1147;a:2:{s:9:\"file_path\";s:29:\"var/langs/da/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1148;a:2:{s:9:\"file_path\";s:29:\"var/langs/de/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1149;a:2:{s:9:\"file_path\";s:29:\"var/langs/el/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1150;a:2:{s:9:\"file_path\";s:29:\"var/langs/es/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1151;a:2:{s:9:\"file_path\";s:29:\"var/langs/fr/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1152;a:2:{s:9:\"file_path\";s:29:\"var/langs/he/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1153;a:2:{s:9:\"file_path\";s:29:\"var/langs/id/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1154;a:2:{s:9:\"file_path\";s:29:\"var/langs/it/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1155;a:2:{s:9:\"file_path\";s:29:\"var/langs/ja/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1156;a:2:{s:9:\"file_path\";s:29:\"var/langs/nl/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1157;a:2:{s:9:\"file_path\";s:29:\"var/langs/no/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1158;a:2:{s:9:\"file_path\";s:29:\"var/langs/pl/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1159;a:2:{s:9:\"file_path\";s:29:\"var/langs/ru/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1160;a:2:{s:9:\"file_path\";s:29:\"var/langs/tr/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1161;a:2:{s:9:\"file_path\";s:29:\"var/langs/uk/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1162;a:2:{s:9:\"file_path\";s:29:\"var/langs/vi/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1163;a:2:{s:9:\"file_path\";s:28:\"var/langs/ar/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1164;a:2:{s:9:\"file_path\";s:28:\"var/langs/da/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1165;a:2:{s:9:\"file_path\";s:28:\"var/langs/de/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1166;a:2:{s:9:\"file_path\";s:28:\"var/langs/el/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1167;a:2:{s:9:\"file_path\";s:28:\"var/langs/es/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1168;a:2:{s:9:\"file_path\";s:28:\"var/langs/fr/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1169;a:2:{s:9:\"file_path\";s:28:\"var/langs/he/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1170;a:2:{s:9:\"file_path\";s:28:\"var/langs/id/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1171;a:2:{s:9:\"file_path\";s:28:\"var/langs/it/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1172;a:2:{s:9:\"file_path\";s:28:\"var/langs/ja/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1173;a:2:{s:9:\"file_path\";s:28:\"var/langs/nl/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1174;a:2:{s:9:\"file_path\";s:28:\"var/langs/no/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1175;a:2:{s:9:\"file_path\";s:28:\"var/langs/pl/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1176;a:2:{s:9:\"file_path\";s:28:\"var/langs/ru/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1177;a:2:{s:9:\"file_path\";s:28:\"var/langs/tr/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1178;a:2:{s:9:\"file_path\";s:28:\"var/langs/uk/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1179;a:2:{s:9:\"file_path\";s:28:\"var/langs/vi/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1180;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1181;a:2:{s:9:\"file_path\";s:33:\"var/langs/da/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1182;a:2:{s:9:\"file_path\";s:33:\"var/langs/de/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1183;a:2:{s:9:\"file_path\";s:33:\"var/langs/el/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1184;a:2:{s:9:\"file_path\";s:33:\"var/langs/es/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1185;a:2:{s:9:\"file_path\";s:33:\"var/langs/fr/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1186;a:2:{s:9:\"file_path\";s:33:\"var/langs/he/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1187;a:2:{s:9:\"file_path\";s:33:\"var/langs/id/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1188;a:2:{s:9:\"file_path\";s:33:\"var/langs/it/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1189;a:2:{s:9:\"file_path\";s:33:\"var/langs/ja/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1190;a:2:{s:9:\"file_path\";s:33:\"var/langs/nl/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1191;a:2:{s:9:\"file_path\";s:33:\"var/langs/no/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1192;a:2:{s:9:\"file_path\";s:33:\"var/langs/pl/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1193;a:2:{s:9:\"file_path\";s:33:\"var/langs/ru/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1194;a:2:{s:9:\"file_path\";s:33:\"var/langs/tr/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1195;a:2:{s:9:\"file_path\";s:33:\"var/langs/uk/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1196;a:2:{s:9:\"file_path\";s:33:\"var/langs/vi/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1197;a:2:{s:9:\"file_path\";s:34:\"var/langs/ar/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:1198;a:2:{s:9:\"file_path\";s:34:\"var/langs/da/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:1199;a:2:{s:9:\"file_path\";s:34:\"var/langs/de/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:1200;a:2:{s:9:\"file_path\";s:34:\"var/langs/el/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:1201;a:2:{s:9:\"file_path\";s:34:\"var/langs/es/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:1202;a:2:{s:9:\"file_path\";s:34:\"var/langs/fr/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:1203;a:2:{s:9:\"file_path\";s:34:\"var/langs/he/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:1204;a:2:{s:9:\"file_path\";s:34:\"var/langs/id/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:1205;a:2:{s:9:\"file_path\";s:34:\"var/langs/it/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:1206;a:2:{s:9:\"file_path\";s:34:\"var/langs/ja/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:1207;a:2:{s:9:\"file_path\";s:34:\"var/langs/nl/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:1208;a:2:{s:9:\"file_path\";s:34:\"var/langs/no/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:1209;a:2:{s:9:\"file_path\";s:34:\"var/langs/pl/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:1210;a:2:{s:9:\"file_path\";s:34:\"var/langs/ru/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:1211;a:2:{s:9:\"file_path\";s:34:\"var/langs/tr/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:1212;a:2:{s:9:\"file_path\";s:34:\"var/langs/uk/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:1213;a:2:{s:9:\"file_path\";s:34:\"var/langs/vi/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:1214;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1215;a:2:{s:9:\"file_path\";s:33:\"var/langs/da/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1216;a:2:{s:9:\"file_path\";s:33:\"var/langs/de/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1217;a:2:{s:9:\"file_path\";s:33:\"var/langs/el/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1218;a:2:{s:9:\"file_path\";s:33:\"var/langs/es/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1219;a:2:{s:9:\"file_path\";s:33:\"var/langs/fr/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1220;a:2:{s:9:\"file_path\";s:33:\"var/langs/he/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1221;a:2:{s:9:\"file_path\";s:33:\"var/langs/id/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1222;a:2:{s:9:\"file_path\";s:33:\"var/langs/it/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1223;a:2:{s:9:\"file_path\";s:33:\"var/langs/ja/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1224;a:2:{s:9:\"file_path\";s:33:\"var/langs/nl/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1225;a:2:{s:9:\"file_path\";s:33:\"var/langs/no/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1226;a:2:{s:9:\"file_path\";s:33:\"var/langs/pl/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1227;a:2:{s:9:\"file_path\";s:33:\"var/langs/ru/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1228;a:2:{s:9:\"file_path\";s:33:\"var/langs/tr/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1229;a:2:{s:9:\"file_path\";s:33:\"var/langs/uk/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1230;a:2:{s:9:\"file_path\";s:33:\"var/langs/vi/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1231;a:2:{s:9:\"file_path\";s:30:\"var/langs/ar/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1232;a:2:{s:9:\"file_path\";s:30:\"var/langs/da/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1233;a:2:{s:9:\"file_path\";s:30:\"var/langs/de/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1234;a:2:{s:9:\"file_path\";s:30:\"var/langs/el/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1235;a:2:{s:9:\"file_path\";s:30:\"var/langs/es/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1236;a:2:{s:9:\"file_path\";s:30:\"var/langs/fr/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1237;a:2:{s:9:\"file_path\";s:30:\"var/langs/he/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1238;a:2:{s:9:\"file_path\";s:30:\"var/langs/id/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1239;a:2:{s:9:\"file_path\";s:30:\"var/langs/it/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1240;a:2:{s:9:\"file_path\";s:30:\"var/langs/ja/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1241;a:2:{s:9:\"file_path\";s:30:\"var/langs/nl/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1242;a:2:{s:9:\"file_path\";s:30:\"var/langs/no/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1243;a:2:{s:9:\"file_path\";s:30:\"var/langs/pl/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1244;a:2:{s:9:\"file_path\";s:30:\"var/langs/ru/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1245;a:2:{s:9:\"file_path\";s:30:\"var/langs/tr/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1246;a:2:{s:9:\"file_path\";s:30:\"var/langs/uk/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1247;a:2:{s:9:\"file_path\";s:30:\"var/langs/vi/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1248;a:2:{s:9:\"file_path\";s:40:\"var/langs/ar/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1249;a:2:{s:9:\"file_path\";s:40:\"var/langs/da/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1250;a:2:{s:9:\"file_path\";s:40:\"var/langs/de/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1251;a:2:{s:9:\"file_path\";s:40:\"var/langs/el/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1252;a:2:{s:9:\"file_path\";s:40:\"var/langs/es/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1253;a:2:{s:9:\"file_path\";s:40:\"var/langs/fr/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1254;a:2:{s:9:\"file_path\";s:40:\"var/langs/he/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1255;a:2:{s:9:\"file_path\";s:40:\"var/langs/id/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1256;a:2:{s:9:\"file_path\";s:40:\"var/langs/it/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1257;a:2:{s:9:\"file_path\";s:40:\"var/langs/ja/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1258;a:2:{s:9:\"file_path\";s:40:\"var/langs/nl/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1259;a:2:{s:9:\"file_path\";s:40:\"var/langs/no/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1260;a:2:{s:9:\"file_path\";s:40:\"var/langs/pl/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1261;a:2:{s:9:\"file_path\";s:40:\"var/langs/ru/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1262;a:2:{s:9:\"file_path\";s:40:\"var/langs/tr/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1263;a:2:{s:9:\"file_path\";s:40:\"var/langs/uk/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1264;a:2:{s:9:\"file_path\";s:40:\"var/langs/vi/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1265;a:2:{s:9:\"file_path\";s:36:\"var/langs/ar/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1266;a:2:{s:9:\"file_path\";s:36:\"var/langs/da/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1267;a:2:{s:9:\"file_path\";s:36:\"var/langs/de/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1268;a:2:{s:9:\"file_path\";s:36:\"var/langs/el/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1269;a:2:{s:9:\"file_path\";s:36:\"var/langs/es/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1270;a:2:{s:9:\"file_path\";s:36:\"var/langs/fr/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1271;a:2:{s:9:\"file_path\";s:36:\"var/langs/he/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1272;a:2:{s:9:\"file_path\";s:36:\"var/langs/id/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1273;a:2:{s:9:\"file_path\";s:36:\"var/langs/it/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1274;a:2:{s:9:\"file_path\";s:36:\"var/langs/ja/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1275;a:2:{s:9:\"file_path\";s:36:\"var/langs/nl/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1276;a:2:{s:9:\"file_path\";s:36:\"var/langs/no/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1277;a:2:{s:9:\"file_path\";s:36:\"var/langs/pl/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1278;a:2:{s:9:\"file_path\";s:36:\"var/langs/ru/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1279;a:2:{s:9:\"file_path\";s:36:\"var/langs/tr/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1280;a:2:{s:9:\"file_path\";s:36:\"var/langs/uk/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1281;a:2:{s:9:\"file_path\";s:36:\"var/langs/vi/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1282;a:2:{s:9:\"file_path\";s:31:\"var/langs/ar/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1283;a:2:{s:9:\"file_path\";s:31:\"var/langs/da/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1284;a:2:{s:9:\"file_path\";s:31:\"var/langs/de/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1285;a:2:{s:9:\"file_path\";s:31:\"var/langs/el/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1286;a:2:{s:9:\"file_path\";s:31:\"var/langs/es/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1287;a:2:{s:9:\"file_path\";s:31:\"var/langs/fr/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1288;a:2:{s:9:\"file_path\";s:31:\"var/langs/he/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1289;a:2:{s:9:\"file_path\";s:31:\"var/langs/id/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1290;a:2:{s:9:\"file_path\";s:31:\"var/langs/it/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1291;a:2:{s:9:\"file_path\";s:31:\"var/langs/ja/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1292;a:2:{s:9:\"file_path\";s:31:\"var/langs/nl/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1293;a:2:{s:9:\"file_path\";s:31:\"var/langs/no/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1294;a:2:{s:9:\"file_path\";s:31:\"var/langs/pl/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1295;a:2:{s:9:\"file_path\";s:31:\"var/langs/ru/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1296;a:2:{s:9:\"file_path\";s:31:\"var/langs/tr/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1297;a:2:{s:9:\"file_path\";s:31:\"var/langs/uk/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1298;a:2:{s:9:\"file_path\";s:31:\"var/langs/vi/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1299;a:2:{s:9:\"file_path\";s:32:\"var/langs/ar/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1300;a:2:{s:9:\"file_path\";s:32:\"var/langs/da/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1301;a:2:{s:9:\"file_path\";s:32:\"var/langs/de/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1302;a:2:{s:9:\"file_path\";s:32:\"var/langs/el/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1303;a:2:{s:9:\"file_path\";s:32:\"var/langs/es/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1304;a:2:{s:9:\"file_path\";s:32:\"var/langs/fr/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1305;a:2:{s:9:\"file_path\";s:32:\"var/langs/he/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1306;a:2:{s:9:\"file_path\";s:32:\"var/langs/id/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1307;a:2:{s:9:\"file_path\";s:32:\"var/langs/it/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1308;a:2:{s:9:\"file_path\";s:32:\"var/langs/ja/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1309;a:2:{s:9:\"file_path\";s:32:\"var/langs/nl/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1310;a:2:{s:9:\"file_path\";s:32:\"var/langs/no/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1311;a:2:{s:9:\"file_path\";s:32:\"var/langs/pl/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1312;a:2:{s:9:\"file_path\";s:32:\"var/langs/ru/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1313;a:2:{s:9:\"file_path\";s:32:\"var/langs/tr/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1314;a:2:{s:9:\"file_path\";s:32:\"var/langs/uk/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1315;a:2:{s:9:\"file_path\";s:32:\"var/langs/vi/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1316;a:2:{s:9:\"file_path\";s:40:\"var/langs/ar/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1317;a:2:{s:9:\"file_path\";s:40:\"var/langs/da/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1318;a:2:{s:9:\"file_path\";s:40:\"var/langs/de/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1319;a:2:{s:9:\"file_path\";s:40:\"var/langs/el/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1320;a:2:{s:9:\"file_path\";s:40:\"var/langs/es/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1321;a:2:{s:9:\"file_path\";s:40:\"var/langs/fr/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1322;a:2:{s:9:\"file_path\";s:40:\"var/langs/he/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1323;a:2:{s:9:\"file_path\";s:40:\"var/langs/id/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1324;a:2:{s:9:\"file_path\";s:40:\"var/langs/it/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1325;a:2:{s:9:\"file_path\";s:40:\"var/langs/ja/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1326;a:2:{s:9:\"file_path\";s:40:\"var/langs/nl/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1327;a:2:{s:9:\"file_path\";s:40:\"var/langs/no/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1328;a:2:{s:9:\"file_path\";s:40:\"var/langs/pl/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1329;a:2:{s:9:\"file_path\";s:40:\"var/langs/ru/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1330;a:2:{s:9:\"file_path\";s:40:\"var/langs/tr/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1331;a:2:{s:9:\"file_path\";s:40:\"var/langs/uk/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1332;a:2:{s:9:\"file_path\";s:40:\"var/langs/vi/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1333;a:2:{s:9:\"file_path\";s:37:\"var/langs/ar/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1334;a:2:{s:9:\"file_path\";s:37:\"var/langs/da/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1335;a:2:{s:9:\"file_path\";s:37:\"var/langs/de/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1336;a:2:{s:9:\"file_path\";s:37:\"var/langs/el/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1337;a:2:{s:9:\"file_path\";s:37:\"var/langs/en/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1338;a:2:{s:9:\"file_path\";s:37:\"var/langs/es/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1339;a:2:{s:9:\"file_path\";s:37:\"var/langs/fr/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1340;a:2:{s:9:\"file_path\";s:37:\"var/langs/he/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1341;a:2:{s:9:\"file_path\";s:37:\"var/langs/id/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1342;a:2:{s:9:\"file_path\";s:37:\"var/langs/it/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1343;a:2:{s:9:\"file_path\";s:37:\"var/langs/ja/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1344;a:2:{s:9:\"file_path\";s:37:\"var/langs/nl/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1345;a:2:{s:9:\"file_path\";s:37:\"var/langs/no/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1346;a:2:{s:9:\"file_path\";s:37:\"var/langs/pl/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1347;a:2:{s:9:\"file_path\";s:37:\"var/langs/ru/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1348;a:2:{s:9:\"file_path\";s:37:\"var/langs/tr/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1349;a:2:{s:9:\"file_path\";s:37:\"var/langs/uk/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1350;a:2:{s:9:\"file_path\";s:37:\"var/langs/vi/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1351;a:2:{s:9:\"file_path\";s:44:\"var/langs/ar/addons/step_by_step_checkout.po\";s:6:\"status\";s:1:\"C\";}i:1352;a:2:{s:9:\"file_path\";s:44:\"var/langs/da/addons/step_by_step_checkout.po\";s:6:\"status\";s:1:\"C\";}i:1353;a:2:{s:9:\"file_path\";s:44:\"var/langs/de/addons/step_by_step_checkout.po\";s:6:\"status\";s:1:\"C\";}i:1354;a:2:{s:9:\"file_path\";s:44:\"var/langs/el/addons/step_by_step_checkout.po\";s:6:\"status\";s:1:\"C\";}i:1355;a:2:{s:9:\"file_path\";s:44:\"var/langs/es/addons/step_by_step_checkout.po\";s:6:\"status\";s:1:\"C\";}i:1356;a:2:{s:9:\"file_path\";s:44:\"var/langs/fr/addons/step_by_step_checkout.po\";s:6:\"status\";s:1:\"C\";}i:1357;a:2:{s:9:\"file_path\";s:44:\"var/langs/he/addons/step_by_step_checkout.po\";s:6:\"status\";s:1:\"C\";}i:1358;a:2:{s:9:\"file_path\";s:44:\"var/langs/id/addons/step_by_step_checkout.po\";s:6:\"status\";s:1:\"C\";}i:1359;a:2:{s:9:\"file_path\";s:44:\"var/langs/it/addons/step_by_step_checkout.po\";s:6:\"status\";s:1:\"C\";}i:1360;a:2:{s:9:\"file_path\";s:44:\"var/langs/ja/addons/step_by_step_checkout.po\";s:6:\"status\";s:1:\"C\";}i:1361;a:2:{s:9:\"file_path\";s:44:\"var/langs/nl/addons/step_by_step_checkout.po\";s:6:\"status\";s:1:\"C\";}i:1362;a:2:{s:9:\"file_path\";s:44:\"var/langs/no/addons/step_by_step_checkout.po\";s:6:\"status\";s:1:\"C\";}i:1363;a:2:{s:9:\"file_path\";s:44:\"var/langs/pl/addons/step_by_step_checkout.po\";s:6:\"status\";s:1:\"C\";}i:1364;a:2:{s:9:\"file_path\";s:44:\"var/langs/ru/addons/step_by_step_checkout.po\";s:6:\"status\";s:1:\"C\";}i:1365;a:2:{s:9:\"file_path\";s:44:\"var/langs/tr/addons/step_by_step_checkout.po\";s:6:\"status\";s:1:\"C\";}i:1366;a:2:{s:9:\"file_path\";s:44:\"var/langs/uk/addons/step_by_step_checkout.po\";s:6:\"status\";s:1:\"C\";}i:1367;a:2:{s:9:\"file_path\";s:44:\"var/langs/vi/addons/step_by_step_checkout.po\";s:6:\"status\";s:1:\"C\";}i:1368;a:2:{s:9:\"file_path\";s:42:\"var/langs/ar/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1369;a:2:{s:9:\"file_path\";s:42:\"var/langs/da/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1370;a:2:{s:9:\"file_path\";s:42:\"var/langs/de/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1371;a:2:{s:9:\"file_path\";s:42:\"var/langs/el/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1372;a:2:{s:9:\"file_path\";s:42:\"var/langs/es/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1373;a:2:{s:9:\"file_path\";s:42:\"var/langs/fr/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1374;a:2:{s:9:\"file_path\";s:42:\"var/langs/he/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1375;a:2:{s:9:\"file_path\";s:42:\"var/langs/id/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1376;a:2:{s:9:\"file_path\";s:42:\"var/langs/it/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1377;a:2:{s:9:\"file_path\";s:42:\"var/langs/ja/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1378;a:2:{s:9:\"file_path\";s:42:\"var/langs/nl/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1379;a:2:{s:9:\"file_path\";s:42:\"var/langs/no/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1380;a:2:{s:9:\"file_path\";s:42:\"var/langs/pl/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1381;a:2:{s:9:\"file_path\";s:42:\"var/langs/ru/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1382;a:2:{s:9:\"file_path\";s:42:\"var/langs/tr/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1383;a:2:{s:9:\"file_path\";s:42:\"var/langs/uk/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1384;a:2:{s:9:\"file_path\";s:42:\"var/langs/vi/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1385;a:2:{s:9:\"file_path\";s:29:\"var/langs/ar/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1386;a:2:{s:9:\"file_path\";s:29:\"var/langs/da/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1387;a:2:{s:9:\"file_path\";s:29:\"var/langs/de/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1388;a:2:{s:9:\"file_path\";s:29:\"var/langs/el/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1389;a:2:{s:9:\"file_path\";s:29:\"var/langs/es/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1390;a:2:{s:9:\"file_path\";s:29:\"var/langs/fr/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1391;a:2:{s:9:\"file_path\";s:29:\"var/langs/he/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1392;a:2:{s:9:\"file_path\";s:29:\"var/langs/id/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1393;a:2:{s:9:\"file_path\";s:29:\"var/langs/it/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1394;a:2:{s:9:\"file_path\";s:29:\"var/langs/ja/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1395;a:2:{s:9:\"file_path\";s:29:\"var/langs/nl/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1396;a:2:{s:9:\"file_path\";s:29:\"var/langs/no/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1397;a:2:{s:9:\"file_path\";s:29:\"var/langs/pl/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1398;a:2:{s:9:\"file_path\";s:29:\"var/langs/ru/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1399;a:2:{s:9:\"file_path\";s:29:\"var/langs/tr/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1400;a:2:{s:9:\"file_path\";s:29:\"var/langs/uk/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1401;a:2:{s:9:\"file_path\";s:29:\"var/langs/vi/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1402;a:2:{s:9:\"file_path\";s:42:\"var/langs/da/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:1403;a:2:{s:9:\"file_path\";s:42:\"var/langs/nl/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:1404;a:2:{s:9:\"file_path\";s:42:\"var/langs/fr/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:1405;a:2:{s:9:\"file_path\";s:42:\"var/langs/de/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:1406;a:2:{s:9:\"file_path\";s:42:\"var/langs/el/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:1407;a:2:{s:9:\"file_path\";s:42:\"var/langs/he/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:1408;a:2:{s:9:\"file_path\";s:42:\"var/langs/id/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:1409;a:2:{s:9:\"file_path\";s:42:\"var/langs/it/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:1410;a:2:{s:9:\"file_path\";s:42:\"var/langs/ja/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:1411;a:2:{s:9:\"file_path\";s:42:\"var/langs/no/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:1412;a:2:{s:9:\"file_path\";s:42:\"var/langs/pl/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:1413;a:2:{s:9:\"file_path\";s:42:\"var/langs/ru/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:1414;a:2:{s:9:\"file_path\";s:42:\"var/langs/es/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:1415;a:2:{s:9:\"file_path\";s:42:\"var/langs/tr/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:1416;a:2:{s:9:\"file_path\";s:42:\"var/langs/uk/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:1417;a:2:{s:9:\"file_path\";s:42:\"var/langs/vi/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:1418;a:2:{s:9:\"file_path\";s:92:\"var/themes_repository/responsive/templates/addons/store_locator/components/picker/cities.tpl\";s:6:\"status\";s:1:\"C\";}i:1419;a:2:{s:9:\"file_path\";s:93:\"var/themes_repository/responsive/templates/addons/store_locator/components/picker/vendors.tpl\";s:6:\"status\";s:1:\"C\";}i:1420;a:2:{s:9:\"file_path\";s:94:\"var/themes_repository/responsive/templates/addons/master_products/hooks/index/scripts.post.tpl\";s:6:\"status\";s:1:\"C\";}i:1421;a:2:{s:9:\"file_path\";s:104:\"var/themes_repository/responsive/templates/addons/master_products/hooks/products/product_labels.post.tpl\";s:6:\"status\";s:1:\"C\";}i:1422;a:2:{s:9:\"file_path\";s:111:\"var/themes_repository/responsive/templates/addons/master_products/hooks/products/product_option_content.pre.tpl\";s:6:\"status\";s:1:\"C\";}i:1423;a:2:{s:9:\"file_path\";s:64:\"var/themes_repository/responsive/css/lib/select2/select2.min.css\";s:6:\"status\";s:1:\"C\";}i:1424;a:2:{s:9:\"file_path\";s:35:\"app/schemas/payments/categories.php\";s:6:\"status\";s:1:\"C\";}i:1425;a:2:{s:9:\"file_path\";s:30:\"app/addons/price_list/init.php\";s:6:\"status\";s:1:\"C\";}i:1426;a:2:{s:9:\"file_path\";s:83:\"app/addons/storefront_rest_api/schemas/storefront_rest_api/translation_prefixes.php\";s:6:\"status\";s:1:\"C\";}i:1427;a:2:{s:9:\"file_path\";s:70:\"app/addons/storefront_rest_api/Tygh/Api/Entities/v40/SraAuthTokens.php\";s:6:\"status\";s:1:\"C\";}i:1428;a:2:{s:9:\"file_path\";s:75:\"app/addons/storefront_rest_api/Tygh/Api/Entities/v40/SraRecoverPassword.php\";s:6:\"status\";s:1:\"C\";}i:1429;a:2:{s:9:\"file_path\";s:72:\"app/addons/storefront_rest_api/Tygh/Api/Entities/v40/SraTranslations.php\";s:6:\"status\";s:1:\"C\";}i:1430;a:2:{s:9:\"file_path\";s:70:\"app/addons/master_products/schemas/settings/actions.functions.post.php\";s:6:\"status\";s:1:\"C\";}i:1431;a:2:{s:9:\"file_path\";s:60:\"app/addons/mobile_app/controllers/backend/languages.post.php\";s:6:\"status\";s:1:\"C\";}i:1432;a:2:{s:9:\"file_path\";s:79:\"app/addons/mobile_app/schemas/storefront_rest_api/translation_prefixes.post.php\";s:6:\"status\";s:1:\"C\";}i:1433;a:2:{s:9:\"file_path\";s:66:\"app/addons/mobile_app/Tygh/Addons/MobileApp/TranslationManager.php\";s:6:\"status\";s:1:\"C\";}i:1434;a:2:{s:9:\"file_path\";s:44:\"app/addons/seo/schemas/seo/feature_codes.php\";s:6:\"status\";s:1:\"C\";}i:1435;a:2:{s:9:\"file_path\";s:60:\"app/addons/seo/controllers/backend/product_features.post.php\";s:6:\"status\";s:1:\"C\";}i:1436;a:2:{s:9:\"file_path\";s:72:\"app/addons/warehouses/schemas/master_products/product_data_copy.post.php\";s:6:\"status\";s:1:\"C\";}i:1437;a:2:{s:9:\"file_path\";s:72:\"app/addons/warehouses/schemas/master_products/product_data_sync.post.php\";s:6:\"status\";s:1:\"C\";}i:1438;a:2:{s:9:\"file_path\";s:66:\"app/addons/warehouses/schemas/permissions/vendor_ultimate.post.php\";s:6:\"status\";s:1:\"C\";}i:1439;a:2:{s:9:\"file_path\";s:75:\"app/addons/warehouses/schemas/product_variations/product_data_copy.post.php\";s:6:\"status\";s:1:\"C\";}i:1440;a:2:{s:9:\"file_path\";s:75:\"app/addons/warehouses/schemas/product_variations/product_data_sync.post.php\";s:6:\"status\";s:1:\"C\";}i:1441;a:2:{s:9:\"file_path\";s:69:\"app/addons/advanced_import/Tygh/Addons/AdvancedImport/FileManager.php\";s:6:\"status\";s:1:\"C\";}i:1442;a:2:{s:9:\"file_path\";s:73:\"app/addons/product_variations/schemas/settings/actions.functions.post.php\";s:6:\"status\";s:1:\"C\";}i:1443;a:2:{s:9:\"file_path\";s:73:\"app/addons/product_variations/src/Api/Entities/DetachProductVariation.php\";s:6:\"status\";s:1:\"C\";}i:1444;a:2:{s:9:\"file_path\";s:76:\"app/addons/product_variations/src/Api/Entities/GenerateProductVariations.php\";s:6:\"status\";s:1:\"C\";}i:1445;a:2:{s:9:\"file_path\";s:68:\"app/addons/product_variations/src/Api/Entities/ProductVariations.php\";s:6:\"status\";s:1:\"C\";}i:1446;a:2:{s:9:\"file_path\";s:74:\"app/addons/product_variations/src/Api/Entities/ProductVariationsGroups.php\";s:6:\"status\";s:1:\"C\";}i:1447;a:2:{s:9:\"file_path\";s:77:\"app/addons/product_variations/src/Api/Entities/SetDefaultProductVariation.php\";s:6:\"status\";s:1:\"C\";}i:1448;a:2:{s:9:\"file_path\";s:69:\"app/addons/searchanise/Tygh/Enum/Addons/Searchanise/AddonStatuses.php\";s:6:\"status\";s:1:\"C\";}i:1449;a:2:{s:9:\"file_path\";s:70:\"app/addons/searchanise/Tygh/Enum/Addons/Searchanise/ImportStatuses.php\";s:6:\"status\";s:1:\"C\";}i:1450;a:2:{s:9:\"file_path\";s:68:\"app/addons/searchanise/Tygh/Enum/Addons/Searchanise/QueueActions.php\";s:6:\"status\";s:1:\"C\";}i:1451;a:2:{s:9:\"file_path\";s:69:\"app/addons/searchanise/Tygh/Enum/Addons/Searchanise/QueueStatuses.php\";s:6:\"status\";s:1:\"C\";}i:1452;a:2:{s:9:\"file_path\";s:68:\"app/addons/searchanise/Tygh/Enum/Addons/Searchanise/ServerErrors.php\";s:6:\"status\";s:1:\"C\";}i:1453;a:2:{s:9:\"file_path\";s:70:\"app/addons/searchanise/Tygh/Enum/Addons/Searchanise/SignupStatuses.php\";s:6:\"status\";s:1:\"C\";}i:1454;a:2:{s:9:\"file_path\";s:66:\"app/addons/searchanise/Tygh/Enum/Addons/Searchanise/ValueTypes.php\";s:6:\"status\";s:1:\"C\";}i:1455;a:2:{s:9:\"file_path\";s:68:\"app/addons/payments_by_country/controllers/backend/payments.post.php\";s:6:\"status\";s:1:\"C\";}i:1456;a:2:{s:9:\"file_path\";s:40:\"app/addons/payments_by_country/addon.xml\";s:6:\"status\";s:1:\"C\";}i:1457;a:2:{s:9:\"file_path\";s:39:\"app/addons/payments_by_country/func.php\";s:6:\"status\";s:1:\"C\";}i:1458;a:2:{s:9:\"file_path\";s:39:\"app/addons/payments_by_country/init.php\";s:6:\"status\";s:1:\"C\";}i:1459;a:2:{s:9:\"file_path\";s:90:\"app/addons/payments_by_country/Tygh/Enum/Addons/PaymentsByCountry/CountrySelectionMode.php\";s:6:\"status\";s:1:\"C\";}i:1460;a:2:{s:9:\"file_path\";s:26:\"app/Tygh/Enum/SiteArea.php\";s:6:\"status\";s:1:\"C\";}i:1461;a:2:{s:9:\"file_path\";s:49:\"app/lib/vendor/tedivm/jshrink/.github/FUNDING.yml\";s:6:\"status\";s:1:\"C\";}i:1462;a:2:{s:9:\"file_path\";s:64:\"app/lib/vendor/tedivm/jshrink/tests/Resources/uglify/input/if.js\";s:6:\"status\";s:1:\"C\";}i:1463;a:2:{s:9:\"file_path\";s:65:\"app/lib/vendor/tedivm/jshrink/tests/Resources/uglify/input/var.js\";s:6:\"status\";s:1:\"C\";}i:1464;a:2:{s:9:\"file_path\";s:73:\"app/lib/vendor/tedivm/jshrink/tests/Resources/requests/output/ifreturn.js\";s:6:\"status\";s:1:\"C\";}i:1465;a:2:{s:9:\"file_path\";s:72:\"app/lib/vendor/tedivm/jshrink/tests/Resources/requests/input/ifreturn.js\";s:6:\"status\";s:1:\"C\";}i:1466;a:2:{s:9:\"file_path\";s:84:\"design/themes/responsive/templates/addons/store_locator/components/picker/cities.tpl\";s:6:\"status\";s:1:\"C\";}i:1467;a:2:{s:9:\"file_path\";s:85:\"design/themes/responsive/templates/addons/store_locator/components/picker/vendors.tpl\";s:6:\"status\";s:1:\"C\";}i:1468;a:2:{s:9:\"file_path\";s:86:\"design/themes/responsive/templates/addons/master_products/hooks/index/scripts.post.tpl\";s:6:\"status\";s:1:\"C\";}i:1469;a:2:{s:9:\"file_path\";s:96:\"design/themes/responsive/templates/addons/master_products/hooks/products/product_labels.post.tpl\";s:6:\"status\";s:1:\"C\";}i:1470;a:2:{s:9:\"file_path\";s:103:\"design/themes/responsive/templates/addons/master_products/hooks/products/product_option_content.pre.tpl\";s:6:\"status\";s:1:\"C\";}i:1471;a:2:{s:9:\"file_path\";s:56:\"design/themes/responsive/css/lib/select2/select2.min.css\";s:6:\"status\";s:1:\"C\";}}');
INSERT INTO `partiushop_installed_upgrades` (`id`, `type`, `name`, `timestamp`, `description`, `conflicts`) VALUES
(29, 'core', 'Upgrade 4.11.4 - 4.11.4.SP1', 1628257439, '<p><strong>Multi-Vendor 4.11.4 SP1</strong> addresses a problem with JSON-LD and backward compatibility. Some third-party themes could not use the new JSON-LD markup. That is why we added automatic fallback to the old markup, if necessary.</p><p><strong>We recommend installing this upgrade as soon as possible.</strong></p>', 'a:0:{}'),
(30, 'core', 'Upgrade 4.11.4.SP1 - 4.11.4.SP2', 1628258004, '<p><strong>Multi-Vendor 4.11.4 SP2</strong> solves a problem with the newly-released Google Chrome v83. Installation, upgrade, backup, restore, export, import, and some other actions did not work in that version due to changes in Chrome.</p><p><strong>We recommend installing this upgrade as soon as possible.</strong></p>', 'a:1:{i:0;a:2:{s:9:\"file_path\";s:40:\"js/lib/js-webshim/shims/form-datalist.js\";s:6:\"status\";s:1:\"C\";}}'),
(31, 'core', 'Upgrade 4.11.4.SP2 - 4.11.4.SP3', 1628258584, '<p><strong>Multi-Vendor 4.11.4 SP3</strong> solves a problem with emails sent to newly-registered vendors. The administrator of a vendor received an email that contained his or her user ID instead of login (email address).</p><p><strong>We recommend installing this upgrade as soon as possible.</strong></p>', 'a:0:{}'),
(32, 'core', 'Upgrade 4.11.4.SP3 - 4.11.5', 1628259681, '<p><strong>Multi-Vendor 4.11.5</strong> brings the following changes and improvements:</p>\n<ul>\n<li>PayPal Commerce Payment: a new solution for accepting payments and distributing money between vendors.</li>\n<li>Apple Pay and Google Pay now support the following add-ons: Common Products for Vendors; Direct Customer-to-Vendor Payments.</li>\n<li>You can now allow vendors to handle call requests.</li>\n<li>The lists of orders, categories, and countries were improved. You can now work with them like you work with products.</li>\n<li>Facebook Pixel add-on now tracks not only orders themselves, but also order totals and currencies.</li>\n</ul>\n<p>For the full list of changes, <a href=\"http://docs.cs-cart.com/4.11.x/history/4115.html\" target=\"_blank\">check the changelog</a>.</p>', 'a:349:{i:0;a:2:{s:9:\"file_path\";s:51:\"app/schemas/security/object_sanitization_vendor.php\";s:6:\"status\";s:1:\"C\";}i:1;a:2:{s:9:\"file_path\";s:35:\"app/schemas/sync_data/sync_data.php\";s:6:\"status\";s:1:\"C\";}i:2;a:2:{s:9:\"file_path\";s:53:\"app/Tygh/Tests/Unit/Functions/Common/FnCheckUtf16.php\";s:6:\"status\";s:1:\"C\";}i:3;a:2:{s:9:\"file_path\";s:53:\"app/Tygh/Tests/Unit/Functions/Common/data/utf16be.txt\";s:6:\"status\";s:1:\"C\";}i:4;a:2:{s:9:\"file_path\";s:53:\"app/Tygh/Tests/Unit/Functions/Common/data/utf16le.txt\";s:6:\"status\";s:1:\"C\";}i:5;a:2:{s:9:\"file_path\";s:73:\"app/Tygh/Tests/Unit/Functions/Cart/FnConvertWeightToImperialUnitsTest.php\";s:6:\"status\";s:1:\"C\";}i:6;a:2:{s:9:\"file_path\";s:71:\"app/Tygh/Tests/Unit/Functions/Cart/FnConvertWeightToMetricUnitsTest.php\";s:6:\"status\";s:1:\"C\";}i:7;a:2:{s:9:\"file_path\";s:68:\"app/Tygh/Tests/Unit/Functions/Catalog/FnGetProductQtyContentTest.php\";s:6:\"status\";s:1:\"C\";}i:8;a:2:{s:9:\"file_path\";s:34:\"app/Tygh/Enum/SyncDataStatuses.php\";s:6:\"status\";s:1:\"C\";}i:9;a:2:{s:9:\"file_path\";s:42:\"app/lib/other/elfinder/resources/image.png\";s:6:\"status\";s:1:\"C\";}i:10;a:2:{s:9:\"file_path\";s:42:\"app/lib/other/elfinder/resources/video.png\";s:6:\"status\";s:1:\"C\";}i:11;a:2:{s:9:\"file_path\";s:37:\"app/lib/other/elfinder/libs/GdBmp.php\";s:6:\"status\";s:1:\"C\";}i:12;a:2:{s:9:\"file_path\";s:49:\"app/lib/other/elfinder/plugins/Watermark/logo.png\";s:6:\"status\";s:1:\"C\";}i:13;a:2:{s:9:\"file_path\";s:51:\"app/lib/other/elfinder/plugins/Watermark/plugin.php\";s:6:\"status\";s:1:\"C\";}i:14;a:2:{s:9:\"file_path\";s:52:\"app/lib/other/elfinder/plugins/AutoResize/plugin.php\";s:6:\"status\";s:1:\"C\";}i:15;a:2:{s:9:\"file_path\";s:52:\"app/lib/other/elfinder/plugins/AutoRotate/plugin.php\";s:6:\"status\";s:1:\"C\";}i:16;a:2:{s:9:\"file_path\";s:52:\"app/lib/other/elfinder/plugins/Normalizer/plugin.php\";s:6:\"status\";s:1:\"C\";}i:17;a:2:{s:9:\"file_path\";s:51:\"app/lib/other/elfinder/plugins/Sanitizer/plugin.php\";s:6:\"status\";s:1:\"C\";}i:18;a:2:{s:9:\"file_path\";s:63:\"app/lib/other/elfinder/elFinderFlysystemGoogleDriveNetmount.php\";s:6:\"status\";s:1:\"C\";}i:19;a:2:{s:9:\"file_path\";s:41:\"app/lib/other/elfinder/elFinderPlugin.php\";s:6:\"status\";s:1:\"C\";}i:20;a:2:{s:9:\"file_path\";s:42:\"app/lib/other/elfinder/elFinderSession.php\";s:6:\"status\";s:1:\"C\";}i:21;a:2:{s:9:\"file_path\";s:51:\"app/lib/other/elfinder/elFinderSessionInterface.php\";s:6:\"status\";s:1:\"C\";}i:22;a:2:{s:9:\"file_path\";s:50:\"app/lib/other/elfinder/elFinderVolumeBox.class.php\";s:6:\"status\";s:1:\"C\";}i:23;a:2:{s:9:\"file_path\";s:55:\"app/lib/other/elfinder/elFinderVolumeDropbox2.class.php\";s:6:\"status\";s:1:\"C\";}i:24;a:2:{s:9:\"file_path\";s:58:\"app/lib/other/elfinder/elFinderVolumeGoogleDrive.class.php\";s:6:\"status\";s:1:\"C\";}i:25;a:2:{s:9:\"file_path\";s:52:\"app/lib/other/elfinder/elFinderVolumeGroup.class.php\";s:6:\"status\";s:1:\"C\";}i:26;a:2:{s:9:\"file_path\";s:55:\"app/lib/other/elfinder/elFinderVolumeOneDrive.class.php\";s:6:\"status\";s:1:\"C\";}i:27;a:2:{s:9:\"file_path\";s:52:\"app/lib/other/elfinder/elFinderVolumeTrash.class.php\";s:6:\"status\";s:1:\"C\";}i:28;a:2:{s:9:\"file_path\";s:57:\"app/lib/other/elfinder/elFinderVolumeTrashMySQL.class.php\";s:6:\"status\";s:1:\"C\";}i:29;a:2:{s:9:\"file_path\";s:52:\"app/lib/other/elfinder/editors/ZipArchive/editor.php\";s:6:\"status\";s:1:\"C\";}i:30;a:2:{s:9:\"file_path\";s:52:\"app/lib/other/elfinder/editors/ZohoOffice/editor.php\";s:6:\"status\";s:1:\"C\";}i:31;a:2:{s:9:\"file_path\";s:41:\"app/lib/other/elfinder/editors/editor.php\";s:6:\"status\";s:1:\"C\";}i:32;a:2:{s:9:\"file_path\";s:55:\"app/lib/other/elfinder/editors/OnlineConvert/editor.php\";s:6:\"status\";s:1:\"C\";}i:33;a:2:{s:9:\"file_path\";s:43:\"app/lib/other/maxmind/GeoLite2-Country.mmdb\";s:6:\"status\";s:1:\"C\";}i:34;a:2:{s:9:\"file_path\";s:43:\"app/lib/vendor/composer/autoload_static.php\";s:6:\"status\";s:1:\"C\";}i:35;a:2:{s:9:\"file_path\";s:41:\"app/lib/vendor/composer/autoload_real.php\";s:6:\"status\";s:1:\"C\";}i:36;a:2:{s:9:\"file_path\";s:45:\"app/lib/vendor/maxmind-db/reader/CHANGELOG.md\";s:6:\"status\";s:1:\"C\";}i:37;a:2:{s:9:\"file_path\";s:40:\"app/lib/vendor/maxmind-db/reader/LICENSE\";s:6:\"status\";s:1:\"C\";}i:38;a:2:{s:9:\"file_path\";s:42:\"app/lib/vendor/maxmind-db/reader/README.md\";s:6:\"status\";s:1:\"C\";}i:39;a:2:{s:9:\"file_path\";s:45:\"app/lib/vendor/maxmind-db/reader/autoload.php\";s:6:\"status\";s:1:\"C\";}i:40;a:2:{s:9:\"file_path\";s:46:\"app/lib/vendor/maxmind-db/reader/composer.json\";s:6:\"status\";s:1:\"C\";}i:41;a:2:{s:9:\"file_path\";s:46:\"app/lib/vendor/maxmind-db/reader/ext/config.m4\";s:6:\"status\";s:1:\"C\";}i:42;a:2:{s:9:\"file_path\";s:48:\"app/lib/vendor/maxmind-db/reader/ext/maxminddb.c\";s:6:\"status\";s:1:\"C\";}i:43;a:2:{s:9:\"file_path\";s:52:\"app/lib/vendor/maxmind-db/reader/ext/php_maxminddb.h\";s:6:\"status\";s:1:\"C\";}i:44;a:2:{s:9:\"file_path\";s:56:\"app/lib/vendor/maxmind-db/reader/ext/tests/001-load.phpt\";s:6:\"status\";s:1:\"C\";}i:45;a:2:{s:9:\"file_path\";s:57:\"app/lib/vendor/maxmind-db/reader/ext/tests/002-final.phpt\";s:6:\"status\";s:1:\"C\";}i:46;a:2:{s:9:\"file_path\";s:64:\"app/lib/vendor/maxmind-db/reader/ext/tests/003-open-basedir.phpt\";s:6:\"status\";s:1:\"C\";}i:47;a:2:{s:9:\"file_path\";s:58:\"app/lib/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php\";s:6:\"status\";s:1:\"C\";}i:48;a:2:{s:9:\"file_path\";s:66:\"app/lib/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php\";s:6:\"status\";s:1:\"C\";}i:49;a:2:{s:9:\"file_path\";s:83:\"app/lib/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php\";s:6:\"status\";s:1:\"C\";}i:50;a:2:{s:9:\"file_path\";s:67:\"app/lib/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php\";s:6:\"status\";s:1:\"C\";}i:51;a:2:{s:9:\"file_path\";s:63:\"app/lib/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php\";s:6:\"status\";s:1:\"C\";}i:52;a:2:{s:9:\"file_path\";s:27:\"app/lib/vendor/autoload.php\";s:6:\"status\";s:1:\"C\";}i:53;a:2:{s:9:\"file_path\";s:37:\"app/controllers/backend/sync_data.php\";s:6:\"status\";s:1:\"C\";}i:54;a:2:{s:9:\"file_path\";s:67:\"app/addons/call_requests/schemas/block_manager/blocks.functions.php\";s:6:\"status\";s:1:\"C\";}i:55;a:2:{s:9:\"file_path\";s:74:\"app/addons/master_products/schemas/exim/qty_discounts_multivendor.post.php\";s:6:\"status\";s:1:\"C\";}i:56;a:2:{s:9:\"file_path\";s:35:\"app/addons/email_marketing/init.php\";s:6:\"status\";s:1:\"C\";}i:57;a:2:{s:9:\"file_path\";s:50:\"app/addons/email_marketing/lib/vendor/autoload.php\";s:6:\"status\";s:1:\"C\";}i:58;a:2:{s:9:\"file_path\";s:76:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Mailchimp.php\";s:6:\"status\";s:1:\"C\";}i:59;a:2:{s:9:\"file_path\";s:85:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/MailchimpException.php\";s:6:\"status\";s:1:\"C\";}i:60;a:2:{s:9:\"file_path\";s:87:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Requests/HttpRequest.php\";s:6:\"status\";s:1:\"C\";}i:61;a:2:{s:9:\"file_path\";s:95:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Requests/MailchimpConnection.php\";s:6:\"status\";s:1:\"C\";}i:62;a:2:{s:9:\"file_path\";s:92:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Requests/MailchimpRequest.php\";s:6:\"status\";s:1:\"C\";}i:63;a:2:{s:9:\"file_path\";s:98:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/Carts.php\";s:6:\"status\";s:1:\"C\";}i:64;a:2:{s:9:\"file_path\";s:104:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/Carts/Lines.php\";s:6:\"status\";s:1:\"C\";}i:65;a:2:{s:9:\"file_path\";s:102:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/Customers.php\";s:6:\"status\";s:1:\"C\";}i:66;a:2:{s:9:\"file_path\";s:99:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/Orders.php\";s:6:\"status\";s:1:\"C\";}i:67;a:2:{s:9:\"file_path\";s:101:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/Products.php\";s:6:\"status\";s:1:\"C\";}i:68;a:2:{s:9:\"file_path\";s:103:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/PromoRules.php\";s:6:\"status\";s:1:\"C\";}i:69;a:2:{s:9:\"file_path\";s:105:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/Orders/Lines.php\";s:6:\"status\";s:1:\"C\";}i:70;a:2:{s:9:\"file_path\";s:108:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/Products/Images.php\";s:6:\"status\";s:1:\"C\";}i:71;a:2:{s:9:\"file_path\";s:110:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/Products/Variants.php\";s:6:\"status\";s:1:\"C\";}i:72;a:2:{s:9:\"file_path\";s:114:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/PromoRules/PromoCodes.php\";s:6:\"status\";s:1:\"C\";}i:73;a:2:{s:9:\"file_path\";s:98:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/CampaignAbuse.php\";s:6:\"status\";s:1:\"C\";}i:74;a:2:{s:9:\"file_path\";s:99:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/CampaignAdvice.php\";s:6:\"status\";s:1:\"C\";}i:75;a:2:{s:9:\"file_path\";s:97:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/ClickReports.php\";s:6:\"status\";s:1:\"C\";}i:76;a:2:{s:9:\"file_path\";s:102:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/DomainPerformance.php\";s:6:\"status\";s:1:\"C\";}i:77;a:2:{s:9:\"file_path\";s:98:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/EepurlReports.php\";s:6:\"status\";s:1:\"C\";}i:78;a:2:{s:9:\"file_path\";s:98:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/EmailActivity.php\";s:6:\"status\";s:1:\"C\";}i:79;a:2:{s:9:\"file_path\";s:100:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/GoogleAnalytics.php\";s:6:\"status\";s:1:\"C\";}i:80;a:2:{s:9:\"file_path\";s:96:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/OpenDetails.php\";s:6:\"status\";s:1:\"C\";}i:81;a:2:{s:9:\"file_path\";s:91:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/SentTo.php\";s:6:\"status\";s:1:\"C\";}i:82;a:2:{s:9:\"file_path\";s:95:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/SubReports.php\";s:6:\"status\";s:1:\"C\";}i:83;a:2:{s:9:\"file_path\";s:97:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/TopLocations.php\";s:6:\"status\";s:1:\"C\";}i:84;a:2:{s:9:\"file_path\";s:97:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/Unsubscribes.php\";s:6:\"status\";s:1:\"C\";}i:85;a:2:{s:9:\"file_path\";s:105:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/ClickReports/Members.php\";s:6:\"status\";s:1:\"C\";}i:86;a:2:{s:9:\"file_path\";s:84:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Account.php\";s:6:\"status\";s:1:\"C\";}i:87;a:2:{s:9:\"file_path\";s:88:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/ApiResource.php\";s:6:\"status\";s:1:\"C\";}i:88;a:2:{s:9:\"file_path\";s:91:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/AuthorizedApps.php\";s:6:\"status\";s:1:\"C\";}i:89;a:2:{s:9:\"file_path\";s:88:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Automations.php\";s:6:\"status\";s:1:\"C\";}i:90;a:2:{s:9:\"file_path\";s:92:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/BatchOperations.php\";s:6:\"status\";s:1:\"C\";}i:91;a:2:{s:9:\"file_path\";s:90:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/BatchWebhooks.php\";s:6:\"status\";s:1:\"C\";}i:92;a:2:{s:9:\"file_path\";s:92:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/CampaignFolders.php\";s:6:\"status\";s:1:\"C\";}i:93;a:2:{s:9:\"file_path\";s:86:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Campaigns.php\";s:6:\"status\";s:1:\"C\";}i:94;a:2:{s:9:\"file_path\";s:91:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/ConnectedSites.php\";s:6:\"status\";s:1:\"C\";}i:95;a:2:{s:9:\"file_path\";s:90:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Conversations.php\";s:6:\"status\";s:1:\"C\";}i:96;a:2:{s:9:\"file_path\";s:92:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores.php\";s:6:\"status\";s:1:\"C\";}i:97;a:2:{s:9:\"file_path\";s:88:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/FacebookAds.php\";s:6:\"status\";s:1:\"C\";}i:98;a:2:{s:9:\"file_path\";s:93:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/FileManagerFiles.php\";s:6:\"status\";s:1:\"C\";}i:99;a:2:{s:9:\"file_path\";s:95:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/FileManagerFolders.php\";s:6:\"status\";s:1:\"C\";}i:100;a:2:{s:9:\"file_path\";s:86:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/GoogleAds.php\";s:6:\"status\";s:1:\"C\";}i:101;a:2:{s:9:\"file_path\";s:89:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/LandingPages.php\";s:6:\"status\";s:1:\"C\";}i:102;a:2:{s:9:\"file_path\";s:82:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists.php\";s:6:\"status\";s:1:\"C\";}i:103;a:2:{s:9:\"file_path\";s:81:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Ping.php\";s:6:\"status\";s:1:\"C\";}i:104;a:2:{s:9:\"file_path\";s:84:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports.php\";s:6:\"status\";s:1:\"C\";}i:105;a:2:{s:9:\"file_path\";s:92:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/SearchCampaigns.php\";s:6:\"status\";s:1:\"C\";}i:106;a:2:{s:9:\"file_path\";s:90:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/SearchMembers.php\";s:6:\"status\";s:1:\"C\";}i:107;a:2:{s:9:\"file_path\";s:92:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/TemplateFolders.php\";s:6:\"status\";s:1:\"C\";}i:108;a:2:{s:9:\"file_path\";s:86:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Templates.php\";s:6:\"status\";s:1:\"C\";}i:109;a:2:{s:9:\"file_path\";s:92:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/VerifiedDomains.php\";s:6:\"status\";s:1:\"C\";}i:110;a:2:{s:9:\"file_path\";s:95:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Automations/Emails.php\";s:6:\"status\";s:1:\"C\";}i:111;a:2:{s:9:\"file_path\";s:107:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Automations/RemovedSubscribers.php\";s:6:\"status\";s:1:\"C\";}i:112;a:2:{s:9:\"file_path\";s:101:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Automations/Emails/Queue.php\";s:6:\"status\";s:1:\"C\";}i:113;a:2:{s:9:\"file_path\";s:101:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Templates/DefaultContent.php\";s:6:\"status\";s:1:\"C\";}i:114;a:2:{s:9:\"file_path\";s:97:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/LandingPages/Content.php\";s:6:\"status\";s:1:\"C\";}i:115;a:2:{s:9:\"file_path\";s:94:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Campaigns/Content.php\";s:6:\"status\";s:1:\"C\";}i:116;a:2:{s:9:\"file_path\";s:95:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Campaigns/Feedback.php\";s:6:\"status\";s:1:\"C\";}i:117;a:2:{s:9:\"file_path\";s:100:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Campaigns/SendChecklist.php\";s:6:\"status\";s:1:\"C\";}i:118;a:2:{s:9:\"file_path\";s:99:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Members/Activity.php\";s:6:\"status\";s:1:\"C\";}i:119;a:2:{s:9:\"file_path\";s:97:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Members/Events.php\";s:6:\"status\";s:1:\"C\";}i:120;a:2:{s:9:\"file_path\";s:96:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Members/Goals.php\";s:6:\"status\";s:1:\"C\";}i:121;a:2:{s:9:\"file_path\";s:96:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Members/Notes.php\";s:6:\"status\";s:1:\"C\";}i:122;a:2:{s:9:\"file_path\";s:95:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Members/Tags.php\";s:6:\"status\";s:1:\"C\";}i:123;a:2:{s:9:\"file_path\";s:99:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Segments/Members.php\";s:6:\"status\";s:1:\"C\";}i:124;a:2:{s:9:\"file_path\";s:95:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/AbuseReports.php\";s:6:\"status\";s:1:\"C\";}i:125;a:2:{s:9:\"file_path\";s:91:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Activity.php\";s:6:\"status\";s:1:\"C\";}i:126;a:2:{s:9:\"file_path\";s:90:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Clients.php\";s:6:\"status\";s:1:\"C\";}i:127;a:2:{s:9:\"file_path\";s:96:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/GrowthHistory.php\";s:6:\"status\";s:1:\"C\";}i:128;a:2:{s:9:\"file_path\";s:101:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/InterestCategories.php\";s:6:\"status\";s:1:\"C\";}i:129;a:2:{s:9:\"file_path\";s:90:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Members.php\";s:6:\"status\";s:1:\"C\";}i:130;a:2:{s:9:\"file_path\";s:94:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/MergeFields.php\";s:6:\"status\";s:1:\"C\";}i:131;a:2:{s:9:\"file_path\";s:91:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Segments.php\";s:6:\"status\";s:1:\"C\";}i:132;a:2:{s:9:\"file_path\";s:94:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/SignupForms.php\";s:6:\"status\";s:1:\"C\";}i:133;a:2:{s:9:\"file_path\";s:91:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Webhooks.php\";s:6:\"status\";s:1:\"C\";}i:134;a:2:{s:9:\"file_path\";s:110:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/InterestCategories/Interest.php\";s:6:\"status\";s:1:\"C\";}i:135;a:2:{s:9:\"file_path\";s:99:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Conversations/Messages.php\";s:6:\"status\";s:1:\"C\";}i:136;a:2:{s:9:\"file_path\";s:92:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Responses/FailureResponse.php\";s:6:\"status\";s:1:\"C\";}i:137;a:2:{s:9:\"file_path\";s:94:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Responses/MailchimpResponse.php\";s:6:\"status\";s:1:\"C\";}i:138;a:2:{s:9:\"file_path\";s:92:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Responses/SuccessResponse.php\";s:6:\"status\";s:1:\"C\";}i:139;a:2:{s:9:\"file_path\";s:93:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Settings/MailchimpSettings.php\";s:6:\"status\";s:1:\"C\";}i:140;a:2:{s:9:\"file_path\";s:77:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/CODE_OF_CONDUCT.md\";s:6:\"status\";s:1:\"C\";}i:141;a:2:{s:9:\"file_path\";s:66:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/LICENSE\";s:6:\"status\";s:1:\"C\";}i:142;a:2:{s:9:\"file_path\";s:83:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/PULL_REQUEST_TEMPLATE.md\";s:6:\"status\";s:1:\"C\";}i:143;a:2:{s:9:\"file_path\";s:68:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/README.md\";s:6:\"status\";s:1:\"C\";}i:144;a:2:{s:9:\"file_path\";s:70:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/_config.yml\";s:6:\"status\";s:1:\"C\";}i:145;a:2:{s:9:\"file_path\";s:72:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/composer.json\";s:6:\"status\";s:1:\"C\";}i:146;a:2:{s:9:\"file_path\";s:72:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/composer.lock\";s:6:\"status\";s:1:\"C\";}i:147;a:2:{s:9:\"file_path\";s:70:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/.travis.yml\";s:6:\"status\";s:1:\"C\";}i:148;a:2:{s:9:\"file_path\";s:95:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/.github/ISSUE_TEMPLATE/bug_report.md\";s:6:\"status\";s:1:\"C\";}i:149;a:2:{s:9:\"file_path\";s:100:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/.github/ISSUE_TEMPLATE/feature_request.md\";s:6:\"status\";s:1:\"C\";}i:150;a:2:{s:9:\"file_path\";s:68:\"app/addons/email_marketing/lib/vendor/composer/autoload_classmap.php\";s:6:\"status\";s:1:\"C\";}i:151;a:2:{s:9:\"file_path\";s:66:\"app/addons/email_marketing/lib/vendor/composer/autoload_static.php\";s:6:\"status\";s:1:\"C\";}i:152;a:2:{s:9:\"file_path\";s:64:\"app/addons/email_marketing/lib/vendor/composer/autoload_real.php\";s:6:\"status\";s:1:\"C\";}i:153;a:2:{s:9:\"file_path\";s:62:\"app/addons/email_marketing/lib/vendor/composer/ClassLoader.php\";s:6:\"status\";s:1:\"C\";}i:154;a:2:{s:9:\"file_path\";s:54:\"app/addons/email_marketing/lib/vendor/composer/LICENSE\";s:6:\"status\";s:1:\"C\";}i:155;a:2:{s:9:\"file_path\";s:61:\"app/addons/email_marketing/lib/vendor/composer/installed.json\";s:6:\"status\";s:1:\"C\";}i:156;a:2:{s:9:\"file_path\";s:70:\"app/addons/email_marketing/lib/vendor/composer/autoload_namespaces.php\";s:6:\"status\";s:1:\"C\";}i:157;a:2:{s:9:\"file_path\";s:64:\"app/addons/email_marketing/lib/vendor/composer/autoload_psr4.php\";s:6:\"status\";s:1:\"C\";}i:158;a:2:{s:9:\"file_path\";s:44:\"app/addons/email_marketing/lib/composer.json\";s:6:\"status\";s:1:\"C\";}i:159;a:2:{s:9:\"file_path\";s:44:\"app/addons/email_marketing/lib/composer.lock\";s:6:\"status\";s:1:\"C\";}i:160;a:2:{s:9:\"file_path\";s:56:\"app/addons/seo/Tygh/Enum/Addons/Seo/ItemAvailability.php\";s:6:\"status\";s:1:\"C\";}i:161;a:2:{s:9:\"file_path\";s:84:\"app/addons/vendor_data_premoderation/schemas/exim/qty_discounts_multivendor.post.php\";s:6:\"status\";s:1:\"C\";}i:162;a:2:{s:9:\"file_path\";s:73:\"app/addons/paypal_commerce_platform/payments/paypal_commerce_platform.php\";s:6:\"status\";s:1:\"C\";}i:163;a:2:{s:9:\"file_path\";s:90:\"app/addons/paypal_commerce_platform/schemas/paypal_commerce_platform/status_conversion.php\";s:6:\"status\";s:1:\"C\";}i:164;a:2:{s:9:\"file_path\";s:82:\"app/addons/paypal_commerce_platform/schemas/reporting/metrics_multivendor.post.php\";s:6:\"status\";s:1:\"C\";}i:165;a:2:{s:9:\"file_path\";s:80:\"app/addons/paypal_commerce_platform/schemas/settings/variants.functions.post.php\";s:6:\"status\";s:1:\"C\";}i:166;a:2:{s:9:\"file_path\";s:45:\"app/addons/paypal_commerce_platform/addon.xml\";s:6:\"status\";s:1:\"C\";}i:167;a:2:{s:9:\"file_path\";s:44:\"app/addons/paypal_commerce_platform/func.php\";s:6:\"status\";s:1:\"C\";}i:168;a:2:{s:9:\"file_path\";s:44:\"app/addons/paypal_commerce_platform/init.php\";s:6:\"status\";s:1:\"C\";}i:169;a:2:{s:9:\"file_path\";s:86:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/OAuthHelper.php\";s:6:\"status\";s:1:\"C\";}i:170;a:2:{s:9:\"file_path\";s:89:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/PayoutsManager.php\";s:6:\"status\";s:1:\"C\";}i:171;a:2:{s:9:\"file_path\";s:91:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/ProcessorFactory.php\";s:6:\"status\";s:1:\"C\";}i:172;a:2:{s:9:\"file_path\";s:90:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/ServiceProvider.php\";s:6:\"status\";s:1:\"C\";}i:173;a:2:{s:9:\"file_path\";s:85:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Api/Client.php\";s:6:\"status\";s:1:\"C\";}i:174;a:2:{s:9:\"file_path\";s:92:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Api/ClientWrapper.php\";s:6:\"status\";s:1:\"C\";}i:175;a:2:{s:9:\"file_path\";s:93:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Enum/CaptureStatus.php\";s:6:\"status\";s:1:\"C\";}i:176;a:2:{s:9:\"file_path\";s:101:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Enum/CheckoutPaymentIntent.php\";s:6:\"status\";s:1:\"C\";}i:177;a:2:{s:9:\"file_path\";s:96:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Enum/DisbursementMode.php\";s:6:\"status\";s:1:\"C\";}i:178;a:2:{s:9:\"file_path\";s:90:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Enum/UserAction.php\";s:6:\"status\";s:1:\"C\";}i:179;a:2:{s:9:\"file_path\";s:96:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Enum/WebhookEventType.php\";s:6:\"status\";s:1:\"C\";}i:180;a:2:{s:9:\"file_path\";s:97:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Exception/ApiException.php\";s:6:\"status\";s:1:\"C\";}i:181;a:2:{s:9:\"file_path\";s:101:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Exception/ContentException.php\";s:6:\"status\";s:1:\"C\";}i:182;a:2:{s:9:\"file_path\";s:106:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Payments/PaypalCommercePlatform.php\";s:6:\"status\";s:1:\"C\";}i:183;a:2:{s:9:\"file_path\";s:88:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Webhook/Event.php\";s:6:\"status\";s:1:\"C\";}i:184;a:2:{s:9:\"file_path\";s:97:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Webhook/PaymentCapture.php\";s:6:\"status\";s:1:\"C\";}i:185;a:2:{s:9:\"file_path\";s:111:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Webhook/PaymentCaptureEventInterface.php\";s:6:\"status\";s:1:\"C\";}i:186;a:2:{s:9:\"file_path\";s:103:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Webhook/PaymentFinishedEvent.php\";s:6:\"status\";s:1:\"C\";}i:187;a:2:{s:9:\"file_path\";s:103:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Webhook/PaymentRefundedEvent.php\";s:6:\"status\";s:1:\"C\";}i:188;a:2:{s:9:\"file_path\";s:83:\"app/addons/paypal_commerce_platform/controllers/common/paypal_commerce_platform.php\";s:6:\"status\";s:1:\"C\";}i:189;a:2:{s:9:\"file_path\";s:74:\"app/addons/paypal_commerce_platform/controllers/frontend/checkout.post.php\";s:6:\"status\";s:1:\"C\";}i:190;a:2:{s:9:\"file_path\";s:71:\"app/addons/paypal_commerce_platform/controllers/backend/addons.post.php\";s:6:\"status\";s:1:\"C\";}i:191;a:2:{s:9:\"file_path\";s:74:\"app/addons/paypal_commerce_platform/controllers/backend/companies.post.php\";s:6:\"status\";s:1:\"C\";}i:192;a:2:{s:9:\"file_path\";s:77:\"app/addons/store_locator/schemas/security/object_sanitization_vendor.post.php\";s:6:\"status\";s:1:\"C\";}i:193;a:2:{s:9:\"file_path\";s:46:\"app/addons/graphql_api/lib/vendor/autoload.php\";s:6:\"status\";s:1:\"C\";}i:194;a:2:{s:9:\"file_path\";s:62:\"app/addons/graphql_api/lib/vendor/composer/autoload_static.php\";s:6:\"status\";s:1:\"C\";}i:195;a:2:{s:9:\"file_path\";s:60:\"app/addons/graphql_api/lib/vendor/composer/autoload_real.php\";s:6:\"status\";s:1:\"C\";}i:196;a:2:{s:9:\"file_path\";s:88:\"app/addons/storefront_rest_api/Tygh/Addons/StorefrontRestApi/Payments/YandexCheckout.php\";s:6:\"status\";s:1:\"C\";}i:197;a:2:{s:9:\"file_path\";s:103:\"app/addons/storefront_rest_api/Tygh/Addons/StorefrontRestApi/Payments/YandexCheckoutForMarketplaces.php\";s:6:\"status\";s:1:\"C\";}i:198;a:2:{s:9:\"file_path\";s:55:\"app/addons/stripe/schemas/block_manager/blocks.post.php\";s:6:\"status\";s:1:\"C\";}i:199;a:2:{s:9:\"file_path\";s:95:\"design/backend/templates/addons/quickbooks/hooks/orders/export_tools_list_for_selected.post.tpl\";s:6:\"status\";s:1:\"C\";}i:200;a:2:{s:9:\"file_path\";s:89:\"design/backend/templates/addons/myob/hooks/orders/export_tools_list_for_selected.post.tpl\";s:6:\"status\";s:1:\"C\";}i:201;a:2:{s:9:\"file_path\";s:91:\"design/backend/templates/addons/myob/hooks/profiles/export_tools_list_for_selected.post.tpl\";s:6:\"status\";s:1:\"C\";}i:202;a:2:{s:9:\"file_path\";s:99:\"design/backend/templates/addons/direct_payments/hooks/shippings/update_shipping_vendor.override.tpl\";s:6:\"status\";s:1:\"C\";}i:203;a:2:{s:9:\"file_path\";s:95:\"design/backend/templates/addons/paypal_commerce_platform/settings/rma_refunded_order_status.tpl\";s:6:\"status\";s:1:\"C\";}i:204;a:2:{s:9:\"file_path\";s:118:\"design/backend/templates/addons/paypal_commerce_platform/views/orders/components/payments/paypal_commerce_platform.tpl\";s:6:\"status\";s:1:\"C\";}i:205;a:2:{s:9:\"file_path\";s:125:\"design/backend/templates/addons/paypal_commerce_platform/views/payments/components/cc_processors/paypal_commerce_platform.tpl\";s:6:\"status\";s:1:\"C\";}i:206;a:2:{s:9:\"file_path\";s:105:\"design/backend/templates/addons/paypal_commerce_platform/hooks/orders/payment_info_text_item.override.tpl\";s:6:\"status\";s:1:\"C\";}i:207;a:2:{s:9:\"file_path\";s:91:\"design/backend/templates/addons/paypal_commerce_platform/hooks/rma/details_actions.post.tpl\";s:6:\"status\";s:1:\"C\";}i:208;a:2:{s:9:\"file_path\";s:95:\"design/backend/templates/addons/paypal_commerce_platform/hooks/companies/list_extra_td.post.tpl\";s:6:\"status\";s:1:\"C\";}i:209;a:2:{s:9:\"file_path\";s:95:\"design/backend/templates/addons/paypal_commerce_platform/hooks/companies/list_extra_th.post.tpl\";s:6:\"status\";s:1:\"C\";}i:210;a:2:{s:9:\"file_path\";s:94:\"design/backend/templates/addons/paypal_commerce_platform/hooks/companies/tabs_content.post.tpl\";s:6:\"status\";s:1:\"C\";}i:211;a:2:{s:9:\"file_path\";s:85:\"design/backend/templates/addons/paypal_commerce_platform/hooks/index/scripts.post.tpl\";s:6:\"status\";s:1:\"C\";}i:212;a:2:{s:9:\"file_path\";s:84:\"design/backend/templates/addons/paypal_commerce_platform/hooks/index/styles.post.tpl\";s:6:\"status\";s:1:\"C\";}i:213;a:2:{s:9:\"file_path\";s:69:\"design/backend/templates/addons/suppliers/hooks/index/styles.post.tpl\";s:6:\"status\";s:1:\"C\";}i:214;a:2:{s:9:\"file_path\";s:86:\"design/backend/templates/addons/suppliers/views/suppliers/components/picker/picker.tpl\";s:6:\"status\";s:1:\"C\";}i:215;a:2:{s:9:\"file_path\";s:96:\"design/backend/templates/addons/master_products/hooks/products/product_update_price.override.tpl\";s:6:\"status\";s:1:\"C\";}i:216;a:2:{s:9:\"file_path\";s:74:\"design/backend/templates/views/product_features/components/picker/item.tpl\";s:6:\"status\";s:1:\"C\";}i:217;a:2:{s:9:\"file_path\";s:76:\"design/backend/templates/views/product_features/components/picker/picker.tpl\";s:6:\"status\";s:1:\"C\";}i:218;a:2:{s:9:\"file_path\";s:83:\"design/backend/templates/views/product_features/components/variants_picker/item.tpl\";s:6:\"status\";s:1:\"C\";}i:219;a:2:{s:9:\"file_path\";s:89:\"design/backend/templates/views/product_features/components/variants_picker/item_color.tpl\";s:6:\"status\";s:1:\"C\";}i:220;a:2:{s:9:\"file_path\";s:89:\"design/backend/templates/views/product_features/components/variants_picker/item_image.tpl\";s:6:\"status\";s:1:\"C\";}i:221;a:2:{s:9:\"file_path\";s:85:\"design/backend/templates/views/product_features/components/variants_picker/picker.tpl\";s:6:\"status\";s:1:\"C\";}i:222;a:2:{s:9:\"file_path\";s:65:\"design/backend/templates/views/companies/components/bulk_edit.tpl\";s:6:\"status\";s:1:\"C\";}i:223;a:2:{s:9:\"file_path\";s:73:\"design/backend/templates/views/companies/components/bulk_edit/actions.tpl\";s:6:\"status\";s:1:\"C\";}i:224;a:2:{s:9:\"file_path\";s:72:\"design/backend/templates/views/companies/components/bulk_edit/status.tpl\";s:6:\"status\";s:1:\"C\";}i:225;a:2:{s:9:\"file_path\";s:51:\"design/backend/templates/views/sync_data/manage.tpl\";s:6:\"status\";s:1:\"C\";}i:226;a:2:{s:9:\"file_path\";s:51:\"design/backend/templates/views/sync_data/update.tpl\";s:6:\"status\";s:1:\"C\";}i:227;a:2:{s:9:\"file_path\";s:69:\"design/backend/templates/views/sync_data/components/sync_provider.tpl\";s:6:\"status\";s:1:\"C\";}i:228;a:2:{s:9:\"file_path\";s:68:\"design/backend/templates/views/profiles/components/picker/picker.tpl\";s:6:\"status\";s:1:\"C\";}i:229;a:2:{s:9:\"file_path\";s:64:\"design/backend/templates/views/profiles/components/bulk_edit.tpl\";s:6:\"status\";s:1:\"C\";}i:230;a:2:{s:9:\"file_path\";s:72:\"design/backend/templates/views/profiles/components/bulk_edit/actions.tpl\";s:6:\"status\";s:1:\"C\";}i:231;a:2:{s:9:\"file_path\";s:71:\"design/backend/templates/views/profiles/components/bulk_edit/status.tpl\";s:6:\"status\";s:1:\"C\";}i:232;a:2:{s:9:\"file_path\";s:74:\"design/backend/templates/views/categories/components/bulk_edit/actions.tpl\";s:6:\"status\";s:1:\"C\";}i:233;a:2:{s:9:\"file_path\";s:73:\"design/backend/templates/views/categories/components/bulk_edit/status.tpl\";s:6:\"status\";s:1:\"C\";}i:234;a:2:{s:9:\"file_path\";s:68:\"design/backend/templates/views/categories/components/picker/item.tpl\";s:6:\"status\";s:1:\"C\";}i:235;a:2:{s:9:\"file_path\";s:70:\"design/backend/templates/views/categories/components/picker/picker.tpl\";s:6:\"status\";s:1:\"C\";}i:236;a:2:{s:9:\"file_path\";s:66:\"design/backend/templates/views/categories/components/bulk_edit.tpl\";s:6:\"status\";s:1:\"C\";}i:237;a:2:{s:9:\"file_path\";s:72:\"design/backend/templates/views/countries/components/bulk_edit/status.tpl\";s:6:\"status\";s:1:\"C\";}i:238;a:2:{s:9:\"file_path\";s:65:\"design/backend/templates/views/countries/components/bulk_edit.tpl\";s:6:\"status\";s:1:\"C\";}i:239;a:2:{s:9:\"file_path\";s:62:\"design/backend/templates/views/orders/components/bulk_edit.tpl\";s:6:\"status\";s:1:\"C\";}i:240;a:2:{s:9:\"file_path\";s:70:\"design/backend/templates/views/orders/components/bulk_edit/actions.tpl\";s:6:\"status\";s:1:\"C\";}i:241;a:2:{s:9:\"file_path\";s:68:\"design/backend/templates/views/orders/components/bulk_edit/print.tpl\";s:6:\"status\";s:1:\"C\";}i:242;a:2:{s:9:\"file_path\";s:69:\"design/backend/templates/views/orders/components/bulk_edit/status.tpl\";s:6:\"status\";s:1:\"C\";}i:243;a:2:{s:9:\"file_path\";s:53:\"design/backend/templates/common/notify_checkboxes.tpl\";s:6:\"status\";s:1:\"C\";}i:244;a:2:{s:9:\"file_path\";s:42:\"design/backend/css/tygh/utils/spinner.less\";s:6:\"status\";s:1:\"C\";}i:245;a:2:{s:9:\"file_path\";s:50:\"design/backend/css/addons/suppliers/suppliers.less\";s:6:\"status\";s:1:\"C\";}i:246;a:2:{s:9:\"file_path\";s:47:\"var/langs/en/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:247;a:2:{s:9:\"file_path\";s:47:\"var/langs/ar/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:248;a:2:{s:9:\"file_path\";s:47:\"var/langs/da/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:249;a:2:{s:9:\"file_path\";s:47:\"var/langs/nl/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:250;a:2:{s:9:\"file_path\";s:47:\"var/langs/de/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:251;a:2:{s:9:\"file_path\";s:47:\"var/langs/el/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:252;a:2:{s:9:\"file_path\";s:47:\"var/langs/he/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:253;a:2:{s:9:\"file_path\";s:47:\"var/langs/id/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:254;a:2:{s:9:\"file_path\";s:47:\"var/langs/it/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:255;a:2:{s:9:\"file_path\";s:47:\"var/langs/ja/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:256;a:2:{s:9:\"file_path\";s:47:\"var/langs/no/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:257;a:2:{s:9:\"file_path\";s:47:\"var/langs/pl/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:258;a:2:{s:9:\"file_path\";s:47:\"var/langs/ru/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:259;a:2:{s:9:\"file_path\";s:47:\"var/langs/es/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:260;a:2:{s:9:\"file_path\";s:47:\"var/langs/tr/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:261;a:2:{s:9:\"file_path\";s:47:\"var/langs/uk/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:262;a:2:{s:9:\"file_path\";s:47:\"var/langs/vi/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:263;a:2:{s:9:\"file_path\";s:100:\"var/themes_repository/responsive/templates/addons/call_requests/hooks/companies/phone_field.post.tpl\";s:6:\"status\";s:1:\"C\";}i:264;a:2:{s:9:\"file_path\";s:103:\"var/themes_repository/responsive/templates/addons/paypal_commerce_platform/hooks/index/scripts.post.tpl\";s:6:\"status\";s:1:\"C\";}i:265;a:2:{s:9:\"file_path\";s:102:\"var/themes_repository/responsive/templates/addons/paypal_commerce_platform/hooks/index/styles.post.tpl\";s:6:\"status\";s:1:\"C\";}i:266;a:2:{s:9:\"file_path\";s:136:\"var/themes_repository/responsive/templates/addons/paypal_commerce_platform/views/orders/components/payments/paypal_commerce_platform.tpl\";s:6:\"status\";s:1:\"C\";}i:267;a:2:{s:9:\"file_path\";s:65:\"var/themes_repository/responsive/css/tygh/components/spinner.less\";s:6:\"status\";s:1:\"C\";}i:268;a:2:{s:9:\"file_path\";s:88:\"var/themes_repository/responsive/css/addons/paypal_commerce_platform/payment_button.less\";s:6:\"status\";s:1:\"C\";}i:269;a:2:{s:9:\"file_path\";s:80:\"var/themes_repository/responsive/css/addons/paypal_commerce_platform/styles.less\";s:6:\"status\";s:1:\"C\";}i:270;a:2:{s:9:\"file_path\";s:41:\"var/snapshots/4.11.5_multivendor_dist.php\";s:6:\"status\";s:1:\"C\";}i:271;a:2:{s:9:\"file_path\";s:46:\"js/addons/paypal_commerce_platform/checkout.js\";s:6:\"status\";s:1:\"C\";}i:272;a:2:{s:9:\"file_path\";s:47:\"js/addons/paypal_commerce_platform/configure.js\";s:6:\"status\";s:1:\"C\";}i:273;a:2:{s:9:\"file_path\";s:15:\"js/tygh/core.js\";s:6:\"status\";s:1:\"C\";}i:274;a:2:{s:9:\"file_path\";s:29:\"js/tygh/backend/categories.js\";s:6:\"status\";s:1:\"C\";}i:275;a:2:{s:9:\"file_path\";s:39:\"js/tygh/backend/categories_bulk_edit.js\";s:6:\"status\";s:1:\"C\";}i:276;a:2:{s:9:\"file_path\";s:37:\"js/tygh/backend/products_bulk_edit.js\";s:6:\"status\";s:1:\"C\";}i:277;a:2:{s:9:\"file_path\";s:33:\"js/lib/jquery/jquery-3.5.1.min.js\";s:6:\"status\";s:1:\"C\";}i:278;a:2:{s:9:\"file_path\";s:41:\"js/lib/jquery/jquery-migrate-3.3.0.min.js\";s:6:\"status\";s:1:\"C\";}i:279;a:2:{s:9:\"file_path\";s:38:\"js/lib/elfinder/img/edit_aceeditor.png\";s:6:\"status\";s:1:\"C\";}i:280;a:2:{s:9:\"file_path\";s:37:\"js/lib/elfinder/img/edit_ckeditor.png\";s:6:\"status\";s:1:\"C\";}i:281;a:2:{s:9:\"file_path\";s:38:\"js/lib/elfinder/img/edit_ckeditor5.png\";s:6:\"status\";s:1:\"C\";}i:282;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/img/edit_codemirror.png\";s:6:\"status\";s:1:\"C\";}i:283;a:2:{s:9:\"file_path\";s:42:\"js/lib/elfinder/img/edit_creativecloud.png\";s:6:\"status\";s:1:\"C\";}i:284;a:2:{s:9:\"file_path\";s:42:\"js/lib/elfinder/img/edit_onlineconvert.png\";s:6:\"status\";s:1:\"C\";}i:285;a:2:{s:9:\"file_path\";s:40:\"js/lib/elfinder/img/edit_pixlreditor.png\";s:6:\"status\";s:1:\"C\";}i:286;a:2:{s:9:\"file_path\";s:41:\"js/lib/elfinder/img/edit_pixlrexpress.png\";s:6:\"status\";s:1:\"C\";}i:287;a:2:{s:9:\"file_path\";s:38:\"js/lib/elfinder/img/edit_simplemde.png\";s:6:\"status\";s:1:\"C\";}i:288;a:2:{s:9:\"file_path\";s:36:\"js/lib/elfinder/img/edit_tinymce.png\";s:6:\"status\";s:1:\"C\";}i:289;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/img/edit_tuiimgedit.png\";s:6:\"status\";s:1:\"C\";}i:290;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/img/edit_zohooffice.png\";s:6:\"status\";s:1:\"C\";}i:291;a:2:{s:9:\"file_path\";s:36:\"js/lib/elfinder/img/editor-icons.png\";s:6:\"status\";s:1:\"C\";}i:292;a:2:{s:9:\"file_path\";s:33:\"js/lib/elfinder/img/icons-big.svg\";s:6:\"status\";s:1:\"C\";}i:293;a:2:{s:9:\"file_path\";s:33:\"js/lib/elfinder/img/trashmesh.png\";s:6:\"status\";s:1:\"C\";}i:294;a:2:{s:9:\"file_path\";s:34:\"js/lib/elfinder/img/tui-icon-a.svg\";s:6:\"status\";s:1:\"C\";}i:295;a:2:{s:9:\"file_path\";s:34:\"js/lib/elfinder/img/tui-icon-b.svg\";s:6:\"status\";s:1:\"C\";}i:296;a:2:{s:9:\"file_path\";s:34:\"js/lib/elfinder/img/tui-icon-c.svg\";s:6:\"status\";s:1:\"C\";}i:297;a:2:{s:9:\"file_path\";s:34:\"js/lib/elfinder/img/tui-icon-d.svg\";s:6:\"status\";s:1:\"C\";}i:298;a:2:{s:9:\"file_path\";s:47:\"js/lib/elfinder/img/ui-icons_ffffff_256x240.png\";s:6:\"status\";s:1:\"C\";}i:299;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/img/volume_icon_box.png\";s:6:\"status\";s:1:\"C\";}i:300;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/img/volume_icon_box.svg\";s:6:\"status\";s:1:\"C\";}i:301;a:2:{s:9:\"file_path\";s:43:\"js/lib/elfinder/img/volume_icon_dropbox.svg\";s:6:\"status\";s:1:\"C\";}i:302;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/img/volume_icon_ftp.svg\";s:6:\"status\";s:1:\"C\";}i:303;a:2:{s:9:\"file_path\";s:47:\"js/lib/elfinder/img/volume_icon_googledrive.png\";s:6:\"status\";s:1:\"C\";}i:304;a:2:{s:9:\"file_path\";s:47:\"js/lib/elfinder/img/volume_icon_googledrive.svg\";s:6:\"status\";s:1:\"C\";}i:305;a:2:{s:9:\"file_path\";s:41:\"js/lib/elfinder/img/volume_icon_local.svg\";s:6:\"status\";s:1:\"C\";}i:306;a:2:{s:9:\"file_path\";s:43:\"js/lib/elfinder/img/volume_icon_network.png\";s:6:\"status\";s:1:\"C\";}i:307;a:2:{s:9:\"file_path\";s:43:\"js/lib/elfinder/img/volume_icon_network.svg\";s:6:\"status\";s:1:\"C\";}i:308;a:2:{s:9:\"file_path\";s:44:\"js/lib/elfinder/img/volume_icon_onedrive.png\";s:6:\"status\";s:1:\"C\";}i:309;a:2:{s:9:\"file_path\";s:44:\"js/lib/elfinder/img/volume_icon_onedrive.svg\";s:6:\"status\";s:1:\"C\";}i:310;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/img/volume_icon_sql.svg\";s:6:\"status\";s:1:\"C\";}i:311;a:2:{s:9:\"file_path\";s:41:\"js/lib/elfinder/img/volume_icon_trash.png\";s:6:\"status\";s:1:\"C\";}i:312;a:2:{s:9:\"file_path\";s:41:\"js/lib/elfinder/img/volume_icon_trash.svg\";s:6:\"status\";s:1:\"C\";}i:313;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/img/volume_icon_zip.png\";s:6:\"status\";s:1:\"C\";}i:314;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/img/volume_icon_zip.svg\";s:6:\"status\";s:1:\"C\";}i:315;a:2:{s:9:\"file_path\";s:44:\"js/lib/elfinder/js/i18n/elfinder.fallback.js\";s:6:\"status\";s:1:\"C\";}i:316;a:2:{s:9:\"file_path\";s:38:\"js/lib/elfinder/js/i18n/elfinder.fo.js\";s:6:\"status\";s:1:\"C\";}i:317;a:2:{s:9:\"file_path\";s:41:\"js/lib/elfinder/js/i18n/elfinder.fr_CA.js\";s:6:\"status\";s:1:\"C\";}i:318;a:2:{s:9:\"file_path\";s:38:\"js/lib/elfinder/js/i18n/elfinder.he.js\";s:6:\"status\";s:1:\"C\";}i:319;a:2:{s:9:\"file_path\";s:38:\"js/lib/elfinder/js/i18n/elfinder.hr.js\";s:6:\"status\";s:1:\"C\";}i:320;a:2:{s:9:\"file_path\";s:38:\"js/lib/elfinder/js/i18n/elfinder.ro.js\";s:6:\"status\";s:1:\"C\";}i:321;a:2:{s:9:\"file_path\";s:38:\"js/lib/elfinder/js/i18n/elfinder.si.js\";s:6:\"status\";s:1:\"C\";}i:322;a:2:{s:9:\"file_path\";s:41:\"js/lib/elfinder/js/i18n/elfinder.ug_CN.js\";s:6:\"status\";s:1:\"C\";}i:323;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/cs.html.js\";s:6:\"status\";s:1:\"C\";}i:324;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/de.html.js\";s:6:\"status\";s:1:\"C\";}i:325;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/en.html.js\";s:6:\"status\";s:1:\"C\";}i:326;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/es.html.js\";s:6:\"status\";s:1:\"C\";}i:327;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/ja.html.js\";s:6:\"status\";s:1:\"C\";}i:328;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/ko.html.js\";s:6:\"status\";s:1:\"C\";}i:329;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/pl.html.js\";s:6:\"status\";s:1:\"C\";}i:330;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/ru.html.js\";s:6:\"status\";s:1:\"C\";}i:331;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/sk.html.js\";s:6:\"status\";s:1:\"C\";}i:332;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/tr.html.js\";s:6:\"status\";s:1:\"C\";}i:333;a:2:{s:9:\"file_path\";s:41:\"js/lib/elfinder/js/worker/calcfilehash.js\";s:6:\"status\";s:1:\"C\";}i:334;a:2:{s:9:\"file_path\";s:43:\"js/lib/elfinder/js/worker/quicklook.tiff.js\";s:6:\"status\";s:1:\"C\";}i:335;a:2:{s:9:\"file_path\";s:44:\"js/lib/elfinder/js/worker/quicklook.unzip.js\";s:6:\"status\";s:1:\"C\";}i:336;a:2:{s:9:\"file_path\";s:44:\"js/lib/elfinder/js/extras/editors.default.js\";s:6:\"status\";s:1:\"C\";}i:337;a:2:{s:9:\"file_path\";s:48:\"js/lib/elfinder/js/extras/editors.default.min.js\";s:6:\"status\";s:1:\"C\";}i:338;a:2:{s:9:\"file_path\";s:49:\"js/lib/elfinder/js/extras/quicklook.googledocs.js\";s:6:\"status\";s:1:\"C\";}i:339;a:2:{s:9:\"file_path\";s:53:\"js/lib/elfinder/js/extras/quicklook.googledocs.min.js\";s:6:\"status\";s:1:\"C\";}i:340;a:2:{s:9:\"file_path\";s:58:\"js/lib/select2/docs/plugins/simplesearch/assets/search.svg\";s:6:\"status\";s:1:\"C\";}i:341;a:2:{s:9:\"file_path\";s:45:\"var/snapshots/4.11.4.sp3_multivendor_dist.php\";s:6:\"status\";s:1:\"C\";}i:342;a:2:{s:9:\"file_path\";s:92:\"design/themes/responsive/templates/addons/call_requests/hooks/companies/phone_field.post.tpl\";s:6:\"status\";s:1:\"C\";}i:343;a:2:{s:9:\"file_path\";s:95:\"design/themes/responsive/templates/addons/paypal_commerce_platform/hooks/index/scripts.post.tpl\";s:6:\"status\";s:1:\"C\";}i:344;a:2:{s:9:\"file_path\";s:94:\"design/themes/responsive/templates/addons/paypal_commerce_platform/hooks/index/styles.post.tpl\";s:6:\"status\";s:1:\"C\";}i:345;a:2:{s:9:\"file_path\";s:128:\"design/themes/responsive/templates/addons/paypal_commerce_platform/views/orders/components/payments/paypal_commerce_platform.tpl\";s:6:\"status\";s:1:\"C\";}i:346;a:2:{s:9:\"file_path\";s:57:\"design/themes/responsive/css/tygh/components/spinner.less\";s:6:\"status\";s:1:\"C\";}i:347;a:2:{s:9:\"file_path\";s:80:\"design/themes/responsive/css/addons/paypal_commerce_platform/payment_button.less\";s:6:\"status\";s:1:\"C\";}i:348;a:2:{s:9:\"file_path\";s:72:\"design/themes/responsive/css/addons/paypal_commerce_platform/styles.less\";s:6:\"status\";s:1:\"C\";}}');
INSERT INTO `partiushop_installed_upgrades` (`id`, `type`, `name`, `timestamp`, `description`, `conflicts`) VALUES
(33, 'core', 'Upgrade 4.11.4.SP3 - 4.11.5', 1628792313, '<p><strong>Multi-Vendor 4.11.5</strong> brings the following changes and improvements:</p>\n<ul>\n<li>PayPal Commerce Payment: a new solution for accepting payments and distributing money between vendors.</li>\n<li>Apple Pay and Google Pay now support the following add-ons: Common Products for Vendors; Direct Customer-to-Vendor Payments.</li>\n<li>You can now allow vendors to handle call requests.</li>\n<li>The lists of orders, categories, and countries were improved. You can now work with them like you work with products.</li>\n<li>Facebook Pixel add-on now tracks not only orders themselves, but also order totals and currencies.</li>\n</ul>\n<p>For the full list of changes, <a href=\"http://docs.cs-cart.com/4.11.x/history/4115.html\" target=\"_blank\">check the changelog</a>.</p>', 'a:349:{i:0;a:2:{s:9:\"file_path\";s:51:\"app/schemas/security/object_sanitization_vendor.php\";s:6:\"status\";s:1:\"C\";}i:1;a:2:{s:9:\"file_path\";s:35:\"app/schemas/sync_data/sync_data.php\";s:6:\"status\";s:1:\"C\";}i:2;a:2:{s:9:\"file_path\";s:53:\"app/Tygh/Tests/Unit/Functions/Common/FnCheckUtf16.php\";s:6:\"status\";s:1:\"C\";}i:3;a:2:{s:9:\"file_path\";s:53:\"app/Tygh/Tests/Unit/Functions/Common/data/utf16be.txt\";s:6:\"status\";s:1:\"C\";}i:4;a:2:{s:9:\"file_path\";s:53:\"app/Tygh/Tests/Unit/Functions/Common/data/utf16le.txt\";s:6:\"status\";s:1:\"C\";}i:5;a:2:{s:9:\"file_path\";s:73:\"app/Tygh/Tests/Unit/Functions/Cart/FnConvertWeightToImperialUnitsTest.php\";s:6:\"status\";s:1:\"C\";}i:6;a:2:{s:9:\"file_path\";s:71:\"app/Tygh/Tests/Unit/Functions/Cart/FnConvertWeightToMetricUnitsTest.php\";s:6:\"status\";s:1:\"C\";}i:7;a:2:{s:9:\"file_path\";s:68:\"app/Tygh/Tests/Unit/Functions/Catalog/FnGetProductQtyContentTest.php\";s:6:\"status\";s:1:\"C\";}i:8;a:2:{s:9:\"file_path\";s:34:\"app/Tygh/Enum/SyncDataStatuses.php\";s:6:\"status\";s:1:\"C\";}i:9;a:2:{s:9:\"file_path\";s:42:\"app/lib/other/elfinder/resources/image.png\";s:6:\"status\";s:1:\"C\";}i:10;a:2:{s:9:\"file_path\";s:42:\"app/lib/other/elfinder/resources/video.png\";s:6:\"status\";s:1:\"C\";}i:11;a:2:{s:9:\"file_path\";s:37:\"app/lib/other/elfinder/libs/GdBmp.php\";s:6:\"status\";s:1:\"C\";}i:12;a:2:{s:9:\"file_path\";s:49:\"app/lib/other/elfinder/plugins/Watermark/logo.png\";s:6:\"status\";s:1:\"C\";}i:13;a:2:{s:9:\"file_path\";s:51:\"app/lib/other/elfinder/plugins/Watermark/plugin.php\";s:6:\"status\";s:1:\"C\";}i:14;a:2:{s:9:\"file_path\";s:52:\"app/lib/other/elfinder/plugins/AutoResize/plugin.php\";s:6:\"status\";s:1:\"C\";}i:15;a:2:{s:9:\"file_path\";s:52:\"app/lib/other/elfinder/plugins/AutoRotate/plugin.php\";s:6:\"status\";s:1:\"C\";}i:16;a:2:{s:9:\"file_path\";s:52:\"app/lib/other/elfinder/plugins/Normalizer/plugin.php\";s:6:\"status\";s:1:\"C\";}i:17;a:2:{s:9:\"file_path\";s:51:\"app/lib/other/elfinder/plugins/Sanitizer/plugin.php\";s:6:\"status\";s:1:\"C\";}i:18;a:2:{s:9:\"file_path\";s:63:\"app/lib/other/elfinder/elFinderFlysystemGoogleDriveNetmount.php\";s:6:\"status\";s:1:\"C\";}i:19;a:2:{s:9:\"file_path\";s:41:\"app/lib/other/elfinder/elFinderPlugin.php\";s:6:\"status\";s:1:\"C\";}i:20;a:2:{s:9:\"file_path\";s:42:\"app/lib/other/elfinder/elFinderSession.php\";s:6:\"status\";s:1:\"C\";}i:21;a:2:{s:9:\"file_path\";s:51:\"app/lib/other/elfinder/elFinderSessionInterface.php\";s:6:\"status\";s:1:\"C\";}i:22;a:2:{s:9:\"file_path\";s:50:\"app/lib/other/elfinder/elFinderVolumeBox.class.php\";s:6:\"status\";s:1:\"C\";}i:23;a:2:{s:9:\"file_path\";s:55:\"app/lib/other/elfinder/elFinderVolumeDropbox2.class.php\";s:6:\"status\";s:1:\"C\";}i:24;a:2:{s:9:\"file_path\";s:58:\"app/lib/other/elfinder/elFinderVolumeGoogleDrive.class.php\";s:6:\"status\";s:1:\"C\";}i:25;a:2:{s:9:\"file_path\";s:52:\"app/lib/other/elfinder/elFinderVolumeGroup.class.php\";s:6:\"status\";s:1:\"C\";}i:26;a:2:{s:9:\"file_path\";s:55:\"app/lib/other/elfinder/elFinderVolumeOneDrive.class.php\";s:6:\"status\";s:1:\"C\";}i:27;a:2:{s:9:\"file_path\";s:52:\"app/lib/other/elfinder/elFinderVolumeTrash.class.php\";s:6:\"status\";s:1:\"C\";}i:28;a:2:{s:9:\"file_path\";s:57:\"app/lib/other/elfinder/elFinderVolumeTrashMySQL.class.php\";s:6:\"status\";s:1:\"C\";}i:29;a:2:{s:9:\"file_path\";s:52:\"app/lib/other/elfinder/editors/ZipArchive/editor.php\";s:6:\"status\";s:1:\"C\";}i:30;a:2:{s:9:\"file_path\";s:52:\"app/lib/other/elfinder/editors/ZohoOffice/editor.php\";s:6:\"status\";s:1:\"C\";}i:31;a:2:{s:9:\"file_path\";s:41:\"app/lib/other/elfinder/editors/editor.php\";s:6:\"status\";s:1:\"C\";}i:32;a:2:{s:9:\"file_path\";s:55:\"app/lib/other/elfinder/editors/OnlineConvert/editor.php\";s:6:\"status\";s:1:\"C\";}i:33;a:2:{s:9:\"file_path\";s:43:\"app/lib/other/maxmind/GeoLite2-Country.mmdb\";s:6:\"status\";s:1:\"C\";}i:34;a:2:{s:9:\"file_path\";s:43:\"app/lib/vendor/composer/autoload_static.php\";s:6:\"status\";s:1:\"C\";}i:35;a:2:{s:9:\"file_path\";s:41:\"app/lib/vendor/composer/autoload_real.php\";s:6:\"status\";s:1:\"C\";}i:36;a:2:{s:9:\"file_path\";s:45:\"app/lib/vendor/maxmind-db/reader/CHANGELOG.md\";s:6:\"status\";s:1:\"C\";}i:37;a:2:{s:9:\"file_path\";s:40:\"app/lib/vendor/maxmind-db/reader/LICENSE\";s:6:\"status\";s:1:\"C\";}i:38;a:2:{s:9:\"file_path\";s:42:\"app/lib/vendor/maxmind-db/reader/README.md\";s:6:\"status\";s:1:\"C\";}i:39;a:2:{s:9:\"file_path\";s:45:\"app/lib/vendor/maxmind-db/reader/autoload.php\";s:6:\"status\";s:1:\"C\";}i:40;a:2:{s:9:\"file_path\";s:46:\"app/lib/vendor/maxmind-db/reader/composer.json\";s:6:\"status\";s:1:\"C\";}i:41;a:2:{s:9:\"file_path\";s:46:\"app/lib/vendor/maxmind-db/reader/ext/config.m4\";s:6:\"status\";s:1:\"C\";}i:42;a:2:{s:9:\"file_path\";s:48:\"app/lib/vendor/maxmind-db/reader/ext/maxminddb.c\";s:6:\"status\";s:1:\"C\";}i:43;a:2:{s:9:\"file_path\";s:52:\"app/lib/vendor/maxmind-db/reader/ext/php_maxminddb.h\";s:6:\"status\";s:1:\"C\";}i:44;a:2:{s:9:\"file_path\";s:56:\"app/lib/vendor/maxmind-db/reader/ext/tests/001-load.phpt\";s:6:\"status\";s:1:\"C\";}i:45;a:2:{s:9:\"file_path\";s:57:\"app/lib/vendor/maxmind-db/reader/ext/tests/002-final.phpt\";s:6:\"status\";s:1:\"C\";}i:46;a:2:{s:9:\"file_path\";s:64:\"app/lib/vendor/maxmind-db/reader/ext/tests/003-open-basedir.phpt\";s:6:\"status\";s:1:\"C\";}i:47;a:2:{s:9:\"file_path\";s:58:\"app/lib/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php\";s:6:\"status\";s:1:\"C\";}i:48;a:2:{s:9:\"file_path\";s:66:\"app/lib/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php\";s:6:\"status\";s:1:\"C\";}i:49;a:2:{s:9:\"file_path\";s:83:\"app/lib/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php\";s:6:\"status\";s:1:\"C\";}i:50;a:2:{s:9:\"file_path\";s:67:\"app/lib/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php\";s:6:\"status\";s:1:\"C\";}i:51;a:2:{s:9:\"file_path\";s:63:\"app/lib/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php\";s:6:\"status\";s:1:\"C\";}i:52;a:2:{s:9:\"file_path\";s:27:\"app/lib/vendor/autoload.php\";s:6:\"status\";s:1:\"C\";}i:53;a:2:{s:9:\"file_path\";s:37:\"app/controllers/backend/sync_data.php\";s:6:\"status\";s:1:\"C\";}i:54;a:2:{s:9:\"file_path\";s:67:\"app/addons/call_requests/schemas/block_manager/blocks.functions.php\";s:6:\"status\";s:1:\"C\";}i:55;a:2:{s:9:\"file_path\";s:74:\"app/addons/master_products/schemas/exim/qty_discounts_multivendor.post.php\";s:6:\"status\";s:1:\"C\";}i:56;a:2:{s:9:\"file_path\";s:35:\"app/addons/email_marketing/init.php\";s:6:\"status\";s:1:\"C\";}i:57;a:2:{s:9:\"file_path\";s:50:\"app/addons/email_marketing/lib/vendor/autoload.php\";s:6:\"status\";s:1:\"C\";}i:58;a:2:{s:9:\"file_path\";s:76:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Mailchimp.php\";s:6:\"status\";s:1:\"C\";}i:59;a:2:{s:9:\"file_path\";s:85:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/MailchimpException.php\";s:6:\"status\";s:1:\"C\";}i:60;a:2:{s:9:\"file_path\";s:87:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Requests/HttpRequest.php\";s:6:\"status\";s:1:\"C\";}i:61;a:2:{s:9:\"file_path\";s:95:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Requests/MailchimpConnection.php\";s:6:\"status\";s:1:\"C\";}i:62;a:2:{s:9:\"file_path\";s:92:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Requests/MailchimpRequest.php\";s:6:\"status\";s:1:\"C\";}i:63;a:2:{s:9:\"file_path\";s:98:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/Carts.php\";s:6:\"status\";s:1:\"C\";}i:64;a:2:{s:9:\"file_path\";s:104:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/Carts/Lines.php\";s:6:\"status\";s:1:\"C\";}i:65;a:2:{s:9:\"file_path\";s:102:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/Customers.php\";s:6:\"status\";s:1:\"C\";}i:66;a:2:{s:9:\"file_path\";s:99:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/Orders.php\";s:6:\"status\";s:1:\"C\";}i:67;a:2:{s:9:\"file_path\";s:101:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/Products.php\";s:6:\"status\";s:1:\"C\";}i:68;a:2:{s:9:\"file_path\";s:103:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/PromoRules.php\";s:6:\"status\";s:1:\"C\";}i:69;a:2:{s:9:\"file_path\";s:105:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/Orders/Lines.php\";s:6:\"status\";s:1:\"C\";}i:70;a:2:{s:9:\"file_path\";s:108:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/Products/Images.php\";s:6:\"status\";s:1:\"C\";}i:71;a:2:{s:9:\"file_path\";s:110:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/Products/Variants.php\";s:6:\"status\";s:1:\"C\";}i:72;a:2:{s:9:\"file_path\";s:114:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/PromoRules/PromoCodes.php\";s:6:\"status\";s:1:\"C\";}i:73;a:2:{s:9:\"file_path\";s:98:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/CampaignAbuse.php\";s:6:\"status\";s:1:\"C\";}i:74;a:2:{s:9:\"file_path\";s:99:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/CampaignAdvice.php\";s:6:\"status\";s:1:\"C\";}i:75;a:2:{s:9:\"file_path\";s:97:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/ClickReports.php\";s:6:\"status\";s:1:\"C\";}i:76;a:2:{s:9:\"file_path\";s:102:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/DomainPerformance.php\";s:6:\"status\";s:1:\"C\";}i:77;a:2:{s:9:\"file_path\";s:98:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/EepurlReports.php\";s:6:\"status\";s:1:\"C\";}i:78;a:2:{s:9:\"file_path\";s:98:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/EmailActivity.php\";s:6:\"status\";s:1:\"C\";}i:79;a:2:{s:9:\"file_path\";s:100:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/GoogleAnalytics.php\";s:6:\"status\";s:1:\"C\";}i:80;a:2:{s:9:\"file_path\";s:96:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/OpenDetails.php\";s:6:\"status\";s:1:\"C\";}i:81;a:2:{s:9:\"file_path\";s:91:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/SentTo.php\";s:6:\"status\";s:1:\"C\";}i:82;a:2:{s:9:\"file_path\";s:95:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/SubReports.php\";s:6:\"status\";s:1:\"C\";}i:83;a:2:{s:9:\"file_path\";s:97:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/TopLocations.php\";s:6:\"status\";s:1:\"C\";}i:84;a:2:{s:9:\"file_path\";s:97:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/Unsubscribes.php\";s:6:\"status\";s:1:\"C\";}i:85;a:2:{s:9:\"file_path\";s:105:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/ClickReports/Members.php\";s:6:\"status\";s:1:\"C\";}i:86;a:2:{s:9:\"file_path\";s:84:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Account.php\";s:6:\"status\";s:1:\"C\";}i:87;a:2:{s:9:\"file_path\";s:88:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/ApiResource.php\";s:6:\"status\";s:1:\"C\";}i:88;a:2:{s:9:\"file_path\";s:91:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/AuthorizedApps.php\";s:6:\"status\";s:1:\"C\";}i:89;a:2:{s:9:\"file_path\";s:88:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Automations.php\";s:6:\"status\";s:1:\"C\";}i:90;a:2:{s:9:\"file_path\";s:92:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/BatchOperations.php\";s:6:\"status\";s:1:\"C\";}i:91;a:2:{s:9:\"file_path\";s:90:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/BatchWebhooks.php\";s:6:\"status\";s:1:\"C\";}i:92;a:2:{s:9:\"file_path\";s:92:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/CampaignFolders.php\";s:6:\"status\";s:1:\"C\";}i:93;a:2:{s:9:\"file_path\";s:86:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Campaigns.php\";s:6:\"status\";s:1:\"C\";}i:94;a:2:{s:9:\"file_path\";s:91:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/ConnectedSites.php\";s:6:\"status\";s:1:\"C\";}i:95;a:2:{s:9:\"file_path\";s:90:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Conversations.php\";s:6:\"status\";s:1:\"C\";}i:96;a:2:{s:9:\"file_path\";s:92:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores.php\";s:6:\"status\";s:1:\"C\";}i:97;a:2:{s:9:\"file_path\";s:88:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/FacebookAds.php\";s:6:\"status\";s:1:\"C\";}i:98;a:2:{s:9:\"file_path\";s:93:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/FileManagerFiles.php\";s:6:\"status\";s:1:\"C\";}i:99;a:2:{s:9:\"file_path\";s:95:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/FileManagerFolders.php\";s:6:\"status\";s:1:\"C\";}i:100;a:2:{s:9:\"file_path\";s:86:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/GoogleAds.php\";s:6:\"status\";s:1:\"C\";}i:101;a:2:{s:9:\"file_path\";s:89:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/LandingPages.php\";s:6:\"status\";s:1:\"C\";}i:102;a:2:{s:9:\"file_path\";s:82:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists.php\";s:6:\"status\";s:1:\"C\";}i:103;a:2:{s:9:\"file_path\";s:81:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Ping.php\";s:6:\"status\";s:1:\"C\";}i:104;a:2:{s:9:\"file_path\";s:84:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports.php\";s:6:\"status\";s:1:\"C\";}i:105;a:2:{s:9:\"file_path\";s:92:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/SearchCampaigns.php\";s:6:\"status\";s:1:\"C\";}i:106;a:2:{s:9:\"file_path\";s:90:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/SearchMembers.php\";s:6:\"status\";s:1:\"C\";}i:107;a:2:{s:9:\"file_path\";s:92:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/TemplateFolders.php\";s:6:\"status\";s:1:\"C\";}i:108;a:2:{s:9:\"file_path\";s:86:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Templates.php\";s:6:\"status\";s:1:\"C\";}i:109;a:2:{s:9:\"file_path\";s:92:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/VerifiedDomains.php\";s:6:\"status\";s:1:\"C\";}i:110;a:2:{s:9:\"file_path\";s:95:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Automations/Emails.php\";s:6:\"status\";s:1:\"C\";}i:111;a:2:{s:9:\"file_path\";s:107:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Automations/RemovedSubscribers.php\";s:6:\"status\";s:1:\"C\";}i:112;a:2:{s:9:\"file_path\";s:101:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Automations/Emails/Queue.php\";s:6:\"status\";s:1:\"C\";}i:113;a:2:{s:9:\"file_path\";s:101:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Templates/DefaultContent.php\";s:6:\"status\";s:1:\"C\";}i:114;a:2:{s:9:\"file_path\";s:97:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/LandingPages/Content.php\";s:6:\"status\";s:1:\"C\";}i:115;a:2:{s:9:\"file_path\";s:94:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Campaigns/Content.php\";s:6:\"status\";s:1:\"C\";}i:116;a:2:{s:9:\"file_path\";s:95:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Campaigns/Feedback.php\";s:6:\"status\";s:1:\"C\";}i:117;a:2:{s:9:\"file_path\";s:100:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Campaigns/SendChecklist.php\";s:6:\"status\";s:1:\"C\";}i:118;a:2:{s:9:\"file_path\";s:99:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Members/Activity.php\";s:6:\"status\";s:1:\"C\";}i:119;a:2:{s:9:\"file_path\";s:97:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Members/Events.php\";s:6:\"status\";s:1:\"C\";}i:120;a:2:{s:9:\"file_path\";s:96:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Members/Goals.php\";s:6:\"status\";s:1:\"C\";}i:121;a:2:{s:9:\"file_path\";s:96:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Members/Notes.php\";s:6:\"status\";s:1:\"C\";}i:122;a:2:{s:9:\"file_path\";s:95:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Members/Tags.php\";s:6:\"status\";s:1:\"C\";}i:123;a:2:{s:9:\"file_path\";s:99:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Segments/Members.php\";s:6:\"status\";s:1:\"C\";}i:124;a:2:{s:9:\"file_path\";s:95:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/AbuseReports.php\";s:6:\"status\";s:1:\"C\";}i:125;a:2:{s:9:\"file_path\";s:91:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Activity.php\";s:6:\"status\";s:1:\"C\";}i:126;a:2:{s:9:\"file_path\";s:90:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Clients.php\";s:6:\"status\";s:1:\"C\";}i:127;a:2:{s:9:\"file_path\";s:96:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/GrowthHistory.php\";s:6:\"status\";s:1:\"C\";}i:128;a:2:{s:9:\"file_path\";s:101:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/InterestCategories.php\";s:6:\"status\";s:1:\"C\";}i:129;a:2:{s:9:\"file_path\";s:90:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Members.php\";s:6:\"status\";s:1:\"C\";}i:130;a:2:{s:9:\"file_path\";s:94:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/MergeFields.php\";s:6:\"status\";s:1:\"C\";}i:131;a:2:{s:9:\"file_path\";s:91:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Segments.php\";s:6:\"status\";s:1:\"C\";}i:132;a:2:{s:9:\"file_path\";s:94:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/SignupForms.php\";s:6:\"status\";s:1:\"C\";}i:133;a:2:{s:9:\"file_path\";s:91:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Webhooks.php\";s:6:\"status\";s:1:\"C\";}i:134;a:2:{s:9:\"file_path\";s:110:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/InterestCategories/Interest.php\";s:6:\"status\";s:1:\"C\";}i:135;a:2:{s:9:\"file_path\";s:99:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Conversations/Messages.php\";s:6:\"status\";s:1:\"C\";}i:136;a:2:{s:9:\"file_path\";s:92:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Responses/FailureResponse.php\";s:6:\"status\";s:1:\"C\";}i:137;a:2:{s:9:\"file_path\";s:94:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Responses/MailchimpResponse.php\";s:6:\"status\";s:1:\"C\";}i:138;a:2:{s:9:\"file_path\";s:92:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Responses/SuccessResponse.php\";s:6:\"status\";s:1:\"C\";}i:139;a:2:{s:9:\"file_path\";s:93:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Settings/MailchimpSettings.php\";s:6:\"status\";s:1:\"C\";}i:140;a:2:{s:9:\"file_path\";s:77:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/CODE_OF_CONDUCT.md\";s:6:\"status\";s:1:\"C\";}i:141;a:2:{s:9:\"file_path\";s:66:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/LICENSE\";s:6:\"status\";s:1:\"C\";}i:142;a:2:{s:9:\"file_path\";s:83:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/PULL_REQUEST_TEMPLATE.md\";s:6:\"status\";s:1:\"C\";}i:143;a:2:{s:9:\"file_path\";s:68:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/README.md\";s:6:\"status\";s:1:\"C\";}i:144;a:2:{s:9:\"file_path\";s:70:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/_config.yml\";s:6:\"status\";s:1:\"C\";}i:145;a:2:{s:9:\"file_path\";s:72:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/composer.json\";s:6:\"status\";s:1:\"C\";}i:146;a:2:{s:9:\"file_path\";s:72:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/composer.lock\";s:6:\"status\";s:1:\"C\";}i:147;a:2:{s:9:\"file_path\";s:70:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/.travis.yml\";s:6:\"status\";s:1:\"C\";}i:148;a:2:{s:9:\"file_path\";s:95:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/.github/ISSUE_TEMPLATE/bug_report.md\";s:6:\"status\";s:1:\"C\";}i:149;a:2:{s:9:\"file_path\";s:100:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/.github/ISSUE_TEMPLATE/feature_request.md\";s:6:\"status\";s:1:\"C\";}i:150;a:2:{s:9:\"file_path\";s:68:\"app/addons/email_marketing/lib/vendor/composer/autoload_classmap.php\";s:6:\"status\";s:1:\"C\";}i:151;a:2:{s:9:\"file_path\";s:66:\"app/addons/email_marketing/lib/vendor/composer/autoload_static.php\";s:6:\"status\";s:1:\"C\";}i:152;a:2:{s:9:\"file_path\";s:64:\"app/addons/email_marketing/lib/vendor/composer/autoload_real.php\";s:6:\"status\";s:1:\"C\";}i:153;a:2:{s:9:\"file_path\";s:62:\"app/addons/email_marketing/lib/vendor/composer/ClassLoader.php\";s:6:\"status\";s:1:\"C\";}i:154;a:2:{s:9:\"file_path\";s:54:\"app/addons/email_marketing/lib/vendor/composer/LICENSE\";s:6:\"status\";s:1:\"C\";}i:155;a:2:{s:9:\"file_path\";s:61:\"app/addons/email_marketing/lib/vendor/composer/installed.json\";s:6:\"status\";s:1:\"C\";}i:156;a:2:{s:9:\"file_path\";s:70:\"app/addons/email_marketing/lib/vendor/composer/autoload_namespaces.php\";s:6:\"status\";s:1:\"C\";}i:157;a:2:{s:9:\"file_path\";s:64:\"app/addons/email_marketing/lib/vendor/composer/autoload_psr4.php\";s:6:\"status\";s:1:\"C\";}i:158;a:2:{s:9:\"file_path\";s:44:\"app/addons/email_marketing/lib/composer.json\";s:6:\"status\";s:1:\"C\";}i:159;a:2:{s:9:\"file_path\";s:44:\"app/addons/email_marketing/lib/composer.lock\";s:6:\"status\";s:1:\"C\";}i:160;a:2:{s:9:\"file_path\";s:56:\"app/addons/seo/Tygh/Enum/Addons/Seo/ItemAvailability.php\";s:6:\"status\";s:1:\"C\";}i:161;a:2:{s:9:\"file_path\";s:84:\"app/addons/vendor_data_premoderation/schemas/exim/qty_discounts_multivendor.post.php\";s:6:\"status\";s:1:\"C\";}i:162;a:2:{s:9:\"file_path\";s:73:\"app/addons/paypal_commerce_platform/payments/paypal_commerce_platform.php\";s:6:\"status\";s:1:\"C\";}i:163;a:2:{s:9:\"file_path\";s:90:\"app/addons/paypal_commerce_platform/schemas/paypal_commerce_platform/status_conversion.php\";s:6:\"status\";s:1:\"C\";}i:164;a:2:{s:9:\"file_path\";s:82:\"app/addons/paypal_commerce_platform/schemas/reporting/metrics_multivendor.post.php\";s:6:\"status\";s:1:\"C\";}i:165;a:2:{s:9:\"file_path\";s:80:\"app/addons/paypal_commerce_platform/schemas/settings/variants.functions.post.php\";s:6:\"status\";s:1:\"C\";}i:166;a:2:{s:9:\"file_path\";s:45:\"app/addons/paypal_commerce_platform/addon.xml\";s:6:\"status\";s:1:\"C\";}i:167;a:2:{s:9:\"file_path\";s:44:\"app/addons/paypal_commerce_platform/func.php\";s:6:\"status\";s:1:\"C\";}i:168;a:2:{s:9:\"file_path\";s:44:\"app/addons/paypal_commerce_platform/init.php\";s:6:\"status\";s:1:\"C\";}i:169;a:2:{s:9:\"file_path\";s:86:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/OAuthHelper.php\";s:6:\"status\";s:1:\"C\";}i:170;a:2:{s:9:\"file_path\";s:89:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/PayoutsManager.php\";s:6:\"status\";s:1:\"C\";}i:171;a:2:{s:9:\"file_path\";s:91:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/ProcessorFactory.php\";s:6:\"status\";s:1:\"C\";}i:172;a:2:{s:9:\"file_path\";s:90:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/ServiceProvider.php\";s:6:\"status\";s:1:\"C\";}i:173;a:2:{s:9:\"file_path\";s:85:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Api/Client.php\";s:6:\"status\";s:1:\"C\";}i:174;a:2:{s:9:\"file_path\";s:92:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Api/ClientWrapper.php\";s:6:\"status\";s:1:\"C\";}i:175;a:2:{s:9:\"file_path\";s:93:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Enum/CaptureStatus.php\";s:6:\"status\";s:1:\"C\";}i:176;a:2:{s:9:\"file_path\";s:101:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Enum/CheckoutPaymentIntent.php\";s:6:\"status\";s:1:\"C\";}i:177;a:2:{s:9:\"file_path\";s:96:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Enum/DisbursementMode.php\";s:6:\"status\";s:1:\"C\";}i:178;a:2:{s:9:\"file_path\";s:90:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Enum/UserAction.php\";s:6:\"status\";s:1:\"C\";}i:179;a:2:{s:9:\"file_path\";s:96:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Enum/WebhookEventType.php\";s:6:\"status\";s:1:\"C\";}i:180;a:2:{s:9:\"file_path\";s:97:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Exception/ApiException.php\";s:6:\"status\";s:1:\"C\";}i:181;a:2:{s:9:\"file_path\";s:101:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Exception/ContentException.php\";s:6:\"status\";s:1:\"C\";}i:182;a:2:{s:9:\"file_path\";s:106:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Payments/PaypalCommercePlatform.php\";s:6:\"status\";s:1:\"C\";}i:183;a:2:{s:9:\"file_path\";s:88:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Webhook/Event.php\";s:6:\"status\";s:1:\"C\";}i:184;a:2:{s:9:\"file_path\";s:97:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Webhook/PaymentCapture.php\";s:6:\"status\";s:1:\"C\";}i:185;a:2:{s:9:\"file_path\";s:111:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Webhook/PaymentCaptureEventInterface.php\";s:6:\"status\";s:1:\"C\";}i:186;a:2:{s:9:\"file_path\";s:103:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Webhook/PaymentFinishedEvent.php\";s:6:\"status\";s:1:\"C\";}i:187;a:2:{s:9:\"file_path\";s:103:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Webhook/PaymentRefundedEvent.php\";s:6:\"status\";s:1:\"C\";}i:188;a:2:{s:9:\"file_path\";s:83:\"app/addons/paypal_commerce_platform/controllers/common/paypal_commerce_platform.php\";s:6:\"status\";s:1:\"C\";}i:189;a:2:{s:9:\"file_path\";s:74:\"app/addons/paypal_commerce_platform/controllers/frontend/checkout.post.php\";s:6:\"status\";s:1:\"C\";}i:190;a:2:{s:9:\"file_path\";s:71:\"app/addons/paypal_commerce_platform/controllers/backend/addons.post.php\";s:6:\"status\";s:1:\"C\";}i:191;a:2:{s:9:\"file_path\";s:74:\"app/addons/paypal_commerce_platform/controllers/backend/companies.post.php\";s:6:\"status\";s:1:\"C\";}i:192;a:2:{s:9:\"file_path\";s:77:\"app/addons/store_locator/schemas/security/object_sanitization_vendor.post.php\";s:6:\"status\";s:1:\"C\";}i:193;a:2:{s:9:\"file_path\";s:46:\"app/addons/graphql_api/lib/vendor/autoload.php\";s:6:\"status\";s:1:\"C\";}i:194;a:2:{s:9:\"file_path\";s:62:\"app/addons/graphql_api/lib/vendor/composer/autoload_static.php\";s:6:\"status\";s:1:\"C\";}i:195;a:2:{s:9:\"file_path\";s:60:\"app/addons/graphql_api/lib/vendor/composer/autoload_real.php\";s:6:\"status\";s:1:\"C\";}i:196;a:2:{s:9:\"file_path\";s:88:\"app/addons/storefront_rest_api/Tygh/Addons/StorefrontRestApi/Payments/YandexCheckout.php\";s:6:\"status\";s:1:\"C\";}i:197;a:2:{s:9:\"file_path\";s:103:\"app/addons/storefront_rest_api/Tygh/Addons/StorefrontRestApi/Payments/YandexCheckoutForMarketplaces.php\";s:6:\"status\";s:1:\"C\";}i:198;a:2:{s:9:\"file_path\";s:55:\"app/addons/stripe/schemas/block_manager/blocks.post.php\";s:6:\"status\";s:1:\"C\";}i:199;a:2:{s:9:\"file_path\";s:95:\"design/backend/templates/addons/quickbooks/hooks/orders/export_tools_list_for_selected.post.tpl\";s:6:\"status\";s:1:\"C\";}i:200;a:2:{s:9:\"file_path\";s:89:\"design/backend/templates/addons/myob/hooks/orders/export_tools_list_for_selected.post.tpl\";s:6:\"status\";s:1:\"C\";}i:201;a:2:{s:9:\"file_path\";s:91:\"design/backend/templates/addons/myob/hooks/profiles/export_tools_list_for_selected.post.tpl\";s:6:\"status\";s:1:\"C\";}i:202;a:2:{s:9:\"file_path\";s:99:\"design/backend/templates/addons/direct_payments/hooks/shippings/update_shipping_vendor.override.tpl\";s:6:\"status\";s:1:\"C\";}i:203;a:2:{s:9:\"file_path\";s:95:\"design/backend/templates/addons/paypal_commerce_platform/settings/rma_refunded_order_status.tpl\";s:6:\"status\";s:1:\"C\";}i:204;a:2:{s:9:\"file_path\";s:118:\"design/backend/templates/addons/paypal_commerce_platform/views/orders/components/payments/paypal_commerce_platform.tpl\";s:6:\"status\";s:1:\"C\";}i:205;a:2:{s:9:\"file_path\";s:125:\"design/backend/templates/addons/paypal_commerce_platform/views/payments/components/cc_processors/paypal_commerce_platform.tpl\";s:6:\"status\";s:1:\"C\";}i:206;a:2:{s:9:\"file_path\";s:105:\"design/backend/templates/addons/paypal_commerce_platform/hooks/orders/payment_info_text_item.override.tpl\";s:6:\"status\";s:1:\"C\";}i:207;a:2:{s:9:\"file_path\";s:91:\"design/backend/templates/addons/paypal_commerce_platform/hooks/rma/details_actions.post.tpl\";s:6:\"status\";s:1:\"C\";}i:208;a:2:{s:9:\"file_path\";s:95:\"design/backend/templates/addons/paypal_commerce_platform/hooks/companies/list_extra_td.post.tpl\";s:6:\"status\";s:1:\"C\";}i:209;a:2:{s:9:\"file_path\";s:95:\"design/backend/templates/addons/paypal_commerce_platform/hooks/companies/list_extra_th.post.tpl\";s:6:\"status\";s:1:\"C\";}i:210;a:2:{s:9:\"file_path\";s:94:\"design/backend/templates/addons/paypal_commerce_platform/hooks/companies/tabs_content.post.tpl\";s:6:\"status\";s:1:\"C\";}i:211;a:2:{s:9:\"file_path\";s:85:\"design/backend/templates/addons/paypal_commerce_platform/hooks/index/scripts.post.tpl\";s:6:\"status\";s:1:\"C\";}i:212;a:2:{s:9:\"file_path\";s:84:\"design/backend/templates/addons/paypal_commerce_platform/hooks/index/styles.post.tpl\";s:6:\"status\";s:1:\"C\";}i:213;a:2:{s:9:\"file_path\";s:69:\"design/backend/templates/addons/suppliers/hooks/index/styles.post.tpl\";s:6:\"status\";s:1:\"C\";}i:214;a:2:{s:9:\"file_path\";s:86:\"design/backend/templates/addons/suppliers/views/suppliers/components/picker/picker.tpl\";s:6:\"status\";s:1:\"C\";}i:215;a:2:{s:9:\"file_path\";s:96:\"design/backend/templates/addons/master_products/hooks/products/product_update_price.override.tpl\";s:6:\"status\";s:1:\"C\";}i:216;a:2:{s:9:\"file_path\";s:74:\"design/backend/templates/views/product_features/components/picker/item.tpl\";s:6:\"status\";s:1:\"C\";}i:217;a:2:{s:9:\"file_path\";s:76:\"design/backend/templates/views/product_features/components/picker/picker.tpl\";s:6:\"status\";s:1:\"C\";}i:218;a:2:{s:9:\"file_path\";s:83:\"design/backend/templates/views/product_features/components/variants_picker/item.tpl\";s:6:\"status\";s:1:\"C\";}i:219;a:2:{s:9:\"file_path\";s:89:\"design/backend/templates/views/product_features/components/variants_picker/item_color.tpl\";s:6:\"status\";s:1:\"C\";}i:220;a:2:{s:9:\"file_path\";s:89:\"design/backend/templates/views/product_features/components/variants_picker/item_image.tpl\";s:6:\"status\";s:1:\"C\";}i:221;a:2:{s:9:\"file_path\";s:85:\"design/backend/templates/views/product_features/components/variants_picker/picker.tpl\";s:6:\"status\";s:1:\"C\";}i:222;a:2:{s:9:\"file_path\";s:65:\"design/backend/templates/views/companies/components/bulk_edit.tpl\";s:6:\"status\";s:1:\"C\";}i:223;a:2:{s:9:\"file_path\";s:73:\"design/backend/templates/views/companies/components/bulk_edit/actions.tpl\";s:6:\"status\";s:1:\"C\";}i:224;a:2:{s:9:\"file_path\";s:72:\"design/backend/templates/views/companies/components/bulk_edit/status.tpl\";s:6:\"status\";s:1:\"C\";}i:225;a:2:{s:9:\"file_path\";s:51:\"design/backend/templates/views/sync_data/manage.tpl\";s:6:\"status\";s:1:\"C\";}i:226;a:2:{s:9:\"file_path\";s:51:\"design/backend/templates/views/sync_data/update.tpl\";s:6:\"status\";s:1:\"C\";}i:227;a:2:{s:9:\"file_path\";s:69:\"design/backend/templates/views/sync_data/components/sync_provider.tpl\";s:6:\"status\";s:1:\"C\";}i:228;a:2:{s:9:\"file_path\";s:68:\"design/backend/templates/views/profiles/components/picker/picker.tpl\";s:6:\"status\";s:1:\"C\";}i:229;a:2:{s:9:\"file_path\";s:64:\"design/backend/templates/views/profiles/components/bulk_edit.tpl\";s:6:\"status\";s:1:\"C\";}i:230;a:2:{s:9:\"file_path\";s:72:\"design/backend/templates/views/profiles/components/bulk_edit/actions.tpl\";s:6:\"status\";s:1:\"C\";}i:231;a:2:{s:9:\"file_path\";s:71:\"design/backend/templates/views/profiles/components/bulk_edit/status.tpl\";s:6:\"status\";s:1:\"C\";}i:232;a:2:{s:9:\"file_path\";s:74:\"design/backend/templates/views/categories/components/bulk_edit/actions.tpl\";s:6:\"status\";s:1:\"C\";}i:233;a:2:{s:9:\"file_path\";s:73:\"design/backend/templates/views/categories/components/bulk_edit/status.tpl\";s:6:\"status\";s:1:\"C\";}i:234;a:2:{s:9:\"file_path\";s:68:\"design/backend/templates/views/categories/components/picker/item.tpl\";s:6:\"status\";s:1:\"C\";}i:235;a:2:{s:9:\"file_path\";s:70:\"design/backend/templates/views/categories/components/picker/picker.tpl\";s:6:\"status\";s:1:\"C\";}i:236;a:2:{s:9:\"file_path\";s:66:\"design/backend/templates/views/categories/components/bulk_edit.tpl\";s:6:\"status\";s:1:\"C\";}i:237;a:2:{s:9:\"file_path\";s:72:\"design/backend/templates/views/countries/components/bulk_edit/status.tpl\";s:6:\"status\";s:1:\"C\";}i:238;a:2:{s:9:\"file_path\";s:65:\"design/backend/templates/views/countries/components/bulk_edit.tpl\";s:6:\"status\";s:1:\"C\";}i:239;a:2:{s:9:\"file_path\";s:62:\"design/backend/templates/views/orders/components/bulk_edit.tpl\";s:6:\"status\";s:1:\"C\";}i:240;a:2:{s:9:\"file_path\";s:70:\"design/backend/templates/views/orders/components/bulk_edit/actions.tpl\";s:6:\"status\";s:1:\"C\";}i:241;a:2:{s:9:\"file_path\";s:68:\"design/backend/templates/views/orders/components/bulk_edit/print.tpl\";s:6:\"status\";s:1:\"C\";}i:242;a:2:{s:9:\"file_path\";s:69:\"design/backend/templates/views/orders/components/bulk_edit/status.tpl\";s:6:\"status\";s:1:\"C\";}i:243;a:2:{s:9:\"file_path\";s:53:\"design/backend/templates/common/notify_checkboxes.tpl\";s:6:\"status\";s:1:\"C\";}i:244;a:2:{s:9:\"file_path\";s:42:\"design/backend/css/tygh/utils/spinner.less\";s:6:\"status\";s:1:\"C\";}i:245;a:2:{s:9:\"file_path\";s:50:\"design/backend/css/addons/suppliers/suppliers.less\";s:6:\"status\";s:1:\"C\";}i:246;a:2:{s:9:\"file_path\";s:47:\"var/langs/en/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:247;a:2:{s:9:\"file_path\";s:47:\"var/langs/ar/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:248;a:2:{s:9:\"file_path\";s:47:\"var/langs/da/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:249;a:2:{s:9:\"file_path\";s:47:\"var/langs/nl/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:250;a:2:{s:9:\"file_path\";s:47:\"var/langs/de/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:251;a:2:{s:9:\"file_path\";s:47:\"var/langs/el/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:252;a:2:{s:9:\"file_path\";s:47:\"var/langs/he/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:253;a:2:{s:9:\"file_path\";s:47:\"var/langs/id/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:254;a:2:{s:9:\"file_path\";s:47:\"var/langs/it/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:255;a:2:{s:9:\"file_path\";s:47:\"var/langs/ja/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:256;a:2:{s:9:\"file_path\";s:47:\"var/langs/no/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:257;a:2:{s:9:\"file_path\";s:47:\"var/langs/pl/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:258;a:2:{s:9:\"file_path\";s:47:\"var/langs/ru/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:259;a:2:{s:9:\"file_path\";s:47:\"var/langs/es/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:260;a:2:{s:9:\"file_path\";s:47:\"var/langs/tr/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:261;a:2:{s:9:\"file_path\";s:47:\"var/langs/uk/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:262;a:2:{s:9:\"file_path\";s:47:\"var/langs/vi/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:263;a:2:{s:9:\"file_path\";s:100:\"var/themes_repository/responsive/templates/addons/call_requests/hooks/companies/phone_field.post.tpl\";s:6:\"status\";s:1:\"C\";}i:264;a:2:{s:9:\"file_path\";s:103:\"var/themes_repository/responsive/templates/addons/paypal_commerce_platform/hooks/index/scripts.post.tpl\";s:6:\"status\";s:1:\"C\";}i:265;a:2:{s:9:\"file_path\";s:102:\"var/themes_repository/responsive/templates/addons/paypal_commerce_platform/hooks/index/styles.post.tpl\";s:6:\"status\";s:1:\"C\";}i:266;a:2:{s:9:\"file_path\";s:136:\"var/themes_repository/responsive/templates/addons/paypal_commerce_platform/views/orders/components/payments/paypal_commerce_platform.tpl\";s:6:\"status\";s:1:\"C\";}i:267;a:2:{s:9:\"file_path\";s:65:\"var/themes_repository/responsive/css/tygh/components/spinner.less\";s:6:\"status\";s:1:\"C\";}i:268;a:2:{s:9:\"file_path\";s:88:\"var/themes_repository/responsive/css/addons/paypal_commerce_platform/payment_button.less\";s:6:\"status\";s:1:\"C\";}i:269;a:2:{s:9:\"file_path\";s:80:\"var/themes_repository/responsive/css/addons/paypal_commerce_platform/styles.less\";s:6:\"status\";s:1:\"C\";}i:270;a:2:{s:9:\"file_path\";s:41:\"var/snapshots/4.11.5_multivendor_dist.php\";s:6:\"status\";s:1:\"C\";}i:271;a:2:{s:9:\"file_path\";s:46:\"js/addons/paypal_commerce_platform/checkout.js\";s:6:\"status\";s:1:\"C\";}i:272;a:2:{s:9:\"file_path\";s:47:\"js/addons/paypal_commerce_platform/configure.js\";s:6:\"status\";s:1:\"C\";}i:273;a:2:{s:9:\"file_path\";s:15:\"js/tygh/core.js\";s:6:\"status\";s:1:\"C\";}i:274;a:2:{s:9:\"file_path\";s:29:\"js/tygh/backend/categories.js\";s:6:\"status\";s:1:\"C\";}i:275;a:2:{s:9:\"file_path\";s:39:\"js/tygh/backend/categories_bulk_edit.js\";s:6:\"status\";s:1:\"C\";}i:276;a:2:{s:9:\"file_path\";s:37:\"js/tygh/backend/products_bulk_edit.js\";s:6:\"status\";s:1:\"C\";}i:277;a:2:{s:9:\"file_path\";s:33:\"js/lib/jquery/jquery-3.5.1.min.js\";s:6:\"status\";s:1:\"C\";}i:278;a:2:{s:9:\"file_path\";s:41:\"js/lib/jquery/jquery-migrate-3.3.0.min.js\";s:6:\"status\";s:1:\"C\";}i:279;a:2:{s:9:\"file_path\";s:38:\"js/lib/elfinder/img/edit_aceeditor.png\";s:6:\"status\";s:1:\"C\";}i:280;a:2:{s:9:\"file_path\";s:37:\"js/lib/elfinder/img/edit_ckeditor.png\";s:6:\"status\";s:1:\"C\";}i:281;a:2:{s:9:\"file_path\";s:38:\"js/lib/elfinder/img/edit_ckeditor5.png\";s:6:\"status\";s:1:\"C\";}i:282;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/img/edit_codemirror.png\";s:6:\"status\";s:1:\"C\";}i:283;a:2:{s:9:\"file_path\";s:42:\"js/lib/elfinder/img/edit_creativecloud.png\";s:6:\"status\";s:1:\"C\";}i:284;a:2:{s:9:\"file_path\";s:42:\"js/lib/elfinder/img/edit_onlineconvert.png\";s:6:\"status\";s:1:\"C\";}i:285;a:2:{s:9:\"file_path\";s:40:\"js/lib/elfinder/img/edit_pixlreditor.png\";s:6:\"status\";s:1:\"C\";}i:286;a:2:{s:9:\"file_path\";s:41:\"js/lib/elfinder/img/edit_pixlrexpress.png\";s:6:\"status\";s:1:\"C\";}i:287;a:2:{s:9:\"file_path\";s:38:\"js/lib/elfinder/img/edit_simplemde.png\";s:6:\"status\";s:1:\"C\";}i:288;a:2:{s:9:\"file_path\";s:36:\"js/lib/elfinder/img/edit_tinymce.png\";s:6:\"status\";s:1:\"C\";}i:289;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/img/edit_tuiimgedit.png\";s:6:\"status\";s:1:\"C\";}i:290;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/img/edit_zohooffice.png\";s:6:\"status\";s:1:\"C\";}i:291;a:2:{s:9:\"file_path\";s:36:\"js/lib/elfinder/img/editor-icons.png\";s:6:\"status\";s:1:\"C\";}i:292;a:2:{s:9:\"file_path\";s:33:\"js/lib/elfinder/img/icons-big.svg\";s:6:\"status\";s:1:\"C\";}i:293;a:2:{s:9:\"file_path\";s:33:\"js/lib/elfinder/img/trashmesh.png\";s:6:\"status\";s:1:\"C\";}i:294;a:2:{s:9:\"file_path\";s:34:\"js/lib/elfinder/img/tui-icon-a.svg\";s:6:\"status\";s:1:\"C\";}i:295;a:2:{s:9:\"file_path\";s:34:\"js/lib/elfinder/img/tui-icon-b.svg\";s:6:\"status\";s:1:\"C\";}i:296;a:2:{s:9:\"file_path\";s:34:\"js/lib/elfinder/img/tui-icon-c.svg\";s:6:\"status\";s:1:\"C\";}i:297;a:2:{s:9:\"file_path\";s:34:\"js/lib/elfinder/img/tui-icon-d.svg\";s:6:\"status\";s:1:\"C\";}i:298;a:2:{s:9:\"file_path\";s:47:\"js/lib/elfinder/img/ui-icons_ffffff_256x240.png\";s:6:\"status\";s:1:\"C\";}i:299;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/img/volume_icon_box.png\";s:6:\"status\";s:1:\"C\";}i:300;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/img/volume_icon_box.svg\";s:6:\"status\";s:1:\"C\";}i:301;a:2:{s:9:\"file_path\";s:43:\"js/lib/elfinder/img/volume_icon_dropbox.svg\";s:6:\"status\";s:1:\"C\";}i:302;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/img/volume_icon_ftp.svg\";s:6:\"status\";s:1:\"C\";}i:303;a:2:{s:9:\"file_path\";s:47:\"js/lib/elfinder/img/volume_icon_googledrive.png\";s:6:\"status\";s:1:\"C\";}i:304;a:2:{s:9:\"file_path\";s:47:\"js/lib/elfinder/img/volume_icon_googledrive.svg\";s:6:\"status\";s:1:\"C\";}i:305;a:2:{s:9:\"file_path\";s:41:\"js/lib/elfinder/img/volume_icon_local.svg\";s:6:\"status\";s:1:\"C\";}i:306;a:2:{s:9:\"file_path\";s:43:\"js/lib/elfinder/img/volume_icon_network.png\";s:6:\"status\";s:1:\"C\";}i:307;a:2:{s:9:\"file_path\";s:43:\"js/lib/elfinder/img/volume_icon_network.svg\";s:6:\"status\";s:1:\"C\";}i:308;a:2:{s:9:\"file_path\";s:44:\"js/lib/elfinder/img/volume_icon_onedrive.png\";s:6:\"status\";s:1:\"C\";}i:309;a:2:{s:9:\"file_path\";s:44:\"js/lib/elfinder/img/volume_icon_onedrive.svg\";s:6:\"status\";s:1:\"C\";}i:310;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/img/volume_icon_sql.svg\";s:6:\"status\";s:1:\"C\";}i:311;a:2:{s:9:\"file_path\";s:41:\"js/lib/elfinder/img/volume_icon_trash.png\";s:6:\"status\";s:1:\"C\";}i:312;a:2:{s:9:\"file_path\";s:41:\"js/lib/elfinder/img/volume_icon_trash.svg\";s:6:\"status\";s:1:\"C\";}i:313;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/img/volume_icon_zip.png\";s:6:\"status\";s:1:\"C\";}i:314;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/img/volume_icon_zip.svg\";s:6:\"status\";s:1:\"C\";}i:315;a:2:{s:9:\"file_path\";s:44:\"js/lib/elfinder/js/i18n/elfinder.fallback.js\";s:6:\"status\";s:1:\"C\";}i:316;a:2:{s:9:\"file_path\";s:38:\"js/lib/elfinder/js/i18n/elfinder.fo.js\";s:6:\"status\";s:1:\"C\";}i:317;a:2:{s:9:\"file_path\";s:41:\"js/lib/elfinder/js/i18n/elfinder.fr_CA.js\";s:6:\"status\";s:1:\"C\";}i:318;a:2:{s:9:\"file_path\";s:38:\"js/lib/elfinder/js/i18n/elfinder.he.js\";s:6:\"status\";s:1:\"C\";}i:319;a:2:{s:9:\"file_path\";s:38:\"js/lib/elfinder/js/i18n/elfinder.hr.js\";s:6:\"status\";s:1:\"C\";}i:320;a:2:{s:9:\"file_path\";s:38:\"js/lib/elfinder/js/i18n/elfinder.ro.js\";s:6:\"status\";s:1:\"C\";}i:321;a:2:{s:9:\"file_path\";s:38:\"js/lib/elfinder/js/i18n/elfinder.si.js\";s:6:\"status\";s:1:\"C\";}i:322;a:2:{s:9:\"file_path\";s:41:\"js/lib/elfinder/js/i18n/elfinder.ug_CN.js\";s:6:\"status\";s:1:\"C\";}i:323;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/cs.html.js\";s:6:\"status\";s:1:\"C\";}i:324;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/de.html.js\";s:6:\"status\";s:1:\"C\";}i:325;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/en.html.js\";s:6:\"status\";s:1:\"C\";}i:326;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/es.html.js\";s:6:\"status\";s:1:\"C\";}i:327;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/ja.html.js\";s:6:\"status\";s:1:\"C\";}i:328;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/ko.html.js\";s:6:\"status\";s:1:\"C\";}i:329;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/pl.html.js\";s:6:\"status\";s:1:\"C\";}i:330;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/ru.html.js\";s:6:\"status\";s:1:\"C\";}i:331;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/sk.html.js\";s:6:\"status\";s:1:\"C\";}i:332;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/tr.html.js\";s:6:\"status\";s:1:\"C\";}i:333;a:2:{s:9:\"file_path\";s:41:\"js/lib/elfinder/js/worker/calcfilehash.js\";s:6:\"status\";s:1:\"C\";}i:334;a:2:{s:9:\"file_path\";s:43:\"js/lib/elfinder/js/worker/quicklook.tiff.js\";s:6:\"status\";s:1:\"C\";}i:335;a:2:{s:9:\"file_path\";s:44:\"js/lib/elfinder/js/worker/quicklook.unzip.js\";s:6:\"status\";s:1:\"C\";}i:336;a:2:{s:9:\"file_path\";s:44:\"js/lib/elfinder/js/extras/editors.default.js\";s:6:\"status\";s:1:\"C\";}i:337;a:2:{s:9:\"file_path\";s:48:\"js/lib/elfinder/js/extras/editors.default.min.js\";s:6:\"status\";s:1:\"C\";}i:338;a:2:{s:9:\"file_path\";s:49:\"js/lib/elfinder/js/extras/quicklook.googledocs.js\";s:6:\"status\";s:1:\"C\";}i:339;a:2:{s:9:\"file_path\";s:53:\"js/lib/elfinder/js/extras/quicklook.googledocs.min.js\";s:6:\"status\";s:1:\"C\";}i:340;a:2:{s:9:\"file_path\";s:58:\"js/lib/select2/docs/plugins/simplesearch/assets/search.svg\";s:6:\"status\";s:1:\"C\";}i:341;a:2:{s:9:\"file_path\";s:45:\"var/snapshots/4.11.4.sp3_multivendor_dist.php\";s:6:\"status\";s:1:\"C\";}i:342;a:2:{s:9:\"file_path\";s:92:\"design/themes/responsive/templates/addons/call_requests/hooks/companies/phone_field.post.tpl\";s:6:\"status\";s:1:\"C\";}i:343;a:2:{s:9:\"file_path\";s:95:\"design/themes/responsive/templates/addons/paypal_commerce_platform/hooks/index/scripts.post.tpl\";s:6:\"status\";s:1:\"C\";}i:344;a:2:{s:9:\"file_path\";s:94:\"design/themes/responsive/templates/addons/paypal_commerce_platform/hooks/index/styles.post.tpl\";s:6:\"status\";s:1:\"C\";}i:345;a:2:{s:9:\"file_path\";s:128:\"design/themes/responsive/templates/addons/paypal_commerce_platform/views/orders/components/payments/paypal_commerce_platform.tpl\";s:6:\"status\";s:1:\"C\";}i:346;a:2:{s:9:\"file_path\";s:57:\"design/themes/responsive/css/tygh/components/spinner.less\";s:6:\"status\";s:1:\"C\";}i:347;a:2:{s:9:\"file_path\";s:80:\"design/themes/responsive/css/addons/paypal_commerce_platform/payment_button.less\";s:6:\"status\";s:1:\"C\";}i:348;a:2:{s:9:\"file_path\";s:72:\"design/themes/responsive/css/addons/paypal_commerce_platform/styles.less\";s:6:\"status\";s:1:\"C\";}}');
INSERT INTO `partiushop_installed_upgrades` (`id`, `type`, `name`, `timestamp`, `description`, `conflicts`) VALUES
(34, 'core', 'Upgrade 4.11.4.SP3 - 4.11.5', 1629141786, '<p><strong>Multi-Vendor 4.11.5</strong> brings the following changes and improvements:</p>\n<ul>\n<li>PayPal Commerce Payment: a new solution for accepting payments and distributing money between vendors.</li>\n<li>Apple Pay and Google Pay now support the following add-ons: Common Products for Vendors; Direct Customer-to-Vendor Payments.</li>\n<li>You can now allow vendors to handle call requests.</li>\n<li>The lists of orders, categories, and countries were improved. You can now work with them like you work with products.</li>\n<li>Facebook Pixel add-on now tracks not only orders themselves, but also order totals and currencies.</li>\n</ul>\n<p>For the full list of changes, <a href=\"http://docs.cs-cart.com/4.11.x/history/4115.html\" target=\"_blank\">check the changelog</a>.</p>', 'a:349:{i:0;a:2:{s:9:\"file_path\";s:51:\"app/schemas/security/object_sanitization_vendor.php\";s:6:\"status\";s:1:\"C\";}i:1;a:2:{s:9:\"file_path\";s:35:\"app/schemas/sync_data/sync_data.php\";s:6:\"status\";s:1:\"C\";}i:2;a:2:{s:9:\"file_path\";s:53:\"app/Tygh/Tests/Unit/Functions/Common/FnCheckUtf16.php\";s:6:\"status\";s:1:\"C\";}i:3;a:2:{s:9:\"file_path\";s:53:\"app/Tygh/Tests/Unit/Functions/Common/data/utf16be.txt\";s:6:\"status\";s:1:\"C\";}i:4;a:2:{s:9:\"file_path\";s:53:\"app/Tygh/Tests/Unit/Functions/Common/data/utf16le.txt\";s:6:\"status\";s:1:\"C\";}i:5;a:2:{s:9:\"file_path\";s:73:\"app/Tygh/Tests/Unit/Functions/Cart/FnConvertWeightToImperialUnitsTest.php\";s:6:\"status\";s:1:\"C\";}i:6;a:2:{s:9:\"file_path\";s:71:\"app/Tygh/Tests/Unit/Functions/Cart/FnConvertWeightToMetricUnitsTest.php\";s:6:\"status\";s:1:\"C\";}i:7;a:2:{s:9:\"file_path\";s:68:\"app/Tygh/Tests/Unit/Functions/Catalog/FnGetProductQtyContentTest.php\";s:6:\"status\";s:1:\"C\";}i:8;a:2:{s:9:\"file_path\";s:34:\"app/Tygh/Enum/SyncDataStatuses.php\";s:6:\"status\";s:1:\"C\";}i:9;a:2:{s:9:\"file_path\";s:42:\"app/lib/other/elfinder/resources/image.png\";s:6:\"status\";s:1:\"C\";}i:10;a:2:{s:9:\"file_path\";s:42:\"app/lib/other/elfinder/resources/video.png\";s:6:\"status\";s:1:\"C\";}i:11;a:2:{s:9:\"file_path\";s:37:\"app/lib/other/elfinder/libs/GdBmp.php\";s:6:\"status\";s:1:\"C\";}i:12;a:2:{s:9:\"file_path\";s:49:\"app/lib/other/elfinder/plugins/Watermark/logo.png\";s:6:\"status\";s:1:\"C\";}i:13;a:2:{s:9:\"file_path\";s:51:\"app/lib/other/elfinder/plugins/Watermark/plugin.php\";s:6:\"status\";s:1:\"C\";}i:14;a:2:{s:9:\"file_path\";s:52:\"app/lib/other/elfinder/plugins/AutoResize/plugin.php\";s:6:\"status\";s:1:\"C\";}i:15;a:2:{s:9:\"file_path\";s:52:\"app/lib/other/elfinder/plugins/AutoRotate/plugin.php\";s:6:\"status\";s:1:\"C\";}i:16;a:2:{s:9:\"file_path\";s:52:\"app/lib/other/elfinder/plugins/Normalizer/plugin.php\";s:6:\"status\";s:1:\"C\";}i:17;a:2:{s:9:\"file_path\";s:51:\"app/lib/other/elfinder/plugins/Sanitizer/plugin.php\";s:6:\"status\";s:1:\"C\";}i:18;a:2:{s:9:\"file_path\";s:63:\"app/lib/other/elfinder/elFinderFlysystemGoogleDriveNetmount.php\";s:6:\"status\";s:1:\"C\";}i:19;a:2:{s:9:\"file_path\";s:41:\"app/lib/other/elfinder/elFinderPlugin.php\";s:6:\"status\";s:1:\"C\";}i:20;a:2:{s:9:\"file_path\";s:42:\"app/lib/other/elfinder/elFinderSession.php\";s:6:\"status\";s:1:\"C\";}i:21;a:2:{s:9:\"file_path\";s:51:\"app/lib/other/elfinder/elFinderSessionInterface.php\";s:6:\"status\";s:1:\"C\";}i:22;a:2:{s:9:\"file_path\";s:50:\"app/lib/other/elfinder/elFinderVolumeBox.class.php\";s:6:\"status\";s:1:\"C\";}i:23;a:2:{s:9:\"file_path\";s:55:\"app/lib/other/elfinder/elFinderVolumeDropbox2.class.php\";s:6:\"status\";s:1:\"C\";}i:24;a:2:{s:9:\"file_path\";s:58:\"app/lib/other/elfinder/elFinderVolumeGoogleDrive.class.php\";s:6:\"status\";s:1:\"C\";}i:25;a:2:{s:9:\"file_path\";s:52:\"app/lib/other/elfinder/elFinderVolumeGroup.class.php\";s:6:\"status\";s:1:\"C\";}i:26;a:2:{s:9:\"file_path\";s:55:\"app/lib/other/elfinder/elFinderVolumeOneDrive.class.php\";s:6:\"status\";s:1:\"C\";}i:27;a:2:{s:9:\"file_path\";s:52:\"app/lib/other/elfinder/elFinderVolumeTrash.class.php\";s:6:\"status\";s:1:\"C\";}i:28;a:2:{s:9:\"file_path\";s:57:\"app/lib/other/elfinder/elFinderVolumeTrashMySQL.class.php\";s:6:\"status\";s:1:\"C\";}i:29;a:2:{s:9:\"file_path\";s:52:\"app/lib/other/elfinder/editors/ZipArchive/editor.php\";s:6:\"status\";s:1:\"C\";}i:30;a:2:{s:9:\"file_path\";s:52:\"app/lib/other/elfinder/editors/ZohoOffice/editor.php\";s:6:\"status\";s:1:\"C\";}i:31;a:2:{s:9:\"file_path\";s:41:\"app/lib/other/elfinder/editors/editor.php\";s:6:\"status\";s:1:\"C\";}i:32;a:2:{s:9:\"file_path\";s:55:\"app/lib/other/elfinder/editors/OnlineConvert/editor.php\";s:6:\"status\";s:1:\"C\";}i:33;a:2:{s:9:\"file_path\";s:43:\"app/lib/other/maxmind/GeoLite2-Country.mmdb\";s:6:\"status\";s:1:\"C\";}i:34;a:2:{s:9:\"file_path\";s:43:\"app/lib/vendor/composer/autoload_static.php\";s:6:\"status\";s:1:\"C\";}i:35;a:2:{s:9:\"file_path\";s:41:\"app/lib/vendor/composer/autoload_real.php\";s:6:\"status\";s:1:\"C\";}i:36;a:2:{s:9:\"file_path\";s:45:\"app/lib/vendor/maxmind-db/reader/CHANGELOG.md\";s:6:\"status\";s:1:\"C\";}i:37;a:2:{s:9:\"file_path\";s:40:\"app/lib/vendor/maxmind-db/reader/LICENSE\";s:6:\"status\";s:1:\"C\";}i:38;a:2:{s:9:\"file_path\";s:42:\"app/lib/vendor/maxmind-db/reader/README.md\";s:6:\"status\";s:1:\"C\";}i:39;a:2:{s:9:\"file_path\";s:45:\"app/lib/vendor/maxmind-db/reader/autoload.php\";s:6:\"status\";s:1:\"C\";}i:40;a:2:{s:9:\"file_path\";s:46:\"app/lib/vendor/maxmind-db/reader/composer.json\";s:6:\"status\";s:1:\"C\";}i:41;a:2:{s:9:\"file_path\";s:46:\"app/lib/vendor/maxmind-db/reader/ext/config.m4\";s:6:\"status\";s:1:\"C\";}i:42;a:2:{s:9:\"file_path\";s:48:\"app/lib/vendor/maxmind-db/reader/ext/maxminddb.c\";s:6:\"status\";s:1:\"C\";}i:43;a:2:{s:9:\"file_path\";s:52:\"app/lib/vendor/maxmind-db/reader/ext/php_maxminddb.h\";s:6:\"status\";s:1:\"C\";}i:44;a:2:{s:9:\"file_path\";s:56:\"app/lib/vendor/maxmind-db/reader/ext/tests/001-load.phpt\";s:6:\"status\";s:1:\"C\";}i:45;a:2:{s:9:\"file_path\";s:57:\"app/lib/vendor/maxmind-db/reader/ext/tests/002-final.phpt\";s:6:\"status\";s:1:\"C\";}i:46;a:2:{s:9:\"file_path\";s:64:\"app/lib/vendor/maxmind-db/reader/ext/tests/003-open-basedir.phpt\";s:6:\"status\";s:1:\"C\";}i:47;a:2:{s:9:\"file_path\";s:58:\"app/lib/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php\";s:6:\"status\";s:1:\"C\";}i:48;a:2:{s:9:\"file_path\";s:66:\"app/lib/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php\";s:6:\"status\";s:1:\"C\";}i:49;a:2:{s:9:\"file_path\";s:83:\"app/lib/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php\";s:6:\"status\";s:1:\"C\";}i:50;a:2:{s:9:\"file_path\";s:67:\"app/lib/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php\";s:6:\"status\";s:1:\"C\";}i:51;a:2:{s:9:\"file_path\";s:63:\"app/lib/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php\";s:6:\"status\";s:1:\"C\";}i:52;a:2:{s:9:\"file_path\";s:27:\"app/lib/vendor/autoload.php\";s:6:\"status\";s:1:\"C\";}i:53;a:2:{s:9:\"file_path\";s:37:\"app/controllers/backend/sync_data.php\";s:6:\"status\";s:1:\"C\";}i:54;a:2:{s:9:\"file_path\";s:67:\"app/addons/call_requests/schemas/block_manager/blocks.functions.php\";s:6:\"status\";s:1:\"C\";}i:55;a:2:{s:9:\"file_path\";s:74:\"app/addons/master_products/schemas/exim/qty_discounts_multivendor.post.php\";s:6:\"status\";s:1:\"C\";}i:56;a:2:{s:9:\"file_path\";s:35:\"app/addons/email_marketing/init.php\";s:6:\"status\";s:1:\"C\";}i:57;a:2:{s:9:\"file_path\";s:50:\"app/addons/email_marketing/lib/vendor/autoload.php\";s:6:\"status\";s:1:\"C\";}i:58;a:2:{s:9:\"file_path\";s:76:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Mailchimp.php\";s:6:\"status\";s:1:\"C\";}i:59;a:2:{s:9:\"file_path\";s:85:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/MailchimpException.php\";s:6:\"status\";s:1:\"C\";}i:60;a:2:{s:9:\"file_path\";s:87:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Requests/HttpRequest.php\";s:6:\"status\";s:1:\"C\";}i:61;a:2:{s:9:\"file_path\";s:95:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Requests/MailchimpConnection.php\";s:6:\"status\";s:1:\"C\";}i:62;a:2:{s:9:\"file_path\";s:92:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Requests/MailchimpRequest.php\";s:6:\"status\";s:1:\"C\";}i:63;a:2:{s:9:\"file_path\";s:98:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/Carts.php\";s:6:\"status\";s:1:\"C\";}i:64;a:2:{s:9:\"file_path\";s:104:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/Carts/Lines.php\";s:6:\"status\";s:1:\"C\";}i:65;a:2:{s:9:\"file_path\";s:102:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/Customers.php\";s:6:\"status\";s:1:\"C\";}i:66;a:2:{s:9:\"file_path\";s:99:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/Orders.php\";s:6:\"status\";s:1:\"C\";}i:67;a:2:{s:9:\"file_path\";s:101:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/Products.php\";s:6:\"status\";s:1:\"C\";}i:68;a:2:{s:9:\"file_path\";s:103:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/PromoRules.php\";s:6:\"status\";s:1:\"C\";}i:69;a:2:{s:9:\"file_path\";s:105:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/Orders/Lines.php\";s:6:\"status\";s:1:\"C\";}i:70;a:2:{s:9:\"file_path\";s:108:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/Products/Images.php\";s:6:\"status\";s:1:\"C\";}i:71;a:2:{s:9:\"file_path\";s:110:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/Products/Variants.php\";s:6:\"status\";s:1:\"C\";}i:72;a:2:{s:9:\"file_path\";s:114:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores/PromoRules/PromoCodes.php\";s:6:\"status\";s:1:\"C\";}i:73;a:2:{s:9:\"file_path\";s:98:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/CampaignAbuse.php\";s:6:\"status\";s:1:\"C\";}i:74;a:2:{s:9:\"file_path\";s:99:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/CampaignAdvice.php\";s:6:\"status\";s:1:\"C\";}i:75;a:2:{s:9:\"file_path\";s:97:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/ClickReports.php\";s:6:\"status\";s:1:\"C\";}i:76;a:2:{s:9:\"file_path\";s:102:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/DomainPerformance.php\";s:6:\"status\";s:1:\"C\";}i:77;a:2:{s:9:\"file_path\";s:98:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/EepurlReports.php\";s:6:\"status\";s:1:\"C\";}i:78;a:2:{s:9:\"file_path\";s:98:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/EmailActivity.php\";s:6:\"status\";s:1:\"C\";}i:79;a:2:{s:9:\"file_path\";s:100:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/GoogleAnalytics.php\";s:6:\"status\";s:1:\"C\";}i:80;a:2:{s:9:\"file_path\";s:96:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/OpenDetails.php\";s:6:\"status\";s:1:\"C\";}i:81;a:2:{s:9:\"file_path\";s:91:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/SentTo.php\";s:6:\"status\";s:1:\"C\";}i:82;a:2:{s:9:\"file_path\";s:95:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/SubReports.php\";s:6:\"status\";s:1:\"C\";}i:83;a:2:{s:9:\"file_path\";s:97:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/TopLocations.php\";s:6:\"status\";s:1:\"C\";}i:84;a:2:{s:9:\"file_path\";s:97:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/Unsubscribes.php\";s:6:\"status\";s:1:\"C\";}i:85;a:2:{s:9:\"file_path\";s:105:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports/ClickReports/Members.php\";s:6:\"status\";s:1:\"C\";}i:86;a:2:{s:9:\"file_path\";s:84:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Account.php\";s:6:\"status\";s:1:\"C\";}i:87;a:2:{s:9:\"file_path\";s:88:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/ApiResource.php\";s:6:\"status\";s:1:\"C\";}i:88;a:2:{s:9:\"file_path\";s:91:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/AuthorizedApps.php\";s:6:\"status\";s:1:\"C\";}i:89;a:2:{s:9:\"file_path\";s:88:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Automations.php\";s:6:\"status\";s:1:\"C\";}i:90;a:2:{s:9:\"file_path\";s:92:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/BatchOperations.php\";s:6:\"status\";s:1:\"C\";}i:91;a:2:{s:9:\"file_path\";s:90:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/BatchWebhooks.php\";s:6:\"status\";s:1:\"C\";}i:92;a:2:{s:9:\"file_path\";s:92:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/CampaignFolders.php\";s:6:\"status\";s:1:\"C\";}i:93;a:2:{s:9:\"file_path\";s:86:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Campaigns.php\";s:6:\"status\";s:1:\"C\";}i:94;a:2:{s:9:\"file_path\";s:91:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/ConnectedSites.php\";s:6:\"status\";s:1:\"C\";}i:95;a:2:{s:9:\"file_path\";s:90:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Conversations.php\";s:6:\"status\";s:1:\"C\";}i:96;a:2:{s:9:\"file_path\";s:92:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/EcommerceStores.php\";s:6:\"status\";s:1:\"C\";}i:97;a:2:{s:9:\"file_path\";s:88:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/FacebookAds.php\";s:6:\"status\";s:1:\"C\";}i:98;a:2:{s:9:\"file_path\";s:93:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/FileManagerFiles.php\";s:6:\"status\";s:1:\"C\";}i:99;a:2:{s:9:\"file_path\";s:95:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/FileManagerFolders.php\";s:6:\"status\";s:1:\"C\";}i:100;a:2:{s:9:\"file_path\";s:86:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/GoogleAds.php\";s:6:\"status\";s:1:\"C\";}i:101;a:2:{s:9:\"file_path\";s:89:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/LandingPages.php\";s:6:\"status\";s:1:\"C\";}i:102;a:2:{s:9:\"file_path\";s:82:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists.php\";s:6:\"status\";s:1:\"C\";}i:103;a:2:{s:9:\"file_path\";s:81:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Ping.php\";s:6:\"status\";s:1:\"C\";}i:104;a:2:{s:9:\"file_path\";s:84:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Reports.php\";s:6:\"status\";s:1:\"C\";}i:105;a:2:{s:9:\"file_path\";s:92:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/SearchCampaigns.php\";s:6:\"status\";s:1:\"C\";}i:106;a:2:{s:9:\"file_path\";s:90:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/SearchMembers.php\";s:6:\"status\";s:1:\"C\";}i:107;a:2:{s:9:\"file_path\";s:92:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/TemplateFolders.php\";s:6:\"status\";s:1:\"C\";}i:108;a:2:{s:9:\"file_path\";s:86:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Templates.php\";s:6:\"status\";s:1:\"C\";}i:109;a:2:{s:9:\"file_path\";s:92:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/VerifiedDomains.php\";s:6:\"status\";s:1:\"C\";}i:110;a:2:{s:9:\"file_path\";s:95:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Automations/Emails.php\";s:6:\"status\";s:1:\"C\";}i:111;a:2:{s:9:\"file_path\";s:107:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Automations/RemovedSubscribers.php\";s:6:\"status\";s:1:\"C\";}i:112;a:2:{s:9:\"file_path\";s:101:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Automations/Emails/Queue.php\";s:6:\"status\";s:1:\"C\";}i:113;a:2:{s:9:\"file_path\";s:101:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Templates/DefaultContent.php\";s:6:\"status\";s:1:\"C\";}i:114;a:2:{s:9:\"file_path\";s:97:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/LandingPages/Content.php\";s:6:\"status\";s:1:\"C\";}i:115;a:2:{s:9:\"file_path\";s:94:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Campaigns/Content.php\";s:6:\"status\";s:1:\"C\";}i:116;a:2:{s:9:\"file_path\";s:95:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Campaigns/Feedback.php\";s:6:\"status\";s:1:\"C\";}i:117;a:2:{s:9:\"file_path\";s:100:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Campaigns/SendChecklist.php\";s:6:\"status\";s:1:\"C\";}i:118;a:2:{s:9:\"file_path\";s:99:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Members/Activity.php\";s:6:\"status\";s:1:\"C\";}i:119;a:2:{s:9:\"file_path\";s:97:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Members/Events.php\";s:6:\"status\";s:1:\"C\";}i:120;a:2:{s:9:\"file_path\";s:96:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Members/Goals.php\";s:6:\"status\";s:1:\"C\";}i:121;a:2:{s:9:\"file_path\";s:96:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Members/Notes.php\";s:6:\"status\";s:1:\"C\";}i:122;a:2:{s:9:\"file_path\";s:95:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Members/Tags.php\";s:6:\"status\";s:1:\"C\";}i:123;a:2:{s:9:\"file_path\";s:99:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Segments/Members.php\";s:6:\"status\";s:1:\"C\";}i:124;a:2:{s:9:\"file_path\";s:95:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/AbuseReports.php\";s:6:\"status\";s:1:\"C\";}i:125;a:2:{s:9:\"file_path\";s:91:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Activity.php\";s:6:\"status\";s:1:\"C\";}i:126;a:2:{s:9:\"file_path\";s:90:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Clients.php\";s:6:\"status\";s:1:\"C\";}i:127;a:2:{s:9:\"file_path\";s:96:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/GrowthHistory.php\";s:6:\"status\";s:1:\"C\";}i:128;a:2:{s:9:\"file_path\";s:101:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/InterestCategories.php\";s:6:\"status\";s:1:\"C\";}i:129;a:2:{s:9:\"file_path\";s:90:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Members.php\";s:6:\"status\";s:1:\"C\";}i:130;a:2:{s:9:\"file_path\";s:94:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/MergeFields.php\";s:6:\"status\";s:1:\"C\";}i:131;a:2:{s:9:\"file_path\";s:91:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Segments.php\";s:6:\"status\";s:1:\"C\";}i:132;a:2:{s:9:\"file_path\";s:94:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/SignupForms.php\";s:6:\"status\";s:1:\"C\";}i:133;a:2:{s:9:\"file_path\";s:91:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/Webhooks.php\";s:6:\"status\";s:1:\"C\";}i:134;a:2:{s:9:\"file_path\";s:110:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Lists/InterestCategories/Interest.php\";s:6:\"status\";s:1:\"C\";}i:135;a:2:{s:9:\"file_path\";s:99:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Resources/Conversations/Messages.php\";s:6:\"status\";s:1:\"C\";}i:136;a:2:{s:9:\"file_path\";s:92:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Responses/FailureResponse.php\";s:6:\"status\";s:1:\"C\";}i:137;a:2:{s:9:\"file_path\";s:94:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Responses/MailchimpResponse.php\";s:6:\"status\";s:1:\"C\";}i:138;a:2:{s:9:\"file_path\";s:92:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Responses/SuccessResponse.php\";s:6:\"status\";s:1:\"C\";}i:139;a:2:{s:9:\"file_path\";s:93:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/src/Settings/MailchimpSettings.php\";s:6:\"status\";s:1:\"C\";}i:140;a:2:{s:9:\"file_path\";s:77:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/CODE_OF_CONDUCT.md\";s:6:\"status\";s:1:\"C\";}i:141;a:2:{s:9:\"file_path\";s:66:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/LICENSE\";s:6:\"status\";s:1:\"C\";}i:142;a:2:{s:9:\"file_path\";s:83:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/PULL_REQUEST_TEMPLATE.md\";s:6:\"status\";s:1:\"C\";}i:143;a:2:{s:9:\"file_path\";s:68:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/README.md\";s:6:\"status\";s:1:\"C\";}i:144;a:2:{s:9:\"file_path\";s:70:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/_config.yml\";s:6:\"status\";s:1:\"C\";}i:145;a:2:{s:9:\"file_path\";s:72:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/composer.json\";s:6:\"status\";s:1:\"C\";}i:146;a:2:{s:9:\"file_path\";s:72:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/composer.lock\";s:6:\"status\";s:1:\"C\";}i:147;a:2:{s:9:\"file_path\";s:70:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/.travis.yml\";s:6:\"status\";s:1:\"C\";}i:148;a:2:{s:9:\"file_path\";s:95:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/.github/ISSUE_TEMPLATE/bug_report.md\";s:6:\"status\";s:1:\"C\";}i:149;a:2:{s:9:\"file_path\";s:100:\"app/addons/email_marketing/lib/vendor/jhut89/mailchimp3php/.github/ISSUE_TEMPLATE/feature_request.md\";s:6:\"status\";s:1:\"C\";}i:150;a:2:{s:9:\"file_path\";s:68:\"app/addons/email_marketing/lib/vendor/composer/autoload_classmap.php\";s:6:\"status\";s:1:\"C\";}i:151;a:2:{s:9:\"file_path\";s:66:\"app/addons/email_marketing/lib/vendor/composer/autoload_static.php\";s:6:\"status\";s:1:\"C\";}i:152;a:2:{s:9:\"file_path\";s:64:\"app/addons/email_marketing/lib/vendor/composer/autoload_real.php\";s:6:\"status\";s:1:\"C\";}i:153;a:2:{s:9:\"file_path\";s:62:\"app/addons/email_marketing/lib/vendor/composer/ClassLoader.php\";s:6:\"status\";s:1:\"C\";}i:154;a:2:{s:9:\"file_path\";s:54:\"app/addons/email_marketing/lib/vendor/composer/LICENSE\";s:6:\"status\";s:1:\"C\";}i:155;a:2:{s:9:\"file_path\";s:61:\"app/addons/email_marketing/lib/vendor/composer/installed.json\";s:6:\"status\";s:1:\"C\";}i:156;a:2:{s:9:\"file_path\";s:70:\"app/addons/email_marketing/lib/vendor/composer/autoload_namespaces.php\";s:6:\"status\";s:1:\"C\";}i:157;a:2:{s:9:\"file_path\";s:64:\"app/addons/email_marketing/lib/vendor/composer/autoload_psr4.php\";s:6:\"status\";s:1:\"C\";}i:158;a:2:{s:9:\"file_path\";s:44:\"app/addons/email_marketing/lib/composer.json\";s:6:\"status\";s:1:\"C\";}i:159;a:2:{s:9:\"file_path\";s:44:\"app/addons/email_marketing/lib/composer.lock\";s:6:\"status\";s:1:\"C\";}i:160;a:2:{s:9:\"file_path\";s:56:\"app/addons/seo/Tygh/Enum/Addons/Seo/ItemAvailability.php\";s:6:\"status\";s:1:\"C\";}i:161;a:2:{s:9:\"file_path\";s:84:\"app/addons/vendor_data_premoderation/schemas/exim/qty_discounts_multivendor.post.php\";s:6:\"status\";s:1:\"C\";}i:162;a:2:{s:9:\"file_path\";s:73:\"app/addons/paypal_commerce_platform/payments/paypal_commerce_platform.php\";s:6:\"status\";s:1:\"C\";}i:163;a:2:{s:9:\"file_path\";s:90:\"app/addons/paypal_commerce_platform/schemas/paypal_commerce_platform/status_conversion.php\";s:6:\"status\";s:1:\"C\";}i:164;a:2:{s:9:\"file_path\";s:82:\"app/addons/paypal_commerce_platform/schemas/reporting/metrics_multivendor.post.php\";s:6:\"status\";s:1:\"C\";}i:165;a:2:{s:9:\"file_path\";s:80:\"app/addons/paypal_commerce_platform/schemas/settings/variants.functions.post.php\";s:6:\"status\";s:1:\"C\";}i:166;a:2:{s:9:\"file_path\";s:45:\"app/addons/paypal_commerce_platform/addon.xml\";s:6:\"status\";s:1:\"C\";}i:167;a:2:{s:9:\"file_path\";s:44:\"app/addons/paypal_commerce_platform/func.php\";s:6:\"status\";s:1:\"C\";}i:168;a:2:{s:9:\"file_path\";s:44:\"app/addons/paypal_commerce_platform/init.php\";s:6:\"status\";s:1:\"C\";}i:169;a:2:{s:9:\"file_path\";s:86:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/OAuthHelper.php\";s:6:\"status\";s:1:\"C\";}i:170;a:2:{s:9:\"file_path\";s:89:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/PayoutsManager.php\";s:6:\"status\";s:1:\"C\";}i:171;a:2:{s:9:\"file_path\";s:91:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/ProcessorFactory.php\";s:6:\"status\";s:1:\"C\";}i:172;a:2:{s:9:\"file_path\";s:90:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/ServiceProvider.php\";s:6:\"status\";s:1:\"C\";}i:173;a:2:{s:9:\"file_path\";s:85:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Api/Client.php\";s:6:\"status\";s:1:\"C\";}i:174;a:2:{s:9:\"file_path\";s:92:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Api/ClientWrapper.php\";s:6:\"status\";s:1:\"C\";}i:175;a:2:{s:9:\"file_path\";s:93:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Enum/CaptureStatus.php\";s:6:\"status\";s:1:\"C\";}i:176;a:2:{s:9:\"file_path\";s:101:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Enum/CheckoutPaymentIntent.php\";s:6:\"status\";s:1:\"C\";}i:177;a:2:{s:9:\"file_path\";s:96:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Enum/DisbursementMode.php\";s:6:\"status\";s:1:\"C\";}i:178;a:2:{s:9:\"file_path\";s:90:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Enum/UserAction.php\";s:6:\"status\";s:1:\"C\";}i:179;a:2:{s:9:\"file_path\";s:96:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Enum/WebhookEventType.php\";s:6:\"status\";s:1:\"C\";}i:180;a:2:{s:9:\"file_path\";s:97:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Exception/ApiException.php\";s:6:\"status\";s:1:\"C\";}i:181;a:2:{s:9:\"file_path\";s:101:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Exception/ContentException.php\";s:6:\"status\";s:1:\"C\";}i:182;a:2:{s:9:\"file_path\";s:106:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Payments/PaypalCommercePlatform.php\";s:6:\"status\";s:1:\"C\";}i:183;a:2:{s:9:\"file_path\";s:88:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Webhook/Event.php\";s:6:\"status\";s:1:\"C\";}i:184;a:2:{s:9:\"file_path\";s:97:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Webhook/PaymentCapture.php\";s:6:\"status\";s:1:\"C\";}i:185;a:2:{s:9:\"file_path\";s:111:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Webhook/PaymentCaptureEventInterface.php\";s:6:\"status\";s:1:\"C\";}i:186;a:2:{s:9:\"file_path\";s:103:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Webhook/PaymentFinishedEvent.php\";s:6:\"status\";s:1:\"C\";}i:187;a:2:{s:9:\"file_path\";s:103:\"app/addons/paypal_commerce_platform/Tygh/Addons/PaypalCommercePlatform/Webhook/PaymentRefundedEvent.php\";s:6:\"status\";s:1:\"C\";}i:188;a:2:{s:9:\"file_path\";s:83:\"app/addons/paypal_commerce_platform/controllers/common/paypal_commerce_platform.php\";s:6:\"status\";s:1:\"C\";}i:189;a:2:{s:9:\"file_path\";s:74:\"app/addons/paypal_commerce_platform/controllers/frontend/checkout.post.php\";s:6:\"status\";s:1:\"C\";}i:190;a:2:{s:9:\"file_path\";s:71:\"app/addons/paypal_commerce_platform/controllers/backend/addons.post.php\";s:6:\"status\";s:1:\"C\";}i:191;a:2:{s:9:\"file_path\";s:74:\"app/addons/paypal_commerce_platform/controllers/backend/companies.post.php\";s:6:\"status\";s:1:\"C\";}i:192;a:2:{s:9:\"file_path\";s:77:\"app/addons/store_locator/schemas/security/object_sanitization_vendor.post.php\";s:6:\"status\";s:1:\"C\";}i:193;a:2:{s:9:\"file_path\";s:46:\"app/addons/graphql_api/lib/vendor/autoload.php\";s:6:\"status\";s:1:\"C\";}i:194;a:2:{s:9:\"file_path\";s:62:\"app/addons/graphql_api/lib/vendor/composer/autoload_static.php\";s:6:\"status\";s:1:\"C\";}i:195;a:2:{s:9:\"file_path\";s:60:\"app/addons/graphql_api/lib/vendor/composer/autoload_real.php\";s:6:\"status\";s:1:\"C\";}i:196;a:2:{s:9:\"file_path\";s:88:\"app/addons/storefront_rest_api/Tygh/Addons/StorefrontRestApi/Payments/YandexCheckout.php\";s:6:\"status\";s:1:\"C\";}i:197;a:2:{s:9:\"file_path\";s:103:\"app/addons/storefront_rest_api/Tygh/Addons/StorefrontRestApi/Payments/YandexCheckoutForMarketplaces.php\";s:6:\"status\";s:1:\"C\";}i:198;a:2:{s:9:\"file_path\";s:55:\"app/addons/stripe/schemas/block_manager/blocks.post.php\";s:6:\"status\";s:1:\"C\";}i:199;a:2:{s:9:\"file_path\";s:95:\"design/backend/templates/addons/quickbooks/hooks/orders/export_tools_list_for_selected.post.tpl\";s:6:\"status\";s:1:\"C\";}i:200;a:2:{s:9:\"file_path\";s:89:\"design/backend/templates/addons/myob/hooks/orders/export_tools_list_for_selected.post.tpl\";s:6:\"status\";s:1:\"C\";}i:201;a:2:{s:9:\"file_path\";s:91:\"design/backend/templates/addons/myob/hooks/profiles/export_tools_list_for_selected.post.tpl\";s:6:\"status\";s:1:\"C\";}i:202;a:2:{s:9:\"file_path\";s:99:\"design/backend/templates/addons/direct_payments/hooks/shippings/update_shipping_vendor.override.tpl\";s:6:\"status\";s:1:\"C\";}i:203;a:2:{s:9:\"file_path\";s:95:\"design/backend/templates/addons/paypal_commerce_platform/settings/rma_refunded_order_status.tpl\";s:6:\"status\";s:1:\"C\";}i:204;a:2:{s:9:\"file_path\";s:118:\"design/backend/templates/addons/paypal_commerce_platform/views/orders/components/payments/paypal_commerce_platform.tpl\";s:6:\"status\";s:1:\"C\";}i:205;a:2:{s:9:\"file_path\";s:125:\"design/backend/templates/addons/paypal_commerce_platform/views/payments/components/cc_processors/paypal_commerce_platform.tpl\";s:6:\"status\";s:1:\"C\";}i:206;a:2:{s:9:\"file_path\";s:105:\"design/backend/templates/addons/paypal_commerce_platform/hooks/orders/payment_info_text_item.override.tpl\";s:6:\"status\";s:1:\"C\";}i:207;a:2:{s:9:\"file_path\";s:91:\"design/backend/templates/addons/paypal_commerce_platform/hooks/rma/details_actions.post.tpl\";s:6:\"status\";s:1:\"C\";}i:208;a:2:{s:9:\"file_path\";s:95:\"design/backend/templates/addons/paypal_commerce_platform/hooks/companies/list_extra_td.post.tpl\";s:6:\"status\";s:1:\"C\";}i:209;a:2:{s:9:\"file_path\";s:95:\"design/backend/templates/addons/paypal_commerce_platform/hooks/companies/list_extra_th.post.tpl\";s:6:\"status\";s:1:\"C\";}i:210;a:2:{s:9:\"file_path\";s:94:\"design/backend/templates/addons/paypal_commerce_platform/hooks/companies/tabs_content.post.tpl\";s:6:\"status\";s:1:\"C\";}i:211;a:2:{s:9:\"file_path\";s:85:\"design/backend/templates/addons/paypal_commerce_platform/hooks/index/scripts.post.tpl\";s:6:\"status\";s:1:\"C\";}i:212;a:2:{s:9:\"file_path\";s:84:\"design/backend/templates/addons/paypal_commerce_platform/hooks/index/styles.post.tpl\";s:6:\"status\";s:1:\"C\";}i:213;a:2:{s:9:\"file_path\";s:69:\"design/backend/templates/addons/suppliers/hooks/index/styles.post.tpl\";s:6:\"status\";s:1:\"C\";}i:214;a:2:{s:9:\"file_path\";s:86:\"design/backend/templates/addons/suppliers/views/suppliers/components/picker/picker.tpl\";s:6:\"status\";s:1:\"C\";}i:215;a:2:{s:9:\"file_path\";s:96:\"design/backend/templates/addons/master_products/hooks/products/product_update_price.override.tpl\";s:6:\"status\";s:1:\"C\";}i:216;a:2:{s:9:\"file_path\";s:74:\"design/backend/templates/views/product_features/components/picker/item.tpl\";s:6:\"status\";s:1:\"C\";}i:217;a:2:{s:9:\"file_path\";s:76:\"design/backend/templates/views/product_features/components/picker/picker.tpl\";s:6:\"status\";s:1:\"C\";}i:218;a:2:{s:9:\"file_path\";s:83:\"design/backend/templates/views/product_features/components/variants_picker/item.tpl\";s:6:\"status\";s:1:\"C\";}i:219;a:2:{s:9:\"file_path\";s:89:\"design/backend/templates/views/product_features/components/variants_picker/item_color.tpl\";s:6:\"status\";s:1:\"C\";}i:220;a:2:{s:9:\"file_path\";s:89:\"design/backend/templates/views/product_features/components/variants_picker/item_image.tpl\";s:6:\"status\";s:1:\"C\";}i:221;a:2:{s:9:\"file_path\";s:85:\"design/backend/templates/views/product_features/components/variants_picker/picker.tpl\";s:6:\"status\";s:1:\"C\";}i:222;a:2:{s:9:\"file_path\";s:65:\"design/backend/templates/views/companies/components/bulk_edit.tpl\";s:6:\"status\";s:1:\"C\";}i:223;a:2:{s:9:\"file_path\";s:73:\"design/backend/templates/views/companies/components/bulk_edit/actions.tpl\";s:6:\"status\";s:1:\"C\";}i:224;a:2:{s:9:\"file_path\";s:72:\"design/backend/templates/views/companies/components/bulk_edit/status.tpl\";s:6:\"status\";s:1:\"C\";}i:225;a:2:{s:9:\"file_path\";s:51:\"design/backend/templates/views/sync_data/manage.tpl\";s:6:\"status\";s:1:\"C\";}i:226;a:2:{s:9:\"file_path\";s:51:\"design/backend/templates/views/sync_data/update.tpl\";s:6:\"status\";s:1:\"C\";}i:227;a:2:{s:9:\"file_path\";s:69:\"design/backend/templates/views/sync_data/components/sync_provider.tpl\";s:6:\"status\";s:1:\"C\";}i:228;a:2:{s:9:\"file_path\";s:68:\"design/backend/templates/views/profiles/components/picker/picker.tpl\";s:6:\"status\";s:1:\"C\";}i:229;a:2:{s:9:\"file_path\";s:64:\"design/backend/templates/views/profiles/components/bulk_edit.tpl\";s:6:\"status\";s:1:\"C\";}i:230;a:2:{s:9:\"file_path\";s:72:\"design/backend/templates/views/profiles/components/bulk_edit/actions.tpl\";s:6:\"status\";s:1:\"C\";}i:231;a:2:{s:9:\"file_path\";s:71:\"design/backend/templates/views/profiles/components/bulk_edit/status.tpl\";s:6:\"status\";s:1:\"C\";}i:232;a:2:{s:9:\"file_path\";s:74:\"design/backend/templates/views/categories/components/bulk_edit/actions.tpl\";s:6:\"status\";s:1:\"C\";}i:233;a:2:{s:9:\"file_path\";s:73:\"design/backend/templates/views/categories/components/bulk_edit/status.tpl\";s:6:\"status\";s:1:\"C\";}i:234;a:2:{s:9:\"file_path\";s:68:\"design/backend/templates/views/categories/components/picker/item.tpl\";s:6:\"status\";s:1:\"C\";}i:235;a:2:{s:9:\"file_path\";s:70:\"design/backend/templates/views/categories/components/picker/picker.tpl\";s:6:\"status\";s:1:\"C\";}i:236;a:2:{s:9:\"file_path\";s:66:\"design/backend/templates/views/categories/components/bulk_edit.tpl\";s:6:\"status\";s:1:\"C\";}i:237;a:2:{s:9:\"file_path\";s:72:\"design/backend/templates/views/countries/components/bulk_edit/status.tpl\";s:6:\"status\";s:1:\"C\";}i:238;a:2:{s:9:\"file_path\";s:65:\"design/backend/templates/views/countries/components/bulk_edit.tpl\";s:6:\"status\";s:1:\"C\";}i:239;a:2:{s:9:\"file_path\";s:62:\"design/backend/templates/views/orders/components/bulk_edit.tpl\";s:6:\"status\";s:1:\"C\";}i:240;a:2:{s:9:\"file_path\";s:70:\"design/backend/templates/views/orders/components/bulk_edit/actions.tpl\";s:6:\"status\";s:1:\"C\";}i:241;a:2:{s:9:\"file_path\";s:68:\"design/backend/templates/views/orders/components/bulk_edit/print.tpl\";s:6:\"status\";s:1:\"C\";}i:242;a:2:{s:9:\"file_path\";s:69:\"design/backend/templates/views/orders/components/bulk_edit/status.tpl\";s:6:\"status\";s:1:\"C\";}i:243;a:2:{s:9:\"file_path\";s:53:\"design/backend/templates/common/notify_checkboxes.tpl\";s:6:\"status\";s:1:\"C\";}i:244;a:2:{s:9:\"file_path\";s:42:\"design/backend/css/tygh/utils/spinner.less\";s:6:\"status\";s:1:\"C\";}i:245;a:2:{s:9:\"file_path\";s:50:\"design/backend/css/addons/suppliers/suppliers.less\";s:6:\"status\";s:1:\"C\";}i:246;a:2:{s:9:\"file_path\";s:47:\"var/langs/en/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:247;a:2:{s:9:\"file_path\";s:47:\"var/langs/ar/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:248;a:2:{s:9:\"file_path\";s:47:\"var/langs/da/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:249;a:2:{s:9:\"file_path\";s:47:\"var/langs/nl/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:250;a:2:{s:9:\"file_path\";s:47:\"var/langs/de/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:251;a:2:{s:9:\"file_path\";s:47:\"var/langs/el/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:252;a:2:{s:9:\"file_path\";s:47:\"var/langs/he/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:253;a:2:{s:9:\"file_path\";s:47:\"var/langs/id/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:254;a:2:{s:9:\"file_path\";s:47:\"var/langs/it/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:255;a:2:{s:9:\"file_path\";s:47:\"var/langs/ja/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:256;a:2:{s:9:\"file_path\";s:47:\"var/langs/no/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:257;a:2:{s:9:\"file_path\";s:47:\"var/langs/pl/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:258;a:2:{s:9:\"file_path\";s:47:\"var/langs/ru/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:259;a:2:{s:9:\"file_path\";s:47:\"var/langs/es/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:260;a:2:{s:9:\"file_path\";s:47:\"var/langs/tr/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:261;a:2:{s:9:\"file_path\";s:47:\"var/langs/uk/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:262;a:2:{s:9:\"file_path\";s:47:\"var/langs/vi/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:263;a:2:{s:9:\"file_path\";s:100:\"var/themes_repository/responsive/templates/addons/call_requests/hooks/companies/phone_field.post.tpl\";s:6:\"status\";s:1:\"C\";}i:264;a:2:{s:9:\"file_path\";s:103:\"var/themes_repository/responsive/templates/addons/paypal_commerce_platform/hooks/index/scripts.post.tpl\";s:6:\"status\";s:1:\"C\";}i:265;a:2:{s:9:\"file_path\";s:102:\"var/themes_repository/responsive/templates/addons/paypal_commerce_platform/hooks/index/styles.post.tpl\";s:6:\"status\";s:1:\"C\";}i:266;a:2:{s:9:\"file_path\";s:136:\"var/themes_repository/responsive/templates/addons/paypal_commerce_platform/views/orders/components/payments/paypal_commerce_platform.tpl\";s:6:\"status\";s:1:\"C\";}i:267;a:2:{s:9:\"file_path\";s:65:\"var/themes_repository/responsive/css/tygh/components/spinner.less\";s:6:\"status\";s:1:\"C\";}i:268;a:2:{s:9:\"file_path\";s:88:\"var/themes_repository/responsive/css/addons/paypal_commerce_platform/payment_button.less\";s:6:\"status\";s:1:\"C\";}i:269;a:2:{s:9:\"file_path\";s:80:\"var/themes_repository/responsive/css/addons/paypal_commerce_platform/styles.less\";s:6:\"status\";s:1:\"C\";}i:270;a:2:{s:9:\"file_path\";s:41:\"var/snapshots/4.11.5_multivendor_dist.php\";s:6:\"status\";s:1:\"C\";}i:271;a:2:{s:9:\"file_path\";s:46:\"js/addons/paypal_commerce_platform/checkout.js\";s:6:\"status\";s:1:\"C\";}i:272;a:2:{s:9:\"file_path\";s:47:\"js/addons/paypal_commerce_platform/configure.js\";s:6:\"status\";s:1:\"C\";}i:273;a:2:{s:9:\"file_path\";s:15:\"js/tygh/core.js\";s:6:\"status\";s:1:\"C\";}i:274;a:2:{s:9:\"file_path\";s:29:\"js/tygh/backend/categories.js\";s:6:\"status\";s:1:\"C\";}i:275;a:2:{s:9:\"file_path\";s:39:\"js/tygh/backend/categories_bulk_edit.js\";s:6:\"status\";s:1:\"C\";}i:276;a:2:{s:9:\"file_path\";s:37:\"js/tygh/backend/products_bulk_edit.js\";s:6:\"status\";s:1:\"C\";}i:277;a:2:{s:9:\"file_path\";s:33:\"js/lib/jquery/jquery-3.5.1.min.js\";s:6:\"status\";s:1:\"C\";}i:278;a:2:{s:9:\"file_path\";s:41:\"js/lib/jquery/jquery-migrate-3.3.0.min.js\";s:6:\"status\";s:1:\"C\";}i:279;a:2:{s:9:\"file_path\";s:38:\"js/lib/elfinder/img/edit_aceeditor.png\";s:6:\"status\";s:1:\"C\";}i:280;a:2:{s:9:\"file_path\";s:37:\"js/lib/elfinder/img/edit_ckeditor.png\";s:6:\"status\";s:1:\"C\";}i:281;a:2:{s:9:\"file_path\";s:38:\"js/lib/elfinder/img/edit_ckeditor5.png\";s:6:\"status\";s:1:\"C\";}i:282;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/img/edit_codemirror.png\";s:6:\"status\";s:1:\"C\";}i:283;a:2:{s:9:\"file_path\";s:42:\"js/lib/elfinder/img/edit_creativecloud.png\";s:6:\"status\";s:1:\"C\";}i:284;a:2:{s:9:\"file_path\";s:42:\"js/lib/elfinder/img/edit_onlineconvert.png\";s:6:\"status\";s:1:\"C\";}i:285;a:2:{s:9:\"file_path\";s:40:\"js/lib/elfinder/img/edit_pixlreditor.png\";s:6:\"status\";s:1:\"C\";}i:286;a:2:{s:9:\"file_path\";s:41:\"js/lib/elfinder/img/edit_pixlrexpress.png\";s:6:\"status\";s:1:\"C\";}i:287;a:2:{s:9:\"file_path\";s:38:\"js/lib/elfinder/img/edit_simplemde.png\";s:6:\"status\";s:1:\"C\";}i:288;a:2:{s:9:\"file_path\";s:36:\"js/lib/elfinder/img/edit_tinymce.png\";s:6:\"status\";s:1:\"C\";}i:289;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/img/edit_tuiimgedit.png\";s:6:\"status\";s:1:\"C\";}i:290;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/img/edit_zohooffice.png\";s:6:\"status\";s:1:\"C\";}i:291;a:2:{s:9:\"file_path\";s:36:\"js/lib/elfinder/img/editor-icons.png\";s:6:\"status\";s:1:\"C\";}i:292;a:2:{s:9:\"file_path\";s:33:\"js/lib/elfinder/img/icons-big.svg\";s:6:\"status\";s:1:\"C\";}i:293;a:2:{s:9:\"file_path\";s:33:\"js/lib/elfinder/img/trashmesh.png\";s:6:\"status\";s:1:\"C\";}i:294;a:2:{s:9:\"file_path\";s:34:\"js/lib/elfinder/img/tui-icon-a.svg\";s:6:\"status\";s:1:\"C\";}i:295;a:2:{s:9:\"file_path\";s:34:\"js/lib/elfinder/img/tui-icon-b.svg\";s:6:\"status\";s:1:\"C\";}i:296;a:2:{s:9:\"file_path\";s:34:\"js/lib/elfinder/img/tui-icon-c.svg\";s:6:\"status\";s:1:\"C\";}i:297;a:2:{s:9:\"file_path\";s:34:\"js/lib/elfinder/img/tui-icon-d.svg\";s:6:\"status\";s:1:\"C\";}i:298;a:2:{s:9:\"file_path\";s:47:\"js/lib/elfinder/img/ui-icons_ffffff_256x240.png\";s:6:\"status\";s:1:\"C\";}i:299;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/img/volume_icon_box.png\";s:6:\"status\";s:1:\"C\";}i:300;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/img/volume_icon_box.svg\";s:6:\"status\";s:1:\"C\";}i:301;a:2:{s:9:\"file_path\";s:43:\"js/lib/elfinder/img/volume_icon_dropbox.svg\";s:6:\"status\";s:1:\"C\";}i:302;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/img/volume_icon_ftp.svg\";s:6:\"status\";s:1:\"C\";}i:303;a:2:{s:9:\"file_path\";s:47:\"js/lib/elfinder/img/volume_icon_googledrive.png\";s:6:\"status\";s:1:\"C\";}i:304;a:2:{s:9:\"file_path\";s:47:\"js/lib/elfinder/img/volume_icon_googledrive.svg\";s:6:\"status\";s:1:\"C\";}i:305;a:2:{s:9:\"file_path\";s:41:\"js/lib/elfinder/img/volume_icon_local.svg\";s:6:\"status\";s:1:\"C\";}i:306;a:2:{s:9:\"file_path\";s:43:\"js/lib/elfinder/img/volume_icon_network.png\";s:6:\"status\";s:1:\"C\";}i:307;a:2:{s:9:\"file_path\";s:43:\"js/lib/elfinder/img/volume_icon_network.svg\";s:6:\"status\";s:1:\"C\";}i:308;a:2:{s:9:\"file_path\";s:44:\"js/lib/elfinder/img/volume_icon_onedrive.png\";s:6:\"status\";s:1:\"C\";}i:309;a:2:{s:9:\"file_path\";s:44:\"js/lib/elfinder/img/volume_icon_onedrive.svg\";s:6:\"status\";s:1:\"C\";}i:310;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/img/volume_icon_sql.svg\";s:6:\"status\";s:1:\"C\";}i:311;a:2:{s:9:\"file_path\";s:41:\"js/lib/elfinder/img/volume_icon_trash.png\";s:6:\"status\";s:1:\"C\";}i:312;a:2:{s:9:\"file_path\";s:41:\"js/lib/elfinder/img/volume_icon_trash.svg\";s:6:\"status\";s:1:\"C\";}i:313;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/img/volume_icon_zip.png\";s:6:\"status\";s:1:\"C\";}i:314;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/img/volume_icon_zip.svg\";s:6:\"status\";s:1:\"C\";}i:315;a:2:{s:9:\"file_path\";s:44:\"js/lib/elfinder/js/i18n/elfinder.fallback.js\";s:6:\"status\";s:1:\"C\";}i:316;a:2:{s:9:\"file_path\";s:38:\"js/lib/elfinder/js/i18n/elfinder.fo.js\";s:6:\"status\";s:1:\"C\";}i:317;a:2:{s:9:\"file_path\";s:41:\"js/lib/elfinder/js/i18n/elfinder.fr_CA.js\";s:6:\"status\";s:1:\"C\";}i:318;a:2:{s:9:\"file_path\";s:38:\"js/lib/elfinder/js/i18n/elfinder.he.js\";s:6:\"status\";s:1:\"C\";}i:319;a:2:{s:9:\"file_path\";s:38:\"js/lib/elfinder/js/i18n/elfinder.hr.js\";s:6:\"status\";s:1:\"C\";}i:320;a:2:{s:9:\"file_path\";s:38:\"js/lib/elfinder/js/i18n/elfinder.ro.js\";s:6:\"status\";s:1:\"C\";}i:321;a:2:{s:9:\"file_path\";s:38:\"js/lib/elfinder/js/i18n/elfinder.si.js\";s:6:\"status\";s:1:\"C\";}i:322;a:2:{s:9:\"file_path\";s:41:\"js/lib/elfinder/js/i18n/elfinder.ug_CN.js\";s:6:\"status\";s:1:\"C\";}i:323;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/cs.html.js\";s:6:\"status\";s:1:\"C\";}i:324;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/de.html.js\";s:6:\"status\";s:1:\"C\";}i:325;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/en.html.js\";s:6:\"status\";s:1:\"C\";}i:326;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/es.html.js\";s:6:\"status\";s:1:\"C\";}i:327;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/ja.html.js\";s:6:\"status\";s:1:\"C\";}i:328;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/ko.html.js\";s:6:\"status\";s:1:\"C\";}i:329;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/pl.html.js\";s:6:\"status\";s:1:\"C\";}i:330;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/ru.html.js\";s:6:\"status\";s:1:\"C\";}i:331;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/sk.html.js\";s:6:\"status\";s:1:\"C\";}i:332;a:2:{s:9:\"file_path\";s:39:\"js/lib/elfinder/js/i18n/help/tr.html.js\";s:6:\"status\";s:1:\"C\";}i:333;a:2:{s:9:\"file_path\";s:41:\"js/lib/elfinder/js/worker/calcfilehash.js\";s:6:\"status\";s:1:\"C\";}i:334;a:2:{s:9:\"file_path\";s:43:\"js/lib/elfinder/js/worker/quicklook.tiff.js\";s:6:\"status\";s:1:\"C\";}i:335;a:2:{s:9:\"file_path\";s:44:\"js/lib/elfinder/js/worker/quicklook.unzip.js\";s:6:\"status\";s:1:\"C\";}i:336;a:2:{s:9:\"file_path\";s:44:\"js/lib/elfinder/js/extras/editors.default.js\";s:6:\"status\";s:1:\"C\";}i:337;a:2:{s:9:\"file_path\";s:48:\"js/lib/elfinder/js/extras/editors.default.min.js\";s:6:\"status\";s:1:\"C\";}i:338;a:2:{s:9:\"file_path\";s:49:\"js/lib/elfinder/js/extras/quicklook.googledocs.js\";s:6:\"status\";s:1:\"C\";}i:339;a:2:{s:9:\"file_path\";s:53:\"js/lib/elfinder/js/extras/quicklook.googledocs.min.js\";s:6:\"status\";s:1:\"C\";}i:340;a:2:{s:9:\"file_path\";s:58:\"js/lib/select2/docs/plugins/simplesearch/assets/search.svg\";s:6:\"status\";s:1:\"C\";}i:341;a:2:{s:9:\"file_path\";s:45:\"var/snapshots/4.11.4.sp3_multivendor_dist.php\";s:6:\"status\";s:1:\"C\";}i:342;a:2:{s:9:\"file_path\";s:92:\"design/themes/responsive/templates/addons/call_requests/hooks/companies/phone_field.post.tpl\";s:6:\"status\";s:1:\"C\";}i:343;a:2:{s:9:\"file_path\";s:95:\"design/themes/responsive/templates/addons/paypal_commerce_platform/hooks/index/scripts.post.tpl\";s:6:\"status\";s:1:\"C\";}i:344;a:2:{s:9:\"file_path\";s:94:\"design/themes/responsive/templates/addons/paypal_commerce_platform/hooks/index/styles.post.tpl\";s:6:\"status\";s:1:\"C\";}i:345;a:2:{s:9:\"file_path\";s:128:\"design/themes/responsive/templates/addons/paypal_commerce_platform/views/orders/components/payments/paypal_commerce_platform.tpl\";s:6:\"status\";s:1:\"C\";}i:346;a:2:{s:9:\"file_path\";s:57:\"design/themes/responsive/css/tygh/components/spinner.less\";s:6:\"status\";s:1:\"C\";}i:347;a:2:{s:9:\"file_path\";s:80:\"design/themes/responsive/css/addons/paypal_commerce_platform/payment_button.less\";s:6:\"status\";s:1:\"C\";}i:348;a:2:{s:9:\"file_path\";s:72:\"design/themes/responsive/css/addons/paypal_commerce_platform/styles.less\";s:6:\"status\";s:1:\"C\";}}');
INSERT INTO `partiushop_installed_upgrades` (`id`, `type`, `name`, `timestamp`, `description`, `conflicts`) VALUES
(35, 'core', 'Upgrade 4.12.1 - 4.12.2', 1629142462, '<p><strong>Multi-Vendor 4.12.2</strong> brings the following changes and improvements:</p>\n<ul>\n<li>Shopping cart is now synchronized between several browsers / devices for the users who have signed in.</li>\n<li>Added support for Google Analytics 4.</li>\n<li>It is now easier to understand what product or order a message refers to in the Message center.</li>\n<li>Improved behavior of products with no category assigned. After importing such products, they will go to the new category called “Products without a category”.</li>\n<li>Now you can export products from the specific storefront, not only from the entire marketplace.</li>\n<li>Now vendors can assign their payment methods to shipping methods of marketplace owners.</li>\n</ul>\n<p>For the full list of changes, <a href=\"http://docs.cs-cart.com/4.12.x/history/4122.html\" target=\"_blank\">check the changelog</a>.</p>', 'a:159:{i:0;a:2:{s:9:\"file_path\";s:20:\"var/langs/cs/core.po\";s:6:\"status\";s:1:\"C\";}i:1;a:2:{s:9:\"file_path\";s:42:\"var/langs/cs/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:2;a:2:{s:9:\"file_path\";s:39:\"var/langs/cs/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:3;a:2:{s:9:\"file_path\";s:33:\"var/langs/cs/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:4;a:2:{s:9:\"file_path\";s:34:\"var/langs/cs/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:5;a:2:{s:9:\"file_path\";s:42:\"var/langs/cs/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:6;a:2:{s:9:\"file_path\";s:30:\"var/langs/cs/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:7;a:2:{s:9:\"file_path\";s:30:\"var/langs/cs/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:8;a:2:{s:9:\"file_path\";s:34:\"var/langs/cs/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:9;a:2:{s:9:\"file_path\";s:27:\"var/langs/cs/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:10;a:2:{s:9:\"file_path\";s:35:\"var/langs/cs/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:11;a:2:{s:9:\"file_path\";s:36:\"var/langs/cs/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:12;a:2:{s:9:\"file_path\";s:35:\"var/langs/cs/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:13;a:2:{s:9:\"file_path\";s:44:\"var/langs/cs/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:14;a:2:{s:9:\"file_path\";s:33:\"var/langs/cs/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:15;a:2:{s:9:\"file_path\";s:38:\"var/langs/cs/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:16;a:2:{s:9:\"file_path\";s:33:\"var/langs/cs/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:17;a:2:{s:9:\"file_path\";s:29:\"var/langs/cs/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:18;a:2:{s:9:\"file_path\";s:27:\"var/langs/cs/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:19;a:2:{s:9:\"file_path\";s:38:\"var/langs/cs/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:20;a:2:{s:9:\"file_path\";s:37:\"var/langs/cs/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:21;a:2:{s:9:\"file_path\";s:35:\"var/langs/cs/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:22;a:2:{s:9:\"file_path\";s:27:\"var/langs/cs/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:23;a:2:{s:9:\"file_path\";s:31:\"var/langs/cs/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:24;a:2:{s:9:\"file_path\";s:40:\"var/langs/cs/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:25;a:2:{s:9:\"file_path\";s:39:\"var/langs/cs/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:26;a:2:{s:9:\"file_path\";s:36:\"var/langs/cs/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:27;a:2:{s:9:\"file_path\";s:37:\"var/langs/cs/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:28;a:2:{s:9:\"file_path\";s:34:\"var/langs/cs/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:29;a:2:{s:9:\"file_path\";s:28:\"var/langs/cs/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:30;a:2:{s:9:\"file_path\";s:34:\"var/langs/cs/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:31;a:2:{s:9:\"file_path\";s:33:\"var/langs/cs/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:32;a:2:{s:9:\"file_path\";s:30:\"var/langs/cs/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:33;a:2:{s:9:\"file_path\";s:38:\"var/langs/cs/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:34;a:2:{s:9:\"file_path\";s:31:\"var/langs/cs/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:35;a:2:{s:9:\"file_path\";s:33:\"var/langs/cs/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:36;a:2:{s:9:\"file_path\";s:27:\"var/langs/cs/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:37;a:2:{s:9:\"file_path\";s:38:\"var/langs/cs/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:38;a:2:{s:9:\"file_path\";s:30:\"var/langs/cs/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:39;a:2:{s:9:\"file_path\";s:43:\"var/langs/cs/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:40;a:2:{s:9:\"file_path\";s:29:\"var/langs/cs/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:41;a:2:{s:9:\"file_path\";s:38:\"var/langs/cs/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:42;a:2:{s:9:\"file_path\";s:29:\"var/langs/cs/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:43;a:2:{s:9:\"file_path\";s:28:\"var/langs/cs/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:44;a:2:{s:9:\"file_path\";s:33:\"var/langs/cs/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:45;a:2:{s:9:\"file_path\";s:41:\"var/langs/cs/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:46;a:2:{s:9:\"file_path\";s:34:\"var/langs/cs/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:47;a:2:{s:9:\"file_path\";s:33:\"var/langs/cs/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:48;a:2:{s:9:\"file_path\";s:32:\"var/langs/cs/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:49;a:2:{s:9:\"file_path\";s:30:\"var/langs/cs/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:50;a:2:{s:9:\"file_path\";s:40:\"var/langs/cs/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:51;a:2:{s:9:\"file_path\";s:26:\"var/langs/cs/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:52;a:2:{s:9:\"file_path\";s:31:\"var/langs/cs/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:53;a:2:{s:9:\"file_path\";s:34:\"var/langs/cs/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:54;a:2:{s:9:\"file_path\";s:40:\"var/langs/cs/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:55;a:2:{s:9:\"file_path\";s:37:\"var/langs/cs/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:56;a:2:{s:9:\"file_path\";s:44:\"var/langs/cs/addons/step_by_step_checkout.po\";s:6:\"status\";s:1:\"C\";}i:57;a:2:{s:9:\"file_path\";s:36:\"var/langs/cs/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:58;a:2:{s:9:\"file_path\";s:42:\"var/langs/cs/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:59;a:2:{s:9:\"file_path\";s:29:\"var/langs/cs/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:60;a:2:{s:9:\"file_path\";s:32:\"var/langs/cs/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:61;a:2:{s:9:\"file_path\";s:27:\"var/langs/cs/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:62;a:2:{s:9:\"file_path\";s:40:\"var/langs/cs/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:63;a:2:{s:9:\"file_path\";s:44:\"var/langs/cs/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:64;a:2:{s:9:\"file_path\";s:35:\"var/langs/cs/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:65;a:2:{s:9:\"file_path\";s:48:\"var/langs/cs/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:66;a:2:{s:9:\"file_path\";s:39:\"var/langs/cs/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:67;a:2:{s:9:\"file_path\";s:40:\"var/langs/cs/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:68;a:2:{s:9:\"file_path\";s:35:\"var/langs/cs/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:69;a:2:{s:9:\"file_path\";s:33:\"var/langs/cs/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:70;a:2:{s:9:\"file_path\";s:31:\"var/langs/cs/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:71;a:2:{s:9:\"file_path\";s:26:\"var/langs/cs/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:72;a:2:{s:9:\"file_path\";s:33:\"var/langs/cs/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:73;a:2:{s:9:\"file_path\";s:33:\"var/langs/cs/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:74;a:2:{s:9:\"file_path\";s:43:\"var/langs/cs/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:75;a:2:{s:9:\"file_path\";s:41:\"var/langs/cs/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:76;a:2:{s:9:\"file_path\";s:36:\"var/langs/cs/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:77;a:2:{s:9:\"file_path\";s:37:\"var/langs/cs/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:78;a:2:{s:9:\"file_path\";s:28:\"var/langs/cs/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:79;a:2:{s:9:\"file_path\";s:28:\"var/langs/pt/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:80;a:2:{s:9:\"file_path\";s:20:\"var/langs/pt/core.po\";s:6:\"status\";s:1:\"C\";}i:81;a:2:{s:9:\"file_path\";s:42:\"var/langs/pt/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:82;a:2:{s:9:\"file_path\";s:39:\"var/langs/pt/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:83;a:2:{s:9:\"file_path\";s:33:\"var/langs/pt/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:84;a:2:{s:9:\"file_path\";s:34:\"var/langs/pt/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:85;a:2:{s:9:\"file_path\";s:42:\"var/langs/pt/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:86;a:2:{s:9:\"file_path\";s:30:\"var/langs/pt/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:87;a:2:{s:9:\"file_path\";s:30:\"var/langs/pt/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:88;a:2:{s:9:\"file_path\";s:34:\"var/langs/pt/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:89;a:2:{s:9:\"file_path\";s:27:\"var/langs/pt/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:90;a:2:{s:9:\"file_path\";s:35:\"var/langs/pt/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:91;a:2:{s:9:\"file_path\";s:36:\"var/langs/pt/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:92;a:2:{s:9:\"file_path\";s:35:\"var/langs/pt/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:93;a:2:{s:9:\"file_path\";s:44:\"var/langs/pt/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:94;a:2:{s:9:\"file_path\";s:33:\"var/langs/pt/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:95;a:2:{s:9:\"file_path\";s:38:\"var/langs/pt/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:96;a:2:{s:9:\"file_path\";s:33:\"var/langs/pt/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:97;a:2:{s:9:\"file_path\";s:29:\"var/langs/pt/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:98;a:2:{s:9:\"file_path\";s:27:\"var/langs/pt/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:99;a:2:{s:9:\"file_path\";s:38:\"var/langs/pt/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:100;a:2:{s:9:\"file_path\";s:37:\"var/langs/pt/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:101;a:2:{s:9:\"file_path\";s:35:\"var/langs/pt/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:102;a:2:{s:9:\"file_path\";s:27:\"var/langs/pt/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:103;a:2:{s:9:\"file_path\";s:31:\"var/langs/pt/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:104;a:2:{s:9:\"file_path\";s:40:\"var/langs/pt/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:105;a:2:{s:9:\"file_path\";s:39:\"var/langs/pt/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:106;a:2:{s:9:\"file_path\";s:36:\"var/langs/pt/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:107;a:2:{s:9:\"file_path\";s:37:\"var/langs/pt/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:108;a:2:{s:9:\"file_path\";s:34:\"var/langs/pt/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:109;a:2:{s:9:\"file_path\";s:28:\"var/langs/pt/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:110;a:2:{s:9:\"file_path\";s:34:\"var/langs/pt/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:111;a:2:{s:9:\"file_path\";s:33:\"var/langs/pt/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:112;a:2:{s:9:\"file_path\";s:30:\"var/langs/pt/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:113;a:2:{s:9:\"file_path\";s:38:\"var/langs/pt/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:114;a:2:{s:9:\"file_path\";s:31:\"var/langs/pt/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:115;a:2:{s:9:\"file_path\";s:33:\"var/langs/pt/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:116;a:2:{s:9:\"file_path\";s:27:\"var/langs/pt/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:117;a:2:{s:9:\"file_path\";s:38:\"var/langs/pt/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:118;a:2:{s:9:\"file_path\";s:30:\"var/langs/pt/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:119;a:2:{s:9:\"file_path\";s:43:\"var/langs/pt/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:120;a:2:{s:9:\"file_path\";s:29:\"var/langs/pt/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:121;a:2:{s:9:\"file_path\";s:38:\"var/langs/pt/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:122;a:2:{s:9:\"file_path\";s:29:\"var/langs/pt/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:123;a:2:{s:9:\"file_path\";s:28:\"var/langs/pt/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:124;a:2:{s:9:\"file_path\";s:33:\"var/langs/pt/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:125;a:2:{s:9:\"file_path\";s:41:\"var/langs/pt/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:126;a:2:{s:9:\"file_path\";s:34:\"var/langs/pt/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:127;a:2:{s:9:\"file_path\";s:33:\"var/langs/pt/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:128;a:2:{s:9:\"file_path\";s:32:\"var/langs/pt/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:129;a:2:{s:9:\"file_path\";s:30:\"var/langs/pt/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:130;a:2:{s:9:\"file_path\";s:40:\"var/langs/pt/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:131;a:2:{s:9:\"file_path\";s:26:\"var/langs/pt/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:132;a:2:{s:9:\"file_path\";s:31:\"var/langs/pt/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:133;a:2:{s:9:\"file_path\";s:34:\"var/langs/pt/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:134;a:2:{s:9:\"file_path\";s:40:\"var/langs/pt/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:135;a:2:{s:9:\"file_path\";s:37:\"var/langs/pt/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:136;a:2:{s:9:\"file_path\";s:44:\"var/langs/pt/addons/step_by_step_checkout.po\";s:6:\"status\";s:1:\"C\";}i:137;a:2:{s:9:\"file_path\";s:36:\"var/langs/pt/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:138;a:2:{s:9:\"file_path\";s:42:\"var/langs/pt/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:139;a:2:{s:9:\"file_path\";s:29:\"var/langs/pt/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:140;a:2:{s:9:\"file_path\";s:32:\"var/langs/pt/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:141;a:2:{s:9:\"file_path\";s:27:\"var/langs/pt/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:142;a:2:{s:9:\"file_path\";s:40:\"var/langs/pt/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:143;a:2:{s:9:\"file_path\";s:44:\"var/langs/pt/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:144;a:2:{s:9:\"file_path\";s:35:\"var/langs/pt/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:145;a:2:{s:9:\"file_path\";s:48:\"var/langs/pt/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:146;a:2:{s:9:\"file_path\";s:39:\"var/langs/pt/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:147;a:2:{s:9:\"file_path\";s:40:\"var/langs/pt/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:148;a:2:{s:9:\"file_path\";s:36:\"var/langs/pt/addons/vendor_rating.po\";s:6:\"status\";s:1:\"C\";}i:149;a:2:{s:9:\"file_path\";s:35:\"var/langs/pt/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:150;a:2:{s:9:\"file_path\";s:33:\"var/langs/pt/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:151;a:2:{s:9:\"file_path\";s:31:\"var/langs/pt/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:152;a:2:{s:9:\"file_path\";s:26:\"var/langs/pt/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:153;a:2:{s:9:\"file_path\";s:33:\"var/langs/pt/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:154;a:2:{s:9:\"file_path\";s:33:\"var/langs/pt/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:155;a:2:{s:9:\"file_path\";s:43:\"var/langs/pt/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:156;a:2:{s:9:\"file_path\";s:41:\"var/langs/pt/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:157;a:2:{s:9:\"file_path\";s:36:\"var/langs/pt/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:158;a:2:{s:9:\"file_path\";s:37:\"var/langs/pt/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}}'),
(36, 'core', 'Upgrade 4.12.2 - 4.12.2.SP1', 1629142675, '<p><strong>Multi-Vendor 4.12.2 Service Pack 1</strong> solves a problem that prevented you from creating a product feature with the \"Number slider\" filter type.</p><p><strong>Please install this upgrade as soon as possible.</strong></p>', 'a:0:{}'),
(37, 'core', 'Upgrade 4.12.2.SP1 - 4.12.2.SP2', 1629142777, '<p><strong>Multi-Vendor 4.12.2 Service Pack 2</strong> solves the following problems:</p><ul><li>Signing into the account at checkout could clear the cart.</li><li>A product could end up in the \"Products without a category\" category after import, even if it was not necessary.</li><li>Redirect 302 was used instead of 301 for the \"Show additional language in the URL\" setting.</li><li>Some texts could always be displayed in the default language when the \"Show additional language in the URL\" setting was on.</li><li>The gear button with the \"Get eBay orders\" action was not available on the list of orders.</li></ul><p><strong>Please install this upgrade as soon as possible.</strong></p>', 'a:79:{i:0;a:2:{s:9:\"file_path\";s:20:\"var/langs/ro/core.po\";s:6:\"status\";s:1:\"C\";}i:1;a:2:{s:9:\"file_path\";s:42:\"var/langs/ro/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:2;a:2:{s:9:\"file_path\";s:39:\"var/langs/ro/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:3;a:2:{s:9:\"file_path\";s:33:\"var/langs/ro/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:4;a:2:{s:9:\"file_path\";s:34:\"var/langs/ro/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:5;a:2:{s:9:\"file_path\";s:42:\"var/langs/ro/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:6;a:2:{s:9:\"file_path\";s:30:\"var/langs/ro/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:7;a:2:{s:9:\"file_path\";s:30:\"var/langs/ro/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:8;a:2:{s:9:\"file_path\";s:34:\"var/langs/ro/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:9;a:2:{s:9:\"file_path\";s:27:\"var/langs/ro/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:10;a:2:{s:9:\"file_path\";s:35:\"var/langs/ro/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:11;a:2:{s:9:\"file_path\";s:36:\"var/langs/ro/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:12;a:2:{s:9:\"file_path\";s:35:\"var/langs/ro/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:13;a:2:{s:9:\"file_path\";s:44:\"var/langs/ro/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:14;a:2:{s:9:\"file_path\";s:33:\"var/langs/ro/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:15;a:2:{s:9:\"file_path\";s:38:\"var/langs/ro/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:16;a:2:{s:9:\"file_path\";s:33:\"var/langs/ro/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:17;a:2:{s:9:\"file_path\";s:29:\"var/langs/ro/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:18;a:2:{s:9:\"file_path\";s:27:\"var/langs/ro/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:19;a:2:{s:9:\"file_path\";s:38:\"var/langs/ro/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:20;a:2:{s:9:\"file_path\";s:37:\"var/langs/ro/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:21;a:2:{s:9:\"file_path\";s:35:\"var/langs/ro/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:22;a:2:{s:9:\"file_path\";s:27:\"var/langs/ro/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:23;a:2:{s:9:\"file_path\";s:31:\"var/langs/ro/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:24;a:2:{s:9:\"file_path\";s:40:\"var/langs/ro/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:25;a:2:{s:9:\"file_path\";s:39:\"var/langs/ro/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:26;a:2:{s:9:\"file_path\";s:36:\"var/langs/ro/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:27;a:2:{s:9:\"file_path\";s:37:\"var/langs/ro/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:28;a:2:{s:9:\"file_path\";s:34:\"var/langs/ro/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:29;a:2:{s:9:\"file_path\";s:28:\"var/langs/ro/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:30;a:2:{s:9:\"file_path\";s:34:\"var/langs/ro/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:31;a:2:{s:9:\"file_path\";s:33:\"var/langs/ro/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:32;a:2:{s:9:\"file_path\";s:30:\"var/langs/ro/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:33;a:2:{s:9:\"file_path\";s:38:\"var/langs/ro/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:34;a:2:{s:9:\"file_path\";s:31:\"var/langs/ro/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:35;a:2:{s:9:\"file_path\";s:33:\"var/langs/ro/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:36;a:2:{s:9:\"file_path\";s:27:\"var/langs/ro/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:37;a:2:{s:9:\"file_path\";s:38:\"var/langs/ro/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:38;a:2:{s:9:\"file_path\";s:30:\"var/langs/ro/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:39;a:2:{s:9:\"file_path\";s:43:\"var/langs/ro/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:40;a:2:{s:9:\"file_path\";s:29:\"var/langs/ro/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:41;a:2:{s:9:\"file_path\";s:38:\"var/langs/ro/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:42;a:2:{s:9:\"file_path\";s:29:\"var/langs/ro/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:43;a:2:{s:9:\"file_path\";s:28:\"var/langs/ro/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:44;a:2:{s:9:\"file_path\";s:33:\"var/langs/ro/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:45;a:2:{s:9:\"file_path\";s:41:\"var/langs/ro/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:46;a:2:{s:9:\"file_path\";s:34:\"var/langs/ro/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:47;a:2:{s:9:\"file_path\";s:33:\"var/langs/ro/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:48;a:2:{s:9:\"file_path\";s:32:\"var/langs/ro/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:49;a:2:{s:9:\"file_path\";s:30:\"var/langs/ro/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:50;a:2:{s:9:\"file_path\";s:40:\"var/langs/ro/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:51;a:2:{s:9:\"file_path\";s:26:\"var/langs/ro/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:52;a:2:{s:9:\"file_path\";s:31:\"var/langs/ro/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:53;a:2:{s:9:\"file_path\";s:34:\"var/langs/ro/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:54;a:2:{s:9:\"file_path\";s:40:\"var/langs/ro/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:55;a:2:{s:9:\"file_path\";s:37:\"var/langs/ro/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:56;a:2:{s:9:\"file_path\";s:44:\"var/langs/ro/addons/step_by_step_checkout.po\";s:6:\"status\";s:1:\"C\";}i:57;a:2:{s:9:\"file_path\";s:36:\"var/langs/ro/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:58;a:2:{s:9:\"file_path\";s:42:\"var/langs/ro/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:59;a:2:{s:9:\"file_path\";s:29:\"var/langs/ro/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:60;a:2:{s:9:\"file_path\";s:32:\"var/langs/ro/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:61;a:2:{s:9:\"file_path\";s:27:\"var/langs/ro/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:62;a:2:{s:9:\"file_path\";s:40:\"var/langs/ro/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:63;a:2:{s:9:\"file_path\";s:44:\"var/langs/ro/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:64;a:2:{s:9:\"file_path\";s:35:\"var/langs/ro/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:65;a:2:{s:9:\"file_path\";s:48:\"var/langs/ro/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:66;a:2:{s:9:\"file_path\";s:39:\"var/langs/ro/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:67;a:2:{s:9:\"file_path\";s:40:\"var/langs/ro/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:68;a:2:{s:9:\"file_path\";s:35:\"var/langs/ro/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:69;a:2:{s:9:\"file_path\";s:33:\"var/langs/ro/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:70;a:2:{s:9:\"file_path\";s:31:\"var/langs/ro/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:71;a:2:{s:9:\"file_path\";s:26:\"var/langs/ro/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:72;a:2:{s:9:\"file_path\";s:33:\"var/langs/ro/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:73;a:2:{s:9:\"file_path\";s:33:\"var/langs/ro/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:74;a:2:{s:9:\"file_path\";s:43:\"var/langs/ro/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:75;a:2:{s:9:\"file_path\";s:41:\"var/langs/ro/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:76;a:2:{s:9:\"file_path\";s:36:\"var/langs/ro/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:77;a:2:{s:9:\"file_path\";s:37:\"var/langs/ro/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:78;a:2:{s:9:\"file_path\";s:28:\"var/langs/ro/editions/mve.po\";s:6:\"status\";s:1:\"C\";}}'),
(38, 'core', 'Upgrade 4.12.2.SP2 - 4.13.1', 1629142819, '<p><strong>Multi-Vendor 4.13.1</strong> brings the following changes and improvements:</p>\n<ul>\n<li>Ability to delay transfer of funds to vendors in PayPal Commerce Platform and Stripe Connect.</li>\n<li>Ability for more potential vendors (for example, from Germany) to connect their accounts to the marketplace via PayPal Commerce Platform.</li>\n<li>New product reviews with photos, votes, seller replies, and more.</li>\n<li>New \"Order fulfillment by marketplace [Beta]\" add-on that allows Multi-Vendor Ultimate to collect a single shipping fee for products from multiple vendors.</li>\n<li>Vendor privileges in Multi-Vendor Plus and Ultimate now depend on the vendor plan.</li>\n<li>Newly-registered vendors now get immediate access to their admin panels; you can decide if they and their products should immediately appear on the storefront or wait for moderation.</li>\n<li>Reworked list of add-ons, with more improvements planned for the future.</li>\n</ul>\n<p>For the full list of changes, <a href=\"http://docs.cs-cart.com/4.13.x/history/4131.html\" target=\"_blank\">check the changelog</a>.</p>', 'a:84:{i:0;a:2:{s:9:\"file_path\";s:42:\"var/langs/ar/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:1;a:2:{s:9:\"file_path\";s:38:\"var/langs/ar/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:2;a:2:{s:9:\"file_path\";s:39:\"var/langs/ar/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:3;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:4;a:2:{s:9:\"file_path\";s:34:\"var/langs/ar/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:5;a:2:{s:9:\"file_path\";s:42:\"var/langs/ar/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:6;a:2:{s:9:\"file_path\";s:30:\"var/langs/ar/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:7;a:2:{s:9:\"file_path\";s:30:\"var/langs/ar/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:8;a:2:{s:9:\"file_path\";s:34:\"var/langs/ar/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:9;a:2:{s:9:\"file_path\";s:27:\"var/langs/ar/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:10;a:2:{s:9:\"file_path\";s:35:\"var/langs/ar/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:11;a:2:{s:9:\"file_path\";s:36:\"var/langs/ar/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:12;a:2:{s:9:\"file_path\";s:35:\"var/langs/ar/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:13;a:2:{s:9:\"file_path\";s:44:\"var/langs/ar/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:14;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:15;a:2:{s:9:\"file_path\";s:38:\"var/langs/ar/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:16;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:17;a:2:{s:9:\"file_path\";s:29:\"var/langs/ar/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:18;a:2:{s:9:\"file_path\";s:27:\"var/langs/ar/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:19;a:2:{s:9:\"file_path\";s:38:\"var/langs/ar/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:20;a:2:{s:9:\"file_path\";s:37:\"var/langs/ar/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:21;a:2:{s:9:\"file_path\";s:35:\"var/langs/ar/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:22;a:2:{s:9:\"file_path\";s:27:\"var/langs/ar/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:23;a:2:{s:9:\"file_path\";s:31:\"var/langs/ar/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:24;a:2:{s:9:\"file_path\";s:40:\"var/langs/ar/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:25;a:2:{s:9:\"file_path\";s:39:\"var/langs/ar/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:26;a:2:{s:9:\"file_path\";s:36:\"var/langs/ar/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:27;a:2:{s:9:\"file_path\";s:37:\"var/langs/ar/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:28;a:2:{s:9:\"file_path\";s:34:\"var/langs/ar/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:29;a:2:{s:9:\"file_path\";s:34:\"var/langs/ar/addons/help_center.po\";s:6:\"status\";s:1:\"C\";}i:30;a:2:{s:9:\"file_path\";s:28:\"var/langs/ar/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:31;a:2:{s:9:\"file_path\";s:34:\"var/langs/ar/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:32;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:33;a:2:{s:9:\"file_path\";s:30:\"var/langs/ar/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:34;a:2:{s:9:\"file_path\";s:38:\"var/langs/ar/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:35;a:2:{s:9:\"file_path\";s:31:\"var/langs/ar/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:36;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:37;a:2:{s:9:\"file_path\";s:27:\"var/langs/ar/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:38;a:2:{s:9:\"file_path\";s:34:\"var/langs/ar/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:39;a:2:{s:9:\"file_path\";s:30:\"var/langs/ar/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:40;a:2:{s:9:\"file_path\";s:43:\"var/langs/ar/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:41;a:2:{s:9:\"file_path\";s:42:\"var/langs/ar/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:42;a:2:{s:9:\"file_path\";s:29:\"var/langs/ar/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:43;a:2:{s:9:\"file_path\";s:38:\"var/langs/ar/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:44;a:2:{s:9:\"file_path\";s:29:\"var/langs/ar/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:45;a:2:{s:9:\"file_path\";s:28:\"var/langs/ar/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:46;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:47;a:2:{s:9:\"file_path\";s:41:\"var/langs/ar/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:48;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:49;a:2:{s:9:\"file_path\";s:32:\"var/langs/ar/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:50;a:2:{s:9:\"file_path\";s:30:\"var/langs/ar/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:51;a:2:{s:9:\"file_path\";s:40:\"var/langs/ar/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:52;a:2:{s:9:\"file_path\";s:36:\"var/langs/ar/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:53;a:2:{s:9:\"file_path\";s:26:\"var/langs/ar/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:54;a:2:{s:9:\"file_path\";s:31:\"var/langs/ar/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:55;a:2:{s:9:\"file_path\";s:34:\"var/langs/ar/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:56;a:2:{s:9:\"file_path\";s:26:\"var/langs/ar/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:57;a:2:{s:9:\"file_path\";s:40:\"var/langs/ar/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:58;a:2:{s:9:\"file_path\";s:37:\"var/langs/ar/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:59;a:2:{s:9:\"file_path\";s:44:\"var/langs/ar/addons/step_by_step_checkout.po\";s:6:\"status\";s:1:\"C\";}i:60;a:2:{s:9:\"file_path\";s:36:\"var/langs/ar/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:61;a:2:{s:9:\"file_path\";s:42:\"var/langs/ar/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:62;a:2:{s:9:\"file_path\";s:29:\"var/langs/ar/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:63;a:2:{s:9:\"file_path\";s:32:\"var/langs/ar/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:64;a:2:{s:9:\"file_path\";s:27:\"var/langs/ar/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:65;a:2:{s:9:\"file_path\";s:40:\"var/langs/ar/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:66;a:2:{s:9:\"file_path\";s:44:\"var/langs/ar/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:67;a:2:{s:9:\"file_path\";s:43:\"var/langs/ar/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:68;a:2:{s:9:\"file_path\";s:48:\"var/langs/ar/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:69;a:2:{s:9:\"file_path\";s:41:\"var/langs/ar/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:70;a:2:{s:9:\"file_path\";s:39:\"var/langs/ar/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:71;a:2:{s:9:\"file_path\";s:40:\"var/langs/ar/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:72;a:2:{s:9:\"file_path\";s:36:\"var/langs/ar/addons/vendor_rating.po\";s:6:\"status\";s:1:\"C\";}i:73;a:2:{s:9:\"file_path\";s:35:\"var/langs/ar/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:74;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:75;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:76;a:2:{s:9:\"file_path\";s:31:\"var/langs/ar/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:77;a:2:{s:9:\"file_path\";s:47:\"var/langs/ar/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:78;a:2:{s:9:\"file_path\";s:37:\"var/langs/ar/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:79;a:2:{s:9:\"file_path\";s:35:\"var/langs/ar/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:80;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:81;a:2:{s:9:\"file_path\";s:28:\"var/langs/ar/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:82;a:2:{s:9:\"file_path\";s:20:\"var/langs/ar/core.po\";s:6:\"status\";s:1:\"C\";}i:83;a:2:{s:9:\"file_path\";s:29:\"js/lib/x-editable/LICENSE-MIT\";s:6:\"status\";s:1:\"C\";}}'),
(39, 'core', 'Upgrade 4.13.1 - 4.13.1.SP1', 1629142895, '<p><strong>Multi-Vendor 4.13.1 Service Pack 1</strong> solves a problem with the Back-End Sign-In via Google add-on: it was impossible for admins to sign into the admin panel while the add-on was active.</p><p><strong>Please install this upgrade as soon as possible.</strong></p>', 'a:2:{i:0;a:2:{s:9:\"file_path\";s:39:\"app/addons/backend_google_auth/func.php\";s:6:\"status\";s:1:\"C\";}i:1;a:2:{s:9:\"file_path\";s:41:\"var/snapshots/4.13.1_multivendor_dist.php\";s:6:\"status\";s:1:\"C\";}}'),
(40, 'core', 'Upgrade 4.13.1.SP1 - 4.13.1.SP2', 1629142911, '<p><strong>Multi-Vendor 4.13.1 Service Pack 2</strong> solves a problem with the Message Center: if vendors did not have access to communication with customers, they also did not have access to communication with marketplace administration. It also solves a problem with newsletters: the list of subscribers in the admin panel did not show the mailing lists that customers were subscribed to.</p><p><strong>Please install this upgrade as soon as possible.</strong></p>', 'a:0:{}'),
(41, 'core', 'Upgrade 4.13.1.SP2 - 4.13.2', 1629143092, '<p><strong>Multi-Vendor 4.13.2</strong> brings the following changes and improvements:</p><ul><li>Multi-Vendor Ultimate: You can now switch between storefronts on the pages of payment and shipping methods.</li><li>A problem in vendor notifications was fixed.</li></ul><p>To see the full list of changes, <a href=\"http://docs.cs-cart.com/4.13.x/history/4132.html\" target=\"_blank\">check the changelog</a>.', 'a:1:{i:0;a:2:{s:9:\"file_path\";s:42:\"app/addons/hybrid_auth/lib/Hybrid/Auth.php\";s:6:\"status\";s:1:\"C\";}}'),
(42, 'core', 'Upgrade 4.13.2 - 4.13.2.SP1', 1629143163, '<p><strong>Multi-Vendor 4.13.2 Service Pack 1</strong> solves the following problem:</p><ul><li>When adding a new catalog promotion with the enabled \"Order fulfillment by marketplace [Beta]\" add-on an error occurred.</li></ul><p><strong>Please install this upgrade as soon as possible.</strong></p>', 'a:0:{}'),
(43, 'core', 'Upgrade 4.13.2.SP1 - 4.13.2.SP2', 1629143172, '<p><strong>Multi-Vendor 4.13.2 Service Pack 2</strong> solves the following problems:</p><ul><li>The \"Number slider\" product filter became inoperable after the first use, until the page was reloaded.</li><li>Several issues with the Direct Customer-to-Vendor Payments add-on for the customers who have signed in: not being able to remove a product from cart at checkout; the selected payment method being reset after selecting a shipping method, and vice versa; customer notes not being saved to the order.</li></ul><p><strong>Please install this upgrade as soon as possible.</strong></p>', 'a:0:{}');
INSERT INTO `partiushop_installed_upgrades` (`id`, `type`, `name`, `timestamp`, `description`, `conflicts`) VALUES
(44, 'core', 'Upgrade 4.13.2.SP2 - 4.13.3', 1636460401, '<p><strong>Multi-Vendor 4.13.3</strong> brings the following changes and improvements:</p><ul><li>The settings of vendor onboarding were updated in the \"Vendor data premoderation\" add-on and store setup wizard.</li><li>It is now easier to manage mobile app settings and customize the app look with color presets.</li><li>It is now easier for vendors to track payments in Stripe Connect dashboard with the name of the marketplace and the order number.</li><li>The new setting in the \"Product Reviews\" add-on allows customers to see common reviews for variations.</li><li>You can now check if the map and the API key work directly from the settings of the \"Maps and geolocation\" add-on.</li></ul><p>To see the full list of changes, <a href=\"http://docs.cs-cart.com/4.13.x/history/4133.html\" target=\"_blank\">check the changelog</a>.</p>', 'a:1579:{i:0;a:2:{s:9:\"file_path\";s:51:\"app/addons/banners/database/demo_mve_banners_en.sql\";s:6:\"status\";s:1:\"C\";}i:1;a:2:{s:9:\"file_path\";s:66:\"var/themes_repository/bright_theme/layouts/layouts_multivendor.xml\";s:6:\"status\";s:1:\"C\";}i:2;a:2:{s:9:\"file_path\";s:63:\"var/themes_repository/bright_theme/layouts/layouts_ultimate.xml\";s:6:\"status\";s:1:\"C\";}i:3;a:2:{s:9:\"file_path\";s:87:\"var/themes_repository/responsive/templates/views/profiles/components/profile_fields.tpl\";s:6:\"status\";s:1:\"C\";}i:4;a:2:{s:9:\"file_path\";s:67:\"var/themes_repository/responsive/templates/views/companies/view.tpl\";s:6:\"status\";s:1:\"C\";}i:5;a:2:{s:9:\"file_path\";s:92:\"var/themes_repository/responsive/templates/views/checkout/components/shipping_estimation.tpl\";s:6:\"status\";s:1:\"C\";}i:6;a:2:{s:9:\"file_path\";s:105:\"var/themes_repository/responsive/templates/addons/vendor_plans/hooks/profiles/profile_fields.override.tpl\";s:6:\"status\";s:1:\"C\";}i:7;a:2:{s:9:\"file_path\";s:102:\"var/themes_repository/responsive/templates/addons/vendor_plans/hooks/vendors/apply_description.pre.tpl\";s:6:\"status\";s:1:\"C\";}i:8;a:2:{s:9:\"file_path\";s:87:\"var/themes_repository/responsive/templates/addons/call_requests/blocks/call_request.tpl\";s:6:\"status\";s:1:\"C\";}i:9;a:2:{s:9:\"file_path\";s:99:\"var/themes_repository/responsive/templates/addons/call_requests/hooks/products/add_to_cart.post.tpl\";s:6:\"status\";s:1:\"C\";}i:10;a:2:{s:9:\"file_path\";s:99:\"var/themes_repository/responsive/templates/addons/gift_certificates/hooks/orders/extra_list.pre.tpl\";s:6:\"status\";s:1:\"C\";}i:11;a:2:{s:9:\"file_path\";s:95:\"var/themes_repository/responsive/templates/addons/hybrid_auth/hooks/index/login_buttons.pre.tpl\";s:6:\"status\";s:1:\"C\";}i:12;a:2:{s:9:\"file_path\";s:100:\"var/themes_repository/responsive/templates/addons/hybrid_auth/hooks/profiles/account_update.post.tpl\";s:6:\"status\";s:1:\"C\";}i:13;a:2:{s:9:\"file_path\";s:88:\"var/themes_repository/responsive/templates/addons/hybrid_auth/views/auth/login_error.tpl\";s:6:\"status\";s:1:\"C\";}i:14;a:2:{s:9:\"file_path\";s:129:\"var/themes_repository/responsive/templates/addons/product_reviews/views/product_reviews/components/new_product_review_message.tpl\";s:6:\"status\";s:1:\"C\";}i:15;a:2:{s:9:\"file_path\";s:135:\"var/themes_repository/responsive/templates/addons/product_reviews/views/product_reviews/components/new_product_review_message_field.tpl\";s:6:\"status\";s:1:\"C\";}i:16;a:2:{s:9:\"file_path\";s:116:\"var/themes_repository/responsive/templates/addons/product_reviews/views/product_reviews/components/post_customer.tpl\";s:6:\"status\";s:1:\"C\";}i:17;a:2:{s:9:\"file_path\";s:129:\"var/themes_repository/responsive/templates/addons/product_reviews/views/product_reviews/components/product_reviews_navigation.tpl\";s:6:\"status\";s:1:\"C\";}i:18;a:2:{s:9:\"file_path\";s:114:\"var/themes_repository/responsive/templates/addons/product_variations/hooks/products/product_option_content.pre.tpl\";s:6:\"status\";s:1:\"C\";}i:19;a:2:{s:9:\"file_path\";s:106:\"var/themes_repository/responsive/templates/addons/vendor_communication/views/vendor_communication/view.tpl\";s:6:\"status\";s:1:\"C\";}i:20;a:2:{s:9:\"file_path\";s:128:\"var/themes_repository/responsive/templates/addons/vendor_communication/views/vendor_communication/components/company_subject.tpl\";s:6:\"status\";s:1:\"C\";}i:21;a:2:{s:9:\"file_path\";s:126:\"var/themes_repository/responsive/templates/addons/vendor_communication/views/vendor_communication/components/subject_image.tpl\";s:6:\"status\";s:1:\"C\";}i:22;a:2:{s:9:\"file_path\";s:120:\"var/themes_repository/responsive/templates/addons/direct_payments/views/separate_checkout/components/checkout_totals.tpl\";s:6:\"status\";s:1:\"C\";}i:23;a:2:{s:9:\"file_path\";s:90:\"var/themes_repository/responsive/templates/addons/searchanise/hooks/index/scripts.post.tpl\";s:6:\"status\";s:1:\"C\";}i:24;a:2:{s:9:\"file_path\";s:50:\"var/themes_repository/responsive/css/tygh/rtl.less\";s:6:\"status\";s:1:\"C\";}i:25;a:2:{s:9:\"file_path\";s:48:\"var/themes_repository/responsive/css/styles.less\";s:6:\"status\";s:1:\"C\";}i:26;a:2:{s:9:\"file_path\";s:89:\"var/themes_repository/responsive/css/addons/product_reviews/components/post_customer.less\";s:6:\"status\";s:1:\"C\";}i:27;a:2:{s:9:\"file_path\";s:99:\"var/themes_repository/responsive/css/addons/product_reviews/components/product_reviews_sidebar.less\";s:6:\"status\";s:1:\"C\";}i:28;a:2:{s:9:\"file_path\";s:96:\"var/themes_repository/responsive/css/addons/product_reviews/components/write_product_review.less\";s:6:\"status\";s:1:\"C\";}i:29;a:2:{s:9:\"file_path\";s:64:\"var/themes_repository/responsive/css/addons/geo_maps/styles.less\";s:6:\"status\";s:1:\"C\";}i:30;a:2:{s:9:\"file_path\";s:20:\"var/langs/ar/core.po\";s:6:\"status\";s:1:\"C\";}i:31;a:2:{s:9:\"file_path\";s:20:\"var/langs/cs/core.po\";s:6:\"status\";s:1:\"C\";}i:32;a:2:{s:9:\"file_path\";s:20:\"var/langs/el/core.po\";s:6:\"status\";s:1:\"C\";}i:33;a:2:{s:9:\"file_path\";s:20:\"var/langs/en/core.po\";s:6:\"status\";s:1:\"C\";}i:34;a:2:{s:9:\"file_path\";s:20:\"var/langs/es/core.po\";s:6:\"status\";s:1:\"C\";}i:35;a:2:{s:9:\"file_path\";s:20:\"var/langs/he/core.po\";s:6:\"status\";s:1:\"C\";}i:36;a:2:{s:9:\"file_path\";s:20:\"var/langs/hu/core.po\";s:6:\"status\";s:1:\"C\";}i:37;a:2:{s:9:\"file_path\";s:20:\"var/langs/id/core.po\";s:6:\"status\";s:1:\"C\";}i:38;a:2:{s:9:\"file_path\";s:20:\"var/langs/it/core.po\";s:6:\"status\";s:1:\"C\";}i:39;a:2:{s:9:\"file_path\";s:20:\"var/langs/ja/core.po\";s:6:\"status\";s:1:\"C\";}i:40;a:2:{s:9:\"file_path\";s:20:\"var/langs/nl/core.po\";s:6:\"status\";s:1:\"C\";}i:41;a:2:{s:9:\"file_path\";s:20:\"var/langs/no/core.po\";s:6:\"status\";s:1:\"C\";}i:42;a:2:{s:9:\"file_path\";s:20:\"var/langs/pl/core.po\";s:6:\"status\";s:1:\"C\";}i:43;a:2:{s:9:\"file_path\";s:20:\"var/langs/pt/core.po\";s:6:\"status\";s:1:\"C\";}i:44;a:2:{s:9:\"file_path\";s:20:\"var/langs/ro/core.po\";s:6:\"status\";s:1:\"C\";}i:45;a:2:{s:9:\"file_path\";s:20:\"var/langs/ru/core.po\";s:6:\"status\";s:1:\"C\";}i:46;a:2:{s:9:\"file_path\";s:20:\"var/langs/tr/core.po\";s:6:\"status\";s:1:\"C\";}i:47;a:2:{s:9:\"file_path\";s:20:\"var/langs/uk/core.po\";s:6:\"status\";s:1:\"C\";}i:48;a:2:{s:9:\"file_path\";s:38:\"var/langs/ar/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:49;a:2:{s:9:\"file_path\";s:38:\"var/langs/cs/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:50;a:2:{s:9:\"file_path\";s:38:\"var/langs/el/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:51;a:2:{s:9:\"file_path\";s:38:\"var/langs/en/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:52;a:2:{s:9:\"file_path\";s:38:\"var/langs/es/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:53;a:2:{s:9:\"file_path\";s:38:\"var/langs/he/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:54;a:2:{s:9:\"file_path\";s:38:\"var/langs/hu/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:55;a:2:{s:9:\"file_path\";s:38:\"var/langs/id/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:56;a:2:{s:9:\"file_path\";s:38:\"var/langs/it/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:57;a:2:{s:9:\"file_path\";s:38:\"var/langs/ja/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:58;a:2:{s:9:\"file_path\";s:38:\"var/langs/nl/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:59;a:2:{s:9:\"file_path\";s:38:\"var/langs/no/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:60;a:2:{s:9:\"file_path\";s:38:\"var/langs/pl/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:61;a:2:{s:9:\"file_path\";s:38:\"var/langs/pt/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:62;a:2:{s:9:\"file_path\";s:38:\"var/langs/ro/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:63;a:2:{s:9:\"file_path\";s:38:\"var/langs/ru/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:64;a:2:{s:9:\"file_path\";s:38:\"var/langs/tr/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:65;a:2:{s:9:\"file_path\";s:38:\"var/langs/uk/addons/email_marketing.po\";s:6:\"status\";s:1:\"C\";}i:66;a:2:{s:9:\"file_path\";s:31:\"var/langs/ar/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:67;a:2:{s:9:\"file_path\";s:31:\"var/langs/cs/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:68;a:2:{s:9:\"file_path\";s:31:\"var/langs/el/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:69;a:2:{s:9:\"file_path\";s:31:\"var/langs/en/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:70;a:2:{s:9:\"file_path\";s:31:\"var/langs/es/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:71;a:2:{s:9:\"file_path\";s:31:\"var/langs/he/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:72;a:2:{s:9:\"file_path\";s:31:\"var/langs/hu/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:73;a:2:{s:9:\"file_path\";s:31:\"var/langs/id/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:74;a:2:{s:9:\"file_path\";s:31:\"var/langs/it/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:75;a:2:{s:9:\"file_path\";s:31:\"var/langs/ja/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:76;a:2:{s:9:\"file_path\";s:31:\"var/langs/nl/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:77;a:2:{s:9:\"file_path\";s:31:\"var/langs/no/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:78;a:2:{s:9:\"file_path\";s:31:\"var/langs/pl/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:79;a:2:{s:9:\"file_path\";s:31:\"var/langs/pt/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:80;a:2:{s:9:\"file_path\";s:31:\"var/langs/ro/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:81;a:2:{s:9:\"file_path\";s:31:\"var/langs/ru/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:82;a:2:{s:9:\"file_path\";s:31:\"var/langs/tr/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:83;a:2:{s:9:\"file_path\";s:31:\"var/langs/uk/addons/geo_maps.po\";s:6:\"status\";s:1:\"C\";}i:84;a:2:{s:9:\"file_path\";s:38:\"var/langs/ar/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:85;a:2:{s:9:\"file_path\";s:38:\"var/langs/cs/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:86;a:2:{s:9:\"file_path\";s:38:\"var/langs/el/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:87;a:2:{s:9:\"file_path\";s:38:\"var/langs/en/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:88;a:2:{s:9:\"file_path\";s:38:\"var/langs/es/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:89;a:2:{s:9:\"file_path\";s:38:\"var/langs/he/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:90;a:2:{s:9:\"file_path\";s:38:\"var/langs/hu/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:91;a:2:{s:9:\"file_path\";s:38:\"var/langs/id/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:92;a:2:{s:9:\"file_path\";s:38:\"var/langs/it/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:93;a:2:{s:9:\"file_path\";s:38:\"var/langs/ja/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:94;a:2:{s:9:\"file_path\";s:38:\"var/langs/nl/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:95;a:2:{s:9:\"file_path\";s:38:\"var/langs/no/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:96;a:2:{s:9:\"file_path\";s:38:\"var/langs/pl/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:97;a:2:{s:9:\"file_path\";s:38:\"var/langs/pt/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:98;a:2:{s:9:\"file_path\";s:38:\"var/langs/ro/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:99;a:2:{s:9:\"file_path\";s:38:\"var/langs/ru/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:100;a:2:{s:9:\"file_path\";s:38:\"var/langs/tr/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:101;a:2:{s:9:\"file_path\";s:38:\"var/langs/uk/addons/master_products.po\";s:6:\"status\";s:1:\"C\";}i:102;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:103;a:2:{s:9:\"file_path\";s:33:\"var/langs/cs/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:104;a:2:{s:9:\"file_path\";s:33:\"var/langs/el/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:105;a:2:{s:9:\"file_path\";s:33:\"var/langs/en/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:106;a:2:{s:9:\"file_path\";s:33:\"var/langs/es/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:107;a:2:{s:9:\"file_path\";s:33:\"var/langs/he/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:108;a:2:{s:9:\"file_path\";s:33:\"var/langs/hu/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:109;a:2:{s:9:\"file_path\";s:33:\"var/langs/id/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:110;a:2:{s:9:\"file_path\";s:33:\"var/langs/it/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:111;a:2:{s:9:\"file_path\";s:33:\"var/langs/ja/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:112;a:2:{s:9:\"file_path\";s:33:\"var/langs/nl/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:113;a:2:{s:9:\"file_path\";s:33:\"var/langs/no/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:114;a:2:{s:9:\"file_path\";s:33:\"var/langs/pl/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:115;a:2:{s:9:\"file_path\";s:33:\"var/langs/pt/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:116;a:2:{s:9:\"file_path\";s:33:\"var/langs/ro/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:117;a:2:{s:9:\"file_path\";s:33:\"var/langs/ru/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:118;a:2:{s:9:\"file_path\";s:33:\"var/langs/tr/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:119;a:2:{s:9:\"file_path\";s:33:\"var/langs/uk/addons/mobile_app.po\";s:6:\"status\";s:1:\"C\";}i:120;a:2:{s:9:\"file_path\";s:38:\"var/langs/ar/addons/product_reviews.po\";s:6:\"status\";s:1:\"C\";}i:121;a:2:{s:9:\"file_path\";s:38:\"var/langs/cs/addons/product_reviews.po\";s:6:\"status\";s:1:\"C\";}i:122;a:2:{s:9:\"file_path\";s:38:\"var/langs/el/addons/product_reviews.po\";s:6:\"status\";s:1:\"C\";}i:123;a:2:{s:9:\"file_path\";s:38:\"var/langs/en/addons/product_reviews.po\";s:6:\"status\";s:1:\"C\";}i:124;a:2:{s:9:\"file_path\";s:38:\"var/langs/es/addons/product_reviews.po\";s:6:\"status\";s:1:\"C\";}i:125;a:2:{s:9:\"file_path\";s:38:\"var/langs/he/addons/product_reviews.po\";s:6:\"status\";s:1:\"C\";}i:126;a:2:{s:9:\"file_path\";s:38:\"var/langs/hu/addons/product_reviews.po\";s:6:\"status\";s:1:\"C\";}i:127;a:2:{s:9:\"file_path\";s:38:\"var/langs/id/addons/product_reviews.po\";s:6:\"status\";s:1:\"C\";}i:128;a:2:{s:9:\"file_path\";s:38:\"var/langs/it/addons/product_reviews.po\";s:6:\"status\";s:1:\"C\";}i:129;a:2:{s:9:\"file_path\";s:38:\"var/langs/ja/addons/product_reviews.po\";s:6:\"status\";s:1:\"C\";}i:130;a:2:{s:9:\"file_path\";s:38:\"var/langs/nl/addons/product_reviews.po\";s:6:\"status\";s:1:\"C\";}i:131;a:2:{s:9:\"file_path\";s:38:\"var/langs/no/addons/product_reviews.po\";s:6:\"status\";s:1:\"C\";}i:132;a:2:{s:9:\"file_path\";s:38:\"var/langs/pl/addons/product_reviews.po\";s:6:\"status\";s:1:\"C\";}i:133;a:2:{s:9:\"file_path\";s:38:\"var/langs/pt/addons/product_reviews.po\";s:6:\"status\";s:1:\"C\";}i:134;a:2:{s:9:\"file_path\";s:38:\"var/langs/ro/addons/product_reviews.po\";s:6:\"status\";s:1:\"C\";}i:135;a:2:{s:9:\"file_path\";s:38:\"var/langs/ru/addons/product_reviews.po\";s:6:\"status\";s:1:\"C\";}i:136;a:2:{s:9:\"file_path\";s:38:\"var/langs/tr/addons/product_reviews.po\";s:6:\"status\";s:1:\"C\";}i:137;a:2:{s:9:\"file_path\";s:38:\"var/langs/uk/addons/product_reviews.po\";s:6:\"status\";s:1:\"C\";}i:138;a:2:{s:9:\"file_path\";s:41:\"var/langs/ar/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:139;a:2:{s:9:\"file_path\";s:41:\"var/langs/cs/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:140;a:2:{s:9:\"file_path\";s:41:\"var/langs/el/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:141;a:2:{s:9:\"file_path\";s:41:\"var/langs/en/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:142;a:2:{s:9:\"file_path\";s:41:\"var/langs/es/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:143;a:2:{s:9:\"file_path\";s:41:\"var/langs/he/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:144;a:2:{s:9:\"file_path\";s:41:\"var/langs/hu/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:145;a:2:{s:9:\"file_path\";s:41:\"var/langs/id/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:146;a:2:{s:9:\"file_path\";s:41:\"var/langs/it/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:147;a:2:{s:9:\"file_path\";s:41:\"var/langs/ja/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:148;a:2:{s:9:\"file_path\";s:41:\"var/langs/nl/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:149;a:2:{s:9:\"file_path\";s:41:\"var/langs/no/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:150;a:2:{s:9:\"file_path\";s:41:\"var/langs/pl/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:151;a:2:{s:9:\"file_path\";s:41:\"var/langs/pt/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:152;a:2:{s:9:\"file_path\";s:41:\"var/langs/ro/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:153;a:2:{s:9:\"file_path\";s:41:\"var/langs/ru/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:154;a:2:{s:9:\"file_path\";s:41:\"var/langs/tr/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:155;a:2:{s:9:\"file_path\";s:41:\"var/langs/uk/addons/product_variations.po\";s:6:\"status\";s:1:\"C\";}i:156;a:2:{s:9:\"file_path\";s:26:\"var/langs/ar/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:157;a:2:{s:9:\"file_path\";s:26:\"var/langs/cs/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:158;a:2:{s:9:\"file_path\";s:26:\"var/langs/el/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:159;a:2:{s:9:\"file_path\";s:26:\"var/langs/en/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:160;a:2:{s:9:\"file_path\";s:26:\"var/langs/es/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:161;a:2:{s:9:\"file_path\";s:26:\"var/langs/he/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:162;a:2:{s:9:\"file_path\";s:26:\"var/langs/hu/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:163;a:2:{s:9:\"file_path\";s:26:\"var/langs/id/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:164;a:2:{s:9:\"file_path\";s:26:\"var/langs/it/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:165;a:2:{s:9:\"file_path\";s:26:\"var/langs/ja/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:166;a:2:{s:9:\"file_path\";s:26:\"var/langs/nl/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:167;a:2:{s:9:\"file_path\";s:26:\"var/langs/no/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:168;a:2:{s:9:\"file_path\";s:26:\"var/langs/pl/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:169;a:2:{s:9:\"file_path\";s:26:\"var/langs/pt/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:170;a:2:{s:9:\"file_path\";s:26:\"var/langs/ro/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:171;a:2:{s:9:\"file_path\";s:26:\"var/langs/ru/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:172;a:2:{s:9:\"file_path\";s:26:\"var/langs/tr/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:173;a:2:{s:9:\"file_path\";s:26:\"var/langs/uk/addons/seo.po\";s:6:\"status\";s:1:\"C\";}i:174;a:2:{s:9:\"file_path\";s:48:\"var/langs/ar/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:175;a:2:{s:9:\"file_path\";s:48:\"var/langs/cs/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:176;a:2:{s:9:\"file_path\";s:48:\"var/langs/el/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:177;a:2:{s:9:\"file_path\";s:48:\"var/langs/en/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:178;a:2:{s:9:\"file_path\";s:48:\"var/langs/es/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:179;a:2:{s:9:\"file_path\";s:48:\"var/langs/he/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:180;a:2:{s:9:\"file_path\";s:48:\"var/langs/hu/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:181;a:2:{s:9:\"file_path\";s:48:\"var/langs/id/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:182;a:2:{s:9:\"file_path\";s:48:\"var/langs/it/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:183;a:2:{s:9:\"file_path\";s:48:\"var/langs/ja/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:184;a:2:{s:9:\"file_path\";s:48:\"var/langs/nl/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:185;a:2:{s:9:\"file_path\";s:48:\"var/langs/no/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:186;a:2:{s:9:\"file_path\";s:48:\"var/langs/pl/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:187;a:2:{s:9:\"file_path\";s:48:\"var/langs/pt/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:188;a:2:{s:9:\"file_path\";s:48:\"var/langs/ro/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:189;a:2:{s:9:\"file_path\";s:48:\"var/langs/ru/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:190;a:2:{s:9:\"file_path\";s:48:\"var/langs/tr/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:191;a:2:{s:9:\"file_path\";s:48:\"var/langs/uk/addons/vendor_data_premoderation.po\";s:6:\"status\";s:1:\"C\";}i:192;a:2:{s:9:\"file_path\";s:35:\"var/langs/ar/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:193;a:2:{s:9:\"file_path\";s:35:\"var/langs/cs/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:194;a:2:{s:9:\"file_path\";s:35:\"var/langs/el/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:195;a:2:{s:9:\"file_path\";s:35:\"var/langs/en/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:196;a:2:{s:9:\"file_path\";s:35:\"var/langs/es/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:197;a:2:{s:9:\"file_path\";s:35:\"var/langs/he/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:198;a:2:{s:9:\"file_path\";s:35:\"var/langs/hu/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:199;a:2:{s:9:\"file_path\";s:35:\"var/langs/id/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:200;a:2:{s:9:\"file_path\";s:35:\"var/langs/it/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:201;a:2:{s:9:\"file_path\";s:35:\"var/langs/ja/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:202;a:2:{s:9:\"file_path\";s:35:\"var/langs/nl/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:203;a:2:{s:9:\"file_path\";s:35:\"var/langs/no/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:204;a:2:{s:9:\"file_path\";s:35:\"var/langs/pl/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:205;a:2:{s:9:\"file_path\";s:35:\"var/langs/pt/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:206;a:2:{s:9:\"file_path\";s:35:\"var/langs/ro/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:207;a:2:{s:9:\"file_path\";s:35:\"var/langs/ru/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:208;a:2:{s:9:\"file_path\";s:35:\"var/langs/tr/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:209;a:2:{s:9:\"file_path\";s:35:\"var/langs/uk/addons/vendor_plans.po\";s:6:\"status\";s:1:\"C\";}i:210;a:2:{s:9:\"file_path\";s:28:\"var/langs/ar/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:211;a:2:{s:9:\"file_path\";s:28:\"var/langs/cs/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:212;a:2:{s:9:\"file_path\";s:28:\"var/langs/el/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:213;a:2:{s:9:\"file_path\";s:28:\"var/langs/en/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:214;a:2:{s:9:\"file_path\";s:28:\"var/langs/es/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:215;a:2:{s:9:\"file_path\";s:28:\"var/langs/he/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:216;a:2:{s:9:\"file_path\";s:28:\"var/langs/hu/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:217;a:2:{s:9:\"file_path\";s:28:\"var/langs/id/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:218;a:2:{s:9:\"file_path\";s:28:\"var/langs/it/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:219;a:2:{s:9:\"file_path\";s:28:\"var/langs/ja/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:220;a:2:{s:9:\"file_path\";s:28:\"var/langs/nl/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:221;a:2:{s:9:\"file_path\";s:28:\"var/langs/no/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:222;a:2:{s:9:\"file_path\";s:28:\"var/langs/pl/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:223;a:2:{s:9:\"file_path\";s:28:\"var/langs/pt/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:224;a:2:{s:9:\"file_path\";s:28:\"var/langs/ro/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:225;a:2:{s:9:\"file_path\";s:28:\"var/langs/ru/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:226;a:2:{s:9:\"file_path\";s:28:\"var/langs/tr/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:227;a:2:{s:9:\"file_path\";s:28:\"var/langs/uk/editions/mve.po\";s:6:\"status\";s:1:\"C\";}i:228;a:2:{s:9:\"file_path\";s:42:\"var/langs/ar/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:229;a:2:{s:9:\"file_path\";s:42:\"var/langs/cs/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:230;a:2:{s:9:\"file_path\";s:42:\"var/langs/el/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:231;a:2:{s:9:\"file_path\";s:42:\"var/langs/en/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:232;a:2:{s:9:\"file_path\";s:42:\"var/langs/es/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:233;a:2:{s:9:\"file_path\";s:42:\"var/langs/he/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:234;a:2:{s:9:\"file_path\";s:42:\"var/langs/hu/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:235;a:2:{s:9:\"file_path\";s:42:\"var/langs/id/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:236;a:2:{s:9:\"file_path\";s:42:\"var/langs/it/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:237;a:2:{s:9:\"file_path\";s:42:\"var/langs/ja/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:238;a:2:{s:9:\"file_path\";s:42:\"var/langs/nl/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:239;a:2:{s:9:\"file_path\";s:42:\"var/langs/no/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:240;a:2:{s:9:\"file_path\";s:42:\"var/langs/pl/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:241;a:2:{s:9:\"file_path\";s:42:\"var/langs/pt/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:242;a:2:{s:9:\"file_path\";s:42:\"var/langs/ro/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:243;a:2:{s:9:\"file_path\";s:42:\"var/langs/ru/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:244;a:2:{s:9:\"file_path\";s:42:\"var/langs/tr/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:245;a:2:{s:9:\"file_path\";s:42:\"var/langs/uk/addons/access_restrictions.po\";s:6:\"status\";s:1:\"C\";}i:246;a:2:{s:9:\"file_path\";s:38:\"var/langs/ar/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:247;a:2:{s:9:\"file_path\";s:38:\"var/langs/cs/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:248;a:2:{s:9:\"file_path\";s:38:\"var/langs/el/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:249;a:2:{s:9:\"file_path\";s:38:\"var/langs/en/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:250;a:2:{s:9:\"file_path\";s:38:\"var/langs/es/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:251;a:2:{s:9:\"file_path\";s:38:\"var/langs/he/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:252;a:2:{s:9:\"file_path\";s:38:\"var/langs/hu/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:253;a:2:{s:9:\"file_path\";s:38:\"var/langs/id/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:254;a:2:{s:9:\"file_path\";s:38:\"var/langs/it/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:255;a:2:{s:9:\"file_path\";s:38:\"var/langs/ja/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:256;a:2:{s:9:\"file_path\";s:38:\"var/langs/nl/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:257;a:2:{s:9:\"file_path\";s:38:\"var/langs/no/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:258;a:2:{s:9:\"file_path\";s:38:\"var/langs/pl/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:259;a:2:{s:9:\"file_path\";s:38:\"var/langs/pt/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:260;a:2:{s:9:\"file_path\";s:38:\"var/langs/ro/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:261;a:2:{s:9:\"file_path\";s:38:\"var/langs/ru/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:262;a:2:{s:9:\"file_path\";s:38:\"var/langs/tr/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:263;a:2:{s:9:\"file_path\";s:38:\"var/langs/uk/addons/advanced_import.po\";s:6:\"status\";s:1:\"C\";}i:264;a:2:{s:9:\"file_path\";s:39:\"var/langs/ar/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:265;a:2:{s:9:\"file_path\";s:39:\"var/langs/cs/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:266;a:2:{s:9:\"file_path\";s:39:\"var/langs/el/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:267;a:2:{s:9:\"file_path\";s:39:\"var/langs/en/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:268;a:2:{s:9:\"file_path\";s:39:\"var/langs/es/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:269;a:2:{s:9:\"file_path\";s:39:\"var/langs/he/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:270;a:2:{s:9:\"file_path\";s:39:\"var/langs/hu/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:271;a:2:{s:9:\"file_path\";s:39:\"var/langs/id/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:272;a:2:{s:9:\"file_path\";s:39:\"var/langs/it/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:273;a:2:{s:9:\"file_path\";s:39:\"var/langs/ja/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:274;a:2:{s:9:\"file_path\";s:39:\"var/langs/nl/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:275;a:2:{s:9:\"file_path\";s:39:\"var/langs/no/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:276;a:2:{s:9:\"file_path\";s:39:\"var/langs/pl/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:277;a:2:{s:9:\"file_path\";s:39:\"var/langs/pt/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:278;a:2:{s:9:\"file_path\";s:39:\"var/langs/ro/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:279;a:2:{s:9:\"file_path\";s:39:\"var/langs/ru/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:280;a:2:{s:9:\"file_path\";s:39:\"var/langs/tr/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:281;a:2:{s:9:\"file_path\";s:39:\"var/langs/uk/addons/age_verification.po\";s:6:\"status\";s:1:\"C\";}i:282;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:283;a:2:{s:9:\"file_path\";s:33:\"var/langs/cs/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:284;a:2:{s:9:\"file_path\";s:33:\"var/langs/el/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:285;a:2:{s:9:\"file_path\";s:33:\"var/langs/en/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:286;a:2:{s:9:\"file_path\";s:33:\"var/langs/es/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:287;a:2:{s:9:\"file_path\";s:33:\"var/langs/he/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:288;a:2:{s:9:\"file_path\";s:33:\"var/langs/hu/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:289;a:2:{s:9:\"file_path\";s:33:\"var/langs/id/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:290;a:2:{s:9:\"file_path\";s:33:\"var/langs/it/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:291;a:2:{s:9:\"file_path\";s:33:\"var/langs/ja/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:292;a:2:{s:9:\"file_path\";s:33:\"var/langs/nl/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:293;a:2:{s:9:\"file_path\";s:33:\"var/langs/no/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:294;a:2:{s:9:\"file_path\";s:33:\"var/langs/pl/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:295;a:2:{s:9:\"file_path\";s:33:\"var/langs/pt/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:296;a:2:{s:9:\"file_path\";s:33:\"var/langs/ro/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:297;a:2:{s:9:\"file_path\";s:33:\"var/langs/ru/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:298;a:2:{s:9:\"file_path\";s:33:\"var/langs/tr/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:299;a:2:{s:9:\"file_path\";s:33:\"var/langs/uk/addons/anti_fraud.po\";s:6:\"status\";s:1:\"C\";}i:300;a:2:{s:9:\"file_path\";s:34:\"var/langs/ar/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:301;a:2:{s:9:\"file_path\";s:34:\"var/langs/cs/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:302;a:2:{s:9:\"file_path\";s:34:\"var/langs/el/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:303;a:2:{s:9:\"file_path\";s:34:\"var/langs/en/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:304;a:2:{s:9:\"file_path\";s:34:\"var/langs/es/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:305;a:2:{s:9:\"file_path\";s:34:\"var/langs/he/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:306;a:2:{s:9:\"file_path\";s:34:\"var/langs/hu/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:307;a:2:{s:9:\"file_path\";s:34:\"var/langs/id/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:308;a:2:{s:9:\"file_path\";s:34:\"var/langs/it/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:309;a:2:{s:9:\"file_path\";s:34:\"var/langs/ja/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:310;a:2:{s:9:\"file_path\";s:34:\"var/langs/nl/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:311;a:2:{s:9:\"file_path\";s:34:\"var/langs/no/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:312;a:2:{s:9:\"file_path\";s:34:\"var/langs/pl/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:313;a:2:{s:9:\"file_path\";s:34:\"var/langs/pt/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:314;a:2:{s:9:\"file_path\";s:34:\"var/langs/ro/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:315;a:2:{s:9:\"file_path\";s:34:\"var/langs/ru/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:316;a:2:{s:9:\"file_path\";s:34:\"var/langs/tr/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:317;a:2:{s:9:\"file_path\";s:34:\"var/langs/uk/addons/attachments.po\";s:6:\"status\";s:1:\"C\";}i:318;a:2:{s:9:\"file_path\";s:42:\"var/langs/ar/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:319;a:2:{s:9:\"file_path\";s:42:\"var/langs/cs/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:320;a:2:{s:9:\"file_path\";s:42:\"var/langs/el/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:321;a:2:{s:9:\"file_path\";s:42:\"var/langs/en/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:322;a:2:{s:9:\"file_path\";s:42:\"var/langs/es/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:323;a:2:{s:9:\"file_path\";s:42:\"var/langs/he/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:324;a:2:{s:9:\"file_path\";s:42:\"var/langs/hu/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:325;a:2:{s:9:\"file_path\";s:42:\"var/langs/id/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:326;a:2:{s:9:\"file_path\";s:42:\"var/langs/it/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:327;a:2:{s:9:\"file_path\";s:42:\"var/langs/ja/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:328;a:2:{s:9:\"file_path\";s:42:\"var/langs/nl/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:329;a:2:{s:9:\"file_path\";s:42:\"var/langs/no/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:330;a:2:{s:9:\"file_path\";s:42:\"var/langs/pl/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:331;a:2:{s:9:\"file_path\";s:42:\"var/langs/pt/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:332;a:2:{s:9:\"file_path\";s:42:\"var/langs/ro/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:333;a:2:{s:9:\"file_path\";s:42:\"var/langs/ru/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:334;a:2:{s:9:\"file_path\";s:42:\"var/langs/tr/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:335;a:2:{s:9:\"file_path\";s:42:\"var/langs/uk/addons/backend_google_auth.po\";s:6:\"status\";s:1:\"C\";}i:336;a:2:{s:9:\"file_path\";s:30:\"var/langs/ar/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:337;a:2:{s:9:\"file_path\";s:30:\"var/langs/cs/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:338;a:2:{s:9:\"file_path\";s:30:\"var/langs/el/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:339;a:2:{s:9:\"file_path\";s:30:\"var/langs/en/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:340;a:2:{s:9:\"file_path\";s:30:\"var/langs/es/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:341;a:2:{s:9:\"file_path\";s:30:\"var/langs/he/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:342;a:2:{s:9:\"file_path\";s:30:\"var/langs/hu/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:343;a:2:{s:9:\"file_path\";s:30:\"var/langs/id/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:344;a:2:{s:9:\"file_path\";s:30:\"var/langs/it/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:345;a:2:{s:9:\"file_path\";s:30:\"var/langs/ja/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:346;a:2:{s:9:\"file_path\";s:30:\"var/langs/nl/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:347;a:2:{s:9:\"file_path\";s:30:\"var/langs/no/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:348;a:2:{s:9:\"file_path\";s:30:\"var/langs/pl/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:349;a:2:{s:9:\"file_path\";s:30:\"var/langs/pt/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:350;a:2:{s:9:\"file_path\";s:30:\"var/langs/ro/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:351;a:2:{s:9:\"file_path\";s:30:\"var/langs/ru/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:352;a:2:{s:9:\"file_path\";s:30:\"var/langs/tr/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:353;a:2:{s:9:\"file_path\";s:30:\"var/langs/uk/addons/banners.po\";s:6:\"status\";s:1:\"C\";}i:354;a:2:{s:9:\"file_path\";s:30:\"var/langs/ar/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:355;a:2:{s:9:\"file_path\";s:30:\"var/langs/cs/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:356;a:2:{s:9:\"file_path\";s:30:\"var/langs/el/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:357;a:2:{s:9:\"file_path\";s:30:\"var/langs/en/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:358;a:2:{s:9:\"file_path\";s:30:\"var/langs/es/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:359;a:2:{s:9:\"file_path\";s:30:\"var/langs/he/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:360;a:2:{s:9:\"file_path\";s:30:\"var/langs/hu/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:361;a:2:{s:9:\"file_path\";s:30:\"var/langs/id/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:362;a:2:{s:9:\"file_path\";s:30:\"var/langs/it/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:363;a:2:{s:9:\"file_path\";s:30:\"var/langs/ja/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:364;a:2:{s:9:\"file_path\";s:30:\"var/langs/nl/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:365;a:2:{s:9:\"file_path\";s:30:\"var/langs/no/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:366;a:2:{s:9:\"file_path\";s:30:\"var/langs/pl/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:367;a:2:{s:9:\"file_path\";s:30:\"var/langs/pt/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:368;a:2:{s:9:\"file_path\";s:30:\"var/langs/ro/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:369;a:2:{s:9:\"file_path\";s:30:\"var/langs/ru/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:370;a:2:{s:9:\"file_path\";s:30:\"var/langs/tr/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:371;a:2:{s:9:\"file_path\";s:30:\"var/langs/uk/addons/barcode.po\";s:6:\"status\";s:1:\"C\";}i:372;a:2:{s:9:\"file_path\";s:34:\"var/langs/ar/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:373;a:2:{s:9:\"file_path\";s:34:\"var/langs/cs/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:374;a:2:{s:9:\"file_path\";s:34:\"var/langs/el/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:375;a:2:{s:9:\"file_path\";s:34:\"var/langs/en/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:376;a:2:{s:9:\"file_path\";s:34:\"var/langs/es/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:377;a:2:{s:9:\"file_path\";s:34:\"var/langs/he/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:378;a:2:{s:9:\"file_path\";s:34:\"var/langs/hu/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:379;a:2:{s:9:\"file_path\";s:34:\"var/langs/id/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:380;a:2:{s:9:\"file_path\";s:34:\"var/langs/it/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:381;a:2:{s:9:\"file_path\";s:34:\"var/langs/ja/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:382;a:2:{s:9:\"file_path\";s:34:\"var/langs/nl/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:383;a:2:{s:9:\"file_path\";s:34:\"var/langs/no/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:384;a:2:{s:9:\"file_path\";s:34:\"var/langs/pl/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:385;a:2:{s:9:\"file_path\";s:34:\"var/langs/pt/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:386;a:2:{s:9:\"file_path\";s:34:\"var/langs/ro/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:387;a:2:{s:9:\"file_path\";s:34:\"var/langs/ru/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:388;a:2:{s:9:\"file_path\";s:34:\"var/langs/tr/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:389;a:2:{s:9:\"file_path\";s:34:\"var/langs/uk/addons/bestsellers.po\";s:6:\"status\";s:1:\"C\";}i:390;a:2:{s:9:\"file_path\";s:27:\"var/langs/ar/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:391;a:2:{s:9:\"file_path\";s:27:\"var/langs/cs/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:392;a:2:{s:9:\"file_path\";s:27:\"var/langs/el/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:393;a:2:{s:9:\"file_path\";s:27:\"var/langs/en/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:394;a:2:{s:9:\"file_path\";s:27:\"var/langs/es/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:395;a:2:{s:9:\"file_path\";s:27:\"var/langs/he/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:396;a:2:{s:9:\"file_path\";s:27:\"var/langs/hu/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:397;a:2:{s:9:\"file_path\";s:27:\"var/langs/id/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:398;a:2:{s:9:\"file_path\";s:27:\"var/langs/it/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:399;a:2:{s:9:\"file_path\";s:27:\"var/langs/ja/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:400;a:2:{s:9:\"file_path\";s:27:\"var/langs/nl/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:401;a:2:{s:9:\"file_path\";s:27:\"var/langs/no/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:402;a:2:{s:9:\"file_path\";s:27:\"var/langs/pl/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:403;a:2:{s:9:\"file_path\";s:27:\"var/langs/pt/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:404;a:2:{s:9:\"file_path\";s:27:\"var/langs/ro/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:405;a:2:{s:9:\"file_path\";s:27:\"var/langs/ru/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:406;a:2:{s:9:\"file_path\";s:27:\"var/langs/tr/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:407;a:2:{s:9:\"file_path\";s:27:\"var/langs/uk/addons/blog.po\";s:6:\"status\";s:1:\"C\";}i:408;a:2:{s:9:\"file_path\";s:35:\"var/langs/ar/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:409;a:2:{s:9:\"file_path\";s:35:\"var/langs/cs/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:410;a:2:{s:9:\"file_path\";s:35:\"var/langs/el/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:411;a:2:{s:9:\"file_path\";s:35:\"var/langs/en/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:412;a:2:{s:9:\"file_path\";s:35:\"var/langs/es/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:413;a:2:{s:9:\"file_path\";s:35:\"var/langs/he/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:414;a:2:{s:9:\"file_path\";s:35:\"var/langs/hu/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:415;a:2:{s:9:\"file_path\";s:35:\"var/langs/id/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:416;a:2:{s:9:\"file_path\";s:35:\"var/langs/it/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:417;a:2:{s:9:\"file_path\";s:35:\"var/langs/ja/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:418;a:2:{s:9:\"file_path\";s:35:\"var/langs/nl/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:419;a:2:{s:9:\"file_path\";s:35:\"var/langs/no/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:420;a:2:{s:9:\"file_path\";s:35:\"var/langs/pl/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:421;a:2:{s:9:\"file_path\";s:35:\"var/langs/pt/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:422;a:2:{s:9:\"file_path\";s:35:\"var/langs/ro/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:423;a:2:{s:9:\"file_path\";s:35:\"var/langs/ru/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:424;a:2:{s:9:\"file_path\";s:35:\"var/langs/tr/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:425;a:2:{s:9:\"file_path\";s:35:\"var/langs/uk/addons/buy_together.po\";s:6:\"status\";s:1:\"C\";}i:426;a:2:{s:9:\"file_path\";s:36:\"var/langs/ar/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:427;a:2:{s:9:\"file_path\";s:36:\"var/langs/cs/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:428;a:2:{s:9:\"file_path\";s:36:\"var/langs/el/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:429;a:2:{s:9:\"file_path\";s:36:\"var/langs/en/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:430;a:2:{s:9:\"file_path\";s:36:\"var/langs/es/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:431;a:2:{s:9:\"file_path\";s:36:\"var/langs/he/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:432;a:2:{s:9:\"file_path\";s:36:\"var/langs/hu/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:433;a:2:{s:9:\"file_path\";s:36:\"var/langs/id/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:434;a:2:{s:9:\"file_path\";s:36:\"var/langs/it/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:435;a:2:{s:9:\"file_path\";s:36:\"var/langs/ja/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:436;a:2:{s:9:\"file_path\";s:36:\"var/langs/nl/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:437;a:2:{s:9:\"file_path\";s:36:\"var/langs/no/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:438;a:2:{s:9:\"file_path\";s:36:\"var/langs/pl/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:439;a:2:{s:9:\"file_path\";s:36:\"var/langs/pt/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:440;a:2:{s:9:\"file_path\";s:36:\"var/langs/ro/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:441;a:2:{s:9:\"file_path\";s:36:\"var/langs/ru/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:442;a:2:{s:9:\"file_path\";s:36:\"var/langs/tr/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:443;a:2:{s:9:\"file_path\";s:36:\"var/langs/uk/addons/call_requests.po\";s:6:\"status\";s:1:\"C\";}i:444;a:2:{s:9:\"file_path\";s:35:\"var/langs/ar/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:445;a:2:{s:9:\"file_path\";s:35:\"var/langs/cs/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:446;a:2:{s:9:\"file_path\";s:35:\"var/langs/el/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:447;a:2:{s:9:\"file_path\";s:35:\"var/langs/en/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:448;a:2:{s:9:\"file_path\";s:35:\"var/langs/es/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:449;a:2:{s:9:\"file_path\";s:35:\"var/langs/he/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:450;a:2:{s:9:\"file_path\";s:35:\"var/langs/hu/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:451;a:2:{s:9:\"file_path\";s:35:\"var/langs/id/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:452;a:2:{s:9:\"file_path\";s:35:\"var/langs/it/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:453;a:2:{s:9:\"file_path\";s:35:\"var/langs/ja/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:454;a:2:{s:9:\"file_path\";s:35:\"var/langs/nl/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:455;a:2:{s:9:\"file_path\";s:35:\"var/langs/no/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:456;a:2:{s:9:\"file_path\";s:35:\"var/langs/pl/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:457;a:2:{s:9:\"file_path\";s:35:\"var/langs/pt/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:458;a:2:{s:9:\"file_path\";s:35:\"var/langs/ro/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:459;a:2:{s:9:\"file_path\";s:35:\"var/langs/ru/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:460;a:2:{s:9:\"file_path\";s:35:\"var/langs/tr/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:461;a:2:{s:9:\"file_path\";s:35:\"var/langs/uk/addons/catalog_mode.po\";s:6:\"status\";s:1:\"C\";}i:462;a:2:{s:9:\"file_path\";s:44:\"var/langs/ar/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:463;a:2:{s:9:\"file_path\";s:44:\"var/langs/cs/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:464;a:2:{s:9:\"file_path\";s:44:\"var/langs/el/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:465;a:2:{s:9:\"file_path\";s:44:\"var/langs/en/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:466;a:2:{s:9:\"file_path\";s:44:\"var/langs/es/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:467;a:2:{s:9:\"file_path\";s:44:\"var/langs/he/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:468;a:2:{s:9:\"file_path\";s:44:\"var/langs/hu/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:469;a:2:{s:9:\"file_path\";s:44:\"var/langs/id/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:470;a:2:{s:9:\"file_path\";s:44:\"var/langs/it/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:471;a:2:{s:9:\"file_path\";s:44:\"var/langs/ja/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:472;a:2:{s:9:\"file_path\";s:44:\"var/langs/nl/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:473;a:2:{s:9:\"file_path\";s:44:\"var/langs/no/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:474;a:2:{s:9:\"file_path\";s:44:\"var/langs/pl/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:475;a:2:{s:9:\"file_path\";s:44:\"var/langs/pt/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:476;a:2:{s:9:\"file_path\";s:44:\"var/langs/ro/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:477;a:2:{s:9:\"file_path\";s:44:\"var/langs/ru/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:478;a:2:{s:9:\"file_path\";s:44:\"var/langs/tr/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:479;a:2:{s:9:\"file_path\";s:44:\"var/langs/uk/addons/customers_also_bought.po\";s:6:\"status\";s:1:\"C\";}i:480;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:481;a:2:{s:9:\"file_path\";s:33:\"var/langs/cs/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:482;a:2:{s:9:\"file_path\";s:33:\"var/langs/el/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:483;a:2:{s:9:\"file_path\";s:33:\"var/langs/en/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:484;a:2:{s:9:\"file_path\";s:33:\"var/langs/es/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:485;a:2:{s:9:\"file_path\";s:33:\"var/langs/he/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:486;a:2:{s:9:\"file_path\";s:33:\"var/langs/hu/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:487;a:2:{s:9:\"file_path\";s:33:\"var/langs/id/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:488;a:2:{s:9:\"file_path\";s:33:\"var/langs/it/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:489;a:2:{s:9:\"file_path\";s:33:\"var/langs/ja/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:490;a:2:{s:9:\"file_path\";s:33:\"var/langs/nl/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:491;a:2:{s:9:\"file_path\";s:33:\"var/langs/no/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:492;a:2:{s:9:\"file_path\";s:33:\"var/langs/pl/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:493;a:2:{s:9:\"file_path\";s:33:\"var/langs/pt/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:494;a:2:{s:9:\"file_path\";s:33:\"var/langs/ro/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:495;a:2:{s:9:\"file_path\";s:33:\"var/langs/ru/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:496;a:2:{s:9:\"file_path\";s:33:\"var/langs/tr/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:497;a:2:{s:9:\"file_path\";s:33:\"var/langs/uk/addons/data_feeds.po\";s:6:\"status\";s:1:\"C\";}i:498;a:2:{s:9:\"file_path\";s:38:\"var/langs/ar/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:499;a:2:{s:9:\"file_path\";s:38:\"var/langs/cs/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:500;a:2:{s:9:\"file_path\";s:38:\"var/langs/el/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:501;a:2:{s:9:\"file_path\";s:38:\"var/langs/en/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:502;a:2:{s:9:\"file_path\";s:38:\"var/langs/es/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:503;a:2:{s:9:\"file_path\";s:38:\"var/langs/he/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:504;a:2:{s:9:\"file_path\";s:38:\"var/langs/hu/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:505;a:2:{s:9:\"file_path\";s:38:\"var/langs/id/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:506;a:2:{s:9:\"file_path\";s:38:\"var/langs/it/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:507;a:2:{s:9:\"file_path\";s:38:\"var/langs/ja/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:508;a:2:{s:9:\"file_path\";s:38:\"var/langs/nl/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:509;a:2:{s:9:\"file_path\";s:38:\"var/langs/no/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:510;a:2:{s:9:\"file_path\";s:38:\"var/langs/pl/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:511;a:2:{s:9:\"file_path\";s:38:\"var/langs/pt/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:512;a:2:{s:9:\"file_path\";s:38:\"var/langs/ro/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:513;a:2:{s:9:\"file_path\";s:38:\"var/langs/ru/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:514;a:2:{s:9:\"file_path\";s:38:\"var/langs/tr/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:515;a:2:{s:9:\"file_path\";s:38:\"var/langs/uk/addons/direct_payments.po\";s:6:\"status\";s:1:\"C\";}i:516;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:517;a:2:{s:9:\"file_path\";s:33:\"var/langs/cs/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:518;a:2:{s:9:\"file_path\";s:33:\"var/langs/el/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:519;a:2:{s:9:\"file_path\";s:33:\"var/langs/en/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:520;a:2:{s:9:\"file_path\";s:33:\"var/langs/es/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:521;a:2:{s:9:\"file_path\";s:33:\"var/langs/he/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:522;a:2:{s:9:\"file_path\";s:33:\"var/langs/hu/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:523;a:2:{s:9:\"file_path\";s:33:\"var/langs/id/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:524;a:2:{s:9:\"file_path\";s:33:\"var/langs/it/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:525;a:2:{s:9:\"file_path\";s:33:\"var/langs/ja/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:526;a:2:{s:9:\"file_path\";s:33:\"var/langs/nl/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:527;a:2:{s:9:\"file_path\";s:33:\"var/langs/no/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:528;a:2:{s:9:\"file_path\";s:33:\"var/langs/pl/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:529;a:2:{s:9:\"file_path\";s:33:\"var/langs/pt/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:530;a:2:{s:9:\"file_path\";s:33:\"var/langs/ro/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:531;a:2:{s:9:\"file_path\";s:33:\"var/langs/ru/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:532;a:2:{s:9:\"file_path\";s:33:\"var/langs/tr/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:533;a:2:{s:9:\"file_path\";s:33:\"var/langs/uk/addons/discussion.po\";s:6:\"status\";s:1:\"C\";}i:534;a:2:{s:9:\"file_path\";s:29:\"var/langs/ar/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:535;a:2:{s:9:\"file_path\";s:29:\"var/langs/cs/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:536;a:2:{s:9:\"file_path\";s:29:\"var/langs/el/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:537;a:2:{s:9:\"file_path\";s:29:\"var/langs/en/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:538;a:2:{s:9:\"file_path\";s:29:\"var/langs/es/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:539;a:2:{s:9:\"file_path\";s:29:\"var/langs/he/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:540;a:2:{s:9:\"file_path\";s:29:\"var/langs/hu/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:541;a:2:{s:9:\"file_path\";s:29:\"var/langs/id/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:542;a:2:{s:9:\"file_path\";s:29:\"var/langs/it/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:543;a:2:{s:9:\"file_path\";s:29:\"var/langs/ja/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:544;a:2:{s:9:\"file_path\";s:29:\"var/langs/nl/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:545;a:2:{s:9:\"file_path\";s:29:\"var/langs/no/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:546;a:2:{s:9:\"file_path\";s:29:\"var/langs/pl/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:547;a:2:{s:9:\"file_path\";s:29:\"var/langs/pt/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:548;a:2:{s:9:\"file_path\";s:29:\"var/langs/ro/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:549;a:2:{s:9:\"file_path\";s:29:\"var/langs/ru/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:550;a:2:{s:9:\"file_path\";s:29:\"var/langs/tr/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:551;a:2:{s:9:\"file_path\";s:29:\"var/langs/uk/addons/divido.po\";s:6:\"status\";s:1:\"C\";}i:552;a:2:{s:9:\"file_path\";s:27:\"var/langs/ar/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:553;a:2:{s:9:\"file_path\";s:27:\"var/langs/cs/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:554;a:2:{s:9:\"file_path\";s:27:\"var/langs/el/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:555;a:2:{s:9:\"file_path\";s:27:\"var/langs/en/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:556;a:2:{s:9:\"file_path\";s:27:\"var/langs/es/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:557;a:2:{s:9:\"file_path\";s:27:\"var/langs/he/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:558;a:2:{s:9:\"file_path\";s:27:\"var/langs/hu/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:559;a:2:{s:9:\"file_path\";s:27:\"var/langs/id/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:560;a:2:{s:9:\"file_path\";s:27:\"var/langs/it/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:561;a:2:{s:9:\"file_path\";s:27:\"var/langs/ja/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:562;a:2:{s:9:\"file_path\";s:27:\"var/langs/nl/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:563;a:2:{s:9:\"file_path\";s:27:\"var/langs/no/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:564;a:2:{s:9:\"file_path\";s:27:\"var/langs/pl/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:565;a:2:{s:9:\"file_path\";s:27:\"var/langs/pt/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:566;a:2:{s:9:\"file_path\";s:27:\"var/langs/ro/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:567;a:2:{s:9:\"file_path\";s:27:\"var/langs/ru/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:568;a:2:{s:9:\"file_path\";s:27:\"var/langs/tr/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:569;a:2:{s:9:\"file_path\";s:27:\"var/langs/uk/addons/ebay.po\";s:6:\"status\";s:1:\"C\";}i:570;a:2:{s:9:\"file_path\";s:37:\"var/langs/ar/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:571;a:2:{s:9:\"file_path\";s:37:\"var/langs/cs/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:572;a:2:{s:9:\"file_path\";s:37:\"var/langs/el/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:573;a:2:{s:9:\"file_path\";s:37:\"var/langs/en/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:574;a:2:{s:9:\"file_path\";s:37:\"var/langs/es/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:575;a:2:{s:9:\"file_path\";s:37:\"var/langs/he/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:576;a:2:{s:9:\"file_path\";s:37:\"var/langs/hu/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:577;a:2:{s:9:\"file_path\";s:37:\"var/langs/id/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:578;a:2:{s:9:\"file_path\";s:37:\"var/langs/it/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:579;a:2:{s:9:\"file_path\";s:37:\"var/langs/ja/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:580;a:2:{s:9:\"file_path\";s:37:\"var/langs/nl/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:581;a:2:{s:9:\"file_path\";s:37:\"var/langs/no/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:582;a:2:{s:9:\"file_path\";s:37:\"var/langs/pl/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:583;a:2:{s:9:\"file_path\";s:37:\"var/langs/pt/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:584;a:2:{s:9:\"file_path\";s:37:\"var/langs/ro/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:585;a:2:{s:9:\"file_path\";s:37:\"var/langs/ru/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:586;a:2:{s:9:\"file_path\";s:37:\"var/langs/tr/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:587;a:2:{s:9:\"file_path\";s:37:\"var/langs/uk/addons/facebook_pixel.po\";s:6:\"status\";s:1:\"C\";}i:588;a:2:{s:9:\"file_path\";s:35:\"var/langs/ar/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:589;a:2:{s:9:\"file_path\";s:35:\"var/langs/cs/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:590;a:2:{s:9:\"file_path\";s:35:\"var/langs/el/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:591;a:2:{s:9:\"file_path\";s:35:\"var/langs/en/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:592;a:2:{s:9:\"file_path\";s:35:\"var/langs/es/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:593;a:2:{s:9:\"file_path\";s:35:\"var/langs/he/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:594;a:2:{s:9:\"file_path\";s:35:\"var/langs/hu/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:595;a:2:{s:9:\"file_path\";s:35:\"var/langs/id/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:596;a:2:{s:9:\"file_path\";s:35:\"var/langs/it/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:597;a:2:{s:9:\"file_path\";s:35:\"var/langs/ja/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:598;a:2:{s:9:\"file_path\";s:35:\"var/langs/nl/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:599;a:2:{s:9:\"file_path\";s:35:\"var/langs/no/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:600;a:2:{s:9:\"file_path\";s:35:\"var/langs/pl/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:601;a:2:{s:9:\"file_path\";s:35:\"var/langs/pt/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:602;a:2:{s:9:\"file_path\";s:35:\"var/langs/ro/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:603;a:2:{s:9:\"file_path\";s:35:\"var/langs/ru/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:604;a:2:{s:9:\"file_path\";s:35:\"var/langs/tr/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:605;a:2:{s:9:\"file_path\";s:35:\"var/langs/uk/addons/form_builder.po\";s:6:\"status\";s:1:\"C\";}i:606;a:2:{s:9:\"file_path\";s:27:\"var/langs/ar/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:607;a:2:{s:9:\"file_path\";s:27:\"var/langs/cs/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:608;a:2:{s:9:\"file_path\";s:27:\"var/langs/el/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:609;a:2:{s:9:\"file_path\";s:27:\"var/langs/en/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:610;a:2:{s:9:\"file_path\";s:27:\"var/langs/es/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:611;a:2:{s:9:\"file_path\";s:27:\"var/langs/he/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:612;a:2:{s:9:\"file_path\";s:27:\"var/langs/hu/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:613;a:2:{s:9:\"file_path\";s:27:\"var/langs/id/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:614;a:2:{s:9:\"file_path\";s:27:\"var/langs/it/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:615;a:2:{s:9:\"file_path\";s:27:\"var/langs/ja/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:616;a:2:{s:9:\"file_path\";s:27:\"var/langs/nl/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:617;a:2:{s:9:\"file_path\";s:27:\"var/langs/no/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:618;a:2:{s:9:\"file_path\";s:27:\"var/langs/pl/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:619;a:2:{s:9:\"file_path\";s:27:\"var/langs/pt/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:620;a:2:{s:9:\"file_path\";s:27:\"var/langs/ro/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:621;a:2:{s:9:\"file_path\";s:27:\"var/langs/ru/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:622;a:2:{s:9:\"file_path\";s:27:\"var/langs/tr/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:623;a:2:{s:9:\"file_path\";s:27:\"var/langs/uk/addons/gdpr.po\";s:6:\"status\";s:1:\"C\";}i:624;a:2:{s:9:\"file_path\";s:40:\"var/langs/ar/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:625;a:2:{s:9:\"file_path\";s:40:\"var/langs/cs/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:626;a:2:{s:9:\"file_path\";s:40:\"var/langs/el/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:627;a:2:{s:9:\"file_path\";s:40:\"var/langs/en/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:628;a:2:{s:9:\"file_path\";s:40:\"var/langs/es/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:629;a:2:{s:9:\"file_path\";s:40:\"var/langs/he/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:630;a:2:{s:9:\"file_path\";s:40:\"var/langs/hu/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:631;a:2:{s:9:\"file_path\";s:40:\"var/langs/id/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:632;a:2:{s:9:\"file_path\";s:40:\"var/langs/it/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:633;a:2:{s:9:\"file_path\";s:40:\"var/langs/ja/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:634;a:2:{s:9:\"file_path\";s:40:\"var/langs/nl/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:635;a:2:{s:9:\"file_path\";s:40:\"var/langs/no/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:636;a:2:{s:9:\"file_path\";s:40:\"var/langs/pl/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:637;a:2:{s:9:\"file_path\";s:40:\"var/langs/pt/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:638;a:2:{s:9:\"file_path\";s:40:\"var/langs/ro/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:639;a:2:{s:9:\"file_path\";s:40:\"var/langs/ru/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:640;a:2:{s:9:\"file_path\";s:40:\"var/langs/tr/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:641;a:2:{s:9:\"file_path\";s:40:\"var/langs/uk/addons/gift_certificates.po\";s:6:\"status\";s:1:\"C\";}i:642;a:2:{s:9:\"file_path\";s:39:\"var/langs/ar/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:643;a:2:{s:9:\"file_path\";s:39:\"var/langs/cs/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:644;a:2:{s:9:\"file_path\";s:39:\"var/langs/el/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:645;a:2:{s:9:\"file_path\";s:39:\"var/langs/en/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:646;a:2:{s:9:\"file_path\";s:39:\"var/langs/es/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:647;a:2:{s:9:\"file_path\";s:39:\"var/langs/he/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:648;a:2:{s:9:\"file_path\";s:39:\"var/langs/hu/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:649;a:2:{s:9:\"file_path\";s:39:\"var/langs/id/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:650;a:2:{s:9:\"file_path\";s:39:\"var/langs/it/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:651;a:2:{s:9:\"file_path\";s:39:\"var/langs/ja/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:652;a:2:{s:9:\"file_path\";s:39:\"var/langs/nl/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:653;a:2:{s:9:\"file_path\";s:39:\"var/langs/no/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:654;a:2:{s:9:\"file_path\";s:39:\"var/langs/pl/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:655;a:2:{s:9:\"file_path\";s:39:\"var/langs/pt/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:656;a:2:{s:9:\"file_path\";s:39:\"var/langs/ro/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:657;a:2:{s:9:\"file_path\";s:39:\"var/langs/ru/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:658;a:2:{s:9:\"file_path\";s:39:\"var/langs/tr/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:659;a:2:{s:9:\"file_path\";s:39:\"var/langs/uk/addons/google_analytics.po\";s:6:\"status\";s:1:\"C\";}i:660;a:2:{s:9:\"file_path\";s:36:\"var/langs/ar/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:661;a:2:{s:9:\"file_path\";s:36:\"var/langs/cs/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:662;a:2:{s:9:\"file_path\";s:36:\"var/langs/el/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:663;a:2:{s:9:\"file_path\";s:36:\"var/langs/en/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:664;a:2:{s:9:\"file_path\";s:36:\"var/langs/es/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:665;a:2:{s:9:\"file_path\";s:36:\"var/langs/he/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:666;a:2:{s:9:\"file_path\";s:36:\"var/langs/hu/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:667;a:2:{s:9:\"file_path\";s:36:\"var/langs/id/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:668;a:2:{s:9:\"file_path\";s:36:\"var/langs/it/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:669;a:2:{s:9:\"file_path\";s:36:\"var/langs/ja/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:670;a:2:{s:9:\"file_path\";s:36:\"var/langs/nl/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:671;a:2:{s:9:\"file_path\";s:36:\"var/langs/no/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:672;a:2:{s:9:\"file_path\";s:36:\"var/langs/pl/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:673;a:2:{s:9:\"file_path\";s:36:\"var/langs/pt/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:674;a:2:{s:9:\"file_path\";s:36:\"var/langs/ro/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:675;a:2:{s:9:\"file_path\";s:36:\"var/langs/ru/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:676;a:2:{s:9:\"file_path\";s:36:\"var/langs/tr/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:677;a:2:{s:9:\"file_path\";s:36:\"var/langs/uk/addons/google_export.po\";s:6:\"status\";s:1:\"C\";}i:678;a:2:{s:9:\"file_path\";s:37:\"var/langs/ar/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:679;a:2:{s:9:\"file_path\";s:37:\"var/langs/cs/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:680;a:2:{s:9:\"file_path\";s:37:\"var/langs/el/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:681;a:2:{s:9:\"file_path\";s:37:\"var/langs/en/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:682;a:2:{s:9:\"file_path\";s:37:\"var/langs/es/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:683;a:2:{s:9:\"file_path\";s:37:\"var/langs/he/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:684;a:2:{s:9:\"file_path\";s:37:\"var/langs/hu/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:685;a:2:{s:9:\"file_path\";s:37:\"var/langs/id/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:686;a:2:{s:9:\"file_path\";s:37:\"var/langs/it/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:687;a:2:{s:9:\"file_path\";s:37:\"var/langs/ja/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:688;a:2:{s:9:\"file_path\";s:37:\"var/langs/nl/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:689;a:2:{s:9:\"file_path\";s:37:\"var/langs/no/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:690;a:2:{s:9:\"file_path\";s:37:\"var/langs/pl/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:691;a:2:{s:9:\"file_path\";s:37:\"var/langs/pt/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:692;a:2:{s:9:\"file_path\";s:37:\"var/langs/ro/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:693;a:2:{s:9:\"file_path\";s:37:\"var/langs/ru/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:694;a:2:{s:9:\"file_path\";s:37:\"var/langs/tr/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:695;a:2:{s:9:\"file_path\";s:37:\"var/langs/uk/addons/google_sitemap.po\";s:6:\"status\";s:1:\"C\";}i:696;a:2:{s:9:\"file_path\";s:34:\"var/langs/ar/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:697;a:2:{s:9:\"file_path\";s:34:\"var/langs/cs/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:698;a:2:{s:9:\"file_path\";s:34:\"var/langs/el/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:699;a:2:{s:9:\"file_path\";s:34:\"var/langs/en/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:700;a:2:{s:9:\"file_path\";s:34:\"var/langs/es/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:701;a:2:{s:9:\"file_path\";s:34:\"var/langs/he/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:702;a:2:{s:9:\"file_path\";s:34:\"var/langs/hu/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:703;a:2:{s:9:\"file_path\";s:34:\"var/langs/id/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:704;a:2:{s:9:\"file_path\";s:34:\"var/langs/it/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:705;a:2:{s:9:\"file_path\";s:34:\"var/langs/ja/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:706;a:2:{s:9:\"file_path\";s:34:\"var/langs/nl/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:707;a:2:{s:9:\"file_path\";s:34:\"var/langs/no/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:708;a:2:{s:9:\"file_path\";s:34:\"var/langs/pl/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:709;a:2:{s:9:\"file_path\";s:34:\"var/langs/pt/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:710;a:2:{s:9:\"file_path\";s:34:\"var/langs/ro/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:711;a:2:{s:9:\"file_path\";s:34:\"var/langs/ru/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:712;a:2:{s:9:\"file_path\";s:34:\"var/langs/tr/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:713;a:2:{s:9:\"file_path\";s:34:\"var/langs/uk/addons/graphql_api.po\";s:6:\"status\";s:1:\"C\";}i:714;a:2:{s:9:\"file_path\";s:34:\"var/langs/ar/addons/help_center.po\";s:6:\"status\";s:1:\"C\";}i:715;a:2:{s:9:\"file_path\";s:34:\"var/langs/cs/addons/help_center.po\";s:6:\"status\";s:1:\"C\";}i:716;a:2:{s:9:\"file_path\";s:34:\"var/langs/el/addons/help_center.po\";s:6:\"status\";s:1:\"C\";}i:717;a:2:{s:9:\"file_path\";s:34:\"var/langs/en/addons/help_center.po\";s:6:\"status\";s:1:\"C\";}i:718;a:2:{s:9:\"file_path\";s:34:\"var/langs/es/addons/help_center.po\";s:6:\"status\";s:1:\"C\";}i:719;a:2:{s:9:\"file_path\";s:34:\"var/langs/he/addons/help_center.po\";s:6:\"status\";s:1:\"C\";}i:720;a:2:{s:9:\"file_path\";s:34:\"var/langs/hu/addons/help_center.po\";s:6:\"status\";s:1:\"C\";}i:721;a:2:{s:9:\"file_path\";s:34:\"var/langs/id/addons/help_center.po\";s:6:\"status\";s:1:\"C\";}i:722;a:2:{s:9:\"file_path\";s:34:\"var/langs/it/addons/help_center.po\";s:6:\"status\";s:1:\"C\";}i:723;a:2:{s:9:\"file_path\";s:34:\"var/langs/ja/addons/help_center.po\";s:6:\"status\";s:1:\"C\";}i:724;a:2:{s:9:\"file_path\";s:34:\"var/langs/nl/addons/help_center.po\";s:6:\"status\";s:1:\"C\";}i:725;a:2:{s:9:\"file_path\";s:34:\"var/langs/no/addons/help_center.po\";s:6:\"status\";s:1:\"C\";}i:726;a:2:{s:9:\"file_path\";s:34:\"var/langs/pl/addons/help_center.po\";s:6:\"status\";s:1:\"C\";}i:727;a:2:{s:9:\"file_path\";s:34:\"var/langs/pt/addons/help_center.po\";s:6:\"status\";s:1:\"C\";}i:728;a:2:{s:9:\"file_path\";s:34:\"var/langs/ro/addons/help_center.po\";s:6:\"status\";s:1:\"C\";}i:729;a:2:{s:9:\"file_path\";s:34:\"var/langs/ru/addons/help_center.po\";s:6:\"status\";s:1:\"C\";}i:730;a:2:{s:9:\"file_path\";s:34:\"var/langs/tr/addons/help_center.po\";s:6:\"status\";s:1:\"C\";}i:731;a:2:{s:9:\"file_path\";s:34:\"var/langs/uk/addons/help_center.po\";s:6:\"status\";s:1:\"C\";}i:732;a:2:{s:9:\"file_path\";s:28:\"var/langs/ar/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:733;a:2:{s:9:\"file_path\";s:28:\"var/langs/cs/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:734;a:2:{s:9:\"file_path\";s:28:\"var/langs/el/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:735;a:2:{s:9:\"file_path\";s:28:\"var/langs/en/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:736;a:2:{s:9:\"file_path\";s:28:\"var/langs/es/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:737;a:2:{s:9:\"file_path\";s:28:\"var/langs/he/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:738;a:2:{s:9:\"file_path\";s:28:\"var/langs/hu/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:739;a:2:{s:9:\"file_path\";s:28:\"var/langs/id/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:740;a:2:{s:9:\"file_path\";s:28:\"var/langs/it/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:741;a:2:{s:9:\"file_path\";s:28:\"var/langs/ja/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:742;a:2:{s:9:\"file_path\";s:28:\"var/langs/nl/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:743;a:2:{s:9:\"file_path\";s:28:\"var/langs/no/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:744;a:2:{s:9:\"file_path\";s:28:\"var/langs/pl/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:745;a:2:{s:9:\"file_path\";s:28:\"var/langs/pt/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:746;a:2:{s:9:\"file_path\";s:28:\"var/langs/ro/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:747;a:2:{s:9:\"file_path\";s:28:\"var/langs/ru/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:748;a:2:{s:9:\"file_path\";s:28:\"var/langs/tr/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:749;a:2:{s:9:\"file_path\";s:28:\"var/langs/uk/addons/hidpi.po\";s:6:\"status\";s:1:\"C\";}i:750;a:2:{s:9:\"file_path\";s:34:\"var/langs/ar/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:751;a:2:{s:9:\"file_path\";s:34:\"var/langs/cs/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:752;a:2:{s:9:\"file_path\";s:34:\"var/langs/el/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:753;a:2:{s:9:\"file_path\";s:34:\"var/langs/en/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:754;a:2:{s:9:\"file_path\";s:34:\"var/langs/es/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:755;a:2:{s:9:\"file_path\";s:34:\"var/langs/he/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:756;a:2:{s:9:\"file_path\";s:34:\"var/langs/hu/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:757;a:2:{s:9:\"file_path\";s:34:\"var/langs/id/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:758;a:2:{s:9:\"file_path\";s:34:\"var/langs/it/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:759;a:2:{s:9:\"file_path\";s:34:\"var/langs/ja/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:760;a:2:{s:9:\"file_path\";s:34:\"var/langs/nl/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:761;a:2:{s:9:\"file_path\";s:34:\"var/langs/no/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:762;a:2:{s:9:\"file_path\";s:34:\"var/langs/pl/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:763;a:2:{s:9:\"file_path\";s:34:\"var/langs/pt/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:764;a:2:{s:9:\"file_path\";s:34:\"var/langs/ro/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:765;a:2:{s:9:\"file_path\";s:34:\"var/langs/ru/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:766;a:2:{s:9:\"file_path\";s:34:\"var/langs/tr/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:767;a:2:{s:9:\"file_path\";s:34:\"var/langs/uk/addons/hybrid_auth.po\";s:6:\"status\";s:1:\"C\";}i:768;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:769;a:2:{s:9:\"file_path\";s:33:\"var/langs/cs/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:770;a:2:{s:9:\"file_path\";s:33:\"var/langs/el/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:771;a:2:{s:9:\"file_path\";s:33:\"var/langs/en/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:772;a:2:{s:9:\"file_path\";s:33:\"var/langs/es/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:773;a:2:{s:9:\"file_path\";s:33:\"var/langs/he/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:774;a:2:{s:9:\"file_path\";s:33:\"var/langs/hu/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:775;a:2:{s:9:\"file_path\";s:33:\"var/langs/id/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:776;a:2:{s:9:\"file_path\";s:33:\"var/langs/it/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:777;a:2:{s:9:\"file_path\";s:33:\"var/langs/ja/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:778;a:2:{s:9:\"file_path\";s:33:\"var/langs/nl/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:779;a:2:{s:9:\"file_path\";s:33:\"var/langs/no/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:780;a:2:{s:9:\"file_path\";s:33:\"var/langs/pl/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:781;a:2:{s:9:\"file_path\";s:33:\"var/langs/pt/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:782;a:2:{s:9:\"file_path\";s:33:\"var/langs/ro/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:783;a:2:{s:9:\"file_path\";s:33:\"var/langs/ru/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:784;a:2:{s:9:\"file_path\";s:33:\"var/langs/tr/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:785;a:2:{s:9:\"file_path\";s:33:\"var/langs/uk/addons/image_zoom.po\";s:6:\"status\";s:1:\"C\";}i:786;a:2:{s:9:\"file_path\";s:30:\"var/langs/ar/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:787;a:2:{s:9:\"file_path\";s:30:\"var/langs/cs/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:788;a:2:{s:9:\"file_path\";s:30:\"var/langs/el/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:789;a:2:{s:9:\"file_path\";s:30:\"var/langs/en/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:790;a:2:{s:9:\"file_path\";s:30:\"var/langs/es/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:791;a:2:{s:9:\"file_path\";s:30:\"var/langs/he/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:792;a:2:{s:9:\"file_path\";s:30:\"var/langs/hu/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:793;a:2:{s:9:\"file_path\";s:30:\"var/langs/id/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:794;a:2:{s:9:\"file_path\";s:30:\"var/langs/it/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:795;a:2:{s:9:\"file_path\";s:30:\"var/langs/ja/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:796;a:2:{s:9:\"file_path\";s:30:\"var/langs/nl/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:797;a:2:{s:9:\"file_path\";s:30:\"var/langs/no/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:798;a:2:{s:9:\"file_path\";s:30:\"var/langs/pl/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:799;a:2:{s:9:\"file_path\";s:30:\"var/langs/pt/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:800;a:2:{s:9:\"file_path\";s:30:\"var/langs/ro/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:801;a:2:{s:9:\"file_path\";s:30:\"var/langs/ru/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:802;a:2:{s:9:\"file_path\";s:30:\"var/langs/tr/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:803;a:2:{s:9:\"file_path\";s:30:\"var/langs/uk/addons/janrain.po\";s:6:\"status\";s:1:\"C\";}i:804;a:2:{s:9:\"file_path\";s:31:\"var/langs/ar/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:805;a:2:{s:9:\"file_path\";s:31:\"var/langs/cs/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:806;a:2:{s:9:\"file_path\";s:31:\"var/langs/el/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:807;a:2:{s:9:\"file_path\";s:31:\"var/langs/en/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:808;a:2:{s:9:\"file_path\";s:31:\"var/langs/es/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:809;a:2:{s:9:\"file_path\";s:31:\"var/langs/he/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:810;a:2:{s:9:\"file_path\";s:31:\"var/langs/hu/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:811;a:2:{s:9:\"file_path\";s:31:\"var/langs/id/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:812;a:2:{s:9:\"file_path\";s:31:\"var/langs/it/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:813;a:2:{s:9:\"file_path\";s:31:\"var/langs/ja/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:814;a:2:{s:9:\"file_path\";s:31:\"var/langs/nl/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:815;a:2:{s:9:\"file_path\";s:31:\"var/langs/no/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:816;a:2:{s:9:\"file_path\";s:31:\"var/langs/pl/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:817;a:2:{s:9:\"file_path\";s:31:\"var/langs/pt/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:818;a:2:{s:9:\"file_path\";s:31:\"var/langs/ro/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:819;a:2:{s:9:\"file_path\";s:31:\"var/langs/ru/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:820;a:2:{s:9:\"file_path\";s:31:\"var/langs/tr/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:821;a:2:{s:9:\"file_path\";s:31:\"var/langs/uk/addons/mve_plus.po\";s:6:\"status\";s:1:\"C\";}i:822;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:823;a:2:{s:9:\"file_path\";s:33:\"var/langs/cs/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:824;a:2:{s:9:\"file_path\";s:33:\"var/langs/el/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:825;a:2:{s:9:\"file_path\";s:33:\"var/langs/en/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:826;a:2:{s:9:\"file_path\";s:33:\"var/langs/es/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:827;a:2:{s:9:\"file_path\";s:33:\"var/langs/he/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:828;a:2:{s:9:\"file_path\";s:33:\"var/langs/hu/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:829;a:2:{s:9:\"file_path\";s:33:\"var/langs/id/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:830;a:2:{s:9:\"file_path\";s:33:\"var/langs/it/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:831;a:2:{s:9:\"file_path\";s:33:\"var/langs/ja/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:832;a:2:{s:9:\"file_path\";s:33:\"var/langs/nl/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:833;a:2:{s:9:\"file_path\";s:33:\"var/langs/no/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:834;a:2:{s:9:\"file_path\";s:33:\"var/langs/pl/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:835;a:2:{s:9:\"file_path\";s:33:\"var/langs/pt/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:836;a:2:{s:9:\"file_path\";s:33:\"var/langs/ro/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:837;a:2:{s:9:\"file_path\";s:33:\"var/langs/ru/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:838;a:2:{s:9:\"file_path\";s:33:\"var/langs/tr/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:839;a:2:{s:9:\"file_path\";s:33:\"var/langs/uk/addons/my_changes.po\";s:6:\"status\";s:1:\"C\";}i:840;a:2:{s:9:\"file_path\";s:27:\"var/langs/ar/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:841;a:2:{s:9:\"file_path\";s:27:\"var/langs/cs/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:842;a:2:{s:9:\"file_path\";s:27:\"var/langs/el/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:843;a:2:{s:9:\"file_path\";s:27:\"var/langs/en/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:844;a:2:{s:9:\"file_path\";s:27:\"var/langs/es/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:845;a:2:{s:9:\"file_path\";s:27:\"var/langs/he/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:846;a:2:{s:9:\"file_path\";s:27:\"var/langs/hu/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:847;a:2:{s:9:\"file_path\";s:27:\"var/langs/id/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:848;a:2:{s:9:\"file_path\";s:27:\"var/langs/it/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:849;a:2:{s:9:\"file_path\";s:27:\"var/langs/ja/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:850;a:2:{s:9:\"file_path\";s:27:\"var/langs/nl/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:851;a:2:{s:9:\"file_path\";s:27:\"var/langs/no/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:852;a:2:{s:9:\"file_path\";s:27:\"var/langs/pl/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:853;a:2:{s:9:\"file_path\";s:27:\"var/langs/pt/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:854;a:2:{s:9:\"file_path\";s:27:\"var/langs/ro/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:855;a:2:{s:9:\"file_path\";s:27:\"var/langs/ru/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:856;a:2:{s:9:\"file_path\";s:27:\"var/langs/tr/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:857;a:2:{s:9:\"file_path\";s:27:\"var/langs/uk/addons/myob.po\";s:6:\"status\";s:1:\"C\";}i:858;a:2:{s:9:\"file_path\";s:34:\"var/langs/ar/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:859;a:2:{s:9:\"file_path\";s:34:\"var/langs/cs/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:860;a:2:{s:9:\"file_path\";s:34:\"var/langs/el/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:861;a:2:{s:9:\"file_path\";s:34:\"var/langs/en/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:862;a:2:{s:9:\"file_path\";s:34:\"var/langs/es/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:863;a:2:{s:9:\"file_path\";s:34:\"var/langs/he/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:864;a:2:{s:9:\"file_path\";s:34:\"var/langs/hu/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:865;a:2:{s:9:\"file_path\";s:34:\"var/langs/id/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:866;a:2:{s:9:\"file_path\";s:34:\"var/langs/it/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:867;a:2:{s:9:\"file_path\";s:34:\"var/langs/ja/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:868;a:2:{s:9:\"file_path\";s:34:\"var/langs/nl/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:869;a:2:{s:9:\"file_path\";s:34:\"var/langs/no/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:870;a:2:{s:9:\"file_path\";s:34:\"var/langs/pl/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:871;a:2:{s:9:\"file_path\";s:34:\"var/langs/pt/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:872;a:2:{s:9:\"file_path\";s:34:\"var/langs/ro/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:873;a:2:{s:9:\"file_path\";s:34:\"var/langs/ru/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:874;a:2:{s:9:\"file_path\";s:34:\"var/langs/tr/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:875;a:2:{s:9:\"file_path\";s:34:\"var/langs/uk/addons/newsletters.po\";s:6:\"status\";s:1:\"C\";}i:876;a:2:{s:9:\"file_path\";s:30:\"var/langs/ar/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:877;a:2:{s:9:\"file_path\";s:30:\"var/langs/cs/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:878;a:2:{s:9:\"file_path\";s:30:\"var/langs/el/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:879;a:2:{s:9:\"file_path\";s:30:\"var/langs/en/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:880;a:2:{s:9:\"file_path\";s:30:\"var/langs/es/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:881;a:2:{s:9:\"file_path\";s:30:\"var/langs/he/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:882;a:2:{s:9:\"file_path\";s:30:\"var/langs/hu/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:883;a:2:{s:9:\"file_path\";s:30:\"var/langs/id/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:884;a:2:{s:9:\"file_path\";s:30:\"var/langs/it/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:885;a:2:{s:9:\"file_path\";s:30:\"var/langs/ja/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:886;a:2:{s:9:\"file_path\";s:30:\"var/langs/nl/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:887;a:2:{s:9:\"file_path\";s:30:\"var/langs/no/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:888;a:2:{s:9:\"file_path\";s:30:\"var/langs/pl/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:889;a:2:{s:9:\"file_path\";s:30:\"var/langs/pt/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:890;a:2:{s:9:\"file_path\";s:30:\"var/langs/ro/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:891;a:2:{s:9:\"file_path\";s:30:\"var/langs/ru/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:892;a:2:{s:9:\"file_path\";s:30:\"var/langs/tr/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:893;a:2:{s:9:\"file_path\";s:30:\"var/langs/uk/addons/onekpay.po\";s:6:\"status\";s:1:\"C\";}i:894;a:2:{s:9:\"file_path\";s:40:\"var/langs/ar/addons/order_fulfillment.po\";s:6:\"status\";s:1:\"C\";}i:895;a:2:{s:9:\"file_path\";s:40:\"var/langs/cs/addons/order_fulfillment.po\";s:6:\"status\";s:1:\"C\";}i:896;a:2:{s:9:\"file_path\";s:40:\"var/langs/el/addons/order_fulfillment.po\";s:6:\"status\";s:1:\"C\";}i:897;a:2:{s:9:\"file_path\";s:40:\"var/langs/en/addons/order_fulfillment.po\";s:6:\"status\";s:1:\"C\";}i:898;a:2:{s:9:\"file_path\";s:40:\"var/langs/es/addons/order_fulfillment.po\";s:6:\"status\";s:1:\"C\";}i:899;a:2:{s:9:\"file_path\";s:40:\"var/langs/he/addons/order_fulfillment.po\";s:6:\"status\";s:1:\"C\";}i:900;a:2:{s:9:\"file_path\";s:40:\"var/langs/hu/addons/order_fulfillment.po\";s:6:\"status\";s:1:\"C\";}i:901;a:2:{s:9:\"file_path\";s:40:\"var/langs/id/addons/order_fulfillment.po\";s:6:\"status\";s:1:\"C\";}i:902;a:2:{s:9:\"file_path\";s:40:\"var/langs/it/addons/order_fulfillment.po\";s:6:\"status\";s:1:\"C\";}i:903;a:2:{s:9:\"file_path\";s:40:\"var/langs/ja/addons/order_fulfillment.po\";s:6:\"status\";s:1:\"C\";}i:904;a:2:{s:9:\"file_path\";s:40:\"var/langs/nl/addons/order_fulfillment.po\";s:6:\"status\";s:1:\"C\";}i:905;a:2:{s:9:\"file_path\";s:40:\"var/langs/no/addons/order_fulfillment.po\";s:6:\"status\";s:1:\"C\";}i:906;a:2:{s:9:\"file_path\";s:40:\"var/langs/pl/addons/order_fulfillment.po\";s:6:\"status\";s:1:\"C\";}i:907;a:2:{s:9:\"file_path\";s:40:\"var/langs/pt/addons/order_fulfillment.po\";s:6:\"status\";s:1:\"C\";}i:908;a:2:{s:9:\"file_path\";s:40:\"var/langs/ro/addons/order_fulfillment.po\";s:6:\"status\";s:1:\"C\";}i:909;a:2:{s:9:\"file_path\";s:40:\"var/langs/ru/addons/order_fulfillment.po\";s:6:\"status\";s:1:\"C\";}i:910;a:2:{s:9:\"file_path\";s:40:\"var/langs/tr/addons/order_fulfillment.po\";s:6:\"status\";s:1:\"C\";}i:911;a:2:{s:9:\"file_path\";s:40:\"var/langs/uk/addons/order_fulfillment.po\";s:6:\"status\";s:1:\"C\";}i:912;a:2:{s:9:\"file_path\";s:29:\"var/langs/ar/addons/pay360.po\";s:6:\"status\";s:1:\"C\";}i:913;a:2:{s:9:\"file_path\";s:29:\"var/langs/cs/addons/pay360.po\";s:6:\"status\";s:1:\"C\";}i:914;a:2:{s:9:\"file_path\";s:29:\"var/langs/el/addons/pay360.po\";s:6:\"status\";s:1:\"C\";}i:915;a:2:{s:9:\"file_path\";s:29:\"var/langs/en/addons/pay360.po\";s:6:\"status\";s:1:\"C\";}i:916;a:2:{s:9:\"file_path\";s:29:\"var/langs/es/addons/pay360.po\";s:6:\"status\";s:1:\"C\";}i:917;a:2:{s:9:\"file_path\";s:29:\"var/langs/he/addons/pay360.po\";s:6:\"status\";s:1:\"C\";}i:918;a:2:{s:9:\"file_path\";s:29:\"var/langs/hu/addons/pay360.po\";s:6:\"status\";s:1:\"C\";}i:919;a:2:{s:9:\"file_path\";s:29:\"var/langs/id/addons/pay360.po\";s:6:\"status\";s:1:\"C\";}i:920;a:2:{s:9:\"file_path\";s:29:\"var/langs/it/addons/pay360.po\";s:6:\"status\";s:1:\"C\";}i:921;a:2:{s:9:\"file_path\";s:29:\"var/langs/ja/addons/pay360.po\";s:6:\"status\";s:1:\"C\";}i:922;a:2:{s:9:\"file_path\";s:29:\"var/langs/nl/addons/pay360.po\";s:6:\"status\";s:1:\"C\";}i:923;a:2:{s:9:\"file_path\";s:29:\"var/langs/no/addons/pay360.po\";s:6:\"status\";s:1:\"C\";}i:924;a:2:{s:9:\"file_path\";s:29:\"var/langs/pl/addons/pay360.po\";s:6:\"status\";s:1:\"C\";}i:925;a:2:{s:9:\"file_path\";s:29:\"var/langs/pt/addons/pay360.po\";s:6:\"status\";s:1:\"C\";}i:926;a:2:{s:9:\"file_path\";s:29:\"var/langs/ro/addons/pay360.po\";s:6:\"status\";s:1:\"C\";}i:927;a:2:{s:9:\"file_path\";s:29:\"var/langs/ru/addons/pay360.po\";s:6:\"status\";s:1:\"C\";}i:928;a:2:{s:9:\"file_path\";s:29:\"var/langs/tr/addons/pay360.po\";s:6:\"status\";s:1:\"C\";}i:929;a:2:{s:9:\"file_path\";s:29:\"var/langs/uk/addons/pay360.po\";s:6:\"status\";s:1:\"C\";}i:930;a:2:{s:9:\"file_path\";s:43:\"var/langs/ar/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:931;a:2:{s:9:\"file_path\";s:43:\"var/langs/cs/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:932;a:2:{s:9:\"file_path\";s:43:\"var/langs/el/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:933;a:2:{s:9:\"file_path\";s:43:\"var/langs/en/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:934;a:2:{s:9:\"file_path\";s:43:\"var/langs/es/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:935;a:2:{s:9:\"file_path\";s:43:\"var/langs/he/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:936;a:2:{s:9:\"file_path\";s:43:\"var/langs/hu/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:937;a:2:{s:9:\"file_path\";s:43:\"var/langs/id/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:938;a:2:{s:9:\"file_path\";s:43:\"var/langs/it/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:939;a:2:{s:9:\"file_path\";s:43:\"var/langs/ja/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:940;a:2:{s:9:\"file_path\";s:43:\"var/langs/nl/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:941;a:2:{s:9:\"file_path\";s:43:\"var/langs/no/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:942;a:2:{s:9:\"file_path\";s:43:\"var/langs/pl/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:943;a:2:{s:9:\"file_path\";s:43:\"var/langs/pt/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:944;a:2:{s:9:\"file_path\";s:43:\"var/langs/ro/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:945;a:2:{s:9:\"file_path\";s:43:\"var/langs/ru/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:946;a:2:{s:9:\"file_path\";s:43:\"var/langs/tr/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:947;a:2:{s:9:\"file_path\";s:43:\"var/langs/uk/addons/payment_dependencies.po\";s:6:\"status\";s:1:\"C\";}i:948;a:2:{s:9:\"file_path\";s:42:\"var/langs/ar/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:949;a:2:{s:9:\"file_path\";s:42:\"var/langs/cs/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:950;a:2:{s:9:\"file_path\";s:42:\"var/langs/el/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:951;a:2:{s:9:\"file_path\";s:42:\"var/langs/en/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:952;a:2:{s:9:\"file_path\";s:42:\"var/langs/es/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:953;a:2:{s:9:\"file_path\";s:42:\"var/langs/he/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:954;a:2:{s:9:\"file_path\";s:42:\"var/langs/hu/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:955;a:2:{s:9:\"file_path\";s:42:\"var/langs/id/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:956;a:2:{s:9:\"file_path\";s:42:\"var/langs/it/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:957;a:2:{s:9:\"file_path\";s:42:\"var/langs/ja/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:958;a:2:{s:9:\"file_path\";s:42:\"var/langs/nl/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:959;a:2:{s:9:\"file_path\";s:42:\"var/langs/no/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:960;a:2:{s:9:\"file_path\";s:42:\"var/langs/pl/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:961;a:2:{s:9:\"file_path\";s:42:\"var/langs/pt/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:962;a:2:{s:9:\"file_path\";s:42:\"var/langs/ro/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:963;a:2:{s:9:\"file_path\";s:42:\"var/langs/ru/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:964;a:2:{s:9:\"file_path\";s:42:\"var/langs/tr/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:965;a:2:{s:9:\"file_path\";s:42:\"var/langs/uk/addons/payments_by_country.po\";s:6:\"status\";s:1:\"C\";}i:966;a:2:{s:9:\"file_path\";s:29:\"var/langs/ar/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:967;a:2:{s:9:\"file_path\";s:29:\"var/langs/cs/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:968;a:2:{s:9:\"file_path\";s:29:\"var/langs/el/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:969;a:2:{s:9:\"file_path\";s:29:\"var/langs/en/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:970;a:2:{s:9:\"file_path\";s:29:\"var/langs/es/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:971;a:2:{s:9:\"file_path\";s:29:\"var/langs/he/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:972;a:2:{s:9:\"file_path\";s:29:\"var/langs/hu/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:973;a:2:{s:9:\"file_path\";s:29:\"var/langs/id/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:974;a:2:{s:9:\"file_path\";s:29:\"var/langs/it/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:975;a:2:{s:9:\"file_path\";s:29:\"var/langs/ja/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:976;a:2:{s:9:\"file_path\";s:29:\"var/langs/nl/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:977;a:2:{s:9:\"file_path\";s:29:\"var/langs/no/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:978;a:2:{s:9:\"file_path\";s:29:\"var/langs/pl/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:979;a:2:{s:9:\"file_path\";s:29:\"var/langs/pt/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:980;a:2:{s:9:\"file_path\";s:29:\"var/langs/ro/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:981;a:2:{s:9:\"file_path\";s:29:\"var/langs/ru/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:982;a:2:{s:9:\"file_path\";s:29:\"var/langs/tr/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:983;a:2:{s:9:\"file_path\";s:29:\"var/langs/uk/addons/paypal.po\";s:6:\"status\";s:1:\"C\";}i:984;a:2:{s:9:\"file_path\";s:38:\"var/langs/ar/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:985;a:2:{s:9:\"file_path\";s:38:\"var/langs/cs/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:986;a:2:{s:9:\"file_path\";s:38:\"var/langs/el/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:987;a:2:{s:9:\"file_path\";s:38:\"var/langs/en/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:988;a:2:{s:9:\"file_path\";s:38:\"var/langs/es/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:989;a:2:{s:9:\"file_path\";s:38:\"var/langs/he/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:990;a:2:{s:9:\"file_path\";s:38:\"var/langs/hu/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:991;a:2:{s:9:\"file_path\";s:38:\"var/langs/id/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:992;a:2:{s:9:\"file_path\";s:38:\"var/langs/it/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:993;a:2:{s:9:\"file_path\";s:38:\"var/langs/ja/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:994;a:2:{s:9:\"file_path\";s:38:\"var/langs/nl/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:995;a:2:{s:9:\"file_path\";s:38:\"var/langs/no/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:996;a:2:{s:9:\"file_path\";s:38:\"var/langs/pl/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:997;a:2:{s:9:\"file_path\";s:38:\"var/langs/pt/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:998;a:2:{s:9:\"file_path\";s:38:\"var/langs/ro/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:999;a:2:{s:9:\"file_path\";s:38:\"var/langs/ru/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:1000;a:2:{s:9:\"file_path\";s:38:\"var/langs/tr/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:1001;a:2:{s:9:\"file_path\";s:38:\"var/langs/uk/addons/paypal_adaptive.po\";s:6:\"status\";s:1:\"C\";}i:1002;a:2:{s:9:\"file_path\";s:47:\"var/langs/ar/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:1003;a:2:{s:9:\"file_path\";s:47:\"var/langs/cs/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:1004;a:2:{s:9:\"file_path\";s:47:\"var/langs/el/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:1005;a:2:{s:9:\"file_path\";s:47:\"var/langs/en/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:1006;a:2:{s:9:\"file_path\";s:47:\"var/langs/es/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:1007;a:2:{s:9:\"file_path\";s:47:\"var/langs/he/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:1008;a:2:{s:9:\"file_path\";s:47:\"var/langs/hu/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:1009;a:2:{s:9:\"file_path\";s:47:\"var/langs/id/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:1010;a:2:{s:9:\"file_path\";s:47:\"var/langs/it/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:1011;a:2:{s:9:\"file_path\";s:47:\"var/langs/ja/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:1012;a:2:{s:9:\"file_path\";s:47:\"var/langs/nl/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:1013;a:2:{s:9:\"file_path\";s:47:\"var/langs/no/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:1014;a:2:{s:9:\"file_path\";s:47:\"var/langs/pl/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:1015;a:2:{s:9:\"file_path\";s:47:\"var/langs/pt/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:1016;a:2:{s:9:\"file_path\";s:47:\"var/langs/ro/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:1017;a:2:{s:9:\"file_path\";s:47:\"var/langs/ru/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:1018;a:2:{s:9:\"file_path\";s:47:\"var/langs/tr/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:1019;a:2:{s:9:\"file_path\";s:47:\"var/langs/uk/addons/paypal_commerce_platform.po\";s:6:\"status\";s:1:\"C\";}i:1020;a:2:{s:9:\"file_path\";s:36:\"var/langs/ar/addons/pdf_documents.po\";s:6:\"status\";s:1:\"C\";}i:1021;a:2:{s:9:\"file_path\";s:36:\"var/langs/cs/addons/pdf_documents.po\";s:6:\"status\";s:1:\"C\";}i:1022;a:2:{s:9:\"file_path\";s:36:\"var/langs/el/addons/pdf_documents.po\";s:6:\"status\";s:1:\"C\";}i:1023;a:2:{s:9:\"file_path\";s:36:\"var/langs/en/addons/pdf_documents.po\";s:6:\"status\";s:1:\"C\";}i:1024;a:2:{s:9:\"file_path\";s:36:\"var/langs/es/addons/pdf_documents.po\";s:6:\"status\";s:1:\"C\";}i:1025;a:2:{s:9:\"file_path\";s:36:\"var/langs/he/addons/pdf_documents.po\";s:6:\"status\";s:1:\"C\";}i:1026;a:2:{s:9:\"file_path\";s:36:\"var/langs/hu/addons/pdf_documents.po\";s:6:\"status\";s:1:\"C\";}i:1027;a:2:{s:9:\"file_path\";s:36:\"var/langs/id/addons/pdf_documents.po\";s:6:\"status\";s:1:\"C\";}i:1028;a:2:{s:9:\"file_path\";s:36:\"var/langs/it/addons/pdf_documents.po\";s:6:\"status\";s:1:\"C\";}i:1029;a:2:{s:9:\"file_path\";s:36:\"var/langs/ja/addons/pdf_documents.po\";s:6:\"status\";s:1:\"C\";}i:1030;a:2:{s:9:\"file_path\";s:36:\"var/langs/nl/addons/pdf_documents.po\";s:6:\"status\";s:1:\"C\";}i:1031;a:2:{s:9:\"file_path\";s:36:\"var/langs/no/addons/pdf_documents.po\";s:6:\"status\";s:1:\"C\";}i:1032;a:2:{s:9:\"file_path\";s:36:\"var/langs/pl/addons/pdf_documents.po\";s:6:\"status\";s:1:\"C\";}i:1033;a:2:{s:9:\"file_path\";s:36:\"var/langs/pt/addons/pdf_documents.po\";s:6:\"status\";s:1:\"C\";}i:1034;a:2:{s:9:\"file_path\";s:36:\"var/langs/ro/addons/pdf_documents.po\";s:6:\"status\";s:1:\"C\";}i:1035;a:2:{s:9:\"file_path\";s:36:\"var/langs/ru/addons/pdf_documents.po\";s:6:\"status\";s:1:\"C\";}i:1036;a:2:{s:9:\"file_path\";s:36:\"var/langs/tr/addons/pdf_documents.po\";s:6:\"status\";s:1:\"C\";}i:1037;a:2:{s:9:\"file_path\";s:36:\"var/langs/uk/addons/pdf_documents.po\";s:6:\"status\";s:1:\"C\";}i:1038;a:2:{s:9:\"file_path\";s:29:\"var/langs/ar/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1039;a:2:{s:9:\"file_path\";s:29:\"var/langs/cs/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1040;a:2:{s:9:\"file_path\";s:29:\"var/langs/el/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1041;a:2:{s:9:\"file_path\";s:29:\"var/langs/en/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1042;a:2:{s:9:\"file_path\";s:29:\"var/langs/es/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1043;a:2:{s:9:\"file_path\";s:29:\"var/langs/he/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1044;a:2:{s:9:\"file_path\";s:29:\"var/langs/hu/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1045;a:2:{s:9:\"file_path\";s:29:\"var/langs/id/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1046;a:2:{s:9:\"file_path\";s:29:\"var/langs/it/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1047;a:2:{s:9:\"file_path\";s:29:\"var/langs/ja/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1048;a:2:{s:9:\"file_path\";s:29:\"var/langs/nl/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1049;a:2:{s:9:\"file_path\";s:29:\"var/langs/no/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1050;a:2:{s:9:\"file_path\";s:29:\"var/langs/pl/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1051;a:2:{s:9:\"file_path\";s:29:\"var/langs/pt/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1052;a:2:{s:9:\"file_path\";s:29:\"var/langs/ro/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1053;a:2:{s:9:\"file_path\";s:29:\"var/langs/ru/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1054;a:2:{s:9:\"file_path\";s:29:\"var/langs/tr/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1055;a:2:{s:9:\"file_path\";s:29:\"var/langs/uk/addons/pingpp.po\";s:6:\"status\";s:1:\"C\";}i:1056;a:2:{s:9:\"file_path\";s:28:\"var/langs/ar/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1057;a:2:{s:9:\"file_path\";s:28:\"var/langs/cs/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1058;a:2:{s:9:\"file_path\";s:28:\"var/langs/el/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1059;a:2:{s:9:\"file_path\";s:28:\"var/langs/en/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1060;a:2:{s:9:\"file_path\";s:28:\"var/langs/es/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1061;a:2:{s:9:\"file_path\";s:28:\"var/langs/he/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1062;a:2:{s:9:\"file_path\";s:28:\"var/langs/hu/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1063;a:2:{s:9:\"file_path\";s:28:\"var/langs/id/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1064;a:2:{s:9:\"file_path\";s:28:\"var/langs/it/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1065;a:2:{s:9:\"file_path\";s:28:\"var/langs/ja/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1066;a:2:{s:9:\"file_path\";s:28:\"var/langs/nl/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1067;a:2:{s:9:\"file_path\";s:28:\"var/langs/no/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1068;a:2:{s:9:\"file_path\";s:28:\"var/langs/pl/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1069;a:2:{s:9:\"file_path\";s:28:\"var/langs/pt/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1070;a:2:{s:9:\"file_path\";s:28:\"var/langs/ro/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1071;a:2:{s:9:\"file_path\";s:28:\"var/langs/ru/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1072;a:2:{s:9:\"file_path\";s:28:\"var/langs/tr/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1073;a:2:{s:9:\"file_path\";s:28:\"var/langs/uk/addons/polls.po\";s:6:\"status\";s:1:\"C\";}i:1074;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1075;a:2:{s:9:\"file_path\";s:33:\"var/langs/cs/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1076;a:2:{s:9:\"file_path\";s:33:\"var/langs/el/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1077;a:2:{s:9:\"file_path\";s:33:\"var/langs/en/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1078;a:2:{s:9:\"file_path\";s:33:\"var/langs/es/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1079;a:2:{s:9:\"file_path\";s:33:\"var/langs/he/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1080;a:2:{s:9:\"file_path\";s:33:\"var/langs/hu/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1081;a:2:{s:9:\"file_path\";s:33:\"var/langs/id/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1082;a:2:{s:9:\"file_path\";s:33:\"var/langs/it/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1083;a:2:{s:9:\"file_path\";s:33:\"var/langs/ja/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1084;a:2:{s:9:\"file_path\";s:33:\"var/langs/nl/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1085;a:2:{s:9:\"file_path\";s:33:\"var/langs/no/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1086;a:2:{s:9:\"file_path\";s:33:\"var/langs/pl/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1087;a:2:{s:9:\"file_path\";s:33:\"var/langs/pt/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1088;a:2:{s:9:\"file_path\";s:33:\"var/langs/ro/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1089;a:2:{s:9:\"file_path\";s:33:\"var/langs/ru/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1090;a:2:{s:9:\"file_path\";s:33:\"var/langs/tr/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1091;a:2:{s:9:\"file_path\";s:33:\"var/langs/uk/addons/price_list.po\";s:6:\"status\";s:1:\"C\";}i:1092;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1093;a:2:{s:9:\"file_path\";s:33:\"var/langs/cs/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1094;a:2:{s:9:\"file_path\";s:33:\"var/langs/el/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1095;a:2:{s:9:\"file_path\";s:33:\"var/langs/en/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1096;a:2:{s:9:\"file_path\";s:33:\"var/langs/es/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1097;a:2:{s:9:\"file_path\";s:33:\"var/langs/he/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1098;a:2:{s:9:\"file_path\";s:33:\"var/langs/hu/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1099;a:2:{s:9:\"file_path\";s:33:\"var/langs/id/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1100;a:2:{s:9:\"file_path\";s:33:\"var/langs/it/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1101;a:2:{s:9:\"file_path\";s:33:\"var/langs/ja/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1102;a:2:{s:9:\"file_path\";s:33:\"var/langs/nl/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1103;a:2:{s:9:\"file_path\";s:33:\"var/langs/no/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1104;a:2:{s:9:\"file_path\";s:33:\"var/langs/pl/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1105;a:2:{s:9:\"file_path\";s:33:\"var/langs/pt/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1106;a:2:{s:9:\"file_path\";s:33:\"var/langs/ro/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1107;a:2:{s:9:\"file_path\";s:33:\"var/langs/ru/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1108;a:2:{s:9:\"file_path\";s:33:\"var/langs/tr/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1109;a:2:{s:9:\"file_path\";s:33:\"var/langs/uk/addons/quickbooks.po\";s:6:\"status\";s:1:\"C\";}i:1110;a:2:{s:9:\"file_path\";s:32:\"var/langs/ar/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1111;a:2:{s:9:\"file_path\";s:32:\"var/langs/cs/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1112;a:2:{s:9:\"file_path\";s:32:\"var/langs/el/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1113;a:2:{s:9:\"file_path\";s:32:\"var/langs/en/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1114;a:2:{s:9:\"file_path\";s:32:\"var/langs/es/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1115;a:2:{s:9:\"file_path\";s:32:\"var/langs/he/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1116;a:2:{s:9:\"file_path\";s:32:\"var/langs/hu/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1117;a:2:{s:9:\"file_path\";s:32:\"var/langs/id/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1118;a:2:{s:9:\"file_path\";s:32:\"var/langs/it/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1119;a:2:{s:9:\"file_path\";s:32:\"var/langs/ja/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1120;a:2:{s:9:\"file_path\";s:32:\"var/langs/nl/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1121;a:2:{s:9:\"file_path\";s:32:\"var/langs/no/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1122;a:2:{s:9:\"file_path\";s:32:\"var/langs/pl/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1123;a:2:{s:9:\"file_path\";s:32:\"var/langs/pt/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1124;a:2:{s:9:\"file_path\";s:32:\"var/langs/ro/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1125;a:2:{s:9:\"file_path\";s:32:\"var/langs/ru/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1126;a:2:{s:9:\"file_path\";s:32:\"var/langs/tr/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1127;a:2:{s:9:\"file_path\";s:32:\"var/langs/uk/addons/recaptcha.po\";s:6:\"status\";s:1:\"C\";}i:1128;a:2:{s:9:\"file_path\";s:30:\"var/langs/ar/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1129;a:2:{s:9:\"file_path\";s:30:\"var/langs/cs/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1130;a:2:{s:9:\"file_path\";s:30:\"var/langs/el/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1131;a:2:{s:9:\"file_path\";s:30:\"var/langs/en/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1132;a:2:{s:9:\"file_path\";s:30:\"var/langs/es/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1133;a:2:{s:9:\"file_path\";s:30:\"var/langs/he/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1134;a:2:{s:9:\"file_path\";s:30:\"var/langs/hu/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1135;a:2:{s:9:\"file_path\";s:30:\"var/langs/id/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1136;a:2:{s:9:\"file_path\";s:30:\"var/langs/it/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1137;a:2:{s:9:\"file_path\";s:30:\"var/langs/ja/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1138;a:2:{s:9:\"file_path\";s:30:\"var/langs/nl/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1139;a:2:{s:9:\"file_path\";s:30:\"var/langs/no/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1140;a:2:{s:9:\"file_path\";s:30:\"var/langs/pl/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1141;a:2:{s:9:\"file_path\";s:30:\"var/langs/pt/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1142;a:2:{s:9:\"file_path\";s:30:\"var/langs/ro/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1143;a:2:{s:9:\"file_path\";s:30:\"var/langs/ru/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1144;a:2:{s:9:\"file_path\";s:30:\"var/langs/tr/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1145;a:2:{s:9:\"file_path\";s:30:\"var/langs/uk/addons/replain.po\";s:6:\"status\";s:1:\"C\";}i:1146;a:2:{s:9:\"file_path\";s:40:\"var/langs/ar/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1147;a:2:{s:9:\"file_path\";s:40:\"var/langs/cs/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1148;a:2:{s:9:\"file_path\";s:40:\"var/langs/el/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1149;a:2:{s:9:\"file_path\";s:40:\"var/langs/en/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1150;a:2:{s:9:\"file_path\";s:40:\"var/langs/es/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1151;a:2:{s:9:\"file_path\";s:40:\"var/langs/he/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1152;a:2:{s:9:\"file_path\";s:40:\"var/langs/hu/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1153;a:2:{s:9:\"file_path\";s:40:\"var/langs/id/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1154;a:2:{s:9:\"file_path\";s:40:\"var/langs/it/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1155;a:2:{s:9:\"file_path\";s:40:\"var/langs/ja/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1156;a:2:{s:9:\"file_path\";s:40:\"var/langs/nl/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1157;a:2:{s:9:\"file_path\";s:40:\"var/langs/no/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1158;a:2:{s:9:\"file_path\";s:40:\"var/langs/pl/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1159;a:2:{s:9:\"file_path\";s:40:\"var/langs/pt/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1160;a:2:{s:9:\"file_path\";s:40:\"var/langs/ro/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1161;a:2:{s:9:\"file_path\";s:40:\"var/langs/ru/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1162;a:2:{s:9:\"file_path\";s:40:\"var/langs/tr/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1163;a:2:{s:9:\"file_path\";s:40:\"var/langs/uk/addons/required_products.po\";s:6:\"status\";s:1:\"C\";}i:1164;a:2:{s:9:\"file_path\";s:36:\"var/langs/ar/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1165;a:2:{s:9:\"file_path\";s:36:\"var/langs/cs/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1166;a:2:{s:9:\"file_path\";s:36:\"var/langs/el/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1167;a:2:{s:9:\"file_path\";s:36:\"var/langs/en/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1168;a:2:{s:9:\"file_path\";s:36:\"var/langs/es/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1169;a:2:{s:9:\"file_path\";s:36:\"var/langs/he/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1170;a:2:{s:9:\"file_path\";s:36:\"var/langs/hu/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1171;a:2:{s:9:\"file_path\";s:36:\"var/langs/id/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1172;a:2:{s:9:\"file_path\";s:36:\"var/langs/it/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1173;a:2:{s:9:\"file_path\";s:36:\"var/langs/ja/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1174;a:2:{s:9:\"file_path\";s:36:\"var/langs/nl/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1175;a:2:{s:9:\"file_path\";s:36:\"var/langs/no/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1176;a:2:{s:9:\"file_path\";s:36:\"var/langs/pl/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1177;a:2:{s:9:\"file_path\";s:36:\"var/langs/pt/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1178;a:2:{s:9:\"file_path\";s:36:\"var/langs/ro/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1179;a:2:{s:9:\"file_path\";s:36:\"var/langs/ru/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1180;a:2:{s:9:\"file_path\";s:36:\"var/langs/tr/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1181;a:2:{s:9:\"file_path\";s:36:\"var/langs/uk/addons/reward_points.po\";s:6:\"status\";s:1:\"C\";}i:1182;a:2:{s:9:\"file_path\";s:26:\"var/langs/ar/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:1183;a:2:{s:9:\"file_path\";s:26:\"var/langs/cs/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:1184;a:2:{s:9:\"file_path\";s:26:\"var/langs/el/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:1185;a:2:{s:9:\"file_path\";s:26:\"var/langs/en/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:1186;a:2:{s:9:\"file_path\";s:26:\"var/langs/es/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:1187;a:2:{s:9:\"file_path\";s:26:\"var/langs/he/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:1188;a:2:{s:9:\"file_path\";s:26:\"var/langs/hu/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:1189;a:2:{s:9:\"file_path\";s:26:\"var/langs/id/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:1190;a:2:{s:9:\"file_path\";s:26:\"var/langs/it/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:1191;a:2:{s:9:\"file_path\";s:26:\"var/langs/ja/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:1192;a:2:{s:9:\"file_path\";s:26:\"var/langs/nl/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:1193;a:2:{s:9:\"file_path\";s:26:\"var/langs/no/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:1194;a:2:{s:9:\"file_path\";s:26:\"var/langs/pl/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:1195;a:2:{s:9:\"file_path\";s:26:\"var/langs/pt/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:1196;a:2:{s:9:\"file_path\";s:26:\"var/langs/ro/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:1197;a:2:{s:9:\"file_path\";s:26:\"var/langs/ru/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:1198;a:2:{s:9:\"file_path\";s:26:\"var/langs/tr/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:1199;a:2:{s:9:\"file_path\";s:26:\"var/langs/uk/addons/rma.po\";s:6:\"status\";s:1:\"C\";}i:1200;a:2:{s:9:\"file_path\";s:31:\"var/langs/ar/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1201;a:2:{s:9:\"file_path\";s:31:\"var/langs/cs/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1202;a:2:{s:9:\"file_path\";s:31:\"var/langs/el/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1203;a:2:{s:9:\"file_path\";s:31:\"var/langs/en/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1204;a:2:{s:9:\"file_path\";s:31:\"var/langs/es/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1205;a:2:{s:9:\"file_path\";s:31:\"var/langs/he/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1206;a:2:{s:9:\"file_path\";s:31:\"var/langs/hu/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1207;a:2:{s:9:\"file_path\";s:31:\"var/langs/id/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1208;a:2:{s:9:\"file_path\";s:31:\"var/langs/it/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1209;a:2:{s:9:\"file_path\";s:31:\"var/langs/ja/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1210;a:2:{s:9:\"file_path\";s:31:\"var/langs/nl/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1211;a:2:{s:9:\"file_path\";s:31:\"var/langs/no/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1212;a:2:{s:9:\"file_path\";s:31:\"var/langs/pl/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1213;a:2:{s:9:\"file_path\";s:31:\"var/langs/pt/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1214;a:2:{s:9:\"file_path\";s:31:\"var/langs/ro/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1215;a:2:{s:9:\"file_path\";s:31:\"var/langs/ru/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1216;a:2:{s:9:\"file_path\";s:31:\"var/langs/tr/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1217;a:2:{s:9:\"file_path\";s:31:\"var/langs/uk/addons/rss_feed.po\";s:6:\"status\";s:1:\"C\";}i:1218;a:2:{s:9:\"file_path\";s:34:\"var/langs/ar/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:1219;a:2:{s:9:\"file_path\";s:34:\"var/langs/cs/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:1220;a:2:{s:9:\"file_path\";s:34:\"var/langs/el/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:1221;a:2:{s:9:\"file_path\";s:34:\"var/langs/en/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:1222;a:2:{s:9:\"file_path\";s:34:\"var/langs/es/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:1223;a:2:{s:9:\"file_path\";s:34:\"var/langs/he/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:1224;a:2:{s:9:\"file_path\";s:34:\"var/langs/hu/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:1225;a:2:{s:9:\"file_path\";s:34:\"var/langs/id/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:1226;a:2:{s:9:\"file_path\";s:34:\"var/langs/it/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:1227;a:2:{s:9:\"file_path\";s:34:\"var/langs/ja/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:1228;a:2:{s:9:\"file_path\";s:34:\"var/langs/nl/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:1229;a:2:{s:9:\"file_path\";s:34:\"var/langs/no/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:1230;a:2:{s:9:\"file_path\";s:34:\"var/langs/pl/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:1231;a:2:{s:9:\"file_path\";s:34:\"var/langs/pt/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:1232;a:2:{s:9:\"file_path\";s:34:\"var/langs/ro/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:1233;a:2:{s:9:\"file_path\";s:34:\"var/langs/ru/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:1234;a:2:{s:9:\"file_path\";s:34:\"var/langs/tr/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:1235;a:2:{s:9:\"file_path\";s:34:\"var/langs/uk/addons/searchanise.po\";s:6:\"status\";s:1:\"C\";}i:1236;a:2:{s:9:\"file_path\";s:40:\"var/langs/ar/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1237;a:2:{s:9:\"file_path\";s:40:\"var/langs/cs/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1238;a:2:{s:9:\"file_path\";s:40:\"var/langs/el/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1239;a:2:{s:9:\"file_path\";s:40:\"var/langs/en/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1240;a:2:{s:9:\"file_path\";s:40:\"var/langs/es/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1241;a:2:{s:9:\"file_path\";s:40:\"var/langs/he/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1242;a:2:{s:9:\"file_path\";s:40:\"var/langs/hu/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1243;a:2:{s:9:\"file_path\";s:40:\"var/langs/id/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1244;a:2:{s:9:\"file_path\";s:40:\"var/langs/it/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1245;a:2:{s:9:\"file_path\";s:40:\"var/langs/ja/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1246;a:2:{s:9:\"file_path\";s:40:\"var/langs/nl/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1247;a:2:{s:9:\"file_path\";s:40:\"var/langs/no/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1248;a:2:{s:9:\"file_path\";s:40:\"var/langs/pl/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1249;a:2:{s:9:\"file_path\";s:40:\"var/langs/pt/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1250;a:2:{s:9:\"file_path\";s:40:\"var/langs/ro/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1251;a:2:{s:9:\"file_path\";s:40:\"var/langs/ru/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1252;a:2:{s:9:\"file_path\";s:40:\"var/langs/tr/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1253;a:2:{s:9:\"file_path\";s:40:\"var/langs/uk/addons/sms_notifications.po\";s:6:\"status\";s:1:\"C\";}i:1254;a:2:{s:9:\"file_path\";s:37:\"var/langs/ar/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1255;a:2:{s:9:\"file_path\";s:37:\"var/langs/cs/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1256;a:2:{s:9:\"file_path\";s:37:\"var/langs/el/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1257;a:2:{s:9:\"file_path\";s:37:\"var/langs/en/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1258;a:2:{s:9:\"file_path\";s:37:\"var/langs/es/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1259;a:2:{s:9:\"file_path\";s:37:\"var/langs/he/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1260;a:2:{s:9:\"file_path\";s:37:\"var/langs/hu/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1261;a:2:{s:9:\"file_path\";s:37:\"var/langs/id/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1262;a:2:{s:9:\"file_path\";s:37:\"var/langs/it/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1263;a:2:{s:9:\"file_path\";s:37:\"var/langs/ja/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1264;a:2:{s:9:\"file_path\";s:37:\"var/langs/nl/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1265;a:2:{s:9:\"file_path\";s:37:\"var/langs/no/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1266;a:2:{s:9:\"file_path\";s:37:\"var/langs/pl/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1267;a:2:{s:9:\"file_path\";s:37:\"var/langs/pt/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1268;a:2:{s:9:\"file_path\";s:37:\"var/langs/ro/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1269;a:2:{s:9:\"file_path\";s:37:\"var/langs/ru/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1270;a:2:{s:9:\"file_path\";s:37:\"var/langs/tr/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1271;a:2:{s:9:\"file_path\";s:37:\"var/langs/uk/addons/social_buttons.po\";s:6:\"status\";s:1:\"C\";}i:1272;a:2:{s:9:\"file_path\";s:36:\"var/langs/ar/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:1273;a:2:{s:9:\"file_path\";s:36:\"var/langs/cs/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:1274;a:2:{s:9:\"file_path\";s:36:\"var/langs/el/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:1275;a:2:{s:9:\"file_path\";s:36:\"var/langs/en/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:1276;a:2:{s:9:\"file_path\";s:36:\"var/langs/es/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:1277;a:2:{s:9:\"file_path\";s:36:\"var/langs/he/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:1278;a:2:{s:9:\"file_path\";s:36:\"var/langs/hu/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:1279;a:2:{s:9:\"file_path\";s:36:\"var/langs/id/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:1280;a:2:{s:9:\"file_path\";s:36:\"var/langs/it/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:1281;a:2:{s:9:\"file_path\";s:36:\"var/langs/ja/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:1282;a:2:{s:9:\"file_path\";s:36:\"var/langs/nl/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:1283;a:2:{s:9:\"file_path\";s:36:\"var/langs/no/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:1284;a:2:{s:9:\"file_path\";s:36:\"var/langs/pl/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:1285;a:2:{s:9:\"file_path\";s:36:\"var/langs/pt/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:1286;a:2:{s:9:\"file_path\";s:36:\"var/langs/ro/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:1287;a:2:{s:9:\"file_path\";s:36:\"var/langs/ru/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:1288;a:2:{s:9:\"file_path\";s:36:\"var/langs/tr/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:1289;a:2:{s:9:\"file_path\";s:36:\"var/langs/uk/addons/store_locator.po\";s:6:\"status\";s:1:\"C\";}i:1290;a:2:{s:9:\"file_path\";s:42:\"var/langs/ar/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1291;a:2:{s:9:\"file_path\";s:42:\"var/langs/cs/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1292;a:2:{s:9:\"file_path\";s:42:\"var/langs/el/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1293;a:2:{s:9:\"file_path\";s:42:\"var/langs/en/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1294;a:2:{s:9:\"file_path\";s:42:\"var/langs/es/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1295;a:2:{s:9:\"file_path\";s:42:\"var/langs/he/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1296;a:2:{s:9:\"file_path\";s:42:\"var/langs/hu/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1297;a:2:{s:9:\"file_path\";s:42:\"var/langs/id/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1298;a:2:{s:9:\"file_path\";s:42:\"var/langs/it/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1299;a:2:{s:9:\"file_path\";s:42:\"var/langs/ja/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1300;a:2:{s:9:\"file_path\";s:42:\"var/langs/nl/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1301;a:2:{s:9:\"file_path\";s:42:\"var/langs/no/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1302;a:2:{s:9:\"file_path\";s:42:\"var/langs/pl/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1303;a:2:{s:9:\"file_path\";s:42:\"var/langs/pt/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1304;a:2:{s:9:\"file_path\";s:42:\"var/langs/ro/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1305;a:2:{s:9:\"file_path\";s:42:\"var/langs/ru/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1306;a:2:{s:9:\"file_path\";s:42:\"var/langs/tr/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1307;a:2:{s:9:\"file_path\";s:42:\"var/langs/uk/addons/storefront_rest_api.po\";s:6:\"status\";s:1:\"C\";}i:1308;a:2:{s:9:\"file_path\";s:29:\"var/langs/ar/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1309;a:2:{s:9:\"file_path\";s:29:\"var/langs/cs/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1310;a:2:{s:9:\"file_path\";s:29:\"var/langs/el/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1311;a:2:{s:9:\"file_path\";s:29:\"var/langs/en/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1312;a:2:{s:9:\"file_path\";s:29:\"var/langs/es/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1313;a:2:{s:9:\"file_path\";s:29:\"var/langs/he/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1314;a:2:{s:9:\"file_path\";s:29:\"var/langs/hu/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1315;a:2:{s:9:\"file_path\";s:29:\"var/langs/id/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1316;a:2:{s:9:\"file_path\";s:29:\"var/langs/it/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1317;a:2:{s:9:\"file_path\";s:29:\"var/langs/ja/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1318;a:2:{s:9:\"file_path\";s:29:\"var/langs/nl/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1319;a:2:{s:9:\"file_path\";s:29:\"var/langs/no/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1320;a:2:{s:9:\"file_path\";s:29:\"var/langs/pl/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1321;a:2:{s:9:\"file_path\";s:29:\"var/langs/pt/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1322;a:2:{s:9:\"file_path\";s:29:\"var/langs/ro/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1323;a:2:{s:9:\"file_path\";s:29:\"var/langs/ru/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1324;a:2:{s:9:\"file_path\";s:29:\"var/langs/tr/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1325;a:2:{s:9:\"file_path\";s:29:\"var/langs/uk/addons/stripe.po\";s:6:\"status\";s:1:\"C\";}i:1326;a:2:{s:9:\"file_path\";s:32:\"var/langs/ar/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:1327;a:2:{s:9:\"file_path\";s:32:\"var/langs/cs/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:1328;a:2:{s:9:\"file_path\";s:32:\"var/langs/el/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:1329;a:2:{s:9:\"file_path\";s:32:\"var/langs/en/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:1330;a:2:{s:9:\"file_path\";s:32:\"var/langs/es/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:1331;a:2:{s:9:\"file_path\";s:32:\"var/langs/he/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:1332;a:2:{s:9:\"file_path\";s:32:\"var/langs/hu/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:1333;a:2:{s:9:\"file_path\";s:32:\"var/langs/id/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:1334;a:2:{s:9:\"file_path\";s:32:\"var/langs/it/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:1335;a:2:{s:9:\"file_path\";s:32:\"var/langs/ja/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:1336;a:2:{s:9:\"file_path\";s:32:\"var/langs/nl/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:1337;a:2:{s:9:\"file_path\";s:32:\"var/langs/no/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:1338;a:2:{s:9:\"file_path\";s:32:\"var/langs/pl/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:1339;a:2:{s:9:\"file_path\";s:32:\"var/langs/pt/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:1340;a:2:{s:9:\"file_path\";s:32:\"var/langs/ro/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:1341;a:2:{s:9:\"file_path\";s:32:\"var/langs/ru/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:1342;a:2:{s:9:\"file_path\";s:32:\"var/langs/tr/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:1343;a:2:{s:9:\"file_path\";s:32:\"var/langs/uk/addons/suppliers.po\";s:6:\"status\";s:1:\"C\";}i:1344;a:2:{s:9:\"file_path\";s:27:\"var/langs/ar/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:1345;a:2:{s:9:\"file_path\";s:27:\"var/langs/cs/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:1346;a:2:{s:9:\"file_path\";s:27:\"var/langs/el/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:1347;a:2:{s:9:\"file_path\";s:27:\"var/langs/en/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:1348;a:2:{s:9:\"file_path\";s:27:\"var/langs/es/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:1349;a:2:{s:9:\"file_path\";s:27:\"var/langs/he/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:1350;a:2:{s:9:\"file_path\";s:27:\"var/langs/hu/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:1351;a:2:{s:9:\"file_path\";s:27:\"var/langs/id/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:1352;a:2:{s:9:\"file_path\";s:27:\"var/langs/it/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:1353;a:2:{s:9:\"file_path\";s:27:\"var/langs/ja/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:1354;a:2:{s:9:\"file_path\";s:27:\"var/langs/nl/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:1355;a:2:{s:9:\"file_path\";s:27:\"var/langs/no/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:1356;a:2:{s:9:\"file_path\";s:27:\"var/langs/pl/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:1357;a:2:{s:9:\"file_path\";s:27:\"var/langs/pt/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:1358;a:2:{s:9:\"file_path\";s:27:\"var/langs/ro/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:1359;a:2:{s:9:\"file_path\";s:27:\"var/langs/ru/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:1360;a:2:{s:9:\"file_path\";s:27:\"var/langs/tr/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:1361;a:2:{s:9:\"file_path\";s:27:\"var/langs/uk/addons/tags.po\";s:6:\"status\";s:1:\"C\";}i:1362;a:2:{s:9:\"file_path\";s:40:\"var/langs/ar/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:1363;a:2:{s:9:\"file_path\";s:40:\"var/langs/cs/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:1364;a:2:{s:9:\"file_path\";s:40:\"var/langs/el/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:1365;a:2:{s:9:\"file_path\";s:40:\"var/langs/en/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:1366;a:2:{s:9:\"file_path\";s:40:\"var/langs/es/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:1367;a:2:{s:9:\"file_path\";s:40:\"var/langs/he/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:1368;a:2:{s:9:\"file_path\";s:40:\"var/langs/hu/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:1369;a:2:{s:9:\"file_path\";s:40:\"var/langs/id/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:1370;a:2:{s:9:\"file_path\";s:40:\"var/langs/it/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:1371;a:2:{s:9:\"file_path\";s:40:\"var/langs/ja/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:1372;a:2:{s:9:\"file_path\";s:40:\"var/langs/nl/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:1373;a:2:{s:9:\"file_path\";s:40:\"var/langs/no/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:1374;a:2:{s:9:\"file_path\";s:40:\"var/langs/pl/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:1375;a:2:{s:9:\"file_path\";s:40:\"var/langs/pt/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:1376;a:2:{s:9:\"file_path\";s:40:\"var/langs/ro/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:1377;a:2:{s:9:\"file_path\";s:40:\"var/langs/ru/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:1378;a:2:{s:9:\"file_path\";s:40:\"var/langs/tr/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:1379;a:2:{s:9:\"file_path\";s:40:\"var/langs/uk/addons/tech_support_chat.po\";s:6:\"status\";s:1:\"C\";}i:1380;a:2:{s:9:\"file_path\";s:44:\"var/langs/ar/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:1381;a:2:{s:9:\"file_path\";s:44:\"var/langs/cs/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:1382;a:2:{s:9:\"file_path\";s:44:\"var/langs/el/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:1383;a:2:{s:9:\"file_path\";s:44:\"var/langs/en/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:1384;a:2:{s:9:\"file_path\";s:44:\"var/langs/es/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:1385;a:2:{s:9:\"file_path\";s:44:\"var/langs/he/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:1386;a:2:{s:9:\"file_path\";s:44:\"var/langs/hu/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:1387;a:2:{s:9:\"file_path\";s:44:\"var/langs/id/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:1388;a:2:{s:9:\"file_path\";s:44:\"var/langs/it/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:1389;a:2:{s:9:\"file_path\";s:44:\"var/langs/ja/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:1390;a:2:{s:9:\"file_path\";s:44:\"var/langs/nl/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:1391;a:2:{s:9:\"file_path\";s:44:\"var/langs/no/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:1392;a:2:{s:9:\"file_path\";s:44:\"var/langs/pl/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:1393;a:2:{s:9:\"file_path\";s:44:\"var/langs/pt/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:1394;a:2:{s:9:\"file_path\";s:44:\"var/langs/ro/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:1395;a:2:{s:9:\"file_path\";s:44:\"var/langs/ru/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:1396;a:2:{s:9:\"file_path\";s:44:\"var/langs/tr/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:1397;a:2:{s:9:\"file_path\";s:44:\"var/langs/uk/addons/vendor_categories_fee.po\";s:6:\"status\";s:1:\"C\";}i:1398;a:2:{s:9:\"file_path\";s:43:\"var/langs/ar/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:1399;a:2:{s:9:\"file_path\";s:43:\"var/langs/cs/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:1400;a:2:{s:9:\"file_path\";s:43:\"var/langs/el/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:1401;a:2:{s:9:\"file_path\";s:43:\"var/langs/en/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:1402;a:2:{s:9:\"file_path\";s:43:\"var/langs/es/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:1403;a:2:{s:9:\"file_path\";s:43:\"var/langs/he/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:1404;a:2:{s:9:\"file_path\";s:43:\"var/langs/hu/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:1405;a:2:{s:9:\"file_path\";s:43:\"var/langs/id/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:1406;a:2:{s:9:\"file_path\";s:43:\"var/langs/it/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:1407;a:2:{s:9:\"file_path\";s:43:\"var/langs/ja/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:1408;a:2:{s:9:\"file_path\";s:43:\"var/langs/nl/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:1409;a:2:{s:9:\"file_path\";s:43:\"var/langs/no/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:1410;a:2:{s:9:\"file_path\";s:43:\"var/langs/pl/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:1411;a:2:{s:9:\"file_path\";s:43:\"var/langs/pt/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:1412;a:2:{s:9:\"file_path\";s:43:\"var/langs/ro/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:1413;a:2:{s:9:\"file_path\";s:43:\"var/langs/ru/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:1414;a:2:{s:9:\"file_path\";s:43:\"var/langs/tr/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:1415;a:2:{s:9:\"file_path\";s:43:\"var/langs/uk/addons/vendor_communication.po\";s:6:\"status\";s:1:\"C\";}i:1416;a:2:{s:9:\"file_path\";s:39:\"var/langs/ar/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:1417;a:2:{s:9:\"file_path\";s:39:\"var/langs/cs/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:1418;a:2:{s:9:\"file_path\";s:39:\"var/langs/el/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:1419;a:2:{s:9:\"file_path\";s:39:\"var/langs/en/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:1420;a:2:{s:9:\"file_path\";s:39:\"var/langs/es/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:1421;a:2:{s:9:\"file_path\";s:39:\"var/langs/he/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:1422;a:2:{s:9:\"file_path\";s:39:\"var/langs/hu/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:1423;a:2:{s:9:\"file_path\";s:39:\"var/langs/id/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:1424;a:2:{s:9:\"file_path\";s:39:\"var/langs/it/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:1425;a:2:{s:9:\"file_path\";s:39:\"var/langs/ja/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:1426;a:2:{s:9:\"file_path\";s:39:\"var/langs/nl/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:1427;a:2:{s:9:\"file_path\";s:39:\"var/langs/no/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:1428;a:2:{s:9:\"file_path\";s:39:\"var/langs/pl/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:1429;a:2:{s:9:\"file_path\";s:39:\"var/langs/pt/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:1430;a:2:{s:9:\"file_path\";s:39:\"var/langs/ro/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:1431;a:2:{s:9:\"file_path\";s:39:\"var/langs/ru/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:1432;a:2:{s:9:\"file_path\";s:39:\"var/langs/tr/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:1433;a:2:{s:9:\"file_path\";s:39:\"var/langs/uk/addons/vendor_locations.po\";s:6:\"status\";s:1:\"C\";}i:1434;a:2:{s:9:\"file_path\";s:40:\"var/langs/ar/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:1435;a:2:{s:9:\"file_path\";s:40:\"var/langs/cs/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:1436;a:2:{s:9:\"file_path\";s:40:\"var/langs/el/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:1437;a:2:{s:9:\"file_path\";s:40:\"var/langs/en/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:1438;a:2:{s:9:\"file_path\";s:40:\"var/langs/es/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:1439;a:2:{s:9:\"file_path\";s:40:\"var/langs/he/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:1440;a:2:{s:9:\"file_path\";s:40:\"var/langs/hu/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:1441;a:2:{s:9:\"file_path\";s:40:\"var/langs/id/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:1442;a:2:{s:9:\"file_path\";s:40:\"var/langs/it/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:1443;a:2:{s:9:\"file_path\";s:40:\"var/langs/ja/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:1444;a:2:{s:9:\"file_path\";s:40:\"var/langs/nl/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:1445;a:2:{s:9:\"file_path\";s:40:\"var/langs/no/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:1446;a:2:{s:9:\"file_path\";s:40:\"var/langs/pl/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:1447;a:2:{s:9:\"file_path\";s:40:\"var/langs/pt/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:1448;a:2:{s:9:\"file_path\";s:40:\"var/langs/ro/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:1449;a:2:{s:9:\"file_path\";s:40:\"var/langs/ru/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:1450;a:2:{s:9:\"file_path\";s:40:\"var/langs/tr/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:1451;a:2:{s:9:\"file_path\";s:40:\"var/langs/uk/addons/vendor_privileges.po\";s:6:\"status\";s:1:\"C\";}i:1452;a:2:{s:9:\"file_path\";s:36:\"var/langs/ar/addons/vendor_rating.po\";s:6:\"status\";s:1:\"C\";}i:1453;a:2:{s:9:\"file_path\";s:36:\"var/langs/cs/addons/vendor_rating.po\";s:6:\"status\";s:1:\"C\";}i:1454;a:2:{s:9:\"file_path\";s:36:\"var/langs/el/addons/vendor_rating.po\";s:6:\"status\";s:1:\"C\";}i:1455;a:2:{s:9:\"file_path\";s:36:\"var/langs/en/addons/vendor_rating.po\";s:6:\"status\";s:1:\"C\";}i:1456;a:2:{s:9:\"file_path\";s:36:\"var/langs/es/addons/vendor_rating.po\";s:6:\"status\";s:1:\"C\";}i:1457;a:2:{s:9:\"file_path\";s:36:\"var/langs/he/addons/vendor_rating.po\";s:6:\"status\";s:1:\"C\";}i:1458;a:2:{s:9:\"file_path\";s:36:\"var/langs/hu/addons/vendor_rating.po\";s:6:\"status\";s:1:\"C\";}i:1459;a:2:{s:9:\"file_path\";s:36:\"var/langs/id/addons/vendor_rating.po\";s:6:\"status\";s:1:\"C\";}i:1460;a:2:{s:9:\"file_path\";s:36:\"var/langs/it/addons/vendor_rating.po\";s:6:\"status\";s:1:\"C\";}i:1461;a:2:{s:9:\"file_path\";s:36:\"var/langs/ja/addons/vendor_rating.po\";s:6:\"status\";s:1:\"C\";}i:1462;a:2:{s:9:\"file_path\";s:36:\"var/langs/nl/addons/vendor_rating.po\";s:6:\"status\";s:1:\"C\";}i:1463;a:2:{s:9:\"file_path\";s:36:\"var/langs/no/addons/vendor_rating.po\";s:6:\"status\";s:1:\"C\";}i:1464;a:2:{s:9:\"file_path\";s:36:\"var/langs/pl/addons/vendor_rating.po\";s:6:\"status\";s:1:\"C\";}i:1465;a:2:{s:9:\"file_path\";s:36:\"var/langs/pt/addons/vendor_rating.po\";s:6:\"status\";s:1:\"C\";}i:1466;a:2:{s:9:\"file_path\";s:36:\"var/langs/ro/addons/vendor_rating.po\";s:6:\"status\";s:1:\"C\";}i:1467;a:2:{s:9:\"file_path\";s:36:\"var/langs/ru/addons/vendor_rating.po\";s:6:\"status\";s:1:\"C\";}i:1468;a:2:{s:9:\"file_path\";s:36:\"var/langs/tr/addons/vendor_rating.po\";s:6:\"status\";s:1:\"C\";}i:1469;a:2:{s:9:\"file_path\";s:36:\"var/langs/uk/addons/vendor_rating.po\";s:6:\"status\";s:1:\"C\";}i:1470;a:2:{s:9:\"file_path\";s:35:\"var/langs/ar/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:1471;a:2:{s:9:\"file_path\";s:35:\"var/langs/cs/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:1472;a:2:{s:9:\"file_path\";s:35:\"var/langs/el/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:1473;a:2:{s:9:\"file_path\";s:35:\"var/langs/en/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:1474;a:2:{s:9:\"file_path\";s:35:\"var/langs/es/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:1475;a:2:{s:9:\"file_path\";s:35:\"var/langs/he/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:1476;a:2:{s:9:\"file_path\";s:35:\"var/langs/hu/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:1477;a:2:{s:9:\"file_path\";s:35:\"var/langs/id/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:1478;a:2:{s:9:\"file_path\";s:35:\"var/langs/it/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:1479;a:2:{s:9:\"file_path\";s:35:\"var/langs/ja/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:1480;a:2:{s:9:\"file_path\";s:35:\"var/langs/nl/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:1481;a:2:{s:9:\"file_path\";s:35:\"var/langs/no/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:1482;a:2:{s:9:\"file_path\";s:35:\"var/langs/pl/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:1483;a:2:{s:9:\"file_path\";s:35:\"var/langs/pt/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:1484;a:2:{s:9:\"file_path\";s:35:\"var/langs/ro/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:1485;a:2:{s:9:\"file_path\";s:35:\"var/langs/ru/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:1486;a:2:{s:9:\"file_path\";s:35:\"var/langs/tr/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:1487;a:2:{s:9:\"file_path\";s:35:\"var/langs/uk/addons/vendor_terms.po\";s:6:\"status\";s:1:\"C\";}i:1488;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:1489;a:2:{s:9:\"file_path\";s:33:\"var/langs/cs/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:1490;a:2:{s:9:\"file_path\";s:33:\"var/langs/el/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:1491;a:2:{s:9:\"file_path\";s:33:\"var/langs/en/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:1492;a:2:{s:9:\"file_path\";s:33:\"var/langs/es/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:1493;a:2:{s:9:\"file_path\";s:33:\"var/langs/he/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:1494;a:2:{s:9:\"file_path\";s:33:\"var/langs/hu/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:1495;a:2:{s:9:\"file_path\";s:33:\"var/langs/id/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:1496;a:2:{s:9:\"file_path\";s:33:\"var/langs/it/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:1497;a:2:{s:9:\"file_path\";s:33:\"var/langs/ja/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:1498;a:2:{s:9:\"file_path\";s:33:\"var/langs/nl/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:1499;a:2:{s:9:\"file_path\";s:33:\"var/langs/no/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:1500;a:2:{s:9:\"file_path\";s:33:\"var/langs/pl/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:1501;a:2:{s:9:\"file_path\";s:33:\"var/langs/pt/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:1502;a:2:{s:9:\"file_path\";s:33:\"var/langs/ro/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:1503;a:2:{s:9:\"file_path\";s:33:\"var/langs/ru/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:1504;a:2:{s:9:\"file_path\";s:33:\"var/langs/tr/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:1505;a:2:{s:9:\"file_path\";s:33:\"var/langs/uk/addons/warehouses.po\";s:6:\"status\";s:1:\"C\";}i:1506;a:2:{s:9:\"file_path\";s:33:\"var/langs/ar/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:1507;a:2:{s:9:\"file_path\";s:33:\"var/langs/cs/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:1508;a:2:{s:9:\"file_path\";s:33:\"var/langs/el/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:1509;a:2:{s:9:\"file_path\";s:33:\"var/langs/en/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:1510;a:2:{s:9:\"file_path\";s:33:\"var/langs/es/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:1511;a:2:{s:9:\"file_path\";s:33:\"var/langs/he/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:1512;a:2:{s:9:\"file_path\";s:33:\"var/langs/hu/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:1513;a:2:{s:9:\"file_path\";s:33:\"var/langs/id/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:1514;a:2:{s:9:\"file_path\";s:33:\"var/langs/it/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:1515;a:2:{s:9:\"file_path\";s:33:\"var/langs/ja/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:1516;a:2:{s:9:\"file_path\";s:33:\"var/langs/nl/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:1517;a:2:{s:9:\"file_path\";s:33:\"var/langs/no/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:1518;a:2:{s:9:\"file_path\";s:33:\"var/langs/pl/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:1519;a:2:{s:9:\"file_path\";s:33:\"var/langs/pt/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:1520;a:2:{s:9:\"file_path\";s:33:\"var/langs/ro/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:1521;a:2:{s:9:\"file_path\";s:33:\"var/langs/ru/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:1522;a:2:{s:9:\"file_path\";s:33:\"var/langs/tr/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:1523;a:2:{s:9:\"file_path\";s:33:\"var/langs/uk/addons/watermarks.po\";s:6:\"status\";s:1:\"C\";}i:1524;a:2:{s:9:\"file_path\";s:31:\"var/langs/ar/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:1525;a:2:{s:9:\"file_path\";s:31:\"var/langs/cs/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:1526;a:2:{s:9:\"file_path\";s:31:\"var/langs/el/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:1527;a:2:{s:9:\"file_path\";s:31:\"var/langs/en/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:1528;a:2:{s:9:\"file_path\";s:31:\"var/langs/es/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:1529;a:2:{s:9:\"file_path\";s:31:\"var/langs/he/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:1530;a:2:{s:9:\"file_path\";s:31:\"var/langs/hu/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:1531;a:2:{s:9:\"file_path\";s:31:\"var/langs/id/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:1532;a:2:{s:9:\"file_path\";s:31:\"var/langs/it/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:1533;a:2:{s:9:\"file_path\";s:31:\"var/langs/ja/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:1534;a:2:{s:9:\"file_path\";s:31:\"var/langs/nl/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:1535;a:2:{s:9:\"file_path\";s:31:\"var/langs/no/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:1536;a:2:{s:9:\"file_path\";s:31:\"var/langs/pl/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:1537;a:2:{s:9:\"file_path\";s:31:\"var/langs/pt/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:1538;a:2:{s:9:\"file_path\";s:31:\"var/langs/ro/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:1539;a:2:{s:9:\"file_path\";s:31:\"var/langs/ru/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:1540;a:2:{s:9:\"file_path\";s:31:\"var/langs/tr/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:1541;a:2:{s:9:\"file_path\";s:31:\"var/langs/uk/addons/wishlist.po\";s:6:\"status\";s:1:\"C\";}i:1542;a:2:{s:9:\"file_path\";s:37:\"var/langs/ar/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:1543;a:2:{s:9:\"file_path\";s:37:\"var/langs/cs/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:1544;a:2:{s:9:\"file_path\";s:37:\"var/langs/el/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:1545;a:2:{s:9:\"file_path\";s:37:\"var/langs/en/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:1546;a:2:{s:9:\"file_path\";s:37:\"var/langs/es/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:1547;a:2:{s:9:\"file_path\";s:37:\"var/langs/he/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:1548;a:2:{s:9:\"file_path\";s:37:\"var/langs/hu/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:1549;a:2:{s:9:\"file_path\";s:37:\"var/langs/id/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:1550;a:2:{s:9:\"file_path\";s:37:\"var/langs/it/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:1551;a:2:{s:9:\"file_path\";s:37:\"var/langs/ja/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:1552;a:2:{s:9:\"file_path\";s:37:\"var/langs/nl/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:1553;a:2:{s:9:\"file_path\";s:37:\"var/langs/no/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:1554;a:2:{s:9:\"file_path\";s:37:\"var/langs/pl/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:1555;a:2:{s:9:\"file_path\";s:37:\"var/langs/pt/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:1556;a:2:{s:9:\"file_path\";s:37:\"var/langs/ro/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:1557;a:2:{s:9:\"file_path\";s:37:\"var/langs/ru/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:1558;a:2:{s:9:\"file_path\";s:37:\"var/langs/tr/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:1559;a:2:{s:9:\"file_path\";s:37:\"var/langs/uk/addons/stripe_connect.po\";s:6:\"status\";s:1:\"C\";}i:1560;a:2:{s:9:\"file_path\";s:41:\"var/langs/ar/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:1561;a:2:{s:9:\"file_path\";s:41:\"var/langs/cs/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:1562;a:2:{s:9:\"file_path\";s:41:\"var/langs/el/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:1563;a:2:{s:9:\"file_path\";s:41:\"var/langs/en/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:1564;a:2:{s:9:\"file_path\";s:41:\"var/langs/es/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:1565;a:2:{s:9:\"file_path\";s:41:\"var/langs/he/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:1566;a:2:{s:9:\"file_path\";s:41:\"var/langs/hu/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:1567;a:2:{s:9:\"file_path\";s:41:\"var/langs/id/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:1568;a:2:{s:9:\"file_path\";s:41:\"var/langs/it/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:1569;a:2:{s:9:\"file_path\";s:41:\"var/langs/ja/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:1570;a:2:{s:9:\"file_path\";s:41:\"var/langs/nl/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:1571;a:2:{s:9:\"file_path\";s:41:\"var/langs/no/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:1572;a:2:{s:9:\"file_path\";s:41:\"var/langs/pl/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:1573;a:2:{s:9:\"file_path\";s:41:\"var/langs/pt/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:1574;a:2:{s:9:\"file_path\";s:41:\"var/langs/ro/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:1575;a:2:{s:9:\"file_path\";s:41:\"var/langs/ru/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:1576;a:2:{s:9:\"file_path\";s:41:\"var/langs/tr/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:1577;a:2:{s:9:\"file_path\";s:41:\"var/langs/uk/addons/vendor_debt_payout.po\";s:6:\"status\";s:1:\"C\";}i:1578;a:2:{s:9:\"file_path\";s:45:\"var/snapshots/4.13.2.sp2_multivendor_dist.php\";s:6:\"status\";s:1:\"C\";}}');
INSERT INTO `partiushop_installed_upgrades` (`id`, `type`, `name`, `timestamp`, `description`, `conflicts`) VALUES
(45, 'core', 'Upgrade 4.14.1.SP1 - 4.14.2', 1652103660, '<p><strong>Multi-Vendor 4.14.2</strong> brings the following changes and improvements:</p><ul><li>Vendor features are now hidden from other vendors.</li><li>The ability to hide icons of vendor rating.</li><li>Now common products can be added to the cart directly from the product list. A new setting in the \"Vendor Rating\" add-on will allow you to select the default offer by vendor rating rather than by price.</li><li>Now vendors can add videos to descriptions.</li><li>The ability to customize the \"Marketplace fees\" product.</li></ul><p>To see the full list of changes, <a href=\"http://docs.cs-cart.com/4.14.x/history/4142.html\" target=\"_blank\">check the changelog</a>.</p>', 'a:0:{}'),
(46, 'core', 'Upgrade 4.14.2 - 4.14.2.SP1', 1652107785, '<p><strong>Multi-Vendor 4.14.2 Service Pack 1</strong> solves the following problems:</p><ul><li>When a product was included to bundle and to catalog promotion, an error occurred while viewing that product on the storefront.</li><li>Incorrect calculation of delivery according to the condition of dependence on weight.</li><li>There was a problem connected with Vendor-to-admin Payments add-on: balance refilling was unavailable when “Show unavailable shippings” setting was enabled.</li></ul><p><strong>Please install this upgrade as soon as possible.</strong></p>', 'a:0:{}');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_languages`
--

CREATE TABLE `partiushop_languages` (
  `lang_id` mediumint(8) UNSIGNED NOT NULL,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `name` varchar(64) NOT NULL DEFAULT '',
  `status` char(1) NOT NULL DEFAULT 'A',
  `country_code` char(2) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_languages`
--

INSERT INTO `partiushop_languages` (`lang_id`, `lang_code`, `name`, `status`, `country_code`) VALUES
(1, 'en', 'English', 'D', 'US'),
(2, 'da', 'Danish', 'D', 'DK'),
(3, 'de', 'German', 'D', 'DE'),
(4, 'es', 'Spanish', 'D', 'ES'),
(5, 'fr', 'French', 'D', 'FR'),
(6, 'el', 'Ελληνικά', 'D', 'GR'),
(7, 'it', 'Italiano', 'D', 'IT'),
(8, 'nl', 'Nederlands', 'D', 'NL'),
(9, 'ro', 'Română', 'D', 'RO'),
(10, 'ru', 'Русский', 'D', 'RU'),
(11, 'no', 'Norsk', 'D', 'NO'),
(12, 'pt', 'Português Brasileiro', 'A', 'BR');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_language_values`
--

CREATE TABLE `partiushop_language_values` (
  `lang_code` char(2) NOT NULL DEFAULT '',
  `name` varchar(128) NOT NULL DEFAULT '',
  `value` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_language_values`
--

INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('da', '2co_enable_fraud_verification', 'Aktivere understøttelse af sviganmeldelser'),
('da', '2co_fraud_fail', 'Status for ordrer med mislykkede sviganmeldelser'),
('da', '2co_fraud_wait', 'Status for ordrer venter på sviggennemgang'),
('da', '3d_secure', '3-D Secure'),
('da', '404', '404 ikke fundet fejl besked'),
('da', 'about_us', 'About us'),
('da', 'absolute', 'Fuldstændig'),
('da', 'absolute_commissions_instructions', '<a href=\"http://docs.cs-cart.com/4.3.x/user_guide/addons/vendor_commission/vendor_commissions_and_plans.html\" target=\"_blank\"> opgradering fra 4.3.x til 4.4.x: kreditor provisioner og kreditor planer</a>'),
('da', 'abt_menu_ajax_load', 'AB: Use Ajax-loading for menu items (second level and behind it)'),
('da', 'abt_menu_ajax_load.tooltip', 'Use Ajax to get the content of the second and third menu levels after page loading. The content of the first level will be loaded along with the page main content'),
('da', 'abt_menu_icon_items', 'AB: Show icons for menu items of the second level'),
('da', 'abt_menu_icon_items.tooltip', 'The active status of this setting allows the display of an icon that is assigned to a menu item of the second level menu.'),
('da', 'abt_menu_long_names', 'AB: Show long names of the first level menu items in two lines'),
('da', 'abt_menu_long_names.tooltip', 'The active status of this setting allows displaying menu names in two lines (with line break), if more space is required to place the name, than the setting <b>AB: The maximum width of the menu item for the first level</b> specifies'),
('da', 'abt_menu_long_names_max_width', 'AB: The maximum width of the menu item for the first level'),
('da', 'abt_menu_long_names_max_width.tooltip', 'Specifies the width of the cell in pixels to place the name of the menu item. If the name of the menu item exceeds this value, then with the active setting <b>AB: Show long names of the first level menu items in two lines</b>, then it will be displayed in two lines (with line break).'),
('da', 'abt__unitheme2', 'AB: UniTheme2'),
('da', 'abt__unitheme2.settings', 'Settings only for AB: UniTheme2'),
('da', 'abt__unitheme2_mv', 'AB: UniTheme2 (Multi-Vendor)'),
('da', 'abt__ut2.addon_social_buttons.share', 'Share'),
('da', 'abt__ut2.add_to_cart', 'Buy now'),
('da', 'abt__ut2.add_to_wishlist.tooltip', 'Add to wishlist'),
('da', 'abt__ut2.banner.color_use', 'Please select the checkbox to use a new color'),
('da', 'abt__ut2.banner.params.avail_from', 'Available from'),
('da', 'abt__ut2.banner.params.avail_till', 'Available till'),
('da', 'abt__ut2.banner.params.background_color', 'Background color'),
('da', 'abt__ut2.banner.params.background_color.tooltip', 'Please select the checkbox to use a new color'),
('da', 'abt__ut2.banner.params.background_image', 'Background image'),
('da', 'abt__ut2.banner.params.background_image_size', 'Specify the size of a background image'),
('da', 'abt__ut2.banner.params.background_image_size.tooltip', 'abt__ut2.banner.params.background_image_size.tooltip'),
('da', 'abt__ut2.banner.params.background_image_size.variants.contain', 'Resize the background image to make sure the image is fully visible'),
('da', 'abt__ut2.banner.params.background_image_size.variants.cover', 'Resize the background image to cover the entire container, even if it has to stretch the image or cut a little bit off one of the edges'),
('da', 'abt__ut2.banner.params.button_color', 'Button color'),
('da', 'abt__ut2.banner.params.button_color.tooltip', 'Please select the checkbox to use a new color'),
('da', 'abt__ut2.banner.params.button_text', 'Text (an appeal to action)'),
('da', 'abt__ut2.banner.params.button_text_color', 'Text color'),
('da', 'abt__ut2.banner.params.button_text_color.tooltip', 'Please select the checkbox to use a new color'),
('da', 'abt__ut2.banner.params.button_use', 'Add button'),
('da', 'abt__ut2.banner.params.button_use.tooltip', 'Select a checkbox for adding of the button. <b>Important!</b>The button will appear only in the presence of the link in the field \"Specify link\"'),
('da', 'abt__ut2.banner.params.class', 'User CSS-class'),
('da', 'abt__ut2.banner.params.color_scheme', 'Color scheme'),
('da', 'abt__ut2.banner.params.color_scheme.tooltip', 'Specifies what color will be <b>Title</b> and <b>Description</b> on the banner. For <b>Dark</b> banner texts will be white, for <b>Light</b> — black.'),
('da', 'abt__ut2.banner.params.color_scheme.variants.dark', 'Dark'),
('da', 'abt__ut2.banner.params.color_scheme.variants.light', 'Light'),
('da', 'abt__ut2.banner.params.content_align', 'Horizontal alignment'),
('da', 'abt__ut2.banner.params.content_align.tooltip', 'Location of the content inside the banner by the horizontal'),
('da', 'abt__ut2.banner.params.content_align.variants.center', 'On the center'),
('da', 'abt__ut2.banner.params.content_align.variants.left', 'On the left'),
('da', 'abt__ut2.banner.params.content_align.variants.right', 'On the right'),
('da', 'abt__ut2.banner.params.content_bg', 'Add semi-transparent background'),
('da', 'abt__ut2.banner.params.content_bg.tooltip', 'Under the description will appear semi-transparent background (the color depends on the color scheme), it will provide a better readability of text on motley background'),
('da', 'abt__ut2.banner.params.content_full_width', 'Content on full width'),
('da', 'abt__ut2.banner.params.content_full_width.tooltip', 'The width of the content block has a default width of 50%. Set this parameter and the width of the block content will be 100%'),
('da', 'abt__ut2.banner.params.content_valign', 'Vertical alignment'),
('da', 'abt__ut2.banner.params.content_valign.tooltip', 'Location of the content inside the banner by the vertical'),
('da', 'abt__ut2.banner.params.content_valign.variants.bottom', 'At the bottom'),
('da', 'abt__ut2.banner.params.content_valign.variants.center', 'On the center'),
('da', 'abt__ut2.banner.params.content_valign.variants.top', 'On the top'),
('da', 'abt__ut2.banner.params.data_type', 'Content type'),
('da', 'abt__ut2.banner.params.data_type.variants.url', 'Link'),
('da', 'abt__ut2.banner.params.description', 'Short description'),
('da', 'abt__ut2.banner.params.description_bg_color', 'Background color'),
('da', 'abt__ut2.banner.params.description_bg_color.tooltip', 'Please select the checkbox to use a new color'),
('da', 'abt__ut2.banner.params.description_color', 'Description color'),
('da', 'abt__ut2.banner.params.description_color.tooltip', 'Please select the checkbox to use a new color'),
('da', 'abt__ut2.banner.params.description_font_size', 'Font size'),
('da', 'abt__ut2.banner.params.how_to_open', 'How to open'),
('da', 'abt__ut2.banner.params.how_to_open.variants.in_new_window', 'In a new window'),
('da', 'abt__ut2.banner.params.how_to_open.variants.in_popup', 'In a popup'),
('da', 'abt__ut2.banner.params.how_to_open.variants.in_this_window', 'In this window'),
('da', 'abt__ut2.banner.params.main_image', 'Main image'),
('da', 'abt__ut2.banner.params.mobile_use', 'Use own settings for Phones'),
('da', 'abt__ut2.banner.params.mobile_use.tooltip', 'Use this option to allow own banner settings for the mobile device Phone'),
('da', 'abt__ut2.banner.params.object', 'The displayed object'),
('da', 'abt__ut2.banner.params.object.variants.image', 'Image'),
('da', 'abt__ut2.banner.params.object.variants.video', 'YouTube video'),
('da', 'abt__ut2.banner.params.padding', 'Internal paddings, px'),
('da', 'abt__ut2.banner.params.padding.tooltip', 'CSS <code>padding</code>. Spacing in pixels inside the banner. It is useful, to standardize the paddings of banner borders to the content'),
('da', 'abt__ut2.banner.params.tablet_use', 'Use own settings for Tablets'),
('da', 'abt__ut2.banner.params.tablet_use.tooltip', 'Use this option to allow own banner settings for the mobile device Tablet'),
('da', 'abt__ut2.banner.params.title', 'Title'),
('da', 'abt__ut2.banner.params.title_color', 'Title color'),
('da', 'abt__ut2.banner.params.title_color.tooltip', 'Please select the checkbox to use a new color'),
('da', 'abt__ut2.banner.params.title_font_size', 'Font size'),
('da', 'abt__ut2.banner.params.title_font_weight', 'Weight of the font'),
('da', 'abt__ut2.banner.params.title_font_weight.variants.300', 'Thin'),
('da', 'abt__ut2.banner.params.title_font_weight.variants.400', 'Normal'),
('da', 'abt__ut2.banner.params.title_font_weight.variants.700', 'Bold'),
('da', 'abt__ut2.banner.params.title_font_weight.variants.900', 'Heavy'),
('da', 'abt__ut2.banner.params.title_shadow', 'Add a shadow for the title'),
('da', 'abt__ut2.banner.params.title_tag', 'Title tag'),
('da', 'abt__ut2.banner.params.title_tag.variants.div', 'div'),
('da', 'abt__ut2.banner.params.title_tag.variants.h1', 'h1'),
('da', 'abt__ut2.banner.params.title_tag.variants.h2', 'h2'),
('da', 'abt__ut2.banner.params.title_tag.variants.h3', 'h3'),
('da', 'abt__ut2.banner.params.url', 'Specify link'),
('da', 'abt__ut2.banner.params.use_avail_period', 'Use available period'),
('da', 'abt__ut2.banner.params.youtube_autoplay', 'Autoplay'),
('da', 'abt__ut2.banner.params.youtube_autoplay.tooltip', 'Due to changes in <b>Google\'s</b> policy, autoplay will only be available without sound. For more information, see <a href=\'https://developers.google.com/web/updates/2017/09/autoplay-policy-changes\' target=\'_blank\'>documentation</a>.<b>Google</b> strongly recommends that the player\'s control panel should be displayed on autoplay.'),
('da', 'abt__ut2.banner.params.youtube_hide_controls', 'Hide player control elements'),
('da', 'abt__ut2.banner.params.youtube_hide_controls.tooltip', 'Don\'t ever assume a video will play, and don\'t show a pause button when the video is not actually playing'),
('da', 'abt__ut2.banner.params.youtube_id', 'YouTube video ID'),
('da', 'abt__ut2.banner.params.youtube_id.tooltip', 'ID video — https://www.youtube.com/watch?v=<b>abcd1234567</b>, specify only <b>abcd1234567</b>'),
('da', 'abt__ut2.banner.params.youtube_use', 'Add YouTube video'),
('da', 'abt__ut2.banner.params_additional', 'Additional settings'),
('da', 'abt__ut2.banner.params_of_block', 'Banner block settings'),
('da', 'abt__ut2.banner.params_of_button', 'Banner button settings'),
('da', 'abt__ut2.banner.params_of_content', 'Settings for the content, shown in the banner'),
('da', 'abt__ut2.banner.params_of_description', 'Banner description settings'),
('da', 'abt__ut2.banner.params_of_object', 'Banner settings for the object/image'),
('da', 'abt__ut2.banner.params_of_title', 'Banner title settings'),
('da', 'abt__ut2.banner.use_own_info', 'Use own value'),
('da', 'abt__ut2.banner.warning', 'Expert banner settings'),
('da', 'abt__ut2.banners', 'Banners'),
('da', 'abt__ut2.banners.manage', 'AB: UniTheme2: Advanced banners'),
('da', 'abt__ut2.banner_tab.general', 'General (AB: UniTheme2: Desktop)'),
('da', 'abt__ut2.banner_tab.mobile', 'AB: UniTheme2: Phone'),
('da', 'abt__ut2.banner_tab.tablet', 'AB: UniTheme2: Tablet'),
('da', 'abt__ut2.block.availability.show_on', '!!! Only for AB: UniTheme2 when using the setting <b>[show_on]</b> block content will be cut from HTML-code for the corresponding device and is not simply hidden by styles'),
('da', 'abt__ut2.blog.there_are_offers', 'Recommendations'),
('da', 'abt__ut2.blog.there_is_video', 'Video'),
('da', 'abt__ut2.brands', 'Brands'),
('da', 'abt__ut2.city_short', 'c.'),
('da', 'abt__ut2.contacts', 'Contact us'),
('da', 'abt__ut2.demodata', 'Demo data'),
('da', 'abt__ut2.demodata.description', 'On this page you can quickly create theme demo data'),
('da', 'abt__ut2.demodata.errors.menu_wasnt_created', 'Menu [name] failed to create'),
('da', 'abt__ut2.demodata.errors.no_blog_page', 'You should create the blog`s parent page'),
('da', 'abt__ut2.demodata.errors.no_data', 'No data.json file'),
('da', 'abt__ut2.demodata.success', 'were created successfully'),
('da', 'abt__ut2.demodata.success.banners', 'Banners [ids] were created successfully'),
('da', 'abt__ut2.demodata.success.blog', 'Blog pages [ids] were created successfully'),
('da', 'abt__ut2.demodata.success.menu', 'Menu [menus] were created successfully'),
('da', 'abt__ut2.demodata.table.add_banners', 'Add demo banners'),
('da', 'abt__ut2.demodata.table.add_blog', 'Add demo blog'),
('da', 'abt__ut2.demodata.table.add_menu', 'Add demo menu with icons and banners'),
('da', 'abt__ut2.demodata.table.add_products', 'Add demo products'),
('da', 'abt__ut2.demodata.table.description', 'Demo data type'),
('da', 'abt__ut2.developer', 'Powered by <a href=\"https://www.cs-cart.com/\" rel=\"nofollow\">CS-Cart</a> and premium theme — <a href=\"https://unitheme.net/?sl=en\" rel=\"nofollow\">© AB: UniTheme2</a>'),
('da', 'abt__ut2.errors.is_correctly_installed.mv.disabled', 'For correct working of UniTheme2 on the CS-Cart Multi-Vendor (used by you) enable addon UniTheme2 for Multi-Vendor edition of CS-Cart (comes with the theme for this edition) and try again'),
('da', 'abt__ut2.errors.is_correctly_installed.mv.uninstalled', 'For correct working of UniTheme2 on the CS-Cart Multi-Vendor (used by you), install and enable addon UniTheme2 for Multi-Vendor edition of CS-Cart (comes with the theme for this edition) and try again'),
('da', 'abt__ut2.export', 'Export'),
('da', 'abt__ut2.export.actions.banners', 'Banners'),
('da', 'abt__ut2.export.actions.banners.placeholder', 'Banners IDs'),
('da', 'abt__ut2.export.actions.blog', 'Blog'),
('da', 'abt__ut2.export.actions.blog.placeholder', 'Parent pages IDs'),
('da', 'abt__ut2.export.actions.menu', 'Menu'),
('da', 'abt__ut2.export.actions.menu.placeholder', 'Menu IDs'),
('da', 'abt__ut2.export.actions.products', 'Products'),
('da', 'abt__ut2.export.actions.products.placeholder', 'Products IDs'),
('da', 'abt__ut2.export.description', 'On this page you can quickly export the data you need in json format'),
('da', 'abt__ut2.export.errors.no_such_type', 'No such type of export for the theme'),
('da', 'abt__ut2.export.success', 'were exported successfully'),
('da', 'abt__ut2.export.success.banners', 'Banners [ids] were exported successfully'),
('da', 'abt__ut2.export.success.blog', 'Blog were exported successfully'),
('da', 'abt__ut2.export.success.menu', 'Menu [ids] were exported successfully'),
('da', 'abt__ut2.export.table.data', 'Export data'),
('da', 'abt__ut2.export.table.description', 'Data type'),
('da', 'abt__ut2.extended.e', 'Extended'),
('da', 'abt__ut2.extended.f', 'On the full width'),
('da', 'abt__ut2.extended.o', 'Original'),
('da', 'abt__ut2.form.generate', 'Generate'),
('da', 'abt__ut2.form.header.additional_products', 'Additional products'),
('da', 'abt__ut2.form.header.base_products', 'Base products'),
('da', 'abt__ut2.form.header.general', 'General'),
('da', 'abt__ut2.grid.padding', 'Padding'),
('da', 'abt__ut2.grid.padding.variants.bottom', 'Only bottom'),
('da', 'abt__ut2.grid.padding.variants.none', 'None'),
('da', 'abt__ut2.grid.padding.variants.top', 'Only top'),
('da', 'abt__ut2.grid.padding.variants.top_bottom', 'Top and bottom'),
('da', 'abt__ut2.grid.tab_description', 'The settings below apply only to the theme AB: UniTheme2 layouts sections'),
('da', 'abt__ut2.grid_settings', 'AB: UniTheme2: Additional settings'),
('da', 'abt__ut2.grid_tabs.abt__ut2_show_in_tabs', 'Show all section blocks in tabs'),
('da', 'abt__ut2.grid_tabs.abt__ut2_use_ajax', 'Use Ajax for loading the second and next tabs content'),
('da', 'abt__ut2.help', 'Help'),
('da', 'abt__ut2.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/abt__unitheme2.doc\'>the documentation</a>.'),
('da', 'abt__ut2.hover_to_enlarge', 'Hover on image to enlarge'),
('da', 'abt__ut2.icons', 'Available icons'),
('da', 'abt__ut2.icons.class', 'Icon class'),
('da', 'abt__ut2.icons.info', 'On this page you can see the list of icons, available to you in the theme'),
('da', 'abt__ut2.icons.ut2_icons', 'Theme icons list'),
('da', 'abt__ut2.less_settings', 'Color scheme settings'),
('da', 'abt__ut2.less_settings.containers', 'Containers'),
('da', 'abt__ut2.less_settings.containers.header.add_delimiters', 'Add dividing strips'),
('da', 'abt__ut2.less_settings.containers.header.add_delimiters.tooltip', 'Adds dividing strips at the Top part of the site, visually separates the blocks \"Categories\", \"Search\", \"Account\" and \"Cart\"'),
('da', 'abt__ut2.less_settings.containers.header.use_animation_for_not_empty_cart', 'Use animation effect for non empty cart'),
('da', 'abt__ut2.less_settings.containers.header.use_animation_for_not_empty_cart.tooltip', 'Adds animation effect, to pay attention to the non empty user cart'),
('da', 'abt__ut2.less_settings.containers.header.use_color_elements_on_hover', 'Color for hovering over the elements \"Categories\", \"Account\" and \"Cart\"'),
('da', 'abt__ut2.less_settings.containers.header.use_color_elements_on_hover.tooltip', 'The color for hovering over the drop-down elements \"Categories\", \"Account\" and \"Cart\" is used only in the \"Advanced\" and \"Fixed\" layouts'),
('da', 'abt__ut2.less_settings.containers.header.use_color_icons', 'The color of the icons for elements \"Categories\", \"Account\" and \"Cart\"'),
('da', 'abt__ut2.less_settings.containers.header.use_color_icons.tooltip', 'Is used only in layouts \"Advanced\" and \"Fixed\"'),
('da', 'abt__ut2.less_settings.containers.header.use_color_menu_on_hover', 'Color for hovering over a first level menu item'),
('da', 'abt__ut2.less_settings.containers.header.use_color_menu_on_hover.tooltip', 'Background color used for hovering over menu items of the first level. It is used only in the \"Default\" layout with a horizontal menu type. Also determines the color of the active first level menu item'),
('da', 'abt__ut2.less_settings.containers.header_group', 'Header'),
('da', 'abt__ut2.less_settings.containers.header_group_description', 'Settings for blocks and sections of the \"Header\" container'),
('da', 'abt__ut2.less_settings.containers_description', 'Below are the settings that affect the blocks and sections of the corresponding container in the layouts.'),
('da', 'abt__ut2.less_settings.general', 'General'),
('da', 'abt__ut2.less_settings.general.buttons.style', 'Style'),
('da', 'abt__ut2.less_settings.general.buttons.style.tooltip', 'Set button style'),
('da', 'abt__ut2.less_settings.general.buttons.style.variants.use_background', 'Use filled background'),
('da', 'abt__ut2.less_settings.general.buttons.style.variants.use_border', 'Use border only'),
('da', 'abt__ut2.less_settings.general.buttons.use_gradient', 'Add bulk'),
('da', 'abt__ut2.less_settings.general.buttons.use_gradient.tooltip', 'The buttons will use a background color with a gradient fill from light to dark based on the color of the button'),
('da', 'abt__ut2.less_settings.general.buttons.use_shadow', 'Add shadow'),
('da', 'abt__ut2.less_settings.general.buttons.use_shadow.tooltip', 'Use shadow in the buttons design'),
('da', 'abt__ut2.less_settings.general.buttons.use_text_uppercase', 'Display text in capital letters'),
('da', 'abt__ut2.less_settings.general.buttons.use_text_uppercase.tooltip', 'Allows you to define the display format of letters in buttons, lowercase or uppercase letters'),
('da', 'abt__ut2.less_settings.general.buttons_group', 'Buttons'),
('da', 'abt__ut2.less_settings.general.buttons_group_description', 'Allows you to set button styles'),
('da', 'abt__ut2.less_settings.general.labels.style', 'Form'),
('da', 'abt__ut2.less_settings.general.labels.style.tooltip', 'Specify the displaying form of discount labels'),
('da', 'abt__ut2.less_settings.general.labels.style.variants.as_circle', 'Round'),
('da', 'abt__ut2.less_settings.general.labels.style.variants.as_drop', 'Drop'),
('da', 'abt__ut2.less_settings.general.labels.style.variants.as_rectangle', 'Rectangular'),
('da', 'abt__ut2.less_settings.general.labels.use_outline', 'Use border style'),
('da', 'abt__ut2.less_settings.general.labels.use_outline.tooltip', 'Adds border style'),
('da', 'abt__ut2.less_settings.general.labels.use_shadow', 'Add shadow'),
('da', 'abt__ut2.less_settings.general.labels.use_shadow.tooltip', 'Adds shadow'),
('da', 'abt__ut2.less_settings.general.labels.use_text_shadow', 'Add shadow for text'),
('da', 'abt__ut2.less_settings.general.labels.use_text_shadow.tooltip', 'Adds shadow for text'),
('da', 'abt__ut2.less_settings.general.labels_group', 'Labels (stickers)'),
('da', 'abt__ut2.less_settings.general.labels_group_description', 'Allows you to set styles for product stickers. For example, Free Shipping, Discount, etc.'),
('da', 'abt__ut2.less_settings.general.stars_rating_color', 'Color of starlets for product rating'),
('da', 'abt__ut2.less_settings.general.stars_rating_color.tooltip', 'Specify your own star color for product rating'),
('da', 'abt__ut2.less_settings.general.use_rounding', 'Round corners for interface elements'),
('da', 'abt__ut2.less_settings.general.use_rounding.tooltip', 'Use rounding corners of elements (windows, buttons, icons, form fields, etc.)'),
('da', 'abt__ut2.less_settings.general.use_rounding.variants.do_not_use', 'Don\'t use'),
('da', 'abt__ut2.less_settings.general.use_rounding.variants.full', 'Fully rounded'),
('da', 'abt__ut2.less_settings.general.use_rounding.variants.little', 'Make a little roundness'),
('da', 'abt__ut2.less_settings.general.use_titles_uppercase', 'Display headers in capital letters'),
('da', 'abt__ut2.less_settings.general.use_titles_uppercase.tooltip', 'Allows you to show headers in capital letters (used for all page headers, blocks, banners headers, etc.)'),
('da', 'abt__ut2.less_settings.general_description', 'Below are the general settings.'),
('da', 'abt__ut2.less_settings.is_absent', 'The following color values are not set for your [style] style'),
('da', 'abt__ut2.less_settings.is_absent.core', 'System values'),
('da', 'abt__ut2.less_settings.is_absent.recomend_to_add', 'We recommend that you assign their values, as this may lead to errors in the future.'),
('da', 'abt__ut2.less_settings.is_absent.theme', 'Theme values'),
('da', 'abt__ut2.less_settings.products', 'Product'),
('da', 'abt__ut2.less_settings.products.use_color_buttons_add_to_cart', 'Set individual color for <br> \"Add to cart\" button'),
('da', 'abt__ut2.less_settings.products.use_color_buttons_add_to_cart.tooltip', 'Allows you to assign an individual color to the \"Add to cart\" button on the product detail page and in the \"Quick view\" window'),
('da', 'abt__ut2.less_settings.products_description', 'Below are the settings that affect the styles for product detail page'),
('da', 'abt__ut2.less_settings.product_list', 'Product lists'),
('da', 'abt__ut2.less_settings.product_list.extend_grid_item_on_hover', 'Expand grid item on hover'),
('da', 'abt__ut2.less_settings.product_list.extend_grid_item_on_hover.tooltip', 'Adds the extending effect for item grid, when hovering on it in the list. Applies only to the Grid view of listings.'),
('da', 'abt__ut2.less_settings.product_list.show_grid_border', 'Frame type of the product in the grid'),
('da', 'abt__ut2.less_settings.product_list.show_grid_border.tooltip', 'You can change the frame type for cells in the lists of products'),
('da', 'abt__ut2.less_settings.product_list.show_grid_border.variants.none', 'Not framed'),
('da', 'abt__ut2.less_settings.product_list.show_grid_border.variants.solid_without_margins', 'Frame without external indents'),
('da', 'abt__ut2.less_settings.product_list.show_grid_border.variants.solid_with_margins', 'Frame with outer indents'),
('da', 'abt__ut2.less_settings.product_list.use_elements_alignment', 'Use elements alignment'),
('da', 'abt__ut2.less_settings.product_list.use_elements_alignment.tooltip', 'Allows you to align some elements of the list of symmetrically neighboring cells of products'),
('da', 'abt__ut2.less_settings.product_list.use_elements_alignment.variants.do_not_use', 'Don\'t use'),
('da', 'abt__ut2.less_settings.product_list.use_elements_alignment.variants.use', 'Use'),
('da', 'abt__ut2.less_settings.product_list_description', 'Below are the settings that affect the styles for elements in the product lists'),
('da', 'abt__ut2.less_settings.style.tooltip', 'Select Style (less-file, to which the following settings will be applied)'),
('da', 'abt__ut2.less_settings_description', '<b>Attention!</b> These settings apply only to the selected color scheme (in order to see the changes: make sure, that the selected in the \"Style\" settings field value corresponds to the color scheme, selected in your store (you can check the selected color scheme by Design -> Themes -> in the table opposite the chosen as default layout))'),
('da', 'abt__ut2.light_menu.back_to_main', 'Back to main'),
('da', 'abt__ut2.load_more.show_more.pages', 'Show another [n] page|Show another [n] pages'),
('da', 'abt__ut2.load_more.show_more.products', 'Show another [n] product|Show another [n] products'),
('da', 'abt__ut2.load_more_products.already_showing_all_products', 'Showing [n] product|Showing all [n] products'),
('da', 'abt__ut2.load_more_products.show_more', 'Show another [n] product|Show another [n] products'),
('da', 'abt__ut2.mainbox_general_seo', 'AB: General title (SEO)'),
('da', 'abt__ut2.menu.tab_description', 'The following settings should be used only for menu items, that use extra templates in the menu block layout: <b>AB: Horizontal dropdown list with icons</b> or <b>AB: Vertical dropdown list with icons</b> of the UniTheme2 theme'),
('da', 'abt__ut2.menus.pickers.add_menus', 'Add menu'),
('da', 'abt__ut2.menus.pickers.add_menus_and_close', 'Add menu and close'),
('da', 'abt__ut2.menus.pickers.states', 'Initial menu state'),
('da', 'abt__ut2.menus.pickers.states.hide_items', 'Hide elements and show the menu name'),
('da', 'abt__ut2.menus.pickers.states.show_items', 'Show elements'),
('da', 'abt__ut2.menus.pickers.states.tooltip', 'Select how the menu will be displayed when loading the page'),
('da', 'abt__ut2.menu_with_icons.desc', 'Short description'),
('da', 'abt__ut2.menu_with_icons.dropdown', 'Activate 3-level menu (dropdown list)'),
('da', 'abt__ut2.menu_with_icons.icon', 'Icon'),
('da', 'abt__ut2.menu_with_icons.label', 'Label'),
('da', 'abt__ut2.menu_with_icons.label_background', 'Label background'),
('da', 'abt__ut2.menu_with_icons.label_color', 'Label color'),
('da', 'abt__ut2.menu_with_icons.status', 'Activate settings'),
('da', 'abt__ut2.menu_with_icons.text', 'HTML-content'),
('da', 'abt__ut2.menu_with_icons.text_position', 'HTML-content position'),
('da', 'abt__ut2.menu_with_icons.text_position.bottom', 'Bottom'),
('da', 'abt__ut2.menu_with_icons.text_position.right_bottom', 'Right bottom'),
('da', 'abt__ut2.menu_with_icons.text_position.right_top', 'Right top'),
('da', 'abt__ut2.microdata', 'Organization microdata'),
('da', 'abt__ut2.microdata.schema_type', 'Schema type'),
('da', 'abt__ut2.microdata.schema_type.article', 'Article'),
('da', 'abt__ut2.microdata.schema_type.blogposting', 'Blog'),
('da', 'abt__ut2.microdata.schema_type.newsarticle', 'News'),
('da', 'abt__ut2.microdata.schema_type.none', 'Do not use'),
('da', 'abt__ut2.migaritions_from_unitheme1.update_po', 'Language variables recovery'),
('da', 'abt__ut2.migaritions_from_unitheme1.update_po.exist.description', 'For your installation, no additional actions for language variables recovery are required!'),
('da', 'abt__ut2.migaritions_from_unitheme1.update_po.not_exist.description', 'On this page, you can recover language variables which were deleted during removing of the first generation UniTheme addon'),
('da', 'abt__ut2.migaritions_from_unitheme1.update_po.success', 'Selected language variables were successfully recovered!'),
('da', 'abt__ut2.option.height', 'Height, px'),
('da', 'abt__ut2.option.margin', 'Margin, px'),
('da', 'abt__ut2.settings', 'Theme settings'),
('da', 'abt__ut2.settings.addons', 'Addons'),
('da', 'abt__ut2.settings.addons.wishlist_products.item_quantity', 'Show products in a row'),
('da', 'abt__ut2.settings.addons.wishlist_products.item_quantity.tooltip', 'Specify the quantity to display products in a row (only for \"Grid\")'),
('da', 'abt__ut2.settings.addons.wishlist_products_group', '\"Wish List\" addon'),
('da', 'abt__ut2.settings.addons.wishlist_products_group_description', 'Allows to add products to user wishlists'),
('da', 'abt__ut2.settings.addons_description', 'Here are setting, that affect on appearance of different addons pages in theme'),
('da', 'abt__ut2.settings.category', 'Category'),
('da', 'abt__ut2.settings.category.description_position', 'Display category description'),
('da', 'abt__ut2.settings.category.description_position.tooltip', 'Determines how the category description is displayed (nevertheless, regardless of the place of display, the Description field will be displayed in the code always above the product block, this is one of the recommendations of SEO audits)'),
('da', 'abt__ut2.settings.category.description_position.variants.bottom', 'After products'),
('da', 'abt__ut2.settings.category.description_position.variants.none', 'Don\'t display'),
('da', 'abt__ut2.settings.category.description_position.variants.top', 'Before products'),
('da', 'abt__ut2.settings.category.show_subcategories', 'Show subcategories on category pages'),
('da', 'abt__ut2.settings.category.show_subcategories.tooltip', 'Allows subcategories to be displayed in categories'),
('da', 'abt__ut2.settings.category_description', 'Here are the theme settings for Categories pages'),
('da', 'abt__ut2.settings.features', 'Features'),
('da', 'abt__ut2.settings.features.description_position', 'Display description of feature variant'),
('da', 'abt__ut2.settings.features.description_position.tooltip', 'Determines how the feature description is displayed (nevertheless, regardless of the place of display, the Description field will be displayed in the code always above the product block, this is one of the recommendations of SEO audits)'),
('da', 'abt__ut2.settings.features.description_position.variants.bottom', 'After products'),
('da', 'abt__ut2.settings.features.description_position.variants.none', 'Don\'t display'),
('da', 'abt__ut2.settings.features.description_position.variants.top', 'Before products'),
('da', 'abt__ut2.settings.features_description', 'Here are the settings for the Features pages (Purpose: Brand, author, etc.)'),
('da', 'abt__ut2.settings.general', 'General'),
('da', 'abt__ut2.settings.general.blog_page_id', 'Blog main page ID'),
('da', 'abt__ut2.settings.general.blog_page_id.button', 'All blog articles'),
('da', 'abt__ut2.settings.general.blog_page_id.tooltip', 'Specify this setting to display the link \"All pages\" in the block \"Actual news\" (see Website -> Blog)'),
('da', 'abt__ut2.settings.general.brand_feature_id', 'Brand feature ID'),
('da', 'abt__ut2.settings.general.brand_feature_id.tooltip', 'Specify brand Feature ID (Purpose: Brand, author, etc.). Feature ID is located next to the feature name in the features list (Products -> Features in the store administrative panel).The parameter \"Show in product list\" must be checked/ticked for specified feature'),
('da', 'abt__ut2.settings.general.enable_fixed_header_panel', 'Enable sticky menu'),
('da', 'abt__ut2.settings.general.enable_fixed_header_panel.tooltip', 'Allows you to display a fixed panel with elements of the header. The main elements of the store header will be visible even, when scrolling'),
('da', 'abt__ut2.settings.general.menu_min_height', 'Minimum height for the menu (only for Vertical type), px'),
('da', 'abt__ut2.settings.general.menu_min_height.tooltip', 'The minimum height for the vertical menu block with items of the second level. It is used to make the match of the height for left and right parts of menu (well described in the theme documentation)'),
('da', 'abt__ut2.settings.general_description', 'Here are the general theme settings, they affect the appearance and store functionality'),
('da', 'abt__ut2.settings.load_more', 'Show more'),
('da', 'abt__ut2.settings.load_more.before_end', 'Start for N px to the end of the page'),
('da', 'abt__ut2.settings.load_more.before_end.tooltip', 'Used only for working mode Automatically'),
('da', 'abt__ut2.settings.load_more.blog', 'Allow for the Blog'),
('da', 'abt__ut2.settings.load_more.blog.tooltip', 'Allow displaying \"Show more\" button for Blog posts'),
('da', 'abt__ut2.settings.load_more.mode', 'Paginator operation mode'),
('da', 'abt__ut2.settings.load_more.mode.tooltip', 'Choose working mode for button Show more.<br /><b>Automatically</b> — in this mode next page will be loaded over N px before the end of page while scrolling down.<br /><b>By button click</b> — next products page will be loaded only clicking the button by the user'),
('da', 'abt__ut2.settings.load_more.mode.variants.auto', 'Automatically'),
('da', 'abt__ut2.settings.load_more.mode.variants.on_button_click', 'By button click'),
('da', 'abt__ut2.settings.load_more.product_list', 'Allow for product lists'),
('da', 'abt__ut2.settings.load_more.product_list.tooltip', 'Allow display of \"Show more\" button for categories, brands, newest pages etc.'),
('da', 'abt__ut2.settings.load_more_description', 'Below are the settings for the \"Show more\" functional for various objects in lists (lazy pagination)'),
('da', 'abt__ut2.settings.name', 'Name'),
('da', 'abt__ut2.settings.products', 'Product'),
('da', 'abt__ut2.settings.products.addon_buy_together.view', 'Way of display'),
('da', 'abt__ut2.settings.products.addon_buy_together.view.tooltip', 'Choose way of display (added by AB: UniTheme2 theme or standard output by the tab)'),
('da', 'abt__ut2.settings.products.addon_buy_together.view.variants.as_block_above_tabs', 'As block before product tabs'),
('da', 'abt__ut2.settings.products.addon_buy_together.view.variants.as_tab_in_tabs', 'As product tab'),
('da', 'abt__ut2.settings.products.addon_buy_together_group', '\"Buy together\" addon'),
('da', 'abt__ut2.settings.products.addon_buy_together_group_description', 'Native CS-Cart add-on, which allows to display profitable offers in combination with the current product, on the page of which the user is located'),
('da', 'abt__ut2.settings.products.addon_required_products.item_quantity', 'Show products in row'),
('da', 'abt__ut2.settings.products.addon_required_products.item_quantity.tooltip', 'Specify the quantity products to display in a row (only for \"Grid\")'),
('da', 'abt__ut2.settings.products.addon_required_products.list_type', 'Template'),
('da', 'abt__ut2.settings.products.addon_required_products.list_type.tooltip', 'Choose template for displaying product list'),
('da', 'abt__ut2.settings.products.addon_required_products.list_type.variants.compact_list', 'Compact list'),
('da', 'abt__ut2.settings.products.addon_required_products.list_type.variants.grid_list', 'Grid'),
('da', 'abt__ut2.settings.products.addon_required_products.list_type.variants.product_list', 'List without options'),
('da', 'abt__ut2.settings.products.addon_required_products_group', '\"Required products\" addon'),
('da', 'abt__ut2.settings.products.addon_required_products_group_description', 'Native CS-Cart addon \"Required products\" creates a group of products, that will be added to the cart with the product, on which page the user is located'),
('da', 'abt__ut2.settings.products.addon_social_buttons.view', 'Show Share buttons for social networks'),
('da', 'abt__ut2.settings.products.addon_social_buttons.view.tooltip', 'Please note, that using this option slows down the loading of the product page. Not recommended for displaying on mobile devices.'),
('da', 'abt__ut2.settings.products.addon_social_buttons_group', 'Addon \"Social buttons\"'),
('da', 'abt__ut2.settings.products.addon_social_buttons_group_description', 'Native CS-Cart addon \"Social Buttons\" displays Share buttons widgets for social networks'),
('da', 'abt__ut2.settings.products.custom_block_id', 'Custom block ID / Output the block in the right column'),
('da', 'abt__ut2.settings.products.custom_block_id.tooltip', 'Specify the custom block ID, which you want to display on the right side of the product detail page (the block must be added to the Products layout and can be turned off, a special function will add it to the intended place to bypass the CS-Cart layout system) (well described in the theme documentation)'),
('da', 'abt__ut2.settings.products.vendor.show_ask_question_link', 'Show \"Ask a question\" link'),
('da', 'abt__ut2.settings.products.vendor.show_ask_question_link.tooltip', 'Allows customers to communicate with the vendor using chat. Depends on \"Ask seller a question\" addon'),
('da', 'abt__ut2.settings.products.vendor.show_logo', 'Show vendor logo'),
('da', 'abt__ut2.settings.products.vendor.show_logo.tooltip', 'Displays the vendor\'s logo'),
('da', 'abt__ut2.settings.products.vendor.show_name_as_link', 'Use vendor name as a link on a vendor page'),
('da', 'abt__ut2.settings.products.vendor.show_name_as_link.tooltip', 'Allows use vendor name as a link to the page of this vendor'),
('da', 'abt__ut2.settings.products.vendor.show_phone', 'Show vendor phone number'),
('da', 'abt__ut2.settings.products.vendor.show_phone.tooltip', 'Allows you to display the phone number of the vendor'),
('da', 'abt__ut2.settings.products.vendor.truncate_short_description', 'Number of characters for vendor description'),
('da', 'abt__ut2.settings.products.vendor.truncate_short_description.tooltip', 'Allows you to limit the output of a vendor description, specify the number of displayed characters. To disable output, use the value \"0\"'),
('da', 'abt__ut2.settings.products.vendor_group', 'Block with vendor information'),
('da', 'abt__ut2.settings.products.vendor_group_description', 'Settings for block with vendor information on the product page'),
('da', 'abt__ut2.settings.products.view.brand_link_behavior', 'Brand logo link behavior'),
('da', 'abt__ut2.settings.products.view.brand_link_behavior.tooltip', 'Determines the brand logo link'),
('da', 'abt__ut2.settings.products.view.brand_link_behavior.variants.to_brand_page', 'The link leads to brand page'),
('da', 'abt__ut2.settings.products.view.brand_link_behavior.variants.to_category_with_filter', 'The link leads to the main product category with the selected filter by product brand'),
('da', 'abt__ut2.settings.products.view.show_brand_logo', 'Show product brand logo'),
('da', 'abt__ut2.settings.products.view.show_brand_logo.tooltip', 'Allow the display of product brand logo. For the setting to work, you must correctly specify Brand feature ID setting value in General tab'),
('da', 'abt__ut2.settings.products.view.show_features', 'Show product features'),
('da', 'abt__ut2.settings.products.view.show_features.tooltip', 'Allow displaying of selected product features (for displaying on the product page (but not in Features tab), the feature must have an active setting \"Show in header on the product details page\")'),
('da', 'abt__ut2.settings.products.view.show_qty', 'Show quantity changer'),
('da', 'abt__ut2.settings.products.view.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('da', 'abt__ut2.settings.products.view.show_short_description', 'Show short description'),
('da', 'abt__ut2.settings.products.view.show_short_description.tooltip', 'Allow the display of the \"Short description\"'),
('da', 'abt__ut2.settings.products.view.show_sku', 'Show product code (Sku)'),
('da', 'abt__ut2.settings.products.view.show_sku.tooltip', 'Allow product code (Sku) showing'),
('da', 'abt__ut2.settings.products.view.show_sticky_add_to_cart', 'Show sticky block Add to cart (only for mobile devices)'),
('da', 'abt__ut2.settings.products.view.show_sticky_add_to_cart.tooltip', 'Allow output of a fixed block with the Add to cart button at the bottom of the mobile device screen. Also depending on the state of the option \"Show quantity changer\" in the block, the changer of products quantity for the order can be shown'),
('da', 'abt__ut2.settings.products.view_group', 'Additional displaying settings'),
('da', 'abt__ut2.settings.products.view_group_description', 'Additional appearance settings for the product page'),
('da', 'abt__ut2.settings.products_description', 'Here theme settings which affect the product detailed page appearance'),
('da', 'abt__ut2.settings.product_list', 'Product lists'),
('da', 'abt__ut2.settings.product_list.decolorate_out_of_stock_products', 'Decolorize out of stock products'),
('da', 'abt__ut2.settings.product_list.decolorate_out_of_stock_products.tooltip', 'Applies the effect of decolorize for product items, that are out of stock. Only for lists in categories is used'),
('da', 'abt__ut2.settings.product_list.lazy_load', 'Use images lazy load'),
('da', 'abt__ut2.settings.product_list.lazy_load.tooltip', 'Speeds up the category page loading due to the fact, that images are loaded after the page is already loaded, images will be loaded only by users screen demand. Not compatible with activated option of setting \"Show product mini icons gallery in the product list\"'),
('da', 'abt__ut2.settings.product_list.limit_product_variations', 'The maximum quantity of the displayed products variations'),
('da', 'abt__ut2.settings.product_list.limit_product_variations.tooltip', 'Specify the number of available variations, that will be shown for the product in the list, if more variations are available, than specified in the setting, the remaining amount will be indicated in brackets (+ N more). Value <code>0</code> in setting will block the display of variations.'),
('da', 'abt__ut2.settings.product_list.max_features', 'Max number of displayed features in lists'),
('da', 'abt__ut2.settings.product_list.max_features.tooltip', 'Specify the number of features displayed in all available lists for different devices'),
('da', 'abt__ut2.settings.product_list.price_display_format', 'Price display format'),
('da', 'abt__ut2.settings.product_list.price_display_format.tooltip', 'Formats options (of the elements positions) of price display'),
('da', 'abt__ut2.settings.product_list.price_display_format.variants.col', 'Option 1'),
('da', 'abt__ut2.settings.product_list.price_display_format.variants.mix', 'Option 3'),
('da', 'abt__ut2.settings.product_list.price_display_format.variants.row', 'Option 2'),
('da', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content', 'Content of bottom part of the product grid item'),
('da', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.tooltip', 'Select, what fields will be used as a additional information of the product item'),
('da', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.description', 'Short description'),
('da', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.features', 'Features list'),
('da', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.features_and_variations', 'Features and variations list'),
('da', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.none', 'Don\'t display'),
('da', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.variations', 'Variations list'),
('da', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_height', 'Minimum height for product cell, px'),
('da', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_height.tooltip', 'Defines the product cell height according to your needs'),
('da', 'abt__ut2.settings.product_list.products_multicolumns.show_brand_logo', 'Show brand logo'),
('da', 'abt__ut2.settings.product_list.products_multicolumns.show_brand_logo.tooltip', 'Allow the brand logo displaying (requires proper assigned option \"Brand feature ID\" in the \"General\" section of theme settings and downloaded images for Brand feature variants)'),
('da', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons', 'Show \"Add to cart\" buttons'),
('da', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons.tooltip', 'Allow the display of the \"Add to cart\" and \"Buy now with 1-click\" buttons'),
('da', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons_on_hover', 'Show buttons only while hovering'),
('da', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons_on_hover.tooltip', 'Buttons \"Add to cart\" and \"Buy now with 1-click\" will be shown only while hovering on the product cell'),
('da', 'abt__ut2.settings.product_list.products_multicolumns.show_qty', 'Show quantity changer'),
('da', 'abt__ut2.settings.product_list.products_multicolumns.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('da', 'abt__ut2.settings.product_list.products_multicolumns.show_sku', 'Show product code (Sku)'),
('da', 'abt__ut2.settings.product_list.products_multicolumns.show_sku.tooltip', 'Allow product code (Sku) showing'),
('da', 'abt__ut2.settings.product_list.products_multicolumns.show_you_save', 'Show \"You save\"'),
('da', 'abt__ut2.settings.product_list.products_multicolumns.show_you_save.tooltip', 'Shows information about savings (amount of your savings)'),
('da', 'abt__ut2.settings.product_list.products_multicolumns_group', 'Settings for \"Grid\" product list view'),
('da', 'abt__ut2.settings.product_list.products_multicolumns_group_description', 'Settings for \"Grid\" product list view. Please note, that some settings allow you to control the output of functional elements for different devices separately'),
('da', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content', 'Content under description'),
('da', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.tooltip', 'Select, what fields will be used as the additional information of the product item'),
('da', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.features', 'Features list'),
('da', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.features_and_variations', 'Features and variations list'),
('da', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.none', 'Don\'t display'),
('da', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.variations', 'Variations list'),
('da', 'abt__ut2.settings.product_list.products_without_options.show_amount', 'Show product availability status'),
('da', 'abt__ut2.settings.product_list.products_without_options.show_amount.tooltip', 'Allow the display of the status of stock availability (In stock, Out of stock)'),
('da', 'abt__ut2.settings.product_list.products_without_options.show_brand_logo', 'Show brand logo'),
('da', 'abt__ut2.settings.product_list.products_without_options.show_brand_logo.tooltip', 'Allow the brand logo displaying (requires proper assigned option \"Brand feature ID\" in the \"General\" section of theme settings and downloaded images for Brand feature variants)'),
('da', 'abt__ut2.settings.product_list.products_without_options.show_features', 'Show product features'),
('da', 'abt__ut2.settings.product_list.products_without_options.show_features.tooltip', 'Allow display of selected product features (for displaying in the product list the feature must have an active setting \"Show in product list\")'),
('da', 'abt__ut2.settings.product_list.products_without_options.show_options', 'Show product options'),
('da', 'abt__ut2.settings.product_list.products_without_options.show_options.tooltip', 'Allow display of product options'),
('da', 'abt__ut2.settings.product_list.products_without_options.show_qty', 'Show quantity changer'),
('da', 'abt__ut2.settings.product_list.products_without_options.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('da', 'abt__ut2.settings.product_list.products_without_options.show_sku', 'Show product code (Sku)'),
('da', 'abt__ut2.settings.product_list.products_without_options.show_sku.tooltip', 'Allow product code (Sku) showing'),
('da', 'abt__ut2.settings.product_list.products_without_options_group', 'Settings for \"List without options\" product list view'),
('da', 'abt__ut2.settings.product_list.products_without_options_group_description', 'Settings for \"List without options\" product list view. Please note, that some settings allow you to control the output of functional elements for different devices separately'),
('da', 'abt__ut2.settings.product_list.short_list.show_button', 'Show \"Add to cart\" button'),
('da', 'abt__ut2.settings.product_list.short_list.show_button.tooltip', 'Allow the display of the \"Add to cart\" buttons'),
('da', 'abt__ut2.settings.product_list.short_list.show_button_compare', 'Show \"Add to comparison list\" button'),
('da', 'abt__ut2.settings.product_list.short_list.show_button_compare.tooltip', 'Allow the display of the \"Add to comparison list\" button'),
('da', 'abt__ut2.settings.product_list.short_list.show_button_quick_view', 'Show \"Quick view\" button'),
('da', 'abt__ut2.settings.product_list.short_list.show_button_quick_view.tooltip', 'Allow the display of the \"Quick view\" button'),
('da', 'abt__ut2.settings.product_list.short_list.show_button_wishlist', 'Show \"Add to wish list\" button'),
('da', 'abt__ut2.settings.product_list.short_list.show_button_wishlist.tooltip', 'Allow the display of the \"Add to wish list\" button'),
('da', 'abt__ut2.settings.product_list.short_list.show_qty', 'Show quantity changer'),
('da', 'abt__ut2.settings.product_list.short_list.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('da', 'abt__ut2.settings.product_list.short_list.show_sku', 'Show product code (Sku)'),
('da', 'abt__ut2.settings.product_list.short_list.show_sku.tooltip', 'Allow product code (Sku) showing'),
('da', 'abt__ut2.settings.product_list.short_list_group', 'Settings for \"Compact list\" product list view'),
('da', 'abt__ut2.settings.product_list.short_list_group_description', 'Settings for \"Compact list\" product list view. Pay attention to the presence of addon-dependent settings. Some settings allow managing functionality elements output for different devices separately'),
('da', 'abt__ut2.settings.product_list.show_fixed_filters_button', 'Enable fixed filter call button'),
('da', 'abt__ut2.settings.product_list.show_fixed_filters_button.tooltip', 'When the setting is turned on when the page is scrolled, a button for calling filters will appear.'),
('da', 'abt__ut2.settings.product_list.show_gallery', 'Show product mini icons gallery in the product list'),
('da', 'abt__ut2.settings.product_list.show_gallery.tooltip', 'Activates the option of scrolling the product photos mini gallery in the lists. Applies only to the product list with the \"Grid\" output template');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('da', 'abt__ut2.settings.product_list.show_rating', 'Display product rating'),
('da', 'abt__ut2.settings.product_list.show_rating.tooltip', 'Allows to display product rating stars'),
('da', 'abt__ut2.settings.product_list_description', 'Here are the product lists settings of the theme, that affect the output for all product blocks and product lists on categories, search, features pages. Note: blocks can have their own settings and not use selected parameters. The presence of the <i class=\"icon-is-addon\"></i> icon for the setting means, that it is dependent on the presence of an addon, that needs to be turned on'),
('da', 'abt__ut2.settings.value', 'Value for all devices'),
('da', 'abt__ut2.settings.value.desktop', 'Value for Desktop'),
('da', 'abt__ut2.settings.value.mobile', 'Value for Phone'),
('da', 'abt__ut2.settings.value.tablet', 'Value for Tablet'),
('da', 'abt__ut2.settings.vendor', 'Vendor'),
('da', 'abt__ut2.settings.vendor.show_ask_question_link', 'Display \"Ask a question\" link'),
('da', 'abt__ut2.settings.vendor.show_ask_question_link.tooltip', 'Allows customers to communicate with the vendor using chat. Depends on \"Ask seller a question\" addon'),
('da', 'abt__ut2.settings.vendor.truncate_short_description', 'Number of characters for vendor description'),
('da', 'abt__ut2.settings.vendor.truncate_short_description.tooltip', 'Allows you to limit the output of vendor short description, specify the number of displayed characters. To disable output, use the value \"0\"'),
('da', 'abt__ut2.settings.vendor_description', 'Block with vendor information on the vendor\'s page'),
('da', 'abt__ut2.sort_by_bestsellers_asc', 'Bestselling: Low to High'),
('da', 'abt__ut2.sort_by_bestsellers_desc', 'Bestselling First'),
('da', 'abt__ut2.sort_by_company_asc', 'Sort by alphabetical: A to Z'),
('da', 'abt__ut2.sort_by_company_desc', 'Sort by alphabetical: Z to A'),
('da', 'abt__ut2.sort_by_null_asc', 'Without sorting'),
('da', 'abt__ut2.sort_by_on_sale_asc', 'Discount: Low to High'),
('da', 'abt__ut2.sort_by_on_sale_desc', 'Discount: High to Low'),
('da', 'abt__ut2.sort_by_popularity_asc', 'Popularity: Low to High'),
('da', 'abt__ut2.sort_by_popularity_desc', 'Popular First'),
('da', 'abt__ut2.sort_by_position_asc', 'Position: Low to High'),
('da', 'abt__ut2.sort_by_position_desc', 'Position: High to Low'),
('da', 'abt__ut2.sort_by_price_asc', 'Price: Low to High'),
('da', 'abt__ut2.sort_by_price_desc', 'Price: High to Low'),
('da', 'abt__ut2.sort_by_product_asc', 'from A to Z'),
('da', 'abt__ut2.sort_by_product_desc', 'from Z to A'),
('da', 'abt__ut2.sort_by_rating_asc', 'Sort by rating: Low to High'),
('da', 'abt__ut2.sort_by_rating_desc', 'Sort by rating'),
('da', 'abt__ut2.sort_by_timestamp_asc', 'Oldest Items First'),
('da', 'abt__ut2.sort_by_timestamp_desc', 'Newest Items First'),
('da', 'abt__ut2.upgrade_notifications.4.10.2.d.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update used layout.'),
('da', 'abt__ut2.upgrade_notifications.4.10.2.d.new_layouts.title', 'New layout \"Checkout\" is available!'),
('da', 'abt__ut2.upgrade_notifications.4.10.3.a.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('da', 'abt__ut2.upgrade_notifications.4.10.3.a.new_layouts.title', 'We recommend to update the used layout!'),
('da', 'abt__ut2.upgrade_notifications.4.10.3.b.added_compatibility_with_ab__ia.text', 'For users of <a target=\"_blank\" href=\"https://cs-cart.alexbranding.com/en/addon-intellectual-analogues-accessories-by-features.html\">AB: Intellectual selection of products</a> addon starting from version 2.6.0: special places for displaying a block of selected products were added in theme (optionally above or below the product tabs, taking into account the display settings for various devices).'),
('da', 'abt__ut2.upgrade_notifications.4.10.3.b.added_compatibility_with_ab__ia.title', 'Fixed compatibility with \"AB: Intellectual selection of products\" addon'),
('da', 'abt__ut2.upgrade_notifications.4.10.4.b.added_new_less_settings.text', '<p>In this version, we have significantly expanded the settings for \"color schemes\" and grouped them into tabs corresponding to their place of application and functional purpose.</p><p><b>IMPORTANT!!!</b></p><p>After the upgrade, your current color scheme will work as before. To use the new settings you need to perform one of the variants: <ol><li>or adjust the current used color scheme. To do this, go to the page AB: Addons → AB: UniTheme2 → Color scheme settings, select the active color scheme and set the necessary values for all settings;</li><li>or create a new color scheme using the \"Theme Editor\" based on the color schemes available in this version.</li></ol></p><p>List of new color scheme settings (AB: Addons → AB: UniTheme2 → Color scheme settings):<ul><li>General → Display headers in capital letters;</li><li>General → Buttons → Display text in capital letters;</li><li>General → Buttons → Add shadow;</li><li>General → Buttons → Add bulk;</li><li>General → Labels (stickers) → Use border style;</li> <li>General → Labels (stickers) → Add shadow;</li><li>General → Labels (stickers) → Add shadow for text;</li><li>Containers → Header → Add dividing strips;</li><li>Containers → Header → Color for hovering over a first level menu item;</li><li>Containers → Header → Color for hovering over the elements \"Categories\", \"Account\" and \"Cart\";</li><li>Containers → Header → The color of the icons for elements \"Categories\", \"Account\" and \"Cart\";</li><li>Product → Set individual color for \"Add to cart\" button.</li></ul><p>'),
('da', 'abt__ut2.upgrade_notifications.4.10.4.b.added_new_less_settings.title', 'We recommend to update the used color scheme (Style) settings!'),
('da', 'abt__ut2.upgrade_notifications.4.11.3.b.ab__deal_of_the_day.text', 'For theme version v4.11.3.b is needed the add-on \"AB: Product of the day and extended promotions\" version v3.2.0 to provide the correct display of the add-on elements in the theme.'),
('da', 'abt__ut2.upgrade_notifications.4.11.3.b.ab__deal_of_the_day.title', 'Attention! The update of the \"AB: Product of the day and extended promotions\" add-on is needed'),
('da', 'abt__ut2.upgrade_notifications.4.11.3.b.brands_page_will_be_removed.text', 'The functionality of the Brands page will be moved and expanded into the separate add-on <a href=\"https://cs-cart.alexbranding.com/en/seo-for-brands.html\" target=\"_blank\">AB: SEO for Brands</a> from the next version of the theme. It is available in the package <a href=\"https://cs-cart.alexbranding.com/en/seo-package.html\" target=\"_blank\">SEO</a>.'),
('da', 'abt__ut2.upgrade_notifications.4.11.3.b.brands_page_will_be_removed.title', 'Attention! The removing of Brands page functionality is planned'),
('da', 'abt__ut2.upgrade_notifications.4.11.3.c.brands_page_was_removed.text', 'Functionality of the Brands page was moved out and expanded to the separate add-on <a href=\"https://cs-cart.alexbranding.com/ru/seo-dlya-brendov.html\" target=\"_blank\">AB: SEO for Brands</a> that is available in the package <a href=\"https://cs-cart.alexbranding.com/ru/paket-moduley-seo.html\" target=\"_blank\">SEO</a>. In the absence of the specified add-on, theme will still use outdated functionality, which will be permanently removed in the next releases.'),
('da', 'abt__ut2.upgrade_notifications.4.11.3.c.brands_page_was_removed.title', 'Attention! The Brands page functionality was moved out to the separate add-on.'),
('da', 'abt__ut2.upgrade_notifications.recommend_to_update_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('da', 'abt__ut2.upgrade_notifications.recommend_to_update_layouts.title', 'We recommend to update the used layout!'),
('da', 'abt__ut2.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the theme in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-118\">List of releases</a>.'),
('da', 'abt__ut2.upgrade_notifications.title', 'AB: UniTheme2 was successfully updated to v[ver]!'),
('da', 'abt__ut2_advanced_subcategories_menu', 'AB: Advanced subcategories menu'),
('da', 'abt__ut2_banner_carousel_combined', 'AB: Advanced banner (Carousel)'),
('da', 'abt__ut2_banner_combined', 'AB: Advanced banner'),
('da', 'abt__ut2_bt.combinations_generated', 'Generated [n] comb.'),
('da', 'abt__ut2_bt.empty_data', 'Choose products for combinations'),
('da', 'abt__ut2_bt.form.find_by_additional_product', 'Find by additional product'),
('da', 'abt__ut2_bt.form.find_by_base_product', 'Find by base product'),
('da', 'abt__ut2_bt.form.find_by_name', 'Find by name'),
('da', 'abt__ut2_buy_together.editing', 'Editing'),
('da', 'abt__ut2_buy_together.generate', 'AB: \"Buy together\" generator'),
('da', 'abt__ut2_buy_together.manage', 'AB: \"Buy together\" manage'),
('da', 'abt__ut2_light_menu', 'AB: Fly menu'),
('da', 'abt__ut2_mv.autoinstall.add_layouts', 'Added layouts for Multi-Vendor'),
('da', 'abt__ut2_mv.help', 'Help'),
('da', 'abt__ut2_mv.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/abt__unitheme2_mv.doc\'>the documentation</a>.'),
('da', 'abt__ut2_mv.product_page_vendor_settings', 'Vendor settings on product page'),
('da', 'abt__ut2_mv.upgrade_notifications.4.10.2.b.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('da', 'abt__ut2_mv.upgrade_notifications.4.10.2.b.new_layouts.title', 'We recommend to update the used layout!'),
('da', 'abt__ut2_mv.upgrade_notifications.4.11.2.a.new_settings.text', '<h3>Block with information about the vendor on the product page</h3><p>To edit this settings go to: Admin panel → AB: Addons → AB: UniTheme2 → Theme settings, go to Product tab and find section Block with vendor information:</p><ul><li>Use vendor name as a link on a vendor page;</li><li>Show vendor logo;</li><li>Number of characters for vendor description;</li><li>Show vendor phone number;</li><li>Show \"Ask a question\" link.</li></ul><h3>Block with information about the vendor on the vendor\'s page</h3><p>To edit this settings go to: Admin panel → AB: Addons → AB: UniTheme2 → Theme settings, go to Vendor tab:</p><ul><li>Number of characters for vendor description;</li><li>Display \"Ask a question\" link.</li></ul>'),
('da', 'abt__ut2_mv.upgrade_notifications.4.11.2.a.new_settings.title', 'Added new settings'),
('da', 'abt__ut2_mv.upgrade_notifications.recommend_to_update_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('da', 'abt__ut2_mv.upgrade_notifications.recommend_to_update_layouts.title', 'We recommend to update the used layout!'),
('da', 'abt__ut2_mv.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the theme in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2_mv.doc#p-1276\">List of releases</a>.'),
('da', 'abt__ut2_mv.upgrade_notifications.title', 'AB: UniTheme2 (Multi-Vendor) was successfully updated to v[ver]!'),
('da', 'abt__ut2_mv.vendor_settings_tab', 'Vendor settings on vendor page'),
('da', 'abt__ut2_selected_filters', 'AB: Selected filter variants'),
('da', 'abt__ut2_show_title', 'Show title'),
('da', 'abt__ut2_thumbnail_height', 'Scroller thumbnail height'),
('da', 'abt__ut2_view_more_btn_behavior', 'AB: Behaviour for the \"More\" button'),
('da', 'abt__ut2_view_more_btn_behavior.tooltip', 'The setting determines the behavior variants of the button and will display the hidden menu elements when hover the mouse cursor or it will transfer to the parent menu item'),
('da', 'abt__ut2_view_more_btn_behavior_trigger_parent_link', 'Go to the parent menu item link'),
('da', 'abt__ut2_view_more_btn_behavior_view_items', 'Show hidden items'),
('da', 'abt__ut2__mainbox_general', 'AB: Main block (SEO)'),
('da', 'abt__ut2__mainbox_simple', 'AB: Simplified block'),
('da', 'abt__ut2__scroller_advanced', 'AB: Scroller advanced'),
('da', 'abt__ut2__sidebox_general', 'AB: Secondary block'),
('da', 'abt__ut2__sidebox_important', 'AB: Secondary framed block'),
('da', 'abt__ut2__swipe', 'AB: Swipe block'),
('da', 'ab__addons', 'AB: Add-ons'),
('da', 'ab__addons_manager', 'AB: Add-ons Manager'),
('da', 'ab__am.addon.action.install_addon', 'New version <code>v[ver]</code> is available for you'),
('da', 'ab__am.addon.action.install_addon.button.tooltip', 'By clicking on this button, the v[ver] of add-on will be automatically downloaded and installed to bypass the standard installation of CS-Cart. You also have the possibility to install the add-on in a standard way by downloading the version of the add-on, compatible with your store on the page My Profile → Orders page on the <a href=\'https://cs-cart.alexbranding.com/en/orders/\'>cs-cart.alexbranding.com </a>'),
('da', 'ab__am.addon.action.install_addon.button.value', 'Install v[ver]'),
('da', 'ab__am.addon.action.not_tested_yet', 'The installed version <code>v[ver]</code> has not yet passed testing for your version of the store <b>[cscart]</b>'),
('da', 'ab__am.addon.action.require_update', 'To install the add-on or updates, please, update <b>AB: Add-ons Manager</b> to the actual version <code>v[ver]<code>'),
('da', 'ab__am.addon.action.unavailable_addon', 'The add-on is not available for you (either due to incompatibility with your version of the CS-Cart <b>[cscart]</b> or your subscription for updates has expired)'),
('da', 'ab__am.addon.action.update_addon', 'Update <code>v[ver]</code> is available for you'),
('da', 'ab__am.addon.action.update_addon.button.tooltip', 'If the update is not available through the CS-Cart Upgrade Center, uninstall the add-on on the page <b> Add-ons → Manage Add-ons</b> and v[ver] will be available for installation on this page'),
('da', 'ab__am.addon.action.update_addon.button.value', 'Update to v[ver]'),
('da', 'ab__am.addon.action.wait_new_version', 'The latest version <code>v[ver]</code> is compatible with <b>[cscart]</b> according to your subscription'),
('da', 'ab__am.addon.button_buy_updates.text', 'Renew your subscription to the add-on'),
('da', 'ab__am.addon.button_buy_updates.tooltip', 'Renew the subscription to get the latest updates'),
('da', 'ab__am.addon.button_download_am.note', '<p>AB: Add-ons manager is necessary for the proper operation of our solutions.It organizes your add-ons and groups them by sets. Unobtrusively notifying you about new available updates of the add-on, and gives the opportunity to update them in one click.Also, you can easily extend the subscription to our solutions and get the most current version of the add-on. We constantly update add-ons to make them as useful to you, as possible.<p>Please note, that in order to install and/or update the add-ons, you must have the latest version of AB: Add-ons Manager v[ver]. You will be informed about the release of the new version of the add-on and a link will be provided for downloading add-on archive.</p><hr><p></b>How to update AB: Add-ons Manager to v[ver]?</b></p><ol><li>When a notification appears about the availability of the new version of AB: Add-ons Manager, download the archive;</li><li>Close the storefront. (To do this go to Settings → General → Close storefront - set the checkbox and click on the [Save] button, close for just 2 minutes);</li><li>Delete AB: Add-ons Manager (To do this, go to Add-ons → Manage Add-ons → AB: Add-ons Manager: Delete);</li><li>Install archive of AB: Add-ons Manager from step 1 (To do this, on the Add-ons → Manage add-ons → button [+]: select the previously downloaded archive from step 1);</li><li>Clear the cache (Go to the menu item Administration → Storage → Clear Cache);</li><li>Open the storefront. (To do this, go to Settings → General → Close storefront - uncheck the checkbox and click the [Save] button);</li></ol>'),
('da', 'ab__am.addon.button_download_am.text', 'Download'),
('da', 'ab__am.addon.changelog', 'List of changes'),
('da', 'ab__am.addon.doc', 'Documentation'),
('da', 'ab__am.addon.msg.available_version_is_installed', 'The latest available version of the add-on is installed'),
('da', 'ab__am.addon.msg.expired_subscription', 'Only v[ver] is available to your store. Renew the subscription to get the actual version of the add-on'),
('da', 'ab__am.addon.msg.final_version_is_installed', 'The Actual version of the add-on is installed'),
('da', 'ab__am.addon.msg.not_available', 'The add-on is not available for your store!'),
('da', 'ab__am.addon.new_version_is_available', 'v[ver] from [date]'),
('da', 'ab__am.addon.new_version_is_available.tooltip', 'New version v[ver] is available from [date]'),
('da', 'ab__am.addon.settings', 'Add-on settings'),
('da', 'ab__am.addon.status.a', 'Add-on status is \"Active\"'),
('da', 'ab__am.addon.status.d', 'Add-on status is \"Inactive\"'),
('da', 'ab__am.addon.status.n', 'Add-on status is \"Not installed yet\"'),
('da', 'ab__am.addon.subscription.active', 'Subscription is active until [date]'),
('da', 'ab__am.addon.subscription.exp', 'Your subscription for updates has expired<b>[date]</b>. To access the current add-on versions, you must buy a subscription.'),
('da', 'ab__am.addon.subscription.exp.button.tooltip', 'Buy subscription to get access to the current add-on versions'),
('da', 'ab__am.addon.subscription.exp.button.value', 'Buy subscription'),
('da', 'ab__am.addon.subscription.expired', 'Subscription expired on [date]. Renew subscription to get actual add-on versions'),
('da', 'ab__am.addon.subscription.ok', 'Your subscription is active until <b>[date]</b>'),
('da', 'ab__am.addon.subscription.ok.button.tooltip', 'Renew subscription to get access to the current add-on versions'),
('da', 'ab__am.addon.subscription.ok.button.value', 'Renew subscription'),
('da', 'ab__am.addon.subscription_updates', 'Updates are available until [date]'),
('da', 'ab__am.addon.table_head.actions', 'Actions'),
('da', 'ab__am.addon.table_head.addon', 'Add-on name'),
('da', 'ab__am.addon.table_head.note', 'Note'),
('da', 'ab__am.addon.table_head.subscription', 'Subscription'),
('da', 'ab__am.addon.table_head.versions', 'Versions'),
('da', 'ab__am.addon.table_head.versions.tooltip', 'List of variants: Installed, Available and Actual'),
('da', 'ab__am.addon.update_instruction', 'Procedure of updating'),
('da', 'ab__am.addon.versions.available', 'Available'),
('da', 'ab__am.addon.versions.final', 'Actual'),
('da', 'ab__am.addon.versions.installed', 'Installed'),
('da', 'ab__am.addon.version_info', '<b>Release date</b>: [date]<br><b>Compatibility</b>:<br>CS-Cart: [ultimate]<br>Multivendor: [multivendor]'),
('da', 'ab__am.addons', 'AB: List of available sets/add-ons'),
('da', 'ab__am.addons_sets.notes', '<h4>Basic concepts</h4><p><u>The installed version</u> is the version of the add-on, that is currently installed on your store.</p><p><u>The available version</u> is the latest version of the add-on, that is available for you to install and/or update within the prepaid subscription for updates. For example, for the add-on there are versions v2.0 from February 15, 2019 and v2.1 from March 2, 2019 and your subscription to the add-on updates ended on March 1, 2019, then the latest available version for you will be version v2.0 from 15 February 2019. To receive version v2.1 of March 2, 2019, it is necessary to renew the subscription period.</p><p><u>The actual version</u> is the latest version of the add-on at the moment. We recommend you always update to the actual version, which contains fixed bugs and new useful functionality.</p><p><u>The add-on is not available for your store</u> — it is possible, the version of your CS-Cart does not correspond to the minimum acceptable version for the add-on. For example, the YoupiTheme is available only for CS-Cart 4.7.x and more.</p><br><h4>Installation process</h4><p>The installation of the add-on has never been so simple as it is now. After purchasing AlexBranding add-ons and installing <b>AB: Add-ons Manager</b> you can install the latest version of the add-on in one click, without any visits to the personal cabinet in the store, order search, downloading of archives, etc.</p><br><h4>Upgrade process</h4><p>Add-ons updating goes via CS-Cart <b>Upgrade Center</b>. If there is no update available in the CS-Cart Upgrade Center, the update is performed by Deinstallation the old version of the add-on and Installing the new version</p><br><h4>Cache</h4><p>After installing and/or updating, you must reset CS-Cart cache. See CS-Cart <a target=\'_blank\' href=\'https://docs.cs-cart.com/4.7.x/developer_guide/getting_started/cache_clearing.html\'>documentation</a> for more details.</p>'),
('da', 'ab__am.available_addons', 'List of available AB: Add-ons'),
('da', 'ab__am.available_sets', 'List of available AB: Sets'),
('da', 'ab__am.filter', 'Filter ([active] from [total])'),
('da', 'ab__am.go_to_all_stores', 'AB: Add-ons are available only in the <a href=\'[link]\'>All stores</a> mode.'),
('da', 'ab__am.install.checking', '[name] — <b>checking</b>'),
('da', 'ab__am.install.clearing_cache', 'Clearing cache'),
('da', 'ab__am.install.downloading', '[name] — <b>downloading</b>'),
('da', 'ab__am.install.install', 'The installation process'),
('da', 'ab__am.install.installing', '[name] — <b>installing</b>'),
('da', 'ab__am.install.update', 'The update process'),
('da', 'ab__am.menu.available_update', 'Update available'),
('da', 'ab__am.menu.available_updates', 'Updates available'),
('da', 'ab__am.menu.new_version', 'v[ver]'),
('da', 'ab__am.menu.number_of_notifications', 'Number of notifications'),
('da', 'ab__am.menu.number_of_updates', 'Number of updates'),
('da', 'ab__am.msg.addon_is_already_installed', 'You have already installed the add-on <b>[name]</b> the latest version <b>[version]</b>'),
('da', 'ab__am.msg.addon_is_already_installed_upd', 'You have already installed the add-on <b>[name]</b> the latest version <b>[version]</b>, you can perform the add-on update to version <b>[version_last]</b>'),
('da', 'ab__am.msg.error_code', 'Error Code'),
('da', 'ab__am.msg.no_permissions', 'No write permission'),
('da', 'ab__am.msg.update_am', 'To install and/or update our add-ons, you should update AB: Add-ons Manager to the latest version <b>v[ver]</b>!'),
('da', 'ab__am.note', 'More info'),
('da', 'ab__am.notifications', 'List of notifications from AlexBranding'),
('da', 'ab__am.notifications.notes', 'In this section you will find information about our news and promotions. Regularly we will inform you about the releases of our new solutions, discounts or closed promotions, available only for you.'),
('da', 'ab__am.no_data', 'To use AlexBranding add-ons and/or sets, your domain <b>[domain]</b> must be licensed.<br>In the case of absence of the domain <b>[domain]</b> in the list of licensed domains, all AlexBranding solutions will be automatically turned off. <br>Contact <b>info@alexbranding.com</b> for problem solving.'),
('da', 'ab__am.no_data.notification', 'Due to the fact, that your domain [domain] is not included in the list of licensed, some AlexBranding add-ons have been automatically turned off. <a href=\'[link]\'>More info</a>.'),
('da', 'ab__am.order', '(Order #[order_id])'),
('da', 'ab__am.our_store', 'AlexBranding\'s store'),
('da', 'ab__am.set.available_updates', 'New versions are available: [n]'),
('da', 'ab__am.set.button_buy_updates.text', 'Renew your subscription to the set'),
('da', 'ab__am.set.button_buy_updates.tooltip', 'Update subscription expired [date]. Renew the subscription for the latest updates'),
('da', 'ab__am.set.set', 'Set name'),
('da', 'ab__am.set.subscription_updates', 'Updates are available until [date]'),
('da', 'ab__am.submit.install.text', 'Install version v[ver]'),
('da', 'ab__am.submit.tooltip', 'Keep in mind that before installing/updating all files of this add-on will be deleted, including your changes in this add-on. If you have any files - be sure to save them. [update_info]'),
('da', 'ab__am.submit.tooltip.update_info', 'Be sure to remember add-on settings to restore them after the update if they are'),
('da', 'ab__am.submit.update.text', 'Update to version v[ver]'),
('da', 'ab__am.submit.update.tooltip', ''),
('da', 'ab__am.subscription', 'Subscribe to our channels to be the first<br>to know about new releases and promotions!'),
('da', 'ab__am.subscription.channels.variant.email.href', 'https://cs-cart.alexbranding.com/en/subscription-en.html'),
('da', 'ab__am.subscription.channels.variant.email.title', 'Email'),
('da', 'ab__am.subscription.channels.variant.facebook.href', 'https://fb.me/AlexBrandingEn'),
('da', 'ab__am.subscription.channels.variant.facebook.title', 'Facebook'),
('da', 'ab__am.subscription.channels.variant.instagram.href', 'https://www.instagram.com/alexbrandingteam/'),
('da', 'ab__am.subscription.channels.variant.instagram.title', 'Instagram'),
('da', 'ab__am.subscription.channels.variant.telegram.href', 'https://t.me/alexbranding_en'),
('da', 'ab__am.subscription.channels.variant.telegram.title', 'Telegram'),
('da', 'ab__am.subscription.channels.variant.twitter.href', 'https://twitter.com/alexbranding_en'),
('da', 'ab__am.subscription.channels.variant.twitter.title', 'Twitter'),
('da', 'ab__am.subscription.channels.variant.whatsapp.href', 'https://chat.whatsapp.com/GzW9eZjXH6YL2b0d9gitvk'),
('da', 'ab__am.subscription.channels.variant.whatsapp.title', 'WhatsApp'),
('da', 'ab__am.subscription.channels.variant.youtube.href', 'https://www.youtube.com/channel/UCTkiV2DqPqQaLOyWZzBFjaA'),
('da', 'ab__am.subscription.channels.variant.youtube.title', 'Youtube'),
('da', 'ab__category_banners', 'AB: Banners for categories'),
('da', 'ab__category_banners.add', 'Add banner for category'),
('da', 'ab__category_banners.adding', 'Adding banner for category'),
('da', 'ab__category_banners.demodata', 'Demo data'),
('da', 'ab__category_banners.editing', 'Editing banner for category'),
('da', 'ab__category_banners.export', 'Data export'),
('da', 'ab__category_banners.help', 'Help'),
('da', 'ab__category_banners.manage', 'Banners management'),
('da', 'ab__cb.autoinstall.banners_created', 'Demo category banners [banners] is created successfully'),
('da', 'ab__cb.autoinstall.banners_not_created', 'Failed to create demo category banners'),
('da', 'ab__cb.autoinstall.no_category', 'Available category not found'),
('da', 'ab__cb.autoinstall.no_demodata', 'File with demo data is missing'),
('da', 'ab__cb.banner_position', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
('da', 'ab__cb.cat_banner', 'banner for category'),
('da', 'ab__cb.cron_links', '<p>For an automatic switching off of expired banners - use one of these links:<b/r><br/><code>[cron_cmd]</code><br/>or<br/><code>[cron_url]</code></p>'),
('da', 'ab__cb.datatime', 'date/time'),
('da', 'ab__cb.demodata.table.action', 'Action'),
('da', 'ab__cb.demodata.table.add_banners', 'Add banners'),
('da', 'ab__cb.demodata.table.description', 'Demo data'),
('da', 'ab__cb.demodata_description', 'Demo data can be downloaded on this page'),
('da', 'ab__cb.errors.cron_key', '<p>Warning! The value <code>[value]</code> of the setting <code>Cron key</code> doesn\'t meet the safety requirements</p>'),
('da', 'ab__cb.export.actions.banners', 'Banners export'),
('da', 'ab__cb.export.actions.banners.placeholder', 'Banners ID'),
('da', 'ab__cb.export.table.action', 'Action'),
('da', 'ab__cb.export.table.data', 'Data for export'),
('da', 'ab__cb.export.table.description', 'Data export'),
('da', 'ab__cb.export_description', 'Addon data can be exported on this page'),
('da', 'ab__cb.form.friday', 'Friday'),
('da', 'ab__cb.form.from_date', 'Active from date/time'),
('da', 'ab__cb.form.grid_image', 'Images for an output as a grid'),
('da', 'ab__cb.form.include_subcategories', 'Show in subcategories'),
('da', 'ab__cb.form.list_image', 'Images for an output as a list without options'),
('da', 'ab__cb.form.monday', 'Monday'),
('da', 'ab__cb.form.m_turn_off', 'Switch off selected'),
('da', 'ab__cb.form.m_turn_on', 'Switch on selected'),
('da', 'ab__cb.form.position', 'Position'),
('da', 'ab__cb.form.saturday', 'Saturday'),
('da', 'ab__cb.form.sunday', 'Sunday'),
('da', 'ab__cb.form.target_blank', 'Open banner link in a new window'),
('da', 'ab__cb.form.thursday', 'Thursday'),
('da', 'ab__cb.form.to_date', 'Active to date/time'),
('da', 'ab__cb.form.tuesday', 'Tuesday'),
('da', 'ab__cb.form.url', 'Link'),
('da', 'ab__cb.form.wednesday', 'Wednesday'),
('da', 'ab__cb.help.cron.title', 'Automatic switching off of expired banners'),
('da', 'ab__cb.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__category_banners.doc\'>documentation</a>.'),
('da', 'ab__cb.settings', 'General settings'),
('da', 'ab__cb.set_from_and_to', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('da', 'ab__cb.upgrade_notifications.2.0.0.text', 'Banners behavier has been changed. The output of several banners at the same time is allowed. They will be displayed in random order at the specified positions. Check the settings and change the position of the banners if necessary.'),
('da', 'ab__cb.upgrade_notifications.2.0.0.title', 'Multiple banners output'),
('da', 'ab__deal_of_the_day', 'AB: Product of the day and extended promotions'),
('da', 'ab__deal_of_the_day_title_product', 'Promotions'),
('da', 'ab__dotd.add_promotions', 'Add promotions'),
('da', 'ab__dotd.add_promotions_and_close', 'Add promotions and close'),
('da', 'ab__dotd.all_promotions', 'Also in promotions'),
('da', 'ab__dotd.all_promotions.title', 'View all promotions for this product'),
('da', 'ab__dotd.all_promotions_list', 'All promotions list'),
('da', 'ab__dotd.autoinstall.no_demodata', 'File with demo data is missing'),
('da', 'ab__dotd.autoinstall.promotions_created', 'Demo promotions [promotions] is created successfully'),
('da', 'ab__dotd.autoinstall.promotions_not_created', 'Failed to create demo promotions'),
('da', 'ab__dotd.block.priority', 'Priority'),
('da', 'ab__dotd.chains_list.title', 'Products combinations'),
('da', 'ab__dotd.choose_promotion', 'Choose promotion'),
('da', 'ab__dotd.clear_filter', 'Clear filter'),
('da', 'ab__dotd.counter.days', 'days'),
('da', 'ab__dotd.counter.hours', 'hours'),
('da', 'ab__dotd.counter.minutes', 'minutes'),
('da', 'ab__dotd.counter.months', 'months'),
('da', 'ab__dotd.counter.seconds', 'seconds'),
('da', 'ab__dotd.counter.years', 'years'),
('da', 'ab__dotd.days_left', '<span>[n]</span> day left|<span>[n]</span> days left'),
('da', 'ab__dotd.days_to_start', '<span>[n]</span> day to start|<span>[n]</span> days to start'),
('da', 'ab__dotd.demodata', 'Demo data'),
('da', 'ab__dotd.demodata.table.action', 'Action'),
('da', 'ab__dotd.demodata.table.add_promotions', 'Adding promotions'),
('da', 'ab__dotd.demodata.table.description', 'Demo data'),
('da', 'ab__dotd.demodata_description', 'Installing demo data page'),
('da', 'ab__dotd.detailed', 'Promotion details'),
('da', 'ab__dotd.error.use_schedule_is_on', 'When using the \"AB: Promotion schedule\" available period changes are not available'),
('da', 'ab__dotd.form.filter', 'Use filter by category'),
('da', 'ab__dotd.form.h1', 'h1 tag'),
('da', 'ab__dotd.form.hide_products_block', 'Hide products block'),
('da', 'ab__dotd.form.list_image', 'Image for promotions list'),
('da', 'ab__dotd.form.meta_description', 'Meta tag <code>description</code>'),
('da', 'ab__dotd.form.meta_keywords', 'Meta tag <code>keywords</code>'),
('da', 'ab__dotd.form.page_image', 'Image for promotion page'),
('da', 'ab__dotd.form.page_title', 'Page title'),
('da', 'ab__dotd.form.use_products_filter', 'Use filter by products'),
('da', 'ab__dotd.form.use_schedule', 'Use schedule'),
('da', 'ab__dotd.form.use_schedule.tooltip', 'If you activate this option, the standard promotion setting \"Use available period\" will be disabled and the promotion activity will be determined by the Schedule that you can set in this tab interface. Conversely, if you disable this setting, the standard option \"Use available period\" will controls the activity of the promotion.'),
('da', 'ab__dotd.from', 'from'),
('da', 'ab__dotd.get_more_combinations', 'Show more [n] combination|Show more [n] combinations'),
('da', 'ab__dotd.help', 'Help'),
('da', 'ab__dotd.layouts', 'Layouts'),
('da', 'ab__dotd.layouts.choose_layout_to_reset', 'Choose layout to reset'),
('da', 'ab__dotd.layouts.header', 'There are displaying all layout pages, added by the addon, on this page. You can reset pages in any layout to the default state. Also you can download xml-file of a layout page and import it manually.'),
('da', 'ab__dotd.layouts.layout_is_not_found', 'Layout is not found'),
('da', 'ab__dotd.layouts.layout_was_reset', 'Layout was reset'),
('da', 'ab__dotd.layouts.table.action', 'Action'),
('da', 'ab__dotd.layouts.table.dispatch', 'Dispatch'),
('da', 'ab__dotd.layouts.table.dispatch_description', 'Type of the layout page'),
('da', 'ab__dotd.layouts.table.get_file', 'Get file'),
('da', 'ab__dotd.layouts.table.layouts', 'Layouts'),
('da', 'ab__dotd.less', 'Less'),
('da', 'ab__dotd.more', 'More'),
('da', 'ab__dotd.page_action_period', 'Promotion period:'),
('da', 'ab__dotd.promotion_awaited', 'Promotion is awaiting'),
('da', 'ab__dotd.promotion_expired', 'Promotion is ended'),
('da', 'ab__dotd.schedule.table_header', 'Time and Date'),
('da', 'ab__dotd.settings', 'General settings'),
('da', 'ab__dotd.showed_combinations', 'Shown [n] from [total]'),
('da', 'ab__dotd.sort.created', 'by creation date'),
('da', 'ab__dotd.sort.name', 'by name'),
('da', 'ab__dotd.sort.priority', 'by priority'),
('da', 'ab__dotd.sort.to_date', 'by ending date'),
('da', 'ab__dotd.tab.ab__dotd_schedule_header', 'Use the time range selection for each day of each month to specify the promotion activity period. When setting the schedule, refer to that left mouse button - select, right mouse button - unselect'),
('da', 'ab__dotd.to', 'to'),
('da', 'ab__dotd.today_only', 'Only today'),
('da', 'ab__dotd_awaited_promotions', 'Awaiting promotions'),
('da', 'ab__dotd_expired_promotions', 'Ended promotions'),
('da', 'ab__dotd_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__deal_of_the_day.doc\'>documentation</a>'),
('da', 'ab__dotd_product_label', 'Promotion'),
('da', 'ab__dotd_schedule', 'AB: Promotion schedule'),
('da', 'ab__dotd_scroller', 'Promotions scroller'),
('da', 'ab__dotd_sorted_promotions', 'Active promotions'),
('da', 'ab__dotd_time_awaited_left', 'To start promotion remains'),
('da', 'ab__dotd_time_left', 'To end of promotions remains'),
('da', 'ab__fast_navigation', 'AB: Fast navigation'),
('da', 'ab__fast_navigation.demodata', 'Demo data'),
('da', 'ab__fast_navigation.export', 'Export'),
('da', 'ab__fast_navigation.help', 'Help'),
('da', 'ab__fast_navigation.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__fast_navigation.doc\'>documentation</a>.'),
('da', 'ab__fn.category.label', 'Label text'),
('da', 'ab__fn.category.label.show', 'Show label'),
('da', 'ab__fn.category.label.show.tooltip', 'Display label for this language'),
('da', 'ab__fn.category.label_background', 'Label background color'),
('da', 'ab__fn.category.label_color', 'Label text color'),
('da', 'ab__fn.category.status', 'Allow displaying in AB: Fast navigation'),
('da', 'ab__fn.category.status.tooltip', 'Activate an option for editing the AB: Fast navigation block element'),
('da', 'ab__fn.category.use_origin_image', 'Use images originals'),
('da', 'ab__fn.category.use_origin_image.tooltip', 'When the option is enabled — uploaded originals will be used \"as is\"(recommend using small size images). Images sizes are set in the block settings on layouts page'),
('da', 'ab__fn.common_btn_text.tooltip', 'Allows to set button text. If leave empty — text \"BUTTON\" will be represented by default'),
('da', 'ab__fn.demodata.actions.export_menu', 'Menu'),
('da', 'ab__fn.demodata.actions.export_menu.placeholder', 'Menu ID'),
('da', 'ab__fn.demodata.errors.file_broken', 'File [file_path] does not exist or was broken'),
('da', 'ab__fn.demodata.success.menu_created', 'Demo menu <a target=\"_blank\" href=\"[href]\">[name]</a> is added'),
('da', 'ab__fn.demodata.table.action', 'Action'),
('da', 'ab__fn.demodata.table.add_menu', 'Add the menu'),
('da', 'ab__fn.demodata.table.description', 'Demo data'),
('da', 'ab__fn.demodata_description', 'Fast demo data creation for addon'),
('da', 'ab__fn.export.table.action', 'Action'),
('da', 'ab__fn.export.table.data', 'Data for export'),
('da', 'ab__fn.export.table.description', 'The export data'),
('da', 'ab__fn.export_description', 'Fast menu export for the addon AB: Fast navigation'),
('da', 'ab__fn.front.button.defult_text', 'Button'),
('da', 'ab__fn.menu.icon', 'Icon'),
('da', 'ab__fn.menu.label', 'Label text'),
('da', 'ab__fn.menu.label.show', 'Show label'),
('da', 'ab__fn.menu.label.show.tooltip', 'Display label for this language'),
('da', 'ab__fn.menu.label_background', 'Label background color'),
('da', 'ab__fn.menu.label_color', 'Label text color'),
('da', 'ab__fn.menu.status', 'Allow displaying in AB: Fast navigation'),
('da', 'ab__fn.menu.status.tooltip', 'Activate an option for editing the AB: Fast navigation block element'),
('da', 'ab__fn.menu.use_origin_image', 'Use images originals'),
('da', 'ab__fn.menu.use_origin_image.tooltip', 'When the option is enabled — uploaded originals will be used \"as is\"(recommend using small size images). Images sizes are set in the block settings on layouts page'),
('da', 'ab__fn.more', 'All from the section'),
('da', 'ab__fn.show_more', 'Show more [x] of [y]'),
('da', 'ab__fn_add_link', 'Add a link on \"All from the section\"'),
('da', 'ab__fn_add_link.tooltip', 'The link will have the URL of the parent element'),
('da', 'ab__fn_cbt_as_btn', 'Button'),
('da', 'ab__fn_cbt_as_txt', 'Text'),
('da', 'ab__fn_common_btn_class', '\"General link\" additional class'),
('da', 'ab__fn_common_btn_class.tooltip', 'List of classes that will be added to the link (space-separated)'),
('da', 'ab__fn_common_btn_text', '\"General link\" button text'),
('da', 'ab__fn_common_btn_type', 'Appearance of the \"General link\" button'),
('da', 'ab__fn_common_btn_type.tooltip', 'Choose the button representation on the storefront'),
('da', 'ab__fn_display_type', 'Display type'),
('da', 'ab__fn_grid', 'Grid'),
('da', 'ab__fn_icon_width', 'Icon width, px'),
('da', 'ab__fn_init_scrollbar', 'Enable scroll progress bar for the first level'),
('da', 'ab__fn_init_second_level_scroll', 'Enable scroller for the second level'),
('da', 'ab__fn_number_of_columns', 'Number of columns in the list'),
('da', 'ab__fn_number_of_columns.tooltip', 'Number of columns for screens'),
('da', 'ab__fn_number_of_columns_desktop', 'Number of columns in the list (Desktop)'),
('da', 'ab__fn_number_of_columns_desktop.tooltip', 'Number of columns for screens > 1230px'),
('da', 'ab__fn_number_of_columns_desktop_small', 'Number of columns in the list (Notebook)'),
('da', 'ab__fn_number_of_columns_desktop_small.tooltip', 'Number of columns for screens 992px - 1229px'),
('da', 'ab__fn_number_of_columns_mobile', 'Number of columns in the list (Phone)'),
('da', 'ab__fn_number_of_columns_mobile.tooltip', 'Number of columns for screens < 575px'),
('da', 'ab__fn_number_of_columns_tablet', 'Number of columns in the list (Tablet)'),
('da', 'ab__fn_number_of_columns_tablet.tooltip', 'Number of columns for screens 768px - 991px'),
('da', 'ab__fn_number_of_columns_tablet_small', 'Number of columns in the list (Phablet)'),
('da', 'ab__fn_number_of_columns_tablet_small.tooltip', 'Number of columns for screens 576px - 767px'),
('da', 'ab__fn_one_level', 'Single-level navigation'),
('da', 'ab__fn_scroller', 'Scroller'),
('da', 'ab__fn_show_common_btn', 'Show \"General link\" button'),
('da', 'ab__fn_show_common_btn.tooltip', 'A \"General link\" with assigned URL will be displayed under a block'),
('da', 'ab__fn_show_common_btn_link', '\"General link\" URL'),
('da', 'ab__fn_show_common_btn_link.tooltip', 'Destination URL. Can be an external link, a link inside the store or a dispatcher'),
('da', 'ab__fn_two_level', 'Two-level navigation'),
('da', 'ab__hide_product_description', 'AB: Hide the part of the content up to a certain height'),
('da', 'ab__landing_categories', 'AB: Landing categories/pages'),
('da', 'ab__lc.add_menu.added_new_menu', 'The new Menu is created'),
('da', 'ab__lc.add_menu.used_existing_menu', 'The existing Menu is used'),
('da', 'ab__lc.breadcrumb_catalog', 'Catalog'),
('da', 'ab__lc.catalog.icon', 'Category mini-icon'),
('da', 'ab__lc.catalog.image_control', 'Way of displaying icon'),
('da', 'ab__lc.catalog.image_control.left', 'Display the category mini-icon to the left of the name'),
('da', 'ab__lc.catalog.image_control.none', 'Don\'t display'),
('da', 'ab__lc.catalog.image_control.top', 'Display the category image on top of the name'),
('da', 'ab__lc.catalog.show_more', 'More'),
('da', 'ab__lc.category.list', 'Landing categories list'),
('da', 'ab__lc.category.list.tooltip', 'To correctly display the hierarchy of categories, the parent categories for the landing categories will be displayed, even if they are not landing categories!'),
('da', 'ab__lc.control_subcategory_structure', 'AB: Management of the displayed structure of landing category/page'),
('da', 'ab__lc.control_subcategory_structure.add_menu', 'Add and/or associate Menu'),
('da', 'ab__lc.control_subcategory_structure.add_menu.added_new_menu', 'The Menu has been successfully created and is associated with the current category!'),
('da', 'ab__lc.control_subcategory_structure.add_menu.info', 'The landing category menu is created only if necessary, as the menu is searched for by code <code>ABLC-xxx</code>, where <code>xxx</code> — category_id'),
('da', 'ab__lc.control_subcategory_structure.add_menu.info.multiplestore', 'Before creating the Menu — select <b>Store</b>'),
('da', 'ab__lc.control_subcategory_structure.add_menu.used_existing_menu', 'The Menu already existed and was associated with the current category!'),
('da', 'ab__lc.control_subcategory_structure.how_to_use_menu', 'Using of menu items'),
('da', 'ab__lc.control_subcategory_structure.how_to_use_menu.append', 'Add menu items in the end of a structure of the subcategories'),
('da', 'ab__lc.control_subcategory_structure.how_to_use_menu.not_to_use', 'Not to use'),
('da', 'ab__lc.control_subcategory_structure.how_to_use_menu.prepend', 'Add menu items in the beginning of a structure of the subcategories'),
('da', 'ab__lc.control_subcategory_structure.how_to_use_menu.replace', 'Replace the current sub-categories structure with the menu items'),
('da', 'ab__lc.control_subcategory_structure.inherit_control', 'To inherit management'),
('da', 'ab__lc.control_subcategory_structure.menu_id', 'Menu ID'),
('da', 'ab__lc.demodata', 'Demo data'),
('da', 'ab__lc.demodata.actions.export_category', 'Categories'),
('da', 'ab__lc.demodata.actions.export_category.placeholder', 'Categories ID'),
('da', 'ab__lc.demodata.success.category', '<a href=\"[href]\" target=\"_blank\">Demo category</a> was installed successfully'),
('da', 'ab__lc.demodata.table.action', 'Action'),
('da', 'ab__lc.demodata.table.add_category', 'Add a category'),
('da', 'ab__lc.demodata.table.description', 'Demo data'),
('da', 'ab__lc.demodata_description', 'The page of quick creation of a demo category for demonstration of operating of the addon'),
('da', 'ab__lc.export', 'Export'),
('da', 'ab__lc.export.description', 'The page of quick creation of the exports of the functional'),
('da', 'ab__lc.export.table.action', 'Action'),
('da', 'ab__lc.export.table.data', 'Data for export'),
('da', 'ab__lc.export.table.description', 'The exported data'),
('da', 'ab__lc.help', 'Help'),
('da', 'ab__lc.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__landing_categories.doc\'>documentation</a>.'),
('da', 'ab__lc.landing_category.landing', 'Use category as a landing page'),
('da', 'ab__lc.landing_category.show_more', 'More'),
('da', 'ab__lc.landing_category.subsubcategories', 'Amount of sub-subcategories'),
('da', 'ab__lc.settings', 'General settings'),
('da', 'ab__lc_catalog', 'AB: Catalog'),
('da', 'ab__lc_landing_category', 'AB: Landing category/page'),
('da', 'ab__mb.admin.categories_update.description', 'There is a <a href=\"[href]\" target=\"_blank\">list of motivational elements</a> that will be displayed for products in this category.<br/>Please note that <span title=\"[text]\" class=\"cm-tooltip\" style=\"color: red\">other conditions</span> may be used due to which these motivational elements will not be displayed for products of this category'),
('da', 'ab__mb.admin.categories_update.description.tooltip', 'The conditions for displaying motivational elements depend on:<ul><li>Terms for categories</li><li>Terms for destinations</li></ul>See <a href=\'[href]\' title=\'Documentation\' target=\'_blank\'>the documentation</a> for more details'),
('da', 'ab__mb.admin.categories_update.description.tooltip.link', 'https://docs.cs-cart.abt.team/en/ab__motivation_block.doc/#p-946'),
('da', 'ab__mb.class_copied', 'The class is copied in a clipboard'),
('da', 'ab__mb.demodata.description', 'On this page, you can quickly create a demo data for the motivation block'),
('da', 'ab__mb.demodata.errors.no_data', 'It seems the \"data.json\" file was deleted'),
('da', 'ab__mb.demodata.successes.blocks', 'Motivational elements [blocks] were successfully created'),
('da', 'ab__mb.demodata.table.add_blocks', 'Add demo data into the motivation block'),
('da', 'ab__mb.demodata.table.description', 'Demo data type'),
('da', 'ab__mb.description', 'Custom content (HTML/Smarty)'),
('da', 'ab__mb.destinations', 'Rate areas'),
('da', 'ab__mb.destinations.add_destinations', 'Add rate areas'),
('da', 'ab__mb.destinations.add_destinations_and_close', 'Add rate areas and close'),
('da', 'ab__mb.destinations.text_all_destinations_included', 'All rate areas are included'),
('da', 'ab__mb.editing_motivation_item', 'Editing motivational element'),
('da', 'ab__mb.errors.disabled_option_choosen', 'Invalid value for \"[field]\" field'),
('da', 'ab__mb.exclude.categories', 'Active for'),
('da', 'ab__mb.exclude.categories.tooltip', 'Choose how to use objects selected by picker'),
('da', 'ab__mb.exclude.destinations', 'Active for'),
('da', 'ab__mb.exclude.destinations.tooltip', 'Choose how to use objects selected by picker'),
('da', 'ab__mb.exclude.exclude', 'all not in the list'),
('da', 'ab__mb.exclude.exclude.full_text', 'Active for all not in the list'),
('da', 'ab__mb.exclude.not_exclude', 'all in the list'),
('da', 'ab__mb.exclude.not_exclude.full_text', 'Active for all in the list'),
('da', 'ab__mb.go_to', 'Go to page of'),
('da', 'ab__mb.go_to.destinations_manage', 'Go to page of destinations management'),
('da', 'ab__mb.go_to.mb_manage', 'Go to page of motivational elements management'),
('da', 'ab__mb.icons.class', 'Icon class'),
('da', 'ab__mb.icons.class.tooltip', 'A value which needs to be used in the field \"Icon class\" in motivation block settings'),
('da', 'ab__mb.icons.info', 'On this page, you can find the available icons list'),
('da', 'ab__mb.icons.refresh', 'Refresh icons'),
('da', 'ab__mb.icons.refreshed_successfully', 'Icons have been updated successfully'),
('da', 'ab__mb.icons.tygh_icons', 'Icons list by default'),
('da', 'ab__mb.icons.yt_icons', 'List of icons added by AB: YoupiTheme'),
('da', 'ab__mb.icon_class', 'Icon class'),
('da', 'ab__mb.icon_color', 'Icon color'),
('da', 'ab__mb.icon_type', 'Icon type'),
('da', 'ab__mb.new_motivation_item', 'New motivational element'),
('da', 'ab__mb.not_display_on', 'Do not display on'),
('da', 'ab__mb.only_for.vertical_tabs.tooltip', 'This setting only works if the \"Vertical tabs\" display option is selected in the add-on settings'),
('da', 'ab__mb.products.also_in_categories', 'This product also participates in category|This product also participates in categories'),
('da', 'ab__mb.settings', 'General settings'),
('da', 'ab__mb.set_default_value', 'Restore by default'),
('da', 'ab__mb.templates_settings.brand_feature_id', '\"Brand\" feature ID'),
('da', 'ab__mb.templates_settings.brand_feature_id.tooltip', 'This setting will be used to form a filter link in the product category'),
('da', 'ab__mb.templates_settings.max_tags_count', 'Maximum tags count'),
('da', 'ab__mb.template_path.search.ignore_this_field', 'Ignore this field'),
('da', 'ab__mb.template_path.search.ignore_this_field.tooltip', 'When choosing this option - the \"Template\" field of the motivational element will not be taken into account when sampling'),
('da', 'ab__mb.template_path.templates.categories_list', 'Product categories list'),
('da', 'ab__mb.template_path.templates.categories_list.tooltip', 'The template displays a list of all categories in which the product is involved. It is available if there is at least one category in the store (except for the \"Trash category\")'),
('da', 'ab__mb.template_path.templates.geo_maps', 'Shipping information'),
('da', 'ab__mb.template_path.templates.geo_maps.tooltip', 'The template displays information about the cost of delivery of products. Available when the \"Maps and Geolocation\" add-on is active. Information will be shown only with active setting \"Show shipping cost and time on product pages\" for \"Maps and Geolocation\" add-on. The standard information output provided by CS-Cart by default will be blocked'),
('da', 'ab__mb.template_path.templates.payment_methods', 'Payment methods information'),
('da', 'ab__mb.template_path.templates.payment_methods.tooltip', 'The template displays information about the available payment methods'),
('da', 'ab__mb.template_path.templates.tags_list', 'Product tags list');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('da', 'ab__mb.template_path.templates.tags_list.tooltip', 'The template displays a list of all tags assigned to the product. Available when the \"Tags\" add-on is active. Be sure to create and assigned tags for products'),
('da', 'ab__mb.template_path.templates.warning', 'The standard information output provided by CS-Cart by default will be blocked'),
('da', 'ab__mb.template_path.tooltip', 'Choose a way to fill content of motivational element'),
('da', 'ab__mb.template_path.variants.custom', 'Custom content (HTML/Smarty)'),
('da', 'ab__mb.update_help.tip_1', 'To fill the content of motivational elements, you can use all the variables declared on the Smarty product page, for example:<br/><hr>Array <code>{$product}</code> - information about the current product;<br/><hr>Massive <code>{$currencies}</code> - currency information;<br/><hr>Array <code>{$user_info}</code> - information about the user (note that if the client is not authorized, the array will be empty);<br/><hr>Array <code>{$settings}</code> - an array of store settings.'),
('da', 'ab__mb.update_help.title', 'Additional info for content managing'),
('da', 'ab__mb.upgrade_notifications.2.0.0.added_new_settings.text', 'Please note that new settings have been added to the add-on settings.'),
('da', 'ab__mb.upgrade_notifications.2.0.0.added_new_settings.title', 'Added new settings'),
('da', 'ab__mb.upgrade_notifications.2.0.0.added_templates.text', 'Please note that in the settings of the motivational element, the \"Template\" field was added that defines the way the content of the motivational element is filled.'),
('da', 'ab__mb.upgrade_notifications.2.0.0.added_templates.title', 'A new way of filling motivational elements has been added.'),
('da', 'ab__mb.upgrade_notifications.2.1.0.added_template.text', 'Please note that a new version of the template has been added to fill the content of the motivational element'),
('da', 'ab__mb.upgrade_notifications.2.1.0.added_template.title', 'Added a new template \"Information about payment methods\"'),
('da', 'ab__mb.upgrade_notifications.2.1.0.regenerate_data.text', 'If you use old demo-data of the add-on (or your data is based on old demo-data), then you need to regenerate the demo-data'),
('da', 'ab__mb.upgrade_notifications.2.1.0.regenerate_data.title', 'Regenerate demo-data'),
('da', 'ab__mb.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the add-on in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/ab__motivation_block.doc#p-929\">List of releases</a>.'),
('da', 'ab__mb.upgrade_notifications.title', 'AB: Motivation block was successfully updated to v[ver]!'),
('da', 'ab__mb.vendor.motivation_item.template_choosen', 'For this motivational element, the type of filling using the template is seted. <br>You can contact the store administrator to create another motivational element with the filling type \"Custom content (HTML/Smarty)\"'),
('da', 'ab__mb_all_destinations', 'All rate areas'),
('da', 'ab__mb_bg_color', 'Block color'),
('da', 'ab__mb_expanded', 'Set the disclosure element by default'),
('da', 'ab__mb_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__motivation_block.doc\'>documentation</a>.'),
('da', 'ab__mb_icon_class.tooltip', 'The complete available icons list can be found on the page<a href=\"[link]\">Administration panel -> AB: Add-ons -> AB: Motivation block -> Available icons</a>'),
('da', 'ab__mb_icon_type.icon', 'Icon'),
('da', 'ab__mb_icon_type.img', 'Image'),
('da', 'ab__mb_icon_type.nothing', 'No icon'),
('da', 'ab__mb_vendor_edit', 'Allow vendor editing'),
('da', 'ab__motivation_block', 'AB: Motivation block'),
('da', 'ab__motivation_block.breadcrumbs.manage', 'AB: Motivation block: Data management'),
('da', 'ab__motivation_block.demodata', 'Demo data'),
('da', 'ab__motivation_block.help', 'Help'),
('da', 'ab__motivation_block.icons', 'Available icons'),
('da', 'ab__motivation_block.manage', 'Data management'),
('da', 'ab__promotions_list', 'AB: Promotions list'),
('da', 'ab__promotions_view', 'AB: Promotion page'),
('da', 'ab__promotion_main_data', 'Promotion header'),
('da', 'ab__scroll_to_top', 'AB: \"Scroll to top\" button'),
('da', 'ab__scroll_to_top.arrow', 'Arrow'),
('da', 'ab__scroll_to_top.help', 'Help'),
('da', 'ab__scroll_to_top.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__scroll_to_top.doc\'>documentation</a>.'),
('da', 'ab__search_motivation', 'AB: Search motivation'),
('da', 'ab__search_motivation.default_search_phrases', 'Search expressions by default'),
('da', 'ab__search_motivation.help', 'Help'),
('da', 'ab__search_motivation.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__search_motivation.doc\'>the documentation</a>.'),
('da', 'ab__search_motivation.manage', 'Search expressions by default'),
('da', 'ab__search_motivation.search_phrases', 'Search expressions'),
('da', 'ab__show_additional_product_images', 'Show additional products images'),
('da', 'ab__sm.demo_phrases.0', 'Try our search'),
('da', 'ab__sm.demo_phrases.1', 'Enter the product name here'),
('da', 'ab__sm.demo_phrases.2', 'For example, iphone X'),
('da', 'ab__sm.demo_phrases.added', 'Added search motivation expressions'),
('da', 'ab__sm.settings', 'General settings'),
('da', 'ab__smc', 'AB: Hide the part of the content up to a certain height'),
('da', 'ab__smc.help', 'Help'),
('da', 'ab__smc.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__hide_product_description.doc\'>documentation</a>.'),
('da', 'ab__smc.less', 'Less'),
('da', 'ab__smc.more', 'More'),
('da', 'ab__smc.product_tabs.height', 'Displaying height, px'),
('da', 'ab__smc.product_tabs.height.tooltip', 'The value will set own height of the content display in px'),
('da', 'ab__smc.product_tabs.hide_content', 'Hide the content'),
('da', 'ab__smc.product_tabs.hide_content.less', 'Button text for hiding content'),
('da', 'ab__smc.product_tabs.hide_content.more', 'Button text for showing more content'),
('da', 'ab__smc.product_tabs.override', 'Redefine height for the tab'),
('da', 'ab__smc.product_tabs.override.tooltip', 'The value of the height of content will undertake from settings of the tab'),
('da', 'ab__smc.product_tabs.tab_description', '\"AB: Hide the part of the content up to a certain height\" addon settings'),
('da', 'ab__smc.settings', 'General settings'),
('da', 'ab__stt.color', 'Value of the icon attribute <b>color</b>'),
('da', 'ab__stt.only_integer', 'Only integers'),
('da', 'ab__stt.settings', 'General settings'),
('da', 'ab__ut2.autoinstall.demodata', 'Added demo data (new banners, menus and blog pages)'),
('da', 'ab__ut2.autoinstall.theme', 'Installed theme AB: UniTheme2'),
('da', 'ab__vg.exim.remove_videos', 'Clear up'),
('da', 'ab__vg.exim.remove_videos.text', 'When importing the existing videos of the updated product will be removed'),
('da', 'ab__vg.form.description', 'Description'),
('da', 'ab__vg.form.icon', 'Icon'),
('da', 'ab__vg.form.icon_type', 'Icon type'),
('da', 'ab__vg.form.icon_type.icon', 'Manual icon'),
('da', 'ab__vg.form.icon_type.snapshot', 'Video snapshot'),
('da', 'ab__vg.form.pos', 'Pos.'),
('da', 'ab__vg.form.product_settings', 'Settings'),
('da', 'ab__vg.form.product_videos', 'Video'),
('da', 'ab__vg.form.replace_image', 'Set video as the default product image'),
('da', 'ab__vg.form.status', 'Status'),
('da', 'ab__vg.form.title', 'Video title'),
('da', 'ab__vg.form.youtube_id', 'YouTube video ID'),
('da', 'ab__vg.form.youtube_id.tooltip', 'For example, for video \"https://www.youtube.com/watch?v=-boKk8uhmcY\", video ID is <code>-boKk8uhmcY</code>'),
('da', 'ab__vg.settings', 'General settings'),
('da', 'ab__vg_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__video_gallery.doc\'>documentation</a>.'),
('da', 'ab__video_gallery', 'AB: Video gallery of the product'),
('da', 'ab__video_gallery.help', 'Help'),
('da', 'ab__video_gallery_title_product', 'Video gallery'),
('da', 'accept', 'Acceptere'),
('da', 'accept_products', 'Accepter produkter'),
('da', 'access_denied', 'Adgang nægtet'),
('da', 'access_denied_text', 'Du har ikke adgang til dette'),
('da', 'access_for_authorized_customers_only', 'Access for authorized customers only.'),
('da', 'access_restrictions', 'Adgangsbegrænsning'),
('da', 'account', 'Konto'),
('da', 'account_name', 'Konto navn'),
('da', 'account_number', 'Kontonummer'),
('da', 'account_type', 'Konto type'),
('da', 'acquirerid', 'Erhverver ID'),
('da', 'action', 'Handling'),
('da', 'actions', 'Handlinger'),
('da', 'activate', 'Aktivere'),
('da', 'activate_menu_tab_for', 'Aktivere menu tab for'),
('da', 'activate_selected', 'Aktivere valgte'),
('da', 'activate_skrill_merchant_tools', 'Aktivere Skrill handleværktøjer'),
('da', 'activation_key', 'Activation key'),
('da', 'activation_link', 'aktiverings link'),
('da', 'activation_mode', 'aktiverings metode'),
('da', 'active', 'aktiv'),
('da', 'active_categories', 'Aktive kategorier'),
('da', 'active_preset', 'Aktive forudindstilling'),
('da', 'active_products', 'Aktive produkter'),
('da', 'active_promotions', 'Aktiver forfremmelse'),
('da', 'active_style', 'Aktive stil'),
('da', 'actual_version', 'Actual version'),
('da', 'act_on_behalf', 'handling på vegne af'),
('da', 'add', 'tilføj'),
('da', 'added', 'tilføjet'),
('da', 'adding_block_to_grid', 'Tilføje blok til gitter'),
('da', 'adding_grid', 'Tilføjelse af gitter'),
('da', 'additional_data', 'Flere data'),
('da', 'additional_images', 'Flere billeder'),
('da', 'additional_options', 'Flere valgmuligheder'),
('da', 'additional_parameter_not_correct', 'Anden parameter er ikke korrekt'),
('da', 'additional_popup_larger_image', 'Popup større billeder'),
('da', 'additional_settings', 'Additional settings'),
('da', 'additional_storefront_license_required', 'Yderligere [product] butiksfacade licens kræves'),
('da', 'additional_thumbnail', 'Flere thumbnails'),
('da', 'additional__option_thumbnail', 'Flere valgmuligheder thumbnail'),
('da', 'addon', 'Tilføjelse'),
('da', 'addons', 'Udvidelse'),
('da', 'addons.activate', 'Activate'),
('da', 'addons.and_half_stars', 'and a half stars'),
('da', 'addons.disabled', 'Disabled'),
('da', 'addons.documentation', 'Documentation'),
('da', 'addons.error_at_sending_addon_review', 'Something went wrong at sending add-on review. Please try again later.'),
('da', 'addons.error_while_sending_review', 'Your add-on review was not posted to marketplace. Please make sure that you acquire this add-on from CS-Cart Marketplace and try again later.'),
('da', 'addons.form_builder.email_subject_field', 'E-mailens emnefelt'),
('da', 'addons.form_builder.form_fields', 'Formularfelter'),
('da', 'addons.form_builder.form_name', 'Formularnavnet'),
('da', 'addons.form_builder.other_subject', 'Andre emne (præciseres nedenfor)'),
('da', 'addons.forum', 'Forum'),
('da', 'addons.forum_en', 'Forum (EN)'),
('da', 'addons.forum_ru', 'Forum (RU)'),
('da', 'addons.get_support', 'Get support'),
('da', 'addons.hide_all_reviews', 'Hide all reviews'),
('da', 'addons.install', 'Install'),
('da', 'addons.is_enjoying_addon', 'Enjoying add-on?'),
('da', 'addons.is_enjoying_addon_name', 'Enjoying [addon]?'),
('da', 'addons.latest_available_for_installation_version', 'Latest available for installation version'),
('da', 'addons.latest_version', 'Latest version'),
('da', 'addons.message', 'Message'),
('da', 'addons.multiple_dependencies_required', 'The add-on cannot be installed because it depends on the following add-ons:<ul>[addon_list]</ul> Please install these add-ons first.'),
('da', 'addons.mve_ult_or_plus_required', '[product] Plus or Ultimate required'),
('da', 'addons.name', 'Add-on name'),
('da', 'addons.newsletters.email_exists_in_list', '<b>[email]</b> er allerede i postlisten'),
('da', 'addons.newsletters.hide_on_registration_and_profile', 'Hide on the Registration and Profile Details pages'),
('da', 'addons.newsletters.show_on_registration_and_profile', 'Vis på registrering og profiloplysninger sider'),
('da', 'addons.not_installed', 'Not installed'),
('da', 'addons.no_changelog', 'No changelog'),
('da', 'addons.no_information', 'No information'),
('da', 'addons.no_reviews', 'No reviews'),
('da', 'addons.n_reviews', 'review|reviews'),
('da', 'addons.other_category', 'Other'),
('da', 'addons.out_of_five', 'out of 5'),
('da', 'addons.paypal.3d_secure_mandatory_notice', '3-D secure is mandatory in the United Kingdom.'),
('da', 'addons.paypal.configure_live', 'Configure Live'),
('da', 'addons.paypal.configure_test', 'Configure Test'),
('da', 'addons.paypal.connecting_to_signup_server', 'Connecting to <b>PayPal Sign Up Server</b>...'),
('da', 'addons.paypal.connect_to_paypal', 'Oprette forbindelse til PayPal'),
('da', 'addons.paypal.display_description', 'Vis beskrivelse'),
('da', 'addons.paypal.display_name', 'Vis navn'),
('da', 'addons.paypal.do_not_change', 'Ændre ikke'),
('da', 'addons.paypal.ipn_receiving_time', 'IPN modtagende tid'),
('da', 'addons.paypal.refund_message', '[amount] [currency] er blevet refunderet i [date] på [time].'),
('da', 'addons.paypal.rma.perform_refund', 'Give en refusion via PayPal'),
('da', 'addons.paypal.rma.refund_performed', 'Restitutionen er sket via PayPal'),
('da', 'addons.paypal.set_status_to', 'Indstillet til:'),
('da', 'addons.paypal.signup_completed', 'The <b>[payment]</b> payment method has been successfully configured'),
('da', 'addons.paypal.signup_errors.merchant_credentials', 'An error occurred when obtaining the payment method configuration'),
('da', 'addons.paypal.signup_errors.signup_init', 'An error occurred when connecting to a PayPal account'),
('da', 'addons.paypal.signup_messages.confirmation_needed', 'To access payments from your customers, please confirm your email address by following the instructions PayPal emailed to you.'),
('da', 'addons.paypal.signup_messages.finish_signup', 'You now have a PayPal business account, and you\'ve successfully integrated [product] with PayPal.<br>Don\'t forget to confirm your email to activate your account so you can access the payments. To do this, follow the instructions PayPal sent to your email.'),
('da', 'addons.paypal.status_for_new_orders', 'Indledende ordrestatus'),
('da', 'addons.paypal.status_for_new_orders.incomplete', 'Dette sikrer, at du ikke har opgivet ubetalte ordrer med status som <i>åben</i> og forbeholdt produkter. Men indtil svaret fra PayPal (meddelelsen IPN) ankommer eller kunden returnerer til butikken via et link på webstedet PayPal, ordren vil blive opført som <i>ufuldstændig</i>, og produkter vil ikke være reserveret.'),
('da', 'addons.paypal.status_for_new_orders.open', 'Som standard falder statussen <i>åben</i> beholdning, så to kunder ikke vil være i stand til at købe det samme produkt, mens betalingen behandles af PayPal. Men hvis en kunde forlader webstedet PayPal uden betaler eller vender tilbage til butikken via et link på webstedet PayPal, vil du have en forladte <i>åben</i> ordre med reserverede produkter.'),
('da', 'addons.paypal.surcharge_policy_notice', 'Tillægsgebyr er blevet sat, for den betalingsmetode, der bruger PayPal tjenester. Kontroller, at dette er i overensstemmelse med <a href=\"https://www.paypal.com/webapps/mpp/ua/legalhub-full\" target=\"_blank\"> Brugeraftalen for PayPal tjenester</a> for dit område.'),
('da', 'addons.paypal.technical_details', 'Tekniske detaljer'),
('da', 'addons.paypal.use_buttons_to_signup', 'Use these buttons to complete the configuration wizard'),
('da', 'addons.rss_feed.icon', 'RSS feed-abonnement ikon'),
('da', 'addons.search_description', 'Search by add-on name, description, developer, and add-on ID.'),
('da', 'addons.show_all_reviews', 'Show all reviews'),
('da', 'addons.show_n_reviews', 'Show [n] review|Show [n] reviews'),
('da', 'addons.show_review', 'Show review'),
('da', 'addons.social_buttons.yandex_button_update_notice', '<p>After some changes on the Yandex end, the Odnoklassniki social button stopped working for some of our clients. To make sure that the button works in your store, copy the up-to-date code from the Yandex website, paste it into the <b>Yandex.Share code</b> field, and save your changes.</p><p><a href=\"[GO_TO_ADDON_SETTING_LINK]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Open add-on settings</a> <a href=\"https://tech.yandex.ru/share/\" target=\"_blank\" class=\"btn btn-large\">Get up-to-date code from Yandex</a></p>'),
('da', 'addons.social_buttons.yandex_button_update_notice_title', 'Social buttons: Please update Yandex.Share code if you use Yandex social buttons'),
('da', 'addons.something_went_wrong', 'Something went wrong with your request. Please try again later.'),
('da', 'addons.stars', 'stars'),
('da', 'addons.support', 'Support'),
('da', 'addons.tags.add_a_tag', 'Tilføj et mærke'),
('da', 'addons.tap_star_to_rate_on_marketplace', 'Tap a star to rate it on the CS-Cart Marketplace.'),
('da', 'addons.text_post_pended', 'Your post will be checked before it gets published.'),
('da', 'addons.text_thank_you_for_post', 'Thank you for your post'),
('da', 'addons.ult_required', '[product] Ultimate required'),
('da', 'addons.upgrade', 'Upgrade'),
('da', 'addons.upgrades', 'Upgrades'),
('da', 'addons.upgrade_available', 'Upgrade available'),
('da', 'addons.upgrade_to_product_version', 'Upgrade to [product] [version]'),
('da', 'addons.upgrade_to_version', 'Upgrade to [product] [version]'),
('da', 'addons.vendor_plans.commission_description_absolute', '[amount] ud af [sum]'),
('da', 'addons.vendor_plans.commission_description_percent', '[amount]% af [sum]'),
('da', 'addons.vendor_plans.payout_for_the_plan', 'Udbetaling for kreditor plan: [plan]'),
('da', 'addons.website', 'Website'),
('da', 'addons.write_review', 'Write a review'),
('da', 'addons.your_account_doesnt_have_this_addon', 'You can not create a add-on review because you do not have this add-on purchased in your Marketplace account.'),
('da', 'addons.your_message', 'Your message'),
('da', 'addons.you_already_posted_review', 'You can not create a add-on review because you already have a review that requires premoderation'),
('da', 'addons_source', 'Kilde'),
('da', 'addon_added_to_favorites', 'Add-on added to your favorites'),
('da', 'addon_built_in', 'Indbygget'),
('da', 'addon_files_was_copied', 'The <b>\"[addon]\"</b> add-on files has been copied successfully'),
('da', 'addon_has_admin_review', 'You have left a review of the add-on'),
('da', 'addon_id', 'Add-on ID'),
('da', 'addon_is_compatible', 'This add-on version is compatible with your current [product] version.'),
('da', 'addon_license_key_tooltip', 'Indtaste licens nøglen du har modtaget via e-mail for at modtage tilføjelse opgraderinger.'),
('da', 'addon_reinstall.dangerous_way', '<strong>The dangerous way:</strong> we\'ll replace all the files of the add-on with new ones, but keep all the add-on\'s data in the database intact. This can break the add-on, or might even break your store. Please don\'t use the dangerous way, unless you absolutely know what you\'re doing.'),
('da', 'addon_reinstall.dangerous_way.action', 'Use the dangerous way'),
('da', 'addon_reinstall.dangerous_way.confirm', 'I know the risks and want to use the dangerous way.'),
('da', 'addon_reinstall.intro', 'Looks like you are trying to install an add-on that is already installed. We can do it for you in two ways; we recommend the safe way.'),
('da', 'addon_reinstall.safe_way', '<strong>The safe way:</strong> we\'ll uninstall the old add-on first, and then install the new one. The drawback is that any data and settings related to the add-on will be lost.'),
('da', 'addon_reinstall.safe_way.action', 'Use the safe way'),
('da', 'addon_removed_from_favorites', 'Add-on removed from your favorites'),
('da', 'addon_required_version', 'The add-on requires [version] version.'),
('da', 'addon_reviews', 'Reviews'),
('da', 'addon_sql_error', 'Der opstod en fejl i en SQL-forespørgsel under installationen af add-on. Tilføjelsesprogrammet installeres ikke.'),
('da', 'addon_status', 'Add-on status'),
('da', 'addon_subscriptions', 'Subscriptions ([n])'),
('da', 'addon_third_party', 'Tredjeparts-'),
('da', 'addon_type', 'Add-on type'),
('da', 'addon_uninstall_sql_error', 'Der opstod en fejl i en SQL-forespørgsel under tilføjelse uninstallation.'),
('da', 'address', 'Adresse'),
('da', 'addresses', 'Adresser'),
('da', 'address_2', 'Adresse 2'),
('da', 'address_commercial', 'Kommercielle'),
('da', 'address_residential', 'Residens'),
('da', 'address_type', 'Adressetype'),
('da', 'add_addon_to_favorites', 'Add add-on to favorites'),
('da', 'add_administrator', 'Tilføj administrator'),
('da', 'add_all_destinations', 'Add all'),
('da', 'add_all_to_cart', 'Tilføj alle til kurv'),
('da', 'add_as_order', 'Add as order'),
('da', 'add_attachment', 'Tilføj bilag'),
('da', 'add_autoresponder', 'Tilføje autoresponder'),
('da', 'add_banner', 'Tilføj banner'),
('da', 'add_banners', 'Tilføj bannere'),
('da', 'add_banners_and_close', 'Tilføj bannere og luk'),
('da', 'add_block', 'Tilføj blokering'),
('da', 'add_bonus', 'Tilføj bonus'),
('da', 'add_campaign', 'Tilføj kampagne'),
('da', 'add_cart_promotion', 'Tilføj promotion til indkøbsvogn'),
('da', 'add_catalog_promotion', 'Tilføj katalog reklamekampagne'),
('da', 'add_categories', 'Tilføj kategorier'),
('da', 'add_categories_and_close', 'Tilføj kategorier og luk'),
('da', 'add_category', 'Tilføj kategori'),
('da', 'add_chart', 'Tilføj diagram'),
('da', 'add_combination', 'Tilføj kombination'),
('da', 'add_companies', 'Tilføj forhandler'),
('da', 'add_companies_and_close', 'Tilføj forhandlere og luk'),
('da', 'add_condition', 'Tilføj tilstand'),
('da', 'add_credit_card', 'Tilføj kreditkort'),
('da', 'add_currency', 'Tilføj valuta'),
('da', 'add_customer', 'Tilføj kunden'),
('da', 'add_datafeed', 'Tilføj data feed'),
('da', 'add_domains', 'Tilføj nye domæner'),
('da', 'add_elements', 'Tilføj elementer'),
('da', 'add_emails', 'Tilføj e-mailadresser'),
('da', 'add_email_snippet', 'Tilføj kodestykke'),
('da', 'add_empty_item', 'Tilføj tom item'),
('da', 'add_feature', 'Tilføj indehold'),
('da', 'add_field', 'Tilføj felt'),
('da', 'add_file', 'Tilføj fil'),
('da', 'add_filter', 'Tilføj filter'),
('da', 'add_filters', 'Tilføj filtre'),
('da', 'add_filters_and_close', 'Tilføj filtre og lukke'),
('da', 'add_folder', 'Tilføj mappe'),
('da', 'add_form', 'Tilføj form'),
('da', 'add_gift_certificate', 'Tilføj gavekort'),
('da', 'add_global_option', 'Tilføj global indstilling'),
('da', 'add_grid_block', 'Tilføje gitter eller blok'),
('da', 'add_group', 'Tilføj gruppe'),
('da', 'add_image_from_server', 'Add image from server'),
('da', 'add_image_from_url', 'Add image from URL'),
('da', 'add_in_all_realtime_shippings', 'Add in all realtime shipping methods'),
('da', 'add_ips', 'Tilføj nye IP-adresser'),
('da', 'add_item', 'Tilføj artikel'),
('da', 'add_items', 'Tilføj [items]'),
('da', 'add_language', 'Tilføj sprog'),
('da', 'add_language_variable', 'Tilføj sprog variable'),
('da', 'add_layout', 'Tilføje layout'),
('da', 'add_link', 'Tilføj link'),
('da', 'add_localization', 'Tilføj lokalisering'),
('da', 'add_location', 'Tilføj sted'),
('da', 'add_mailing_lists', 'Tilføje postliste'),
('da', 'add_menu', 'Tilføj menu'),
('da', 'add_new', 'Tilføj ny'),
('da', 'add_newsletter', 'Tilføje nyhedsbrev'),
('da', 'add_new_datafeed', 'Ny data feed'),
('da', 'add_new_field', 'Tilføj nyt felt'),
('da', 'add_new_order', 'Tilføjer ny ordre'),
('da', 'add_new_variant', 'Tilføj ny variant'),
('da', 'add_nf_warning', 'É necessário anexar nota fiscal para gerar etiqueta'),
('da', 'add_option', 'Tilføj muligheder'),
('da', 'add_order', 'Tilføj ordrer'),
('da', 'add_orders', 'Tilføj ordrer'),
('da', 'add_orders_and_close', 'Tilføj ordrer og luk'),
('da', 'add_page', 'Tilføj side'),
('da', 'add_pages', 'Tilføj sider'),
('da', 'add_pages_and_close', 'Tilføj sider og luk'),
('da', 'add_payment', 'Tilføj betalingsmetode'),
('da', 'add_payout', 'Tilføj Udbetaling'),
('da', 'add_poll', 'Tilføj meningsmåling'),
('da', 'add_polls', 'Tilføj meningsmålinger'),
('da', 'add_polls_and_close', 'Tilføje meningsmålinger og lukke'),
('da', 'add_post', 'Tilføj post'),
('da', 'add_product', 'Tilføj produkt'),
('da', 'add_products', 'tilføj produkter'),
('da', 'add_products_and_close', 'Tilføj produkter og afslut'),
('da', 'add_products_to_section', 'tilføj produkter til sektion'),
('da', 'add_product_filter', 'tilføj produkt filter'),
('da', 'add_profile_fields', 'Add profile fields'),
('da', 'add_profile_fields_and_close', 'Add profile fields and close'),
('da', 'add_promotions', 'Tilføje kampagner'),
('da', 'add_question', 'Tilføj spørgsmål'),
('da', 'add_rate_area', 'Add rate area'),
('da', 'add_reason', 'Tilføj grund'),
('da', 'add_recipients_from_users', 'Tilføj modtagere fra brugere'),
('da', 'add_report', 'tilføj raport'),
('da', 'add_section', 'tilføj sektion'),
('da', 'add_selected_to_cart', 'tilføj valgte til vognen'),
('da', 'add_shipping_method', 'tilføj forsendelses metode.'),
('da', 'add_site_map_section', 'Tilføj site map sektion'),
('da', 'add_snippet', 'Tilføj kodestykke'),
('da', 'add_state', 'tilføj stat'),
('da', 'add_status', 'tilføj status'),
('da', 'add_storefront', 'Add storefront'),
('da', 'add_storefronts', 'Add storefronts'),
('da', 'add_storefronts_and_close', 'Add storefronts and close'),
('da', 'add_store_location', 'tilføj butikslokation'),
('da', 'add_subcategory', 'Tilføj underkategori'),
('da', 'add_subscriber', 'Tilføj abonnent'),
('da', 'add_subscribers_from_users', 'Tilføj abonnenter fra brugere'),
('da', 'add_subtract_points', 'Tilføj & fratrække point'),
('da', 'add_supplier', 'Tilføj leverandør'),
('da', 'add_tab', 'Tilføj fane'),
('da', 'add_table_column', 'Tilføj kolonne'),
('da', 'add_tag', 'Tilføj mærkat'),
('da', 'add_tax', 'Tilføj moms'),
('da', 'add_template', 'Tilføje skabelon'),
('da', 'add_to_cart', 'Læg i vognen'),
('da', 'add_to_comparison_list', 'Tilføj til sammenligningsliste'),
('da', 'add_to_wishlist', 'Add to Wishlist'),
('da', 'add_user', 'Tilføj bruger'),
('da', 'add_users', 'Tilføj brugere'),
('da', 'add_users_and_close', 'Tilføj bruger og luk'),
('da', 'add_vendor', 'Tilføj forhandler'),
('da', 'add_vendor_administrator', 'Tilføj forhandlers administrator'),
('da', 'add_withdrawal', 'Anmode om tilbagetrækning'),
('da', 'admin2', 'Du kan ikke udføre en import til denne butik, fordi du bruger en udløbet prøveversion'),
('da', 'administration', 'Administration'),
('da', 'administration_menu_structure_changed_upgrade_notification_text', '<p><b>Locations</b> in <i>Administration → Shipping & taxes</i> renamed to <b>Rate areas</b>. That\'s because the purpose of locations is to set different shipping rates and tax rates.</p><p>Order statuses, shipment statuses, and gift certificate statuses are now located in their own sub-menu: <b>Administration → Statuses.</b></p>'),
('da', 'administration_menu_structure_changed_upgrade_notification_title', 'Administration menu changed'),
('da', 'administration_panel', 'Administrationspanel'),
('da', 'administration_panel.block_manager.enable', 'Edit structure<br/><br/>Change various blocks with information: show them, hide them, or move them as you see fit.<br/>This currently works only at the checkout page. Add a product to cart and proceed to checkout to see the editor'),
('da', 'administration_panel.live_editor.enable', 'Edit сontent<br/><br/>Change the texts and other data directly on the storefront, without using the administration panel'),
('da', 'administration_panel.theme_editor.enable', 'Edit style<br/><br/>Change the style of your store (logos, colors, fonts, and so on) and see the changes as you make them'),
('da', 'administrator', 'Administrator'),
('da', 'administrators', 'Administratorer'),
('da', 'administrators_menu_description', 'Liste over store administratorer, tilmeldte brugere med en administratorkonto.'),
('da', 'administrators_notified', '[count] anmeldt administratorer.'),
('da', 'admin_notifications', 'Administratormeddelelser'),
('da', 'admin_panel', 'Administrationspanel'),
('da', 'admin_panel.block_manager', 'Editing layout'),
('da', 'admin_panel_will_be_blocked', 'Integritetskontrol af installationen mislykkedes. Din butik vil skifte til gratis mode inden for 2 dage. Du bedes kontakte vores <a href=\"[href]\"> supportteam</a>'),
('da', 'admin_text_letter_footer', 'Lavet af [company_name].'),
('da', 'advanced', 'Avanceret'),
('da', 'advanced_companies_search', 'Advanced companies search'),
('da', 'advanced_customer_search', 'Advanced customer search'),
('da', 'advanced_feature_creation', 'Advanced feature creation'),
('da', 'advanced_import.additional_settings', 'Additional settings'),
('da', 'advanced_import.add_preset', 'Add preset'),
('da', 'advanced_import.advanced_products_import', 'Products'),
('da', 'advanced_import.cannot_detect_csv_delimiter', 'Cannot detect delimiter automatically. Please specify the correct delimiter manually in the additional settings on the \"File\" tab.'),
('da', 'advanced_import.cant_load_file', 'File can\'t be loaded'),
('da', 'advanced_import.cant_load_file_for_company', 'File can\'t be loaded for the specified company'),
('da', 'advanced_import.cant_save_preset_invalid_modifiers', 'The preset can\'t be saved because it contains invalid modifiers'),
('da', 'advanced_import.column_header', 'Column name in the imported file'),
('da', 'advanced_import.coming_soon', '... coming soon'),
('da', 'advanced_import.common_preset', 'All vendors'),
('da', 'advanced_import.common_presets', 'Marketplace presets'),
('da', 'advanced_import.create_new_products_only', 'Create new products only'),
('da', 'advanced_import.delete_additional_images', 'Delete existing additional images'),
('da', 'advanced_import.delete_additional_images_tooltip', 'If you enable this setting, then the existing additional images of the imported products will be replaced with the images specified in the imported file (if no images are specified, the old images will remain). If the setting is disabled, the new additional images will simply be added to the existing images.'),
('da', 'advanced_import.editing_preset', 'Editing preset: [preset]'),
('da', 'advanced_import.example_imported_title', 'For example, here\'s a value in the first line of your file:'),
('da', 'advanced_import.example_modified_title', 'And here is how this value will be imported:'),
('da', 'advanced_import.fetching_schema_failed_check_file', 'Before you can run the import, please make sure that:<ul><li>You have created the import preset by using the Create button. If you see Save instead of Create, then you\'ve already done that.</li><li>You have specified the correct XML target node on the File tab and saved the preset.</li><li>You have matched the imported information with the product properties in CS-Cart on the Fields mapping tab and saved the preset.</li></ul>If you see this message, you haven\'t completed point 1 or 2.'),
('da', 'advanced_import.fetching_schema_failed_check_target_node', 'Please make sure that the <b>XML target node</b> field is filled in properly.'),
('da', 'advanced_import.fields_delimiter', 'XML node delimiter'),
('da', 'advanced_import.fields_delimiter.description', 'Delimiter between similar nodes.'),
('da', 'advanced_import.fields_mapping', 'Fields mapping'),
('da', 'advanced_import.fields_mapping.description', 'This table contains the list of columns from the imported file. For each column you\'d like to import, select a corresponding product property in [product]. Then check what sort of data will be imported from that column, and use modifiers to change that data, if necessary. Remember to save your changes.'),
('da', 'advanced_import.file', 'File'),
('da', 'advanced_import.file_extension_was_not_supported_by_owner', 'Couldn\'t use your file [name]. This import preset only allows the following extensions: [ext].'),
('da', 'advanced_import.file_not_loaded', 'File was not loaded. Please reload the page and try again.'),
('da', 'advanced_import.file_will_be_deleted_are_you_sure_to_proceed', 'Deleting this import preset will also delete the file attached to it. Are you sure you want to proceed?'),
('da', 'advanced_import.first_line_import_value', 'Example of the imported value'),
('da', 'advanced_import.general_settings', 'General settings'),
('da', 'advanced_import.has_modifiers', 'Has modifiers'),
('da', 'advanced_import.images_delimiter', 'Images delimiter'),
('da', 'advanced_import.images_delimiter.description', 'Delimiter between images of a product.'),
('da', 'advanced_import.import_all', 'Import all products from the file'),
('da', 'advanced_import.import_fields', 'Import fields'),
('da', 'advanced_import.import_file', 'Import file'),
('da', 'advanced_import.import_products', 'Import products'),
('da', 'advanced_import.import_products_w_preset', 'Import products: [preset]'),
('da', 'advanced_import.import_strategy', 'Import strategy'),
('da', 'advanced_import.import_strategy_tooltip', 'If you select \"Update existing products only\", products that don\'t exist in the database of your store will be skipped during import.<br>If you select \"Create new products only\", products that exist in the database of your store will be skipped during import.'),
('da', 'advanced_import.incorrect_delimiter', 'Specified (or auto detected) delimiter seems to be incorrect. Please specify the correct delimiter manually in the additional settings on the \"File\" tab.'),
('da', 'advanced_import.invalid_function_firs_character', 'The modifier name cannot start with character <b>[character]</b>.'),
('da', 'advanced_import.invalid_modifier_message', 'The modifier <b>[modifier]</b> is invalid. [message]'),
('da', 'advanced_import.invalid_number_of_parameters_provided', 'Invalid number of parameters provided for modifier: <b>[modifier]</b>: expected [expected_count], got [actual_count].'),
('da', 'advanced_import.last_launch', 'Last import'),
('da', 'advanced_import.last_status', 'Status'),
('da', 'advanced_import.last_status.F', 'Failure'),
('da', 'advanced_import.last_status.P', 'In progress'),
('da', 'advanced_import.last_status.S', 'Success'),
('da', 'advanced_import.last_status.X', '&mdash;'),
('da', 'advanced_import.local_file_selected', 'Local file selected'),
('da', 'advanced_import.missing_parameters_list_closer', 'The expected <b>[closer]</b> after the parameters list is missing.'),
('da', 'advanced_import.modifier', 'Modifier'),
('da', 'advanced_import.modifiers_description', 'Use these functions in the <b>Modifier</b> column to alter the values in the fields from the imported file. Enter the functions as follows: <b>function(parameter, parameter)</b>. Please note that nesting of functions isn\'t supported.'),
('da', 'advanced_import.modifiers_list', 'Modifiers list'),
('da', 'advanced_import.modifiers_self_referencing_info', 'Most functions allow you to use the non-modified value of the imported field by using <b>$value</b> as a parameter. If there are any exceptions, they will be mentioned in function descriptions.'),
('da', 'advanced_import.modifier_description.case', '<b>case</b>&mdash;odd parameters are expressions, and the following even parameters are corresponding values. The function checks the expressions and returns the value corresponding to the first expression that ends up being <i>true</i>.<ul><li>Examples:</li><ul><li><b>case($value>100, \"More than 100\", $value>70, \"More than 70\", $value>20, \"More than 20\", $value>0, \"In stock\", $value=0, \"Out of stock\")</b> will result in <i>More than 70</i> if the <i>$value</i> in the imported file is a number between 71 and 100</li></ul><li>Notes:<ul><li>This function shares expression rules and available operations with the <b>if</b> function.</li><li>Only even numbers of parameters are supported: <b>2, 4, 6, 8</b>, etc.</li></ul></li></ul>'),
('da', 'advanced_import.modifier_description.concat', '<b>concat</b>&mdash;concatenates all the provided parameters. <ul><li>Examples:</li><ul><li><b>concat(\'abc\', def)</b> will result in <i>abcdef</i></li> <li><b>concat(\'PRODUCT_\', $value, \'_CODE\')</b> will result in <i>PRODUCT_$value_CODE</i>, but <b>$value</b> will be replaced with the the value of the imported field</li></ul></ul>'),
('da', 'advanced_import.modifier_description.div', '<b>div</b>&mdash;divides the first parameter by the second. <ul><li>Examples:</li><ul><li><b>div(9, 3)</b> equals <i>3</i></li> <li><b>div($value, 7)</b> equals <i>the value of the imported field ÷ 7</i></li></ul></ul>'),
('da', 'advanced_import.modifier_description.if', '<b>if</b>&mdash;checks the expression in the first parameter. If the first parameter is <i>true</i>, the function returns the second parameter. Otherwise the function returns the third parameter.<ul><li>Examples:</li><ul><li><b>if($value>\"0\", \"In Stock\", \"Out of stock\")</b> will result in <i>In Stock</i> if <i>$value > 0</i> is <i>true</i>; otherwise the result will be <i>Out of stock</i></li></ul><li>Available operations for the expression are:<ul><li><b>=</b>&mdash;checks for equality: <i>if($value=100, ...)</i></li><li><b>!=</b>&mdash;checks for inequality: <i>if($value!=100, ...)</i></li><li><b>&gt;</b>&mdash;checks if the first value is greater than the second: <i>if($value&gt;100, ...)</i></li><li><b>&lt;</b>&mdash;checks if the first value is less than the second: <i>if($value&lt;100, ...)</i></li><li><b>&gt;=</b>&mdash;checks if the first value is greater than or equal to the second: <i>if($value&gt;=100, ...)</i></li><li><b>&lt;=</b>&mdash;checks if the first value is less than or equal to the second: <i>if($value&lt;=100, ...)</i></li></ul></li><li>Notes:<ul><li>If you use single (\') or double (\") quotes in the first parameter, make sure that the first parameter is either wrapped in quotes entirely, or that there is no end quote in the middle of the parameter. For example, <i>if(\"My value\"=$value, ...)</i> will not work, but <i>if(\"My value=$value\", ...)</i> will.</ul></li></ul>'),
('da', 'advanced_import.modifier_description.mul', '<b>mul</b>&mdash;multiplies the numbers provided as parameters. <ul><li>Examples:</li><ul><li><b>mul(3, 1)</b> equals <i>3</i></li> <li><b>mul($value, 7)</b> equals <i>the value of the imported field × 7</i></li></ul></ul>'),
('da', 'advanced_import.modifier_description.rand', '<b>rand</b>&mdash;generates a random number from 1 to the maximum value provided as the parameter. <ul><li>Examples:</li><ul><li><b>rand(999)</b> may result in any number from 1 to 999.</li></ul></ul>'),
('da', 'advanced_import.modifier_description.replace', '<b>replace</b>&mdash;replaces all occurrences of the search string with the replacement string. <br>The order of parameters is important: <b>replace(\'search\', \'replace\', \'subject\')</b>. <ul><li>Examples:</li><ul><li><b>replace(\'a\', !, \"banana\")</b> will result in <i>b!n!n!</i></li> <li><b>replace(\"t-shirt\", \'T-Shirt\', $value)</b> will replace every occurrence of <i>t-shirt</i> with <i>T-Shirt</i> in every entry in the column.</li></ul></ul>'),
('da', 'advanced_import.modifier_description.sub', '<b>sub</b>&mdash;subtracts the second parameter from the first. <ul><li>Examples:</li><ul><li><b>sub(3, 1)</b> equals <i>2</i></li> <li><b>sub($value, 7)</b> equals <i>the value of the imported field - 7</i></li></ul></ul>'),
('da', 'advanced_import.modifier_description.sum', '<b>sum</b>&mdash;sums up two numbers provided as parameters. <ul><li>Examples:</li><ul><li><b>sum(1, 3)</b> equals <i>4</i></li> <li><b>sum(7, $value)</b> equals <i>7 + the value of the imported field</i></li></ul></ul>'),
('da', 'advanced_import.modifier_description.w_replace', '<b>w_replace</b>&mdash;replaces all occurrences of the search string with the replacement string using wildcards. <br>The order of parameters is important: <b>w_replace(\'search\', \'replace\', \'subject\')</b>. <br>Supported wildcards: <b>?</b>&mdash;any single character; <b>*</b>&mdash;any number of characters to the end of the word. <ul><li>Examples</li><ul><li><b>w_replace(\'banan?\', bananas, banana banans bananz)</b> will result in <i>bananas bananas bananas</i></li> <li><b>w_replace(\"ban*\", \'bananas\', banana banans bananz)</b> will also result in <i>bananas bananas bananas</i></li></ul></ul>'),
('da', 'advanced_import.modifier_number_of_parameters', 'Number of parameters'),
('da', 'advanced_import.modifier_self_reference_is_unsupported', 'This function doesn\'t support the use of a non-modified value from the imported file.'),
('da', 'advanced_import.modifier_title', 'A modifier is a rule that alters values in a column'),
('da', 'advanced_import.never', 'Never'),
('da', 'advanced_import.new_preset', 'New preset'),
('da', 'advanced_import.options', 'Options'),
('da', 'advanced_import.preset_last_view', 'Preset'),
('da', 'advanced_import.preset_not_found', 'Preset not found'),
('da', 'advanced_import.previewing_fields_mapping', 'Previewing fields mapping for the preset: [preset]'),
('da', 'advanced_import.product_property', 'Product property in [product]'),
('da', 'advanced_import.properties', 'Properties'),
('da', 'advanced_import.remove_images', 'Remove additional images'),
('da', 'advanced_import.run_import_via_cron_message', 'You can run the import automatically at certain time intervals. To do it, add the following command to CRON:'),
('da', 'advanced_import.save_selected_file', 'Save selected file'),
('da', 'advanced_import.show_less', 'Show less'),
('da', 'advanced_import.show_more', 'Show more'),
('da', 'advanced_import.target_node', 'XML target node'),
('da', 'advanced_import.target_node.description', 'The full path to the XML node with the information about an imported entity. The nodes nested in the specified node will be used as columns of the imported file. Here is an example of the path: yml_catalog/shop/offers/offer'),
('da', 'advanced_import.test_import', 'Perform test import'),
('da', 'advanced_import.test_import_tooltip', 'If you enable this setting, only the first [n] product will be processed.|If you enable this setting, only the first [n] products will be processed.'),
('da', 'advanced_import.text_popup_file_editor_notice_full_link', 'You can upload and download files via <a class=\"advanced-import-file-editor-opener\" data-target-input-id=\"[target]\">[link_text]</a>'),
('da', 'advanced_import.unexpected_parameter_passed', 'Expected <b>[delimiter]</b> or <b>[closer]</b> got <b>[char]</b>.'),
('da', 'advanced_import.unrecognized_modifier', 'The modifier <b>[modifier]</b> does not exist.'),
('da', 'advanced_import.uploading_file', 'Uploading file for the preset: [preset]'),
('da', 'advanced_import.user_upload', 'User upload'),
('da', 'advanced_import.your_presets', 'Vendor\'s presets'),
('da', 'advanced_import_attachments', 'Product attachments'),
('da', 'advanced_import_images', 'Product images'),
('da', 'advanced_option_creation', 'Advanced option creation'),
('da', 'advanced_products_search', 'Advanced products search'),
('da', 'advanced_search', 'Avanceret søgning'),
('da', 'advanced_search_options', 'Avanceret søgnings muligheder'),
('da', 'advanced_storefronts_search', 'Advanced storefronts search'),
('da', 'affected_email_templates', 'Email templates using this document'),
('da', 'after_full_payment', 'Efter fuld betaling'),
('da', 'after_sum', 'Efter sum'),
('da', 'agent', 'Agent'),
('da', 'agent_id', 'Agent-ID'),
('da', 'age_limit', 'Aldersgrænse'),
('da', 'age_verification', 'Aldersbekræftelse'),
('da', 'age_warning_message', 'Advarselsmeddelelse'),
('da', 'agilecrm.account_ask', 'Do not have an Agile Account. <a target=\"_blank\" href=\"https://www.agilecrm.com/pricing?utm_source=cscart	&utm_medium=website&utm_campaign=integration\" style=\"text-decoration:none;padding:5px\" class=\"btn-primary\">Create account</a> and fill the details below<br/><br/>'),
('da', 'agilecrm_btn_validate', 'Validate'),
('da', 'agile_domain', 'Agile Domain'),
('da', 'agile_rest_api_key', 'Rest API Key'),
('da', 'agreement_required', 'enighed påkrævet'),
('da', 'all', 'Alle'),
('da', 'allowed', 'Tilladt'),
('da', 'allowed_combinations', 'Tilladte kombinationer'),
('da', 'allowed_extensions', 'Tilladte filendelser'),
('da', 'allowed_extensions_hint', 'Lad dette felt være tomt at tillade overførsel af alle filtyper eller input tilladt udvidelser adskilt af komma (f.eks jpg, bmp , gif, pdf)'),
('da', 'allow_api_access', 'Ja, tillad denne bruger at bruge API\'EN'),
('da', 'allow_return_registration', 'Tillad RMA'),
('da', 'all_actions', 'Alle handlinger'),
('da', 'all_block_types', 'All block types'),
('da', 'all_categories', 'All categories'),
('da', 'all_companies', 'All vendors'),
('da', 'all_currencies', 'All currencies'),
('da', 'all_downloads', 'Alle downloads'),
('da', 'all_features', 'Alle Funktioner'),
('da', 'all_filters', 'Alle produktfiltre'),
('da', 'all_languages', 'All languages'),
('da', 'all_layouts', 'All layouts'),
('da', 'all_locations', 'All locations'),
('da', 'all_pages', 'Alle sider'),
('da', 'all_products', 'All products'),
('da', 'all_products_have_been_updated', 'Alle produkter er blevet opdateret.'),
('da', 'all_storefronts', 'All storefronts'),
('da', 'all_storefronts_short', 'All'),
('da', 'all_stores', 'Alle butikker'),
('da', 'all_vendors', 'Alle leverandører'),
('da', 'all_words', 'Alle disse ord'),
('da', 'also_bought', 'Også købt'),
('da', 'alternative_text', 'Alt text'),
('da', 'alt_text', 'Alternativ tekst'),
('da', 'always', 'Altid'),
('da', 'american_express', 'American Express'),
('da', 'american_express_info', 'CVV er på bag- eller forsiden af kortet ovenfor kreditkortnummeret (enten til højre eller venstre på kreditkortet).'),
('da', 'amount', 'beløb'),
('da', 'amount_decreased', 'Mængde er faldet med'),
('da', 'amount_increased', 'Mængde er øget med'),
('da', 'amount_type', 'Beløb type'),
('da', 'and', 'og'),
('da', 'anonymous', 'anonym'),
('da', 'answer', 'Svar'),
('da', 'answers', 'Svar'),
('da', 'answer_text', 'Svar tekst'),
('da', 'any', 'enhver'),
('da', 'any_category', 'Any category'),
('da', 'any_date', 'enhver dato'),
('da', 'any_option_combinations', 'Enhver mulighed kombinationer'),
('da', 'any_product', 'Any product'),
('da', 'any_status', 'Enhver status'),
('da', 'any_vendor', 'Any vendor'),
('da', 'any_words', 'Ethvert af disse ord'),
('da', 'api', 'API'),
('da', 'apikey', 'API Key'),
('da', 'api_access', 'API-adgang'),
('da', 'api_access_for_user', 'API access for this user'),
('da', 'api_access_has_been_disabled', 'Fra nu af, kan du ikke bruge API'),
('da', 'api_access_has_been_enabled', 'Du er velkommen til at bruge API\'EN nu'),
('da', 'api_invalid_value', 'Invalid value `[value]` specified for [field]'),
('da', 'api_invalid_value_w_valid_list', 'Invalid value `[value]` specified for [field]. Valid values are: [valid_list]'),
('da', 'api_key', 'API-nøgle'),
('da', 'api_key_not_found', 'Api key was not found'),
('da', 'api_need_correct_company_id', 'Virksomheden efter bestået-ID blev ikke fundet'),
('da', 'api_need_id', 'Objekt-ID ikke defineret'),
('da', 'api_need_params', 'Manglende parametre'),
('da', 'api_need_store', 'Butik er påkrævet (company_id param eller enhed butikker)'),
('da', 'api_not_need_id', 'ID må ikke være defineret'),
('da', 'api_no_shipping_methods_available', 'No shipping methods are available'),
('da', 'api_order_couldnt_be_created', 'Order couldn\'t be created'),
('da', 'api_partner', 'API partner'),
('da', 'api_password', 'API adgangskode'),
('da', 'api_required_field', 'Feltet [field] er påkrævet'),
('da', 'api_required_fields', 'The following fields are required: [fields]'),
('da', 'api_shipments_not_allow_update', 'Kun tracking_number og transportør parametre kan blive opdateret med indstillingen \'Tillad flere forsendelser til en enkelt ordresæt'),
('da', 'api_shipments_update_not_allowed', 'Kun tracking_number og transportør params kan opdateres'),
('da', 'api_user', 'API-bruger'),
('da', 'api_wrong_user_company_relation', 'The user doesn\'t exist for this store, and sharing users among stores is disabled.'),
('da', 'appearance', 'Udseende'),
('da', 'appearance_settings', 'Indstillinger for udseende'),
('da', 'appearance_type', 'Udseende type'),
('da', 'application_id', 'Program ID'),
('da', 'application_login', 'Ansøgning login'),
('da', 'apply', 'Ansøg'),
('da', 'apply_as_link', 'Anvend som link'),
('da', 'apply_for_vendor_account', 'Ansøge om en leverandørkonto'),
('da', 'apply_shipping_for_all_vendors', 'Tillad forsendelse til alle kreditorer'),
('da', 'apply_shipping_for_all_vendors_confirm', 'Shipping metode vil blive anvendt til alle kreditorer. Vil du fortsætte?'),
('da', 'apply_tax_to_products', 'Anvend udvalgte afgifter på alle produkter'),
('da', 'apply_to_all_languages', 'Anvend for alle sprog'),
('da', 'apply_to_products', 'Anvend for produkter'),
('da', 'approval', 'Godkendelse'),
('da', 'approve', 'Godkend'),
('da', 'approved', 'Godkendt'),
('da', 'approve_selected', 'Godkend valgte'),
('da', 'app_params', 'Application'),
('da', 'arabic', 'arabisk'),
('da', 'arrows', 'Pile'),
('da', 'asc', 'gå op'),
('da', 'assign_to_me', 'Assign to me'),
('da', 'attachments', 'Bilag'),
('da', 'attachments.attachments_delimiter', 'Attachments delimiter'),
('da', 'attachments.attachments_delimiter.description', 'Delimiter between attachments of a product.'),
('da', 'attachments.attachments_directory', 'Attachments directory'),
('da', 'attachments.attachments_need_located_root_dir', 'Please specify the attachments directory within the store root directory. Put the attachments to import in this directory.'),
('da', 'attachments.cant_upload_file', 'Couldn\'t load file [url] for product [product]'),
('da', 'attachments.delete_attachments', 'Delete existing attachments'),
('da', 'attachments.delete_attachments_tooltip', 'If you enable this setting, then the existing attachments of the imported products will be replaced with the attachments specified in the imported file (if no attachments are specified, the old attachments will remain). If the setting is disabled, the new attachments will simply be added to the existing attachments.'),
('da', 'attachments.error_exim_get_attachments_for_products', 'Could not import attachments for some of the products. Either those attachments don\'t exist (or can\'t be accessed), or the paths to those attachments in the imported file are incorrect.'),
('da', 'attempt_to_set_itself_or_a_own_child_as_its_parent_warning', 'The parent page wasn\'t changed. Reason: can\'t assign child page as a parent for its own parent.'),
('da', 'attention', 'Opmærksomhed!'),
('da', 'audience', 'publikum');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('da', 'australia_post_upgrade_notification_text', '<p>Den seneste version af [product] har forskellige indstillinger for realtime shipping sats beregning, hvis du bruger Australien Post som transportør.</p> <p>Hvis du ønsker at vise nuværende fragtpriser til dine kunder, gør dette:</p> <ul><li>gå til Administration > Shipping & skatter > Shipping metoder</li> <li>vælge den leveringsmetode, der bruger Australien Post som transportør til at beregne fragtpriser</li> <li>Skift til fanen Generelt, og Angiv den korrekte rutefart</li>, <li>Skift til fanen Konfigurer og angive den rette <a href=\"https://developers.auspost.com.au/apis/pacpcs-registration\" target=\"_blank\"> PAC API-nøgle</a></li></ul>'),
('da', 'australia_post_upgrade_notification_title', 'Australien Post realtime shipping sats beregning ændringer'),
('da', 'auth.one_time_password.notification.error_password_invalid', 'Sorry, it seems that the code you\'ve entered is incorrect. It may have expired or been used already. Please check the code you\'re entering or request a new code.'),
('da', 'auth.one_time_password.notification.error_password_required', 'Please enter the code to sign in.'),
('da', 'auth.one_time_password.notification.info_password_sent', 'We\'ve sent a one-time code to [email].'),
('da', 'auth.one_time_password.popup.input_placeholder', 'Enter the code here'),
('da', 'auth.one_time_password.popup.message', 'We\'ve sent a one-time code to <strong>[email]</strong>. Please enter it below, and we\'ll sign you in without a password.'),
('da', 'auth.one_time_password.popup.resend_btn', 'Resend the code'),
('da', 'auth.one_time_password.popup.sign_in_btn', 'Sign me in'),
('da', 'auth.one_time_password.popup.title', 'Password-free sign-in'),
('da', 'authentication_failed', 'Godkendelse mislykkedes'),
('da', 'authentication_key', 'Valideringsnøgle'),
('da', 'authentication_password', 'Adgangskodegodkendelse'),
('da', 'author', 'forfatter'),
('da', 'authorization', 'adgangstilladelse'),
('da', 'authorize_before_order', 'Only registered customers can place an order. Please sign in to your account or register a new one.'),
('da', 'authorize_capture', 'Godkend og fange'),
('da', 'authorize_only', 'Tillades kun'),
('da', 'auth_code', 'Auth kode'),
('da', 'auth_info', 'Godkendelsesoplysningerne'),
('da', 'auto', 'Auto'),
('da', 'autoresponders', 'Autosvar'),
('da', 'auto_set_permissions_via_ftp', 'Auto-sæt tilladelser via FTP'),
('da', 'avail', 'tilgæng'),
('da', 'availability', 'tilgængelighed'),
('da', 'available', 'Bestil denne vare inden kl. 15.00, så sender vi idag.'),
('da', 'available_fields', 'tilgængelige områder'),
('da', 'available_for_supplier', 'Til rådighed for leverandør'),
('da', 'available_for_vendor', 'Til rådighed for leverandør'),
('da', 'available_items', 'tilgængelig items'),
('da', 'available_languages', 'Til rådighed'),
('da', 'available_since', 'Tilgængelig siden'),
('da', 'available_upgrades', 'Tilgængelige opgraderinger'),
('da', 'available_views', 'Tilgængelige visninger'),
('da', 'avail_from', 'tilgængelig fra'),
('da', 'avail_till', 'tilgængelig til'),
('da', 'average', 'gennemsnit'),
('da', 'avs', 'AVS'),
('da', 'awaiting', 'Afventer'),
('da', 'awaiting_approval', 'Afventer godkendelse'),
('da', 'backend_google_auth.errors.not_configured', 'Please configure the add-on first'),
('da', 'backend_google_auth.login_page.btn', 'Sign in with Google'),
('da', 'backend_google_auth.login_page.help', 'Please select the email address that was specified for your administrator account.'),
('da', 'backend_google_auth.settings.authorized_redirect_uris', 'Your authorized redirect URIs:'),
('da', 'backend_google_auth.settings.create_new_application', 'To acquire your client ID and secret create a new application in your Google APIs account.'),
('da', 'backend_google_auth.settings.learn_more_about', 'Learn more about Google APIs'),
('da', 'backend_google_auth.settings.provide_your_credentials', 'Please provide your Google API credentials'),
('da', 'backend_google_auth.settings.save_and_check_btn', 'Save and test the sign-in'),
('da', 'backend_google_auth.settings.warning', 'Once you configure this add-on, only administrators with Gmail email addresses will be able to sign in to the Administration panel. If your administrators have non-Google email addresses specified, don\'t configure the add-on, or else those administrators won\'t be able to sign in.'),
('da', 'backend_google_auth.user_not_found', 'The <strong>[user]</strong> user not found'),
('da', 'backend_google_auth.warnings.only_gmail_address_is_available_to_auth', 'The \"Back-End Sign-In via Google\" add-on is active. Only administrators with Gmail email addresses will be able to sign in.'),
('da', 'backtrace', 'Tilbagefølg'),
('da', 'backup', 'Sikkerhedskopi'),
('da', 'backupping_data', 'Sikkerhedskopiering af data for'),
('da', 'backupping_schema', 'Sikkerhedskopiering af skema for'),
('da', 'backup_data', 'Sikkerhedskopi af databasens data'),
('da', 'backup_filename', 'Sikkerhedskopi fil navn'),
('da', 'backup_files', 'Sikkerhedskopi fil'),
('da', 'backup_options', 'Muligheder for sikkerhedskopiering'),
('da', 'backup_restore', 'Sikkerhedskopiering/gendannelse'),
('da', 'backup_schema', 'Sikkerhedskopi database pversigt'),
('da', 'back_in_stock_notification_footer', 'Velkommen til at købe!'),
('da', 'back_in_stock_notification_header', 'Vi skriver for at informere dig, at følgende produkt er tilbage på lager i vores butik:'),
('da', 'balance', 'Balance'),
('da', 'balance_account', 'Bruger balance'),
('da', 'balance_carried_forward', 'Balance båret frem'),
('da', 'bank', 'bank'),
('da', 'bank_cic', 'Groupe CIC'),
('da', 'bank_cm', 'Crédit Mutuel'),
('da', 'bank_obc', 'OBC'),
('da', 'bank_routing_number', 'Bank routing-nummer'),
('da', 'banner', 'Banner'),
('da', 'banners', 'Bannere'),
('da', 'banners.editing_banner', 'Rediger banner'),
('da', 'banners.new_banner', 'Ny banner'),
('da', 'banners_menu_description', 'Oprette grafik og tekst bannere, der derefter kan placeres på butiksfacaden.'),
('da', 'banner_code', 'Bannerkode'),
('da', 'banner_code_for_some_products', 'Bannerkode for nogle produkter'),
('da', 'banner_details_notes', 'Efter du opretter et banner her, skal du bruge <strong>Layouteditor</strong> for at tilføje det til butikken. < br / > < br / > gå til <a href=\"[layouts_href]\" target=\"_blank\"> Design → layout</a>, Skift til den placering, hvor banneren skal vises, og tilføj en ny blok med type <strong>bannere</strong>. < br / > < br / > i denne blokindstilling, gå til fanen <strong>Indhold</strong> vælg <strong>Manuel</strong> påfyldning, og klik på knappen <strong>Tilføj bannere</strong>. < br / > < br / > Du vil se listen over alle bannere i din butik. Vælg dem du har brug for og klik på knappen <strong>Tilføj bannere og luk</strong>. < br / > < br / > Til sidsts, klik på <strong>Opret</strong>-knappen for at gemme dine ændringer.'),
('da', 'banner_type.abt__ut2', 'AB: UniTheme2: Advanced banner'),
('da', 'bar', 'Diagram'),
('da', 'base', 'basis'),
('da', 'baseurl', 'Base URL'),
('da', 'base_currency', 'basis'),
('da', 'base_currency_not_deleted', 'Valutaen er ikke blevet slettet, da det er den basisvaluta i butikken.'),
('da', 'base_price', 'Basis pris'),
('da', 'base_rate', 'Base rate'),
('da', 'bestsellers', 'Bestseller'),
('da', 'bestselling', 'Mest solgte'),
('da', 'bigpicture_template', 'Det store billede'),
('da', 'biller_code', 'fakturaafsender kode'),
('da', 'billing_address', 'Betalingsadresse'),
('da', 'billing_address_line_2', 'Billing: address (line 2)'),
('da', 'billing_city', 'Billing: city'),
('da', 'billing_country', 'Billing: country'),
('da', 'billing_first_name', 'Billing: first name'),
('da', 'billing_last_name', 'Billing: last name'),
('da', 'billing_options', 'Faktureringsmuligheder'),
('da', 'billing_phone', 'Billing: phone'),
('da', 'billing_shipping_address', 'Fakturerings- og leveringsadresse'),
('da', 'billing_state', 'Billing: state'),
('da', 'billing_zipcode', 'Billing: zipcode'),
('da', 'bill_to', 'Faktura Adresse'),
('da', 'birthday', 'Fødselsdag'),
('da', 'bling', 'Bling ERP'),
('da', 'bling_integration', 'Integração com a Bling'),
('da', 'block', 'Blok'),
('da', 'blocks', 'blok'),
('da', 'block_abt__ut2_advanced_subcategories_menu', 'AB: Advanced subcategories menu'),
('da', 'block_abt__ut2_light_menu', 'AB: Fly menu'),
('da', 'block_ab__deal_of_the_day', 'AB: Deal of the day'),
('da', 'block_ab__deal_of_the_day_description', 'Preview of the chosen promotion'),
('da', 'block_ab__fast_navigation', 'AB: Fast navigation'),
('da', 'block_ab__fast_navigation_categories', 'AB: Fast navigation by categories'),
('da', 'block_ab__fast_navigation_categories_description', 'Fast navigation block by subcategories'),
('da', 'block_ab__fast_navigation_description', 'Block with fast navigation'),
('da', 'block_ab__motivation_block', 'AB: Motivation block'),
('da', 'block_ab__motivation_block_description', 'Output additional information about the store work'),
('da', 'block_ab__multi_deal_of_the_day', 'AB: Multi Deal of the day'),
('da', 'block_ab__multi_deal_of_the_day_description', 'Display anounce of one of chosen promotions, considering to their priorities'),
('da', 'block_ab__promotions', 'AB: Promotions'),
('da', 'block_ab__promotions_description', 'Promotions list'),
('da', 'block_ab__promotion_main_data', 'AB: Promotion header'),
('da', 'block_ab__promotion_main_data_description', 'General promotion data (name, image, description etc.)'),
('da', 'block_already_exists_in_grid', 'Denne blok findes allerede i dette gitter'),
('da', 'block_availability_in_stores', 'Availability in stores'),
('da', 'block_availability_in_stores_description', 'List of stores where the product can be purchased'),
('da', 'block_banners', 'Bannere'),
('da', 'block_banners_description', 'Visual og tekst bannere'),
('da', 'block_blog', 'Seneste indlæg'),
('da', 'block_breadcrumbs', 'Breadcrumbs'),
('da', 'block_breadcrumbs_description', 'Navigation breadcrumbs'),
('da', 'block_call_request', 'Opkaldsanmodninger'),
('da', 'block_call_request_description', 'Butiks telefonnummer og form for at anmode om et opkald'),
('da', 'block_cart_content', 'Vogn indhold'),
('da', 'block_cart_content_description', 'Nuværende vogn indhold'),
('da', 'block_categories', 'Kategorier'),
('da', 'block_categories_description', 'Kategoritræer'),
('da', 'block_checkout', 'Til Kassen'),
('da', 'block_checkout_description', 'Nuværende ordreoplysninger'),
('da', 'block_closest_vendors', 'Closest vendors'),
('da', 'block_closest_vendors_description', 'Vendors from customer\'s city'),
('da', 'block_content', 'bloker indhold'),
('da', 'block_currencies', 'Valutaer'),
('da', 'block_currencies_description', 'Valutavælger'),
('da', 'block_disabled', 'bloker blev deaktiveret for denne placering'),
('da', 'block_enabled', 'Bloke blev aktiveret for denne placering'),
('da', 'block_et_category_banner', 'ET - Category banners'),
('da', 'block_et_cta', 'ET - Call to action'),
('da', 'block_et_eib', 'ET - Extra info block'),
('da', 'block_et_featured_product_banner_tabs', 'ET - Featured product banner tabs'),
('da', 'block_et_featured_vendors', 'ET - Featured vendors'),
('da', 'block_et_featured_vendors_sidebar', 'ET - Featured vendors sidebar'),
('da', 'block_et_home_banners', 'ET - Home banners'),
('da', 'block_et_home_grid', 'ET - Home grid'),
('da', 'block_et_main_menu', 'ET - Main menu'),
('da', 'block_et_menu_horizontal', 'ET - Menu (horizontal)'),
('da', 'block_et_profile_info', 'ET - Profile info'),
('da', 'block_et_search', 'ET - Search'),
('da', 'block_et_sidebar_subcategories', 'ET - Sidebar subcategories'),
('da', 'block_et_subcaegories', 'ET - Subcategories'),
('da', 'block_et_subcategories', 'ET - Subcategories'),
('da', 'block_et_top_menu', 'ET - Top menu'),
('da', 'block_et_vendor_categories', 'ET - Vendor categories'),
('da', 'block_et_vendor_contact_button', 'ET - Vendor contact button'),
('da', 'block_et_vendor_store_description', 'ET - Vendor store description'),
('da', 'block_et_vendor_store_header', 'ET - Vendor store header'),
('da', 'block_et_vendor_store_header_mobile', 'ET - Vendor store header (mobile)'),
('da', 'block_et_vendor_store_menu', 'ET - Vendor store menu'),
('da', 'block_et_vendor_store_menu_mobile', 'ET - Vendor store menu (mobile)'),
('da', 'block_geo_maps_customer_location', 'Customer location'),
('da', 'block_geo_maps_customer_location_description', 'Customer city and city selection form'),
('da', 'block_gift_certificates_verify', 'Gavekort verifikation'),
('da', 'block_gift_certificates_verify_description', 'Gavekort input og validering'),
('da', 'block_html_block', 'HTML-blok'),
('da', 'block_html_block_description', 'Enhvert HTML-indhold'),
('da', 'block_ip_after', 'Bloker IP efter en række mislykkede forsøg'),
('da', 'block_languages', 'Sprog'),
('da', 'block_languages_description', 'Valg af sprog'),
('da', 'block_lite_checkout_customer_address', 'Checkout: Address'),
('da', 'block_lite_checkout_customer_address_description', 'Profile fields for customer address'),
('da', 'block_lite_checkout_customer_billing', 'Checkout: Billing address'),
('da', 'block_lite_checkout_customer_billing_description', 'Profile fields for billing address'),
('da', 'block_lite_checkout_customer_information', 'Checkout: Customer Information'),
('da', 'block_lite_checkout_customer_information_description', 'Profile fields for customer information'),
('da', 'block_lite_checkout_customer_notes', 'Checkout: Notes'),
('da', 'block_lite_checkout_customer_notes_description', 'Customer\'s notes about the order'),
('da', 'block_lite_checkout_customer_sign_in', 'Checkout: Sign-In'),
('da', 'block_lite_checkout_customer_sign_in_description', 'Sign-in button'),
('da', 'block_lite_checkout_location', 'Checkout: Location'),
('da', 'block_lite_checkout_location_description', 'Customer\'s city, state, and country'),
('da', 'block_lite_checkout_newsletters', 'Checkout: Newsletters'),
('da', 'block_lite_checkout_newsletters_description', 'Ability to sign up for newsletters'),
('da', 'block_lite_checkout_payment_methods', 'Checkout: Payment methods'),
('da', 'block_lite_checkout_payment_methods_description', 'Payment method selection'),
('da', 'block_lite_checkout_shipping_methods', 'Checkout: Shipping methods'),
('da', 'block_lite_checkout_shipping_methods_description', 'Shipping method selection'),
('da', 'block_lite_checkout_terms_and_conditions', 'Checkout: Terms and conditions'),
('da', 'block_lite_checkout_terms_and_conditions_description', 'Checkbox for accepting terms and conditions'),
('da', 'block_localizations', 'Lokaliseringer'),
('da', 'block_localizations_description', 'Lokalisering selector'),
('da', 'block_location_selector', 'Customer\'s location'),
('da', 'block_location_selector_description', 'Enter address to search by location'),
('da', 'block_mailing_lists', 'Nyhedsbrev abonnement'),
('da', 'block_mailing_lists_description', 'E-mail-feltet for nyhedsbrev abonnement'),
('da', 'block_main', 'Main'),
('da', 'block_main_description', 'Væsentligste indhold (indlæst af controller)'),
('da', 'block_manager', 'Bloker manager'),
('da', 'block_manager.add_layout_page', 'Tilføje sidelayout'),
('da', 'block_manager.availability.desktop', 'Desktop'),
('da', 'block_manager.availability.phone', 'Phone'),
('da', 'block_manager.availability.show_on', 'Show on'),
('da', 'block_manager.availability.tablet', 'Tablet'),
('da', 'block_manager.brands_per_screen', 'Brands per screen'),
('da', 'block_manager.can_not_add_product', 'Sorry, we couldn\'t take you to the checkout page. It requires at least one product in cart, and we couldn\'t add any. Please create a product and make it available on the storefront first.'),
('da', 'block_manager.dynamic_entity_categories', 'category'),
('da', 'block_manager.dynamic_entity_companies', 'vendor'),
('da', 'block_manager.dynamic_entity_pages', 'page'),
('da', 'block_manager.dynamic_entity_products', 'product'),
('da', 'block_manager.editing_layout_page', 'Redigering af sidelayout'),
('da', 'block_manager.fixed_layout', 'Fast bredde'),
('da', 'block_manager.fluid_layout', 'Væske'),
('da', 'block_manager.forbid_changing_layout_in_css_mode', 'Skiftende layout når temaet er konverteret til CSS er ikke tilladt. Venligst aktiver mindre tilstand i <a target=\"_blank\" class=\"cm-post\" href=\"[url]\"> tema-editor</a>.'),
('da', 'block_manager.full_width_layout', 'Fuld bredde'),
('da', 'block_manager.grid_columns', 'Gitter kolonner'),
('da', 'block_manager.layout_pages', 'Layoutsider'),
('da', 'block_manager.layout_width', 'Layoutbredde'),
('da', 'block_manager.manage_layout_in_tab_not_exist_location', '<p>This [entity] currently doesn\'t have an associated layout page. That\'s why it uses blocks from the default layout page.<br> If you\'d like to edit blocks specifically for this [entity], then:</p><p><ol><li>Go to <b><a href=\"[link]\">Design → Layouts</a></b></li><li>Add a layout page with <b>Dispatch:</b> <code>[dispatch_value]</code>.</li><li>Switch to the <b>[entity_tab]</b> tab and make sure that the layout page is enabled for this [entity].</li><li>Save your changes and return here.</li></ol></p>'),
('da', 'block_manager.manage_layout_in_tab_unavailable', 'Sorry, you can\'t edit blocks for this [entity]. If you\'d like to do this, please contact the main administrator. Ask him or her to check the <b>Layouts</b> tab of this [entity] in their admin panel. That will give the main admin all the necessary information.'),
('da', 'block_manager.manage_layout_in_tab_unavailable_by_object_id', '<p>This [entity] currently doesn\'t have an associated layout page. That\'s why it uses blocks from the default layout page.<br> If you\'d like to edit blocks specifically for this [entity], then:</p><p><ol><li>Edit the <b><a href=\"[link]\">[location_name]</a></b> layout page.</li><li>Switch to the [entity_tab] tab and make sure that the layout page is enabled for this [entity].</li><li>Save your changes and return here.</li></ol></p>'),
('da', 'block_manager.max_width', 'Maksimal bredde'),
('da', 'block_manager.min_width', 'Minimal bredde'),
('da', 'block_manager.new_layout_page', 'Nye sidelayout'),
('da', 'block_manager.total_displayed_brands', 'Total amount of brands displayed'),
('da', 'block_manager.view_layout.desktop', 'Desktop preview'),
('da', 'block_manager.view_layout.phone', 'Phone preview'),
('da', 'block_manager.view_layout.reset_filter', 'Edit layouts'),
('da', 'block_manager.view_layout.tablet', 'Tablet preview'),
('da', 'block_manager.wrappers.lite_checkout', 'Lite checkout'),
('da', 'block_menu', 'Menu'),
('da', 'block_menu_description', 'Forskellige typer af menuer'),
('da', 'block_my_account', 'Min konto'),
('da', 'block_my_account_description', 'Kunde profiladgang'),
('da', 'block_name', 'Bloker navn'),
('da', 'block_options', 'Blokeringsmuligheder'),
('da', 'block_order', 'Blok For'),
('da', 'block_our_brands', 'Mærker'),
('da', 'block_our_brands_description', 'Produktmærker præsenteret i butikken'),
('da', 'block_pages', 'Sider'),
('da', 'block_pages_description', 'Butikssider'),
('da', 'block_payment_methods', 'Betalingsmetoder'),
('da', 'block_payment_methods_description', 'Tilgængelige betalingsmetoder'),
('da', 'block_polls', 'Meningsmålinger'),
('da', 'block_products', 'Produkter'),
('da', 'block_products_description', 'Produktvitrine'),
('da', 'block_product_filters', 'Produktfiltre'),
('da', 'block_product_filters_description', 'Produktfiltreringsindstillinger'),
('da', 'block_product_filters_home', 'Produkt filtre til startside'),
('da', 'block_product_filters_home_description', 'Produkt filtreringsmuligheder, vises på startsiden'),
('da', 'block_rees46', 'REES46'),
('da', 'block_rees46_description', 'Блок товарных рекомендаций'),
('da', 'block_rss_feed', 'RSS-feed'),
('da', 'block_rss_feed_description', 'RSS feed-abonnement ikon'),
('da', 'block_search_vendors', 'Vendors by location'),
('da', 'block_search_vendors_description', 'Search for vendors in a specific location'),
('da', 'block_settings', 'Blocker indstillinger'),
('da', 'block_shipping_methods', 'Leveringsmuligheder'),
('da', 'block_shipping_methods_description', 'Tilgængelige forsendelsesmuligheder'),
('da', 'block_smarty_block', 'HTML-blok med Smarty support'),
('da', 'block_smarty_block_description', 'Ethvert HTML/Smarty indhold'),
('da', 'block_store_locator', 'Butikslokalisering'),
('da', 'block_store_locator_description', 'Butikslokalisering blok'),
('da', 'block_tags', 'mærker'),
('da', 'block_tags_description', 'Produkt mærker'),
('da', 'block_template', 'Skabelon'),
('da', 'block_template_description', 'Bloker med en bestemt skabelon'),
('da', 'block_testimonials', 'Anbefaling'),
('da', 'block_testimonials_description', 'Bruger anbefalinger'),
('da', 'block_text', 'Blok tekst'),
('da', 'block_time', 'Tid, som bør IP-blokeres'),
('da', 'block_vendors', 'Leverandører'),
('da', 'block_vendors_map', 'Vendor map'),
('da', 'block_vendors_map_description', 'A map of all vendors'),
('da', 'block_vendor_blog', 'Vendor recent posts'),
('da', 'block_vendor_categories', 'Forhandler kategorier'),
('da', 'block_vendor_categories_description', 'Produktkategorier tilgængelige for en bestemt forhandler'),
('da', 'block_vendor_filters', 'Forhandlerfiltre'),
('da', 'block_vendor_information', 'Forhandleroplysninger'),
('da', 'block_vendor_logo', 'Forhandler logo'),
('da', 'block_vendor_plan_info', 'Leverandørplan info'),
('da', 'block_vendor_plan_info_description', 'Viser oplysninger om den valgte leverandørplan'),
('da', 'block_vendor_search', 'Søg forhandlerprodukter'),
('da', 'block_width', 'Bloker bredde'),
('da', 'block_wrapper_updated', 'Bloker wrapper blev opdateret'),
('da', 'blog', 'Blog'),
('da', 'blog.add_post', 'Tilføj blog-indlæg'),
('da', 'blog.editing_post', 'Redigere blog-indlæg'),
('da', 'blog.et_featured_recent_posts_scroller', 'ET - Blog featured recent posts scroller'),
('da', 'blog.et_sidebar_latest_posts_scroller', 'ET - Blog sidebar latest posts scroller'),
('da', 'blog.new_post', 'Ny blog post'),
('da', 'blog.post', 'Indlæg'),
('da', 'blog.posts', 'Indlæg'),
('da', 'blog.read_more', 'Læs mere'),
('da', 'blog.recent_posts', 'Blog: Seneste indlæg'),
('da', 'blog.recent_posts_scroller', 'Blog: Seneste indlæg scroller'),
('da', 'blog.text_links', 'Blog: tekstlinks'),
('da', 'blog.view_post', 'Se indlæg'),
('da', 'blog_functionality_notes', '<p>Brug denne side til at administrere din blog. Dette er, hvordan du skal organisere dine blogindlæg:</p> <ul><li>Blog er en almindelig post, der har <b>rodsiden niveau</b> som den overordnede side.</li> <li>Vælg <b>Blog</b> som den overordnede side for dine blogmeddelelser.</li></ul>'),
('da', 'blog_menu_description', 'Administrere din blog-indlæg.'),
('da', 'bm.customer_information_block.warning.email_or_phome_must_be_required', 'Contact information must always have either email, or phone as a required field.'),
('da', 'bm.customer_information_block.warning.field_automaticly_added', '\"[field_name]\" has been added as a required field automatically.'),
('da', 'bm.customer_information_block.warning.field_marked_as_required', 'The \"[field_name]\" field has been marked as required.'),
('da', 'bm_confirm', 'Udføre denne handling vil [action] denne blokere på alle [location_name] siderne. Vil du fortsætte?'),
('da', 'body', 'Body'),
('da', 'body_html', 'HTML body'),
('da', 'bonus', 'bonus'),
('da', 'bonuses', 'Bonus'),
('da', 'both', 'begge'),
('da', 'bottom_panel.admin_panel', 'Admin panel'),
('da', 'bottom_panel.build_mode', 'Edit structure'),
('da', 'bottom_panel.build_mode.not_available', 'Available only at the checkout page. Add a product to cart and go to checkout to see how it works.'),
('da', 'bottom_panel.buy_license', 'Buy license'),
('da', 'bottom_panel.change_theme', 'Change theme'),
('da', 'bottom_panel.community_forums', 'Community forums'),
('da', 'bottom_panel.customer_help_desk', 'Contact support'),
('da', 'bottom_panel.documentation', 'Documentation'),
('da', 'bottom_panel.download', 'Download'),
('da', 'bottom_panel.edit_layout', 'Edit layout'),
('da', 'bottom_panel.edit_menus', 'Edit menus'),
('da', 'bottom_panel.edit_product_tabs', 'Edit product tabs'),
('da', 'bottom_panel.edit_template', 'Edit template'),
('da', 'bottom_panel.edit_translations', 'Edit translations'),
('da', 'bottom_panel.faq', 'FAQ'),
('da', 'bottom_panel.go_to_dashboard', 'Go to Dashboard'),
('da', 'bottom_panel.go_to_home_page', 'Go to home page'),
('da', 'bottom_panel.help', 'Help'),
('da', 'bottom_panel.hide_bottom_admin_panel', 'Hide admin toolbar'),
('da', 'bottom_panel.hire_a_developers', 'Hire a developer'),
('da', 'bottom_panel.preview_mode', 'Preview'),
('da', 'bottom_panel.restore_demo', 'Restore demo'),
('da', 'bottom_panel.settings', 'Settings'),
('da', 'bottom_panel.show_bottom_admin_panel', 'Show admin toolbar'),
('da', 'bottom_panel.storefront', 'Storefront'),
('da', 'bottom_panel.text_mode', 'Edit texts'),
('da', 'bottom_panel.theme_mode', 'Edit style'),
('da', 'bottom_panel.theme_mode.not_available', 'Available only in your microstore or on the pages of your products and blog articles.'),
('da', 'bottom_panel.trial_left', 'Remaining trial period'),
('da', 'bottom_panel.vendor_panel', 'Vendor panel'),
('da', 'bottom_panel.video_tutorials', 'Video tutorials'),
('da', 'bought', 'Allerede købt'),
('da', 'bought_amount', 'Købs kvantitet'),
('da', 'box_height', 'Bokshøjde'),
('da', 'box_length', 'Bokslængde'),
('da', 'box_size', 'Box size'),
('da', 'box_width', 'Boksbredde'),
('da', 'brand', 'Mærke'),
('da', 'brand_type', 'Mærke/producent'),
('da', 'breadcrumbs', 'Breadcrumbs'),
('da', 'broken_addon_pack', 'Forkert add-on struktur. Den uploadede pakke kan ikke installeres.'),
('da', 'broken_po_pack', 'Forkert PO-pack struktur. Den uploadede pack kan ikke installeres.'),
('da', 'browse', 'Gennemse...'),
('da', 'browser_upgrade_notice', '<p>Vi har opdaget at browseren, du bruger understøttes ikke fuldt ud af vores Admin Panel. Du kan se dette websted ved hjælp af din nuværende browser, men det kan ikke vises korrekt, og du kan muligvis ikke fuldt bruge alle funktioner.</p><br><p>Admin Panel ses bedst ved hjælp af følgende browsere:</p> <br><ul><li>– <a href=\"http://windows.microsoft.com/en-US/internet-explorer/products/ie/home\" target=\"_blank\"> Internet Explorer 9 og ovenfor</a></li> <li>– <a href=\"http://www.mozilla.org/en-US/\" target=\"_blank\"> Mozilla Firefox (nyeste version)</a></li> <li>– <a href=\"https://www.google.com/intl/en/chrome/browser/\" target=\"_blank\"> Google Chrome (nyeste version)</a></li></ul> <br><p>Klik på links til download browser efter dit valg. Når overførslen er afsluttet, installere browseren ved at køre installationsprogrammet.</p><br><p>Hvis du ikke kan opgradere din browser nu, du kan stadig få adgang til Admin Panel, men du kan muligvis ikke fuldt bruge alle funktioner. <br><br><a href=\"[url]\"> fortsætter</a></p>'),
('da', 'browser_upgrade_notice_title', 'Browser opgradering varsel'),
('da', 'browse_all_available_addons', 'Gennemse alle tilgængelige tilføjelser'),
('da', 'browse_all_available_themes', 'Gennemse alle tilgængelige temaer'),
('da', 'browse_by_category', 'Browse by category'),
('da', 'bucket', 'Spand'),
('da', 'bulk_attempt_to_set_itself_or_a_own_child_as_its_parent_warning', 'The parent page of some of the selected pages wasn\'t changed. Reason: can\'t assign child page as a parent for its own parent.'),
('da', 'bulk_category_addition', 'mængde kategori tilføjelse'),
('da', 'bulk_category_deletion_side_effects', 'Dette vil slette alle markerede kategoriprodukter, såvel som dens underkategorier og deres produkter.'),
('da', 'bulk_edit.decrease_hint', 'To decrease the value use the \"-\". Example: -5'),
('da', 'bulk_edit.example_of_modified_value', 'Example of the modified value'),
('da', 'bulk_edit.make_active', 'Make products active'),
('da', 'bulk_edit.make_disabled', 'Make products disabled'),
('da', 'bulk_edit.make_hidden', 'Make products hidden'),
('da', 'bulk_edit.price_and_stock', 'Price & Stock'),
('da', 'bulk_edit.some_products_were_omitted', 'Some products were skipped because the last remaining category can\'t be removed or added for a product.'),
('da', 'bulk_edit.some_products_were_omitted_other_storefront', 'Couldn\'t edit selected products. Some of the selected products belong to other storefronts; please deselect those products to be able to edit remaining ones.'),
('da', 'bulk_edit.unable_to_delete_all_categories', 'At least one category must be selected'),
('da', 'bulk_edit.what_do_these_checkboxes_mean', 'What do these checkboxes mean?'),
('da', 'bulk_edit.what_do_these_checkboxes_mean_checked', 'all the selected products belong to this category or will be assigned to it.'),
('da', 'bulk_edit.what_do_these_checkboxes_mean_indeterminate', 'some of the selected products belong to this category; no changes will be made.'),
('da', 'bulk_edit.what_do_these_checkboxes_mean_unchecked', 'none of the selected products belong to this category, or they will be removed from it.'),
('da', 'bulk_print_invoice', 'Faktura bulk print'),
('da', 'bulk_print_packing_slip', 'Pakning slip bulk print'),
('da', 'bulk_print_pdf', 'Faktura bulk print (PDF)'),
('da', 'bulk_product_addition', 'mængde produkt tilføjelse'),
('da', 'bulk_product_features_warning', 'This change won\'t affect some of the selected features, because they belong to a feature group. You can assign categories to an entire feature group.'),
('da', 'bundleid', 'Bundle Id'),
('da', 'button_bgcolor', 'Knappen baggrundsfarve'),
('da', 'button_text_color', 'Knappen Tekstfarve'),
('da', 'but_change', 'Skift'),
('da', 'buyer_name', 'Købers navn'),
('da', 'buy_in_advance', 'Køb på forhånd'),
('da', 'buy_in_advance_upgrade_notification.message', '<p>Customers can now preorder products that have <b>Out of stock actions</b> set to <i>Buy in advance</i> even when the <b>Allow negative amount in inventory</b> setting is disabled. Currently the following products are available on backorder:</p><ul>[products_list]</ul><p>If you don\'t want to allow customers to purchase some of these products while you don\'t have them in stock, please edit these products and set their <b>Out of stock actions</b> to <i>None</i>.</p>'),
('da', 'buy_in_advance_upgrade_notification.title', 'New behavior of \"Out of stock actions: Buy in advance\"'),
('da', 'buy_license', 'Køb en licens'),
('da', 'buy_new_storefront_license', 'Køb [product] butiksfacade licens'),
('da', 'buy_now', 'Køb nu'),
('da', 'buy_now_url', 'Køb nu URL'),
('da', 'buy_together', 'Køb sammen'),
('da', 'buy_together_calculation_information', 'Samlet pris: [total_price], rabat: [discount], kombination pris: [combination_price]'),
('da', 'buy_together_combination_cannot_be_added', 'Kombination kan ikke føjes til indkøbskurv'),
('da', 'buy_together_fill_the_mandatory_fields', 'Angiv venligsts produktets muligheder før du tilføjer denne produktkombination til vognen.'),
('da', 'buy_together_info_message', 'To add a combination, first <a class=\"buy-together-js-storefront-switcher\" data-ca-switcher-storefront-id=\"[storefront_id]\" data-ca-switcher-param-name=\"switch_company_id\" data-ca-switcher-product-id=\"[product_id]\">select the storefront</a>.'),
('da', 'buy_together_info_message_for_mve', 'Only vendors can add product combinations. To add a combination, first <a class=\"buy-together-js-company-switcher\" data-ca-switcher-company-id=\"[company_id]\" data-ca-switcher-param-name=\"company_id\" data-ca-switcher-product-id=\"[product_id]\">log in as vendor</a>.'),
('da', 'buy_together_is_not_compatible_with_configurator', '[product_name] kan ikke føjes til kombinationen. Samlet køb er ikke kompatibel med produktkonfigurator tilføjelse'),
('da', 'buy_together_is_not_compatible_with_recurring_billing', '[product_name] kan ikke føjes til kombinationen. Samlet køb er ikke kompatibel med den tilbagevendende faktureringstilføjelse'),
('da', 'buy_together_product_was_removed', '[product] har ikke nok beløb ([amount]) og blev fjernet fra vognen'),
('da', 'by', 'af'),
('da', 'bytes', 'bytes'),
('da', 'by_fixed', 'af faste beløb'),
('da', 'by_percentage', 'i procent af den oprindelige pris'),
('da', 'b_first_name_and_last_name', 'First name and last name (for billing)'),
('da', 'b_fullname', 'Full name (for billing)'),
('da', 'b_last_name_and_first_name', 'Last name and first name (for billing)'),
('da', 'C128A', 'Kode 128 er et high-density stregkode symbolsprog. <br/>Bruges over hele verden. <br/>Kode 128 er designet til at indkode 128 fuld ASCII-tegn. <br/>Kode 128-A - 0-9, AZ, ASCII-kontrol koder, specialtegn. <br/>Code 128-B - 0-9, AZ, az, specialtegn. <br/>Kode 128-C - 00-99 (dobbelt tæthed indkodning af numeriske kun data). <br/>'),
('da', 'C128B', 'Kode 128 er et high-density stregkode symbolsprog. <br/>Bruges over hele verden. <br/>Kode 128 er designet til at indkode 128 fuld ASCII-tegn. <br/>Kode 128-A - 0-9, AZ, ASCII-kontrol koder, specialtegn. <br/>Code 128-B - 0-9, AZ, az, specialtegn. <br/>Kode 128-C - 00-99 (dobbelt tæthed indkodning af numeriske kun data). <br/>'),
('da', 'C128C', 'Kode 128 er et high-density stregkode symbolsprog. <br/>Bruges over hele verden. <br/>Kode 128 er designet til at indkode 128 fuld ASCII-tegn. <br/>Kode 128-A - 0-9, AZ, ASCII-kontrol koder, specialtegn. <br/>Code 128-B - 0-9, AZ, az, specialtegn. <br/>Kode 128-C - 00-99 (dobbelt tæthed indkodning af numeriske kun data). <br/>'),
('da', 'C39', 'Også kendt som USS Code 39, 3 af 9. <br/>Kode 39 kan indkode alfanumeriske tegn. <br/>Den symbolik bruges i ikke-detail-miljø. <br/>Kode 39 er designet til at indkode 26 store bogstaver, 10 cifre og 7 specialtegn.'),
('da', 'cache_cleared', 'Cache er blevet ryddet'),
('da', 'calculate', 'Beregn'),
('da', 'calculated_automatically', 'Calculated automatically'),
('da', 'calculated_rate', 'Calculated rate'),
('da', 'calculate_shipping_cost', 'Beregne forsendelsesomkostninger'),
('da', 'calendar', 'Kalender'),
('da', 'call_request.work_time', 'Man-Fre 9-18.'),
('da', 'call_requests', 'Opkaldsanmodninger'),
('da', 'call_requests.agreement_text_full_request_call_request_form', '<p>We ([company]) will use the data you provide here to contact you regarding your call request or order. That data will remain in our system, visible to our staff (or the relevant vendor), until you withdraw your consent. If you’d like to have your personal data removed, send an email to [email].</p> <p>If you believe that your personal data has been misused, you have the right to lodge a complaint with a supervisory authority. We’re obliged by EU General Data Protection Regulation to let you know about this right; we don’t actually intend to misuse your data.</p>'),
('da', 'call_requests.agreement_text_short_request_call_request_form', 'I agree to have my personal data <u>processed as follows.</u>'),
('da', 'call_requests.awaiting_call', 'Afventer opkald'),
('da', 'call_requests.buy_now_with_one_click', 'Køb nu med 1-click'),
('da', 'call_requests.convenient_time', 'Belejligt tidspunkt'),
('da', 'call_requests.enter_phone_or_email_text', 'Angiv venligst dit telefonnummer eller e-mail (til vores manager til at kontakte dig)'),
('da', 'call_requests.error_validate_call_form', 'Indtast venligst din e-mail eller telefonnummer'),
('da', 'call_requests.error_validator_phone', 'Telefonnummer i feltet <b>[field]</b> er ugyldig.'),
('da', 'call_requests.event.request_about_product_created.name', 'Call requests: request about product created'),
('da', 'call_requests.event.request_created.name', 'Call requests: request created'),
('da', 'call_requests.notes', 'Noter'),
('da', 'call_requests.no_name_specified', 'Intet navn angivet'),
('da', 'call_requests.order_exists', 'Orden eksisterer'),
('da', 'call_requests.order_placed', 'Vi har modtaget din anmodning! Bestil #[order_id] er blevet oprettet. Vores manager vil kontakte dig snarest.'),
('da', 'call_requests.person_name_and_phone', 'Navn og telefonnummer'),
('da', 'call_requests.phone_from_settings', 'Telefon fra indstillinger'),
('da', 'call_requests.requested_product', 'Ønskede produkt'),
('da', 'call_requests.request_call', 'Anmodning opkald'),
('da', 'call_requests.request_call_request_form', 'Call requests: request form'),
('da', 'call_requests.request_recieved', 'Vi har modtaget din anmodning! Vores manager vil kontakte dig snarest.'),
('da', 'call_requests.responsible', 'Ansvarlig'),
('da', 'call_requests.status.completed', 'Afsluttet'),
('da', 'call_requests.status.in_progress', 'Under udførelse'),
('da', 'call_requests.status.new', 'Ny'),
('da', 'call_requests.status.no_answer', 'Intet svar'),
('da', 'call_requests.text_buy_with_one_click_request', 'Kunde [customer] er <a href=\"[href]\"> venter på dit opkald</a> på [phone_number], med hensyn til køb af produktet <a href=\"[product_href]\">[product_name]</a>.'),
('da', 'call_requests.text_call_request', 'Kunde [customer] er <a href=\"[href]\"> venter på dit opkald</a> på [phone_number].'),
('da', 'call_requests.text_call_request_call_time', 'Den bekvemme opkaldstid er mellem [time_from] og [time_to].'),
('da', 'call_requests.use_for_call_requests', 'Opkaldsanmodning og køb nu med et enkelt klik form'),
('da', 'call_requests_menu_description', 'Administrere opkaldskundeforespørgsler'),
('da', 'campaign', 'Kampagne'),
('da', 'campaigns', 'Kampagner'),
('da', 'campaign_stats', 'Kampagnestatistik'),
('da', 'canada_post_activation_error', 'For at aktivere Canada Post shipping processor du skal have canadisk dollar valuta aktiveret.'),
('da', 'canada_post_upgrade_notification_text', '<p>Den seneste version af [product] har forskellige indstillinger for realtime shipping sats beregning, hvis du bruger Canada Post som transportør.</p> <p>Hvis du ønsker at vise nuværende fragtpriser til dine kunder, gør dette:</p> <ul><li>gå til Administration > Shipping & skatter > Shipping metoder</li> <li>vælge den leveringsmetode, der bruger Canada Post som transportør til at beregne fragtpriser</li> <li>Skift til fanen Generelt, og Angiv den korrekte rutefart</li>, <li>Skift til fanen Konfigurer og angive de korrekte <a href=\"https://www.canadapost.ca/cpo/mc/business/productsservices/developers/services/gettingstarted.jsf\" target=\"_blank\"> API nøgler</a></li></ul>'),
('da', 'canada_post_upgrade_notification_title', 'Canada Post realtime shipping sats beregning ændringer'),
('da', 'cancel', 'Annullere'),
('da', 'canceled_reversal', 'Annullerede tilbageførsel'),
('da', 'cancelled', 'Annullerede'),
('da', 'cancel_order', 'Cancelar pedido'),
('da', 'cancel_url_target', 'Annuller URL target'),
('da', 'cannot_buy', 'Du kan ikke købe dette produkt med disse muligheder'),
('da', 'cannot_proccess_checkout', 'Din indkøbskurv er tom. Så du kan ikke forsætte til kassen'),
('da', 'cannot_proccess_checkout_without_payment_methods', 'Der er ikke nogle Betalings muligheder. Så du kan ikke gå til Kassen'),
('da', 'cannot_remove_active_theme', 'Kan ikke fjerne den aktive tema'),
('da', 'cannot_remove_theme_has_dependent_themes', 'Temaet kan ikke fjernes, da følgende temaer afhænger det: [dependent_themes]'),
('da', 'cannot_upload_file', 'Cannot upload file'),
('da', 'cannot_write_file', 'Kan ikke skrive til filen <b> [file] </ b>. Kontroller venligst filen og Mapperettigheder.'),
('da', 'cant_create_backup_file', 'Kan ikke uploade backup-fil. Kontroller tilladelser til mappen \"var/backups\" i din installation.'),
('da', 'cant_find_thread', 'Tråd kan ikke findes.'),
('da', 'cant_remove_addon_files', 'Add-on files couldn\'t be removed'),
('da', 'cant_remove_default_storefront', 'Default storefront <b>[url]</b> can\'t be removed'),
('da', 'cant_save_percentage_price', 'Du kan ikke bruge procentværdi for basispris.'),
('da', 'cant_upload_file', 'Couldn\'t upload the file. The problem isn\'t necessarily on the [product] end. If it occurs regularly, please contact your server administrator or our technical support.'),
('da', 'can_not_add_file_type_profile_field', 'Sorry, this page doesn\'t support fields with the \"File\" type, and they weren\'t added.'),
('da', 'captcha_upgrade_notification_text', '<p>Tidligere havde du bruge <b>Indstillinger → billede kontrol</b> til at konfigurere anti-bot beskyttelse. Startende med [product] 4.5.1, der afsnit af indstillinger ikke eksisterer. Alle relevante indstillinger blev flyttet til Google reCAPTCHA add-on. Værdierne i disse indstillinger forblive som de var før opgraderingen.</p> <p>Google reCAPTCHA tilføjelse er nu den eneste mekanisme Anti-bot beskyttelse i [product] som standard. Følg disse trin for at konfigurere anti-bot validering,:</p> <ol><li>gå til <b>Tilføjelser → Administrer tilføjelsesprogrammer</b>.</li> <li>Find og klik på <b>Google reCAPTCHA</b> i liste over tilføjelsesprogrammer.</li> <li>A pop-up vindue vil åbne. Indtast <b>Site nøglen</b> og <b>hemmelige token</b>, derefter gemme dine ændringer. Instruktioner om hvordan du får nøglen og token er tilgængelig <a href=\'https://developers.google.com/recaptcha/docs/start\' target=\'_blank\'> her</a>.</li> <li>Konfigurere andre indstillinger for tilføjelsesprogrammet, som du finder passende.</li></ol>'),
('da', 'captcha_upgrade_notification_title', 'Billede verifikation var fuldt ud erstattet af Google reCAPTCHA'),
('da', 'capture', 'Capture'),
('da', 'card', 'Kort'),
('da', 'cardholder_name', 'Kortholders navn'),
('da', 'card_number', 'Kort nummer'),
('da', 'carousel', 'Karrusel'),
('da', 'carousel_swiper', 'Swiper'),
('da', 'carrier', 'Fragtmand'),
('da', 'carrier_aup', 'Australien Post'),
('da', 'carrier_can', 'Canada Post'),
('da', 'carrier_dhl', 'DHL'),
('da', 'carrier_fedex', 'FedEx'),
('da', 'carrier_store_locator', 'Pickup'),
('da', 'carrier_swisspost', 'SwissPost'),
('da', 'carrier_temando', 'Temando'),
('da', 'carrier_ups', 'UPS'),
('da', 'carrier_usps', 'USPS'),
('da', 'cart', 'Indkøbskurv'),
('da', 'cart_content', 'Indkøbskurv'),
('da', 'cart_contents', 'Indkøbskurv'),
('da', 'cart_info', 'Site info'),
('da', 'cart_is_empty', 'Indkøbskurven er tom'),
('da', 'cart_items', 'Indkøbskurv'),
('da', 'cart_or_wishlist', 'Vogn eller ønskeliste'),
('da', 'cart_subtotal', 'Vogn subtotal'),
('da', 'cash_on_delivery', 'Efterkrav (CoD)'),
('da', 'catalog', 'Katalog'),
('da', 'catalog_mode', 'Katalogtilstand'),
('da', 'catalog_pages', 'Katalog side'),
('da', 'categories', 'Kategori'),
('da', 'categories_have_been_added', 'Kategorier er blevet tilføjet'),
('da', 'categories_in', 'Categories in'),
('da', 'categories_menu_description', 'Se produktkategorier, der er brugt til gruppe produkter i din butik.'),
('da', 'category', 'Kategori'),
('da', 'category_deletion_side_effects', 'Dette vil slette alle markerede kategoriprodukter, såvel som dens underkategorier og deres produkter.'),
('da', 'category_delimiter', 'Kategori delimiter'),
('da', 'category_description', 'Kategori beskrivelse'),
('da', 'category_location', 'Kategori plads'),
('da', 'category_name', 'Kategori navn'),
('da', 'cc_button_submit', 'Gå til kassen'),
('da', 'cc_last_digit', 'Final do cartão'),
('da', 'cdn_settings', 'CDN indstillinger'),
('da', 'central', 'Central'),
('da', 'central_content', 'Central indhold'),
('da', 'certificate', 'certifikat'),
('da', 'certificate_already_used', 'Dette gavekort er allerede blevet brugt'),
('da', 'certificate_code_not_available', 'Gavekortet kan ikke blive anvendt. Kontakt os for mere information.'),
('da', 'certificate_code_not_valid', 'Gavekort koden er ikke gyldig'),
('da', 'certificate_filename', 'certifikat filnavn'),
('da', 'certificate_verification', 'validere/indløse gavekortet'),
('da', 'change', 'Ændring'),
('da', 'changed', 'Ændret'),
('da', 'changes', 'Ændringer'),
('da', 'change_access_permission_to_config', 'Det anbefales også at ændre adgangstilladelserne til filen config.local.php. Det bør have 644 (læse/skrive til ejeren og Læs for andre) tilladelser.'),
('da', 'change_addons_initialization', 'Ændre tilføjelser initialisering'),
('da', 'change_addons_initialization_description', 'For at afgøre, om et bestemt problem skyldes en add-on, kan du deaktivere tredjeparts add-ons eller alle tilføjelser. Genaktivere dem senere med et enkelt klik.'),
('da', 'change_customer', 'Change customer'),
('da', 'change_gift_certificate_status', 'Skift gavekort status'),
('da', 'change_language', 'Skift sprog'),
('da', 'change_order_status_b_subj', 'Bestil #[order] har været i restordre'),
('da', 'change_order_status_b_text', 'Din ordre er gået i restordre.'),
('da', 'change_order_status_c_subj', 'Bestil #[order] er afsluttet'),
('da', 'change_order_status_c_text', 'Din ordre er afsluttet. Tak for at vælge os.'),
('da', 'change_order_status_default_subj', 'Status for ordre #[order] er blevet ændret til [status]'),
('da', 'change_order_status_default_text', 'Status for din ordre er blevet ændret til [status].'),
('da', 'change_order_status_d_subj', 'Ordrer #[order] er blevet afvist'),
('da', 'change_order_status_d_text', 'Din ordre er blevet afvist. Kontakt venligst butikken administration.'),
('da', 'change_order_status_f_subj', 'Bestil #[order] mislykkedes'),
('da', 'change_order_status_f_text', 'Din ordre er ikke gået igennem. Kontakt venligst butikksadministration.'),
('da', 'change_order_status_i_subj', 'Bestil #[order] er blevet annulleret'),
('da', 'change_order_status_i_text', 'Din ordre er blevet annulleret. Kontakt venligst butikken administration.'),
('da', 'change_order_status_o_subj', 'Bestil #[order] er blevet placeret korrekt'),
('da', 'change_order_status_o_text', 'Tak for ordren. Du er velkommen til at komme tilbage!'),
('da', 'change_order_status_p_subj', 'Ordrer #[order] er blevet behandlet'),
('da', 'change_order_status_p_text', 'Din ordre er blevet behandlet med succes.'),
('da', 'change_password_notification', 'Vær venlig at ændre dit password'),
('da', 'change_password_notification_body', 'Dit password for at få adgang til admin panelet i [store] lagre blev senest ændret [days] dage siden. For sikkerhedsmæssige årsager, bedes du ændre din adgangskode. For at gøre dette, bedes du følge linket:'),
('da', 'change_permissions', 'Ændre tilladelser'),
('da', 'change_points', 'Ændre point'),
('da', 'change_range', 'Skift interval'),
('da', 'change_to_status', 'Change to [status]'),
('da', 'charged_amount', 'skift beløb'),
('da', 'charge_to_vendor_account', 'Opkræv på leverandør konto'),
('da', 'charset', 'Tegnsæt'),
('da', 'chart', 'Vogn'),
('da', 'charts', 'figur'),
('da', 'chart_type', 'Diagramtype'),
('da', 'check', 'tjek'),
('da', 'checkbox', 'afkrydsningsfelt'),
('da', 'checked', 'Kontrolleret'),
('da', 'checking_account_number', 'kontrollere bruger number'),
('da', 'checking_core_edition_is_not_suitable', 'Udgave af indkøbskurven ([current_edition]) understøttes ikke. Kræves: [required_edition].'),
('da', 'checking_core_version_is_not_suitable', 'Version af din vogn ([version]) understøttes ikke. Minimal: [min]. Maksimal: [max].'),
('da', 'checking_extension_should_be_installed', '[extension] udvidelse skal være installeret på din server for korrekte add-on drift.'),
('da', 'checking_extension_should_be_removed', '[extension] udvidelse bør fjernes fra din server til korrekt add-on drift.'),
('da', 'checking_extension_version_is_not_suitable', '[extension] version ([version]) er ikke understøttet af add-on. Minimal: [min]. Maksimal: [max].'),
('da', 'checking_php_version_is_not_suitable', 'PHP version ([version]) understøttes ikke. Minimal: [min]. Maksimal: [max].'),
('da', 'checkout', 'Til Kassen'),
('da', 'checkout.email_exists.popup.cancel_btn', 'Use another email'),
('da', 'checkout.email_exists.popup.message', 'An account with your email already exists. We can sign you in (password won\'t be needed), or you can use another email if you\'d like.'),
('da', 'checkout.email_exists.popup.sign_in_btn', 'Sign me in'),
('da', 'checkout.email_exists.popup.title', 'You may have bought from us before'),
('da', 'checkout.min_cart_subtotal_required', 'To continue checkout process your order subtotal must exceed [amount]'),
('da', 'checkout_as_guest', 'Til kassen som gæst'),
('da', 'checkout_block_with_heading', 'Checkout block (H2 heading)'),
('da', 'checkout_edp_terms_n_conditions', 'Jeg godkender betingelser'),
('da', 'checkout_location_was_rewritten_upgrade_notification_text', '<p>You can now move parts of the new checkout page around, or hide the parts you don\'t need. To do this, go to <b>Design → Layouts</b> and switch to the <i>Checkout</i> tab. For your convenience, we have updated your checkout page: it now has all the new blocks that a clean [product] installation has. Please check your checkout page and modify it as you see fit.</p><p>We also made a back-up of your previous checkout page. If you need to revert our changes, just import the layout from <b>[file_paths]</b></p><p><a href=\"[layout_page]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Configure checkout here</a></p>'),
('da', 'checkout_location_was_rewritten_upgrade_notification_title', 'Customize your checkout page'),
('da', 'checkout_select_profile_before_order', 'Please select a profile before you place the order.'),
('da', 'checkout_terms_n_conditions', 'Marker dette afkrydsningsfelt for at acceptere [terms_href]'),
('da', 'checkout_terms_n_conditions_alert', 'For at forsætte skal du godkende vores betingelser og vilkår'),
('da', 'checkout_terms_n_conditions_name', 'Vilkår og betingelser'),
('da', 'check_active', 'Aktive'),
('da', 'check_again', 'tjek igen'),
('da', 'check_all', 'Alle'),
('da', 'check_disabled', 'Deaktiveret'),
('da', 'check_hidden', 'Skjult'),
('da', 'check_items_text', 'At omfatte Bestil status, Betalingsmetode og lokaliteter i forhold listen, skal du kontrollere de nødvendige konto og klik på \"Gem\" knappen.'),
('da', 'check_none', 'Ingen'),
('da', 'check_number', 'Checknummer'),
('da', 'check_pending', 'Afventende'),
('da', 'check_permissions', 'Kontrollér tilladelser'),
('da', 'check_php_timeout', 'Check PHP script timeout'),
('da', 'check_server_export_settings', 'Kontrollere server eksportindstillinger'),
('da', 'check_ssl', 'Tjek SSL'),
('da', 'check_uncheck_all', 'Tjek / fejl alt'),
('da', 'chinese', 'kinesisk'),
('da', 'choose', 'Vælg'),
('da', 'choose_action', 'Vælg aktion'),
('da', 'choose_category', 'Vælg kategori'),
('da', 'choose_user', 'Vælg bruger'),
('da', 'choose_your_country', 'Vælg dit land'),
('da', 'choose_your_store_mode', 'Vælg venligst din licenstype'),
('da', 'cities', 'By'),
('da', 'city', 'By'),
('da', 'classes', 'klasse'),
('da', 'clean', 'Ryd op'),
('da', 'cleanup_history', 'Ryd op i historie'),
('da', 'cleanup_log', 'Ryd log'),
('da', 'clean_logs', 'ryd log'),
('da', 'clean_old_logs', 'Clear logs older than [n] day|Clear logs older than [n] days'),
('da', 'clean_up_all_locations_on_import', 'Ryd lokationer op før import'),
('da', 'clear', 'Ryd'),
('da', 'clear_cache', 'Ryd cache'),
('da', 'clear_cart', 'Tøm vognen'),
('da', 'clear_conditions', 'ryd betingelser'),
('da', 'clear_fields', 'Ryd felter'),
('da', 'clear_list', 'Ryd liste'),
('da', 'clear_thumbnails', 'Ryd genererede thumbnails op'),
('da', 'clear_wishlist', 'Tøm ønskeliste'),
('da', 'clicks', 'klik');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('da', 'client_id', 'klient ID'),
('da', 'clone', 'Klon'),
('da', 'clone_categories', 'Kopiere kategorier'),
('da', 'clone_from', 'Klon fra'),
('da', 'clone_layouts', 'Kopiere layouts'),
('da', 'clone_pages', 'Dele sider'),
('da', 'clone_payments', 'Del betalingsmetoder'),
('da', 'clone_products', 'Del produkter'),
('da', 'clone_product_features', 'Del produktfunktioner'),
('da', 'clone_product_filters', 'Del produkt filtre'),
('da', 'clone_profile_fields', 'Del profilfelter'),
('da', 'clone_promotions', 'Del kampagner'),
('da', 'clone_selected', 'Klon valgt'),
('da', 'clone_settings', 'Kopiereindstillinger'),
('da', 'clone_shippings', 'Del forsendelsesmetoder'),
('da', 'clone_sitemap', 'Kopiere sitemap'),
('da', 'clone_static_data_clone', 'Kopiere menuer'),
('da', 'clone_table', 'Klon tabel'),
('da', 'clone_theme', 'Klon tema'),
('da', 'clone_this_item', 'Klon denne item'),
('da', 'clone_this_page', 'Klon denne side'),
('da', 'close', 'Luk'),
('da', 'close_selected_storefronts', 'Close selected'),
('da', 'close_storefront', 'Close storefront'),
('da', 'close_storefront.setting_notice', 'You can open or close a storefront on the storefront editing page'),
('da', 'cmcic_societe', 'Societe'),
('da', 'cname', 'CNAME'),
('da', 'code', 'kode'),
('da', 'code_snippets', 'Code snippets'),
('da', 'coefficient', 'koefficient'),
('da', 'collapse_bg_color', 'Skjul baggrundsfarve'),
('da', 'collapse_section', 'Collapse section'),
('da', 'collapse_sublist_of_items', 'Skjul underliste over poster'),
('da', 'collapse_text_color', 'Skjul tekstfarve'),
('da', 'color', 'color'),
('da', 'column', 'Kolonne'),
('da', 'combination', 'kombination'),
('da', 'combination_code', 'Combination code'),
('da', 'combination_products', 'Kombinationsprodukter'),
('da', 'comma', 'Komma'),
('da', 'comment', 'Kommentar'),
('da', 'comments', 'kommentarer'),
('da', 'comments_and_reviews', 'Kommentar og vurdering'),
('da', 'comments_and_reviews_menu_description', 'Kundekommentarer og anmeldelser på produkter, kategorier, ordrer, osv.'),
('da', 'comment_by', 'kommentar af'),
('da', 'comment_hint', 'Brug din egen kommentar, som vil blive vist under option'),
('da', 'commerceml.map.entity_type.warehouse', 'Warehouses'),
('da', 'commerceml.tab.warehouse', 'Warehouses'),
('da', 'commission', 'bestilling'),
('da', 'commissions', 'bestilling'),
('da', 'commissions_of_last_periods', 'Provision af sidste perioder'),
('da', 'commission_rates', 'Provisionssatser'),
('da', 'communication', 'kommunikation'),
('da', 'communication_and_rating', 'Kommunikation og bedømmelse'),
('da', 'compact_list', 'Kompakt liste'),
('da', 'companies', 'Leverandører'),
('da', 'company', 'Firma'),
('da', 'company_address', 'Firma adresse'),
('da', 'company_name', 'Firma navn'),
('da', 'company_not_found', 'Valgte selskab blev ikke fundet.'),
('da', 'company_phone', 'Firma telefon'),
('da', 'company_settings', 'Virksomhedsindstillinger'),
('da', 'compare', 'sammenligning'),
('da', 'compare_product_features', 'Sammenlign produktfunktioner'),
('da', 'comparison_list', 'Sammenligning liste'),
('da', 'comparison_list_note', 'Gå til produktsammenligningslisten'),
('da', 'comparsion', 'Comparison'),
('da', 'compatibility', 'Compatibility'),
('da', 'compatible_class', 'Kompatibel klasse'),
('da', 'completed', 'Færdiggjort'),
('da', 'compressing_backup', 'Komprimering backup-fil'),
('da', 'compress_dump', 'Komprimer backup-fil'),
('da', 'condition', 'Vilkår'),
('da', 'conditions', 'Vilkår'),
('da', 'configure', 'konfigurere'),
('da', 'confirm', 'bekræfte'),
('da', 'confirmation_dialog', 'bekræftelse dialog'),
('da', 'confirmed', 'Bekræftet'),
('da', 'confirm_password', 'bekræft kodeord'),
('da', 'conflicts', 'konflikt'),
('da', 'congratulations', 'Tillykke!'),
('da', 'connection_ticket', 'forbindelse ticket'),
('da', 'contact', 'Contact'),
('da', 'contact_information', 'Kontakt information'),
('da', 'contact_the_developer', 'Contact the developer'),
('da', 'contact_us_for_price', '[kontakt os for pris]'),
('da', 'container_not_used', 'Denne beholder er ikke brugt. \"[container]\" container fra standardplaceringen vil blive brugt i stedet. Angive denne placering som standard at bruge denne container som \"[container]\" for alle lokationer.'),
('da', 'container_options', 'Container indstillinger'),
('da', 'content', 'indhold'),
('da', 'content_alignment', 'Indholdsjustering'),
('da', 'content_changed_for', 'Denne bloks forekomster har forskelligt indhold for'),
('da', 'content_more', 'more'),
('da', 'continue', 'forsæt'),
('da', 'continue_shopping', 'Forsæt indkøb'),
('da', 'controller', 'Erstat for'),
('da', 'controller_description', 'Hvis du vil angive en SEO-navnet for URL-adressen, fx http://example.com/index.php?dispatch= <b>categories.catalog</b>, skal du indtaste værdien \"<b>categories.catalog</b>\" i feltet \"<b>værdien af parameteren\"forsendelse\"fra URL</b>\" og angive SEO navnet i feltet \"<b>SEO navn</b>\".'),
('da', 'conversion', 'Omregning'),
('da', 'converting_data_in_table', 'omregning data i [table]'),
('da', 'cookie_is_disabled', 'For en komplet shopping oplevelse, skal du <a href=\"http://www.wikihow.com/Enable-Cookies-in-Your-Internet-Web-Browser\" target=\"_blank\"> indstille din browser til at acceptere cookies</a>'),
('da', 'cookie_policy_upgrade_notification_text', '<p>Some countries require that websites notify customers about the use of cookies. Previously you could do that under <b>Settings → Security</b>. That setting has now been moved to the <b>GDPR Compliance (EU)</b> add-on. Here\'s what we advise doing:</p><ol><li>Go to <b>Add-ons → Manage add-ons</b>.</li><li>Switch to the <b>Browse all available add-ons</b> tab.</li><li>Make sure that the <b>GDPR Compliance (EU)</b> add-on is installed and active.</li><li>Click on the add-on name to open the its settings.</li><li>If the <b>Cookie consent</b> setting is set to <i>Implicit</i>, then your store behaves as before the upgrade.</li><li>Switch to the GDPR tab and make sure that the notifications about personal data processing are configured as you want them to.</li><li>Click <b>Save</b>.</li></ol><p>If you\'d like, you can set the consent mode to <i>Explicit</i>; that way customers will need to explicitly agree to the use of cookies before they can access your store.</p>'),
('da', 'cookie_policy_upgrade_notification_title', 'Cookie notification settings moved to GDPR add-on'),
('da', 'coordinates', 'Koordinater'),
('da', 'copied', 'Copied'),
('da', 'copy', 'Kopi'),
('da', 'copyright_shopping_cart', 'CS-Cart - Indkøbskurv Software'),
('da', 'copy_from_layout', 'Kopiering af data fra layout'),
('da', 'copy_theme_from_another_storefront', 'Copy theme and its layouts from another storefront'),
('da', 'copy_to_other_locations', 'Kopier til andre lokationer'),
('da', 'core', 'Core'),
('da', 'core_addon', 'CS-Cart'),
('da', 'core_files_have_been_modified', 'Nogle af din <a href=\"[changes_url]\"> kerne-filer</a> blev ændret manuelt. Det kan føre til forskellige problemer, især når du opgraderer til en ny version af [product]. Hvis du vil vide mere om hvorfor vi fraråde skiftende kerne-filer, kan du læse denne <a href=\"[docs_url]\" target=\"_blank\" > artikel</a>. <br><br>[product] kontrollerer automatisk for ændringer i kerne-filer, hver gang du logger på. For at deaktivere dette afkrydsningsfelt, gå til <a href=\"[settings_url]\"> Indstillinger → generelle</a> og jasket overvåge ændringer i core filer afkrydsningsfelt.'),
('da', 'cost', 'Pris'),
('da', 'cost_dependences', 'Pris afhængighed'),
('da', 'could_not_connect_to_database', 'Could not connect to database'),
('da', 'could_not_open_file', 'Fil udskrift er ikke tilgængelig'),
('da', 'countries', 'land'),
('da', 'countries_list', 'lande liste'),
('da', 'countries_menu_description', 'Styr gruppen af lande, der understøttes i din butik.'),
('da', 'country', 'Land'),
('da', 'country_code', 'Country code'),
('da', 'count_document_fail_imported', 'Dokumentimporten mislykkedes:'),
('da', 'count_document_successfully_imported', 'Dokumenter blev importeret:'),
('da', 'count_email_template_fail_imported', 'E-mail skabeloner importen mislykkedes:'),
('da', 'count_email_template_successfully_imported', 'E-mail skabeloner der blev importeret:'),
('da', 'count_internal_template_fail_imported', 'On-site notification templates import failed:'),
('da', 'count_internal_template_successfully_imported', 'On-site notification templates successfully imported:'),
('da', 'count_snippet_fail_imported', 'Snippets importen mislykkedes:'),
('da', 'count_snippet_successfully_imported', 'Snippets successfully imported:'),
('da', 'coupon', 'kupon'),
('da', 'coupons', 'kuponer'),
('da', 'coupon_already_used', 'Denne kupon er i brug'),
('da', 'coupon_code', 'kupon kode'),
('da', 'cpi_hash_key', 'CPI hash-nøglen'),
('da', 'create', 'oprette'),
('da', 'created', 'oprettet'),
('da', 'create_account', 'Opret konto'),
('da', 'create_administrator_account', 'Oprette administrator konto'),
('da', 'create_and_close', 'Opret og luk'),
('da', 'create_backup', 'Ny sikkerhedskopi/backup'),
('da', 'create_detailed_shipment', 'Oprette detaljerede forsendelse'),
('da', 'create_file', 'Opret fil'),
('da', 'create_filters', 'Create filters'),
('da', 'create_folder', 'Opret mappe'),
('da', 'create_gift_certificate', 'Opret gavekort'),
('da', 'create_gift_certificate_for_customer', 'Opret gavekort til kunde'),
('da', 'create_guest_account', 'Quick checkout med ingen kontooprettelse kræves'),
('da', 'create_new_account', 'Oprette en permanent konto og bruge den til checkout'),
('da', 'create_new_block', 'Oprette ny blok'),
('da', 'create_new_layout', 'Oprette nye layout'),
('da', 'create_new_order', 'Opret ny ordre'),
('da', 'create_or_link_an_existing_option', 'Create or link an existing option'),
('da', 'create_process_payment', 'Opret  og proces betaling'),
('da', 'create_profile', 'Opret ny profil'),
('da', 'create_profile_notification_header', 'Tak for at blive en registreret bruger i vores butik. Nedenfor finder du dine kontooplysninger.'),
('da', 'create_table', 'Opret ny tabel'),
('da', 'create_ticket', 'Create Ticket'),
('da', 'creating', 'skabende'),
('da', 'creating_storefront', 'Creating storefront'),
('da', 'creating_table', 'Opretter tabel'),
('da', 'creation_date', 'oprettelses dato'),
('da', 'credit_card', 'Kredit Kort'),
('da', 'credit_card_info', 'Dette nummer er trykt i underskriftsområdet på bagsiden af kortet. Det er de 3 cifre efter kreditkortnummeret.'),
('da', 'credit_card_number', 'Kreditkortnummer'),
('da', 'credit_memo', 'kreditnota'),
('da', 'credit_memo_id', 'kreditnota ID'),
('da', 'cresecureapitoken', 'CRE SecureAPIToken'),
('da', 'cresecureid', 'CRE SecureID'),
('da', 'cresecure_allowed_types', 'Tilladte korttyper'),
('da', 'cron_export', 'Cron eksportindstillinger'),
('da', 'cscart_marketplace', 'CS-Cart Marketplace'),
('da', 'cscart_uvdesk', 'UVDesk Dashboard'),
('da', 'cscart_uvdesk_menu_description', 'Uvdesk dashboard manage, tickets view, etc.'),
('da', 'csv_delimiter', 'CSV skilletegn'),
('da', 'csv_file', 'CSV fil'),
('da', 'cta', 'ET - Call to action'),
('da', 'curl_error_code_reference_link', 'Hvis du vil vide, hvad der forårsagede den Curl fejl, ser for din fejlnummer i <a target=\"_blank\" href=\"[href]\"> denne artikel</a>.'),
('da', 'curl_error_description_curle_ssl_invalidcertstatus', 'Status returnerede en fejl når du bliver spurgt med CURLOPT_SSL_VERIFYSTATUS.'),
('da', 'currencies', 'Valuta'),
('da', 'currency', 'Valuta'),
('da', 'currencycode', 'Valutakode'),
('da', 'currency_code_aed', 'Forenede Arab. Emirater'),
('da', 'currency_code_afn', 'Afghan Afghani'),
('da', 'currency_code_ang', 'ANG'),
('da', 'currency_code_aoa', 'Angolan Kwanza'),
('da', 'currency_code_aon', 'Angolan New Kwanza'),
('da', 'currency_code_ars', 'ARS'),
('da', 'currency_code_ats', 'Antillian Guilder'),
('da', 'currency_code_aud', 'Australien AUD'),
('da', 'currency_code_awg', 'AWG'),
('da', 'currency_code_azn', 'Azerbaijanian Manat'),
('da', 'currency_code_bam', 'Bosnia and Herzegovina Convertible Marks'),
('da', 'currency_code_bbd', 'Barbados Dollar'),
('da', 'currency_code_bdt', 'Bangladesh Taka'),
('da', 'currency_code_bef', 'Belgian Franc'),
('da', 'currency_code_bgl', 'Bulgaria Lev'),
('da', 'currency_code_bgn', 'BGN'),
('da', 'currency_code_bhd', 'Bahraini Dinar'),
('da', 'currency_code_bif', 'Burundi Franc'),
('da', 'currency_code_bmd', 'Bermudian Dollar'),
('da', 'currency_code_bnd', 'Brunei Dollar'),
('da', 'currency_code_bob', 'Bolivian Boliviano'),
('da', 'currency_code_brl', 'Brasilianske Real'),
('da', 'currency_code_bsd', 'Bahamian Dollar'),
('da', 'currency_code_btn', 'Bhutan Ngultrum'),
('da', 'currency_code_bwp', 'Botswana Pula'),
('da', 'currency_code_byn', 'Belarussian Ruble'),
('da', 'currency_code_byr', 'BYR'),
('da', 'currency_code_bzd', 'Belize Dollar'),
('da', 'currency_code_cad', 'Canada CAD'),
('da', 'currency_code_cdf', 'Congolese Franc'),
('da', 'currency_code_chf', 'Schweiz CHF'),
('da', 'currency_code_clp', 'Chilean Peso'),
('da', 'currency_code_cny', 'CNY'),
('da', 'currency_code_cop', 'Colombian Peso'),
('da', 'currency_code_crc', 'Costa Rican Colon'),
('da', 'currency_code_csd', 'Serbian Dinar'),
('da', 'currency_code_cve', 'Cape Verde Escudo'),
('da', 'currency_code_cyp', 'Cyprus Pound'),
('da', 'currency_code_cyr', 'Cyprus pund'),
('da', 'currency_code_czk', 'Tjekkiet CZK'),
('da', 'currency_code_dem', 'Deutsche Mark'),
('da', 'currency_code_djf', 'Djibouti Franc'),
('da', 'currency_code_dkk', 'Danske kroner'),
('da', 'currency_code_dop', 'Dominican Peso'),
('da', 'currency_code_dzd', 'Algerian Dinar'),
('da', 'currency_code_ecs', 'Ecuador Sucre'),
('da', 'currency_code_eek', 'Estland EEK'),
('da', 'currency_code_egp', 'EGP'),
('da', 'currency_code_ern', 'Eritrean Nafka'),
('da', 'currency_code_esp', 'Spanish Peseta'),
('da', 'currency_code_etb', 'Ethiopian Birr'),
('da', 'currency_code_eur', 'Euro'),
('da', 'currency_code_fim', 'Finnish Markka'),
('da', 'currency_code_fjd', 'Fiji Dollar'),
('da', 'currency_code_fkp', 'Falkland Islands Pound'),
('da', 'currency_code_frf', 'Euro'),
('da', 'currency_code_gbp', 'Storbritannien GBP'),
('da', 'currency_code_gel', 'GEL'),
('da', 'currency_code_ghs', 'Ghana Cedi'),
('da', 'currency_code_gip', 'Gibraltar Pound'),
('da', 'currency_code_gmd', 'Gambian Dalasi'),
('da', 'currency_code_gnf', 'Guinea Franc'),
('da', 'currency_code_grd', 'Greek Drachma'),
('da', 'currency_code_gtq', 'Guatemalan Quetzal'),
('da', 'currency_code_gyd', 'Guyana Dollar'),
('da', 'currency_code_hkd', 'Hong Kong HKD'),
('da', 'currency_code_hnl', 'Honduran Lempira'),
('da', 'currency_code_hrk', 'HRK'),
('da', 'currency_code_htg', 'Haiti Gourde'),
('da', 'currency_code_huf', 'Ungarn HUF'),
('da', 'currency_code_idr', 'Indonesian Rupiah'),
('da', 'currency_code_iep', 'Irish Pound'),
('da', 'currency_code_ils', 'Israel shekel'),
('da', 'currency_code_inr', 'Indien rupees'),
('da', 'currency_code_iqd', 'Iraqi Dinar'),
('da', 'currency_code_irr', 'Iranian Rial'),
('da', 'currency_code_isk', 'Islandske kroner'),
('da', 'currency_code_itl', 'Italian Lira'),
('da', 'currency_code_jmd', 'Jamaican Dollar'),
('da', 'currency_code_jod', 'Jordanian Dinar'),
('da', 'currency_code_jpy', 'Japan JPY'),
('da', 'currency_code_kes', 'Kenyan Shilling'),
('da', 'currency_code_khr', 'Cambodian Riel'),
('da', 'currency_code_kmf', 'Congolese Franc'),
('da', 'currency_code_kpw', 'North Korea Won'),
('da', 'currency_code_krw', 'Sydkorea KRW'),
('da', 'currency_code_kwd', 'Kuwait dinar'),
('da', 'currency_code_kyd', 'Cayman Islands Dollar'),
('da', 'currency_code_kzt', 'Kazakhstani tenge'),
('da', 'currency_code_lak', 'Laos Kip'),
('da', 'currency_code_lbp', 'Lebanese Pound'),
('da', 'currency_code_lkr', 'Sri Lanka Rupee'),
('da', 'currency_code_lrd', 'Liberian Dollar'),
('da', 'currency_code_lsl', 'Lesotho Loti (Maloti)'),
('da', 'currency_code_ltl', 'Litauen LTL'),
('da', 'currency_code_luf', 'Luxembourg Franc'),
('da', 'currency_code_lvl', 'Letland LVL'),
('da', 'currency_code_lyd', 'Libyan Dinar'),
('da', 'currency_code_mad', 'MAD'),
('da', 'currency_code_mdl', 'Moldovan Leu'),
('da', 'currency_code_mga', 'Malagasy Ariary'),
('da', 'currency_code_mgf', 'Malagasy Franc'),
('da', 'currency_code_mkd', 'Macedonian (FYR) Denar'),
('da', 'currency_code_mmk', 'Myanmar Kyat'),
('da', 'currency_code_mnt', 'Mongolian Tugrik'),
('da', 'currency_code_mop', 'Macau Pataca'),
('da', 'currency_code_mro', 'Mauritania Ouguiya'),
('da', 'currency_code_mtl', 'Maltese Lira'),
('da', 'currency_code_mur', 'Mauritius Rupee'),
('da', 'currency_code_mvr', 'Maldives Rufiyaa'),
('da', 'currency_code_mwk', 'Malawi Kwacha'),
('da', 'currency_code_mxn', 'Mexico peso'),
('da', 'currency_code_myr', 'Malaysia MYR'),
('da', 'currency_code_mzn', 'Mozambique Metical'),
('da', 'currency_code_nad', 'Namibian Dollar'),
('da', 'currency_code_ngn', 'Nigerian Naira'),
('da', 'currency_code_nio', 'Nicaraguan Cordoba Oro'),
('da', 'currency_code_nlg', 'Dutch Guilder'),
('da', 'currency_code_nok', 'Norge NOK'),
('da', 'currency_code_npr', 'Nepalese Rupee'),
('da', 'currency_code_nzd', 'New Zealand NZD'),
('da', 'currency_code_omr', 'Rial Omani'),
('da', 'currency_code_pab', 'Panamanian Balboa'),
('da', 'currency_code_pen', 'Peruvian Nuevo Sol'),
('da', 'currency_code_pgk', 'Papua New Guinea Kina'),
('da', 'currency_code_php', 'Filippinske Peso'),
('da', 'currency_code_pkr', 'Pakistan Rupee'),
('da', 'currency_code_pln', 'Polen PLN'),
('da', 'currency_code_png', 'Papua Ny Guinea Kina'),
('da', 'currency_code_pte', 'Portugese Escudo'),
('da', 'currency_code_pyg', 'Paraguayan Guarani'),
('da', 'currency_code_qar', 'Qatari Rial'),
('da', 'currency_code_rol', 'Romanian Lei'),
('da', 'currency_code_ron', 'RON'),
('da', 'currency_code_rsd', 'New Serbian Dinar'),
('da', 'currency_code_rub', 'RUB'),
('da', 'currency_code_rur', 'russiske rubel'),
('da', 'currency_code_rwf', 'Rwanda Franc'),
('da', 'currency_code_sar', 'Saudi Arabien riyal'),
('da', 'currency_code_sbd', 'Solomon Islands dollar'),
('da', 'currency_code_scr', 'Seychelles Rupee'),
('da', 'currency_code_sdp', 'Sudanese Pound'),
('da', 'currency_code_sek', 'Sverige SEK'),
('da', 'currency_code_sgd', 'Singapore SGD'),
('da', 'currency_code_shp', 'St Helena Pound'),
('da', 'currency_code_sit', 'Slovenien tolar'),
('da', 'currency_code_skk', 'Slovakiet koruny'),
('da', 'currency_code_sll', 'Sierra Leone Leone'),
('da', 'currency_code_sos', 'Somalia Shilling'),
('da', 'currency_code_srd', 'Suriname Dollar'),
('da', 'currency_code_srg', 'Suriname Guilder'),
('da', 'currency_code_std', 'Dobra'),
('da', 'currency_code_svc', 'El Salvador Colon'),
('da', 'currency_code_syp', 'Syrian Pound'),
('da', 'currency_code_szl', 'Swaziland Lilangeni'),
('da', 'currency_code_thb', 'Thailand baht'),
('da', 'currency_code_tjs', 'Tajikistan Somoni'),
('da', 'currency_code_tmt', 'Turkmenistan Manat'),
('da', 'currency_code_tnd', 'Tunisian Dinar'),
('da', 'currency_code_top', 'Tongan Pa  Anga'),
('da', 'currency_code_trl', 'Turkish Lira'),
('da', 'currency_code_try', 'Tyrkiet TRY'),
('da', 'currency_code_ttd', 'Trinidad and Tobago Dollar'),
('da', 'currency_code_twd', 'Nye Taiwan dollar'),
('da', 'currency_code_tzs', 'Tanzanian Shilling'),
('da', 'currency_code_uah', 'UAH'),
('da', 'currency_code_ugx', 'Uganda Shilling'),
('da', 'currency_code_usd', 'Amerika USD'),
('da', 'currency_code_uyu', 'Peso Uruguayo'),
('da', 'currency_code_uzs', 'Uzbekistan Sum'),
('da', 'currency_code_veb', 'Venezuela Bolivar'),
('da', 'currency_code_vef', 'Venezuela Bolivar Fuerte'),
('da', 'currency_code_vnd', 'Vietnamese New Dong'),
('da', 'currency_code_vuv', 'Vanuatu vatu'),
('da', 'currency_code_wst', 'Samoan Tala'),
('da', 'currency_code_xaf', 'XAF'),
('da', 'currency_code_xcd', 'East Caribbean Dollar'),
('da', 'currency_code_xof', 'XOF'),
('da', 'currency_code_xpf', 'XPF'),
('da', 'currency_code_yer', 'Yemeni Rial'),
('da', 'currency_code_yum', 'Yugoslavian New Dinar'),
('da', 'currency_code_zar', 'Sydafrika ZAR'),
('da', 'currency_code_zmw', 'Zambian Kwacha'),
('da', 'currency_code_zwd', 'Zimbabwe Dollar'),
('da', 'currency_deleted', 'Valutaen er blevet slettet'),
('da', 'currency_rate', 'valutakurs'),
('da', 'currency_rate_greater_than_null', 'Valutakurs bør være højere end 0.'),
('da', 'currency_sign', 'tegn'),
('da', 'currently_in_use', 'I øjeblikket i brug'),
('da', 'current_amount', 'Nuværende beløb'),
('da', 'current_database_size', 'Nuværende database størrelse'),
('da', 'current_path', 'aktuel sti'),
('da', 'current_period', 'aktuel periode'),
('da', 'current_previous_period', '\'Current (\'[date]\') and previous period\''),
('da', 'current_setting_value', 'Aktuelle værdi'),
('da', 'current_theme', 'Aktuelle tema'),
('da', 'custom', 'brugerdefineret'),
('da', 'customer', 'Kunde'),
('da', 'customers', 'Kunder'),
('da', 'customers_menu_description', 'Liste over store kunder, registrerede brugere med en kundekonto.'),
('da', 'customers_menu_title', 'Customers'),
('da', 'customers_with_abandoned', 'Forladte kunder'),
('da', 'customer_address', 'Customer address'),
('da', 'customer_create_ticket', 'Create Ticket'),
('da', 'customer_details', 'Kunde detaljer'),
('da', 'customer_email', 'Kunde e-mail'),
('da', 'customer_id', 'Kunde-ID'),
('da', 'customer_info', 'Kunde info'),
('da', 'customer_information', 'Kunde information'),
('da', 'customer_info_sidebar', 'Customer info'),
('da', 'customer_name', 'Customer Name'),
('da', 'customer_notes', 'Kunde note'),
('da', 'customer_notifications', 'Kundeanmeldelser'),
('da', 'customer_phone', 'Kundetelefon'),
('da', 'customer_signature', 'Kunders underskrift'),
('da', 'customer_sign_in', 'Customer Sign-In'),
('da', 'customer_text_letter_footer', 'Tak fordi du valgte os.'),
('da', 'customer_to_admin_communication.event.message_received.name', 'Customer-to-Admin: New message received'),
('da', 'customization', 'Tilpasning'),
('da', 'customize', 'Tilpasse'),
('da', 'custom_range', 'Brugerdefineret interval'),
('da', 'custom_search', 'Custom search'),
('da', 'cutted_product_codes', 'Følgende koder er for lange og blev skåret til 32 tal:'),
('da', 'cvv2', 'CVV/CVC'),
('da', 'czech', 'tjekkisk'),
('da', 'daily', 'Daglig'),
('da', 'danish', 'dansk'),
('da', 'dashboard', 'instrumentpanel'),
('da', 'database', 'Database'),
('da', 'database_data_changes', 'Ændringer i databasen'),
('da', 'database_structure_changes', 'Database strukturændringer'),
('da', 'datafeed.description', 'Only the products that meet <strong>all</strong> of the conditions below will be exported:'),
('da', 'datafeed_name', 'Data feed navn'),
('da', 'datakeeper.error_unsupported_file_type', 'Filen kan ikke gendannes. Eneste .sql, .zip og .tgz filer er tilladt.'),
('da', 'datakeeper.file_cannot_be_overrided', 'Der kan ikke skrives til filen <b>[file]</b>. Angive de skrivbare tilladelser manuelt eller kontrollere FTP adgang til din server i afsnittet <a href=\"[url]\"> \"Opgradere center\"</a>'),
('da', 'datakeeper.run_backup_via_cron_message', 'You can run the backup automatically at certain time intervals. To do it, add the following command to <a href=\"https://en.wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a>:'),
('da', 'datatrans_caa', 'Tilladelsen med øjeblikkelig afregning'),
('da', 'datatrans_noa', 'Godkendelse kun'),
('da', 'datatrans_sign', 'Digital underskift'),
('da', 'data_feed', 'Datafeeds'),
('da', 'data_feed.error_exim_no_data_exported', 'Ingen data eksporteret'),
('da', 'data_feeds', 'Datafeeds'),
('da', 'data_feeds.exclude_shared_products', 'Exclude shared products'),
('da', 'data_feeds.text_tooltip_field_name', 'Navnet på kolonnen i data feed-fil.'),
('da', 'data_feeds.text_tooltip_field_type', 'Typen af data fra din butik, som vil blive eksporteret til denne kolonne af data feed-fil.'),
('da', 'date', 'Dato'),
('da', 'date_added', 'Dato tilføjet'),
('da', 'date_of_birth', 'Fødselsdag'),
('da', 'day', 'dag'),
('da', 'days', 'dage'),
('da', 'days_old', 'dage gammel'),
('da', 'day_or_days', 'day(s)'),
('da', 'db_backup_restore', 'DB Backup/Gendan'),
('da', 'db_name', 'Databasenavn'),
('da', 'dear', 'Kære'),
('da', 'dear_sirs', 'Kære'),
('da', 'debit', 'Debet'),
('da', 'decimals', 'Decimal'),
('da', 'decline', 'Afslået'),
('da', 'declined', 'Afslået'),
('da', 'declined_products_information', 'Oplysninger om afviste produkter'),
('da', 'decline_products', 'Afslået produkt'),
('da', 'decline_selected', 'Afslå valgt'),
('da', 'decorator', 'Dekoratør'),
('da', 'decrease', 'Formindskelse'),
('da', 'dec_sign', 'Dec underskrive'),
('da', 'default', 'Standard'),
('da', 'default_category_view', 'Standard kategorivisning'),
('da', 'default_currency_status', 'Status for den primære valuta kan ikke ændres'),
('da', 'default_custom.custom', 'Custom...'),
('da', 'default_custom.custom_value', 'Custom ([value])'),
('da', 'default_custom.disabled', 'Disabled'),
('da', 'default_custom.edit_global', 'Edit global ([name])...'),
('da', 'default_custom.edit_parent', 'Edit parent ([name])...'),
('da', 'default_custom.global', 'Global ([name])'),
('da', 'default_custom.parent', 'Parent ([name])'),
('da', 'default_filter_by_location', 'Intet filter angivet. Filtrere efter placering som standard.'),
('da', 'default_language', 'Standardsprog'),
('da', 'default_language_status', 'Status for standardsproget kan ikke ændres'),
('da', 'default_layout', 'Standardlayout'),
('da', 'default_long_options_template', 'Standardskabelonen (lang produkt indstillingsnavne)'),
('da', 'default_product_details_view', 'Parent ([default])'),
('da', 'default_storefront', 'Default'),
('da', 'default_storefront_must_exist', 'Default storefront must exist in the store'),
('da', 'default_template', 'Standardskabelon'),
('da', 'default_value', 'Standard værdi'),
('da', 'deferred', 'udsætte'),
('da', 'defined', 'definere'),
('da', 'defined_desired_products', 'Liste over ønskede produkter'),
('da', 'defined_items', 'definerede elementer'),
('da', 'delay', 'Forsinkelse (i sekunder)'),
('da', 'delete', 'Slet'),
('da', 'deleted', 'Slettet'),
('da', 'deleted_product', 'Slettet produkt'),
('da', 'delete_all_images', 'Delete all images'),
('da', 'delete_block', 'Slette blokken'),
('da', 'delete_confirmation', 'Er du nu sikker på du vil slette dette ?'),
('da', 'delete_default_destination_notice', 'Couldn\'t delete the default rate area. It must always exist.'),
('da', 'delete_downloadable_product_files', 'Delete existing files of downloadable products'),
('da', 'delete_downloadable_product_files_tooltip', 'If you enable this setting, then importing downloadable products will delete their existing files. If the setting is disabled, the new files of downloadable products will simply be added to existing files.'),
('da', 'delete_grid', 'Slette gitter'),
('da', 'delete_image', 'Slet billede'),
('da', 'delete_image_pair', 'Slet billede pair'),
('da', 'delete_install_folder', 'Venligst fjern installationsmappen. < br / > < br / > At bibeholde installationsmappen på serveren er usikker.'),
('da', 'delete_range', 'Slet range'),
('da', 'delete_selected', 'Slet valgte'),
('da', 'delete_subscribers', 'Delete subscribers'),
('da', 'delete_this_category', 'Slet denne kategori'),
('da', 'delete_this_page', 'Slet denne side'),
('da', 'delete_this_return', 'Slet denne retur'),
('da', 'deleting_required_category_notification_text', 'Category \"[category]\" is required and can\'t be deleted.'),
('da', 'delivery_time', 'Leveringstid'),
('da', 'demo', 'Demo'),
('da', 'demo_mode', 'Demo måde er slået til'),
('da', 'demo_mode_content_text', '<p>Denne butik lige nu i <b>DEMO</b> måde, hvor disse funktioner er slået fra</p>'),
('da', 'demo_panel.block_manager.enable', 'Edit structure<br/><br/>Change various blocks with information: show them, hide them, or move them as you see fit.<br/>This currently works only at the checkout page. Add a product to cart and proceed to checkout to see the editor.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Edit layout on-site\"'),
('da', 'demo_panel.demo_store_panel', 'Demo lagerpanel'),
('da', 'demo_panel.demo_will_be_reset_in', 'Demo vil blive nulstillet i:'),
('da', 'demo_panel.go_admin_panel', 'Gå til Administrationspanel'),
('da', 'demo_panel.go_storefront', 'Gå til butik'),
('da', 'demo_panel.go_vendor_panel', 'Gå til leverandør panel'),
('da', 'demo_panel.live_editor.enable', 'Edit сontent<br/><br/>Change the texts and other data directly on the storefront, without using the administration panel.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Edit content on-site\"'),
('da', 'demo_panel.theme_editor.enable', 'Edit style<br/><br/>Change the style of your store (logos, colors, fonts, and so on) and see the changes as you make them.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Theme editor\"'),
('da', 'denied', 'Nægtet'),
('da', 'dependence', 'Sorter efter'),
('da', 'deposit_amount', 'Indbetalingsbeløbet'),
('da', 'deprecated', 'Deprecated'),
('da', 'desc', 'Beskriv'),
('da', 'description', 'Description'),
('da', 'descr_avs', 'AVS verifikation svar'),
('da', 'descr_cvv', 'kontrolcifre verifikation svar'),
('da', 'design', 'Design'),
('da', 'design_mode', 'Design ændringer'),
('da', 'desired_amount', 'Ønskede mængde'),
('da', 'destination', 'destination'),
('da', 'destination_nothing_found', 'No suitable destination has been found'),
('da', 'detailed_description', 'Detaljeret beskrivelse'),
('da', 'detailed_image', 'Detailed image'),
('da', 'detailed_images', 'Detaljeret images'),
('da', 'detailed_image_url', 'Detailed image URL'),
('da', 'detailed_info', 'Detaljeret information'),
('da', 'detailed_shipment', 'Detaljerede leverance'),
('da', 'details', 'detaljer'),
('da', 'developer', 'Udvikler'),
('da', 'developers', 'Developers'),
('da', 'developer_page', 'Developer page'),
('da', 'development', 'Udvikling'),
('da', 'dhl_upgrade_notification_text', '<p>Den seneste version af [product] har forskellige indstillinger for realtime shipping sats beregning, hvis du bruger DHL som transportør.</p> <p>Hvis du ønsker at vise nuværende fragtpriser til dine kunder, gør dette:</p> <ul><li>gå til Administration > Shipping & skatter > Shipping metoder</li> <li>vælge den leveringsmetode, der bruger DHL som transportør til at beregne fragtpriser</li> <li>Skift til fanen Generelt, og Angiv den korrekte rutefart</li>, <li>Skift til fanen Konfigurer og angive korrekt Site-ID og Password</li></ul>'),
('da', 'dhl_upgrade_notification_title', 'DHL realtime shipping sats beregning ændringer'),
('da', 'diff', 'Fil ændring'),
('da', 'different_only', 'Forskellige kun'),
('da', 'directory', 'direktorie'),
('da', 'direct_download', 'direkte download'),
('da', 'disable', 'Deaktiver'),
('da', 'disabled', 'deaktivere'),
('da', 'disabled_categories', 'Deaktiverede kategorier'),
('da', 'disable_for', 'Deaktiver for'),
('da', 'disable_selected', 'Deaktiver valgt'),
('da', 'disapprove', 'Afvis'),
('da', 'disapproved', 'Afvis'),
('da', 'disapprove_selected', 'Afvis valgte'),
('da', 'discount', 'Rabat'),
('da', 'discounted_price', 'Rabat pris'),
('da', 'discounts', 'Rabat'),
('da', 'discount_coupon', 'Rabat kupon'),
('da', 'discount_coupon_code', 'Rabat kupon kode'),
('da', 'discussion', 'Kommentar og vurdering'),
('da', 'discussion.add_new_review', 'Discussion: new review'),
('da', 'discussion.agreement_text_full_add_new_review', '<p>Your name will appear next to your review or comment, visible to everyone. We ([company]) also save your IP address as a security precaution, but in can only be viewed by our staff. It will remain in our system until you withdraw your consent. If you’d like to have your personal data removed, send an email to [email].</p> <p>If you believe that your personal data has been misused, you have the right to lodge a complaint with a supervisory authority. We’re obliged by EU General Data Protection Regulation to let you know about this right; we don’t actually intend to misuse your data.</p>'),
('da', 'discussion.agreement_text_short_add_new_review', 'I agree to have my personal data <u>processed as follows.</u>'),
('da', 'discussion.anonymous_setting_restored_upgrade_notification', 'In the 4.9.1 version the <strong>Only anonymous customers</strong> variant of the <strong>Administrator must approve posts submitted by</strong> setting was removed. Now, it is available again, with the ability to leave reviews for nonauthorized customers. Please check if the desirable value of the setting is selected.'),
('da', 'discussion.anonymous_setting_restored_upgrade_notification_title', 'Comments and reviews add-on settings were changed'),
('da', 'discussion.event.categories.new_post', 'Categories: new review posted'),
('da', 'discussion.event.orders.new_post', 'Order communication: new message added'),
('da', 'discussion.event.pages.new_post', 'Pages: new comment posted'),
('da', 'discussion.event.products.new_post', 'Products: new review posted'),
('da', 'discussion.event.testimonials.new_post', 'Testimonials: new review posted'),
('da', 'discussion.event.vendors.new_post', 'Vendors: new review posted'),
('da', 'discussion.please_log_in_to_write_a_review', 'Please sign in to write a review'),
('da', 'discussion.you_have_to_buy_from_vendor_before_writing_review', 'You can\'t write a review for this vendor. Customers can write reviews for a vendor only after they buy something from that vendor. If you actually placed an order with this vendor, but are still seeing this message, please contact us.'),
('da', 'discussion.you_have_to_buy_product_before_writing_review', 'You can\'t write a review for this product. Customers can write reviews only for the products they bought. If you actually bought this product from us, but are still seeing this message, please contact us.'),
('da', 'discussion_manager', 'Kommentarer og anmeldelser'),
('da', 'discussion_tab_categories', 'Kategori anmeldelser'),
('da', 'discussion_tab_companies', 'Virksomhedsanmeldelser'),
('da', 'discussion_tab_home_page', 'Vidnesbyrd'),
('da', 'discussion_tab_orders', 'Ordrerkommunikation'),
('da', 'discussion_tab_pages', 'Fodnoter'),
('da', 'discussion_tab_products', 'Produktanmeldelser'),
('da', 'discussion_title_category', 'vurdering'),
('da', 'discussion_title_company', 'Anmeldelser'),
('da', 'discussion_title_giftreg', 'Gæstebog'),
('da', 'discussion_title_home_page', 'anbefaling'),
('da', 'discussion_title_home_page_menu_description', 'Administrer anbefalinger fra butiksbesøgende.'),
('da', 'discussion_title_order', 'kommunikation'),
('da', 'discussion_title_page', 'Kommentar'),
('da', 'discussion_title_product', 'Vurdering'),
('da', 'discussion_title_return', 'kommunikation'),
('da', 'dispatch', 'Afsendelse'),
('da', 'dispatch_value', 'Forsendelsesværdi'),
('da', 'display', 'Display'),
('da', 'displayed_vendors', 'Viste leverandører'),
('da', 'display_bottom_buttons', 'Display nederste knapper'),
('da', 'display_delete_icons', 'Vis slet ikoner'),
('da', 'display_in_promotions', 'Få vist i kampagner'),
('da', 'display_message', 'Display besked'),
('da', 'display_on', 'Vis på'),
('da', 'display_type', 'fremvisnings type'),
('da', 'display_variants_count', 'Antallet af viste filter varianter før rulle'),
('da', 'documents', 'Dokumenter'),
('da', 'document_exists', 'Dokument med den valgte kode findes allerede, kan du prøve en anden.'),
('da', 'document_import_success_msg', 'Alle dokumenter er blevet importeret uden fejl.'),
('da', 'document_preview_gift_certificate_not_found', 'Kunne ikke finde et gavekort. Preview virker kun med eksisterende data. Opret et gavekort og bruge Vis udskrift igen.'),
('da', 'document_preview_order_not_found', 'Kunne ikke finde en ordre. Preview virker kun med eksisterende data. Du opretter en ordre og bruge Preview igen.'),
('da', 'document_preview_return_request_not_found', 'Kunne ikke finde en tilbagesendelsesanmodning. Forhåndsvisning virker kun med eksisterende data. Venligst Opret en tilbagevenden anmodning og bruge Vis udskrift igen.'),
('da', 'document_preview_suppliers_not_found', 'Kunne ikke finde en leverandør. Preview virker kun med eksisterende data. Opret en leverandør, og bruge Vis udskrift igen.'),
('da', 'domain', 'Domæne'),
('da', 'domains', 'Domæner'),
('da', 'domestic_usps', 'Domestic USPS'),
('da', 'done', 'Færdig'),
('da', 'dont_recalculate_order', 'Må ikke genberegne ordre'),
('da', 'dont_track', 'Spor ikke'),
('da', 'dont_use_cardinal', 'Dont brug Centinel Cardinal ® til 3-D Secure Payer Authentication'),
('da', 'dots', 'Prikker'),
('da', 'down', 'Ned'),
('da', 'download', 'download'),
('da', 'downloadable', 'Kan downloades'),
('da', 'downloadable_product_files_directory', 'Directory for the files of downloadable products'),
('da', 'downloadable_shipping', 'Aktiver fragt hvis downloadable'),
('da', 'downloaded_addons', 'Downloaded addons ([n])'),
('da', 'downloads', 'Download'),
('da', 'downloads_max_left', 'Max download tilbage'),
('da', 'download_key_expiry', 'Download nøgle udløbet'),
('da', 'download_link_expired', 'Download link er udløbet, eller er ikke klar'),
('da', 'do_not_change', 'Ændre ikke'),
('da', 'do_not_pass_logo', 'send ikke indkøbsvogn logo til betalingssystem'),
('da', 'do_not_use', 'brug ikke'),
('da', 'drlicense_number', 'Kørekortnummer'),
('da', 'dropdown_horizontal', 'Dropdown vandret'),
('da', 'dropdown_limit', 'Minimal numre, hvis elementer skal placeres i en dropdown liste.'),
('da', 'dropdown_second_level_elements', 'Andet niveau elementer'),
('da', 'dropdown_third_level_elements', 'Tredje niveau elementer'),
('da', 'dropdown_vertical', 'Dropdown lodret'),
('da', 'drop_existing_data', 'Slet alle eksisterende produkt filer før import'),
('da', 'drop_images_select', 'Select images'),
('da', 'drop_images_select_short', 'Select'),
('da', 'drop_images_to_upload', 'Drop images here'),
('da', 'dump_file_not_writable', 'Den fil, du forsøger at gemme i databasen backup er ikke skrivbar. Undersøg tilladelser.'),
('da', 'duplicate', 'Duplikere transaktioner'),
('da', 'dutch', 'Hollandsk'),
('da', 'dynamic', 'dynamisk'),
('da', 'dynamic_content', 'Denne bloks indhold vil kun blive vist på <a href=\"[url]\"> denne side</a>.'),
('da', 'dynamic_tree_cat', 'Dynamisk træ'),
('da', 'dynamic_tree_pages', 'Dynamisk træ'),
('da', 'earned_points', 'Points tjent pr. produkt'),
('da', 'earned_point_modifier', 'Tjente point modifikator'),
('da', 'easing', 'lettelse'),
('da', 'easter_coming_soon_message', 'Uh-oh, it looks like this feature doesn\'t work yet! But we\'re on the job and will try to get it working soon.'),
('da', 'edit', 'redigere'),
('da', 'editing', 'redigering'),
('da', 'editing_attachment', 'Redigere bilag'),
('da', 'editing_block', 'redigere block'),
('da', 'editing_category', 'redigere category'),
('da', 'editing_certificate', 'redigere certificate'),
('da', 'editing_chart', 'redigere chart'),
('da', 'editing_combination', 'Rediger kombination'),
('da', 'editing_container', 'Redigering af container'),
('da', 'editing_currency', 'Redigering af valuta'),
('da', 'editing_defined_products', 'redigere defined products'),
('da', 'editing_document', 'Redigering [name]'),
('da', 'editing_email_snippet', 'Editing snippet'),
('da', 'editing_email_template', 'Redigering af e-mail-skabelon'),
('da', 'editing_file', 'redigere fil'),
('da', 'editing_filter', 'redigere filter'),
('da', 'editing_folder', 'Redigering mappe'),
('da', 'editing_form', 'redigere form'),
('da', 'editing_global_vars', 'Redigering af globale variabler'),
('da', 'editing_grid', 'Redigering gitter'),
('da', 'editing_group', 'redigere group'),
('da', 'editing_internal_template', 'Editing on-site notification template'),
('da', 'editing_item', 'redigere item'),
('da', 'editing_language', 'Rediger sprog'),
('da', 'editing_layout', 'Redigere layoutet'),
('da', 'editing_link', 'redigere link'),
('da', 'editing_localization', 'redigere lokalisering'),
('da', 'editing_location', 'redigere sted'),
('da', 'editing_mailing_list', 'Redigere mailingliste'),
('da', 'editing_menu', 'Redigere menuer'),
('da', 'editing_option', 'redigere valgmulighed'),
('da', 'editing_order', 'redigere order'),
('da', 'editing_order_invoice', 'Redigering af fakturaen for ordren #[order_id]'),
('da', 'editing_order_invoice_responsive', 'Editing invoice for order'),
('da', 'editing_page', 'redigere page'),
('da', 'editing_payment', 'redigere betaling'),
('da', 'editing_poll', 'Redigering meningsmåling'),
('da', 'editing_product', 'redigere produkt'),
('da', 'editing_product_feature', 'redigere produkt feature'),
('da', 'editing_profile', 'redigere profil'),
('da', 'editing_profile_field', 'Redigere profil området'),
('da', 'editing_profile_name', 'Editing profile: [name]'),
('da', 'editing_promotion', 'redigere reklamekampagne'),
('da', 'editing_question', 'redigere spørgsmål'),
('da', 'editing_quick_menu_link', 'redigere hurtig menu link'),
('da', 'editing_quick_menu_section', 'redigere hurtig menu sektion'),
('da', 'editing_rate_area', 'Editing rate area'),
('da', 'editing_report', 'redigere report'),
('da', 'editing_shipping_method', 'redigere leveringsmulighed'),
('da', 'editing_sitemap_section', 'Redigering sitemap afsnit'),
('da', 'editing_snippet', 'Editing snippet'),
('da', 'editing_status', 'redigere status'),
('da', 'editing_storefront', 'Editing storefront'),
('da', 'editing_store_location', 'redigere butikslokation'),
('da', 'editing_supplier', 'Redigering af leverandør'),
('da', 'editing_tab', 'Redigering af fane'),
('da', 'editing_table_column', 'Redigering kolonne'),
('da', 'editing_tax', 'redigere moms'),
('da', 'editing_vendor', 'Redigering af leverandør'),
('da', 'edition_type', 'Edition type'),
('da', 'edit_admin_notification', 'Redigere den email afsendt til administratorer'),
('da', 'edit_and_send_invoice', 'Tweak og sende faktura'),
('da', 'edit_content_on_site', 'Rediger indhold på stedet'),
('da', 'edit_corresponding_profile_field', 'To change the field type or variants, <a href=\"[URL]\">edit the corresponding field in the Shipping Address section</a>.'),
('da', 'edit_customer_notification', 'Redigere den e-mail sendt til kunder'),
('da', 'edit_files', 'Can edit'),
('da', 'edit_invoice', 'Udskriv faktura'),
('da', 'edit_layout', 'Redigere layoutet'),
('da', 'edit_layout_on_site', 'Edit layout on-site'),
('da', 'edit_on_site', 'Edit on site'),
('da', 'edit_order', 'redigere order'),
('da', 'edit_products', 'Redigere produkter'),
('da', 'edit_profile', 'Rediger profil'),
('da', 'edit_profile_note', 'Ændre e-mail, adgangskode, shipping/fakturering info og andre profilindstillinger'),
('da', 'edit_report', 'redigere report'),
('da', 'edit_robots', 'Redigere robots.txt'),
('da', 'edit_selected', 'redigere selected'),
('da', 'edit_texts', 'Edit texts'),
('da', 'edp_access_granted', 'Nu kan du downloade de indkøbte produkter'),
('da', 'edp_access_subj', 'Adgang til elektronisk distribueret produkter tillads'),
('da', 'edp_enable_shipping', 'Aktiver fragt på download produkter'),
('da', 'eib', 'ET - Extra info block'),
('da', 'eib_wrapper', 'ET - Extra info block'),
('da', 'elements_per_column_third_level_view', 'AB: Elements number per column for the mode <b>3-level menu (dropdown list)</b>'),
('da', 'elements_per_column_third_level_view.tooltip', 'This setting limits the number of displayed third-level menu items in each of the two columns of the last level when the <b>3-level menu mode (drop-down list) </ b> is turned on. The remaining menu items (exceeding the limit settings) will not be displayed in the menu. It is rational to use the setting, if there is a very large number of menu items on the third level'),
('da', 'email', 'E-mail'),
('da', 'email.one_time_password.message', '<p>You\'ve requested a one-time code to sign in to <a href=\"[storefront_url]\">[storefront_url]</a>. Here it is:</p><p><strong><code>[password]</code></strong></p><p>Please don\'t tell this code to anyone else. If you haven\'t requested the code, then you can safely ignore this message. Nobody will be able to sign in to your account, unless they know your password or can view your inbox.</p>'),
('da', 'email.one_time_password.title', 'Sign in without password'),
('da', 'emails', 'E-mails'),
('da', 'email_address', 'E-mail adresse'),
('da', 'email_cannot_be_empty', 'E-mail kan ikke være tom'),
('da', 'email_header', 'E-mail hoved'),
('da', 'email_marketing.confirm_subscription', 'Bekræft venligst abonnement'),
('da', 'email_marketing.email_subscribed', 'Du var tilmeldt vores nyhedsbrev'),
('da', 'email_marketing.email_subscribed_2optin', 'Abonnement bekræftet'),
('da', 'email_marketing.enter_api_key_and_save', 'Indtast API-nøgle og gem først'),
('da', 'email_marketing.error_no_list', 'Vælg venligst mailingliste i addon indstillinger for at starte import'),
('da', 'email_marketing.export_all', 'Eksporter alle'),
('da', 'email_marketing.new_subscriber', 'Ny abonnent'),
('da', 'email_marketing.subscription_confirmed', 'Tak for din tilmelding til vores nyhedsbrev'),
('da', 'email_marketing.subscription_confirmed_2', 'Abonnement bekræftet'),
('da', 'email_marketing.subscription_pending', 'E-mail-bekræftelse er påkrævet!'),
('da', 'email_marketing.sync', 'Sync'),
('da', 'email_marketing.text_confirm_subscription', 'Vi modtog en abonnementanmodning fra dig. Bekræft venligst det: <p><a href=\"[href]\"> Klik her for at bekræfte din tilmelding til vores nyhedsbrev</a></p> hvis du har modtaget denne e-mail ved en fejl, skal du blot slette den. Du vil ikke få abonnement, hvis du ikke klikke på bekræftelse link ovenfor.'),
('da', 'email_marketing.text_email_subscribed', 'Tak for din tilmelding til vores nyhedsbrev. <p>Du kan når som helst ønske at stoppe med at modtage vores emails, <a href=\"[href]\"> klikke på dette link for at afmelde</a>.</p>'),
('da', 'email_marketing.text_email_subscribed_2optin', 'Din tilmelding til vores nyhedsbrev er blevet bekræftet.<p>Du kan når som helst ønske at stoppe med at modtage vores emails, <a href=\"[href]\"> klikke på dette link for at afmelde</a>.</p>'),
('da', 'email_marketing.text_subscribe', 'Abonner på vores nyhedsbrev'),
('da', 'email_marketing.text_subscription_confirmed', 'Dit abonnement er blevet bekræftet. Der kræves ingen ekstra handlinger.'),
('da', 'email_marketing.text_subscription_confirmed_2', 'Din tilmelding til vores nyhedsbrev er blevet bekræftet. Tak for din tilmelding!'),
('da', 'email_marketing.text_subscription_pending', 'Tak for din tilmelding til vores nyhedsbrev.<p>A bekræftelses e-mail er blevet sendt til dig. Brug linket i e-mailen til at bekræfte dit abonnement</p>'),
('da', 'email_marketing.text_unsubscribe_successful', 'Din email er blevet fjernet fra vores liste.'),
('da', 'email_marketing.tmpl_subscription', 'Email marketing: nyhedsbrev abonnement form'),
('da', 'email_marketing.unsubscribe_successful', 'Afmelding  vellykket'),
('da', 'email_marketing.warning_email_exists', '[email] er allerede tilmeldt'),
('da', 'email_order_invoice_subject', '[company_name]: faktura for ordren #[order_id]'),
('da', 'email_subject', 'E-mail emne'),
('da', 'email_template.accounting_new_payout', 'Regnskab: Udbetaling er udstedt'),
('da', 'email_template.accounting_new_withdrawal', 'Regnskab: Tilbagetrækning er fremsat'),
('da', 'email_template.accounting_payout_approved', 'Regnskab: Udbetaling er afsluttet'),
('da', 'email_template.accounting_payout_declined', 'Regnskab: Udbetaling er ikke afsluttet'),
('da', 'email_template.accounting_withdrawal_approved', 'Regnskab: Udbetaling er afsluttet'),
('da', 'email_template.accounting_withdrawal_declined', 'Regnskab: Tilbagetrækning er blevet afvist'),
('da', 'email_template.activate_profile', 'Brugerprofil kræver aktivering'),
('da', 'email_template.apply_for_vendor_notification', 'Anvend for kreditor'),
('da', 'email_template.back_in_stock_notification', 'Tilbage på lager meddelse'),
('da', 'email_template.call_requests_buy_with_one_click', 'Opkaldsanmodninger: Køb med ét klik underretning'),
('da', 'email_template.call_requests_call_request', 'Opkaldsanmodninger: underretning om opkaldsanmodning'),
('da', 'email_template.company_payment_notification', 'Virksomhedsbetaling'),
('da', 'email_template.company_status_changed_from_suspended_notification', 'Vendor status changed from Suspended'),
('da', 'email_template.company_status_notification', 'Virksomheden statusændring'),
('da', 'email_template.company_status_suspended_notification', 'Company status change to Suspended'),
('da', 'email_template.create_profile', 'Bruger profil oprettelse'),
('da', 'email_template.discussion_notification', 'Kommentarer og anmeldelser notis'),
('da', 'email_template.edp_access', 'Ordrer: adgang til download produkter'),
('da', 'email_template.email_marketing_confirmation', 'Email marketing: abonnement bekræftelse'),
('da', 'email_template.email_marketing_welcome', 'Email marketing: velkomstbrev'),
('da', 'email_template.email_marketing_welcome_2optin', 'Email marketing: velkomstbrev (2 option)'),
('da', 'email_template.form_builder_form', 'Kontaktformular'),
('da', 'email_template.gift_certificates_notification', 'Gavekort'),
('da', 'email_template.give_coupon', 'Kampagner: kupon'),
('da', 'email_template.hybrid_auth_create_profile', 'Opret brugerprofil via sociale login'),
('da', 'email_template.low_stock', 'Tilbage på lager meddelse'),
('da', 'email_template.newsletters_newsletter', 'Nyhedsbrev'),
('da', 'email_template.newsletters_promotion', 'Nyhedsbreve: tilbud'),
('da', 'email_template.one_time_password_request', 'One-time code for password-free sign-in'),
('da', 'email_template.order_notification', 'Ordremeddelse: [name]'),
('da', 'email_template.order_notification_default', 'Ordreranmeldelse: standardskabelonen for en ny ordrestatus'),
('da', 'email_template.params.attach_order_document', 'Vedhæft et PDF-dokument'),
('da', 'email_template.product_reviews_notification', 'Product reviews: New review notification'),
('da', 'email_template.product_reviews_reply_notification', 'Product reviews: Reply notification'),
('da', 'email_template.profile_activated', 'Bruger Kontoaktivering'),
('da', 'email_template.profile_deactivated', 'Brugerkonto deaktivering'),
('da', 'email_template.recover_password', 'Kodeord genopret'),
('da', 'email_template.reminder', 'Admin kodeord udløb'),
('da', 'email_template.reward_points_notification', 'Præmie-point'),
('da', 'email_template.rma_slip_notification', 'RMA slip'),
('da', 'email_template.shipment_products', 'Ordrer: produkter er sendt'),
('da', 'email_template.shipping_error', 'Shipping: request error'),
('da', 'email_template.suppliers_notification', 'Leverandør meddelse'),
('da', 'email_template.suppliers_notification_default', 'Supplier notification: Default template for a new order status'),
('da', 'email_template.supplier_notification_with_status', 'Supplier notification: [name]'),
('da', 'email_template.track', 'Ordresporing'),
('da', 'email_template.update_profile', 'Bruger profil opdatering'),
('da', 'email_template.upgrade_backup_info', 'Opgradering: gendanne link'),
('da', 'email_template.usergroup_activation', 'Bruger gruppe aktivering'),
('da', 'email_template.usergroup_disactivation', 'Bruger gruppe deaktivering'),
('da', 'email_template.usergroup_request', 'Bruger gruppe anmodning'),
('da', 'email_template.vendor_communication.notify_admin', 'Ask seller a question: Admin Notification'),
('da', 'email_template.vendor_communication.notify_customer', 'Ask seller a question: Customer Notification');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('da', 'email_template.vendor_data_premoderation_notification', 'Leverandør premoderation'),
('da', 'email_template.vendor_debt_payout_email_admin_notification_vendor_status_changed_to_disabled', 'Vendor-to-admin payments notifications'),
('da', 'email_template.vendor_debt_payout_email_admin_notification_vendor_status_changed_to_suspended', 'Vendor-to-admin payments notifications'),
('da', 'email_template.vendor_debt_payout_vendor_days_before_suspended', 'Vendor-to-admin payments notifications'),
('da', 'email_template.vendor_debt_payout_weekly_digest_of_debtors', 'Weekly digest of debtors'),
('da', 'email_template.vendor_invitation', 'Vendor invitation'),
('da', 'email_template.vendor_plans_payment', 'Forhandler planer: betalingsmeddelelse'),
('da', 'email_template.vendor_plans_plan_changed', 'Forhandler planer: planlægge ændrede anmeldelse'),
('da', 'email_template.vendor_plans_revenue', 'Forhandler planer: indtægter anmeldelse'),
('da', 'email_template.vendor_plans_vendor_plan_changed_info_for_admin', 'Vendor plans: vendor plan was changed'),
('da', 'email_templates', 'E-mail-skabeloner'),
('da', 'email_template_exists', 'E-mail-skabelonen med den valgte kode findes allerede, kan du prøve en anden.'),
('da', 'email_template_import_success_msg', 'Alle e-mail-skabeloner er blevet importeret uden fejl.'),
('da', 'email_to', 'E-mail til'),
('da', 'empty', 'tomt'),
('da', 'empty_key_value', 'Tom tabel nøgleværdi'),
('da', 'enable', 'Aktiverer'),
('da', 'enabled', 'aktiver'),
('da', 'enable_cdn', 'Aktivere CDN'),
('da', 'enable_for', 'Aktiver for'),
('da', 'enable_link', 'Enable link'),
('da', 'enable_or_disable_block', 'Aktivere/deaktivere blok'),
('da', 'enable_or_disable_container', 'Aktivere/deaktivere Container'),
('da', 'enable_or_disable_grid', 'Aktivere/deaktivere gitter'),
('da', 'enable_quick_view', 'Mulighed for hurtig visning'),
('da', 'enclosure', 'Bilag'),
('da', 'encryption', 'kryptering'),
('da', 'encryption_key', 'Krypteringsnøgle'),
('da', 'end_date', 'slut dato'),
('da', 'english', 'Engelsk'),
('da', 'enter_category_name_and_path', 'Enter path and category name. Example, \"Electronics/Computers/Laptops\"'),
('da', 'enter_code', 'Skriv kode'),
('da', 'enter_color_name_and_code', 'Enter color name and code. Example, \"Red #ff0000\"'),
('da', 'enter_data', 'Indtaste data'),
('da', 'enter_disapproval_reason', 'Enter the reason for disapproval'),
('da', 'enter_email', 'Skriv e-mail'),
('da', 'enter_new_lang_code', 'Indtast en ny sprogkode'),
('da', 'enter_other', 'Skriv andet'),
('da', 'enter_your_price', 'Skriv din pris'),
('da', 'entity', 'Enhed'),
('da', 'entry_page', 'indtast side'),
('da', 'entry_point', 'tilmelding point'),
('da', 'envelope', 'Kuvert'),
('da', 'epdq_3ds_main', 'Hovedvinduet'),
('da', 'epdq_3ds_popup', 'Popup'),
('da', 'error', 'Fejl'),
('da', 'errorCode', 'Fejlkode'),
('da', 'errorName', 'Fejl navn'),
('da', 'error_account_disabled', 'Din konto er lukket. Kontakt venligst butik administration.'),
('da', 'error_admin_not_created_email_already_used', 'Administratorkonto blev ikke oprettet. E-mail-adressen tilhører en anden bruger. Du kan føje denne administrator til denne leverandør manuelt.'),
('da', 'error_admin_not_created_name_already_used', 'Administratorkonto blev ikke oprettet. Brugernavnet tilhører en anden bruger. Du bør ændre navnet på administratorkontoen.'),
('da', 'error_admin_registers_as_vendor', 'You can\'t become a vendor because you are currently signed in as an administrator. Please sign out and resubmit the form.'),
('da', 'error_ajax', 'Ups, noget gik galt ([error]). Prøv venligst igen.'),
('da', 'error_already_posted', 'Du har allerede posted i denne diskussion'),
('da', 'error_area_access_denied', 'Du har ikke adgang til dette område'),
('da', 'error_cannot_delete_files', 'Kan ikke slette filer: <b>[files]</b>. Venligst kontrollere tilladelserne.'),
('da', 'error_change_admin_data_in_frontend', 'Det er forbudt for at ændre admin e-mail eller adgangskode i området debitor. Venligst log på ved hjælp af en kundekonto.'),
('da', 'error_class_phar_data_not_found', 'Den PharData klasse findes ikke. Læs mere: <a href=\"https://php.net/manual/en/class.phardata.php\"> https://php.net/manual/en/class.phardata.php</a>'),
('da', 'error_class_zip_archive_not_found', 'Den ZipArchive klasse ikke findes. Læs mere: <a href=\"https://php.net/manual/en/class.ziparchive.php\"> https://php.net/manual/en/class.ziparchive.php</a>'),
('da', 'error_confirmation_code_invalid', 'Beklager, anti-bot valideringen mislykkedes. Prøv venligst igen.'),
('da', 'error_curl_not_exists', '<b> Advarsel! </ b> <br /> PHP CURL forlængelse <b> ikke </ b> understøttes af din server. <b> [metod] </ b> vil ikke være operationelt. Kontakt venligst din udbyder.'),
('da', 'error_curl_ssl_not_exists', '<b> Advarsel! </ b> <br /> PHP CURL udvidelse er kompileret <b> uden </ b> SSL-support på din server. <b> [method] </ b> vil ikke være operationelt. Kontakt venligst din udbyder.'),
('da', 'error_currency_exists', 'Valuta med kode <b> [code] </ b> findes allerede'),
('da', 'error_delete_theme_company', 'En af dine butikker bruger dette tema. Angiv et andet tema, før du sletter den.'),
('da', 'error_delete_theme_layout', 'Layout, der bruger dette tema er angivet som standard. Angiv et andet layout som standard.'),
('da', 'error_demo_mode', 'Vognen er arbejder i <b> DEMO </ b> tilstand, og denne funktionalitet er deaktiveret.'),
('da', 'error_directory_not_writable', 'Register \"[dir]\" er ikke skrivbar. Kontroller tilladelserne for denne mappe til din installation.'),
('da', 'error_email_already_subscribed', 'Din e-mail er allerede tilmeldt.'),
('da', 'error_empty_company_name', 'Virksomhedens navn må ikke være tomt'),
('da', 'error_exchange_rate', 'Unable to get exchange rates. Please try reloading this page in a minute.'),
('da', 'error_exim_cant_open_file', 'Kan ikke åbne uploadet fil'),
('da', 'error_exim_cant_read_file', 'Kan ikke læse uploadet fil'),
('da', 'error_exim_fields_not_selected', 'Ingen områder udvalgt til eksport'),
('da', 'error_exim_file_doesnt_exist', 'Fil eksisterer ikke'),
('da', 'error_exim_get_images_for_products', 'Could not import images for some of the products. Either those images don\'t exist (or can\'t be accessed), or the paths to those images in the imported file are incorrect.'),
('da', 'error_exim_incorrect_lines', 'Din csv-fil, der er ukorrekte data, formatering (ukorrekt delimiter, ubesvarede felter, osv.) på følgende linjer: <b> [lines]</b>'),
('da', 'error_exim_incorrent_delimiter', 'Afgrænseren i CSV-fil adskiller sig fra den ene udvalgt af dig'),
('da', 'error_exim_invalid_count_langs', 'Multi-sprog linjetæller mismatch: forskellige antal linjer for forskellige omhandlede sprog.'),
('da', 'error_exim_layout_required_fields', 'De følgende felter skal udfyldes, og kan ikke fjernes fra layout:'),
('da', 'error_exim_no_data_exported_new', 'Ingen data eksporteres. Forkert eksportrækkefølge er sandsynligvis årsag til problemet. <a class=\"cm-post\" href=\"[url]\"> Rens eksportrækkefølge</a>, så prøv igen'),
('da', 'error_exim_no_file_uploaded', 'Ingen fil uploadet'),
('da', 'error_exim_pattern_definition_alt_keys', 'Ugyldigt mønster definition: alternativ nøgle ubesvarede'),
('da', 'error_exim_pattern_definition_references', 'Ugyldigt mønster definition: glemte tabellen referencer'),
('da', 'error_exim_pattern_dont_match', 'Din importere filen ikke svarer til det valgte mønster'),
('da', 'error_exim_pattern_not_found', 'Mønster ikke fundet'),
('da', 'error_exim_pattern_required_fields', 'Din importere filen skal have følgende felter: <b>[fields]</b>'),
('da', 'error_features_too_many_variants', 'Søg efter funktioner er ikke tilgængelige på grund af overdreven antal af varianter.'),
('da', 'error_file_already_exists', 'Filen \"[file]\" findes allerede.'),
('da', 'error_file_not_found', 'Filen \"[file]\" ikke fundet.'),
('da', 'error_filter_by_feature_exists', 'Filtrer efter funktionen \"[name]\" findes allerede.'),
('da', 'error_filter_by_product_field_exists', 'Filtrer efter produkt felt \"[name]\" findes allerede.'),
('da', 'error_gift_cert_code', 'Gavekortet kode er ugyldig. Prøv igen'),
('da', 'error_hash_generation', 'Fejl i hash generation. Vælg en anden betalingsmetode.'),
('da', 'error_images_need_located_root_dir', 'Angiv mappen billeder i butikkens rodmappe. Sætte billederne til at importere i denne mappe.'),
('da', 'error_image_format_not_supported', 'Det billedformat <b> [format] </ b> er ikke understøttet af GD-bibliotek er installeret på din server. Oversigt er ikke blevet oprettet.'),
('da', 'error_incorrect_login', 'Det brugernavn eller adgangskode er ugyldig, kan du prøve igen.'),
('da', 'error_invalid_emails', 'Følgende e-mail-adresser er ugyldige: <b>[emails]</b>'),
('da', 'error_lang_code_exists', 'Den angivne sprogkode ([code]) findes allerede'),
('da', 'error_login_not_exists', 'Det brugernavn du har indtastet svarer ikke til nogen konto i vores butik. Sørg for at du har indtastet korrekt brugernavn knyttet til din konto, og prøv igen.'),
('da', 'error_message_not_sent', 'Meddelelsen kunne ikke sendes. <br /> Mailer Error:'),
('da', 'error_not_logged', 'Du skal logge ind, før du kan få adgang til denne ressource!'),
('da', 'error_no_items_selected', 'Ingen valgte poster! Mindst ét afkrydsningsfelt skal afkrydses ud for at udføre denne handling.'),
('da', 'error_n_filters_already_exists', 'Some filters ([n]) already exist.'),
('da', 'error_occured', 'Der opstod fejl.'),
('da', 'error_occurred', 'Der opstod fejl'),
('da', 'error_passwords_dont_match', 'Kodeordene er ikke ens.'),
('da', 'error_password_content', 'The password skal indeholde både bogstaver og tal.'),
('da', 'error_password_expired', 'Dit password er udløbet. Du skal ændre dit password nu.'),
('da', 'error_password_expired_change', 'Din adgangskode er udløbet. <p> <A href =  \"[link] \" class =  \" understregede  \"> <b> Skift adgangskode>> </ b> </ a> </ p>'),
('da', 'error_password_min_symbols', 'Adgangskoden skal indeholde mindst <b> [antal] </ b> tegn.'),
('da', 'error_password_was_used', 'Din nye adgangskode skal ikke falde sammen med nogen af disse fire adgangskoder brugt før. Brug venligst et andet kodeord.'),
('da', 'error_permissions_not_changed', 'Kan ikke ændre tilladelser'),
('da', 'error_product_codes_length', 'The following product codes are too long and were cut off at [product_code_length] symbols:'),
('da', 'error_profile_field_code_exists', 'A profile field with this code already exists. Please choose another code.'),
('da', 'error_profile_field_name_exists', 'En profil felt med dette navn findes allerede. Vælg venligst et andet navn.'),
('da', 'error_shipment_not_created', 'Kunne ikke oprette en leverance. Venligst Vælg en transportør eller Angiv et tracking-nummer.'),
('da', 'error_status_not_changed', 'Fejl under opdatering af status. Status er ikke blevet ændret.'),
('da', 'error_theme_manifest_missed', 'Hud beskrivelse fil (\"manifest\") blev ikke fundet. Installation aflyst.'),
('da', 'error_unable_to_create_backups', 'Der kan ikke oprettes sikkerhedskopier.'),
('da', 'error_unable_to_create_thumbnail', 'Afskåret fra skabe miniature for filen \"[file]\": [error]'),
('da', 'error_unknown_archive_format', 'Ukendt arkivformat: [ext]'),
('da', 'error_user_exists', 'Det brugernavn eller e-mail, du har valgt allerede findes, kan du prøve en anden'),
('da', 'error_validator_ccv', 'CVV/CVC er for kort.'),
('da', 'error_validator_ccv_long', 'CVV/CVC is too long.'),
('da', 'error_validator_color', 'Farvekode i feltet <b>[field]</b> er ugyldig.'),
('da', 'error_validator_email', 'Den e-mail-adresse i <b> [field] </ b> er ugyldig'),
('da', 'error_validator_integer', 'Værdien af de <b> [field] </ b> er ugyldig. Det skal være heltal.'),
('da', 'error_validator_message', 'Værdien af de <b>[field]</ b> er ugyldig.'),
('da', 'error_validator_multiple', 'Den <b> [field] </ b> ikke har valgt muligheder.'),
('da', 'error_validator_password', 'Adgangskoderne i <b> [field2] </ b> og <b> [field] </ b> er ikke ens.'),
('da', 'error_validator_phone', 'Telefonnummeret i <b> [field] </ b> er ugyldig. Det korrekte format er 55 55 55 55 eller 55555555. Nummeret skal være mindst på 8 tegn'),
('da', 'error_validator_phone_mask', 'The phone number in the <b>[field]</b> field is invalid.'),
('da', 'error_validator_phone_number', 'Det er nødvendigt at bruge følgende format for denne betalingsmetode: 555 555 5555.'),
('da', 'error_validator_recaptcha', 'Bekræft venligst, at du ikke er en robot.'),
('da', 'error_validator_required', 'Dette <b> [field] </ b> felt er obligatorisk.'),
('da', 'error_validator_zipcode', 'Det postnummer i <b> [field] </ b> er forkert. Det korrekte format er [extra].'),
('da', 'error_vendor_exists', 'Leverandøren med e-mail, du har valgt allerede findes, venligst prøv en anden.'),
('da', 'error_zip_php_extension_not_installed', '\"Zip\" PHP forlængelse er ikke installeret. Installer \"Zip\" PHP forlængelse hen til oprette og uddrag ZIP-arkiver.'),
('da', 'et_above_button', 'Above the BUTTON'),
('da', 'et_above_description', 'Above the DESCRIPTION'),
('da', 'et_above_info_block', 'Above (the Info Block)'),
('da', 'et_above_title', 'Above the TITLE'),
('da', 'et_add', 'et_add?'),
('da', 'et_additional_image', 'Additional image'),
('da', 'et_additional_settings', 'Additional settings'),
('da', 'et_addons', 'ET Addons'),
('da', 'et_addons_menu', 'EnergoThemes: Add-ons'),
('da', 'et_add_description_text_shadow', 'Add description text shadow'),
('da', 'et_add_title_text_shadow', 'Add title text shadow'),
('da', 'et_ask_a_question', 'Ask a question'),
('da', 'et_average_star_rating', 'Average Star Rating'),
('da', 'et_background_color', 'Background color'),
('da', 'et_background_hover', 'Background hover'),
('da', 'et_background_settings', 'Background settings'),
('da', 'et_banner', 'Extended banner'),
('da', 'et_banners', 'Design professional responsive banners by adding custom text, colors, buttons and backgrounds, as well as create different banners for desktop and mobile devices. Developed by <a href=\"https://www.energothemes.com/\"target=\"_blank\">EnergoThemes</a>'),
('da', 'et_banner_full_width_no_title', 'ET - Banner full width (no title)'),
('da', 'et_banner_wrapper', 'ET - Banner wrapper'),
('da', 'et_below_button', 'Below the BUTTON'),
('da', 'et_below_info_block', 'Below (the Info Block)'),
('da', 'et_block_title_background', 'Block title background'),
('da', 'et_block_title_background_hover', 'Block title background hover'),
('da', 'et_block_title_border', 'Block title border'),
('da', 'et_block_title_color', 'Block title color'),
('da', 'et_block_title_color_hover', 'Block title hover color'),
('da', 'et_blog_scroller_secondary_title', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.'),
('da', 'et_bottom', 'Bottom'),
('da', 'et_button', 'Button'),
('da', 'et_button_align', 'Button align'),
('da', 'et_button_animation', 'Button Animation'),
('da', 'et_button_background', 'Button background'),
('da', 'et_button_border', 'Button border'),
('da', 'et_button_border_size', 'Border size'),
('da', 'et_button_border_style', 'Border style'),
('da', 'et_button_font_size', 'Button font size'),
('da', 'et_button_font_style', 'Button font style'),
('da', 'et_button_font_weight', 'Button font weight'),
('da', 'et_button_hover_background', 'Button hover background'),
('da', 'et_button_hover_text_color', 'Button hover text color'),
('da', 'et_button_margin', 'Button margin'),
('da', 'et_button_padding', 'Button padding'),
('da', 'et_button_rounded_corners', 'Button rounded corners'),
('da', 'et_button_shadow', 'Add button shadow'),
('da', 'et_button_text', 'Button text'),
('da', 'et_button_text_color', 'Button text color'),
('da', 'et_button_url', 'Button URL'),
('da', 'et_category_banner', 'ET - Category banners'),
('da', 'et_category_description', 'ET - Category description'),
('da', 'et_category_label', 'Category label'),
('da', 'et_category_menu', 'ET - Category menu'),
('da', 'et_category_menu_icon', 'ET - Category menu (icon)'),
('da', 'et_category_menu_vertical', 'ET - Category menu (vertical)'),
('da', 'et_category_title', 'ET - Category title'),
('da', 'et_center', 'Center'),
('da', 'et_collapsed', 'Collapsed'),
('da', 'et_colors', 'Colors'),
('da', 'et_color_hover', 'Color hover'),
('da', 'et_color_settings', 'Color settings'),
('da', 'et_columns', 'Columns'),
('da', 'et_columns_tooltip', 'Number of columns to display the products'),
('da', 'et_coming_soon', 'Coming soon'),
('da', 'et_contact_info', 'Contact info'),
('da', 'et_contact_page', 'Contact page'),
('da', 'et_cta_button_text', 'Button text'),
('da', 'et_cta_button_url', 'Button URL'),
('da', 'et_cta_step_1_text', 'Step 1 text'),
('da', 'et_cta_step_1_title', 'Step 1 title'),
('da', 'et_cta_step_2_text', 'Step 2 text'),
('da', 'et_cta_step_2_title', 'Step 2 title'),
('da', 'et_cta_step_3_text', 'Step 3 text'),
('da', 'et_cta_step_3_title', 'Step 3 title'),
('da', 'et_cta_title_text', 'Block title'),
('da', 'et_custom_class', 'Custom class'),
('da', 'et_custom_color', 'Custom color'),
('da', 'et_custom_icon_settings', 'Icon settings'),
('da', 'et_custom_label_settings', 'Label settings'),
('da', 'et_custom_label_settings_tooltip', 'Only used by the Main Menu block'),
('da', 'et_custom_menu_colors', 'Menu colors'),
('da', 'et_dd_custom_menu_settings', 'Advanced menu settings'),
('da', 'et_dd_image', 'Mega Menu image settings by EnergoThemes'),
('da', 'et_dd_image_height', 'Image height'),
('da', 'et_dd_image_width', 'Image width'),
('da', 'et_dd_menu_width', 'Menu width'),
('da', 'et_dd_min_menu_height', 'Menu minimum height'),
('da', 'et_dd_offset_bottom', 'Image offset bottom'),
('da', 'et_dd_offset_right', 'Image offset right'),
('da', 'et_dd_push_menu_items', 'Push menu items'),
('da', 'et_dd_url', 'Image link'),
('da', 'et_default_vendor', 'Default vendor'),
('da', 'et_description_animation', 'Description Animation'),
('da', 'et_description_font_size', 'Description font size'),
('da', 'et_description_font_style', 'Description font style'),
('da', 'et_description_font_weight', 'Description font weight'),
('da', 'et_description_line_height', 'Description line-height'),
('da', 'et_description_margin', 'Description margin'),
('da', 'et_description_text', 'Description text'),
('da', 'et_description_text_background', 'Description text background'),
('da', 'et_description_text_color', 'Description text color'),
('da', 'et_eib_block_1_text', 'Block 1 text'),
('da', 'et_eib_block_1_title', 'Block 1 title'),
('da', 'et_eib_block_2_text', 'Block 2 text'),
('da', 'et_eib_block_2_title', 'Block 2 title'),
('da', 'et_eib_block_3_text', 'Block 3 text'),
('da', 'et_eib_block_3_title', 'Block 3 title'),
('da', 'et_eib_block_4_text', 'Block 4 text'),
('da', 'et_eib_block_4_title', 'Block 4 title'),
('da', 'et_email_marketing_description', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt'),
('da', 'et_expanded', 'Expanded'),
('da', 'et_exteded_out_of', '<strong>[average_rating]</strong> out of <strong>5</strong> stars'),
('da', 'et_featured_products_banner', 'ET - Featured products and banners'),
('da', 'et_featured_product_banner_tabs', 'Featured product and banner tabs'),
('da', 'et_featured_product_banner_tabs.manage', 'Featured product and banner tabs'),
('da', 'et_featured_vendors_sidebar', 'ET - Featured vendors sidebar'),
('da', 'et_footer_info', 'ET - Footer info'),
('da', 'et_full_grid', 'ET - Full width grid'),
('da', 'et_full_width', 'Full width'),
('da', 'et_google_map', 'Google Map'),
('da', 'et_header_call_us', 'LET US CALL YOU BACK'),
('da', 'et_home_blog', 'ET - Home blog'),
('da', 'et_home_featured_vendors', 'ET - Home featured vendors'),
('da', 'et_home_grid', 'ET - Home grid'),
('da', 'et_home_special_title', 'ET - Home special title'),
('da', 'et_home_testimonials', 'ET - Home testimonials'),
('da', 'et_horizontal', 'Horizontal'),
('da', 'et_horizontal_align', 'Horizontal align'),
('da', 'et_horizontal_with_info_block', 'Horizontal with the Info Block'),
('da', 'et_horziontal_filters_clear', 'Clear all filters'),
('da', 'et_horziontal_filters_selected', 'Your selected filters '),
('da', 'et_hover_color', 'Hover color'),
('da', 'et_hover_image', 'Hover image'),
('da', 'et_hover_opacity', 'Hover opacity'),
('da', 'et_icon_color', 'Icon color'),
('da', 'et_icon_color_hover', 'Icon color hover'),
('da', 'et_icon_position', 'Icon position'),
('da', 'et_icon_settings', 'Icon settings'),
('da', 'et_image_animation', 'Image animation'),
('da', 'et_image_background_color', 'Image background color'),
('da', 'et_image_margin', 'Image margin'),
('da', 'et_image_position', 'Image position'),
('da', 'et_image_position_horizontal', 'Image position horizontal'),
('da', 'et_image_position_inside', 'Image position inside'),
('da', 'et_image_position_vertical', 'Image position vertical'),
('da', 'et_image_url', 'Image URL'),
('da', 'et_info_block_background', 'Info block background'),
('da', 'et_info_block_margin', 'Info block margin'),
('da', 'et_info_block_settings', 'Info Block Settings'),
('da', 'et_info_block_width', 'Info block width'),
('da', 'et_inside_info_block', 'Inside the Info Block'),
('da', 'et_label_color', 'Label text color'),
('da', 'et_label_colors', 'Label colors'),
('da', 'et_label_text', 'Label text'),
('da', 'et_language_specific', 'Language specific'),
('da', 'et_left_menu', 'ET - Left menu (mobile)'),
('da', 'et_left_of_info_block', 'Left (of the Info Block)'),
('da', 'et_license_invalid', 'EnergoThemes license is not valid'),
('da', 'et_mainbox_general', 'ET - Mainbox general'),
('da', 'et_mainbox_general_full_width_no_title', 'ET - Mainbox general full width (no title)'),
('da', 'et_mainbox_general_full_width_title', 'ET - Mainbox general full width'),
('da', 'et_mainbox_simple', 'ET - Mainbox simple'),
('da', 'et_mainbox_simple_full_width_no_title', 'ET - Mainbox simple full width (no title)'),
('da', 'et_mainbox_simple_full_width_title', 'ET - Mainbox simple full width'),
('da', 'et_main_slider', 'ET - Main slider'),
('da', 'et_manage', 'et_manage?'),
('da', 'et_marketplace_menu', 'ET - Marketplace Menu'),
('da', 'et_master_vendors', 'vendor|vendors'),
('da', 'et_mega_menu', 'ET - Advanced Mega Menu'),
('da', 'et_mega_menu.banner_settings', 'Banner Settings'),
('da', 'et_mega_menu.category_settings', 'Menu Category Settings'),
('da', 'et_mega_menu.icon_settings', 'Icon Settings'),
('da', 'et_mega_menu.products_settings', 'Featured Product Settings'),
('da', 'et_mega_menu.size_settings', 'Window Size Settings'),
('da', 'et_mega_menu.subcategory_thumbnails', 'Subcategory Thumbnails'),
('da', 'et_mega_menu_tab', 'Additional menu settings'),
('da', 'et_menu_horizontal', 'ET - Menu (horizontal)'),
('da', 'et_min_height', 'Min height'),
('da', 'et_mobile_footer_block', 'ET - Footer block (mobile)'),
('da', 'et_mobile_footer_menu', 'ET - Footer menu (mobile)'),
('da', 'et_mobile_menu_wrapper', 'ET - Mobile Menu'),
('da', 'et_multi_scroller', 'ET - Multi scroller'),
('da', 'et_my_content', 'My content'),
('da', 'et_newsletter_description', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt'),
('da', 'et_offset_bottom', 'Offset bottom'),
('da', 'et_offset_right', 'Offset right'),
('da', 'et_opacity', 'Opacity'),
('da', 'et_overlay_settings', 'Overlay settings'),
('da', 'et_padding', 'Padding'),
('da', 'et_pp_block', 'Info blocks'),
('da', 'et_pp_block_r', 'Return policy'),
('da', 'et_pp_block_s', 'Shipping policy'),
('da', 'et_pp_block_w', 'Warranty policy'),
('da', 'et_pp_info_expanded', 'Expanded by default'),
('da', 'et_pp_info_icon_and_color_settings', 'Icon and color settings'),
('da', 'et_pp_info_use_icon', 'Use icon'),
('da', 'et_pp_sold_by', 'Sold by'),
('da', 'et_pp_this_item_sold_by', 'This item is sold by'),
('da', 'et_product_coming_soon', 'Available on: [avail_date]'),
('da', 'et_product_display_options', 'Product display options'),
('da', 'et_product_filters', 'Product filters'),
('da', 'et_product_tabs_rating_right_text', 'Tell us something about it and help others make the right decision'),
('da', 'et_product_tabs_rating_right_title', 'Have you used the product?'),
('da', 'et_product_tabs_rating_testimonial_right_text', 'Tell us something about your experience here'),
('da', 'et_product_tabs_rating_testimonial_right_title', 'Have you bought from our Marketplace?'),
('da', 'et_product_tabs_rating_testimonial_right_title_ult', 'Have you bought from our Store?'),
('da', 'et_product_tabs_rating_vendor_right_text', 'Tell us something about it and help others make the right decision'),
('da', 'et_product_tabs_rating_vendor_right_title', 'Have you bought from this vendor?'),
('da', 'et_product_title_rows', 'Product title rows'),
('da', 'et_product_title_rows_tooltip', 'Number of rows to display the product titles'),
('da', 'et_profile_info', 'ET - Profile info'),
('da', 'et_profile_text', 'Profile text'),
('da', 'et_push_items', 'Push menu items'),
('da', 'et_quick_info', 'Product page quick info'),
('da', 'et_quick_info.manage', 'Product page quick info blocks'),
('da', 'et_quick_info.new_block', 'New quick info block'),
('da', 'et_quick_info_block', 'Product page quick info'),
('da', 'et_read_all', 'Read all'),
('da', 'et_read_more', 'Read more'),
('da', 'et_register_text', 'Register text'),
('da', 'et_review_variant', 'Product variant reviewed'),
('da', 'et_right_menu', 'ET - Right menu (mobile)'),
('da', 'et_right_of_info_block', 'Right (of the Info Block)'),
('da', 'et_rounded_corners', 'Rounded corners'),
('da', 'et_same_vendor', 'ET - Same vendor'),
('da', 'et_search', 'ET - Search'),
('da', 'et_search_marketplace_products', 'Search by Marketplace products'),
('da', 'et_search_wrapper', 'ET - Search'),
('da', 'et_select_category_hover_text', 'Select category'),
('da', 'et_seo_rules', 'VIVAshop SEO rules for vendor stores'),
('da', 'et_separate_blog_image', 'ET - Blog image'),
('da', 'et_settings', 'Settings'),
('da', 'et_short_description', 'Category mini description'),
('da', 'et_show_all_reviews', 'Show all reviews'),
('da', 'et_show_discount_label', 'Show discount label'),
('da', 'et_show_old_price', 'Show old price'),
('da', 'et_show_product_name', 'Show product name'),
('da', 'et_show_product_price', 'Show price'),
('da', 'et_show_reviews_with', 'Show reviews with'),
('da', 'et_show_title', 'Show title'),
('da', 'et_sidebar_category', 'Sidebar category'),
('da', 'et_sidebar_subcategories', 'ET - Sidebar subcategories'),
('da', 'et_sidebox_filters', 'ET - Sidebox filters'),
('da', 'et_sidebox_products', 'ET - Sidebox products'),
('da', 'et_sidebox_simple_open_on_mobile', 'ET - Sidebox open on mobile'),
('da', 'et_sidebox_subcategories', 'ET - Sidebox subcategories'),
('da', 'et_social_links', 'Social links'),
('da', 'et_star', 'star|stars'),
('da', 'et_sticky_cart', 'ET - Sticky cart'),
('da', 'et_sticky_my_account', 'ET - Sticky My account'),
('da', 'et_store_settings', 'Store settings'),
('da', 'et_subcategories', 'ET - Subcategories'),
('da', 'et_subcateg_opt_img_title', 'Image'),
('da', 'et_tab_title_active_color', 'Tab title active color'),
('da', 'et_tab_title_color', 'Tab title color'),
('da', 'et_text_align', 'Text align'),
('da', 'et_text_color', 'Text color'),
('da', 'et_text_hover', 'Text hover'),
('da', 'et_thumbnail_width', 'Thumbnail width'),
('da', 'et_thumbnail_width_tooltip', 'Product image thumbnail width in pixels'),
('da', 'et_title_animation', 'Title Animation'),
('da', 'et_title_background', 'Title background'),
('da', 'et_title_color', 'Title text color'),
('da', 'et_title_font_size', 'Title font size'),
('da', 'et_title_font_style', 'Title font style'),
('da', 'et_title_font_weight', 'Title font weight'),
('da', 'et_title_line_height', 'Title line-height'),
('da', 'et_title_margin', 'Title margin'),
('da', 'et_title_text', 'Title text'),
('da', 'et_title_text_background', 'Title text background'),
('da', 'et_title_text_color', 'Title text color'),
('da', 'et_top', 'Top'),
('da', 'et_top_menu', 'ET - Top menu'),
('da', 'et_transparent_background', 'Transparent background'),
('da', 'et_type', 'Type'),
('da', 'et_update_for_all_languages', 'Update for all languages'),
('da', 'et_update_for_all_languges', 'Update for all languages'),
('da', 'et_use_bkg_overlay', 'Use background overlay'),
('da', 'et_vendor_categories', 'ET - Vendor categories'),
('da', 'et_vendor_extra_details_f', 'Facebook'),
('da', 'et_vendor_extra_details_i', 'Instagram'),
('da', 'et_vendor_extra_details_l', 'Linkedin'),
('da', 'et_vendor_extra_details_p', 'Pinterest'),
('da', 'et_vendor_extra_details_t', 'Twitter'),
('da', 'et_vendor_extra_details_y', 'Youtube'),
('da', 'et_vendor_header.feedback', 'Feedback'),
('da', 'et_vendor_header.social', 'Socials'),
('da', 'et_vendor_header.store', 'Store'),
('da', 'et_vendor_menu', 'Vendor Menu'),
('da', 'et_vendor_menu_mobile', 'ET - Vendor menu mobile'),
('da', 'et_vendor_panel_menu.default_vendor_store', 'Default vendor blocks'),
('da', 'et_vendor_panel_menu.my_banners', 'Banners'),
('da', 'et_vendor_panel_menu.my_home_blocks', 'Home blocks'),
('da', 'et_vendor_panel_menu.my_pages', 'Pages'),
('da', 'et_vendor_plans.footer', '<div class=\"et-vendor-plans_footer_big\">Not sure which plan will suit you best?</div><div class=\"et-vendor-plans_footer_small\">Start with a 14-day trial of all Marketplace features then choose the plan that\'s right for you</div>'),
('da', 'et_vendor_plans.footer_button_link', './index.php?dispatch=pages.view&page_id=30'),
('da', 'et_vendor_plans.footer_button_text', 'Contact us'),
('da', 'et_vendor_plans.no_vendor_store', 'NO microstore'),
('da', 'et_vendor_plans.per', 'per'),
('da', 'et_vendor_store_header', 'ET - Vendor store header'),
('da', 'et_vendor_store_header_mobile', 'ET - Vendor store header mobile'),
('da', 'et_vendor_store_menu', 'ET - Vendor store menu'),
('da', 'et_vendor_store_menu_mobile', 'ET - Vendor store menu mobile'),
('da', 'et_vertical', 'Vertical'),
('da', 'et_vertical_align', 'Vertical align'),
('da', 'et_vertical_with_info_block', 'Vertical with the Info Block'),
('da', 'et_vivashop_mv_functionality.home_blocks', 'Vendor home blocks'),
('da', 'et_vivashop_mv_functionality.vendor_pages', 'Vendor pages'),
('da', 'et_vivashop_mv_settings.best_bkg', 'Best choice background'),
('da', 'et_vivashop_mv_settings.best_outer_bkg', 'Best choice outer background'),
('da', 'et_vivashop_mv_settings.best_outer_text', 'Best choice outer text'),
('da', 'et_vivashop_mv_settings.best_text', 'Best choice text'),
('da', 'et_vivashop_mv_settings.footer_bkg', 'Footer background'),
('da', 'et_vivashop_mv_settings.footer_bkg_img', 'Footer background image'),
('da', 'et_vivashop_mv_settings.footer_button_text', 'Button text'),
('da', 'et_vivashop_mv_settings.footer_button_url', 'Button URL'),
('da', 'et_vivashop_mv_settings.footer_text', 'Footer text'),
('da', 'et_vivashop_mv_settings.header_bkg', 'Header background'),
('da', 'et_vivashop_mv_settings.header_hover', 'Header text hover'),
('da', 'et_vivashop_mv_settings.header_text', 'Header text color'),
('da', 'et_vivashop_mv_settings.highlight_text', 'Title highlighted text'),
('da', 'et_vivashop_mv_settings.menu_bkg', 'Menu background'),
('da', 'et_vivashop_mv_settings.menu_bkg_hover', 'Menu background hover'),
('da', 'et_vivashop_mv_settings.menu_text', 'Menu text color'),
('da', 'et_vivashop_mv_settings.menu_text_hover', 'Menu text color hover'),
('da', 'et_vivashop_mv_settings.price_bkg', 'Price background'),
('da', 'et_vivashop_mv_settings.price_text', 'Price text'),
('da', 'et_vivashop_mv_settings.show_footer', 'Show footer'),
('da', 'et_vivashop_settings.arrow', 'Arrow'),
('da', 'et_vivashop_settings.box_color', 'Box color'),
('da', 'et_vivashop_settings.circles_bkg', 'Circle background'),
('da', 'et_vivashop_settings.circles_icons', 'Circle icon'),
('da', 'et_vivashop_settings.circles_steps_txt', 'Step number text'),
('da', 'et_vivashop_settings.circles_step_bkg', 'Step number background'),
('da', 'et_vivashop_settings.circles_text', 'Circle text'),
('da', 'et_vivashop_settings.demo_banners', '<p><a class=\"cm-ajax btn btn-primary\" href=\"[demo_data_url]\">Add all demo data</a></p> <br/> <p><a class=\"cm-ajax btn btn-secondary\" href=\"[demo_banners_url]\">Add only demo banners</a></p>'),
('da', 'et_vivashop_settings.go_btn_bkg', 'Button background'),
('da', 'et_vivashop_settings.go_btn_bkg_hover', 'Button hover background'),
('da', 'et_vivashop_settings.go_btn_txt', 'Button text'),
('da', 'et_vivashop_settings.go_btn_txt_hover', 'Button hover text'),
('da', 'et_vivashop_settings.icons', 'Icons'),
('da', 'et_vivashop_settings.icon_bkg', 'Icon background color'),
('da', 'et_vivashop_settings.icon_color', 'Icon color'),
('da', 'et_vivashop_settings.main_bkg_color', 'Background color'),
('da', 'et_vivashop_settings.overlay', 'Overlay color'),
('da', 'et_vivashop_settings.overlay_alpha', 'Overlay opacity'),
('da', 'et_vivashop_settings.text', 'Text'),
('da', 'et_vivashop_settings.text_color', 'Text color'),
('da', 'et_vivashop_settings.text_top', 'Title text'),
('da', 'et_vivashop_settings.title_color', 'Title color'),
('da', 'et_width', 'Width'),
('da', 'et_wishlist_button_text', 'Wishlist'),
('da', 'event.apply_for_vendor_notification.name', 'New vendor account application'),
('da', 'event.notification_type', 'Notification type'),
('da', 'event.order.edp.name', 'Access to downloadable products granted'),
('da', 'event.order.shipment_updated.name', 'Products were shipped'),
('da', 'event.order.status_changed.name', 'Order status changed to [status]'),
('da', 'event.order.updated.name', 'Order was updated'),
('da', 'event.product.back_in_stock.name', 'Product is back in stock'),
('da', 'event.profile.activated.name', 'Profile was activated'),
('da', 'event.profile.added.name', 'Profile requires activation'),
('da', 'event.profile.created.name', 'Profile was created'),
('da', 'event.profile.deactivated.name', 'Profile was deactivated'),
('da', 'event.profile.password_recovery.name', 'Password recovery'),
('da', 'event.profile.password_reminder.name', 'Reminder about necessary password change'),
('da', 'event.profile.updated.name', 'Profile was updated'),
('da', 'event.profile.usergroup_activation.name', 'User group activation'),
('da', 'event.profile.usergroup_disactivation.name', 'User group disactivation'),
('da', 'event.profile.usergroup_request.name', 'Membership in user group was requested'),
('da', 'event.profile.usergroup_updated.name', 'Membership in user group was changed'),
('da', 'event.receiver.a', 'Administrator'),
('da', 'event.receiver.c', 'Customer'),
('da', 'event.receiver.s', 'Supplier'),
('da', 'event.receiver.v', 'Vendor'),
('da', 'event.rma.status_changed.name', 'Return request status changed to [status]'),
('da', 'event.system.realtime_shipping_error.name', 'Realtime shipping errors'),
('da', 'event.transport.internal', 'Notifications center'),
('da', 'event.transport.mail', 'E-mail'),
('da', 'event.vendors_require_approval.name', 'Vendors require approval'),
('da', 'event.vendors_require_approval.title', 'Some vendors are pending approval'),
('da', 'event.vendor_status_changed.active.message', 'All your active products will now appear in the store'),
('da', 'event.vendor_status_changed.name', 'Vendor status changed to [status]'),
('da', 'event.vendor_status_changed.pending.message', 'You can work with the admin panel and manage your products, but they won\'t appear to customers until your status changes to Active.'),
('da', 'event.vendor_status_changed.suspended.message', 'To lift the suspension, please contact us.'),
('da', 'event.vendor_status_changed.suspended.title', 'Your account is suspended'),
('da', 'event.vendor_status_changed.title', 'Your status has been changed to [status]'),
('da', 'event.vendor_status_changed_from.name', 'Vendor status changed from [status]'),
('da', 'eway_configuration_note', '<a href=\'https://go.eway.io/s/article/How-do-I-setup-my-Live-eWAY-API-Key-and-Password\' target=\'_blank\'> Hvordan kan jeg indstille op min Live eWAY, API-nøgle og adgangskode?</a>'),
('da', 'eway_upgrade_notification_text', '<p><b>eWAY</b>, <b>eWAY direkte betaling</b> og <b>eWAY delt betaling</b> understøttes ikke siden denne [product] version.</p> <p>Vi anbefaler dig at <b>opgradere til eWAY direkte betaling (hurtig API)</b> eller <b>eWAY lydhør delt (hurtig API)</b>, her er vejledningen:</p> <ul><li>gå til Administration > betalingsmetoder</li> <li>åbne en af de betalingsmetoder, udnytte frarådet eWAY processor</li> <li>Skift til fanen Generelt og angive eWAY direkte betaling (hurtig API) eller eWAY lydhør delt (hurtig API) betaling processor</li> <li>omdirigere hen til konfigurere tab og angive korrekt: <ul><li>API-nøgle, API adgangskode og krypteringsnøglen for eWAY direkte betaling (hurtig API)</li> <li>API-nøgle og API adgangskode for eWAY lydhør delt (hurtig API)</li></ul></li></ul> <p>eWAY, eWAY direkte betaling og eWAY delt betaling vil stadig være operationelle men vi <b>omdøbte</b> dem til udfaset eWAY, frarådet eWAY direkte betaling og frarådet eWAY delt betaling derfor.</p>'),
('da', 'eway_upgrade_notification_title', 'eWAY, eWAY direkte betaling og eWAY delt betaling betalingsprocessorer understøttes ikke længere'),
('da', 'exact_phrase', 'Den nøjagtige sætning'),
('da', 'excellent', 'Fremragende!'),
('da', 'exception', 'Undtagelse'),
('da', 'exceptions', 'Undtagelse'),
('da', 'exceptions_type', 'Undtagelser type'),
('da', 'exception_disabled', 'Ingen variant kan vælges'),
('da', 'exception_disregard', 'Enhver variant'),
('da', 'exception_error', 'FEJL'),
('da', 'exception_error_code', 'Fejlkode:'),
('da', 'exception_exist', 'Denne undtagelse kombination findes allerede'),
('da', 'exception_title', 'Oops!<br /> vi kunne ikke finde det du leder efter.'),
('da', 'exchange_rate', 'Live valutakurser'),
('da', 'exclude_disabled_products', 'Udeluk ikke aktiverede produkter'),
('da', 'exclusive_promotions', 'Eksklusive rabatter'),
('da', 'exclusive_promotions_content', 'Abonnér på vores nyheder og få en 10% rabatkupon!'),
('da', 'exec', 'Udføre'),
('da', 'exim_cannot_create_variant_for_shareable_feature', 'Du kan ikke oprette en variant til en delbar funktion.'),
('da', 'exim_error_empty_feature_name', 'Funktionsnavnet mangler. Nogle produktfunktioner blev ikke opdateret.'),
('da', 'exim_error_incorrect_feature_type', 'Forkert funktionstype. Nogle produktfunktioner blev ikke opdateret.'),
('da', 'exim_features', 'Features (Deprecated)'),
('da', 'exim_import_detailed_image', 'Detailed image (Deprecated)'),
('da', 'exim_remove_additional_images', 'Rydde op'),
('da', 'exim_reset_inventory_tooltip', 'This won\'t affect the products that have the quantity specified in the imported file.'),
('da', 'exim_storefront_feature_name', 'Storefront feature name'),
('da', 'exim_subtotal_discount', 'Subtotal discount'),
('da', 'exim_vendor_cant_create_feature', 'Kreditorer kan ikke oprette produktfunktioner og deres varianter. Nogle produktfunktioner kan ikke ændres.'),
('da', 'exit_point', 'Afslut point'),
('da', 'exp', 'Exp'),
('da', 'expanded', 'Udvidet'),
('da', 'expand_collapse_list', 'Udvid / skjul listen over emner'),
('da', 'expand_section', 'Expand section'),
('da', 'expand_sublist_of_items', 'Udvid underliste over emner'),
('da', 'expenditure', 'Udgifter'),
('da', 'expired', 'Udløbet'),
('da', 'expirepreauth', 'Forhåndsgodkendelse'),
('da', 'expirepreauth_description', 'Forhåndsgodkendelsen grænse i dage. Den maksimale værdi er 30 dage. Med anmodningstype \"Salg\" Lad dette felt være tomt.'),
('da', 'expiry_date', 'Udløbsdato'),
('da', 'export', 'Eksport'),
('da', 'exported_fields', 'Eksport felt'),
('da', 'exported_files', 'Eksport filer'),
('da', 'exported_items', 'Eksporter varer'),
('da', 'exporting_data', 'Eksporting data'),
('da', 'export_by_cron', 'Eksport af cron'),
('da', 'export_by_cron_to', 'Eksport af cron til'),
('da', 'export_cron_hint', 'Brug følgende linje til at køre scriptet planmæssigt'),
('da', 'export_data', 'Eksport data'),
('da', 'export_found_products', 'Export found products'),
('da', 'export_layout', 'Eksportere layout'),
('da', 'export_locations', 'Eksport lokationer'),
('da', 'export_options', 'Eksport valgmulighed'),
('da', 'export_products', 'Export products'),
('da', 'export_selected', 'Eksport valgt'),
('da', 'export_to_ftp', 'FTP serverindstillinger'),
('da', 'export_to_server', 'Eksporter til server'),
('da', 'extended', 'Omfattende'),
('da', 'extra', 'Ekstra'),
('da', 'extract_archive', 'Uddrag arkiv'),
('da', 'extra_fields', 'Extra fields'),
('da', 'extra_folders', 'Ekstra mapper'),
('da', 'extra_services', 'Ekstra services'),
('da', 'facebook', 'Facebook'),
('da', 'facebook_obj_type', 'Facebook objekttype'),
('da', 'fail', 'Fejl'),
('da', 'failed', 'Mislykket'),
('da', 'fair', 'fair'),
('da', 'false', 'Falsk'),
('da', 'faroese', 'færøsk'),
('da', 'fast', 'hurtig'),
('da', 'favorites', 'Favorites'),
('da', 'fax', 'Fax'),
('da', 'fb_activities', 'Aktiviteter'),
('da', 'fb_businesses', 'Virksomheder'),
('da', 'fb_groups', 'Grupper'),
('da', 'fb_organizations', 'Organisationer'),
('da', 'fb_people', 'Folk'),
('da', 'fb_places', 'Steder'),
('da', 'fb_products_entertainment', 'Produkter og underholdning'),
('da', 'fb_websites', 'Hjemmesider'),
('da', 'feature', 'Egenskab'),
('da', 'features', 'Funktion'),
('da', 'features_delimiter', 'Egenskaber for variantafgrænsninger'),
('da', 'features_menu_description', 'Tilføj og Administrer ekstra produktfelter.'),
('da', 'feature_already_in_use', 'Couldn\'t delete the feature. It is already used by your or someone else\'s products.'),
('da', 'feature_category', 'Feature category'),
('da', 'feature_code', 'Feature code'),
('da', 'feature_comparison', 'Feature sammenligning'),
('da', 'feature_comparison_upgrade_notification_text', '<b>Funktionen sammenligning</b> afkrydsningsfeltet under <b>produkter → produkter → &lt; ønskede produkt &gt;</b> er blevet fjernet. <br>Ved at markere afkrydsningsboksen <b>Tillad kunder til at sammenligne produkter</b> under Indstillinger → Generelt → katalog, kan du nu aktivere dine kunder til at tilføje nogen produkter i din butik til sammenlignende lister. <br>Til at vise på en sammenlignende liste, en funktion skal have en (eller flere) af følgende afkrydsningsfelterne aktiveret <b>produkter → funktioner → &lt; ønskede funktion &gt;</b>: <br><ul><li>Vis på fanen funktioner</li> <li>Vis produkt på listen</li> <li>Vis i headeren på siden produkt detaljer</li></ul>'),
('da', 'feature_comparison_upgrade_notification_title', 'Ændringer i funktionen sammenligning'),
('da', 'feature_display_on_catalog', 'Vis i produktliste'),
('da', 'feature_display_on_header', 'Vis i headeren på siden produkt detaljer'),
('da', 'feature_display_on_product', 'Vis på fanen funktioner'),
('da', 'feature_group', 'Feature group'),
('da', 'feature_groups', 'Funktionen grupper'),
('da', 'feature_hide_on_catalog', 'Hide in product list'),
('da', 'feature_hide_on_header', 'Hide in header on the product details page'),
('da', 'feature_hide_on_product', 'Hide on the Features tab'),
('da', 'feature_id', 'Feature ID'),
('da', 'feature_name', 'Feature name'),
('da', 'feature_style', 'Feature style'),
('da', 'feature_variants_already_in_use', 'Couldn\'t delete some feature variants. They are already used by your or someone else\'s products.'),
('da', 'feedback_is_sent_successfully', 'Tilbagemeldingerne er blevet sendt succesfuldt.'),
('da', 'feedback_values', 'Feedbackværdier'),
('da', 'feed_description', 'Feed beskrivelse'),
('da', 'feed_title', 'Feed titel'),
('da', 'fib_wrapper', 'ET - Footer info block'),
('da', 'field', 'Felt'),
('da', 'fields', 'Felter'),
('da', 'field_editor', 'Felt Editor'),
('da', 'field_name', 'Feltnavn'),
('da', 'field_type', 'Felttype'),
('da', 'file', 'Fil'),
('da', 'filename', 'Filnavn'),
('da', 'files', 'Programmer'),
('da', 'filesize', 'Fil størrelse'),
('da', 'files_are_too_large', 'Samlet størrelse af de uploadede filer overskrider den maksimale grænse for [size].'),
('da', 'files_changes', 'Filændringer'),
('da', 'files_directory', 'Fil mappe'),
('da', 'file_avail_after_payment', 'Du kan først download den når din order er betalt'),
('da', 'file_browser', 'Fil browser'),
('da', 'file_changes_detector', 'Fil ændringer detektor'),
('da', 'file_changes_detector.added', 'Tilføjet'),
('da', 'file_changes_detector.changed', 'Ændret'),
('da', 'file_changes_detector.deleted', 'Slettet'),
('da', 'file_changes_detector.snapshot_not_found', 'Øjebliksbillede af den klare installation blev ikke fundet. Kan du gendanne <b>[dist_filename]</b>.'),
('da', 'file_doesnt_have_key', 'Filen har ikke en download nøgle.'),
('da', 'file_download_limit_exceeded', 'Filen kan ikke blive downloadet da der er opnået download limit på [limit]'),
('da', 'file_editor', 'Fil editor'),
('da', 'file_is_too_large', 'Filen er for stor. Max upload størrelse er [size].'),
('da', 'file_tree', 'Fil træ'),
('da', 'file_uploading_in_progress_please_wait', 'File uploading in progress. Please wait.'),
('da', 'filling', 'udfyld'),
('da', 'filter', 'Filter'),
('da', 'filters', 'Filter'),
('da', 'filters_in_use', 'Alle funktioner er allerede i brug'),
('da', 'filters_menu_description', 'Produktfiltre vises i butikken og hjælper dine kunder til hurtigt at finde produkterne.'),
('da', 'filter_by', 'Filter efter'),
('da', 'filter_by_categories', 'Filtrere efter kategorier'),
('da', 'filter_description', 'Filter beskrivelse'),
('da', 'filter_name', 'Filter navn'),
('da', 'filter_style', 'Filter type'),
('da', 'final_sale', 'Endelige salg'),
('da', 'finance_product_code', 'Finansproduktkode'),
('da', 'financial_state', 'Finansiel tilstand'),
('da', 'find_results_with', 'Find resultater med'),
('da', 'finish', 'afslutning'),
('da', 'finished', 'afsluttet'),
('da', 'finnish', 'finsk'),
('da', 'first_name', 'Fornavn'),
('da', 'first_name_and_last_name', 'First name and last name'),
('da', 'first_order', 'First order'),
('da', 'flemish', 'Flamske'),
('da', 'folder', 'Mappe'),
('da', 'folder_is_empty', 'Mappen er tom'),
('da', 'footer', 'Bund'),
('da', 'footer_bottom', 'Footer bottom'),
('da', 'footer_general', 'Sidefoden generelle'),
('da', 'for', 'for'),
('da', 'forbidden', 'Forbudt'),
('da', 'forbidden_combinations', 'Forbudt kombinationer'),
('da', 'forgot_password_question', 'Glemt din kode?'),
('da', 'form', 'form'),
('da', 'format', 'Format'),
('da', 'forms', 'Formularer'),
('da', 'form_builder', 'Form bygger'),
('da', 'form_id', 'Formular-ID'),
('da', 'form_submit_text', 'Form indsende tekst'),
('da', 'for_all_found_orders', 'For ordrer på alle sider'),
('da', 'for_this_page_orders', 'For ordrer på denne side'),
('da', 'fragile', 'Skrøbelige'),
('da', 'free', 'Gratis'),
('da', 'free_products', 'Gratis produkter'),
('da', 'free_shipping', 'Gratis fragt'),
('da', 'free_shipping_upgrade_notification_text', '<p>Nogle af dine produkter har egenskaben <b>gratis forsendelse</b> er aktiveret. I tidligere versioner af [product] kunde ikke skulle vælge en leveringsmetode, når de køber produkterne.</p> <p>Starter med dette [product] version, en kunde vælger en leveringsmetode på checkout for produkter med <b>gratis forsendelse</b> egenskaben aktiveret.</p> <p>For at indstille en leveringsmetode, der skal bruges til gratis fragt skal fuldføre disse trin:</p> <ol><li>Gå til <b>Administration → Shipping &amp; skat → forsendelsesmetoder</b>.</li> <li>Skal du vælge den eksisterende shipping metode, du vil bruge til gratis forsendelse, eller oprette en ny.</li> <li>Rul til <i>ekstra</i> sektion og aktivere indstillingen <b>Brug gratis shipping</b>.</li></ol> <p>Du kan oprette så mange forsendelsesmetoder som du ønsker for gratis fragt.</p> <p>Bemærk at du skal anvende indstillingen <b>Brug Gratis Fragt</b> på særlig forsendelsesmetoder.</p> <p>Marker afkrydsningsfeltet <b>Brug Gratis Fragt</b> hvis du vil udelukke produkterne med den aktiveret <b>gratis forsendelse</b> valgmulighed af de shipping priser beregning. [product] vil beregne Forsendelses prisen for de andre produkter fra ordre i overensstemmelse med de <b>forsendelsesomkostninger</b>.</p> <p>Hvis du lader afkrydsningsfeltet unticked, [product] beregner fragtprisen for alle produkter fra ordre i overensstemmelse med de <b>forsendelsesomkostninger</b>.</p>'),
('da', 'free_shipping_upgrade_notification_title', 'Gratis forsendelsesændringer'),
('da', 'french', 'Fransk'),
('da', 'from', 'fra'),
('da', 'from_date', 'Dato fra'),
('da', 'from_email', 'Fra e-mail'),
('da', 'from_name', 'Fra navn'),
('da', 'ftp', 'FTP'),
('da', 'ftp_connection_problem', 'Kunne ikke forbinde til FTP server. Se venligst FTP forbindelsesoplysninger'),
('da', 'ftp_directory', 'FTP-mappe'),
('da', 'ftp_pass', 'FTP adgangskode'),
('da', 'ftp_server_options', 'FTP serverindstillinger'),
('da', 'ftp_url', 'FTP-server'),
('da', 'ftp_url_hint', 'Formatet er: FTPHOST [: PORT][/DIRECTORY]. Eksempel: ftp.yourhost.com:21/home/username/folder'),
('da', 'ftp_user', 'FTP brugernavn'),
('da', 'fulfillment_state', 'Opfyldelsen tilstand'),
('da', 'full', 'fuld'),
('da', 'fullauth', 'Fullauth'),
('da', 'fullname', 'Full name'),
('da', 'full_description', 'Fuld beskrivelse'),
('da', 'full_list', 'Fuld list'),
('da', 'full_tree_cat', 'Fuld tree'),
('da', 'full_tree_pages', 'Fuld tree'),
('da', 'full_width', 'Fuld bredde'),
('da', 'function', 'Core'),
('da', 'function_deprecated', 'Funktionen [old_function] er forældet og vil blive fjernet i næste version. Brug venligst [new_function] i stedet for det.'),
('da', 'gateway', 'Gateway'),
('da', 'gateways', 'Gateways'),
('da', 'gc_redeem_and_add_free_products', 'Indløs & tilføj gratis produkter til indkøbskurven'),
('da', 'gdpr_call_requests', 'Personal data from call requests'),
('da', 'gdpr_discussions_data', 'Personal data from discussions'),
('da', 'gdpr_newsletters', 'Personal data from newsletters'),
('da', 'general', 'Generelt'),
('da', 'general_info', 'Generelle oplysninger'),
('da', 'general_settings', 'Generelle indstillinger'),
('da', 'general_statistics', 'General statistik'),
('da', 'generate', 'Generere'),
('da', 'generate_cache', 'Generere cache'),
('da', 'generate_new_api_key', 'Generate new API key'),
('da', 'generate_printslip', 'Gerar Etiqueta'),
('da', 'generate_printslip_and_tracking_number', 'Gerar Etiqueta e Código de Rastreamento'),
('da', 'generate_submenu', 'skabe undermenu'),
('da', 'generating_pdf', 'Generating PDF. Vær tålmodig...'),
('da', 'generating_xls', 'Generere XLS. Vær tålmodig...'),
('da', 'geography', 'geografi'),
('da', 'geo_maps.cannot_select_location', 'This location couldn\'t be selected due to technical reasons. If you encounter any difficulties when placing an order, please contact us.'),
('da', 'geo_maps.from_pickup_points', '[shipping], [n] pickup point|[shipping], [n] pickup points'),
('da', 'geo_maps.location_detection_disabled', 'Your location could not be determined. Try enabling the location services on your device or disabling the tracking protection.'),
('da', 'geo_maps.no_shippings', 'Sorry, we couldn\'t find any shipping options for your location. Please contact us, and we\'ll see what we can do about it.');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('da', 'geo_maps.select_your_city', 'Select your city'),
('da', 'geo_maps.shipping_about', 'about'),
('da', 'geo_maps.shipping_address_on_map', 'Shipping address on map'),
('da', 'geo_maps.shipping_from', 'from'),
('da', 'geo_maps.shipping_group_delivery', 'Shipping'),
('da', 'geo_maps.shipping_group_pickup', 'Pick-up'),
('da', 'geo_maps.shipping_time', 'Shipping time'),
('da', 'geo_maps.shipping_time_and_rates', 'Shipping time and rates'),
('da', 'geo_maps.text_settings_google_api_notice', 'Learn more about setting up API key <a target=\"_blank\" href=\"https://docs.cs-cart.com/4.10.x/user_guide/addons/maps_and_geolocation/#configuration\">in the documentation</a>.'),
('da', 'geo_maps.your_city', 'Your city'),
('da', 'german', 'Tysk'),
('da', 'get_api_key', 'Opnå en API-nøgle'),
('da', 'get_rates', 'Få priser'),
('da', 'get_social', 'Få sociale'),
('da', 'gift_add_products', 'Føj produkter til en gave'),
('da', 'gift_certificate', 'Gavekort'),
('da', 'gift_certificates', 'Gavekort'),
('da', 'gift_certificates.certificate_purchase_form', 'Gift certificate purchase form'),
('da', 'gift_certificates.event.gift_certificate.status_changed.name', 'Gift certificate status changed to [status]'),
('da', 'gift_certificates.event.gift_certificate.updated.name', 'Gift certificate updated'),
('da', 'gift_certificates_menu_description', 'Få vist og administrere de gavekort, som kunder har købt.'),
('da', 'gift_certificates_verify', 'Gavekort verifikation'),
('da', 'gift_certificate_added_to_cart', 'Gavekort blev tilføjet til din indkøbskurv'),
('da', 'gift_certificate_created', 'Gavekort er blevet oprettet'),
('da', 'gift_certificate_info', 'Gavekort info'),
('da', 'gift_certificate_status', 'Gavekort info'),
('da', 'gift_certificate_statuses', 'Gavekort status'),
('da', 'gift_certificate_verification', 'Gavekort verifikation'),
('da', 'gift_cert_amount_changed', 'Gavekort beløb er blevet ændret.'),
('da', 'gift_cert_code', 'Gavekort-kode'),
('da', 'gift_cert_debit', 'gælds balance'),
('da', 'gift_cert_error_amount', 'Beløbet bør ikke være højere end [max] og mindre end [min]'),
('da', 'gift_cert_from', 'Fra'),
('da', 'gift_cert_to', 'Til'),
('da', 'gift_cert_with_products', 'Det er umuligt at købe produkter og gavekort sammen. Venligst, placere den aktuelle ordre og gentag dit forsøg.'),
('da', 'gift_comment', 'Besked'),
('da', 'give_coupon_subj', 'du har nye reklamekampagne'),
('da', 'global', 'Global'),
('da', 'global_individual.global', 'Global'),
('da', 'global_individual.global_tooltip', 'The value of this setting can be changed for individual items. Click here to make this setting global.'),
('da', 'global_individual.global_value_all_items', 'Global value for all items'),
('da', 'global_individual.individual', 'Individual'),
('da', 'global_individual.individual_tooltip', 'This setting is currently global. Click here to allow changing its value for individual items.'),
('da', 'global_individual.individual_values_each_item', 'Individual values for each item'),
('da', 'global_options', 'Globale indstillinger'),
('da', 'global_order_id', 'Id Global'),
('da', 'global_status', 'Global status'),
('da', 'global_update', 'Global opdatering'),
('da', 'global_update_description', 'Positive eller negative værdier kan indtastes i nedenstående felter (f.eks -5).'),
('da', 'global_vars', 'Globale variabler'),
('da', 'go', 'Gå'),
('da', 'google', 'Google'),
('da', 'google_base', 'Google Base'),
('da', 'google_base_export_notice', '<b>Bemærk:</b> Du kan opsætte skatte- og fragtpriser på siden <a href=\"http://www.google.com/merchants/taxshippingsettings\"> skat og shipping resumé</a> i din Google merchant center.'),
('da', 'google_export_upgrade_notification_text', '<p>Den seneste version af [product] har forskellige indstillinger for datafeeds: <b>Google prisen</b> omfatter ikke skat nu.</p> <p>Hvis du ønsker at eksportere varer med skat inkluderet i prisen, gør følgende:</p> <ul><li>Gå til Administration &rarr; tilføjelser &rarr; datafeeds.</li> <li>Vælge data feed bruges til at eksportere produkter til Google produkt Feed.</li> <li>Skifter til <b>felterne kortlægning</b> fanen og vælg <b>Google pris (med skat inkluderet)</b> for feltet <b>pris</b>.</li></ul>'),
('da', 'google_export_upgrade_notification_title', 'Google eksport ændringer'),
('da', 'google_sitemap.export_progress_entry', '[storefront]: [object]'),
('da', 'google_sitemap.generate_map', 'Sitemap\'en genereres ikke endnu. Gå til tilføjelse indstillinger, og tryk på \"Regenerere en sitemap\" knappen'),
('da', 'google_sitemap.map_generated', 'Sitemap\'en blev oprettet med succes'),
('da', 'google_sitemap.text_regenerate', 'Hvis produkter, kategorier, etc. blev tilføjet eller ændret, skal du <a class=\"cm-ajax cm-comet btn btn-primary\" href=\"[regenerate_url]\"> regenerere en sitemap</a> < br / > < br / > [sitemap_available_in_customer]'),
('da', 'google_sitemap.text_select_storefront', 'For at oprette et sitemap, skal du vælge butik først.'),
('da', 'goto_theme_configuration', 'Gennemse temaer'),
('da', 'go_back', 'Tilbage'),
('da', 'go_to_admin_panel', 'Admin panel'),
('da', 'go_to_the_admin_homepage', 'Admin Siden'),
('da', 'go_to_the_homepage', 'Gå til forside'),
('da', 'grams_in_the_unit_of_weight', 'Gram i vægtenhed defineret af vægten symbol'),
('da', 'grant_point', 'Giv præmie-point'),
('da', 'graphic', 'Ggrafisk'),
('da', 'graphic_banner', 'Grafisk banner'),
('da', 'greek', 'græsk'),
('da', 'grid', 'Gitter'),
('da', 'grid_options', 'Gitterindstillinger'),
('da', 'gross_total', 'Bruttobeløb'),
('da', 'ground_only', 'Ground only'),
('da', 'group', 'gruppe'),
('da', 'groups', 'gruppe'),
('da', 'guest', 'Gæst'),
('da', 'has_additional_pages', 'Has additional pages'),
('da', 'has_credit_memo', 'Har kreditnota'),
('da', 'has_invoice', 'Har faktura'),
('da', 'header', 'Header'),
('da', 'header_image', 'Header image'),
('da', 'head_custom_html', 'Custom HTML kode'),
('da', 'hebrew', 'hebraisk'),
('da', 'height', 'Høj'),
('da', 'hello', 'Hej'),
('da', 'hello_name', 'Hello [name],'),
('da', 'help', 'Hjælp'),
('da', 'hidden', 'skjult'),
('da', 'hidden_categories', 'Skjulte kategorier'),
('da', 'hide', 'skjul'),
('da', 'hide_add_to_cart_button', 'Skjul Læg i kurv knappen'),
('da', 'hide_extra_logos', 'Hide extra logos'),
('da', 'hide_on_checkout', 'Hide at checkout'),
('da', 'hide_options', 'Skjul indstillinger'),
('da', 'hide_option_completely', 'Skjul optioner fuldstændigt'),
('da', 'hidpi.notice.images_were_not_restored', 'Some of the old images in your store are still low-quality. To use the highest quality possible, please <a href=\"[convert_url]\">restore high-quality images</a>. The process is automatic.'),
('da', 'hidpi.refactoring_upgrade_notification_text', '<p>The previous version of the <b>[addon_name]</b> add-on shrank the uploaded images. We improved the add-on, so there is no need for that now. However, the existing images remain shrunk and don’t look good.</p><p>We can make your existing images look nice and sharp, but that procedure will take some time. That’s why we need you to start it.</p><p><a href=\"[url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Make image look good</a></p>'),
('da', 'hidpi.refactoring_upgrade_notification_title', 'Make sure your images look good.'),
('da', 'hidpi.restore_btn', 'Restore'),
('da', 'hidpi.restore_images', 'Image restoration'),
('da', 'hidpi.text_restore_images', 'The previous version of the HiDPI display support add-on shrank the uploaded images. There’s no need for that now. But to make your images look nice and sharp you need to click Restore.'),
('da', 'hidpi.upload_high_res_image', 'I’m uploading a HiDPI image.'),
('da', 'hidpi.upload_high_res_image.tooltip', 'If this checkbox is ticked, the source image will be displayed two times downscaled. This setting only affects the displaying of the source image and not its thumbnail. If you want an image to be displayed in the original size, untick this checkbox.'),
('da', 'hidpi.warning_restore_images', '<strong>Attention!</strong> This procedure is non—reversible: when you revert the upgrade, the image restoration manipulations will not be reverted. So, please make sure to perform a backup. The procedure can take some time—it depends on the number of images in your store.'),
('da', 'history', 'historie'),
('da', 'home', 'Forside'),
('da', 'home_blocks', 'Vendor home blocks'),
('da', 'home_page', 'Forside'),
('da', 'horizontal', 'Vandret'),
('da', 'horizontal_filters', 'Vandrette filtre'),
('da', 'host', 'Hostnavn'),
('da', 'host_code', 'Værtskode'),
('da', 'hour', 'Time'),
('da', 'hourly', 'Timebasis'),
('da', 'hour_or_hours', 'hour(s)'),
('da', 'how_to_send', 'Hvordan sendes?'),
('da', 'html_block', 'HTML-blok'),
('da', 'http_transport_error_prefix_curl', 'Curl Error'),
('da', 'http_transport_error_prefix_socket', 'Socket Error'),
('da', 'hungarian', 'ungarsk'),
('da', 'hybrid_auth', 'Sociale login'),
('da', 'hybrid_auth.add_provider', 'Tilføj udbyder'),
('da', 'hybrid_auth.callback_url', 'Tilbagekald URL'),
('da', 'hybrid_auth.cant_create_profile', 'Desværre lykkedes det os ikke at skabe en kunde og logge ind i butikken på grund af en af følgende årsager: < br / >-du logget vores butik, tidligere ved hjælp af nogle andre OpenID-udbyder, hvor den samme email bruges. < br / >-du har allerede registreret i vores butik ved hjælp af din e-mail. < br / > kontakt venligst butiksejeren for at løse problemerne.'),
('da', 'hybrid_auth.change_password', 'Du kan ændre din adgangskode her'),
('da', 'hybrid_auth.configuration_error', 'Hybriauth konfigurationsfejl'),
('da', 'hybrid_auth.connecting_provider', 'Kontakter <b>[provider]</b>. Vent venligst...'),
('da', 'hybrid_auth.connect_social', 'Forbind social medie konto'),
('da', 'hybrid_auth.connect_social_title', 'Sådan bruger findes allerede'),
('da', 'hybrid_auth.editing_provider', 'Redigering af udbyder'),
('da', 'hybrid_auth.facebook_disabled_upgrade_notification_text', '<p>Vi var nødt til at flytte til en nyere version af Facebook-API, fordi den API-version, som vi brugte tidligere understøttes ikke længere. [product] kræver dog, for at arbejde med den nye API, PHP 5.4. Du ser denne besked fordi din server har en ældre PHP version.</p> <p><b>Facebook</b> udbyder under <b>hjemmeside → sociale login</b> status er angivet til <i>deaktiveret</i>.</p> <p>Opdater venligst din PHP version 5.4 eller højere, før du genaktivere Facebook.</p>'),
('da', 'hybrid_auth.facebook_disabled_upgrade_notification_title', 'Sociale Login: Log-ins via Facebook har været uarbejdsdygtig på grund af en gammel PHP version'),
('da', 'hybrid_auth.facebook_oauth_redirect_uris', 'Valid OAuth redirect URIs'),
('da', 'hybrid_auth.failed_auth', 'Godkendelse mislykkedes. Brugeren har annulleret godkendelsen eller udbyderen afviste forbindelsen'),
('da', 'hybrid_auth.instruction_facebook', 'Bruge program-ID og hemmelige nøgle, som du har modtaget efter at skabe en ansøgning på <a href=\'https://developers.facebook.com/apps\' target=\'_blank\'> Facebook udviklere</a>.'),
('da', 'hybrid_auth.instruction_facebook_login', 'Use the application ID and Secret key that you\'ve received after creating an application on <a href=\"https://developers.facebook.com/apps\" target=\"_blank\">Facebook Developers</a>. After that copy the value of the <b>Valid OAuth redirect URIs</b> field to the corresponding setting of the <b>Facebook Login</b> product in your Facebook application.'),
('da', 'hybrid_auth.instruction_foursquare', 'Bruge program-ID og hemmelige nøgle, som du har modtaget efter at skabe en ansøgning på <a href=\'https://foursquare.com/developers/apps\' target=\'_blank\'> Fousquare</a>.'),
('da', 'hybrid_auth.instruction_google', 'Brug-ID og hemmelige nøgle, som du har modtaget efter at skabe et projekt på <a href=\'https://code.google.com/apis/console/?pli=1\' target=\'_blank\'> Google</a>.'),
('da', 'hybrid_auth.instruction_linkedin', 'Brug-ID (forbruger nøgle) og hemmelige nøgle, du har modtaget efter at skabe en ansøgning på <a href=\'https://www.linkedin.com/developer/apps\' target=\'_blank\'> LinkedIn udviklere</a>.'),
('da', 'hybrid_auth.instruction_live', 'Bruge program-ID og hemmelige nøgle, som du har modtaget efter at tilføje en ansøgning på <a href=\'https://account.live.com/developers/applications/create\' target=\'_blank\'> Live</a>.'),
('da', 'hybrid_auth.instruction_paypal', 'Bruge program-ID og hemmelige nøgle, som du har modtaget efter at skabe en ansøgning på <a href=\'https://developer.paypal.com/developer/applications\' target=\'_blank\'> PayPal udviklere</a>.'),
('da', 'hybrid_auth.instruction_paypal_application', 'Use the application ID and Secret key that you\'ve received after creating an application on <a href=\'https://developer.paypal.com/developer/applications\' target=\'_blank\'>PayPal Developers</a>. Please enable all Personal Profile scope attributes and at least one scope attribute in Address and in Account Information in your PayPal application settings.'),
('da', 'hybrid_auth.instruction_twitter', 'Brug-ID (forbruger nøgle) og hemmelige nøgle, du har modtaget efter at skabe en ansøgning på <a href=\'https://apps.twitter.com/\' target=\'_blank\'> Twitter</a>.'),
('da', 'hybrid_auth.instruction_yahoo', 'Brug-ID (Identificator) og hemmelige nøgle, du har modtaget efter at skabe en ansøgning på <a href=\'https://developer.yahoo.com/apps/create/\' target=\'_blank\'> Yahoo</a>.'),
('da', 'hybrid_auth.linkedin_api_v1', 'v1'),
('da', 'hybrid_auth.linkedin_api_v2', 'v2'),
('da', 'hybrid_auth.linkedin_api_version', 'API version'),
('da', 'hybrid_auth.linked_provider', 'Forbundet'),
('da', 'hybrid_auth.link_provider', 'Konti til sociale netværk'),
('da', 'hybrid_auth.live_redirect_urls', 'Redirect URLs'),
('da', 'hybrid_auth.missing_credentials', 'Mangler udbyderprogram legitimationsoplysninger'),
('da', 'hybrid_auth.new_provider', 'Ny udbyder'),
('da', 'hybrid_auth.not_linked_provider', 'Ikke forbundne'),
('da', 'hybrid_auth.password_generated', 'Vi er glade for at meddele dig, at du er blevet registreret i butikken. En adgangskode er genereret for dig'),
('da', 'hybrid_auth.providers', 'Udbydere'),
('da', 'hybrid_auth.provider_error_configuration', 'Udbyder ikke korrekt konfigureret'),
('da', 'hybrid_auth.provider_not_found', 'Udbyder [provider] ikke fundet'),
('da', 'hybrid_auth.social_login', 'Eller log-ind med en anden identitetsudbyder'),
('da', 'hybrid_auth.specify_email', 'Angiv e-mail'),
('da', 'hybrid_auth.specify_email_title', 'E-mailen blev ikke angivet.'),
('da', 'hybrid_auth.text_connect_social', '<p>Bruger med e-mail angivet under sociale login allerede eksisterer.</p> <p>Hvis du vil tildele et socialt netværkskonto til den registrerede bruger, skal du logge ind.</p>'),
('da', 'hybrid_auth.text_link_provider', 'Tildele din sociale netværkskonto til denne og bruge den til at logge ind'),
('da', 'hybrid_auth.text_specify_email', '<p>Når logging via det sociale netværk e-mail blev ikke er angivet.</p><p>Venligst indtast din e-mail og klik på fortsæt.</p>'),
('da', 'hybrid_auth.text_user_is_already_link', 'Denne sociale netværkskonto er allerede i brug'),
('da', 'hybrid_auth.unspecified_error', 'Uspecificeret fejl'),
('da', 'hybrid_auth.wrong_provider', 'Ukendt eller deaktiveret udbyder'),
('da', 'hybrid_auth_menu_description', 'Skabe sociale udbyder'),
('da', 'I25', 'Interleaved 2 af 5 er baseret på Standard 2 af 5 symbolik. <br/>'),
('da', 'icon', 'ikon'),
('da', 'id', 'id'),
('da', 'identifier', 'PayBox identifikator'),
('da', 'iframe_mode', 'iFrame-tilstand'),
('da', 'illegal_item_weight', 'Ulovlige vare vægt'),
('da', 'image', 'billede'),
('da', 'images', 'billedere'),
('da', 'images_directory', 'Billeder bibliotek'),
('da', 'images_params', 'Images'),
('da', 'image_has_been_deleted', 'This image has been deleted'),
('da', 'image_pair', 'Billeder par'),
('da', 'image_url', 'Image URL'),
('da', 'image_verification', 'Billede verifikation'),
('da', 'image_verification_body', 'Indtast de tegn du ser på billedet nedenfor.'),
('da', 'image_verification_label', 'Anti-bot validering'),
('da', 'image_zoom.rework_update_notification.message', '<p>We reworked the <b>Image zoom</b> add-on, because it used a third-party solution incompatible with modern versions of jQuery. As a result of the rework, some settings of the add-on were removed.</p><p>Please check how the image zoom looks on the product pages now. If you\'d like to make any changes to the looks, adjust the settings of the <b>Image zoom</b> add-on.</p><p><a href=\"[image_zoom_settings]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check Image Zoom settings</a></p>'),
('da', 'image_zoom.rework_update_notification.title', 'Image Zoom add-on reworked'),
('da', 'immediately', 'øjeblikkeligt'),
('da', 'imperial_units', 'Imperial (in, lb)'),
('da', 'import', 'Import'),
('da', 'important', 'Vigtigt'),
('da', 'important_language_text', 'Når du skjuler, deaktivere eller slette en standardsprog af en af butiksfacader, Sørg for at opdatere værdien af indstillingen <b>Frontend standardsproget</b> i <a href=\"[link]\"> Indstillinger → udseende</a>.'),
('da', 'importing_data', 'importere data'),
('da', 'import_data', 'Importer data'),
('da', 'import_errors', 'Importer fejl'),
('da', 'import_layout', 'Import layout'),
('da', 'import_locations', 'Import steder'),
('da', 'import_new_vendor', '[n] ny kreditor blev oprettet under importen. Denne leverandør har kun et navn så langt. Skal du redigere den nye leverandør for at tilføje andre oplysninger. | [n] nye leverandører er oprettet under importen. Disse leverandører kun har navne indtil videre. Skal du redigere de nye leverandører for at tilføje andre oplysninger.'),
('da', 'import_options', 'Import mulighed'),
('da', 'import_results', 'Importere resultater'),
('da', 'in', 'In'),
('da', 'included', 'inkludere'),
('da', 'include_cvn', 'Omfatte CVN'),
('da', 'including_discount', 'Inklusiv rabat'),
('da', 'including_tax', 'inkl. moms'),
('da', 'income', 'Indkomst'),
('da', 'incompleted', 'Ufuldstændig'),
('da', 'incompleted_orders', 'Incompleted ordrer'),
('da', 'incorrect_filling_message', 'Forkert fyld'),
('da', 'incorrect_po_pack_structure', 'Strukturen af pakke, der indeholder \".po\" oversættelsesfiler placeret i <b>\"[pack_path]\"</b> er forkert.'),
('da', 'incorrect_po_pack_structure_file_not_exist', 'The structure of package that contains \".po\" translation files located at <b>\"[pack_path]\"</b> is incorrect. The file <b>\"[po_file]\"</b> does not exist.'),
('da', 'incorrect_price_warning', 'Produktet er ikke blevet tilføjet til kurven. Indtast den korrekte pris.'),
('da', 'increase', 'Forhøj'),
('da', 'inc_tax', 'inkl moms'),
('da', 'index', 'Forside'),
('da', 'individual', 'Individual'),
('da', 'information', 'Oplysninger'),
('da', 'information_file_roobots', 'A robots.txt file was detected. The changes you make here won\'t take effect until you delete the existing <b>robots.txt</b> file from the root directory of your store.'),
('da', 'inner_hint', 'inder hentydning'),
('da', 'input_field', 'Inputfelt'),
('da', 'insert_block', 'Tilføj blok'),
('da', 'insert_grid', 'Tilføje gitter'),
('da', 'insert_image', 'Insert image'),
('da', 'install', 'Installer'),
('da', 'installation_id', 'Installations ID'),
('da', 'installed', 'Installeret'),
('da', 'installed_addons', 'Installerede tilføjelser'),
('da', 'installed_date', 'Installed date'),
('da', 'installed_languages', 'Installeret'),
('da', 'installed_themes', 'Installerede temaer'),
('da', 'installed_upgrades', 'Installerede opgradering'),
('da', 'installed_version', 'Installed version'),
('da', 'installer_complete_title', 'Installation færdig med succes'),
('da', 'installments', 'Parcelas'),
('da', 'installment_qty', 'Quantidade de parcelas'),
('da', 'install_addon_text', 'Add-ons udvider funktionaliteten af din butik. < br / > du kan installere et tilføjelsesprogram ved vælge et [exts] format arkiv og klikke på Upload & installere.'),
('da', 'install_date', 'Install date'),
('da', 'install_theme_text', 'Uploade og installere et nyt tema er en fantastisk måde at personliggøre din butiksfacade. Du kan uploade et tema ved vælge et [exts] format arkiv og klikke på <strong>Upload</strong>.'),
('da', 'install_upgrade_package_text', 'Du kan uploade en opgradering pakke manuelt fra den lokale maskine, din server eller fra en fjernplacering. Angiv placeringen af en [exts] format arkiv, og klik på <strong>Upload</strong>.'),
('da', 'internal_feature_group_name_tooltip', 'This name is shown only in the Administration panel to help you distinguish between multiple feature groups that have the same displayed name.'),
('da', 'internal_feature_name_tooltip', 'This name is shown only in the Administration panel to help you distinguish between multiple features that have the same displayed name.'),
('da', 'internal_option_name', 'Internal name'),
('da', 'internal_option_name_tooltip', 'This name is shown only in the Administration panel to help you distinguish between multiple options that have the same displayed name.'),
('da', 'internal_template.vendor_communication_message_received', 'New message received'),
('da', 'internal_template.vendor_data_premoderation_product_approved', 'Vendor data premoderation: your product was approved'),
('da', 'internal_template.vendor_data_premoderation_product_disapproved', 'Vendor data premoderation: your product was disapproved'),
('da', 'internal_template.vendor_debt_payout_internal_admin_notification_vendor_status_changed_to_disabled', 'Vendor-to-admin payments notifications'),
('da', 'internal_template.vendor_debt_payout_internal_admin_notification_vendor_status_changed_to_suspended', 'Vendor-to-admin payments notifications'),
('da', 'internal_template.vendor_debt_payout_negative_balance_reached', 'Vendor sign-in: Debt and grace period'),
('da', 'internal_template.vendor_debt_payout_vendor_days_before_suspended', 'Vendor-to-admin payments notifications'),
('da', 'internal_templates', 'On-site notification templates'),
('da', 'internal_template_exists', 'The on-site notification template with the chosen code already exists, please try another.'),
('da', 'internal_template_import_success_msg', 'All the on-site notification templates have been imported without errors.'),
('da', 'international_settings', 'Internationale indstillinger'),
('da', 'international_usps', 'International USPS'),
('da', 'invalid_ftp_access', 'Ugyldig FTP adgang'),
('da', 'inventory', 'Lagerliste'),
('da', 'inventory_tracking', 'Inventory'),
('da', 'invitees', 'Inviteret'),
('da', 'invite_vendors', 'Invite vendors'),
('da', 'invite_vendors_enter_emails', 'Emails where to send invitations'),
('da', 'invite_vendors_title', 'Invite people to register as vendors in your marketplace'),
('da', 'invoice', 'faktura'),
('da', 'invoices', 'faktura'),
('da', 'invoice_credit_memo', 'Faktura / kreditnota'),
('da', 'invoice_heading', 'Invoice'),
('da', 'invoice_id', 'Faktura id'),
('da', 'invoice_pdf', 'Invoice (PDF)'),
('da', 'invoice_title', 'Faktura'),
('da', 'in_progress', 'under udførelse'),
('da', 'in_stock', 'Lager status'),
('da', 'ip', 'IP'),
('da', 'ipn_errors', 'IPN fejl'),
('da', 'ips', 'IP\'er'),
('da', 'ip_address', 'IP adresse'),
('da', 'ip_from', 'IP fra'),
('da', 'ip_to', 'IP til'),
('da', 'issuer_id', 'Issuer ID'),
('da', 'is_address_required', 'Customer must specify his/her address'),
('da', 'is_back_in_stock', 'er tilbage på lager!'),
('da', 'is_default_storefront', 'Default storefront'),
('da', 'is_pbp', 'Tillad betaling med points'),
('da', 'italian', 'italiensk'),
('da', 'items', 'stk'),
('da', 'items_dependences', 'Items tilknytninger'),
('da', 'items_in_box', 'Elementer i en boks'),
('da', 'items_in_cart', 'Du har [n] varer i din indkøbskurv|Du har [n] varer i indkøbskurven'),
('da', 'items_marked_by_tag', 'Varer markeret med koden \"[tag]\":'),
('da', 'items_per_page', 'Vare pr side'),
('da', 'items_title', 'Varer'),
('da', 'item_id', 'Item ID'),
('da', 'item_number', 'Vis vare nummer'),
('da', 'item_quantity', 'artikel antal'),
('da', 'i_agree_continue', 'Jeg er enig og fortsætte'),
('da', 'janrain_cant_create_profile', 'Desværre lykkedes det os ikke at skabe en kunde og logge ind i butikken på grund af en af følgende årsager: < br / >-du har været logget ind i vores butik tidligere ved hjælp af nogle andre OpenID-udbyder, hvor den samme email bruges. < br / >-du har allerede registreret i vores butik ved hjælp af din e-mail. < br / > kontakt venligst butiksejeren for at løse problemerne.'),
('da', 'janrain_general_info', '<p>Få disse værdier og konfigurere sociale login på <a href=\"http://janrain.com\" target=\"_blank\"> janrain.com</a></p>'),
('da', 'janrain_need_update_profile', 'Feltet \"Adgangskode\" og nogle andre obligatoriske felter er tomme i øjeblikket. Husk at opdatere din profil.'),
('da', 'janrain_social_login', 'Sociale login'),
('da', 'japanese', 'japansk'),
('da', 'join', 'Deltag'),
('da', 'json_error_ctrl_char', 'Kontrol karakterfejl, muligvis forkert kodet'),
('da', 'json_error_depth', 'Den maksimale stak dybde er overskredet'),
('da', 'json_error_state_mismatch', 'Ugyldige eller forkert JSON'),
('da', 'json_error_syntax', 'Syntaksfejl, misdannede JSON'),
('da', 'json_error_unknown', 'Ukendt JSON fejl'),
('da', 'json_error_utf8', 'Forkert udformet UTF-8 tegn, muligvis forkert kodet'),
('da', 'key', 'Nøgle'),
('da', 'key1_for_md5', 'Auth tasten 1 for md5'),
('da', 'key2_for_md5', 'Auth tast 2 for md5'),
('da', 'keywords', 'Nøgle ord'),
('da', 'korean', 'koreansk'),
('da', 'label_text_color', 'Etikettekstfarve'),
('da', 'landing_header', 'Din ordre er modtaget'),
('da', 'language', 'Sprog'),
('da', 'languagecode', 'Sprogkode'),
('da', 'languages', 'Sprog'),
('da', 'languages_find_more', 'If you haven\'t found the language you need, check out <a href=\"[href]\" target=\"_blank\">our site with free language packs</a>.'),
('da', 'language_code', 'Sprog kode'),
('da', 'language_variable', 'Sprog variable'),
('da', 'language_variables', 'Sprog variables'),
('da', 'last4ssn', 'Sidste 4 cifre i CPR-nummer'),
('da', 'last_24hours', 'Sidste 24 timer'),
('da', 'last_days', 'Sidste par dage'),
('da', 'last_login', 'Last login'),
('da', 'last_month', 'Sidste måned'),
('da', 'last_name', 'Efternavn'),
('da', 'last_name_and_first_name', 'Last name and first name'),
('da', 'last_n_days', 'Sidste [N] dag'),
('da', 'last_order', 'Sidste ordre'),
('da', 'last_scan_time', 'Sidste scanning tid'),
('da', 'last_sync', 'Last sync'),
('da', 'last_year', 'Sidste år'),
('da', 'latest_available_version', 'Latest available version'),
('da', 'latest_reviews', 'Sidste kommentar og bedømmelse'),
('da', 'latitude', 'frihed'),
('da', 'latitude_short', 'lat'),
('da', 'layout', 'Opsætning'),
('da', 'layoutid', 'Layout Id'),
('da', 'layouts', 'Opsætning'),
('da', 'lbl_amazon_aws_access_public_key', 'AWS adgang offentlige nøgle'),
('da', 'lbl_amazon_aws_access_secret_key', 'AWS adgang hemmelig nøgle'),
('da', 'lbl_amazon_background_color', 'Baggrundsfarve'),
('da', 'lbl_amazon_button_color', 'Knappefarve'),
('da', 'lbl_amazon_button_size', 'Knapstørrelsen'),
('da', 'lbl_amazon_button_style', 'Amazon knap stil'),
('da', 'lbl_amazon_color_dark', 'Mørk'),
('da', 'lbl_amazon_color_light', 'Lys'),
('da', 'lbl_amazon_color_orange', 'Orange'),
('da', 'lbl_amazon_color_tan', 'Tan'),
('da', 'lbl_amazon_color_white', 'Hvid'),
('da', 'lbl_amazon_process_order_on_failure', 'Gennemfør ordre ved tilbagekaldsfiasko'),
('da', 'lbl_amazon_size_large', 'Stor'),
('da', 'lbl_amazon_size_medium', 'Medium'),
('da', 'lbl_amazon_size_xlarge', 'X-Large'),
('da', 'left', 'venstre'),
('da', 'length', 'Længde'),
('da', 'less', 'mindre'),
('da', 'letter', 'Brev'),
('da', 'level', 'Niveau'),
('da', 'licence_agreement', 'Licensaftale'),
('da', 'license', 'License'),
('da', 'licensed_product', 'Licenserede produkt'),
('da', 'license_agreement', 'Licensaftale'),
('da', 'license_expires', 'License expires'),
('da', 'license_number', 'Licens antal'),
('da', 'license_number_cannot_be_empty', 'Licensnummer kan ikke være tomt'),
('da', 'license_required', '[product] licens er påkrævet'),
('da', 'licensing.license_error_license_is_disabled', 'Licensen er deaktiveret. Tjek venligst din Licensstatus.'),
('da', 'licensing.license_error_license_is_disabled.text', 'Please contact us <a href=\"[helpdesk_url]\" target=\"_blank\">via Customer Help Desk</a> to find out why it happened and what can be done about it. To access the admin panel right now, you can enter another valid license number, as long as it isn\'t used in another store:'),
('da', 'licensing.license_error_license_is_disabled.title', 'Your [product] license has been disabled'),
('da', 'licensing.license_error_license_is_invalid', 'Ugyldig licensnummer. Angiv et gyldigt licensnummer.'),
('da', 'licensing.license_error_wrong_edition', 'Licensen svarer ikke til din butik udgave. Angiv et gyldigt licensnummer.'),
('da', 'licensing.license_error_wrong_licensing_mode', 'Licensen svarer ikke til din butik licenstype. Angiv et gyldigt licensnummer.'),
('da', 'licensing_and_upgrades', 'Licensing og opgraderinger'),
('da', 'limit', 'begrænsning'),
('da', 'line', 'linje'),
('da', 'linear', 'lineær'),
('da', 'link', 'Link'),
('da', 'linked_categories', 'Linked kategorier'),
('da', 'linked_products', 'Linked produkter'),
('da', 'links', 'Link'),
('da', 'links_thumb', 'Link thumb'),
('da', 'link_an_existing_option', 'Link an existing option'),
('da', 'link_message_for_test_letter', 'Linket vil blive vist i \"live\" nyhedsbrev'),
('da', 'link_text', 'Link tekst'),
('da', 'link_to', 'Link til'),
('da', 'list', 'Liste'),
('da', 'list_objects', 'Liste objekt'),
('da', 'list_price', 'Før pris'),
('da', 'list_price_decreased', 'Listepris er blevet reduceret med'),
('da', 'list_price_increased', 'Listepris er øget med'),
('da', 'list_price_short', 'Listepris'),
('da', 'list_qty_count', 'List quantity count'),
('da', 'list_quantity_count', 'Liste antal count'),
('da', 'lite_checkout.change_in_geolocation_cities_upgrade_notification_text', '<p>Previously, you could create a list of cities that would be available to customers for selection in the geolocation block on the storefront. That had to be done in <b>Administration → Shipping &amp; taxes → Geolocation cities.</b></p><p>That page was removed, and the list of cities is now generated automatically from your pickup points. It works only if the corresponding setting in the [stores_pickups_addon] add-on is enabled, and only for pickup points that have a country, state, and city specified.</p><p>For your convenience, here is the list of cities that you previously had on the <b>Geolocation cities</b> page. It may help with configuring pickup points:<p><p>[locations_table]</p><p><a href=\"[stores_pickups_search]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Edit add-on settings</a></p>'),
('da', 'lite_checkout.change_in_geolocation_cities_upgrade_notification_title', 'List of geolocation cities is now generated automatically'),
('da', 'lite_checkout.choose_from_list', 'Choose from list'),
('da', 'lite_checkout.chosen_shipping_not_avaliable', 'Sorry, we can\'t get the rates for your selected shipping method. Please check your address and make sure that it is correct. If this doesn\'t help, please select another shipping method or contact us.'),
('da', 'lite_checkout.city_and_state', 'City, state'),
('da', 'lite_checkout.click_here_to_update_shipping', 'Enter city and state and click here to update shipping rates'),
('da', 'lite_checkout.customer_information', 'Customer'),
('da', 'lite_checkout.delivery_note', 'Customer\'s notes'),
('da', 'lite_checkout.deliver_to', 'Deliver to:'),
('da', 'lite_checkout.nearest_station', 'Nearest station'),
('da', 'lite_checkout.not_available', 'Not available'),
('da', 'lite_checkout.personal_name', 'Full name'),
('da', 'lite_checkout.place_an_order_for', 'Place order ([amount])'),
('da', 'lite_checkout.select_pickup_item', 'Select a pickup point'),
('da', 'lite_checkout.select_your_city', 'Specify your city'),
('da', 'lite_checkout.shippings.show_all_on_map', 'Show all on map'),
('da', 'lite_checkout.shipping_method_for', 'Shipping method for [group_name]'),
('da', 'lite_checkout.use_two_fingers_for_move_map', 'Use two fingers to move the map'),
('da', 'live', 'Live'),
('da', 'livechat.change_account', 'If you would like to change LiveChat account you can'),
('da', 'livechat.check_our_apps', 'Check out apps for <a href=\'[url]\' target=\'_blank\'>desktop or mobile</a>'),
('da', 'livechat.create_account', 'Create an account'),
('da', 'livechat.current_login', 'Currently you are using <strong>[login]</strong> LiveChat account.'),
('da', 'livechat.license_cleared', 'LiveChat settings have been reset'),
('da', 'livechat.license_received', 'LiveChat added to your website'),
('da', 'livechat.reset_settings', 'reset settings'),
('da', 'livechat.use_web_app', 'Use our web app'),
('da', 'live_preview', 'Live-visning'),
('da', 'load', 'Load'),
('da', 'loading', 'indlæser ...'),
('da', 'local', 'lokal'),
('da', 'localization', 'lokalisering'),
('da', 'localizations', 'lokalisering'),
('da', 'localizations_menu_description', 'Administrere lokaliseringer, der understøttes i din butik.'),
('da', 'local_export', 'Download'),
('da', 'local_modifications', 'Lokale ændringer'),
('da', 'local_modifications_message', 'Disse filer havde lokale ændringer. Under opgraderingen blev en backup Arkiv oprettet i mappen <strong>[dir]</strong>. Du kan kontrollere disse filer i arkivet og genanvende ændringerne til din butik.'),
('da', 'location', 'sted'),
('da', 'locations', 'beliggenhed'),
('da', 'locations_menu_description', 'Manage the set of rate areas that are supported in your store.'),
('da', 'log', 'Log'),
('da', 'loggedin_time', 'Logget i tide'),
('da', 'logging', 'Logføring'),
('da', 'login', 'Log ind'),
('da', 'login_url', 'Login Webadresse'),
('da', 'login_with_facebook', 'Login with Facebook'),
('da', 'login_with_foursquare', 'Login with Foursquare'),
('da', 'login_with_google', 'Login with Google'),
('da', 'login_with_linkedin', 'Login with LinkedIn'),
('da', 'login_with_live', 'Login with Microsoft'),
('da', 'login_with_paypal', 'Login with PayPal'),
('da', 'login_with_twitter', 'Login with Twitter'),
('da', 'login_with_yahoo', 'Login with Yahoo'),
('da', 'logistica_reversa', 'Devolução'),
('da', 'logos', 'Logoer'),
('da', 'logo_for_invoices', 'Logo for invoices'),
('da', 'logo_for_the_customer_area', 'Logo for the customer area'),
('da', 'logo_link', 'sted (URL) af logo'),
('da', 'logo_section.favicon', 'Favicon'),
('da', 'logo_section.gift_cert', 'Gift certificate logo'),
('da', 'logo_section.mail', 'E-mail logo'),
('da', 'logo_section.theme', 'Site logo'),
('da', 'logo_section.vendor', 'Default logo for new vendors'),
('da', 'logs', 'Log'),
('da', 'log_action_backup', 'backup'),
('da', 'log_action_create', 'oprette'),
('da', 'log_action_delete', 'slet'),
('da', 'log_action_deprecated', 'Udgået'),
('da', 'log_action_error', 'fejl'),
('da', 'log_action_failed_login', 'fejl log ind'),
('da', 'log_action_http', 'http/https anmodning'),
('da', 'log_action_login', 'log ind'),
('da', 'log_action_low_stock', 'lav bestand'),
('da', 'log_action_optimize', 'optimere'),
('da', 'log_action_restore', 'genoprette'),
('da', 'log_action_runtime', 'Runtime'),
('da', 'log_action_session', 'møde'),
('da', 'log_action_shipping', 'Shipping request'),
('da', 'log_action_status', 'ændring af status'),
('da', 'log_action_update', 'opdatering'),
('da', 'log_file', 'Log file'),
('da', 'log_in_as_user', 'Log in as user'),
('da', 'log_in_as_vendor', 'Log in as vendor'),
('da', 'log_type_categories', 'kategorier'),
('da', 'log_type_database', 'Database'),
('da', 'log_type_general', 'generelle'),
('da', 'log_type_orders', 'Ordre'),
('da', 'log_type_products', 'Produkt'),
('da', 'log_type_requests', 'Anmodning'),
('da', 'log_type_users', 'Bruger'),
('da', 'longitude', 'længdegrad'),
('da', 'longitude_short', 'lang'),
('da', 'lower_limit', 'Lower limit'),
('da', 'low_stock_subj', 'Lav lagerbeholdning af \"[product]\"'),
('da', 'mac_key', 'Mac-nøgle'),
('da', 'mail', 'Mail'),
('da', 'mailing_list', 'Mail liste'),
('da', 'mailing_lists', 'mail lister'),
('da', 'mailing_list_date', 'Mailing list date'),
('da', 'mail_message', 'Mail besked'),
('da', 'mail_subject', 'Mail emne'),
('da', 'main', 'Start profil'),
('da', 'mainbox_general', 'Main block (H1 heading)'),
('da', 'mainbox_simple', 'Important block (H2 heading)'),
('da', 'maintenance', 'Vedligeholdelse'),
('da', 'main_category', 'Hovedkategori'),
('da', 'main_menu', 'Main menu'),
('da', 'make_archive', 'Gøre Arkiv'),
('da', 'make_default', 'Lav som standard'),
('da', 'make_permanent', 'Lad være permanent'),
('da', 'manage', 'Styre'),
('da', 'manager', 'Manager'),
('da', 'manage_addons', 'Administrere tilføjelsesprogrammer'),
('da', 'manage_banners', 'Administrer bannere'),
('da', 'manage_blocks', 'Administrer blokke'),
('da', 'manage_categories', 'Administrer kategorier'),
('da', 'manage_existing_block', 'Redigere eksisterende blokke'),
('da', 'manage_items', 'Administrere elementer'),
('da', 'manage_languages', 'Administrer sprog'),
('da', 'manage_menus', 'Administrere menuer'),
('da', 'manage_pages', 'Can edit'),
('da', 'manage_products', 'Administrer produkter'),
('da', 'manage_reports', 'Administrer rapporter'),
('da', 'manage_shippings', 'Fragt metode'),
('da', 'manage_sitemap', 'Administrer site map'),
('da', 'manage_stores', 'Administrere butikker'),
('da', 'manage_subscribers', 'Administrere abonnenter'),
('da', 'manage_vendors', 'Administrere leverandører'),
('da', 'mandatory', 'obligatorisk'),
('da', 'manually', 'Manuelt'),
('da', 'manually_recalculate_order', 'Genberegn ordren manuelt'),
('da', 'manually_set_tax_rates', 'Manuelt indstille momssatser'),
('da', 'manual_installation', 'Manual installation'),
('da', 'map_fields', 'Feltkortlægning'),
('da', 'mark', 'Markér som løst'),
('da', 'marketing', 'Marketing'),
('da', 'marketplace', 'Markedsplads'),
('da', 'marketplace_find_more', 'Find flere add-ons og temaer i <a href=\"[href]\" target=\"_blank\"> Marketplace</a>'),
('da', 'marketplace_menu', 'Marketplace Menu'),
('da', 'master_products.add_product_from_catalog', 'Add product from catalog'),
('da', 'master_products.all_products', 'All products'),
('da', 'master_products.all_vendors_master_product', 'All vendors (common product)'),
('da', 'master_products.buy_together_info_message_for_admin', 'Only vendors can add product combinations. To add a combination for a common product, first log in as one of the vendors that sell it.'),
('da', 'master_products.buy_together_info_message_for_vendor', 'To add a combination for a common product, <a class=\"cm-post\" href=\"[href]\">start selling it</a> first.'),
('da', 'master_products.create_new_product', 'Create new product'),
('da', 'master_products.exported_products', 'Products to export'),
('da', 'master_products.for_sale', 'For sale'),
('da', 'master_products.master_product', 'Common product'),
('da', 'master_products.price_from', 'From [formatted_price]'),
('da', 'master_products.products_being_sold', 'Products being sold'),
('da', 'master_products.products_that_vendors_can_sell', 'Products that vendors can sell'),
('da', 'master_products.products_were_added_to_your_products', '[n] product was added to your products|[n] products were added to your products'),
('da', 'master_products.product_type.offer', 'Vendor offer'),
('da', 'master_products.product_type.offer_variation', 'Vendor variation offer'),
('da', 'master_products.resave_after_show_out_of_stock_products_changed', 'You\'ve changed the <b>Show out of stock products</b> setting. Please export <a href=\"[url]\">all your catalog items</a> (use \"Export found products\" in the gear button) and reimport them. This will ensure that the displayed price of common products will always remain correct until you change the setting again.'),
('da', 'master_products.save_up_to', 'Save up to'),
('da', 'master_products.sell_selected', 'Sell selected'),
('da', 'master_products.sell_this', 'Sell this'),
('da', 'master_products.upgrade_notification.message', '<p>For technical reasons, the <b>[master_product_addon]</b> add-on works only with global options now. If any vendor sells a common product, then we have already converted all options from that product into global options during the upgrade.</p>'),
('da', 'master_products.upgrade_notification.title', 'Common Products for Vendors: Add-on now works only with global options'),
('da', 'master_products.vendor_products_block_name', 'Sellers of a product'),
('da', 'master_products.vendor_products_filling', 'Sellers of this product'),
('da', 'master_products.vendor_products_tab_name', 'Sellers of this product'),
('da', 'master_products.view_product_offers', 'See all offers'),
('da', 'maximum', 'Maximum'),
('da', 'maximum_items_in_box', 'Maksimale elementer i boksen'),
('da', 'maximum_number_of_statuses_reached', 'Du har nået det maksimale antal statusser'),
('da', 'max_amount', 'Samlede omkostninger'),
('da', 'max_box_weight', 'Max boks vægt'),
('da', 'max_downloads', 'Max download'),
('da', 'max_item', 'Antal poster'),
('da', 'max_order_qty', 'Maksimum ordre mængde'),
('da', 'max_quantity', 'Maximum order quantity'),
('da', 'max_storefronts_reached', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('da', 'max_storefronts_reached.ult', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('da', 'max_storefronts_reached.ult.b2b', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('da', 'max_storefronts_reached.ult.b2b.new', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('da', 'max_storefronts_reached.ult.b2b.ultimate', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('da', 'max_storefronts_reached.ult.new', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('da', 'max_storefronts_reached.ult.ru', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('da', 'max_storefronts_reached.ult.ru.new', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('da', 'max_storefronts_reached.ult.ru.ultimate', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('da', 'max_storefronts_reached.ult.ultimate', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('da', 'max_uploading_file_size', 'Max uploade filstørrelse'),
('da', 'max_uploading_file_size_hint', 'Lad dette felt stå tomt at tillade overførsel af filer af enhver størrelse eller begrænse filstørrelsen ( \"100 \" er lig med 100 Kb)'),
('da', 'mb_amounts_not_match', 'Modtaget beløb valueen i status anmodning adskiller sig fra den ene modtaget i CS-Cart systemet'),
('da', 'mb_currencies_not_match', 'Modtaget valuta value i status anmodning adskiller sig fra den ene modtaget i CS-Cart systemet'),
('da', 'mb_md5_hashes_not_match', 'Modtaget md5 hash-value i status anmodning adskiller sig fra den ene modtaget i CS-Cart systemet'),
('da', 'mb_transaction_id', 'MB Transaktion ID'),
('da', 'md5_checksum_failed', 'MD5 checksum mislykkedes'),
('da', 'md5_hash_value', 'MD5 hash-value'),
('da', 'menu', 'Menu'),
('da', 'menus', 'Menuer'),
('da', 'menu_items', 'Elementer til menuen'),
('da', 'merchantid', 'Forhandler-ID'),
('da', 'merchant_email', 'Forhandler Anmeldelse E-mail'),
('da', 'merchant_firstname', 'Merchant fornavn'),
('da', 'merchant_id', 'Forhandler-ID'),
('da', 'merchant_key', 'Forhandler nøgle'),
('da', 'merchant_lastname', 'Merchant efternavn'),
('da', 'merchant_login', 'Forhandler login'),
('da', 'merchant_name', 'Forhandler navn'),
('da', 'merchant_pin', 'Forhandler PIN'),
('da', 'merchant_response_was_not_received', 'Ingen svar fra serveren. Prøv igen.'),
('da', 'merchant_site_id', 'Forhandler site-ID'),
('da', 'merchant_warrior_api_key', 'API-nøgle.'),
('da', 'merchant_warrior_api_passphrase', 'API adgangsudtryk.'),
('da', 'merge', 'Flet'),
('da', 'merge_vendor', 'Flette leverandør'),
('da', 'message', 'Besked'),
('da', 'messages', 'Besked'),
('da', 'message_successfully_sent_to_developer', 'Message was successfully sent to [developer]'),
('da', 'meta_description', 'META beskrivelse'),
('da', 'meta_keywords', 'META nøgleord'),
('da', 'method', 'metode'),
('da', 'metric_units', 'Metric (cm, kg)'),
('da', 'migrations', 'Migrations'),
('da', 'minimized', 'Minimeret'),
('da', 'minimum_commission_payment', 'Minimum provisionsbetaling'),
('da', 'minimum_items_in_box', 'Minimum elementer i boksen'),
('da', 'minutes', 'minut(s)'),
('da', 'min_order_qty', 'Minimum ordre mængde'),
('da', 'min_quantity', 'Minimum order quantity'),
('da', 'missing_variants_handling', 'Mangler varianthåndtering'),
('da', 'mobile_app.appfulldescription', 'Full description'),
('da', 'mobile_app.apple_pay', 'Apple Pay'),
('da', 'mobile_app.apple_pay_merchant_identifier', 'Merchant identifier'),
('da', 'mobile_app.apple_pay_merchant_identifier_tooltip', 'Obtain the <b>Merchant Identifier</b> as described in <a href=\"https://help.apple.com/developer-account/#/devb2e62b839?sub=dev103e030bb\" target=\"_blank\">Developer Account Help</a>'),
('da', 'mobile_app.apple_pay_merchant_name', 'Merchant name'),
('da', 'mobile_app.apple_pay_merchant_name_tooltip', 'Enter the Merchant ID Description that you used when registering your Merchant ID at the Apple Developer website.'),
('da', 'mobile_app.apple_pay_supported_networks', 'Payment networks'),
('da', 'mobile_app.appname', 'App Name'),
('da', 'mobile_app.appshortdescription', 'Short description'),
('da', 'mobile_app.app_store_app_id', 'App Store application ID'),
('da', 'mobile_app.app_store_app_id_tooltip', 'Take it from the application link in <a href=\"https://www.apple.com/app-store\" target=\"_blank\">App Store</a>. <br> For example, in https://apps.apple.com/us/app/multi-vendor-app-by-cs-cart/id1304872157 the ID is 1304872157.'),
('da', 'mobile_app.app_translations', 'Mobile application translations'),
('da', 'mobile_app.app_translation_updated', 'Mobile application translations have been updated'),
('da', 'mobile_app.app_translation_updated.item', '[language]: [n] texts|[language]: [n] texts'),
('da', 'mobile_app.configure_colors', 'Configure Colors'),
('da', 'mobile_app.crop_when_resize', 'Crop image'),
('da', 'mobile_app.download_config', 'Download config'),
('da', 'mobile_app.edit_app_translations', 'Edit mobile application texts'),
('da', 'mobile_app.fcm_api_key', 'API key for push notifications'),
('da', 'mobile_app.fcm_api_key_tooltip', 'Obtain the Cloud Messaging <b>Legacy server key</b> from the <a href=\"https://console.firebase.google.com\" target=\"_blank\">Firebase console</a> using your bundle ID: [bundle_id]'),
('da', 'mobile_app.google_pay', 'Google Pay'),
('da', 'mobile_app.google_pay_api_key', 'Google Pay Api Key'),
('da', 'mobile_app.google_pay_supported_networks', 'Payment networks'),
('da', 'mobile_app.google_play_app_id', 'Google Play application ID'),
('da', 'mobile_app.google_play_app_id_tooltip', 'Take it from the application link in <a href=\"https://play.google.com/store\" target=\"_blank\">Google Play</a>. <br> For example, in https://play.google.com/store/apps/details?id=com.simtech.multivendor&hl=en_US the ID is com.simtech.multivendor.'),
('da', 'mobile_app.invalid_locale_file', 'Invalid locale file selected for the \"[language]\" language'),
('da', 'mobile_app.mobile_aberdeenshire', 'Aberdeenshire'),
('da', 'mobile_app.mobile_active', 'Active'),
('da', 'mobile_app.mobile_add', 'Add'),
('da', 'mobile_app.mobile_address', 'Address'),
('da', 'mobile_app.mobile_address_2', 'Address 2'),
('da', 'mobile_app.mobile_address_colon', 'Address:'),
('da', 'mobile_app.mobile_add_product', 'Add product'),
('da', 'mobile_app.mobile_add_to_cart', 'Add to cart'),
('da', 'mobile_app.mobile_advantages', 'Advantages'),
('da', 'mobile_app.mobile_afghanistan', 'Afghanistan'),
('da', 'mobile_app.mobile_aisne', 'Aisne'),
('da', 'mobile_app.mobile_aland_islands', 'Aland Islands'),
('da', 'mobile_app.mobile_alaska', 'Alaska'),
('da', 'mobile_app.mobile_alava', 'Álava'),
('da', 'mobile_app.mobile_albacete', 'Albacete'),
('da', 'mobile_app.mobile_albania', 'Albania'),
('da', 'mobile_app.mobile_alessandria', 'Alessandria'),
('da', 'mobile_app.mobile_algeria', 'Algeria'),
('da', 'mobile_app.mobile_alicante', 'Alicante'),
('da', 'mobile_app.mobile_allier', 'Allier'),
('da', 'mobile_app.mobile_almeria', 'Almería'),
('da', 'mobile_app.mobile_alpes_de_haute_provence', 'Alpes-de-Haute-Provence');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('da', 'mobile_app.mobile_alpes_maritimes', 'Alpes-Maritimes'),
('da', 'mobile_app.mobile_altajskij_kraj', 'Altajskij kraj'),
('da', 'mobile_app.mobile_american_samoa', 'American Samoa'),
('da', 'mobile_app.mobile_amurskaja_oblast', 'Amurskaja oblast\''),
('da', 'mobile_app.mobile_ancona', 'Ancona'),
('da', 'mobile_app.mobile_andorra', 'Andorra'),
('da', 'mobile_app.mobile_anglesey', 'Anglesey'),
('da', 'mobile_app.mobile_angola', 'Angola'),
('da', 'mobile_app.mobile_anguilla', 'Anguilla'),
('da', 'mobile_app.mobile_angus', 'Angus'),
('da', 'mobile_app.mobile_anonymous', 'Anonymous'),
('da', 'mobile_app.mobile_antarctica', 'Antarctica'),
('da', 'mobile_app.mobile_antigua_and_barbuda', 'Antigua and Barbuda'),
('da', 'mobile_app.mobile_aosta', 'Aosta'),
('da', 'mobile_app.mobile_appenzell_rhodes_interieures', 'Appenzell Rhodes-Intérieures'),
('da', 'mobile_app.mobile_apply', 'Apply'),
('da', 'mobile_app.mobile_ardeche', 'Ardèche'),
('da', 'mobile_app.mobile_ardennes', 'Ardennes'),
('da', 'mobile_app.mobile_arezzo', 'Arezzo'),
('da', 'mobile_app.mobile_argentina', 'Argentina'),
('da', 'mobile_app.mobile_argovie', 'Argovie'),
('da', 'mobile_app.mobile_argyll_and_bute', 'Argyll and Bute'),
('da', 'mobile_app.mobile_arhangelskaja_oblast', 'Arhangel\'skaja oblast\''),
('da', 'mobile_app.mobile_ariege', 'Ariège'),
('da', 'mobile_app.mobile_arizona', 'Arizona'),
('da', 'mobile_app.mobile_arkansas', 'Arkansas'),
('da', 'mobile_app.mobile_armenia', 'Armenia'),
('da', 'mobile_app.mobile_aruba', 'Aruba'),
('da', 'mobile_app.mobile_ascoli_piceno', 'Ascoli Piceno'),
('da', 'mobile_app.mobile_asia_pacific', 'Asia-Pacific'),
('da', 'mobile_app.mobile_asti', 'Asti'),
('da', 'mobile_app.mobile_astrahanskaja_oblast', 'Astrahanskaja oblast\''),
('da', 'mobile_app.mobile_asturias', 'Asturias'),
('da', 'mobile_app.mobile_aube', 'Aube'),
('da', 'mobile_app.mobile_aude', 'Aude'),
('da', 'mobile_app.mobile_australia', 'Australia'),
('da', 'mobile_app.mobile_australian_capital_territory', 'Australian Capital Territory'),
('da', 'mobile_app.mobile_austria', 'Austria'),
('da', 'mobile_app.mobile_auth', 'Auth'),
('da', 'mobile_app.mobile_authentication', 'Authentication'),
('da', 'mobile_app.mobile_avellino', 'Avellino'),
('da', 'mobile_app.mobile_aveyron', 'Aveyron'),
('da', 'mobile_app.mobile_avila', 'Ávila'),
('da', 'mobile_app.mobile_avon', 'Avon'),
('da', 'mobile_app.mobile_awaiting_call', 'Awaiting call'),
('da', 'mobile_app.mobile_azerbaijan', 'Azerbaijan'),
('da', 'mobile_app.mobile_backordered', 'Backordered'),
('da', 'mobile_app.mobile_badajoz', 'Badajoz'),
('da', 'mobile_app.mobile_bad_request_only_buyers_can_write_review', 'Bad Request: You can\'t write a review for this product. Customers can write reviews only for the products they bought. If you actually bought this product from us, but are still seeing this message, please contact us.'),
('da', 'mobile_app.mobile_bad_request_repeat_ip', 'Bad Request: You have posted in this review already'),
('da', 'mobile_app.mobile_bahamas', 'Bahamas'),
('da', 'mobile_app.mobile_bahrain', 'Bahrain'),
('da', 'mobile_app.mobile_baleares', 'Baleares'),
('da', 'mobile_app.mobile_bale_campagne', 'Bâle-Campagne'),
('da', 'mobile_app.mobile_bale_ville', 'Bâle-Ville'),
('da', 'mobile_app.mobile_banffshire', 'Banffshire'),
('da', 'mobile_app.mobile_bangladesh', 'Bangladesh'),
('da', 'mobile_app.mobile_bank_routing_number', 'Bank routing number'),
('da', 'mobile_app.mobile_barbados', 'Barbados'),
('da', 'mobile_app.mobile_barcelona', 'Barcelona'),
('da', 'mobile_app.mobile_bari', 'Bari'),
('da', 'mobile_app.mobile_bas_rhin', 'Bas-Rhin'),
('da', 'mobile_app.mobile_bayern', 'Bayern'),
('da', 'mobile_app.mobile_bedfordshire', 'Bedfordshire'),
('da', 'mobile_app.mobile_belarus', 'Belarus'),
('da', 'mobile_app.mobile_belgium', 'Belgium'),
('da', 'mobile_app.mobile_belgorodskaja_oblast', 'Belgorodskaja oblast\''),
('da', 'mobile_app.mobile_belize', 'Belize'),
('da', 'mobile_app.mobile_belluno', 'Belluno'),
('da', 'mobile_app.mobile_benevento', 'Benevento'),
('da', 'mobile_app.mobile_benin', 'Benin'),
('da', 'mobile_app.mobile_bergamo', 'Bergamo'),
('da', 'mobile_app.mobile_berkshire', 'Berkshire'),
('da', 'mobile_app.mobile_berlin', 'Berlin'),
('da', 'mobile_app.mobile_bermuda', 'Bermuda'),
('da', 'mobile_app.mobile_berne', 'Berne'),
('da', 'mobile_app.mobile_berwickshire', 'Berwickshire'),
('da', 'mobile_app.mobile_bhutan', 'Bhutan'),
('da', 'mobile_app.mobile_biella', 'Biella'),
('da', 'mobile_app.mobile_billing_address', 'Billing address'),
('da', 'mobile_app.mobile_blaenau_gwent', 'Blaenau Gwent'),
('da', 'mobile_app.mobile_bolivia', 'Bolivia'),
('da', 'mobile_app.mobile_bologna', 'Bologna'),
('da', 'mobile_app.mobile_bolzano', 'Bolzano'),
('da', 'mobile_app.mobile_bosnia_and_herzegovina', 'Bosnia and Herzegovina'),
('da', 'mobile_app.mobile_botswana', 'Botswana'),
('da', 'mobile_app.mobile_bouches_du_rhone', 'Bouches-du-Rhône'),
('da', 'mobile_app.mobile_bouvet_island', 'Bouvet Island'),
('da', 'mobile_app.mobile_branderburg', 'Branderburg'),
('da', 'mobile_app.mobile_brazil', 'Brazil'),
('da', 'mobile_app.mobile_bremen', 'Bremen'),
('da', 'mobile_app.mobile_brescia', 'Brescia'),
('da', 'mobile_app.mobile_bridgend', 'Bridgend'),
('da', 'mobile_app.mobile_brindisi', 'Brindisi'),
('da', 'mobile_app.mobile_bristol', 'Bristol'),
('da', 'mobile_app.mobile_british_columbia', 'British Columbia'),
('da', 'mobile_app.mobile_british_indian_ocean_territory', 'British Indian Ocean Territory'),
('da', 'mobile_app.mobile_british_virgin_islands', 'British Virgin Islands'),
('da', 'mobile_app.mobile_brjanskaja_oblast', 'Brjanskaja oblast\''),
('da', 'mobile_app.mobile_brunei_darussalam', 'Brunei Darussalam'),
('da', 'mobile_app.mobile_buckinghamshire', 'Buckinghamshire'),
('da', 'mobile_app.mobile_bulgaria', 'Bulgaria'),
('da', 'mobile_app.mobile_burgos', 'Burgos'),
('da', 'mobile_app.mobile_burkina_faso', 'Burkina Faso'),
('da', 'mobile_app.mobile_burundi', 'Burundi'),
('da', 'mobile_app.mobile_buyer', 'Buyer'),
('da', 'mobile_app.mobile_caceres', 'Cáceres'),
('da', 'mobile_app.mobile_cadiz', 'Cádiz'),
('da', 'mobile_app.mobile_caerphilly', 'Caerphilly'),
('da', 'mobile_app.mobile_cagliari', 'Cagliari'),
('da', 'mobile_app.mobile_caithness', 'Caithness'),
('da', 'mobile_app.mobile_california', 'California'),
('da', 'mobile_app.mobile_caltanissetta', 'Caltanissetta'),
('da', 'mobile_app.mobile_calvados', 'Calvados'),
('da', 'mobile_app.mobile_cambodia', 'Cambodia'),
('da', 'mobile_app.mobile_cambridgeshire', 'Cambridgeshire'),
('da', 'mobile_app.mobile_cameroon', 'Cameroon'),
('da', 'mobile_app.mobile_campobasso', 'Campobasso'),
('da', 'mobile_app.mobile_canada', 'Canada'),
('da', 'mobile_app.mobile_cancel', 'Cancel'),
('da', 'mobile_app.mobile_canceled', 'Canceled'),
('da', 'mobile_app.mobile_cannot_handle_url', 'Can\'t handle url'),
('da', 'mobile_app.mobile_cantabria', 'Cantabria'),
('da', 'mobile_app.mobile_cantal', 'Cantal'),
('da', 'mobile_app.mobile_cant_apply_code', 'The entered code cannot be applied, because it does not meet the requirements.'),
('da', 'mobile_app.mobile_cant_handle_url', 'Can\'t handle url'),
('da', 'mobile_app.mobile_cape_verde', 'Cape Verde'),
('da', 'mobile_app.mobile_carbonia_iglesias', 'Carbonia-Iglesias'),
('da', 'mobile_app.mobile_cardholders_name', 'Cardholder\'s name'),
('da', 'mobile_app.mobile_cardholder_name', 'Cardholder\'s name'),
('da', 'mobile_app.mobile_cardiff', 'Cardiff'),
('da', 'mobile_app.mobile_card_number', 'Card Number'),
('da', 'mobile_app.mobile_carmarthenshire', 'Carmarthenshire'),
('da', 'mobile_app.mobile_cart', 'Cart'),
('da', 'mobile_app.mobile_caserta', 'Caserta'),
('da', 'mobile_app.mobile_castellon', 'Castellón'),
('da', 'mobile_app.mobile_catania', 'Catania'),
('da', 'mobile_app.mobile_catanzaro', 'Catanzaro'),
('da', 'mobile_app.mobile_categories', 'Categories'),
('da', 'mobile_app.mobile_cayman_islands', 'Cayman Islands'),
('da', 'mobile_app.mobile_central_african_republic', 'Central African Republic'),
('da', 'mobile_app.mobile_ceredigion', 'Ceredigion'),
('da', 'mobile_app.mobile_ceuta', 'Ceuta'),
('da', 'mobile_app.mobile_chad', 'Chad'),
('da', 'mobile_app.mobile_change_address', 'Change address'),
('da', 'mobile_app.mobile_charente', 'Charente'),
('da', 'mobile_app.mobile_charente_maritime', 'Charente-Maritime'),
('da', 'mobile_app.mobile_chechenskaja_respublika', 'Chechenskaja respublika'),
('da', 'mobile_app.mobile_checking_account_number', 'Checking account number'),
('da', 'mobile_app.mobile_checkout', 'Checkout'),
('da', 'mobile_app.mobile_checkout_complete', 'Checkout complete'),
('da', 'mobile_app.mobile_cheljabinskaja_oblast', 'Cheljabinskaja oblast\''),
('da', 'mobile_app.mobile_cher', 'Cher'),
('da', 'mobile_app.mobile_cheshire', 'Cheshire'),
('da', 'mobile_app.mobile_chieti', 'Chieti'),
('da', 'mobile_app.mobile_chile', 'Chile'),
('da', 'mobile_app.mobile_china', 'China'),
('da', 'mobile_app.mobile_christmas_island', 'Christmas Island'),
('da', 'mobile_app.mobile_chukotskij_avtonomnyj_okrug', 'Chukotskij avtonomnyj okrug'),
('da', 'mobile_app.mobile_chuvashskaja_respublika', 'Chuvashskaja Respublika'),
('da', 'mobile_app.mobile_city', 'City'),
('da', 'mobile_app.mobile_city_colon', 'City:'),
('da', 'mobile_app.mobile_ciudad_real', 'Ciudad Real'),
('da', 'mobile_app.mobile_clackmannanshire', 'Clackmannanshire'),
('da', 'mobile_app.mobile_clear_all_cart', 'Clear all cart ?'),
('da', 'mobile_app.mobile_clear_all_filter', 'Clear all'),
('da', 'mobile_app.mobile_clear_wish_list', 'Clear wish list?'),
('da', 'mobile_app.mobile_cleveland', 'Cleveland'),
('da', 'mobile_app.mobile_clwyd', 'Clwyd'),
('da', 'mobile_app.mobile_cocos_keeling_islands', 'Cocos (Keeling) Islands'),
('da', 'mobile_app.mobile_code', 'CODE'),
('da', 'mobile_app.mobile_code_does_not_match', 'The username you have entered does not match any account in our store. Please make sure you have entered the correct username and try again.'),
('da', 'mobile_app.mobile_code_has_been_sent', 'The confirmation code has been sent to the {{email}}, type it below to log in.'),
('da', 'mobile_app.mobile_colombia', 'Colombia'),
('da', 'mobile_app.mobile_colorado', 'Colorado'),
('da', 'mobile_app.mobile_comment', 'Comment'),
('da', 'mobile_app.mobile_comments_and_reviews', 'Comments & Reviews'),
('da', 'mobile_app.mobile_comments_reviews', 'Comments & Reviews'),
('da', 'mobile_app.mobile_como', 'Como'),
('da', 'mobile_app.mobile_comoros', 'Comoros'),
('da', 'mobile_app.mobile_companies', 'Vendors'),
('da', 'mobile_app.mobile_complete', 'Complete'),
('da', 'mobile_app.mobile_confirm_clear_the_cart', 'Clear all cart ?'),
('da', 'mobile_app.mobile_confirm_clear_wishlist', 'Clear wish list?'),
('da', 'mobile_app.mobile_congo', 'Congo'),
('da', 'mobile_app.mobile_congratulations', 'Congratulations!'),
('da', 'mobile_app.mobile_connecticut', 'Connecticut'),
('da', 'mobile_app.mobile_contact_information', 'Contact Information'),
('da', 'mobile_app.mobile_contact_us_for_a_price', 'Contact us for a price'),
('da', 'mobile_app.mobile_conwy', 'Conwy'),
('da', 'mobile_app.mobile_cook_islands', 'Cook Islands'),
('da', 'mobile_app.mobile_cordoba', 'Córdoba'),
('da', 'mobile_app.mobile_cornwall', 'Cornwall'),
('da', 'mobile_app.mobile_correze', 'Corrèze'),
('da', 'mobile_app.mobile_corse_du_sud', 'Corse-du-Sud'),
('da', 'mobile_app.mobile_cosenza', 'Cosenza'),
('da', 'mobile_app.mobile_costa_rica', 'Costa Rica'),
('da', 'mobile_app.mobile_cotes_darmor', 'Côtes-d\'Armor'),
('da', 'mobile_app.mobile_cote_divoire', 'Cote D\'ivoire'),
('da', 'mobile_app.mobile_cote_dor', 'Côte-d\'Or'),
('da', 'mobile_app.mobile_country', 'Country'),
('da', 'mobile_app.mobile_country_colon', 'Country:'),
('da', 'mobile_app.mobile_county_antrim', 'County Antrim'),
('da', 'mobile_app.mobile_county_armagh', 'County Armagh'),
('da', 'mobile_app.mobile_county_down', 'County Down'),
('da', 'mobile_app.mobile_county_fermanagh', 'County Fermanagh'),
('da', 'mobile_app.mobile_county_londonderry', 'County Londonderry'),
('da', 'mobile_app.mobile_county_tyrone', 'County Tyrone'),
('da', 'mobile_app.mobile_coupon_code', 'Coupon code'),
('da', 'mobile_app.mobile_create', 'Create'),
('da', 'mobile_app.mobile_cremona', 'Cremona'),
('da', 'mobile_app.mobile_creuse', 'Creuse'),
('da', 'mobile_app.mobile_croatia', 'Croatia'),
('da', 'mobile_app.mobile_crotone', 'Crotone'),
('da', 'mobile_app.mobile_cuba', 'Cuba'),
('da', 'mobile_app.mobile_cuenca', 'Cuenca'),
('da', 'mobile_app.mobile_cumbria', 'Cumbria'),
('da', 'mobile_app.mobile_cuneo', 'Cuneo'),
('da', 'mobile_app.mobile_curacao', 'Curaçao'),
('da', 'mobile_app.mobile_currency', 'Currency'),
('da', 'mobile_app.mobile_customers_signature', 'Customer\'s signature'),
('da', 'mobile_app.mobile_customer_signature', 'Customer\'s signature'),
('da', 'mobile_app.mobile_cvv2', 'CVV/CVC'),
('da', 'mobile_app.mobile_cvv_cvc', 'CVV/CVC'),
('da', 'mobile_app.mobile_cyprus', 'Cyprus'),
('da', 'mobile_app.mobile_czech_republic', 'Czech Republic'),
('da', 'mobile_app.mobile_declined', 'Declined'),
('da', 'mobile_app.mobile_delaware', 'Delaware'),
('da', 'mobile_app.mobile_delete', 'Delete'),
('da', 'mobile_app.mobile_delete_this_product', 'Delete This Product'),
('da', 'mobile_app.mobile_delimiter', '|'),
('da', 'mobile_app.mobile_delivery', 'Delivery'),
('da', 'mobile_app.mobile_denbighshire', 'Denbighshire'),
('da', 'mobile_app.mobile_denmark', 'Denmark'),
('da', 'mobile_app.mobile_derbyshire', 'Derbyshire'),
('da', 'mobile_app.mobile_description', 'Description'),
('da', 'mobile_app.mobile_description_optional', 'Description (optional)'),
('da', 'mobile_app.mobile_details', 'Details'),
('da', 'mobile_app.mobile_deux_sevres', 'Deux-Sèvres'),
('da', 'mobile_app.mobile_devon', 'Devon'),
('da', 'mobile_app.mobile_didnt_receive_code', 'Didn\'t receive the code?'),
('da', 'mobile_app.mobile_disabled', 'Disabled'),
('da', 'mobile_app.mobile_disadvantages', 'Disadvantages'),
('da', 'mobile_app.mobile_discount', 'Discount'),
('da', 'mobile_app.mobile_discussion_title_product', 'Reviews'),
('da', 'mobile_app.mobile_district_of_columbia', 'District of Columbia'),
('da', 'mobile_app.mobile_djibouti', 'Djibouti'),
('da', 'mobile_app.mobile_dominica', 'Dominica'),
('da', 'mobile_app.mobile_dominican_republic', 'Dominican Republic'),
('da', 'mobile_app.mobile_dordogne', 'Dordogne'),
('da', 'mobile_app.mobile_dorset', 'Dorset'),
('da', 'mobile_app.mobile_doubs', 'Doubs'),
('da', 'mobile_app.mobile_drome', 'Drôme'),
('da', 'mobile_app.mobile_dumfries_and_galloway', 'Dumfries and Galloway'),
('da', 'mobile_app.mobile_dumfries_shire', 'Dumfries-shire'),
('da', 'mobile_app.mobile_dundee', 'Dundee'),
('da', 'mobile_app.mobile_durham', 'Durham'),
('da', 'mobile_app.mobile_dyfed', 'Dyfed'),
('da', 'mobile_app.mobile_east_ayrshire', 'East Ayrshire'),
('da', 'mobile_app.mobile_east_dunbartonshire', 'East Dunbartonshire'),
('da', 'mobile_app.mobile_east_lothian', 'East Lothian'),
('da', 'mobile_app.mobile_east_renfrewshire', 'East Renfrewshire'),
('da', 'mobile_app.mobile_east_riding_of_yorkshire', 'East Riding of Yorkshire'),
('da', 'mobile_app.mobile_east_sussex', 'East Sussex'),
('da', 'mobile_app.mobile_east_timor', 'East Timor'),
('da', 'mobile_app.mobile_ecuador', 'Ecuador'),
('da', 'mobile_app.mobile_edinburgh', 'Edinburgh'),
('da', 'mobile_app.mobile_egypt', 'Egypt'),
('da', 'mobile_app.mobile_el_salvador', 'El Salvador'),
('da', 'mobile_app.mobile_email', 'E-mail'),
('da', 'mobile_app.mobile_email_colon', 'E-mail:'),
('da', 'mobile_app.mobile_empty_wish_list_message', 'Your Wish Lists will love here.'),
('da', 'mobile_app.mobile_enna', 'Enna'),
('da', 'mobile_app.mobile_enter_email_to_get_code', 'Enter your e-mail, we will send you a code to log into your account.'),
('da', 'mobile_app.mobile_enter_the_name', 'Enter the name'),
('da', 'mobile_app.mobile_enter_the_price', 'Enter the price'),
('da', 'mobile_app.mobile_equatorial_guinea', 'Equatorial Guinea'),
('da', 'mobile_app.mobile_eritrea', 'Eritrea'),
('da', 'mobile_app.mobile_error', 'Error'),
('da', 'mobile_app.mobile_error_try_later', 'Something went wrong. Please try again later.'),
('da', 'mobile_app.mobile_essex', 'Essex'),
('da', 'mobile_app.mobile_essonne', 'Essonne'),
('da', 'mobile_app.mobile_estonia', 'Estonia'),
('da', 'mobile_app.mobile_ethiopia', 'Ethiopia'),
('da', 'mobile_app.mobile_eure', 'Eure'),
('da', 'mobile_app.mobile_eure_et_loir', 'Eure-et-Loir'),
('da', 'mobile_app.mobile_europe', 'Europe'),
('da', 'mobile_app.mobile_evrejskaja_avtonomnaja_oblast', 'Evrejskaja avtonomnaja oblast\''),
('da', 'mobile_app.mobile_e_mail', 'E-mail'),
('da', 'mobile_app.mobile_failed', 'Failed'),
('da', 'mobile_app.mobile_falkirk', 'Falkirk'),
('da', 'mobile_app.mobile_falkland_islands_malvinas', 'Falkland Islands (Malvinas)'),
('da', 'mobile_app.mobile_faroe_islands', 'Faroe Islands'),
('da', 'mobile_app.mobile_favorite', 'Favorite'),
('da', 'mobile_app.mobile_fax', 'Fax'),
('da', 'mobile_app.mobile_features', 'Feautures'),
('da', 'mobile_app.mobile_ferrara', 'Ferrara'),
('da', 'mobile_app.mobile_fife', 'Fife'),
('da', 'mobile_app.mobile_fiji', 'Fiji'),
('da', 'mobile_app.mobile_filter', 'Filter'),
('da', 'mobile_app.mobile_finistere', 'Finistère'),
('da', 'mobile_app.mobile_finland', 'Finland'),
('da', 'mobile_app.mobile_firenze', 'Firenze'),
('da', 'mobile_app.mobile_firstname_colon', 'First name:'),
('da', 'mobile_app.mobile_first_name', 'First name'),
('da', 'mobile_app.mobile_flevoland', 'Flevoland'),
('da', 'mobile_app.mobile_flintshire', 'Flintshire'),
('da', 'mobile_app.mobile_florida', 'Florida'),
('da', 'mobile_app.mobile_foggia', 'Foggia'),
('da', 'mobile_app.mobile_forgot_password', 'Forgot your password?'),
('da', 'mobile_app.mobile_forli_cesena', 'Forli-Cesena'),
('da', 'mobile_app.mobile_france', 'France'),
('da', 'mobile_app.mobile_france_metropolitan', 'France, Metropolitan'),
('da', 'mobile_app.mobile_free_shipping', 'Free shipping'),
('da', 'mobile_app.mobile_french_guiana', 'French Guiana'),
('da', 'mobile_app.mobile_french_polynesia', 'French Polynesia'),
('da', 'mobile_app.mobile_french_southern_territories', 'French Southern Territories'),
('da', 'mobile_app.mobile_fribourg', 'Fribourg'),
('da', 'mobile_app.mobile_friesland', 'Friesland'),
('da', 'mobile_app.mobile_frosinone', 'Frosinone'),
('da', 'mobile_app.mobile_full_product_description', 'Full description'),
('da', 'mobile_app.mobile_gabon', 'Gabon'),
('da', 'mobile_app.mobile_gambia', 'Gambia'),
('da', 'mobile_app.mobile_gard', 'Gard'),
('da', 'mobile_app.mobile_gelderland', 'Gelderland'),
('da', 'mobile_app.mobile_geneve', 'Genève'),
('da', 'mobile_app.mobile_genova', 'Genova'),
('da', 'mobile_app.mobile_georgia', 'Georgia'),
('da', 'mobile_app.mobile_germany', 'Germany'),
('da', 'mobile_app.mobile_gers', 'Gers'),
('da', 'mobile_app.mobile_get_the_code', 'Get the code'),
('da', 'mobile_app.mobile_ghana', 'Ghana'),
('da', 'mobile_app.mobile_gibraltar', 'Gibraltar'),
('da', 'mobile_app.mobile_girona', 'Girona'),
('da', 'mobile_app.mobile_gironde', 'Gironde'),
('da', 'mobile_app.mobile_glaris', 'Glaris'),
('da', 'mobile_app.mobile_glasgow', 'Glasgow'),
('da', 'mobile_app.mobile_gloucestershire', 'Gloucestershire'),
('da', 'mobile_app.mobile_gorizia', 'Gorizia'),
('da', 'mobile_app.mobile_go_to_store', 'Go To Store'),
('da', 'mobile_app.mobile_granada', 'Granada'),
('da', 'mobile_app.mobile_greater_london', 'Greater London'),
('da', 'mobile_app.mobile_greater_manchester', 'Greater Manchester'),
('da', 'mobile_app.mobile_greece', 'Greece'),
('da', 'mobile_app.mobile_greenland', 'Greenland'),
('da', 'mobile_app.mobile_grenada', 'Grenada'),
('da', 'mobile_app.mobile_grisons', 'Grisons'),
('da', 'mobile_app.mobile_groningen', 'Groningen'),
('da', 'mobile_app.mobile_grosseto', 'Grosseto'),
('da', 'mobile_app.mobile_guadalajara', 'Guadalajara'),
('da', 'mobile_app.mobile_guadeloupe', 'Guadeloupe'),
('da', 'mobile_app.mobile_guam', 'Guam'),
('da', 'mobile_app.mobile_guatemala', 'Guatemala'),
('da', 'mobile_app.mobile_guernsey', 'Guernsey'),
('da', 'mobile_app.mobile_guinea', 'Guinea'),
('da', 'mobile_app.mobile_guinea_bissau', 'Guinea-Bissau'),
('da', 'mobile_app.mobile_guipuzcoa', 'Guipúzcoa'),
('da', 'mobile_app.mobile_guyana', 'Guyana'),
('da', 'mobile_app.mobile_gwynedd', 'Gwynedd'),
('da', 'mobile_app.mobile_habarovskij_kraj', 'Habarovskij kraj'),
('da', 'mobile_app.mobile_haiti', 'Haiti'),
('da', 'mobile_app.mobile_hamburg', 'Hamburg'),
('da', 'mobile_app.mobile_hampshire', 'Hampshire'),
('da', 'mobile_app.mobile_hanty_mansijskij_avtonomnyj_okrug___jugra', 'Hanty-Mansijskij avtonomnyj okrug - Jugra'),
('da', 'mobile_app.mobile_hautes_alpes', 'Hautes-Alpes'),
('da', 'mobile_app.mobile_hautes_pyrenees', 'Hautes-Pyrénées'),
('da', 'mobile_app.mobile_haute_corse', 'Haute-Corse'),
('da', 'mobile_app.mobile_haute_garonne', 'Haute-Garonne'),
('da', 'mobile_app.mobile_haute_loire', 'Haute-Loire'),
('da', 'mobile_app.mobile_haute_marne', 'Haute-Marne'),
('da', 'mobile_app.mobile_haute_saone', 'Haute-Saône'),
('da', 'mobile_app.mobile_haute_savoie', 'Haute-Savoie'),
('da', 'mobile_app.mobile_haute_vienne', 'Haute-Vienne'),
('da', 'mobile_app.mobile_hauts_de_seine', 'Hauts-de-Seine'),
('da', 'mobile_app.mobile_haut_rhin', 'Haut-Rhin'),
('da', 'mobile_app.mobile_hawaii', 'Hawaii'),
('da', 'mobile_app.mobile_heard_and_mcdonald_islands', 'Heard and McDonald Islands'),
('da', 'mobile_app.mobile_herault', 'Hérault'),
('da', 'mobile_app.mobile_herefordshire', 'Herefordshire'),
('da', 'mobile_app.mobile_hertfordshire', 'Hertfordshire'),
('da', 'mobile_app.mobile_hessen', 'Hessen'),
('da', 'mobile_app.mobile_hidden', 'Hidden'),
('da', 'mobile_app.mobile_highlands', 'Highlands'),
('da', 'mobile_app.mobile_home', 'Home'),
('da', 'mobile_app.mobile_honduras', 'Honduras'),
('da', 'mobile_app.mobile_hong_kong', 'Hong Kong'),
('da', 'mobile_app.mobile_huelva', 'Huelva'),
('da', 'mobile_app.mobile_huesca', 'Huesca'),
('da', 'mobile_app.mobile_humberside', 'Humberside'),
('da', 'mobile_app.mobile_hungary', 'Hungary'),
('da', 'mobile_app.mobile_iceland', 'Iceland'),
('da', 'mobile_app.mobile_idaho', 'Idaho'),
('da', 'mobile_app.mobile_ille_et_vilaine', 'Ille-et-Vilaine'),
('da', 'mobile_app.mobile_illinois', 'Illinois'),
('da', 'mobile_app.mobile_image', 'Image'),
('da', 'mobile_app.mobile_imperia', 'Imperia'),
('da', 'mobile_app.mobile_including_discount', 'Including discount'),
('da', 'mobile_app.mobile_including_tax', 'Including tax'),
('da', 'mobile_app.mobile_incorrect_code', 'Incorrect code.'),
('da', 'mobile_app.mobile_india', 'India'),
('da', 'mobile_app.mobile_indiana', 'Indiana'),
('da', 'mobile_app.mobile_indonesia', 'Indonesia'),
('da', 'mobile_app.mobile_indre', 'Indre'),
('da', 'mobile_app.mobile_indre_et_loire', 'Indre-et-Loire'),
('da', 'mobile_app.mobile_information', 'Information'),
('da', 'mobile_app.mobile_inverclyde', 'Inverclyde'),
('da', 'mobile_app.mobile_inverness_shire', 'Inverness-shire'),
('da', 'mobile_app.mobile_in_stock', 'In stock'),
('da', 'mobile_app.mobile_iowa', 'Iowa'),
('da', 'mobile_app.mobile_iraq', 'Iraq'),
('da', 'mobile_app.mobile_ireland', 'Ireland'),
('da', 'mobile_app.mobile_irkutskaja_oblast', 'Irkutskaja oblast\''),
('da', 'mobile_app.mobile_isere', 'Isère'),
('da', 'mobile_app.mobile_isernia', 'Isernia'),
('da', 'mobile_app.mobile_islamic_republic_of_iran', 'Islamic Republic of Iran'),
('da', 'mobile_app.mobile_isles_of_scilly', 'Isles of Scilly'),
('da', 'mobile_app.mobile_isle_of_man', 'Isle of Man'),
('da', 'mobile_app.mobile_isle_of_wight', 'Isle of Wight'),
('da', 'mobile_app.mobile_israel', 'Israel'),
('da', 'mobile_app.mobile_italy', 'Italy'),
('da', 'mobile_app.mobile_items', '%1 item(s)'),
('da', 'mobile_app.mobile_ivanovskaja_oblast', 'Ivanovskaja oblast\''),
('da', 'mobile_app.mobile_jaen', 'Jaén'),
('da', 'mobile_app.mobile_jamaica', 'Jamaica'),
('da', 'mobile_app.mobile_jamalo_neneckij_avtonomnyj_okrug', 'Jamalo-Neneckij avtonomnyj okrug'),
('da', 'mobile_app.mobile_japan', 'Japan'),
('da', 'mobile_app.mobile_jaroslavskaja_oblast', 'Jaroslavskaja oblast\''),
('da', 'mobile_app.mobile_jersey', 'Jersey'),
('da', 'mobile_app.mobile_jordan', 'Jordan'),
('da', 'mobile_app.mobile_jura', 'Jura'),
('da', 'mobile_app.mobile_kabardino_balkarskaja_respublika', 'Kabardino-Balkarskaja Respublika'),
('da', 'mobile_app.mobile_kaliningradskaja_oblast', 'Kaliningradskaja oblast\''),
('da', 'mobile_app.mobile_kaluzhskaja_oblast', 'Kaluzhskaja oblast\''),
('da', 'mobile_app.mobile_kamchatskiy_kraj', 'Kamchatskiy kraj'),
('da', 'mobile_app.mobile_kansas', 'Kansas'),
('da', 'mobile_app.mobile_karachaevo_cherkesskaja_respublika', 'Karachaevo-Cherkesskaja respublika'),
('da', 'mobile_app.mobile_kazakhstan', 'Kazakhstan'),
('da', 'mobile_app.mobile_kemerovskaja_oblast', 'Kemerovskaja oblast\''),
('da', 'mobile_app.mobile_kent', 'Kent'),
('da', 'mobile_app.mobile_kentucky', 'Kentucky'),
('da', 'mobile_app.mobile_kenya', 'Kenya'),
('da', 'mobile_app.mobile_kincardineshire', 'Kincardineshire'),
('da', 'mobile_app.mobile_kiribati', 'Kiribati'),
('da', 'mobile_app.mobile_kirovskaja_oblast', 'Kirovskaja oblast\''),
('da', 'mobile_app.mobile_korea', 'Korea'),
('da', 'mobile_app.mobile_korea_republic_of', 'Korea, Republic of'),
('da', 'mobile_app.mobile_kostromskaja_oblast', 'Kostromskaja oblast\''),
('da', 'mobile_app.mobile_krasnodarskij_kraj', 'Krasnodarskij kraj'),
('da', 'mobile_app.mobile_krasnojarskij_kraj', 'Krasnojarskij kraj'),
('da', 'mobile_app.mobile_kurganskaja_oblast', 'Kurganskaja oblast\''),
('da', 'mobile_app.mobile_kurskaja_oblast', 'Kurskaja oblast\''),
('da', 'mobile_app.mobile_kuwait', 'Kuwait'),
('da', 'mobile_app.mobile_kyrgyzstan', 'Kyrgyzstan'),
('da', 'mobile_app.mobile_lancashire', 'Lancashire'),
('da', 'mobile_app.mobile_landes', 'Landes'),
('da', 'mobile_app.mobile_language', 'Language'),
('da', 'mobile_app.mobile_laos', 'Laos'),
('da', 'mobile_app.mobile_laquila', 'L\'Aquila'),
('da', 'mobile_app.mobile_lastname_colon', 'Last name:'),
('da', 'mobile_app.mobile_last_name', 'Last name'),
('da', 'mobile_app.mobile_las_palmas', 'Las Palmas'),
('da', 'mobile_app.mobile_latina', 'Latina'),
('da', 'mobile_app.mobile_latvia', 'Latvia'),
('da', 'mobile_app.mobile_la_rioja', 'La Rioja'),
('da', 'mobile_app.mobile_la_spezia', 'La Spezia'),
('da', 'mobile_app.mobile_lebanon', 'Lebanon'),
('da', 'mobile_app.mobile_lecce', 'Lecce'),
('da', 'mobile_app.mobile_lecco', 'Lecco'),
('da', 'mobile_app.mobile_leicestershire', 'Leicestershire'),
('da', 'mobile_app.mobile_leningradskaja_oblast', 'Leningradskaja oblast\''),
('da', 'mobile_app.mobile_leon', 'León'),
('da', 'mobile_app.mobile_lesotho', 'Lesotho'),
('da', 'mobile_app.mobile_liberia', 'Liberia'),
('da', 'mobile_app.mobile_libyan_arab_jamahiriya', 'Libyan Arab Jamahiriya'),
('da', 'mobile_app.mobile_liechtenstein', 'Liechtenstein'),
('da', 'mobile_app.mobile_limburg', 'Limburg'),
('da', 'mobile_app.mobile_lincolnshire', 'Lincolnshire'),
('da', 'mobile_app.mobile_lipeckaja_oblast', 'Lipeckaja oblast\''),
('da', 'mobile_app.mobile_list_is_empty', 'List is empty'),
('da', 'mobile_app.mobile_list_price', 'List price'),
('da', 'mobile_app.mobile_list_price_dollar', 'List price ($)'),
('da', 'mobile_app.mobile_lithuania', 'Lithuania'),
('da', 'mobile_app.mobile_livorno', 'Livorno'),
('da', 'mobile_app.mobile_lleida', 'Lleida'),
('da', 'mobile_app.mobile_lodi', 'Lodi'),
('da', 'mobile_app.mobile_login', 'Login'),
('da', 'mobile_app.mobile_logout', 'Logout'),
('da', 'mobile_app.mobile_loire', 'Loire'),
('da', 'mobile_app.mobile_loiret', 'Loiret'),
('da', 'mobile_app.mobile_loire_atlantique', 'Loire-Atlantique'),
('da', 'mobile_app.mobile_loir_et_cher', 'Loir-et-Cher'),
('da', 'mobile_app.mobile_looking_for_ideas', 'Looking for ideas?'),
('da', 'mobile_app.mobile_lot', 'Lot'),
('da', 'mobile_app.mobile_lot_et_garonne', 'Lot-et-Garonne'),
('da', 'mobile_app.mobile_louisiana', 'Louisiana'),
('da', 'mobile_app.mobile_lozere', 'Lozère'),
('da', 'mobile_app.mobile_lucca', 'Lucca'),
('da', 'mobile_app.mobile_lucerne', 'Lucerne'),
('da', 'mobile_app.mobile_lugo', 'Lugo'),
('da', 'mobile_app.mobile_luxembourg', 'Luxembourg'),
('da', 'mobile_app.mobile_macau', 'Macau'),
('da', 'mobile_app.mobile_macedonia', 'Macedonia'),
('da', 'mobile_app.mobile_macerata', 'Macerata'),
('da', 'mobile_app.mobile_madagascar', 'Madagascar'),
('da', 'mobile_app.mobile_madrid', 'Madrid'),
('da', 'mobile_app.mobile_magadanskaja_oblast', 'Magadanskaja oblast\''),
('da', 'mobile_app.mobile_maine', 'Maine'),
('da', 'mobile_app.mobile_maine_et_loire', 'Maine-et-Loire'),
('da', 'mobile_app.mobile_make_product_active', 'Make Product Active'),
('da', 'mobile_app.mobile_make_product_disabled', 'Make Product Disabled'),
('da', 'mobile_app.mobile_make_product_hidden', 'Make Product Hidden'),
('da', 'mobile_app.mobile_malaga', 'Málaga'),
('da', 'mobile_app.mobile_malawi', 'Malawi'),
('da', 'mobile_app.mobile_malaysia', 'Malaysia'),
('da', 'mobile_app.mobile_maldives', 'Maldives'),
('da', 'mobile_app.mobile_mali', 'Mali'),
('da', 'mobile_app.mobile_malta', 'Malta'),
('da', 'mobile_app.mobile_manche', 'Manche'),
('da', 'mobile_app.mobile_manitoba', 'Manitoba'),
('da', 'mobile_app.mobile_mantova', 'Mantova'),
('da', 'mobile_app.mobile_marne', 'Marne'),
('da', 'mobile_app.mobile_marshall_islands', 'Marshall Islands'),
('da', 'mobile_app.mobile_martinique', 'Martinique'),
('da', 'mobile_app.mobile_maryland', 'Maryland'),
('da', 'mobile_app.mobile_massachusetts', 'Massachusetts'),
('da', 'mobile_app.mobile_massa_carrara', 'Massa-Carrara'),
('da', 'mobile_app.mobile_matera', 'Matera'),
('da', 'mobile_app.mobile_mauritania', 'Mauritania'),
('da', 'mobile_app.mobile_mauritius', 'Mauritius'),
('da', 'mobile_app.mobile_mayenne', 'Mayenne'),
('da', 'mobile_app.mobile_mayotte', 'Mayotte'),
('da', 'mobile_app.mobile_mecklenburg_vorpommern', 'Mecklenburg-Vorpommern'),
('da', 'mobile_app.mobile_medio_campidano', 'Medio Campidano'),
('da', 'mobile_app.mobile_melilla', 'Melilla'),
('da', 'mobile_app.mobile_merionethshire', 'Merionethshire'),
('da', 'mobile_app.mobile_merseyside', 'Merseyside'),
('da', 'mobile_app.mobile_merthyr_tydfil', 'Merthyr Tydfil'),
('da', 'mobile_app.mobile_messina', 'Messina'),
('da', 'mobile_app.mobile_meurthe_et_moselle', 'Meurthe-et-Moselle'),
('da', 'mobile_app.mobile_meuse', 'Meuse'),
('da', 'mobile_app.mobile_mexico', 'Mexico'),
('da', 'mobile_app.mobile_michigan', 'Michigan'),
('da', 'mobile_app.mobile_micronesia', 'Micronesia'),
('da', 'mobile_app.mobile_middlesex', 'Middlesex'),
('da', 'mobile_app.mobile_midlothian', 'Midlothian'),
('da', 'mobile_app.mobile_milano', 'Milano'),
('da', 'mobile_app.mobile_minnesota', 'Minnesota'),
('da', 'mobile_app.mobile_mississippi', 'Mississippi'),
('da', 'mobile_app.mobile_missouri', 'Missouri'),
('da', 'mobile_app.mobile_modena', 'Modena'),
('da', 'mobile_app.mobile_moldova_republic_of', 'Moldova, Republic of'),
('da', 'mobile_app.mobile_monaco', 'Monaco'),
('da', 'mobile_app.mobile_mongolia', 'Mongolia'),
('da', 'mobile_app.mobile_monmouthshire', 'Monmouthshire'),
('da', 'mobile_app.mobile_montana', 'Montana'),
('da', 'mobile_app.mobile_montenegro', 'Montenegro'),
('da', 'mobile_app.mobile_montserrat', 'Montserrat'),
('da', 'mobile_app.mobile_moray', 'Moray'),
('da', 'mobile_app.mobile_morbihan', 'Morbihan'),
('da', 'mobile_app.mobile_morocco', 'Morocco'),
('da', 'mobile_app.mobile_moselle', 'Moselle'),
('da', 'mobile_app.mobile_moskovskaja_oblast', 'Moskovskaja oblast\''),
('da', 'mobile_app.mobile_moskva', 'Moskva'),
('da', 'mobile_app.mobile_mozambique', 'Mozambique'),
('da', 'mobile_app.mobile_murcia', 'Murcia'),
('da', 'mobile_app.mobile_murmanskaja_oblast', 'Murmanskaja oblast\''),
('da', 'mobile_app.mobile_myanmar', 'Myanmar'),
('da', 'mobile_app.mobile_my_profile', 'My Profile'),
('da', 'mobile_app.mobile_nairnshire', 'Nairnshire'),
('da', 'mobile_app.mobile_name', 'Name'),
('da', 'mobile_app.mobile_namibia', 'Namibia'),
('da', 'mobile_app.mobile_napoli', 'Napoli'),
('da', 'mobile_app.mobile_nauru', 'Nauru'),
('da', 'mobile_app.mobile_navarra', 'Navarra'),
('da', 'mobile_app.mobile_neath_port_talbot', 'Neath Port Talbot'),
('da', 'mobile_app.mobile_nebraska', 'Nebraska'),
('da', 'mobile_app.mobile_neneckij_avtonomnyj_okrug', 'Neneckij avtonomnyj okrug'),
('da', 'mobile_app.mobile_nepal', 'Nepal'),
('da', 'mobile_app.mobile_netherlands', 'Netherlands'),
('da', 'mobile_app.mobile_neuchatel', 'Neuchâtel'),
('da', 'mobile_app.mobile_nevada', 'Nevada'),
('da', 'mobile_app.mobile_newfoundland_and_labrador', 'Newfoundland and Labrador'),
('da', 'mobile_app.mobile_newport', 'Newport'),
('da', 'mobile_app.mobile_new_brunswick', 'New Brunswick'),
('da', 'mobile_app.mobile_new_caledonia', 'New Caledonia'),
('da', 'mobile_app.mobile_new_hampshire', 'New Hampshire'),
('da', 'mobile_app.mobile_new_jersey', 'New Jersey'),
('da', 'mobile_app.mobile_new_mexico', 'New Mexico'),
('da', 'mobile_app.mobile_new_south_wales', 'New South Wales'),
('da', 'mobile_app.mobile_new_york', 'New York'),
('da', 'mobile_app.mobile_new_zealand', 'New Zealand'),
('da', 'mobile_app.mobile_next', 'Next'),
('da', 'mobile_app.mobile_nicaragua', 'Nicaragua'),
('da', 'mobile_app.mobile_nidwald', 'Nidwald'),
('da', 'mobile_app.mobile_niedersachsen', 'Niedersachsen'),
('da', 'mobile_app.mobile_nievre', 'Nièvre'),
('da', 'mobile_app.mobile_niger', 'Niger'),
('da', 'mobile_app.mobile_nigeria', 'Nigeria'),
('da', 'mobile_app.mobile_niue', 'Niue'),
('da', 'mobile_app.mobile_nizhegorodskaja_oblast', 'Nizhegorodskaja oblast\''),
('da', 'mobile_app.mobile_noord_brabant', 'Noord Brabant'),
('da', 'mobile_app.mobile_noord_holland', 'Noord Holland'),
('da', 'mobile_app.mobile_nord', 'Nord'),
('da', 'mobile_app.mobile_nordrhein_westfalen', 'Nordrhein-Westfalen'),
('da', 'mobile_app.mobile_norfolk', 'Norfolk'),
('da', 'mobile_app.mobile_norfolk_island', 'Norfolk Island'),
('da', 'mobile_app.mobile_northamptonshire', 'Northamptonshire'),
('da', 'mobile_app.mobile_northern_mariana_islands', 'Northern Mariana Islands'),
('da', 'mobile_app.mobile_northern_territory', 'Northern Territory'),
('da', 'mobile_app.mobile_northumberland', 'Northumberland'),
('da', 'mobile_app.mobile_northwest_territories', 'Northwest Territories'),
('da', 'mobile_app.mobile_north_ayrshire', 'North Ayrshire'),
('da', 'mobile_app.mobile_north_carolina', 'North Carolina'),
('da', 'mobile_app.mobile_north_dakota', 'North Dakota'),
('da', 'mobile_app.mobile_north_lanarkshire', 'North Lanarkshire'),
('da', 'mobile_app.mobile_north_yorkshire', 'North Yorkshire'),
('da', 'mobile_app.mobile_norway', 'Norway'),
('da', 'mobile_app.mobile_notice', 'Notice'),
('da', 'mobile_app.mobile_nottinghamshire', 'Nottinghamshire'),
('da', 'mobile_app.mobile_not_reviews_yet', 'This product has not been reviewed yet.'),
('da', 'mobile_app.mobile_novara', 'Novara'),
('da', 'mobile_app.mobile_nova_scotia', 'Nova Scotia'),
('da', 'mobile_app.mobile_novgorodskaja_oblast', 'Novgorodskaja oblast\''),
('da', 'mobile_app.mobile_novosibirskaja_oblast', 'Novosibirskaja oblast\''),
('da', 'mobile_app.mobile_no_posts_found', 'No posts found'),
('da', 'mobile_app.mobile_no_products_in_this_section', 'There are no products in this section'),
('da', 'mobile_app.mobile_number_of_reviews', '%1 reviews'),
('da', 'mobile_app.mobile_number_products_found', 'Products found: %1'),
('da', 'mobile_app.mobile_nunavut', 'Nunavut'),
('da', 'mobile_app.mobile_nuoro', 'Nuoro'),
('da', 'mobile_app.mobile_obwald', 'Obwald'),
('da', 'mobile_app.mobile_ogliastra', 'Ogliastra'),
('da', 'mobile_app.mobile_ohio', 'Ohio'),
('da', 'mobile_app.mobile_oise', 'Oise'),
('da', 'mobile_app.mobile_ok', 'Ok'),
('da', 'mobile_app.mobile_oklahoma', 'Oklahoma'),
('da', 'mobile_app.mobile_olbia_tempio', 'Olbia-Tempio'),
('da', 'mobile_app.mobile_old_price', 'Old price'),
('da', 'mobile_app.mobile_oman', 'Oman'),
('da', 'mobile_app.mobile_omskaja_oblast', 'Omskaja oblast\''),
('da', 'mobile_app.mobile_ontario', 'Ontario'),
('da', 'mobile_app.mobile_open', 'Open'),
('da', 'mobile_app.mobile_optional', '(Optional)'),
('da', 'mobile_app.mobile_order', 'Order'),
('da', 'mobile_app.mobile_orders', 'Orders'),
('da', 'mobile_app.mobile_order_detail', 'Order Detail'),
('da', 'mobile_app.mobile_order_details', 'Order Detail'),
('da', 'mobile_app.mobile_order_discount', 'Order discount'),
('da', 'mobile_app.mobile_order_lower', 'order'),
('da', 'mobile_app.mobile_order_lowercase', 'order'),
('da', 'mobile_app.mobile_oregon', 'Oregon'),
('da', 'mobile_app.mobile_orenburgskaja_oblast', 'Orenburgskaja oblast\''),
('da', 'mobile_app.mobile_oristano', 'Oristano'),
('da', 'mobile_app.mobile_orkney_islands', 'Orkney Islands'),
('da', 'mobile_app.mobile_orlovskaja_oblast', 'Orlovskaja oblast\''),
('da', 'mobile_app.mobile_orne', 'Orne'),
('da', 'mobile_app.mobile_ourense', 'Ourense'),
('da', 'mobile_app.mobile_out_of_stock', 'Out of stock'),
('da', 'mobile_app.mobile_overijssel', 'Overijssel'),
('da', 'mobile_app.mobile_oxfordshire', 'Oxfordshire'),
('da', 'mobile_app.mobile_padova', 'Padova'),
('da', 'mobile_app.mobile_pages', 'Pages'),
('da', 'mobile_app.mobile_pakistan', 'Pakistan'),
('da', 'mobile_app.mobile_palau', 'Palau'),
('da', 'mobile_app.mobile_palencia', 'Palencia'),
('da', 'mobile_app.mobile_palermo', 'Palermo'),
('da', 'mobile_app.mobile_palestine_authority', 'Palestine Authority'),
('da', 'mobile_app.mobile_panama', 'Panama'),
('da', 'mobile_app.mobile_papua_new_guinea', 'Papua New Guinea'),
('da', 'mobile_app.mobile_paraguay', 'Paraguay'),
('da', 'mobile_app.mobile_paris', 'Paris'),
('da', 'mobile_app.mobile_parma', 'Parma'),
('da', 'mobile_app.mobile_password', 'Password'),
('da', 'mobile_app.mobile_pas_de_calais', 'Pas-de-Calais'),
('da', 'mobile_app.mobile_pavia', 'Pavia'),
('da', 'mobile_app.mobile_payment_method', 'Payment method'),
('da', 'mobile_app.mobile_payment_method_colon', 'Payment method:'),
('da', 'mobile_app.mobile_peebles_shire', 'Peebles-shire'),
('da', 'mobile_app.mobile_pembrokeshire', 'Pembrokeshire'),
('da', 'mobile_app.mobile_pennsylvania', 'Pennsylvania'),
('da', 'mobile_app.mobile_penzenskaja_oblast', 'Penzenskaja oblast\''),
('da', 'mobile_app.mobile_permskij_kraj', 'Permskij kraj'),
('da', 'mobile_app.mobile_perth_and_kinross', 'Perth and Kinross'),
('da', 'mobile_app.mobile_peru', 'Peru'),
('da', 'mobile_app.mobile_perugia', 'Perugia'),
('da', 'mobile_app.mobile_pesaro_e_urbino', 'Pesaro e Urbino'),
('da', 'mobile_app.mobile_pescara', 'Pescara'),
('da', 'mobile_app.mobile_philippines', 'Philippines'),
('da', 'mobile_app.mobile_phone', 'Phone'),
('da', 'mobile_app.mobile_phone_colon', 'Phone:'),
('da', 'mobile_app.mobile_piacenza', 'Piacenza'),
('da', 'mobile_app.mobile_pisa', 'Pisa'),
('da', 'mobile_app.mobile_pistoia', 'Pistoia'),
('da', 'mobile_app.mobile_pitcairn', 'Pitcairn'),
('da', 'mobile_app.mobile_placed_on', 'Placed on'),
('da', 'mobile_app.mobile_place_order', 'Place order'),
('da', 'mobile_app.mobile_please_fill_required_fields', 'Please fill in the required fields.'),
('da', 'mobile_app.mobile_poland', 'Poland'),
('da', 'mobile_app.mobile_pontevedra', 'Pontevedra'),
('da', 'mobile_app.mobile_pordenone', 'Pordenone'),
('da', 'mobile_app.mobile_portugal', 'Portugal'),
('da', 'mobile_app.mobile_potenza', 'Potenza'),
('da', 'mobile_app.mobile_powys', 'Powys'),
('da', 'mobile_app.mobile_prato', 'Prato'),
('da', 'mobile_app.mobile_price', 'Price'),
('da', 'mobile_app.mobile_pricing_slash_inventory', 'Pricing / Inventory'),
('da', 'mobile_app.mobile_primorskij_kraj', 'Primorskij kraj'),
('da', 'mobile_app.mobile_prince_edward_island', 'Prince Edward Island'),
('da', 'mobile_app.mobile_processed', 'Processed'),
('da', 'mobile_app.mobile_products', 'Products'),
('da', 'mobile_app.mobile_products_found', 'Products found: %1'),
('da', 'mobile_app.mobile_products_information', 'Products information'),
('da', 'mobile_app.mobile_product_added_to_cart', 'The product was added to your cart.'),
('da', 'mobile_app.mobile_product_added_to_wl', 'The product was added to your Wish list.'),
('da', 'mobile_app.mobile_product_has_zero_inventory_and_cannot_be_added_to_the_cart', 'Product has zero inventory and cannot be added to the cart.'),
('da', 'mobile_app.mobile_product_in_wishlist', 'This product is already in the wish list.'),
('da', 'mobile_app.mobile_profile', 'Profile'),
('da', 'mobile_app.mobile_pskovskaja_oblast', 'Pskovskaja oblast\''),
('da', 'mobile_app.mobile_puerto_rico', 'Puerto Rico'),
('da', 'mobile_app.mobile_puy_de_dome', 'Puy-de-Dôme'),
('da', 'mobile_app.mobile_pyrenees_atlantiques', 'Pyrénées-Atlantiques'),
('da', 'mobile_app.mobile_pyrenees_orientales', 'Pyrénées-Orientales'),
('da', 'mobile_app.mobile_qatar', 'Qatar'),
('da', 'mobile_app.mobile_quebec', 'Quebec'),
('da', 'mobile_app.mobile_queensland', 'Queensland'),
('da', 'mobile_app.mobile_ragusa', 'Ragusa'),
('da', 'mobile_app.mobile_rating_is_mandatory', 'The rating field is mandatory.'),
('da', 'mobile_app.mobile_ravenna', 'Ravenna'),
('da', 'mobile_app.mobile_reggio_calabria', 'Reggio Calabria'),
('da', 'mobile_app.mobile_reggio_emilia', 'Reggio Emilia'),
('da', 'mobile_app.mobile_register', 'Register'),
('da', 'mobile_app.mobile_registration', 'Registration'),
('da', 'mobile_app.mobile_registration_complete', 'Registration complete.'),
('da', 'mobile_app.mobile_renfrewshire', 'Renfrewshire'),
('da', 'mobile_app.mobile_republic_of_serbia', 'Republic of Serbia'),
('da', 'mobile_app.mobile_reset_password', 'Reset password'),
('da', 'mobile_app.mobile_respublika_adygeja', 'Respublika Adygeja'),
('da', 'mobile_app.mobile_respublika_altaj', 'Respublika Altaj'),
('da', 'mobile_app.mobile_respublika_bashkortostan', 'Respublika Bashkortostan'),
('da', 'mobile_app.mobile_respublika_burjatija', 'Respublika Burjatija'),
('da', 'mobile_app.mobile_respublika_dagestan', 'Respublika Dagestan'),
('da', 'mobile_app.mobile_respublika_hakasija', 'Respublika Hakasija'),
('da', 'mobile_app.mobile_respublika_ingushetija', 'Respublika Ingushetija'),
('da', 'mobile_app.mobile_respublika_kalmykija', 'Respublika Kalmykija'),
('da', 'mobile_app.mobile_respublika_karelija', 'Respublika Karelija'),
('da', 'mobile_app.mobile_respublika_komi', 'Respublika Komi'),
('da', 'mobile_app.mobile_respublika_marij_jel', 'Respublika Marij Jel'),
('da', 'mobile_app.mobile_respublika_mordovija', 'Respublika Mordovija'),
('da', 'mobile_app.mobile_respublika_saha_jakutija', 'Respublika Saha (Jakutija)'),
('da', 'mobile_app.mobile_respublika_severnaja_osetija_alanija', 'Respublika Severnaja Osetija-Alanija'),
('da', 'mobile_app.mobile_respublika_tatarstan', 'Respublika Tatarstan'),
('da', 'mobile_app.mobile_respublika_tyva', 'Respublika Tyva'),
('da', 'mobile_app.mobile_reunion', 'Reunion'),
('da', 'mobile_app.mobile_reviews', 'Reviews'),
('da', 'mobile_app.mobile_reviews_number', 'Reviews (%1)'),
('da', 'mobile_app.mobile_reviews_product_details', 'Reviews (%1)'),
('da', 'mobile_app.mobile_reviews_quantity', '%1 reviews'),
('da', 'mobile_app.mobile_rheinland_pfalz', 'Rheinland-Pfalz'),
('da', 'mobile_app.mobile_rhode_island', 'Rhode Island'),
('da', 'mobile_app.mobile_rhondda_cynon_taff', 'Rhondda Cynon Taff'),
('da', 'mobile_app.mobile_rhone', 'Rhône'),
('da', 'mobile_app.mobile_rieti', 'Rieti'),
('da', 'mobile_app.mobile_rimini', 'Rimini'),
('da', 'mobile_app.mobile_rjazanskaja_oblast', 'Rjazanskaja oblast\''),
('da', 'mobile_app.mobile_roma', 'Roma'),
('da', 'mobile_app.mobile_romania', 'Romania'),
('da', 'mobile_app.mobile_rostovskaja_oblast', 'Rostovskaja oblast\''),
('da', 'mobile_app.mobile_rovigo', 'Rovigo'),
('da', 'mobile_app.mobile_roxburghshire', 'Roxburghshire'),
('da', 'mobile_app.mobile_russian_federation', 'Russian Federation'),
('da', 'mobile_app.mobile_rutland', 'Rutland'),
('da', 'mobile_app.mobile_rwanda', 'Rwanda'),
('da', 'mobile_app.mobile_saarland', 'Saarland'),
('da', 'mobile_app.mobile_sachsen', 'Sachsen'),
('da', 'mobile_app.mobile_sachsen_anhalt', 'Sachsen-Anhalt'),
('da', 'mobile_app.mobile_sahalinskaja_oblast', 'Sahalinskaja oblast\''),
('da', 'mobile_app.mobile_saint_gall', 'Saint-Gall'),
('da', 'mobile_app.mobile_saint_lucia', 'Saint Lucia'),
('da', 'mobile_app.mobile_salamanca', 'Salamanca'),
('da', 'mobile_app.mobile_salerno', 'Salerno'),
('da', 'mobile_app.mobile_samarskaja_oblast', 'Samarskaja oblast\''),
('da', 'mobile_app.mobile_samoa', 'Samoa'),
('da', 'mobile_app.mobile_sankt_peterburg', 'Sankt-Peterburg'),
('da', 'mobile_app.mobile_santa_cruz_de_tenerife', 'Santa Cruz de Tenerife'),
('da', 'mobile_app.mobile_san_marino', 'San Marino'),
('da', 'mobile_app.mobile_saone_et_loire', 'Saône-et-Loire'),
('da', 'mobile_app.mobile_sao_tome_and_principe', 'Sao Tome and Principe'),
('da', 'mobile_app.mobile_saratovskaja_oblast', 'Saratovskaja oblast\''),
('da', 'mobile_app.mobile_sarthe', 'Sarthe'),
('da', 'mobile_app.mobile_saskatchewan', 'Saskatchewan'),
('da', 'mobile_app.mobile_sassari', 'Sassari'),
('da', 'mobile_app.mobile_saudi_arabia', 'Saudi Arabia'),
('da', 'mobile_app.mobile_save', 'Save'),
('da', 'mobile_app.mobile_savoie', 'Savoie'),
('da', 'mobile_app.mobile_savona', 'Savona'),
('da', 'mobile_app.mobile_schaffhouse', 'Schaffhouse'),
('da', 'mobile_app.mobile_schleswig_holstein', 'Schleswig-Holstein'),
('da', 'mobile_app.mobile_schwytz', 'Schwytz'),
('da', 'mobile_app.mobile_scottish_borders', 'Scottish Borders'),
('da', 'mobile_app.mobile_search', 'Search'),
('da', 'mobile_app.mobile_segovia', 'Segovia'),
('da', 'mobile_app.mobile_seine_et_marne', 'Seine-et-Marne'),
('da', 'mobile_app.mobile_seine_maritime', 'Seine-Maritime'),
('da', 'mobile_app.mobile_seine_saint_denis', 'Seine-Saint-Denis'),
('da', 'mobile_app.mobile_select', 'Select'),
('da', 'mobile_app.mobile_select_country', 'Select country'),
('da', 'mobile_app.mobile_select_image', 'Select image'),
('da', 'mobile_app.mobile_select_language', 'Select Language'),
('da', 'mobile_app.mobile_select_product_image', 'Select product image'),
('da', 'mobile_app.mobile_select_state', 'Select state'),
('da', 'mobile_app.mobile_selkirkshire', 'Selkirkshire'),
('da', 'mobile_app.mobile_seller', 'Seller'),
('da', 'mobile_app.mobile_sellers', 'Sellers'),
('da', 'mobile_app.mobile_send_review', 'Send review'),
('da', 'mobile_app.mobile_senegal', 'Senegal'),
('da', 'mobile_app.mobile_serbia', 'Serbia'),
('da', 'mobile_app.mobile_settings', 'Settings'),
('da', 'mobile_app.mobile_sevilla', 'Sevilla'),
('da', 'mobile_app.mobile_seychelles', 'Seychelles'),
('da', 'mobile_app.mobile_share_product', 'Share product'),
('da', 'mobile_app.mobile_shetland_islands', 'Shetland Islands'),
('da', 'mobile_app.mobile_shipping', 'Shipping'),
('da', 'mobile_app.mobile_shipping_address', 'Shipping address'),
('da', 'mobile_app.mobile_shipping_cost', 'Shipping cost'),
('da', 'mobile_app.mobile_shipping_cost_colon', 'Shipping cost:'),
('da', 'mobile_app.mobile_shipping_method', 'Shipping method'),
('da', 'mobile_app.mobile_shipping_method_colon', 'Shipping method:'),
('da', 'mobile_app.mobile_shipping_properties', 'Shipping properties'),
('da', 'mobile_app.mobile_show_all', 'Show all'),
('da', 'mobile_app.mobile_shropshire', 'Shropshire'),
('da', 'mobile_app.mobile_siena', 'Siena'),
('da', 'mobile_app.mobile_sierra_leone', 'Sierra Leone'),
('da', 'mobile_app.mobile_sign_in', 'Sign in'),
('da', 'mobile_app.mobile_sign_in_as_a_different_user', 'Sign in as a different user'),
('da', 'mobile_app.mobile_sign_in_as_different', 'Sign in as a different user'),
('da', 'mobile_app.mobile_singapore', 'Singapore'),
('da', 'mobile_app.mobile_sint_maarten', 'Sint Maarten'),
('da', 'mobile_app.mobile_siracusa', 'Siracusa'),
('da', 'mobile_app.mobile_slovakia', 'Slovakia'),
('da', 'mobile_app.mobile_slovenia', 'Slovenia'),
('da', 'mobile_app.mobile_smolenskaja_oblast', 'Smolenskaja oblast\''),
('da', 'mobile_app.mobile_sofia', 'Sofia'),
('da', 'mobile_app.mobile_soleure', 'Soleure'),
('da', 'mobile_app.mobile_solomon_islands', 'Solomon Islands'),
('da', 'mobile_app.mobile_somalia', 'Somalia'),
('da', 'mobile_app.mobile_somerset', 'Somerset'),
('da', 'mobile_app.mobile_something_went_wrong_please_try_again_later', 'Something went wrong. Please try again later.'),
('da', 'mobile_app.mobile_somme', 'Somme'),
('da', 'mobile_app.mobile_sondrio', 'Sondrio'),
('da', 'mobile_app.mobile_soria', 'Soria'),
('da', 'mobile_app.mobile_sorting_a_to_z', 'Sorting: A to Z'),
('da', 'mobile_app.mobile_sorting_highest_prices_first', 'Sorting: Highest prices first'),
('da', 'mobile_app.mobile_sorting_lowest_prices_first', 'Sorting: Lowest prices first'),
('da', 'mobile_app.mobile_sorting_most_popular_first', 'Sorting: Most popular first'),
('da', 'mobile_app.mobile_sorting_newest_items_first', 'Sorting: Newest items first'),
('da', 'mobile_app.mobile_sorting_z_to_a', 'Sorting: Z to A'),
('da', 'mobile_app.mobile_south_africa', 'South Africa'),
('da', 'mobile_app.mobile_south_australia', 'South Australia'),
('da', 'mobile_app.mobile_south_ayrshire', 'South Ayrshire'),
('da', 'mobile_app.mobile_south_carolina', 'South Carolina'),
('da', 'mobile_app.mobile_south_dakota', 'South Dakota'),
('da', 'mobile_app.mobile_south_lanarkshire', 'South Lanarkshire'),
('da', 'mobile_app.mobile_south_yorkshire', 'South Yorkshire'),
('da', 'mobile_app.mobile_spain', 'Spain'),
('da', 'mobile_app.mobile_sri_lanka', 'Sri Lanka'),
('da', 'mobile_app.mobile_st._helena', 'St. Helena'),
('da', 'mobile_app.mobile_st._kitts_and_nevis', 'St. Kitts and Nevis'),
('da', 'mobile_app.mobile_st._pierre_and_miquelon', 'St. Pierre and Miquelon'),
('da', 'mobile_app.mobile_st._vincent_and_the_grenadines', 'St. Vincent and the Grenadines'),
('da', 'mobile_app.mobile_staffordshire', 'Staffordshire'),
('da', 'mobile_app.mobile_state', 'State'),
('da', 'mobile_app.mobile_state_colon', 'State:'),
('da', 'mobile_app.mobile_status', 'Status'),
('da', 'mobile_app.mobile_stavropolskij_kraj', 'Stavropol\'skij kraj'),
('da', 'mobile_app.mobile_stirling', 'Stirling'),
('da', 'mobile_app.mobile_stirlingshire', 'Stirlingshire'),
('da', 'mobile_app.mobile_subtotal', 'Subtotal'),
('da', 'mobile_app.mobile_subtotal_colon', 'Subtotal:'),
('da', 'mobile_app.mobile_success', 'Success'),
('da', 'mobile_app.mobile_sudan', 'Sudan'),
('da', 'mobile_app.mobile_suffolk', 'Suffolk'),
('da', 'mobile_app.mobile_summary', 'Summary'),
('da', 'mobile_app.mobile_suriname', 'Suriname'),
('da', 'mobile_app.mobile_surrey', 'Surrey'),
('da', 'mobile_app.mobile_sutherland', 'Sutherland'),
('da', 'mobile_app.mobile_svalbard_and_jan_mayen_islands', 'Svalbard and Jan Mayen Islands'),
('da', 'mobile_app.mobile_sverdlovskaja_oblast', 'Sverdlovskaja oblast\''),
('da', 'mobile_app.mobile_swansea', 'Swansea'),
('da', 'mobile_app.mobile_swaziland', 'Swaziland'),
('da', 'mobile_app.mobile_sweden', 'Sweden'),
('da', 'mobile_app.mobile_switzerland', 'Switzerland'),
('da', 'mobile_app.mobile_syrian_arab_republic', 'Syrian Arab Republic'),
('da', 'mobile_app.mobile_taiwan', 'Taiwan'),
('da', 'mobile_app.mobile_tajikistan', 'Tajikistan'),
('da', 'mobile_app.mobile_tambovskaja_oblast', 'Tambovskaja oblast\''),
('da', 'mobile_app.mobile_tanzania_united_republic_of', 'Tanzania, United Republic of'),
('da', 'mobile_app.mobile_taranto', 'Taranto'),
('da', 'mobile_app.mobile_tarn', 'Tarn'),
('da', 'mobile_app.mobile_tarn_et_garonne', 'Tarn-et-Garonne'),
('da', 'mobile_app.mobile_tarragona', 'Tarragona'),
('da', 'mobile_app.mobile_tasmania', 'Tasmania'),
('da', 'mobile_app.mobile_taxes', 'Taxes'),
('da', 'mobile_app.mobile_tennessee', 'Tennessee'),
('da', 'mobile_app.mobile_teramo', 'Teramo'),
('da', 'mobile_app.mobile_terni', 'Terni'),
('da', 'mobile_app.mobile_territoire_de_belfort', 'Territoire de Belfort'),
('da', 'mobile_app.mobile_teruel', 'Teruel');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('da', 'mobile_app.mobile_tessin', 'Tessin'),
('da', 'mobile_app.mobile_texas', 'Texas'),
('da', 'mobile_app.mobile_text_cart_empty', 'Your shopping cart is empty.'),
('da', 'mobile_app.mobile_text_cart_zero_inventory', 'Product has zero inventory and cannot be added to the cart.'),
('da', 'mobile_app.mobile_text_order_placed_successfully', 'Your order has been successfully placed.'),
('da', 'mobile_app.mobile_text_post_pended', 'Your post will be checked before it gets published.'),
('da', 'mobile_app.mobile_text_profile_is_updated', 'The profile data has been updated successfully.'),
('da', 'mobile_app.mobile_text_thank_you_for_post', 'Thank you for your post.'),
('da', 'mobile_app.mobile_thailand', 'Thailand'),
('da', 'mobile_app.mobile_thank_you_for_your_post', 'Thank you for your post.'),
('da', 'mobile_app.mobile_there_are_no_features', 'There are no feautures.'),
('da', 'mobile_app.mobile_there_are_no_images', 'There are no images'),
('da', 'mobile_app.mobile_there_are_no_products_in_this_section', 'There are no products in this section'),
('da', 'mobile_app.mobile_the_product_was_added_to_your_cart', 'The product was added to your cart.'),
('da', 'mobile_app.mobile_the_product_was_added_to_your_wish_list', 'The product was added to your Wish list.'),
('da', 'mobile_app.mobile_the_product_was_created', 'The product was created'),
('da', 'mobile_app.mobile_the_product_was_deleted', 'The product was deleted'),
('da', 'mobile_app.mobile_the_product_was_updated', 'The product was updated'),
('da', 'mobile_app.mobile_the_profile_data_has_been_updated_successfully', 'The profile data has been updated successfully'),
('da', 'mobile_app.mobile_the_profile_data_has_been_updated_successfully_dot', 'The profile data has been updated successfully.'),
('da', 'mobile_app.mobile_the_rating_field_is_mandatory', 'The rating field is mandatory.'),
('da', 'mobile_app.mobile_this_product_is_already_in_the_wish_list', 'This product is already in the wish list.'),
('da', 'mobile_app.mobile_thurgovie', 'Thurgovie'),
('da', 'mobile_app.mobile_thuringen', 'Thüringen'),
('da', 'mobile_app.mobile_tjumenskaja_oblast', 'Tjumenskaja oblast\''),
('da', 'mobile_app.mobile_togo', 'Togo'),
('da', 'mobile_app.mobile_tokelau', 'Tokelau'),
('da', 'mobile_app.mobile_toledo', 'Toledo'),
('da', 'mobile_app.mobile_tomskaja_oblast', 'Tomskaja oblast\''),
('da', 'mobile_app.mobile_tonga', 'Tonga'),
('da', 'mobile_app.mobile_torfaen', 'Torfaen'),
('da', 'mobile_app.mobile_torino', 'Torino'),
('da', 'mobile_app.mobile_total', 'Total'),
('da', 'mobile_app.mobile_total_colon', 'Total:'),
('da', 'mobile_app.mobile_trapani', 'Trapani'),
('da', 'mobile_app.mobile_trento', 'Trento'),
('da', 'mobile_app.mobile_treviso', 'Treviso'),
('da', 'mobile_app.mobile_trieste', 'Trieste'),
('da', 'mobile_app.mobile_trinidad_and_tobago', 'Trinidad and Tobago'),
('da', 'mobile_app.mobile_try_again', 'Try again:'),
('da', 'mobile_app.mobile_tulskaja_oblast', 'Tul\'skaja oblast\''),
('da', 'mobile_app.mobile_tunisia', 'Tunisia'),
('da', 'mobile_app.mobile_turkey', 'Turkey'),
('da', 'mobile_app.mobile_turkmenistan', 'Turkmenistan'),
('da', 'mobile_app.mobile_turks_and_caicos_islands', 'Turks and Caicos Islands'),
('da', 'mobile_app.mobile_tuvalu', 'Tuvalu'),
('da', 'mobile_app.mobile_tverskaja_oblast', 'Tverskaja oblast\''),
('da', 'mobile_app.mobile_tyne_and_wear', 'Tyne and Wear'),
('da', 'mobile_app.mobile_udine', 'Udine'),
('da', 'mobile_app.mobile_udmurtskaja_respublika', 'Udmurtskaja Respublika'),
('da', 'mobile_app.mobile_uganda', 'Uganda'),
('da', 'mobile_app.mobile_ukraine', 'Ukraine'),
('da', 'mobile_app.mobile_uljanovskaja_oblast', 'Ul\'janovskaja oblast\''),
('da', 'mobile_app.mobile_united_arab_emirates', 'United Arab Emirates'),
('da', 'mobile_app.mobile_united_kingdom_great_britain', 'United Kingdom (Great Britain)'),
('da', 'mobile_app.mobile_united_states', 'United States'),
('da', 'mobile_app.mobile_united_states_virgin_islands', 'United States Virgin Islands'),
('da', 'mobile_app.mobile_uri', 'Uri'),
('da', 'mobile_app.mobile_uruguay', 'Uruguay'),
('da', 'mobile_app.mobile_utah', 'Utah'),
('da', 'mobile_app.mobile_utrecht', 'Utrecht'),
('da', 'mobile_app.mobile_uzbekistan', 'Uzbekistan'),
('da', 'mobile_app.mobile_valais', 'Valais'),
('da', 'mobile_app.mobile_valencia', 'Valencia'),
('da', 'mobile_app.mobile_vale_of_glamorgan', 'Vale of Glamorgan'),
('da', 'mobile_app.mobile_valid_thru_mm', 'Valid thru (mm)'),
('da', 'mobile_app.mobile_valid_thru_yy', 'Valid thru (yy)'),
('da', 'mobile_app.mobile_valladolid', 'Valladolid'),
('da', 'mobile_app.mobile_val_de_marne', 'Val-de-Marne'),
('da', 'mobile_app.mobile_val_doise', 'Val-d\'Oise'),
('da', 'mobile_app.mobile_vanuatu', 'Vanuatu'),
('da', 'mobile_app.mobile_var', 'Var'),
('da', 'mobile_app.mobile_varese', 'Varese'),
('da', 'mobile_app.mobile_vatican_city_state', 'Vatican City State'),
('da', 'mobile_app.mobile_vaucluse', 'Vaucluse'),
('da', 'mobile_app.mobile_vaud', 'Vaud'),
('da', 'mobile_app.mobile_vendee', 'Vendée'),
('da', 'mobile_app.mobile_vendor', 'Vendor'),
('da', 'mobile_app.mobile_vendors', 'Vendors'),
('da', 'mobile_app.mobile_vendor_detail', 'Vendor Detail'),
('da', 'mobile_app.mobile_vendor_details', 'Vendor Detail'),
('da', 'mobile_app.mobile_vendor_info', 'Vendor Info'),
('da', 'mobile_app.mobile_vendor_orders', 'Vendor Orders'),
('da', 'mobile_app.mobile_vendor_products', 'Vendor products'),
('da', 'mobile_app.mobile_venezia', 'Venezia'),
('da', 'mobile_app.mobile_venezuela', 'Venezuela'),
('da', 'mobile_app.mobile_verbano_cusio_ossola', 'Verbano-Cusio-Ossola'),
('da', 'mobile_app.mobile_vercelli', 'Vercelli'),
('da', 'mobile_app.mobile_vermont', 'Vermont'),
('da', 'mobile_app.mobile_verona', 'Verona'),
('da', 'mobile_app.mobile_vertical_delimiter', '|'),
('da', 'mobile_app.mobile_vibo_valentia', 'Vibo Valentia'),
('da', 'mobile_app.mobile_vicenza', 'Vicenza'),
('da', 'mobile_app.mobile_victoria', 'Victoria'),
('da', 'mobile_app.mobile_vienne', 'Vienne'),
('da', 'mobile_app.mobile_viet_nam', 'Viet Nam'),
('da', 'mobile_app.mobile_view_all', 'View All'),
('da', 'mobile_app.mobile_view_detail', 'View Detail'),
('da', 'mobile_app.mobile_view_details', 'View Detail'),
('da', 'mobile_app.mobile_virginia', 'Virginia'),
('da', 'mobile_app.mobile_virgin_islands', 'Virgin Islands'),
('da', 'mobile_app.mobile_viterbo', 'Viterbo'),
('da', 'mobile_app.mobile_vizcaya', 'Vizcaya'),
('da', 'mobile_app.mobile_vladimirskaja_oblast', 'Vladimirskaja oblast\''),
('da', 'mobile_app.mobile_volgogradskaja_oblast', 'Volgogradskaja oblast\''),
('da', 'mobile_app.mobile_vologodskaja_oblast', 'Vologodskaja oblast\''),
('da', 'mobile_app.mobile_voronezhskaja_oblast', 'Voronezhskaja oblast\''),
('da', 'mobile_app.mobile_vosges', 'Vosges'),
('da', 'mobile_app.mobile_wallis_and_futuna_islands', 'Wallis And Futuna Islands'),
('da', 'mobile_app.mobile_warwickshire', 'Warwickshire'),
('da', 'mobile_app.mobile_washington', 'Washington'),
('da', 'mobile_app.mobile_website', 'Website'),
('da', 'mobile_app.mobile_weight_lbs', 'Weight (lbs)'),
('da', 'mobile_app.mobile_western_australia', 'Western Australia'),
('da', 'mobile_app.mobile_western_isles', 'Western Isles'),
('da', 'mobile_app.mobile_western_sahara', 'Western Sahara'),
('da', 'mobile_app.mobile_west_dunbartonshire', 'West Dunbartonshire'),
('da', 'mobile_app.mobile_west_lothian', 'West Lothian'),
('da', 'mobile_app.mobile_west_midlands', 'West Midlands'),
('da', 'mobile_app.mobile_west_sussex', 'West Sussex'),
('da', 'mobile_app.mobile_west_virginia', 'West Virginia'),
('da', 'mobile_app.mobile_west_yorkshire', 'West Yorkshire'),
('da', 'mobile_app.mobile_we_have_no_shipping_options_available_for_your_location', 'Sorry, it seems that we have no shipping options available for your location.Please check your shipping address and contact us if everything is okay. We\'ll see what we can do about it.'),
('da', 'mobile_app.mobile_wigtownshire', 'Wigtownshire'),
('da', 'mobile_app.mobile_wiltshire', 'Wiltshire'),
('da', 'mobile_app.mobile_wisconsin', 'Wisconsin'),
('da', 'mobile_app.mobile_wishlist', 'Wish List'),
('da', 'mobile_app.mobile_wish_list', 'Wish List'),
('da', 'mobile_app.mobile_worcestershire', 'Worcestershire'),
('da', 'mobile_app.mobile_wrexham', 'Wrexham'),
('da', 'mobile_app.mobile_write_a_review', 'Write a Review'),
('da', 'mobile_app.mobile_write_review', 'Write a Review'),
('da', 'mobile_app.mobile_wrong_password', 'Wrong password.'),
('da', 'mobile_app.mobile_wyoming', 'Wyoming'),
('da', 'mobile_app.mobile_yemen', 'Yemen'),
('da', 'mobile_app.mobile_yonne', 'Yonne'),
('da', 'mobile_app.mobile_yookassa', 'YooKassa'),
('da', 'mobile_app.mobile_yorkshire', 'Yorkshire'),
('da', 'mobile_app.mobile_your_message', 'Your message'),
('da', 'mobile_app.mobile_your_name', 'Your name'),
('da', 'mobile_app.mobile_your_order_has_been_successfully_placed', 'Your order has been successfully placed.'),
('da', 'mobile_app.mobile_your_post_will_be_checked_before_it_gets_published', 'Your post will be checked before it gets published.'),
('da', 'mobile_app.mobile_your_shopping_cart_is_empty', 'Your shopping cart is empty.'),
('da', 'mobile_app.mobile_your_wish_lists_will_love_here', 'Your Wish Lists will love here.'),
('da', 'mobile_app.mobile_yukon', 'Yukon'),
('da', 'mobile_app.mobile_yvelines', 'Yvelines'),
('da', 'mobile_app.mobile_zabaykalskiy_kraj', 'Zabaykal\'skiy kraj'),
('da', 'mobile_app.mobile_zaire', 'Zaire'),
('da', 'mobile_app.mobile_zambia', 'Zambia'),
('da', 'mobile_app.mobile_zamora', 'Zamora'),
('da', 'mobile_app.mobile_zaragoza', 'Zaragoza'),
('da', 'mobile_app.mobile_zeeland', 'Zeeland'),
('da', 'mobile_app.mobile_zimbabwe', 'Zimbabwe'),
('da', 'mobile_app.mobile_zip_code', 'Zip code'),
('da', 'mobile_app.mobile_zoug', 'Zoug'),
('da', 'mobile_app.mobile_zuid_holland', 'Zuid Holland'),
('da', 'mobile_app.mobile_zurich', 'Zurich'),
('da', 'mobile_app.m_app_icon', 'App Icon'),
('da', 'mobile_app.m_app_notification_icon', 'Notification icon'),
('da', 'mobile_app.m_app_splash_landscape', 'Splash Screen (landscape)'),
('da', 'mobile_app.m_app_splash_portrait', 'Splash Screen (portrait)'),
('da', 'mobile_app.m_app_store_logo', 'Feature Graphic image'),
('da', 'mobile_app.open', 'Open'),
('da', 'mobile_app.preparing_android_images', 'Preparing Android images'),
('da', 'mobile_app.preparing_archive', 'Preparing archive'),
('da', 'mobile_app.preparing_config', 'Preparing config'),
('da', 'mobile_app.preparing_ios_icons', 'Preparing iOS icons'),
('da', 'mobile_app.preparing_ios_images', 'Preparing iOS images'),
('da', 'mobile_app.privacypolicyurl', 'Privacy Policy URL'),
('da', 'mobile_app.promotion', 'Promotion'),
('da', 'mobile_app.promotion_note', 'Visitors of your site who use iOS or Android devices will see a prompt to install the mobile application.<br>To show your application\'s icon in this prompt, <a href=\"[icon_url]\">upload App Icon</a> in the add-on settings. If App Icon is not specified, the favicon of a storefront will be used instead.'),
('da', 'mobile_app.pushnotifications', 'Push notifications'),
('da', 'mobile_app.section.bottom_tabs', 'Bottom tabs'),
('da', 'mobile_app.section.category', 'Categories'),
('da', 'mobile_app.section.drawer', 'Drawer (sidebar menu)'),
('da', 'mobile_app.section.main', 'Main screen'),
('da', 'mobile_app.section.navbar', 'Navigation bar'),
('da', 'mobile_app.section.product_screen', 'Product screen'),
('da', 'mobile_app.section.profile', 'Perfil'),
('da', 'mobile_app.section.push_notifications', 'Push notifications'),
('da', 'mobile_app.services_config', 'Firebase config file (Android)'),
('da', 'mobile_app.settings.access_key', 'Access key:'),
('da', 'mobile_app.shopname', 'Shop Name'),
('da', 'mobile_app.supportemail', 'Support email'),
('da', 'mobile_app.upload_existing_translations', 'Update texts using existing locale files'),
('da', 'mobile_app.view_demo', 'View demo'),
('da', 'mobile_app.we_also_have_a_mobile_app', 'We also have a mobile app'),
('da', 'mobile_sticky_compare', 'ET - Mobile sticky compare'),
('da', 'mobile_sticky_home', 'ET - Mobile sticky home'),
('da', 'mobile_sticky_wishlist', 'ET - Mobile sticky wishlist'),
('da', 'modified_core_files_found', 'Nogle af din kerne-filer er blevet ændret. Dette kan blive et problem, når du opgraderer [product] som ændringer i disse filer muligvis tabt.'),
('da', 'modifier', 'modifikator'),
('da', 'modify_profile', 'Rediger profil'),
('da', 'modify_selected', 'Rediger valgte'),
('da', 'month', 'måned'),
('da', 'monthly', 'Månedlig'),
('da', 'months', 'måneder'),
('da', 'month_name_1', 'januar'),
('da', 'month_name_10', 'oktober'),
('da', 'month_name_11', 'november'),
('da', 'month_name_12', 'december'),
('da', 'month_name_2', 'februar'),
('da', 'month_name_3', 'marts'),
('da', 'month_name_4', 'april'),
('da', 'month_name_5', 'maj'),
('da', 'month_name_6', 'juni'),
('da', 'month_name_7', 'juli'),
('da', 'month_name_8', 'august'),
('da', 'month_name_9', 'september'),
('da', 'month_name_abr_1', 'Jan'),
('da', 'month_name_abr_10', 'Okt'),
('da', 'month_name_abr_11', 'November'),
('da', 'month_name_abr_12', 'December'),
('da', 'month_name_abr_2', 'Februar'),
('da', 'month_name_abr_3', 'mar'),
('da', 'month_name_abr_4', 'april'),
('da', 'month_name_abr_5', 'Maj'),
('da', 'month_name_abr_6', 'jun'),
('da', 'month_name_abr_7', 'jul'),
('da', 'month_name_abr_8', 'august'),
('da', 'month_name_abr_9', 'September'),
('da', 'more', 'Mere'),
('da', 'more_info', 'mere info'),
('da', 'more_languages', 'More languages'),
('da', 'more_link', '[mere]'),
('da', 'more_sign_in_options', 'tilbage til flere log ind information'),
('da', 'more_subjects', 'Tilfældige emner (én pr. linje)'),
('da', 'more_than', 'mere end'),
('da', 'more_w_ellipsis', 'flere...'),
('da', 'most_popular', 'Mest populære'),
('da', 'most_popular_addons', 'Mest populære tilføjelser'),
('da', 'mr', 'Hr.'),
('da', 'ms', 'Ms'),
('da', 'multiple', 'Flere'),
('da', 'multiple_checkboxes', 'Flere afkrydsningsfelt'),
('da', 'multiple_selectbox', 'Flere selectbox'),
('da', 'multiple_selectbox_notice', '<p> at vælge mere end én post, venstre klikke på elementet med musen, mens du holder CTRL-tasten nede. At fravælge et element, til venstre ved at klikke på emnet igen med musen, mens du holder CTRL-tasten nede. </p>'),
('da', 'multiupload', 'Multiupload'),
('da', 'mve.container_not_used', 'This container currently has default configuration. It looks exactly like the store owner configured it. Vendors can use custom configuration to change the blocks in this container.'),
('da', 'mve_plus_license', '[product] Plus'),
('da', 'mve_ultimate_license', '[product] Ultimate'),
('da', 'mve_ultimate_license_required', '[product] Ultimate is required for this'),
('da', 'mve_ultimate_or_plus_license_required', 'This action requires [product] Ultimate or [product] Plus'),
('da', 'my_account', 'Min konto'),
('da', 'my_account_links', 'Min konto links'),
('da', 'my_account_links_advanced', 'Min konto, avanceret'),
('da', 'my_cards', 'Meus Cartões'),
('da', 'my_cart', 'My cart'),
('da', 'my_payments', 'Cartões salvos'),
('da', 'my_points', 'Mine points'),
('da', 'na', 'n / a'),
('da', 'name', 'Navn'),
('da', 'navigation', 'Navigation'),
('da', 'navi_pages', 'Sider'),
('da', 'need_company_id', 'Firma-ID er påkrævet (company_id param)'),
('da', 'need_product_name', 'Du skal angive produktnavn'),
('da', 'need_snippet_name', 'Du skal angive gyldige snippet navn'),
('da', 'need_upgrade', 'Need upgrade'),
('da', 'neighbours', 'Naboer'),
('da', 'never', 'Aldrig'),
('da', 'new', 'Ny'),
('da', 'newest', 'Nyeste'),
('da', 'newsletter', 'Nyhedsbrev'),
('da', 'newsletters', 'Nyhedsbreve'),
('da', 'newsletters.agreement_text_full_subscribe_to_newsletters', '<p>When you sign up for a specific newsletter, we ([company]) add your email address to a corresponding mailing list. While it is there, we know that we can contact you by email regarding that topic.</p> <p>You can always have your email address removed from our mailing lists. There are multiple ways to do it:</p><ul> <li>Once your account is registered, just sign in and unsubscribe from newsletters in profile settings.</li> <li>Use the “Unsubscribe” link in our newsletters that you receive.</li> <li>Send an email to [email].</li> </ul> <p>We may use a third-party email service (MailChimp and/or Mad Mimi) to send newsletters. Some members of our staff can view mailing lists with email addresses. That way they’ll be able to remove your email address from the mailing list, should you request us to do so.</p> <p>Please note that mailing lists are independent from each other. If you decide not to receive newsletters at all, you’ll have to unsubscribe from all the mailing lists. Even if you do that, you’ll still receive account-related emails (such as order status notifications, password reset emails, and more). It is essential for operating an online store.</p> <p>If you decide that you no longer want to use our store and would like to have your personal data removed from our database (or if you’d like to get all the personal data associated with your account that we have), please send an email to [email].</p> <p>If you believe that your personal data has been misused, you have the right to lodge a complaint with a supervisory authority. We’re obliged by EU General Data Protection Regulation to let you know about this right; we don’t actually intend to misuse your data.</p>'),
('da', 'newsletters.agreement_text_short_subscribe_to_newsletters', 'I agree to have my personal data <u>processed as follows</u> and I want to subscribe for the following newsletters:'),
('da', 'newsletters.default_mailing_list', 'Default mailing list'),
('da', 'newsletters.new_subscribers', 'Nye abonnenter'),
('da', 'newsletters.subscribe_to_newsletters', 'Newsletters: Subscribe to newsletters'),
('da', 'newsletters.use_for_subscribe_form', 'Subscribe form'),
('da', 'newsletters_menu_description', 'Oprette og sende nyhedsbreve til din kunder.'),
('da', 'newsletter_autoresponder', 'Nyhedsbrev autoresponder'),
('da', 'newsletter_autoresponders', 'Nyhedsbrev autoresponders'),
('da', 'newsletter_template', 'Nyhedsbrevskabelon'),
('da', 'newsletter_templates', 'Nyhedsbrevsskabeloner'),
('da', 'news_plain', 'Almindelig'),
('da', 'new_addon', 'New add-on'),
('da', 'new_add_on_is_not_compatible_with_your_product', 'The new add-on is not compatible with your current version of [product]. To update the add-on to the latest version, please upgrade [product] to version [version].'),
('da', 'new_administrator_account_created', 'Nye administratorkonto er blevet oprettet.'),
('da', 'new_administrator_password', 'Nye administratoradgangskode'),
('da', 'new_attachment', 'Nye bilag'),
('da', 'new_campaign', 'Ny kampagne'),
('da', 'new_category', 'ny kategori'),
('da', 'new_certificate', 'Nyt certifikat'),
('da', 'new_chart', 'Nyt diagram'),
('da', 'new_combination', 'Tilføj ny kombination'),
('da', 'new_credit_card', 'Nyt kreditkort'),
('da', 'new_currency', 'Ny valuta'),
('da', 'new_customer', 'Ny kunde'),
('da', 'new_domains', 'Nye domæner'),
('da', 'new_emails', 'Ny e-mail'),
('da', 'new_feature', 'Tilføj ny funktion'),
('da', 'new_file', 'Ny fil'),
('da', 'new_filter', 'Nyt filter'),
('da', 'new_folder', 'Ny mappe'),
('da', 'new_form', 'Nyt form'),
('da', 'new_group', 'Ny grup'),
('da', 'new_invoice_langvar_upgrade_notification_message', '<p>A new language variable called <b>invoice_heading</b> has been added. You can use it to alter the title of your invoices as you see fit without altering the word \"Invoice\" in other parts of the store. The values for <b>invoice_heading</b> have been copied from the values of the <b>invoice</b> language variable.</p><p>Please note that whether or not the language variable appears in your invoices depends on <a href=\"http://docs.cs-cart.com/latest/user_guide/look_and_feel/documents/enable_document_editor.html\">whether or not you use the email template and document editors</a>:</p><ul><li>If you use the editors, then you\'ll have to add the new language variable to your invoice manually.</li><li>If you use the old way of editing documents (via TPL files), then the new language variable is already included in the default TPL files.</li></ul>'),
('da', 'new_invoice_langvar_upgrade_notification_title', 'New language variable for invoice heading'),
('da', 'new_ips', 'Nye IPs'),
('da', 'new_items', 'New items'),
('da', 'new_language', 'Nyt sprog'),
('da', 'new_language_variable', 'Nye sprogvariabel'),
('da', 'new_layout', 'Nyt layout'),
('da', 'new_link', 'Nyt link'),
('da', 'new_localization', 'Ny lokalisering'),
('da', 'new_location', 'Ny placering'),
('da', 'new_mailing_lists', 'Ny postliste'),
('da', 'new_menu', 'Ny menu'),
('da', 'new_option', 'Ny mulighed'),
('da', 'new_page', 'Ny side'),
('da', 'new_payments', 'Tilføj ny betalingsmetode'),
('da', 'new_payout', 'Tilføj nye udbytte'),
('da', 'new_poll', 'Ny meningsmåling'),
('da', 'new_post', 'Nyt indlæg'),
('da', 'new_product', 'Nyt produkt'),
('da', 'new_profile', 'Ny profil'),
('da', 'new_profile_field', 'Ny profil field'),
('da', 'new_profile_notification', 'Ny profil anmeldelse'),
('da', 'new_promotion', 'Ny promovering'),
('da', 'new_question', 'Nyt sprøgsmål'),
('da', 'new_rate_area', 'New rate area'),
('da', 'new_reason', 'Tilføj ny grund'),
('da', 'new_report', 'Tilføj ny rapport(er)'),
('da', 'new_rule', 'Ny regel'),
('da', 'new_saved_search', 'Ny gemt søgning'),
('da', 'new_section', 'Nye afsnit'),
('da', 'new_setting_value', 'Ny værdi'),
('da', 'new_shipment', 'Opret forsendelse'),
('da', 'new_shipment_was_created', 'Ny forsendelse oprettet'),
('da', 'new_shipping_method', 'Ny fragtmåde'),
('da', 'new_site_map_section', 'Tilføj nye site map sektion'),
('da', 'new_states', 'Tilføj nye stat(er) for det valgte land'),
('da', 'new_status', 'Tilføj ny status'),
('da', 'new_store_location', 'Ny butik location'),
('da', 'new_subscribers', 'Nye abonnenter'),
('da', 'new_tab', 'Ny fane'),
('da', 'new_tax', 'Ny moms'),
('da', 'new_text_ultimate_license_required', 'A special edition of [product] that offers an unlimited number of storefronts. If you switch to <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see the message about the storefront limit again.'),
('da', 'new_usergroups', 'Tilføj ny bruger gruppe (r)'),
('da', 'new_user_profile', 'Ny bruger profil'),
('da', 'new_vendor', 'Ny leverandør'),
('da', 'new_version', 'Ny version'),
('da', 'new_withdrawal', 'Nye tilbagetrækning'),
('da', 'new_zealand', 'New Zealand'),
('da', 'next', 'Næste'),
('da', 'next_step', 'Næste trin'),
('da', 'ne_add_subscribers_from_users', 'Føje abonnenter fra listen over brugere'),
('da', 'ne_warning_subscr_email_exists', '<b>[email]</b> er allerede på listen abonnenter'),
('da', 'no', 'Nej'),
('da', 'nocombination', 'Desværre er denne kombination er ikke tilgængelig'),
('da', 'none', 'Ingen'),
('da', 'non_writable_directories', 'Følgende mapper har ikke skrivetilladelse'),
('da', 'normal', 'Normal'),
('da', 'norway', 'Norge'),
('da', 'norwegian', 'norsk'),
('da', 'note', 'Bemærk'),
('da', 'notes', 'noter'),
('da', 'nothing_sign', '&mdash;'),
('da', 'notice', 'Bemærke'),
('da', 'notice_too_many_decimals', 'Du har angivet [DECIMALS] decimaler for [CURRENCY]. Det maksimale antal Understøttede decimaler er 2. Yderligere værdier vises som nuller.'),
('da', 'notice_undeliverable_products_removed', 'Ikke leverbare produkter er blevet fjernet fra din kurv. Du kan gå videre med købet.'),
('da', 'notice_update_customer_details', 'E-mail-adresse er blevet ændret af kunden i hans / hendes profil. Afkrydse afkrydsningsfeltet for at opdatere for detaljer:'),
('da', 'notification', 'Notification'),
('da', 'notification.upgrade_available.message', 'A new version of [product] is available. If you want to upgrade to the latest version now, click here.'),
('da', 'notification.upgrade_available.title', 'Upgrade available'),
('da', 'notifications', 'Notifications'),
('da', 'notifications_center.notifications', 'Notifications'),
('da', 'notifications_center.no_notifications', 'No notifications'),
('da', 'notifications_center.section.administration', 'Administration'),
('da', 'notifications_center.section.all', 'All'),
('da', 'notifications_center.section.communication', 'Communication'),
('da', 'notifications_center.section.other', 'Other'),
('da', 'notifications_center.section.products', 'Products'),
('da', 'notifications_center.tag.administration.license', 'Licence'),
('da', 'notifications_center.tag.administration.update', 'Update'),
('da', 'notifications_center.tag.messages', 'Messages'),
('da', 'notifications_center.tag.other', 'Other'),
('da', 'notification_template.tab.email', 'Email'),
('da', 'notification_template.tab.internal', 'On-site'),
('da', 'notify_customer', 'Meddele kunde'),
('da', 'notify_orders_department', 'Meddel ordre afdelingen'),
('da', 'notify_supplier', 'Advisér leverandør'),
('da', 'notify_user', 'Meddele bruger'),
('da', 'notify_vendor', 'Underret kreditor'),
('da', 'notify_vendors_by_email', 'Underrette leverandører per e-mail'),
('da', 'notify_vendor_by_email', 'Underrette leverandører per e-mail'),
('da', 'notify_when_back_in_stock', 'Underret mig, når dette produkt er tilbage på lager'),
('da', 'not_active', 'Ikke aktiv'),
('da', 'not_active_file_notice', 'Denne fil vil være til rådighed for kun at hente efter administratorens godkendelse'),
('da', 'not_approved', 'Ikke godkendt'),
('da', 'not_a_member', 'Ikke medlem'),
('da', 'not_checked', 'Ikke tjekket'),
('da', 'not_installed', 'Ikke installeret'),
('da', 'not_scroll_automatically', 'Rul ikke automatisk'),
('da', 'no_active_storefronts', 'No active storefronts'),
('da', 'no_autoresponder', 'Ingen autoresponder'),
('da', 'no_categories_available', 'Ingen tilgængelige kategorier'),
('da', 'no_data', 'Ingen data fundet'),
('da', 'no_data_found', 'Ingen data fundet som opfylder dette diagram betingelser'),
('da', 'no_files', 'Ingen filer'),
('da', 'no_hidden_elements_second_level_view', 'AB: Number of visible elements of the 2-level menu'),
('da', 'no_hidden_elements_second_level_view.tooltip', 'This setting limits the number of third-level menu items, displayed in the menu structure. The remaining elements of the third level will be displayed when clicking on the <b>More</b> link'),
('da', 'no_image', 'Intet billede'),
('da', 'no_items', 'Ingen definerede elementer'),
('da', 'no_items_found', 'Ingen emner fundet matcher søgekriterierne'),
('da', 'no_manager_assigned', 'No manager assigned'),
('da', 'no_menus', 'Ingen menuer'),
('da', 'no_modified_core_files_found', 'Ingen ændrede centrale filer fundet'),
('da', 'no_posts_found', 'Ingen post fundet'),
('da', 'no_products_for_shipment', 'Der er ingen varer til forsendelse'),
('da', 'no_products_selected', 'Ingen produkter valgt'),
('da', 'no_rates_for_empty_cart', '<p class=\"error-text\" align=\"center\">Din indkøbskurv er tom og fragt-omkostningerne kan ikke beregnes</p>'),
('da', 'no_rates_for_empty_cart_warning', 'Your cart is empty and the shipping cost cannot be estimated'),
('da', 'no_return_requests_found', 'Ingen retur efterspørgel fundet'),
('da', 'no_shipping_required', 'Ingen påkrævet shipping'),
('da', 'no_such_coupon', 'Der er ikke en sådan rabatkode. <br /> Prøv igen'),
('da', 'no_template', 'Ingen skabelon'),
('da', 'no_themes_available', 'Ingen tilgængelige temaer'),
('da', 'no_users_found', 'Ingen bruger fundet'),
('da', 'number', 'Nummer'),
('da', 'number_of_columns', 'Antallet af kolonner i de genstande listen'),
('da', 'n_banners', '[n] banner|[n] banners'),
('da', 'n_categories', '[n] category|[n] categories'),
('da', 'n_days', '[n] dag | [n] dage'),
('da', 'n_filters', '[n] filter|[n] filters'),
('da', 'n_pages', '[n] page|[n] pages'),
('da', 'n_polls', '[n] poll|[n] polls'),
('da', 'n_posts', '[n] post|[n] posts'),
('da', 'n_products', '[n] product|[n] products'),
('da', 'n_products_found', '[n] product found|[n] products found'),
('da', 'n_profile_fields', '[n] profile field|[n] profile fields'),
('da', 'n_stars', '[n] star|[n] stars'),
('da', 'n_tags', '[n] tag|[n] tags'),
('da', 'n_vendors', '[n] vendor|[n] vendors'),
('da', 'object', 'Objekt'),
('da', 'objects_per_page', '[n] per page'),
('da', 'object_does_not_exist', 'Objekt findes ikke'),
('da', 'object_exists', 'Objekt med samme navn findes allerede. Ønsker du at overskrive den?'),
('da', 'object_not_found', '[object] ikke fundet'),
('da', 'of', 'af'),
('da', 'off', 'Off'),
('da', 'offline', 'offline'),
('da', 'offset', 'Offset'),
('da', 'ogone.sha_in', 'SHA-IN pass phrase'),
('da', 'ogone_direct.config_info', 'Enter SHA-IN pass phrase both here and on the Ingenico administation panel.<br><br>For new Ingenico accounts created since May 11th, 2010, the new SHA policy is automatically active.<br/>Please do not forget to select the \"Use new SHA signature policy\" checkbox.'),
('da', 'ogone_web.config_info', 'Please set the following URL in the Technical Information section on the Ingenico administation panel as the <b>URL of the merchant\'s post-payment page</b> for all cases (\"accepted\", \"on hold\", \"uncertain\", \"canceled by the client\", \"too many rejections by the acquirer\"): <code>[r_url]</code><br>Select \"Always deferred (not immediately after the payment)\" for the <b>Timing of the request</b>.<br>Enter SHA-IN and SHA-OUT pass phrases both here and on the Ingenico administation panel.'),
('da', 'ogone_web.sha_out', 'SHA-OUT pass phrase'),
('da', 'ok', 'Ok'),
('da', 'old_price', 'Gammel pris'),
('da', 'on', 'På'),
('da', 'onboarding_adicionar_socio_extra', 'Adicionar Sócio Extra'),
('da', 'onboarding_bairro', 'Bairro'),
('da', 'onboarding_cadastro_do_cliente', 'Cadastro do cliente'),
('da', 'onboarding_celular', 'Celular'),
('da', 'onboarding_cnpj', 'CNPJ'),
('da', 'onboarding_complemento', 'Complemento'),
('da', 'onboarding_confirmar_senha', 'Confirmar Senha'),
('da', 'onboarding_continuar', 'Continuar'),
('da', 'onboarding_cpf', 'CPF'),
('da', 'onboarding_identificacao_empresarial', 'Identificação empresarial'),
('da', 'onboarding_informacao_pessoal', 'Informação Pessoal'),
('da', 'onboarding_inscricao_estadual', 'Inscrição Estadual'),
('da', 'onboarding_inscricao_municipal', 'Inscrição Municipal'),
('da', 'onboarding_municipio', 'Município'),
('da', 'onboarding_nome_completo', 'Nome Completo'),
('da', 'onboarding_nome_completo_do_titular', 'Nome Completo do Titular'),
('da', 'onboarding_nome_da_loja', 'Nome da loja'),
('da', 'onboarding_nome_da_mae', 'Nome da Mãe'),
('da', 'onboarding_nome_fantasia', 'Nome Fantasia'),
('da', 'onboarding_pf_titulo', 'Cadastro Pessoa Física (CPF)'),
('da', 'onboarding_pj_titulo', 'Cadastro Empresarial (CNPJ)'),
('da', 'onboarding_previous', 'Previous'),
('da', 'onboarding_razao_social', 'Razão Social'),
('da', 'onboarding_responsavel_da_conta', 'Responsável da Conta'),
('da', 'onboarding_rg', 'RG'),
('da', 'onboarding_rua', 'Rua'),
('da', 'onboarding_socios', 'Sócios'),
('da', 'onboarding_telefone_fixo', 'Telefone Fixo'),
('da', 'onboarding_termos_e_condicoes', 'Termos e Condições'),
('da', 'onboarding_texto_de_introducao_loja_empresarial', 'Texto de introdução'),
('da', 'onboarding_texto_de_introducao_loja_pessoal', 'Texto de introdução'),
('da', 'onboarding_titulo_de_selecao_de_conta', 'PARTIU SE CADASTRAR E VENDER MUITO ?'),
('da', 'onboarding_validacao_de_dados', 'Validação de dados'),
('da', 'onboarding_validacao_de_dados_descricao', 'Validação utilizada para que ninguém possa criar uma conta utilizando seus dados'),
('da', 'onboarding_validar', 'Validar'),
('da', 'onboarding_validar_email', 'Validar e-mail'),
('da', 'onboarding_validar_email_descricao', 'Ele será utilizado para recuperar a sua conta.'),
('da', 'onboarding_validar_telefone', 'Validar telefone'),
('da', 'onboarding_validar_telefone_descricao', 'Ele será utilizado para recuperar a sua conta caso você perca o acesso ao seu email.'),
('da', 'once_per_customer', 'en pr. kunde'),
('da', 'onclick_dropdown', 'OnClick-dropdown'),
('da', 'one_click_template_title', 'Selecione o cartão'),
('da', 'online_only', 'Online kun'),
('da', 'on_backorder', 'On backorder'),
('da', 'on_off', 'Tænd/sluk'),
('da', 'on_sale', 'På udsalg'),
('da', 'on_site_layout_editing', 'Editing layout page: [page]'),
('da', 'on_site_live_editing', 'On-site live redigering'),
('da', 'on_site_template_editing', 'On-site skabelonredigering'),
('da', 'open', 'Åben'),
('da', 'open_action', 'Åben'),
('da', 'open_file_or_create_new', 'Åbne en fil eller opret en ny at komme i gang.'),
('da', 'open_hours', 'Open hours'),
('da', 'open_in_new_window', 'Åben i nyt vindue'),
('da', 'open_selected_storefronts', 'Open selected'),
('da', 'open_store', 'Åben butik'),
('da', 'optimize_database', 'Optimere database'),
('da', 'optimizing_table', 'Optimere table'),
('da', 'options', 'valgmulighed'),
('da', 'options_for', 'Indstillinger for'),
('da', 'options_have_been_applied_to_products', 'Optioner er succesfuldt tilføjet de udvalgte produkter'),
('da', 'options_menu_description', 'Administrere globale indstillinger og indstilling varianter i din butik.'),
('da', 'options_settings', 'Valg indstillinger'),
('da', 'options_type', 'Valg type'),
('da', 'option_combinations', 'Mulighed kombinationer'),
('da', 'option_exceptions', 'Undtagelser - options'),
('da', 'option_name', 'valgmulighed navn'),
('da', 'option_unlinked', 'Global valgmulighed \"[option_name]\" er blevet afkoblet fra fabrik'),
('da', 'option_variants', 'Mulighed varianter'),
('da', 'opt_currency_name', 'Vis valuta titler'),
('da', 'opt_currency_symbol', 'Bruge valutasymboler i stedet for titler'),
('da', 'opt_language_icon', 'Brug sprogetikoner i stedet for navne'),
('da', 'opt_language_name', 'Vis sprognavne'),
('da', 'or', 'eller'),
('da', 'order', 'Ordre'),
('da', 'ordered_products', 'Bestilte produkter'),
('da', 'orders', 'Ordre'),
('da', 'orders_not_allow_to_change_company', 'Firmaet er ikke blevet ændret. Det er ikke tilladt at ændre virksomheden, når du redigerer en ordre.'),
('da', 'orders_no_items', 'Brug \"Tilføj produkter\" knappen ovenfor til at føje produkter til ordre.'),
('da', 'order_by_status', 'Bestille ved status'),
('da', 'order_date', 'Ordredato'),
('da', 'order_details', 'Ordre informationer'),
('da', 'order_discount', 'Ordre rabat'),
('da', 'order_id', 'Ordre ID'),
('da', 'order_info', 'Ordre info'),
('da', 'order_items', 'Ordre items'),
('da', 'order_landing_page', 'Bestil destinationsside'),
('da', 'order_management', 'Ordre administration'),
('da', 'order_manager', 'Order manager'),
('da', 'order_placed', 'Ordre placeret'),
('da', 'order_prefix', 'Ordre præfiks'),
('da', 'order_returns', 'Ordre retur'),
('da', 'order_search', 'Søg bestilling'),
('da', 'order_status', 'Ordre status'),
('da', 'order_statuses', 'Ordre status'),
('da', 'order_statuses_menu_description', 'Tilføj eller rediger eksisterende ordrestatusser.'),
('da', 'order_total', 'Ordre Total'),
('da', 'order_total_not_correct', 'Den udbetalte beløb ikke svarer til ordre total alt'),
('da', 'order_total_will_changed', 'Ordre total vil blive ændret af'),
('da', 'order_was_not_placed', 'Bestil blev ikke placeret'),
('da', 'original', 'original'),
('da', 'origination', 'Skabelse'),
('da', 'or_saved_search', 'Eller hvilken som helst vare fra gemte søgninger'),
('da', 'or_use', 'Eller brug'),
('da', 'others', 'Andre'),
('da', 'other_addons', 'Andre add-ons'),
('da', 'other_notification', 'Other'),
('da', 'other_notifications.email_templates', 'See the full list of email templates'),
('da', 'other_notifications.internal_templates', 'See the full list of on-site notification templates'),
('da', 'other_notifications.title', 'Can\'t find a notification you\'re looking for?'),
('da', 'our_brands', 'Vores mærker'),
('da', 'output', 'Output'),
('da', 'outside_navigation', 'Udenfor navigation'),
('da', 'out_of_stock_actions', 'Intet lager handlinger'),
('da', 'out_of_stock_products', 'Ikke på lager'),
('da', 'override_by_dispatch', 'Tilsidesæt lokationer ved afsendelse'),
('da', 'override_by_this', 'Bruge dette indhold for alle blok forekomster'),
('da', 'override_exchange_rate', 'Override exchange rate'),
('da', 'override_gc_points', 'Tilsidesæt globale / kategori punkt værdi for dette produkt'),
('da', 'override_gc_points_brief', 'Overskriv global/kategori points'),
('da', 'override_g_points', 'Tilsidesæt globale pointværdier for alle produkter i denne kategori'),
('da', 'override_per', 'Overskriv global PER'),
('da', 'override_points', 'Override points'),
('da', 'override_product_data', 'Anvend værdier til alle udvalgte produkter'),
('da', 'overwrite', 'Overskrive'),
('da', 'overwrite_selected_settings', 'Overskrive valgte indstillinger'),
('da', 'owner', 'Ejer'),
('da', 'owner_company', 'Storefront'),
('da', 'p21agree', 'Skriv venligst \"Accepter\" eller \"Ikke accepter\" i boksen'),
('da', 'p21agree_tooltip', 'Ved at skrive accepterer i den nedenstående boks,  medsender jeg min underskrift som tilladelse til Payment21 ® til elektronisk debitere min konto for det beløb, jeg har indtastet. Jeg forstår også og tillader udtrykkeligt købmanden, hvis min eCheck betaling er vanæret eller returneret uden nogen grund, at elektronisk debitere min konto for den eCheck betaling plus et NSF-gebyr ikke må overstige den maksimale lovlige statsgrænse. Jeg vil udskrive eller gemme denne side til min poster. Jeg kan ringe 1-888-770-0850 for 24/7 support med spørgsmål vedrørende denne betalingstransaktionen.'),
('da', 'package', 'Pakker'),
('da', 'packages', 'Pakker'),
('da', 'package_type', 'pakke type'),
('da', 'packing_slip', 'Pakke bon'),
('da', 'packing_slip_for_order', 'Pakke bon for ordre'),
('da', 'page', 'Side'),
('da', 'pages', 'Sider'),
('da', 'pages_menu_description', 'Oprette og udgive sider, meningsmålinger, former og links.'),
('da', 'page_cloned', 'Den side <b>[page]</ b> er blevet klonet med succes. Nu kan du redigere den nye side'),
('da', 'page_id', 'Side ID'),
('da', 'page_link', 'Side URL'),
('da', 'page_name', 'Side navn'),
('da', 'page_not_found', 'Siden blev ikke fundet'),
('da', 'page_not_found_text', 'Den side, du har bedt om kan ikke findes.'),
('da', 'page_target_url', 'Target URL'),
('da', 'page_title', 'Side titel'),
('da', 'page_url', 'Side URL'),
('da', 'pagination_range', '<span>[pagination.range_from]</span>–<span>[pagination.range_to]</span>&nbsp;of&nbsp;[pagination.total_items]'),
('da', 'paid_amount', 'betaler'),
('da', 'pair_type', 'Pair type'),
('da', 'param', 'Parameter'),
('da', 'parameter', 'Objekt til at analysere'),
('da', 'parameter_name', 'Parameter navn'),
('da', 'parent', 'Parent'),
('da', 'parent_category', 'forælder kategori'),
('da', 'parent_category_id', 'Overordnet kategori'),
('da', 'parent_item', 'forælder item'),
('da', 'parent_page', 'forælder sider'),
('da', 'parent_page_id', 'Overordnet side'),
('da', 'partiuhub_continuar_compras', 'Continuar compras'),
('da', 'partiuhub_numero_do_pedido', 'Numero do pedido - '),
('da', 'partiuhub_planos_vendedores.vendor_groups', 'Grupos dos vendedores'),
('da', 'partiuhub_status_rastreamento_1', 'O vendedor já postou o seu produto!'),
('da', 'partiuhub_status_rastreamento_2', 'Olha que legal, o seu produto ja esta em transito!'),
('da', 'partiuhub_status_rastreamento_3', 'O seu produto ja PARTIU para o seu endereço!'),
('da', 'partiuhub_status_rastreamento_4', 'Chegou! PARTIU aproveitar!!!! '),
('da', 'partiuhub_tente_novamente', 'Tente novamente mais tarde!'),
('da', 'partner', 'partner'),
('da', 'passphrase', 'Pass-frase'),
('da', 'passport_number', 'Pasnummer'),
('da', 'password', 'Kodeord'),
('da', 'path_to_files', 'Fuld sti til \"atos\" filer'),
('da', 'pause_delay', 'Pause forsinkelse'),
('da', 'payflowcolor', 'Payflow farve'),
('da', 'payment', 'Betaling'),
('da', 'payments', 'Betalinger'),
('da', 'payments.cresecure.location_notice', '<b>Bemærk:</b><br>1. Denne betaling kræver https checkout indstilling skal være aktiveret!<br>2. Checkout placering vises som standard for en bruger på betalingudførelse. For at vise en anden placering, skal du oprette en ny placering med afsendelse \'checkout.cresecure_template\' i <a href=\"[url]\" target=\"_blank\"> Layout manager</a>.'),
('da', 'payments.epdq.bgcolor', 'Baggrundsfarve'),
('da', 'payments.epdq.btn_bgcolor', 'Knappen baggrundsfarve'),
('da', 'payments.epdq.btn_textcolor', 'Knappen Tekstfarve'),
('da', 'payments.epdq.font_type', 'Skrifttype'),
('da', 'payments.epdq.hash_error', 'Undskyld, men hash-strengen stemmer ikke overens'),
('da', 'payments.epdq.instructions', '<ol><li><p>Indtast følgende webadresse i afsnittet \"tekniske oplysninger\"→\"transaktionen feedback\" i området ePDQ admin:</p> <p>til de \"anerkendte\" og \"annulleret\" betalinger: [url]</p></li> <li>Sørg for at \"Timingen af anmodningen\" er indstillet til \"Altid online\", og \"Anmode om metode\" er indstillet til \"POST\"</li> <li>definerer \"SHA-OUT adgangsfrase\" værdi i ePDQ admin område, som du vil., derefter kopiere det i feltet \"SHA-IN adgangsfrase\" i afsnittet \"Data og oprindelse verification\", og også i feltet \"Pass-sætning\" nedenfor</li> <li>Kontroller, at indstillingen \"standard operationskode\" i ePDQ admin område har den samme værdi som den \"Transaktion type\" indstilling nedenfor</li> <li>angiver parameteren \"Hash-algoritme\" til \"SHA-1\" i afsnittet \"Global sikkerhedsparametre\" i området ePDQ admin</li></ol>'),
('da', 'payments.epdq.pspid', 'EPDQ pspid'),
('da', 'payments.epdq.tbl_bgcolor', 'Tabel baggrundsfarve'),
('da', 'payments.epdq.tbl_textcolor', 'Tabel tekstfarve'),
('da', 'payments.epdq.textcolor', 'Tekstfarve'),
('da', 'payments.epdq.title', 'Titel'),
('da', 'payments.eway_rapidapi_rsp.header_text', 'Headerteksten'),
('da', 'payments.globalpayments.connector_error', 'Your Global Payments account has been suspended. Contact Global Payments support for further information.'),
('da', 'payments.globalpayments.globalpayments_error', 'Error with Global Payments systems'),
('da', 'payments.globalpayments.referring_ip', 'Please supply the IP address of your server to your Global Payments account manager'),
('da', 'payments.globalpayments.referring_url', 'Please supply this URL to your Global Payments account manager'),
('da', 'payments.globalpayments.text_status_map', 'Global Payments to [product] order status conversion map'),
('da', 'payments.layout_a', 'Layout A'),
('da', 'payments.layout_b', 'Layout B'),
('da', 'payments.layout_c', 'Layout C'),
('da', 'payments.paypal_adv_layout', 'Layout'),
('da', 'payments.qbms.app_token', 'App Token'),
('da', 'payments.qbms.configuration_required', '<p>Fyld i felterne nedenfor og Gem ændringerne: <br>-App Token <br>-OAuth forbruger nøglen <br>- OAuth forbruger Secret</p> <p>Klik på \"Opret forbindelse til QuickBooks\"-knappen, der vises i stedet for denne meddelelse til slut betalingen konfiguration.</p>'),
('da', 'payments.qbms.configure_payment_method', '<p>How to configure the payment method:</p><p>1. <a target=\"_blank\" href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/authentication-and-authorization/oauth-2.0#obtain-oauth2-credentials-for-your-app\">Obtain OAuth 2.0 credentials</a> from QuickBooks Online application and copy them to the payment method settings in [product].</p><p>2. Click \"Create\", then open the settings of this payment method again to finish its configuration.</p>'),
('da', 'payments.qbms.oauth_client_id', 'OAuth Client Id'),
('da', 'payments.qbms.oauth_client_secret', 'OAuth Client Secret'),
('da', 'payments.qbms.oauth_consumer_key', 'OAuth forbruger nøgle'),
('da', 'payments.qbms.oauth_consumer_secret', 'OAuth forbruger hemmelighed'),
('da', 'payments.qbms.quickbooks_connection', 'QuickBooks forbindelse'),
('da', 'payments.qbms.renew_token', 'Tryk på \"Oprette forbindelse til QuickBooks\" forny tokenet.'),
('da', 'payments.qbms.tip_fill_redirect', '<p>- In the QuickBooks application, copy the following value into the Redirect URI field:</p><p>[url]</p><p>- Click the \"Connect to QuickBooks\" button.</p>'),
('da', 'payments.qbms.token_expired', 'Et token er udløbet.'),
('da', 'payments.qbms.token_expires', 'Tokenet udløber på <b>[date]</b> på <b>[time]</b>.'),
('da', 'payments.qbms.upgrade_notification_text', '<p>Den seneste version af [product] har forskellige indstillinger for betalingsmetoder, hvis du bruger QB Merchant Service som en Processor.</p> <p>Hvis du vil bruge betalingsmetoder, gøre dette:</p> <ul><li>gå til Administration > betalingsmetoder</li> <li>vælge den betalingsmetode, der anvender QB Merchant Service som en Processor</li> <li>Skift til fanen Konfigurer</li> <li>Angiv ordentlig App Token, OAuth forbruger nøglen og OAuth forbruger hemmelighed</li>, <li>udføre forbindelse til QuickBooks</li></ul>'),
('da', 'payments.qbms.upgrade_notification_title', 'QB Merchant Service betaling processor ændringer'),
('da', 'payments.qbms.upgrade_oauth20_notification_text', '<p>Online stores now connect to QuickBooks Merchant Services differently. Your payment methods that use QB Merchant Services as a processor need to be reconfigured, or else they will no longer work. To make them work:</p><p>1. Switch your Quickbooks app to OAuth 2.0.</p><p>2. Copy <i>OAuth Client ID</i> and <i>OAuth Client Secret</i> from the app to the payment method settings in [product].</p><p>3. Change the status of the payment method to <i>Active</i></p><p>4. Save your changes and use the <i>Connect to QuickBooks</i> button to finish payment configuration.</p><p><a href=\"[payments_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">View my payment methods</a></p>'),
('da', 'payments.qbms.upgrade_oauth20_notification_title', 'Payment methods: Change QB Merchant Services settings'),
('da', 'payments.realex.3d_secure_message', '3D-sikker meddelelse'),
('da', 'payments.realex.auto_settled', 'Afregnet automatisk'),
('da', 'payments.realex.avs.matched', 'Matchede'),
('da', 'payments.realex.avs.not_matched', 'Ikke matchet'),
('da', 'payments.realex.avs.partial_match', 'Delvis match'),
('da', 'payments.realex.avs.problem_with_check', 'Problemer med check'),
('da', 'payments.realex.avs.unable_to_check', 'Ikke i stand til at kontrollere'),
('da', 'payments.realex.avs_address', 'AVS-adresse'),
('da', 'payments.realex.avs_postcode', 'AVS postnummer'),
('da', 'payments.realex.bank_error', 'Fejl med bank systemer'),
('da', 'payments.realex.card_lost_or_stolen', 'Kort rapporteret mistes eller bliver stjålet'),
('da', 'payments.realex.cavv', 'CAVV'),
('da', 'payments.realex.connector_error', 'Din Realex konto er blevet suspenderet. Kontakt Realex support for yderligere oplysninger.'),
('da', 'payments.realex.delayed_settlement', 'Forsinket afregning'),
('da', 'payments.realex.eci', 'ECI'),
('da', 'payments.realex.incorrect_request', 'Forkerte XML-besked dannelse eller indhold'),
('da', 'payments.realex.incorrect_valid_trhu', 'Ukorrekte værdier \'Gyldig til\' felter.'),
('da', 'payments.realex.liability_shift', 'Erstatningsansvar Skift'),
('da', 'payments.realex.liability_shift_required', 'Erstatningsansvar Skift kræves'),
('da', 'payments.realex.realex_error', 'Fejl med Realex systemer'),
('da', 'payments.realex.referring_ip', 'Opgiv venligst IP-adressen for din server til din Realex betalinger account manager'),
('da', 'payments.realex.referring_url', 'Opgiv venligst denne URL-adresse til din Realex betalinger account manager'),
('da', 'payments.realex.refferal', 'Henvisning af bank'),
('da', 'payments.realex.result_code', 'Resultat kode'),
('da', 'payments.realex.result_message', 'Resultatet besked'),
('da', 'payments.realex.settlement', 'Afregning'),
('da', 'payments.realex.subaccount', 'Subaccount'),
('da', 'payments.realex.text_status_map', 'Realex til CS-Cart ordre status konvertering kort'),
('da', 'payments.realex.transaction_order_id', 'Transaktionen ordre-ID'),
('da', 'payments.realex.transaction_pasref', 'Transaktionen PASREF'),
('da', 'payments.realex.tss_result', 'TSS'),
('da', 'payments.realex.wrong_card_type', 'Denne betaling er ikke tilgængelig for denne type af kreditkort.'),
('da', 'payments.realex.xid', 'XID'),
('da', 'payments.rocketgate.avs_mode', 'AVS-tilstand'),
('da', 'payments.rocketgate.ignore', 'Ignorere'),
('da', 'payments.rocketgate.scrub_mode', 'SCRUB Mode'),
('da', 'payments.signin_to_checkout', '<a href=[url]> Log ind på</a> at tjekke ud'),
('da', 'payments_tab1', 'Kreditkort'),
('da', 'payments_tab2', 'Internetbetalinger'),
('da', 'payments_tab3', 'Andre betalingsmuligheder'),
('da', 'payment_amount', 'Betalings beløb'),
('da', 'payment_category', 'Betalingskategori'),
('da', 'payment_category_note', 'Betaling kategorier faner vil ikke blive vist, hvis alle de aktive betalinger tilhører samme kategori'),
('da', 'payment_details', 'Betalings detaljer'),
('da', 'payment_form_url', 'Betaling Form URL'),
('da', 'payment_id', 'Payment ID'),
('da', 'payment_info', 'Betalings type'),
('da', 'payment_information', 'Betaling information'),
('da', 'payment_instructions', 'Betalingsinstrukser'),
('da', 'payment_method', 'Betaling metode'),
('da', 'payment_methods', 'Betalings metode'),
('da', 'payment_method_not_found', 'Betalingsmetode ikke fundet. Det kunne har deaktiveret, eller opstået et teknisk problem. Vælg en betalingsmetode, og prøv igen.'),
('da', 'payment_processors.category.checkout', 'Checkout'),
('da', 'payment_processors.category.gateway', 'Gateways'),
('da', 'payment_processors.category.russian', 'Russian payment methods'),
('da', 'payment_response_password', 'Betalingsvar adgangskode'),
('da', 'payment_surcharge', 'Betalings tillægsgebyr'),
('da', 'payment_type', 'Betaling type'),
('da', 'paypal.addon_is_disabled_notice', 'The <b>PayPal payments</b> add-on is disabled so you can\'t configure this payment method.'),
('da', 'paypal.ipn_transaction_status', 'Transaction status: [status]'),
('da', 'paypal.show_cart_button', 'Show the \"Checkout with PayPal\" button on the cart contents page'),
('da', 'paypal_authentication_method', 'PayPal authentication-metoden'),
('da', 'paypal_express_notice', 'En købmand ID er påkrævet for at bruge <a href=\'https://developer.paypal.com/docs/classic/express-checkout/in-context\' target=\'_blank\'> In-sammenhæng Checkout funktion</a> inden for denne integration. Du kan slå din købmand ID ved at logge ind <a href=\'https://www.paypal.com/\' target=\'_blank\'> https://www.paypal.com/</a>. Klik på profil-ikonet på øverst til højre på siden og derefter vælge <b>Indstillinger og profil</b> i menuen <b>Profil</b>. (Hvis du ikke kan se ikonet profil øverst på siden, klik på <b>profil</b>, som vises i den øverste menu, når <b>fanen min konto</b> er markeret.) Klik på <b>min business info</b> til venstre, og <b>Merchant konto-ID</b> vises i listen over profil elementer til højre.'),
('da', 'paypal_ipn_note', 'Øjeblikkelig betalingsanmeldelse (IPN) er en service, der giver automatisk besked købmænd af begivenheder relateret til PayPal transaktioner. <br>Når en kunde afgiver en ordre og vælger PayPal som betalingsmetode, ordren får status som <b>åben</b>. <br>PayPal derefter sender Instant betalingsmeddelelse meddelelser, der indeholder posteringsstatus. Denne status ændrer ordrestatus i din butik efter status konvertering kort.'),
('da', 'paypal_ipn_transaction_status', 'Transaktionsstatus');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('da', 'paypal_item_name', 'Navn på varen (eller navn på shopping cart)'),
('da', 'paypal_logo', 'PayPal logo'),
('da', 'paypal_sandbox', 'Test-mode'),
('da', 'paypal_seamless', 'Brug gnidningsfri checkout'),
('da', 'paypal_security_error', 'Din ordre blev ikke placeret: modtagerens PayPal-konto er forkert.'),
('da', 'paypal_use_in_context_checkout', 'Brug In-sammenhæng Checkout'),
('da', 'paypal_vendor', 'Forhandler'),
('da', 'pay_by_points', 'Tillad betaling med points'),
('da', 'pay_from_email', 'Kunde-mail'),
('da', 'pay_order_again', 'Betal ordre igen'),
('da', 'pay_to_email', 'E-mail-adresse Merchant'),
('da', 'pdf_documents.activate_notification', 'PDF documents (such as invoices, packing slips, etc.) will now be generated at our cloud service: [service_url]. It works as follows: your store sends an HTML document and receives a PDF copy of it. We do not view, keep, or analyze any of your data that goes through that service.'),
('da', 'pdf_documents.disable_notification', 'The generation of PDF documents (such as invoices, packing slips, etc.) has been disabled. Your data will no longer go through our cloud service [service_url]. If you\'d like to generate PDF documents without using our cloud service, you\'re welcome to <a href=\"[helpdesk_url]\" target=\"_blank\">contact us via Help Desk</a> or configure it on your own.'),
('da', 'pending', 'Afventende'),
('da', 'pending_return', 'Aguardando a aprovação'),
('da', 'pending_vendor_invitations', 'Pending vendor invitations'),
('da', 'pending_vendor_invitations_menu_description', 'Manage invitations to your marketplace for potential vendors.'),
('da', 'per', 'Pr [object]'),
('da', 'percent', 'procent'),
('da', 'percentage_discount', 'Percentage discount'),
('da', 'percent_range', 'Prisklasse (i % af hovedproduktets pris)'),
('da', 'period', 'Periode'),
('da', 'permissions_issue', 'Tilladelser problem'),
('da', 'person_name', 'Navn'),
('da', 'per_item', 'Pr. vare'),
('da', 'per_page', 'Pr. side'),
('da', 'phone', 'Telefon'),
('da', 'phone1_label', 'Telefon'),
('da', 'phone2', 'International'),
('da', 'phone2_label', 'International'),
('da', 'phpinfo', 'PHP oplysninger'),
('da', 'php_extension_missing', '[extension] PHP forlængelse er ikke installeret på din server'),
('da', 'pickup', 'Pickup'),
('da', 'pickup_address', 'Pickup address'),
('da', 'pickup_avail', 'Pickup avail'),
('da', 'pickup_destinations_ids', 'Pickup destinations ids'),
('da', 'pickup_id', 'Pickup ID'),
('da', 'pickup_phone', 'Pickup phone'),
('da', 'pickup_point_not_selected', 'Sorry, we couldn\'t determine your pickup point. Please choose a pickup point, so that we know where to deliver your order.'),
('da', 'pickup_surcharge', 'Pickup surcharge'),
('da', 'pickup_time', 'Pickup time'),
('da', 'pick_store', 'Vælge en butik'),
('da', 'pie', 'Kagediagram'),
('da', 'pie_3d', 'Kagediagram 3D'),
('da', 'pixels', 'pixel'),
('da', 'place_order', 'Afgiv ordre'),
('da', 'placing_order', 'Afgiver ordre'),
('da', 'plain', 'enkel'),
('da', 'plano_anuncio', 'Plano de Anúncio'),
('da', 'plans', 'Planos'),
('da', 'platform', 'Platform'),
('da', 'please_be_patient', 'Vent venligst'),
('da', 'please_copy_api_key', 'Please copy the API key now and keep it somewhere. Once you save the changes, this key won\'t appear here again. If the key is lost, the only way to regain API access will be be to generate a new key on this page.'),
('da', 'please_enable_the_add_on_to_see_barcode', 'Venligst aktiver tilføjelsen for at se et kodeeksempel.'),
('da', 'please_enter_license_here', 'Angiv dit licensnummer her'),
('da', 'please_select_one', 'Vær venlig at vælge en'),
('da', 'please_sign_in', 'Venligst log på'),
('da', 'points', 'Point'),
('da', 'points_in_use', 'Points i brug'),
('da', 'points_in_use_lower', 'Points i brug'),
('da', 'points_in_use_lowercase', '[n] point i brug|[n] points i brug'),
('da', 'points_lower', 'point'),
('da', 'points_lowercase', '[n] point|[n] point'),
('da', 'points_to_use', 'Points til at bruge'),
('da', 'point_payment', 'Point betaling'),
('da', 'point_price', 'Pris i point'),
('da', 'polish', 'polsk'),
('da', 'poll', 'Meningsmåling'),
('da', 'polls', 'Meningsmålinger'),
('da', 'polls_answers_with_comments', 'Svar med kommentarer'),
('da', 'polls_first_submited', 'Første meningsmåling form indsendt'),
('da', 'polls_have_completed', 'Du har allerede deltaget i denne afstemning'),
('da', 'polls_last_submited', 'Sidste meningsmåling form indsendt'),
('da', 'polls_total_completed', 'Antal meningsmåling former helt afsluttet'),
('da', 'polls_total_submited', 'Samlet antal meningsmåling formularer forelægges'),
('da', 'polls_total_votes', 'I alt stemmer'),
('da', 'polls_votes', 'Stemmer'),
('da', 'poll_footer', 'Afstemning fåd'),
('da', 'poll_header', 'Afstemning hoved'),
('da', 'poll_results', 'Afstemnings besked'),
('da', 'poll_results_everybody', 'alle (i en pop op-vindue)'),
('da', 'poll_results_nobody', 'ingen'),
('da', 'poll_results_voted', 'Stemte brugere'),
('da', 'poll_show_results', 'Meningsmålinger resultater synbare til'),
('da', 'poll_statistics', 'Meningsmåling statistik'),
('da', 'poor', 'Dårlig'),
('da', 'popularity', 'popularitet'),
('da', 'popular_developer', 'Popular developer'),
('da', 'popup', 'Popup'),
('da', 'popup_larger_image', 'Popup større billede'),
('da', 'portugese', 'portugisisk'),
('da', 'posid', 'Pos-ID'),
('da', 'position', 'Position'),
('da', 'positions_updated', 'Positioner af varer blev opdateret'),
('da', 'position_short', 'Pos.'),
('da', 'postal_mail', 'Post'),
('da', 'postauth', 'Postauth'),
('da', 'posted_by', 'Posted by'),
('da', 'post_description', 'Post beskrivelse'),
('da', 'post_url', 'Send URL-adresse'),
('da', 'powered_by', 'Powered by'),
('da', 'po_file', 'Vælg en fil i PO eller ZIP-format'),
('da', 'po_file_is_incorrect', 'PO-fil <b>\"[file]\"</b> indeholder syntaksfejl eller forkert struktur.'),
('da', 'po_meta_error_validating_lang_code', 'Sprogkode i PO-filen stemmer ikke overens med den opdaterede sprog'),
('da', 'po_number', 'PO nummer'),
('da', 'pp_currency_is_incorrect', 'Valutaen brugt til betaling er anderledes end valutaen på ordren.'),
('da', 'pp_mode', 'PayPal tilstand'),
('da', 'pp_product_count_is_incorrect', 'Antal betalte varer er anderledes end antallet af varer i ordren'),
('da', 'pp_total_is_incorrect', 'Samlede betaling er anderledes end ordretotal.'),
('da', 'preauth', 'Preauth'),
('da', 'preauthorization', 'Forhåndsgodkendelse'),
('da', 'prefix', 'Præfiks'),
('da', 'preshared_key', 'Forhåndsdelt nøgle'),
('da', 'press_continue_to_recover_password', 'Click <b>Continue</b> to proceed with password change.'),
('da', 'prev', 'Prev.'),
('da', 'preview', 'preview'),
('da', 'previous', 'forrige'),
('da', 'previous_month', 'forrige måned'),
('da', 'previous_period', 'Tidligere periode'),
('da', 'previous_week', 'forrige uge'),
('da', 'previous_year', 'forrige år'),
('da', 'prev_page', 'Prev'),
('da', 'pre_moderation', 'Produkter kræver forudgående godkendelse'),
('da', 'pre_moderation_edit', 'Godkend produkt info opdateringer'),
('da', 'pre_moderation_edit_vendors', 'Godkend leverandørprofil opdateringer'),
('da', 'price', 'Pris'),
('da', 'price_decreased', 'Prisfald på'),
('da', 'price_dec_sign_delimiter', 'Pris decimal separatør'),
('da', 'price_for_all', 'Pris for alle'),
('da', 'price_includes_tax', 'Pris inkl. moms'),
('da', 'price_increased', 'Prisstigning'),
('da', 'price_in_points', 'Pris i point'),
('da', 'price_in_points_decreased', 'Pris i point er faldet med'),
('da', 'price_in_points_increased', 'Pris i point er blevet øget med'),
('da', 'price_list', 'Prisliste'),
('da', 'price_list.text_regenerate', '<p>Hvis produkter, kategorier eller markerede felter blev tilføjet eller ændret, skal du genoprette en prisliste: < br / >[buttons]</p> <p>Dannet prislister er tilgængelig via disse links <br/>[links]</p>'),
('da', 'price_list.text_select_storefront', 'For at oprette et sitemap, skal du vælge butik først.'),
('da', 'price_list_ziparchive_not_installed', 'Umuligt at oprette XML-prisliste. Tilføj venligst zip opbakning i PHP på din server. Følg <a href=\"http://www.php.net/manual/en/zip.installation.php\"> http://www.php.net/manual/en/zip.installation.php</a>.'),
('da', 'price_rate_not_set', 'Price rate was not set.'),
('da', 'price_summary', 'Pris resumé'),
('da', 'pricing_inventory', 'Pris / lagerliste'),
('da', 'primary', 'Primær'),
('da', 'primary_currency', 'Primære valuta'),
('da', 'printslip_request', 'Requisições de Etiquetas'),
('da', 'printslip_request_pending', 'Você irá receber uma notificação quando a etiqueta estiver disponível.'),
('da', 'print_card', 'Udskriv kort'),
('da', 'print_credit_memo', 'Udskriv kreditnota'),
('da', 'print_documents', 'Print documents'),
('da', 'print_invoice', 'Udskriv faktura'),
('da', 'print_order_details', 'Udskriv ordredetaljer'),
('da', 'print_packing_slip', 'Udskriv pakke bon'),
('da', 'print_pdf_credit_memo', 'Udskriv kreditnota (pdf)'),
('da', 'print_pdf_invoice', 'Udskriv faktura (pdf)'),
('da', 'print_pdf_order_details', 'Udskriv for detaljer (pdf)'),
('da', 'print_pdf_packing_slip', 'Udskrive følgesedlen (pdf)'),
('da', 'print_slip', 'Udskriv bon'),
('da', 'priority', 'Prioritet'),
('da', 'private', 'Privat'),
('da', 'private_customer_settings', 'Privat kunde indstillinger'),
('da', 'private_files', 'Private filer'),
('da', 'privilege', 'Privilegier'),
('da', 'privilege.apply_to_all', 'Apply value to all'),
('da', 'privilege.custom_access', 'Custom access'),
('da', 'privilege.full_access', 'Full access'),
('da', 'privilege.no_access', 'No access'),
('da', 'privilege.view_access', 'Can view only'),
('da', 'privileges', 'Privilegier'),
('da', 'privileges.abt__ut2.settings.manage', 'Manage theme settings'),
('da', 'privileges.abt__ut2.settings.view', 'View theme settings'),
('da', 'privileges.ab__cb_manage_banners', 'AB: Manage banners for categories'),
('da', 'privileges.ab__cb_view_banners', 'AB: View banners for categories'),
('da', 'privileges.ab__dotd_manage_seodata', 'Manage promotions SEO data'),
('da', 'privileges.ab__dotd_view_seodata', 'View promotions SEO data'),
('da', 'privileges.ab__hpd.manage', 'Manage data'),
('da', 'privileges.ab__hpd.view', 'View help'),
('da', 'privileges.ab__mb_manage_data', 'Managing motivational data'),
('da', 'privileges.ab__mb_view_data', 'Viewing motivational data'),
('da', 'privileges.ab__stt.data.manage', 'Manage button data'),
('da', 'privileges.ab__stt.data.view', 'View button data'),
('da', 'privileges.ab__vg_manage_videos', 'Manage videos'),
('da', 'privileges.ab__vg_view_videos', 'View videos'),
('da', 'privileges.backup_restore', 'Can manage'),
('da', 'privileges.change_order_status', 'Can change statuses'),
('da', 'privileges.create_order', 'Can create'),
('da', 'privileges.delete_logs', 'Can delete'),
('da', 'privileges.delete_orders', 'Can delete'),
('da', 'privileges.edit_blocks', 'Can edit'),
('da', 'privileges.edit_files', 'Redigere filer'),
('da', 'privileges.edit_order', 'Can edit entire order (select other products, payment and shipping methods, customers)'),
('da', 'privileges.exim_access', 'Can manage'),
('da', 'privileges.manage_access_restrictions', 'Can edit'),
('da', 'privileges.manage_banners', 'Can edit'),
('da', 'privileges.manage_call_requests', 'Can edit'),
('da', 'privileges.manage_catalog', 'Can edit'),
('da', 'privileges.manage_cscart_uvdesk', 'Manage UVDesk'),
('da', 'privileges.manage_currencies', 'Can edit'),
('da', 'privileges.manage_design', 'Can edit'),
('da', 'privileges.manage_discussions', 'Can edit'),
('da', 'privileges.manage_document_templates', 'Can edit'),
('da', 'privileges.manage_email_marketing', 'Can edit'),
('da', 'privileges.manage_email_templates', 'Can edit'),
('da', 'privileges.manage_gift_certificates', 'Can edit'),
('da', 'privileges.manage_languages', 'Can edit'),
('da', 'privileges.manage_locations', 'Can edit'),
('da', 'privileges.manage_newsletters', 'Can edit'),
('da', 'privileges.manage_order_statuses', 'Can edit'),
('da', 'privileges.manage_pages', 'Administrer sider'),
('da', 'privileges.manage_payments', 'Can edit'),
('da', 'privileges.manage_payouts', 'Can edit'),
('da', 'privileges.manage_product_premoderation', 'Can manage'),
('da', 'privileges.manage_product_reviews', 'Can edit'),
('da', 'privileges.manage_promotions', 'Can edit'),
('da', 'privileges.manage_providers', 'Can edit'),
('da', 'privileges.manage_reports', 'Can edit'),
('da', 'privileges.manage_reward_points', 'Can edit'),
('da', 'privileges.manage_rma', 'Can edit'),
('da', 'privileges.manage_seo_rules', 'Can edit'),
('da', 'privileges.manage_shipping', 'Can edit'),
('da', 'privileges.manage_sitemap', 'Can edit'),
('da', 'privileges.manage_static_data', 'Can edit'),
('da', 'privileges.manage_storage', 'Can manage'),
('da', 'privileges.manage_stores', 'Administrere butikker'),
('da', 'privileges.manage_store_locator', 'Can edit'),
('da', 'privileges.manage_suppliers', 'Can edit'),
('da', 'privileges.manage_taxes', 'Can edit'),
('da', 'privileges.manage_themes', 'Can edit'),
('da', 'privileges.manage_translation', 'Can edit'),
('da', 'privileges.manage_usergroups', 'Can edit'),
('da', 'privileges.manage_users', 'Can edit'),
('da', 'privileges.manage_vendors', 'Can edit'),
('da', 'privileges.manage_vendor_communication', 'Can edit'),
('da', 'privileges.manage_vendor_plans', 'Can edit'),
('da', 'privileges.update_order_details', 'Can edit minor details (select manager; edit shipments, notes, and tracking number)'),
('da', 'privileges.update_settings', 'Can edit'),
('da', 'privileges.upgrade_store', 'Can upgrade'),
('da', 'privileges.view_banners', 'Can view'),
('da', 'privileges.view_call_requests', 'Can view'),
('da', 'privileges.view_catalog', 'Can view'),
('da', 'privileges.view_cscart_uvdesk', 'View UVDesk'),
('da', 'privileges.view_currencies', 'Can view'),
('da', 'privileges.view_discussions', 'Can view'),
('da', 'privileges.view_email_marketing', 'Can view'),
('da', 'privileges.view_file_changes', 'Can view'),
('da', 'privileges.view_languages', 'Can view'),
('da', 'privileges.view_locations', 'Can view'),
('da', 'privileges.view_logs', 'Can view'),
('da', 'privileges.view_newsletters', 'Can view'),
('da', 'privileges.view_orders', 'Can view'),
('da', 'privileges.view_pages', 'Can view'),
('da', 'privileges.view_payments', 'Can view'),
('da', 'privileges.view_payouts', 'Can view'),
('da', 'privileges.view_product_reviews', 'Can view'),
('da', 'privileges.view_providers', 'Can view'),
('da', 'privileges.view_reports', 'Can view'),
('da', 'privileges.view_seo_rules', 'Can view'),
('da', 'privileges.view_settings', 'Can view'),
('da', 'privileges.view_shipping', 'Can view'),
('da', 'privileges.view_static_data', 'Can view'),
('da', 'privileges.view_stores', 'Se butikker'),
('da', 'privileges.view_store_locator', 'Can view'),
('da', 'privileges.view_taxes', 'Can view'),
('da', 'privileges.view_usergroups', 'Can view'),
('da', 'privileges.view_users', 'Can view'),
('da', 'privileges.view_vendors', 'Can view'),
('da', 'privileges.view_vendor_communication', 'Can view'),
('da', 'privileges.view_vendor_plans', 'Can view'),
('da', 'privilege_groups.ab__addons_manager', 'AB: Add-ons Manager'),
('da', 'privilege_groups.ab__category_banners', 'AB: Banners for categories'),
('da', 'privilege_groups.ab__deal_of_the_day', 'AB: Product of the day and extended promotions'),
('da', 'privilege_groups.ab__fast_navigation', 'AB: Fast navigation'),
('da', 'privilege_groups.ab__hide_product_description', 'AB: Hide the part of the content up to a certain height'),
('da', 'privilege_groups.ab__landing_categories', 'AB: Landing categories/pages'),
('da', 'privilege_groups.ab__motivation_block', 'AB: Motivation block'),
('da', 'privilege_groups.ab__scroll_to_top', 'AB: \"Scroll to top\" button'),
('da', 'privilege_groups.ab__video_gallery', 'AB: Video gallery of the product'),
('da', 'privilege_groups.access_restrictions', 'Access restrictions'),
('da', 'privilege_groups.admin_communication', 'Message center: vendor-to-admin communication'),
('da', 'privilege_groups.backup_restore', 'Backup/Restore'),
('da', 'privilege_groups.banners', 'Banners'),
('da', 'privilege_groups.blocks', 'Blocks'),
('da', 'privilege_groups.blog_and_pages', 'Blog & Pages'),
('da', 'privilege_groups.call_requests', 'Call requests'),
('da', 'privilege_groups.currencies', 'Currencies'),
('da', 'privilege_groups.design', 'Design'),
('da', 'privilege_groups.discussions', 'Comments and reviews'),
('da', 'privilege_groups.documents', 'Documents'),
('da', 'privilege_groups.edit_on_site', 'Edit content on-site'),
('da', 'privilege_groups.email_marketing', 'Email marketing'),
('da', 'privilege_groups.email_templates', 'Email templates'),
('da', 'privilege_groups.exim', 'Import og export data'),
('da', 'privilege_groups.files', 'Files'),
('da', 'privilege_groups.file_changes', 'File changes detector'),
('da', 'privilege_groups.gift_certificates', 'Gift certificates'),
('da', 'privilege_groups.internal_templates', 'On-site notification templates'),
('da', 'privilege_groups.languages', 'Languages'),
('da', 'privilege_groups.locations', 'Rate areas'),
('da', 'privilege_groups.logs', 'Logs'),
('da', 'privilege_groups.newsletters', 'Newsletters'),
('da', 'privilege_groups.notification_settings', 'Notifications'),
('da', 'privilege_groups.orders', 'Orders'),
('da', 'privilege_groups.order_communication', 'Message center: communication with customer'),
('da', 'privilege_groups.order_statuses', 'Order statuses'),
('da', 'privilege_groups.other', 'Other'),
('da', 'privilege_groups.payments', 'Payment methods'),
('da', 'privilege_groups.products', 'Categories, Products, Features, Filters, Options'),
('da', 'privilege_groups.product_premoderation', 'Product approval'),
('da', 'privilege_groups.product_reviews', 'Product reviews'),
('da', 'privilege_groups.promotions', 'Promotions'),
('da', 'privilege_groups.reward_points', 'Reward points'),
('da', 'privilege_groups.rma', 'Return merchandise authorization (RMA)'),
('da', 'privilege_groups.sales_reports', 'Sales reports'),
('da', 'privilege_groups.seo', 'SEO'),
('da', 'privilege_groups.settings', 'Settings'),
('da', 'privilege_groups.shipping', 'Shipping methods'),
('da', 'privilege_groups.sitemap', 'Sitemap'),
('da', 'privilege_groups.social_login', 'Social login'),
('da', 'privilege_groups.static_data', 'Static data'),
('da', 'privilege_groups.storage', 'Storage'),
('da', 'privilege_groups.stores', 'Storefronts'),
('da', 'privilege_groups.store_locator', 'Store locator'),
('da', 'privilege_groups.suppliers', 'Suppliers'),
('da', 'privilege_groups.taxes', 'Taxes'),
('da', 'privilege_groups.themes', 'Themes'),
('da', 'privilege_groups.upgrade_center', 'Upgrade center'),
('da', 'privilege_groups.users', 'Users'),
('da', 'privilege_groups.user_groups', 'User groups'),
('da', 'privilege_groups.vendors', 'Stores'),
('da', 'privilege_groups.vendor_communication', 'Message center: Customer to Vendor'),
('da', 'privilege_groups.vendor_payouts', 'Accounting'),
('da', 'privilege_groups.vendor_plans', 'Vendor plans'),
('da', 'privilege_sections.ab__addons', 'AB: Add-ons'),
('da', 'privilege_sections.addons', 'Add-on privileges'),
('da', 'privilege_sections.administration', 'Administration privileges'),
('da', 'privilege_sections.cart', 'Indkøbskurv'),
('da', 'privilege_sections.catalog', 'Katalog'),
('da', 'privilege_sections.cms', 'CMS'),
('da', 'privilege_sections.design', 'Design privileges'),
('da', 'privilege_sections.marketing', 'Marketing privileges'),
('da', 'privilege_sections.orders', 'Order privileges'),
('da', 'privilege_sections.products', 'Product privileges'),
('da', 'privilege_sections.settings', 'Settings privileges'),
('da', 'privilege_sections.users', 'Customer privileges'),
('da', 'privilege_sections.vendors', 'Store privileges'),
('da', 'privilege_sections.website', 'Website privileges'),
('da', 'proceed', 'fortsæt'),
('da', 'proceed_to_checkout', 'Gå til kassen'),
('da', 'proceed_to_the_next_step', 'fortsæt til næste trin'),
('da', 'processed', 'bearbejd'),
('da', 'processing', 'bearbejder'),
('da', 'processing_order', 'bearbejder ordre'),
('da', 'processor', 'Processor'),
('da', 'processor_description_cardsave', 'Erhvervskonti leveret af Cardsave, <a href=\"http://www.cardsave.net\"> www.cardsave.net</a> <br/> <br/> E-mail: <a href=\'mailto:ecomm@cardsave.net\'> ecomm@cardsave.net</a>'),
('da', 'processor_description_p21', '<b>P21 Simple API</b> gør det muligt at acceptere checkindbetalinger. Det tilbyder branchens mest omfattende udvalg af check billede skabelse og clearing løsninger. Med Check 21, vil du modtage dine penge inden for samme dag ved check eller direkte indbetaling. <br/> <br/>For at aktivere indstillingen Check 21, bedes du kontakte os via e-mail på: <a href=\"mailto:support@payment21.com\"> support@payment21.com</a> eller på telefon: 1-888-770-0850 (amerikanske Toll Free) eller 0041-71-740-1629 (International). <br/> <br/><a href=\"http://www.payment21.com\" target=\"_blank\"> www.payment21.com</a>'),
('da', 'processor_id', 'Processor-ID'),
('da', 'process_selected', 'proces valgt'),
('da', 'product', 'Produkt'),
('da', 'products', 'Produkter'),
('da', 'products2', 'Produkter2'),
('da', 'products_added_to_cart', 'produkter til din indkøbsvogn'),
('da', 'products_adopted', '[n] product had a new main category assigned to it.|[n] products had a new main category assigned to them.'),
('da', 'products_amount', 'Produkt antal'),
('da', 'products_approval_status_approved', 'Tak for at indsende nye produkter. Følgende produkter er blevet godkendt af butik administration og tilføjet til produktkataloget'),
('da', 'products_approval_status_changed', 'Din produkt(er), har blevet [status]'),
('da', 'products_approval_status_disapproved', 'Tak for at indsende nye produkter. Følgende produkter er blevet afvist af butiksadministrationen'),
('da', 'products_are_not_selectable_for_context_menu', 'You can not select products that belong to another storefront.'),
('da', 'products_bar', 'Produktbar'),
('da', 'products_cost', 'Produkt pris'),
('da', 'products_deprecated', 'Products (Deprecated)'),
('da', 'products_for_shipment_not_selected', 'Ingen produkter blev valgt til forsendelse'),
('da', 'products_found', 'Produkt fundet'),
('da', 'products_grid', 'Produkter gitter'),
('da', 'products_in', 'Products in'),
('da', 'products_information', 'Produkt information'),
('da', 'products_in_cart', 'Produkter i kurv'),
('da', 'products_links_type', 'Produkter links type'),
('da', 'products_menu_description', 'Se, tilføje og redigere produkter, som bliver vist til besøgende i din butik.'),
('da', 'products_menu_title', 'Products'),
('da', 'products_moved_to_trash', '[count] produkter var flyttet til <a href=\'[url]\' target=\'_blank\'> papirkurven kategori</a>'),
('da', 'products_number_added_to_cart', '<b>[number]</b> products were added to your cart'),
('da', 'products_required', 'Tilføj venligst produkt(er)'),
('da', 'products_stat', 'Produkt statistik'),
('da', 'products_weight', 'Produkt vægt'),
('da', 'products_were_sent', 'Din ordre er nu blevet sendt. Se flere informationer nede under.'),
('da', 'products_without_category', 'Products without category'),
('da', 'products_without_category_description', 'When a product is created without a category during import, it will be placed into this category.'),
('da', 'products_without_category_notification_text', 'Some of your products currently don\'t have a category. It may be harder for customers to find those products.<br /> <a href=\"[url]\" target=\"_blank\">Please check these products and assign them a category.</a>'),
('da', 'product_added_to_cart', 'Varen er blevet lagt i kurven'),
('da', 'product_added_to_cl', 'Produktet blev føjet til sammenligningslisten'),
('da', 'product_added_to_wl', 'Produktet er nu i ønskelisten'),
('da', 'product_approval', 'Produktgodkendelse'),
('da', 'product_approval_menu_description', 'Administrer individuelle produkter eller gruppe af produkter, der leveres af store leverandørerne.'),
('da', 'product_approval_status_approved', 'Dit produkt [product] er godkendt af administrationen, butik og tilføjet til produktkataloget. Shoppere kan nu bestille dette produkt i butikken.'),
('da', 'product_approval_status_disapproved', 'Dit produkt [product] er blevet afvist af store administrationen'),
('da', 'product_availability', 'Product availability'),
('da', 'product_cannot_be_added', 'Produktet kan ikke tilføjes til indkøbskurven. Kontroller om alle uploade filer opfylder de nødvendige betingelser'),
('da', 'product_code', 'Produkt kode'),
('da', 'product_columns', 'Produkt spalter'),
('da', 'product_combinations', 'Kombinationer af produkter'),
('da', 'product_coming_soon', 'Dette produkt kan ikke lægges i kurven. Vi regner med at havde den klar til bestilling igen [avail_date]'),
('da', 'product_coming_soon_add', 'Dette produkt er først på lager fra [avail_date]'),
('da', 'product_comparison_list', 'Sammenligningsliste'),
('da', 'product_details', 'Produkt detalje'),
('da', 'product_details_sidebar', 'Product details'),
('da', 'product_details_tabs', 'Tabs'),
('da', 'product_details_view', 'Se produktdetaljer'),
('da', 'product_disabled_options', 'Produkt <strong>[product]</strong> har muligheder eller indstillingsvarianter, der ikke findes længere, så det blev fjernet fra Indkøbsvogn'),
('da', 'product_feature.feature_style', 'Feature style'),
('da', 'product_feature.feature_style.brand', 'Brand'),
('da', 'product_feature.feature_style.checkbox', 'Checkbox'),
('da', 'product_feature.feature_style.color', 'Color'),
('da', 'product_feature.feature_style.dropdown', 'Drop-down list'),
('da', 'product_feature.feature_style.dropdown_images', 'Images'),
('da', 'product_feature.feature_style.dropdown_labels', 'Text labels'),
('da', 'product_feature.feature_style.multiple_checkbox', 'Multiple checkboxes'),
('da', 'product_feature.feature_style.number', 'Number'),
('da', 'product_feature.feature_style.text', 'Text or number'),
('da', 'product_feature.filter_style', 'Filter type'),
('da', 'product_feature.filter_style.checkbox', 'Checkbox'),
('da', 'product_feature.filter_style.color', 'Color'),
('da', 'product_feature.filter_style.date', 'Date selector'),
('da', 'product_feature.filter_style.slider', 'Number slider'),
('da', 'product_feature.purpose', 'Purpose'),
('da', 'product_feature.purpose.describe_product', 'Additional information'),
('da', 'product_feature.purpose.describe_product.description', 'For cases when you just need to show some information on a product page. There are no filters for this kind of features.'),
('da', 'product_feature.purpose.find_products', 'Product search via filters'),
('da', 'product_feature.purpose.find_products.description', 'For a feature that just allows you to specify an additional property of a product (for example, \"Fabric\" for T-shirts). If you create a filter by that feature, customers will see that such a property exists, and will be able to search products by it.'),
('da', 'product_feature.purpose.group_catalog_item', 'Variations as separate products'),
('da', 'product_feature.purpose.group_catalog_item.description', 'For cases when a few similar products differ visibly by a feature, and have different names (for example, multiple \"Color\" variants of a T-shirt). These products will appear as separate positions in the catalog. Customers will also be able to select the desired feature value on the product page. To achieve this, <b>set up variations for products with this feature</b>.'),
('da', 'product_feature.purpose.group_variation_catalog_item', 'Variations as one product'),
('da', 'product_feature.purpose.group_variation_catalog_item.description', 'For cases when a few similar products differ by a feature, but have the same name and similar appearance (for example, multiple \"Size\" variants of a T-shirt). These products will occupy a single position in the catalog. Customers will be able to select the desired feature value on the product page. To achieve this, <b>set up variations for products with this feature</b>.'),
('da', 'product_feature.purpose.organize_catalog', 'Brand, author, etc.'),
('da', 'product_feature.purpose.organize_catalog.description', 'For features like \"Brand\" or \"Manufacturer\" (for most products), \"Performer\" or \"Label\" (for music), \"Author\" or \"Publisher\" (for books), and so on. Every variant of this feature gets its own page with an image, description, and the list of products.'),
('da', 'product_features_are_not_selectable_for_context_menu', 'You can not select product features that belong to another storefront.'),
('da', 'product_feature_cannot_assigned', 'Denne funktion \"[feature_name]\" kan ikke blive brugt på \"[product_name]\"'),
('da', 'product_feature_groups_are_not_selectable_for_context_menu', 'You can not select product feature groups that belong to another storefront.'),
('da', 'product_fields', 'Produkt fields'),
('da', 'product_filters_are_not_selectable_for_context_menu', 'You can not select product filters that belong to another storefront.'),
('da', 'product_groups', 'Produkt gruppe'),
('da', 'product_id', 'Produkt ID'),
('da', 'product_images', 'Produkt Billede'),
('da', 'product_info', 'Produktinfo'),
('da', 'product_inventory', 'Produkt lager'),
('da', 'product_in_cart', 'Dette produkt er allerede i vognen'),
('da', 'product_in_comparison_list', 'Dette produkt er allerede i sammenligningslisten'),
('da', 'product_in_wishlist', 'Produktet er i forvejen på din ønskeliste'),
('da', 'product_must_have_owner_category', 'Produktet skal tilhøre til en kategori oprettet af firmaet ejer.'),
('da', 'product_name', 'Produkt navn'),
('da', 'product_name_added_to_cart', '<b>[product]</b> was added to your cart'),
('da', 'product_need_age_verification', 'Du skal bekræfte din alder for at se dette produkt.'),
('da', 'product_notification_subscribed', 'Du er blevet tilmeldt produkt i lageranmeldelser'),
('da', 'product_notification_subscription_error', 'Cannot subscribe for the product in stock notification'),
('da', 'product_notification_unsubscribed', 'Du er blevet afmeldt fra produktet i lageranmeldelser'),
('da', 'product_options', 'Produkt options'),
('da', 'product_options_are_not_selectable_for_context_menu', 'You can not select product options that belong to another storefront'),
('da', 'product_options_forbidden_combination', '<strong>[product]</strong> produktet har indstillinger, der er inkluderet i den forbudte kombination. Produktet blev slettet fra vognen'),
('da', 'product_option_delimiter', 'Mulighed for afgrænser'),
('da', 'product_reviews.add_images', 'Add a photo'),
('da', 'product_reviews.add_new_review', 'reviews: new review'),
('da', 'product_reviews.add_reply', 'Add reply'),
('da', 'product_reviews.admin_reply', 'Administrator reply'),
('da', 'product_reviews.advantages', 'Advantages'),
('da', 'product_reviews.agreement_text_full_add_new_review', '<p>Your name will appear next to your review or comment, visible to everyone. We ([company]) also save your IP address as a security precaution, but in can only be viewed by our staff. It will remain in our system until you withdraw your consent. If you’d like to have your personal data removed, send an email to [email].</p> <p>If you believe that your personal data has been misused, you have the right to lodge a complaint with a supervisory authority. We’re obliged by EU General Data Protection Regulation to let you know about this right; we don’t actually intend to misuse your data.</p>'),
('da', 'product_reviews.agreement_text_short_add_new_review', 'I agree to have my personal data <u>processed as follows.</u>'),
('da', 'product_reviews.and', 'and'),
('da', 'product_reviews.approve', 'Approve'),
('da', 'product_reviews.approved', 'Approved'),
('da', 'product_reviews.average', 'Average'),
('da', 'product_reviews.click_to_see_reviews', 'Click to see the reviews'),
('da', 'product_reviews.comment', 'Comment'),
('da', 'product_reviews.comments', 'Comments'),
('da', 'product_reviews.comments_and_reviews', 'Comments and reviews'),
('da', 'product_reviews.comment_by', 'Comment by'),
('da', 'product_reviews.company_reply', '[company_name] reply'),
('da', 'product_reviews.copy_old_reviews_notice', '<h4 class=\"subheader hand\" data-toggle=\"collapse\" data-target=\"#collapsable_addon_product_reviews_notice\">Copy reviews from the \"Comments and reviews\" add-on<span class=\"icon-caret-down\"></span></h4><div id=\"collapsable_addon_product_reviews_notice\" class=\"in collapse\" style=\"height: auto;\"><ol><li>Only reviews that have both a score and a user\'s comment will be copied. Go to your products and check the “Reviews\" setting on the \"Add-ons\" tab. You might have to allow communication and rating first.</li><li>A review without a score or without a comment will not be copied. To transfer it, you must first manually add the missing score or comment by editing the review.</li><li>While the old \"Comments and reviews\" add-on is installed, the reviews won\'t be removed from there. That way, you can choose to move to \"Product reviews\" whenever all your reviews are ready.</li><li>If you ever need to copy the reviews from the old add-on again in the future, just uninstall and reinstall the \"Product reviews\" add-on. This will remove all its reviews from the database, and you\'ll be able to import the reviews from the \"Comments and reviews\" add-on again.</li></ol><a class=\"cm-post btn btn-primary\" href=\"[url]\">Copy product reviews</a></div>'),
('da', 'product_reviews.copy_old_reviews_warning', 'You have product reviews in the old \"Comments and reviews\" add-on. While that add-on is installed, you\'ll be able copy those reviews to the new \"Product reviews\" add-on <a class=\"cm-post\" href=\"[url]\">in its settings</a>.'),
('da', 'product_reviews.customer_photos', 'Customer photos'),
('da', 'product_reviews.date', 'Date'),
('da', 'product_reviews.disabled', 'Disabled'),
('da', 'product_reviews.disadvantages', 'Disadvantages'),
('da', 'product_reviews.disapprove', 'Disapprove'),
('da', 'product_reviews.error_already_posted', 'You have posted in this review already'),
('da', 'product_reviews.event.new_post', 'New review posted'),
('da', 'product_reviews.event.new_post.message', 'A new review has been posted for product [product]. Click this notification to see the review.'),
('da', 'product_reviews.event.new_post.title', 'New review posted for a product'),
('da', 'product_reviews.event.new_reply', 'New reply was added to review'),
('da', 'product_reviews.excellent', 'Excellent!'),
('da', 'product_reviews.fair', 'Fair'),
('da', 'product_reviews.first_and_last_name', 'First and last name'),
('da', 'product_reviews.five_star_icon', '★★★★★'),
('da', 'product_reviews.four_star_icon', '★★★★'),
('da', 'product_reviews.gdpr_reviews_data', 'Personal data from reviews'),
('da', 'product_reviews.helpfulness', 'Helpfulness'),
('da', 'product_reviews.hide_name', 'Hide my name in the review'),
('da', 'product_reviews.latest_reviews', 'Latest reviews'),
('da', 'product_reviews.manager', 'Comments and reviews'),
('da', 'product_reviews.max_number_image_message', 'A review can have up to [max_image_number] images.'),
('da', 'product_reviews.menu_title', 'Reviews'),
('da', 'product_reviews.menu_title_menu_description', 'Customer reviews on products'),
('da', 'product_reviews.moderation_rules', 'Before submitting a review, make sure that it does not violate the moderation rules: it does not contain links to third-party resources and insults.'),
('da', 'product_reviews.not_approved', 'Not approved'),
('da', 'product_reviews.no_reviews_found', 'No reviews found'),
('da', 'product_reviews.n_reviews', 'review|reviews'),
('da', 'product_reviews.n_stars', '[n] star|[n] stars'),
('da', 'product_reviews.one_star_icon', '★'),
('da', 'product_reviews.out_of_five', 'out of 5'),
('da', 'product_reviews.please_log_in_to_write_a_review', 'Please sign in to write a review'),
('da', 'product_reviews.poor', 'Poor'),
('da', 'product_reviews.product_details', 'Product details'),
('da', 'product_reviews.product_is_rated_n_out_of_five_stars', 'The product is rated [n] out of 5 stars'),
('da', 'product_reviews.product_reviews', 'Product reviews'),
('da', 'product_reviews.rating', 'Rating'),
('da', 'product_reviews.rating_4_and_up', 'Rating 4+'),
('da', 'product_reviews.reply', 'Reply'),
('da', 'product_reviews.review', 'Review'),
('da', 'product_reviews.reviews', 'Reviews: [n]'),
('da', 'product_reviews.reviews_lower', 'reviews'),
('da', 'product_reviews.review_status', 'Review status'),
('da', 'product_reviews.review_this_product', 'Review this product'),
('da', 'product_reviews.review_this_product_description', 'Share your thoughts with other customers'),
('da', 'product_reviews.scroll_to_reviews', 'Scroll to reviews'),
('da', 'product_reviews.scroll_to_review_images', 'Scroll to review images'),
('da', 'product_reviews.show_n_reviews', 'Show [n] review|Show [n] reviews'),
('da', 'product_reviews.show_rating', 'Show review rating'),
('da', 'product_reviews.show_review', 'Show review'),
('da', 'product_reviews.show_reviews', 'Show reviews'),
('da', 'product_reviews.show_review_images', 'Show review images'),
('da', 'product_reviews.star', 'star'),
('da', 'product_reviews.stars', 'stars'),
('da', 'product_reviews.submit_review', 'Submit review'),
('da', 'product_reviews.terms_and_conditions_content', '<p>Please read these Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before using the <a href=\"http://www.mywebsite.com\">http://www.mywebsite.com</a> website and the My Mobile App mobile application (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").</p><p><strong>By accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong></p><p><strong>Purchases</strong></p><p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase including, without limitation, your ...</p><p><strong>Content</strong></p><p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\"). You are responsible for the ...</p><p><strong>Changes</strong></p><p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.</p><p><strong>Contact Us</strong></p><p>If you have any questions about these Terms, please contact us.</p>'),
('da', 'product_reviews.terms_n_conditions', 'Select this check box to accept the [terms_href]'),
('da', 'product_reviews.terms_n_conditions_name', 'Terms and Conditions'),
('da', 'product_reviews.text_approval_notice', 'This review needs approving'),
('da', 'product_reviews.text_new_post_notification', 'This is a notification of a new post to product'),
('da', 'product_reviews.text_new_reply_notification', 'This is a notification of a new reply to your product review'),
('da', 'product_reviews.text_review_pended', 'Your review will be checked before it gets published.'),
('da', 'product_reviews.text_thank_you_for_post', 'Thank you for your post'),
('da', 'product_reviews.text_thank_you_for_review', 'Thank you for your review'),
('da', 'product_reviews.three_star_icon', '★★★'),
('da', 'product_reviews.title', 'Reviews'),
('da', 'product_reviews.title_giftreg', 'Guestbook'),
('da', 'product_reviews.two_star_icon', '★★'),
('da', 'product_reviews.type_message', 'Type a message...'),
('da', 'product_reviews.update_reply', 'Update reply'),
('da', 'product_reviews.uploader_drop_zone_description', 'Drop images here'),
('da', 'product_reviews.uploader_drop_zone_info', 'Photo up to [max_size]'),
('da', 'product_reviews.use_for_reviews', 'Comments and reviews forms'),
('da', 'product_reviews.vendor', 'Vendor'),
('da', 'product_reviews.vendor_reply', 'Vendor reply'),
('da', 'product_reviews.verified_purchase', 'Verified purchase'),
('da', 'product_reviews.very_good', 'Very Good'),
('da', 'product_reviews.vote_down', 'Vote down'),
('da', 'product_reviews.vote_up', 'Vote up'),
('da', 'product_reviews.without_photo', 'Without photo'),
('da', 'product_reviews.with_photo', 'With photo'),
('da', 'product_reviews.write_review', 'Write a review'),
('da', 'product_reviews.write_review_anonymously', 'Write your review anonymously'),
('da', 'product_reviews.write_your_review', 'Write your review'),
('da', 'product_reviews.your_rating', 'Your rating'),
('da', 'product_reviews.you_have_to_buy_product_before_writing_review', 'You can\'t write a review for this product. Customers can write reviews only for the products they bought. If you actually bought this product from us, but are still seeing this message, please contact us.'),
('da', 'product_s', 'Produkt(s)'),
('da', 'product_state_description.mve', '<p>You\'ve activated your [product]. You can use it without time restrictions now. For advanced features (such as separate checkout for each vendor, and vendor-created promotions), get the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus license.</a> To use multiple domains for your marketplace, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br>'),
('da', 'product_state_description.mve.new', 'Fuld ubegrænset adgang til alle funktioner. Angiv et gyldigt licensnummer aktivere. < br / > < br / > denne mode kan aktiveres på ethvert tidspunkt. < br / > < br / >'),
('da', 'product_state_description.mve.plus', '<p>Access to all the functionality, except for multiple storefronts. To have domains for specific audiences, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br />'),
('da', 'product_state_description.mve.ru', '<p>You\'ve activated your [product]. You can use it without time restrictions now. For advanced features (such as separate checkout for each vendor, and vendor-created promotions), get the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus license.</a> To use multiple domains for your marketplace, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br>'),
('da', 'product_state_description.mve.ru.new', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p> <br />'),
('da', 'product_state_description.mve.ru.plus', '<p>Access to all the functionality, except for multiple storefronts. To have domains for specific audiences, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br />'),
('da', 'product_state_description.mve.ru.ultimate', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('da', 'product_state_description.mve.ultimate', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('da', 'product_state_description.ult', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('da', 'product_state_description.ult.b2b', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('da', 'product_state_description.ult.b2b.new', '<p>You can use one of these licenses: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> or <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Both licenses allow you to use [product] without time restrictions.</p><br>'),
('da', 'product_state_description.ult.b2b.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('da', 'product_state_description.ult.new', '<p>Du kan bruge en af disse licenser: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> eller <a href=\"[ultimate_license_url]\" target=\"_blank\"> [product] ultimative</a>. Begge licenser tillade dig at bruge [product] uden tidsbegrænsninger.</p> <br>'),
('da', 'product_state_description.ult.ru', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('da', 'product_state_description.ult.ru.new', '<p>Du kan bruge en af disse licenser: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> eller <a href=\"[ultimate_license_url]\" target=\"_blank\"> [product] ultimative</a>. Begge licenser tillade dig at bruge [product] uden tidsbegrænsninger.</p> <br>'),
('da', 'product_state_description.ult.ru.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('da', 'product_state_description.ult.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('da', 'product_subscriptions', 'Produkt abonnementer'),
('da', 'product_summary', 'Produkt opsummering'),
('da', 'product_tabs', 'Produkt faner'),
('da', 'product_type', 'Produkt type'),
('da', 'product_url', 'Product URL'),
('da', 'product_variations.add_all_variants', 'Add all variants'),
('da', 'product_variations.add_variations', 'Add variations'),
('da', 'product_variations.add_variations_description', 'Allow customers to switch between similar products by selecting the desired value of their common features.'),
('da', 'product_variations.allow_own_features_setting_changing', 'You\'ve disabled the <b>Allow own feature values for child variations</b> setting. Please export <a href=\"[url]\">all your default variations</a> (use \"Export found products\" in the gear button) and reimport them. This will apply their feature values to existing child variations.'),
('da', 'product_variations.allow_own_images_setting_changing', 'You\'ve disabled the <b>Allow own images for child variations</b> setting. Please export <a href=\"[url]\">all your default variations</a> (use \"Export found products\" in the gear button) and reimport them. This will apply their images to existing child variations.'),
('da', 'product_variations.belongs_to_catalog_item', 'Belongs to catalog item:'),
('da', 'product_variations.cant_edit_feature_categories', 'Couldn\'t assign feature to categories or a feature group. Some variations use this feature and aren\'t in the categories you tried to assign. Please delete <a href=\"[href]\">these products</a>, or disband their variation groups, or assign them to the same categories as feature or feature group, and try again.'),
('da', 'product_variations.converter.features.list.hint', 'Below you\'ll find the list of features and feature variants that will be created during the conversion.'),
('da', 'product_variations.converter.features.list.title', 'Features and feature variants'),
('da', 'product_variations.converter.features.merge', 'Merge selected'),
('da', 'product_variations.converter.features.unmerge', 'Split'),
('da', 'product_variations.converter.progress.combinations.error', 'Couldn\'t convert option combination \"[combination]\" of product \"[product]\"'),
('da', 'product_variations.converter.progress.combinations.title', 'Converting option combinations'),
('da', 'product_variations.converter.progress.configurable_products.error', 'Couldn\'t convert product \"[product]\"'),
('da', 'product_variations.converter.progress.configurable_products.title', 'Converting configurable products'),
('da', 'product_variations.converter.progress.errors', 'Errors'),
('da', 'product_variations.converter.progress.features.error', 'Couldn\'t create feature \"[feature]\"'),
('da', 'product_variations.converter.progress.features.title', 'Creating features'),
('da', 'product_variations.converter.progress.products_with_combinations.error', 'Couldn\'t convert product \"[product]\"'),
('da', 'product_variations.converter.progress.products_with_combinations.error_with_reason', 'Couldn\'t convert product \"[product]\". Reason: [error]'),
('da', 'product_variations.converter.progress.products_with_combinations.no_available_combinations', 'Product doesn\'t have any option combinations.'),
('da', 'product_variations.converter.progress.products_with_combinations.only_one_combination', 'A product with only one available option combination can\'t be converted to a variation. It will work properly even without conversion.'),
('da', 'product_variations.converter.progress.products_with_combinations.title', 'Converting products with option combinations'),
('da', 'product_variations.converter.progress.result.combinations_count', 'Number of converted option combinations:'),
('da', 'product_variations.converter.progress.result.configurable_products_count', 'Number of converted configurable products:'),
('da', 'product_variations.converter.progress.result.go_on_products', 'Go to products'),
('da', 'product_variations.converter.progress.result.products_with_combinations_count', 'Number of converted products with option combinations:'),
('da', 'product_variations.converter.progress.result.title', 'Conversion results'),
('da', 'product_variations.converter.progress.result.variations_count', 'Number of converted variations:'),
('da', 'product_variations.converter.progress.variations.error', 'Couldn\'t convert product \"[product]\"'),
('da', 'product_variations.converter.progress.variations.title', 'Converting variations'),
('da', 'product_variations.converter.progress.wait_another_process', 'Please wait while another process will be complete'),
('da', 'product_variations.converter.result.problems_encountered', 'Some of the products couldn\'t be converted. This is not a standard situation and wasn\'t supposed to happen. There are several ways to address it:<ul><li>Check the products that couldn\'t be converted and configure them manually.</li><li>Contact our technical support via Help Desk, and we\'ll see why products weren\'t converted and what can be done about it.</li></ul>'),
('da', 'product_variations.converter.view.combinations_count', 'Number of option combinations found:'),
('da', 'product_variations.converter.view.configurable_products_count', 'Number of configurable products found:'),
('da', 'product_variations.converter.view.no_data', 'No data for conversion found: it appears that your store doesn\'t have option combinations or product variations.'),
('da', 'product_variations.converter.view.products_with_combinations_count', 'Number of products with option combinations found:'),
('da', 'product_variations.converter.view.title', 'Converting products into variations');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('da', 'product_variations.converter.view.variations_count', 'Number of product variations found:'),
('da', 'product_variations.create_new', 'Create new products'),
('da', 'product_variations.delete', 'Disband group'),
('da', 'product_variations.delete_product', 'Delete product'),
('da', 'product_variations.edit_features', 'Edit features'),
('da', 'product_variations.error.cannot_mark_main_product_child_product', 'Product #[product_id] in group \"[group_code]\" isn\'t a variation, so it can\'t become default for a catalog item'),
('da', 'product_variations.error.features_is_empty', 'Features couldn\'t be found'),
('da', 'product_variations.error.feature_combination_is_invalid_for_product', 'Wrong combination of features for product #[product_id] \"[product]\"'),
('da', 'product_variations.error.generate_combinations_is_empty', 'Couldn\'t generate variations. Please specify the values of features to generate variations.'),
('da', 'product_variations.error.generate_products_is_empty', 'No new products were created'),
('da', 'product_variations.error.group_code_is_duplicate', 'The specified variation group code is already in use'),
('da', 'product_variations.error.group_code_is_invalid', 'Couldn\'t set this code for variation group. A group code can contain only digits, Latin characters, and the following signs: \"-\" and \"_\"'),
('da', 'product_variations.error.group_code_is_required', 'Variation group code must be specified'),
('da', 'product_variations.error.group_not_found', 'Variation group #[id] not found'),
('da', 'product_variations.error.group_not_found_by_product', 'Couldn\'t find variation group for #[product_id] \"[product]\"'),
('da', 'product_variations.error.no_available_products', 'No suitable products were found'),
('da', 'product_variations.error.product_company_does_not_match_to_group_company.mve', 'Product #[product_id] \"[product]\" can\'t be added to the variation group because all products in a variation group must belong to the same vendor.'),
('da', 'product_variations.error.product_company_does_not_match_to_group_company.ult', 'Product #[product_id] \"[product]\" can\'t be added to the variation group because all products in a variation group must belong to the same storefront.'),
('da', 'product_variations.error.product_has_not_required_features', 'Product #[product_id] \"[product]\" doesn\'t have the required features to become a variation. Please set feature values for that product.'),
('da', 'product_variations.error.product_ids_empty', 'Products couldn\'t be found'),
('da', 'product_variations.error.product_not_found', 'Product #[product_id] not found'),
('da', 'product_variations.error.product_not_found_in_group', 'Product #[product_id] not found in variation group \"[group_code]\"'),
('da', 'product_variations.error.product_with_features_combination_exits', 'Product #[product_id] \"[product]\" has the exact same combination of feature values as a variation that already exists in the group.'),
('da', 'product_variations.exim.result_notice', 'Data is imported successfully.<br />New products - <b>[new]</b>;<br />Updated products - <b>[exist]</b>;<br />Skipped products - <b>[skipped]</b>;<br />Total - <b>[total]</b>;<br />Created variations - <b>[variation_created]</b>;<br />Updated variations - <b>[variation_updated]</b>;<br />Disbanded variations - <b>[variation_removed]</b>.'),
('da', 'product_variations.feature_can_be_deleted', 'Couldn\'t delete a feature or its variant because at least one variation group is based on it. Please delete <a href=\"[href]\">these products</a> or disband their product groups, and try again.'),
('da', 'product_variations.feature_used_by_variation_group.tooltip', 'This feature is used by variation group [code]. To choose a different value of this feature for a product, switch to the \"Variations\" tab of the product editing page. New values can be added on the feature editing page.'),
('da', 'product_variations.generator.create_btn', 'Create [n] variation|Create [n] variations'),
('da', 'product_variations.generator.features.placeholder', 'Search for features that can generate variations'),
('da', 'product_variations.generator.feature_variants.add_all_variants', 'Add all variants'),
('da', 'product_variations.generator.feature_variants.placeholder', 'Type to search'),
('da', 'product_variations.generator.table.title', 'Modify the variations to be created:'),
('da', 'product_variations.generator.warning.new_features_add', 'You can add a new feature if you disband the group in the actions menu and create variations again.'),
('da', 'product_variations.group_code', 'Variation group'),
('da', 'product_variations.group_code.description', 'Use the group code on a product editing page or during import to add the product to this group as a variation. A group code can contain only digits, Latin characters, and the following signs: \"-\" and \"_\".'),
('da', 'product_variations.group_code.link', 'Add to variation group'),
('da', 'product_variations.group_code.link.description', 'Select the code of the group to which this product will be added as a variation. If the desired variation group doesn\'t appear among suggestions, please make sure that you have specified the value for every feature that defines the group.'),
('da', 'product_variations.group_code.placeholder', 'Set custom group code here'),
('da', 'product_variations.hide_add_to_wishlist_button', 'Hide add to wish list button'),
('da', 'product_variations.link_existing', 'Use existing products'),
('da', 'product_variations.manage', 'Manage variations'),
('da', 'product_variations.mark_main_product', 'Set as default variation'),
('da', 'product_variations.notice.is_old_product_variation', 'This product is an old variation that hasn\'t been converted yet. To make it work as before the upgrade, <a href=\"[convert_url]\">convert old variations to new variations</a>.'),
('da', 'product_variations.notice.old_product_variations_exists', 'Your store still has old product variations. They currently appear as separate products, without the ability to switch between them. To make them work as before the upgrade, <a href=\"[convert_url]\">convert old variations to new variations</a>. It\'s easy and automatic.'),
('da', 'product_variations.no_available_features', 'This product doesn\'t have features that allow grouping products. Please make sure that:<ol><li>You have created at least one feature with <b>Purpose:</b> <i>Variations as separate products</i> or <i>Variations as one product</i>.</li><li>You have specified the value of that feature for the product.</li></ol>'),
('da', 'product_variations.product_type', 'Product type'),
('da', 'product_variations.product_type.catalog_item', 'Catalog item'),
('da', 'product_variations.product_type.variation_of_catalog_item', 'Variation of a catalog item'),
('da', 'product_variations.remove_variation', 'Remove variation from group'),
('da', 'product_variations.select_variation', 'Select a Variation'),
('da', 'product_variations.show_product_code', 'Show product code'),
('da', 'product_variations.show_variation_thumbnails', 'Show variation thumbnails'),
('da', 'product_variations.too_many_combinations', 'Sorry, there are too many possible variations that can be generated. To prevent heavy load, we won\'t display them here. Please create the products with the right feature values manually or via import, and add them to the group.'),
('da', 'product_variations.upgrade_notification.convert_combination_message', '<p>In the upcoming version 4.12.1, product variations will fully replace option combinations. The code that handles option combinations will be removed. Please note that ONLY <a href=\"https://docs.cs-cart.com/4.11.x/user_guide/manage_products/options/option_combinations.html\" target=\"_blank\">option combinations</a> and their code will be removed. <a href=\"https://docs.cs-cart.com/4.11.x/user_guide/manage_products/options/index.html\" target=\"_blank\">Options</a> themselves will remain exactly as they are now.</p><p>Your store still has option combinations. That\'s why we ask you to convert option combinations into product variations. The process is mostly automatic. We only ask your input to make sure that everything goes smoothly and according to your expectations.</p><p><a href=\"[convert_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Convert option combinations</a></p>'),
('da', 'product_variations.upgrade_notification.convert_combination_message_without_variations', '<p>In the upcoming version 4.12.1, product variations will fully replace option combinations. The code that handles option combinations will be removed. Please note that ONLY <a href=\"https://docs.cs-cart.com/4.11.x/user_guide/manage_products/options/option_combinations.html\" target=\"_blank\">option combinations</a> and their code will be removed. <a href=\"https://docs.cs-cart.com/4.11.x/user_guide/manage_products/options/index.html\" target=\"_blank\">Options</a> themselves will remain exactly as they are now.</p><p>Your store still has option combinations. That\'s why we ask you to convert option combinations into product variations. The process is mostly automatic. We only ask your input to make sure that everything goes smoothly and according to your expectations.</p><p>However, the Product Variations add-on isn\'t active in your store yet. You\'ll need to install or enable it first, and run the conversion.</p><p><a href=\"[search_for_addon]\" target=\"_blank\" class=\"btn btn-large\">1. Activate the add-on</a> <a href=\"[convert_url]\" target=\"_blank\" class=\"btn btn-large\">2. Convert option combinations</a></p>'),
('da', 'product_variations.upgrade_notification.convert_combination_title', 'Convert option combinations to product variations'),
('da', 'product_variations.upgrade_notification.convert_variations_message', '<p>Product variations in version 4.10.1 are more powerful than ever. They can now occupy separate positions in the catalog, be filtered and imported easily. To achieve this, we remade variations from scratch. They are now based on features instead of options.</p><p><b>We have disabled the old variations in your store, because they won’t work until they are converted.</b> The conversion is automatic, we just need your consent. Please check what we plan to do, and convert variations to use features.</p><p><a href=\"[convert_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check and convert variations</a> <a href=\"https://docs.cs-cart.com/4.10.x/user_guide/manage_products/products/product_variations.html\" target=\"_blank\" class=\"btn btn-large\">Learn more about variations</a></p>'),
('da', 'product_variations.upgrade_notification.convert_variations_title', 'Convert product variations to use features'),
('da', 'product_variations.variations', 'Variations'),
('da', 'product_variations.variations_filling', 'Variations'),
('da', 'product_variations.variations_list', 'Variations'),
('da', 'product_variations.variations_list_block_name', 'Variations list'),
('da', 'product_variations.variations_list_tab_name', 'View all variations as list'),
('da', 'product_variations.variations_naming_strategy.key_value', 'Color: Red, Size: Small'),
('da', 'product_variations.variations_naming_strategy.value', 'Red, Small'),
('da', 'product_variations.variation_of_product', 'Variation of catalog item <a href=\"[url]\">[product]</a>'),
('da', 'profile', 'Profil'),
('da', 'profiles', 'Profiler'),
('da', 'profile_activated', 'Konto aktiveret'),
('da', 'profile_deactivated', 'Konto deaktiveret'),
('da', 'profile_details', 'Profil detaljer'),
('da', 'profile_fields', 'Profil felt'),
('da', 'profile_fields_menu_description', 'Konfigurere sæt af felter, der medtages i formen profil.'),
('da', 'profile_field_contains_information', 'Сouldn\'t change the field type: someone has already submitted data in this field.'),
('da', 'profile_field_name', 'Feltnavn'),
('da', 'profile_field_name_tooltip', 'A character sequence that serves as an identifier. You can use figures from 0 to 9, symbols of the English alphabet and \"_\" sign.'),
('da', 'profile_info', 'Profil info'),
('da', 'profile_name', 'Profil navn'),
('da', 'profile_type', 'Profile type'),
('da', 'profile_types_section_seller', 'Vendor information'),
('da', 'profile_types_section_user', 'Customers and admins'),
('da', 'project_id', 'Projekt-ID'),
('da', 'project_password', 'Projekt adgangskode'),
('da', 'prolongate_download_key', 'Prolongere download nøgle til'),
('da', 'promotion', 'forfremmelse'),
('da', 'promotions', 'Promovering'),
('da', 'promotions.cond_all', 'alle'),
('da', 'promotions.cond_any', 'enhver'),
('da', 'promotions.cond_false', 'falsk'),
('da', 'promotions.cond_true', 'sandt'),
('da', 'promotions_menu_description', 'Fremme varer og tilbyder bonusser baserer på kundemedlemskaber.'),
('da', 'promotion_bonus_discount_on_categories', 'Rabat på alle varer i kategorier'),
('da', 'promotion_bonus_discount_on_products', 'Rabat på produkter'),
('da', 'promotion_bonus_free_products', 'Gratis produkter'),
('da', 'promotion_bonus_free_shipping', 'Gratis fragt'),
('da', 'promotion_bonus_gift_certificate', 'Gavekort'),
('da', 'promotion_bonus_give_coupon', 'Giv kupon'),
('da', 'promotion_bonus_give_points', 'giv point'),
('da', 'promotion_bonus_give_usergroup', 'Giv bruger gruppe'),
('da', 'promotion_bonus_order_discount', 'Ordre rabat'),
('da', 'promotion_bonus_product_discount', 'Produkt rabat'),
('da', 'promotion_cond_auto_coupons', 'Automatisk genererede kuponkoder'),
('da', 'promotion_cond_birthday', 'Fødselsdag'),
('da', 'promotion_cond_categories', 'Kategorier'),
('da', 'promotion_cond_country', 'Kunde land'),
('da', 'promotion_cond_coupon_code', 'Kupon kode'),
('da', 'promotion_cond_feature', 'Produkt feature'),
('da', 'promotion_cond_number_of_usages', 'nummer på usages'),
('da', 'promotion_cond_once_per_customer', 'en pr kunde'),
('da', 'promotion_cond_payment', 'Betalings metode'),
('da', 'promotion_cond_price', 'Produkt pris'),
('da', 'promotion_cond_products', 'Produkt'),
('da', 'promotion_cond_products_number', 'Total produkter i vogn'),
('da', 'promotion_cond_purchased_products', 'Indkøbte produkter'),
('da', 'promotion_cond_reward_points', 'Points på din bruger'),
('da', 'promotion_cond_shipping', 'Leverings metode'),
('da', 'promotion_cond_state', 'Kunde stadie'),
('da', 'promotion_cond_subscribed', 'Kunden er tilmeldt'),
('da', 'promotion_cond_subtotal', 'Ordre subtotal'),
('da', 'promotion_cond_total', 'Ordre total'),
('da', 'promotion_cond_total_weight', 'Total produkt vægt i kurv'),
('da', 'promotion_cond_usergroup', 'Brugergruppe'),
('da', 'promotion_cond_users', 'Brugere'),
('da', 'promotion_cond_zip_postal_code', 'Kunde post nr'),
('da', 'promotion_op_amount', 'beløb'),
('da', 'promotion_op_cont', 'Indeholder'),
('da', 'promotion_op_eq', 'lig med'),
('da', 'promotion_op_gt', 'større'),
('da', 'promotion_op_gte', 'lig med eller større'),
('da', 'promotion_op_in', 'i'),
('da', 'promotion_op_lt', 'mindre'),
('da', 'promotion_op_lte', 'lig med eller mindre'),
('da', 'promotion_op_ncont', 'ikke indeholder'),
('da', 'promotion_op_neq', 'ikke lige'),
('da', 'promotion_op_nin', 'ikke i'),
('da', 'promo_code', 'Kampagnekode'),
('da', 'promo_code_or_certificate', 'Gavekort eller rabatkode'),
('da', 'promo_text', 'Promo tekst'),
('da', 'properties', 'Egenskaber'),
('da', 'protection_eligibility', 'Egnet for beskyttelse'),
('da', 'provider', 'Udbyder'),
('da', 'pspid', 'PSPID'),
('da', 'public', 'Offentlig'),
('da', 'public_files', 'Offentlige filer'),
('da', 'public_key', 'Offentlig nøgle'),
('da', 'purchased', 'købt'),
('da', 'purchased_in_orders', 'Købt i ordrer'),
('da', 'purchased_qty', 'Købt kvantitet'),
('da', 'purchasers_name', 'Fra'),
('da', 'purchase_gift_certificate', 'Indkøb Gavekort'),
('da', 'purpose', 'Purpose'),
('da', 'qty', 'stk.'),
('da', 'qty_discounts', 'Mængderabatter'),
('da', 'qty_discount_type_tooltip', 'Faste beløb/procent skal tages ud af prisen'),
('da', 'quantity', 'Mængde'),
('da', 'quantity_step', 'mængde trin'),
('da', 'query', 'forespørgsel'),
('da', 'questions', 'Spørgsmål'),
('da', 'question_text', 'spørgsmål tekst'),
('da', 'quick_checkout', 'Quick kassen'),
('da', 'quick_links', 'Hurtig link'),
('da', 'quick_menu', 'Hurtig menu'),
('da', 'quick_product_viewer', 'Hurtig produktoversigt'),
('da', 'quick_view', 'Hurtigvisning'),
('da', 'radiogroup', 'Radio group'),
('da', 'random', 'tilfældig'),
('da', 'rank_number', 'Rank (\'machine\') nummer'),
('da', 'rates_calculated_info', 'Rates are calculated for [n] product that costs [price].|Rates are calculated for [n] products that cost [price].'),
('da', 'rates_depend_on', 'Satser afhænger af'),
('da', 'rate_area', 'Rate area'),
('da', 'rate_areas', 'Rate areas'),
('da', 'rate_calculation', 'Sats beregning'),
('da', 'rate_calculation_by_customer_address', 'By customer\'s address'),
('da', 'rate_calculation_by_rate_area', 'Manual (by defined rate area)'),
('da', 'rate_calculation_manual', 'Manual (som defineret sted)'),
('da', 'rate_calculation_manual_by_rate_area', 'Manual (by rate areas)'),
('da', 'rate_calculation_realtime', 'virkelig tid'),
('da', 'rate_calculation_realtime_automatic', 'Real-time (automatic)'),
('da', 'rate_value', 'Sats værdi'),
('da', 'rating', 'Vurdering'),
('da', 'read', 'Læs'),
('da', 'readme', 'Læs mig'),
('da', 'read_more_3d_secure', 'Læs mere om 3-D Secure'),
('da', 'reason', 'Grund'),
('da', 'reasons', 'Grund'),
('da', 'reason_text', 'Betalings process tilbagemelding'),
('da', 'rebuild_cache_automatically', 'Genopbygge cache automatisk'),
('da', 'rebuild_cache_automatically_tooltip', 'Ændrede filer er spores i realtid (herunder filer ændret direkte på serveren) og genlagret. Blok lagring vil blive deaktiveret. Butiks ydeevne kan påvirkes lidt. Anbefales for at deaktivere på produktion.'),
('da', 'rebuild_combinations', 'genopbyg combinations'),
('da', 'recalculate', 'Genberegne'),
('da', 'recalculate_order', 'Genberegn ordre'),
('da', 'recalculate_rates', 'Genberegne priser'),
('da', 'recalculate_shipping_cost', 'Genberegne fragtpris'),
('da', 'recalculate_totals', 'Genberegne totalerne'),
('da', 'recaptcha.error_recaptcha_v3_failed', 'Sorry, the anti-bot validation has failed. If you\'re seeing this message, please contact us and let us know about it.'),
('da', 'recaptcha.none', 'none'),
('da', 'recaptcha.recaptcha_v2', 'reCAPTCHA v2'),
('da', 'recaptcha.recaptcha_v3', 'reCAPTCHA v3'),
('da', 'recaptcha.text_forbidden_countries_notice', '<p>Google reCAPTACHA will be disabled for the selected countries. Instead, visitors from those countries will be asked to type a few symbols they see on the screen.</p>'),
('da', 'recaptcha.text_settings_notice', '<p>The instructions on how to get the <b>site key</b> and <b>secret</b> are available <b><a target=\"_blank\" href=\"https://developers.google.com/recaptcha/intro\">here</a></b>.<br>Please note that the add-on currently supports only <b>reCAPTCHA v2: Checkbox</b></p>'),
('da', 'recaptcha_settings_notice', '<p>Instruktioner om hvordan man får <b>site nøglen</b> og <b>hemmelighed</b> er tilgængelig <b><a target=\"_blank\" href=\"https://developers.google.com/recaptcha/docs/start\"> her</a></b>.</p>'),
('da', 'recaptcha_upgrade_notification_text', '[product] kommer nu med <b>Google reCAPTCHA</b> add-on til at forbedre anti-bot validering. Tilføjelsesprogrammet er blevet installeret og aktiveret under opgraderingen, men den gamle CAPTCHA vil stadig blive brugt, indtil du konfigurerer add-on. Vi anbefaler, at skifte til Google reCAPTCHA hurtigst muligt. At gøre det: <ol><li>gå til <b>Tilføjelser → Administrer tilføjelsesprogrammer</b>.</li> <li>Find og klik på <b>Google reCAPTCHA</b> i liste over tilføjelsesprogrammer.</li> <li>A pop-up vindue vil åbne. Indtast <b>Site nøglen</b> og <b>hemmelige token</b>, derefter gemme dine ændringer. Instruktioner om hvordan du får nøglen og token er tilgængelig <a href=\'https://developers.google.com/recaptcha/docs/start\'> her</a>.</li></ol> <b>Google reCAPTCHA tilføjelse understøtter kun den Responsive tema og dens <a href=\'http://docs.cs-cart.com/4.5.x/designer_guide/parent_themes.html\'> underordnede temaer</a>.</b> Kontakt udvikleren af dit tema for flere oplysninger, før du skifter til Google reCAPTCHA.'),
('da', 'recaptcha_upgrade_notification_title', 'Skift til Google reCAPTCHA til beskyttelse mod robotter'),
('da', 'receivers', 'Receivers'),
('da', 'recent_activity', 'Seneste aktivitet'),
('da', 'recent_blog_posts', 'Seneste blogindlæg'),
('da', 'recent_orders', 'Seneste ordrer'),
('da', 'recent_products', 'Senest set'),
('da', 'recheck', 'Re-check'),
('da', 'recipient', 'modtager'),
('da', 'recipients_name', 'Til'),
('da', 'recipient_description', 'Beskrivelse af Merchant'),
('da', 'recommended', 'Anbefalet'),
('da', 'recommenders', 'REES46'),
('da', 'recover', 'Recover'),
('da', 'recover_password', 'Genopret kodeord'),
('da', 'recover_password_subj', 'Kodeord genopret'),
('da', 'recursively', 'rekursivt'),
('da', 'redesk_connection_ask_question', 'Ask a question'),
('da', 'redesk_connection_create_ticket', 'Contact vendor'),
('da', 'redesk_connection_multivendor_contact_form_info', 'If all is set up correctly, you can use the following contact form with the Re:Desk departments, which will send the messages directly to your Re:Desk help desk:<br /><a href=\"[http_location]/?dispatch=redesk_connection_multivendor.contact\" target=\"_blank\">[http_location]/?dispatch=redesk_connection_multivendor.contact</a>'),
('da', 'redesk_connection_multivendor_manage', 'Import Vendors into Re:Desk'),
('da', 'redesk_create_vendors_accounts', 'Create manager accounts into Re:Desk for Vendors'),
('da', 'redesk_import_vendors', 'Import vendors into Re:Desk'),
('da', 'redesk_import_vendors_as_departments', 'Import Vendors into Re:Desk as Departments'),
('da', 'redirect_customer_from_storefront', 'Omdirigere besøgende på denne butik til den, der har lande som den besøgendes IP adresser tilhører'),
('da', 'rees46_docs', '\n            <p>Ознакомьтесь с <a href=\"http://docs.rees46.com/pages/viewpage.action?pageId=1409157\" target=\"_blank\">подробной инструкцией</a> по настройке модуля и расстановке блоков рекомендаций.</p>\n        '),
('da', 'rees46_error_export_order', 'Для выгрузки заказов и синхронизации статусов заказов введите код и секретный ключ вашего магазина в настройках модуля.'),
('da', 'rees46_export_order', 'Выгрузить заказы'),
('da', 'rees46_export_success', 'Выгрузка заказов в REES46 успешно инициирована.'),
('da', 'rees46_export_unsuccess', 'Ошибка инициализации выгрузки заказов в REES46.'),
('da', 'rees46_info', '\n            <p>Если вы ещё не зарегистрированы в REES46, то, пожалуйста, <a href=\"http://rees46.com\" target=\"_blank\">зарегистрируйтесь</a>. Затем добавьте свой интернет-магазин в <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личном кабинете</a> REES46. Обратите внимание на \"<b>код магазина</b>\" и \"<b>секретный ключ</b>\", они понадобятся для настройки модуля.</p>\n        '),
('da', 'rees46_menu', 'Рекомендательная система REES46'),
('da', 'rees46_menu_settings', 'Настройки'),
('da', 'rees46_orders', '\n            <p>Процесс обучения алгоритма рекомендаций занимает определенное время. Основное время, как правило, требуется на сбор информации и построение взаимосвязей между покупателями и товарами. Ускорить это время можно, загрузив в систему REES46 историю ваших заказов за последние полгода. Это позволяет построить рекомендации для ваших предыдущих клиентов и сформировать более детальные связи между товарами. Загрузка истории может занять некоторое время.</p>\n        '),
('da', 'rees46_orientation_horizontal', 'Горизонтальное'),
('da', 'rees46_orientation_vertical', 'Вертикальное'),
('da', 'rees46_products_per_line', 'Кол-во товаров в каждой линии блока'),
('da', 'rees46_recommender_code', 'Уникальный код блока рекомендаций'),
('da', 'rees46_recommender_orientation', 'Расположение блока'),
('da', 'rees46_statistics', '\n            <p>Для анализа статистики работы товарных рекомендаций, пожалуйста, перейдите в ваш <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личный кабинет</a> REES46.</p>\n        '),
('da', 'rees46_yml', '\n            <p>Ссылку на YML-файл необходимо указать в настройках <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личного кабинета</a> REES46.</p>\n        '),
('da', 'referer', 'Referer'),
('da', 'referrers', 'henviser'),
('da', 'referrer_domain', 'henvis domæne'),
('da', 'refresh', 'Refresh'),
('da', 'refresh_packages_list', 'Opdater tilgængelige opgraderinger'),
('da', 'refund', 'tilbagebetaling'),
('da', 'refunded', 'Refunderet'),
('da', 'refunded_amount', 'Godtgørelsen er'),
('da', 'regexp', 'RegExp'),
('da', 'regexp_hint', 'Ved brug af regexp eftersyn, er det vigtigt at der bliver gjort opmærksom på de forkerte felter, ellers virker regexp ikke.'),
('da', 'region', 'regionen'),
('da', 'regions', 'Regioner'),
('da', 'register', 'Registrer'),
('da', 'registered', 'registrered'),
('da', 'registered_customers', 'Registrerede kunder'),
('da', 'register_autoresponder', 'E-mail-bekræftelse'),
('da', 'register_new_account', 'Tilmeld dig en ny konto'),
('da', 'register_profile', 'Register profil'),
('da', 'registration', 'Registrering'),
('da', 'registration_date', 'Registration date'),
('da', 'regnumber', 'Reg. nummer'),
('da', 'related_gift_cert', 'Related gavekort'),
('da', 'related_order', 'relateret ordre'),
('da', 'release_date', 'udgivelses dato'),
('da', 'remember_me', 'Husk mig'),
('da', 'remove', 'Fjern'),
('da', 'remove_addon_from_favorites', 'Remove add-on from favorites'),
('da', 'remove_backup_files', 'Fjerne backup-filer'),
('da', 'remove_cc_info', 'Fjern CC info'),
('da', 'remove_invoice', 'Fjern faktura'),
('da', 'remove_new_orders_filter_upgrade_notification_text', '<p>In previous versions, every administrator could search for orders that he or she hadn\'t viewed yet (\"New orders\"). Because not every administrator views every order, the list of \"new orders\" only kept growing, which could affect the database negatively in a very long run.</p><p>The \"New orders\" condition in the advanced search has been removed. Please take that into account if you have any saved searches with that condition.</p><p><a href=\"[saved_searches]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check saved searches</a></p>'),
('da', 'remove_new_orders_filter_upgrade_notification_title', 'Search for \"New orders\" removed'),
('da', 'remove_theme', 'Fjerne tema'),
('da', 'remove_this_item', 'Fjern dette produkt'),
('da', 'rename', 'Omdøb'),
('da', 'repay_order', 'Betal ordre'),
('da', 'reply', 'Reply'),
('da', 'reply_to', 'Besvare'),
('da', 'report', 'Rapport'),
('da', 'reports', 'Rapporter'),
('da', 'reports_interval_1', 'I alt'),
('da', 'reports_interval_3', 'Dag'),
('da', 'reports_interval_5', 'Uge'),
('da', 'reports_interval_7', 'Måned'),
('da', 'reports_interval_9', 'År'),
('da', 'reports_list', 'Rapporter liste'),
('da', 'reports_parameter_1', 'Ordre total'),
('da', 'reports_parameter_10', 'Fragt pris'),
('da', 'reports_parameter_11', 'Kategorier'),
('da', 'reports_parameter_12', 'Produkts'),
('da', 'reports_parameter_13', 'Produkt pris'),
('da', 'reports_parameter_14', 'Antallet af produkter'),
('da', 'reports_parameter_15', 'Ledere'),
('da', 'reports_parameter_2', 'Antallet af ordre'),
('da', 'reports_parameter_3', 'Ordre'),
('da', 'reports_parameter_4', 'Status af ordre'),
('da', 'reports_parameter_5', 'Betalingsmetode'),
('da', 'reports_parameter_6', 'Rate areas'),
('da', 'reports_parameter_7', 'Bruger'),
('da', 'reports_parameter_8', 'Rabatter og kuponer'),
('da', 'reports_parameter_9', 'Moms'),
('da', 'report_a_bug', 'Rapport en fejl'),
('da', 'request', 'Forespørgsel'),
('da', 'requests_count', 'Anmod optælling'),
('da', 'requesttype', 'Anmodningstypen'),
('da', 'request_account_name', 'Ønskede kontonavn'),
('da', 'request_error_information', 'Customers have experienced issues with receiving rates from <b>the [shipping]</b> shipping method. Please make sure that is configured properly and that the shipping rate calculation is correct'),
('da', 'request_error_information_title', 'Shipping error'),
('da', 'request_statuses', 'Anmod om status'),
('da', 'required', 'behøve'),
('da', 'required_not_answered', 'Du skal besvare alle obligatoriske spørgsmål.'),
('da', 'required_products', 'Påkrævede produkter'),
('da', 'required_products_added', 'De følgende obligatoriske produkt(er), blev tilføjet til din indkøbskurv'),
('da', 'required_products_out_of_stock', 'Dette produkt kan ikke føjes til din indkøbsvogn, fordi følgende obligatoriske produkt(er) ikke er på lager:'),
('da', 'required_profile_field_description', 'The \"[field_name]\" profile field is required as it is used to calculate shipping rates.'),
('da', 'requires_upgrade', 'Requires [product] upgrade'),
('da', 'reset', 'Nulstil'),
('da', 'reset_filter', 'nulstil filter'),
('da', 'reset_inventory', 'nulstil lager'),
('da', 'reset_password', 'nulstil kodeord'),
('da', 'reset_quantity_to_zero', 'Set quantity of all products to zero'),
('da', 'reset_quantity_to_zero_tooltip', 'If you enable this setting, all the products in your store will have their quantity set to 0, except for the products that have the quantity specified in the imported file.'),
('da', 'resolved', 'afgjort'),
('da', 'response', 'tilbagemeld'),
('da', 'responsive_admin.email_order_invoice_subject', '[company_name]: Invoice for order'),
('da', 'restore', 'genoprette'),
('da', 'restore_default', 'Brug standardværdi'),
('da', 'restore_default_value', 'Gendanne standardværdi'),
('da', 'restore_from_repository', 'Gendan fra lageret'),
('da', 'restore_original', 'Gendanne oprindelige'),
('da', 'restore_robots', 'Gendanne standard-robots.txt'),
('da', 'ResultCode', 'ResultCode'),
('da', 'ResultDescription', 'ResultDescription'),
('da', 'return', 'Vende tilbage til normal visning'),
('da', 'returnable', 'Returklar'),
('da', 'returnable_product', 'Returklar produkt'),
('da', 'returned_product', 'Returnerede produkt'),
('da', 'returned_products', 'Returnerede produkt'),
('da', 'returning_customer', 'Kom tilbage kunde'),
('da', 'returns', 'Returvarer'),
('da', 'returns_info', 'Retur info'),
('da', 'return_info', 'Retur info'),
('da', 'return_period', 'Returperiode'),
('da', 'return_period_days', 'Returtid (dage)'),
('da', 'return_printslip', 'Etiqueta de retorno'),
('da', 'return_products_information', 'Retur produktinformation'),
('da', 'return_registration', 'Anmode om en erstatning eller refusion'),
('da', 'return_requests', 'Retur anmodning'),
('da', 'return_requests_menu_description', 'Se og processer returanmodninger fra ordrer på dit websted.'),
('da', 'return_requests_note', 'Gå til listen over din tilbagesendelsesanmodning'),
('da', 'return_status', 'Returstatus'),
('da', 'return_url_target', 'Tilbage URL target'),
('da', 'reuse', 'Genbrug'),
('da', 'reversa_rastreamento', 'Rastreamento'),
('da', 'reversed', 'Reversed'),
('da', 'revert', 'Vende tilbage'),
('da', 'reviews', 'Anmeldelse |Anmeldelser'),
('da', 'reward_points', 'Reward-point'),
('da', 'reward_points_log', 'Reward-point log'),
('da', 'reward_points_menu_description', 'Tildele globale reward-point i din butik.'),
('da', 'reward_points_subj_added_to', '[n] point er blevet tilføjet til din konto. | [n] point er blevet tilføjet til din konto.'),
('da', 'reward_points_subj_subtracted_from', '[n] point har trukket fra din konto. | [n] point har trukket fra din konto.'),
('da', 're_desk_contact_us', 'Contact us'),
('da', 're_desk_department', 'Vendor'),
('da', 're_desk_full_name', 'Full name'),
('da', 're_desk_thank_you', 'Thank you, your message has been sent.'),
('da', 're_desk_you_can_send', 'You can send us a message using the form below.'),
('da', 're_order', 'Genbestil denne ordre'),
('da', 'right', 'højre'),
('da', 'right_to_left_orientation', 'Højre til venstre orientering'),
('da', 'risk_checking', 'Risiko kontrol er i processen. Prøv at indlæse denne side i et minut.'),
('da', 'risk_information', 'risiko information'),
('da', 'rma', 'RMA'),
('da', 'rma.choose_change_return_status', 'What to do with the order'),
('da', 'rma.dont_recalculate_order', 'Don\'t recalculate order'),
('da', 'rma.manually_recalculate_order', 'Set the new order total manually'),
('da', 'rma.order_total_will_changed', 'The order total will be set to'),
('da', 'rma.please_confirm_decision', 'Please confirm your decision.'),
('da', 'rma.recalculate_order', 'Genberegn ordre'),
('da', 'rma.shipping_costs_will_changed', 'Shipping costs will be set to'),
('da', 'rma.text_return_change_warning', 'The status of return request will change from [old_status] to [new_status].'),
('da', 'rma_actions', 'RMA handlinger'),
('da', 'rma_notify_supplier', 'Advisér leverandør'),
('da', 'rma_reasons', 'RMA årsag'),
('da', 'rma_request_statuses', 'RMA anmodning status'),
('da', 'rma_return', 'Retur'),
('da', 'robots_title', 'Redigering: robots.txt'),
('da', 'romanian', 'rumænsk'),
('da', 'root_category', 'Rod kategori'),
('da', 'root_level', 'Rod level'),
('da', 'root_page', 'Rodniveau side'),
('da', 'round_to', 'Oprund til'),
('da', 'routing_code', 'Routing Number'),
('da', 'rss_created', 'Oprettet'),
('da', 'rss_display_add_to_cart', 'Vis Læg i kurv knappen'),
('da', 'rss_display_image', 'Vis billede'),
('da', 'rss_display_original_price', 'Vis nettopris'),
('da', 'rss_display_price', 'Vis bruttopris'),
('da', 'rss_display_sku', 'Vis SKU'),
('da', 'rss_feed', 'RSS-feed'),
('da', 'rss_sort_by', 'Sorter elementer efter'),
('da', 'rss_updated', 'Opdateret'),
('da', 'ru.tax_and_payments.upgrade_message.message', '<p>You have upgraded to [product] [version]. This version is prepared for the recent changes in Russian legislation (the increase of VAT to 20% and the support of Fiscal Data Format 1.05 for online cash registers). You\'ll only need to do this:</p><p>— If you use ATOL Online, switch to Fiscal Data Format 1.05 as described <a href=\"https://www.cs-cart.ru/blog/vyishel-cs-cart-4-9-2-c-podderzhkoy-ffd-1-05-v-atol-onlayn/\" target=\"_blank\">in our Russian blog</a>. You may have done it already after the release of version 4.9.2.</p>[tax_conversion][failing_services]'),
('da', 'ru.tax_and_payments.upgrade_message.title', 'Russian Legislation: Preparing for January 1, 2019'),
('da', 'runtime', 'Runtime'),
('da', 'russian', 'russisk'),
('da', 'rus_geolocation_upgrade_notification_text', '<p>The <b>[rus_geolocation_addon]</b> add-on allowed your customers to select their city and see estimated shipping rates on a product page. That functionality is now a part of a new add-on called <b>[geo_maps_addon]</b>. It is already installed and active.</p><p>Two geolocation add-ons shouldn’t be active at the same time. Please make sure that the old <b>[rus_geolocation_addon]</b> add-on is disabled.</p><p><a href=\"[disable_geolocation]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Disable deprecated add-on here</a></p>'),
('da', 'rus_geolocation_upgrade_notification_title', 'Geolocation: Add-ons deprecated in favor of [geo_maps_addon]'),
('da', 'sale', 'Salg'),
('da', 'sales', 'Salg'),
('da', 'sales_amount', 'Salgsbeløb'),
('da', 'sales_commission', 'Salg provision'),
('da', 'sales_period', 'Salgsperiode'),
('da', 'sales_period_total', 'Salgsperiode samlet'),
('da', 'sales_reports', 'Salgsrapporter'),
('da', 'sales_reports_menu_description', 'Detaljeret statistik på salget.'),
('da', 'sales_reports_side_bar_notes', 'To include Order statuses, Payment methods and Rate areas in the conditions list, check the necessary item and click on the \"Save\" button.'),
('da', 'salt', 'Salt'),
('da', 'same_as_source', 'samme som kilde'),
('da', 'save', 'Gem'),
('da', 'saved_search', 'Gemte søgninger'),
('da', 'saved_search.set_as_default', 'Set as default'),
('da', 'saved_search.set_as_default_confirm', 'Saved search \"[name]\" will open by default instead of the full list of objects. Is that what you\'d like?'),
('da', 'saved_search.set_as_non_default', 'Set as non-default'),
('da', 'saved_search.set_as_non_default_confirm', 'The full list of objects will open by default instead of saved search \"[name]\". Is that what you\'d like?'),
('da', 'save_and_close', 'Gem og luk'),
('da', 'save_and_send', 'Gem og send'),
('da', 'save_as', 'Gem som...'),
('da', 'save_cc', 'Salvar cartão de crédito'),
('da', 'save_changes', 'Gem ændringer'),
('da', 'save_directory', 'Server-bibliotek'),
('da', 'save_discount', 'Spar'),
('da', 'save_layout', 'Gem layout'),
('da', 'save_layout_as', 'Gem layout som'),
('da', 'save_process_payment', 'Gem og forsæt Betaling'),
('da', 'save_this_search_as', 'Gem søgningen som'),
('da', 'sb_share', 'Del'),
('da', 'scan_for_modified_core_files', 'Skan for ændrede kernefiler'),
('da', 'scb_text_notice', 'Send venligst følgende webadresse til SCB støtte, der skal indstilles som PostbackURL:: <br /><b>[return_url]</b>'),
('da', 'screen', 'skærm'),
('da', 'screen_resolution', 'Skærmopløsning'),
('da', 'script', 'Script'),
('da', 'scroller_direction', 'Scroller retning'),
('da', 'scroll_per_page', 'Rul pr. side'),
('da', 'search', 'Søg'),
('da', 'search_again', 'Søg igen'),
('da', 'search_by_order', 'Søg via ordre'),
('da', 'search_by_owner', 'Søg efter ejer'),
('da', 'search_by_price', 'Søg efter pris'),
('da', 'search_by_product_features', 'Søg via produkt Funktion'),
('da', 'search_by_product_filters', 'Søg via produkt filter'),
('da', 'search_by_sku', 'Søg via produkt kode'),
('da', 'search_by_supplier', 'Søg leverandør'),
('da', 'search_by_vendor', 'Søg efter leverandør'),
('da', 'search_by_weight', 'Søg via vægt'),
('da', 'search_engine', 'Søg engine'),
('da', 'search_for_pattern', 'Søg efter pattern'),
('da', 'search_in', 'Søg i'),
('da', 'search_in_category', 'Søg i kategorier'),
('da', 'search_in_subcategories', 'Søg i underkategorier'),
('da', 'search_options', 'Søg options'),
('da', 'search_product', 'Søg produkt'),
('da', 'search_products', 'Søg produkt'),
('da', 'search_results', 'Søgeresultat'),
('da', 'search_results_for', 'Søgeresultater for [search]'),
('da', 'search_string', 'Søg string'),
('da', 'search_tooltip', 'Søg efter produkter, kunder, ordrer og CMS sider'),
('da', 'search_words', 'Søg ord'),
('da', 'secondary_categories', 'Secondary category'),
('da', 'seconds_left', '[n] sekunder tilbage|[n] sekunder tilbage'),
('da', 'secret_key', 'Hemmelig nøgle'),
('da', 'secret_string', 'Hemmelige streng'),
('da', 'secret_word', 'Hemmelig ord'),
('da', 'section', 'Sektion'),
('da', 'section_is_not_completed', 'Afsnittet er ikke afsluttet.'),
('da', 'section_links', 'Afsnit link'),
('da', 'section_name', 'Afsnit navn'),
('da', 'secure', 'sikker'),
('da', 'secure_checkout', 'Sikker checkout'),
('da', 'secure_storefront_url', 'Sikker butiks URL'),
('da', 'secure_storefront_url_already_exists', 'Den nævnte værdi af parameteren <strong>Butiksfacade URL</strong> hører allerede til et andet selskab.'),
('da', 'security', 'Sikkerhed'),
('da', 'security_settings', 'Sikkerhedsindstillinger'),
('da', 'see_demo', 'Se demo'),
('da', 'see_full_templates_list', 'Can\'t find a notification you\'re looking for?<br/><a href=\"[email_template_manage]\">See the full list of email templates</a><br/><a href=\"[internal_template_manage]\">See the full list of on-site notification templates</a>'),
('da', 'select', 'Vælg'),
('da', 'selectbox', 'Valgboks'),
('da', 'selected', 'Valgte'),
('da', 'selected_fields', 'Selected fields'),
('da', 'selected_filters', 'Valgte filtre'),
('da', 'selected_items', 'valgte poster'),
('da', 'select_all', 'Vælg alle'),
('da', 'select_all_product_options', 'Du skal vælge alle produktets optioner'),
('da', 'select_block', 'Vælg blok'),
('da', 'select_categories', 'Select categories'),
('da', 'select_coordinates', 'Vælg koordinater'),
('da', 'select_country', 'Vælg land'),
('da', 'select_customer', 'Vælg kunde'),
('da', 'select_dates', 'Vælg datoer'),
('da', 'select_default', 'Select default'),
('da', 'select_descr_lang', 'Vælg beskrivelse sprog'),
('da', 'select_developer', 'Select developer'),
('da', 'select_fields_to_edit', 'Vælg felter for at redigere'),
('da', 'select_file', 'Vælg fil'),
('da', 'select_image', 'Select image'),
('da', 'select_new_owner_company', 'Vælg en ny ejer af dette firma profildata:'),
('da', 'select_one_or_more_type', 'Vælg en eller flere muligheder'),
('da', 'select_options', 'Vælg indstillinger'),
('da', 'select_option_above', 'Vælg den forrige option først'),
('da', 'select_product', 'Vælg produkt'),
('da', 'select_products', 'Vælg produkter'),
('da', 'select_profile', 'Vælg profil'),
('da', 'select_selectbox_option', 'Select option'),
('da', 'select_shipping_method', 'vælg forsendelses metode'),
('da', 'select_single_type', 'Vælg én valgmulighed'),
('da', 'select_state', 'vælg stat'),
('da', 'select_storefront', 'Select [store] storefront'),
('da', 'select_tables', 'Vælg tabeller'),
('da', 'sell_files', 'Filer til at sælge'),
('da', 'semicolon', 'Semikolon'),
('da', 'send', 'Send'),
('da', 'sender', 'Afsender'),
('da', 'sending_email_to', 'Sender e-mail til [email]...'),
('da', 'send_feedback', 'Hjælp os med at forbedre [product]'),
('da', 'send_invitations', 'Invite'),
('da', 'send_notification', 'Send anmeldelsen til udvalgte'),
('da', 'send_shipment_notification_to_customer', 'Send forsendelses besked til kunden'),
('da', 'send_shipping_address', 'Send leveringsadresse til kunde'),
('da', 'send_test_email', 'Send test e-mail'),
('da', 'send_test_notification', 'Send test notification'),
('da', 'send_to', 'Send til'),
('da', 'send_to_test_email', 'Send til test email'),
('da', 'send_via', 'Send via'),
('da', 'send_via_email', 'Send via e-mail'),
('da', 'send_via_postal_mail', 'Send som brev'),
('da', 'sent', 'Sendt'),
('da', 'seo', 'SEO'),
('da', 'seo.brand', 'Brand'),
('da', 'seo.create_redirect', 'Skab omdirigering fra gamle URL'),
('da', 'seo.default_storefront_frontend_default_language_warning', 'The <a href=\"[link]\">SEO</a> add-on is currently configured to use a single URL for all languages. If you change a default language of the default storefront, the SEO URLs will be changed for all storefronts.'),
('da', 'seo.error_at_creation_seo_name', 'The following SEO name already exists in your store: <b>[names]</b>. <p> The following SEO name was used instead: <b>[new_names]</b>.|The following SEO names already exist in your store: <b>[names]</b>. The following SEO names were used instead: <b>[new_names]</b>.'),
('da', 'seo.error_incorrect_url', 'Forkert format for <b>[url]</b> URL. For eksempel, hvis din webadresse er <b>http://example.com/path/to/object</b>, skal du indtaste <b>indtaste/sti/til/objekt</b>'),
('da', 'seo.error_old_url_exists', 'Den webadresse, du omdirigering fra findes allerede'),
('da', 'seo.feature_code.brand.description', 'Name used by an organization or business person for labeling a product'),
('da', 'seo.feature_code.gtin.description', 'Global Trade Item Number'),
('da', 'seo.feature_code.isbn.description', 'International Standard Book Number'),
('da', 'seo.feature_code.mpn.description', 'Manufacturer Part Number'),
('da', 'seo.gtin', 'GTIN'),
('da', 'seo.important_language_text', '<b>Advarsel!</b> Tilføjelsesprogrammet <b>SEO</b> er i øjeblikket konfigureret til at bruge en enkelt webadresse for alle sprog. Hvis du skjuler, deaktivere eller slette en standardsprog af en af butiksfacader, ændres den SEO URLs.'),
('da', 'seo.isbn', 'ISBN'),
('da', 'seo.MPN', 'MPN'),
('da', 'seo.new_redirect', 'Ny omdirigering'),
('da', 'seo.new_url', 'Ny URL-adresse'),
('da', 'seo.old_url', 'Gamle URL'),
('da', 'seo.product_feature.feature_code.notice', 'A suitable code can help this feature appear with the product in search engines. Supported codes:'),
('da', 'seo.redirects_manager', '301-omdirigeringer'),
('da', 'seo.redirects_manager_menu_description', 'Administrerer omdirigeringsregler fra gamle webadresser'),
('da', 'seo.rich_snippets', 'Google rich snippets preview'),
('da', 'seo.rich_snippets_rating', 'Vurdering'),
('da', 'seo.rich_snippets_reviews', '[n] review|[n] anmeldelser'),
('da', 'seo.storefront_frontend_default_language_warning', 'The <a href=\"[link]\">SEO</a> add-on is currently configured to use a single URL for all languages. If you change a default language of this storefront, the SEO URLs will be changed.'),
('da', 'seo.upgrade_notes.seo_language.message', 'To improve rating in search engines, we have changed the behavior of the \"Show language in URL\" setting. The default language of the storefront will no longer be displayed in the URL. If your storefront in the default language was previously located at <b>[old_store_url]</b>, it will now be available at <b>[new_store_url]</b>.<br/>All old URLs will be redirected correctly to the new ones.'),
('da', 'seo.upgrade_notes.seo_language.title', 'Changes in SEO add-on'),
('da', 'seo_menu_description', 'SEO indstillinger af din butik.'),
('da', 'seo_meta_data', 'Metadata'),
('da', 'seo_name', 'SEO navn'),
('da', 'seo_page_title', 'side [n]'),
('da', 'seo_robots', 'robots.txt'),
('da', 'seo_rules', 'SEO regler'),
('da', 'seo_rules_menu_description', 'Brug dette afsnit til at definere globale regler for URLer omskrevet i din butik.'),
('da', 'separate_multiple_email_addresses', 'If you enter multiple emails, write each of them in a new line.'),
('da', 'separator', 'separator'),
('da', 'sequential', 'Sekventielle'),
('da', 'server', 'server'),
('da', 'service_not_available', 'Denne service er ikke tilgængelig.'),
('da', 'set', 'Angiv'),
('da', 'settings', 'indstillinger'),
('da', 'settings.smtp_error', 'SMTP Error'),
('da', 'settings_overwrite_text', '<b>[theme_name]</b> vil angive følgende indstillinger på aktivering'),
('da', 'settings_overwrite_title', 'Temaet overskriver butik indstillinger'),
('da', 'settings_wizard', 'Indstillingsguiden'),
('da', 'settings_wizard_close_tooltip', 'Guiden vil være muligt at genåbne i menuen \'Indstillinger-> guiden indstillinger\'.'),
('da', 'settings_wizard_title', 'Indstillingsguiden: skridt [current_step] af [total_steps]'),
('da', 'setting_min_order_amount_type_was_hidden_upgrade_notification_text', '<p>Previously, the <b>Minimum order amount</b> in your store included the shipping costs. If the minimum order amount was $50, and a customer bought 2 products at $20 each, and the shipping cost was $12, then it would be possible to place an order. But now this behavior has changed: only the total price of all products in the cart will determine whether the minimum order amount has been reached.</p><p>Please go to <b>Settings → Checkout</b> and adjust your <b>Minimum order amount</b> to reflect this change.</p><p><a href=\"[checkout_settings]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Open checkout settings</a></p>'),
('da', 'setting_min_order_amount_type_was_hidden_upgrade_notification_title', 'Setting \"Define minimum order amount by\" removed'),
('da', 'settled_order_status', 'Consider order paid'),
('da', 'set_custom_configuration', 'Angiv brugerdefineret konfiguration'),
('da', 'share', 'Del'),
('da', 'share.congratulations_first_order', 'Tillykke med din første komplette ordre.'),
('da', 'share.first_order_tweet', 'Wow! Den første komplette ordre i min [product]-drevne butik'),
('da', 'share.installation_tweet', 'Jeg har netop oprettet en online butik med [product_name]'),
('da', 'sharedsec', 'SharedSec'),
('da', 'shared_secret', 'Delt hemmelighed'),
('da', 'share_discount', 'Del rabat'),
('da', 'sha_sign', 'SHA-1 signatur'),
('da', 'shipment', 'Forsendelse'),
('da', 'shipments', 'Forsendelse'),
('da', 'shipments_menu_description', 'Se og udskrive følgesedler for forsendelser, der er oprettet fra ordrer.'),
('da', 'shipment_date', 'Forsendelses dato'),
('da', 'shipment_details', 'Forsendelses information'),
('da', 'shipment_has_been_created', 'Forsendelsen er blevet oprettet'),
('da', 'shipment_id', 'Forsendelses id'),
('da', 'shipment_info', 'Forsendelses info'),
('da', 'shipment_statuses', 'Forsendelsestatusser'),
('da', 'shipped', 'Afsendt'),
('da', 'shipped_products', 'Afsendte produkter'),
('da', 'shipper_number', 'Afsendernummer'),
('da', 'shipping', 'Levering'),
('da', 'shipping.pricing', 'Preço'),
('da', 'shippings', 'Forsendelser'),
('da', 'shippings.aup.currency_not_configured', 'For at aktivere Australien Post shipping processor, skal du have den australske Dollar valuta aktiveret.'),
('da', 'shippings.aup.pac_api_key', 'PAC API-nøgle'),
('da', 'shippings.can.api_keys', 'API nøgler'),
('da', 'shippings.can.business_account_information', 'Business kontooplysninger'),
('da', 'shippings.can.contract_id', 'Kontrakt-ID'),
('da', 'shippings.can.customer_number', 'Kundenummer'),
('da', 'shippings.can.options', 'Indstillinger for levering'),
('da', 'shippings.can.option_cod', 'CAD'),
('da', 'shippings.can.option_cov', 'Dækning'),
('da', 'shippings.can.option_cov_amount', 'Forsikringsbeløbet'),
('da', 'shippings.can.option_dns', 'Lav ikke sikker drop'),
('da', 'shippings.can.option_hfp', 'Kort til afhentning'),
('da', 'shippings.can.option_lad', 'Lever ved dør - ring ikke'),
('da', 'shippings.can.option_pa18', 'Bevis på alder påkrævet - 18'),
('da', 'shippings.can.option_pa19', 'Bevis på alder påkrævet - 19'),
('da', 'shippings.can.option_so', 'Underskrift'),
('da', 'shippings.can.password', 'Adgangskode'),
('da', 'shippings.can.username', 'Brugernavn'),
('da', 'shippings.currency_not_found', 'Valuta [currency] blev ikke fundet'),
('da', 'shippings.fedex.currency_is_missing', 'The rates calculated by FedEx are in [currency], and that currency doesn\'t exist in your store. Please create that currency; otherwise customers won\'t be able to select this shipping method.'),
('da', 'shippings.fedex.freight_account_number', 'Fragt kontonummer'),
('da', 'shippings.fedex.options', 'Indstillinger for levering'),
('da', 'shippings.fedex.option_broker_select_option', 'Mægler Vælg indstilling'),
('da', 'shippings.fedex.option_call_before_delivery', 'Ring før levering'),
('da', 'shippings.fedex.option_cod', 'COD'),
('da', 'shippings.fedex.option_cod_amount', 'COD beløb'),
('da', 'shippings.fedex.option_cod_collection_type', 'COD kollektionstype'),
('da', 'shippings.fedex.option_cod_collection_type_any', 'Enhver'),
('da', 'shippings.fedex.option_cod_collection_type_cash', 'Kontant'),
('da', 'shippings.fedex.option_cod_collection_type_guaranteed_funds', 'Garanterede beløb'),
('da', 'shippings.fedex.option_custom_delivery_window', 'Brugerdefineret levering vindue'),
('da', 'shippings.fedex.option_dangerous_goods', 'Farligt gods'),
('da', 'shippings.fedex.option_dangerous_goods_accessibility', 'Farligt gods tilgængelighed'),
('da', 'shippings.fedex.option_dangerous_goods_accessibility_accessible', 'Tilgængelige'),
('da', 'shippings.fedex.option_dangerous_goods_accessibility_inaccessible', 'Utilgængelige'),
('da', 'shippings.fedex.option_dangerous_goods_options', 'Farlige indholdsindstillinger'),
('da', 'shippings.fedex.option_dangerous_goods_options_battery', 'Batteri'),
('da', 'shippings.fedex.option_dangerous_goods_options_hazardous_materials', 'Farlige materialer');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('da', 'shippings.fedex.option_dangerous_goods_options_limited_quantities_commodities', 'Begrænsede mængder råvarer'),
('da', 'shippings.fedex.option_dangerous_goods_options_orm_d', 'ORM-D'),
('da', 'shippings.fedex.option_dangerous_goods_options_reportable_quantities', 'Indberetningspligtige mængder'),
('da', 'shippings.fedex.option_dangerous_goods_options_small_quantity_exception', 'Lille mængde undtagelse'),
('da', 'shippings.fedex.option_do_not_break_down_pallets', 'Bryd ikke pallerne ned'),
('da', 'shippings.fedex.option_do_not_stack_pallets', 'Ikke stable paller'),
('da', 'shippings.fedex.option_dry_ice', 'Tøris'),
('da', 'shippings.fedex.option_east_coast_special', 'East Coast særlige'),
('da', 'shippings.fedex.option_electronic_trade_documents', 'Elektronisk handelsdokumenter'),
('da', 'shippings.fedex.option_extreme_length', 'Ekstreme længde'),
('da', 'shippings.fedex.option_fedex_one_rate', 'FedEx én sats'),
('da', 'shippings.fedex.option_food', 'Mad'),
('da', 'shippings.fedex.option_freight_guarantee', 'Fragt garanti'),
('da', 'shippings.fedex.option_freight_to_collect', 'Fragt til at indsamle'),
('da', 'shippings.fedex.option_future_day_shipment', 'Fremtidige dag forsendelse'),
('da', 'shippings.fedex.option_hold_at_location', 'Hold på placering'),
('da', 'shippings.fedex.option_home_delivery_premium', 'Udbringningsordning Premium'),
('da', 'shippings.fedex.option_inside_delivery', 'Inside levering'),
('da', 'shippings.fedex.option_inside_pickup', 'Inside pickup'),
('da', 'shippings.fedex.option_international_controlled_export_service', 'Internationale kontrolleret eksportservice'),
('da', 'shippings.fedex.option_international_traffic_in_arms_regulations', 'International trafik i våbenforordninger'),
('da', 'shippings.fedex.option_liftgate_delivery', 'Liftgate levering'),
('da', 'shippings.fedex.option_liftgate_pickup', 'Liftgate pickup'),
('da', 'shippings.fedex.option_limited_access_delivery', 'Begrænset adgang levering'),
('da', 'shippings.fedex.option_limited_access_pickup', 'Begrænset adgang pickup'),
('da', 'shippings.fedex.option_pharmacy_delivery', 'Apoteklevering'),
('da', 'shippings.fedex.option_poison', 'Gift'),
('da', 'shippings.fedex.option_protection_from_freezing', 'Beskyttelse mod frysning'),
('da', 'shippings.fedex.option_returns_clearance', 'Returnerer clearance'),
('da', 'shippings.fedex.option_saturday_delivery', 'Lørdagslevering'),
('da', 'shippings.fedex.option_saturday_pickup', 'Lørdagspickup'),
('da', 'shippings.fedex.option_top_load', 'Top load'),
('da', 'shippings.fedex.upgrade_notification_text', '<p>Den seneste version af [product] har forskellige indstillinger for realtime shipping sats beregning, hvis du bruger FedEx som transportør.</p> <p>Hvis du ønsker at vise nuværende fragtpriser til dine kunder, gør dette:</p> <ul><li>gå til Administration > Shipping & skatter > Shipping metoder</li> <li>vælge den leveringsmetode, der bruger FedEx som transportør til at beregne fragtpriser</li> <li>Skift til fanen Generelt, og Angiv den korrekte rutefart</li>, <li>Skift til fanen Konfigurer, og vælg indstillinger for ønskede levering</li></ul>'),
('da', 'shippings.fedex.upgrade_notification_title', 'FedEx realtime shipping sats beregning ændringer'),
('da', 'shippings.service_not_configured', 'Tjenesten er ikke konfigureret'),
('da', 'shippings.service_not_found', 'Tjenesten blev ikke fundet'),
('da', 'shippings.ups.package_type.01', 'UPS brev'),
('da', 'shippings.ups.package_type.02', 'Pakke'),
('da', 'shippings.ups.package_type.03', 'Rør'),
('da', 'shippings.ups.package_type.04', 'Pak'),
('da', 'shippings.ups.package_type.21', 'Express boks'),
('da', 'shippings.ups.package_type.24', '25KG kasse'),
('da', 'shippings.ups.package_type.25', '10KG kasse'),
('da', 'shippings.ups.package_type.2a', 'Lille ekspresboks'),
('da', 'shippings.ups.package_type.2b', 'Medium ekspreskasse'),
('da', 'shippings.ups.package_type.2c', 'Stor ekspreskasse'),
('da', 'shippings.ups.package_type.30', 'Palle'),
('da', 'shippings_taxes', 'Fragt & Moms'),
('da', 'shipping_address', 'Leverings adresse'),
('da', 'shipping_address_changed', 'Leveranceadresse er blevet ændret'),
('da', 'shipping_address_line_2', 'Shipping: address (line 2)'),
('da', 'shipping_add_conditions', 'Add conditions'),
('da', 'shipping_add_items_condition', 'Add items conditions'),
('da', 'shipping_add_price_condition', 'Add price conditions'),
('da', 'shipping_add_weight_condition', 'Add weight conditions'),
('da', 'shipping_and_up', 'and up'),
('da', 'shipping_applied_to_vendors', 'Shipping metode blev anvendt til [vendors] leverandører'),
('da', 'shipping_charges', 'Leverings takst'),
('da', 'shipping_city', 'Shipping: city'),
('da', 'shipping_cost', 'Fragt omkostning'),
('da', 'shipping_costs_will_changed', 'Forsendelsesomkostninger vil blive ændret ved'),
('da', 'shipping_country', 'Shipping: country'),
('da', 'shipping_edit_rate_area', 'Edit rate area'),
('da', 'shipping_estimation', 'Leverings skøn'),
('da', 'shipping_first_name', 'Shipping: first name'),
('da', 'shipping_freight', 'Leverings fragt'),
('da', 'shipping_from_value', 'From'),
('da', 'shipping_hide_conditions', 'Hide conditions'),
('da', 'shipping_information', 'Leverings information'),
('da', 'shipping_item', 'item'),
('da', 'shipping_items_condition', 'Items condition'),
('da', 'shipping_last_name', 'Shipping: last name'),
('da', 'shipping_method', 'Leverings metode'),
('da', 'shipping_methods', 'Leverings metode'),
('da', 'shipping_methods_menu_description', 'Sæt regler og parametre til at beregne omkostningerne ved forsendelse.'),
('da', 'shipping_name', 'Leverings navn'),
('da', 'shipping_options', 'Afsendelsesmuligheder'),
('da', 'shipping_per', 'per'),
('da', 'shipping_phone', 'Shipping: phone'),
('da', 'shipping_price_condition', 'Price condition'),
('da', 'shipping_properties', 'Shipping properties'),
('da', 'shipping_rate', 'Rate'),
('da', 'shipping_rates', 'Leverings takst'),
('da', 'shipping_rate_range_limit_error_message', 'The beginning of the range can\'t be higher than the end.'),
('da', 'shipping_rate_range_overlap_error_message', 'Condition must not fall within existing range.'),
('da', 'shipping_remove_items_condition', 'Remove items conditions'),
('da', 'shipping_remove_price_condition', 'Remove price conditions'),
('da', 'shipping_remove_rate_area', 'Remove rate area from shipping'),
('da', 'shipping_remove_weight_condition', 'Remove weight conditions'),
('da', 'shipping_same_as_billing', 'Forsendelses adressen den samme som fakturering sadresse'),
('da', 'shipping_service', 'Leverings service'),
('da', 'shipping_state', 'Shipping: state'),
('da', 'shipping_surcharge_discount', 'Surcharge / Discount'),
('da', 'shipping_time', 'Shipping time'),
('da', 'shipping_time_and_charges', 'Shipping time and rates'),
('da', 'shipping_tips', ''),
('da', 'shipping_to_value', 'To'),
('da', 'shipping_weight_condition', 'Weight condition'),
('da', 'shipping_zipcode', 'Shipping: zipcode'),
('da', 'ship_dhl_account_country', 'Account country'),
('da', 'ship_dhl_height', 'Pakke højde (inches)'),
('da', 'ship_dhl_length', 'Pakke længde (inches)'),
('da', 'ship_dhl_site_id', 'Websted-ID'),
('da', 'ship_dhl_width', 'Pakke brede (inches)'),
('da', 'ship_downloadable', 'Enable shipping for downloadable products'),
('da', 'ship_fedex_ancillary_endorsement', 'Supplerende påtegninger'),
('da', 'ship_fedex_ancillary_endorsement_address_correction', 'Anmodning om adresseservice'),
('da', 'ship_fedex_ancillary_endorsement_carrier_leave_if_no_response', 'Leverance udebliver hvis der ikke er noget svar'),
('da', 'ship_fedex_ancillary_endorsement_change_service', 'Ændre tjenesteanmodning'),
('da', 'ship_fedex_ancillary_endorsement_forwarding_service', 'Videresend anmodet service'),
('da', 'ship_fedex_ancillary_endorsement_return_delivery', 'Returner anmodet tjeneste'),
('da', 'ship_fedex_customer_manifest_id', 'Kunde manifest-ID'),
('da', 'ship_fedex_drop_off_type', 'Drop Off Type'),
('da', 'ship_fedex_drop_off_type_business_service_center', 'Business servicecenter'),
('da', 'ship_fedex_drop_off_type_drop_box', 'Drop box'),
('da', 'ship_fedex_drop_off_type_regular_pickup', 'Normal afhentning'),
('da', 'ship_fedex_drop_off_type_request_courier', 'Anmodning kurer'),
('da', 'ship_fedex_drop_off_type_station', 'Aflever på station'),
('da', 'ship_fedex_height', 'Højde (inches)'),
('da', 'ship_fedex_hub_id', 'Hub-ID'),
('da', 'ship_fedex_indicia', 'Indicia'),
('da', 'ship_fedex_indicia_media_mail', 'MediePost (pakker fra 1 til 70 lbs bøger, dvd\'er, cd\'er, videobånd)'),
('da', 'ship_fedex_indicia_parcel_select', 'Pakkevalg (pakker fra 1 til 70 lbs)'),
('da', 'ship_fedex_indicia_presorted_bound_printed_matter', 'Bundet tryksager pakker (pakker fra 1 til 15 lbs kataloger, telefon bøger eller noget permanent bundet)'),
('da', 'ship_fedex_indicia_presorted_standard', 'Standard postpakker (pakker er mindre end 1 lb)'),
('da', 'ship_fedex_length', 'Længde (inches)'),
('da', 'ship_fedex_meter_number', 'Meter nummer'),
('da', 'ship_fedex_package_type_fedex_10kg_box', 'FedEx 10kg kasse'),
('da', 'ship_fedex_package_type_fedex_25kg_box', 'FedEx 25kg kasse'),
('da', 'ship_fedex_package_type_fedex_box', 'FedEx boks'),
('da', 'ship_fedex_package_type_fedex_envelope', 'FedEx kuvert'),
('da', 'ship_fedex_package_type_fedex_extra_large_box', 'FedEx ekstra stor kasse'),
('da', 'ship_fedex_package_type_fedex_large_box', 'FedEx stor kasse'),
('da', 'ship_fedex_package_type_fedex_medium_box', 'FedEx Medium Box'),
('da', 'ship_fedex_package_type_fedex_pak', 'FedEx Pak'),
('da', 'ship_fedex_package_type_fedex_small_box', 'FedEx lille boks'),
('da', 'ship_fedex_package_type_fedex_tube', 'FedEx Tube'),
('da', 'ship_fedex_package_type_your_packaging', 'Din emballage'),
('da', 'ship_fedex_smart_post', 'Smart Post'),
('da', 'ship_fedex_special_services', 'Særlig service (levering bekræftelse)'),
('da', 'ship_fedex_width', 'Brede (inches)'),
('da', 'ship_height', 'Pakke højte (cm)'),
('da', 'ship_length', 'Pakke længde (cm)'),
('da', 'ship_sp_l_acknowledgement_of_delivery', 'Kvittering for levering (for registrerede post kun)'),
('da', 'ship_sp_l_cash_on_delivery', 'efterkrav (for registrerede post kun)'),
('da', 'ship_sp_l_personal_delivery', 'Personlig aflevering (for registrerede post kun)'),
('da', 'ship_sp_l_registered_mail', 'Registreret mail'),
('da', 'ship_sp_pc_assurance', 'assurance'),
('da', 'ship_sp_pc_cash_on_delivery', 'efterkrav (COD)'),
('da', 'ship_sp_pc_fragile', 'Skrøbelige'),
('da', 'ship_sp_pc_manual_handling', 'Manuel håndtering'),
('da', 'ship_sp_pc_personal', 'Personlig'),
('da', 'ship_sp_pc_signature', 'Signatur'),
('da', 'ship_sp_pp_additional_insurance', 'Supplerende forsikring (op til CHF 3.000 .-)'),
('da', 'ship_sp_pp_bulky_goods', 'omfangsrigt gods'),
('da', 'ship_sp_pp_cash_on_delivery', 'efterkrav (økonomi først)'),
('da', 'ship_sp_pp_manual_processing', 'Manuel behandling'),
('da', 'ship_sp_ur_additional_insurance', 'supplerende forsikring HASTER varer (op til CHF 3.000 .-)'),
('da', 'ship_swisspost_error_intl_delivery', 'Kan ikke bruge denne leveringsmetode for internationale levering'),
('da', 'ship_swisspost_error_private_delivery', 'Kan ikke bruge denne forsendelsesmetode for privat levering'),
('da', 'ship_swisspost_heavy_package', 'Pakken er for tung'),
('da', 'ship_swisspost_unable_to_open_additional_services', 'Kan ikke åbne filen additional_services.csv fil'),
('da', 'ship_swisspost_unable_to_open_service', 'Kan ikke åbne filen [code]'),
('da', 'ship_temando_height', 'Pakkehøjde'),
('da', 'ship_temando_length', 'Pakkelængde'),
('da', 'ship_temando_measurement', 'Pakkemåling'),
('da', 'ship_temando_method', 'Leveringsmetode'),
('da', 'ship_temando_package', 'Emballage'),
('da', 'ship_temando_readydate', 'Klar dato (dage)'),
('da', 'ship_temando_subclass', 'Klasse af varen bliver sendt'),
('da', 'ship_temando_weight_measurement', 'Vægt målingstype'),
('da', 'ship_temando_width', 'Pakkebredde'),
('da', 'ship_to', 'Leverings adresse'),
('da', 'ship_to_another', 'Send til anden adresse'),
('da', 'ship_ups_access_key', 'UPS Priser Access Key'),
('da', 'ship_ups_dcist_type', 'Bekræftelsestype'),
('da', 'ship_ups_delivery_confirmation', 'Ingen signatur'),
('da', 'ship_ups_delivery_confirmation_adult_signature', 'Voksen signatur kræves'),
('da', 'ship_ups_delivery_confirmation_signature', 'Underskrift kræves'),
('da', 'ship_ups_package_type_01', 'UPS brev / UPS Express Envelope'),
('da', 'ship_ups_package_type_03', 'UPS Tube'),
('da', 'ship_ups_package_type_04', 'UPS Pack'),
('da', 'ship_ups_package_type_21', 'UPS Express boks'),
('da', 'ship_ups_package_type_24', 'UPS 25kg Box'),
('da', 'ship_ups_package_type_25', 'UPS 10kg Box'),
('da', 'ship_ups_pickup_type', 'Afhentningstype'),
('da', 'ship_ups_pickup_type_01', 'Daglig Pickup'),
('da', 'ship_ups_pickup_type_03', 'Kunde Counter'),
('da', 'ship_ups_pickup_type_06', 'Nøjagtigt afhentningstidspunkt'),
('da', 'ship_ups_pickup_type_07', 'On Call Air'),
('da', 'ship_ups_pickup_type_11', 'Vejledende udsalgsprispriser'),
('da', 'ship_ups_pickup_type_19', 'Brev Center'),
('da', 'ship_ups_pickup_type_20', 'Air Service Center'),
('da', 'ship_ups_use_delivery_confirmation', 'Brug leveringsbekræftelse'),
('da', 'ship_usps_container', 'Container'),
('da', 'ship_usps_container_express', 'Container (Express)'),
('da', 'ship_usps_container_express_flat_rate_envelope', 'Fast pris konvolut'),
('da', 'ship_usps_container_priority', 'Container (Priority Mail)'),
('da', 'ship_usps_container_priority_flat_rate_box', 'Fast pris boks'),
('da', 'ship_usps_container_priority_flat_rate_envelope', 'Fast pris brev'),
('da', 'ship_usps_container_priority_gift_card_flat_rate_envelope', 'Gavekort fast pris kuvert'),
('da', 'ship_usps_container_priority_legal_flat_rate_envelope', 'Fast pris - Legalkuvert'),
('da', 'ship_usps_container_priority_lg_flat_rate_box', 'Fast pris - stor boks'),
('da', 'ship_usps_container_priority_md_flat_rate_box', 'Fast pris - medium boks'),
('da', 'ship_usps_container_priority_nonrectangular', 'Ikke retangulær'),
('da', 'ship_usps_container_priority_padded_flat_rate_envelope', 'Fast pris - polstret kuvert'),
('da', 'ship_usps_container_priority_rectangular', 'Rektangulær'),
('da', 'ship_usps_container_priority_regional_a_rate_box', 'Regionale sats rubrik A'),
('da', 'ship_usps_container_priority_regional_b_rate_box', 'Regionale sats rubrik B'),
('da', 'ship_usps_container_priority_regional_c_rate_box', 'Regionale sats rubrik C'),
('da', 'ship_usps_container_priority_sm_flat_rate_box', 'Fast pris - lille boks'),
('da', 'ship_usps_container_priority_sm_flat_rate_envelope', 'SM standardsats kuvert'),
('da', 'ship_usps_container_priority_window_flat_rate_envelope', 'Window Flat Rate Envelope'),
('da', 'ship_usps_first_class_mail_type', 'First Class Mail Type'),
('da', 'ship_usps_first_class_mail_type_flat', 'Flad'),
('da', 'ship_usps_first_class_mail_type_parcel', 'Pakke'),
('da', 'ship_usps_intl_package_girth', 'Pakke omkreds'),
('da', 'ship_usps_intl_package_height', 'Pakkehøjde'),
('da', 'ship_usps_intl_package_length', 'Pakkelængde'),
('da', 'ship_usps_intl_package_size', 'Pakkestørrelse'),
('da', 'ship_usps_intl_package_width', 'Pakkebredde'),
('da', 'ship_usps_machinable', 'maskinbearbejdelig'),
('da', 'ship_usps_machinable_false', 'false'),
('da', 'ship_usps_machinable_true', 'Sand'),
('da', 'ship_usps_mailtype', 'Type Mail'),
('da', 'ship_usps_mailtype_matter_for_the_blind', 'Sag for blinde'),
('da', 'ship_usps_mailtype_postcards_or_aerogrammes', 'Postkort eller Aerogrammes'),
('da', 'ship_usps_package_size', 'Package Size (længde + omkreds, inches)'),
('da', 'ship_usps_package_size_large', 'Large (84 .. 108)'),
('da', 'ship_usps_package_size_oversize', 'Oversize (108 .. 130)'),
('da', 'ship_usps_package_size_regular', 'Regular (0 .. 84)'),
('da', 'ship_usps_priority_girth', 'Priority Mail (størrelse: store, Container: rektangulær) omkreds (tommer)'),
('da', 'ship_usps_priority_height', 'Priority Mail (Størrelse: Large) Højde'),
('da', 'ship_usps_priority_length', 'Priority Mail (Størrelse: Large) Længde'),
('da', 'ship_usps_priority_width', 'Priority Mail (Størrelse: Large) Bredde'),
('da', 'ship_usps_username', 'Bruger ID'),
('da', 'ship_width', 'Pakke brede (cm)'),
('da', 'shop_now', 'Køb nu'),
('da', 'short_description', 'Kort beskrivelse'),
('da', 'short_hour', 't.'),
('da', 'short_list', 'Kort liste'),
('da', 'show', 'Vis'),
('da', 'show_all', 'Vis alle'),
('da', 'show_all_category_addons', 'Show all [category] add-ons'),
('da', 'show_all_developer_addons', 'Show all developer add-ons'),
('da', 'show_all_storefronts', 'Show all storefronts'),
('da', 'show_all_storefronts_with_count', 'Show all [count] storefronts'),
('da', 'show_extra_logos', 'Show extra logos'),
('da', 'show_in_product_header', 'Show in product header'),
('da', 'show_in_product_list', 'Show in product list'),
('da', 'show_items_in_line', 'Vis elementer inline'),
('da', 'show_less', 'Vis mindre'),
('da', 'show_location', 'Show location'),
('da', 'show_menu_on_mouse_over', 'Vis menuen når mus henover'),
('da', 'show_more', 'Vis mere'),
('da', 'show_on_checkout', 'Vis ved kassen'),
('da', 'show_on_separate_page', 'Vis på separat side'),
('da', 'show_on_storefront', 'Show on Storefront'),
('da', 'show_on_the_features_tab', 'Show on the features tab'),
('da', 'show_options', 'Show options'),
('da', 'show_orders', 'Vis ordre'),
('da', 'show_package_contents', 'Se opgradering indhold'),
('da', 'show_price', 'Vis pris'),
('da', 'show_products_count', 'Show products count'),
('da', 'show_rate_for_destination', 'Vis priser for placering'),
('da', 'show_rate_for_rate_area', 'Show rates for rate area'),
('da', 'show_rating', 'Show review rating'),
('da', 'show_tab_in_popup', 'Vis denne side i et popup-vindue'),
('da', 'show_to', 'Show to'),
('da', 'sidebox_general', 'Ordinary block (H3 heading) [deprecated]'),
('da', 'sidebox_important', 'Ordinary block (H3 heading)'),
('da', 'signature', 'Signatur'),
('da', 'signed_in_as', 'Logget ind som'),
('da', 'sign_in', 'Log ind'),
('da', 'sign_in_as_different', 'Log på som en anden bruger'),
('da', 'sign_in_to_buy', 'Log ind for at købe'),
('da', 'sign_in_to_enter_tags', 'Log ind for at indtaste mærker'),
('da', 'sign_in_to_view_price', '[Log ind for at se priser]'),
('da', 'sign_out', 'Log ud'),
('da', 'sign_up_for_notification', 'Tilmeld dig for anmeldelse'),
('da', 'similar', 'Lignende'),
('da', 'similar_category', 'I samme kategori'),
('da', 'similar_in_stock', 'Kun \"på lager\" produkter'),
('da', 'similar_only', 'Lignende kun'),
('da', 'similar_subcats', 'Overveje underkategorier'),
('da', 'simple_ultimate_companies_selector', 'Kontakt den tekniske support'),
('da', 'simultaneous', 'Samtidige'),
('da', 'single', 'Enkelt'),
('da', 'single_coupon_is_allowed', 'Enkelt rabatkupon er kun tilladt'),
('da', 'sitemap', 'Oversigt'),
('da', 'sitemap_available_in_customer', 'Sitemap er tilgængelig via dette link: <a href=\"[sitemap_url]\"> [sitemap_url]</a> < br / > < br / > Sitemap kan nås med URL <a href=\"[http_location]/sitemap.xml\"> [http_location]/sitemap.xml</a>'),
('da', 'sitemap_menu_description', 'Oprette yderligere sektioner af kundes område sitemap og definere sæt af links til dem.'),
('da', 'sitemap_settings', 'Site map indstillinger'),
('da', 'siteurl', 'Site URL'),
('da', 'site_number', 'Side nummer (EPT)'),
('da', 'size', 'Størrelse'),
('da', 'skiplastpage', 'Spring sidste side'),
('da', 'skip_creating_new_products', 'Skip creating new products'),
('da', 'skip_payment', 'Spring over betaling'),
('da', 'skrill_customer_id', 'Skrill Kunde-id'),
('da', 'sku', 'Varenr'),
('da', 'slovak', 'slovakisk'),
('da', 'slow', 'langsom'),
('da', 'small_items', 'Små item'),
('da', 'smarty_block', 'HTML-blok med Smarty support'),
('da', 'sms_customer_registered', 'Kunde [name] er blevet registreret.'),
('da', 'sms_for_the_sum', 'til størrelsen af'),
('da', 'sms_order_placed', 'er blevet placeret'),
('da', 'snapshot_date', 'Snapshot dato'),
('da', 'snippets', 'Snippets'),
('da', 'snippets_have_been_deleted', 'Snippets er blevet slettet.'),
('da', 'snippet_exists', 'Uddrag med den valgte kode findes allerede, kan du prøve en anden.'),
('da', 'sort_by', 'Sorter efter'),
('da', 'sort_by_bestsellers_asc', 'Sorter efter bedst sælgende: lav til høj'),
('da', 'sort_by_bestsellers_desc', 'Sorter efter bedst sælgende'),
('da', 'sort_by_company_asc', 'Sorter efter alfabetisk: A til Z'),
('da', 'sort_by_company_desc', 'Sorter efter alfabetisk: A til Z'),
('da', 'sort_by_helpfulness_asc', 'Helpful last'),
('da', 'sort_by_helpfulness_desc', 'Helpful first'),
('da', 'sort_by_null_asc', 'Ingen sortering'),
('da', 'sort_by_null_desc', 'No sorting'),
('da', 'sort_by_on_sale_asc', 'Sorter efter rabat: lav til høj'),
('da', 'sort_by_on_sale_desc', 'Sorter efter rabat: høj til lav'),
('da', 'sort_by_popularity_asc', 'Sorter efter popularitet: lav til høj'),
('da', 'sort_by_popularity_desc', 'Sorter efter popularitet'),
('da', 'sort_by_position_asc', 'Sorter efter position: lav til høj'),
('da', 'sort_by_position_desc', 'Sorter efter position: høj til lav'),
('da', 'sort_by_price_asc', 'Sorter efter pris: lav til høj'),
('da', 'sort_by_price_desc', 'Sorter efter pris: høj til lav'),
('da', 'sort_by_product_asc', 'Sortere alfabetisk: A til Z'),
('da', 'sort_by_product_desc', 'Sortere alfabetisk: A til Z'),
('da', 'sort_by_product_review_timestamp_asc', 'Sort by date: Oldest to Newest'),
('da', 'sort_by_product_review_timestamp_desc', 'Sort by date: Newest to Oldest'),
('da', 'sort_by_rating_asc', 'Sort by rating: Low to High'),
('da', 'sort_by_rating_desc', 'Sort by rating'),
('da', 'sort_by_rating_value_asc', 'Sort by rating: Low to High'),
('da', 'sort_by_rating_value_desc', 'Sort by rating: High to Low'),
('da', 'sort_by_timestamp_asc', 'Ældste elementer første'),
('da', 'sort_by_timestamp_desc', 'Nyeste poster først'),
('da', 'sort_images', 'Sortere billeder'),
('da', 'sort_order', 'Order'),
('da', 'spanish', 'Spansk'),
('da', 'special', 'Speciel'),
('da', 'specific_settings', 'Specific indstilling'),
('da', 'specify_options', 'Angiv indstillinger'),
('da', 'specify_url', 'Angiv URL'),
('da', 'speed', 'fart'),
('da', 'ssl_certificate', 'SSL-certifikat'),
('da', 'staff_only_notes', 'Kun personale note'),
('da', 'stage', 'Fase'),
('da', 'standard_sidebox', 'Standard Sideboks'),
('da', 'start', 'Start'),
('da', 'start_communication', 'Start kommunikation'),
('da', 'start_date', 'Start dato'),
('da', 'start_price', 'Start pris'),
('da', 'state', 'Område'),
('da', 'states', 'Stat'),
('da', 'states_list', 'Stat liste'),
('da', 'states_menu_description', 'Styr gruppen af lande, der understøttes i din butik.'),
('da', 'state_field_required_only_for_countries_with_regions', 'State field is required only for countries with states/provinces'),
('da', 'static_block', 'statisk blok'),
('da', 'static_data', 'Statiske data'),
('da', 'static_data_use_item', 'Brug \"Link text\" og \"URL\" værdier fra valgte elementer'),
('da', 'statistics', 'statistik'),
('da', 'statistics_by_questions', 'Statistik af spørgsmål'),
('da', 'status', 'Status'),
('da', 'statuses', 'status'),
('da', 'statuses_management', 'Statuses'),
('da', 'status_changed', 'Status er blevet ændret'),
('da', 'status_changed_after_process_payment', 'Ordrestatus blev indstillet efter betalingsforarbejdningsresultat'),
('da', 'stay_connected', 'Bevar forbindelsen'),
('da', 'stay_connected_notice', 'Indtast din e-mail adresse for at modtage særlige tilbud og kampagner.'),
('da', 'step_four', 'Trin 4'),
('da', 'step_one', 'Trin 1'),
('da', 'step_three', 'Trin 3'),
('da', 'step_two', 'Trin 2'),
('da', 'stop_following_rules', 'Stop following rules'),
('da', 'stop_other_rules', 'Stop andre regler'),
('da', 'storage', 'Opbevaring'),
('da', 'store', 'Butik'),
('da', 'storefront', 'Butik'),
('da', 'storefronts', 'Storefronts'),
('da', 'storefronts.manage_currency_availability', 'Configure the currencies available on this storefront'),
('da', 'storefronts.manage_language_availability', 'Configure the languages available on this storefront'),
('da', 'storefronts_limit_exceeded', 'Antallet af butiksfacader i din CS-Cart licens har overskredet antallet af købte butiksfacade licenser.'),
('da', 'storefronts_themes_upgrade_notification.message', '<p>Previously, all storefronts looked the same. They differed only in currencies, languages, and vendors. But now storefronts can have their own themes and layouts. This allows you to customize their look and structure.</p><ul><li>Themes let you give each storefront its own set colors, fonts, logos, backgrounds, and styles. Match the appearance of a storefronts to its products or the preference of its audience.</li><li>Layouts and blocks let you create storefronts with entirely different structure and content. Show different banners, change the positions of elements on the pages, and so on. Everything in [product] is displayed via blocks, so you have many ways to customize your storefronts.</li></ul><p><a href=\"[themes_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Manage themes</a> <a href=\"[layouts_url]\" target=\"_blank\" class=\"btn btn-large\">Manage layouts</a></p>'),
('da', 'storefronts_themes_upgrade_notification.title', 'Storefronts can now differ from each other significantly'),
('da', 'storefront_access_key', 'Access key to temporarily closed storefront'),
('da', 'storefront_access_key.setting_notice', 'You can set the access key on the storefront editing page'),
('da', 'storefront_languages_assigned', 'The \"<a href=\"[url]\">[name]</a>\" storefront had no available languages configured. All languages has been made available for it.'),
('da', 'storefront_license', 'Storefront License'),
('da', 'storefront_name', 'Storefront name'),
('da', 'storefront_rest_api.guests_cant_add_products_to_cart', 'Guests can\'t add products to cart. Please log in to your account to add products to cart.'),
('da', 'storefront_status', 'Status'),
('da', 'storefront_status.tooltip', 'Even if the storefront is closed (the status set to OFF), you\'ll be able to view it if you have an access key. Specify the <i>Access key to temporarily closed storefront</i> below.<br/>Use http://www.example.com/index.php?store_access_key=key_value to access a closed storefront.'),
('da', 'storefront_status_access_key_hint', 'Even if the storefront is closed (the status set to OFF), you\'ll be able to view it if you have an access key. Go to <a target=\"blank\" href=\"[url]\">Settings → General</a> and specify the <i>Access key to temporarily closed store</i> setting. Please note that a different key can be specified for each storefront, so make sure to select the correct storefront first. Use the key as described in the tooltip of that setting.'),
('da', 'storefront_status_changed.N', 'The storefront was <b>opened</b>|The storefronts were <b>opened</b>'),
('da', 'storefront_status_changed.Y', 'The storefront was <b>closed</b>|The storefronts were <b>closed</b>'),
('da', 'storefront_url', 'Butiks URL'),
('da', 'storefront_url_already_exists', 'Den nævnte værdi af parameteren <strong>Butiksfacade URL</strong> hører allerede til et andet selskab.'),
('da', 'storefront_url_not_defined', 'Butik URL ikke defineret'),
('da', 'storefront_with_same_url_exists', 'A storefront with the specified URL already exists'),
('da', 'stores', 'Butikker'),
('da', 'stores_nothing_found', 'No stores have been found'),
('da', 'stores_status', 'Status'),
('da', 'store_access_key', 'Access key to temporarily closed store'),
('da', 'store_admin', 'Butiksadministrator'),
('da', 'store_closed', 'Butik lukket'),
('da', 'store_closed_banner', 'Butik <br/> lukket'),
('da', 'store_home', 'Store home'),
('da', 'store_locator', 'Stores & pickup points'),
('da', 'store_locator.any_rate_area', 'Any rate area'),
('da', 'store_locator.any_vendor', 'Any vendor'),
('da', 'store_locator.available_fields', 'Available stores'),
('da', 'store_locator.display', 'Locations list view on the checkout page'),
('da', 'store_locator.display_l', 'List'),
('da', 'store_locator.display_m', 'Kort'),
('da', 'store_locator.display_ml', 'Map and list'),
('da', 'store_locator.main_destination', 'Located in rate area'),
('da', 'store_locator.name', 'Name'),
('da', 'store_locator.no_rate_area', 'No rate area'),
('da', 'store_locator.pickup', 'Pickup'),
('da', 'store_locator.pickup_avail', 'Available for pick-up'),
('da', 'store_locator.pickup_from_store', 'Pickup from store'),
('da', 'store_locator.pickup_locations', 'Pickup Locations'),
('da', 'store_locator.pickup_rates_calculation_logic_changed_text', '<p>The <b>[pickup_addon]</b> and <b>[store_locator_addon]</b> add-ons were merged into a new add-on called [stores_pickups_addon]. Shipping rates and time are more flexible now: they depend on the location (rate area) of a pickup point. The rates are now specified in one place: the editing page of a shipping method.</p><p>For that reason, we removed the <b>Surcharge</b> field from the pickup point editing page. Its value still appears in the admin panel, but isn’t used in rate calculation. Please check your pickup points, then adjust the shipping rates of all your \"Pick up from store\" shipping methods accordingly.</p><p><a href=\"[shippings_manage]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Adjust shipping rates</a> <a href=\"[pickup_points_list]\" target=\"_blank\" class=\"btn btn-large\">View my pickup points</a></p>'),
('da', 'store_locator.pickup_rates_calculation_logic_changed_title', 'Pick up from store: Surcharge per pickup point removed'),
('da', 'store_locator.pick_up_points', 'Pick-up points'),
('da', 'store_locator.scroll_to_top', 'Scroll to top'),
('da', 'store_locator.selected_fields', 'Selected stores'),
('da', 'store_locator.select_stores', 'Select stores'),
('da', 'store_locator.shipping_position', 'Order selected in the shipping method settings'),
('da', 'store_locator.shipping_price_from', 'from [price]'),
('da', 'store_locator.show_pickup_points_only', 'Hide places where I can\'t pick up my order'),
('da', 'store_locator.show_to', 'Show to'),
('da', 'store_locator.stores_and_pickup_points', 'Stores and pickup points'),
('da', 'store_locator.stores_position', 'The \"Position\" field in the store settings'),
('da', 'store_locator.surcharge_changes_hint', 'In previous versions, the surcharge was added to the standard rates that were specified for a shipping method. Now this surcharge isn\'t taken into account during shipping rate calculation. We left it here for your convenience, so that you could see it and adjust the rates on the shipping method editing page accordingly.'),
('da', 'store_locator.text_pickup_instruction', 'The \"Customer pick-up\" shipping method offers a customer to choose a store to pick up a product from. The stores can be created in the \"Store location\" add-on<br /><b>Store creation:</b> <a href=\"[store_locator]\">Store location</a>'),
('da', 'store_locator.use_two_fingers_for_move_map', 'Use two fingers to move the map'),
('da', 'store_locator.work_time', 'Working hours'),
('da', 'store_mode', 'Licenstype'),
('da', 'store_mode.plus', 'Plus'),
('da', 'store_mode.ultimate', 'Ultimative'),
('da', 'store_mode_changed', 'Licenstype er blevet ændret'),
('da', 'store_number', 'Butik nr'),
('da', 'store_object_denied', '[object_type] [object_name] er ikke tilgængelig for denne butik.'),
('da', 'store_rating', 'Store rating'),
('da', 'store_theme', 'Butikstema'),
('da', 'subcategories', 'underkategorier'),
('da', 'subcategories_tree_cat', 'Underkategorier træ'),
('da', 'subject', 'Emne'),
('da', 'submit', 'Send'),
('da', 'submit_my_order', 'Send min ordre'),
('da', 'subpages', 'underside'),
('da', 'subscribe', 'Tilmeld dig'),
('da', 'subscribed', 'I abonnement'),
('da', 'subscribed_to', 'Abonnerer på [num] lister'),
('da', 'subscriber', 'abonnent'),
('da', 'subscribers', 'abonnent'),
('da', 'subscribers_date', 'Subscribers date'),
('da', 'subscribers_menu_description', 'Administrere indstillinger og nyhedsbrevabonnenter.'),
('da', 'subscribers_menu_item_text', 'Abonnenter'),
('da', 'subscribers_no_promo', 'Ingen kampagne'),
('da', 'subscribers_num', 'Antallet af abonnenter'),
('da', 'subscribers_promo_subject', 'Tak for din tilmelding! Brug kupon kode [coupon] i vores specialtilbud \"[promotion]\".'),
('da', 'subscriber_email', 'Abonnent email'),
('da', 'subscription', 'Subscription'),
('da', 'subscriptions', 'Abonnementer'),
('da', 'subtotal', 'Subtotal'),
('da', 'subtotal_sum', 'Subtotal summen'),
('da', 'subtract', 'træk fra'),
('da', 'suburb', 'Forstad'),
('da', 'successful', 'Succesrig'),
('da', 'successfully_registered', 'Succesfuldt registreret'),
('da', 'successful_login', 'Du er blevet succesfuldt logget ind.'),
('da', 'success_registration_text', 'Tillykke! Registreringen lykkedes! <br/>Nu, du har fuld adgang til alle store funktionerne. Klik på \"Min konto\" for at se dem.'),
('da', 'suffix', 'suffiks'),
('da', 'summary', 'resumé'),
('da', 'supplier', 'Leverandør'),
('da', 'suppliers', 'leverandør'),
('da', 'suppliers.event.order.supplier_notified.name', 'Suppliers: order status changed to [status]'),
('da', 'suppliers.supplier_notifications', 'Supplier notifications'),
('da', 'suppliers_menu_description', 'Liste over leverandørkonti som er registreret i butikken.'),
('da', 'supplier_deleted', 'Leverandør er blevet slettet succesfuldt'),
('da', 'supplier_email_header', 'Følgende produkter er blevet købt i vores butik og skal sendes.'),
('da', 'supplier_id', 'leverandør'),
('da', 'surcharge', 'tillægsgebyr'),
('da', 'surcharge_title', 'Tillægsgebyr titel'),
('da', 'suspended', 'Suspended'),
('da', 'suspend_alert', '<p>Your account is suspended. To lift the suspension, please contact us.</p>'),
('da', 'sw.about_store', 'About store'),
('da', 'sw.accounting', 'Accounting'),
('da', 'sw.activate', 'Activate'),
('da', 'sw.activated', 'Activated'),
('da', 'sw.address_text', 'Company address (street, house, etc.)'),
('da', 'sw.admin_notifications', 'Admin notifications'),
('da', 'sw.allow_negative_amount', 'Allow negative amount in inventory'),
('da', 'sw.apply', 'Apply'),
('da', 'sw.business_model', 'Business Model'),
('da', 'sw.city', 'Company city'),
('da', 'sw.collect_taxes_from_vendors', 'Collect taxes from vendors'),
('da', 'sw.company_name', 'Company name'),
('da', 'sw.company_start_year', 'Year when the store started its operation'),
('da', 'sw.configure', 'Configure'),
('da', 'sw.confirm_demo_data_removal_title', 'Remove the data?'),
('da', 'sw.country', 'Company country'),
('da', 'sw.delete_demo_data', 'Apagar os dados'),
('da', 'sw.demo_data_removed', 'Demo data removed.'),
('da', 'sw.design', 'Design'),
('da', 'sw.disable', 'Disable'),
('da', 'sw.edit_design', 'Edit design'),
('da', 'sw.edost', 'eDost'),
('da', 'sw.ems_russian_post', 'EMS Russian Post'),
('da', 'sw.enable', 'Enable'),
('da', 'sw.enable_inventory_tracking', 'Enable inventory tracking'),
('da', 'sw.enable_quick_view', 'Enable quick view'),
('da', 'sw.enable_vendor_location_using_google_map', 'Let vendors set their location on Google Maps'),
('da', 'sw.error_removing_demo_data', 'An error occurred while removing the demo data'),
('da', 'sw.error_updating_payment', 'Error occured during payment method update'),
('da', 'sw.fax', 'Fax'),
('da', 'sw.fedex', 'FedEx'),
('da', 'sw.google_analytics.tracking_code', 'Google Analytics account number'),
('da', 'sw.goto_shipping_methods', 'Go to shipping methods'),
('da', 'sw.grace_period_to_refill_balance', 'Block vendor after days'),
('da', 'sw.keep_demo_data', 'Manter os dados'),
('da', 'sw.location', 'Location'),
('da', 'sw.logo_mail', 'Email'),
('da', 'sw.logo_recommended_size_text', 'tamanho recomendado [height] px x [width] px'),
('da', 'sw.logo_theme', 'Main'),
('da', 'sw.lowers_allowed_balance', 'Minimum allowed vendor balance'),
('da', 'sw.min_order_amount', 'Minimum order amount'),
('da', 'sw.moderation', 'Moderation'),
('da', 'sw.money_goes_to_owner', 'O cliente faz um único pagamento, todo o dinheiro vai para você'),
('da', 'sw.money_goes_to_owner_descr', 'The money owed to the vendor is tracked in the admin panel. A vendor can request money withdrawal through the admin panel. You forward the money to vendors as you see fit.'),
('da', 'sw.money_goes_to_vendor', 'O cliente faz diversos pagamentos (um para cada fornecedor)'),
('da', 'sw.money_goes_to_vendor_descr', 'Cada fornecedor tem de criar as próprias formas de pagamento. O dinheiro vai diretamente para os fornecedores, e a comissão do marketplace é adicionada à dívida deles. Pagar o marketplace se torna responsabilidade do fornecedor.'),
('da', 'sw.money_split_automaticaly', 'O cliente faz um único pagamento, o dinheiro é dividido automaticamente'),
('da', 'sw.money_split_automaticaly_descr', 'This is achieved via [stripe_connect], so each vendor must have a Stripe account. We\'ll create a payment method for you. You\'ll just need to configure it, and vendors will need to provide their account information.'),
('da', 'sw.more_themes_in_marketplace', 'Mais temas no Marketplace'),
('da', 'sw.notifications', 'Notifications'),
('da', 'sw.order_start_id', 'Initial order ID value (leave empty for auto)'),
('da', 'sw.over_payment_system', 'Use another payment system'),
('da', 'sw.payments', 'Payments'),
('da', 'sw.payment_not_found', 'The Yandex.Money payment method not found'),
('da', 'sw.phone', 'Company phone'),
('da', 'sw.phone_2', 'Company phone 2'),
('da', 'sw.preview', 'Preview'),
('da', 'sw.products_prior_approval', 'Premoderate all new products'),
('da', 'sw.products_updates_approval', 'Premoderate all updated products'),
('da', 'sw.remove', 'Clean up'),
('da', 'sw.remove_demo_data_text', 'Clean up orders, products, categories, user profiles, and related data'),
('da', 'sw.russian_post', 'Russian Post'),
('da', 'sw.selected_design', 'Current design'),
('da', 'sw.select_image', 'Select image'),
('da', 'sw.select_model', 'Select model'),
('da', 'sw.select_money_transfer_methods', 'Select one of the following models, and we\'ll handle most of the setup for you.'),
('da', 'sw.select_right_design', 'Pick a design preset'),
('da', 'sw.send', 'Send'),
('da', 'sw.settings', 'Settings'),
('da', 'sw.set_up_vendor_profile_fields', 'What information about vendors do you need?'),
('da', 'sw.shippings', 'Shipping services'),
('da', 'sw.show_out_of_stock_products', 'Show out of stock products'),
('da', 'sw.site_admin_email', 'Site administrator e-mail address'),
('da', 'sw.state', 'Company state'),
('da', 'sw.store_setup_wizard', 'Store setup wizard'),
('da', 'sw.store_setup_wizard_short', 'Setup wizard'),
('da', 'sw.text_about_store_header', 'Fill out the contact information about your store'),
('da', 'sw.text_business_model_header', 'Choose your business model and checkout flow'),
('da', 'sw.text_confirm_demo_data_removal', 'All orders, products, product categories, customer profiles, and associated data (tags, comments, etc.) including the data added by you <b>will be permanently removed.</b> This operation cannot be undone. Are you sure you want to continue?'),
('da', 'sw.text_design_header', 'Select your storefront design and upload the logo'),
('da', 'sw.text_payments_header', 'Set up the service to recieve payments'),
('da', 'sw.text_settings_header', 'Configure product catalog settings'),
('da', 'sw.text_shippings_header', 'Select shipping services'),
('da', 'sw.text_vendors_header', 'Set up how you work with vendors and their data'),
('da', 'sw.timezone', 'Time zone'),
('da', 'sw.upload_logo', 'Upload logo'),
('da', 'sw.ups', 'UPS'),
('da', 'sw.usps', 'USPS'),
('da', 'sw.vendors', 'Vendors'),
('da', 'sw.vendor_notifications', 'Vendor notifications'),
('da', 'sw.vendor_profile_fields', 'Vendor profile fields'),
('da', 'sw.vendor_profile_updates_approval', 'Premoderate all new vendors'),
('da', 'sw.website', 'Company website'),
('da', 'sw.ym_merchant_country', 'Country'),
('da', 'sw.ym_merchant_forma', 'Ownership'),
('da', 'sw.zipcode', 'Company zip code'),
('da', 'sweden', 'Svergie'),
('da', 'swedish', 'Svensk'),
('da', 'swing', 'Sving'),
('da', 'switch_layout', 'Skift layout'),
('da', 'symbol', 'Symbol'),
('da', 'sync_data', 'Sync data'),
('da', 'system', 'System'),
('da', 'system_environment', 'System environment'),
('da', 'system_of_measurement', 'System of measurement'),
('da', 's_first_name_and_last_name', 'First name and last name (for shipping)'),
('da', 's_fullname', 'Full name (for shipping)'),
('da', 's_last_name_and_first_name', 'Last name and first name (for shipping)'),
('da', 'tab', 'Faneblade'),
('da', 'table', 'tabel'),
('da', 'tables', 'tabel'),
('da', 'table_column_has_been_deleted', 'Kolonne produkt er blevet slettet.'),
('da', 'table_conditions', 'Tabel Betingelser'),
('da', 'tabs', 'Faner'),
('da', 'tag', 'mærke'),
('da', 'tags', 'mærker'),
('da', 'tags_menu_description', 'Administrere produkt og indholdsside mærker'),
('da', 'tag_cloud', 'mærke cloud'),
('da', 'tax', 'Moms'),
('da', 'taxes', 'Moms'),
('da', 'taxes_menu_description', 'Styr antallet af skatter, der understøttes i din butik.'),
('da', 'tax_exempt', 'Momsfri'),
('da', 'tax_number', 'Tax number'),
('da', 'tax_rates', 'Moms satser'),
('da', 'temando_centimetres', 'centimeter'),
('da', 'temando_feet', 'fod'),
('da', 'temando_inches', 'tommer'),
('da', 'temando_method_depottodepot', 'Depot til Depot'),
('da', 'temando_method_doortodoor', 'Dør til dør'),
('da', 'temando_metres', 'meter'),
('da', 'temando_package_backpack', 'Rygsæk'),
('da', 'temando_package_bale', 'Bale'),
('da', 'temando_package_box', 'Boks'),
('da', 'temando_package_bunch', 'Bunch'),
('da', 'temando_package_bundle', 'Bundt'),
('da', 'temando_package_carton', 'Karton'),
('da', 'temando_package_crate', 'Kasse'),
('da', 'temando_package_cylinder', 'Cylinder'),
('da', 'temando_package_documentenvelope', 'Dokumentkuvert'),
('da', 'temando_package_drum', 'Tromle'),
('da', 'temando_package_flatpack', 'Flad pakke'),
('da', 'temando_package_letter', 'Brev'),
('da', 'temando_package_pail', 'Spand'),
('da', 'temando_package_pallet', 'Palle'),
('da', 'temando_package_parcel', 'Pakke'),
('da', 'temando_package_pipe', 'Rør'),
('da', 'temando_package_roll', 'Roll'),
('da', 'temando_package_satchel', 'Satchel/Bag'),
('da', 'temando_package_skid', 'Skid'),
('da', 'temando_package_suitcase', 'Kuffert'),
('da', 'temando_package_tube', 'Rør'),
('da', 'temando_package_unpackaged', 'Ikke pakket eller ikke tilgængeligt'),
('da', 'temando_package_wheel', 'Dæk/hjul'),
('da', 'temando_subclass_excessbaggage', 'Overskydende bagage'),
('da', 'temando_subclass_furniture', 'Møbler'),
('da', 'temando_subclass_householdgoods', 'Husholdningsartikler'),
('da', 'temando_subclass_other', 'Andre (osv.)'),
('da', 'temando_system', 'Temando system'),
('da', 'temando_weight_grams', 'Gram'),
('da', 'temando_weight_kilograms', 'Kg'),
('da', 'temando_weight_ounces', 'Ounce'),
('da', 'temando_weight_pounds', 'Pund'),
('da', 'template', 'Skabelon'),
('da', 'templates', 'Skabeloner'),
('da', 'templates_tree', 'template træ'),
('da', 'template_document_gift_certificate_default', 'Gavekort: standard'),
('da', 'template_document_order_imagem', 'Faktura'),
('da', 'template_document_order_image_product', 'Imagem do produto'),
('da', 'template_document_order_invoice', 'Faktura'),
('da', 'template_document_order_summary', 'Ordreresumé'),
('da', 'template_document_packing_slip_default', 'Følgeseddel'),
('da', 'template_document_product_imagem', 'Faktura'),
('da', 'template_document_rma_packing_slip_default', 'Tilbagesendelsesanmodning: følgeseddel'),
('da', 'template_document_supplier_order_invoice', 'Leverandører: faktura'),
('da', 'terminal', 'Terminal'),
('da', 'terminal_id', 'Terminal-ID'),
('da', 'terms_and_conditions', 'Terms and conditions'),
('da', 'terms_and_conditions_content', '<p>Læs venligst disse vilkår og betingelser (\"Vilkår\", \"Vilkår og betingelser\") grundigt inden ved hjælp af webstedet <a href=\"http://www.mywebsite.com\"> http://www.mywebsite.com</a> og min mobil App mobil applikation (\"tjenesten\") drives af min virksomhed (\"os\", \"vi\" eller \"vores\").</p> <p><strong>Ved at få adgang til eller bruge tjenesten accepterer du at være bundet af disse vilkår. Hvis du er uenig med nogen del af vilkårene, så du kan ikke få adgang til tjenesten.</strong></p> <p><strong>Køb</strong></p> <p>Hvis du ønsker at købe et produkt eller en tjeneste, der er tilgængelige gennem tjenesten (\"køb\"), kan du blive bedt om at afgive visse oplysninger, der er relevante for dine køb herunder, uden begrænsning, din...</p> <p><strong>Indhold</strong></p> <p>Vores Service tillader dig at sende, link, gemme, dele og anden måde gøre tilgængeligt, visse oplysninger, tekst, grafik, videoer eller andet materiale (\"indholdet\"). Du er ansvarlig for det...</p> <p><strong>Ændringer</strong></p> <p>Forbeholder vi os retten til, efter eget skøn at ændre eller erstatte disse vilkår til enhver tid. Hvis en revision er materiale vil vi forsøge at give mindst 30 dages varsel før eventuelle nye vilkår får virkning. Hvad der udgør en materiel ændring vil blive fastlagt efter vores skøn.</p> <p><strong>Kontakt os</strong></p> <p>Hvis du har spørgsmål om disse vilkår, bedes du kontakte os.</p>'),
('da', 'test', 'Test'),
('da', 'testimonials', 'Anbefaling'),
('da', 'test_live_mode', 'Test/Live måde'),
('da', 'test_mode', 'Test-mode'),
('da', 'test_rate_calculation', 'Test rate calculation'),
('da', 'text', 'Tekst'),
('da', 'textarea', 'Tekstområde'),
('da', 'texts_languages', 'Texts & languages'),
('da', 'text_2checkout_notice', '<b> Bemærk </ b>: For at spore dine 2Checkout ordrer med indkøbskurv software, du har til at tage disse skridt: <br /> <br /> - Log ind på din konto 2Checkout <br /> -- Klik på <u> \'Site management\' </ u> i <u> \'Account\' </ u> pkt. <br /> - Vælg <b> »I betragtning links tilbage til mit websted \'</ b> option i <u> »Direkte Return \'</ u> underafsnit <br /> - Set <u>\' Godkendt URL \'</ u> og <u>» Indtil URL\' </ u> til: <br /> <b> [return_url] </ b> <br /> - Set <u> \'Secret Word\' </ u>. The Secret Word er kun kendt af sælgeren og 2Checkout. <br />'),
('da', 'text_2co_ins', 'Instant anmeldelse Service (INS)'),
('da', 'text_access_notice', 'Du kan bruge jokertegn til \"Domain\", \"E-mail\" og \"kreditkort\" faner: <br /> <b> * </ b> - kan repræsentere et vilkårligt antal tegn, inklusive nul <br /> < b>? </ b> - kan repræsentere et enkelt tegn.'),
('da', 'text_additional_detailed_image', '(vist i popup-vindue)'),
('da', 'text_additional_storefront_license_required', '<p>Du ikke kan tilføje en ny butiksfacade. Det maksimale antal butiksfacader tilladt af licensen til dit aktuelle <code>[license_number]</code> er [allowed_storefronts], og du har i øjeblikket [existing_storefronts].</p> <p>At tilføje en anden butiksfacade, kan du købe ekstra [product] butiksfacade licens. Hvis du vil tilføje flere nye butiksfacader, købe det tilsvarende antal licenser.</p>'),
('da', 'text_additional_thumbnail', '(vises på siden med produktoplysninger i \"Yderligere billeder\")'),
('da', 'text_addon_cannot_enable', 'Add-on \"[addon_name]\" er uforenelig med følgende tilføjelser: [addons]. Det kan ikke aktiveres'),
('da', 'text_addon_confclicts', 'Add-on \"[addon_name]\" er uforenelig med følgende tilføjelser: [addons]. Disse tilføjelser deaktiveres automatisk.'),
('da', 'text_addon_confclicts_on_install', 'Add-on \"[addon_name]\" er uforenelig med følgende tilføjelser: [addons]. Det har ikke været være aktiveret. Aktiverer det manuelt og alle de uforenelige add-ons vil blive deaktiveret automatisk.'),
('da', 'text_addon_disable_dependencies', 'Tilføjelsesprogrammet kan ikke deaktiveres, fordi de følgende tilføjelser afhænger det: [addons]'),
('da', 'text_addon_enable_dependencies', 'Tilføjelsesprogrammet kan ikke aktiveres, fordi det afhænger af de følgende tilføjelser: [addons]'),
('da', 'text_addon_installed', 'Denne Udvidelse <b>\"[addon]\"</b> Udvidelsen <b> \"[addon]\" </ b> er blevet installeret med succes'),
('da', 'text_addon_install_dependencies', 'Tilføjelsesprogrammet kan ikke installeres, fordi en afhængighed af tilføjelsesprogrammet [addon] er angivet for det. Installer tilføjelsesprogrammet [addon] først.'),
('da', 'text_addon_refreshed', 'The settings and language variables of the <b>\"[addon]\"</b> add-on have been updated successfully'),
('da', 'text_addon_uninstalled', 'Denne Udvidelse <b>\"[addon]\"</b> er blevet fjernet'),
('da', 'text_addon_uninstall_dependencies', 'Tilføjelsesprogrammet kan ikke fjernes, fordi de følgende tilføjelser afhænger det: [addons]'),
('da', 'text_addresses_wildcards', 'Du er i stand til at bruge jokertegn i dette område: <br /><b>\'?\'</ b> - et enkelt tegn;<b>\'*\'</ b> - et vilkårligt antal tegn.<br /> <br /><u> Eksempel: </ u> <br /><b> * Gade </ b> (svarer til 1st Street, 102:e Street, osv.)'),
('da', 'text_address_not_found', 'Adresse ikke fundet'),
('da', 'text_admin_new_orders', 'Dette afsnit viser de ordrer, du aldrig har set.'),
('da', 'text_allowed_to_upload_file_extension', 'Følgende filtypenavne understøttes: <b>[ext]</b>.'),
('da', 'text_all_categories_included', 'Alle kategorier inkluderet'),
('da', 'text_all_products_included', 'Alle produkter inkluderet'),
('da', 'text_amazon_callback_url', 'Vigtigt! Du skal angive din butiks URL <b>[callback_url]</b> som købmand Webadressen på Amazon Seller Central hjemmeside (indstillinger > kassen Pipeline indstillinger). Ellers vil kunne du ikke modtage betalinger via Amazon Checkout i din butik'),
('da', 'text_amazon_failed_order', 'Ingen reaktion fra Amazon Checkout har modtaget endnu, venligst vent. Selv om rækkefølgen ikke kan oprettes i butikken, er det meget sandsynligt, at det er korrekt oprettet og behandlet af Amazon Checkout. Kontakt butikken personale og fortælle dem ordre-ID som fastsat af Amazon'),
('da', 'text_amazon_incorrect_products_count', 'Antallet af produkter i din indkøbskurv afviger fra antallet af produkter i anmodningen om Amazon.'),
('da', 'text_amazon_link_message', 'Til testformål, købmand URL kan være http-link til din butik, men live mode kræver sikker forbindelse og skal du bruge linket HTTPS. Husk også at aktivere tilstanden produktion på Amazons sælger centrale websted, når du er klar til at gå live.'),
('da', 'text_amazon_surcharge', '<b>Bemærk:</b> Ifølge Amazon <a href=\'https://payments.amazon.com/sdui/sdui/about?nodeId=6019\' target=\'_blank\'> politikken</a> (B4.2) understøttes tillæg ikke. Eventuelle tillægsgebyrer, du kan have angivet vil blive ignoreret, når Amazon Checkout bruges.'),
('da', 'text_anonymous_checkout', 'Du skal være registreret bruger for at gå til kassen'),
('da', 'text_answer_type', 'Give en tekstuel svar'),
('da', 'text_applied_promotions', 'Tillykke! Du har fået følgende'),
('da', 'text_approval_notice', 'Dette indlæg skal godkendes'),
('da', 'text_are_you_sure_to_delete_file', 'Er du sikker på du vil slette elementet?'),
('da', 'text_are_you_sure_to_proceed', 'Er du sikker på du vil fortsætte?');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('da', 'text_atos_notice', '<b> Bemærk: </ b> <br /> 1. Kopier dit certifikat, der blev sendt til dig på disken, til [home_path] bibliotek. Omdøb certifikat til certif.fr. [my_merchant_id], hvor [my_merchant_id] er dit websted nummer. <br /> 2. Omdøb butikken parametre fil (parmcom.014213245611111 file) til parmcom. [my_merchant_id]. <br /> 3. Rediger <b>pathfile</b>-filen i  <b>[home_path]</b> directory<br />- Erstat strengen \'<u>D_LOGO![some_dir]!</u>\' med \'<u>D_LOGO![http_path]/logo/!</u>\'<br />- - Erstat strengen \'<u>F_DEFAULT![/some_dirs/parmcom.sogenactif]!</u>\' medh \'<u>F_DEFAULT![home_path]/parmcom.sogenactif!</u>\'<br />- - Erstat strengen \'<u>F_PARAM![/some_dirs/parmcom]!</u>\' med \'<u>F_PARAM![home_path]/parmcom!</u>\'<br />- - Erstat strengen \'<u>F_CERTIFICATE![/some_dirs/certif]!</u>\' med \'<u>F_CERTIFICATE![home_path]/certif!</u>\'<br />4. Rediger <b> parmcom. [Some_number] </ b>-filen i <b> [home_path] </ b> directory <br /> - Erstat strengen \"<u> AUTO_RESPONSE_URL! [Some_url]! </ U> \'med\' <u> AUTO_RESPONSE_URL! [auto_url]! </ u> \'<br /> - Erstat strengen \"<u> CANCEL_URL! [some_url]! </ u>\' med \'<u> CANCEL_URL! [ok_url] ! </ u> \'<br /> - Erstat strengen \"<u> RETURN_URL! [some_url]! </ u>\' med \'<u> RETURN_URL! [ok_url]! </ u>\' <br />'),
('da', 'text_atos_warning', '<span style=\"color:#FF2222\"> Advarsel !!!</ span> Vejen til Atos filer må ikke bestå af mere end 60 symboler, ellers skal du kopiere atos_files mappe til nogle overordnede mappe, fx til vognen centrale bibliotek. Også Sørg for Atos filer bibliotek har fuld tilladelser.'),
('da', 'text_authentication_failed_message', 'Dit pengeinstitut har oplyst, at det ikke kunne godkendes ved denne transaktion. For at beskytte mod uautoriseret brug, dette kort kan ikke anvendes til at fuldføre dit køb. Du kan gennemføre købet ved at vælge en anden form for betaling.'),
('da', 'text_backup_filename_hint', 'For at downloade denne sikkerhedskopi, skal du klikke på tandhjulsikonet, og vælg Download'),
('da', 'text_backup_management_notice', 'Dette afsnit giver dig mulighed for at styre din backup filer. <br />- Hvis du vil gendanne databasen, afkrydse afkrydsningsfeltet nær passende filnavn og klik på knappen \"Gendan\" <br />- For at slette filer, kryds ved de afkrydsningsfelterne nærheden af de filer, der skal slettes, og klik på \"Slet\" knappen. <br />- Hvis du vil hente en fil til din lokale computer, skal du klikke på filnavnet.'),
('da', 'text_banner', 'Tekst banner'),
('da', 'text_billing_address_is_different_from_shipping', 'My billing address is different from shipping address'),
('da', 'text_billing_same_with_shipping', 'Fakturerings- og leveringsadresser er den samme'),
('da', 'text_block_trial_notice', 'Din 30-dag evalueringsperiode er udløbet. Venligst, køb en licens ([href]) eller fjern softwaren fra din server.'),
('da', 'text_box', 'Tekstboks'),
('da', 'text_buy_new_license', 'Hvis du endnu ikke har en licens antal, kan du købe det på vores officielle hjemmeside.'),
('da', 'text_cannot_apply_points_to_this_order_because_total', 'Desværre kan du ikke anvende punkt for denne ordre, fordi de samlede omkostninger er nul.'),
('da', 'text_cannot_apply_points_to_this_order_because_user', 'Desværre kan du ikke anvende punkt til denne ordre, fordi du ikke har tilstrækkeligt med point på kontoen.'),
('da', 'text_cannot_create_directory', 'Kan ikke oprette mappen <b>[directory]</ b>. Tjek venligst tilladelserne.'),
('da', 'text_cannot_create_file', 'Kan ikke oprette filen <b> [file] </ b>. Venligst mappens tilladelser.'),
('da', 'text_cannot_create_file_check_file', 'Сouldn\'t create the file. Please try again or choose another file.'),
('da', 'text_cannot_delete_directory', 'Kan ikke slette mappen <b>[directory]</ b>. Tjek venligst tilladelserne.'),
('da', 'text_cannot_delete_file', 'Kan ikke slette filen <b> [file] </ b>. Tjek venligst tilladelserne.'),
('da', 'text_cannot_rename_directory', 'Kan ikke omdøbe mappen <b>[directory]</ b>. Tjek venligst tilladelserne.'),
('da', 'text_cannot_rename_file', 'Kan ikke omdøbe filen <b>[file]</ b>. Tjek venligst tilladelserne.'),
('da', 'text_cannot_restore_directory', 'Kan ikke gendanne mappen <b>[directory]</ b> fra lageret. Tjek venligst hvis lageret findes.'),
('da', 'text_cannot_restore_file', 'Kan ikke gendanne filen <b>[file]</ b> fra lageret. Tjek venligst hvis lageret findes.'),
('da', 'text_can_be_used_once', 'Denne kupon kan kun bruges én gang. Du har allerede anvendt den.'),
('da', 'text_cart_amount_changed', 'mængden af produktet <b> [produkt] </ b> i din vogn er blevet ændret til tilladte.'),
('da', 'text_cart_amount_corrected', 'Antallet af produkter på lager er ikke nok for din bestilling. Mængden af produktet <b> [produkt] </ b> er blevet ændret i din indkøbsvogn.'),
('da', 'text_cart_empty', 'Din indkøbskurv er tom'),
('da', 'text_cart_max_qty', 'Maksimum mængde af \"[product]\" er <b>[quantity]</b>'),
('da', 'text_cart_min_qty', 'Minimum mængde af \"[product]\" er <b>[quantity]</b>'),
('da', 'text_cart_not_enough_inventory', 'Antallet af varer på lageret er ikke nok for din ordre'),
('da', 'text_cart_zero_inventory', '<b>[product]</b> har en beholdning på nul og kan ikke tilføjes til kurven'),
('da', 'text_cart_zero_inventory_and_removed', '<b>[product]</b> har en beholdning på nul og er fjernet fra vognen'),
('da', 'text_catalog_mode_zero_price_action_notice', 'For at kunne vises knappen \"Køb nu\" på siden produktdetaljer, skal du indstille \"Nul pris handling\" som \"Tillader kunder at tilføje produkt til indkøbskurv\".'),
('da', 'text_categories_have_been_deleted', 'Kategorier er blevet slettet.'),
('da', 'text_category_delimiter', 'Kategori sti afgrænser for produkt vigtigste kategori (fx \"Computers / / / Desktops\")'),
('da', 'text_category_detailed_image', '(ekstraudstyr vises på kategori detaljer side kun)'),
('da', 'text_category_has_been_deleted', 'Kategori, underkategorier og deres produkter er blevet slettet.'),
('da', 'text_category_icon', '(vises på listen over kategorier og detaljer sider)'),
('da', 'text_cc_javascript_disabled', 'Bemærk! Din browser har <b>JavaScript</b> deaktiveret. For at betale for din bestilling Klik'),
('da', 'text_cc_number_is_blocked', 'Kreditkortnummer <b>[cc_number]</ b> er blokeret af administratoren. Du bedes kontakte butikken eller prøve et andet kort.'),
('da', 'text_cc_processor_connection', 'forbinder til <b>[processor]</b>...'),
('da', 'text_cdn_check', '<strong>Opmærksomhed!</strong> Venligst test nogle statiske URL, fx <a href=\"[url]\"> [url]</a>, for at sikre, at det er i orden før aktivering CDN (du kan aktivere den efter lagring blev aktive). Det tager normalt 10-15 minutter at aktivere opbevaring (feltet \"Status\" skal vise \"Aktiv\", opdatere siden for opdateringer).'),
('da', 'text_cdn_setup', 'CDN blev oprettet med succes.'),
('da', 'text_changes_not_saved', 'Dine ændringer er ikke blevet gemt.'),
('da', 'text_changes_saved', 'Dine ændringer er blevet gemt.'),
('da', 'text_change_password', 'Du er nu logget ind på din konto. Du ændre adgangskoden, og tryk på \"Opdater\"-knappen.'),
('da', 'text_character_identifier_tooltip', 'En sekvens af tegn, der tjener som en identifikator. Du kan bruge tal fra 0 til 9, symboler af det engelske alfabet og følgende tegn: \"-\", \"_\", \".\".'),
('da', 'text_checkout_new_profile_notice', 'Hvis du er en ny kunde, har vi brug for at kende dine personlige oplysninger.'),
('da', 'text_cities_wildcards', 'Du er i stand til at bruge jokertegn i dette område: <br /><b>\'?\'</ b> - et enkelt tegn;<b>\'*\'</ b> - et vilkårligt antal tegn.<br /> <br /><u> Eksempel: </ u> <br /><b> New Y * </ b> (svarer til New York, New Yark, osv.) <br /><b> L? s * </ b> (svarer til Las Vegas, Los Angeles, mv.)'),
('da', 'text_click_here', 'Klik her for yderligere informationer'),
('da', 'text_cmcic_notice', 'Angiv følgende webadresse som  <b>CGI2</b>: <b>[postback_url]</b>'),
('da', 'text_cmpi_frame_message', 'For din sikkerhed, skal du udfylde nedenstående formular for at gennemføre din bestilling. Du må ikke klikke på refresh eller tilbage-knappen eller kan denne transaktion blive afbrudt eller aflyst.'),
('da', 'text_cmpi_go_back', 'Gå tilbage'),
('da', 'text_combination_out_of_stock', 'Ingen produkter med de valgte indstillinger på lager'),
('da', 'text_companies_activated', 'Udvalgte selskaber er blevet aktiveret'),
('da', 'text_companies_disabled', 'Udvalgte selskaber er blevet deaktiveret'),
('da', 'text_company_status_active_subj', 'Virksomheden blev aktiveret.'),
('da', 'text_company_status_active_to_pending', 'Din leverandør status er blevet ændret fra aktiv til ventende.'),
('da', 'text_company_status_changed', 'Status for din virksomhed [company] blev ændret til [status].'),
('da', 'text_company_status_disabled_subj', 'Virksomheden blev deaktiveret.'),
('da', 'text_company_status_disabled_to_pending', 'Din leverandør status er blevet ændret fra aktiv til ventende.'),
('da', 'text_company_status_new_to_active', 'Din anmodning til leverandør [company] blev godkendt.'),
('da', 'text_company_status_new_to_active_administrator_created', 'Ny administrator blev oprettet. Du kan få adgang til området administrator: <a href=\"[link]\">[link_text]</a> ved hjælp af de følgende: < br / > Login: [login] < br / > adgangskode: [password]'),
('da', 'text_company_status_new_to_active_administrator_updated', 'Typen af din konto [login] ændret at administrator. Du kan logge ind i administrator-området: [link]'),
('da', 'text_company_status_new_to_active_subj', 'Din anmodning om leverandør blev godkendt.'),
('da', 'text_company_status_new_to_disable', 'Din anmodning til leverandør [company] blev afvist.'),
('da', 'text_company_status_new_to_disable_subj', 'Din anmodning om leverandør blev afvist.'),
('da', 'text_company_status_new_to_pending', 'Tillykke, er din ansøgning om at få en forhandlerkonto er blevet godkendt. Når vi gennemgår dine kontooplysninger, vil vi offentliggøre det på vores hjemmeside.'),
('da', 'text_company_status_pending', 'Statussen afventer kan du logge ind på admin panel, ændre dine firmaoplysninger og fylde din butik med produkter.'),
('da', 'text_company_status_pending_subj', 'Din virksomhed afventer godkendelse.'),
('da', 'text_company_status_pending_to_active', 'Ændringerne profil for forhandler [company] blev godkendt.'),
('da', 'text_company_status_suspended_subj', 'Your account is suspended'),
('da', 'text_conditions_cleared', 'Tabelbetingelser blev ryddet'),
('da', 'text_confirmation_page_header', 'Dette er en bekræftelse side. Du skal bekræfte handlingen, før det udføres.'),
('da', 'text_confirm_passwd_recovery', 'Følg dette link for at bekræfte dit kodeord gendannelse'),
('da', 'text_cpf_exists', 'CPF está vinculado a outra conta'),
('da', 'text_csrf_attack', 'Adgang nægtet: muligt CSRF angreb'),
('da', 'text_customer_area_logo', 'Logo for <b>kunde</ b>-området'),
('da', 'text_datatrans_notice', '<b>Bemærk</b>: for at spore dine DataTrans ordrer med en indkøbsvogn software du nødt til at tage følgende skridt: < br / > < br / >-Log ind på din DataTrans konto < br / >-Klik på linket <u>\"Upp Data\"</u> i <u>\' Upp Administration\'</u> sektion. < br / > - sæt <u>\'URL Post dataformat\'</u> til <b>\'Data i HTML-formularen\'</b>. < br / > - sæt <u>Post\'</u> til: < br / > <b>[post_url]</b> < br / >-Klik på linket <u>\'Sikkerhed\'</u> i <u>\' Upp Administration\'</u> sektion. < br / > - Vælg det <b>\'en yderligere købmand identifikation vil blive sendt med betaling beskeder\'</b> indstilling. < br / >-Generer ny digital signatur ved hjælp af <u>\'Generer nye tegn\'</u> knappen. < br / >-sæt genereret værdi til feltet <u>\'Digital signatur\'</u> på siden DataTrans betaling konfiguration i din butik < br / >'),
('da', 'text_data_changed', 'Dine ændringer er ikke blevet gemt. Tryk på OK for at fortsætte eller Annuller for at blive på den aktuelle side.'),
('da', 'text_decrease_points_in_use', 'De punkter, der bruges i den rækkefølge, blev trukket fra brugerens konto.'),
('da', 'text_deltapay_notice', '<b> Bemærk: </ b> Du kan sende følgende oplysninger til DeltaPay støtte: <br /> Betaling side: »<u> [payment_url] </ u> \'<br /> succes-side:» <u> [result_url] </ u> \'<br /> Manglende side: »<u> [result_url] </ u>\' <br /> Annuller side:» <u> [result_url] </ u> \'<br />'),
('da', 'text_directebanking_notice', 'Sæt \'Succes link\': <b>[success_url]</b> < br / > sæt \'Afbryd link\' til: <b>[abort_url]</b> < br / > tilføje nye HTTP-meddelelser og indstille anmeldelse URL til: <b>[notification_url]</b> < br / > Aktiver input check og Indstil \'hash-algoritme\"til\"SHA1\"< br / >'),
('da', 'text_directory_created', 'Mappen <b>[directory]</ b> er blevet oprettet.'),
('da', 'text_directory_deleted', 'Mappen <b>[directory]</ b> er blevet slettet'),
('da', 'text_directory_renamed', 'Mappen <b> [directory] </ b> er blevet omdøbt til <b> [to_directory] </ b>'),
('da', 'text_directory_restored', 'Mappen <b>[directory]</b> er blevet gendannet fra lageret'),
('da', 'text_downloads_empty', 'Din downloads liste er tom'),
('da', 'text_editing', 'Tekstredigering'),
('da', 'text_edp_product', 'Dette produkt er elektronisk distribuerede'),
('da', 'text_ekey_not_valid', 'Elektronisk nøgle, du indtastede, er ikke gyldigt eller er udløbet'),
('da', 'text_email_is_blocked', 'Den e-mail-adresse <b>[email]</ b> er blokeret af administratoren. Venligst kontakt butiksadministratoren eller prøv en anden.'),
('da', 'text_email_sent', 'E-mail er blevet sendt.'),
('da', 'text_emerchantpay_notice', 'Tilføj venligst disse URL-felterne i konfigurationen af eMerchantPay e-handel betalingsform: <br/> <br/> <b>BackReturn URL:</b> <br/>[backreturn_url] <br/> <br/> <b>Brugerdefineret godkendelse URL:</b> <br/>[notify_url] <br/> <br/> <b>Custom tilbagegang URL:</b> <br/>[decline_url] <br/> <br/> <b>aktivere anmeldelse URL:</b> <br/>[process_url]'),
('da', 'text_enabled_testimonials_notice', 'Anbefalinger er deaktiveret. Hvis du vil aktivere, skal du gå til <a href=\"[link]\"> kommentarer og anmeldelser: indstillinger for</a> og vælg \"Kommunikation\", \"Vurdering\" eller \"Kommunikation og Vurdering\" i \"Anbefalinger\" felt.'),
('da', 'text_enets_notice', 'Send venligst følgende webadresse til eNPS leder som en reaktion URL for alle tre tilfælde (succes, fiasko, annullere): [r_url]'),
('da', 'text_entered_html_was_sanitized', 'Nogle <strong>HTML-koder</strong>, du har brugt <strong>blev afbrudt</strong> på grund af begrænsninger på indsætte HTML tags som &lt; object &gt;, &lt; iframe &gt;, &lt; embed &gt; og JavaScript-kode. Det er derfor det indhold, du har indsat via disse tags vil ikke blive vist.'),
('da', 'text_enter_filename', 'Indtast et nyt filnavn'),
('da', 'text_error_adding_request', 'Fejl under tilføjelse af anmodningen.'),
('da', 'text_exim_data_exported', 'Data er blevet eksporteret'),
('da', 'text_exim_data_imported', 'Data er importeret. <br /> Nye objekter - <b> [new] </ b>; <br /> Opdateret objekter - <b> [exist] </ b>; <br /> Sprunget objekter - <b > [shipped] </ b>; <br /> alt - <b> [total] </ b>.'),
('da', 'text_exim_data_imported_clear', 'Data er importeret succesfuldt.'),
('da', 'text_exim_export_notice', 'Nedenfor er en liste over de felter, der kan eksporteres. De <b> fremhævede </ b> felter er obligatoriske.'),
('da', 'text_exim_import_features_note', '<h4>Product features import format</h4><code>(%Group name%) %Feature name%: %Feature type%[%Feature value%]</code>where,<dl class=\"dl-horizontal\"><dt>%Group name%</dt><dd>the name of feature group</dd><dt>%Feature name%</dt><dd>the name of feature</dd><dt>%Feature type%</dt><dd>the feature type (C - checkbox, M - multiple checkboxes, S - text select box, N - number select box, E - extended selectbox, T - simple text, O - number, D - date)</dd><dt>%Feature value%</dt><dd>the feature value (several values can be delimited by comma)</dd></dl><p>Several features must be delimited by semicolon.</p><h5>Example:</h5><code>ISBN: T[1233423423]; Release date: D[05/05/07]; Color: S[Red]</code>'),
('da', 'text_exim_import_files_note', '<h4>Fil importerer format</h4><code>%File placering %</code> hvor, <dl class=\"dl-horizontal\"> <dt>%File placering %</dt> <dd>kan være en absolut eller relativ sti i filsystem server eller en URL</dd></dl> <p>flere filer skal være adskilt af komma.</p> <h5>Eksempel 1:</h5><code>file1.jpg</code><h5>Eksempel 2:</h5><code>backup/file1.zip, images/file2.jpg</code>'),
('da', 'text_exim_import_images_note', '<h4>Image import format</h4><code>%Image location%#%Alternative text%</code> where,<br><dl class=\"dl-horizontal\"><dt>%Image location%</dt><dd>kan være en absolut eller relativ sti på en server filsystem eller URL,</dd><dt>%Alternative text%<dt><dd>billede alternativ tekst</dd></dl><h5>Eksempel 1:</h5><code>images/product_images/apples.jpg#Æbler</code><h5>Eksempel 2:</h5><code>http://www.site.com/apples.jpg#Æbler</code>'),
('da', 'text_exim_import_notice', 'Nedenfor er en liste over de felter, som dine data fil kan indeholde. Den fremhævede felter er obligatoriske. Hvis du importerer data med særlige symboler (komma, semikolon osv) skal du sørge for at have citeret felter.'),
('da', 'text_exim_import_options_note', '<h4>Product options import format</h4><code>%Option name%: %Option type%[{$ldelim}%Variant 1 ID%{$rdelim}%Variant 1%,{$ldelim}%Variant 2 ID%{$rdelim}%Variant 2%,{$ldelim}%Variant N ID%{$rdelim}%Variant N%]</code> where,<dl class=\"dl-horizontal\"><dt>%Option name%</dt><dd>the name of the option,</dd><dt>%Variant N ID%</dt><dd>the id of the variant,</dd><dt>%Variant N%</dt><dd>the name of the variant. Variants must be specified if the option type is a selectbox or radiogroup only.</dd><dt>%Option type%</dt><dd>the option type, can be the following:<br><ul><li><b>S</b> - selectbox,</li><li><b>R</b> - radiogroup,</li><li><b>C</b> - checkbox,</li><li><b>I</b> - simple input,</li><li><b>T</b> - textarea.</li></ul></dd></dl><p>Several options must be delimited by semicolon.</p><h5>Examples:</h5>Simple text options:<code>Your age: I; Date of birth: I; Notes: T</code><br>Options with variants:<code>Color: S[Red, Green, Blue]; Size: R[X, XL, XXL]</code>'),
('da', 'text_exim_utf8_file_format', 'Sørg for at den fil, du importerer er UTF-8 charset for korrekt import'),
('da', 'text_expired_license', 'Desværre, dit abonnement for [product] software er overstået. Venligst forny det hurtigst muligt for at undgå programsuspension'),
('da', 'text_failed_gift_certificate_addition', 'Tilføjelsen af certifikatet mislykkedes. Sørg for, at resuméet beløb er ikke nul.'),
('da', 'text_features_delimiter', 'Afgrænser mellem variantværdier af en produktfunktion.'),
('da', 'text_feedback_notice', 'De parametre, der sendes til vores server forl at analysere funktionaliteten og den aktuelle konfiguration er listet nedenfor. < br / > Bemærk, at der sendes ingen personlige eller finansielle oplysninger. Når du stifter bekendtskab med listen over parametre, skal du klikke på \"Send\". < br / >'),
('da', 'text_files_directory', 'Mappe, hvor produktet filer er placeret. Dette vil blive brugt, hvis \"File\"-feltet data er angivet uden en sti, og dette skal være en absolut sti'),
('da', 'text_file_created', 'Filen <b> [file] </ b> er blevet oprettet'),
('da', 'text_file_deleted', 'Filen <b> [file] </ b> er blevet slettet'),
('da', 'text_file_editor_notice', 'Du kan uploade og downloade filer via <a href=\"[href]\"> Fil Editor</a>'),
('da', 'text_file_editor_notice_full_link', 'You can upload and download files via [link]'),
('da', 'text_file_renamed', 'Filen <b> [file] </ b> er blevet omdøbt til <b> [to_file] </ b>'),
('da', 'text_file_restored', 'Filen <b> [file] </ b> er blevet gendannet fra lageret'),
('da', 'text_file_saved', 'Filen <b>[file]</b> er nu gemt'),
('da', 'text_fill_the_mandatory_fields', 'Du skal udfylde alle obligatoriske felter'),
('da', 'text_forbidden_file_extension', 'Det er ikke tilladt at oprette / upload / omdøbe filer med <b>. [ext] </ b> forlængelse.'),
('da', 'text_forbidden_file_mime', 'Det er ikke tilladt at oprette/upload/omdøbe filer af <b>[mime]</b> MIME-type.'),
('da', 'text_forbidden_functionality', '<p>Hvis du vil bruge denne funktion, du har brug for en [product] licens.</p>'),
('da', 'text_forbidden_uploaded_file_extension', 'Det er ikke tilladt at uploade filer med <b>. [Ext] </ b> forlængelse. Tilladt udvidelser er: <b> [ekstrakter] </ b>'),
('da', 'text_forbidden_uploaded_file_size', 'Det er ikke tilladt at uploade filer med størrelse mere end <b> [size] </ b>'),
('da', 'text_form_cresecure_notice', 'Udfyld din betaling nedenfor. < br / > dette er en sikker betaling side, leveret fra en sikker lokation.'),
('da', 'text_full_mode_required', '<strong>Full mode</strong> kræves.'),
('da', 'text_gate2shop_notice', '<p> Angiv følgende værdier i Gate2Shop købmand indstillinger: </ p> Success, mislykkedes, og annullerede URL: <b> [result_url] </ b> </ p> Tilbage URL: <b> [back_url] </ b> </ p>'),
('da', 'text_gd_not_avail', 'GD-bibliotek er <b> IKKE INSTALLERET </ b> på din server. Kontakt venligst din udbyder. <br /> Kun \"Table\" type kan bruges til diagrammer.'),
('da', 'text_gift_certificate_logo', 'Logo for <b> gavekort </b>'),
('da', 'text_gift_cert_added_to_wishlist', 'Gavekortet er blevet føjet til ønskeliste'),
('da', 'text_gift_cert_amount_alert', 'Beløbet skal være mellem [min] og [max]'),
('da', 'text_gift_cert_applied', 'Gavekort er blevet anvendt'),
('da', 'text_gift_cert_cannot_delete', 'Gavekort [code] kan ikke slettes, da det anvendes i orden (s) [ids].'),
('da', 'text_gift_cert_has_been_deleted', 'Gavekort er blevet slettet.'),
('da', 'text_hidpi_support_enabled', 'HiDPI support er aktiveret'),
('da', 'text_hsbc_notice', '<b> Client ID - </ b> Dit Client ID, er et tal mellem 0 og 999.999.999, eller et gyldigt Client alias er i form UK12345678CUR. <br /> kaldenavn er store og små bogstaver. <br /> <b> Opmærksomheden for UNIX-brugere: </ b> <br /> Sørg for at du har relevante tilladelser til følgende bibliotek: chmod-R 755 [cart_dir]'),
('da', 'text_ideal_basic_notice', '- Log ind på din konto iDEAL <br /> - Klik på <u> \'Sikkerhed\' </ u> i <u> \'Profil\' </ u> pkt. <br /> - Set mulighed <u> »Anmeldelse \'</ u> til <b>\' XML \'</ b> <br /> - Set <u>» Anmeldelse URL\' </ u> til: <br /> <b > [return_url] </ b> <br /> - Set <u> \'hemmelig nøgle\' </ u>. Den hemmelige nøgle er kun kendt af sælgeren og ideal.'),
('da', 'text_images_directory', 'Mappe, hvor billederne er placeret. Dette vil blive anvendt, hvis billedfilen er angivet uden en sti, og dette skal være en absolut sti'),
('da', 'text_increase_points_in_use', 'De punkter, der bruges i den rækkefølge, blev føjet til brugerkonto.'),
('da', 'text_input_license_code', 'Angiv dit licensnummer for at kunne administrere din butik:'),
('da', 'text_installing_theme_dependencies', 'Installere tema afhængigheder: [dependencies]'),
('da', 'text_invalid_url', 'Du har indtastet en ugyldig URL'),
('da', 'text_ips_denied', 'Du har ikke tilladelse til at få adgang til dette område'),
('da', 'text_ip_blocked_failed_login', 'IP adressen blev blokeret efter [number] mislykkede loginforsøg'),
('da', 'text_ip_is_blocked', 'Din IP adresse er blokeret.'),
('da', 'text_items_added', 'Punkter tilføjet'),
('da', 'text_items_updated', 'The items were updated successfully'),
('da', 'text_license_is_disabled', 'Licensen er deaktiveret. Tjek venligst din Licensstatus.'),
('da', 'text_license_is_disabled_full', 'Licensen er deaktiveret. Tjek Licensstatus på din, eller Vælg en anden lagertilstand.'),
('da', 'text_license_is_invalid', 'Ugyldig licensnummer. Angiv et gyldigt licensnummer.'),
('da', 'text_license_is_invalid_full', 'Ugyldig licensnummer. Indtast et gyldigt licensnummer, eller Vælg en anden lagertilstand.'),
('da', 'text_license_required_ebay', 'Øge dit salg ved at sælge produkter, der præsenteres i din CS-Cart butik på verdens største markedsplads — eBay.'),
('da', 'text_license_required_ebay-title', 'eBay synkronisering'),
('da', 'text_license_required_facebook', 'Byg din butik til din Facebook-side til at komme tættere på din målgruppe og trække flere nye kunder.'),
('da', 'text_license_required_facebook-title', 'Facebook App'),
('da', 'text_license_required_full', 'Your current CS-Cart edition is Professional. We also offer another one, a more advanced edition—<b>Ultimate</b>. With CS-Cart Ultimate, you\'ll be able to use unlimited number of storefronts and the mobile commerce app as well as the eBay Synchronization add-on and the Facebook app without additional fees. To unlock unlimited storefronts and mobile commerce, get the Ultimate license.'),
('da', 'text_license_required_storefronts', 'Tilføje så mange butiksfacader som du ønsker, og administrere dem via et enkelt admin panel.'),
('da', 'text_license_required_storefronts-title', 'Ubegrænset butiksfacader'),
('da', 'text_links', 'Tekstlink'),
('da', 'text_login_form', '<h4>Ikke registreret som medlem?</h4><p>Det er nemt at oprette en ny konto og tager mindre end et minut.</p>'),
('da', 'text_login_to_add_to_cart', 'Dette produkt kan ikke lægges til <br> vognen, fordi du ikke er logget ind'),
('da', 'text_mail_area_logo', 'Logo for <b> fakturaer </ b>'),
('da', 'text_mandatory_fields', '<p class=\"mandatory-fields\"> De felter markeret med <span class=\"required\">*</span> er obligatoriske</p>'),
('da', 'text_max_limit_of_parameters', 'Max værdi af \"grænse\"-feltet kan ikke overstige 25, hvis diagramtype ikke er \"Table\". Grænse af dette diagram er blevet korrigeret.'),
('da', 'text_mb_failed_order', 'Ingen reaktion fra Skrill har modtaget endnu, venligst afvent. Selv om rækkefølgen ikke kan oprettes i butikken, er det meget sandsynligt, at det er korrekt oprettet og behandlet af Skrill. Kontakt butikken personale og fortælle dem ordre-ID som fastsat af Skrill'),
('da', 'text_menus_have_been_deleted', 'Menus have been deleted successfully.'),
('da', 'text_min_order_amount_required', 'At fortsætte kassen behandle din ordre i alt må overstige'),
('da', 'text_min_products_amount_required', 'For at fortsætte checkoutproces må din ordresubtotalen overstige'),
('da', 'text_money_back_guarantee', 'Vi tilbyder 30-dages pengene-tilbage garanti. Hvis du ikke kan lide vores produkt, returnere vi dine penge, ingen unødvendige spørgsmål.'),
('da', 'text_multiprofile_notice', 'En bruger kan have flere profiler. For eksempel kan du have en profil for personlig ordrer, en anden til kontorbrug og en anden til at bestille til venner og familie ...'),
('da', 'text_mve_plus_license_required', '<p>Let your vendors receive money from customers directly via your marketplace.</p><p>Manage vendors\' abilities via user groups, and allow your vendors to change the looks of their stores.</p><p>Create a unified catalog, where vendors can start selling any product in a matter of minutes.</p>'),
('da', 'text_mve_ultimate_license', 'A special edition of [product] that offers all the features of [product] Plus and an unlimited number of storefronts. If you switch to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see the message about the storefront limit again.'),
('da', 'text_mve_ultimate_license_required', '<p>Branch out: get an unlimited number of storefronts for your marketplace.</p><p>A storefront is another domain created either for a specific country or city, or for a specific part of your product catalog.</p><p>Get all the other functionality of [product] Plus.</p>'),
('da', 'text_mve_ultimate_or_plus_license_required', 'This action requires [product] Ultimate or [product] Plus. If you switch to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a> or <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus</a>, you\'ll get access to all their features.'),
('da', 'text_newsletter_sent', 'Nyhedsbrev (r) er blevet sendt med succes.'),
('da', 'text_new_payment_was_created', 'Ny betaling blev oprettet'),
('da', 'text_new_post_notification', 'Dette er en anmeldelse af en ny stilling til'),
('da', 'text_new_user_activation', 'Den profil, der ejes af \"[user_login]\" er nyoprettet. Du bør kontrollere detaljerne i denne bruger (hvis påkrævet) og aktivere den ved at bruge følgende link: <br /> [url]'),
('da', 'text_nothing_found', 'Intet fundet'),
('da', 'text_not_allowed_to_upload_file_extension', 'Det er ikke tilladt at uploade filer med filtypenavnet <b>.[ext]</b> her.'),
('da', 'text_not_approved_products', 'Du har produkter, som kræver din godkendelse. Venligst <a href=\"[link]\"> Følg dette link</a> for at gennemse disse produkter.'),
('da', 'text_not_approved_vendors', 'Du har forhandler, der kræver din godkendelse. Venligst <a href=\"[link]\"> Følg dette link</a> for at gennemse disse forhandlere'),
('da', 'text_not_valid_cc_number', '<b>[cc_number]</b> er ikke et gyldigt kreditkortnummer.'),
('da', 'text_not_valid_cpf', 'CPF está invalido'),
('da', 'text_not_valid_domain', '<b>[domain]</b> er ikke et gyldigt domænenavn.'),
('da', 'text_not_valid_email', '<b>[email]</b> er ikke gyldig'),
('da', 'text_not_valid_ip', '<b>[ip]</b> er ikke en gyldig ip adresse.'),
('da', 'text_no_active_promotions', 'Ingen tilbud til rådighed nu.'),
('da', 'text_no_conflicts', 'Ingen konflikter fundet'),
('da', 'text_no_items_defined', 'Ingen [items] defineret'),
('da', 'text_no_matching_products_found', 'Ingen produkter fundet matcher søgekriterierne'),
('da', 'text_no_matching_results_found', 'Ingen resultater fundet matcher søgekriterierne'),
('da', 'text_no_orders', 'Ingen ordrer fundet'),
('da', 'text_no_payments_needed', 'Ingen betalingsoplysninger kræves'),
('da', 'text_no_payments_required', 'No payment required'),
('da', 'text_no_products', 'Der er ikke nogle produkter i denne Kategori'),
('da', 'text_no_products_defined', 'Ingen definerede produkter'),
('da', 'text_no_products_found', 'Ingen produkter fundet'),
('da', 'text_no_shipments_found', 'Ingen forsendelse fundet'),
('da', 'text_no_shipping_methods', 'Der er desværre ingen leveringsmuligheder tilgængelige for din placering. <br />Så kontakt os for at høre nærmere om leveringsmulighederne til dig. Vi beklager denne ulejlighed.'),
('da', 'text_no_ticket_found', 'No Ticket Found'),
('da', 'text_no_upgrades_available', 'Ingen opgraderinger øjeblikket er til rådighed'),
('da', 'text_n_filters_created', 'Filters created: [n].'),
('da', 'text_objects_for_export', '<b>[total]</b> [name] vil blive eksporteret.'),
('da', 'text_ogonedirect_notice', 'Angiv SHA-1 signatur begge: her og på Ogone konfiguration. < br / > < br / > For nye Ogone konti oprettet siden maj 11th, 2010, den nye politik for SHA er automatisk aktiv. <br/> Venligst ikke glemme at vælge afkrydsningsfeltet \"Brug ny SHA signatur politik\".'),
('da', 'text_ogoneweb_notice', 'Skal du indstille følgende webadresse i afsnittet tekniske oplysninger på konfigurationen af Ogone som et <b>Svar Url</b> for alle tilfælde (\"accepteret\", \"på hold\", \"usikre\", \"annulleret af kunden\", \"alt for mange afvisninger af erhververens\"): <b>[r_url]</b> < br / > også angive SHA-1 signatur begge: her og Ogone konfiguration. Vælg anmodningstype: \"Gør denne anmodning i baggrunden og udskudt\".'),
('da', 'text_only_ultimate_license_required', 'A special edition called [product] Ultimate is required to perform this action. If you switch to <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see this message again, and you\'ll also be able to create an unlimited number of storefronts.'),
('da', 'text_options_no_inventory', 'At skabe mulighed for kombinationer mindst én af dit produkt muligheder bør have \"Inventory\" flag krydses.'),
('da', 'text_order_backordered', 'Din ordre er i restordre. Vi vil kontakte dig ved først givne lejlighed.'),
('da', 'text_order_placed_error', 'Din ordre er blevet afvist af betaling processor. Gennemgå venligst dine oplysninger og kontakter butik administration.'),
('da', 'text_order_placed_successfully', 'Tillykke! Din ordre er blevet placeret korrekt.'),
('da', 'text_order_repayed_successfully', 'Bestil er blevet tilbagebetalt med succes.'),
('da', 'text_order_saved_successfully', 'Ordren er nu blevet gemt.'),
('da', 'text_order_status_has_not_been_changed', 'Ordrestatus er ikke blevet ændret, fordi brugeren ikke har nok point.'),
('da', 'text_order_status_notification', 'Der vil blive udsendt en mail alt efter indstillingerne på den enkelte status.'),
('da', 'text_out_of_stock', 'Fjernlager - 1-3 dage'),
('da', 'text_owl', 'OwlCarousel'),
('da', 'text_pages_cloned', 'De sider er blevet klonet med succes. Nedenfor en liste over nye sider.'),
('da', 'text_pages_have_been_deleted', 'Sider er blevet slettet.'),
('da', 'text_page_changed', 'Er du sikker på du vil navigere væk fra denne side?Dine ændringer er ikke blevet gemt.Tryk på OK for at fortsætte, eller Annuller for at forblive på den aktuelle side.'),
('da', 'text_page_has_been_deleted', 'Side er blevet slettet.'),
('da', 'text_page_loading', 'Din forespørgsel bliver behandlet, vent venligst...'),
('da', 'text_password_recovery_instructions_sent', 'Password recovery instructions have been sent to [email] address.'),
('da', 'text_pay4later_notice', '<b>Bemærk</b>: for at spore dine Pay4Later ordrer med en indkøbsvogn software, du skal tage disse skridt: < br / > < br / >-Log i hen til Pay4Later BackOffice < br / >-Klik på linket <u>\' indstillinger/anlæg \'</u> i <u>\' Quick Links\'</u> sektion. < br / > - sæt <u>\'Return URL (kontrolleret)\'</u> indstilling til: < br / > <b>[verified_url]</b> < br / > - sæt <u>\'Return URL (fald)\'</u> indstilling til: < br / > <b>[decline_url]</b> < br / > - sæt <u>\'Return URL (Henvis)\'</u> indstilling til: < br / > <b>[refer_url]</b> < br / > - sæt <u>\'Return URL (Annuller)\'</u> indstilling til: < br / > <b>[cancel_url]</b> < br / > - sæt <u>\' CSN URL\'</u> indstilling til: < br / > <b>[process_url]</b> < br / >-Klik på knappen <u>\' Gem ændringer \'</u> < br / >'),
('da', 'text_paybox_notice', '<b> Bemærk: </ b> Du kan hente filen modulev2.cgi fra PayBox serveren, kopiere det til <b> [cart_dir] / betalinger / paybox_files / </ b> directory <u> i binær tilstand </ u> og gør den eksekverbar. <br /> Kør følgende kommando: <br /> <b> < i> chmod 755 modulev2.cgi </ b> </ i> <br /> <br /> også spørge \"Paybox\" tjeneste at tilføje følgende webadresse til databasen som \"Callback URL\": <br /> <b> [callback_url] </ b>'),
('da', 'text_payment_first_data_notice', 'Venligst log ind for at FirstData slut 2.0 Admin, Åbn fanen \"Administration\", klik på \"Connect 2.0 Setup\" link. < br / > Fastsæt følgende webadresse i \"Rækkefølge indsendelse Form\", \"bekræftelsesside\", \"Manglende sideafsnit\": [return_url]< br />'),
('da', 'text_payment_have_been_deleted', 'Betaling er blevet slettet.'),
('da', 'text_payment_have_not_been_deleted', 'Betaling kan ikke slettes.'),
('da', 'text_paypal_processing_payment', 'Vent venligst mens vi behander betalingsoplysningerne...'),
('da', 'text_paypal_surcharge', '<b>Bemærk:</b> Ifølge PayPal <a href=\'https://www.paypal.com/webapps/mpp/ua/useragreement-full#4\' target=\'_blank\'> politikken</a> (4.6) understøttes tillæg ikke.'),
('da', 'text_paysitecash_debug', 'Debug Information'),
('da', 'text_paysitecash_mode', 'Mode'),
('da', 'text_paysitecash_mode_debug_off', 'OFF'),
('da', 'text_paysitecash_mode_debug_on', 'ON'),
('da', 'text_paysitecash_mode_live', 'Live'),
('da', 'text_paysitecash_mode_test', 'Test'),
('da', 'text_paysitecash_nocurrencies', 'Valuta tilstand'),
('da', 'text_paysitecash_nocurrencies_no', 'Give kunden mulighed for at vælge understøttede valuta'),
('da', 'text_paysitecash_nocurrencies_yes', 'Vis ikke valuta udvælgelse overhovedet'),
('da', 'text_paysitecash_notice', 'Tilføj venligst disse URL-felterne i konfigurationen Paysite Cash: <br/> <br/> <b>URL-adresse:</b> <br/>[url] <br/> <br/> <b>Referer url:</b> <br/>[ref_url] <br/> <br/> <b>efter betaling returnere url:</b> <br/>[sucess_url] <br/> <br/> <b>annulleret betaling url:</b> <br/>[cancel_url] <br/> <br/> <b>Backoffice bekræftelse url:</b> <br/>[confirm_url]'),
('da', 'text_paysitecash_processor', 'Processor'),
('da', 'text_paysitecash_site_id', 'Websted-ID'),
('da', 'text_payway_notice', 'Vær venlig at nedsætte følgende parametre i PayWay backend: <p> Browser Retur URL Pre Betaling: <b> [ forudbetaling] </ b> <br /> Browser Retur URL: <b> [tilbage] </ b> <br /> Anmeldelse URL: <b> [giver] </ b> <br /> Anmeldelse Post Type: ferie tomme </ p>'),
('da', 'text_permissions_changed', 'Tilladelser ændret'),
('da', 'text_piraeus_notice', '<b>Bemærk:</b> Venligst send følgende oplysninger til betaling support: < br / > Website URL: \' <u>[website_url]\'<</u> br / > Referrer URL: \' <u>[referrer_url]\'<</u> br / > succes URL: \' <u>[success_url]\'<</u> br / > manglende URL: \' <u>[failure_url]\'<</u> br / > Backlink URL: \' <u>[backlink_url]\'<</u> br / > IP-adresse: \' <u>[ip_address]\'<</u> br / > < br / > svar metode: \' <u>[response_method]\'<</u> br / > < br / >'),
('da', 'text_points_cannot_applied_because_subtotal_redeemed', 'Point kan ikke anvendes, fordi subtotalen er helt indløst.'),
('da', 'text_points_exceed_points_on_account', 'Antallet af point indsat af dig overstige antallet af point på din konto.'),
('da', 'text_points_exceed_points_that_can_be_applied', 'Antallet af point indsat af dig overskrider det antal point, der kan anvendes til denne ordre.'),
('da', 'text_points_used_in_order', 'Punkter blev brugt i rækkefølge'),
('da', 'text_point_in_account', 'Du har'),
('da', 'text_position_updating', 'Loading ... holdninger er ved at blive opdateret, vent venligst.'),
('da', 'text_post_pended', 'Dit indlæg vil blive kontrolleret, før det bliver offentliggjort.'),
('da', 'text_price_dec_sign_delimiter', 'Decimalseparatoren for produktpriser.'),
('da', 'text_products_added', 'Produkterne er blevet tilføjet. Nedenfor en liste over nye produkter.'),
('da', 'text_products_cloned', 'Produkterne er blevet klonet med succes. Nedenfor en liste over nye produkter.'),
('da', 'text_products_have_been_deleted', 'Produkter er blevet slettet.'),
('da', 'text_products_updated', 'Følgende produkter er blevet opdateret:'),
('da', 'text_products_updated_successfully', 'Produktet er blevet opdateret'),
('da', 'text_product_cloned', 'Produktet <b> [product] </ b> er blevet klonet med succes. Nu kan du redigere det nye produkt.'),
('da', 'text_product_detailed_image', '(valgfrit vises i popup vindue)'),
('da', 'text_product_file_has_been_deleted', 'Produkt filen er slettet'),
('da', 'text_product_filters_were_disabled', 'Følgende <a href=\"[url]\" target=\"_blank\"> produkt filtre</a> var deaktiveret: [filters_list].'),
('da', 'text_product_has_been_deleted', 'Produkt er blevet slettet.'),
('da', 'text_product_option_delimiter', 'Afgrænser for produkt optioner inden for en alternativ kombination (fx \"farve: rød, størrelse: lille\")'),
('da', 'text_product_thumbnail', '(vises på listen over produkter og produkt detaljer sider)'),
('da', 'text_profile_activated', 'Din konto er nu aktiv. Du kan logge ind på din konto ved hjælp af dine legitimationsoplysninger.'),
('da', 'text_profile_benefits', '<h4>Fordelene ved at blive registreret som medlem</h4><ul><li>Log ind til enhver tid at tjekke rækkefølgen statusser</li> <li>personliggøre din shopping</li> <li>fremskynde fremtidige Køb</li></ul>'),
('da', 'text_profile_deactivated', 'Din konto er blevet deaktiveret. Kontakt os for flere detaljer.'),
('da', 'text_profile_details', '<h4>Profiloplysninger</h4><p>På denne side kan du ændre dine loginoplysninger og personlige data, der skal bruges i forbindelse med fremtidige køb.</p><p>Til at holde din konto sikker anbefales det for at undgå at oprette adgangskoder, bruger:</p><ul><li>Ordbog ord på alle sprog.</li><li>Ord stavet baglæns, almindelige stavefejl og forkortelser.</li><li>Sekvenser eller gentagne tegn. Eksempler: 12345678, 222222, abcdefg, eller tilstødende bogstaver på tastaturet (qwerty).</li><li>Personlige oplysninger. Dit navn, fødselsdag, førerens licens, pasnummer eller lignende oplysninger.</li></ul>'),
('da', 'text_profile_is_created', 'Din konto er blevet oprettet.'),
('da', 'text_profile_is_updated', 'Din profil data er blevet opdateret.'),
('da', 'text_profile_should_be_approved', 'Din konto er blevet oprettet med succes, men det skal aktiveres af butikken, før du er i stand til at logge ind'),
('da', 'text_promotions_group_condition', 'Hvis [set] af disse betingelser er [set_value]'),
('da', 'text_qty_discounts', 'Vores mængderabatter'),
('da', 'text_recommendation_notes', 'Din ven har anbefalet denne side til dig. Følg linket:'),
('da', 'text_recover_password', '<p>Hvis du har glemt din adgangskode, Indtast din e-mail adresse i feltet og klik på <i>Nulstil adgangskode</i>.</p><p>Du vil modtage en ny adgangskode og et link til at logge på. Du vil kunne ændre adgangskoden senere.</p>'),
('da', 'text_recover_password_notice', 'Indtast din e-mail, og en ny login-nøgle blive sendt til dig. Klik på linket i e-mail til at logge ind, og derefter ændre din adgangskode.'),
('da', 'text_recover_password_title', 'Nulstil adgangskode'),
('da', 'text_redactor2', 'Redactor II'),
('da', 'text_remove_additional_images', 'Når du importerer yderligere billeder af et opdateret produkt, slettes eksisterende billeder af dette produkt før import'),
('da', 'text_remove_backup_files', 'Advarsel! Hvis du fjerne backup-filer, vil du ikke kunne gendanne din tidligere installation. Sikre, at den nye version fungerer korrekt, og backup-databasefiler er et sikkert sted.'),
('da', 'text_required_group_product', 'Vælg et produkt til den ønskede gruppe [group_name]'),
('da', 'text_reset_inventory_description', 'Mængden af alle produkter i butikken vil blive nulstillet.'),
('da', 'text_restore_question', 'Er du sikker på at du vil gendanne den skabelon?'),
('da', 'text_return_change_warning', 'Status for tilbagesendelse #[return_id] vil blive ændret'),
('da', 'text_review_and_reach_out_request', 'We\'ll review your application and reach out to you via email soon.'),
('da', 'text_sagepay_dir_notice', '<b> Bemærk: </ b> For at spore dine SagePay ordrer fra indkøbskurv software, skal du aktivere 3D Secure Svig Kontrol Mulighed for dine SagePay VSP Direkte konto.'),
('da', 'text_sagepay_notice', 'Brug <b> testvendor </ b> som <b> Forhandler Navn </ b> til testformål <br /> <p> <b> Betaling </ b> - transaktionstype bruges til at få en tilladelse fra banken , derefter afvikle denne transaktion tidligt den følgende morgen, disponeret over midler, der skal tages fra kundens kort. <br /> </ p> <b> UDSKUDT </ b> - transaktioner er ikke sendt til banken for færdiggørelse indtil du slipper dem ved at logge ind i SagePay VSP Admin interface, at finde den transaktion, og klikke på udløserknappen. </ p>'),
('da', 'text_secret_key_notice', 'Udfyld venligst dette felt med en ikke-tom værdi. Det vil øge sikkerheden ved transaktionerne.'),
('da', 'text_select_fields2edit_note', 'Du er i stand til at ændre flere elementer på samme tid. Vælge nogle emner i listen nedenfor, kryds ved de afkrydsningsfelterne for de felter, du ønsker at redigere, og klik på \"Rediger valgte\"-knappen.'),
('da', 'text_select_file', 'Vælg en fil, eller indtaste webadressen'),
('da', 'text_select_range', 'Du kan vælge et område at eksportere (ellers alle [name], vil blive eksporteret)'),
('da', 'text_select_vendor', 'Vælg en butik først'),
('da', 'text_sent_an_email_access_information', 'We\'ve sent you an email with access information.'),
('da', 'text_set_write_permissions_for_dirs', 'Du kan indstille skriverettigheder til webserveren til de mapper, der er anført ovenfor eller give en FTP-adgang med skrivetilladelse til disse mapper.'),
('da', 'text_share_product_features_tooltip', 'Opmærksomhed! Nogle data vil ikke blive kopieret under denne handling: de i filtre kategorier vil gå tabt, selv hvis du kopierer alle kategorier. Venligst, lave kategorier manuelt.'),
('da', 'text_share_product_filters_tooltip', 'Opmærksomhed! Nogle data vil ikke blive kopieret under denne handling: de i funktioner kategorier vil gå tabt, selv hvis du kopierer alle kategorier. Venligst, lave kategorier manuelt.'),
('da', 'text_share_promotions_tooltip', 'For at dele kampagner Sørg for de respektive produkter er også delt (check andel produkter nedenfor)'),
('da', 'text_shipping_packages_info', 'For at sikre en mere præcis shipping sats estimering, er produkterne blevet adskilt i pakker som defineret i indstillingerne for produktet og shipping metode konfigurationen. Følgende oplysninger er kun til referecebrug'),
('da', 'text_shipping_rates_changed', 'Forsendelse sats blev ændret'),
('da', 'text_ship_to_billing', 'Ordren vil blive leveret til den faktureringsadresse'),
('da', 'text_shoppers_can_order_products', 'Shoppere kan bestille disse produkter i butikken.'),
('da', 'text_signup_for_subscriptions', 'Tilmeld dig vores nyhedsbreve!'),
('da', 'text_skip_creating_new_products', 'If you enable this setting, then only the products that already exist in your database will be updated.'),
('da', 'text_skrill_activate_quick_checkout_short_explanation', 'Skrill Quick Checkout giver dig mulighed for at tage betalinger fra kreditkort, hævekort og over 60 andre lokale betalingsmuligheder i over 200 lande. yderst konkurrencedygtige priser for denne service er offentliggjort på Skrill hjemmeside på www.skrill.com.'),
('da', 'text_skrill_activate_quick_checkout_short_explanation_1', 'Du har sendt en anmodning om aktivering på den [dato]. Vær opmærksom på, at kontrollen proces at bruge Skrill Quick Checkout kunne tage op til 72 timer. Du vil blive kontaktet af Skrill, når kontrollen er afsluttet.'),
('da', 'text_skrill_activate_quick_checkout_short_explanation_2', 'Efter aktivering, vil Skrill giver dig adgang til et nyt afsnit i din Skrill konto kaldes Merchant Tools. Vælg en hemmelige ord (IKKE det samme som dit kodeord) der, og også angive det i afsnittet nedenfor for at oprette forbindelse til Skrill. Hemmeligheden ord er det sidste trin i aktiveringen, og krypterer dine betalinger sikkert. Efter vellykket indsendelse du er klar til at bruge alle direkte betaling muligheder af Skrill.'),
('da', 'text_skrill_currs_notice', 'Hvis du har valgt en valuta, som ikke basere en i din butik, skal du sørge for, at den har den rigtige <a href=\"http://en.wikipedia.org/wiki/ISO_4217\"> ISO 4217-kode </ a> <a href=\"[link]\"> valutaer </ a>.'),
('da', 'text_skrill_email_is_not_registered', 'specificerede e-mail er ikke registreret i Skrill.'),
('da', 'text_skrill_email_is_registered', 'specificerede e-mail er registreret i Skrill.'),
('da', 'text_skrill_empty_input_data', 'Nogle af de områder, der kræves for Quick Checkout aktivering var savnet. Venligst.'),
('da', 'text_skrill_logo_notice', 'Hvis din HTTPS server er ikke sat op, vil logoet blive vedtaget af HTTP-protokollen og brugere vil se den  \"Connection delvist krypteret \" advarsel på Skrill side.'),
('da', 'text_skrill_notice', 'For at få adgang til de internationale betalingskort netværk af Skrill, bedes du tilmelde dig <a href=\"[register_url]\" target=\"_blank\"> her</a> for en gratis konto hvis du ikke har en endnu. <p><strong>Opmærksomhed</strong>: Gem indstillinger før validering af e-mail, hemmelige ord eller aktivering købmand værktøjer.</p>'),
('da', 'text_skrill_notice_register', 'To gain access to the international payment network of Skrill, please register <a href=\"[register_url]\" target=\"_blank\">here</a> for a free account if you do not have one yet.<p><strong>Attention</strong>: please save settings before activating merchant tools.</p>'),
('da', 'text_skrill_payment_is_not_saved', 'For at bruge denne funktion kan du gemme den betalingsmetode første.'),
('da', 'text_skrill_secred_word_notice', 'Den hemmelige ord skal være små bogstaver uden specialtegn og mindst 10 cifre.'),
('da', 'text_skrill_secret_word_is_correct', 'Specificeret hemmelige ord er korrekt.'),
('da', 'text_skrill_secret_word_is_incorrect', 'Din hemmelige ord er forkert. Vælg dit hemmelige ord i handelsflåden afsnittet Værktøjer i din Skrill-konto og derefter indtaste det her.'),
('da', 'text_skrill_support', '<b> Support: </ b> <br /> <br /> Har du spørgsmål? < br /> Kontakt Skrill på <a href=\"mailto:\"> ecommerce@skrill.com </ a> eller på telefon +44 (0) 870 383 0762. <br />'),
('da', 'text_status_is_float', 'Du kan ikke bruge tidsinterval for \"Status\" parameter, fordi denne parameter er tidsafhængig.'),
('da', 'text_storage_changed', 'Lager ændret med succes'),
('da', 'text_storefront_license_required', 'An additional storefront for your standard [product] license. Good for those who don\'t intend to add a few more storefronts in the future.'),
('da', 'text_store_closed', 'Desværre, er butikken midlertidigt lukket for vedligeholdelse.'),
('da', 'text_store_mode_changed_to_full', '<strong>Standardtilstand</strong> er blevet aktiveret. I denne tilstand er alle de avancerede e-handels-funktioner tilgængelige.'),
('da', 'text_store_mode_changed_to_mve', 'Your store now uses active license. With the [product] edition, you get almost all the features we offer. The additional features (such as separate checkout for each vendor, and vendor-created promotions) are available with the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus edition</a>. There is an even more advanced edition, <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, that lets you use multiple storefronts for different audiences.'),
('da', 'text_store_mode_changed_to_mve.plus', '<strong>Plus mode</strong> has been activated. This mode offers all the advanced eCommerce features, except for multiple storefronts. If your marketplace ever needs separate domains for different audiences, upgrade your license to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>.'),
('da', 'text_store_mode_changed_to_mve.ru', 'Your store now uses active license. With the [product] edition, you get almost all the features we offer. The additional features (such as separate checkout for each vendor, and vendor-created promotions) are available with the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus edition</a>. There is an even more advanced edition, <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, that lets you use multiple storefronts for different audiences.');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('da', 'text_store_mode_changed_to_mve.ru.plus', '<strong>Plus mode</strong> has been activated. This mode offers all the advanced eCommerce features, except for multiple storefronts. If your marketplace ever needs separate domains for different audiences, upgrade your license to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>.'),
('da', 'text_store_mode_changed_to_mve.ru.ultimate', '<strong>Ultimate mode</strong> has been activated. In this mode, all the advanced eCommerce features are available.'),
('da', 'text_store_mode_changed_to_mve.ultimate', '<strong>Ultimate mode</strong> has been activated. In this mode, all the advanced eCommerce features are available.'),
('da', 'text_store_mode_changed_to_ult', 'Your store now uses an active license of [product].'),
('da', 'text_store_mode_changed_to_ult.b2b', 'Your store now uses an active license of [product].'),
('da', 'text_store_mode_changed_to_ult.b2b.ultimate', 'Your store now uses an active license of [product].'),
('da', 'text_store_mode_changed_to_ult.ru', 'Your store now uses an active license of [product].'),
('da', 'text_store_mode_changed_to_ult.ru.ultimate', 'Your store now uses an active license of [product].'),
('da', 'text_store_mode_changed_to_ult.ultimate', 'Your store now uses an active license of [product].'),
('da', 'text_store_mode_closed', 'Butikken blev <b> lukket </ b>'),
('da', 'text_store_mode_full', 'Fuld ubegrænset adgang til alle funktioner. Angiv et gyldigt licensnummer aktivere. < br / > < br / > denne mode kan aktiveres på ethvert tidspunkt. < br / > < br / >'),
('da', 'text_store_mode_open', 'The store was <b>opened</b>'),
('da', 'text_store_mode_opened', 'Butikken er <b> åbnet </ b>'),
('da', 'text_store_mode_trial', '<p>Fuld adgang til alle funktioner i løbet af den 30-dages prøveperiode, startende fra aktiveringstidspunktet.</p> <p>Når den 30-dages prøveperiode udløber, vil du nødt til at <a href=\"[product_buy_url]\" target=\"_blank\"> købe en licens</a> eller indtaste et gyldigt licensnummer for at kunne administrere din butik.</p>'),
('da', 'text_store_mode_trial_rb', 'Alle funktioner er tilgængelige under 30 dage efter download af installationspakken. Du behøver ikke at indtaste den licens nøglen. < br / > < br / > efter den 30-dages prøveperiode er forbi, skal du købe licens eller postere licensnøglen, hvis du allerede har en. < br /><br />'),
('da', 'text_subscriber_activated', 'Din e-mail er blevet aktiveret'),
('da', 'text_subscriber_added', 'Din e-mail er blevet føjet til vores gratis nyhedsliste'),
('da', 'text_subscriber_removed', 'Din e-mail er blevet fjernet fra vores gratis nyhedsbrev'),
('da', 'text_successful_request', 'Din anmodning blev tilføjet. Du vil modtage e-mail med svar senere.'),
('da', 'text_success_subscription', 'Du har oprettet abonnement på vores gratis e-mail-opdateringer og kampagner!'),
('da', 'text_tax_applied', 'Den skattemæssige <b> [tax] </ b> er blevet anvendt på alle produkter'),
('da', 'text_tax_unset', 'Den skattemæssige <b> [tax] </ b> er blevet unset fra alle produkter'),
('da', 'text_template_changed', 'Dine ændringer er ikke blevet gemt.Tryk på OK for at gemme ændringer eller Annuller for at afvise dem.'),
('da', 'text_test_email_sent', 'Test e-mail blev sendt til <b>[email]</b> adresse.'),
('da', 'text_thaiepay_notice', 'Deres tilbagevenden webadresse <b>[return_url]</b>'),
('da', 'text_thank_you_for_post', 'Tak for dit indlæg'),
('da', 'text_thumbnail_manual_loading', 'Miniaturer vil blive genereret fra detaljerede billeder automatisk, men du kan også <a id=\"[id]\" class=\"[class]\"> uploade dem manuelt.</a>'),
('da', 'text_tinymce', 'TinyMCE'),
('da', 'text_topmenu_more', 'Flere [item] <i class=\"text-arrow\"> &rarr;</i>'),
('da', 'text_topmenu_view_more', 'Se mere <i class=\"text-arrow\"> &rarr;</i>'),
('da', 'text_track_instructions_sent', 'Adgang instrukser blev sendt til din e-mail-adresse.'),
('da', 'text_track_request', 'De ønskede oplysninger om de ordrer du har placeret i vores butik.'),
('da', 'text_track_view_all_orders', 'At se alle dine ordrer, kan du følge dette link:'),
('da', 'text_track_view_order', 'For at se ordre # [order] du åbne dette link:'),
('da', 'text_transaction_cancelled', 'Transaktionen blev annulleret af kunden'),
('da', 'text_transaction_declined', 'Transaktionen blev afvist af betaling processor eller blev annulleret af kunden'),
('da', 'text_uc_addon_upgrade_completed', 'Din butik er blevet opgraderet med succes'),
('da', 'text_uc_agreed_collisions', 'Jeg forstår, at min lokale ændringer vil være permanent tabt under opgraderingen'),
('da', 'text_uc_another_update_process_running', 'Der er muligvis et opgradingsarbejde i gang. < br / > vent venligst indtil det er fuldendt. < br / > Hvis procerssen er færdig med en fejl, kan du fjerne fil [filename] og prøve at genstarte opgraderingen. < br / > <a href=\"[url]\"> fjerne låsefilen og genstart opgraderingen</a>'),
('da', 'text_uc_backup_database', 'Følgende databasetabeller er blevet bakket op'),
('da', 'text_uc_backup_files', 'Følgende filer er blevet bakket op'),
('da', 'text_uc_broken_package', 'Opgraderingspakken synes at være brudt. Venligst opdatere pakker liste og prøv at hente det igen'),
('da', 'text_uc_cannot_lock_upgrade_process', 'Undladt at deaktivere opgraderingsprocessen lancering'),
('da', 'text_uc_cant_download_package', 'Kan ikke hente opgraderingen pakke'),
('da', 'text_uc_changed_files_message', 'Disse filer har lokale ændringer og vil blive back-uppet. Når opgraderingen er fuldført, sammenligne backup-filer med de nye filer og genanvende ændringerne til de nye filer, hvis det er nødvendigt.'),
('da', 'text_uc_check_ok', 'Din CS-Cart version er blevet kontrolleret korrekt. Det er klar til opgradering'),
('da', 'text_uc_conflicts', 'Følgende filer havde lokale ændringer'),
('da', 'text_uc_db_right_needed', 'Ikke nok tilladelser til at opdatere databasen. Du skal tildele følgende rettigheder til din database bruger [db_user]: [priviliges].'),
('da', 'text_uc_emergency_restore', 'Opmærksomhed! Venligst kopiere og gemme Webadressen nedenfor - du kan bruge det til at gendanne din butik, hvis opgradering mislykkes. < br / > <b>[href]</b>'),
('da', 'text_uc_failed_to_backup_tables', 'Tabellerne i databasen ikke er blevet sikkerhedskopieret'),
('da', 'text_uc_failed_to_create_directory', 'Der kunne ikke oprettes en ny mappe'),
('da', 'text_uc_failed_to_decompress_files', 'Det lykkedes ikke at udpakke filer fra arkivet'),
('da', 'text_uc_failed_to_ftp_copy', 'FTP-overførsel mislykkedes'),
('da', 'text_uc_ftp_cart_directory_not_found', 'Vi kunne ikke finde CS-Cart installation i den angivne mappe. Kontroller, at du har indtastet den korrekte FTP-mappe.'),
('da', 'text_uc_ftp_connection_failed', 'FTP forbindelse mislykkedes'),
('da', 'text_uc_ftp_connect_failed', 'Kan ikke forbinde til FTP-server. Venligst om værtsnavn er korrekt'),
('da', 'text_uc_ftp_login_failed', 'Kan ikke logge ind på FTP-server. Undersøg, om brugernavn og password er korrekt'),
('da', 'text_uc_ftp_needed', 'FTP-adgang er nødvendig for at få adgang til filer, der ikke har skriverettigheder'),
('da', 'text_uc_has_conflicts', 'Nogle af dine filer havde lokale ændringer. Du kan kontrollere dem ved at klikke på følgende link'),
('da', 'text_uc_incorrect_upgrade_path', 'Forkert sti til opgraderingsfiler'),
('da', 'text_uc_license_number_required', 'Indtast venligst dit CS-Cart licens nummer'),
('da', 'text_uc_list_of_updates_missing', 'Liste over opgraderinger mangler'),
('da', 'text_uc_local_modification', 'Lokale ændringer'),
('da', 'text_uc_non_writable_files', 'Følgende filer ikke har skriverettigheder. Du skal indstille disse tilladelser manuelt eller bruge FTP til at få adgang til filer (hvis ikke allerede anvendt)'),
('da', 'text_uc_no_enough_space_to_backup_database', 'Utilstrækkelig diskplads til at sikkerhedskopiere databasen'),
('da', 'text_uc_no_ftp_module', 'Det ser ud til, at der ikke FTP-modul er installeret på din server. Du kan ikke bruge FTP, indtil dette modul er installeret'),
('da', 'text_uc_package_installed_with_errors', 'Der opstod fejl under opgraderingsprocessen. Kontakt teknisk support for at undersøge problemet.'),
('da', 'text_uc_timeout_check_success', 'Det ser ud til, at din server giver mulighed for at ændre indstillingen \"max_execution_time\" fra scriptet. Du er ok for at gå videre med opgraderingsprocessen.'),
('da', 'text_uc_unable_to_create_upgrade_folder', 'Der kunne ikke oprettes en opgraderingsmappe'),
('da', 'text_uc_unable_to_parse_uc_xml', 'Undladt at parse opgraderingsprocessen descriptor uc.xml'),
('da', 'text_uc_unable_to_remove_file', 'Det lykkedes ikke at fjerne fil'),
('da', 'text_uc_unable_to_remove_packages_xml', 'Undladt at fjerne opgradering descriptor packages.xml'),
('da', 'text_uc_unable_to_remove_upgrade_lock', 'Undladt at fjerne upgrade låsefil. Fjern venligst filen [file].'),
('da', 'text_uc_unable_to_update_list_of_installed_upgrades', 'Kunne ikke opdatere listen over installerede opgraderinger'),
('da', 'text_uc_upgrade_completed', 'Din butik er blevet opgraderet med succes'),
('da', 'text_uc_upgrade_completed_check_and_open', '<p>Din butik var lukket under opgraderingsprocedure. Vi anbefaler dig at kontrollere arbejdet i butikken efter opgradering og kun derefter åbne det.</p><p>Kan du åbne butikken af ved at unchecking den låste butiksindstilling under indstillinger → generelle.</p>'),
('da', 'text_uc_upgrade_log_file_not_writable', 'Opgraderingslogfilen er ikke skrivbar'),
('da', 'text_uc_upgrade_needed', 'Du er nødt til at opgradere til version <b> [to_version] </ b>, før du kan anvende denne opgradering pakke (din version er <b> [your_version] </ b>).'),
('da', 'text_uc_upgrade_not_selected', 'Ingen opgraderingspakke er valgt'),
('da', 'text_uc_upgrade_reverted', 'Opgraderingen er blevet vendt tilbage med succes'),
('da', 'text_uc_will_be_changed', 'Vil blive ændret'),
('da', 'text_uc_will_be_deleted', 'Vil blive slettet'),
('da', 'text_ult_product_store_field_tooltip', 'Productejer. Kun produktetejer kan redigere alle felter i delte produkter.'),
('da', 'text_unable_to_install_theme_dependencies', 'Afskåret fra oprette tema afhængigheder: [dependencies]'),
('da', 'text_unable_to_parse_xml', 'Undladt at analysere XML-struktur'),
('da', 'text_unsubscribe_instructions', 'Vi respekterer dine personlige oplysninger og sender ikke uopfordrede e-mails til brugere, der ikke har anmodet om korrespondance. Du har modtaget denne e-mail, fordi du har anmodet om at modtage vores gratis opdateringer og tilbud.<br /><br /> Hvis du ønsker at afmelde dig, Følg venligst linket nedenfor:'),
('da', 'text_unsupported_currency', 'Den valuta, som ikke understøttes af betalingssystemet er brugt på hjemmesiden. Kontakt venligst butikken administratoren om dette spørgsmål.'),
('da', 'text_upgrade_available', 'Der findes en ny version af [product]. Hvis du ønsker at opgradere til den nyeste version nu, Klik <a href=\"[link]\"> her</a>.'),
('da', 'text_usergroup_activated', 'De følgende brugergrupper er blevet aktiveret for din konto: [usergroups].'),
('da', 'text_usergroup_disactivated', 'De følgende brugergrupper er blevet aktiveret for din konto: [usergroups].'),
('da', 'text_usergroup_request', 'Kunde ønskede brugergruppe.'),
('da', 'text_usergroup_requested_by', 'Gruppen <b>[usergroup]</b> blev anmodet om af [name] ([email]).'),
('da', 'text_vendor_profile_changes_notice', 'Er du sikker på at du vil opdatere profilen? Oplysninger om din virksomhed vil ikke være tilgængelige i kundeområdet indtil administratoren godkender den.'),
('da', 'text_worldpay_notice', 'Benyt venligst følgende webadresse som tilbagekald url: <br /><b>[return_url]</b>'),
('da', 'text_you_have_already_filled_this_poll', 'Du har allerede gennemført denne meningsmåling'),
('da', 'text_zipcodes_wildcards', 'Du er i stand til at bruge jokertegn i dette område: <br /><b>\'?\'</ b> - et enkelt tegn;<b>\'*\'</ b> - et vilkårligt antal tegn.<br /> <br /><u> Eksempel: </ u> <br /><b> 98? 78 </ b> (svarer til 98.878, 98.378, 98.978, osv.) <br /><b> 12 * </ b> (svarer til 12.345, 12.876, 12.098, mv.)'),
('da', 'thanks_for_voting', 'Tak fordi du tog dig tid til at fuldføre denne afstemning.'),
('da', 'thank_you', 'Thank you!'),
('da', 'theme', 'Tema'),
('da', 'themes', 'Temaer'),
('da', 'theme_directory', 'Tema mappe'),
('da', 'theme_editor', 'Tema editor'),
('da', 'theme_editor.atc_button_bkg', 'Add to cart'),
('da', 'theme_editor.atc_button_text', 'Add to cart text'),
('da', 'theme_editor.auto_scroller_animations_style', 'Image auto scroller animation'),
('da', 'theme_editor.auto_scroll_animations', 'Use image auto scroller animation'),
('da', 'theme_editor.background', 'Baggrund'),
('da', 'theme_editor.backgrounds', 'Baggrunde'),
('da', 'theme_editor.background_color', 'Baggrundsfarve'),
('da', 'theme_editor.base_color', 'Base'),
('da', 'theme_editor.block_titles', 'Block titles'),
('da', 'theme_editor.body_font', 'Body'),
('da', 'theme_editor.brand_page_image', 'Brand page images'),
('da', 'theme_editor.browse', 'Gennemse'),
('da', 'theme_editor.buttons_font', 'Knapper'),
('da', 'theme_editor.call_request_bkg', 'Buy now with one click'),
('da', 'theme_editor.call_request_text', 'Buy now with one click text'),
('da', 'theme_editor.category_menu_bkg', 'Category menu background'),
('da', 'theme_editor.category_menu_expand_links', 'Expanded menu links'),
('da', 'theme_editor.category_menu_expand_links_hover', 'Expanded menu links hover'),
('da', 'theme_editor.category_menu_horizontal_background', 'Category menu expanded background'),
('da', 'theme_editor.category_menu_horizontal_decoration', 'Category menu expanded decoartion'),
('da', 'theme_editor.category_menu_horizontal_decoration_text', 'Category menu expanded decoartion text'),
('da', 'theme_editor.category_menu_horizontal_decoration_text_hover', 'Category menu expanded decoartion text hover'),
('da', 'theme_editor.checkout_active_selector_background', 'Checkout: Active selector background'),
('da', 'theme_editor.checkout_active_selector_border', 'Checkout: Active selector border'),
('da', 'theme_editor.checkout_control_background', 'Checkout: Payment / shipping method background'),
('da', 'theme_editor.checkout_control_border', 'Checkout: Payment / shipping method border'),
('da', 'theme_editor.checkout_control_description', 'Checkout: Payment / shipping method description'),
('da', 'theme_editor.checkout_control_label', 'Checkout: Credit card field names'),
('da', 'theme_editor.checkout_control_title', 'Checkout: Payment / shipping method title'),
('da', 'theme_editor.checkout_input_border', 'Checkout: Field border'),
('da', 'theme_editor.checkout_input_label', 'Checkout: Field label'),
('da', 'theme_editor.checkout_input_text', 'Checkout: Text in fields'),
('da', 'theme_editor.checkout_link', 'Checkout: Link'),
('da', 'theme_editor.checkout_selected_control_background', 'Checkout: Selected payment / shipping method background'),
('da', 'theme_editor.checkout_selected_control_border', 'Checkout: Selected payment / shipping method border'),
('da', 'theme_editor.checkout_selected_input_border', 'Checkout: Selected field border'),
('da', 'theme_editor.checkout_selector_background', 'Checkout: Selector background'),
('da', 'theme_editor.checkout_selector_border', 'Checkout: Selector border'),
('da', 'theme_editor.checkout_selector_title', 'Checkout: Selector title'),
('da', 'theme_editor.checkout_selector_tooltip', 'Checkout: Selector tooltip'),
('da', 'theme_editor.checkout_step_title', 'Checkout: Step title'),
('da', 'theme_editor.checkout_terms_background', 'Checkout: \"Terms and conditions\" section background'),
('da', 'theme_editor.close', 'Luk tema editor'),
('da', 'theme_editor.colors', 'Farver'),
('da', 'theme_editor.color_gen_algorithm', 'Farverkombination'),
('da', 'theme_editor.color_gen_analogic', 'Analoge'),
('da', 'theme_editor.color_gen_base_color', 'Grundfarve'),
('da', 'theme_editor.color_gen_contrast', 'Kontrast'),
('da', 'theme_editor.color_gen_dark_pastel', 'Mørke pastel'),
('da', 'theme_editor.color_gen_default', 'Standard'),
('da', 'theme_editor.color_gen_light_pastel', 'Lys pastel'),
('da', 'theme_editor.color_gen_monochromatic', 'Monokromatiske'),
('da', 'theme_editor.color_gen_pale', 'Pale'),
('da', 'theme_editor.color_gen_pastel', 'Pastel'),
('da', 'theme_editor.color_gen_title', 'Generere farver'),
('da', 'theme_editor.color_gen_triad', 'Triad'),
('da', 'theme_editor.color_gen_variant', 'Variation'),
('da', 'theme_editor.color_gen_vcontrast', 'Kontrast'),
('da', 'theme_editor.compare_color', 'Compare hover'),
('da', 'theme_editor.confirm_enable_less', 'Din CSS ændringer bliver sikkerhedskopieret og overskrevet. Er du sikker på at fortsætte med LESS gendannelse?'),
('da', 'theme_editor.content_bg', 'Indhold'),
('da', 'theme_editor.convert_to_css', 'Konvertere til CSS'),
('da', 'theme_editor.create_style_first', 'Du kan ikke ændre denne parameter for standardtypografier. Opret en ny først'),
('da', 'theme_editor.css', 'Custom CSS'),
('da', 'theme_editor.customize', 'Tilpasse'),
('da', 'theme_editor.decorative_color', 'Dekorative'),
('da', 'theme_editor.discount_label', 'Discount etiket'),
('da', 'theme_editor.discount_label_text', 'Discount label text'),
('da', 'theme_editor.enable', 'Aktivere tema editor'),
('da', 'theme_editor.enable_less', 'Aktivere LESS'),
('da', 'theme_editor.error_preset_exists', 'Forudindstillingen med dette navn findes allerede. Vælg venligst en anden.'),
('da', 'theme_editor.error_style_exists', 'Forudindstillingen med dette navn findes allerede. Vælg venligst en anden.'),
('da', 'theme_editor.error_theme_converted_to_css', 'Kompileret CSS filer understøtter ikke styling. Gendanne LESS i <a target=\"_blank\" href=\"[url]\"> tema-editor</a> til at være i stand til at ændre typografier.'),
('da', 'theme_editor.favicon', 'Favicon'),
('da', 'theme_editor.favicon_size', 'Favicon størrelse skal være 16 x 16 px'),
('da', 'theme_editor.fixed', 'Fast'),
('da', 'theme_editor.font', 'Skrifttype'),
('da', 'theme_editor.fonts', 'Skrifttyper'),
('da', 'theme_editor.font_color', 'Skrifttype'),
('da', 'theme_editor.font_one', 'Primary font'),
('da', 'theme_editor.font_two', 'Secondary font'),
('da', 'theme_editor.footer', 'Sidefod'),
('da', 'theme_editor.footer_bottom', 'Footer bottom'),
('da', 'theme_editor.footer_bottom_text', 'Footer bottom text'),
('da', 'theme_editor.footer_location_icon', 'Footer location icons'),
('da', 'theme_editor.footer_location_icon_bkg', 'Footer location icons background'),
('da', 'theme_editor.footer_social_icons', 'Footer social icons'),
('da', 'theme_editor.footer_text', 'Sidefodsteksten'),
('da', 'theme_editor.footer_title', 'Footer title'),
('da', 'theme_editor.full_width', 'Fuld bredde'),
('da', 'theme_editor.general', 'Generelt'),
('da', 'theme_editor.general_bg', 'Generelt'),
('da', 'theme_editor.gift_cert', 'Gavekort'),
('da', 'theme_editor.google_fonts', 'Use google fonts'),
('da', 'theme_editor.gradient', 'Gradient'),
('da', 'theme_editor.grid_icon', 'Grid Quick view, Compare, Wishlist icons'),
('da', 'theme_editor.grid_icon_add_to_cart', 'Add to cart button'),
('da', 'theme_editor.grid_icon_add_to_cart_bkg', 'Add to cart background'),
('da', 'theme_editor.grid_icon_add_to_cart_text', 'Add to cart button text'),
('da', 'theme_editor.grid_icon_add_to_compare_bkg', 'Add to compare background'),
('da', 'theme_editor.grid_icon_add_wishlist_bkg', 'Add to wishlist background'),
('da', 'theme_editor.grid_icon_bkg', 'Grid Quick view, Compare, Wishlist icons background'),
('da', 'theme_editor.grid_icon_hover', 'Grid Quick view, Compare, Wishlist icons hover'),
('da', 'theme_editor.grid_icon_quick_view_bkg', 'Quick view background'),
('da', 'theme_editor.grid_info_background', 'Grid info background'),
('da', 'theme_editor.grid_info_title', 'Grid info title'),
('da', 'theme_editor.grid_info_title_hover', 'Grid info title hover'),
('da', 'theme_editor.header', 'Header'),
('da', 'theme_editor.header_call_request_link', 'Header call request link'),
('da', 'theme_editor.header_cart_ammount', 'Header cart amount'),
('da', 'theme_editor.header_cart_ammount_bkg', 'Header cart amount background'),
('da', 'theme_editor.header_icons', 'Header icons'),
('da', 'theme_editor.header_icons_hover', 'Header icons hover'),
('da', 'theme_editor.header_text', 'Header text'),
('da', 'theme_editor.headings_font', 'Overskrifter'),
('da', 'theme_editor.hide_show', 'Skjul tema editor panel'),
('da', 'theme_editor.incorrect_preset_name', 'Preset name can not contain the following characters: \"/ # % ? * : ; { } \\ \"'),
('da', 'theme_editor.incorrect_style_name', 'Style name can not contain the following characters: \"/ # % ? * : ; { } \\ + \"'),
('da', 'theme_editor.info_blocks', 'Info blocks'),
('da', 'theme_editor.in_stock', 'På lager'),
('da', 'theme_editor.links_font', 'Links'),
('da', 'theme_editor.links_hover', 'Links hover'),
('da', 'theme_editor.link_color', 'Links'),
('da', 'theme_editor.list-price', 'List price'),
('da', 'theme_editor.logos', 'Logoer'),
('da', 'theme_editor.mail', 'Mail'),
('da', 'theme_editor.main', 'Main content'),
('da', 'theme_editor.mainbox_title', 'Mainbox title'),
('da', 'theme_editor.mainbox_title_bkg', 'Mainbox title background'),
('da', 'theme_editor.max_image_size', 'Billedet må ikke være større end 200 kB.'),
('da', 'theme_editor.menu_categ_left_content_description', 'Categories menu left content description'),
('da', 'theme_editor.menu_categ_left_content_link', 'Categories menu left content link'),
('da', 'theme_editor.menu_categ_left_content_link_hover', 'Categories menu left content link hover'),
('da', 'theme_editor.menu_categ_right_content_link', 'Categories menu right content link'),
('da', 'theme_editor.menu_categ_right_content_link_hover', 'Categories menu right content link hover'),
('da', 'theme_editor.menu_categ_right_content_title', 'Categories menu right content title'),
('da', 'theme_editor.menu_categ_title', 'Categories menu title'),
('da', 'theme_editor.menu_categ_title_bkg', 'Categories menu background'),
('da', 'theme_editor.menu_color', 'Main Menu'),
('da', 'theme_editor.menu_color_hover', 'Main Menu background hover'),
('da', 'theme_editor.menu_links_color', 'Main Menu links'),
('da', 'theme_editor.menu_links_color_hover', 'Main Menu links hover'),
('da', 'theme_editor.menu_links_hover', 'Menu links hover'),
('da', 'theme_editor.menu_links_hover_text', 'Menu links hover text'),
('da', 'theme_editor.menu_link_1_background', 'Main menu link 1 background'),
('da', 'theme_editor.menu_link_2_background', 'Main menu link 2 background'),
('da', 'theme_editor.menu_link_3_background', 'Main menu link 3 background'),
('da', 'theme_editor.menu_link_4_background', 'Main menu link 4 background'),
('da', 'theme_editor.menu_link_5_background', 'Main menu link 5 background'),
('da', 'theme_editor.menu_link_6_background', 'Main menu link 6 background'),
('da', 'theme_editor.menu_link_7_background', 'Main menu link 7 background'),
('da', 'theme_editor.middle_bg', 'Midten'),
('da', 'theme_editor.multiscroller', 'Multiscroller header background'),
('da', 'theme_editor.multiscroller_compare_color', 'Multiscroller Compare hover'),
('da', 'theme_editor.multiscroller_icon', 'Multiscroller Quick view, Compare, Wishlist icons'),
('da', 'theme_editor.multiscroller_icon_border', 'Multiscroller icon border'),
('da', 'theme_editor.multiscroller_link', 'Multiscroller tab text'),
('da', 'theme_editor.multiscroller_link_active_hover_bkg', 'Multiscroller tab background hover'),
('da', 'theme_editor.multiscroller_link_bkg', 'Multiscroller tab background'),
('da', 'theme_editor.multiscroller_link_hover', 'Multiscroller tab text hover'),
('da', 'theme_editor.multiscroller_quick_view_color', 'Multiscroller Quick view hover'),
('da', 'theme_editor.multiscroller_wishlist_color', 'Multiscroller Wishlist hover'),
('da', 'theme_editor.no_repeat', 'Ingen gentagelse'),
('da', 'theme_editor.off', 'Off'),
('da', 'theme_editor.on', 'On'),
('da', 'theme_editor.other_fonts', 'Andre skrifttyper'),
('da', 'theme_editor.out_of_stock', 'Ikke på lager'),
('da', 'theme_editor.page_cant_be_configured', 'The appearance of this page can\'t be configured with the Theme editor.'),
('da', 'theme_editor.pattern', 'Mønster'),
('da', 'theme_editor.popular_fonts', 'Populære skrifttyper'),
('da', 'theme_editor.popup_title_bkg', 'Popup title background'),
('da', 'theme_editor.popup_title_text', 'Popup title text'),
('da', 'theme_editor.position', 'Position'),
('da', 'theme_editor.pp_price_saving_bkg', 'Product page price saving background'),
('da', 'theme_editor.pp_price_saving_text', 'Product page price saving text'),
('da', 'theme_editor.presets', 'Forudindstillinger'),
('da', 'theme_editor.preset_data_cannot_be_saved', 'Forudindstillede data kan ikke gemmes. Du bør indstille skrivetilladelser til <b>[theme_dir]</b> register til at løse dette problem.'),
('da', 'theme_editor.preset_name', 'Forudindstillede navn'),
('da', 'theme_editor.price', 'Pris'),
('da', 'theme_editor.price_font', 'Prisseddel'),
('da', 'theme_editor.primary_button', 'Primary color'),
('da', 'theme_editor.primary_button_text', 'Primary text'),
('da', 'theme_editor.product_carousel_scroll_animations_style', 'Product image in carousel scroll animation'),
('da', 'theme_editor.product_title', 'Product title'),
('da', 'theme_editor.product_title_link', 'Product title link'),
('da', 'theme_editor.quick_view_color', 'Quick view hover'),
('da', 'theme_editor.rating_color', 'Rating color'),
('da', 'theme_editor.rating_icons', 'Rating icons'),
('da', 'theme_editor.rating_text', 'Rating text'),
('da', 'theme_editor.repeat', 'Gentag'),
('da', 'theme_editor.repeat_x', 'Gentag x'),
('da', 'theme_editor.repeat_y', 'Gentag y'),
('da', 'theme_editor.reset_backgrounds', 'Nulstille baggrunde'),
('da', 'theme_editor.reset_colors', 'Nulstil farver'),
('da', 'theme_editor.reset_css', 'Reset CSS'),
('da', 'theme_editor.reset_fonts', 'Nulstille skrifttyper'),
('da', 'theme_editor.reset_general', 'Nulstille generelle'),
('da', 'theme_editor.reset_logos', 'Nulstille logoer'),
('da', 'theme_editor.rounded_corners', 'Afrundede hjørner'),
('da', 'theme_editor.scroll', 'Rul'),
('da', 'theme_editor.scroll_animations', 'Use scroll animations'),
('da', 'theme_editor.scroll_up', 'Scroll up button'),
('da', 'theme_editor.search_button_bkg', 'Search button background'),
('da', 'theme_editor.search_button_bkg_hover', 'Search button background hover'),
('da', 'theme_editor.search_button_text', 'Search button icon'),
('da', 'theme_editor.search_button_text_hover', 'Search button icon hover'),
('da', 'theme_editor.secondary_button', 'Secondary color'),
('da', 'theme_editor.secondary_button_text', 'Secondary text'),
('da', 'theme_editor.secondary_content_bg', 'Secondary content'),
('da', 'theme_editor.secondbox_title', 'Secondbox title'),
('da', 'theme_editor.secondbox_title_bkg', 'Secondbox title background'),
('da', 'theme_editor.shipping_label', 'Shipping label'),
('da', 'theme_editor.shipping_label_text', 'Shipping label text'),
('da', 'theme_editor.show_dropdown_homepage', 'Expand menu on homepage'),
('da', 'theme_editor.show_mega_menu_category_images', 'Mega Menu category thumbnails'),
('da', 'theme_editor.sidebar', 'Sidebar background'),
('da', 'theme_editor.sidebar_decorative', 'Sidebar decorative'),
('da', 'theme_editor.sidebar_link', 'Sidebar links'),
('da', 'theme_editor.sidebar_links', 'Sidebar links'),
('da', 'theme_editor.sidebar_title', 'Sidebar title'),
('da', 'theme_editor.sticky_menu', 'Sticky menu'),
('da', 'theme_editor.style', 'Style'),
('da', 'theme_editor.styles', 'Stilarter'),
('da', 'theme_editor.style_data_cannot_be_saved', 'Styledata kan ikke gemmes. Du bør sætte skrivetilladelser til <b>[theme_dir]</b> mappen for at løse dette problem.'),
('da', 'theme_editor.style_name', 'Typografinavnet'),
('da', 'theme_editor.sub_footer', 'Sub footer'),
('da', 'theme_editor.sub_footer_text', 'Sub footer text'),
('da', 'theme_editor.system_fonts', 'Systemskrifttyper'),
('da', 'theme_editor.tertiary_button', 'Tertiary color'),
('da', 'theme_editor.tertiary_button_text', 'Tertiary text'),
('da', 'theme_editor.tertiary_content_bg', 'Teritary content'),
('da', 'theme_editor.text_align', 'Tekstjustering'),
('da', 'theme_editor.text_close_editor', 'Er du sikker på at forlade tema editor?'),
('da', 'theme_editor.text_close_editor_unsaved', 'Du har ugemte ændringer. Er du sikker på at forlade tema editor?'),
('da', 'theme_editor.text_convert_to_css', '<p>Generere CSS filer fra mindre (til manuel redigering).</p><p>Vigtigt: du vil ikke kunne bruge tema-editor til at tilpasse butiksfacade!</p><p><i>Oprindelige mindre filer vil blive bakket op og du vil være i stand til at gendanne dem senere</i></p>'),
('da', 'theme_editor.text_reset_changes', 'Alle ændringer efter sidste Gem nulstilles'),
('da', 'theme_editor.te_font_one', 'Primary font'),
('da', 'theme_editor.te_font_two', 'Secondary font'),
('da', 'theme_editor.theme', 'Tema'),
('da', 'theme_editor.third_button', 'Third button'),
('da', 'theme_editor.top_account_cart', 'Top account/cart'),
('da', 'theme_editor.top_account_cart_hover', 'Top account/cart hover'),
('da', 'theme_editor.top_panel', 'Toppanelet'),
('da', 'theme_editor.top_panel_links', 'Toppanelet links'),
('da', 'theme_editor.top_panel_links_hover', 'Top panel links hover'),
('da', 'theme_editor.top_panel_links_hover_active', 'Top link hover/active'),
('da', 'theme_editor.top_panel_text', 'Toppanelet tekst'),
('da', 'theme_editor.transparent', 'Gennemsigtig'),
('da', 'theme_editor.upload_image', 'Upload billede'),
('da', 'theme_editor.vendor_contact_link', 'Vendor cotact link'),
('da', 'theme_editor.vendor_location', 'Vendor location'),
('da', 'theme_editor.vendor_name', 'Vendor name'),
('da', 'theme_editor.vendor_phone', 'Vendor phone'),
('da', 'theme_editor.vendor_product_number', 'Vendor product number'),
('da', 'theme_editor.vendor_rating', 'Vendor rating'),
('da', 'theme_editor.vendor_rating_text', 'Vendor rating text'),
('da', 'theme_editor.vendor_store_button_bkg', 'Vendor store button background'),
('da', 'theme_editor.vendor_store_button_text', 'Vendor store button text'),
('da', 'theme_editor.vendor_store_header_background', 'Vendor store header background'),
('da', 'theme_editor.vendor_store_header_name', 'Vendor store header name'),
('da', 'theme_editor.vendor_store_header_title', 'Vendor store header titles'),
('da', 'theme_editor.vendor_store_social_icon_bkg', 'Vendor store social icon background'),
('da', 'theme_editor.vendor_store_social_icon_text', 'Vendor store social icon'),
('da', 'theme_editor.warning_css_changes_will_be_reverted', '<p>Du bør skifte tilbage til LESS for at kunne bruge temaeditor, fordi den behandler LESS i stedet for almindeligt CSS.</p><p><strong>Vigtigt:</strong> alle CSS-filer vil blive overskrevet under gendannelsen! Brugerdefinerede CSS ændringer vil blive gemt i sikkerhedskopimappen.</p>'),
('da', 'theme_editor.wishlist_color', 'Wishlist hover'),
('da', 'theme_editor_logo.gift_cert', 'Gift Certificate'),
('da', 'theme_editor_logo.mail', 'E-mails'),
('da', 'theme_editor_logo.theme', 'Theme'),
('da', 'theme_editor_mode', 'Tema redaktør mode'),
('da', 'theme_editor_not_supported', 'Dette tema understøtter ikke tema editor'),
('da', 'theme_information', 'Temaoplysninger'),
('da', 'theme_no_styles_text', 'Dette tema har ikke stilarter.'),
('da', 'theme_styles_and_layouts', 'Tema typografier og layout'),
('da', 'the_test_transaction', 'Dette er en testtransaktion'),
('da', 'third_party_addons', 'Third-party add-ons'),
('da', 'this_day', 'Denne dag'),
('da', 'this_month', 'Denne måned'),
('da', 'this_week', 'Denne uge'),
('da', 'this_year', 'I år'),
('da', 'ths_sign', 'THS tegn'),
('da', 'thumb', 'Miniature'),
('da', 'thumbnail', 'Miniature'),
('da', 'thumbnails', 'Miniaturer'),
('da', 'thumbnails_removed', 'Thumbnails er blevet fjernet'),
('da', 'thumbnail_width', 'Thumbnail bredde i scroller'),
('da', 'ticket_id', 'Ticket Id'),
('da', 'ticket_information', 'TICKET INFORMATION'),
('da', 'ticket_list', 'Ticket List'),
('da', 'ticket_message', 'Ticket Message'),
('da', 'ticket_subject', 'Ticket Subject'),
('da', 'ticket_type', 'Ticket Type'),
('da', 'tier_account', 'Niveau Bruger'),
('da', 'time', 'time'),
('da', 'timeout', 'timeout'),
('da', 'Timestamp', 'Tidsstempel'),
('da', 'timezone_upgrade_notification_text', '<p>Tidszone \"Athen, Beirut, Istanbul\" har været opdelt i 3 forskellige tidszoner:</p> <ul><li>Europa/Istanbul</li> <li>Europa/Athen</li> <li>Asien/Beirut</li></ul> <p>Kan du gå til <b>Indstillinger</b> &rarr; <b>udseende</b> og sørg for at du har den rigtige tidszone der.</p>'),
('da', 'timezone_upgrade_notification_title', 'Tidszoneændringer'),
('da', 'time_interval', 'Tidsinterval'),
('da', 'time_unlimited_download', 'Time-ubegrænset download'),
('da', 'tip', 'Tip'),
('da', 'tip.quick_select_and_close_category_selector', 'Tip: Hold \'Ctrl\' (or \"⌘\" on Mac) while clicking on a category name. This will add one category and close the window.'),
('da', 'title', 'Titel'),
('da', 'tmpl_abt__ut2_dropdown_horizontal_mwi', 'AB: Horizontal dropdown list with icons'),
('da', 'tmpl_abt__ut2_dropdown_vertical_mwi', 'AB: Vertical dropdown list with icons'),
('da', 'tmpl_abt__ut2__categories_title_block', 'AB: Block: Category title'),
('da', 'tmpl_abt__ut2__features_title_block', 'AB: Block: Feature title'),
('da', 'tmpl_abt__ut2__my_account_links_advanced', 'AB: My account (advanced)'),
('da', 'tmpl_abt__ut2__recent_posts_advanced', 'AB: Blog: Recent posts'),
('da', 'tmpl_abt__ut2__subscribe_advanced', 'AB: Subscription form'),
('da', 'tmpl_abt__ut2__subscription', 'AB: Newsletters: Subscription form'),
('da', 'tmpl_abt__ut2__title_block', 'AB: Block: Title'),
('da', 'tmpl_abt__ut2__top_buttons', 'AB: Buttons Compare and Wishlist'),
('da', 'tmpl_abt__ut2__top_buttons.compare_list.tooltip', 'View Comparison list'),
('da', 'tmpl_call_request', 'Forespørgsel om opkald form'),
('da', 'tmpl_copyright', 'Oplysninger om copyright'),
('da', 'tmpl_grid', 'Gitter'),
('da', 'tmpl_grid2', 'Grid2'),
('da', 'tmpl_list_without_options', 'Liste uden optioner'),
('da', 'tmpl_logo', 'Butikslogo'),
('da', 'tmpl_multicolumns_small', 'Multispalte små'),
('da', 'tmpl_multicolumn_list', 'Liste med flere kolonner'),
('da', 'tmpl_newsletters_subscription_advanced', 'Nyhedsbreve: abonnement avancerede form'),
('da', 'tmpl_payment_icons', 'Betalingssystemer ikoner'),
('da', 'tmpl_payment_icons_rus', 'Betaling systemer russiske ikoner'),
('da', 'tmpl_polls_central', 'Central'),
('da', 'tmpl_polls_side', 'Side boks'),
('da', 'tmpl_quick_links', 'Hurtig links'),
('da', 'tmpl_scroller', 'Scroller'),
('da', 'tmpl_search', 'Søgefeltet'),
('da', 'tmpl_sidebox_1_item', 'Sideboks første item'),
('da', 'tmpl_subscription', 'Nyhedsbreve: tilmeldingsformular'),
('da', 'tmpl_subscription_advanced', 'Abonnement avancerede form'),
('da', 'tmpl_text_ckeditor', 'CKEditor'),
('da', 'to', 'TIL'),
('da', 'today', 'Idag'),
('da', 'tools', 'Værktøj'),
('da', 'tools_addons_activated_count', 'Aktive tilføjelser:'),
('da', 'tools_addons_additional_payment_methods', 'There may be more payment processors. They\'ll show up if you activate the corresponding <a href=\"[url]\">payment add-ons</a>.'),
('da', 'tools_addons_additional_shipping_methods', 'There may be more carriers. They\'ll show up if you activate the corresponding <a href=\"[url]\">shipping add-ons</a>.'),
('da', 'tools_addons_additional_shipping_methods_msg', 'There may be more ways to calculate shipping rates. They\'ll show up if you activate the corresponding <a href=\"[url]\">shipping add-ons</a>.'),
('da', 'tools_addons_additional_themes', 'There may be more themes. They\'ll show up if you activate the corresponding <a href=\"[url]\">theme add-ons</a>.'),
('da', 'tools_addons_core_addons_count', 'Indbygget tilføjelser:'),
('da', 'tools_addons_current_state', 'Aktuelle tilstand'),
('da', 'tools_addons_disabled_msg', 'En administrator deaktiveret alle tilføjelser eller tredjeparts-tilføjelser. <br>Tryk på at genaktivere tilføjelser knap at initialisere de tilføjelser, der var tidligere aktive.'),
('da', 'tools_addons_disable_all', 'Deaktiver alle tilføjelsesprogrammer'),
('da', 'tools_addons_disable_third_party', 'Deaktiver tredjeparts-tilføjelser'),
('da', 'tools_addons_installed_count', 'Installerede tilføjelser:'),
('da', 'tools_addons_no_addons', 'Ingen tilføjelser'),
('da', 'tools_addons_no_third_party_addons', 'Ingen tredjepart tilføjelser'),
('da', 'tools_addons_other_addons_count', 'Tredjeparts-tilføjelser:'),
('da', 'tools_re_enable_add_ons', 'Re-muliggøre tilføjelser'),
('da', 'tooltip', 'Tooltip'),
('da', 'top_panel', 'Toppanelet'),
('da', 'top_sellers', 'Top sælgere'),
('da', 'top_wishlist_compare', 'ET - Top wishlist compare'),
('da', 'total', 'I alt'),
('da', 'totally_paid', 'Total betalt'),
('da', 'totals', 'Total'),
('da', 'total_amount', 'Total beløb'),
('da', 'total_amount_due', 'Samlede skyldige beløb'),
('da', 'total_cost', 'Total Pris'),
('da', 'total_items', 'Total antal'),
('da', 'total_list_price', 'Samlet listepris'),
('da', 'total_orders', 'Created orders'),
('da', 'total_paid_orders', 'Paid orders'),
('da', 'total_period_payout', 'Samlet salgsperiode udbetaling'),
('da', 'total_price', 'Samlet pris'),
('da', 'total_product_cost', 'Samlede produkt omkostninger'),
('da', 'total_replies', 'Total Replies'),
('da', 'total_results', 'Total resultat'),
('da', 'total_spent_money', 'Total spend'),
('da', 'total_unpaid_balance', 'Ubetalt balance - total'),
('da', 'total_without_commission', 'Total descontando a comissão'),
('da', 'to_all_subcats', 'Anvendelse på alle underkategorier'),
('da', 'to_date', 'Dato gennem'),
('da', 'to_fixed', 'til et fast beløb'),
('da', 'to_percentage', 'til procent af den oprindelige pris'),
('da', 'tpe', 'TPE'),
('da', 'track', 'Spor'),
('da', 'tracking_num', 'Sporingsnummer'),
('da', 'tracking_number', 'T&T'),
('da', 'tracks', 'Identifier'),
('da', 'track_inventory', 'Track inventory'),
('da', 'track_inventory_tooltip', 'When inventory is tracked, the number of products in stock will decrease after each purchase.'),
('da', 'track_my_order', 'Spor min ordre(er)'),
('da', 'track_on_carrier_site', 'Spor på hjemmeside'),
('da', 'track_orders', 'Spor ordrer'),
('da', 'track_request_subj', 'Ordre sporing'),
('da', 'track_without_options', 'Track uden muligheder'),
('da', 'track_with_options', 'Track med muligheder'),
('da', 'TransactionDateTime', 'TransactionDateTime'),
('da', 'transaction_approved', 'Transaktion godkendt'),
('da', 'transaction_cancelled', 'Transaktionen blev annulleret'),
('da', 'transaction_datetime', 'Posteringsdato'),
('da', 'transaction_declined', 'Transaktion afvist'),
('da', 'transaction_id', 'Transaktion ID'),
('da', 'transaction_key', 'Transaktion nøgle'),
('da', 'transaction_password', 'Transaction kodeord'),
('da', 'transaction_type', 'Transaktion type'),
('da', 'transaction_url', 'Transaktionen URL'),
('da', 'transaction_used_fee_value', 'Comissão p/ usados'),
('da', 'translate', 'Oversætte'),
('da', 'translations', 'Oversættelser'),
('da', 'trash_category', 'Skrald kategori'),
('da', 'trash_category_description', 'Når et produkt er slettet fra den sidste kategori i butikken, vil det blive flyttet til denne kategori.'),
('da', 'tree', 'Træ'),
('da', 'trial', 'Prøve'),
('da', 'trial_expired', 'Din [product] prøveperioden er udløbet'),
('da', 'trial_mode_mve_disabled', 'Prøveperiode tilstand er ikke tilgængelig længere da du har en gyldig licens, der er aktiveret for denne installation'),
('da', 'trial_mode_ult_disabled', 'Trial mode kan ikke aktiveres'),
('da', 'trial_notice', 'Din butik er i Trial mode. < br / > < br / > når den 30-dages prøveperiode er forbi, de frie tilstand aktiveres automatisk. < br / > < br / > for at holde den fuld adgang til alle funktioner efter prøveperioden er overstået og permanent afvise denne besked, købe en licens og <a class=\"cm-dialog-opener cm-dialog-auto-size\" data-ca-target-id=\"store_mode_dialog\"> aktivere den fuld tilstand</a>.'),
('da', 'true', 'Sand'),
('da', 'ttc_abt__ut2.menu_with_icons.desc', 'Short description for menu item (it is shown this field only for first-level items after menu item name)'),
('da', 'ttc_abt__ut2.menu_with_icons.dropdown', 'Show children menu items with dropdown list (only for <b>AB: Vertical dropdown list with icons</b> for the first-level items). It is rational to use this mode for those first level menu items, that have a large number of elements (subitems) on the third nesting level'),
('da', 'ttc_abt__ut2.menu_with_icons.icon', 'Icon for menu item (max size for icons:<br> — for the first level items 32x32px / for HiDPI 64x64px). If you don\'t use <b>Short description</b> for the first level menu items, then max size will be 24x24px / for HiDPI 48x48px<br> — for the second level items max icons width 100px / for HiDPI 200px)'),
('da', 'ttc_abt__ut2.menu_with_icons.label', 'Label for menu item (ability to mark with labels, important menu items (promotion, new, total sales, etc. optional))'),
('da', 'ttc_abt__ut2.menu_with_icons.label_background', 'Label background for menu item'),
('da', 'ttc_abt__ut2.menu_with_icons.label_color', 'Label color for menu item'),
('da', 'ttc_abt__ut2.menu_with_icons.text', 'HTML-content shown in this menu item (only for the first-level items). Used to show banner in mega menu (or any another content)'),
('da', 'ttc_abt__ut2.menu_with_icons.text_position', 'Position of HTML-content, that will be shown in this menu item (only for the first-level items)'),
('da', 'ttc_ab__lc.catalog.icon', 'Is displayed on the page <b>AB: Catalog</b> to the left of the name of category'),
('da', 'ttc_ab__lc.catalog.image_control', 'For display the size specified in the fields \"Categories list thumbnail width/height\" on admin panel page \"Settings\" - \"Thumbnails\" will be used. Size 32*32px will be used for displaying to the left'),
('da', 'ttc_ab__lc.control_subcategory_structure.inherit_control', 'If it is noted, then each point of a subcategory will be constructed taking into account its settings <b>AB: Management of the displayed structure of landing category/page</b> on <b>AB: Landing category/page</b> pages'),
('da', 'ttc_ab__lc.control_subcategory_structure.menu_id', 'Specify the menu ID which will be used for creation of the new structure of the subcategories'),
('da', 'ttc_ab__lc.landing_category.landing', 'The page of category will be displayed as a landing. Only subcategories, without products will be displayed'),
('da', 'ttc_ab__lc.landing_category.subsubcategories', 'The maximum amount of displayed sub-subcategories. If it is equal 0 - sub-subcategories won\'t be displayed'),
('da', 'ttc_ab__search_motivation.default_search_phrases', 'Will be used when fields in categories are empty'),
('da', 'ttc_ab__search_motivation.search_phrases', 'Input the list of expressions for this category; each expression should be written from a new line'),
('da', 'ttc_addons.form_builder.email_subject_field', 'Felter af typen \"skal du vælge afkrydsningsfeltet\" eller \"Input felt\" kan bruges'),
('da', 'ttc_addons.paypal.rma.perform_refund', 'En tilbagebetalingen vil ske, når en administrator ændrer tilbagevenden anmodningens status'),
('da', 'ttc_addons.paypal.status_for_new_orders', 'Alle ordrer med en PayPal betalingsmetode få denne status, indtil svaret fra PayPal (meddelelsen IPN) ankommer eller en kunde returnerer til butikken via et link på PayPal-site.'),
('da', 'ttc_hybrid_auth.linkedin_api_version', 'LinkedIn <a target=\"_blank\" href=\"https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/migration-faq?context=linkedin/consumer/context\">deprecated API v1</a>, but old apps still use it. If you\'re configuring LinkedIn app for the first time now, use API v2. Old LinkedIn apps configured some time ago may still be using v1.'),
('da', 'ttc_mobile_app.appfulldescription', 'Application full description (up to 4000 symbols)'),
('da', 'ttc_mobile_app.appname', 'Application name (up to 30 symbols)'),
('da', 'ttc_mobile_app.appshortdescription', 'Application short description (up to 80 symbols)'),
('da', 'ttc_mobile_app.privacypolicyurl', 'URL of the Privacy Policy page of your store'),
('da', 'ttc_mobile_app.pushnotifications', 'Push notifications'),
('da', 'ttc_mobile_app.shopname', 'Shop Name'),
('da', 'ttc_mobile_app.supportemail', 'Will be displayed in \'about app\' section'),
('da', 'ttc_ogone.sha_in', 'The SHA-IN pass phrase is set on the Ingenico administration panel on the <b>Data and origin verification</b> tab.'),
('da', 'ttc_ogone_web.sha_out', 'The SHA-OUT pass phrase is set on the Ingenico administration panel on the <b>Transaction feedback</b> tab.'),
('da', 'ttc_page_title', 'Side titel vist på en browser-panel.'),
('da', 'ttc_paypal_logo', 'Brug et gyldigt grafikformat, .gif, .jpg og .png. Begrænse billedet til 190 pixels bredt x 60 pixel høj. PayPal mindregør billeder, der er større. PayPal placerer dit logo på toppen af vognens anmeldelsesområde.'),
('da', 'ttc_paypal_use_in_context_checkout', 'In-sammenhæng Checkout vil ikke blive brugt når butikken kører i Widget tilstand'),
('da', 'ttc_popularity', 'Produkt popularitet rating baseret på antallet af visninger i butiksfacade, antallet af tilføjelser til vognen og antallet af køb.'),
('da', 'ttc_post_description', 'Brug &lt;!--CUT -&gt; tag (skift kildekode for at indsætte det) for at skjule en del af posten. Kun del over taggen er vist på listen over alle indlæg.<br /><br /> Sørg for at <strong>lukke alle HTML-koderne</strong> ovenfor &lt;!--CUT -&gt; tag!'),
('da', 'ttc_product_feature.feature_style', 'Determines the look of this feature on the product page.'),
('da', 'ttc_product_feature.filter_style', 'Determines the look of a filter by this feature on the product list. Filters make it easier for customers to find a product with the desired feature value. You\'ll be able to create a filter after you create a feature.'),
('da', 'ttc_product_feature.purpose', 'Determines how you and your customers will be able to use this feature.'),
('da', 'ttc_search_words', 'Enter a few words here, and the product will appear in the results of the built-in search for those words, even if the product name or description doesn\'t have them. Separate different search words by commas.'),
('da', 'ttc_shippings.can.contract_id', 'Kontrakt-ID\'ET er forpligtet til at få rabatterede priser for erhvervskunder, når kundenummeret er angivet. Kontrakt-ID skal udelades på løsninger til Small Business medlemmer eller brugere, generelle forretningsmæssige'),
('da', 'ttc_shippings.can.customer_number', 'Kundenummeret er nødvendig for erhvervskunder og løsninger til Small Business medlemmer at få rabat, hvis pakken er sendt på vegne af kunde'),
('da', 'ttc_shippings.can.option_cov', 'Kræver mængde'),
('da', 'ttc_storefront_url', 'Alle butikkers domænenavne skal være tilknyttet den samme IP-adresse. Bemærk: Skift til \"Alle butikker\" redigere'),
('da', 'ttc_stores_status', 'ON—the storefront is open; everyone will see it. OFF—the storefront is closed; only those who have the access key will be able to see it.'),
('da', 'ttc_vendor_debt_payout.payout_overdue_limit', 'Payments for plans are drawn from the vendor\'s account balance. If the balance gets negative after the fee is taken, and this period expires, the vendor\'s administration panel will not allow to perform any actions until the vendor pays the debt.'),
('da', 'ttc_vendor_debt_payout.vendor_debt_limit', 'When a vendor\'s balance is negative and reaches this number, the vendor\'s administration panel will not allow to perform any actions. When a vendor\'s negative balance is half this number, the vendor will see the warning specified in the \"vendor_debt_payout.debt_near_limit_message\" language variable.'),
('da', 'tts_activate_menu_tab_for', 'Menupunktet bliver vist aktiveret for den angivne afsendelse.'),
('da', 'tts_generate_submenu', 'Undermenuen vil indeholde underordnede elementer af det valgte objekt.'),
('da', 'tts_link_text', 'Destinationswebadressen. Kan være en ekstern URL-adresse, en indre butik URL eller en afsendelse.'),
('da', 'tts_menu_user_class', 'Brugerdefinerede CSS-klasse vil blive tilføjet til menupunkt, så dette vil gøre det muligt for at definere menupunkt med sine egne CSS style.'),
('da', 'tt_addons_abt__unitheme2_views_abt__ut2_buy_together_generate_description', 'You can use placeholder %product% which will be replaced by original product name'),
('da', 'tt_addons_abt__unitheme2_views_abt__ut2_buy_together_generate_name', 'You can use placeholder %product% which will be replaced by original product name'),
('da', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.friday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('da', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.monday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('da', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.position', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
('da', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.saturday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('da', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.sunday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('da', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.thursday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('da', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.tuesday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('da', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.url', 'The link format with the indication of the controller is recommended (for example, products.view?product_id=12121)'),
('da', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.wednesday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('da', 'tt_addons_ab__category_banners_views_ab__category_banners_update_image', 'The image is output \"as is\", without cutting'),
('da', 'tt_addons_ab__motivation_block_views_ab__motivation_block_update_image', 'The image is displayed \"as is\" without scaling. Upload the prepared image of the necessary size, it is recommended to use size 24*24px'),
('da', 'tt_addons_ab__video_gallery_hooks_products_tabs_content_post_ab__vg.form.replace_image', 'Use the first video as the default image on the product page'),
('da', 'tt_addons_newsletters_views_mailing_lists_update_from_email', 'Email af en afsender.'),
('da', 'tt_addons_newsletters_views_mailing_lists_update_from_name', 'Navnet på en afsender (f.eks. firmanavn).'),
('da', 'tt_addons_newsletters_views_mailing_lists_update_reply_to', 'E-mail til at sende svar til.'),
('da', 'tt_addons_newsletters_views_newsletters_update_more_subjects', 'Hvis flere emner er angivet, e-mail-emne er tilfældigt udvalgt fra denne liste.'),
('da', 'tt_addons_newsletters_views_newsletters_update_users', 'Hvis meddelelsestekst indeholder afmeldlinket, vil det være tomt for disse brugere.'),
('da', 'tt_addons_paypal_settings_partial_refund_action_order_status', 'Bestemmer hvorvidt eller ikke at ændre ordrestatus automatisk efter en delvis tilbagebetaling via PayPal.'),
('da', 'tt_addons_polls_hooks_pages_tabs_content_post_poll_results', 'Besked, der vises i butiksfacade efter valget er afsluttet.'),
('da', 'tt_addons_seo_views_seo_redirects_manage_seo.old_url', 'For eksempel, hvis din webadresse er <b>http://example.com/path/to/object</b>, skal du indtaste<b>indtaste/sti/til/objekt</b>'),
('da', 'tt_addons_store_locator_views_store_locator_update_store_locator.main_destination', 'Determines the shipping rates for this pickup point. The rates are specified on the shipping method editing page. If you don\'t select a rate area for a pickup point, then the pickup point won\'t appear at checkout.'),
('da', 'tt_addons_store_locator_views_store_locator_update_store_locator.show_to', 'Allows you to offer this pickup point to the residents of other rate areas at checkout.'),
('da', 'tt_addons_vendor_locations_hooks_companies_shipping_address_post_vendor_locations.location', 'The address that will be used to determine the position on Google Maps.'),
('da', 'tt_mobile_app.crop_when_resize', 'If ticked, some part of an image might be lost (cut out) when it\'s resized, otherwise transparent borders might be added.'),
('da', 'tt_mobile_app.m_app_icon', '1024 x 1024 (the big one is because it\'s Apple requirement, please note that it should look fine even if resized to 256x256)'),
('da', 'tt_mobile_app.m_app_notification_icon', '(192 x 192) Push notification icon (Android)'),
('da', 'tt_mobile_app.m_app_splash_landscape', 'Recommended image size 2208x1536. It is displayed when you start the application on your mobile phone'),
('da', 'tt_mobile_app.m_app_splash_portrait', 'Recommended image size 1536x2208. It is displayed when you start the application on your mobile phone'),
('da', 'tt_mobile_app.m_app_store_logo', '(1024 x 500). It\'s the image shown in the Google Play page of your application, see \"Feature Graphic\" section <a href=\"https://support.google.com/googleplay/android-developer/answer/1078870?hl=en\" target=\"_blank\">here</a>'),
('da', 'tt_mobile_app.services_config', 'Upload the google-services.json file that was generated when you added an Android application in Firebase.'),
('da', 'tt_views_block_manager_update_block_override_by_this', 'Hvis du gemmer blokken med denne indstilling kontrolleres, tilsidesætter den aktuelle blok indhold værdi indholdet af denne blok, overalt det bruges i vognen'),
('da', 'tt_views_block_manager_update_block_width', 'Blokkebredde virker for blokkene placeret i gruppen med vandrette retning, for andre tilfælde gælder denne parameter ikke.'),
('da', 'tt_views_block_manager_update_location_default', 'Én placering skal plukkes som standard. Dens Top og bund containere vil blive brugt alle steder.'),
('da', 'tt_views_block_manager_update_location_head_custom_html', 'Denne HTML-kode vil blive sat mellem &lt; head &gt;&lt; / hoved &gt; tags'),
('da', 'tt_views_cart_components_carts_search_form_online_only', 'Hvis aktiveret, søgeresultater omfatter kun brugere, der er online i øjeblikket.'),
('da', 'tt_views_categories_update_product_details_layout', 'Som standard bruges skabelonen, der er defineret i indstillinger for udseende af butik'),
('da', 'tt_views_currencies_update_after_sum', 'Hvis aktiveret, symbolet på den valuta, vises efter sin værdi.'),
('da', 'tt_views_currencies_update_decimals', 'Antal cifre efter decimal tegnet.'),
('da', 'tt_views_currencies_update_dec_sign', 'Decimalseparator.'),
('da', 'tt_views_currencies_update_ths_sign', 'Tusind separator.'),
('da', 'tt_views_database_manage_backup_data', 'Hvis aktiveret, database backup-fil indeholder de faktiske tabeldata.'),
('da', 'tt_views_database_manage_backup_schema', 'Hvis aktiveret, database backup-filen holder bordet struktur.'),
('da', 'tt_views_exim_export_output', 'Vælg en handling på filen:  \"Direkte download \" - for at gemme filen på den lokale computer,  \"Screen \" - for at vise filen \'s indhold,  \"Server \" - for at gemme filen på serveren filsystemet.'),
('da', 'tt_views_languages_manage_language_code', 'Two-bogstavkode af sproget.'),
('da', 'tt_views_languages_update_country', 'Flag for dette land vil blive brugt som sprogikon.'),
('da', 'tt_views_orders_components_orders_search_form_customer_files', 'Hvis aktiveret, vil søgeresultater indeholder de ordrer, som kunderne læsset deres egne filer.'),
('da', 'tt_views_pages_components_pages_link_page_target_url', 'Den URL hen til omdirigere kunder til'),
('da', 'tt_views_pages_components_pages_link_page_url', 'Den indre Webadresse'),
('da', 'tt_views_payments_update_surcharge_title', 'Efterlad tom for at bruge betaling mod tillægsgebyr som en titel'),
('da', 'tt_views_payments_update_taxes', 'Hvis betaling gebyr er taget fra forhandlerer, beregnes der ikke moms'),
('da', 'tt_views_payments_update_template', 'Skabelon ansvarlig for visning af supplerende felter til betalingsmetode.'),
('da', 'tt_views_products_components_products_shipping_settings_free_shipping', 'Produkter med gratis forsendelsesmulighed aktiveret, vil blive udelukket fra forsendelse beregning, hvis forsendelsesmetode har gratis shipping indstilling aktiveret'),
('da', 'tt_views_products_components_products_shipping_settings_items_in_box', 'Brug dette felt til at definere det minimale og maksimale antal varer, der skal sendes i en separat boks. Angiv en nul værdi og angive dimensionerne boks nedenfor.'),
('da', 'tt_views_products_components_products_shipping_settings_weight', 'Non-downloades produkter med nul vægt håndteres som havende minimale muligt nul vægt'),
('da', 'tt_views_products_update_categories', 'Kategorier der skal vises i navigationen breadcrumbs.'),
('da', 'tt_views_products_update_inventory', 'Track in stock product quantity. Enable the \"Enable inventory tracking\" option (Settings -> General) to modify.'),
('da', 'tt_views_products_update_list_price', 'Producentens vejledende udsalgspris.'),
('da', 'tt_views_products_update_out_of_stock_actions', '\'Buy in advance\' lets customers buy out-of-stock products and products that will be available since a specific date. \'Sign up for notification\' works only when the product has zero or negative quantity.'),
('da', 'tt_views_products_update_product_details_layout', 'Den skabelon, der er defineret i indstillinger i kategorien vigtigste produkt bruges som standard,'),
('da', 'tt_views_product_features_update_feature_display_on_catalog', 'Vis denne funktion på produkt listesider sammen med Produktbeskrivelse.'),
('da', 'tt_views_product_features_update_feature_display_on_product', 'Hvis aktiveret, produktet funktionen vises på siden med produktoplysninger i butiksfacade.'),
('da', 'tt_views_product_features_update_prefix', 'En anbringe foran produktet funktion.'),
('da', 'tt_views_product_features_update_suffix', 'En anbringe, der følger produktet funktion.'),
('da', 'tt_views_product_options_update_incorrect_filling_message', ', som vises, hvis de indtastede data ikke er korrekte.'),
('da', 'tt_views_product_options_update_inner_hint', 'Et notat, der angiver den værdi, der skal indtastes.'),
('da', 'tt_views_product_options_update_inventory', 'Hvis aktiveret, er valget taget i betragtning, når der udgør produktet beholdning.'),
('da', 'tt_views_product_options_update_regexp', 'Regulære udtryk der angiver et mønster for at matche.'),
('da', 'tt_views_promotions_update_stop_other_rules', 'Hvis aktiveret, de andre tilbud ikke anvendes.'),
('da', 'tt_views_sales_reports_table_time_interval', 'Perioder, analysere (dag, uge, måned, år ).'),
('da', 'tt_views_sales_reports_update_table_dependence', 'Parameter til at sortere værdier af. Det forholder sig til værdien at vise param (fx produktomkostninger — samlede omkostninger eller antal produkter — antal varer).'),
('da', 'tt_views_sales_reports_update_table_limit', 'Max antal diagram komponenter.'),
('da', 'tt_views_shippings_components_services_ups_ship_ups_pickup_type', '<p>Vælg \"Daglig afhentning\" til at beregne levering omkostninger ifølge dagspriser.</p> <p>Vælg \"Én gang Pickup\", \"Bogstav Center\" eller \"Air Service Center\" for at beregne levering omkostninger ifølge detail priser.</p>'),
('da', 'tt_views_shippings_update_delivery_time', 'Leveringstiden vises ud for navnet på leveringsmetode. Hvis du bruger realtime shipping sats beregning, kan din rutefart fastsætte sin egen leveringstid. Den tid, det af shipping servicen vil blive vist i stedet for den tid, du angiver her.'),
('da', 'tt_views_shippings_update_use_for_free_shipping', 'Udelukke produkter med den aktiveret gratis shipping indstilling af de shipping priskalkulation'),
('da', 'tt_views_site_layout_logos_alt_text', 'Efterlad tom for at bruge virksomhedens navn som alternativ tekst.'),
('da', 'tt_views_storage_cdn_cname', 'Domænenavn, du vil bruge i stedet for CloudFront domænenavn til URL-adresserne til dine filer. Du skal også oprette en CNAME-post hos din DNS-service til rute forespørgsler til CloudFront vært (det vil blive vist på denne side, når du har angivet kontooplysninger).'),
('da', 'tt_views_storage_cdn_key', 'AWS adgang nøgle-ID. Se <a href=\"http://amzn.to/1sT9aw0\" target=\"_blank\"> http://amzn.to/1sT9aw0</a> at lære hvordan du får nøglen og hemmelig nøgle.'),
('da', 'tt_views_taxes_update_regnumber', 'Registreringsnummer af denne afgift i butikken.'),
('da', 'turkish', 'tyrkisk'),
('da', 'txn_id', 'Transaktions-ID'),
('da', 'type', 'Type'),
('da', 'type_comment', 'Tast kommentarer her'),
('da', 'type_comments_here', 'Du kan efterlade os en kommentar her'),
('da', 'type_to_create', 'Type to create...'),
('da', 'type_to_search', 'Type to search...'),
('da', 'type_to_search_or_click_button', 'Type to search, or click the button on the right for advanced search'),
('da', 'uc_addon_package_files_do_not_match_schema', 'Pakken indeholder filer, der ikke var beskrevet i skemaet eller skema har links til manglende filer'),
('da', 'uc_addon_package_forbidden_path', 'Forbudt: Tilføjelse forsøger at opgradere kernefiler ([path])'),
('da', 'uc_addon_package_languages_forbidden', 'Pakken indeholder sprog, der ikke var beskrevet i skemaet eller skema har links til manglende sprogfiler'),
('da', 'uc_addon_package_migrations_forbidden', 'Pakken indeholder migreringer, der ikke var beskrevet i skemaet eller skema har links til manglende migrationsfiler'),
('da', 'uc_addon_package_pre_post_scripts_mismatch', 'Pakken indeholder pre/post-scripts, der ikke var beskrevet i skemaet eller skema har links til manglende filer'),
('da', 'uc_backup_info_subj', 'Opgradering center: butikken er blevet sikkerhedskopieret og lukket.'),
('da', 'uc_broken_upgrade_connector', 'Opgraderings [connector_id] returnerede forkerte data'),
('da', 'uc_connector_not_found', 'Opgraderings konnektor ikke fundet'),
('da', 'uc_copy_files', 'Kopiere filer'),
('da', 'uc_downloaded_and_ready', 'Opgraderingspakken er blevet downloadet og klar til at installere'),
('da', 'uc_execute_validator', 'Udføre \"[validator]\" validator'),
('da', 'uc_info_subj', 'Upgrade Center: Store has been closed.'),
('da', 'uc_install_languages', 'Installer sprog'),
('da', 'uc_migration_failed', 'Der opstod en fejl under opgradering af databasestrukturen (gælder migration [migration]).'),
('da', 'uc_ok', 'Ok'),
('da', 'uc_open_store_email_body', '<p>Before the upgrade, your store was closed. Check if it\'s running fine after the upgrade and <a href=\"[settings_section]\">open it</a>.</p>'),
('da', 'uc_package_schema_is_not_json', 'Pakke skemaet er ikke en gyldig JSON'),
('da', 'uc_package_schema_not_found', 'Pakke indhold skema ikke fundet'),
('da', 'uc_restore_email_body', '<p>Din butik database og filer er blevet sikkerhedskopieret før opgraderingen. Backup arkivet omfatter hele databasen og alle filer undtagen billeder. Den backup arkiv er blevet gemt på din server: [backup_file].</p> <p>Før opgraderingen, din butik blev lukket. Kontroller, hvis det kører fint efter opgradering og <a href=\"[settings_section]\"> åbne det</a>.</p> <p>Hvis noget går galt under opgraderingen, skal du gå til din admin panel, <strong>Administration → sikkerhedskopiering/gendannelse</strong>, gendanne sikkerhedskopien.</p> <p>Hvis du ikke kan få adgang til din admin panel, bruge følgende link til at gendanne den seneste sikkerhedskopi. <b>Vigtigt:</b> dette link vil straks indlede gendannelsesprocessen. Brug det kun hvis du ikke kan få adgang til din admin panel! Gendanne den seneste sikkerhedskopi:</p>'),
('da', 'uc_restore_email_subject', 'Opgradering center: butikken er blevet sikkerhedskopieret og lukket.'),
('da', 'uc_run_migrations', 'Køre migrationer'),
('da', 'uc_searchanise_disabled', 'Searchanise add-on var automatisk deaktiveret under opgraderingen for at undgå falske søgeresultater. Aktivere det når som helst på siden <a href=\"[url]\"> Tilføjelser</a>.'),
('da', 'uc_title_validators', 'Opgraderingspakke validatorer'),
('da', 'uc_unable_to_read_schema', 'Ikke i stand til at læse pakke skema (schema.json)'),
('da', 'uc_upgrade_progress', 'Opgradere fremskridt'),
('da', 'uk_cookies_law', 'Cookies bruges på denne hjemmeside til at give den bedste brugeroplevelse. Hvis du fortsætter, antager vi, at du accepterer at modtage cookies fra dette websted. <span class=\"button button-wrap-left\"> <span class=\"button button-wrap-right\"> <a rel=\"nofollow\" href=\"[url]\"> OK</a></span></span>'),
('da', 'ultimate_license', '[product] Ultimate'),
('da', 'ultimate_license_required', '[product] Ultimate is required for this'),
('da', 'ultimate_or_storefront_license_required', 'This action requires [product] Ultimate or an additional Storefront License'),
('da', 'ultimate_or_storefront_license_required.ult', 'This action requires [product] Ultimate or an additional Storefront License'),
('da', 'ultimate_or_storefront_license_required.ult.b2b', 'This action requires [product] Ultimate or an additional Storefront License'),
('da', 'ultimate_or_storefront_license_required.ult.b2b.new', 'This action requires [product] Ultimate or an additional Storefront License'),
('da', 'ultimate_or_storefront_license_required.ult.b2b.ultimate', 'This action requires [product] Ultimate or an additional Storefront License'),
('da', 'ultimate_or_storefront_license_required.ult.new', 'This action requires [product] Ultimate or an additional Storefront License'),
('da', 'ultimate_or_storefront_license_required.ult.ru', 'This action requires [product] Ultimate'),
('da', 'ultimate_or_storefront_license_required.ult.ru.new', 'This action requires [product] Ultimate'),
('da', 'ultimate_or_storefront_license_required.ult.ru.ultimate', 'This action requires [product] Ultimate'),
('da', 'ultimate_or_storefront_license_required.ult.ultimate', 'This action requires [product] Ultimate or an additional Storefront License'),
('da', 'ult_shared_with', 'Delt med:'),
('da', 'ult_share_users_setting_disabled', 'Værdiindstilling kan ikke ændres, da identiske e-mail-adresser er registreret i din butik.'),
('da', 'unable_delete_storefront_orders_exists', 'Unable to delete this storefront because there are orders containing the products of this storefront in the store database. To delete the storefront, please delete all such orders first.'),
('da', 'unable_delete_vendor_orders_exists', 'Kan ikke slette denne forhandlerkonto, fordi der er ordrer, som indeholder produkter af denne forhandler i databasen. Hvis du vil slette kontoen, skal du slette alle sådanne ordrer først.'),
('da', 'unable_to_assign_usergroup', 'Ikke i stand til at tildele brugergruppe. Kontakt administratoren af butikken.'),
('da', 'unable_to_check_license', 'Ikke i stand til at kontrollere dit licensnummer'),
('da', 'unable_to_create_status', 'Kunne ikke oprette en ny status'),
('da', 'unable_to_delete_last_storefront', 'Mindst én butiksfacade skal forblive'),
('da', 'unable_to_delete_setting_description', 'Kan ikke slette indstillingsbeskrivelse: [reason]'),
('da', 'unable_to_delete_setting_variant', 'Kan ikke slette setting_variant: [reason]'),
('da', 'unable_to_read_resource', 'Kan ikke læse ressource: [file]'),
('da', 'unable_to_unpack_file', 'Stand til at dekomprimere filen'),
('da', 'unable_to_update_setting_description', 'Kan ikke indstille Beskrivelse: [reason]'),
('da', 'unable_to_update_setting_value', 'Ude af stand til at sætte værdi: [reason]'),
('da', 'ungroupped_features', 'ikke gruppe funktioner'),
('da', 'unidentified', 'Unidentified'),
('da', 'uninstall', 'afinstallations'),
('da', 'unique_html_block', 'Unik HTML block'),
('da', 'unit', 'Enhed'),
('da', 'united_kingdom', 'Storbritannien'),
('da', 'unit_price', 'Enhedspris'),
('da', 'unknown', 'Ukendt'),
('da', 'unknown_server_response', 'Ukendt Serversvar'),
('da', 'unmark', 'umærket'),
('da', 'unregistered_customer', 'afregistrere kunde'),
('da', 'unregistered_customer_short', 'Unregistered'),
('da', 'unselect_all', 'Fravælg alle'),
('da', 'unset_tax_to_products', 'Unset udvalgte skatter fra alle produkter'),
('da', 'unsubscribe', 'Afmeld'),
('da', 'unsubscribe_key', 'Unsubscribe key'),
('da', 'unsubscribe_link', 'Afmeld link'),
('da', 'unsupported_browser_notice', '<p>We have detected that the browser you are using is not fully supported by our Admin Panel. You can view this site using your current browser but it may not display properly, and you may not be able to fully use all features.</p><br><p>Admin Panel is best viewed using the following browsers:</p><br><ul><li>&ndash; <a href=\"http://www.mozilla.org/en-US/\" target=\"_blank\">Mozilla Firefox (latest version)</a></li><li>&ndash; <a href=\"https://www.google.com/intl/en/chrome/browser/\" target=\"_blank\">Google Chrome (latest version)</a></li><li>&ndash; <a href=\"https://www.microsoft.com/en-us/edge\" target=\"_blank\">Microsoft Edge (latest version)</a></li><li>&ndash; <a href=\"https://www.apple.com/safari/\" target=\"_blank\">Safari (latest version)</a></li></ul><br><p>Click on one of the links to download the browser of your choice. Once the download has completed, install the browser by running the setup program.</p><br><p>If you cannot upgrade your browser now, you can still access Admin Panel, but you may not be able to fully use all features.<br><br><a href=\"[url]\">Continue</a></p>'),
('da', 'unverified', 'Unverified'),
('da', 'up', 'Op'),
('da', 'update', 'Opdater'),
('da', 'updated_last', 'Updated in the last'),
('da', 'updates', 'Updates'),
('da', 'updates_subscription', 'opdateringer og promover abonnement'),
('da', 'update_addon', 'Update add-on'),
('da', 'update_all', 'Atualizar todos'),
('da', 'update_available', 'Update available'),
('da', 'update_categories', 'Opdater kategorier'),
('da', 'update_current_layout', 'Opdatering nuværende layout'),
('da', 'update_customer_info', 'Opdater kunde information'),
('da', 'update_datafeed', 'Redigering af data feed'),
('da', 'update_existing_products_only', 'Update existing products only'),
('da', 'update_existing_products_only_tooltip', 'If you enable this setting, products that don\'t exist in the database of your store will be skipped during import.'),
('da', 'update_for_all_act', 'Ny værdi vil blive gemt for alle butikker, som deler denne vare. Klik for at gemme det kun for ejer-butik.'),
('da', 'update_for_all_dis', 'Ny værdi gemmes kun for ejer-butik. Klik for at gemme det i alle butikker, som deler denne vare.'),
('da', 'update_for_all_hid_act', 'Klik her for at annullere feltet opdatering.'),
('da', 'update_for_all_hid_dis', 'Klik her for at indtaste en ny feltværdi opdatere i alle butikker, når du gemmer element.'),
('da', 'update_group', 'Opdater gruppe'),
('da', 'update_notification.approve_vendors_notification', '<p>Previously, administrators had to check each and every vendor that registered in the marketplace. They manually approved those vendors to make them appear on the storefront and/or grant them access to the admin panel. There was no way for a vendor to start working in the marketplace (at least in the admin panel) immediately after registration.</p><p>Now vendors get access to the admin panel immediately after registration, as long as you allow automatic creation of administrator accounts for them. By default, vendors still require approval before they and their products appear on the storefront. But you can lift that restriction in the settings of the \"Vendor data premoderation\" add-on.</p><p><a href=\"[url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">View moderation settings</a></p>'),
('da', 'update_notification.approve_vendors_notification_title', 'Simplified vendor approval flow'),
('da', 'update_notification.order_conversations_moved_to_message_center_message', '<p>Previously, customers could send you messages about orders via the \"Comments and reviews\" add-on. Since then, we have added a new add-on called \"Message center\". Unlike the old \"Comments and reviews\", the new \"Message center\" was designed for two-way communication. Administrators see the context of each message and receive notifications about new messages.</p><p>That\'s why we moved the order communication functionality along with your communication history from \"Comments and reviews\" to the \"Message center\" add-on. You don\'t need to do anything about it, but you can check where your messages are now. Like before, you can access order messages on the pages of individual orders, or in the <b>Customers → Message center</b> menu.</p><p><a href=\"[url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">View Message Center</a></p>'),
('da', 'update_notification.order_conversations_moved_to_message_center_title', 'Order conversations moved to Message Center'),
('da', 'update_notification.remove_percentage_surcharges_from_all_shipping_methods_message', '<p>Starting with version 4.12.1, shipping methods no longer support \"a percentage of order total\" surcharges. During the upgrade, this type of surcharge has been removed from the following shipping methods:</p><ul>[shipping_methods]</ul><p>Please check these shipping methods and make sure that their rates and surcharges are correct.</p>'),
('da', 'update_notification.remove_percentage_surcharges_from_all_shipping_methods_title', 'Shipping methods: Percent surcharges no longer supported'),
('da', 'update_notification.upgrade_to_version_4.13.1', '<ul><li><b>PayPal Commerce Platform and Stripe Connect</b> in Multi-Vendor now allow you to hold vendors\' money for a while. That way, you can check the orders and make sure that everything is ok before releasing the funds to vendors. Check the payment method settings for more information.</li><br><li><b>Product reviews</b> now have votes, photos, replies from sellers, and more. This is achieved by the new \"Product reviews\" add-on. To get the new functionality, just install the add-on, and we\'ll guide you through the rest of the process.</li><br><li><b>Message center</b> now handles communication about orders. Previously, it was handled by the \"Comments and reviews\" add-on. We\'re planning to make Message Center the hub for all communications.</li><br><li><b>The \"Add-ons → Manage add-ons\" page</b> has been reworked to make dealing with third-party add-ons easier. More changes may follow; the ultimate goal is to make upgrades easier, even if you have multiple third-party add-ons installed.</li><br><li><b>The admin panel interface</b> has been updated: the bulk selection of objects everywhere now works like the bulk selection in the list of products. That\'s a step towards simplifying the interface, and making it better for mobile devices.</li><br><li><b>A technical change:</b> jQuery UI was updated to version 1.12.1 to improve security and how search engines see and rank the site.</li></ul>'),
('da', 'update_notification.upgrade_to_version_4.13.1_title', 'The most important changes in version 4.13.1'),
('da', 'update_period_expired', '<p class=\"text-error\">Adgang til denne og fremtidige opgraderinger er lukket. Du kan købe en opgradering abonnement på <a href=\"[url]\"> Kunde Help Desk </ a></p>'),
('da', 'update_products', 'Opdater produkter'),
('da', 'update_profile', 'Opdater profil'),
('da', 'update_profile_notification', 'Din profil er blevet opdateret'),
('da', 'update_profile_notification_header', 'Din profil er blevet opdateret.'),
('da', 'update_status', 'Opdater status'),
('da', 'update_text', 'Opdatere tekst'),
('da', 'update_totals_and_inventory', 'Opdater totaler og lager'),
('da', 'update_to_version', 'Update to [version]'),
('da', 'update_translation', 'Opdatere oversættelser'),
('da', 'updating', 'Opdatere'),
('da', 'updating_links', 'Opdaterings links'),
('da', 'upgrade', 'opgradere'),
('da', 'upgraded_on', 'Opgraderet på'),
('da', 'upgrades', 'Upgrades ([n])'),
('da', 'upgrade_and_update_addon', 'Upgrade [product] and update the add-on'),
('da', 'upgrade_center', 'opgradere center'),
('da', 'upgrade_center.apply_migration_failed', '<p>Venligst gendanne pre-Upgrade backup manuelt eller via et link sendt til din e-mail-adresse, så kontakt vores tekniske support.</p> <br><p>Tech detaljer: kunne ikke fuldføre overførslen [migration]. Årsag: [error].</p> <p>Afsluttet migrationer: [processed_count] ud af [total_count].</p>'),
('da', 'upgrade_center.error_unable_to_prepare_restore', 'Ikke i stand til at forberede \"restore\" script.'),
('da', 'upgrade_center.filehash_check_failed', 'Opgraderingen er umuligt på grund af fil integritet check fejl. Bedes du kontakte den tekniske supportgruppe.'),
('da', 'upgrade_center.skip_backup', 'Spring over filer og database backup'),
('da', 'upgrade_center.upgrades_are_not_available_in_trial', 'Opgraderinger er kun tilgængelig i <strong>fuld</strong> og <strong>gratis</strong> licenser modes. < br / > < br / > den licenstype kan ændres under indstillinger → <a class=\"cm-dialog-opener cm-dialog-auto-size\" data-ca-target-id=\"store_mode_dialog\"> Licensing tilstand</a>.'),
('da', 'upgrade_center.upgrade_process_failed', 'Opgraderingen af din butik er mislykkedet'),
('da', 'upgrade_center.validation_issue', 'Valideringsproblem'),
('da', 'upgrade_center.validator_fail_result', 'Validator \"[validator_name]\" returnerede fejlstatus'),
('da', 'upgrade_center.warning_msg_after_upgrade', 'Efter opgraderingen, skal du kontrollere den grundlæggende funktionalitet i din butik.'),
('da', 'upgrade_center.warning_msg_executed_php', '<p class=\"text-error\">We have started a dummy PHP script. It will be working during 6 minutes. When the check is finished, we\'ll tell you if the PHP script\'s timeouts can be set correctly. If yes, then you are good to go with the upgrade. Please wait until the check is finished to be sure that your server has correct PHP timeout configuration.</p>'),
('da', 'upgrade_center.warning_msg_generally', 'Generelt, opgraderingen mislykkes fordi PHP scriptudførelse er opsagt på grund af din serverkonfiguration. Det er absolut nødvendigt at kontrollere PHP script timeout-indstillinger på din server'),
('da', 'upgrade_center.warning_msg_specialists', 'Hvis du ikke er fortrolig med tekniske aspekter af CS-Cart og opgraderingsprocessen, anbefaler vi at du <a href=\"[upgrade_center_specialist]\" target=\"_blank\"> leje en specialist</a> eller <a href=\"[upgrade_center_team]\" target=\"_blank\"> Spørg vores supportteam</a> at opgradere din butik for dig.'),
('da', 'upgrade_center.warning_msg_test_local', 'Opgradere test kopi af din butik først at sørge for, at opgraderingen vil gå glat.'),
('da', 'upgrade_center.warning_msg_third_party_add_ons', 'Opgraderingen opdatere ikke tredjeparts-tilføjelser. Det er derfor vi anbefaler, at du deaktiverer alle tredjeparts-tilføjelser inden opgraderingen.'),
('da', 'upgrade_center.warning_msg_timeout_check_failed', 'Din server har forkert PHP script timeoutindstillinger. Dette kan skyldes restriktioner for PHP <a href=\"http://php.net/manual/en/function.set-time-limit.php\" target=\"_blank\"> set_time_limit</a> funktion eller FastCGI \"Timeout\" muligheder. Vi anbefaler dig at kontakte din hosting udbyder for at løse dette spørgsmål eller kontakt vores tech supportteam for at udføre opgraderingen for dig.'),
('da', 'upgrade_center.warning_msg_timeout_fail', 'Vi ikke anbefaler for at starte opgraderingen på din server.'),
('da', 'upgrade_center.warning_msg_upgrade_is_complicated', 'Opgraderingen er en kompliceret proces. Det kan være mislykkedes på grund af grunde, der er uden for vores kontrol. <br>Til at gøre opgraderingen af din butik sikrere, vi har forberedt dig disse tips:'),
('da', 'upgrade_center_permission_adjusted_properly', 'Alle fil og mappe tilladelser er blevet justeret korrekt.'),
('da', 'upgrade_fl54_atol_boxberry_text', '<p>The following tools were added to help store owners comply with Federal Law 54 and work with online cash registers:</p><ul><li>The ability to <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/payment_methods/yandex_54fz.html\">send receipt data to Yandex.Checkout</a>.</li><li>The <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/addons/atol_online/\">ATOL Online</a> add-on that integrates CS-Cart with this rent-an-online-cash-register service.</li></ul><p>Other additions:</p><ul><li>An add-on for <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/addons/retailcrm/\">exchanging data with retailCRM</a>;</li><li>An add-on for <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/shipping_and_taxes/shipping_methods/realtime_shipping_methods/boxberry.html\">creating real-time shipping methods that use Boxberry</a>, a Russian shipping service.</li></ul>'),
('da', 'upgrade_fl54_atol_boxberry_title', 'New features of Russian version of CS-Cart 4.6.1: compliance with Federal Law 54, add-ons for retailCRM and Boxberry'),
('da', 'upgrade_flash_player', 'Du skal opgradere din Flash Player'),
('da', 'upgrade_is_not_avail', '<p class=\"text-error\">Denne opgradering er ikke tilgængelig for dit CS-Cart licens. Bedes du kontakte <a href=\"[url]\"> CS-Cart supportteam </ a> for at opdatere din licens status.</p>'),
('da', 'upgrade_license', 'Upgrade my license'),
('da', 'upgrade_notification_message', '<p class=\'upgrade-center_notice-msg\'> kopi af denne besked blev sendt til administrator\'s email.</p> <hr>'),
('da', 'upgrade_notification_title', 'Opgradere ændringer i [product] [version]'),
('da', 'upgrade_notification_welcome_text', '<p class=\"lead\">To help you get started, we’ve compiled the list of what you should check after the upgrade. The full list of changes is in the changelog.</p><p class=\"lead\">If you ever need to check this message later, we’ve also sent a copy to [email].</p>'),
('da', 'upgrade_notification_welcome_title', 'Welcome to [product] [version]!'),
('da', 'upgrade_notification_what_check_first', 'What to check first?'),
('da', 'upgrade_notification_what_else_to_check', 'What else is there to check?'),
('da', 'upload', 'Upload'),
('da', 'uploaded_files', 'Uploaded Files'),
('da', 'upload_addon', 'Uploade & installere add-on'),
('da', 'upload_another_file', 'Upload en anden fil'),
('da', 'upload_file', 'Upload fil'),
('da', 'upload_install', 'Upload & installere'),
('da', 'upload_theme', 'Uploade tema'),
('da', 'upload_to_ftp', 'Upload til FTP-server'),
('da', 'upload_upgrade_package', 'Uploade opgraderingspakke'),
('da', 'upload_upgrade_text', 'Uploade opgraderingspakke gør din i stand til at anvende HotFixes eller tilføjelse opgraderinger. Du kan uploade en opgraderingspakke ved at vælge en tgz, gz, zip format arkiv og klikke på Upload.'),
('da', 'upload_via_ftp', 'Upload via FTP'),
('da', 'ups', 'UPS'),
('da', 'ups_suggested_retail_rates_upgrade_notification_text', '<p>Den seneste [product] version understøtter ikke typen \"Foreslog detail priser\" Pickup for UPS-baserede shipping metoder.</p> <p>Hvis du brugte foreslog detail priser før, gør dette for at aktualisere levering omkostninger for dine kunder:</p> <ul><li>Gå til Administration → Shipping & skatter → forsendelsesmetoder.</li> <li>Vælg den leveringsmetode, der bruger UPS som transportør.</li> <li>Skifter til at konfigurere fanen og vælg en ordentlig Pickup type: brug \"Én gang Pickup\", \"Bogstav Center\" eller \"Air Service Center\" til at beregne levering omkostninger ifølge detail priser</li></ul>'),
('da', 'ups_suggested_retail_rates_upgrade_notification_title', '\"Foreslog detail priser\" Pickup typen for UPS-baserede shipping metoder understøttes ikke længere'),
('da', 'ups_upgrade_notification_text', '<p><b>UPS Canada: fremskyndet SM</b> og <b>UPS polsk: i dag IC</b> shipping tjenester understøttes ikke siden denne [product] version. Hvis du bruger dem, skal du gøre følgende:</p> <ul><li>gå til Administration > Shipping & skatter > Shipping metoder</li> <li>vælge den leveringsmetode, der bruger UPS som transportør til at beregne fragtpriser</li> <li>Skift til fanen Generelt, og Angiv den korrekte rutefart</li></ul>'),
('da', 'ups_upgrade_notification_title', 'UPS Canada: Fremskyndet SM og UPS polsk: i dag Intercity rutefart understøttes ikke længere'),
('da', 'url', 'URL-ADRESSE'),
('da', 'url_access_storefront', 'Use the following URL to access the storefront:<br><a href=\"[url]\" target=\"_blank\">[url]</a>'),
('da', 'url_dispatch_part', 'Værdien af parameteren \"forsendelse\" fra Webadressen'),
('da', 'used', 'Brugt'),
('da', 'user', 'Bruger'),
('da', 'usergroup', 'Brugergruppe'),
('da', 'usergroups', 'Bruger gruppe'),
('da', 'usergroups_menu_description', 'Liste over brugergrupper, der findes i din butik.'),
('da', 'usergroup_activated', 'Bruger gruppe er blevet aktiveret'),
('da', 'usergroup_disactivated', 'Bruger gruppe er blevet deaktiveret'),
('da', 'usergroup_ids', 'Usergroup ids'),
('da', 'usergroup_must_have_privileges', 'Usergroup must have at least one privilege.'),
('da', 'usergroup_privileges', 'Kundegruppe privilegier'),
('da', 'usergroup_registered', 'Registrerede brugere'),
('da', 'usergroup_request_by_customer', 'Brugergruppe anmodning fra kunden'),
('da', 'username', 'Brugernavn'),
('da', 'users', 'Bruger'),
('da', 'users_carts', 'Bruger vogn'),
('da', 'users_carts_menu_description', 'Lister over produkter, der ikke er købt af en aller anden grund.'),
('da', 'users_menu_description', 'Administrere brugerkonti, der er registreret på din butik.'),
('da', 'user_account_info', 'Bruger konto info'),
('da', 'user_account_information', 'Oplysninger om brugerkonto'),
('da', 'user_cannot_be_deleted', 'Beklager, bruger med id [user_id] ikke kan slettes.'),
('da', 'user_class', 'User-defined CSS class'),
('da', 'user_data_required', 'Vælg en kunde eller indtaste data'),
('da', 'user_details_page', 'Bruger Detaljer side'),
('da', 'user_group', 'User group'),
('da', 'user_group_ids', 'User group IDs'),
('da', 'user_group_requests', 'Bruger gruppe rekvirering'),
('da', 'user_id', 'Bruger ID'),
('da', 'user_info', 'Bruger information'),
('da', 'user_pin', 'Bruger PIN'),
('da', 'user_profile_info', 'Bruger konto info'),
('da', 'user_settings', 'Brugerindstillinger'),
('da', 'user_type', 'Brugertype'),
('da', 'use_avail_period', 'Brug rådighed periode'),
('da', 'use_cardinal', 'Brug Cardinal Centinel ® til 3-D Secure Payer Authentication'),
('da', 'use_comma_enter_to_separate_variants', 'Use a comma or Enter to separate variants.'),
('da', 'use_coupons_commission', 'Kupon provision'),
('da', 'use_current_link', 'Brug aktuel side link'),
('da', 'use_custom_view', 'Brug brugerdefineret visning'),
('da', 'use_custom_weight_settings', 'Brug brugerdefinerede indstillinger vægt'),
('da', 'use_default_block_configuration', 'Brug standard blok konfiguration'),
('da', 'use_existing_block', 'Brug eksisterende blok'),
('da', 'use_existing_store', 'Kopiere eksisterende butik konfiguration'),
('da', 'use_for_apply_for_vendor_account', 'Ansøge om en forhandlerkonto'),
('da', 'use_for_checkout', 'Checkout (brugerinformation) form'),
('da', 'use_for_discussion', 'Kommentarer og anmeldelsesformer'),
('da', 'use_for_form_builder', 'Brugerdefinerede formularer'),
('da', 'use_for_free_shipping', 'Brug for gratis fragt'),
('da', 'use_for_login', 'Logind form'),
('da', 'use_for_polls', 'Meningsmålinger'),
('da', 'use_for_register', 'Opret og Rediger profil form'),
('da', 'use_for_re_desk', 'Use for Re:Desk'),
('da', 'use_for_track_orders', 'Spor min ordre formular'),
('da', 'use_for_track_product_in_stock', 'In-stock notification subscription form'),
('da', 'use_negotiated_rates', 'Brug forhandlet priser'),
('da', 'use_new_sha_method', 'Bruge nye SHA signatur politik'),
('da', 'use_this_style', 'Bruge denne typografi'),
('da', 'usps', 'US Postal Service'),
('da', 'usps_package_size_large', 'Stor'),
('da', 'usps_package_size_regular', 'Regelmæssig'),
('da', 'usps_service_certificate_of_mailing', 'Certifikat for mailing'),
('da', 'usps_service_certificate_of_mailing_for_firm_mailing_books', 'Certifikat for afsendelse af fast postbøger'),
('da', 'usps_service_certificate_of_mailing_per_individual_article', 'Certifikat for afsendelse pr. individuel artikel'),
('da', 'usps_service_certified', 'Certificeret'),
('da', 'usps_service_collect_on_delivery', 'CAD'),
('da', 'usps_service_delivery_confirmation', 'USPS Tracking/levering bekræftelse'),
('da', 'usps_service_edelivery_confirmation', 'e-levering bekræftelse'),
('da', 'usps_service_express_mail_insurance', 'Express mail forsikring'),
('da', 'usps_service_insurance', 'Forsikring'),
('da', 'usps_service_pick_up_on_demand', 'Afhentning på efterspørgsel'),
('da', 'usps_service_registered_mail', 'Anbefalet post'),
('da', 'usps_service_registered_without_insurance', 'Anbefalet uden forsikring'),
('da', 'usps_service_registered_with_insurance', 'Anbefalet med forsikring'),
('da', 'usps_service_return_receipt', 'Returkvittering'),
('da', 'usps_service_return_receipt_electronic', 'Elektronisk returkvittering'),
('da', 'usps_service_return_receipt_for_merchandise', 'Returkvittering for varer'),
('da', 'usps_service_signature_confirmation', 'Signaturbekræftelse'),
('da', 'usps_size', 'Angiv den pakke, bredde, højde og længde for prioriterede mail, hvis pakken er større, kun.'),
('da', 'usps_upgrade_notification_text', '<p>The following USPS shipping services are no longer supported:<ul><li>USPS First-Class Mail International Large Envelope</li><li>USPS First-Class Mail International Letter/Postcard</li></ul>All your shipping methods that used these services have been changed to use <b>USPS First-Class Package International Service</b> instead. Please go to <b>Administration → Shipping & taxes → Shipping methods</b> and check the settings of your shipping methods that use USPS.</p>'),
('da', 'usps_upgrade_notification_title', 'Changes to USPS shipping services'),
('da', 'uvdesk_already_account', 'Your account already exist. To manage your tickets please login.'),
('da', 'uvdesk_answered', 'Answered'),
('da', 'uvdesk_closed', 'Closed'),
('da', 'uvdesk_label', 'Label'),
('da', 'uvdesk_mine', 'Mine'),
('da', 'uvdesk_notreplied', 'Notreplied'),
('da', 'uvdesk_open', 'Open'),
('da', 'uvdesk_pending', 'Pending'),
('da', 'uvdesk_resolved', 'Resolved'),
('da', 'uvdesk_spam', 'Spam'),
('da', 'uvdesk_starred', 'Starred'),
('da', 'uvdesk_tickets', 'UVDesk Ticktes'),
('da', 'uvdesk_timestamp', 'Timestamp'),
('da', 'uvdesk_trashed', 'Trashed'),
('da', 'uvdesk_unassigned', 'Unassigned'),
('da', 'uvdesk_viewticket', 'UVDesk View Ticket'),
('da', 'valid', 'Gyldighedsperiode'),
('da', 'validate_email', 'Valider E-mail'),
('da', 'validate_secret_word', 'Godkend hemmelige ord'),
('da', 'valid_thru', 'Gyldig gennem (mm/åå)'),
('da', 'value', 'Værdi'),
('da', 'value_to_display', 'Værdi for at vise'),
('da', 'variables', 'Variabler'),
('da', 'variant', 'varierende'),
('da', 'variants', 'variant'),
('da', 'variant_id', 'Variant ID'),
('da', 'variant_name', 'variant navn'),
('da', 'variant_with_name_already_exist', 'Couldn\'t rename feature variant \"[variant]\". Reason: a variant with the new name already exists.'),
('da', 'variations_in_stock', 'Only \"in stock\" products'),
('da', 'variation_group_code', 'Variation group code'),
('da', 'variation_group_id', 'Variation group ID'),
('da', 'variation_parent_product_id', 'Variation parent product ID'),
('da', 'variation_set_as_default', 'Variation set as default'),
('da', 'variation_sub_group_id', 'Variation sub group ID'),
('da', 'vendor', 'Forhandler'),
('da', 'vendors', 'Butikker'),
('da', 'vendors_activity', 'Vendor activity in the selected period'),
('da', 'vendors_activity.new_products', 'New products'),
('da', 'vendors_activity.new_vendors', 'New vendors'),
('da', 'vendors_activity.not_logged_in_vendors', 'Vendors who haven\'t signed in'),
('da', 'vendors_activity.orders_created', 'Orders created'),
('da', 'vendors_activity.vendors_with_new_products', 'Vendors with new products'),
('da', 'vendors_activity.vendors_with_sales', 'Vendors with sales'),
('da', 'vendors_menu_description', 'Sorteret liste over forhandlerkonti registreret i butikken.'),
('da', 'vendors_menu_title', 'Vendors'),
('da', 'vendors_statistics', 'Vendor\'s statistics'),
('da', 'vendors_with_absolute_commissions_notice', '<p>Følgende leverandører havde absolut provisioner før opgraderingen:</p> <ul>[vendors_list]</ul> <p><b>Transaktionsgebyr</b> i deres planer er sat til 0.</p> <p>Størrelser af absolutte provisioner stadig forbliver i databasen, men anvendes ikke længere. Du kan dog bruge disse data til at oprette nye leverandør planer med relative provisioner. Læs mere i denne artikel:</p>[instructions]'),
('da', 'vendor_accounting', 'Regnskabsmæssige'),
('da', 'vendor_accounting_menu_description', 'Indtægter og udgifter statistik (samlede indkomst, kreditorer, kreditor udbetalinger).'),
('da', 'vendor_account_balance', 'Saldo'),
('da', 'vendor_account_balance_menu_description', 'Indtægter og udgifter statistik (total, pr. leverandør, pr. periode).'),
('da', 'vendor_administrator', 'Forhandlers administrator'),
('da', 'vendor_administrators', 'Leverandøres administrator'),
('da', 'vendor_administrators_menu_description', 'Liste over leverandørers administratorer, tilmeldte brugere med en leverandør konto.'),
('da', 'vendor_approval_pending', 'Ny forhandleransøgning om konto'),
('da', 'vendor_candidate_notification', 'Hej, <br/> <br/> du har en ny leverandør kandidat i din butik. Denne leverandørkonto er ventende indtil du godkender den. Følg <a>denne URL for at se kontooplysninger</a>.'),
('da', 'vendor_commission_changes_upgrade_notification_text', '<p>Leverandør provisioner er blevet erstattet med kreditor planer, og en egen plan er blevet oprettet for hver kreditor. Men absolut provisioner understøttes ikke længere.</p>'),
('da', 'vendor_commission_changes_upgrade_notification_title', 'Leverandørkommissiosændringer'),
('da', 'vendor_communication', 'Message center'),
('da', 'vendor_communication.admin', 'Admin'),
('da', 'vendor_communication.ask_a_question', 'Ask a question'),
('da', 'vendor_communication.author', 'Author'),
('da', 'vendor_communication.cannot_create_thread', 'Cannot create thread'),
('da', 'vendor_communication.cannot_delete_thread', 'Cannot delete thread'),
('da', 'vendor_communication.cannot_delete_threads', 'Cannot delete threads'),
('da', 'vendor_communication.cannot_post_message', 'Cannot post message'),
('da', 'vendor_communication.cannot_update_thread', 'Cannot update thread'),
('da', 'vendor_communication.communication', 'Communication'),
('da', 'vendor_communication.communication_vendor_to_admin', 'Communication with vendor'),
('da', 'vendor_communication.communication_vendor_to_admin_with_admin', 'Communication with administrator'),
('da', 'vendor_communication.communication_vendor_to_customer', 'Communication with customer'),
('da', 'vendor_communication.contact_admin', 'Contact administrator'),
('da', 'vendor_communication.contact_customer', 'Contact customer'),
('da', 'vendor_communication.contact_vendor', 'Contact vendor'),
('da', 'vendor_communication.contact_vendor_name', 'Contact [vendor_name]'),
('da', 'vendor_communication.contact_with', '#[thread_id]. Communication with [thread_company]'),
('da', 'vendor_communication.created_at', 'Created on'),
('da', 'vendor_communication.customer_name', 'Customer name'),
('da', 'vendor_communication.date', 'Date'),
('da', 'vendor_communication.error_message', 'Please enter your message'),
('da', 'vendor_communication.event.message_received.name', 'New message received'),
('da', 'vendor_communication.event.order_message_received.name', 'Order communication: New message received'),
('da', 'vendor_communication.event.vendor_to_admin_message_received.name', 'Vendor-to-admin: New message received'),
('da', 'vendor_communication.import_details', 'Import details'),
('da', 'vendor_communication.invalid_thread_object_type', 'Provided thread object type is invalid'),
('da', 'vendor_communication.message', 'Message'),
('da', 'vendor_communication.messages', 'Messages'),
('da', 'vendor_communication.message_center', 'Message center'),
('da', 'vendor_communication.message_center_menu_description', 'Customer-to-vendor messages'),
('da', 'vendor_communication.message_center_name', 'Message center'),
('da', 'vendor_communication.message_center_name_menu_description', 'Messages from customers'),
('da', 'vendor_communication.message_center_vendor_name', 'Message center'),
('da', 'vendor_communication.message_center_vendor_name_menu_description', 'Messages from vendor to administrator'),
('da', 'vendor_communication.message_sent', 'Your message has been sent to <b>[vendor_name]</b>.<br/><br/>We\'ll notify you about a reply. To view your message history, please <a href=\"[thread_url]\" target=\"_blank\">go to the Message Center</a> located in the \"Messages\" section of the \"My account\" menu.'),
('da', 'vendor_communication.new_message.message', 'Click this notification to see the message'),
('da', 'vendor_communication.new_message.title', '[company_name] has a new message from [customer]'),
('da', 'vendor_communication.new_thread_created', 'Your message has been sent to <b>[vendor_name]</b>.<br/><br/>The vendor\'s reply will be sent to the email address of your account. To view your message history, please <a href=\"[thread_url]\">go to the Message Center</a> located in the \"Messages\" section of the \"My account\" menu.'),
('da', 'vendor_communication.no_messages_found', 'No messages found'),
('da', 'vendor_communication.no_threads_found', 'No threads found'),
('da', 'vendor_communication.order_details', 'Order details'),
('da', 'vendor_communication.please_log_in_to_be_notified', 'Please sign in so that we can notify you about a reply'),
('da', 'vendor_communication.please_log_in_to_contact_vendor', 'Please sign in to contact the vendor'),
('da', 'vendor_communication.product_details', 'Product details'),
('da', 'vendor_communication.required_field_is_missing', 'The [field_name] field is required'),
('da', 'vendor_communication.scroll_to_top', 'Scroll to top'),
('da', 'vendor_communication.send_message', 'Send message'),
('da', 'vendor_communication.some_threads_have_not_been_created', 'Some threads have not been created: [count]'),
('da', 'vendor_communication.start_communication', 'Start communication'),
('da', 'vendor_communication.subject', 'Subject'),
('da', 'vendor_communication.subject_email', 'You have a new message from [message_from]'),
('da', 'vendor_communication.tab_vendor_to_admin', 'Vendor communication'),
('da', 'vendor_communication.tab_vendor_to_admin_for_vendor_panel', 'Admin communication'),
('da', 'vendor_communication.tab_vendor_to_customer', 'Customer communication'),
('da', 'vendor_communication.thread', 'Thread #[thread_id]'),
('da', 'vendor_communication.threads_deleted', 'Threads have been deleted'),
('da', 'vendor_communication.thread_deleted', 'Thread has been deleted'),
('da', 'vendor_communication.ticket', 'Thread'),
('da', 'vendor_communication.type_message', 'Type a message...'),
('da', 'vendor_communication.vendor_to_admin.message_list_sent', 'Your messages have been sent.<br/><br/>To view your message history, please <a href=\"[thread_url]\">go to the Message Center</a> located in the \"Vendors\" menu.'),
('da', 'vendor_communication.vendor_to_admin.message_sent', 'Your message has been sent to <b>[name]</b>.<br/><br/>To view your message history, please <a href=\"[thread_url]\">go to the Message Center</a> located in the \"Vendors\" menu.'),
('da', 'vendor_communication.vendor_to_customer.message_sent', 'Your message has been sent to <b>[name]</b>.<br/><br/>To view your message history, please <a href=\"[thread_url]\">go to the Message Center</a> located in the \"Customers\" menu.'),
('da', 'vendor_communication.you', 'You'),
('da', 'vendor_communication.your_message_to_admin', 'Your message to administrator');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('da', 'vendor_communication.your_message_to_customer', 'Your message to customer'),
('da', 'vendor_communication.your_message_to_vendor_name', 'Your message to [vendor_name]'),
('da', 'vendor_communication.you_have_new_message', 'You have a new <a href=\"[thread_url]\">message</a> from [message_from].'),
('da', 'vendor_custom_page', 'Vendor custom page'),
('da', 'vendor_data_premoderation', 'Forhandler data premoderation'),
('da', 'vendor_data_premoderation.approval_info_text', 'If approval is required only for some vendors, you\'ll be able to set what vendors need moderation on the Add-ons tab of the vendor editing page.'),
('da', 'vendor_data_premoderation.approve_product', 'Approve \"[product]\"'),
('da', 'vendor_data_premoderation.approve_product_btn', 'Approve product'),
('da', 'vendor_data_premoderation.disapproval_reason', 'Disapproval reason'),
('da', 'vendor_data_premoderation.disapproved', 'Disapproved'),
('da', 'vendor_data_premoderation.disapprove_product', 'Disapprove \"[product]\"'),
('da', 'vendor_data_premoderation.disapprove_products', 'Disapprove products'),
('da', 'vendor_data_premoderation.disapprove_product_btn', 'Disapprove product'),
('da', 'vendor_data_premoderation.enter_disapproval_reason', 'Enter the reason for disapproval and save the changes.'),
('da', 'vendor_data_premoderation.event.product_status.approved.name', 'Vendor data premoderation: your product was approved'),
('da', 'vendor_data_premoderation.event.product_status.disapproved.name', 'Vendor data premoderation: your product was disapproved'),
('da', 'vendor_data_premoderation.exclude_disapproved_products', 'Exclude disapproved products'),
('da', 'vendor_data_premoderation.moderation', 'Moderation'),
('da', 'vendor_data_premoderation.notification.approved.message', '\"[product]\" has been approved by the store administration and added to the product catalog. Click here to view this product.|[n] products have been approved by the store administration and added to the product catalog. Click here to view these products.'),
('da', 'vendor_data_premoderation.notification.approved.title', 'Your product has been approved|Your products have been approved'),
('da', 'vendor_data_premoderation.notification.disapproved.message', '\"[product]\" has been disapproved by the store administration. Click here to view this product.|[n] products have been disapproved by the store administration. Click here to view these products.'),
('da', 'vendor_data_premoderation.notification.disapproved.title', 'Your product has been disapproved|Your products have been disapproved'),
('da', 'vendor_data_premoderation.notification.products_require_approval.message', 'This product is pending for your approval since [since]. Click here to view this product.|These products are pending for your approval since [since]. Click here to view these products.'),
('da', 'vendor_data_premoderation.notification.products_require_approval.title', 'You have [n] product that requires your approval|You have [n] products that require your approval'),
('da', 'vendor_data_premoderation.notification_for_deleted_statuses', 'Vendor Data Premoderation add-on has been disabled. Products with  the \"Requires approval\" or \"Disapproved\" statuses no longer have any status. These products won\'t appear to customers until you or your vendors set some other status for them. If you activate the add-on again, the statusless products will get their statuses back. If you uninstall the add-on, all products will get a correct status automatically.'),
('da', 'vendor_data_premoderation.products_sent_to_premoderation', 'Your changes have been saved. Before your product is added to the product catalog, it must be approved by the store administration. Follow <a href=\"[product_approval_url]\">this link</a> to view products that require approval.|Your changes have been saved. Before your products are added to the product catalog, they must be approved by the store administration. Follow <a href=\"[product_approval_url]\">this link</a> to view products that require approval.'),
('da', 'vendor_data_premoderation.product_status.disapproved', 'Disapproved'),
('da', 'vendor_data_premoderation.product_status.requires_approval', 'Requires approval'),
('da', 'vendor_data_premoderation.require_approval', 'Products on moderation'),
('da', 'vendor_data_premoderation.require_vendor_action', 'Disapproved products'),
('da', 'vendor_debt_payout', 'Vendor-to-admin payments'),
('da', 'vendor_debt_payout.account_balance', 'Account balance'),
('da', 'vendor_debt_payout.actions_on_suspended', 'Actions on suspended vendors'),
('da', 'vendor_debt_payout.admin_notifications', 'Notify admin about suspended vendors'),
('da', 'vendor_debt_payout.admin_notifications_about_disable', 'Notify admin about disabled vendors'),
('da', 'vendor_debt_payout.admin_notifications_weekly', 'Send weekly digest of suspended vendors'),
('da', 'vendor_debt_payout.admin_weekly_digest_of_suspended_vendors', 'Send weekly digest of suspended vendors'),
('da', 'vendor_debt_payout.block_admin_panel', 'Block admin panel of suspended vendors'),
('da', 'vendor_debt_payout.block_alert', '<p>Your access to the administration panel has been restricted automatically because you have reached the limit of negative account balance or haven\'t paid a fee for your vendor plan in time.</p><p>Your current account balance is [current_balance].</p><p>Please <a href=\"[pay_url]\">pay the marketplace fees</a> — once the payment is processed, your access to the administration panel will be restored automatically.</p>'),
('da', 'vendor_debt_payout.dashboard_suspended_vendors', 'Suspended vendors'),
('da', 'vendor_debt_payout.days_before_disable', 'Time in days before a suspended vendor is disabled'),
('da', 'vendor_debt_payout.day_or_days', 'day(s)'),
('da', 'vendor_debt_payout.debt_near_limit_message', 'Your account balance is currently [current_balance]. If it reaches [minimal_balance], you won\'t be able to use your administration panel until you <a href=\"[pay_url]\" target=\"_blank\">pay all your marketplace fees</a>.'),
('da', 'vendor_debt_payout.debt_owned', 'Debt owned'),
('da', 'vendor_debt_payout.debt_payout', 'Marketplace fees'),
('da', 'vendor_debt_payout.debt_payout_w_order', 'Marketplace fees (order #[id])'),
('da', 'vendor_debt_payout.disable_suspended_vendors', 'Disable suspended vendors after a while'),
('da', 'vendor_debt_payout.edit_notifications_link', '<a target = \"_blank\" href = \"[link]\">Edit notifications</a>'),
('da', 'vendor_debt_payout.empty_list_of_vendors_got_suspended_and_paid_label', 'No vendors paid their debt and had their suspension lifted since the last report.'),
('da', 'vendor_debt_payout.empty_list_of_vendors_got_suspended_label', 'No vendors got suspended for debt automatically since the last report.'),
('da', 'vendor_debt_payout.enter_an_amount', 'Enter an amount'),
('da', 'vendor_debt_payout.error_refill_amount_lower_than_zero', 'Sorry, couldn\'t proceed to payment. The specified sum must be greater than 0.'),
('da', 'vendor_debt_payout.event.negative_balance_reached.name', 'Vendor sign-in: Debt and grace period'),
('da', 'vendor_debt_payout.event.vendor_days_before_suspend.name', 'Info about upcoming suspension'),
('da', 'vendor_debt_payout.event.vendor_status_changed_to_disabled.name', 'Vendor status was changed to Disabled'),
('da', 'vendor_debt_payout.event.vendor_status_changed_to_suspended.name', 'Vendor status was changed to Suspended'),
('da', 'vendor_debt_payout.event.weekly_digest_of_debtors.name', 'Weekly digest of debtors'),
('da', 'vendor_debt_payout.grace_period_to_refill_balance', 'Grace period to refill balance'),
('da', 'vendor_debt_payout.hide_products', 'Hide products of suspended vendors'),
('da', 'vendor_debt_payout.list_of_vendors_got_suspended_and_paid_label', 'These vendors paid their debt and had their suspension lifted since the last report:'),
('da', 'vendor_debt_payout.list_of_vendors_got_suspended_label', 'These vendors got suspended for debt automatically since the last report::'),
('da', 'vendor_debt_payout.lowest_allowed_balance', 'Suspend vendors if their balance remains below'),
('da', 'vendor_debt_payout.lowest_allowed_balance_info_text', 'To make working with suspended vendors easier, please check the settings of the <a href=\"[link]\">Vendor-to-admin payments</a> add-on.'),
('da', 'vendor_debt_payout.minimum_allowed_balance_to_zero', 'We\'ve set the minimum allowed balance to 0. Now whenever a vendor\'s balance goes below 0, the grace period will start, and the vendor will be asked to pay the debt.'),
('da', 'vendor_debt_payout.negative_balance_reached.message', 'Please deposit at least [amount] until [date] to avoid suspension.'),
('da', 'vendor_debt_payout.negative_balance_reached.subject', 'Your account might get suspended soon'),
('da', 'vendor_debt_payout.notifications', 'Notifications'),
('da', 'vendor_debt_payout.old_addon_name', 'Vendor debt payout'),
('da', 'vendor_debt_payout.payment_surcharge_w_order', 'Payment surcharge for marketplace fees (order #[id])'),
('da', 'vendor_debt_payout.payout_overdue_limit', 'Grace period for vendor plan fees'),
('da', 'vendor_debt_payout.pay_fees', 'Pay the fees'),
('da', 'vendor_debt_payout.pending_payout_message', 'You need to pay the fee of [fee_amount] for using the [plan_name] plan. Your current account balance is [current_balance]. If the fee isn\'t paid until [overdue_date], you won\'t be able to work with the administration panel until you <a href=\"[pay_url]\" target=\"_blank\">pay all your marketplace fees</a>.'),
('da', 'vendor_debt_payout.reason_block', 'Your current balance is [balance], which is below the minimum allowed balance of [lowers_allowed_balance]. Please deposit at least [amount] until [date] to avoid suspension. You can refill the balance in your <a href=\"[link]\">vendor panel</a>.'),
('da', 'vendor_debt_payout.refill_balance', 'Refill balance'),
('da', 'vendor_debt_payout.rework_update_notification.message', '<p>We have reworked the <b>[vendor_debt_payout_old_addon_name]</b> add-on. It is now called <b>[vendor_debt_payout_addon]</b>, and it can do more than before. Here are the changes to look out for:</p><p>The maximum debt and grace period can now be specified on the vendor plan level, if you allow it in the add-on settings.</p><p>The maximum debt and the grace period now work in conjunction. A vendor reaches maximum debt, and then has to pay it within the grace period.</p><p>The add-on settings allow you to decide what to do with debtors: block their admin panel and/or hide their products from the storefront.</p><p><a href=\"[vendor_debt_payout_href]\" target=\"_blank\" class=\"btn btn-large btn-primary\">View add-on settings</a></p>'),
('da', 'vendor_debt_payout.rework_update_notification.title', 'Vendor debt management reworked. Check your add-on settings.'),
('da', 'vendor_debt_payout.suspended_status_reached.message', 'To lift the suspension, please deposit at least [amount] to refill the balance up to [vendor_plan_lowers_allowed_balance].'),
('da', 'vendor_debt_payout.suspended_status_reached.subject', 'Your account is suspended'),
('da', 'vendor_debt_payout.suspend_debt_alert', '<p>Your account has been suspended automatically.</p><p>Reason: your current balance is [balance], which is below the minimum allowed balance of [lowers_allowed_balance].</p><p>Please deposit at least [amount]. Once the payment is processed, the suspension will be lifted automatically.</p>'),
('da', 'vendor_debt_payout.suspend_debt_notification', 'Your account is suspended. To lift the suspension, please deposit at least [amount] to refill the balance up to [vendor_plan_lowers_allowed_balance]. <a target=\"_blank\" href=\"[link]\">Refill balance</a>.'),
('da', 'vendor_debt_payout.suspend_vendors', 'Suspend vendors'),
('da', 'vendor_debt_payout.total_debts', 'The total debt of all vendors in your marketplace (including those not listed in this report) is currently [total_debt].'),
('da', 'vendor_debt_payout.update_notification.message', '<p>Before the upgrade, a vendor\'s admin panel could get blocked even when the vendor didn\'t reach maximum debt. That happened when 3 conditions came together: it was time to pay for the plan; the vendor\'s balance couldn\'t cover it; the vendor didn\'t pay in time. <b>But now a vendor doesn\'t get blocked before going below the minimum allowed balance</b>.</p><p>That\'s why we ask you to:</p><ol><li>Decide how you\'d like your marketplace to work. Configure the Vendor Plans add-on accordingly. There are 2 scenarios:<ul><li>A vendor\'s balance can go negative to a certain point. Once it does, the vendor has some time to pay the debts before repercussions happen. <b>This is how your marketplace works now</b>. If you like it this way, then just take a look at the Vendor Plans add-on and its configuration.</li><li>No vendor debt is allowed. Whenever a vendor\'s balance can\'t cover the plan\'s fee without going negative, the vendor will have to pay the debt within the specified time. <b>For this scenario, the minimum allowed balance must be 0</b>. If that\'s what you want, just click the corresponding button below, and we\'ll configure everything for you. You don\'t have to decide right now — you\'ll always be able to adjust it later.</li></ul></li><li>Some vendors might have been blocked by the old <b>[vendor_debt_payout_old_addon_name]</b>, but wouldn\'t be blocked with the current configuration of <b>[vendor_debt_payout_addon]</b>. Click the button below to see if you have any such vendors. If you do, you can give them the \"Suspended\" status to restrict their access to the admin panel. But it\'s best to decide on one of the scenarios above, configure the Vendor Plans add-on, and let the problem solve itself automatically.</li></ol><p><a href=\"[unblocked_vendors_href]\" target=\"_blank\" class=\"btn btn-large btn-primary\">See if any vendors got unblocked</a> <a href=\"[drop_lowers_allowed_balance_of_vendor_plans_href]\" class=\"btn btn-large\" style=\"margin-left: 35px;\">Don\'t allow any negative balance</a></p>'),
('da', 'vendor_debt_payout.update_notification.title', 'Vendor debt is now handled differently. Decide how you want to handle it.'),
('da', 'vendor_debt_payout.vendor_days_before_suspend.message', 'Your account at [marketplace] might get suspended soon.'),
('da', 'vendor_debt_payout.vendor_days_before_suspend.subject', 'Your account might get suspended soon'),
('da', 'vendor_debt_payout.vendor_debt_limit', 'Restrict admin panel functions if vendor\'s debt reaches'),
('da', 'vendor_debt_payout.vendor_notifications', 'Notify vendors about upcoming suspension'),
('da', 'vendor_debt_payout.vendor_notifications_about_disable', 'Notify vendors about their disabled account'),
('da', 'vendor_debt_payout.vendor_plan_debt_info_text', 'A vendor can get suspended if the debt exceeds the conditions of the <a href=\"[link]\">vendor plan</a>.'),
('da', 'vendor_debt_payout.vendor_status_changed.message', 'The status of vendor [vendor_name] was changed to [status].'),
('da', 'vendor_debt_payout.vendor_status_changed.reason', 'The debt of [amount] that hasn\'t been paid until [date].'),
('da', 'vendor_debt_payout.vendor_status_changed.subject', '[vendor_name]: Status changed to [status]'),
('da', 'vendor_debt_payout.warning_debt_alert', '<p>Your current balance is [balance], which is below the minimum allowed balance of [lowers_allowed_balance].</p><p>Please deposit at least [amount] until [date]. Otherwise your account might get suspended.'),
('da', 'vendor_debt_payout.warning_debt_notification', 'Your account might get suspended soon. Please deposit at least [amount] until [date] to avoid suspension. <a target=\"_blank\" href=\"[link]\">Refill balance</a>.'),
('da', 'vendor_debt_payout.weekly_digest_of_debtors.message', 'This is a weekly report on debtors in your marketplace. It includes the vendors who have become debtors or paid their debt since the last report. Your marketplace might have <a href=\"[href]\">more suspended vendors</a>.'),
('da', 'vendor_debt_payout.weekly_digest_of_debtors.subject', '[marketplace_name]: Weekly digest of debtors'),
('da', 'vendor_edit_invitation_email_template', '<a href=\"[url]\">Edit vendor invitation email template</a>'),
('da', 'vendor_features_only', 'Features created by vendors'),
('da', 'vendor_filters', 'Forhandler produktfiltre'),
('da', 'vendor_filters_description', ''),
('da', 'vendor_id', 'Forhandler-ID'),
('da', 'vendor_invitations_fail_notification', 'Invitations not sent: [failed_quantity]<br/><b>[emails_list]</b><br/>An invitation won\'t be sent if it has already been sent to that email address before. But if none of your invitations are being sent, and you haven\'t sent invitations to those addresses before, please make sure that [product] can send any emails at all. If it can\'t, then the problem is related to [product] or server configuration. In that case, please contact your server administrator, hosting provider, or <a href=\"https://helpdesk.cs-cart.com/\" target=\"_blank\">our technical support</a> to investigate.'),
('da', 'vendor_invitations_sent_notification', 'Invitations sent: [sent_quantity]'),
('da', 'vendor_invitation_email_body', '<p>Hello,</p><br/><p>We\'d like to invite you to <a href=\"[create_account_url]\">create an account</a> with [default_company_name].  You\'ll be able to expand your client base by listing your products on our platform and selling them to our visitors.</p><br/><p>Best regards,</p><p>[default_company_name] team</p>'),
('da', 'vendor_invitation_email_subject', 'Come Sell With [default_company_name]'),
('da', 'vendor_invited_at', 'Date sent'),
('da', 'vendor_language', 'Vendor language'),
('da', 'vendor_location.search_vendors_geolocation', 'Search for vendors'),
('da', 'vendor_locations.block_template_location_selector', 'Location selector'),
('da', 'vendor_locations.closest_vendors', 'Closest vendors'),
('da', 'vendor_locations.customer_geolocation', 'Your location'),
('da', 'vendor_locations.filter_by_city', 'Vendor\'s city'),
('da', 'vendor_locations.filter_by_distance', 'Distance to vendor'),
('da', 'vendor_locations.location', 'Location'),
('da', 'vendor_locations.nearby', 'Nearby'),
('da', 'vendor_locations.not_your_city', 'Not your city?'),
('da', 'vendor_locations.search_city', 'Search for a city'),
('da', 'vendor_locations.search_nearby', 'Search nearby'),
('da', 'vendor_locations.search_vendors_by_address', 'Search vendors'),
('da', 'vendor_locations.selected_city', 'Selected city'),
('da', 'vendor_locations.select_city', 'Select a city'),
('da', 'vendor_locations.vendors_map', 'Vendors map'),
('da', 'vendor_logos_and_product_count', 'Vendor logos and product count'),
('da', 'vendor_name', 'Forhandlernavn'),
('da', 'vendor_names', 'Vendor names'),
('da', 'vendor_name_field', 'Forhandlernavn'),
('da', 'vendor_notifications', 'Vendor notifications'),
('da', 'vendor_owner', 'Vendor\'s main administrator'),
('da', 'vendor_page.add_post', 'Add new page'),
('da', 'vendor_page.editing_post', 'Editing'),
('da', 'vendor_page.new_post', 'New vendor page'),
('da', 'vendor_pages', 'Forhandlersider'),
('da', 'vendor_pages_title', 'ET - Vendor pages title'),
('da', 'vendor_panel', 'Forhandler panel'),
('da', 'vendor_panel_configurator.configure_vendor_panel_notice', 'To make onboarding easier, vendors don\'t see some menu items and some fields on the product editing page. You can configure what vendors see and don\'t see <a href=\"[config_url]\" target=\"_blank\">in the settings of the \"Vendor panel configurator\" add-on</a>. If you disable the add-on, the menus and the vendor panel itself will change to resemble the admin panel of the marketplace.'),
('da', 'vendor_panel_configurator.element_color', 'Element color'),
('da', 'vendor_panel_configurator.global_setting_warning', 'This setting doesn\'t appear on the product editing page right now, because it is set globally for all products. Check the <a href=\"[settings_url]\" target=\"_blank\">\"Settings\" menu</a> to find it.'),
('da', 'vendor_panel_configurator.payment_methods.description', 'Manage how you receive payments from customers'),
('da', 'vendor_panel_configurator.product_page_configuration', 'Product page settings'),
('da', 'vendor_panel_configurator.seller_info', 'Seller info'),
('da', 'vendor_panel_configurator.sidebar_background_image', 'Sidebar background image'),
('da', 'vendor_panel_configurator.sidebar_background_image_description', 'If you upload the background image, it will be displayed instead of the sidebar color. If you upload it, we recommend picking a sidebar color that matches the background image.'),
('da', 'vendor_panel_configurator.sidebar_color', 'Sidebar color'),
('da', 'vendor_panel_configurator.theme_layouts', 'Page layouts'),
('da', 'vendor_panel_configurator.theme_layouts.description', 'Manage layouts of the microstore and product pages'),
('da', 'vendor_panel_configurator.theme_styles', 'Logos and styles'),
('da', 'vendor_panel_configurator.theme_styles.description', 'Manage logos used on site and in e-mails and configure appearance of the microstore and product pages'),
('da', 'vendor_panel_configurator.unconfigurable_tab', 'This tab has no configurable fields and is displayed as is'),
('da', 'vendor_payouts.approval_status', 'Godkendelsesstatus'),
('da', 'vendor_payouts.approval_status.C', 'Afsluttet'),
('da', 'vendor_payouts.approval_status.D', 'Afslået'),
('da', 'vendor_payouts.approval_status.P', 'Afventende'),
('da', 'vendor_payouts.balance', 'Balance'),
('da', 'vendor_payouts.balance_carried_forward', 'Saldo fremført'),
('da', 'vendor_payouts.current_balance', 'Nuværende saldo: [balance]'),
('da', 'vendor_payouts.current_balance_text', 'Nuværende saldo'),
('da', 'vendor_payouts.income', 'Indkomst'),
('da', 'vendor_payouts.income_carried_forward', 'Indkomst videreføres'),
('da', 'vendor_payouts.new_payout_issued', 'Ny udbetaling er udstedt'),
('da', 'vendor_payouts.new_payout_issued_text', 'En ny udbetaling af [amount] er blevet udstedt af [issuer]'),
('da', 'vendor_payouts.new_withdrawal_requested', 'Nye tilbagetrækning er blevet anmodet om'),
('da', 'vendor_payouts.new_withdrawal_requested_text', 'En ny tilbagetrækning af [amount] har anmodet om [requester]'),
('da', 'vendor_payouts.payout_approved', 'Udbetaling er afsluttet'),
('da', 'vendor_payouts.payout_approved_text', 'Udbetaling af [amount] udstedt på [date] er blevet markeret som <b>fuldført</b>'),
('da', 'vendor_payouts.payout_comments', 'Udbetaling kommentarer'),
('da', 'vendor_payouts.payout_declined', 'Regnskab: Udbetaling er ikke afsluttet'),
('da', 'vendor_payouts.payout_declined_text', 'Udbetaling af [amount] udstedt på [date] er blevet markeret som <b>ikke afsluttet</b>'),
('da', 'vendor_payouts.transactions', 'Transaktioner'),
('da', 'vendor_payouts.transaction_value', 'Transaktionsværdien'),
('da', 'vendor_payouts.type', 'Type'),
('da', 'vendor_payouts.type.order_changed', 'Ordrer ændret'),
('da', 'vendor_payouts.type.order_changed.description', 'Bestil <a href=\"[order_url]\"> #[order_id]</a> ændret'),
('da', 'vendor_payouts.type.order_placed', 'Ordre afgivet'),
('da', 'vendor_payouts.type.order_placed.description', 'Bestil <a href=\"[order_url]\"> #[order_id]</a> afgivet'),
('da', 'vendor_payouts.type.order_refunded', 'Ordre refunderet'),
('da', 'vendor_payouts.type.order_refunded.description', 'Bestil <a href=\"[order_url]\"> #[order_id]</a> refunderet'),
('da', 'vendor_payouts.type.other', 'Andet'),
('da', 'vendor_payouts.type.other.description', 'Andet'),
('da', 'vendor_payouts.type.payout', 'Udbetaling'),
('da', 'vendor_payouts.type.payout.description', 'Udbetaling'),
('da', 'vendor_payouts.type.withdrawal', 'Tilbagetrækning'),
('da', 'vendor_payouts.type.withdrawal.description', 'Tilbagetrækning'),
('da', 'vendor_payouts.view_details', 'Du kan se detaljer her'),
('da', 'vendor_payouts.withdrawals', 'Balance udbetalinger'),
('da', 'vendor_payouts.withdrawal_approved', 'Regnskab: Udbetaling er afsluttet'),
('da', 'vendor_payouts.withdrawal_approved_text', 'Tilbagetrækning af [amount] fremgå [date] er blevet markeret som <b>fuldført</b>'),
('da', 'vendor_payouts.withdrawal_comments', 'Tilbagetrækning kommentarer'),
('da', 'vendor_payouts.withdrawal_declined', 'Tilbagetrækning er blevet afvist'),
('da', 'vendor_payouts.withdrawal_declined_text', 'Tilbagetrækning af [amount] fremgå [date] er blevet markeret som <b>afslået</b>'),
('da', 'vendor_plan', 'Vendor plan'),
('da', 'vendor_plans', 'Vendor plans'),
('da', 'vendor_plans.add_vendor_plan', 'Tilføje leverandørplan'),
('da', 'vendor_plans.advanced_vendor_plan_creation', 'Advanced vendor plan creation'),
('da', 'vendor_plans.best_choice', 'Bedste valg'),
('da', 'vendor_plans.best_choise', 'Tilbyd som det bedste valg'),
('da', 'vendor_plans.best_choise_short', 'Bedste valg'),
('da', 'vendor_plans.category_is_empty', 'Angiv en kategori.'),
('da', 'vendor_plans.category_is_not_available', 'Sorry, this category is not available for the vendor. Please check the configuration of the vendor plan.'),
('da', 'vendor_plans.choose', 'Vælg'),
('da', 'vendor_plans.choose_your_plan', 'Vælg din plan'),
('da', 'vendor_plans.commission', 'Kommission'),
('da', 'vendor_plans.commission_fee', '[commission]% fee'),
('da', 'vendor_plans.current_plan', 'Nuværende plan'),
('da', 'vendor_plans.current_plan_usage', 'Nuværende plan brug'),
('da', 'vendor_plans.default_vendor_plan', 'Default plan'),
('da', 'vendor_plans.delete_plan_vendor_exists_text', 'Kunne ikke slette planen: nogle leverandører bruge det'),
('da', 'vendor_plans.disable_plan_vendor_exists_text', 'Kunne ikke slette planen: nogle leverandører bruge det'),
('da', 'vendor_plans.editing_vendor_plan', 'Redigering af leverandørplan'),
('da', 'vendor_plans.event.plan_changed', 'Vendor plan was changed'),
('da', 'vendor_plans.fixed_transaction_fee', 'Transaction fee (abs)'),
('da', 'vendor_plans.many_products_text', 'For mange produkter ([actual]/[allowed])'),
('da', 'vendor_plans.month', 'Måned'),
('da', 'vendor_plans.much_revenue_text', 'Alt for mange indtægter ([actual]/[allowed])'),
('da', 'vendor_plans.new_plan', 'New plan'),
('da', 'vendor_plans.new_vendor_plan', 'Ny leverandør plan'),
('da', 'vendor_plans.not_available', 'Ikke tilgængelig'),
('da', 'vendor_plans.old_plan', 'Old plan'),
('da', 'vendor_plans.out_of_amount', 'out of [amount]'),
('da', 'vendor_plans.periodicity_biweekly', 'Quinzenal'),
('da', 'vendor_plans.periodicity_half', 'Semestre'),
('da', 'vendor_plans.periodicity_month', 'pr. måned'),
('da', 'vendor_plans.periodicity_onetime', 'one time'),
('da', 'vendor_plans.periodicity_trimester', 'por trimestre'),
('da', 'vendor_plans.periodicity_year', 'pr. år'),
('da', 'vendor_plans.plan', 'Plan'),
('da', 'vendor_plans.plan_has_been_changed', 'Din Plan er blevet ændret'),
('da', 'vendor_plans.plan_has_been_changed_text', 'Din plan er blevet ændret til [plan]. Se detaljerne for dine nye planen nedenfor.'),
('da', 'vendor_plans.plan_name', 'Plan navn'),
('da', 'vendor_plans.plan_not_available_text', 'Desværre, er denne plan ikke tilgængelig for dig. Vælg en tilgængelig plan.'),
('da', 'vendor_plans.plan_payment', 'Betaling for din Plan'),
('da', 'vendor_plans.plan_payment_notice_upgrade_notification', 'Previously, notifications about vendor plan fees were sent to 2 emails: that of a vendor and the vendor\'s main administrator. That behavior has changed. Now only the main administrators of vendors will receive this notification.<br><br>The change occurred because the notifications about fees were moved to <b>Administration → Notifications → Vendor notifications</b>. This is the place where you\'ll eventually be able to see and configure all notifications that your marketplace sends.<br><br>Many vendors might not notice the change, because the emails of a vendor and its main administrator often coincide. But it\'s best to announce this change to your vendors anyway.'),
('da', 'vendor_plans.plan_payment_notice_upgrade_notification_title', 'Inform your vendors: Change in notifications about periodic fees'),
('da', 'vendor_plans.plan_payment_text', 'En sum af [price] er trukket fra din konto for at bruge [plan] planen. Følg linket til at <a href=\"[href]\"> Se din kontosaldo</a> eller se detaljerne i din plan nedenfor.'),
('da', 'vendor_plans.plan_short', 'Plan'),
('da', 'vendor_plans.plan_will_be_change_text', 'Du skifter til en anden kreditor plan. Du vil blive opkrævet den fulde pris for planen. Vil du fortsætte?'),
('da', 'vendor_plans.products_exceeded_text', 'Kan ikke tilføje flere produkter: du har nået det maksimale antal produkter tilladt af din plan. Hvis du vil ændre din plan, venligst <a href=\"[href]\"> Følg dette link</a>.'),
('da', 'vendor_plans.products_limit', 'Max. produkter'),
('da', 'vendor_plans.products_limit_tooltip', 'Angiv det maksimale antal produkter en kreditor kan have på denne plan. Efterlade tomme at tillade ubegrænset antal produkter.'),
('da', 'vendor_plans.products_limit_unlimited', '<strong>Ubegrænset</strong> produkter'),
('da', 'vendor_plans.products_limit_value', '<strong>[products]</strong> produkter'),
('da', 'vendor_plans.restrictions', 'Begrænsninger'),
('da', 'vendor_plans.revenue', 'Indtægter'),
('da', 'vendor_plans.revenue_exceeded_subj', 'Maksimale indtægt overskredet'),
('da', 'vendor_plans.revenue_exceeded_text', '<a href=\"[href]\">[vendor]</a> overskredet den maksimale indtægt tilladt af [plan] planen.'),
('da', 'vendor_plans.revenue_up_to', 'Omsætning op til'),
('da', 'vendor_plans.revenue_up_to_tooltip', 'Den maksimale månedlige indtægt tilladt for de kreditorer, der bruger denne plan. Lad dette felt tomt at tillade ubegrænset indtjening.'),
('da', 'vendor_plans.revenue_up_to_unlimited', '<strong>Ubegrænset</strong> indtægter'),
('da', 'vendor_plans.revenue_up_to_value', 'Indtægter op til <strong>[revenue]</strong>'),
('da', 'vendor_plans.select_plan_text', '<div class=\"et-vendor-plans_select_plan_text_big\">Find the  <span class=\"et-highlight\">perfect plan</span> for your business</div><div class=\"et-vendor-plans_select_plan_text_small\">You will be charged for the plan after the admin approves your vendor account.</div>'),
('da', 'vendor_plans.storefronts_update_for_plan.add_storefronts_message', 'Add the vendor to the storefronts that got added to the plan|Add the vendors to the storefronts that got added to the plan'),
('da', 'vendor_plans.storefronts_update_for_plan.general_message', 'What should we do about <a href=\"[search_url]\" target=\"_blank\">[n] vendor </a> who is using this plan now?|What should we do about <a href=\"[search_url]\" target=\"_blank\">[n] vendors </a> who are using this plan now?'),
('da', 'vendor_plans.storefronts_update_for_plan.remove_storefronts_message', 'Remove the vendor from the storefronts that got removed from this plan|Remove the vendors from the storefronts that got removed from this plan'),
('da', 'vendor_plans.storefronts_update_for_plan.title', 'Storefronts available in the vendor plan got changed'),
('da', 'vendor_plans.storefronts_update_for_vendor.add_storefronts_message', 'Add the vendor to the storefronts available in the new vendor plan'),
('da', 'vendor_plans.storefronts_update_for_vendor.general_message', 'What should we do about the storefronts that are available to this vendor?'),
('da', 'vendor_plans.storefronts_update_for_vendor.remove_storefronts_message', 'Remove the vendor from the storefronts available in his previous plan'),
('da', 'vendor_plans.storefronts_update_for_vendor.title', 'The vendor got moved to another plan'),
('da', 'vendor_plans.text_vendor_plan_created', 'A new vendor plan \"[plan_name]\" has been created. You can now <a href=\"[link]\">set restrictions for vendors using this plan</a>.'),
('da', 'vendor_plans.transaction_fee', 'Transaktionsgebyr'),
('da', 'vendor_plans.transaction_fee_value', 'Transaction fee: <strong>[value]</strong>'),
('da', 'vendor_plans.unlimited', 'Ubegrænset'),
('da', 'vendor_plans.update_for_plan.general_message', 'O que faremos com <a href=\"[search_url]\" target=\"_blank\">[n] fornecedor</a> que possui este plano?|O que faremos com <a href=\"[search_url]\" target=\"_blank\">[n] fornecedores</a> que possuem este plano?'),
('da', 'vendor_plans.update_for_plan.title', 'Should your changes affect existing vendors?'),
('da', 'vendor_plans.upgrade_notification_text', '<p>Previously, the <b>Vendor Plans</b> add-on had a setting called <b>Take payment surcharge from vendors</b>. It removed payment surcharge from order total, so that customers wouldn\'t have to pay it. Instead, the payment surcharge was deducted from the order total in favor of the marketplace. This setting has been removed: if you\'d like to take money from vendors per order, please specify commissions for the corresponding vendor plans.</p>'),
('da', 'vendor_plans.upgrade_notification_title', 'Setting removed from the Vendor Plans add-on'),
('da', 'vendor_plans.usergroups_update_for_plan', 'These are the user groups that vendor\'s administrators will get when a vendor gets this plan'),
('da', 'vendor_plans.usergroups_update_for_plan.add_usergroups_message', 'Add vendor administrators to the user groups added to the plan'),
('da', 'vendor_plans.usergroups_update_for_plan.remove_usergroups_message', 'Remove vendor administrators from the user groups removed from the plan'),
('da', 'vendor_plans.vendor_approved_text', 'Din plan er blevet indstillet til [plan]. Se detaljerne i din plan nedenfor.'),
('da', 'vendor_plans.vendor_commission', 'Forhandlerkommission'),
('da', 'vendor_plans.vendor_plans', 'Forhandlerplaner'),
('da', 'vendor_plans.vendor_plans_menu_description', 'Oprette planer for dine leverandører, med forskellige begrænsninger og priser'),
('da', 'vendor_plans.vendor_plan_has_been_changed', 'Vendor \"[vendor]\" moved to \"[plan]\"'),
('da', 'vendor_plans.vendor_plan_has_been_changed_text', 'The plan of vendor \"[vendor]\" was changed from \"[old_plan]\" to \"[new_plan]\".'),
('da', 'vendor_plans.vendor_store', 'Leverandør microstore'),
('da', 'vendor_plans.vendor_store_tooltip', 'En kreditor kan have sin egen microstore på en separat adresse som <i>example.com/vendor/</i>. En microstore indeholder kun produkter af den kreditor, der ejer denne microstore. Også, søgeresultater i en kreditors microstore kun omfatter varer inden for denne kreditor.'),
('da', 'vendor_plans.year', 'År'),
('da', 'vendor_products', 'Forhandlerprodukter'),
('da', 'vendor_rating', 'ET - Vendor rating'),
('da', 'vendor_store_blocks', 'Vendor home blocks'),
('da', 'vendor_terms', 'Vendor terms and conditions'),
('da', 'vendor_terms.checkout_terms_and_conditions', 'Jeg acceptere [terms_href] af [vendor]'),
('da', 'vendor_terms.checkout_terms_and_conditions_name', 'Vilkår og betingelser'),
('da', 'vendor_terms.terms_and_conditions', 'Vilkår og betingelser'),
('da', 'vendor_terms.terms_and_conditions_tooltip', 'Hvis du ønsker en kunde til at acceptere din betingelser og vilkår ved kassen, skal du udfylde vilkår & betingelser. Hvis du lader vilkår & betingelser tomt, forløber kunde uden aftale.'),
('da', 'vendor_terms_field_alert', 'Vendor terms and conditions alert'),
('da', 'vendor_terms_field_terms_text', 'Vendor terms and conditions text'),
('da', 'vendor_terms_n_conditions', 'Jeg accepterer [terms_href]'),
('da', 'vendor_terms_n_conditions_alert', 'For at forsætte skal du godkende vores betingelser og vilkår'),
('da', 'vendor_terms_n_conditions_content', '<p>Læs venligst disse vilkår og betingelser (\"Vilkår\", \"Vilkår og betingelser\") grundigt inden ved hjælp af webstedet <a href=\"http://www.mywebsite.com\"> http://www.mywebsite.com</a> og min mobil App mobil applikation (\"tjenesten\") drives af min virksomhed (\"os\", \"vi\" eller \"vores\").</p> <p><strong>Ved at få adgang til eller bruge tjenesten accepterer du at være bundet af disse vilkår. Hvis du er uenig med nogen del af vilkårene, så du kan ikke få adgang til tjenesten.</strong></p> <p><strong>Køb</strong></p> <p>Hvis du ønsker at købe et produkt eller en tjeneste, der er tilgængelige gennem tjenesten (\"køb\"), kan du blive bedt om at afgive visse oplysninger, der er relevante for dine køb herunder, uden begrænsning, din...</p> <p><strong>Indhold</strong></p> <p>Vores Service tillader dig at sende, link, gemme, dele og anden måde gøre tilgængeligt, visse oplysninger, tekst, grafik, videoer eller andet materiale (\"indholdet\"). Du er ansvarlig for det...</p> <p><strong>Ændringer</strong></p> <p>Forbeholder vi os retten til, efter eget skøn at ændre eller erstatte disse vilkår til enhver tid. Hvis en revision er materiale vil vi forsøge at give mindst 30 dages varsel før eventuelle nye vilkår får virkning. Hvad der udgør en materiel ændring vil blive fastlagt efter vores skøn.</p> <p><strong>Kontakt os</strong></p> <p>Hvis du har spørgsmål om disse vilkår, bedes du kontakte os.</p>'),
('da', 'vendor_terms_n_conditions_name', 'Vilkår og betingelser'),
('da', 'verified', 'Verified'),
('da', 'verified_developer', 'Verified developer'),
('da', 'verify', 'Bekræft'),
('da', 'version', 'Version'),
('da', 'version_information', 'Version information'),
('da', 'vertical', 'Lodret'),
('da', 'very_good', 'Meget godt'),
('da', 'view', 'Vis'),
('da', 'viewing_feature', 'Visning funktion'),
('da', 'viewing_filter', 'Visning filter'),
('da', 'views', 'Visninger'),
('da', 'view_all', 'Vis alt'),
('da', 'view_all_orders', 'Vis alle ordre'),
('da', 'view_all_product_features', 'Se alle produktfunktioner'),
('da', 'view_answers', 'Se svarene'),
('da', 'view_avail_files_for_order', 'View the list of available files from order #[order_id].'),
('da', 'view_cart', 'Vis indkøbskurv'),
('da', 'view_categories', 'Se kategorier'),
('da', 'view_changelog', 'View changelog'),
('da', 'view_comparison_list', 'Sammenligningsliste'),
('da', 'view_details', 'Vis detaljer'),
('da', 'view_feature_groups', 'View feature groups'),
('da', 'view_in_marketplace', 'View in CS-Cart Marketplace'),
('da', 'view_more', 'view more'),
('da', 'view_on_map', 'Vis på kort'),
('da', 'view_orders', 'Vis ordre'),
('da', 'view_orders_menu_description', 'Se, proces og udskrive fakturaerfølgesedler for ordrer placeret fra dit websted.'),
('da', 'view_page', 'Vis sider'),
('da', 'view_product', 'Vis produkter'),
('da', 'view_products', 'Vis produkter'),
('da', 'view_product_features', 'Se produktetsfunktioner'),
('da', 'view_purchased_products', 'Se indkøbte produkter'),
('da', 'view_report', 'Se rapport'),
('da', 'view_results', 'Vis resultater'),
('da', 'view_store', 'View store'),
('da', 'view_storefront', 'View storefront'),
('da', 'view_supplier_products', 'Se leverandørens produkter'),
('da', 'view_ticket', 'View Ticket'),
('da', 'view_user_points', 'Se bruger point'),
('da', 'view_vendor_admins', 'View vendor admins'),
('da', 'view_vendor_categories', 'Se butikskategorier'),
('da', 'view_vendor_orders', 'Se forhandler ordrer'),
('da', 'view_vendor_products', 'Se forhandlerprodukter'),
('da', 'view_vendor_users', 'Vit forhandlerbrugere'),
('da', 'view_wishlist', 'Vis ønskeliste'),
('da', 'visa_card_discover', 'Visa, MasterCard, Discover'),
('da', 'visited_page', 'Besøgte side'),
('da', 'visit_marketplace', 'Visit the CS-Cart Marketplace'),
('da', 'voided', 'Voided'),
('da', 'vsb_new_home_block', 'New home block'),
('da', 'vs_browse_our_categories', 'Browse our categories'),
('da', 'vs_footerbox', 'Footerbox'),
('da', 'vs_footer_mv', 'Footerbox MultiVendor'),
('da', 'vs_homepage_mainbox', 'Mainbox Homepage'),
('da', 'vs_home_box', 'Home box'),
('da', 'vs_icon_menu', 'Icon menu'),
('da', 'vs_mainbox', 'Mainbox'),
('da', 'vs_mainbox_icon', 'Mainbox with icon'),
('da', 'vs_mainbox_simple', 'Mainbox simple'),
('da', 'vs_multi_scroller', 'Multi scroller'),
('da', 'vs_recent_blog', 'Recent blog'),
('da', 'vs_responsive_menu', 'Responsive menu'),
('da', 'vs_scroller_category_product', 'Scroller category product'),
('da', 'vs_scroller_product_page', 'Scroller product page'),
('da', 'vs_scroller_with_title', 'Scroller with tittle'),
('da', 'vs_sidebox', 'Sidebox'),
('da', 'vs_sidebox_category', 'Sidebox category'),
('da', 'vs_sidebox_info', 'Sidebox info'),
('da', 'vs_sidebox_scroller_banner', 'Sidebox scroller banner'),
('da', 'vs_sidebox_simple', 'Sidebox simple'),
('da', 'vs_sidebox_with_icon', 'Sidebox with icon'),
('da', 'vs_testimonials', 'Testimonials'),
('da', 'vs_vendor_categories', 'Vendor categories'),
('da', 'vs_vendor_plans.month', 'per month'),
('da', 'vs_vendor_plans.no_microstore', 'NO microstore'),
('da', 'vs_vendor_plans.onetime', 'one time fee'),
('da', 'vs_vendor_plans.year', 'per year'),
('da', 'warehouses.add_all', 'Add all'),
('da', 'warehouses.any_store_type', 'Any type of store'),
('da', 'warehouses.city', 'City'),
('da', 'warehouses.commerceml.import.error.product.warehouse_not_found', 'Couldn\'t find warehouse [id]'),
('da', 'warehouses.commerceml.import.message.warehouse.created', 'Category [id] created; local ID: [local_id]'),
('da', 'warehouses.destinations_configuration.tooltip', 'Products can be taken from different stores and warehouses first, depending on where your customer is. <a href=\"[destinations_url]\" target=\"_blank\">Configure store and warehouse priority individually for each rate area.</a>'),
('da', 'warehouses.exim_reset_inventory_tooltip', 'This won\'t affect the products that have the quantity specified in the imported file. This also won\'t affect products at the warehouses that aren\'t updated in this preset.'),
('da', 'warehouses.in_n_stores', 'in [n] store|in [n] stores'),
('da', 'warehouses.main_destination_tooltip', 'Determines where this place is located. In turn, this determines the shipping rate and delivery time to this place.'),
('da', 'warehouses.name', 'Name'),
('da', 'warehouses.no_matching_stores_found', 'No stores found matching the search criteria'),
('da', 'warehouses.out_of_stock_products', '[product] isn\'t in stock in the selected region.|The following products aren\'t in stock in the selected region: [products]'),
('da', 'warehouses.phone', 'Phone'),
('da', 'warehouses.product_availability', 'Availability in stores'),
('da', 'warehouses.product_available_if_ordered', 'Available if ordered'),
('da', 'warehouses.product_in_stock', 'In stock'),
('da', 'warehouses.quantity', 'Quantity'),
('da', 'warehouses.quantity_tab.no_data', 'This storefront doesn\'t have any stores or warehouses. Please <a href=\"[create_url]\">create one</a> or <a href=\"[list_url]\">make an existing one available</a> for this storefront'),
('da', 'warehouses.rate_area', 'Rate area'),
('da', 'warehouses.search_store', 'Search store'),
('da', 'warehouses.settings', 'Settings'),
('da', 'warehouses.shipping_delay', 'Moving time'),
('da', 'warehouses.shipping_delay.description', 'Product is at a remote warehouse. If you order it, we\'ll send it [shipping_delay].'),
('da', 'warehouses.shipping_delay.description.default', 'Product is at a remote warehouse. If you order it, shipping may take slightly longer.'),
('da', 'warehouses.shipping_delay.description.short', 'If ordered: [shipping_delay]'),
('da', 'warehouses.shipping_delay.tooltip', 'The time it takes to move products from here to another store or warehouse in this rate area.'),
('da', 'warehouses.shipping_delay_for_products', 'Some of the products you ordered are at a remote warehouse. Shipping may take slightly longer than stated here.'),
('da', 'warehouses.shipping_delay_notification', 'Delay warning'),
('da', 'warehouses.shipping_delay_notification.tooltip', 'It will appear if products aren\'t available in the stores and warehouses above.'),
('da', 'warehouses.ship_to', 'Ship to'),
('da', 'warehouses.ship_to_tooltip', 'Determines the rate areas in which the products from this warehouse will be considered available.'),
('da', 'warehouses.show_to', 'Show to'),
('da', 'warehouses.show_to_tooltip', 'Allows you to offer this pickup point to the residents of other rate areas at checkout.'),
('da', 'warehouses.stores_and_warehouses', 'Stores & Warehouses'),
('da', 'warehouses.stores_list', 'List'),
('da', 'warehouses.stores_map', 'Map'),
('da', 'warehouses.store_and_address', 'Store and address'),
('da', 'warehouses.store_type', 'Type'),
('da', 'warehouses.store_type_pickup', 'Pickup point'),
('da', 'warehouses.store_type_store', 'Store'),
('da', 'warehouses.store_type_warehouse', 'Warehouse'),
('da', 'warehouses.store_warehouse', 'Store / Warehouse'),
('da', 'warehouses.type_to_search_or_check_all', 'Type to search, or click the button on the right to add all rate areas'),
('da', 'warehouses.warehouse_stock', 'Quantities'),
('da', 'warehouses.warn_about_delay', 'Warn about delay'),
('da', 'warehouses.warn_about_delay.tooltip', 'If a product has to be moved to the rate area from here, show the moving time in the product list and cart.'),
('da', 'warning', 'Advarsel'),
('da', 'warning_default_language_disabled', 'Standardsproget defineret i dine indstillinger er blevet deaktiveret eller slettet. Husk at opdatere indstillinger på følgende side: <a href=\"[link]\">Indstillinger :: Udseende</a>'),
('da', 'warning_default_language_sharing_removed', 'Det standardsprog, der er defineret i indstillinger er blevet fjernet for <b>[company]</b> butik. Opdater værdien Frontend standard sprog på følgende side: <a href=\"[link]\"> Indstillinger:: udseende</a>'),
('da', 'warning_gift_cert_deny', 'De følgende gavekort er blevet slettet eller annulleret af administratoren og er blevet fjernet fra din kurv: [codes]. Kontakt butiksadministratoren, eller prøv en anden en.'),
('da', 'warning_https_is_disabled', 'The secure connection check has failed. Please ensure that SSL certificate is installed on your server. Check out the <a href=\"[href]\" target=\"_blank\">Documentation article</a> for more details.'),
('da', 'warning_insecure_admin_script', 'It is strongly recommended that you rename the default <b>admin.php</b> script (check the <a href=\"[href]\" target=\"_blank\">Documentation</a>) for security reasons.'),
('da', 'warning_insecure_password_email', 'Adgangskoden skal være forskellig fra e-mailen! <p><a href=\"[link]\" class=\"underlined\"> <b>Skift adgangskode </b></a></p>'),
('da', 'warning_lanvar_incorrect_name', 'Sprog variabel navn indeholder ikke-understøttede tegn!'),
('da', 'warning_merging_companies', 'Flette to regnskaber vil fjerne [company_name] fra databasen, og alle profildata (produkter, ordrer shipping metoder, brugere, kampagner, etc.) vil blive overført til dette regnskab'),
('da', 'warning_newsletter_no_recipients', 'Nyhedsbrevet er ikke blevet sendt, fordi ingen modtagere blev fundet, der matcher de valgte kriterier.'),
('da', 'warning_not_deleted_default_language', '[lang_name] sproget kan ikke slettes, fordi det er butikkens standardsprog'),
('da', 'warning_of_ip_adding', 'De indtastede IP-adresse <b> [entered_ip] </ b> forbyder adgang til administrations panelet fra din computer (din IP er <b> [your_ip] </ b>).'),
('da', 'warning_promotions_incorrect_condition', 'Den \"[condition]\" tilstand kan bruges i grupper med \"[set_value]\" betingelser alene.'),
('da', 'warning_seo_urls_disabled', 'SEO-venlige webadresser er deaktiveret. Tjek din webserver og URL manipulation engine indstillinger.'),
('da', 'warning_store_optimization_dev', 'Autoopdatering cache aktiveret. < br / > < br / > ændret filer er spores i realtid (herunder filer ændret direkte på serveren) og re-cachet. < br / > < br / > butik ydeevne kan påvirkes lidt. Anbefales for at deaktivere på produktionen i <a href=\"[link]\"> temaer</a>.'),
('da', 'warning_store_optimization_dev_disabled', 'Auto cache opdatering deaktiveret. < br / > < br / > klart udarbejdet skabeloner manuelt efter modificerer temafiler af følgende <a href=\"[link]\"> dette link</a> til at anvende ændringerne.'),
('da', 'warning_subscribers_import', 'Nogle postlister fra inputfilen blev ikke fundet i databasen. Visse importerede abonnenter vil stå som ikke-tildelte.'),
('da', 'warning_subscr_email_exists', '<b>[email]</b> er allerede på listen over medlemmer'),
('da', 'warning_theme_clone_dir_exists', 'Tema, kan ikke klones, fordi mappe du indtastede er allerede findes. Angiv en anden.'),
('da', 'warning_track_orders_not_allowed', 'Du kan ikke se detaljerne i denne ordre.'),
('da', 'warning_track_orders_not_found', 'Den E-mail/Order ID, du angav eksisterer ikke i vores database'),
('da', 'warning_variants_removal', 'At klikke på Gem vil fjerne produktegenskabsværdier.'),
('da', 'warning_zero_price_restricted_product', 'Produkt <b>\"[product]\"</b> er ikke føjet til vognen, fordi det ikke har en pris.'),
('da', 'webkul_uvdesk', 'Webkul UVdesk'),
('da', 'website', 'Hjemmeside'),
('da', 'web_pages', 'Web-sider'),
('da', 'web_site', 'Hjemmeside'),
('da', 'week', 'Uge'),
('da', 'weekday_0', 'Søndag'),
('da', 'weekday_1', 'Mandag'),
('da', 'weekday_2', 'Tirsdag'),
('da', 'weekday_3', 'Onsdag'),
('da', 'weekday_4', 'Torsdag'),
('da', 'weekday_5', 'Fredag'),
('da', 'weekday_6', 'Lørdag'),
('da', 'weekday_abr_0', 'søn'),
('da', 'weekday_abr_1', 'man'),
('da', 'weekday_abr_2', 'tir'),
('da', 'weekday_abr_3', 'ons'),
('da', 'weekday_abr_4', 'tors'),
('da', 'weekday_abr_5', 'fre'),
('da', 'weekday_abr_6', 'lør'),
('da', 'weekly', 'Ugentlig'),
('da', 'weeks', 'Uge(r)'),
('da', 'weight', 'vægt'),
('da', 'weight_dependences', 'Vægt tilknytninger'),
('da', 'weight_limit', 'Vægtgrænse'),
('da', 'weight_modifier', 'Vægt modifikator'),
('da', 'weight_symbol', 'Vægt symbol'),
('da', 'welcome_screen.administrator_info', 'For at få adgang til administratorområdet, brug e-mail (<b>[email]</b>) og den adgangskode, du har angivet tidligere.'),
('da', 'welcome_screen.go_admin_panel', 'Gå til administrationspanel'),
('da', 'welcome_screen.go_settings_wizard', 'Gå til guiden indstillinger for opsætning af grundlæggende butik'),
('da', 'welcome_screen.go_storefront', 'Gå til butik'),
('da', 'welcome_screen.knowledge_base', 'Documentation'),
('da', 'welcome_screen.learn_more_configuration', 'Læs mere om butiksfacade konfiguration i vores'),
('da', 'welcome_screen.run_settings_wizard', 'Kør guiden indstillinger'),
('da', 'welcome_screen.thanks', 'Tak for at vælge [product]. Held og lykke med at sælge!'),
('da', 'well_done', 'Godt gået!'),
('da', 'we_would_like_to_inform', 'Vi vil gerne meddele Dem, at'),
('da', 'what_is_cvv2', 'Hvad er CVV/CVC'),
('da', 'what_is_new', 'What\'s new'),
('da', 'what_you_would_like_to_do', 'Hvad vil du gerne gøre'),
('da', 'where_access_addon', 'Where to access this add-on'),
('da', 'which_is', 'der er'),
('da', 'widget_code', 'Widget kode'),
('da', 'widget_what_is_it', '<a href=\"[href]\" target=\"_blank\"> Hvad er det?</a>'),
('da', 'width', 'Bredde'),
('da', 'wishlist', 'Ønskeliste'),
('da', 'wishlist_content', 'Ønskeliste indhold'),
('da', 'wishlist_note', 'Gå til din ønskeliste');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('da', 'wishlist_products', 'Ønskeliste produkter'),
('da', 'wishlist_short', 'Wish list'),
('da', 'without_image', 'Uden billede'),
('da', 'without_rating', 'Without rating'),
('da', 'with_contact_information', 'Kun med kontaktoplysninger'),
('da', 'world', 'Verden'),
('da', 'worldnettps_hash_error', 'Der opstod en fejl. Fejldetaljer: anmodning og svar hash stemmer ikke overens.'),
('da', 'worldpay_secret', 'MD5 hemmelighed for transaktioner'),
('da', 'wrapper', 'Omslag'),
('da', 'wrapper_class', 'User-defined wrapper CSS class'),
('da', 'write', 'Skrive'),
('da', 'write_a_reply', 'write a reply'),
('da', 'write_review', 'Skriv en anmeldelse'),
('da', 'wrong_number_initial_order_id', 'Den værdi, du indtastede for indstillingen \"Startværdi ordre ID\" understøttes ikke. Kun heltal fra 1 til [max_initial_order_id] er understøttet'),
('da', 'wt_access_note', 'Bemærk venligst, at hvis du deaktiverer eller fjerner add-on programmet \'Vandmærke\', skal du fjerne disse instruktioner fra \'.htaccess\' filer manuelt. Ellers vil kategori og produkt billeder være utilgængelige.'),
('da', 'wt_access_warning', 'Vandmærkeoprettelse er deaktiveret. Hvis der er nogen \"Omskrivning vandmærker regler\" instruktioner i \"billeder/.htaccess\" fil, skal du fjerne dem manuelt. Ellers vil kategori og produkt billeder være utilgængelige.'),
('da', 'wt_detailed', 'popup større billeder'),
('da', 'wt_fail_apply_graphic_watermark', 'Mislykket at anvende vandmærket på [image_type]. Vandmærkebilledet er ikke tilføjet.'),
('da', 'wt_font', 'Skrifttype'),
('da', 'wt_font_color', 'Skriftfarve'),
('da', 'wt_font_size_detailed', 'Skriftstørrelse (større billede)'),
('da', 'wt_font_size_icon', 'Skriftstørrelse (miniature)'),
('da', 'wt_graphic_watermark', 'Grafisk vandmærke'),
('da', 'wt_icons', 'Miniaturer'),
('da', 'wt_images_access_description', 'For at nægte adgang til din oprindelige billeder, kan du tilføje følgende instruktioner til filen \".htaccess\" i mappen \'images\' af din installation. Det vil beskytte dine originale billeder. Selv om et originalt billed er åbnet, vil tilsvarende vandmærkebilled blive vist i stedet.'),
('da', 'wt_images_access_info', 'Billed adgang'),
('da', 'wt_text_watermark', 'Tekstvandmærke'),
('da', 'wt_watermarks', 'Vandmærker'),
('da', 'wt_watermarks_access_description', 'For at generere vandmærke billeder automatisk, selvom de ikke er anmodet fra din butikssider, bedes du tilføje \'.htaccess\' fil med følgende instruktioner i din installation \'images/watermarked\' mappe.'),
('da', 'wt_watermark_detailed', 'Popup større Billedvandmærke'),
('da', 'wt_watermark_horizontal_position', 'Vandmærke vandret position'),
('da', 'wt_watermark_icon', 'Miniature vandmærke'),
('da', 'wt_watermark_image', 'Vandmærke foto'),
('da', 'wt_watermark_position', 'Vandmærke position'),
('da', 'wt_watermark_text', 'Vandmærketekst'),
('da', 'wt_watermark_vertical_position', 'Vandmærke lodret position'),
('da', 'xml_error', 'XML parse error'),
('da', 'year', 'År'),
('da', 'yearly', 'Årlig'),
('da', 'years', 'År'),
('da', 'yes', 'Ja'),
('da', 'yesterday', 'i går'),
('da', 'your_age', 'Din alder'),
('da', 'your_ip_added', 'Din IP-adresse <b> [ip] </ b> er blevet tilføjet til adgangsbegrænsningstabellen.'),
('da', 'your_ip_enabled', 'Din IP-adresse <b> [ip] </ b> er blevet aktiveret i adgangsbegrænsningstabellen.'),
('da', 'your_ip_removed', 'Din IP-adresse <b> [ip] </ b> er blevet fjernet fra adgangsbegrænsningstabellen.'),
('da', 'your_message', 'Din besked'),
('da', 'your_name', 'Dit navn'),
('da', 'your_range', 'Deres rækkevidde'),
('da', 'your_rating', 'Din bedømmelse'),
('da', 'you_can_edit_account_details', 'Nu kan du redigere kontooplysninger.'),
('da', 'you_have_no_permissions', 'Du har ikke tilladelser'),
('da', 'you_save', 'Du sparer'),
('da', 'zero_price_action', 'Nul pris aktion'),
('da', 'zipcode', 'Zipcode'),
('da', 'zipcodes', 'Postnummer'),
('da', 'zip_postal_code', 'Postnummer'),
('da', 'zone', 'Område'),
('da', 'zpa_ask_price', 'Spørg kunden at indtaste den pris,'),
('da', 'zpa_permit', 'Tillad at tilføje vare til indkøbsvogn'),
('da', 'zpa_refuse', 'Gør det ikke muligt at tilføje vare til indkøbsvogn'),
('de', '2co_enable_fraud_verification', 'Unterstützung von Benachrichtigung über Betrug aktivieren'),
('de', '2co_fraud_fail', 'Status für Bestellungen mit fehlgeschlagener Betrugsbewertung'),
('de', '2co_fraud_wait', 'Status für Bestellungen mit noch ausstehender Betrugsbewertung'),
('de', '3d_secure', '3D Secure'),
('de', '404', 'Die 404 nicht gefunden, Fehlermeldung'),
('de', 'about_us', 'About us'),
('de', 'absolute', 'Absolut'),
('de', 'absolute_commissions_instructions', '<a href=\"http://docs.cs-cart.com/4.3.x/user_guide/addons/vendor_commission/vendor_commissions_and_plans.html\" target=\"_blank\">Upgrading from 4.3.x to 4.4.x: Vendor Commissions and Vendor Plans</a>'),
('de', 'abt_menu_ajax_load', 'AB: Use Ajax-loading for menu items (second level and behind it)'),
('de', 'abt_menu_ajax_load.tooltip', 'Use Ajax to get the content of the second and third menu levels after page loading. The content of the first level will be loaded along with the page main content'),
('de', 'abt_menu_icon_items', 'AB: Show icons for menu items of the second level'),
('de', 'abt_menu_icon_items.tooltip', 'The active status of this setting allows the display of an icon that is assigned to a menu item of the second level menu.'),
('de', 'abt_menu_long_names', 'AB: Show long names of the first level menu items in two lines'),
('de', 'abt_menu_long_names.tooltip', 'The active status of this setting allows displaying menu names in two lines (with line break), if more space is required to place the name, than the setting <b>AB: The maximum width of the menu item for the first level</b> specifies'),
('de', 'abt_menu_long_names_max_width', 'AB: The maximum width of the menu item for the first level'),
('de', 'abt_menu_long_names_max_width.tooltip', 'Specifies the width of the cell in pixels to place the name of the menu item. If the name of the menu item exceeds this value, then with the active setting <b>AB: Show long names of the first level menu items in two lines</b>, then it will be displayed in two lines (with line break).'),
('de', 'abt__unitheme2', 'AB: UniTheme2'),
('de', 'abt__unitheme2.settings', 'Settings only for AB: UniTheme2'),
('de', 'abt__unitheme2_mv', 'AB: UniTheme2 (Multi-Vendor)'),
('de', 'abt__ut2.addon_social_buttons.share', 'Share'),
('de', 'abt__ut2.add_to_cart', 'Buy now'),
('de', 'abt__ut2.add_to_wishlist.tooltip', 'Add to wishlist'),
('de', 'abt__ut2.banner.color_use', 'Please select the checkbox to use a new color'),
('de', 'abt__ut2.banner.params.avail_from', 'Available from'),
('de', 'abt__ut2.banner.params.avail_till', 'Available till'),
('de', 'abt__ut2.banner.params.background_color', 'Background color'),
('de', 'abt__ut2.banner.params.background_color.tooltip', 'Please select the checkbox to use a new color'),
('de', 'abt__ut2.banner.params.background_image', 'Background image'),
('de', 'abt__ut2.banner.params.background_image_size', 'Specify the size of a background image'),
('de', 'abt__ut2.banner.params.background_image_size.tooltip', 'abt__ut2.banner.params.background_image_size.tooltip'),
('de', 'abt__ut2.banner.params.background_image_size.variants.contain', 'Resize the background image to make sure the image is fully visible'),
('de', 'abt__ut2.banner.params.background_image_size.variants.cover', 'Resize the background image to cover the entire container, even if it has to stretch the image or cut a little bit off one of the edges'),
('de', 'abt__ut2.banner.params.button_color', 'Button color'),
('de', 'abt__ut2.banner.params.button_color.tooltip', 'Please select the checkbox to use a new color'),
('de', 'abt__ut2.banner.params.button_text', 'Text (an appeal to action)'),
('de', 'abt__ut2.banner.params.button_text_color', 'Text color'),
('de', 'abt__ut2.banner.params.button_text_color.tooltip', 'Please select the checkbox to use a new color'),
('de', 'abt__ut2.banner.params.button_use', 'Add button'),
('de', 'abt__ut2.banner.params.button_use.tooltip', 'Select a checkbox for adding of the button. <b>Important!</b>The button will appear only in the presence of the link in the field \"Specify link\"'),
('de', 'abt__ut2.banner.params.class', 'User CSS-class'),
('de', 'abt__ut2.banner.params.color_scheme', 'Color scheme'),
('de', 'abt__ut2.banner.params.color_scheme.tooltip', 'Specifies what color will be <b>Title</b> and <b>Description</b> on the banner. For <b>Dark</b> banner texts will be white, for <b>Light</b> — black.'),
('de', 'abt__ut2.banner.params.color_scheme.variants.dark', 'Dark'),
('de', 'abt__ut2.banner.params.color_scheme.variants.light', 'Light'),
('de', 'abt__ut2.banner.params.content_align', 'Horizontal alignment'),
('de', 'abt__ut2.banner.params.content_align.tooltip', 'Location of the content inside the banner by the horizontal'),
('de', 'abt__ut2.banner.params.content_align.variants.center', 'On the center'),
('de', 'abt__ut2.banner.params.content_align.variants.left', 'On the left'),
('de', 'abt__ut2.banner.params.content_align.variants.right', 'On the right'),
('de', 'abt__ut2.banner.params.content_bg', 'Add semi-transparent background'),
('de', 'abt__ut2.banner.params.content_bg.tooltip', 'Under the description will appear semi-transparent background (the color depends on the color scheme), it will provide a better readability of text on motley background'),
('de', 'abt__ut2.banner.params.content_full_width', 'Content on full width'),
('de', 'abt__ut2.banner.params.content_full_width.tooltip', 'The width of the content block has a default width of 50%. Set this parameter and the width of the block content will be 100%'),
('de', 'abt__ut2.banner.params.content_valign', 'Vertical alignment'),
('de', 'abt__ut2.banner.params.content_valign.tooltip', 'Location of the content inside the banner by the vertical'),
('de', 'abt__ut2.banner.params.content_valign.variants.bottom', 'At the bottom'),
('de', 'abt__ut2.banner.params.content_valign.variants.center', 'On the center'),
('de', 'abt__ut2.banner.params.content_valign.variants.top', 'On the top'),
('de', 'abt__ut2.banner.params.data_type', 'Content type'),
('de', 'abt__ut2.banner.params.data_type.variants.url', 'Link'),
('de', 'abt__ut2.banner.params.description', 'Short description'),
('de', 'abt__ut2.banner.params.description_bg_color', 'Background color'),
('de', 'abt__ut2.banner.params.description_bg_color.tooltip', 'Please select the checkbox to use a new color'),
('de', 'abt__ut2.banner.params.description_color', 'Description color'),
('de', 'abt__ut2.banner.params.description_color.tooltip', 'Please select the checkbox to use a new color'),
('de', 'abt__ut2.banner.params.description_font_size', 'Font size'),
('de', 'abt__ut2.banner.params.how_to_open', 'How to open'),
('de', 'abt__ut2.banner.params.how_to_open.variants.in_new_window', 'In a new window'),
('de', 'abt__ut2.banner.params.how_to_open.variants.in_popup', 'In a popup'),
('de', 'abt__ut2.banner.params.how_to_open.variants.in_this_window', 'In this window'),
('de', 'abt__ut2.banner.params.main_image', 'Main image'),
('de', 'abt__ut2.banner.params.mobile_use', 'Use own settings for Phones'),
('de', 'abt__ut2.banner.params.mobile_use.tooltip', 'Use this option to allow own banner settings for the mobile device Phone'),
('de', 'abt__ut2.banner.params.object', 'The displayed object'),
('de', 'abt__ut2.banner.params.object.variants.image', 'Image'),
('de', 'abt__ut2.banner.params.object.variants.video', 'YouTube video'),
('de', 'abt__ut2.banner.params.padding', 'Internal paddings, px'),
('de', 'abt__ut2.banner.params.padding.tooltip', 'CSS <code>padding</code>. Spacing in pixels inside the banner. It is useful, to standardize the paddings of banner borders to the content'),
('de', 'abt__ut2.banner.params.tablet_use', 'Use own settings for Tablets'),
('de', 'abt__ut2.banner.params.tablet_use.tooltip', 'Use this option to allow own banner settings for the mobile device Tablet'),
('de', 'abt__ut2.banner.params.title', 'Title'),
('de', 'abt__ut2.banner.params.title_color', 'Title color'),
('de', 'abt__ut2.banner.params.title_color.tooltip', 'Please select the checkbox to use a new color'),
('de', 'abt__ut2.banner.params.title_font_size', 'Font size'),
('de', 'abt__ut2.banner.params.title_font_weight', 'Weight of the font'),
('de', 'abt__ut2.banner.params.title_font_weight.variants.300', 'Thin'),
('de', 'abt__ut2.banner.params.title_font_weight.variants.400', 'Normal'),
('de', 'abt__ut2.banner.params.title_font_weight.variants.700', 'Bold'),
('de', 'abt__ut2.banner.params.title_font_weight.variants.900', 'Heavy'),
('de', 'abt__ut2.banner.params.title_shadow', 'Add a shadow for the title'),
('de', 'abt__ut2.banner.params.title_tag', 'Title tag'),
('de', 'abt__ut2.banner.params.title_tag.variants.div', 'div'),
('de', 'abt__ut2.banner.params.title_tag.variants.h1', 'h1'),
('de', 'abt__ut2.banner.params.title_tag.variants.h2', 'h2'),
('de', 'abt__ut2.banner.params.title_tag.variants.h3', 'h3'),
('de', 'abt__ut2.banner.params.url', 'Specify link'),
('de', 'abt__ut2.banner.params.use_avail_period', 'Use available period'),
('de', 'abt__ut2.banner.params.youtube_autoplay', 'Autoplay'),
('de', 'abt__ut2.banner.params.youtube_autoplay.tooltip', 'Due to changes in <b>Google\'s</b> policy, autoplay will only be available without sound. For more information, see <a href=\'https://developers.google.com/web/updates/2017/09/autoplay-policy-changes\' target=\'_blank\'>documentation</a>.<b>Google</b> strongly recommends that the player\'s control panel should be displayed on autoplay.'),
('de', 'abt__ut2.banner.params.youtube_hide_controls', 'Hide player control elements'),
('de', 'abt__ut2.banner.params.youtube_hide_controls.tooltip', 'Don\'t ever assume a video will play, and don\'t show a pause button when the video is not actually playing'),
('de', 'abt__ut2.banner.params.youtube_id', 'YouTube video ID'),
('de', 'abt__ut2.banner.params.youtube_id.tooltip', 'ID video — https://www.youtube.com/watch?v=<b>abcd1234567</b>, specify only <b>abcd1234567</b>'),
('de', 'abt__ut2.banner.params.youtube_use', 'Add YouTube video'),
('de', 'abt__ut2.banner.params_additional', 'Additional settings'),
('de', 'abt__ut2.banner.params_of_block', 'Banner block settings'),
('de', 'abt__ut2.banner.params_of_button', 'Banner button settings'),
('de', 'abt__ut2.banner.params_of_content', 'Settings for the content, shown in the banner'),
('de', 'abt__ut2.banner.params_of_description', 'Banner description settings'),
('de', 'abt__ut2.banner.params_of_object', 'Banner settings for the object/image'),
('de', 'abt__ut2.banner.params_of_title', 'Banner title settings'),
('de', 'abt__ut2.banner.use_own_info', 'Use own value'),
('de', 'abt__ut2.banner.warning', 'Expert banner settings'),
('de', 'abt__ut2.banners', 'Banners'),
('de', 'abt__ut2.banners.manage', 'AB: UniTheme2: Advanced banners'),
('de', 'abt__ut2.banner_tab.general', 'General (AB: UniTheme2: Desktop)'),
('de', 'abt__ut2.banner_tab.mobile', 'AB: UniTheme2: Phone'),
('de', 'abt__ut2.banner_tab.tablet', 'AB: UniTheme2: Tablet'),
('de', 'abt__ut2.block.availability.show_on', '!!! Only for AB: UniTheme2 when using the setting <b>[show_on]</b> block content will be cut from HTML-code for the corresponding device and is not simply hidden by styles'),
('de', 'abt__ut2.blog.there_are_offers', 'Recommendations'),
('de', 'abt__ut2.blog.there_is_video', 'Video'),
('de', 'abt__ut2.brands', 'Brands'),
('de', 'abt__ut2.city_short', 'c.'),
('de', 'abt__ut2.contacts', 'Contact us'),
('de', 'abt__ut2.demodata', 'Demo data'),
('de', 'abt__ut2.demodata.description', 'On this page you can quickly create theme demo data'),
('de', 'abt__ut2.demodata.errors.menu_wasnt_created', 'Menu [name] failed to create'),
('de', 'abt__ut2.demodata.errors.no_blog_page', 'You should create the blog`s parent page'),
('de', 'abt__ut2.demodata.errors.no_data', 'No data.json file'),
('de', 'abt__ut2.demodata.success', 'were created successfully'),
('de', 'abt__ut2.demodata.success.banners', 'Banners [ids] were created successfully'),
('de', 'abt__ut2.demodata.success.blog', 'Blog pages [ids] were created successfully'),
('de', 'abt__ut2.demodata.success.menu', 'Menu [menus] were created successfully'),
('de', 'abt__ut2.demodata.table.add_banners', 'Add demo banners'),
('de', 'abt__ut2.demodata.table.add_blog', 'Add demo blog'),
('de', 'abt__ut2.demodata.table.add_menu', 'Add demo menu with icons and banners'),
('de', 'abt__ut2.demodata.table.add_products', 'Add demo products'),
('de', 'abt__ut2.demodata.table.description', 'Demo data type'),
('de', 'abt__ut2.developer', 'Powered by <a href=\"https://www.cs-cart.com/\" rel=\"nofollow\">CS-Cart</a> and premium theme — <a href=\"https://unitheme.net/?sl=en\" rel=\"nofollow\">© AB: UniTheme2</a>'),
('de', 'abt__ut2.errors.is_correctly_installed.mv.disabled', 'For correct working of UniTheme2 on the CS-Cart Multi-Vendor (used by you) enable addon UniTheme2 for Multi-Vendor edition of CS-Cart (comes with the theme for this edition) and try again'),
('de', 'abt__ut2.errors.is_correctly_installed.mv.uninstalled', 'For correct working of UniTheme2 on the CS-Cart Multi-Vendor (used by you), install and enable addon UniTheme2 for Multi-Vendor edition of CS-Cart (comes with the theme for this edition) and try again'),
('de', 'abt__ut2.export', 'Export'),
('de', 'abt__ut2.export.actions.banners', 'Banners'),
('de', 'abt__ut2.export.actions.banners.placeholder', 'Banners IDs'),
('de', 'abt__ut2.export.actions.blog', 'Blog'),
('de', 'abt__ut2.export.actions.blog.placeholder', 'Parent pages IDs'),
('de', 'abt__ut2.export.actions.menu', 'Menu'),
('de', 'abt__ut2.export.actions.menu.placeholder', 'Menu IDs'),
('de', 'abt__ut2.export.actions.products', 'Products'),
('de', 'abt__ut2.export.actions.products.placeholder', 'Products IDs'),
('de', 'abt__ut2.export.description', 'On this page you can quickly export the data you need in json format'),
('de', 'abt__ut2.export.errors.no_such_type', 'No such type of export for the theme'),
('de', 'abt__ut2.export.success', 'were exported successfully'),
('de', 'abt__ut2.export.success.banners', 'Banners [ids] were exported successfully'),
('de', 'abt__ut2.export.success.blog', 'Blog were exported successfully'),
('de', 'abt__ut2.export.success.menu', 'Menu [ids] were exported successfully'),
('de', 'abt__ut2.export.table.data', 'Export data'),
('de', 'abt__ut2.export.table.description', 'Data type'),
('de', 'abt__ut2.extended.e', 'Extended'),
('de', 'abt__ut2.extended.f', 'On the full width'),
('de', 'abt__ut2.extended.o', 'Original'),
('de', 'abt__ut2.form.generate', 'Generate'),
('de', 'abt__ut2.form.header.additional_products', 'Additional products'),
('de', 'abt__ut2.form.header.base_products', 'Base products'),
('de', 'abt__ut2.form.header.general', 'General'),
('de', 'abt__ut2.grid.padding', 'Padding'),
('de', 'abt__ut2.grid.padding.variants.bottom', 'Only bottom'),
('de', 'abt__ut2.grid.padding.variants.none', 'None'),
('de', 'abt__ut2.grid.padding.variants.top', 'Only top'),
('de', 'abt__ut2.grid.padding.variants.top_bottom', 'Top and bottom'),
('de', 'abt__ut2.grid.tab_description', 'The settings below apply only to the theme AB: UniTheme2 layouts sections'),
('de', 'abt__ut2.grid_settings', 'AB: UniTheme2: Additional settings'),
('de', 'abt__ut2.grid_tabs.abt__ut2_show_in_tabs', 'Show all section blocks in tabs'),
('de', 'abt__ut2.grid_tabs.abt__ut2_use_ajax', 'Use Ajax for loading the second and next tabs content'),
('de', 'abt__ut2.help', 'Help'),
('de', 'abt__ut2.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/abt__unitheme2.doc\'>the documentation</a>.'),
('de', 'abt__ut2.hover_to_enlarge', 'Hover on image to enlarge'),
('de', 'abt__ut2.icons', 'Available icons'),
('de', 'abt__ut2.icons.class', 'Icon class'),
('de', 'abt__ut2.icons.info', 'On this page you can see the list of icons, available to you in the theme'),
('de', 'abt__ut2.icons.ut2_icons', 'Theme icons list'),
('de', 'abt__ut2.less_settings', 'Color scheme settings'),
('de', 'abt__ut2.less_settings.containers', 'Containers'),
('de', 'abt__ut2.less_settings.containers.header.add_delimiters', 'Add dividing strips'),
('de', 'abt__ut2.less_settings.containers.header.add_delimiters.tooltip', 'Adds dividing strips at the Top part of the site, visually separates the blocks \"Categories\", \"Search\", \"Account\" and \"Cart\"'),
('de', 'abt__ut2.less_settings.containers.header.use_animation_for_not_empty_cart', 'Use animation effect for non empty cart'),
('de', 'abt__ut2.less_settings.containers.header.use_animation_for_not_empty_cart.tooltip', 'Adds animation effect, to pay attention to the non empty user cart'),
('de', 'abt__ut2.less_settings.containers.header.use_color_elements_on_hover', 'Color for hovering over the elements \"Categories\", \"Account\" and \"Cart\"'),
('de', 'abt__ut2.less_settings.containers.header.use_color_elements_on_hover.tooltip', 'The color for hovering over the drop-down elements \"Categories\", \"Account\" and \"Cart\" is used only in the \"Advanced\" and \"Fixed\" layouts'),
('de', 'abt__ut2.less_settings.containers.header.use_color_icons', 'The color of the icons for elements \"Categories\", \"Account\" and \"Cart\"'),
('de', 'abt__ut2.less_settings.containers.header.use_color_icons.tooltip', 'Is used only in layouts \"Advanced\" and \"Fixed\"'),
('de', 'abt__ut2.less_settings.containers.header.use_color_menu_on_hover', 'Color for hovering over a first level menu item'),
('de', 'abt__ut2.less_settings.containers.header.use_color_menu_on_hover.tooltip', 'Background color used for hovering over menu items of the first level. It is used only in the \"Default\" layout with a horizontal menu type. Also determines the color of the active first level menu item'),
('de', 'abt__ut2.less_settings.containers.header_group', 'Header'),
('de', 'abt__ut2.less_settings.containers.header_group_description', 'Settings for blocks and sections of the \"Header\" container'),
('de', 'abt__ut2.less_settings.containers_description', 'Below are the settings that affect the blocks and sections of the corresponding container in the layouts.'),
('de', 'abt__ut2.less_settings.general', 'General'),
('de', 'abt__ut2.less_settings.general.buttons.style', 'Style'),
('de', 'abt__ut2.less_settings.general.buttons.style.tooltip', 'Set button style'),
('de', 'abt__ut2.less_settings.general.buttons.style.variants.use_background', 'Use filled background'),
('de', 'abt__ut2.less_settings.general.buttons.style.variants.use_border', 'Use border only'),
('de', 'abt__ut2.less_settings.general.buttons.use_gradient', 'Add bulk'),
('de', 'abt__ut2.less_settings.general.buttons.use_gradient.tooltip', 'The buttons will use a background color with a gradient fill from light to dark based on the color of the button'),
('de', 'abt__ut2.less_settings.general.buttons.use_shadow', 'Add shadow'),
('de', 'abt__ut2.less_settings.general.buttons.use_shadow.tooltip', 'Use shadow in the buttons design'),
('de', 'abt__ut2.less_settings.general.buttons.use_text_uppercase', 'Display text in capital letters'),
('de', 'abt__ut2.less_settings.general.buttons.use_text_uppercase.tooltip', 'Allows you to define the display format of letters in buttons, lowercase or uppercase letters'),
('de', 'abt__ut2.less_settings.general.buttons_group', 'Buttons'),
('de', 'abt__ut2.less_settings.general.buttons_group_description', 'Allows you to set button styles'),
('de', 'abt__ut2.less_settings.general.labels.style', 'Form'),
('de', 'abt__ut2.less_settings.general.labels.style.tooltip', 'Specify the displaying form of discount labels'),
('de', 'abt__ut2.less_settings.general.labels.style.variants.as_circle', 'Round'),
('de', 'abt__ut2.less_settings.general.labels.style.variants.as_drop', 'Drop'),
('de', 'abt__ut2.less_settings.general.labels.style.variants.as_rectangle', 'Rectangular'),
('de', 'abt__ut2.less_settings.general.labels.use_outline', 'Use border style'),
('de', 'abt__ut2.less_settings.general.labels.use_outline.tooltip', 'Adds border style'),
('de', 'abt__ut2.less_settings.general.labels.use_shadow', 'Add shadow'),
('de', 'abt__ut2.less_settings.general.labels.use_shadow.tooltip', 'Adds shadow'),
('de', 'abt__ut2.less_settings.general.labels.use_text_shadow', 'Add shadow for text'),
('de', 'abt__ut2.less_settings.general.labels.use_text_shadow.tooltip', 'Adds shadow for text'),
('de', 'abt__ut2.less_settings.general.labels_group', 'Labels (stickers)'),
('de', 'abt__ut2.less_settings.general.labels_group_description', 'Allows you to set styles for product stickers. For example, Free Shipping, Discount, etc.'),
('de', 'abt__ut2.less_settings.general.stars_rating_color', 'Color of starlets for product rating'),
('de', 'abt__ut2.less_settings.general.stars_rating_color.tooltip', 'Specify your own star color for product rating'),
('de', 'abt__ut2.less_settings.general.use_rounding', 'Round corners for interface elements'),
('de', 'abt__ut2.less_settings.general.use_rounding.tooltip', 'Use rounding corners of elements (windows, buttons, icons, form fields, etc.)'),
('de', 'abt__ut2.less_settings.general.use_rounding.variants.do_not_use', 'Don\'t use'),
('de', 'abt__ut2.less_settings.general.use_rounding.variants.full', 'Fully rounded'),
('de', 'abt__ut2.less_settings.general.use_rounding.variants.little', 'Make a little roundness'),
('de', 'abt__ut2.less_settings.general.use_titles_uppercase', 'Display headers in capital letters'),
('de', 'abt__ut2.less_settings.general.use_titles_uppercase.tooltip', 'Allows you to show headers in capital letters (used for all page headers, blocks, banners headers, etc.)'),
('de', 'abt__ut2.less_settings.general_description', 'Below are the general settings.'),
('de', 'abt__ut2.less_settings.is_absent', 'The following color values are not set for your [style] style'),
('de', 'abt__ut2.less_settings.is_absent.core', 'System values'),
('de', 'abt__ut2.less_settings.is_absent.recomend_to_add', 'We recommend that you assign their values, as this may lead to errors in the future.'),
('de', 'abt__ut2.less_settings.is_absent.theme', 'Theme values'),
('de', 'abt__ut2.less_settings.products', 'Product'),
('de', 'abt__ut2.less_settings.products.use_color_buttons_add_to_cart', 'Set individual color for <br> \"Add to cart\" button'),
('de', 'abt__ut2.less_settings.products.use_color_buttons_add_to_cart.tooltip', 'Allows you to assign an individual color to the \"Add to cart\" button on the product detail page and in the \"Quick view\" window'),
('de', 'abt__ut2.less_settings.products_description', 'Below are the settings that affect the styles for product detail page'),
('de', 'abt__ut2.less_settings.product_list', 'Product lists'),
('de', 'abt__ut2.less_settings.product_list.extend_grid_item_on_hover', 'Expand grid item on hover'),
('de', 'abt__ut2.less_settings.product_list.extend_grid_item_on_hover.tooltip', 'Adds the extending effect for item grid, when hovering on it in the list. Applies only to the Grid view of listings.'),
('de', 'abt__ut2.less_settings.product_list.show_grid_border', 'Frame type of the product in the grid'),
('de', 'abt__ut2.less_settings.product_list.show_grid_border.tooltip', 'You can change the frame type for cells in the lists of products'),
('de', 'abt__ut2.less_settings.product_list.show_grid_border.variants.none', 'Not framed'),
('de', 'abt__ut2.less_settings.product_list.show_grid_border.variants.solid_without_margins', 'Frame without external indents'),
('de', 'abt__ut2.less_settings.product_list.show_grid_border.variants.solid_with_margins', 'Frame with outer indents'),
('de', 'abt__ut2.less_settings.product_list.use_elements_alignment', 'Use elements alignment'),
('de', 'abt__ut2.less_settings.product_list.use_elements_alignment.tooltip', 'Allows you to align some elements of the list of symmetrically neighboring cells of products'),
('de', 'abt__ut2.less_settings.product_list.use_elements_alignment.variants.do_not_use', 'Don\'t use'),
('de', 'abt__ut2.less_settings.product_list.use_elements_alignment.variants.use', 'Use'),
('de', 'abt__ut2.less_settings.product_list_description', 'Below are the settings that affect the styles for elements in the product lists'),
('de', 'abt__ut2.less_settings.style.tooltip', 'Select Style (less-file, to which the following settings will be applied)'),
('de', 'abt__ut2.less_settings_description', '<b>Attention!</b> These settings apply only to the selected color scheme (in order to see the changes: make sure, that the selected in the \"Style\" settings field value corresponds to the color scheme, selected in your store (you can check the selected color scheme by Design -> Themes -> in the table opposite the chosen as default layout))'),
('de', 'abt__ut2.light_menu.back_to_main', 'Back to main'),
('de', 'abt__ut2.load_more.show_more.pages', 'Show another [n] page|Show another [n] pages'),
('de', 'abt__ut2.load_more.show_more.products', 'Show another [n] product|Show another [n] products'),
('de', 'abt__ut2.load_more_products.already_showing_all_products', 'Showing [n] product|Showing all [n] products'),
('de', 'abt__ut2.load_more_products.show_more', 'Show another [n] product|Show another [n] products'),
('de', 'abt__ut2.mainbox_general_seo', 'AB: General title (SEO)'),
('de', 'abt__ut2.menu.tab_description', 'The following settings should be used only for menu items, that use extra templates in the menu block layout: <b>AB: Horizontal dropdown list with icons</b> or <b>AB: Vertical dropdown list with icons</b> of the UniTheme2 theme'),
('de', 'abt__ut2.menus.pickers.add_menus', 'Add menu'),
('de', 'abt__ut2.menus.pickers.add_menus_and_close', 'Add menu and close'),
('de', 'abt__ut2.menus.pickers.states', 'Initial menu state'),
('de', 'abt__ut2.menus.pickers.states.hide_items', 'Hide elements and show the menu name'),
('de', 'abt__ut2.menus.pickers.states.show_items', 'Show elements'),
('de', 'abt__ut2.menus.pickers.states.tooltip', 'Select how the menu will be displayed when loading the page'),
('de', 'abt__ut2.menu_with_icons.desc', 'Short description'),
('de', 'abt__ut2.menu_with_icons.dropdown', 'Activate 3-level menu (dropdown list)'),
('de', 'abt__ut2.menu_with_icons.icon', 'Icon'),
('de', 'abt__ut2.menu_with_icons.label', 'Label'),
('de', 'abt__ut2.menu_with_icons.label_background', 'Label background'),
('de', 'abt__ut2.menu_with_icons.label_color', 'Label color'),
('de', 'abt__ut2.menu_with_icons.status', 'Activate settings'),
('de', 'abt__ut2.menu_with_icons.text', 'HTML-content'),
('de', 'abt__ut2.menu_with_icons.text_position', 'HTML-content position'),
('de', 'abt__ut2.menu_with_icons.text_position.bottom', 'Bottom'),
('de', 'abt__ut2.menu_with_icons.text_position.right_bottom', 'Right bottom'),
('de', 'abt__ut2.menu_with_icons.text_position.right_top', 'Right top'),
('de', 'abt__ut2.microdata', 'Organization microdata'),
('de', 'abt__ut2.microdata.schema_type', 'Schema type'),
('de', 'abt__ut2.microdata.schema_type.article', 'Article'),
('de', 'abt__ut2.microdata.schema_type.blogposting', 'Blog'),
('de', 'abt__ut2.microdata.schema_type.newsarticle', 'News'),
('de', 'abt__ut2.microdata.schema_type.none', 'Do not use'),
('de', 'abt__ut2.migaritions_from_unitheme1.update_po', 'Language variables recovery'),
('de', 'abt__ut2.migaritions_from_unitheme1.update_po.exist.description', 'For your installation, no additional actions for language variables recovery are required!'),
('de', 'abt__ut2.migaritions_from_unitheme1.update_po.not_exist.description', 'On this page, you can recover language variables which were deleted during removing of the first generation UniTheme addon'),
('de', 'abt__ut2.migaritions_from_unitheme1.update_po.success', 'Selected language variables were successfully recovered!'),
('de', 'abt__ut2.option.height', 'Height, px'),
('de', 'abt__ut2.option.margin', 'Margin, px'),
('de', 'abt__ut2.settings', 'Theme settings'),
('de', 'abt__ut2.settings.addons', 'Addons'),
('de', 'abt__ut2.settings.addons.wishlist_products.item_quantity', 'Show products in a row'),
('de', 'abt__ut2.settings.addons.wishlist_products.item_quantity.tooltip', 'Specify the quantity to display products in a row (only for \"Grid\")'),
('de', 'abt__ut2.settings.addons.wishlist_products_group', '\"Wish List\" addon'),
('de', 'abt__ut2.settings.addons.wishlist_products_group_description', 'Allows to add products to user wishlists'),
('de', 'abt__ut2.settings.addons_description', 'Here are setting, that affect on appearance of different addons pages in theme'),
('de', 'abt__ut2.settings.category', 'Category'),
('de', 'abt__ut2.settings.category.description_position', 'Display category description'),
('de', 'abt__ut2.settings.category.description_position.tooltip', 'Determines how the category description is displayed (nevertheless, regardless of the place of display, the Description field will be displayed in the code always above the product block, this is one of the recommendations of SEO audits)'),
('de', 'abt__ut2.settings.category.description_position.variants.bottom', 'After products'),
('de', 'abt__ut2.settings.category.description_position.variants.none', 'Don\'t display'),
('de', 'abt__ut2.settings.category.description_position.variants.top', 'Before products'),
('de', 'abt__ut2.settings.category.show_subcategories', 'Show subcategories on category pages'),
('de', 'abt__ut2.settings.category.show_subcategories.tooltip', 'Allows subcategories to be displayed in categories'),
('de', 'abt__ut2.settings.category_description', 'Here are the theme settings for Categories pages'),
('de', 'abt__ut2.settings.features', 'Features'),
('de', 'abt__ut2.settings.features.description_position', 'Display description of feature variant'),
('de', 'abt__ut2.settings.features.description_position.tooltip', 'Determines how the feature description is displayed (nevertheless, regardless of the place of display, the Description field will be displayed in the code always above the product block, this is one of the recommendations of SEO audits)'),
('de', 'abt__ut2.settings.features.description_position.variants.bottom', 'After products'),
('de', 'abt__ut2.settings.features.description_position.variants.none', 'Don\'t display'),
('de', 'abt__ut2.settings.features.description_position.variants.top', 'Before products'),
('de', 'abt__ut2.settings.features_description', 'Here are the settings for the Features pages (Purpose: Brand, author, etc.)'),
('de', 'abt__ut2.settings.general', 'General'),
('de', 'abt__ut2.settings.general.blog_page_id', 'Blog main page ID'),
('de', 'abt__ut2.settings.general.blog_page_id.button', 'All blog articles'),
('de', 'abt__ut2.settings.general.blog_page_id.tooltip', 'Specify this setting to display the link \"All pages\" in the block \"Actual news\" (see Website -> Blog)'),
('de', 'abt__ut2.settings.general.brand_feature_id', 'Brand feature ID'),
('de', 'abt__ut2.settings.general.brand_feature_id.tooltip', 'Specify brand Feature ID (Purpose: Brand, author, etc.). Feature ID is located next to the feature name in the features list (Products -> Features in the store administrative panel).The parameter \"Show in product list\" must be checked/ticked for specified feature'),
('de', 'abt__ut2.settings.general.enable_fixed_header_panel', 'Enable sticky menu'),
('de', 'abt__ut2.settings.general.enable_fixed_header_panel.tooltip', 'Allows you to display a fixed panel with elements of the header. The main elements of the store header will be visible even, when scrolling'),
('de', 'abt__ut2.settings.general.menu_min_height', 'Minimum height for the menu (only for Vertical type), px'),
('de', 'abt__ut2.settings.general.menu_min_height.tooltip', 'The minimum height for the vertical menu block with items of the second level. It is used to make the match of the height for left and right parts of menu (well described in the theme documentation)'),
('de', 'abt__ut2.settings.general_description', 'Here are the general theme settings, they affect the appearance and store functionality'),
('de', 'abt__ut2.settings.load_more', 'Show more'),
('de', 'abt__ut2.settings.load_more.before_end', 'Start for N px to the end of the page'),
('de', 'abt__ut2.settings.load_more.before_end.tooltip', 'Used only for working mode Automatically'),
('de', 'abt__ut2.settings.load_more.blog', 'Allow for the Blog'),
('de', 'abt__ut2.settings.load_more.blog.tooltip', 'Allow displaying \"Show more\" button for Blog posts'),
('de', 'abt__ut2.settings.load_more.mode', 'Paginator operation mode'),
('de', 'abt__ut2.settings.load_more.mode.tooltip', 'Choose working mode for button Show more.<br /><b>Automatically</b> — in this mode next page will be loaded over N px before the end of page while scrolling down.<br /><b>By button click</b> — next products page will be loaded only clicking the button by the user'),
('de', 'abt__ut2.settings.load_more.mode.variants.auto', 'Automatically'),
('de', 'abt__ut2.settings.load_more.mode.variants.on_button_click', 'By button click'),
('de', 'abt__ut2.settings.load_more.product_list', 'Allow for product lists'),
('de', 'abt__ut2.settings.load_more.product_list.tooltip', 'Allow display of \"Show more\" button for categories, brands, newest pages etc.'),
('de', 'abt__ut2.settings.load_more_description', 'Below are the settings for the \"Show more\" functional for various objects in lists (lazy pagination)'),
('de', 'abt__ut2.settings.name', 'Name'),
('de', 'abt__ut2.settings.products', 'Product'),
('de', 'abt__ut2.settings.products.addon_buy_together.view', 'Way of display'),
('de', 'abt__ut2.settings.products.addon_buy_together.view.tooltip', 'Choose way of display (added by AB: UniTheme2 theme or standard output by the tab)'),
('de', 'abt__ut2.settings.products.addon_buy_together.view.variants.as_block_above_tabs', 'As block before product tabs'),
('de', 'abt__ut2.settings.products.addon_buy_together.view.variants.as_tab_in_tabs', 'As product tab'),
('de', 'abt__ut2.settings.products.addon_buy_together_group', '\"Buy together\" addon'),
('de', 'abt__ut2.settings.products.addon_buy_together_group_description', 'Native CS-Cart add-on, which allows to display profitable offers in combination with the current product, on the page of which the user is located'),
('de', 'abt__ut2.settings.products.addon_required_products.item_quantity', 'Show products in row'),
('de', 'abt__ut2.settings.products.addon_required_products.item_quantity.tooltip', 'Specify the quantity products to display in a row (only for \"Grid\")'),
('de', 'abt__ut2.settings.products.addon_required_products.list_type', 'Template'),
('de', 'abt__ut2.settings.products.addon_required_products.list_type.tooltip', 'Choose template for displaying product list'),
('de', 'abt__ut2.settings.products.addon_required_products.list_type.variants.compact_list', 'Compact list'),
('de', 'abt__ut2.settings.products.addon_required_products.list_type.variants.grid_list', 'Grid'),
('de', 'abt__ut2.settings.products.addon_required_products.list_type.variants.product_list', 'List without options'),
('de', 'abt__ut2.settings.products.addon_required_products_group', '\"Required products\" addon'),
('de', 'abt__ut2.settings.products.addon_required_products_group_description', 'Native CS-Cart addon \"Required products\" creates a group of products, that will be added to the cart with the product, on which page the user is located'),
('de', 'abt__ut2.settings.products.addon_social_buttons.view', 'Show Share buttons for social networks'),
('de', 'abt__ut2.settings.products.addon_social_buttons.view.tooltip', 'Please note, that using this option slows down the loading of the product page. Not recommended for displaying on mobile devices.'),
('de', 'abt__ut2.settings.products.addon_social_buttons_group', 'Addon \"Social buttons\"'),
('de', 'abt__ut2.settings.products.addon_social_buttons_group_description', 'Native CS-Cart addon \"Social Buttons\" displays Share buttons widgets for social networks'),
('de', 'abt__ut2.settings.products.custom_block_id', 'Custom block ID / Output the block in the right column'),
('de', 'abt__ut2.settings.products.custom_block_id.tooltip', 'Specify the custom block ID, which you want to display on the right side of the product detail page (the block must be added to the Products layout and can be turned off, a special function will add it to the intended place to bypass the CS-Cart layout system) (well described in the theme documentation)'),
('de', 'abt__ut2.settings.products.vendor.show_ask_question_link', 'Show \"Ask a question\" link'),
('de', 'abt__ut2.settings.products.vendor.show_ask_question_link.tooltip', 'Allows customers to communicate with the vendor using chat. Depends on \"Ask seller a question\" addon'),
('de', 'abt__ut2.settings.products.vendor.show_logo', 'Show vendor logo'),
('de', 'abt__ut2.settings.products.vendor.show_logo.tooltip', 'Displays the vendor\'s logo'),
('de', 'abt__ut2.settings.products.vendor.show_name_as_link', 'Use vendor name as a link on a vendor page'),
('de', 'abt__ut2.settings.products.vendor.show_name_as_link.tooltip', 'Allows use vendor name as a link to the page of this vendor'),
('de', 'abt__ut2.settings.products.vendor.show_phone', 'Show vendor phone number'),
('de', 'abt__ut2.settings.products.vendor.show_phone.tooltip', 'Allows you to display the phone number of the vendor'),
('de', 'abt__ut2.settings.products.vendor.truncate_short_description', 'Number of characters for vendor description'),
('de', 'abt__ut2.settings.products.vendor.truncate_short_description.tooltip', 'Allows you to limit the output of a vendor description, specify the number of displayed characters. To disable output, use the value \"0\"'),
('de', 'abt__ut2.settings.products.vendor_group', 'Block with vendor information'),
('de', 'abt__ut2.settings.products.vendor_group_description', 'Settings for block with vendor information on the product page'),
('de', 'abt__ut2.settings.products.view.brand_link_behavior', 'Brand logo link behavior'),
('de', 'abt__ut2.settings.products.view.brand_link_behavior.tooltip', 'Determines the brand logo link'),
('de', 'abt__ut2.settings.products.view.brand_link_behavior.variants.to_brand_page', 'The link leads to brand page'),
('de', 'abt__ut2.settings.products.view.brand_link_behavior.variants.to_category_with_filter', 'The link leads to the main product category with the selected filter by product brand'),
('de', 'abt__ut2.settings.products.view.show_brand_logo', 'Show product brand logo'),
('de', 'abt__ut2.settings.products.view.show_brand_logo.tooltip', 'Allow the display of product brand logo. For the setting to work, you must correctly specify Brand feature ID setting value in General tab'),
('de', 'abt__ut2.settings.products.view.show_features', 'Show product features'),
('de', 'abt__ut2.settings.products.view.show_features.tooltip', 'Allow displaying of selected product features (for displaying on the product page (but not in Features tab), the feature must have an active setting \"Show in header on the product details page\")'),
('de', 'abt__ut2.settings.products.view.show_qty', 'Show quantity changer'),
('de', 'abt__ut2.settings.products.view.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('de', 'abt__ut2.settings.products.view.show_short_description', 'Show short description'),
('de', 'abt__ut2.settings.products.view.show_short_description.tooltip', 'Allow the display of the \"Short description\"'),
('de', 'abt__ut2.settings.products.view.show_sku', 'Show product code (Sku)'),
('de', 'abt__ut2.settings.products.view.show_sku.tooltip', 'Allow product code (Sku) showing'),
('de', 'abt__ut2.settings.products.view.show_sticky_add_to_cart', 'Show sticky block Add to cart (only for mobile devices)'),
('de', 'abt__ut2.settings.products.view.show_sticky_add_to_cart.tooltip', 'Allow output of a fixed block with the Add to cart button at the bottom of the mobile device screen. Also depending on the state of the option \"Show quantity changer\" in the block, the changer of products quantity for the order can be shown'),
('de', 'abt__ut2.settings.products.view_group', 'Additional displaying settings'),
('de', 'abt__ut2.settings.products.view_group_description', 'Additional appearance settings for the product page'),
('de', 'abt__ut2.settings.products_description', 'Here theme settings which affect the product detailed page appearance'),
('de', 'abt__ut2.settings.product_list', 'Product lists'),
('de', 'abt__ut2.settings.product_list.decolorate_out_of_stock_products', 'Decolorize out of stock products'),
('de', 'abt__ut2.settings.product_list.decolorate_out_of_stock_products.tooltip', 'Applies the effect of decolorize for product items, that are out of stock. Only for lists in categories is used'),
('de', 'abt__ut2.settings.product_list.lazy_load', 'Use images lazy load'),
('de', 'abt__ut2.settings.product_list.lazy_load.tooltip', 'Speeds up the category page loading due to the fact, that images are loaded after the page is already loaded, images will be loaded only by users screen demand. Not compatible with activated option of setting \"Show product mini icons gallery in the product list\"'),
('de', 'abt__ut2.settings.product_list.limit_product_variations', 'The maximum quantity of the displayed products variations'),
('de', 'abt__ut2.settings.product_list.limit_product_variations.tooltip', 'Specify the number of available variations, that will be shown for the product in the list, if more variations are available, than specified in the setting, the remaining amount will be indicated in brackets (+ N more). Value <code>0</code> in setting will block the display of variations.'),
('de', 'abt__ut2.settings.product_list.max_features', 'Max number of displayed features in lists'),
('de', 'abt__ut2.settings.product_list.max_features.tooltip', 'Specify the number of features displayed in all available lists for different devices'),
('de', 'abt__ut2.settings.product_list.price_display_format', 'Price display format'),
('de', 'abt__ut2.settings.product_list.price_display_format.tooltip', 'Formats options (of the elements positions) of price display'),
('de', 'abt__ut2.settings.product_list.price_display_format.variants.col', 'Option 1'),
('de', 'abt__ut2.settings.product_list.price_display_format.variants.mix', 'Option 3'),
('de', 'abt__ut2.settings.product_list.price_display_format.variants.row', 'Option 2'),
('de', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content', 'Content of bottom part of the product grid item'),
('de', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.tooltip', 'Select, what fields will be used as a additional information of the product item'),
('de', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.description', 'Short description'),
('de', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.features', 'Features list'),
('de', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.features_and_variations', 'Features and variations list'),
('de', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.none', 'Don\'t display'),
('de', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.variations', 'Variations list'),
('de', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_height', 'Minimum height for product cell, px'),
('de', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_height.tooltip', 'Defines the product cell height according to your needs'),
('de', 'abt__ut2.settings.product_list.products_multicolumns.show_brand_logo', 'Show brand logo'),
('de', 'abt__ut2.settings.product_list.products_multicolumns.show_brand_logo.tooltip', 'Allow the brand logo displaying (requires proper assigned option \"Brand feature ID\" in the \"General\" section of theme settings and downloaded images for Brand feature variants)'),
('de', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons', 'Show \"Add to cart\" buttons'),
('de', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons.tooltip', 'Allow the display of the \"Add to cart\" and \"Buy now with 1-click\" buttons'),
('de', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons_on_hover', 'Show buttons only while hovering'),
('de', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons_on_hover.tooltip', 'Buttons \"Add to cart\" and \"Buy now with 1-click\" will be shown only while hovering on the product cell'),
('de', 'abt__ut2.settings.product_list.products_multicolumns.show_qty', 'Show quantity changer'),
('de', 'abt__ut2.settings.product_list.products_multicolumns.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('de', 'abt__ut2.settings.product_list.products_multicolumns.show_sku', 'Show product code (Sku)'),
('de', 'abt__ut2.settings.product_list.products_multicolumns.show_sku.tooltip', 'Allow product code (Sku) showing'),
('de', 'abt__ut2.settings.product_list.products_multicolumns.show_you_save', 'Show \"You save\"'),
('de', 'abt__ut2.settings.product_list.products_multicolumns.show_you_save.tooltip', 'Shows information about savings (amount of your savings)'),
('de', 'abt__ut2.settings.product_list.products_multicolumns_group', 'Settings for \"Grid\" product list view'),
('de', 'abt__ut2.settings.product_list.products_multicolumns_group_description', 'Settings for \"Grid\" product list view. Please note, that some settings allow you to control the output of functional elements for different devices separately'),
('de', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content', 'Content under description'),
('de', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.tooltip', 'Select, what fields will be used as the additional information of the product item'),
('de', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.features', 'Features list'),
('de', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.features_and_variations', 'Features and variations list'),
('de', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.none', 'Don\'t display'),
('de', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.variations', 'Variations list'),
('de', 'abt__ut2.settings.product_list.products_without_options.show_amount', 'Show product availability status'),
('de', 'abt__ut2.settings.product_list.products_without_options.show_amount.tooltip', 'Allow the display of the status of stock availability (In stock, Out of stock)');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('de', 'abt__ut2.settings.product_list.products_without_options.show_brand_logo', 'Show brand logo'),
('de', 'abt__ut2.settings.product_list.products_without_options.show_brand_logo.tooltip', 'Allow the brand logo displaying (requires proper assigned option \"Brand feature ID\" in the \"General\" section of theme settings and downloaded images for Brand feature variants)'),
('de', 'abt__ut2.settings.product_list.products_without_options.show_features', 'Show product features'),
('de', 'abt__ut2.settings.product_list.products_without_options.show_features.tooltip', 'Allow display of selected product features (for displaying in the product list the feature must have an active setting \"Show in product list\")'),
('de', 'abt__ut2.settings.product_list.products_without_options.show_options', 'Show product options'),
('de', 'abt__ut2.settings.product_list.products_without_options.show_options.tooltip', 'Allow display of product options'),
('de', 'abt__ut2.settings.product_list.products_without_options.show_qty', 'Show quantity changer'),
('de', 'abt__ut2.settings.product_list.products_without_options.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('de', 'abt__ut2.settings.product_list.products_without_options.show_sku', 'Show product code (Sku)'),
('de', 'abt__ut2.settings.product_list.products_without_options.show_sku.tooltip', 'Allow product code (Sku) showing'),
('de', 'abt__ut2.settings.product_list.products_without_options_group', 'Settings for \"List without options\" product list view'),
('de', 'abt__ut2.settings.product_list.products_without_options_group_description', 'Settings for \"List without options\" product list view. Please note, that some settings allow you to control the output of functional elements for different devices separately'),
('de', 'abt__ut2.settings.product_list.short_list.show_button', 'Show \"Add to cart\" button'),
('de', 'abt__ut2.settings.product_list.short_list.show_button.tooltip', 'Allow the display of the \"Add to cart\" buttons'),
('de', 'abt__ut2.settings.product_list.short_list.show_button_compare', 'Show \"Add to comparison list\" button'),
('de', 'abt__ut2.settings.product_list.short_list.show_button_compare.tooltip', 'Allow the display of the \"Add to comparison list\" button'),
('de', 'abt__ut2.settings.product_list.short_list.show_button_quick_view', 'Show \"Quick view\" button'),
('de', 'abt__ut2.settings.product_list.short_list.show_button_quick_view.tooltip', 'Allow the display of the \"Quick view\" button'),
('de', 'abt__ut2.settings.product_list.short_list.show_button_wishlist', 'Show \"Add to wish list\" button'),
('de', 'abt__ut2.settings.product_list.short_list.show_button_wishlist.tooltip', 'Allow the display of the \"Add to wish list\" button'),
('de', 'abt__ut2.settings.product_list.short_list.show_qty', 'Show quantity changer'),
('de', 'abt__ut2.settings.product_list.short_list.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('de', 'abt__ut2.settings.product_list.short_list.show_sku', 'Show product code (Sku)'),
('de', 'abt__ut2.settings.product_list.short_list.show_sku.tooltip', 'Allow product code (Sku) showing'),
('de', 'abt__ut2.settings.product_list.short_list_group', 'Settings for \"Compact list\" product list view'),
('de', 'abt__ut2.settings.product_list.short_list_group_description', 'Settings for \"Compact list\" product list view. Pay attention to the presence of addon-dependent settings. Some settings allow managing functionality elements output for different devices separately'),
('de', 'abt__ut2.settings.product_list.show_fixed_filters_button', 'Enable fixed filter call button'),
('de', 'abt__ut2.settings.product_list.show_fixed_filters_button.tooltip', 'When the setting is turned on when the page is scrolled, a button for calling filters will appear.'),
('de', 'abt__ut2.settings.product_list.show_gallery', 'Show product mini icons gallery in the product list'),
('de', 'abt__ut2.settings.product_list.show_gallery.tooltip', 'Activates the option of scrolling the product photos mini gallery in the lists. Applies only to the product list with the \"Grid\" output template'),
('de', 'abt__ut2.settings.product_list.show_rating', 'Display product rating'),
('de', 'abt__ut2.settings.product_list.show_rating.tooltip', 'Allows to display product rating stars'),
('de', 'abt__ut2.settings.product_list_description', 'Here are the product lists settings of the theme, that affect the output for all product blocks and product lists on categories, search, features pages. Note: blocks can have their own settings and not use selected parameters. The presence of the <i class=\"icon-is-addon\"></i> icon for the setting means, that it is dependent on the presence of an addon, that needs to be turned on'),
('de', 'abt__ut2.settings.value', 'Value for all devices'),
('de', 'abt__ut2.settings.value.desktop', 'Value for Desktop'),
('de', 'abt__ut2.settings.value.mobile', 'Value for Phone'),
('de', 'abt__ut2.settings.value.tablet', 'Value for Tablet'),
('de', 'abt__ut2.settings.vendor', 'Vendor'),
('de', 'abt__ut2.settings.vendor.show_ask_question_link', 'Display \"Ask a question\" link'),
('de', 'abt__ut2.settings.vendor.show_ask_question_link.tooltip', 'Allows customers to communicate with the vendor using chat. Depends on \"Ask seller a question\" addon'),
('de', 'abt__ut2.settings.vendor.truncate_short_description', 'Number of characters for vendor description'),
('de', 'abt__ut2.settings.vendor.truncate_short_description.tooltip', 'Allows you to limit the output of vendor short description, specify the number of displayed characters. To disable output, use the value \"0\"'),
('de', 'abt__ut2.settings.vendor_description', 'Block with vendor information on the vendor\'s page'),
('de', 'abt__ut2.sort_by_bestsellers_asc', 'Bestselling: Low to High'),
('de', 'abt__ut2.sort_by_bestsellers_desc', 'Bestselling First'),
('de', 'abt__ut2.sort_by_company_asc', 'Sort by alphabetical: A to Z'),
('de', 'abt__ut2.sort_by_company_desc', 'Sort by alphabetical: Z to A'),
('de', 'abt__ut2.sort_by_null_asc', 'Without sorting'),
('de', 'abt__ut2.sort_by_on_sale_asc', 'Discount: Low to High'),
('de', 'abt__ut2.sort_by_on_sale_desc', 'Discount: High to Low'),
('de', 'abt__ut2.sort_by_popularity_asc', 'Popularity: Low to High'),
('de', 'abt__ut2.sort_by_popularity_desc', 'Popular First'),
('de', 'abt__ut2.sort_by_position_asc', 'Position: Low to High'),
('de', 'abt__ut2.sort_by_position_desc', 'Position: High to Low'),
('de', 'abt__ut2.sort_by_price_asc', 'Price: Low to High'),
('de', 'abt__ut2.sort_by_price_desc', 'Price: High to Low'),
('de', 'abt__ut2.sort_by_product_asc', 'from A to Z'),
('de', 'abt__ut2.sort_by_product_desc', 'from Z to A'),
('de', 'abt__ut2.sort_by_rating_asc', 'Sort by rating: Low to High'),
('de', 'abt__ut2.sort_by_rating_desc', 'Sort by rating'),
('de', 'abt__ut2.sort_by_timestamp_asc', 'Oldest Items First'),
('de', 'abt__ut2.sort_by_timestamp_desc', 'Newest Items First'),
('de', 'abt__ut2.upgrade_notifications.4.10.2.d.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update used layout.'),
('de', 'abt__ut2.upgrade_notifications.4.10.2.d.new_layouts.title', 'New layout \"Checkout\" is available!'),
('de', 'abt__ut2.upgrade_notifications.4.10.3.a.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('de', 'abt__ut2.upgrade_notifications.4.10.3.a.new_layouts.title', 'We recommend to update the used layout!'),
('de', 'abt__ut2.upgrade_notifications.4.10.3.b.added_compatibility_with_ab__ia.text', 'For users of <a target=\"_blank\" href=\"https://cs-cart.alexbranding.com/en/addon-intellectual-analogues-accessories-by-features.html\">AB: Intellectual selection of products</a> addon starting from version 2.6.0: special places for displaying a block of selected products were added in theme (optionally above or below the product tabs, taking into account the display settings for various devices).'),
('de', 'abt__ut2.upgrade_notifications.4.10.3.b.added_compatibility_with_ab__ia.title', 'Fixed compatibility with \"AB: Intellectual selection of products\" addon'),
('de', 'abt__ut2.upgrade_notifications.4.10.4.b.added_new_less_settings.text', '<p>In this version, we have significantly expanded the settings for \"color schemes\" and grouped them into tabs corresponding to their place of application and functional purpose.</p><p><b>IMPORTANT!!!</b></p><p>After the upgrade, your current color scheme will work as before. To use the new settings you need to perform one of the variants: <ol><li>or adjust the current used color scheme. To do this, go to the page AB: Addons → AB: UniTheme2 → Color scheme settings, select the active color scheme and set the necessary values for all settings;</li><li>or create a new color scheme using the \"Theme Editor\" based on the color schemes available in this version.</li></ol></p><p>List of new color scheme settings (AB: Addons → AB: UniTheme2 → Color scheme settings):<ul><li>General → Display headers in capital letters;</li><li>General → Buttons → Display text in capital letters;</li><li>General → Buttons → Add shadow;</li><li>General → Buttons → Add bulk;</li><li>General → Labels (stickers) → Use border style;</li> <li>General → Labels (stickers) → Add shadow;</li><li>General → Labels (stickers) → Add shadow for text;</li><li>Containers → Header → Add dividing strips;</li><li>Containers → Header → Color for hovering over a first level menu item;</li><li>Containers → Header → Color for hovering over the elements \"Categories\", \"Account\" and \"Cart\";</li><li>Containers → Header → The color of the icons for elements \"Categories\", \"Account\" and \"Cart\";</li><li>Product → Set individual color for \"Add to cart\" button.</li></ul><p>'),
('de', 'abt__ut2.upgrade_notifications.4.10.4.b.added_new_less_settings.title', 'We recommend to update the used color scheme (Style) settings!'),
('de', 'abt__ut2.upgrade_notifications.4.11.3.b.ab__deal_of_the_day.text', 'For theme version v4.11.3.b is needed the add-on \"AB: Product of the day and extended promotions\" version v3.2.0 to provide the correct display of the add-on elements in the theme.'),
('de', 'abt__ut2.upgrade_notifications.4.11.3.b.ab__deal_of_the_day.title', 'Attention! The update of the \"AB: Product of the day and extended promotions\" add-on is needed'),
('de', 'abt__ut2.upgrade_notifications.4.11.3.b.brands_page_will_be_removed.text', 'The functionality of the Brands page will be moved and expanded into the separate add-on <a href=\"https://cs-cart.alexbranding.com/en/seo-for-brands.html\" target=\"_blank\">AB: SEO for Brands</a> from the next version of the theme. It is available in the package <a href=\"https://cs-cart.alexbranding.com/en/seo-package.html\" target=\"_blank\">SEO</a>.'),
('de', 'abt__ut2.upgrade_notifications.4.11.3.b.brands_page_will_be_removed.title', 'Attention! The removing of Brands page functionality is planned'),
('de', 'abt__ut2.upgrade_notifications.4.11.3.c.brands_page_was_removed.text', 'Functionality of the Brands page was moved out and expanded to the separate add-on <a href=\"https://cs-cart.alexbranding.com/ru/seo-dlya-brendov.html\" target=\"_blank\">AB: SEO for Brands</a> that is available in the package <a href=\"https://cs-cart.alexbranding.com/ru/paket-moduley-seo.html\" target=\"_blank\">SEO</a>. In the absence of the specified add-on, theme will still use outdated functionality, which will be permanently removed in the next releases.'),
('de', 'abt__ut2.upgrade_notifications.4.11.3.c.brands_page_was_removed.title', 'Attention! The Brands page functionality was moved out to the separate add-on.'),
('de', 'abt__ut2.upgrade_notifications.recommend_to_update_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('de', 'abt__ut2.upgrade_notifications.recommend_to_update_layouts.title', 'We recommend to update the used layout!'),
('de', 'abt__ut2.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the theme in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-118\">List of releases</a>.'),
('de', 'abt__ut2.upgrade_notifications.title', 'AB: UniTheme2 was successfully updated to v[ver]!'),
('de', 'abt__ut2_advanced_subcategories_menu', 'AB: Advanced subcategories menu'),
('de', 'abt__ut2_banner_carousel_combined', 'AB: Advanced banner (Carousel)'),
('de', 'abt__ut2_banner_combined', 'AB: Advanced banner'),
('de', 'abt__ut2_bt.combinations_generated', 'Generated [n] comb.'),
('de', 'abt__ut2_bt.empty_data', 'Choose products for combinations'),
('de', 'abt__ut2_bt.form.find_by_additional_product', 'Find by additional product'),
('de', 'abt__ut2_bt.form.find_by_base_product', 'Find by base product'),
('de', 'abt__ut2_bt.form.find_by_name', 'Find by name'),
('de', 'abt__ut2_buy_together.editing', 'Editing'),
('de', 'abt__ut2_buy_together.generate', 'AB: \"Buy together\" generator'),
('de', 'abt__ut2_buy_together.manage', 'AB: \"Buy together\" manage'),
('de', 'abt__ut2_light_menu', 'AB: Fly menu'),
('de', 'abt__ut2_mv.autoinstall.add_layouts', 'Added layouts for Multi-Vendor'),
('de', 'abt__ut2_mv.help', 'Help'),
('de', 'abt__ut2_mv.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/abt__unitheme2_mv.doc\'>the documentation</a>.'),
('de', 'abt__ut2_mv.product_page_vendor_settings', 'Vendor settings on product page'),
('de', 'abt__ut2_mv.upgrade_notifications.4.10.2.b.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('de', 'abt__ut2_mv.upgrade_notifications.4.10.2.b.new_layouts.title', 'We recommend to update the used layout!'),
('de', 'abt__ut2_mv.upgrade_notifications.4.11.2.a.new_settings.text', '<h3>Block with information about the vendor on the product page</h3><p>To edit this settings go to: Admin panel → AB: Addons → AB: UniTheme2 → Theme settings, go to Product tab and find section Block with vendor information:</p><ul><li>Use vendor name as a link on a vendor page;</li><li>Show vendor logo;</li><li>Number of characters for vendor description;</li><li>Show vendor phone number;</li><li>Show \"Ask a question\" link.</li></ul><h3>Block with information about the vendor on the vendor\'s page</h3><p>To edit this settings go to: Admin panel → AB: Addons → AB: UniTheme2 → Theme settings, go to Vendor tab:</p><ul><li>Number of characters for vendor description;</li><li>Display \"Ask a question\" link.</li></ul>'),
('de', 'abt__ut2_mv.upgrade_notifications.4.11.2.a.new_settings.title', 'Added new settings'),
('de', 'abt__ut2_mv.upgrade_notifications.recommend_to_update_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('de', 'abt__ut2_mv.upgrade_notifications.recommend_to_update_layouts.title', 'We recommend to update the used layout!'),
('de', 'abt__ut2_mv.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the theme in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2_mv.doc#p-1276\">List of releases</a>.'),
('de', 'abt__ut2_mv.upgrade_notifications.title', 'AB: UniTheme2 (Multi-Vendor) was successfully updated to v[ver]!'),
('de', 'abt__ut2_mv.vendor_settings_tab', 'Vendor settings on vendor page'),
('de', 'abt__ut2_selected_filters', 'AB: Selected filter variants'),
('de', 'abt__ut2_show_title', 'Show title'),
('de', 'abt__ut2_thumbnail_height', 'Scroller thumbnail height'),
('de', 'abt__ut2_view_more_btn_behavior', 'AB: Behaviour for the \"More\" button'),
('de', 'abt__ut2_view_more_btn_behavior.tooltip', 'The setting determines the behavior variants of the button and will display the hidden menu elements when hover the mouse cursor or it will transfer to the parent menu item'),
('de', 'abt__ut2_view_more_btn_behavior_trigger_parent_link', 'Go to the parent menu item link'),
('de', 'abt__ut2_view_more_btn_behavior_view_items', 'Show hidden items'),
('de', 'abt__ut2__mainbox_general', 'AB: Main block (SEO)'),
('de', 'abt__ut2__mainbox_simple', 'AB: Simplified block'),
('de', 'abt__ut2__scroller_advanced', 'AB: Scroller advanced'),
('de', 'abt__ut2__sidebox_general', 'AB: Secondary block'),
('de', 'abt__ut2__sidebox_important', 'AB: Secondary framed block'),
('de', 'abt__ut2__swipe', 'AB: Swipe block'),
('de', 'ab__addons', 'AB: Add-ons'),
('de', 'ab__addons_manager', 'AB: Add-ons Manager'),
('de', 'ab__am.addon.action.install_addon', 'New version <code>v[ver]</code> is available for you'),
('de', 'ab__am.addon.action.install_addon.button.tooltip', 'By clicking on this button, the v[ver] of add-on will be automatically downloaded and installed to bypass the standard installation of CS-Cart. You also have the possibility to install the add-on in a standard way by downloading the version of the add-on, compatible with your store on the page My Profile → Orders page on the <a href=\'https://cs-cart.alexbranding.com/en/orders/\'>cs-cart.alexbranding.com </a>'),
('de', 'ab__am.addon.action.install_addon.button.value', 'Install v[ver]'),
('de', 'ab__am.addon.action.not_tested_yet', 'The installed version <code>v[ver]</code> has not yet passed testing for your version of the store <b>[cscart]</b>'),
('de', 'ab__am.addon.action.require_update', 'To install the add-on or updates, please, update <b>AB: Add-ons Manager</b> to the actual version <code>v[ver]<code>'),
('de', 'ab__am.addon.action.unavailable_addon', 'The add-on is not available for you (either due to incompatibility with your version of the CS-Cart <b>[cscart]</b> or your subscription for updates has expired)'),
('de', 'ab__am.addon.action.update_addon', 'Update <code>v[ver]</code> is available for you'),
('de', 'ab__am.addon.action.update_addon.button.tooltip', 'If the update is not available through the CS-Cart Upgrade Center, uninstall the add-on on the page <b> Add-ons → Manage Add-ons</b> and v[ver] will be available for installation on this page'),
('de', 'ab__am.addon.action.update_addon.button.value', 'Update to v[ver]'),
('de', 'ab__am.addon.action.wait_new_version', 'The latest version <code>v[ver]</code> is compatible with <b>[cscart]</b> according to your subscription'),
('de', 'ab__am.addon.button_buy_updates.text', 'Renew your subscription to the add-on'),
('de', 'ab__am.addon.button_buy_updates.tooltip', 'Renew the subscription to get the latest updates'),
('de', 'ab__am.addon.button_download_am.note', '<p>AB: Add-ons manager is necessary for the proper operation of our solutions.It organizes your add-ons and groups them by sets. Unobtrusively notifying you about new available updates of the add-on, and gives the opportunity to update them in one click.Also, you can easily extend the subscription to our solutions and get the most current version of the add-on. We constantly update add-ons to make them as useful to you, as possible.<p>Please note, that in order to install and/or update the add-ons, you must have the latest version of AB: Add-ons Manager v[ver]. You will be informed about the release of the new version of the add-on and a link will be provided for downloading add-on archive.</p><hr><p></b>How to update AB: Add-ons Manager to v[ver]?</b></p><ol><li>When a notification appears about the availability of the new version of AB: Add-ons Manager, download the archive;</li><li>Close the storefront. (To do this go to Settings → General → Close storefront - set the checkbox and click on the [Save] button, close for just 2 minutes);</li><li>Delete AB: Add-ons Manager (To do this, go to Add-ons → Manage Add-ons → AB: Add-ons Manager: Delete);</li><li>Install archive of AB: Add-ons Manager from step 1 (To do this, on the Add-ons → Manage add-ons → button [+]: select the previously downloaded archive from step 1);</li><li>Clear the cache (Go to the menu item Administration → Storage → Clear Cache);</li><li>Open the storefront. (To do this, go to Settings → General → Close storefront - uncheck the checkbox and click the [Save] button);</li></ol>'),
('de', 'ab__am.addon.button_download_am.text', 'Download'),
('de', 'ab__am.addon.changelog', 'List of changes'),
('de', 'ab__am.addon.doc', 'Documentation'),
('de', 'ab__am.addon.msg.available_version_is_installed', 'The latest available version of the add-on is installed'),
('de', 'ab__am.addon.msg.expired_subscription', 'Only v[ver] is available to your store. Renew the subscription to get the actual version of the add-on'),
('de', 'ab__am.addon.msg.final_version_is_installed', 'The Actual version of the add-on is installed'),
('de', 'ab__am.addon.msg.not_available', 'The add-on is not available for your store!'),
('de', 'ab__am.addon.new_version_is_available', 'v[ver] from [date]'),
('de', 'ab__am.addon.new_version_is_available.tooltip', 'New version v[ver] is available from [date]'),
('de', 'ab__am.addon.settings', 'Add-on settings'),
('de', 'ab__am.addon.status.a', 'Add-on status is \"Active\"'),
('de', 'ab__am.addon.status.d', 'Add-on status is \"Inactive\"'),
('de', 'ab__am.addon.status.n', 'Add-on status is \"Not installed yet\"'),
('de', 'ab__am.addon.subscription.active', 'Subscription is active until [date]'),
('de', 'ab__am.addon.subscription.exp', 'Your subscription for updates has expired<b>[date]</b>. To access the current add-on versions, you must buy a subscription.'),
('de', 'ab__am.addon.subscription.exp.button.tooltip', 'Buy subscription to get access to the current add-on versions'),
('de', 'ab__am.addon.subscription.exp.button.value', 'Buy subscription'),
('de', 'ab__am.addon.subscription.expired', 'Subscription expired on [date]. Renew subscription to get actual add-on versions'),
('de', 'ab__am.addon.subscription.ok', 'Your subscription is active until <b>[date]</b>'),
('de', 'ab__am.addon.subscription.ok.button.tooltip', 'Renew subscription to get access to the current add-on versions'),
('de', 'ab__am.addon.subscription.ok.button.value', 'Renew subscription'),
('de', 'ab__am.addon.subscription_updates', 'Updates are available until [date]'),
('de', 'ab__am.addon.table_head.actions', 'Actions'),
('de', 'ab__am.addon.table_head.addon', 'Add-on name'),
('de', 'ab__am.addon.table_head.note', 'Note'),
('de', 'ab__am.addon.table_head.subscription', 'Subscription'),
('de', 'ab__am.addon.table_head.versions', 'Versions'),
('de', 'ab__am.addon.table_head.versions.tooltip', 'List of variants: Installed, Available and Actual'),
('de', 'ab__am.addon.update_instruction', 'Procedure of updating'),
('de', 'ab__am.addon.versions.available', 'Available'),
('de', 'ab__am.addon.versions.final', 'Actual'),
('de', 'ab__am.addon.versions.installed', 'Installed'),
('de', 'ab__am.addon.version_info', '<b>Release date</b>: [date]<br><b>Compatibility</b>:<br>CS-Cart: [ultimate]<br>Multivendor: [multivendor]'),
('de', 'ab__am.addons', 'AB: List of available sets/add-ons'),
('de', 'ab__am.addons_sets.notes', '<h4>Basic concepts</h4><p><u>The installed version</u> is the version of the add-on, that is currently installed on your store.</p><p><u>The available version</u> is the latest version of the add-on, that is available for you to install and/or update within the prepaid subscription for updates. For example, for the add-on there are versions v2.0 from February 15, 2019 and v2.1 from March 2, 2019 and your subscription to the add-on updates ended on March 1, 2019, then the latest available version for you will be version v2.0 from 15 February 2019. To receive version v2.1 of March 2, 2019, it is necessary to renew the subscription period.</p><p><u>The actual version</u> is the latest version of the add-on at the moment. We recommend you always update to the actual version, which contains fixed bugs and new useful functionality.</p><p><u>The add-on is not available for your store</u> — it is possible, the version of your CS-Cart does not correspond to the minimum acceptable version for the add-on. For example, the YoupiTheme is available only for CS-Cart 4.7.x and more.</p><br><h4>Installation process</h4><p>The installation of the add-on has never been so simple as it is now. After purchasing AlexBranding add-ons and installing <b>AB: Add-ons Manager</b> you can install the latest version of the add-on in one click, without any visits to the personal cabinet in the store, order search, downloading of archives, etc.</p><br><h4>Upgrade process</h4><p>Add-ons updating goes via CS-Cart <b>Upgrade Center</b>. If there is no update available in the CS-Cart Upgrade Center, the update is performed by Deinstallation the old version of the add-on and Installing the new version</p><br><h4>Cache</h4><p>After installing and/or updating, you must reset CS-Cart cache. See CS-Cart <a target=\'_blank\' href=\'https://docs.cs-cart.com/4.7.x/developer_guide/getting_started/cache_clearing.html\'>documentation</a> for more details.</p>'),
('de', 'ab__am.available_addons', 'List of available AB: Add-ons'),
('de', 'ab__am.available_sets', 'List of available AB: Sets'),
('de', 'ab__am.filter', 'Filter ([active] from [total])'),
('de', 'ab__am.go_to_all_stores', 'AB: Add-ons are available only in the <a href=\'[link]\'>All stores</a> mode.'),
('de', 'ab__am.install.checking', '[name] — <b>checking</b>'),
('de', 'ab__am.install.clearing_cache', 'Clearing cache'),
('de', 'ab__am.install.downloading', '[name] — <b>downloading</b>'),
('de', 'ab__am.install.install', 'The installation process'),
('de', 'ab__am.install.installing', '[name] — <b>installing</b>'),
('de', 'ab__am.install.update', 'The update process'),
('de', 'ab__am.menu.available_update', 'Update available'),
('de', 'ab__am.menu.available_updates', 'Updates available'),
('de', 'ab__am.menu.new_version', 'v[ver]'),
('de', 'ab__am.menu.number_of_notifications', 'Number of notifications'),
('de', 'ab__am.menu.number_of_updates', 'Number of updates'),
('de', 'ab__am.msg.addon_is_already_installed', 'You have already installed the add-on <b>[name]</b> the latest version <b>[version]</b>'),
('de', 'ab__am.msg.addon_is_already_installed_upd', 'You have already installed the add-on <b>[name]</b> the latest version <b>[version]</b>, you can perform the add-on update to version <b>[version_last]</b>'),
('de', 'ab__am.msg.error_code', 'Error Code'),
('de', 'ab__am.msg.no_permissions', 'No write permission'),
('de', 'ab__am.msg.update_am', 'To install and/or update our add-ons, you should update AB: Add-ons Manager to the latest version <b>v[ver]</b>!'),
('de', 'ab__am.note', 'More info'),
('de', 'ab__am.notifications', 'List of notifications from AlexBranding'),
('de', 'ab__am.notifications.notes', 'In this section you will find information about our news and promotions. Regularly we will inform you about the releases of our new solutions, discounts or closed promotions, available only for you.'),
('de', 'ab__am.no_data', 'To use AlexBranding add-ons and/or sets, your domain <b>[domain]</b> must be licensed.<br>In the case of absence of the domain <b>[domain]</b> in the list of licensed domains, all AlexBranding solutions will be automatically turned off. <br>Contact <b>info@alexbranding.com</b> for problem solving.'),
('de', 'ab__am.no_data.notification', 'Due to the fact, that your domain [domain] is not included in the list of licensed, some AlexBranding add-ons have been automatically turned off. <a href=\'[link]\'>More info</a>.'),
('de', 'ab__am.order', '(Order #[order_id])'),
('de', 'ab__am.our_store', 'AlexBranding\'s store'),
('de', 'ab__am.set.available_updates', 'New versions are available: [n]'),
('de', 'ab__am.set.button_buy_updates.text', 'Renew your subscription to the set'),
('de', 'ab__am.set.button_buy_updates.tooltip', 'Update subscription expired [date]. Renew the subscription for the latest updates'),
('de', 'ab__am.set.set', 'Set name'),
('de', 'ab__am.set.subscription_updates', 'Updates are available until [date]'),
('de', 'ab__am.submit.install.text', 'Install version v[ver]'),
('de', 'ab__am.submit.tooltip', 'Keep in mind that before installing/updating all files of this add-on will be deleted, including your changes in this add-on. If you have any files - be sure to save them. [update_info]'),
('de', 'ab__am.submit.tooltip.update_info', 'Be sure to remember add-on settings to restore them after the update if they are'),
('de', 'ab__am.submit.update.text', 'Update to version v[ver]'),
('de', 'ab__am.submit.update.tooltip', ''),
('de', 'ab__am.subscription', 'Subscribe to our channels to be the first<br>to know about new releases and promotions!'),
('de', 'ab__am.subscription.channels.variant.email.href', 'https://cs-cart.alexbranding.com/en/subscription-en.html'),
('de', 'ab__am.subscription.channels.variant.email.title', 'Email'),
('de', 'ab__am.subscription.channels.variant.facebook.href', 'https://fb.me/AlexBrandingEn'),
('de', 'ab__am.subscription.channels.variant.facebook.title', 'Facebook'),
('de', 'ab__am.subscription.channels.variant.instagram.href', 'https://www.instagram.com/alexbrandingteam/'),
('de', 'ab__am.subscription.channels.variant.instagram.title', 'Instagram'),
('de', 'ab__am.subscription.channels.variant.telegram.href', 'https://t.me/alexbranding_en'),
('de', 'ab__am.subscription.channels.variant.telegram.title', 'Telegram'),
('de', 'ab__am.subscription.channels.variant.twitter.href', 'https://twitter.com/alexbranding_en'),
('de', 'ab__am.subscription.channels.variant.twitter.title', 'Twitter'),
('de', 'ab__am.subscription.channels.variant.whatsapp.href', 'https://chat.whatsapp.com/GzW9eZjXH6YL2b0d9gitvk'),
('de', 'ab__am.subscription.channels.variant.whatsapp.title', 'WhatsApp'),
('de', 'ab__am.subscription.channels.variant.youtube.href', 'https://www.youtube.com/channel/UCTkiV2DqPqQaLOyWZzBFjaA'),
('de', 'ab__am.subscription.channels.variant.youtube.title', 'Youtube'),
('de', 'ab__category_banners', 'AB: Banners for categories'),
('de', 'ab__category_banners.add', 'Add banner for category'),
('de', 'ab__category_banners.adding', 'Adding banner for category'),
('de', 'ab__category_banners.demodata', 'Demo data'),
('de', 'ab__category_banners.editing', 'Editing banner for category'),
('de', 'ab__category_banners.export', 'Data export'),
('de', 'ab__category_banners.help', 'Help'),
('de', 'ab__category_banners.manage', 'Banners management'),
('de', 'ab__cb.autoinstall.banners_created', 'Demo category banners [banners] is created successfully'),
('de', 'ab__cb.autoinstall.banners_not_created', 'Failed to create demo category banners'),
('de', 'ab__cb.autoinstall.no_category', 'Available category not found'),
('de', 'ab__cb.autoinstall.no_demodata', 'File with demo data is missing'),
('de', 'ab__cb.banner_position', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
('de', 'ab__cb.cat_banner', 'banner for category'),
('de', 'ab__cb.cron_links', '<p>For an automatic switching off of expired banners - use one of these links:<b/r><br/><code>[cron_cmd]</code><br/>or<br/><code>[cron_url]</code></p>'),
('de', 'ab__cb.datatime', 'date/time'),
('de', 'ab__cb.demodata.table.action', 'Action'),
('de', 'ab__cb.demodata.table.add_banners', 'Add banners'),
('de', 'ab__cb.demodata.table.description', 'Demo data'),
('de', 'ab__cb.demodata_description', 'Demo data can be downloaded on this page'),
('de', 'ab__cb.errors.cron_key', '<p>Warning! The value <code>[value]</code> of the setting <code>Cron key</code> doesn\'t meet the safety requirements</p>'),
('de', 'ab__cb.export.actions.banners', 'Banners export'),
('de', 'ab__cb.export.actions.banners.placeholder', 'Banners ID'),
('de', 'ab__cb.export.table.action', 'Action'),
('de', 'ab__cb.export.table.data', 'Data for export'),
('de', 'ab__cb.export.table.description', 'Data export'),
('de', 'ab__cb.export_description', 'Addon data can be exported on this page'),
('de', 'ab__cb.form.friday', 'Friday'),
('de', 'ab__cb.form.from_date', 'Active from date/time'),
('de', 'ab__cb.form.grid_image', 'Images for an output as a grid'),
('de', 'ab__cb.form.include_subcategories', 'Show in subcategories'),
('de', 'ab__cb.form.list_image', 'Images for an output as a list without options'),
('de', 'ab__cb.form.monday', 'Monday'),
('de', 'ab__cb.form.m_turn_off', 'Switch off selected'),
('de', 'ab__cb.form.m_turn_on', 'Switch on selected'),
('de', 'ab__cb.form.position', 'Position'),
('de', 'ab__cb.form.saturday', 'Saturday'),
('de', 'ab__cb.form.sunday', 'Sunday'),
('de', 'ab__cb.form.target_blank', 'Open banner link in a new window'),
('de', 'ab__cb.form.thursday', 'Thursday'),
('de', 'ab__cb.form.to_date', 'Active to date/time'),
('de', 'ab__cb.form.tuesday', 'Tuesday'),
('de', 'ab__cb.form.url', 'Link'),
('de', 'ab__cb.form.wednesday', 'Wednesday'),
('de', 'ab__cb.help.cron.title', 'Automatic switching off of expired banners'),
('de', 'ab__cb.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__category_banners.doc\'>documentation</a>.'),
('de', 'ab__cb.settings', 'General settings'),
('de', 'ab__cb.set_from_and_to', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('de', 'ab__cb.upgrade_notifications.2.0.0.text', 'Banners behavier has been changed. The output of several banners at the same time is allowed. They will be displayed in random order at the specified positions. Check the settings and change the position of the banners if necessary.'),
('de', 'ab__cb.upgrade_notifications.2.0.0.title', 'Multiple banners output'),
('de', 'ab__deal_of_the_day', 'AB: Product of the day and extended promotions'),
('de', 'ab__deal_of_the_day_title_product', 'Promotions'),
('de', 'ab__dotd.add_promotions', 'Add promotions'),
('de', 'ab__dotd.add_promotions_and_close', 'Add promotions and close'),
('de', 'ab__dotd.all_promotions', 'Also in promotions'),
('de', 'ab__dotd.all_promotions.title', 'View all promotions for this product'),
('de', 'ab__dotd.all_promotions_list', 'All promotions list'),
('de', 'ab__dotd.autoinstall.no_demodata', 'File with demo data is missing'),
('de', 'ab__dotd.autoinstall.promotions_created', 'Demo promotions [promotions] is created successfully'),
('de', 'ab__dotd.autoinstall.promotions_not_created', 'Failed to create demo promotions'),
('de', 'ab__dotd.block.priority', 'Priority'),
('de', 'ab__dotd.chains_list.title', 'Products combinations'),
('de', 'ab__dotd.choose_promotion', 'Choose promotion'),
('de', 'ab__dotd.clear_filter', 'Clear filter'),
('de', 'ab__dotd.counter.days', 'days'),
('de', 'ab__dotd.counter.hours', 'hours'),
('de', 'ab__dotd.counter.minutes', 'minutes'),
('de', 'ab__dotd.counter.months', 'months'),
('de', 'ab__dotd.counter.seconds', 'seconds'),
('de', 'ab__dotd.counter.years', 'years'),
('de', 'ab__dotd.days_left', '<span>[n]</span> day left|<span>[n]</span> days left'),
('de', 'ab__dotd.days_to_start', '<span>[n]</span> day to start|<span>[n]</span> days to start'),
('de', 'ab__dotd.demodata', 'Demo data'),
('de', 'ab__dotd.demodata.table.action', 'Action'),
('de', 'ab__dotd.demodata.table.add_promotions', 'Adding promotions'),
('de', 'ab__dotd.demodata.table.description', 'Demo data'),
('de', 'ab__dotd.demodata_description', 'Installing demo data page'),
('de', 'ab__dotd.detailed', 'Promotion details'),
('de', 'ab__dotd.error.use_schedule_is_on', 'When using the \"AB: Promotion schedule\" available period changes are not available'),
('de', 'ab__dotd.form.filter', 'Use filter by category'),
('de', 'ab__dotd.form.h1', 'h1 tag'),
('de', 'ab__dotd.form.hide_products_block', 'Hide products block'),
('de', 'ab__dotd.form.list_image', 'Image for promotions list'),
('de', 'ab__dotd.form.meta_description', 'Meta tag <code>description</code>'),
('de', 'ab__dotd.form.meta_keywords', 'Meta tag <code>keywords</code>'),
('de', 'ab__dotd.form.page_image', 'Image for promotion page'),
('de', 'ab__dotd.form.page_title', 'Page title'),
('de', 'ab__dotd.form.use_products_filter', 'Use filter by products'),
('de', 'ab__dotd.form.use_schedule', 'Use schedule'),
('de', 'ab__dotd.form.use_schedule.tooltip', 'If you activate this option, the standard promotion setting \"Use available period\" will be disabled and the promotion activity will be determined by the Schedule that you can set in this tab interface. Conversely, if you disable this setting, the standard option \"Use available period\" will controls the activity of the promotion.'),
('de', 'ab__dotd.from', 'from'),
('de', 'ab__dotd.get_more_combinations', 'Show more [n] combination|Show more [n] combinations'),
('de', 'ab__dotd.help', 'Help'),
('de', 'ab__dotd.layouts', 'Layouts'),
('de', 'ab__dotd.layouts.choose_layout_to_reset', 'Choose layout to reset'),
('de', 'ab__dotd.layouts.header', 'There are displaying all layout pages, added by the addon, on this page. You can reset pages in any layout to the default state. Also you can download xml-file of a layout page and import it manually.'),
('de', 'ab__dotd.layouts.layout_is_not_found', 'Layout is not found'),
('de', 'ab__dotd.layouts.layout_was_reset', 'Layout was reset'),
('de', 'ab__dotd.layouts.table.action', 'Action'),
('de', 'ab__dotd.layouts.table.dispatch', 'Dispatch'),
('de', 'ab__dotd.layouts.table.dispatch_description', 'Type of the layout page'),
('de', 'ab__dotd.layouts.table.get_file', 'Get file'),
('de', 'ab__dotd.layouts.table.layouts', 'Layouts'),
('de', 'ab__dotd.less', 'Less'),
('de', 'ab__dotd.more', 'More'),
('de', 'ab__dotd.page_action_period', 'Promotion period:'),
('de', 'ab__dotd.promotion_awaited', 'Promotion is awaiting'),
('de', 'ab__dotd.promotion_expired', 'Promotion is ended'),
('de', 'ab__dotd.schedule.table_header', 'Time and Date'),
('de', 'ab__dotd.settings', 'General settings'),
('de', 'ab__dotd.showed_combinations', 'Shown [n] from [total]'),
('de', 'ab__dotd.sort.created', 'by creation date'),
('de', 'ab__dotd.sort.name', 'by name'),
('de', 'ab__dotd.sort.priority', 'by priority'),
('de', 'ab__dotd.sort.to_date', 'by ending date'),
('de', 'ab__dotd.tab.ab__dotd_schedule_header', 'Use the time range selection for each day of each month to specify the promotion activity period. When setting the schedule, refer to that left mouse button - select, right mouse button - unselect'),
('de', 'ab__dotd.to', 'to'),
('de', 'ab__dotd.today_only', 'Only today'),
('de', 'ab__dotd_awaited_promotions', 'Awaiting promotions'),
('de', 'ab__dotd_expired_promotions', 'Ended promotions'),
('de', 'ab__dotd_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__deal_of_the_day.doc\'>documentation</a>'),
('de', 'ab__dotd_product_label', 'Promotion'),
('de', 'ab__dotd_schedule', 'AB: Promotion schedule'),
('de', 'ab__dotd_scroller', 'Promotions scroller'),
('de', 'ab__dotd_sorted_promotions', 'Active promotions'),
('de', 'ab__dotd_time_awaited_left', 'To start promotion remains'),
('de', 'ab__dotd_time_left', 'To end of promotions remains'),
('de', 'ab__fast_navigation', 'AB: Fast navigation'),
('de', 'ab__fast_navigation.demodata', 'Demo data'),
('de', 'ab__fast_navigation.export', 'Export'),
('de', 'ab__fast_navigation.help', 'Help'),
('de', 'ab__fast_navigation.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__fast_navigation.doc\'>documentation</a>.'),
('de', 'ab__fn.category.label', 'Label text'),
('de', 'ab__fn.category.label.show', 'Show label'),
('de', 'ab__fn.category.label.show.tooltip', 'Display label for this language'),
('de', 'ab__fn.category.label_background', 'Label background color'),
('de', 'ab__fn.category.label_color', 'Label text color'),
('de', 'ab__fn.category.status', 'Allow displaying in AB: Fast navigation'),
('de', 'ab__fn.category.status.tooltip', 'Activate an option for editing the AB: Fast navigation block element'),
('de', 'ab__fn.category.use_origin_image', 'Use images originals'),
('de', 'ab__fn.category.use_origin_image.tooltip', 'When the option is enabled — uploaded originals will be used \"as is\"(recommend using small size images). Images sizes are set in the block settings on layouts page'),
('de', 'ab__fn.common_btn_text.tooltip', 'Allows to set button text. If leave empty — text \"BUTTON\" will be represented by default'),
('de', 'ab__fn.demodata.actions.export_menu', 'Menu'),
('de', 'ab__fn.demodata.actions.export_menu.placeholder', 'Menu ID'),
('de', 'ab__fn.demodata.errors.file_broken', 'File [file_path] does not exist or was broken'),
('de', 'ab__fn.demodata.success.menu_created', 'Demo menu <a target=\"_blank\" href=\"[href]\">[name]</a> is added'),
('de', 'ab__fn.demodata.table.action', 'Action'),
('de', 'ab__fn.demodata.table.add_menu', 'Add the menu'),
('de', 'ab__fn.demodata.table.description', 'Demo data'),
('de', 'ab__fn.demodata_description', 'Fast demo data creation for addon'),
('de', 'ab__fn.export.table.action', 'Action'),
('de', 'ab__fn.export.table.data', 'Data for export'),
('de', 'ab__fn.export.table.description', 'The export data'),
('de', 'ab__fn.export_description', 'Fast menu export for the addon AB: Fast navigation'),
('de', 'ab__fn.front.button.defult_text', 'Button'),
('de', 'ab__fn.menu.icon', 'Icon'),
('de', 'ab__fn.menu.label', 'Label text'),
('de', 'ab__fn.menu.label.show', 'Show label'),
('de', 'ab__fn.menu.label.show.tooltip', 'Display label for this language'),
('de', 'ab__fn.menu.label_background', 'Label background color'),
('de', 'ab__fn.menu.label_color', 'Label text color'),
('de', 'ab__fn.menu.status', 'Allow displaying in AB: Fast navigation'),
('de', 'ab__fn.menu.status.tooltip', 'Activate an option for editing the AB: Fast navigation block element'),
('de', 'ab__fn.menu.use_origin_image', 'Use images originals'),
('de', 'ab__fn.menu.use_origin_image.tooltip', 'When the option is enabled — uploaded originals will be used \"as is\"(recommend using small size images). Images sizes are set in the block settings on layouts page'),
('de', 'ab__fn.more', 'All from the section'),
('de', 'ab__fn.show_more', 'Show more [x] of [y]'),
('de', 'ab__fn_add_link', 'Add a link on \"All from the section\"'),
('de', 'ab__fn_add_link.tooltip', 'The link will have the URL of the parent element'),
('de', 'ab__fn_cbt_as_btn', 'Button'),
('de', 'ab__fn_cbt_as_txt', 'Text'),
('de', 'ab__fn_common_btn_class', '\"General link\" additional class'),
('de', 'ab__fn_common_btn_class.tooltip', 'List of classes that will be added to the link (space-separated)'),
('de', 'ab__fn_common_btn_text', '\"General link\" button text'),
('de', 'ab__fn_common_btn_type', 'Appearance of the \"General link\" button'),
('de', 'ab__fn_common_btn_type.tooltip', 'Choose the button representation on the storefront'),
('de', 'ab__fn_display_type', 'Display type'),
('de', 'ab__fn_grid', 'Grid'),
('de', 'ab__fn_icon_width', 'Icon width, px'),
('de', 'ab__fn_init_scrollbar', 'Enable scroll progress bar for the first level'),
('de', 'ab__fn_init_second_level_scroll', 'Enable scroller for the second level'),
('de', 'ab__fn_number_of_columns', 'Number of columns in the list'),
('de', 'ab__fn_number_of_columns.tooltip', 'Number of columns for screens'),
('de', 'ab__fn_number_of_columns_desktop', 'Number of columns in the list (Desktop)'),
('de', 'ab__fn_number_of_columns_desktop.tooltip', 'Number of columns for screens > 1230px'),
('de', 'ab__fn_number_of_columns_desktop_small', 'Number of columns in the list (Notebook)'),
('de', 'ab__fn_number_of_columns_desktop_small.tooltip', 'Number of columns for screens 992px - 1229px'),
('de', 'ab__fn_number_of_columns_mobile', 'Number of columns in the list (Phone)'),
('de', 'ab__fn_number_of_columns_mobile.tooltip', 'Number of columns for screens < 575px'),
('de', 'ab__fn_number_of_columns_tablet', 'Number of columns in the list (Tablet)'),
('de', 'ab__fn_number_of_columns_tablet.tooltip', 'Number of columns for screens 768px - 991px'),
('de', 'ab__fn_number_of_columns_tablet_small', 'Number of columns in the list (Phablet)'),
('de', 'ab__fn_number_of_columns_tablet_small.tooltip', 'Number of columns for screens 576px - 767px'),
('de', 'ab__fn_one_level', 'Single-level navigation'),
('de', 'ab__fn_scroller', 'Scroller'),
('de', 'ab__fn_show_common_btn', 'Show \"General link\" button'),
('de', 'ab__fn_show_common_btn.tooltip', 'A \"General link\" with assigned URL will be displayed under a block'),
('de', 'ab__fn_show_common_btn_link', '\"General link\" URL'),
('de', 'ab__fn_show_common_btn_link.tooltip', 'Destination URL. Can be an external link, a link inside the store or a dispatcher'),
('de', 'ab__fn_two_level', 'Two-level navigation'),
('de', 'ab__hide_product_description', 'AB: Hide the part of the content up to a certain height'),
('de', 'ab__landing_categories', 'AB: Landing categories/pages'),
('de', 'ab__lc.add_menu.added_new_menu', 'The new Menu is created'),
('de', 'ab__lc.add_menu.used_existing_menu', 'The existing Menu is used'),
('de', 'ab__lc.breadcrumb_catalog', 'Catalog'),
('de', 'ab__lc.catalog.icon', 'Category mini-icon'),
('de', 'ab__lc.catalog.image_control', 'Way of displaying icon'),
('de', 'ab__lc.catalog.image_control.left', 'Display the category mini-icon to the left of the name'),
('de', 'ab__lc.catalog.image_control.none', 'Don\'t display'),
('de', 'ab__lc.catalog.image_control.top', 'Display the category image on top of the name'),
('de', 'ab__lc.catalog.show_more', 'More'),
('de', 'ab__lc.category.list', 'Landing categories list'),
('de', 'ab__lc.category.list.tooltip', 'To correctly display the hierarchy of categories, the parent categories for the landing categories will be displayed, even if they are not landing categories!'),
('de', 'ab__lc.control_subcategory_structure', 'AB: Management of the displayed structure of landing category/page'),
('de', 'ab__lc.control_subcategory_structure.add_menu', 'Add and/or associate Menu'),
('de', 'ab__lc.control_subcategory_structure.add_menu.added_new_menu', 'The Menu has been successfully created and is associated with the current category!'),
('de', 'ab__lc.control_subcategory_structure.add_menu.info', 'The landing category menu is created only if necessary, as the menu is searched for by code <code>ABLC-xxx</code>, where <code>xxx</code> — category_id'),
('de', 'ab__lc.control_subcategory_structure.add_menu.info.multiplestore', 'Before creating the Menu — select <b>Store</b>'),
('de', 'ab__lc.control_subcategory_structure.add_menu.used_existing_menu', 'The Menu already existed and was associated with the current category!'),
('de', 'ab__lc.control_subcategory_structure.how_to_use_menu', 'Using of menu items'),
('de', 'ab__lc.control_subcategory_structure.how_to_use_menu.append', 'Add menu items in the end of a structure of the subcategories'),
('de', 'ab__lc.control_subcategory_structure.how_to_use_menu.not_to_use', 'Not to use'),
('de', 'ab__lc.control_subcategory_structure.how_to_use_menu.prepend', 'Add menu items in the beginning of a structure of the subcategories'),
('de', 'ab__lc.control_subcategory_structure.how_to_use_menu.replace', 'Replace the current sub-categories structure with the menu items'),
('de', 'ab__lc.control_subcategory_structure.inherit_control', 'To inherit management'),
('de', 'ab__lc.control_subcategory_structure.menu_id', 'Menu ID'),
('de', 'ab__lc.demodata', 'Demo data'),
('de', 'ab__lc.demodata.actions.export_category', 'Categories'),
('de', 'ab__lc.demodata.actions.export_category.placeholder', 'Categories ID'),
('de', 'ab__lc.demodata.success.category', '<a href=\"[href]\" target=\"_blank\">Demo category</a> was installed successfully'),
('de', 'ab__lc.demodata.table.action', 'Action'),
('de', 'ab__lc.demodata.table.add_category', 'Add a category'),
('de', 'ab__lc.demodata.table.description', 'Demo data'),
('de', 'ab__lc.demodata_description', 'The page of quick creation of a demo category for demonstration of operating of the addon'),
('de', 'ab__lc.export', 'Export'),
('de', 'ab__lc.export.description', 'The page of quick creation of the exports of the functional'),
('de', 'ab__lc.export.table.action', 'Action'),
('de', 'ab__lc.export.table.data', 'Data for export'),
('de', 'ab__lc.export.table.description', 'The exported data'),
('de', 'ab__lc.help', 'Help'),
('de', 'ab__lc.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__landing_categories.doc\'>documentation</a>.'),
('de', 'ab__lc.landing_category.landing', 'Use category as a landing page'),
('de', 'ab__lc.landing_category.show_more', 'More'),
('de', 'ab__lc.landing_category.subsubcategories', 'Amount of sub-subcategories'),
('de', 'ab__lc.settings', 'General settings'),
('de', 'ab__lc_catalog', 'AB: Catalog'),
('de', 'ab__lc_landing_category', 'AB: Landing category/page'),
('de', 'ab__mb.admin.categories_update.description', 'There is a <a href=\"[href]\" target=\"_blank\">list of motivational elements</a> that will be displayed for products in this category.<br/>Please note that <span title=\"[text]\" class=\"cm-tooltip\" style=\"color: red\">other conditions</span> may be used due to which these motivational elements will not be displayed for products of this category'),
('de', 'ab__mb.admin.categories_update.description.tooltip', 'The conditions for displaying motivational elements depend on:<ul><li>Terms for categories</li><li>Terms for destinations</li></ul>See <a href=\'[href]\' title=\'Documentation\' target=\'_blank\'>the documentation</a> for more details'),
('de', 'ab__mb.admin.categories_update.description.tooltip.link', 'https://docs.cs-cart.abt.team/en/ab__motivation_block.doc/#p-946'),
('de', 'ab__mb.class_copied', 'The class is copied in a clipboard'),
('de', 'ab__mb.demodata.description', 'On this page, you can quickly create a demo data for the motivation block'),
('de', 'ab__mb.demodata.errors.no_data', 'It seems the \"data.json\" file was deleted'),
('de', 'ab__mb.demodata.successes.blocks', 'Motivational elements [blocks] were successfully created'),
('de', 'ab__mb.demodata.table.add_blocks', 'Add demo data into the motivation block'),
('de', 'ab__mb.demodata.table.description', 'Demo data type');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('de', 'ab__mb.description', 'Custom content (HTML/Smarty)'),
('de', 'ab__mb.destinations', 'Rate areas'),
('de', 'ab__mb.destinations.add_destinations', 'Add rate areas'),
('de', 'ab__mb.destinations.add_destinations_and_close', 'Add rate areas and close'),
('de', 'ab__mb.destinations.text_all_destinations_included', 'All rate areas are included'),
('de', 'ab__mb.editing_motivation_item', 'Editing motivational element'),
('de', 'ab__mb.errors.disabled_option_choosen', 'Invalid value for \"[field]\" field'),
('de', 'ab__mb.exclude.categories', 'Active for'),
('de', 'ab__mb.exclude.categories.tooltip', 'Choose how to use objects selected by picker'),
('de', 'ab__mb.exclude.destinations', 'Active for'),
('de', 'ab__mb.exclude.destinations.tooltip', 'Choose how to use objects selected by picker'),
('de', 'ab__mb.exclude.exclude', 'all not in the list'),
('de', 'ab__mb.exclude.exclude.full_text', 'Active for all not in the list'),
('de', 'ab__mb.exclude.not_exclude', 'all in the list'),
('de', 'ab__mb.exclude.not_exclude.full_text', 'Active for all in the list'),
('de', 'ab__mb.go_to', 'Go to page of'),
('de', 'ab__mb.go_to.destinations_manage', 'Go to page of destinations management'),
('de', 'ab__mb.go_to.mb_manage', 'Go to page of motivational elements management'),
('de', 'ab__mb.icons.class', 'Icon class'),
('de', 'ab__mb.icons.class.tooltip', 'A value which needs to be used in the field \"Icon class\" in motivation block settings'),
('de', 'ab__mb.icons.info', 'On this page, you can find the available icons list'),
('de', 'ab__mb.icons.refresh', 'Refresh icons'),
('de', 'ab__mb.icons.refreshed_successfully', 'Icons have been updated successfully'),
('de', 'ab__mb.icons.tygh_icons', 'Icons list by default'),
('de', 'ab__mb.icons.yt_icons', 'List of icons added by AB: YoupiTheme'),
('de', 'ab__mb.icon_class', 'Icon class'),
('de', 'ab__mb.icon_color', 'Icon color'),
('de', 'ab__mb.icon_type', 'Icon type'),
('de', 'ab__mb.new_motivation_item', 'New motivational element'),
('de', 'ab__mb.not_display_on', 'Do not display on'),
('de', 'ab__mb.only_for.vertical_tabs.tooltip', 'This setting only works if the \"Vertical tabs\" display option is selected in the add-on settings'),
('de', 'ab__mb.products.also_in_categories', 'This product also participates in category|This product also participates in categories'),
('de', 'ab__mb.settings', 'General settings'),
('de', 'ab__mb.set_default_value', 'Restore by default'),
('de', 'ab__mb.templates_settings.brand_feature_id', '\"Brand\" feature ID'),
('de', 'ab__mb.templates_settings.brand_feature_id.tooltip', 'This setting will be used to form a filter link in the product category'),
('de', 'ab__mb.templates_settings.max_tags_count', 'Maximum tags count'),
('de', 'ab__mb.template_path.search.ignore_this_field', 'Ignore this field'),
('de', 'ab__mb.template_path.search.ignore_this_field.tooltip', 'When choosing this option - the \"Template\" field of the motivational element will not be taken into account when sampling'),
('de', 'ab__mb.template_path.templates.categories_list', 'Product categories list'),
('de', 'ab__mb.template_path.templates.categories_list.tooltip', 'The template displays a list of all categories in which the product is involved. It is available if there is at least one category in the store (except for the \"Trash category\")'),
('de', 'ab__mb.template_path.templates.geo_maps', 'Shipping information'),
('de', 'ab__mb.template_path.templates.geo_maps.tooltip', 'The template displays information about the cost of delivery of products. Available when the \"Maps and Geolocation\" add-on is active. Information will be shown only with active setting \"Show shipping cost and time on product pages\" for \"Maps and Geolocation\" add-on. The standard information output provided by CS-Cart by default will be blocked'),
('de', 'ab__mb.template_path.templates.payment_methods', 'Payment methods information'),
('de', 'ab__mb.template_path.templates.payment_methods.tooltip', 'The template displays information about the available payment methods'),
('de', 'ab__mb.template_path.templates.tags_list', 'Product tags list'),
('de', 'ab__mb.template_path.templates.tags_list.tooltip', 'The template displays a list of all tags assigned to the product. Available when the \"Tags\" add-on is active. Be sure to create and assigned tags for products'),
('de', 'ab__mb.template_path.templates.warning', 'The standard information output provided by CS-Cart by default will be blocked'),
('de', 'ab__mb.template_path.tooltip', 'Choose a way to fill content of motivational element'),
('de', 'ab__mb.template_path.variants.custom', 'Custom content (HTML/Smarty)'),
('de', 'ab__mb.update_help.tip_1', 'To fill the content of motivational elements, you can use all the variables declared on the Smarty product page, for example:<br/><hr>Array <code>{$product}</code> - information about the current product;<br/><hr>Massive <code>{$currencies}</code> - currency information;<br/><hr>Array <code>{$user_info}</code> - information about the user (note that if the client is not authorized, the array will be empty);<br/><hr>Array <code>{$settings}</code> - an array of store settings.'),
('de', 'ab__mb.update_help.title', 'Additional info for content managing'),
('de', 'ab__mb.upgrade_notifications.2.0.0.added_new_settings.text', 'Please note that new settings have been added to the add-on settings.'),
('de', 'ab__mb.upgrade_notifications.2.0.0.added_new_settings.title', 'Added new settings'),
('de', 'ab__mb.upgrade_notifications.2.0.0.added_templates.text', 'Please note that in the settings of the motivational element, the \"Template\" field was added that defines the way the content of the motivational element is filled.'),
('de', 'ab__mb.upgrade_notifications.2.0.0.added_templates.title', 'A new way of filling motivational elements has been added.'),
('de', 'ab__mb.upgrade_notifications.2.1.0.added_template.text', 'Please note that a new version of the template has been added to fill the content of the motivational element'),
('de', 'ab__mb.upgrade_notifications.2.1.0.added_template.title', 'Added a new template \"Information about payment methods\"'),
('de', 'ab__mb.upgrade_notifications.2.1.0.regenerate_data.text', 'If you use old demo-data of the add-on (or your data is based on old demo-data), then you need to regenerate the demo-data'),
('de', 'ab__mb.upgrade_notifications.2.1.0.regenerate_data.title', 'Regenerate demo-data'),
('de', 'ab__mb.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the add-on in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/ab__motivation_block.doc#p-929\">List of releases</a>.'),
('de', 'ab__mb.upgrade_notifications.title', 'AB: Motivation block was successfully updated to v[ver]!'),
('de', 'ab__mb.vendor.motivation_item.template_choosen', 'For this motivational element, the type of filling using the template is seted. <br>You can contact the store administrator to create another motivational element with the filling type \"Custom content (HTML/Smarty)\"'),
('de', 'ab__mb_all_destinations', 'All rate areas'),
('de', 'ab__mb_bg_color', 'Block color'),
('de', 'ab__mb_expanded', 'Set the disclosure element by default'),
('de', 'ab__mb_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__motivation_block.doc\'>documentation</a>.'),
('de', 'ab__mb_icon_class.tooltip', 'The complete available icons list can be found on the page<a href=\"[link]\">Administration panel -> AB: Add-ons -> AB: Motivation block -> Available icons</a>'),
('de', 'ab__mb_icon_type.icon', 'Icon'),
('de', 'ab__mb_icon_type.img', 'Image'),
('de', 'ab__mb_icon_type.nothing', 'No icon'),
('de', 'ab__mb_vendor_edit', 'Allow vendor editing'),
('de', 'ab__motivation_block', 'AB: Motivation block'),
('de', 'ab__motivation_block.breadcrumbs.manage', 'AB: Motivation block: Data management'),
('de', 'ab__motivation_block.demodata', 'Demo data'),
('de', 'ab__motivation_block.help', 'Help'),
('de', 'ab__motivation_block.icons', 'Available icons'),
('de', 'ab__motivation_block.manage', 'Data management'),
('de', 'ab__promotions_list', 'AB: Promotions list'),
('de', 'ab__promotions_view', 'AB: Promotion page'),
('de', 'ab__promotion_main_data', 'Promotion header'),
('de', 'ab__scroll_to_top', 'AB: \"Scroll to top\" button'),
('de', 'ab__scroll_to_top.arrow', 'Arrow'),
('de', 'ab__scroll_to_top.help', 'Help'),
('de', 'ab__scroll_to_top.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__scroll_to_top.doc\'>documentation</a>.'),
('de', 'ab__search_motivation', 'AB: Search motivation'),
('de', 'ab__search_motivation.default_search_phrases', 'Search expressions by default'),
('de', 'ab__search_motivation.help', 'Help'),
('de', 'ab__search_motivation.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__search_motivation.doc\'>the documentation</a>.'),
('de', 'ab__search_motivation.manage', 'Search expressions by default'),
('de', 'ab__search_motivation.search_phrases', 'Search expressions'),
('de', 'ab__show_additional_product_images', 'Show additional products images'),
('de', 'ab__sm.demo_phrases.0', 'Try our search'),
('de', 'ab__sm.demo_phrases.1', 'Enter the product name here'),
('de', 'ab__sm.demo_phrases.2', 'For example, iphone X'),
('de', 'ab__sm.demo_phrases.added', 'Added search motivation expressions'),
('de', 'ab__sm.settings', 'General settings'),
('de', 'ab__smc', 'AB: Hide the part of the content up to a certain height'),
('de', 'ab__smc.help', 'Help'),
('de', 'ab__smc.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__hide_product_description.doc\'>documentation</a>.'),
('de', 'ab__smc.less', 'Less'),
('de', 'ab__smc.more', 'More'),
('de', 'ab__smc.product_tabs.height', 'Displaying height, px'),
('de', 'ab__smc.product_tabs.height.tooltip', 'The value will set own height of the content display in px'),
('de', 'ab__smc.product_tabs.hide_content', 'Hide the content'),
('de', 'ab__smc.product_tabs.hide_content.less', 'Button text for hiding content'),
('de', 'ab__smc.product_tabs.hide_content.more', 'Button text for showing more content'),
('de', 'ab__smc.product_tabs.override', 'Redefine height for the tab'),
('de', 'ab__smc.product_tabs.override.tooltip', 'The value of the height of content will undertake from settings of the tab'),
('de', 'ab__smc.product_tabs.tab_description', '\"AB: Hide the part of the content up to a certain height\" addon settings'),
('de', 'ab__smc.settings', 'General settings'),
('de', 'ab__stt.color', 'Value of the icon attribute <b>color</b>'),
('de', 'ab__stt.only_integer', 'Only integers'),
('de', 'ab__stt.settings', 'General settings'),
('de', 'ab__ut2.autoinstall.demodata', 'Added demo data (new banners, menus and blog pages)'),
('de', 'ab__ut2.autoinstall.theme', 'Installed theme AB: UniTheme2'),
('de', 'ab__vg.exim.remove_videos', 'Clear up'),
('de', 'ab__vg.exim.remove_videos.text', 'When importing the existing videos of the updated product will be removed'),
('de', 'ab__vg.form.description', 'Description'),
('de', 'ab__vg.form.icon', 'Icon'),
('de', 'ab__vg.form.icon_type', 'Icon type'),
('de', 'ab__vg.form.icon_type.icon', 'Manual icon'),
('de', 'ab__vg.form.icon_type.snapshot', 'Video snapshot'),
('de', 'ab__vg.form.pos', 'Pos.'),
('de', 'ab__vg.form.product_settings', 'Settings'),
('de', 'ab__vg.form.product_videos', 'Video'),
('de', 'ab__vg.form.replace_image', 'Set video as the default product image'),
('de', 'ab__vg.form.status', 'Status'),
('de', 'ab__vg.form.title', 'Video title'),
('de', 'ab__vg.form.youtube_id', 'YouTube video ID'),
('de', 'ab__vg.form.youtube_id.tooltip', 'For example, for video \"https://www.youtube.com/watch?v=-boKk8uhmcY\", video ID is <code>-boKk8uhmcY</code>'),
('de', 'ab__vg.settings', 'General settings'),
('de', 'ab__vg_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__video_gallery.doc\'>documentation</a>.'),
('de', 'ab__video_gallery', 'AB: Video gallery of the product'),
('de', 'ab__video_gallery.help', 'Help'),
('de', 'ab__video_gallery_title_product', 'Video gallery'),
('de', 'accept', 'Akzeptieren'),
('de', 'accept_products', 'Artikel akzeptieren'),
('de', 'access_denied', 'Zugriff verweigert'),
('de', 'access_denied_text', 'Sie haben die nötigen Zugriffsberechtigungen nicht um diese Seite anzuschauen.'),
('de', 'access_for_authorized_customers_only', 'Access for authorized customers only.'),
('de', 'access_restrictions', 'Zugriffsbeschränkungen'),
('de', 'account', 'Konto'),
('de', 'account_name', 'Kontoname'),
('de', 'account_number', 'Kontonummer'),
('de', 'account_type', 'Kontotyp'),
('de', 'acquirerid', 'Erwerber-ID'),
('de', 'action', 'Aktion'),
('de', 'actions', 'Aktionen'),
('de', 'activate', 'Aktivieren'),
('de', 'activate_menu_tab_for', 'Menu Tab aktivieren für'),
('de', 'activate_selected', 'Selektierte aktivieren'),
('de', 'activate_skrill_merchant_tools', 'Skrill Merchant Tools aktivieren'),
('de', 'activation_key', 'Link für die Aktivierung'),
('de', 'activation_link', 'Link für die Aktivierung'),
('de', 'activation_mode', 'Aktivierungs-Modus'),
('de', 'active', 'Aktiviert'),
('de', 'active_categories', 'Aktive Kategorien'),
('de', 'active_preset', 'Aktive Voreinstellung'),
('de', 'active_products', 'Aktive Produkte'),
('de', 'active_promotions', 'Aktive Aktionen'),
('de', 'active_style', 'Aktiver Stil'),
('de', 'act_on_behalf', 'Handeln im Auftrag von'),
('de', 'add', 'Hinzufügen'),
('de', 'added', 'Hinzugefügt'),
('de', 'adding_block_to_grid', 'Block zum Raster hinzufügen'),
('de', 'adding_grid', 'Raster hinzufügen'),
('de', 'additional_data', 'Zusätzliche Daten'),
('de', 'additional_images', 'Zusätzliche Bilder'),
('de', 'additional_options', 'Weitere Optionen'),
('de', 'additional_parameter_not_correct', 'Zusätzlicher Parameter ist nicht richtig'),
('de', 'additional_popup_larger_image', 'Grössere Bilder im separaten Fenster öffnen (Popup)'),
('de', 'additional_storefront_license_required', 'Additional [product] Storefront License Required'),
('de', 'additional_thumbnail', 'Zusätzliche Miniaturen'),
('de', 'additional__option_thumbnail', 'weitere Optionen für Miniaturbilder'),
('de', 'addon', 'Add-on (Erweiterung)'),
('de', 'addons', 'Add-ons (Erweiterungen)'),
('de', 'addons.form_builder.email_subject_field', 'Betreff in E-mail'),
('de', 'addons.form_builder.form_fields', 'Formularfelder'),
('de', 'addons.form_builder.form_name', 'Formularname'),
('de', 'addons.form_builder.other_subject', 'Anderes Thema (bitte unten angeben)'),
('de', 'addons.newsletters.email_exists_in_list', '<b>[email]</b> ist bereits in der Abonnenten-Liste eingetragen'),
('de', 'addons.newsletters.show_on_registration_and_profile', 'Seiten über die Registrierung und Profil-Details anzeigen'),
('de', 'addons.paypal.3d_secure_mandatory_notice', '3-D secure is mandatory in the United Kingdom.'),
('de', 'addons.paypal.configure_live', 'Configure Live'),
('de', 'addons.paypal.configure_test', 'Configure Test'),
('de', 'addons.paypal.connecting_to_signup_server', 'Connecting to <b>PayPal Sign Up Server</b>...'),
('de', 'addons.paypal.connect_to_paypal', 'Mit PayPal verbinden'),
('de', 'addons.paypal.display_description', 'Beschreibung anzeigen'),
('de', 'addons.paypal.display_name', 'Namen anzeigen'),
('de', 'addons.paypal.do_not_change', 'Nicht ändern'),
('de', 'addons.paypal.ipn_receiving_time', 'IPN-Empfangszeit'),
('de', 'addons.paypal.refund_message', '[amount] [currency] wurden am [date] um [time] zurückerstattet.'),
('de', 'addons.paypal.rma.perform_refund', 'Rückerstattung über PayPal'),
('de', 'addons.paypal.rma.refund_performed', 'Die Rückerstattung erfolgt über PayPal'),
('de', 'addons.paypal.set_status_to', 'Setzen auf:'),
('de', 'addons.paypal.signup_completed', 'The <b>[payment]</b> payment method has been successfully configured'),
('de', 'addons.paypal.signup_errors.merchant_credentials', 'Es ist ein Fehler beim Abrufen der Zahlwegkonfiguration aufgetreten'),
('de', 'addons.paypal.signup_errors.signup_init', 'Beim verbinden des Paypal Accounts ist ein Fehler aufgetreten'),
('de', 'addons.paypal.signup_messages.confirmation_needed', 'Um auf die Zahlungen Ihrer Kunden zuzugreifen, bestätigen Sie bitte Ihre E-Mail-Adresse, indem Sie den Anweisungen von PayPal folgen, die Sie per E-Mail erhalten haben.'),
('de', 'addons.paypal.signup_messages.finish_signup', 'Sie haben jetzt ein PayPal-Geschäftskonto und Sie haben erfolgreich [Produkt] in PayPal integriert.\nVergessen Sie nicht, Ihre E-Mail-Adresse zu bestätigen, um Ihr Konto zu aktivieren, damit Sie auf die Zahlungen zugreifen können. Folgen Sie dazu den Anweisungen von PayPal, die Sie per E-Mail erhalten haben.'),
('de', 'addons.paypal.status_for_new_orders', 'Initial order status'),
('de', 'addons.paypal.status_for_new_orders.incomplete', 'This ensures that you won\'t have abandoned unpaid orders with the <i>Open</i> status and reserved products. But until the response from PayPal (an IPN message) arrives or the customer returns to the store via a link on the PayPal site, the order will be listed as <i>Incomplete</i>, and products won\'t be reserved.'),
('de', 'addons.paypal.status_for_new_orders.open', 'By default, the <i>Open</i> status decreases the inventory, so two customers won\'t be able to buy the same product while the payment is being processed by PayPal. But if a customer leaves the PayPal website without paying or returning to the store via a link on the PayPal site, you\'ll have an abandoned <i>Open</i> order with reserved products.'),
('de', 'addons.paypal.surcharge_policy_notice', 'Für die Zahlungsmethode, die PayPal-Dienste nutzt, wurde ein Zuschlag festgelegt. Bitte stellen Sie sicher, dass dies mit der<a href=\"https://www.paypal.com/webapps/mpp/ua/legalhub-full\" target=\"_blank\">Benutzervereinbarung für PayPal-Dienste für Ihre Region übereinstimmt.'),
('de', 'addons.paypal.technical_details', 'Technische Angaben'),
('de', 'addons.paypal.use_buttons_to_signup', 'Benutzen Sie diese Tasten, um den Konfigurationsassistenten abzuschließen'),
('de', 'addons.rss_feed.icon', 'RSS feed subscription icon'),
('de', 'addons.social_buttons.yandex_button_update_notice', '<p>After some changes on the Yandex end, the Odnoklassniki social button stopped working for some of our clients. To make sure that the button works in your store, copy the up-to-date code from the Yandex website, paste it into the <b>Yandex.Share code</b> field, and save your changes.</p><p><a href=\"[GO_TO_ADDON_SETTING_LINK]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Open add-on settings</a> <a href=\"https://tech.yandex.ru/share/\" target=\"_blank\" class=\"btn btn-large\">Get up-to-date code from Yandex</a></p>'),
('de', 'addons.social_buttons.yandex_button_update_notice_title', 'Social buttons: Please update Yandex.Share code if you use Yandex social buttons'),
('de', 'addons.tags.add_a_tag', 'Schlagwort hinzufügen'),
('de', 'addons.vendor_plans.commission_description_absolute', '[amount] out of [sum]'),
('de', 'addons.vendor_plans.commission_description_percent', '[amount]% of [sum]'),
('de', 'addons.vendor_plans.payout_for_the_plan', 'Payout for the vendor plan: [plan]'),
('de', 'addons_source', 'Source'),
('de', 'addon_built_in', 'Built-in'),
('de', 'addon_files_was_copied', 'The <b>\"[addon]\"</b> add-on files has been copied successfully'),
('de', 'addon_license_key_tooltip', 'Geben Sie den Lizenzschlüssel ein, den Sie per E-Mail erhalten haben, um die Add-On-Upgrades zu erhalten.'),
('de', 'addon_reinstall.dangerous_way', '<strong>The dangerous way:</strong> we\'ll replace all the files of the add-on with new ones, but keep all the add-on\'s data in the database intact. This can break the add-on, or might even break your store. Please don\'t use the dangerous way, unless you absolutely know what you\'re doing.'),
('de', 'addon_reinstall.dangerous_way.action', 'Use the dangerous way'),
('de', 'addon_reinstall.dangerous_way.confirm', 'I know the risks and want to use the dangerous way.'),
('de', 'addon_reinstall.intro', 'Looks like you are trying to install an add-on that is already installed. We can do it for you in two ways; we recommend the safe way.'),
('de', 'addon_reinstall.safe_way', '<strong>The safe way:</strong> we\'ll uninstall the old add-on first, and then install the new one. The drawback is that any data and settings related to the add-on will be lost.'),
('de', 'addon_reinstall.safe_way.action', 'Use the safe way'),
('de', 'addon_sql_error', 'Fehler in einer SQL Query während der Add-on Installation. Das Add-on wird nicht installiert.'),
('de', 'addon_third_party', 'Third-party'),
('de', 'addon_uninstall_sql_error', 'An error in an SQL query occurred during the add-on uninstallation.'),
('de', 'address', 'Adresse'),
('de', 'addresses', 'Adressen'),
('de', 'address_2', 'Adresse 2'),
('de', 'address_commercial', 'Geschäft'),
('de', 'address_residential', 'Privat (Residential)'),
('de', 'address_type', 'Adresstyp'),
('de', 'add_administrator', 'Administrator hinzufügen'),
('de', 'add_all_to_cart', 'Alles zum Warenkorb hinzufügen'),
('de', 'add_as_order', 'Add as order'),
('de', 'add_attachment', 'Anhang hinzufügen'),
('de', 'add_autoresponder', 'Automatischen Beantworter hinzufügen'),
('de', 'add_banner', 'Banner hinzufügen'),
('de', 'add_banners', 'Banner hinzufügen'),
('de', 'add_banners_and_close', 'Banner hinzufügen und schließen'),
('de', 'add_block', 'Block hinzufügen'),
('de', 'add_bonus', 'Bonus hinzufügen'),
('de', 'add_campaign', 'Kampagne hinzufügen'),
('de', 'add_cart_promotion', 'Warenkorb Promotion hinzufügen'),
('de', 'add_catalog_promotion', 'Katalog Promotion hinzufügen'),
('de', 'add_categories', 'Kategorien hinzufügen'),
('de', 'add_categories_and_close', 'Kategorien hinzufügen und schliessen'),
('de', 'add_category', 'Kategorie hinzufügen'),
('de', 'add_chart', 'Grafik hinzufügen'),
('de', 'add_combination', 'Kombination hinzufügen'),
('de', 'add_companies', 'Lieferanten hinzufügen'),
('de', 'add_companies_and_close', 'Lieferanten hinzufügen und schliessen'),
('de', 'add_condition', 'Bedingung hinzufügen'),
('de', 'add_credit_card', 'Kreditkarte hinzufügen'),
('de', 'add_currency', 'Währung hinzufügen'),
('de', 'add_customer', 'Kunde hinzufügen'),
('de', 'add_datafeed', 'Datenfeed hinzufügen'),
('de', 'add_domains', 'Domains hinzufügen'),
('de', 'add_elements', 'Artikel hinzufügen'),
('de', 'add_emails', 'E-Mail-Adressen hinzufügen'),
('de', 'add_email_snippet', 'Ausschnitt hinzufügen'),
('de', 'add_empty_item', 'Leeres Element hinzufügen'),
('de', 'add_feature', 'Eigenschaft hinzufügen'),
('de', 'add_field', 'Feld hinzufügen'),
('de', 'add_file', 'Datei hinzufügen'),
('de', 'add_filter', 'Filter hinzufügen'),
('de', 'add_filters', 'Filter hinzufügen'),
('de', 'add_filters_and_close', 'Filter hinzufügen und schliessen'),
('de', 'add_folder', 'Ordner hinzufügen'),
('de', 'add_form', 'Formular hinzufügen'),
('de', 'add_gift_certificate', 'Gutschein hinzufügen'),
('de', 'add_global_option', 'Globale Option hinzufügen'),
('de', 'add_grid_block', 'Raster oder Block hinzufügen'),
('de', 'add_group', 'Gruppe hinzufügen'),
('de', 'add_image_from_server', 'Bild von Server hinzufügen'),
('de', 'add_image_from_url', 'Bild von URL hinzufügen'),
('de', 'add_ips', 'IP-Adressen hinzufügen'),
('de', 'add_item', 'Menu/Link hinzufügen'),
('de', 'add_items', '[items] hinzufügen'),
('de', 'add_language', 'Sprache hinzufügen'),
('de', 'add_language_variable', 'Sprachvariable hinzufügen'),
('de', 'add_layout', 'Layout hinzufügen'),
('de', 'add_link', 'Link hinzufügen'),
('de', 'add_localization', 'Lokalisierung hinzufügen'),
('de', 'add_location', 'Position hinzufügen'),
('de', 'add_mailing_lists', 'Verteiler hinzufügen'),
('de', 'add_menu', 'Menu hinzufügen'),
('de', 'add_new', 'Hinzufügen'),
('de', 'add_newsletter', 'Newsletter hinzufügen'),
('de', 'add_new_datafeed', 'Neuer Datenfeed'),
('de', 'add_new_field', 'Neues Feld hinzufügen'),
('de', 'add_new_order', 'Neue Bestellung hinzufügen'),
('de', 'add_new_variant', 'Neue Variante hinzufügen'),
('de', 'add_nf_warning', 'É necessário anexar nota fiscal para gerar etiqueta'),
('de', 'add_option', 'Option hinzufügen'),
('de', 'add_order', 'Bestellung hinzufügen'),
('de', 'add_orders', 'Bestellungen hinzufügen'),
('de', 'add_orders_and_close', 'Bestellungen hinzufügen und schliessen'),
('de', 'add_page', 'Seite hinzufügen'),
('de', 'add_pages', 'Seiten hinzufügen'),
('de', 'add_pages_and_close', 'Seiten hinzufügen und schliessen'),
('de', 'add_payment', 'Zahlungsmethode hinzufügen'),
('de', 'add_payout', 'Auszahlung hinzufügen'),
('de', 'add_poll', 'Umfrage hinzufügen'),
('de', 'add_polls', 'Umfragen hinzufügen'),
('de', 'add_polls_and_close', 'Umfragen hinzufügen und schließen'),
('de', 'add_post', 'Beitrag hinzufügen'),
('de', 'add_product', 'Produkt hinzufügen'),
('de', 'add_products', 'Artikel hinzufügen'),
('de', 'add_products_and_close', 'Artikel hinzufügen und schliessen'),
('de', 'add_products_to_section', 'Produkt zu dieser Sektion hinzufügen'),
('de', 'add_product_filter', 'Produktfilter hinzufügen'),
('de', 'add_profile_fields', 'Add profile fields'),
('de', 'add_profile_fields_and_close', 'Add profile fields and close'),
('de', 'add_promotions', 'Promotionen hinzufügen'),
('de', 'add_question', 'Frage hinzufügen'),
('de', 'add_rate_area', 'Tarifbereich hinzufügen'),
('de', 'add_reason', 'Grund hinzufügen'),
('de', 'add_recipients_from_users', 'Empfänger von Benutzerliste hinzufügen'),
('de', 'add_report', 'Bericht hinzufügen'),
('de', 'add_section', 'Sektion hinzufügen'),
('de', 'add_selected_to_cart', 'Selektion zum Warenkorb hinzufügen'),
('de', 'add_shipping_method', 'Versandmethode hinzufügen'),
('de', 'add_site_map_section', 'Sitemap Sektion hinzufügen'),
('de', 'add_snippet', 'Ausschnitt hinzufügen'),
('de', 'add_state', 'Bundesland/Kanton hinzufügen'),
('de', 'add_status', 'Status hinzufügen'),
('de', 'add_storefront', 'Add storefront'),
('de', 'add_storefronts', 'Add storefronts'),
('de', 'add_storefronts_and_close', 'Add storefronts and close'),
('de', 'add_store_location', 'Standort hinzufügen'),
('de', 'add_subcategory', 'Unterkategorie hinzufügen'),
('de', 'add_subscriber', 'Mitglied / Abonnent hinzufügen'),
('de', 'add_subscribers_from_users', 'Abonnenten aus Benutzer hinzufügen'),
('de', 'add_subtract_points', 'Punkte hinzufügen und abziehen'),
('de', 'add_supplier', 'Lieferant hinzufügen'),
('de', 'add_tab', 'Tab (Registerreiter) hinzufügen'),
('de', 'add_table_column', 'Spalte hinzufügen'),
('de', 'add_tag', 'Schlagwort hinzufügen'),
('de', 'add_tax', 'Steuer hinzufügen'),
('de', 'add_template', 'Vorlage hinzufügen'),
('de', 'add_to_cart', 'Dem Warenkorb hinzufügen'),
('de', 'add_to_comparison_list', 'Zur Vergleichsliste hinzufügen'),
('de', 'add_to_wishlist', 'Add to Wishlist'),
('de', 'add_user', 'Benutzer hinzufügen'),
('de', 'add_users', 'Benutzer hinzufügen'),
('de', 'add_users_and_close', 'Benutzer hinzufügen und schliessen'),
('de', 'add_vendor', 'Verkäufer hinzufügen'),
('de', 'add_vendor_administrator', 'Verkäufer-Administrator hinzufügen'),
('de', 'add_withdrawal', 'Request withdrawal'),
('de', 'admin2', 'Sie können in diesem Store nichts importieren oder ausführen weil Sie eine Testversion (Trial) benutzen die schon abgelaufen ist'),
('de', 'administration', 'Administration'),
('de', 'administration_menu_structure_changed_upgrade_notification_text', '<p><b>Locations</b> in <i>Administration → Shipping & taxes</i> renamed to <b>Rate areas</b>. That\'s because the purpose of locations is to set different shipping rates and tax rates.</p><p>Order statuses, shipment statuses, and gift certificate statuses are now located in their own sub-menu: <b>Administration → Statuses.</b></p>'),
('de', 'administration_menu_structure_changed_upgrade_notification_title', 'Administration menu changed'),
('de', 'administration_panel', 'Administrations-Panel'),
('de', 'administration_panel.block_manager.enable', 'Edit structure<br/><br/>Change various blocks with information: show them, hide them, or move them as you see fit.<br/>This currently works only at the checkout page. Add a product to cart and proceed to checkout to see the editor'),
('de', 'administration_panel.live_editor.enable', 'Edit сontent<br/><br/>Change the texts and other data directly on the storefront, without using the administration panel'),
('de', 'administration_panel.theme_editor.enable', 'Edit style<br/><br/>Change the style of your store (logos, colors, fonts, and so on) and see the changes as you make them'),
('de', 'administrator', 'Administrator'),
('de', 'administrators', 'Administratoren'),
('de', 'administrators_menu_description', 'Liste von Shop Administratoren, registrierte Benutzer mit einem Administrator Konto.'),
('de', 'administrators_notified', '[count] Administratoren benachrichtigt.'),
('de', 'admin_notifications', 'Benachrichtigungen für Administratoren'),
('de', 'admin_panel', 'Administrations-Panel'),
('de', 'admin_panel.block_manager', 'Editing layout'),
('de', 'admin_panel_will_be_blocked', 'Die Integritätsprüfung der Installation ist fehlgeschlagen. Der Zugang zum Administrationsbereich wird innerhalb von 2 Tagen gesperrt. Bitte kontaktieren Sie unser <a href=\"[href]\">Supportteam</a>'),
('de', 'admin_text_letter_footer', 'E-Shop von [company_name].'),
('de', 'advanced', 'Erweitert'),
('de', 'advanced_companies_search', 'Advanced companies search'),
('de', 'advanced_customer_search', 'Advanced customer search'),
('de', 'advanced_import.additional_settings', 'Weitere Einstellungen'),
('de', 'advanced_import.add_preset', 'Standarteinstellungen hinzufügen'),
('de', 'advanced_import.advanced_products_import', 'Produkte'),
('de', 'advanced_import.cannot_detect_csv_delimiter', 'Trennzeichen können nicht automatisch erkannt werden. Bitte geben Sie das korrekte Trennzeichen manuell in den zusätzlichen Einstellungen auf der Registerkarte \"Datei\" an.'),
('de', 'advanced_import.cant_load_file', 'Datei kann nicht geladen werden'),
('de', 'advanced_import.cant_load_file_for_company', 'Datei kann für die angegebene Firma nicht geladen werden'),
('de', 'advanced_import.cant_save_preset_invalid_modifiers', 'Die Voreinstellung kann nicht gespeichert werden, da sie ungültige Modifikatoren enthält'),
('de', 'advanced_import.column_header', 'Spaltenname in der importierten Datei'),
('de', 'advanced_import.coming_soon', '... in Kürze'),
('de', 'advanced_import.create_new_products_only', 'Nur neue Produkte erstellen'),
('de', 'advanced_import.delete_additional_images', 'Vorhandene zusätzliche Bilder löschen'),
('de', 'advanced_import.delete_additional_images_tooltip', 'Wenn Sie diese Einstellung aktivieren, werden die vorhandenen zusätzlichen Bilder der importierten Produkte durch die in der importierten Datei angegebenen Bilder ersetzt (wenn keine Bilder angegeben sind, bleiben die alten Bilder erhalten). Wenn die Einstellung deaktiviert ist, werden die neuen zusätzlichen Bilder einfach zu den vorhandenen Bildern hinzugefügt.'),
('de', 'advanced_import.editing_preset', 'Voreinstellungen bearbeiten: [preset]'),
('de', 'advanced_import.example_imported_title', 'Als Beispiel: Hier ist ein Wert in der ersten Zeile der Datei:'),
('de', 'advanced_import.example_modified_title', 'Und so wird dieser Wert importiert:'),
('de', 'advanced_import.fetching_schema_failed_check_file', 'Bevor Sie den Import ausführen können, stellen Sie bitte sicher, dass:<ul><li>Sie haben die Importvorlage über die Drucktaste angelegt. Wenn Sie Speichern statt Erstellen sehen, dann haben Sie das bereits getan.</li><li>Sie haben auf der Registerkarte Datei den richtigen XML-Zielknoten angegeben und die Voreinstellung gespeichert.</li><li>Sie haben die importierten Informationen mit den Produkteigenschaften in CS-Cart auf der Registerkarte Felder-Mapping abgeglichen und das Preset gespeichert.</li></ul>Wenn Sie diese Meldung sehen, haben Sie Punkt 1 oder 2 noch nicht abgeschlossen.'),
('de', 'advanced_import.fetching_schema_failed_check_target_node', 'Bitte stellen Sie sicher, dass das <b>XML-Zielknoten</b>korrekt ausgefüllt ist.'),
('de', 'advanced_import.fields_mapping', 'Felderzuordnung'),
('de', 'advanced_import.fields_mapping.description', 'Diese Tabelle enthält die Liste der Spalten der importierten Datei. Wählen Sie für jede Spalte, die Sie importieren möchten, unter [Produkt] eine entsprechende Produkteigenschaft aus. Überprüfen Sie dann, welche Art von Daten aus dieser Spalte importiert werden und verwenden Sie Modifikatoren, um diese Daten gegebenenfalls zu ändern. Denken Sie daran, Ihre Änderungen zu speichern.'),
('de', 'advanced_import.file', 'Datei'),
('de', 'advanced_import.first_line_import_value', 'Beispiel für den importierten Wert'),
('de', 'advanced_import.general_settings', 'Allgemeine Einstellungen'),
('de', 'advanced_import.has_modifiers', 'Wurde geändert'),
('de', 'advanced_import.images_delimiter', 'Bild Trennzeichen'),
('de', 'advanced_import.images_delimiter.description', 'Trennzeichen zwischen Produktbildern.'),
('de', 'advanced_import.import_all', 'Alle Produkte aus der Datei importieren'),
('de', 'advanced_import.import_fields', 'Import-Felder'),
('de', 'advanced_import.import_file', 'Datei importieren'),
('de', 'advanced_import.import_products', 'Produkte importieren'),
('de', 'advanced_import.import_products_w_preset', 'Importierte Produkte: [preset]'),
('de', 'advanced_import.import_strategy', 'Import Strategie'),
('de', 'advanced_import.import_strategy_tooltip', 'Wenn Sie \"Nur bestehende Produkte aktualisieren\" wählen, werden Produkte, die nicht in der Datenbank Ihres Shops vorhanden sind, während des Imports übersprungen.<br>Wenn Sie \"Nur neue Produkte erstellen\" wählen, werden Produkte, die in der Datenbank Ihres Shops vorhanden sind, während des Imports übersprungen.'),
('de', 'advanced_import.incorrect_delimiter', 'Das angegebene (oder automatisch erkannte) Trennzeichen scheint falsch zu sein. Bitte geben Sie das korrekte Trennzeichen manuell in den zusätzlichen Einstellungen auf der Registerkarte \"Datei\" an.'),
('de', 'advanced_import.invalid_function_firs_character', 'Der Name darf nicht mit Zeichen <b>[character]</b> beginnen.'),
('de', 'advanced_import.invalid_modifier_message', 'Der Modifikator <b>[modifier]</b> ist ungültig. [message]'),
('de', 'advanced_import.invalid_number_of_parameters_provided', 'Ungültige Anzahl von Werten, die für den Modifikator vorgesehen sind.: <b>[modifier]</b>: erwartet [expected_count], erhalten [actual_count].'),
('de', 'advanced_import.last_launch', 'Letzter Import'),
('de', 'advanced_import.last_status', 'Status'),
('de', 'advanced_import.last_status.F', 'Fehler'),
('de', 'advanced_import.last_status.P', 'In Bearbeitung'),
('de', 'advanced_import.last_status.S', 'Erfolgreich'),
('de', 'advanced_import.last_status.X', '&mdash;'),
('de', 'advanced_import.missing_parameters_list_closer', 'The expected <b>[closer]</b> after the parameters list is missing.'),
('de', 'advanced_import.modifier', 'Modifikator'),
('de', 'advanced_import.modifiers_description', 'Verwenden Sie diese Funktionen in der Spalte <b>Modifier</b>, um die Werte in den Feldern der importierten Datei zu ändern. Geben Sie die Funktionen wie folgt ein: <b>Funktion(Parameter, Parameter)</b>. Bitte beachten Sie, dass die \"Verschachtelung\" von Funktionen nicht unterstützt wird.'),
('de', 'advanced_import.modifiers_list', 'Liste der Modifikatoren'),
('de', 'advanced_import.modifiers_self_referencing_info', 'Die meisten Funktionen erlauben, den nicht modifizierten Wert des importierten Feldes zu verwenden, indem Sie <b>$value</b> Parameter verwenden. Wenn es Ausnahmen gibt, werden diese in den Funktionsbeschreibungen erwähnt.'),
('de', 'advanced_import.modifier_description.case', '<b>case</b>&mdash;odd parameters are expressions, and the following even parameters are corresponding values. The function checks the expressions and returns the value corresponding to the first expression that ends up being <i>true</i>.<ul><li>Examples:</li><ul><li><b>case($value>100, \"More than 100\", $value>70, \"More than 70\", $value>20, \"More than 20\", $value>0, \"In stock\", $value=0, \"Out of stock\")</b> will result in <i>More than 70</i> if the <i>$value</i> in the imported file is a number between 71 and 100</li></ul><li>Notes:<ul><li>This function shares expression rules and available operations with the <b>if</b> function.</li><li>Only even numbers of parameters are supported: <b>2, 4, 6, 8</b>, etc.</li></ul></li></ul>'),
('de', 'advanced_import.modifier_description.concat', '<b>concat</b>&mdash;verkettet alle bereitgestellten Parameter <ul><li>Beispiel:</li><ul><li><b>concat(\'abc\', def)</b> wird enden als <i>abcdef</i></li> <li><b>concat(\'PRODUCT_\', $value, \'_CODE\')</b> wird enden als <i>PRODUCT_$value_CODE</i>, aber<b>$value</b> wird durch den Wert des importierten Feldes ersetzt</li></ul></ul>'),
('de', 'advanced_import.modifier_description.div', '<b>div</b>&mdash;dividiert den ersten Parameter vom Zweiten. <ul><li>Beispiel:</li><ul><li><b>div(9, 3)</b> equals <i>3</i></li> <li><b>div($value, 7)</b> equals <i>der Wert des importierten Feldes ÷ 7</i></li></ul></ul>'),
('de', 'advanced_import.modifier_description.if', '<b>if</b>&mdash;checks the expression in the first parameter. If the first parameter is <i>true</i>, the function returns the second parameter. Otherwise the function returns the third parameter.<ul><li>Examples:</li><ul><li><b>if($value>\"0\", \"In Stock\", \"Out of stock\")</b> will result in <i>In Stock</i> if <i>$value > 0</i> is <i>true</i>; otherwise the result will be <i>Out of stock</i></li></ul><li>Available operations for the expression are:<ul><li><b>=</b>&mdash;checks for equality: <i>if($value=100, ...)</i></li><li><b>!=</b>&mdash;checks for inequality: <i>if($value!=100, ...)</i></li><li><b>&gt;</b>&mdash;checks if the first value is greater than the second: <i>if($value&gt;100, ...)</i></li><li><b>&lt;</b>&mdash;checks if the first value is less than the second: <i>if($value&lt;100, ...)</i></li><li><b>&gt;=</b>&mdash;checks if the first value is greater than or equal to the second: <i>if($value&gt;=100, ...)</i></li><li><b>&lt;=</b>&mdash;checks if the first value is less than or equal to the second: <i>if($value&lt;=100, ...)</i></li></ul></li><li>Notes:<ul><li>If you use single (\') or double (\") quotes in the first parameter, make sure that the first parameter is either wrapped in quotes entirely, or that there is no end quote in the middle of the parameter. For example, <i>if(\"My value\"=$value, ...)</i> will not work, but <i>if(\"My value=$value\", ...)</i> will.</ul></li></ul>'),
('de', 'advanced_import.modifier_description.mul', '<b>sum</b>&mdash; mutlipliziert zwei bereitgestellte Zahlen als Parameter. <ul><li>Beispiele:</li><ul><li><b>sum(1, 3)</b> gleich <i>3</i></li> <li><b>sum(7 $value)</b> equals <i>7 + der Wert des importierten Feldes </i></li></ul></ul>'),
('de', 'advanced_import.modifier_description.rand', '<b>rand</b>&mdash;generates a random number from 1 to the maximum value provided as the parameter. <ul><li>Examples:</li><ul><li><b>rand(999)</b> may result in any number from 1 to 999.</li></ul></ul>'),
('de', 'advanced_import.modifier_description.replace', '<b>replace</b>&mdash;ersetzt alle Vorkommen der Suchzeichenfolge durch die Ersetzungszeichenfolge. <br>Die Reihenfolge der Parameter ist wichtig: <b>replace(\'search\', \'replace\', \'subject\')</b>. <ul><li>Beispiele:</li><ul><li><b>(\'a\', !, \"banana\")</b> ersetzen führt zu <i>b!n!n!</i></li> <li><b>replace(\"t-shirt\", \'T-Shirt\', $value)</b> ersetzt jedes Vorkommen von <i>t-shirt</i> mit <i>T-Shirt</i> in jedem Eintrag in der Spalte.</li></ul></ul>'),
('de', 'advanced_import.modifier_description.sub', '<b>sub</b>&mdash;subtrahiert den zweiten Parameter vom Ersten. <ul><li>Examples:</li><ul><li><b>sub(3, 1)</b> equals <i>2</i></li> <li><b>sub($value, 7)</b> equals <i>der Wert des importierten Feldes - 7</i></li></ul></ul>'),
('de', 'advanced_import.modifier_description.sum', '<b>sum</b>&mdash;sums up two numbers provided as parameters. <ul><li>Examples:</li><ul><li><b>sum(1, 3)</b> equals <i>4</i></li> <li><b>sum(7, $value)</b> equals <i>7 + the value of the imported field</i></li></ul></ul>'),
('de', 'advanced_import.modifier_description.w_replace', '<b>w_replace</b>&mdash;replaces all occurrences of the search string with the replacement string using wildcards. <br>The order of parameters is important: <b>w_replace(\'search\', \'replace\', \'subject\')</b>. <br>Supported wildcards: <b>?</b>&mdash;any single character; <b>*</b>&mdash;any number of characters to the end of the word. <ul><li>Examples</li><ul><li><b>w_replace(\'banan?\', bananas, banana banans bananz)</b> will result in <i>bananas bananas bananas</i></li> <li><b>w_replace(\"ban*\", \'bananas\', banana banans bananz)</b> will also result in <i>bananas bananas bananas</i></li></ul></ul>'),
('de', 'advanced_import.modifier_number_of_parameters', 'Anzahl der Parameter'),
('de', 'advanced_import.modifier_self_reference_is_unsupported', 'Diese Funktion unterstützt nicht die Verwendung eines nicht geänderten Wertes aus der importierten Datei.'),
('de', 'advanced_import.modifier_title', 'Ein Modifikator ist eine Regel, die Werte in einer Spalte ändert'),
('de', 'advanced_import.never', 'Nie'),
('de', 'advanced_import.new_preset', 'Neue Standarteinstellungen'),
('de', 'advanced_import.options', 'Optionen'),
('de', 'advanced_import.preset_last_view', 'Voreinstellung'),
('de', 'advanced_import.preset_not_found', 'Voreinstellungen nicht gefunden'),
('de', 'advanced_import.previewing_fields_mapping', 'Vorschau der Feldzuordnung für die Voreinstellung: [preset]'),
('de', 'advanced_import.product_property', 'Produkteigenschaft in [product]'),
('de', 'advanced_import.properties', 'Eigentschaften'),
('de', 'advanced_import.remove_images', 'Zusätzliche Bilder entfernen'),
('de', 'advanced_import.run_import_via_cron_message', 'Sie können den Import in bestimmten Zeitabständen automatisch durchführen. Fügen Sie dazu den folgenden Befehl zu CRON hinzu:'),
('de', 'advanced_import.show_less', 'Zeige weniger'),
('de', 'advanced_import.show_more', 'Zeige mehr'),
('de', 'advanced_import.target_node', 'XML target node'),
('de', 'advanced_import.target_node.description', 'The full path to the XML node with the information about an imported entity. The nodes nested in the specified node will be used as columns of the imported file. Here is an example of the path: yml_catalog/shop/offers/offer'),
('de', 'advanced_import.test_import', 'Testimport durchführen'),
('de', 'advanced_import.test_import_tooltip', 'Wenn Sie diese Einstellung aktivieren, wird nur das erste [n] Produkt verarbeitet.| Wenn Sie diese Einstellung aktivieren, werden nur die ersten [n] -Produkte verarbeitet.'),
('de', 'advanced_import.unexpected_parameter_passed', 'Erwartet <b>[delimiter]</b> oder <b>[closer]</b> erhalten <b>[char]</b>.'),
('de', 'advanced_import.unrecognized_modifier', 'Der Modifikator <b>[modifier]</b> existiert nicht.'),
('de', 'advanced_import.uploading_file', 'Datei für die Voreinstellung hochladen: [preset]'),
('de', 'advanced_import.user_upload', 'Nutzer-Upload'),
('de', 'advanced_import_images', 'Produktbilder'),
('de', 'advanced_products_search', 'Advanced products search'),
('de', 'advanced_search', 'Erweiterte Suche'),
('de', 'advanced_search_options', 'Erweiterte Suchoptionen'),
('de', 'advanced_storefronts_search', 'Advanced storefronts search'),
('de', 'affected_email_templates', 'Email templates using this document'),
('de', 'after_full_payment', 'Nach vollständiger Zahlung'),
('de', 'after_sum', 'Nach Betrag'),
('de', 'agent', 'Agent'),
('de', 'agent_id', 'Agent ID'),
('de', 'age_limit', 'Altersbeschränkung'),
('de', 'age_verification', 'Altersverifikation'),
('de', 'age_warning_message', 'Warnmeldung'),
('de', 'agilecrm.account_ask', 'Do not have an Agile Account. <a target=\"_blank\" href=\"https://www.agilecrm.com/pricing?utm_source=cscart	&utm_medium=website&utm_campaign=integration\" style=\"text-decoration:none;padding:5px\" class=\"btn-primary\">Create account</a> and fill the details below<br/><br/>'),
('de', 'agilecrm_btn_validate', 'Validate'),
('de', 'agile_domain', 'Agile Domain'),
('de', 'agile_rest_api_key', 'Rest API Key'),
('de', 'agreement_required', 'Vertrag erforderlich'),
('de', 'all', 'Alle'),
('de', 'allowed', 'Erlaubt'),
('de', 'allowed_combinations', 'Erlaubte Kombinationen'),
('de', 'allowed_extensions', 'Erlaubte Dateierweiterungen (extensions)'),
('de', 'allowed_extensions_hint', 'Dieses Feld leer lassen um das Upload aller Dateitypen zu erlauben oder erlaubte Erweiterungen durch ein Komma eingeben. Z.B. jpg,bmp,gif,'),
('de', 'allow_api_access', 'Ja, diesen Benutzer erlauben API zu verwenden'),
('de', 'allow_return_registration', 'Rückgabe Registrierung erlauben'),
('de', 'all_actions', 'Alle Aktionen'),
('de', 'all_block_types', 'All block types'),
('de', 'all_categories', 'All categories'),
('de', 'all_companies', 'All vendors'),
('de', 'all_currencies', 'All currencies'),
('de', 'all_downloads', 'Alle Downloads'),
('de', 'all_features', 'Alle Eigenschaften'),
('de', 'all_filters', 'Alle Produktefilter'),
('de', 'all_languages', 'All languages'),
('de', 'all_layouts', 'All layouts'),
('de', 'all_locations', 'All locations'),
('de', 'all_pages', 'Alle Seiten'),
('de', 'all_products', 'All products'),
('de', 'all_products_have_been_updated', 'Alle Produkte wurden erfolgreich aktualisiert'),
('de', 'all_storefronts', 'All storefronts'),
('de', 'all_storefronts_short', 'All'),
('de', 'all_stores', 'Alle Geschäfte'),
('de', 'all_vendors', 'Alle Verkäufer'),
('de', 'all_words', 'alle diese Wörter'),
('de', 'also_bought', 'Kunden kauften auch'),
('de', 'alternative_text', 'Alternativer Text'),
('de', 'alt_text', 'Alternativer Text'),
('de', 'always', 'Immer'),
('de', 'american_express', 'American Express'),
('de', 'american_express_info', 'Der Sicherheitscode befindet sich auf der Vorderseite der Karte über der Kreditkartennummer (entweder auf der rechten oder auf der linken Seite der Kreditkarte).'),
('de', 'amount', 'Betrag'),
('de', 'amount_decreased', 'Menge wurde verringert um'),
('de', 'amount_increased', 'Menge wurde erhöht um'),
('de', 'amount_type', 'Betragsart'),
('de', 'and', 'und'),
('de', 'anonymous', 'Anonym'),
('de', 'answer', 'Antwort'),
('de', 'answers', 'Antworten'),
('de', 'answer_text', 'Antworttext'),
('de', 'any', 'Jede(r)'),
('de', 'any_category', 'Jede Kategorie'),
('de', 'any_date', 'Jedes Datum'),
('de', 'any_option_combinations', 'Jede Options Kombinationen'),
('de', 'any_product', 'Jedes Produkt'),
('de', 'any_status', 'Jeder Status'),
('de', 'any_words', 'jedes dieser Wörter'),
('de', 'api', 'API'),
('de', 'apikey', 'API-Schlüssel'),
('de', 'api_access', 'API-Zugriff'),
('de', 'api_access_for_user', 'API-Zugriff für diesen Benutzer'),
('de', 'api_access_has_been_disabled', 'From now on, you cannot use the API'),
('de', 'api_access_has_been_enabled', 'You are free to use the API now'),
('de', 'api_invalid_value', 'Invalid value `[value]` specified for [field]'),
('de', 'api_invalid_value_w_valid_list', 'Invalid value `[value]` specified for [field]. Valid values are: [valid_list]'),
('de', 'api_key', 'API-Schlüssel'),
('de', 'api_key_not_found', 'Api key was not found'),
('de', 'api_need_correct_company_id', 'ID der Firma nicht gefunden'),
('de', 'api_need_id', 'Objekt ID unbestimmt'),
('de', 'api_need_params', 'Fehlende Parameter'),
('de', 'api_need_store', 'Store is obligatorisch (the company_id param or entity stores)'),
('de', 'api_not_need_id', 'ID muss nicht definiert werden'),
('de', 'api_no_shipping_methods_available', 'Es sind keine Versandarten verfügbar.'),
('de', 'api_order_couldnt_be_created', 'Die Bestellung konnte nicht erstellt werden.'),
('de', 'api_partner', 'API Partner'),
('de', 'api_password', 'API Passwort'),
('de', 'api_required_field', 'Das [field] Feld wird benötigt.'),
('de', 'api_required_fields', 'The following fields are required: [fields]'),
('de', 'api_shipments_not_allow_update', 'Nur die Tracking Nummer und Carrier Params können aktualisiert werden, wenn \'Benutzer erlauben Versandarten zu erstellen\' eingestellt ist'),
('de', 'api_shipments_update_not_allowed', 'Nur die Sendungsnummer und die Transportvorgaben können aktualisiert werden'),
('de', 'api_user', 'API Benutzer'),
('de', 'api_wrong_user_company_relation', 'The user doesn\'t exist for this store, and sharing users among stores is disabled.'),
('de', 'appearance', 'Aussehen'),
('de', 'appearance_settings', 'Einstellungen Laden-Aussehen'),
('de', 'appearance_type', 'Aussehen-Typ'),
('de', 'application_id', 'Applikations ID'),
('de', 'application_login', 'Applikations Anmeldung (login)'),
('de', 'apply', 'Anwenden'),
('de', 'apply_as_link', 'als Link anwenden'),
('de', 'apply_for_vendor_account', 'Verkäuferkonto beantragen'),
('de', 'apply_shipping_for_all_vendors', 'Allow shipping for all vendors'),
('de', 'apply_shipping_for_all_vendors_confirm', 'The shipping method will be applied to all the vendors. Are you sure you want to proceed?'),
('de', 'apply_tax_to_products', 'Selektierte Steuern für alle Produkten anwenden'),
('de', 'apply_to_all_languages', 'Für alle Sprachen anwenden'),
('de', 'apply_to_products', 'Auf Produkte anwenden'),
('de', 'approval', 'Approval'),
('de', 'approve', 'Genehmigen'),
('de', 'approved', 'Genehmigt'),
('de', 'approve_selected', 'Approve selected'),
('de', 'app_params', 'Anwendung'),
('de', 'arabic', 'Arabisch'),
('de', 'arrows', 'Pfeile'),
('de', 'asc', 'Steigend'),
('de', 'assign_to_me', 'Assign to me'),
('de', 'attachments', 'Anhänge'),
('de', 'attention', 'Vorsicht!'),
('de', 'audience', 'Audience (Details)'),
('de', 'australia_post_upgrade_notification_text', '<p>The latest version of [product] has different settings for realtime shipping rate calculation if you use Australia Post as a Carrier.</p><p>If you want to show current shipping rates to your clients, do this:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses Australia Post as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li><li>switch to the Configure tab and enter the proper <a href=\"https://developers.auspost.com.au/apis/pacpcs-registration\" target=\"_blank\">PAC API key</a></li></ul>'),
('de', 'australia_post_upgrade_notification_title', 'Australia Post realtime shipping rate calculation changes'),
('de', 'auth.one_time_password.notification.error_password_invalid', 'Sorry, it seems that the code you\'ve entered is incorrect. It may have expired or been used already. Please check the code you\'re entering or request a new code.');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('de', 'auth.one_time_password.notification.error_password_required', 'Please enter the code to sign in.'),
('de', 'auth.one_time_password.notification.info_password_sent', 'We\'ve sent a one-time code to [email].'),
('de', 'auth.one_time_password.popup.input_placeholder', 'Enter the code here'),
('de', 'auth.one_time_password.popup.message', 'We\'ve sent a one-time code to <strong>[email]</strong>. Please enter it below, and we\'ll sign you in without a password.'),
('de', 'auth.one_time_password.popup.resend_btn', 'Resend the code'),
('de', 'auth.one_time_password.popup.sign_in_btn', 'Sign me in'),
('de', 'auth.one_time_password.popup.title', 'Password-free sign-in'),
('de', 'authentication_failed', 'Authentifizierung fehlgeschlagen'),
('de', 'authentication_key', 'Authentifizierungs-Schlüssel'),
('de', 'authentication_password', 'Authentifizierungs-Passwort'),
('de', 'author', 'Autor'),
('de', 'authorization', 'Autorisation'),
('de', 'authorize_before_order', 'Only registered customers can place an order. Please sign in to your account or register a new one.'),
('de', 'authorize_capture', 'Autorisiere und erfasse'),
('de', 'authorize_only', 'Nur autorisieren'),
('de', 'auth_code', 'Auth-Code'),
('de', 'auth_info', 'Authentifizierungs-Information'),
('de', 'auto', 'Automatisch'),
('de', 'autoresponders', 'Autoresponder'),
('de', 'auto_set_permissions_via_ftp', 'Automatisch Berechtigungen per FTP setzen'),
('de', 'avail', 'verfügbar'),
('de', 'availability', 'Verfügbarkeit'),
('de', 'available', 'verfügbar'),
('de', 'available_fields', 'Verfügbare Felder'),
('de', 'available_for_supplier', 'Verfügbar für Lieferanten'),
('de', 'available_for_vendor', 'Für Verkäufer verfügbar'),
('de', 'available_items', 'Verfügbare Elemente'),
('de', 'available_languages', 'Verfügbar'),
('de', 'available_since', 'Verfügbar seit'),
('de', 'available_upgrades', 'Verfügbare Upgrades'),
('de', 'available_views', 'Verfügbare Ansichten'),
('de', 'avail_from', 'Verfügbar ab'),
('de', 'avail_till', 'Verfügbar bis'),
('de', 'average', 'Durchschnitt'),
('de', 'avs', 'AVS'),
('de', 'awaiting', 'Wartend'),
('de', 'awaiting_approval', 'Auf Genehmigung warten'),
('de', 'backend_google_auth.errors.not_configured', 'Bitte konfigurieren Sie zuerst das Add-on'),
('de', 'backend_google_auth.login_page.btn', 'Anmelden mit Google'),
('de', 'backend_google_auth.login_page.help', 'Bitte wählen Sie die E-Mail-Adresse, die für Ihr Administratorkonto angegeben wurde.'),
('de', 'backend_google_auth.settings.authorized_redirect_uris', 'Ihre autorisierten Umleitungs-URIs:'),
('de', 'backend_google_auth.settings.create_new_application', 'Um Ihre Kunden-ID und Ihr Passwort zu erhalten, erstellen Sie eine neue Anwendung in Ihrem Google-API-Konto.'),
('de', 'backend_google_auth.settings.learn_more_about', 'Erfahren Sie mehr über Google-APIs'),
('de', 'backend_google_auth.settings.provide_your_credentials', 'Bitte geben Sie Ihre Google API-Anmeldeinformationen ein'),
('de', 'backend_google_auth.settings.save_and_check_btn', 'Speichern und Testen der Anmeldung'),
('de', 'backend_google_auth.settings.warning', 'Sobald Sie dieses Add-on konfiguriert haben, können sich nur Administratoren mit Google Mail-Adressen im Administrationsbereich anmelden. Wenn Ihre Administratoren Nicht-Google-Mail-Adressen angegeben haben, konfigurieren Sie das Add-on nicht und die Administratoren können sich nicht anmelden.'),
('de', 'backend_google_auth.user_not_found', 'Der <strong>[user]</strong> Benutzer wurde nicht gefunden'),
('de', 'backend_google_auth.warnings.only_gmail_address_is_available_to_auth', 'Das Add-on \"Back-End Sign-In via Google\" ist aktiv. Nur Administratoren mit GoogleMail-Adressen können sich anmelden.'),
('de', 'backtrace', 'Zurückverfolgen (Backtrace)'),
('de', 'backup', 'Backup (Datensicherung)'),
('de', 'backupping_data', 'Sicherung der Daten'),
('de', 'backupping_schema', 'Sicherung der Übersicht'),
('de', 'backup_data', 'Backup (Datensicherung) Datenbank'),
('de', 'backup_filename', 'Dateiname des Backups'),
('de', 'backup_files', 'Sicherung der Dateien (Backup Files)'),
('de', 'backup_options', 'Sicherungsoptionen'),
('de', 'backup_restore', 'Backup/Wiederherstellung'),
('de', 'backup_schema', 'Backup (Datensicherung) Datenbankschema'),
('de', 'back_in_stock_notification_footer', 'Sie können jetzt wieder einkaufen!'),
('de', 'back_in_stock_notification_header', 'Wir informieren Sie dass das folgende Produkt in unserem Laden wieder auf Lager ist:'),
('de', 'balance', 'Saldo (Balance)'),
('de', 'balance_account', 'Saldo des Konto'),
('de', 'balance_carried_forward', 'Saldo Übertrag'),
('de', 'bank', 'Bank'),
('de', 'bank_cic', 'Gruppe CIC'),
('de', 'bank_cm', 'Credit Mutuel'),
('de', 'bank_obc', 'OBC'),
('de', 'bank_routing_number', 'Bankleitzahl (bank routing number)'),
('de', 'banner', 'Banner'),
('de', 'banners', 'Banner'),
('de', 'banners.editing_banner', 'Banner bearbeiten'),
('de', 'banners.new_banner', 'Banner hinzufügen'),
('de', 'banners_menu_description', 'Grafik- und Textbanner erstellen, die anschließend auf der Shopseite platziert werden können.'),
('de', 'banner_code', 'Bannercode'),
('de', 'banner_code_for_some_products', 'Bannercode für einige Artikel'),
('de', 'banner_details_notes', 'Nach dem Erstellen eines Banners, sollten Sie den <strong>Layout-Editor</strong> verwenden, um das Banner auf der Shopseite zu platzieren.<br /><br />Gehen Sie hierzu auf <a href=\"[layouts_href]\" target=\"_blank\">Design → Layouts</a> und wechseln Sie an die Stelle, an der das Banner angezeigt werden soll. Fügen Sie anschließend einen neuen Block mit <strong>Banner</strong> ein.<br /><br />In den Blockeinstellungen gehen Sie zum Tab <strong>Inhalt</strong> und wählen <strong>Manuelle</strong> Befüllung aus und klicken anschließend auf den Button <strong>Banner hinzufügen</strong>.<br /><br />Sie sehen nun die Liste aller Banner in Ihrem Shop. Wählen Sie den/die Benötigten aus und klicken auf den Button <strong>Banner hinzufügen und schließen</strong>.<br /><br />Abschließend klicken Sie auf den Button <strong>Erstellen</strong>, um die Änderungen zu speichern.'),
('de', 'banner_type.abt__ut2', 'AB: UniTheme2: Advanced banner'),
('de', 'bar', 'Balken'),
('de', 'base', 'Standard'),
('de', 'baseurl', 'Basis-URL'),
('de', 'base_currency', 'Basis Währung'),
('de', 'base_currency_not_deleted', 'Die Währung wurde nicht gelöscht, weil diese im Shop als standard Währung definiert ist.'),
('de', 'base_price', 'Basis Preis'),
('de', 'bestsellers', 'Bestseller'),
('de', 'bestselling', 'Meistverkauft'),
('de', 'bigpicture_template', 'Das Gesamtbild'),
('de', 'biller_code', 'Rechnungsnummer'),
('de', 'billing_address', 'Rechnungsadresse'),
('de', 'billing_address_line_2', 'Billing: address (line 2)'),
('de', 'billing_city', 'Billing: city'),
('de', 'billing_country', 'Billing: country'),
('de', 'billing_first_name', 'Billing: first name'),
('de', 'billing_last_name', 'Billing: last name'),
('de', 'billing_options', 'Rechnungsoptionen'),
('de', 'billing_phone', 'Billing: phone'),
('de', 'billing_shipping_address', 'Rechnungs- und Lieferadresse'),
('de', 'billing_state', 'Billing: state'),
('de', 'billing_zipcode', 'Billing: zipcode'),
('de', 'bill_to', 'Rechnungsadresse'),
('de', 'birthday', 'Geburtstag'),
('de', 'bling', 'Bling ERP'),
('de', 'bling_integration', 'Integração com a Bling'),
('de', 'block', 'Block'),
('de', 'blocks', 'Blöcke'),
('de', 'block_abt__ut2_advanced_subcategories_menu', 'AB: Advanced subcategories menu'),
('de', 'block_abt__ut2_light_menu', 'AB: Fly menu'),
('de', 'block_ab__deal_of_the_day', 'AB: Deal of the day'),
('de', 'block_ab__deal_of_the_day_description', 'Preview of the chosen promotion'),
('de', 'block_ab__fast_navigation', 'AB: Fast navigation'),
('de', 'block_ab__fast_navigation_categories', 'AB: Fast navigation by categories'),
('de', 'block_ab__fast_navigation_categories_description', 'Fast navigation block by subcategories'),
('de', 'block_ab__fast_navigation_description', 'Block with fast navigation'),
('de', 'block_ab__motivation_block', 'AB: Motivation block'),
('de', 'block_ab__motivation_block_description', 'Output additional information about the store work'),
('de', 'block_ab__multi_deal_of_the_day', 'AB: Multi Deal of the day'),
('de', 'block_ab__multi_deal_of_the_day_description', 'Display anounce of one of chosen promotions, considering to their priorities'),
('de', 'block_ab__promotions', 'AB: Promotions'),
('de', 'block_ab__promotions_description', 'Promotions list'),
('de', 'block_ab__promotion_main_data', 'AB: Promotion header'),
('de', 'block_ab__promotion_main_data_description', 'General promotion data (name, image, description etc.)'),
('de', 'block_already_exists_in_grid', 'Dieser Block in diesem Raster ist bereits vorhanden'),
('de', 'block_availability_in_stores', 'Availability in stores'),
('de', 'block_availability_in_stores_description', 'List of stores where the product can be purchased'),
('de', 'block_banners', 'Banner'),
('de', 'block_banners_description', 'Grafik- und Textbanner'),
('de', 'block_blog', 'Letzte Beiträge'),
('de', 'block_breadcrumbs', 'Breadcrumbs (Navigationshilfe)'),
('de', 'block_breadcrumbs_description', 'Navigation Breadcrumbs'),
('de', 'block_call_request', 'Gesprächswunsch'),
('de', 'block_call_request_description', 'Telefonnummer speichern und Formular für Rückrufanfrage'),
('de', 'block_cart_content', 'Warenkorb Inhalt'),
('de', 'block_cart_content_description', 'Aktueller Warenkorb Inhalt'),
('de', 'block_categories', 'Kategorien'),
('de', 'block_categories_description', 'Beschreibung Kategorien'),
('de', 'block_checkout', 'Kasse (Checkout)'),
('de', 'block_checkout_description', 'Information aktuelle Bestellung'),
('de', 'block_closest_vendors', 'Nächstgelegene Verkäufer'),
('de', 'block_closest_vendors_description', 'Verkäufer nahe der Kundenregion'),
('de', 'block_content', 'Block-Inhalt'),
('de', 'block_currencies', 'Währungen'),
('de', 'block_currencies_description', 'Aktueller Selektor'),
('de', 'block_disabled', 'Block wurde für diese Location deaktiviert'),
('de', 'block_enabled', 'Block wurde für diese Location aktiviert'),
('de', 'block_et_category_banner', 'ET - Category banners'),
('de', 'block_et_cta', 'ET - Call to action'),
('de', 'block_et_eib', 'ET - Extra info block'),
('de', 'block_et_featured_product_banner_tabs', 'ET - Featured product banner tabs'),
('de', 'block_et_featured_vendors', 'ET - Featured vendors'),
('de', 'block_et_featured_vendors_sidebar', 'ET - Featured vendors sidebar'),
('de', 'block_et_home_banners', 'ET - Home banners'),
('de', 'block_et_home_grid', 'ET - Home grid'),
('de', 'block_et_main_menu', 'ET - Main menu'),
('de', 'block_et_menu_horizontal', 'ET - Menu (horizontal)'),
('de', 'block_et_profile_info', 'ET - Profile info'),
('de', 'block_et_search', 'ET - Search'),
('de', 'block_et_sidebar_subcategories', 'ET - Sidebar subcategories'),
('de', 'block_et_subcaegories', 'ET - Subcategories'),
('de', 'block_et_subcategories', 'ET - Subcategories'),
('de', 'block_et_top_menu', 'ET - Top menu'),
('de', 'block_et_vendor_categories', 'ET - Vendor categories'),
('de', 'block_et_vendor_contact_button', 'ET - Vendor contact button'),
('de', 'block_et_vendor_store_description', 'ET - Vendor store description'),
('de', 'block_et_vendor_store_header', 'ET - Vendor store header'),
('de', 'block_et_vendor_store_header_mobile', 'ET - Vendor store header (mobile)'),
('de', 'block_et_vendor_store_menu', 'ET - Vendor store menu'),
('de', 'block_et_vendor_store_menu_mobile', 'ET - Vendor store menu (mobile)'),
('de', 'block_geo_maps_customer_location', 'Customer location'),
('de', 'block_geo_maps_customer_location_description', 'Customer city and city selection form'),
('de', 'block_gift_certificates_verify', 'Gutschein-Überprüfung'),
('de', 'block_gift_certificates_verify_description', 'Gutscheineingabe und Einlösung'),
('de', 'block_html_block', 'HTML Block'),
('de', 'block_html_block_description', 'HTML Inhalt'),
('de', 'block_ip_after', 'IP nach einigen Fehlversuchen blockieren'),
('de', 'block_languages', 'Sprachen'),
('de', 'block_languages_description', 'Sprachenselektor'),
('de', 'block_lite_checkout_customer_address', 'Checkout: Address'),
('de', 'block_lite_checkout_customer_address_description', 'Profile fields for customer address'),
('de', 'block_lite_checkout_customer_billing', 'Checkout: Billing address'),
('de', 'block_lite_checkout_customer_billing_description', 'Profile fields for billing address'),
('de', 'block_lite_checkout_customer_information', 'Checkout: Customer Information'),
('de', 'block_lite_checkout_customer_information_description', 'Profile fields for customer information'),
('de', 'block_lite_checkout_customer_notes', 'Checkout: Notes'),
('de', 'block_lite_checkout_customer_notes_description', 'Customer\'s notes about the order'),
('de', 'block_lite_checkout_customer_sign_in', 'Checkout: Sign-In'),
('de', 'block_lite_checkout_customer_sign_in_description', 'Sign-in button'),
('de', 'block_lite_checkout_location', 'Checkout: Location'),
('de', 'block_lite_checkout_location_description', 'Customer\'s city, state, and country'),
('de', 'block_lite_checkout_newsletters', 'Checkout: Newsletters'),
('de', 'block_lite_checkout_newsletters_description', 'Ability to sign up for newsletters'),
('de', 'block_lite_checkout_payment_methods', 'Checkout: Payment methods'),
('de', 'block_lite_checkout_payment_methods_description', 'Payment method selection'),
('de', 'block_lite_checkout_shipping_methods', 'Checkout: Shipping methods'),
('de', 'block_lite_checkout_shipping_methods_description', 'Shipping method selection'),
('de', 'block_lite_checkout_terms_and_conditions', 'Checkout: Terms and conditions'),
('de', 'block_lite_checkout_terms_and_conditions_description', 'Checkbox for accepting terms and conditions'),
('de', 'block_localizations', 'Lokalisierungen'),
('de', 'block_localizations_description', 'Selektor für Lokalisierungen'),
('de', 'block_location_selector', 'Customer\'s location'),
('de', 'block_location_selector_description', 'Enter address to search by location'),
('de', 'block_mailing_lists', 'Newsletter-Abonnement'),
('de', 'block_mailing_lists_description', 'E-Mail-Feld für Newsletter-Abonnement'),
('de', 'block_main', 'Haupt'),
('de', 'block_main_description', 'Hauptinhalt (von Kontroller geladet)'),
('de', 'block_manager', 'Block Manager'),
('de', 'block_manager.add_layout_page', 'Layoutseite hinzufügen'),
('de', 'block_manager.availability.desktop', 'Desktop'),
('de', 'block_manager.availability.phone', 'Phone'),
('de', 'block_manager.availability.show_on', 'Show on'),
('de', 'block_manager.availability.tablet', 'Tablet'),
('de', 'block_manager.editing_layout_page', 'Layoutseite bearbeiten'),
('de', 'block_manager.fixed_layout', 'Feste Breite'),
('de', 'block_manager.fluid_layout', 'Elastisch (Fluid)'),
('de', 'block_manager.forbid_changing_layout_in_css_mode', 'Ein Layoutwechsel bei der Umwandlung des Themas in CSS ist nicht zulässig. Bitte aktivieren Sie den LESS-Modus im <a target=\"_blank\" class=\"cm-post\" href=\"[url]\">Themeneditor</a>.'),
('de', 'block_manager.full_width_layout', 'Ganze Breite'),
('de', 'block_manager.grid_columns', 'Raster-Spalten'),
('de', 'block_manager.layout_pages', 'Layoutseiten'),
('de', 'block_manager.layout_width', 'Layout-Breite'),
('de', 'block_manager.max_width', 'Maximale Breite'),
('de', 'block_manager.min_width', 'Minimale Breite'),
('de', 'block_manager.new_layout_page', 'Neue Layoutseite'),
('de', 'block_manager.view_layout.desktop', 'Desktop preview'),
('de', 'block_manager.view_layout.phone', 'Phone preview'),
('de', 'block_manager.view_layout.reset_filter', 'Edit layouts'),
('de', 'block_manager.view_layout.tablet', 'Tablet preview'),
('de', 'block_manager.wrappers.lite_checkout', 'Lite checkout'),
('de', 'block_menu', 'Menü'),
('de', 'block_menu_description', 'Verschiedene Menu-Typen'),
('de', 'block_my_account', 'Mein Konto'),
('de', 'block_my_account_description', 'Zugang Kundenprofil'),
('de', 'block_name', 'Blockname'),
('de', 'block_options', 'Blockoptionen'),
('de', 'block_order', 'Block für Bestellungen'),
('de', 'block_our_brands', 'Marken'),
('de', 'block_our_brands_description', 'Produktmarken die im Store angeboten werden'),
('de', 'block_pages', 'Seiten'),
('de', 'block_pages_description', 'Shop-Seiten'),
('de', 'block_payment_methods', 'Zahlungsmethoden'),
('de', 'block_payment_methods_description', 'Verfügbare Zahlungsmethoden'),
('de', 'block_polls', 'Umfragen '),
('de', 'block_products', 'Produkte'),
('de', 'block_products_description', 'Produktbeschreibung'),
('de', 'block_product_filters', 'Produkt Filter'),
('de', 'block_product_filters_description', 'Produktfilter Optionen'),
('de', 'block_product_filters_home', 'Produktfilter für Startseite'),
('de', 'block_product_filters_home_description', 'Artikel-Filteroptionen werden auf der Startseite angezeigt'),
('de', 'block_rees46', 'REES46'),
('de', 'block_rees46_description', 'Блок товарных рекомендаций'),
('de', 'block_rss_feed', 'RSS-Feed'),
('de', 'block_rss_feed_description', 'RSS-feed-Abonnement-Symbol'),
('de', 'block_search_vendors', 'Verkäufer nach Region'),
('de', 'block_search_vendors_description', 'Suche nach Verkäufern in einer bestimmten Region'),
('de', 'block_settings', 'Block Einstellungen'),
('de', 'block_shipping_methods', 'Versandmethoden'),
('de', 'block_shipping_methods_description', 'Verfügbare Versandmethoden'),
('de', 'block_smarty_block', 'HTML Block mit Smarty Support'),
('de', 'block_smarty_block_description', 'Allgemeiner HTML/Smarty Inhalt'),
('de', 'block_store_locator', 'Standortsuche'),
('de', 'block_store_locator_description', 'Standortsuche Block'),
('de', 'block_tags', 'Schlagwörter'),
('de', 'block_tags_description', 'Artikel-Schlagwörter'),
('de', 'block_template', 'Template'),
('de', 'block_template_description', 'Block mit einem besonderen Template'),
('de', 'block_testimonials', 'Erfahrungsberichte'),
('de', 'block_testimonials_description', 'Kundenrezensionen'),
('de', 'block_text', 'Textblock'),
('de', 'block_time', 'Zeitraum in dem die IP Adresse blockiert werden soll'),
('de', 'block_vendors', 'Lieferanten'),
('de', 'block_vendors_map', 'Verkäuferkarte'),
('de', 'block_vendors_map_description', 'Eine Karte aller Verkäufer'),
('de', 'block_vendor_categories', 'Verkäuferkategorien'),
('de', 'block_vendor_categories_description', 'Artikelkategorien, die einem bestimmten Verkäufer zur Verfügung stehen'),
('de', 'block_vendor_filters', 'Verkäuferfilter'),
('de', 'block_vendor_information', 'Verkäuferinformationen'),
('de', 'block_vendor_logo', 'Verkäuferlogo'),
('de', 'block_vendor_plan_info', 'Vendor plan info'),
('de', 'block_vendor_plan_info_description', 'Shows information about the selected vendor plan'),
('de', 'block_vendor_search', 'Nach Artikeln des Verkäufers suchen'),
('de', 'block_width', 'Block-Breite'),
('de', 'block_wrapper_updated', 'Block-Rahmen (Wrapper) wurde aktualisiert'),
('de', 'blog', 'Blog '),
('de', 'blog.add_post', 'Blogbeitrag hinzufügen'),
('de', 'blog.editing_post', 'Blogbeiträge bearbeiten'),
('de', 'blog.et_featured_recent_posts_scroller', 'ET - Blog featured recent posts scroller'),
('de', 'blog.et_sidebar_latest_posts_scroller', 'ET - Blog sidebar latest posts scroller'),
('de', 'blog.new_post', 'Neuer Blogbeitrag'),
('de', 'blog.post', 'Beitrag'),
('de', 'blog.posts', 'Beiträge'),
('de', 'blog.read_more', 'Weiterlesen'),
('de', 'blog.recent_posts', 'Blog: Letzte Blogbeiträge'),
('de', 'blog.recent_posts_scroller', 'Blog: Letzte Beiträge'),
('de', 'blog.text_links', 'Blog: Text-Links'),
('de', 'blog.view_post', 'Beitrag anzeigen'),
('de', 'blog_functionality_notes', '<p>Auf dieser Seite können Sie Ihren Blog verwalten. So sollten Sie Ihre Blogposts organisieren:</p><ul><li>dieser Blog ist ein normaler Blogpost, der die <b>Root-Ebene</b>als übergeordnete Seite hat</li><li>Wählen Sie<b>Blog</b> als übergeordnete Seite für Ihre Blogbeiträge.</li></ul>'),
('de', 'blog_menu_description', 'Verwalten Sie Ihre Blogbeiträge'),
('de', 'bm.customer_information_block.warning.email_or_phome_must_be_required', 'Contact information must always have either email, or phone as a required field.'),
('de', 'bm.customer_information_block.warning.field_automaticly_added', '\"[field_name]\" has been added as a required field automatically.'),
('de', 'bm.customer_information_block.warning.field_marked_as_required', 'The \"[field_name]\" field has been marked as required.'),
('de', 'bm_confirm', 'Wenn Sie diese Aktion  [action] durchführen, wird dieser Block in allen Location in allen Seiten  [location_name]. Wollen Sie fortfaren?'),
('de', 'body', 'Körper'),
('de', 'body_html', 'HTML-Körper'),
('de', 'bonus', 'Prämie (Bonus)'),
('de', 'bonuses', 'Prämien (Bonuses)'),
('de', 'both', 'Beide'),
('de', 'bottom_panel.admin_panel', 'Admin panel'),
('de', 'bottom_panel.build_mode', 'Edit structure'),
('de', 'bottom_panel.build_mode.not_available', 'Available only at the checkout page. Add a product to cart and go to checkout to see how it works.'),
('de', 'bottom_panel.buy_license', 'Buy license'),
('de', 'bottom_panel.change_theme', 'Change theme'),
('de', 'bottom_panel.community_forums', 'Community forums'),
('de', 'bottom_panel.customer_help_desk', 'Contact support'),
('de', 'bottom_panel.documentation', 'Documentation'),
('de', 'bottom_panel.download', 'Download'),
('de', 'bottom_panel.edit_layout', 'Edit layout'),
('de', 'bottom_panel.edit_menus', 'Edit menus'),
('de', 'bottom_panel.edit_product_tabs', 'Edit product tabs'),
('de', 'bottom_panel.edit_template', 'Edit template'),
('de', 'bottom_panel.edit_translations', 'Edit translations'),
('de', 'bottom_panel.faq', 'FAQ'),
('de', 'bottom_panel.go_to_dashboard', 'Go to Dashboard'),
('de', 'bottom_panel.go_to_home_page', 'Go to home page'),
('de', 'bottom_panel.help', 'Help'),
('de', 'bottom_panel.hide_bottom_admin_panel', 'Hide admin toolbar'),
('de', 'bottom_panel.hire_a_developers', 'Hire a developer'),
('de', 'bottom_panel.preview_mode', 'Preview'),
('de', 'bottom_panel.restore_demo', 'Restore demo'),
('de', 'bottom_panel.settings', 'Settings'),
('de', 'bottom_panel.show_bottom_admin_panel', 'Show admin toolbar'),
('de', 'bottom_panel.storefront', 'Storefront'),
('de', 'bottom_panel.text_mode', 'Edit texts'),
('de', 'bottom_panel.theme_mode', 'Edit style'),
('de', 'bottom_panel.trial_left', 'Remaining trial period'),
('de', 'bottom_panel.vendor_panel', 'Vendor panel'),
('de', 'bottom_panel.video_tutorials', 'Video tutorials'),
('de', 'bought', 'Schon gekauft'),
('de', 'bought_amount', 'Betrag gekauft'),
('de', 'box_height', 'Höhe Paket'),
('de', 'box_length', 'Länge Paket'),
('de', 'box_size', 'Box size'),
('de', 'box_width', 'Breite Paket'),
('de', 'brand', 'Marke'),
('de', 'brand_type', 'Marke/Hersteller'),
('de', 'breadcrumbs', 'Breadcrumbs (Navigationshilfe)'),
('de', 'broken_addon_pack', 'Fehlerhafte Add-on-Struktur. Das hochgeladene Paket kann nicht installiert werden.'),
('de', 'broken_po_pack', 'Fehlerhafte Add-on-Struktur. Das hochgeladene Paket kann nicht installiert werden.'),
('de', 'browse', 'Durchsuchen...'),
('de', 'browser_upgrade_notice', '<p>Wir haben festgestellt dass der Browser den Sie verwenden nicht im vollen Umfang vom CS-Cart Administration Panel unterstützt wird . Sie können diese Webseite mit Ihrem aktuellen Browser betrachten, es könnte aber sein dass diese nichtrichtig visualisiert wird und Sie nicht alle Eigenschaften einsetzen können.</p><br><p>Das CS-Cart Admin Panel kann am besten v:</p><br><ul><li>&ndash;isualisiert werden wenn Sie folgende Browser benutzen <a href=\"http://windows.microsoft.com/en-US/internet-explorer/products/ie/home\" target=\"_blank\">Internet Explorer 8 und höher</a></li><li>&ndash; <a href=\"http://www.mozilla.org/en-US/\" target=\"_blank\">Mozilla Firefox (neueste  version)</a></li><li>&ndash; <a href=\"https://www.google.com/intl/en/chrome/browser/\" target=\"_blank\">Google Chrome (neueste  version)</a></li></ul><br><p>Klicken Sie auf einen dieser Links um Ihren ausgewählten Browser herunterzuladen. Nachdem Sie den Browser heruntergeladen haben, installieren Sie diesen indem Sie das entsprechende Installationsprogramm ausführen.</p><br><p>Falls Sie jetzt Ihren Browser noch nicht updaten können, ist es immer noch möglich auf das CS-Cart Admin Panel zuzugreifen, es könnte aber sein dass Sie nicht alle Eigenschaften im vollen Umfang einsetzezn können.<br><br><a href=\"[admin_index]\">Weiter</a></p>'),
('de', 'browser_upgrade_notice_title', 'Browser Upgrade Meldung'),
('de', 'browse_all_available_addons', 'Alle verfügbaren Erweiterungen durchsuchen'),
('de', 'browse_all_available_themes', 'Alle verfügbaren Templates anzeigen'),
('de', 'browse_by_category', 'Browse by category'),
('de', 'bucket', 'Bucket'),
('de', 'bulk_category_addition', 'Massenerfassung Kategorien'),
('de', 'bulk_category_deletion_side_effects', 'This will delete all selected categories\' products, as well as their subcategories and their products.'),
('de', 'bulk_edit.decrease_hint', 'To decrease the value use the \"-\". Example: -5'),
('de', 'bulk_edit.example_of_modified_value', 'Example of the modified value'),
('de', 'bulk_edit.make_active', 'Make products active'),
('de', 'bulk_edit.make_disabled', 'Make products disabled'),
('de', 'bulk_edit.make_hidden', 'Make products hidden'),
('de', 'bulk_edit.price_and_stock', 'Price & Stock'),
('de', 'bulk_edit.some_products_were_omitted', 'Some products were skipped because the last remaining category can\'t be removed or added for a product.'),
('de', 'bulk_edit.some_products_were_omitted_other_storefront', 'Couldn\'t edit selected products. Some of the selected products belong to other storefronts; please deselect those products to be able to edit remaining ones.'),
('de', 'bulk_edit.unable_to_delete_all_categories', 'At least one category must be selected'),
('de', 'bulk_edit.what_do_these_checkboxes_mean', 'What do these checkboxes mean?'),
('de', 'bulk_edit.what_do_these_checkboxes_mean_checked', 'all the selected products belong to this category or will be assigned to it.'),
('de', 'bulk_edit.what_do_these_checkboxes_mean_indeterminate', 'some of the selected products belong to this category; no changes will be made.'),
('de', 'bulk_edit.what_do_these_checkboxes_mean_unchecked', 'none of the selected products belong to this category, or they will be removed from it.'),
('de', 'bulk_print_invoice', 'Rechnung Massendruck'),
('de', 'bulk_print_packing_slip', 'Packing slip bulk print'),
('de', 'bulk_print_pdf', 'Invoice bulk print (PDF)'),
('de', 'bulk_product_addition', 'Massenerfassung Artikel'),
('de', 'bundleid', 'Paket-Id'),
('de', 'button_bgcolor', 'Tasten Hintergrundfarbe'),
('de', 'button_text_color', 'Textfarbe für Tasten'),
('de', 'but_change', 'Ändern'),
('de', 'buyer_name', 'Name des Käufers'),
('de', 'buy_in_advance', 'Zum Voraus kaufen'),
('de', 'buy_in_advance_upgrade_notification.message', '<p>Customers can now preorder products that have <b>Out of stock actions</b> set to <i>Buy in advance</i> even when the <b>Allow negative amount in inventory</b> setting is disabled. Currently the following products are available on backorder:</p><ul>[products_list]</ul><p>If you don\'t want to allow customers to purchase some of these products while you don\'t have them in stock, please edit these products and set their <b>Out of stock actions</b> to <i>None</i>.</p>'),
('de', 'buy_in_advance_upgrade_notification.title', 'New behavior of \"Out of stock actions: Buy in advance\"'),
('de', 'buy_license', 'Eine Lizenz bestellen'),
('de', 'buy_new_storefront_license', 'Kaufen Sie eine [Produkt] Storefront Lizenz'),
('de', 'buy_now', 'Jetzt kaufen'),
('de', 'buy_now_url', 'Jetzt URL kaufen'),
('de', 'buy_together', 'Zusammen kaufen'),
('de', 'buy_together_calculation_information', 'Gesamtpreis: [total_price], Rabatt: [discount], Kombinationspreis: [combination_price]'),
('de', 'buy_together_combination_cannot_be_added', 'Kombination kann dem Warenkorb nicht hinzugefügt werden'),
('de', 'buy_together_fill_the_mandatory_fields', 'Bitte legen Sie die Artikeloptionen fest, bevor Sie diese Artikelkombination zum Warenkorb hinzufügen.'),
('de', 'buy_together_is_not_compatible_with_configurator', '[product_name] kann der Kombination nicht hinzugefügt werden, weil dieses Produkt nicht kompatibel mit dem Add-On der Artikelkonfiguration ist'),
('de', 'buy_together_is_not_compatible_with_recurring_billing', '[product_name] konnte der Kombination nicht hinzugefügt werden, weil dieses Produkt nicht kompatibel mit dem Add-On der wiederkehrenden Abrechnung ist'),
('de', 'buy_together_product_was_removed', '[product] ist nicht in der gewünschten Menge vorrätig ([amount]) und wurde deshalb aus dem Warenkorb entfernt'),
('de', 'by', 'von'),
('de', 'bytes', 'Bytes'),
('de', 'by_fixed', 'nach Fixbetrag'),
('de', 'by_percentage', 'prozent des Originalpreis'),
('de', 'b_first_name_and_last_name', 'First name and last name (for billing)'),
('de', 'b_fullname', 'Full name (for billing)'),
('de', 'b_last_name_and_first_name', 'Last name and first name (for billing)'),
('de', 'C128A', 'Code 128 ist ein \"high-density barcode \" Symbol <br/>In der ganzen Welt vielfältig benutzt. <br/>Code 128 ist konzipiert um 128 Full ASCII Zeichen zu kodieren. <br/>Code 128-A - 0-9, A-Z, ASCII Control Codes, Sonderzeichen. <br/>Code 128-B - 0-9, A-Z, a-z, Sonderzeichen. <br/>Code 128-C - 00-99 (double density encoding of numeric only data).<br/>'),
('de', 'C128B', 'Code 128 ist ein High-Density Strichkode Symbol. <br/>Es wird Weltweit eingesetzt. <br/>Code 128 ist konzipiert um ASCII Zeichen zu codieren (128 full ASCII characters). <br/>Code 128-A - 0-9, A-Z, ASCII Kontrollcodes, besondere Zeichen. <br/>Code 128-B - 0-9, A-Z, a-z, besondere Zeichen. <br/>Code 128-C - 00-99 (doppelte Dichte für Kodierung nur numerische Daten).'),
('de', 'C128C', 'Code 128 ist eine Barcode-Symbologie mit hoher Dichte.<br/>Es wird Weltweit eingesetzt. <br/>Code 128 ist konzipiert, um ASCII Zeichen zu codieren (128 full ASCII characters).<br/>Code 128-A - 0-9, A-Z, ASCII Kontrollcodes, besondere Zeichen.<br/>Code 128-B - 0-9, A-Z, a-z, besondere Zeichen.<br/>Code 128-C - 00-99 (doppelte Dichte für Kodierung nur numerische Daten).<br/>'),
('de', 'C39', 'Bekannt auch als USS Code 39, 3 von 9.<br/>Code 39 kann alphanumerische Zeichen kodieren.<br/>Die Symbologie wird in Non-Retail-Umgebungen verwendet.<br/>Code 39 ist für die Kodierung von 26 Großbuchstaben, 10 Ziffern und 7 Sonderzeichen ausgelegt.'),
('de', 'cache_cleared', 'Cache wurde gelöscht'),
('de', 'calculate', 'Berrechnen'),
('de', 'calculate_shipping_cost', 'Versandkosten berrechnen'),
('de', 'calendar', 'Kalender'),
('de', 'call_request.work_time', 'Mo-Fr 09:00-18:00'),
('de', 'call_requests', 'Rückrufanfragen'),
('de', 'call_requests.agreement_text_full_request_call_request_form', '<p>Wir ([company]) nutzen die von Ihnen uns zur Verfügung gestellten Daten, um Sie bezüglich Ihrer Rückrufanfragen oder Bestellungen zu kontaktieren. Diese Daten werden in unserem System gespeichert und ausschließlich für unsere Mitarbeiter sichtbar sein (oder für den entsprechenden Verkäufer), bis Sie dem widersprechen. Wenn Sie Ihre persönlichen Daten löschen möchten, senden Sie uns bitte eine Mail an [email].</p> <p>Wenn Sie glauben, das Ihre persönlichen Daten für unrechte Zwecke missbraucht wurden, haben Sie das Recht, dieses der Aufsichtsbehörde zu melden. Wir sind der EU-Datenschutz-Grundverordnung verpflichtet, Sie darüber aufzuklären; wir beabsichtigen nicht, Ihre Daten zu missbrauchen.</p>'),
('de', 'call_requests.agreement_text_short_request_call_request_form', 'Ich bin damit einverstanden, dass meine persönlichen Daten wie folgt verarbeitet werden'),
('de', 'call_requests.awaiting_call', 'Erwarteter Anruf'),
('de', 'call_requests.buy_now_with_one_click', 'Kaufen Sie jetzt mit 1-Klick'),
('de', 'call_requests.convenient_time', 'Geeigneter Zeitpunkt'),
('de', 'call_requests.enter_phone_or_email_text', 'Bitte geben Sie Ihre Telefonnummer oder E-Mail Adresse ein, damit einer unserer Mitarbeiter mit Ihnen in Kontakt treten kann'),
('de', 'call_requests.error_validate_call_form', 'Bitte geben Sie Ihre E-Mail- oder Telefonnummer ein.'),
('de', 'call_requests.error_validator_phone', 'Die Telefonnummer im Feld <b>[field]</b> ist ungültig.'),
('de', 'call_requests.event.request_about_product_created.name', 'Call requests: request about product created'),
('de', 'call_requests.event.request_created.name', 'Call requests: request created'),
('de', 'call_requests.notes', 'Anmerkungen'),
('de', 'call_requests.no_name_specified', 'Kein Name angegeben'),
('de', 'call_requests.order_exists', 'Bestellung vorhanden'),
('de', 'call_requests.order_placed', 'Wir haben Ihre Anfrage erhalten! Die Bestellung #[order_id] wurde erfolgreich an uns übermittelt. Wir werden Sie in Kürze kontaktieren.'),
('de', 'call_requests.person_name_and_phone', 'Name und Telefonnummer'),
('de', 'call_requests.phone_from_settings', 'Telefon aus den Einstellungen'),
('de', 'call_requests.requested_product', 'Angefragter Artikel'),
('de', 'call_requests.request_call', 'Rückrufanfrage'),
('de', 'call_requests.request_call_request_form', 'Rückrufanfrage: Anfrageformular'),
('de', 'call_requests.request_recieved', 'Wir haben Ihre Anfrage erhalten und werden Sie in Kürze kontaktieren.'),
('de', 'call_requests.responsible', 'Zuständig'),
('de', 'call_requests.status.completed', 'Abgeschlossen'),
('de', 'call_requests.status.in_progress', 'In Bearbeitung'),
('de', 'call_requests.status.new', 'Neu'),
('de', 'call_requests.status.no_answer', 'Keine Antwort'),
('de', 'call_requests.text_buy_with_one_click_request', 'Kunde [customer] <a href=\"[href]\">erwartet Ihren Anruf</a> auf [phone_number], bezüglich der Bestellung des Artikels <a href=\"[product_href]\">[product_name]</a>.'),
('de', 'call_requests.text_call_request', 'Der Kunde [customer] erwartet <a href=\"[href]\">Ihren Anruf</a> unter folgender Telefonnummer [phone_number].'),
('de', 'call_requests.text_call_request_call_time', 'Die gewünschte Aufrufzeit liegt zwischen [Time_from] und [Time_to].'),
('de', 'call_requests.use_for_call_requests', 'Formular für Rückrufanfragen und Kaufen Sie jetzt mit einem Klick'),
('de', 'call_requests_menu_description', 'Kundenrückrufanfragen verwalten'),
('de', 'campaign', 'Kampagne '),
('de', 'campaigns', 'Kampagnen'),
('de', 'campaign_stats', 'Kampagnen-Statistik'),
('de', 'canada_post_activation_error', 'Um den Versandrechner (shipping processor) von Canada Post zu aktivieren muss die Kanadische Währung eingeschaltet sein.'),
('de', 'canada_post_upgrade_notification_text', '<p>The latest version of [product] has different settings for realtime shipping rate calculation if you use Canada Post as a Carrier.</p><p>If you want to show current shipping rates to your clients, do this:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses Canada Post as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li><li>switch to the Configure tab and enter the proper <a href=\"https://www.canadapost.ca/cpo/mc/business/productsservices/developers/services/gettingstarted.jsf\" target=\"_blank\">API keys</a></li></ul>'),
('de', 'canada_post_upgrade_notification_title', 'Canada Post realtime shipping rate calculation changes'),
('de', 'cancel', 'Abbrechen'),
('de', 'canceled_reversal', 'Abgebrochen Umkehr'),
('de', 'cancelled', 'abgebrochen'),
('de', 'cancel_order', 'Cancelar pedido'),
('de', 'cancel_url_target', 'Ziel URL löschen'),
('de', 'cannot_buy', 'Sie können dieses Produkt nicht mit diesen Kaufoptionen kaufen.'),
('de', 'cannot_proccess_checkout', 'Ihr Warenkorb ist leer, deshalb können Sie nicht mit dem Kauf fortfahren.'),
('de', 'cannot_proccess_checkout_without_payment_methods', 'Es sind keine Zahlungsmethoden vorhanden, Sie können nicht zur Kasse gehen.'),
('de', 'cannot_remove_active_theme', 'Das aktive Template kann nicht entfernt werden.'),
('de', 'cannot_remove_theme_has_dependent_themes', 'Das Design kann nicht entfernt werden, da die folgenden Designs davon abhängen: [dependent_themes]'),
('de', 'cannot_upload_file', 'Cannot upload file'),
('de', 'cannot_write_file', 'Die Datei <b>[file]</b> kann nicht geschrieben werden. Überprüfen Sie bitte die Zugriffsberechtigungen der Datei und des Verzeichnisses.'),
('de', 'cant_create_backup_file', 'Backup-Datei können nicht hochgeladen werden. Bitte überprüfen Sie die Berechtigungen für das Verzeichnis \"var/backups\".'),
('de', 'cant_find_thread', 'Beitrag kann nicht gefunden werden.'),
('de', 'cant_remove_addon_files', 'Add-on files couldn\'t be removed'),
('de', 'cant_remove_default_storefront', 'Default storefront <b>[url]</b> can\'t be removed'),
('de', 'cant_save_percentage_price', 'Sie können keinen prozentualen Wert für den Basispreis verwenden.'),
('de', 'cant_upload_file', 'Couldn\'t upload the file. The problem isn\'t necessarily on the [product] end. If it occurs regularly, please contact your server administrator or our technical support.'),
('de', 'captcha_upgrade_notification_text', '<p>Previously you had to use <b>Settings → Image verification</b> to configure anti-bot protection. Starting with [product] 4.5.1, that section of the settings doesn\'t exist. All relevant settings were moved to the Google reCAPTCHA add-on. The values of those settings remain as they were before the upgrade.</p><p>The Google reCAPTCHA add-on is now the only mechanism of anti-bot protection available in [product] by default. To set up anti-bot validation, follow these steps:</p><ol><li>Go to <b>Add-ons → Manage add-ons</b>.</li><li>Find and click on <b>Google reCAPTCHA</b> in the list of add-ons.</li><li>A pop-up window will open. Enter <b>Site key</b> and <b>Secret token</b>, then save your changes. The instructions on how to get the key and token are available <a href=\'https://developers.google.com/recaptcha/docs/start\' target=\'_blank\'>here</a>.</li><li>Configure other settings of the add-on as you see fit.</li></ol>'),
('de', 'captcha_upgrade_notification_title', 'Image verification was fully replaced by Google reCAPTCHA'),
('de', 'capture', 'Erfassung (capture)'),
('de', 'card', 'Karte'),
('de', 'cardholder_name', 'Name des Karteninhabers'),
('de', 'card_number', 'Kartennummer'),
('de', 'carousel', 'Karussell (Carousel)'),
('de', 'carousel_swiper', 'Swiper'),
('de', 'carrier', 'Spediteur'),
('de', 'carrier_aup', 'Australische Post'),
('de', 'carrier_can', 'Kanadische Post'),
('de', 'carrier_dhl', 'DHL'),
('de', 'carrier_fedex', 'FedEx'),
('de', 'carrier_store_locator', 'Pickup'),
('de', 'carrier_swisspost', 'Schweizer Post'),
('de', 'carrier_temando', 'Temando'),
('de', 'carrier_ups', 'UPS'),
('de', 'carrier_usps', 'USPS'),
('de', 'cart', 'Warenkorb'),
('de', 'cart_content', 'Warenkorb Inhalt'),
('de', 'cart_contents', 'Warenkorb Inhalte'),
('de', 'cart_info', 'CS-Cart Info'),
('de', 'cart_is_empty', 'Warenkorb ist leer'),
('de', 'cart_items', 'Artikel im Warenkorb'),
('de', 'cart_or_wishlist', 'Warenkorb oder Wunschzettel'),
('de', 'cart_subtotal', 'Warenkorb Zwischensumme'),
('de', 'cash_on_delivery', 'Zahlung gegen Nachnahme'),
('de', 'catalog', 'Katalog'),
('de', 'catalog_mode', 'Katalog-Modus'),
('de', 'catalog_pages', 'Katalog Seiten'),
('de', 'categories', 'Kategorien'),
('de', 'categories_have_been_added', 'Kategorien wurden hinzugefügt'),
('de', 'categories_in', 'Kategorien in'),
('de', 'categories_menu_description', 'Produktkategorien anzeigen, die verwendet werden, um Produkte in Ihrem Laden zu gruppieren.'),
('de', 'category', 'Kategorie'),
('de', 'category_deletion_side_effects', 'This will delete all selected category\'s products, as well as its subcategories and their products.'),
('de', 'category_delimiter', 'Kategorie Begrenzer (delimiter)'),
('de', 'category_description', 'Kategorie Beschreibung'),
('de', 'category_location', 'Position Kategorie'),
('de', 'category_name', 'Kategoriename'),
('de', 'cc_button_submit', 'Weiter zur Kasse'),
('de', 'cc_last_digit', 'Final do cartão'),
('de', 'cdn_settings', 'CDN Einstellungen'),
('de', 'central', 'Mittlere Spalte'),
('de', 'central_content', 'Zentraler Inhalt'),
('de', 'certificate', 'Zertifikat'),
('de', 'certificate_already_used', 'Dieser Gutschein wurde bereits eingelöst'),
('de', 'certificate_code_not_available', 'Der Gutschein kann nicht eingelöst werden. Bitte wenden Sie sich an die Shop-Verwaltung.'),
('de', 'certificate_code_not_valid', 'Ungültiger Gutschein-Code'),
('de', 'certificate_filename', 'Gutschein'),
('de', 'certificate_verification', 'Gutschein bestätigen/einlösen'),
('de', 'change', 'Ändern'),
('de', 'changed', 'Geändert'),
('de', 'changes', 'Änderungen'),
('de', 'change_access_permission_to_config', 'Wir empfehlen auch die Zugriffsberechtigungen für die Datei config.local.php zu ändern. Diese müssten den Wert 644 haben (read/write for the owner and read for others).'),
('de', 'change_addons_initialization', 'Add-On Initialisierung ändern'),
('de', 'change_addons_initialization_description', 'To determine if a certain problem is caused by an add-on, you can disable third-party add-ons or all add-ons. Re-enable them later with one click.'),
('de', 'change_customer', 'Change customer'),
('de', 'change_gift_certificate_status', 'Gutscheinstatus ändern zu'),
('de', 'change_language', 'Sprache ändern'),
('de', 'change_order_status_b_subj', 'Auftrag #[order] wurde nachbestellt'),
('de', 'change_order_status_b_text', 'Ihre Bestellung wurde nachbestellt.'),
('de', 'change_order_status_c_subj', 'Die Bestellung #[order] ist abgeschlossen'),
('de', 'change_order_status_c_text', 'Ihre Bestellung ist abgeschlossen. Vielen Dank, dass Sie sich für uns entschieden haben.'),
('de', 'change_order_status_default_subj', 'Der Status der Bestellung #[order] wurde auf [status] geändert'),
('de', 'change_order_status_default_text', 'Der Status Ihrer Bestellung wurde auf [status] geändert.'),
('de', 'change_order_status_d_subj', 'Bestellung #[order] wurde abgelehnt'),
('de', 'change_order_status_d_text', 'Ihre Bestellung wurde abgelehnt. Bitte kontaktieren Sie die Shop-Administration.'),
('de', 'change_order_status_f_subj', 'Bestellung #[order] fehlgeschlagen'),
('de', 'change_order_status_f_text', 'Ihre Bestellung war nicht erfolgreich. Bitte kontaktieren Sie die Shop-Administration.'),
('de', 'change_order_status_i_subj', 'Bestellung #[order] wurde storniert'),
('de', 'change_order_status_i_text', 'Ihre Bestellung wurde storniert. Bitte kontaktieren Sie die Shop-Administration.'),
('de', 'change_order_status_o_subj', 'Die Bestellung #[order] wurde erfolgreich platziert'),
('de', 'change_order_status_o_text', 'Vielen Dank für die Bestellung. Wir freuen uns auf Ihren nächsten Besuch!'),
('de', 'change_order_status_p_subj', 'Bestellung #[order] wurde bearbeitet'),
('de', 'change_order_status_p_text', 'Ihre Bestellung wurde erfolgreich bearbeitet.'),
('de', 'change_password_notification', 'Bitte Ihr Passwort ändern'),
('de', 'change_password_notification_body', 'Ihr Zugangs Password zum Administrator Panel Ihres Stores [store] wurde zuletzt vor [days] Tagen geändert. Aus Sicherheitsgründen bitten wie Sie Ihr Passwort zu ändern. Um Ihr Password zu ändern klicken Sie bitte auf folgenden Link:'),
('de', 'change_permissions', 'Zugriffsberechtigungen ändern'),
('de', 'change_points', 'Punkte ändern'),
('de', 'change_range', 'Bereich (range) ändern'),
('de', 'charged_amount', 'Aufgeschlagener Betrag'),
('de', 'charge_to_vendor_account', 'Verkäuferkonto belasten'),
('de', 'charset', 'Zeichensatz'),
('de', 'chart', 'Diagramm'),
('de', 'charts', 'Diagramme'),
('de', 'chart_type', 'Diagramm Typ'),
('de', 'check', 'Kontrolle'),
('de', 'checkbox', 'Kästchen (checkbox)'),
('de', 'checked', 'Checked'),
('de', 'checking_account_number', 'Kontonummer'),
('de', 'checking_core_edition_is_not_suitable', 'Edition Ihrer Software ([current_edition]) wird nicht unterstützt. Erforderliche Version: [required_edition].'),
('de', 'checking_core_version_is_not_suitable', 'Version Ihrer Software ([version]) wird nicht unterstützt. Minimum: [min]. Maximum: [max].'),
('de', 'checking_extension_should_be_installed', 'Die [extension] Erweiterung sollte auf dem Server für den richtigen Add-on-Betrieb installiert sein.'),
('de', 'checking_extension_should_be_removed', 'Die [extension] Erweiterung sollte für den richtige Add-on-Betrieb von Ihrem Server entfernt werden.'),
('de', 'checking_extension_version_is_not_suitable', 'Die Erweiterung [extension] Version ([version]) wird von dieses Add-on nicht unterstützt. Minimal: [min]. Maximal: [max].'),
('de', 'checking_php_version_is_not_suitable', 'PHP-Version ([version]) wird nicht unterstützt. Minimal: [min]. Maximal: [max].'),
('de', 'checkout', 'Kasse (checkout)'),
('de', 'checkout.email_exists.popup.cancel_btn', 'Use another email'),
('de', 'checkout.email_exists.popup.message', 'An account with your email already exists. We can sign you in (password won\'t be needed), or you can use another email if you\'d like.'),
('de', 'checkout.email_exists.popup.sign_in_btn', 'Sign me in'),
('de', 'checkout.email_exists.popup.title', 'You may have bought from us before'),
('de', 'checkout.min_cart_subtotal_required', 'To continue checkout process your order subtotal must exceed [amount]'),
('de', 'checkout_as_guest', 'Als Gast einkaufen'),
('de', 'checkout_block_with_heading', 'Checkout block (H2 heading)'),
('de', 'checkout_edp_terms_n_conditions', 'Ich akzeptiere die Bedingungen und Konditionen in'),
('de', 'checkout_location_was_rewritten_upgrade_notification_text', '<p>You can now move parts of the new checkout page around, or hide the parts you don\'t need. To do this, go to <b>Design → Layouts</b> and switch to the <i>Checkout</i> tab. For your convenience, we have updated your checkout page: it now has all the new blocks that a clean [product] installation has. Please check your checkout page and modify it as you see fit.</p><p>We also made a back-up of your previous checkout page. If you need to revert our changes, just import the layout from <b>[file_paths]</b></p><p><a href=\"[layout_page]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Configure checkout here</a></p>'),
('de', 'checkout_location_was_rewritten_upgrade_notification_title', 'Customize your checkout page'),
('de', 'checkout_select_profile_before_order', 'Please select a profile before you place the order.'),
('de', 'checkout_terms_n_conditions', 'Wählen Sie dieses Kontrollkästchen aus, um das [terms_href] zu akzeptieren.'),
('de', 'checkout_terms_n_conditions_alert', 'Um fortzufahren müssen Sie unsere allgemeinen Geschäftsbedingungen (AGB)akzeptieren.'),
('de', 'checkout_terms_n_conditions_name', 'Allgemeine Geschäftsbedingungen'),
('de', 'check_active', 'Aktiv'),
('de', 'check_again', 'Nochmals kontrollieren'),
('de', 'check_all', 'Alle'),
('de', 'check_disabled', 'Deaktiviert'),
('de', 'check_hidden', 'Versteckt'),
('de', 'check_items_text', 'Um Bestellungs Status, Zahlungsmethoden und Locations in der Konditions-Liste einzutragen, zuerst die notwendigen Artikel kontrollieren, und auf \"Speichern\" klicken.'),
('de', 'check_none', 'Nichts'),
('de', 'check_number', 'Nummer prüfen'),
('de', 'check_pending', 'Schwebend'),
('de', 'check_permissions', 'Berechtigungen prüfen'),
('de', 'check_php_timeout', 'PHP-Skript-Timeout prüfen'),
('de', 'check_server_export_settings', 'Exporteinstellungen des Servers überprüfen'),
('de', 'check_ssl', 'SSL prüfen'),
('de', 'check_uncheck_all', 'Alle selektieren/delesektieren'),
('de', 'chinese', 'Chinesisch'),
('de', 'choose', 'Wählen'),
('de', 'choose_action', 'Aktion wählen'),
('de', 'choose_category', 'Kategorie wählen'),
('de', 'choose_user', 'Benutzer auswählen'),
('de', 'choose_your_country', 'Ihr Land auswählen'),
('de', 'choose_your_store_mode', 'Bitte wählen Sie Ihren Lizenzmodus aus'),
('de', 'cities', 'Städte'),
('de', 'city', 'Stadt'),
('de', 'classes', 'Klassen'),
('de', 'clean', 'Löschen (cleanup)'),
('de', 'cleanup_history', 'History löschen (cleanup history)'),
('de', 'cleanup_log', 'Log leeren'),
('de', 'clean_logs', 'Protokolle (Logs) löschen'),
('de', 'clean_old_logs', 'Protokolle löschen, die älter als [n] Tag sind|Protokolle löschen, die älter als [n] Tage sind'),
('de', 'clean_up_all_locations_on_import', 'Vor dem Import Positionen löschen'),
('de', 'clear', 'Löschen'),
('de', 'clear_cache', 'Cache löschen'),
('de', 'clear_cart', 'Warenkorb leeren'),
('de', 'clear_conditions', 'Bedingungen löschen'),
('de', 'clear_fields', 'Felder löschen'),
('de', 'clear_list', 'Liste löschen'),
('de', 'clear_thumbnails', 'Generierte Bild-Miniaturen löschen'),
('de', 'clear_wishlist', 'Wunschliste löschen'),
('de', 'clicks', 'Klicks'),
('de', 'client_id', 'Kunden ID'),
('de', 'clone', 'Klonen'),
('de', 'clone_categories', 'Kategorien kopieren'),
('de', 'clone_from', 'Klonen von'),
('de', 'clone_layouts', 'Layouts kopieren'),
('de', 'clone_pages', 'Seiten teilen'),
('de', 'clone_payments', 'Zahlungsmethoden teilen'),
('de', 'clone_products', 'Produkte teilen'),
('de', 'clone_product_features', 'Produkt-Eigenschaften teilen'),
('de', 'clone_product_filters', 'Produktfilter teilen'),
('de', 'clone_profile_fields', 'Profil-Felder teilen'),
('de', 'clone_promotions', 'Promotions (Aktionen) teilen'),
('de', 'clone_selected', 'Selektierte klonen'),
('de', 'clone_settings', 'Einstellungen kopieren'),
('de', 'clone_shippings', 'Versandmethoden teilen'),
('de', 'clone_sitemap', 'Sitemap kopieren'),
('de', 'clone_static_data_clone', 'Menus kopieren'),
('de', 'clone_table', 'Tabelle klonen'),
('de', 'clone_theme', 'Template (Theme) klonen'),
('de', 'clone_this_item', 'Dieses Element klonen'),
('de', 'clone_this_page', 'Diese Seite klonen'),
('de', 'close', 'Schliessen'),
('de', 'close_selected_storefronts', 'Close selected'),
('de', 'close_storefront', 'Close storefront'),
('de', 'close_storefront.setting_notice', 'You can open or close a storefront on the storefront editing page'),
('de', 'cmcic_societe', 'Societe'),
('de', 'cname', 'CNAME'),
('de', 'code', 'Code'),
('de', 'code_snippets', 'Codeausschnitte'),
('de', 'coefficient', 'Faktor'),
('de', 'collapse_bg_color', 'Hintergrundfarbe schliessen'),
('de', 'collapse_section', 'Collapse section'),
('de', 'collapse_sublist_of_items', 'Artikelliste wieder schliessen'),
('de', 'collapse_text_color', 'Textfarbe schliessen'),
('de', 'color', 'Farbe'),
('de', 'column', 'Spalte'),
('de', 'combination', 'Kombination'),
('de', 'combination_code', 'Combination code'),
('de', 'combination_products', 'Kombinationsartikel'),
('de', 'comma', 'Komma'),
('de', 'comment', 'Kommentar'),
('de', 'comments', 'Kommentare'),
('de', 'comments_and_reviews', 'Kommentare und Rezensionen '),
('de', 'comments_and_reviews_menu_description', 'Kundenkommentare- und bewertungen zu Artikeln, Kategorien, Bestellungen etc.'),
('de', 'comment_by', 'Kommentar von'),
('de', 'comment_hint', 'Benutzen Sie Ihren eigenen Kommentar der unter der Option visualisiert wird');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('de', 'commerceml.map.entity_type.warehouse', 'Warehouses'),
('de', 'commerceml.tab.warehouse', 'Warehouses'),
('de', 'commission', 'Provision'),
('de', 'commissions', 'Provisionen'),
('de', 'commissions_of_last_periods', 'Provisionen der letzten Perioden'),
('de', 'commission_rates', 'Provisions Tarife'),
('de', 'communication', 'Benachrichtigung'),
('de', 'communication_and_rating', 'Kommunikation und Bewertung'),
('de', 'compact_list', 'Kompakte Liste'),
('de', 'companies', 'Lieferanten'),
('de', 'company', 'Firma'),
('de', 'company_address', 'Adresse Firma'),
('de', 'company_name', 'Name Firma'),
('de', 'company_not_found', 'Selektierte Firma nicht gefunden.'),
('de', 'company_phone', 'Telefon Firma'),
('de', 'company_settings', 'Einstellungen Firma'),
('de', 'compare', 'Vergleichen'),
('de', 'compare_product_features', 'Produkt Eigenschaften vergleichen'),
('de', 'comparison_list', 'Vergleichsliste'),
('de', 'comparison_list_note', 'Gehen Sie zur Produktvergleichliste'),
('de', 'comparsion', 'Comparison'),
('de', 'compatible_class', 'Kompatibilitäts-Klasse'),
('de', 'completed', 'Abgeschlossen'),
('de', 'compressing_backup', 'Komprimierung der Backup Datei'),
('de', 'compress_dump', 'Backup Datei komprimieren'),
('de', 'condition', 'Bedingung'),
('de', 'conditions', 'Bedingungen'),
('de', 'configure', 'Konfigurieren'),
('de', 'confirm', 'Bestätigen/Senden'),
('de', 'confirmation_dialog', 'Bestätigung des Dialogs'),
('de', 'confirmed', 'Bestätigt'),
('de', 'confirm_password', 'Passwort bestätigen'),
('de', 'conflicts', 'Konflikte'),
('de', 'congratulations', 'Herzlichen Glückwunsch!'),
('de', 'connection_ticket', 'Verbindungs Ticket'),
('de', 'contact', 'Contact'),
('de', 'contact_information', 'Kontaktdaten'),
('de', 'contact_us_for_price', '[Kontaktieren Sie uns für den Preis]'),
('de', 'container_not_used', 'Dieser Container wird NICHT benutzt. \"[container]\" Stattdessen wird der Container des Standardverzeichnisses benutzt. Nehmen Sie dieses Verzeichnis als Standard, um diesen Container als \"[container]\" für alle Verzeichnisse zu verwenden.'),
('de', 'container_options', 'Container Optionen'),
('de', 'content', 'Inhalt'),
('de', 'content_alignment', 'Inhalt Ausrichtung'),
('de', 'content_changed_for', 'Diese Blockinstanzen haben verschiedenen Inhalt für'),
('de', 'continue', 'Weiter'),
('de', 'continue_shopping', 'weiter einkaufen'),
('de', 'controller', 'Ersatz für'),
('de', 'controller_description', 'Wenn Sie einen SEO-Namen für die URL festlegen wollen, z. B. http://example.com/index.php?dispatch=<b>categories.catalog</b>, müssen Sie die \"<b>categories.catalog</b>\" Werte in das \"<b>The value of the \"dispatch\" parameter from the URL</b>\" Feld eingeben und den SEO-Namen im \"<b>SEO name</b>\" Feld festlegen.'),
('de', 'conversion', 'Konvertierung'),
('de', 'converting_data_in_table', 'Konvertiere Daten in Tabelle [table]'),
('de', 'cookie_is_disabled', 'Für ein komplettes Einkaufserlebnis stellen Sie bitte Ihren Browser auf <a href=\"http://www.wikihow.com/Enable-Cookies-in-Your-Internet-Web-Browser\" target=\"_blank\">ein, um Cookies zu akzeptieren</a>'),
('de', 'cookie_policy_upgrade_notification_text', '<p>Some countries require that websites notify customers about the use of cookies. Previously you could do that under <b>Settings → Security</b>. That setting has now been moved to the <b>GDPR Compliance (EU)</b> add-on. Here\'s what we advise doing:</p><ol><li>Go to <b>Add-ons → Manage add-ons</b>.</li><li>Switch to the <b>Browse all available add-ons</b> tab.</li><li>Make sure that the <b>GDPR Compliance (EU)</b> add-on is installed and active.</li><li>Click on the add-on name to open the its settings.</li><li>If the <b>Cookie consent</b> setting is set to <i>Implicit</i>, then your store behaves as before the upgrade.</li><li>Switch to the GDPR tab and make sure that the notifications about personal data processing are configured as you want them to.</li><li>Click <b>Save</b>.</li></ol><p>If you\'d like, you can set the consent mode to <i>Explicit</i>; that way customers will need to explicitly agree to the use of cookies before they can access your store.</p>'),
('de', 'cookie_policy_upgrade_notification_title', 'Cookie notification settings moved to GDPR add-on'),
('de', 'coordinates', 'Koordinaten'),
('de', 'copied', 'Copied'),
('de', 'copy', 'Kopie'),
('de', 'copyright_shopping_cart', 'CS-Cart - Shopping Cart Software'),
('de', 'copy_from_layout', 'Daten von Layout kopieren'),
('de', 'copy_theme_from_another_storefront', 'Copy theme and its layouts from another storefront'),
('de', 'copy_to_other_locations', 'An andere Speicherorte kopieren'),
('de', 'core', 'Core (Kern)'),
('de', 'core_files_have_been_modified', 'Some of your <a href=\"[changes_url]\">core files</a>  were changed manually. That can lead to various problems, especially when upgrading to a new version of [product]. To learn more about why we advise against changing the core files, please read this <a href=\"[docs_url]\" target=\"_blank\" >article</a>.<br><br>[product] automatically checks for changes in core files every time you log in. To disable this check, go to <a href=\"[settings_url]\">Settings → General</a>  and untick the Monitor changes in core files checkbox.'),
('de', 'cost', 'Kosten'),
('de', 'cost_dependences', 'Preis Abhängigkeiten'),
('de', 'could_not_connect_to_database', 'Could not connect to database'),
('de', 'could_not_open_file', 'Leider konnte die Datei nicht geöffnet werden.'),
('de', 'countries', 'Länder'),
('de', 'countries_list', 'Länderliste'),
('de', 'countries_menu_description', 'Die Kombination der Länder verwalten die in Ihrem Laden unterstützt werden.'),
('de', 'country', 'Land'),
('de', 'country_code', 'Ländercode'),
('de', 'count_document_fail_imported', 'Documents import failed:'),
('de', 'count_document_successfully_imported', 'Documents successfully imported:'),
('de', 'count_email_template_fail_imported', 'Email templates import failed:'),
('de', 'count_email_template_successfully_imported', 'Email templates successfully imported:'),
('de', 'count_internal_template_fail_imported', 'On-site notification templates import failed:'),
('de', 'count_internal_template_successfully_imported', 'On-site notification templates successfully imported:'),
('de', 'count_snippet_fail_imported', 'Snippets import failed:'),
('de', 'count_snippet_successfully_imported', 'Snippets successfully imported:'),
('de', 'coupon', 'Gutschein'),
('de', 'coupons', 'Gutscheine'),
('de', 'coupon_already_used', 'Der Gutschein wird bereits verwendet'),
('de', 'coupon_code', 'Gutschein Nummer'),
('de', 'cpi_hash_key', 'CPI-Hash-Schlüssel'),
('de', 'create', 'Erstellen'),
('de', 'created', 'Erstellt'),
('de', 'create_account', 'Konto erstellen'),
('de', 'create_administrator_account', 'Administrator-Account erstellen'),
('de', 'create_and_close', 'Erstellen und schliessen'),
('de', 'create_backup', 'Backup erstellen'),
('de', 'create_detailed_shipment', 'Detaillierten Versand erstellen'),
('de', 'create_file', 'Datei erstellen'),
('de', 'create_folder', 'Ordner erstellen'),
('de', 'create_gift_certificate', 'Gutschein erstellen'),
('de', 'create_gift_certificate_for_customer', 'Gutschein für diesen Kunden erstellen'),
('de', 'create_guest_account', 'Schnelles Checkout, keine Benutzerkonto-Registrierung erforderlich'),
('de', 'create_new_account', 'Permanentes Benutzerkonto erstellen und für das Checkout (Zahlung) verwenden'),
('de', 'create_new_block', 'Neuer Block erstellen'),
('de', 'create_new_layout', 'Neues Layout erstellen'),
('de', 'create_new_order', 'Neue Bestellung eingeben'),
('de', 'create_process_payment', 'Zahlung erstellen und Zahlung abwickeln'),
('de', 'create_profile', 'Neues Profil anlegen'),
('de', 'create_profile_notification_header', 'Vielen Dank, dass Sie ein registrierter Benutzer in unserem Shop sind. Nachfolgend finden Sie Ihre Kontoinformationen.'),
('de', 'create_table', 'Neue Table erstellen'),
('de', 'create_ticket', 'Create Ticket'),
('de', 'creating', 'Erstelle'),
('de', 'creating_storefront', 'Creating storefront'),
('de', 'creating_table', 'erstelle Tabelle'),
('de', 'creation_date', 'Erstellungsdatum'),
('de', 'credit_card', 'Kreditkarte'),
('de', 'credit_card_info', 'Diese Nummer ist auf der Rückseite der Karte im Bereich der Unterschrift gedruckt. Es ist die 3 Stellige Zahl NACH der Kreditkartennummer'),
('de', 'credit_card_number', 'Kreditkartennummer'),
('de', 'credit_memo', 'Kredit Memo'),
('de', 'credit_memo_id', 'Kredit Memo ID'),
('de', 'cresecureapitoken', 'CRE SecureAPIToken'),
('de', 'cresecureid', 'CRE SecureID'),
('de', 'cresecure_allowed_types', 'Zugelassene Kartentypen'),
('de', 'cron_export', 'Cron-Exporteinstellungen'),
('de', 'cscart_uvdesk', 'UVDesk Dashboard'),
('de', 'cscart_uvdesk_menu_description', 'Uvdesk dashboard manage, tickets view, etc.'),
('de', 'csv_delimiter', 'CSV-Begrenzer'),
('de', 'csv_file', 'CSV-Datei'),
('de', 'cta', 'ET - Call to action'),
('de', 'curl_error_code_reference_link', 'To learn what caused the Curl error, look for your error number in <a target=\"_blank\" href=\"[href]\">this article</a>.'),
('de', 'curl_error_description_curle_ssl_invalidcertstatus', 'Status returned failure when asked with CURLOPT_SSL_VERIFYSTATUS.'),
('de', 'currencies', 'Währungen'),
('de', 'currency', 'Währung'),
('de', 'currencycode', 'Währung-Code'),
('de', 'currency_code_aed', 'Vereinigte Arabische Emirate Dirham'),
('de', 'currency_code_afn', 'Afghan Afghani'),
('de', 'currency_code_ang', 'ANG'),
('de', 'currency_code_aoa', 'Angolan Kwanza'),
('de', 'currency_code_aon', 'Angolan New Kwanza'),
('de', 'currency_code_ars', 'ARS'),
('de', 'currency_code_ats', 'Antillian Guilder'),
('de', 'currency_code_aud', 'Australianischer Dollar'),
('de', 'currency_code_awg', 'Aruba-Florin'),
('de', 'currency_code_azn', 'Azerbaijanian Manat'),
('de', 'currency_code_bam', 'Bosnia and Herzegovina Convertible Marks'),
('de', 'currency_code_bbd', 'Barbados Dollar'),
('de', 'currency_code_bdt', 'Bangladesh Taka'),
('de', 'currency_code_bef', 'Belgian Franc'),
('de', 'currency_code_bgl', 'Bulgaria Lev'),
('de', 'currency_code_bgn', 'Bulgarischer Lew'),
('de', 'currency_code_bhd', 'Bahraini Dinar'),
('de', 'currency_code_bif', 'Burundi Franc'),
('de', 'currency_code_bmd', 'Bermudian Dollar'),
('de', 'currency_code_bnd', 'Brunei Dollar'),
('de', 'currency_code_bob', 'Bolivian Boliviano'),
('de', 'currency_code_brl', 'Brasilianischer Real'),
('de', 'currency_code_bsd', 'Bahamian Dollar'),
('de', 'currency_code_btn', 'Bhutan Ngultrum'),
('de', 'currency_code_bwp', 'Botswana Pula'),
('de', 'currency_code_byn', 'Belarussian Ruble'),
('de', 'currency_code_byr', 'Weißrussischer Rubel'),
('de', 'currency_code_bzd', 'Belize Dollar'),
('de', 'currency_code_cad', 'Kanadischer Dollar'),
('de', 'currency_code_cdf', 'Congolese Franc'),
('de', 'currency_code_chf', 'Schweizer Franken'),
('de', 'currency_code_clp', 'Chilean Peso'),
('de', 'currency_code_cny', 'Renminbi'),
('de', 'currency_code_cop', 'Colombian Peso'),
('de', 'currency_code_crc', 'Costa Rican Colon'),
('de', 'currency_code_csd', 'Serbian Dinar'),
('de', 'currency_code_cve', 'Cape Verde Escudo'),
('de', 'currency_code_cyp', 'Cyprus Pound'),
('de', 'currency_code_cyr', 'Zypern-Pfund'),
('de', 'currency_code_czk', 'Tschechische Krone'),
('de', 'currency_code_dem', 'Deutsche Mark'),
('de', 'currency_code_djf', 'Djibouti Franc'),
('de', 'currency_code_dkk', 'Dänische Krone'),
('de', 'currency_code_dop', 'Dominican Peso'),
('de', 'currency_code_dzd', 'Algerian Dinar'),
('de', 'currency_code_ecs', 'Ecuador Sucre'),
('de', 'currency_code_eek', 'Estnische Krone'),
('de', 'currency_code_egp', 'Ägyptisches Pfund'),
('de', 'currency_code_ern', 'Eritrean Nafka'),
('de', 'currency_code_esp', 'Spanish Peseta'),
('de', 'currency_code_etb', 'Ethiopian Birr'),
('de', 'currency_code_eur', 'Euro'),
('de', 'currency_code_fim', 'Finnish Markka'),
('de', 'currency_code_fjd', 'Fidschianischer Dollar'),
('de', 'currency_code_fkp', 'Falkland Islands Pound'),
('de', 'currency_code_frf', 'Französiche Franken'),
('de', 'currency_code_gbp', 'Britisches Pfund'),
('de', 'currency_code_gel', 'Georgischer Lari'),
('de', 'currency_code_ghs', 'Ghana Cedi'),
('de', 'currency_code_gip', 'Gibraltar Pound'),
('de', 'currency_code_gmd', 'Gambian Dalasi'),
('de', 'currency_code_gnf', 'Guinea Franc'),
('de', 'currency_code_grd', 'Greek Drachma'),
('de', 'currency_code_gtq', 'Guatemalan Quetzal'),
('de', 'currency_code_gyd', 'Guyana Dollar'),
('de', 'currency_code_hkd', 'Hong Kong Dollar'),
('de', 'currency_code_hnl', 'Honduran Lempira'),
('de', 'currency_code_hrk', 'Kroatische Kuna'),
('de', 'currency_code_htg', 'Haiti Gourde'),
('de', 'currency_code_huf', 'Ungarische Forint'),
('de', 'currency_code_idr', 'Indonesian Rupiah'),
('de', 'currency_code_iep', 'Irish Pound'),
('de', 'currency_code_ils', 'Israelischer Schekel'),
('de', 'currency_code_inr', 'Indische Rupie'),
('de', 'currency_code_iqd', 'Iraqi Dinar'),
('de', 'currency_code_irr', 'Iranian Rial'),
('de', 'currency_code_isk', 'Isländische Krone'),
('de', 'currency_code_itl', 'Italian Lira'),
('de', 'currency_code_jmd', 'Jamaican Dollar'),
('de', 'currency_code_jod', 'Jordanian Dinar'),
('de', 'currency_code_jpy', 'Japanischer Yen'),
('de', 'currency_code_kes', 'Kenyan Shilling'),
('de', 'currency_code_khr', 'Cambodian Riel'),
('de', 'currency_code_kmf', 'Congolese Franc'),
('de', 'currency_code_kpw', 'Nordkoreanischer Won'),
('de', 'currency_code_krw', 'Südkoreanischer Won'),
('de', 'currency_code_kwd', 'Kuwaitischer Dinar'),
('de', 'currency_code_kyd', 'Cayman Islands Dollar'),
('de', 'currency_code_kzt', 'Tenge (Kasachstan)'),
('de', 'currency_code_lak', 'Laos Kip'),
('de', 'currency_code_lbp', 'Lebanese Pound'),
('de', 'currency_code_lkr', 'Sri Lanka Rupee'),
('de', 'currency_code_lrd', 'Liberian Dollar'),
('de', 'currency_code_lsl', 'Lesotho Loti (Maloti)'),
('de', 'currency_code_ltl', 'Litauischer Litas'),
('de', 'currency_code_luf', 'Luxembourg Franc'),
('de', 'currency_code_lvl', 'Lettischer Lat'),
('de', 'currency_code_lyd', 'Libyan Dinar'),
('de', 'currency_code_mad', 'Marokkanischer Dirham'),
('de', 'currency_code_mdl', 'Moldovan Leu'),
('de', 'currency_code_mga', 'Malagasy Ariary'),
('de', 'currency_code_mgf', 'Malagasy Franc'),
('de', 'currency_code_mkd', 'Macedonian (FYR) Denar'),
('de', 'currency_code_mmk', 'Myanmar Kyat'),
('de', 'currency_code_mnt', 'Mongolian Tugrik'),
('de', 'currency_code_mop', 'Macau Pataca'),
('de', 'currency_code_mro', 'Mauritania Ouguiya'),
('de', 'currency_code_mtl', 'Maltese Lira'),
('de', 'currency_code_mur', 'Mauritius Rupee'),
('de', 'currency_code_mvr', 'Maldives Rufiyaa'),
('de', 'currency_code_mwk', 'Malawi Kwacha'),
('de', 'currency_code_mxn', 'Mexikanischer Peso'),
('de', 'currency_code_myr', 'Malaysischer Ringgit'),
('de', 'currency_code_mzn', 'Mozambique Metical'),
('de', 'currency_code_nad', 'Namibian Dollar'),
('de', 'currency_code_ngn', 'Nigerian Naira'),
('de', 'currency_code_nio', 'Nicaraguan Cordoba Oro'),
('de', 'currency_code_nlg', 'Dutch Guilder'),
('de', 'currency_code_nok', 'Norwegische Krone'),
('de', 'currency_code_npr', 'Nepalese Rupee'),
('de', 'currency_code_nzd', 'Neuseeländischer Dollar'),
('de', 'currency_code_omr', 'Rial Omani'),
('de', 'currency_code_pab', 'Panamanian Balboa'),
('de', 'currency_code_pen', 'Peruvian Nuevo Sol'),
('de', 'currency_code_pgk', 'Papua New Guinea Kina'),
('de', 'currency_code_php', 'Philippinische Pesos'),
('de', 'currency_code_pkr', 'Pakistan Rupee'),
('de', 'currency_code_pln', 'Polnische Zloty'),
('de', 'currency_code_png', 'Papua-Neuguineaischer Kina'),
('de', 'currency_code_pte', 'Portugese Escudo'),
('de', 'currency_code_pyg', 'Paraguayan Guarani'),
('de', 'currency_code_qar', 'Qatari Rial'),
('de', 'currency_code_rol', 'Romanian Lei'),
('de', 'currency_code_ron', 'Rumänischer Leu'),
('de', 'currency_code_rsd', 'New Serbian Dinar'),
('de', 'currency_code_rub', 'Russischer Rubel'),
('de', 'currency_code_rur', 'Russland Rouble'),
('de', 'currency_code_rwf', 'Rwanda Franc'),
('de', 'currency_code_sar', 'Saudischer Riyal'),
('de', 'currency_code_sbd', 'Dollar der Solomon Inseln'),
('de', 'currency_code_scr', 'Seychelles Rupee'),
('de', 'currency_code_sdp', 'Sudanese Pound'),
('de', 'currency_code_sek', 'Schwedische Krone'),
('de', 'currency_code_sgd', 'Singapur Dollar'),
('de', 'currency_code_shp', 'St Helena Pound'),
('de', 'currency_code_sit', 'Slowenischer Tolar'),
('de', 'currency_code_skk', 'Slowakische Koruna'),
('de', 'currency_code_sll', 'Sierra Leone Leone'),
('de', 'currency_code_sos', 'Somalia Shilling'),
('de', 'currency_code_srd', 'Suriname Dollar'),
('de', 'currency_code_srg', 'Suriname Guilder'),
('de', 'currency_code_std', 'Dobra'),
('de', 'currency_code_svc', 'El Salvador Colon'),
('de', 'currency_code_syp', 'Syrian Pound'),
('de', 'currency_code_szl', 'Swaziland Lilangeni'),
('de', 'currency_code_thb', 'Thailändische Baht'),
('de', 'currency_code_tjs', 'Tajikistan Somoni'),
('de', 'currency_code_tmt', 'Turkmenistan Manat'),
('de', 'currency_code_tnd', 'Tunisian Dinar'),
('de', 'currency_code_top', 'Tongan Pa\'anga'),
('de', 'currency_code_trl', 'Turkish Lira'),
('de', 'currency_code_try', 'Türkische Lira'),
('de', 'currency_code_ttd', 'Trinidad and Tobago Dollar'),
('de', 'currency_code_twd', 'Neuer Taiwan-Dollar'),
('de', 'currency_code_tzs', 'Tanzanian Shilling'),
('de', 'currency_code_uah', 'Ukrainische Hrywnja'),
('de', 'currency_code_ugx', 'Uganda Shilling'),
('de', 'currency_code_usd', 'Amerikanischer Dollar'),
('de', 'currency_code_uyu', 'Peso Uruguayo'),
('de', 'currency_code_uzs', 'Uzbekistan Sum'),
('de', 'currency_code_veb', 'Venezuela Bolivar'),
('de', 'currency_code_vef', 'Venezuela Bolivar Fuerte'),
('de', 'currency_code_vnd', 'Vietnamese New Dong'),
('de', 'currency_code_vuv', 'Vanuatu Vatu'),
('de', 'currency_code_wst', 'Samoan Tala'),
('de', 'currency_code_xaf', 'Zentralafrikanischer Franc'),
('de', 'currency_code_xcd', 'East Caribbean Dollar'),
('de', 'currency_code_xof', 'Senegalesischer Franc'),
('de', 'currency_code_xpf', 'CFP-Franc'),
('de', 'currency_code_yer', 'Yemeni Rial'),
('de', 'currency_code_yum', 'Yugoslavian New Dinar'),
('de', 'currency_code_zar', 'Rand'),
('de', 'currency_code_zmw', 'Zambian Kwacha'),
('de', 'currency_code_zwd', 'Zimbabwe Dollar'),
('de', 'currency_deleted', 'Die Währung wurde erfolgreich gelöscht'),
('de', 'currency_rate', 'Wechselkurs'),
('de', 'currency_rate_greater_than_null', 'Wechselkurs sollte höher als 0 sein.'),
('de', 'currency_sign', 'Symbol'),
('de', 'currently_in_use', 'Derzeit in Verwendung'),
('de', 'current_amount', 'Aktueller Betrag'),
('de', 'current_database_size', 'Aktuelle Datenbankgrösse'),
('de', 'current_path', 'Aktueller Pfad'),
('de', 'current_period', 'Aktuelle Periode'),
('de', 'current_setting_value', 'Gegenwartswert'),
('de', 'current_theme', 'Aktuelles Template (Theme)'),
('de', 'custom', 'Personalisiert'),
('de', 'customer', 'Kunde'),
('de', 'customers', 'Kunden'),
('de', 'customers_menu_description', 'Liste von Store-Kunden, registrierte Benutzer mit einem Kundenkonto.'),
('de', 'customers_with_abandoned', 'Kunden die abbestellten'),
('de', 'customer_address', 'Customer address'),
('de', 'customer_create_ticket', 'Create Ticket'),
('de', 'customer_details', 'Kunden Details'),
('de', 'customer_email', 'Kunden E-mail'),
('de', 'customer_id', 'Kunden ID'),
('de', 'customer_info', 'Kundeninformation'),
('de', 'customer_information', 'Kundeninformation'),
('de', 'customer_name', 'Customer Name'),
('de', 'customer_notes', 'Bemerkungen des Kunden'),
('de', 'customer_notifications', 'Kundenbenachrichtigungen'),
('de', 'customer_phone', 'Customer phone'),
('de', 'customer_signature', 'Unterschrift des Kunden'),
('de', 'customer_sign_in', 'Customer Sign-In'),
('de', 'customer_text_letter_footer', 'Bitte besuchen Sie unseren Store wieder'),
('de', 'customization', 'Customization'),
('de', 'customize', 'Anpassen'),
('de', 'custom_range', 'Personalisierter Bereich'),
('de', 'custom_search', 'Custom search'),
('de', 'cutted_product_codes', 'Die folgenden Produktcodes sind zu lang und wurden auf 32 Ziffern abgekürzt.'),
('de', 'cvv2', 'CVV2'),
('de', 'czech', 'Tschechisch'),
('de', 'daily', 'Täglich'),
('de', 'danish', 'Dänisch'),
('de', 'dashboard', 'Dashboard'),
('de', 'database', 'Database (Datenbank)'),
('de', 'database_data_changes', 'Datenänderungen in der Datenbank'),
('de', 'database_structure_changes', 'Änderungen in der Datenbankstruktur'),
('de', 'datafeed.description', 'Nur die Produkte, die <strong> alle </ strong> der folgenden Bedingungen erfüllen, werden exportiert:'),
('de', 'datafeed_name', 'Name Datenfeed'),
('de', 'datakeeper.error_unsupported_file_type', 'Die Datei kann nicht wiederhergestellt werden. Es sind nur .sql, .zip und .tgz Dateien erlaubt.'),
('de', 'datakeeper.file_cannot_be_overrided', 'Kann nicht in die Datei <b>[file]</b>schreiben. Setzen Sie die beschreibbaren Berechtigungen manuell oder überprüfen Sie den FTP-Zugang zu Ihrem Server im Abschnitt <a href=\"[url]\">\"Upgrade center\"</a>'),
('de', 'datakeeper.run_backup_via_cron_message', 'Sie können die Sicherung in bestimmten Zeitabständen automatisch durchführen. Fügen Sie dazu den folgenden Befehl <a href=\"https://en.wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a>: hinzu:'),
('de', 'datatrans_caa', 'Authorisierung mit sofortiger Zahlung'),
('de', 'datatrans_noa', 'Nur Authorisierung'),
('de', 'datatrans_sign', 'Digitale Unterschrift (digital signature)'),
('de', 'data_feed', 'Datenfeed'),
('de', 'data_feed.error_exim_no_data_exported', 'Keine Daten exportiert'),
('de', 'data_feeds', 'Datenfeeds '),
('de', 'data_feeds.exclude_shared_products', 'Geteilte/mehrfach genutzte Artikel ausschließen'),
('de', 'data_feeds.text_tooltip_field_name', 'Der Name der Spalte in der Daten-Feed-Datei.'),
('de', 'data_feeds.text_tooltip_field_type', 'Die Art der Daten aus Ihrem Shop, die in diese Spalte der Daten-Feed-Datei exportiert werden.'),
('de', 'date', 'Datum'),
('de', 'date_added', 'hinzugefügt am'),
('de', 'date_of_birth', 'Geburtsdatum'),
('de', 'day', 'Tag'),
('de', 'days', 'Tage'),
('de', 'days_old', 'Tage alt'),
('de', 'db_backup_restore', 'Datenbank Backup/Wiederherstellung'),
('de', 'db_name', 'Datenbank Name'),
('de', 'dear', 'Sehr geehrte(r)'),
('de', 'dear_sirs', 'Sehr geehrte Damen und Herren,'),
('de', 'debit', 'Belastung'),
('de', 'decimals', 'Dezimalstellen'),
('de', 'decline', 'Ablehnen'),
('de', 'declined', 'abgelehnt'),
('de', 'declined_products_information', 'Information zu abgelehnten Artikeln'),
('de', 'decline_products', 'Artikel ablehnen'),
('de', 'decline_selected', 'Selektierte ablehnen'),
('de', 'decorator', 'Dekorateur'),
('de', 'decrease', 'Reduzieren'),
('de', 'dec_sign', 'Dezimal Symb.'),
('de', 'default', 'Standard (default)'),
('de', 'default_category_view', 'Standard Kategorie-Ansicht'),
('de', 'default_currency_status', 'Status der Hauptwährung kann nicht geändert werden'),
('de', 'default_filter_by_location', 'Kein Filter angegeben. Nach Ort (Location) filtern ist als Standard eingestellt.'),
('de', 'default_language', 'Standard Sprache (default)'),
('de', 'default_language_status', 'Status der Default Sprache kann nicht geändert werden'),
('de', 'default_layout', 'Default Layout'),
('de', 'default_long_options_template', 'Default Template (lange Namen für Produktoption)'),
('de', 'default_product_details_view', 'Übergeordnet ([default])'),
('de', 'default_storefront', 'Default'),
('de', 'default_storefront_must_exist', 'Default storefront must exist in the store'),
('de', 'default_template', 'Standard (default) Template'),
('de', 'default_value', 'Standardwert (default)'),
('de', 'deferred', 'Verzögert'),
('de', 'defined', 'Definiert'),
('de', 'defined_desired_products', 'Liste gewünschter Produkte'),
('de', 'defined_items', 'definierte Artikel'),
('de', 'delay', 'Verzögerung (in Sekunden)'),
('de', 'delete', 'Löschen'),
('de', 'deleted', 'Gelöscht'),
('de', 'deleted_product', 'gelöschtes Produkt'),
('de', 'delete_all_images', 'Delete all images'),
('de', 'delete_block', 'Block löschen'),
('de', 'delete_confirmation', 'Sie Sie sicher, dass sie die gewählten Artikel löschen wollen?'),
('de', 'delete_downloadable_product_files', 'Bestehende Dateien von herunterladbaren Produkten löschen'),
('de', 'delete_downloadable_product_files_tooltip', 'Wenn Sie diese Einstellung aktivieren, werden beim Import von herunterladbaren Produkten die vorhandenen Dateien gelöscht. Wenn die Einstellung deaktiviert ist, werden die neuen Dateien von herunterladbaren Produkten einfach zu den bestehenden Dateien hinzugefügt.'),
('de', 'delete_grid', 'Raster löschen'),
('de', 'delete_image', 'Bild löschen'),
('de', 'delete_image_pair', 'Bilderpaar löschen'),
('de', 'delete_install_folder', 'Bitte löschen Sie das Verzeichnis \'install\'.<br /><br />Das Behalten des Verzeichnis \'install\' auf dem Server ist nicht sicher.'),
('de', 'delete_range', 'Bereich löschen'),
('de', 'delete_selected', 'Selektierte löschen'),
('de', 'delete_this_category', 'Diese Kategorie löschen'),
('de', 'delete_this_page', 'Diese Seite löschen'),
('de', 'delete_this_return', 'Diese Rückgabe löschen'),
('de', 'delivery_time', 'Lieferfrist'),
('de', 'demo', 'Demo'),
('de', 'demo_mode', 'Demo Mode ist aktiviert'),
('de', 'demo_mode_content_text', '<p> Der Warenkorb arbeitet im <b>DEMO</b> Mode und diese Funktion ist deaktiviert. </p>'),
('de', 'demo_panel.block_manager.enable', 'Edit structure<br/><br/>Change various blocks with information: show them, hide them, or move them as you see fit.<br/>This currently works only at the checkout page. Add a product to cart and proceed to checkout to see the editor.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Edit layout on-site\"'),
('de', 'demo_panel.demo_store_panel', 'Demo Store Panel'),
('de', 'demo_panel.demo_will_be_reset_in', 'Demo wird zurückgesetzt in:'),
('de', 'demo_panel.go_admin_panel', 'Gehe zu Administration Panel'),
('de', 'demo_panel.go_storefront', 'Gehe zu Storefront (Kundenbereich)'),
('de', 'demo_panel.go_vendor_panel', 'Gehe zum Feld für Verkäufer'),
('de', 'demo_panel.live_editor.enable', 'Edit сontent<br/><br/>Change the texts and other data directly on the storefront, without using the administration panel.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Edit content on-site\"'),
('de', 'demo_panel.theme_editor.enable', 'Edit style<br/><br/>Change the style of your store (logos, colors, fonts, and so on) and see the changes as you make them.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Theme editor\"'),
('de', 'denied', 'Verweigert'),
('de', 'dependence', 'Sortieren nach'),
('de', 'deposit_amount', 'Deposit-Betrag'),
('de', 'deprecated', 'Deprecated'),
('de', 'desc', 'Hinunterstg.'),
('de', 'description', 'Description'),
('de', 'descr_avs', 'AVS Verifizierungs Antwort'),
('de', 'descr_cvv', 'CVV2 Verifizierungs Antwort'),
('de', 'design', 'Design'),
('de', 'design_mode', 'Design Modus'),
('de', 'desired_amount', 'Gewünschter Betrag'),
('de', 'destination', 'Location'),
('de', 'destination_nothing_found', 'No suitable destination has been found'),
('de', 'detailed_description', 'Detaillierte Beschreibung'),
('de', 'detailed_image', 'Detailed image'),
('de', 'detailed_images', 'Detailansicht'),
('de', 'detailed_image_url', 'Detailed image URL'),
('de', 'detailed_info', 'detaillierte Informationen'),
('de', 'detailed_shipment', 'Detaillierter Versand'),
('de', 'details', 'Details'),
('de', 'developer', 'Entwickler'),
('de', 'development', 'Entwicklung'),
('de', 'dhl_upgrade_notification_text', '<p>The latest version of [product] has different settings for realtime shipping rate calculation if you use DHL as a Carrier.</p><p>If you want to show current shipping rates to your clients, do this:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses DHL as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li><li>switch to the Configure tab and enter the proper Site ID and Password</li></ul>'),
('de', 'dhl_upgrade_notification_title', 'Änderungen bei der Berechnung der DHL-Echtzeit-Versandtarife'),
('de', 'diff', 'Dateiänderungen'),
('de', 'different_only', 'Nur Andere'),
('de', 'directory', 'Verzeichnis'),
('de', 'direct_download', 'Direkter Download'),
('de', 'disable', 'Deaktivieren'),
('de', 'disabled', 'Deaktiviert'),
('de', 'disabled_categories', 'Deaktivierte Kategorien'),
('de', 'disable_for', 'Deaktivieren für'),
('de', 'disable_selected', 'Selektierte deaktivieren'),
('de', 'disapprove', 'Nicht genehmigen'),
('de', 'disapproved', 'Nicht genehmigt'),
('de', 'disapprove_selected', 'Disapprove selected'),
('de', 'discount', 'Rabatt'),
('de', 'discounted_price', 'Rabattierter Preis'),
('de', 'discounts', 'Rabatte'),
('de', 'discount_coupon', 'Rabatt Gutschein'),
('de', 'discount_coupon_code', 'Rabatt Gutschein Code'),
('de', 'discussion', 'Kommentare und Rezensionen '),
('de', 'discussion.add_new_review', 'Gespräche: neue Rezension'),
('de', 'discussion.agreement_text_full_add_new_review', '<p>Wir ([company]) nutzen die von Ihnen uns zur Verfügung gestellten Daten, um Sie bezüglich Ihrer Rückrufanfragen oder Bestellungen zu kontaktieren. Diese Daten werden in unserem System gespeichert und ausschließlich für unsere Mitarbeiter sichtbar sein (oder für den entsprechenden Verkäufer), bis Sie dem widersprechen. Wenn Sie Ihre persönlichen Daten löschen möchten, senden Sie uns bitte eine Mail an [email].</p> <p>Wenn Sie glauben, das Ihre persönlichen Daten für unrechte Zwecke missbraucht wurden, haben Sie das Recht, dieses der Aufsichtsbehörde zu melden. Wir sind der EU-Datenschutz-Grundverordnung verpflichtet, Sie darüber aufzuklären; wir beabsichtigen nicht, Ihre Daten zu missbrauchen.</p>'),
('de', 'discussion.agreement_text_short_add_new_review', 'Ich bin damit einverstanden, dass meine persönlichen Daten wie folgt <u>verarbeitet werden</u>'),
('de', 'discussion.anonymous_setting_restored_upgrade_notification', 'In the 4.9.1 version the <strong>Only anonymous customers</strong> variant of the <strong>Administrator must approve posts submitted by</strong> setting was removed. Now, it is available again, with the ability to leave reviews for nonauthorized customers. Please check if the desirable value of the setting is selected.'),
('de', 'discussion.anonymous_setting_restored_upgrade_notification_title', 'Comments and reviews add-on settings were changed'),
('de', 'discussion.please_log_in_to_write_a_review', 'Bitte melden Sie sich an, um eine Bewertung zu schreiben'),
('de', 'discussion.you_have_to_buy_from_vendor_before_writing_review', 'You can\'t write a review for this vendor. Customers can write reviews for a vendor only after they buy something from that vendor. If you actually placed an order with this vendor, but are still seeing this message, please contact us.'),
('de', 'discussion.you_have_to_buy_product_before_writing_review', 'You can\'t write a review for this product. Customers can write reviews only for the products they bought. If you actually bought this product from us, but are still seeing this message, please contact us.'),
('de', 'discussion_manager', 'Kommentare und Rezensionen '),
('de', 'discussion_tab_categories', 'Kategoriebewertungen'),
('de', 'discussion_tab_companies', 'Unternehmensbewertungen'),
('de', 'discussion_tab_home_page', 'Erfahrungsberichte'),
('de', 'discussion_tab_orders', 'Bestellkommunikation'),
('de', 'discussion_tab_pages', 'Seitenkommentare'),
('de', 'discussion_tab_products', 'Produktbewertungen'),
('de', 'discussion_title_category', 'Rezensionen'),
('de', 'discussion_title_company', 'Rezensionen'),
('de', 'discussion_title_giftreg', 'Gästebuch'),
('de', 'discussion_title_home_page', 'Erfahrungsberichte'),
('de', 'discussion_title_home_page_menu_description', 'Verwalten Sie die Erfahrungsberichte Ihrer Shopbesucher.'),
('de', 'discussion_title_order', 'Benachrichtigung'),
('de', 'discussion_title_page', 'Kommentare'),
('de', 'discussion_title_product', 'Rezensionen'),
('de', 'discussion_title_return', 'Benachrichtigung'),
('de', 'dispatch', 'Position-Typ'),
('de', 'dispatch_value', 'Versandwert'),
('de', 'displayed_vendors', 'Angezeigte Verkäufer'),
('de', 'display_bottom_buttons', 'Untere Tasten anzeigen'),
('de', 'display_delete_icons', 'Symbole Löschen anzeigen'),
('de', 'display_in_promotions', 'In Angeboten anzeigen'),
('de', 'display_message', 'Nachricht anzeigen'),
('de', 'display_on', 'Anzeigen in'),
('de', 'display_type', 'Art der Anzeige'),
('de', 'display_variants_count', 'Anzahl der angezeigten Filtervarianten vor dem Seitenumbruch'),
('de', 'documents', 'Dokumente'),
('de', 'document_exists', 'Das Dokument mit dem gewählten Code existiert bereits, bitte versuchen Sie es mit einem anderen.'),
('de', 'document_import_success_msg', 'All the documents have been imported without errors.'),
('de', 'document_preview_gift_certificate_not_found', 'Couldn\'t find a gift certificate. Preview only works with existing data. Please create a gift certificate and use Preview again.'),
('de', 'document_preview_order_not_found', 'Es konnte keine Bestellung gefunden werden. Die Vorschau funktioniert nur mit vorhandenen Daten. Bitte erstellen Sie eine Bestellung und verwenden Sie erneut die Vorschau.'),
('de', 'document_preview_return_request_not_found', 'Couldn\'t find a return request. Preview only works with existing data. Please create a return request and use Preview again.'),
('de', 'document_preview_suppliers_not_found', 'Couldn\'t find a supplier. Preview only works with existing data. Please create a supplier and use Preview again.'),
('de', 'domain', 'Domain'),
('de', 'domains', 'Domänen (Domains)'),
('de', 'domestic_usps', 'Inland U.S.P.S.'),
('de', 'done', 'Erledigt'),
('de', 'dont_recalculate_order', 'Bestellung nicht neu berechnen'),
('de', 'dont_track', 'Nicht verfolgen'),
('de', 'dont_use_cardinal', 'Verwenden Sie keine Kardinal Centinel&reg; für 3-D Secure Zahlungs-Authentifizierung'),
('de', 'dots', 'Punkte'),
('de', 'down', 'Unten'),
('de', 'download', 'Herunterladen'),
('de', 'downloadable', 'Herunterladbar'),
('de', 'downloadable_product_files_directory', 'Verzeichnis für die Dateien der herunterladbaren Produkte'),
('de', 'downloadable_shipping', 'Versand aktivieren wenn herunterladbar'),
('de', 'downloads', 'Downloads'),
('de', 'downloads_max_left', 'Max. Downloads / noch zur Verfügung'),
('de', 'download_key_expiry', 'Ablauf des Download Schlüssels (Download Key)'),
('de', 'download_link_expired', 'Der Download Link ist abgelaufen oder nicht bereit.'),
('de', 'do_not_change', 'Nicht ändern'),
('de', 'do_not_pass_logo', 'Das Shopping Cart Logo nicht dem Händler weitergeben'),
('de', 'do_not_use', 'Nicht verwenden'),
('de', 'drlicense_number', 'Führerschein Nummer'),
('de', 'dropdown_horizontal', 'Horizontales Aufklappmenü'),
('de', 'dropdown_limit', 'Minimale Anzahl Elemente die in der Dropdown Liste plaziert werden.'),
('de', 'dropdown_second_level_elements', 'Elemente in der zweiten Ebene'),
('de', 'dropdown_third_level_elements', 'Elemente in der dritten Ebene'),
('de', 'dropdown_vertical', 'Dropdown Menu'),
('de', 'drop_existing_data', 'Vor dem Importieren alle vorhandenen Produkt Dateien löschen'),
('de', 'drop_images_select', 'Select images'),
('de', 'drop_images_select_short', 'Select'),
('de', 'drop_images_to_upload', 'Drop images here'),
('de', 'dump_file_not_writable', 'Die Datei, die Sie im Datenbank-Backup abspeichern wollen, ist nicht nicht beschreibbar. Bitte überprüfen Sie die Zugriffsberechtigungen.'),
('de', 'duplicate', 'Transaktionen duplizieren'),
('de', 'dutch', 'Niderländisch'),
('de', 'dynamic', 'Dynamisch'),
('de', 'dynamic_content', 'Dieser Block wird nur in <a href=\"[url]\"> in dieser Seite </a> angezeigt.'),
('de', 'dynamic_tree_cat', 'Dynamischer Baum'),
('de', 'dynamic_tree_pages', 'Dynamischer Baum'),
('de', 'earned_points', 'Pro Artikel erworbene Punkte'),
('de', 'earned_point_modifier', 'Modifikator für erworbene Punkte'),
('de', 'easing', 'Entlastung (easing)'),
('de', 'easter_coming_soon_message', 'Uh-oh, it looks like this feature doesn\'t work yet! But we\'re on the job and will try to get it working soon.'),
('de', 'edit', 'Bearbeiten'),
('de', 'editing', 'Bearbeiten'),
('de', 'editing_attachment', 'Anhang bearbeiten'),
('de', 'editing_block', 'Block bearbeiten'),
('de', 'editing_category', 'Kategorie bearbeiten'),
('de', 'editing_certificate', 'Gutschein bearbeiten'),
('de', 'editing_chart', 'Grafik bearbeiten'),
('de', 'editing_combination', 'Kombination bearbeiten'),
('de', 'editing_container', '\"Container\" bearbeiten'),
('de', 'editing_currency', 'Währung bearbeiten'),
('de', 'editing_defined_products', 'Definierte Produkte bearbeiten'),
('de', 'editing_document', 'Bearbeiten von [name]'),
('de', 'editing_email_snippet', 'Ausschnitte bearbeiten'),
('de', 'editing_email_template', 'Email-Vorlage bearbeiten'),
('de', 'editing_file', 'Datei bearbeiten'),
('de', 'editing_filter', 'Filter bearbeiten'),
('de', 'editing_folder', 'Ordner bearbeiten'),
('de', 'editing_form', 'Formular bearbeiten'),
('de', 'editing_global_vars', 'Bearbeiten von globalen Variablen'),
('de', 'editing_grid', 'Raster bearbeiten'),
('de', 'editing_group', 'Gruppe bearbeiten'),
('de', 'editing_internal_template', 'Editing on-site notification template'),
('de', 'editing_item', 'Artikel bearbeiten'),
('de', 'editing_language', 'Sprache bearbeiten'),
('de', 'editing_layout', 'Layout bearbeiten'),
('de', 'editing_link', 'Link bearbeiten'),
('de', 'editing_localization', 'Localization bearbeiten'),
('de', 'editing_location', 'Location bearbeiten'),
('de', 'editing_mailing_list', 'Bearbeitet Mailingliste'),
('de', 'editing_menu', 'Menus bearbeiten'),
('de', 'editing_option', 'Option bearbeiten'),
('de', 'editing_order', 'Bestellung bearbeiten'),
('de', 'editing_order_invoice', 'Bearbeitung der Rechnung für die Bestellung #[order_id]'),
('de', 'editing_order_invoice_responsive', 'Editing invoice for order'),
('de', 'editing_page', 'Seite bearbeiten'),
('de', 'editing_payment', 'Zahlungmethode bearbeiten'),
('de', 'editing_poll', 'Umfrage bearbeiten'),
('de', 'editing_product', 'Produkt bearbeiten'),
('de', 'editing_product_feature', 'Produkt Eigenschaft bearbeiten'),
('de', 'editing_profile', 'Profil bearbeiten'),
('de', 'editing_profile_field', 'Profilfeld bearbeiten'),
('de', 'editing_profile_name', 'Editing profile: [name]'),
('de', 'editing_promotion', 'Aktion (Promotion) bearbeiten'),
('de', 'editing_question', 'Bearbeitung der Frage'),
('de', 'editing_quick_menu_link', 'Quick Menu Link bearbeiten'),
('de', 'editing_quick_menu_section', 'Quick Menu Sektion bearbeiten'),
('de', 'editing_rate_area', 'Kategorie bearbeiten'),
('de', 'editing_report', 'Rapport bearbeiten'),
('de', 'editing_shipping_method', 'Versandmethoden bearbeiten'),
('de', 'editing_sitemap_section', 'Sitemap Sektion bearbeiten'),
('de', 'editing_snippet', 'Ausschnitte bearbeiten'),
('de', 'editing_status', 'Status bearbeiten'),
('de', 'editing_storefront', 'Editing storefront'),
('de', 'editing_store_location', 'Standort bearbeiten'),
('de', 'editing_supplier', 'Lieferanten bearbeiten'),
('de', 'editing_tab', 'Tab (Registerkarte)bearbeiten'),
('de', 'editing_table_column', 'Spalte bearbeiten'),
('de', 'editing_tax', 'Steuern bearbeiten'),
('de', 'editing_vendor', 'Verkäufer bearbeiten'),
('de', 'edition_type', 'Typ der Ausgabe'),
('de', 'edit_admin_notification', 'Edit the email sent to administrators'),
('de', 'edit_and_send_invoice', 'Optimieren und versenden Sie die Rechnung'),
('de', 'edit_content_on_site', 'Inhalt direkt auf der Seite bearbeiten'),
('de', 'edit_corresponding_profile_field', 'To change the field type or variants, <a href=\"[URL]\">edit the corresponding field in the Shipping Address section</a>.'),
('de', 'edit_customer_notification', 'Edit the email sent to customers'),
('de', 'edit_files', 'Kan bearbeitet werden'),
('de', 'edit_invoice', 'Rechnung drucken'),
('de', 'edit_layout', 'Layout bearbeiten'),
('de', 'edit_layout_on_site', 'Edit layout on-site'),
('de', 'edit_order', 'Bestellung bearbeiten'),
('de', 'edit_products', 'Produkte bearbeiten'),
('de', 'edit_profile', 'Profil bearbeiten'),
('de', 'edit_profile_note', 'Email, Passwort, Versand/Rechnungs Infos und weitere Profil Einstellungen ändern.'),
('de', 'edit_report', 'Bericht bearbeiten'),
('de', 'edit_robots', 'Edit robots.txt'),
('de', 'edit_selected', 'Selektierte bearbeiten'),
('de', 'edp_access_granted', 'Sie können jetzt das gekaufte Produkt herunterladen.'),
('de', 'edp_access_subj', 'Zugriff auf elektronisch versendbare (downloads) Produkte bewilligt.'),
('de', 'edp_enable_shipping', 'Versand von herunterladbaren (downloads) Produkten aktivieren'),
('de', 'eib', 'ET - Extra info block'),
('de', 'eib_wrapper', 'ET - Extra info block'),
('de', 'elements_per_column_third_level_view', 'AB: Elements number per column for the mode <b>3-level menu (dropdown list)</b>'),
('de', 'elements_per_column_third_level_view.tooltip', 'This setting limits the number of displayed third-level menu items in each of the two columns of the last level when the <b>3-level menu mode (drop-down list) </ b> is turned on. The remaining menu items (exceeding the limit settings) will not be displayed in the menu. It is rational to use the setting, if there is a very large number of menu items on the third level'),
('de', 'email', 'E-Mail'),
('de', 'email.one_time_password.message', '<p>You\'ve requested a one-time code to sign in to <a href=\"[storefront_url]\">[storefront_url]</a>. Here it is:</p><p><strong><code>[password]</code></strong></p><p>Please don\'t tell this code to anyone else. If you haven\'t requested the code, then you can safely ignore this message. Nobody will be able to sign in to your account, unless they know your password or can view your inbox.</p>'),
('de', 'email.one_time_password.title', 'Sign in without password'),
('de', 'emails', 'E-mail Adressen'),
('de', 'email_address', 'E-mail Adresse'),
('de', 'email_cannot_be_empty', 'E-Mail darf nicht leer sein.'),
('de', 'email_header', 'E-mail Kopfzeile'),
('de', 'email_marketing.confirm_subscription', 'Bitte bestätigen Sie Ihr Abonnement'),
('de', 'email_marketing.email_subscribed', 'Sie haben unseren Newsletter abonniert.'),
('de', 'email_marketing.email_subscribed_2optin', 'Abonnement bestätigt'),
('de', 'email_marketing.enter_api_key_and_save', 'API-Schlüssel eingeben und erst speichern'),
('de', 'email_marketing.error_no_list', 'Bitte wählen Sie die Mailingliste in den Add-On-Einstellungen aus, um den Import zu starten'),
('de', 'email_marketing.export_all', 'Alles exportieren'),
('de', 'email_marketing.new_subscriber', 'Neuer Abonnent'),
('de', 'email_marketing.subscription_confirmed', 'Vielen Dank für das Abonnieren unseres Newsletters'),
('de', 'email_marketing.subscription_confirmed_2', 'Abonnement bestätigt'),
('de', 'email_marketing.subscription_pending', 'E-Mail-Bestätigung ist erforderlich!'),
('de', 'email_marketing.sync', 'Synchronisieren'),
('de', 'email_marketing.text_confirm_subscription', 'Wir haben eine Abonnementanfrage von Ihnen erhalten. Bitte bestätigen Sie <p><a href=\"[href]\">Klicken Sie hier, um Ihr Abonnement zu bestätigen</a></p>Wenn Sie diese Mail irrtümlich erhalten haben, löschen Sie sie einfach. Sie werden kein Abonnent, wenn sie nicht auf den Bestätigungslink klicken.'),
('de', 'email_marketing.text_email_subscribed', 'Vielen Dank für das Abonnieren unseres Newsletters. <p>Falls Sie mal keine E-Mails mehr erhalten wollen, <a href=\"[href]\">klicken Sie hier, um den Newsletter abzubestellen.</a>.</p>'),
('de', 'email_marketing.text_email_subscribed_2optin', 'Vielen Dank für das Abonnieren unseres Newsletters. <p>Falls Sie mal keine E-Mails mehr erhalten wollen, <a href=\"[href]\">klicken Sie hier, um den Newsletter abzubestellen.</a>.</p>'),
('de', 'email_marketing.text_subscribe', 'Newsletter abonnieren'),
('de', 'email_marketing.text_subscription_confirmed', 'Ihr Abonnement wurde bestätigt. Keine zusätzliche Aktion erforderlich.'),
('de', 'email_marketing.text_subscription_confirmed_2', 'Ihr Abonnement für unseren Newsletter wurde bestätigt. Vielen Dank dafür!'),
('de', 'email_marketing.text_subscription_pending', 'Danke für das Abonnieren unseres Newsletters. Eine Bestätigungsmail wurde an Sie gesendet. Bitte klicken Sie auf den Link in der Mail, um Ihr Abonnement zu bestätigen.'),
('de', 'email_marketing.text_unsubscribe_successful', 'Ihre Email wurde von unserer Liste entfernt.'),
('de', 'email_marketing.tmpl_subscription', 'E-Mail-Marketing: Newsletter-Abonnement-Formular'),
('de', 'email_marketing.unsubscribe_successful', 'Newsletter abbestellen erfolgreich'),
('de', 'email_marketing.warning_email_exists', 'Die E-Mail-Adresse ist bereits angemeldet'),
('de', 'email_order_invoice_subject', '[company_name] Rechnung für die Bestellung #order_id]'),
('de', 'email_subject', 'Betreff in E-mail'),
('de', 'email_template.accounting_new_payout', 'Accounting: Payout has been issued'),
('de', 'email_template.accounting_new_withdrawal', 'Accounting: Withdrawal has been requested'),
('de', 'email_template.accounting_payout_approved', 'Accounting: Payout has been completed'),
('de', 'email_template.accounting_payout_declined', 'Accounting: Payout hasn\'t been completed'),
('de', 'email_template.accounting_withdrawal_approved', 'Accounting: Withdrawal has been completed'),
('de', 'email_template.accounting_withdrawal_declined', 'Accounting: Withdrawal has been declined'),
('de', 'email_template.activate_profile', 'Benutzerprofil erfordert eine Aktivierung'),
('de', 'email_template.apply_for_vendor_notification', 'Apply for vendor'),
('de', 'email_template.back_in_stock_notification', 'Zurück in die Lagerbestandsmeldung'),
('de', 'email_template.call_requests_buy_with_one_click', 'Rückrufanfrage: Kaufen Sie mit \"1-Klick-Mitteilung\"'),
('de', 'email_template.call_requests_call_request', 'Rückrufanfrage: Rückrufanfrage Mitteilung'),
('de', 'email_template.company_payment_notification', 'Company payment'),
('de', 'email_template.company_status_notification', 'Company status change'),
('de', 'email_template.create_profile', 'Erstellung von Benutzerprofilen'),
('de', 'email_template.discussion_notification', 'Benachrichtigungen für Bewertungen und Kommentare'),
('de', 'email_template.edp_access', 'Bestellungen: Zugang zu herunterladbaren Produkten'),
('de', 'email_template.email_marketing_confirmation', 'Email marketing: subscription confirmation'),
('de', 'email_template.email_marketing_welcome', 'Email Marketing: Begrüßungsschreiben'),
('de', 'email_template.email_marketing_welcome_2optin', 'Email Marketing: Begrüßungsschreiben (2. Option)'),
('de', 'email_template.form_builder_form', 'Kontaktformular'),
('de', 'email_template.gift_certificates_notification', 'Gutschein'),
('de', 'email_template.give_coupon', 'Werbeaktionen: Gutschein'),
('de', 'email_template.hybrid_auth_create_profile', 'Create user profile via social login'),
('de', 'email_template.low_stock', 'Benachrichtigung bei niedrigem Lagerbestand des Produkts'),
('de', 'email_template.newsletters_newsletter', 'Newsletter'),
('de', 'email_template.newsletters_promotion', 'Newsletter: Aktion'),
('de', 'email_template.one_time_password_request', 'One-time code for password-free sign-in'),
('de', 'email_template.order_notification', 'Bestellbestätigung: [name]'),
('de', 'email_template.order_notification_default', 'Bestellbestätigung: Standardvorlage für einen neuen Bestellstatus'),
('de', 'email_template.params.attach_order_document', 'Attach a PDF document'),
('de', 'email_template.product_reviews_notification', 'Product reviews: New review notification'),
('de', 'email_template.product_reviews_reply_notification', 'Product reviews: Reply notification'),
('de', 'email_template.profile_activated', 'Aktivierung des Benutzerkontos'),
('de', 'email_template.profile_deactivated', 'Deaktivierung des Benutzerkontos'),
('de', 'email_template.recover_password', 'Passwort Wiederherstellung'),
('de', 'email_template.reminder', 'Ablauf des Admin-Passworts'),
('de', 'email_template.reward_points_notification', 'Reward points'),
('de', 'email_template.rma_slip_notification', 'RMA slip'),
('de', 'email_template.shipment_products', 'Orders: products shipped'),
('de', 'email_template.shipping_error', 'Shipping: request error'),
('de', 'email_template.suppliers_notification', 'Lieferantenanzeige'),
('de', 'email_template.track', 'Orders: tracking'),
('de', 'email_template.update_profile', 'User profile update'),
('de', 'email_template.upgrade_backup_info', 'Upgrade: restore link'),
('de', 'email_template.usergroup_activation', 'User group activation'),
('de', 'email_template.usergroup_disactivation', 'User group disactivation'),
('de', 'email_template.usergroup_request', 'User group request'),
('de', 'email_template.vendor_communication.notify_admin', 'Ask seller a question: Admin Notification'),
('de', 'email_template.vendor_communication.notify_customer', 'Ask seller a question: Customer Notification'),
('de', 'email_template.vendor_data_premoderation_notification', 'Vendor premoderation'),
('de', 'email_template.vendor_invitation', 'Vendor invitation'),
('de', 'email_template.vendor_plans_payment', 'Verkäuferplan: Bezahlbenachrichtigung'),
('de', 'email_template.vendor_plans_plan_changed', 'Verkäuferplan: Änderungsbenachrichtigung'),
('de', 'email_template.vendor_plans_revenue', 'Vendor plans: revenue notification'),
('de', 'email_templates', 'Email-Vorlagen'),
('de', 'email_template_exists', 'Die E-Mail-Vorlage mit dem gewählten Code ist bereits vorhanden, bitte versuchen Sie eine andere.'),
('de', 'email_template_import_success_msg', 'All the email templates have been imported without errors.'),
('de', 'email_to', 'E-Mail an'),
('de', 'empty', 'Leer'),
('de', 'empty_key_value', 'Schlüssel-Wert leere Tabelle'),
('de', 'enable', 'Aktivieren'),
('de', 'enabled', 'Aktiviert'),
('de', 'enable_cdn', 'CDN aktivieren'),
('de', 'enable_for', 'Aktivieren für'),
('de', 'enable_link', 'Link aktivieren'),
('de', 'enable_or_disable_block', 'Block aktivieren/deaktivieren'),
('de', 'enable_or_disable_container', 'Container aktivieren/deaktivieren'),
('de', 'enable_or_disable_grid', 'Raster aktivieren/deaktivieren'),
('de', 'enable_quick_view', 'Quick View aktivieren'),
('de', 'enclosure', 'Anlage'),
('de', 'encryption', 'Verschlüsselung (encryption)'),
('de', 'encryption_key', 'Verschlüsselungs Key (encryption key)'),
('de', 'end_date', 'Enddatum'),
('de', 'english', 'Englisch'),
('de', 'enter_category_name_and_path', 'Enter path and category name. Example, \"Electronics/Computers/Laptops\"'),
('de', 'enter_code', 'Code eingeben'),
('de', 'enter_color_name_and_code', 'Enter color name and code. Example, \"Red #ff0000\"'),
('de', 'enter_data', 'Daten eingeben'),
('de', 'enter_email', 'Ihre E-Mail eingeben'),
('de', 'enter_new_lang_code', 'Einen neuen Sprachcode eingeben'),
('de', 'enter_other', 'Andere eingeben'),
('de', 'enter_your_price', 'Geben Sie Ihren Preis ein'),
('de', 'entity', 'Entität'),
('de', 'entry_page', 'Eingangs Seite');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('de', 'entry_point', 'Eingangs Punkt'),
('de', 'envelope', 'Briefumschlag'),
('de', 'epdq_3ds_main', 'Hauptfenster'),
('de', 'epdq_3ds_popup', 'Popup Fenster'),
('de', 'error', 'Fehler'),
('de', 'errorCode', 'Fehlercode'),
('de', 'errorName', 'Fehlername'),
('de', 'error_account_disabled', 'Ihr Konto ist deaktiviert. Bitte den Shop Administrator kontaktieren'),
('de', 'error_admin_not_created_email_already_used', 'Administrator Konto wurde nicht erstellt. Die E-mail Adresse gehört einem anderen Benutzer. Sie können den Administrator für diesen Benutzer manuell hinzufügen.'),
('de', 'error_admin_not_created_name_already_used', 'Administrator Konto wurde nicht erstellt. Der Benutzername gehört einem anderen Benutzer. Sie müssen den Administrator Benutzernamen ändern.'),
('de', 'error_admin_registers_as_vendor', 'Sie können kein Verkäufer werden, da Sie derzeit als Administrator angemeldet sind. Bitte melden Sie sich ab und bestätigen das Formular erneut.'),
('de', 'error_ajax', 'Oops, etwas hat nicht funktioniert ([error]). Bitte versuchen Sie es nochmals.'),
('de', 'error_already_posted', 'Sie haben in dieser Diskussion bereits einen Beitrag verfasst.'),
('de', 'error_area_access_denied', 'Sie sind nicht berechtigt diesen Bereich zu betreten!'),
('de', 'error_cannot_delete_files', 'Dateien können nicht gelöscht werden: <b>[files]</b>. Bitte überprüfen Sie die Berechtigungen.'),
('de', 'error_change_admin_data_in_frontend', 'Es ist nicht erlaubt, die Admin E-Mail Adresse oder das Passwort im Kundenbereich zu ändern. Bitte loggen Sie sich mit einem Kunden-Account ein.'),
('de', 'error_class_phar_data_not_found', 'The PharData class not found. Read more: <a href=\"https://php.net/manual/en/class.phardata.php\">https://php.net/manual/en/class.phardata.php</a>'),
('de', 'error_class_zip_archive_not_found', 'The ZipArchive class not found. Read more: <a href=\"https://php.net/manual/en/class.ziparchive.php\">https://php.net/manual/en/class.ziparchive.php</a>'),
('de', 'error_confirmation_code_invalid', 'Entschuldigung, die Anti-Bot-Validierung ist fehlgeschlagen. Bitte versuchen Sie es erneut.'),
('de', 'error_curl_not_exists', '<b>Warnung!</b><br />PHP CURL Extension wird <b>nicht</b> von Ihrem Server unterstützt. <b>[method]</b> kann nicht ausgeführt werden. Kontaktieren Sie bitte Ihren Hosting-Provider.'),
('de', 'error_curl_ssl_not_exists', '<b>Warnung!</b><br />PHP CURL extension wird erstellt,  <b>ohne</b> SSL Unterstützung auf Ihren Server. <b>[method]</b> kann nicht ausgeführt werden. Kontaktieren Sie bitte Ihren Hosting-Provider.'),
('de', 'error_currency_exists', 'Währung mit dem Code <b>[code]</b> existiert bereits.'),
('de', 'error_delete_theme_company', 'Eines Ihrer Shops verwendet dieses Template. Bitte wählen Sie zuvor ein anderes Template bevor Sie dieses löschen.'),
('de', 'error_delete_theme_layout', 'Das Layout das dieses Template (Theme) verwendet is als default eingestellt. Bitte verwenden Sie ein anderes Layout als default.'),
('de', 'error_demo_mode', 'Der Webshop läuft im <b>DEMO</b> Modus. Diese Funktion ist deaktiviert.'),
('de', 'error_directory_not_writable', 'Das Verzeichnis \"[dir]\" ist nicht beschreibbar. Bitte überprüfen Sie die Berechtigungen für dieses Verzeichnis Ihrer Installation.'),
('de', 'error_email_already_subscribed', 'Ihre e-Mail-Adresse ist bereits angemeldet.'),
('de', 'error_empty_company_name', 'Firma kann nicht leer sein'),
('de', 'error_exim_cant_open_file', 'Kann die hochgeladene Datei nicht öffnen'),
('de', 'error_exim_cant_read_file', 'Kann die hochgeladene Datei nicht lesen'),
('de', 'error_exim_fields_not_selected', 'Keine Felder für den Export ausgewählt'),
('de', 'error_exim_file_doesnt_exist', 'Datei ist nicht vorhanden!'),
('de', 'error_exim_get_images_for_products', 'Für einige Produkte konnten keine Bilder importiert werden. Entweder existieren diese Bilder nicht (oder können nicht aufgerufen werden), oder die Pfade zu diesen Bildern in der importierten Datei sind falsch.'),
('de', 'error_exim_incorrect_lines', 'Ihre CSV Datei hat eine falsche Datenformatierung (falscher Begrenzer \"delimiter\",  fehlende Felder, usw.) in den folgenden Zeilen: <b>[lines]</b>'),
('de', 'error_exim_incorrent_delimiter', 'Der Begrenzer (delimiter) ist anders als Ihre Selektion'),
('de', 'error_exim_invalid_count_langs', 'Multi-Sprachen Zeilen Aufzählung stimmt nicht überein: verschiedene Anzahl Zeilen für verschiedene Sprachen sind vorhanden.'),
('de', 'error_exim_layout_required_fields', 'Die folgenden Felder sind erforderlich und können nicht vom Layout entfernt werden:'),
('de', 'error_exim_no_data_exported_new', 'Keine Daten exportiert. Der fehlerhafte Exportbereich wird wahrscheinlich durch dieses Problem verursacht. <a class=\"cm-post\" href=\"[url]\">Clear the export range</a>versuchen Sie es anschließend erneut.'),
('de', 'error_exim_no_file_uploaded', 'Keine Datei hochgeladen'),
('de', 'error_exim_pattern_definition_alt_keys', 'Muster (Pattern) Definition nicht gültig: alternativer Schlüssel (key) nicht vorhanden'),
('de', 'error_exim_pattern_definition_references', 'Muster (Pattern) Definition nicht gültig: Tabellen Referenzen nicht vorhanden'),
('de', 'error_exim_pattern_dont_match', 'Die importierte Datei entspricht nicht dem selektierten Muster (Pattern)'),
('de', 'error_exim_pattern_not_found', 'Muster (Pattern) nicht gefunden'),
('de', 'error_exim_pattern_required_fields', 'Ihre importierte Datei MUSS die folgenden Felder:<b>[fields]</b> enthalten'),
('de', 'error_features_too_many_variants', 'Die Suche nach Merkmalen ist aufgrund der übermäßigen Anzahl von Varianten nicht möglich.'),
('de', 'error_file_already_exists', 'File \"[file]\" already exists.'),
('de', 'error_file_not_found', 'File \"[file]\" not found.'),
('de', 'error_filter_by_feature_exists', 'Filter by feature \"[name]\" already exists.'),
('de', 'error_filter_by_product_field_exists', 'Filter by product field \"[name]\" already exists.'),
('de', 'error_gift_cert_code', 'Der eingegebene Gutschein-Code ist ungültig. Bitte versuchen Sie es erneut.'),
('de', 'error_hash_generation', 'Fehler bei der Hash-Erzeugung. Wählen Sie bitte eine andere Zahlungsmethode.'),
('de', 'error_images_need_located_root_dir', 'Bitte Verzeichnis für Bilder im Store Root Verzeichnis bestimmen. Setzten Sie die Bilder die Sie importieren wollen in dieses Verzeichnis.'),
('de', 'error_image_format_not_supported', 'Das Bildformat <b>[format]</b> wird nicht von der GD library unterstützt, die auf Ihrem Server installiert wurde. Die Miniaturansicht kann nicht erstellt werden.'),
('de', 'error_incorrect_login', 'Benutzername oder Passwort sind falsch. Versuchen Sie es erneut.'),
('de', 'error_invalid_emails', 'Folgende E-Mail-Adressen sind ungültig: <b>[emails]</b>'),
('de', 'error_lang_code_exists', 'Der angegebene Sprachcode ([code]) existiert bereits. Bitte einen anderen passenden Code eingeben.'),
('de', 'error_login_not_exists', 'Der eingegebene Benutzername stimmt nicht mit dem Konto in unserem Laden überein. Überprüfen Sie ob Sie den Benutzername für Ihr Konto korrekt eingegeben haben und versuchen Sie es erneut.'),
('de', 'error_message_not_sent', 'Nachricht konnte nicht gesendet werden.<br>Mailer Error</br>'),
('de', 'error_not_logged', 'Sie müssen sich zuerst anmelden bevor Sie diesen Bereich betreten können.'),
('de', 'error_no_items_selected', 'Es wurden keine Artikel gewählt! Mindestens eine Checkbox muss abgehakt sein, damit diese Aktion durchgeführt werden kann.'),
('de', 'error_occured', 'Fehler aufgetreten.'),
('de', 'error_occurred', 'Fehler aufgetreten'),
('de', 'error_passwords_dont_match', 'Das Passwort ist falsch.'),
('de', 'error_password_content', 'Dass Password muss Buchstaben und Nummern enthalten.'),
('de', 'error_password_expired', 'Ihr Passwort ist abgelaufen. Sie müssen Ihr Passwort jetzt ändern.'),
('de', 'error_password_expired_change', 'Ihr Passwort ist abgelaufen. <p><a href=\"[link]\" class=\"underlined\"><b> Passwort ändern &#155;&#155;</b></a></p>'),
('de', 'error_password_min_symbols', 'Das Passwort muss mindestens <b>[number]</b> enthalten.'),
('de', 'error_password_was_used', 'Ihr neues Passwort muss nicht identisch mit den vier bereits vorher verwendeten Passwörter sein. Bitte ein anderes Passwort benutzen.'),
('de', 'error_permissions_not_changed', 'Zugriffsberechtigungen können nicht geändert werden'),
('de', 'error_product_codes_length', 'The following product codes are too long and were cut off at [product_code_length] symbols:'),
('de', 'error_profile_field_name_exists', 'Ein Profilfeld mit diesem Namen existiert bereits. Bitte wählen Sie einen anderen Namen.'),
('de', 'error_shipment_not_created', 'Es konnte keine Sendung erstellt werden. Bitte wählen Sie einen Anbieter oder geben Sie eine Trackingnummer ein.'),
('de', 'error_status_not_changed', 'Fehler während des Status Updates. Status ist nicht geändert worden.'),
('de', 'error_theme_manifest_missed', 'Theme-Beschreibungsdatei (\"manifest\") nicht gefunden. Installation wurde annulliert.'),
('de', 'error_unable_to_create_backups', 'Es ist nicht möglich, Backups zu erstellen.'),
('de', 'error_unable_to_create_thumbnail', 'Es ist nicht möglich, eine Miniaturansicht für die Datei \"[file]\": [error] zu erstellen'),
('de', 'error_unknown_archive_format', 'Unknown archive format: [ext]'),
('de', 'error_user_exists', 'Benutzername oder E-Mail-Adresse existieren bereits. Bitte versuchen Sie es erneut.'),
('de', 'error_validator_ccv', 'CVV/CVC ist zu kurz.'),
('de', 'error_validator_color', 'Der Farbcode im Feld <b>[field]</b> ist nicht gültig.'),
('de', 'error_validator_email', 'Die E-mail Adresse in <b>[field]</b> ist ungültig'),
('de', 'error_validator_integer', 'Der Wert <b>[field]</b> ist nicht gültig. Der Wert muss \"integer\" sein.'),
('de', 'error_validator_message', 'Der Wert des Feldes <b>[field]</b> ist nicht gültig.'),
('de', 'error_validator_multiple', 'Das <b>[field]</b> Feld hat keine selektierten Optionen.'),
('de', 'error_validator_password', 'Die Passwörter in den Felder <b>[field2]</b> und <b>[field]</b>stimmen nicht überein.'),
('de', 'error_validator_phone', 'Die Telefonnummer in <b>[field]</b> ist nicht gültig. Das korrekte Format ist: (555) 555-55-55.'),
('de', 'error_validator_phone_mask', 'Die Telefonnummer im Feld <b>[field]</b> ist ungültig.'),
('de', 'error_validator_phone_number', 'Sie müssen für diese Zahlungsmethode folgendes Format benutzen: 555 555 5555'),
('de', 'error_validator_recaptcha', 'Bitte bestätigen Sie, dass Sie kein Roboter sind.'),
('de', 'error_validator_required', '<b>[field]</b> ist obligatorisch'),
('de', 'error_validator_zipcode', 'Die Postleitzahl in <b>[field]</b> ist falsch. Das korrekte Format ist: [extra].'),
('de', 'error_vendor_exists', 'Ein Verkäufer mit der E-Mail-Adresse, die Sie ausgewählt haben, existiert bereits. Bitte versuchen Sie es mit einer anderen.'),
('de', 'error_zip_php_extension_not_installed', '\"Zip\" PHP extension is not installed. Please install the \"Zip\" PHP extension to create and extract ZIP-archives.'),
('de', 'et_above_button', 'Above the BUTTON'),
('de', 'et_above_description', 'Above the DESCRIPTION'),
('de', 'et_above_info_block', 'Above (the Info Block)'),
('de', 'et_above_title', 'Above the TITLE'),
('de', 'et_add', 'et_add?'),
('de', 'et_additional_image', 'Additional image'),
('de', 'et_additional_settings', 'Additional settings'),
('de', 'et_addons', 'ET Addons'),
('de', 'et_addons_menu', 'EnergoThemes: Add-ons'),
('de', 'et_add_description_text_shadow', 'Add description text shadow'),
('de', 'et_add_title_text_shadow', 'Add title text shadow'),
('de', 'et_ask_a_question', 'Ask a question'),
('de', 'et_average_star_rating', 'Average Star Rating'),
('de', 'et_background_color', 'Background color'),
('de', 'et_background_hover', 'Background hover'),
('de', 'et_background_settings', 'Background settings'),
('de', 'et_banner', 'Extended banner'),
('de', 'et_banners', 'Design professional responsive banners by adding custom text, colors, buttons and backgrounds, as well as create different banners for desktop and mobile devices. Developed by <a href=\"https://www.energothemes.com/\"target=\"_blank\">EnergoThemes</a>'),
('de', 'et_banner_full_width_no_title', 'ET - Banner full width (no title)'),
('de', 'et_banner_wrapper', 'ET - Banner wrapper'),
('de', 'et_below_button', 'Below the BUTTON'),
('de', 'et_below_info_block', 'Below (the Info Block)'),
('de', 'et_block_title_background', 'Block title background'),
('de', 'et_block_title_background_hover', 'Block title background hover'),
('de', 'et_block_title_border', 'Block title border'),
('de', 'et_block_title_color', 'Block title color'),
('de', 'et_block_title_color_hover', 'Block title hover color'),
('de', 'et_blog_scroller_secondary_title', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.'),
('de', 'et_bottom', 'Bottom'),
('de', 'et_button', 'Button'),
('de', 'et_button_align', 'Button align'),
('de', 'et_button_animation', 'Button Animation'),
('de', 'et_button_background', 'Button background'),
('de', 'et_button_border', 'Button border'),
('de', 'et_button_border_size', 'Border size'),
('de', 'et_button_border_style', 'Border style'),
('de', 'et_button_font_size', 'Button font size'),
('de', 'et_button_font_style', 'Button font style'),
('de', 'et_button_font_weight', 'Button font weight'),
('de', 'et_button_hover_background', 'Button hover background'),
('de', 'et_button_hover_text_color', 'Button hover text color'),
('de', 'et_button_margin', 'Button margin'),
('de', 'et_button_padding', 'Button padding'),
('de', 'et_button_rounded_corners', 'Button rounded corners'),
('de', 'et_button_shadow', 'Add button shadow'),
('de', 'et_button_text', 'Button text'),
('de', 'et_button_text_color', 'Button text color'),
('de', 'et_button_url', 'Button URL'),
('de', 'et_category_banner', 'ET - Category banners'),
('de', 'et_category_description', 'ET - Category description'),
('de', 'et_category_label', 'Category label'),
('de', 'et_category_menu', 'ET - Category menu'),
('de', 'et_category_menu_icon', 'ET - Category menu (icon)'),
('de', 'et_category_menu_vertical', 'ET - Category menu (vertical)'),
('de', 'et_category_title', 'ET - Category title'),
('de', 'et_center', 'Center'),
('de', 'et_collapsed', 'Collapsed'),
('de', 'et_colors', 'Colors'),
('de', 'et_color_hover', 'Color hover'),
('de', 'et_color_settings', 'Color settings'),
('de', 'et_columns', 'Columns'),
('de', 'et_columns_tooltip', 'Number of columns to display the products'),
('de', 'et_coming_soon', 'Coming soon'),
('de', 'et_contact_info', 'Contact info'),
('de', 'et_contact_page', 'Contact page'),
('de', 'et_cta_button_text', 'Button text'),
('de', 'et_cta_button_url', 'Button URL'),
('de', 'et_cta_step_1_text', 'Step 1 text'),
('de', 'et_cta_step_1_title', 'Step 1 title'),
('de', 'et_cta_step_2_text', 'Step 2 text'),
('de', 'et_cta_step_2_title', 'Step 2 title'),
('de', 'et_cta_step_3_text', 'Step 3 text'),
('de', 'et_cta_step_3_title', 'Step 3 title'),
('de', 'et_cta_title_text', 'Block title'),
('de', 'et_custom_class', 'Custom class'),
('de', 'et_custom_color', 'Custom color'),
('de', 'et_custom_icon_settings', 'Icon settings'),
('de', 'et_custom_label_settings', 'Label settings'),
('de', 'et_custom_label_settings_tooltip', 'Only used by the Main Menu block'),
('de', 'et_custom_menu_colors', 'Menu colors'),
('de', 'et_dd_custom_menu_settings', 'Advanced menu settings'),
('de', 'et_dd_image', 'Mega Menu image settings by EnergoThemes'),
('de', 'et_dd_image_height', 'Image height'),
('de', 'et_dd_image_width', 'Image width'),
('de', 'et_dd_menu_width', 'Menu width'),
('de', 'et_dd_min_menu_height', 'Menu minimum height'),
('de', 'et_dd_offset_bottom', 'Image offset bottom'),
('de', 'et_dd_offset_right', 'Image offset right'),
('de', 'et_dd_push_menu_items', 'Push menu items'),
('de', 'et_dd_url', 'Image link'),
('de', 'et_default_vendor', 'Default vendor'),
('de', 'et_description_animation', 'Description Animation'),
('de', 'et_description_font_size', 'Description font size'),
('de', 'et_description_font_style', 'Description font style'),
('de', 'et_description_font_weight', 'Description font weight'),
('de', 'et_description_line_height', 'Description line-height'),
('de', 'et_description_margin', 'Description margin'),
('de', 'et_description_text', 'Description text'),
('de', 'et_description_text_background', 'Description text background'),
('de', 'et_description_text_color', 'Description text color'),
('de', 'et_eib_block_1_text', 'Block 1 text'),
('de', 'et_eib_block_1_title', 'Block 1 title'),
('de', 'et_eib_block_2_text', 'Block 2 text'),
('de', 'et_eib_block_2_title', 'Block 2 title'),
('de', 'et_eib_block_3_text', 'Block 3 text'),
('de', 'et_eib_block_3_title', 'Block 3 title'),
('de', 'et_eib_block_4_text', 'Block 4 text'),
('de', 'et_eib_block_4_title', 'Block 4 title'),
('de', 'et_email_marketing_description', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt'),
('de', 'et_expanded', 'Expanded'),
('de', 'et_exteded_out_of', '<strong>[average_rating]</strong> out of <strong>5</strong> stars'),
('de', 'et_featured_products_banner', 'ET - Featured products and banners'),
('de', 'et_featured_product_banner_tabs', 'Featured product and banner tabs'),
('de', 'et_featured_product_banner_tabs.manage', 'Featured product and banner tabs'),
('de', 'et_featured_vendors_sidebar', 'ET - Featured vendors sidebar'),
('de', 'et_footer_info', 'ET - Footer info'),
('de', 'et_full_grid', 'ET - Full width grid'),
('de', 'et_full_width', 'Full width'),
('de', 'et_google_map', 'Google Map'),
('de', 'et_header_call_us', 'LET US CALL YOU BACK'),
('de', 'et_home_blog', 'ET - Home blog'),
('de', 'et_home_featured_vendors', 'ET - Home featured vendors'),
('de', 'et_home_grid', 'ET - Home grid'),
('de', 'et_home_special_title', 'ET - Home special title'),
('de', 'et_home_testimonials', 'ET - Home testimonials'),
('de', 'et_horizontal', 'Horizontal'),
('de', 'et_horizontal_align', 'Horizontal align'),
('de', 'et_horizontal_with_info_block', 'Horizontal with the Info Block'),
('de', 'et_horziontal_filters_clear', 'Clear all filters'),
('de', 'et_horziontal_filters_selected', 'Your selected filters '),
('de', 'et_hover_color', 'Hover color'),
('de', 'et_hover_image', 'Hover image'),
('de', 'et_hover_opacity', 'Hover opacity'),
('de', 'et_icon_color', 'Icon color'),
('de', 'et_icon_color_hover', 'Icon color hover'),
('de', 'et_icon_position', 'Icon position'),
('de', 'et_icon_settings', 'Icon settings'),
('de', 'et_image_animation', 'Image animation'),
('de', 'et_image_background_color', 'Image background color'),
('de', 'et_image_margin', 'Image margin'),
('de', 'et_image_position', 'Image position'),
('de', 'et_image_position_horizontal', 'Image position horizontal'),
('de', 'et_image_position_inside', 'Image position inside'),
('de', 'et_image_position_vertical', 'Image position vertical'),
('de', 'et_image_url', 'Image URL'),
('de', 'et_info_block_background', 'Info block background'),
('de', 'et_info_block_margin', 'Info block margin'),
('de', 'et_info_block_settings', 'Info Block Settings'),
('de', 'et_info_block_width', 'Info block width'),
('de', 'et_inside_info_block', 'Inside the Info Block'),
('de', 'et_label_color', 'Label text color'),
('de', 'et_label_colors', 'Label colors'),
('de', 'et_label_text', 'Label text'),
('de', 'et_language_specific', 'Language specific'),
('de', 'et_left_menu', 'ET - Left menu (mobile)'),
('de', 'et_left_of_info_block', 'Left (of the Info Block)'),
('de', 'et_license_invalid', 'EnergoThemes license is not valid'),
('de', 'et_mainbox_general', 'ET - Mainbox general'),
('de', 'et_mainbox_general_full_width_no_title', 'ET - Mainbox general full width (no title)'),
('de', 'et_mainbox_general_full_width_title', 'ET - Mainbox general full width'),
('de', 'et_mainbox_simple', 'ET - Mainbox simple'),
('de', 'et_mainbox_simple_full_width_no_title', 'ET - Mainbox simple full width (no title)'),
('de', 'et_mainbox_simple_full_width_title', 'ET - Mainbox simple full width'),
('de', 'et_main_slider', 'ET - Main slider'),
('de', 'et_manage', 'et_manage?'),
('de', 'et_marketplace_menu', 'ET - Marketplace Menu'),
('de', 'et_master_vendors', 'vendor|vendors'),
('de', 'et_mega_menu', 'ET - Advanced Mega Menu'),
('de', 'et_mega_menu.banner_settings', 'Banner Settings'),
('de', 'et_mega_menu.category_settings', 'Menu Category Settings'),
('de', 'et_mega_menu.icon_settings', 'Icon Settings'),
('de', 'et_mega_menu.products_settings', 'Featured Product Settings'),
('de', 'et_mega_menu.size_settings', 'Window Size Settings'),
('de', 'et_mega_menu.subcategory_thumbnails', 'Subcategory Thumbnails'),
('de', 'et_mega_menu_tab', 'Additional menu settings'),
('de', 'et_menu_horizontal', 'ET - Menu (horizontal)'),
('de', 'et_min_height', 'Min height'),
('de', 'et_mobile_footer_block', 'ET - Footer block (mobile)'),
('de', 'et_mobile_footer_menu', 'ET - Footer menu (mobile)'),
('de', 'et_mobile_menu_wrapper', 'ET - Mobile Menu'),
('de', 'et_multi_scroller', 'ET - Multi scroller'),
('de', 'et_my_content', 'My content'),
('de', 'et_newsletter_description', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt'),
('de', 'et_offset_bottom', 'Offset bottom'),
('de', 'et_offset_right', 'Offset right'),
('de', 'et_opacity', 'Opacity'),
('de', 'et_overlay_settings', 'Overlay settings'),
('de', 'et_padding', 'Padding'),
('de', 'et_pp_block', 'Info blocks'),
('de', 'et_pp_block_r', 'Return policy'),
('de', 'et_pp_block_s', 'Shipping policy'),
('de', 'et_pp_block_w', 'Warranty policy'),
('de', 'et_pp_info_expanded', 'Expanded by default'),
('de', 'et_pp_info_icon_and_color_settings', 'Icon and color settings'),
('de', 'et_pp_info_use_icon', 'Use icon'),
('de', 'et_pp_sold_by', 'Sold by'),
('de', 'et_pp_this_item_sold_by', 'This item is sold by'),
('de', 'et_product_coming_soon', 'Available on: [avail_date]'),
('de', 'et_product_display_options', 'Product display options'),
('de', 'et_product_filters', 'Product filters'),
('de', 'et_product_tabs_rating_right_text', 'Tell us something about it and help others make the right decision'),
('de', 'et_product_tabs_rating_right_title', 'Have you used the product?'),
('de', 'et_product_tabs_rating_testimonial_right_text', 'Tell us something about your experience here'),
('de', 'et_product_tabs_rating_testimonial_right_title', 'Have you bought from our Marketplace?'),
('de', 'et_product_tabs_rating_testimonial_right_title_ult', 'Have you bought from our Store?'),
('de', 'et_product_tabs_rating_vendor_right_text', 'Tell us something about it and help others make the right decision'),
('de', 'et_product_tabs_rating_vendor_right_title', 'Have you bought from this vendor?'),
('de', 'et_product_title_rows', 'Product title rows'),
('de', 'et_product_title_rows_tooltip', 'Number of rows to display the product titles'),
('de', 'et_profile_info', 'ET - Profile info'),
('de', 'et_profile_text', 'Profile text'),
('de', 'et_push_items', 'Push menu items'),
('de', 'et_quick_info', 'Product page quick info'),
('de', 'et_quick_info.manage', 'Product page quick info blocks'),
('de', 'et_quick_info.new_block', 'New quick info block'),
('de', 'et_quick_info_block', 'Product page quick info'),
('de', 'et_read_all', 'Read all'),
('de', 'et_read_more', 'Read more'),
('de', 'et_register_text', 'Register text'),
('de', 'et_review_variant', 'Product variant reviewed'),
('de', 'et_right_menu', 'ET - Right menu (mobile)'),
('de', 'et_right_of_info_block', 'Right (of the Info Block)'),
('de', 'et_rounded_corners', 'Rounded corners'),
('de', 'et_same_vendor', 'ET - Same vendor'),
('de', 'et_search', 'ET - Search'),
('de', 'et_search_marketplace_products', 'Search by Marketplace products'),
('de', 'et_search_wrapper', 'ET - Search'),
('de', 'et_select_category_hover_text', 'Select category'),
('de', 'et_seo_rules', 'VIVAshop SEO rules for vendor stores'),
('de', 'et_separate_blog_image', 'ET - Blog image'),
('de', 'et_settings', 'Settings'),
('de', 'et_short_description', 'Category mini description'),
('de', 'et_show_all_reviews', 'Show all reviews'),
('de', 'et_show_discount_label', 'Show discount label'),
('de', 'et_show_old_price', 'Show old price'),
('de', 'et_show_product_name', 'Show product name'),
('de', 'et_show_product_price', 'Show price'),
('de', 'et_show_reviews_with', 'Show reviews with'),
('de', 'et_show_title', 'Show title'),
('de', 'et_sidebar_category', 'Sidebar category'),
('de', 'et_sidebar_subcategories', 'ET - Sidebar subcategories'),
('de', 'et_sidebox_filters', 'ET - Sidebox filters'),
('de', 'et_sidebox_products', 'ET - Sidebox products'),
('de', 'et_sidebox_simple_open_on_mobile', 'ET - Sidebox open on mobile'),
('de', 'et_sidebox_subcategories', 'ET - Sidebox subcategories'),
('de', 'et_social_links', 'Social links'),
('de', 'et_star', 'star|stars'),
('de', 'et_sticky_cart', 'ET - Sticky cart'),
('de', 'et_sticky_my_account', 'ET - Sticky My account'),
('de', 'et_store_settings', 'Store settings'),
('de', 'et_subcategories', 'ET - Subcategories'),
('de', 'et_subcateg_opt_img_title', 'Image'),
('de', 'et_tab_title_active_color', 'Tab title active color'),
('de', 'et_tab_title_color', 'Tab title color'),
('de', 'et_text_align', 'Text align'),
('de', 'et_text_color', 'Text color'),
('de', 'et_text_hover', 'Text hover'),
('de', 'et_thumbnail_width', 'Thumbnail width'),
('de', 'et_thumbnail_width_tooltip', 'Product image thumbnail width in pixels'),
('de', 'et_title_animation', 'Title Animation'),
('de', 'et_title_background', 'Title background'),
('de', 'et_title_color', 'Title text color'),
('de', 'et_title_font_size', 'Title font size'),
('de', 'et_title_font_style', 'Title font style'),
('de', 'et_title_font_weight', 'Title font weight'),
('de', 'et_title_line_height', 'Title line-height'),
('de', 'et_title_margin', 'Title margin'),
('de', 'et_title_text', 'Title text'),
('de', 'et_title_text_background', 'Title text background'),
('de', 'et_title_text_color', 'Title text color'),
('de', 'et_top', 'Top'),
('de', 'et_top_menu', 'ET - Top menu'),
('de', 'et_transparent_background', 'Transparent background'),
('de', 'et_type', 'Type'),
('de', 'et_update_for_all_languages', 'Update for all languages'),
('de', 'et_update_for_all_languges', 'Update for all languages'),
('de', 'et_use_bkg_overlay', 'Use background overlay'),
('de', 'et_vendor_categories', 'ET - Vendor categories'),
('de', 'et_vendor_extra_details_f', 'Facebook'),
('de', 'et_vendor_extra_details_i', 'Instagram'),
('de', 'et_vendor_extra_details_l', 'Linkedin'),
('de', 'et_vendor_extra_details_p', 'Pinterest'),
('de', 'et_vendor_extra_details_t', 'Twitter'),
('de', 'et_vendor_extra_details_y', 'Youtube'),
('de', 'et_vendor_header.feedback', 'Feedback'),
('de', 'et_vendor_header.social', 'Socials'),
('de', 'et_vendor_header.store', 'Store'),
('de', 'et_vendor_menu', 'Vendor Menu'),
('de', 'et_vendor_menu_mobile', 'ET - Vendor menu mobile'),
('de', 'et_vendor_panel_menu.default_vendor_store', 'Default vendor blocks'),
('de', 'et_vendor_panel_menu.my_banners', 'Banners'),
('de', 'et_vendor_panel_menu.my_home_blocks', 'Home blocks'),
('de', 'et_vendor_panel_menu.my_pages', 'Pages'),
('de', 'et_vendor_plans.footer', '<div class=\"et-vendor-plans_footer_big\">Not sure which plan will suit you best?</div><div class=\"et-vendor-plans_footer_small\">Start with a 14-day trial of all Marketplace features then choose the plan that\'s right for you</div>'),
('de', 'et_vendor_plans.footer_button_link', './index.php?dispatch=pages.view&page_id=30'),
('de', 'et_vendor_plans.footer_button_text', 'Contact us'),
('de', 'et_vendor_plans.no_vendor_store', 'NO microstore'),
('de', 'et_vendor_plans.per', 'per'),
('de', 'et_vendor_store_header', 'ET - Vendor store header'),
('de', 'et_vendor_store_header_mobile', 'ET - Vendor store header mobile'),
('de', 'et_vendor_store_menu', 'ET - Vendor store menu'),
('de', 'et_vendor_store_menu_mobile', 'ET - Vendor store menu mobile'),
('de', 'et_vertical', 'Vertical'),
('de', 'et_vertical_align', 'Vertical align'),
('de', 'et_vertical_with_info_block', 'Vertical with the Info Block'),
('de', 'et_vivashop_mv_functionality.home_blocks', 'Vendor home blocks'),
('de', 'et_vivashop_mv_functionality.vendor_pages', 'Vendor pages'),
('de', 'et_vivashop_mv_settings.best_bkg', 'Best choice background'),
('de', 'et_vivashop_mv_settings.best_outer_bkg', 'Best choice outer background'),
('de', 'et_vivashop_mv_settings.best_outer_text', 'Best choice outer text'),
('de', 'et_vivashop_mv_settings.best_text', 'Best choice text'),
('de', 'et_vivashop_mv_settings.footer_bkg', 'Footer background'),
('de', 'et_vivashop_mv_settings.footer_bkg_img', 'Footer background image'),
('de', 'et_vivashop_mv_settings.footer_button_text', 'Button text'),
('de', 'et_vivashop_mv_settings.footer_button_url', 'Button URL'),
('de', 'et_vivashop_mv_settings.footer_text', 'Footer text'),
('de', 'et_vivashop_mv_settings.header_bkg', 'Header background'),
('de', 'et_vivashop_mv_settings.header_hover', 'Header text hover'),
('de', 'et_vivashop_mv_settings.header_text', 'Header text color'),
('de', 'et_vivashop_mv_settings.highlight_text', 'Title highlighted text'),
('de', 'et_vivashop_mv_settings.menu_bkg', 'Menu background'),
('de', 'et_vivashop_mv_settings.menu_bkg_hover', 'Menu background hover'),
('de', 'et_vivashop_mv_settings.menu_text', 'Menu text color'),
('de', 'et_vivashop_mv_settings.menu_text_hover', 'Menu text color hover'),
('de', 'et_vivashop_mv_settings.price_bkg', 'Price background'),
('de', 'et_vivashop_mv_settings.price_text', 'Price text'),
('de', 'et_vivashop_mv_settings.show_footer', 'Show footer'),
('de', 'et_vivashop_settings.arrow', 'Arrow'),
('de', 'et_vivashop_settings.box_color', 'Box color'),
('de', 'et_vivashop_settings.circles_bkg', 'Circle background'),
('de', 'et_vivashop_settings.circles_icons', 'Circle icon'),
('de', 'et_vivashop_settings.circles_steps_txt', 'Step number text'),
('de', 'et_vivashop_settings.circles_step_bkg', 'Step number background'),
('de', 'et_vivashop_settings.circles_text', 'Circle text'),
('de', 'et_vivashop_settings.demo_banners', '<p><a class=\"cm-ajax btn btn-primary\" href=\"[demo_data_url]\">Add all demo data</a></p> <br/> <p><a class=\"cm-ajax btn btn-secondary\" href=\"[demo_banners_url]\">Add only demo banners</a></p>'),
('de', 'et_vivashop_settings.go_btn_bkg', 'Button background'),
('de', 'et_vivashop_settings.go_btn_bkg_hover', 'Button hover background'),
('de', 'et_vivashop_settings.go_btn_txt', 'Button text'),
('de', 'et_vivashop_settings.go_btn_txt_hover', 'Button hover text'),
('de', 'et_vivashop_settings.icons', 'Icons'),
('de', 'et_vivashop_settings.icon_bkg', 'Icon background color'),
('de', 'et_vivashop_settings.icon_color', 'Icon color'),
('de', 'et_vivashop_settings.main_bkg_color', 'Background color'),
('de', 'et_vivashop_settings.overlay', 'Overlay color'),
('de', 'et_vivashop_settings.overlay_alpha', 'Overlay opacity'),
('de', 'et_vivashop_settings.text', 'Text'),
('de', 'et_vivashop_settings.text_color', 'Text color'),
('de', 'et_vivashop_settings.text_top', 'Title text'),
('de', 'et_vivashop_settings.title_color', 'Title color'),
('de', 'et_width', 'Width'),
('de', 'et_wishlist_button_text', 'Wishlist'),
('de', 'event.order.edp.name', 'Access to downloadable products granted'),
('de', 'event.order.shipment_updated.name', 'Products were shipped'),
('de', 'event.order.status_changed.name', 'Order status changed to [status]'),
('de', 'event.order.updated.name', 'Order was updated'),
('de', 'event.profile.activated.name', 'Profile was activated'),
('de', 'event.profile.added.name', 'Profile requires activation'),
('de', 'event.profile.created.name', 'Profile was created'),
('de', 'event.profile.deactivated.name', 'Profile was deactivated'),
('de', 'event.profile.password_recovery.name', 'Password recovery'),
('de', 'event.profile.password_reminder.name', 'Reminder about necessary password change'),
('de', 'event.profile.updated.name', 'Profile was updated'),
('de', 'event.profile.usergroup_activation.name', 'User group activation'),
('de', 'event.profile.usergroup_disactivation.name', 'User group disactivation'),
('de', 'event.profile.usergroup_request.name', 'Membership in user group was requested'),
('de', 'event.profile.usergroup_updated.name', 'Membership in user group was changed'),
('de', 'event.receiver.a', 'Administrator'),
('de', 'event.receiver.c', 'Customer'),
('de', 'event.receiver.s', 'Supplier'),
('de', 'event.receiver.v', 'Vendor'),
('de', 'event.transport.internal', 'Notifications center'),
('de', 'event.transport.mail', 'E-mail'),
('de', 'event.vendors_require_approval.name', 'Vendors require approval'),
('de', 'event.vendors_require_approval.title', 'Some vendors are pending approval'),
('de', 'event.vendor_status_changed.active.message', 'All your active products will now appear in the store'),
('de', 'event.vendor_status_changed.name', 'Vendor status changed to [status]'),
('de', 'event.vendor_status_changed.pending.message', 'You can work with the admin panel and manage your products, but they won\'t appear to customers until your status changes to Active.'),
('de', 'event.vendor_status_changed.title', 'Your status has been changed to [status]'),
('de', 'eway_configuration_note', '<a href=\'https://go.eway.io/s/article/How-do-I-setup-my-Live-eWAY-API-Key-and-Password\' target=\'_blank\'>How do I set up my Live eWAY API Key and Password?</a>'),
('de', 'eway_upgrade_notification_text', '<p><b>eWAY</b>, <b>eWAY Direct Payment</b> and <b>eWAY Shared Payment</b> are not supported since this [product] version.</p><p>We strongly recommend you to <b>upgrade to eWAY Direct Payment (Rapid API)</b> or <b>eWAY Responsive Shared (Rapid API)</b>, here are the instructions:</p><ul><li>go to Administration > Payment methods</li><li>open one of the payment methods utilizing deprecated eWAY processor</li><li>switch to General tab and specify eWAY Direct Payment (Rapid API) or eWAY Responsive Shared (Rapid API) payment processor</li><li>switch to Configure tab and specify proper:<ul><li>API Key, API Password and Encryption Key for eWAY Direct Payment (Rapid API)</li><li>API Key and API Password for eWAY Responsive Shared (Rapid API)</li></ul></li></ul><p>eWAY, eWAY Direct Payment and eWAY Shared Payment will still be operational but we <b>renamed</b> them to Deprecated eWAY, Deprecated eWAY Direct Payment and Deprecated eWAY Shared Payment accordingly.</p>'),
('de', 'eway_upgrade_notification_title', 'eWAY, eWAY Direct Payment and eWAY Shared Payment payment processors are no longer supported'),
('de', 'exact_phrase', 'Der genaue Satz'),
('de', 'excellent', 'Ausgezeichnet'),
('de', 'exception', 'Ausnahme'),
('de', 'exceptions', 'Ausnahmen'),
('de', 'exceptions_type', 'Art der Ausnahmen'),
('de', 'exception_disabled', 'Es kann keine Variante selektiert werden'),
('de', 'exception_disregard', 'Jede Variante'),
('de', 'exception_error', 'FEHLER'),
('de', 'exception_error_code', 'Fehlercode:'),
('de', 'exception_exist', 'Diese Ausnahme Kombination existiert bereits.'),
('de', 'exception_title', 'Oops!<br />Wir sind nicht in der Lage zu finden was Sie suchen.'),
('de', 'exchange_rate', 'Live (Echtzeit) Wechselkurse'),
('de', 'exclude_disabled_products', 'Deaktivierte Artikel ausschließen'),
('de', 'exclusive_promotions', 'Exklusive Rabatte'),
('de', 'exclusive_promotions_content', 'Abonnieren Sie unsere News und erhalten Sie einen Rabattcoupon von 10%!'),
('de', 'exec', 'Ausführen'),
('de', 'exim_cannot_create_variant_for_shareable_feature', 'Sie können keine Variante für ein teilbares Feature anlegen.'),
('de', 'exim_error_empty_feature_name', 'Der Feature-Name fehlt. Einige Produktmerkmale wurden nicht aktualisiert.'),
('de', 'exim_error_incorrect_feature_type', 'Falscher Feature-Typ. Einige Produktmerkmale wurden nicht aktualisiert.'),
('de', 'exim_remove_additional_images', 'Zusätzliche Bilder löschen'),
('de', 'exim_vendor_cant_create_feature', 'Verkäufer können Produkteigenschaften und deren Varianten nicht erstellen. Einige Produkteigenschaften können nicht editiert werden.'),
('de', 'exit_point', 'Ausgangs-Punkt (Exit Point)'),
('de', 'exp', 'Ablauf (Exp)'),
('de', 'expanded', 'Erweitert'),
('de', 'expand_collapse_list', 'Liste der Artikel aufklappen/zuklappen'),
('de', 'expand_section', 'Expand section'),
('de', 'expand_sublist_of_items', 'Unterliste der Artikel aufklappen'),
('de', 'expenditure', 'Ausgaben'),
('de', 'expired', 'Abgelaufen'),
('de', 'expirepreauth', 'Pre- Autorisierung'),
('de', 'expirepreauth_description', 'Wartezeit in Tage für die Pre- Autorisierung. Der maximale Wert ist 30 Tage. Mit dem Anfragetyp \"Verkauf\", dieses Feld leer lassen.'),
('de', 'expiry_date', 'Ablaufdatum'),
('de', 'export', 'Exportieren'),
('de', 'exported_fields', 'Exportierte Felder'),
('de', 'exported_files', 'Exportierte Dateien'),
('de', 'exported_items', 'Exportierte Artikel'),
('de', 'exporting_data', 'Daten exportieren'),
('de', 'export_by_cron', 'Export per cron job'),
('de', 'export_by_cron_to', 'Export per cron job nach'),
('de', 'export_cron_hint', 'Verwenden Sie die folgende Zeile, um das Skript nach Plan laufen zu lassen'),
('de', 'export_data', 'Daten exportieren'),
('de', 'export_found_products', 'Export found products'),
('de', 'export_layout', 'Layout exportieren'),
('de', 'export_locations', 'Positionen exportieren'),
('de', 'export_options', 'Export Optionen'),
('de', 'export_selected', 'Selektierte exportieren'),
('de', 'export_to_ftp', 'FTP-Server-Optionen'),
('de', 'export_to_server', 'Zum Server exportieren'),
('de', 'extended', 'Erweitert'),
('de', 'extra', 'Extra'),
('de', 'extract_archive', 'Archiv extrahieren'),
('de', 'extra_fields', 'Extra fields'),
('de', 'extra_folders', 'Zusätzliche Ordner'),
('de', 'extra_services', 'Zusätzliche Leistungen'),
('de', 'facebook', 'Facebook'),
('de', 'facebook_obj_type', 'Facebook Objekttyp'),
('de', 'fail', 'Fehlgeschlagen'),
('de', 'failed', 'Fehlgeschlagen'),
('de', 'fair', 'ausreichend'),
('de', 'false', 'Falsch (False)'),
('de', 'faroese', 'Färöische Sprache'),
('de', 'fast', 'Schnell'),
('de', 'fax', 'Fax'),
('de', 'fb_activities', 'Aktivitäten'),
('de', 'fb_businesses', 'Unternehmen'),
('de', 'fb_groups', 'Gruppen'),
('de', 'fb_organizations', 'Organisationen'),
('de', 'fb_people', 'Personen'),
('de', 'fb_places', 'Orte'),
('de', 'fb_products_entertainment', 'Produkte und Unterhaltung'),
('de', 'fb_websites', 'Webseite'),
('de', 'feature', 'Eigenschaft'),
('de', 'features', 'Eigenschaften'),
('de', 'features_delimiter', 'Begrenzungszeichen für Varianten-Merkmale'),
('de', 'features_menu_description', 'Zusätzliche Felder für Produkte hinzufügen und verwalten.'),
('de', 'feature_code', 'Code für Eigenschaften'),
('de', 'feature_comparison', 'Eigenschaften vergleichen'),
('de', 'feature_comparison_upgrade_notification_text', 'The <b>Feature comparison</b> checkbox under <b>Products → Products → &lt;Desired Product&gt;</b> has been removed.<br>By ticking the new <b>Allow customers to compare products</b> checkbox under Settings → General → Catalog, you can now enable your customers to add any products in your store to comparison lists.<br>To show up on a comparison list, a feature must have one (or more) of the following checkboxes enabled under <b>Products → Features → &lt;Desired Feature&gt;</b>:<br><ul><li>Show on the Features tab</li><li>Show in product list</li><li>Show in header on the product details page</li></ul>'),
('de', 'feature_comparison_upgrade_notification_title', 'Änderungen im Featurevergleich'),
('de', 'feature_display_on_catalog', 'In Produktliste anzeigen'),
('de', 'feature_display_on_header', 'In der Kopfzeile auf der Artikel-Detailseite anzeigen'),
('de', 'feature_display_on_product', 'In Eigenschaften Reiter (Tab) anzeigen'),
('de', 'feature_group', 'Feature group'),
('de', 'feature_groups', 'Featuregruppen'),
('de', 'feature_id', 'Feature ID'),
('de', 'feature_name', 'Feature name'),
('de', 'feature_style', 'Feature style'),
('de', 'feedback_is_sent_successfully', 'Das Feedback wurde erfolgreich gesendet.'),
('de', 'feedback_values', 'Feedback Werte'),
('de', 'feed_description', 'Feed-Beschreibung'),
('de', 'feed_title', 'Feed-Titel'),
('de', 'fib_wrapper', 'ET - Footer info block'),
('de', 'field', 'Feld'),
('de', 'fields', 'Felder'),
('de', 'field_editor', 'Feld Editor'),
('de', 'field_name', 'Feldname'),
('de', 'field_type', 'Feldtyp'),
('de', 'file', 'Datei'),
('de', 'filename', 'Dateiname'),
('de', 'files', 'Dateien'),
('de', 'filesize', 'Dateigrösse'),
('de', 'files_are_too_large', 'Die Gesamtgröße der hochgeladenen Dateien überschreitet die maximale Grenze von [size].'),
('de', 'files_changes', 'Dateiänderungen'),
('de', 'files_directory', 'Dateiverzeichnis'),
('de', 'file_avail_after_payment', 'Diese Datei ist verfügbar sobald die Bestellung voll bezahlt worden ist.'),
('de', 'file_browser', 'Datei-Browser'),
('de', 'file_changes_detector', 'Detektor für Dateiänderungen'),
('de', 'file_changes_detector.added', 'Hinzugefügt'),
('de', 'file_changes_detector.changed', 'Geändert'),
('de', 'file_changes_detector.deleted', 'Gelöscht'),
('de', 'file_changes_detector.snapshot_not_found', 'Snapshot of the clear installation was not found. Please restore <b>[dist_filename]</b>.'),
('de', 'file_doesnt_have_key', 'Diese Datei hat keinen Download Schlüssel (Key)'),
('de', 'file_download_limit_exceeded', 'Die Datei kann nicht heruntergeladen werden, weil die Download-Limite gleich [limit] überschritten wurde.'),
('de', 'file_editor', 'Dateieditor'),
('de', 'file_is_too_large', 'Datei ist zu gross. Max Upload Grösse ist [size].'),
('de', 'file_tree', 'Datei Stammbaum'),
('de', 'file_uploading_in_progress_please_wait', 'File uploading in progress. Please wait.'),
('de', 'filling', 'Ausfüllen des Inhalts'),
('de', 'filter', 'Filter'),
('de', 'filters', 'Filter'),
('de', 'filters_in_use', 'Alle Funktion sind bereits aktiviert.'),
('de', 'filters_menu_description', 'Produkte Filter werden im Kundenbereich (Front-end) visualisiert und geben Ihren Kunden die Möglichkeit Produkte schnell zu finden.'),
('de', 'filter_by', 'Filtern nach'),
('de', 'filter_by_categories', 'Nach Kategorien filtern'),
('de', 'filter_description', 'Filter Beschreibung'),
('de', 'filter_name', 'Filter Name'),
('de', 'filter_style', 'Filter type'),
('de', 'final_sale', 'Schlussverkauf'),
('de', 'finance_product_code', 'Finanz Produktcode'),
('de', 'financial_state', 'Finanzieller Status'),
('de', 'find_results_with', 'Ergebnisse finden mit'),
('de', 'finish', 'Ende'),
('de', 'finished', 'Fertig'),
('de', 'finnish', 'Finnisch'),
('de', 'first_name', 'Vorname'),
('de', 'first_name_and_last_name', 'First name and last name'),
('de', 'flemish', 'Flämisch'),
('de', 'folder', 'Ordner'),
('de', 'folder_is_empty', 'Ordner ist leer'),
('de', 'footer', 'Fusszeile'),
('de', 'footer_bottom', 'Footer bottom'),
('de', 'footer_general', 'Allgemeine Fußzeile'),
('de', 'for', 'für'),
('de', 'forbidden', 'Nicht erlaubt'),
('de', 'forbidden_combinations', 'Nicht erlaubte Kombinationen'),
('de', 'forgot_password_question', 'Passwort vergessen?'),
('de', 'form', 'Formular'),
('de', 'format', 'Format'),
('de', 'forms', 'Formulare'),
('de', 'form_builder', 'Formular-Generator'),
('de', 'form_id', 'Formular ID'),
('de', 'form_submit_text', 'Text der Formularbestatigung'),
('de', 'for_all_found_orders', 'Für Bestellungen auf allen Seiten'),
('de', 'for_this_page_orders', 'Für Bestellungen auf dieser Seite'),
('de', 'fragile', 'Zerbrechlich'),
('de', 'free', 'Kostenlos'),
('de', 'free_products', 'Kostenlose Produkte'),
('de', 'free_shipping', 'Kostenloser Versand'),
('de', 'free_shipping_upgrade_notification_text', '<p>Some of your products have the <b>Free shipping</b> property enabled. In earlier versions of [product] a customer didn\'t have to choose a shipping method when buying these products.</p><p>Starting with this [product] version, a customer chooses a shipping method at checkout for products with the <b>Free shipping</b> property enabled.</p><p>To set up a shipping method that will be used for free shipping, complete these steps:</p><ol><li>Go to <b>Administration → Shipping &amp; taxes → Shipping methods</b>.</li><li>Choose the existing shipping method that you want to use for free shipping, or create a new one.</li><li>Scroll to the <i>Extra</i> section and enable the <b>Use for free shipping</b> setting.</li></ol><p>You can set up as many shipping methods as you want for free shipping.</p><p>Note that you have to apply the <b>Use for free shipping</b> option to particular shipping methods.</p><p>Tick the <b>Use for free shipping</b> checkbox, if you want to exclude the products with the enabled <b>Free shipping</b> option from the shipping price calculation. [product] will calculate the shipping price of the other products from the order in accordance with the <b>Shipping charges</b>.</p><p>If you leave the checkbox unticked, [product] will calculate the shipping price for all products from the order in accordance with the <b>Shipping charges</b>.</p>'),
('de', 'free_shipping_upgrade_notification_title', 'Kostenlose Versandänderungen'),
('de', 'french', 'Französisch'),
('de', 'from', 'von'),
('de', 'from_date', 'Datum von'),
('de', 'from_email', 'E-Mail-Adresse des Absenders'),
('de', 'from_name', 'Name des Absenders'),
('de', 'ftp', 'FTP '),
('de', 'ftp_connection_problem', 'Verbindung zum FTP-Server nicht möglich. Bitte überprüfen Sie die FTP-Verbindungseinstellungen'),
('de', 'ftp_directory', 'FTP Verzeichnis'),
('de', 'ftp_pass', 'FTP-Passwort'),
('de', 'ftp_server_options', 'FTP Server Optionen'),
('de', 'ftp_url', 'FTP-Server'),
('de', 'ftp_url_hint', 'Das Format ist: FTPHOST[:PORT][/DIRECTORY]. Beispiel: ftp.yourhost.com:21/home/username/folder'),
('de', 'ftp_user', 'FTP-Benutzername'),
('de', 'fulfillment_state', 'Status Vervollständigung'),
('de', 'full', 'Voll'),
('de', 'fullauth', 'Full-Auth'),
('de', 'fullname', 'Full name'),
('de', 'full_description', 'Vollständige Beschreibung'),
('de', 'full_list', 'Vollständige Liste'),
('de', 'full_tree_cat', 'Vollständiger Baum'),
('de', 'full_tree_pages', 'Vollständiger Baum'),
('de', 'full_width', 'Ganze Breite'),
('de', 'function', 'Core (Kern)'),
('de', 'function_deprecated', 'Funktion [old_function] ist veraltet und wird in der nächsten Version von CS-Cart entfernt. Bitte jetzt [new_function] verwenden.'),
('de', 'gateway', 'Schnittstelle'),
('de', 'gateways', 'Schnittstellen'),
('de', 'gc_redeem_and_add_free_products', 'Einlösen & kostenlose Artikel zum Warenkorb hinzufügen'),
('de', 'gdpr_call_requests', 'Persönliche Daten aus Rückrufanfragen'),
('de', 'gdpr_discussions_data', 'Persönliche Daten aus Gesprächen'),
('de', 'gdpr_newsletters', 'Persönliche Daten aus Newslettern'),
('de', 'general', 'Allgemein'),
('de', 'general_info', 'Allgemeine Information'),
('de', 'general_settings', 'Allgemeine Einstellungen'),
('de', 'general_statistics', 'Allgemeine Statistiken'),
('de', 'generate', 'Generieren'),
('de', 'generate_cache', 'Cache generieren'),
('de', 'generate_new_api_key', 'Neue API-Schlüssel zu generieren'),
('de', 'generate_printslip', 'Gerar Etiqueta'),
('de', 'generate_printslip_and_tracking_number', 'Gerar Etiqueta e Código de Rastreamento'),
('de', 'generate_submenu', 'Untermenu erzeugen'),
('de', 'generating_pdf', 'Erzeugen von PDF. Bitte haben Sie Geduld...'),
('de', 'generating_xls', 'Erzeugen von XLS. Bitte haben Sie Geduld...'),
('de', 'geography', 'Geographie'),
('de', 'geo_maps.cannot_select_location', 'This location couldn\'t be selected due to technical reasons. If you encounter any difficulties when placing an order, please contact us.'),
('de', 'geo_maps.from_pickup_points', '[shipping], [n] pickup point|[shipping], [n] pickup points'),
('de', 'geo_maps.location_detection_disabled', 'Your location could not be determined. Try enabling the location services on your device or disabling the tracking protection.'),
('de', 'geo_maps.no_shippings', 'Sorry, we couldn\'t find any shipping options for your location. Please contact us, and we\'ll see what we can do about it.'),
('de', 'geo_maps.select_your_city', 'Select your city'),
('de', 'geo_maps.shipping_about', 'about'),
('de', 'geo_maps.shipping_address_on_map', 'Shipping address on map'),
('de', 'geo_maps.shipping_from', 'from'),
('de', 'geo_maps.shipping_group_delivery', 'Shipping'),
('de', 'geo_maps.shipping_group_pickup', 'Pick-up'),
('de', 'geo_maps.shipping_time', 'Shipping time'),
('de', 'geo_maps.shipping_time_and_rates', 'Shipping time and rates'),
('de', 'geo_maps.text_settings_google_api_notice', 'Learn more about setting up API key <a target=\"_blank\" href=\"https://docs.cs-cart.com/4.10.x/user_guide/addons/maps_and_geolocation/#configuration\">in the documentation</a>.'),
('de', 'geo_maps.your_city', 'Your city'),
('de', 'german', 'Deutsch'),
('de', 'get_api_key', 'API-Schlüssel erwerben'),
('de', 'get_rates', 'Empfange Preise/Tarife'),
('de', 'get_social', 'Get social'),
('de', 'gift_add_products', 'Produkte als Geschenk hinzufügen'),
('de', 'gift_certificate', 'Gutschein'),
('de', 'gift_certificates', 'Gutscheine'),
('de', 'gift_certificates.certificate_purchase_form', 'Gutschein Bestellformular'),
('de', 'gift_certificates.event.gift_certificate.status_changed.name', 'Gift certificate status changed to [status]'),
('de', 'gift_certificates.event.gift_certificate.updated.name', 'Gift certificate updated'),
('de', 'gift_certificates_menu_description', 'Von Kunden bestellte Gutscheine anzeigen und verwalten.'),
('de', 'gift_certificates_verify', 'Gutschein-Überprüfung'),
('de', 'gift_certificate_added_to_cart', 'Der Gutschein wurde Ihrem Warenkorb hinzugefügt'),
('de', 'gift_certificate_created', 'Der Gutschein wurde erstellt'),
('de', 'gift_certificate_info', 'Gutschein-Info'),
('de', 'gift_certificate_status', 'Gutschein-Status'),
('de', 'gift_certificate_statuses', 'Gutschein-Status'),
('de', 'gift_certificate_verification', 'Gutschein-Überprüfung'),
('de', 'gift_cert_amount_changed', 'Gutscheinbetrag wurde geändert.'),
('de', 'gift_cert_code', 'Gutschein-Code'),
('de', 'gift_cert_debit', 'Lastschrift'),
('de', 'gift_cert_error_amount', 'Der Betrag sollte nicht höher als [Max] und nicht weniger als [min] sein'),
('de', 'gift_cert_from', 'Von'),
('de', 'gift_cert_to', 'An'),
('de', 'gift_cert_with_products', 'Artikel und Gutscheine zusammen zu kaufen ist nicht möglich. Bitte erstellen Sie die aktuelle Bestellung erneut und wiederholen Sie Ihren Versuch.'),
('de', 'gift_comment', 'Nachricht'),
('de', 'give_coupon_subj', 'Sie haben eine neue Aktion/Promotion'),
('de', 'global', 'Weltweit'),
('de', 'global_options', 'Globale Optionen'),
('de', 'global_order_id', 'Id Global'),
('de', 'global_status', 'Global Status'),
('de', 'global_update', 'Globale Aktualisierung'),
('de', 'global_update_description', 'Positive oder negative Werte können in untenstehende Felder eingegeben werden (e.g. -5).'),
('de', 'global_vars', 'Globale Variablen'),
('de', 'go', 'Weiter'),
('de', 'google', 'Google'),
('de', 'google_base', 'Google Base');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('de', 'google_base_export_notice', '<b>Bemerkung:</b> Sie können Steuern und Versandkosten definieren in<a href=\"http://www.google.com/merchants/taxshippingsettings\">Seite Zusamenfassung Steuern und Versandkosten</a> in Ihrem your Google merchant center.'),
('de', 'google_export_upgrade_notification_text', '<p>The latest version of [product] has different settings for data feeds: <b>Google price</b> doesn\'t include tax now.</p><p>If you want to export products with tax included in the price, do the following:</p><ul><li>Go to Administration &rarr; Add-ons &rarr; Data feeds.</li><li>Choose the data feed used to export products to Google Product Feed.</li><li>Switch to the <b>Fields mapping</b> tab and select <b>Google price (with tax included)</b> for the <b>price</b> field.</li></ul>'),
('de', 'google_export_upgrade_notification_title', 'Google Export changes'),
('de', 'google_sitemap.export_progress_entry', '[storefront]: [object]'),
('de', 'google_sitemap.generate_map', 'Die Sitemap (Seitenübersicht) wurde noch nicht erzeugt. Bitte gehen Sie in die Add-On-Einstellungen und drücken Sie den \"Sitemap erneuern\"-Knopf'),
('de', 'google_sitemap.map_generated', 'Die Sitemap (Seitenübersicht) wurde erfolgreich erzeugt.'),
('de', 'google_sitemap.text_regenerate', 'Falls Artikel, Kategorien usw. hinzugefügt oder geändert worden sind, bitte <a class=\"cm-ajax cm-comet btn btn-primary\" href=\"[regenerate_url]\">erneuern Sie die Sitemap</a><br /><br /> [sitemap_available_in_customer]'),
('de', 'google_sitemap.text_select_storefront', 'Um eine Sitemap (Seitenübersicht) zu erzeugen, wählen Sie zunächst den Shop aus.'),
('de', 'goto_theme_configuration', 'Templates (Themes) durchsuchen'),
('de', 'go_back', 'Zurück'),
('de', 'go_to_admin_panel', 'Admin panel'),
('de', 'go_to_the_admin_homepage', 'Gehe zur Admin Homepage'),
('de', 'go_to_the_homepage', 'Gehe zur Homepage'),
('de', 'grams_in_the_unit_of_weight', 'Gramm in der Gewichtseinheit die vom Gewichtsymbol definiert sind'),
('de', 'grant_point', 'Grant reward points'),
('de', 'graphic', 'Diagramm'),
('de', 'graphic_banner', 'Grafikbanner'),
('de', 'greek', 'Griechisch'),
('de', 'grid', 'Raster (grid)'),
('de', 'grid_options', 'Rasteroptionen'),
('de', 'gross_total', 'Bruttosumme'),
('de', 'ground_only', 'Nur bis Erdgeschoss'),
('de', 'group', 'Gruppe'),
('de', 'groups', 'Gruppen'),
('de', 'guest', 'Gast'),
('de', 'has_credit_memo', 'Hat Kredit Memo'),
('de', 'has_invoice', 'Hat Rechnung'),
('de', 'header', 'Kopfzeile'),
('de', 'header_image', 'Bild in Kopfzeile'),
('de', 'head_custom_html', 'Benutzerdefinierter HTML-Code'),
('de', 'hebrew', 'Hebräisch'),
('de', 'height', 'Höhe'),
('de', 'hello', 'Hallo'),
('de', 'hello_name', 'Hello [name],'),
('de', 'help', 'Hilfe'),
('de', 'hidden', 'Versteckt'),
('de', 'hidden_categories', 'Versteckte Kategorien'),
('de', 'hide', 'Verstecken'),
('de', 'hide_add_to_cart_button', '\"Zum Warenkorb hinzufügen\" Taste verstecken'),
('de', 'hide_options', 'Optionen verstecken'),
('de', 'hide_option_completely', 'Optionen komplett verstecken'),
('de', 'hidpi.notice.images_were_not_restored', 'Some of the old images in your store are still low-quality. To use the highest quality possible, please <a href=\"[convert_url]\">restore high-quality images</a>. The process is automatic.'),
('de', 'hidpi.refactoring_upgrade_notification_text', '<p>The previous version of the <b>[addon_name]</b> add-on shrank the uploaded images. We improved the add-on, so there is no need for that now. However, the existing images remain shrunk and don’t look good.</p><p>We can make your existing images look nice and sharp, but that procedure will take some time. That’s why we need you to start it.</p><p><a href=\"[url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Make image look good</a></p>'),
('de', 'hidpi.refactoring_upgrade_notification_title', 'Make sure your images look good.'),
('de', 'hidpi.restore_btn', 'Restore'),
('de', 'hidpi.restore_images', 'Image restoration'),
('de', 'hidpi.text_restore_images', 'The previous version of the HiDPI display support add-on shrank the uploaded images. There’s no need for that now. But to make your images look nice and sharp you need to click Restore.'),
('de', 'hidpi.upload_high_res_image', 'I’m uploading a HiDPI image.'),
('de', 'hidpi.upload_high_res_image.tooltip', 'If this checkbox is ticked, the source image will be displayed two times downscaled. This setting only affects the displaying of the source image and not its thumbnail. If you want an image to be displayed in the original size, untick this checkbox.'),
('de', 'hidpi.warning_restore_images', '<strong>Attention!</strong> This procedure is non—reversible: when you revert the upgrade, the image restoration manipulations will not be reverted. So, please make sure to perform a backup. The procedure can take some time—it depends on the number of images in your store.'),
('de', 'history', 'Gutscheinverlauf'),
('de', 'home', 'Homepage'),
('de', 'home_blocks', 'Vendor home blocks'),
('de', 'home_page', 'Startseite'),
('de', 'horizontal', 'Horizontal'),
('de', 'horizontal_filters', 'Horizontal filters'),
('de', 'host', 'Hostname'),
('de', 'host_code', 'Host Code'),
('de', 'hour', 'Stunde'),
('de', 'hourly', 'Stündlich'),
('de', 'hour_or_hours', 'Stunde(n)'),
('de', 'how_to_send', 'Wie senden?'),
('de', 'html_block', 'HTML Block'),
('de', 'http_transport_error_prefix_curl', 'Curl Error'),
('de', 'http_transport_error_prefix_socket', 'Socket Error'),
('de', 'hungarian', 'Ungarisch'),
('de', 'hybrid_auth', 'Anmeldung über soziale Netzwerke'),
('de', 'hybrid_auth.add_provider', 'Anbieter hinzufügen'),
('de', 'hybrid_auth.callback_url', 'Antwort-URL'),
('de', 'hybrid_auth.cant_create_profile', 'Leider konnten wir konnten wir kein Benutzerkonto und Login für den Shop aus folgenden Gründen erstellen: <br />- Sie haben sich vorher schonmal mit einem anderen OpenID-Provider angemeldet, bei dem dieselbe E-Mail-Adresse verwendet wird.<br />- Sie haben sich schon mit dieser E-Mail-Adresse in unserem Shop registriert.<br />Bitte kontaktieren Sie den Shopbesitzer, um das Problem zu beheben.'),
('de', 'hybrid_auth.change_password', 'Ihr Passwort können Sie hier ändern'),
('de', 'hybrid_auth.configuration_error', 'Konfigurationsfehler bei HybridAuth'),
('de', 'hybrid_auth.connecting_provider', 'Stellt Verbindung zum <b>[provider]</b> her. Bitte warten.'),
('de', 'hybrid_auth.connect_social', 'Mit Profil aus den sozialen Netzwerken verbinden'),
('de', 'hybrid_auth.connect_social_title', 'Benutzer existiert bereits.'),
('de', 'hybrid_auth.editing_provider', 'Anbieter bearbeiten'),
('de', 'hybrid_auth.facebook_disabled_upgrade_notification_text', '<p>We had to move to a newer version of Facebook API, because the API version that we used previously is no longer supported. However, to work with the new API, [product] requires PHP 5.4. You are seeing this message because your server has an older PHP version.</p><p>The status of the <b>Facebook</b> provider under <b>Website → Social login</b> has been set to <i>Disabled</i>.</p><p>Please update your PHP version to 5.4 or higher before you re-enable Facebook.</p>'),
('de', 'hybrid_auth.facebook_disabled_upgrade_notification_title', 'Social Login: Sign-ins via Facebook have been disabled due to an old PHP version'),
('de', 'hybrid_auth.facebook_oauth_redirect_uris', 'Valid OAuth redirect URIs'),
('de', 'hybrid_auth.failed_auth', 'Authentifizierung fehlgeschlagen. Der Benutzer hat die Authentifizierung abgebrochen oder der Anbieter hat die Verbindung verweigert'),
('de', 'hybrid_auth.instruction_facebook', 'Verwenden Sie die Anwendungs-ID und den Geheimschlüssel, den Sie erhalten haben, nachdem Sie die Anwendung auf <a href=\'https://developers.facebook.com/apps\' target=\'_blank\'>Facebook Developers</a> erstellt haben.'),
('de', 'hybrid_auth.instruction_facebook_login', 'Use the application ID and Secret key that you\'ve received after creating an application on <a href=\"https://developers.facebook.com/apps\" target=\"_blank\">Facebook Developers</a>. After that copy the value of the <b>Valid OAuth redirect URIs</b> field to the corresponding setting of the <b>Facebook Login</b> product in your Facebook application.'),
('de', 'hybrid_auth.instruction_foursquare', 'Verwenden Sie die Anwendungs-ID und den Geheimschlüssel, den Sie erhalten haben, nachdem Sie die Anwendung auf <a href=\'https://foursquare.com/developers/apps\' target=\'_blank\'>Fousquare</a> erstellt haben.'),
('de', 'hybrid_auth.instruction_google', 'Verwenden Sie die ID und den Geheimschlüssel, den Sie erhalten haben, nachdem Sie das Projekt auf <a href=\'https://code.google.com/apis/console/?pli=1\' target=\'_blank\'>Google</a> erstellt haben.'),
('de', 'hybrid_auth.instruction_linkedin', 'Verwenden Sie die ID (Verbraucherschlüssel) und den Geheimschlüssel, den Sie erhalten haben, nachdem Sie die Anwendung auf <a href=\'https://www.linkedin.com/developer/apps\' target=\'_blank\'>LinkedIn Developers</a> erstellt haben'),
('de', 'hybrid_auth.instruction_live', 'Verwenden Sie die Anwendungs-ID und den Geheimschlüssel, den Sie erhalten haben, nachdem Sie die Anwendung auf<a href=\'https://account.live.com/developers/applications/create\' target=\'_blank\'>Live</a hinzugefügt haben.'),
('de', 'hybrid_auth.instruction_paypal', 'Verwenden Sie die Anwendungs-ID und den Geheimschlüssel, den Sie erhalten haben, nachdem Sie die Anwendung auf <a href=\'https://developer.paypal.com/developer/applications\' target=\'_blank\'>PayPal Developers</a>erstellt haben'),
('de', 'hybrid_auth.instruction_twitter', 'Verwenden Sie die ID (Verbraucherschlüssel) und den Geheimschlüssel, den Sie erhalten haben, nachdem Sie die Anwendung auf <a href=\'https://apps.twitter.com/\' target=\'_blank\'>Twitter</a> erstellt haben.'),
('de', 'hybrid_auth.instruction_yahoo', 'Use ID (Identificator) and Secret key that you\'ve received after creating an application on <a href=\'https://developer.yahoo.com/apps/create/\' target=\'_blank\'>Yahoo</a>.'),
('de', 'hybrid_auth.linkedin_api_v1', 'v1'),
('de', 'hybrid_auth.linkedin_api_v2', 'v2'),
('de', 'hybrid_auth.linkedin_api_version', 'API version'),
('de', 'hybrid_auth.linked_provider', 'Verlinkt'),
('de', 'hybrid_auth.link_provider', 'Profile von sozialen Netzwerken'),
('de', 'hybrid_auth.live_redirect_urls', 'Redirect URLs'),
('de', 'hybrid_auth.missing_credentials', 'Anmeldeinformationen zum Anbieter fehlen'),
('de', 'hybrid_auth.new_provider', 'Neuer Anbieter'),
('de', 'hybrid_auth.not_linked_provider', 'Nicht verknüpft'),
('de', 'hybrid_auth.password_generated', 'Wir freuen uns, Ihnen mitteilen zu können, dass Sie sich erfolgreich in unserem Shop registriert haben. Ein Passwort wurde für Sie erstellt.'),
('de', 'hybrid_auth.providers', 'Anbieter:'),
('de', 'hybrid_auth.provider_error_configuration', 'Anbieter nicht richtig konfiguriert'),
('de', 'hybrid_auth.provider_not_found', 'Provider [provider] not found'),
('de', 'hybrid_auth.social_login', 'Oder loggen Sie sich mit einem anderen Profil ein.'),
('de', 'hybrid_auth.specify_email', 'E-Mail angeben'),
('de', 'hybrid_auth.specify_email_title', 'E-Mail wurde nicht angegeben.'),
('de', 'hybrid_auth.text_connect_social', '<p>Der Benutzer mit der beim Login angegebenen E-Mail ist bereits vorhanden.</p><p>Wenn Sie dem registrierten Benutzer ein Profil aus den sozialen Netzwerken zuweisen möchten, melden Sie sich bitte an.</p>'),
('de', 'hybrid_auth.text_link_provider', 'Fügen Sie Ihr Profil aus den sozialen Netzwerken hinzu und melden Sie sich damit an'),
('de', 'hybrid_auth.text_specify_email', '<p>Beim Anmelden über das soziale Netzwerk wurde die E-Mail nicht angegeben.</p><p>Bitte geben Sie Ihre E-Mail-Adresse ein und klicken Sie auf Fortfahren.</p>'),
('de', 'hybrid_auth.text_user_is_already_link', 'Dieses Profil ist bereits vorhanden.'),
('de', 'hybrid_auth.unspecified_error', 'Unbekannter Fehler'),
('de', 'hybrid_auth.wrong_provider', 'Unbekannter oder deaktivierter Anbieter'),
('de', 'hybrid_auth_menu_description', 'Sozialen Anbieter erstellen'),
('de', 'I25', 'Interleaved 2 of 5 basiert auf Standard 2 von 5 Symbology.<br/> Interleaved 2 von 5 wurde konzipiert um nur 10 Stellige Zahlen zu codieren'),
('de', 'icon', 'Symbol'),
('de', 'id', 'ID'),
('de', 'identifier', 'PayBox Identifikator (identifier)'),
('de', 'iframe_mode', 'iFrame Modus'),
('de', 'illegal_item_weight', 'Illegales Artikel-Gewicht'),
('de', 'image', 'Bild'),
('de', 'images', 'Bilder'),
('de', 'images_directory', 'Bilder-Verzeichnis'),
('de', 'images_params', 'Bilder'),
('de', 'image_has_been_deleted', 'This image has been deleted'),
('de', 'image_pair', 'Bilder-Paare'),
('de', 'image_url', 'Image URL'),
('de', 'image_verification', 'Bild Verifizierung'),
('de', 'image_verification_body', 'Geben Sie diese Zeichen im Feld ein'),
('de', 'image_verification_label', 'Anti-Bot Validierung'),
('de', 'image_zoom.rework_update_notification.message', '<p>We reworked the <b>Image zoom</b> add-on, because it used a third-party solution incompatible with modern versions of jQuery. As a result of the rework, some settings of the add-on were removed.</p><p>Please check how the image zoom looks on the product pages now. If you\'d like to make any changes to the looks, adjust the settings of the <b>Image zoom</b> add-on.</p><p><a href=\"[image_zoom_settings]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check Image Zoom settings</a></p>'),
('de', 'image_zoom.rework_update_notification.title', 'Image Zoom add-on reworked'),
('de', 'immediately', 'Sofort'),
('de', 'import', 'Importieren'),
('de', 'important', 'Wichtig'),
('de', 'important_language_text', 'Wenn Sie eine Standardsprache eines der Schaufenster ausblenden, deaktivieren oder löschen, stellen Sie sicher, dass Sie den Wert der Einstellung <b>Frontend default language</b> setting in <a href=\"[link]\">Settings → Appearance</a>aktualisieren.'),
('de', 'importing_data', 'Importiere Daten'),
('de', 'import_data', 'Daten importieren'),
('de', 'import_errors', 'Import errors'),
('de', 'import_layout', 'Layout importieren'),
('de', 'import_locations', 'Positionen importieren'),
('de', 'import_new_vendor', '[n] neuer Verkäufer wurde angelegt während des Imports. Dieser Verkäufer hat bisher nur einen Namen. Bitte editieren Sie den neuen Verkäufer, um andere Informationen hinzuzufügen.|[n] neue Verkäufer wurden angelegt während des Imports. Diese Verkäufer haben bisher nur Namen. Bitte editieren Sie die neuen Verkäufer, um andere Informationen hinzuzufügen.'),
('de', 'import_options', 'Import Optionen'),
('de', 'import_results', 'Import results'),
('de', 'in', 'In'),
('de', 'included', 'Einbezogen'),
('de', 'include_cvn', 'CVN einfügen'),
('de', 'including_discount', 'Inklusive Rabatt'),
('de', 'including_tax', 'Inklusive Steuer'),
('de', 'income', 'Einnahmen'),
('de', 'incompleted', 'Unvollständig'),
('de', 'incompleted_orders', 'Unvollständige Bestellungen'),
('de', 'incorrect_filling_message', 'Ausgefüllte Nachricht ist falsch'),
('de', 'incorrect_po_pack_structure', 'Die Struktur des Pakets in welchem sich die \".po\" Übersetzungsdateien befinden <b>\"[pack_path]\"</b> ist fehlerhaft.'),
('de', 'incorrect_price_warning', 'Produkt wurde nicht zum Warenkorb hinzugefügt. Bitte den richtigen Preis eingeben.'),
('de', 'increase', 'Erhöhen'),
('de', 'inc_tax', 'inkl. Steuer'),
('de', 'index', 'Home Page'),
('de', 'individual', 'Individual'),
('de', 'information', 'Information'),
('de', 'information_file_roobots', 'A robots.txt file was detected. The changes you make here won\'t take effect until you delete the existing <b>robots.txt</b> file from the root directory of your store.'),
('de', 'inner_hint', 'Interner Hinweis'),
('de', 'input_field', 'Eingabefeld'),
('de', 'insert_block', 'Block hinzufügen'),
('de', 'insert_grid', 'Raster hinzufügen'),
('de', 'insert_image', 'Insert image'),
('de', 'install', 'Installieren'),
('de', 'installation_id', 'Installations ID'),
('de', 'installed', 'Installiert'),
('de', 'installed_addons', 'Installierte Erweiterungen'),
('de', 'installed_languages', 'Installiert'),
('de', 'installed_themes', 'Installierte Templates'),
('de', 'installed_upgrades', 'Installierte Upgrades'),
('de', 'installer_complete_title', 'Installation erfolgreich abgeschlossen'),
('de', 'installments', 'Parcelas'),
('de', 'installment_qty', 'Quantidade de parcelas'),
('de', 'install_addon_text', 'Add-ons erweitern die Funktionalität Ihres Stores. <br /> Sie können ein Add-on installieren, indem Sie ein. zip,. tgz oder. gz Archiv-Format wählen und auf Hochladen & Installieren klicken.'),
('de', 'install_theme_text', 'Das Hochladen und die Installation eines neuen Theme ist eine gute Möglichkeit, Ihren Store zu personalisieren. Sie können ein Theme hochladen, indem Sie ein tgz, gz, oder zip-Archiv Datei wählen und <strong> hochladen </ strong>.'),
('de', 'install_upgrade_package_text', 'Sie können ein Upgrade-Paket manuell von der lokalen Maschine, Ihrem Server oder von einem entfernten Standort aus hochladen. Geben Sie den Speicherort eines Archivs im Format [exts] an und klicken Sie auf <strong>Upload</strong>.'),
('de', 'internal_option_name', 'Internal name'),
('de', 'internal_option_name_tooltip', 'This name is shown only in the Administration panel to help you distinguish between multiple options that have the same displayed name.'),
('de', 'internal_template.vendor_data_premoderation_product_approved', 'Vendor data premoderation: your product was approved'),
('de', 'internal_template.vendor_data_premoderation_product_disapproved', 'Vendor data premoderation: your product was disapproved'),
('de', 'internal_templates', 'On-site notification templates'),
('de', 'internal_template_exists', 'The on-site notification template with the chosen code already exists, please try another.'),
('de', 'internal_template_import_success_msg', 'All the on-site notification templates have been imported without errors.'),
('de', 'international_settings', 'Internationale Einstellungen'),
('de', 'international_usps', 'U.S.P.S. International'),
('de', 'invalid_ftp_access', 'Ungültiger FTP-Zugang'),
('de', 'inventory', 'Inventar'),
('de', 'inventory_tracking', 'Inventory'),
('de', 'invitees', 'Eingeladene Gäste'),
('de', 'invite_vendors', 'Invite vendors'),
('de', 'invite_vendors_enter_emails', 'Emails where to send invitations'),
('de', 'invite_vendors_title', 'Invite people to register as vendors in your marketplace'),
('de', 'invoice', 'Rechnung'),
('de', 'invoices', 'Rechnungen'),
('de', 'invoice_credit_memo', 'Rechnung/Kredit Memo'),
('de', 'invoice_heading', 'Invoice'),
('de', 'invoice_id', 'Rechnungs-ID'),
('de', 'invoice_title', 'RECHNUNG'),
('de', 'in_progress', 'In Bearbeitung'),
('de', 'in_stock', 'Auf Lager'),
('de', 'ip', 'IP'),
('de', 'ipn_errors', 'IPN-Fehlermeldungen'),
('de', 'ips', 'IP-Adressen'),
('de', 'ip_address', 'IP Adresse'),
('de', 'ip_from', 'IP-Adresse von'),
('de', 'ip_to', 'IP-Adresse bis'),
('de', 'issuer_id', 'Issuer ID'),
('de', 'is_address_required', 'Customer must specify his/her address'),
('de', 'is_back_in_stock', 'ist wieder auf Lager!'),
('de', 'is_default_storefront', 'Default storefront'),
('de', 'is_pbp', 'Zahlung mit Punkte zulassen'),
('de', 'italian', 'Italienisch'),
('de', 'items', 'Artikel'),
('de', 'items_dependences', 'Artikel Abhängigkeiten'),
('de', 'items_in_box', 'Anzahl Artikel in Paket'),
('de', 'items_in_cart', 'Sie haben [n] Artikel in Ihrem Warenkorb|Sie haben [n] Artikel in Ihrem Warenkorb'),
('de', 'items_marked_by_tag', 'Elemente, die durch das Schlagwort \"[tag]\" gekennzeichnet sind:'),
('de', 'items_per_page', 'Elemente pro Seite'),
('de', 'items_title', 'Elemente'),
('de', 'item_id', 'Artikel-ID'),
('de', 'item_number', 'Artikelnummer zeigen'),
('de', 'item_quantity', 'Anzahl Elemente'),
('de', 'i_agree_continue', 'Ich stimme zu und fahre fort'),
('de', 'janrain_cant_create_profile', 'Leider konnten wir konnten wir kein Benutzerkonto und Login für den Shop aus folgenden Gründen erstellen: <br />- Sie haben sich vorher schonmal mit einem anderen OpenID-Provider angemeldet, bei dem dieselbe E-Mail-Adresse verwendet wird.<br />- Sie haben sich schon mit dieser E-Mail-Adresse in unserem Shop registriert.<br />Bitte kontaktieren Sie den Shopbesitzer, um das Problem zu beheben.'),
('de', 'janrain_general_info', '<p>Benutzen Sie diese Daten um die Anmeldeoption über soziale Netzwerke per <a href=\"http://janrain.com\" target=\"_blank\">janrain.com</a> zu konfigurieren.</p>'),
('de', 'janrain_need_update_profile', 'Das Feld \"Passwort\" und einige andere Pflichtfelder sind im Moment leer. Bitte aktualisieren Sie Ihr Profil.'),
('de', 'janrain_social_login', 'Anmeldung über soziale Netzwerke'),
('de', 'japanese', 'Japanisch'),
('de', 'join', 'Beitreten'),
('de', 'json_error_ctrl_char', 'Steuerzeichenfehler, möglicherweise falsch codiert'),
('de', 'json_error_depth', 'Die maximale Stack-Tiefe wurde überschritten'),
('de', 'json_error_state_mismatch', 'Ungültige oder fehlerhafte JSON'),
('de', 'json_error_syntax', 'Syntaxfehler, fehlerhafte JSON'),
('de', 'json_error_unknown', 'Unbekannter JSON Fehler'),
('de', 'json_error_utf8', 'Fehlerhafte UTF-8-Zeichen, möglicherweise falsch codiert'),
('de', 'key', 'Schlüssel (Key)'),
('de', 'key1_for_md5', 'Auth key 1 für md5'),
('de', 'key2_for_md5', 'Auth key 2 für md5'),
('de', 'keywords', 'Schlüsselwörter'),
('de', 'korean', 'Koreanisch'),
('de', 'label_text_color', 'Textfarbe Etikette'),
('de', 'landing_header', 'Wir haben Ihre Bestellung erhalten'),
('de', 'language', 'Sprache'),
('de', 'languagecode', 'Sprachcode'),
('de', 'languages', 'Sprachen'),
('de', 'languages_find_more', 'If you haven\'t found the language you need, check out <a href=\"[href]\" target=\"_blank\">our site with free language packs</a>.'),
('de', 'language_code', 'Sprachcode'),
('de', 'language_variable', 'Sprachen Variable'),
('de', 'language_variables', 'Sprachen Variablen'),
('de', 'last4ssn', 'Letzte 4 Ziffern des Sozialversicherungsausweis'),
('de', 'last_24hours', 'Letzte 24 Stunden'),
('de', 'last_days', 'Letzten Tage'),
('de', 'last_login', 'Last login'),
('de', 'last_month', 'Im letzten Monat'),
('de', 'last_name', 'Nachname'),
('de', 'last_name_and_first_name', 'Last name and first name'),
('de', 'last_n_days', 'Letzte [N] Tage'),
('de', 'last_order', 'Letzte Bestellung'),
('de', 'last_scan_time', 'Letzte Scanzeit'),
('de', 'last_year', 'Im vergangenen Jahr'),
('de', 'latest_reviews', 'Neueste Kommentare und Rezensionen'),
('de', 'latitude', 'Breitengrad'),
('de', 'latitude_short', 'Breitengrad'),
('de', 'layout', 'Entwurf'),
('de', 'layoutid', 'Layout Id'),
('de', 'layouts', 'Layouts'),
('de', 'lbl_amazon_aws_access_public_key', 'AWS Öffentlicher Zugangsschlüssel'),
('de', 'lbl_amazon_aws_access_secret_key', 'AWS Geheimer Zugangsschlüssel'),
('de', 'lbl_amazon_background_color', 'Hintergrundfarbe'),
('de', 'lbl_amazon_button_color', 'Tastenfarbe'),
('de', 'lbl_amazon_button_size', 'Tastengrösse'),
('de', 'lbl_amazon_button_style', 'Amazon Style Taste'),
('de', 'lbl_amazon_color_dark', 'Dunkel'),
('de', 'lbl_amazon_color_light', 'Hell'),
('de', 'lbl_amazon_color_orange', 'Orange'),
('de', 'lbl_amazon_color_tan', 'Tan (Hautfarbe)'),
('de', 'lbl_amazon_color_white', 'Weiss'),
('de', 'lbl_amazon_process_order_on_failure', 'Bestellbearbeitung bei Rückrufausfall'),
('de', 'lbl_amazon_size_large', 'Gross (Large)'),
('de', 'lbl_amazon_size_medium', 'Mittel'),
('de', 'lbl_amazon_size_xlarge', 'Extra Gross (X-) Large'),
('de', 'left', 'Links'),
('de', 'length', 'Länge'),
('de', 'less', 'weniger'),
('de', 'letter', 'Brief'),
('de', 'level', 'Stufe (Level)'),
('de', 'licence_agreement', 'Lizenzvertrag'),
('de', 'licensed_product', 'Licensed product'),
('de', 'license_agreement', 'Lizenzvertrag'),
('de', 'license_number', 'Lizenznummer'),
('de', 'license_number_cannot_be_empty', 'Lizenznummer kann nicht leer sein'),
('de', 'license_required', '[product] Lizenz benötigt'),
('de', 'licensing.license_error_license_is_disabled', 'Die Lizenz ist deaktiviert. Bitte überprüfen Sie Ihren Lizenzstatus.'),
('de', 'licensing.license_error_license_is_disabled.text', 'Please contact us <a href=\"[helpdesk_url]\" target=\"_blank\">via Customer Help Desk</a> to find out why it happened and what can be done about it. To access the admin panel right now, you can enter another valid license number, as long as it isn\'t used in another store:'),
('de', 'licensing.license_error_license_is_disabled.title', 'Deine [product]-Lizenz wurde deaktiviert'),
('de', 'licensing.license_error_license_is_invalid', 'Ungültige Lizenznummer. Bitte geben Sie eine gültige Lizenznummer ein.'),
('de', 'licensing.license_error_wrong_edition', 'Die Lizenz passt nicht zu Ihrer Shop-Edition. Bitte geben Sie eine gültige Lizenznummer ein.'),
('de', 'licensing.license_error_wrong_licensing_mode', 'Die Lizenz entspricht nicht Ihrem Shop-Lizenzmodus. Bitte geben Sie eine gültige Lizenznummer ein.'),
('de', 'licensing_and_upgrades', 'Lizenzierung und Upgrades'),
('de', 'limit', 'Grenze'),
('de', 'line', 'Linie'),
('de', 'linear', 'Linear'),
('de', 'link', 'Link'),
('de', 'linked_categories', 'Verlinkte Kategorien'),
('de', 'linked_products', 'Verlinkte Produkte'),
('de', 'links', 'Links'),
('de', 'links_thumb', 'Links Bildminiaturen (Thumbnails)'),
('de', 'link_an_existing_option', 'Link an existing option'),
('de', 'link_message_for_test_letter', 'Der Link wird im echten Newsletter angezeigt'),
('de', 'link_text', 'Text für Link'),
('de', 'link_to', 'Link zu'),
('de', 'list', 'Liste'),
('de', 'list_objects', 'Listen Objekte'),
('de', 'list_price', 'Listenpreis'),
('de', 'list_price_decreased', 'Listenpreis wurde ermässigt um'),
('de', 'list_price_increased', 'Listenpreis wurde erhöht um'),
('de', 'list_price_short', 'Listenpreis'),
('de', 'list_qty_count', 'List quantity count'),
('de', 'list_quantity_count', 'Listenmenge Aufzählung'),
('de', 'lite_checkout.change_in_geolocation_cities_upgrade_notification_text', '<p>Previously, you could create a list of cities that would be available to customers for selection in the geolocation block on the storefront. That had to be done in <b>Administration → Shipping &amp; taxes → Geolocation cities.</b></p><p>That page was removed, and the list of cities is now generated automatically from your pickup points. It works only if the corresponding setting in the [stores_pickups_addon] add-on is enabled, and only for pickup points that have a country, state, and city specified.</p><p>For your convenience, here is the list of cities that you previously had on the <b>Geolocation cities</b> page. It may help with configuring pickup points:<p><p>[locations_table]</p><p><a href=\"[stores_pickups_search]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Edit add-on settings</a></p>'),
('de', 'lite_checkout.change_in_geolocation_cities_upgrade_notification_title', 'List of geolocation cities is now generated automatically'),
('de', 'lite_checkout.choose_from_list', 'Choose from list'),
('de', 'lite_checkout.city_and_state', 'City, state'),
('de', 'lite_checkout.click_here_to_update_shipping', 'Enter city and state and click here to update shipping rates'),
('de', 'lite_checkout.customer_information', 'Customer'),
('de', 'lite_checkout.delivery_note', 'Customer\'s notes'),
('de', 'lite_checkout.deliver_to', 'Deliver to:'),
('de', 'lite_checkout.nearest_station', 'Nearest station'),
('de', 'lite_checkout.personal_name', 'Full name'),
('de', 'lite_checkout.place_an_order_for', 'Place order ([amount])'),
('de', 'lite_checkout.select_pickup_item', 'Select a pickup point'),
('de', 'lite_checkout.select_your_city', 'Specify your city'),
('de', 'lite_checkout.shippings.show_all_on_map', 'Show all on map'),
('de', 'lite_checkout.shipping_method_for', 'Shipping method for [group_name]'),
('de', 'lite_checkout.use_two_fingers_for_move_map', 'Use two fingers to move the map'),
('de', 'live', 'Aktiv/Online'),
('de', 'livechat.change_account', 'If you would like to change LiveChat account you can'),
('de', 'livechat.check_our_apps', 'Check out apps for <a href=\'[url]\' target=\'_blank\'>desktop or mobile</a>'),
('de', 'livechat.create_account', 'Create an account'),
('de', 'livechat.current_login', 'Currently you are using <strong>[login]</strong> LiveChat account.'),
('de', 'livechat.license_cleared', 'LiveChat settings have been reset'),
('de', 'livechat.license_received', 'LiveChat added to your website'),
('de', 'livechat.reset_settings', 'reset settings'),
('de', 'livechat.use_web_app', 'Use our web app'),
('de', 'live_preview', 'Live Vorschau'),
('de', 'load', 'Laden'),
('de', 'loading', 'Seite wird geladen ...'),
('de', 'local', 'Lokal'),
('de', 'localization', 'Lokalisierung (localization)'),
('de', 'localizations', 'Lokalisierungen (localizations)'),
('de', 'localizations_menu_description', 'Lokalisierungen verwalten die in Ihrem Laden unterstützt werden.'),
('de', 'local_export', 'Herunterladen'),
('de', 'local_modifications', 'Local modifications'),
('de', 'local_modifications_message', 'These files had local modifications. During the upgrade a backup archive was created in the <strong>[dir]</strong> directory. You may want to check these files in the archive and reapply the modifications to your store.'),
('de', 'location', 'Position'),
('de', 'locations', 'Destinationen'),
('de', 'locations_menu_description', 'Verwalten Sie die Menge der Tarifbereiche, die in Ihrem Shop unterstützt werden.'),
('de', 'log', 'Protokoll'),
('de', 'loggedin_time', 'Angemeldet seit (Zeit)'),
('de', 'logging', 'Logging (Datenaufzeichnung)'),
('de', 'login', 'Anmelden (Login)'),
('de', 'login_url', 'Login-URL'),
('de', 'login_with_facebook', 'Login with Facebook'),
('de', 'login_with_foursquare', 'Login with Foursquare'),
('de', 'login_with_google', 'Login with Google'),
('de', 'login_with_linkedin', 'Login with LinkedIn'),
('de', 'login_with_live', 'Login with Microsoft'),
('de', 'login_with_paypal', 'Login with PayPal'),
('de', 'login_with_twitter', 'Login with Twitter'),
('de', 'login_with_yahoo', 'Login with Yahoo'),
('de', 'logistica_reversa', 'Devolução'),
('de', 'logos', 'Logos'),
('de', 'logo_for_invoices', 'Logo for invoices'),
('de', 'logo_for_the_customer_area', 'Logo for the customer area'),
('de', 'logo_link', 'Position (URL) des Logos'),
('de', 'logs', 'Protokolle (Logs)'),
('de', 'log_action_backup', 'Backup (Datensicherung)'),
('de', 'log_action_create', 'Erstellen'),
('de', 'log_action_delete', 'Löschen'),
('de', 'log_action_deprecated', 'Veraltet'),
('de', 'log_action_error', 'Fehler'),
('de', 'log_action_failed_login', 'Anmeldung fehlgeschlagen'),
('de', 'log_action_http', 'Http/Https-Anforderung'),
('de', 'log_action_login', 'Anmelden (Login)'),
('de', 'log_action_low_stock', 'Lagerbestand niedrig'),
('de', 'log_action_optimize', 'Optimieren'),
('de', 'log_action_restore', 'Wiederherstellen'),
('de', 'log_action_runtime', 'Runtime (Laufzeit)'),
('de', 'log_action_session', 'Session'),
('de', 'log_action_shipping', 'Shipping request'),
('de', 'log_action_status', 'Status Änderung'),
('de', 'log_action_update', 'Aktualisierung'),
('de', 'log_in_as_user', 'Log in as user'),
('de', 'log_in_as_vendor', 'Log in as vendor'),
('de', 'log_type_categories', 'Kategorien'),
('de', 'log_type_database', 'Datenbank (Database)'),
('de', 'log_type_general', 'Allgemein'),
('de', 'log_type_orders', 'Bestellungen'),
('de', 'log_type_products', 'Produkte'),
('de', 'log_type_requests', 'Anfragen'),
('de', 'log_type_users', 'Benutzer'),
('de', 'longitude', 'Längengrad'),
('de', 'longitude_short', 'Längengrad'),
('de', 'lower_limit', 'Lower limit'),
('de', 'low_stock_subj', '\"[product]\" hat niedrigen Lagerbestand'),
('de', 'mac_key', 'MAc Schlüssel (Mac key)'),
('de', 'mail', 'E-Mail'),
('de', 'mailing_list', 'Verteiler'),
('de', 'mailing_lists', 'Mailing Listen'),
('de', 'mailing_list_date', 'Mailing list date'),
('de', 'mail_message', 'Mail Nachricht'),
('de', 'mail_subject', 'E-mail Betreff'),
('de', 'main', 'Haupt'),
('de', 'mainbox_general', 'Hauptblock (H1 Überschrift)'),
('de', 'mainbox_simple', 'Hauptblock (H2 Überschrift)'),
('de', 'maintenance', 'Wartung'),
('de', 'main_category', 'Hauptkategorie'),
('de', 'main_menu', 'Main menu'),
('de', 'make_archive', 'Archiv anlegen'),
('de', 'make_default', 'Als Standard einstellen (default)'),
('de', 'make_permanent', 'Dauerhaft'),
('de', 'manage', 'Bearbeiten'),
('de', 'manager', 'Manager'),
('de', 'manage_addons', 'Add-Ons verwalten'),
('de', 'manage_banners', 'Banner verwalten'),
('de', 'manage_blocks', 'Blöcke verwalten'),
('de', 'manage_categories', 'Kategorien verwalten'),
('de', 'manage_existing_block', 'Vorhandene Blöcke bearbeiten'),
('de', 'manage_items', 'Elemente verwalten'),
('de', 'manage_languages', 'Sprachen verwalten'),
('de', 'manage_menus', 'Menus verwalten'),
('de', 'manage_pages', 'Kann bearbeitet werden'),
('de', 'manage_products', 'Produkte verwalten'),
('de', 'manage_reports', 'Berichte verwalten'),
('de', 'manage_shippings', 'Versandmethoden'),
('de', 'manage_sitemap', 'Sitemap verwalten'),
('de', 'manage_stores', 'Stores verwalten'),
('de', 'manage_subscribers', 'Abonnenten verwalten'),
('de', 'manage_vendors', 'Verkäufer verwalten'),
('de', 'mandatory', 'Erforderlich'),
('de', 'manually', 'Manuell'),
('de', 'manually_recalculate_order', 'Bestellung manuell neu berechnen'),
('de', 'manually_set_tax_rates', 'manuelle Eingabe des Steuersatzes'),
('de', 'map_fields', 'Feldzuordnung'),
('de', 'mark', 'As erledigt markieren'),
('de', 'marketing', 'Marketing'),
('de', 'marketplace', 'Marktplatz'),
('de', 'marketplace_find_more', 'Find more add-ons and themes in <a href=\"http://marketplace.cs-cart.com/\" target=\"_blank\">CS-Cart marketplace</a>'),
('de', 'marketplace_menu', 'Marketplace Menu'),
('de', 'master_products.add_product_from_catalog', 'Add product from catalog'),
('de', 'master_products.all_products', 'All products'),
('de', 'master_products.all_vendors_master_product', 'All vendors (common product)'),
('de', 'master_products.create_new_product', 'Create new product'),
('de', 'master_products.exported_products', 'Products to export'),
('de', 'master_products.for_sale', 'For sale'),
('de', 'master_products.master_product', 'Common product'),
('de', 'master_products.price_from', 'From [formatted_price]'),
('de', 'master_products.products_being_sold', 'Products being sold'),
('de', 'master_products.products_that_vendors_can_sell', 'Products that vendors can sell'),
('de', 'master_products.products_were_added_to_your_products', '[n] product was added to your products|[n] products were added to your products'),
('de', 'master_products.product_type.offer', 'Vendor offer'),
('de', 'master_products.product_type.offer_variation', 'Vendor variation offer'),
('de', 'master_products.sell_selected', 'Sell selected'),
('de', 'master_products.sell_this', 'Sell this'),
('de', 'master_products.upgrade_notification.message', '<p>For technical reasons, the <b>[master_product_addon]</b> add-on works only with global options now. If any vendor sells a common product, then we have already converted all options from that product into global options during the upgrade.</p>'),
('de', 'master_products.upgrade_notification.title', 'Common Products for Vendors: Add-on now works only with global options'),
('de', 'master_products.vendor_products_block_name', 'Sellers of a product'),
('de', 'master_products.vendor_products_filling', 'Sellers of this product'),
('de', 'master_products.vendor_products_tab_name', 'Sellers of this product'),
('de', 'master_products.view_product_offers', 'See all offers'),
('de', 'maximum', 'Maximum '),
('de', 'maximum_items_in_box', 'Maximum Anzahl Artikel in Paket'),
('de', 'maximum_number_of_statuses_reached', 'You have reached the maximum number of statuses'),
('de', 'max_amount', 'Total Kosten'),
('de', 'max_box_weight', 'Maximum Paketgewicht'),
('de', 'max_downloads', 'Max. Downloads'),
('de', 'max_item', 'Max. Artikel'),
('de', 'max_order_qty', 'Maximale Bestellung (Menge)'),
('de', 'max_quantity', 'Maximum order quantity'),
('de', 'max_storefronts_reached', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('de', 'max_uploading_file_size', 'Maximale Dateigrösse für das Hochladen'),
('de', 'max_uploading_file_size_hint', 'Diese Feld leer lassen um Dateien jeder Grösse hochzuladen oder Dateigrösse limitieren; oder Sie können die Dateigrösse einschränken. Ein Wert von \"100\" entpricht 100 Kb.'),
('de', 'mb_amounts_not_match', 'Der erhaltene Betrag in der Status Anforderung unterscheidet sich vom erhaltenen Betrag des Systems;'),
('de', 'mb_currencies_not_match', 'Der erhaltene Währungwert in der Status Anforderung unterscheidet sich vom erhaltenen Betrag des Systems;'),
('de', 'mb_md5_hashes_not_match', 'Der erhaltene md5 Hash Wert in der Status Anforderung unterscheidet sich vom erhaltenen Wert des Systems;'),
('de', 'mb_transaction_id', 'MB Transaction ID'),
('de', 'md5_checksum_failed', 'MD5-Prüfsumme fehlgeschlagen'),
('de', 'md5_hash_value', 'MD5 Hash-Wert'),
('de', 'menu', 'Menü'),
('de', 'menus', 'Menüs'),
('de', 'menu_items', 'Elemente für Menu'),
('de', 'merchantid', 'Händler ID (Merchant ID)'),
('de', 'merchant_email', 'Händler Benachrichtigungs Email'),
('de', 'merchant_firstname', 'Vorname Händler'),
('de', 'merchant_id', 'Händler ID (Merchant ID)'),
('de', 'merchant_key', 'Händler Schlüssel (Merchant key)'),
('de', 'merchant_lastname', 'Nachname Händler'),
('de', 'merchant_login', 'Merchant Login'),
('de', 'merchant_name', 'Name Händler'),
('de', 'merchant_pin', 'Händler PIN'),
('de', 'merchant_response_was_not_received', 'Die Antwort vom Händler wurde nicht empfangen.Bitte diese Transaktion manuell kontrollieren.'),
('de', 'merchant_site_id', 'Händler Site ID'),
('de', 'merchant_warrior_api_key', 'API Schlüssel'),
('de', 'merchant_warrior_api_passphrase', 'API-Passphrase.'),
('de', 'merge', 'Zusammenfügen (merge)'),
('de', 'merge_vendor', 'Verkäufer zusammenfassen'),
('de', 'message', 'Nachricht'),
('de', 'messages', 'Nachrichten'),
('de', 'meta_description', 'META Beschreibung (Description)'),
('de', 'meta_keywords', 'META Keywords (Schlüsselwörter)'),
('de', 'method', 'Methode'),
('de', 'migrations', 'Migrations'),
('de', 'minimized', 'Minimiert'),
('de', 'minimum_commission_payment', 'Min. Betrag für Auszahlung der Provision'),
('de', 'minimum_items_in_box', 'Minimum Anzahl Artikel in Paket'),
('de', 'minutes', 'Minuten'),
('de', 'min_order_qty', 'Mindestbestellung (Menge)'),
('de', 'min_quantity', 'Minimum order quantity'),
('de', 'missing_variants_handling', 'Fehlende Varianten'),
('de', 'mobile_app.appfulldescription', 'Vollständige Beschreibung'),
('de', 'mobile_app.apple_pay', 'Apple Pay'),
('de', 'mobile_app.apple_pay_merchant_identifier', 'Merchant identifier'),
('de', 'mobile_app.apple_pay_merchant_identifier_tooltip', 'Obtain the <b>Merchant Identifier</b> as described in <a href=\"https://help.apple.com/developer-account/#/devb2e62b839?sub=dev103e030bb\" target=\"_blank\">Developer Account Help</a>'),
('de', 'mobile_app.apple_pay_merchant_name', 'Merchant name'),
('de', 'mobile_app.apple_pay_merchant_name_tooltip', 'Enter the Merchant ID Description that you used when registering your Merchant ID at the Apple Developer website.'),
('de', 'mobile_app.apple_pay_supported_networks', 'Payment networks'),
('de', 'mobile_app.appname', 'App-Name'),
('de', 'mobile_app.appshortdescription', 'Kurzbeschreibung'),
('de', 'mobile_app.configure_colors', 'Farben konfigurieren'),
('de', 'mobile_app.crop_when_resize', 'Crop image'),
('de', 'mobile_app.download_config', 'Konfiguration herunterladen'),
('de', 'mobile_app.fcm_api_key', 'API-Schlüssel für Push-Benachrichtigungen'),
('de', 'mobile_app.fcm_api_key_tooltip', 'Obtain the Cloud Messaging <b>Legacy server key</b> from the <a href=\"https://console.firebase.google.com\" target=\"_blank\">Firebase console</a> using your bundle ID: [bundle_id]'),
('de', 'mobile_app.mobile_address_colon', 'Adresse:'),
('de', 'mobile_app.mobile_add_to_cart', 'Dem Warenkorb hinzufügen'),
('de', 'mobile_app.mobile_auth', 'Auth'),
('de', 'mobile_app.mobile_authentication', 'Authentifizierung'),
('de', 'mobile_app.mobile_bank_routing_number', 'Bankleitzahl'),
('de', 'mobile_app.mobile_billing_address', 'Rechnungsadresse'),
('de', 'mobile_app.mobile_cancel', 'Abbrechen'),
('de', 'mobile_app.mobile_cannot_handle_url', 'URL kann nicht verarbeitet werden'),
('de', 'mobile_app.mobile_cardholder_name', 'Name des Karteninhabers'),
('de', 'mobile_app.mobile_card_number', 'Kartennummer'),
('de', 'mobile_app.mobile_cart', 'Warenkorb'),
('de', 'mobile_app.mobile_categories', 'Kategorien'),
('de', 'mobile_app.mobile_change_address', 'Adresse ändern'),
('de', 'mobile_app.mobile_checking_account_number', 'Kontonummer'),
('de', 'mobile_app.mobile_checkout', 'Abmeldung'),
('de', 'mobile_app.mobile_checkout_complete', 'Abmeldung erfolgreich'),
('de', 'mobile_app.mobile_city_colon', 'Ort:'),
('de', 'mobile_app.mobile_comment', 'Kommentar'),
('de', 'mobile_app.mobile_comments_and_reviews', 'Kommentare und Rezensionen'),
('de', 'mobile_app.mobile_companies', 'Verkäufer'),
('de', 'mobile_app.mobile_confirm_clear_the_cart', 'Warenkorb leeren ?'),
('de', 'mobile_app.mobile_confirm_clear_wishlist', 'Wunschliste loschen?'),
('de', 'mobile_app.mobile_congratulations', 'Herzlichen Glückwunsch!'),
('de', 'mobile_app.mobile_contact_information', 'Kontaktdaten'),
('de', 'mobile_app.mobile_country_colon', 'Land:'),
('de', 'mobile_app.mobile_customer_signature', 'Unterschrift des Kunden'),
('de', 'mobile_app.mobile_cvv2', 'CVV/CVC'),
('de', 'mobile_app.mobile_delete', 'Löschen'),
('de', 'mobile_app.mobile_delivery', 'Lieferung'),
('de', 'mobile_app.mobile_details', 'Details'),
('de', 'mobile_app.mobile_discussion_title_product', 'Rezensionen'),
('de', 'mobile_app.mobile_email', 'E-Mail'),
('de', 'mobile_app.mobile_email_colon', 'E-Mail:'),
('de', 'mobile_app.mobile_empty_wish_list_message', 'Your Wish Lists will love here.'),
('de', 'mobile_app.mobile_error', 'Fehler'),
('de', 'mobile_app.mobile_error_try_later', 'Etwas ist schief gelaufen. Bitte versuchen Sie es später noch einmal.'),
('de', 'mobile_app.mobile_fax', 'Telefax'),
('de', 'mobile_app.mobile_features', 'Funktionen'),
('de', 'mobile_app.mobile_firstname_colon', 'Vorname:'),
('de', 'mobile_app.mobile_go_to_store', 'Gehe zum Shop'),
('de', 'mobile_app.mobile_home', 'Home'),
('de', 'mobile_app.mobile_information', 'Information'),
('de', 'mobile_app.mobile_items', '%1 Artikel'),
('de', 'mobile_app.mobile_lastname_colon', 'Nachname:'),
('de', 'mobile_app.mobile_list_is_empty', 'Die Aufstellung ist leer'),
('de', 'mobile_app.mobile_login', 'Anmeldung'),
('de', 'mobile_app.mobile_looking_for_ideas', 'Auf der Suche nach Ideen?'),
('de', 'mobile_app.mobile_my_profile', 'Mein Profil'),
('de', 'mobile_app.mobile_next', 'Weiter'),
('de', 'mobile_app.mobile_notice', 'Anmerkung'),
('de', 'mobile_app.mobile_no_posts_found', 'Keine Beiträge gefunden'),
('de', 'mobile_app.mobile_no_products_in_this_section', 'Es gibt keine Produkte in diesem Abschnitt'),
('de', 'mobile_app.mobile_number_of_reviews', '%1 reviews'),
('de', 'mobile_app.mobile_number_products_found', 'Products found: %1'),
('de', 'mobile_app.mobile_ok', 'Ok'),
('de', 'mobile_app.mobile_order', 'Bestellung'),
('de', 'mobile_app.mobile_orders', 'Bestellungen'),
('de', 'mobile_app.mobile_order_details', 'Details der Bestellung'),
('de', 'mobile_app.mobile_order_lowercase', 'Bestellung'),
('de', 'mobile_app.mobile_payment_method', 'Zahlungsmethode'),
('de', 'mobile_app.mobile_payment_method_colon', 'Zahlungsmethode:'),
('de', 'mobile_app.mobile_phone', 'Telefon'),
('de', 'mobile_app.mobile_phone_colon', 'Telefonnummer:'),
('de', 'mobile_app.mobile_placed_on', 'Platziert'),
('de', 'mobile_app.mobile_place_order', 'Bestellung aufgeben'),
('de', 'mobile_app.mobile_products', 'Artikel'),
('de', 'mobile_app.mobile_products_information', 'Produktinformationen'),
('de', 'mobile_app.mobile_product_added_to_cart', 'Das Produkt wurde Ihrem Warenkorb hinzugefügt.'),
('de', 'mobile_app.mobile_product_added_to_wl', 'Der Artikel wurde zu Ihrer Wunschliste hinzugefügt.'),
('de', 'mobile_app.mobile_product_in_wishlist', 'Dieser Artikel ist bereits in der Wunschliste vorhanden.'),
('de', 'mobile_app.mobile_profile', 'Profil'),
('de', 'mobile_app.mobile_rating_is_mandatory', 'Das Bewertungsfeld ist obligatorisch.'),
('de', 'mobile_app.mobile_registration', 'Anmeldung'),
('de', 'mobile_app.mobile_registration_complete', 'Die Anmeldung ist abgeschlossen.'),
('de', 'mobile_app.mobile_reviews_number', 'Rezensionen (%1)'),
('de', 'mobile_app.mobile_save', 'Speichern'),
('de', 'mobile_app.mobile_search', 'Suche'),
('de', 'mobile_app.mobile_send_review', 'Bewertung senden'),
('de', 'mobile_app.mobile_share_product', 'Produkt teilen'),
('de', 'mobile_app.mobile_shipping', 'Versand'),
('de', 'mobile_app.mobile_shipping_address', 'Lieferadresse'),
('de', 'mobile_app.mobile_shipping_cost_colon', 'Versandkosten:'),
('de', 'mobile_app.mobile_shipping_method_colon', 'Versandmethode:'),
('de', 'mobile_app.mobile_show_all', 'Alle zeigen'),
('de', 'mobile_app.mobile_sign_in', 'Anmelden'),
('de', 'mobile_app.mobile_sign_in_as_different', 'Als anderer Benutzer anmelden'),
('de', 'mobile_app.mobile_state_colon', 'Bundesland:'),
('de', 'mobile_app.mobile_subtotal_colon', 'Zwischensumme:'),
('de', 'mobile_app.mobile_success', 'Erfolg'),
('de', 'mobile_app.mobile_summary', 'Übersicht'),
('de', 'mobile_app.mobile_text_cart_empty', 'Ihr Warenkorb ist leer.'),
('de', 'mobile_app.mobile_text_cart_zero_inventory', 'Das Produkt ist nicht auf Lager und kann deshalb nicht dem Warenkorb hinzugefügt werden.'),
('de', 'mobile_app.mobile_text_order_placed_successfully', 'Ihre Bestellung ist bei uns eingegangen.'),
('de', 'mobile_app.mobile_text_post_pended', 'Ihr Beitrag wird überprüft, bevor er veröffentlicht wird.'),
('de', 'mobile_app.mobile_text_profile_is_updated', 'Die Daten in Ihrem Profil wurden erfolgreich aktualisiert.'),
('de', 'mobile_app.mobile_text_thank_you_for_post', 'Danke für Ihren Beitrag.'),
('de', 'mobile_app.mobile_there_are_no_features', 'Es gibt keine Funktionen.'),
('de', 'mobile_app.mobile_total', 'Insgesamt'),
('de', 'mobile_app.mobile_total_colon', 'Insgesamt:'),
('de', 'mobile_app.mobile_valid_thru_mm', 'Gültig bis (MM)'),
('de', 'mobile_app.mobile_valid_thru_yy', 'Gültig bis (yy)'),
('de', 'mobile_app.mobile_vendor', 'Verkäufer'),
('de', 'mobile_app.mobile_vendor_details', 'Verkäuferdetail'),
('de', 'mobile_app.mobile_vendor_info', 'Verkäuferinformation'),
('de', 'mobile_app.mobile_vendor_products', 'Artikel des Verkäufers'),
('de', 'mobile_app.mobile_vertical_delimiter', '|'),
('de', 'mobile_app.mobile_view_all', 'Alles anzeigen'),
('de', 'mobile_app.mobile_view_details', 'Detailansicht'),
('de', 'mobile_app.mobile_website', 'Webseite'),
('de', 'mobile_app.mobile_wishlist', 'Wunschliste'),
('de', 'mobile_app.mobile_write_review', 'Rezension verfassen'),
('de', 'mobile_app.mobile_wrong_password', 'Falsches Passwort.'),
('de', 'mobile_app.mobile_your_message', 'Ihre Nachricht'),
('de', 'mobile_app.mobile_your_name', 'Ihr Name'),
('de', 'mobile_app.m_app_icon', 'App-Symbol'),
('de', 'mobile_app.m_app_splash_landscape', 'Startbildschirm (Querformat)'),
('de', 'mobile_app.m_app_splash_portrait', 'Startbildschirm (Hochformat)'),
('de', 'mobile_app.m_app_store_logo', 'Merkmal Grafikbild'),
('de', 'mobile_app.preparing_android_images', 'Vorbereitung von Android-Bildern'),
('de', 'mobile_app.preparing_archive', 'Vorbereitung Archiv'),
('de', 'mobile_app.preparing_config', 'Vorbereitung der Konfiguration'),
('de', 'mobile_app.preparing_ios_icons', 'Vorbereitung von iOS Symbolen'),
('de', 'mobile_app.preparing_ios_images', 'Vorbereitung von iOS Bildern'),
('de', 'mobile_app.privacypolicyurl', 'Datenschutzrichtlinie URL'),
('de', 'mobile_app.pushnotifications', 'Push-Benachrichtigungen'),
('de', 'mobile_app.section.category', 'Kategorien'),
('de', 'mobile_app.section.drawer', 'Drawer (sidebar menu)'),
('de', 'mobile_app.section.main', 'Hauptbildschirm'),
('de', 'mobile_app.section.navbar', 'Navigationsleiste'),
('de', 'mobile_app.section.product_screen', 'Produktbildschirm'),
('de', 'mobile_app.services_config', 'Firebase config file (Android)'),
('de', 'mobile_app.settings.access_key', 'Zugangsschlüssel:'),
('de', 'mobile_app.shopname', 'Shop-Name'),
('de', 'mobile_app.supportemail', 'Hilfe e-Mail'),
('de', 'mobile_sticky_compare', 'ET - Mobile sticky compare'),
('de', 'mobile_sticky_home', 'ET - Mobile sticky home'),
('de', 'mobile_sticky_wishlist', 'ET - Mobile sticky wishlist'),
('de', 'modified_core_files_found', 'Einige Ihrer Kerndateien wurden geändert. Dies kann beim Upgrade von [product] zu einem Problem werden, da Änderungen in diesen Dateien verloren gehen können.'),
('de', 'modifier', 'Modifikator'),
('de', 'modify_profile', 'Profil ändern'),
('de', 'modify_selected', 'Ausgewählte ändern'),
('de', 'month', 'Monat'),
('de', 'monthly', 'Monatlich'),
('de', 'months', 'Monate'),
('de', 'month_name_1', 'Januar'),
('de', 'month_name_10', 'Oktober'),
('de', 'month_name_11', 'November'),
('de', 'month_name_12', 'Dezember'),
('de', 'month_name_2', 'Februar'),
('de', 'month_name_3', 'März'),
('de', 'month_name_4', 'April'),
('de', 'month_name_5', 'Mai'),
('de', 'month_name_6', 'Juni'),
('de', 'month_name_7', 'Juli'),
('de', 'month_name_8', 'August'),
('de', 'month_name_9', 'September'),
('de', 'month_name_abr_1', 'Jan.'),
('de', 'month_name_abr_10', 'Okt.'),
('de', 'month_name_abr_11', 'Nov.'),
('de', 'month_name_abr_12', 'Dez.'),
('de', 'month_name_abr_2', 'Feb.'),
('de', 'month_name_abr_3', 'Mär.'),
('de', 'month_name_abr_4', 'Apr.'),
('de', 'month_name_abr_5', 'Mai'),
('de', 'month_name_abr_6', 'Jun.'),
('de', 'month_name_abr_7', 'Jul.'),
('de', 'month_name_abr_8', 'Aug.'),
('de', 'month_name_abr_9', 'Sept.'),
('de', 'more', 'Mehr'),
('de', 'more_info', 'Mehr Info'),
('de', 'more_languages', 'Weitere Sprachen'),
('de', 'more_link', '[mehr]'),
('de', 'more_sign_in_options', 'Zurück zu mehr Anmeldungsoptionen'),
('de', 'more_subjects', 'Zufällige Betreffe (einer pro Zeile)'),
('de', 'more_than', 'Mehr als'),
('de', 'more_w_ellipsis', 'Mehr...'),
('de', 'most_popular', 'Am meisten beliebt'),
('de', 'most_popular_addons', 'Beliebteste Add-ons'),
('de', 'mr', 'Herr'),
('de', 'ms', 'ms_traduzione_c_maurizio_sanapo_ott_2011'),
('de', 'multiple', 'Mehrfache Selektion'),
('de', 'multiple_checkboxes', 'mehrere Checkboxen'),
('de', 'multiple_selectbox', 'mehrere Wahlboxen'),
('de', 'multiple_selectbox_notice', '<p style=\"font-size:12px;\">Um mehr als einen Eintrag zu selektieren, klicken Sie mit der linken Maustaste auf das Element während Sie die Strg (Ctrl) Taste drücken. Um ein Element zu deselektieren, klicken Sie erneut auf das Element während Sie die Strg (Ctrl) Taste betätigen.'),
('de', 'multiupload', 'Mehrere Dateien hochladen');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('de', 'mve.container_not_used', 'Dieser Container hat momentan die Standardkonfiguration. Er sieht genau so aus, wie der Shopbesitzer ihn konfiguriert hat. Verkäufer können eigene Konfigurationen nutzen, um die Blöcke in diesem Container zu verändern.'),
('de', 'mve_plus_license', '[product] Plus'),
('de', 'mve_ultimate_license', '[product] Ultimate'),
('de', 'mve_ultimate_license_required', '[product] Ultimate is required for this'),
('de', 'mve_ultimate_or_plus_license_required', 'This action requires [product] Ultimate or [product] Plus'),
('de', 'my_account', 'Mein Konto'),
('de', 'my_account_links', 'Links mein Konto'),
('de', 'my_account_links_advanced', 'My account advanced'),
('de', 'my_cards', 'Meus Cartões'),
('de', 'my_cart', 'My cart'),
('de', 'my_payments', 'Cartões salvos'),
('de', 'my_points', 'Meine Punkte'),
('de', 'na', 'N/A'),
('de', 'name', 'Name'),
('de', 'navigation', 'Navigation'),
('de', 'navi_pages', 'Seiten'),
('de', 'need_company_id', 'Firma ID ist erforderlich (the company_id param)'),
('de', 'need_product_name', 'Sie müssen den Artikelnamen festlegen.'),
('de', 'need_snippet_name', 'Sie müssen einen gültigen Ausschnitt-Namen angeben'),
('de', 'neighbours', 'Nachbarn'),
('de', 'never', 'Nie'),
('de', 'new', 'Neu'),
('de', 'newest', 'Neueste'),
('de', 'newsletter', 'Newsletter '),
('de', 'newsletters', 'Newsletter'),
('de', 'newsletters.agreement_text_full_subscribe_to_newsletters', '<p>Wenn Sie sich für einen bestimmten Newsletter anmelden, tragen wir ([Firma]) Ihre E-Mail-Adresse in eine entsprechende Mailingliste ein. Wir wissen, dass wir Sie zu diesem Thema per E-Mail kontaktieren können.\n\n<p>Sie können Ihre E-Mail-Adresse jederzeit aus unseren Mailinglisten entfernen lassen. Es gibt mehrere Möglichkeiten, dies zu tun:\n> <li>>>Wenn Ihr Konto registriert ist, melden Sie sich einfach in den Profileinstellungen an und kündigen Sie den Newsletter ab. Einige unserer Mitarbeiter können Mailinglisten mit E-Mail-Adressen einsehen. Auf diese Weise können Sie Ihre E-Mail-Adresse aus der Mailingliste entfernen, wenn Sie uns dazu auffordern.\n\n<p>Bitte beachten Sie, dass die Mailinglisten voneinander unabhängig sind. Wenn Sie keine Newsletter mehr erhalten möchten, müssen Sie sich von allen Mailinglisten abmelden. Selbst wenn Sie das tun, erhalten Sie immer noch kontobezogene E-Mails (z. B. Benachrichtigungen über den Auftragsstatus, E-Mails zum Zurücksetzen des Passworts und mehr). Wenn Sie entscheiden, dass Sie unseren Shop nicht mehr nutzen möchten und Ihre persönlichen Daten aus unserer Datenbank entfernt werden sollen (oder wenn Sie alle persönlichen Daten, die mit Ihrem Konto verbunden sind, erhalten möchten), senden Sie bitte eine E-Mail an[email].\n\n<p>Wenn Sie glauben, dass Ihre persönlichen Daten missbraucht wurden, haben Sie das Recht, eine Beschwerde bei einer Aufsichtsbehörde einzureichen. Wir sind durch die Allgemeine Datenschutzverordnung der EU verpflichtet, Sie auf dieses Recht hinzuweisen; wir beabsichtigen nicht, Ihre Daten zu missbrauchen'),
('de', 'newsletters.agreement_text_short_subscribe_to_newsletters', 'Ich bin damit einverstanden, dass meine persönlichen Daten <u> wie folgt verarbeitet werden</u> und ich möchte die folgenden Newsletter abonnieren:'),
('de', 'newsletters.new_subscribers', 'Neue Abonnenten'),
('de', 'newsletters.subscribe_to_newsletters', 'Newsletter: Newsletter abonnieren'),
('de', 'newsletters_menu_description', 'Newsletter erstellen und an Kunden senden'),
('de', 'newsletter_autoresponder', 'Automatischer Beantworter des Newsletters'),
('de', 'newsletter_autoresponders', 'Newsletter Autoresponder'),
('de', 'newsletter_template', 'Newslettervorlage'),
('de', 'newsletter_templates', 'Newsletter-Vorlagen'),
('de', 'news_plain', 'Eben'),
('de', 'new_administrator_account_created', 'Neues Administrator-Konto wurde erfolgreich erstellt.'),
('de', 'new_administrator_password', 'Neues Administrator Passwort'),
('de', 'new_attachment', 'Neuer Anhang'),
('de', 'new_campaign', 'Neue Kampagne'),
('de', 'new_category', 'Neue Kategorie'),
('de', 'new_certificate', 'Neuer Gutschein'),
('de', 'new_chart', 'Neues Diagramm'),
('de', 'new_combination', 'neue Kombinationen hinzufugen'),
('de', 'new_credit_card', 'Neue Kreditkarte'),
('de', 'new_currency', 'Neue Währung'),
('de', 'new_customer', 'Neuer Kunde'),
('de', 'new_domains', 'Neue Domains'),
('de', 'new_emails', 'Neue E-Mail-Adressen'),
('de', 'new_feature', 'neue Eigenschaft'),
('de', 'new_file', 'Neue Datei'),
('de', 'new_filter', 'Neuer Filter'),
('de', 'new_folder', 'Neuer Ordner'),
('de', 'new_form', 'Neues Formular'),
('de', 'new_group', 'Neue Gruppe'),
('de', 'new_invoice_langvar_upgrade_notification_message', '<p>A new language variable called <b>invoice_heading</b> has been added. You can use it to alter the title of your invoices as you see fit without altering the word \"Invoice\" in other parts of the store. The values for <b>invoice_heading</b> have been copied from the values of the <b>invoice</b> language variable.</p><p>Please note that whether or not the language variable appears in your invoices depends on <a href=\"http://docs.cs-cart.com/latest/user_guide/look_and_feel/documents/enable_document_editor.html\">whether or not you use the email template and document editors</a>:</p><ul><li>If you use the editors, then you\'ll have to add the new language variable to your invoice manually.</li><li>If you use the old way of editing documents (via TPL files), then the new language variable is already included in the default TPL files.</li></ul>'),
('de', 'new_invoice_langvar_upgrade_notification_title', 'New language variable for invoice heading'),
('de', 'new_ips', 'Neue IP-Adressen'),
('de', 'new_items', 'New items'),
('de', 'new_language', 'Neue Sprache'),
('de', 'new_language_variable', 'Neue Sprach-Variable'),
('de', 'new_layout', 'Neues Layout'),
('de', 'new_link', 'Neuer Link'),
('de', 'new_localization', 'Neue Lokalisierung (localization)'),
('de', 'new_location', 'Neue Location'),
('de', 'new_mailing_lists', 'Neuer Verteiler'),
('de', 'new_menu', 'Neues Menu'),
('de', 'new_option', 'Neue Option'),
('de', 'new_page', 'Neue Seite'),
('de', 'new_payments', 'neue Zahlungsmethode'),
('de', 'new_payout', 'Neue Auszahlung'),
('de', 'new_poll', 'Neue Umfrage'),
('de', 'new_post', 'Neue Nachricht (Post)'),
('de', 'new_product', 'Neues Produkt'),
('de', 'new_profile', 'Neues Profil'),
('de', 'new_profile_field', 'Neues Profilfeld'),
('de', 'new_profile_notification', 'Neue  Profil Benachrichtigung'),
('de', 'new_promotion', 'Neue Aktion (Promotion)'),
('de', 'new_question', 'Neue Frage'),
('de', 'new_rate_area', 'Neuer Tarifbereich'),
('de', 'new_reason', 'Neuer Grund'),
('de', 'new_report', 'neuen Bericht hinzufugen'),
('de', 'new_rule', 'Neue Regel'),
('de', 'new_saved_search', 'Neue Suche erstellen und speichern'),
('de', 'new_section', 'Neue Sektion'),
('de', 'new_setting_value', 'Neuer Wert'),
('de', 'new_shipment', 'Neuer Versand'),
('de', 'new_shipment_was_created', 'Neuer Versand wurde erstellt'),
('de', 'new_shipping_method', 'Neue Versandmethode'),
('de', 'new_site_map_section', 'neue Sitemap-Sektion'),
('de', 'new_states', 'neue(s) Bundesländ(er) für gewähltes Land'),
('de', 'new_status', 'Neuer Status'),
('de', 'new_store_location', 'Neuer Standort'),
('de', 'new_subscribers', 'Neue Abonnenten'),
('de', 'new_tab', 'Neuer Tab (Registerreiter)'),
('de', 'new_tax', 'Neue Steuer (Tax)'),
('de', 'new_text_ultimate_license_required', 'A special edition of [product] that offers an unlimited number of storefronts. If you switch to <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see the message about the storefront limit again.'),
('de', 'new_usergroups', 'Neue Benutzergruppe(n)'),
('de', 'new_user_profile', 'Neues Benutzerprofil'),
('de', 'new_vendor', 'Neuer Verkäufer'),
('de', 'new_version', 'New version'),
('de', 'new_withdrawal', 'New withdrawal'),
('de', 'new_zealand', 'Neuseeland'),
('de', 'next', 'Weiter'),
('de', 'next_step', 'Nächster Schritt'),
('de', 'ne_add_subscribers_from_users', 'Abonnenten von der Benutzerliste hinzufügen'),
('de', 'ne_warning_subscr_email_exists', '<b>[email]</b> ist bereits in der Abonnenten-Liste eingetragen!'),
('de', 'no', 'Nein'),
('de', 'nocombination', 'Leider ist diese Kombination nicht zugänglich'),
('de', 'none', 'Keine'),
('de', 'non_writable_directories', 'Die folgenden Verzeichnisse haben keine Schreibrechte'),
('de', 'normal', 'Normal'),
('de', 'norway', 'Norwegen'),
('de', 'norwegian', 'Norwegisch'),
('de', 'note', 'Bemerkung'),
('de', 'notes', 'Bemerkungenen'),
('de', 'notice', 'Mitteilung'),
('de', 'notice_too_many_decimals', 'Sie haben [DECIMALS] dezimale Stellen für [CURRENCY] festgelegt. Die maximale Anzahl der unterstützten Dezimalpositionen ist 2. Werte die länger sind werden als Nulle dargestellt.'),
('de', 'notice_undeliverable_products_removed', 'Nicht lieferbare Produkte wurden aus Ihrem Warenkorb entfernt. Sie können mit Ihrem Einkauf fortfahren.'),
('de', 'notice_update_customer_details', 'E-Mail-Adresse wurde von Kunde im eigenen Profil geändert. Haken Sie die Checkbox ab um Details der Bestellung zu aktualisieren'),
('de', 'notification.upgrade_available.message', 'A new version of [product] is available. If you want to upgrade to the latest version now, click here.'),
('de', 'notification.upgrade_available.title', 'Upgrade available'),
('de', 'notifications', 'Notifications'),
('de', 'notifications_center.notifications', 'Notifications'),
('de', 'notifications_center.no_notifications', 'No notifications'),
('de', 'notifications_center.section.administration', 'Administration'),
('de', 'notifications_center.section.all', 'All'),
('de', 'notifications_center.section.communication', 'Communication'),
('de', 'notifications_center.section.other', 'Other'),
('de', 'notifications_center.section.products', 'Products'),
('de', 'notifications_center.tag.administration.license', 'Licence'),
('de', 'notifications_center.tag.administration.update', 'Update'),
('de', 'notifications_center.tag.messages', 'Messages'),
('de', 'notifications_center.tag.other', 'Other'),
('de', 'notification_template.tab.email', 'Email'),
('de', 'notification_template.tab.internal', 'On-site'),
('de', 'notify_customer', 'Kunden benachrichtigen'),
('de', 'notify_orders_department', 'Bestellungs Abteilung benachrichtigen'),
('de', 'notify_supplier', 'Lieferanten benachrichtigen'),
('de', 'notify_user', 'Benutzer benachrichtigen'),
('de', 'notify_vendor', 'Verkäufer benachrichtigen'),
('de', 'notify_vendors_by_email', 'Verkäufer per E-Mail benachrichtigen'),
('de', 'notify_vendor_by_email', 'Notify vendor by e-mail'),
('de', 'notify_when_back_in_stock', 'Benachrichtigen Sie mich wenn dieses Produkt wieder auf Lager ist.'),
('de', 'not_active', 'Nicht aktiv'),
('de', 'not_active_file_notice', 'Diese Datei ist nur nach der Genehmigung des Administrators zum Download verfügbar.'),
('de', 'not_approved', 'Nicht genehmigt'),
('de', 'not_a_member', 'Kein Mitglied'),
('de', 'not_checked', 'Not checked'),
('de', 'not_installed', 'Nicht installiert'),
('de', 'not_scroll_automatically', 'Nicht automatisch scrollen'),
('de', 'no_active_storefronts', 'No active storefronts'),
('de', 'no_autoresponder', 'Kein automatischer Beantworter'),
('de', 'no_categories_available', 'Keine Kategorien verfügbar'),
('de', 'no_data', 'Keine Daten gefunden'),
('de', 'no_data_found', 'Keine Daten gefunden, die Ihren eingegebenen Suchkriterien entsprechen.'),
('de', 'no_files', 'Keine Dateien'),
('de', 'no_hidden_elements_second_level_view', 'AB: Number of visible elements of the 2-level menu'),
('de', 'no_hidden_elements_second_level_view.tooltip', 'This setting limits the number of third-level menu items, displayed in the menu structure. The remaining elements of the third level will be displayed when clicking on the <b>More</b> link'),
('de', 'no_image', 'Kein Bild'),
('de', 'no_items', 'Keine Elemente definiert'),
('de', 'no_items_found', 'Keine Artikel gefunden, die mit den Suchkriterien übereinstimmen'),
('de', 'no_manager_assigned', 'No manager assigned'),
('de', 'no_menus', 'Keine Menus'),
('de', 'no_modified_core_files_found', 'Keine geänderten Kerndateien gefunden'),
('de', 'no_posts_found', 'Keine Beiträge gefunden.'),
('de', 'no_products_for_shipment', 'Keine Produkte für den Versand'),
('de', 'no_products_selected', 'Keine Artikel selektiert'),
('de', 'no_rates_for_empty_cart', '<p class=\"error-text\" align=\"center\"> Leider ist Ihr Warenkorb leer und die Versandkosten können nicht geschätzt werden.</p>'),
('de', 'no_rates_for_empty_cart_warning', 'Dein Warenkorb ist leer und die Versandkosten können nicht geschätzt werden.'),
('de', 'no_return_requests_found', 'Keine Anfragen auf Rückgabe gefunden'),
('de', 'no_shipping_required', 'Kein Versand erforderlich'),
('de', 'no_such_coupon', 'Es gibt keinen solchen Rabatt-Gutschein.<br> Bitte versuchen Sie es erneut.'),
('de', 'no_template', 'Keine Vorlage'),
('de', 'no_themes_available', 'Keine Templates (Themes) verfügbar'),
('de', 'no_users_found', 'Keine Benutzer gefunden'),
('de', 'number', 'Nummer'),
('de', 'number_of_columns', 'Anzahl Spalten in der Objektliste'),
('de', 'n_banners', '[n] banner|[n] banners'),
('de', 'n_categories', '[n] category|[n] categories'),
('de', 'n_days', '[n] day|[n] days'),
('de', 'n_filters', '[n] filter|[n] filters'),
('de', 'n_pages', '[n] page|[n] pages'),
('de', 'n_polls', '[n] poll|[n] polls'),
('de', 'n_posts', '[n] post|[n] posts'),
('de', 'n_products', '[n] product|[n] products'),
('de', 'n_profile_fields', '[n] profile field|[n] profile fields'),
('de', 'n_tags', '[n] tag|[n] tags'),
('de', 'n_vendors', '[n] vendor|[n] vendors'),
('de', 'object', 'Objekt'),
('de', 'objects_per_page', '[n] pro Seite'),
('de', 'object_does_not_exist', 'Objekt existiert nicht'),
('de', 'object_exists', 'Objekt mit dem gleichen Namen existiert bereits. Wollen Sie die Datei überschreiben?'),
('de', 'object_not_found', 'Das [object] wurde nicht gefunden'),
('de', 'of', 'von'),
('de', 'off', 'Aus'),
('de', 'offline', 'Offline'),
('de', 'offset', 'Ausgleich'),
('de', 'ogone.sha_in', 'SHA-IN pass phrase'),
('de', 'ogone_direct.config_info', 'Enter SHA-IN pass phrase both here and on the Ingenico administation panel.<br><br>For new Ingenico accounts created since May 11th, 2010, the new SHA policy is automatically active.<br/>Please do not forget to select the \"Use new SHA signature policy\" checkbox.'),
('de', 'ogone_web.config_info', 'Please set the following URL in the Technical Information section on the Ingenico administation panel as the <b>URL of the merchant\'s post-payment page</b> for all cases (\"accepted\", \"on hold\", \"uncertain\", \"canceled by the client\", \"too many rejections by the acquirer\"): <code>[r_url]</code><br>Select \"Always deferred (not immediately after the payment)\" for the <b>Timing of the request</b>.<br>Enter SHA-IN and SHA-OUT pass phrases both here and on the Ingenico administation panel.'),
('de', 'ogone_web.sha_out', 'SHA-OUT pass phrase'),
('de', 'ok', 'OK'),
('de', 'old_price', 'Alter Preis'),
('de', 'on', 'von'),
('de', 'onboarding_adicionar_socio_extra', 'Adicionar Sócio Extra'),
('de', 'onboarding_bairro', 'Bairro'),
('de', 'onboarding_cadastro_do_cliente', 'Cadastro do cliente'),
('de', 'onboarding_celular', 'Celular'),
('de', 'onboarding_cnpj', 'CNPJ'),
('de', 'onboarding_complemento', 'Complemento'),
('de', 'onboarding_confirmar_senha', 'Confirmar Senha'),
('de', 'onboarding_continuar', 'Continuar'),
('de', 'onboarding_cpf', 'CPF'),
('de', 'onboarding_identificacao_empresarial', 'Identificação empresarial'),
('de', 'onboarding_informacao_pessoal', 'Informação Pessoal'),
('de', 'onboarding_inscricao_estadual', 'Inscrição Estadual'),
('de', 'onboarding_inscricao_municipal', 'Inscrição Municipal'),
('de', 'onboarding_municipio', 'Município'),
('de', 'onboarding_nome_completo', 'Nome Completo'),
('de', 'onboarding_nome_completo_do_titular', 'Nome Completo do Titular'),
('de', 'onboarding_nome_da_loja', 'Nome da loja'),
('de', 'onboarding_nome_da_mae', 'Nome da Mãe'),
('de', 'onboarding_nome_fantasia', 'Nome Fantasia'),
('de', 'onboarding_pf_titulo', 'Cadastro Pessoa Física (CPF)'),
('de', 'onboarding_pj_titulo', 'Cadastro Empresarial (CNPJ)'),
('de', 'onboarding_previous', 'Previous'),
('de', 'onboarding_razao_social', 'Razão Social'),
('de', 'onboarding_responsavel_da_conta', 'Responsável da Conta'),
('de', 'onboarding_rg', 'RG'),
('de', 'onboarding_rua', 'Rua'),
('de', 'onboarding_socios', 'Sócios'),
('de', 'onboarding_telefone_fixo', 'Telefone Fixo'),
('de', 'onboarding_termos_e_condicoes', 'Termos e Condições'),
('de', 'onboarding_texto_de_introducao_loja_empresarial', 'Texto de introdução'),
('de', 'onboarding_texto_de_introducao_loja_pessoal', 'Texto de introdução'),
('de', 'onboarding_titulo_de_selecao_de_conta', 'PARTIU SE CADASTRAR E VENDER MUITO ?'),
('de', 'onboarding_validacao_de_dados', 'Validação de dados'),
('de', 'onboarding_validacao_de_dados_descricao', 'Validação utilizada para que ninguém possa criar uma conta utilizando seus dados'),
('de', 'onboarding_validar', 'Validar'),
('de', 'onboarding_validar_email', 'Validar e-mail'),
('de', 'onboarding_validar_email_descricao', 'Ele será utilizado para recuperar a sua conta.'),
('de', 'onboarding_validar_telefone', 'Validar telefone'),
('de', 'onboarding_validar_telefone_descricao', 'Ele será utilizado para recuperar a sua conta caso você perca o acesso ao seu email.'),
('de', 'once_per_customer', 'Einmal (1) pro Kunde'),
('de', 'onclick_dropdown', 'Onclick Dropdown Menu'),
('de', 'one_click_template_title', 'Selecione o cartão'),
('de', 'online_only', 'Nur Online'),
('de', 'on_backorder', 'On backorder'),
('de', 'on_off', 'Ein/Aus'),
('de', 'on_sale', 'Rabattiert'),
('de', 'on_site_layout_editing', 'Editing layout page: [page]'),
('de', 'on_site_live_editing', 'Direkte Bearbeitung auf der Seite'),
('de', 'on_site_template_editing', 'Template-Bearbeitung direkt im Frontend'),
('de', 'open', 'Offen'),
('de', 'open_action', 'Offen'),
('de', 'open_file_or_create_new', 'Öffne eine Datei oder erstelle eine Neue um anzufangen.'),
('de', 'open_hours', 'Open hours'),
('de', 'open_in_new_window', 'In neuem Fenster öffnen'),
('de', 'open_selected_storefronts', 'Open selected'),
('de', 'open_store', 'Store öffnen'),
('de', 'optimize_database', 'Datenbank optimieren'),
('de', 'optimizing_table', 'Tabelle optimieren'),
('de', 'options', 'Optionen'),
('de', 'options_for', 'Optionen für'),
('de', 'options_have_been_applied_to_products', 'Optionen wurden erfolgreich für die selektierten Produkten angewendet'),
('de', 'options_menu_description', 'Globale Produkt Optionen und Optionen Varianten in Ihrem Store verwalten.'),
('de', 'options_settings', 'Einstellung Optionen'),
('de', 'options_type', 'Typ der Optionen'),
('de', 'option_combinations', 'Option Kombinationen'),
('de', 'option_exceptions', 'Option exceptions'),
('de', 'option_name', 'Option Name'),
('de', 'option_unlinked', 'Allgemeine Option \"[option_name]\" ist vom Produkt getrennt worden'),
('de', 'option_variants', 'Option Varianten'),
('de', 'opt_currency_name', 'Name der Währung anzeigen'),
('de', 'opt_currency_symbol', 'Währungs-Symbole statt Namen anzeigen'),
('de', 'opt_language_icon', 'Sprach-Symbole statt Namen verwenden'),
('de', 'opt_language_name', 'Name der Sprachen anzeigen'),
('de', 'or', 'oder'),
('de', 'order', 'Bestellung'),
('de', 'ordered_products', 'Bestellte Produkte'),
('de', 'orders', 'Bestellungen'),
('de', 'orders_not_allow_to_change_company', 'Firma wurde nicht geändert. Es ist nicht erlaubt die Firma zu ändern wenn Bestellung bearbeitet wird.'),
('de', 'orders_no_items', 'Obige \"Zum Produkt hinzufügen\" Taste verwenden um Produkte zur Bestellung hinzuzufügen.'),
('de', 'order_by_status', 'Bestellung nach Status'),
('de', 'order_date', 'Bestellungs Datum'),
('de', 'order_details', 'Details der Bestellung'),
('de', 'order_discount', 'Bestellungs Discount'),
('de', 'order_id', 'ID Bestellung'),
('de', 'order_info', 'Bestellungsinformation'),
('de', 'order_items', 'Bestellte Artikel'),
('de', 'order_landing_page', 'Angezeigte Seite nach der Bestellung'),
('de', 'order_management', 'Bestellung verwalten'),
('de', 'order_placed', 'Ihre Bestellung wurde plaziert.'),
('de', 'order_prefix', 'Bestellungs Präfix'),
('de', 'order_returns', 'Bestellung'),
('de', 'order_search', 'Bestellung suchen'),
('de', 'order_status', 'Status der Bestellung'),
('de', 'order_statuses', 'Status der Bestellungen'),
('de', 'order_statuses_menu_description', 'Neuer Status hinzufügen oder existierende bearbeiten.'),
('de', 'order_total', 'Bestellungen gesamt'),
('de', 'order_total_not_correct', 'Der bezahlte Totalbetrag stimmt nicht mit dem Bestellungstotal überein'),
('de', 'order_total_will_changed', 'Die Bestellsumme werden geändert am'),
('de', 'order_was_not_placed', 'Bestellung wurde nicht plaziert'),
('de', 'original', 'Original'),
('de', 'origination', 'Herkunft'),
('de', 'or_saved_search', 'oder irgend ein Artikel aus der gespeicherten Suche'),
('de', 'or_use', 'oder benutzen Sie'),
('de', 'others', 'Andere'),
('de', 'other_addons', 'Andere Add-ons'),
('de', 'other_notification', 'Other'),
('de', 'our_brands', 'Unsere Marken'),
('de', 'output', 'Ausdruck'),
('de', 'outside_navigation', 'Außennavigation'),
('de', 'out_of_stock_actions', 'Handlung bei Produke nicht auf Lager'),
('de', 'out_of_stock_products', 'Nicht auf Lager'),
('de', 'override_by_dispatch', 'Positionen überschreiben nach Position-Typ'),
('de', 'override_by_this', 'Diesen Inhalt für alle Block-Instanzen verwenden'),
('de', 'override_exchange_rate', 'Override exchange rate'),
('de', 'override_gc_points', 'Globalen-/Kategoriepunktwert für diesen Artikel abschalten'),
('de', 'override_gc_points_brief', 'Globale Punkte/Kategoriepunkte abschalten'),
('de', 'override_g_points', 'Globalen Punktewert für alle Artikel in dieser Kategorie abschalten'),
('de', 'override_per', 'Globale PER übergehen'),
('de', 'override_points', 'Override points'),
('de', 'override_product_data', 'Werte auf alle selektierten Produkte anwenden'),
('de', 'overwrite', 'Overwrite'),
('de', 'overwrite_selected_settings', 'Ausgewählte Einstellungen überschreiben'),
('de', 'owner', 'Besitzer'),
('de', 'p21agree', 'Geben Sie bitte in das dafür vorgesehene Feld \"Stimme zu\" oder \"Stimme nicht zu\" ein'),
('de', 'p21agree_tooltip', 'Mit der Eingabe von AGREE in das untenstehende Feld leiste ich meine Unterschrift als Vollmacht an Payment21&reg;, um den von mir eingegebenen Betrag elektronisch von meinem Konto abzubuchen. Ich verstehe und ermächtige den Händler ausdrücklich, wenn meine eCheck-Zahlung aus irgendeinem Grund nicht eingelöst oder zurückgegeben wird, meinem Konto den Betrag der eCheck-Zahlung zuzüglich einer NSF-Gebühr elektronisch zu belasten, um die staatliche Höchstgrenze nicht zu überschreiten. Ich werde diese Seite drucken oder für meine Unterlagen speichern. Ich kann 1-888-770-0850 für den 24/7-Support bei allen Fragen zu diesem Zahlungsvorgang anrufen.'),
('de', 'package', 'Paket'),
('de', 'packages', 'Verpackungen'),
('de', 'package_type', 'Verpackungstyp'),
('de', 'packing_slip', 'Lieferschein'),
('de', 'packing_slip_for_order', 'Lieferschein für Bestellung'),
('de', 'page', 'Seite'),
('de', 'pages', 'Seiten'),
('de', 'pages_menu_description', 'Umfragen, Seiten, Formulare und Links erstellen und publizieren.'),
('de', 'page_cloned', 'Die Seite <b>[page]</b> wurde erfolgreich geklont (kopiert). Sie können jetzt die neue Seite bearbeiten'),
('de', 'page_id', 'Seiten ID'),
('de', 'page_link', 'Seiten URL'),
('de', 'page_name', 'Seitenname'),
('de', 'page_not_found', 'Seite nicht gefunden'),
('de', 'page_not_found_text', 'Die von Ihnen angeforderte Seite kann nicht gefunden werden.'),
('de', 'page_target_url', 'Target URL'),
('de', 'page_title', 'Seitentitel'),
('de', 'page_url', 'Page URL'),
('de', 'pagination_range', '<span>[pagination.range_from]</span>–<span>[pagination.range_to]</span>&nbsp;of&nbsp;[pagination.total_items]'),
('de', 'paid_amount', 'Bezahlter Betrag'),
('de', 'pair_type', 'Pair type'),
('de', 'param', 'Parameter'),
('de', 'parameter', 'Objekt zu analysieren'),
('de', 'parameter_name', 'Parameter Name'),
('de', 'parent_category', 'Stamm Kategorie'),
('de', 'parent_category_id', 'Übergeordnete Kategorie'),
('de', 'parent_item', 'Stamm Artikel'),
('de', 'parent_page', 'Stamm Seite (root)'),
('de', 'parent_page_id', 'Übergeordnete Seite'),
('de', 'partiuhub_continuar_compras', 'Continuar compras'),
('de', 'partiuhub_numero_do_pedido', 'Numero do pedido - '),
('de', 'partiuhub_planos_vendedores.vendor_groups', 'Grupos dos vendedores'),
('de', 'partiuhub_status_rastreamento_1', 'O vendedor já postou o seu produto!'),
('de', 'partiuhub_status_rastreamento_2', 'Olha que legal, o seu produto ja esta em transito!'),
('de', 'partiuhub_status_rastreamento_3', 'O seu produto ja PARTIU para o seu endereço!'),
('de', 'partiuhub_status_rastreamento_4', 'Chegou! PARTIU aproveitar!!!! '),
('de', 'partiuhub_tente_novamente', 'Tente novamente mais tarde!'),
('de', 'partner', 'Partner'),
('de', 'passphrase', 'Passwort/Satz (passphrase)'),
('de', 'passport_number', 'Passnummer'),
('de', 'password', 'Passwort'),
('de', 'path_to_files', 'Kompletter Pfad zu \"atos\" Deteien'),
('de', 'pause_delay', 'Verzögerung pausieren'),
('de', 'payflowcolor', 'Payflow Farbe'),
('de', 'payment', 'Zahlung'),
('de', 'payments', 'Zahlungen'),
('de', 'payments.cresecure.location_notice', '<b>Bitte beachten Sie:</b><br>1. Für diese Zahlung muss die Option https Checkout aktiviert sein!<br>2. Standardmäßig wird der Checkout-Standort einem Benutzer bei der Zahlungsabwicklung angezeigt. Um einen anderen Standort anzuzeigen, erstellen Sie einen neuen Standort mit dem Bericht \'checkout.cresecure_template\' in the <a href=\"[url]\" target=\"_blank\">Layout manager</a>.'),
('de', 'payments.epdq.bgcolor', 'Hintergrundfarbe'),
('de', 'payments.epdq.btn_bgcolor', 'Hintergrundfarbe für Taste'),
('de', 'payments.epdq.btn_textcolor', 'Textfarbe für Tasten'),
('de', 'payments.epdq.font_type', 'Schriftart'),
('de', 'payments.epdq.hash_error', 'Entschuldigung die Hash-String (Kette) stimmt nicht übereien'),
('de', 'payments.epdq.instructions', '<ol><li><p>Enter the following URL in the \"Technical information\"→\"Transaction feedback\" section in the ePDQ admin area:</p><p>for the \"accepted\" and \"cancelled\" payments: [url]</p></li><li>Make sure that the \"Timing of the request\" is set to \"Always online\", and \"Request method\" is set to \"POST\"</li><li>Define the \"SHA-OUT pass phrase\" value in the ePDQ admin area as you like, then duplicate it in the \"SHA-IN pass phrase\" field in the \"Data and origin verification\" section, and also in the \"Pass-phrase\" field below</li><li>Make sure that the \"Default operation code\" option in the ePDQ admin area has the same value as the \"Transaction type\" option value below</li><li>Set the \"Hash algorithm\" parameter to \"SHA-1\" in the \"Global security parameters\" section in the ePDQ admin area</li></ol>'),
('de', 'payments.epdq.pspid', 'EPDQ pspid'),
('de', 'payments.epdq.tbl_bgcolor', 'Hintergrundfarbe der Tabelle'),
('de', 'payments.epdq.tbl_textcolor', 'Tabellen-Textfarbe'),
('de', 'payments.epdq.textcolor', 'Textfarbe'),
('de', 'payments.epdq.title', 'Titel'),
('de', 'payments.eway_rapidapi_rsp.header_text', 'Text Kopfzeile'),
('de', 'payments.globalpayments.connector_error', 'Your Global Payments account has been suspended. Contact Global Payments support for further information.'),
('de', 'payments.globalpayments.globalpayments_error', 'Error with Global Payments systems'),
('de', 'payments.globalpayments.referring_ip', 'Please supply the IP address of your server to your Global Payments account manager'),
('de', 'payments.globalpayments.referring_url', 'Please supply this URL to your Global Payments account manager'),
('de', 'payments.globalpayments.text_status_map', 'Global Payments to [product] order status conversion map'),
('de', 'payments.layout_a', 'Layout A'),
('de', 'payments.layout_b', 'Layout B'),
('de', 'payments.layout_c', 'Layout C'),
('de', 'payments.paypal_adv_layout', 'Layout'),
('de', 'payments.qbms.app_token', 'App Token'),
('de', 'payments.qbms.configuration_required', '<p>Fill in the fields below and save the changes:<br>- App Token<br>- OAuth Consumer Key<br> - OAuth Consumer Secret</p><p>Click \"Connect to QuickBooks\" button that will appear instead of this message to finish payment configuration.</p>'),
('de', 'payments.qbms.configure_payment_method', '<p>How to configure the payment method:</p><p>1. <a target=\"_blank\" href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/authentication-and-authorization/oauth-2.0#obtain-oauth2-credentials-for-your-app\">Obtain OAuth 2.0 credentials</a> from QuickBooks Online application and copy them to the payment method settings in [product].</p><p>2. Click \"Create\", then open the settings of this payment method again to finish its configuration.</p>'),
('de', 'payments.qbms.oauth_client_id', 'OAuth Client Id'),
('de', 'payments.qbms.oauth_client_secret', 'OAuth Client Secret'),
('de', 'payments.qbms.oauth_consumer_key', 'OAuth Consumer Key'),
('de', 'payments.qbms.oauth_consumer_secret', 'OAuth Consumer Secret'),
('de', 'payments.qbms.quickbooks_connection', 'QuickBooks Connection'),
('de', 'payments.qbms.renew_token', 'Press \"Connect to QuickBooks\" to renew the token.'),
('de', 'payments.qbms.tip_fill_redirect', '<p>- In the QuickBooks application, copy the following value into the Redirect URI field:</p><p>[url]</p><p>- Click the \"Connect to QuickBooks\" button.</p>'),
('de', 'payments.qbms.token_expired', 'The token has expired.'),
('de', 'payments.qbms.token_expires', 'The token expires on <b>[date]</b> at <b>[time]</b>.'),
('de', 'payments.qbms.upgrade_notification_text', '<p>The latest version of [product] has different settings for payment methods if you use QB Merchant Service as a Processor.</p><p>If you want to use the payment methods, do this:</p><ul><li>go to Administration > Payment methods</li><li>choose the payment method that uses QB Merchant Service as a Processor</li><li>switch to the Configure tab</li><li>enter the proper App Token, OAuth Consumer Key and OAuth Consumer Secret</li><li>perform connection to QuickBooks</li></ul>'),
('de', 'payments.qbms.upgrade_notification_title', 'QB Merchant Service payment processor changes'),
('de', 'payments.qbms.upgrade_oauth20_notification_text', '<p>Online stores now connect to QuickBooks Merchant Services differently. Your payment methods that use QB Merchant Services as a processor need to be reconfigured, or else they will no longer work. To make them work:</p><p>1. Switch your Quickbooks app to OAuth 2.0.</p><p>2. Copy <i>OAuth Client ID</i> and <i>OAuth Client Secret</i> from the app to the payment method settings in [product].</p><p>3. Change the status of the payment method to <i>Active</i></p><p>4. Save your changes and use the <i>Connect to QuickBooks</i> button to finish payment configuration.</p><p><a href=\"[payments_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">View my payment methods</a></p>'),
('de', 'payments.qbms.upgrade_oauth20_notification_title', 'Payment methods: Change QB Merchant Services settings'),
('de', 'payments.realex.3d_secure_message', '3-D Secure message'),
('de', 'payments.realex.auto_settled', 'Auto-settled'),
('de', 'payments.realex.avs.matched', 'Übereinstimmend'),
('de', 'payments.realex.avs.not_matched', 'Not matched'),
('de', 'payments.realex.avs.partial_match', 'Partial match'),
('de', 'payments.realex.avs.problem_with_check', 'Problem with check'),
('de', 'payments.realex.avs.unable_to_check', 'Unable to check'),
('de', 'payments.realex.avs_address', 'AVS-Adresse'),
('de', 'payments.realex.avs_postcode', 'AVS-Postcode'),
('de', 'payments.realex.bank_error', 'Fehler beim Banksystem'),
('de', 'payments.realex.card_lost_or_stolen', 'Karte verloren oder gestohlen gemeldet'),
('de', 'payments.realex.cavv', 'CAVV'),
('de', 'payments.realex.connector_error', 'Your Realex account has been suspended. Contact Realex support for further information.'),
('de', 'payments.realex.delayed_settlement', 'Delayed settlement'),
('de', 'payments.realex.eci', 'ECI'),
('de', 'payments.realex.incorrect_request', 'Incorrect XML message formation or content'),
('de', 'payments.realex.incorrect_valid_trhu', 'Incorrect values of \'Valid thru\' fields.'),
('de', 'payments.realex.liability_shift', 'Liability Shift'),
('de', 'payments.realex.liability_shift_required', 'Liability Shift required'),
('de', 'payments.realex.realex_error', 'Error with Realex systems'),
('de', 'payments.realex.referring_ip', 'Please supply the IP address of your server to your Realex Payments account manager'),
('de', 'payments.realex.referring_url', 'Please supply this URL to your Realex Payments account manager'),
('de', 'payments.realex.refferal', 'Per Banküberweisung'),
('de', 'payments.realex.result_code', 'Ergebniscode'),
('de', 'payments.realex.result_message', 'Ergebnismeldung'),
('de', 'payments.realex.settlement', 'Settlement'),
('de', 'payments.realex.subaccount', 'Subaccount'),
('de', 'payments.realex.text_status_map', 'Realex to CS-Cart order status conversion map'),
('de', 'payments.realex.transaction_order_id', 'Transaction Order ID'),
('de', 'payments.realex.transaction_pasref', 'Transaction PASREF'),
('de', 'payments.realex.tss_result', 'TSS'),
('de', 'payments.realex.wrong_card_type', 'This payment is unavailable for this type of credit cards.'),
('de', 'payments.realex.xid', 'XID'),
('de', 'payments.rocketgate.avs_mode', 'AVS-Modus'),
('de', 'payments.rocketgate.ignore', 'Ignorieren'),
('de', 'payments.rocketgate.scrub_mode', 'SCRUB-Modus'),
('de', 'payments.signin_to_checkout', '<a href=[url]>Anmelden</a> um zur Kasse zu gehen'),
('de', 'payments_tab1', 'Kreditkarte'),
('de', 'payments_tab2', 'Internet Zahlungen'),
('de', 'payments_tab3', 'Andere Zahlungsoptionen'),
('de', 'payment_amount', 'Zahlungsbetrag'),
('de', 'payment_category', 'Zahlungskategorie'),
('de', 'payment_category_note', 'Zahlungskategorien Tabs (Registerkarten) werden NICHT angezeigt wenn alle aktiven Zahlungen der gleichen Kategorie gehören'),
('de', 'payment_details', 'Zahlungsdetails'),
('de', 'payment_form_url', 'URL Zahlungsformular'),
('de', 'payment_id', 'Zahlungs-ID'),
('de', 'payment_info', 'Zahlungstyp'),
('de', 'payment_information', 'Zahlungsinformationen'),
('de', 'payment_instructions', 'Zahlungs Anleitung'),
('de', 'payment_method', 'Zahlungsmethode'),
('de', 'payment_methods', 'Zahlungsmethoden'),
('de', 'payment_method_not_found', 'Zahlungsmethode nicht gefunden. Es könnte deaktiviert worden sein oder es ist ein technisches Problem aufgetreten. Bitte wählen Sie eine Zahlungsmethode und versuchen Sie es erneut.'),
('de', 'payment_response_password', 'Zahlungs-Antwort Passwort'),
('de', 'payment_surcharge', 'Zahnlungszuschlag'),
('de', 'payment_type', 'Zahlungsmethode'),
('de', 'paypal.addon_is_disabled_notice', 'Das <b>PayPal Payment</b> Add-on ist deaktiviert, weshalb du diese Zahlungsmethode nicht konfigurieren kannst.'),
('de', 'paypal.ipn_transaction_status', 'Transaktionsstatus: [status]'),
('de', 'paypal_authentication_method', 'PayPal Authentifizierungs Methode'),
('de', 'paypal_express_notice', 'A merchant ID is required for using <a href=\'https://developer.paypal.com/docs/classic/express-checkout/in-context\' target=\'_blank\'>In-Context Checkout feature</a> within this integration. You can look up your merchant ID by logging into <a href=\'https://www.paypal.com/\' target=\'_blank\'>https://www.paypal.com/</a>. Click the profile icon on the top right side of the page and then select <b>Profile and settings</b> in the <b>Business Profile</b> menu. (If you do not see the profile icon at the top of the page, click <b>Profile</b>, which appears in the top menu when the <b>My Account tab</b> is selected.) Click <b>My business info</b> on the left, and the <b>Merchant account ID</b> is displayed in the list of profile items on the right.'),
('de', 'paypal_ipn_note', 'Sofortige Zahlungsbestätigung (IPN) ist ein Dienst, der Händler von Ereignissen im Zusammenhang mit PayPal-Transaktionen automatisch benachrichtigt.<br>Wenn ein Kunde einen Auftrag erteilt und als Zahlungsmethode PayPal wählt, erhält die Bestellung den Status <b>Offen/Bestelleingang</b>.<br>PayPal sendet dann eine sofortige Zahlungsbestätigungsnachricht, die den Transaktionsstatus enthält. Diese Nachricht ändert dann den Status der Bestellung im Shop auf den Status der im Bestellablauf dafür vorgesehen ist.'),
('de', 'paypal_ipn_transaction_status', 'Transaktionsstatus'),
('de', 'paypal_item_name', 'Artikelname (oder Bezeichnung des Shopping-Carts)'),
('de', 'paypal_logo', 'PayPal-Logo'),
('de', 'paypal_sandbox', 'Testmodus'),
('de', 'paypal_seamless', 'Seamless checkout benutzen'),
('de', 'paypal_security_error', 'Ihre Bestellung wurde nicht abgeschlossen: das Empfänger PayPal-Konto ist falsch.'),
('de', 'paypal_use_in_context_checkout', 'Verwenden Sie den zugehörigen Checkout'),
('de', 'paypal_vendor', 'Verkäufer'),
('de', 'pay_by_points', 'Zahlung mit Punkten erlauben'),
('de', 'pay_from_email', 'Kunden E-mail'),
('de', 'pay_order_again', 'Bestellung noch einmal bezahlen'),
('de', 'pay_to_email', 'Händler Email Adresse (merchant)'),
('de', 'pdf_documents.activate_notification', 'PDF documents (such as invoices, packing slips, etc.) will now be generated at our cloud service: [service_url]. It works as follows: your store sends an HTML document and receives a PDF copy of it. We do not view, keep, or analyze any of your data that goes through that service.'),
('de', 'pdf_documents.disable_notification', 'The generation of PDF documents (such as invoices, packing slips, etc.) has been disabled. Your data will no longer go through our cloud service [service_url]. If you\'d like to generate PDF documents without using our cloud service, you\'re welcome to <a href=\"[helpdesk_url]\" target=\"_blank\">contact us via Help Desk</a> or configure it on your own.'),
('de', 'pending', 'Schwebend. Auf Bestätigung warten'),
('de', 'pending_return', 'Aguardando a aprovação'),
('de', 'pending_vendor_invitations', 'Pending vendor invitations'),
('de', 'pending_vendor_invitations_menu_description', 'Manage invitations to your marketplace for potential vendors.'),
('de', 'per', 'Pro [object]'),
('de', 'percent', 'Prozent'),
('de', 'percentage_discount', 'Percentage discount'),
('de', 'percent_range', 'Preisspanne (in % des eigentlichen Artikelpreises)'),
('de', 'period', 'Periode'),
('de', 'permissions_issue', 'Permissions issue'),
('de', 'person_name', 'Name'),
('de', 'per_item', 'Pro Artikel'),
('de', 'per_page', 'Pro Seite'),
('de', 'phone', 'Telefon'),
('de', 'phone1_label', 'Telefon'),
('de', 'phone2', 'International'),
('de', 'phone2_label', 'International'),
('de', 'phpinfo', 'PHP Information'),
('de', 'php_extension_missing', 'The [extension] PHP extension is not installed on your server'),
('de', 'pickup', 'Pickup'),
('de', 'pickup_address', 'Pickup address'),
('de', 'pickup_avail', 'Pickup avail'),
('de', 'pickup_destinations_ids', 'Pickup destinations ids'),
('de', 'pickup_id', 'Pickup ID'),
('de', 'pickup_phone', 'Pickup phone'),
('de', 'pickup_point_not_selected', 'Sorry, we couldn\'t determine your pickup point. Please choose a pickup point, so that we know where to deliver your order.'),
('de', 'pickup_surcharge', 'Pickup surcharge'),
('de', 'pickup_time', 'Pickup time'),
('de', 'pick_store', 'Store auswählen'),
('de', 'pie', 'Kuchen'),
('de', 'pie_3d', '3D Kuchen'),
('de', 'pixels', 'Pixels'),
('de', 'place_order', 'Bestellung erteilen'),
('de', 'placing_order', 'Ihre Bestellung wird übermittelt'),
('de', 'plain', 'Einfach'),
('de', 'plano_anuncio', 'Plano de Anúncio'),
('de', 'plans', 'Planos'),
('de', 'platform', 'Plattform'),
('de', 'please_be_patient', 'Bitte haben Sie Geduld'),
('de', 'please_copy_api_key', 'Bitte kopieren Sie den API-Schlüssel jetzt und bewahren Sie ihn auf. Sobald Sie die Änderungen speichern, wird dieser Schlüssel hier nicht mehr angezeigt. Wenn der Schlüssel verloren geht, ist die einzige Möglichkeit, den API-Zugriff wiederherzustellen, einen neuen Schlüssel auf dieser Seite zu generieren.'),
('de', 'please_enable_the_add_on_to_see_barcode', 'Bitte aktivieren Sie das Add-on, um ein Codebeispiel zu sehen.'),
('de', 'please_enter_license_here', 'Geben Sie hier Ihre Lizenznummer ein'),
('de', 'please_select_one', 'Bitte, eine Selektieren'),
('de', 'please_sign_in', 'Bitte anmelden'),
('de', 'points', 'Punkte'),
('de', 'points_in_use', 'Punkten im Einsatz'),
('de', 'points_in_use_lower', 'Punkten im Einsatz'),
('de', 'points_in_use_lowercase', '[n] Punkte im Einsatz|[n] Punkte im Einsatz'),
('de', 'points_lower', 'Punkte'),
('de', 'points_lowercase', '[n] Punkte|[n] Punkte'),
('de', 'points_to_use', 'Verfügbare Punkte'),
('de', 'point_payment', 'Punktezahlung'),
('de', 'point_price', 'Preis in Punkten'),
('de', 'polish', 'Polnisch'),
('de', 'poll', 'Umfrage'),
('de', 'polls', 'Umfragen '),
('de', 'polls_answers_with_comments', 'Antworten mit Kommentaren'),
('de', 'polls_first_submited', 'Erstes Umfragenformular eingereicht'),
('de', 'polls_have_completed', 'Sie haben bereits an dieser Umfrage teilgenommen.'),
('de', 'polls_last_submited', 'Letztes Umfragenformular eingereicht'),
('de', 'polls_total_completed', 'Anzahl der vollständig ausgefüllten Umfrageformulare'),
('de', 'polls_total_submited', 'Gesamtanzahl der eingereichten Umfrageformulare'),
('de', 'polls_total_votes', 'Stimmen insgesamt'),
('de', 'polls_votes', 'Abstimmungen'),
('de', 'poll_footer', 'Fußzeile in der Umfrage'),
('de', 'poll_header', 'Umfrage-Überschrift'),
('de', 'poll_results', 'Nachricht der Umfrage'),
('de', 'poll_results_everybody', 'jeder (in einem Pop-up-Fenster)'),
('de', 'poll_results_nobody', 'Niemand'),
('de', 'poll_results_voted', 'gewählte Benutzer'),
('de', 'poll_show_results', 'Umfrageergebnisse sichtbar für'),
('de', 'poll_statistics', 'Umfragestatistiken '),
('de', 'poor', 'ungenügend'),
('de', 'popularity', 'Popularität'),
('de', 'popup', 'Popup Fenster'),
('de', 'popup_larger_image', 'Popup Grosses Bild der zusätzlichen Miniaturen'),
('de', 'portugese', 'Portugiesisch'),
('de', 'posid', 'Pos ID'),
('de', 'position', 'Position'),
('de', 'positions_updated', 'Positionen der Artikel wurden aktualisiert'),
('de', 'position_short', 'Pos.'),
('de', 'postal_mail', 'Postsendung'),
('de', 'postauth', 'Postauth'),
('de', 'posted_by', 'Posted by'),
('de', 'post_description', 'Beitragsbeschreibung'),
('de', 'post_url', 'URL senden'),
('de', 'powered_by', 'Bereitgestellt von'),
('de', 'po_file', 'Wählen Sie eine Datei im PO- oder ZIP-Format aus'),
('de', 'po_file_is_incorrect', 'PO-Datei <b>\"[file]\"</b> enthält Syntaxfehler oder falsche Struktur.'),
('de', 'po_meta_error_validating_lang_code', 'Der Sprachcode in der Bestelldatei stimmt nicht mit dem der aktualisierten Sprache überein'),
('de', 'po_number', 'Auftragsnummer'),
('de', 'pp_currency_is_incorrect', 'Die für die Zahlung verwendete Währung unterscheidet sich von der Auftragswährung.'),
('de', 'pp_mode', 'PayPal-Modus'),
('de', 'pp_product_count_is_incorrect', 'Anzahl der bezahlten Artikel unterscheidet sich von der Anzahl der Artikel in der Bestellung'),
('de', 'pp_total_is_incorrect', 'Bezahlte Summe unterscheidet sich von der Auftragssumme.'),
('de', 'preauth', 'PreAuth'),
('de', 'preauthorization', 'Vorautorisierung'),
('de', 'prefix', 'Präfix'),
('de', 'preshared_key', 'Vorinstallierter Schlüssel'),
('de', 'press_continue_to_recover_password', 'Click <b>Continue</b> to proceed with password change.'),
('de', 'prev', 'Zurück.'),
('de', 'preview', 'Vorschau'),
('de', 'previous', 'zurück'),
('de', 'previous_month', 'Vorheriger Monat'),
('de', 'previous_period', 'Vorherige Periode'),
('de', 'previous_week', 'Vorherige Woche'),
('de', 'previous_year', 'Vorheriges Jahr'),
('de', 'prev_page', 'Zurück'),
('de', 'pre_moderation', 'Products require prior approval'),
('de', 'pre_moderation_edit', 'Approve product info updates'),
('de', 'pre_moderation_edit_vendors', 'Approve vendor profile updates'),
('de', 'price', 'Preis'),
('de', 'price_decreased', 'Preis wurde ermässigt um'),
('de', 'price_dec_sign_delimiter', 'Preis, Dezimal Begrenzer'),
('de', 'price_for_all', 'Gesamtpreis'),
('de', 'price_includes_tax', 'Preis inkl. Mw.St.'),
('de', 'price_increased', 'Preis wurde erhöht um'),
('de', 'price_in_points', 'Preis in Punkte'),
('de', 'price_in_points_decreased', 'Preis in Punkten wurde gemindert um'),
('de', 'price_in_points_increased', 'Preis in Punkten wurde gesteigert um'),
('de', 'price_list', 'Preisliste'),
('de', 'price_list.text_regenerate', '<p>Wenn Produkte, Kategorien oder ausgewählte Felder hinzugefügt oder geändert wurden, generieren Sie bitte eine Preisliste:<br />[buttons]</p><p>>Generierte Preislisten sind über folgende Links verfügbar<br/>[links]</p>'),
('de', 'price_list.text_select_storefront', 'Um eine Preisliste zu erzeugen, wählen Sie zunächst den Shop aus.'),
('de', 'price_list_ziparchive_not_installed', 'Erstellen einer XML-Preisliste nicht möglich. Bitte fügen Sie zip-Support in PHP zu Ihrem Server hinzu. Folgen Sie: <a href=\"http://www.php.net/manual/en/zip.installation.php\">http://www.php.net/manual/en/zip.installation.php</a>'),
('de', 'price_summary', 'Preis Zusammenfassung'),
('de', 'pricing_inventory', 'Preis / Inventar'),
('de', 'primary', 'Primär'),
('de', 'primary_currency', 'Hauptwährung'),
('de', 'printslip_request', 'Requisições de Etiquetas'),
('de', 'printslip_request_pending', 'Você irá receber uma notificação quando a etiqueta estiver disponível.'),
('de', 'print_card', 'Gutschein drucken'),
('de', 'print_credit_memo', 'Kredit Memo drucken'),
('de', 'print_invoice', 'Rechnung drucken'),
('de', 'print_order_details', 'Bestellungs Details drucken'),
('de', 'print_packing_slip', 'Lieferschein drucken'),
('de', 'print_pdf_credit_memo', 'Kredit Memo drucken (PDF)'),
('de', 'print_pdf_invoice', 'Rechnung drucken (PDF)'),
('de', 'print_pdf_order_details', 'Bestellungs Details drucken (PDF)'),
('de', 'print_pdf_packing_slip', 'Lieferschein drucken (PDF)'),
('de', 'print_slip', 'Lieferschein drucken'),
('de', 'priority', 'Priorität'),
('de', 'private', 'Privat'),
('de', 'private_customer_settings', 'Einstellungen Privatkunde'),
('de', 'private_files', 'Private Dateien'),
('de', 'privilege', 'Zugriffsberechtigung'),
('de', 'privilege.apply_to_all', 'Apply value to all'),
('de', 'privilege.custom_access', 'Custom access'),
('de', 'privilege.full_access', 'Full access'),
('de', 'privilege.no_access', 'No access'),
('de', 'privilege.view_access', 'Can view only'),
('de', 'privileges', 'Zugriffsberechtigungen'),
('de', 'privileges.abt__ut2.settings.manage', 'Manage theme settings'),
('de', 'privileges.abt__ut2.settings.view', 'View theme settings'),
('de', 'privileges.ab__cb_manage_banners', 'AB: Manage banners for categories'),
('de', 'privileges.ab__cb_view_banners', 'AB: View banners for categories'),
('de', 'privileges.ab__dotd_manage_seodata', 'Manage promotions SEO data'),
('de', 'privileges.ab__dotd_view_seodata', 'View promotions SEO data'),
('de', 'privileges.ab__hpd.manage', 'Manage data'),
('de', 'privileges.ab__hpd.view', 'View help'),
('de', 'privileges.ab__mb_manage_data', 'Managing motivational data'),
('de', 'privileges.ab__mb_view_data', 'Viewing motivational data'),
('de', 'privileges.ab__stt.data.manage', 'Manage button data'),
('de', 'privileges.ab__stt.data.view', 'View button data'),
('de', 'privileges.ab__vg_manage_videos', 'Manage videos'),
('de', 'privileges.ab__vg_view_videos', 'View videos'),
('de', 'privileges.backup_restore', 'Kann verwaltet werden'),
('de', 'privileges.change_order_status', 'Status kann geändert werden'),
('de', 'privileges.create_order', 'Kann erstellt werden'),
('de', 'privileges.delete_logs', 'Kann gelöscht werden'),
('de', 'privileges.delete_orders', 'Kann gelöscht werden'),
('de', 'privileges.edit_blocks', 'Kann bearbeitet werden'),
('de', 'privileges.edit_files', 'Dateien bearbeiten'),
('de', 'privileges.edit_order', 'Can edit entire order (select other products, payment and shipping methods, customers)'),
('de', 'privileges.exim_access', 'Kann verwaltet werden'),
('de', 'privileges.manage_access_restrictions', 'Can edit'),
('de', 'privileges.manage_banners', 'Can edit'),
('de', 'privileges.manage_call_requests', 'Can edit'),
('de', 'privileges.manage_catalog', 'Kann bearbeitet werden'),
('de', 'privileges.manage_cscart_uvdesk', 'Manage UVDesk'),
('de', 'privileges.manage_currencies', 'Kann bearbeitet werden'),
('de', 'privileges.manage_design', 'Kann bearbeitet werden'),
('de', 'privileges.manage_discussions', 'Can edit'),
('de', 'privileges.manage_document_templates', 'Kann bearbeitet werden'),
('de', 'privileges.manage_email_marketing', 'Can edit'),
('de', 'privileges.manage_email_templates', 'Kann bearbeitet werden'),
('de', 'privileges.manage_gift_certificates', 'Can edit'),
('de', 'privileges.manage_languages', 'Kann bearbeitet werden'),
('de', 'privileges.manage_locations', 'Kann bearbeitet werden'),
('de', 'privileges.manage_newsletters', 'Can edit'),
('de', 'privileges.manage_order_statuses', 'Kann bearbeitet werden'),
('de', 'privileges.manage_pages', 'CMS (Seiten) verwalten'),
('de', 'privileges.manage_payments', 'Kann bearbeitet werden'),
('de', 'privileges.manage_payouts', 'Can edit'),
('de', 'privileges.manage_product_premoderation', 'Can manage'),
('de', 'privileges.manage_product_reviews', 'Can edit'),
('de', 'privileges.manage_promotions', 'Kann bearbeitet werden'),
('de', 'privileges.manage_providers', 'Can edit'),
('de', 'privileges.manage_reports', 'Kann bearbeitet werden'),
('de', 'privileges.manage_reward_points', 'Can edit'),
('de', 'privileges.manage_rma', 'Can edit'),
('de', 'privileges.manage_seo_rules', 'Can edit'),
('de', 'privileges.manage_shipping', 'Kann bearbeitet werden'),
('de', 'privileges.manage_sitemap', 'Kann bearbeitet werden'),
('de', 'privileges.manage_static_data', 'Kann bearbeitet werden'),
('de', 'privileges.manage_storage', 'Kann verwaltet werden'),
('de', 'privileges.manage_stores', 'Stores verwalten'),
('de', 'privileges.manage_store_locator', 'Can edit'),
('de', 'privileges.manage_suppliers', 'Can edit'),
('de', 'privileges.manage_taxes', 'Kann bearbeitet werden'),
('de', 'privileges.manage_themes', 'Kann bearbeitet werden'),
('de', 'privileges.manage_translation', 'Kann bearbeitet werden'),
('de', 'privileges.manage_usergroups', 'Kann bearbeitet werden'),
('de', 'privileges.manage_users', 'Kann bearbeitet werden'),
('de', 'privileges.manage_vendors', 'Can edit'),
('de', 'privileges.manage_vendor_communication', 'Can edit'),
('de', 'privileges.manage_vendor_plans', 'Can edit'),
('de', 'privileges.update_settings', 'Kann bearbeitet werden'),
('de', 'privileges.upgrade_store', 'Kann aktualisiert werden'),
('de', 'privileges.view_banners', 'Can view'),
('de', 'privileges.view_call_requests', 'Can view'),
('de', 'privileges.view_catalog', 'Kann angesehen werden');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('de', 'privileges.view_cscart_uvdesk', 'View UVDesk'),
('de', 'privileges.view_currencies', 'Kann angesehen werden'),
('de', 'privileges.view_discussions', 'Can view'),
('de', 'privileges.view_email_marketing', 'Can view'),
('de', 'privileges.view_file_changes', 'Kann angesehen werden'),
('de', 'privileges.view_languages', 'Kann angesehen werden'),
('de', 'privileges.view_locations', 'Kann angesehen werden'),
('de', 'privileges.view_logs', 'Kann angesehen werden'),
('de', 'privileges.view_newsletters', 'Can view'),
('de', 'privileges.view_orders', 'Kann angesehen werden'),
('de', 'privileges.view_pages', 'Kann angesehen werden'),
('de', 'privileges.view_payments', 'Kann angesehen werden'),
('de', 'privileges.view_payouts', 'Can view'),
('de', 'privileges.view_product_reviews', 'Can view'),
('de', 'privileges.view_providers', 'Can view'),
('de', 'privileges.view_reports', 'Kann angesehen werden'),
('de', 'privileges.view_seo_rules', 'Can view'),
('de', 'privileges.view_settings', 'Kann angesehen werden'),
('de', 'privileges.view_shipping', 'Kann angesehen werden'),
('de', 'privileges.view_static_data', 'Kann angesehen werden'),
('de', 'privileges.view_stores', 'Lager anzeigen'),
('de', 'privileges.view_store_locator', 'Can view'),
('de', 'privileges.view_taxes', 'Kann angesehen werden'),
('de', 'privileges.view_usergroups', 'Kann angesehen werden'),
('de', 'privileges.view_users', 'Kann angesehen werden'),
('de', 'privileges.view_vendors', 'Can view'),
('de', 'privileges.view_vendor_communication', 'Can view'),
('de', 'privileges.view_vendor_plans', 'Can view'),
('de', 'privilege_groups.ab__addons_manager', 'AB: Add-ons Manager'),
('de', 'privilege_groups.ab__category_banners', 'AB: Banners for categories'),
('de', 'privilege_groups.ab__deal_of_the_day', 'AB: Product of the day and extended promotions'),
('de', 'privilege_groups.ab__fast_navigation', 'AB: Fast navigation'),
('de', 'privilege_groups.ab__hide_product_description', 'AB: Hide the part of the content up to a certain height'),
('de', 'privilege_groups.ab__landing_categories', 'AB: Landing categories/pages'),
('de', 'privilege_groups.ab__motivation_block', 'AB: Motivation block'),
('de', 'privilege_groups.ab__scroll_to_top', 'AB: \"Scroll to top\" button'),
('de', 'privilege_groups.ab__video_gallery', 'AB: Video gallery of the product'),
('de', 'privilege_groups.access_restrictions', 'Access restrictions'),
('de', 'privilege_groups.backup_restore', 'Backup/Restore'),
('de', 'privilege_groups.banners', 'Banners'),
('de', 'privilege_groups.blocks', 'Blocks'),
('de', 'privilege_groups.blog_and_pages', 'Blog & Pages'),
('de', 'privilege_groups.call_requests', 'Call requests'),
('de', 'privilege_groups.currencies', 'Currencies'),
('de', 'privilege_groups.design', 'Design'),
('de', 'privilege_groups.discussions', 'Comments and reviews'),
('de', 'privilege_groups.documents', 'Documents'),
('de', 'privilege_groups.edit_on_site', 'Edit content on-site'),
('de', 'privilege_groups.email_marketing', 'Email marketing'),
('de', 'privilege_groups.email_templates', 'Email templates'),
('de', 'privilege_groups.exim', 'Daten Import und Export'),
('de', 'privilege_groups.files', 'Files'),
('de', 'privilege_groups.file_changes', 'File changes detector'),
('de', 'privilege_groups.gift_certificates', 'Gift certificates'),
('de', 'privilege_groups.languages', 'Languages'),
('de', 'privilege_groups.locations', 'Rate areas'),
('de', 'privilege_groups.logs', 'Logs'),
('de', 'privilege_groups.newsletters', 'Newsletters'),
('de', 'privilege_groups.orders', 'Orders'),
('de', 'privilege_groups.order_statuses', 'Order statuses'),
('de', 'privilege_groups.other', 'Other'),
('de', 'privilege_groups.payments', 'Payment methods'),
('de', 'privilege_groups.products', 'Categories, Products, Features, Filters, Options'),
('de', 'privilege_groups.product_premoderation', 'Product approval'),
('de', 'privilege_groups.product_reviews', 'Product reviews'),
('de', 'privilege_groups.promotions', 'Promotions'),
('de', 'privilege_groups.reward_points', 'Reward points'),
('de', 'privilege_groups.rma', 'Return merchandise authorization (RMA)'),
('de', 'privilege_groups.sales_reports', 'Sales reports'),
('de', 'privilege_groups.seo', 'SEO'),
('de', 'privilege_groups.settings', 'Settings'),
('de', 'privilege_groups.shipping', 'Shipping methods'),
('de', 'privilege_groups.sitemap', 'Sitemap'),
('de', 'privilege_groups.social_login', 'Social login'),
('de', 'privilege_groups.static_data', 'Static data'),
('de', 'privilege_groups.storage', 'Storage'),
('de', 'privilege_groups.stores', 'Storefronts'),
('de', 'privilege_groups.store_locator', 'Store locator'),
('de', 'privilege_groups.suppliers', 'Suppliers'),
('de', 'privilege_groups.taxes', 'Taxes'),
('de', 'privilege_groups.themes', 'Themes'),
('de', 'privilege_groups.upgrade_center', 'Upgrade center'),
('de', 'privilege_groups.users', 'Users'),
('de', 'privilege_groups.user_groups', 'User groups'),
('de', 'privilege_groups.vendors', 'Stores'),
('de', 'privilege_groups.vendor_communication', 'Message center: Customer to Vendor'),
('de', 'privilege_groups.vendor_payouts', 'Accounting'),
('de', 'privilege_groups.vendor_plans', 'Vendor plans'),
('de', 'privilege_sections.ab__addons', 'AB: Add-ons'),
('de', 'privilege_sections.addons', 'Add-on-Rechte'),
('de', 'privilege_sections.administration', 'Administratorrechte'),
('de', 'privilege_sections.cart', 'Warenkorb'),
('de', 'privilege_sections.catalog', 'Katalog'),
('de', 'privilege_sections.cms', 'CMS'),
('de', 'privilege_sections.design', 'Designberechtigungen'),
('de', 'privilege_sections.marketing', 'Marketing-Rechte'),
('de', 'privilege_sections.orders', 'Bestellrechte'),
('de', 'privilege_sections.products', 'Produktrechte'),
('de', 'privilege_sections.settings', 'Berechtigungen für Einstellungen'),
('de', 'privilege_sections.users', 'Kundenrechte'),
('de', 'privilege_sections.vendors', 'Store privileges'),
('de', 'privilege_sections.website', 'Website-Berechtigungen'),
('de', 'proceed', 'Weiter'),
('de', 'proceed_to_checkout', 'Weiter zur Kasse'),
('de', 'proceed_to_the_next_step', 'Weiter mit der Bestellung'),
('de', 'processed', 'bearbeitet'),
('de', 'processing', 'Bearbeitung'),
('de', 'processing_order', 'Bestellung bearbeiten'),
('de', 'processor', 'Zahlungs Anbieter (payment processor)'),
('de', 'processor_description_cardsave', 'Händler-Account bereitgestellt durch Cardsave,  <a href=\"http://www.cardsave.net\">www.cardsave.net</a><br/><br/>E-Mail: <a href=\'mailto:ecomm@cardsave.net\'>ecomm@cardsave.net</a>'),
('de', 'processor_description_p21', '<b>P21 Einfache API</b> ermöglicht es Ihnen, Scheckzahlungen zu akzeptieren. Es bietet die branchenweit umfassendste Suite von Lösungen zur Erstellung von Scheckbildern und zum Clearing. Mit Check 21 erhalten Sie Ihre Gelder noch am selben Tag per Scheck oder Direkteinzahlung.<br/><br/>Um die Option Check 21 zu aktivieren, kontaktieren Sie uns bitte per E-Mail unter: <a href=\"mailto:support@payment21.com\">support@payment21.com</a> oder per Telefon unter: 1-888-770-0850 (US gebührenfrei) oder 0041-71-740-1629 (international).<br/><br/><a href=\"http://www.payment21.com\" target=\"_blank\">www.payment21.com</a>'),
('de', 'processor_id', 'Prozessor-ID'),
('de', 'process_selected', 'Prozess selektiert'),
('de', 'product', 'Produkt'),
('de', 'products2', 'Produkte2'),
('de', 'products_added_to_cart', 'Produkte wurden Ihrem Warenkorb hinzugefügt'),
('de', 'products_adopted', '[n] product had a new main category assigned to it.|[n] products had a new main category assigned to them.'),
('de', 'products_amount', 'Produktmenge'),
('de', 'products_approval_status_approved', 'Thank you for submitting new products. The following products have been approved by the store administration and added to the product catalog'),
('de', 'products_approval_status_changed', 'Your product(s) have been [status]'),
('de', 'products_approval_status_disapproved', 'Thank you for submitting new products. The following products have been disapproved by the store administration'),
('de', 'products_bar', 'Produktleiste'),
('de', 'products_cost', 'Preis Artikel'),
('de', 'products_deprecated', 'Produkte (veraltet)'),
('de', 'products_for_shipment_not_selected', 'Keine Produke für den Versand selektiert'),
('de', 'products_found', 'Gefundene Produkte'),
('de', 'products_grid', 'Produkte Raster'),
('de', 'products_in', 'Produkte in'),
('de', 'products_information', 'Produkte Information'),
('de', 'products_in_cart', 'Produkte im Warenkorb'),
('de', 'products_links_type', 'Linktyp für Produke'),
('de', 'products_menu_description', 'Produkte anzeigen, hinzufügen und bearbeiten, die in Ihrem Lager aufgelistet sind.'),
('de', 'products_moved_to_trash', '[count] products were moved to <a href=\'[url]\' target=\'_blank\'>Trash category</a>'),
('de', 'products_number_added_to_cart', '<b>[number]</b> products were added to your cart'),
('de', 'products_required', 'Bitte Produkt(e) hinzufügen'),
('de', 'products_stat', 'Produkt Statistiken'),
('de', 'products_weight', 'Gewicht Artikel'),
('de', 'products_were_sent', 'Die Produkte wurden an Ihre Adresse gesendet. Informationen zur Bestellung hier unten'),
('de', 'product_added_to_cart', 'Produkt wurde Ihrem Warenkorb hinzugefügt'),
('de', 'product_added_to_cl', 'Der Artikel wurde zu Ihrer Vergleichsliste hinzugefügt.'),
('de', 'product_added_to_wl', 'Der Artikel wurde zu Ihrer Wunschliste hinzugefügt'),
('de', 'product_approval', 'Product approval'),
('de', 'product_approval_menu_description', 'Manage individual products or group of products supplied by the store vendors.'),
('de', 'product_approval_status_approved', 'Your product [product] has been approved by the store administration and added to the product catalog. Now shoppers can order this product in the store.'),
('de', 'product_approval_status_disapproved', 'Your product [product] has been disapproved by the store administration'),
('de', 'product_cannot_be_added', 'Das Produkt kann nicht Ihrem Warenkorb hinzugefügt werden. Kontrollieren Sie das alle hochgeladenen Dateien die notwendigen Konditionen erfüllen.'),
('de', 'product_code', 'Produkt Code'),
('de', 'product_columns', 'Produkt Spalten'),
('de', 'product_combinations', 'Produkt Kombinationen'),
('de', 'product_coming_soon', 'Dieses Produkt kann im Moment nicht Ihrem Warenkorb hinzugefügt werden. Es wird erst am [avail_date] verfügbar sein.'),
('de', 'product_coming_soon_add', 'Dieses Produkt wird am [avail_date] wieder verfügbar sein'),
('de', 'product_comparison_list', 'Vergleichsliste'),
('de', 'product_details', 'Produkt Details Seite'),
('de', 'product_details_tabs', 'Tabs'),
('de', 'product_details_view', 'Produktdetails anzeigen'),
('de', 'product_disabled_options', 'Der Artikel <strong>[product]</strong> hat Optionen oder Varianten, die nicht mehr verfügbar sind, darum wurde er aus dem Warenkorb entfernt'),
('de', 'product_feature.feature_style', 'Feature style'),
('de', 'product_feature.feature_style.brand', 'Brand'),
('de', 'product_feature.feature_style.checkbox', 'Checkbox'),
('de', 'product_feature.feature_style.color', 'Color'),
('de', 'product_feature.feature_style.dropdown', 'Drop-down list'),
('de', 'product_feature.feature_style.dropdown_images', 'Images'),
('de', 'product_feature.feature_style.dropdown_labels', 'Text labels'),
('de', 'product_feature.feature_style.multiple_checkbox', 'Multiple checkboxes'),
('de', 'product_feature.feature_style.number', 'Number'),
('de', 'product_feature.feature_style.text', 'Text or number'),
('de', 'product_feature.filter_style', 'Filter type'),
('de', 'product_feature.filter_style.checkbox', 'Checkbox'),
('de', 'product_feature.filter_style.color', 'Color'),
('de', 'product_feature.filter_style.date', 'Date selector'),
('de', 'product_feature.filter_style.slider', 'Number slider'),
('de', 'product_feature.purpose', 'Purpose'),
('de', 'product_feature.purpose.describe_product', 'Additional information'),
('de', 'product_feature.purpose.describe_product.description', 'For cases when you just need to show some information on a product page. There are no filters for this kind of features.'),
('de', 'product_feature.purpose.find_products', 'Product search via filters'),
('de', 'product_feature.purpose.find_products.description', 'For a feature that just allows you to specify an additional property of a product (for example, \"Fabric\" for T-shirts). If you create a filter by that feature, customers will see that such a property exists, and will be able to search products by it.'),
('de', 'product_feature.purpose.group_catalog_item', 'Variations as separate products'),
('de', 'product_feature.purpose.group_catalog_item.description', 'For cases when a few similar products differ visibly by a feature, and have different names (for example, multiple \"Color\" variants of a T-shirt). These products will appear as separate positions in the catalog. Customers will also be able to select the desired feature value on the product page. To achieve this, <b>set up variations for products with this feature</b>.'),
('de', 'product_feature.purpose.group_variation_catalog_item', 'Variations as one product'),
('de', 'product_feature.purpose.group_variation_catalog_item.description', 'For cases when a few similar products differ by a feature, but have the same name and similar appearance (for example, multiple \"Size\" variants of a T-shirt). These products will occupy a single position in the catalog. Customers will be able to select the desired feature value on the product page. To achieve this, <b>set up variations for products with this feature</b>.'),
('de', 'product_feature.purpose.organize_catalog', 'Brand, author, etc.'),
('de', 'product_feature.purpose.organize_catalog.description', 'For features like \"Brand\" or \"Manufacturer\" (for most products), \"Performer\" or \"Label\" (for music), \"Author\" or \"Publisher\" (for books), and so on. Every variant of this feature gets its own page with an image, description, and the list of products.'),
('de', 'product_feature_cannot_assigned', 'Die Eigenschaft \"[feature_name]\" kann nicht dem Produkt \"[product_name]\" zugeordnet werden'),
('de', 'product_fields', 'Produkt-Felder'),
('de', 'product_groups', 'Produkt Gruppen'),
('de', 'product_id', 'Produkt ID'),
('de', 'product_images', 'Produkte Bilder'),
('de', 'product_info', 'Produktinformation'),
('de', 'product_inventory', 'Lagerbestand Produkte'),
('de', 'product_in_cart', 'Dieses Produkt ist schon im Warenkorb'),
('de', 'product_in_comparison_list', 'Dieses Produkt ist bereits aus der Vergleichsliste'),
('de', 'product_in_wishlist', 'Dieser Artikel ist bereits in der Wunschliste vorhanden'),
('de', 'product_must_have_owner_category', 'Product must belong to some category created by the owner company.'),
('de', 'product_name', 'Produkt-Name'),
('de', 'product_name_added_to_cart', '<b>[product]</b> was added to your cart'),
('de', 'product_need_age_verification', 'Sie müssen Ihr Alter bestätigen, um diesen Artikel zu sehen.'),
('de', 'product_notification_subscribed', 'Sie sind für die Benachrichtigungen der \"Auf  Lager Produkte\" registriert worden'),
('de', 'product_notification_subscription_error', 'Das Produkt kann in der Lagerbestandsmeldung nicht abonniert werden'),
('de', 'product_notification_unsubscribed', 'Sie sind für die Benachrichtigungen der \"Auf  Lager Produkte\" gelöscht worden'),
('de', 'product_options', 'Produkt Optionen'),
('de', 'product_options_forbidden_combination', 'Das Produkt<strong>[product]</strong> hat Optionen die in der nicht erlaubten Kombination enthalten sind. Das Produkt wurde aud dem Warenkorb gelöscht.'),
('de', 'product_option_delimiter', 'Optionen Trennzeichen'),
('de', 'product_reviews.add_images', 'Add a photo'),
('de', 'product_reviews.add_new_review', 'reviews: new review'),
('de', 'product_reviews.add_reply', 'Add reply'),
('de', 'product_reviews.admin_reply', 'Administrator reply'),
('de', 'product_reviews.advantages', 'Advantages'),
('de', 'product_reviews.agreement_text_full_add_new_review', '<p>Your name will appear next to your review or comment, visible to everyone. We ([company]) also save your IP address as a security precaution, but in can only be viewed by our staff. It will remain in our system until you withdraw your consent. If you’d like to have your personal data removed, send an email to [email].</p> <p>If you believe that your personal data has been misused, you have the right to lodge a complaint with a supervisory authority. We’re obliged by EU General Data Protection Regulation to let you know about this right; we don’t actually intend to misuse your data.</p>'),
('de', 'product_reviews.agreement_text_short_add_new_review', 'I agree to have my personal data <u>processed as follows.</u>'),
('de', 'product_reviews.and', 'and'),
('de', 'product_reviews.approve', 'Approve'),
('de', 'product_reviews.approved', 'Approved'),
('de', 'product_reviews.average', 'Average'),
('de', 'product_reviews.click_to_see_reviews', 'Click to see the reviews'),
('de', 'product_reviews.comment', 'Comment'),
('de', 'product_reviews.comments', 'Comments'),
('de', 'product_reviews.comments_and_reviews', 'Comments and reviews'),
('de', 'product_reviews.comment_by', 'Comment by'),
('de', 'product_reviews.company_reply', '[company_name] reply'),
('de', 'product_reviews.copy_old_reviews_notice', '<h4 class=\"subheader hand\" data-toggle=\"collapse\" data-target=\"#collapsable_addon_product_reviews_notice\">Copy reviews from the \"Comments and reviews\" add-on<span class=\"icon-caret-down\"></span></h4><div id=\"collapsable_addon_product_reviews_notice\" class=\"in collapse\" style=\"height: auto;\"><ol><li>Only reviews that have both a score and a user\'s comment will be copied. Go to your products and check the \\“Reviews\" setting on the \"Add-ons\" tab. You might have to allow communication and rating first.</li><li>A review without a score or without a comment will not be copied. To transfer it, you must first manually add the missing score or comment by editing the review.</li><li>While the old \"Comments and reviews\" add-on is installed, the reviews won\'t be removed from there. That way, you can choose to move to \"Product reviews\" whenever all your reviews are ready.</li><li>If you ever need to copy the reviews from the old add-on again in the future, just uninstall and reinstall the \"Product reviews\" add-on. This will remove all its reviews from the database, and you\'ll be able to import the reviews from the \"Comments and reviews\" add-on again.</li></ol><a class=\"cm-post btn btn-primary\" href=\"[url]\">Copy product reviews</a></div>'),
('de', 'product_reviews.copy_old_reviews_warning', 'You have product reviews in the old \"Comments and reviews\" add-on. While that add-on is installed, you\'ll be able copy those reviews to the new \"Product reviews\" add-on <a class=\"cm-post\" href=\"[url]\">in its settings</a>.'),
('de', 'product_reviews.customer_photos', 'Customer photos'),
('de', 'product_reviews.date', 'Date'),
('de', 'product_reviews.disabled', 'Disabled'),
('de', 'product_reviews.disadvantages', 'Disadvantages'),
('de', 'product_reviews.disapprove', 'Disapprove'),
('de', 'product_reviews.error_already_posted', 'You have posted in this review already'),
('de', 'product_reviews.event.new_post', 'New review posted'),
('de', 'product_reviews.event.new_post.message', 'A new review has been posted for product [product]. Click this notification to see the review.'),
('de', 'product_reviews.event.new_post.title', 'New review posted for a product'),
('de', 'product_reviews.event.new_reply', 'New reply was added to review'),
('de', 'product_reviews.excellent', 'Excellent!'),
('de', 'product_reviews.fair', 'Fair'),
('de', 'product_reviews.first_and_last_name', 'First and last name'),
('de', 'product_reviews.five_star_icon', '★★★★★'),
('de', 'product_reviews.four_star_icon', '★★★★'),
('de', 'product_reviews.gdpr_reviews_data', 'Personal data from reviews'),
('de', 'product_reviews.helpfulness', 'Helpfulness'),
('de', 'product_reviews.hide_name', 'Hide my name in the review'),
('de', 'product_reviews.latest_reviews', 'Latest reviews'),
('de', 'product_reviews.manager', 'Comments and reviews'),
('de', 'product_reviews.max_number_image_message', 'A review can have up to [max_image_number] images.'),
('de', 'product_reviews.menu_title', 'Reviews'),
('de', 'product_reviews.menu_title_menu_description', 'Customer reviews on products'),
('de', 'product_reviews.moderation_rules', 'Before submitting a review, make sure that it does not violate the moderation rules: it does not contain links to third-party resources and insults.'),
('de', 'product_reviews.not_approved', 'Not approved'),
('de', 'product_reviews.no_reviews_found', 'No reviews found'),
('de', 'product_reviews.n_reviews', 'review|reviews'),
('de', 'product_reviews.n_stars', '[n] star|[n] stars'),
('de', 'product_reviews.one_star_icon', '★'),
('de', 'product_reviews.out_of_five', 'out of 5'),
('de', 'product_reviews.please_log_in_to_write_a_review', 'Please sign in to write a review'),
('de', 'product_reviews.poor', 'Poor'),
('de', 'product_reviews.product_details', 'Product details'),
('de', 'product_reviews.product_is_rated_n_out_of_five_stars', 'The product is rated [n] out of 5 stars'),
('de', 'product_reviews.product_reviews', 'Product reviews'),
('de', 'product_reviews.rating', 'Rating'),
('de', 'product_reviews.rating_4_and_up', 'Rating 4+'),
('de', 'product_reviews.reply', 'Reply'),
('de', 'product_reviews.review', 'Review'),
('de', 'product_reviews.reviews', 'Reviews: [n]'),
('de', 'product_reviews.reviews_lower', 'reviews'),
('de', 'product_reviews.review_status', 'Review status'),
('de', 'product_reviews.review_this_product', 'Review this product'),
('de', 'product_reviews.review_this_product_description', 'Share your thoughts with other customers'),
('de', 'product_reviews.scroll_to_reviews', 'Scroll to reviews'),
('de', 'product_reviews.scroll_to_review_images', 'Scroll to review images'),
('de', 'product_reviews.show_n_reviews', 'Show [n] review|Show [n] reviews'),
('de', 'product_reviews.show_rating', 'Show review rating'),
('de', 'product_reviews.show_review', 'Show review'),
('de', 'product_reviews.show_reviews', 'Show reviews'),
('de', 'product_reviews.show_review_images', 'Show review images'),
('de', 'product_reviews.star', 'star'),
('de', 'product_reviews.stars', 'stars'),
('de', 'product_reviews.submit_review', 'Submit review'),
('de', 'product_reviews.terms_and_conditions_content', '<p>Please read these Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before using the <a href=\"http://www.mywebsite.com\">http://www.mywebsite.com</a> website and the My Mobile App mobile application (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").</p><p><strong>By accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong></p><p><strong>Purchases</strong></p><p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase including, without limitation, your ...</p><p><strong>Content</strong></p><p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\"). You are responsible for the ...</p><p><strong>Changes</strong></p><p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.</p><p><strong>Contact Us</strong></p><p>If you have any questions about these Terms, please contact us.</p>'),
('de', 'product_reviews.terms_n_conditions', 'Select this check box to accept the [terms_href]'),
('de', 'product_reviews.terms_n_conditions_name', 'Terms and Conditions'),
('de', 'product_reviews.text_approval_notice', 'This review needs approving'),
('de', 'product_reviews.text_new_post_notification', 'This is a notification of a new post to product'),
('de', 'product_reviews.text_new_reply_notification', 'This is a notification of a new reply to your product review'),
('de', 'product_reviews.text_review_pended', 'Your review will be checked before it gets published.'),
('de', 'product_reviews.text_thank_you_for_post', 'Thank you for your post'),
('de', 'product_reviews.text_thank_you_for_review', 'Thank you for your review'),
('de', 'product_reviews.three_star_icon', '★★★'),
('de', 'product_reviews.title', 'Reviews'),
('de', 'product_reviews.title_giftreg', 'Guestbook'),
('de', 'product_reviews.two_star_icon', '★★'),
('de', 'product_reviews.type_message', 'Type a message...'),
('de', 'product_reviews.update_reply', 'Update reply'),
('de', 'product_reviews.uploader_drop_zone_description', 'Drop images here'),
('de', 'product_reviews.uploader_drop_zone_info', 'Photo up to [max_size]'),
('de', 'product_reviews.use_for_reviews', 'Comments and reviews forms'),
('de', 'product_reviews.vendor', 'Vendor'),
('de', 'product_reviews.vendor_reply', 'Vendor reply'),
('de', 'product_reviews.verified_purchase', 'Verified purchase'),
('de', 'product_reviews.very_good', 'Very Good'),
('de', 'product_reviews.vote_down', 'Vote down'),
('de', 'product_reviews.vote_up', 'Vote up'),
('de', 'product_reviews.without_photo', 'Without photo'),
('de', 'product_reviews.with_photo', 'With photo'),
('de', 'product_reviews.write_review', 'Write a review'),
('de', 'product_reviews.write_review_anonymously', 'Write your review anonymously'),
('de', 'product_reviews.write_your_review', 'Write your review'),
('de', 'product_reviews.your_rating', 'Your rating'),
('de', 'product_reviews.you_have_to_buy_product_before_writing_review', 'You can\'t write a review for this product. Customers can write reviews only for the products they bought. If you actually bought this product from us, but are still seeing this message, please contact us.'),
('de', 'product_s', 'Produkt(e)'),
('de', 'product_state_description.mve', '<p>You\'ve activated your [product]. You can use it without time restrictions now. For advanced features (such as separate checkout for each vendor, and vendor-created promotions), get the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus license.</a> To use multiple domains for your marketplace, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br>'),
('de', 'product_state_description.mve.new', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('de', 'product_state_description.mve.plus', '<p>Access to all the functionality, except for multiple storefronts. To have domains for specific audiences, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br />'),
('de', 'product_state_description.mve.ru', '<p>You\'ve activated your [product]. You can use it without time restrictions now. For advanced features (such as separate checkout for each vendor, and vendor-created promotions), get the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus license.</a> To use multiple domains for your marketplace, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br>'),
('de', 'product_state_description.mve.ru.new', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p> <br />'),
('de', 'product_state_description.mve.ru.plus', '<p>Access to all the functionality, except for multiple storefronts. To have domains for specific audiences, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br />'),
('de', 'product_state_description.mve.ru.ultimate', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('de', 'product_state_description.mve.ultimate', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('de', 'product_state_description.ult', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('de', 'product_state_description.ult.b2b', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('de', 'product_state_description.ult.b2b.new', '<p>You can use one of these licenses: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> or <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Both licenses allow you to use [product] without time restrictions.</p><br>'),
('de', 'product_state_description.ult.b2b.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('de', 'product_state_description.ult.new', '<p>You can use one of these licenses: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> or <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Both licenses allow you to use [product] without time restrictions.</p><br>'),
('de', 'product_state_description.ult.ru', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('de', 'product_state_description.ult.ru.new', '<p>You can use one of these licenses: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> or <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Both licenses allow you to use [product] without time restrictions.</p><br>'),
('de', 'product_state_description.ult.ru.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('de', 'product_state_description.ult.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('de', 'product_subscriptions', 'Produkte Abonnemente'),
('de', 'product_summary', 'Produkt Zusammenfassung'),
('de', 'product_tabs', 'Produkt Tabs (Registerkarten)'),
('de', 'product_type', 'Produkt Typ'),
('de', 'product_url', 'Product URL'),
('de', 'product_variations.add_variations', 'Varianten hinzufügen'),
('de', 'product_variations.add_variations_description', 'Allow customers to switch between similar products by selecting the desired value of their common features.'),
('de', 'product_variations.belongs_to_catalog_item', 'Belongs to catalog item:'),
('de', 'product_variations.cant_edit_feature_categories', 'Couldn\'t assign feature to categories or a feature group. Some variations use this feature and aren\'t in the categories you tried to assign. Please delete <a href=\"[href]\">these products</a>, or disband their variation groups, or assign them to the same categories as feature or feature group, and try again.'),
('de', 'product_variations.converter.features.list.hint', 'Below you\'ll find the list of features and feature variants that will be created during the conversion.'),
('de', 'product_variations.converter.features.list.title', 'Features and feature variants'),
('de', 'product_variations.converter.features.merge', 'Merge selected'),
('de', 'product_variations.converter.features.unmerge', 'Split'),
('de', 'product_variations.converter.progress.combinations.error', 'Couldn\'t convert option combination \"[combination]\" of product \"[product]\"'),
('de', 'product_variations.converter.progress.combinations.title', 'Converting option combinations'),
('de', 'product_variations.converter.progress.configurable_products.error', 'Couldn\'t convert product \"[product]\"'),
('de', 'product_variations.converter.progress.configurable_products.title', 'Converting configurable products'),
('de', 'product_variations.converter.progress.errors', 'Errors'),
('de', 'product_variations.converter.progress.features.error', 'Couldn\'t create feature \"[feature]\"'),
('de', 'product_variations.converter.progress.features.title', 'Creating features'),
('de', 'product_variations.converter.progress.products_with_combinations.error', 'Couldn\'t convert product \"[product]\"'),
('de', 'product_variations.converter.progress.products_with_combinations.error_with_reason', 'Couldn\'t convert product \"[product]\". Reason: [error]'),
('de', 'product_variations.converter.progress.products_with_combinations.no_available_combinations', 'Product doesn\'t have any option combinations.'),
('de', 'product_variations.converter.progress.products_with_combinations.only_one_combination', 'A product with only one available option combination can\'t be converted to a variation. It will work properly even without conversion.'),
('de', 'product_variations.converter.progress.products_with_combinations.title', 'Converting products with option combinations'),
('de', 'product_variations.converter.progress.result.combinations_count', 'Number of converted option combinations:'),
('de', 'product_variations.converter.progress.result.configurable_products_count', 'Number of converted configurable products:'),
('de', 'product_variations.converter.progress.result.go_on_products', 'Go to products'),
('de', 'product_variations.converter.progress.result.products_with_combinations_count', 'Number of converted products with option combinations:'),
('de', 'product_variations.converter.progress.result.title', 'Conversion results'),
('de', 'product_variations.converter.progress.result.variations_count', 'Number of converted variations:'),
('de', 'product_variations.converter.progress.variations.error', 'Couldn\'t convert product \"[product]\"'),
('de', 'product_variations.converter.progress.variations.title', 'Converting variations'),
('de', 'product_variations.converter.progress.wait_another_process', 'Please wait while another process will be complete'),
('de', 'product_variations.converter.result.problems_encountered', 'Some of the products couldn\'t be converted. This is not a standard situation and wasn\'t supposed to happen. There are several ways to address it:<ul><li>Check the products that couldn\'t be converted and configure them manually.</li><li>Contact our technical support via Help Desk, and we\'ll see why products weren\'t converted and what can be done about it.</li></ul>'),
('de', 'product_variations.converter.view.combinations_count', 'Number of option combinations found:'),
('de', 'product_variations.converter.view.configurable_products_count', 'Number of configurable products found:'),
('de', 'product_variations.converter.view.no_data', 'No data for conversion found: it appears that your store doesn\'t have option combinations or product variations.'),
('de', 'product_variations.converter.view.products_with_combinations_count', 'Number of products with option combinations found:'),
('de', 'product_variations.converter.view.title', 'Converting products into variations'),
('de', 'product_variations.converter.view.variations_count', 'Number of product variations found:'),
('de', 'product_variations.create_new', 'Create new products'),
('de', 'product_variations.delete', 'Disband group'),
('de', 'product_variations.delete_product', 'Delete product'),
('de', 'product_variations.edit_features', 'Edit features'),
('de', 'product_variations.error.cannot_mark_main_product_child_product', 'Product #[product_id] in group \"[group_code]\" isn\'t a variation, so it can\'t become default for a catalog item'),
('de', 'product_variations.error.features_is_empty', 'Features couldn\'t be found'),
('de', 'product_variations.error.feature_combination_is_invalid_for_product', 'Wrong combination of features for product #[product_id] \"[product]\"'),
('de', 'product_variations.error.generate_combinations_is_empty', 'Couldn\'t generate variations. Please specify the values of features to generate variations.'),
('de', 'product_variations.error.generate_products_is_empty', 'No new products were created'),
('de', 'product_variations.error.group_code_is_duplicate', 'The specified variation group code is already in use'),
('de', 'product_variations.error.group_code_is_invalid', 'Couldn\'t set this code for variation group. A group code can contain only digits, Latin characters, and the following signs: \"-\" and \"_\"'),
('de', 'product_variations.error.group_code_is_required', 'Variation group code must be specified'),
('de', 'product_variations.error.group_not_found', 'Variation group #[id] not found'),
('de', 'product_variations.error.group_not_found_by_product', 'Couldn\'t find variation group for #[product_id] \"[product]\"'),
('de', 'product_variations.error.no_available_products', 'No suitable products were found'),
('de', 'product_variations.error.product_company_does_not_match_to_group_company.mve', 'Product #[product_id] \"[product]\" can\'t be added to the variation group because all products in a variation group must belong to the same vendor.'),
('de', 'product_variations.error.product_company_does_not_match_to_group_company.ult', 'Product #[product_id] \"[product]\" can\'t be added to the variation group because all products in a variation group must belong to the same storefront.'),
('de', 'product_variations.error.product_has_not_required_features', 'Product #[product_id] \"[product]\" doesn\'t have the required features to become a variation. Please set feature values for that product.'),
('de', 'product_variations.error.product_ids_empty', 'Products couldn\'t be found'),
('de', 'product_variations.error.product_not_found', 'Product #[product_id] not found'),
('de', 'product_variations.error.product_not_found_in_group', 'Product #[product_id] not found in variation group \"[group_code]\"'),
('de', 'product_variations.error.product_with_features_combination_exits', 'Product #[product_id] \"[product]\" has the exact same combination of feature values as a variation that already exists in the group.'),
('de', 'product_variations.exim.result_notice', 'Data is imported successfully.<br />New products - <b>[new]</b>;<br />Updated products - <b>[exist]</b>;<br />Skipped products - <b>[skipped]</b>;<br />Total - <b>[total]</b>;<br />Created variations - <b>[variation_created]</b>;<br />Updated variations - <b>[variation_updated]</b>;<br />Disbanded variations - <b>[variation_removed]</b>.'),
('de', 'product_variations.feature_can_be_deleted', 'Couldn\'t delete a feature or its variant because at least one variation group is based on it. Please delete <a href=\"[href]\">these products</a> or disband their product groups, and try again.'),
('de', 'product_variations.feature_used_by_variation_group.tooltip', 'This feature is used by variation group [code]. To choose a different value of this feature for a product, switch to the \"Variations\" tab of the product editing page. New values can be added on the feature editing page.'),
('de', 'product_variations.group_code', 'Variation group'),
('de', 'product_variations.group_code.description', 'Use the group code on a product editing page or during import to add the product to this group as a variation. A group code can contain only digits, Latin characters, and the following signs: \"-\" and \"_\".'),
('de', 'product_variations.group_code.link', 'Add to variation group'),
('de', 'product_variations.group_code.link.description', 'Select the code of the group to which this product will be added as a variation. If the desired variation group doesn\'t appear among suggestions, please make sure that you have specified the value for every feature that defines the group.'),
('de', 'product_variations.group_code.placeholder', 'Set custom group code here'),
('de', 'product_variations.hide_add_to_wishlist_button', '\"Zum Warenkorb hinzufügen\" Taste verstecken'),
('de', 'product_variations.link_existing', 'Use existing products'),
('de', 'product_variations.manage', 'Manage variations'),
('de', 'product_variations.mark_main_product', 'Set as default variation'),
('de', 'product_variations.notice.is_old_product_variation', 'This product is an old variation that hasn\'t been converted yet. To make it work as before the upgrade, <a href=\"[convert_url]\">convert old variations to new variations</a>.'),
('de', 'product_variations.notice.old_product_variations_exists', 'Your store still has old product variations. They currently appear as separate products, without the ability to switch between them. To make them work as before the upgrade, <a href=\"[convert_url]\">convert old variations to new variations</a>. It\'s easy and automatic.'),
('de', 'product_variations.no_available_features', 'This product doesn\'t have features that allow grouping products. Please make sure that:<ol><li>You have created at least one feature with <b>Purpose:</b> <i>Variations as separate products</i> or <i>Variations as one product</i>.</li><li>You have specified the value of that feature for the product.</li></ol>'),
('de', 'product_variations.product_type', 'Product type'),
('de', 'product_variations.product_type.catalog_item', 'Catalog item'),
('de', 'product_variations.product_type.variation_of_catalog_item', 'Variation of a catalog item'),
('de', 'product_variations.remove_variation', 'Remove variation from group'),
('de', 'product_variations.select_variation', 'Select a Variation'),
('de', 'product_variations.show_product_code', 'Show product code'),
('de', 'product_variations.show_variation_thumbnails', 'Show variation thumbnails'),
('de', 'product_variations.too_many_combinations', 'Sorry, there are too many possible variations that can be generated. To prevent heavy load, we won\'t display them here. Please create the products with the right feature values manually or via import, and add them to the group.'),
('de', 'product_variations.upgrade_notification.convert_variations_message', '<p>Product variations in version 4.10.1 are more powerful than ever. They can now occupy separate positions in the catalog, be filtered and imported easily. To achieve this, we remade variations from scratch. They are now based on features instead of options.</p><p><b>We have disabled the old variations in your store, because they won’t work until they are converted.</b> The conversion is automatic, we just need your consent. Please check what we plan to do, and convert variations to use features.</p><p><a href=\"[convert_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check and convert variations</a> <a href=\"https://docs.cs-cart.com/4.10.x/user_guide/manage_products/products/product_variations.html\" target=\"_blank\" class=\"btn btn-large\">Learn more about variations</a></p>'),
('de', 'product_variations.upgrade_notification.convert_variations_title', 'Convert product variations to use features'),
('de', 'product_variations.variations', 'Varianten'),
('de', 'product_variations.variations_filling', 'Varianten'),
('de', 'product_variations.variations_list', 'Varianten'),
('de', 'product_variations.variations_list_block_name', 'Varianten-Liste'),
('de', 'product_variations.variations_list_tab_name', 'View all variations as list'),
('de', 'product_variations.variations_naming_strategy.key_value', 'Color: Red, Size: Small'),
('de', 'product_variations.variations_naming_strategy.value', 'Red, Small'),
('de', 'product_variations.variation_of_product', 'Variation of catalog item <a href=\"[url]\">[product]</a>'),
('de', 'profile', 'Profil'),
('de', 'profiles', 'Profile'),
('de', 'profile_activated', 'Konto wurde aktiviert'),
('de', 'profile_deactivated', 'Konto deaktiviert'),
('de', 'profile_details', 'Profil Details'),
('de', 'profile_fields', 'Profil Felder'),
('de', 'profile_fields_menu_description', 'Die Kombination der Felder konfigurieren die in den Profil Formularen enthalten sind.'),
('de', 'profile_field_name', 'Dateiname'),
('de', 'profile_field_name_tooltip', 'Eine Zeichenfolge, die als Identifikator dient. Sie können die Zahlen von 0 bis 9, die Symbole des englischen Alphabets und das Zeichen \"_\" verwenden.'),
('de', 'profile_info', 'Profil Info'),
('de', 'profile_name', 'Profil Name'),
('de', 'profile_type', 'Profile type'),
('de', 'profile_types_section_seller', 'Vendor information'),
('de', 'profile_types_section_user', 'Customers and admins'),
('de', 'project_id', 'Projekt ID'),
('de', 'project_password', 'Projekt Passwort'),
('de', 'prolongate_download_key', 'Download Schlüssel (key) verlängern bis'),
('de', 'promotion', 'Aktion (Promotion)'),
('de', 'promotions', 'Aktionen (Promotions)'),
('de', 'promotions.cond_all', 'alle'),
('de', 'promotions.cond_any', 'irgendein'),
('de', 'promotions.cond_false', 'falsch'),
('de', 'promotions.cond_true', 'wahr'),
('de', 'promotions_menu_description', 'Produkte fördern und Prämien anbieten, für Kunden die eine Mitgliedschaft in Ihrem Laden haben.'),
('de', 'promotion_bonus_discount_on_categories', 'Rabatt auf alle Produkte in Kategorien'),
('de', 'promotion_bonus_discount_on_products', 'Rabatt auf Produkte'),
('de', 'promotion_bonus_free_products', 'Kostenlose Produkte'),
('de', 'promotion_bonus_free_shipping', 'Kostenloser Versand'),
('de', 'promotion_bonus_gift_certificate', 'Gutschein'),
('de', 'promotion_bonus_give_coupon', 'Gutschein schenken'),
('de', 'promotion_bonus_give_points', 'Punkte schenken'),
('de', 'promotion_bonus_give_usergroup', 'Der Benutzergruppe geben'),
('de', 'promotion_bonus_order_discount', 'Bestellungs Rabatt'),
('de', 'promotion_bonus_product_discount', 'Produkte Rabatt'),
('de', 'promotion_cond_auto_coupons', 'Automatisch generierte Couponcodes'),
('de', 'promotion_cond_birthday', 'Geburtstag'),
('de', 'promotion_cond_categories', 'Kategorien'),
('de', 'promotion_cond_country', 'Land des Kunden (Versand)'),
('de', 'promotion_cond_coupon_code', 'Coupon Code'),
('de', 'promotion_cond_feature', 'Produkt Eigenschaft'),
('de', 'promotion_cond_number_of_usages', 'Anzahl Verwendungen'),
('de', 'promotion_cond_once_per_customer', 'Einmal pro Kunde'),
('de', 'promotion_cond_payment', 'Zahlungsmethode'),
('de', 'promotion_cond_price', 'Produkt Preis'),
('de', 'promotion_cond_products', 'Produkte'),
('de', 'promotion_cond_products_number', 'Total Produkte im Warenkorb'),
('de', 'promotion_cond_purchased_products', 'Gekaufte Produkte'),
('de', 'promotion_cond_reward_points', 'Punkte auf Benutzerkonto'),
('de', 'promotion_cond_shipping', 'Versandarten'),
('de', 'promotion_cond_state', 'Bundesstaat des Kunden (Versand)'),
('de', 'promotion_cond_subscribed', 'Kunde ist abonniert'),
('de', 'promotion_cond_subtotal', 'Subtotal Bestellung'),
('de', 'promotion_cond_total', 'Bestellungstotal'),
('de', 'promotion_cond_total_weight', 'Total Produkte (Gewicht) im Warenkorb'),
('de', 'promotion_cond_usergroup', 'Benutzergruppe'),
('de', 'promotion_cond_users', 'Benutzer'),
('de', 'promotion_cond_zip_postal_code', 'Kunden Postleitzahl (Versand)'),
('de', 'promotion_op_amount', 'Betrag'),
('de', 'promotion_op_cont', 'enthält'),
('de', 'promotion_op_eq', 'gleich'),
('de', 'promotion_op_gt', 'grösser'),
('de', 'promotion_op_gte', 'grösser oder gleich'),
('de', 'promotion_op_in', 'in'),
('de', 'promotion_op_lt', 'weniger'),
('de', 'promotion_op_lte', 'weniger oder gleich'),
('de', 'promotion_op_ncont', 'enthält nicht'),
('de', 'promotion_op_neq', 'nicht gleich'),
('de', 'promotion_op_nin', 'nicht in'),
('de', 'promo_code', 'Promo Code'),
('de', 'promo_code_or_certificate', 'Gutschein- oder Werbecode'),
('de', 'promo_text', 'Promo Text'),
('de', 'properties', 'Eigentschaften'),
('de', 'protection_eligibility', 'Schutzberechtigung'),
('de', 'provider', 'Anbieter'),
('de', 'pspid', 'Payment Service Provider ID“ (ID des Zahlungsdienstleisters)'),
('de', 'public', 'Öffentlich'),
('de', 'public_files', 'Öffentliche Dateien'),
('de', 'public_key', 'Öffentlicher Schlüssel'),
('de', 'purchased', 'Gekauft'),
('de', 'purchased_in_orders', 'In Bestellungen gekauft'),
('de', 'purchased_qty', 'Gekaufte Menge'),
('de', 'purchasers_name', 'Von'),
('de', 'purchase_gift_certificate', 'Gutschein kaufen'),
('de', 'purpose', 'Purpose'),
('de', 'qty', 'Menge'),
('de', 'qty_discounts', 'Mengenrabatte'),
('de', 'qty_discount_type_tooltip', 'Fixer/Prozentualer Betrag der vom Preis abgezogen wird'),
('de', 'quantity', 'Menge'),
('de', 'quantity_step', 'Menge (in Schritte von)'),
('de', 'query', 'Abfrage (Query)'),
('de', 'questions', 'Fragen'),
('de', 'question_text', 'Fragetext'),
('de', 'quick_checkout', 'Schnelles Checkout'),
('de', 'quick_links', 'Quick Links (Obere Menuleiste)'),
('de', 'quick_menu', 'Quick Menu'),
('de', 'quick_product_viewer', 'Quick Product Viewer'),
('de', 'quick_view', 'Schnellansicht'),
('de', 'radiogroup', 'Radiogroup'),
('de', 'random', 'Zufallsauswahl'),
('de', 'rank_number', 'Stufe (\'machine\') Nummer'),
('de', 'rates_depend_on', 'Steuern abhängig von'),
('de', 'rate_area', 'Tarifbereich'),
('de', 'rate_areas', 'Tarifbereiche'),
('de', 'rate_calculation', 'Gebührenberechnung'),
('de', 'rate_calculation_by_rate_area', 'Manuell (durch definierten Tarifbereich)'),
('de', 'rate_calculation_manual', 'Manuell (durch definierten Zielort)'),
('de', 'rate_calculation_realtime', 'Echtzeit'),
('de', 'rate_value', 'Wert'),
('de', 'rating', 'Bewertung'),
('de', 'read', 'Lesen'),
('de', 'readme', 'Lies mich'),
('de', 'read_more_3d_secure', 'Mehr über 3-D Secure lesen'),
('de', 'reason', 'Begründung'),
('de', 'reasons', 'Begründungen'),
('de', 'reason_text', 'Zahlungsverarbeiter (Payment Processor) antwortet'),
('de', 'rebuild_cache_automatically', 'Cache automatisch wiederherstellen'),
('de', 'rebuild_cache_automatically_tooltip', 'Geänderte Dateien werden in Echtzeit verfolgt (einschließlich der direkt auf dem Server geänderten Dateien) und neu gecached. Der Block-Cache wird deaktiviert. Die Leistung des Ladens kann leicht beeinträchtigt werden. Empfohlen, um die Produktion zu deaktivieren.'),
('de', 'rebuild_combinations', 'Kombinationen wiederaufbauen'),
('de', 'recalculate', 'Neu berechnen'),
('de', 'recalculate_order', 'Bestellung neu berechnen'),
('de', 'recalculate_rates', 'Tarife neu berechnen'),
('de', 'recalculate_shipping_cost', 'Versandkosten neu berechnen'),
('de', 'recalculate_totals', 'Total neu kalkulieren'),
('de', 'recaptcha.text_forbidden_countries_notice', '<p>Google reCAPTACHA will be disabled for the selected countries. Instead, visitors from those countries will be asked to type a few symbols they see on the screen.</p>');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('de', 'recaptcha.text_settings_notice', '<p>The instructions on how to get the <b>site key</b> and <b>secret</b> are available <b><a target=\"_blank\" href=\"https://developers.google.com/recaptcha/intro\">here</a></b>.<br>Please note that the add-on currently supports only <b>reCAPTCHA v2: Checkbox</b></p>'),
('de', 'recaptcha_settings_notice', '<p>Die Anweisungen, wie man den <b>site key</b>und <b>secret</b> bekommt, sind verfügbar<b><a target=\"_blank\" href=\"https://developers.google.com/recaptcha/docs/start\">here</a></b>.</p>'),
('de', 'recaptcha_upgrade_notification_text', '[product] now comes with the <b>Google reCAPTCHA</b> add-on to improve anti-bot validation. The add-on has been installed and activated during the upgrade, but the old CAPTCHA will still be used until you configure the add-on. We recommend switching to Google reCAPTCHA as soon as possible. To do that: <ol><li>Go to <b>Add-ons → Manage add-ons</b>.</li><li>Find and click on <b>Google reCAPTCHA</b> in the list of add-ons.</li><li>A pop-up window will open. Enter <b>Site key</b> and <b>Secret token</b>, then save your changes. The instructions on how to get the key and token are available <a href=\'https://developers.google.com/recaptcha/docs/start\'>here</a>.</li></ol> <b>The Google reCAPTCHA add-on supports only the Responsive theme and its <a href=\'http://docs.cs-cart.com/4.5.x/designer_guide/parent_themes.html\'>child themes</a>.</b> Please contact the developer of your theme for more information before you switch to Google reCAPTCHA.'),
('de', 'recaptcha_upgrade_notification_title', 'Switch to Google reCAPTCHA to protect against bots'),
('de', 'recent_activity', 'Neueste Aktivität'),
('de', 'recent_blog_posts', 'Letzte Blogbeiträge'),
('de', 'recent_orders', 'Neueste Bestellungen'),
('de', 'recent_products', 'Vor kurzem angeschaut'),
('de', 'recheck', 'Erneut kontrollieren'),
('de', 'recipient', 'Empfänger'),
('de', 'recipients_name', 'An'),
('de', 'recipient_description', 'Händler (Merchant) Beschreibung'),
('de', 'recommended', 'Empfohlen'),
('de', 'recommenders', 'REES46'),
('de', 'recover', 'Recover'),
('de', 'recover_password', 'Bitte senden Sie mir ein neues Passwort'),
('de', 'recover_password_subj', 'Passwort Wiederherstellung'),
('de', 'recursively', 'rekursiv'),
('de', 'redesk_connection_ask_question', 'Ask a question'),
('de', 'redesk_connection_create_ticket', 'Contact vendor'),
('de', 'redesk_connection_multivendor_contact_form_info', 'If all is set up correctly, you can use the following contact form with the Re:Desk departments, which will send the messages directly to your Re:Desk help desk:<br /><a href=\"[http_location]/?dispatch=redesk_connection_multivendor.contact\" target=\"_blank\">[http_location]/?dispatch=redesk_connection_multivendor.contact</a>'),
('de', 'redesk_connection_multivendor_manage', 'Import Vendors into Re:Desk'),
('de', 'redesk_create_vendors_accounts', 'Create manager accounts into Re:Desk for Vendors'),
('de', 'redesk_import_vendors', 'Import vendors into Re:Desk'),
('de', 'redesk_import_vendors_as_departments', 'Import Vendors into Re:Desk as Departments'),
('de', 'redirect_customer_from_storefront', 'Besucher dieses Shops nach einem Shop umleiten der ein Land (IP Adresse) besitzt das im System definiert ist'),
('de', 'rees46_docs', '\n            <p>Ознакомьтесь с <a href=\"http://docs.rees46.com/pages/viewpage.action?pageId=1409157\" target=\"_blank\">подробной инструкцией</a> по настройке модуля и расстановке блоков рекомендаций.</p>\n        '),
('de', 'rees46_error_export_order', 'Для выгрузки заказов и синхронизации статусов заказов введите код и секретный ключ вашего магазина в настройках модуля.'),
('de', 'rees46_export_order', 'Выгрузить заказы'),
('de', 'rees46_export_success', 'Выгрузка заказов в REES46 успешно инициирована.'),
('de', 'rees46_export_unsuccess', 'Ошибка инициализации выгрузки заказов в REES46.'),
('de', 'rees46_info', '\n            <p>Если вы ещё не зарегистрированы в REES46, то, пожалуйста, <a href=\"http://rees46.com\" target=\"_blank\">зарегистрируйтесь</a>. Затем добавьте свой интернет-магазин в <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личном кабинете</a> REES46. Обратите внимание на \"<b>код магазина</b>\" и \"<b>секретный ключ</b>\", они понадобятся для настройки модуля.</p>\n        '),
('de', 'rees46_menu', 'Рекомендательная система REES46'),
('de', 'rees46_menu_settings', 'Настройки'),
('de', 'rees46_orders', '\n            <p>Процесс обучения алгоритма рекомендаций занимает определенное время. Основное время, как правило, требуется на сбор информации и построение взаимосвязей между покупателями и товарами. Ускорить это время можно, загрузив в систему REES46 историю ваших заказов за последние полгода. Это позволяет построить рекомендации для ваших предыдущих клиентов и сформировать более детальные связи между товарами. Загрузка истории может занять некоторое время.</p>\n        '),
('de', 'rees46_orientation_horizontal', 'Горизонтальное'),
('de', 'rees46_orientation_vertical', 'Вертикальное'),
('de', 'rees46_products_per_line', 'Кол-во товаров в каждой линии блока'),
('de', 'rees46_recommender_code', 'Уникальный код блока рекомендаций'),
('de', 'rees46_recommender_orientation', 'Расположение блока'),
('de', 'rees46_statistics', '\n            <p>Для анализа статистики работы товарных рекомендаций, пожалуйста, перейдите в ваш <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личный кабинет</a> REES46.</p>\n        '),
('de', 'rees46_yml', '\n            <p>Ссылку на YML-файл необходимо указать в настройках <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личного кабинета</a> REES46.</p>\n        '),
('de', 'referer', 'Referrer'),
('de', 'referrers', 'HTTP Referrers'),
('de', 'referrer_domain', 'Referrer Domain'),
('de', 'refresh', 'Neu laden'),
('de', 'refresh_packages_list', 'Verfügbare Aktualisierungen überprüfen'),
('de', 'refund', 'Rückzahlung'),
('de', 'refunded', 'Zurückerstattet'),
('de', 'refunded_amount', 'Rückzahlungs Betrag'),
('de', 'regexp', 'Regulärer Ausdruck (RegExp)'),
('de', 'regexp_hint', 'Wenn Sie die regexp-Prüfung verwenden, ist es notwendig, eine Eingabeaufforderung einzustellen, die Sie über die falsche Ausfüllung des Feldes informiert, da die Prüfung sonst nicht durchgeführt wird'),
('de', 'region', 'Region'),
('de', 'regions', 'Regionen'),
('de', 'register', 'Registrieren'),
('de', 'registered', 'Registriert'),
('de', 'registered_customers', 'Registrierte Kunden'),
('de', 'register_autoresponder', 'Bestätigungs-Email'),
('de', 'register_new_account', 'Neues Benuzterkonto registrieren'),
('de', 'register_profile', 'Profil registrieren'),
('de', 'registration', 'Registrierung'),
('de', 'registration_date', 'Registrierungsdatum'),
('de', 'regnumber', 'Steuer Reg. Nummer'),
('de', 'related_gift_cert', 'Ähnliche Gutscheine'),
('de', 'related_order', 'Dazugehörende Bestellung'),
('de', 'release_date', 'Ausgabedatum'),
('de', 'remember_me', 'Angemeldet bleiben'),
('de', 'remove', 'Löschen'),
('de', 'remove_backup_files', 'Backup Dateien löschen'),
('de', 'remove_cc_info', 'Kreditkarte Info löschen'),
('de', 'remove_invoice', 'Rechnung entfernen'),
('de', 'remove_new_orders_filter_upgrade_notification_text', '<p>In previous versions, every administrator could search for orders that he or she hadn\'t viewed yet (\"New orders\"). Because not every administrator views every order, the list of \"new orders\" only kept growing, which could affect the database negatively in a very long run.</p><p>The \"New orders\" condition in the advanced search has been removed. Please take that into account if you have any saved searches with that condition.</p><p><a href=\"[saved_searches]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check saved searches</a></p>'),
('de', 'remove_new_orders_filter_upgrade_notification_title', 'Search for \"New orders\" removed'),
('de', 'remove_theme', 'Template entfernen'),
('de', 'remove_this_item', 'Dieses Element löschen'),
('de', 'rename', 'Umbenennen'),
('de', 'repay_order', 'Bestellung bezahlen'),
('de', 'reply', 'Reply'),
('de', 'reply_to', 'Antwort an'),
('de', 'report', 'Bericht'),
('de', 'reports', 'Berichte'),
('de', 'reports_interval_1', 'Insgesamt'),
('de', 'reports_interval_3', 'Tag'),
('de', 'reports_interval_5', 'Woche'),
('de', 'reports_interval_7', 'Monat'),
('de', 'reports_interval_9', 'Jahr'),
('de', 'reports_list', 'Liste der Berichte'),
('de', 'reports_parameter_1', 'Total Bestellungen'),
('de', 'reports_parameter_10', 'Versandkosten'),
('de', 'reports_parameter_11', 'Kategorien'),
('de', 'reports_parameter_12', 'Produkte'),
('de', 'reports_parameter_13', 'Produkt Kosten'),
('de', 'reports_parameter_14', 'Anzahl Produkte'),
('de', 'reports_parameter_15', 'Managers'),
('de', 'reports_parameter_2', 'Anzahl Bestellungen'),
('de', 'reports_parameter_3', 'Bestellungen'),
('de', 'reports_parameter_4', 'Status Bestellungen'),
('de', 'reports_parameter_5', 'Zahlungsmethoden'),
('de', 'reports_parameter_6', 'Tarifbereiche'),
('de', 'reports_parameter_7', 'Benutzer'),
('de', 'reports_parameter_8', 'Rabatte und Coupons'),
('de', 'reports_parameter_9', 'Steuern'),
('de', 'report_a_bug', 'Report a bug'),
('de', 'request', 'Abfrage'),
('de', 'requests_count', 'Anzahl Abfragen'),
('de', 'requesttype', 'Anfrage Typ'),
('de', 'request_account_name', 'Gewünschter Name für Benutzerkonto'),
('de', 'request_error_information', 'Customers have experienced issues with receiving rates from <b>the [shipping]</b> shipping method. Please make sure that is configured properly and that the shipping rate calculation is correct'),
('de', 'request_error_information_title', 'Shipping error'),
('de', 'request_statuses', 'Anfragestatus'),
('de', 'required', 'Obligatorisch'),
('de', 'required_not_answered', 'Sie sollten alle Pflichtfragen beantworten.'),
('de', 'required_products', 'Benötigte Artikel '),
('de', 'required_products_added', 'Die folgenden benötigten Artikel wurden Ihrem Warenkorb hinzugefügt.'),
('de', 'required_products_out_of_stock', 'Dieser Artikel kann dem Warenkorb nicht hinzugefügt werden, da folgende benötigte Artikel nicht auf Lager sind:'),
('de', 'reset', 'Zurücksetzen (reset)'),
('de', 'reset_filter', 'Filter zurücksetzen (reset filter)'),
('de', 'reset_inventory', 'Lager zurücksetzen (reset)'),
('de', 'reset_password', 'Passwort zurücksetzen'),
('de', 'reset_quantity_to_zero', 'Menge aller Produkte auf Null setzen'),
('de', 'reset_quantity_to_zero_tooltip', 'Wenn Sie diese Einstellung aktivieren, wird für alle Produkte in Ihrer Filiale die Menge auf 0 gesetzt, mit Ausnahme der Produkte, die die in der importierten Datei angegebene Menge haben.'),
('de', 'resolved', 'Erledigt'),
('de', 'response', 'Antwort'),
('de', 'responsive_admin.email_order_invoice_subject', '[company_name]: Invoice for order'),
('de', 'restore', 'Wiederherstellung'),
('de', 'restore_default', 'Default-Wert benutzen'),
('de', 'restore_default_value', 'Standardwert wiederherstellen'),
('de', 'restore_from_repository', 'Wiederherstellen aus Archiv (repository)'),
('de', 'restore_original', 'Restore original'),
('de', 'restore_robots', 'Wiederherstellen der standardmäßigen \"robots.txt\"'),
('de', 'ResultCode', 'Ergebnis Code'),
('de', 'ResultDescription', 'Ergebnis Beschreibung'),
('de', 'return', 'zur normalen Ansicht wechseln'),
('de', 'returnable', 'Umtauschbar'),
('de', 'returnable_product', 'Umtauschbarer Artikel'),
('de', 'returned_product', 'Zurückgegebener Artikel'),
('de', 'returned_products', 'Zurückgegebene Artikel'),
('de', 'returning_customer', 'Bereits Kunde'),
('de', 'returns', 'Rückgaben'),
('de', 'returns_info', 'Rückgabeinformationen'),
('de', 'return_info', 'Rückgabeinformation'),
('de', 'return_period', 'Rückgabefrist'),
('de', 'return_period_days', 'Rückgabefrist (Tage)'),
('de', 'return_printslip', 'Etiqueta de retorno'),
('de', 'return_products_information', 'Information zur Warenrückgabe'),
('de', 'return_registration', 'Ersatzlieferung oder Rückerstattung fordern'),
('de', 'return_requests', 'Rückgabeanfragen'),
('de', 'return_requests_menu_description', 'Ansicht und Prozess zurück Anfragen von Bestellungen, die auf Ihrer Web Site.'),
('de', 'return_requests_note', 'Zu der Liste Ihrer Rückgabeanfragen gehen'),
('de', 'return_status', 'Rückgabestatus'),
('de', 'return_url_target', 'Rückgabe URL'),
('de', 'reuse', 'Wiederverwenden'),
('de', 'reversa_rastreamento', 'Rastreamento'),
('de', 'reversed', 'Umgekehrt'),
('de', 'revert', 'Wieder Rückgangig machen'),
('de', 'reviews', 'Rezension|Rezensionen'),
('de', 'reward_points', 'Bonuspunkte'),
('de', 'reward_points_log', 'Bonuspunktelog'),
('de', 'reward_points_menu_description', 'Weisen Sie Ihrem Shop Bonuspunkte mit globaler Gültigkeit zu.'),
('de', 'reward_points_subj_added_to', '[n] point have been added to your account.|[n] points have been added to your account.'),
('de', 'reward_points_subj_subtracted_from', '[n] point have been subtracted from your account.|[n] points have been subtracted from your account.'),
('de', 're_desk_contact_us', 'Contact us'),
('de', 're_desk_department', 'Vendor'),
('de', 're_desk_full_name', 'Full name'),
('de', 're_desk_thank_you', 'Thank you, your message has been sent.'),
('de', 're_desk_you_can_send', 'You can send us a message using the form below.'),
('de', 're_order', 'Nochmals bestellen'),
('de', 'right', 'Rechts'),
('de', 'right_to_left_orientation', 'Von rechts nach links Richtung'),
('de', 'risk_checking', 'Risiko Kontrolle in Gang. Bitte versuchen Sie diese Seite in einer Minute wieder zu laden.'),
('de', 'risk_information', 'Risiko Information'),
('de', 'rma', 'Return Merchandise Authorization (RMA)'),
('de', 'rma_actions', 'RMA-Aktionen'),
('de', 'rma_notify_supplier', 'Lieferanten benachrichtigen'),
('de', 'rma_reasons', 'Gründe für die Rücksendung'),
('de', 'rma_request_statuses', 'Stati der RMA-Anfragen'),
('de', 'rma_return', 'Rückgabe'),
('de', 'robots_title', 'Editing: robots.txt'),
('de', 'romanian', 'Rumänisch'),
('de', 'root_category', 'Stamm Kategorie'),
('de', 'root_level', 'Stamm Ebene (Root Level)'),
('de', 'root_page', 'Seite der Stammebene (Root Page)'),
('de', 'round_to', 'Aufrunden auf'),
('de', 'routing_code', 'Routing Nummer'),
('de', 'rss_created', 'Erstellt'),
('de', 'rss_display_add_to_cart', 'Schaltfläche \"zum Warenkorb hinzufügen\" hinzufügen'),
('de', 'rss_display_image', 'Bild anzeigen'),
('de', 'rss_display_original_price', 'Nettopreis anzeigen'),
('de', 'rss_display_price', 'Bruttopreis anzeigen'),
('de', 'rss_display_sku', 'Bestandseinheit anzeigen (SKU - stock keeping unit)'),
('de', 'rss_feed', 'RSS-Feed'),
('de', 'rss_sort_by', 'Artikel sortieren nach'),
('de', 'rss_updated', 'Aktualisiert'),
('de', 'ru.tax_and_payments.upgrade_message.message', '<p>You have upgraded to [product] [version]. This version is prepared for the recent changes in Russian legislation (the increase of VAT to 20% and the support of Fiscal Data Format 1.05 for online cash registers). You\'ll only need to do this:</p><p>— If you use ATOL Online, switch to Fiscal Data Format 1.05 as described <a href=\"https://www.cs-cart.ru/blog/vyishel-cs-cart-4-9-2-c-podderzhkoy-ffd-1-05-v-atol-onlayn/\" target=\"_blank\">in our Russian blog</a>. You may have done it already after the release of version 4.9.2.</p>[tax_conversion][failing_services]'),
('de', 'ru.tax_and_payments.upgrade_message.title', 'Russian Legislation: Preparing for January 1, 2019'),
('de', 'runtime', 'Runtime (Laufzeit)'),
('de', 'russian', 'Russisch'),
('de', 'rus_geolocation_upgrade_notification_text', '<p>The <b>[rus_geolocation_addon]</b> add-on allowed your customers to select their city and see estimated shipping rates on a product page. That functionality is now a part of a new add-on called <b>[geo_maps_addon]</b>. It is already installed and active.</p><p>Two geolocation add-ons shouldn’t be active at the same time. Please make sure that the old <b>[rus_geolocation_addon]</b> add-on is disabled.</p><p><a href=\"[disable_geolocation]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Disable deprecated add-on here</a></p>'),
('de', 'rus_geolocation_upgrade_notification_title', 'Geolocation: Add-ons deprecated in favor of [geo_maps_addon]'),
('de', 'sale', 'Verkauf'),
('de', 'sales', 'Verkäufe'),
('de', 'sales_amount', 'Umsatz'),
('de', 'sales_commission', 'Verkaufsprovision'),
('de', 'sales_period', 'Verkaufsperiode'),
('de', 'sales_period_total', 'Total Verkaufsperiode'),
('de', 'sales_reports', 'Verkaufsberichte'),
('de', 'sales_reports_menu_description', 'Ausführliche Verkaufs Statistiken.'),
('de', 'sales_reports_side_bar_notes', 'Um Bestellstatus, Zahlungsmethoden und Tarifbereiche in die Konditionenliste aufzunehmen, markieren Sie den gewünschten Artikel und klicken Sie auf die Schaltfläche \"sichern\".'),
('de', 'salt', 'Salt'),
('de', 'same_as_source', 'gleich wie Quelle'),
('de', 'save', 'Speichern'),
('de', 'saved_search', 'Gespeicherte Suchen'),
('de', 'save_and_close', 'Speichern und schliessen'),
('de', 'save_and_send', 'Speichern und senden'),
('de', 'save_as', 'Speichern als...'),
('de', 'save_cc', 'Salvar cartão de crédito'),
('de', 'save_changes', 'Änderungen speichern'),
('de', 'save_directory', 'Serververzeichnis'),
('de', 'save_discount', 'Sparen Sie'),
('de', 'save_layout', 'Layout speichern'),
('de', 'save_layout_as', 'Layout speichern als'),
('de', 'save_process_payment', 'Zahlung speichern und abwickeln'),
('de', 'save_this_search_as', 'Diese Suche speichern als'),
('de', 'sb_share', 'Teilen'),
('de', 'scan_for_modified_core_files', 'Scannen nach geänderten Kerndateien'),
('de', 'scb_text_notice', 'Bitte senden Sie die folgende URL an den SCB-Support, um sie als PostbackURL einzustellen: <br /><b>[return_url]</b>'),
('de', 'screen', 'Bildschirm'),
('de', 'screen_resolution', 'Bildschirm Auflösung'),
('de', 'script', 'Skript'),
('de', 'scroller_direction', 'Scroller Richtung'),
('de', 'scroll_per_page', 'Nach Seite scrollen'),
('de', 'search', 'Suche'),
('de', 'search_again', 'Erneut Suchen'),
('de', 'search_by_order', 'Nach Bestellung suchen'),
('de', 'search_by_owner', 'Nach Besitzer suchen'),
('de', 'search_by_price', 'nach Preis suchen'),
('de', 'search_by_product_features', 'Nach Produkt Eigenschaften suchen'),
('de', 'search_by_product_filters', 'Nach Produkt Filter suchen'),
('de', 'search_by_sku', 'Nach Artikelnummer suchen'),
('de', 'search_by_supplier', 'Nach Lieferanten suchen'),
('de', 'search_by_vendor', 'Nach Verkäufer suchen'),
('de', 'search_by_weight', 'nach Gewicht suchen'),
('de', 'search_engine', 'Suchmaschine (search engine)'),
('de', 'search_for_pattern', 'Schema (pattern) suchen'),
('de', 'search_in', 'Suchen in'),
('de', 'search_in_category', 'Suchen in Kategorie'),
('de', 'search_in_subcategories', 'in Unterkategorien suchen'),
('de', 'search_options', 'Suchoptionen'),
('de', 'search_product', 'Produkt suchen'),
('de', 'search_products', 'Produkte suchen'),
('de', 'search_results', 'Suchergebnisse'),
('de', 'search_results_for', 'Suchergebnisse für [search]'),
('de', 'search_string', 'Zeichenkette suchen (String)'),
('de', 'search_tooltip', 'Suche nach Produkten, Kunden, Bestellungen und CMS Seiten'),
('de', 'search_words', 'Suchwörter'),
('de', 'secondary_categories', 'Secondary category'),
('de', 'seconds_left', '[n] Sekunde verbleiben|[n] Sekunden verbleiben'),
('de', 'secret_key', 'Geheim Schlüssel (Secret Key)'),
('de', 'secret_string', 'Geheime Zeichenkette (Secret String)'),
('de', 'secret_word', 'geheimes Wort'),
('de', 'section', 'Abschnitt'),
('de', 'section_is_not_completed', 'Sektion ist nicht abgeschlossen.'),
('de', 'section_links', 'Links Abschnitt'),
('de', 'section_name', 'Name Abschnitt'),
('de', 'secure', 'Sicher'),
('de', 'secure_checkout', 'Aktivierung der sicheren Verbindung im Kassenbereich (SSL Zertifikat muss auf Ihrem Server installiert sein)'),
('de', 'secure_storefront_url', 'Sicherer Storefront URL'),
('de', 'secure_storefront_url_already_exists', 'Der Wert von <strong>Sicherer Storefront URL</strong> Parameter von Ihnen erwähnt gehört schon einer anderen Firma'),
('de', 'security', 'Sicherheitseinstellungen'),
('de', 'security_settings', 'Sicherheitseinstellungen'),
('de', 'see_demo', 'Demo anzeigen'),
('de', 'see_full_templates_list', 'Can\'t find a notification you\'re looking for?<br/><a href=\"[email_template_manage]\">See the full list of email templates</a><br/><a href=\"[internal_template_manage]\">See the full list of on-site notification templates</a>'),
('de', 'select', 'Selektieren'),
('de', 'selectbox', 'Auswahlbox'),
('de', 'selected', 'Selektiert'),
('de', 'selected_fields', 'Ausgewählte Felder'),
('de', 'selected_filters', 'Ausgewählte Filter'),
('de', 'selected_items', 'Selektierte Elemente'),
('de', 'select_all', 'Alle selektieren'),
('de', 'select_all_product_options', 'Sie müssen alle Produktoptionen selektieren'),
('de', 'select_block', 'Block selektieren'),
('de', 'select_coordinates', 'Koordinaten wählen'),
('de', 'select_country', 'Land selektieren'),
('de', 'select_customer', 'Kunde selektieren'),
('de', 'select_dates', 'Datum selektieren'),
('de', 'select_descr_lang', 'Sprache selektieren'),
('de', 'select_fields_to_edit', 'Zu editierende Felder selektieren'),
('de', 'select_file', 'Datei selektieren'),
('de', 'select_image', 'Bild auswählen'),
('de', 'select_new_owner_company', 'Wählen Sie einen neuen Eigentümer von diesen Unternehmen Profildaten:'),
('de', 'select_one_or_more_type', 'Eine oder mehrere Optionen auswählen'),
('de', 'select_options', 'Optionen selektieren'),
('de', 'select_option_above', 'Zuerst vorherige Option selektieren'),
('de', 'select_product', 'Produkt selektieren'),
('de', 'select_products', 'Produkte selektieren'),
('de', 'select_profile', 'Profil selektieren'),
('de', 'select_shipping_method', 'Versandmethode selektieren'),
('de', 'select_single_type', 'Wählen Sie eine einzelne Option'),
('de', 'select_state', 'Wählen'),
('de', 'select_storefront', 'Select [store] storefront'),
('de', 'select_tables', 'Tabellen selektieren'),
('de', 'sell_files', 'Dateien zum Verkauf'),
('de', 'semicolon', 'Strichpunkt, (semikolon)'),
('de', 'send', 'Senden'),
('de', 'sender', 'Absender'),
('de', 'sending_email_to', 'Sendet E-Mail an [email]...'),
('de', 'send_feedback', 'Helfen Sie uns CS-Cart zu verbessern'),
('de', 'send_invitations', 'Invite'),
('de', 'send_notification', 'Benachrichtigung an selektierte senden'),
('de', 'send_shipment_notification_to_customer', 'Kunde über Versand benachrichtigen'),
('de', 'send_shipping_address', 'Kunden Versandadresse senden'),
('de', 'send_test_email', 'Test-e-Mail senden'),
('de', 'send_test_notification', 'Send test notification'),
('de', 'send_to', 'Senden an'),
('de', 'send_to_test_email', 'An Testmail senden'),
('de', 'send_via', 'Senden über'),
('de', 'send_via_email', 'Per Email senden'),
('de', 'send_via_postal_mail', 'Per Post senden'),
('de', 'sent', 'Gesendet'),
('de', 'seo', 'SEO'),
('de', 'seo.create_redirect', 'Weiterleitung von alter URL erstellen'),
('de', 'seo.error_incorrect_url', 'Falsches Format für <b>[url]</b> URL. Wenn Ihre URL zum Beispiel <b>http://example.com/path/to/object</b>ist,müssen Sie <b>/path/to/object</b>eingeben.'),
('de', 'seo.error_old_url_exists', 'Die URL der Umleitung existiert bereits.'),
('de', 'seo.important_language_text', '<b>Warning!</b> The <b>SEO</b> add-on is currently configured to use a single URL for all languages. If you hide, disable, or delete a default language of one of the storefronts, the SEO URLs will be changed.'),
('de', 'seo.new_redirect', 'Neue Umleitung'),
('de', 'seo.new_url', 'Neue URL:'),
('de', 'seo.old_url', 'Alte URL'),
('de', 'seo.redirects_manager', '301 Weiterleitungen'),
('de', 'seo.redirects_manager_menu_description', 'Verwaltet die Weiterleitungsregeln von alten URLs'),
('de', 'seo.rich_snippets', 'Google Rich Snippets Vorschau'),
('de', 'seo.rich_snippets_rating', 'Bewertung'),
('de', 'seo.rich_snippets_reviews', '[n] Rezension|[n] Rezensionen'),
('de', 'seo_menu_description', 'SEO settings of your store.'),
('de', 'seo_meta_data', 'SEO / Meta data'),
('de', 'seo_name', 'SEO-Name'),
('de', 'seo_page_title', 'Seite [n]'),
('de', 'seo_robots', 'robots.txt'),
('de', 'seo_rules', 'SEO-Regeln'),
('de', 'seo_rules_menu_description', 'Verwenden Sie diesen Abschnitt, um globale Regeln für die in Ihrem Shop umgeschriebenen URLs zu definieren.'),
('de', 'separate_multiple_email_addresses', 'If you enter multiple emails, write each of them in a new line.'),
('de', 'separator', 'Trennvorrichtung'),
('de', 'sequential', 'Folgend'),
('de', 'server', 'Server'),
('de', 'service_not_available', 'Dieser Service ist nicht verfügbar'),
('de', 'set', 'Einpassen'),
('de', 'settings', 'Einstellungen'),
('de', 'settings_overwrite_text', '<b>[theme_name]</b> will set following settings on activation'),
('de', 'settings_overwrite_title', 'The theme overwrites store settings'),
('de', 'settings_wizard', 'Einstellungen Wizard'),
('de', 'settings_wizard_close_tooltip', 'Es ist möglich den Einstellungen Wizard nochmals auszuführen: Im Menu -> Einstellungen Wizard.'),
('de', 'settings_wizard_title', 'Einstellungen Wizard: Schritt [current_step] von [total_steps]'),
('de', 'setting_min_order_amount_type_was_hidden_upgrade_notification_text', '<p>Previously, the <b>Minimum order amount</b> in your store included the shipping costs. If the minimum order amount was $50, and a customer bought 2 products at $20 each, and the shipping cost was $12, then it would be possible to place an order. But now this behavior has changed: only the total price of all products in the cart will determine whether the minimum order amount has been reached.</p><p>Please go to <b>Settings → Checkout</b> and adjust your <b>Minimum order amount</b> to reflect this change.</p><p><a href=\"[checkout_settings]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Open checkout settings</a></p>'),
('de', 'setting_min_order_amount_type_was_hidden_upgrade_notification_title', 'Setting \"Define minimum order amount by\" removed'),
('de', 'set_custom_configuration', 'Set custom configuration'),
('de', 'share', 'Teilen'),
('de', 'share.congratulations_first_order', 'Gratulation zu Ihrer ersten kompletten Bestellung.'),
('de', 'share.first_order_tweet', 'Wow! Die erste komplette Bestellung in meinem CS-Cart Store'),
('de', 'share.installation_tweet', 'Ich habe gerade einen Online Store mit [product_name] erstellt'),
('de', 'sharedsec', 'SharedSec'),
('de', 'shared_secret', 'Gemeinsamer geheimer Schlüssel'),
('de', 'share_discount', 'Rabatt aufteilen'),
('de', 'sha_sign', 'SHA-1 Signatur'),
('de', 'shipment', 'Versand'),
('de', 'shipments', 'Info über Lieferungen'),
('de', 'shipments_menu_description', 'Lieferscheine anzeigen und drucken für Lieferungen, die aus einer bestehenden Bestellung erstellt worden sind.'),
('de', 'shipment_date', 'Versanddatum'),
('de', 'shipment_details', 'Versand Details'),
('de', 'shipment_has_been_created', 'Versand wurde erstellt'),
('de', 'shipment_id', 'Versand ID'),
('de', 'shipment_info', 'Versand Informationen'),
('de', 'shipment_statuses', 'Sendungsstatus'),
('de', 'shipped', 'Versandt'),
('de', 'shipped_products', 'Versandte Produkte'),
('de', 'shipper_number', 'Kurier Nummer'),
('de', 'shipping', 'Versand'),
('de', 'shippings', 'Lieferungen'),
('de', 'shippings.aup.currency_not_configured', 'Um den Versandabwickler der Australischen Post zu aktivieren, müssen Sie die Australische Dollar Währung aktiviert haben.'),
('de', 'shippings.aup.pac_api_key', 'PAC API key'),
('de', 'shippings.can.api_keys', 'API keys'),
('de', 'shippings.can.business_account_information', 'Informationen zum Geschäftskonto'),
('de', 'shippings.can.contract_id', 'Vertrags-ID'),
('de', 'shippings.can.customer_number', 'Kundennummer'),
('de', 'shippings.can.options', 'Lieferbedingungen'),
('de', 'shippings.can.option_cod', 'Collect on Delivery'),
('de', 'shippings.can.option_cov', 'Erfassung'),
('de', 'shippings.can.option_cov_amount', 'Coverage amount'),
('de', 'shippings.can.option_dns', 'Do not safe drop'),
('de', 'shippings.can.option_hfp', 'Card for pickup'),
('de', 'shippings.can.option_lad', 'Leave at door - do not card'),
('de', 'shippings.can.option_pa18', 'Proof of Age Required - 18'),
('de', 'shippings.can.option_pa19', 'Proof of Age Required - 19'),
('de', 'shippings.can.option_so', 'Unterschrift'),
('de', 'shippings.can.password', 'Passwort'),
('de', 'shippings.can.username', 'Benutzername'),
('de', 'shippings.currency_not_found', 'Währung [Währung] wurde nicht gefunden'),
('de', 'shippings.fedex.currency_is_missing', 'The rates calculated by FedEx are in [currency], and that currency doesn\'t exist in your store. Please create that currency; otherwise customers won\'t be able to select this shipping method.'),
('de', 'shippings.fedex.freight_account_number', 'Freight account number'),
('de', 'shippings.fedex.options', 'Delivery options'),
('de', 'shippings.fedex.option_broker_select_option', 'Broker select option'),
('de', 'shippings.fedex.option_call_before_delivery', 'Call before delivery'),
('de', 'shippings.fedex.option_cod', 'COD'),
('de', 'shippings.fedex.option_cod_amount', 'COD amount'),
('de', 'shippings.fedex.option_cod_collection_type', 'COD collection type'),
('de', 'shippings.fedex.option_cod_collection_type_any', 'Any'),
('de', 'shippings.fedex.option_cod_collection_type_cash', 'Cash'),
('de', 'shippings.fedex.option_cod_collection_type_guaranteed_funds', 'Guaranteed funds'),
('de', 'shippings.fedex.option_custom_delivery_window', 'Custom delivery window'),
('de', 'shippings.fedex.option_dangerous_goods', 'Dangerous goods'),
('de', 'shippings.fedex.option_dangerous_goods_accessibility', 'Dangerous goods accessibility'),
('de', 'shippings.fedex.option_dangerous_goods_accessibility_accessible', 'Zugänglich'),
('de', 'shippings.fedex.option_dangerous_goods_accessibility_inaccessible', 'Unerreichbar'),
('de', 'shippings.fedex.option_dangerous_goods_options', 'Hazardous content options'),
('de', 'shippings.fedex.option_dangerous_goods_options_battery', 'Battery'),
('de', 'shippings.fedex.option_dangerous_goods_options_hazardous_materials', 'Hazardous materials'),
('de', 'shippings.fedex.option_dangerous_goods_options_limited_quantities_commodities', 'Limited quantities commodities'),
('de', 'shippings.fedex.option_dangerous_goods_options_orm_d', 'ORM-D'),
('de', 'shippings.fedex.option_dangerous_goods_options_reportable_quantities', 'Reportable quantities'),
('de', 'shippings.fedex.option_dangerous_goods_options_small_quantity_exception', 'Small quantity exception'),
('de', 'shippings.fedex.option_do_not_break_down_pallets', 'Paletten nicht zerlegen'),
('de', 'shippings.fedex.option_do_not_stack_pallets', 'Paletten nicht stapeln'),
('de', 'shippings.fedex.option_dry_ice', 'Trockeneis'),
('de', 'shippings.fedex.option_east_coast_special', 'East Coast special'),
('de', 'shippings.fedex.option_electronic_trade_documents', 'Elektronische Handelsdokumente'),
('de', 'shippings.fedex.option_extreme_length', 'Überlänge'),
('de', 'shippings.fedex.option_fedex_one_rate', 'FedEx One Rate'),
('de', 'shippings.fedex.option_food', 'Nahrungsmittel'),
('de', 'shippings.fedex.option_freight_guarantee', 'Frachtgarantie'),
('de', 'shippings.fedex.option_freight_to_collect', 'Freight to collect'),
('de', 'shippings.fedex.option_future_day_shipment', 'Versand am nächsten Tag'),
('de', 'shippings.fedex.option_hold_at_location', 'Am Standort halten'),
('de', 'shippings.fedex.option_home_delivery_premium', 'Hauslieferung Premium'),
('de', 'shippings.fedex.option_inside_delivery', 'Inside delivery'),
('de', 'shippings.fedex.option_inside_pickup', 'Inside pickup'),
('de', 'shippings.fedex.option_international_controlled_export_service', 'Internationaler kontrollierter Exportservice'),
('de', 'shippings.fedex.option_international_traffic_in_arms_regulations', 'Internationaler Handel mit Rüstungsgütern'),
('de', 'shippings.fedex.option_liftgate_delivery', 'Liftgate delivery'),
('de', 'shippings.fedex.option_liftgate_pickup', 'Liftgate pickup'),
('de', 'shippings.fedex.option_limited_access_delivery', 'Bereitstellung mit begrenztem Zugriff'),
('de', 'shippings.fedex.option_limited_access_pickup', 'Abholung mit begrenztem Zugang'),
('de', 'shippings.fedex.option_pharmacy_delivery', 'Apothekenlieferung'),
('de', 'shippings.fedex.option_poison', 'Gift'),
('de', 'shippings.fedex.option_protection_from_freezing', 'Gefrierschutz'),
('de', 'shippings.fedex.option_returns_clearance', 'Retourenfreigabe'),
('de', 'shippings.fedex.option_saturday_delivery', 'Samstagszustellung'),
('de', 'shippings.fedex.option_saturday_pickup', 'Samstagsabholung'),
('de', 'shippings.fedex.option_top_load', 'Top load'),
('de', 'shippings.fedex.upgrade_notification_text', '<p>The latest version of [product] has different settings for realtime shipping rate calculation if you use FedEx as a Carrier.</p><p>If you want to show current shipping rates to your clients, do this:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses FedEx as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li><li>switch to the Configure tab and select desired delivery options</li></ul>'),
('de', 'shippings.fedex.upgrade_notification_title', 'FedEx Echtzeit-Versandtarifkalkulationsänderungen'),
('de', 'shippings.service_not_configured', 'Dienst ist nicht konfiguriert'),
('de', 'shippings.service_not_found', 'Dienst wurde nicht gefunden'),
('de', 'shippings.ups.package_type.01', 'UPS Letter'),
('de', 'shippings.ups.package_type.02', 'Package'),
('de', 'shippings.ups.package_type.03', 'Tube'),
('de', 'shippings.ups.package_type.04', 'Pak'),
('de', 'shippings.ups.package_type.21', 'Express Box'),
('de', 'shippings.ups.package_type.24', '25kg Box'),
('de', 'shippings.ups.package_type.25', '10kg Box'),
('de', 'shippings.ups.package_type.2a', 'Kleine Expressbox'),
('de', 'shippings.ups.package_type.2b', 'Mittlere Expressbox'),
('de', 'shippings.ups.package_type.2c', 'Große Expressbox'),
('de', 'shippings.ups.package_type.30', 'Palette'),
('de', 'shippings_taxes', 'Versand & Steuern'),
('de', 'shipping_address', 'Lieferadresse'),
('de', 'shipping_address_changed', 'Die Lieferadresse wurde geändert'),
('de', 'shipping_address_line_2', 'Versand: Adresse (Zeile 2)'),
('de', 'shipping_applied_to_vendors', 'The shipping method was applied to [vendors] vendors'),
('de', 'shipping_charges', 'Versandgebühren'),
('de', 'shipping_city', 'Versand: Stadt'),
('de', 'shipping_cost', 'Versandkosten'),
('de', 'shipping_costs_will_changed', 'Versandkosten werden geändert am'),
('de', 'shipping_country', 'Versand: Land'),
('de', 'shipping_estimation', 'Versandkosten Abschätzung'),
('de', 'shipping_first_name', 'Versand: Vorname'),
('de', 'shipping_freight', 'Versandkosten'),
('de', 'shipping_information', 'Versand Information'),
('de', 'shipping_last_name', 'Versand: Nachname'),
('de', 'shipping_method', 'Versandmethode'),
('de', 'shipping_methods', 'Versandmethoden'),
('de', 'shipping_methods_menu_description', 'Kombination von Regeln und Parameter um die Versandkosten zu bestimmen.'),
('de', 'shipping_name', 'Name Versand'),
('de', 'shipping_options', 'Versandoptionen'),
('de', 'shipping_phone', 'Versand: Telefon'),
('de', 'shipping_properties', 'Versandeigenschaften'),
('de', 'shipping_rates', 'Versandgebühren'),
('de', 'shipping_same_as_billing', 'Versandadresse gleich wie Rechnungsadresse'),
('de', 'shipping_service', 'Versandservice/Kurier'),
('de', 'shipping_state', 'Versand: Bundesland'),
('de', 'shipping_time_and_charges', 'Lieferzeit und Versandkosten'),
('de', 'shipping_tips', ''),
('de', 'shipping_zipcode', 'Versand: Postleitzahl'),
('de', 'ship_dhl_height', 'Höhe Paket (in Zoll)'),
('de', 'ship_dhl_length', 'Länge Paket (in Zoll)'),
('de', 'ship_dhl_site_id', 'Seiten ID'),
('de', 'ship_dhl_width', 'Breite Paket (in Zoll)'),
('de', 'ship_downloadable', 'Enable shipping for downloadable products'),
('de', 'ship_fedex_ancillary_endorsement', 'Zusätzliche Vermerke'),
('de', 'ship_fedex_ancillary_endorsement_address_correction', 'Adressdienst angefordert'),
('de', 'ship_fedex_ancillary_endorsement_carrier_leave_if_no_response', 'Bei fehlender Antwort den Lieferanten auslassen'),
('de', 'ship_fedex_ancillary_endorsement_change_service', 'Änderungsdienst angefordert'),
('de', 'ship_fedex_ancillary_endorsement_forwarding_service', 'Angeforderter Speditionsdienst'),
('de', 'ship_fedex_ancillary_endorsement_return_delivery', 'Anfrage auf Rücksendung'),
('de', 'ship_fedex_customer_manifest_id', 'Kundenladeverzeichnis ID'),
('de', 'ship_fedex_drop_off_type', 'Abgabetyp (drop off type)'),
('de', 'ship_fedex_drop_off_type_business_service_center', 'Business service center'),
('de', 'ship_fedex_drop_off_type_drop_box', 'Drop box'),
('de', 'ship_fedex_drop_off_type_regular_pickup', 'Normale Abholung (regular pickup)'),
('de', 'ship_fedex_drop_off_type_request_courier', 'Kurrier Anfrage (request courier)'),
('de', 'ship_fedex_drop_off_type_station', 'In Büro abgeben (drop at station)'),
('de', 'ship_fedex_height', 'Höhe (in Zoll)'),
('de', 'ship_fedex_hub_id', 'Hub ID'),
('de', 'ship_fedex_indicia', 'Kennzeichnung/Markierung'),
('de', 'ship_fedex_indicia_media_mail', 'Medien- Post (Pakete von 1 bis 70 Pfund, Bücher, DVDs, CDs, Videokassetten)'),
('de', 'ship_fedex_indicia_parcel_select', 'Paketauswahl (Pakete von 1 bis 70 lbs)'),
('de', 'ship_fedex_indicia_presorted_bound_printed_matter', 'Gebundene Druckbandpakete (Pakete von 1 bis 15 lbs, Kataloge, Telefonbücher oder alles dauerhaft Gebundene)'),
('de', 'ship_fedex_indicia_presorted_standard', 'Standard-Mail-Pakete (Pakete unter 1 lb)'),
('de', 'ship_fedex_length', 'Länge (in Zoll)'),
('de', 'ship_fedex_meter_number', 'Nummer (Meter)'),
('de', 'ship_fedex_package_type_fedex_10kg_box', 'FedEx 10kg Box'),
('de', 'ship_fedex_package_type_fedex_25kg_box', 'FedEx 25kg Box'),
('de', 'ship_fedex_package_type_fedex_box', 'FedEx Box'),
('de', 'ship_fedex_package_type_fedex_envelope', 'FedEx Briefumschlag'),
('de', 'ship_fedex_package_type_fedex_extra_large_box', 'FedEx Extra Large Box'),
('de', 'ship_fedex_package_type_fedex_large_box', 'FedEx Large Box'),
('de', 'ship_fedex_package_type_fedex_medium_box', 'FedEx Medium Box'),
('de', 'ship_fedex_package_type_fedex_pak', 'FedEx Pak'),
('de', 'ship_fedex_package_type_fedex_small_box', 'FedEx Small Box'),
('de', 'ship_fedex_package_type_fedex_tube', 'FedEx Tube'),
('de', 'ship_fedex_package_type_your_packaging', 'Ihre Verpackung'),
('de', 'ship_fedex_smart_post', 'Smart Post'),
('de', 'ship_fedex_special_services', 'Besonderer Service (Lieferbestätigung)'),
('de', 'ship_fedex_width', 'Breite (in Zoll)'),
('de', 'ship_height', 'Höhe Paket (cm)'),
('de', 'ship_length', 'Länge Paket (in Zentimeter)'),
('de', 'ship_sp_l_acknowledgement_of_delivery', 'Empfangsbestätigung Versand (nur für eingeschriebener Versand)'),
('de', 'ship_sp_l_cash_on_delivery', 'Zahlung gegen Nachnahme (nur für Eingeschriebene Sendungen)'),
('de', 'ship_sp_l_personal_delivery', 'Privatversand (nur für eingeschriebene Sendung)'),
('de', 'ship_sp_l_registered_mail', 'Eingeschriebener (registrierter) Versand'),
('de', 'ship_sp_pc_assurance', 'Versicherung'),
('de', 'ship_sp_pc_cash_on_delivery', 'Gegen Nachnahme (zahlbar bei Lieferung)'),
('de', 'ship_sp_pc_fragile', 'Zerbrechlich'),
('de', 'ship_sp_pc_manual_handling', 'Manuelle Abwicklung'),
('de', 'ship_sp_pc_personal', 'Persönlich'),
('de', 'ship_sp_pc_signature', 'Unterschrift (Signature)'),
('de', 'ship_sp_pp_additional_insurance', 'Zusatzversicherung (bis CHF 3000.-)'),
('de', 'ship_sp_pp_bulky_goods', 'Sperrgut'),
('de', 'ship_sp_pp_cash_on_delivery', 'Zahlung gegen Nachnahme (nur ECONOMY)'),
('de', 'ship_sp_pp_manual_processing', 'Manuelle Abwicklung'),
('de', 'ship_sp_ur_additional_insurance', 'Zusätzliche Versicherung für DRINGENDE Waren (bis CHF 3000.-)'),
('de', 'ship_swisspost_error_intl_delivery', 'Kann diese Versandmethode nicht für die internationale Lieferung verwenden'),
('de', 'ship_swisspost_error_private_delivery', 'Kann diese Versandmethode nicht für die private Liefererung verwenden'),
('de', 'ship_swisspost_heavy_package', 'Das Paket ist zu schwer'),
('de', 'ship_swisspost_unable_to_open_additional_services', 'Kann die Datei: additional_services.csv nicht öffnen'),
('de', 'ship_swisspost_unable_to_open_service', 'Kann die Datei [code] nicht öffnen'),
('de', 'ship_temando_height', 'Pakethöhe'),
('de', 'ship_temando_length', 'Paketlänge'),
('de', 'ship_temando_measurement', 'Verpackungsmass'),
('de', 'ship_temando_method', 'Lieferungsmethode'),
('de', 'ship_temando_package', 'Verpackung'),
('de', 'ship_temando_readydate', 'Ready date (Tage)'),
('de', 'ship_temando_subclass', 'Klasse des Artikels der versendet wird'),
('de', 'ship_temando_weight_measurement', 'Typ der Gewichtsmessung'),
('de', 'ship_temando_width', 'Paketbreite'),
('de', 'ship_to', 'Lieferadresse'),
('de', 'ship_to_another', 'Lieferadresse abweichend'),
('de', 'ship_ups_access_key', 'Zugangsschlüssel UPS Tarife'),
('de', 'ship_ups_dcist_type', 'Bestätigungstyp'),
('de', 'ship_ups_delivery_confirmation', 'Keine Signatur'),
('de', 'ship_ups_delivery_confirmation_adult_signature', 'Signatur eines Erwachsenen erforderlich'),
('de', 'ship_ups_delivery_confirmation_signature', 'Signatur erforderlich'),
('de', 'ship_ups_package_type_01', 'UPS Briefumschlag/ UPS Express Briefumschlag'),
('de', 'ship_ups_package_type_03', 'UPS Rohr (Tube)'),
('de', 'ship_ups_package_type_04', 'UPS Paket (Pak)'),
('de', 'ship_ups_package_type_21', 'UPS Express-Box'),
('de', 'ship_ups_package_type_24', 'UPS 25Kg Box'),
('de', 'ship_ups_package_type_25', 'UPS 10Kg Box'),
('de', 'ship_ups_pickup_type', 'Abholungstyp'),
('de', 'ship_ups_pickup_type_01', 'Tägliche Abholung'),
('de', 'ship_ups_pickup_type_03', 'Kundenschalter'),
('de', 'ship_ups_pickup_type_06', 'Einmalige Abholung'),
('de', 'ship_ups_pickup_type_07', 'Luftfracht (On Call Air)'),
('de', 'ship_ups_pickup_type_11', 'Preisempfehlung Detailhandel'),
('de', 'ship_ups_pickup_type_19', 'Brief Center'),
('de', 'ship_ups_pickup_type_20', 'Luftfracht-Center'),
('de', 'ship_ups_use_delivery_confirmation', 'Versandbestätigung verwenden'),
('de', 'ship_usps_container', 'Behälter'),
('de', 'ship_usps_container_express', 'Behälter (Express)'),
('de', 'ship_usps_container_express_flat_rate_envelope', 'Flat Rate (Pauschale) Briefumschlag'),
('de', 'ship_usps_container_priority', 'Behälter (Luftpost)'),
('de', 'ship_usps_container_priority_flat_rate_box', 'Flat Rate (Pauschale) Box'),
('de', 'ship_usps_container_priority_flat_rate_envelope', 'Flat Rate (Pauschale) Brief'),
('de', 'ship_usps_container_priority_gift_card_flat_rate_envelope', 'Gift Card Flat Rate Envelope'),
('de', 'ship_usps_container_priority_legal_flat_rate_envelope', 'Gesetzlicher Umschlag'),
('de', 'ship_usps_container_priority_lg_flat_rate_box', 'Grosse Flat Rate (Pauschale) Box'),
('de', 'ship_usps_container_priority_md_flat_rate_box', 'Mittlere Flat Rate (Pauschale) Box'),
('de', 'ship_usps_container_priority_nonrectangular', 'Nicht rechteckig'),
('de', 'ship_usps_container_priority_padded_flat_rate_envelope', 'Gepolsterter Umschlag'),
('de', 'ship_usps_container_priority_rectangular', 'Rechteckig'),
('de', 'ship_usps_container_priority_regional_a_rate_box', 'Regionale Rate Box A'),
('de', 'ship_usps_container_priority_regional_b_rate_box', 'Regionale Rate Box B'),
('de', 'ship_usps_container_priority_regional_c_rate_box', 'Regionale Rate Box C'),
('de', 'ship_usps_container_priority_sm_flat_rate_box', 'Kleine Flat Rate (Pauschale) Box'),
('de', 'ship_usps_container_priority_sm_flat_rate_envelope', 'Flat Rate (Pauschale) Briefumschlag'),
('de', 'ship_usps_container_priority_window_flat_rate_envelope', 'Window Flat Rate Envelope'),
('de', 'ship_usps_first_class_mail_type', 'Erste Klasse Versandtyp (First Class Mail Type)'),
('de', 'ship_usps_first_class_mail_type_flat', 'Flat (Pauschale)'),
('de', 'ship_usps_first_class_mail_type_parcel', 'Postpaket (Parcel)'),
('de', 'ship_usps_intl_package_girth', 'Umfang Verpackung'),
('de', 'ship_usps_intl_package_height', 'Höhe Verpackung'),
('de', 'ship_usps_intl_package_length', 'Länge Paket'),
('de', 'ship_usps_intl_package_size', 'Grösse Verpackung'),
('de', 'ship_usps_intl_package_width', 'Breite Verpackung'),
('de', 'ship_usps_machinable', 'Automatisierbar (First-Class Versand oder Paketpost)'),
('de', 'ship_usps_machinable_false', 'Nicht zutreffend'),
('de', 'ship_usps_machinable_true', 'Zutreffend'),
('de', 'ship_usps_mailtype', 'Versandtyp'),
('de', 'ship_usps_mailtype_matter_for_the_blind', 'Inhalt für Blinde'),
('de', 'ship_usps_mailtype_postcards_or_aerogrammes', 'Postkarten oder Aerogramme'),
('de', 'ship_usps_package_size', 'Abmessungen Paket (Länge + Umfang, in Zoll)'),
('de', 'ship_usps_package_size_large', 'Groß (84..108)'),
('de', 'ship_usps_package_size_oversize', 'Übergrösse (108..130)'),
('de', 'ship_usps_package_size_regular', 'Regular (0..84) (normal)'),
('de', 'ship_usps_priority_girth', 'Priority Mail (Grösse:Gross, Container:Nicht rechteckig) Umfang (in Zoll)'),
('de', 'ship_usps_priority_height', 'Priority Mail (Grösse:Gross) Höhe (in Zoll)'),
('de', 'ship_usps_priority_length', 'Priority Mail (Grösse: Large) Länge (in Zoll)'),
('de', 'ship_usps_priority_width', 'Priority Mail (Grösse:Gross) Breite (in Zoll)'),
('de', 'ship_usps_username', 'Benutzer ID'),
('de', 'ship_width', 'Breite Verpackung (cm)'),
('de', 'shop_now', 'Jetzt einkaufen'),
('de', 'short_description', 'Kurzbeschreibung'),
('de', 'short_hour', 'Std.'),
('de', 'short_list', 'Kurze Liste'),
('de', 'show', 'Zeigen'),
('de', 'show_all', 'Alle zeigen'),
('de', 'show_all_storefronts', 'Show all storefronts'),
('de', 'show_all_storefronts_with_count', 'Show all [count] storefronts'),
('de', 'show_in_product_header', 'Show in product header'),
('de', 'show_in_product_list', 'Show in product list'),
('de', 'show_items_in_line', 'Inline Elemente anzeigen'),
('de', 'show_less', 'Zeige weniger'),
('de', 'show_location', 'Show location'),
('de', 'show_menu_on_mouse_over', 'Bei Mouseover Menu zeigen'),
('de', 'show_more', 'Zeige mehr'),
('de', 'show_on_checkout', 'An der Kasse zeigen'),
('de', 'show_on_separate_page', 'Auf separater Seite anzeigen'),
('de', 'show_on_the_features_tab', 'Show on the features tab'),
('de', 'show_options', 'Optionen anzeigen'),
('de', 'show_orders', 'Bestellungen zeigen'),
('de', 'show_package_contents', 'Upgrade-Inhalt anzeigen'),
('de', 'show_price', 'Preis anzeigen'),
('de', 'show_products_count', 'Show products count'),
('de', 'show_rate_for_destination', 'Gebühren für Versand Zielort anzeigen'),
('de', 'show_rate_for_rate_area', 'Tarife für Tarifbereich anzeigen'),
('de', 'show_rating', 'Show review rating'),
('de', 'show_tab_in_popup', 'Diesen Tab (Registerkarte) in popup Fenster anzeigen'),
('de', 'show_to', 'Show to'),
('de', 'sidebox_general', 'Ordinary block (H3 heading) [deprecated]'),
('de', 'sidebox_important', 'Ordinary block (H3 heading)'),
('de', 'signature', 'Unterschrift'),
('de', 'signed_in_as', 'Angemeldet als'),
('de', 'sign_in', 'Anmelden'),
('de', 'sign_in_as_different', 'Als anderer Benutzer anmelden'),
('de', 'sign_in_to_buy', 'Um einzukaufen bitte zuerst anmelden'),
('de', 'sign_in_to_enter_tags', 'Anmelden, um Schlagwörter zu erfassen'),
('de', 'sign_in_to_view_price', '[Zuerst anmelden um den Preis zu sehen]'),
('de', 'sign_out', 'Abmelden'),
('de', 'sign_up_for_notification', 'Registrieren um Meldungen zu bekommen'),
('de', 'similar', 'Ähnlich'),
('de', 'similar_category', 'Aus derselben Kategorie'),
('de', 'similar_in_stock', 'Nur verfügbare Artikel anzeigen'),
('de', 'similar_only', 'Nur ähnliche'),
('de', 'similar_subcats', 'Unterkategorien anzeigen'),
('de', 'simple_ultimate_companies_selector', 'Bitte kontaktieren Sie den technischen Support'),
('de', 'simultaneous', 'Gleichzeitig'),
('de', 'single', 'Einzel'),
('de', 'single_coupon_is_allowed', 'Nur ein (1) Rabatt Coupon erlaubt'),
('de', 'sitemap', 'Sitemap (Seitenübersicht)'),
('de', 'sitemap_available_in_customer', 'Die Seitenübersicht kann mit diesem Link aufgerufen werden: <a href=\"[sitemap_url]\">[sitemap_url]</a><br /><br />Die Sitemap kann mit dieser URL aufgerufen werden <a href=\"[http_location]/sitemap.xml\">[http_location]/sitemap.xml</a>'),
('de', 'sitemap_menu_description', 'Generieren Sie die sitemap.xml Ihres Stores für die Suchmaschinen'),
('de', 'sitemap_settings', 'Sitemap (Seitenübersicht) Einstellungen'),
('de', 'siteurl', 'Seiten-URL'),
('de', 'site_number', 'Nummer der Webseite (EPT)'),
('de', 'size', 'Grösse'),
('de', 'skiplastpage', 'letzte Seite überspringen'),
('de', 'skip_creating_new_products', 'Skip creating new products'),
('de', 'skip_payment', 'Zahlung überspringen'),
('de', 'skrill_customer_id', 'Skrill-Kundennummer'),
('de', 'sku', 'Art.-Nr.'),
('de', 'slovak', 'Slowakisch'),
('de', 'slow', 'Langsam'),
('de', 'small_items', 'Kleine Artikel'),
('de', 'smarty_block', 'HTML block with Smarty Support'),
('de', 'sms_customer_registered', 'Kunde [name] wurde registriert'),
('de', 'sms_for_the_sum', 'zum Betrag von'),
('de', 'sms_order_placed', 'SMS Bestellung wurde plaziert'),
('de', 'snapshot_date', 'Schnappschuss Datum'),
('de', 'snippets', 'Ausschnitte'),
('de', 'snippets_have_been_deleted', 'Ausschnitte wurden erfolgreich gelöscht.'),
('de', 'snippet_exists', 'Der Ausschnitt mit dem gewählten Code ist bereits vorhanden, bitte versuchen Sie einen anderen.'),
('de', 'sort_by', 'Ordnen nach'),
('de', 'sort_by_bestsellers_asc', 'Sortiert nach meistverkauft: niedrig zu hoch'),
('de', 'sort_by_bestsellers_desc', 'Sortiert nach meistverkauft'),
('de', 'sort_by_company_asc', 'Alphabetisch ordnen: A bis Z'),
('de', 'sort_by_company_desc', 'Alphabetisch ordnen: Z bis A'),
('de', 'sort_by_helpfulness_asc', 'Helpful last'),
('de', 'sort_by_helpfulness_desc', 'Helpful first'),
('de', 'sort_by_null_asc', 'Keine Ordnung'),
('de', 'sort_by_null_desc', 'No sorting'),
('de', 'sort_by_on_sale_asc', 'Sortiert nach Rabatt: Niedrig zu hoch'),
('de', 'sort_by_on_sale_desc', 'Sortiert nach Rabatt: Hoch zu niedrig'),
('de', 'sort_by_popularity_asc', 'Nach Beliebtheit ordnen: aufsteigend'),
('de', 'sort_by_popularity_desc', 'Nach Beliebtheit ordnen: Absteigend'),
('de', 'sort_by_position_asc', 'Nach Position ordnen: Aufsteigend'),
('de', 'sort_by_position_desc', 'Nach Position ordnen: Absteigend'),
('de', 'sort_by_price_asc', 'Nach Preis ordnen: Aufsteigend'),
('de', 'sort_by_price_desc', 'Nach Preis ordnen: Absteigend'),
('de', 'sort_by_product_asc', 'Alphabetisch ordnen: A bis Z'),
('de', 'sort_by_product_desc', 'Alphabetisch ordnen: Z bis A'),
('de', 'sort_by_product_review_timestamp_asc', 'Sort by date: Oldest to Newest'),
('de', 'sort_by_product_review_timestamp_desc', 'Sort by date: Newest to Oldest'),
('de', 'sort_by_rating_asc', 'Sort by rating: Low to High'),
('de', 'sort_by_rating_desc', 'Sort by rating'),
('de', 'sort_by_rating_value_asc', 'Sort by rating: Low to High'),
('de', 'sort_by_rating_value_desc', 'Sort by rating: High to Low');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('de', 'sort_by_timestamp_asc', 'Nach älteste Artikel sortieren'),
('de', 'sort_by_timestamp_desc', 'Nach neueste Artikel sortieren'),
('de', 'sort_images', 'Bilder ordnen'),
('de', 'sort_order', 'Order'),
('de', 'spanish', 'Spanisch'),
('de', 'special', 'Extra'),
('de', 'specific_settings', 'Spezifische Einstellungen'),
('de', 'specify_options', 'Optionen festlegen'),
('de', 'specify_url', 'URL bestimmen'),
('de', 'speed', 'Geschwindigkeit'),
('de', 'ssl_certificate', 'SSL Zertifikat'),
('de', 'staff_only_notes', 'Nur für interne Notizen'),
('de', 'stage', 'Phase'),
('de', 'standard_sidebox', 'Standard Sidebox'),
('de', 'start', 'Start'),
('de', 'start_communication', 'Wenn Sie einen Kommentar zu Ihrer Bestellung schreiben wollen, bitte hier klicken ...'),
('de', 'start_date', 'Startdatum'),
('de', 'start_price', 'Anfangsbetrag'),
('de', 'state', 'Bundesland/Kanton'),
('de', 'states', 'Bundesländer/Kantone'),
('de', 'states_list', 'Liste Bundeslander'),
('de', 'states_menu_description', 'Kombination von Bundesländer/Kantone die in Ihrem Shop unterstützt werden.'),
('de', 'static_block', 'Statischer Block'),
('de', 'static_data', 'Statische Daten'),
('de', 'static_data_use_item', '\"Text Link\" und \"URL\" Werte aus selektiertem Element verwenden'),
('de', 'statistics', 'Statistiken'),
('de', 'statistics_by_questions', 'Statistik nach Fragen'),
('de', 'status', 'Status'),
('de', 'statuses', 'status'),
('de', 'statuses_management', 'Stati'),
('de', 'status_changed', 'Status geändert'),
('de', 'status_changed_after_process_payment', 'Status der Bestellung wurde nach dem Zahlungsabwicklung Ergebnis gesetzt'),
('de', 'stay_connected', 'Bleiben Sie informiert'),
('de', 'stay_connected_notice', 'Ihre Email Adresse eingeben um spezielle Angebote und Promotionen zu erhalten.'),
('de', 'step_four', 'Schritt 4'),
('de', 'step_one', 'Schritt 1'),
('de', 'step_three', 'Schritt 3'),
('de', 'step_two', 'Schritt 2'),
('de', 'stop_other_rules', 'Andere Regeln beenden'),
('de', 'storage', 'Speicher'),
('de', 'store', 'CS-Cart Store'),
('de', 'storefront', 'Storefront (Front-end)'),
('de', 'storefronts', 'Storefronts'),
('de', 'storefronts_limit_exceeded', 'The number of storefronts in your CS-Cart License has exceeded the number of purchased storefront licenses.'),
('de', 'storefronts_themes_upgrade_notification.message', '<p>Previously, all storefronts looked the same. They differed only in currencies, languages, and vendors. But now storefronts can have their own themes and layouts. This allows you to customize their look and structure.</p><ul><li>Themes let you give each storefront its own set colors, fonts, logos, backgrounds, and styles. Match the appearance of a storefronts to its products or the preference of its audience.</li><li>Layouts and blocks let you create storefronts with entirely different structure and content. Show different banners, change the positions of elements on the pages, and so on. Everything in [product] is displayed via blocks, so you have many ways to customize your storefronts.</li></ul><p><a href=\"[themes_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Manage themes</a> <a href=\"[layouts_url]\" target=\"_blank\" class=\"btn btn-large\">Manage layouts</a></p>'),
('de', 'storefronts_themes_upgrade_notification.title', 'Storefronts can now differ from each other significantly'),
('de', 'storefront_access_key', 'Access key to temporarily closed storefront'),
('de', 'storefront_access_key.setting_notice', 'You can set the access key on the storefront editing page'),
('de', 'storefront_license', 'Storefront Lizenz'),
('de', 'storefront_rest_api.guests_cant_add_products_to_cart', 'Guests can\'t add products to cart. Please log in to your account to add products to cart.'),
('de', 'storefront_status', 'Status'),
('de', 'storefront_status.tooltip', 'Even if the storefront is closed (the status set to OFF), you\'ll be able to view it if you have an access key. Specify the <i>Access key to temporarily closed storefront</i> below.<br/>Use http://www.example.com/index.php?store_access_key=key_value to access a closed storefront.'),
('de', 'storefront_status_access_key_hint', 'Selbst wenn die Schaufensterfront geschlossen ist (der Status auf AUS gesetzt), können Sie sie sehen, wenn Sie einen Zugangsschlüssel haben. Gehen Sie zu <a target=\"blank\" href=\"[url]\">Settings → General</a> und geben Sie den <i>Zugriffsschlüssel für den vorübergehend geschlossenen Speicher</i>an. Bitte beachten Sie, dass für jede Schaufensterfront ein anderer Schlüssel angegeben werden kann, stellen Sie also sicher, dass Sie zuerst die richtige Schaufensterfront auswählen. Verwenden Sie die Taste wie im Tooltip dieser Einstellung beschrieben.'),
('de', 'storefront_status_changed.N', 'The storefront was <b>opened</b>|The storefronts were <b>opened</b>'),
('de', 'storefront_status_changed.Y', 'The storefront was <b>closed</b>|The storefronts were <b>closed</b>'),
('de', 'storefront_url', 'Shop-URL'),
('de', 'storefront_url_already_exists', 'Der Wert von <strong>Storefront URL</strong> Parameter von Ihnen erwähnt, gehört bereits zu einer anderen Firma'),
('de', 'storefront_url_not_defined', 'Storefront URL nicht definiert'),
('de', 'storefront_with_same_url_exists', 'A storefront with the specified URL already exists'),
('de', 'stores', 'Shops'),
('de', 'stores_nothing_found', 'No stores have been found'),
('de', 'stores_status', 'Status'),
('de', 'store_access_key', 'Zugangsschlüssel zum vorübergehend geschlossenen Shop'),
('de', 'store_admin', 'Shop Administrator'),
('de', 'store_closed', 'Shop geschlossen'),
('de', 'store_closed_banner', 'Shop<br/>geschlossen'),
('de', 'store_home', 'Store home'),
('de', 'store_locator', 'Stores & pickup points'),
('de', 'store_locator.any_rate_area', 'Any rate area'),
('de', 'store_locator.available_fields', 'Available stores'),
('de', 'store_locator.display', 'Locations list view on the checkout page'),
('de', 'store_locator.display_l', 'List'),
('de', 'store_locator.display_m', 'Karte'),
('de', 'store_locator.display_ml', 'Map and list'),
('de', 'store_locator.main_destination', 'Located in rate area'),
('de', 'store_locator.name', 'Name'),
('de', 'store_locator.no_rate_area', 'No rate area'),
('de', 'store_locator.pickup', 'Pickup'),
('de', 'store_locator.pickup_avail', 'Available for pick-up'),
('de', 'store_locator.pickup_locations', 'Pickup Locations'),
('de', 'store_locator.pickup_rates_calculation_logic_changed_text', '<p>The <b>[pickup_addon]</b> and <b>[store_locator_addon]</b> add-ons were merged into a new add-on called [stores_pickups_addon]. Shipping rates and time are more flexible now: they depend on the location (rate area) of a pickup point. The rates are now specified in one place: the editing page of a shipping method.</p><p>For that reason, we removed the <b>Surcharge</b> field from the pickup point editing page. Its value still appears in the admin panel, but isn’t used in rate calculation. Please check your pickup points, then adjust the shipping rates of all your \"Pick up from store\" shipping methods accordingly.</p><p><a href=\"[shippings_manage]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Adjust shipping rates</a> <a href=\"[pickup_points_list]\" target=\"_blank\" class=\"btn btn-large\">View my pickup points</a></p>'),
('de', 'store_locator.pickup_rates_calculation_logic_changed_title', 'Pick up from store: Surcharge per pickup point removed'),
('de', 'store_locator.pick_up_points', 'Pick-up points'),
('de', 'store_locator.scroll_to_top', 'Scroll to top'),
('de', 'store_locator.selected_fields', 'Selected stores'),
('de', 'store_locator.select_stores', 'Select stores'),
('de', 'store_locator.shipping_position', 'Order selected in the shipping method settings'),
('de', 'store_locator.shipping_price_from', 'from [price]'),
('de', 'store_locator.show_pickup_points_only', 'Hide places where I can\'t pick up my order'),
('de', 'store_locator.show_to', 'Show to'),
('de', 'store_locator.stores_and_pickup_points', 'Stores and pickup points'),
('de', 'store_locator.stores_position', 'The \"Position\" field in the store settings'),
('de', 'store_locator.surcharge_changes_hint', 'In previous versions, the surcharge was added to the standard rates that were specified for a shipping method. Now this surcharge isn\'t taken into account during shipping rate calculation. We left it here for your convenience, so that you could see it and adjust the rates on the shipping method editing page accordingly.'),
('de', 'store_locator.text_pickup_instruction', 'The \"Customer pick-up\" shipping method offers a customer to choose a store to pick up a product from. The stores can be created in the \"Store location\" add-on<br /><b>Store creation:</b> <a href=\"[store_locator]\">Store location</a>'),
('de', 'store_locator.use_two_fingers_for_move_map', 'Use two fingers to move the map'),
('de', 'store_locator.work_time', 'Working hours'),
('de', 'store_mode', 'Lizenzmodus'),
('de', 'store_mode.plus', 'Plus'),
('de', 'store_mode.ultimate', 'Ultimate'),
('de', 'store_mode_changed', 'Lizenzmodus wurde geändert'),
('de', 'store_number', 'Store-Nummer'),
('de', 'store_object_denied', 'Der [object_type] [object_name] ist für diesen Store nicht verfügbar.'),
('de', 'store_rating', 'Store rating'),
('de', 'store_theme', 'Storefront Template (Theme)'),
('de', 'subcategories', 'Unterkategorien'),
('de', 'subcategories_tree_cat', 'Subcategories tree'),
('de', 'subject', 'Betreff'),
('de', 'submit', 'Bestätigen'),
('de', 'submit_my_order', 'Meine Bestellung absenden'),
('de', 'subpages', 'Unterseiten'),
('de', 'subscribe', 'Abonnieren'),
('de', 'subscribed', 'Abonniert'),
('de', 'subscribed_to', '[num] Listen abonniert'),
('de', 'subscriber', 'Newsletter Abonnent'),
('de', 'subscribers', 'Mitgliedschaften/Abonnenten'),
('de', 'subscribers_date', 'Subscribers date'),
('de', 'subscribers_menu_description', 'Newsletter-Abonnenten und Einstellungen verwalten'),
('de', 'subscribers_menu_item_text', 'Abonnenten'),
('de', 'subscribers_no_promo', 'Keine Werbung'),
('de', 'subscribers_num', 'Anzahl der Abonnenten'),
('de', 'subscribers_promo_subject', 'Danke für Ihre Anmeldung! Benutzen Sie den Gutscheincode [coupon] in unserem Sonderangebot \"[promotion]\".'),
('de', 'subscriber_email', 'E-mail Abonnent'),
('de', 'subscriptions', 'Abonnemente'),
('de', 'subtotal', 'Zwischensumme'),
('de', 'subtotal_sum', 'Summe Zwischentotal'),
('de', 'subtract', 'Abziehen'),
('de', 'suburb', 'Vorort'),
('de', 'successful', 'Erfolgreich'),
('de', 'successfully_registered', 'Erfolgreich registriert'),
('de', 'successful_login', 'Sie haben sich erflogreich eingeloggt.'),
('de', 'success_registration_text', 'Gratulation! Die Registrierung war erfolgreichl!<br/>Jetzt haben Sie Zugang zu allen Store Eigenschaften. Klicken Sie auf \"Mein Konto\" um diese zu sehen.'),
('de', 'suffix', 'Suffix'),
('de', 'summary', 'Übersicht'),
('de', 'supplier', 'Lieferant'),
('de', 'suppliers', 'Lieferanten'),
('de', 'suppliers.event.order.supplier_notified.name', 'Suppliers: order status changed to [status]'),
('de', 'suppliers.supplier_notifications', 'Supplier notifications'),
('de', 'suppliers_menu_description', 'Liste von Lieferantenkonten, die im Shop registriert sind.'),
('de', 'supplier_deleted', 'Lieferant wurde erfolgreich gelöscht.'),
('de', 'supplier_email_header', 'Die folgenden Artikel wurden in unserem Shop bestelllt und müssen versendet werden.'),
('de', 'supplier_id', 'Lieferant ID'),
('de', 'surcharge', 'Zuschlag'),
('de', 'surcharge_title', 'Titel des Zuschlags'),
('de', 'sweden', 'Schweden'),
('de', 'swedish', 'Schwedisch'),
('de', 'swing', 'Schaukel'),
('de', 'switch_layout', 'Layout wechseln'),
('de', 'symbol', 'Symbol'),
('de', 'system', 'Betriebssystem'),
('de', 'system_environment', 'System environment'),
('de', 's_first_name_and_last_name', 'First name and last name (for shipping)'),
('de', 's_fullname', 'Full name (for shipping)'),
('de', 's_last_name_and_first_name', 'Last name and first name (for shipping)'),
('de', 'tab', 'Tabulator'),
('de', 'table', 'Tabelle'),
('de', 'tables', 'Tabellen'),
('de', 'table_column_has_been_deleted', 'Die Produkt-Spalte wurde erfolgreich gelöscht.'),
('de', 'table_conditions', 'Eigenschaften Tabelle'),
('de', 'tabs', 'Tabs (Registerkarten)'),
('de', 'tag', 'Schlagwort'),
('de', 'tags', 'Schlagwörter'),
('de', 'tags_menu_description', 'Schlagwörter von Artikel und Inhaltseiten verwalten.'),
('de', 'tag_cloud', 'Schlagwortwolke'),
('de', 'tax', 'Steuer'),
('de', 'taxes', 'Steuern'),
('de', 'taxes_menu_description', 'Verwaltung von Steuer Kombinationen die in Ihrem Shop unterstützt werden.'),
('de', 'tax_exempt', 'Steuerfrei'),
('de', 'tax_rates', 'Steuersätze'),
('de', 'temando_centimetres', 'Zentimeter'),
('de', 'temando_feet', 'Fuss (feet)'),
('de', 'temando_inches', 'Zoll (inches)'),
('de', 'temando_method_depottodepot', 'Depot zu Depot'),
('de', 'temando_method_doortodoor', 'Tür zu Tür (Door to Door)'),
('de', 'temando_metres', 'Meter (metres)'),
('de', 'temando_package_backpack', 'Rucksack (Backpack)'),
('de', 'temando_package_bale', 'Ballen (Bale)'),
('de', 'temando_package_box', 'Karton (Box)'),
('de', 'temando_package_bunch', 'Bündel (Bunch)'),
('de', 'temando_package_bundle', 'Büschel (Bundle)'),
('de', 'temando_package_carton', 'Karton (Carton)'),
('de', 'temando_package_crate', 'Kiste (Crate)'),
('de', 'temando_package_cylinder', 'Zylinder (Cylinder)'),
('de', 'temando_package_documentenvelope', 'Dokument Umschlag (Document Envelope)'),
('de', 'temando_package_drum', 'Fass (Drum)'),
('de', 'temando_package_flatpack', 'Flaches Paket (Flat Pack)'),
('de', 'temando_package_letter', 'Brief (Letter)'),
('de', 'temando_package_pail', 'Eimer (Pail)'),
('de', 'temando_package_pallet', 'Palette (Pallet)'),
('de', 'temando_package_parcel', 'Paket (Parcel)'),
('de', 'temando_package_pipe', 'Rohr (Pipe)'),
('de', 'temando_package_roll', 'Rolle (Roll)'),
('de', 'temando_package_satchel', 'Ranzen/Tasche (Satchel/Bag)'),
('de', 'temando_package_skid', 'Schleudern (Skid)'),
('de', 'temando_package_suitcase', 'Koffer (Suitcase)'),
('de', 'temando_package_tube', 'Rohr (Tube)'),
('de', 'temando_package_unpackaged', 'Nicht verpackt oder N/A (Unpackaged or N/A)'),
('de', 'temando_package_wheel', 'Rad/Reifen (Wheel/Tyre)'),
('de', 'temando_subclass_excessbaggage', 'Übergepäck (Excess Baggage)'),
('de', 'temando_subclass_furniture', 'Möbel (Furniture)'),
('de', 'temando_subclass_householdgoods', 'Haushaltswaren (Household Goods)'),
('de', 'temando_subclass_other', 'Weitere usw. (Other (etc.)'),
('de', 'temando_system', 'Temando System'),
('de', 'temando_weight_grams', 'Gramm (Grams)'),
('de', 'temando_weight_kilograms', 'Kilogramm (Kilograms)'),
('de', 'temando_weight_ounces', 'Unzen (Ounces)'),
('de', 'temando_weight_pounds', 'Pfund (Pounds)'),
('de', 'template', 'Template (Vorlage)'),
('de', 'templates', 'Templates'),
('de', 'templates_tree', 'Templates (Vorlagen) Baumstruktur'),
('de', 'template_document_gift_certificate_default', 'Gift certificates: default'),
('de', 'template_document_order_imagem', 'Rechnung'),
('de', 'template_document_order_image_product', 'Imagem do produto'),
('de', 'template_document_order_invoice', 'Rechnung'),
('de', 'template_document_order_summary', 'Bestellübersicht'),
('de', 'template_document_packing_slip_default', 'Lieferschein'),
('de', 'template_document_product_imagem', 'Rechnung'),
('de', 'template_document_rma_packing_slip_default', 'Return request: packing slip'),
('de', 'template_document_supplier_order_invoice', 'Lieferanten: Rechnung'),
('de', 'terminal', 'Terminal'),
('de', 'terminal_id', 'Terminal ID'),
('de', 'terms_and_conditions', 'Terms and conditions'),
('de', 'terms_and_conditions_content', '<p>Bitte lesen Sie diese Allgemeinen Geschäftsbedingungen (\"Terms\", \"Terms and Conditions\") sorgfältig durch, bevor Sie die <a href=\"http://www.mywebsite.com\">http://www.mywebsite.com</a> Website und die mobile Anwendung My Mobile App (der &quot;Service\";) von My Company (&quot;uns\";, &quot;wir\"; oder &quot;unser\";) nutzen. </p><p><strong>Mit dem Zugriff oder der Nutzung des Services erklären Sie sich damit einverstanden, mit diesen Bedingungen einverstanden zu sein. Wenn Sie mit einem Teil der Bedingungen nicht einverstanden sind, dürfen Sie nicht auf den Service zugreifen.</strong></p><p><strong>Bestellungen</strong></p><p> Wenn Sie ein Produkt oder eine Dienstleistung kaufen möchten, die über den Service zur Verfügung gestellt wird (&quot;Kauf\";), werden Sie möglicherweise aufgefordert, bestimmte Informationen zu liefern, die für Ihren Kauf relevant sind, einschließlich, aber nicht beschränkt auf Ihr . . . &lt;/p><p><stark>Inhalt</stark></p><p><p>Unser Service ermöglicht es Ihnen, bestimmte Informationen, Texte, Grafiken, Videos oder anderes Material (&quot;Inhalt\";) zu veröffentlichen, zu verlinken, zu speichern, zu teilen und anderweitig verfügbar zu machen. Sie sind verantwortlich für die ...</p><p><strong>Content</strong></p><p>Wir behalten uns das Recht vor, diese Bedingungen nach eigenem Ermessen jederzeit zu ändern oder zu ersetzen. Wenn eine Überarbeitung wesentlich ist, werden wir versuchen, mindestens 30 Tage im Voraus zu informieren, bevor neue Bedingungen in Kraft treten. Was eine wesentliche Änderung darstellt, wird nach unserem alleinigen Ermessen festgelegt.</p><p><strong>Kontaktieren Sie uns</strong></p><p>Wenn Sie Fragen zu diesen Bedingungen haben, kontaktieren Sie uns bitte.</p>'),
('de', 'test', 'Test'),
('de', 'testimonials', 'Erfahrungsberichte'),
('de', 'test_live_mode', 'Test/Live Modus'),
('de', 'test_mode', 'Test Modus'),
('de', 'text', 'Text'),
('de', 'textarea', 'Textbereich'),
('de', 'text_2checkout_notice', '<b>Note</b>: Um Ihre 2Checkout Bestellungen mit der Shopping Cart Software zu verfolgen (tracking) müssen Sie folgende Schritte unternehmen:<br />'),
('de', 'text_2co_ins', 'Sofortbenachrichtigungsdienst'),
('de', 'text_access_notice', 'Es können Platzhalter für \"Domain\", \"E-Mail\" und \"Kreditkarte\" verwendet werden: <br /><b>*</b> - dies kann eine beliebige Anzahl von Zeichen oder auch Null sein<br /><b>?</b> - kann ein beliebiges Zeichen sein.'),
('de', 'text_additional_detailed_image', '(werden in popup Fenster angezeigt)'),
('de', 'text_additional_storefront_license_required', '<p>Sie können keine neue Schaufensterfront hinzufügen. Die maximale Anzahl der Schaufenster, die von Ihrer aktuellen Lizenz <code>[license_number]</code> erlaubt sind, ist [allowed_storefronts] und Sie haben derzeit [existing_storefronts]. </p><p>Um eine weitere Schaufensterfront hinzufügen zu können, kaufen Sie bitte eine zusätzliche [product] Schaufensterlizenz. Wenn Sie mehrere neue Schaufenster hinzufügen möchten, kaufen Sie die entsprechende Anzahl von Lizenzen.</p>'),
('de', 'text_additional_thumbnail', '(auf Seite Produktdetails in \'zusätzliche Bilder\' angezeigt)'),
('de', 'text_addon_cannot_enable', 'Erweiterung (Add-on) \"[addon_name]\" ist nicht kompatibel mit den folgenden add-ons: [addons]. Kann nicht aktiviert werden'),
('de', 'text_addon_confclicts', 'Add-on \"[addon_name]\" ist mit den folgenden add-ons nicht kompatibel: [addons]. Diese add-ons werden automatisch deaktiviert.'),
('de', 'text_addon_confclicts_on_install', 'Add-on \"[addon_name]\" ist mit den folgenden add-ons nicht kompatibel: [addons]. Deswegen werden diese nicht automatisch aktiviert. Um das Add-on zu aktivierem, aktivieren Sie es manuell und die nicht kompatiblen Add-ons werden dann autmatisch deaktiviert.'),
('de', 'text_addon_disable_dependencies', 'Das Add-on kann nicht deaktiviert werden, da die folgenden Add-ons davon abhängen: [addons]'),
('de', 'text_addon_enable_dependencies', 'Das Add-on kann nicht aktiviert werden, da es von den folgenden Add-ons abhängt: [addons]'),
('de', 'text_addon_installed', 'Erweiterung (add-on) <b>\"[addon]\"</b> wurde erfolgreich installiert'),
('de', 'text_addon_install_dependencies', 'Die Erweiterung (add-on) kann nicht installiert werden weil eine Abhängigkeit für die [addon] Erweiterung eingestellt ist. Bitte installieren Sie zuerst di [addon] Erweiterung.'),
('de', 'text_addon_refreshed', 'Die Einstellungen und Sprachvariablen des<b>\"[addon]\"</b> wurden erfolgreich aktualisiert'),
('de', 'text_addon_uninstalled', 'Erweiterung (add-on)<b>\"[addon]\"</b> wurde deinstalliert'),
('de', 'text_addon_uninstall_dependencies', 'Die Erweiterung kann nicht gelöscht werden weil die folgenden Erweiterung eine Abhängigkeit haben: [addons]'),
('de', 'text_addresses_wildcards', 'Sie können in diesem Feld Platzhalter (wildcards) verwenden:<br><b>\'?\'</b> - beliebiges einzelne Zeichen;<b>\'*\'</b> - beliebige Anzahl Zeichen.<br><br><u>Beispiel:</u><br><b>* Street</b> &nbsp;&nbsp;(entpricht 1st Street, 102nd Street, usw.)'),
('de', 'text_address_not_found', 'Adresse nicht gefunden'),
('de', 'text_admin_new_orders', 'Diese Sektion zeigt die Bestellungen an, die Sie noch nicht betrachtet haben.'),
('de', 'text_allowed_to_upload_file_extension', 'Die folgenden Dateierweiterungen werden unterstützt: <b>[ext]</b>.'),
('de', 'text_all_categories_included', 'All categories included'),
('de', 'text_all_products_included', 'All products included'),
('de', 'text_amazon_callback_url', 'Wichtig! Sie müssen die URL Ihres Shops <b>[callback_url]</b> als Merchant URL auf der Seller Central Website des Amazon-Konzerns angeben (Settings > Checkout Pipeline Settings). Andernfalls können Sie keine Zahlungen über Amazon Checkout in Ihrem Shop akzeptieren'),
('de', 'text_amazon_failed_order', 'Es wurde noch keine Antwort von Amazon Checkout erhalten, bitte warten Sie. Obwohl die Bestellung möglicherweise nicht so lange im Shop angelegt wird, ist es sehr wahrscheinlich, dass sie erfolgreich von Amazon Checkout erstellt und bearbeitet wurde. Bitte kontaktieren Sie das Verkaufspersonal und teilen Sie ihm die Bestellnummer mit, die von Amazon zur Verfügung gestellt wird'),
('de', 'text_amazon_incorrect_products_count', 'Die Anzahl der Produkte in Ihrem Warenkorb unterscheidet sich von der Anzahl der Produkte in der Amazon-Anfrage.'),
('de', 'text_amazon_link_message', 'Zu Testzwecken kann die Händler-URL die HTTP-Verbindung zu Ihrem Shop sein, aber der Live-Modus erfordert eine sichere Verbindung und Sie müssen die HTTPS-Verbindung verwenden. Denken Sie auch daran, den Produktionsmodus auf der Amazon Seller Central-Website zu aktivieren, wenn Sie bereit sind, live zu gehen.'),
('de', 'text_amazon_surcharge', '<b>Hinweis:<b> Laut Amazon <a href=\'https://payments.amazon.com/sdui/sdui/about?nodeId=6019\' target=\'_blank\'>policy</a> (B4. 2) werden Zuschläge nicht unterstützt. Alle Zuschläge, die Sie möglicherweise festgelegt haben, werden ignoriert, wenn Amazon Checkout verwendet wird.'),
('de', 'text_anonymous_checkout', 'Sie müssen ein registrierter Benutzer sein, um zur Kasse (checkout) zu gehen'),
('de', 'text_answer_type', 'Eine Textnachricht bereitstellen'),
('de', 'text_applied_promotions', 'Wir gratulieren! Sie sind Besitzer der folgenden Aktion(en) (Promotions)'),
('de', 'text_approval_notice', 'Dieser Beitrag muss genehmigt werden'),
('de', 'text_are_you_sure_to_delete_file', 'Sind Sie sicher dass Sie dieses Element löschen wollen?'),
('de', 'text_are_you_sure_to_proceed', 'Sind Sie sicher, dass Sie fortfahren wollen?'),
('de', 'text_atos_notice', '<b>Note:</b><br />1. Copy your certificate, which you were sent on the disk, to the [home_path] directory. Rename the certificate to certif.fr.[my_merchant_id], where [my_merchant_id] is your web site number.<br /> 2. Rename the shop parameters file (parmcom.014213245611111 file) to parmcom.[my_merchant_id].<br />3. Edit <b>pathfile</b> file in the  <b>[home_path]</b> directory<br />- Replace string \'<u>D_LOGO![some_dir]!</u>\' with \'<u>D_LOGO![http_path]/logo/!</u>\'<br />- Replace string \'<u>F_DEFAULT![/some_dirs/parmcom.sogenactif]!</u>\' by \'<u>F_DEFAULT![home_path]/parmcom.sogenactif!</u>\'<br />- Replace string \'<u>F_PARAM![/some_dirs/parmcom]!</u>\' with \'<u>F_PARAM![home_path]/parmcom!</u>\'<br />- Replace string \'<u>F_CERTIFICATE![/some_dirs/certif]!</u>\' with \'<u>F_CERTIFICATE![home_path]/certif!</u>\'<br />4. Edit <b>parmcom.[some_number]</b> file in <b>[home_path]</b> directory<br />- Replace string \'<u>AUTO_RESPONSE_URL![some_url]!</u>\' with \'<u>AUTO_RESPONSE_URL![auto_url]!</u>\'<br />- Replace string \'<u>CANCEL_URL![some_url]!</u>\' with \'<u>CANCEL_URL![ok_url]!</u>\'<br />- Replace string \'<u>RETURN_URL![some_url]!</u>\' with \'<u>RETURN_URL![ok_url]!</u>\'<br />'),
('de', 'text_atos_warning', '<span style=\"color:#FF2222\">Warnung!!!!<span> Der Pfad zu atos-Dateien sollte aus nicht mehr als 60 Symbolen bestehen, ansonsten kopieren Sie bitte den Ordner atos_files in ein übergeordnetes Verzeichnis, z. B. in das cart Kernverzeichnis. Bitte stellen Sie auch sicher, dass das Verzeichnis der atos-Dateien über volle Berechtigungen verfügt.'),
('de', 'text_authentication_failed_message', 'Ihr Finanz Institut oder Bank hat angedeutet dass diese Transaktion nicht Erfolgreich authentifiziert werden konnte. Um Sie gegen Betrug zu schützen, kann diese Karte nicht benutzt werden um Ihren Kauf abzuschliessen. Sie können Ihren Kauf abschliessen indem Sie eine andere Zahnlungmethode selektieren.'),
('de', 'text_backup_filename_hint', 'Um diese Sicherung zu downloaden, klicken Sie auf das Zahnradsymbol und wählen Sie Download'),
('de', 'text_backup_management_notice', 'Dieser Bereich erlaubt Ihnen Ihre Backup Dateien zu verwalten <br> - Um die Datenbank wiederherzustellen, das Kontrollkästchen der gewünschten Datei anhaken und auf die Taste <b>Wiederherstellung</b> klicken<br> - Um Dateien zu löschen, die Kontollkästchen der zu löschenden Dateien anhaken und auf die Taste <b>Sekektierte löschen</b> klicken.<br> - Um eine Datei auf Ihren lokalen Computer herunterzuladen, Datei selektieren und auf die Taste <b>Hochladen (upoad)</b> klicken.'),
('de', 'text_banner', 'Textbanner'),
('de', 'text_billing_address_is_different_from_shipping', 'My billing address is different from shipping address'),
('de', 'text_billing_same_with_shipping', 'Rechnungsadresse ist gleich wie Versandadresse'),
('de', 'text_block_trial_notice', 'Ihre 60 Tage Testperiode ist abgelaufen. Wir bitten Sie eine volle kommerzielle Lizenz zu erwerben (http://www.cs-cart-italiano.com/acquista-adesso) oder die Software von Ihrem Server zu entfernen.'),
('de', 'text_box', 'Textfeld'),
('de', 'text_buy_new_license', 'Wenn Sie noch keine Lizenznummer haben, können Sie diese auf unserer offiziellen Website erwerben.'),
('de', 'text_cannot_apply_points_to_this_order_because_total', 'Leider können Sie keine Punkte für diese Bestellung anwenden, da sich die Gesamtkosten auf null belaufen.'),
('de', 'text_cannot_apply_points_to_this_order_because_user', 'Leider können Sie keine Punkte für diese Bestellung verwenden, weil Sie nicht genug Punkte auf Ihrem Konto haben.'),
('de', 'text_cannot_create_directory', 'Das Verzeichnis <b>[directory]</b> kann nicht erstellt werden. Bitte prüfen Sie die Zugriffsberechtigungen.'),
('de', 'text_cannot_create_file', 'Die Datei <b>[file]</b> kann nicht erstellt werden. Prüfen Sie bitte die Zugriffsberechtigungen dieses Verzeichnisses.'),
('de', 'text_cannot_delete_directory', 'Das Verzeichnis <b>[directory]</b> kann nicht gelöscht werden. Bitte prüfen Sie die Zugriffsberechtigungen.'),
('de', 'text_cannot_delete_file', 'Die Datei <b>[file]</b> kann nicht gelöscht werden. Bitte prüfen Sie die Zugriffsberechtigungen.'),
('de', 'text_cannot_rename_directory', 'Das Verzeichnis <b>[directory]</b> kann nicht umbenannt werden. Bitte prüfen Sie die Zugriffsberechtigungen.'),
('de', 'text_cannot_rename_file', 'Die Datei <b>[file]</b> kann nicht umbenannt werden. Bitte prüfen Sie die Zugriffsberechtigungen.'),
('de', 'text_cannot_restore_directory', 'Das Verzeichnis <b>[directory]</b> kann nicht aus dem Archiv (Repository) wiederhergestellt werden. Bitte prüfen Sie ob das Archiv (Repository) existiert.'),
('de', 'text_cannot_restore_file', 'Die Datei <b>[file]</b> kann nicht aus dem Archiv (Repository) wiederhergestellt werden. Bitte prüfen Sie ob das Archiv (Repository) existiert.'),
('de', 'text_can_be_used_once', 'Dieser Gutschein kann nur einmal (1) benutzt werden. Sie haben ihn schon einmal angewandt.'),
('de', 'text_cart_amount_changed', 'Die Produktmenge von <b>[product]</b> in Ihrem Warenkorb wurde auf zulässig geändert.'),
('de', 'text_cart_amount_corrected', 'Die Anzahl der Produkte auf Lager reicht nicht fur Ihren Auftrag aus. Die Menge von Produkt <b> [product] </b> in Ihrem Warenkorb wurde geändert.'),
('de', 'text_cart_empty', 'Ihr Warenkorb ist leer'),
('de', 'text_cart_max_qty', 'Die maximale Menge für \"[product]\" ist <b>[quantity]</b>'),
('de', 'text_cart_min_qty', 'Mindestanzahl für die Bestellung von \"[product]\" ist <b>[quantity]</b>'),
('de', 'text_cart_not_enough_inventory', 'Anzahl der Produkte auf Lager sind nicht genug für Ihre Bestellung'),
('de', 'text_cart_zero_inventory', '<b>[product]</b> ist nicht auf Lager und kann deshalb nicht dem Warenkorb hinzugefügt werden.'),
('de', 'text_cart_zero_inventory_and_removed', 'Artikel <b>[product]</b> ist nicht auf Lager und wird vom Warenkorb entfernt.'),
('de', 'text_catalog_mode_zero_price_action_notice', 'Damit der \"Jetzt kaufen\" Button auf der Artikel-Detailseite angezeigt werden kann, setzen Sie bitte die Option \"Null Preis Aktion\" auf \"Erlauben, den Artikel dem Warenkorb hinzuzufügen\".'),
('de', 'text_categories_have_been_deleted', 'Kategorien wurden erfolgreich gelöscht.'),
('de', 'text_category_delimiter', 'Kategorie Pfadbegrenzer für Produkte Haupkategorie (z.B. \"Computers///Desktops\")'),
('de', 'text_category_detailed_image', '(Optional nur auf Kategoriedetailseite dargestellt)'),
('de', 'text_category_has_been_deleted', 'Kategorie, Unterkategorie und dessen Produkte wurden erfolgreich gelöscht.'),
('de', 'text_category_icon', '(nur auf Kategorie Liste und Details Seiten dargestellt)'),
('de', 'text_cc_javascript_disabled', 'Hinweis! In Ihrem Browser ist das <b>JavaScript</b> deaktiviert. Um für Ihre Bestellung zu bezahlen, klicken Sie bitte darauf'),
('de', 'text_cc_number_is_blocked', 'Die Kreditkartennummer <b>[cc_number]</b> ist vom Administrator gesperrt worden. Bitte kontaktiere den Administrator des Shop\'s, oder versuche eine andere Nummer.'),
('de', 'text_cc_processor_connection', 'Verbindet sich mit <b>[processor]</b>...'),
('de', 'text_cdn_check', '<strong>Achtung!</strong> Bitte testen Sie einige statische URL, z.B. <a href=\"[url]\">[url]</a>, um sicherzustellen, dass es funktioniert, bevor Sie CDN aktivieren (Sie können dies aktivieren, nachdem Speicher (Storage) aktiv geworden ist). In der Regel dauert es 10-15 Minuten, um den Speicher (Storage) zu aktivieren (das \"Status\" Feld muss \"Active\", anzeigen, Seite neu laden um Updates zu anzeigen).'),
('de', 'text_cdn_setup', 'CDN wurde nicht erfolgreich eingerichtet.'),
('de', 'text_changes_not_saved', 'Ihre Änderungen wurden nicht gespeichert.'),
('de', 'text_changes_saved', 'Ihre Änderungen wurden gespeichert.'),
('de', 'text_change_password', 'Sie sind jetzt in Ihrem Konto angemeldet. Bitte Passwort ändern und auf Taste \"Speichern\" klicken.'),
('de', 'text_character_identifier_tooltip', 'Eine Zeichenfolge, die als Identifikator dient. Sie können die Zahlen von 0 bis 9, Symbole des englischen Alphabets und die folgenden Zeichen verwenden: \"-\", \"_\", \".\".'),
('de', 'text_checkout_new_profile_notice', 'Falls Sie ein neuer Kunde sind, benötigen wir Ihre persönlichen Daten.'),
('de', 'text_cities_wildcards', 'Sie können in diesem Feld Platzhalter (wildcards) verwenden:<br /><b>\'?\'</b> - beliebiges einzelnes Zeichen;<b>\'*\'</b> - beliebige Anzahl Zeichen;<br /><br /><u>Beispiel:</u><br /><b>New Y*</b> &nbsp;&nbsp;(entspricht: New York, New Yark, usw)<br /><b>L?s*</b>&nbsp;&nbsp; (entspricht: Las Vegas, Los Angeles, etc..)'),
('de', 'text_click_here', 'Für mehr Einzelheiten bitte hier klicken'),
('de', 'text_cmcic_notice', 'Bitte folgende URL als <b>CGI2</b>: <b>[postback_url]</b> einstellen.'),
('de', 'text_cmpi_frame_message', 'Für Ihre Sicherheit, bitte das Formular hier unten ausfüllen um Ihre Bestellung abzuschliessen. Bitte nicht auf die Refresh oder Zurücktaste klicken, diese Transkation könnte unterbrochen oder annuliert werden.'),
('de', 'text_cmpi_go_back', 'Zurück'),
('de', 'text_combination_out_of_stock', 'Keine Produkte mit den selektierten Optionen auf Lager'),
('de', 'text_companies_activated', 'Selektierte Firmen wurden aktiviert'),
('de', 'text_companies_disabled', 'Selektierte Firmen wurden deaktiviert'),
('de', 'text_company_status_active_subj', 'Ihre Firma wurde aktiviert.'),
('de', 'text_company_status_active_to_pending', 'Your vendor status has been changed from Active to Pending.'),
('de', 'text_company_status_changed', 'Der Status Ihrer Firma [company] wurde auf [status] geändert.'),
('de', 'text_company_status_disabled_subj', 'Ihre Firma wurde deaktiviert.'),
('de', 'text_company_status_disabled_to_pending', 'Your vendor status has been changed from Disabled to Pending.'),
('de', 'text_company_status_new_to_active', 'Ihr Antrag als Verkäufer [Fima] wurde genehmigt.'),
('de', 'text_company_status_new_to_active_administrator_created', 'New administrator was created. You can access to the administrator area: <a href=\"[link]\">[link_text]</a> by using the following credentials:<br />Login: [login]<br />Password: [password]'),
('de', 'text_company_status_new_to_active_administrator_updated', 'Type of your account [login] changed to administrator. You may login into the administrator area: <a href=\"[link]\">[link_text]</a>'),
('de', 'text_company_status_new_to_active_subj', 'Ihr Antrag als Verkäufer wurde genehmigt.'),
('de', 'text_company_status_new_to_disable', 'Ihr Antrag als Verkäufer [Firma] wurde abgelehnt.'),
('de', 'text_company_status_new_to_disable_subj', 'Ihr Antrag als Verkäufer wurde abgelehnt.'),
('de', 'text_company_status_new_to_pending', 'Herzlichen Glückwünsch! Ihr Antrag für ein Verkäuferkonto wurde genehmigt. Nachdem wir Ihre Kontoinformationen geprüft haben, werden wir diese auf unserer Webseite publizieren.'),
('de', 'text_company_status_pending', 'The Pending status allows you to log in to you admin panel, change your company information, and fill your store with products.'),
('de', 'text_company_status_pending_subj', 'Ihre Firma wartet auf die Genehmigung.'),
('de', 'text_company_status_pending_to_active', 'Ihre Profiländerungen im Verkäufer [company] wurden genehmigt.'),
('de', 'text_conditions_cleared', 'Tabellen-Bedingungen wurden gelöscht'),
('de', 'text_confirmation_page_header', 'Das ist eine Bestätigungsseite. Sie müssen den Prozess bestätigen bevor dieser ausgeführt wird.'),
('de', 'text_confirm_passwd_recovery', 'Bitte diesem Link folgen um die Wiederherstellung Ihres Kennwortes zu bestätigen.'),
('de', 'text_cpf_exists', 'CPF está vinculado a outra conta'),
('de', 'text_csrf_attack', 'Zugang verweigert: Möglicher CSRF Angriff'),
('de', 'text_customer_area_logo', 'Logo für den <b>Kundenbereich</b> (Front-End)'),
('de', 'text_datatrans_notice', '<b>Note</b>: In order to track your DataTrans orders with the shopping cart software you have to take the following steps:<br /> <br /> -&nbsp;Log in to your DataTrans account<br /> -&nbsp;Click on the <u>\'Upp Data\'</u> link in the <u>\'Upp Administration\'</u> section.<br /> -&nbsp;Set <u>\'URL Post data format\'</u> to <b>\'Data in HTML FORM\'</b>.<br /> -&nbsp;Set <u>\'URL Post\'</u> to:<br /> <b>[post_url]</b><br /> -&nbsp;Click on the <u>\'Security\'</u> link in the <u>\'Upp Administration\'</u> section.<br /> -&nbsp;Select the <b>\'An additional merchant identification will be send with payment messages\'</b> option.<br /> -&nbsp;Generate new digital signature using the <u>\'Generate new sign\'</u> button.<br /> -&nbsp;Set generated value to the <u>\'Digital signature\'</u> field on the DataTrans payment configuration page in your store<br />'),
('de', 'text_data_changed', 'Ihre Änderungen wurden nicht gespeichert. Auf OK klicken um fortzufahren, oder Abbrechen um auf der aktuellen Seite zu bleiben.'),
('de', 'text_decrease_points_in_use', 'Die gebrauchten Punkte in dieser Bestellung wurden von Ihrem Konto abgezogen.'),
('de', 'text_deltapay_notice', '<b>Note:</b> Please send the following information to the DeltaPay support:<br />Payment page: \'<u>[payment_url]</u>\'<br />Success page: \'<u>[result_url]</u>\'<br />Failure page: \'<u>[result_url]</u>\'<br />Cancel page: \'<u>[result_url]</u>\'<br />'),
('de', 'text_directebanking_notice', 'Set \'Success link\' to: <b>[success_url]</b><br /> Set \'Abort link\' to: <b>[abort_url]</b><br /> Add new HTTP notifications and set \'Notification URL\' to: <b>[notification_url]</b><br /> Activate input check and set \'Hash Algoritm\' to the \'SHA1\'<br />'),
('de', 'text_directory_created', 'Verzeichnis <b>[directory]</b> wurde erfolgreich erstellt.'),
('de', 'text_directory_deleted', 'Verzeichnis <b>[directory]</b> wurde erfolgreich gelöscht.'),
('de', 'text_directory_renamed', 'Verzeichnis <b>[directory]</b> wurde erfolgreich umbenannt in <b>[to_directory]</b>'),
('de', 'text_directory_restored', 'Verzeichnis <b>[directory]</b> wurde aus dem Archiv (repository) wiederhergestellt.'),
('de', 'text_downloads_empty', 'Ihre Download-Liste ist leer'),
('de', 'text_editing', 'Textbearbeitung'),
('de', 'text_edp_product', 'dieser Artikel wird elektronisch geliefert (herunterladbar)'),
('de', 'text_ekey_not_valid', 'Der Elektronische Schlüssel, den Sie eingegeben haben, ist ungültig oder abgelaufen'),
('de', 'text_email_is_blocked', 'Die E-Mail-Adresse <b>[email]</b> ist vom Administrator gesperrt worden. Bitte kontaktiere den Administrator des Shop\'s, oder versuche eine andere Email.'),
('de', 'text_email_sent', 'E-Mail wurde erfolgreich versandt'),
('de', 'text_emerchantpay_notice', 'Please add these URL fields in your eMerchantPay eCommerce Payment Form configuration:<br/><br/><b>BackReturn URL:</b><br/>[backreturn_url]<br/><br/><b>Custom Approval URL:</b><br/>[notify_url]<br/><br/><b>Custom Decline URL:</b><br/>[decline_url]<br/><br/><b>Activate Notification URL:</b><br/>[process_url]'),
('de', 'text_enabled_testimonials_notice', 'Erfahrungsberichte sind deaktiviert. Um sie zu aktivieren, gehen Sie bitte auf <a href=\"[link]\">Kommentare und Rezensionen</a> und wählen Sie das Feld \"Kommunikation\"\", \"Bewertung\" oder \"Kommunikation und Bewertung\"  im Feld \"Erfahrungsberichte\".'),
('de', 'text_enets_notice', 'Senden Sie bitte folgende URL an den eNPS-Verwalter als Antwort-URL in allen drei Fällen (Erfolg, Fehler, Abbruch): [r_url]'),
('de', 'text_entered_html_was_sanitized', 'Einige <strong>HTML-Tags</strong>, die Sie verwendet haben<strong>wurden wegen der Einschränkungen beim Einfügen von HTML-Tags wie &lt;object&gt;, &lt;iframe&gt;, &lt;embed&gt; und JavaScript-Code abgeschnitten. Aus diesem Grund werden die Inhalte, die Sie über diese Tags eingefügt haben, nicht angezeigt.'),
('de', 'text_enter_filename', 'Bitte geben Sie einen neuen Dateinamen ein'),
('de', 'text_error_adding_request', 'Fehler während dem Hinzufügen der Anfrage.'),
('de', 'text_exim_data_exported', 'Daten wurden erfolgreich exportiert'),
('de', 'text_exim_data_imported', 'Daten wurden erfolgreich importiert<br />Neue Objekte - <b>[new]</b>;<br />Aktualisierte Objekte - <b>[exist]</b>;<br />Übersprungene Objekte - <b>[skipped]</b>;<br />Total - <b>[total]</b>.'),
('de', 'text_exim_data_imported_clear', 'Daten wurden erfolgreich importiert.'),
('de', 'text_exim_export_notice', 'Unten befindet sich eine Liste der Felder die exportiert werden können. Die <b>markierten Felder</b> sind obligatorisch.'),
('de', 'text_exim_import_features_note', '<h4>Product features import format</h4><code>(%Group name%) %Feature name%: %Feature type%[%Feature value%]</code>where,<dl class=\"dl-horizontal\"><dt>%Group name%</dt><dd>the name of feature group</dd><dt>%Feature name%</dt><dd>the name of feature</dd><dt>%Feature type%</dt><dd>the feature type (C - checkbox, M - multiple checkboxes, S - text select box, N - number select box, E - extended selectbox, T - simple text, O - number, D - date)</dd><dt>%Feature value%</dt><dd>the feature value (several values can be delimited by comma)</dd></dl><p>Several features must be delimited by semicolon.</p><h5>Example:</h5><code>ISBN: T[1233423423]; Release date: D[05/05/07]; Color: S[Red]</code>'),
('de', 'text_exim_import_files_note', '<h4>File import format</h4><code>%File location%</code> where, <dl class=\"dl-horizontal\"> <dt>%File location%</dt> <dd>can be an absolute or relative path in a server file system or a URL</dd> </dl> <p>Several files must be delimited by comma.</p> <h5>Example 1:</h5><code>file1.jpg</code><h5>Example 2:</h5><code>backup/file1.zip, images/file2.jpg</code>'),
('de', 'text_exim_import_images_note', '<b>Bilder Import Format</b><code>%Image location%#%Alternative text%</code>wo,<p>%Image location% - ein absoluter oder relativer Pfad auf dem Server Dateisystem oder URL sein kann,<br />%Alternative text% - Bild alternativer Text</p><b>Beispiel 1:</b><br /><code>images/product_images/apples.jpg#Apples</code><b>Beispiel 2:</b><br /><code>http://www.site.com/apples.jpg#Apples</code>'),
('de', 'text_exim_import_notice', 'Unten befindet sich eine Liste der Felder die Ihre Datendatei enthalten kann. Die Felder in <b>fetter Schrift</b> sind obligatorisch'),
('de', 'text_exim_import_options_note', '<h4>Product options import format</h4><code>%Option name%: %Option type%[{$ldelim}%Variant 1 ID%{$rdelim}%Variant 1%,{$ldelim}%Variant 2 ID%{$rdelim}%Variant 2%,{$ldelim}%Variant N ID%{$rdelim}%Variant N%]</code> where,<dl class=\"dl-horizontal\"><dt>%Option name%</dt><dd>the name of the option,</dd><dt>%Variant N ID%</dt><dd>the id of the variant,</dd><dt>%Variant N%</dt><dd>the name of the variant. Variants must be specified if the option type is a selectbox or radiogroup only.</dd><dt>%Option type%</dt><dd>the option type, can be the following:<br><ul><li><b>S</b> - selectbox,</li><li><b>R</b> - radiogroup,</li><li><b>C</b> - checkbox,</li><li><b>I</b> - simple input,</li><li><b>T</b> - textarea.</li></ul></dd></dl><p>Several options must be delimited by semicolon.</p><h5>Examples:</h5>Simple text options:<code>Your age: I; Date of birth: I; Notes: T</code><br>Options with variants:<code>Color: S[Red, Green, Blue]; Size: R[X, XL, XXL]</code>'),
('de', 'text_exim_utf8_file_format', 'Bitte vergewissern Sie sich dass die Datei die Sie importieren wollen, den Zeichensatz UTF-8 besitzt, um einen korrekten Import zu gewährleisten'),
('de', 'text_expired_license', 'Unglücklicherweise ist Ihr Abonnement für die CS-Cart Software abgelaufen. Bitte so bald wie möglich erneuern um die Aufhebung des Programms zu vermeiden.'),
('de', 'text_failed_gift_certificate_addition', 'Fehler beim Hinzufügen des Gutscheines. Stellen Sie sicher, dass der Gesamtbetrag nicht Null ist.'),
('de', 'text_features_delimiter', 'Trennzeichen zwischen Variant-Werten einer Artikeleigenschaft.'),
('de', 'text_feedback_notice', 'Die Parameter die für die Analyse der aktuellen Konfiguration und Funktionalität an unseren Server gesendet werden sind hier unten aufgelistet<br />Bemerkung; es werden keine persönlichen Daten oder Finanzielle Informationen gesendet. Nachdem Sie sich mit der Liste der Parameter vertraut gemacht haben, auf \"Send\" (senden) klicken.<br />'),
('de', 'text_files_directory', 'Verzeichnis in welchem die Produkt Dateien gespeichert sind. Es wird verwendet wenn das Feld der Datei ohne Pfad festgelegt ist; dieser muss ein absoluter Pfad sein'),
('de', 'text_file_created', 'Datei <b>[file]</b> wurde erfolgreich erstellt.'),
('de', 'text_file_deleted', 'Datei <b>[file]</b> wurde erfolgreich gelöscht'),
('de', 'text_file_editor_notice', 'Sie können über den <a href=\"[href]\">Datei-Editor</a> Dateien hoch- und herunterladen'),
('de', 'text_file_editor_notice_full_link', 'Sie können Dateien über [link] hoch- und herunterladen'),
('de', 'text_file_renamed', 'Datei <b>[file]</b> wurde erfolgreich umbenannt in <b>[to_file]</b>'),
('de', 'text_file_restored', 'Datei <b>[file]</b> wurde vom Archiv (repository) wiederhergestellt'),
('de', 'text_file_saved', 'Datei <b>[file]</b> wurde erfolgreich gespeichert'),
('de', 'text_fill_the_mandatory_fields', 'Sie müssen alle obligatorischen Felder ausfüllen'),
('de', 'text_forbidden_file_extension', 'Es ist nicht erlaubt, Dateien mit der <b>.[ext]</b> Erweiterung zu erstellen, hochzuladen (upload) oder umzubenennen.'),
('de', 'text_forbidden_file_mime', 'Est ist nicht erlaubt Dateien des Typ <b>[mime]</b> MIME zu erstellen/hochladen/unbenennen'),
('de', 'text_forbidden_functionality', '<p>To use this feature, you need a [product] license.</p>'),
('de', 'text_forbidden_uploaded_file_extension', 'Es ist nicht erlaubt Dateien mit der Erweiterung <b>.[ext]</b> hochzuladen (upload). Erlaubte Erweiterungen sind: <b>[exts]</b>'),
('de', 'text_forbidden_uploaded_file_size', 'Es ist nicht erlaubt Dateien grösser als <b>[size]</b> hochzuladen (upload)'),
('de', 'text_form_cresecure_notice', 'Bitte vervollständigen Sie Ihre Zahlung unten. <br />Dies ist eine sichere Zahlungsseite, die von einem sicheren Ort aus bedient wird.'),
('de', 'text_full_mode_required', '<strong>Full Mode</strong> erforderlich.'),
('de', 'text_gate2shop_notice', '<p>Bitte setzen Sie die folgenden Werte in den Gate2Shop-Händlereinstellungen</p><p>Erfolg, fehlgeschlagene und abgebrochene URL:<b>[result_url]</b></p><p>Back URL:<b>[back_url]</b></p>'),
('de', 'text_gd_not_avail', 'GD Library ist auf Ihrem Server <b>NICHT INSTALLIERT</b>. Bitte kontaktieren Sie Ihren Hosting Provider.<br>Nur der Typ \"Tabelle\" kann für Diagramme verwendet werden.'),
('de', 'text_gift_certificate_logo', 'Logo für <b>Gutscheine</b>'),
('de', 'text_gift_cert_added_to_wishlist', 'Der Gutschein wurde erfolgreich zur Wunschliste hinzugefügt'),
('de', 'text_gift_cert_amount_alert', 'Der Betrag sollte zwischen [min] und [max] liegen'),
('de', 'text_gift_cert_applied', 'Der Gutschein wurde eingelöst'),
('de', 'text_gift_cert_cannot_delete', 'Der Gutschein [code] kann nicht gelöscht werden, weil er bereits in einer Bestellung [ids] verwendet wird.'),
('de', 'text_gift_cert_has_been_deleted', 'Der Gutschein wurde erfolgreich storniert.'),
('de', 'text_hidpi_support_enabled', 'HiDPI-Unterstützung wurde aktiviert'),
('de', 'text_hsbc_notice', '<b>Kunden ID  -</b> Ihre Kunden ID ist eine Nummer zwischen 0 und 999999999, oder ein gültiges Kunden-Pseudonym in der Form UK12345678CUR. <br>  <br /> <b>Warnung fur UNIX-Benutzer:</b><br /> Stellen Sie bitte sicher, dass Sie passende Zugriffsberechtigungen im folgenden Verzeichnis haben: chmod -R 755 .[cart_dir]/payments'),
('de', 'text_ideal_basic_notice', '-&nbsp;Log in to your iDEAL account<br />-&nbsp;Click on the <u>\'Security\'</u> in the <u>\'Profile\'</u> section.<br />-&nbsp;Set the option <u>\'Notification\'</u> to <b>\'XML\'</b><br />-&nbsp;Set the <u>\'Notification URL\'</u> to:<br /><b>[return_url]</b><br />-&nbsp;Set the <u>\'Secret key\'</u>. A Secret key is known only to the seller and iDEAL.'),
('de', 'text_images_directory', 'Verzeichnis in dem die Bilder gespeichert sind. <br> Dieses wird benötigt, wenn eine Bilddatei ohne Pfad angegeben wird; dieser muss ein absoluter Pfad sein'),
('de', 'text_increase_points_in_use', 'Die in der Bestellung verwendeten Punkte wurden dem Benutzerkonto hinzugefügt.'),
('de', 'text_input_license_code', 'Bitte geben Sie Ihre Lizenznummer ein, um Ihren Shop verwalten zu können:'),
('de', 'text_installing_theme_dependencies', 'Installing the theme dependencies: [dependencies]'),
('de', 'text_invalid_url', 'Sie haben eine ungültige URL eingegeben'),
('de', 'text_ips_denied', 'Es ist Ihnen nicht erlaubt diesen Bereich zu betreten'),
('de', 'text_ip_blocked_failed_login', 'Die IP-Adresse wurde nach [number] erfolglosen Logins geblockt'),
('de', 'text_ip_is_blocked', 'Deine IP-Adresse wurde gesperrt.'),
('de', 'text_items_added', 'Artikel wurden erfolgreich hinzugefügt.'),
('de', 'text_license_is_disabled', 'Die Lizenz ist deaktiviert. Bitte überprüfen Sie Ihren Lizenzstatus.'),
('de', 'text_license_is_disabled_full', 'Die Lizenz ist deaktiviert. Bitte überprüfen Sie Ihren Lizenzstatus oder wählen Sie einen anderen Speichermodus.'),
('de', 'text_license_is_invalid', 'Ungültige Lizenznummer. Bitte geben Sie eine gültige Lizenznummer ein.'),
('de', 'text_license_is_invalid_full', 'Ungültige Lizenznummer. Bitte geben Sie eine gültige Lizenznummer ein oder wählen Sie einen anderen Speichermodus.'),
('de', 'text_license_required_ebay', 'Steigern Sie Ihren Umsatz, indem Sie Produkte, die in Ihrem CS-Cart Store präsentiert werden, auf dem weltweit größten Marktplatz -eBay- verkaufen.'),
('de', 'text_license_required_ebay-title', 'eBay-Synchronisation'),
('de', 'text_license_required_facebook', 'Integrieren Sie Ihren Shop in Ihre Facebook-Seite, um näher an Ihre Zielgruppe heranzukommen, um mehr Kunden zu gewinnen.'),
('de', 'text_license_required_facebook-title', 'Facebook App'),
('de', 'text_license_required_full', 'Your current CS-Cart edition is Professional. We also offer another one, a more advanced edition—<b>Ultimate</b>. With CS-Cart Ultimate, you\'ll be able to use unlimited number of storefronts and the mobile commerce app as well as the eBay Synchronization add-on and the Facebook app without additional fees. To unlock unlimited storefronts and mobile commerce, get the Ultimate license.'),
('de', 'text_license_required_storefronts', 'Fügen Sie so viele Schaufenster hinzu, wie Sie möchten und verwalten Sie diese über ein einziges Verwaltungsfenster.'),
('de', 'text_license_required_storefronts-title', 'Unbegrenzte Schaufensterfronten'),
('de', 'text_links', 'Text Links'),
('de', 'text_login_form', '<h4>Noch nicht als Mitglied registriert?</h4><p>Es ist einfach ein neues Benutzerkonto zu registrieren und dauert weniger als eine Minute.</p>'),
('de', 'text_login_to_add_to_cart', 'Dieses Produkt kann nicht Ihrem <br> Warenkorb hinzugefügt werden weil Sie nicht angemeldet sind.'),
('de', 'text_mail_area_logo', 'Logo für <b>Rechnungen</b>'),
('de', 'text_mandatory_fields', '<span style=\"text-decoration: underline;\">Die Felder mit <span class=\"required-field-mark\">*</span> sind obligatorisch</span>'),
('de', 'text_max_limit_of_parameters', 'Der maximale Wert von Feld \"Limit\" kann 25 nicht überschreiten wenn Diagramm Typ nicht gleich \"Tabelle\" ist. Limit dieses Diagrams wurde korrigiert.');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('de', 'text_mb_failed_order', 'No response from MoneyBookers has been received yet, please hold on. Although the order might not be created in the store as long last, it is highly probable that it has been successfully created and processed by MoneyBookers. Please contact the store staff and tell them the order ID as provided by MoneyBookers'),
('de', 'text_min_order_amount_required', 'Um den Zahlungprozess fortzusetzen muss das Total Ihrer Bestellung höher sein als'),
('de', 'text_min_products_amount_required', 'Um den Zahlungprozess fortzusetzen muss das Subtotal Ihrer Bestellung höher sein als'),
('de', 'text_money_back_guarantee', 'We offer 30-day money-back guarantee. If you don\'t like our product, we\'ll return you the money, no needless questions asked.'),
('de', 'text_multiprofile_notice', 'Ein Benutzer kann mehrere Profile haben, Sie können z.B. ein Profil für private Bestellugen, eines für das Geschäft und ein anderes für Freunde, Familie, haben, usw...'),
('de', 'text_mve_plus_license_required', '<p>Let your vendors receive money from customers directly via your marketplace.</p><p>Manage vendors\' abilities via user groups, and allow your vendors to change the looks of their stores.</p><p>Create a unified catalog, where vendors can start selling any product in a matter of minutes.</p>'),
('de', 'text_mve_ultimate_license', 'A special edition of [product] that offers all the features of [product] Plus and an unlimited number of storefronts. If you switch to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see the message about the storefront limit again.'),
('de', 'text_mve_ultimate_license_required', '<p>Branch out: get an unlimited number of storefronts for your marketplace.</p><p>A storefront is another domain created either for a specific country or city, or for a specific part of your product catalog.</p><p>Get all the other functionality of [product] Plus.</p>'),
('de', 'text_mve_ultimate_or_plus_license_required', 'This action requires [product] Ultimate or [product] Plus. If you switch to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a> or <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus</a>, you\'ll get access to all their features.'),
('de', 'text_newsletter_sent', 'Die Newsletter wurden erfolgreich versendet.'),
('de', 'text_new_payment_was_created', 'Es wurde eine neue Zahlung erstellt.'),
('de', 'text_new_post_notification', 'Dies ist eine Benachrichtigung über einen neuen Beitrag an'),
('de', 'text_new_user_activation', 'Das Profil von \"[user_login]\" wurde neu erstellt. Sie sollten (wenn erforderlich) die Details dieses Benutzers überprüfen und zur Aktivierung folgenden Link verwenden:<br /><a href=\"[url]\">[url_text]</a>'),
('de', 'text_nothing_found', 'Nichts gefunden'),
('de', 'text_not_allowed_to_upload_file_extension', 'Hier ist es nicht erlaubt Dateien mit der Erweiterung <b>.[ext]</b> hochzuladen.'),
('de', 'text_not_approved_products', 'You have products that require your approval. Please <a href=\"[link]\">follow this link</a> to review these products.'),
('de', 'text_not_approved_vendors', 'Sie haben Verkäufer, die noch Ihre Genehmigung benötigen. <a href=\"[link]\">Bitte folgen Sie diesem Link</a>, um diese Verkäufer zu prüfen.'),
('de', 'text_not_valid_cc_number', '<b>[cc_number]</b> ist keine gültige Kreditkartennummer.'),
('de', 'text_not_valid_cpf', 'CPF está invalido'),
('de', 'text_not_valid_domain', '<b>[domain]</b> ist kein gültiger Domainname.'),
('de', 'text_not_valid_email', 'Die <b>[email]</b> ist keine gültige E-mail Adresse.'),
('de', 'text_not_valid_ip', '<b>[ip]</b> ist keine gültige IP-Adresse.'),
('de', 'text_no_active_promotions', 'Im Moment sind keine Aktionen (Promotions) vorhanden'),
('de', 'text_no_conflicts', 'Keine Konflikte gefunden'),
('de', 'text_no_items_defined', 'Keine [items] definiert'),
('de', 'text_no_matching_products_found', 'Es wurden keine Artikel gefunden, die dem Suchkriterium entsprechen'),
('de', 'text_no_matching_results_found', 'Es wurden keine Ergebnisse gefunden, die dem Suchkriterium entsprechen'),
('de', 'text_no_orders', 'Keine Bestellungen gefunden'),
('de', 'text_no_payments_needed', 'Keine Zahlungsinformationen erforderlich'),
('de', 'text_no_payments_required', 'No payment required'),
('de', 'text_no_products', 'Es gibt keine Produkte in dieser Sektion'),
('de', 'text_no_products_defined', 'Keine Produkte definiert'),
('de', 'text_no_products_found', 'Keine Produkte gefunden'),
('de', 'text_no_shipments_found', 'Keine Versand Informationen gefunden'),
('de', 'text_no_shipping_methods', 'Leider sind keine Versandoptionen für Ihren Versand Zielort verfügbar.<br> Bitte nehmen Sie mit uns Kontakt auf, damit wir Ihnen den Versand organisieren können.'),
('de', 'text_no_ticket_found', 'No Ticket Found'),
('de', 'text_no_upgrades_available', 'Im Moment sind keine Upgrades verfügbar'),
('de', 'text_objects_for_export', '<b>[total]</b> [name] wird exportiert.'),
('de', 'text_ogonedirect_notice', 'Geben Sie SHA-1 Signatur sowohl hier, als auch in der Ogone Konfiguration ein.<br /><br />Für neue Ogone Konten, die seit dem 11. Mai 2010 erstellt wurden, ist die neue SHA Richtlinie automatisch aktiv.<br/>Bitte vergessen Sie nicht, das Kontrollkästchen \"Use new SHA signature policy\" zu aktivieren.'),
('de', 'text_ogoneweb_notice', 'Please set the following URL in the Technical Information section on the Ogone Configuration as a <b>Response Url</b> for all cases (\"accepted\", \"on hold\", \"uncertain\", \"cancelled by the client\", \"too many rejections by the acquirer\"): <b>[r_url]</b><br /> Also enter SHA-1 Signature both: here and on the Ogone Configuration. Then select Request Type: \"Make this request in background and deferred\".'),
('de', 'text_only_ultimate_license_required', 'A special edition called [product] Ultimate is required to perform this action. If you switch to <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see this message again, and you\'ll also be able to create an unlimited number of storefronts.'),
('de', 'text_options_no_inventory', 'Um Optionen/Kombinationen zu erstellen, muss wenigstens eine Ihrer Produktoptionen \"Lager\" (inventory) Kontrollkästchen angehakt sein.'),
('de', 'text_order_backordered', 'Ihre Artikel im Rückstand wurden für Sie bestellt. Wir werden sobald wie möglich mit Ihnen Kontakt aufnehmen.'),
('de', 'text_order_placed_error', 'Ihre Bestellung wurde vom Zahlungsanbieter (payment processor) abgelehnt. Bitte überprüfen Sie Ihre Informationen und kontaktieren Sie unseren Laden Administrator.'),
('de', 'text_order_placed_successfully', 'Herzlichen Glückwunsch! Ihre Bestellung ist bei uns eingegangen.'),
('de', 'text_order_repayed_successfully', 'Bestellung wurde erfolgreich wieder bezahlt'),
('de', 'text_order_saved_successfully', 'Bestellung wurde erfolgreich gespeichert'),
('de', 'text_order_status_has_not_been_changed', 'Der Auftragsstatus wurde nicht geändert, weil der Benutzer nicht genug Punkte hatte.'),
('de', 'text_order_status_notification', 'Bemerkung: Die Benachrichtigung der Statusänderung ist abhängig von den Einstellungen dieses Status.'),
('de', 'text_out_of_stock', 'Nicht auf Lager'),
('de', 'text_owl', 'OwlCarousel'),
('de', 'text_pages_cloned', 'Die Seiten wurden erfolgreich geklont (kopiert). Hier unten die Liste der neuen Seiten.'),
('de', 'text_pages_have_been_deleted', 'Seiten wurden erfolgreich gelöscht.'),
('de', 'text_page_changed', 'Sind Sie sicher dass Sie diese Seite verlassen wollen?Ihre Änderungen sind nicht gespeichert worden. Klicken Sie auf Ok um fortzufahren, oder auf Abbrechen um bei der aktuellen Seite zu bleiben.'),
('de', 'text_page_has_been_deleted', 'Seite wurde erfolgreich gelöscht.'),
('de', 'text_page_loading', 'Wird geladen... Ihre Anfrage wird bearbeitet, bitte warten.'),
('de', 'text_password_recovery_instructions_sent', 'Password recovery instructions have been sent to [email] address.'),
('de', 'text_pay4later_notice', '<b>Note</b>: In order to track your Pay4Later orders with the shopping cart software you have to take these steps:<br /><br />-&nbsp;Log in to Pay4Later BackOffice<br />-&nbsp;Click on the <u>\'Settings/Installations\'</u> link in the <u>\'Quick Links\'</u> section.<br />-&nbsp;Set <u>\'Return URL (Verified)\'</u> setting to:<br /><b>[verified_url]</b><br />-&nbsp;Set <u>\'Return URL (Decline)\'</u> setting to:<br /><b>[decline_url]</b><br />-&nbsp;Set <u>\'Return URL (Refer)\'</u> setting to:<br /><b>[refer_url]</b><br />-&nbsp;Set <u>\'Return URL (Cancel)\'</u> setting to:<br /><b>[cancel_url]</b><br />-&nbsp;Set <u>\'CSN URL\'</u> setting to:<br /><b>[process_url]</b><br />-&nbsp;Click on the <u>\'Save Changes\'</u> button<br />'),
('de', 'text_paybox_notice', '<b>Note:</b> Please download the file modulev2.cgi from the PayBox server, copy it to <b>[cart_dir]/payments/cc_processors/paybox_files/</b> directory <u>in binary mode</u> and make it executable. <br />Run the following command:<br /><b><i>chmod 755 modulev2.cgi</b></i><br /><br />Also ask &#8220;Paybox&#8221; service to add the following URL to the database as &#8220;Callback URL&#8221;:<br /><b>[callback_url]</b>'),
('de', 'text_payment_first_data_notice', 'Bitte melden Sie sich bei FirstData Connect 2. 0 Admin an, öffnen Sie die Registerkarte \"Administration\", klicken Sie auf den Link \"Connect 2.0 Setup\".<br />\nSetzen Sie die folgende URL in den \"Order Submission Form\", \"Confirmation Page\", \"Failure Page\" sections: [return_url]<br />'),
('de', 'text_payment_have_been_deleted', 'Zahlung wurde erfolgreich gelöscht.'),
('de', 'text_payment_have_not_been_deleted', 'Zahlung kann nicht gelöscht werden.'),
('de', 'text_paypal_processing_payment', 'Bitte warten während die Zahlungsdetails verarbeitet werden ...'),
('de', 'text_paypal_surcharge', '<b>Hinweis:</b> Gemäß der PayPal-Richtlinien <a href=\'https://www.paypal.com/webapps/mpp/ua/useragreement-full#4\' target=\'_blank\'>policy</a> (4.6) werden Aufschläge nicht unterstützt.'),
('de', 'text_paysitecash_debug', 'Debug Information'),
('de', 'text_paysitecash_mode', 'Modus'),
('de', 'text_paysitecash_mode_debug_off', 'AUS'),
('de', 'text_paysitecash_mode_debug_on', 'AN'),
('de', 'text_paysitecash_mode_live', 'Aktiv/Online'),
('de', 'text_paysitecash_mode_test', 'Test'),
('de', 'text_paysitecash_nocurrencies', 'Währungsmodus'),
('de', 'text_paysitecash_nocurrencies_no', 'Ermöglicht es dem Kunden, eine der unterstützten Währungen auszuwählen'),
('de', 'text_paysitecash_nocurrencies_yes', 'Währungsauswahl überhaupt nicht anzeigen'),
('de', 'text_paysitecash_notice', 'Bitte fügen Sie diese URL-Felder in Ihrer Paysite Cash-Konfiguration hinzu::<br/><br/><b>URL:</b><br/>[url]<br/><br/><b>Referer url:</b><br/>[ref_url]<br/><br/><b>nach Zahlungsrückmeldung url:</b><br/>[sucess_url]<br/><br/><b>abgebrochene Zahlungsurll:</b><br/>[cancel_url]<br/><br/><b>Backoffice Bestätigung url:</b><br/>[confirm_url]'),
('de', 'text_paysitecash_processor', 'Prozessor'),
('de', 'text_paysitecash_site_id', 'Seiten ID'),
('de', 'text_payway_notice', 'Please set up the following parameters in PayWay backend: <p> Browser Return URL Pre Payment: <b>[prepayment]</b><br /> Browser Return URL: <b>[return]</b><br /> Notification URL: <b>[notify]</b><br /> Notification Post Type: leave empty </p>'),
('de', 'text_permissions_changed', 'Zugriffsberechtigungen geändert'),
('de', 'text_piraeus_notice', '<b>Note:</b> Please send the following information to the payment support:<br /> Website URL: \'<u>[website_url]</u>\'<br /> Referrer URL: \'<u>[referrer_url]</u>\'<br /> Success URL: \'<u>[success_url]</u>\'<br /> Failure URL: \'<u>[failure_url]</u>\'<br /> Backlink URL: \'<u>[backlink_url]</u>\'<br /> IP Address: \'<u>[ip_address]</u>\'<br /><br /> Response Method: \'<u>[response_method]</u>\'<br /><br />'),
('de', 'text_points_cannot_applied_because_subtotal_redeemed', 'Punkte können nicht angewendet werden, weil die Zwischensumme vollständig ausgelastet worden ist.'),
('de', 'text_points_exceed_points_on_account', 'Die von Ihnen eingegebene Punktanzahl überschreitet die Punkteanzahl Ihres Kontos.'),
('de', 'text_points_exceed_points_that_can_be_applied', 'Die von Ihnen eingegeben Punkteanzahl überschreitet die für diese Bestellung anwendbare Punkteanzahl.'),
('de', 'text_points_used_in_order', 'Punkte wurden im Auftrag eingesetzt'),
('de', 'text_point_in_account', 'Sie haben'),
('de', 'text_position_updating', 'Wird geladen... Positionen werden aktualisiert, bitte warten.'),
('de', 'text_post_pended', 'Ihr Beitrag wird überprüft, bevor er veröffentlicht wird.'),
('de', 'text_price_dec_sign_delimiter', 'Dezimal Begrenzer für Produkt Preise.'),
('de', 'text_products_added', 'Folgende Produkte sind soeben dem Laden hinzugefügt worden:'),
('de', 'text_products_cloned', 'Die Produkte sind erfolgreich geklont (kopiert) worden. Unten die Liste der neuen Produkte.'),
('de', 'text_products_have_been_deleted', 'Produkte wurden erfolgreich gelöscht.'),
('de', 'text_products_updated', 'Folgende Artikel wurden aktualisiert:'),
('de', 'text_products_updated_successfully', 'Produkt(e) wurde(n) erfolgreich aktualisiert'),
('de', 'text_product_cloned', 'Produkt wurde erfolgreich geklont (kopiert). Sie können jetzt das neue Produkt bearbeiten.'),
('de', 'text_product_detailed_image', '(optional im separaten popup Fenster angezeigt)'),
('de', 'text_product_file_has_been_deleted', 'Produktdatei wurde gelöscht'),
('de', 'text_product_filters_were_disabled', 'Die folgenden <a href=\"[url]\" target=\"_blank\"> Produktfilter wurden deaktiviert: [filters_list].'),
('de', 'text_product_has_been_deleted', 'Produkt wurde erfolgreich gelöscht.'),
('de', 'text_product_option_delimiter', 'Trennzeichen für Produktoptionen innerhalb einer Optionskombination (z. B. \"Farbe: rot, Größe: klein\")'),
('de', 'text_product_thumbnail', '(angezeigt auf Produkteliste und Produktdetails Seiten)'),
('de', 'text_profile_activated', 'Ihr Konto ist nun aktiv. Sie können sich mit Ihren Zugangsdaten in Ihr Konto einloggen.'),
('de', 'text_profile_benefits', '<h4>Vorteile wenn mann als Mitglied registriert ist</h4><ul><li>Sich jederzeit einloggen und Ihre Bestellungen einsehen</li><li>Ihr Shopping personalisieren und anpassen</li><li>Ihre zukünftigen Einkäufe schneller abwickeln</li></ul>'),
('de', 'text_profile_deactivated', 'Ihr Konto wurde deaktiviert. Bitte kontaktieren Sie uns für weitere Informationen.'),
('de', 'text_profile_details', '<h4>Profile Details</h4><p>Auf dieser Seite können Sie Ihre Logindaten und persönlichen Daten für zukünftige Einkäufe ändern.</p><p>Um Ihr Konto sicher zu halten vermeiden Sie Passwörter die folgendes enthalten:</p><ul><li>Wörter die in einem Wörterbuch enthalten sind (alle Sprachen).</li><li>Wörter die Sie umgekehrt schreiben können, gängige Fehlwörter und Abkürzungen.</li><li>Sequenzen oder sich wiederholende Zeichen wie. z.B 12345678, 222222, abcdefg, oder Tastaturzeichen (qwerty).</li><li>Persönliche Informationen. Ihr Name, Geburtsdatum, Führerscheinnummer, Reisepass Nummer oder ähnliche</li></ul>'),
('de', 'text_profile_is_created', 'Ihr Konto wurde erfolgreich erstellt.'),
('de', 'text_profile_is_updated', 'Die Daten in Ihrem Profil wurden erfolgreich aktualisiert.'),
('de', 'text_profile_should_be_approved', 'Ihr Konto wurde erfolgreich erstellt. Allerdings muss dieses vom Laden Administrator aktiviert werden, bevor Sie sich anmelden können.'),
('de', 'text_promotions_group_condition', 'Wenn [set] dieser Konditionen [set_value] sind'),
('de', 'text_qty_discounts', 'Unsere Mengenrabatte'),
('de', 'text_recommendation_notes', 'Ihr Freund hat Ihnen diese Seite empfohlen. Folgen Sie diesen Link:'),
('de', 'text_recover_password', '<p>Falls Sie Ihr Passwort vergessen haben, Email Adresse in Feld eingeben und auf <i>Passwort Zurücksetzen klicken</i>.</p><p>Sie bekommen ein neues Passwort und einen Link zum einloggen. Sie können dann das Passwort später wieder ändern</p>'),
('de', 'text_recover_password_notice', 'Geben Sie Ihre Email-Adresse ein, ein neuer Login-Schlüssel wird Ihnen zugesendet. Klicken Sie auf den Link den Sie in der erhaltenen E-mail finden um sich anzumelden und ändern Sie Ihr Password.'),
('de', 'text_recover_password_title', 'Passwort zurücksetzen'),
('de', 'text_redactor2', 'Redactor II'),
('de', 'text_remove_additional_images', 'Wenn zusätzliche Bilder eines Produkt importiert werden das schon aktualisiert ist, werden die existierenden Bilder dieses Produkts vor dem Import gelöscht'),
('de', 'text_remove_backup_files', 'WARNUNG! Wenn Sie Ihre Backup Dateien löschen, können Sie Ihre vorherige CS-Cart Installation nicht mehr wiederherstellen. Stellen Sie sicher dass Ihr installiertes CS-Cart richtig funktioniert, und Sie die Dackup-Dateien an einem sicheren Ort aufbewahren.'),
('de', 'text_required_group_product', 'Bitte einen Artikel für die erforderliche Gruppe [group_name] selektieren.'),
('de', 'text_reset_inventory_description', 'Die Mengen aller Produkte im Shop werden zurückgesetzt.'),
('de', 'text_restore_question', 'Sind Sie sicher dass Sie das Template wiederherstellen wollen?'),
('de', 'text_return_change_warning', 'Der Status der Rückgabe #[return_id] wird geändert.'),
('de', 'text_sagepay_dir_notice', '<b>Hinweis:</b> Um Ihre SagePay-Bestellungen über die Warenkorb-Software zu verfolgen, aktivieren Sie bitte die 3D Secure Fraud Checking Option für Ihr SagePay VSP Direct Konto.'),
('de', 'text_sagepay_notice', 'Use <b> testvendor</b> as <b>Vendor Name</b> for the testing purposes<br /><p><b>PAYMENT</b> - transaction type is used to gain an authorisation from the bank, then settle that transaction early the following morning, committing the funds to be taken from your customer\'s card.<br /></p><p><b>DEFERRED</b> - transactions are NOT sent to the bank for completion until you RELEASE them by logging into the SagePay VSP Admin interface, finding the transaction and clicking the Release button.</p>'),
('de', 'text_secret_key_notice', 'Bitte dieses Feld mit einem nicht-leeren Wert ausfüllen. Dies erhöht die Sicherheit der Transaktionen.'),
('de', 'text_select_fields2edit_note', 'Sie können mehrere Elemente gleichzeitig verändern. Selektieren Sie die Elemente in der Liste hier unten, haken Sie die Kästchen an für die Felder die Sie editieren wollen und klicken Sie auf die Taste \"Selektierte Ändern\"'),
('de', 'text_select_file', 'Datei selektieren oder URL eingeben'),
('de', 'text_select_range', 'Sie können einen Bereich für den Export selektieren, (sonst werden alle [name] exportiert)'),
('de', 'text_select_vendor', 'Bitte wählen Sie zuerst einen Shop aus.'),
('de', 'text_set_write_permissions_for_dirs', 'Sie können die Schreibrechte für den Webserver zu den oben aufgeführten Verzeichnissen setzen oder stellen Sie eine FTP-Zugang mit den Schreibzugriff auf diese Verzeichnisse.'),
('de', 'text_share_product_features_tooltip', 'Achtung! Einige Daten werden während diesem Vorgang nicht kopiert: Die Kategorien die in Filtern eingestellt sind gehen verloren, auch wenn Sie alle Kategorien kopieren. Bitte Kategorien manuell korrigieren.'),
('de', 'text_share_product_filters_tooltip', 'Achtung! Einige Daten werden während diesem Vorgang nicht kopiert: Die Kategorien die in Eigenschaften eingestellt sind gehen verloren, auch wenn Sie alle Kategorien kopieren. Bitte Kategorien manuell korrigieren.'),
('de', 'text_share_promotions_tooltip', 'Um Promotions zu teilen, stellen Sie sicher dass die respektiven Produkte auch geteilt sind (Produkte teilen hier unten anhaken)'),
('de', 'text_shipping_packages_info', 'Um eine genauere Abschätzung der Versandkosten zu gewährleisten, sind die Produkte in Verpackungen aufgeteilt worden; gemäss Produkt Einstellungen und Konfiguration der Versandmethode. Die folgende Info gilt nur als Referenz'),
('de', 'text_shipping_rates_changed', 'Versandkosten wurden geändert'),
('de', 'text_ship_to_billing', 'Ihre Bestellung wird zur Rechnungsadresse geliefert'),
('de', 'text_shoppers_can_order_products', 'Now shoppers can order these products in the store.'),
('de', 'text_signup_for_subscriptions', 'Abonnieren Sie unsere Newsletter!'),
('de', 'text_skip_creating_new_products', 'If you enable this setting, then only the products that already exist in your database will be updated.'),
('de', 'text_skrill_activate_quick_checkout_short_explanation', 'Skrill Merchant Tools ermöglicht es Ihnen, Zahlungen von Kreditkarten, Debitkarten und über 60 anderen lokalen Zahlungsoptionen in über 200 Ländern anzunehmen. Die sehr günstigen Preise für diesen Service sind auf der Skrill-Website unter www. skrill. com. veröffentlicht.'),
('de', 'text_skrill_activate_quick_checkout_short_explanation_1', 'Sie haben am [date] eine Anfrage zur Aktivierung gesendet. Bitte beachten Sie, dass der Verifizierungsprozess zur Verwendung von Skrill Merchant Tools bis zu 72 Stunden dauern kann. Sie werden von Skrill kontaktiert, wenn der Verifizierungsprozess abgeschlossen ist.'),
('de', 'text_skrill_activate_quick_checkout_short_explanation_2', 'Nach der Aktivierung gewährt Ihnen Skrill Zugang zu einem neuen Abschnitt in Ihrem Skrill-Konto, namens Merchant Tools. Dort wählen Sie bitte ein geheimes Wort (NICHT das gleiche wie Ihr Passwort) und geben es in den folgenden Abschnitt ein, um sich mit Skrill zu verbinden. Das geheime Wort ist der letzte Schritt Ihres Aktivierungsprozesses und verschlüsselt Ihre Zahlungen sicher. Nach erfolgreicher Einreichung sind Sie bereit, alle Direktzahlungsmöglichkeiten von Skrill zu nutzen.'),
('de', 'text_skrill_currs_notice', 'Wenn Sie eine Währung ausgewählt haben, die nicht die Basiswährung in Ihrem Geschäft ist, stellen Sie bitte sicher, dass Sie den richtigen <a href=\"http://en.wikipedia.org/wiki/ISO_4217\">ISO 4217 code</a> auf der <a href=\"[link]\">currencies</a> Seite.'),
('de', 'text_skrill_email_is_not_registered', 'Die angegebene E-Mail-Adresse ist nicht in Skrill registriert.'),
('de', 'text_skrill_email_is_registered', 'Die angegebene E-Mail-Adresse ist in Skrill registriert.'),
('de', 'text_skrill_empty_input_data', 'Einige der für die Aktivierung des Quick Checkout erforderlichen Felder fehlen. Bitte überprüfen Sie dies.'),
('de', 'text_skrill_logo_notice', 'Wenn Ihr HTTPS-Server nicht eingerichtet ist, wird das Logo vom HTTP-Protokoll übergeben und die Benutzer sehen die Warnung \"Connection Partially Encrypted\" auf der Skrill-Seite.'),
('de', 'text_skrill_notice', 'Um Zugang zum internationalen Zahlungsnetzwerk von Skrill zu erhalten, registrieren Sie sich bitte <a href=\"[register_url]\" target=\"_blank\">hier</a> für einen kostenlosen Account, wenn Sie noch keinen haben. <p><strong>Achtung</strong>: Bitte speichern Sie die Einstellungen, bevor Sie E-Mails, Geheimwörter oder Händlertools validieren.</p>'),
('de', 'text_skrill_notice_register', 'Um Zugang zum internationalen Zahlungsnetzwerk von Skrill zu erhalten, registrieren Sie sich bitte <a href=\"[register_url]\" target=\"_blank\">hier</a> für einen kostenlosen Account, wenn Sie noch keinen haben.<p><strong>Achtung</strong>: Bitte speichern Sie die Einstellungen, bevor Sie die Händlertools aktivieren.</p>'),
('de', 'text_skrill_payment_is_not_saved', 'Um diese Funktion nutzen zu können, speichern Sie bitte zuerst die Zahlungsmethode.'),
('de', 'text_skrill_secred_word_notice', 'Das Geheimwort muss in Kleinbuchstaben ohne Sonderzeichen und mindestens 10 Ziffern lang sein.'),
('de', 'text_skrill_secret_word_is_correct', 'Das angegebene Geheimwort ist korrekt.'),
('de', 'text_skrill_secret_word_is_incorrect', 'Ihr Geheimwort ist falsch. Bitte wählen Sie Ihr Geheimwort im Bereich Merchant Tools Ihres Skrill-Kontos aus und geben Sie es dann hier ein.'),
('de', 'text_skrill_support', '<b>Hilfe</b> <br /><br /> Haben Sie Fragen?<br /> Kontaktieren Sie Skrill auf <a href=\"mailto:\">ecommerce@skrill.com</a> oder telefonisch +44 (0) 870 383 0762.<br />'),
('de', 'text_status_is_float', 'Sie können keinen Zeitintervall für den \"Status\"-Parameter benutzen, weil dieser Paramter zeitabhängig ist.'),
('de', 'text_storage_changed', 'Speicher erfolgreich geändert'),
('de', 'text_storefront_license_required', 'An additional storefront for your standard [product] license. Good for those who don\'t intend to add a few more storefronts in the future.'),
('de', 'text_store_closed', 'Entschuldigung, der Shop ist wegen Wartungsarbeiten vorübergehend geschlossen.'),
('de', 'text_store_mode_changed_to_full', '<strong>Full Mode</strong> wurde aktiviert. In diesem Modus, sind alle fortgeschrittenen eCommerce Funktionen verfügbar.'),
('de', 'text_store_mode_changed_to_mve', 'Your store now uses active license. With the [product] edition, you get almost all the features we offer. The additional features (such as separate checkout for each vendor, and vendor-created promotions) are available with the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus edition</a>. There is an even more advanced edition, <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, that lets you use multiple storefronts for different audiences.'),
('de', 'text_store_mode_changed_to_mve.plus', '<strong>Plus mode</strong> has been activated. This mode offers all the advanced eCommerce features, except for multiple storefronts. If your marketplace ever needs separate domains for different audiences, upgrade your license to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>.'),
('de', 'text_store_mode_changed_to_mve.ru', 'Your store now uses active license. With the [product] edition, you get almost all the features we offer. The additional features (such as separate checkout for each vendor, and vendor-created promotions) are available with the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus edition</a>. There is an even more advanced edition, <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, that lets you use multiple storefronts for different audiences.'),
('de', 'text_store_mode_changed_to_mve.ru.plus', '<strong>Plus mode</strong> has been activated. This mode offers all the advanced eCommerce features, except for multiple storefronts. If your marketplace ever needs separate domains for different audiences, upgrade your license to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>.'),
('de', 'text_store_mode_changed_to_mve.ru.ultimate', '<strong>Ultimate mode</strong> has been activated. In this mode, all the advanced eCommerce features are available.'),
('de', 'text_store_mode_changed_to_mve.ultimate', '<strong>Ultimate mode</strong> has been activated. In this mode, all the advanced eCommerce features are available.'),
('de', 'text_store_mode_changed_to_ult', 'Your store now uses an active license of [product].'),
('de', 'text_store_mode_changed_to_ult.b2b', 'Your store now uses an active license of [product].'),
('de', 'text_store_mode_changed_to_ult.b2b.ultimate', 'Your store now uses an active license of [product].'),
('de', 'text_store_mode_changed_to_ult.ru', 'Your store now uses an active license of [product].'),
('de', 'text_store_mode_changed_to_ult.ru.ultimate', 'Your store now uses an active license of [product].'),
('de', 'text_store_mode_changed_to_ult.ultimate', 'Your store now uses an active license of [product].'),
('de', 'text_store_mode_closed', 'Der Store wurde <b>geschlossen</b>'),
('de', 'text_store_mode_full', '<p>Voller uneingeschränkter Zugriff auf alle Funktionen. Geben Sie eine gültige Lizenznummer zur Aktivierung ein. </p><p>Dieser Modus kann jederzeit aktiviert werden.</p><br />'),
('de', 'text_store_mode_open', 'The store was <b>opened</b>'),
('de', 'text_store_mode_opened', 'Der Store wurde <b>geöffnet</b>'),
('de', 'text_store_mode_trial', '<p>Voller Zugriff auf alle Funktionen während der 30-tägigen Probezeit, beginnend mit dem Zeitpunkt der Aktivierung.</p><p>Nach Ablauf der 30-tägigen Probezeit müssen Sie <a href=\"[product_buy_url]\" target=\"_blank\">eine Lizenz kaufen</a> oder eine gültige Lizenznummer eingeben, um Ihren Shop verwalten zu können.</p>'),
('de', 'text_store_mode_trial_rb', 'Alle Funktionen sind innerhalb von 30 Tagen nach Download des Installationspaketes verfügbar. Sie müssen den Lizenzschlüssel nicht eingeben. <br /><br /> Nach den 30 Tagen ist die Probelaufzeit um und Sie müssen den Lizenzschlüssel kaufen oder ihn eingeben, wenn Sie schon einen haben.<br /><br />'),
('de', 'text_subscriber_activated', 'Ihre E-Mail wurde erfolgreich aktiviert'),
('de', 'text_subscriber_added', 'Ihre E-Mail-Adresse wurde erfolgreich zu unserer kostenlosen Liste für E-Mail-Updates hinzugefügt.'),
('de', 'text_subscriber_removed', 'Ihre E-mail wurde erfolgreich aus der Liste unserers kostenlosen E-mail-Flyers entfernt'),
('de', 'text_successful_request', 'Ihre Anfrage wurde erfolgreich hinzugefügt. Sie werden die E-mail mit der Antwort später erhalten.'),
('de', 'text_success_subscription', 'Sie haben erfolgreich unsere kostenlosen E-Mail-Updates und Werbeaktionen abonniert!'),
('de', 'text_tax_applied', 'Die Steuer <b>[tax]</b> wurde auf alle Produkte angewendet.'),
('de', 'text_tax_unset', 'Die Steuer <b>[tax]</b> wurde von allen Produkten entfernt.'),
('de', 'text_template_changed', 'Ihre Änderungen wurden nicht gespeichert.Auf OK klicken um Änderungen zu speichern oder Abbrechen um diese zu ignorieren.'),
('de', 'text_test_email_sent', 'Die Test-e-Mail wurde an die Adresse <b>[email]</b> gesendet.'),
('de', 'text_thaiepay_notice', 'Ihr Return URL ist <b>[return_url]</b>'),
('de', 'text_thank_you_for_post', 'Danke für Ihren Beitrag'),
('de', 'text_thumbnail_manual_loading', 'Miniaturen (thumbnails) werden automatisch von den originalen (grossen) Bilder generiert. Sie können diese aber auch manuell importieren'),
('de', 'text_tinymce', 'TinyMCE'),
('de', 'text_topmenu_more', 'Mehr [item] <i class=\"text-arrow\">&rarr;</i>'),
('de', 'text_topmenu_view_more', 'Mehr<i class=\"text-arrow\">&rarr;</i>'),
('de', 'text_track_instructions_sent', 'Zugangs Anleitungen wurden an Ihre E-Mail Adresse gesendet.'),
('de', 'text_track_request', 'Sie haben Infos über Ihre Bestellungen in unserem Store angefordert.'),
('de', 'text_track_view_all_orders', 'Um alle Ihre Bestellungen anzuzeigen, bitte auf den folgenden Link klicken:'),
('de', 'text_track_view_order', 'Um Ihre Bestellung #[order] anzuzeigen, bitte diesen Link öffnen:'),
('de', 'text_transaction_cancelled', 'Transaktion wurde vom Kunden gelöscht'),
('de', 'text_transaction_declined', 'Transaktion wurde vom Zahlungsanbieter (Payment Processor) abgelehnt oder wurde durch den Kunden abgebrochen.'),
('de', 'text_uc_addon_upgrade_completed', 'Add-on \"[name]\" has been upgraded successfully'),
('de', 'text_uc_agreed_collisions', 'I understand that my local modifications will be permanently lost during the upgrade'),
('de', 'text_uc_another_update_process_running', 'Ein anderer Update Prozess läuft bereits'),
('de', 'text_uc_backup_database', 'Die folgenden Datenbank Tabellen wurden gesichert'),
('de', 'text_uc_backup_files', 'Die folgenden Dateien wurden gesichert'),
('de', 'text_uc_broken_package', 'Das Upgradepaket scheint kaputt zu sein. Bitte aktualisieren Sie die Paketliste und versuchen Sie , es nochmal herunterzuladen.'),
('de', 'text_uc_cannot_lock_upgrade_process', 'Der Start des Upgrade Deaktiverungsprozess fehlgeschlagen'),
('de', 'text_uc_cant_download_package', 'Kann das Upgrade Paket nicht herunterladen'),
('de', 'text_uc_changed_files_message', 'Diese Dateien haben lokale Änderungen und werden gesichert. Sobald das Upgrade abgeschlossen ist, vergleichen Sie die Sicherungsdateien mit den neuen Dateien und wenden Sie die Änderungen gegebenenfalls erneut an den neuen Dateien an.'),
('de', 'text_uc_check_ok', 'Ihre Version von CS-Cart wurde erfolgreich überprüft und ist für das Upgrade bereit.'),
('de', 'text_uc_conflicts', 'Die folgenden Dateien enthalten lokale Änderungen'),
('de', 'text_uc_db_right_needed', 'Sie haben nicht genug Erlaubnisse um die Datenbank zu aktualisieren. Bitte weisen Sie die folgenden Erlaubnisse Ihrem Datenbank Benutzer zu [db_user]: [priviliges].'),
('de', 'text_uc_emergency_restore', 'ACHTUNG! Bitte die untenstehende URL kopieren und speichern - Sie können diese einsetzen um Ihren Shop wiederherzustellen, im Fall ein Upgrade fehlschlägt. <br /><b>[href]</b>'),
('de', 'text_uc_failed_to_backup_tables', 'Die Datenkank Tabellen wurden nicht gesichert'),
('de', 'text_uc_failed_to_create_directory', 'Erstellung neues Verzeichnis fehlgeschlagen'),
('de', 'text_uc_failed_to_decompress_files', 'Das Extrahieren der Dateien aus dem Archiv ist fehlgeschlagen'),
('de', 'text_uc_failed_to_ftp_copy', 'FTP Übertragung fehlgeschlagen'),
('de', 'text_uc_ftp_cart_directory_not_found', 'Wir könnten die CS-Cart-Installation nicht im angegebenen Verzeichnis finden. Bitte stellen Sie sicher, dass Sie das richtige FTP-Verzeichnis eingegeben haben.'),
('de', 'text_uc_ftp_connection_failed', 'FTP Verbindung fehlgeschlagen'),
('de', 'text_uc_ftp_connect_failed', 'Kann keine Verbindung mit dem FTP Server herstellen. Bitte überprüfen Sie ob der Hostname richtig ist'),
('de', 'text_uc_ftp_login_failed', 'Kann nicht in den FTP Server einloggen. Bitte überprüfen Sie ob Benutzername und Passwort korrekt sind'),
('de', 'text_uc_ftp_needed', 'FTP muss auf Dateien zugreifen die keine Schreibrechte (write permissions) haben'),
('de', 'text_uc_has_conflicts', 'Einige Ihrer Dateien enthalten lokale Änderungen. Sie können die Dateien überprüfen indem Sie auf den folgenden Link klicken'),
('de', 'text_uc_incorrect_upgrade_path', 'Falscher Pfad zu Upgrade Dateien'),
('de', 'text_uc_license_number_required', 'Bitte Ihre CS-Cart Lizenznummer eingeben'),
('de', 'text_uc_list_of_updates_missing', 'Upgrades Listen nicht vorhanden'),
('de', 'text_uc_local_modification', 'Local modifications'),
('de', 'text_uc_non_writable_files', 'Folgende Dateien haben keine Schreibrechte (write permissions). Sie müssen diese Schreibrechte manuell setzen oder eine FTP Software verwenden (wenn Sie nicht schon eine benutzten) um auf die Dateien zuzugreifen.'),
('de', 'text_uc_no_enough_space_to_backup_database', 'Nicht genügend Festplatten Speicher um die Datenbank zu sichern'),
('de', 'text_uc_no_ftp_module', 'Es scheint dass kein FTP Modul (client) auf Ihrem Server installiert ist. Sie können FTP nicht benutzen bevor dieses Modul installiert ist.'),
('de', 'text_uc_package_installed_with_errors', 'Während des Upgrade-Vorgangs sind Fehler aufgetreten. Bitte wenden Sie sich an den technischen Support, um das Problem zu untersuchen.'),
('de', 'text_uc_timeout_check_success', 'Es sieht so aus, als ob Ihr Server es erlaubt, die Option \"max_execution_time\" über das Skript zu ändern. Du bist richtig, um mit dem Upgrade-Prozess zu beginnen.'),
('de', 'text_uc_unable_to_create_upgrade_folder', 'Erstellung eines Upgrade Ordners fehlgeschlagen'),
('de', 'text_uc_unable_to_parse_uc_xml', 'Analysieren des Upgrade process descriptor uc.xml fehlgeschlagen'),
('de', 'text_uc_unable_to_remove_file', 'Löschen der Datei fehlgeschlagen'),
('de', 'text_uc_unable_to_remove_packages_xml', '\"Upgrade descriptor packages.xml\" konnte nicht gelöscht werden.'),
('de', 'text_uc_unable_to_remove_upgrade_lock', 'Die geschlossene Upgrade-Datei konnte nicht entfernt werden. Bitte die Datei [file] löschen.'),
('de', 'text_uc_unable_to_update_list_of_installed_upgrades', 'Aktualisierung Liste der installierten Upgrades fehlgeschlagen'),
('de', 'text_uc_upgrade_completed', 'Ihr Shop wurde erfolgreich verbessert.'),
('de', 'text_uc_upgrade_completed_check_and_open', '<p>Ihr Store wurde während der Upgrade Prozedur geschlossen. Wir empfehlen Ihnen den Store nach dem Upgrade zu kontrollieren und erst dann wieder eröffnen. </p><p> Sie finden den Link [link] auf jeder Seite ganz unten rechts.</p>'),
('de', 'text_uc_upgrade_log_file_not_writable', 'Upgrade Log File ist nicht beschreibbar'),
('de', 'text_uc_upgrade_needed', 'Sie müssen auf Version <b>[to_version]</b> aktualisieren (upgraden) bevor Sie dieses Upgrade Paket anwenden können. (Ihre Version ist <b>[your_version]</b>).'),
('de', 'text_uc_upgrade_not_selected', 'Kein Upgrade Package selektiert'),
('de', 'text_uc_upgrade_reverted', 'Das Upgrade wurde erfolgreich auf den vorherigen Stand zurückgesetzt'),
('de', 'text_uc_will_be_changed', 'Will be changed'),
('de', 'text_uc_will_be_deleted', 'Will be deleted'),
('de', 'text_ult_product_store_field_tooltip', 'Produkt-Inhaber. Nur der Produkt-Inhaber kann alle Felder in geteilten Produkten bearbeiten.'),
('de', 'text_unable_to_install_theme_dependencies', 'Unable to install the theme dependencies: [dependencies]'),
('de', 'text_unable_to_parse_xml', 'Konnte XML Struktur nicht analysieren (parse)'),
('de', 'text_unsubscribe_instructions', 'Wir respektieren Ihre Privatsphäe und versenden keine unerwünschte Mail an Benutzer, die nicht danach gefragt haben. Sie haben diese Mail erhalten, weil sie um kostenlose Updates und Werbungen gebeten haben. <br /><br /> Wenn Sie sich von der Mailingliste abmelden möchte, folgen Sie bitte untenstehendem Link:'),
('de', 'text_unsupported_currency', 'Eine Währung die von Ihrem Zahlungsystem  (payment processor) nicht unterstützt ist, wird auf Ihrer Webseite verwendet. Bitte kontaktieren Sie den System Administrator bezüglich dieses Problems.'),
('de', 'text_upgrade_available', 'Eine neue Version von CS-Cart ist verfügbar! <a href=\"[link]\"> Bitte jetzt updaten</a>.'),
('de', 'text_usergroup_activated', 'Die folgenden Benutzergruppen wurden für Ihr Konto aktiviert: [usergroups].'),
('de', 'text_usergroup_disactivated', 'The following user groups have been removed from your account: [usergroups].'),
('de', 'text_usergroup_request', 'Kunde hat Benutzergruppe angefordert.'),
('de', 'text_usergroup_requested_by', 'The <b>[usergroup]</b> group was requested by [name] ([email]).'),
('de', 'text_vendor_profile_changes_notice', 'Are you sure that you want to update the profile? Information about your company will not be available in the customer area until the administrator approves it.'),
('de', 'text_worldpay_notice', 'Please use the following URL as the callback url: <br /><b>[return_url]</b>'),
('de', 'text_you_have_already_filled_this_poll', 'Sie haben bereits an dieser Umfrage teilgenommen.'),
('de', 'text_zipcodes_wildcards', 'Sie können in diesem Feld Platzhalter (wildcards) benutzen:<br /><b>\'?\'</b> - einzelnes Zeichen;<b>\'*\'</b> - beliebige Anzahl Zeichen;<br /><br /><u>Beispiel:</u><br /><b>98?78</b> &nbsp;&nbsp;(entspricht 98878, 98378, 98978, usw.)<br /> <b>12*</b>&nbsp;&nbsp; (entspricht 12345, 12876, 12098, etc..)'),
('de', 'thanks_for_voting', 'Danke, dass Sie sich Zeit für diese Umfrage genommen haben.'),
('de', 'theme', 'Template'),
('de', 'themes', 'Themes'),
('de', 'theme_directory', 'Templates Verzeichnis'),
('de', 'theme_editor', 'Template Editor'),
('de', 'theme_editor.atc_button_bkg', 'Add to cart'),
('de', 'theme_editor.atc_button_text', 'Add to cart text'),
('de', 'theme_editor.auto_scroller_animations_style', 'Image auto scroller animation'),
('de', 'theme_editor.auto_scroll_animations', 'Use image auto scroller animation'),
('de', 'theme_editor.background', 'Hintergrund'),
('de', 'theme_editor.backgrounds', 'Hintergründe'),
('de', 'theme_editor.background_color', 'Hintergrundfarbe'),
('de', 'theme_editor.base_color', 'Basis'),
('de', 'theme_editor.block_titles', 'Block titles'),
('de', 'theme_editor.body_font', 'Haupt-Schrift'),
('de', 'theme_editor.brand_page_image', 'Brand page images'),
('de', 'theme_editor.browse', 'Durchsuchen'),
('de', 'theme_editor.buttons_font', 'Tasten'),
('de', 'theme_editor.call_request_bkg', 'Buy now with one click'),
('de', 'theme_editor.call_request_text', 'Buy now with one click text'),
('de', 'theme_editor.category_menu_bkg', 'Category menu background'),
('de', 'theme_editor.category_menu_expand_links', 'Expanded menu links'),
('de', 'theme_editor.category_menu_expand_links_hover', 'Expanded menu links hover'),
('de', 'theme_editor.category_menu_horizontal_background', 'Category menu expanded background'),
('de', 'theme_editor.category_menu_horizontal_decoration', 'Category menu expanded decoartion'),
('de', 'theme_editor.category_menu_horizontal_decoration_text', 'Category menu expanded decoartion text'),
('de', 'theme_editor.category_menu_horizontal_decoration_text_hover', 'Category menu expanded decoartion text hover'),
('de', 'theme_editor.checkout_control_background', 'Checkout: Payment / shipping method background'),
('de', 'theme_editor.checkout_control_border', 'Checkout: Payment / shipping method border'),
('de', 'theme_editor.checkout_control_description', 'Checkout: Payment / shipping method description'),
('de', 'theme_editor.checkout_control_label', 'Checkout: Credit card field names'),
('de', 'theme_editor.checkout_control_title', 'Checkout: Payment / shipping method title'),
('de', 'theme_editor.checkout_input_border', 'Checkout: Field border'),
('de', 'theme_editor.checkout_input_label', 'Checkout: Field label'),
('de', 'theme_editor.checkout_input_text', 'Checkout: Text in fields'),
('de', 'theme_editor.checkout_selected_control_background', 'Checkout: Selected payment / shipping method background'),
('de', 'theme_editor.checkout_selected_control_border', 'Checkout: Selected payment / shipping method border'),
('de', 'theme_editor.checkout_selected_input_border', 'Checkout: Selected field border'),
('de', 'theme_editor.checkout_step_title', 'Checkout: Step title'),
('de', 'theme_editor.checkout_terms_background', 'Checkout: \"Terms and conditions\" section background'),
('de', 'theme_editor.close', 'Template Editor schliessen'),
('de', 'theme_editor.colors', 'Farben'),
('de', 'theme_editor.color_gen_algorithm', 'Farbenkombination'),
('de', 'theme_editor.color_gen_analogic', 'Analog'),
('de', 'theme_editor.color_gen_base_color', 'Basisfarbe'),
('de', 'theme_editor.color_gen_contrast', 'Kontrast'),
('de', 'theme_editor.color_gen_dark_pastel', 'Dunkel Pastell'),
('de', 'theme_editor.color_gen_default', 'Standard'),
('de', 'theme_editor.color_gen_light_pastel', 'Hell Pastell'),
('de', 'theme_editor.color_gen_monochromatic', 'Monochromatisch'),
('de', 'theme_editor.color_gen_pale', 'Blass'),
('de', 'theme_editor.color_gen_pastel', 'Pastell'),
('de', 'theme_editor.color_gen_title', 'Farben generieren'),
('de', 'theme_editor.color_gen_triad', 'Triade'),
('de', 'theme_editor.color_gen_variant', 'Variante'),
('de', 'theme_editor.color_gen_vcontrast', 'Kontrast'),
('de', 'theme_editor.compare_color', 'Compare hover'),
('de', 'theme_editor.confirm_enable_less', 'Ihre CSS-Änderungen werden gesichert und überschrieben. Sind Sie sicher, dass Sie mit der GERINGEREN Wiederherstellung fortfahren werden?'),
('de', 'theme_editor.content_bg', 'Inhalt'),
('de', 'theme_editor.convert_to_css', 'In CSS konvertieren'),
('de', 'theme_editor.create_style_first', 'Sie können diesen Parameter für Standardausführungen nicht verändern. Erstellen Sie zuerst einen neuen.'),
('de', 'theme_editor.css', 'Personalisierte CSS'),
('de', 'theme_editor.customize', 'Anpassen'),
('de', 'theme_editor.decorative_color', 'Dekorative'),
('de', 'theme_editor.discount_label', 'Rabatt Etikett'),
('de', 'theme_editor.discount_label_text', 'Discount label text'),
('de', 'theme_editor.enable', 'Template Editor aktivieren'),
('de', 'theme_editor.enable_less', 'LESS aktivieren'),
('de', 'theme_editor.error_preset_exists', 'Die Voreinstellung mit diesem Namen ist bereits vorhanden. Bitte wählen Sie einen anderen.'),
('de', 'theme_editor.error_style_exists', 'Der Stil mit diesem Namen ist bereits vorhanden. Bitte wählen Sie einen anderen.'),
('de', 'theme_editor.error_theme_converted_to_css', 'Compiled CSS files do not support styling. Restore LESS in the <a target=\"_blank\" href=\"[url]\">Theme editor</a> to be able to change styles.'),
('de', 'theme_editor.favicon', 'Favicon'),
('de', 'theme_editor.favicon_size', 'Die Grösse von Favicon muss 16x16 px sein'),
('de', 'theme_editor.fixed', 'Fix'),
('de', 'theme_editor.font', 'Schrift'),
('de', 'theme_editor.fonts', 'Schriften'),
('de', 'theme_editor.font_color', 'Schrift'),
('de', 'theme_editor.font_one', 'Primary font'),
('de', 'theme_editor.font_two', 'Secondary font'),
('de', 'theme_editor.footer', 'Fusszeile'),
('de', 'theme_editor.footer_bottom', 'Footer bottom'),
('de', 'theme_editor.footer_bottom_text', 'Footer bottom text'),
('de', 'theme_editor.footer_location_icon', 'Footer location icons'),
('de', 'theme_editor.footer_location_icon_bkg', 'Footer location icons background'),
('de', 'theme_editor.footer_social_icons', 'Footer social icons'),
('de', 'theme_editor.footer_text', 'Text in Fusszeile'),
('de', 'theme_editor.footer_title', 'Footer title'),
('de', 'theme_editor.full_width', 'Volle Breite'),
('de', 'theme_editor.general', 'Allgemein'),
('de', 'theme_editor.general_bg', 'Allgemein'),
('de', 'theme_editor.gift_cert', 'Gutschein'),
('de', 'theme_editor.google_fonts', 'Use google fonts'),
('de', 'theme_editor.gradient', 'Farbverlauf'),
('de', 'theme_editor.grid_icon', 'Grid Quick view, Compare, Wishlist icons'),
('de', 'theme_editor.grid_icon_add_to_cart', 'Add to cart button'),
('de', 'theme_editor.grid_icon_add_to_cart_bkg', 'Add to cart background'),
('de', 'theme_editor.grid_icon_add_to_cart_text', 'Add to cart button text'),
('de', 'theme_editor.grid_icon_add_to_compare_bkg', 'Add to compare background'),
('de', 'theme_editor.grid_icon_add_wishlist_bkg', 'Add to wishlist background'),
('de', 'theme_editor.grid_icon_bkg', 'Grid Quick view, Compare, Wishlist icons background'),
('de', 'theme_editor.grid_icon_hover', 'Grid Quick view, Compare, Wishlist icons hover'),
('de', 'theme_editor.grid_icon_quick_view_bkg', 'Quick view background'),
('de', 'theme_editor.grid_info_background', 'Grid info background'),
('de', 'theme_editor.grid_info_title', 'Grid info title'),
('de', 'theme_editor.grid_info_title_hover', 'Grid info title hover'),
('de', 'theme_editor.header', 'Kopfzeilen'),
('de', 'theme_editor.header_call_request_link', 'Header call request link'),
('de', 'theme_editor.header_cart_ammount', 'Header cart amount'),
('de', 'theme_editor.header_cart_ammount_bkg', 'Header cart amount background'),
('de', 'theme_editor.header_icons', 'Header icons'),
('de', 'theme_editor.header_icons_hover', 'Header icons hover'),
('de', 'theme_editor.header_text', 'Header text'),
('de', 'theme_editor.headings_font', 'Überschriften'),
('de', 'theme_editor.hide_show', 'Template Editor Panel zeigen/verstecken'),
('de', 'theme_editor.incorrect_preset_name', 'Der voreingestellte Name darf die folgenden Zeichen nicht enthalten: \"/ # % ? * : ; { } \\ \"'),
('de', 'theme_editor.incorrect_style_name', 'Style name can not contain the following characters: \"/ # % ? * : ; { } \\ + \"'),
('de', 'theme_editor.info_blocks', 'Info blocks'),
('de', 'theme_editor.in_stock', 'Auf Lager'),
('de', 'theme_editor.links_font', 'Links'),
('de', 'theme_editor.links_hover', 'Links hover'),
('de', 'theme_editor.link_color', 'Links'),
('de', 'theme_editor.list-price', 'List price'),
('de', 'theme_editor.logos', 'Logos'),
('de', 'theme_editor.mail', 'E-Mail'),
('de', 'theme_editor.main', 'Hauptinhalt'),
('de', 'theme_editor.mainbox_title', 'Mainbox title'),
('de', 'theme_editor.mainbox_title_bkg', 'Mainbox title background'),
('de', 'theme_editor.max_image_size', 'Das Bild darf nicht grösser al 200 kB sein.'),
('de', 'theme_editor.menu_categ_left_content_description', 'Categories menu left content description'),
('de', 'theme_editor.menu_categ_left_content_link', 'Categories menu left content link'),
('de', 'theme_editor.menu_categ_left_content_link_hover', 'Categories menu left content link hover'),
('de', 'theme_editor.menu_categ_right_content_link', 'Categories menu right content link'),
('de', 'theme_editor.menu_categ_right_content_link_hover', 'Categories menu right content link hover'),
('de', 'theme_editor.menu_categ_right_content_title', 'Categories menu right content title'),
('de', 'theme_editor.menu_categ_title', 'Categories menu title'),
('de', 'theme_editor.menu_categ_title_bkg', 'Categories menu background'),
('de', 'theme_editor.menu_color', 'Main Menu'),
('de', 'theme_editor.menu_color_hover', 'Main Menu background hover'),
('de', 'theme_editor.menu_links_color', 'Main Menu links'),
('de', 'theme_editor.menu_links_color_hover', 'Main Menu links hover'),
('de', 'theme_editor.menu_links_hover', 'Menu links hover'),
('de', 'theme_editor.menu_links_hover_text', 'Menu links hover text'),
('de', 'theme_editor.menu_link_1_background', 'Main menu link 1 background'),
('de', 'theme_editor.menu_link_2_background', 'Main menu link 2 background'),
('de', 'theme_editor.menu_link_3_background', 'Main menu link 3 background'),
('de', 'theme_editor.menu_link_4_background', 'Main menu link 4 background'),
('de', 'theme_editor.menu_link_5_background', 'Main menu link 5 background'),
('de', 'theme_editor.menu_link_6_background', 'Main menu link 6 background'),
('de', 'theme_editor.menu_link_7_background', 'Main menu link 7 background'),
('de', 'theme_editor.middle_bg', 'Mitte'),
('de', 'theme_editor.multiscroller', 'Multiscroller header background'),
('de', 'theme_editor.multiscroller_compare_color', 'Multiscroller Compare hover'),
('de', 'theme_editor.multiscroller_icon', 'Multiscroller Quick view, Compare, Wishlist icons'),
('de', 'theme_editor.multiscroller_icon_border', 'Multiscroller icon border'),
('de', 'theme_editor.multiscroller_link', 'Multiscroller tab text'),
('de', 'theme_editor.multiscroller_link_active_hover_bkg', 'Multiscroller tab background hover'),
('de', 'theme_editor.multiscroller_link_bkg', 'Multiscroller tab background'),
('de', 'theme_editor.multiscroller_link_hover', 'Multiscroller tab text hover'),
('de', 'theme_editor.multiscroller_quick_view_color', 'Multiscroller Quick view hover'),
('de', 'theme_editor.multiscroller_wishlist_color', 'Multiscroller Wishlist hover'),
('de', 'theme_editor.no_repeat', 'Keine Wiederholung'),
('de', 'theme_editor.off', 'Template Editor deaktiviert'),
('de', 'theme_editor.on', 'Ein'),
('de', 'theme_editor.other_fonts', 'Andere Schriften'),
('de', 'theme_editor.out_of_stock', 'Nicht auf Lager'),
('de', 'theme_editor.page_cant_be_configured', 'The appearance of this page can\'t be configured with the Theme editor.'),
('de', 'theme_editor.pattern', 'Muster'),
('de', 'theme_editor.popular_fonts', 'Populäre Schriften'),
('de', 'theme_editor.popup_title_bkg', 'Popup title background');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('de', 'theme_editor.popup_title_text', 'Popup title text'),
('de', 'theme_editor.position', 'Position'),
('de', 'theme_editor.pp_price_saving_bkg', 'Product page price saving background'),
('de', 'theme_editor.pp_price_saving_text', 'Product page price saving text'),
('de', 'theme_editor.presets', 'Voreinstellungen'),
('de', 'theme_editor.preset_data_cannot_be_saved', 'Preset-Daten können nicht gespeichert werden. Sie sollten die Schreibrechte für <b> [theme_dir]</ b> Verzeichnis setzen, um dieses Problem zu beheben.'),
('de', 'theme_editor.preset_name', 'Name der Voreinstellung'),
('de', 'theme_editor.price', 'Preis'),
('de', 'theme_editor.price_font', 'Preisetikett'),
('de', 'theme_editor.primary_button', 'Primary color'),
('de', 'theme_editor.primary_button_text', 'Primary text'),
('de', 'theme_editor.product_carousel_scroll_animations_style', 'Product image in carousel scroll animation'),
('de', 'theme_editor.product_title', 'Product title'),
('de', 'theme_editor.product_title_link', 'Product title link'),
('de', 'theme_editor.quick_view_color', 'Quick view hover'),
('de', 'theme_editor.rating_color', 'Rating color'),
('de', 'theme_editor.rating_icons', 'Rating icons'),
('de', 'theme_editor.rating_text', 'Rating text'),
('de', 'theme_editor.repeat', 'Wiederholen'),
('de', 'theme_editor.repeat_x', 'x wiederholen'),
('de', 'theme_editor.repeat_y', 'y wiederholen'),
('de', 'theme_editor.reset_backgrounds', 'Hintergründe zurücksetzen'),
('de', 'theme_editor.reset_colors', 'Farben zurücksetzen'),
('de', 'theme_editor.reset_css', 'CSS zurücksetzen'),
('de', 'theme_editor.reset_fonts', 'Schriften zurücksetzen'),
('de', 'theme_editor.reset_general', 'Allgemeine zurücksetzen'),
('de', 'theme_editor.reset_logos', 'Logos zurücksetzen'),
('de', 'theme_editor.rounded_corners', 'Abgerundete Ecken'),
('de', 'theme_editor.scroll', 'Blättern'),
('de', 'theme_editor.scroll_animations', 'Use scroll animations'),
('de', 'theme_editor.scroll_up', 'Scroll up button'),
('de', 'theme_editor.search_button_bkg', 'Search button background'),
('de', 'theme_editor.search_button_bkg_hover', 'Search button background hover'),
('de', 'theme_editor.search_button_text', 'Search button icon'),
('de', 'theme_editor.search_button_text_hover', 'Search button icon hover'),
('de', 'theme_editor.secondary_button', 'Secondary color'),
('de', 'theme_editor.secondary_button_text', 'Secondary text'),
('de', 'theme_editor.secondary_content_bg', 'Secondary content'),
('de', 'theme_editor.secondbox_title', 'Secondbox title'),
('de', 'theme_editor.secondbox_title_bkg', 'Secondbox title background'),
('de', 'theme_editor.shipping_label', 'Shipping label'),
('de', 'theme_editor.shipping_label_text', 'Shipping label text'),
('de', 'theme_editor.show_dropdown_homepage', 'Expand menu on homepage'),
('de', 'theme_editor.show_mega_menu_category_images', 'Mega Menu category thumbnails'),
('de', 'theme_editor.sidebar', 'Sidebar background'),
('de', 'theme_editor.sidebar_decorative', 'Sidebar decorative'),
('de', 'theme_editor.sidebar_link', 'Sidebar links'),
('de', 'theme_editor.sidebar_links', 'Sidebar links'),
('de', 'theme_editor.sidebar_title', 'Sidebar title'),
('de', 'theme_editor.sticky_menu', 'Sticky menu'),
('de', 'theme_editor.style', 'Stil'),
('de', 'theme_editor.styles', 'Stil'),
('de', 'theme_editor.style_data_cannot_be_saved', 'Stil-Daten können nicht gespeichert werden. Sie sollten die Schreibrechte für das <b> [theme_dir] </ b> Verzeichnis setzen, um dieses Problem zu beheben.'),
('de', 'theme_editor.style_name', 'Stil-Name'),
('de', 'theme_editor.sub_footer', 'Sub footer'),
('de', 'theme_editor.sub_footer_text', 'Sub footer text'),
('de', 'theme_editor.system_fonts', 'System Schriften'),
('de', 'theme_editor.tertiary_button', 'Tertiary color'),
('de', 'theme_editor.tertiary_button_text', 'Tertiary text'),
('de', 'theme_editor.tertiary_content_bg', 'Teritary content'),
('de', 'theme_editor.text_align', 'Textausrichtung'),
('de', 'theme_editor.text_close_editor', 'Sind Sie sicher, dass Sie den Template Editor verlassen wollen?'),
('de', 'theme_editor.text_close_editor_unsaved', 'Sie haben noch nicht gespeicherte Änderungen. Sind Sie sicher, dass Sie den Template Editor verlassen wollen?'),
('de', 'theme_editor.text_convert_to_css', '<p>Generate CSS files from LESS (for manual editing).</p><p>IMPORTANT: You won\'t be able to use the Theme editor to customize the storefront!</p><p><i>The original LESS files will be backed up and you will be able to restore them later</i></p>'),
('de', 'theme_editor.text_reset_changes', 'Alle Änderungen nach der letzten Speicherung werden zurückgesetzt'),
('de', 'theme_editor.te_font_one', 'Primary font'),
('de', 'theme_editor.te_font_two', 'Secondary font'),
('de', 'theme_editor.theme', 'Template'),
('de', 'theme_editor.third_button', 'Third button'),
('de', 'theme_editor.top_account_cart', 'Top account/cart'),
('de', 'theme_editor.top_account_cart_hover', 'Top account/cart hover'),
('de', 'theme_editor.top_panel', 'Top Panel'),
('de', 'theme_editor.top_panel_links', 'Top Panel Links'),
('de', 'theme_editor.top_panel_links_hover', 'Top panel links hover'),
('de', 'theme_editor.top_panel_links_hover_active', 'Top link hover/active'),
('de', 'theme_editor.top_panel_text', 'Top Panel Text'),
('de', 'theme_editor.transparent', 'transparent'),
('de', 'theme_editor.upload_image', 'Bild hochladen'),
('de', 'theme_editor.vendor_contact_link', 'Vendor cotact link'),
('de', 'theme_editor.vendor_location', 'Vendor location'),
('de', 'theme_editor.vendor_name', 'Vendor name'),
('de', 'theme_editor.vendor_phone', 'Vendor phone'),
('de', 'theme_editor.vendor_product_number', 'Vendor product number'),
('de', 'theme_editor.vendor_rating', 'Vendor rating'),
('de', 'theme_editor.vendor_rating_text', 'Vendor rating text'),
('de', 'theme_editor.vendor_store_button_bkg', 'Vendor store button background'),
('de', 'theme_editor.vendor_store_button_text', 'Vendor store button text'),
('de', 'theme_editor.vendor_store_header_background', 'Vendor store header background'),
('de', 'theme_editor.vendor_store_header_name', 'Vendor store header name'),
('de', 'theme_editor.vendor_store_header_title', 'Vendor store header titles'),
('de', 'theme_editor.vendor_store_social_icon_bkg', 'Vendor store social icon background'),
('de', 'theme_editor.vendor_store_social_icon_text', 'Vendor store social icon'),
('de', 'theme_editor.warning_css_changes_will_be_reverted', '<p>You should switch back to LESS to be able to use the Theme editor, because it deals with LESS files instead of plain CSS.</p><p><strong>Important:</strong> All CSS files will be overwritten during the restore! Custom CSS modifications will be saved in the backup directory.</p>'),
('de', 'theme_editor.wishlist_color', 'Wishlist hover'),
('de', 'theme_editor_mode', 'Template Editor Modus'),
('de', 'theme_editor_not_supported', 'Dieses Design unterstützt den Editor für das Design nicht'),
('de', 'theme_information', 'Theme Information'),
('de', 'theme_no_styles_text', 'Dieses Theme hat keinen Stil.'),
('de', 'theme_styles_and_layouts', 'Styles für Themes und Layouts'),
('de', 'the_test_transaction', 'Das ist eine TEST Transaktion'),
('de', 'this_day', 'Heute'),
('de', 'this_month', 'Diesen Monat'),
('de', 'this_week', 'Diese Woche'),
('de', 'this_year', 'Dieses Jahr'),
('de', 'ths_sign', 'Tausend Symb.'),
('de', 'thumb', 'Miniatur(thumbnail)'),
('de', 'thumbnail', 'Miniaturansicht (Thumbnail)'),
('de', 'thumbnails', 'Miniaturen (Thumbnails)'),
('de', 'thumbnails_removed', 'Miniaturbilder wurden gelöscht'),
('de', 'thumbnail_width', 'Bildminiatur Breite in Bildlaufleiste (Scroller)'),
('de', 'ticket_id', 'Ticket Id'),
('de', 'ticket_information', 'TICKET INFORMATION'),
('de', 'ticket_list', 'Ticket List'),
('de', 'ticket_message', 'Ticket Message'),
('de', 'ticket_subject', 'Ticket Subject'),
('de', 'ticket_type', 'Ticket Type'),
('de', 'tier_account', 'Konto nach Stufen (Tier account)'),
('de', 'time', 'Zeit'),
('de', 'timeout', 'Zeitüberschreitung (Timeout)'),
('de', 'Timestamp', 'Zeitstempel (Timestamp)'),
('de', 'timezone_upgrade_notification_text', '<p>Time zone \"Athens, Beirut, Istanbul\" has been split into 3 different time zones:</p><ul><li>Europe/Istanbul</li><li>Europe/Athens</li><li>Asia/Beirut</li></ul><p>Please go to <b>Settings</b> &rarr; <b>Appearance</b> and make sure you have the right time zone there.</p>'),
('de', 'timezone_upgrade_notification_title', 'Zeitzonenwechsel'),
('de', 'time_interval', 'Zeitintervall'),
('de', 'time_unlimited_download', 'Zeit unbegrenzter Download'),
('de', 'tip', 'Hinweis'),
('de', 'tip.quick_select_and_close_category_selector', 'Tip: Hold \'Ctrl\' (or \"⌘\" on Mac) while clicking on a category name. This will add one category and close the window.'),
('de', 'title', 'Titel'),
('de', 'tmpl_abt__ut2_dropdown_horizontal_mwi', 'AB: Horizontal dropdown list with icons'),
('de', 'tmpl_abt__ut2_dropdown_vertical_mwi', 'AB: Vertical dropdown list with icons'),
('de', 'tmpl_abt__ut2__categories_title_block', 'AB: Block: Category title'),
('de', 'tmpl_abt__ut2__features_title_block', 'AB: Block: Feature title'),
('de', 'tmpl_abt__ut2__my_account_links_advanced', 'AB: My account (advanced)'),
('de', 'tmpl_abt__ut2__recent_posts_advanced', 'AB: Blog: Recent posts'),
('de', 'tmpl_abt__ut2__subscribe_advanced', 'AB: Subscription form'),
('de', 'tmpl_abt__ut2__subscription', 'AB: Newsletters: Subscription form'),
('de', 'tmpl_abt__ut2__title_block', 'AB: Block: Title'),
('de', 'tmpl_abt__ut2__top_buttons', 'AB: Buttons Compare and Wishlist'),
('de', 'tmpl_abt__ut2__top_buttons.compare_list.tooltip', 'View Comparison list'),
('de', 'tmpl_call_request', 'Formular für Rückrufanfrage'),
('de', 'tmpl_copyright', 'Copyright Information'),
('de', 'tmpl_grid', 'Raster'),
('de', 'tmpl_grid2', 'Raster2'),
('de', 'tmpl_list_without_options', 'Liste ohne Optionen'),
('de', 'tmpl_logo', 'Store-Logo'),
('de', 'tmpl_multicolumns_small', 'Mehrspaltig klein'),
('de', 'tmpl_multicolumn_list', 'Mehrspaltige Liste'),
('de', 'tmpl_newsletters_subscription_advanced', 'Newsletter: Formular für erweiterte Abonnements'),
('de', 'tmpl_payment_icons', 'Logos für Zahlungs-Systeme'),
('de', 'tmpl_payment_icons_rus', 'Payment systems russian icons'),
('de', 'tmpl_polls_central', 'Zentrale'),
('de', 'tmpl_polls_side', 'Seitenfeld'),
('de', 'tmpl_quick_links', 'Quick Links'),
('de', 'tmpl_scroller', 'Rad'),
('de', 'tmpl_search', 'Suchfeld'),
('de', 'tmpl_sidebox_1_item', 'Sidebox erstes Element'),
('de', 'tmpl_subscription', 'Newsletter: Abo-Formular'),
('de', 'tmpl_subscription_advanced', 'Formular für erweiterte Abonnements'),
('de', 'tmpl_text_ckeditor', 'CKEditor'),
('de', 'to', 'Zu'),
('de', 'today', 'Heute'),
('de', 'tools', 'Werkzeuge'),
('de', 'tools_addons_activated_count', 'Active add-ons:'),
('de', 'tools_addons_additional_payment_methods', 'There may be more payment processors. They\'ll show up if you activate the corresponding <a href=\"[url]\">payment add-ons</a>.'),
('de', 'tools_addons_additional_shipping_methods', 'There may be more carriers. They\'ll show up if you activate the corresponding <a href=\"[url]\">shipping add-ons</a>.'),
('de', 'tools_addons_additional_themes', 'There may be more themes. They\'ll show up if you activate the corresponding <a href=\"[url]\">theme add-ons</a>.'),
('de', 'tools_addons_core_addons_count', 'Built-in add-ons:'),
('de', 'tools_addons_current_state', 'Aktueller Status'),
('de', 'tools_addons_disabled_msg', 'An administrator disabled all add-ons or third-party add-ons.<br> Press the Re-enable add-ons button to initialize the add-ons that were previously active.'),
('de', 'tools_addons_disable_all', 'Disable all add-ons'),
('de', 'tools_addons_disable_third_party', 'Disable third-party add-ons'),
('de', 'tools_addons_installed_count', 'Installed add-ons:'),
('de', 'tools_addons_no_addons', 'Keine Add-Ons'),
('de', 'tools_addons_no_third_party_addons', 'Keine Add-Ons von dritten Parteien'),
('de', 'tools_addons_other_addons_count', 'Third-party add-ons:'),
('de', 'tools_re_enable_add_ons', 'Re-enable add-ons'),
('de', 'tooltip', 'Tooltip (Hinweis)'),
('de', 'top_panel', 'Top Panel'),
('de', 'top_sellers', 'Top sellers'),
('de', 'top_wishlist_compare', 'ET - Top wishlist compare'),
('de', 'total', 'Insgesamt'),
('de', 'totally_paid', 'Total bezahlt'),
('de', 'totals', 'Total'),
('de', 'total_amount', 'Gesamtbetrag'),
('de', 'total_amount_due', 'Fälliger Totalbetrag'),
('de', 'total_cost', 'Total Kosten'),
('de', 'total_items', 'Total Elemente'),
('de', 'total_list_price', 'Listenpreis gesamt'),
('de', 'total_orders', 'Created orders'),
('de', 'total_paid_orders', 'Paid orders'),
('de', 'total_period_payout', 'Total Auszahlungen Verkaufsperiode'),
('de', 'total_price', 'Total Preis'),
('de', 'total_product_cost', 'Total Produktkosten'),
('de', 'total_replies', 'Total Replies'),
('de', 'total_results', 'Total Ergebnisse'),
('de', 'total_spent_money', 'Total spend'),
('de', 'total_unpaid_balance', 'Total nicht bezahlt - Saldo'),
('de', 'total_without_commission', 'Total descontando a comissão'),
('de', 'to_all_subcats', 'Auf alle Unterkategorien anwenden'),
('de', 'to_date', 'Datum bis'),
('de', 'to_fixed', 'zum festen Betrag'),
('de', 'to_percentage', 'zu prozent des Originalpreises'),
('de', 'tpe', 'TPE'),
('de', 'track', 'Verfolgen (Tracking)'),
('de', 'tracking_num', 'Sendungsnummer'),
('de', 'tracking_number', 'Verfolgungs Nummer (Tracking)'),
('de', 'tracks', 'Identifikator'),
('de', 'track_my_order', 'Meine Bestellung(en). Wird an Ihre Email gesendet'),
('de', 'track_on_carrier_site', 'Track on website'),
('de', 'track_orders', 'Bestellungen verfolgen'),
('de', 'track_request_subj', 'Bestellung verfolgen (Tracking)'),
('de', 'track_without_options', 'Verfolgung ohne Optionen'),
('de', 'track_with_options', 'Verfolgung mit Optionen'),
('de', 'TransactionDateTime', 'Transaktion Datum/Zeit'),
('de', 'transaction_approved', 'Transaktion genehmigt'),
('de', 'transaction_cancelled', 'Transaktion wurde anulliert'),
('de', 'transaction_datetime', 'Transaktionsdatum'),
('de', 'transaction_declined', 'Transaktion wurde abgelehnt'),
('de', 'transaction_id', 'Transaktions-ID'),
('de', 'transaction_key', 'Transaktions Schlüssel'),
('de', 'transaction_password', 'Passwort der Transaktion'),
('de', 'transaction_type', 'Transaktionstyp'),
('de', 'transaction_url', 'Transaktion URL'),
('de', 'transaction_used_fee_value', 'Comissão p/ usados'),
('de', 'translate', 'Übersetzen'),
('de', 'translations', 'Übersetzungen'),
('de', 'trash_category', 'Trash category'),
('de', 'trash_category_description', 'Wenn ein Produkt aus der letzten Kategorie im Shop gelöscht wird, wird es in diese Kategorie verschoben.'),
('de', 'tree', 'Struktur (Stammbaum)'),
('de', 'trial', 'Testversion (Trial)'),
('de', 'trial_expired', 'Ihre [product]-Testphase ist abgelaufen'),
('de', 'trial_mode_mve_disabled', 'Testversion (Trial) ist nicht mehr verfügbar weil Sie eine gültige Lizenz für diese Installation haben'),
('de', 'trial_mode_ult_disabled', 'Testversion (Trial) kann nicht aktiviert werden'),
('de', 'trial_notice', 'Ihr Shop befindet sich im Testmodus.<br /><br />Wenn die 30-tägige Testphase abläuft, müssen Sie eine gültige Lizenznummer eingeben, um Ihren Shop verwalten zu können.<br /><br />Um diese Meldung dauerhaft zu verwerfen und nach Ablauf der Testphase auf das Administrationspanel zuzugreifen, erwerben Sie eine Lizenz und <a class=\"cm-dialog-opener cm-dialog-auto-size\" data-ca-target-id=\"store_mode_dialog\">aktivieren Sie den Full-Modus</a>.'),
('de', 'true', 'Richtig'),
('de', 'ttc_abt__ut2.menu_with_icons.desc', 'Short description for menu item (it is shown this field only for first-level items after menu item name)'),
('de', 'ttc_abt__ut2.menu_with_icons.dropdown', 'Show children menu items with dropdown list (only for <b>AB: Vertical dropdown list with icons</b> for the first-level items). It is rational to use this mode for those first level menu items, that have a large number of elements (subitems) on the third nesting level'),
('de', 'ttc_abt__ut2.menu_with_icons.icon', 'Icon for menu item (max size for icons:<br> — for the first level items 32x32px / for HiDPI 64x64px). If you don\'t use <b>Short description</b> for the first level menu items, then max size will be 24x24px / for HiDPI 48x48px<br> — for the second level items max icons width 100px / for HiDPI 200px)'),
('de', 'ttc_abt__ut2.menu_with_icons.label', 'Label for menu item (ability to mark with labels, important menu items (promotion, new, total sales, etc. optional))'),
('de', 'ttc_abt__ut2.menu_with_icons.label_background', 'Label background for menu item'),
('de', 'ttc_abt__ut2.menu_with_icons.label_color', 'Label color for menu item'),
('de', 'ttc_abt__ut2.menu_with_icons.text', 'HTML-content shown in this menu item (only for the first-level items). Used to show banner in mega menu (or any another content)'),
('de', 'ttc_abt__ut2.menu_with_icons.text_position', 'Position of HTML-content, that will be shown in this menu item (only for the first-level items)'),
('de', 'ttc_ab__lc.catalog.icon', 'Is displayed on the page <b>AB: Catalog</b> to the left of the name of category'),
('de', 'ttc_ab__lc.catalog.image_control', 'For display the size specified in the fields \"Categories list thumbnail width/height\" on admin panel page \"Settings\" - \"Thumbnails\" will be used. Size 32*32px will be used for displaying to the left'),
('de', 'ttc_ab__lc.control_subcategory_structure.inherit_control', 'If it is noted, then each point of a subcategory will be constructed taking into account its settings <b>AB: Management of the displayed structure of landing category/page</b> on <b>AB: Landing category/page</b> pages'),
('de', 'ttc_ab__lc.control_subcategory_structure.menu_id', 'Specify the menu ID which will be used for creation of the new structure of the subcategories'),
('de', 'ttc_ab__lc.landing_category.landing', 'The page of category will be displayed as a landing. Only subcategories, without products will be displayed'),
('de', 'ttc_ab__lc.landing_category.subsubcategories', 'The maximum amount of displayed sub-subcategories. If it is equal 0 - sub-subcategories won\'t be displayed'),
('de', 'ttc_ab__search_motivation.default_search_phrases', 'Will be used when fields in categories are empty'),
('de', 'ttc_ab__search_motivation.search_phrases', 'Input the list of expressions for this category; each expression should be written from a new line'),
('de', 'ttc_addons.form_builder.email_subject_field', 'Es können Felder vom Typ \"Auswahlbox\" oder \"Eingabefeld\" verwendet werden'),
('de', 'ttc_addons.paypal.rma.perform_refund', 'Eine Rückerstattung erfolgt, sobald ein Administrator den Status der Rückgabeanforderung ändert'),
('de', 'ttc_addons.paypal.status_for_new_orders', 'Alle Bestellungen mit einer PayPal-Zahlungsmethode erhalten diesen Status, bis die Antwort von PayPal (eine IPN-Nachricht) eintrifft oder ein Kunde über einen Link auf der PayPal-Website zum Shop zurückkehrt.'),
('de', 'ttc_hybrid_auth.linkedin_api_version', 'LinkedIn <a target=\"_blank\" href=\"https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/migration-faq?context=linkedin/consumer/context\">deprecated API v1</a>, but old apps still use it. If you\'re configuring LinkedIn app for the first time now, use API v2. Old LinkedIn apps configured some time ago may still be using v1.'),
('de', 'ttc_mobile_app.appfulldescription', 'Vollständige Applikationsbeschreibung (bis zu 4000 Symbole)'),
('de', 'ttc_mobile_app.appname', 'Anwendungsname (bis zu 30 Zeichen)'),
('de', 'ttc_mobile_app.appshortdescription', 'Applikationskurzbeschreibung (bis zu 80 Symbole)'),
('de', 'ttc_mobile_app.privacypolicyurl', 'URL der Datenschutzseite Ihres Shops'),
('de', 'ttc_mobile_app.pushnotifications', 'Push-Benachrichtigungen'),
('de', 'ttc_mobile_app.shopname', 'Shop-Name'),
('de', 'ttc_mobile_app.supportemail', 'Wird im Abschnitt \'about app\' angezeigt'),
('de', 'ttc_ogone.sha_in', 'The SHA-IN pass phrase is set on the Ingenico administration panel on the <b>Data and origin verification</b> tab.'),
('de', 'ttc_ogone_web.sha_out', 'The SHA-OUT pass phrase is set on the Ingenico administration panel on the <b>Transaction feedback</b> tab.'),
('de', 'ttc_page_title', 'Seitentitel in einem Browser Panel angezeigt.'),
('de', 'ttc_paypal_logo', 'Verwenden Sie ein gültiges Grafikformat, wie zum Beispiel .gif, .jpg, or .png. Verkleinern Sie das Bild auf 190 Pixel Breite und 60 Pixel Höhe. PayPal schneidet Bilder, die größer sind, zu. PayPal platziert Ihr Logo oben im Prüfbereich des Warenkorbs.'),
('de', 'ttc_paypal_use_in_context_checkout', 'In-Context Checkout wird nicht verwendet, wenn der Speicher im Widget-Modus läuft'),
('de', 'ttc_popularity', 'Bewertung der Produkt Popularität basiert auf der Anzahl der Besuche des Webshops, Anzahl der zum Warenkorb hinzugefügten Produkte und Anzahl der Verkäufe.'),
('de', 'ttc_post_description', 'Verwenden Sie den &lt;!--CUT--&gt; Tag (schalten Sie zum Quellcode, um ihn einzufügen), um einen Teil des Beitrages zu verstecken. Nur der Teil über dem Tag wird in der Liste aller Beiträge angezeigt. <br /><br />Stellen Sie sicher, dass Sie <strong>alle HTML Tags schließen</strong> über dem &lt;!--CUT--&gt; Tag!'),
('de', 'ttc_product_feature.feature_style', 'Determines the look of this feature on the product page.'),
('de', 'ttc_product_feature.filter_style', 'Determines the look of a filter by this feature on the product list. Filters make it easier for customers to find a product with the desired feature value. You\'ll be able to create a filter after you create a feature.'),
('de', 'ttc_product_feature.purpose', 'Determines how you and your customers will be able to use this feature.'),
('de', 'ttc_search_words', 'Geben Sie hier ein paar Wörter ein und das Produkt erscheint in den Ergebnissen der integrierten Suche nach diesen Wörtern, auch wenn der Produktname oder die Beschreibung diese nicht enthält. Trennen Sie verschiedene Suchbegriffe durch Kommas.'),
('de', 'ttc_shippings.can.contract_id', 'Die Vertrags-ID ist erforderlich, um bei Angabe der Kundennummer ermäßigte Tarife für gewerbliche Kunden zu erhalten. Bei Lösungen für Kunden von Kleinunternehmen oder bei allgemeinen Geschäftskunden muss die Vertrags-ID weggelassen werden'),
('de', 'ttc_shippings.can.customer_number', 'Customer number is required for commercial customers and Solutions for Small Business members to get discounted rates if parcel is mailed on behalf of customer'),
('de', 'ttc_shippings.can.option_cov', 'Requires amount'),
('de', 'ttc_storefront_url', 'Alle Storefront Domäne-Namen müssen mit der gleichen IP Adresse assoziiert sein. Bemerkung: Alle Stores selektieren um diese zu bearbeiten'),
('de', 'ttc_stores_status', 'ON—the storefront is open; everyone will see it. OFF—the storefront is closed; only those who have the access key will be able to see it.'),
('de', 'ttc_vendor_debt_payout.payout_overdue_limit', 'Payments for plans are drawn from the vendor\'s account balance. If the balance gets negative after the fee is taken, and this period expires, the vendor\'s administration panel will not allow to perform any actions until the vendor pays the debt.'),
('de', 'ttc_vendor_debt_payout.vendor_debt_limit', 'When a vendor\'s balance is negative and reaches this number, the vendor\'s administration panel will not allow to perform any actions. When a vendor\'s negative balance is half this number, the vendor will see the warning specified in the \"vendor_debt_payout.debt_near_limit_message\" language variable.'),
('de', 'tts_activate_menu_tab_for', 'Das Menuelement wird für den bestimmten Versand aktiviert angezeigt'),
('de', 'tts_generate_submenu', 'Das Untermenü muss Unterelemente des selektierten Objekts enthalten.'),
('de', 'tts_link_text', 'Ziel URL. Kann ein externer URL sein, ein interner Shop URL oder ein Versand'),
('de', 'tts_menu_user_class', 'Benutzerdefinierte CSS-Klasse wird zum Menüpunkt hinzugefügt, damit das Menü mit seinem eigenen CSS-Style versehen werden kann.'),
('de', 'tt_addons_abt__unitheme2_views_abt__ut2_buy_together_generate_description', 'You can use placeholder %product% which will be replaced by original product name'),
('de', 'tt_addons_abt__unitheme2_views_abt__ut2_buy_together_generate_name', 'You can use placeholder %product% which will be replaced by original product name'),
('de', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.friday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('de', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.monday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('de', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.position', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
('de', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.saturday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('de', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.sunday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('de', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.thursday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('de', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.tuesday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('de', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.url', 'The link format with the indication of the controller is recommended (for example, products.view?product_id=12121)'),
('de', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.wednesday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('de', 'tt_addons_ab__category_banners_views_ab__category_banners_update_image', 'The image is output \"as is\", without cutting'),
('de', 'tt_addons_ab__motivation_block_views_ab__motivation_block_update_image', 'The image is displayed \"as is\" without scaling. Upload the prepared image of the necessary size, it is recommended to use size 24*24px'),
('de', 'tt_addons_ab__video_gallery_hooks_products_tabs_content_post_ab__vg.form.replace_image', 'Use the first video as the default image on the product page'),
('de', 'tt_addons_newsletters_views_mailing_lists_update_from_email', 'E-Mail eines Absenders.'),
('de', 'tt_addons_newsletters_views_mailing_lists_update_from_name', 'Name des Absenders (z.B. Unternehmensname).'),
('de', 'tt_addons_newsletters_views_mailing_lists_update_reply_to', 'Die zu verschickende E-Mail antwortet auf'),
('de', 'tt_addons_newsletters_views_newsletters_update_more_subjects', 'Wenn mehrere Themen angegeben sind, wird der E-Mail-Betreff zufällig aus dieser Liste ausgewählt.'),
('de', 'tt_addons_newsletters_views_newsletters_update_users', 'Wenn der Text den Abmelde-Link enthält, wird er für diese Benutzer leer sein.'),
('de', 'tt_addons_paypal_settings_partial_refund_action_order_status', 'Legt fest, ob der Bestellstatus nach einer teilweisen Rückerstattung über PayPal automatisch geändert werden soll oder nicht.'),
('de', 'tt_addons_polls_hooks_pages_tabs_content_post_poll_results', 'Diese Nachricht wird im Shop angezeigt, wenn die Umfrage abgeschlossen ist.'),
('de', 'tt_addons_seo_views_seo_redirects_manage_seo.old_url', 'Zum Beispiel: Wenn Ihre URL  <b>http://example.com/path/to/object</b>, müssen Sie <b>/path/to/object</b> eingeben.'),
('de', 'tt_addons_store_locator_views_store_locator_update_store_locator.main_destination', 'Determines the shipping rates for this pickup point. The rates are specified on the shipping method editing page. If you don\'t select a rate area for a pickup point, then the pickup point won\'t appear at checkout.'),
('de', 'tt_addons_store_locator_views_store_locator_update_store_locator.show_to', 'Allows you to offer this pickup point to the residents of other rate areas at checkout.'),
('de', 'tt_addons_vendor_locations_hooks_companies_shipping_address_post_vendor_locations.location', 'The address that will be used to determine the position on Google Maps.'),
('de', 'tt_mobile_app.crop_when_resize', 'If ticked, some part of an image might be lost (cut out) when it\'s resized, otherwise transparent borders might be added.'),
('de', 'tt_mobile_app.m_app_icon', '1024 x 1024 (so groß, weil es eine Apple-Anforderung ist. Bitte beachten Sie, dass es gut aussehen sollte, auch wenn es auf 256x256 verkleinert ist)'),
('de', 'tt_mobile_app.m_app_splash_landscape', 'Empfohlene Bildgröße 2208x1536. Es wird angezeigt, wenn Sie die Anwendung auf Ihrem Mobiltelefon starten'),
('de', 'tt_mobile_app.m_app_splash_portrait', 'Empfohlene Bildgröße 1536x2208. Es wird angezeigt, wenn Sie die Anwendung auf Ihrem Mobiltelefon starten'),
('de', 'tt_mobile_app.m_app_store_logo', '(1024 x 500). Es ist das Bild, das auf der Google Play-Seite Ihrer Anwendung angezeigt wird, siehe Abschnitt \"Feature Graphic\"<a href=\"https://support.google.com/googleplay/android-developer/answer/1078870?hl=en\" target=\"_blank\">here</a>'),
('de', 'tt_mobile_app.services_config', 'Upload the google-services.json file that was generated when you added an Android application in Firebase.'),
('de', 'tt_views_block_manager_update_block_override_by_this', 'Wenn Sie den Block mit dieser Option speichern, wird der bestehende Block Inhalt (Wert) den Inhalt von diesem Block überschreiben - überall wo dieser Block im Warenkorb eingesetzt wird.'),
('de', 'tt_views_block_manager_update_block_width', 'Block Breite funktioniert für Blöcke die in der Gruppe mit horizontaler Richtung sind, für andere Fälle funktioniert dieser Parameter nicht.'),
('de', 'tt_views_block_manager_update_location_default', 'Eine Position muss als Default gewählt werden. Die dazugehörenden oberen und unteren Containers werden für alle Positionen verwendet.'),
('de', 'tt_views_block_manager_update_location_head_custom_html', 'This HTML code will be put between &lt;head&gt;&lt;/head&gt; tags'),
('de', 'tt_views_cart_components_carts_search_form_online_only', 'Wenn aktiviert, enthalten Suchergebnissen nur Benutzer die im Moment online sind.'),
('de', 'tt_views_categories_update_product_details_layout', 'Es wird das Template verwendet das in den Einstellungen für das Front-End (Kundenbereich) definiert wurde'),
('de', 'tt_views_currencies_update_after_sum', 'Wenn aktiviert, wird das Währungssymbol nach der Summe angezeigt.'),
('de', 'tt_views_currencies_update_decimals', 'Anzahl Ziffern nach dem Dezimal Symbol.'),
('de', 'tt_views_currencies_update_dec_sign', 'Dezimal Trennzeichen.'),
('de', 'tt_views_currencies_update_ths_sign', 'Tausender Trennzeichen.'),
('de', 'tt_views_database_manage_backup_data', 'Wenn aktiviert, enthält die Backup Datei die aktuellen Tabellen Daten.'),
('de', 'tt_views_database_manage_backup_schema', 'Wenn aktiviert, behaltet die Backup Datei die Tabellenstruktur.'),
('de', 'tt_views_exim_export_output', 'Wählen Sie eine Aktion auf die Datei: \"Direkter Download\" - zum Speichern der Datei auf dem lokalen Computer \"Screen\" - zum Anzeigen der Datei Inhalt, \"Server\" - zum Speichern der Datei auf dem Server Dateisystem.'),
('de', 'tt_views_languages_manage_language_code', 'Zwei-Buchstaben Sprachcode.'),
('de', 'tt_views_languages_update_country', 'Die Flagge dieses Landes wird als Sprachensymbol verwendet werden.'),
('de', 'tt_views_orders_components_orders_search_form_customer_files', 'Wenn aktiviert, enthalten die Suchergebnisse die Bestellungen der Kunden die ihre eigenen Dateien geladen haben.'),
('de', 'tt_views_pages_components_pages_link_page_target_url', 'The URL to redirect customers to'),
('de', 'tt_views_pages_components_pages_link_page_url', 'The page inner URL'),
('de', 'tt_views_payments_update_surcharge_title', 'Leer lassen um den \'Zahlungszuschlag\' als Titel zu verwenden'),
('de', 'tt_views_payments_update_taxes', 'Wenn der Zahlungszuschlag auf den Verkäufer umgelegt wird, werden keine Steuern berechnet'),
('de', 'tt_views_payments_update_template', 'Template veranwortlich für die Darstellung der zusätzlichen Felder in der Zahnlungsmethode.'),
('de', 'tt_views_products_components_products_shipping_settings_free_shipping', 'Produkte, bei denen die Option Kostenloser Versand aktiviert ist, werden von der Versandberechnung ausgeschlossen, wenn die Versandart Use for free shipping aktiviert ist'),
('de', 'tt_views_products_components_products_shipping_settings_items_in_box', 'Benutzen Sie dieses Feld um die minimale und maximale Anzahl der Produkte zu definieren die in einer separaten Box versendet werden. Geben Sie einen \"nicht Null\" Wert ein und bestimmen Sie die Dimensionen der Box hier unten.'),
('de', 'tt_views_products_components_products_shipping_settings_weight', 'Nicht herunterladbare Produkte mit Null Gewicht werden behandelt als hätten sie ein minimales Nicht-Null Gewicht'),
('de', 'tt_views_products_update_categories', 'In den Breadcrumbs angezeigte Kategorien'),
('de', 'tt_views_products_update_inventory', 'Verfolgen Sie die Produktmenge im Lager. Aktivieren Sie die Option \"Inventarverfolgung aktivieren\" (Einstellungen -> Allgemein), um sie zu ändern.'),
('de', 'tt_views_products_update_list_price', 'Vom Hersteller vorgeschlagener Detailhandels Preis.'),
('de', 'tt_views_products_update_out_of_stock_actions', '\'Buy in advance\' lets customers buy out-of-stock products and products that will be available since a specific date. \'Sign up for notification\' works only when the product has zero or negative quantity.'),
('de', 'tt_views_products_update_product_details_layout', 'Als Default wird das Template benutzt, die in den Einstellungen der Haupt- Produktekategorie definiert ist'),
('de', 'tt_views_product_features_update_feature_display_on_catalog', 'Zeigen Sie diese Funktion auf den Artikelseiten zusammen mit der Artikelbeschreibung.'),
('de', 'tt_views_product_features_update_feature_display_on_product', 'Wenn aktiviert, wir die Produkteigenschaft in der Produktdetails Seite im Kundenbereich (Storefront) angezeigt.'),
('de', 'tt_views_product_features_update_prefix', 'Ein Anhang der vor der Produkt Eigenschaft steht.'),
('de', 'tt_views_product_features_update_suffix', 'Ein Anhang der nach der Produkt Eigenschaft steht.'),
('de', 'tt_views_product_options_update_incorrect_filling_message', 'Meldung die visualisiert wird, wenn die eingegebenen Daten nicht korrekt sind.'),
('de', 'tt_views_product_options_update_inner_hint', 'Eine Meldung die anzeigt welcher Wert eingegeben werden muss.'),
('de', 'tt_views_product_options_update_inventory', 'Wenn aktiviert, wird die Option berücksichtigt wenn das Produkt Inventar zusammengestellt wird.'),
('de', 'tt_views_product_options_update_regexp', 'Befehl der ein \"Pattern\" definiert das überinstimmen muss'),
('de', 'tt_views_promotions_update_stop_other_rules', 'Wenn aktiviert, werden die anderen Optionen nicht angewendet.'),
('de', 'tt_views_sales_reports_table_time_interval', 'Zu analisierende Periode (Tag, Woche, Monat, Jahr).'),
('de', 'tt_views_sales_reports_update_table_dependence', 'Parameter, nach denen die Werte sortiert werden können. Um den Parameter anzeigen zu können, muss es sich auf den Wert beziehen (z. B. Artikelkosten - Gesamtsumme oder Anzahl der Artikel - Anzahl der Artikel).'),
('de', 'tt_views_sales_reports_update_table_limit', 'Max. Anzahl der Diagrammkomponenten.'),
('de', 'tt_views_shippings_components_services_ups_ship_ups_pickup_type', '<p>Select \"Daily Pickup\" to calculate the delivery cost according to Daily Rates.</p><p>Select \"One Time Pickup\", \"Letter Center\", or \"Air Service Center\" to calculate the delivery cost according to Retail Rates.</p>'),
('de', 'tt_views_shippings_update_delivery_time', 'Die Lieferzeit wird neben dem Namen der Versandart angezeigt. Wenn Sie die Berechnung der Versandkosten in Echtzeit verwenden, kann Ihr Versandservice eine eigene Lieferzeit angeben. Die vom Versandservice angegebene Zeit wird anstelle der hier angegebenen Zeit angezeigt.'),
('de', 'tt_views_shippings_update_use_for_free_shipping', 'Schließen Sie Produkte mit der aktivierten Option Kostenloser Versand von der Berechnung des Lieferpreises aus'),
('de', 'tt_views_site_layout_logos_alt_text', 'Leer lassen um den Firmennamen als Alternativ-Text anzuwenden.'),
('de', 'tt_views_storage_cdn_cname', 'Domain-Name den Sie verwenden möchten, statt des CloudFront Domain-Name für die URL Ihrer Dateien. Sie müssen auch einen CNAME Record mit Ihrem DNS Service erstellen um die Anfragen zum CloudFront Host zu adressieren (dieser wird auf dieser Seite dargestellt nachdem Sie Ihre Konto Informationen eingegeben haben).'),
('de', 'tt_views_storage_cdn_key', 'AWS Access Key ID. Gehen Sie auf<a href=\"http://amzn.to/1sT9aw0\" target=\"_blank\">http://amzn.to/1sT9aw0</a> um den Schlüssel und den Geheimschlüssel zu bekommen.'),
('de', 'tt_views_taxes_update_regnumber', 'Steuer Registrierungsnummer des Shops'),
('de', 'turkish', 'Türkisch'),
('de', 'txn_id', 'Transaktions ID'),
('de', 'type', 'Typ'),
('de', 'type_comment', 'Geben Sie hier einen Kommentar ein'),
('de', 'type_comments_here', 'Sie können uns hier einen Kommentar hinterlassen'),
('de', 'type_to_search', 'Geben Sie die Suchanfrage ein...'),
('de', 'type_to_search_or_click_button', 'Geben Sie die Suchanfrage ein, oder klicken Sie auf die Schaltfläche rechts, um mit der erweiterten Suche zu suchen'),
('de', 'uc_addon_package_files_do_not_match_schema', 'Package contains files that were not described in schema or schema has links to missing files'),
('de', 'uc_addon_package_forbidden_path', 'Forbidden: Add-on tries to upgrade core files ([path])'),
('de', 'uc_addon_package_languages_forbidden', 'Package contains languages that were not described in schema or schema has links to missing languages files'),
('de', 'uc_addon_package_migrations_forbidden', 'Package contains migrations that were not described in schema or schema has links to missing migration files'),
('de', 'uc_addon_package_pre_post_scripts_mismatch', 'Package contains pre/post scripts that were not described in schema or schema has links to missing files'),
('de', 'uc_backup_info_subj', 'Upgrade-Center: Der Shop wurde gesichert und geschlossen.'),
('de', 'uc_broken_upgrade_connector', 'Upgrade connector [connector_id] returned incorrect data'),
('de', 'uc_connector_not_found', 'Upgrade connector not found'),
('de', 'uc_copy_files', 'Copy files'),
('de', 'uc_downloaded_and_ready', 'Upgrade package has been downloaded and ready to install'),
('de', 'uc_execute_validator', 'Execute \"[validator]\" validator'),
('de', 'uc_info_subj', 'Upgrade-Center: Der Laden wurde geschlossen.'),
('de', 'uc_install_languages', 'Install languages'),
('de', 'uc_migration_failed', 'Beim Upgrade der Datenbankstruktur (Anwendung der Migration[migration]) ist ein Fehler aufgetreten.'),
('de', 'uc_ok', 'OK'),
('de', 'uc_open_store_email_body', '<p>Before the upgrade, your store was closed. Check if it\'s running fine after the upgrade and <a href=\"[settings_section]\">open it</a>.</p>'),
('de', 'uc_package_schema_is_not_json', 'Package schema is not a valid JSON'),
('de', 'uc_package_schema_not_found', 'Package content schema not found'),
('de', 'uc_restore_email_body', '<p>Die Datenbank und die Dateien Ihres Geschäfts wurden vor dem Upgrade gesichert. Das Backup-Archiv enthält die gesamte Datenbank und alle Dateien mit Ausnahme von Bildern. Das Backup-Archiv wurde auf Ihrem Server gespeichert: [backup_file].</p><p>Vor dem Upgrade war Ihr Shop geschlossen. Überprüfen Sie, ob es nach dem Upgrade einwandfrei läuft und <a href=\"[settings_section]\">open it</a>.</p><p>Wenn während des Upgrades etwas schief geht, gehen Sie in Ihr Admin-Panel, <strong>Administration → Backup/Restore</strong> um das Backup wiederherzustellen. </p><p>Wenn Sie nicht auf Ihr Admin-Panel zugreifen können, verwenden Sie den folgenden Link, um das letzte Backup wiederherzustellen.<b>Important:</b>Unter diesem Link wird der Wiederherstellungsprozess sofort gestartet. Verwenden Sie es nur, wenn Sie keinen Zugriff auf Ihr Admin-Panel haben! Wiederherstellen der letzten Sicherung:</p>'),
('de', 'uc_restore_email_subject', 'Upgrade-Center: Der Shop wurde gesichert und geschlossen.'),
('de', 'uc_run_migrations', 'Run migrations'),
('de', 'uc_searchanise_disabled', 'The Searchanise add-on was automatically disabled during upgrade to avoid false search results. Activate it at any time on the <a href=\"[url]\">Add-ons</a> page.'),
('de', 'uc_title_validators', 'Upgrade package validators'),
('de', 'uc_unable_to_read_schema', 'Unable to read package schema (schema.json)'),
('de', 'uc_upgrade_progress', 'Upgrade progress'),
('de', 'uk_cookies_law', 'Cookies werden auf dieser Website verwendet werden, um die beste Benutzererfahrung anzubieten. Wenn Sie fortfahren, gehen wir davon aus, dass Sie damit einverstanden sind, dass Sie Cookies von dieser Website erhalten. <span class=\"button button-wrap-left\"><span class=\"button button-wrap-right\"><a rel=\"nofollow\" href=\"[url]\">OK</a></span></span>'),
('de', 'ultimate_license', '[product] Ultimate'),
('de', 'ultimate_license_required', '[product] Ultimate is required for this'),
('de', 'ultimate_or_storefront_license_required', 'This action requires [product] Ultimate or an additional Storefront License'),
('de', 'ult_shared_with', 'Geteilt mit:'),
('de', 'ult_share_users_setting_disabled', 'Der Wert der Einstellung kann nicht geändert werden weil gleiche Email Adressen in Ihrem Store registriert sind.'),
('de', 'unable_delete_vendor_orders_exists', 'Es ist nicht möglich, dieses Verkäuferkonto zu löschen, weil in der Datenbank noch Bestellungen vorhanden sind, welche die Produkte dieses Verkäufers beinhalten. Um das Konto zu löschen, bitte zuerst diese Bestellungen löschen.'),
('de', 'unable_to_assign_usergroup', 'Die Benutzergruppe konnte nicht zugewiesen werden. Bitte den Shop Administrator kontaktieren.'),
('de', 'unable_to_check_license', 'Ihre Lizenznummer kann nicht überprüft werden'),
('de', 'unable_to_create_status', 'Couldn\'t create a new status'),
('de', 'unable_to_delete_last_storefront', 'Mindestens eine Schaufensterfront muss erhalten bleiben'),
('de', 'unable_to_delete_setting_description', 'Nicht fähig Beschreibung der Einstellung zu löschen: [reason]'),
('de', 'unable_to_delete_setting_variant', 'Nicht fähig Variante der Einstellung zu löschen: [reason]'),
('de', 'unable_to_read_resource', 'Nicht fähig Quelle zu lesen: [file]'),
('de', 'unable_to_unpack_file', 'Kann Datei nicht entpacken'),
('de', 'unable_to_update_setting_description', 'Nicht fähig Beschreibung der Einstellung zu aktualisieren: [reason]'),
('de', 'unable_to_update_setting_value', 'Nicht fähig den Einstellungs Wert zu aktualisieren: [reason]'),
('de', 'ungroupped_features', 'Nicht gruppierte Eigenschaften'),
('de', 'uninstall', 'Deinstallieren'),
('de', 'unique_html_block', 'Eindeutiger HTML Block'),
('de', 'unit', 'Stück'),
('de', 'united_kingdom', 'Vereinigtes Königreich'),
('de', 'unit_price', 'Stückpreis'),
('de', 'unknown', 'Unbekannt'),
('de', 'unknown_server_response', 'Antwort des Servers unbekannt'),
('de', 'unmark', 'Nicht markieren'),
('de', 'unregistered_customer', 'Nicht registrierter Kunde'),
('de', 'unregistered_customer_short', 'Unregistered'),
('de', 'unselect_all', 'Alle deselektieren'),
('de', 'unset_tax_to_products', 'Selektierte Steuern von allen Produkten enfternen'),
('de', 'unsubscribe', 'Austragen (Unsubscribe)'),
('de', 'unsubscribe_key', 'Abmeldelink'),
('de', 'unsubscribe_link', 'Abmeldelink'),
('de', 'up', 'Nach oben'),
('de', 'update', 'Aktualisieren'),
('de', 'updated_last', 'Updated in the last'),
('de', 'updates_subscription', 'Updates und We'),
('de', 'update_all', 'Atualizar todos'),
('de', 'update_categories', 'Kategorien aktualisieren'),
('de', 'update_current_layout', 'Aktuelles Layout aktualisieren'),
('de', 'update_customer_info', 'Kundeninformation aktualisieren'),
('de', 'update_datafeed', 'Datenfeed bearbeiten'),
('de', 'update_existing_products_only', 'Update existing products only'),
('de', 'update_existing_products_only_tooltip', 'If you enable this setting, products that don\'t exist in the database of your store will be skipped during import.'),
('de', 'update_for_all_act', 'Neuer Wert wird gespeichert für ALLE stores die dieses Element teilen. Klicken um den Wert nur für den Store-Inhaber zu speichern.'),
('de', 'update_for_all_dis', 'Neuer Wert NUR für den Store-Inhaber gespeichert. Klicken um für alle Stores zu speichern die dieses Element teilen.'),
('de', 'update_for_all_hid_act', 'Klicken um Feld Update zu löschen.'),
('de', 'update_for_all_hid_dis', 'Klicken um einen neuen Feld-Wert einzugeben und in allen Stores zu aktualisieren wenn diese gespeichert werden.'),
('de', 'update_group', 'Gruppe aktualisieren'),
('de', 'update_period_expired', '<p class=\"text-error\">Your upgrade subscription has expired, so this software upgrade cannot be installed. You can prolong your subscription in the <a href=\"[url]\">Customer Help Desk</a>.</p><p>Please note that it is not mandatory: you can continue using this software with no limitation even without an upgrade subscription.</p>'),
('de', 'update_products', 'Produkte aktualisieren'),
('de', 'update_profile', 'Profil aktualisieren'),
('de', 'update_profile_notification', 'Ihr Profil wurde aktualisiert'),
('de', 'update_profile_notification_header', 'Ihr Profil wurde aktualisiert'),
('de', 'update_status', 'Status aktualisieren'),
('de', 'update_text', 'Text aktualisieren'),
('de', 'update_totals_and_inventory', 'Summen und Inventar aktualisieren'),
('de', 'update_translation', 'Übersetzungen aktualisieren'),
('de', 'updating', 'Wird aktualisiert'),
('de', 'updating_links', 'Links werden aktualisiert'),
('de', 'upgrade', 'Upgrade (aktualisieren)'),
('de', 'upgraded_on', 'Aktualisiert für'),
('de', 'upgrade_center', 'Upgrade Center (Aktualisierungen)'),
('de', 'upgrade_center.apply_migration_failed', '<p>Bitte stellen Sie das Pre-Upgrade-Backup manuell oder über einen Link wieder her, der an Ihre E-Mail-Adresse gesendet wurde und kontaktieren Sie dann unseren technischen Support.</p><br><p>Technische Details: Die Migration konnte nicht abgeschlossen werden[migration]. Grund: [error].</p><p>Completed migrations: [processed_count] out of [total_count].</p>'),
('de', 'upgrade_center.error_unable_to_prepare_restore', 'Das Wiederherstellungsskript kann nicht vorbereitet werden.'),
('de', 'upgrade_center.filehash_check_failed', 'Upgrade ist nicht möglich wegen eines Datei Integritäts Fehler. Bitte kontaktieren Sie das Technische Support Team.'),
('de', 'upgrade_center.skip_backup', 'Skip files and database backup'),
('de', 'upgrade_center.upgrades_are_not_available_in_trial', 'Upgrades sind nur im<strong>Full</strong> und <strong>Free</strong> Lizenzmodus verfügbar.<br /><br />Der Lizenzmodus kann unter Einstellungen geändert werden→ <a class=\"cm-dialog-opener cm-dialog-auto-size\" data-ca-target-id=\"store_mode_dialog\">Lizenzmodus </a>.'),
('de', 'upgrade_center.upgrade_process_failed', 'Der Aktualisierungsprozess Ihres Shops ist fehlgeschlagen'),
('de', 'upgrade_center.validation_issue', 'Validierungsproblem'),
('de', 'upgrade_center.validator_fail_result', 'Validator \"[validator_name]\" gab Fehlerstatus raus.'),
('de', 'upgrade_center.warning_msg_after_upgrade', 'Überprüfen Sie nach dem Upgrade die Grundfunktionalität Ihres Shops.'),
('de', 'upgrade_center.warning_msg_executed_php', '<p class=\"text-error\">We have started a dummy PHP script. It will be working during 6 minutes. When the check is finished, we\'ll tell you if the PHP script\'s timeouts can be set correctly. If yes, then you are good to go with the upgrade. Please wait until the check is finished to be sure that your server has correct PHP timeout configuration.</p>'),
('de', 'upgrade_center.warning_msg_generally', 'Im Allgemeinen schlägt das Upgrade fehl, weil die Ausführung des PHP-Skripts aufgrund Ihrer Serverkonfiguration abgebrochen wird. Es ist wichtig, die Timeout-Einstellungen für PHP-Skripte auf Ihrem Server zu überprüfen'),
('de', 'upgrade_center.warning_msg_specialists', 'Wenn Sie mit den technischen Aspekten von CS-Cart und dem Upgradeprozess nicht vertraut sind, empfehlen wir Ihnen dringend, <a href=\"[upgrade_center_specialist]\" target=\"_blank\">einen Experten anzustellen</a> oder <a href=\"[upgrade_center_team]\" target=\"_blank\">unser Supporteam</a> darum zu bitten, den Shop für Sie upzugraden.'),
('de', 'upgrade_center.warning_msg_test_local', 'Aktualisieren Sie erst eine Testkopie Ihres Shops, um sicherzustellen, dass das Upgrade einwandfrei funktioniert.'),
('de', 'upgrade_center.warning_msg_third_party_add_ons', 'Das Upgrade aktualisiert keine Drittanbieter-Add-Ons. Darum empfehlen wir Ihnen, alle Drittanbieter-Add-Ons vor dem Upgrade zu deaktivieren.');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('de', 'upgrade_center.warning_msg_timeout_check_failed', 'Your server has wrong PHP script timeout settings. This could be due to restrictions on the PHP <a href=\"http://php.net/manual/en/function.set-time-limit.php\" target=\"_blank\">set_time_limit</a> function or FastCGI \"Timeout\" options. We recommend you to contact your hosting provider in order to resolve this issue or contact our tech support team to perform the upgrade for you.'),
('de', 'upgrade_center.warning_msg_timeout_fail', 'Wir empfehlen NICHT, das Upgrade auf Ihrem Server zu starten.'),
('de', 'upgrade_center.warning_msg_upgrade_is_complicated', 'Das Upgrade ist ein komplizierter Prozess. Er kann aus Gründen fehlschlagen, die außerhalb unserer Kontrolle liegen. <br> Um das Upgrade für Ihren Shop sicherer zu machen, haben wir einige Tipps für Sie vorbereitet:'),
('de', 'upgrade_center_permission_adjusted_properly', 'Alle Datei- und Ordnerrechte wurden korrekt angepasst.'),
('de', 'upgrade_fl54_atol_boxberry_text', '<p>The following tools were added to help store owners comply with Federal Law 54 and work with online cash registers:</p><ul><li>The ability to <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/payment_methods/yandex_54fz.html\">send receipt data to Yandex.Checkout</a>.</li><li>The <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/addons/atol_online/\">ATOL Online</a> add-on that integrates CS-Cart with this rent-an-online-cash-register service.</li></ul><p>Other additions:</p><ul><li>An add-on for <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/addons/retailcrm/\">exchanging data with retailCRM</a>;</li><li>An add-on for <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/shipping_and_taxes/shipping_methods/realtime_shipping_methods/boxberry.html\">creating real-time shipping methods that use Boxberry</a>, a Russian shipping service.</li></ul>'),
('de', 'upgrade_fl54_atol_boxberry_title', 'New features of Russian version of CS-Cart 4.6.1: compliance with Federal Law 54, add-ons for retailCRM and Boxberry'),
('de', 'upgrade_flash_player', 'Sie müssen Ihren Flash Player aktualisieren'),
('de', 'upgrade_is_not_avail', '<p class=\"text-error\">Dieses Upgrade ist für Ihre CS-Cart Lizenz nicht verfügbar. Bitte Kontaktieren Sie <a href=\"http://www.cs-cart-deutsch.com\">CS-Cart Support Team</a> um Ihren Lizenzstatus zu aktualisieren.</p>'),
('de', 'upgrade_license', 'Meine Lizenz aktualisieren'),
('de', 'upgrade_notification_message', '<p class=\'upgrade-center_notice-msg\'>Copy of this message was sent to administrator\'s email.</p><hr>'),
('de', 'upgrade_notification_title', 'Upgrade changes in [product] [version]'),
('de', 'upgrade_notification_welcome_text', '<p class=\"lead\">To help you get started, we’ve compiled the list of what you should check after the upgrade. The full list of changes is in the changelog.</p><p class=\"lead\">If you ever need to check this message later, we’ve also sent a copy to [email].</p>'),
('de', 'upgrade_notification_welcome_title', 'Welcome to [product] [version]!'),
('de', 'upgrade_notification_what_check_first', 'What to check first?'),
('de', 'upgrade_notification_what_else_to_check', 'What else is there to check?'),
('de', 'upload', 'Hochladen'),
('de', 'uploaded_files', 'Uploaded Files'),
('de', 'upload_addon', 'Add-on hochladen & installieren'),
('de', 'upload_another_file', 'Eine weitere Datei hochladen'),
('de', 'upload_file', 'Datei hochladen'),
('de', 'upload_install', 'Hochladen & entpacken'),
('de', 'upload_theme', 'Theme hochladen'),
('de', 'upload_to_ftp', 'Zum FTP-Server hochladen'),
('de', 'upload_upgrade_package', 'Upgrade-Paket hochladen'),
('de', 'upload_upgrade_text', 'Das Upgrade-Paket zum Hochladen ermöglicht es Ihnen, HotFixes oder Add-on-Upgrades anzuwenden. Sie können ein Upgrade-Paket hochladen, indem Sie ein Archiv im tgz-, gz- oder zip-Format auswählen und auf Hochladen klicken.'),
('de', 'upload_via_ftp', 'Über FTP hochladen'),
('de', 'ups', 'United Parcel Service (UPS)'),
('de', 'ups_suggested_retail_rates_upgrade_notification_text', '<p>The latest [product] version doesn\'t support the \"Suggested Retail Rates\" Pickup type for the UPS-based shipping methods.</p><p>If you used Suggested Retail Rates before, do this to actualize the delivery cost for your customers:</p><ul><li>Go to Administration → Shipping & taxes → Shipping methods.</li><li>Select the shipping method that uses UPS as a carrier.</li><li>Switch to the Configure tab and select a proper Pickup type: use \"One Time Pickup\", \"Letter Center\", or \"Air Service Center\" to calculate the delivery cost according to Retail Rates</li></ul>'),
('de', 'ups_suggested_retail_rates_upgrade_notification_title', '\"Suggested Retail Rates\" Pickup type for the UPS-based shipping methods is no longer supported'),
('de', 'ups_upgrade_notification_text', '<p><b>UPS Canada: Expedited SM</b> and <b>UPS Polish: Today Intercity</b> shipping services are not supported since this [product] version. If you were using them, do the following:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses UPS as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li></ul>'),
('de', 'ups_upgrade_notification_title', 'UPS Canada: Expedited SM and UPS Polish: Today Intercity shipping services are no longer supported'),
('de', 'url', 'URL'),
('de', 'url_access_storefront', 'Verwenden Sie die folgende URL, um auf das Schaufenster zuzugreifen:<br><a href=\"[url]\" target=\"_blank\">[url]</a>'),
('de', 'url_dispatch_part', 'Der Wert des Versandparameters aus der URL'),
('de', 'used', 'Benutzt'),
('de', 'user', 'Benutzer'),
('de', 'usergroup', 'Benutzergruppe'),
('de', 'usergroups', 'Benutzergruppen'),
('de', 'usergroups_menu_description', 'Liste der Benutzergrupen die in Ihrem Store vorhanden sind.'),
('de', 'usergroup_activated', 'Benutzergruppe ist aktiviert worden'),
('de', 'usergroup_disactivated', 'Benutzergruppe ist deaktiviert worden'),
('de', 'usergroup_ids', 'Usergroup ids'),
('de', 'usergroup_privileges', 'Berechtigungen Benutzergruppe'),
('de', 'usergroup_registered', 'Registered users'),
('de', 'usergroup_request_by_customer', 'Kundenanfrage für Benutzergruppe'),
('de', 'username', 'Benutzername'),
('de', 'users', 'Benutzer'),
('de', 'users_carts', 'Verlassene Warenkörbe'),
('de', 'users_carts_menu_description', 'Liste der Produkte die aus irgend einem Grund nicht gekauft worden sind.'),
('de', 'users_menu_description', 'Benutzerkonten die in Ihrem Store registriert sind.'),
('de', 'user_account_info', 'Informationen Benutzerkonto'),
('de', 'user_account_information', 'Informationen Benutzerkonto'),
('de', 'user_cannot_be_deleted', 'Sorry, der Benutzer mit Benutzer-ID [user_id] kann nicht gelöscht werden.'),
('de', 'user_class', 'User-defined CSS class'),
('de', 'user_data_required', 'Bitte einen Kunden selektieren oder Daten eingeben'),
('de', 'user_details_page', 'Benutzer Details Seite'),
('de', 'user_group', 'User group'),
('de', 'user_group_ids', 'User group IDs'),
('de', 'user_group_requests', 'Anfragen Benutzergruppe'),
('de', 'user_id', 'Benutzer ID'),
('de', 'user_info', 'Benutzerinformation'),
('de', 'user_pin', 'Benutzer PIN'),
('de', 'user_profile_info', 'Information Benutzerprofil'),
('de', 'user_settings', 'Benutzereinstellungen'),
('de', 'user_type', 'Benutzertyp'),
('de', 'use_avail_period', 'Verfügbare Periode benutzen'),
('de', 'use_cardinal', 'Verwenden Sie Cardinal Centinel&reg; für die 3-D Secure Payer Authentisierung'),
('de', 'use_coupons_commission', 'Gutschein Provision'),
('de', 'use_current_link', 'Aktueller Seitenlink benutzen'),
('de', 'use_custom_view', 'Benutzerdefinierte Ansicht verwenden'),
('de', 'use_custom_weight_settings', 'Persönliche Gewichts Einstellungen benutzen'),
('de', 'use_default_block_configuration', 'Use default block configuration'),
('de', 'use_existing_block', 'Bestehenden Block benutzen'),
('de', 'use_existing_store', 'Bestehende Store-Konfiguration kopieren'),
('de', 'use_for_apply_for_vendor_account', 'Ein Verkäuferkonto beantragen'),
('de', 'use_for_checkout', 'Checkout (user information) form'),
('de', 'use_for_discussion', 'Vorlagen für Kommentare und Rezensionen'),
('de', 'use_for_form_builder', 'Benutzerdefinierte Formulare'),
('de', 'use_for_free_shipping', 'Verwendung für kostenlosen Versand'),
('de', 'use_for_login', 'Login form'),
('de', 'use_for_polls', 'Umfragen'),
('de', 'use_for_register', 'Create and edit profile form'),
('de', 'use_for_re_desk', 'Use for Re:Desk'),
('de', 'use_for_track_orders', 'Track my order form'),
('de', 'use_negotiated_rates', 'Benutzen Sie die verhandelten Preise'),
('de', 'use_new_sha_method', 'Neue SHA Signature Policy benutzen'),
('de', 'use_this_style', 'Verwenden Sie diesen Stil'),
('de', 'usps', 'US-Postdienst'),
('de', 'usps_package_size_large', 'Gross (Large)'),
('de', 'usps_package_size_regular', 'Normal (Regular)'),
('de', 'usps_service_certificate_of_mailing', 'Mailing Zertifikat (certificate of mailing)'),
('de', 'usps_service_certificate_of_mailing_for_firm_mailing_books', 'Mailing Zertifikat (certificate of mailing) für Firmen Mailingbücher'),
('de', 'usps_service_certificate_of_mailing_per_individual_article', 'Mailing Zertifikat (certificate of mailing) pro individuelle Artikel'),
('de', 'usps_service_certified', 'Zertifiziert'),
('de', 'usps_service_collect_on_delivery', 'Zahlung bei Lieferung (Nachnahme)'),
('de', 'usps_service_delivery_confirmation', 'Lieferungs Bestätigung'),
('de', 'usps_service_edelivery_confirmation', 'Elektronische Zustellbestätigung'),
('de', 'usps_service_express_mail_insurance', 'Express Post Versicherung'),
('de', 'usps_service_insurance', 'Versicherung'),
('de', 'usps_service_pick_up_on_demand', 'Abholung auf Verlangen'),
('de', 'usps_service_registered_mail', 'Eingeschriebene Sendung'),
('de', 'usps_service_registered_without_insurance', 'Eingeschrieben ohne Versicherung'),
('de', 'usps_service_registered_with_insurance', 'Eingeschrieben mit Versicherung'),
('de', 'usps_service_return_receipt', 'Empfangsbestätigung'),
('de', 'usps_service_return_receipt_electronic', 'Elektronische Empfangsbestätigung'),
('de', 'usps_service_return_receipt_for_merchandise', 'Empfangsbestätigung für Waren'),
('de', 'usps_service_signature_confirmation', 'Bestätigung mit Unterschrift'),
('de', 'usps_size', 'Bitte Breite, Höhe und Länge für Priority Mail angeben, nur wenn Verpackungs Grösse \"Gross\" (large) ist.'),
('de', 'usps_upgrade_notification_text', '<p>The following USPS shipping services are no longer supported:<ul><li>USPS First-Class Mail International Large Envelope</li><li>USPS First-Class Mail International Letter/Postcard</li></ul>All your shipping methods that used these services have been changed to use <b>USPS First-Class Package International Service</b> instead. Please go to <b>Administration → Shipping & taxes → Shipping methods</b> and check the settings of your shipping methods that use USPS.</p>'),
('de', 'usps_upgrade_notification_title', 'Changes to USPS shipping services'),
('de', 'uvdesk_already_account', 'Your account already exist. To manage your tickets please login.'),
('de', 'uvdesk_answered', 'Answered'),
('de', 'uvdesk_closed', 'Closed'),
('de', 'uvdesk_label', 'Label'),
('de', 'uvdesk_mine', 'Mine'),
('de', 'uvdesk_notreplied', 'Notreplied'),
('de', 'uvdesk_open', 'Open'),
('de', 'uvdesk_pending', 'Pending'),
('de', 'uvdesk_resolved', 'Resolved'),
('de', 'uvdesk_spam', 'Spam'),
('de', 'uvdesk_starred', 'Starred'),
('de', 'uvdesk_tickets', 'UVDesk Ticktes'),
('de', 'uvdesk_timestamp', 'Timestamp'),
('de', 'uvdesk_trashed', 'Trashed'),
('de', 'uvdesk_unassigned', 'Unassigned'),
('de', 'uvdesk_viewticket', 'UVDesk View Ticket'),
('de', 'valid', 'Gültigkeits Periode'),
('de', 'validate_email', 'Email validieren'),
('de', 'validate_secret_word', 'Geheimwort (secret word) validieren'),
('de', 'valid_thru', 'Gültig bis (MM/JJ)'),
('de', 'value', 'Wert'),
('de', 'value_to_display', 'Wert der angezeigt werden soll'),
('de', 'variables', 'Variablen'),
('de', 'variant', 'Variante'),
('de', 'variants', 'Varianten'),
('de', 'variant_id', 'Variant ID'),
('de', 'variant_name', 'Variantenname'),
('de', 'variations_in_stock', 'Nur verfügbare Artikel anzeigen'),
('de', 'variation_group_code', 'Variation group code'),
('de', 'variation_group_id', 'Variation group ID'),
('de', 'variation_parent_product_id', 'Variation parent product ID'),
('de', 'variation_set_as_default', 'Variation set as default'),
('de', 'variation_sub_group_id', 'Variation sub group ID'),
('de', 'vendor', 'Lieferant'),
('de', 'vendors_activity', 'Vendor activity in the selected period'),
('de', 'vendors_activity.new_products', 'New products'),
('de', 'vendors_activity.new_vendors', 'New vendors'),
('de', 'vendors_activity.not_logged_in_vendors', 'Vendors who haven\'t signed in'),
('de', 'vendors_activity.orders_created', 'Orders created'),
('de', 'vendors_activity.vendors_with_new_products', 'Vendors with new products'),
('de', 'vendors_activity.vendors_with_sales', 'Vendors with sales'),
('de', 'vendors_menu_description', 'Sortierte Liste von externen Verkäuferkonten, die in Ihrem Shop regsitriert sind.'),
('de', 'vendors_statistics', 'Vendor\'s statistics'),
('de', 'vendors_with_absolute_commissions_notice', '<p>The following vendors had absolute commissions before the upgrade:</p><ul>[vendors_list]</ul><p>The <b>Transaction fee</b> in their plans has been set to 0.</p><p>The sizes of absolute commissions still remain in the database, but are no longer used. However, you can use that data to set up new vendor plans with relative commissions. Learn more in this article:</p>[instructions]'),
('de', 'vendor_accounting', 'Accounting'),
('de', 'vendor_accounting_menu_description', 'Income and expenditure statistics (total income, vendor balance, vendor withdrawals).'),
('de', 'vendor_account_balance', 'Kontostand'),
('de', 'vendor_account_balance_menu_description', 'Statistiken über Einnahmen und Ausgaben (Gesamt, nach Verkäufer, nach Zeitraum).'),
('de', 'vendor_administrator', 'Verkäufer-Administrator'),
('de', 'vendor_administrators', 'Verkäufer-Administratoren'),
('de', 'vendor_administrators_menu_description', 'Liste von Verkäufer-Administratoren, registrierte Benutzer mit einem Verkäuferkonto.'),
('de', 'vendor_approval_pending', 'Neuer Antrag auf ein Verkäuferkonto'),
('de', 'vendor_candidate_notification', 'Hallo, <br/><br/> Sie haben einen neuen Kandidaten als Vendor in Ihrem Shop. Dieses Vendor Konto bleibt schwebend, bis Sie es genehmigen. <a href=\"[href]\">Klicken Sie<a href=\"[href]\">auf diesen Link</a>, um die Detalis des Kontos zu visualisieren</a>.'),
('de', 'vendor_commission_changes_upgrade_notification_text', '<p>Vendor commissions have been replaced with vendor plans, and an own plan has been created for each vendor. However, absolute commissions are no longer supported.</p>'),
('de', 'vendor_commission_changes_upgrade_notification_title', 'Änderungen der Lieferantenprovisionen'),
('de', 'vendor_communication', 'Message center'),
('de', 'vendor_communication.ask_a_question', 'Ask a question'),
('de', 'vendor_communication.author', 'Verfasser'),
('de', 'vendor_communication.cannot_create_thread', 'Cannot create thread'),
('de', 'vendor_communication.cannot_delete_thread', 'Cannot delete thread'),
('de', 'vendor_communication.cannot_delete_threads', 'Cannot delete threads'),
('de', 'vendor_communication.cannot_post_message', 'Kann keine Nachricht abschicken'),
('de', 'vendor_communication.cannot_update_thread', 'Cannot update thread'),
('de', 'vendor_communication.contact_vendor', 'Verkäufer kontaktieren'),
('de', 'vendor_communication.contact_vendor_name', 'Kontakt [Verkäufername]'),
('de', 'vendor_communication.contact_with', '#[thread_id]. Communication with [thread_company]'),
('de', 'vendor_communication.created_at', 'Erstellt am'),
('de', 'vendor_communication.customer_name', 'Kundenname'),
('de', 'vendor_communication.date', 'Datum'),
('de', 'vendor_communication.error_message', 'Bitte geben Sie Ihre Nachricht ein'),
('de', 'vendor_communication.event.message_received.name', 'New message received'),
('de', 'vendor_communication.invalid_thread_object_type', 'Provided thread object type is invalid'),
('de', 'vendor_communication.message', 'Nachricht'),
('de', 'vendor_communication.messages', 'Nachrichten'),
('de', 'vendor_communication.message_center', 'Nachrichtencenter'),
('de', 'vendor_communication.message_center_menu_description', 'Kunden-zu-Verkäufer Nachrichten'),
('de', 'vendor_communication.message_center_name', 'Message center'),
('de', 'vendor_communication.message_center_name_menu_description', 'Messages from customers'),
('de', 'vendor_communication.message_sent', 'Your message has been sent to <b>[vendor_name]</b>.<br/><br/>We\'ll notify you about a reply. To view your message history, please <a href=\"[thread_url]\" target=\"_blank\">go to the Message Center</a> located in the \"Messages\" section of the \"My account\" menu.'),
('de', 'vendor_communication.new_message.message', 'Click this notification to see the message'),
('de', 'vendor_communication.new_message.title', '[company_name] has a new message from [customer]'),
('de', 'vendor_communication.new_thread_created', 'Your message has been sent to <b>[vendor_name]</b>.<br/><br/>The vendor\'s reply will be sent to the email address of your account. To view your message history, please <a href=\"[thread_url]\">go to the Message Center</a> located in the \"Messages\" section of the \"My account\" menu.'),
('de', 'vendor_communication.no_messages_found', 'Keine Nachricht gefunden'),
('de', 'vendor_communication.no_threads_found', 'No threads found'),
('de', 'vendor_communication.please_log_in_to_be_notified', 'Please sign in so that we can notify you about a reply'),
('de', 'vendor_communication.please_log_in_to_contact_vendor', 'Please sign in to contact the vendor'),
('de', 'vendor_communication.required_field_is_missing', 'The [field_name] field is required'),
('de', 'vendor_communication.subject_email', 'You have a new message from [message_from]'),
('de', 'vendor_communication.thread', 'Thread #[thread_id]'),
('de', 'vendor_communication.threads_deleted', 'Threads have been deleted'),
('de', 'vendor_communication.thread_deleted', 'Thread has been deleted'),
('de', 'vendor_communication.ticket', 'Thread'),
('de', 'vendor_communication.type_message', 'Schreibt eine Nachricht...'),
('de', 'vendor_communication.you', 'Du'),
('de', 'vendor_communication.your_message_to_vendor_name', 'Your message to [vendor_name]'),
('de', 'vendor_communication.you_have_new_message', 'You have a new <a href=\"[thread_url]\">message</a> from [message_from].'),
('de', 'vendor_custom_page', 'Vendor custom page'),
('de', 'vendor_data_premoderation', 'Vendor data premoderation'),
('de', 'vendor_data_premoderation.approval_info_text', 'If approval is required only for some vendors, you\'ll be able to set what vendors need moderation on the Add-ons tab of the vendor editing page.'),
('de', 'vendor_data_premoderation.approve_product', 'Approve \"[product]\"'),
('de', 'vendor_data_premoderation.approve_product_btn', 'Approve product'),
('de', 'vendor_data_premoderation.disapproval_reason', 'Disapproval reason'),
('de', 'vendor_data_premoderation.disapproved', 'Disapproved'),
('de', 'vendor_data_premoderation.disapprove_product', 'Disapprove \"[product]\"'),
('de', 'vendor_data_premoderation.disapprove_products', 'Disapprove products'),
('de', 'vendor_data_premoderation.disapprove_product_btn', 'Disapprove product'),
('de', 'vendor_data_premoderation.enter_disapproval_reason', 'Enter the reason for disapproval and save the changes.'),
('de', 'vendor_data_premoderation.event.product_status.approved.name', 'Vendor data premoderation: your product was approved'),
('de', 'vendor_data_premoderation.event.product_status.disapproved.name', 'Vendor data premoderation: your product was disapproved'),
('de', 'vendor_data_premoderation.exclude_disapproved_products', 'Exclude disapproved products'),
('de', 'vendor_data_premoderation.notification.approved.message', '\"[product]\" has been approved by the store administration and added to the product catalog. Click here to view this product.|[n] products have been approved by the store administration and added to the product catalog. Click here to view these products.'),
('de', 'vendor_data_premoderation.notification.approved.title', 'Your product has been approved|Your products have been approved'),
('de', 'vendor_data_premoderation.notification.disapproved.message', '\"[product]\" has been disapproved by the store administration. Click here to view this product.|[n] products have been disapproved by the store administration. Click here to view these products.'),
('de', 'vendor_data_premoderation.notification.disapproved.title', 'Your product has been disapproved|Your products have been disapproved'),
('de', 'vendor_data_premoderation.notification.products_require_approval.message', 'This product is pending for your approval since [since]. Click here to view this product.|These products are pending for your approval since [since]. Click here to view these products.'),
('de', 'vendor_data_premoderation.notification.products_require_approval.title', 'You have [n] product that requires your approval|You have [n] products that require your approval'),
('de', 'vendor_data_premoderation.notification_for_deleted_statuses', 'Vendor Data Premoderation add-on has been disabled. Products with  the \"Requires approval\" or \"Disapproved\" statuses no longer have any status. These products won\'t appear to customers until you or your vendors set some other status for them. If you activate the add-on again, the statusless products will get their statuses back. If you uninstall the add-on, all products will get a correct status automatically.'),
('de', 'vendor_data_premoderation.products_sent_to_premoderation', 'Your changes have been saved. Before your product is added to the product catalog, it must be approved by the store administration. Follow <a href=\"[product_approval_url]\">this link</a> to view products that require approval.|Your changes have been saved. Before your products are added to the product catalog, they must be approved by the store administration. Follow <a href=\"[product_approval_url]\">this link</a> to view products that require approval.'),
('de', 'vendor_data_premoderation.product_status.disapproved', 'Disapproved'),
('de', 'vendor_data_premoderation.product_status.requires_approval', 'Requires approval'),
('de', 'vendor_data_premoderation.require_approval', 'Products on moderation'),
('de', 'vendor_data_premoderation.require_vendor_action', 'Disapproved products'),
('de', 'vendor_debt_payout.block_alert', '<p>Your access to the administration panel has been restricted automatically because you have reached the limit of negative account balance or haven\'t paid a fee for your vendor plan in time.</p><p>Your current account balance is [current_balance].</p><p>Please <a href=\"[pay_url]\">pay the marketplace fees</a> — once the payment is processed, your access to the administration panel will be restored automatically.</p>'),
('de', 'vendor_debt_payout.day_or_days', 'day(s)'),
('de', 'vendor_debt_payout.debt_near_limit_message', 'Your account balance is currently [current_balance]. If it reaches [minimal_balance], you won\'t be able to use your administration panel until you <a href=\"[pay_url]\" target=\"_blank\">pay all your marketplace fees</a>.'),
('de', 'vendor_debt_payout.debt_payout', 'Marketplace fees'),
('de', 'vendor_debt_payout.debt_payout_w_order', 'Marketplace fees (order #[id])'),
('de', 'vendor_debt_payout.payout_overdue_limit', 'Grace period for vendor plan fees'),
('de', 'vendor_debt_payout.pay_fees', 'Pay the fees'),
('de', 'vendor_debt_payout.pending_payout_message', 'You need to pay the fee of [fee_amount] for using the [plan_name] plan. Your current account balance is [current_balance]. If the fee isn\'t paid until [overdue_date], you won\'t be able to work with the administration panel until you <a href=\"[pay_url]\" target=\"_blank\">pay all your marketplace fees</a>.'),
('de', 'vendor_debt_payout.vendor_debt_limit', 'Restrict admin panel functions if vendor\'s debt reaches'),
('de', 'vendor_edit_invitation_email_template', '<a href=\"[url]\">Edit vendor invitation email template</a>'),
('de', 'vendor_filters', 'Verkäufer Artikelfilter'),
('de', 'vendor_filters_description', ''),
('de', 'vendor_id', 'Lieferanten ID'),
('de', 'vendor_invitations_fail_notification', 'Invitations not sent: [failed_quantity]<br/><b>[emails_list]</b><br/>An invitation won\'t be sent if it has already been sent to that email address before. But if none of your invitations are being sent, and you haven\'t sent invitations to those addresses before, please make sure that [product] can send any emails at all. If it can\'t, then the problem is related to [product] or server configuration. In that case, please contact your server administrator, hosting provider, or <a href=\"https://helpdesk.cs-cart.com/\" target=\"_blank\">our technical support</a> to investigate.'),
('de', 'vendor_invitations_sent_notification', 'Invitations sent: [sent_quantity]'),
('de', 'vendor_invitation_email_body', '<p>Hello,</p><br/><p>We\'d like to invite you to <a href=\"[create_account_url]\">create an account</a> with [default_company_name].  You\'ll be able to expand your client base by listing your products on our platform and selling them to our visitors.</p><br/><p>Best regards,</p><p>[default_company_name] team</p>'),
('de', 'vendor_invitation_email_subject', 'Come Sell With [default_company_name]'),
('de', 'vendor_invited_at', 'Date sent'),
('de', 'vendor_language', 'Vendor language'),
('de', 'vendor_location.search_vendors_geolocation', 'Search for vendors'),
('de', 'vendor_locations.block_template_location_selector', 'Location selector'),
('de', 'vendor_locations.closest_vendors', 'Closest vendors'),
('de', 'vendor_locations.customer_geolocation', 'Your location'),
('de', 'vendor_locations.filter_by_city', 'Vendor\'s city'),
('de', 'vendor_locations.filter_by_distance', 'Distance to vendor'),
('de', 'vendor_locations.location', 'Location'),
('de', 'vendor_locations.nearby', 'Nearby'),
('de', 'vendor_locations.not_your_city', 'Not your city?'),
('de', 'vendor_locations.search_city', 'Search for a city'),
('de', 'vendor_locations.search_nearby', 'Search nearby'),
('de', 'vendor_locations.search_vendors_by_address', 'Search vendors'),
('de', 'vendor_locations.selected_city', 'Selected city'),
('de', 'vendor_locations.select_city', 'Select a city'),
('de', 'vendor_locations.vendors_map', 'Vendors map'),
('de', 'vendor_logos_and_product_count', 'Vendor logos and product count'),
('de', 'vendor_name', 'Verkäufername'),
('de', 'vendor_names', 'Vendor names'),
('de', 'vendor_name_field', 'Verkäufername'),
('de', 'vendor_notifications', 'Vendor notifications'),
('de', 'vendor_page.add_post', 'Add new page'),
('de', 'vendor_page.editing_post', 'Editing'),
('de', 'vendor_page.new_post', 'New vendor page'),
('de', 'vendor_pages', 'Verkäuferseiten'),
('de', 'vendor_pages_title', 'ET - Vendor pages title'),
('de', 'vendor_panel', 'Verkäuferbereich'),
('de', 'vendor_panel_configurator.configure_vendor_panel_notice', 'To make onboarding easier, vendors don\'t see some menu items and some fields on the product editing page. You can configure what vendors see and don\'t see <a href=\"[config_url]\" target=\"_blank\">in the settings of the \"Vendor panel configurator\" add-on</a>. If you disable the add-on, the menus and the vendor panel itself will change to resemble the admin panel of the marketplace.'),
('de', 'vendor_panel_configurator.element_color', 'Element color'),
('de', 'vendor_panel_configurator.global_setting_warning', 'This setting doesn\'t appear on the product editing page right now, because it is set globally for all products. Check the <a href=\"[settings_url]\" target=\"_blank\">\"Settings\" menu</a> to find it.'),
('de', 'vendor_panel_configurator.payment_methods.description', 'Manage how you receive payments from customers'),
('de', 'vendor_panel_configurator.product_page_configuration', 'Product page settings'),
('de', 'vendor_panel_configurator.seller_info', 'Seller info'),
('de', 'vendor_panel_configurator.sidebar_background_image', 'Sidebar background image'),
('de', 'vendor_panel_configurator.sidebar_background_image_description', 'If you upload the background image, it will be displayed instead of the sidebar color. If you upload it, we recommend picking a sidebar color that matches the background image.'),
('de', 'vendor_panel_configurator.sidebar_color', 'Sidebar color'),
('de', 'vendor_panel_configurator.theme_layouts', 'Page layouts'),
('de', 'vendor_panel_configurator.theme_layouts.description', 'Manage layouts of the microstore and product pages'),
('de', 'vendor_panel_configurator.theme_styles', 'Logos and styles'),
('de', 'vendor_panel_configurator.theme_styles.description', 'Manage logos used on site and in e-mails and configure appearance of the microstore and product pages'),
('de', 'vendor_panel_configurator.unconfigurable_tab', 'This tab has no configurable fields and is displayed as is'),
('de', 'vendor_payouts.approval_status', 'Approval status'),
('de', 'vendor_payouts.approval_status.C', 'Completed'),
('de', 'vendor_payouts.approval_status.D', 'Declined'),
('de', 'vendor_payouts.approval_status.P', 'Pending'),
('de', 'vendor_payouts.balance', 'Balance'),
('de', 'vendor_payouts.balance_carried_forward', 'Balance carried forward'),
('de', 'vendor_payouts.current_balance', 'Current balance: [balance]'),
('de', 'vendor_payouts.current_balance_text', 'Current balance'),
('de', 'vendor_payouts.income', 'Income'),
('de', 'vendor_payouts.income_carried_forward', 'Saldo Übertrag'),
('de', 'vendor_payouts.new_payout_issued', 'New payout has been issued'),
('de', 'vendor_payouts.new_payout_issued_text', 'A new payout of [amount] has been issued by [issuer]'),
('de', 'vendor_payouts.new_withdrawal_requested', 'New withdrawal has been requested'),
('de', 'vendor_payouts.new_withdrawal_requested_text', 'A new withdrawal of [amount] has been requested by [requester]'),
('de', 'vendor_payouts.payout_approved', 'Payout has been completed'),
('de', 'vendor_payouts.payout_approved_text', 'The payout of [amount] issued on [date] has been marked as <b>Completed</b>'),
('de', 'vendor_payouts.payout_comments', 'Payout comments'),
('de', 'vendor_payouts.payout_declined', 'Payout hasn\'t been completed'),
('de', 'vendor_payouts.payout_declined_text', 'The payout of [amount] issued on [date] has been marked as <b>Not completed</b>'),
('de', 'vendor_payouts.transactions', 'Transactions'),
('de', 'vendor_payouts.transaction_value', 'Transaction value'),
('de', 'vendor_payouts.type', 'Type'),
('de', 'vendor_payouts.type.order_changed', 'Order changed'),
('de', 'vendor_payouts.type.order_changed.description', 'Order <a href=\"[order_url]\">#[order_id]</a> changed'),
('de', 'vendor_payouts.type.order_placed', 'Order placed'),
('de', 'vendor_payouts.type.order_placed.description', 'Order <a href=\"[order_url]\">#[order_id]</a> placed'),
('de', 'vendor_payouts.type.order_refunded', 'Order refunded'),
('de', 'vendor_payouts.type.order_refunded.description', 'Order <a href=\"[order_url]\">#[order_id]</a> refunded'),
('de', 'vendor_payouts.type.other', 'Other'),
('de', 'vendor_payouts.type.other.description', 'Other'),
('de', 'vendor_payouts.type.payout', 'Payout'),
('de', 'vendor_payouts.type.payout.description', 'Payout'),
('de', 'vendor_payouts.type.withdrawal', 'Withdrawal'),
('de', 'vendor_payouts.type.withdrawal.description', 'Withdrawal'),
('de', 'vendor_payouts.view_details', 'You can view the details here'),
('de', 'vendor_payouts.withdrawals', 'Balance withdrawals'),
('de', 'vendor_payouts.withdrawal_approved', 'Withdrawal has been completed'),
('de', 'vendor_payouts.withdrawal_approved_text', 'The withdrawal of [amount] requested on [date] has been marked as <b>Completed</b>'),
('de', 'vendor_payouts.withdrawal_comments', 'Withdrawal comments'),
('de', 'vendor_payouts.withdrawal_declined', 'Withdrawal has been declined'),
('de', 'vendor_payouts.withdrawal_declined_text', 'The withdrawal of [amount] requested on [date] has been marked as <b>Declined</b>'),
('de', 'vendor_plan', 'Vendor plan'),
('de', 'vendor_plans.add_vendor_plan', 'Add vendor plan'),
('de', 'vendor_plans.best_choice', 'Best choice'),
('de', 'vendor_plans.best_choise', 'Offer as the best choice'),
('de', 'vendor_plans.best_choise_short', 'Best choice'),
('de', 'vendor_plans.category_is_empty', 'Please specify a category.'),
('de', 'vendor_plans.choose', 'Choose'),
('de', 'vendor_plans.choose_your_plan', 'Choose your plan'),
('de', 'vendor_plans.commission', 'Commission'),
('de', 'vendor_plans.current_plan', 'Current plan'),
('de', 'vendor_plans.current_plan_usage', 'Current plan usage'),
('de', 'vendor_plans.delete_plan_vendor_exists_text', 'Couldn\'t delete the plan: some vendors use it'),
('de', 'vendor_plans.disable_plan_vendor_exists_text', 'Couldn\'t disable the plan: some vendors use it'),
('de', 'vendor_plans.editing_vendor_plan', 'Editing vendor plan'),
('de', 'vendor_plans.fixed_transaction_fee', 'Transaction fee (abs)'),
('de', 'vendor_plans.many_products_text', 'Too many products ([actual]/[allowed])'),
('de', 'vendor_plans.month', 'Month'),
('de', 'vendor_plans.much_revenue_text', 'Too much revenue ([actual]/[allowed])'),
('de', 'vendor_plans.new_vendor_plan', 'New vendor plan'),
('de', 'vendor_plans.not_available', 'Not available'),
('de', 'vendor_plans.out_of_amount', 'out of [amount]'),
('de', 'vendor_plans.periodicity_biweekly', 'Quinzenal'),
('de', 'vendor_plans.periodicity_half', 'Semestre'),
('de', 'vendor_plans.periodicity_month', 'pro Monat'),
('de', 'vendor_plans.periodicity_onetime', 'einmal'),
('de', 'vendor_plans.periodicity_trimester', 'por trimestre'),
('de', 'vendor_plans.periodicity_year', 'pro Jahr'),
('de', 'vendor_plans.plan', 'Plan'),
('de', 'vendor_plans.plan_has_been_changed', 'Your Plan Has Been Changed'),
('de', 'vendor_plans.plan_has_been_changed_text', 'Your plan has been changed to [plan]. See the details of your new plan below.'),
('de', 'vendor_plans.plan_name', 'Plan name'),
('de', 'vendor_plans.plan_not_available_text', 'Sorry, this plan is not available for you. Please choose an available plan.'),
('de', 'vendor_plans.plan_payment', 'Payment for Your Plan'),
('de', 'vendor_plans.plan_payment_text', 'A sum of [price] has been withdrawn from your account for using the [plan] plan. Follow the link to <a href=\"[href]\">view your account balance</a> or see the details of your plan below.'),
('de', 'vendor_plans.plan_will_be_change_text', 'You are switching to another vendor plan. You will be charged the full price of the plan. Are you sure you want to continue?'),
('de', 'vendor_plans.products_exceeded_text', 'Cannot add more products: you have reached the maximum number of products allowed by your plan. To change your plan, please <a href=\"[href]\">follow this link</a>.'),
('de', 'vendor_plans.products_limit', 'Max. products'),
('de', 'vendor_plans.products_limit_tooltip', 'Set the maximum number of products a vendor can have on this plan. Leave empty to allow unlimited number of products.'),
('de', 'vendor_plans.products_limit_unlimited', '<strong>Unlimited</strong> products'),
('de', 'vendor_plans.products_limit_value', '<strong>[products]</strong> products'),
('de', 'vendor_plans.restrictions', 'Restrictions'),
('de', 'vendor_plans.revenue', 'Revenue'),
('de', 'vendor_plans.revenue_exceeded_subj', 'Maximum Revenue Exceeded'),
('de', 'vendor_plans.revenue_exceeded_text', '<a href=\"[href]\">[vendor]</a> exceeded the maximum revenue allowed by the [plan] plan.'),
('de', 'vendor_plans.revenue_up_to', 'Revenue up to'),
('de', 'vendor_plans.revenue_up_to_tooltip', 'The maximum monthly revenue allowed for the vendors who use this plan. Leave this field empty to allow unlimited revenue.'),
('de', 'vendor_plans.revenue_up_to_unlimited', '<strong>Unlimited</strong> revenue'),
('de', 'vendor_plans.revenue_up_to_value', 'Revenue up to <strong>[revenue]</strong>'),
('de', 'vendor_plans.select_plan_text', '<div class=\"et-vendor-plans_select_plan_text_big\">Find the  <span class=\"et-highlight\">perfect plan</span> for your business</div><div class=\"et-vendor-plans_select_plan_text_small\">You will be charged for the plan after the admin approves your vendor account.</div>'),
('de', 'vendor_plans.storefronts_update_for_plan.add_storefronts_message', 'Add the vendor to the storefronts that got added to the plan|Add the vendors to the storefronts that got added to the plan'),
('de', 'vendor_plans.storefronts_update_for_plan.general_message', 'What should we do about <a href=\"[search_url]\" target=\"_blank\">[n] vendor </a> who is using this plan now?|What should we do about <a href=\"[search_url]\" target=\"_blank\">[n] vendors </a> who are using this plan now?'),
('de', 'vendor_plans.storefronts_update_for_plan.remove_storefronts_message', 'Remove the vendor from the storefronts that got removed from this plan|Remove the vendors from the storefronts that got removed from this plan'),
('de', 'vendor_plans.storefronts_update_for_plan.title', 'Storefronts available in the vendor plan got changed'),
('de', 'vendor_plans.storefronts_update_for_vendor.add_storefronts_message', 'Add the vendor to the storefronts available in the new vendor plan'),
('de', 'vendor_plans.storefronts_update_for_vendor.general_message', 'What should we do about the storefronts that are available to this vendor?'),
('de', 'vendor_plans.storefronts_update_for_vendor.remove_storefronts_message', 'Remove the vendor from the storefronts available in his previous plan'),
('de', 'vendor_plans.storefronts_update_for_vendor.title', 'The vendor got moved to another plan'),
('de', 'vendor_plans.transaction_fee', 'Transaction fee'),
('de', 'vendor_plans.transaction_fee_value', 'Transaction fee: <strong>[value]</strong>'),
('de', 'vendor_plans.unlimited', 'Unlimited'),
('de', 'vendor_plans.upgrade_notification_text', '<p>Previously, the <b>Vendor Plans</b> add-on had a setting called <b>Take payment surcharge from vendors</b>. It removed payment surcharge from order total, so that customers wouldn\'t have to pay it. Instead, the payment surcharge was deducted from the order total in favor of the marketplace. This setting has been removed: if you\'d like to take money from vendors per order, please specify commissions for the corresponding vendor plans.</p>'),
('de', 'vendor_plans.upgrade_notification_title', 'Setting removed from the Vendor Plans add-on'),
('de', 'vendor_plans.vendor_approved_text', 'Your plan has been set to [plan]. See the details of your plan below.'),
('de', 'vendor_plans.vendor_commission', 'Vendor commission'),
('de', 'vendor_plans.vendor_plans', 'Vendor plans'),
('de', 'vendor_plans.vendor_plans_menu_description', 'Create plans for your vendors, with different restrictions and prices'),
('de', 'vendor_plans.vendor_store', 'Vendor microstore'),
('de', 'vendor_plans.vendor_store_tooltip', 'A vendor can have his or her own microstore at a separate address like <i>example.com/vendor/</i>. A microstore only contains products of the vendor who owns this microstore. Also, search results in a vendor\'s microstore only include products of this vendor.'),
('de', 'vendor_plans.year', 'Year'),
('de', 'vendor_products', 'Artikel des Verkäufers'),
('de', 'vendor_rating', 'ET - Vendor rating'),
('de', 'vendor_store_blocks', 'Vendor home blocks'),
('de', 'vendor_terms', 'Vendor terms and conditions'),
('de', 'vendor_terms.checkout_terms_and_conditions', 'Ich akzeptiere die [terms_href] von [vendor]'),
('de', 'vendor_terms.checkout_terms_and_conditions_name', 'Allgemeine Geschäftsbedingungen'),
('de', 'vendor_terms.terms_and_conditions', 'Allgemeine Geschäftsbedingungen'),
('de', 'vendor_terms.terms_and_conditions_tooltip', 'Wenn Sie möchten, dass ein Kunde an der Kasse Ihren Allgemeinen Geschäftsbedingungen zustimmt, füllen Sie bitte die Allgemeinen Geschäftsbedingungen aus. Wenn Sie die Allgemeinen Geschäftsbedingungen leer lassen, geht ein Kunde ohne Vereinbarung weiter vor.'),
('de', 'vendor_terms_field_alert', 'Vendor terms and conditions alert'),
('de', 'vendor_terms_field_terms_text', 'Vendor terms and conditions text'),
('de', 'vendor_terms_n_conditions', 'I accept the [terms_href]'),
('de', 'vendor_terms_n_conditions_alert', 'In order to proceed, you need to accept our Terms and Conditions.'),
('de', 'vendor_terms_n_conditions_content', '<p>Please read these Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before using the <a href=\"http://www.mywebsite.com\">http://www.mywebsite.com</a> website and the My Mobile App mobile application (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").</p><p><strong>By accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong></p><p><strong>Purchases</strong></p><p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase including, without limitation, your ...</p><p><strong>Content</strong></p><p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\"). You are responsible for the ...</p><p><strong>Changes</strong></p><p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.</p><p><strong>Contact Us</strong></p><p>If you have any questions about these Terms, please contact us.</p>'),
('de', 'vendor_terms_n_conditions_name', 'Terms and Conditions'),
('de', 'verify', 'Überprüfen'),
('de', 'version', 'Version'),
('de', 'vertical', 'Vertikal'),
('de', 'very_good', 'Sehr gut'),
('de', 'view', 'anzeigen'),
('de', 'viewing_feature', 'Eigenschaft anzeigen'),
('de', 'viewing_filter', 'Filter anzeigen'),
('de', 'views', 'Ansichten'),
('de', 'view_all', 'alles anzeigen'),
('de', 'view_all_orders', 'Alle Bestellungen anzeigen'),
('de', 'view_all_product_features', 'Alle Produkteigenschaften anzeigen'),
('de', 'view_answers', 'Antworten anzeigen'),
('de', 'view_avail_files_for_order', 'View the list of available files from order #[order_id].'),
('de', 'view_cart', 'Warenkorb anzeigen'),
('de', 'view_categories', 'Kategorien anzeigen'),
('de', 'view_changelog', 'View changelog'),
('de', 'view_comparison_list', 'Vergleichsliste'),
('de', 'view_details', 'Detailansicht'),
('de', 'view_more', 'view more'),
('de', 'view_on_map', 'Auf der Karte anzeigen'),
('de', 'view_orders', 'Bestellungen anzeigen'),
('de', 'view_orders_menu_description', 'Rechnungen anzeigen, bearbeiten und drucken (für Bestellungen in Ihrem Shop).'),
('de', 'view_page', 'Seite anzeigen'),
('de', 'view_product', 'Produkt anzeigen'),
('de', 'view_products', 'Produkte anzeigen'),
('de', 'view_product_features', 'Produkteigenschaften anzeigen'),
('de', 'view_purchased_products', 'Gekaufte Produkte anzeigen'),
('de', 'view_report', 'Bericht anzeigen'),
('de', 'view_results', 'Ergebnisse anzeigen'),
('de', 'view_store', 'View store'),
('de', 'view_storefront', 'View storefront'),
('de', 'view_supplier_products', 'Artikel des Lieferanten anzeigen'),
('de', 'view_ticket', 'View Ticket'),
('de', 'view_user_points', 'Benutzerpunkte anzeigen'),
('de', 'view_vendor_categories', 'Lagerkategorien anzeigen'),
('de', 'view_vendor_orders', 'Bestellungen des Verkäufers anzeigen'),
('de', 'view_vendor_products', 'Artikel des Verkäufers anzeigen'),
('de', 'view_vendor_users', 'Kunden des Verkäufers anzeigen'),
('de', 'view_wishlist', 'Wunschliste anzeigen'),
('de', 'visa_card_discover', 'Visa, MasterCard, Discover'),
('de', 'visited_page', 'Besuchte Seite'),
('de', 'voided', 'Entleert'),
('de', 'vsb_new_home_block', 'New home block'),
('de', 'vs_browse_our_categories', 'Browse our categories'),
('de', 'vs_footerbox', 'Footerbox'),
('de', 'vs_footer_mv', 'Footerbox MultiVendor'),
('de', 'vs_homepage_mainbox', 'Mainbox Homepage'),
('de', 'vs_home_box', 'Home box'),
('de', 'vs_icon_menu', 'Icon menu'),
('de', 'vs_mainbox', 'Mainbox'),
('de', 'vs_mainbox_icon', 'Mainbox with icon'),
('de', 'vs_mainbox_simple', 'Mainbox simple'),
('de', 'vs_multi_scroller', 'Multi scroller'),
('de', 'vs_recent_blog', 'Recent blog'),
('de', 'vs_responsive_menu', 'Responsive menu'),
('de', 'vs_scroller_category_product', 'Scroller category product'),
('de', 'vs_scroller_product_page', 'Scroller product page'),
('de', 'vs_scroller_with_title', 'Scroller with tittle'),
('de', 'vs_sidebox', 'Sidebox'),
('de', 'vs_sidebox_category', 'Sidebox category'),
('de', 'vs_sidebox_info', 'Sidebox info'),
('de', 'vs_sidebox_scroller_banner', 'Sidebox scroller banner'),
('de', 'vs_sidebox_simple', 'Sidebox simple'),
('de', 'vs_sidebox_with_icon', 'Sidebox with icon'),
('de', 'vs_testimonials', 'Testimonials'),
('de', 'vs_vendor_categories', 'Vendor categories'),
('de', 'vs_vendor_plans.month', 'per month'),
('de', 'vs_vendor_plans.no_microstore', 'NO microstore'),
('de', 'vs_vendor_plans.onetime', 'one time fee'),
('de', 'vs_vendor_plans.year', 'per year'),
('de', 'warehouses.add_all', 'Add all'),
('de', 'warehouses.any_store_type', 'Any type of store'),
('de', 'warehouses.city', 'City'),
('de', 'warehouses.commerceml.import.error.product.warehouse_not_found', 'Couldn\'t find warehouse [id]'),
('de', 'warehouses.commerceml.import.message.warehouse.created', 'Category [id] created; local ID: [local_id]'),
('de', 'warehouses.destinations_configuration.tooltip', 'Products can be taken from different stores and warehouses first, depending on where your customer is. <a href=\"[destinations_url]\" target=\"_blank\">Configure store and warehouse priority individually for each rate area.</a>'),
('de', 'warehouses.exim_reset_inventory_tooltip', 'This won\'t affect the products that have the quantity specified in the imported file. This also won\'t affect products at the warehouses that aren\'t updated in this preset.'),
('de', 'warehouses.in_n_stores', 'in [n] store|in [n] stores'),
('de', 'warehouses.main_destination_tooltip', 'Determines where this place is located. In turn, this determines the shipping rate and delivery time to this place.'),
('de', 'warehouses.name', 'Name'),
('de', 'warehouses.no_matching_stores_found', 'No stores found matching the search criteria'),
('de', 'warehouses.out_of_stock_products', '[product] isn\'t in stock in the selected region.|The following products aren\'t in stock in the selected region: [products]'),
('de', 'warehouses.phone', 'Phone'),
('de', 'warehouses.product_availability', 'Availability in stores'),
('de', 'warehouses.product_available_if_ordered', 'Auf Bestellung erhältlich'),
('de', 'warehouses.product_in_stock', 'In stock'),
('de', 'warehouses.quantity', 'Quantity'),
('de', 'warehouses.quantity_tab.no_data', 'This storefront doesn\'t have any stores or warehouses. Please <a href=\"[create_url]\">create one</a> or <a href=\"[list_url]\">make an existing one available</a> for this storefront'),
('de', 'warehouses.rate_area', 'Rate area'),
('de', 'warehouses.search_store', 'Search store'),
('de', 'warehouses.settings', 'Settings'),
('de', 'warehouses.shipping_delay', 'Moving time'),
('de', 'warehouses.shipping_delay.description', 'Product is at a remote warehouse. If you order it, we\'ll send it [shipping_delay].'),
('de', 'warehouses.shipping_delay.description.default', 'Product is at a remote warehouse. If you order it, shipping may take slightly longer.'),
('de', 'warehouses.shipping_delay.description.short', 'If ordered: [shipping_delay]'),
('de', 'warehouses.shipping_delay.tooltip', 'The time it takes to move products from here to another store or warehouse in this rate area.'),
('de', 'warehouses.shipping_delay_for_products', 'Some of the products you ordered are at a remote warehouse. Shipping may take slightly longer than stated here.'),
('de', 'warehouses.shipping_delay_notification', 'Delay warning'),
('de', 'warehouses.shipping_delay_notification.tooltip', 'It will appear if products aren\'t available in the stores and warehouses above.'),
('de', 'warehouses.ship_to', 'Ship to'),
('de', 'warehouses.ship_to_tooltip', 'Determines the rate areas in which the products from this warehouse will be considered available.'),
('de', 'warehouses.show_to', 'Show to'),
('de', 'warehouses.show_to_tooltip', 'Allows you to offer this pickup point to the residents of other rate areas at checkout.'),
('de', 'warehouses.stores_and_warehouses', 'Stores & Warehouses'),
('de', 'warehouses.stores_list', 'List'),
('de', 'warehouses.stores_map', 'Map'),
('de', 'warehouses.store_and_address', 'Store and address'),
('de', 'warehouses.store_type', 'Type'),
('de', 'warehouses.store_type_pickup', 'Pickup point'),
('de', 'warehouses.store_type_store', 'Store'),
('de', 'warehouses.store_type_warehouse', 'Warehouse'),
('de', 'warehouses.store_warehouse', 'Store / Warehouse'),
('de', 'warehouses.type_to_search_or_check_all', 'Type to search, or click the button on the right to add all rate areas'),
('de', 'warehouses.warehouse_stock', 'Quantities'),
('de', 'warehouses.warn_about_delay', 'Warn about delay'),
('de', 'warehouses.warn_about_delay.tooltip', 'If a product has to be moved to the rate area from here, show the moving time in the product list and cart.'),
('de', 'warning', 'Warnung'),
('de', 'warning_default_language_disabled', 'Die Standardsprache in Ihren Einstellungen wurde deaktiviert oder geloscht. Aktualisieren Sie bitte die Einstellungen auf der folgenden Seite: <a href=\"[link]\">Einstellungen :: Shopdarstellung</a>'),
('de', 'warning_default_language_sharing_removed', 'The default language defined in settings has been removed for the <b>[company]</b> store. Please update the Frontend default language value on the following page: <a href=\"[link]\">Settings :: Appearance</a>'),
('de', 'warning_gift_cert_deny', 'Die folgenden Gutscheine wurden vom Administrator gelöscht und aus Ihrem Warenkorb entfernt. Bitte wenden Sie sich an die Shop-Verwaltung oder versuchen es später erneut.'),
('de', 'warning_https_is_disabled', 'Die Prüfung der sicheren Verbindung ist fehlgeschlagen. Bitte stellen Sie sicher, dass auf Ihrem Server ein SSL-Zertifikat installiert ist. Schauen Sie sich den <a href=\"[href]\" target=\"_blank\">Documentation article</a> für weitere Details an.');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('de', 'warning_insecure_admin_script', 'It is strongly recommended that you rename the default <b>admin.php</b> script (check the <a href=\"[href]\" target=\"_blank\">Documentation</a>) for security reasons.'),
('de', 'warning_insecure_password_email', 'Das Passwort muss anders als die E-Mail Adresse sein! <p><a href=\"[link]\" class=\"underlined\"><b>Passwort ändern&#155;&#155;</b></a></p>'),
('de', 'warning_lanvar_incorrect_name', 'Name der Sprachvariable enthält Zeichen die nicht ünterstützt werden!'),
('de', 'warning_merging_companies', 'Wenn Sie die Daten von zwei Firmen miteinander zusammenlegen (merge) wird [company_name] aus der Datenbank entfernt, und alle Profildaten (Produkte, Bestellungen, Versandmethoden, Aktionen, usw...) werden zum Konto dieser Firma übertragen.'),
('de', 'warning_newsletter_no_recipients', 'Newsletter konnte nicht gesendet werden, weil keine Empfänger gefunden wurden, die den ausgewählten Kriterien entsprechen.'),
('de', 'warning_not_deleted_default_language', 'Die Sprache [lang_name] kann nicht gelöscht werden weil diese die Standardsprache im Store ist.'),
('de', 'warning_of_ip_adding', 'Die eingetragene IP-Adresse <b>[entered_ip]</b> sperrt den Zugang zum Administrationsbereich von deinem Computer aus (deine IP ist <b>[your_ip]</b>).'),
('de', 'warning_promotions_incorrect_condition', 'Die \"[condition]\" Kondition kann nur in Gruppen mit \"[set_value]\" Konditionen genutzt werden.'),
('de', 'warning_seo_urls_disabled', 'SEO-freundliche URLs sind deaktiviert. Kontrollieren Sie Ihren Server und die Einstellungen für die URL-Manipulation.'),
('de', 'warning_store_optimization_dev', 'Auto Cache Update ist aktiviert.<br /><br />Geänderte Dateien werden in Echtzeit verfolgt (einschliesslich der Dateien die direkt auf dem Server geändert wurden) und regeneriert worden sind.<br /><br />Store-Leistung kann leicht beeinflusst werden. Wir empfehlen in der Produktionsphase zu deaktivieren in <a href=\"[link]\">Template Editor</a>.'),
('de', 'warning_store_optimization_dev_disabled', 'Auto Cache Update deaktiviert.<br /><br />Löschen Sie Compiled Templates manuell nachdem Sie die Theme Dateien geändert haben , klicken Sie auf folgenden Link<a href=\"?dispatch=template_editor.manage&ctpl\">this link</a> um die Änderungen anzuwenden.'),
('de', 'warning_subscribers_import', 'Einige Mailinglisten aus der Eingabedatei konnten nicht in der Datenbank gefunden werden. Einige importierte Teilnehmer bleiben ohne Zuweisung.'),
('de', 'warning_subscr_email_exists', 'E-mail <b>[email]</b> ist schon in der Abbonentenliste'),
('de', 'warning_theme_clone_dir_exists', 'Kann Template nicht klonen, weil das Verzeichnis das Sie eingegeben haben bereits existiert. Bitte ein neues Verzeichnis eingeben.'),
('de', 'warning_track_orders_not_allowed', 'Sie sind nicht berechtigt, die Details dieser Bestellung anzuzeigen.'),
('de', 'warning_track_orders_not_found', 'Die eingegebene E-mail/Bestellung ID existiert in unserer Datenbank nicht'),
('de', 'warning_variants_removal', 'Wenn Sie auf Speichern klicken werden die Produktvarianten gelöscht.'),
('de', 'warning_zero_price_restricted_product', 'Das Produkt <b>\"[product]\"</b>wurde nicht in den Warenkorb gelegt, da es keinen Preis hat.'),
('de', 'webkul_uvdesk', 'Webkul UVdesk'),
('de', 'website', 'Webseite'),
('de', 'web_pages', 'Web-Seiten'),
('de', 'web_site', 'Webseite'),
('de', 'week', 'Woche'),
('de', 'weekday_0', 'Sonntag'),
('de', 'weekday_1', 'Montag'),
('de', 'weekday_2', 'Dienstag'),
('de', 'weekday_3', 'Mittwoch'),
('de', 'weekday_4', 'Donnerstag'),
('de', 'weekday_5', 'Freitag'),
('de', 'weekday_6', 'Samstag'),
('de', 'weekday_abr_0', 'Son'),
('de', 'weekday_abr_1', 'Mon'),
('de', 'weekday_abr_2', 'Di'),
('de', 'weekday_abr_3', 'Mitt'),
('de', 'weekday_abr_4', 'Don'),
('de', 'weekday_abr_5', 'Fr'),
('de', 'weekday_abr_6', 'Sa'),
('de', 'weekly', 'Wöchentlich'),
('de', 'weeks', 'Woche(n)'),
('de', 'weight', 'Gewicht'),
('de', 'weight_dependences', 'Abhängig von: Gewicht'),
('de', 'weight_limit', 'Gewichtsgrenze'),
('de', 'weight_modifier', 'Gewicht Modifikator'),
('de', 'weight_symbol', 'Gewicht Symbol'),
('de', 'welcome_screen.administrator_info', 'Um Zugriff auf den Administrator-Bereich zu haben, verwenden Sie die E-Mail (<b> [email] </ b>) und das zuvor eingegebene Passwort.'),
('de', 'welcome_screen.go_admin_panel', 'Gehen Sie auf Administration Panel'),
('de', 'welcome_screen.go_settings_wizard', 'Gehen Sie zum Einstellungsassistenten (Wizard) für die Basis-Einstellungen des Stores'),
('de', 'welcome_screen.go_storefront', 'Gehe zum Kundenbereich'),
('de', 'welcome_screen.knowledge_base', 'Dokumentation'),
('de', 'welcome_screen.learn_more_configuration', 'Erfahren Sie mehr über die Store-Konfiguration in unseren'),
('de', 'welcome_screen.run_settings_wizard', 'Einstellungsassistenten (Wizard) starten'),
('de', 'welcome_screen.thanks', 'Vielen Dank, dass Sie sich für [Produkt] entschieden haben. Viel Spaß beim Verkauf!'),
('de', 'well_done', 'Gut gemacht!'),
('de', 'we_would_like_to_inform', 'Wir würden Sie gern darüber informieren, dass'),
('de', 'what_is_cvv2', 'Was ist CVV2'),
('de', 'what_you_would_like_to_do', 'Wie würden Sie gerne fortfahren?'),
('de', 'which_is', 'was bedeutet'),
('de', 'widget_code', 'Widget Code'),
('de', 'widget_what_is_it', '<a href=\"[href]\" target=\"_blank\">Was ist es?</a>'),
('de', 'width', 'Breite'),
('de', 'wishlist', 'Wunschliste'),
('de', 'wishlist_content', 'Inhalt Wunschliste'),
('de', 'wishlist_note', 'Zur Wunschliste gehen'),
('de', 'wishlist_products', 'Artikel der Wunschliste'),
('de', 'wishlist_short', 'Wish list'),
('de', 'without_image', 'Ohne Bild'),
('de', 'with_contact_information', 'Nur mit Kontakt Information'),
('de', 'world', 'Welt'),
('de', 'worldnettps_hash_error', 'Es ist ein fehler ufgetreten. Fehler Details: Anfrage und Antwort \"Hash\" stimmen nicht überrein.'),
('de', 'worldpay_secret', 'MD5 secret for transactions'),
('de', 'wrapper', 'Rahmen Typ (wrapper)'),
('de', 'wrapper_class', 'User-defined wrapper CSS class'),
('de', 'write', 'Schreiben'),
('de', 'write_a_reply', 'write a reply'),
('de', 'write_review', 'Rezension verfassen'),
('de', 'wrong_number_initial_order_id', 'The value you entered for the \"Initial order ID value\" setting is not supported. Only integers from 1 to [max_initial_order_id] are supported'),
('de', 'wt_access_note', 'Please note, if you disable or uninstall the \'Watermarks\' add-on, you should remove these instructions from \'.htaccess\' files manually. Otherwise category and product images will be unavailable.'),
('de', 'wt_access_warning', 'Das Erstellen von Wasserzeichen ist deaktiviert. Wenn es in der Datei \"images/. htaccess\" eine Anweisung \"Rewrite watermarks rules\" gibt, sollten Sie diese manuell entfernen. Andernfalls sind Kategorie- und Produktbilder nicht verfügbar.'),
('de', 'wt_detailed', 'Größere Bilder im separaten Fenster öffnen (Popup)'),
('de', 'wt_fail_apply_graphic_watermark', 'Fehler beim Hinzufügen des Wasserzeichens in [image_type]. Das Wasserzeichen wurde nicht hinzugefügt.'),
('de', 'wt_font', 'Schrift'),
('de', 'wt_font_color', 'Schriftfarbe'),
('de', 'wt_font_size_detailed', 'Schriftgröße (größeres Bild)'),
('de', 'wt_font_size_icon', 'Schriftgröße (Miniaturansicht)'),
('de', 'wt_graphic_watermark', 'Grafische Wasserzeichen'),
('de', 'wt_icons', 'Miniaturbilder (Thumbnails)'),
('de', 'wt_images_access_description', 'Um den Zugriff auf Original-Bilder zu verweigern, fügen Sie bitte die folgenden Anweisungen in die \".htaccess\" Datei im Bilder-Verzeichnis des Shops ein. Dies wird die Originalbilder schützen. Selbst wenn ein Originalbild geöffnet wird, wird das entsprechende mit Wasserzeichen versehene Bild angezeigt.'),
('de', 'wt_images_access_info', 'Bilderzugriff'),
('de', 'wt_text_watermark', 'Text Wasserzeichen'),
('de', 'wt_watermarks', 'Wasserzeichen'),
('de', 'wt_watermarks_access_description', 'Um Bilder mit Wasserzeichen automatisch zu erzeugen, auch wenn sie nicht von Ihren Shop-Seiten angefordert werden, fügen Sie bitte die Datei \'. htaccess\' mit den folgenden Anweisungen in das Verzeichnis \'images/watermarked\' Ihrer Installation ein.'),
('de', 'wt_watermark_detailed', 'Wasserzeichen für größere Bilder (Popup)'),
('de', 'wt_watermark_horizontal_position', 'Wasserzeichen horizontale Position'),
('de', 'wt_watermark_icon', 'Miniaturwasserzeichen'),
('de', 'wt_watermark_image', 'Wasserzeichen Bild'),
('de', 'wt_watermark_position', 'Wasserzeichen Position'),
('de', 'wt_watermark_text', 'Wasserzeichen Text'),
('de', 'wt_watermark_vertical_position', 'Wasserzeichen vertikale Position'),
('de', 'xml_error', 'XML parse Fehler'),
('de', 'year', 'Jahr'),
('de', 'yearly', 'Jährlich'),
('de', 'years', 'Jahre'),
('de', 'yes', 'Ja'),
('de', 'yesterday', 'Gestern'),
('de', 'your_age', 'Ihr Alter'),
('de', 'your_ip_added', 'Deine IP-Adresse <b>[ip]</b> wurde zur Liste der Zutrittsbeschränkungen hinzugefügt.'),
('de', 'your_ip_enabled', 'Deine IP-Adresse <b>[ip]</b> wurde in der Liste für Zutrittsbeschränkungen aktiviert.'),
('de', 'your_ip_removed', 'Deine IP-Adresse <b>[ip]</b> wurde von der Liste für Zutrittsbeschränkungen entfernt.'),
('de', 'your_message', 'Ihre Nachricht'),
('de', 'your_name', 'Ihr Name'),
('de', 'your_range', 'Ihr Bereich'),
('de', 'your_rating', 'Ihre Bewertung'),
('de', 'you_can_edit_account_details', 'Sie können die Kontodetails jetzt bearbeiten.'),
('de', 'you_have_no_permissions', 'Sie haben keine Berechtigungen'),
('de', 'you_save', 'Sie sparen'),
('de', 'zero_price_action', 'Null Preis Aktion'),
('de', 'zipcode', 'Zipcode'),
('de', 'zipcodes', 'PLZ (Postleitzahlen)'),
('de', 'zip_postal_code', 'PLZ (Postleitzahl)'),
('de', 'zone', 'Typ'),
('de', 'zpa_ask_price', 'Der Kunde muss den Preis eingeben'),
('de', 'zpa_permit', 'Erlauben das Produkt dem Warenkorb hinzuzufügen'),
('de', 'zpa_refuse', 'Kunden nicht erlauben das Produkt dem Warenkorb hinzuzufügen'),
('el', '2co_enable_fraud_verification', 'Ενεργοποίηση υποστήριξης κοινοποίησης απάτης'),
('el', '2co_fraud_fail', 'Κατάσταση παραγγελιών με ψευδείς εξέταση απάτης'),
('el', '2co_fraud_wait', 'Κατάσταση παραγγελιών σε αναμονή για εξέταση απάτης'),
('el', '3d_secure', 'Ασφάλεια 3-D'),
('el', '404', 'Το μηνυμα 404 δε βρέθηκε'),
('el', 'about_us', 'About us'),
('el', 'absolute', 'Απόλυτο'),
('el', 'absolute_commissions_instructions', '<a href=\"http://docs.cs-cart.com/4.3.x/user_guide/addons/vendor_commission/vendor_commissions_and_plans.html\" target=\"_blank\"> αναβάθμιση από εκδόσεις 4.3.x 4.4.x: προμήθειες πωλητών και σχέδια πωλητων</a>'),
('el', 'abt_menu_ajax_load', 'AB: Use Ajax-loading for menu items (second level and behind it)'),
('el', 'abt_menu_ajax_load.tooltip', 'Use Ajax to get the content of the second and third menu levels after page loading. The content of the first level will be loaded along with the page main content'),
('el', 'abt_menu_icon_items', 'AB: Show icons for menu items of the second level'),
('el', 'abt_menu_icon_items.tooltip', 'The active status of this setting allows the display of an icon that is assigned to a menu item of the second level menu.'),
('el', 'abt_menu_long_names', 'AB: Show long names of the first level menu items in two lines'),
('el', 'abt_menu_long_names.tooltip', 'The active status of this setting allows displaying menu names in two lines (with line break), if more space is required to place the name, than the setting <b>AB: The maximum width of the menu item for the first level</b> specifies'),
('el', 'abt_menu_long_names_max_width', 'AB: The maximum width of the menu item for the first level'),
('el', 'abt_menu_long_names_max_width.tooltip', 'Specifies the width of the cell in pixels to place the name of the menu item. If the name of the menu item exceeds this value, then with the active setting <b>AB: Show long names of the first level menu items in two lines</b>, then it will be displayed in two lines (with line break).'),
('el', 'abt__unitheme2', 'AB: UniTheme2'),
('el', 'abt__unitheme2.settings', 'Settings only for AB: UniTheme2'),
('el', 'abt__unitheme2_mv', 'AB: UniTheme2 (Multi-Vendor)'),
('el', 'abt__ut2.addon_social_buttons.share', 'Share'),
('el', 'abt__ut2.add_to_cart', 'Buy now'),
('el', 'abt__ut2.add_to_wishlist.tooltip', 'Add to wishlist'),
('el', 'abt__ut2.banner.color_use', 'Please select the checkbox to use a new color'),
('el', 'abt__ut2.banner.params.avail_from', 'Available from'),
('el', 'abt__ut2.banner.params.avail_till', 'Available till'),
('el', 'abt__ut2.banner.params.background_color', 'Background color'),
('el', 'abt__ut2.banner.params.background_color.tooltip', 'Please select the checkbox to use a new color'),
('el', 'abt__ut2.banner.params.background_image', 'Background image'),
('el', 'abt__ut2.banner.params.background_image_size', 'Specify the size of a background image'),
('el', 'abt__ut2.banner.params.background_image_size.tooltip', 'abt__ut2.banner.params.background_image_size.tooltip'),
('el', 'abt__ut2.banner.params.background_image_size.variants.contain', 'Resize the background image to make sure the image is fully visible'),
('el', 'abt__ut2.banner.params.background_image_size.variants.cover', 'Resize the background image to cover the entire container, even if it has to stretch the image or cut a little bit off one of the edges'),
('el', 'abt__ut2.banner.params.button_color', 'Button color'),
('el', 'abt__ut2.banner.params.button_color.tooltip', 'Please select the checkbox to use a new color'),
('el', 'abt__ut2.banner.params.button_text', 'Text (an appeal to action)'),
('el', 'abt__ut2.banner.params.button_text_color', 'Text color'),
('el', 'abt__ut2.banner.params.button_text_color.tooltip', 'Please select the checkbox to use a new color'),
('el', 'abt__ut2.banner.params.button_use', 'Add button'),
('el', 'abt__ut2.banner.params.button_use.tooltip', 'Select a checkbox for adding of the button. <b>Important!</b>The button will appear only in the presence of the link in the field \"Specify link\"'),
('el', 'abt__ut2.banner.params.class', 'User CSS-class'),
('el', 'abt__ut2.banner.params.color_scheme', 'Color scheme'),
('el', 'abt__ut2.banner.params.color_scheme.tooltip', 'Specifies what color will be <b>Title</b> and <b>Description</b> on the banner. For <b>Dark</b> banner texts will be white, for <b>Light</b> — black.'),
('el', 'abt__ut2.banner.params.color_scheme.variants.dark', 'Dark'),
('el', 'abt__ut2.banner.params.color_scheme.variants.light', 'Light'),
('el', 'abt__ut2.banner.params.content_align', 'Horizontal alignment'),
('el', 'abt__ut2.banner.params.content_align.tooltip', 'Location of the content inside the banner by the horizontal'),
('el', 'abt__ut2.banner.params.content_align.variants.center', 'On the center'),
('el', 'abt__ut2.banner.params.content_align.variants.left', 'On the left'),
('el', 'abt__ut2.banner.params.content_align.variants.right', 'On the right'),
('el', 'abt__ut2.banner.params.content_bg', 'Add semi-transparent background'),
('el', 'abt__ut2.banner.params.content_bg.tooltip', 'Under the description will appear semi-transparent background (the color depends on the color scheme), it will provide a better readability of text on motley background'),
('el', 'abt__ut2.banner.params.content_full_width', 'Content on full width'),
('el', 'abt__ut2.banner.params.content_full_width.tooltip', 'The width of the content block has a default width of 50%. Set this parameter and the width of the block content will be 100%'),
('el', 'abt__ut2.banner.params.content_valign', 'Vertical alignment'),
('el', 'abt__ut2.banner.params.content_valign.tooltip', 'Location of the content inside the banner by the vertical'),
('el', 'abt__ut2.banner.params.content_valign.variants.bottom', 'At the bottom'),
('el', 'abt__ut2.banner.params.content_valign.variants.center', 'On the center'),
('el', 'abt__ut2.banner.params.content_valign.variants.top', 'On the top'),
('el', 'abt__ut2.banner.params.data_type', 'Content type'),
('el', 'abt__ut2.banner.params.data_type.variants.url', 'Link'),
('el', 'abt__ut2.banner.params.description', 'Short description'),
('el', 'abt__ut2.banner.params.description_bg_color', 'Background color'),
('el', 'abt__ut2.banner.params.description_bg_color.tooltip', 'Please select the checkbox to use a new color'),
('el', 'abt__ut2.banner.params.description_color', 'Description color'),
('el', 'abt__ut2.banner.params.description_color.tooltip', 'Please select the checkbox to use a new color'),
('el', 'abt__ut2.banner.params.description_font_size', 'Font size'),
('el', 'abt__ut2.banner.params.how_to_open', 'How to open'),
('el', 'abt__ut2.banner.params.how_to_open.variants.in_new_window', 'In a new window'),
('el', 'abt__ut2.banner.params.how_to_open.variants.in_popup', 'In a popup'),
('el', 'abt__ut2.banner.params.how_to_open.variants.in_this_window', 'In this window'),
('el', 'abt__ut2.banner.params.main_image', 'Main image'),
('el', 'abt__ut2.banner.params.mobile_use', 'Use own settings for Phones'),
('el', 'abt__ut2.banner.params.mobile_use.tooltip', 'Use this option to allow own banner settings for the mobile device Phone'),
('el', 'abt__ut2.banner.params.object', 'The displayed object'),
('el', 'abt__ut2.banner.params.object.variants.image', 'Image'),
('el', 'abt__ut2.banner.params.object.variants.video', 'YouTube video'),
('el', 'abt__ut2.banner.params.padding', 'Internal paddings, px'),
('el', 'abt__ut2.banner.params.padding.tooltip', 'CSS <code>padding</code>. Spacing in pixels inside the banner. It is useful, to standardize the paddings of banner borders to the content'),
('el', 'abt__ut2.banner.params.tablet_use', 'Use own settings for Tablets'),
('el', 'abt__ut2.banner.params.tablet_use.tooltip', 'Use this option to allow own banner settings for the mobile device Tablet'),
('el', 'abt__ut2.banner.params.title', 'Title'),
('el', 'abt__ut2.banner.params.title_color', 'Title color'),
('el', 'abt__ut2.banner.params.title_color.tooltip', 'Please select the checkbox to use a new color'),
('el', 'abt__ut2.banner.params.title_font_size', 'Font size'),
('el', 'abt__ut2.banner.params.title_font_weight', 'Weight of the font'),
('el', 'abt__ut2.banner.params.title_font_weight.variants.300', 'Thin'),
('el', 'abt__ut2.banner.params.title_font_weight.variants.400', 'Normal'),
('el', 'abt__ut2.banner.params.title_font_weight.variants.700', 'Bold'),
('el', 'abt__ut2.banner.params.title_font_weight.variants.900', 'Heavy'),
('el', 'abt__ut2.banner.params.title_shadow', 'Add a shadow for the title'),
('el', 'abt__ut2.banner.params.title_tag', 'Title tag'),
('el', 'abt__ut2.banner.params.title_tag.variants.div', 'div'),
('el', 'abt__ut2.banner.params.title_tag.variants.h1', 'h1'),
('el', 'abt__ut2.banner.params.title_tag.variants.h2', 'h2'),
('el', 'abt__ut2.banner.params.title_tag.variants.h3', 'h3'),
('el', 'abt__ut2.banner.params.url', 'Specify link'),
('el', 'abt__ut2.banner.params.use_avail_period', 'Use available period'),
('el', 'abt__ut2.banner.params.youtube_autoplay', 'Autoplay'),
('el', 'abt__ut2.banner.params.youtube_autoplay.tooltip', 'Due to changes in <b>Google\'s</b> policy, autoplay will only be available without sound. For more information, see <a href=\'https://developers.google.com/web/updates/2017/09/autoplay-policy-changes\' target=\'_blank\'>documentation</a>.<b>Google</b> strongly recommends that the player\'s control panel should be displayed on autoplay.'),
('el', 'abt__ut2.banner.params.youtube_hide_controls', 'Hide player control elements'),
('el', 'abt__ut2.banner.params.youtube_hide_controls.tooltip', 'Don\'t ever assume a video will play, and don\'t show a pause button when the video is not actually playing'),
('el', 'abt__ut2.banner.params.youtube_id', 'YouTube video ID'),
('el', 'abt__ut2.banner.params.youtube_id.tooltip', 'ID video — https://www.youtube.com/watch?v=<b>abcd1234567</b>, specify only <b>abcd1234567</b>'),
('el', 'abt__ut2.banner.params.youtube_use', 'Add YouTube video'),
('el', 'abt__ut2.banner.params_additional', 'Additional settings'),
('el', 'abt__ut2.banner.params_of_block', 'Banner block settings'),
('el', 'abt__ut2.banner.params_of_button', 'Banner button settings'),
('el', 'abt__ut2.banner.params_of_content', 'Settings for the content, shown in the banner'),
('el', 'abt__ut2.banner.params_of_description', 'Banner description settings'),
('el', 'abt__ut2.banner.params_of_object', 'Banner settings for the object/image'),
('el', 'abt__ut2.banner.params_of_title', 'Banner title settings'),
('el', 'abt__ut2.banner.use_own_info', 'Use own value'),
('el', 'abt__ut2.banner.warning', 'Expert banner settings'),
('el', 'abt__ut2.banners', 'Banners'),
('el', 'abt__ut2.banners.manage', 'AB: UniTheme2: Advanced banners'),
('el', 'abt__ut2.banner_tab.general', 'General (AB: UniTheme2: Desktop)'),
('el', 'abt__ut2.banner_tab.mobile', 'AB: UniTheme2: Phone'),
('el', 'abt__ut2.banner_tab.tablet', 'AB: UniTheme2: Tablet'),
('el', 'abt__ut2.block.availability.show_on', '!!! Only for AB: UniTheme2 when using the setting <b>[show_on]</b> block content will be cut from HTML-code for the corresponding device and is not simply hidden by styles'),
('el', 'abt__ut2.blog.there_are_offers', 'Recommendations'),
('el', 'abt__ut2.blog.there_is_video', 'Video'),
('el', 'abt__ut2.brands', 'Brands'),
('el', 'abt__ut2.city_short', 'c.'),
('el', 'abt__ut2.contacts', 'Contact us'),
('el', 'abt__ut2.demodata', 'Demo data'),
('el', 'abt__ut2.demodata.description', 'On this page you can quickly create theme demo data'),
('el', 'abt__ut2.demodata.errors.menu_wasnt_created', 'Menu [name] failed to create'),
('el', 'abt__ut2.demodata.errors.no_blog_page', 'You should create the blog`s parent page'),
('el', 'abt__ut2.demodata.errors.no_data', 'No data.json file'),
('el', 'abt__ut2.demodata.success', 'were created successfully'),
('el', 'abt__ut2.demodata.success.banners', 'Banners [ids] were created successfully'),
('el', 'abt__ut2.demodata.success.blog', 'Blog pages [ids] were created successfully'),
('el', 'abt__ut2.demodata.success.menu', 'Menu [menus] were created successfully'),
('el', 'abt__ut2.demodata.table.add_banners', 'Add demo banners'),
('el', 'abt__ut2.demodata.table.add_blog', 'Add demo blog'),
('el', 'abt__ut2.demodata.table.add_menu', 'Add demo menu with icons and banners'),
('el', 'abt__ut2.demodata.table.add_products', 'Add demo products'),
('el', 'abt__ut2.demodata.table.description', 'Demo data type'),
('el', 'abt__ut2.developer', 'Powered by <a href=\"https://www.cs-cart.com/\" rel=\"nofollow\">CS-Cart</a> and premium theme — <a href=\"https://unitheme.net/?sl=en\" rel=\"nofollow\">© AB: UniTheme2</a>'),
('el', 'abt__ut2.errors.is_correctly_installed.mv.disabled', 'For correct working of UniTheme2 on the CS-Cart Multi-Vendor (used by you) enable addon UniTheme2 for Multi-Vendor edition of CS-Cart (comes with the theme for this edition) and try again'),
('el', 'abt__ut2.errors.is_correctly_installed.mv.uninstalled', 'For correct working of UniTheme2 on the CS-Cart Multi-Vendor (used by you), install and enable addon UniTheme2 for Multi-Vendor edition of CS-Cart (comes with the theme for this edition) and try again'),
('el', 'abt__ut2.export', 'Export'),
('el', 'abt__ut2.export.actions.banners', 'Banners'),
('el', 'abt__ut2.export.actions.banners.placeholder', 'Banners IDs'),
('el', 'abt__ut2.export.actions.blog', 'Blog'),
('el', 'abt__ut2.export.actions.blog.placeholder', 'Parent pages IDs'),
('el', 'abt__ut2.export.actions.menu', 'Menu'),
('el', 'abt__ut2.export.actions.menu.placeholder', 'Menu IDs'),
('el', 'abt__ut2.export.actions.products', 'Products'),
('el', 'abt__ut2.export.actions.products.placeholder', 'Products IDs'),
('el', 'abt__ut2.export.description', 'On this page you can quickly export the data you need in json format'),
('el', 'abt__ut2.export.errors.no_such_type', 'No such type of export for the theme'),
('el', 'abt__ut2.export.success', 'were exported successfully'),
('el', 'abt__ut2.export.success.banners', 'Banners [ids] were exported successfully'),
('el', 'abt__ut2.export.success.blog', 'Blog were exported successfully'),
('el', 'abt__ut2.export.success.menu', 'Menu [ids] were exported successfully'),
('el', 'abt__ut2.export.table.data', 'Export data'),
('el', 'abt__ut2.export.table.description', 'Data type'),
('el', 'abt__ut2.extended.e', 'Extended'),
('el', 'abt__ut2.extended.f', 'On the full width'),
('el', 'abt__ut2.extended.o', 'Original'),
('el', 'abt__ut2.form.generate', 'Generate'),
('el', 'abt__ut2.form.header.additional_products', 'Additional products'),
('el', 'abt__ut2.form.header.base_products', 'Base products'),
('el', 'abt__ut2.form.header.general', 'General'),
('el', 'abt__ut2.grid.padding', 'Padding'),
('el', 'abt__ut2.grid.padding.variants.bottom', 'Only bottom'),
('el', 'abt__ut2.grid.padding.variants.none', 'None'),
('el', 'abt__ut2.grid.padding.variants.top', 'Only top'),
('el', 'abt__ut2.grid.padding.variants.top_bottom', 'Top and bottom'),
('el', 'abt__ut2.grid.tab_description', 'The settings below apply only to the theme AB: UniTheme2 layouts sections'),
('el', 'abt__ut2.grid_settings', 'AB: UniTheme2: Additional settings'),
('el', 'abt__ut2.grid_tabs.abt__ut2_show_in_tabs', 'Show all section blocks in tabs'),
('el', 'abt__ut2.grid_tabs.abt__ut2_use_ajax', 'Use Ajax for loading the second and next tabs content'),
('el', 'abt__ut2.help', 'Help'),
('el', 'abt__ut2.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/abt__unitheme2.doc\'>the documentation</a>.'),
('el', 'abt__ut2.hover_to_enlarge', 'Hover on image to enlarge'),
('el', 'abt__ut2.icons', 'Available icons'),
('el', 'abt__ut2.icons.class', 'Icon class'),
('el', 'abt__ut2.icons.info', 'On this page you can see the list of icons, available to you in the theme'),
('el', 'abt__ut2.icons.ut2_icons', 'Theme icons list'),
('el', 'abt__ut2.less_settings', 'Color scheme settings'),
('el', 'abt__ut2.less_settings.containers', 'Containers'),
('el', 'abt__ut2.less_settings.containers.header.add_delimiters', 'Add dividing strips'),
('el', 'abt__ut2.less_settings.containers.header.add_delimiters.tooltip', 'Adds dividing strips at the Top part of the site, visually separates the blocks \"Categories\", \"Search\", \"Account\" and \"Cart\"'),
('el', 'abt__ut2.less_settings.containers.header.use_animation_for_not_empty_cart', 'Use animation effect for non empty cart'),
('el', 'abt__ut2.less_settings.containers.header.use_animation_for_not_empty_cart.tooltip', 'Adds animation effect, to pay attention to the non empty user cart'),
('el', 'abt__ut2.less_settings.containers.header.use_color_elements_on_hover', 'Color for hovering over the elements \"Categories\", \"Account\" and \"Cart\"'),
('el', 'abt__ut2.less_settings.containers.header.use_color_elements_on_hover.tooltip', 'The color for hovering over the drop-down elements \"Categories\", \"Account\" and \"Cart\" is used only in the \"Advanced\" and \"Fixed\" layouts'),
('el', 'abt__ut2.less_settings.containers.header.use_color_icons', 'The color of the icons for elements \"Categories\", \"Account\" and \"Cart\"'),
('el', 'abt__ut2.less_settings.containers.header.use_color_icons.tooltip', 'Is used only in layouts \"Advanced\" and \"Fixed\"'),
('el', 'abt__ut2.less_settings.containers.header.use_color_menu_on_hover', 'Color for hovering over a first level menu item'),
('el', 'abt__ut2.less_settings.containers.header.use_color_menu_on_hover.tooltip', 'Background color used for hovering over menu items of the first level. It is used only in the \"Default\" layout with a horizontal menu type. Also determines the color of the active first level menu item'),
('el', 'abt__ut2.less_settings.containers.header_group', 'Header'),
('el', 'abt__ut2.less_settings.containers.header_group_description', 'Settings for blocks and sections of the \"Header\" container'),
('el', 'abt__ut2.less_settings.containers_description', 'Below are the settings that affect the blocks and sections of the corresponding container in the layouts.'),
('el', 'abt__ut2.less_settings.general', 'General'),
('el', 'abt__ut2.less_settings.general.buttons.style', 'Style'),
('el', 'abt__ut2.less_settings.general.buttons.style.tooltip', 'Set button style'),
('el', 'abt__ut2.less_settings.general.buttons.style.variants.use_background', 'Use filled background'),
('el', 'abt__ut2.less_settings.general.buttons.style.variants.use_border', 'Use border only'),
('el', 'abt__ut2.less_settings.general.buttons.use_gradient', 'Add bulk'),
('el', 'abt__ut2.less_settings.general.buttons.use_gradient.tooltip', 'The buttons will use a background color with a gradient fill from light to dark based on the color of the button'),
('el', 'abt__ut2.less_settings.general.buttons.use_shadow', 'Add shadow'),
('el', 'abt__ut2.less_settings.general.buttons.use_shadow.tooltip', 'Use shadow in the buttons design'),
('el', 'abt__ut2.less_settings.general.buttons.use_text_uppercase', 'Display text in capital letters'),
('el', 'abt__ut2.less_settings.general.buttons.use_text_uppercase.tooltip', 'Allows you to define the display format of letters in buttons, lowercase or uppercase letters'),
('el', 'abt__ut2.less_settings.general.buttons_group', 'Buttons'),
('el', 'abt__ut2.less_settings.general.buttons_group_description', 'Allows you to set button styles'),
('el', 'abt__ut2.less_settings.general.labels.style', 'Form'),
('el', 'abt__ut2.less_settings.general.labels.style.tooltip', 'Specify the displaying form of discount labels'),
('el', 'abt__ut2.less_settings.general.labels.style.variants.as_circle', 'Round'),
('el', 'abt__ut2.less_settings.general.labels.style.variants.as_drop', 'Drop'),
('el', 'abt__ut2.less_settings.general.labels.style.variants.as_rectangle', 'Rectangular'),
('el', 'abt__ut2.less_settings.general.labels.use_outline', 'Use border style'),
('el', 'abt__ut2.less_settings.general.labels.use_outline.tooltip', 'Adds border style'),
('el', 'abt__ut2.less_settings.general.labels.use_shadow', 'Add shadow'),
('el', 'abt__ut2.less_settings.general.labels.use_shadow.tooltip', 'Adds shadow'),
('el', 'abt__ut2.less_settings.general.labels.use_text_shadow', 'Add shadow for text'),
('el', 'abt__ut2.less_settings.general.labels.use_text_shadow.tooltip', 'Adds shadow for text'),
('el', 'abt__ut2.less_settings.general.labels_group', 'Labels (stickers)'),
('el', 'abt__ut2.less_settings.general.labels_group_description', 'Allows you to set styles for product stickers. For example, Free Shipping, Discount, etc.'),
('el', 'abt__ut2.less_settings.general.stars_rating_color', 'Color of starlets for product rating'),
('el', 'abt__ut2.less_settings.general.stars_rating_color.tooltip', 'Specify your own star color for product rating'),
('el', 'abt__ut2.less_settings.general.use_rounding', 'Round corners for interface elements'),
('el', 'abt__ut2.less_settings.general.use_rounding.tooltip', 'Use rounding corners of elements (windows, buttons, icons, form fields, etc.)'),
('el', 'abt__ut2.less_settings.general.use_rounding.variants.do_not_use', 'Don\'t use'),
('el', 'abt__ut2.less_settings.general.use_rounding.variants.full', 'Fully rounded'),
('el', 'abt__ut2.less_settings.general.use_rounding.variants.little', 'Make a little roundness'),
('el', 'abt__ut2.less_settings.general.use_titles_uppercase', 'Display headers in capital letters'),
('el', 'abt__ut2.less_settings.general.use_titles_uppercase.tooltip', 'Allows you to show headers in capital letters (used for all page headers, blocks, banners headers, etc.)'),
('el', 'abt__ut2.less_settings.general_description', 'Below are the general settings.'),
('el', 'abt__ut2.less_settings.is_absent', 'The following color values are not set for your [style] style'),
('el', 'abt__ut2.less_settings.is_absent.core', 'System values'),
('el', 'abt__ut2.less_settings.is_absent.recomend_to_add', 'We recommend that you assign their values, as this may lead to errors in the future.'),
('el', 'abt__ut2.less_settings.is_absent.theme', 'Theme values'),
('el', 'abt__ut2.less_settings.products', 'Product'),
('el', 'abt__ut2.less_settings.products.use_color_buttons_add_to_cart', 'Set individual color for <br> \"Add to cart\" button'),
('el', 'abt__ut2.less_settings.products.use_color_buttons_add_to_cart.tooltip', 'Allows you to assign an individual color to the \"Add to cart\" button on the product detail page and in the \"Quick view\" window'),
('el', 'abt__ut2.less_settings.products_description', 'Below are the settings that affect the styles for product detail page'),
('el', 'abt__ut2.less_settings.product_list', 'Product lists'),
('el', 'abt__ut2.less_settings.product_list.extend_grid_item_on_hover', 'Expand grid item on hover'),
('el', 'abt__ut2.less_settings.product_list.extend_grid_item_on_hover.tooltip', 'Adds the extending effect for item grid, when hovering on it in the list. Applies only to the Grid view of listings.'),
('el', 'abt__ut2.less_settings.product_list.show_grid_border', 'Frame type of the product in the grid'),
('el', 'abt__ut2.less_settings.product_list.show_grid_border.tooltip', 'You can change the frame type for cells in the lists of products'),
('el', 'abt__ut2.less_settings.product_list.show_grid_border.variants.none', 'Not framed'),
('el', 'abt__ut2.less_settings.product_list.show_grid_border.variants.solid_without_margins', 'Frame without external indents'),
('el', 'abt__ut2.less_settings.product_list.show_grid_border.variants.solid_with_margins', 'Frame with outer indents'),
('el', 'abt__ut2.less_settings.product_list.use_elements_alignment', 'Use elements alignment'),
('el', 'abt__ut2.less_settings.product_list.use_elements_alignment.tooltip', 'Allows you to align some elements of the list of symmetrically neighboring cells of products'),
('el', 'abt__ut2.less_settings.product_list.use_elements_alignment.variants.do_not_use', 'Don\'t use'),
('el', 'abt__ut2.less_settings.product_list.use_elements_alignment.variants.use', 'Use'),
('el', 'abt__ut2.less_settings.product_list_description', 'Below are the settings that affect the styles for elements in the product lists'),
('el', 'abt__ut2.less_settings.style.tooltip', 'Select Style (less-file, to which the following settings will be applied)'),
('el', 'abt__ut2.less_settings_description', '<b>Attention!</b> These settings apply only to the selected color scheme (in order to see the changes: make sure, that the selected in the \"Style\" settings field value corresponds to the color scheme, selected in your store (you can check the selected color scheme by Design -> Themes -> in the table opposite the chosen as default layout))'),
('el', 'abt__ut2.light_menu.back_to_main', 'Back to main'),
('el', 'abt__ut2.load_more.show_more.pages', 'Show another [n] page|Show another [n] pages'),
('el', 'abt__ut2.load_more.show_more.products', 'Show another [n] product|Show another [n] products'),
('el', 'abt__ut2.load_more_products.already_showing_all_products', 'Showing [n] product|Showing all [n] products'),
('el', 'abt__ut2.load_more_products.show_more', 'Show another [n] product|Show another [n] products'),
('el', 'abt__ut2.mainbox_general_seo', 'AB: General title (SEO)'),
('el', 'abt__ut2.menu.tab_description', 'The following settings should be used only for menu items, that use extra templates in the menu block layout: <b>AB: Horizontal dropdown list with icons</b> or <b>AB: Vertical dropdown list with icons</b> of the UniTheme2 theme'),
('el', 'abt__ut2.menus.pickers.add_menus', 'Add menu'),
('el', 'abt__ut2.menus.pickers.add_menus_and_close', 'Add menu and close'),
('el', 'abt__ut2.menus.pickers.states', 'Initial menu state'),
('el', 'abt__ut2.menus.pickers.states.hide_items', 'Hide elements and show the menu name'),
('el', 'abt__ut2.menus.pickers.states.show_items', 'Show elements'),
('el', 'abt__ut2.menus.pickers.states.tooltip', 'Select how the menu will be displayed when loading the page'),
('el', 'abt__ut2.menu_with_icons.desc', 'Short description'),
('el', 'abt__ut2.menu_with_icons.dropdown', 'Activate 3-level menu (dropdown list)'),
('el', 'abt__ut2.menu_with_icons.icon', 'Icon'),
('el', 'abt__ut2.menu_with_icons.label', 'Label'),
('el', 'abt__ut2.menu_with_icons.label_background', 'Label background'),
('el', 'abt__ut2.menu_with_icons.label_color', 'Label color'),
('el', 'abt__ut2.menu_with_icons.status', 'Activate settings'),
('el', 'abt__ut2.menu_with_icons.text', 'HTML-content'),
('el', 'abt__ut2.menu_with_icons.text_position', 'HTML-content position'),
('el', 'abt__ut2.menu_with_icons.text_position.bottom', 'Bottom'),
('el', 'abt__ut2.menu_with_icons.text_position.right_bottom', 'Right bottom'),
('el', 'abt__ut2.menu_with_icons.text_position.right_top', 'Right top'),
('el', 'abt__ut2.microdata', 'Organization microdata'),
('el', 'abt__ut2.microdata.schema_type', 'Schema type'),
('el', 'abt__ut2.microdata.schema_type.article', 'Article'),
('el', 'abt__ut2.microdata.schema_type.blogposting', 'Blog'),
('el', 'abt__ut2.microdata.schema_type.newsarticle', 'News'),
('el', 'abt__ut2.microdata.schema_type.none', 'Do not use'),
('el', 'abt__ut2.migaritions_from_unitheme1.update_po', 'Language variables recovery'),
('el', 'abt__ut2.migaritions_from_unitheme1.update_po.exist.description', 'For your installation, no additional actions for language variables recovery are required!'),
('el', 'abt__ut2.migaritions_from_unitheme1.update_po.not_exist.description', 'On this page, you can recover language variables which were deleted during removing of the first generation UniTheme addon'),
('el', 'abt__ut2.migaritions_from_unitheme1.update_po.success', 'Selected language variables were successfully recovered!'),
('el', 'abt__ut2.option.height', 'Height, px'),
('el', 'abt__ut2.option.margin', 'Margin, px'),
('el', 'abt__ut2.settings', 'Theme settings'),
('el', 'abt__ut2.settings.addons', 'Addons'),
('el', 'abt__ut2.settings.addons.wishlist_products.item_quantity', 'Show products in a row'),
('el', 'abt__ut2.settings.addons.wishlist_products.item_quantity.tooltip', 'Specify the quantity to display products in a row (only for \"Grid\")'),
('el', 'abt__ut2.settings.addons.wishlist_products_group', '\"Wish List\" addon'),
('el', 'abt__ut2.settings.addons.wishlist_products_group_description', 'Allows to add products to user wishlists'),
('el', 'abt__ut2.settings.addons_description', 'Here are setting, that affect on appearance of different addons pages in theme'),
('el', 'abt__ut2.settings.category', 'Category'),
('el', 'abt__ut2.settings.category.description_position', 'Display category description'),
('el', 'abt__ut2.settings.category.description_position.tooltip', 'Determines how the category description is displayed (nevertheless, regardless of the place of display, the Description field will be displayed in the code always above the product block, this is one of the recommendations of SEO audits)'),
('el', 'abt__ut2.settings.category.description_position.variants.bottom', 'After products'),
('el', 'abt__ut2.settings.category.description_position.variants.none', 'Don\'t display'),
('el', 'abt__ut2.settings.category.description_position.variants.top', 'Before products'),
('el', 'abt__ut2.settings.category.show_subcategories', 'Show subcategories on category pages'),
('el', 'abt__ut2.settings.category.show_subcategories.tooltip', 'Allows subcategories to be displayed in categories'),
('el', 'abt__ut2.settings.category_description', 'Here are the theme settings for Categories pages'),
('el', 'abt__ut2.settings.features', 'Features'),
('el', 'abt__ut2.settings.features.description_position', 'Display description of feature variant'),
('el', 'abt__ut2.settings.features.description_position.tooltip', 'Determines how the feature description is displayed (nevertheless, regardless of the place of display, the Description field will be displayed in the code always above the product block, this is one of the recommendations of SEO audits)'),
('el', 'abt__ut2.settings.features.description_position.variants.bottom', 'After products'),
('el', 'abt__ut2.settings.features.description_position.variants.none', 'Don\'t display'),
('el', 'abt__ut2.settings.features.description_position.variants.top', 'Before products'),
('el', 'abt__ut2.settings.features_description', 'Here are the settings for the Features pages (Purpose: Brand, author, etc.)'),
('el', 'abt__ut2.settings.general', 'General'),
('el', 'abt__ut2.settings.general.blog_page_id', 'Blog main page ID'),
('el', 'abt__ut2.settings.general.blog_page_id.button', 'All blog articles'),
('el', 'abt__ut2.settings.general.blog_page_id.tooltip', 'Specify this setting to display the link \"All pages\" in the block \"Actual news\" (see Website -> Blog)'),
('el', 'abt__ut2.settings.general.brand_feature_id', 'Brand feature ID'),
('el', 'abt__ut2.settings.general.brand_feature_id.tooltip', 'Specify brand Feature ID (Purpose: Brand, author, etc.). Feature ID is located next to the feature name in the features list (Products -> Features in the store administrative panel).The parameter \"Show in product list\" must be checked/ticked for specified feature'),
('el', 'abt__ut2.settings.general.enable_fixed_header_panel', 'Enable sticky menu'),
('el', 'abt__ut2.settings.general.enable_fixed_header_panel.tooltip', 'Allows you to display a fixed panel with elements of the header. The main elements of the store header will be visible even, when scrolling'),
('el', 'abt__ut2.settings.general.menu_min_height', 'Minimum height for the menu (only for Vertical type), px'),
('el', 'abt__ut2.settings.general.menu_min_height.tooltip', 'The minimum height for the vertical menu block with items of the second level. It is used to make the match of the height for left and right parts of menu (well described in the theme documentation)'),
('el', 'abt__ut2.settings.general_description', 'Here are the general theme settings, they affect the appearance and store functionality'),
('el', 'abt__ut2.settings.load_more', 'Show more'),
('el', 'abt__ut2.settings.load_more.before_end', 'Start for N px to the end of the page'),
('el', 'abt__ut2.settings.load_more.before_end.tooltip', 'Used only for working mode Automatically'),
('el', 'abt__ut2.settings.load_more.blog', 'Allow for the Blog'),
('el', 'abt__ut2.settings.load_more.blog.tooltip', 'Allow displaying \"Show more\" button for Blog posts'),
('el', 'abt__ut2.settings.load_more.mode', 'Paginator operation mode'),
('el', 'abt__ut2.settings.load_more.mode.tooltip', 'Choose working mode for button Show more.<br /><b>Automatically</b> — in this mode next page will be loaded over N px before the end of page while scrolling down.<br /><b>By button click</b> — next products page will be loaded only clicking the button by the user'),
('el', 'abt__ut2.settings.load_more.mode.variants.auto', 'Automatically'),
('el', 'abt__ut2.settings.load_more.mode.variants.on_button_click', 'By button click'),
('el', 'abt__ut2.settings.load_more.product_list', 'Allow for product lists'),
('el', 'abt__ut2.settings.load_more.product_list.tooltip', 'Allow display of \"Show more\" button for categories, brands, newest pages etc.'),
('el', 'abt__ut2.settings.load_more_description', 'Below are the settings for the \"Show more\" functional for various objects in lists (lazy pagination)'),
('el', 'abt__ut2.settings.name', 'Name'),
('el', 'abt__ut2.settings.products', 'Product'),
('el', 'abt__ut2.settings.products.addon_buy_together.view', 'Way of display'),
('el', 'abt__ut2.settings.products.addon_buy_together.view.tooltip', 'Choose way of display (added by AB: UniTheme2 theme or standard output by the tab)'),
('el', 'abt__ut2.settings.products.addon_buy_together.view.variants.as_block_above_tabs', 'As block before product tabs'),
('el', 'abt__ut2.settings.products.addon_buy_together.view.variants.as_tab_in_tabs', 'As product tab'),
('el', 'abt__ut2.settings.products.addon_buy_together_group', '\"Buy together\" addon'),
('el', 'abt__ut2.settings.products.addon_buy_together_group_description', 'Native CS-Cart add-on, which allows to display profitable offers in combination with the current product, on the page of which the user is located'),
('el', 'abt__ut2.settings.products.addon_required_products.item_quantity', 'Show products in row'),
('el', 'abt__ut2.settings.products.addon_required_products.item_quantity.tooltip', 'Specify the quantity products to display in a row (only for \"Grid\")'),
('el', 'abt__ut2.settings.products.addon_required_products.list_type', 'Template'),
('el', 'abt__ut2.settings.products.addon_required_products.list_type.tooltip', 'Choose template for displaying product list'),
('el', 'abt__ut2.settings.products.addon_required_products.list_type.variants.compact_list', 'Compact list'),
('el', 'abt__ut2.settings.products.addon_required_products.list_type.variants.grid_list', 'Grid'),
('el', 'abt__ut2.settings.products.addon_required_products.list_type.variants.product_list', 'List without options'),
('el', 'abt__ut2.settings.products.addon_required_products_group', '\"Required products\" addon'),
('el', 'abt__ut2.settings.products.addon_required_products_group_description', 'Native CS-Cart addon \"Required products\" creates a group of products, that will be added to the cart with the product, on which page the user is located'),
('el', 'abt__ut2.settings.products.addon_social_buttons.view', 'Show Share buttons for social networks'),
('el', 'abt__ut2.settings.products.addon_social_buttons.view.tooltip', 'Please note, that using this option slows down the loading of the product page. Not recommended for displaying on mobile devices.'),
('el', 'abt__ut2.settings.products.addon_social_buttons_group', 'Addon \"Social buttons\"'),
('el', 'abt__ut2.settings.products.addon_social_buttons_group_description', 'Native CS-Cart addon \"Social Buttons\" displays Share buttons widgets for social networks'),
('el', 'abt__ut2.settings.products.custom_block_id', 'Custom block ID / Output the block in the right column'),
('el', 'abt__ut2.settings.products.custom_block_id.tooltip', 'Specify the custom block ID, which you want to display on the right side of the product detail page (the block must be added to the Products layout and can be turned off, a special function will add it to the intended place to bypass the CS-Cart layout system) (well described in the theme documentation)'),
('el', 'abt__ut2.settings.products.vendor.show_ask_question_link', 'Show \"Ask a question\" link'),
('el', 'abt__ut2.settings.products.vendor.show_ask_question_link.tooltip', 'Allows customers to communicate with the vendor using chat. Depends on \"Ask seller a question\" addon'),
('el', 'abt__ut2.settings.products.vendor.show_logo', 'Show vendor logo'),
('el', 'abt__ut2.settings.products.vendor.show_logo.tooltip', 'Displays the vendor\'s logo'),
('el', 'abt__ut2.settings.products.vendor.show_name_as_link', 'Use vendor name as a link on a vendor page'),
('el', 'abt__ut2.settings.products.vendor.show_name_as_link.tooltip', 'Allows use vendor name as a link to the page of this vendor'),
('el', 'abt__ut2.settings.products.vendor.show_phone', 'Show vendor phone number'),
('el', 'abt__ut2.settings.products.vendor.show_phone.tooltip', 'Allows you to display the phone number of the vendor'),
('el', 'abt__ut2.settings.products.vendor.truncate_short_description', 'Number of characters for vendor description'),
('el', 'abt__ut2.settings.products.vendor.truncate_short_description.tooltip', 'Allows you to limit the output of a vendor description, specify the number of displayed characters. To disable output, use the value \"0\"'),
('el', 'abt__ut2.settings.products.vendor_group', 'Block with vendor information'),
('el', 'abt__ut2.settings.products.vendor_group_description', 'Settings for block with vendor information on the product page'),
('el', 'abt__ut2.settings.products.view.brand_link_behavior', 'Brand logo link behavior'),
('el', 'abt__ut2.settings.products.view.brand_link_behavior.tooltip', 'Determines the brand logo link'),
('el', 'abt__ut2.settings.products.view.brand_link_behavior.variants.to_brand_page', 'The link leads to brand page'),
('el', 'abt__ut2.settings.products.view.brand_link_behavior.variants.to_category_with_filter', 'The link leads to the main product category with the selected filter by product brand'),
('el', 'abt__ut2.settings.products.view.show_brand_logo', 'Show product brand logo'),
('el', 'abt__ut2.settings.products.view.show_brand_logo.tooltip', 'Allow the display of product brand logo. For the setting to work, you must correctly specify Brand feature ID setting value in General tab'),
('el', 'abt__ut2.settings.products.view.show_features', 'Show product features'),
('el', 'abt__ut2.settings.products.view.show_features.tooltip', 'Allow displaying of selected product features (for displaying on the product page (but not in Features tab), the feature must have an active setting \"Show in header on the product details page\")'),
('el', 'abt__ut2.settings.products.view.show_qty', 'Show quantity changer'),
('el', 'abt__ut2.settings.products.view.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('el', 'abt__ut2.settings.products.view.show_short_description', 'Show short description'),
('el', 'abt__ut2.settings.products.view.show_short_description.tooltip', 'Allow the display of the \"Short description\"'),
('el', 'abt__ut2.settings.products.view.show_sku', 'Show product code (Sku)'),
('el', 'abt__ut2.settings.products.view.show_sku.tooltip', 'Allow product code (Sku) showing'),
('el', 'abt__ut2.settings.products.view.show_sticky_add_to_cart', 'Show sticky block Add to cart (only for mobile devices)'),
('el', 'abt__ut2.settings.products.view.show_sticky_add_to_cart.tooltip', 'Allow output of a fixed block with the Add to cart button at the bottom of the mobile device screen. Also depending on the state of the option \"Show quantity changer\" in the block, the changer of products quantity for the order can be shown'),
('el', 'abt__ut2.settings.products.view_group', 'Additional displaying settings'),
('el', 'abt__ut2.settings.products.view_group_description', 'Additional appearance settings for the product page'),
('el', 'abt__ut2.settings.products_description', 'Here theme settings which affect the product detailed page appearance'),
('el', 'abt__ut2.settings.product_list', 'Product lists'),
('el', 'abt__ut2.settings.product_list.decolorate_out_of_stock_products', 'Decolorize out of stock products'),
('el', 'abt__ut2.settings.product_list.decolorate_out_of_stock_products.tooltip', 'Applies the effect of decolorize for product items, that are out of stock. Only for lists in categories is used'),
('el', 'abt__ut2.settings.product_list.lazy_load', 'Use images lazy load');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('el', 'abt__ut2.settings.product_list.lazy_load.tooltip', 'Speeds up the category page loading due to the fact, that images are loaded after the page is already loaded, images will be loaded only by users screen demand. Not compatible with activated option of setting \"Show product mini icons gallery in the product list\"'),
('el', 'abt__ut2.settings.product_list.limit_product_variations', 'The maximum quantity of the displayed products variations'),
('el', 'abt__ut2.settings.product_list.limit_product_variations.tooltip', 'Specify the number of available variations, that will be shown for the product in the list, if more variations are available, than specified in the setting, the remaining amount will be indicated in brackets (+ N more). Value <code>0</code> in setting will block the display of variations.'),
('el', 'abt__ut2.settings.product_list.max_features', 'Max number of displayed features in lists'),
('el', 'abt__ut2.settings.product_list.max_features.tooltip', 'Specify the number of features displayed in all available lists for different devices'),
('el', 'abt__ut2.settings.product_list.price_display_format', 'Price display format'),
('el', 'abt__ut2.settings.product_list.price_display_format.tooltip', 'Formats options (of the elements positions) of price display'),
('el', 'abt__ut2.settings.product_list.price_display_format.variants.col', 'Option 1'),
('el', 'abt__ut2.settings.product_list.price_display_format.variants.mix', 'Option 3'),
('el', 'abt__ut2.settings.product_list.price_display_format.variants.row', 'Option 2'),
('el', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content', 'Content of bottom part of the product grid item'),
('el', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.tooltip', 'Select, what fields will be used as a additional information of the product item'),
('el', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.description', 'Short description'),
('el', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.features', 'Features list'),
('el', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.features_and_variations', 'Features and variations list'),
('el', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.none', 'Don\'t display'),
('el', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.variations', 'Variations list'),
('el', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_height', 'Minimum height for product cell, px'),
('el', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_height.tooltip', 'Defines the product cell height according to your needs'),
('el', 'abt__ut2.settings.product_list.products_multicolumns.show_brand_logo', 'Show brand logo'),
('el', 'abt__ut2.settings.product_list.products_multicolumns.show_brand_logo.tooltip', 'Allow the brand logo displaying (requires proper assigned option \"Brand feature ID\" in the \"General\" section of theme settings and downloaded images for Brand feature variants)'),
('el', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons', 'Show \"Add to cart\" buttons'),
('el', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons.tooltip', 'Allow the display of the \"Add to cart\" and \"Buy now with 1-click\" buttons'),
('el', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons_on_hover', 'Show buttons only while hovering'),
('el', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons_on_hover.tooltip', 'Buttons \"Add to cart\" and \"Buy now with 1-click\" will be shown only while hovering on the product cell'),
('el', 'abt__ut2.settings.product_list.products_multicolumns.show_qty', 'Show quantity changer'),
('el', 'abt__ut2.settings.product_list.products_multicolumns.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('el', 'abt__ut2.settings.product_list.products_multicolumns.show_sku', 'Show product code (Sku)'),
('el', 'abt__ut2.settings.product_list.products_multicolumns.show_sku.tooltip', 'Allow product code (Sku) showing'),
('el', 'abt__ut2.settings.product_list.products_multicolumns.show_you_save', 'Show \"You save\"'),
('el', 'abt__ut2.settings.product_list.products_multicolumns.show_you_save.tooltip', 'Shows information about savings (amount of your savings)'),
('el', 'abt__ut2.settings.product_list.products_multicolumns_group', 'Settings for \"Grid\" product list view'),
('el', 'abt__ut2.settings.product_list.products_multicolumns_group_description', 'Settings for \"Grid\" product list view. Please note, that some settings allow you to control the output of functional elements for different devices separately'),
('el', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content', 'Content under description'),
('el', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.tooltip', 'Select, what fields will be used as the additional information of the product item'),
('el', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.features', 'Features list'),
('el', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.features_and_variations', 'Features and variations list'),
('el', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.none', 'Don\'t display'),
('el', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.variations', 'Variations list'),
('el', 'abt__ut2.settings.product_list.products_without_options.show_amount', 'Show product availability status'),
('el', 'abt__ut2.settings.product_list.products_without_options.show_amount.tooltip', 'Allow the display of the status of stock availability (In stock, Out of stock)'),
('el', 'abt__ut2.settings.product_list.products_without_options.show_brand_logo', 'Show brand logo'),
('el', 'abt__ut2.settings.product_list.products_without_options.show_brand_logo.tooltip', 'Allow the brand logo displaying (requires proper assigned option \"Brand feature ID\" in the \"General\" section of theme settings and downloaded images for Brand feature variants)'),
('el', 'abt__ut2.settings.product_list.products_without_options.show_features', 'Show product features'),
('el', 'abt__ut2.settings.product_list.products_without_options.show_features.tooltip', 'Allow display of selected product features (for displaying in the product list the feature must have an active setting \"Show in product list\")'),
('el', 'abt__ut2.settings.product_list.products_without_options.show_options', 'Show product options'),
('el', 'abt__ut2.settings.product_list.products_without_options.show_options.tooltip', 'Allow display of product options'),
('el', 'abt__ut2.settings.product_list.products_without_options.show_qty', 'Show quantity changer'),
('el', 'abt__ut2.settings.product_list.products_without_options.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('el', 'abt__ut2.settings.product_list.products_without_options.show_sku', 'Show product code (Sku)'),
('el', 'abt__ut2.settings.product_list.products_without_options.show_sku.tooltip', 'Allow product code (Sku) showing'),
('el', 'abt__ut2.settings.product_list.products_without_options_group', 'Settings for \"List without options\" product list view'),
('el', 'abt__ut2.settings.product_list.products_without_options_group_description', 'Settings for \"List without options\" product list view. Please note, that some settings allow you to control the output of functional elements for different devices separately'),
('el', 'abt__ut2.settings.product_list.short_list.show_button', 'Show \"Add to cart\" button'),
('el', 'abt__ut2.settings.product_list.short_list.show_button.tooltip', 'Allow the display of the \"Add to cart\" buttons'),
('el', 'abt__ut2.settings.product_list.short_list.show_button_compare', 'Show \"Add to comparison list\" button'),
('el', 'abt__ut2.settings.product_list.short_list.show_button_compare.tooltip', 'Allow the display of the \"Add to comparison list\" button'),
('el', 'abt__ut2.settings.product_list.short_list.show_button_quick_view', 'Show \"Quick view\" button'),
('el', 'abt__ut2.settings.product_list.short_list.show_button_quick_view.tooltip', 'Allow the display of the \"Quick view\" button'),
('el', 'abt__ut2.settings.product_list.short_list.show_button_wishlist', 'Show \"Add to wish list\" button'),
('el', 'abt__ut2.settings.product_list.short_list.show_button_wishlist.tooltip', 'Allow the display of the \"Add to wish list\" button'),
('el', 'abt__ut2.settings.product_list.short_list.show_qty', 'Show quantity changer'),
('el', 'abt__ut2.settings.product_list.short_list.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('el', 'abt__ut2.settings.product_list.short_list.show_sku', 'Show product code (Sku)'),
('el', 'abt__ut2.settings.product_list.short_list.show_sku.tooltip', 'Allow product code (Sku) showing'),
('el', 'abt__ut2.settings.product_list.short_list_group', 'Settings for \"Compact list\" product list view'),
('el', 'abt__ut2.settings.product_list.short_list_group_description', 'Settings for \"Compact list\" product list view. Pay attention to the presence of addon-dependent settings. Some settings allow managing functionality elements output for different devices separately'),
('el', 'abt__ut2.settings.product_list.show_fixed_filters_button', 'Enable fixed filter call button'),
('el', 'abt__ut2.settings.product_list.show_fixed_filters_button.tooltip', 'When the setting is turned on when the page is scrolled, a button for calling filters will appear.'),
('el', 'abt__ut2.settings.product_list.show_gallery', 'Show product mini icons gallery in the product list'),
('el', 'abt__ut2.settings.product_list.show_gallery.tooltip', 'Activates the option of scrolling the product photos mini gallery in the lists. Applies only to the product list with the \"Grid\" output template'),
('el', 'abt__ut2.settings.product_list.show_rating', 'Display product rating'),
('el', 'abt__ut2.settings.product_list.show_rating.tooltip', 'Allows to display product rating stars'),
('el', 'abt__ut2.settings.product_list_description', 'Here are the product lists settings of the theme, that affect the output for all product blocks and product lists on categories, search, features pages. Note: blocks can have their own settings and not use selected parameters. The presence of the <i class=\"icon-is-addon\"></i> icon for the setting means, that it is dependent on the presence of an addon, that needs to be turned on'),
('el', 'abt__ut2.settings.value', 'Value for all devices'),
('el', 'abt__ut2.settings.value.desktop', 'Value for Desktop'),
('el', 'abt__ut2.settings.value.mobile', 'Value for Phone'),
('el', 'abt__ut2.settings.value.tablet', 'Value for Tablet'),
('el', 'abt__ut2.settings.vendor', 'Vendor'),
('el', 'abt__ut2.settings.vendor.show_ask_question_link', 'Display \"Ask a question\" link'),
('el', 'abt__ut2.settings.vendor.show_ask_question_link.tooltip', 'Allows customers to communicate with the vendor using chat. Depends on \"Ask seller a question\" addon'),
('el', 'abt__ut2.settings.vendor.truncate_short_description', 'Number of characters for vendor description'),
('el', 'abt__ut2.settings.vendor.truncate_short_description.tooltip', 'Allows you to limit the output of vendor short description, specify the number of displayed characters. To disable output, use the value \"0\"'),
('el', 'abt__ut2.settings.vendor_description', 'Block with vendor information on the vendor\'s page'),
('el', 'abt__ut2.sort_by_bestsellers_asc', 'Bestselling: Low to High'),
('el', 'abt__ut2.sort_by_bestsellers_desc', 'Bestselling First'),
('el', 'abt__ut2.sort_by_company_asc', 'Sort by alphabetical: A to Z'),
('el', 'abt__ut2.sort_by_company_desc', 'Sort by alphabetical: Z to A'),
('el', 'abt__ut2.sort_by_null_asc', 'Without sorting'),
('el', 'abt__ut2.sort_by_on_sale_asc', 'Discount: Low to High'),
('el', 'abt__ut2.sort_by_on_sale_desc', 'Discount: High to Low'),
('el', 'abt__ut2.sort_by_popularity_asc', 'Popularity: Low to High'),
('el', 'abt__ut2.sort_by_popularity_desc', 'Popular First'),
('el', 'abt__ut2.sort_by_position_asc', 'Position: Low to High'),
('el', 'abt__ut2.sort_by_position_desc', 'Position: High to Low'),
('el', 'abt__ut2.sort_by_price_asc', 'Price: Low to High'),
('el', 'abt__ut2.sort_by_price_desc', 'Price: High to Low'),
('el', 'abt__ut2.sort_by_product_asc', 'from A to Z'),
('el', 'abt__ut2.sort_by_product_desc', 'from Z to A'),
('el', 'abt__ut2.sort_by_rating_asc', 'Sort by rating: Low to High'),
('el', 'abt__ut2.sort_by_rating_desc', 'Sort by rating'),
('el', 'abt__ut2.sort_by_timestamp_asc', 'Oldest Items First'),
('el', 'abt__ut2.sort_by_timestamp_desc', 'Newest Items First'),
('el', 'abt__ut2.upgrade_notifications.4.10.2.d.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update used layout.'),
('el', 'abt__ut2.upgrade_notifications.4.10.2.d.new_layouts.title', 'New layout \"Checkout\" is available!'),
('el', 'abt__ut2.upgrade_notifications.4.10.3.a.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('el', 'abt__ut2.upgrade_notifications.4.10.3.a.new_layouts.title', 'We recommend to update the used layout!'),
('el', 'abt__ut2.upgrade_notifications.4.10.3.b.added_compatibility_with_ab__ia.text', 'For users of <a target=\"_blank\" href=\"https://cs-cart.alexbranding.com/en/addon-intellectual-analogues-accessories-by-features.html\">AB: Intellectual selection of products</a> addon starting from version 2.6.0: special places for displaying a block of selected products were added in theme (optionally above or below the product tabs, taking into account the display settings for various devices).'),
('el', 'abt__ut2.upgrade_notifications.4.10.3.b.added_compatibility_with_ab__ia.title', 'Fixed compatibility with \"AB: Intellectual selection of products\" addon'),
('el', 'abt__ut2.upgrade_notifications.4.10.4.b.added_new_less_settings.text', '<p>In this version, we have significantly expanded the settings for \"color schemes\" and grouped them into tabs corresponding to their place of application and functional purpose.</p><p><b>IMPORTANT!!!</b></p><p>After the upgrade, your current color scheme will work as before. To use the new settings you need to perform one of the variants: <ol><li>or adjust the current used color scheme. To do this, go to the page AB: Addons → AB: UniTheme2 → Color scheme settings, select the active color scheme and set the necessary values for all settings;</li><li>or create a new color scheme using the \"Theme Editor\" based on the color schemes available in this version.</li></ol></p><p>List of new color scheme settings (AB: Addons → AB: UniTheme2 → Color scheme settings):<ul><li>General → Display headers in capital letters;</li><li>General → Buttons → Display text in capital letters;</li><li>General → Buttons → Add shadow;</li><li>General → Buttons → Add bulk;</li><li>General → Labels (stickers) → Use border style;</li> <li>General → Labels (stickers) → Add shadow;</li><li>General → Labels (stickers) → Add shadow for text;</li><li>Containers → Header → Add dividing strips;</li><li>Containers → Header → Color for hovering over a first level menu item;</li><li>Containers → Header → Color for hovering over the elements \"Categories\", \"Account\" and \"Cart\";</li><li>Containers → Header → The color of the icons for elements \"Categories\", \"Account\" and \"Cart\";</li><li>Product → Set individual color for \"Add to cart\" button.</li></ul><p>'),
('el', 'abt__ut2.upgrade_notifications.4.10.4.b.added_new_less_settings.title', 'We recommend to update the used color scheme (Style) settings!'),
('el', 'abt__ut2.upgrade_notifications.4.11.3.b.ab__deal_of_the_day.text', 'For theme version v4.11.3.b is needed the add-on \"AB: Product of the day and extended promotions\" version v3.2.0 to provide the correct display of the add-on elements in the theme.'),
('el', 'abt__ut2.upgrade_notifications.4.11.3.b.ab__deal_of_the_day.title', 'Attention! The update of the \"AB: Product of the day and extended promotions\" add-on is needed'),
('el', 'abt__ut2.upgrade_notifications.4.11.3.b.brands_page_will_be_removed.text', 'The functionality of the Brands page will be moved and expanded into the separate add-on <a href=\"https://cs-cart.alexbranding.com/en/seo-for-brands.html\" target=\"_blank\">AB: SEO for Brands</a> from the next version of the theme. It is available in the package <a href=\"https://cs-cart.alexbranding.com/en/seo-package.html\" target=\"_blank\">SEO</a>.'),
('el', 'abt__ut2.upgrade_notifications.4.11.3.b.brands_page_will_be_removed.title', 'Attention! The removing of Brands page functionality is planned'),
('el', 'abt__ut2.upgrade_notifications.4.11.3.c.brands_page_was_removed.text', 'Functionality of the Brands page was moved out and expanded to the separate add-on <a href=\"https://cs-cart.alexbranding.com/ru/seo-dlya-brendov.html\" target=\"_blank\">AB: SEO for Brands</a> that is available in the package <a href=\"https://cs-cart.alexbranding.com/ru/paket-moduley-seo.html\" target=\"_blank\">SEO</a>. In the absence of the specified add-on, theme will still use outdated functionality, which will be permanently removed in the next releases.'),
('el', 'abt__ut2.upgrade_notifications.4.11.3.c.brands_page_was_removed.title', 'Attention! The Brands page functionality was moved out to the separate add-on.'),
('el', 'abt__ut2.upgrade_notifications.recommend_to_update_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('el', 'abt__ut2.upgrade_notifications.recommend_to_update_layouts.title', 'We recommend to update the used layout!'),
('el', 'abt__ut2.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the theme in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-118\">List of releases</a>.'),
('el', 'abt__ut2.upgrade_notifications.title', 'AB: UniTheme2 was successfully updated to v[ver]!'),
('el', 'abt__ut2_advanced_subcategories_menu', 'AB: Advanced subcategories menu'),
('el', 'abt__ut2_banner_carousel_combined', 'AB: Advanced banner (Carousel)'),
('el', 'abt__ut2_banner_combined', 'AB: Advanced banner'),
('el', 'abt__ut2_bt.combinations_generated', 'Generated [n] comb.'),
('el', 'abt__ut2_bt.empty_data', 'Choose products for combinations'),
('el', 'abt__ut2_bt.form.find_by_additional_product', 'Find by additional product'),
('el', 'abt__ut2_bt.form.find_by_base_product', 'Find by base product'),
('el', 'abt__ut2_bt.form.find_by_name', 'Find by name'),
('el', 'abt__ut2_buy_together.editing', 'Editing'),
('el', 'abt__ut2_buy_together.generate', 'AB: \"Buy together\" generator'),
('el', 'abt__ut2_buy_together.manage', 'AB: \"Buy together\" manage'),
('el', 'abt__ut2_light_menu', 'AB: Fly menu'),
('el', 'abt__ut2_mv.autoinstall.add_layouts', 'Added layouts for Multi-Vendor'),
('el', 'abt__ut2_mv.help', 'Help'),
('el', 'abt__ut2_mv.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/abt__unitheme2_mv.doc\'>the documentation</a>.'),
('el', 'abt__ut2_mv.product_page_vendor_settings', 'Vendor settings on product page'),
('el', 'abt__ut2_mv.upgrade_notifications.4.10.2.b.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('el', 'abt__ut2_mv.upgrade_notifications.4.10.2.b.new_layouts.title', 'We recommend to update the used layout!'),
('el', 'abt__ut2_mv.upgrade_notifications.4.11.2.a.new_settings.text', '<h3>Block with information about the vendor on the product page</h3><p>To edit this settings go to: Admin panel → AB: Addons → AB: UniTheme2 → Theme settings, go to Product tab and find section Block with vendor information:</p><ul><li>Use vendor name as a link on a vendor page;</li><li>Show vendor logo;</li><li>Number of characters for vendor description;</li><li>Show vendor phone number;</li><li>Show \"Ask a question\" link.</li></ul><h3>Block with information about the vendor on the vendor\'s page</h3><p>To edit this settings go to: Admin panel → AB: Addons → AB: UniTheme2 → Theme settings, go to Vendor tab:</p><ul><li>Number of characters for vendor description;</li><li>Display \"Ask a question\" link.</li></ul>'),
('el', 'abt__ut2_mv.upgrade_notifications.4.11.2.a.new_settings.title', 'Added new settings'),
('el', 'abt__ut2_mv.upgrade_notifications.recommend_to_update_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('el', 'abt__ut2_mv.upgrade_notifications.recommend_to_update_layouts.title', 'We recommend to update the used layout!'),
('el', 'abt__ut2_mv.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the theme in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2_mv.doc#p-1276\">List of releases</a>.'),
('el', 'abt__ut2_mv.upgrade_notifications.title', 'AB: UniTheme2 (Multi-Vendor) was successfully updated to v[ver]!'),
('el', 'abt__ut2_mv.vendor_settings_tab', 'Vendor settings on vendor page'),
('el', 'abt__ut2_selected_filters', 'AB: Selected filter variants'),
('el', 'abt__ut2_show_title', 'Show title'),
('el', 'abt__ut2_thumbnail_height', 'Scroller thumbnail height'),
('el', 'abt__ut2_view_more_btn_behavior', 'AB: Behaviour for the \"More\" button'),
('el', 'abt__ut2_view_more_btn_behavior.tooltip', 'The setting determines the behavior variants of the button and will display the hidden menu elements when hover the mouse cursor or it will transfer to the parent menu item'),
('el', 'abt__ut2_view_more_btn_behavior_trigger_parent_link', 'Go to the parent menu item link'),
('el', 'abt__ut2_view_more_btn_behavior_view_items', 'Show hidden items'),
('el', 'abt__ut2__mainbox_general', 'AB: Main block (SEO)'),
('el', 'abt__ut2__mainbox_simple', 'AB: Simplified block'),
('el', 'abt__ut2__scroller_advanced', 'AB: Scroller advanced'),
('el', 'abt__ut2__sidebox_general', 'AB: Secondary block'),
('el', 'abt__ut2__sidebox_important', 'AB: Secondary framed block'),
('el', 'abt__ut2__swipe', 'AB: Swipe block'),
('el', 'ab__addons', 'AB: Add-ons'),
('el', 'ab__addons_manager', 'AB: Add-ons Manager'),
('el', 'ab__am.addon.action.install_addon', 'New version <code>v[ver]</code> is available for you'),
('el', 'ab__am.addon.action.install_addon.button.tooltip', 'By clicking on this button, the v[ver] of add-on will be automatically downloaded and installed to bypass the standard installation of CS-Cart. You also have the possibility to install the add-on in a standard way by downloading the version of the add-on, compatible with your store on the page My Profile → Orders page on the <a href=\'https://cs-cart.alexbranding.com/en/orders/\'>cs-cart.alexbranding.com </a>'),
('el', 'ab__am.addon.action.install_addon.button.value', 'Install v[ver]'),
('el', 'ab__am.addon.action.not_tested_yet', 'The installed version <code>v[ver]</code> has not yet passed testing for your version of the store <b>[cscart]</b>'),
('el', 'ab__am.addon.action.require_update', 'To install the add-on or updates, please, update <b>AB: Add-ons Manager</b> to the actual version <code>v[ver]<code>'),
('el', 'ab__am.addon.action.unavailable_addon', 'The add-on is not available for you (either due to incompatibility with your version of the CS-Cart <b>[cscart]</b> or your subscription for updates has expired)'),
('el', 'ab__am.addon.action.update_addon', 'Update <code>v[ver]</code> is available for you'),
('el', 'ab__am.addon.action.update_addon.button.tooltip', 'If the update is not available through the CS-Cart Upgrade Center, uninstall the add-on on the page <b> Add-ons → Manage Add-ons</b> and v[ver] will be available for installation on this page'),
('el', 'ab__am.addon.action.update_addon.button.value', 'Update to v[ver]'),
('el', 'ab__am.addon.action.wait_new_version', 'The latest version <code>v[ver]</code> is compatible with <b>[cscart]</b> according to your subscription'),
('el', 'ab__am.addon.button_buy_updates.text', 'Renew your subscription to the add-on'),
('el', 'ab__am.addon.button_buy_updates.tooltip', 'Renew the subscription to get the latest updates'),
('el', 'ab__am.addon.button_download_am.note', '<p>AB: Add-ons manager is necessary for the proper operation of our solutions.It organizes your add-ons and groups them by sets. Unobtrusively notifying you about new available updates of the add-on, and gives the opportunity to update them in one click.Also, you can easily extend the subscription to our solutions and get the most current version of the add-on. We constantly update add-ons to make them as useful to you, as possible.<p>Please note, that in order to install and/or update the add-ons, you must have the latest version of AB: Add-ons Manager v[ver]. You will be informed about the release of the new version of the add-on and a link will be provided for downloading add-on archive.</p><hr><p></b>How to update AB: Add-ons Manager to v[ver]?</b></p><ol><li>When a notification appears about the availability of the new version of AB: Add-ons Manager, download the archive;</li><li>Close the storefront. (To do this go to Settings → General → Close storefront - set the checkbox and click on the [Save] button, close for just 2 minutes);</li><li>Delete AB: Add-ons Manager (To do this, go to Add-ons → Manage Add-ons → AB: Add-ons Manager: Delete);</li><li>Install archive of AB: Add-ons Manager from step 1 (To do this, on the Add-ons → Manage add-ons → button [+]: select the previously downloaded archive from step 1);</li><li>Clear the cache (Go to the menu item Administration → Storage → Clear Cache);</li><li>Open the storefront. (To do this, go to Settings → General → Close storefront - uncheck the checkbox and click the [Save] button);</li></ol>'),
('el', 'ab__am.addon.button_download_am.text', 'Download'),
('el', 'ab__am.addon.changelog', 'List of changes'),
('el', 'ab__am.addon.doc', 'Documentation'),
('el', 'ab__am.addon.msg.available_version_is_installed', 'The latest available version of the add-on is installed'),
('el', 'ab__am.addon.msg.expired_subscription', 'Only v[ver] is available to your store. Renew the subscription to get the actual version of the add-on'),
('el', 'ab__am.addon.msg.final_version_is_installed', 'The Actual version of the add-on is installed'),
('el', 'ab__am.addon.msg.not_available', 'The add-on is not available for your store!'),
('el', 'ab__am.addon.new_version_is_available', 'v[ver] from [date]'),
('el', 'ab__am.addon.new_version_is_available.tooltip', 'New version v[ver] is available from [date]'),
('el', 'ab__am.addon.settings', 'Add-on settings'),
('el', 'ab__am.addon.status.a', 'Add-on status is \"Active\"'),
('el', 'ab__am.addon.status.d', 'Add-on status is \"Inactive\"'),
('el', 'ab__am.addon.status.n', 'Add-on status is \"Not installed yet\"'),
('el', 'ab__am.addon.subscription.active', 'Subscription is active until [date]'),
('el', 'ab__am.addon.subscription.exp', 'Your subscription for updates has expired<b>[date]</b>. To access the current add-on versions, you must buy a subscription.'),
('el', 'ab__am.addon.subscription.exp.button.tooltip', 'Buy subscription to get access to the current add-on versions'),
('el', 'ab__am.addon.subscription.exp.button.value', 'Buy subscription'),
('el', 'ab__am.addon.subscription.expired', 'Subscription expired on [date]. Renew subscription to get actual add-on versions'),
('el', 'ab__am.addon.subscription.ok', 'Your subscription is active until <b>[date]</b>'),
('el', 'ab__am.addon.subscription.ok.button.tooltip', 'Renew subscription to get access to the current add-on versions'),
('el', 'ab__am.addon.subscription.ok.button.value', 'Renew subscription'),
('el', 'ab__am.addon.subscription_updates', 'Updates are available until [date]'),
('el', 'ab__am.addon.table_head.actions', 'Actions'),
('el', 'ab__am.addon.table_head.addon', 'Add-on name'),
('el', 'ab__am.addon.table_head.note', 'Note'),
('el', 'ab__am.addon.table_head.subscription', 'Subscription'),
('el', 'ab__am.addon.table_head.versions', 'Versions'),
('el', 'ab__am.addon.table_head.versions.tooltip', 'List of variants: Installed, Available and Actual'),
('el', 'ab__am.addon.update_instruction', 'Procedure of updating'),
('el', 'ab__am.addon.versions.available', 'Available'),
('el', 'ab__am.addon.versions.final', 'Actual'),
('el', 'ab__am.addon.versions.installed', 'Installed'),
('el', 'ab__am.addon.version_info', '<b>Release date</b>: [date]<br><b>Compatibility</b>:<br>CS-Cart: [ultimate]<br>Multivendor: [multivendor]'),
('el', 'ab__am.addons', 'AB: List of available sets/add-ons'),
('el', 'ab__am.addons_sets.notes', '<h4>Basic concepts</h4><p><u>The installed version</u> is the version of the add-on, that is currently installed on your store.</p><p><u>The available version</u> is the latest version of the add-on, that is available for you to install and/or update within the prepaid subscription for updates. For example, for the add-on there are versions v2.0 from February 15, 2019 and v2.1 from March 2, 2019 and your subscription to the add-on updates ended on March 1, 2019, then the latest available version for you will be version v2.0 from 15 February 2019. To receive version v2.1 of March 2, 2019, it is necessary to renew the subscription period.</p><p><u>The actual version</u> is the latest version of the add-on at the moment. We recommend you always update to the actual version, which contains fixed bugs and new useful functionality.</p><p><u>The add-on is not available for your store</u> — it is possible, the version of your CS-Cart does not correspond to the minimum acceptable version for the add-on. For example, the YoupiTheme is available only for CS-Cart 4.7.x and more.</p><br><h4>Installation process</h4><p>The installation of the add-on has never been so simple as it is now. After purchasing AlexBranding add-ons and installing <b>AB: Add-ons Manager</b> you can install the latest version of the add-on in one click, without any visits to the personal cabinet in the store, order search, downloading of archives, etc.</p><br><h4>Upgrade process</h4><p>Add-ons updating goes via CS-Cart <b>Upgrade Center</b>. If there is no update available in the CS-Cart Upgrade Center, the update is performed by Deinstallation the old version of the add-on and Installing the new version</p><br><h4>Cache</h4><p>After installing and/or updating, you must reset CS-Cart cache. See CS-Cart <a target=\'_blank\' href=\'https://docs.cs-cart.com/4.7.x/developer_guide/getting_started/cache_clearing.html\'>documentation</a> for more details.</p>'),
('el', 'ab__am.available_addons', 'List of available AB: Add-ons'),
('el', 'ab__am.available_sets', 'List of available AB: Sets'),
('el', 'ab__am.filter', 'Filter ([active] from [total])'),
('el', 'ab__am.go_to_all_stores', 'AB: Add-ons are available only in the <a href=\'[link]\'>All stores</a> mode.'),
('el', 'ab__am.install.checking', '[name] — <b>checking</b>'),
('el', 'ab__am.install.clearing_cache', 'Clearing cache'),
('el', 'ab__am.install.downloading', '[name] — <b>downloading</b>'),
('el', 'ab__am.install.install', 'The installation process'),
('el', 'ab__am.install.installing', '[name] — <b>installing</b>'),
('el', 'ab__am.install.update', 'The update process'),
('el', 'ab__am.menu.available_update', 'Update available'),
('el', 'ab__am.menu.available_updates', 'Updates available'),
('el', 'ab__am.menu.new_version', 'v[ver]'),
('el', 'ab__am.menu.number_of_notifications', 'Number of notifications'),
('el', 'ab__am.menu.number_of_updates', 'Number of updates'),
('el', 'ab__am.msg.addon_is_already_installed', 'You have already installed the add-on <b>[name]</b> the latest version <b>[version]</b>'),
('el', 'ab__am.msg.addon_is_already_installed_upd', 'You have already installed the add-on <b>[name]</b> the latest version <b>[version]</b>, you can perform the add-on update to version <b>[version_last]</b>'),
('el', 'ab__am.msg.error_code', 'Error Code'),
('el', 'ab__am.msg.no_permissions', 'No write permission'),
('el', 'ab__am.msg.update_am', 'To install and/or update our add-ons, you should update AB: Add-ons Manager to the latest version <b>v[ver]</b>!'),
('el', 'ab__am.note', 'More info'),
('el', 'ab__am.notifications', 'List of notifications from AlexBranding'),
('el', 'ab__am.notifications.notes', 'In this section you will find information about our news and promotions. Regularly we will inform you about the releases of our new solutions, discounts or closed promotions, available only for you.'),
('el', 'ab__am.no_data', 'To use AlexBranding add-ons and/or sets, your domain <b>[domain]</b> must be licensed.<br>In the case of absence of the domain <b>[domain]</b> in the list of licensed domains, all AlexBranding solutions will be automatically turned off. <br>Contact <b>info@alexbranding.com</b> for problem solving.'),
('el', 'ab__am.no_data.notification', 'Due to the fact, that your domain [domain] is not included in the list of licensed, some AlexBranding add-ons have been automatically turned off. <a href=\'[link]\'>More info</a>.'),
('el', 'ab__am.order', '(Order #[order_id])'),
('el', 'ab__am.our_store', 'AlexBranding\'s store'),
('el', 'ab__am.set.available_updates', 'New versions are available: [n]'),
('el', 'ab__am.set.button_buy_updates.text', 'Renew your subscription to the set'),
('el', 'ab__am.set.button_buy_updates.tooltip', 'Update subscription expired [date]. Renew the subscription for the latest updates'),
('el', 'ab__am.set.set', 'Set name'),
('el', 'ab__am.set.subscription_updates', 'Updates are available until [date]'),
('el', 'ab__am.submit.install.text', 'Install version v[ver]'),
('el', 'ab__am.submit.tooltip', 'Keep in mind that before installing/updating all files of this add-on will be deleted, including your changes in this add-on. If you have any files - be sure to save them. [update_info]'),
('el', 'ab__am.submit.tooltip.update_info', 'Be sure to remember add-on settings to restore them after the update if they are'),
('el', 'ab__am.submit.update.text', 'Update to version v[ver]'),
('el', 'ab__am.submit.update.tooltip', ''),
('el', 'ab__am.subscription', 'Subscribe to our channels to be the first<br>to know about new releases and promotions!'),
('el', 'ab__am.subscription.channels.variant.email.href', 'https://cs-cart.alexbranding.com/en/subscription-en.html'),
('el', 'ab__am.subscription.channels.variant.email.title', 'Email'),
('el', 'ab__am.subscription.channels.variant.facebook.href', 'https://fb.me/AlexBrandingEn'),
('el', 'ab__am.subscription.channels.variant.facebook.title', 'Facebook'),
('el', 'ab__am.subscription.channels.variant.instagram.href', 'https://www.instagram.com/alexbrandingteam/'),
('el', 'ab__am.subscription.channels.variant.instagram.title', 'Instagram'),
('el', 'ab__am.subscription.channels.variant.telegram.href', 'https://t.me/alexbranding_en'),
('el', 'ab__am.subscription.channels.variant.telegram.title', 'Telegram'),
('el', 'ab__am.subscription.channels.variant.twitter.href', 'https://twitter.com/alexbranding_en'),
('el', 'ab__am.subscription.channels.variant.twitter.title', 'Twitter'),
('el', 'ab__am.subscription.channels.variant.whatsapp.href', 'https://chat.whatsapp.com/GzW9eZjXH6YL2b0d9gitvk'),
('el', 'ab__am.subscription.channels.variant.whatsapp.title', 'WhatsApp'),
('el', 'ab__am.subscription.channels.variant.youtube.href', 'https://www.youtube.com/channel/UCTkiV2DqPqQaLOyWZzBFjaA'),
('el', 'ab__am.subscription.channels.variant.youtube.title', 'Youtube'),
('el', 'ab__category_banners', 'AB: Banners for categories'),
('el', 'ab__category_banners.add', 'Add banner for category'),
('el', 'ab__category_banners.adding', 'Adding banner for category'),
('el', 'ab__category_banners.demodata', 'Demo data'),
('el', 'ab__category_banners.editing', 'Editing banner for category'),
('el', 'ab__category_banners.export', 'Data export'),
('el', 'ab__category_banners.help', 'Help'),
('el', 'ab__category_banners.manage', 'Banners management'),
('el', 'ab__cb.autoinstall.banners_created', 'Demo category banners [banners] is created successfully'),
('el', 'ab__cb.autoinstall.banners_not_created', 'Failed to create demo category banners'),
('el', 'ab__cb.autoinstall.no_category', 'Available category not found'),
('el', 'ab__cb.autoinstall.no_demodata', 'File with demo data is missing'),
('el', 'ab__cb.banner_position', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
('el', 'ab__cb.cat_banner', 'banner for category'),
('el', 'ab__cb.cron_links', '<p>For an automatic switching off of expired banners - use one of these links:<b/r><br/><code>[cron_cmd]</code><br/>or<br/><code>[cron_url]</code></p>'),
('el', 'ab__cb.datatime', 'date/time'),
('el', 'ab__cb.demodata.table.action', 'Action'),
('el', 'ab__cb.demodata.table.add_banners', 'Add banners'),
('el', 'ab__cb.demodata.table.description', 'Demo data'),
('el', 'ab__cb.demodata_description', 'Demo data can be downloaded on this page'),
('el', 'ab__cb.errors.cron_key', '<p>Warning! The value <code>[value]</code> of the setting <code>Cron key</code> doesn\'t meet the safety requirements</p>'),
('el', 'ab__cb.export.actions.banners', 'Banners export'),
('el', 'ab__cb.export.actions.banners.placeholder', 'Banners ID'),
('el', 'ab__cb.export.table.action', 'Action'),
('el', 'ab__cb.export.table.data', 'Data for export'),
('el', 'ab__cb.export.table.description', 'Data export'),
('el', 'ab__cb.export_description', 'Addon data can be exported on this page'),
('el', 'ab__cb.form.friday', 'Friday'),
('el', 'ab__cb.form.from_date', 'Active from date/time'),
('el', 'ab__cb.form.grid_image', 'Images for an output as a grid'),
('el', 'ab__cb.form.include_subcategories', 'Show in subcategories'),
('el', 'ab__cb.form.list_image', 'Images for an output as a list without options'),
('el', 'ab__cb.form.monday', 'Monday'),
('el', 'ab__cb.form.m_turn_off', 'Switch off selected'),
('el', 'ab__cb.form.m_turn_on', 'Switch on selected'),
('el', 'ab__cb.form.position', 'Position'),
('el', 'ab__cb.form.saturday', 'Saturday'),
('el', 'ab__cb.form.sunday', 'Sunday'),
('el', 'ab__cb.form.target_blank', 'Open banner link in a new window'),
('el', 'ab__cb.form.thursday', 'Thursday'),
('el', 'ab__cb.form.to_date', 'Active to date/time'),
('el', 'ab__cb.form.tuesday', 'Tuesday'),
('el', 'ab__cb.form.url', 'Link'),
('el', 'ab__cb.form.wednesday', 'Wednesday'),
('el', 'ab__cb.help.cron.title', 'Automatic switching off of expired banners'),
('el', 'ab__cb.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__category_banners.doc\'>documentation</a>.'),
('el', 'ab__cb.settings', 'General settings'),
('el', 'ab__cb.set_from_and_to', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('el', 'ab__cb.upgrade_notifications.2.0.0.text', 'Banners behavier has been changed. The output of several banners at the same time is allowed. They will be displayed in random order at the specified positions. Check the settings and change the position of the banners if necessary.'),
('el', 'ab__cb.upgrade_notifications.2.0.0.title', 'Multiple banners output'),
('el', 'ab__deal_of_the_day', 'AB: Product of the day and extended promotions'),
('el', 'ab__deal_of_the_day_title_product', 'Promotions'),
('el', 'ab__dotd.add_promotions', 'Add promotions'),
('el', 'ab__dotd.add_promotions_and_close', 'Add promotions and close'),
('el', 'ab__dotd.all_promotions', 'Also in promotions'),
('el', 'ab__dotd.all_promotions.title', 'View all promotions for this product'),
('el', 'ab__dotd.all_promotions_list', 'All promotions list'),
('el', 'ab__dotd.autoinstall.no_demodata', 'File with demo data is missing'),
('el', 'ab__dotd.autoinstall.promotions_created', 'Demo promotions [promotions] is created successfully'),
('el', 'ab__dotd.autoinstall.promotions_not_created', 'Failed to create demo promotions'),
('el', 'ab__dotd.block.priority', 'Priority'),
('el', 'ab__dotd.chains_list.title', 'Products combinations'),
('el', 'ab__dotd.choose_promotion', 'Choose promotion'),
('el', 'ab__dotd.clear_filter', 'Clear filter'),
('el', 'ab__dotd.counter.days', 'days'),
('el', 'ab__dotd.counter.hours', 'hours'),
('el', 'ab__dotd.counter.minutes', 'minutes'),
('el', 'ab__dotd.counter.months', 'months'),
('el', 'ab__dotd.counter.seconds', 'seconds'),
('el', 'ab__dotd.counter.years', 'years'),
('el', 'ab__dotd.days_left', '<span>[n]</span> day left|<span>[n]</span> days left'),
('el', 'ab__dotd.days_to_start', '<span>[n]</span> day to start|<span>[n]</span> days to start'),
('el', 'ab__dotd.demodata', 'Demo data'),
('el', 'ab__dotd.demodata.table.action', 'Action'),
('el', 'ab__dotd.demodata.table.add_promotions', 'Adding promotions'),
('el', 'ab__dotd.demodata.table.description', 'Demo data'),
('el', 'ab__dotd.demodata_description', 'Installing demo data page'),
('el', 'ab__dotd.detailed', 'Promotion details'),
('el', 'ab__dotd.error.use_schedule_is_on', 'When using the \"AB: Promotion schedule\" available period changes are not available'),
('el', 'ab__dotd.form.filter', 'Use filter by category'),
('el', 'ab__dotd.form.h1', 'h1 tag'),
('el', 'ab__dotd.form.hide_products_block', 'Hide products block'),
('el', 'ab__dotd.form.list_image', 'Image for promotions list'),
('el', 'ab__dotd.form.meta_description', 'Meta tag <code>description</code>'),
('el', 'ab__dotd.form.meta_keywords', 'Meta tag <code>keywords</code>'),
('el', 'ab__dotd.form.page_image', 'Image for promotion page'),
('el', 'ab__dotd.form.page_title', 'Page title'),
('el', 'ab__dotd.form.use_products_filter', 'Use filter by products'),
('el', 'ab__dotd.form.use_schedule', 'Use schedule'),
('el', 'ab__dotd.form.use_schedule.tooltip', 'If you activate this option, the standard promotion setting \"Use available period\" will be disabled and the promotion activity will be determined by the Schedule that you can set in this tab interface. Conversely, if you disable this setting, the standard option \"Use available period\" will controls the activity of the promotion.'),
('el', 'ab__dotd.from', 'from'),
('el', 'ab__dotd.get_more_combinations', 'Show more [n] combination|Show more [n] combinations'),
('el', 'ab__dotd.help', 'Help'),
('el', 'ab__dotd.layouts', 'Layouts'),
('el', 'ab__dotd.layouts.choose_layout_to_reset', 'Choose layout to reset'),
('el', 'ab__dotd.layouts.header', 'There are displaying all layout pages, added by the addon, on this page. You can reset pages in any layout to the default state. Also you can download xml-file of a layout page and import it manually.'),
('el', 'ab__dotd.layouts.layout_is_not_found', 'Layout is not found'),
('el', 'ab__dotd.layouts.layout_was_reset', 'Layout was reset'),
('el', 'ab__dotd.layouts.table.action', 'Action'),
('el', 'ab__dotd.layouts.table.dispatch', 'Dispatch'),
('el', 'ab__dotd.layouts.table.dispatch_description', 'Type of the layout page'),
('el', 'ab__dotd.layouts.table.get_file', 'Get file'),
('el', 'ab__dotd.layouts.table.layouts', 'Layouts'),
('el', 'ab__dotd.less', 'Less'),
('el', 'ab__dotd.more', 'More'),
('el', 'ab__dotd.page_action_period', 'Promotion period:'),
('el', 'ab__dotd.promotion_awaited', 'Promotion is awaiting'),
('el', 'ab__dotd.promotion_expired', 'Promotion is ended'),
('el', 'ab__dotd.schedule.table_header', 'Time and Date'),
('el', 'ab__dotd.settings', 'General settings'),
('el', 'ab__dotd.showed_combinations', 'Shown [n] from [total]'),
('el', 'ab__dotd.sort.created', 'by creation date'),
('el', 'ab__dotd.sort.name', 'by name'),
('el', 'ab__dotd.sort.priority', 'by priority'),
('el', 'ab__dotd.sort.to_date', 'by ending date'),
('el', 'ab__dotd.tab.ab__dotd_schedule_header', 'Use the time range selection for each day of each month to specify the promotion activity period. When setting the schedule, refer to that left mouse button - select, right mouse button - unselect'),
('el', 'ab__dotd.to', 'to'),
('el', 'ab__dotd.today_only', 'Only today'),
('el', 'ab__dotd_awaited_promotions', 'Awaiting promotions'),
('el', 'ab__dotd_expired_promotions', 'Ended promotions'),
('el', 'ab__dotd_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__deal_of_the_day.doc\'>documentation</a>'),
('el', 'ab__dotd_product_label', 'Promotion'),
('el', 'ab__dotd_schedule', 'AB: Promotion schedule'),
('el', 'ab__dotd_scroller', 'Promotions scroller'),
('el', 'ab__dotd_sorted_promotions', 'Active promotions'),
('el', 'ab__dotd_time_awaited_left', 'To start promotion remains'),
('el', 'ab__dotd_time_left', 'To end of promotions remains'),
('el', 'ab__fast_navigation', 'AB: Fast navigation'),
('el', 'ab__fast_navigation.demodata', 'Demo data'),
('el', 'ab__fast_navigation.export', 'Export'),
('el', 'ab__fast_navigation.help', 'Help'),
('el', 'ab__fast_navigation.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__fast_navigation.doc\'>documentation</a>.'),
('el', 'ab__fn.category.label', 'Label text'),
('el', 'ab__fn.category.label.show', 'Show label'),
('el', 'ab__fn.category.label.show.tooltip', 'Display label for this language'),
('el', 'ab__fn.category.label_background', 'Label background color'),
('el', 'ab__fn.category.label_color', 'Label text color'),
('el', 'ab__fn.category.status', 'Allow displaying in AB: Fast navigation'),
('el', 'ab__fn.category.status.tooltip', 'Activate an option for editing the AB: Fast navigation block element'),
('el', 'ab__fn.category.use_origin_image', 'Use images originals'),
('el', 'ab__fn.category.use_origin_image.tooltip', 'When the option is enabled — uploaded originals will be used \"as is\"(recommend using small size images). Images sizes are set in the block settings on layouts page'),
('el', 'ab__fn.common_btn_text.tooltip', 'Allows to set button text. If leave empty — text \"BUTTON\" will be represented by default'),
('el', 'ab__fn.demodata.actions.export_menu', 'Menu'),
('el', 'ab__fn.demodata.actions.export_menu.placeholder', 'Menu ID'),
('el', 'ab__fn.demodata.errors.file_broken', 'File [file_path] does not exist or was broken'),
('el', 'ab__fn.demodata.success.menu_created', 'Demo menu <a target=\"_blank\" href=\"[href]\">[name]</a> is added'),
('el', 'ab__fn.demodata.table.action', 'Action'),
('el', 'ab__fn.demodata.table.add_menu', 'Add the menu'),
('el', 'ab__fn.demodata.table.description', 'Demo data'),
('el', 'ab__fn.demodata_description', 'Fast demo data creation for addon'),
('el', 'ab__fn.export.table.action', 'Action'),
('el', 'ab__fn.export.table.data', 'Data for export'),
('el', 'ab__fn.export.table.description', 'The export data'),
('el', 'ab__fn.export_description', 'Fast menu export for the addon AB: Fast navigation'),
('el', 'ab__fn.front.button.defult_text', 'Button'),
('el', 'ab__fn.menu.icon', 'Icon'),
('el', 'ab__fn.menu.label', 'Label text'),
('el', 'ab__fn.menu.label.show', 'Show label'),
('el', 'ab__fn.menu.label.show.tooltip', 'Display label for this language'),
('el', 'ab__fn.menu.label_background', 'Label background color'),
('el', 'ab__fn.menu.label_color', 'Label text color'),
('el', 'ab__fn.menu.status', 'Allow displaying in AB: Fast navigation'),
('el', 'ab__fn.menu.status.tooltip', 'Activate an option for editing the AB: Fast navigation block element'),
('el', 'ab__fn.menu.use_origin_image', 'Use images originals'),
('el', 'ab__fn.menu.use_origin_image.tooltip', 'When the option is enabled — uploaded originals will be used \"as is\"(recommend using small size images). Images sizes are set in the block settings on layouts page'),
('el', 'ab__fn.more', 'All from the section'),
('el', 'ab__fn.show_more', 'Show more [x] of [y]'),
('el', 'ab__fn_add_link', 'Add a link on \"All from the section\"'),
('el', 'ab__fn_add_link.tooltip', 'The link will have the URL of the parent element'),
('el', 'ab__fn_cbt_as_btn', 'Button'),
('el', 'ab__fn_cbt_as_txt', 'Text'),
('el', 'ab__fn_common_btn_class', '\"General link\" additional class'),
('el', 'ab__fn_common_btn_class.tooltip', 'List of classes that will be added to the link (space-separated)'),
('el', 'ab__fn_common_btn_text', '\"General link\" button text'),
('el', 'ab__fn_common_btn_type', 'Appearance of the \"General link\" button'),
('el', 'ab__fn_common_btn_type.tooltip', 'Choose the button representation on the storefront'),
('el', 'ab__fn_display_type', 'Display type'),
('el', 'ab__fn_grid', 'Grid'),
('el', 'ab__fn_icon_width', 'Icon width, px'),
('el', 'ab__fn_init_scrollbar', 'Enable scroll progress bar for the first level'),
('el', 'ab__fn_init_second_level_scroll', 'Enable scroller for the second level'),
('el', 'ab__fn_number_of_columns', 'Number of columns in the list'),
('el', 'ab__fn_number_of_columns.tooltip', 'Number of columns for screens'),
('el', 'ab__fn_number_of_columns_desktop', 'Number of columns in the list (Desktop)'),
('el', 'ab__fn_number_of_columns_desktop.tooltip', 'Number of columns for screens > 1230px'),
('el', 'ab__fn_number_of_columns_desktop_small', 'Number of columns in the list (Notebook)'),
('el', 'ab__fn_number_of_columns_desktop_small.tooltip', 'Number of columns for screens 992px - 1229px'),
('el', 'ab__fn_number_of_columns_mobile', 'Number of columns in the list (Phone)'),
('el', 'ab__fn_number_of_columns_mobile.tooltip', 'Number of columns for screens < 575px'),
('el', 'ab__fn_number_of_columns_tablet', 'Number of columns in the list (Tablet)'),
('el', 'ab__fn_number_of_columns_tablet.tooltip', 'Number of columns for screens 768px - 991px'),
('el', 'ab__fn_number_of_columns_tablet_small', 'Number of columns in the list (Phablet)'),
('el', 'ab__fn_number_of_columns_tablet_small.tooltip', 'Number of columns for screens 576px - 767px');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('el', 'ab__fn_one_level', 'Single-level navigation'),
('el', 'ab__fn_scroller', 'Scroller'),
('el', 'ab__fn_show_common_btn', 'Show \"General link\" button'),
('el', 'ab__fn_show_common_btn.tooltip', 'A \"General link\" with assigned URL will be displayed under a block'),
('el', 'ab__fn_show_common_btn_link', '\"General link\" URL'),
('el', 'ab__fn_show_common_btn_link.tooltip', 'Destination URL. Can be an external link, a link inside the store or a dispatcher'),
('el', 'ab__fn_two_level', 'Two-level navigation'),
('el', 'ab__hide_product_description', 'AB: Hide the part of the content up to a certain height'),
('el', 'ab__landing_categories', 'AB: Landing categories/pages'),
('el', 'ab__lc.add_menu.added_new_menu', 'The new Menu is created'),
('el', 'ab__lc.add_menu.used_existing_menu', 'The existing Menu is used'),
('el', 'ab__lc.breadcrumb_catalog', 'Catalog'),
('el', 'ab__lc.catalog.icon', 'Category mini-icon'),
('el', 'ab__lc.catalog.image_control', 'Way of displaying icon'),
('el', 'ab__lc.catalog.image_control.left', 'Display the category mini-icon to the left of the name'),
('el', 'ab__lc.catalog.image_control.none', 'Don\'t display'),
('el', 'ab__lc.catalog.image_control.top', 'Display the category image on top of the name'),
('el', 'ab__lc.catalog.show_more', 'More'),
('el', 'ab__lc.category.list', 'Landing categories list'),
('el', 'ab__lc.category.list.tooltip', 'To correctly display the hierarchy of categories, the parent categories for the landing categories will be displayed, even if they are not landing categories!'),
('el', 'ab__lc.control_subcategory_structure', 'AB: Management of the displayed structure of landing category/page'),
('el', 'ab__lc.control_subcategory_structure.add_menu', 'Add and/or associate Menu'),
('el', 'ab__lc.control_subcategory_structure.add_menu.added_new_menu', 'The Menu has been successfully created and is associated with the current category!'),
('el', 'ab__lc.control_subcategory_structure.add_menu.info', 'The landing category menu is created only if necessary, as the menu is searched for by code <code>ABLC-xxx</code>, where <code>xxx</code> — category_id'),
('el', 'ab__lc.control_subcategory_structure.add_menu.info.multiplestore', 'Before creating the Menu — select <b>Store</b>'),
('el', 'ab__lc.control_subcategory_structure.add_menu.used_existing_menu', 'The Menu already existed and was associated with the current category!'),
('el', 'ab__lc.control_subcategory_structure.how_to_use_menu', 'Using of menu items'),
('el', 'ab__lc.control_subcategory_structure.how_to_use_menu.append', 'Add menu items in the end of a structure of the subcategories'),
('el', 'ab__lc.control_subcategory_structure.how_to_use_menu.not_to_use', 'Not to use'),
('el', 'ab__lc.control_subcategory_structure.how_to_use_menu.prepend', 'Add menu items in the beginning of a structure of the subcategories'),
('el', 'ab__lc.control_subcategory_structure.how_to_use_menu.replace', 'Replace the current sub-categories structure with the menu items'),
('el', 'ab__lc.control_subcategory_structure.inherit_control', 'To inherit management'),
('el', 'ab__lc.control_subcategory_structure.menu_id', 'Menu ID'),
('el', 'ab__lc.demodata', 'Demo data'),
('el', 'ab__lc.demodata.actions.export_category', 'Categories'),
('el', 'ab__lc.demodata.actions.export_category.placeholder', 'Categories ID'),
('el', 'ab__lc.demodata.success.category', '<a href=\"[href]\" target=\"_blank\">Demo category</a> was installed successfully'),
('el', 'ab__lc.demodata.table.action', 'Action'),
('el', 'ab__lc.demodata.table.add_category', 'Add a category'),
('el', 'ab__lc.demodata.table.description', 'Demo data'),
('el', 'ab__lc.demodata_description', 'The page of quick creation of a demo category for demonstration of operating of the addon'),
('el', 'ab__lc.export', 'Export'),
('el', 'ab__lc.export.description', 'The page of quick creation of the exports of the functional'),
('el', 'ab__lc.export.table.action', 'Action'),
('el', 'ab__lc.export.table.data', 'Data for export'),
('el', 'ab__lc.export.table.description', 'The exported data'),
('el', 'ab__lc.help', 'Help'),
('el', 'ab__lc.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__landing_categories.doc\'>documentation</a>.'),
('el', 'ab__lc.landing_category.landing', 'Use category as a landing page'),
('el', 'ab__lc.landing_category.show_more', 'More'),
('el', 'ab__lc.landing_category.subsubcategories', 'Amount of sub-subcategories'),
('el', 'ab__lc.settings', 'General settings'),
('el', 'ab__lc_catalog', 'AB: Catalog'),
('el', 'ab__lc_landing_category', 'AB: Landing category/page'),
('el', 'ab__mb.admin.categories_update.description', 'There is a <a href=\"[href]\" target=\"_blank\">list of motivational elements</a> that will be displayed for products in this category.<br/>Please note that <span title=\"[text]\" class=\"cm-tooltip\" style=\"color: red\">other conditions</span> may be used due to which these motivational elements will not be displayed for products of this category'),
('el', 'ab__mb.admin.categories_update.description.tooltip', 'The conditions for displaying motivational elements depend on:<ul><li>Terms for categories</li><li>Terms for destinations</li></ul>See <a href=\'[href]\' title=\'Documentation\' target=\'_blank\'>the documentation</a> for more details'),
('el', 'ab__mb.admin.categories_update.description.tooltip.link', 'https://docs.cs-cart.abt.team/en/ab__motivation_block.doc/#p-946'),
('el', 'ab__mb.class_copied', 'The class is copied in a clipboard'),
('el', 'ab__mb.demodata.description', 'On this page, you can quickly create a demo data for the motivation block'),
('el', 'ab__mb.demodata.errors.no_data', 'It seems the \"data.json\" file was deleted'),
('el', 'ab__mb.demodata.successes.blocks', 'Motivational elements [blocks] were successfully created'),
('el', 'ab__mb.demodata.table.add_blocks', 'Add demo data into the motivation block'),
('el', 'ab__mb.demodata.table.description', 'Demo data type'),
('el', 'ab__mb.description', 'Custom content (HTML/Smarty)'),
('el', 'ab__mb.destinations', 'Rate areas'),
('el', 'ab__mb.destinations.add_destinations', 'Add rate areas'),
('el', 'ab__mb.destinations.add_destinations_and_close', 'Add rate areas and close'),
('el', 'ab__mb.destinations.text_all_destinations_included', 'All rate areas are included'),
('el', 'ab__mb.editing_motivation_item', 'Editing motivational element'),
('el', 'ab__mb.errors.disabled_option_choosen', 'Invalid value for \"[field]\" field'),
('el', 'ab__mb.exclude.categories', 'Active for'),
('el', 'ab__mb.exclude.categories.tooltip', 'Choose how to use objects selected by picker'),
('el', 'ab__mb.exclude.destinations', 'Active for'),
('el', 'ab__mb.exclude.destinations.tooltip', 'Choose how to use objects selected by picker'),
('el', 'ab__mb.exclude.exclude', 'all not in the list'),
('el', 'ab__mb.exclude.exclude.full_text', 'Active for all not in the list'),
('el', 'ab__mb.exclude.not_exclude', 'all in the list'),
('el', 'ab__mb.exclude.not_exclude.full_text', 'Active for all in the list'),
('el', 'ab__mb.go_to', 'Go to page of'),
('el', 'ab__mb.go_to.destinations_manage', 'Go to page of destinations management'),
('el', 'ab__mb.go_to.mb_manage', 'Go to page of motivational elements management'),
('el', 'ab__mb.icons.class', 'Icon class'),
('el', 'ab__mb.icons.class.tooltip', 'A value which needs to be used in the field \"Icon class\" in motivation block settings'),
('el', 'ab__mb.icons.info', 'On this page, you can find the available icons list'),
('el', 'ab__mb.icons.refresh', 'Refresh icons'),
('el', 'ab__mb.icons.refreshed_successfully', 'Icons have been updated successfully'),
('el', 'ab__mb.icons.tygh_icons', 'Icons list by default'),
('el', 'ab__mb.icons.yt_icons', 'List of icons added by AB: YoupiTheme'),
('el', 'ab__mb.icon_class', 'Icon class'),
('el', 'ab__mb.icon_color', 'Icon color'),
('el', 'ab__mb.icon_type', 'Icon type'),
('el', 'ab__mb.new_motivation_item', 'New motivational element'),
('el', 'ab__mb.not_display_on', 'Do not display on'),
('el', 'ab__mb.only_for.vertical_tabs.tooltip', 'This setting only works if the \"Vertical tabs\" display option is selected in the add-on settings'),
('el', 'ab__mb.products.also_in_categories', 'This product also participates in category|This product also participates in categories'),
('el', 'ab__mb.settings', 'General settings'),
('el', 'ab__mb.set_default_value', 'Restore by default'),
('el', 'ab__mb.templates_settings.brand_feature_id', '\"Brand\" feature ID'),
('el', 'ab__mb.templates_settings.brand_feature_id.tooltip', 'This setting will be used to form a filter link in the product category'),
('el', 'ab__mb.templates_settings.max_tags_count', 'Maximum tags count'),
('el', 'ab__mb.template_path.search.ignore_this_field', 'Ignore this field'),
('el', 'ab__mb.template_path.search.ignore_this_field.tooltip', 'When choosing this option - the \"Template\" field of the motivational element will not be taken into account when sampling'),
('el', 'ab__mb.template_path.templates.categories_list', 'Product categories list'),
('el', 'ab__mb.template_path.templates.categories_list.tooltip', 'The template displays a list of all categories in which the product is involved. It is available if there is at least one category in the store (except for the \"Trash category\")'),
('el', 'ab__mb.template_path.templates.geo_maps', 'Shipping information'),
('el', 'ab__mb.template_path.templates.geo_maps.tooltip', 'The template displays information about the cost of delivery of products. Available when the \"Maps and Geolocation\" add-on is active. Information will be shown only with active setting \"Show shipping cost and time on product pages\" for \"Maps and Geolocation\" add-on. The standard information output provided by CS-Cart by default will be blocked'),
('el', 'ab__mb.template_path.templates.payment_methods', 'Payment methods information'),
('el', 'ab__mb.template_path.templates.payment_methods.tooltip', 'The template displays information about the available payment methods'),
('el', 'ab__mb.template_path.templates.tags_list', 'Product tags list'),
('el', 'ab__mb.template_path.templates.tags_list.tooltip', 'The template displays a list of all tags assigned to the product. Available when the \"Tags\" add-on is active. Be sure to create and assigned tags for products'),
('el', 'ab__mb.template_path.templates.warning', 'The standard information output provided by CS-Cart by default will be blocked'),
('el', 'ab__mb.template_path.tooltip', 'Choose a way to fill content of motivational element'),
('el', 'ab__mb.template_path.variants.custom', 'Custom content (HTML/Smarty)'),
('el', 'ab__mb.update_help.tip_1', 'To fill the content of motivational elements, you can use all the variables declared on the Smarty product page, for example:<br/><hr>Array <code>{$product}</code> - information about the current product;<br/><hr>Massive <code>{$currencies}</code> - currency information;<br/><hr>Array <code>{$user_info}</code> - information about the user (note that if the client is not authorized, the array will be empty);<br/><hr>Array <code>{$settings}</code> - an array of store settings.'),
('el', 'ab__mb.update_help.title', 'Additional info for content managing'),
('el', 'ab__mb.upgrade_notifications.2.0.0.added_new_settings.text', 'Please note that new settings have been added to the add-on settings.'),
('el', 'ab__mb.upgrade_notifications.2.0.0.added_new_settings.title', 'Added new settings'),
('el', 'ab__mb.upgrade_notifications.2.0.0.added_templates.text', 'Please note that in the settings of the motivational element, the \"Template\" field was added that defines the way the content of the motivational element is filled.'),
('el', 'ab__mb.upgrade_notifications.2.0.0.added_templates.title', 'A new way of filling motivational elements has been added.'),
('el', 'ab__mb.upgrade_notifications.2.1.0.added_template.text', 'Please note that a new version of the template has been added to fill the content of the motivational element'),
('el', 'ab__mb.upgrade_notifications.2.1.0.added_template.title', 'Added a new template \"Information about payment methods\"'),
('el', 'ab__mb.upgrade_notifications.2.1.0.regenerate_data.text', 'If you use old demo-data of the add-on (or your data is based on old demo-data), then you need to regenerate the demo-data'),
('el', 'ab__mb.upgrade_notifications.2.1.0.regenerate_data.title', 'Regenerate demo-data'),
('el', 'ab__mb.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the add-on in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/ab__motivation_block.doc#p-929\">List of releases</a>.'),
('el', 'ab__mb.upgrade_notifications.title', 'AB: Motivation block was successfully updated to v[ver]!'),
('el', 'ab__mb.vendor.motivation_item.template_choosen', 'For this motivational element, the type of filling using the template is seted. <br>You can contact the store administrator to create another motivational element with the filling type \"Custom content (HTML/Smarty)\"'),
('el', 'ab__mb_all_destinations', 'All rate areas'),
('el', 'ab__mb_bg_color', 'Block color'),
('el', 'ab__mb_expanded', 'Set the disclosure element by default'),
('el', 'ab__mb_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__motivation_block.doc\'>documentation</a>.'),
('el', 'ab__mb_icon_class.tooltip', 'The complete available icons list can be found on the page<a href=\"[link]\">Administration panel -> AB: Add-ons -> AB: Motivation block -> Available icons</a>'),
('el', 'ab__mb_icon_type.icon', 'Icon'),
('el', 'ab__mb_icon_type.img', 'Image'),
('el', 'ab__mb_icon_type.nothing', 'No icon'),
('el', 'ab__mb_vendor_edit', 'Allow vendor editing'),
('el', 'ab__motivation_block', 'AB: Motivation block'),
('el', 'ab__motivation_block.breadcrumbs.manage', 'AB: Motivation block: Data management'),
('el', 'ab__motivation_block.demodata', 'Demo data'),
('el', 'ab__motivation_block.help', 'Help'),
('el', 'ab__motivation_block.icons', 'Available icons'),
('el', 'ab__motivation_block.manage', 'Data management'),
('el', 'ab__promotions_list', 'AB: Promotions list'),
('el', 'ab__promotions_view', 'AB: Promotion page'),
('el', 'ab__promotion_main_data', 'Promotion header'),
('el', 'ab__scroll_to_top', 'AB: \"Scroll to top\" button'),
('el', 'ab__scroll_to_top.arrow', 'Arrow'),
('el', 'ab__scroll_to_top.help', 'Help'),
('el', 'ab__scroll_to_top.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__scroll_to_top.doc\'>documentation</a>.'),
('el', 'ab__search_motivation', 'AB: Search motivation'),
('el', 'ab__search_motivation.default_search_phrases', 'Search expressions by default'),
('el', 'ab__search_motivation.help', 'Help'),
('el', 'ab__search_motivation.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__search_motivation.doc\'>the documentation</a>.'),
('el', 'ab__search_motivation.manage', 'Search expressions by default'),
('el', 'ab__search_motivation.search_phrases', 'Search expressions'),
('el', 'ab__show_additional_product_images', 'Show additional products images'),
('el', 'ab__sm.demo_phrases.0', 'Try our search'),
('el', 'ab__sm.demo_phrases.1', 'Enter the product name here'),
('el', 'ab__sm.demo_phrases.2', 'For example, iphone X'),
('el', 'ab__sm.demo_phrases.added', 'Added search motivation expressions'),
('el', 'ab__sm.settings', 'General settings'),
('el', 'ab__smc', 'AB: Hide the part of the content up to a certain height'),
('el', 'ab__smc.help', 'Help'),
('el', 'ab__smc.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__hide_product_description.doc\'>documentation</a>.'),
('el', 'ab__smc.less', 'Less'),
('el', 'ab__smc.more', 'More'),
('el', 'ab__smc.product_tabs.height', 'Displaying height, px'),
('el', 'ab__smc.product_tabs.height.tooltip', 'The value will set own height of the content display in px'),
('el', 'ab__smc.product_tabs.hide_content', 'Hide the content'),
('el', 'ab__smc.product_tabs.hide_content.less', 'Button text for hiding content'),
('el', 'ab__smc.product_tabs.hide_content.more', 'Button text for showing more content'),
('el', 'ab__smc.product_tabs.override', 'Redefine height for the tab'),
('el', 'ab__smc.product_tabs.override.tooltip', 'The value of the height of content will undertake from settings of the tab'),
('el', 'ab__smc.product_tabs.tab_description', '\"AB: Hide the part of the content up to a certain height\" addon settings'),
('el', 'ab__smc.settings', 'General settings'),
('el', 'ab__stt.color', 'Value of the icon attribute <b>color</b>'),
('el', 'ab__stt.only_integer', 'Only integers'),
('el', 'ab__stt.settings', 'General settings'),
('el', 'ab__ut2.autoinstall.demodata', 'Added demo data (new banners, menus and blog pages)'),
('el', 'ab__ut2.autoinstall.theme', 'Installed theme AB: UniTheme2'),
('el', 'ab__vg.exim.remove_videos', 'Clear up'),
('el', 'ab__vg.exim.remove_videos.text', 'When importing the existing videos of the updated product will be removed'),
('el', 'ab__vg.form.description', 'Description'),
('el', 'ab__vg.form.icon', 'Icon'),
('el', 'ab__vg.form.icon_type', 'Icon type'),
('el', 'ab__vg.form.icon_type.icon', 'Manual icon'),
('el', 'ab__vg.form.icon_type.snapshot', 'Video snapshot'),
('el', 'ab__vg.form.pos', 'Pos.'),
('el', 'ab__vg.form.product_settings', 'Settings'),
('el', 'ab__vg.form.product_videos', 'Video'),
('el', 'ab__vg.form.replace_image', 'Set video as the default product image'),
('el', 'ab__vg.form.status', 'Status'),
('el', 'ab__vg.form.title', 'Video title'),
('el', 'ab__vg.form.youtube_id', 'YouTube video ID'),
('el', 'ab__vg.form.youtube_id.tooltip', 'For example, for video \"https://www.youtube.com/watch?v=-boKk8uhmcY\", video ID is <code>-boKk8uhmcY</code>'),
('el', 'ab__vg.settings', 'General settings'),
('el', 'ab__vg_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__video_gallery.doc\'>documentation</a>.'),
('el', 'ab__video_gallery', 'AB: Video gallery of the product'),
('el', 'ab__video_gallery.help', 'Help'),
('el', 'ab__video_gallery_title_product', 'Video gallery'),
('el', 'accept', 'Αποδοχή'),
('el', 'accept_products', 'Αποδοχή προϊόντων'),
('el', 'access_denied', 'Μη επιτρεπόμενη είσοδος'),
('el', 'access_denied_text', 'Δεν έχετε τα δικαιώματα για να εισέρθετε στην σελίδα'),
('el', 'access_for_authorized_customers_only', 'Access for authorized customers only.'),
('el', 'access_restrictions', 'Περιορισμοί πρόσβασης'),
('el', 'account', 'Λογαριασμός'),
('el', 'account_name', 'Όνομα λογαριασμού'),
('el', 'account_number', 'Αριθμός Λογαριασμού'),
('el', 'account_type', 'Είδος λογαριασμού'),
('el', 'acquirerid', 'ID Αγοραστή'),
('el', 'action', 'Ενέργεια'),
('el', 'actions', 'Ενέργειες'),
('el', 'activate', 'Ενεργοποίηση'),
('el', 'activate_menu_tab_for', 'Ενεργοποίηση menu tab για'),
('el', 'activate_selected', 'Ενεργοποίηση επιλεγμένων'),
('el', 'activate_skrill_merchant_tools', 'Ενεργοποίηση εργαλείου Skrill Merchant'),
('el', 'activation_key', 'Κλειδί ενεργοποίησης'),
('el', 'activation_link', 'Σύνδεσμος ενεργοποίησης'),
('el', 'activation_mode', 'Λειτουργία ενεργοποίησης'),
('el', 'active', 'Ενεργό'),
('el', 'active_categories', 'Ενεργες Κατηγορίες'),
('el', 'active_preset', 'Ενεργό preset'),
('el', 'active_products', 'Ενεργά Προϊόντα'),
('el', 'active_promotions', 'Ενεργές προσφορές'),
('el', 'active_style', 'Ενεργό Στυλ'),
('el', 'act_on_behalf', 'Ενέργειες εξ ονόματος'),
('el', 'add', 'Προσθήκη'),
('el', 'added', 'προστέθηκε'),
('el', 'adding_block_to_grid', 'Προσθήκη block σε grid'),
('el', 'adding_grid', 'Προσθήκη grid'),
('el', 'additional_data', 'Πρόσθετα δεδομένα'),
('el', 'additional_images', 'Προσθήκη εικόνων'),
('el', 'additional_options', 'Πρόσθετες ρυθμίσεις'),
('el', 'additional_parameter_not_correct', 'Οι πρόσθετοι παράμετροι είναι εσφαλμένη'),
('el', 'additional_popup_larger_image', 'Μεγάλες εικόνες σε popup για τις αντίστοιχες μικρογραφίες τους'),
('el', 'additional_storefront_license_required', 'Απαιτείται επιπλέον [product] κατάστημα'),
('el', 'additional_thumbnail', 'Επιπλέον μικρογραφίες'),
('el', 'additional__option_thumbnail', 'Πρόσθετες ρυθμίσεις μικρογραφιών'),
('el', 'addon', 'Προσθετο'),
('el', 'addons', 'Πρόσθετα'),
('el', 'addons.form_builder.email_subject_field', 'Πεδιο Θέματος E-mail'),
('el', 'addons.form_builder.form_fields', 'Πεδία φόρμας'),
('el', 'addons.form_builder.form_name', 'Όνομα φόρμας'),
('el', 'addons.form_builder.other_subject', 'Άλλο θέμα (καθορίστε παρακάτω)'),
('el', 'addons.newsletters.email_exists_in_list', 'Το <b>[email]</b> αυτό, βρίσκεται ήδη στην λίστα συνδρομητών'),
('el', 'addons.newsletters.show_on_registration_and_profile', 'Να εμφανίζεται σχετικά στην σελίδα εγγραφής και καταχώρησης προφίλ '),
('el', 'addons.paypal.3d_secure_mandatory_notice', 'Το 3-D secure ειναι υποχρεωτικο στο Ηνωμενο βασιλειο.'),
('el', 'addons.paypal.configure_live', 'Ρύθμιση παραμέτρων Live'),
('el', 'addons.paypal.configure_test', 'Ρύθμιση παραμέτρων Test'),
('el', 'addons.paypal.connecting_to_signup_server', 'Σύνδεση με <b> διακομιστή εγγραφής PayPal </ b>...'),
('el', 'addons.paypal.connect_to_paypal', 'Σύνδεση με PayPal'),
('el', 'addons.paypal.display_description', 'Προβολή Περιγραφής'),
('el', 'addons.paypal.display_name', 'Εμφανιζόμενο όνομα'),
('el', 'addons.paypal.do_not_change', 'Μην αλλάξετε'),
('el', 'addons.paypal.ipn_receiving_time', 'Χρόνος παραλαβής IPN'),
('el', 'addons.paypal.refund_message', '[amount] [currency] επεστράφησαν στις [date] και ωρα [time].'),
('el', 'addons.paypal.rma.perform_refund', 'Να γινει επιστροφη χρηματων (refund) μέσω PayPal'),
('el', 'addons.paypal.rma.refund_performed', 'Η επιστροφή (refund) έχει γίνει μέσω PayPal'),
('el', 'addons.paypal.set_status_to', 'Ορισμός:'),
('el', 'addons.paypal.signup_completed', 'Η μέθοδος πληρωμής <b>[payment]</b> έχει ρυθμιστεί με επιτυχία'),
('el', 'addons.paypal.signup_errors.merchant_credentials', 'Παρουσιάστηκε σφάλμα κατά τη λήψη παραμέτρων της Διαμόρφωσης μεθόδου πληρωμής'),
('el', 'addons.paypal.signup_errors.signup_init', 'Παρουσιάστηκε σφάλμα κατά τη σύνδεση σε έναν λογαριασμό PayPal'),
('el', 'addons.paypal.signup_messages.confirmation_needed', 'Για πρόσβαση σε πληρωμές από τους πελάτες σας, παρακαλείστε να επιβεβαιώσετε τη διεύθυνση email σας, ακολουθώντας τις οδηγίες που σας εστειλε το PayPal μέσω ηλεκτρονικού ταχυδρομείου.'),
('el', 'addons.paypal.signup_messages.finish_signup', 'Τώρα έχετε έναν λογαριασμό business PayPal, και το [product] εχει ενσωματωθεί επιτυχώς με το PayPal. <br>Μην ξεχάσετε να επιβεβαιώσετε το email σας για να ενεργοποιήσετε το λογαριασμό σας, ώστε να μπορείτε να έχετε πρόσβαση τις πληρωμές. Για να γίνει αυτό, ακολουθήστε τις οδηγίες του PayPal που θα σας σταλεί στο email σας.'),
('el', 'addons.paypal.status_for_new_orders', 'Κατάσταση της αρχικής παραγγελίας'),
('el', 'addons.paypal.status_for_new_orders.incomplete', 'Αυτό εξασφαλίζει ότι δεν θα έχετε εγκαταλελημενες απληρωτες παραγγελίες με την κατασταση <i>Άνοιχτή</i> και δεσμευμένο προϊόντα. Αλλά έως ότου φθάσει η απάντηση από το PayPal (μήνυμα IPN) ή ο πελάτης επιστρέψει στο κατάστημα μέσω ενός συνδέσμου στην ιστοσελίδα PayPal, η παραγγελία θα αναγράφεται ως <i>ημιτελής</i>, και τα προϊόντα δεν θα κρατηθούν.'),
('el', 'addons.paypal.status_for_new_orders.open', 'Από προεπιλογή, η <i>ανοιχτή</i> κατάσταση μειώνει το απόθεμα, έτσι δύο πελάτες δε θα είναι σε θέση να αγοράσουν το ίδιο προϊόν, ενώ η πληρωμή γίνεται μέσω PayPal. Αλλά εάν ο ένας πελάτης αφήσει ρον ιστότοπο του PayPal χωρίς πληρωμή ή επιστρέψει στο κατάστημα μέσω ενός συνδέσμου στην ιστοσελίδα PayPal, θα έχετε μία εγκαταλειμμένη <i>Άνοιχτή</i> παραγγελία με δεσμευμένα προϊόντα.'),
('el', 'addons.paypal.surcharge_policy_notice', 'Εχει οριστεί επιπλέον χρέωση για τη μέθοδο πληρωμής που χρησιμοποιεί τις υπηρεσίες PayPal. Παρακαλώ βεβαιωθείτε ότι αυτό είναι σύμφωνο με τη <a href=\"https://www.paypal.com/webapps/mpp/ua/legalhub-full\" target=\"_blank\"> Σύμβαση χρήστη για τις υπηρεσίες PayPal</a> για την περιοχή σας.'),
('el', 'addons.paypal.technical_details', 'Τεχνικές λεπτομέρειες'),
('el', 'addons.paypal.use_buttons_to_signup', 'Χρησιμοποιήστε αυτά τα κουμπιά για να ολοκληρώσετε τον οδηγό διαμόρφωσης'),
('el', 'addons.rss_feed.icon', 'Εικονίδιο RSS Feed'),
('el', 'addons.social_buttons.yandex_button_update_notice', '<p> Μετά από κάποιες αλλαγές στο Yandex, το κοινωνικό κουμπί Odnoklassniki έπαψε να λειτουργεί για μερικούς από τους πελάτες μας. Για να βεβαιωθείτε ότι το κουμπί λειτουργεί στο κατάστημά σας, αντιγράψτε τον ενημερωμένο κώδικα από τον ιστότοπο Yandex, επικολλήστε τον στο πεδίο <b> Yandex.Share </ b> και αποθηκεύστε τις αλλαγές σας. </p> <p> <a href=\"[GO_TO_ADDON_SETTING_LINK]\" target=\"_blank\" class=\"btn btn-large btn-primary\"> Άνοιγμα ρυθμίσεων πρόσθετου </a> <a href = \"https://tech.yandex.ru / share / \"target =\" _ blank \"class =\" btn btn-large \"> Λάβετε ενημερωμένο κώδικα από την Yandex </a> </ p>'),
('el', 'addons.social_buttons.yandex_button_update_notice_title', 'Κουμπιά κοινωνικής δικτύωσης: Ενημερώστε τον κώδικα Yandex.Share αν χρησιμοποιείτε κοινωνικά κουμπιά Yandex'),
('el', 'addons.tags.add_a_tag', 'Προσθέστε μια ετικέτα'),
('el', 'addons.vendor_plans.commission_description_absolute', '[amount] από [sum]'),
('el', 'addons.vendor_plans.commission_description_percent', '[amount]% από [sum]'),
('el', 'addons.vendor_plans.payout_for_the_plan', 'Πληρωμή για το πακέτο του πωλητη: [plan]'),
('el', 'addons_source', 'Πηγή'),
('el', 'addon_built_in', 'Ενσωματωμένο'),
('el', 'addon_files_was_copied', 'The <b>\"[addon]\"</b> add-on files has been copied successfully'),
('el', 'addon_license_key_tooltip', 'Εισάγετε το κλειδί άδειας που έχετε λάβει μέσω ηλεκτρονικού ταχυδρομείου για να λάβετε τις αναβαθμίσεις των πρόσθετων.'),
('el', 'addon_reinstall.dangerous_way', '<strong>The dangerous way:</strong> we\'ll replace all the files of the add-on with new ones, but keep all the add-on\'s data in the database intact. This can break the add-on, or might even break your store. Please don\'t use the dangerous way, unless you absolutely know what you\'re doing.'),
('el', 'addon_reinstall.dangerous_way.action', 'Χρησιμοποιήστε τον επικίνδυνο τρόπο'),
('el', 'addon_reinstall.dangerous_way.confirm', 'I know the risks and want to use the dangerous way.'),
('el', 'addon_reinstall.intro', 'Φαίνεται ότι προσπαθείτε να εγκαταστήσετε ένα πρόσθετο το οποίο έχει ήδη εγκατασταθεί. Μπορούμε να κάνουμε για εσάς με δύο τρόπους; Συνιστούμε τον ασφαλή τρόπο.'),
('el', 'addon_reinstall.safe_way', '<strong>Ο ασφαλής τρόπος:</strong> θα απεγκαταστήσουμε το παλιό πρόσθετο πρώτα, και μετά θα εγκαταστήσουμε το νέο. Το μειονέκτημα είναι ότι όλες οι ρυθμίσεις που σχετίζονται με το πρόσθετο θα χαθούν.'),
('el', 'addon_reinstall.safe_way.action', 'Χρησιμοποιήστε τον ασφαλή τρόπο'),
('el', 'addon_sql_error', 'Παρουσιάστηκε ένα σφάλμα σε ένα ερώτημα SQL κατά την εγκατάσταση του πρόσθετου. Το πρόσθετο δεν θα εγκατασταθεί.'),
('el', 'addon_third_party', 'Τρίτοι Κατασκευαστές'),
('el', 'addon_uninstall_sql_error', 'Παρουσιάστηκε ένα σφάλμα στο ερώτημα SQL κατά την απεγκατάσταση του πρόσθετου.'),
('el', 'address', 'Διεύθυνση'),
('el', 'addresses', 'Διευθύνσεις'),
('el', 'address_2', 'Διεύθυνση (Γραμμή 2)'),
('el', 'address_commercial', 'Εμπορική'),
('el', 'address_residential', 'Διεύθυνση κατοικίας'),
('el', 'address_type', 'Τύπος διεύθυνσης'),
('el', 'add_administrator', 'Προσθήκη διαχειριστή'),
('el', 'add_all_to_cart', 'Προσθήκη όλων στο καλάθι'),
('el', 'add_as_order', 'Προσθήκη ως Παραγγελία'),
('el', 'add_attachment', 'Προσθήκη συνημμένου'),
('el', 'add_autoresponder', 'Προσθήκη αυτόματων απαντήσεων'),
('el', 'add_banner', 'Προσθήκη banner'),
('el', 'add_banners', 'Προσθήκη banners'),
('el', 'add_banners_and_close', 'Προσθήκη banners και κλείσιμο'),
('el', 'add_block', 'Προσθήκη μπλοκ'),
('el', 'add_bonus', 'Προσθήκη μπόνους'),
('el', 'add_campaign', 'Προσθήκη καμπάνιας'),
('el', 'add_cart_promotion', 'Προσθήκη Προώθησης Καλαθιού'),
('el', 'add_catalog_promotion', 'Προσθήκη promotion καταλόγου'),
('el', 'add_categories', 'Προσθήκη Κατηγοριών'),
('el', 'add_categories_and_close', 'Προσθήκη Κατηγοριών και κλείσιμο'),
('el', 'add_category', 'Προσθήκη κατηγορίας'),
('el', 'add_chart', 'Προσθήκη Διαγράμματος'),
('el', 'add_combination', 'Προσθήκη συνδυασμών'),
('el', 'add_companies', 'Προσθήκη πωλητών'),
('el', 'add_companies_and_close', 'Προσθήκη πωλητων και κλείσιμο'),
('el', 'add_condition', 'Προσθήκη όρων'),
('el', 'add_credit_card', 'Προσθήκη πιστωτικής κάρτας'),
('el', 'add_currency', 'Προσθήκη Νομίσματος'),
('el', 'add_customer', 'Προσθήκη πελάτη'),
('el', 'add_datafeed', 'Προσθέστε Feed δεδομένων'),
('el', 'add_domains', 'Προσθήκη νέου ονόματος χώρου'),
('el', 'add_elements', 'Προσθήκη στοιχείων'),
('el', 'add_emails', 'Προσθήκη Διευθύνσεων e-mail'),
('el', 'add_email_snippet', 'Προσθέστε απόσπασμα'),
('el', 'add_empty_item', 'Προσθήκη Κενού Είδους'),
('el', 'add_feature', 'Προσθήκη χαρακτηριστικού'),
('el', 'add_field', 'Προσθήκη πεδίου'),
('el', 'add_file', 'Προσθήκη αρχείου'),
('el', 'add_filter', 'Προσθήκη φίλτρου'),
('el', 'add_filters', 'Προσθήκη φίλτρων'),
('el', 'add_filters_and_close', 'Προσθήκη φίλτρων και κλείσιμο'),
('el', 'add_folder', 'Προσθήκη φακέλου'),
('el', 'add_form', 'Προσθήκη φόρμας'),
('el', 'add_gift_certificate', 'Προσθήκη Δωροεπιταγής'),
('el', 'add_global_option', 'Προσθήκη Γενικών Επιλογών'),
('el', 'add_grid_block', 'Προσθήκη grid ή block'),
('el', 'add_group', 'Προσθήκη Ομάδας'),
('el', 'add_image_from_server', 'Προσθήκη εικόνας από το διακομιστή'),
('el', 'add_image_from_url', 'Προσθήκη εικόνας από URL'),
('el', 'add_ips', 'Προσθήκη νέας IP'),
('el', 'add_item', 'Προσθήκη Στοιχείου'),
('el', 'add_items', 'Προσθήκη [items]'),
('el', 'add_language', 'Προσθήκη Γλώσσας'),
('el', 'add_language_variable', 'Προσθήκη Μεταβλητών Γλώσσας'),
('el', 'add_layout', 'Προσθήκη Διάταξης (layout)'),
('el', 'add_link', 'Προσθήκη Συνδέσμου'),
('el', 'add_localization', 'Προσθήκη Εντοπισμού'),
('el', 'add_location', 'Προσθήκη Τόπου'),
('el', 'add_mailing_lists', 'Προσθήκη λίστα διευθύνσεων e-mail'),
('el', 'add_menu', 'Προσθήκη Menu'),
('el', 'add_new', 'Προσθήκη Νέου'),
('el', 'add_newsletter', 'Προσθήκη newsletter'),
('el', 'add_new_datafeed', 'Νέα Feed δεδομένων'),
('el', 'add_new_field', 'Προσθήκη νέου πεδίου'),
('el', 'add_new_order', 'Προσθήκη νέας παραγελίας'),
('el', 'add_new_variant', 'Προσθήκη νέας παραλλαγής'),
('el', 'add_nf_warning', 'É necessário anexar nota fiscal para gerar etiqueta'),
('el', 'add_option', 'Προσθήκη Επιλογής'),
('el', 'add_order', 'Προσθήκη Παραγγελίας'),
('el', 'add_orders', 'Προσθήκη παραγγελιών'),
('el', 'add_orders_and_close', 'Προσθήκη παραγγελιών και κλείσιμο'),
('el', 'add_page', 'Προσθήκη Σελίδας'),
('el', 'add_pages', 'Προσθήκη Σελίδων'),
('el', 'add_pages_and_close', 'Προσθήκη σελίδων και κλείσιμο'),
('el', 'add_payment', 'Προσθέστε μέθοδο πληρωμής'),
('el', 'add_payout', 'Προσθήκη πληρωμών'),
('el', 'add_poll', 'Προσθήκη ψηφοφορίας'),
('el', 'add_polls', 'Προσθήκη Ψηφοφοριών'),
('el', 'add_polls_and_close', 'Προσθήκη ψηφοφοριών και κλείσιμο'),
('el', 'add_post', 'Προσθήκη δημοσιεύσεων'),
('el', 'add_product', 'Προσθήκη Προϊόντος'),
('el', 'add_products', 'Προσθήκη Προϊόντων'),
('el', 'add_products_and_close', 'Προσθήκη προϊόντων και κλείσιμο'),
('el', 'add_products_to_section', 'Προσθήκη Προϊόντος (ών) σ\'αυτήν την Ενότητα'),
('el', 'add_product_filter', 'Προσθήκη Φίλτρων Προϊόντος'),
('el', 'add_profile_fields', 'Προσθηκη Πεδίων προφίλ'),
('el', 'add_profile_fields_and_close', 'Προσθηκη Πεδίων προφίλ και κλεισιμο'),
('el', 'add_promotions', 'Προσθήκη Προσφοράς'),
('el', 'add_question', 'Προσθήκη Ερώτησης'),
('el', 'add_rate_area', 'Προσθέστε την περιοχή τιμών'),
('el', 'add_reason', 'Προσθήκη Λόγου'),
('el', 'add_recipients_from_users', 'Προσθήκη παραληπτών από χρήστες'),
('el', 'add_report', 'Προσθήκη αναφοράς'),
('el', 'add_section', 'Προσθήκη τμήματος'),
('el', 'add_selected_to_cart', 'Προσθήκη Επιλεγμένων στο Καλάθι'),
('el', 'add_shipping_method', 'Προσθήκη μεθόδου μεταφορικών'),
('el', 'add_site_map_section', 'Προσθήκη τμήματος χάρτη ισοτόπου (sitemap)'),
('el', 'add_snippet', 'Προσθέστε απόσπασμα'),
('el', 'add_state', 'Προσθήκη Νομού'),
('el', 'add_status', 'Προσθήκη κατάστασης'),
('el', 'add_storefront', 'Προσθήκη καταστήματος'),
('el', 'add_storefronts', 'Προσθηκη βιτρίνων'),
('el', 'add_storefronts_and_close', 'Προσθηκη βιτρίνων και κλεισιμο'),
('el', 'add_store_location', 'Προσθήκη τοποθεσίας καταστήματος'),
('el', 'add_subcategory', 'Προσθηκη Υποκατηγορίας'),
('el', 'add_subscriber', 'Προσθήκη συνδρομητή'),
('el', 'add_subscribers_from_users', 'Προσθήκη συνδρομητών από τις λίστες των χρηστών'),
('el', 'add_subtract_points', 'Προσθήκη/αφαίρεση πόντων'),
('el', 'add_supplier', 'Προσθήκη προμηθευτή'),
('el', 'add_tab', 'Προσθήκη tab'),
('el', 'add_table_column', 'Προσθήκη στήλης'),
('el', 'add_tag', 'Προσθήκη ετικέτας'),
('el', 'add_tax', 'Προσθήκη φόρου'),
('el', 'add_template', 'Προσθήκη template'),
('el', 'add_to_cart', 'Προσθήκη στο Καλάθι'),
('el', 'add_to_comparison_list', 'Προσθέσετε στη λίστα σύγκρισης'),
('el', 'add_to_wishlist', 'Add to Wishlist'),
('el', 'add_user', 'Προσθήκη χρήστη'),
('el', 'add_users', 'Προσθήκη χρηστών'),
('el', 'add_users_and_close', 'Προσθήκη χρηστών και κλείσιμο'),
('el', 'add_vendor', 'Προσθήκη πωλητη'),
('el', 'add_vendor_administrator', 'Προσθηκη Διαχειριστη Πωλητη'),
('el', 'add_withdrawal', 'Αίτηση ανάληψης'),
('el', 'admin2', 'Δεν μπορείτε να εκτελέσετε μια εισαγωγή σε αυτό το κατάστημα, επειδή χρησιμοποιείτε μια ληγμένη δοκιμαστική έκδοση'),
('el', 'administration', 'Διαχείριση'),
('el', 'administration_menu_structure_changed_upgrade_notification_text', '<p> <b>Οι Τοποθεσίες </ b> στο <i> Διαχείριση → Απσοστολή & φόροι </ i> μετονομάστηκε σε <b> Αξιολόγηση περιοχών </ b>. Αυτό συμβαίνει επειδή ο σκοπός των τοποθεσιών είναι να ορίσετε διαφορετικούς συντελεστές αποστολήε και φορολογικούς συντελεστές. </p> <p> Οι καταστάσεις παραγγελιών, οι καταστάσεις αποστολής και οι καταστάσεις Δωροεπιταγών βρίσκονται τώρα στο δικό τους υπο-μενού: <b> Διαχείριση → Κατάσταση. </ b> </ p>'),
('el', 'administration_menu_structure_changed_upgrade_notification_title', 'Το μενού Διαχείρισης άλλαχθηκε'),
('el', 'administration_panel', 'Πάνελ διαχείρισης'),
('el', 'administration_panel.block_manager.enable', 'Επεξεργασία δομής<br/><br/>Αλλάξτε διάφορα blocks με πληροφορίες: εμφανίστε τα, κρύψτε τα, η μετακινήστε τα όπως κρίνετε κατάλληλα.<br/>Αυτή η λειτουργία είναι διαθέσιμη μόνο για την σελίδα πληρωμής. Προσθέστε ένα προϊόν στο καλάθι και προχωρήστε στην πληρωμή για να δείτε τον editor'),
('el', 'administration_panel.live_editor.enable', 'Επεξεργασία περιεχομένου<br/><br/>Αλλάξτε τα συνδεδεμένα κείμενα και άλλα δεδομένα απευθείας στο κατάστημα, χωρίς να χρησιμοποιήσετε το panel διαχείρισης'),
('el', 'administration_panel.theme_editor.enable', 'Επεξεργασία στύλ<br/><br/>Αλλάξτε το στυλ του καταστήματος(λογότυπο, χρώμα, γραμματοσειρά και ούτως καθεξής) και δείτε τις αλλαγές όπως την ώρα που τις κάνετε'),
('el', 'administrator', 'Διαχειριστής'),
('el', 'administrators', 'Διαχειριστές'),
('el', 'administrators_menu_description', 'Λίστα των διαχειριστών του καταστήματος, εγεγραμμένοι χρήστες με λογαριασμό διαχειριστή.'),
('el', 'administrators_notified', '[count] ενημερώσεις διαχείρισης.'),
('el', 'admin_notifications', 'Ειδοποιήσεις Διαχειριστή'),
('el', 'admin_panel', 'Πάνελ διαχείρισης'),
('el', 'admin_panel.block_manager', 'Επεξεργασία layout'),
('el', 'admin_panel_will_be_blocked', 'Απέτυχε ο έλεγχος ακεραιότητας της εγκατάστασης. Η πρόσβαση στον πίνακα διαχείρισης θα αποκλείστει εντός 2 ημερών. Παρακαλώ επικοινωνήστε με την <a href=\"[href]\"> ομάδα υποστήριξης</a>'),
('el', 'admin_text_letter_footer', 'E-shop της [company_name].'),
('el', 'advanced', 'Προηγμένο'),
('el', 'advanced_companies_search', 'Advanced companies search'),
('el', 'advanced_customer_search', 'Σύνθετη αναζήτηση πελάτη'),
('el', 'advanced_import.additional_settings', 'Πρόσθετες ρυθμίσεις'),
('el', 'advanced_import.add_preset', 'Προσθέστε Προρύθμιση'),
('el', 'advanced_import.advanced_products_import', 'Προϊόντα'),
('el', 'advanced_import.cannot_detect_csv_delimiter', 'Δεν είναι δυνατή η αυτόματη ανίχνευση του διαχωριστή. Καθορίστε το σωστό οριοθετητή με χειροκίνητο τρόπο στις πρόσθετες ρυθμίσεις στην καρτέλα \"Αρχείο\".'),
('el', 'advanced_import.cant_load_file', 'Το αρχείο δεν μπορεί να φορτωθεί'),
('el', 'advanced_import.cant_load_file_for_company', 'Το αρχείο δεν μπορεί να φορτωθεί για την συγκεκριμένη εταιρία'),
('el', 'advanced_import.cant_save_preset_invalid_modifiers', 'Η προεπιλογή δεν μπορεί να αποθηκευτεί επειδή περιέχει μη έγκυρους τροποποιητές'),
('el', 'advanced_import.column_header', 'Όνομα στήλης στο εισαγόμενο αρχείο'),
('el', 'advanced_import.coming_soon', '... έρχεται σύντομα'),
('el', 'advanced_import.create_new_products_only', 'Δημιουργήστε μόνο νέα προϊόντα'),
('el', 'advanced_import.delete_additional_images', 'Διαγράψτε τις υπάρχουσες επιπλέον εικόνες'),
('el', 'advanced_import.delete_additional_images_tooltip', 'Εάν ενεργοποιήσετε αυτήν τη ρύθμιση, τότε οι υπάρχουσες πρόσθετες εικόνες των εισαγόμενων προϊόντων θα αντικατασταθούν με τις εικόνες που έχουν καθοριστεί στο αρχείο εισαγωγής (εάν δεν έχουν οριστεί εικόνες, οι παλιές εικόνες θα παραμείνουν). Αν η ρύθμιση απενεργοποιηθεί, οι νέες πρόσθετες εικόνες θα προστεθούν απλώς στις υπάρχουσες εικόνες.'),
('el', 'advanced_import.editing_preset', 'Επεξεργασία Προεπιλογή: [preset]'),
('el', 'advanced_import.example_imported_title', 'Για παράδειγμα, εδώ είναι μια τιμή στην πρώτη γραμμή του αρχείου:'),
('el', 'advanced_import.example_modified_title', 'Και εδώ φαιενται πώς θα εισαχθει αυτήν η τιμή:'),
('el', 'advanced_import.fetching_schema_failed_check_file', 'Για να μπορέσετε να εκτελέσετε την εισαγωγή, βεβαιωθείτε ότι: <ul> <li> Δημιουργήσατε την προκαθορισμένη εισαγωγή, χρησιμοποιώντας το κουμπί Δημιουργία. Αν δείτε την επιλογή \"Αποθήκευση\" αντί για \"Δημιουργία\", τότε το έχετε ήδη κάνει. </li> <li> Ορίσατε τον σωστό κόμβο στόχου XML στην καρτέλα Αρχείο και αποθηκεύσατε την προεπιλογή. </li> <li> τις εισαγόμενες πληροφορίες με τις ιδιότητες του προϊόντος στο CS-Cart στην καρτέλα \"Αντιστοίχιση πεδίων\" και την αποθήκευση της προεπιλογής. </ li> </ ul> Αν δείτε αυτό το μήνυμα, δεν έχετε ολοκληρώσει το σημείο 1 ή 2.'),
('el', 'advanced_import.fetching_schema_failed_check_target_node', 'Βεβαιωθείτε ότι το πεδίο <b>κόμβος XML στόχου</ b> συμπληρώθηκε σωστά.'),
('el', 'advanced_import.fields_mapping', 'Χαρτογράφηση Πεδίων'),
('el', 'advanced_import.fields_mapping.description', 'Αυτός ο πίνακας περιέχει τη λίστα των στηλών από το εισαγόμενο αρχείο. Για κάθε στήλη που θέλετε να εισαγάγετε, επιλέξτε μια αντίστοιχη ιδιότητα του προϊόντος στο [product]. Στη συνέχεια, ελέγξετε τι είδους δεδομένα θα εισάγονται από αυτή τη στήλη, και χρησιμοποιήστε τροποποιητές για να αλλάξετε αυτά τα δεδομένα, εάν είναι απαραίτητο. Θυμηθείτε να αποθηκεύσετε τις αλλαγές σας.'),
('el', 'advanced_import.file', 'Αρχείο'),
('el', 'advanced_import.first_line_import_value', 'Παράδειγμα εισαγόμενης τιμής'),
('el', 'advanced_import.general_settings', 'Γενικές ρυθμίσεις'),
('el', 'advanced_import.has_modifiers', 'Έχει τροποποιητές'),
('el', 'advanced_import.images_delimiter', 'Οριοθέτης εικόνες'),
('el', 'advanced_import.images_delimiter.description', 'Οριοθέτης μεταξύ εικόνων ενός προϊόντος.'),
('el', 'advanced_import.import_all', 'Εισαγάγετε όλα τα προϊόντα από το αρχείο'),
('el', 'advanced_import.import_fields', 'Εισαγωγή πεδίων'),
('el', 'advanced_import.import_file', 'Εισαγωγή αρχείου'),
('el', 'advanced_import.import_products', 'Εσαγωγή προϊόντων'),
('el', 'advanced_import.import_products_w_preset', 'Εισαγωγή προϊόντων: [preset]'),
('el', 'advanced_import.import_strategy', 'Στρατηγική εισαγωγής'),
('el', 'advanced_import.import_strategy_tooltip', 'Αν επιλέξετε \"Ενημέρωση των υπαρχόντων προϊόντων μόνο\", τα προϊόντα που δεν υπάρχουν στη βάση δεδομένων του καταστήματός σας θα παραλειφθούν κατά την εισαγωγή. <br> Εάν επιλέξετε \"Δημιουργία μόνο νέων προϊόντων\", τα προϊόντα που υπάρχουν στη βάση δεδομένων του καταστήματός σας θα παραλειφθούν κατά την εισαγωγή.'),
('el', 'advanced_import.incorrect_delimiter', 'Ο προσδιορισμένος (ή αυτόματα ανιχνευμένος) οριοθετης φαίνεται να είναι εσφαλμένος. Καθορίστε το σωστό οριοθετητη με χειροκίνητο τρόπο στις πρόσθετες ρυθμίσεις στην καρτέλα \"Αρχείο\".'),
('el', 'advanced_import.invalid_function_firs_character', 'Το όνομα τροποποιητη δεν είναι δυνατό να αρχίζει με χαρακτήρα <b>[character]</b>.'),
('el', 'advanced_import.invalid_modifier_message', 'Ο τροποποιητής <b>[modifier]</b> δεν είναι έγκυρος. [message]'),
('el', 'advanced_import.invalid_number_of_parameters_provided', 'Δηλωθηκε μη έγκυρος αριθμός παραμέτρων απο τροποποιητη: <b>[modifier]</b>: αναμενόμενος [expected_count], τελικος [actual_count].'),
('el', 'advanced_import.last_launch', 'Τελευταία εισαγωγή'),
('el', 'advanced_import.last_status', 'Κατάσταση'),
('el', 'advanced_import.last_status.F', 'Αποτυχία'),
('el', 'advanced_import.last_status.P', 'Σε εξέλιξη'),
('el', 'advanced_import.last_status.S', 'Επιτυχής'),
('el', 'advanced_import.last_status.X', '&mdash;'),
('el', 'advanced_import.missing_parameters_list_closer', 'Η αναμενόμενη <b>[closer]</b> μετά τη λίστα παραμέτρων λείπει.'),
('el', 'advanced_import.modifier', 'Τροποποιητής'),
('el', 'advanced_import.modifiers_description', 'Χρησιμοποιήσετε αυτές τις λειτουργίες στη στήλη <b>τροποποιητής</b> για να τροποποιήσει τις τιμές στα πεδία από το αρχείο που έχει εισαχθεί. Εισαγάγετε τις λειτουργίες ως εξής: <b>λειτουργία (παράμετρος, παράμετρος)</b>. Παρακαλω σημειώσετε ότι δεν υποστηρίζεται η ένθεση (nesting) συναρτήσεων.'),
('el', 'advanced_import.modifiers_list', 'Λίστα τροποποιητων'),
('el', 'advanced_import.modifiers_self_referencing_info', 'Οι περισσότερες λειτουργίες σας επιτρέπουν να χρησιμοποιείτε τα μη τροποποιημένα τιμή του πεδίου εισαγωγής χρησιμοποιώντας <b>$value</b> ως παράμετρο. Εάν υπάρχουν τυχόν εξαιρέσεις, αυτές θα αναφέρεται στηn περιγραφή της συνάρτησης'),
('el', 'advanced_import.modifier_description.case', '<b>case</b>&mdash;οι μονες παράμετροι είναι εκφράσεις και οι ακόλουθες ζυγές παράμετροι είναι αντίστοιχες τιμές. Η συνάρτηση ελέγχει τις εκφράσεις και επιστρέφει την τιμή που αντιστοιχεί στην πρώτη έκφραση που καταλήγει<i>true</i>.<ul><li>Παραδείγματα:</li><ul><li><b>case($value>100, \"Περισσότερο του 100\", $value>70, \"Περισσότερο του 70\", $value>20, \"Περισσότερο του 20\", $value>0, \"In stock\", $value=0, \"Out of stock\")</b> θα εχει σαν αποτεελμα <i>Περισσότερο του 70</i> αν η <i>$value</i> στο εισαγόμενο αρχείο είναι ένας αριθμός μεταξύ 71 και 100</li></ul><li>Σημειώσεις:<ul><li>Αυτή η λειτουργία μοιράζεται τους κανόνες έκφρασης και τις διαθέσιμες λειτουργίες με την λειτουργία <b>if</b>.</li><li>Υποστηρίζονται μόνο ζυγοι αριθμοί παραμέτρων: <b>2, 4, 6, 8</b>, κλπ.</li></ul></li></ul>'),
('el', 'advanced_import.modifier_description.concat', '<b>concat</b>&mdash;συνενώνει όλες τις παραμέτρους που παρέχονται. <ul><li>Παραδείγματα:</li><ul><li><b>concat(\'abc\', def)</b> θα οδηγήσει σε <i>abcdef</b></i></li> <li><b>concat(\'PRODUCT_\', $value, \'_CODE\')</b> θα οδηγήσει σε <i>PRODUCT_$value_CODE</i>, αλλά <b>$value</b> θα αντικατασταθεί με την τιμή του εισαγόμενου πεδίου</li></ul></ul>'),
('el', 'advanced_import.modifier_description.div', '<b>div</b>&mdash;διαιρεί την πρώτη παράμετρο με το δεύτερη.. <ul><li>Παραδείγματα:</li><ul><li><b>div(9, 3)</b> ισούται με <i>3</i></li> <li><b>div($value, 7)</b> ισούται με <i>την τιμή του εισαγόμενου πεδίου ÷ 7</i></li></ul></ul>'),
('el', 'advanced_import.modifier_description.if', '<b>if</b>&mdash;Το expressionchecks στην πρώτη παράμετρο.Εάν είναι η πρώτη παράμετρος <i>true</i>,η συνάρτηση επιστρέφει τη δεύτερη παράμετρο. Διαφορετικά, η συνάρτηση επιστρέφει την τρίτη παράμετρο.<ul><li>Παραδείγματα:</li><ul><li><b>if($value>\"0\", \"In Stock\", \"Out of stock\")</b>Θα εχει ως αποτλέσμα <i>In Stock</i> εαν <i>$value > 0</i>ειναι <i>true</i>; αλλιώς το αποτέλεσμα θα είναι <i>Out of stock</i></li></ul><li>Οι διαθέσιμες λειτουργίες για την έκφραση είναι:<ul><li><b>=</b>&mdash;ελέγχους για ισότητα: <i>if($value=100, ...)</i></li><li><b>!=</b>&mdash;ελέγχους ανισότητα: <i>if($value!=100, ...)</i></li><li><b>&gt;</b>&mdash;ελέγχει αν η πρώτη τιμή είναι μεγαλύτερη από τη δεύτερη: <i>if($value&gt;100, ...)</i></li><li><b>&lt;</b>&mdash;ελέγχει αν η πρώτη τιμή είναι μικρότερη από τη δεύτερη: <i>if($value&lt;100, ...)</i></li><li><b>&gt;=</b>&mdash;ελέγχει εάν η πρώτη τιμή είναι μεγαλύτερη ή ίση με τη δεύτερη: <i>if($value&gt;=100, ...)</i></li><li><b>&lt;=</b>&mdash;ελέγχει εάν η πρώτη τιμή είναι μικρότερη ή ίση με τη δεύτερη: <i>if($value&lt;=100, ...)</i></li></ul></li><li>Notes:<ul><li>Αν χρησιμοποιήσετε μονο (\') ή διπλό (\") quote στην πρώτη παράμετρο, βεβαιωθείτε ότι η πρώτη παράμετρος είτε περιλαμβάνεται σε εισαγωγικά ολόκληρη είτε ότι δεν υπάρχει τελική απόσπαση στη μέση της παραμέτρου. Για παράδειγμα, <i>if(\"My value\"=$value, ...)</i> δεν θα λειτουργήσει, αλλά<i>if(\"My value=$value\", ...)</i> θα λειτουργήσει.</ul></li></ul>'),
('el', 'advanced_import.modifier_description.mul', '<b>mul</b>&mdash;πολλαπλασιάζει τους αριθμούς που παρέχονται ως παράμετροι. <ul><li>Παραδείγματα:</li><ul><li><b>mul(3, 1)</b> ισούται με <i>3</i></li> <li><b>mul($value, 7)</b> ισούται με <i>την τιμή του εισαγόμενου πεδίου × 7</i></li></ul></ul>'),
('el', 'advanced_import.modifier_description.rand', '<b>rand</b>&mdash;παράγει έναν τυχαίο αριθμό από 1 έως τη μέγιστη τιμή που παρέχεται ως παράμετρος.<ul><li>Παραδείγματα:</li><ul><li><b>rand(999)</b> μπορεί να έχει ως αποτέλεσμα οποιοδήποτε αριθμό από 1 έως 999.</li></ul></ul>'),
('el', 'advanced_import.modifier_description.replace', '<b>replace</b>&mdash;αντικαθιστά όλες τις εμφανίσεις της συμβολοσειράς αναζήτησης με τη συμβολοσειρά αντικατάστασης.<br>Η σειρά των παραμέτρων είναι σημαντική: <b>replace(\'search\', \'replace\', \'subject\')</b>. <ul><li>Παραδείγματα:</li><ul><li><b>replace(\'a\', !, \"banana\")</b> θα έχει ως αποέλεσμα <i>b!n!n!</i></li> <li><b>replace(\"t-shirt\", \'T-Shirt\', $value)</b> θα αντικαταστήσει κάθε will replace κάθε εμφάνιση του <i>t-shirt</i> με <i>T-Shirt</i>σε κάθε εγγραφ\'η στη στήλη.</li></ul></ul>'),
('el', 'advanced_import.modifier_description.sub', '<b>sub</ b>&mdash; αφαιρεί τη δεύτερη παράμετρο από την πρώτη. <ul> <li> Παραδείγματα: </li> <ul> <li> <b> sub(3, 1)</ b> ισούται με <i>2</i></li> <li><b>sub($value, 7)</b> ισούται με <i>την τιμή του εισαγόμενου πεδίου- 7</i></li></ul></ul>'),
('el', 'advanced_import.modifier_description.sum', '<b> συνολο </ b> & mdash; συνοψίζει δύο αριθμούς που παρέχονται ως παράμετροι. <ul> <li> Παραδείγματα: </ li> <ul> <li> <b>sum(1, 3)</b> ισουται με <i>4</i></li> <li><b>sum(7, $value)</b> ισουται με <i>7 +την αξία του εισαγόμενου πεδίου</i></li></ul></ul>'),
('el', 'advanced_import.modifier_description.w_replace', '<b>w_replace</b>&mdash;αντικαθιστά όλες τις εμφανίσεις της συμβολοσειράς αναζήτησης με τη συμβολοσειρά αντικατάστασης χρησιμοποιώντας χαρακτήρες μπαλαντέρ.<br>Η σειρά των παραμέτρων είναι σημαντική: <b>w_replace(\'search\', \'replace\', \'subject\')</b>. \n<br> Υποστηριζόμενα μπαλαντέρ: <b>?</b>&mdash;οποιοσδήποτε μοναδικός χαρακτήρας; <b>*</b>&mdash; οποιοσδήποτε αριθμός χαρακτήρων στο τέλος της λέξης.<li>Παραδείγματα:</li><ul><li><b>w_replace(\'banan?\', bananas, banana banans bananz)</b> θα έχει ως αποτέλεσμα <i>bananas bananas bananas</i></li> <li><b>w_replace(\"ban*\", \'bananas\', banana banans bananz)</b>θα έχει επίσης ως αποτέλεσμα <i>bananas bananas bananas</i></li></ul></ul>'),
('el', 'advanced_import.modifier_number_of_parameters', 'Αριθμός παραμέτρων'),
('el', 'advanced_import.modifier_self_reference_is_unsupported', 'Αυτή η λειτουργία δεν υποστηρίζει τη χρήση μιας μη τροποποιημένης τιμής από το εισηγμενο αρχείο'),
('el', 'advanced_import.modifier_title', 'Τροποποιητής είναι ένας κανόνας που μεταβάλλει τις τιμές σε μια στήλη'),
('el', 'advanced_import.never', 'Ποτέ'),
('el', 'advanced_import.new_preset', 'Νέα προεπιλογή'),
('el', 'advanced_import.options', 'Επιλογές'),
('el', 'advanced_import.preset_last_view', 'Προεπιλογή'),
('el', 'advanced_import.preset_not_found', 'Προρυθμιση δεν βρέθηκε'),
('el', 'advanced_import.previewing_fields_mapping', 'Προεπισκόπηση αντιστοίχισης πεδίων για την προρυθμιση: [preset]'),
('el', 'advanced_import.product_property', 'Ιδιότητα του προϊόντος σε [product]'),
('el', 'advanced_import.properties', 'Ιδιοτητες'),
('el', 'advanced_import.remove_images', 'Αφαιρέστε τη επιπλέον εικόνες'),
('el', 'advanced_import.run_import_via_cron_message', 'Μπορείτε να εκτελέσετε αυτόματα την εισαγωγή σε συγκεκριμένα χρονικά διαστήματα. Για να το κάνετε, προσθέστε την ακόλουθη εντολή στο CRON:'),
('el', 'advanced_import.show_less', 'Δείξε λιγότερα'),
('el', 'advanced_import.show_more', 'Δείξε περισσότερα'),
('el', 'advanced_import.target_node', 'κόμβος XML στόχου'),
('el', 'advanced_import.target_node.description', 'Η πλήρης διαδρομή προς τον κόμβο XML με τις πληροφορίες σχετικά με μια εισαγόμενη οντότητα. Οι κόμβοι που είναι ενσωματωμένοι στον καθορισμένο κόμβο θα χρησιμοποιηθούν ως στήλες του εισαγόμενου αρχείου. Ακολουθεί ένα παράδειγμα της διαδρομής: yml_catalog/shop/offers/offer'),
('el', 'advanced_import.test_import', 'Πραγματοποιήστε δοκιμαστική εισαγωγή'),
('el', 'advanced_import.test_import_tooltip', 'Αν ενεργοποιήσετε αυτήν τη ρύθμιση, θα γίνει επεξεργασία μόνο του πρώτου [n] προϊόντος. Εάν ενεργοποιήσετε αυτήν τη ρύθμιση, θα υποστούν επεξεργασία μόνο τα πρώτα [n] προϊόντα.'),
('el', 'advanced_import.unexpected_parameter_passed', 'Αναμενόμενο <b>[delimiter]</b> ή <b>[closer]</b> τελικο <b>[char]</b>.'),
('el', 'advanced_import.unrecognized_modifier', 'Ο τροποποιητής <b>[modifier]</b> δεν υπάρχει.'),
('el', 'advanced_import.uploading_file', 'Μεταφόρτωση του αρχείου για την προεπιλογή: [preset]'),
('el', 'advanced_import.user_upload', 'Upload χρήστη'),
('el', 'advanced_import_images', 'Εικόνες προϊόντος'),
('el', 'advanced_products_search', 'Προηγμένη Αναζήτηση προϊόντα'),
('el', 'advanced_search', 'Σύνθετη Αναζήτηση'),
('el', 'advanced_search_options', 'Επιλογές Σύνθετης Αναζήτησης'),
('el', 'advanced_storefronts_search', 'Advanced storefronts search'),
('el', 'affected_email_templates', 'Email templates που κάνουν χρηση αυτου του document'),
('el', 'after_full_payment', 'Μετά την πλήρη εξόφληση'),
('el', 'after_sum', 'Μετά το άθροισμα'),
('el', 'agent', 'Agent'),
('el', 'agent_id', 'ID Πράκτορα'),
('el', 'age_limit', 'Όριο ηλικίας'),
('el', 'age_verification', 'Επαλήθευση ηλικίας'),
('el', 'age_warning_message', 'Προειδοποιητικό μήνυμα');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('el', 'agilecrm.account_ask', 'Do not have an Agile Account. <a target=\"_blank\" href=\"https://www.agilecrm.com/pricing?utm_source=cscart	&utm_medium=website&utm_campaign=integration\" style=\"text-decoration:none;padding:5px\" class=\"btn-primary\">Create account</a> and fill the details below<br/><br/>'),
('el', 'agilecrm_btn_validate', 'Validate'),
('el', 'agile_domain', 'Agile Domain'),
('el', 'agile_rest_api_key', 'Rest API Key'),
('el', 'agreement_required', 'Απαιτείται συμφωνία'),
('el', 'all', 'Όλα'),
('el', 'allowed', 'Επιτρέπεται'),
('el', 'allowed_combinations', 'Επιτρεπόμενοι συνδυασμοί'),
('el', 'allowed_extensions', 'Επιτρεπόμενες επεκτάσεις'),
('el', 'allowed_extensions_hint', 'Αφήστε τον τομέα κενό για να επιτρέπονται οι μεταμορφώσεις όλων των τύπων αρχείων, ή εισάγετε τις επιτρεπόμενες επεκτάσεις αρχείων με κόμμα (π.χ. jpg,bmp,gif,pdf)'),
('el', 'allow_api_access', 'Ναι, επιτρέψτε σ\' αυτό το χρήστη να χρησιμοποιεί το API'),
('el', 'allow_return_registration', 'Επιτρέψτε την επιστροφή από την εγγραφή'),
('el', 'all_actions', 'Όλες οι ενέργειες'),
('el', 'all_block_types', 'Ολοι οι Τυποι Μπλοκς'),
('el', 'all_categories', 'All categories'),
('el', 'all_companies', 'Όλοι οι πωλητές'),
('el', 'all_currencies', 'Όλα τα Νομίσματα'),
('el', 'all_downloads', 'Όλες οι λήψεις'),
('el', 'all_features', 'Όλα τα χαρακτηριστικά'),
('el', 'all_filters', 'Όλα τα φίλτρα προϊόντων'),
('el', 'all_languages', 'Όλες οι Γλωσσες'),
('el', 'all_layouts', 'Ολες οι Διαταξεις'),
('el', 'all_locations', 'Όλες οι Τοποθεσιες'),
('el', 'all_pages', 'Όλες οι σελίδες'),
('el', 'all_products', 'All products'),
('el', 'all_products_have_been_updated', 'Όλα τα προϊόντα έχουν ενημερωθεί επιτυχώς.'),
('el', 'all_storefronts', 'Όλες οι βιτρίνες'),
('el', 'all_storefronts_short', 'All'),
('el', 'all_stores', 'Όλα τα καταστήματα'),
('el', 'all_vendors', 'Όλων των πωλητών'),
('el', 'all_words', 'Οποιαδήποτε από αυτές τις λέξεις'),
('el', 'also_bought', 'Αγόρασαν επίσης'),
('el', 'alternative_text', 'Εναλλακτικό κείμενο'),
('el', 'alt_text', 'Εναλλακτικό κείμενο/τίτλος'),
('el', 'always', 'Πάντα'),
('el', 'american_express', 'American Express'),
('el', 'american_express_info', 'Το CVV είναι στο μπροστινό μέρος της κάρτας κάτω από τον αριθμό της πιστωτικής κάρτας (είτε στη δεξιά είτε στην αριστερή πλευρά της πιστωτικής κάρτας).'),
('el', 'amount', 'Ποσό'),
('el', 'amount_decreased', 'Η ποσότητα έχει μειωθεί κατά'),
('el', 'amount_increased', 'Η ποσότητα έχει αυξηθεί κατά'),
('el', 'amount_type', 'Τύπος ποσότητας'),
('el', 'and', 'και'),
('el', 'anonymous', 'Ανώνυμος/η'),
('el', 'answer', 'Απάντηση'),
('el', 'answers', 'Απαντήσεις'),
('el', 'answer_text', 'Κείμενο απάντησης'),
('el', 'any', 'Οποιοδήποτε'),
('el', 'any_category', 'Οποιαδήποτε κατηγορία'),
('el', 'any_date', 'Οποιαδήποτε μέρα'),
('el', 'any_option_combinations', 'Οποιαδήποτε συνδυασμός επιλογων'),
('el', 'any_product', 'Οποιοδήποτε Προϊόν'),
('el', 'any_status', 'Οποιοδήποτε κατάσταση'),
('el', 'any_words', 'Οποιαδήποτε από αυτές τις λέξεις'),
('el', 'api', 'API'),
('el', 'apikey', 'API Key'),
('el', 'api_access', 'Πρόσβαση API'),
('el', 'api_access_for_user', 'API πρόσβαση γι αυτο το χρήστη'),
('el', 'api_access_has_been_disabled', 'Από τώρα και στο εξής, δεν μπορείτε να χρησιμοποιήσετε το API'),
('el', 'api_access_has_been_enabled', 'Είστε ελεύθεροι να χρησιμοποιούν το API τώρα'),
('el', 'api_invalid_value', 'Μη έγκυρη τιμή \'[value]\' που καθορίζεται για το [field]'),
('el', 'api_invalid_value_w_valid_list', 'Μη έγκυρη τιμή \'[value]\' που έχει καθοριστεί για [field]. Οι έγκυρες τιμές είναι: [valid_list]'),
('el', 'api_key', 'Κλειδί API'),
('el', 'api_key_not_found', 'Api key was not found'),
('el', 'api_need_correct_company_id', 'Η εταιρία με το δεδομένο ID δε βρέθηκε'),
('el', 'api_need_id', 'ID Αντικειμένου απροσδιόριστο'),
('el', 'api_need_params', 'Λείπουν οι παράμετροι'),
('el', 'api_need_store', 'Κατάστημα απαιτείται (η παράμετρος company_id ή φορέας καταστήματος)'),
('el', 'api_not_need_id', 'Το ID δεν πρέπει να οριστεί'),
('el', 'api_no_shipping_methods_available', 'Δεν υπάρχουν διαθέσιμες μέθοδοι αποστολής'),
('el', 'api_order_couldnt_be_created', 'Δεν ήταν δυνατή η δημιουργία παραγγελίας'),
('el', 'api_partner', 'API συνεργάτη'),
('el', 'api_password', 'Κωδικός πρόσβασης API'),
('el', 'api_required_field', 'Το πεδίο [field] είναι υποχρεωτικό'),
('el', 'api_required_fields', 'Τα παρακάτω πεδία είναι υποχρεωτικά: [fields]'),
('el', 'api_shipments_not_allow_update', 'Only the tracking_number and carrier params can be updated with the setting \'Allow users to create shipments\' set'),
('el', 'api_shipments_update_not_allowed', 'Μπορούν να ενημερωθούν μόνο το tracking_number και οι παραμετροι μεταφορέα'),
('el', 'api_user', 'Χρήστης API'),
('el', 'api_wrong_user_company_relation', 'Ο χρήστης δεν υπάρχει για αυτό το κατάστημα, και ο διαμοιρασμος χρηστων μεταξύ των καταστημάτων είναι απενεργοποιημένος.'),
('el', 'appearance', 'Εξωτερική Εμφάνιση'),
('el', 'appearance_settings', 'Ρυθμίσεις εμφάνισης'),
('el', 'appearance_type', 'Τύπος Εμφάνισης'),
('el', 'application_id', 'ID εφαρμογής'),
('el', 'application_login', 'Σύνδεση εφαρμογής'),
('el', 'apply', 'Εφαρμογή'),
('el', 'apply_as_link', 'Εφαρμογή ως σύνδεσμος'),
('el', 'apply_for_vendor_account', 'Υποβολή αίτησης για λογαριασμό πωλητή'),
('el', 'apply_shipping_for_all_vendors', 'Επιτρεπεται αποστολή για όλους τους πωλητές'),
('el', 'apply_shipping_for_all_vendors_confirm', 'Η μέθοδο αποστολής θα εφαρμοστεί σε όλους τους πωλητες. Είστε βέβαιοι ότι θέλετε να συνεχίσετε;'),
('el', 'apply_tax_to_products', 'Εφαρμογή Επιλεγμέων Φόρων σε Όλα τα Προϊόντα'),
('el', 'apply_to_all_languages', 'Εφαρμογή σε όλες τις γλώσσες'),
('el', 'apply_to_products', 'Εφαρμογή στα προϊόντα'),
('el', 'approval', 'Έγκριση'),
('el', 'approve', 'Έγκριση'),
('el', 'approved', 'Εγκεκριμένα'),
('el', 'approve_selected', 'Έγκριση επιλεγμένων'),
('el', 'app_params', 'Εφαρμογή'),
('el', 'arabic', 'Αραβικά'),
('el', 'arrows', 'Βέλη'),
('el', 'asc', 'αύξ.'),
('el', 'assign_to_me', 'Ανάθεση σε μένα'),
('el', 'attachments', 'Συνημμένα'),
('el', 'attention', 'Προσοχή!'),
('el', 'audience', 'Ακροατήριο'),
('el', 'australia_post_upgrade_notification_text', '<p>Την τελευταία έκδοση του [product] έχει διαφορετικές ρυθμίσεις για το σε πραγματικό χρόνο υπολογισμού τιμων μεταφορικων, αν χρησιμοποιείτε τη DHL ως μεταφορικη</p> <p>Αν θέλετε να εμφανίσετε τις τρέχουσες τιμές αποστολής στους πελάτες σας, κάντε τα εξης:</p> <ul><li>πηγαίνετε στο διαχείριση > ΜΕΤΑΦΟΡΙΚΑ & ΦΟΡΟΙ > Τρόποι Αποστολης</li> <li>επιλέξετε τη μέθοδο αποστολής που χρησιμοποιεί τη DHL ως φορέας για τον υπολογισμό των τιμων μεταφορικων</li> <li>μεταβείτε στην καρτέλα Γενικά και στην κατάλληλη υπηρεσία αποστολής</li> <li>μεταβείτε στην καρτέλα ρύθμιση παραμέτρων και χρησιμοποιείστε το κατάλληλο αναγνωριστικό τοποθεσίας και τον κωδικό</li></ul>'),
('el', 'australia_post_upgrade_notification_title', 'Australia Post realtime shipping rate calculation changes'),
('el', 'auth.one_time_password.notification.error_password_invalid', 'Sorry, it seems that the code you\'ve entered is incorrect. It may have expired or been used already. Please check the code you\'re entering or request a new code.'),
('el', 'auth.one_time_password.notification.error_password_required', 'Please enter the code to sign in.'),
('el', 'auth.one_time_password.notification.info_password_sent', 'We\'ve sent a one-time code to [email].'),
('el', 'auth.one_time_password.popup.input_placeholder', 'Enter the code here'),
('el', 'auth.one_time_password.popup.message', 'We\'ve sent a one-time code to <strong>[email]</strong>. Please enter it below, and we\'ll sign you in without a password.'),
('el', 'auth.one_time_password.popup.resend_btn', 'Resend the code'),
('el', 'auth.one_time_password.popup.sign_in_btn', 'Sign me in'),
('el', 'auth.one_time_password.popup.title', 'Password-free sign-in'),
('el', 'authentication_failed', 'Αποτυχία ελέγχου ταυτότητας'),
('el', 'authentication_key', 'Κλειδί πιστοποίησης'),
('el', 'authentication_password', 'Κωδικός πιστοποίησης'),
('el', 'author', 'Συγγραφέας'),
('el', 'authorization', 'Εξουσιοδότηση'),
('el', 'authorize_before_order', 'Μόνο οι εγγεγραμένοι πελάτες μπορούν να τοποθετήσουν παραγγελία. Παρακαλώ συνδεθείτε στον λογαριασμό δημιουργήστε έναν καινούργιο.'),
('el', 'authorize_capture', 'Εξουσιοδότηση και δέσμευση'),
('el', 'authorize_only', 'Επιτρέπουν μόνο'),
('el', 'auth_code', 'Auth code'),
('el', 'auth_info', 'Πληροφορίες ελέγχου ταυτότητας'),
('el', 'auto', 'Αυτόματο'),
('el', 'autoresponders', 'Αυτόματες απαντήσεις'),
('el', 'auto_set_permissions_via_ftp', 'Αυτόματος Ορισμός δικαιωμάτων μέσω FTP'),
('el', 'avail', 'Διαθέσιμο'),
('el', 'availability', 'Διαθεσιμότητα'),
('el', 'available', 'Διαθέσιμο'),
('el', 'available_fields', 'Διαθέσιμα πεδία'),
('el', 'available_for_supplier', 'Διαθέσιμο για τον προμηθευτή'),
('el', 'available_for_vendor', 'Διαθέσιμο για το κατάστημα'),
('el', 'available_items', 'Διαθέσιμα στοιχεία'),
('el', 'available_languages', 'Διαθέσιμο'),
('el', 'available_since', 'Διαθέσιμο από'),
('el', 'available_upgrades', 'Διαθέσιμες αναβαθμίσεις'),
('el', 'available_views', 'Διαθέσιμες Προβολές'),
('el', 'avail_from', 'Διαθέσιμο από'),
('el', 'avail_till', 'Διαθέσιμο μέχρι'),
('el', 'average', 'Μέσος όρος'),
('el', 'avs', 'AVS'),
('el', 'awaiting', 'Εν αναμονή'),
('el', 'awaiting_approval', 'Αναμονή έγκρισης'),
('el', 'backend_google_auth.errors.not_configured', 'Παρακαλώ ρυθμίστε το πρόσθετο πρώτα'),
('el', 'backend_google_auth.login_page.btn', 'Συνδεθείτε μέσω λογαριασμού Google'),
('el', 'backend_google_auth.login_page.help', 'Παρακαλώ επιλέξτε τον λογαριασμό email που είχατε ορίσει για τον λογαριασμό διαχειριστή σας.'),
('el', 'backend_google_auth.settings.authorized_redirect_uris', 'Τα εξουσιοδοτημένα από εσάς URI ανακατεύθυνσης:'),
('el', 'backend_google_auth.settings.create_new_application', 'Για να αποκτήσετε client ID και secret κωδικό πρόσβασης, δημιουργήστε μία νέα εφαρμογή στον λογαριασμό Google APIs.'),
('el', 'backend_google_auth.settings.learn_more_about', 'Μάθετε περισσότερα σχετικά με το Google APIs'),
('el', 'backend_google_auth.settings.provide_your_credentials', 'Παρακαλώ εισάγετε τα διαπιστευτήρια από το Google API'),
('el', 'backend_google_auth.settings.save_and_check_btn', 'Αποθηκεύστε και δοκιμάστε να συνδεθείτε'),
('el', 'backend_google_auth.settings.warning', 'Από την στιγμή που θα έχετε ενεργοποιήσει αυτό το πρόσθετο, μόνο διαχειριστές που έχουν λογαριασμό Gmail, θα μπορούν να συνδεθούν στο πάνελ διαχείρισης. Αν υπάρχουν διαχειριστές οι οποίοι έχουν δηλωμένο μη gmail λογαριασμό, μην ενεργοποιήσετε αυτό το πρόσθετο, γιατί σε διαφορετική περίπτωση οι διαχειριστές με email το οποίο δεν είναι gmail, δεν θα μπορούν να συνδεθούν.'),
('el', 'backend_google_auth.user_not_found', 'Ο χρήστης</strong> [user]<strong>δεν βρέθηκε'),
('el', 'backend_google_auth.warnings.only_gmail_address_is_available_to_auth', 'To πρόσθετο \"Σύνδεση στο Back-End με Google\" έχει ενεργοποιηθεί. Μόνο οι διαχειριστές με διευθύνσεις ηλεκτρονικού ταχυδρομείου τύπου Gmail θα μπορούν να συνδεθούν.'),
('el', 'backtrace', 'Πίσω'),
('el', 'backup', 'Αντίγραφα ασφαλείας (backup)'),
('el', 'backupping_data', 'Backup δεδομένων για'),
('el', 'backupping_schema', 'Backupping schema for'),
('el', 'backup_data', 'Backup των Δεδομένων της Βάσης'),
('el', 'backup_filename', 'Όνομα Αρχείου Backup'),
('el', 'backup_files', 'Backup Αρχείων'),
('el', 'backup_options', 'Επιλογές backup'),
('el', 'backup_restore', 'Δημιουργία αντιγράφων ασφαλείας/επαναφορά'),
('el', 'backup_schema', 'Αντίγραφα ασφαλείας βάσης δεδομένων'),
('el', 'back_in_stock_notification_footer', 'Καλώς ήλθατε στην αγορά!'),
('el', 'back_in_stock_notification_header', 'Σας ενημερώνουμε ότι τα παρακάτω αντικείμενα είναι και πάλι διαθέσιμα στο κατάστημα μας:'),
('el', 'balance', 'Υπόλοιπο'),
('el', 'balance_account', 'Υπόλοιπο Λογαριασμού'),
('el', 'balance_carried_forward', 'Μεταφερθέν υπόλοιπο'),
('el', 'bank', 'Τράπεζα'),
('el', 'bank_cic', 'Groupe CIC'),
('el', 'bank_cm', 'Credit Mutuel'),
('el', 'bank_obc', 'OBC'),
('el', 'bank_routing_number', 'Αριθμός τραπέζης δρομολόγησης'),
('el', 'banner', 'Banner'),
('el', 'banners', 'Banners'),
('el', 'banners.editing_banner', 'Επεξεργασία banner'),
('el', 'banners.new_banner', 'Νέο banner'),
('el', 'banners_menu_description', 'Δημιουργήστε banner γραφικών ή κειμένου που μπορούν να τοποθετηθούν στην αρχική του καταστήματος.'),
('el', 'banner_code', 'Κωδικός banner'),
('el', 'banner_code_for_some_products', 'Κωδικός banner για κάποια προϊόντα'),
('el', 'banner_details_notes', 'Αφού δημιουργήσετε ένα Banner εδώ, πρέπει να χρησιμοποιήσετε το <strong>πρόγραμμα επεξεργασίας διάταξης</strong>για να το προσθέσετε στο κατάστημα. <br /> <br /> Πηγαίνετε στο <a href=\"[layouts_href]\" target=\"_blank\">Σχεδιασμός→ Διάταξη</a>, μεταβείτε στη θέση όπου θέλετε να εμφανιστεί το Banner, και προσθέσετε ένα νέο μπλοκ με τύπο <strong>Banner</strong>. <br /> <br /> Στις ρυθμίσεις αυτού του Μπλοκ, μεταβείτε στην καρτέλα \"<strong>Περιεχόμενο</strong>\", επιλέξτε την πλήρωση <strong>Χειροκίνητα</strong>, και κάντε κλικ στο κουμπί <strong>Προσθήκη Banner</strong>. <br /> <br /> θα δείτε την λίστα με όλα τα Banners στο κατάστημά σας. Διαλέξτε αυτά που χρειάζεστε και κάντε κλικ στο κουμπί <strong>Προσθήκη Banner και κλείσιμο</strong>. <br /> <br /> Τέλος, κάντε κλικ στο κουμπί <strong>Δημιουργία</strong> για να αποθηκεύσετε τις αλλαγές σας.'),
('el', 'banner_type.abt__ut2', 'AB: UniTheme2: Advanced banner'),
('el', 'bar', 'Μπάρα'),
('el', 'base', 'Βάση'),
('el', 'baseurl', 'Base URL'),
('el', 'base_currency', 'Βάση'),
('el', 'base_currency_not_deleted', 'Το νόμισμα δεν μπορεί να διαγραφεί γιατί είναι το βασικό νόμισμα στο κατάστημα.'),
('el', 'base_price', 'Βασική τιμή'),
('el', 'bestsellers', 'Καλυτερα σε Πωλησεις'),
('el', 'bestselling', 'Καλύτερα σε πωλήσεις'),
('el', 'bigpicture_template', 'Η μεγάλη εικόνα'),
('el', 'biller_code', 'Κωδικός πληρωτή'),
('el', 'billing_address', 'Διεύθυνση Αποστολής Τιμολογίου'),
('el', 'billing_address_line_2', 'Χρέωση: διευθυνση (2η γραμμή)'),
('el', 'billing_city', 'Χρεωση: Πόλη'),
('el', 'billing_country', 'Χρεωση: Χώρα'),
('el', 'billing_first_name', 'Χρέωση: όνομα'),
('el', 'billing_last_name', 'Χρέωση: επιθετο'),
('el', 'billing_options', 'Τρόπος Πληρωμής'),
('el', 'billing_phone', 'Χρεέωση: Τηλεφωνο'),
('el', 'billing_shipping_address', 'Διεύθυνση Τιμολόγησης & Αποστολής'),
('el', 'billing_state', 'Χρεωση: Νομός'),
('el', 'billing_zipcode', 'Χρέωση: ΤΚ'),
('el', 'bill_to', 'Πληρωμή σε'),
('el', 'birthday', 'Γενέθλια'),
('el', 'bling', 'Bling ERP'),
('el', 'bling_integration', 'Integração com a Bling'),
('el', 'block', 'Μπλοκ'),
('el', 'blocks', 'Μπλοκς'),
('el', 'block_abt__ut2_advanced_subcategories_menu', 'AB: Advanced subcategories menu'),
('el', 'block_abt__ut2_light_menu', 'AB: Fly menu'),
('el', 'block_ab__deal_of_the_day', 'AB: Deal of the day'),
('el', 'block_ab__deal_of_the_day_description', 'Preview of the chosen promotion'),
('el', 'block_ab__fast_navigation', 'AB: Fast navigation'),
('el', 'block_ab__fast_navigation_categories', 'AB: Fast navigation by categories'),
('el', 'block_ab__fast_navigation_categories_description', 'Fast navigation block by subcategories'),
('el', 'block_ab__fast_navigation_description', 'Block with fast navigation'),
('el', 'block_ab__motivation_block', 'AB: Motivation block'),
('el', 'block_ab__motivation_block_description', 'Output additional information about the store work'),
('el', 'block_ab__multi_deal_of_the_day', 'AB: Multi Deal of the day'),
('el', 'block_ab__multi_deal_of_the_day_description', 'Display anounce of one of chosen promotions, considering to their priorities'),
('el', 'block_ab__promotions', 'AB: Promotions'),
('el', 'block_ab__promotions_description', 'Promotions list'),
('el', 'block_ab__promotion_main_data', 'AB: Promotion header'),
('el', 'block_ab__promotion_main_data_description', 'General promotion data (name, image, description etc.)'),
('el', 'block_already_exists_in_grid', 'Αυτό το block υπάρχει ήδη σε αυτό το πλέγμα'),
('el', 'block_availability_in_stores', 'Διαθεσιμότητα στα καταστήματα'),
('el', 'block_availability_in_stores_description', 'Λίστα με καταστήματα όπου μπορεί να αγορασθεί το συγκεκριμένο προϊόν'),
('el', 'block_banners', 'Banners'),
('el', 'block_banners_description', ' banner oπτικό και banner κείμενου'),
('el', 'block_blog', 'Πρόσφατες δημοσιεύσεις'),
('el', 'block_breadcrumbs', 'Breadcrumbs'),
('el', 'block_breadcrumbs_description', 'Breadcrumbs Πλοήγησης'),
('el', 'block_call_request', 'Τηλεφωνική Παραγγγελία'),
('el', 'block_call_request_description', 'Αποθήκευση τηλεφώνου και φόρμας αίτησης κλήσης'),
('el', 'block_cart_content', 'Περιεχόμενο καλαθιού'),
('el', 'block_cart_content_description', 'Περιεχόμενο τρεχοντος Καλαθιού'),
('el', 'block_categories', 'Κατηγορίες'),
('el', 'block_categories_description', 'Δενδρα Κατηγοριων'),
('el', 'block_checkout', 'Ταμείο'),
('el', 'block_checkout_description', 'Πληροφορίες τρέχουσας Παραγγελίας'),
('el', 'block_closest_vendors', 'Πλησιέστεροι πωλητες'),
('el', 'block_closest_vendors_description', 'Πωλητές από την πόλη του πελάτη'),
('el', 'block_content', 'Περιεχόμενο μπλοκ'),
('el', 'block_currencies', 'Νομίσματα'),
('el', 'block_currencies_description', 'Επιλογέας Νομίσματος'),
('el', 'block_disabled', 'Το μπλοκ έχει απενεργοποιηθεί για αυτήν την τοποθεσία'),
('el', 'block_enabled', 'Το μπλοκ έχει ενεργοποιηθεί για αυτήν την τοποθεσία'),
('el', 'block_et_category_banner', 'ET - Category banners'),
('el', 'block_et_cta', 'ET - Call to action'),
('el', 'block_et_eib', 'ET - Extra info block'),
('el', 'block_et_featured_product_banner_tabs', 'ET - Featured product banner tabs'),
('el', 'block_et_featured_vendors', 'ET - Featured vendors'),
('el', 'block_et_featured_vendors_sidebar', 'ET - Featured vendors sidebar'),
('el', 'block_et_home_banners', 'ET - Home banners'),
('el', 'block_et_home_grid', 'ET - Home grid'),
('el', 'block_et_main_menu', 'ET - Main menu'),
('el', 'block_et_menu_horizontal', 'ET - Menu (horizontal)'),
('el', 'block_et_profile_info', 'ET - Profile info'),
('el', 'block_et_search', 'ET - Search'),
('el', 'block_et_sidebar_subcategories', 'ET - Sidebar subcategories'),
('el', 'block_et_subcaegories', 'ET - Subcategories'),
('el', 'block_et_subcategories', 'ET - Subcategories'),
('el', 'block_et_top_menu', 'ET - Top menu'),
('el', 'block_et_vendor_categories', 'ET - Vendor categories'),
('el', 'block_et_vendor_contact_button', 'ET - Vendor contact button'),
('el', 'block_et_vendor_store_description', 'ET - Vendor store description'),
('el', 'block_et_vendor_store_header', 'ET - Vendor store header'),
('el', 'block_et_vendor_store_header_mobile', 'ET - Vendor store header (mobile)'),
('el', 'block_et_vendor_store_menu', 'ET - Vendor store menu'),
('el', 'block_et_vendor_store_menu_mobile', 'ET - Vendor store menu (mobile)'),
('el', 'block_geo_maps_customer_location', 'Τοποθεσία Πελάτη'),
('el', 'block_geo_maps_customer_location_description', 'Πόλη Πελάτη και Φόρμα επιλογής πόλης'),
('el', 'block_gift_certificates_verify', 'Επαλήθευση δωροεπιταγής'),
('el', 'block_gift_certificates_verify_description', 'Εισαγωγη Δωροεπιταγής και επικύρωση'),
('el', 'block_html_block', 'HTML μπλοκ'),
('el', 'block_html_block_description', 'Οποιοδηποτε HTML περιεχομενο'),
('el', 'block_ip_after', 'Να μπλοκάρετε η IP μετά από έναν αριθμό ανεπιτυχών προσπαθειών'),
('el', 'block_languages', 'Γλώσσες'),
('el', 'block_languages_description', 'Επιλογέας Γλώσσας'),
('el', 'block_lite_checkout_customer_address', 'Ταμείο: Διεύθυνση'),
('el', 'block_lite_checkout_customer_address_description', 'Πεδία Προφίλ για Διεύθυνση Πελάτη'),
('el', 'block_lite_checkout_customer_billing', 'Ταμείο: Διεύθυνση Χρέωσης'),
('el', 'block_lite_checkout_customer_billing_description', 'Πεδία για Διεύθυνση Χρέωσης'),
('el', 'block_lite_checkout_customer_information', 'Ταμείο: Πληροφορίες Πελάτη'),
('el', 'block_lite_checkout_customer_information_description', 'Πεδία προφίλ για Πληροφορίες Πελάτη'),
('el', 'block_lite_checkout_customer_notes', 'Ταμείο: Σημειώσεις'),
('el', 'block_lite_checkout_customer_notes_description', 'Σημειώσεις Πελάτη για την Παραγγελία'),
('el', 'block_lite_checkout_customer_sign_in', 'Ταμείο: Σύνδεση'),
('el', 'block_lite_checkout_customer_sign_in_description', 'Κουμπί Σύνδεσης'),
('el', 'block_lite_checkout_location', 'Ταμειο: Τοποθεσία'),
('el', 'block_lite_checkout_location_description', 'Πόλη, Νόμος και Χώρα Πελάτη'),
('el', 'block_lite_checkout_newsletters', 'Ταμείο: Newsletters'),
('el', 'block_lite_checkout_newsletters_description', 'Δυνατότητα εγγραφής για newsletters'),
('el', 'block_lite_checkout_payment_methods', 'Ταμείο: Τρόποι Πληρωμής'),
('el', 'block_lite_checkout_payment_methods_description', 'Επιλογή Τρόπου Πληρωμής'),
('el', 'block_lite_checkout_shipping_methods', 'Ταμείο: Τρόποι Αποστολής'),
('el', 'block_lite_checkout_shipping_methods_description', 'Επιλογή Τρόπου Αποστολής'),
('el', 'block_lite_checkout_terms_and_conditions', 'Ταμείο: Όροι Χρήσης'),
('el', 'block_lite_checkout_terms_and_conditions_description', 'Πεδίο επιλογής για Αποδοχή Όρων Χρήσης'),
('el', 'block_localizations', 'τοπικές προσαρμογές'),
('el', 'block_localizations_description', 'Επιλογέας Τοπικής Προσαρμογής'),
('el', 'block_location_selector', 'Τοποθεσια Πελατη'),
('el', 'block_location_selector_description', 'Εισάγετε τη διεύθυνση να αναζήτηση κατά τοποθεσία'),
('el', 'block_mailing_lists', 'Εγγραφή σε Newsletter'),
('el', 'block_mailing_lists_description', 'Πεδίο email για συνδρομή σε Newsletter'),
('el', 'block_main', 'Κυρίως'),
('el', 'block_main_description', 'Κυρίως Περιεχόμενο (loaded by controller)'),
('el', 'block_manager', 'Διαχείριση μπλοκ'),
('el', 'block_manager.add_layout_page', 'Προσθήκη διάταξης σελίδας'),
('el', 'block_manager.availability.desktop', 'Desktop'),
('el', 'block_manager.availability.phone', 'Τηλέφωνο'),
('el', 'block_manager.availability.show_on', 'Προβολη σε'),
('el', 'block_manager.availability.tablet', 'Tablet'),
('el', 'block_manager.editing_layout_page', 'Επεξεργασία διάταξης σελίδας'),
('el', 'block_manager.fixed_layout', 'Σταθερο Πλατος'),
('el', 'block_manager.fluid_layout', 'Ρευστο'),
('el', 'block_manager.forbid_changing_layout_in_css_mode', 'Δεν επιτρέπεται η αλλαγή διάταξης, όταν το θέμα μετατρέπεται σε CSS. Παρακαλώ ενεργοποιήστε τη λειτουργία LESS στο <a target=\"_blank\" href=\"[url]\"> Συντάκτη Θέματος</a>.'),
('el', 'block_manager.full_width_layout', 'πλήρες πλάτος'),
('el', 'block_manager.grid_columns', 'Στήλες Grid'),
('el', 'block_manager.layout_pages', 'Διάταξη σελίδων'),
('el', 'block_manager.layout_width', 'Πλάτος Layout'),
('el', 'block_manager.max_width', 'Μέγιστο Πλάτος'),
('el', 'block_manager.min_width', 'Ελάχιστο Πλάτος'),
('el', 'block_manager.new_layout_page', 'Νέα διάταξης σελίδα'),
('el', 'block_manager.view_layout.desktop', 'Προεπισκόπιση Desktop'),
('el', 'block_manager.view_layout.phone', 'Προεπισκόπιση τηλεφώνου'),
('el', 'block_manager.view_layout.reset_filter', 'Επεξεργασία layout'),
('el', 'block_manager.view_layout.tablet', 'Προεπισκόπιση Tablet'),
('el', 'block_manager.wrappers.lite_checkout', 'Lite checkout'),
('el', 'block_menu', 'Μενού'),
('el', 'block_menu_description', 'Διαφορετικοί τύποι μενού'),
('el', 'block_my_account', 'Ο Λογαριασμός μου'),
('el', 'block_my_account_description', 'Πρόσβαση στο προφίλ του πελάτη'),
('el', 'block_name', 'Όνομα μπλοκ'),
('el', 'block_options', 'Επιλογές Block'),
('el', 'block_order', 'Διάταξη μπλοκ'),
('el', 'block_our_brands', 'Μάρκες'),
('el', 'block_our_brands_description', 'Μάρκες των προϊόντων που παρουσιάζονται στο κατάστημα'),
('el', 'block_pages', 'Σελίδες'),
('el', 'block_pages_description', 'Σελίδες καταστήματος'),
('el', 'block_payment_methods', 'Τρόποι Πληρωμής'),
('el', 'block_payment_methods_description', 'Διαθέσιμοι Τρόποι Πληρωμής'),
('el', 'block_polls', 'Δημοσκοπήσεις'),
('el', 'block_products', 'Προϊόντα'),
('el', 'block_products_description', 'Βιτρινα Προϊόντος'),
('el', 'block_product_filters', 'Φίλτρα Προϊόντων'),
('el', 'block_product_filters_description', 'Επιλογές φιλτραρίσματος προϊόντων'),
('el', 'block_product_filters_home', 'ΦΙΛΤΡΑ ΠΡΟΪΟΝΤΩΝ για Αρχική σελίδα'),
('el', 'block_product_filters_home_description', 'Επιλογές Φίλτρων Προϊόντων, που εμφανίζονται στην αρχική σελίδα'),
('el', 'block_rees46', 'REES46'),
('el', 'block_rees46_description', 'Блок товарных рекомендаций'),
('el', 'block_rss_feed', 'RSS feed'),
('el', 'block_rss_feed_description', 'εικονίδιο RSS Feed'),
('el', 'block_search_vendors', 'Τοποθεσίες πωλητων'),
('el', 'block_search_vendors_description', 'Ψάξτε για τους πωλητές σε μια συγκεκριμένη θέση'),
('el', 'block_settings', 'Ρυθμίσεις μπλοκ'),
('el', 'block_shipping_methods', 'Τρόποι Αποστολής'),
('el', 'block_shipping_methods_description', 'Διαθέσιμοι Τρόποι Αποστολής'),
('el', 'block_smarty_block', 'HTML Μπλοκ με υποστήριξη Smarty'),
('el', 'block_smarty_block_description', 'Οποιαδηποτε HTML/Smarty περιεχομενο'),
('el', 'block_store_locator', 'Εντοπιστής καταστήματος'),
('el', 'block_store_locator_description', 'Μπλοκ Εντοπιστή Καταστηματος'),
('el', 'block_tags', 'Ετικέτες'),
('el', 'block_tags_description', 'Ετικέτες προϊόντος'),
('el', 'block_template', 'Πρότυπο'),
('el', 'block_template_description', 'Μπλοκ με ένα συγκεκριμένο πρότυπο'),
('el', 'block_testimonials', 'Μαρτυρίες'),
('el', 'block_testimonials_description', 'Μαρτυρίες χρήστη'),
('el', 'block_text', 'Κείμενο μπλοκ'),
('el', 'block_time', 'Ο χρόνος στον οποίο η IP είναι μπλοκαρισμένη'),
('el', 'block_vendors', 'Πωλητές'),
('el', 'block_vendors_map', 'Χαρτης πωλητή'),
('el', 'block_vendors_map_description', 'Ένα χάρτη με όλους τους πωλητες'),
('el', 'block_vendor_categories', 'Κατηγορίες πωλητή'),
('el', 'block_vendor_categories_description', 'Κατηγορίες προϊόντων που είναι διαθέσιμες σε έναν συγκεκριμένο πωλητη'),
('el', 'block_vendor_filters', 'Φίλτρα πωλητή'),
('el', 'block_vendor_information', 'Πληροφορίες πωλητή'),
('el', 'block_vendor_logo', 'Λογότυπο πωλητή'),
('el', 'block_vendor_plan_info', 'Πληροφορίες Σχεδιου Πωλητή'),
('el', 'block_vendor_plan_info_description', 'Εμφανίζει πληροφορίες σχετικά με το επιλεγμένο Πακετο πωλητή'),
('el', 'block_vendor_search', 'Αναζήτηση με προϊόντα του πωλητή'),
('el', 'block_width', 'Πλάτος μπλοκ'),
('el', 'block_wrapper_updated', 'Το περίβλημα του Μπλοκ  ενημερώθηκε'),
('el', 'blog', 'Blog'),
('el', 'blog.add_post', 'Προσθήκη δημοσίευση blog'),
('el', 'blog.editing_post', 'Επεξεργασία δημοσίευσης blog'),
('el', 'blog.et_featured_recent_posts_scroller', 'ET - Blog featured recent posts scroller'),
('el', 'blog.et_sidebar_latest_posts_scroller', 'ET - Blog sidebar latest posts scroller'),
('el', 'blog.new_post', 'Νέα blog δημοσίευση'),
('el', 'blog.post', 'Δημοσιεύσεις'),
('el', 'blog.posts', 'Δημοσιεύσεις'),
('el', 'blog.read_more', 'Διαβάστε περισσότερα'),
('el', 'blog.recent_posts', 'Blog: οι πρόσφατες δημοσιεύσεις'),
('el', 'blog.recent_posts_scroller', 'Blog: scroller πρόσφατων δημοσιεύσεων'),
('el', 'blog.text_links', 'Blog: Σύνδεσμοι κειμένου'),
('el', 'blog.view_post', 'Εμφάνιση δημοσίευσης'),
('el', 'blog_functionality_notes', '<p>Χρησιμοποιήστε αυτήν τη σελίδα για να διαχειριστείτε το blog σας Ετσι θα πρέπει να να οργανώσετε τα post στο blog:</p> <ul><li>To Blog είναι ενα συνηθισμένo Post που έχει μια <b>Σελίδα στο πρωτο Επίπεδο κατηγοριοποίησης</b> ως γονική σελίδα.</li> <li>Επιλέξτε <b>Blog</b> ως την γονική σελίδα για τα Post του blog σας.</li></ul>'),
('el', 'blog_menu_description', 'Διαχειριστείτε τις δημοσιευσεις στο blog σας.'),
('el', 'bm.customer_information_block.warning.email_or_phome_must_be_required', 'Οι πληροφορίες επικοινωνίας πρέπει πάντα να περιέχουν είτε την διεύθυνση ηλεκτρονικού ταχυδρομείου (email) είτε το τηλέφωνο σαν απαιτούμενο πεδίο.'),
('el', 'bm.customer_information_block.warning.field_automaticly_added', '\"[field_name]\" εχει προστεθεί σαν απαιτούμενο πεδίο με αυτόματο τρόπο.'),
('el', 'bm.customer_information_block.warning.field_marked_as_required', 'Το πεδίο \"[field_name]\" έχει επισημανθεί όπως χρειάζεται.'),
('el', 'bm_confirm', 'Εκτέλεση αυτής της δράσης θα [action] αυτό το μπλοκ σε όλες τις σελίδες του [location_name]. Θέλετε να συνεχίσετε;'),
('el', 'body', 'Κυρίως Σωμα'),
('el', 'body_html', 'Σώμα HTML'),
('el', 'bonus', 'Μπόνους'),
('el', 'bonuses', 'Μπόνους'),
('el', 'both', 'Και τα δύο'),
('el', 'bottom_panel.admin_panel', 'Πίνακας Διαχειριστή'),
('el', 'bottom_panel.build_mode', 'Επεξεργασία δομής'),
('el', 'bottom_panel.build_mode.not_available', 'Διατίθεται μόνο στη σελίδα Ταμειου. Προσθέστε ένα προϊόν στο καλάθι και μεταβείτε στο ταμείο για να δείτε πώς λειτουργεί.'),
('el', 'bottom_panel.buy_license', 'Αγοράστε Άδεια'),
('el', 'bottom_panel.change_theme', 'Αλλαγη theme'),
('el', 'bottom_panel.community_forums', 'Community forums'),
('el', 'bottom_panel.customer_help_desk', 'Επικοινωνήστε με την υποστήριξη'),
('el', 'bottom_panel.documentation', 'Τεκμηρίωση'),
('el', 'bottom_panel.download', 'Λήψη'),
('el', 'bottom_panel.edit_layout', 'Επεξεργασία layout'),
('el', 'bottom_panel.edit_menus', 'Επεξεργασία menu'),
('el', 'bottom_panel.edit_product_tabs', 'Επεξεργασία Tab Προϊόντoς'),
('el', 'bottom_panel.edit_template', 'Επεξεργασια template'),
('el', 'bottom_panel.edit_translations', 'Ενημέρωση μεταφράσεων'),
('el', 'bottom_panel.faq', 'FAQ'),
('el', 'bottom_panel.go_to_dashboard', 'Πηγαινετε στο Πινακα Ελεγχου'),
('el', 'bottom_panel.go_to_home_page', 'Πήγαινε στην αρχική σελίδα'),
('el', 'bottom_panel.help', 'Βοήθεια'),
('el', 'bottom_panel.hide_bottom_admin_panel', 'Απόκρυψη της γραμμής εργαλείων admin'),
('el', 'bottom_panel.hire_a_developers', 'Προσλάβετε έναν προγραμματιστή'),
('el', 'bottom_panel.preview_mode', 'Προεπισκόπηση'),
('el', 'bottom_panel.restore_demo', 'Αποκατασταση Demo'),
('el', 'bottom_panel.settings', 'Ρυθμίσεις'),
('el', 'bottom_panel.show_bottom_admin_panel', 'Προβολή της γραμμής εργαλείων admin'),
('el', 'bottom_panel.storefront', 'Βιτρίνα'),
('el', 'bottom_panel.text_mode', 'Επεξεργασία κειμένων'),
('el', 'bottom_panel.theme_mode', 'Επεξεργασία Στυλ'),
('el', 'bottom_panel.trial_left', 'Υπόλοιπη περίοδο δοκιμής'),
('el', 'bottom_panel.vendor_panel', 'Πίνακας Πωλητή'),
('el', 'bottom_panel.video_tutorials', 'Video tutorials'),
('el', 'bought', 'Αγοράστηκε ήδη'),
('el', 'bought_amount', 'Ποσότητα  που αγοράστηκε'),
('el', 'box_height', 'Ύψος κουτιού'),
('el', 'box_length', 'Μήκος κουτιού'),
('el', 'box_size', 'Μέγεθος κιβωτίων'),
('el', 'box_width', 'Πλάτος κουτιού'),
('el', 'brand', 'Μάρκα'),
('el', 'brand_type', 'Μάρκα/Κατασκευαστής'),
('el', 'breadcrumbs', 'Breadcrumbs'),
('el', 'broken_addon_pack', 'Λάθος δομή Πρόσθετου. Το ανεβασμένο πακέτο δε μπορεί να εγκατασταθεί'),
('el', 'broken_po_pack', 'Incorrect PO-pack structure. Δε μπορει να εγκατασταθει το ανεβασμενο πακετο.'),
('el', 'browse', 'Εξερεύνηση...'),
('el', 'browser_upgrade_notice', '<p> Διαπιστώσαμε ότι το πρόγραμμα περιήγησης που χρησιμοποιείτε δεν υποστηρίζεται πλήρως από Admin Panel μας. . Μπορείτε να προβάλετε αυτή την τοποθεσία, χρησιμοποιώντας το τρέχον πρόγραμμα περιήγησης σας, αλλά μπορεί να μην εμφανίζονται σωστά, και μπορεί να μην είστε σε θέση να χρησιμοποιήσετε πλήρως όλες τις δυνατότητες </p> <br> <p> Admin Panel αντιμετωπίζεται καλύτερα με τη χρήση των ακόλουθων προγραμμάτων περιήγησης: </p> <br> <ul> <li> & ndash? <a href=\"http://windows.microsoft.com/en-US/internet-explorer/products/ie/home\" target=\"_blank\"> Internet Explorer 9 και άνω </a> </li> <li > & ndash? <a href=\"http://www.mozilla.org/en-US/\" target=\"_blank\"> Mozilla Firefox (τελευταία έκδοση) </a> </li> <li> & ndash? href=\"https://www.google.com/intl/en/chrome/browser/\" <a target=\"_blank\"> Google Chrome (τελευταία έκδοση) </a> </li> </ul> <br > <p> Κάντε κλικ σε έναν από τους συνδέσμους για να κατεβάσετε το πρόγραμμα περιήγησης της επιλογής σας. Μόλις ολοκληρωθεί η λήψη, εγκαταστήστε το πρόγραμμα περιήγησης εκτελώντας το πρόγραμμα εγκατάστασης. </p> <br> <p> Αν δεν μπορείτε να αναβαθμίσετε το πρόγραμμα περιήγησης σας τώρα, μπορείτε να εξακολουθούν να έχουν πρόσβαση Admin Panel, αλλά μπορεί να μην είναι σε θέση να χρησιμοποιούν πλήρως όλα χαρακτηριστικά. <br> Η <a href=\"[url]\"> Συνέχεια </a> </p>'),
('el', 'browser_upgrade_notice_title', 'Ειδοποίηση αναβάθμισης προγράμματος περιήγησης'),
('el', 'browse_all_available_addons', 'Περιηγηθείτε σε όλα τα διαθέσιμα Πρόσθετα'),
('el', 'browse_all_available_themes', 'Περιηγηθείτε σε όλα τα διαθέσιμα θέματα'),
('el', 'browse_by_category', 'Browse by category'),
('el', 'bucket', 'Bucket'),
('el', 'bulk_category_addition', 'Μαζική προσθήκη κατηγορίας'),
('el', 'bulk_category_deletion_side_effects', 'Αυτό θα διαγράψει όλα τα προϊόντα της  επιλεγμένης κατηγορίας , καθώς και τις υποκατηγορίες και τα προϊόντα τους.'),
('el', 'bulk_edit.decrease_hint', 'Για να μειώσετε μια αξία καντε χρηση του «-». Παράδειγμα: -5'),
('el', 'bulk_edit.example_of_modified_value', 'Παράδειγμα τροποποιημένης τιμής'),
('el', 'bulk_edit.make_active', 'Ενεργοποίηση Προϊόντων'),
('el', 'bulk_edit.make_disabled', 'Απενεργοποίηση Προϊόντων'),
('el', 'bulk_edit.make_hidden', 'Απόκρυψη Προϊόντων'),
('el', 'bulk_edit.price_and_stock', 'Τιμή και Απόθεμα'),
('el', 'bulk_edit.some_products_were_omitted', 'Ορισμένα προϊόντα παραβλέφθηκαν επειδή η τελευταία εναπομείναντα κατηγορία δεν μπορεί να αφαιρεθεί ή να προστεθεί για ένα προϊόν.'),
('el', 'bulk_edit.some_products_were_omitted_other_storefront', 'Δεν ήταν δυνατή η επεξεργασία επιλεγμένων προϊόντων. Μερικά από τα επιλεγμένα προϊόντα ανήκουν σε άλλα καταστηματα. Αποεπιλέξτε αυτά τα προϊόντα για να μπορέσετε να επεξεργαστείτε τα υπόλοιπα προϊόντα.'),
('el', 'bulk_edit.unable_to_delete_all_categories', 'Πρέπει να επιλεγεί τουλάχιστον μία κατηγορία'),
('el', 'bulk_edit.what_do_these_checkboxes_mean', 'Τι σημαίνουν αυτά τα πλαίσια ελέγχου;'),
('el', 'bulk_edit.what_do_these_checkboxes_mean_checked', 'όλα τα επιλεγμένα προϊόντα ανήκουν στην κατηγορία αυτή ή θα ανατεθουν σε αυτή.'),
('el', 'bulk_edit.what_do_these_checkboxes_mean_indeterminate', 'ορισμένα από τα επιλεγμένα προϊόντα ανήκουν σε αυτήν την κατηγορία. δεν θα γίνουν αλλαγές.'),
('el', 'bulk_edit.what_do_these_checkboxes_mean_unchecked', 'κανένα από τα επιλεγμένα προϊόντα δεν ανήκει σε αυτήν την κατηγορία ή θα αφαιρεθεί από αυτήν.'),
('el', 'bulk_print_invoice', 'Μαζική εκτύπωση Τιμολoγίων'),
('el', 'bulk_print_packing_slip', 'Μαζική εκτύπωση Δελτίου Συσκευασίας'),
('el', 'bulk_print_pdf', 'Μαζική εκτύπωση Τιμολογίου (PDF)'),
('el', 'bulk_product_addition', 'Μαζική προσθήκη προϊόντων'),
('el', 'bundleid', 'Bundle Id'),
('el', 'button_bgcolor', 'Χρώμα φόντου κουμπιού'),
('el', 'button_text_color', 'Χρώμα κειμένου κουμπιού'),
('el', 'but_change', 'Αλλαγή'),
('el', 'buyer_name', 'Όνομα Αγοραστή'),
('el', 'buy_in_advance', 'Προαγοράστε'),
('el', 'buy_in_advance_upgrade_notification.message', '<p> Οι πελάτες μπορούν τώρα να προπαραγγείλουν προϊόντα που οι <b> Ενέργειες εκτός αποθέματος </ b>έχουν οριστεί σε <i> Αγοράστε εκ των προτέρων </i> ακόμη και όταν η ρύθμιση ειναι <b> Επιτρέπεται η αρνητική ποσότητα στο απόθεμα </ b> . Αυτήν τη στιγμή, τα ακόλουθα προϊόντα είναι διαθέσιμα για προπαραγγελια: </ p> <ul> [products_list] </ ul> <p> Αν δεν θέλετε να επιτρέψετε στους πελάτες να αγοράσουν κάποια από αυτά τα προϊόντα, ενώ δεν τα έχετε στη διάθεσή σας , επεξεργαστείτε αυτά τα προϊόντα και ορίστε <b> Ενέργειες εκτός αποθέματος </ b> σε <i> Καμία </ i>. </ p>'),
('el', 'buy_in_advance_upgrade_notification.title', 'Νέα συμπεριφορά στο \" Ενεργειες εκτος αποθεματος : αγοράσετε εκ των προτέρων»'),
('el', 'buy_license', 'Αγοράσετε μια άδεια'),
('el', 'buy_new_storefront_license', 'Αγοράστε Storefront άδεια [product]'),
('el', 'buy_now', 'Αγοράστε Τώρα'),
('el', 'buy_now_url', 'URL Αγοράστε Τώρα'),
('el', 'buy_together', 'Αγοράστε μαζί'),
('el', 'buy_together_calculation_information', 'Συνολική τιμή: [total_price], έκπτωση: [έκπτωση], Τιμή Συνδυασμού: [combination_price]'),
('el', 'buy_together_combination_cannot_be_added', 'O Συνδυασμός δεν μποροεί να προστεθεί στο καλάθι'),
('el', 'buy_together_fill_the_mandatory_fields', 'Καθορίστε τις επιλογές των προϊόντων πριν από την προσθήκη αυτού του συνδυασμού προϊόντων στο καλάθι'),
('el', 'buy_together_is_not_compatible_with_configurator', '[product_name] δε μπορεί να προστεθεί στο συνδυασμό. Το Buy together δεν ειναι συμβατο με το Product configurator add-on'),
('el', 'buy_together_is_not_compatible_with_recurring_billing', '[product_name] δε μπορεί να προστεθεί στο συνδυασμό. Το Buy together δεν ειναι συμβατο με το Recurring billing add-on'),
('el', 'buy_together_product_was_removed', 'Το [product] δεν είχε αρκετή ποσότητα ([amount]) και αφαιρέθηκε από το καλάθι'),
('el', 'by', 'από'),
('el', 'bytes', 'bytes'),
('el', 'by_fixed', 'από σταθερό ποσό'),
('el', 'by_percentage', 'Σε ποσοστό της αρχικής τιμής'),
('el', 'b_first_name_and_last_name', 'Όνομαι και Επίθετο (για χρέωση)'),
('el', 'b_fullname', 'Ονοματεπώνυμο (για χρέωση)'),
('el', 'b_last_name_and_first_name', 'Επίθετο και Όνομα (για χρέωση)'),
('el', 'C128A', 'Ο κωδικός 128 είναι υψηλής-πυκνότητας συμβόλων barcode.<br/>Χρησιμοποιείτε εκτενώς σε όλον τον κόσμο.<br/>Ο κωδικός 128 είναι σχεδιασμένος για την κωδικοποίηση 128 σε ASCII χαρακτήρες.<br/>Ο κωδικός 128-A - 0-9, A-Z, ASCII κωδικοί ελέγχου, ειδικοί χαρακτήρες.<br/>Ο κωδικός 128-B - 0-9, A-Z, a-z, ειδικοί χαρακτήρες.<br/>Ο κωδικός 128-C - 00-99 (διπλή πυκνότητα κωδικοποίησης για αριθμητικά δεδομένα μόνο).<br/>'),
('el', 'C128B', 'Ο κωδικός 128 είναι υψηλής-πυκνότητας συμβόλων barcode.<br/>Χρησιμοποιείτε εκτενώς σε όλον τον κόσμο.<br/>Ο κωδικός 128 είναι σχεδιασμένος για την κωδικοποίηση 128 σε ASCII χαρακτήρες.<br/>Ο κωδικός 128-A - 0-9, A-Z, ASCII κωδικοί ελέγχου, ειδικοί χαρακτήρες.<br/>Ο κωδικός 128-B - 0-9, A-Z, a-z, ειδικοί χαρακτήρες.<br/>Ο κωδικός 128-C - 00-99 (διπλή πυκνότητα κωδικοποίησης για αριθμητικά δεδομένα μόνο).<br/>'),
('el', 'C128C', 'Ο κωδικός 128 είναι ένας συμβολισμός barcode υψηλής πυκνότητας.<br/>.<br/>Code 128 έχει σχεδιαστεί για να κωδικοποιήσει 128 πλήρη ASCII χαρακτήρες.<br/>Code 128-A - 0-9, A-Z, ASCII control codes, special characters.<br/>Code 128-B - 0-9, A-Z, a-z, special characters.<br/>Code 128-C - 00-99 (double density encoding of numeric only data).<br/>'),
('el', 'C39', 'Γνωστή επίσης ως USS κώδικας 39, 3 απο 9.<br/>Ο Κωδικός 39 μπορεί να κωδικοποιήσει αλφαριθμητικούς χαρακτήρες.<br/>Ο συμβόλισμός χρησιμοποιείται σε περιβάλλον μη-λιανικής τιμής.<br/>Ο Κωδικός 39 είναι σχεδιασμένος για να κωδικοποιήσει 26 κεφαλαία γράμματα, 10 ψηφία και 7 ειδικούς χαρακτήρες.'),
('el', 'cache_cleared', 'Η Cache έχει καθαριστεί'),
('el', 'calculate', 'Υπολογίστε'),
('el', 'calculate_shipping_cost', 'Υπολογισμός του κόστους αποστολής'),
('el', 'calendar', 'Ημερολόγιο'),
('el', 'call_request.work_time', 'Δε-Π α 9 π.μ.-6 μ.μ.'),
('el', 'call_requests', 'Αιτήσεις κλήσεων'),
('el', 'call_requests.agreement_text_full_request_call_request_form', '<p>το όνομά σας εμφανίζεται δίπλα σε κριτική ή σχόλιο, και ειναι ορατό σε όλους. Εμείς ([company]) επίσης αποθηκεύουμε τη διεύθυνση IP σας ως μια προφύλαξη ασφαλείας, αλλά μπορει να προβληθει μόνο στο προσωπικό μας. Θα παραμείνει στο σύστημά μας μέχρι να αποσύρετε τη συγκατάθεσή σας. Αν θα θέλατε να τα προσωπικά σας δεδομένα να αφαιρεθούν, θα πρέπει να στείλετε ένα email στο [email].</p> <p>Αν πιστεύετε ότι τα προσωπικά σας δεδομένα έχουν υποστεί κατάχρηση, έχετε το δικαίωμα να υποβάλετε καταγγελία στην εποπτική αρχή (dpa. gr). Εμείς είμαστε υποχρεωμένοι από to γενικό κανονισμό προστασίας δεδομένων (GDPR) της ΕΕ να σας ενημερώσoυμε σχετικά με αυτό το δικαίωμα. Δεν σκοπεύουμε να καταχραστούμε τα δεδομένα σας.</p>'),
('el', 'call_requests.agreement_text_short_request_call_request_form', 'Συμφωνώ στην επεξεργασία των προσωπικών μου δεδομένων <u> ως εξής.</u>'),
('el', 'call_requests.awaiting_call', 'Αναμονη Κλησης'),
('el', 'call_requests.buy_now_with_one_click', 'Αγοράστε με 1-κλικ'),
('el', 'call_requests.convenient_time', 'Βολική ώρα'),
('el', 'call_requests.enter_phone_or_email_text', 'Παρακαλούμε εισάγετε το αριθμό τηλεφώνου ή το e-mail (ώστε η διευθυνσή μας να επικοινωνήσουμε μαζί σας)'),
('el', 'call_requests.error_validate_call_form', 'Παρακαλώ εισάγετε το e-mail σας ή το τηλεφωνό σας'),
('el', 'call_requests.error_validator_phone', 'Ο αριθμός τηλεφώνου στο πεδίο <b>[field]</b> δεν είναι έγκυρος.'),
('el', 'call_requests.event.request_about_product_created.name', 'Call requests: request about product created'),
('el', 'call_requests.event.request_created.name', 'Call requests: request created'),
('el', 'call_requests.notes', 'Σημειώσεις'),
('el', 'call_requests.no_name_specified', 'Δεν έχει καθοριστεί όνομα'),
('el', 'call_requests.order_exists', 'Παραγγελία υπάρχει'),
('el', 'call_requests.order_placed', 'Έχουμε λάβει το αίτημά σας! Η παραγγελία #[order_id] έχει δημιουργηθεί με επιτυχία. Η Διευθυνσή μας θα επικοινωνήσει μαζί σας σύντομα.'),
('el', 'call_requests.person_name_and_phone', 'Όνομα και τηλέφωνο'),
('el', 'call_requests.phone_from_settings', 'Τηλέφωνο, από ρυθμίσεις'),
('el', 'call_requests.requested_product', 'Ζητούμενο Προϊόν'),
('el', 'call_requests.request_call', 'Τηλεφωνικές Παραγγελίες'),
('el', 'call_requests.request_call_request_form', 'Αίτηση κλήσεων: φορμα αίτησης'),
('el', 'call_requests.request_recieved', 'Έχουμε λάβει το αίτημά σας! Η Διευθυνσή μας θα επικοινωνήσει μαζί σας σύντομα.'),
('el', 'call_requests.responsible', 'Υπεύθυνος'),
('el', 'call_requests.status.completed', 'Ολοκληρωθηκε'),
('el', 'call_requests.status.in_progress', 'Σε εξέλιξη'),
('el', 'call_requests.status.new', 'Νέα'),
('el', 'call_requests.status.no_answer', 'Καμία Απάντηση'),
('el', 'call_requests.text_buy_with_one_click_request', 'Ο πελάτης [customer] είναι <a href=\"[href]\"> εν αναμονή κλήση σας</a> στο [phone_number], σχετικά με την αγορά του προϊόντος <a href=\"[product_href]\">[product_name]</a>.'),
('el', 'call_requests.text_call_request', 'Ο Πελάτης [customer] είναι <a href=\"[href]\"> σε αναμονή κλήση σας</a> στο [phone_number].'),
('el', 'call_requests.text_call_request_call_time', 'H βολική ώρα επικοινωνίας είναι μεταξύ [time_from] και [time_to].'),
('el', 'call_requests.use_for_call_requests', 'Φόρμα Αίτησης Κλήσης και Αγορά τώρα με ένα κλικ'),
('el', 'call_requests_menu_description', 'Διαχειριστείτε τα αιτήματα κλήσεων των πελατών'),
('el', 'campaign', 'Καμπάνια'),
('el', 'campaigns', 'Καμπάνιες'),
('el', 'campaign_stats', 'Στατιστικά καμπάνιας'),
('el', 'canada_post_activation_error', 'Για να ενεργοποιήσετε τον καναδικό φορέα αποστολής, πρέπει να έχετε ενεργοποιημένη την επιλογή του καναδικού δολαρίου.'),
('el', 'canada_post_upgrade_notification_text', '<p>Την τελευταία έκδοση του [product] έχει διαφορετικές ρυθμίσεις για το σε πραγματικό χρόνο υπολογισμού τιμων μεταφορικων, αν χρησιμοποιείτε τη DHL ως μεταφορικη</p> <p>Αν θέλετε να εμφανίσετε τις τρέχουσες τιμές αποστολής στους πελάτες σας, κάντε τα εξης:</p> <ul><li>πηγαίνετε στο διαχείριση > ΜΕΤΑΦΟΡΙΚΑ & ΦΟΡΟΙ > Τρόποι Αποστολης</li> <li>επιλέξετε τη μέθοδο αποστολής που χρησιμοποιεί τη DHL ως φορέας για τον υπολογισμό των τιμων μεταφορικων</li> <li>μεταβείτε στην καρτέλα Γενικά και στην κατάλληλη υπηρεσία αποστολής</li> <li>μεταβείτε στην καρτέλα ρύθμιση παραμέτρων και χρησιμοποιείστε το κατάλληλο αναγνωριστικό τοποθεσίας και τον κωδικό</li></ul>'),
('el', 'canada_post_upgrade_notification_title', 'Canada Post realtime shipping rate calculation changes'),
('el', 'cancel', 'Ακύρωση'),
('el', 'canceled_reversal', 'Ακυρωμένη αντιστροφή'),
('el', 'cancelled', 'Ακυρώθηκε'),
('el', 'cancel_order', 'Cancelar pedido'),
('el', 'cancel_url_target', 'Ακύρωση στόχου της URL'),
('el', 'cannot_buy', 'Δεν μπορείτε να αγοράσετε το προϊόν με αυτές τις παραλλαγές επιλογής'),
('el', 'cannot_proccess_checkout', 'Το Κάλάθι σας είναι άδειο, γι\'αυτό δεν μπορείτε να συνεχίσετε στο Ταμείο'),
('el', 'cannot_proccess_checkout_without_payment_methods', 'Δεν υπάρχουν μέθοδοι πληρωμής διαθέσιμοι, έτσι δεν μπορείτε να προχωρήσετε στην πληρωμή.'),
('el', 'cannot_remove_active_theme', 'Δεν μπορείτε να καταργήσετε το ενεργό θέμα'),
('el', 'cannot_remove_theme_has_dependent_themes', 'Το θέμα δεν μπορεί να καταργηθεί, αφού τα ακόλουθα θέματα εξαρτώνται από αυτο: [dependent_themes]'),
('el', 'cannot_upload_file', 'Δεν μπορεί να φορτώσει το αρχείο'),
('el', 'cannot_write_file', 'Δεν είναι δυνατή η εγγραφή στο αρχείο <b>[file]</b>. Παρακαλούμε ελέγξτε τα δικαιώματα αρχείων και καταλόγων.'),
('el', 'cant_create_backup_file', 'Δεν μπορεί να ανέβει το αρχείο αντιγράφου ασφαλείας. Παρακαλώ ελέγξτε τα δικαιώματα για τον κατάλογο \"var/backups\" της εγκατάστασής σας.'),
('el', 'cant_find_thread', 'Το θέμα δεν βρέθηκε.'),
('el', 'cant_remove_addon_files', 'Δεν ήταν δυνατή η κατάργηση των αρχείων του πρόσθετου'),
('el', 'cant_remove_default_storefront', 'Η προεπιλεγμένη βιτρίνα <b>[url]</b> δέν μπορεί να καταργηθεί'),
('el', 'cant_save_percentage_price', 'Δεν μπορείτε να χρησιμοποιήσετε ποσοστό για την τιμή βάσης.'),
('el', 'cant_upload_file', 'Δεν ήταν δυνατή η μεταφόρτωση του αρχείου. Το πρόβλημα δεν είναι αναγκαστικά στο [product]. Εάν εμφανίζεται τακτικά, επικοινωνήστε με το διαχειριστή του διακομιστή ή την τεχνική υποστήριξη.'),
('el', 'captcha_upgrade_notification_text', '<p>Προηγουμένως θα έπρεπε να χρησιμοποιήσετε <b>ρυθμίσεις → επαλήθευση της εικόνας</b> για να ρυθμίσετε την προστασία αντι-bot. Ξεκινώντας με [product] 4.5.1, που δεν υπάρχει τμήμα από τις ρυθμίσεις. Όλες οι σχετικές ρυθμίσεις μεταφέρθηκαν σε Google πρόσθετου reCAPTCHA. Οι τιμές αυτές τις ρυθμίσεις παραμένουν ως είχαν πριν από την αναβάθμιση.</p> <p>Πρόσθετο ξαναπιάνω το Google είναι τώρα ο μόνος μηχανισμός της αντι-bot προστασίας διαθέσιμο σε [product] από προεπιλογή. Για να ορίσετε επικύρωσης αντι-bot, ακολουθήστε τα εξής βήματα:</p> <ol><li>μεταβείτε <b>πρόσθετα → Διαχείριση πρόσθετων</b>.</li> <li>Βρείτε και κάντε κλικ στο <b>Google ξαναπιάνω</b> στην λίστα των πρόσθετων.</li> <li>Ένα αναδυόμενο παράθυρο θα ανοίξει. Εισάγετε <b>κλειδί Site</b> και <b>μυστικό κωδικό</b> και, στη συνέχεια, αποθηκεύστε τις αλλαγές σας. Τις οδηγίες για το πώς να πάρει το κλειδί και το διακριτικό είναι διαθέσιμη <a href=\'https://developers.google.com/recaptcha/docs/start\' target=\'_blank\'> εδώ</a>.</li> <li>Διαμορφώσετε άλλες ρυθμίσεις του πρόσθετου, όπως βλέπετε την τακτοποίηση.</li></ol>'),
('el', 'captcha_upgrade_notification_title', 'Επαλήθευση της εικόνας αντικαταστάθηκε πλήρως από το Google reCAPTCHA'),
('el', 'capture', 'Σύλληψη'),
('el', 'card', 'Κάρτα'),
('el', 'cardholder_name', 'Όνομα Κατόχου Πιστωτικής Κάρτας'),
('el', 'card_number', 'Αριθμός Πιστωτικής Κάρτας'),
('el', 'carousel', 'Καρουσέλ'),
('el', 'carousel_swiper', 'Swiper'),
('el', 'carrier', 'Φορέας'),
('el', 'carrier_aup', 'Australia Post'),
('el', 'carrier_can', 'Canada Post'),
('el', 'carrier_dhl', 'DHL'),
('el', 'carrier_fedex', 'FedEx'),
('el', 'carrier_store_locator', 'Παραλαβή'),
('el', 'carrier_swisspost', 'Swiss Post'),
('el', 'carrier_temando', 'Temando'),
('el', 'carrier_ups', 'UPS'),
('el', 'carrier_usps', 'USPS'),
('el', 'cart', 'Στο Καλάθι'),
('el', 'cart_content', 'Περιεχόμενα στο Καλάθι'),
('el', 'cart_contents', 'Περιεχόμενα στο Καλάθι'),
('el', 'cart_info', 'Πληροφορίες καταστήματος'),
('el', 'cart_is_empty', 'Το καλάθι είναι άδειο'),
('el', 'cart_items', 'Αντικείμενα στο καλάθι'),
('el', 'cart_or_wishlist', 'Καλάθι ή λίστα αγαπημένων'),
('el', 'cart_subtotal', 'Υποσύνολο στο Καλάθι'),
('el', 'cash_on_delivery', 'Πληρωμή με αντικαταβολή'),
('el', 'catalog', 'Κατάλογος'),
('el', 'catalog_mode', 'Λειτουργία Καταλόγου'),
('el', 'catalog_pages', 'Σελίδες καταλόγου'),
('el', 'categories', 'Κατηγορίες'),
('el', 'categories_have_been_added', 'Οι κατηγορίες έχουν προστεθεί'),
('el', 'categories_in', 'Κατηγορίες σε'),
('el', 'categories_menu_description', 'Προβολή κατηγοριών προϊόντων που έχου χρησιμοποιηθεί στην ομάδα προϊόντων στο κατάστημα σας.'),
('el', 'category', 'Κατηγορία'),
('el', 'category_deletion_side_effects', 'Αυτό θα διαγράψει όλα τα προϊόντα της  επιλεγμένης κατηγορίας , καθώς και τις υποκατηγορίες και τα προϊόντα τους.'),
('el', 'category_delimiter', 'Οριοθέτης Κατηγορίας'),
('el', 'category_description', 'Περιγραφή Κατηγορίας'),
('el', 'category_location', 'Τοποθεσία Κατηγορίας'),
('el', 'category_name', 'Όνομα Κατηγορίας'),
('el', 'cc_button_submit', 'Προχωρήστε  στο Ταμείο'),
('el', 'cc_last_digit', 'Final do cartão'),
('el', 'cdn_settings', 'CDN ρυθμίσεις'),
('el', 'central', 'Κεντρικός'),
('el', 'central_content', 'Κεντρικό περιεχόμενο'),
('el', 'certificate', 'Πιστοποιητικό'),
('el', 'certificate_already_used', 'Η δωροεπιταγή αυτή είναι ήδη σε χρήση'),
('el', 'certificate_code_not_available', 'Η δωροεπιταγή δεν μπορεί να εφαρμοστεί. Παρακαλούμε επικοινωνήστε με την διοίκηση του καταστήματος.'),
('el', 'certificate_code_not_valid', 'Ο κωδικός της δωροεπιταγής δεν είναι έγκυρος'),
('el', 'certificate_filename', 'Όνομα αρχείου πιστοποιητικού'),
('el', 'certificate_verification', 'Επικύρωση / Εξαργύρωση δωροεπιταγής'),
('el', 'change', 'Αλλαγή'),
('el', 'changed', 'Τροποποιημένο'),
('el', 'changes', 'Αλλαγές'),
('el', 'change_access_permission_to_config', 'Επίσης, συνιστάται να αλλάξετε τα δικαιώματα πρόσβασης για το αρχείο config.local.php. Θα πρέπει να έχει 644 (read / write για τον ιδιοκτήτη και read για τους άλλους).'),
('el', 'change_addons_initialization', 'Αλλάξτε την εκκίνηση των Πρόσθετων'),
('el', 'change_addons_initialization_description', 'Για να προσδιορίσετε αν ένα κάποιο πρόβλημα προκαλείται από ένα πρόσθετο, μπορείτε να απενεργοποιήσετε αυτό ή όλα τα πρόσθετα. Ενεργοποιήσετε τα εκ νέου αργότερα με ένα κλικ.'),
('el', 'change_customer', 'Αλλαγή πελάτη'),
('el', 'change_gift_certificate_status', 'Αλλαγή κατάστασης δωροεπιταγή για να'),
('el', 'change_language', 'Αλλαγή Γλώσσας'),
('el', 'change_order_status_b_subj', 'Η Παραγγελία #[order] ειναι Ανεκτέλεστη'),
('el', 'change_order_status_b_text', 'Η παραγγελία σας ειναι Ανεκτέλεστη.'),
('el', 'change_order_status_c_subj', 'Παραγγελίας #[order] έχει ολοκληρωθεί'),
('el', 'change_order_status_c_text', 'Έχει ολοκληρωθεί η παραγγελία σας. Σας ευχαριστούμε για την επιλογή σας.'),
('el', 'change_order_status_default_subj', 'Η κατάσταση της παραγγελίας #[order] έχει αλλάξει σε [status]'),
('el', 'change_order_status_default_text', 'Η κατάσταση της παραγγελίας σας έχει αλλάξει σε [status]'),
('el', 'change_order_status_d_subj', 'Η Παραγγελία #[order] έχει απορριφθεί'),
('el', 'change_order_status_d_text', 'Παραγγελία σας έχειαπορριφθεί. Παρακαλούμε επικοινωνήστε με το κατάστημά μας'),
('el', 'change_order_status_f_subj', 'Η Παραγγελία #[order] απέτυχε'),
('el', 'change_order_status_f_text', 'Η παραγγελία σας ήταν ανεπιτυχής. Παρακαλούμε επικοινωνήστε με το κατάστημά μας'),
('el', 'change_order_status_i_subj', 'Η Παραγγελία  #[order] έχει ακυρωθεί'),
('el', 'change_order_status_i_text', 'Παραγγελία σας έχει ακυρωθεί. Παρακαλούμε επικοινωνήστε με το κατάστημά μας');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('el', 'change_order_status_o_subj', 'Η Παραγγελία #[order] έχει τοποθετηθεί με επιτυχία'),
('el', 'change_order_status_o_text', 'Σας ευχαριστούμε για την παραγγελία. Συντοαμ θα σας ενημερωσουμε για την πορεία της!'),
('el', 'change_order_status_p_subj', 'Η Παραγγελία #[order] υποβλήθηκε σε επεξεργασία'),
('el', 'change_order_status_p_text', 'Παραγγελία σας υποβλήθηκε σε επεξεργασία με επιτυχία.'),
('el', 'change_password_notification', 'Παρακαλείσθε να αλλάξετε τον κωδικό σας'),
('el', 'change_password_notification_body', 'Ο κωδικός πρόσβασής σας στο admin panel του καταστήματος [store], τροποποιήθηκε τελευταία φορά πριν [days] μέρες. Για λόγους ασφαλείας, παρακαλούμε να αλλάξετε τον κωδικό σας. Για να το κάνετε αυτό, ακολουθήστε το σύνδεσμο:'),
('el', 'change_permissions', 'Αλλαγή Δικαιωμάτων'),
('el', 'change_points', 'Πόντοι αλλαγής'),
('el', 'change_range', 'Εύρος αλλαγής'),
('el', 'charged_amount', 'Ποσό που χρεώθηκε'),
('el', 'charge_to_vendor_account', 'Χρέωση στο λογαριασμό του πωλητή'),
('el', 'charset', 'ΚΩΔΙΚΟΠΟΙΗΣΗ ΓΛΩΣΣΑΣ'),
('el', 'chart', 'Διάγραμμα'),
('el', 'charts', 'Διαγράμματα'),
('el', 'chart_type', 'Τύπος διαγράμματος'),
('el', 'check', 'Έλεγχος'),
('el', 'checkbox', 'Πλαίσιο ελέγχου'),
('el', 'checked', 'ελέγχθηκε'),
('el', 'checking_account_number', 'Έλέγχεται ο Αριθμός Λόγαριασμού'),
('el', 'checking_core_edition_is_not_suitable', 'Η Έκδοση του λογισμικού σας ([current_edition]) δεν υποστηρίζεται. Απαραίτητη: [required_edition].'),
('el', 'checking_core_version_is_not_suitable', 'H Έκδοση του Λογισμικού σας ([version]) δεν υποστηρίζεται. Minimal: [min]. Μέγιστη: [max].'),
('el', 'checking_extension_should_be_installed', 'Η επέκταση [extension]  θα πρέπει να εγκατασταθεί στον server σας για τη σωστή λειτουργία. των Προσθετων'),
('el', 'checking_extension_should_be_removed', 'Η επέκταση [extension] θα πρέπει να αφαιρεθει απο τον server σας για τη σωστή λειτουργία. των Προσθετων'),
('el', 'checking_extension_version_is_not_suitable', 'Η έκδοση ([version]) του [extension] δεν υποστηρίζεται απο το Πρόσθετο  Minimal: [min]. Maximal: [max].'),
('el', 'checking_php_version_is_not_suitable', 'η έκδοση PHP του server σας ([version]) δεν υποστηρίζεται.  Minimal: [min]. Maximal: [max].'),
('el', 'checkout', 'Ταμείο'),
('el', 'checkout.email_exists.popup.cancel_btn', 'Use another email'),
('el', 'checkout.email_exists.popup.message', 'An account with your email already exists. We can sign you in (password won\'t be needed), or you can use another email if you\'d like.'),
('el', 'checkout.email_exists.popup.sign_in_btn', 'Sign me in'),
('el', 'checkout.email_exists.popup.title', 'You may have bought from us before'),
('el', 'checkout.min_cart_subtotal_required', 'Για να συνεχίσετε την διαδικασία πληρωμής, το υποσύνολο παραγγελία σας πρέπει να υπερβαίνει το ποσό [amount]'),
('el', 'checkout_as_guest', 'Πληρωμή ως επισκέπτη'),
('el', 'checkout_block_with_heading', 'Μπλοκ Ταμειου (επικεφαλίδα H2)'),
('el', 'checkout_edp_terms_n_conditions', 'Αποδέχομαι τους όρους στην'),
('el', 'checkout_location_was_rewritten_upgrade_notification_text', '<p>Μπορείτε πλέον να επιλέξετε θέση για σημεία της σελίδας ταμείου, είτε να κρύψετε σημεία τα οποία δέν χρειάζεστε. Για να γίνει αυτό, επιλέγετε <b>Σχεδίαση→ Διατάξεις</b>και πηγαίνετε στην καρτέλα <i> Ταμείο</i>. Για την άνεση σας, έχουμε αναβαθμίσει την σελίδα του ταμείου: πλέον συμπεριλαμβάνει όλα τα νέα μπλόκς όπου μια καθαρή εγκατάσταση [product] έχει. Παρακαλώ κάντε έλεγχο στην σελίδα πληρωμής και τροποποιήστε την όπως επιθυμείτε.</p><p>Έχουμε επιπλέον κάνει\nαντίγραφα ασφαλεία των προηγούμενων σελίδων πληρωμής. Αν χρειάζεται να επαναφέρετε τις αλλαγές, απλά εισάγετε το πρότυπο απο <b>[file_paths]</b></p><p><a href=\"[layout_page]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Ρυθμίστε την σελίδα πληρωμής εδώ</a></p>'),
('el', 'checkout_location_was_rewritten_upgrade_notification_title', 'Προσαρμόστε την σελίδα ολοκλήρωσης της παραγγελίας'),
('el', 'checkout_select_profile_before_order', 'Παρακαλούμε επιλέξτε ένα προφίλ πρίν τοποθετήσετε την παραγγελία.'),
('el', 'checkout_terms_n_conditions', 'Επιλέξτε αυτό το πλαίσιο ελέγχου για να αποδεχτείτε τους [terms_href]'),
('el', 'checkout_terms_n_conditions_alert', 'Για να προχωρήσετε, θα πρέπει να αποδεχτείτε τους Όρους και Προϋποθέσεις μας'),
('el', 'checkout_terms_n_conditions_name', 'Όροι και προϋποθέσεις'),
('el', 'check_active', 'Ενεργό'),
('el', 'check_again', 'Επανέλεγχος'),
('el', 'check_all', 'Όλα'),
('el', 'check_disabled', 'Απενεργοποιημένο'),
('el', 'check_hidden', 'Κρυμμένο'),
('el', 'check_items_text', 'Για να συμπεριλάβετε τις καταστάσεις παραγγελίας, τους τρόπους αποστολής και τις τοποθεσίες στην λίστα προϋποθέσεων, ελέγξτε το απαραίτητο στοιχείο και κάντε κλικ στο κουμπί  \"Save\"'),
('el', 'check_none', 'Κανένα'),
('el', 'check_number', 'Έλεγχος αριθμού'),
('el', 'check_pending', 'Εκκρεμεί'),
('el', 'check_permissions', 'Ελέγξτε τα δικαιώματά'),
('el', 'check_php_timeout', 'Έλεγχος χρονικού ορίου script της PHP'),
('el', 'check_server_export_settings', 'Ελέγξτε τις ρυθμίσεις εξαγωγής του Server'),
('el', 'check_ssl', 'Ελεγχος SSL'),
('el', 'check_uncheck_all', 'Επιλογή / Αποεπιλογή Όλων'),
('el', 'chinese', 'Κινέζικα'),
('el', 'choose', 'Επιλογή'),
('el', 'choose_action', 'Επιλογή ενέργειας'),
('el', 'choose_category', 'Επιλογή κατηγορίας'),
('el', 'choose_user', 'Επιλέξτε Χρήστη'),
('el', 'choose_your_country', 'Επιλέξτε τη χώρα σας'),
('el', 'choose_your_store_mode', 'Παρακαλώ επιλέξτε τη λειτουργία του καταστήματός σας'),
('el', 'cities', 'Πόλεις'),
('el', 'city', 'Περιοχή'),
('el', 'classes', 'Κατηγορίες'),
('el', 'clean', 'Εκκαθάριση'),
('el', 'cleanup_history', 'Εκκαθάριση ιστορικού'),
('el', 'cleanup_log', 'Εκκαθάριση μητρώου'),
('el', 'clean_logs', 'Καθαρισμός Αρχείου Καταγραφής'),
('el', 'clean_old_logs', 'Διαγραφή αρχείων καταγραφής μεγαλύτερων από [n] ημέρα | Διαγραφή αρχείων καταγραφής μεγαλύτερων από [n] ημερών'),
('el', 'clean_up_all_locations_on_import', 'Καθαρίστε θέσεις πριν από την εισαγωγή'),
('el', 'clear', 'Καθαρισμός'),
('el', 'clear_cache', 'Καθαρισμός cache'),
('el', 'clear_cart', 'Αδειάστε το Καλάθι σας'),
('el', 'clear_conditions', 'Σβήσιμο προϋποθέσεων'),
('el', 'clear_fields', 'Σβήσιμο πεδίων'),
('el', 'clear_list', 'Σβήσιμο λίστας'),
('el', 'clear_thumbnails', 'Καθαρισμός δημιουργημένων μικρογραφιών'),
('el', 'clear_wishlist', 'Καθάρισμα της Λίστας Αγαπημένων'),
('el', 'clicks', 'Κλίκς'),
('el', 'client_id', 'Ταυτότητα πελάτη'),
('el', 'clone', 'Κλωνοποίηση'),
('el', 'clone_categories', 'Αντιγραφή Κατηγοριών'),
('el', 'clone_from', 'Κλωνοποίηση από'),
('el', 'clone_layouts', 'Κλωνοποίηση layouts'),
('el', 'clone_pages', 'Διαμοιρασμός Σελίδων'),
('el', 'clone_payments', 'Διαμοιρασμός Τρόπων Πληρωμής'),
('el', 'clone_products', 'Διαμοιρασμός Προϊόντων'),
('el', 'clone_product_features', 'Διαμοιρασμός Χαρακτηριστικών Προϊόντων'),
('el', 'clone_product_filters', 'Διαμοιρασμός Φίλτρων Προϊόντων'),
('el', 'clone_profile_fields', 'Διαμοιρασμός Πεδίων Προφίλ'),
('el', 'clone_promotions', 'Διαμοιρασμός Προσφορών'),
('el', 'clone_selected', 'Κλώνος επιλέγει'),
('el', 'clone_settings', 'Αντιγραφή Ρυθμίσεων'),
('el', 'clone_shippings', 'Διαμοιρασμός Τρόπων Αποστολής'),
('el', 'clone_sitemap', 'Αντιγραφή sitemap'),
('el', 'clone_static_data_clone', 'Αντιγραφή menu'),
('el', 'clone_table', 'Δημιουργία ίδιου πίνακα'),
('el', 'clone_theme', 'Κλωνοποίηση theme'),
('el', 'clone_this_item', 'Κλωνοποίηση αυτό το Είδος'),
('el', 'clone_this_page', 'Δημιουργία ίδιας σελίδας'),
('el', 'close', 'Κλείσιμο'),
('el', 'close_selected_storefronts', 'Κλειστε επιλεγμένο'),
('el', 'close_storefront', 'Κλείσιμο Καταστήματος'),
('el', 'close_storefront.setting_notice', 'Μπορείτε να ανοίξετε ή να κλείσετε ένα κατάστημα στη σελίδα επεξεργασίας καταστήματος'),
('el', 'cmcic_societe', 'Societe'),
('el', 'cname', 'CNAME'),
('el', 'code', 'Κωδικός'),
('el', 'code_snippets', 'Αποσπασμα κώδικα'),
('el', 'coefficient', 'Συντελεστής'),
('el', 'collapse_bg_color', 'Σύμπτυξη Χρώματος Φόντου'),
('el', 'collapse_section', 'Σύμπτυξη Ενότητας'),
('el', 'collapse_sublist_of_items', 'Ανάπτυξη της υπολίστας των Ειδών'),
('el', 'collapse_text_color', 'Σύμπτυξη Χρώματος κειμένου'),
('el', 'color', 'Χρώμα'),
('el', 'column', 'στηλη'),
('el', 'combination', 'Συνδυασμός'),
('el', 'combination_code', 'Κωδικος Συνδυασμου'),
('el', 'combination_products', 'Συνδυασμός προϊόντων'),
('el', 'comma', 'Κόμμα'),
('el', 'comment', 'Σχόλιο'),
('el', 'comments', 'Σχόλια'),
('el', 'comments_and_reviews', 'Σχόλια και κριτικές'),
('el', 'comments_and_reviews_menu_description', 'Σχόλια πελατών, κριτικές, κατηγορίες, αναφορές, κτλπ.'),
('el', 'comment_by', 'Σχόλιο από'),
('el', 'comment_hint', 'Πληκτρολογήστε το σχόλιό σας για να εμφανίζεται κάτω από την επιλογή'),
('el', 'commerceml.map.entity_type.warehouse', 'Αποθήκες'),
('el', 'commerceml.tab.warehouse', 'Αποθήκες'),
('el', 'commission', 'Προμήθεια'),
('el', 'commissions', 'Προμήθειες'),
('el', 'commissions_of_last_periods', 'Προμήθειες τελευταίων περιόδων'),
('el', 'commission_rates', 'Ποσοστά προμήθειας'),
('el', 'communication', 'Επικοινωνία'),
('el', 'communication_and_rating', 'Επικοινωνία και βαθμολόγηση'),
('el', 'compact_list', 'Συμπαγής λίστα'),
('el', 'companies', 'Πωλητές'),
('el', 'company', 'Εταιρεία'),
('el', 'company_address', 'Διεύθυνση εταιρίας'),
('el', 'company_name', 'Όνομα Εταιρείας'),
('el', 'company_not_found', 'Η επιλεγμένη εταιρεία δεν βρέθηκε.'),
('el', 'company_phone', 'Τηλέφωνο εταιρίας'),
('el', 'company_settings', 'Ρυθμίσεις Εταιρίας'),
('el', 'compare', 'Σύγκριση'),
('el', 'compare_product_features', 'Συγκρίνετε τα χαρακτηριστικά'),
('el', 'comparison_list', 'Λίστα σύγκρισης'),
('el', 'comparison_list_note', 'Πηγαίνετε στη λίστα σύγκρισης προϊόντων'),
('el', 'comparsion', 'Σύγκριση'),
('el', 'compatible_class', 'Συμβατή κατηγορία'),
('el', 'completed', 'ΟΛΟΚΛΗΡΩΘΗΚΑΝ'),
('el', 'compressing_backup', 'Συμπίεση αρχείου αντιγράφου ασφαλείας'),
('el', 'compress_dump', 'Συμπίεση Backup Αρχείου'),
('el', 'condition', 'Προϋπόθεση'),
('el', 'conditions', 'Προϋποθέσεις'),
('el', 'configure', 'Ρύθμιση παραμέτρων'),
('el', 'confirm', 'Επιβεβαίωση'),
('el', 'confirmation_dialog', 'Διάλογος επιβεβαίωσης'),
('el', 'confirmed', 'Επιβεβαιώθηκε'),
('el', 'confirm_password', 'Επιβεβαίωση Κωδικού'),
('el', 'conflicts', 'Διενέξεις'),
('el', 'congratulations', 'Συγχαρητήρια!'),
('el', 'connection_ticket', 'Εισιτήριο σύνδεσης'),
('el', 'contact', 'Contact'),
('el', 'contact_information', 'Πληροφορίες Επικοινωνίας'),
('el', 'contact_us_for_price', '[Επικοινωνήστε για Τιμή]'),
('el', 'container_not_used', 'Αυτό το κοντέινερ δεν χρησιμοποιείται. To δοχείο \"[container]\" από την προεπιλεγμένη θέση θα χρησιμοποιηθεί αντ αυτου. Ορίστε αυτή θέση ως προεπιλογή για να χρησιμοποιειται αυτό το δοχειο ως \"[container]\" για όλες τις τοποθεσίες.'),
('el', 'container_options', 'Επιλογές Container'),
('el', 'content', 'Περιεχόμενο'),
('el', 'content_alignment', 'ευθυγράμμιση περιεχομένου'),
('el', 'content_changed_for', 'Αυτό το μπλοκ έχει διαφορετικό περιεχόμενο σε μερικές περιπτώσεις'),
('el', 'continue', 'Συνέχεια'),
('el', 'continue_shopping', 'Συνεχίστε τα ψώνια σας'),
('el', 'controller', 'Αντικατάσταση με'),
('el', 'controller_description', 'Εάν θέλετε να καθορίσετε ένα SEO-όνομα για τη URL http://example.com/index.php?dispatch=<b>categories.catalog</b>, πρέπει να εισάγετε την  \"<b>categories.catalog</b>\" αξία μέσα  στο \"<b>The value of the \"dispatch\" parameter from the URL</b>\" πεδίο και καθορίστε το όνομα SEO στο\"<b>SEO name</b>\" πεδίο.'),
('el', 'conversion', 'Μετατροπή'),
('el', 'converting_data_in_table', 'Μετατροπή των δεδομένων σε πίνακα [table]'),
('el', 'cookie_is_disabled', 'Για μια πλήρη εμπειρία αγορών, μπορείτε να <a href=\"http://www.wikihow.com/Enable-Cookies-in-Your-Internet-Web-Browser\" target=\"_blank\"> ρυθμίσετε το πρόγραμμα περιήγησης σας να δέχεται cookies</a>'),
('el', 'cookie_policy_upgrade_notification_text', '<p>ορισμένες χώρες απαιτούν ότι ιστοσελίδες ενημερώνει τους πελάτες σχετικά με τη χρήση των cookies. Προηγουμένως, θα μπορούσατε να κάνετε ότι υπό <b>→ ρυθμίσεις ασφαλείας</b>. Αυτή η ρύθμιση έχει μετακινηθεί για το πρόσθετο <b>ΑΕΓΧΠΠ συμμόρφωση (ΕΕ)</b> . Εδώ είναι τι σας συμβουλεύουμε κάνει:</p><ol><li>πάει <b>πρόσθετα → Διαχείριση πρόσθετων</b>.</li><li>διακόπτη στους <b>αναζήτηση όλα τα διαθέσιμα πρόσθετα</b> tab.</li><li>να βεβαιωθείτε ότι το πρόσθετο ΑΕΓΧΠΠ συμμόρφωση (ΕΕ) με</b> <b>είναι εγκατεστημένο και ενεργό.</li>,<li>, κάντε κλικ στο όνομα του πρόσθετου, να ανοίξετε τις ρυθμίσεις του.</li><li>εάν συναινείτε <b>Cookie</b> ρύθμιση έχει οριστεί σε <i>πεπλεγμένες</i>, τότε το κατάστημά σας συμπεριφέρεται όπως πριν από την αναβάθμιση.</li><li>μεταβείτε στην καρτέλα ΑΕΓΧΠΠ και βεβαιωθείτε ότι έχουν ρυθμιστεί τις ειδοποιήσεις σχετικά με την επεξεργασία δεδομένων προσωπικού χαρακτήρα, όπως θέλετε να. Κάντε κλικ στο κουμπί</li><li> <b>Αποθήκευση</b>.</li></ol><p>αν θέλετε, μπορείτε να ορίσετε τη λειτουργία συγκατάθεση σε <i>ρητή</i>? με αυτόν τον τρόπο οι πελάτες θα πρέπει να συμφωνήσουν ρητά τη χρήση των cookies πριν μπορούν να έχουν πρόσβαση στο κατάστημα σας.</p>'),
('el', 'cookie_policy_upgrade_notification_title', 'Οι ρυθμίσεις ειδοποιήσεων cookie μεταφέρθηκαν στο πρόσθετο GDPR'),
('el', 'coordinates', 'Συντεταγμένες'),
('el', 'copied', 'Αντιγράφηκε'),
('el', 'copy', 'Αντίγραφο'),
('el', 'copyright_shopping_cart', '[product] - Software ηλεκτρονικού εμπορίου'),
('el', 'copy_from_layout', 'Αντιγραφή δεδομένων απο layout'),
('el', 'copy_theme_from_another_storefront', 'Αντιγραφή θέματος και των διατάξεων απο άλλο κατάστημα'),
('el', 'copy_to_other_locations', 'Αντιγραφή σε άλλες τοποθεσίες'),
('el', 'core', 'Core'),
('el', 'core_files_have_been_modified', 'Ορισμένα από τα <a href=\"[changes_url]\"> αρχεία πυρήνα</a> άλλαξαν με μη αυτόματο τρόπο. Αυτό μπορεί να οδηγήσει σε διάφορα προβλήματα, ειδικά όταν κάνετε αναβάθμιση σε μια νέα έκδοση του [product]. Για να μάθετε περισσότερα σχετικά με το γιατί δε προτείνουμε αλλαγή των αρχείων πυρήνα, παρακαλώ διαβάστε αυτό το <a href=\"[docs_url]\" target=\"_blank\" > άρθρο</a>. <br><br>Το [product] ελέγχει αυτόματα για αλλαγές στα αρχεία του πυρήνα, κάθε φορά που συνδέεστε. Για να απενεργοποιήσετε τον έλεγχο, μεταβείτε <a href=\"[settings_url]\"> ρυθμίσεις → γενικές</a> και καταργήστε την επιλογή  Παρακολουθηση αλλαγών σε αρχεία πυρήνα.'),
('el', 'cost', 'Κόστος'),
('el', 'cost_dependences', 'Μεταβλητές Κόστους'),
('el', 'could_not_connect_to_database', 'Δεν μπορεσε να συνδεθεί στη βάση δεδομένων'),
('el', 'could_not_open_file', 'Η Προεπισκόπηση αρχείου δεν είναι διαθέσιμη'),
('el', 'countries', 'Χώρες'),
('el', 'countries_list', 'Λίστα χωρών'),
('el', 'countries_menu_description', 'Διαχείριση του συνόλου των χωρών που υποστηρίζει το κατάστημά σας.'),
('el', 'country', 'Χώρα'),
('el', 'country_code', 'Κωδικός χώρας'),
('el', 'count_document_fail_imported', 'Απέτυχε η εισαγωγή εγγράφων:'),
('el', 'count_document_successfully_imported', 'Έγγραφα που εισήχθησαν με επιτυχία:'),
('el', 'count_email_template_fail_imported', 'Απέτυχε η εισαγωγή Email templates:'),
('el', 'count_email_template_successfully_imported', 'email templates που εισήχθησαν με επιτυχία:'),
('el', 'count_internal_template_fail_imported', 'On-site notification templates import failed:'),
('el', 'count_internal_template_successfully_imported', 'On-site notification templates successfully imported:'),
('el', 'count_snippet_fail_imported', 'Απέτυχε η εισαγωγή αποσπάσματων:'),
('el', 'count_snippet_successfully_imported', 'Τα Αποσπάσματα εισήχθησαν με επιτυχία:'),
('el', 'coupon', 'Κουπόνι'),
('el', 'coupons', 'Κουπόνια'),
('el', 'coupon_already_used', 'Αυτό του κουπόνι ήδη χρησιμοποιείται'),
('el', 'coupon_code', 'Κωδικός κουπονιού'),
('el', 'cpi_hash_key', 'CPI Κλειδί Hash'),
('el', 'create', 'Δημιουργία'),
('el', 'created', 'Δημιουργήθηκε'),
('el', 'create_account', 'Δημιουργία Λογαριασμού'),
('el', 'create_administrator_account', 'Δημιουργία λογαριασμού διαχειριστή'),
('el', 'create_and_close', 'Δημιουργία και κλείσιμο'),
('el', 'create_backup', 'Δημιουργία αντιγράφων ασφαλείας'),
('el', 'create_detailed_shipment', 'Δημιουργήστε λεπτομερείς αποστολή'),
('el', 'create_file', 'Δημιουργία αρχείου'),
('el', 'create_folder', 'Δημιουργία φακέλου'),
('el', 'create_gift_certificate', 'Δημιουργία δωροεπιταγής'),
('el', 'create_gift_certificate_for_customer', 'Δημιουργία Δωροεπιταγής για αυτόν τον πελάτη'),
('el', 'create_guest_account', 'Γρήγορη ολοκλήρωση της παραγγελίας χωρίς τη δημιουργία λογαριασμού'),
('el', 'create_new_account', 'Δημιουργήστε ένα λογαριασμό και χρησιμοποιήστε τον για την ολοκλήρωση της παραγγελίας'),
('el', 'create_new_block', 'Δημιουργία Νέου Block'),
('el', 'create_new_layout', 'Δημιουργία νέας Διάταξης'),
('el', 'create_new_order', 'Δημιουργήστε μια νέα παραγγελία'),
('el', 'create_process_payment', 'Δημιουργία και διαδικασία πληρωμής'),
('el', 'create_profile', 'Δημιουργήστε νέου προφίλ'),
('el', 'create_profile_notification_header', 'Σας ευχαριστώ για να γίνετε εγγεγραμμένος χρήστης στο κατάστημά μας. Παρακάτω θα βρείτε πληροφορίες του λογαριασμού σας.'),
('el', 'create_table', 'Δημιουργία Νέου Πίνακα'),
('el', 'create_ticket', 'Create Ticket'),
('el', 'creating', 'Δημιουργία'),
('el', 'creating_storefront', 'Δημιουργία Βιτρίνας'),
('el', 'creating_table', 'Δημιουργία Πίνακα'),
('el', 'creation_date', 'Ημερομηνία δημιουργίας'),
('el', 'credit_card', 'Πιστωτική κάρτα'),
('el', 'credit_card_info', 'Αυτός ο αριθμός είναι τυπωμένος στην περιοχή υπογραφή στο πίσω μέρος της κάρτας. Είναι τα 3 ψηφία μετά τον αριθμό της πιστωτικής κάρτας.'),
('el', 'credit_card_number', 'Αριθμός πιστωτικής κάρτας'),
('el', 'credit_memo', 'Πιστωτικό υπόμνημα'),
('el', 'credit_memo_id', 'Ταυτότητα πιστωτικού υπομνήματος'),
('el', 'cresecureapitoken', 'CRE SecureAPIToken (ηλεκτρονική συσκευή παραγωγής προσωπικών κωδικών μιας χρήσης (one time password) απαραίτητη για την πιστοποίηση των συναλλαγών μέσω internet)'),
('el', 'cresecureid', 'CRE SecureID'),
('el', 'cresecure_allowed_types', 'Επιτρεπόμενοι τύποι καρτών'),
('el', 'cron_export', 'Ρυθμίσεις cron εξαγωγής '),
('el', 'cscart_uvdesk', 'UVDesk Dashboard'),
('el', 'cscart_uvdesk_menu_description', 'Uvdesk dashboard manage, tickets view, etc.'),
('el', 'csv_delimiter', 'Οριοθέτης CVS'),
('el', 'csv_file', 'Αρχείο CSV'),
('el', 'cta', 'ET - Call to action'),
('el', 'curl_error_code_reference_link', 'Για να μάθετε τι προκάλεσε το Curl error, αναζητήστε τον αριθμό σφάλματος σε <a target=\"_blank\" href=\"[href]\"> αυτό το άρθρο</a>.'),
('el', 'curl_error_description_curle_ssl_invalidcertstatus', 'Κατάσταση επεστρεψε αποτυχία όταν ρωτήθηκε με CURLOPT_SSL_VERIFYSTATUS.'),
('el', 'currencies', 'Νομίσματα'),
('el', 'currency', 'Νόμισμα'),
('el', 'currencycode', 'Κωδικός νομίσματος'),
('el', 'currency_code_aed', 'Ντιρχάμ Ενωμένων Αραβικών Εμιράτων'),
('el', 'currency_code_afn', 'Afghan Afghani'),
('el', 'currency_code_ang', 'ANG'),
('el', 'currency_code_aoa', 'Angolan Kwanza'),
('el', 'currency_code_aon', 'Angolan New Kwanza'),
('el', 'currency_code_ars', 'ARS'),
('el', 'currency_code_ats', 'Antillian Guilder'),
('el', 'currency_code_aud', 'Δολάριο Αυστραλίας'),
('el', 'currency_code_awg', 'AWG'),
('el', 'currency_code_azn', 'Azerbaijanian Manat'),
('el', 'currency_code_bam', 'Bosnia and Herzegovina Convertible Marks'),
('el', 'currency_code_bbd', 'Barbados Dollar'),
('el', 'currency_code_bdt', 'Bangladesh Taka'),
('el', 'currency_code_bef', 'Belgian Franc'),
('el', 'currency_code_bgl', 'Bulgaria Lev'),
('el', 'currency_code_bgn', 'BGN'),
('el', 'currency_code_bhd', 'Bahraini Dinar'),
('el', 'currency_code_bif', 'Burundi Franc'),
('el', 'currency_code_bmd', 'Bermudian Dollar'),
('el', 'currency_code_bnd', 'Brunei Dollar'),
('el', 'currency_code_bob', 'Bolivian Boliviano'),
('el', 'currency_code_brl', 'Βραζιλιάνικο Real'),
('el', 'currency_code_bsd', 'Bahamian Dollar'),
('el', 'currency_code_btn', 'Bhutan Ngultrum'),
('el', 'currency_code_bwp', 'Botswana Pula'),
('el', 'currency_code_byn', 'Belarussian Ruble'),
('el', 'currency_code_byr', 'BYR'),
('el', 'currency_code_bzd', 'Belize Dollar'),
('el', 'currency_code_cad', 'Δολάριο Καναδά'),
('el', 'currency_code_cdf', 'Congolese Franc'),
('el', 'currency_code_chf', 'Ελβετικό Φράγκο'),
('el', 'currency_code_clp', 'Chilean Peso'),
('el', 'currency_code_cny', 'CNY'),
('el', 'currency_code_cop', 'Colombian Peso'),
('el', 'currency_code_crc', 'Costa Rican Colon'),
('el', 'currency_code_csd', 'Serbian Dinar'),
('el', 'currency_code_cve', 'Cape Verde Escudo'),
('el', 'currency_code_cyp', 'Cyprus Pound'),
('el', 'currency_code_cyr', 'Κυπριακό Pound'),
('el', 'currency_code_czk', 'Κορώνα Τσεχίας'),
('el', 'currency_code_dem', 'Deutsche Mark'),
('el', 'currency_code_djf', 'Djibouti Franc'),
('el', 'currency_code_dkk', 'Δανικές κορώνες'),
('el', 'currency_code_dop', 'Dominican Peso'),
('el', 'currency_code_dzd', 'Algerian Dinar'),
('el', 'currency_code_ecs', 'Ecuador Sucre'),
('el', 'currency_code_eek', 'Κορώνα Εσθονίας'),
('el', 'currency_code_egp', 'EGP'),
('el', 'currency_code_ern', 'Eritrean Nafka'),
('el', 'currency_code_esp', 'Spanish Peseta'),
('el', 'currency_code_etb', 'Ethiopian Birr'),
('el', 'currency_code_eur', 'Ευρώ'),
('el', 'currency_code_fim', 'Finnish Markka'),
('el', 'currency_code_fjd', 'Δολάριο Φίτζι'),
('el', 'currency_code_fkp', 'Falkland Islands Pound'),
('el', 'currency_code_frf', 'Γαλλικό φράγκο'),
('el', 'currency_code_gbp', 'Λίρα Αγγλίας'),
('el', 'currency_code_gel', 'GEL'),
('el', 'currency_code_ghs', 'Ghana Cedi'),
('el', 'currency_code_gip', 'Gibraltar Pound'),
('el', 'currency_code_gmd', 'Gambian Dalasi'),
('el', 'currency_code_gnf', 'Guinea Franc'),
('el', 'currency_code_grd', 'Greek Drachma'),
('el', 'currency_code_gtq', 'Guatemalan Quetzal'),
('el', 'currency_code_gyd', 'Guyana Dollar'),
('el', 'currency_code_hkd', 'Δολάριο Χονγκ Κονγκ'),
('el', 'currency_code_hnl', 'Honduran Lempira'),
('el', 'currency_code_hrk', 'HRK'),
('el', 'currency_code_htg', 'Haiti Gourde'),
('el', 'currency_code_huf', 'Φιορίνι Ουγγαρίας'),
('el', 'currency_code_idr', 'Indonesian Rupiah'),
('el', 'currency_code_iep', 'Irish Pound'),
('el', 'currency_code_ils', 'Νέο Ισραηλινό Shequel'),
('el', 'currency_code_inr', 'Ινδικές ρουπίες'),
('el', 'currency_code_iqd', 'Iraqi Dinar'),
('el', 'currency_code_irr', 'Iranian Rial'),
('el', 'currency_code_isk', 'Ισλανδική κορόνα'),
('el', 'currency_code_itl', 'Italian Lira'),
('el', 'currency_code_jmd', 'Jamaican Dollar'),
('el', 'currency_code_jod', 'Jordanian Dinar'),
('el', 'currency_code_jpy', 'Ιαπωνικά γεν'),
('el', 'currency_code_kes', 'Kenyan Shilling'),
('el', 'currency_code_khr', 'Cambodian Riel'),
('el', 'currency_code_kmf', 'Congolese Franc'),
('el', 'currency_code_kpw', 'Γουόν Βόρειας Κορέας'),
('el', 'currency_code_krw', 'Νοτιοκορεατικό γουόν'),
('el', 'currency_code_kwd', 'Δηνάριο Κουβέιτ'),
('el', 'currency_code_kyd', 'Cayman Islands Dollar'),
('el', 'currency_code_kzt', 'Kazakhstani tenge'),
('el', 'currency_code_lak', 'Laos Kip'),
('el', 'currency_code_lbp', 'Lebanese Pound'),
('el', 'currency_code_lkr', 'Sri Lanka Rupee'),
('el', 'currency_code_lrd', 'Liberian Dollar'),
('el', 'currency_code_lsl', 'Lesotho Loti (Maloti)'),
('el', 'currency_code_ltl', 'Λιθουανικό λίτας'),
('el', 'currency_code_luf', 'Luxembourg Franc'),
('el', 'currency_code_lvl', 'Λετονικά Lat'),
('el', 'currency_code_lyd', 'Libyan Dinar'),
('el', 'currency_code_mad', 'MAD'),
('el', 'currency_code_mdl', 'Moldovan Leu'),
('el', 'currency_code_mga', 'Malagasy Ariary'),
('el', 'currency_code_mgf', 'Malagasy Franc'),
('el', 'currency_code_mkd', 'Macedonian (FYR) Denar'),
('el', 'currency_code_mmk', 'Myanmar Kyat'),
('el', 'currency_code_mnt', 'Mongolian Tugrik'),
('el', 'currency_code_mop', 'Macau Pataca'),
('el', 'currency_code_mro', 'Mauritania Ouguiya'),
('el', 'currency_code_mtl', 'Maltese Lira'),
('el', 'currency_code_mur', 'Mauritius Rupee'),
('el', 'currency_code_mvr', 'Maldives Rufiyaa'),
('el', 'currency_code_mwk', 'Malawi Kwacha'),
('el', 'currency_code_mxn', 'Μεξικάνικο πέσο'),
('el', 'currency_code_myr', 'Ρίνγκιτ Μαλαισίας'),
('el', 'currency_code_mzn', 'Mozambique Metical'),
('el', 'currency_code_nad', 'Namibian Dollar'),
('el', 'currency_code_ngn', 'Nigerian Naira'),
('el', 'currency_code_nio', 'Nicaraguan Cordoba Oro'),
('el', 'currency_code_nlg', 'Dutch Guilder'),
('el', 'currency_code_nok', 'Κορώνα Νορβηγίας'),
('el', 'currency_code_npr', 'Nepalese Rupee'),
('el', 'currency_code_nzd', 'Δολάριο Νέας Ζηλανδίας'),
('el', 'currency_code_omr', 'Rial Omani'),
('el', 'currency_code_pab', 'Panamanian Balboa'),
('el', 'currency_code_pen', 'Peruvian Nuevo Sol'),
('el', 'currency_code_pgk', 'Papua New Guinea Kina'),
('el', 'currency_code_php', 'Φιλιπινέζικο Peso'),
('el', 'currency_code_pkr', 'Pakistan Rupee'),
('el', 'currency_code_pln', 'Πολωνικά Zlotych'),
('el', 'currency_code_png', 'Παπούα Νέα Γουινέα Kina'),
('el', 'currency_code_pte', 'Portugese Escudo'),
('el', 'currency_code_pyg', 'Paraguayan Guarani'),
('el', 'currency_code_qar', 'Qatari Rial'),
('el', 'currency_code_rol', 'Romanian Lei'),
('el', 'currency_code_ron', 'RON'),
('el', 'currency_code_rsd', 'New Serbian Dinar'),
('el', 'currency_code_rub', 'RUB'),
('el', 'currency_code_rur', 'Ρούβλι Ρωσίας'),
('el', 'currency_code_rwf', 'Rwanda Franc'),
('el', 'currency_code_sar', 'Ριάλ Σαουδικής Αραβίας'),
('el', 'currency_code_sbd', 'Δολάριο Νήσων Σολομώντος'),
('el', 'currency_code_scr', 'Seychelles Rupee'),
('el', 'currency_code_sdp', 'Sudanese Pound'),
('el', 'currency_code_sek', 'Κορόνα Σουηδίας'),
('el', 'currency_code_sgd', 'Δολάριο Σιγκαπούρης'),
('el', 'currency_code_shp', 'St Helena Pound'),
('el', 'currency_code_sit', 'Σλοβενικό τόλαρ'),
('el', 'currency_code_skk', 'Κορώνα Σλοβακίας'),
('el', 'currency_code_sll', 'Sierra Leone Leone'),
('el', 'currency_code_sos', 'Somalia Shilling'),
('el', 'currency_code_srd', 'Suriname Dollar'),
('el', 'currency_code_srg', 'Suriname Guilder'),
('el', 'currency_code_std', 'Dobra'),
('el', 'currency_code_svc', 'El Salvador Colon'),
('el', 'currency_code_syp', 'Syrian Pound'),
('el', 'currency_code_szl', 'Swaziland Lilangeni'),
('el', 'currency_code_thb', 'Ταϊλανδικό μπατ'),
('el', 'currency_code_tjs', 'Tajikistan Somoni'),
('el', 'currency_code_tmt', 'Turkmenistan Manat'),
('el', 'currency_code_tnd', 'Tunisian Dinar'),
('el', 'currency_code_top', 'Tongan Paanga'),
('el', 'currency_code_trl', 'Turkish Lira'),
('el', 'currency_code_try', 'Τουρκική Λίρα'),
('el', 'currency_code_ttd', 'Trinidad and Tobago Dollar'),
('el', 'currency_code_twd', 'Νέο Ταϊβανέζικο dollar'),
('el', 'currency_code_tzs', 'Tanzanian Shilling'),
('el', 'currency_code_uah', 'UAH'),
('el', 'currency_code_ugx', 'Uganda Shilling'),
('el', 'currency_code_usd', 'Δολάριο ΗΠΑ'),
('el', 'currency_code_uyu', 'Peso Uruguayo'),
('el', 'currency_code_uzs', 'Uzbekistan Sum'),
('el', 'currency_code_veb', 'Venezuela Bolivar'),
('el', 'currency_code_vef', 'Venezuela Bolivar Fuerte'),
('el', 'currency_code_vnd', 'Vietnamese New Dong'),
('el', 'currency_code_vuv', 'Βανουάτου Vatu'),
('el', 'currency_code_wst', 'Σαμόα Τάλα'),
('el', 'currency_code_xaf', 'XAF'),
('el', 'currency_code_xcd', 'East Caribbean Dollar'),
('el', 'currency_code_xof', 'XOF'),
('el', 'currency_code_xpf', 'XPF'),
('el', 'currency_code_yer', 'Yemeni Rial'),
('el', 'currency_code_yum', 'Yugoslavian New Dinar'),
('el', 'currency_code_zar', 'Rand'),
('el', 'currency_code_zmw', 'Zambian Kwacha'),
('el', 'currency_code_zwd', 'Zimbabwe Dollar'),
('el', 'currency_deleted', 'Το νόμισμα έχει διαγραφεί επιτυχώς.'),
('el', 'currency_rate', 'Τιμή'),
('el', 'currency_rate_greater_than_null', 'Η συναλλαγματική ισοτιμία θα πρέπει να είναι μεγαλύτερη από 0.'),
('el', 'currency_sign', 'Σύμβολο νομίσματος'),
('el', 'currently_in_use', 'Προς στιγμήν σε χρήση'),
('el', 'current_amount', 'Τρέχον ποσό'),
('el', 'current_database_size', 'Παρόν Μέγεθος Βάσης Δεδομένων'),
('el', 'current_path', 'Τρέχουσα διαδρομή'),
('el', 'current_period', 'Τρέχουσα Περίοδος'),
('el', 'current_setting_value', 'Τρέχουσα τιμή'),
('el', 'current_theme', 'Τρέχον theme'),
('el', 'custom', 'Προσαρμοσμένο'),
('el', 'customer', 'Πελάτης'),
('el', 'customers', 'Πελάτες'),
('el', 'customers_menu_description', 'Λίστα πελατών καταστημάτος, εγγεγραμμένοι χρήστες με λογαριασμό πελάτη.'),
('el', 'customers_with_abandoned', 'Οι πελάτες με εγκαταλελειμμένα'),
('el', 'customer_address', 'Διεύθυνση Πελάτη'),
('el', 'customer_create_ticket', 'Create Ticket'),
('el', 'customer_details', 'Λεπτομέρειες πελάτη'),
('el', 'customer_email', 'E-mail πελάτη'),
('el', 'customer_id', 'Ταυτότητα πελάτη'),
('el', 'customer_info', 'Πληροφορίες Πελάτη'),
('el', 'customer_information', 'Πληροφορίες Πελάτη'),
('el', 'customer_name', 'Customer Name'),
('el', 'customer_notes', 'Σημειώσεις Πελάτη'),
('el', 'customer_notifications', 'Ειδοποιησεις Πελάτη'),
('el', 'customer_phone', 'Τηλέφωνο πελάτη'),
('el', 'customer_signature', 'Υπογραφή Πελάτη'),
('el', 'customer_sign_in', 'Σύνδεση Πελάτη'),
('el', 'customer_text_letter_footer', 'Σας ευχαριστούμε που χρησιμοποιήσατε το κατάστημά μας.'),
('el', 'customization', 'Προσαρμογή'),
('el', 'customize', 'Προσαρμογή'),
('el', 'custom_range', 'Προσαρμοσμένο εύρος'),
('el', 'custom_search', 'Προσαρμοσμένη αναζήτηση'),
('el', 'cutted_product_codes', 'ΟΙ ακόλουθοι κωδικοί προϊόντων είναι πάρα πολύ μεγάλοι και κόπηκαν στα 32 στοιχεία:'),
('el', 'cvv2', 'CVV/CVC'),
('el', 'czech', 'τσέχικα'),
('el', 'daily', 'Καθημερινα'),
('el', 'danish', 'δανέζικα'),
('el', 'dashboard', 'Ταμπλό'),
('el', 'database', 'Βάση δεδομένων'),
('el', 'database_data_changes', 'Αλλαγές δεδομένων της βάσης δεδομένων'),
('el', 'database_structure_changes', 'Αλλαγες στη δομη της βασης δεδομενων'),
('el', 'datafeed.description', 'Μόνο τα προϊόντα που πληρούν <strong>όλους</strong> τις παρακάτω προϋποθέσεις θα εξαχθούν:'),
('el', 'datafeed_name', 'Ονομα Feed Δεδομενων'),
('el', 'datakeeper.error_unsupported_file_type', 'Αρχείο δεν μπορεί να αποκατασταθεί. Επιτρέπονται μόνο αρχεία .sql, .zip και .tgz.'),
('el', 'datakeeper.file_cannot_be_overrided', 'Δεν μπορώ να γράψω στο αρχείο <b>[file]</b>. Ορίστε τα εγγράψιμα δικαιώματα χειροκινητα ή  ελέγξετε την πρόσβαση FTP στο διακομιστή σας, στην ενότητα <a href=\"[url]\"> \"Κέντρο Αναβάθμισης\"</a>'),
('el', 'datakeeper.run_backup_via_cron_message', 'Μπορείτε να εκτελέσετε τη δημιουργια αντίγραφου ασφαλείας αυτόματα σε συγκεκριμένα χρονικά διαστήματα. Για να το κάνετε αυτό, προσθέστε την ακόλουθη εντολή <a href=\"https://en.wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a>:'),
('el', 'datatrans_caa', 'Εξουσιοδότηση με άμεση εξόφληση'),
('el', 'datatrans_noa', 'Εξουσιοδότηση μόνο'),
('el', 'datatrans_sign', 'Ψηφιακή υπογραφή'),
('el', 'data_feed', 'Feed δεδομενων'),
('el', 'data_feed.error_exim_no_data_exported', 'Δεν έγινε εξαγωγή δεδομένων'),
('el', 'data_feeds', 'Feed δεδομενων'),
('el', 'data_feeds.exclude_shared_products', 'Εξαίρεση κοινοχρηστων προϊοντων'),
('el', 'data_feeds.text_tooltip_field_name', 'Το όνομα της στήλης στο Feed δεδομενων.'),
('el', 'data_feeds.text_tooltip_field_type', 'Ο τύπος δεδομένων από το κατάστημά σας που θα εξαχθεί σε αυτήν τη στήλη του αρχείου Feed δεδομενων.'),
('el', 'date', 'Ημ/νία'),
('el', 'date_added', 'Προσθέθηκε στις'),
('el', 'date_of_birth', 'Ημερομηνία γέννησης'),
('el', 'day', 'ημέρα'),
('el', 'days', 'ημέρες'),
('el', 'days_old', 'ημέρες παλιό'),
('el', 'db_backup_restore', 'Backup/Eπαναφορά βάσης δεδομένων'),
('el', 'db_name', 'Ονομα Βασης Δεδομένων'),
('el', 'dear', 'Αγαπητέ /ή'),
('el', 'dear_sirs', 'Αξιότιμοι Κύριοι'),
('el', 'debit', 'Χρεωστικός'),
('el', 'decimals', 'Δεκαδικά'),
('el', 'decline', 'Απόρριψη'),
('el', 'declined', 'Απορρίφθηκε'),
('el', 'declined_products_information', 'Πληροφορίες για προιόντα που απορρίφτηκαν'),
('el', 'decline_products', 'Απόρριψη προϊόντων'),
('el', 'decline_selected', 'Απόρριψη επιλεγμένων'),
('el', 'decorator', 'Διακοσμητής'),
('el', 'decrease', 'Μείωση'),
('el', 'dec_sign', 'Σύμβολο Δεκαδικών'),
('el', 'default', 'Προκαθορισμένο'),
('el', 'default_category_view', 'Προεπιλεγμένη προβολή κατηγορίας'),
('el', 'default_currency_status', 'Κατάσταση του πρωταρχικού νομισματος δεν μπορεί να αλλάξει'),
('el', 'default_filter_by_location', 'Δεν έχει οριστεί φίλτρο. Το Φίλτρο ανά περιοχή οριστηκε ως προεπιλογή.'),
('el', 'default_language', 'Προεπιλεγμένη γλώσσα'),
('el', 'default_language_status', 'Δεν μπορεί να αλλάξει η κατάσταση της προεπιλεγμένης γλώσσας'),
('el', 'default_layout', 'Προκαθορισμένο layout'),
('el', 'default_long_options_template', 'Προκαθορισμένο template (long product option names)'),
('el', 'default_product_details_view', 'Γονική [προεπιλεγμενη]'),
('el', 'default_storefront', 'Προεπιλεγμένο'),
('el', 'default_storefront_must_exist', 'Πρέπει να υπάρχει μία προεπιλεγμένη βιτρίνα για το κατάστημα'),
('el', 'default_template', 'Προεπιλεγμένο template'),
('el', 'default_value', 'Προεπιλεγμένη αξία'),
('el', 'deferred', 'Αναβαλλόμενος'),
('el', 'defined', 'Καθορισμένος'),
('el', 'defined_desired_products', 'Λίστα επιθυμητών προϊόντων'),
('el', 'defined_items', 'Καθορισμένα αντικείμενα-τεμάχια'),
('el', 'delay', 'Καθυστέρηση (σε Δευτερ.)'),
('el', 'delete', 'Διαγραφή'),
('el', 'deleted', 'Διαγραμμένος'),
('el', 'deleted_product', 'Διεγραμμένο προϊόν'),
('el', 'delete_all_images', 'Διαγράψτε όλες τις εικόνες'),
('el', 'delete_block', 'Διαγραφή block'),
('el', 'delete_confirmation', 'Είστε σίγουρος ότι θέλετε να διαγράψετε τα επιλεγμένα είδη;'),
('el', 'delete_downloadable_product_files', 'Διαγράψτε τα υπάρχοντα αρχεία των προϊόντων με δυνατότητα λήψης'),
('el', 'delete_downloadable_product_files_tooltip', 'Αν ενεργοποιήσετε αυτήν τη ρύθμιση, τότε η εισαγωγή προϊόντων που μπορούν να κατεβούν θα διαγράψει τα υπάρχοντα αρχεία τους. Εάν η ρύθμιση είναι απενεργοποιημένη, τα νέα αρχεία των προϊόντων με δυνατότητα λήψης θα προστεθούν απλά σε υπάρχοντα αρχεία.'),
('el', 'delete_grid', 'Διαγραφή grid'),
('el', 'delete_image', 'Διαγραφή Εικόνας'),
('el', 'delete_image_pair', 'Διαγραφή ζεύγος εικόνων'),
('el', 'delete_install_folder', 'Παρακαλώ αφαιρέστε το κατάλογο εγκατάστασης.<br /><br />Κρατώντας το κατάλογο εγκατάστασης στο διακομιστή μπορεί να προκαλέσει σοβαρή παραβίαση της ασφάλειας.'),
('el', 'delete_range', 'Διαγραφή εύρους'),
('el', 'delete_selected', 'Διαγραφή Επιλεγμένων'),
('el', 'delete_this_category', 'Διαγραφή Αυτής της Κατηγορίας'),
('el', 'delete_this_page', 'Διαγραφή Αυτής της Σελίδας'),
('el', 'delete_this_return', 'Διαγραφή αυτής της επιστροφής'),
('el', 'delivery_time', 'ΧΡΟΝΟΣ ΠΑΡΑΔΟΣΗΣ'),
('el', 'demo', 'Δοκιμαστική Λειτουργία'),
('el', 'demo_mode', 'Η Δοκιμαστική Λειτουργία (demo) είναι ενεργοποιημένη'),
('el', 'demo_mode_content_text', 'Το παρόν Κατάστημα λειτουργεί ως <b>Δοκιμαστική (DEMO εγκατάσταση)</b> γι΄αυτό η συγκεκριμένη δυνατότητα που επιλέξατε δεν είναι διαθέσιμη'),
('el', 'demo_panel.block_manager.enable', 'Επεξεργασία δομής<br/><br/>Αλλάξτε διάφορα blocks με πληροφορίες: εμφανίστε τα, κρύψτε τα, η μετακινήστε τα όπως κρίνετε κατάλληλα.<br/>Αυτή η λειτουργία είναι διαθέσιμη μόνο για την σελίδα πληρωμής. Προσθέστε ένα προϊόν στο καλάθι και προχωρήστε στην πληρωμή για να δείτε τον editor.<br/><br/> Για να έχετε πρόσβαση σε αυτή την λειτουργικότητα στο [product] του καταστήματος σας, επιλέξτε Σχεδιασμός→ Θέματα και κάντε κλίκ στην επιλογή \"Επεξεργαστείτε περιεχόμενο on-site\"'),
('el', 'demo_panel.demo_store_panel', 'Panel Δοκιμαστικού Καταστήματος'),
('el', 'demo_panel.demo_will_be_reset_in', 'Η Δοκιμαστική έκδοση θα επαναρυθμιστεί σε:'),
('el', 'demo_panel.go_admin_panel', 'Πηγαίνετε στο πάνελ διαχείρισης'),
('el', 'demo_panel.go_storefront', 'Πηγαίνετε στο Καταστημα'),
('el', 'demo_panel.go_vendor_panel', 'Πηγαίνε στον πίνακα πωλητή'),
('el', 'demo_panel.live_editor.enable', 'Επεξεργασία περιεχομένου<br/><br/>Αλλάξτε τα συνδεδεμένα κείμενα και άλλα δεδομένα απευθείας στο κατάστημα, χωρίς να χρησιμοποιήσετε το panel διαχείρισης.<br/><br/>Για να χρησιμοποιήσεται αυτήν την λειτουργικότητα στο [product] κατάστημα, επιλέξτε Σχεδίαση→ Θέματα και κάντε κλίκ στο \"Επεξεργαστείτε περιεχόμενο on-site\"'),
('el', 'demo_panel.theme_editor.enable', 'Επεξεργασία στύλ<br/><br/>Αλλάξτε το στυλ του καταστήματος(λογότυπο, χρώμα, γραμματοσειρά και ούτως καθεξής) και δείτε τις αλλαγές όπως την ώρα που τις κάνετε. Για να χρησιμοποιήσετε αυτήν την λειτουργικότητα στο [product] κατάστημα, επιλέξτε Σχεδίαση→ Θέματα και κάντε κλίκ στο \"Επεξεργαστής θέματος\"'),
('el', 'denied', 'Άρνηση'),
('el', 'dependence', 'Ταξινόμηση ως πρός'),
('el', 'deposit_amount', 'ποσό προκαταβολής'),
('el', 'deprecated', 'Υπο Καταργηση'),
('el', 'desc', 'φθιν.'),
('el', 'description', 'Description'),
('el', 'descr_avs', 'Απάντηση επαλήθευσης AVS'),
('el', 'descr_cvv', 'Απάντηση επαλήθευσης CVV2'),
('el', 'design', 'Σχεδιασμός'),
('el', 'design_mode', 'Λειτουργία σχεδιασμού'),
('el', 'desired_amount', 'Επιθυμητή ποσότητα'),
('el', 'destination', 'Προορισμός'),
('el', 'destination_nothing_found', 'Δεν βρέθηκε κατάλληλος προορισμός'),
('el', 'detailed_description', 'Λεπτομερής περιγραφή'),
('el', 'detailed_image', 'Λεπτομερείς εικόνες'),
('el', 'detailed_images', 'Λεπτομερείς εικόνες'),
('el', 'detailed_image_url', 'URL Λεπτομερής εικόνας'),
('el', 'detailed_info', 'Λεπτομερείς Πληροφορίες'),
('el', 'detailed_shipment', 'Λεπτομερης αποστολή'),
('el', 'details', 'Λεπτομέρειες'),
('el', 'developer', 'Προγραμματιστής'),
('el', 'development', 'Ανάπτυξη'),
('el', 'dhl_upgrade_notification_text', '<p>Την τελευταία έκδοση του [product] έχει διαφορετικές ρυθμίσεις για το σε πραγματικό χρόνο υπολογισμού τιμων μεταφορικων, αν χρησιμοποιείτε τη DHL ως μεταφορικη</p> <p>Αν θέλετε να εμφανίσετε τις τρέχουσες τιμές αποστολής στους πελάτες σας, κάντε τα εξης:</p> <ul><li>πηγαίνετε στο διαχείριση > ΜΕΤΑΦΟΡΙΚΑ & ΦΟΡΟΙ > Τρόποι Αποστολης</li> <li>επιλέξετε τη μέθοδο αποστολής που χρησιμοποιεί τη DHL ως φορέας για τον υπολογισμό των τιμων μεταφορικων</li> <li>μεταβείτε στην καρτέλα Γενικά και στην κατάλληλη υπηρεσία αποστολής</li> <li>μεταβείτε στην καρτέλα ρύθμιση παραμέτρων και χρησιμοποιείστε το κατάλληλο αναγνωριστικό τοποθεσίας και τον κωδικό</li></ul>'),
('el', 'dhl_upgrade_notification_title', 'DHL αλλαγες στον υπολογισμο τιμων μεταφορικων σε πραγματικο χρονο'),
('el', 'diff', 'Αλλαγές αρχείου'),
('el', 'different_only', 'Μόνο διαφορετικοί'),
('el', 'directory', 'Κατάλογος Αρχείων'),
('el', 'direct_download', 'Άμεση λήψη (download)'),
('el', 'disable', 'Απενεργοποιηση'),
('el', 'disabled', 'Απενεργοποιημένο'),
('el', 'disabled_categories', 'Απενεργοποιημένες κατηγορίες'),
('el', 'disable_for', 'Απενεργοποιημένο για'),
('el', 'disable_selected', 'Απενεργοποίηση επιλεγμένων'),
('el', 'disapprove', 'Απόρριψη'),
('el', 'disapproved', 'Απερρίφθη'),
('el', 'disapprove_selected', 'Απόρριψη Επιλογής'),
('el', 'discount', 'Έκπτωση'),
('el', 'discounted_price', 'τιμή με Έκπτωση'),
('el', 'discounts', 'Εκπτώσεις'),
('el', 'discount_coupon', 'Εκπτωτικό κουπόνι'),
('el', 'discount_coupon_code', 'Κωδικός εκπτωτικού κουπονιού'),
('el', 'discussion', 'Σχόλια και κριτικές'),
('el', 'discussion.add_new_review', 'Συζήτηση: Νέα ανασκόπηση'),
('el', 'discussion.agreement_text_full_add_new_review', '<p>το όνομά σας εμφανίζεται δίπλα σε κριτική ή σχόλιο, και ειναι ορατό σε όλους. Εμείς ([company]) επίσης να αποθηκεύουμε τη διεύθυνση IP σας ως μια προφύλαξη ασφαλείας, αλλά μπορει να προβληθει μόνο στο προσωπικό μας. Θα παραμείνει στο σύστημά μας μέχρι να αποσύρευε τη συγκατάθεσή σας. Αν θα θέλατε να έχει τα προσωπικά σας δεδομένα να αφαιρεθούν, θα πρέπει να στείλετε ένα email στο [email].</p> <p>Αν πιστεύετε ότι τα προσωπικά σας δεδομένα έχουν υποστεί κατάχρηση, έχετε το δικαίωμα να υποβάλετε καταγγελία στην εποπτική αρχή (dpa. gr). Εμείς είμαστε υποχρεωμένοι από to γενικό κανονισμό προστασίας δεδομένων (GDPR) της ΕΕ να σας ενημερώσoyme σχετικά με αυτό το δικαίωμα. Δεν σκοπεύουμε να καταχραστούμε τα δεδομένα σας.</p>'),
('el', 'discussion.agreement_text_short_add_new_review', 'Συμφωνώ στην επεξεργασία των προσωπικών μου δεδομένων <u> ως εξής.</u>'),
('el', 'discussion.anonymous_setting_restored_upgrade_notification', 'Στην έκδοση 4.9.1, καταργήθηκε η επιλογη <strong> Μόνο ανώνυμοι πελάτες </ strong> της ρυθμισης <strong>Ο Διαχειριστής πρέπει να εγκρίνει αναρτλησεις που υποβλήθηκαν απο </ strong>. Τώρα, είναι και πάλι διαθέσιμη η δυνατότητα, να αφήνουν κριτικές οι μη εξουσιοδοτημένοι πελάτες. Ελέγξτε αν έχει επιλεγεί η επιθυμητή τιμή της ρύθμισης αυτής.'),
('el', 'discussion.anonymous_setting_restored_upgrade_notification_title', 'Οι ρυθμίσεις που αφορούν τα σχόλια και τις κριτικές έχουν αλλάξει'),
('el', 'discussion.please_log_in_to_write_a_review', 'Παρακαλούμε συνδεθείτε για να γράψετε μια κριτική'),
('el', 'discussion.you_have_to_buy_from_vendor_before_writing_review', 'Δεν μπορείτε να γράψετε μια κριτική για τον συγκεκριμένο πωλητή. Οι πελάτες μπορούν να γράψουν κριτικές για οποιονδήποτε πωλητή μόνο αν έχουν παραγγείλει προϊόν από αυτόν. Εάν παρότι έχετε παραγγείλει προϊόν από τον πωλητή, εξακολουθείτε να λαμβάνετε αυτό το μήνυμα, παρακαλώ επικοινωνήστε μαζί μας.'),
('el', 'discussion.you_have_to_buy_product_before_writing_review', 'Δεν μπορείτε να γράψετε μια κριτική για το συγκεκριμένο προϊόν. Οι πελάτες μπορούν να γράψουν κριτικές για οποιοδήποτε προϊόν έχουν ήδη αγοράσει. Εάν παρότι έχετε αγοράσει κάποιον προϊόν από εμάς, εξακολουθείτε να λαμβάνετε αυτό το μήνυμα, παρακαλώ επικοινωνήστε μαζί μας.'),
('el', 'discussion_manager', 'Σχόλια και κριτικές'),
('el', 'discussion_tab_categories', 'Κριτικές Κατηγοριων'),
('el', 'discussion_tab_companies', 'Κριτικες Εταιρείας'),
('el', 'discussion_tab_home_page', 'Μαρτυρίες'),
('el', 'discussion_tab_orders', 'Επικοινωνια Παραγγελίας'),
('el', 'discussion_tab_pages', 'Σχολια Σελιδων'),
('el', 'discussion_tab_products', 'Κριτικές Προϊοντων'),
('el', 'discussion_title_category', 'Κριτικές'),
('el', 'discussion_title_company', 'Κριτικές'),
('el', 'discussion_title_giftreg', 'Βιβλίο επισκεπτών'),
('el', 'discussion_title_home_page', 'Μαρτυρίες'),
('el', 'discussion_title_home_page_menu_description', 'Διαχείριση των \"μαρτυριών\" των πελατών από το κατάστημά σας.'),
('el', 'discussion_title_order', 'Επικοινωνία'),
('el', 'discussion_title_page', 'Σχόλια'),
('el', 'discussion_title_product', 'Κριτικές'),
('el', 'discussion_title_return', 'Επικοινωνία'),
('el', 'dispatch', 'Αποστολή'),
('el', 'dispatch_value', 'Αξία αποστολής'),
('el', 'displayed_vendors', 'πωλητες που εμφανίζονται'),
('el', 'display_bottom_buttons', 'Εμφάνιση κουμπιών κάτω'),
('el', 'display_delete_icons', 'Εμφανιση εικονιδιων διαγραφης'),
('el', 'display_in_promotions', 'Εμφάνιση στις προσφορές'),
('el', 'display_message', 'Εμφάνιση μηνύματος'),
('el', 'display_on', 'Εμφάνιση σε'),
('el', 'display_type', 'Τύπος εμφάνισης'),
('el', 'display_variants_count', 'Αριθμός εμφανιζόμενων παραλλαγών φίλτρου πριν την κύλιση'),
('el', 'documents', 'Έγγραφα'),
('el', 'document_exists', 'Το έγγραφο με τον επιλεγμένο κώδικα υπάρχει ήδη, Παρακαλώ δοκιμάστε ένα αλλο'),
('el', 'document_import_success_msg', 'Όλα τα έγγραφα έχουν εισαχθεί χωρίς σφάλματα.'),
('el', 'document_preview_gift_certificate_not_found', 'Δεν βρέθηκε η Δωροεπιταγή. Η Προεπισκόπηση λειτουργεί μόνο με υπάρχοντα δεδομένα. Παρακαλούμε να δημιουργήσετεμαι νεα Δωροεπιταγή και να χρησιμοποιήστε την προεπισκόπηση ξανά.'),
('el', 'document_preview_order_not_found', 'Δεν βρεθηκε μια παραγγελία. Η Προεπισκόπηση λειτουργεί μόνο με υπάρχοντα δεδομένα. Παρακαλούμε δημιουργήσετε μια παραγγελία και χρησιμοποιήσετε την προεπισκόπηση ξανά.'),
('el', 'document_preview_return_request_not_found', 'Δεν βρέθηκε η αίτηση επιστροφής. Η Προεπισκόπηση λειτουργεί μόνο με υπάρχοντα δεδομένα. Παρακαλούμε να δημιουργήσετε μία νεά αίτηση επιστροφής και χρησιμοποιήστε την προεπισκόπηση ξανά.'),
('el', 'document_preview_suppliers_not_found', 'Δεν βρέθηκε ο προμηθευτής. Η Προεπισκόπηση λειτουργεί μόνο με υπάρχοντα δεδομένα. Παρακαλούμε να δημιουργήσετε ένα νεο προμηθευτή και να χρησιμοποιήστε την προεπισκόπηση ξανά.'),
('el', 'domain', 'Τομέας'),
('el', 'domains', 'Τομείς'),
('el', 'domestic_usps', 'Εγχώρια U.S.P.S'),
('el', 'done', 'Έγινε'),
('el', 'dont_recalculate_order', 'Μην επαναϋπολογίζετε την παραγγελία'),
('el', 'dont_track', 'χωρις παρακολούθηση'),
('el', 'dont_use_cardinal', 'Μην χρησιμοποιείτε την Cardinal Centinel for 3-D Secure Payer Authentication(πιστοποίηση ασφαλούς πληρωμής)'),
('el', 'dots', 'Τελείες'),
('el', 'down', 'Κάτω'),
('el', 'download', 'Λήψη'),
('el', 'downloadable', 'Δυνατότητα λήψης'),
('el', 'downloadable_product_files_directory', 'Κατάλογος για τα αρχεία με δυνατότητα λήψης προϊόντων'),
('el', 'downloadable_shipping', 'Ενεργοποίηση αποστολής εάν μπορεί να κατεβαστεί'),
('el', 'downloads', 'Λήψεις(κατεβασμένα αρχεία)'),
('el', 'downloads_max_left', 'Λήψεις (μεγ./εναπ.)'),
('el', 'download_key_expiry', 'Κατεβάστε το κλειδί λήξης'),
('el', 'download_link_expired', 'Ο σύνδεσμος λήψης έχει λήξει ή δεν είναι έτοιμος.'),
('el', 'do_not_change', 'Μην αλλάξετε'),
('el', 'do_not_pass_logo', 'Μην περάσετε το λογότυπο του καλαθιού αγορών στον έμπορο.'),
('el', 'do_not_use', 'Μην το χρησιμοποιείτε'),
('el', 'drlicense_number', 'Αριθμός άδειας οδήγησης'),
('el', 'dropdown_horizontal', 'Οριζόντιο Dropdown'),
('el', 'dropdown_limit', 'Ελάχιστος αριθμός εφόσον πρέπει να τοποθετηθούν στοιχεία σε λίστα.'),
('el', 'dropdown_second_level_elements', 'Στοιχεία Δεύτερου Επιπέδου'),
('el', 'dropdown_third_level_elements', 'Στοιχεία Τρίτου Επιπέδου'),
('el', 'dropdown_vertical', 'Κάθετο Dropdown'),
('el', 'drop_existing_data', 'Διαγράψτε όλα τα υπάρχοντα αρχεία των προϊόντων πριν από την εισαγωγή'),
('el', 'drop_images_select', 'Επιλογή Εικονας'),
('el', 'drop_images_select_short', 'Επιλογή'),
('el', 'drop_images_to_upload', 'Ριξτε εικόνες εδώ'),
('el', 'dump_file_not_writable', 'Ορίστε δικαιώματα εγγραφής για το αρχείο αντιγράφου ασφαλείας βάσης δεδομένων.'),
('el', 'duplicate', 'Διπλασιασμός των συναλλαγών'),
('el', 'dutch', 'Ολλανδικά'),
('el', 'dynamic', 'Δυναμική'),
('el', 'dynamic_content', 'Το περιεχόμενο αυτου του block θα εμφανίζεται <a href=\"[url]\">σ αυτή τη σελίδα</a> μόνο.'),
('el', 'dynamic_tree_cat', 'Δυναμικό Δένδρο'),
('el', 'dynamic_tree_pages', 'Δυναμικό Δένδρο'),
('el', 'earned_points', 'Πόντοι που κερδήθηκαν ανά προϊόν'),
('el', 'earned_point_modifier', 'Μετατροπέας κερδισμένων πόντων'),
('el', 'easing', 'Εξωμάλυνση'),
('el', 'easter_coming_soon_message', '-Ωχ, φαίνεται ότι αυτή η δυνατότητα δεν λειτουργεί ακόμα! Αλλά δουλεουμε σ αυτο και θα προσπαθήσουμε να το κανουμε να λειτουργήσει σύντομα.'),
('el', 'edit', 'Επεξεργασία'),
('el', 'editing', 'Επεξεργασία'),
('el', 'editing_attachment', 'Επεξεργασία επισύναψης'),
('el', 'editing_block', 'Επεξεργασία block'),
('el', 'editing_category', 'Επεξεργασία κατηγορίας'),
('el', 'editing_certificate', 'Επεξεργασία πιστοποιητικού'),
('el', 'editing_chart', 'Επεξεργασία διαγράμματος'),
('el', 'editing_combination', 'Επεξεργασία συνδυασμού'),
('el', 'editing_container', 'Επεξεργασία container'),
('el', 'editing_currency', 'Επεξεργασία νομίσματος'),
('el', 'editing_defined_products', 'Επεξεργασία καθορισμένων προϊόντων'),
('el', 'editing_document', 'Επεξεργασία [name]'),
('el', 'editing_email_snippet', 'Επεξεργασία αποσπασματος'),
('el', 'editing_email_template', 'Επεξεργασία Email templates'),
('el', 'editing_file', 'Επεξεργασία αρχείου'),
('el', 'editing_filter', 'Επεξεργασία φίλτρου'),
('el', 'editing_folder', 'Επεξεργασια Φακελου'),
('el', 'editing_form', 'Επεξεργασία φόρμας'),
('el', 'editing_global_vars', 'Επεξεργασία καθολικών μεταβλητών'),
('el', 'editing_grid', 'Επεξεργασία grid'),
('el', 'editing_group', 'Επεξεργασία ομάδας'),
('el', 'editing_internal_template', 'Editing on-site notification template'),
('el', 'editing_item', 'Επεξεργασία αντικειμένου'),
('el', 'editing_language', 'Επεξεργασία Γλώσσας'),
('el', 'editing_layout', 'Επεξεργασία layout'),
('el', 'editing_link', 'Επεξεργασία συνδέσμου'),
('el', 'editing_localization', 'Eεπεξεργασία εντοπισμού'),
('el', 'editing_location', 'Επεξεργασία τοποθεσίας'),
('el', 'editing_mailing_list', 'Επεξεργασία λίστας αποδεκτών αλληλογραφίας'),
('el', 'editing_menu', 'Επεξεργασία menu'),
('el', 'editing_option', 'Επεξεργασία επιλογής'),
('el', 'editing_order', 'Επεξεργασία παραγγελίας'),
('el', 'editing_order_invoice', 'Επεξεργασία τιμολογίου για την παραγγελία #[order_id]'),
('el', 'editing_order_invoice_responsive', 'Επεξεργασία τιμολογίου για την παραγγελία'),
('el', 'editing_page', 'Επεξεργασία σελίδας'),
('el', 'editing_payment', 'Επεξεργασία πληρωμής'),
('el', 'editing_poll', 'Επεξεργασία ψηφοφορίας'),
('el', 'editing_product', 'Επεξεργασία  προϊόντος'),
('el', 'editing_product_feature', 'Επεξεργασία χαρακτηριστικών προϊόντων'),
('el', 'editing_profile', 'Επεξεργασία προφίλ'),
('el', 'editing_profile_field', 'Επεξεργασία Πεδίων Προφίλ'),
('el', 'editing_profile_name', 'Επεξεργασία προφίλ: [name]'),
('el', 'editing_promotion', 'Επεξεργασία προώθησης'),
('el', 'editing_question', 'Επεξεργασία ερώτησης'),
('el', 'editing_quick_menu_link', 'Επεξεργασία συνδέσμου quick menu'),
('el', 'editing_quick_menu_section', 'Επεξεργασία τμήματος quick menu'),
('el', 'editing_rate_area', 'Επεξεργασία περιοχής τιμών'),
('el', 'editing_report', 'Επεξεργασία αναφοράς'),
('el', 'editing_shipping_method', 'Επεξεργασία τρόπου αποστολής'),
('el', 'editing_sitemap_section', 'Επεξεργασία ενότητας χάρτη ιστοχώρου'),
('el', 'editing_snippet', 'Επεξεργασία αποσπασματος'),
('el', 'editing_status', 'Επεξεργασία κατάστασης'),
('el', 'editing_storefront', 'Επεξεργασία Βιτρίνας'),
('el', 'editing_store_location', 'Επεξεργασία τοποθεσίας καταστήματος'),
('el', 'editing_supplier', 'Επεξεργασία προμηθευτή'),
('el', 'editing_tab', 'Επεξεργασία tab'),
('el', 'editing_table_column', 'Επεξεργασία στηλών'),
('el', 'editing_tax', 'Επεξεργασία φόρου'),
('el', 'editing_vendor', 'Επεξεργασια πωλητων'),
('el', 'edition_type', 'Επεξεργασία τύπου'),
('el', 'edit_admin_notification', 'Επεξεργαστείτε το μήνυμα email που αποστέλλεται στους διαχειριστές'),
('el', 'edit_and_send_invoice', 'Αλλαγή αποστολή τιμολογίου'),
('el', 'edit_content_on_site', 'Επεξεργαστείτε περιεχόμενο on-site'),
('el', 'edit_corresponding_profile_field', 'Για να αλλάξετε τον τύπο πεδίου ή τις παραλλαγές, <a href=\"[URL]\"> επεξεργαστείτε το αντίστοιχο πεδίο στην ενότητα Διεύθυνση αποστολής </a>.'),
('el', 'edit_customer_notification', 'Επεξεργαστείτε το μήνυμα email που αποστέλλεται στους πελάτες'),
('el', 'edit_files', 'Δυνατότητα Επεξεργασίας'),
('el', 'edit_invoice', 'Επεξεργασία τιμολογίων'),
('el', 'edit_layout', 'Επεξεργασία layout'),
('el', 'edit_layout_on_site', 'Επεξεργαστείτε περιεχόμενο on-site'),
('el', 'edit_order', 'Επεξεργασία παραγγελίας'),
('el', 'edit_products', 'Επεξεργασία Προϊόντων'),
('el', 'edit_profile', 'Επεξεργασία Προφίλ'),
('el', 'edit_profile_note', 'Αλλαγή email, κωδικού πρόσβασης, αλλαγή πληροφοριών αποστολής / χρέωσης  και άλλες ρυθμίσεις προφίλ'),
('el', 'edit_report', 'Επεξεργασία αναφοράς'),
('el', 'edit_robots', 'Επεξεργαστείτε το robots.txt'),
('el', 'edit_selected', 'Επεξεργασία επιλεγμένων'),
('el', 'edp_access_granted', 'Τώρα, μπορείτε να κατεβάσετε τα προϊόντα που έχετε αγοράσει'),
('el', 'edp_access_subj', 'Εγκρίθηκε πρόσβαση σε προϊόντα που διανέμονται ηλεκτρονικά');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('el', 'edp_enable_shipping', 'Ενεργοποίηση Μεταφορικών για Προϊόντα που θέλετε να κατέβασετε.'),
('el', 'eib', 'ET - Extra info block'),
('el', 'eib_wrapper', 'ET - Extra info block'),
('el', 'elements_per_column_third_level_view', 'AB: Elements number per column for the mode <b>3-level menu (dropdown list)</b>'),
('el', 'elements_per_column_third_level_view.tooltip', 'This setting limits the number of displayed third-level menu items in each of the two columns of the last level when the <b>3-level menu mode (drop-down list) </ b> is turned on. The remaining menu items (exceeding the limit settings) will not be displayed in the menu. It is rational to use the setting, if there is a very large number of menu items on the third level'),
('el', 'email', 'E-mail'),
('el', 'email.one_time_password.message', '<p>You\'ve requested a one-time code to sign in to <a href=\"[storefront_url]\">[storefront_url]</a>. Here it is:</p><p><strong><code>[password]</code></strong></p><p>Please don\'t tell this code to anyone else. If you haven\'t requested the code, then you can safely ignore this message. Nobody will be able to sign in to your account, unless they know your password or can view your inbox.</p>'),
('el', 'email.one_time_password.title', 'Sign in without password'),
('el', 'emails', 'Διευθύνσεις e-mail'),
('el', 'email_address', 'Διεύθυνση  e-mail'),
('el', 'email_cannot_be_empty', 'Το E-mail δεν μπορεί να είναι κενό'),
('el', 'email_header', 'Κεφαλίδα ηλεκτρονικού ταχυδρομείου'),
('el', 'email_marketing.confirm_subscription', 'Παρακαλολυμε επιβεβαιώστε τη συνδρομής σας'),
('el', 'email_marketing.email_subscribed', 'Ήσασταν εγγεγραμμένος στο newsletter μας'),
('el', 'email_marketing.email_subscribed_2optin', 'Συνδρομή επιβεβαιώθηκε'),
('el', 'email_marketing.enter_api_key_and_save', 'Εισάγετε το κλειδί API και αποθηκεύσετε πρώτα'),
('el', 'email_marketing.error_no_list', 'Παρακαολούμε επιλέξτε λίστα email στις ρυθμίσεις του πρόσθετου για να ξεκινήσετε την εισαγωγή'),
('el', 'email_marketing.export_all', 'Εξαγωγή όλων'),
('el', 'email_marketing.new_subscriber', 'Νέος Συνδρομητής'),
('el', 'email_marketing.subscription_confirmed', 'Ευχαριστούμε για την εγγραφή στο newsletter μας'),
('el', 'email_marketing.subscription_confirmed_2', 'Συνδρομή επιβεβαιώθηκε'),
('el', 'email_marketing.subscription_pending', 'Απαιτείται η επιβεβαίωση του Email!'),
('el', 'email_marketing.sync', 'Συγχρονισμος'),
('el', 'email_marketing.text_confirm_subscription', 'Λάβαμε μια αίτηση εγγραφής από εσάς. Παρακαλείσθε να επιβεβαιώσετε αυτό: <p><a href=\"[href]\"> κάντε κλικ εδώ, για να επιβεβαιώσετε την εγγραφή σας στο newsletter μας</a></p> εάν λάβατε αυτό το μήνυμα κατά λάθος, απλώς διαγράψτε το. Δεν θα εγγραφείτε αν δεν κάνετε κλικ στον παραπάνω σύνδεσμο επιβεβαίωσης.'),
('el', 'email_marketing.text_email_subscribed', 'Ευχαριστούμε για την εγγραφή σας στο newsletter μας. <p>Αν οποιαδήποτε στιγμή επιθυμείτε να σταματήσετε να λαμβάνετε τα email μας, <a href=\"[href]\"> κάντε κλικ σ αυτό το σύνδεσμο για να διαγραφείτε</a>.</p>'),
('el', 'email_marketing.text_email_subscribed_2optin', 'H εγγραφή σας στο newsletter μας ;έχει επιβεβαιωθεί.<p>Αν οποιαδήποτε στιγμή επιθυμείτε να σταματήσετε να λαμβάνετε τα email μας, <a href=\"[href]\"> κάντε κλικ σ΄αυτό το σύνδεσμο για να διαγραφείτε</a>.</p>'),
('el', 'email_marketing.text_subscribe', 'Γραφτείτε στο Ενημερωτικό μας email'),
('el', 'email_marketing.text_subscription_confirmed', 'Συνδρομή σας έχει επιβεβαιωθεί. Δεν απαιτείται καμία επιπλέον ενέργεια.'),
('el', 'email_marketing.text_subscription_confirmed_2', 'Η εγγραφή σας στο newsletter μας έχει επιβεβαιωθει. Σας ευχαριστώ για την εγγραφή!'),
('el', 'email_marketing.text_subscription_pending', 'Σας ευχαριστούμε για την εγγραφή σας στο newsletter μας.<p>Ένα email επιβεβαίωσης σας έχει ήδη αποσταλεί. Παρακαλούμε χρησιμοποιήστε το σύνδεσμο στο Email αυτό για να επιβεβαιώσετε την εγγραφή σας</p>'),
('el', 'email_marketing.text_unsubscribe_successful', 'Το email σας έχει αφαιρεθεί από τη λίστα μας.'),
('el', 'email_marketing.tmpl_subscription', 'Email marketing: Φόρμα Εγγραφής Newsletter'),
('el', 'email_marketing.unsubscribe_successful', 'Διαγραφή επιτυχής'),
('el', 'email_marketing.warning_email_exists', 'Το [email] είναι ήδη συνδρομητής'),
('el', 'email_order_invoice_subject', '[company_name]: τιμολόγιο για την παραγγελία #[order_id]'),
('el', 'email_subject', 'Θέμα  E-mail'),
('el', 'email_template.accounting_new_payout', 'Λογιστική: έχει εκδοθεί Πληρωμή'),
('el', 'email_template.accounting_new_withdrawal', 'Λογιστική: Εχει ζητηθει Αναληψη'),
('el', 'email_template.accounting_payout_approved', 'Λογιστική: Πληρωμή έχει ολοκληρωθεί'),
('el', 'email_template.accounting_payout_declined', 'Λογιστική: Δεν έχει ολοκληρωθεί η πληρωμή'),
('el', 'email_template.accounting_withdrawal_approved', 'Λογιστική: Η Αναληψη έχει ολοκληρωθεί'),
('el', 'email_template.accounting_withdrawal_declined', 'Λογιστική: Η αναληψη απορρίφθηκε'),
('el', 'email_template.activate_profile', 'Το Προφίλ χρήστη απαιτεί ενεργοποίηση'),
('el', 'email_template.apply_for_vendor_notification', 'Αιτηση για Πωλητής'),
('el', 'email_template.back_in_stock_notification', 'Ειδοποίηση για Διαθεσιμο Απόθεμα'),
('el', 'email_template.call_requests_buy_with_one_click', 'Αιτήσεις Κλήσεων: Ειδοποίησεις αγοράμε ένα κλικ'),
('el', 'email_template.call_requests_call_request', 'Αιτήσεις Κλήσεων: Ειδοποίησεις Αιτήσεων Κλήσης'),
('el', 'email_template.company_payment_notification', 'Πληρωμή της εταιρείας'),
('el', 'email_template.company_status_notification', 'Αλλαγή κατάστασης της εταιρείας'),
('el', 'email_template.create_profile', 'Δημιουργία προφίλ χρήστη'),
('el', 'email_template.discussion_notification', 'Ειδοποίηση για Σχόλια και κριτικες'),
('el', 'email_template.edp_access', 'Παραγγελίες: πρόσβαση σε προϊόντα με δυνατότητα λήψης'),
('el', 'email_template.email_marketing_confirmation', 'Email marketing: επιβεβαίωση εγγραφής συνδρομητή'),
('el', 'email_template.email_marketing_welcome', 'Email marketing: επιστολή καλωσορίσματος'),
('el', 'email_template.email_marketing_welcome_2optin', 'Email marketing: επιστολή καλωσορίσματος (2optin)'),
('el', 'email_template.form_builder_form', 'Φόρμα επικοινωνίας'),
('el', 'email_template.gift_certificates_notification', 'Δωροεπιταγή'),
('el', 'email_template.give_coupon', 'Προωθήσεις: κουπόνι'),
('el', 'email_template.hybrid_auth_create_profile', 'Δημιουργία προφίλ χρήστη μέσω κοινωνικής σύνδεσης'),
('el', 'email_template.low_stock', 'Ειδοποίηση για χαμηλο Διαθεσιμο Απόθεμα'),
('el', 'email_template.newsletters_newsletter', 'Newsletter'),
('el', 'email_template.newsletters_promotion', 'Newsletters: προώθηση'),
('el', 'email_template.one_time_password_request', 'One-time code for password-free sign-in'),
('el', 'email_template.order_notification', 'Ενημερωση Παραγγελίας: [name]'),
('el', 'email_template.order_notification_default', 'Ενημέρωση Παραγγελίας: προεπιλεγμένο πρότυπο για μια νέα κατάσταση παραγγελίας'),
('el', 'email_template.params.attach_order_document', 'Επισυνάψτε ένα έγγραφο PDF'),
('el', 'email_template.product_reviews_notification', 'Κριτικές προϊόντων: Ειδοποίηση για νέα Κριτική'),
('el', 'email_template.product_reviews_reply_notification', 'Κριτικές προϊόντων: Ειδοποίηση για Απάντηση'),
('el', 'email_template.profile_activated', 'Ενεργοποίηση λογαριασμού χρήστη'),
('el', 'email_template.profile_deactivated', 'Απενεργοποίηση λογαριασμού χρήστη'),
('el', 'email_template.recover_password', 'Ανάκτηση Κωδικού Πρόσβασης'),
('el', 'email_template.reminder', 'Λήξη του κωδικού πρόσβασης διαχειριστή'),
('el', 'email_template.reward_points_notification', 'Πόντοι επιβράβευσης'),
('el', 'email_template.rma_slip_notification', 'Απόδειξη RMA'),
('el', 'email_template.shipment_products', 'Παραγγελίες: Τα προϊόντα στάλθηκαν'),
('el', 'email_template.shipping_error', 'Αποστολή: request error'),
('el', 'email_template.suppliers_notification', 'Ειδοποίηση προμηθευτή'),
('el', 'email_template.track', 'Παραγγελίες: παρακολούθηση'),
('el', 'email_template.update_profile', 'Ενημέρωση προφίλ χρήστη'),
('el', 'email_template.upgrade_backup_info', 'Αναβάθμιση: επαναφορά σύνδεσμου'),
('el', 'email_template.usergroup_activation', 'Ενεργοποίηση ομάδας χρηστών'),
('el', 'email_template.usergroup_disactivation', 'Απενεργοποίηση ομάδας χρηστών'),
('el', 'email_template.usergroup_request', 'Αιτήση για ομάδα χρηστών'),
('el', 'email_template.vendor_communication.notify_admin', 'Ask seller a question: Admin Notification'),
('el', 'email_template.vendor_communication.notify_customer', 'Ask seller a question: Customer Notification'),
('el', 'email_template.vendor_data_premoderation_notification', 'Προέγκριση στοιχείων Πωλητη'),
('el', 'email_template.vendor_invitation', 'Πρόσκληση προμηθευτή'),
('el', 'email_template.vendor_plans_payment', 'Πακετα πωλητή: Ειδοποίηση πληρωμής'),
('el', 'email_template.vendor_plans_plan_changed', 'Πακετα πωλητή: Ειδοποίηση αλλαγης πακετου'),
('el', 'email_template.vendor_plans_revenue', 'Πακετα πωλητή: Ειδοποίηση Εσοδων'),
('el', 'email_templates', 'Λειτουργία Email templates'),
('el', 'email_template_exists', 'Υπάρχει ήδη το πρότυπο ηλεκτρονικού ταχυδρομείου με τον επιλεγμένο κωδικό, Παρακαλώ δοκιμάστε ένα άλλο'),
('el', 'email_template_import_success_msg', 'Όλα τα email templates έχουν εισαχθεί χωρίς σφάλματα.'),
('el', 'email_to', 'E-mail προς'),
('el', 'empty', 'Άδειο'),
('el', 'empty_key_value', 'Κενη τιμη κλειδιού πίνακα'),
('el', 'enable', 'Ενεργοποίηση'),
('el', 'enabled', 'Ενεργοποιήθηκε'),
('el', 'enable_cdn', 'Ενεργοποίηση CDN'),
('el', 'enable_for', 'Ενεργοποίηση για'),
('el', 'enable_link', 'Ενεργοποίηση συνδέσμου'),
('el', 'enable_or_disable_block', 'Ενεργοποίηση/Απενεργοποίηση Block'),
('el', 'enable_or_disable_container', 'Ενεργοποίηση/Απενεργοποίηση Container'),
('el', 'enable_or_disable_grid', 'Ενεργοποίηση/Απενεργοποίηση Grid'),
('el', 'enable_quick_view', 'Ενεργοποίηση γρήγορης προβολής'),
('el', 'enclosure', 'Περιβλημα'),
('el', 'encryption', 'Κρυπτογράφηση'),
('el', 'encryption_key', 'Κλειδί κρυπτογράφησης'),
('el', 'end_date', 'Ημερομηνία λήξης'),
('el', 'english', 'Αγγλικά'),
('el', 'enter_category_name_and_path', 'Εισάγετε την διαδρομή και το όνομα της κατηγορίας. Παράδειγμα, \"Ηλεκτρικά/Υπολογιστές/Φορητοί\"'),
('el', 'enter_code', 'Εισαγωγή κωδικού'),
('el', 'enter_color_name_and_code', 'Εισάγετε όνομα και κωδικό χρώματος. Παράδειγμα, \"Red #ff0000\"'),
('el', 'enter_data', 'Εισαγωγη Δεδομενων'),
('el', 'enter_email', 'Εισαγωγή διεύθυνσης e-mail'),
('el', 'enter_new_lang_code', 'Πληκτρολογήστε ένα νέο κωδικό γλώσσας'),
('el', 'enter_other', 'Εισαγωγή άλλου'),
('el', 'enter_your_price', 'Εισαγωγή της τιμής σας'),
('el', 'entity', 'Οντότητα'),
('el', 'entry_page', 'Εισαγωγή σελίδας'),
('el', 'entry_point', 'Σημείο εισόδου'),
('el', 'envelope', 'Φάκελος'),
('el', 'epdq_3ds_main', 'Κυρίως Παράθυρο'),
('el', 'epdq_3ds_popup', 'Αναδυόμενο Παράθυρο'),
('el', 'error', 'Λάθος'),
('el', 'errorCode', 'Error Code (μήνυμα που αντιστοιχεί σε βλάβη  μιας συγκεκριμένης εφαρμογής του λογισμικού)'),
('el', 'errorName', 'Error Name(επιλογή που κατέχει το όνομα του πρώτου σφάλματος που εμφανίζεται όταν εκτελείτε ένα πρόγραμμα)'),
('el', 'error_account_disabled', 'Ο Λογαριασμός σας έχει απενεργοποιηθεί. Σας παρακαλούμε επικοινωνήστε με τον διαχειριστή του καταστήματος.'),
('el', 'error_admin_not_created_email_already_used', 'Δεν δημιουργήθηκε λογαριασμός διαχειριστή. Η διεύθυνση ηλεκτρονικού ταχυδρομείου ανήκει σε άλλον χρήστη. Μπορείτε να προσθέσετε το διαχειριστή αυτού του πωλητη με μη αυτόματο τρόπο.'),
('el', 'error_admin_not_created_name_already_used', 'Δεν δημιουργήθηκε ο λογαριασμός διαχειριστή. Το όνομα χρήστη ανήκει σε έναν άλλο χρήστη. Θα πρέπει να αλλάξετε το όνομα του λογαριασμού διαχειριστή.'),
('el', 'error_admin_registers_as_vendor', 'Δεν μπορείτε να γίνετε πωλητής, επειδή είστε συνδεδεμένοι ως διαχειριστής. Αποσυνδεθείτε και υποβάλετε ξανά τη φόρμα.'),
('el', 'error_ajax', 'Συγνωμη, κάτι πήγε στραβά ([error]). Παρακαλώ δοκιμάστε ξανά.'),
('el', 'error_already_posted', 'Έχετε ήδη γράψει σε αυτή τη συζήτηση.'),
('el', 'error_area_access_denied', 'Δεν επιτρέπεται η σύνδεση σας σ\'αυτήν την περιοχή.'),
('el', 'error_cannot_delete_files', 'Δεν ειναι δυνατον να διαγραφουν αρχεία: <b>[files]</b>. Παρακαλούμε ελέγξτε τα δικαιώματα.'),
('el', 'error_change_admin_data_in_frontend', 'Δεν επιτρεπεται να αλλάξει το email ή ο κωδικός του admin η στο χώρο του πελάτη. Παρακαλούμε συνδεθείτε χρησιμοποιώντας ένα λογαριασμό πελάτη.'),
('el', 'error_class_phar_data_not_found', 'Η κλάση PharData δεν βρέθηκε. Διαβάστε περισσότερα: <a href=\"https://php.net/manual/en/class.phardata.php\">https://php.net/manual/en/class.phardata.php</a>'),
('el', 'error_class_zip_archive_not_found', 'Η κλάση ZipArchive δεν βρέθηκε. Διαβάστε περισσότερα: <a href=\"https://php.net/manual/en/class.ziparchive.php\">https://php.net/manual/en/class.ziparchive.php</a>'),
('el', 'error_confirmation_code_invalid', 'Συγνώμη, η αντι-bot επικύρωση απέτυχε. Παρακαλώ δοκιμάστε ξανά.'),
('el', 'error_curl_not_exists', '<b> Προσοχή! </b> <br/> <b>ο server σας δεν </b> υποστηρίζει την επέκταση της PHP cURL.<b>[method]</b> δεν θα είναι λειτουργική. Παρακαλούμε επικοινωνήστε με τον πάροχο φιλοξενίας σας.'),
('el', 'error_curl_ssl_not_exists', '<b>Προσοχή!</b><br />Το PHP cURL extension καταρτίζεται <b>χωρίς</b> υποστήριξη SSL του server. <b>[method]</b> δεν θα είναι σε λειτουργία. Παρακαλώ επικοινωνήστε με τον πάροχο φιλοξενία σας.'),
('el', 'error_currency_exists', 'Το νόμισμα με τον κωδικό <b> [code] </ b> υπάρχει ήδη'),
('el', 'error_delete_theme_company', 'Ένα από τα καταστήματα σας χρησιμοποιεί αυτό το θέμα. Ορίστε ένα άλλο θέμα πριν να το διαγράψετε.'),
('el', 'error_delete_theme_layout', 'Διάταξη που χρησιμοποιεί αυτό το θέμα έχει οριστεί ως προεπιλογή. Ορίστε μια άλλη διάταξη ως προεπιλογή.'),
('el', 'error_demo_mode', 'Το παρόν Κατάστημα λειτουργεί ως <b>Δοκιμαστική (DEMO εγκατάσταση)</b> γι΄αυτό η συγκεκριμένη δυνατότητα που επιλέξατε δεν είναι διαθέσιμη.'),
('el', 'error_directory_not_writable', 'Ο Κατάλογος \"[dir]\" είναι μόνο για ανάγνωση. Παρακαλούμε να ελέγξετε τα δικαιώματα για αυτόν τον κατάλογο της εγκατάστασης.'),
('el', 'error_email_already_subscribed', 'Το e-mail έχει ήδη εγγραφεί.'),
('el', 'error_empty_company_name', 'Το όνομα της εταιρίας δεν μπορεί να είναι κενό'),
('el', 'error_exim_cant_open_file', 'Δεν ανοίγουν τα ανεβασμένα αρχεία.'),
('el', 'error_exim_cant_read_file', 'Δεν διαβάζονται τα ανεβασμένα αρχεία.'),
('el', 'error_exim_fields_not_selected', 'Δεν έχουν επιλεχθεί πεδία για εξαγωγή.'),
('el', 'error_exim_file_doesnt_exist', 'Το αρχείο δεν υπάρχει'),
('el', 'error_exim_get_images_for_products', 'Δεν ηταν δυνατον να εισαψθουν εικόνες για μερικά από τα προϊόντα. Αυτές οι εικόνες δεν υπάρχουν (ή δεν ειναι δυνατη η προσβαση), είτε οι διαδρομές σε αυτές τις εικόνες στο εισαγόμενο αρχείο είναι εσφαλμένες.'),
('el', 'error_exim_incorrect_lines', 'Το αρχείο CVS έχει εσφαλμένη μορφοποίηση δεδομένων (εσφαλμένος οριοθέτης, ελλιπή πεδία, κλπ) στις ακόλουθες γραμμές: <b> [γραμμές] </ b>'),
('el', 'error_exim_incorrent_delimiter', 'Ο οριοθέτης στο αρχείο CSV διαφέρει από εκείνον που έχει επιλεχτεί από εσάς'),
('el', 'error_exim_invalid_count_langs', 'Ασυμφωνία αριθμού γραμμών πολλαπλών γλωσσών: διαφορετικό αριθμό γραμμών για διαφορετικές γλώσσες που παρέχονται.'),
('el', 'error_exim_layout_required_fields', 'Τα παρακάτω πεδία είναι υποχρεωτικά και δεν μπορούν να αφαιρεθούν από τη διάταξη:'),
('el', 'error_exim_no_data_exported_new', 'Δεν έγινε εξαγωγή των δεδομένων. Η λάνθασμένη επιλογή Εύρους  πιθανώς προκαλεί αυτό το ζήτημα. <a class=\"cm-post\" href=\"[url]\"> καταργήστε το εύρος εξαγωγής</a>, και στη συνέχεια, προσπαθήστε ξανά.'),
('el', 'error_exim_no_file_uploaded', 'Δεν ανέβηκε αρχείο'),
('el', 'error_exim_pattern_definition_alt_keys', 'Άκυρο υπόδειγμα ορισμού: λείπει  το εναλλακτικό κλειδί'),
('el', 'error_exim_pattern_definition_references', 'Άκυρο υπόδειγμα(μοτίβο) ορισμού: λείπουν οι αναφορές του πίνακα'),
('el', 'error_exim_pattern_dont_match', 'Το αρχείο εισαγωγής σας δεν ταιριάζει με το επιλεγμένο υπόδειγμα(μοτίβο)'),
('el', 'error_exim_pattern_not_found', 'Δεν βρέθηκε το υπόδειγμα(μοτίβο)'),
('el', 'error_exim_pattern_required_fields', 'Το αρχείο εισαγωγής σας που πρέπει να έχει τα ακόλουθα πεδία: <b> [fields] </ b>'),
('el', 'error_features_too_many_variants', 'Η Αναζήτηση ανά χαρακτηριστικό δεν είναι διαθέσιμη λόγω του υπερβολικού αριθμού των παραλλαγών.'),
('el', 'error_file_already_exists', 'Το αρχείο \"[file]\" υπάρχει ήδη.'),
('el', 'error_file_not_found', 'Το αρχείο \"[file]\" δεν βρέθηκε.'),
('el', 'error_filter_by_feature_exists', 'Το Φιλτρο με βάση τη δυνατότητα «[name]», υπάρχει ήδη.'),
('el', 'error_filter_by_product_field_exists', 'Το Φίλτρο με βάση το πεδίο προϊόντος \"[name]\" υπάρχει ήδη.'),
('el', 'error_gift_cert_code', 'Ο κωδικός της δωροεπιταγής που δώσατε είναι άκυρος. Παρακαλώ δοκιμάστε ξανά.'),
('el', 'error_hash_generation', 'Σφάλμα στο hash genereation. Παρακαλώ επιλέξτε μια άλλη μέθοδο πληρωμής.'),
('el', 'error_images_need_located_root_dir', 'Παρακαλείστε να προσδιορίσετε τον κατάλογο με τις εικόνες μέσα στο root φάκελο του καταστήματος. Τοποθετήστε τις εικόνες για εισαγωγή σε αυτόν τον κατάλογο.'),
('el', 'error_image_format_not_supported', 'Η μορφή της <b> εικόνας [format] </ b> δεν υποστηρίζεται από την βιβλιοθήκη GD που είναι  εγκατεστημένη στον διακομιστή  σας. Η μικρογραφία δεν δημιουργήθηκε.'),
('el', 'error_incorrect_login', 'Είτε το Όνομα Χρήστη είτε ο Κωδικός Πρόσβασης είναι εσφαλμένα. Σας παρακαλούμε ξανάπροσπαθήστε!'),
('el', 'error_invalid_emails', 'Οι ακόλουθες διευθύνσεις email δεν είναι έγκυρες: <b> [e-mail] </ b>'),
('el', 'error_lang_code_exists', 'Ο συγκεκριμένος κωδικός γλώσσας([code])υπάρχει ήδη. Παρακαλώ εισάγετε ένα άλλο κατάλληλο κωδικό.'),
('el', 'error_login_not_exists', 'Το Όνομα Χρήστη που πληκτρολογήσατε δεν υπάρχει. Σας παρακαλούμε ξανάπροσπαθήστε!'),
('el', 'error_message_not_sent', 'Το Μήνυμα δεν εστάλει.<br>Λάθος Αποστολής:</br>'),
('el', 'error_not_logged', 'Πρέπει να συνδεθείτε για να χρησιμοποιήσετε αυτήν την δυνατότητα.'),
('el', 'error_no_items_selected', 'Δεν υπάρχουν επιλεγμένα είδη! Τουλάχιστο Ένα θα πρέπει να επιλεχθεί για να ολοκληρωθεί η συγκεκριμένη ένέργεια.'),
('el', 'error_occured', 'Παρουσιάστηκε σφάλμα..'),
('el', 'error_occurred', 'Παρουσιάστηκε σφάλμα.'),
('el', 'error_passwords_dont_match', 'Οι Κωδικοί δεν ταιριάζουν μεταξύ τους!'),
('el', 'error_password_content', 'Ο κωδικός πρόσβασης πρέπει να περιέχει γράμματα και αριθμούς.'),
('el', 'error_password_expired', 'Ο κωδικός σας έχει λήξει. Θα πρέπει να αλλάξετε τον κωδικό πρόσβασής σας τώρα.'),
('el', 'error_password_expired_change', 'Ο κωδικός σας έχει λήξει. <p> <a href=\"[link]\" class=\"underlined\"> <b> Αλλαγή κωδικού>> </ b> </ a>> </ p'),
('el', 'error_password_min_symbols', 'Ο κωδικός πρόσβασης πρέπει να περιέχει τουλάχιστον <b> [number] </ b> χαρακτήρες.'),
('el', 'error_password_was_used', 'Ο νέος κωδικός πρόσβασης δεν πρέπει να συμπίπτει με οποιοδήποτε από αυτούς τούς τέσσερις κωδικούς πρόσβασης που χρησιμοποιήθηκαν στο παρελθόν. Παρακαλούμε χρησιμοποιήστε έναν άλλο κωδικό πρόσβασης.'),
('el', 'error_permissions_not_changed', 'Δεν είναι δυνατή η αλλαγή των αδειών(δικαιωμάτων)'),
('el', 'error_product_codes_length', 'Οι ακόλουθοι κωδικοί προϊόντων είναι πολύ μεγάλοι και έχουν αποκοπεί στα σύμβολα [product_code_length]:'),
('el', 'error_profile_field_name_exists', 'Ένα πεδίο προφίλ με αυτό το όνομα υπάρχει ήδη. Παρακαλούμε επιλέξτε ένα άλλο όνομα.'),
('el', 'error_shipment_not_created', 'Δεν ήταν δυνατή η δημιουργία μιας αποστολής. Παρακαλώ επιλέξτε έναν πάροχο ή πληκτρολογήστε έναν αριθμό παρακολούθησης.'),
('el', 'error_status_not_changed', 'Σφάλμα κατά την ενημέρωση της κατάστασης. Η κατάσταση δεν άλλαξε.'),
('el', 'error_theme_manifest_missed', 'Η περιγραφή του θέματος εμφάνισης δεν βρέθηκε.Η εγκατάσταση ακυρώθηκε.'),
('el', 'error_unable_to_create_backups', 'Δεν είναι δυνατή η δημιουργία αντιγράφων ασφαλείας.'),
('el', 'error_unable_to_create_thumbnail', 'Δεν είναι δυνατή η δημιουργία μικρογραφίας για το αρχείο \"[file]\": [error]'),
('el', 'error_unknown_archive_format', 'Άγνωστο μορφη αρχείου: [ext]'),
('el', 'error_user_exists', 'Το Όνομα Χρήστη ή το e-mail που επιλέξατε χρησιμοποιείται από άλλο χρήστη. Σας παρακαλούμε ξαναπροσπαθείστε!'),
('el', 'error_validator_ccv', 'Ο Αριθμός CVV/CVC ειναι ελειπης'),
('el', 'error_validator_color', 'Ο κωδικός Χρώματος στο πεδίο <b>[field]</b> δεν είναιέγκυρος.'),
('el', 'error_validator_email', 'Η διεύθυνση ηλεκτρονικού ταχυδρομείου στο  <b>[field]</b> πεδίο ,δεν είναι έγκυρη'),
('el', 'error_validator_integer', 'Η αξία του πεδίου <b>[field]</b> δεν είναι έγκυρη.Θα πρέπει να είναι ακέραιη.'),
('el', 'error_validator_message', 'Η αξία του πεδίου <b>[field]</b> δεν είναι έγκυρη.Θα πρέπει να είναι ακέραιη.'),
('el', 'error_validator_multiple', 'Το  <b>[field]</b>  πεδίο δεν περιλαμβάνει τις επιλογές που επιλέξατε.'),
('el', 'error_validator_password', 'Οι κωδικοί πρόσβασης στα  <b>[field2]</b> and <b>[field]</b> πεδία δεν ταιριάζουν.'),
('el', 'error_validator_phone', 'Ο αριθμός τηλεφώνου στο <b>[field]</b>πεδίο δεν είναι έγκυρο.Η σωστή μορφή είναι (555) 555-55-55 ή 55 55 555 5555.'),
('el', 'error_validator_phone_mask', 'Ο αριθμός τηλεφώνου στο πεδίο <b>[field]</b> δεν είναι έγκυρος.'),
('el', 'error_validator_phone_number', 'Απαιτείται να χρησιμοποιήσετε την παρακάτω μορφή για τις μεθόδους πληρωμής: 555 555 5555.'),
('el', 'error_validator_recaptcha', 'Επιβεβαιώστε ότι δεν είστε ρομπότ.'),
('el', 'error_validator_required', 'Το <b>[field]</b> πεδίο είναι υποχρεωτικό.'),
('el', 'error_validator_zipcode', 'Ο T.K(ταχυδρομικός κώδικας) <b>[field]</b> στο πεδίο δεν είναι σωστός. Η σωστή μορφή είναι [extra].'),
('el', 'error_vendor_exists', 'The company with e-mail you have chosen already exists, please try another.'),
('el', 'error_zip_php_extension_not_installed', 'Η επέκταση PHP \"Zip\" δεν είναι εγκατεστημένη. Παρακαλούμε εγκαταστήσετε την επέκταση PHP \"Zip\" για να δημιουργήσετε και να εξαγάγετε αρχεία ZIP.'),
('el', 'et_above_button', 'Above the BUTTON'),
('el', 'et_above_description', 'Above the DESCRIPTION'),
('el', 'et_above_info_block', 'Above (the Info Block)'),
('el', 'et_above_title', 'Above the TITLE'),
('el', 'et_add', 'et_add?'),
('el', 'et_additional_image', 'Additional image'),
('el', 'et_additional_settings', 'Additional settings'),
('el', 'et_addons', 'ET Addons'),
('el', 'et_addons_menu', 'EnergoThemes: Add-ons'),
('el', 'et_add_description_text_shadow', 'Add description text shadow'),
('el', 'et_add_title_text_shadow', 'Add title text shadow'),
('el', 'et_ask_a_question', 'Ask a question'),
('el', 'et_average_star_rating', 'Average Star Rating'),
('el', 'et_background_color', 'Background color'),
('el', 'et_background_hover', 'Background hover'),
('el', 'et_background_settings', 'Background settings'),
('el', 'et_banner', 'Extended banner'),
('el', 'et_banners', 'Design professional responsive banners by adding custom text, colors, buttons and backgrounds, as well as create different banners for desktop and mobile devices. Developed by <a href=\"https://www.energothemes.com/\"target=\"_blank\">EnergoThemes</a>'),
('el', 'et_banner_full_width_no_title', 'ET - Banner full width (no title)'),
('el', 'et_banner_wrapper', 'ET - Banner wrapper'),
('el', 'et_below_button', 'Below the BUTTON'),
('el', 'et_below_info_block', 'Below (the Info Block)'),
('el', 'et_block_title_background', 'Block title background'),
('el', 'et_block_title_background_hover', 'Block title background hover'),
('el', 'et_block_title_border', 'Block title border'),
('el', 'et_block_title_color', 'Block title color'),
('el', 'et_block_title_color_hover', 'Block title hover color'),
('el', 'et_blog_scroller_secondary_title', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.'),
('el', 'et_bottom', 'Bottom'),
('el', 'et_button', 'Button'),
('el', 'et_button_align', 'Button align'),
('el', 'et_button_animation', 'Button Animation'),
('el', 'et_button_background', 'Button background'),
('el', 'et_button_border', 'Button border'),
('el', 'et_button_border_size', 'Border size'),
('el', 'et_button_border_style', 'Border style'),
('el', 'et_button_font_size', 'Button font size'),
('el', 'et_button_font_style', 'Button font style'),
('el', 'et_button_font_weight', 'Button font weight'),
('el', 'et_button_hover_background', 'Button hover background'),
('el', 'et_button_hover_text_color', 'Button hover text color'),
('el', 'et_button_margin', 'Button margin'),
('el', 'et_button_padding', 'Button padding'),
('el', 'et_button_rounded_corners', 'Button rounded corners'),
('el', 'et_button_shadow', 'Add button shadow'),
('el', 'et_button_text', 'Button text'),
('el', 'et_button_text_color', 'Button text color'),
('el', 'et_button_url', 'Button URL'),
('el', 'et_category_banner', 'ET - Category banners'),
('el', 'et_category_description', 'ET - Category description'),
('el', 'et_category_label', 'Category label'),
('el', 'et_category_menu', 'ET - Category menu'),
('el', 'et_category_menu_icon', 'ET - Category menu (icon)'),
('el', 'et_category_menu_vertical', 'ET - Category menu (vertical)'),
('el', 'et_category_title', 'ET - Category title'),
('el', 'et_center', 'Center'),
('el', 'et_collapsed', 'Collapsed'),
('el', 'et_colors', 'Colors'),
('el', 'et_color_hover', 'Color hover'),
('el', 'et_color_settings', 'Color settings'),
('el', 'et_columns', 'Columns'),
('el', 'et_columns_tooltip', 'Number of columns to display the products'),
('el', 'et_coming_soon', 'Coming soon'),
('el', 'et_contact_info', 'Contact info'),
('el', 'et_contact_page', 'Contact page'),
('el', 'et_cta_button_text', 'Button text'),
('el', 'et_cta_button_url', 'Button URL'),
('el', 'et_cta_step_1_text', 'Step 1 text'),
('el', 'et_cta_step_1_title', 'Step 1 title'),
('el', 'et_cta_step_2_text', 'Step 2 text'),
('el', 'et_cta_step_2_title', 'Step 2 title'),
('el', 'et_cta_step_3_text', 'Step 3 text'),
('el', 'et_cta_step_3_title', 'Step 3 title'),
('el', 'et_cta_title_text', 'Block title'),
('el', 'et_custom_class', 'Custom class'),
('el', 'et_custom_color', 'Custom color'),
('el', 'et_custom_icon_settings', 'Icon settings'),
('el', 'et_custom_label_settings', 'Label settings'),
('el', 'et_custom_label_settings_tooltip', 'Only used by the Main Menu block'),
('el', 'et_custom_menu_colors', 'Menu colors'),
('el', 'et_dd_custom_menu_settings', 'Advanced menu settings'),
('el', 'et_dd_image', 'Mega Menu image settings by EnergoThemes'),
('el', 'et_dd_image_height', 'Image height'),
('el', 'et_dd_image_width', 'Image width'),
('el', 'et_dd_menu_width', 'Menu width'),
('el', 'et_dd_min_menu_height', 'Menu minimum height'),
('el', 'et_dd_offset_bottom', 'Image offset bottom'),
('el', 'et_dd_offset_right', 'Image offset right'),
('el', 'et_dd_push_menu_items', 'Push menu items'),
('el', 'et_dd_url', 'Image link'),
('el', 'et_default_vendor', 'Default vendor'),
('el', 'et_description_animation', 'Description Animation'),
('el', 'et_description_font_size', 'Description font size'),
('el', 'et_description_font_style', 'Description font style'),
('el', 'et_description_font_weight', 'Description font weight'),
('el', 'et_description_line_height', 'Description line-height'),
('el', 'et_description_margin', 'Description margin'),
('el', 'et_description_text', 'Description text'),
('el', 'et_description_text_background', 'Description text background'),
('el', 'et_description_text_color', 'Description text color'),
('el', 'et_eib_block_1_text', 'Block 1 text'),
('el', 'et_eib_block_1_title', 'Block 1 title'),
('el', 'et_eib_block_2_text', 'Block 2 text'),
('el', 'et_eib_block_2_title', 'Block 2 title'),
('el', 'et_eib_block_3_text', 'Block 3 text'),
('el', 'et_eib_block_3_title', 'Block 3 title'),
('el', 'et_eib_block_4_text', 'Block 4 text'),
('el', 'et_eib_block_4_title', 'Block 4 title'),
('el', 'et_email_marketing_description', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt'),
('el', 'et_expanded', 'Expanded'),
('el', 'et_exteded_out_of', '<strong>[average_rating]</strong> out of <strong>5</strong> stars'),
('el', 'et_featured_products_banner', 'ET - Featured products and banners'),
('el', 'et_featured_product_banner_tabs', 'Featured product and banner tabs'),
('el', 'et_featured_product_banner_tabs.manage', 'Featured product and banner tabs'),
('el', 'et_featured_vendors_sidebar', 'ET - Featured vendors sidebar'),
('el', 'et_footer_info', 'ET - Footer info'),
('el', 'et_full_grid', 'ET - Full width grid'),
('el', 'et_full_width', 'Full width'),
('el', 'et_google_map', 'Google Map'),
('el', 'et_header_call_us', 'LET US CALL YOU BACK'),
('el', 'et_home_blog', 'ET - Home blog'),
('el', 'et_home_featured_vendors', 'ET - Home featured vendors'),
('el', 'et_home_grid', 'ET - Home grid'),
('el', 'et_home_special_title', 'ET - Home special title'),
('el', 'et_home_testimonials', 'ET - Home testimonials'),
('el', 'et_horizontal', 'Horizontal'),
('el', 'et_horizontal_align', 'Horizontal align'),
('el', 'et_horizontal_with_info_block', 'Horizontal with the Info Block'),
('el', 'et_horziontal_filters_clear', 'Clear all filters'),
('el', 'et_horziontal_filters_selected', 'Your selected filters '),
('el', 'et_hover_color', 'Hover color'),
('el', 'et_hover_image', 'Hover image'),
('el', 'et_hover_opacity', 'Hover opacity'),
('el', 'et_icon_color', 'Icon color'),
('el', 'et_icon_color_hover', 'Icon color hover'),
('el', 'et_icon_position', 'Icon position'),
('el', 'et_icon_settings', 'Icon settings'),
('el', 'et_image_animation', 'Image animation'),
('el', 'et_image_background_color', 'Image background color'),
('el', 'et_image_margin', 'Image margin'),
('el', 'et_image_position', 'Image position'),
('el', 'et_image_position_horizontal', 'Image position horizontal'),
('el', 'et_image_position_inside', 'Image position inside'),
('el', 'et_image_position_vertical', 'Image position vertical'),
('el', 'et_image_url', 'Image URL'),
('el', 'et_info_block_background', 'Info block background'),
('el', 'et_info_block_margin', 'Info block margin'),
('el', 'et_info_block_settings', 'Info Block Settings'),
('el', 'et_info_block_width', 'Info block width'),
('el', 'et_inside_info_block', 'Inside the Info Block'),
('el', 'et_label_color', 'Label text color'),
('el', 'et_label_colors', 'Label colors'),
('el', 'et_label_text', 'Label text'),
('el', 'et_language_specific', 'Language specific'),
('el', 'et_left_menu', 'ET - Left menu (mobile)'),
('el', 'et_left_of_info_block', 'Left (of the Info Block)'),
('el', 'et_license_invalid', 'EnergoThemes license is not valid'),
('el', 'et_mainbox_general', 'ET - Mainbox general'),
('el', 'et_mainbox_general_full_width_no_title', 'ET - Mainbox general full width (no title)'),
('el', 'et_mainbox_general_full_width_title', 'ET - Mainbox general full width'),
('el', 'et_mainbox_simple', 'ET - Mainbox simple'),
('el', 'et_mainbox_simple_full_width_no_title', 'ET - Mainbox simple full width (no title)'),
('el', 'et_mainbox_simple_full_width_title', 'ET - Mainbox simple full width'),
('el', 'et_main_slider', 'ET - Main slider'),
('el', 'et_manage', 'et_manage?'),
('el', 'et_marketplace_menu', 'ET - Marketplace Menu'),
('el', 'et_master_vendors', 'vendor|vendors'),
('el', 'et_mega_menu', 'ET - Advanced Mega Menu'),
('el', 'et_mega_menu.banner_settings', 'Banner Settings'),
('el', 'et_mega_menu.category_settings', 'Menu Category Settings'),
('el', 'et_mega_menu.icon_settings', 'Icon Settings'),
('el', 'et_mega_menu.products_settings', 'Featured Product Settings'),
('el', 'et_mega_menu.size_settings', 'Window Size Settings'),
('el', 'et_mega_menu.subcategory_thumbnails', 'Subcategory Thumbnails'),
('el', 'et_mega_menu_tab', 'Additional menu settings'),
('el', 'et_menu_horizontal', 'ET - Menu (horizontal)'),
('el', 'et_min_height', 'Min height'),
('el', 'et_mobile_footer_block', 'ET - Footer block (mobile)'),
('el', 'et_mobile_footer_menu', 'ET - Footer menu (mobile)'),
('el', 'et_mobile_menu_wrapper', 'ET - Mobile Menu'),
('el', 'et_multi_scroller', 'ET - Multi scroller'),
('el', 'et_my_content', 'My content'),
('el', 'et_newsletter_description', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt'),
('el', 'et_offset_bottom', 'Offset bottom'),
('el', 'et_offset_right', 'Offset right'),
('el', 'et_opacity', 'Opacity'),
('el', 'et_overlay_settings', 'Overlay settings'),
('el', 'et_padding', 'Padding'),
('el', 'et_pp_block', 'Info blocks'),
('el', 'et_pp_block_r', 'Return policy'),
('el', 'et_pp_block_s', 'Shipping policy'),
('el', 'et_pp_block_w', 'Warranty policy'),
('el', 'et_pp_info_expanded', 'Expanded by default'),
('el', 'et_pp_info_icon_and_color_settings', 'Icon and color settings'),
('el', 'et_pp_info_use_icon', 'Use icon'),
('el', 'et_pp_sold_by', 'Sold by'),
('el', 'et_pp_this_item_sold_by', 'This item is sold by'),
('el', 'et_product_coming_soon', 'Available on: [avail_date]'),
('el', 'et_product_display_options', 'Product display options'),
('el', 'et_product_filters', 'Product filters'),
('el', 'et_product_tabs_rating_right_text', 'Tell us something about it and help others make the right decision'),
('el', 'et_product_tabs_rating_right_title', 'Have you used the product?'),
('el', 'et_product_tabs_rating_testimonial_right_text', 'Tell us something about your experience here'),
('el', 'et_product_tabs_rating_testimonial_right_title', 'Have you bought from our Marketplace?'),
('el', 'et_product_tabs_rating_testimonial_right_title_ult', 'Have you bought from our Store?'),
('el', 'et_product_tabs_rating_vendor_right_text', 'Tell us something about it and help others make the right decision'),
('el', 'et_product_tabs_rating_vendor_right_title', 'Have you bought from this vendor?'),
('el', 'et_product_title_rows', 'Product title rows'),
('el', 'et_product_title_rows_tooltip', 'Number of rows to display the product titles'),
('el', 'et_profile_info', 'ET - Profile info'),
('el', 'et_profile_text', 'Profile text'),
('el', 'et_push_items', 'Push menu items'),
('el', 'et_quick_info', 'Product page quick info'),
('el', 'et_quick_info.manage', 'Product page quick info blocks'),
('el', 'et_quick_info.new_block', 'New quick info block'),
('el', 'et_quick_info_block', 'Product page quick info'),
('el', 'et_read_all', 'Read all'),
('el', 'et_read_more', 'Read more'),
('el', 'et_register_text', 'Register text'),
('el', 'et_review_variant', 'Product variant reviewed'),
('el', 'et_right_menu', 'ET - Right menu (mobile)'),
('el', 'et_right_of_info_block', 'Right (of the Info Block)'),
('el', 'et_rounded_corners', 'Rounded corners'),
('el', 'et_same_vendor', 'ET - Same vendor'),
('el', 'et_search', 'ET - Search'),
('el', 'et_search_marketplace_products', 'Search by Marketplace products'),
('el', 'et_search_wrapper', 'ET - Search'),
('el', 'et_select_category_hover_text', 'Select category'),
('el', 'et_seo_rules', 'VIVAshop SEO rules for vendor stores'),
('el', 'et_separate_blog_image', 'ET - Blog image'),
('el', 'et_settings', 'Settings'),
('el', 'et_short_description', 'Category mini description'),
('el', 'et_show_all_reviews', 'Show all reviews'),
('el', 'et_show_discount_label', 'Show discount label'),
('el', 'et_show_old_price', 'Show old price'),
('el', 'et_show_product_name', 'Show product name'),
('el', 'et_show_product_price', 'Show price'),
('el', 'et_show_reviews_with', 'Show reviews with'),
('el', 'et_show_title', 'Show title'),
('el', 'et_sidebar_category', 'Sidebar category'),
('el', 'et_sidebar_subcategories', 'ET - Sidebar subcategories'),
('el', 'et_sidebox_filters', 'ET - Sidebox filters'),
('el', 'et_sidebox_products', 'ET - Sidebox products'),
('el', 'et_sidebox_simple_open_on_mobile', 'ET - Sidebox open on mobile'),
('el', 'et_sidebox_subcategories', 'ET - Sidebox subcategories'),
('el', 'et_social_links', 'Social links'),
('el', 'et_star', 'star|stars'),
('el', 'et_sticky_cart', 'ET - Sticky cart'),
('el', 'et_sticky_my_account', 'ET - Sticky My account'),
('el', 'et_store_settings', 'Store settings'),
('el', 'et_subcategories', 'ET - Subcategories'),
('el', 'et_subcateg_opt_img_title', 'Image'),
('el', 'et_tab_title_active_color', 'Tab title active color'),
('el', 'et_tab_title_color', 'Tab title color'),
('el', 'et_text_align', 'Text align'),
('el', 'et_text_color', 'Text color'),
('el', 'et_text_hover', 'Text hover'),
('el', 'et_thumbnail_width', 'Thumbnail width'),
('el', 'et_thumbnail_width_tooltip', 'Product image thumbnail width in pixels'),
('el', 'et_title_animation', 'Title Animation'),
('el', 'et_title_background', 'Title background'),
('el', 'et_title_color', 'Title text color'),
('el', 'et_title_font_size', 'Title font size'),
('el', 'et_title_font_style', 'Title font style'),
('el', 'et_title_font_weight', 'Title font weight'),
('el', 'et_title_line_height', 'Title line-height'),
('el', 'et_title_margin', 'Title margin'),
('el', 'et_title_text', 'Title text'),
('el', 'et_title_text_background', 'Title text background'),
('el', 'et_title_text_color', 'Title text color'),
('el', 'et_top', 'Top'),
('el', 'et_top_menu', 'ET - Top menu'),
('el', 'et_transparent_background', 'Transparent background'),
('el', 'et_type', 'Type'),
('el', 'et_update_for_all_languages', 'Update for all languages'),
('el', 'et_update_for_all_languges', 'Update for all languages'),
('el', 'et_use_bkg_overlay', 'Use background overlay'),
('el', 'et_vendor_categories', 'ET - Vendor categories'),
('el', 'et_vendor_extra_details_f', 'Facebook'),
('el', 'et_vendor_extra_details_i', 'Instagram'),
('el', 'et_vendor_extra_details_l', 'Linkedin'),
('el', 'et_vendor_extra_details_p', 'Pinterest'),
('el', 'et_vendor_extra_details_t', 'Twitter'),
('el', 'et_vendor_extra_details_y', 'Youtube'),
('el', 'et_vendor_header.feedback', 'Feedback'),
('el', 'et_vendor_header.social', 'Socials'),
('el', 'et_vendor_header.store', 'Store'),
('el', 'et_vendor_menu', 'Vendor Menu'),
('el', 'et_vendor_menu_mobile', 'ET - Vendor menu mobile'),
('el', 'et_vendor_panel_menu.default_vendor_store', 'Default vendor blocks'),
('el', 'et_vendor_panel_menu.my_banners', 'Banners'),
('el', 'et_vendor_panel_menu.my_home_blocks', 'Home blocks'),
('el', 'et_vendor_panel_menu.my_pages', 'Pages'),
('el', 'et_vendor_plans.footer', '<div class=\"et-vendor-plans_footer_big\">Not sure which plan will suit you best?</div><div class=\"et-vendor-plans_footer_small\">Start with a 14-day trial of all Marketplace features then choose the plan that\'s right for you</div>'),
('el', 'et_vendor_plans.footer_button_link', './index.php?dispatch=pages.view&page_id=30'),
('el', 'et_vendor_plans.footer_button_text', 'Contact us'),
('el', 'et_vendor_plans.no_vendor_store', 'NO microstore'),
('el', 'et_vendor_plans.per', 'per'),
('el', 'et_vendor_store_header', 'ET - Vendor store header'),
('el', 'et_vendor_store_header_mobile', 'ET - Vendor store header mobile'),
('el', 'et_vendor_store_menu', 'ET - Vendor store menu'),
('el', 'et_vendor_store_menu_mobile', 'ET - Vendor store menu mobile'),
('el', 'et_vertical', 'Vertical'),
('el', 'et_vertical_align', 'Vertical align'),
('el', 'et_vertical_with_info_block', 'Vertical with the Info Block'),
('el', 'et_vivashop_mv_functionality.home_blocks', 'Vendor home blocks'),
('el', 'et_vivashop_mv_functionality.vendor_pages', 'Vendor pages'),
('el', 'et_vivashop_mv_settings.best_bkg', 'Best choice background'),
('el', 'et_vivashop_mv_settings.best_outer_bkg', 'Best choice outer background'),
('el', 'et_vivashop_mv_settings.best_outer_text', 'Best choice outer text'),
('el', 'et_vivashop_mv_settings.best_text', 'Best choice text'),
('el', 'et_vivashop_mv_settings.footer_bkg', 'Footer background'),
('el', 'et_vivashop_mv_settings.footer_bkg_img', 'Footer background image'),
('el', 'et_vivashop_mv_settings.footer_button_text', 'Button text'),
('el', 'et_vivashop_mv_settings.footer_button_url', 'Button URL'),
('el', 'et_vivashop_mv_settings.footer_text', 'Footer text'),
('el', 'et_vivashop_mv_settings.header_bkg', 'Header background'),
('el', 'et_vivashop_mv_settings.header_hover', 'Header text hover'),
('el', 'et_vivashop_mv_settings.header_text', 'Header text color'),
('el', 'et_vivashop_mv_settings.highlight_text', 'Title highlighted text'),
('el', 'et_vivashop_mv_settings.menu_bkg', 'Menu background'),
('el', 'et_vivashop_mv_settings.menu_bkg_hover', 'Menu background hover'),
('el', 'et_vivashop_mv_settings.menu_text', 'Menu text color'),
('el', 'et_vivashop_mv_settings.menu_text_hover', 'Menu text color hover'),
('el', 'et_vivashop_mv_settings.price_bkg', 'Price background'),
('el', 'et_vivashop_mv_settings.price_text', 'Price text'),
('el', 'et_vivashop_mv_settings.show_footer', 'Show footer'),
('el', 'et_vivashop_settings.arrow', 'Arrow'),
('el', 'et_vivashop_settings.box_color', 'Box color'),
('el', 'et_vivashop_settings.circles_bkg', 'Circle background'),
('el', 'et_vivashop_settings.circles_icons', 'Circle icon'),
('el', 'et_vivashop_settings.circles_steps_txt', 'Step number text'),
('el', 'et_vivashop_settings.circles_step_bkg', 'Step number background'),
('el', 'et_vivashop_settings.circles_text', 'Circle text'),
('el', 'et_vivashop_settings.demo_banners', '<p><a class=\"cm-ajax btn btn-primary\" href=\"[demo_data_url]\">Add all demo data</a></p> <br/> <p><a class=\"cm-ajax btn btn-secondary\" href=\"[demo_banners_url]\">Add only demo banners</a></p>'),
('el', 'et_vivashop_settings.go_btn_bkg', 'Button background'),
('el', 'et_vivashop_settings.go_btn_bkg_hover', 'Button hover background'),
('el', 'et_vivashop_settings.go_btn_txt', 'Button text'),
('el', 'et_vivashop_settings.go_btn_txt_hover', 'Button hover text'),
('el', 'et_vivashop_settings.icons', 'Icons'),
('el', 'et_vivashop_settings.icon_bkg', 'Icon background color'),
('el', 'et_vivashop_settings.icon_color', 'Icon color'),
('el', 'et_vivashop_settings.main_bkg_color', 'Background color'),
('el', 'et_vivashop_settings.overlay', 'Overlay color'),
('el', 'et_vivashop_settings.overlay_alpha', 'Overlay opacity'),
('el', 'et_vivashop_settings.text', 'Text'),
('el', 'et_vivashop_settings.text_color', 'Text color'),
('el', 'et_vivashop_settings.text_top', 'Title text'),
('el', 'et_vivashop_settings.title_color', 'Title color'),
('el', 'et_width', 'Width'),
('el', 'et_wishlist_button_text', 'Wishlist'),
('el', 'event.order.edp.name', 'Εγκριθηκε πρόσβαση στα προϊόντα με δυνατότητα λήψης'),
('el', 'event.order.shipment_updated.name', 'Τα προϊόντα αποστέλλονται'),
('el', 'event.order.status_changed.name', 'Κατάστασης παραγγελίας αλλαξε σε [status]'),
('el', 'event.order.updated.name', 'Η παραγγελία ενημερωθηκε'),
('el', 'event.profile.activated.name', 'Το προφίλ ενεργοποιήθηκε'),
('el', 'event.profile.added.name', 'Profile requires activation'),
('el', 'event.profile.created.name', 'Profile was created'),
('el', 'event.profile.deactivated.name', 'Το προφίλ απενεργοποιήθηκε'),
('el', 'event.profile.password_recovery.name', 'Ανάκτηση Κωδικού Πρόσβασης'),
('el', 'event.profile.password_reminder.name', 'Reminder about necessary password change'),
('el', 'event.profile.updated.name', 'To προφίλ ενημερώθηκε'),
('el', 'event.profile.usergroup_activation.name', 'User group activation'),
('el', 'event.profile.usergroup_disactivation.name', 'User group disactivation'),
('el', 'event.profile.usergroup_request.name', 'Membership in user group was requested'),
('el', 'event.profile.usergroup_updated.name', 'Membership in user group was changed'),
('el', 'event.receiver.a', 'Διαχειριστής'),
('el', 'event.receiver.c', 'Πελάτης'),
('el', 'event.receiver.s', 'Προμηθευτής'),
('el', 'event.receiver.v', 'Πωλητής'),
('el', 'event.transport.internal', 'Notifications center'),
('el', 'event.transport.mail', 'E-mail'),
('el', 'event.vendors_require_approval.name', 'Vendors require approval'),
('el', 'event.vendors_require_approval.title', 'Some vendors are pending approval'),
('el', 'event.vendor_status_changed.active.message', 'All your active products will now appear in the store'),
('el', 'event.vendor_status_changed.name', 'Vendor status changed to [status]'),
('el', 'event.vendor_status_changed.pending.message', 'You can work with the admin panel and manage your products, but they won\'t appear to customers until your status changes to Active.'),
('el', 'event.vendor_status_changed.title', 'Your status has been changed to [status]'),
('el', 'eway_configuration_note', '<a href=\'https://go.eway.io/s/article/How-do-I-setup-my-Live-eWAY-API-Key-and-Password\' target=\'_blank\'> Πώς μπορώ να ρυθμίσω το Live eWAY API Key και κωδικό πρόσβασης;</a>'),
('el', 'eway_upgrade_notification_text', '<p>Οι τροποι <b>eWAY</b>, <b>eWAY Direct Payment</b> και <b>eWAY Shared Payment</b> δεν υποστηρίζονται από αυτήν την έκδοση [product].</p> <p>Σας προτείνουμε ανεπιφύλακτα να <b>αναβαθμίσετε σε eWAY Direct Payment (Rapid API)</b> ή <b>eWAY Responsive Shared (Rapid API)</b>, εδώ είναι οι οδηγίες:</p> <ul><li>πηγαίνετε στο διαχείριση > Τροποι Πληρωμης</li> <li>Ανοίξτε έναν από τους τρόπους πληρωμής που κανουν χρηση του παρωχημενου eWAY επεξεργαστή</li>, <li>μεταβείτε στην καρτέλα \"Γενικά\" και καθορίστε το <b>WAY Direct Payment (Rapid API)</b> ή το <b>eWAY Responsive Shared (Rapid API)</b> ως επεξεργαστή πληρωμής</li> <li>μεταβείτε στην καρτέλα \"ρύθμιση παραμέτρων\" και καθορίσετε τα σωστα: <ul><li>API, API κωδικό πρόσβασης και κρυπτογράφηση κλειδιού για WAY Direct Payment (Rapid API)</li> <li>API κλειδί και κωδικός πρόσβασης API για eWAY Responsive Shared (Rapid API)</li></ul></li></ul> <p>Τα eWAY, eWAY Direct Payment και eWAY Shared Payment θα εξακολουθουν να είναι λειτουργικα, αλλά εμείς τα <b>μετονομάσαμε</b> Παρωχημενο eWAY, Παρωχημενο eWAY Direct Payment καιωΠαρωχημενο eWAY Shared Payment αναλόγως.</p>'),
('el', 'eway_upgrade_notification_title', 'Οι  επεξεργαστες πληρωμων WAY, eWAY Direct Payment και eWAY Shared Payment δεν υποστηρίζονται πλέον'),
('el', 'exact_phrase', 'Η συγκεκριμένη φράση'),
('el', 'excellent', 'Εξαιρετικό'),
('el', 'exception', 'Εξαίρεση'),
('el', 'exceptions', 'Εξαιρέσεις'),
('el', 'exceptions_type', 'Τύποι εξαιρέσεων'),
('el', 'exception_disabled', 'Δεν μπορεί να επιλεχθεί παραλλαγή'),
('el', 'exception_disregard', 'Οποιαδήποτε παραλλαγή'),
('el', 'exception_error', 'ΛΑΘΟΣ'),
('el', 'exception_error_code', 'Κωδικός Λάθους:'),
('el', 'exception_exist', 'Αυτός ο συνδυασμός εξαίρεσης υπάρχει ήδη'),
('el', 'exception_title', 'Συγνωμη!<br />Δεν είμαστε σε θέση να βρούμε αυτό που ψάχνετε.'),
('el', 'exchange_rate', 'Ισοτιμίες σε πραγματικό χρόνο'),
('el', 'exclude_disabled_products', 'Εξαίρεση απενεργοποιημένων προϊοντων'),
('el', 'exclusive_promotions', 'Αποκλειστικές εκπτώσεις'),
('el', 'exclusive_promotions_content', 'Εγγραφείτε στα νέα μας και αποκτήστε ένα κουπόνι έκπτωσης 10%!'),
('el', 'exec', 'εκτέλεση'),
('el', 'exim_cannot_create_variant_for_shareable_feature', 'Δεν μπορείτε να δημιουργήσετε μια παραλλαγή για ένα κοινόχρηστο χαρακτηρηστικό'),
('el', 'exim_error_empty_feature_name', 'Λείπει το όνομα χαρακτηριστικου. Μερικά χαρακτηριστικά προϊόντων δεν ενημερώθηκαν.'),
('el', 'exim_error_incorrect_feature_type', 'Εσφαλμένος τύπς χαρακτηριστικου. Μερικά χαρακτηριστικά προϊόντων δεν ενημερώθηκαν.'),
('el', 'exim_remove_additional_images', 'Διαγραφή των επιπλέον εικόνων'),
('el', 'exim_vendor_cant_create_feature', 'Οι Πωλητές δεν μπορούν να δημιουργήσουν χαρακτηριστικά του προϊόντος και παραλλαγές αυτών. Μερικά χαρακτηριστικά του προϊόντος δεν μπορούν να τροποποιηθούν.'),
('el', 'exit_point', 'Πόντος εξόδου'),
('el', 'exp', 'Exp'),
('el', 'expanded', 'Διευρυμένο'),
('el', 'expand_collapse_list', 'Ανάπτυξη/ Σύμπτηξη της λίστας ειδών'),
('el', 'expand_section', 'Επέκταση Ενότητας'),
('el', 'expand_sublist_of_items', 'Ανάπτυξη της Υπολίστας Ειδών'),
('el', 'expenditure', 'Δαπάνες'),
('el', 'expired', 'έληξε'),
('el', 'expirepreauth', 'Προέγκριση'),
('el', 'expirepreauth_description', 'Όριο προέγκρισης παρακρατησης σε ημέρες. Η μέγιστη τιμή είναι 30 ημέρες. Με τον τύπο αίτησης \"Sale\", αφήστε κενό αυτό το πεδίο.'),
('el', 'expiry_date', 'Ημερομηνία Λήξης'),
('el', 'export', 'Εξαγωγή'),
('el', 'exported_fields', 'Εξαγωγή πεδίων'),
('el', 'exported_files', 'Εξαγωγή αρχείων'),
('el', 'exported_items', 'Εξαγόμενα αντικείμενα'),
('el', 'exporting_data', 'Εξάγοντας δεδομένα'),
('el', 'export_by_cron', 'Εξαγωγή με cron'),
('el', 'export_by_cron_to', 'Εξαγωγή με cron σε'),
('el', 'export_cron_hint', 'Χρησιμοποιήστε την ακόλουθη γραμμή για να εκτελέσετε τη δέσμη ενεργειών σύμφωνα με το χρονοδιάγραμμα'),
('el', 'export_data', 'Εξαγωγή δεδομένων'),
('el', 'export_found_products', 'Export found products'),
('el', 'export_layout', 'Εξαγωγή Διαταξης'),
('el', 'export_locations', 'Εξαγωγη Τοποθεσιων'),
('el', 'export_options', 'Εξαγωγή επιλογών'),
('el', 'export_selected', 'Εξαγωγή επιλεγμένων'),
('el', 'export_to_ftp', 'Επιλογές FTP server'),
('el', 'export_to_server', 'Εξαγωγή σε server'),
('el', 'extended', 'Επέκταση'),
('el', 'extra', 'Επιπλέον'),
('el', 'extract_archive', 'εξαγάγετε αρχείο'),
('el', 'extra_fields', 'Επιπλέον πεδία'),
('el', 'extra_folders', 'Επιπλέον φακελοι'),
('el', 'extra_services', 'Επιπλέον υπηρεσίες'),
('el', 'facebook', 'Facebook'),
('el', 'facebook_obj_type', 'Facebook object type'),
('el', 'fail', 'απέτυχε'),
('el', 'failed', 'ΑΚΥΡΩΘΗΚΑΝ'),
('el', 'fair', 'Καλό'),
('el', 'false', 'ΕΣΦΑΛΜΕΝΟΣ'),
('el', 'faroese', 'Νήσων Φερόε'),
('el', 'fast', 'Γρήγορα'),
('el', 'fax', 'Φαξ'),
('el', 'fb_activities', 'Activities'),
('el', 'fb_businesses', 'Businesses'),
('el', 'fb_groups', 'Groups'),
('el', 'fb_organizations', 'Organizations'),
('el', 'fb_people', 'People'),
('el', 'fb_places', 'Places'),
('el', 'fb_products_entertainment', 'Products and Entertainment'),
('el', 'fb_websites', 'Websites'),
('el', 'feature', 'Χαρακτηριστικό'),
('el', 'features', 'Χαρακτηριστικά'),
('el', 'features_delimiter', 'Οριοθέτης Παραλλαγης Χαρακτηριστικού'),
('el', 'features_menu_description', 'Προσθέστε και διαχειριστείτε τα χαρακτηριστικά των προϊόντων σας'),
('el', 'feature_code', 'Κωδικός Χαρακτηριστικού'),
('el', 'feature_comparison', 'Σύγκριση χαρακτηριστικού'),
('el', 'feature_comparison_upgrade_notification_text', 'Το πλαίσιο ελέγχου <b>σύγκριση χαρακτηριστικου</b> στο <b>Προϊόντα → Προίον→ &lt; επιθυμητό προϊόν &gt;</b> έχει αφαιρεθεί. <br>Επιλέγοντας το νέο κουτάκι <b>Να επιτρέπεται στους πελάτες  να συγκρίνουν προϊόντα</b> στο ρυθμίσεις → γενικές → Κατάλογος, τώρα μπορείτε να επιτρεψετε στους πελάτες σας να προσθέσουν οποιαδήποτε προϊόν του καταστηματος σας στον Καταλογο Συγκρισης. <br>Για να εμφανιστεί στον κατάλογο συγκρισης, ένα χαρακτηριστικό πρέπει να έχει ένα (ή περισσότερα) από τα παρακάτω πλαίσια ελέγχου ενεργοποιημένα στο <b>Προϊόντα → χαρακτηριστικά προϊόντος → &lt; επιθυμητό χαρακτηριστικό &gt;</b>: <br><ul><li>Εμφάνιση στην καρτέλα χαρακτηριστικά</li> <li>Εμφάνιση σε λίστα προϊόντων</li> <li>εμφανιση στην επικεφαλίδα στη σελίδα Λεπτομέρειες προϊόντος</li></ul>');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('el', 'feature_comparison_upgrade_notification_title', 'Αλλαγές σε σύγκριση χαρακτηριστικων'),
('el', 'feature_display_on_catalog', 'Εμφάνιση στη λίστα προϊόντων'),
('el', 'feature_display_on_header', 'Να εμφανίζεται στην επικεφαλίδα στη σελίδα Λεπτομέρειες προϊόντος'),
('el', 'feature_display_on_product', 'Προβολή στην καρτέλα Χαρακτηρηστικών'),
('el', 'feature_group', 'Ομάδα Χαρακτηρηστικών'),
('el', 'feature_groups', 'Ομάδα Χαρακτηρηστικών'),
('el', 'feature_id', 'ID Χαρακτηριστικού'),
('el', 'feature_name', 'Όνομα Χαρακτηριστικού'),
('el', 'feature_style', 'Στυλ χαρακτηριστικών'),
('el', 'feedback_is_sent_successfully', 'Τα σχόλια έχουν σταλεί με επιτυχία.'),
('el', 'feedback_values', 'Αξία σχολίων'),
('el', 'feed_description', 'Περιγραφή Feed'),
('el', 'feed_title', 'Τίτλος Feed'),
('el', 'fib_wrapper', 'ET - Footer info block'),
('el', 'field', 'Πεδίο'),
('el', 'fields', 'Πεδία'),
('el', 'field_editor', 'Επεξεργαστης Πεδίου'),
('el', 'field_name', 'Όνομα πεδίου'),
('el', 'field_type', 'Τύπος πεδίου'),
('el', 'file', 'Αρχείο'),
('el', 'filename', 'Όνομα αρχείου'),
('el', 'files', 'Αρχεία'),
('el', 'filesize', 'Μέγεθος αρχείου'),
('el', 'files_are_too_large', 'Συνολικό μέγεθος των αρχείων που έχετε ανεβάσει υπερβαίνει το ανώτατο όριο των [size].'),
('el', 'files_changes', 'Αλλαγες Αρχείων'),
('el', 'files_directory', 'Κατάλογος αρχείων'),
('el', 'file_avail_after_payment', 'Αυτό το αρχείο θα είναι διαθέσιμο μετά την πλήρη αποπληρωμή της παραγγελίας'),
('el', 'file_browser', 'Βrowser αρχείου'),
('el', 'file_changes_detector', 'Ανιχνευτής αλλαγών  Αρχείων'),
('el', 'file_changes_detector.added', 'προστέθηκε'),
('el', 'file_changes_detector.changed', 'αλλαχθηκε'),
('el', 'file_changes_detector.deleted', 'διαγραφηκε'),
('el', 'file_changes_detector.snapshot_not_found', 'Δεν βρέθηκε Στιγμιότυπο από μια καθαρη εγκατάσταση. Παρακαλούμε να επαναφέρετε απο <b>[dist_filename]</b>.'),
('el', 'file_doesnt_have_key', 'Αυτό το αρχείο δεν έχει κλειδί download.'),
('el', 'file_download_limit_exceeded', 'Το αρχείο δεν μπορεί να κατεβάσει, επειδή το όριο λήψης που ισούται με το [limit] έχει υπερβεί.'),
('el', 'file_editor', 'Επεξεργαστής Αρχείων'),
('el', 'file_is_too_large', 'Το αρχείο είναι πολύ μεγάλο. Το μέγιστο μέγεθος μεταφόρτωσης είναι [size].'),
('el', 'file_tree', 'Δέντρο αρχείου'),
('el', 'file_uploading_in_progress_please_wait', 'Η μεταφόρτωση αρχείου βρίσκεται σε εξέλιξη. Παρακαλώ περιμένετε.'),
('el', 'filling', 'Συμπλήρωση'),
('el', 'filter', 'Φίλτρο'),
('el', 'filters', 'Φίλτρα'),
('el', 'filters_in_use', 'Όλες οι λειτουργίες είναι ήδη σε χρήση'),
('el', 'filters_menu_description', 'Τα φίλτρα αναζήτησης που εμφανίζονται στις σελίδες καταλόγου και επιτρέπουν την εύκολη αναζήτηση προϊόντων.'),
('el', 'filter_by', 'Φίλτρο ανα'),
('el', 'filter_by_categories', 'Φίλτρο ανά κατηγορία'),
('el', 'filter_description', 'Περιγραφή φίλτρου'),
('el', 'filter_name', 'Όνομα φίλτρου'),
('el', 'filter_style', 'Τύπος φίλτρου'),
('el', 'final_sale', 'Οριστική Πώληση'),
('el', 'finance_product_code', 'ΚΩΔΙΚΟΣ οικονομικών'),
('el', 'financial_state', 'Οικονομική κατάσταση'),
('el', 'find_results_with', 'Εύρεση αποτελεσμάτων με'),
('el', 'finish', 'Λήξη'),
('el', 'finished', 'Έληξε'),
('el', 'finnish', 'Φινλανδικά'),
('el', 'first_name', 'Όνομα'),
('el', 'first_name_and_last_name', 'Όνομα και Επίθετο'),
('el', 'flemish', 'Φλαμανδικά'),
('el', 'folder', 'Φάκελος'),
('el', 'folder_is_empty', 'Φακελος είναι αδειος'),
('el', 'footer', 'Υποσέλιδο'),
('el', 'footer_bottom', 'Footer bottom'),
('el', 'footer_general', 'Υποσέλιδο γενικα'),
('el', 'for', 'για'),
('el', 'forbidden', 'Απαγορευμένο'),
('el', 'forbidden_combinations', 'Απαγορευμένοι  συνδυασμοί'),
('el', 'forgot_password_question', 'Ξεχάσατε τον Κωδικό;'),
('el', 'form', 'Φόρμα'),
('el', 'format', 'Μορφή'),
('el', 'forms', 'Φόρμες'),
('el', 'form_builder', 'Κατασκευή φόρμας'),
('el', 'form_id', 'ID Φόρμας'),
('el', 'form_submit_text', 'Κείμενο υποβολής φόρμας'),
('el', 'for_all_found_orders', 'Για Παραγγελίες σε ΟΛΕΣ τις Σελίδες'),
('el', 'for_this_page_orders', 'Για Παραγγελίες Σ\' ΑΥΤΗΝ την Σελίδα'),
('el', 'fragile', 'Ευθραυστο'),
('el', 'free', 'Δωρεάν'),
('el', 'free_products', 'Δωρεάν προιόντα'),
('el', 'free_shipping', 'ΔΩΡΕΑΝ Μεταφορικά'),
('el', 'free_shipping_upgrade_notification_text', '<p>Μερικά από τα προϊόντα σας έχουν ενεργοποιημένη η ιδιότητα την <b>Δωρεν Αποστολή</b>. Σε παλαιότερες εκδόσεις του [product] ένας πελάτης δεν μπορουσε να επιλέξει μια μέθοδο αποστολής κατά την αγορά αυτών των προϊόντων.</p> <p>Ξεκινώντας απο την έκδοση [product], ένας πελάτης επιλέγει μια μέθοδο αποστολής στο Ταμείο για τα προϊόντα με την ιδιοτητα <b>δωρεαν αποστολη</b> ενεργοποιημένη.</p> <p>Για να δημιουργήσετε μια μεθοδο αποστολης  που θα χρησιμοποιηθεί στη δωρεάν αποστολή, πρεπει να ολοκληρώσετε αυτά τα βήματα:</p> <ol><li>Πάτε στο <b>Διαχείριση→ΜΕΤΑΦΟΡΙΚΑ & ΦΟΡΟΙ → Τρόποι Αποστολής</b>.</li> <li>Επιλέξτε έναν από τους υφιστάμενους Τροπους Αποστολης που θέλετε να χρησιμοποιήσετε για τη δωρεάν αποστολή, ή δημιουργήσετε ένα νέο.</li> <li>Μεταβείτε στο <i>επιπλέον</i> τμήμα που επιτρέπει τη ρύθμιση της <b>χρήσης για Δωρεαν Αποστολή</b>.</li></ol> <p>Μπορείτε να ορίσετε όσους τρόπους αποστολής θέλετε για τη δωρεάν αποστολή.</p> <p>Σημειώστε ότι πρέπει να εφαρμόσετε την επιλογή <b>χρήση για δωρεάν αποστολή</b> σε συγκεκριμένο ναυτιλία μεθόδους.</p> <p>Επιλέξτε το τετραγωνο <b>χρήση για δωρεάν αποστολή</b>, αν θέλετε να εξαιρέσετε τα προϊόντα με την επιλογη <b>δωρεαν μεταφορικα</b> ενεργοποιημένη από τον υπολογισμο μεταφορικων. Το [product] θα υπολογίσει την τιμή μεταφορικών από τα άλλα προϊόντα της παραγγελίας σύμφωνα με τα <b>έξοδα αποστολής</b>.</p> <p>Εάν αφήσετε το πλαίσιο ελέγχου με επιλεγμενο, το [product] θα υπολογίσει την τιμή μεαφορικων για όλα τα προϊόντα από την παραγγελία σύμφωνα με τα <b>έξοδα αποστολής</b>.</p>'),
('el', 'free_shipping_upgrade_notification_title', 'Αλλαγες Δωρεάν αποστολής'),
('el', 'french', 'Γαλλικά'),
('el', 'from', 'από'),
('el', 'from_date', 'Ημερομηνία από'),
('el', 'from_email', 'Από e-mail'),
('el', 'from_name', 'Από όνομα'),
('el', 'ftp', 'FTP'),
('el', 'ftp_connection_problem', 'Αδύνατη η σύνδεση με το FTP του Server. Παρακαλούμε ελέγξτε πληροφορίες σύνδεσης FTP'),
('el', 'ftp_directory', 'FTP directory'),
('el', 'ftp_pass', 'FTP password'),
('el', 'ftp_server_options', 'Επιλογές FTP server'),
('el', 'ftp_url', 'FTP server'),
('el', 'ftp_url_hint', 'The format is: FTPHOST[:PORT][/DIRECTORY]. Example: ftp.yourhost.com:21/home/username/folder'),
('el', 'ftp_user', 'FTP username'),
('el', 'fulfillment_state', 'Κατάσταση Εκπλήρωσης'),
('el', 'full', 'Πλήρης'),
('el', 'fullauth', 'Fullauth'),
('el', 'fullname', 'Ονοματεπώνυμο'),
('el', 'full_description', 'Ολοκληρωμένη Περιγραφή'),
('el', 'full_list', 'Ολοκληρωμένη Λίστα'),
('el', 'full_tree_cat', 'Πλήρες Δένδρο'),
('el', 'full_tree_pages', 'Πλήρες Δένδρο'),
('el', 'full_width', 'πλήρες πλάτος'),
('el', 'function', 'Core'),
('el', 'function_deprecated', 'Η λειτουργία [old_function] έχει καταργηθεί και θα πρέπει να αφαιρεθεί στην επόμενη έκδοση του CS-Cart. Παρακαλούμε χρησιμοποιήστε [new_function] αντί γι \'αυτη.'),
('el', 'gateway', 'Πύλη'),
('el', 'gateways', 'Πύλες δικτύου'),
('el', 'gc_redeem_and_add_free_products', 'Εξαργυρώσετε & προσθέσετε δωρεάν προϊόντα στο καλάθι'),
('el', 'gdpr_call_requests', 'Δεδομένων προσωπικού χαρακτήρα από τις αιτήσεις κλήσεων'),
('el', 'gdpr_discussions_data', 'Δεδομένα προσωπικού χαρακτήρα από τις συζητήσεις'),
('el', 'gdpr_newsletters', 'Προσωπικά δεδομένα από τα Newsletter'),
('el', 'general', 'Γενικά'),
('el', 'general_info', 'Γενικές Πληροφορίες'),
('el', 'general_settings', 'Γενικές ρυθμίσεις'),
('el', 'general_statistics', 'Γενικές στατιστικές'),
('el', 'generate', 'Δημιουργία'),
('el', 'generate_cache', 'Δημιουργία cache'),
('el', 'generate_new_api_key', 'Δημιουργία νεου κλειδιου  API'),
('el', 'generate_printslip', 'Gerar Etiqueta'),
('el', 'generate_printslip_and_tracking_number', 'Gerar Etiqueta e Código de Rastreamento'),
('el', 'generate_submenu', 'Δημιουργία υπομενού'),
('el', 'generating_pdf', 'Δημιουργία PDF. Παρακαλώ, περιμένετε...'),
('el', 'generating_xls', 'Δημιουργία XLS. Παρακαλώ, περιμένετε...'),
('el', 'geography', 'Γεωγραφία'),
('el', 'geo_maps.cannot_select_location', 'Η τοποθεσία δεν ήταν δυνατόν να επιλεχθεί λόγω τεχνικών δυσκολιών. Αν αντιμετωπίζετε δυσκολίες κατά την τοποθέτηση παραγγελίας, παρακαλώ επικοινωνήστε μαζί μας.'),
('el', 'geo_maps.from_pickup_points', '[shipping], [n] pσημείο παραλαβής|[shipping], [n] σημεία παραλαβής'),
('el', 'geo_maps.location_detection_disabled', 'Η τοποθεσία σας δέν ηταν δυνατον να προσδιοριστεί. Προσπαθήστε να ενεργοποιήσετε την υπηρεσία εύρεσης τοποθεσίας στην συσκευή σας η να απενεργοποιήστε την προστασία παρακολούθησης.'),
('el', 'geo_maps.no_shippings', 'Συγνώμη, δέν μπορέσαμε να βρούμε επιλογές αποστολής για την τοποθεσία σας. Παρακαλώ επικοινωνήστε μαζί μας και θα δούμε τι μπορούμε να κάνουμε για αυτό'),
('el', 'geo_maps.select_your_city', 'Επιλέξτε την πόλη σας'),
('el', 'geo_maps.shipping_about', 'σχετικά με'),
('el', 'geo_maps.shipping_address_on_map', 'Διεύθυνση αποστολής στον χάρτη'),
('el', 'geo_maps.shipping_from', 'από'),
('el', 'geo_maps.shipping_group_delivery', 'Αποστολή'),
('el', 'geo_maps.shipping_group_pickup', 'Παραλαβή'),
('el', 'geo_maps.shipping_time', 'Χρόνος Αποστολής'),
('el', 'geo_maps.shipping_time_and_rates', 'Χρόνος αποστολής και χρεώσεις'),
('el', 'geo_maps.text_settings_google_api_notice', 'Μάθετε περισσότερα σχετικά με τη ρύθμιση του κλειδιού API<a target=\"_blank\" href=\"https://docs.cs-cart.com/4.10.x/user_guide/addons/maps_and_geolocation/#configuration\">στην τεκμηρίωση</a>.'),
('el', 'geo_maps.your_city', 'Η πόλη σας'),
('el', 'german', 'Γερμανικά'),
('el', 'get_api_key', 'Απόκτηση ενος API κλειδιου'),
('el', 'get_rates', 'Βρείτε τις τιμές'),
('el', 'get_social', 'Ακολουθήστε μας!'),
('el', 'gift_add_products', 'Προσθέστε προϊόντα για δώρο'),
('el', 'gift_certificate', 'Δωροεπιταγή'),
('el', 'gift_certificates', 'Δωροεπιταγές'),
('el', 'gift_certificates.certificate_purchase_form', 'Φόρμα αγοράς δωροεπιταγής'),
('el', 'gift_certificates.event.gift_certificate.status_changed.name', 'Η κατάσταση δωροεπιταγης άλλαξε σε [status]'),
('el', 'gift_certificates.event.gift_certificate.updated.name', 'Δωροεπιταγή Ενημερωθηκε'),
('el', 'gift_certificates_menu_description', 'Προβολή και διαχείριση των δωροεπιταγών που έχουν αγοράσει οι πελάτες.'),
('el', 'gift_certificates_verify', 'Επαλήθευση δωροεπιταγής'),
('el', 'gift_certificate_added_to_cart', 'Η Δωροεπιταγή προστέθηκε στο καλάθι σας'),
('el', 'gift_certificate_created', 'Η δωροεπιταγή έχει δημιουργηθεί'),
('el', 'gift_certificate_info', 'Πληροφορίες δωροεπιταγής'),
('el', 'gift_certificate_status', 'Κατάσταση δωροεπιταγής'),
('el', 'gift_certificate_statuses', 'Κατάσταση δωροεπιταγών'),
('el', 'gift_certificate_verification', 'Επαλήθευση δωροεπιταγής'),
('el', 'gift_cert_amount_changed', 'Το ποσό της δωροεπιταγής έχει αλλάξει.'),
('el', 'gift_cert_code', 'Κωδικός δωροεπιταγής'),
('el', 'gift_cert_debit', 'Χρεωστικό υπόλοιπο'),
('el', 'gift_cert_error_amount', 'Το Ποσό δεν πρέπει να είναι υψηλότερο από  [max] και λιγότερο από [min]'),
('el', 'gift_cert_from', 'Από'),
('el', 'gift_cert_to', 'Σε'),
('el', 'gift_cert_with_products', 'Αγορά προϊόντων και δωροεπιταγές μαζί είναι αδύνατο. Παρακαλώ, την τρέχουσα παραγγελία και επαναλάβετε την προσπάθεια σας.'),
('el', 'gift_comment', 'Μήνυμα'),
('el', 'give_coupon_subj', 'έχεις καινούργια Προσφορά'),
('el', 'global', 'Γενικο'),
('el', 'global_options', 'Γενικές Επιλογές'),
('el', 'global_order_id', 'Id Global'),
('el', 'global_status', 'Γενική Κατασταση'),
('el', 'global_update', 'Γενική Ενημέρωση'),
('el', 'global_update_description', 'Θετικές ή αρνητικές τιμές μπορούν να συμπληρωθούν στο πεδίο (π.χ. -5).'),
('el', 'global_vars', 'Καθολικές μεταβλητές'),
('el', 'go', 'Πήγαινε'),
('el', 'google', 'Google'),
('el', 'google_base', 'Βάση Google'),
('el', 'google_base_export_notice', '<b> Σημείωση: </ b> Μπορείτε να ρυθμίσετε το Φόρο  και τα τιμες αποστολής στο <a href=\"http://www.google.com/merchants/taxshippingsettings\"> > Περίληψη Φόρου και Αποστολής </ a> στη σελίδα σας στο Google merchant center.'),
('el', 'google_export_upgrade_notification_text', '<p>Την τελευταία έκδοση του [product] έχει διαφορετικές ρυθμίσεις για το data feeds: Η <b>Τιμή Google</b> δεν περιλαμβάνει ΦΠΑ πλεον.</p> <p>Αν θέλετε να εξάγονται τα  προϊόντα με ΦΠΑ πρέπει να το συμπεριλαμβάνεται στην τιμή. Κάντε τα εξής:</p> <ul><li>Πάτε στη Διαχείριση &rarr; πρόσθετα &rarr; Data feeds.</li> <li>Επιλέξτε τα Data feeds που χρησιμοποιείται για να εξάγετε τα προϊόντα στο Google Product Feed.</li> <li>Αλλάξτε στο ταμπ <b>χαρτογράφηση πεδιων</b> και επιλέξτε <b>Google τιμή (με ΦΠΑ)</b> για το πεδίο <b>τιμή</b>.</li></ul>'),
('el', 'google_export_upgrade_notification_title', 'Αλλαγες Google Export'),
('el', 'google_sitemap.export_progress_entry', '[storefront]: [object]'),
('el', 'google_sitemap.generate_map', 'Το sitemap δεν δημιουργήθηκε ακόμη. Παρακαλώ πηγαίνετε στις ρυθμίσεις του πρόσθετου και πατήστε το κουμπί \"Επαναδημιουργία ενός sitemap\".'),
('el', 'google_sitemap.map_generated', 'Το sitemap δημιουργήθηκε με επιτυχία'),
('el', 'google_sitemap.text_regenerate', 'Εάν προστέθηκαν ή αλλάξαν, προϊόντα, κατηγορίες, κλπ  παρακαλώ <a class=\"cm-ajax cm-comet btn btn-primary\" href=\"[regenerate_url]\"> ξαναδημιουργήστε το sitemap</a> < br / > < br / > [sitemap_available_in_customer]'),
('el', 'google_sitemap.text_select_storefront', 'Για να δημιουργήσετε ένα sitemap, επιλέξτε πρώτα κατάστημα.'),
('el', 'goto_theme_configuration', 'Εξερεύνηση των themes'),
('el', 'go_back', 'Πήγαινε πίσω'),
('el', 'go_to_admin_panel', 'Admin panel'),
('el', 'go_to_the_admin_homepage', 'Πήγαινε στην αρχική σελίδα της διαχείρισης'),
('el', 'go_to_the_homepage', 'Πήγαινε στην αρχική σελίδα'),
('el', 'grams_in_the_unit_of_weight', 'Τα γραμμάρια σε μονάδες βάρους καθορίζονται από το σύμβολο βάρους'),
('el', 'grant_point', 'Επιχορήγηση Πόντων Επιβράβευσης'),
('el', 'graphic', 'Γραφικά'),
('el', 'graphic_banner', 'Banner γραφικών'),
('el', 'greek', 'Ελληνικά'),
('el', 'grid', 'Πλέγμα'),
('el', 'grid_options', 'Επιλογές Πλέγματος'),
('el', 'gross_total', 'Μικτό Σύνολο'),
('el', 'ground_only', 'Ground only'),
('el', 'group', 'Ομάδα'),
('el', 'groups', 'Ομάδες'),
('el', 'guest', 'Επισκέπτης'),
('el', 'has_credit_memo', 'Έχει πιστωτικό σημείωμα'),
('el', 'has_invoice', 'Έχει τιμολόγιο'),
('el', 'header', 'Κεφαλίδα'),
('el', 'header_image', 'Εικόνα Επικεφαλίδας'),
('el', 'head_custom_html', 'Προσαρμοσμένος κώδικας HTML'),
('el', 'hebrew', 'Εβραϊκά'),
('el', 'height', 'Ύψος'),
('el', 'hello', 'Χαίρετε!'),
('el', 'hello_name', 'Hello [name],'),
('el', 'help', 'Βοήθεια'),
('el', 'hidden', 'Κρυφό'),
('el', 'hidden_categories', 'Κρυφές κατηγορίες'),
('el', 'hide', 'Απόκρυψη'),
('el', 'hide_add_to_cart_button', 'Απόκρυψη κουμπιού προσθήκη στο καλάθι'),
('el', 'hide_options', 'Απόκρυψη επιλογών'),
('el', 'hide_option_completely', 'Πλήρης Απόκρυψη επιλογής'),
('el', 'hidpi.notice.images_were_not_restored', 'Κάποιες απο τις παλιές εικόνες του καταστήματος σας, είναι ακόμα χαμηλής ποιότητας. Για να έχετε την μέγιστη δυνατή ποιότητα, παρακαλώ <a href=\"[convert_url]\">επαναφέρετε εικόνες υψηλής ποιότητας</a>. Η διαδικασία είναι γίνεται με αυτόματο τρόπο.'),
('el', 'hidpi.refactoring_upgrade_notification_text', '<p>Η προηγούμενη έκδοση του <b>[addon_name]</b> πρόσθετου συρρίκνωνε τις εικόνες που μεταφορτώνατε. Βελτιώσαμε το πρόσθετο, για να μην συμβαίνει το ίδιο απο εδώ και πέρα. Παρόλαυτα οι εικόνες που ήδη έχουν μεταφορτωθεί θα παραμείνουν συρρικνωμένες και δέν θα φαίνονται όμορφες..</p><p>Μπορούμε να κάνουμε τις ήδη μεταφορτωμένες εικόνες να φαίνονται όμορφες, αλλά η διαδικασία θα διαρκέσει κάποιον χρόνο. Για αυτό καλύτερα να ξεκινήσουμε τώρα</p><p><a href=\"[url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Κάνε τις εικόνες να φαίνονται όμορφες</a></p>'),
('el', 'hidpi.refactoring_upgrade_notification_title', 'Βεβαιωθείτε ότι οι εικόνες φαίνονται όμορφες.'),
('el', 'hidpi.restore_btn', 'Επαναφορά'),
('el', 'hidpi.restore_images', 'Αποκατάσταση εικόνας'),
('el', 'hidpi.text_restore_images', 'Η προηγούμενη έκδοση της οθόνης HiDPI που υποστηρίζει το πρόσθετο συρρικνωνε τις μεταφορτωμένες εικόνες. Δεν υπάρχει ανάγκη για αυτό πλεον. Αλλά για να κάνετε τις εικόνες σας ωραίες και ευκρινής, πρέπει να κάνετε κλικ στην επιλογή επαναφορά.'),
('el', 'hidpi.upload_high_res_image', 'Ανεβάζω μια εικόνα HiDPI.'),
('el', 'hidpi.upload_high_res_image.tooltip', 'Αν το πλαίσιο ελέγχου είναι επιλεγμένο, η εικόνα προέλευσης θα εμφανιστεί δύο φορές downscaled. Αυτή η ρύθμιση επηρεάζει μόνο την εμφάνιση της εικόνας προέλευσης και όχι της μικρογραφίας. Εάν θέλετε να εμφανίζεται μια εικόνα στο αρχικό της μέγεθος, απενεργοποιήστε αυτό το πλαίσιο ελέγχου.'),
('el', 'hidpi.warning_restore_images', '<strong> Προσοχή! </strong> Αυτή η διαδικασία είναι μη αναστρέψιμη: όταν επαναφέρετε την αναβάθμιση, οι χειρισμοί αποκατάστασης εικόνας δεν θα επανέλθουν. Επομένως, βεβαιωθείτε ότι έχετε κάνει backup. Η διαδικασία μπορεί να διαρκέσει λίγο χρόνο - εξαρτάται από τον αριθμό των εικόνων στο κατάστημά σας.'),
('el', 'history', 'Ιστορικό'),
('el', 'home', 'Αρχική'),
('el', 'home_blocks', 'Vendor home blocks'),
('el', 'home_page', 'Αρχική σελίδα'),
('el', 'horizontal', 'Οριζόντια'),
('el', 'horizontal_filters', 'Οριζόντια φίλτρα'),
('el', 'host', 'Όνομα διακομιστή'),
('el', 'host_code', 'Κωδικός Διακοσμιστή'),
('el', 'hour', 'Ώρα'),
('el', 'hourly', 'Ωριαία'),
('el', 'hour_or_hours', 'ώρα (ες)'),
('el', 'how_to_send', 'Πως να στείλω?'),
('el', 'html_block', 'HTML μπλοκ'),
('el', 'http_transport_error_prefix_curl', 'Curl Error'),
('el', 'http_transport_error_prefix_socket', 'Socket Error'),
('el', 'hungarian', 'Ουγγρικά'),
('el', 'hybrid_auth', 'Social login'),
('el', 'hybrid_auth.add_provider', 'Προσθήκη παροχέα'),
('el', 'hybrid_auth.callback_url', 'URL Επανάκλησης'),
('el', 'hybrid_auth.cant_create_profile', 'Δυστυχώς, απέτυχε η δημιουργία και σύνδεση ενος πελατη στο κατάστημα κατι το οποίο οφείλεται σε έναν από τους παρακάτω λόγους: < br / >-συνδεθηκατε στο κατάστημα νωρίτερα χρησιμοποιώντας κάποιον αλλο παροχό OpenID στον οποίο χρησιμοποιείτε το ίδιο Email. < br / >-έχετε ήδη εγγραφεί στο κατάστημά μας χρησιμοποιώντας το email σας. < br / > παρακαλούμε επικοινωνήστε με το διαχειριστή του καταστηματος μας για να επιλύσετε τα προβλήματα.'),
('el', 'hybrid_auth.change_password', 'Μπορείτε να αλλάξετε τον κωδικό σας εδώ'),
('el', 'hybrid_auth.configuration_error', 'Hybriauth σφάλμα διαμόρφωσης'),
('el', 'hybrid_auth.connecting_provider', 'Επαφή με <b>[provider]</b>. Παρακαλώ περίμενε...'),
('el', 'hybrid_auth.connect_social', 'Συνδεση λογαριασμου κοινωνικής δικτυωσης'),
('el', 'hybrid_auth.connect_social_title', 'Υπάρχει ήδη τέτοιος χρήστης'),
('el', 'hybrid_auth.editing_provider', 'Επεξεργασία παροχέα'),
('el', 'hybrid_auth.facebook_disabled_upgrade_notification_text', '<p> Έπρεπε να προχωρήσουμε σε μια νεότερη έκδοση του API Facebook, επειδή η έκδοση API που χρησιμοποιήσαμε προηγουμένως δεν υποστηρίζεται πλέον. Ωστόσο, για να συνεργαστεί με το νέο API, το [product] απαιτεί PHP 5.4. Βλέπετε αυτό το μήνυμα επειδή ο διακομιστής σας έχει παλαιότερη έκδοση PHP. </p> <p> Η κατάσταση του παροχέα <b> Facebook </ b> στην περιοχή <b> Ιστοσελίδα → Social login</ b> αλλάχθηκε σε <i> Απενεργοποιημένο </ i>. </p> <p> Προτού ενεργοποιήσετε ξανά το Facebook, ενημερώστε την έκδοση PHP σε 5.4 ή υψηλότερη. </p>'),
('el', 'hybrid_auth.facebook_disabled_upgrade_notification_title', 'Social Login: Η συνδεση μέσω Facebook έχει απενεργοποιηθεί εξαιτίας μια παλιάς έκδοσης της PHP'),
('el', 'hybrid_auth.facebook_oauth_redirect_uris', 'Valid OAuth redirect URIs'),
('el', 'hybrid_auth.failed_auth', 'Απέτυχε ο έλεγχος ταυτότητας. Ο χρήστης έχει ακυρωσει τον έλεγχο ταυτότητας ή ο πάροχος αρνήθηκε τη σύνδεση'),
('el', 'hybrid_auth.instruction_facebook', 'Χρησιμοποιήστε το αναγνωριστικό εφαρμογής και το μυστικό κλειδί που λάβατε όταν δημιουργήσετε μια εφαρμογή στο <a href=\'https://developers.facebook.com/apps\' target=\'_blank\'> Facebook Developers</a>.'),
('el', 'hybrid_auth.instruction_facebook_login', 'Χρησιμοποιήστε το αναγνωριστικό εφαρμογής και το μυστικό κλειδί που λάβατε μετά τη δημιουργία μιας εφαρμογής στο<a href=\"https://developers.facebook.com/apps\" target=\"_blank\">Facebook Developers</a> . Στη συνέχεια, αντιγράψτε την τιμή του πεδίου <b> Valid OAuth redirect URIs</ b> στην αντίστοιχη ρύθμιση του προϊόντος<b>Facebook Login</b> στην εφαρμογή Facebook.'),
('el', 'hybrid_auth.instruction_foursquare', 'Χρησιμοποιήστε το αναγνωριστικό εφαρμογής και το μυστικό κλειδί που λάβατε με τη δημιουργία μιας εφαρμογής στο <a href=\'https://foursquare.com/developers/apps\' target=\'_blank\'> Fousquare</a>.'),
('el', 'hybrid_auth.instruction_google', 'Χρησιμοποιήστε το αναγνωριστικό και το μυστικό κλειδί που λάβατε με τη  δημιουργία του Project στο <a href=\'https://code.google.com/apis/console/?pli=1\' target=\'_blank\'> Google</a>.'),
('el', 'hybrid_auth.instruction_linkedin', 'Χρησιμοποιήστε ID (Consumer key) και το μυστικό κλειδί πουλάβατε με τη δημιουργία μιας εφαρμογής στο <a href=\'https://www.linkedin.com/developer/apps\' target=\'_blank\'> LinkedIn Developers</a>.'),
('el', 'hybrid_auth.instruction_live', 'Χρησιμοποιήστε το αναγνωριστικό εφαρμογής και το μυστικό κλειδί που λάβατε με τη προσθήκη μιας εφαρμογής στο <a href=\'https://account.live.com/developers/applications/create\' target=\'_blank\'> Live</a>.'),
('el', 'hybrid_auth.instruction_paypal', 'Χρησιμοποιήστε το αναγνωριστικό εφαρμογής και το μυστικό κλειδί που λάβατε με τη δημιουργία μιας εφαρμογής στο <a href=\'https://developer.paypal.com/developer/applications\' target=\'_blank\'> PayPal Developers</a>.'),
('el', 'hybrid_auth.instruction_twitter', 'Χρησιμοποιήστε ID (Consumer key) και το μυστικό κλειδί που λάβατε με τη δημιουργία μιας εφαρμογής στο <a href=\'https://apps.twitter.com/\' target=\'_blank\'> Twitter</a>.'),
('el', 'hybrid_auth.instruction_yahoo', 'Χρησιμοποιήστε το αναγνωριστικό (Identificator) και το μυστικό κλειδί που λάβατε με τη δημιουργία μιας εφαρμογής στο <a href=\'https://developer.yahoo.com/apps/create/\' target=\'_blank\'> Yahoo</a>.'),
('el', 'hybrid_auth.linkedin_api_v1', 'v1'),
('el', 'hybrid_auth.linkedin_api_v2', 'v2'),
('el', 'hybrid_auth.linkedin_api_version', 'API version'),
('el', 'hybrid_auth.linked_provider', 'Συνδεδεμένο'),
('el', 'hybrid_auth.link_provider', 'Λογαριασμοί κοινωνικου δικτύου'),
('el', 'hybrid_auth.live_redirect_urls', 'Redirect URLs'),
('el', 'hybrid_auth.missing_credentials', 'Λείπουν τα διαπιστευτήρια (κωδικοι) εφαρμογης του παροχέα'),
('el', 'hybrid_auth.new_provider', 'Νέο παροχέας'),
('el', 'hybrid_auth.not_linked_provider', 'Μη συνδεδεμένο'),
('el', 'hybrid_auth.password_generated', 'Είμαστε στην ευχάριστη θέση να σας ενημερώσουμε ότι έχετε εγγραφεί επιτυχώς στο κατάστημα. Ένας κωδικός πρόσβασης δημιουργήθηκε για σας'),
('el', 'hybrid_auth.providers', 'Οι πάροχοι'),
('el', 'hybrid_auth.provider_error_configuration', 'Ο Παροχέας δεν έχει ρυθμιστεί σωστά'),
('el', 'hybrid_auth.provider_not_found', 'Ο παροχέας [provider] δεν βρέθηκε'),
('el', 'hybrid_auth.social_login', 'Ή συνδεθείτε με μια άλλη υπηρεσία παροχής ταυτότητας'),
('el', 'hybrid_auth.specify_email', 'Καθορίσετε Email'),
('el', 'hybrid_auth.specify_email_title', 'Το e-mail δεν καθορίστηκε.'),
('el', 'hybrid_auth.text_connect_social', '<p>Ο χρήστης με το e-mail που καθορίζεται κατά τη διάρκεια του social login υπάρχει ήδη.</p><p>Αν θέλετε να αντιστοιχίσετε ένα λογαριασμό κοινωνικής δικτυωσης στον εγγεγραμμένο χρήστη, παρακαλώ συνδεθείτε.</p>'),
('el', 'hybrid_auth.text_link_provider', 'Προσδιορίστε τον δικό σας λογαριασμό κοινωνικής δικτύωσης σε αυτό εδώ και χρησιμοποιήσετε τον για να συνδεθείτε'),
('el', 'hybrid_auth.text_specify_email', '<p>Όταν συνδεθηκατε μέσω του κοινωνικού δικτύου το e-mail δεν καθορίστηκε.</p><p>Παρακαλούμε εισάγετε το e-mail σας και κάντε κλικ στο κουμπί Συνέχεια.</p>'),
('el', 'hybrid_auth.text_user_is_already_link', 'Αυτός ο λογαριασμός κοινωνικής δικτυωσης χρησιμοποιείται ήδη'),
('el', 'hybrid_auth.unspecified_error', 'Απροσδιόριστο σφάλμα'),
('el', 'hybrid_auth.wrong_provider', 'Αγνωστος παροχεας ή απενεργοποιημενος'),
('el', 'hybrid_auth_menu_description', 'Δημιουργία Παροχέα κοινωνικής δικτύωσης'),
('el', 'I25', 'Η εναλλαγή 2 σε 5 βασισμένο στο στάνταρ 2 σε 5 συμβόλων.<br/>Η εναλλαγή από 2 σε 5 είναι σχεδιασμένο μόνο για 10 σύμβολα.'),
('el', 'icon', 'Εικονίδιο'),
('el', 'id', 'ID'),
('el', 'identifier', 'Αναγνωριστικό PayBox'),
('el', 'iframe_mode', 'Λειτουργία iFrame'),
('el', 'illegal_item_weight', 'Παράνομο στοιχείο βάρους'),
('el', 'image', 'Εικόνα'),
('el', 'images', 'Εικόνες'),
('el', 'images_directory', 'Κατάλογος εικόνων'),
('el', 'images_params', 'Εικόνες'),
('el', 'image_has_been_deleted', 'Αυτή η εικόνα έχει διαγραφεί'),
('el', 'image_pair', 'Ζεύγος εικόνων'),
('el', 'image_url', 'Διεύθυνση Url εικόνας'),
('el', 'image_verification', 'Επαλήθευση εικόνας'),
('el', 'image_verification_body', 'Εισάγετε τους χαρακτήρες που βλέπετε στην εικόνα παρακάτω.'),
('el', 'image_verification_label', 'Επιβεβαιωση Πραγματικου Χρήστη'),
('el', 'image_zoom.rework_update_notification.message', '<p> Επεξεργαστήκαμε το πρόσθετο <b> Image zoom </ b>, επειδή χρησιμοποιούσε μια λύση τρίτων ασύμβατη με τις σύγχρονες εκδόσεις του jQuery. Ως αποτέλεσμα του επανασχεδιασμού, ορισμένες ρυθμίσεις του πρόσθετου καταργήθηκαν. </p> <p> Ελέγξτε πώς φαιενται το ζουμ εικόνας στις σελίδες προϊόντων τώρα. Αν θέλετε να κάνετε αλλαγές στην εμφάνιση, προσαρμόστε τις ρυθμίσεις του πρόσθετου <b> Σμίκρυνση εικόνας </ b>. </p> <p> <a href = \"[image_zoom_settings]\" target = _blank \"class =\" btn btn-large btn-primary \"> Ελέγξτε τις ρυθμίσεις μεγέθυνσης εικόνας </a> </ p>'),
('el', 'image_zoom.rework_update_notification.title', 'Επανεπεξεργασμένο Image Zoom add-on'),
('el', 'immediately', 'Αμέσως'),
('el', 'import', 'Εισαγωγή'),
('el', 'important', 'Σημαντικές'),
('el', 'important_language_text', 'Όταν κρύψετε, απενεργοποιήσετε ή διαγράψετε μια προεπιλεγμένη γλώσσα ενός απο τα καταστήματα, φροντίστε να ενημερώσετε την τιμή της ρύθμισης <b>προεπιλεγμένη Γλώσσα Frontend</b> στο <a href=\"[link]\"> ρυθμίσεις → εμφάνιση</a>.'),
('el', 'importing_data', 'Εισαγωγή δεδομένων'),
('el', 'import_data', 'Εισαγωγή δεδομένων'),
('el', 'import_errors', 'Σφάλματα εισαγωγής'),
('el', 'import_layout', 'Εισαγωγή Διάταξης'),
('el', 'import_locations', 'Εισαγωγή Τοποθεσιών'),
('el', 'import_new_vendor', '[n] νέος πωλητής, δημιουργήθηκε κατά την εισαγωγή. Αυτός ο πωλητής έχει μόνο ένα όνομα μέχρι στιγμής. Παρακαλώ να  επεξεργαστείτε τον νέο πωλητή για να προσθέσετε και άλλες πληροφορίες. | [n] νέοι πωλητές δημιουργήθηκαν στη διάρκεια της εισαγωγής. Αυτοί οι πωλητές έχουν μόνο ονόματα μέχρι στιγμής. Παρακαλώ επεξεργαστείτε τους νέους προμηθευτές για να προσθέσετε και άλλες πληροφορίες.'),
('el', 'import_options', 'Επιλογές εισαγωγής'),
('el', 'import_results', 'Αποτελέσματα εισαγωγής'),
('el', 'in', 'σε'),
('el', 'included', 'περιλαμβάνεται'),
('el', 'include_cvn', 'Περιλαμβάνει CVN'),
('el', 'including_discount', 'Συμπεριλαμβανομένων εκπτώσεων'),
('el', 'including_tax', 'Συμπεριλαμβανομένου Φορου'),
('el', 'income', 'Εισοδημα'),
('el', 'incompleted', 'Ατελής'),
('el', 'incompleted_orders', 'Ατελής παραγγελίες'),
('el', 'incorrect_filling_message', 'Ατελής συμπλήρωση μηνύματος'),
('el', 'incorrect_po_pack_structure', 'Η δομή του πακέτου που περιέχει τα αρχεία μετάφρασης \".po\" που βρίσκονται σε <b>\"[pack_path]\"</b> είναι εσφαλμένη.'),
('el', 'incorrect_price_warning', 'Το προϊόν δεν προστέθηκε στο καλάθι. Παρακαλώ εισάγετε την σωστή τιμή'),
('el', 'increase', 'Αύξηση'),
('el', 'inc_tax', 'συμπ. Φορου'),
('el', 'index', 'Αρχική σελίδα'),
('el', 'individual', 'Μεμονωμενο'),
('el', 'information', 'Πληροφορίες'),
('el', 'information_file_roobots', 'Εντοπίστηκε ένα αρχείο robots.txt. Οι αλλαγές που κάνετε εδώ δεν θα ισχύσουν μέχρι να διαγράψετε το υπάρχον αρχείο <b>robots.txt</b> από τον ριζικό κατάλογο του καταστήματος σας.'),
('el', 'inner_hint', 'Εσωτερικός υπαινιγμός'),
('el', 'input_field', 'Πεδίο εισαγωγής'),
('el', 'insert_block', 'Προσθήκη block'),
('el', 'insert_grid', 'Προσθήκη  grid'),
('el', 'insert_image', 'Εισαγωγή εικόνας'),
('el', 'install', 'Εγκατάσταση'),
('el', 'installation_id', 'ID εγκατάστασης'),
('el', 'installed', 'Εγκατεστημένο'),
('el', 'installed_addons', 'Εγκατεστημένα Πρόσθετα'),
('el', 'installed_languages', 'Εγκατεστημένο'),
('el', 'installed_themes', 'Εγκατεστημένα θέματα'),
('el', 'installed_upgrades', 'Εγκατεστημένες αναβαθμίσεις'),
('el', 'installer_complete_title', 'Η εγκατάσταση ολοκληρώθηκε επιτυχώς'),
('el', 'installments', 'Parcelas'),
('el', 'installment_qty', 'Quantidade de parcelas'),
('el', 'install_addon_text', 'Τα πρόσθετα επεκτείνουν τη λειτουργικότητα του καταστήματός σας. <br /> Μπορείτε να εγκαταστήσετε ένα add-on με την επιλογή ενός [exts] συμπιεσμένης μορφής και κάνοντας κλικ στο κουμπί Μεταφόρτωση και εγκατάσταση.'),
('el', 'install_theme_text', 'Η Μεταφόρτωση και εγκατάσταση ενός νέου θέματος είναι ένας πολύ καλός τρόπος για να προσαρμόσετε τη βιτρίνα του καταστήματός σας. Μπορείτε να φορτώσετε ένα θέμα επιλέγοντας ένα [exts] συμπιεσμένης μορφής και κάνοντας κλικ στη <strong>Μεταφόρτωση</ strong>.'),
('el', 'install_upgrade_package_text', 'Μπορείτε να φορτώσετε ένα πακέτο αναβάθμισης χειροκίνητα από το τοπικό σας μηχάνημα, το διακομιστή σας, ή από μια απομακρυσμένη τοποθεσία. Καθορίστε τη θέση του ενος αρχείο της μορφής [exts] και κάντε κλικ στο <strong>Upload</strong>.'),
('el', 'internal_option_name', 'Εσωτερικό όνομα'),
('el', 'internal_option_name_tooltip', 'Αυτό το όνομα εμφανίζεται μόνο στον πίνακα διαχείρισης, για να σας βοηθήσει να διακρίνετε μεταξύ πολλαπλών επιλογών που έχουν το ίδιο εμφανιζόμενο όνομα.'),
('el', 'internal_template.vendor_data_premoderation_product_approved', 'Vendor data premoderation: your product was approved'),
('el', 'internal_template.vendor_data_premoderation_product_disapproved', 'Vendor data premoderation: your product was disapproved'),
('el', 'internal_templates', 'On-site notification templates'),
('el', 'internal_template_exists', 'The on-site notification template with the chosen code already exists, please try another.'),
('el', 'internal_template_import_success_msg', 'All the on-site notification templates have been imported without errors.'),
('el', 'international_settings', 'Διεθνείς ρυθμίσεις'),
('el', 'international_usps', 'Διεθνής U.S.P.S.'),
('el', 'invalid_ftp_access', 'Μη έγκυρη πρόσβαση FTP'),
('el', 'inventory', 'Απόθεμα'),
('el', 'inventory_tracking', 'Απόθεμα'),
('el', 'invitees', 'Προσκεκλημένοι'),
('el', 'invite_vendors', 'Προσκαλέστε πωλητές'),
('el', 'invite_vendors_enter_emails', 'Τα μηνύματα ηλεκτρονικού ταχυδρομείου όπου μπορείτε να στείλετε προσκλήσεις'),
('el', 'invite_vendors_title', 'Προσκαλέστε ανθρώπους να καταχωρηθούν ως πωλητές στο marketplace'),
('el', 'invoice', 'Τιμολόγιο'),
('el', 'invoices', 'Τιμολόγια'),
('el', 'invoice_credit_memo', 'Τιμολόγιο/Πιστωτικό σημείωμα'),
('el', 'invoice_heading', 'Τιμολόγιο'),
('el', 'invoice_id', 'ID Τιμολογίου'),
('el', 'invoice_title', 'ΤΙΜΟΛΟΓΙΟ'),
('el', 'in_progress', 'Σε εξέλιξη'),
('el', 'in_stock', 'Σε Απόθεμα'),
('el', 'ip', 'IP'),
('el', 'ipn_errors', 'IPN σφάλματα'),
('el', 'ips', 'Ips'),
('el', 'ip_address', 'Διεύθυνση IP'),
('el', 'ip_from', 'IP από'),
('el', 'ip_to', 'IP σε'),
('el', 'issuer_id', 'ID Εκδότη'),
('el', 'is_address_required', 'Ο πελάτης πρέπει να προσδιορίσει τη διεύθυνση του'),
('el', 'is_back_in_stock', 'είναι πάλι σε απόθεμα!'),
('el', 'is_default_storefront', 'Προεπιλεγμένη βιτρίνα'),
('el', 'is_pbp', 'Επιτρέψτε πληρωμές με πόντους'),
('el', 'italian', 'Ιταλικό'),
('el', 'items', 'Είδος(η)'),
('el', 'items_dependences', 'Μεταβλητές Ειδών'),
('el', 'items_in_box', 'Αντικείμενα σε ένα κουτί'),
('el', 'items_in_cart', 'Έχετε [n] προϊόν στο Καλάθι|Έχετε [n] προϊόντα στο Καλάθι'),
('el', 'items_marked_by_tag', 'Αντικείμενα που έχουν επισημανθεί από την ετικέτα \"[tag]\":'),
('el', 'items_per_page', 'Στοιχεία ανά σελίδα'),
('el', 'items_title', 'Είδη'),
('el', 'item_id', 'ID Είδους'),
('el', 'item_number', 'Εμφάνιση αριθμού είδους'),
('el', 'item_quantity', 'Ποσότητα είδους'),
('el', 'i_agree_continue', 'Συμφωνώ και να συνεχίσει'),
('el', 'janrain_cant_create_profile', 'Δυστυχώς, απέτυχε η δημιουργία και σύνδεση ενος πελατη στο κατάστημα κατι το οποίο οφείλεται σε έναν από τους παρακάτω λόγους: < br / >-συνδεθηκατε στο κατάστημα νεωρίτερα χρησιμοποιώντας κάποιον αλλο παροχό OpenID στον οποία χρησιμοποιείται το ίδιο Email. < br / >-έχετε ήδη εγγραφεί στο κατάστημά μας χρησιμοποιώντας το email σας. < br / > παρακαλούμε επικοινωνήστε με το διαχειριστή του καταστηματος μας για να επιλύσετε τα προβλήματα.'),
('el', 'janrain_general_info', '<p>Πάρτε αυτές τις τιμές και ρυθμίστε  το social login  στο <a href=\"http://janrain.com\" target=\"_blank\"> janrain.com</a></p>'),
('el', 'janrain_need_update_profile', 'Το πεδίο \"Κωδικός\" και κάποια άλλα υποχρεωτικά πεδία είναι άδεια αυτή τη στιγμή. Παρακαλούμε να ενημερώσετε το προφίλ σας.'),
('el', 'janrain_social_login', 'Social login'),
('el', 'japanese', 'Ιαπωνέζικα'),
('el', 'join', 'Εγγραφή'),
('el', 'json_error_ctrl_char', 'Σφάλμα χαρακτήρα ελέγχου, που ενδεχομένως κωδικοποιηθηκε ανακριβώς'),
('el', 'json_error_depth', 'Ξεπεράστηκε το μέγιστο βάθος στοίβας'),
('el', 'json_error_state_mismatch', 'Άκυρο ή ακατάλληλο JSON'),
('el', 'json_error_syntax', 'Συντακτικό σφάλμα, ακατάλληλο JSON'),
('el', 'json_error_unknown', 'Άγνωστο σφάλμα JSON'),
('el', 'json_error_utf8', 'Ακατάλληλοι χαρακτήρες UTF-8, ενδεχομένως εσφαλμένα κωδικοποιημένοι'),
('el', 'key', 'Κλειδί'),
('el', 'key1_for_md5', 'Κλειδί εξουσιοδότησης 1 για md5'),
('el', 'key2_for_md5', 'Κλειδί εξουσιοδότησης 2 για md5'),
('el', 'keywords', 'Λέξεις κλειδιά'),
('el', 'korean', 'Κορεατικά'),
('el', 'label_text_color', 'Χρώμα κειμένου ετικέτας'),
('el', 'landing_header', 'Η παραγγελία σας παραλήφθηκε'),
('el', 'language', 'Γλώσσα'),
('el', 'languagecode', 'Κωδικός γλώσσας'),
('el', 'languages', 'Ξένες Γλώσσες'),
('el', 'languages_find_more', 'Εάν δεν έχετε βρει τη γλώσσα που χρειάζεστε, ελέγξτε <a href=\"[href]\" target=\"_blank\">τον ιστότοπό μας με τα δωρεάν γλωσσικά πακέτα</a>.'),
('el', 'language_code', 'ΚΩΔΙΚΟΣ ΓΛΩΣΣΑΣ'),
('el', 'language_variable', 'Μεταβλητή γλώσσας'),
('el', 'language_variables', 'Μεταβλητές Γλώσσας'),
('el', 'last4ssn', 'Τα τελευταία 4 ψηφία του Αριθμού Κοινωνικής Ασφάλισης'),
('el', 'last_24hours', 'Τελευταίες 24 ώρες'),
('el', 'last_days', 'Τελευταίες ημέρες'),
('el', 'last_login', 'Last login'),
('el', 'last_month', 'Περασμένος μήνας'),
('el', 'last_name', 'Επίθετο'),
('el', 'last_name_and_first_name', 'Επίθετο και Όνομα'),
('el', 'last_n_days', 'Τελευταίες [N] ημέρες'),
('el', 'last_order', 'Τελευταία Παραγγελία'),
('el', 'last_scan_time', 'Ώρα της τελευταίας σάρωσης'),
('el', 'last_year', 'Πέρυσι'),
('el', 'latest_reviews', 'Πρόσφατες παρατηρήσεις και σχόλια'),
('el', 'latitude', 'Γεωγραφικό πλάτος'),
('el', 'latitude_short', 'Lat'),
('el', 'layout', 'Διάταξη'),
('el', 'layoutid', 'Layout Id'),
('el', 'layouts', 'Διατάξεις'),
('el', 'lbl_amazon_aws_access_public_key', 'Δημόσιο κλειδί πρόσβασης AWS'),
('el', 'lbl_amazon_aws_access_secret_key', 'Μυστικό κλειδί πρόσβασης AWS'),
('el', 'lbl_amazon_background_color', 'Χρώμα φόντου'),
('el', 'lbl_amazon_button_color', 'Χρώμα κουμπιού'),
('el', 'lbl_amazon_button_size', 'Μέγεθος κουμπιού'),
('el', 'lbl_amazon_button_style', 'Στυλ κουμπιού Amazon'),
('el', 'lbl_amazon_color_dark', 'Σκούρο'),
('el', 'lbl_amazon_color_light', 'Ανοιχτόχρωμο'),
('el', 'lbl_amazon_color_orange', 'Πορτοκαλί'),
('el', 'lbl_amazon_color_tan', 'Καφέ'),
('el', 'lbl_amazon_color_white', 'Άσπρο'),
('el', 'lbl_amazon_process_order_on_failure', 'Αποτυχία διαδικασίας παραγγελίας από επανάκτηση'),
('el', 'lbl_amazon_size_large', 'Μεγάλο'),
('el', 'lbl_amazon_size_medium', 'Μεσαίο'),
('el', 'lbl_amazon_size_xlarge', 'Πολύ μεγάλο (XL)'),
('el', 'left', 'Αριστερά'),
('el', 'length', 'Μήκος'),
('el', 'less', 'λιγότερο'),
('el', 'letter', 'Επιστολή'),
('el', 'level', 'Επίπεδο'),
('el', 'licence_agreement', 'Άδεια χρήσης'),
('el', 'licensed_product', 'Προϊόν με άδεια χρήσης'),
('el', 'license_agreement', 'Άδεια χρήσης'),
('el', 'license_number', 'Αριθμός άδειας χρήσης'),
('el', 'license_number_cannot_be_empty', 'Ο Αριθμός άδειας δεν μπορεί να είναι άδειος'),
('el', 'license_required', 'Απαιτείται άδεια χρησης [product]'),
('el', 'licensing.license_error_license_is_disabled', 'Η άδεια είναι απενεργοποιημένη. Παρακαλούμε να ελέγξετε την κατάσταση της άδειας χρήσης σας.'),
('el', 'licensing.license_error_license_is_disabled.text', 'Παρακαλώ επικοινωνήστε μαζί μας <a href=\"[helpdesk_url]\" target=\"_blank\">μεσω Customer Help Desk</a> για να μάθετε γιατί συνέβη και τι μπορεί να γίνει γι \'αυτό. Για να αποκτήσετε πρόσβαση στον πίνακα διαχείρισης αυτή τη στιγμή, μπορείτε να εισάγετε έναν άλλο έγκυρο αριθμό άδειας, εφόσον δεν χρησιμοποιείται σε άλλο κατάστημα:'),
('el', 'licensing.license_error_license_is_disabled.title', 'Η άδεια σας για το προϊόν [product] απενεργοποιήθηκε'),
('el', 'licensing.license_error_license_is_invalid', 'Ο Αριθμός άδειας χρήσης δεν είναι έγκυρος. Παρακαλώ εισάγετε εναν έγκυρο αριθμό αδείας.'),
('el', 'licensing.license_error_wrong_edition', 'Η άδεια χρήσης δεν συμφωνεί με την έκδοση στο κατάστημα σας. Παρακαλώ εισάγετε ένα έγκυρο αριθμό αδείας.'),
('el', 'licensing.license_error_wrong_licensing_mode', 'Η άδεια χρήσης δεν συμφωνεί με την έκδοση στο κατάστημα σας. Παρακαλώ εισάγετε ένα έγκυρο αριθμό αδείας.'),
('el', 'licensing_and_upgrades', 'Αδειοδότησης και αναβαθμίσεις'),
('el', 'limit', 'Όριο'),
('el', 'line', 'Γραμμή'),
('el', 'linear', 'Γραμμική'),
('el', 'link', 'Σύνδεσμος'),
('el', 'linked_categories', 'Συνδεδεμένες κατηγορίες'),
('el', 'linked_products', 'Σχετικά προϊόντα'),
('el', 'links', 'Σύνδεσμοι'),
('el', 'links_thumb', 'Σύνδεσμοι μικρογραφιών'),
('el', 'link_an_existing_option', 'Συνδέστε μία υπάρχουσα επιλογή'),
('el', 'link_message_for_test_letter', 'Ο σύνδεσμος θα παρουσιάζετε κανονικα στα live newsletter'),
('el', 'link_text', 'Κείμενο συνδέσμου'),
('el', 'link_to', 'Σύνδεση στο'),
('el', 'list', 'Λίστα'),
('el', 'list_objects', 'Αντικείμενα λίστας'),
('el', 'list_price', 'Τιμή Τιμοκαταλόγου'),
('el', 'list_price_decreased', 'Η Τιμή τιμοκαταλόγου έχει μειωθεί κατά'),
('el', 'list_price_increased', 'Η Τιμή τιμοκαταλόγου έχει αυξηθεί κατά'),
('el', 'list_price_short', 'Τιμή Τιμοκαταλόγου'),
('el', 'list_qty_count', 'Αρίθμηση λίστας Ποσότητας'),
('el', 'list_quantity_count', 'Αρίθμηση λίστας Ποσότητας'),
('el', 'lite_checkout.change_in_geolocation_cities_upgrade_notification_text', '<p>Σε προηγούμενη έκδοση, μπορούσε κάποιος να δημιουργήσει μία λίστα απο πόλεις οι οποίες θα ήταν διαθέσιμες στους πελάτες προς επιλογή απο το μπλόκ γεωγραφικών θέσεων του καταστήματος. Η επιλογή αυτή γινόταν ώς εξής<b>Διαχείριση→ Μεταφορικά&amp; φόροι→ Γεωγραφικές θέσεις πόλεων.</b></p><p>Η σελίδα αυτή έχει αφαιρεθεί, η δημιουργία της λίστας με τις πόλεις πλέον γίνετε αυτόματα από τα σημεία παραλαβής σας. Η λειτουργία αυτή είναι διαθέσιμη μόνο αν η αντίστοιχη ρύθμιση στο [stores_pickups_addon] πρόσθετο έχει ενεργοποιηθεί και μόνο για σημεία παραλαβής για τα οποία έχει οριστεί χώρα, πολιτεία(περιφέρεια) και πόλη</p><p>Για την άνεση σας, εδώ υπάρχει μία λίστα με πόλεις όπου πρόσφατα είχατε στην σελίδα<b>Γεωγραφικές θέσεις πόλεων</b> Όσον αφορά την ρύθμιση των σημείων παραλαβής μπορεί να βοηθήσει το εξής:<p><p>[locations_table]</p><p><a href=\"[stores_pickups_search]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Τροποποιήστε τις ρυθμίσεις του πρόσθετου</a></p>'),
('el', 'lite_checkout.change_in_geolocation_cities_upgrade_notification_title', 'Ο κατάλογος των γεωγραφικών τοποθεσιών δημιουργείται τώρα αυτόματα'),
('el', 'lite_checkout.choose_from_list', 'Επιλέξετε απο τη Λίστα'),
('el', 'lite_checkout.city_and_state', 'Πολη, νομός'),
('el', 'lite_checkout.click_here_to_update_shipping', 'Πληκτρολογήστε την πόλη και το Νομ και κάντε κλικ εδώ για να ενημερώσετε τις τιμές αποστολής'),
('el', 'lite_checkout.customer_information', 'Πελάτης'),
('el', 'lite_checkout.delivery_note', 'Σημειώσεις Πελάτη'),
('el', 'lite_checkout.deliver_to', 'Αποστολή σε:'),
('el', 'lite_checkout.nearest_station', 'Κοντινοτερος Σταθμος'),
('el', 'lite_checkout.personal_name', 'Ονοματεπώνυμο'),
('el', 'lite_checkout.place_an_order_for', 'Αποστολή Παραγγελίας ([amount])'),
('el', 'lite_checkout.select_pickup_item', 'Επιλέξτε σημείο παραλαβής'),
('el', 'lite_checkout.select_your_city', 'Επιλέξτε την πόλη σας'),
('el', 'lite_checkout.shippings.show_all_on_map', 'Προβολή Ολων στο Χαρτη'),
('el', 'lite_checkout.shipping_method_for', 'Τρόπος αποστολής για [group_name]'),
('el', 'lite_checkout.use_two_fingers_for_move_map', 'Χρησιμοποιήστε δύο δάχτυλα για μετακίνηση του χάρτη'),
('el', 'live', 'Ζωντανά'),
('el', 'livechat.change_account', 'If you would like to change LiveChat account you can'),
('el', 'livechat.check_our_apps', 'Check out apps for <a href=\'[url]\' target=\'_blank\'>desktop or mobile</a>'),
('el', 'livechat.create_account', 'Create an account'),
('el', 'livechat.current_login', 'Currently you are using <strong>[login]</strong> LiveChat account.'),
('el', 'livechat.license_cleared', 'LiveChat settings have been reset'),
('el', 'livechat.license_received', 'LiveChat added to your website'),
('el', 'livechat.reset_settings', 'reset settings'),
('el', 'livechat.use_web_app', 'Use our web app'),
('el', 'live_preview', 'ζωντανή προεπισκόπηση'),
('el', 'load', 'Φόρτωση'),
('el', 'loading', 'Φόρτωση ...'),
('el', 'local', 'Τοπικά'),
('el', 'localization', 'Εντοπισμός'),
('el', 'localizations', 'Εντοπισμοί'),
('el', 'localizations_menu_description', 'Διαχείριση των τοπικών προσαρμογών που υποστηρίζει το κατάστημά σας.'),
('el', 'local_export', 'Λήψη'),
('el', 'local_modifications', 'Τοπικες τροποποιήσεις'),
('el', 'local_modifications_message', 'Αυτά τα αρχεία είχαν τοπικες τροποποιήσεις. Στη διάρκεια της αναβάθμισης, ένα εφεδρικό αρχείο δημιουργήθηκε στον κατάλογο <strong>[dir]</strong>. Μπορεί αν θέλετε να ελέγξετε αυτά τα αρχεία εκει , και να εφαρμόσετε ξανά τις τροποποιήσεις στο κατάστημά σας.'),
('el', 'location', 'Τοποθεσία'),
('el', 'locations', 'Τοποθεσίες'),
('el', 'locations_menu_description', 'Διαχείριση των συνόλων των περιοων τιμων που υποστηρίζει το κατάστημά σας.'),
('el', 'log', 'Σύνδεση'),
('el', 'loggedin_time', 'Ώρα σύνδεσης'),
('el', 'logging', 'Καταγραφή'),
('el', 'login', 'Σύνδεση'),
('el', 'login_url', 'Διεύθυνση URL σύνδεσης'),
('el', 'login_with_facebook', 'Login with Facebook'),
('el', 'login_with_foursquare', 'Login with Foursquare'),
('el', 'login_with_google', 'Login with Google'),
('el', 'login_with_linkedin', 'Login with LinkedIn'),
('el', 'login_with_live', 'Login with Microsoft'),
('el', 'login_with_paypal', 'Login with PayPal'),
('el', 'login_with_twitter', 'Login with Twitter'),
('el', 'login_with_yahoo', 'Login with Yahoo'),
('el', 'logistica_reversa', 'Devolução'),
('el', 'logos', 'Λογότυπα'),
('el', 'logo_for_invoices', 'Λογότυπο για τιμολόγια'),
('el', 'logo_for_the_customer_area', 'Λογότυπο για την  περιοχή  πελάτη'),
('el', 'logo_link', 'Τοποθεσία (URL) του λογότυπου'),
('el', 'logs', 'Συνδέσεις'),
('el', 'log_action_backup', 'Εφεδρικά δεδομένα ασφαλείας'),
('el', 'log_action_create', 'Δημιουργία'),
('el', 'log_action_delete', 'Διαγραφή'),
('el', 'log_action_deprecated', 'παρωχημένο'),
('el', 'log_action_error', 'Σφάλμα'),
('el', 'log_action_failed_login', 'Η σύνδεση  απέτυχε'),
('el', 'log_action_http', 'αίτημα http/https'),
('el', 'log_action_login', 'Σύνδεση(είσοδος) χρήστη'),
('el', 'log_action_low_stock', 'Χαμηλό απόθεμα'),
('el', 'log_action_optimize', 'βελτιστοποίηση'),
('el', 'log_action_restore', 'επαναφορά'),
('el', 'log_action_runtime', 'χρόνου εκτέλεσης'),
('el', 'log_action_session', 'συνεδρία'),
('el', 'log_action_shipping', 'Αίτημα αποστολής'),
('el', 'log_action_status', 'αλλαγή κατάστασης'),
('el', 'log_action_update', 'ενημέρωση'),
('el', 'log_in_as_user', 'Log in as user'),
('el', 'log_in_as_vendor', 'Log in as vendor'),
('el', 'log_type_categories', 'Κατηγορίες'),
('el', 'log_type_database', 'Βάση δεδομένων'),
('el', 'log_type_general', 'γενικα'),
('el', 'log_type_orders', 'Παραγγελίες'),
('el', 'log_type_products', 'Προϊόντα'),
('el', 'log_type_requests', 'Αιτήματα'),
('el', 'log_type_users', 'Χρήστες'),
('el', 'longitude', 'Γεωγραφικό μήκος'),
('el', 'longitude_short', 'μάκρος'),
('el', 'lower_limit', 'Κατωτερο Οριο'),
('el', 'low_stock_subj', 'Χαμηλό απόθεμα \"[product]\"'),
('el', 'mac_key', 'Κλειδί Mac'),
('el', 'mail', 'Αλληλογραφία'),
('el', 'mailing_list', 'Λίστα αποστολής'),
('el', 'mailing_lists', 'Λίστες αποστολών'),
('el', 'mailing_list_date', 'Ημερομηνία Λίστας αποστολής'),
('el', 'mail_message', 'Μήνυμα αλληλογραφίας'),
('el', 'mail_subject', 'Θέμα αλληλογραφίας'),
('el', 'main', 'Βασικό Προφίλ'),
('el', 'mainbox_general', 'Κύριο μπλοκ (επικεφαλίδα H1)'),
('el', 'mainbox_simple', 'Σημαντικό μπλοκ (επικεφαλίδα H2)'),
('el', 'maintenance', 'Συντήρηση'),
('el', 'main_category', 'Κύρια Κατηγορία'),
('el', 'main_menu', 'Main menu'),
('el', 'make_archive', 'Δημιουργία Αρχείου'),
('el', 'make_default', 'Οριστε ως Προεπιλεγμένο'),
('el', 'make_permanent', 'Καθιστώ  μόνιμο'),
('el', 'manage', 'Διαχείριση'),
('el', 'manager', 'Διαχειριστής'),
('el', 'manage_addons', 'Διαχείρηση Add-ons'),
('el', 'manage_banners', 'Διαχείριση banners'),
('el', 'manage_blocks', 'Διαχείριση blocks'),
('el', 'manage_categories', 'Διαχείριση Κατηγοριών'),
('el', 'manage_existing_block', 'Διαχείρηση Υφιστάμενων Blocks'),
('el', 'manage_items', 'Διαχείρηση Αντικειμένων'),
('el', 'manage_languages', 'Διαχείριση Γλώσσας'),
('el', 'manage_menus', 'Διαχείρηση menu'),
('el', 'manage_pages', 'Δυνατότητα Επεξεργασίας'),
('el', 'manage_products', 'Διαχείριση Προϊόντων'),
('el', 'manage_reports', 'Διαχείριση αναφορών'),
('el', 'manage_shippings', 'Διαχείριση Μεταφορικών'),
('el', 'manage_sitemap', 'Διαχείριση Χάρτη Ιστοσελίδας'),
('el', 'manage_stores', 'Διαχείρηση Καταστημάτων'),
('el', 'manage_subscribers', 'Διαχείριση συνδρομητών'),
('el', 'manage_vendors', 'Διαχείριση πωλητών'),
('el', 'mandatory', 'Απαιτούμενος'),
('el', 'manually', 'Χειροκίνητα'),
('el', 'manually_recalculate_order', 'Επαναυπολογισμός της παραγγελίας χειροκίνητα'),
('el', 'manually_set_tax_rates', 'Χειροκίνητη ρύθμιση των φορολογικών συντελεστών'),
('el', 'map_fields', 'Χαρτογράφηση Πεδίων'),
('el', 'mark', 'Επισήμανση ως επιλυμένο'),
('el', 'marketing', 'Μάρκετινγκ'),
('el', 'marketplace', 'Αγορα Marketplace'),
('el', 'marketplace_find_more', 'Βρείτε περισσότερα Πρόσθετα και Θέματα στο <a href=\"http://marketplace.cs-cart.com/\" target=\"_blank\"> CS-Cart Marketplace </ a>'),
('el', 'marketplace_menu', 'Marketplace Menu'),
('el', 'master_products.add_product_from_catalog', 'Προσθήκη προϊόντος από κατάλογο'),
('el', 'master_products.all_products', 'Όλα τα προϊόντα'),
('el', 'master_products.all_vendors_master_product', 'Όλοι οι Πωλητές (κοινό προϊόν)'),
('el', 'master_products.create_new_product', 'Δημιουργία νέου προϊόντος'),
('el', 'master_products.exported_products', 'Προϊόντα προς εξαγωγή'),
('el', 'master_products.for_sale', 'Προς πώληση'),
('el', 'master_products.master_product', 'Κοινά προϊόν'),
('el', 'master_products.price_from', 'Από [formatted_price]'),
('el', 'master_products.products_being_sold', 'Προϊόντα προς πώληση'),
('el', 'master_products.products_that_vendors_can_sell', 'Προϊόντα τα οποία οι προμηθευτές επιτρέπεται να πουλήσουν'),
('el', 'master_products.products_were_added_to_your_products', '[n] προϊόν προστέθηκε στο καλάθι σας|[n] προϊόντα προστέθηκαν στο καλάθι σας'),
('el', 'master_products.product_type.offer', 'Προσφορά Πωλητή'),
('el', 'master_products.product_type.offer_variation', 'Vendor variation offer'),
('el', 'master_products.sell_selected', 'Πώληση επιλεγμένων'),
('el', 'master_products.sell_this', 'Πουλήστε αυτό'),
('el', 'master_products.upgrade_notification.message', '<p> Για τεχνικούς λόγους, το πρόσθετο <b> [master_product_addon] </ b> λειτουργεί μόνο με γενικές επιλογές τώρα. Αν κάποιος πωλητής πουλάει ένα κοινό προϊόν, τότε έχουμε ήδη μετατρέψει όλες τις επιλογές από αυτό το προϊόν σε γενικές επιλογές κατά την αναβάθμιση. </p>'),
('el', 'master_products.upgrade_notification.title', 'Κοινά προϊόντα για Πωλητές: Το πρόσθετο λειτουργεί τώρα μόνο με γενικές επιλογές'),
('el', 'master_products.vendor_products_block_name', 'Πωλητές ενός προϊόντος'),
('el', 'master_products.vendor_products_filling', 'Πωλητές αυτού του προϊόντος'),
('el', 'master_products.vendor_products_tab_name', 'Πωλητές αυτού του προϊόντος'),
('el', 'master_products.view_product_offers', 'Δείτε όλες τις προσφορές'),
('el', 'maximum', 'Μέγιστο'),
('el', 'maximum_items_in_box', 'Μέγιστα τεμάχια στο κουτί'),
('el', 'maximum_number_of_statuses_reached', 'Έχετε φτάσει το μέγιστο αριθμό καταστάσεων'),
('el', 'max_amount', 'Συνολικό κόστος'),
('el', 'max_box_weight', 'Μέγιστο βάρος κουτιού'),
('el', 'max_downloads', 'Μέγιστο κατέβασμα(αρχείων)'),
('el', 'max_item', 'Αριθμός τεμαχίων'),
('el', 'max_order_qty', 'Μέγιστη ποσότητα παραγγελίας'),
('el', 'max_quantity', 'Μέγιστη ποσότητα παραγγελίας'),
('el', 'max_storefronts_reached', '<p> Έχετε φτάσει στο όριο των διαθέσιμων για την άδειά σας καταστημάτων. Η προσθήκη μιας ακομη βιτρινας προϋποθέτει την αγορά μιας <a href=\"[mve_ultimate_license_url]\" target=\"_blank\"> [product]</a>, μία έκδοση με απεριόριστο αριθμό βιτρίνων </p>'),
('el', 'max_uploading_file_size', 'Μέγιστο μέγεθος αρχείου που ανεβαίνει(upload)'),
('el', 'max_uploading_file_size_hint', 'Αφήστε κενό αυτό το πεδίο για να επιτραπεί τη μεταφόρτωση των αρχείων οποιουδήποτε μεγέθους, ή να περιοριστεί το μέγεθος του αρχείου (\"100 \" είναι ίσο με 100 Kb)'),
('el', 'mb_amounts_not_match', 'Η αξία του ποσού που ελήφθη στην κατάσταση του αιτήματος, διαφέρει από εκείνη που ελήφθη στο σύστημα CS-Cart'),
('el', 'mb_currencies_not_match', 'Η τιμή του συναλλάγματος που ελήφθη στην κατάσταση του αιτήματος, διαφέρει από εκείνη που ελήφθη στο σύστημα CS-Cart'),
('el', 'mb_md5_hashes_not_match', 'Η αξία της md5 hash που ελήφθη στην κατάσταση του αιτήματος, διαφέρει από εκείνη που ελήφθη στο σύστημα CS-Cart'),
('el', 'mb_transaction_id', 'ID(ταυτότητα) της συναλλαγής MB'),
('el', 'md5_checksum_failed', 'O έλεγχος αθροίσματος της MD5  απέτυχε'),
('el', 'md5_hash_value', 'Αξία της MD5 hash'),
('el', 'menu', 'Μενού'),
('el', 'menus', 'Μενού'),
('el', 'menu_items', 'Στοιχεία για το μενού'),
('el', 'merchantid', 'ID(ταυτότητα) εμπόρου'),
('el', 'merchant_email', 'Email κοινοποίησης εμπόρου'),
('el', 'merchant_firstname', 'Όνομα εμπόρου'),
('el', 'merchant_id', 'ID(ταυτότητα) εμπόρου'),
('el', 'merchant_key', 'Κλειδί εμπόρου'),
('el', 'merchant_lastname', 'Επίθετο εμπόρου'),
('el', 'merchant_login', 'Είσοδος εμπόρου'),
('el', 'merchant_name', 'Όνομα εμπόρου');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('el', 'merchant_pin', 'PIN(προσωπικός κωδικός) εμπόρου'),
('el', 'merchant_response_was_not_received', 'Δεν ελήφθη απάντηση από τον έμπορο. Παρακαλείσθε να ελέγξετε τη συναλλαγή αυτή μόνοι σας'),
('el', 'merchant_site_id', 'ID σελίδας εμπόρου'),
('el', 'merchant_warrior_api_key', 'Κλειδί Api.'),
('el', 'merchant_warrior_api_passphrase', 'Φράση πρόσβασης API.'),
('el', 'merge', 'Συγχώνευση'),
('el', 'merge_vendor', 'Συγχώνευση πωλητή'),
('el', 'message', 'Μήνυμα'),
('el', 'messages', 'Μηνύματα'),
('el', 'meta_description', 'Meta description(σύντομη και περιεκτική περίληψη του περιεχομένου της σελίδας σας)'),
('el', 'meta_keywords', 'Meta keywords (μια σύντομη και περιεκτική λίστα με τις πιο σημαντικες λέξεις της σελίδας σας)'),
('el', 'method', 'Μέθοδος'),
('el', 'migrations', 'Μετεγκαταστάσεις'),
('el', 'minimized', 'Ελαχιστοποιημένο'),
('el', 'minimum_commission_payment', 'Ελάχιστη προμήθεια πληρωμής'),
('el', 'minimum_items_in_box', 'Ελάχιστα τεμάχια στο κουτί'),
('el', 'minutes', 'λεπτό(ά)'),
('el', 'min_order_qty', 'Ελάχιστη ποσότητα παραγγελίας'),
('el', 'min_quantity', 'Ελάχιστη ποσότητα παραγγελίας'),
('el', 'missing_variants_handling', 'χειρισμος σε περιπτωση Ελλειπουσων παραλλαγων'),
('el', 'mobile_app.appfulldescription', 'Ολοκληρωμένη Περιγραφή'),
('el', 'mobile_app.apple_pay', 'Apple Pay'),
('el', 'mobile_app.apple_pay_merchant_identifier', 'Merchant identifier'),
('el', 'mobile_app.apple_pay_merchant_identifier_tooltip', 'Λάβετε τον <b>Merchant Identifier</b> όπως περιγράφεται στην <a href=\"https://help.apple.com/developer-account/#/devb2e62b839?sub=dev103e030bb\" target=\"_blank\">Βοήθεια για το Λογαριασμό Προγραμματιστή </a>'),
('el', 'mobile_app.apple_pay_merchant_name', 'Merchant name'),
('el', 'mobile_app.apple_pay_merchant_name_tooltip', 'Καταχωρίστε την περιγραφή Merchant ID που χρησιμοποιήσατε κατά την εγγραφή του Merchant ID σας στον ιστότοπο της Apple Developer.'),
('el', 'mobile_app.apple_pay_supported_networks', 'Δίκτυα πληρωμών'),
('el', 'mobile_app.appname', 'Όνομα εφαρμογής'),
('el', 'mobile_app.appshortdescription', 'Σύντομη Περιγραφή'),
('el', 'mobile_app.configure_colors', 'Ρύθμιση Χρωμάτων'),
('el', 'mobile_app.crop_when_resize', 'Αποκοπή εικόνας'),
('el', 'mobile_app.download_config', 'Download config'),
('el', 'mobile_app.fcm_api_key', 'API key για push notifications'),
('el', 'mobile_app.fcm_api_key_tooltip', 'Αποκτήστε το <b> Legacy server key</b> του Cloud Messaging από την <a href=\"https://console.firebase.google.com\" target=\"_blank\">Firebase console</a>'),
('el', 'mobile_app.mobile_address_colon', 'Διευθυνση:'),
('el', 'mobile_app.mobile_add_to_cart', 'Προσθήκη στο Καλάθι'),
('el', 'mobile_app.mobile_auth', 'Auth'),
('el', 'mobile_app.mobile_authentication', 'Έλεγχος ταυτότητας'),
('el', 'mobile_app.mobile_bank_routing_number', 'Αριθμός τραπέζης δρομολόγησης'),
('el', 'mobile_app.mobile_billing_address', 'Διεύθυνση Χρέωσης'),
('el', 'mobile_app.mobile_cancel', 'Ακύρωση'),
('el', 'mobile_app.mobile_cannot_handle_url', 'Δεν είναι δυνατή η διαχείριση της διεύθυνσης Url'),
('el', 'mobile_app.mobile_cardholder_name', 'Όνομα Κατόχου Πιστωτικής Κάρτας'),
('el', 'mobile_app.mobile_card_number', 'Αριθμός Πιστωτικής Κάρτας'),
('el', 'mobile_app.mobile_cart', 'Καλάθι'),
('el', 'mobile_app.mobile_categories', 'Κατηγορίες'),
('el', 'mobile_app.mobile_change_address', 'Αλλαγή διεύθυνσης'),
('el', 'mobile_app.mobile_checking_account_number', 'Έλέγχεται ο Αριθμός Λόγαριασμού'),
('el', 'mobile_app.mobile_checkout', 'Ταμείο'),
('el', 'mobile_app.mobile_checkout_complete', 'Ολοκλήρωση παραγγελίας'),
('el', 'mobile_app.mobile_city_colon', 'Πόλη:'),
('el', 'mobile_app.mobile_comment', 'Σχόλιο'),
('el', 'mobile_app.mobile_comments_and_reviews', 'Σχόλια και κριτικές'),
('el', 'mobile_app.mobile_companies', 'Πωλητές'),
('el', 'mobile_app.mobile_confirm_clear_the_cart', 'Θέλετε να αδειάσετε το Καλάθι σας ;'),
('el', 'mobile_app.mobile_confirm_clear_wishlist', 'Καθάρισμα της Λίστας Αγαπημένων;'),
('el', 'mobile_app.mobile_congratulations', 'Συγχαρητήρια!'),
('el', 'mobile_app.mobile_contact_information', 'Πληροφορίες Επικοινωνίας'),
('el', 'mobile_app.mobile_country_colon', 'Χώρα:'),
('el', 'mobile_app.mobile_customer_signature', 'Υπογραφή Πελάτη'),
('el', 'mobile_app.mobile_cvv2', 'CVV/CVC'),
('el', 'mobile_app.mobile_delete', 'Διαγραφή'),
('el', 'mobile_app.mobile_delivery', 'Παράδοση'),
('el', 'mobile_app.mobile_details', 'Λεπτομέρειες'),
('el', 'mobile_app.mobile_discussion_title_product', 'Κριτικές'),
('el', 'mobile_app.mobile_email', 'E-mail'),
('el', 'mobile_app.mobile_email_colon', 'E-mail:'),
('el', 'mobile_app.mobile_empty_wish_list_message', 'Οι λίστες επιθυμίας σας θα αγαπήσουν εδώ.'),
('el', 'mobile_app.mobile_error', 'Λάθος'),
('el', 'mobile_app.mobile_error_try_later', 'Κάτι πήγε στραβά. Παρακαλούμε δοκιμάστε ξανά αργότερα.'),
('el', 'mobile_app.mobile_fax', 'Φαξ'),
('el', 'mobile_app.mobile_features', 'Χαρακτηριστικά'),
('el', 'mobile_app.mobile_firstname_colon', 'Ονομα:'),
('el', 'mobile_app.mobile_go_to_store', 'Μεταβείτε στο κατάστημα'),
('el', 'mobile_app.mobile_home', 'Αρχική'),
('el', 'mobile_app.mobile_information', 'Πληροφορίες'),
('el', 'mobile_app.mobile_items', '1%Είδος(η)'),
('el', 'mobile_app.mobile_lastname_colon', 'Επίθετο:'),
('el', 'mobile_app.mobile_list_is_empty', 'Το καλάθι είναι άδειο'),
('el', 'mobile_app.mobile_login', 'Σύνδεση'),
('el', 'mobile_app.mobile_looking_for_ideas', 'Ψάχνετε για ιδέες;'),
('el', 'mobile_app.mobile_my_profile', 'Το προφίλ μου'),
('el', 'mobile_app.mobile_next', 'Επόμενο'),
('el', 'mobile_app.mobile_notice', 'Ενημερωση'),
('el', 'mobile_app.mobile_no_posts_found', 'Δεν βρέθηκαν δημοσιεύσεις'),
('el', 'mobile_app.mobile_no_products_in_this_section', 'Δεν υπάρχουν προϊόντα με αυτή την επιλογή'),
('el', 'mobile_app.mobile_number_of_reviews', '%1κριτικές'),
('el', 'mobile_app.mobile_number_products_found', 'Προϊόντα που Βρέθηκαν: %1'),
('el', 'mobile_app.mobile_ok', 'Ok'),
('el', 'mobile_app.mobile_order', 'Παραγγελία'),
('el', 'mobile_app.mobile_orders', 'Παραγγελίες'),
('el', 'mobile_app.mobile_order_details', 'Λεπτομέρειες Παραγγελίας'),
('el', 'mobile_app.mobile_order_lowercase', 'παραγγελία'),
('el', 'mobile_app.mobile_payment_method', 'Τρόπος πληρωμής'),
('el', 'mobile_app.mobile_payment_method_colon', 'Τρόπος πληρωμής:'),
('el', 'mobile_app.mobile_phone', 'Αριθμός τηλεφώνου'),
('el', 'mobile_app.mobile_phone_colon', 'Αριθμός τηλεφώνου:'),
('el', 'mobile_app.mobile_placed_on', 'Τοποθετήθηκε την'),
('el', 'mobile_app.mobile_place_order', 'Κάντε την παραγγελία σας'),
('el', 'mobile_app.mobile_products', 'Προϊόντα'),
('el', 'mobile_app.mobile_products_information', 'Πληροφορίες Προϊόντων'),
('el', 'mobile_app.mobile_product_added_to_cart', 'Το προϊόν προστέθηκε στο καλάθι σας.'),
('el', 'mobile_app.mobile_product_added_to_wl', 'Το προϊόν προστέθηκε στη λίστα Αγαπημένων σας.'),
('el', 'mobile_app.mobile_product_in_wishlist', 'Αυτό το προϊόν είναι ήδη στην λίστα Αγαπημένων.'),
('el', 'mobile_app.mobile_profile', 'Προφίλ'),
('el', 'mobile_app.mobile_rating_is_mandatory', 'Το πεδίο βαθμολόγησης είναι υποχρεωτικό.'),
('el', 'mobile_app.mobile_registration', 'Εγγραφή'),
('el', 'mobile_app.mobile_registration_complete', 'Ολοκλήρωση Εγγραφής.'),
('el', 'mobile_app.mobile_reviews_number', 'Κριτικές(%1)'),
('el', 'mobile_app.mobile_save', 'Αποθήκευση'),
('el', 'mobile_app.mobile_search', 'Αναζήτηση'),
('el', 'mobile_app.mobile_send_review', 'Στείλτε μία κριτική'),
('el', 'mobile_app.mobile_share_product', 'Διαμοιρασμός Προϊόντος'),
('el', 'mobile_app.mobile_shipping', 'Αποστολή'),
('el', 'mobile_app.mobile_shipping_address', 'Διεύθυνση Αποστολής Εμπορευμάτων'),
('el', 'mobile_app.mobile_shipping_cost_colon', 'Κόστος Αποστολής:'),
('el', 'mobile_app.mobile_shipping_method_colon', 'Τρόπος Αποστολής:'),
('el', 'mobile_app.mobile_show_all', 'Προβολή όλων'),
('el', 'mobile_app.mobile_sign_in', 'Σύνδεση'),
('el', 'mobile_app.mobile_sign_in_as_different', 'Σύνδεση ως διαφορετικός χρήστης'),
('el', 'mobile_app.mobile_state_colon', 'Νομός:'),
('el', 'mobile_app.mobile_subtotal_colon', 'Υποσύνολο:'),
('el', 'mobile_app.mobile_success', 'Επιτυχής'),
('el', 'mobile_app.mobile_summary', 'Περίληψη'),
('el', 'mobile_app.mobile_text_cart_empty', 'Το καλάθι αγορών σας είναι άδειο.'),
('el', 'mobile_app.mobile_text_cart_zero_inventory', 'Το προϊόν έχει μηδενικό απόθεμα και δεν μπορεί να προστεθεί στο καλάθι σας.'),
('el', 'mobile_app.mobile_text_order_placed_successfully', 'Η παραγγελία σας πραγματοποιήθηκε με επιτυχία.'),
('el', 'mobile_app.mobile_text_post_pended', 'Η δημοσίευσή σας θα ελεγχθεί προτού δημοσιευτεί.'),
('el', 'mobile_app.mobile_text_profile_is_updated', 'To Προφίλ σας ανανεώθηκε με επιτυχία.'),
('el', 'mobile_app.mobile_text_thank_you_for_post', 'Ευχαριστούμε για την δημοσίευση σας.'),
('el', 'mobile_app.mobile_there_are_no_features', 'Δεν υπάρχουν χαρακτηριστικά.'),
('el', 'mobile_app.mobile_total', 'Σύνολο'),
('el', 'mobile_app.mobile_total_colon', 'Σύνολο:'),
('el', 'mobile_app.mobile_valid_thru_mm', 'Ισχύει μέχρι τη (mm)'),
('el', 'mobile_app.mobile_valid_thru_yy', 'Ισχύει μέχρι τη (yy)'),
('el', 'mobile_app.mobile_vendor', 'Πωλητής'),
('el', 'mobile_app.mobile_vendor_details', 'Πληροφορίες πωλητή'),
('el', 'mobile_app.mobile_vendor_info', 'Πληροφορίες πωλητή'),
('el', 'mobile_app.mobile_vendor_products', 'Προϊόντα Πωλητή'),
('el', 'mobile_app.mobile_vertical_delimiter', '|'),
('el', 'mobile_app.mobile_view_all', 'Προβολή όλων'),
('el', 'mobile_app.mobile_view_details', 'Προβολή Λεπτομερειών'),
('el', 'mobile_app.mobile_website', 'Ιστοσελίδα'),
('el', 'mobile_app.mobile_wishlist', 'Wish List (Λίστα Επιθυμίας)'),
('el', 'mobile_app.mobile_write_review', 'Γράψτε μια κριτική'),
('el', 'mobile_app.mobile_wrong_password', 'Λάθος κωδικό πρόσβασης.'),
('el', 'mobile_app.mobile_your_message', 'Το Μήνυμα σας'),
('el', 'mobile_app.mobile_your_name', 'Το Όνομα σας'),
('el', 'mobile_app.m_app_icon', 'App Icon'),
('el', 'mobile_app.m_app_splash_landscape', 'Splash Screen (landscape)'),
('el', 'mobile_app.m_app_splash_portrait', 'Splash Screen (portrait)'),
('el', 'mobile_app.m_app_store_logo', 'Γραφικό Εικόνας χαρακτηρηστικού'),
('el', 'mobile_app.preparing_android_images', 'Preparing Android images'),
('el', 'mobile_app.preparing_archive', 'Preparing archive'),
('el', 'mobile_app.preparing_config', 'Preparing config'),
('el', 'mobile_app.preparing_ios_icons', 'Preparing iOS icons'),
('el', 'mobile_app.preparing_ios_images', 'Preparing iOS images'),
('el', 'mobile_app.privacypolicyurl', 'URL Πολιτικής Απορρήτου'),
('el', 'mobile_app.pushnotifications', 'Ειδοποιήσεις push'),
('el', 'mobile_app.section.category', 'Κατηγορίες'),
('el', 'mobile_app.section.drawer', 'Συρταρωτο (πλαϊνο menu)'),
('el', 'mobile_app.section.main', 'Κύρια οθόνη'),
('el', 'mobile_app.section.navbar', 'Μπάρα πλοήγησης'),
('el', 'mobile_app.section.product_screen', 'Οθόνη Προϊόντος'),
('el', 'mobile_app.services_config', 'Firebase config file (Android)'),
('el', 'mobile_app.settings.access_key', 'Κλειδί πρόσβασης:'),
('el', 'mobile_app.shopname', 'Ονομα Καταστηματος'),
('el', 'mobile_app.supportemail', 'Email Υποστήριξης'),
('el', 'mobile_sticky_compare', 'ET - Mobile sticky compare'),
('el', 'mobile_sticky_home', 'ET - Mobile sticky home'),
('el', 'mobile_sticky_wishlist', 'ET - Mobile sticky wishlist'),
('el', 'modified_core_files_found', 'Ορισμένα από τα αρχεία πυρήνα σας έχουν αλλάξει. Αυτό μπορεί να ημιουργήσει ένα πρόβλημα, όταν κάνετε αναβάθμιση το [product], καθώς αλλαγές σε αυτά τα αρχεία ενδέχεται να χαθούν.'),
('el', 'modifier', 'Τροποποιητής'),
('el', 'modify_profile', 'Αλλαγή Πρόφίλ'),
('el', 'modify_selected', 'Αλλαγή Επιλεγμένων'),
('el', 'month', 'Μήνας'),
('el', 'monthly', 'Μηνιαία'),
('el', 'months', 'μήνας(ες)'),
('el', 'month_name_1', 'Ιανουάριος'),
('el', 'month_name_10', 'Οκτώβριος'),
('el', 'month_name_11', 'Νοέμβριος'),
('el', 'month_name_12', 'Δεκέμβριος'),
('el', 'month_name_2', 'Φεβρουάριος'),
('el', 'month_name_3', 'Μάρτιος'),
('el', 'month_name_4', 'Απρίλιος'),
('el', 'month_name_5', 'Μαΐος'),
('el', 'month_name_6', 'Ιούνιος'),
('el', 'month_name_7', 'Ιούλιος'),
('el', 'month_name_8', 'Αύγουστος'),
('el', 'month_name_9', 'Σεπτέμβριος'),
('el', 'month_name_abr_1', 'Ιαν'),
('el', 'month_name_abr_10', 'Οκτ'),
('el', 'month_name_abr_11', 'Νοεμ'),
('el', 'month_name_abr_12', 'Δεκ'),
('el', 'month_name_abr_2', 'Φεβ'),
('el', 'month_name_abr_3', 'Μαρ'),
('el', 'month_name_abr_4', 'Απρ'),
('el', 'month_name_abr_5', 'Μαi'),
('el', 'month_name_abr_6', 'Ιουν'),
('el', 'month_name_abr_7', 'Ιουλ'),
('el', 'month_name_abr_8', 'Αυγ'),
('el', 'month_name_abr_9', 'Σεπ'),
('el', 'more', 'Περισσότερα'),
('el', 'more_info', 'Περισσότερες πληροφορίες'),
('el', 'more_languages', 'Περισσότερες γλώσσες'),
('el', 'more_link', '[περισσότερα]'),
('el', 'more_sign_in_options', 'Επιστροφή σε περισσότερες επιλογές σύνδεσης'),
('el', 'more_subjects', 'Τυχαία αντικείμενα (ένα ανα σειρά)'),
('el', 'more_than', 'Περισσότερο από'),
('el', 'more_w_ellipsis', 'Περισσότερα...'),
('el', 'most_popular', 'Δημοφιλέστερα'),
('el', 'most_popular_addons', 'Δημοφιλέστερα πρόσθετα'),
('el', 'mr', 'Κος.'),
('el', 'ms', 'Δίδα'),
('el', 'multiple', 'Πολλαπλός'),
('el', 'multiple_checkboxes', 'Πολλαπλά τετραγωνάκι'),
('el', 'multiple_selectbox', 'Πολλαπλό τετραγωνάκι'),
('el', 'multiple_selectbox_notice', '<p> Για να επιλέξετε πολλά στοιχεία, πατήστε και κρατήστε πατημένο το πλήκτρο CTRL και κάντε κλικ στα απαιτούμενα στοιχεία. </ p>'),
('el', 'multiupload', 'Πολλαπλό ανέβασμα'),
('el', 'mve.container_not_used', 'Αυτό το κοντέινερ έχει προς στιγμην την προεπιλεγμένη ρύθμιση παραμέτρων. Φαίνεται ακριβώς όπως το ρύθμισε ο ιδιοκτήτης του καταστήματος. Οι Πωλητές μπορούν να χρησιμοποιήσουν τις προσαρμοσμένες παραμέτρους για να αλλάξουν τα μπλοκ σε αυτό το κοντέινερ.\n \nΠλαίσιο | Επεξεργασία πλαισίου.'),
('el', 'mve_plus_license', '[product] Plus'),
('el', 'mve_ultimate_license', '[product] Ultimate'),
('el', 'mve_ultimate_license_required', '[product] Ultimate απαιτείται για αυτό'),
('el', 'mve_ultimate_or_plus_license_required', 'Η ενέργεια αυτή απαιτεί [product] Ultimate η [product] Plus'),
('el', 'my_account', 'Ο Λογαριασμός μου'),
('el', 'my_account_links', 'Σύνδεσμοι του Λογαριασμού μου'),
('el', 'my_account_links_advanced', 'Ο λογαριασμός μου για προχωρημένους'),
('el', 'my_cards', 'Meus Cartões'),
('el', 'my_cart', 'My cart'),
('el', 'my_payments', 'Cartões salvos'),
('el', 'my_points', 'Οι πόντοι μου'),
('el', 'na', 'Δ/Υ'),
('el', 'name', 'Όνομα'),
('el', 'navigation', 'Πλοήγηση'),
('el', 'navi_pages', 'Σελίδες'),
('el', 'need_company_id', 'Το ID της εταιρείας είναι απαραίτητο (η παράμετρος company_id)'),
('el', 'need_product_name', 'Πρέπει να ορίσετε το όνομα του Προϊόντος'),
('el', 'need_snippet_name', 'Πρέπει να καθορίσετε ενα έγκυρο όνομα αποσπασματος'),
('el', 'neighbours', 'Γείτονες'),
('el', 'never', 'Ποτέ'),
('el', 'new', 'Νέα'),
('el', 'newest', 'Το νεότερο'),
('el', 'newsletter', 'Newsletter'),
('el', 'newsletters', 'Newsletters'),
('el', 'newsletters.agreement_text_full_subscribe_to_newsletters', '<p>όταν εγγραφεστε σε ένα συγκεκριμένο Newsletter, εμείς ([company]) προσθέτουμε τη διεύθυνση ηλεκτρονικού ταχυδρομείου σας σε μια αντίστοιχη λίστα αλληλογραφίας. Ενώ είναι εκεί, ξέρουμε ότι μπορούμε να επικοινωνήσουμε μαζί σας μέσω ηλεκτρονικού ταχυδρομείου σχετικά με αυτό το θέμα.</p> <p>μπορείτε πάντα να αφαιρέστε τη διεύθυνση ηλεκτρονικού ταχυδρομείου σας από τις λίστες αλληλογραφίας μας. Υπάρχουν Πολλαπλοι τρόποι να το κάνουμε αυτο:</p><ul> <li>μόλις καταχωρηθεί λογαριασμό σας, απλώς εισέλθετε και διαγραφείτε από ενημερωτικά δελτία στις ρυθμίσεις των προφίλ.</li> <li>, χρησιμοποιήστε τον σύνδεσμο «Διαγραφής» στα ενημερωτικά μας δελτία που λαμβάνετε.</li> <li>Στείλτε ένα email στο [email].</li> </ul> <p>μπορούμε να χρησιμοποιήσουμε μια υπηρεσία ηλεκτρονικού ταχυδρομείου τρίτου (MailChimp ή Mad Mimi) για την αποστολή ενημερωτικών δελτίων. Ορισμένα μέλη του προσωπικού μας μπορουν να δουν τις λίστες με διευθύνσεις ηλεκτρονικού ταχυδρομείου. Με αυτόν τον τρόπο θα είναι σε θέση να αφαιρέσουν τη διεύθυνση email σας από τη λίστα αλληλογραφίας, θα πρέπει ομως να το ζητήσετε για να το πράξει.</p> <p>παρακαλώ σημειώστε ότι οι λίστες αλληλογραφίας είναι ανεξάρτητες μεταξυ τους. Εάν αποφασίσετε να μην λαμβάνετε ενημερωτικά δελτία απο καμια, θα πρέπει να διαγραφείτε από όλες τις λίστες αλληλογραφίας. Ακόμη και αν το κάνετε, θα εξακολουθείτε να λαμβάνετε μηνύματα ηλεκτρονικού ταχυδρομείου που σχετίζονται με τον λογαριασμό (όπως ειδοποιήσεις κατάστασης παραγγελίας, μηνύματα ηλεκτρονικού ταχυδρομείου επαναφοράς κωδικού πρόσβασης, και αλλα). Είναι απαραίτητο για τη λειτουργία ενός ηλεκτρονικού καταστήματος.</p> <p>αν αποφασίσετε πως δε θέλετε να χρησιμοποιήσετε το κατάστημα μας πλέον και θα θελατε να αφαιρεθουν από τη βάση δεδομένων μας τα στοιχεία σας (ή αν θέλετε να πάρετε όλα τα προσωπικά δεδομένα που σχετίζονται με σας λογαριασμό που έχουμε), παρακαλούμε να στείλετε ένα email στο [email].</p> <p>αν πιστεύετε ότι τα προσωπικά σας δεδομένα έχουν υποστεί κατάχρηση, έχετε το δικαίωμα να υποβάλουν καταγγελία στην εποπτική αρχή (dpa.gr). Εμείς είμαστε υποχρεωμένοι από to γενικό κανονισμό προστασίας δεδομένων (GDPR) της ΕΕ να σας ενημερώσουμε σχετικά με αυτό το δικαίωμα. Δεν σκοπεύουμε να καταχραστουμε τα δεδομένα σας.</p>'),
('el', 'newsletters.agreement_text_short_subscribe_to_newsletters', 'Συμφωνώ στην επεξεργασία των προσωπικών μου δεδομένων <u>ως εξής</u> και θα ήθελα να εγγραφώ στα ακόλουθα Newsletter :'),
('el', 'newsletters.new_subscribers', 'Νέοι συνδρομητες'),
('el', 'newsletters.subscribe_to_newsletters', 'Newsletter: Εγγραφή σε Newsletter'),
('el', 'newsletters_menu_description', 'Δημιουργία και αποστολή newsletter στους πελάτες σας.'),
('el', 'newsletter_autoresponder', 'Αυτόματη Απάντηση Newsletter'),
('el', 'newsletter_autoresponders', 'Αυτόματες Απαντήσεις Newsletter'),
('el', 'newsletter_template', 'Newsletter template'),
('el', 'newsletter_templates', 'Newsletter templates'),
('el', 'news_plain', 'Απλό'),
('el', 'new_administrator_account_created', 'Ο νέος  λογαριασμός διαχειριστή έχει δημιουργηθεί με επιτυχία.'),
('el', 'new_administrator_password', 'Νεος Κωδικός Διαχειριστη'),
('el', 'new_attachment', 'Νέο συνημμένο'),
('el', 'new_campaign', 'Νέα καμπάνια'),
('el', 'new_category', 'Νέα κατηγορία'),
('el', 'new_certificate', 'Νέο πιστοποιητικό'),
('el', 'new_chart', 'Νέο διάγραμμα'),
('el', 'new_combination', 'Προσθήκη Νέου Συνδυασμού'),
('el', 'new_credit_card', 'Νέα πιστωτική κάρτα'),
('el', 'new_currency', 'Νέο Νομισμα'),
('el', 'new_customer', 'Νέος πελάτης'),
('el', 'new_domains', 'Νέα Domain'),
('el', 'new_emails', 'Προσθήκη νέας διεύθυνσης e-mail'),
('el', 'new_feature', 'Προσθήκη νέων χαρακτηριστικών'),
('el', 'new_file', 'Νέο αρχείο'),
('el', 'new_filter', 'Νέο φίλτρο'),
('el', 'new_folder', 'Νέο Φακελο'),
('el', 'new_form', 'Νέα φόρμα'),
('el', 'new_group', 'Νέα ομάδα'),
('el', 'new_invoice_langvar_upgrade_notification_message', '<p> Έχει προστεθεί μια νέα μεταβλητή γλώσσας που ονομάζεται <b> invoice_heading </ b>. Μπορείτε να τη χρησιμοποιήσετε για να αλλάξετε τον τίτλο των τιμολογίων σας όπως νομίζετε σκόπιμα χωρίς να αλλάξετε τη λέξη \"Τιμολόγιο\" σε άλλα μέρη του καταστήματος. Οι τιμές για τη <b> invoice_heading </ b> έχουν αντιγραφεί από τις τιμές της μεταβλητής γλώσσας <b> τιμολογίου </ b>. </ P> <p> Σημειώστε ότι η μεταβλητή γλώσσας εμφανίζεται στα τιμολόγιά σας εξαρτάται από το <a href=\"http://docs.cs-cart.com/latest/user_guide/look_and_feel/documents/enable_document_editor.html\"> εάν χρησιμοποιείτε το πρότυπο ηλεκτρονικού ταχυδρομείου και τους εκδότες εγγράφων </a>: </ p> <ul> <li> Εάν χρησιμοποιείτε τους επεξεργαστές, τότε θα πρέπει να προσθέσετε μη αυτόματα τη μεταβλητή της νέας γλώσσας στο τιμολόγιό σας. </ li> <li> Εάν χρησιμοποιείτε τον παλιό τρόπο επεξεργασίας εγγράφων ), τότε η νέα μεταβλητή γλώσσας περιλαμβάνεται ήδη στα προεπιλεγμένα αρχεία TPL. </ li> </ ul>'),
('el', 'new_invoice_langvar_upgrade_notification_title', 'Νέα μεταβλητή γλώσσας για την επικεφαλίδα τιμολογίου'),
('el', 'new_ips', 'Νέες IP'),
('el', 'new_items', 'New items'),
('el', 'new_language', 'Νεα Γλωσσα'),
('el', 'new_language_variable', 'Νεα μεταβλητη γλωσσας'),
('el', 'new_layout', 'Νέα Διαταξη'),
('el', 'new_link', 'Νέος σύνδεσμος'),
('el', 'new_localization', 'Νέος εντοπισμός'),
('el', 'new_location', 'Νέα τοποθεσία'),
('el', 'new_mailing_lists', 'Νέα λίστα mail'),
('el', 'new_menu', 'Νέο Μενου'),
('el', 'new_option', 'Νέα επιλογή'),
('el', 'new_page', 'Νέα σελίδα'),
('el', 'new_payments', 'Προσθήκη Νέας Μέθόδου Πληρωμής (ών)'),
('el', 'new_payout', 'Προσθήκη νέας πληρωμής'),
('el', 'new_poll', 'Νέα ψηφοφορία'),
('el', 'new_post', 'Νέα δημοσίευση'),
('el', 'new_product', 'Νέο προϊόν'),
('el', 'new_profile', 'Νέο προφίλ'),
('el', 'new_profile_field', 'Νέο πεδιο Προφιλ'),
('el', 'new_profile_notification', 'Ειδοποίηση για νέο προφίλ'),
('el', 'new_promotion', 'Νέα προώθηση'),
('el', 'new_question', 'Νέ ερώτημα'),
('el', 'new_rate_area', 'Νεα Περιοχη Τιμων'),
('el', 'new_reason', 'Προσθήκη νέων λόγων'),
('el', 'new_report', 'Προσθήκη νέων αναφορών'),
('el', 'new_rule', 'Νέος κανόνας'),
('el', 'new_saved_search', 'Νέα αποθηκευμένη αναζήτηση'),
('el', 'new_section', 'Νεος Τομεας'),
('el', 'new_setting_value', 'Νέα τιμή'),
('el', 'new_shipment', 'Νέα αποστολή'),
('el', 'new_shipment_was_created', 'Δημιουργήθηκε νέα αποστολή'),
('el', 'new_shipping_method', 'Νέος τρόπος αποστολής'),
('el', 'new_site_map_section', 'Προσθήκη νέου τμήματος χάρτη ισοτόπου (sitemap)'),
('el', 'new_states', 'Προσθήκη νέως νομών για την επιλεγμένη Τοποθεσία'),
('el', 'new_status', 'Προσθήκη νέας κατάστασης'),
('el', 'new_store_location', 'Νέα θέση καταστήματος'),
('el', 'new_subscribers', 'Νέοι συνδρομητες'),
('el', 'new_tab', 'Νέο Tab'),
('el', 'new_tax', 'Νέος φόρος'),
('el', 'new_text_ultimate_license_required', 'Μια ειδική έκδοση του [προϊόντος] που προσφέρει απεριόριστο αριθμό καταστημάτων. Εάν μεταβείτε στο <a href=\"[ultimate_license_url]\" target=\"_blank\"> [product] Ultimate </a>, δεν θα δείτε ξανά το μήνυμα σχετικά με το όριο των βιτρινων.'),
('el', 'new_usergroups', 'Προσθήκη νέων ομάδων χρηστών'),
('el', 'new_user_profile', 'Νέο προφίλ χρήστη'),
('el', 'new_vendor', 'Νέος Πωλητης'),
('el', 'new_version', 'Νέα έκδοση'),
('el', 'new_withdrawal', 'Νέα αναληψη'),
('el', 'new_zealand', 'Νέα Ζηλανδία'),
('el', 'next', 'Επόμενο'),
('el', 'next_step', 'Επόμενο βήμα'),
('el', 'ne_add_subscribers_from_users', 'Προσθήκη συνδρομητών από τις λίστες των χρηστών'),
('el', 'ne_warning_subscr_email_exists', 'Το <b>[email]</b> βρίσκεται ήδη στην λίστα συνδρομητών'),
('el', 'no', 'ΟΧΙ'),
('el', 'nocombination', 'Δυστυχώς αυτός ο συνδυασμός δεν είναι προσβάσιμος'),
('el', 'none', 'Κανένα'),
('el', 'non_writable_directories', 'Οι ακόλουθοι κατάλογοι δεν έχουν δικαιώματα εγγραφής'),
('el', 'normal', 'Κανονικό'),
('el', 'norway', 'Νορβηγία'),
('el', 'norwegian', 'Νορβηγικά'),
('el', 'note', 'Σημείωση'),
('el', 'notes', 'Σημειώσεις'),
('el', 'notice', 'Σημείωμα'),
('el', 'notice_too_many_decimals', 'Έχετε ορίσει[DECIMALS] δεκαδικά ψηφία για [CURRENCY]. Ο μέγιστος αριθμός των δεκαδικών ψηφίων που υποστηρίζονται είναι 2. Περαιτέρω τιμές θα εμφανίζονται ως μηδενικά.'),
('el', 'notice_undeliverable_products_removed', 'Τα προϊόντα που δεν έχουν παραδοθεί έχουν καταργηθεί από το καλάθι σας. Μπορείτε να προχωρήσετε με την αγορά.'),
('el', 'notice_update_customer_details', 'Ο πελάτης ενημέρωσε  την διεύθυνση ηλεκτρονικού ταχυδρομείου στο προφίλ. Επιλέξτε το πλαίσιο ελέγχου για να ενημερώσετε τις λεπτομέρειες της παραγγελίας:'),
('el', 'notification.upgrade_available.message', 'Μια νέα έκδοση του [product] είναι διαθέσιμη. Αν θέλετε να αναβαθμίσετε στην τελευταία έκδοση τώρα, κάντε κλικ εδώ.'),
('el', 'notification.upgrade_available.title', 'Διαθεσιμη Αναβαθμιση'),
('el', 'notifications', 'Ειδοποιήσεις'),
('el', 'notifications_center.notifications', 'Ειδοποιήσεις'),
('el', 'notifications_center.no_notifications', 'Δεν υπάρχουν ειδοποιήσεις'),
('el', 'notifications_center.section.administration', 'Διαχείριση'),
('el', 'notifications_center.section.all', 'Όλα'),
('el', 'notifications_center.section.communication', 'Communication'),
('el', 'notifications_center.section.other', 'Άλλα'),
('el', 'notifications_center.section.products', 'Προϊόντα'),
('el', 'notifications_center.tag.administration.license', 'Αδεια'),
('el', 'notifications_center.tag.administration.update', 'Ενημέρωση'),
('el', 'notifications_center.tag.messages', 'Messages'),
('el', 'notifications_center.tag.other', 'Άλλα'),
('el', 'notification_template.tab.email', 'Email'),
('el', 'notification_template.tab.internal', 'On-site'),
('el', 'notify_customer', 'Ειδοποίηση πελάτη'),
('el', 'notify_orders_department', 'Ειδοποίηση τμήματος παραγγελιών'),
('el', 'notify_supplier', 'Ειδοποίηση προμηθευτή'),
('el', 'notify_user', 'Ειδοποίηση χρήστη'),
('el', 'notify_vendor', 'Ειδοποίηση πωλητή'),
('el', 'notify_vendors_by_email', 'Ειδοποιηση πωλητών με email'),
('el', 'notify_vendor_by_email', 'Ειδοποιήστε πωλητή με email'),
('el', 'notify_when_back_in_stock', 'Ειδοποίηση όταν το προϊόν είναι ξανά διαθέσιμο'),
('el', 'not_active', 'Δεν είναι ενεργό'),
('el', 'not_active_file_notice', 'Αυτό το αρχείο θα είναι διαθέσιμο για κατέβασμα μόνο όταν ο διαχειριστής τα εγκρίνει'),
('el', 'not_approved', 'Δεν εγκρίνεται'),
('el', 'not_a_member', 'Όχι μέλος'),
('el', 'not_checked', 'Δεν ελέγχθηκε'),
('el', 'not_installed', 'δεν είναι εγκατεστημένο'),
('el', 'not_scroll_automatically', 'Μη αυτόματη κύλιση'),
('el', 'no_active_storefronts', 'No active storefronts'),
('el', 'no_autoresponder', 'Χωρίς αυτόματη Απαντηση'),
('el', 'no_categories_available', 'Δεν υπάρχουν διαθεσιμες Κατηγορίες'),
('el', 'no_data', 'Δεν βρέθηκαν δεδομένα'),
('el', 'no_data_found', 'Δεν βρέθηκαν δεδομένα που να ικανοποιούν τις προϋποθέσεις αυτού του  γραφήματος'),
('el', 'no_files', 'Δεν υπάρχουν αρχεία'),
('el', 'no_hidden_elements_second_level_view', 'AB: Number of visible elements of the 2-level menu'),
('el', 'no_hidden_elements_second_level_view.tooltip', 'This setting limits the number of third-level menu items, displayed in the menu structure. The remaining elements of the third level will be displayed when clicking on the <b>More</b> link'),
('el', 'no_image', 'Χωρίς εικόνα'),
('el', 'no_items', 'Δεν ορίστηκαν ειδη'),
('el', 'no_items_found', 'Δεν βρέθηκαν αποτελέσματα που να ταιριάζουν με τα κριτήρια αναζήτησης.'),
('el', 'no_manager_assigned', 'Δεν έχει οριστεί διαχειριστής'),
('el', 'no_menus', 'Δεν υπάρχουν Μενου'),
('el', 'no_modified_core_files_found', 'Δεν βρέθηκαν αλλαγές στα αρχεία πυρήνα'),
('el', 'no_posts_found', 'Δεν βρέθηκαν δημοσιεύσεις'),
('el', 'no_products_for_shipment', 'Δεν υπάρχουν προϊόντα για αποστολή'),
('el', 'no_products_selected', 'Δεν υπάρχουν επιλεγμένα προϊόντα'),
('el', 'no_rates_for_empty_cart', '<p class=\"error-text\" align=\"center\"> το καλάθι σας είναι άδειο και δεν μπορεί να εκτιμηθεί το κόστος αποστολής</p>'),
('el', 'no_rates_for_empty_cart_warning', 'Το καλάθι σας είναι άδειο και δεν μπορεί να εκτιμηθεί το κόστος αποστολής'),
('el', 'no_return_requests_found', 'Δεν βρέθηκαν αιτήσεις επιστροφής'),
('el', 'no_shipping_required', 'Δεν απαιτούνται έξοδα αποστολής'),
('el', 'no_such_coupon', 'Δεν υπάρχει αυτό το εκπτωτικό κουπόνι. <br /> Παρακαλώ δοκιμάστε ξανά.'),
('el', 'no_template', 'Χωρίς template'),
('el', 'no_themes_available', 'Δεν υπάρχουν διαθέσιμα Themes'),
('el', 'no_users_found', 'Δεν βρέθηκαν χρήστες'),
('el', 'number', 'Αριθμός'),
('el', 'number_of_columns', 'Αριθμός των στηλών στη λίστα αντικειμένων'),
('el', 'n_banners', '[n] banner|[n] banners'),
('el', 'n_categories', '[n] κατηγορια|[n] κατηγοριες'),
('el', 'n_days', '[n] day|[n] ημέρες'),
('el', 'n_filters', '[n] φιλτρο|[n] φιλτρα'),
('el', 'n_pages', '[n] σελιδα|[n] σελιδες'),
('el', 'n_polls', '[n] Δημοσκόπηση|[n] Δημοσκοπήσεις'),
('el', 'n_posts', '[n] δημοσιευση|[n] δημοσιευσεις'),
('el', 'n_products', '[n] προϊόν |[n] προϊόντα'),
('el', 'n_profile_fields', '[n] πεδιο προφιλ|[n] πεδια προφιλ'),
('el', 'n_tags', '[n] tag|[n] tags'),
('el', 'n_vendors', '[n] πωλητής|[n] πωλητές'),
('el', 'object', 'Αντικείμενο'),
('el', 'objects_per_page', '[n] ανα σελιδα'),
('el', 'object_does_not_exist', 'Το αντικείμενο δεν υπάρχει'),
('el', 'object_exists', 'Υπάρχει ήδη αντικείμενο με το ίδιο όνομα.Θέλετε να το αντικαταστήσετε'),
('el', 'object_not_found', 'Το [object] δε βρέθηκε'),
('el', 'of', 'του'),
('el', 'off', 'Κλειστο'),
('el', 'offline', 'Εκτός σύνδεσης'),
('el', 'offset', 'Offset'),
('el', 'ogone.sha_in', 'SHA-IN pass phrase'),
('el', 'ogone_direct.config_info', 'Enter SHA-IN pass phrase both here and on the Ingenico administation panel.<br><br>For new Ingenico accounts created since May 11th, 2010, the new SHA policy is automatically active.<br/>Please do not forget to select the \"Use new SHA signature policy\" checkbox.'),
('el', 'ogone_web.config_info', 'Please set the following URL in the Technical Information section on the Ingenico administation panel as the <b>URL of the merchant\'s post-payment page</b> for all cases (\"accepted\", \"on hold\", \"uncertain\", \"canceled by the client\", \"too many rejections by the acquirer\"): <code>[r_url]</code><br>Select \"Always deferred (not immediately after the payment)\" for the <b>Timing of the request</b>.<br>Enter SHA-IN and SHA-OUT pass phrases both here and on the Ingenico administation panel.'),
('el', 'ogone_web.sha_out', 'SHA-OUT pass phrase'),
('el', 'ok', 'Ok'),
('el', 'old_price', 'Παλιά τιμή'),
('el', 'on', 'πάνω'),
('el', 'onboarding_adicionar_socio_extra', 'Adicionar Sócio Extra'),
('el', 'onboarding_bairro', 'Bairro'),
('el', 'onboarding_cadastro_do_cliente', 'Cadastro do cliente'),
('el', 'onboarding_celular', 'Celular'),
('el', 'onboarding_cnpj', 'CNPJ'),
('el', 'onboarding_complemento', 'Complemento'),
('el', 'onboarding_confirmar_senha', 'Confirmar Senha'),
('el', 'onboarding_continuar', 'Continuar'),
('el', 'onboarding_cpf', 'CPF'),
('el', 'onboarding_identificacao_empresarial', 'Identificação empresarial'),
('el', 'onboarding_informacao_pessoal', 'Informação Pessoal'),
('el', 'onboarding_inscricao_estadual', 'Inscrição Estadual'),
('el', 'onboarding_inscricao_municipal', 'Inscrição Municipal'),
('el', 'onboarding_municipio', 'Município'),
('el', 'onboarding_nome_completo', 'Nome Completo'),
('el', 'onboarding_nome_completo_do_titular', 'Nome Completo do Titular'),
('el', 'onboarding_nome_da_loja', 'Nome da loja'),
('el', 'onboarding_nome_da_mae', 'Nome da Mãe'),
('el', 'onboarding_nome_fantasia', 'Nome Fantasia'),
('el', 'onboarding_pf_titulo', 'Cadastro Pessoa Física (CPF)'),
('el', 'onboarding_pj_titulo', 'Cadastro Empresarial (CNPJ)'),
('el', 'onboarding_previous', 'Previous'),
('el', 'onboarding_razao_social', 'Razão Social'),
('el', 'onboarding_responsavel_da_conta', 'Responsável da Conta'),
('el', 'onboarding_rg', 'RG'),
('el', 'onboarding_rua', 'Rua'),
('el', 'onboarding_socios', 'Sócios'),
('el', 'onboarding_telefone_fixo', 'Telefone Fixo'),
('el', 'onboarding_termos_e_condicoes', 'Termos e Condições'),
('el', 'onboarding_texto_de_introducao_loja_empresarial', 'Texto de introdução'),
('el', 'onboarding_texto_de_introducao_loja_pessoal', 'Texto de introdução'),
('el', 'onboarding_titulo_de_selecao_de_conta', 'PARTIU SE CADASTRAR E VENDER MUITO ?'),
('el', 'onboarding_validacao_de_dados', 'Validação de dados'),
('el', 'onboarding_validacao_de_dados_descricao', 'Validação utilizada para que ninguém possa criar uma conta utilizando seus dados'),
('el', 'onboarding_validar', 'Validar'),
('el', 'onboarding_validar_email', 'Validar e-mail'),
('el', 'onboarding_validar_email_descricao', 'Ele será utilizado para recuperar a sua conta.'),
('el', 'onboarding_validar_telefone', 'Validar telefone'),
('el', 'onboarding_validar_telefone_descricao', 'Ele será utilizado para recuperar a sua conta caso você perca o acesso ao seu email.'),
('el', 'once_per_customer', 'Μια φορά ανά πελάτη'),
('el', 'onclick_dropdown', 'OnClick-αναπτυσσόμενο'),
('el', 'one_click_template_title', 'Selecione o cartão'),
('el', 'online_only', 'Μόνο συνδεδεμένοι'),
('el', 'on_backorder', 'Σε προ-παραγγελία'),
('el', 'on_off', 'Ανοιχτο/Κλειστο'),
('el', 'on_sale', 'Σε έκπτωση'),
('el', 'on_site_layout_editing', 'Επεξεργασία διάταξης σελίδας: [page]'),
('el', 'on_site_live_editing', 'On-site live επεξεργασια'),
('el', 'on_site_template_editing', 'On-site επεξεργασία template'),
('el', 'open', 'ΑΝΟΙΧΤΕΣ'),
('el', 'open_action', 'Άνοιγμα'),
('el', 'open_file_or_create_new', 'Ανοίξτε ένα αρχείο ή δημιουργήσετε ένα νέο για να ξεκινήσετε'),
('el', 'open_hours', 'Ωραριο Λειτουργίας'),
('el', 'open_in_new_window', 'Άνοιγμα σε νέο Παράθυρο'),
('el', 'open_selected_storefronts', 'Ανοιξτε επιλεγμενο'),
('el', 'open_store', 'Άνοιγμα κεντρικής σελίδας καταστήματος'),
('el', 'optimize_database', 'Βελτιστοποίηση Βάσης δεδομένων'),
('el', 'optimizing_table', 'Βελτιστοποίση πίνακα'),
('el', 'options', 'Επιλογές'),
('el', 'options_for', 'Επιλογές για'),
('el', 'options_have_been_applied_to_products', 'Οι επιλογές έχουν εφαρμοστεί επιτυχώς για τα επιλεγμένα προϊόντα'),
('el', 'options_menu_description', 'Διαχειριστείτε τις γενικές επιλογές προϊόντων στο κατάστημα σας.'),
('el', 'options_settings', 'Ρυθμίσεις επιλογών'),
('el', 'options_type', 'Τυποι Επιλογών'),
('el', 'option_combinations', 'Συνδυασμοι Επιλογων'),
('el', 'option_exceptions', 'Εξαιρέσεις Επιλογών'),
('el', 'option_name', 'Ονομα Επιλογης'),
('el', 'option_unlinked', 'Η γενικη επιλογή \"[option_name]\" για το προϊόν έχει απενεργοποιηθεί'),
('el', 'option_variants', 'Παραλλαγές Επιλογών'),
('el', 'opt_currency_name', 'Εμφάνιση τίτλου νομίσματος'),
('el', 'opt_currency_symbol', 'Χρήση συμβόλων νομίσματος αντί τίτλων'),
('el', 'opt_language_icon', 'Χρησιμοποιήστε εικονίδια γλώσσας αντί των ονομάτων'),
('el', 'opt_language_name', 'Εμφάνιση ονομάτων γλωσσών'),
('el', 'or', 'ή'),
('el', 'order', 'Παραγγελία'),
('el', 'ordered_products', 'Παραγγελθέντα προϊόντα'),
('el', 'orders', 'Παραγγελίες'),
('el', 'orders_not_allow_to_change_company', 'Η Εταιρεία δεν έχει αλλάξει. Δεν επιτρέπεται να αλλάξει η εταιρεία κατά την επεξεργασία της παραγγελίας.'),
('el', 'orders_no_items', 'Χρησιμοποιήστε το παραπανω κουμπί \"Προσθήκη προϊόντων\" για να προσθέσετε τα προϊόντα στην παραγγελία.'),
('el', 'order_by_status', 'Παραγγελίες βάσει του status'),
('el', 'order_date', 'Ημερομηνία παραγγελίας'),
('el', 'order_details', 'Λεπτομέρεις Παραγγελίας'),
('el', 'order_discount', 'Έκπτωση παραγγελίας'),
('el', 'order_id', 'ID Παραγγελίας'),
('el', 'order_info', 'Πληροφορίες Παραγγελίας'),
('el', 'order_items', 'Παραγγελία αντικειμένων'),
('el', 'order_landing_page', 'Σελίδα προορισμού(η σελίδα που οι επισκέπτες της ιστοσελίδας καταλήγουν σε αυτήν μετά το πάτημα του συνδέσμου)'),
('el', 'order_management', 'Διαχείριση παραγγελίας'),
('el', 'order_placed', 'Η Παραγγελία πραγματοποιήθηκε'),
('el', 'order_prefix', 'Πρόθεμα παραγγελίας'),
('el', 'order_returns', 'Επιστροφές παραγγελίας'),
('el', 'order_search', 'Αναζήτηση παραγγελίας'),
('el', 'order_status', 'Κατάσταση παραγγελίας'),
('el', 'order_statuses', 'Καταστάσεις παραγγελίας'),
('el', 'order_statuses_menu_description', 'Δημιουργία ή επεξεργασία υπάρχουσας κατάστασης παραγγελίας.'),
('el', 'order_total', 'Σύνολο παραγγελίας'),
('el', 'order_total_not_correct', 'Το συνολικό ποσό που καταβάλλεται δεν ταιριάζει με το σύνολο της παραγγελίας'),
('el', 'order_total_will_changed', 'Το συνολικό ποσό της παραγγελίας θα αλλάξει με'),
('el', 'order_was_not_placed', 'Η παραγγελία δεν τοποθετήθηκε'),
('el', 'original', 'Πρωτότυπο'),
('el', 'origination', 'Προέλευση'),
('el', 'or_saved_search', 'ή οποιοδήποτε αντικείμενο από την αποθηκευμένη αναζήτηση'),
('el', 'or_use', 'ή χρησιμοποιησε'),
('el', 'others', 'Άλλα'),
('el', 'other_addons', 'Αλλα add-ons'),
('el', 'other_notification', 'Other'),
('el', 'our_brands', 'Οι Μάρκες μας'),
('el', 'output', 'Έξοδος δεδομένων'),
('el', 'outside_navigation', 'Outside navigation'),
('el', 'out_of_stock_actions', 'Ενεργεια σε περίπτωση μηδενικου αποθεματος'),
('el', 'out_of_stock_products', 'Μη Διαθέσιμο'),
('el', 'override_by_dispatch', 'Παράκαμψη τοποθεσίες με αποστολή'),
('el', 'override_by_this', 'Χρησιμοποιήστε αυτό το περιεχόμενο για όλα τα Block'),
('el', 'override_exchange_rate', 'Αντικατάσταση τιμής συναλλάγματος'),
('el', 'override_gc_points', 'Παράκαμψη γενικής/κατηγορίας τιμής πόντων για αυτό το προϊόν'),
('el', 'override_gc_points_brief', 'Παράκαμψη γενικής/κατηγορίας πόντων'),
('el', 'override_g_points', 'Παράκαμωη όλων των γενικών πόντων για αυτά τα προϊόντα στην κατηγορία'),
('el', 'override_per', 'Παράκαμωη γενικού PER'),
('el', 'override_points', 'Υπέρβαση ποντων'),
('el', 'override_product_data', 'Εφαρμογή των αξιών σε όλα τα επιλεγμένα προϊόντα'),
('el', 'overwrite', 'Αντικατασταση'),
('el', 'overwrite_selected_settings', 'Αντικατασταση των επιλεγμενων ρυθμισεων'),
('el', 'owner', 'Ιδιοκτήτης'),
('el', 'p21agree', 'Παρακαλώ πληκτρολογήστε \"ΑΠΟΔΕΧΟΜΑΙ\" ή \"ΔΙΑΦΩΝΏ\" στο παρεχόμενο πλαίσιο'),
('el', 'p21agree_tooltip', 'By typing AGREE in the below box I am providing my signature as authorization to Payment21&reg; to electronically debit my account for the amount I have entered. I also understand and expressly authorize the merchant, if my eCheck payment is dishonored or returned for any reason, to electronically debit my account for the amount of the eCheck payment plus an NSF fee not to exceed the state maximum legal limit. I will print or save this page for my records. I can call 1-888-770-0850 for 24/7 support with any questions regarding this payment transaction.'),
('el', 'package', 'Πακέτο'),
('el', 'packages', 'Πακέτα'),
('el', 'package_type', 'Τύπος πακέτου'),
('el', 'packing_slip', 'Δελτίο της συσκευασίας'),
('el', 'packing_slip_for_order', 'Δελτίο της συσκευασίας για παραγγελία'),
('el', 'page', 'Σελίδα'),
('el', 'pages', 'Σελίδες'),
('el', 'pages_menu_description', 'Δημιουργία και δημοσίευση σελίδων, δημοψηφήσματων, κτλπ.'),
('el', 'page_cloned', 'Η σελίδα <b> [page] </ b> έχει κλωνοποιηθεί επιτυχώς. Τώρα μπορείτε να επεξεργαστείτε τη νέα σελίδα'),
('el', 'page_id', 'ID Σελίδας'),
('el', 'page_link', 'URL Σελίδας'),
('el', 'page_name', 'Όνομα Σελίδας'),
('el', 'page_not_found', 'Η σελίδα δεν βρέθηκε'),
('el', 'page_not_found_text', 'Η σελίδα που ζητήσατε δεν βρέθηκε.'),
('el', 'page_target_url', 'Διεύθυνση URL προορισμού'),
('el', 'page_title', 'Τίτλος σελίδας'),
('el', 'page_url', 'URL Σελίδας'),
('el', 'pagination_range', '<span>[pagination.range_from]</span>–<span>[pagination.range_to]</span>&nbsp;of&nbsp;[pagination.total_items]'),
('el', 'paid_amount', 'Ποσό που πληρώθηκε'),
('el', 'pair_type', 'Τυπος ζευγαριου'),
('el', 'param', 'Παράμετρος'),
('el', 'parameter', 'Αντικείμενο προς ανάλυση'),
('el', 'parameter_name', 'Όνομα παραμέτρου'),
('el', 'parent_category', 'Μητρική Κατηγορία'),
('el', 'parent_category_id', 'Μητρική Κατηγορία'),
('el', 'parent_item', 'Μητρικό αντικείμενο'),
('el', 'parent_page', 'Μητρική σελίδα'),
('el', 'parent_page_id', 'Μητρική σελίδα'),
('el', 'partiuhub_continuar_compras', 'Continuar compras'),
('el', 'partiuhub_numero_do_pedido', 'Numero do pedido - '),
('el', 'partiuhub_planos_vendedores.vendor_groups', 'Grupos dos vendedores'),
('el', 'partiuhub_status_rastreamento_1', 'O vendedor já postou o seu produto!'),
('el', 'partiuhub_status_rastreamento_2', 'Olha que legal, o seu produto ja esta em transito!'),
('el', 'partiuhub_status_rastreamento_3', 'O seu produto ja PARTIU para o seu endereço!'),
('el', 'partiuhub_status_rastreamento_4', 'Chegou! PARTIU aproveitar!!!! '),
('el', 'partiuhub_tente_novamente', 'Tente novamente mais tarde!'),
('el', 'partner', 'Συνεργάτης'),
('el', 'passphrase', 'Συνθηματική φράση'),
('el', 'passport_number', 'Αριθμός διαβατηρίου'),
('el', 'password', 'Κώδικός'),
('el', 'path_to_files', 'Πλήρης διαδρομή στα \"atos\" αρχεία'),
('el', 'pause_delay', 'Παύση καθυστέρησης'),
('el', 'payflowcolor', 'Payflow χρώμα'),
('el', 'payment', 'Πληρωμή'),
('el', 'payments', 'Πληρωμές'),
('el', 'payments.cresecure.location_notice', '<b>Παρακαλώ σημειώστε:</b><br />1. Η πληρωμή αυτή απαιτεί την επιλογή  https  να είναι ενεργοποιημένη<br />2. από προεπιλογή, η θέση του Ταμείου εμφανίζεται στο χρήστη στην περιοχή της  πληρωμής. Προκειμένου να το εμφανίσετε σε μια διαφορετική θέση, δημιουργήσετε μια νέα τοποθεσία με το dispatch  \'checkout.cresecure_template\' στη <a href=\"[url]\" target=\"_blank\"> Διαχείριση Διάταξης</a>.'),
('el', 'payments.epdq.bgcolor', 'Χρώμα Φόντου'),
('el', 'payments.epdq.btn_bgcolor', 'Χρώμα φόντου κουμπιού'),
('el', 'payments.epdq.btn_textcolor', 'Χρώμα κειμένου κουμπιού'),
('el', 'payments.epdq.font_type', 'Τυπος Γραμματοσειρας'),
('el', 'payments.epdq.hash_error', 'Λυπούμαστε, δεν ταιριάζει με τη συμβολοσειρά hash'),
('el', 'payments.epdq.instructions', '<ol><li><p>Enter the following URL in the \"Technical information\"?\"Transaction feedback\" section in the ePDQ admin area:</p><p>for the \"accepted\" and \"cancelled\" payments: [url]</p></li><li>Make sure that the \"Timing of the request\" is set to \"Always online\", and \"Request method\" is set to \"POST\"</li><li>Define the \"SHA-OUT pass phrase\" value in the ePDQ admin area as you like, then duplicate it in the \"SHA-IN pass phrase\" field in the \"Data and origin verification\" section, and also in the \"Pass-phrase\" field below</li><li>Make sure that the \"Default operation code\" option in the ePDQ admin area has the same value as the \"Transaction type\" option value below</li><li>Set the \"Hash algorithm\" parameter to \"SHA-1\" in the \"Global security parameters\" section in the ePDQ admin area</li></ol>'),
('el', 'payments.epdq.pspid', 'EPDQ pspid'),
('el', 'payments.epdq.tbl_bgcolor', 'Χρώμα φόντου πίνακα'),
('el', 'payments.epdq.tbl_textcolor', 'Χρώμα κειμένου του πίνακα'),
('el', 'payments.epdq.textcolor', 'Χρώμα Κειμένου'),
('el', 'payments.epdq.title', 'Τιτλος'),
('el', 'payments.eway_rapidapi_rsp.header_text', 'Κειμενο Header'),
('el', 'payments.globalpayments.connector_error', 'O λογαριασμός Global Payments έχει ανασταλεί. Παρακαλώ επικοινωνήστε με το τμήμα υποστήριξης της Global Payments για περισσότερες πληροφορίες.'),
('el', 'payments.globalpayments.globalpayments_error', 'Σφάλμα με το σύστημα Global Payments'),
('el', 'payments.globalpayments.referring_ip', 'Παρακαλώ εισάγετε την ip του διακομηστή σας στην διαχείριση του λογαριασμού Global Payments σας'),
('el', 'payments.globalpayments.referring_url', 'Παρακαλώ εισάγετε αυτό το URL στην διαχείριση του λογαριασμού Global Payments σας'),
('el', 'payments.globalpayments.text_status_map', 'Χάρτης μετατροπής Καταστασης Παραγγελίας Global Payments στο [product]'),
('el', 'payments.layout_a', 'Διάταξη A'),
('el', 'payments.layout_b', 'Διάταξη Β'),
('el', 'payments.layout_c', 'Διάταξη C'),
('el', 'payments.paypal_adv_layout', 'Διάταξη'),
('el', 'payments.qbms.app_token', 'App Token'),
('el', 'payments.qbms.configuration_required', '<p>Συμπληρώστε τα παρακάτω πεδία και αποθηκεύστε τις αλλαγές: <br>-App Token <br>-OAuthConsumer Key <<br> - OAuth Consumer Secret</p> <p>κάντε κλικ στο κουμπί \"Σύνδεση στο QuickBooks\" που θα εμφανίζεται αντί για αυτό το μήνυμα , για να ολοκληρωθεί η ρύθμιση παραμέτρων πληρωμής.</p>'),
('el', 'payments.qbms.configure_payment_method', '<p>Πώς να ρυθμίσετε την μέθοδο πληρωμής:</p><p>1.<a target=\"_blank\" href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/authentication-and-authorization/oauth-2.0#obtain-oauth2-credentials-for-your-app\">Αποκτήστε τα διαπιστευτήρια OAuth 2.0</a> από την online εφαρμογή QuickBooks και αντιγράψτε τα μέσα στις ρυθμίσεις μεθόδων στο [product].</p><p>2. Κάντε κλίκ στο κουμπί \"Δημιουργία\", έπειτα ανοίξτε τις ρυθμίσεις αυτής της μεθόδου πληρωμής πάλι για ολοκληρώστε την ρύθμιση της.</p>'),
('el', 'payments.qbms.oauth_client_id', 'OAuth Client Id'),
('el', 'payments.qbms.oauth_client_secret', 'OAuth Client Secret'),
('el', 'payments.qbms.oauth_consumer_key', 'OAuth Consumer Key'),
('el', 'payments.qbms.oauth_consumer_secret', 'OAuth Consumer Secret'),
('el', 'payments.qbms.quickbooks_connection', 'QuickBooks σύνδεση'),
('el', 'payments.qbms.renew_token', 'Πιέστε το πλήκτρο \"Συνδεθείτε σε QuickBooks» για να να ανανεωθει το Token'),
('el', 'payments.qbms.tip_fill_redirect', '<p>Στην εφαρμογή QuickBooks, αντιγράψτε την ακόλουθη τιμή μέσα στο πεδίο του URI ανακατεύθυνσης:</p><p>[url]</p><p>-Κάντε κλίκ κουμπί \"Σύνδεση με QuickBooks\".</p>'),
('el', 'payments.qbms.token_expired', 'Έχει λήξει το Token.'),
('el', 'payments.qbms.token_expires', 'Το Token  λήγει στις <b>[date]</b> στο <b>[time]</b>.'),
('el', 'payments.qbms.upgrade_notification_text', '<p>Την τελευταία έκδοση του [product] έχει διαφορετικές ρυθμίσεις για τις μεθόδους πληρωμής, αν χρησιμοποιείτε υπηρεσία έμπορος QB μεταποιητής.</p> <p>Αν θέλετε να χρησιμοποιήσετε τις μεθόδους πληρωμής, κάνετε αυτό:</p> <ul><li>πηγαίνετε στο Διαχείριση > μεθόδους πληρωμής</li> <li>Επιλέξτε τη μέθοδο πληρωμής που χρησιμοποιεί υπηρεσία έμπορος QB μεταποιητής</li> <li>μεταβείτε στην καρτέλα ρύθμιση παραμέτρων</li> <li>Πληκτρολογήστε τη σωστή App διακριτικό, OAuth των καταναλωτών κλειδί και OAuth των καταναλωτών μυστικό</li> <li>εκτελέσετε σύνδεση σε QuickBooks</li></ul>'),
('el', 'payments.qbms.upgrade_notification_title', 'QB Merchant Service payment processor changes'),
('el', 'payments.qbms.upgrade_oauth20_notification_text', '<p>Τα online καταστήματα πλέον συνδέονται στις υπηρεσίες QuickBooks Merchant με διαφορετικό τρόπο. Οι μέθοδοι πληρωμής που χρησιμοποιούν υπηρεσίες της QB Merchant για τον υπολογισμό χρειάζεται να ρυθμιστουν ξανά, διαφορετικά δέν θα μπορούν να λειτουργήσουν. Για να μπορούν να λειτουργήσουν κάντε το εξής:</p><p>1. Αλλάξτε την εφαρμογή Quickbooks σε OAuth 2.0.</p><p>2. Αντιγράψτε το <i>OAuth Client ID</i> και το <i>OAuth Client Secret</i> απο την εφαρμογή στις ρυθμίσεις της μεθόδου πληρωμής στο [product].</p><p>3. Αλλάξτε την κατάσταση της μεθόδου πληρωμής σε <i>Ενεργή</i></p><p>4. Αποθηκεύστε τις αλλαγές και χρησιμοποιήστε το κουμπί<i>Connect to QuickBooks</i> για να ολοκληρωθεί η ρύθμιση της πληρωμής.</p><p><a href=\"[payments_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Εμφάνιση των μεθόδων πληρωμής μου</a></p>'),
('el', 'payments.qbms.upgrade_oauth20_notification_title', 'Τρόποι πληρωμής: Αλλάξτε τις ρυθμίσεις της QB Merchant Services'),
('el', 'payments.realex.3d_secure_message', 'Μήνυμα 3-D Secure'),
('el', 'payments.realex.auto_settled', 'Autoματος διακανονισμός'),
('el', 'payments.realex.avs.matched', 'Αντιστοιχο'),
('el', 'payments.realex.avs.not_matched', 'Χωρίς αντιστοιχία'),
('el', 'payments.realex.avs.partial_match', 'Μερικό ταίριασμα'),
('el', 'payments.realex.avs.problem_with_check', 'Πρόβλημα με έλεγχο'),
('el', 'payments.realex.avs.unable_to_check', 'Δεν μπορεί να ελεγχθει'),
('el', 'payments.realex.avs_address', 'AVS Address'),
('el', 'payments.realex.avs_postcode', 'AVS Postcode'),
('el', 'payments.realex.bank_error', 'Σφάλμα με συστήματα της Τράπεζας'),
('el', 'payments.realex.card_lost_or_stolen', 'Η Κάρτα δηλωθηκε ότι έχει απολεσθεί ή κλαπεί'),
('el', 'payments.realex.cavv', 'CAVV'),
('el', 'payments.realex.connector_error', 'Your Realex account has been suspended. Contact Realex support for further information.'),
('el', 'payments.realex.delayed_settlement', 'Καθυστερήμενος διακανονισμός'),
('el', 'payments.realex.eci', 'ECI'),
('el', 'payments.realex.incorrect_request', 'Εσφαλμένο σχημα μηνυματος ή περιεχόμενου XML'),
('el', 'payments.realex.incorrect_valid_trhu', 'Incorrect values of \'Valid thru\' fields.'),
('el', 'payments.realex.liability_shift', 'Liability Shift'),
('el', 'payments.realex.liability_shift_required', 'Liability Shift required'),
('el', 'payments.realex.realex_error', 'Error with Realex systems'),
('el', 'payments.realex.referring_ip', 'Please supply the IP address of your server to your Realex Payments account manager'),
('el', 'payments.realex.referring_url', 'Please supply this URL to your Realex Payments account manager'),
('el', 'payments.realex.refferal', 'Παραπομπή από τράπεζα'),
('el', 'payments.realex.result_code', 'Κωδικας αποτελέσματος'),
('el', 'payments.realex.result_message', 'Μηνυμα αποτελεσματος'),
('el', 'payments.realex.settlement', 'διακανονισμός'),
('el', 'payments.realex.subaccount', 'Υπολογαριασμός'),
('el', 'payments.realex.text_status_map', 'Realex to CS-Cart order status conversion map'),
('el', 'payments.realex.transaction_order_id', 'Transaction Order ID'),
('el', 'payments.realex.transaction_pasref', 'Transaction PASREF'),
('el', 'payments.realex.tss_result', 'TSS'),
('el', 'payments.realex.wrong_card_type', 'Η πληρωμή αυτή δεν είναι διαθέσιμη για αυτό το είδος των πιστωτικών καρτών.'),
('el', 'payments.realex.xid', 'XID'),
('el', 'payments.rocketgate.avs_mode', 'AVS λειτουργία'),
('el', 'payments.rocketgate.ignore', 'Παράβλεψη'),
('el', 'payments.rocketgate.scrub_mode', 'SCRUB λειτουργία'),
('el', 'payments.signin_to_checkout', '<a href=[url]>Συνδεθείτε</a> για να ολοκληρώσετ τις αγορές σας'),
('el', 'payments_tab1', 'Πιστωτική κάρτα'),
('el', 'payments_tab2', 'Online Πληρωμές'),
('el', 'payments_tab3', 'Αλλοι Τρόποι Πληρωμής'),
('el', 'payment_amount', 'Σύνολο πληρωμής'),
('el', 'payment_category', 'Κατηγορια Πληρωμης'),
('el', 'payment_category_note', 'Οι Καρτέλες Κατηγοριών πληρωμών δεν θα εμφανιστούν εάν όλες οι Ενεργές Πληρωμές ανήκουν στην ίδια κατηγορία'),
('el', 'payment_details', 'Λεπτομέρειες πληρωμής'),
('el', 'payment_form_url', 'Payment Form URL'),
('el', 'payment_id', 'ID πληρωμής'),
('el', 'payment_info', 'Τύπος πληρωμής'),
('el', 'payment_information', 'Πληροφορίες Πληρωμής'),
('el', 'payment_instructions', 'Οδηγίες πληρωμής'),
('el', 'payment_method', 'Τρόπος Πληρωμής'),
('el', 'payment_methods', 'Τρόποι Πληρωμής'),
('el', 'payment_method_not_found', 'Δεν βρέθηκε η μέθοδος πληρωμής. Θα μπορούσε να έχει απενεργοποιηθεί, ή να προκειται για ένα τεχνικό πρόβλημα. Παρακαλώ επιλέξτε μια μέθοδο πληρωμής και προσπαθήστε ξανά.'),
('el', 'payment_response_password', 'Payment Response password'),
('el', 'payment_surcharge', 'Προσαύξηση Πληρωμής'),
('el', 'payment_type', 'Τρόπος πληρωμής'),
('el', 'paypal.addon_is_disabled_notice', 'Το Προσθετο <b>PayPal πληρωμές</b> είναι απενεργοποιημένο, έτσι δεν μπορείτε να ρυθμίσετε αυτήν τη μέθοδο πληρωμής.'),
('el', 'paypal.ipn_transaction_status', 'Η κατάσταση συναλλαγής: [status]'),
('el', 'paypal_authentication_method', 'Μέθοδος πιστοποίησης PayPal');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('el', 'paypal_express_notice', 'Ένας  ID Εμπορου (merchant ID) είναι απαραίτητος για τη χρήση <a href=\'https://developer.paypal.com/docs/classic/express-checkout/in-context\' target=\'_blank\'>το χαρακτηρηστικο Checkout σε Πλαίσιο</a> σ αυτή την υλοποίηση. Μπορείτε να αναζητήσετε το δικο σας merchant ID αν συνδεθείτε στο <a href=\'https://www.paypal.com/\' target=\'_blank\'> https://www.paypal.com/</a>. Κάντε κλικ στο εικονίδιο  προφίλ , στην πάνω δεξιά πλευρά της σελίδας και στη συνέχεια επιλέξτε <b>το προφίλ και τις ρυθμίσεις</b> στο μενού <b>ΠΡΟΦΙΛ</b>. (Εάν δεν βλέπετε το εικονίδιο προφίλ στο επάνω μέρος της σελίδας, κάντε κλικ στο κουμπί <b>προφίλ</b>, το οποίο εμφανίζεται στην κορυφή του μενού όταν επιλέγεται η <b>καρτέλα \"ο λογαριασμός μου\"</b>.) Κλικ <b>μου επιχειρηματικές πληροφορίες</b> στα αριστερά, και το <b>αναγνωριστικό λογαριασμού εμπόρου (merchant ID)</b> εμφανίζεται στη λίστα των στοιχείων ακτινοβολίας στα δεξιά.'),
('el', 'paypal_ipn_note', 'Το Instant Payment Notification (IPN) είναι μια υπηρεσία που ειδοποιεί αυτόματα τους εμπόρους για συμβάντα που σχετίζονται με συναλλαγές στο PayPal. <br>, Όταν ένας πελάτης δίνει εντολή και επιλέγει το PayPal ως μέθοδο πληρωμής,  η παραγγελία παίρνει την κατασταση <b>ανοικτη</b>. <br>Στη συνέχεια το PayPal στέλνει  Instant Payment Notification  (μήνυμα αμεσης κοινοποίησης πληρωμής) που περιλαμβάνει την κατασταση της συναλλαγης.  Αυτή η κατάσταση αλλάζει την κατάσταση της παραγγελίας στο κατάστημά σας, σύμφωνα με τον χάρτη μετατροπής της κατάστασης.'),
('el', 'paypal_ipn_transaction_status', 'Κατάσταση Συναλλαγης'),
('el', 'paypal_item_name', 'Όνομα Είδους (ή ένα Όνομα για το Καλάθι Αγορών).'),
('el', 'paypal_logo', 'Λογότυπο PayPal'),
('el', 'paypal_sandbox', 'Δοκιμαστική λειτουργία'),
('el', 'paypal_seamless', 'Χρήση απρόσκοπτης ολοκλήρωσης παραγγελίας '),
('el', 'paypal_security_error', 'Δεν τοποθετήθηκε η παραγγελία σας: Ο PayPal λογαριασμός είναι λάθος.'),
('el', 'paypal_use_in_context_checkout', 'Checkout σε πλαίσιο'),
('el', 'paypal_vendor', 'Πωλητής'),
('el', 'pay_by_points', 'Δυνατότητα πληρωμής με πόντους'),
('el', 'pay_from_email', 'Εmail πελάτη'),
('el', 'pay_order_again', 'Επαναπληρωμή της παραγγελίας'),
('el', 'pay_to_email', 'Διεύθυνση  Email  του εμπόρου'),
('el', 'pdf_documents.activate_notification', 'PDF documents (such as invoices, packing slips, etc.) will now be generated at our cloud service: [service_url]. It works as follows: your store sends an HTML document and receives a PDF copy of it. We do not view, keep, or analyze any of your data that goes through that service.'),
('el', 'pdf_documents.disable_notification', 'The generation of PDF documents (such as invoices, packing slips, etc.) has been disabled. Your data will no longer go through our cloud service [service_url]. If you\'d like to generate PDF documents without using our cloud service, you\'re welcome to <a href=\"[helpdesk_url]\" target=\"_blank\">contact us via Help Desk</a> or configure it on your own.'),
('el', 'pending', 'Σε εκκρεμότητα'),
('el', 'pending_return', 'Aguardando a aprovação'),
('el', 'pending_vendor_invitations', 'Εκκρεμείς προσκλήσεις πωλητή'),
('el', 'pending_vendor_invitations_menu_description', 'Διαχειριστείτε προσκλήσεις στο marketplace για δυνητικούς πωλητές.'),
('el', 'per', 'Ανά [object]'),
('el', 'percent', 'Ποσοστό'),
('el', 'percentage_discount', 'Ποσοστό εκπτωσης'),
('el', 'percent_range', 'Εύρος τιμής (σε % της τιμής του κύριου προϊόντος)'),
('el', 'period', 'Περίοδος'),
('el', 'permissions_issue', 'Ζήτημα δικαιωμάτων'),
('el', 'person_name', 'Όνομα'),
('el', 'per_item', 'Ανα Αντικείμενο'),
('el', 'per_page', 'Ανα Σελίδα'),
('el', 'phone', 'Τηλέφωνο'),
('el', 'phone1_label', 'Τηλέφωνο'),
('el', 'phone2', 'Διεθνής'),
('el', 'phone2_label', 'Διεθνής'),
('el', 'phpinfo', 'Πληροφορίες  PHP'),
('el', 'php_extension_missing', 'Η επέκταση PHP [extension] δεν είναι εγκατεστημένη στο διακομιστή σας'),
('el', 'pickup', 'Παραλαβή'),
('el', 'pickup_address', 'Διεύθυνση παραλαβής'),
('el', 'pickup_avail', 'Διαθεσιμη Παραλαβη'),
('el', 'pickup_destinations_ids', 'Αναγνωριστικά προορισμων παραλαβής'),
('el', 'pickup_id', 'Αναγνωριστικό παραλαβής'),
('el', 'pickup_phone', 'Τηλέφωνο παραλαβής'),
('el', 'pickup_point_not_selected', 'Δυστυχώς, δεν μπορέσαμε να προσδιορίσουμε το σημείο παραλαβής σας. Επιλέξτε ένα σημείο παραλαβής, ώστε να γνωρίζουμε πού να παραδώσουμε την παραγγελία σας.'),
('el', 'pickup_surcharge', 'Χρέωση παραλαβής'),
('el', 'pickup_time', 'Ώρα παραλαβής'),
('el', 'pick_store', 'Επιλεξτε ένα καταστημα'),
('el', 'pie', 'Πίτα'),
('el', 'pie_3d', 'Πίτα 3D'),
('el', 'pixels', 'pixels'),
('el', 'place_order', 'Κάντε την παραγγελία σας'),
('el', 'placing_order', 'Πραγματοποίηση της Παραγγελίας'),
('el', 'plain', 'Πεδίο'),
('el', 'plano_anuncio', 'Plano de Anúncio'),
('el', 'plans', 'Planos'),
('el', 'platform', 'Πλατφόρμα'),
('el', 'please_be_patient', 'Σας παρακαλούμε περιμένετε'),
('el', 'please_copy_api_key', 'Αντιγράψτε τώρα το κλειδί API και κρατήστε το κάπου. Αφού αποθηκεύσετε τις αλλαγές, αυτό το κλειδί δεν θα εμφανιστεί ξανά εδώ. Εάν το κλειδί χαθει, ο μόνος τρόπος για να επανακτησετε πρόσβαση στο API θα είναι να δημιουργήσετε ένα νέο κλειδί σε αυτή τη σελίδα.'),
('el', 'please_enable_the_add_on_to_see_barcode', 'Παρακαλώ ενεργοποιήστε το το πρόσθετο για να δείτε ένα παράδειγμα του κώδικα.'),
('el', 'please_enter_license_here', 'Εισάγετε τον αριθμό αδείας σας εδώ'),
('el', 'please_select_one', 'Παρακαλούμε επιλέξτε ένα'),
('el', 'please_sign_in', 'Παρακαλούμε συνδεθείτε'),
('el', 'points', 'Πόντοι'),
('el', 'points_in_use', 'Πόντοι σε χρήση'),
('el', 'points_in_use_lower', 'Πόντοι σε χρήση'),
('el', 'points_in_use_lowercase', '[n] πόντος σε χρήση|[n] πόντοι σε χρήση'),
('el', 'points_lower', 'Πόντοι'),
('el', 'points_lowercase', '[n] πόντος|[n] πόντοι'),
('el', 'points_to_use', 'Πόντοι για χρήση'),
('el', 'point_payment', 'Πληρωμή πόντου'),
('el', 'point_price', 'Τιμή σε πόντους'),
('el', 'polish', 'Πολωνικά'),
('el', 'poll', 'Ψηφοφορία'),
('el', 'polls', 'Ψηφοφορίες'),
('el', 'polls_answers_with_comments', 'Απάντηση με σχόλια'),
('el', 'polls_first_submited', 'Υποβλήθηκε η πρώτη φόρμα ψηφοφορίας'),
('el', 'polls_have_completed', 'Έχετε ήδη ολοκληρώσει αυτή τη δημοσκόπηση.'),
('el', 'polls_last_submited', 'Υποβλήθηκε η τελευταία φόρμα ψηφοφορίας'),
('el', 'polls_total_completed', 'Αριθμός των εντύπων της δημοσκόπησης που συμπληρώθηκαν πλήρως'),
('el', 'polls_total_submited', 'Συνολικός αριθμός των υποβληθέντων εντύπων δημοσκόπησης'),
('el', 'polls_total_votes', 'Συνολικές ψήφοι'),
('el', 'polls_votes', 'Ψήφοι'),
('el', 'poll_footer', 'Τελευταίες σειρές πληροφοριών της ψηφοφορίας(στο κάτω μέρος της σελίδας)'),
('el', 'poll_header', 'Πρώτες σειρές πληροφοριών της ψηφοφορίας(στο πάνω μέρος της σελίδας)'),
('el', 'poll_results', 'Μήνυμα ψηφοφορίας'),
('el', 'poll_results_everybody', 'όλοι (σε ένα αναδυόμενο παράθυρο)'),
('el', 'poll_results_nobody', 'κανείς'),
('el', 'poll_results_voted', 'χρήστες που ψήφισαν'),
('el', 'poll_show_results', 'Αποτελέσματα Δημοσκόπησεων ορατά σε'),
('el', 'poll_statistics', 'Στατιστικές ψηφοφορίας'),
('el', 'poor', 'Κακό'),
('el', 'popularity', 'Δημοτικότητα'),
('el', 'popup', 'Αναδυόμενο παράθυρο'),
('el', 'popup_larger_image', 'Ανοίχτε σε νέο παράθυρο μεγαλύτερη εικόνα'),
('el', 'portugese', 'Πορτογαλικά'),
('el', 'posid', 'ID θέσης'),
('el', 'position', 'Θέση'),
('el', 'positions_updated', 'Η θέση των αντικειμένων έχει ανανεωθεί'),
('el', 'position_short', 'Θέση'),
('el', 'postal_mail', 'Ταχυδρομική διεύθυνση'),
('el', 'postauth', 'Postauth'),
('el', 'posted_by', 'Posted by'),
('el', 'post_description', 'Περιγραφή δημοσίευσης'),
('el', 'post_url', 'Post  URL'),
('el', 'powered_by', 'Υποστήριξη από'),
('el', 'po_file', 'Επιλέξτε ένα αρχείο σε PO ή ZIP μορφή'),
('el', 'po_file_is_incorrect', 'Το αρχείο <b>\"[file]\"</b> περιέχει συντακτικά λάθη ή εσφαλμένη δομή.'),
('el', 'po_meta_error_validating_lang_code', 'Ο Κωδικός γλώσσας στο αρχείο PO δεν ταιριάζει με αυτό της επικαιροποιημένης γλώσσας'),
('el', 'po_number', 'Αριθμός PO'),
('el', 'pp_currency_is_incorrect', 'Το Νόμισμα που χρησιμοποιήθηκε για την πληρωμή είναι διαφορετικό από το νόμισμα της παραγγελίας.'),
('el', 'pp_mode', 'Λειτουργία PayPal'),
('el', 'pp_product_count_is_incorrect', 'Ο Αριθμός των ειδών για πληρωμή είναι διαφορετικός από τον αριθμό των ειδών στην παραγγελία'),
('el', 'pp_total_is_incorrect', 'Το Τελικό ποσό είναι διαφορετικό από ό, τι το σύνολο της παραγγελίας.'),
('el', 'preauth', 'Προέγκριση'),
('el', 'preauthorization', 'Προέγκριση'),
('el', 'prefix', 'Πρόθεμα'),
('el', 'preshared_key', 'Κοινόχρηστο Κλειδί (Preshared Key)'),
('el', 'press_continue_to_recover_password', 'Κάντε κλικ στο κουμπί <b> Συνέχεια </b> για να συνεχίσετε στην αλλαγή κωδικού πρόσβασης.'),
('el', 'prev', 'Προηγ.'),
('el', 'preview', 'Προεπισκόπηση'),
('el', 'previous', 'Προηγούμενος'),
('el', 'previous_month', 'Προηγούμενος μήνας'),
('el', 'previous_period', 'Προηγούμενη περίοδο'),
('el', 'previous_week', 'Προηγούμενη εβδομάδα'),
('el', 'previous_year', 'Προηγούμενο έτος'),
('el', 'prev_page', 'Προηγ'),
('el', 'pre_moderation', 'Προϊόντα απαιτούν προηγούμενη έγκριση'),
('el', 'pre_moderation_edit', 'Εγκρίνετε τις ενημερώσεις πληροφοριων προϊόντος'),
('el', 'pre_moderation_edit_vendors', 'Εγκρίνετε ενημερώσεις προφίλ πελάτη'),
('el', 'price', 'Τιμή'),
('el', 'price_decreased', 'Η τιμή έχει μειωθεί κατά'),
('el', 'price_dec_sign_delimiter', 'Τιμή υποδιαστολής'),
('el', 'price_for_all', 'Τιμή για όλα'),
('el', 'price_includes_tax', 'Τιμή με Φόρο'),
('el', 'price_increased', 'Η τιμή έχει αυξηθεί κατά'),
('el', 'price_in_points', 'Τιμή σε πόντους'),
('el', 'price_in_points_decreased', 'Η τιμή στους πόντους έχει μειωθεί κατά'),
('el', 'price_in_points_increased', 'Η τιμή στους πόντους έχει αυξηθεί κατά'),
('el', 'price_list', 'Τιμοκατάλογος'),
('el', 'price_list.text_regenerate', '<p>Αν έχουν προστεθεί  ή τροποποιηθεί, προϊόντα, κατηγορίες  ή Επιλεγμένα πεδία  παρακαλώ να αναδημιουργήσετε τον τιμοκατάλογο: < br / >[buttons]</p> <p>Οι δημιουργημενοι τιμοκαταλόγει είναι διαθέσιμοιες από αυτα τα λινκ<br/>[links]</p>'),
('el', 'price_list.text_select_storefront', 'Για να δημιουργήσετε μια λίστα τιμών, επιλέξτε πρώτα κατάστημα.'),
('el', 'price_list_ziparchive_not_installed', 'Αδύνατο να δημιουργηθεί λίστα τιμών XML. Παρακαλείσθε να προσθέσετε zip υποστήριξη στην PHP του διακομιστή σας. Ακολουθήστε αυτό το σύνδεσμο <a href=\"http://www.php.net/manual/en/zip.installation.php\"> http://www.php.net/manual/en/zip.installation.php</a>.'),
('el', 'price_summary', 'Περίληψη τιμής'),
('el', 'pricing_inventory', 'Τιμολόγηση / απογραφή'),
('el', 'primary', 'Πρωταρχικός'),
('el', 'primary_currency', 'Πρωταρχικό νόμισμα'),
('el', 'printslip_request', 'Requisições de Etiquetas'),
('el', 'printslip_request_pending', 'Você irá receber uma notificação quando a etiqueta estiver disponível.'),
('el', 'print_card', 'Εκτύπωση κάρτας'),
('el', 'print_credit_memo', 'Εκτύπωση πιστωτικού σημειώματος'),
('el', 'print_invoice', 'Εκτύπωση Τιμολογίου'),
('el', 'print_order_details', 'Εκτύπωση λεπτομερειών της παραγγελίας'),
('el', 'print_packing_slip', 'Εκτύπωση του δελτίου συσκευασίας'),
('el', 'print_pdf_credit_memo', 'Εκτύπωση πιστωτικού σημειώματος  (pdf)'),
('el', 'print_pdf_invoice', 'Εκτύπωση τιμολογίου (pdf)'),
('el', 'print_pdf_order_details', 'Εκτύπωση λεπτομερειών της παραγγελίας (pdf)'),
('el', 'print_pdf_packing_slip', 'Εκτύπωση Δελτίου Συσκευασίας (pdf)'),
('el', 'print_slip', 'Εκτύπωση Αποδειξης'),
('el', 'priority', 'Προτεραιότητα'),
('el', 'private', 'Ιδιωτικός'),
('el', 'private_customer_settings', 'Ιδιωτικές ρυθμίσεις πελάτη'),
('el', 'private_files', 'Ιδιωτικά αρχεία'),
('el', 'privilege', 'Προνόμιο'),
('el', 'privilege.apply_to_all', 'Εφαρμογη αξίας σε όλους'),
('el', 'privilege.custom_access', 'Προσαρμοσμένη Πρόσβαση'),
('el', 'privilege.full_access', 'Πληρης Προσβαση'),
('el', 'privilege.no_access', 'Χωρις Προσβαση'),
('el', 'privilege.view_access', 'Δυνατότητα μονο προβολής'),
('el', 'privileges', 'Προνόμια'),
('el', 'privileges.abt__ut2.settings.manage', 'Manage theme settings'),
('el', 'privileges.abt__ut2.settings.view', 'View theme settings'),
('el', 'privileges.ab__cb_manage_banners', 'AB: Manage banners for categories'),
('el', 'privileges.ab__cb_view_banners', 'AB: View banners for categories'),
('el', 'privileges.ab__dotd_manage_seodata', 'Manage promotions SEO data'),
('el', 'privileges.ab__dotd_view_seodata', 'View promotions SEO data'),
('el', 'privileges.ab__hpd.manage', 'Manage data'),
('el', 'privileges.ab__hpd.view', 'View help'),
('el', 'privileges.ab__mb_manage_data', 'Managing motivational data'),
('el', 'privileges.ab__mb_view_data', 'Viewing motivational data'),
('el', 'privileges.ab__stt.data.manage', 'Manage button data'),
('el', 'privileges.ab__stt.data.view', 'View button data'),
('el', 'privileges.ab__vg_manage_videos', 'Manage videos'),
('el', 'privileges.ab__vg_view_videos', 'View videos'),
('el', 'privileges.backup_restore', 'Δυνατότητα Διαχείρισης'),
('el', 'privileges.change_order_status', 'Μπορεί να αλλάξει τις καταστάσεις'),
('el', 'privileges.create_order', 'Δυνατότητα Δημιουργίας'),
('el', 'privileges.delete_logs', 'Δυνατότητα Διαγραφής'),
('el', 'privileges.delete_orders', 'Δυνατότητα Διαγραφής'),
('el', 'privileges.edit_blocks', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.edit_files', 'Επεξεργασία Αρχείων'),
('el', 'privileges.edit_order', 'Can edit entire order (select other products, payment and shipping methods, customers)'),
('el', 'privileges.exim_access', 'Δυνατότητα Διαχείρισης'),
('el', 'privileges.manage_access_restrictions', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_banners', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_call_requests', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_catalog', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_cscart_uvdesk', 'Manage UVDesk'),
('el', 'privileges.manage_currencies', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_design', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_discussions', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_document_templates', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_email_marketing', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_email_templates', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_gift_certificates', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_languages', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_locations', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_newsletters', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_order_statuses', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_pages', 'Διαχείριση σελίδων'),
('el', 'privileges.manage_payments', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_payouts', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_product_premoderation', 'Δυνατότητα Διαχείρισης'),
('el', 'privileges.manage_product_reviews', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_promotions', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_providers', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_reports', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_reward_points', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_rma', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_seo_rules', 'Δυνατότητα Επεξεργασιας'),
('el', 'privileges.manage_shipping', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_sitemap', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_static_data', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_storage', 'Δυνατότητα Διαχείρισης'),
('el', 'privileges.manage_stores', 'Διαχείρηση Καταστημάτων'),
('el', 'privileges.manage_store_locator', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_suppliers', 'Δυνατότητα επεξεργασίας'),
('el', 'privileges.manage_taxes', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_themes', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_translation', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_usergroups', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_users', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_vendors', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_vendor_communication', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.manage_vendor_plans', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.update_settings', 'Δυνατότητα Επεξεργασίας'),
('el', 'privileges.upgrade_store', 'Δυνατότητα Αναβάθμισης'),
('el', 'privileges.view_banners', 'Δυνατότητα Προβολής'),
('el', 'privileges.view_call_requests', 'Δυνατότητα Προβολής'),
('el', 'privileges.view_catalog', 'Δυνατότητα Προβολής'),
('el', 'privileges.view_cscart_uvdesk', 'View UVDesk'),
('el', 'privileges.view_currencies', 'Δυνατότητα Προβολής'),
('el', 'privileges.view_discussions', 'Δυνατότητα Προβολής'),
('el', 'privileges.view_email_marketing', 'Δυνατότητα Προβολής'),
('el', 'privileges.view_file_changes', 'Δυνατότητα Προβολής'),
('el', 'privileges.view_languages', 'Δυνατότητα Προβολής'),
('el', 'privileges.view_locations', 'Δυνατότητα Προβολής'),
('el', 'privileges.view_logs', 'Δυνατότητα Προβολής'),
('el', 'privileges.view_newsletters', 'Δυνατότητα Προβολής'),
('el', 'privileges.view_orders', 'Δυνατότητα Προβολής'),
('el', 'privileges.view_pages', 'Δυνατότητα Προβολής'),
('el', 'privileges.view_payments', 'Δυνατότητα Προβολής'),
('el', 'privileges.view_payouts', 'Δυνατότητα Προβολής'),
('el', 'privileges.view_product_reviews', 'Δυνατότητα Προβολής'),
('el', 'privileges.view_providers', 'Δυνατότητα Προβολής'),
('el', 'privileges.view_reports', 'Δυνατότητα Προβολής'),
('el', 'privileges.view_seo_rules', 'Δυνατότητα Προβολής'),
('el', 'privileges.view_settings', 'Δυνατότητα Προβολής'),
('el', 'privileges.view_shipping', 'Δυνατότητα Προβολής'),
('el', 'privileges.view_static_data', 'Δυνατότητα Προβολής'),
('el', 'privileges.view_stores', 'Προβολη καταστημάτων'),
('el', 'privileges.view_store_locator', 'Δυνατότητα Προβολής'),
('el', 'privileges.view_taxes', 'Δυνατότητα Προβολής'),
('el', 'privileges.view_usergroups', 'Δυνατότητα Προβολής'),
('el', 'privileges.view_users', 'Δυνατότητα Προβολής'),
('el', 'privileges.view_vendors', 'Δυνατότητα Προβολής'),
('el', 'privileges.view_vendor_communication', 'Δυνατότητα Προβολής'),
('el', 'privileges.view_vendor_plans', 'Δυνατότητα Προβολής'),
('el', 'privilege_groups.ab__addons_manager', 'AB: Add-ons Manager'),
('el', 'privilege_groups.ab__category_banners', 'AB: Banners for categories'),
('el', 'privilege_groups.ab__deal_of_the_day', 'AB: Product of the day and extended promotions'),
('el', 'privilege_groups.ab__fast_navigation', 'AB: Fast navigation'),
('el', 'privilege_groups.ab__hide_product_description', 'AB: Hide the part of the content up to a certain height'),
('el', 'privilege_groups.ab__landing_categories', 'AB: Landing categories/pages'),
('el', 'privilege_groups.ab__motivation_block', 'AB: Motivation block'),
('el', 'privilege_groups.ab__scroll_to_top', 'AB: \"Scroll to top\" button'),
('el', 'privilege_groups.ab__video_gallery', 'AB: Video gallery of the product'),
('el', 'privilege_groups.access_restrictions', 'Περιορισμοί πρόσβασης'),
('el', 'privilege_groups.backup_restore', 'Δημιουργία αντιγράφου ασφαλείας/επαναφορά'),
('el', 'privilege_groups.banners', 'Banners'),
('el', 'privilege_groups.blocks', 'Μπλοκς'),
('el', 'privilege_groups.blog_and_pages', 'Blog & Σελίδες'),
('el', 'privilege_groups.call_requests', 'Αιτήσεις κλήσεων'),
('el', 'privilege_groups.currencies', 'Νομίσματα'),
('el', 'privilege_groups.design', 'Σχεδιασμός'),
('el', 'privilege_groups.discussions', 'Σχόλια και κριτικές'),
('el', 'privilege_groups.documents', 'Έγγραφα'),
('el', 'privilege_groups.edit_on_site', 'Επεξεργαστείτε περιεχόμενο on-site'),
('el', 'privilege_groups.email_marketing', 'E-mail marketing'),
('el', 'privilege_groups.email_templates', 'Email templates'),
('el', 'privilege_groups.exim', 'Εισαγωγή και εξαγωγή δεδομένων'),
('el', 'privilege_groups.files', 'Αρχεία'),
('el', 'privilege_groups.file_changes', 'Ανιχνευτής αλλαγών Αρχείων'),
('el', 'privilege_groups.gift_certificates', 'Δωροεπιταγές'),
('el', 'privilege_groups.languages', 'Ξένες Γλώσσες'),
('el', 'privilege_groups.locations', 'Περιοχες Τιμων'),
('el', 'privilege_groups.logs', 'Αρχεία Καταγραφής'),
('el', 'privilege_groups.newsletters', 'Newsletters'),
('el', 'privilege_groups.orders', 'Παραγγελίες'),
('el', 'privilege_groups.order_statuses', 'Καταστάσεις παραγγελίας'),
('el', 'privilege_groups.other', 'Άλλα'),
('el', 'privilege_groups.payments', 'Τρόποι πληρωμής'),
('el', 'privilege_groups.products', 'Κατηγορίες, Προϊόντα, Χαρακτηριστικά, Φίλτρα, Επιλογές'),
('el', 'privilege_groups.product_premoderation', 'Έγκριση του προϊόντος'),
('el', 'privilege_groups.product_reviews', 'Κριτικές Προϊοντων'),
('el', 'privilege_groups.promotions', 'Προσφορές'),
('el', 'privilege_groups.reward_points', 'Πόντοι επιβράβευσης'),
('el', 'privilege_groups.rma', 'Έγκριση επιστροφής εμπορευμάτων (RMA)'),
('el', 'privilege_groups.sales_reports', 'Αναφορές πωλήσεων'),
('el', 'privilege_groups.seo', 'SEO'),
('el', 'privilege_groups.settings', 'Βασικές Ρυθμίσεις'),
('el', 'privilege_groups.shipping', 'Τρόποι Αποστολής'),
('el', 'privilege_groups.sitemap', 'Χαρτης Site'),
('el', 'privilege_groups.social_login', 'Social login'),
('el', 'privilege_groups.static_data', 'Στατικά δεδομένα'),
('el', 'privilege_groups.storage', 'Αποθήκευση'),
('el', 'privilege_groups.stores', 'Storefronts'),
('el', 'privilege_groups.store_locator', 'Εντοπιστής καταστήματος'),
('el', 'privilege_groups.suppliers', 'Προμηθευτές'),
('el', 'privilege_groups.taxes', 'Φόροι'),
('el', 'privilege_groups.themes', 'Θέματα'),
('el', 'privilege_groups.upgrade_center', 'Κέντρο Αναβάθμισης'),
('el', 'privilege_groups.users', 'Χρήστες'),
('el', 'privilege_groups.user_groups', 'Ομάδες χρήστη'),
('el', 'privilege_groups.vendors', 'Καταστήματα'),
('el', 'privilege_groups.vendor_communication', 'Message center: Customer to Vendor'),
('el', 'privilege_groups.vendor_payouts', 'Λογιστική'),
('el', 'privilege_groups.vendor_plans', 'Πακέτα πωλητών'),
('el', 'privilege_sections.ab__addons', 'AB: Add-ons'),
('el', 'privilege_sections.addons', 'Δικαιώματα Add-on'),
('el', 'privilege_sections.administration', 'Δικαιώματα Διαχειριστή'),
('el', 'privilege_sections.cart', 'Καλάθι'),
('el', 'privilege_sections.catalog', 'Κατάλογος'),
('el', 'privilege_sections.cms', 'ΣΔΠ (σύστηματα διαχείρησης περιεχομένου)'),
('el', 'privilege_sections.design', 'Δικαιώματα σχεδίασης'),
('el', 'privilege_sections.marketing', 'Δικαιώματα Marketing'),
('el', 'privilege_sections.orders', 'Άλλα δικαιώματα'),
('el', 'privilege_sections.products', 'Δικαιώματα προϊόντος'),
('el', 'privilege_sections.settings', 'Δικαιώματα ρυθμίσεων'),
('el', 'privilege_sections.users', 'Δικαιώματα Πελάτη'),
('el', 'privilege_sections.vendors', 'Προνόμια καταστήματος'),
('el', 'privilege_sections.website', 'Δικαιώματα Website'),
('el', 'proceed', 'Προχωρήστε'),
('el', 'proceed_to_checkout', 'Προχωρήστε  στο Ταμείο'),
('el', 'proceed_to_the_next_step', 'Προχωρήστε στο επόμενο βήμα'),
('el', 'processed', 'ΕΠΕΞΕΡΓΑΣΤΗΚΑΝ'),
('el', 'processing', 'Επεξεργασία'),
('el', 'processing_order', 'Επεξεργασία παραγγελίας'),
('el', 'processor', 'Εκκαθάριση'),
('el', 'processor_description_cardsave', 'Οι εμπορικοί λογαριασμοί παρέχονται από το Cardsave, <a href=\"http://www.cardsave.net\">www.cardsave.net</a><br/><br/>Email: <a href=mailto:ecomm@cardsave.net>ecomm@cardsave.net</a>'),
('el', 'processor_description_p21', '<b>P21 Simple API</b> ενεργοποιείτε για να δέχεστε πληρωμές. Προσφέρει θαυμάσιες υπηρεσίες. Με την Check 21, θα δέχεστε πληρωμές μέσα στην ίδια μέρα ή την ίδια στιγμή.<br/><br/>Για να ενεργοποιήσετε τις επιλογές του Check 21, παρακαλώ επικοινωνήστε μαζί μας μέσο e-mail: <a href=\"mailto:support@payment21.com\">support@payment21.com</a> ή στο τηλέφωνο: 1-888-770-0850 (US Toll Free) or 0041-71-740-1629 (International).<br/><br/><a href=\"http://www.payment21.com\" target=\"_blank\">www.payment21.com</a>'),
('el', 'processor_id', 'ID επεξεργαστή'),
('el', 'process_selected', 'Διαδικασία επιλεγεί'),
('el', 'product', 'Προϊόν'),
('el', 'products2', 'Προϊόντα2'),
('el', 'products_added_to_cart', 'Τα προϊόντα προστέθηκαν στο καλάθι σας'),
('el', 'products_adopted', 'Σε [n] προϊόν ανατέθηκε μια νέα κύρια κατηγορία. Σε [n] προϊόντα ανατέθηκε μια νέα κύρια κατηγορία.'),
('el', 'products_amount', 'Σύνολο Προϊόντων'),
('el', 'products_approval_status_approved', 'Σας ευχαριστούμε που υποβάλλατε νέα προϊόντα. Τα ακόλουθα προϊόντα έχουν εγκριθεί από τη διαχείρηση του καταστηματος και προστέθηκε στον κατάλογο προϊόντων'),
('el', 'products_approval_status_changed', 'Τα προϊόντα σας έχουν [status]'),
('el', 'products_approval_status_disapproved', 'Σας ευχαριστούμε που υποβάλλατε νέα προϊόντα. Τα ακόλουθα προϊόντα έχουν απορριφθεί από τη διαχείρηση του καταστηματος'),
('el', 'products_bar', 'Μπαρα Προϊόντων'),
('el', 'products_cost', 'Κόστος Προϊόντων'),
('el', 'products_deprecated', 'Προϊόντα (υπο καταργηση)'),
('el', 'products_for_shipment_not_selected', 'Δεν έγινε επιλογή προϊόντων για αποστολή'),
('el', 'products_found', 'Προϊόντα που Βρέθηκαν'),
('el', 'products_grid', 'Δίκτυο προϊόντων'),
('el', 'products_in', 'Προϊόντα σε'),
('el', 'products_information', 'Πληροφορίες Προϊόντων'),
('el', 'products_in_cart', 'Προϊόντα στο καλάθι'),
('el', 'products_links_type', 'Τυπος συνδεσμου Προϊόντων'),
('el', 'products_menu_description', 'Εμφάνιση, προσθήκη και επεξεργασία προϊόντων που εμφανίζοντε στους επισκέπτες του καταστήματός σας.'),
('el', 'products_moved_to_trash', '[count] προϊόντα μεταφέρθηκαν στην <a href=\'[url]\' target=\'_blank\'> κατηγορία σκουπίδια</a>'),
('el', 'products_number_added_to_cart', '<b>[number]</b> products were added to your cart'),
('el', 'products_required', 'Παρακαλω προσθεστε προϊόν(τα)'),
('el', 'products_stat', 'Στατιστικά στοιχεία προϊόντος'),
('el', 'products_weight', 'Βάρος Προϊόντων'),
('el', 'products_were_sent', 'Τα προϊόντα που έχουν σταλεί σε εσάς. Οι πληροφορίες παραγγελίας δινονται παρακάτω'),
('el', 'product_added_to_cart', 'Το προϊόν προστέθηκε στο καλάθι σας'),
('el', 'product_added_to_cl', 'Το προϊόν προστέθηκε στην λίστα Σύγκρισης'),
('el', 'product_added_to_wl', 'Το προϊόν προστέθηκε στη λίστα Αγαπημένων σας'),
('el', 'product_approval', 'Έγκριση του προϊόντος'),
('el', 'product_approval_menu_description', 'Διαχείριση ατομικώνμεμονομένων προϊόντων ή ομάδες προϊόντων που παρέχονται απο τους προμηθευτές του καταστήματος.'),
('el', 'product_approval_status_approved', 'Το προϊόν  [product]  έχει εγκριθεί από τη διαχείρηση του καταστηματος και προστέθηκε στον κατάλογο προϊόντων. Τώρα οι αγοραστές μπορουν να παραγγείλουν αυτό το προϊόν στο κατάστημα.'),
('el', 'product_approval_status_disapproved', 'Το προϊόν  [product] έχει απορριφθεί από τη διαχείρηση του καταστηματος'),
('el', 'product_cannot_be_added', 'Το προϊόν δεν μπορεί να προστεθεί στο καλάθι. Ελέγξτε αν όλα τα αρχεία φορτώματος(upload) πληρούν τις απαραίτητες προϋποθέσεις'),
('el', 'product_code', 'Κωδικός Προϊόντος'),
('el', 'product_columns', 'Στήλες προϊόντων'),
('el', 'product_combinations', 'Συνδυασμοί προϊόντων'),
('el', 'product_coming_soon', 'Αυτό το προϊόν δεν μπορεί να προστεθεί στο καλάθι τώρα. Θα είναι διαθέσιμο στις [avail_date]'),
('el', 'product_coming_soon_add', 'Αυτό το προϊόν θα είναι διαθέσιμο στις [avail_date]'),
('el', 'product_comparison_list', 'Λίστα σύγκρισης'),
('el', 'product_details', 'Σελίδα λεπτομερειών προϊόντος'),
('el', 'product_details_tabs', 'Καρτέλες'),
('el', 'product_details_view', 'Προβολή λεπτομερειών προϊόντος'),
('el', 'product_disabled_options', 'Το προϊόν <strong>[product]</strong> έχει επιλογές ή επιλογή παραλλαγών που δεν υπάρχουν πια, έτσι έχει απομακρυνθεί από το καλάθι σας'),
('el', 'product_feature.feature_style', 'Στυλ χαρακτηριστικών'),
('el', 'product_feature.feature_style.brand', 'Μάρκα'),
('el', 'product_feature.feature_style.checkbox', 'Πλαίσιο ελέγχου'),
('el', 'product_feature.feature_style.color', 'Χρώμα'),
('el', 'product_feature.feature_style.dropdown', 'Αναπτυσσόμενη λίστα'),
('el', 'product_feature.feature_style.dropdown_images', 'Εικόνες'),
('el', 'product_feature.feature_style.dropdown_labels', 'Ετικέτα κειμένου'),
('el', 'product_feature.feature_style.multiple_checkbox', 'Πολλαπλά πλαισια ελεγχου'),
('el', 'product_feature.feature_style.number', 'Αριθμός'),
('el', 'product_feature.feature_style.text', 'Κειμενο ή Αριθμος'),
('el', 'product_feature.filter_style', 'Τύπος φίλτρου'),
('el', 'product_feature.filter_style.checkbox', 'Πλαίσιο ελέγχου'),
('el', 'product_feature.filter_style.color', 'Χρώμα'),
('el', 'product_feature.filter_style.date', 'Επιλογέας Ημερομηνίας'),
('el', 'product_feature.filter_style.slider', 'Slider με αριθμούς'),
('el', 'product_feature.purpose', 'Σκοπός'),
('el', 'product_feature.purpose.describe_product', 'Επιπλεον Πληροφοριες'),
('el', 'product_feature.purpose.describe_product.description', 'Για περιπτώσεις που θέλετε να εμφανίσετε επιπλέον πληροφορίες σε μία σελίδα προϊόντος. Δέν υπάρχουν για τέτοιου είδους χαρακτηριστικά και πληροφορίες.'),
('el', 'product_feature.purpose.find_products', 'Αναζητηση Προϊόντος με Φιλτρα'),
('el', 'product_feature.purpose.find_products.description', 'Για ένα χαρακτηριστικό το οποίο σας επιτρέπει να ορίσετε μία έξτρα ιδότητα ενός προϊόντος(για παράδειγμα, \"Υφασμα\" για ένα T-shirts). Αν δημιουργήσετε ένα φίλτρο με αυτό το χαρακτηριστικό, οι πελάτες θα έχουν την δυνατότητα να δούν ότι ένα τέτοιο χαρακτηριστικό υπάρχει και θα έχουν την δυνατότητα να αναζητήσουν προϊόντα βάση αυτού.'),
('el', 'product_feature.purpose.group_catalog_item', 'Παραλλαγές ως ξεχωριστά Προϊόντα'),
('el', 'product_feature.purpose.group_catalog_item.description', 'Για περιπτώσεις όπου ορισμένα παρόμοια προϊόντα διαφέρουν εμφανώς σε ένα χαρακτηριστικό και έχουν διαφορετικά ονόματα(για παράδειγμα, πολλαπλή εναλλαγή \"Χρώμα\" ενός Τ-shirt). Τα προϊόντα αυτά θα εμφανιστούν σε διαφορετικές θέσεις στον κατάλογο. Επιπλέον οι πελάτες θα είναι δυνατόν να επιλέξουν την συγκεκριμένη τιμή του χαρακτηριστικού, στην σελίδα προϊόντος. Για να το πετύχετε αυτό,<b>ρυθμίστε τις παραλλαγές για προϊόντα με αυτό το χαρακτηριστικό</b>.'),
('el', 'product_feature.purpose.group_variation_catalog_item', 'Παραλλαγές ως; ενα Προϊόν'),
('el', 'product_feature.purpose.group_variation_catalog_item.description', 'Για περιπτώσεις όπου ορισμένα παρόμοια προϊόντα διαφέρουν εμφανώς σε ένα χαρακτηριστικό και έχουν διαφορετικά ονόματα(για παράδειγμα, πολλαπλές εναλλαγές \"μεγέθους\" απο ένα μπλουζάκι). Αυτά τα προϊόντα θα κατέχουν μία θέση στον κατάλογο. Οι πελάτες θα μπορούν να επιλέξουν την επιθυμητή τιμή του χαρακτηριστικού, στη σελίδα του προϊόντος. Για να το πετύχετε αυτό, <b>ρυθμίστε τις παραλλαγές για προϊόντα με αυτό το χαρακτηριστικό</b>.'),
('el', 'product_feature.purpose.organize_catalog', 'Brand, author, etc.'),
('el', 'product_feature.purpose.organize_catalog.description', 'Για χαρακτηριστικα \"Μάρκα\" η \"Κατασκευαστής\"(για τα περισσότερα προϊόντα),\"Καλλιτέχνης\" η \"Δίσκος\"(για μουσική), \"Συγγραφέας\" η \"Εκδότης\"(για βιβλία) και ούτως καθεξής. Κάθε παραλαγή αυτού του δυνητικού χαρακτηριστικού έχει την δική της σελίδα με μία εικόνα, περιγραφή, και την λίστα των προϊόντων.'),
('el', 'product_feature_cannot_assigned', 'Το χαρακτηριστικό \"[feature_name] \" δεν μπορεί να αποδίδεται στην κατηγορία προϊόντων \"[PRODUCT_NAME] \"'),
('el', 'product_fields', 'Πεδία προϊόντος'),
('el', 'product_groups', 'Ομάδες προϊόντων'),
('el', 'product_id', 'ID προϊόντος'),
('el', 'product_images', 'Εικόνες προϊόντος'),
('el', 'product_info', 'Πληροφορίες για το προϊόν'),
('el', 'product_inventory', 'Καταγραφή προϊόντος'),
('el', 'product_in_cart', 'Αυτό το προϊόν είναι ήδη στο καλάθι'),
('el', 'product_in_comparison_list', 'Αυτό το προϊόν είναι ήδη στη λίστα σύγκρισης'),
('el', 'product_in_wishlist', 'Αυτό το προϊόν είναι ήδη στην λίστα Αγαπημένων'),
('el', 'product_must_have_owner_category', 'Το Προϊόν πρέπει να ανήκει σε κάποια κατηγορία που δημιουργήθηκε από την εταιρεία του ιδιοκτήτη.'),
('el', 'product_name', 'Όνομα Προϊόντος'),
('el', 'product_name_added_to_cart', '<b>[product]</b> was added to your cart'),
('el', 'product_need_age_verification', 'Θα πρέπει να πιστοποιήσετε την ηλικία σας για να δείτε αυτό το προϊόν.'),
('el', 'product_notification_subscribed', 'Εχετε εγγραφεί στις ειδοποιήσεις αποθέματος του Προϊόντος'),
('el', 'product_notification_subscription_error', 'Δεν είναι δυνατό να εγγραφείτε στις ειδοποιήσεις αποθέματος αυτού του Προϊόντος'),
('el', 'product_notification_unsubscribed', 'Εχετε διαγραφει απο τη λίστα ενημερωσης αποθεματος του προϊόντος'),
('el', 'product_options', 'Επιλογές Προϊόντος'),
('el', 'product_options_forbidden_combination', 'Το <strong>  [προϊόν] </ strong> προϊόν έχει επιλογές που περιλαμβάνονται στον απαγορευμένο συνδυασμό. Το προϊόν είχε διαγραφεί από το καλάθι'),
('el', 'product_option_delimiter', 'Διαχωριστικό Επιλογής'),
('el', 'product_reviews.add_images', 'Προσθέστε μια εικόνα'),
('el', 'product_reviews.add_new_review', 'κριτικές: νέα κριτική'),
('el', 'product_reviews.add_reply', 'Προσθήκη απάντησης'),
('el', 'product_reviews.admin_reply', 'Απάντηση διαχειριστή'),
('el', 'product_reviews.advantages', 'Πλεονεκτήματα'),
('el', 'product_reviews.agreement_text_full_add_new_review', '<p>το όνομά σας εμφανίζεται δίπλα σε κριτική ή σχόλιο, και θα ειναι ορατό σε όλους. Εμείς ([company]) επίσης αποθηκεύουμε τη διεύθυνση IP σας ως μια προφύλαξη ασφαλείας, αλλά μπορει να προβληθει μόνο στο προσωπικό μας. Θα παραμείνει στο σύστημά μας μέχρι να αποσύρευε τη συγκατάθεσή σας. Αν θα θέλατε τα προσωπικά σας δεδομένα να αφαιρεθούν, θα πρέπει να στείλετε ένα email στο [email].</p> <p>Αν πιστεύετε ότι τα προσωπικά σας δεδομένα έχουν υποστεί κατάχρηση, έχετε το δικαίωμα να υποβάλετε καταγγελία στην εποπτική αρχή (dpa.gr). Εμείς είμαστε υποχρεωμένοι από τo γενικό κανονισμό προστασίας δεδομένων (GDPR) της ΕΕ να σας ενημερώσυμε σχετικά με αυτό το δικαίωμα. Δεν σκοπεύουμε να καταχραστούμε τα δεδομένα σας.</p>'),
('el', 'product_reviews.agreement_text_short_add_new_review', 'Συμφωνώ στην επεξεργασία των προσωπικών μου δεδομένων <u> ως εξής.</u>'),
('el', 'product_reviews.and', 'και'),
('el', 'product_reviews.approve', 'Έγκριση'),
('el', 'product_reviews.approved', 'Εγκεκριμένα'),
('el', 'product_reviews.average', 'Μέσο'),
('el', 'product_reviews.click_to_see_reviews', 'Click to see the reviews'),
('el', 'product_reviews.comment', 'Σχόλιο'),
('el', 'product_reviews.comments', 'Σχόλια'),
('el', 'product_reviews.comments_and_reviews', 'Σχόλια και κριτικές'),
('el', 'product_reviews.comment_by', 'Σχόλιο από'),
('el', 'product_reviews.company_reply', 'Απάντηση [company_name] '),
('el', 'product_reviews.copy_old_reviews_notice', '<h4 class = \"subheader hand\" data-toggle = \"collapse\" data-target = \"# collapsable_addon_product_reviews_notice\"> Αντιγράψτε κριτικές από το πρόσθετο \"Σχόλια και κριτικές\" <span class = \"icon-caret-down\"> </ span> </h4> <div id = \"collapsable_addon_product_reviews_notice\" class = \"in collapse\" style = \"height: auto;\"> <ol> <li> Θα αντιγραφούν μόνο κριτικές που έχουν βαθμολογία και σχόλια χρήστη. Μεταβείτε στα προϊόντα σας και ελέγξτε τη ρύθμιση \\ \"Κριτικές\" στην καρτέλα \"Πρόσθετα\". Ίσως χρειαστεί να επιτρέψετε πρώτα την επικοινωνία και την αξιολόγηση. </li> <li> Κριτική χωρίς βαθμολογία ή χωρίς σχόλιο δεν αντιγράφετε. Για να το μεταφέρετε, πρέπει πρώτα να προσθέσετε με μη αυτόματο τρόπο το σκορ ή το σχόλιο που λείπει με την επεξεργασία της κριτικής. </li> <li> Ενώ είναι εγκατεστημένο το παλιό πρόσθετο \"Σχόλια και κριτικές\", οι κριτικές δεν θα καταργηθούν από εκεί. Με αυτόν τον τρόπο, μπορείτε να επιλέξετε να μεταβείτε στις \"Κριτικές προϊόντων\" όταν θα είναι έτοιμες όλες οι κριτικές σας. </li> <li> Εάν χρειαστεί να αντιγράψετε ξανά τις κριτικές από το παλιό πρόσθετο στο μέλλον, απλώς καταργήστε την εγκατάσταση και επανεγκαταστήστε το πρόσθετο \"Κριτικές προϊόντων\". Αυτό θα καταργήσει όλες τις κριτικές του από τη βάση δεδομένων και θα μπορείτε να εισαγάγετε ξανά τις κριτικές από το πρόσθετο \"Σχόλια και κριτικές\". </li> </ ol > <a class=\"cm-post btn btn-primary\" href=\"[url]\"> Αντιγραφή κριτικών προϊόντων </a> </div>'),
('el', 'product_reviews.copy_old_reviews_warning', 'Έχετε κριτικές προϊόντων στο παλιό πρόσθετο \"Σχόλια και κριτικές\". Ενώ είναι εγκατεστημένο αυτό το πρόσθετο, θα μπορείτε να αντιγράψετε αυτές τις κριτικές στο νέο πρόσθετο \"Κριτικές προϊόντων\" <a class=\"cm-post\" href=\"[url]\"> στις ρυθμίσεις του </a> .'),
('el', 'product_reviews.customer_photos', 'Εικόνες Πελάτη'),
('el', 'product_reviews.date', 'Ημ/νία'),
('el', 'product_reviews.disabled', 'Απενεργοποιημένο'),
('el', 'product_reviews.disadvantages', 'Μειονεκτήματα'),
('el', 'product_reviews.disapprove', 'Απόρριψη'),
('el', 'product_reviews.error_already_posted', 'You have posted in this review already'),
('el', 'product_reviews.event.new_post', 'Δημοσιεύτηκε νέα κριτική'),
('el', 'product_reviews.event.new_post.message', 'Μια νέα κριτική δημοσιεύτηκε για το προϊόν [product]. Κάντε κλικ σε αυτήν την ειδοποίηση για να δείτε την κριτική.'),
('el', 'product_reviews.event.new_post.title', 'Δημοσιεύτηκε νέα κριτική για ένα προϊόν'),
('el', 'product_reviews.event.new_reply', 'Προστέθηκε νέα απάντηση στην κριτική'),
('el', 'product_reviews.excellent', 'Εξαιρετικό'),
('el', 'product_reviews.fair', 'Καλό'),
('el', 'product_reviews.first_and_last_name', 'Όνομα και Επίθετο'),
('el', 'product_reviews.five_star_icon', '★★★★★'),
('el', 'product_reviews.four_star_icon', '★★★★'),
('el', 'product_reviews.gdpr_reviews_data', 'Προσωπικά δεδομένα από κριτικές'),
('el', 'product_reviews.helpfulness', 'Χρησιμότητα'),
('el', 'product_reviews.hide_name', 'Απόκρυψη του ονόματός μου στην κριτική'),
('el', 'product_reviews.latest_reviews', 'Τελευταίες Κριτικές'),
('el', 'product_reviews.manager', 'Σχόλια και κριτικές'),
('el', 'product_reviews.max_number_image_message', 'Μια κριτική μπορεί να έχει έως [max_image_number] εικόνες.'),
('el', 'product_reviews.menu_title', 'Κριτικές'),
('el', 'product_reviews.menu_title_menu_description', 'Κριτικές πελατών για προϊόντα'),
('el', 'product_reviews.moderation_rules', 'Πριν υποβάλετε μια κριτική, βεβαιωθείτε ότι δεν παραβιάζει τους κανόνες εποπτείας: δεν περιέχει συνδέσμους προς πόρους τρίτων και προσβολές.'),
('el', 'product_reviews.not_approved', 'Μη εγκεκριμένα'),
('el', 'product_reviews.no_reviews_found', 'Δε βρέθηκαν Κριτικές'),
('el', 'product_reviews.n_reviews', 'κριτική|κριτικές'),
('el', 'product_reviews.n_stars', '[n] star|[n] stars'),
('el', 'product_reviews.one_star_icon', '★'),
('el', 'product_reviews.out_of_five', 'από 5'),
('el', 'product_reviews.please_log_in_to_write_a_review', 'Παρακαλούμε συνδεθείτε για να γράψετε μια κριτική'),
('el', 'product_reviews.poor', 'Κακό'),
('el', 'product_reviews.product_details', 'Λεπτομέρειες προϊόντος'),
('el', 'product_reviews.product_is_rated_n_out_of_five_stars', 'The product is rated [n] out of 5 stars'),
('el', 'product_reviews.product_reviews', 'Κριτικές Προϊοντων'),
('el', 'product_reviews.rating', 'Βαθμολογία'),
('el', 'product_reviews.rating_4_and_up', 'Βαθμολογία 4+'),
('el', 'product_reviews.reply', 'Απάντηση'),
('el', 'product_reviews.review', 'Κριτική'),
('el', 'product_reviews.reviews', 'Reviews: [n]'),
('el', 'product_reviews.reviews_lower', 'κριτικές'),
('el', 'product_reviews.review_status', 'Κατάσταση Κριτικής'),
('el', 'product_reviews.review_this_product', 'Αξιολογήστε αυτό το προϊόν'),
('el', 'product_reviews.review_this_product_description', 'Μοιραστείτε τις σκέψεις σας με άλλους πελάτες'),
('el', 'product_reviews.scroll_to_reviews', 'Μεταβείτε στις κριτικές'),
('el', 'product_reviews.scroll_to_review_images', 'Μεταβείτε στις εικόνες κριτικών'),
('el', 'product_reviews.show_n_reviews', 'Εμφάνιση [n] κριτικής | Εμφάνιση [n] κριτικών'),
('el', 'product_reviews.show_rating', 'Εμφάνιση αξιολόγησης κριτικής'),
('el', 'product_reviews.show_review', 'Εμφάνιση κριτικής'),
('el', 'product_reviews.show_reviews', 'Εμφάνιση κριτικών'),
('el', 'product_reviews.show_review_images', 'Εμφάνιση εικόνων κριτικής'),
('el', 'product_reviews.star', 'Αστέρι'),
('el', 'product_reviews.stars', 'Αστέρια'),
('el', 'product_reviews.submit_review', 'Υποβολή κριτικής'),
('el', 'product_reviews.terms_and_conditions_content', '<p>Παρακαλούμε διαβάστε αυτούς τους όρους και προϋποθέσεις (\"Όροι\", \"Όροι και προϋποθέσεις\") προσεκτικά πριν τη χρηση της ιστοεσελιδας και του  My Mobile App mobile application (η \"Υπηρεσια\")   <a href=\"http://www.mywebsite.com\"> http://www.mywebsite.com</a>  από την εταιρεία μου (\"εμείς\", \"εμείς\", ή \"μας\").</p> <p><strong>Με την πρόσβαση ή τη χρήση της υπηρεσίας συμφωνείτε ότι δεσμεύεστε από τους παρόντες όρους. Αν διαφωνείτε με οποιοδήποτε μέρος των όρων, τότε δεν μπορείτε να έχετε πρόσβαση στην υπηρεσία.</strong></p> <p><strong>Αγορές</strong></p> <p>Αν θέλετε να αγοράσετε οποιοδήποτε προϊόν ή υπηρεσία που διατίθεται μέσω της υπηρεσίας (\"αγορά\"), μπορεί να σας ζητηθεί να παράσχετε ορισμένες πληροφορίες σχετικές με την αγορά σας, συμπεριλαμβανομενης, χωρίς κανενα περιορισμό, ...</p> <p><strong>Περιεχομενο</strong></p> <p>Η υπρεσια μας, σάς δίνει τη δυνατότητα να δημοσιεύετε, σύνδεσετε, αποθήκευσετε, την κοινή χρήση και διάθεση με άλλον τρόπο ορισμένες πληροφορίες, κείμενο, γραφικά, βίντεο, ή άλλο υλικό («περιεχόμενο»). Είστε υπεύθυνοι για τη...</p> <p><strong>Αλλαγές</strong></p> <p>Διατηρεί το δικαίωμα, κατά την κρίση μας, να τις τροποποιηθουν ή να αντικατασταθουν αυτοι οι όροι οποιαδήποτε στιγμή. Αν μια αναθεώρηση είναι υλικη θα προσπαθησουμε να παρέχουμε προειδοποίηση τουλάχιστον 30 ημερών πριν από οποιαδήποτε ενεργοποίηση νέως όρων. Τι συνιστά μια υλική αλλαγή θα καθορίζεται κατά τη διακριτική μας ευχέρεια.</p> <p><strong>Επικοινωνήστε μαζί μας</strong></p> <p>Εάν έχετε οποιεσδήποτε ερωτήσεις σχετικά με αυτούς τους όρους, παρακαλώ επικοινωνήστε μαζί μας.</p>'),
('el', 'product_reviews.terms_n_conditions', 'Επιλέξτε αυτό το πλαίσιο ελέγχου για να αποδεχτείτε τους [terms_href]'),
('el', 'product_reviews.terms_n_conditions_name', 'Όρους και προϋποθέσεις'),
('el', 'product_reviews.text_approval_notice', 'Αυτή η κριτική χρειάζεται έγκριση'),
('el', 'product_reviews.text_new_post_notification', 'Αυτή είναι μια ειδοποίηση για νέα δημοσίευση στο Προϊόν'),
('el', 'product_reviews.text_new_reply_notification', 'Αυτή είναι μια ειδοποίηση για νέα απάντηση σε κριτική σας στο Προϊόν'),
('el', 'product_reviews.text_review_pended', 'Η δημοσίευσή σας θα ελεγχθεί προτού δημοσιευτεί.'),
('el', 'product_reviews.text_thank_you_for_post', 'Ευχαριστούμε για την δημοσίευση σας.'),
('el', 'product_reviews.text_thank_you_for_review', 'Ευχαριστούμε για την κριτική σας.'),
('el', 'product_reviews.three_star_icon', '★★★'),
('el', 'product_reviews.title', 'Κριτικές'),
('el', 'product_reviews.title_giftreg', 'Βιβλίο επισκεπτών'),
('el', 'product_reviews.two_star_icon', '★★'),
('el', 'product_reviews.type_message', 'Πληκτρολογηστε ενα μηνυμα'),
('el', 'product_reviews.update_reply', 'Ενημέρωση απάντησης'),
('el', 'product_reviews.uploader_drop_zone_description', 'Ρίξτε τις εικόνες εδώ'),
('el', 'product_reviews.uploader_drop_zone_info', 'Φωτογραφία έως [max_size]'),
('el', 'product_reviews.use_for_reviews', 'Φορμες Σχόλιων και κριτικων'),
('el', 'product_reviews.vendor', 'Πωλητής'),
('el', 'product_reviews.vendor_reply', 'Απάντηση Πωλητή'),
('el', 'product_reviews.verified_purchase', 'Επιβεβαιωμένη Αγορά'),
('el', 'product_reviews.very_good', 'Πολύ Καλό'),
('el', 'product_reviews.vote_down', 'Ψηφίστε Αρνητικά'),
('el', 'product_reviews.vote_up', 'Ψηφίστε Θετικά'),
('el', 'product_reviews.without_photo', 'Χωρίς εικόνα'),
('el', 'product_reviews.with_photo', 'Με εικόνα'),
('el', 'product_reviews.write_review', 'Γράψτε μια κριτική'),
('el', 'product_reviews.write_review_anonymously', 'Γράψτε την κριτική σας ανώνυμα'),
('el', 'product_reviews.write_your_review', 'Γράψτε μια κριτική'),
('el', 'product_reviews.your_rating', 'Η βαθμολογίας σας'),
('el', 'product_reviews.you_have_to_buy_product_before_writing_review', 'Δεν μπορείτε να γράψετε μια κριτική για το συγκεκριμένο προϊόν. Οι πελάτες μπορούν να γράψουν κριτικές για οποιοδήποτε προϊόν έχουν ήδη αγοράσει. Εάν παρότι έχετε αγοράσει κάποιον προϊόν από εμάς, εξακολουθείτε να λαμβάνετε αυτό το μήνυμα, παρακαλώ επικοινωνήστε μαζί μας.'),
('el', 'product_s', 'Προϊόν(τα)'),
('el', 'product_state_description.mve', '<p>Ενεργοποίησατε το [product] σας. Μπορείτε να το χρησιμοποιήσετε χωρίς χρονικούς περιορισμούς πλέον. Για να μπορέσετε να προσθέσετε όλα τα προηγμένα χαρακτηριστικά ηλεκτρονικού εμπορίου(όπως την δυνατότητα διαφορετικής πληρωμής για κάθε πωλητή και δυνατότητα δημιουργίας προωθήσεων από διαφορετικό πωλητή), αγοράστε μια <a href=\"[mve_plus_license_url]\" target=\"_blank\">άδεια [product] Plus license, αποκτήστε την <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate άδεια.</a></p><br>'),
('el', 'product_state_description.mve.new', 'Πλήρη απεριόριστη πρόσβαση σε όλες τις δυνατότητες. Εισάγετε έναν έγκυρο αριθμό άδειας για ενεργοποίηση. <br /> <br /> Αυτός η λειτουργία μπορεί να ενεργοποιηθεί οποιοδήποτε στιγμή. <br /> <br />'),
('el', 'product_state_description.mve.plus', '<p>Αποκτήστε πρόσβαση σε όλη την λειτουργικότητα, εκτός από την, εκτός απο την δυντατότητα πολλαπλών καταστημάτων. Για να έχετε τομείς για συγκεκριμένα ακροατήρια, αποκτήστε την <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate έκδοση.</a></p><br />'),
('el', 'product_state_description.mve.ru', '<p>Ενεργοποίησατε το [product] σας. Μπορείτε να το χρησιμοποιήσετε χωρίς χρονικούς περιορισμούς πλέον. Για να μπορέσετε να προσθέσετε όλα τα προηγμένα χαρακτηριστικά ηλεκτρονικού εμπορίου(όπως την δυνατότητα διαφορετικής πληρωμής για κάθε πωλητή και δυνατότητα δημιουργίας προωθήσεων από διαφορετικό πωλητή), αγοράστε μια <a href=\"[mve_plus_license_url]\" target=\"_blank\">άδεια [product] Plus license, αποκτήστε την <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate άδεια.</a></p><br>'),
('el', 'product_state_description.mve.ru.new', '<p>Πλήρη απεριόριστη πρόσβαση σε όλες τις δυνατότητες.</p><p> Εισάγετε έναν έγκυρο αριθμό άδειας για ενεργοποίηση.</p> <p> Αυτή η λειτουργία μπορεί να ενεργοποιηθεί οποιοδήποτε στιγμή.</p> <br />'),
('el', 'product_state_description.mve.ru.plus', '<p>Αποκτήστε πρόσβαση σε όλη την λειτουργικότητα, εκτός από την, εκτός απο την δυντατότητα πολλαπλών καταστημάτων. Για να έχετε τομείς για συγκεκριμένα ακροατήρια, αποκτήστε την <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate έκδοση.</a></p><br />'),
('el', 'product_state_description.mve.ru.ultimate', '<p>Πλήρη απεριόριστη πρόσβαση σε όλες τις δυνατότητες. Εισάγετε έναν έγκυρο αριθμό άδειας για ενεργοποίηση. </p><p> Αυτός η λειτουργία μπορεί να ενεργοποιηθεί οποιοδήποτε στιγμή. </p><br />'),
('el', 'product_state_description.mve.ultimate', 'Πλήρη απεριόριστη πρόσβαση σε όλες τις δυνατότητες. Εισάγετε έναν έγκυρο αριθμό άδειας για ενεργοποίηση. <br /> <br /> Αυτός η λειτουργία μπορεί να ενεργοποιηθεί οποιοδήποτε στιγμή. <br /> <br />'),
('el', 'product_state_description.ult', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('el', 'product_state_description.ult.b2b', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('el', 'product_state_description.ult.b2b.new', '<p>You can use one of these licenses: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> or <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Both licenses allow you to use [product] without time restrictions.</p><br>'),
('el', 'product_state_description.ult.b2b.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('el', 'product_state_description.ult.new', '<p>Μπορείτε να χρησιμοποιήσετε μία από αυτές τις άδειες: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> ή <a href=\"[ultimate_license_url]\" target=\"_blank\"> [product] Ultimate</a>. Και οι δύο άδειες επιτρέπουν να χρησιμοποιείτε το [product] χωρίς χρονικούς περιορισμούς.</p> <br>'),
('el', 'product_state_description.ult.ru', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('el', 'product_state_description.ult.ru.new', '<p>Μπορείτε να χρησιμοποιήσετε μία από αυτές τις άδειες: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> ή <a href=\"[ultimate_license_url]\" target=\"_blank\"> [product] Ultimate</a>. Και οι δύο άδειες επιτρέπουν να χρησιμοποιείτε το [product] χωρίς χρονικούς περιορισμούς.</p> <br>'),
('el', 'product_state_description.ult.ru.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('el', 'product_state_description.ult.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('el', 'product_subscriptions', 'Συνδρομές προϊόντος'),
('el', 'product_summary', 'Περίληψη προϊόντος'),
('el', 'product_tabs', 'Καρτέλες προϊόντος'),
('el', 'product_type', 'Τύπος προϊόντος'),
('el', 'product_url', 'Διεύθυνση URL προϊόντος'),
('el', 'product_variations.add_variations', 'Προσθηκη παραλλαγων'),
('el', 'product_variations.add_variations_description', 'Επιτρέψτε στους πελάτες την εναλλαγή μεταξύ παρόμοιων προϊόντων επιλέγοντας την επιθυμητή τιμή για τα κοινά τους χαρακτηριστικά.'),
('el', 'product_variations.belongs_to_catalog_item', 'Ανήκει σε ενα είδος καταλογου:'),
('el', 'product_variations.cant_edit_feature_categories', 'Δέν ήταν δυνατή η εκχώρηση χαρακτηριστικών στις κατηγορίες η στις ομάδες χαρακτηριστικών. Κάποιες παραλλαγές χρησιμοποιούν αυτό το χαρακτηριστικό και δέν πρόκειται για τις κατηγορίες στις οποίες προσπαθείτε να το καταχωρήσετε. Παρακαλώ διαγράψτε <a href=\"[href]\">αυτά τα προϊόντα </a>, είτε διαγράψτε τις ομάδες παραλλαγών, είτε καταχωρήστε τα προϊόντα στις ίδιες κατηγορίες στις οποίες βρίσκονται ήδη τα χαρακτηριστικά η οι ομάδες χαρακτηριστικών, έπειτα προσπαθήστε ξανά.'),
('el', 'product_variations.converter.features.list.hint', 'Παρακάτω θα βρείτε την λίστα με τα χαρακτηριστικά και τις πασραλλαγές χαρακτηριστικών τα οποία θα δημιουργηθούν κατά την διάρκεια της μετατροπής.'),
('el', 'product_variations.converter.features.list.title', 'Χαρακτηριστικά και παραλλαγές χαρακτηριστικών'),
('el', 'product_variations.converter.features.merge', 'Συγχώνευση επιλεγμένων');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('el', 'product_variations.converter.features.unmerge', 'Διαχωρισμός'),
('el', 'product_variations.converter.progress.combinations.error', 'Δέν ήταν δυνατή η μετατροπή των συνδυασμών επιλογών \"[combination]\" του προϊόντος \"[product]\"'),
('el', 'product_variations.converter.progress.combinations.title', 'Μετατροπή συνδυασμών επιλογών'),
('el', 'product_variations.converter.progress.configurable_products.error', 'Δέν ήταν δυνατή η μετατροπή του προϊόντος \"[product]\"'),
('el', 'product_variations.converter.progress.configurable_products.title', 'Μετατροπή διαμορφώσιμων προϊόντων'),
('el', 'product_variations.converter.progress.errors', 'Σφάλματα'),
('el', 'product_variations.converter.progress.features.error', 'Δεν ήταν δυνατή η δημιουργία του χαρακτηριστικού \"[feature]\"'),
('el', 'product_variations.converter.progress.features.title', 'Δημιουργία χαρακτηριστικών'),
('el', 'product_variations.converter.progress.products_with_combinations.error', 'Δέν ήταν δυνατή η μετατροπή του προϊόντος \"[product]\"'),
('el', 'product_variations.converter.progress.products_with_combinations.error_with_reason', 'Δέν ήταν δυνατή η μετατροπή του προϊόντος \"[product]\". Λόγος: [error]'),
('el', 'product_variations.converter.progress.products_with_combinations.no_available_combinations', 'To προϊόν δέν έχει συνδυασμούς επιλογών.'),
('el', 'product_variations.converter.progress.products_with_combinations.only_one_combination', 'Ένα προϊόν με έναν μόνο διαθέσιμο συνδυασμό επιλογής δέν μπορεί να μετατραπεί σε παραλλαγή. Θα λειτουργήσει όπως πρέπει και χωρίς μετατροπή.'),
('el', 'product_variations.converter.progress.products_with_combinations.title', 'Μετατροπή προϊόντων με συνδυασμούς επιλογών'),
('el', 'product_variations.converter.progress.result.combinations_count', 'Πλήθος συνδιασμών επιλογών που έχουν μετατραπεί:'),
('el', 'product_variations.converter.progress.result.configurable_products_count', 'Αριθμός των διαμορφώσιμων προϊόντων που μετατράπηκαν:'),
('el', 'product_variations.converter.progress.result.go_on_products', 'Πηγαινε στα προϊόντα'),
('el', 'product_variations.converter.progress.result.products_with_combinations_count', 'Πλήθος προϊόντων με συνδυασμούς επιλογών που έχουν μετατραπεί:'),
('el', 'product_variations.converter.progress.result.title', 'Αποτελεσματα μετατροπής'),
('el', 'product_variations.converter.progress.result.variations_count', 'Πλήθος παραλλαγών που έχουν μετατραπεί:'),
('el', 'product_variations.converter.progress.variations.error', 'Δέν ήταν δυνατή η μετατροπή του προϊόντος \"[product]\"'),
('el', 'product_variations.converter.progress.variations.title', 'Μετατροπή παραλλαγών'),
('el', 'product_variations.converter.progress.wait_another_process', 'Παρακαλώ περιμένετε μέχρι μία άλλη διαδικασία να ολοκληρωθεί'),
('el', 'product_variations.converter.result.problems_encountered', 'Δέν ήταν δυνατή η μετατροπή κάποιων προϊόντων. Δέν ήταν κάποια τυπική κατάσταση και δέν ήταν προγραμματισμένο να προκύψει.Υπάρχουν πολλοί τρόποι να την αντιμετωπίσετε:<ul><li>Κάντε έλεγχο για τα προϊόντα τα οποία δέν ήταν δυνατόν να μετατραπούν και ρυθμίστε τα χειροκίνητα.</li><li>Επικοινωνήστε με την τεχνική υποστήριξη μέσω του Help Desk και θα διαπιστώσουμε γιατί δέν ήταν δυνατή η μετατροπή και τι μπορούμε μπορεί να γίνει για αυτό.</li></ul>'),
('el', 'product_variations.converter.view.combinations_count', 'Πλήθος συνδυασμών επιλογών που βρέθηκαν:'),
('el', 'product_variations.converter.view.configurable_products_count', 'Πλήθος διαμορφώσιμων προϊόντων που βρέθηκαν:'),
('el', 'product_variations.converter.view.no_data', 'Δέν βρέθηκαν δεδομένα προς μετατροπή: φαίνεται ότι το κατάστημα σας δέν έχει συνδυασμούς επιλογών η παραλλαγές προϊόντων.'),
('el', 'product_variations.converter.view.products_with_combinations_count', 'Πλήθος προϊόντων μαζί με συνδυασμούς επιλογών που βρέθηκαν:'),
('el', 'product_variations.converter.view.title', 'Μετατροπή προϊόντων σε παραλλαγές'),
('el', 'product_variations.converter.view.variations_count', 'Πλήθος αριθμού παραλλαγών που βρέθηκαν:'),
('el', 'product_variations.create_new', 'Δημιουργήστε νέα Προϊόντα'),
('el', 'product_variations.delete', 'Διαγραφή ομάδας'),
('el', 'product_variations.delete_product', 'Διαγραφή προϊόντος'),
('el', 'product_variations.edit_features', 'Επεξεργασία χαρακτηριστικών'),
('el', 'product_variations.error.cannot_mark_main_product_child_product', 'Το προϊόν # [product_id] στην ομάδα \"[group_code]\" δεν είναι μια παραλλαγή, έτσι δεν μπορεί να γίνει προεπιλογή για ένα στοιχείο στον κατάλογο'),
('el', 'product_variations.error.features_is_empty', 'Τα χαρακτηριστικά δεν ήταν δυνατόν να βρεθούν'),
('el', 'product_variations.error.feature_combination_is_invalid_for_product', 'Λάθος συνδυασμός χαρακτηριστικών για προϊόντα #[product_id] \"[product]\"'),
('el', 'product_variations.error.generate_combinations_is_empty', 'Δεν μπόρεσαν να δημιουργηθούν οι παραλλαγές. Παρακαλώ ορίστε τις τιμές των χαρακτηριστικών για να δημιουργηθούν οι παραλλαγές.'),
('el', 'product_variations.error.generate_products_is_empty', 'Δεν δημιουργήθηκαν καινούργια προϊόντα'),
('el', 'product_variations.error.group_code_is_duplicate', 'Ο καθορισμένος κωδικός ομάδας παραλλαγής χρησιμοποιείται ήδη'),
('el', 'product_variations.error.group_code_is_invalid', 'Δεν μπόρεσε να οριστεί αυτός ο κωδικός ομάδας παραλλαγής. Ένας κωδικός ομάδας μπορεί να περιέχει μόνο ψηφία, Λατινικούς χαρακτήρες και τα ακόλουθα σημεία στίξης: \"-\"και\"_\"'),
('el', 'product_variations.error.group_code_is_required', 'Πρέπει να οριστεί ο κωδικός ομάδας παραλλαγής'),
('el', 'product_variations.error.group_not_found', 'Το γκρουπ παραλλαγής #[id[ δεν βρέθηκε'),
('el', 'product_variations.error.group_not_found_by_product', 'Δεν μπόρεσε να βρεθεί η ομάδα παραλλαγών για #[product_id] \"[product]\"'),
('el', 'product_variations.error.no_available_products', 'Δεν βρέθηκαν κατάλληλα προϊόντα'),
('el', 'product_variations.error.product_company_does_not_match_to_group_company.mve', 'Το Προϊόν #[[product_id]\"[product]\" δεν μπορεί να προστεθεί στην ομάδα παραλλαγής διότι ολα τα προϊόντα σε μία ομάδα παραλλαγής πρέπει να ανήκουν στον ίδιο πωλητή.'),
('el', 'product_variations.error.product_company_does_not_match_to_group_company.ult', 'Το Προϊόν #[[product_id]\"[product]\" δεν μπορεί να προστεθεί στην ομάδα παραλλαγής διότι ολα τα προϊόντα σε μία ομάδα παραλλαγής πρέπει να ανήκουν στο ίδιο κατάστημα.'),
('el', 'product_variations.error.product_has_not_required_features', 'Το προϊόν #[product_id] \"[product]\" δεν έχει τα απαραίτητα χαρακτηριστικά για δημιουργηθεί παραλλαγή. Παρακαλώ ορίστε τις τιμές των χαρακτηριστικών για αυτό το προϊόν.'),
('el', 'product_variations.error.product_ids_empty', 'Τα προϊόντα δεν ήταν δυνατόν να βρεθούν'),
('el', 'product_variations.error.product_not_found', 'Το προϊόν #[product_id] δεν βρέθηκε'),
('el', 'product_variations.error.product_not_found_in_group', 'Προϊόν #[product_id] δεν βρέθηκε στην ομάδα παραλλαγής «[group_code]»'),
('el', 'product_variations.error.product_with_features_combination_exits', 'Το προϊόν #[product_id] \"[product]\" έχει ακριβώς τους ίδιους συνδυασμούς τιμών χαρακτηριστικών ως μία παραλλαγή που ήδη υπάρχει στην ομάδα.'),
('el', 'product_variations.exim.result_notice', 'Τα δεδομένα εισήχθησαν με επιτυχία.<br />Νέα Προϊόντα-<b>[new]</b>;<br />Ενημερωμένα Προϊόντα-<b>[exist]</b>;<br />Προϊόντα που παραλείφθηκαν-<b>[skipped]</b>;<br />Σύνολο-<b>[total]</b>;<br />Δημιουργηθέντες παραλλαγές-<b>[variation_created]</b>;<br />Αναβαθμισμένες Παραλλαγές-<b>\n[variation_updated]</b>;<br />Διεγραμμένες παραλλαγές-<b>[variation_removed]</b>.'),
('el', 'product_variations.feature_can_be_deleted', 'Δέν ήταν δυνατή η διαγραφή του χαρακτηριστικού είτε της παραλλαγής του καθώς μία η περισσότερες ομάδες παραλλαγής βασίζονται σε αυτό χαρακτηριστικό. Παρακαλώ διαγράψτε<a href=\"[href]\">αυτά τα προϊόντα</a>είτε διαγράψτε τις ομάδες του προϊόντος και προσπαθήστε ξανά.'),
('el', 'product_variations.feature_used_by_variation_group.tooltip', 'Το χαρακτηριστικό χρησιμοποιήται από την ομάδα χαρακτηριστικών [code]. Για να χρησιμοποιήσετε διαφορετική τιμή για αυτό το χαρακτηριστικό για κάποιο προϊόν, μεταβείτε στην καρτέλελα \"Παραλλαγών\" απο την σελίδα επεξεργασίας του προϊόντος. Καινούργιες τιμές μπορούν να προστεθούν απο την σελίδα επεξεργασίας των χαρακτηριστικών.'),
('el', 'product_variations.group_code', 'Ομάδα Παραλλαγής'),
('el', 'product_variations.group_code.description', 'Χρησιμοποιήστε τον κωδικό ομάδας σε μία σελίδα επεξεργασίας προϊόντος είτε κατά την εισαγωγή για να προσθέσετε το προϊόν σε αυτήν την ομάδα ως παραλλαγή. Ένας κωδικός ομάδας μπορεί να περιέχει μόνο ψηφία, λατινικούς χαρακτήρες και τα παρακάτω σύμβολα:\"-\" και \"_\".'),
('el', 'product_variations.group_code.link', 'Προσθήκη στην ομάδα παραλλαγών'),
('el', 'product_variations.group_code.link.description', 'Επιλέξτε τον κωδικό της ομάδας στην οποία θα προστεθεί αυτό το προϊόν ως παραλλαγή. Εάν η επιθυμητή ομάδα παραλλαγών δεν εμφανίζεται μεταξύ των προτάσεων, βεβαιωθείτε ότι έχετε ορίσει την τιμή για κάθε χαρακτηριστικό που ορίζει την ομάδα.'),
('el', 'product_variations.group_code.placeholder', 'Ορίστε προσαρμοσμένο κωδικό ομάδας εδώ'),
('el', 'product_variations.hide_add_to_wishlist_button', 'Απόκρυψη κουμπιού προσθήκη στα αγαπημενα'),
('el', 'product_variations.link_existing', 'Χρησιμοποιήστε υπάρχοντα προϊόντα'),
('el', 'product_variations.manage', 'Διαχείριση παραλλαγών'),
('el', 'product_variations.mark_main_product', 'Ορισμός παραλλαγής ως προεπιλογή'),
('el', 'product_variations.notice.is_old_product_variation', 'Το Προϊόν αυτό είναι μία παλιά παραλλαγή που δέν έχει μετατραπεί ακόμα. Για να το κάνετε να λειτουργεί όπως λειτουργούσε πρίν την αναβάθμιση, <a href=\"[convert_url]\">μετατρέψτε τις παλιές σε νέες παραλλαγές</a>.'),
('el', 'product_variations.notice.old_product_variations_exists', 'Το κατάστημα σας εξακολουθεί να έχει παλιές παραλλαγές προϊόντων. Αυτήν την στιγμή εμφανίζονται σαν διαφορετικά προϊόντα, χωρίς να υπάρχει η δυνατότητα εναλλαγής μεταξύ τους. Για να λειτουργήσουν όπως λειτουργούσαν πρίν την αναβάθμιση,<a href=\"[convert_url]\">μετατρέψτε τις παλιές σε νέες παραλλαγές</a>. Είναι εύκολη και αυτοματοποιημένη διαδικασία.'),
('el', 'product_variations.no_available_features', 'Αυτό το προϊόν δεν διαθέτει τα χαρακτηριστικά που επιτρέπουν την ομαδοποίηση προϊόντων. Βεβαιωθείτε ότι: <ol><li>Έχετε δημιουργήσει τουλάχιστον ένα χαρακτηριστικό με το πεδίο <b>Σκοπός:</b><i>Παραλλαγή μεταξύ παρόμοιων προϊόντων</i>.</li><li>Έχετε ορίσει την τιμή αυτού του χαρακτηριστικού για το προϊόν</li></ol>'),
('el', 'product_variations.product_type', 'Τύπος προϊόντος'),
('el', 'product_variations.product_type.catalog_item', 'Είδος Καταλογου'),
('el', 'product_variations.product_type.variation_of_catalog_item', 'Παραλλαγή του είδους καταλόγου'),
('el', 'product_variations.remove_variation', 'Διαγραφή παραλλαγής από την ομάδα'),
('el', 'product_variations.select_variation', 'Select a Variation'),
('el', 'product_variations.show_product_code', 'Εμφάνιση κωδικού προϊόντος'),
('el', 'product_variations.show_variation_thumbnails', 'Προβολη μικρογραφιών παραλλαγής'),
('el', 'product_variations.too_many_combinations', 'Συγνώμη, υπάρχουν πάρα πολλές δυνατές παραλλαγές που μπορούν να δημιουργηθούν. Για να αποφύγουμε το μεγάλο φορτό, δέν θα τις απεικονίσουμε εδώ πέρα. Παρακαλώ δημιουργήστε τα προϊόντα με τις σωστές τιμές χαρακτηριστικών χειροκίνητα η μέσω της λειτουργίας της εισαγωγής(import), έπειτα προσθέσετε τα σε ομάδα.'),
('el', 'product_variations.upgrade_notification.convert_variations_message', '<p>Οι παραλλαγές προιόντων στην έκδοση 4.10.1 είναι πιό ισχυρές από ποτέ. Μπορούν πλέον να κατέχουν διαφορετικές θέσεις στον κατάλογο, να φιλτράρονται και να εισάγονται εύκολα. Για να πετύχουμε αυτό, ξαναδημιουργήσαμε τις παραλλαγές από την αρχή. Βασίζονται πλέον σε χαρακτηριστικά αντί για επιλογές.</p><p><b>Έχουμε απενεργοποιήσει τις παλιές παραλαγές στο κατάστημα σας, επειδή δέν μπορούν να χρησιμοποποιηθούν εάν δεν γίνει η μετατροπή τους.</b> Η μετατροπή του μπορεί να γίνει με αυτόματο τρόπο, χρειαζόμαστε απλά την συγκατάθεση σας. Παρακαλώ κάντε έλεγχο για το τι πρόκειται να κάνουμε, και μετατρέψτε τις παραλλαγές ώστε να χρησιμοποιούν χαρακτηριστικά.</p><p><a href=\"[convert_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\"> Έλεγχος και μετατροπή παραλλαγών</a><a href=\"https://docs.cs-cart.com/4.10.x/user_guide/manage_products/products/product_variations.html\" target=\"_blank\" class=\"btn btn-large\"> Μάθετε παραπάνω για τις παραλλαγές</a></p>'),
('el', 'product_variations.upgrade_notification.convert_variations_title', 'Μετατροπή παραλλαγών προϊόντος σε χαρακτηριστικά χρήσης'),
('el', 'product_variations.variations', 'Παραλλαγές'),
('el', 'product_variations.variations_filling', 'Παραλλαγές'),
('el', 'product_variations.variations_list', 'Παραλλαγές'),
('el', 'product_variations.variations_list_block_name', 'Λιστα Παραλλαγων'),
('el', 'product_variations.variations_list_tab_name', 'Προβολη ολων των παραλλαγών ως λίστα'),
('el', 'product_variations.variations_naming_strategy.key_value', 'Χρώμα: Κόκκινο, Μέγεθος: Μικρό'),
('el', 'product_variations.variations_naming_strategy.value', 'Κόκκινο, Μικρό'),
('el', 'product_variations.variation_of_product', 'Παραλλαγή του καταλόγου ειδών <a href=\"[url]\">[product]</a>'),
('el', 'profile', 'Προφίλ'),
('el', 'profiles', 'Προφιλ'),
('el', 'profile_activated', 'Λογαριασμός απενεργοποιήθηκε'),
('el', 'profile_deactivated', 'Λογαριασμός απενεργοποιήθηκε'),
('el', 'profile_details', 'Λεπτομέρειες προφίλ'),
('el', 'profile_fields', 'Πεδία προφίλ'),
('el', 'profile_fields_menu_description', 'Διαμόρφωση των συνόλων από πεδία που περιέχοντε στην φόρμα του προφίλ.'),
('el', 'profile_field_name', 'Όνομα πεδίου'),
('el', 'profile_field_name_tooltip', 'Μια ακολουθία χαρακτήρων που χρησιμεύει ως ένα αναγνωριστικό. Μπορείτε να χρησιμοποιήσετε αριθμούς από 0 έως 9, σύμβολα της αγγλικής αλφαβήτου και το συμβολο \"_\".'),
('el', 'profile_info', 'Πληροφορίες Προφιλ'),
('el', 'profile_name', 'Το Όνομα του Προφίλ'),
('el', 'profile_type', 'Τυπος Προφίλ'),
('el', 'profile_types_section_seller', 'Πληροφορίες πωλητή'),
('el', 'profile_types_section_user', 'Πελάτες και Διαχειριστές'),
('el', 'project_id', 'Ταυτότητα Project'),
('el', 'project_password', 'Κωδικός πρόσβασης Project'),
('el', 'prolongate_download_key', 'Παρατείνετε το κλειδί για κατέβασμα σε'),
('el', 'promotion', 'Προώθηση'),
('el', 'promotions', 'Προσφορές'),
('el', 'promotions.cond_all', 'όλα'),
('el', 'promotions.cond_any', 'οποιαδήποτε'),
('el', 'promotions.cond_false', 'ψευδές'),
('el', 'promotions.cond_true', 'αληθές'),
('el', 'promotions_menu_description', 'Πρόωθηστε αγαθά και προσφέρετε μπόνους βασιζόμενοι στον τύπο συνδρομής των πελατών.'),
('el', 'promotion_bonus_discount_on_categories', 'Έκπτωση σε όλα τα προϊόντα των κατηγοριών'),
('el', 'promotion_bonus_discount_on_products', 'Έκπτωση σε προϊόντα'),
('el', 'promotion_bonus_free_products', 'Δωρεάν προϊόντα'),
('el', 'promotion_bonus_free_shipping', 'Δωρεάν αποστολή'),
('el', 'promotion_bonus_gift_certificate', 'Δωροεπιταγή'),
('el', 'promotion_bonus_give_coupon', 'Δώστε κουπόνι'),
('el', 'promotion_bonus_give_points', 'Δώστε στοιχεία'),
('el', 'promotion_bonus_give_usergroup', 'Δώστε ομάδα χρηστών'),
('el', 'promotion_bonus_order_discount', 'Έκπτωση παραγγελίας'),
('el', 'promotion_bonus_product_discount', 'Έκπτωση προϊόντος'),
('el', 'promotion_cond_auto_coupons', 'Αυτόματη δημιουργία κωδικών κουπονιών'),
('el', 'promotion_cond_birthday', 'Γενέθλια'),
('el', 'promotion_cond_categories', 'Κατηγορίες'),
('el', 'promotion_cond_country', 'Χώρα πελάτη (αποστολή)'),
('el', 'promotion_cond_coupon_code', 'Κωδικός εκπτωτικού  κουπονιού'),
('el', 'promotion_cond_feature', 'Χαρακτηριστικό προϊόντος'),
('el', 'promotion_cond_number_of_usages', 'Αριθμός χρήσεων'),
('el', 'promotion_cond_once_per_customer', 'Μια φορά ανά πελάτη'),
('el', 'promotion_cond_payment', 'Τρόπος πληρωμής'),
('el', 'promotion_cond_price', 'Τιμή προϊόντος'),
('el', 'promotion_cond_products', 'Προϊόντα'),
('el', 'promotion_cond_products_number', 'Σύνολο προϊόντων στο καλάθι'),
('el', 'promotion_cond_purchased_products', 'Αγορασμένα προϊόντα'),
('el', 'promotion_cond_reward_points', 'Πόντοι στον λογαριασμό χρήστη'),
('el', 'promotion_cond_shipping', 'Τρόποι Αποστολής'),
('el', 'promotion_cond_state', 'Νομός πελάτη (αποστολή)'),
('el', 'promotion_cond_subscribed', 'Πελάτης είναι συνδρομητής'),
('el', 'promotion_cond_subtotal', 'Υποσύνολο παραγγελίας'),
('el', 'promotion_cond_total', 'Συνολο Παραγελίας'),
('el', 'promotion_cond_total_weight', 'Συνολικό βάρος προϊόντων στο καλάθι'),
('el', 'promotion_cond_usergroup', 'Ομάδα χρήστη'),
('el', 'promotion_cond_users', 'Χρήστες'),
('el', 'promotion_cond_zip_postal_code', 'Ταχυδρομικός κώδικας πελάτη (αποστολή)'),
('el', 'promotion_op_amount', 'ποσό'),
('el', 'promotion_op_cont', 'περιέχει'),
('el', 'promotion_op_eq', 'ίσος'),
('el', 'promotion_op_gt', 'καλύτερος'),
('el', 'promotion_op_gte', 'ίσος ή καλύτερος'),
('el', 'promotion_op_in', 'σε'),
('el', 'promotion_op_lt', 'λιγότερο'),
('el', 'promotion_op_lte', 'ίσο ή λιγότερο'),
('el', 'promotion_op_ncont', 'δεν περιέχει'),
('el', 'promotion_op_neq', 'άνισο'),
('el', 'promotion_op_nin', 'όχι σε'),
('el', 'promo_code', 'Εισάγετε κωδικό κουπονιού'),
('el', 'promo_code_or_certificate', 'Δωροεπιταγή ή Κωδικός Προσφοράς'),
('el', 'promo_text', 'Promo κείμενο'),
('el', 'properties', 'Ιδιοτητες'),
('el', 'protection_eligibility', 'Καταλληλότητα Προστασίας'),
('el', 'provider', 'Πάροχος'),
('el', 'pspid', 'PSPID'),
('el', 'public', 'Δημόσιος'),
('el', 'public_files', 'Δημόσια αρχεία'),
('el', 'public_key', 'Δημόσιο κλειδί'),
('el', 'purchased', 'Αγοράστηκε'),
('el', 'purchased_in_orders', 'Αγοράστηκαν στις παραγγελίες'),
('el', 'purchased_qty', 'Ποσότητα που αγοράστηκε'),
('el', 'purchasers_name', 'Από'),
('el', 'purchase_gift_certificate', 'Αγορά δωροεπιταγής'),
('el', 'purpose', 'Σκοπός'),
('el', 'qty', 'Ποσότητα'),
('el', 'qty_discounts', 'Εκπτώσεις ποσότητας'),
('el', 'qty_discount_type_tooltip', 'Σταθερό ποσό/ποσοστό που θα αφαιρεθει από την τιμή'),
('el', 'quantity', 'Ποσότητα'),
('el', 'quantity_step', 'Βήμα ποσότητας'),
('el', 'query', 'Απορία'),
('el', 'questions', 'Ερωτήσεις'),
('el', 'question_text', 'Κείμενο ερώτησης'),
('el', 'quick_checkout', 'Γρήγορη πληρωμή'),
('el', 'quick_links', 'Γρήγοροι σύνδεσμοι'),
('el', 'quick_menu', 'Γρήγορο μενού'),
('el', 'quick_product_viewer', 'Άμεση προβολή προϊόντος'),
('el', 'quick_view', 'Με μια ματιά'),
('el', 'radiogroup', 'Ομάδα ραδιοφώνου'),
('el', 'random', 'Τυχαίο'),
('el', 'rank_number', 'Κατάταξη (machine) αριθμού'),
('el', 'rates_depend_on', 'Ο Φόρος επιβαρύνεται στο'),
('el', 'rate_area', 'Περιοχή τιμής'),
('el', 'rate_areas', 'Περιοχες Τιμων'),
('el', 'rate_calculation', 'Υπολογισμός ποσοστού'),
('el', 'rate_calculation_by_rate_area', 'Χειροκίνητα (βάσει περιοχής τιμών)'),
('el', 'rate_calculation_manual', 'Εγχειρίδιο (βάσει περιοχής)'),
('el', 'rate_calculation_realtime', 'Σε πραγματικό χρόνο'),
('el', 'rate_value', 'Βαθμός'),
('el', 'rating', 'Βαθμολογία'),
('el', 'read', 'Αναγνωση'),
('el', 'readme', 'Διαβασέ με'),
('el', 'read_more_3d_secure', 'Διαβάστε περισσότερα για το 3-D Secure'),
('el', 'reason', 'Λόγος'),
('el', 'reasons', 'λόγοι'),
('el', 'reason_text', 'Απόκριση του συστήματος εκκαθάρισης'),
('el', 'rebuild_cache_automatically', 'Ανακατασκευή cache αυτόματα'),
('el', 'rebuild_cache_automatically_tooltip', 'Τα τροποποιημένα αρχεία παρακολουθούνται σε πραγματικό χρόνο (συμπεριλαμβανομένων των αρχείων που τροποποιηθηκαν απευθείας στο διακομιστή) και αποθηκεύονται προσωρινά εκ νέου. Το Μπλοκ μνήμης cache θα απενεργοποιηθεί. Η απόδοση του καταστήματος μπορεί να επηρεαστεί  ελαφρώς. Συνιστάται να το απενεργοποιήσετε στην παραγωγή.'),
('el', 'rebuild_combinations', 'Ανακατασκευή συνδυασμών'),
('el', 'recalculate', 'Επαναυπολογισμός'),
('el', 'recalculate_order', 'Επανυπολογισμός παραγγελίας'),
('el', 'recalculate_rates', 'Επαναυπολογισμός Τιμών'),
('el', 'recalculate_shipping_cost', 'Νέος υπολογισμός κόστους αποστολής'),
('el', 'recalculate_totals', 'Επαναυπολογισμός Συνόλων'),
('el', 'recaptcha.text_forbidden_countries_notice', '<p>Το Google reCAPTACHA θα απενεργοποιηθεί για τις επιλεγμένες χώρες. Αντ \' αυτού, στους επισκέπτες από τις χώρες αυτές θα ζητηθεί να πληκτρολογούν μερικά σύμβολα που βλέπουν στην οθόνη.</p>'),
('el', 'recaptcha.text_settings_notice', '<p>Οι οδηγίες για το πώς να πάρετε το <b>κλειδί ιστότοπου</b> και τον <b>μυστικό κωδικό</b> είναι διαθέσιμες <b><a target=\"_blank\" href=\"https://developers.google.com/recaptcha/intro\"> εδώ</a></b><br>Λάβετε υπόψη ότι το πρόσθετο υποστηρίζει αυτήν τη στιγμή μόνο<b>reCAPTCHA v2: Checkbox</b></p>'),
('el', 'recaptcha_settings_notice', '<p>Οι οδηγίες για το πώς να πάρετε το <b>κλειδί χώρο</b> και <b>μυστικό</b> είναι διαθέσιμες <b><a target=\"_blank\" href=\"https://developers.google.com/recaptcha/docs/start\"> εδώ</a></b>.</p>'),
('el', 'recaptcha_upgrade_notification_text', 'Το <b></b>[product] τώρα έρχεται με το πρόσθετο <b>Google reCAPTCH</b> για τη βελτίωση της αντι-bot επικύρωσης. Το πρόσθετο έχει εγκατασταθεί και ενεργοποιηθεί κατά τη διάρκεια της αναβάθμισης, αλλά το παλιό CAPTCHA θα εξακολουθεί να χρησιμοποιείαι έως ότου μπορέσετε να ρυθμίσετε το νεο πρόσθετο. Σας συνιστούμε να αλλαξετε στο Google reCAPTCH όσο το δυνατόν συντομότερα.Για να γινει αυτό: <ol><li>μεταβείτε <b>πρόσθετα → Διαχείριση πρόσθετων</b>.</li> <li>Βρείτε και κάντε κλικ στο <b>Google reCAPTCH</b> στην λίστα των πρόσθετων.</li> <li>Ένα αναδυόμενο παράθυρο θα ανοίξει. Εισάγετε <b>κλειδί Site</b> και <b>μυστικό κωδικό</b> και, στη συνέχεια, αποθηκεύστε τις αλλαγές σας. Οι οδηγίες για το πώς να πάρετε το κλειδί και το διακριτικό είναι διαθέσιμες <a href=\'https://developers.google.com/recaptcha/docs/start\'> εδώ</a>.</li></ol> <b>Το Πρόσθετο Google reCAPTCH υποστηρίζει μόνο το Responsive theme και τα <a href=\'http://docs.cs-cart.com/4.5.x/designer_guide/parent_themes.html\'> θέματα παιδια</a>.</b> Παρακαλώ επικοινωνήστε με τον προγραμματιστή του θέματός σας για περισσότερες πληροφορίες, πριν να περάσετε στο Google reCAPTCHA.'),
('el', 'recaptcha_upgrade_notification_title', 'Μεταβείτε στο Google reCAPTCHA για την προστασία ενάντια σε bots'),
('el', 'recent_activity', 'Πρόσφατη Δραστηριότητα'),
('el', 'recent_blog_posts', 'Πρόσφατες δημοσιευσεις blog'),
('el', 'recent_orders', 'Πρόσφατες παραγγελίες'),
('el', 'recent_products', 'ΕΧΕΤΕ ΔΕΙ'),
('el', 'recheck', 'Επανέλεγχος'),
('el', 'recipient', 'Αποδέκτης'),
('el', 'recipients_name', 'Προς'),
('el', 'recipient_description', 'Περιγραφή εμπόρου'),
('el', 'recommended', 'Συνίσταται'),
('el', 'recommenders', 'REES46'),
('el', 'recover', 'Ανάκτηση'),
('el', 'recover_password', 'Ανάκτηση Κωδικού Πρόσβασης'),
('el', 'recover_password_subj', 'Ανάκτηση Κωδικού Πρόσβασης'),
('el', 'recursively', 'Αναδρομικά'),
('el', 'redesk_connection_ask_question', 'Ask a question'),
('el', 'redesk_connection_create_ticket', 'Contact vendor'),
('el', 'redesk_connection_multivendor_contact_form_info', 'If all is set up correctly, you can use the following contact form with the Re:Desk departments, which will send the messages directly to your Re:Desk help desk:<br /><a href=\"[http_location]/?dispatch=redesk_connection_multivendor.contact\" target=\"_blank\">[http_location]/?dispatch=redesk_connection_multivendor.contact</a>'),
('el', 'redesk_connection_multivendor_manage', 'Import Vendors into Re:Desk'),
('el', 'redesk_create_vendors_accounts', 'Create manager accounts into Re:Desk for Vendors'),
('el', 'redesk_import_vendors', 'Import vendors into Re:Desk'),
('el', 'redesk_import_vendors_as_departments', 'Import Vendors into Re:Desk as Departments'),
('el', 'redirect_customer_from_storefront', 'Ανακατευθύνει τους επισκέπτες αυτού του καταστήματος σε εκείνες τις χώρες στις οποίες ανήκουν οι διευθύνσεις IP των επισκεπτών που ορίζονται'),
('el', 'rees46_docs', '\n            <p>Ознакомьтесь с <a href=\"http://docs.rees46.com/pages/viewpage.action?pageId=1409157\" target=\"_blank\">подробной инструкцией</a> по настройке модуля и расстановке блоков рекомендаций.</p>\n        '),
('el', 'rees46_error_export_order', 'Для выгрузки заказов и синхронизации статусов заказов введите код и секретный ключ вашего магазина в настройках модуля.'),
('el', 'rees46_export_order', 'Выгрузить заказы'),
('el', 'rees46_export_success', 'Выгрузка заказов в REES46 успешно инициирована.'),
('el', 'rees46_export_unsuccess', 'Ошибка инициализации выгрузки заказов в REES46.'),
('el', 'rees46_info', '\n            <p>Если вы ещё не зарегистрированы в REES46, то, пожалуйста, <a href=\"http://rees46.com\" target=\"_blank\">зарегистрируйтесь</a>. Затем добавьте свой интернет-магазин в <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личном кабинете</a> REES46. Обратите внимание на \"<b>код магазина</b>\" и \"<b>секретный ключ</b>\", они понадобятся для настройки модуля.</p>\n        '),
('el', 'rees46_menu', 'Рекомендательная система REES46'),
('el', 'rees46_menu_settings', 'Настройки'),
('el', 'rees46_orders', '\n            <p>Процесс обучения алгоритма рекомендаций занимает определенное время. Основное время, как правило, требуется на сбор информации и построение взаимосвязей между покупателями и товарами. Ускорить это время можно, загрузив в систему REES46 историю ваших заказов за последние полгода. Это позволяет построить рекомендации для ваших предыдущих клиентов и сформировать более детальные связи между товарами. Загрузка истории может занять некоторое время.</p>\n        '),
('el', 'rees46_orientation_horizontal', 'Горизонтальное'),
('el', 'rees46_orientation_vertical', 'Вертикальное'),
('el', 'rees46_products_per_line', 'Кол-во товаров в каждой линии блока'),
('el', 'rees46_recommender_code', 'Уникальный код блока рекомендаций'),
('el', 'rees46_recommender_orientation', 'Расположение блока'),
('el', 'rees46_statistics', '\n            <p>Для анализа статистики работы товарных рекомендаций, пожалуйста, перейдите в ваш <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личный кабинет</a> REES46.</p>\n        '),
('el', 'rees46_yml', '\n            <p>Ссылку на YML-файл необходимо указать в настройках <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личного кабинета</a> REES46.</p>\n        '),
('el', 'referer', 'Επανασχεδιασμός'),
('el', 'referrers', 'Αναφέροντες'),
('el', 'referrer_domain', 'Όνομα χώρου προέλευσης'),
('el', 'refresh', 'Ανανεωση'),
('el', 'refresh_packages_list', 'Ανανέωση διαθέσιμων αναβαθμίσεων'),
('el', 'refund', 'Αποζημίωση'),
('el', 'refunded', 'Επιστραφείσες'),
('el', 'refunded_amount', 'Ποσό αποζημίωσης'),
('el', 'regexp', 'RegExp'),
('el', 'regexp_hint', 'Αν χρησιμοποιείτε τον έλεγχο regexp, είναι ανάγκη να οριστεί ένα μήνυμα ενημερώνοντας της λανθασμένη συμπλήρωση του πεδίου, διαφορετικά, ο έλεγχος δεν θα πραγματοποιηθεί'),
('el', 'region', 'Περιοχή'),
('el', 'regions', 'Περιοχες'),
('el', 'register', 'Εγγραφή'),
('el', 'registered', 'Έχει εγγραφεί'),
('el', 'registered_customers', 'Εγγεγραμμένοι πελάτες'),
('el', 'register_autoresponder', 'Ε-mail επιβεβαίωσης'),
('el', 'register_new_account', 'Δημιουργήστε ένα Λογαριασμό'),
('el', 'register_profile', 'Προφίλ Μελών'),
('el', 'registration', 'Εγγραφή'),
('el', 'registration_date', 'Ημερομηνία εγγραφής'),
('el', 'regnumber', 'Αρ. Μελών'),
('el', 'related_gift_cert', 'Σχετικές δωροεπιταγές'),
('el', 'related_order', 'Σχετική παραγγελία'),
('el', 'release_date', 'Ημερομηνία κυκλοφορίας'),
('el', 'remember_me', 'Να με θυμάσαι'),
('el', 'remove', 'Απομακρύνω'),
('el', 'remove_backup_files', 'Αφαίρεση αρχείων backup'),
('el', 'remove_cc_info', 'Αφαίρεση πληροφοριών CC'),
('el', 'remove_invoice', 'Αφαιρέστε το τιμολόγιο'),
('el', 'remove_new_orders_filter_upgrade_notification_text', '<p>Σε προηγούμενες εκδόσεις, όλοι οι διαχειριστές μπορούσαν να ψάξουν για παραγγελίες όπου αυτός/αυτή δέν είχα δεί ακόμα(\"Νέες Παραγγελίες\"). Επειδή δέν βλέπουν όλοι οι διαχειριστές όλες τις παραγγελίες, η λίστα με τις \"νέες παραγγελίες\" ολοένα και συνέχιζε να μεγαλώνει, γεγονός το οποίο μπορούσε να επηρεάσει την βάση με αρνητικό τρόπο πολύ μακροπρόθεσμα.</p><p>Η συνθήκη \"Νέες παραγγελίες\" στην σύνθετη αναζήτηση έχει καταργηθεί. Παρακαλώ λάβετε υπόψιν σας αν έχετε αποθηκευμένες αναζητήσεις με αυτόν το περιορισμό.<a href=\"[saved_searches]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Eλέγξτε αποθηκευμένες αναζητήσεις</a></p>'),
('el', 'remove_new_orders_filter_upgrade_notification_title', 'H αναζήτηση για \"Νέες Παραγγελίες\" καταργήθηκε'),
('el', 'remove_theme', 'Απομάκρυνση Theme'),
('el', 'remove_this_item', 'Απομακρύνετε το είδος'),
('el', 'rename', 'Μετονομασία'),
('el', 'repay_order', 'Πληρωμή παραγγελίας'),
('el', 'reply', 'Reply'),
('el', 'reply_to', 'Απάντηση σε'),
('el', 'report', 'Αναφορά'),
('el', 'reports', 'Αναφορές'),
('el', 'reports_interval_1', 'Σύνολο'),
('el', 'reports_interval_3', 'Ημέρα'),
('el', 'reports_interval_5', 'Εβδομάδα'),
('el', 'reports_interval_7', 'Μήνας'),
('el', 'reports_interval_9', 'Έτος'),
('el', 'reports_list', 'Λίστα αναφορών'),
('el', 'reports_parameter_1', 'Σύνολα παραγγελίας'),
('el', 'reports_parameter_10', 'Έξοδα αποστολής'),
('el', 'reports_parameter_11', 'Κατηγορίες'),
('el', 'reports_parameter_12', 'Προϊόντα'),
('el', 'reports_parameter_13', 'Έξοδα προϊόντων'),
('el', 'reports_parameter_14', 'Ο αριθμός των προϊόντων'),
('el', 'reports_parameter_15', 'Διαχειριστες'),
('el', 'reports_parameter_2', 'Ο αριθμός των παραγγελιών'),
('el', 'reports_parameter_3', 'Παραγγελίες'),
('el', 'reports_parameter_4', 'Καταστάσεις παραγγελίας'),
('el', 'reports_parameter_5', 'Τρόποι πληρωμής'),
('el', 'reports_parameter_6', 'Περιοχές Τιμών'),
('el', 'reports_parameter_7', 'Χρήστες'),
('el', 'reports_parameter_8', 'Εκπτώσεις και εκπτωτικά κουπόνια'),
('el', 'reports_parameter_9', 'Φόρος'),
('el', 'report_a_bug', 'Αναφορά σφάλματος'),
('el', 'request', 'Αίτημα'),
('el', 'requests_count', 'Αρίθμηση αιτημάτων'),
('el', 'requesttype', 'Τύπος αιτήματος'),
('el', 'request_account_name', 'Όνομα λογαριασμού που ζητήθηκε'),
('el', 'request_error_information', 'Οι πελάτες έχουν βιώσει προβλήματα με τη λήψη τιμων από την <b> μέθοδο αποστολής [shipping] </ b>. Βεβαιωθείτε ότι έχει διαμορφωθεί σωστά και ότι ο υπολογισμός του κοστους αποστολής είναι σωστός'),
('el', 'request_error_information_title', 'Σφάλμα αποστολής'),
('el', 'request_statuses', 'καταστάσεις αιτήματος'),
('el', 'required', 'Απαιτούμενος'),
('el', 'required_not_answered', 'Θα πρέπει να απαντήσετε σε όλες τις υποχρεωτικές ερωτήσεις'),
('el', 'required_products', 'Απαιτούμενα προϊόντα'),
('el', 'required_products_added', 'Το(α) παρακάτω απαιτούμενο(α) προϊόν(τα) προστέθηκε(αν) στο καλάθι σας'),
('el', 'required_products_out_of_stock', 'Αυτό το προϊόν δεν μπορεί να προστεθεί στο καλάθι σας, γιατί το ακόλουθο απαιτούμενο προϊόν(τα) έχουν εξαντληθεί:'),
('el', 'reset', 'Επαναφορά'),
('el', 'reset_filter', 'Φίλτρο επαναφοράς'),
('el', 'reset_inventory', 'Επαναφορά καταγραφής εμπορευμάτων'),
('el', 'reset_password', 'Μηδενισμός Κωδικού'),
('el', 'reset_quantity_to_zero', 'Ρυθμίστε την ποσότητα όλων των προϊόντων στο μηδέν'),
('el', 'reset_quantity_to_zero_tooltip', 'Αν ενεργοποιήσετε αυτήν τη ρύθμιση, όλα τα προϊόντα του καταστήματός σας θα έχουν την ποσότητα τους ρυθμισμένη σε 0, εκτός από τα προϊόντα που έχουν την ποσότητα που καθορίζεται στο εισαγόμενο αρχείο.'),
('el', 'resolved', 'Επιλύθηκε'),
('el', 'response', 'Απάντηση'),
('el', 'responsive_admin.email_order_invoice_subject', '[company_name]: τιμολόγιο για την παραγγελία'),
('el', 'restore', 'Επαναφορά'),
('el', 'restore_default', 'Χρησιμοποιήστε την προεπιλεγμένη τιμή'),
('el', 'restore_default_value', 'Επαναφέρετε την προεπιλεγμένη τιμή'),
('el', 'restore_from_repository', 'Επαναφορά από τον χώρο αποθήκευσης'),
('el', 'restore_original', 'Επαναφορα Αρχικου'),
('el', 'restore_robots', 'Επαναφέρετε το προεπιλεγμένο robots.txt'),
('el', 'ResultCode', 'ResultCode'),
('el', 'ResultDescription', 'ResultDescription'),
('el', 'return', 'Επιστροφή στην κανονική εμφάνιση'),
('el', 'returnable', 'Επιστρεπτέος'),
('el', 'returnable_product', 'Επιστρεπτέο προϊόν'),
('el', 'returned_product', 'Επιστρεφόμενο προϊόν'),
('el', 'returned_products', 'Επιστρεφόμενα προϊόντα'),
('el', 'returning_customer', 'Υφιστάμενος πελάτης'),
('el', 'returns', 'Επιστροφές'),
('el', 'returns_info', 'Πληροφορίες επιστροφών'),
('el', 'return_info', 'Πληροφορίες επιστροφών'),
('el', 'return_period', 'Χρονική περίοδος επιστροφής'),
('el', 'return_period_days', 'Χρονική περίοδος (ημέρες)'),
('el', 'return_printslip', 'Etiqueta de retorno'),
('el', 'return_products_information', 'Πληροφορίες επιστροφής προϊόντων'),
('el', 'return_registration', 'Καταχώριση της επιστροφής'),
('el', 'return_requests', 'Αιτήσεις επιστροφής'),
('el', 'return_requests_menu_description', 'Εμφάνιση και πρόοδος των αιτήσεων που επιστράφηκαν από παραγγελίες που έλαβαν χώρα στην ιστοσελίδα σας.'),
('el', 'return_requests_note', 'Πηγαίνετε στον κατάλογο των αιτημάτων επιστροφής'),
('el', 'return_status', 'Κατάσταση επιστροφής'),
('el', 'return_url_target', 'Επιστροφή URL στόχου'),
('el', 'reuse', 'Επαναχρησιμοποίηση'),
('el', 'reversa_rastreamento', 'Rastreamento'),
('el', 'reversed', 'Αντεστραμένο'),
('el', 'revert', 'Επαναφορά'),
('el', 'reviews', 'κριτική|κριτικές'),
('el', 'reward_points', 'Πόντοι επιβράβευσης'),
('el', 'reward_points_log', 'Σύνδεση πόντων επιβράβευσης'),
('el', 'reward_points_menu_description', 'Εκχώρηση γενικών πόντων ανταμοιβής στο κατάστημά σας.'),
('el', 'reward_points_subj_added_to', '[n] ποντος έχει προστεθεί στο λογαριασμό σας. | [n] πόντοι έχουν προστεθεί στο λογαριασμό σας.'),
('el', 'reward_points_subj_subtracted_from', '[n] ποντος έχει προστεθεί στο λογαριασμό σας. | [n] πόντοι έχουν προστεθεί στο λογαριασμό σας.'),
('el', 're_desk_contact_us', 'Contact us'),
('el', 're_desk_department', 'Vendor'),
('el', 're_desk_full_name', 'Full name'),
('el', 're_desk_thank_you', 'Thank you, your message has been sent.'),
('el', 're_desk_you_can_send', 'You can send us a message using the form below.'),
('el', 're_order', 'Επανάληψη Παραγγελίας'),
('el', 'right', 'Δεξιά'),
('el', 'right_to_left_orientation', 'Right to left orinentation'),
('el', 'risk_checking', 'Ο έλεγχος κινδύνων είναι σε εξέλιξη. Παρακαλώ δοκιμάστε την επαναφόρτωση αυτής της σελίδας σε ένα λεπτό'),
('el', 'risk_information', 'Πληροφορίες κινδύνου'),
('el', 'rma', 'RMA'),
('el', 'rma_actions', 'Ενέργειες RMA'),
('el', 'rma_notify_supplier', 'Ειδοποίηση προμηθευτή'),
('el', 'rma_reasons', 'Λόγοι RMA'),
('el', 'rma_request_statuses', 'Κατάσταση αιτήσεων RMA'),
('el', 'rma_return', 'Επιστροφή'),
('el', 'robots_title', 'Επεξεργασία: robots.txt'),
('el', 'romanian', 'Ρουμάνικα'),
('el', 'root_category', 'Μητρική (Root) Κατηγορία'),
('el', 'root_level', 'Μητρική Ενότητα'),
('el', 'root_page', 'Μητρικό Επίπεδο Σελίδας'),
('el', 'round_to', 'στρογγυλοποίηση σε'),
('el', 'routing_code', 'Αριθμός Δρομολόγησης'),
('el', 'rss_created', 'Δημιουργήθηκε'),
('el', 'rss_display_add_to_cart', 'Προβολή κουμπιου  προσθήκη στο καλάθι '),
('el', 'rss_display_image', 'Προβολή εικόνων'),
('el', 'rss_display_original_price', 'Προβολή Καθαρής τιμής'),
('el', 'rss_display_price', 'Προβολή μικτής τιμής'),
('el', 'rss_display_sku', 'Προβολή κωδικού Προϊόντος (SKU)'),
('el', 'rss_feed', 'RSS feed'),
('el', 'rss_sort_by', 'Ταξινόμηση στοιχείων κατά'),
('el', 'rss_updated', 'Ενημερωθηκε'),
('el', 'ru.tax_and_payments.upgrade_message.message', '<p> Έχετε αναβαθμίσει σε [product] [Version]. Αυτή η έκδοση προετοιμάζεται για τις πρόσφατες αλλαγές στη ρωσική νομοθεσία (αύξηση του ΦΠΑ στο 20% και υποστήριξη του Φορολογικού Μορφότυπου Δεδομένων 1.05 για ηλεκτρονικά ταμειακές μηχανές). Θα χρειαστεί να το κάνετε μόνο: </ p> <p> - Εάν χρησιμοποιείτε το ATOL Online, μεταβείτε στη φόρμα δεδομένων φόρου 1.05 όπως περιγράφεται <a href = \"https://www.cs-cart.ru/blog/ vyishel-cs-cart-4-9-2-c-podderzhkoy-ffd-1-05-v-atol-onlayn / \"target =\" _ blank \"> στο ρωσικό ιστολόγιo μας </a>. Ίσως το έχετε κάνει ήδη μετά την έκδοση της έκδοσης 4.9.2. </ P> [tax_conversion] [failing_services]'),
('el', 'ru.tax_and_payments.upgrade_message.title', 'Ρωσική νομοθεσία: Προετοιμασία για την 1η Ιανουαρίου 2019,'),
('el', 'runtime', 'Runtime'),
('el', 'russian', 'Ρώσικα'),
('el', 'rus_geolocation_upgrade_notification_text', '<p>To πρόσθετο<b>[rus_geolocation_addon]</b> επέτρεπε στους πελάτες να επιλέξουν την πόλη τους και να βλέπουν τις εκτιμώμενα έξοδα αποστολής απο την σελίδα του προϊόντος. Αυτή η λειτουργικότητα είναι τώρα μέρος ενός νέου πρόσθετου που ονομάζεται<b>[geo_maps_addon]</b>. Είναι ήδη εγκατεστημένο και ενεργό.</p><p>Δύο πρόσθετα που αφορούν την γεωγραφική θέση δέν θα έπρεπε να είναι ανοιχτά την ίδια στιγμή. Παρακαλώ να είστε σίγουροι ότι το παλιό <b>[rus_geolocation_addon]</b> πρόσθετο είναι απενεργοποιημένο </p><p><a href=\"[disable_geolocation]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Απενεργοποιήστε το παρωχημένο πρόσθετω εδώ</a></p>'),
('el', 'rus_geolocation_upgrade_notification_title', 'Γεωλογικός εντοπισμός: Τα πρόσθετα καταργηθηκαν υπέρ του [geo_maps_addon]'),
('el', 'sale', 'Πώληση'),
('el', 'sales', 'Πωλήσεις'),
('el', 'sales_amount', 'Ποσό πωλήσεων'),
('el', 'sales_commission', 'Προμήθεια πωλήσεων'),
('el', 'sales_period', 'Περίοδος Πωλήσεων'),
('el', 'sales_period_total', 'Οι Συνολικές πωλήσεις  περιόδου'),
('el', 'sales_reports', 'Αναφορές πωλήσεων'),
('el', 'sales_reports_menu_description', 'Λεπτομερή στατιστικά των πωλήσεων.'),
('el', 'sales_reports_side_bar_notes', 'Για να συμπεριλάβετε τις καταστάσεις παραγγελίας, τις μεθόδους πληρωμής και τις τιμές στο πεδίο των συνθηκών, ελέγξτε το απαραίτητο στοιχείο και κάντε κλικ στο κουμπί \"Αποθήκευση\".'),
('el', 'salt', 'Salt'),
('el', 'same_as_source', 'αντίστοιχο με την πηγή'),
('el', 'save', 'Αποθήκευση'),
('el', 'saved_search', 'Αποθηκευμένες Αναζητήσεις'),
('el', 'save_and_close', 'Αποθήκευση και κλείσιμο'),
('el', 'save_and_send', 'Αποθήκευση και αποστολή'),
('el', 'save_as', 'Αποθήκευση ως...'),
('el', 'save_cc', 'Salvar cartão de crédito'),
('el', 'save_changes', 'Αποθηκεύστε τις Αλλαγές'),
('el', 'save_directory', 'Server directory'),
('el', 'save_discount', 'Έκπτωση'),
('el', 'save_layout', 'Αποθήκευση διάταξης'),
('el', 'save_layout_as', 'Αποθήκευση διάταξης ως'),
('el', 'save_process_payment', 'Αποθήκευση και εξέλιξη παραγγελίας'),
('el', 'save_this_search_as', 'Αποθήκευση αυτής της αναζήτησης ως'),
('el', 'sb_share', 'Μοιραστείτε'),
('el', 'scan_for_modified_core_files', 'Σάρωση για αλλαγές στα αρχεία πυρήνα'),
('el', 'scb_text_notice', 'Παρακαλώ στείλτε την παρακάτω διεύθυνση URL στην SCB  υποστήριξη για να οριστεί ως PostbackURL: <br /> <b> [RETURN_URL] </ b>'),
('el', 'screen', 'Οθόνη'),
('el', 'screen_resolution', 'Ανάλυση οθόνης'),
('el', 'script', 'Κώδικας'),
('el', 'scroller_direction', 'Κατεύθυνση κυλίνδρου'),
('el', 'scroll_per_page', 'Μετακινηθείτε ανά σελίδα'),
('el', 'search', 'Αναζήτηση'),
('el', 'search_again', 'Νέα Αναζήτηση'),
('el', 'search_by_order', 'Αναζήτηση ανά κατηγορία'),
('el', 'search_by_owner', 'Αναζήτηση ανά ιδιοκτήτη'),
('el', 'search_by_price', 'Αναζήτηση ανά Τιμή'),
('el', 'search_by_product_features', 'Αναζήτηση ανά χαρακτηριστικά προϊόντος'),
('el', 'search_by_product_filters', 'Αναζήτηση ανά φίλτρα προϊόντων'),
('el', 'search_by_sku', 'Αναζήτηση ανά SKU'),
('el', 'search_by_supplier', 'Αναζήτηση ανά προμηθευτή'),
('el', 'search_by_vendor', 'Αναζητηση ανα Πωλητη'),
('el', 'search_by_weight', 'Αναζήτηση ανά άρος'),
('el', 'search_engine', 'Αναζήτηση μηχανής'),
('el', 'search_for_pattern', 'Αναζήτηση'),
('el', 'search_in', 'Αναζήτηση σε'),
('el', 'search_in_category', 'Αναζήτηση ανά Κατηγορία'),
('el', 'search_in_subcategories', 'Αναζήτηση στις Υποκατηγορίες'),
('el', 'search_options', 'Επιλογές αναζήτησης'),
('el', 'search_product', 'Αναζήτηση προϊόντος'),
('el', 'search_products', 'Αναζήτηση Προϊόντων'),
('el', 'search_results', 'Αποτελέσματα Αναζήτησης'),
('el', 'search_results_for', 'Αποτελέσματα αναζήτησης του [search]'),
('el', 'search_string', 'Πεδίο Αναζήτησης'),
('el', 'search_tooltip', 'Αναζήτηση για προϊόντα, πελάτες, εντολές και σελίδες στο CMS'),
('el', 'search_words', 'Αναζήτηση λέξεων'),
('el', 'secondary_categories', 'Δευτερευουσα κατηγορία'),
('el', 'seconds_left', 'Απομένουν [n] second left|[n] δευτερόλεπτα'),
('el', 'secret_key', 'Μυστικό κλειδί'),
('el', 'secret_string', 'Μυστική σειρά'),
('el', 'secret_word', 'Μυστική Λέξη'),
('el', 'section', 'Ενότητα'),
('el', 'section_is_not_completed', 'Το τμήμα δεν είναι ολοκληρωμένο.'),
('el', 'section_links', 'Σύνδεσμοι Ενότητας'),
('el', 'section_name', 'Όνομα Ενότητας'),
('el', 'secure', 'Ασφαλής'),
('el', 'secure_checkout', 'Ασφαλείς πληρωμές'),
('el', 'secure_storefront_url', 'Ασφαλές URL καταστήματος'),
('el', 'secure_storefront_url_already_exists', 'Η τιμή της παραμέτρου του <strong>ασφαλούς URL καταστήματος</strong> που προαναφέρατε ήδη ανήκει σε άλλη εταιρεία.'),
('el', 'security', 'Ρυθμίσεις Ασφαλείας'),
('el', 'security_settings', 'Ρυθμίσεις Ασφαλείας'),
('el', 'see_demo', 'Δείτε to demo'),
('el', 'see_full_templates_list', 'Can\'t find a notification you\'re looking for?<br/><a href=\"[email_template_manage]\">See the full list of email templates</a><br/><a href=\"[internal_template_manage]\">See the full list of on-site notification templates</a>'),
('el', 'select', 'Επιλογή'),
('el', 'selectbox', 'Επιλογή'),
('el', 'selected', 'Επιλεγμένο'),
('el', 'selected_fields', 'Επιλεγμένα πεδία'),
('el', 'selected_filters', 'Επιλεγμένα φίλτρα'),
('el', 'selected_items', 'Επιλεγμένα τεμάχια'),
('el', 'select_all', 'Επιλογή Όλων'),
('el', 'select_all_product_options', 'Θα πρέπει να επιλέξετε όλες τις επιλογές των προϊόντων'),
('el', 'select_block', 'Επιλογή block'),
('el', 'select_coordinates', 'Επιλογή συντεταγμένες'),
('el', 'select_country', 'Επιλογή Χώρας'),
('el', 'select_customer', 'Επιλέξτε πελάτη'),
('el', 'select_dates', 'Επιλογή ημερομηνιών'),
('el', 'select_descr_lang', 'Επιλέξτε Περιγραφή Γλώσσας'),
('el', 'select_fields_to_edit', 'Επιλέξτε τα πεδία πρός Επεξεργασία'),
('el', 'select_file', 'Επιλογή'),
('el', 'select_image', 'Επιλογή Εικονας'),
('el', 'select_new_owner_company', 'Επιλέξτε ένα νέο ιδιοκτήτη σ αυτο το προφιλ στοιχειων εταιρείας :'),
('el', 'select_one_or_more_type', 'Επιλογή ενός ή περισσοτέρων προϊόντων'),
('el', 'select_options', 'Διαθεσιμες Επιλογές'),
('el', 'select_option_above', 'Επιλογή πρώτα της προηγούμενης επιλογήε'),
('el', 'select_product', 'Επιλογή προϊόντος'),
('el', 'select_products', 'Επιλογή προϊόντων'),
('el', 'select_profile', 'Επιλογή Προφίλ'),
('el', 'select_shipping_method', 'Επιλέξτε Τρόπο Αποστολής'),
('el', 'select_single_type', 'Επιλέξτε μονή επιλογή'),
('el', 'select_state', 'Επιλογή Νομού'),
('el', 'select_storefront', 'Select [store] storefront'),
('el', 'select_tables', 'Επιλογή Πίνακα'),
('el', 'sell_files', 'Αρχεία προς πώληση'),
('el', 'semicolon', '’νω-Κάτω Τελεία'),
('el', 'send', 'Αποστολή'),
('el', 'sender', 'Αποστολέας'),
('el', 'sending_email_to', 'Αποστολή email στο [email]...'),
('el', 'send_feedback', 'Βοηθήστε μας να βελτιώσουμε το CS-Cart'),
('el', 'send_invitations', 'Πρόσκληση'),
('el', 'send_notification', 'Αποστολή κοινοποίησης στα επιλεγμένα'),
('el', 'send_shipment_notification_to_customer', 'Αποστολή ειδοποίησης αποστολής στον πελάτη'),
('el', 'send_shipping_address', 'Αποστολή διεύθυνσης αποστολής του πελάτη'),
('el', 'send_test_email', 'Αποστολή δοκιμαστικού email'),
('el', 'send_test_notification', 'Send test notification'),
('el', 'send_to', 'Αποστολή σε'),
('el', 'send_to_test_email', 'Αποστολή δοκιμαστικού email'),
('el', 'send_via', 'Αποστολή μέσω'),
('el', 'send_via_email', 'Αποστολή μέσω  email'),
('el', 'send_via_postal_mail', 'Αποστολή μέσω ταχυδρομείου'),
('el', 'sent', 'Εστάλη'),
('el', 'seo', 'SEO'),
('el', 'seo.create_redirect', 'Δημιουργία ανακατεύθυνσης από παλιό URL'),
('el', 'seo.error_incorrect_url', 'Εσφαλμένη μορφή για τη διεύθυνση URL <b>[url]</b>. Για παράδειγμα, εάν η διεύθυνση URL είναι <b>http://example.com/path/to/object</b>, πρέπει να εισάγετε  <b>/path/to/object</b>'),
('el', 'seo.error_old_url_exists', 'Η διεύθυνση URL απ\' όπου ανακατευθύνετε υπάρχει ήδη.'),
('el', 'seo.important_language_text', '<b>Προειδοποίηση!</b> Το πρόσθετο <b>SEO</b> επί του παρόντος έχει ρυθμιστεί να χρησιμοποιεί ένα URL για όλες τις γλώσσες. Εάν κρύψετε, απενεργοποιήσετε ή διαγράψετε μια προεπιλεγμένη γλώσσα σε ενα απο τα καταστηματα, θα αλλάξουν τα SEO URLs.'),
('el', 'seo.new_redirect', 'Νέα ανακατεύθυνση'),
('el', 'seo.new_url', 'Νεο URL'),
('el', 'seo.old_url', 'Παλιο Url'),
('el', 'seo.redirects_manager', '301 Ανακατευθύνσεις'),
('el', 'seo.redirects_manager_menu_description', 'Διαχείρηση κανόνων ανακατευθύνσεων από παλια URLs'),
('el', 'seo.rich_snippets', 'Προεπισκόπηση Google rich snippets'),
('el', 'seo.rich_snippets_rating', 'Βαθμολογία'),
('el', 'seo.rich_snippets_reviews', '[n] σχόλιο|[n] σχόλια'),
('el', 'seo_menu_description', 'SEO ρυθμίσεις του καταστήματός σας.'),
('el', 'seo_meta_data', 'SEO / Meta data'),
('el', 'seo_name', 'Όνομα SEO'),
('el', 'seo_page_title', 'σελίδα [n]'),
('el', 'seo_robots', 'robots.txt'),
('el', 'seo_rules', 'Κανόνες SEO'),
('el', 'seo_rules_menu_description', 'Χρησιμποείσε αυτό το τμήμα για να προσδιορίσεις τους γενικούς κανόνες για την επανεγγραφή των URL του καταστήματός σου.'),
('el', 'separate_multiple_email_addresses', 'Αν εισάγετε πολλαπλά email, γράψτε το καθένα σε νέα γραμμή.'),
('el', 'separator', 'Διαχωριστής'),
('el', 'sequential', 'Διαδοχικός'),
('el', 'server', 'Διακομιστής'),
('el', 'service_not_available', 'Η υπηρεσία δεν είναι διαθέσιμη'),
('el', 'set', 'Σειρά'),
('el', 'settings', 'Βασικές Ρυθμίσεις'),
('el', 'settings_overwrite_text', 'Το <b>[theme_name]</b> θα ορισει τις εξης ρυθμίσεις κατα την ενεργοποίηση'),
('el', 'settings_overwrite_title', 'Το θέμα αντικαθιστά  ρυθμίσεις του καταστηματος'),
('el', 'settings_wizard', 'Οδηγός ρυθμίσεων'),
('el', 'settings_wizard_close_tooltip', 'Οδηγός θα είναι δυνατό να ανοίξει εκ νέου στο μενού «Ρυθμίσεις-> οδηγός ρυθμίσεων».'),
('el', 'settings_wizard_title', 'Οδηγός ρυθμίσεων: Βημα [current_step] απο [total_steps]'),
('el', 'setting_min_order_amount_type_was_hidden_upgrade_notification_text', '<p>Προηγουμένως, το <b>Ελάχιστο ποσό παραγγελίας</b> στο κατάστημα συμπεριλάμβανε το κόστος αποστολής. Αν το ελάχιστο ποσό παραγγελίας ήταν $50, ο πελάτης αγόραζε 2 προϊόντα απο $20 το καθένα και το κόστος αποστολής ήταν $12, τότε θα ήταν δυνατό να τοποθετήσεις μία παραγγελία. Αλλά τώρα η συμπεριφορά αυτή έχει αλλάξει: μόνο η συνολική τιμή όλων των προϊόντων στο καλάθι θα καθορίζει πότε το ποσό της ελάχιστης παραγγελίας έχει ξεπεραστεί.\n</p><p>Παρακαλώ επιλέξτε<b> Ρυθμίσεις→ Ταμείο</b> και προσαρμόστε <b>Το ελάχιστο ποσό παραγγελίας</b>ώστε να αντανακλά αυτήν την αλλαγή.</p><p><a href=\"[checkout_settings]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Άνοιγμα ρυθμίσεων ταμείου</a></p>'),
('el', 'setting_min_order_amount_type_was_hidden_upgrade_notification_title', 'Ρύθμιση \"Καθορισμός ελάχιστου ποσού από\" αφαιρέθηκε'),
('el', 'set_custom_configuration', 'Ορισμός προσαρμοσμένης διαμόρφωσης'),
('el', 'share', 'Μοιράσου'),
('el', 'share.congratulations_first_order', 'Συγχαρητηρια για την πρωτη σας ολοκληρωμενη Παραγγελία'),
('el', 'share.first_order_tweet', 'Wow! The first complete order in my CS-Cart-powered store'),
('el', 'share.installation_tweet', 'Μόλις δημιούργησα ένα ηλεκτρονικό κατάστημα με [product_name]'),
('el', 'sharedsec', 'Κοινό μυστικό'),
('el', 'shared_secret', 'Κοινό μυστικό'),
('el', 'share_discount', 'Διαμοιρασμός έκπτωσης'),
('el', 'sha_sign', 'Υπογραφή SHA-1'),
('el', 'shipment', 'Αποστολή'),
('el', 'shipments', 'Αποστολές'),
('el', 'shipments_menu_description', 'Προβολή και εκτύπωση δελτία συσκευασίας για αποστολές που δημιουργήθηκαν από παραγγελίες.'),
('el', 'shipment_date', 'Ημερομηνία αποστολής'),
('el', 'shipment_details', 'Λεπτομέρειες αποστολής'),
('el', 'shipment_has_been_created', 'Η αποστολή δημιουργήθηκε'),
('el', 'shipment_id', 'ID αποστολής'),
('el', 'shipment_info', 'Πληροφορίες αποστολής'),
('el', 'shipment_statuses', 'Καταστασεις Αποστολων'),
('el', 'shipped', 'Εστάλη'),
('el', 'shipped_products', 'Προϊόντα που στάλθηκαν'),
('el', 'shipper_number', 'Αριθμός αποστολέα'),
('el', 'shipping', 'Μεταφορικά'),
('el', 'shippings', 'Αποστολές'),
('el', 'shippings.aup.currency_not_configured', 'Για να ενεργοποιήσετε τον Australia Post φορέα αποστολής, πρέπει να έχετε ενεργοποιημένη την επιλογή του Australian Dollar.'),
('el', 'shippings.aup.pac_api_key', 'PAC API key'),
('el', 'shippings.can.api_keys', 'κλειδιά API'),
('el', 'shippings.can.business_account_information', 'Πληροφορίες Επαγγελματικου  λογαριασμού'),
('el', 'shippings.can.contract_id', 'Αναγνωριστικό σύμβασης'),
('el', 'shippings.can.customer_number', 'Αριθμός πελάτη'),
('el', 'shippings.can.options', 'Επιλογές παράδοσης'),
('el', 'shippings.can.option_cod', 'Συλλογη κατά την παράδοση'),
('el', 'shippings.can.option_cov', 'Κάλυψη'),
('el', 'shippings.can.option_cov_amount', 'Ποσό κάλυψης'),
('el', 'shippings.can.option_dns', 'Do not safe drop'),
('el', 'shippings.can.option_hfp', 'Κάρτα για παραλαβή'),
('el', 'shippings.can.option_lad', 'Παραδοση στην πόρτα - χωρις κάρτα'),
('el', 'shippings.can.option_pa18', 'Απόδειξη της ηλικίας απαιτείται - 18'),
('el', 'shippings.can.option_pa19', 'Απόδειξη της ηλικίας απαιτείται - 19'),
('el', 'shippings.can.option_so', 'Υπογραφή'),
('el', 'shippings.can.password', 'Κωδικός πρόσβασης'),
('el', 'shippings.can.username', 'Όνομα χρήστη'),
('el', 'shippings.currency_not_found', 'Νόμισμα [currency] δεν βρέθηκε'),
('el', 'shippings.fedex.currency_is_missing', 'Οι τιμές που υπολογίζονται από FedEx είναι σε [currency] και αυτο το νόμισμα δεν υπάρχει στο κατάστημά σας. Παρακαλώ δημιουργήστε αυτό το νόμισμα, διαφορετικά οι πελάτες δεν θα μπορουν να επιλέξουν αυτήν τη μέθοδο αποστολής.'),
('el', 'shippings.fedex.freight_account_number', 'Αριθμός λογαριασμού μεταφορικής'),
('el', 'shippings.fedex.options', 'Επιλογές παράδοσης'),
('el', 'shippings.fedex.option_broker_select_option', 'Broker select option'),
('el', 'shippings.fedex.option_call_before_delivery', 'Κλήση πριν από την παράδοση'),
('el', 'shippings.fedex.option_cod', 'Αντικαταβολή'),
('el', 'shippings.fedex.option_cod_amount', 'Ποσό Αντικαταβολής'),
('el', 'shippings.fedex.option_cod_collection_type', 'Τυπος συλλογης Αντικαταβολής'),
('el', 'shippings.fedex.option_cod_collection_type_any', 'Οποιαδήποτε'),
('el', 'shippings.fedex.option_cod_collection_type_cash', 'Μετρητά'),
('el', 'shippings.fedex.option_cod_collection_type_guaranteed_funds', 'Εγγυημένα ΚΕφάλαια'),
('el', 'shippings.fedex.option_custom_delivery_window', 'Custom delivery window'),
('el', 'shippings.fedex.option_dangerous_goods', 'Dangerous goods'),
('el', 'shippings.fedex.option_dangerous_goods_accessibility', 'Dangerous goods accessibility');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('el', 'shippings.fedex.option_dangerous_goods_accessibility_accessible', 'Προσβάσιμο'),
('el', 'shippings.fedex.option_dangerous_goods_accessibility_inaccessible', 'Μη Προσβασιμο'),
('el', 'shippings.fedex.option_dangerous_goods_options', 'Επιλογές Επικίνδυνου  περιεχομένου'),
('el', 'shippings.fedex.option_dangerous_goods_options_battery', 'Μπαταρία'),
('el', 'shippings.fedex.option_dangerous_goods_options_hazardous_materials', 'Hazardous materials'),
('el', 'shippings.fedex.option_dangerous_goods_options_limited_quantities_commodities', 'Limited quantities commodities'),
('el', 'shippings.fedex.option_dangerous_goods_options_orm_d', 'ORM-D'),
('el', 'shippings.fedex.option_dangerous_goods_options_reportable_quantities', 'Reportable quantities'),
('el', 'shippings.fedex.option_dangerous_goods_options_small_quantity_exception', 'Small quantity exception'),
('el', 'shippings.fedex.option_do_not_break_down_pallets', 'Do not break down pallets'),
('el', 'shippings.fedex.option_do_not_stack_pallets', 'Do not stack pallets'),
('el', 'shippings.fedex.option_dry_ice', 'Dry ice'),
('el', 'shippings.fedex.option_east_coast_special', 'East Coast special'),
('el', 'shippings.fedex.option_electronic_trade_documents', 'Electronic trade documents'),
('el', 'shippings.fedex.option_extreme_length', 'Extreme length'),
('el', 'shippings.fedex.option_fedex_one_rate', 'FedEx One Rate'),
('el', 'shippings.fedex.option_food', 'Τροφιμα'),
('el', 'shippings.fedex.option_freight_guarantee', 'Freight guarantee'),
('el', 'shippings.fedex.option_freight_to_collect', 'Freight to collect'),
('el', 'shippings.fedex.option_future_day_shipment', 'Future day shipment'),
('el', 'shippings.fedex.option_hold_at_location', 'Hold at location'),
('el', 'shippings.fedex.option_home_delivery_premium', 'Home delivery Premium'),
('el', 'shippings.fedex.option_inside_delivery', 'Inside delivery'),
('el', 'shippings.fedex.option_inside_pickup', 'Inside pickup'),
('el', 'shippings.fedex.option_international_controlled_export_service', 'International controlled export service'),
('el', 'shippings.fedex.option_international_traffic_in_arms_regulations', 'International traffic in arms regulations'),
('el', 'shippings.fedex.option_liftgate_delivery', 'Liftgate delivery'),
('el', 'shippings.fedex.option_liftgate_pickup', 'Liftgate pickup'),
('el', 'shippings.fedex.option_limited_access_delivery', 'Limited access delivery'),
('el', 'shippings.fedex.option_limited_access_pickup', 'Limited access pickup'),
('el', 'shippings.fedex.option_pharmacy_delivery', 'Pharmacy delivery'),
('el', 'shippings.fedex.option_poison', 'Poison'),
('el', 'shippings.fedex.option_protection_from_freezing', 'Protection from freezing'),
('el', 'shippings.fedex.option_returns_clearance', 'Returns clearance'),
('el', 'shippings.fedex.option_saturday_delivery', 'Saturday delivery'),
('el', 'shippings.fedex.option_saturday_pickup', 'Παραλαβή Σάββατο'),
('el', 'shippings.fedex.option_top_load', 'ΚΑΘΕΤΗΣ ΦΟΡΤΩΣΗΣ'),
('el', 'shippings.fedex.upgrade_notification_text', '<p>The latest version of [product] has different settings for realtime shipping rate calculation if you use FedEx as a Carrier.</p><p>If you want to show current shipping rates to your clients, do this:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses FedEx as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li><li>switch to the Configure tab and select desired delivery options</li></ul>'),
('el', 'shippings.fedex.upgrade_notification_title', 'FedEx realtime shipping rate calculation changes'),
('el', 'shippings.service_not_configured', 'Η υπηρεσία δεν έχει ρυθμιστεί'),
('el', 'shippings.service_not_found', 'Δεν βρέθηκε η υπηρεσία'),
('el', 'shippings.ups.package_type.01', 'UPS Letter'),
('el', 'shippings.ups.package_type.02', 'Πακέτο'),
('el', 'shippings.ups.package_type.03', 'Tube'),
('el', 'shippings.ups.package_type.04', 'Pak'),
('el', 'shippings.ups.package_type.21', 'Express Box'),
('el', 'shippings.ups.package_type.24', '25KG Box'),
('el', 'shippings.ups.package_type.25', '10KG Box'),
('el', 'shippings.ups.package_type.2a', 'Small Express Box'),
('el', 'shippings.ups.package_type.2b', 'Medium Express Box'),
('el', 'shippings.ups.package_type.2c', 'Large Express Box'),
('el', 'shippings.ups.package_type.30', 'Pallet'),
('el', 'shippings_taxes', 'Μεταφορικά & Φόροι'),
('el', 'shipping_address', 'Διεύθυνση Αποστολής Εμπορευμάτων'),
('el', 'shipping_address_changed', 'Η Διεύθυνση αποστολής έχει αλλάξει'),
('el', 'shipping_address_line_2', 'Αποστολή: διευθυνση (2η γραμμή)'),
('el', 'shipping_applied_to_vendors', 'Η μέθοδος αποστολής εφαρμόστηκε σε [vendors] πωλητές'),
('el', 'shipping_charges', 'Έξοδα αποστολής'),
('el', 'shipping_city', 'Αποστολή: Πόλη'),
('el', 'shipping_cost', 'Κόστος Αποστολής'),
('el', 'shipping_costs_will_changed', 'Τα έξοδα αποστολής θα αλλάξουν με'),
('el', 'shipping_country', 'Αποστολή: Χώρα'),
('el', 'shipping_estimation', 'Εκτίμηση αποστολής'),
('el', 'shipping_first_name', 'Αποστολή: όνομα'),
('el', 'shipping_freight', 'Κόστος αποστολής'),
('el', 'shipping_information', 'Πληροφορίες αποστολής'),
('el', 'shipping_last_name', 'Αποστολή: Επίθετο'),
('el', 'shipping_method', 'Τρόπος Αποστολής'),
('el', 'shipping_methods', 'Τρόποι Αποστολής'),
('el', 'shipping_methods_menu_description', 'Σύνολο κανόνων και παραμέτρων για τον υπολογισμό του κόστους της αποστολής.'),
('el', 'shipping_name', 'Τρόπος Αποστολής'),
('el', 'shipping_options', 'Τρόπος Αποστολής'),
('el', 'shipping_phone', 'Αποστολή: Τηλεφωνο'),
('el', 'shipping_properties', 'Ιδιότητες αποστολής'),
('el', 'shipping_rates', 'Έξοδα Αποστολής'),
('el', 'shipping_same_as_billing', 'Διεύθυνση αποστολής εμπορευμάτων ΙΔΙΑ όπως παραπάνω'),
('el', 'shipping_service', 'Υπηρεσία αποστολής'),
('el', 'shipping_state', 'Αποστολή: Νομός'),
('el', 'shipping_time_and_charges', 'Χρόνος Αποστολής και τα τιμές'),
('el', 'shipping_tips', ''),
('el', 'shipping_zipcode', 'Αποστολή: ΤΚ'),
('el', 'ship_dhl_height', 'Ύψος πακέτου(ίντσες)'),
('el', 'ship_dhl_length', 'Μήκος πακέτου (cm)'),
('el', 'ship_dhl_site_id', 'Αναγνωριστικό Site'),
('el', 'ship_dhl_width', 'Πλάτος πακέτου (cm)'),
('el', 'ship_downloadable', 'Ενεργοποίηση αποστολής για προϊόντα με δυνατότητα λήψης'),
('el', 'ship_fedex_ancillary_endorsement', 'Βοηθητικές ενδείξεις'),
('el', 'ship_fedex_ancillary_endorsement_address_correction', 'Δώστε διεύθυνση της Υπηρεσίας'),
('el', 'ship_fedex_ancillary_endorsement_carrier_leave_if_no_response', 'Ο Μεταφορέας φευγει αν δεν λάβει απαντηση'),
('el', 'ship_fedex_ancillary_endorsement_change_service', 'Ζητήθηκε αλλαγή υπηρεσίας'),
('el', 'ship_fedex_ancillary_endorsement_forwarding_service', 'Ζητήθηκε προώθηση υπηρεσίας'),
('el', 'ship_fedex_ancillary_endorsement_return_delivery', 'Ζητήθηκε υπηρεσία επιστροφής'),
('el', 'ship_fedex_customer_manifest_id', 'Customer manifest ID'),
('el', 'ship_fedex_drop_off_type', 'Τύπος παράδοσης'),
('el', 'ship_fedex_drop_off_type_business_service_center', 'Κέντρο εξυπηρέτησης επιχειρήσεων'),
('el', 'ship_fedex_drop_off_type_drop_box', 'Drop box'),
('el', 'ship_fedex_drop_off_type_regular_pickup', 'Κανονική παραλαβή'),
('el', 'ship_fedex_drop_off_type_request_courier', 'Αίτημα για αποστολή με courier'),
('el', 'ship_fedex_drop_off_type_station', 'Αποστολή στον σταθμό'),
('el', 'ship_fedex_height', 'Height(inches)'),
('el', 'ship_fedex_hub_id', 'Hub ID'),
('el', 'ship_fedex_indicia', 'Indicia'),
('el', 'ship_fedex_indicia_media_mail', 'Media Mail (Packages from 1 to 70 lbs Books, DVDs, CDs, videotapes)'),
('el', 'ship_fedex_indicia_parcel_select', 'Parcel Select (Packages from 1 to 70 lbs)'),
('el', 'ship_fedex_indicia_presorted_bound_printed_matter', 'Bound Printed Matter packages (Packages from 1 to 15 lbs Catalogs, phone books or anything permanently bound)'),
('el', 'ship_fedex_indicia_presorted_standard', 'Standard Mail packages (Packages less than 1 lb)'),
('el', 'ship_fedex_length', 'Length(inches)'),
('el', 'ship_fedex_meter_number', 'Αριθμός μετρητή'),
('el', 'ship_fedex_package_type_fedex_10kg_box', 'Κουτί FedEx  10kg'),
('el', 'ship_fedex_package_type_fedex_25kg_box', 'Κουτί FedEx  25kg'),
('el', 'ship_fedex_package_type_fedex_box', 'Κουτί FedEx'),
('el', 'ship_fedex_package_type_fedex_envelope', 'Φάκελος FedEx'),
('el', 'ship_fedex_package_type_fedex_extra_large_box', 'FedEx Extra Large Box'),
('el', 'ship_fedex_package_type_fedex_large_box', 'FedEx Large Box'),
('el', 'ship_fedex_package_type_fedex_medium_box', 'FedEx Medium Box'),
('el', 'ship_fedex_package_type_fedex_pak', 'FedEx Pak'),
('el', 'ship_fedex_package_type_fedex_small_box', 'FedEx Small Box'),
('el', 'ship_fedex_package_type_fedex_tube', 'Κουτί  FedEx σε μορφή σωλήνα'),
('el', 'ship_fedex_package_type_your_packaging', 'Η συσκευασίας σας'),
('el', 'ship_fedex_smart_post', 'Smart Post'),
('el', 'ship_fedex_special_services', 'Ειδική υπηρεσία (επιβεβαίωση παράδοσης)'),
('el', 'ship_fedex_width', 'Width(inches)'),
('el', 'ship_height', 'Ύψος  κουτιού(cm)'),
('el', 'ship_length', 'Μήκος πακέτου (cm)'),
('el', 'ship_sp_l_acknowledgement_of_delivery', 'Βεβαίωση παράδοσης (μόνο για συστημένη αποστολή)'),
('el', 'ship_sp_l_cash_on_delivery', 'Πληρωμή με αντικαταβολή(μόνο για συστημένη αποστολή)'),
('el', 'ship_sp_l_personal_delivery', 'Προσωπική παράδοση(μόνο για συστημένη αποστολή)'),
('el', 'ship_sp_l_registered_mail', 'Συστημένη αποστολή'),
('el', 'ship_sp_pc_assurance', 'Διαβεβαίωση'),
('el', 'ship_sp_pc_cash_on_delivery', 'πληρωμή κατά την παραλαβή(αντικαταβολή)'),
('el', 'ship_sp_pc_fragile', 'Εύθραυστο'),
('el', 'ship_sp_pc_manual_handling', 'Χειρωνακτική διακίνηση φορτίων'),
('el', 'ship_sp_pc_personal', 'Προσωπικό'),
('el', 'ship_sp_pc_signature', 'Υπογραφή'),
('el', 'ship_sp_pp_additional_insurance', 'Πρόσθετη ασφάλιση (μέχρι CHF 3000 .-)'),
('el', 'ship_sp_pp_bulky_goods', 'Ογκώδη εμπορεύματα'),
('el', 'ship_sp_pp_cash_on_delivery', 'Πληρωμή με αντικαταβολή (ECONOMY only)'),
('el', 'ship_sp_pp_manual_processing', 'Χειροκίνητη επεξεργασία'),
('el', 'ship_sp_ur_additional_insurance', 'Συμπληρωματική ασφάλιση για ΕΠΕΙΓΟΝΤΑ εμπορεύματα (μέχρι CHF 3000 .-)'),
('el', 'ship_swisspost_error_intl_delivery', 'Δεν μπορεί να χρησιμοποιηθεί αυτός ο τρόπος αποστολής για την διεθνή παράδοση'),
('el', 'ship_swisspost_error_private_delivery', 'Δεν μπορεί να χρησιμοποιηθεί αυτός ο τρόπος αποστολής για την προσωπικη παραδοση'),
('el', 'ship_swisspost_heavy_package', 'Το πακέτο είναι πάρα πολύ βαρύ'),
('el', 'ship_swisspost_unable_to_open_additional_services', 'Δεν μπορεί να ανοιχθει το αρχείο additional_services.csv'),
('el', 'ship_swisspost_unable_to_open_service', 'Δεν μπορεί να ανοιχτεί το [code] αρχείο'),
('el', 'ship_temando_height', 'Ύψος πακέτου'),
('el', 'ship_temando_length', 'Μήκος πακέτου'),
('el', 'ship_temando_measurement', 'Διαστάσεις πακέτου'),
('el', 'ship_temando_method', 'Τρόπος Αποστολής'),
('el', 'ship_temando_package', 'Συσκευασία'),
('el', 'ship_temando_readydate', 'Ready date (ημέρες)'),
('el', 'ship_temando_subclass', 'Κλάση του στοιχείου που αποστέλλεται'),
('el', 'ship_temando_weight_measurement', 'Τύπος μέτρησης βάρους'),
('el', 'ship_temando_width', 'Πλάτος πακέτου'),
('el', 'ship_to', 'Αποστολή σε'),
('el', 'ship_to_another', 'Αποστολή σε διαφορετική διεύθυνση'),
('el', 'ship_ups_access_key', 'Τιμές UPS του κλειδιού πρόσβασης'),
('el', 'ship_ups_dcist_type', 'Τύποες Επιβεβαίωσης'),
('el', 'ship_ups_delivery_confirmation', 'Καμία υπογραφή'),
('el', 'ship_ups_delivery_confirmation_adult_signature', 'Απαιτείται Υπογραφή Ενήλικα'),
('el', 'ship_ups_delivery_confirmation_signature', 'Απαιτείται υπογραφή'),
('el', 'ship_ups_package_type_01', 'Γράμμα UPS / Φάκελος εξπρές UPS'),
('el', 'ship_ups_package_type_03', 'UPS σε μορφή σωλήνα'),
('el', 'ship_ups_package_type_04', 'UPS Pack'),
('el', 'ship_ups_package_type_21', 'UPS Eεξπρές  κουτί'),
('el', 'ship_ups_package_type_24', 'Κουτί UPS 25Kg'),
('el', 'ship_ups_package_type_25', 'Κουτί UPS 10Kg'),
('el', 'ship_ups_pickup_type', 'Τύπος παραλαβής'),
('el', 'ship_ups_pickup_type_01', 'Καθημερινή παραλαβή'),
('el', 'ship_ups_pickup_type_03', 'Μετρητής πελάτη'),
('el', 'ship_ups_pickup_type_06', 'One Time Pickup (Για τους πελάτες που χρειάζονται μόνο περιστασιακές ή περιοδικές υπηρεσίες)'),
('el', 'ship_ups_pickup_type_07', 'Σε εναέρια κλήση'),
('el', 'ship_ups_pickup_type_11', 'Προτεινόμενη λιανική τιμή'),
('el', 'ship_ups_pickup_type_19', 'Κέντρο επιστολής'),
('el', 'ship_ups_pickup_type_20', 'Κέντρο εναέριων υπηρεσιών'),
('el', 'ship_ups_use_delivery_confirmation', 'Χρήση της επιβεβαίωσης παράδοσης'),
('el', 'ship_usps_container', 'Κιβώτιο'),
('el', 'ship_usps_container_express', 'Κιβώτιο (Express)'),
('el', 'ship_usps_container_express_flat_rate_envelope', 'Φάκελος Flat Rate'),
('el', 'ship_usps_container_priority', 'Κιβώτιο(Συστημένοι)'),
('el', 'ship_usps_container_priority_flat_rate_box', 'Κουτί Flat Rate'),
('el', 'ship_usps_container_priority_flat_rate_envelope', 'Γράμμα Flat Rate'),
('el', 'ship_usps_container_priority_gift_card_flat_rate_envelope', 'Gift Card Flat Rate Envelope'),
('el', 'ship_usps_container_priority_legal_flat_rate_envelope', 'Legal Flat Rate Envelope'),
('el', 'ship_usps_container_priority_lg_flat_rate_box', 'Μεγάλο κουτί Flat Rate'),
('el', 'ship_usps_container_priority_md_flat_rate_box', 'Μεσαίο κουτί  Flat Rate'),
('el', 'ship_usps_container_priority_nonrectangular', 'Μη Ορθογώνια'),
('el', 'ship_usps_container_priority_padded_flat_rate_envelope', 'Padded Flat Rate Envelope'),
('el', 'ship_usps_container_priority_rectangular', 'Ορθογώνια'),
('el', 'ship_usps_container_priority_regional_a_rate_box', 'Regianal Rate Box A'),
('el', 'ship_usps_container_priority_regional_b_rate_box', 'Regianal Rate Box B'),
('el', 'ship_usps_container_priority_regional_c_rate_box', 'Regional Rate Box C'),
('el', 'ship_usps_container_priority_sm_flat_rate_box', 'Μικρό κουτί Flat Rate'),
('el', 'ship_usps_container_priority_sm_flat_rate_envelope', 'Sm Flat Rate Envelope'),
('el', 'ship_usps_container_priority_window_flat_rate_envelope', 'Window Flat Rate Envelope'),
('el', 'ship_usps_first_class_mail_type', 'Πρώτης κατηγορίας, τύπος αποστολής'),
('el', 'ship_usps_first_class_mail_type_flat', 'Επίπεδος'),
('el', 'ship_usps_first_class_mail_type_parcel', 'Δέμα'),
('el', 'ship_usps_intl_package_girth', 'Περίμετρος πακέτου'),
('el', 'ship_usps_intl_package_height', 'Ύψος πακέτου'),
('el', 'ship_usps_intl_package_length', 'Μήκος πακέτου'),
('el', 'ship_usps_intl_package_size', 'Μέγεθος πακέτου'),
('el', 'ship_usps_intl_package_width', 'Πλάτος πακέτου'),
('el', 'ship_usps_machinable', 'Επεξεργάσιμο (αποστολή πρώτης τάξης ή τα ταχυδρομικά δέματα)'),
('el', 'ship_usps_machinable_false', 'ΛΑΘΟΣ'),
('el', 'ship_usps_machinable_true', 'Αληθές'),
('el', 'ship_usps_mailtype', 'Τύπος αποστολής'),
('el', 'ship_usps_mailtype_matter_for_the_blind', 'Θέματα για τυφλούς'),
('el', 'ship_usps_mailtype_postcards_or_aerogrammes', 'Καρτ ποστάλ ή Επιστολές μέσω airmail'),
('el', 'ship_usps_package_size', 'Μέγεθος συσκευασίας (μήκος + περίμετρος, ίντσες)'),
('el', 'ship_usps_package_size_large', 'Large(84..108)'),
('el', 'ship_usps_package_size_oversize', 'Oversize(108..130)'),
('el', 'ship_usps_package_size_regular', 'Κανονικό (0..84)'),
('el', 'ship_usps_priority_girth', 'Συστημένη αποστολή (Μέγεθος:Μεγάλο, Κιβώτιο:Μη Ορθογώνια, Περίμετρος (ίντσες)'),
('el', 'ship_usps_priority_height', 'Συστημένη αποστολή(Μέγεθος: Μεγάλο) Ύψος (σε ίντσες)'),
('el', 'ship_usps_priority_length', 'Συστημένη αποστολή(Μέγεθος:Μεγάλο) Μήκος (σε ίντσες)'),
('el', 'ship_usps_priority_width', 'Συστημένη αποστολή (Μέγεθος:Μεγάλο) Πλάτος (σε ίντσες)'),
('el', 'ship_usps_username', 'ID χρήστη'),
('el', 'ship_width', 'Πλάτος πακέτου (cm)'),
('el', 'shop_now', 'Κατάστημα τώρα'),
('el', 'short_description', 'Σύντομη Περιγραφή'),
('el', 'short_hour', 'ωρες'),
('el', 'short_list', 'Σύντομη  λίστα'),
('el', 'show', 'Προβολή'),
('el', 'show_all', 'Προβολή όλων'),
('el', 'show_all_storefronts', 'Show all storefronts'),
('el', 'show_all_storefronts_with_count', 'Show all [count] storefronts'),
('el', 'show_in_product_header', 'Εμφάνιση στην επικεφαλίδα του προϊόντος'),
('el', 'show_in_product_list', 'Εμφάνιση σε λίστα προϊόντων'),
('el', 'show_items_in_line', 'Εμφάνιση στοιχείων εν σειρά'),
('el', 'show_less', 'Δείξε λιγότερα'),
('el', 'show_location', 'Προβολή τοποθεσιας'),
('el', 'show_menu_on_mouse_over', 'Προβολή μενού στο mouseover'),
('el', 'show_more', 'Δείξε περισσότερα'),
('el', 'show_on_checkout', 'Προβολή στο Ταμείο'),
('el', 'show_on_separate_page', 'Προβολή σε ξεχωριστή σελίδα'),
('el', 'show_on_the_features_tab', 'Προβολή στην καρτέλα Χαρακτηρηστικών'),
('el', 'show_options', 'προβολη επιλογων'),
('el', 'show_orders', 'Προβολή παραγγελιών'),
('el', 'show_package_contents', 'Προβολή περιεχομένων αναβάθμισης'),
('el', 'show_price', 'Προβολή Τιμής'),
('el', 'show_products_count', 'Εμφάνιση αριθμού προϊόντων'),
('el', 'show_rate_for_destination', 'Εφαρμογή του ΦΠΑ για τον Παρακάτω Προορισμό'),
('el', 'show_rate_for_rate_area', 'Προβολή τιμών από περιοχή τιμών'),
('el', 'show_rating', 'Show review rating'),
('el', 'show_tab_in_popup', 'Εμφάνιση της καρτέλας σε αναδυόμενο παράθυρο'),
('el', 'show_to', 'Προβολη σε'),
('el', 'sidebox_general', 'Απλο μπλοκ (Επικεφαλίδα H3) [σε καταργηση]'),
('el', 'sidebox_important', 'Απλο μπλοκ (Επικεφαλίδα H3)'),
('el', 'signature', 'Υπογραφή'),
('el', 'signed_in_as', 'Σύνδεση ως'),
('el', 'sign_in', 'Σύνδεση'),
('el', 'sign_in_as_different', 'Σύνδεση ως διαφορετικός χρήστης'),
('el', 'sign_in_to_buy', 'Παρακαλούμε συνδεθείτε για να αγοράσετε'),
('el', 'sign_in_to_enter_tags', 'Σύνδεση για εισαγωγή ετικετών'),
('el', 'sign_in_to_view_price', '[Σύνδεση για προβολή τιμής]'),
('el', 'sign_out', 'Αποσύνδεση'),
('el', 'sign_up_for_notification', 'Εγγραφή για ειδοποίηση'),
('el', 'similar', 'Παρόμοια'),
('el', 'similar_category', 'Στην ίδια κατηγορία'),
('el', 'similar_in_stock', 'Μόνο  Προϊόντα με απόθεμα'),
('el', 'similar_only', 'Παρόμοιοι μόνο'),
('el', 'similar_subcats', 'Σε υποκατηγορίες'),
('el', 'simple_ultimate_companies_selector', 'Παρακαλείστε να επικοινωνήσετε με την τεχνική υποστήριξη'),
('el', 'simultaneous', 'Ταυτόχρονος'),
('el', 'single', 'Μονό'),
('el', 'single_coupon_is_allowed', 'Επιτρέπεται η χρηση μόνο ενός εκπτωτικού κουπονιού'),
('el', 'sitemap', 'Χάρτης Αναζήτησης'),
('el', 'sitemap_available_in_customer', 'Το Sitemap είναι διαθέσιμο σ\' αυτό το σύνδεσμο: <a href=\"[sitemap_url]\"> [sitemap_url]</a> < br / > < br / > Το Sitemap είναι προσβάσιμα από το URL <a href=\"[http_location]/sitemap.xml\"> [http_location]/sitemap.xml</a>'),
('el', 'sitemap_menu_description', 'Generate sitemap.xml of your store for search engines.'),
('el', 'sitemap_settings', 'Ρυθμίσεις Χάρτη Αναζήτησης'),
('el', 'siteurl', 'Site URL'),
('el', 'site_number', 'Αριθμός ιστότοπου (EPT)'),
('el', 'size', 'Μέγεθος'),
('el', 'skiplastpage', 'Παράληψη τελευταίας σελίδας'),
('el', 'skip_creating_new_products', 'Παράλειψη δημιουργίας νέων προϊόντων'),
('el', 'skip_payment', 'Παράληψη πληρωμής'),
('el', 'skrill_customer_id', 'ID πελάτη των Skrill'),
('el', 'sku', 'ΚΩΔΙΚΟΣ (SKU)'),
('el', 'slovak', 'Σλοβακικά'),
('el', 'slow', 'Αργά'),
('el', 'small_items', 'Μικρά αντικείμενα'),
('el', 'smarty_block', 'HTML block με υποστηριξη Smarty'),
('el', 'sms_customer_registered', 'Ο πελάτης [όνομα] έχει καταχωρηθεί.'),
('el', 'sms_for_the_sum', 'με το ποσό των'),
('el', 'sms_order_placed', 'έχει τοποθετηθεί'),
('el', 'snapshot_date', 'Ημερομηνία στιγμιότυπου'),
('el', 'snippets', 'Αποσπάσματα'),
('el', 'snippets_have_been_deleted', 'Τα Αποσπάσματα έχουν διαγραφεί με επιτυχία.'),
('el', 'snippet_exists', 'Υπάρχει ήδη το απόσπασμα με τον επιλεγμένο κωδικό, Παρακαλώ δοκιμάστε ενα άλλο'),
('el', 'sort_by', 'Ταξινόμηση ως πρός'),
('el', 'sort_by_bestsellers_asc', 'Ταξινόμηση κατά Best Seller: Άυξουσα'),
('el', 'sort_by_bestsellers_desc', 'Ταξινόμηση κατά Μπεστ Σελλερ'),
('el', 'sort_by_company_asc', 'Ταξινόμηση αλφαβητικά: Α έως το Ω'),
('el', 'sort_by_company_desc', 'Ταξινόμηση αλφαβητικά: Α έως το Ω'),
('el', 'sort_by_helpfulness_asc', 'Χρήσιμο τελευταίο'),
('el', 'sort_by_helpfulness_desc', 'Χρήσιμο πρώτο'),
('el', 'sort_by_null_asc', 'Καμία Ταξινόμιση'),
('el', 'sort_by_null_desc', 'Καμία Ταξινόμιση'),
('el', 'sort_by_on_sale_asc', 'Ταξινόμηση κατά έκπτωση: Μικρότερη σε Μεγαλύτερη'),
('el', 'sort_by_on_sale_desc', 'Ταξινόμηση κατά έκπτωση: Μεγαλύτερη σε μικρότερη'),
('el', 'sort_by_popularity_asc', 'Ταξινόμιση με δημοτικότητα: Μικρό σε Μεγάλο'),
('el', 'sort_by_popularity_desc', 'Ταξινόμιση με δημοτικότητα'),
('el', 'sort_by_position_asc', 'Ταξινόμιση με Θέση: Μικρό σε Μεγάλο'),
('el', 'sort_by_position_desc', 'Ταξινόμιση με Θέση: Μεγάλο σε Μικρό'),
('el', 'sort_by_price_asc', 'Ταξινόμιση με Τιμή: Μικρό σε Μεγάλο'),
('el', 'sort_by_price_desc', 'Ταξινόμιση με Τιμή: Μεγάλο σε Μικρό'),
('el', 'sort_by_product_asc', 'Ταξινόμιση Αλφαβητικά: A σε Ω'),
('el', 'sort_by_product_desc', 'Ταξινόμιση Αλφαβητικά: Ω σε A'),
('el', 'sort_by_product_review_timestamp_asc', 'Ταξινόμηση κατά ημερομηνία: Παλαιότερο σε Νεότερο '),
('el', 'sort_by_product_review_timestamp_desc', 'Ταξινόμηση κατά ημερομηνία: Νεότερο σε Παλαιότερο'),
('el', 'sort_by_rating_asc', 'Ταξινόμηση κατά βαθμολογία: άυξουσα'),
('el', 'sort_by_rating_desc', 'Ταξινόμηση κατά βαθμολογία'),
('el', 'sort_by_rating_value_asc', 'Ταξινόμηση κατά βαθμολογία: άυξουσα'),
('el', 'sort_by_rating_value_desc', 'Ταξινόμηση κατά βαθμολογία: φθίσουσα'),
('el', 'sort_by_timestamp_asc', 'Παλαιότερα Πρώτα'),
('el', 'sort_by_timestamp_desc', 'Νεότερα Πρώτα'),
('el', 'sort_images', 'Ταξινόμιση Εικόνων'),
('el', 'sort_order', 'Order'),
('el', 'spanish', 'Ισπανικά'),
('el', 'special', 'Ειδικός'),
('el', 'specific_settings', 'Συγκεκριμένες ρυθμίσεις'),
('el', 'specify_options', 'Καθορίσετε επιλογές'),
('el', 'specify_url', 'Καθορισμός URL'),
('el', 'speed', 'Ταχύτητα'),
('el', 'ssl_certificate', 'Πιστοποιητικό SSL'),
('el', 'staff_only_notes', 'Σημειώσεις μόνο για το προσωπικό'),
('el', 'stage', 'Στάδιο'),
('el', 'standard_sidebox', 'Πλευρικό κουτί  Standard'),
('el', 'start', 'Έναρξη'),
('el', 'start_communication', 'Έναρξη επικοινωνίας'),
('el', 'start_date', 'Ημερομηνία έναρξης'),
('el', 'start_price', 'Έναρξη των τιμών'),
('el', 'state', 'Νομός'),
('el', 'states', 'Νομοί'),
('el', 'states_list', 'Μέλη λίστας'),
('el', 'states_menu_description', 'Διαχείριση του συνόλου των νομών που υποστηρίζει το κατάστημά σας.'),
('el', 'static_block', 'Στατικό block'),
('el', 'static_data', 'Static data'),
('el', 'static_data_use_item', 'Χρήση \"Link text\" and \"URL\" τιμών από το επιλεγμένο στοιχείο'),
('el', 'statistics', 'Στατιστικά'),
('el', 'statistics_by_questions', 'Στατιστικά στοιχεία από ερωτήσεις'),
('el', 'status', 'Κατάσταση'),
('el', 'statuses', 'Καταστάσεις'),
('el', 'statuses_management', 'Καταστάσεις'),
('el', 'status_changed', 'Η κατάσταση άλλαξε'),
('el', 'status_changed_after_process_payment', 'Η κατάσταση παραγγελίας ορίστηκε σύμφωνα με το αποτέλεσμα της επεξεργασίας πληρωμής'),
('el', 'stay_connected', 'Μείνετε Ενημερωμένοι'),
('el', 'stay_connected_notice', 'Εισάγετε το email σας για να λαμβάνετε τις προσφορές και τα νέα μας!'),
('el', 'step_four', 'Βήμα 4'),
('el', 'step_one', 'Βήμα 1'),
('el', 'step_three', 'Βήμα 3'),
('el', 'step_two', 'Βήμα 2'),
('el', 'stop_other_rules', 'Παύση των άλλων κανόνων'),
('el', 'storage', 'Αποθήκευση'),
('el', 'store', 'Κατάστημα CS-Cart'),
('el', 'storefront', 'Βιτρίνα'),
('el', 'storefronts', 'Βιτρίνες'),
('el', 'storefronts_limit_exceeded', 'Ο αριθμός των καταστηματων στην άδεια για το CS-Cart σας έχει υπερβεί τον αριθμό των αδειών που έχετε αγοράσει'),
('el', 'storefronts_themes_upgrade_notification.message', '<p>Previously, all storefronts looked the same. They differed only in currencies, languages, and vendors. But now storefronts can have their own themes and layouts. This allows you to customize their look and structure.</p><ul><li>Themes let you give each storefront its own set colors, fonts, logos, backgrounds, and styles. Match the appearance of a storefronts to its products or the preference of its audience.</li><li>Layouts and blocks let you create storefronts with entirely different structure and content. Show different banners, change the positions of elements on the pages, and so on. Everything in [product] is displayed via blocks, so you have many ways to customize your storefronts.</li></ul><p><a href=\"[themes_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Manage themes</a> <a href=\"[layouts_url]\" target=\"_blank\" class=\"btn btn-large\">Manage layouts</a></p>'),
('el', 'storefronts_themes_upgrade_notification.title', 'Οι βιτρινες μπορούν πλέον να διαφέρουν σημαντικά μεταξύ τους'),
('el', 'storefront_access_key', 'Κλειδί για πρόσβαση σε προσωρινα κλειστό κατάστημα'),
('el', 'storefront_access_key.setting_notice', 'Μπορείτε να ορίσετε το κλειδί πρόσβασης στη σελίδα επεξεργασίας τoυ καταστήματος'),
('el', 'storefront_license', 'Αδεια  Storefront'),
('el', 'storefront_rest_api.guests_cant_add_products_to_cart', 'Οι επισκέπτες δέν μπορούν να κάνουν προσθήκη προϊόντων στο καλάθι. Παρακαλώ συνδεθείτε στον λογαριασμό σας έτσι ώστε να μπορείτε να κάνετε προσθήκη προϊόντων στο καλάθι.'),
('el', 'storefront_status', 'Κατάσταση'),
('el', 'storefront_status.tooltip', 'Ακόμη και όταν το κατάστημα είναι κλειστό (η κατάσταση είναι στο OFF), θα μπορείτε να το δείτε αν έχετε ένα κλειδί πρόσβασης. Ορίστε το <i>κλειδί πρόσβασης για το προσωρινά κλειστό κατάστημα</i> πιο κατω.<br/> Χρησιμοποιηστε τη διευθυνσηhttp://www.example.com/index.php?store_access_key=key_value για να δείτε το κατάστημα.'),
('el', 'storefront_status_access_key_hint', 'Ακόμη και αν το καταστημα είναι κλειστο (η κατάσταση είναι απενεργοποιημένη), θα μπορείτε να τοδείτε αν έχετε κλειδί πρόσβασης. Μεταβείτε στην επιλογή <a target=\"blank\" href=\"[url]\"> Ρυθμίσεις → Γενικά </a> και καθορίστε τη ρύθμιση <i> Κλειδί πρόσβασης σε προσωρινά κλειστό κατάστημα </ i>. Λάβετε υπόψη ότι μπορεί να οριστεί διαφορετικό κλειδί για κάθε κατάστημα, επομένως βεβαιωθείτε ότι έχετε επιλέξει πρώτα το σωστό κατάστημα. Χρησιμοποιήστε το κλειδί όπως περιγράφεται στην επεξήγηση της συγκεκριμένης ρύθμισης.'),
('el', 'storefront_status_changed.N', 'Το κατάστημα ήταν <b>ανοιχτό</b>|Τα καταστήματα ήταν <b>ανοιχτά</b>'),
('el', 'storefront_status_changed.Y', 'Το κατάστημα ήταν <b>κλειστό</b>|Τα καταστήματα ήταν <b>κλειστά</b>'),
('el', 'storefront_url', 'URL Βιτρίνας'),
('el', 'storefront_url_already_exists', 'Η τιμή της παραμέτρου του <strong>ασφαλούς URL καταστήματος</strong> που προαναφέρατε ήδη ανήκει σε άλλη εταιρεία.'),
('el', 'storefront_url_not_defined', 'Δεν ορίστηκε το URL καταστηματος'),
('el', 'storefront_with_same_url_exists', 'Ένα κατάστημα για το συγκεκριμένο URL υπάρχει ήδη'),
('el', 'stores', 'Καταστήματα'),
('el', 'stores_nothing_found', 'Δέν βρέθηκαν καταστήματα'),
('el', 'stores_status', 'Κατάσταση'),
('el', 'store_access_key', 'Κλειδί για πρόσβαση σε προσωρινά κλειστό κατάστημα'),
('el', 'store_admin', 'Διαχειριστής καταστήματος'),
('el', 'store_closed', 'Κατάστημα κλειστό'),
('el', 'store_closed_banner', 'To Κατάστημα <br/>είναι κλειστό!'),
('el', 'store_home', 'Store home'),
('el', 'store_locator', 'Καταστήματα & σημεία παραλαβής'),
('el', 'store_locator.any_rate_area', 'Any rate area'),
('el', 'store_locator.available_fields', 'Διαθέσιμα καταστήματα'),
('el', 'store_locator.display', 'Προβολή καταλογου τοποθεσιών στη σελίδα πληρωμής'),
('el', 'store_locator.display_l', 'Κατάλογος'),
('el', 'store_locator.display_m', 'Χάρτης'),
('el', 'store_locator.display_ml', 'Χάρτης και Κατάλογος'),
('el', 'store_locator.main_destination', 'Βρίσκεται στην περιοχή τιμών'),
('el', 'store_locator.name', 'Name'),
('el', 'store_locator.no_rate_area', 'Δεν υπάρχει περιοχή τιμών'),
('el', 'store_locator.pickup', 'Παραλαβή'),
('el', 'store_locator.pickup_avail', 'Διαθέσιμο πρός παραλαβή'),
('el', 'store_locator.pickup_locations', 'Pickup Locations'),
('el', 'store_locator.pickup_rates_calculation_logic_changed_text', '<p> Τα πρόσθετα <b> [pickup_addon] </ b> και <b> [store_locator_addon] </ b> συγχωνεύθηκαν σε ένα νέο πρόσθετο που ονομάζεται [stores_pickups_addon]. Τα ποσοστά αποστολής και ο χρόνος είναι πιο ευέλικτα τώρα: εξαρτώνται από την τοποθεσία (περιοχή τιμών) ενός σημείου παραλαβής. Οι τιμές καθορίζονται πλέον σε μία θέση: τη σελίδα επεξεργασίας μιας μεθόδου αποστολής. </p> <p> Για το λόγο αυτό, καταργήσαμε το πεδίο <b> Προσφορά </b> από τη σελίδα επεξεργασίας σημείου παραλαβής. Η τιμή του εξακολουθεί να εμφανίζεται στον πίνακα διαχείρισης, αλλά δεν χρησιμοποιείται στον υπολογισμό τιμής. Ελέγξτε τα σημεία παραλαβής σας και, στη συνέχεια, προσαρμόστε τα κόστη αποστολής όλων των μεθόδων αποστολής σας από το κατάστημα. </p> <p> <a href = \"[shippings_manage]\" target = \"_ blank\" class = \"btn btn -large btn-primary \"> Προσαρμογή κοστους αποστολής </a> <a href=\"[pickup_points_list]\" target=\"_blank\" class=\"btn btn-large\"> Προβολή των σημείων συλλογής </a> </ p>'),
('el', 'store_locator.pickup_rates_calculation_logic_changed_title', 'Παραλάβετε από το κατάστημα: Καταργήθηκε η προσαύξηση ανά σημείο παραλαβής'),
('el', 'store_locator.pick_up_points', 'Σημεία παραλαβής'),
('el', 'store_locator.scroll_to_top', 'Μετακινηθείτε στην κορυφή'),
('el', 'store_locator.selected_fields', 'Επιλεγμένα καταστήματα'),
('el', 'store_locator.select_stores', 'Επιλέξτε καταστηματα'),
('el', 'store_locator.shipping_position', 'Επιλέχθηκε Παραγγελία στις ρυθμίσεις μεθοδου αποστολής'),
('el', 'store_locator.shipping_price_from', 'από [price]'),
('el', 'store_locator.show_pickup_points_only', 'Απόκρυψη τοποθεσιών από τις οποίες δεν μπορώ να κάνω παραλαβή της παραγγελίας μου'),
('el', 'store_locator.show_to', 'Προβολη σε'),
('el', 'store_locator.stores_and_pickup_points', 'Καταστήματα και σημεία παραλαβής'),
('el', 'store_locator.stores_position', 'Το πεδίο «Θέση» στις ρυθμίσεις του καταστήματος'),
('el', 'store_locator.surcharge_changes_hint', 'Σε προηγούμενες εκδόσεις, η προσαύξηση μπορουσε να προστεθεί στις κανονικες τιμές που έχουν καθοριστεί για μια μέθοδο αποστολής. Τώρα αυτή η προσαύξηση δεν λαμβάνονται υπόψη κατά τη διάρκεια του υπολογισμού κόστους αποστολής. Το αφήσαμε εδώ για την εξυπηρέτησή σας, έτσι ώστε να το δείτε και να προσαρμόσετε τις τιμές για τη μέθοδο αποστολής στη σελίδα επεξεργαίας της εκάστοτε μεθόδου Αποστολής.'),
('el', 'store_locator.text_pickup_instruction', 'Η μέθοδος αποστολής «Παραλαβή από Πελάτη» προσφέρει σε έναν πελάτη την επιλογή να διαλέξει ένα κατάστημα για να παραλάβει το προϊόν. Τα καταστήματα μπορούν να δημιουργηθούν στο πρόσθετο «Τοποθεσίες Κατάστηματων»<br /><b>δημιουργία καταστηματος:</b> <a href=\"[store_locator]\">τοποθεσία καταστήματος</a>'),
('el', 'store_locator.use_two_fingers_for_move_map', 'Χρησιμοποιήστε δύο δάχτυλα για μετακίνηση του χάρτη'),
('el', 'store_locator.work_time', 'Ωράριο εργασίας'),
('el', 'store_mode', 'Λειτουργια Καταστηματος'),
('el', 'store_mode.plus', 'Plus'),
('el', 'store_mode.ultimate', 'Ultimate'),
('el', 'store_mode_changed', 'Η Λειτουργια Καταστηματος αλλαξε'),
('el', 'store_number', 'Αριθμός καταστήματος'),
('el', 'store_object_denied', 'Το [object_type] [object_name] δεν είναι διαθέσιμο για αυτό το κατάστημα.'),
('el', 'store_rating', 'Store rating'),
('el', 'store_theme', 'Θέμα Βιτρίνας'),
('el', 'subcategories', 'Υποκατηγορίες'),
('el', 'subcategories_tree_cat', 'Δενδρο Υποκατηγοριων'),
('el', 'subject', 'Θέμα'),
('el', 'submit', 'Υποβολή'),
('el', 'submit_my_order', 'Αποστολή Παραγγελίας'),
('el', 'subpages', 'Υποσέλιδες'),
('el', 'subscribe', 'Εγγραφή'),
('el', 'subscribed', 'Έγινε εγγραφή'),
('el', 'subscribed_to', 'Έγινε εγγραφή σε [num] λίστες'),
('el', 'subscriber', 'Συνδρομητής'),
('el', 'subscribers', 'Συνδρομητές'),
('el', 'subscribers_date', 'Ημερομηνία συνδρομητων'),
('el', 'subscribers_menu_description', 'Διαχείριση συνδρομητών Newsletter και ρυθμίσεις.'),
('el', 'subscribers_menu_item_text', 'Συνδρομητές'),
('el', 'subscribers_no_promo', 'Καμία Προσφορά'),
('el', 'subscribers_num', 'Αριθμός των συνδρομητών'),
('el', 'subscribers_promo_subject', 'Σας ευχαριστούμε για την εγγραφή! Χρησιμοποιήστε τον κωδικό κουπονιού [coupon]  στην ειδική προσφορά μας \"[promotion]\".'),
('el', 'subscriber_email', 'email συνδρομητή'),
('el', 'subscriptions', 'Συνδρομές'),
('el', 'subtotal', 'Υποσύνολο'),
('el', 'subtotal_sum', 'Μερικό σύνολο'),
('el', 'subtract', 'Αφαίρεση'),
('el', 'suburb', 'Προάστιο'),
('el', 'successful', 'Επιτυχής'),
('el', 'successfully_registered', 'Εγγραφήκατε Επιτυχώς'),
('el', 'successful_login', 'Συνδεθήκατε Επιτυχώς'),
('el', 'success_registration_text', 'Συγχαρητήρια! Εγγραφήκατε επιτυχώς!<br/>Τώρα μπορείτε να αποκτήσετε πρόσβαση σε όλες τις δυνατότητες του καταστήματός μας. Πατήστε στο \"Ο Λογαριασμός μου\" για να τις δείτε.'),
('el', 'suffix', 'Κατάληξη'),
('el', 'summary', 'Περίληψη'),
('el', 'supplier', 'Προμηθευτής'),
('el', 'suppliers', 'Προμηθευτές'),
('el', 'suppliers.event.order.supplier_notified.name', 'Προμηθευτές: η κατάσταση της παραγγελίας άλλαξε σε [status]'),
('el', 'suppliers.supplier_notifications', 'Supplier notifications'),
('el', 'suppliers_menu_description', 'Κατάλογος λογαριασμών των εγγεγραμμένων  προμηθευτών  στο κατάστημα.'),
('el', 'supplier_deleted', 'Προμηθευτής έχει διαγραφεί επιτυχώς.'),
('el', 'supplier_email_header', 'Τα παρακάτω προϊόντα έχουν αγοραστεί στο κατάστημά μας και πρέπει να αποσταλούν.'),
('el', 'supplier_id', 'Προμηθευτής'),
('el', 'surcharge', 'Επιβάρυνση'),
('el', 'surcharge_title', 'Τιτλος Επιβαρυνσης'),
('el', 'sweden', 'Σουηδία'),
('el', 'swedish', 'Σουηδικά'),
('el', 'swing', 'Κούνια'),
('el', 'switch_layout', 'αλλαγή διάταξης'),
('el', 'symbol', 'Σύμβολο'),
('el', 'system', 'Σύστημα'),
('el', 'system_environment', 'Περιβάλλον συστήματος'),
('el', 's_first_name_and_last_name', 'Όνομα και Επίθετο (για αποστολή)'),
('el', 's_fullname', 'Ονοματεπώνυμο (για αποστολή)'),
('el', 's_last_name_and_first_name', 'Επίθετο και Όνομα (για αποστολή)'),
('el', 'tab', 'Καρτέλα'),
('el', 'table', 'Πίνακας'),
('el', 'tables', 'Πίνακες'),
('el', 'table_column_has_been_deleted', 'Στήλη προϊόν έχει διαγραφεί με επιτυχία.'),
('el', 'table_conditions', 'Προϋποθέσεις πίνακα'),
('el', 'tabs', 'Καρτέλες'),
('el', 'tag', 'Καρτέλα'),
('el', 'tags', 'Καρτέλες'),
('el', 'tags_menu_description', 'Διαχείριση Ετικετών προϊόντων και περιεχομένου σελίδας'),
('el', 'tag_cloud', 'Καρτέλα cloud'),
('el', 'tax', 'Φορος'),
('el', 'taxes', 'Φόροι'),
('el', 'taxes_menu_description', 'Διαχείριση των συνόλων των φόρων που υποστηρίζει το κατάστημά σας.'),
('el', 'tax_exempt', 'Απαλλαγή φόρου'),
('el', 'tax_rates', 'Ποσοστά Φόρου'),
('el', 'temando_centimetres', 'εκατοστα'),
('el', 'temando_feet', 'ποδια'),
('el', 'temando_inches', 'ιντσες'),
('el', 'temando_method_depottodepot', 'Αποθήκη σε αποθήκη'),
('el', 'temando_method_doortodoor', 'Πόρτα - πόρτα'),
('el', 'temando_metres', 'μέτρα'),
('el', 'temando_package_backpack', 'Σακίδιο'),
('el', 'temando_package_bale', 'Δέμα'),
('el', 'temando_package_box', 'Κουτί'),
('el', 'temando_package_bunch', 'Δέσμη'),
('el', 'temando_package_bundle', 'Πακέτο'),
('el', 'temando_package_carton', 'Χαρτοκιβώτιο'),
('el', 'temando_package_crate', 'Κιβώτιο'),
('el', 'temando_package_cylinder', 'Κύλινδρος'),
('el', 'temando_package_documentenvelope', 'Φάκελος αποστολής'),
('el', 'temando_package_drum', 'Τύμπανο'),
('el', 'temando_package_flatpack', 'Επίπεδη συσκευασία'),
('el', 'temando_package_letter', 'Επιστολή'),
('el', 'temando_package_pail', 'Καδος'),
('el', 'temando_package_pallet', 'Παλέτα'),
('el', 'temando_package_parcel', 'Φάκελος'),
('el', 'temando_package_pipe', 'Σωλήνα'),
('el', 'temando_package_roll', 'Ρολό'),
('el', 'temando_package_satchel', 'Τσάντα'),
('el', 'temando_package_skid', 'Ολίσθηση'),
('el', 'temando_package_suitcase', 'Βαλίτσα'),
('el', 'temando_package_tube', 'Σωλήνα'),
('el', 'temando_package_unpackaged', 'Μη συσκευασμένες ή Δ/Υ'),
('el', 'temando_package_wheel', 'Τροχός'),
('el', 'temando_subclass_excessbaggage', 'Υπέρβαρο'),
('el', 'temando_subclass_furniture', 'Έπιπλα'),
('el', 'temando_subclass_householdgoods', 'Είδη οικιακής χρήσης'),
('el', 'temando_subclass_other', 'Αλλα (κλπ.)'),
('el', 'temando_system', 'Temando system'),
('el', 'temando_weight_grams', 'Γραμμαρια'),
('el', 'temando_weight_kilograms', 'κιλά'),
('el', 'temando_weight_ounces', 'Ουγγιες'),
('el', 'temando_weight_pounds', 'Λίβρα'),
('el', 'template', 'Σχέδιο'),
('el', 'templates', 'Πρότυπα εμφάνισης (templates)'),
('el', 'templates_tree', 'Διακλάδωση Templates'),
('el', 'template_document_gift_certificate_default', 'Δωροεπιταγή: προεπιλογή'),
('el', 'template_document_order_imagem', 'Τιμολόγιο'),
('el', 'template_document_order_image_product', 'Imagem do produto'),
('el', 'template_document_order_invoice', 'Τιμολόγιο'),
('el', 'template_document_order_summary', 'Σύνοψη παραγγελίας'),
('el', 'template_document_packing_slip_default', 'Δελτίο της συσκευασίας'),
('el', 'template_document_product_imagem', 'Τιμολόγιο'),
('el', 'template_document_rma_packing_slip_default', 'Αίτημα επιστροφής: Απόδειξη συσκευασίας'),
('el', 'template_document_supplier_order_invoice', 'Προμηθευτές: τιμολόγιο'),
('el', 'terminal', 'Τερματικό'),
('el', 'terminal_id', 'ID τερματικού'),
('el', 'terms_and_conditions', 'Όροι Χρήσης'),
('el', 'terms_and_conditions_content', '<p>Παρακαλούμε διαβάστε αυτούς τους όρους και προϋποθέσεις (\"Όροι\", \"Όροι και προϋποθέσεις\") προσεκτικά πριν τη χρηση της ιστοεσελιδας και του  My Mobile App mobile application (the \"Service\")   <a href=\"http://www.mywebsite.com\"> http://www.mywebsite.com</a>  από την εταιρεία μου (\"εμείς\", \"εμείς\", ή \"μας\").</p> <p><strong>Με την πρόσβαση ή τη χρήση της υπηρεσίας συμφωνείτε ότι δεσμεύεστε από τους παρόντες όρους. Αν διαφωνείτε με οποιοδήποτε μέρος των όρων, τότε δεν μπορείτε να έχετε πρόσβαση στην υπηρεσία.</strong></p> <p><strong>Αγορές</strong></p> <p>Αν θέλετε να αγοράσετε οποιοδήποτε προϊόν ή υπηρεσία που διατίθεται μέσω της υπηρεσίας (\"αγορά\"), μπορεί να σας ζητηθεί να παράσχετε ορισμένες πληροφορίες σχετικές με τις αγορά σας, συμπεριλαμβανομένων, χωρίς περιορισμό, ...</p> <p><strong>Περιεχομενο</strong></p> <p>Η υπρεσια μας, σάς δίνει τη δυνατότητα να δημοσιεύετε, σύνδεσετε, αποθήκευσετε, την κοινή χρήση και διάθεση με άλλον τρόπο ορισμένες πληροφορίες, κείμενο, γραφικά, βίντεο, ή άλλο υλικό («περιεχόμενο»). Είστε υπεύθυνοι για τη...</p> <p><strong>Αλλαγές</strong></p> <p>Διατηρεί το δικαίωμα, κατά την κρίση μας, να τις τροποποιηθουν ή να αντικατασταθουν αυτοι οι όροι οποιαδήποτε στιγμή. Αν μια αναθεώρηση είναι υλικη θα προσπαθησουμε να παρέχουμε προειδοποίηση τουλάχιστον 30 ημερών πριν από οποιαδήποτε ενεργοποίηση νέως όρων. Τι συνιστά μια υλική αλλαγή θα καθορίζεται κατά τη διακριτική μας ευχέρεια.</p> <p><strong>Επικοινωνήστε μαζί μας</strong></p> <p>Εάν έχετε οποιεσδήποτε ερωτήσεις σχετικά με αυτούς τους όρους, παρακαλώ επικοινωνήστε μαζί μας.</p>'),
('el', 'test', 'Τέστ'),
('el', 'testimonials', 'Πιστοποιητικά'),
('el', 'test_live_mode', 'Τέστ/Live Συνθήκες'),
('el', 'test_mode', 'Λειτουργία εξέτασης'),
('el', 'text', 'Κείμενο'),
('el', 'textarea', 'Περιοχή Κειμένου'),
('el', 'text_2checkout_notice', '<b>Note</b>: In order to track your 2Checkout orders with the shopping cart software you have to take these steps:<br /><br />-&nbsp Log in to your 2Checkout account<br />-&nbsp Click on <u>Site management</u> in the <u>Account</u> section.<br />-&nbsp Select <b>Given links back to my website</b> option in the <u>Direct Return</u> subsection <br />-&nbsp Set <u>Approved URL</u> and <u>Pending URL</u> to:<br /><b>[return_url]</b><br />-&nbsp Set <u>Secret Word</u>. The Secret Word is known only to the seller and 2CheckOut.<br />'),
('el', 'text_2co_ins', 'Υπηρεσία άμεσης ενημερωσης (INS)'),
('el', 'text_access_notice', 'You can use the wildcards for the \"Domain\", \"E-mail\" and \"Credit Card\" tabs: <br /><b>*</b> - can represent any number of characters, including zero<br /><b></b> - can represent any single character.'),
('el', 'text_additional_detailed_image', '(εμφανίζονται στο αναδυόμενο παράθυρο)'),
('el', 'text_additional_storefront_license_required', '<p>Δεν μπορείτε να προσθέσετε νεο κατάστημα. Ο μέγιστος αριθμός καταστηματων που επιτρέπεται από την τρέχουσα άδεια χρήσης σας <code>[license_number]</code> είναι [allowed_storefronts], και έχετε επί του παρόντος [existing_storefronts].</p> <p>Για μπορέσετε να προσθέσετε ενα ακομη καταστημα, παρακαλείσθε να αγοράσετε πρόσθετα [product] καταστηματα. Εάν θέλετε να προσθέσετε πολλά νεα καταστηματα, αγοράστε τον αντίστοιχο αριθμό αδειών.</p>'),
('el', 'text_additional_thumbnail', '(εμφανίζονται στη σελίδα λεπτομερειων προϊόντος στις \"Επιπλεον Φωτογραφίες\")'),
('el', 'text_addon_cannot_enable', 'Το πρόσθετο \"[addon_name]\" δεν είναι συμβατο με τα παρακατω προσθετα: [addons]. Δε μπορει να ενεργοποιηθει'),
('el', 'text_addon_confclicts', 'Το πρόσθετο \"[addon_name]\" δεν είναι συμβατο με τα παρακατω προσθετα: [addons].Αυτα τα Προσθετα θα απενεργοποιηθούν αυτόματα.'),
('el', 'text_addon_confclicts_on_install', 'Το πρόσθετο \"[addon_name]\" δεν είναι συμβατο με τα παρακατω προσθετα: [addons]. Δε μπορει να ενεργοποιηθει. Ενεργοποιήστε χειροκίνητα και όλα τα ασύμβατα Προσθετα  θα απενεργοποιηθούν αυτόματα.'),
('el', 'text_addon_disable_dependencies', 'Το πρόσθετο δεν μπορεί να απενεργοποιηθεί, επειδή τα ακόλουθα πρόσθετα εξαρτώνται από αυτο: [addons]'),
('el', 'text_addon_enable_dependencies', 'Το πρόσθετο δεν μπορεί να ενεργοποιηθεί, διότι εξαρτάται από τα ακόλουθα πρόσθετα: [addons]'),
('el', 'text_addon_installed', 'Το <b>\"[addon]\"</b> add-on εγκαταστάθηκε επιτυχώς.'),
('el', 'text_addon_install_dependencies', 'Το πρόσθετο δεν μπορεί να εγκατασταθεί επειδή έχει οριστεί μια εξάρτηση με το πρόσθετο [addon]. Παρακαλώ εγκαταστήστε πρώτα το πρόσθετο [addon] .'),
('el', 'text_addon_refreshed', 'Οι ρυθμίσεις και οι μεταβλητές γλώσσας του πρόσθετου <b> \"[addon]\" </ b> έχουν ενημερωθεί με επιτυχία'),
('el', 'text_addon_uninstalled', 'Το <b>\"[addon]\"</b> add-on απεγκαταστάθηκε.'),
('el', 'text_addon_uninstall_dependencies', 'Το πρόσθετο δεν μπορεί να απεγκατασταθεί επειδή έχει οριστεί εξάρτηση με τα εξής πρόσθετα: [addons]'),
('el', 'text_addresses_wildcards', 'Μπορείτε να χρησιμοποιήσετε ειδικούς χαρακτήρες (wildcards) σ\'αυτό το πεδίο:<br><b>\'?\'</b> - κάθε χαρακτήρας;<b>\'*\'</b> - σύνολο χαρακτήρων.<br><br><u>Παράδειγμα:</u><br><b>* Οδό</b> &nbsp;&nbsp;(Αντιστοιχεί στην 1η Οδό, 102ή Οδό, κλπ)'),
('el', 'text_address_not_found', 'Η διεύθυνση δεν βρέθηκε'),
('el', 'text_admin_new_orders', 'Αυτή η ενότητα απεικονίζει τις παραγγελίες που δεν έχετε δεί ΠΟΤΕ!'),
('el', 'text_allowed_to_upload_file_extension', 'Υποστηρίζονται οι ακόλουθες επεκτάσεις αρχείων: <b>[ext]</b>.'),
('el', 'text_all_categories_included', 'Περιλαμβάνονται όλες οι κατηγορίες'),
('el', 'text_all_products_included', 'Όλα τα προϊόντα που περιλαμβάνονται'),
('el', 'text_amazon_callback_url', 'Σημαντικό! Πρέπει να καθορίσετε την URL  του καταστήματος/άτων σας  <b>[callback_url]</b> , όπως την εμπορική διεύθυνση  URL σχετικά με την κεντρική σελίδα πωλητών του Amazon (Settings > Checkout Pipeline Settings). Διαφορετικά δεν θα μπορέσετε να λάβετε πληρωμές μέσω του Amazon Checkout στο κατάστημα σας.'),
('el', 'text_amazon_failed_order', 'Δεν έχει ληφθεί ακόμη καμία απάντηση από το Αmazon checkout, παρακαλώ περιμένετε.Αν και η παραγγελία μπορεί να μην γίνει τώρα, είναι πολύ πιθανόν να έχει δημιουργηθεί και να επεξεργαστεί από το Amazon checkout.Παρακαλούμε επικοινωνήστε με το προσωπικό του καταστήματος και αναφέρετε τούς την ID της παραγγελίας, όπως προβλέπεται από το Amazon.'),
('el', 'text_amazon_incorrect_products_count', 'Ο αριθμός των προϊόντων στο καλάθι σας , διαφέρει από τον αριθμό των προϊόντων στην αίτηση του Amazon'),
('el', 'text_amazon_link_message', 'Για δοκιμαστικούς σκοπούς, η Merchant URL, μπορεί να είναι η HTTP link για το κατάστημα σας ,αλλά η ζωντανή λειτουργία απαιτεί ασφαλή σύνδεση και θα πρέπει να χρησιμοποιήσετε τη σύνδεση HTTPS.Επίσης, θυμηθείτε να ενεργοποιήσετε τη λειτουργία παραγωγής  στην κεντρική ιστοσελίδα πωλητών του Amazon, όταν είστε έτοιμοι να συνδεθείτε.'),
('el', 'text_amazon_surcharge', '<b>Σημείωση:</b> Σύμφωνα με την <a href=\'https://payments.amazon.com/sdui/sdui/about?nodeId=6019\' target=\'_blank\'> πολιτική του Amazon</a> (B4.2), δεν υποστηρίζονται οι προσαυξήσεις. Οποιεσδήποτε προσαυξήσεις που μπορεί να έχετε ορίσει θα παραβλεφθούν όταν χρησιμοποιείται το Amazon Checkout.'),
('el', 'text_anonymous_checkout', 'Πρέπει να είστε εγγεγραμμένος χρήστης για να προχωρήσετε στην πληρωμή'),
('el', 'text_answer_type', 'Δώστε μια απάντηση κειμένου'),
('el', 'text_applied_promotions', 'Τα συγχαρητήριά μας! Σας έχει δοθεί το ακόλουθο promotion'),
('el', 'text_approval_notice', 'Αυτή η θέση χρειάζεται έγκριση'),
('el', 'text_are_you_sure_to_delete_file', 'Είστε σίγουροι ότι θέλετε να διαγράψετε το αντικείμενο?'),
('el', 'text_are_you_sure_to_proceed', 'Είστε σίγουρος ότι θέλετε να προxωρήσετε;'),
('el', 'text_atos_notice', '<b>Σημείωση:</b><br />1. Αντιγράψτε το Πιστοποιητικό σας απο τον σκληρό δίσκο στον κατάλογο [home_path]. Μετονομάστε το Πιστοποιητικό σε  certif.fr.[my_merchant_id], όπου [my_merchant_id] είναι ο αριθμός της ιστοσελίδας σας.<br /> 2. Μετονομάστε τις παραμέτρους του αρχείου καταστήματος (parmcom.014213245611111 file) σε parmcom.[my_merchant_id].<br />3. Επεξεργαστείτε το <b>pathfile</b> αρχείο που βρήσκετε στο  <b>[home_path]</b> κατάλογο<br />- Αντικαταστείτε την γραμμή <u>D_LOGO![some_dir]!</u> με <u>D_LOGO![http_path]/logo/!</u><br />- Αντικαταστείτε την γραμμή <u>F_DEFAULT![/some_dirs/parmcom.sogenactif]!</u> με <u>F_DEFAULT![home_path]/parmcom.sogenactif!</u><br />- Αντικαταστείτε την γραμμή <u>F_PARAM![/some_dirs/parmcom]!</u> με  <u>F_PARAM![home_path]/parmcom!</u><br />- Αντικαταστείτε την γραμμή <u>F_CERTIFICATE![/some_dirs/certif]!</u> με <u>F_CERTIFICATE![home_path]/certif!</u><br />4. Επεξεργαστείτε το αρχείο <b>parmcom.[some_number]</b> που βρίσκετε στον κατάλογο <b>[home_path]</b> <br />- Αντικαταστείτε την γραμμή <u>AUTO_RESPONSE_URL![some_url]!</u> με <u>AUTO_RESPONSE_URL![auto_url]!</u><br />- Αντικαταστείτε την γραμμή  <u>CANCEL_URL![some_url]!</u> με <u>CANCEL_URL![ok_url]!</u><br />- Αντικαταστείτε την γραμμή <u>RETURN_URL![some_url]!</u> με <u>RETURN_URL![ok_url]!</u><br />'),
('el', 'text_atos_warning', '<span style=\"color:#FF2222\">Προσοχή!!!</span> Η διαδρομή των Atos αρχείων πρέπει να αποτελούντε από όχι περισσότερες από 60 σύμβολα, διαφορετικά παρακαλούμε αντιγράψτε τον φάκελο atos_files σε κάποιο κατάλογο γονέα, π.χ. στον κατάλογο πυρήνα του cs cart. Επίσης, βεβαιωθείτε ότι ο κατάλογος με τα αρχεία Atos πρέπει να έχουν πλήρη δικαιώματα.\"'),
('el', 'text_authentication_failed_message', 'Το Χρηματοπιστωτικό ίδρυμα σας έχει δηλώσει ότι δεν μπορούσε να επικυρωθεί με επιτυχία αυτή η συναλλαγή. Για την προστασία από την παράνομη χρήση, αυτή η κάρτα δεν μπορεί να χρησιμοποιηθεί για να ολοκληρώσετε την αγορά σας. Μπορείτε να ολοκληρώσει την αγορά, επιλέγοντας μια άλλη μορφή πληρωμής.'),
('el', 'text_backup_filename_hint', 'Για να κατεβάσετε αυτό το αντίγραφο ασφαλείας, κάντε κλικ στο εικονίδιο με το γρανάζι και επιλέξτε λήψη'),
('el', 'text_backup_management_notice', 'Αυτή η ενότητα σας επιτρέπει να διαχειρίζεστε τα αρχεία του Backup. <br>- To restore database, tick off the checkbox near the appropriate filename and press \"Restore\" button (please note, that the first file will be processed only if you select more that one entry)<br>- To delete files, tick off the checkboxes near files that should be deleted and press \"Delete\" button.<br>- To download the file to your local computer, click on the filename.'),
('el', 'text_banner', 'Βanner κειμένου'),
('el', 'text_billing_address_is_different_from_shipping', 'Η Διεύθυνση Χρέωσης είναι Διαφορετική από την Διεύθυνση Αποστολής'),
('el', 'text_billing_same_with_shipping', 'Η Διεύθυνση Τιμολόγησης και Αποστολής είναι ίδιες'),
('el', 'text_block_trial_notice', 'Η περιόδος των 30 ημερών αξιολόγησης σας έχει λήξει. Παρακαλούμε να αγοράσετε την πλήρη εμπορική άδεια ή να αφαιρέσετε  το λογισμικό από τον διακομιστή σας.'),
('el', 'text_box', 'Πλαίσιο κειμένου'),
('el', 'text_buy_new_license', 'Εάν δεν έχετε έναν αριθμό αδειών ακόμα, μπορείτε να το αγοράσετε στην επίσημη ιστοσελίδα μας.'),
('el', 'text_cannot_apply_points_to_this_order_because_total', 'Δυστυχώς, δεν μπορείτε να εφαρμόσετε τους πόντους σε αυτή τη παραγγελία, διότι το συνολικό κόστος είναι μηδενικό.'),
('el', 'text_cannot_apply_points_to_this_order_because_user', 'Δυστυχώς, δεν μπορείτε να εφαρμόσετε τους πόντους σε αυτή τη παραγγελία, καθώς δεν έχετε πόντους σε αυτόν τον λογαριασμό.'),
('el', 'text_cannot_create_directory', 'Cannot create directory <b>[directory]</b>. Please check the permissions.'),
('el', 'text_cannot_create_file', 'Cannot create file <b>[file]</b>. Please check the directory permissions.'),
('el', 'text_cannot_delete_directory', 'Cannot delete directory <b>[directory]</b>. Please check the permissions.'),
('el', 'text_cannot_delete_file', 'Cannot delete file <b>[file]</b>. Please check the permissions.'),
('el', 'text_cannot_rename_directory', 'Cannot rename directory <b>[directory]</b>. Please check the permissions.'),
('el', 'text_cannot_rename_file', 'Cannot rename file <b>[file]</b>. Please check the permissions.'),
('el', 'text_cannot_restore_directory', 'Δεν είναι δυνατή η επαναφορά του καταλόγου <b>[directory]</b> από την αποθήκευτικό σύστημα.Παρακαλώ ελέγξτε αν το αποθηκευτικό σύστημα υπάρχει.'),
('el', 'text_cannot_restore_file', 'Δεν είναι δυνατή η επαναφορά αρχείων<b>[file]</b> από το αποθηκευτικό σύστημα.Παρακαλώ ελέγξτε αν το αποθηκευτικό σύστημα υπάρχει.'),
('el', 'text_can_be_used_once', 'Το κουπόνι αυτό μπορεί να χρησιμοποιηθεί μόνο μία φορά. Έχετε εφαρμοστεί ήδη.'),
('el', 'text_cart_amount_changed', 'Η ποσότητα του προϊόντος <b>[product]</b> στο καλάθι σας έχει αλλάξει σto επιτρεπόμενo.'),
('el', 'text_cart_amount_corrected', 'Η ποσότητα του προϊόντος <b>[product]</b> έχει διορθωθεί διότι ξεπερνάει το διαθέσιμο απόθεμα!'),
('el', 'text_cart_empty', 'Το Καλάθι σας είναι άδειο!'),
('el', 'text_cart_max_qty', 'Μέγιστη ποσότητα για το\"[product]\" είναι<b>[quantity]</b>\"'),
('el', 'text_cart_min_qty', 'Ελάχιστη ποσότητα για το \"[product]\" είναι <b>[quantity]</b>\"'),
('el', 'text_cart_not_enough_inventory', 'Ο αριθμός των προϊόντων στο απόθεμα των προιόντων δεν αρκεί για την παραγγελία σας'),
('el', 'text_cart_zero_inventory', 'Το παρακάτω προϊόν : <b>[product]</b> έχει μηδενικό απόθεμα και δεν μπορεί να προστεθεί στο καλάθι σας.'),
('el', 'text_cart_zero_inventory_and_removed', '<b>[product]</b> έχει μηδενικό απόθεμα και αφαιρείται από το καλάθι');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('el', 'text_catalog_mode_zero_price_action_notice', 'Για να μπορέσει το κουμπί \"Αγοράστε τώρα\"  να εμφανίζεται στη σελίδα λεπτομερειών προϊόντος, ορίστε ως  \"Δραση για Μηδενική τιμή\", την επιλογή \"Επιτρέπεται στους πελάτες να προσθέσουν το προϊόν στο καλάθι\".'),
('el', 'text_categories_have_been_deleted', 'Οι Κατηγορίες διαγράφηκαν με επιτυχία!'),
('el', 'text_category_delimiter', 'Category path delimiter for \'main_category\' field (e.g. \"Computers///Desktops\")'),
('el', 'text_category_detailed_image', '(εάν οριστεί εμφανίζεται στην σελίδα με τις λεπτομέρειες κατηγορίας μόνο)'),
('el', 'text_category_has_been_deleted', 'Η Κατηγορία, υποκατηγορίες και τα προϊόντα τους διαγράφηκαν με επιτυχία.'),
('el', 'text_category_icon', 'Εμφανίστηκαν στην λίστα κατηγοριών και στις σελίδες λεπτομερειών'),
('el', 'text_cc_javascript_disabled', 'Σημείωση! Το πρόγραμμα περιήγησης έχει απενεργοποιημένη την <b>JavaScript</b>. Για να πληρώσετε την παραγγελία σας κάντε κλικ'),
('el', 'text_cc_number_is_blocked', 'Ο αριθμός της πιστωτικής κάρτας <b>[cc_number]</b> έχει αποκλειστεί από το διαχειριστή. Παρακαλούμε επικοινωνήστε με τον διαχειρηστή του καταστήματος ή δοκιμάστε μια άλλη.'),
('el', 'text_cc_processor_connection', 'Connecting to <b>[processor]</b> payment gateway...'),
('el', 'text_cdn_check', '<strong>Προσοχή!</strong> Παρακαλώ δοκιμάστε κάποια στατική διεύθυνση URL, π.χ. <a href=\"[url]\"> [url]</a>, για να εξασφαλισετε ότι λειτουργεί πριν από την ενεργοποίηση CDN (μπορείτε να το ενεργοποιήσετε αφου η αποθηκευση ενεργοποιηθει). Διαρκεί συνήθως 10-15 λεπτά για να ενεργοποιηθεί η αποθήκευση (το πεδίο \"Κατάσταση\" θα πρέπει να εμφανίζει «Ενεργό», ανανεώστε τη σελίδα για ενημερώσεις).'),
('el', 'text_cdn_setup', 'CDN δημιουργήθηκε με επιτυχία.'),
('el', 'text_changes_not_saved', 'Οι αλλαγές σας δεν αποθηκεύτηκαν.'),
('el', 'text_changes_saved', 'Οι αλλαγές σας αποθηκεύτηκαν.'),
('el', 'text_change_password', 'Είστε συνδεδεμένος στον λογαριασμο σας.Παρακαλώ αλλαξτε τον κωδικό σας και πατήστε το \"Save \".'),
('el', 'text_character_identifier_tooltip', 'Μια ακολουθία χαρακτήρων που χρησιμεύει ως ένα αναγνωριστικό. Μπορείτε να χρησιμοποιήσετε αριθμούς από 0 έως 9, σύμβολα της αγγλικής αλφαβήτου και τις ακόλουθες ενδείξεις: «-», «_», «.».'),
('el', 'text_checkout_new_profile_notice', 'Αν είστε νέος πελάτης, πρέπει να γνωρίζουμε τα προσωπικά σας στοιχεία.'),
('el', 'text_cities_wildcards', 'Μπορείτε να χρησιμοποιήσετε ειδικούς χαρακτήρες (wildcards) σ\'αυτό το πεδίο:<br><b>\'?\'</b> - κάθε χαρακτήρας;<b>\'*\'</b> - σύνολο χαρακτήρων.<br><br><u>Παράδειγμα:</u><br<b>Θεσσ*</b> &nbsp;&nbsp;(αντιστοιχεί σε Θεσσαλία, Θεσσαλονίκη, κλπ)<br><b>Κ?ρ*</b>&nbsp;&nbsp; (αντιστοιχεί σε Κόρινθος)'),
('el', 'text_click_here', 'Πατήστε εδώ για περισσότερες πληροφορίες'),
('el', 'text_cmcic_notice', 'Ορίστε το ακόλουθο URL, όπως το <b> CGI2 </ b>: <b> [postback_url] </ b>'),
('el', 'text_cmpi_frame_message', 'Για την ασφάλειά σας, παρακαλούμε να συμπληρώσετε την παρακάτω φόρμα για να ολοκληρώσετε την παραγγελία σας. Μην κάνετε κλικ στην Ανανέωση ή κουμπί \"Πίσω\", καθώς η πράξη αυτή μπορεί να διακοπεί ή να ακυρωθεί.'),
('el', 'text_cmpi_go_back', 'Επιστροφή'),
('el', 'text_combination_out_of_stock', 'Δεν υπάρχει διαθεσιμο προϊόν για τη συγκεκριμένη επιλογή'),
('el', 'text_companies_activated', 'Οι επιλεγμένες εταιρείες έχουν ενεργοποιηθεί'),
('el', 'text_companies_disabled', 'Οι επιλεγμένες εταιρείες έχουν απενεργοποιηθεί'),
('el', 'text_company_status_active_subj', 'Η επιχείρησή σας ενεργοποιήθηκε.'),
('el', 'text_company_status_active_to_pending', 'Κατάσταση του πωλητή σας έχει αλλάξει από τους ενεργή σε εν αναμονή.'),
('el', 'text_company_status_changed', 'Κατάσταση της εταιρείας [company] σας άλλαξε σε [status].'),
('el', 'text_company_status_disabled_subj', 'Η επιχείρησή σας έχει απενεργοποιηθεί.'),
('el', 'text_company_status_disabled_to_pending', 'Κατάσταση του πωλητη σας έχει αλλάξει από ανενεργη σε κατάσταση εκκρεμότητας.'),
('el', 'text_company_status_new_to_active', 'Το αίτημά σας  για πωλητή [company] εγκρίθηκε'),
('el', 'text_company_status_new_to_active_administrator_created', 'Δημιουργήθηκε νέος διαχειριστής. Μπορείτε να έχετε πρόσβαση στην περιοχή διαχειρισης: k]\">[link_text]</a> χρησιμοποιώντας τα ακόλουθα στοιχεία: <br /> Σύνδεση: [login] <br /> Κωδικός πρόσβασης: [password]'),
('el', 'text_company_status_new_to_active_administrator_updated', 'Ο τύπος του λογαριασμού σας [login] άλλαξε σε διαχειριστή. Μπορείτε να συνδεθείτε στην περιοχή διαχειρισης: <a href=\"[link]\">[link_text]</a>'),
('el', 'text_company_status_new_to_active_subj', 'Εγκρίθηκε το αίτημά σας για πωλητή'),
('el', 'text_company_status_new_to_disable', 'Απορρίφθηκε το αίτημά σας για πωλητης της  [company]'),
('el', 'text_company_status_new_to_disable_subj', 'Απορρίφθηκε το αίτημά σας για πωλητής'),
('el', 'text_company_status_new_to_pending', 'Συγχαρητήρια, η αίτησή σας για ένα λογαριασμό πωλητή έχει εγκριθεί. Μολις εξετάσουμε τις πληροφορίες του λογαριασμολυ σας, θα τον εκδώσουμε στην ιστοσελίδα μας.'),
('el', 'text_company_status_pending', 'Η κατάσταση εκκρεμότητας σάς δίνει τη δυνατότητα να συνδεθείτε στο admin panel σας, να αλλάξετε τα στοιχεία της εταιρείας, και να συμπληρώσετε το κατάστημα σας με προϊόντα.'),
('el', 'text_company_status_pending_subj', 'Εταιρεία σας είναι σε αναμονή για έγκριση.'),
('el', 'text_company_status_pending_to_active', 'Εγκρίθηκαν οι αλλαγές σας στο προφίλ πωλητη της [company].'),
('el', 'text_conditions_cleared', 'Πίνακας συνθηκων καθαρίστηκε'),
('el', 'text_confirmation_page_header', 'Αυτό είναι ένα μήνυμα επιβεβαίωσης. Πρέπει να επιβεβαιώσετε αυτήν την πράξη πρίν προχωρήσουμε στην εφαρμογή της.'),
('el', 'text_confirm_passwd_recovery', 'Σας παρακαλούμε ακολουθήστε αυτόν τον Σύνδεσμο για να επιβεβαιώσετε την επανάκτηση του κωδικού πρόσβασης'),
('el', 'text_cpf_exists', 'CPF está vinculado a outra conta'),
('el', 'text_csrf_attack', 'Δεν επιτρέπεται η πρόσβαση: Πιθανη επίθεση CSRF'),
('el', 'text_customer_area_logo', 'Λογότυπο για την  περιοχή <b> πελάτη </ b> .'),
('el', 'text_datatrans_notice', '<b> Σημείωση </ b>: Για να παρακολουθήσετε τις παραγγελίες σας με το λογισμικό Data Trans  θα πρέπει να ληφθούν τα ακόλουθα βήματα: <br /> <br /> -&nbsp Συνδεθείτε στο λογαριασμο σας στο DataTrans<br /> -&nbsp Πατηστε στο συνδεσμο <u>Upp Data</u> στον τομεα <u>Upp Administration</u>.<br /> -&nbsp Ορίστε <u>URL Post data format</u> στο <b>Data in Post format</b>.<br /> -&nbsp Ορίστε <u>Approved URL</u> στο:<br /> <b>[post_url]</b><br /> -&nbsp Πατηστε στο συνδεσμο <u>Security</u> στον τομεα <u>Upp Administration</u>.<br /> -&nbsp Επιλέξτε την επιλογή <b>An additional merchant identification will be send with payment messages</b.<br /> -&nbsp Δημιουργήστε νεα ψηφιακη υπογραφηχρησιμοποιώντας το κουμπι <u>Generate new sign</u>.<br /> -&nbsp Οριστε τη δημιουργημενη αξια στο πεδιο <u>Digital signature</u> στη σελιδα ρυθμισεων πληρωμων DataTrans στο καταστημα σας στο CS-Cart<br />'),
('el', 'text_data_changed', 'Οι αλλαγές σας δεν έχουν αποθηκευτεί.  n  n Πατήστε ΟΚ για να συνεχίσετε ή Ακύρωση για να παραμείνετε στην τρέχουσα σελίδα.'),
('el', 'text_decrease_points_in_use', 'Τα σημεία που χρησιμοποιούνται κατά σειρά που είχαν αφαιρεθεί από τον λογαριασμό χρήστη.'),
('el', 'text_deltapay_notice', '<b> Σημείωση: </ b> Παρακαλώ στείλτε τις παρακάτω πληροφορίες για την υποστήριξη DeltaPay:<br />Payment page: <u>[payment_url]</u><br />Success page: <u>[result_url]</u><br />Failure page: <u>[result_url]</u><br />Cancel page: <u>[result_url]</u><br />'),
('el', 'text_directebanking_notice', 'Τοποθετήστε τον σύνδεσμο επιτυχίας στο: <b>[success_url]</b><br /> Τοποθετήστε τον σύνδεσμο ματαίωσης στο: <b>[abort_url]</b><br /> Προσθέστε ένα νέο HTTP κοινοποίηση και τοποθετήστε τον  σύνδεσμο κοινοποίησης στο: <b>[notification_url]</b><br /> Ενεργοποιήστε τον έλεγχο για τις φόρμες και τοποθετήστε τον  Αλγόρυθμο Hash στο SHA1<br />'),
('el', 'text_directory_created', 'Directory <b>[directory]</b> has been successfully created.'),
('el', 'text_directory_deleted', 'Directory <b>[directory]</b> has been successfully deleted'),
('el', 'text_directory_renamed', 'Directory <b>[directory]</b> has been successfully renamed to <b>[to_directory]</b>'),
('el', 'text_directory_restored', 'Ο κατάλογος <b> [directory] </ b> έχει αποκατασταθεί από το αποθετήριο'),
('el', 'text_downloads_empty', 'H λίστα λήψεων  σας είναι άδεια.'),
('el', 'text_editing', 'Επεξεργασία κειμένου'),
('el', 'text_edp_product', 'Το προϊόν διανέμεται ηλεκτρονικά!'),
('el', 'text_ekey_not_valid', 'Το Ηλεκτρονικό κλειδί που πληκτολογήσατε δεν είναι έγκυρο ή έχει λήξει!'),
('el', 'text_email_is_blocked', 'Η διεύθυνση e-mail <b> [email] </ b> έχει αποκλειστεί από το διαχειριστή. Παρακαλούμε επικοινωνήστε με τον  διαχειριστή του κατάστημα ή δοκιμάστε έναν άλλο.'),
('el', 'text_email_sent', 'To E-mail στάλθηκε με επιτυχία!'),
('el', 'text_emerchantpay_notice', 'Προσθέστε αυτά τα πεδία URL  στη διαμόρφωση eMerchantPay eCommerce Payment Form: <br/> <br/> <b>BackReturn URL:</b> <br/>[backreturn_url] <br/> <br/> <b>Προσαρμοσμενη έγκριση URL:</b> <br/>[notify_url] <br/> <br/> <b>Προσαρμοσμενη μείωση URL:</b> <br/>[decline_url] <br/> <br/> <b>ενεργοποιήσετε URL κοινοποίησης :</b> <br/>[process_url]'),
('el', 'text_enabled_testimonials_notice', 'Τα Testimonials είναι απενεργοποιημένα.Για να τα ενεργοποιησέτε παρακαλώ πηγαίνετε στο  <a href=\"[link]\">Comments and reviews: options</a> and select the \"Communication\", \"Rating\" or \"Communication and Rating\" value in \"Testimonials\" field.\"'),
('el', 'text_enets_notice', 'Παρακαλώ στείλτε την παρακάτω διεύθυνση URL στον eNPS διευθυντή,ως ένα URL απάντηση για όλες τις τρεις περιπτώσεις (επιτυχία, αποτυχία, άκυρο): [r_url]'),
('el', 'text_entered_html_was_sanitized', 'Ορισμένες <strong>ετικέτες HTML</strong> που έχετε χρησιμοποιήσει <strong>διακόπηκαν</strong> λόγω των περιορισμών σχετικά με την εισαγωγή HTML ετικέτες, όπως &lt; αντικείμενο &gt;, &lt; iframe &gt;, &lt; embed &gt; και κώδικα JavaScript. Γι αυτό το λόγο δεν θα εμφανιστεί το περιεχόμενο που έχετε τοποθετήσει μέσω αυτές τις ετικέτες.'),
('el', 'text_enter_filename', 'Παρακαλώ εισάγετε ένα νέο όνομα αρχείου'),
('el', 'text_error_adding_request', 'Παρουσιάστηκε σφάλμα κατά την προσθήκη της αίτησης.'),
('el', 'text_exim_data_exported', 'Τα δεδομένα εξάγονται με επιτυχία'),
('el', 'text_exim_data_imported', 'Τα δεδομένα εισάγονται με επιτυχία.<br />New objects - <b>[new]</b> <br />Updated objects - <b>[exist]</b> <br />Skipped objects - <b>[skipped]</b> <br />Total - <b>[total]</b>.'),
('el', 'text_exim_data_imported_clear', 'Τα Δεδομένα εισήχθησαν με επιτυχία.'),
('el', 'text_exim_export_notice', 'Παρακάτω είναι μια λίστα με τα πεδία που μπορούν να εξαχθούν. Τα <b> τόνισμένα </ b>  πεδία είναι υποχρεωτικά.'),
('el', 'text_exim_import_features_note', '<h4>Μορφή εισαγωγής χαρακτηριστικών προϊόντων</h4><code>(%Group name%) %Feature name%: %Feature type%[%Feature value%]</code>οπου,<dl class=\"dl-horizontal\"><dt>%Group name%</dt><dd>το όνομα της ομάδας χαρακτηριστικών</dd><dt>%Feature name%</dt><dd>το όνομα του χαρακτηριστικού</dd><dt>%Feature type%</dt><dd>τον τύπο του χαρακτηριστικου (C - checkbox, M - multiple checkboxes, S - text select box, N - number select box, E - extended selectbox, T - simple text, O - number, D - date)</dd><dt>%Feature value%</dt><dd>την τιμή του χαρακτηριστικού (πολλές τιμές μπορούν να οριοθετηθούν με κόμμα)</dd></dl><p>Ορισμένα χαρακτηριστικά πρέπει να οριοθετούνται με ερωτηματικό.</p><h5>Παραδειγμα:</h5><code>ISBN: T[1233423423]; Ημερομηνία κυκλοφορίας: D[05/05/07]; Color: S[Red]</code>'),
('el', 'text_exim_import_files_note', '<h4>Μορφή αρχείου εισαγωγής</h4><code>%File location%</code>οπου,<dl class=\"dl-horizontal\"><dt>%File location%<dt><dd>μπορεί να είναι μια απόλυτη ή σχετική διαδρομή  ή ένα URL</dd></dl><p>Πολλαπλοι φάκελοι πρέπει να οριοθετούνται με κόμμα.</p><h5>Παραδειγμα 1:</h5><code>file1.jpg</code><h5>Παραδειγμα 2:</h5><code>backup/file1.zip, images/file2.jpg</code>'),
('el', 'text_exim_import_images_note', '<h4>Μορφή αρχείου εισαγωγής</h4><code>%Image location%#%Alternative text%</code> where,<br><dl class=\"dl-horizontal\"><dt>%Image location%</dt><dd>μπορεί να είναι μια απόλυτη ή σχετική διαδρομή  ή ένα URL,</dd><dt>%Alternative text%<dt><dd>image alternative text</dd></dl><h5>Example 1:</h5><code>images/product_images/apples.jpg#Apples</code><h5>Example 2:</h5><code>http://www.site.com/apples.jpg#Apples</code>'),
('el', 'text_exim_import_notice', 'Παρακάτω είναι μια λίστα των πεδίων που το αρχείο δεδομένων μπορεί να περιέχει. Τα τόνισμένα πεσία bold είναι υποχρεωτικά.Εάν πρόκειται να εισαγάγετε δεδομένα με ειδικά σύμβολα (κόμματα, ερωτηματικά, κ.λπ.), βεβαιωθείτε ότι έχετε αυτά τα πεδία εισηγμένα.'),
('el', 'text_exim_import_options_note', '<h4>Μορφή εισαγωγής επιλογών προϊόντων</h4><code>%Option name%: %Option type%[{$ldelim}%Variant 1 ID%{$rdelim}%Variant 1%,{$ldelim}%Variant 2 ID%{$rdelim}%Variant 2%,{$ldelim}%Variant N ID%{$rdelim}%Variant N%]</code> οπου,<dl class=\"dl-horizontal\"><dt>%Option name%</dt><dd>το ονομα της επιλογης,</dd><dt>%Variant N ID%</dt><dd>το id της παραλλαγης,</dd><dt>%Variant N%</dt><dd>το όνομα της παραλλαγής. Οι παραλλαγές πρέπει να καθορίζονται εάν ο τύπος της επιλογής είναι μόνο ένα κιβώτιο επιλογής ή μια ραδιο ομάδα.</dd><dt>%Option type%</dt><dd>ο τύπος επιλογής, μπορεί να είναι ο ακόλουθος:<br><ul><li><b>S</b> - selectbox,</li><li><b>R</b> - radiogroup,</li><li><b>C</b> - checkbox,</li><li><b>I</b> - simple input,</li><li><b>T</b> - textarea.</li></ul></dd></dl><p>Περισσοτερες επιλογές πρέπει να οριοθετούνται με ερωτηματικό.</p><h5>Παραδειγμα:</h5>Απλές επιλογές κειμένου:<code>Ηλικια: I; Ημερομηνια Γεννησης: I; Σημειωσεις: T</code><br>Επιλογές με παραλλαγές:<code>Χρωμα: S[Red, Green, Blue]; Size: R[X, XL, XXL]</code>'),
('el', 'text_exim_utf8_file_format', 'Παρακαλώ βεβαιωθείτε ότι το αρχείο που εισάγετε έχει το UTF-8 για τη σωστή εισαγωγή'),
('el', 'text_expired_license', 'Δυστυχώς, η συνδρομή σας για το λογισμικό CS-Cart τελειωσε. Παρακαλούμε ανανεώστε την το συντομότερο δυνατό για να αποφευχθεί η αναστολή του προγράμματος.'),
('el', 'text_failed_gift_certificate_addition', 'Απέτυχε να προσθέσει το πιστοποιητικό. Βεβαιωθείτε ότι το ποσό της σύνοψης δεν είναι μηδέν.'),
('el', 'text_features_delimiter', 'Οριοθέτης των τιμων των παραλλαγων ενός χαρακτηριστικού σε προϊόν.'),
('el', 'text_feedback_notice', 'Οι παράμετροι που θα σταλούν στον κεντρικό υπολογιστή μας για να αναλύσει τη λειτουργικότητα και την τρέχουσα ρύθμιση παρατίθενται κατωτέρω .<br />Επισημαίνεται ότι δεν θα σταλούν προσωπικές ή οικονομικές πληροφορίες . Αφού εξοικειωθούν με τον κατάλογο των παραμέτρων, κάντε κλικ στο \"Send\".<br />'),
('el', 'text_files_directory', 'Κατάλογος όπου βρίσκονται τα αρχεία του προϊόντος. Αυτό θα χρησιμοποιηθεί εάν το \"File\" πεδίο δεδομένων ορίζεται χωρίς ένα μονοπάτι αυτό πρέπει να είναι μια απόλυτη διαδρομή'),
('el', 'text_file_created', 'File <b>[file]</b> has been successfully created.'),
('el', 'text_file_deleted', 'File <b>[file]</b> has been successfully deleted'),
('el', 'text_file_editor_notice', 'Μπορείτε να ανεβάζετε και να κατεβάζετε αρχεία μέσω του <a href=\"[href]\">Επεξεργαστή αρχείων</a>'),
('el', 'text_file_editor_notice_full_link', 'Μπορείτε να ανεβάζετε και να κατεβάζετε αρχεία μέσω του [link]'),
('el', 'text_file_renamed', 'File <b>[file]</b> has been successfully renamed to <b>[to_file]</b>'),
('el', 'text_file_restored', 'Το αρχείο <b> [Αρχείο] </ b> έχει αποκατασταθεί από το αποθετήριο'),
('el', 'text_file_saved', 'File <b>[file]</b> is successfully saved'),
('el', 'text_fill_the_mandatory_fields', 'Θα χρειαστεί να συμπληρώσετε όλα τα υποχρεωτικά πεδία'),
('el', 'text_forbidden_file_extension', 'Δεν επιτρέπεται η δημιουργία / το ανέβασμα / η μετονομασία αρχείων με την <b>.[ext]</b> κατάληξη.'),
('el', 'text_forbidden_file_mime', 'Δεν επιτρέπεται να δημιουργήσετε/ανεβασετε/μετονομασετε αρχεία του τύπου ΜΙΜΕ <b>[mime]</b>.'),
('el', 'text_forbidden_functionality', '<p>Για να χρησιμοποιήσετε αυτήν τη δυνατότητα, χρειάζεστε μια άδεια [product].</p>'),
('el', 'text_forbidden_uploaded_file_extension', 'Δεν επιτρέπεται να ανεβάσετε τα αρχεία με τις <b>.[ext]</b> καταλήξεις. Επιτρεπόμενες καταλήξεις: <b>[exts]</b>'),
('el', 'text_forbidden_uploaded_file_size', 'Δεν επιτρέπεται να ανεβάσετε αρχεία με μέγεθος πάνω από <b>[size]</b>'),
('el', 'text_form_cresecure_notice', 'Παρακαλούμε να ολοκληρώσετε την πληρωμή σας<br /> Πρόκειται για μια ασφαλή σελίδα πληρωμής,από μια ασφαλή θέση.'),
('el', 'text_full_mode_required', 'Απαιτείται <strong>Πλήρης Λειτουργία</strong>.'),
('el', 'text_gate2shop_notice', '<p>Παρακαλώ ορίστε τις παρακάτω τιμές στις ρυθμίσεις Gate2Shop:</p><p>Success, failed and canceled URL: <b>[result_url]</b></p><p>Back URL: <b>[back_url]</b></p>'),
('el', 'text_gd_not_avail', 'Η βιβλιοθήλη GD <b>δεν</b> εγκατεστημένο στον server σας. Παρακαλούμε επικοινωνήστε με τον πάροχο σας. <br />Τα διαγράμματα μπορούν να εκπροσωπούνται μόνο ως πίνακες (chart type \"Table\").'),
('el', 'text_gift_certificate_logo', 'Λογότυπο για <b>δωροεπιταγές</b>'),
('el', 'text_gift_cert_added_to_wishlist', 'Η δωροεπιταγή έχει προστεθεί στη λίστα Αγαπημένων'),
('el', 'text_gift_cert_amount_alert', 'Το ποσό πρέπει να είναι μεταξύ [min] και [max]'),
('el', 'text_gift_cert_applied', 'Η δωροεπιταγή έχει ενεργοποιηθεί'),
('el', 'text_gift_cert_cannot_delete', 'Η δωροεπιταγή [code] δεν μπορεί να διαγραφεί, επειδή χρησιμοποιείται για άλλη παραγγελία [ids].'),
('el', 'text_gift_cert_has_been_deleted', 'Η δωροεπιταγή έχει διαγραφεί επιτυχώς.'),
('el', 'text_hidpi_support_enabled', 'Η υποστήριξη HiDPI είναι ενεργοποιημένη'),
('el', 'text_hsbc_notice', '<b>Client ID  -</b>H ταυτότητα πελάτη είναι (tm) μια δεκαδική τιμή που κυμαίνεται μεταξύ του 0 και του 999999999, ή ένα έγκυρο ψευδώνυμο πελάτη της φόρμας UK12345678CUR . <br /> Σημειώστε, οτι το ψευδώνυμο είναι ευαίσθητη υπόθεση. <br /> <b> Σημαντική σημείωση για τούς χρήστες του Unix: </b><br /> Παρακαλώ βεβαιωθείτε ότι έχετε τα κατάλληλα δικαιώματα για τον ακόλουθο κατάλογο: [cart_dir] (shell command \"chmod -R 755\").'),
('el', 'text_ideal_basic_notice', '&nbsp Συνδεθείτε στον λογαριασμό σας στο iDEAL <br />-&nbsp Πατήστε <u>Security</u> στο τμήμα του <u>Προφίλ</u>.<br />-&nbsp Αλλάξτε την ρύθμιση <u>Κοινοποίηση</u> σε <b>XML</b><br />-&nbsp Τοποθετήστε τον <u>σύνδεσμο κοινοποίησης</u> στο:<br /><b>[return_url]</b><br />-&nbsp'),
('el', 'text_images_directory', 'Directory where images are located (this will be used if image file is specified without path; this must be an absolute path, e.g. [images_backup_dir])'),
('el', 'text_increase_points_in_use', 'Τα σημεία που χρησιμοποιούνται κατά σειρά που προστέθηκαν στο λογαριασμό χρήστη.'),
('el', 'text_input_license_code', 'Παρακαλώ εισάγετε τον αριθμό αδείας σας για να διαχειριστείτε το κατάστημα σας:'),
('el', 'text_installing_theme_dependencies', 'Γινεται εγκατασταση των εξαρτήσεων για θέματα: [dependencies]'),
('el', 'text_invalid_url', 'Έχετε εισάγει μια άκυρη διεύθυνση URL'),
('el', 'text_ips_denied', 'Δεν επιτρέπεται η πρόσβαση σε αυτόν τον τομέα'),
('el', 'text_ip_blocked_failed_login', 'Η IP αποκλείστηκε μετά από [number] αποτυχημένες συνδέσεις'),
('el', 'text_ip_is_blocked', 'Η διεύθυνση IP σας είναι αποκλεισμένη.'),
('el', 'text_items_added', 'Τα στοιχεία που προστέθηκαν με επιτυχία'),
('el', 'text_license_is_disabled', 'Η άδεια είναι απενεργοποιημένη. Παρακαλούμε να ελέγξετε την κατάσταση της άδειας χρήσης σας.'),
('el', 'text_license_is_disabled_full', 'Η άδεια είναι απενεργοποιημένη. Ελέγξτε την κατάσταση άδειας χρήσης σας ή επιλέξτε ένα διαφορετικό τροπο λειτουργίας του καταστηματος.'),
('el', 'text_license_is_invalid', 'Ο Αριθμός άδειας χρήσης δεν είναι έγκυρος. Παρακαλώ εισάγετε εναν έγκυρο αριθμό αδείας.'),
('el', 'text_license_is_invalid_full', 'Ο Αριθμός άδειας χρήσης δεν είναι έγκυρος. Πληκτρολογήστε έναν έγκυρο αριθμό άδειας ή επιλέξτε ένα διαφορετικό τροπο λειτουργιας του καταστηματος.'),
('el', 'text_license_required_ebay', 'Αυξήστε τις πωλήσεις σας πουλώντας προϊόντα που παρουσιάζονται με το CS-Cart κατάστημα στην μεγαλύτερη αγορά του κόσμου — Το eBay.'),
('el', 'text_license_required_ebay-title', 'Συγχρονισμος eBay'),
('el', 'text_license_required_facebook', 'Κατασκευάστε το κατάστημά σας στη σελίδα σας στο Facebook για να βρεθείτε πιο κοντά στο κοινό σας και να φερετε περισσότερους νέους πελάτες.'),
('el', 'text_license_required_facebook-title', 'Facebook App'),
('el', 'text_license_required_full', 'Η τρέχουσα έκδοση του CS-Cart είναι Professional. Προσφέρουμε επίσης μια ακόμη πιο προηγμένη έκδοση — <b>Ultimate</b>. Με το CS-Cart Ultimate, θα είστε σε θέση να χρησιμοποιήσετε απεριόριστο αριθμό καταστημάτων αλλά και το mobile commerce app, καθώς και το eBay Synchronization app και το Facebook app χωρίς πρόσθετα κόστη. Για να ξεκλειδώσετε την δυνατότητα απεριόριστων καταστημάτων και το mobile commerce app, αποκτήστε την άδεια Ultimate.'),
('el', 'text_license_required_storefronts', 'Προσθέσετε όσα καταστήματα θέλετε και διαχειριστείτε τα μέσω ενός ενιαίου admin panel.'),
('el', 'text_license_required_storefronts-title', 'Απεριόριστα Καταστήματα'),
('el', 'text_links', 'Σύνδεσμοι κειμένου'),
('el', 'text_login_form', '<h4>Δεν είσαστε Εγγεγραμένος Μέλος?</h4><p>Η Δημιουργία ενός νέου Λογαριασμού είναi πολύ γρήγορη & απλή διαδικασία.</p>'),
('el', 'text_login_to_add_to_cart', 'Το προϊόν αυτό δεν είναι δυνατό να προστεθεί στο<br> καλάθι γιατί δεν έχετε εισέλθει'),
('el', 'text_mail_area_logo', 'Λογότυπο για<b>τιμολόγια</b>'),
('el', 'text_mandatory_fields', '<span style=\"text-decoration: underline;\">The fields marked with <span class=\"required-field-mark\">*</span> are mandatory</span>'),
('el', 'text_max_limit_of_parameters', 'Η μέγιστη αξία του πεδίου \"οριο\"  δεν μπορεί να υπερβαίνει το 25 εκτός αν ο τύπος γραφήματος είναι \" Πίνακας\".  To όριο αυτού του διαγράμματος έχει διορθωθεί.'),
('el', 'text_mb_failed_order', 'Καμία απάντηση απο τους Skrill ακόμα, παρακαλώ περιμένετε. Ωστόσο η παραγγελία δεν θα εισαχθεί στο κατάστημά σας για όσο διαρκέσει, μέχρι να δημιουργηθεί επιτυχώς και να υποβληθεί από τους Skrill. Παρακαλώ επικοινωνήστε με το προσωπικό του καταστήματος και πείτε τους το ID της παραγγελίας όπως προβλέπεται από τους Skrill'),
('el', 'text_min_order_amount_required', 'Για να συνεχίσετε την διαδικασία πληρωμής, το σύνολο της παραγγελίας σας πρέπει να υπερβαίνει'),
('el', 'text_min_products_amount_required', 'Για να συνεχίσετε την διαδικασία πληρωμής ,το υποσύνολο παραγγελία σας πρέπει να υπερβαίνει'),
('el', 'text_money_back_guarantee', 'Προσφέρουμε εγγύηση επιστροφής χρημάτων 30 ημερών. Εάν δεν σας αρεσει το προϊόν μας, εμείς θα σας επιστρέψουμε τα χρήματα, χωρίς περιττές ερωτήσεις.'),
('el', 'text_multiprofile_notice', 'Ένας χρήστης μπορεί να έχει πολλαπλά Προφίλ. Για παράδειγμα, μπορείτε να έχετε ένα για τις προσωπικές σας παραγγελίες, ένα για τις εταιρικές, ένα για τους φίλους σας και ένα για την οικογένεια σας...'),
('el', 'text_mve_plus_license_required', '<p>Επιτρέψτε στους πωλητές να λαμβάνουν χρήματα απο πελάτες κατευθείαν μέσω του marketplace σας.</p><p>Διαχειριστείτε τα χαρακτηριστικά των πωλητών μέσω των ομάδων χρηστών, και επιτρέψτε στους πωλητές σας να αλλάξουν την όψη των καταστημάτων τους.</p> <p>Δημιουργήστε έναν ενοποιημένο κατάλογο, όπου οι πωλητές μπορούν να πουλήσουν οποιoδήποτε προϊόν μέσα σε λίγα λεπτά</p>'),
('el', 'text_mve_ultimate_license', 'Μία ειδική έκδοση του [product] που προσφέρει όλα τα χαρακτηριστικά του [product] σύν ότι προσφέρει απεριόριστο αριθμό καταστημάτων. Εάν μεταβείτε στο <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, δεν θα δείτε ξανά το μήνυμα σχετικά με το όριο των βιτρινών.'),
('el', 'text_mve_ultimate_license_required', '<p>Διακλάδωση: αποκτήστε απεριόριστο αριθμό καταστημάτων για το marketplace σας.</p><p> Το κατάστημα είναι ένας άλλος τομέας που έχει δημιουργηθεί για λογαριασμό μίας συγκεκριμένης χώρας η πόλης, η για ένα συγκεκριμένο μέρος του καταλόγου των προϊόντων σας.</p><p>Αποκτήστε όλη την λειτουργικότητα του [product] Plus.</p>'),
('el', 'text_mve_ultimate_or_plus_license_required', 'Για την εκτέλεση αυτής της ενέργειας απαιτείται μια ειδική έκδοση που ονομάζεται [product] Ultimate. [product] Ultimate η[product] Plus. Εάν μεταβείτε στο <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a> η στο <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus</a>, θα έχετε πρόσβαση σε όλα τα χαρακτηριστικά της έκδοσης που θα επιλέξετε.'),
('el', 'text_newsletter_sent', 'Το/α newsletter/s στάλθηκε/αν επιτυχώς.'),
('el', 'text_new_payment_was_created', 'Δημιουργήθηκε νέα πληρωμή'),
('el', 'text_new_post_notification', 'Αυτή είναι μια κοινοποίηση μιας νέας δημοσίευσης για την'),
('el', 'text_new_user_activation', 'Το προφίλ που ανήκει στο \"[user_login]\" δημιουργήθηκε πρόσφατα , θα πρέπει να ελέγξετε τις λεπτομέρειες (εφόσον απαιτείται) και να το ενεργοποιήσετε χρησιμοποιώντας τον ακόλουθο σύνδεσμο :<br /><a href=\"[url]\">[url_text]</a>'),
('el', 'text_nothing_found', 'Δεν βρέθηκε αποτέλεσμα.'),
('el', 'text_not_allowed_to_upload_file_extension', 'Δεν επιτρέπεται να φορτώσετε αρχεία με την επέκταση <b>.[ext]</b> εδώ.'),
('el', 'text_not_approved_products', 'Έχετε προϊόντα που απαιτούν την έγκρισή σας. Παρακαλώ <a href=\"[link]\"> ακολουθήστε αυτό το σύνδεσμο</a> για την αναθεώρηση αυτών των προϊόντων.'),
('el', 'text_not_approved_vendors', 'Έχετε πωλητές που απαιτούν την έγκρισή σας. Παρακαλώ <a href=\"[link]\"> ακολουθήστε αυτό το σύνδεσμο</a> για να αναθεωρήσετε αυτούς τους πωλητές'),
('el', 'text_not_valid_cc_number', '<b>[cc_number]</b> δεν είναι έγκυρος αριθμός πιστωτικής κάρτας.'),
('el', 'text_not_valid_cpf', 'CPF está invalido'),
('el', 'text_not_valid_domain', '<b>[domain]</b>δεν είναι έγκυρο domain όνομα.'),
('el', 'text_not_valid_email', '<b>[email]</b>δεν είναι έγκυρη διεύθυνση e-mail.'),
('el', 'text_not_valid_ip', '<b>[ip]</b> δεν είναι έγκυρη ip διεύθυνση'),
('el', 'text_no_active_promotions', 'Δεν υπάρχουν διαθέσιμες προσφορές.'),
('el', 'text_no_conflicts', 'Δεν βρέθηκαν συγκρούσεις'),
('el', 'text_no_items_defined', 'Δεν ορίστηκαν  [items]'),
('el', 'text_no_matching_products_found', 'Δεν βρέθηκαν προϊόντα που να ταιριάζουν στα κριτήρια αναζήτησης που δώσατε.'),
('el', 'text_no_matching_results_found', 'Κανένα αποτέλεσμα δεν ταιριάζει με το ερώτημα αναζήτησης'),
('el', 'text_no_orders', 'Δεν βρέθηκαν παραγγελίες'),
('el', 'text_no_payments_needed', 'Δεν υπάρχουν  απαιτούμενες πληροφορίες πληρωμής'),
('el', 'text_no_payments_required', 'Δεν απαιτείται πληρωμή'),
('el', 'text_no_products', 'Δεν υπάρχουν προϊόντα Κάτω από αυτήν την Κατηγορία.'),
('el', 'text_no_products_defined', 'Δεν έχουν ορισθεί Προϊόντα!'),
('el', 'text_no_products_found', 'Δεν Βρέθηκαν Προϊόντα!'),
('el', 'text_no_shipments_found', 'Δεν βρέθηκαν αποστολές'),
('el', 'text_no_shipping_methods', 'Δυστυχώς δεν υπάρχουν διαθέσιμοι τρόποι αποστολής και μεταφοράς των προϊόντων που ζητήσατε στην περιοχή που ορίσατε.<br>Σας παρακαλούμε επικοινωνήστε άμεσα μαζί μας, ώστε να βρούμε τον πιο εύκολο τρόπο αποστολής των προϊόντων σας.'),
('el', 'text_no_ticket_found', 'No Ticket Found'),
('el', 'text_no_upgrades_available', 'Δεν διατίθενται αναβαθμίσεις αυτή τη στιγμή'),
('el', 'text_objects_for_export', '<b>[total]</b> [name] θα εξαχθεί .'),
('el', 'text_ogonedirect_notice', 'Εισάγετε SHA-1 Υπογραφή και στα δυo:εδώ και στην διαμόρφωση Ogone<br /> <br /> Για νέους λογαριασμούς  Ogone  που δημιουργήθηκαν από τις 11 Μαΐου 2010, η νέα πολιτική SHA αυτόματα ενεργή.<br/> Παρακαλώ μην ξεχάσετε να επιλέξετε το  \"Use new SHA signature policy\" κουτάκι.\"'),
('el', 'text_ogoneweb_notice', 'ρυθμίστε την παρακάτω διεύθυνση URL στην ενότητα Τεχνικές Πληροφορίες σχετικά με τη διαμόρφωση Ogone σαν μια <b> αποκριτική URL </ b> για όλες τις περιπτώσεις(\"accepted\", \"on hold\", \"uncertain\", \"canceled by the client\", \"too many rejections by the acquirer\"): <b>[r_url]</b><br /> Επίσης εισάγετε την υπογραφή SHA-1 Signature  και στα δυο: εδώ και στή διαμόρφωση Ogone.Στη συνέχεια επιλέξτε τύπο αιτήματος: \"Make this equest in background and deferred\".\"'),
('el', 'text_only_ultimate_license_required', 'Για την εκτέλεση αυτής της ενέργειας απαιτείται μια ειδική έκδοση που ονομάζεται [product] Ultimate. Εάν μεταβείτε στο <a href=\"[ultimate_license_url]\" target=\"_blank\"> [product] Ultimate </a>, δεν θα δείτε ξανά αυτό το μήνυμα και θα μπορείτε επίσης να δημιουργήσετε έναν απεριόριστο αριθμό βιτρίνων.'),
('el', 'text_options_no_inventory', 'Για να δημιουργήσετε συνδυασμούς επιλογων, πρέπει το πλαίσιο ελέγχου \" Απόθεμα\" να είναι επιλεγμένο τουλάχιστον για μία επιλογή του προϊόντος.'),
('el', 'text_order_backordered', 'Η παραγγελία σας βρίσκεται σε αναμονή. Θα επικοινωνήσουμε μαζί σας με την πρώτη ευκαιρία που θα γίνει το προϊόν διαθέσιμο!'),
('el', 'text_order_placed_error', 'Η Παραγγελία σας απορρίφθηκε! Σας παρακαλούμε εξετάστε πάλι τα στοιχεία που καταχωρήσατε και επικοινωνήστε με τους υπεύθυνους του καταστήματος.'),
('el', 'text_order_placed_successfully', 'Συγχαρητήρια! Η παραγγελία σας πραγματοποιήθηκε με επιτυχία!'),
('el', 'text_order_repayed_successfully', 'Η παραγγελία αποπληρώθηκε με επιτυχία.'),
('el', 'text_order_saved_successfully', 'Η παραγγελία αποθηκεύτηκε με επιτυχία.'),
('el', 'text_order_status_has_not_been_changed', 'Η κατάσταση της παραγγελίας δεν έχει αλλάξει, επειδή ο χρήστης δεν διέθετε αρκετούς πόντους.'),
('el', 'text_order_status_notification', 'Παρακαλώ σημειώστε ότι η κοινοποίηση αλλαγής της κατάστασης θα αποσταλεί ανάλογα με τις ρυθμίσεις της παρούσας κατάστασης'),
('el', 'text_out_of_stock', 'Μη Διαθέσιμο'),
('el', 'text_owl', 'OwlCarousel'),
('el', 'text_pages_cloned', 'Οι σελίδες έχουν κλωνοποιηθεί με επιτυχία. Κάτω από τη λίστα των νέων σελίδων.'),
('el', 'text_pages_have_been_deleted', 'Οι Σελίδες διαγράφηκαν με επιτυχία!'),
('el', 'text_page_changed', 'Είστε σίγουροι ότι θέλετε να αφήσετε αυτή τη σελίδα, οι αλλαγές σας δεν έχουν αποθηκευτεί. Κάντε κλικ στο OK για να συνεχίσετε, ή Ακύρωση για να παραμείνετε στην τρέχουσα σελίδα.'),
('el', 'text_page_has_been_deleted', 'Η Σελίδα διαγράφηκε με επιτυχία!'),
('el', 'text_page_loading', 'Φόρτωση ... Η αίτησή σας είναι υπό επεξεργασία, παρακαλώ περιμένετε.'),
('el', 'text_password_recovery_instructions_sent', 'Password recovery instructions have been sent to [email] address.'),
('el', 'text_pay4later_notice', '<b>Note</b>: In order to track your Pay4Later orders with the shopping cart software, you have to take these steps:<br /><br />-&nbsp;Log in to Pay4Later BackOffice<br />-&nbsp;Click on the <u>\'Settings/Installations\'</u> link in the <u>\'Quick Links\'</u> section.<br />-&nbsp;Set <u>\'Return URL (Verified)\'</u> setting to:<br /><b>[verified_url]</b><br />-&nbsp;Set <u>\'Return URL (Decline)\'</u> setting to:<br /><b>[decline_url]</b><br />-&nbsp;Set <u>\'Return URL (Refer)\'</u> setting to:<br /><b>[refer_url]</b><br />-&nbsp;Set <u>\'Return URL (Cancel)\'</u> setting to:<br /><b>[cancel_url]</b><br />-&nbsp;Set <u>\'CSN URL\'</u> setting to:<br /><b>[process_url]</b><br />-&nbsp;Click on the <u>\'Save Changes\'</u> button<br />'),
('el', 'text_paybox_notice', '<b>Σημείωση:</b> Παρακαλώ κατεβάστε το αρχείο modulev2.cgi από το PayBox server, αντιγράψτε το στον κατάλογο <b>[paybox_dir]</b>  <u>σε δυαδική κατάσταση</u> και κάντε το εκτελέσιμο. <br />Τρέξτε την επόμενη εντολή:<br /><b><i>chmod 755 modulev2.cgi</b></i><br /><br />Επίσης ρωτήστε το &#8220 Paybox&#8221  για να προσθέσει τον σύνδεσμο στην βάση δεδομένων όπως το &#8220 Callback URL&#8221 :<br /><b>[callback_url]</b>'),
('el', 'text_payment_first_data_notice', 'Παρακαλώ συνδεθείτε στο  FirstData Connect 2.0 Admin, ανοίξτε την καρτέλα \"Διαχείρηση\", κάντε κλικ στο σύνδεσμο \"Connect 2.0 Setup\". < br / > Ορίστε την ακόλουθη διεύθυνση URL στα τμήματα \"Υποβολή φόρμα παραγγελίας\", \"Σελίδα επιβεβαίωσης\", \"Αποτυχία σελίδα\" : [return_url] < br / >'),
('el', 'text_payment_have_been_deleted', 'Η Πληρωμή έχει διαγραφεί επιτυχώς.'),
('el', 'text_payment_have_not_been_deleted', 'Ο Τρόπος Πληρωμής δεν μπορεί να διαγραφεί.'),
('el', 'text_paypal_processing_payment', 'Παρακαλώ περιμένετε κατά την διάρκεια επεξεργασίας των λεπτομερειων πληρωμής'),
('el', 'text_paypal_surcharge', '<b>Σημείωση:</b> Σύμφωνα με την <a href=\'https://www.paypal.com/webapps/mpp/ua/useragreement-full#4\' target=\'_blank\'> πολιτική PayPal </a> (4.6), δεν υποστηρίζονται οι προσαυξήσεις.'),
('el', 'text_paysitecash_debug', 'Πληροφορίες Απασφαλμάτωσης'),
('el', 'text_paysitecash_mode', 'Λειτουργία'),
('el', 'text_paysitecash_mode_debug_off', 'Κλειστο'),
('el', 'text_paysitecash_mode_debug_on', 'ON'),
('el', 'text_paysitecash_mode_live', 'Live'),
('el', 'text_paysitecash_mode_test', 'Test'),
('el', 'text_paysitecash_nocurrencies', 'Λειτουργία νομίσματος'),
('el', 'text_paysitecash_nocurrencies_no', 'Αφήστε τον πελάτη να επιλέξει οποιαδήποτε από τα νομίσματα που υποστηρίζονται'),
('el', 'text_paysitecash_nocurrencies_yes', 'Να μην εμφανίζεται η επιλογή νόμισματος καθόλου'),
('el', 'text_paysitecash_notice', 'Please add these URL fields in your Paysite Cash configuration:<br/><br/><b>URL:</b><br/>[url]<br/><br/><b>Referer url:</b><br/>[ref_url]<br/><br/><b>after payment return url:</b><br/>[sucess_url]<br/><br/><b>canceled payment url:</b><br/>[cancel_url]<br/><br/><b>Backoffice confirmation url:</b><br/>[confirm_url]'),
('el', 'text_paysitecash_processor', 'Processor'),
('el', 'text_paysitecash_site_id', 'Site ID'),
('el', 'text_payway_notice', 'Παρακαλώ ρυθμίστε τις παράμετρους στο πάνελ του PayWay: <p> Browser Return URL Pre Payment: <b>[prepayment]</b><br /> Browser Return URL: <b>[return]</b><br /> Notification URL: <b>[notify]</b><br /> Notification Post Type: Αφήστε κενό </p>'),
('el', 'text_permissions_changed', 'Τα δικαιώματα άλλαξαν'),
('el', 'text_piraeus_notice', '<b>Σημείωση:</b> Παρακαλώ στείλτε αυτές τις πληροφορίες στην υποστήριξη των πληρωμών:<br /> Σύνδεσμος Ιστοσελίδας: <u>[website_url]</u><br /> Referrer URL: <u>[referrer_url]</u><br /> Success URL: <u>[success_url]</u><br /> Failure URL: <u>[failure_url]</u><br /> Backlink URL: <u>[backlink_url]</u><br /> IP Address: <u>[ip_address]</u><br /><br /> Response Method: <u>[response_method]</u><br /><br />'),
('el', 'text_points_cannot_applied_because_subtotal_redeemed', 'Οι πόντοι δεν μπορούν να εφαρμοστού, διότι το υποσύνολο έχει εξαργυρωθεί.'),
('el', 'text_points_exceed_points_on_account', 'Ο αριθμός των πόντων που έχει εισαχθεί από εσάς, υπερβαίνει τον αριθμό των πόντων στο λογαριασμό σας.'),
('el', 'text_points_exceed_points_that_can_be_applied', 'Ο αριθμός των πόντων που έχουν εισαχθεί από εσάς υπερβαίνει τον αριθμό των σημείων που μπορούν να εφαρμοστούν σε αυτή τη σειρά.'),
('el', 'text_points_used_in_order', 'Οι πόντοι χρησιμοποιήθηκαν στήν παραγγελία'),
('el', 'text_point_in_account', 'Ο αριθμός των πόντων στο λογαριασμό σας είναι'),
('el', 'text_position_updating', 'Φόρτωση ... Οι θέσεις είναι υπό ενημέρωση, παρακαλώ περιμένετε.'),
('el', 'text_post_pended', 'Η δημοσίευσή σας θα ελεγχθεί προτού δημοσιευτεί.'),
('el', 'text_price_dec_sign_delimiter', 'Υποδιαστολή δεκαδικών ψηφίων για τις τιμές των προϊόντων.'),
('el', 'text_products_added', 'Τα παρακάτω Προϊόντα μόλις προστέθηκαν στην Βάση Δεδομένων του Καταστήματος'),
('el', 'text_products_cloned', 'Τα προϊόντα έχουν κλωνοποιηθεί με επιτυχία. Κάτω από τη λίστα των νέων προϊόντων'),
('el', 'text_products_have_been_deleted', 'Τα Προϊόντα διαγράφηκαν με επιτυχία!'),
('el', 'text_products_updated', 'Τα παρακάτω προϊόντα έχουν ενημερωθεί:'),
('el', 'text_products_updated_successfully', 'Το προϊόν (τα) έχουν ενημερωθεί με επιτυχία'),
('el', 'text_product_cloned', 'Το προϊόν έχει κλωνοποιηθεί'),
('el', 'text_product_detailed_image', '(προαιρετικά εμφανίζεται στο αναδυόμενο παράθυρο)'),
('el', 'text_product_file_has_been_deleted', 'Το αρχείο προϊόντων έχει διαγραφεί'),
('el', 'text_product_filters_were_disabled', 'Τα ακόλουθα <a href=\"[url]\" target=\"_blank\"> φίλτρα προϊόντων</a> ήταν απενεργοποιημένα: [filters_list].'),
('el', 'text_product_has_been_deleted', 'Το Προϊόν διαγράφηκε με επιτυχία!'),
('el', 'text_product_option_delimiter', 'Οριοθέτης για τις επιλογές του προϊόντος μέσα σε ένα συνδυασμό επιλογών (π.χ. \"Χρώμα: Κόκκινο, Μέγεθος: Μικρό \")'),
('el', 'text_product_thumbnail', '(εμφανίζεται σε λίστα προϊόντων και σελίδες με λεπτομέρειες των προϊόντων)'),
('el', 'text_profile_activated', 'Λογαριασμό σας είναι τώρα ενεργος. Μπορείτε να συνδεθείτε στο λογαριασμό σας, χρησιμοποιώντας τις πιστοποιήσεις σας.'),
('el', 'text_profile_benefits', '<h4>Τα οφέλη ενός εγγεγραμμένου μέλους</h4><ul><li>Σύνδεση ανά πάσα στιγμή για έλεγχο των παραγγελιών σας</li><li>Εξατομίκευση όλων των διαδικασιών</li><li>Επίσπευση μελλοντικών αγορών</li></ul>'),
('el', 'text_profile_deactivated', 'Ο Λογαριασμός σας έχει απενεργοποιηθεί. Επικοινωνήστε μαζί μας για περισσότερες λεπτομέρειες.'),
('el', 'text_profile_details', '<h4>Λεπτομέρειες Προφίλ</h4><p>Σε αυτή τη σελίδα μπορείτε να τροποποιήσετε τα διαπιστευτήρια σύνδεσής σας και τα προσωπικά σας δεδομένα που θα χρησιμοποιηθούν κατά τη διάρκεια μελλοντικών αγορών.</p><p>Για την προστασία του λογαριασμού σας συνιστούμε να αποφύγετε τη δημιουργία κωδικών πρόσβασης που κάνουν χρήση:</p><ul><li> λέξεις από το λεξικό σε οποιαδήποτε γλώσσα </li><li> λέξεις που συλλαβίζουν προς τα πίσω, κοινές ανορθογραφίες και συντμήσεις </li><li> Ακολουθίες ή επαναλαμβανόμενους χαρακτήρες... Παραδείγματα:. 12345678, 222222, ABCDEFG, ή δίπλα γράμματα στο πληκτρολόγιο (QWERTY) </li><li>Προσωπικές πληροφορίες. Το όνομά σας, την ημερομηνία γέννησης, άδεια οδήγησης, πληροφορίες για τον αριθμό διαβατηρίου, ή κάτι παρόμοιο.</li></ul>'),
('el', 'text_profile_is_created', 'Ο Λογαριασμός σας δημιουργήθηκε με επιτυχία!'),
('el', 'text_profile_is_updated', 'To Προφίλ σας ανανεώθηκε με επιτυχία!'),
('el', 'text_profile_should_be_approved', 'Ο λογαριασμός σας έχει δημιουργηθεί με επιτυχία, αλλά πρέπει να ενεργοποιηθεί από τον διαχειριστή του καταστήματος  προκειμένου να είστε σε θέση να εισέλθετε'),
('el', 'text_promotions_group_condition', 'εάν [set] από αυτούς τους όρους [set_value]'),
('el', 'text_qty_discounts', 'Ποσοτικές εκπτώσεις'),
('el', 'text_recommendation_notes', 'Ο Φίλος σας πρότεινε αυτήν την σελίδα για σας. Σας παρακαλούμε ακολουθήστε τον παρακάτω σύνδεσμο:'),
('el', 'text_recover_password', '<p>Αν ξεχάσατε τον κωδικό σας, εισάγετε το email σας στο πεδίο και πατήστε <i>Μηδενισμός Κωδικού</i>.</p><p>Θα λάβετε ένα νέο Κωδικό και ένα σύνδεσμο για να συνδεθείτε. Αργότερα θα μπορεσετε να αλλάξετε τον κωδικό σας σε ότι εσείς επιθυμείτε.</p>'),
('el', 'text_recover_password_notice', 'Σας παρακαλούμε πληκτρολογήστε το Όνομα Χρήστη. Η Εφαρμογή θα διαγράψει τον παλιό σας Κωδικό Πρόσβασης και θα σας στείλει τον καινούργιο στην δειύθυνση e-mail που δηλώσατε.'),
('el', 'text_recover_password_title', 'Επαναφορά κωδικού πρόσβασης'),
('el', 'text_redactor2', 'Redactor ΙΙ'),
('el', 'text_remove_additional_images', 'Όταν προστίθετε επιπλέον εικόνες για ένα ανανεωμένο προϊόν, οι υπάρχουσες εικόνες του προϊόντος θα διαγραφούν'),
('el', 'text_remove_backup_files', 'Προσοχή! Εάν καταργήσετε τα αρχεία αντιγράφων ασφαλείας, δεν θα είστε σε θέση να επαναφέρετε την προηγούμενη εγκατάσταση της CS-Cart. Βεβαιωθείτε ότι η εγκατεστημένη CS-Cart λειτουργεί σωστά, και τα αρχεία αντιγράφων ασφαλείας της βάσης δεδομένων είναι σε ασφαλές μέρος.'),
('el', 'text_required_group_product', 'Επιλέξτε ένα προϊόν για την απαιτούμενη ομάδα [group_name]'),
('el', 'text_reset_inventory_description', 'Η ποσότητα όλως των προϊόντων του καταστήματος θα μηδενιστεί.'),
('el', 'text_restore_question', 'Είστε σίγουροι ότι θέλετε να επαναφέρετε το πρότυπο(template)'),
('el', 'text_return_change_warning', 'Η κατάσταση της αλλαγής #[return_id]θα αλλάξει'),
('el', 'text_sagepay_dir_notice', '<b>Σημείωση:</b> Για να να τραβήξετε τις παραγγελίες του SagePay από το λογισμικό του ηλεκτρονικού κατάστηματος, παρακαλώ ενεργοποιήστε το σύστμα 3D Secure Fraud Checking Option από τον λογαριασμό SagePay VSP Direct.'),
('el', 'text_sagepay_notice', 'Χρησιμοποιήστε το όνομα <b> testvendor</b> στο <b>Όνομα Πωλητή</b> για δοκιμαστικούς σκοπούς<br /><p><b>PAYMENT</b> - Το είδος συναλλαγής που χρησιμοποιείται για να αποκτήσει άδεια απο την τράπεζα, για την διευθέτηση αυτής της συναλλαγής από το αυριανό πρωινό, δεσμέυοντε οι πόροι που πρέπει να ληφθουν απο την κάρτα του πελάτη σας.<br /></p><p><b>DEFERRED</b> - οι πράξεις αυτές δεν διαβιβάστηκαν στην τράπεζα για την ολοκλήρωση, μέχρι να απελευθερωθούν από την καταγραφή στην SagePay VSP Admin interface, βρείτε την συναλλαγή και πατήστε το Release κουμπί.</p>'),
('el', 'text_secret_key_notice', 'Παρακαλείσθε να συμπληρώσετε το πεδίο αυτό με οποιαδήποτε μη κενή αξία. Θα αυξήσει την ασφάλεια των συναλλαγών σας.'),
('el', 'text_select_fields2edit_note', 'Μπορείτε να αλλάξετε ΜΟΝΟ μερικά είδη κάθε φορά. Επιλέξτε μερικά είδη από την παραπάνω λίστα, κάντε check στα \"κουτάκια\" που θέλετε να επεξεργαστείτε και επιλέξτε το κουμπί \"Αλλαγή Επιλεγμένων\".'),
('el', 'text_select_file', 'Επιλογή αρχείου'),
('el', 'text_select_range', 'Μπορείτε να επιλέξτε μια σειρά για την εξαγωγή (διαφορετικά θα εξαχθεί όλη η λίστα για [name] )'),
('el', 'text_select_vendor', 'Επιλέξτε πρώτα ένα κατάστημα'),
('el', 'text_set_write_permissions_for_dirs', 'Μπορείτε να ρυθμίσετε τα δικαιώματα εγγραφής για το διακομιστή Web στους καταλόγους που αναφέρονται παραπάνω ή να παρέχετε FTP πρόσβαση με τα δικαιώματα εγγραφής σε αυτούς τους καταλόγους'),
('el', 'text_share_product_features_tooltip', 'Προσοχή! Ορισμένα δεδομένα δεν θα αντιγραφούν κατά τη διάρκεια αυτης της λειτουργίας: οι κατηγορίες που εχουν οριστει στα φίλτρα θα χαθούν ακόμα κι αν μπορείτε να αντιγράψετε όλες τις κατηγορίες. Παρακαλώ, διορθώσετε τις κατηγορίες χειροκίνητα.'),
('el', 'text_share_product_filters_tooltip', 'Προσοχή! Ορισμένα δεδομένα δεν θα αντιγραφούν κατά τη διάρκεια αυτης της λειτουργίας: οι κατηγορίες που εχουν οριστει στα φίλτρα θα χαθούν ακόμα κι αν μπορείτε να αντιγράψετε όλες τις κατηγορίες. Παρακαλώ, διορθώσετε τις κατηγορίες χειροκίνητα.'),
('el', 'text_share_promotions_tooltip', 'In order to share προσφορές make sure the respective products are also shared (check Share products below)'),
('el', 'text_shipping_packages_info', 'Για να εξασφαλιστεί μια πιο ακριβής εκτίμηση του ποσοστού αποστολής τα προϊόντα έχουν χωριστεί σε πακέτα, όπως ορίζεται από τις ρυθμίσεις των προϊόντων και τη διαμόρφωση μέθοδο αποστολής. Τα παρακάτω στοιχεία είναι για αναφορική χρήση μόνο'),
('el', 'text_shipping_rates_changed', 'Οι τιμές αποστολής άλλαξαν'),
('el', 'text_ship_to_billing', 'Η παραγγελία θα παραδοθεί στη διεύθυνση χρέωσης'),
('el', 'text_shoppers_can_order_products', 'Τώρα οι αγοραστές μπορουν να παραγγείλουν τα προϊόντα στο κατάστημα.'),
('el', 'text_signup_for_subscriptions', 'Εγγραφείτε στο Newsletter!'),
('el', 'text_skip_creating_new_products', 'Εάν ενεργοποιήσετε αυτήν τη ρύθμιση, στη συνέχεια, μόνο τα προϊόντα που ήδη υπάρχουν στη βάση δεδομένων σας θα ενημερώνεται.'),
('el', 'text_skrill_activate_quick_checkout_short_explanation', 'Το Skrill Merchant Tools σας δίνει τη δυνατότητα να λαμβάνετε πληρωμές από πιστωτικές κάρτες, χρεωστικές κάρτες και πάνω από 60 άλλες τοπικές επιλογές πληρωμής σε πάνω από 200 χώρες. Οι ιδιαίτερα ανταγωνιστικές τιμές για την υπηρεσία αυτή δημοσιεύεται στον δικτυακό τόπο του Skrill στο www.skrill.com.'),
('el', 'text_skrill_activate_quick_checkout_short_explanation_1', 'Έχετε στείλει ένα αίτημα για την ενεργοποίηση στις [date]. Πρέπει να γνωρίζετε ότι η διαδικασία επαλήθευσης για να χρησιμοποιήσετε το Skrill Tools Merchant θα μπορούσε να πάρει μέχρι 72 ώρες. Θα ενημερωθείτε από το Skrill, όταν η διαδικασία της επαλήθευσης έχει ολοκληρωθεί.'),
('el', 'text_skrill_activate_quick_checkout_short_explanation_2', 'Μετά την ενεργοποίηση το Skrill θα σας χορηγήσει την πρόσβαση σε μια νέα ενότητα στο Λογαριασμό σας Skrill που ονομάζεται  Merchant Tools. Εκεί παρακαλούμε να επιλέξετε μια μυστική λέξη (ΟΧΙ την ίδια με τον κωδικό πρόσβασης) και πληκτρολογήστε τη στην παρακάτω ενότητα για να συνδεθείτε στο Skrill. Η μυστική λέξη είναι το τελευταίο βήμα της διαδικασίας ενεργοποίησης του προϊόντος σας και κρυπτογραφεί τις πληρωμές σας με ασφάλεια. Μετά την επιτυχή υποβολή σας θα είστε έτοιμοι να χρησιμοποιήσετε όλες τις άμεσες επιλογές πληρωμής του Skrill.'),
('el', 'text_skrill_currs_notice', 'Αν έχετε επιλέξει ένα νόμισμα που δεν είναι η βάση στο κατάστημά σας, βεβαιωθείτε'),
('el', 'text_skrill_email_is_not_registered', 'Η καθορισμένη διεύθυνση ηλεκτρονικού ταχυδρομείου δεν είναι εγγεγραμμένη στο Skrill.'),
('el', 'text_skrill_email_is_registered', 'Η καθορισμένη διεύθυνση ηλεκτρονικού ταχυδρομείου είναι εγγεγραμμένη στο Skrill.'),
('el', 'text_skrill_empty_input_data', 'Ορισμένα από τα πεδία που απαιτούνται για την ενεργοποίηση Quick Checkout λείπουν. Παρακαλούμε ελέγξτε.'),
('el', 'text_skrill_logo_notice', 'Εάν ο HTTPS διακομιστής σας δεν έχει ρυθμιστεί, το λογότυπο θα πρέπει να περάσει από το πρωτόκολλο και τους χρήστες HTTP θα δουν το \"Connection Partially Encrypted\"την προειδοποίηση στη σελίδα Skrill .\"'),
('el', 'text_skrill_notice', 'Για να αποκτήσετε πρόσβαση στο δίκτυο διεθνών πληρωμών της Skrill, παρακαλώ εγγραφείτε <a href=\"[register_url]\" target=\"_blank\"> εδώ</a> για ένα δωρεάν λογαριασμό εάν δεν έχετε ένα ακόμα. <p><strong>Προσοχή</strong>: παρακαλούμε να αποθηκεύσετε τις ρυθμίσεις πριν από την επικύρωση ηλεκτρονικού ταχυδρομείου, μυστικήςλέξης ή πριν την ενεργοποίηση εργαλείων για εμπόρους.</p>'),
('el', 'text_skrill_notice_register', 'Για να αποκτήσετε πρόσβαση στο δίκτυο διεθνών πληρωμών της Skrill, παρακαλώ εγγραφείτε <a href=\"[register_url]\" target=\"_blank\"> εδώ</a> για ένα δωρεάν λογαριασμό εάν δεν έχετε ένα ακόμα. <p><strong>Προσοχή</strong>: παρακαλούμε να αποθηκεύσετε τις ρυθμίσεις πριν την ενεργοποίηση εργαλείων για εμπόρους.</p>'),
('el', 'text_skrill_payment_is_not_saved', 'Για να χρησιμοποιήσετε αυτή τη δυνατότητα, παρακαλούμε να αποθηκεύσετε πρώτα τη μέθοδο πληρωμής.'),
('el', 'text_skrill_secred_word_notice', 'Η μυστική λέξη πρέπει να είναι σε πεζά χωρίς ειδικούς χαρακτήρες και τουλάχιστον 10 ψηφία.'),
('el', 'text_skrill_secret_word_is_correct', 'Η καθορισμένη μυστική λέξη είναι σωστή.'),
('el', 'text_skrill_secret_word_is_incorrect', 'Μυστική λέξη σας είναι λανθασμένη. Παρακαλώ επιλέξτε την μυστική λέξη σας στο Merchant Tools τμήμα του Skrill λογαριασμού σας και, στη συνέχεια, εισάγετε το εδώ.'),
('el', 'text_skrill_support', '<b>Υποστήριξη:</b> <br /><br /> Έχετε ερωτήσεις<br /> Επικοινωνήστε με το Skrill στο <a href=\"mailto:\">ecommerce@skrill.com</a> ή τηλεφωνικα στο +44 (0) 870 383 0762.<br />\"'),
('el', 'text_status_is_float', 'Δεν μπορείτε να χρησιμοποιήσετε το χρονικό διάστημα για τη \"Status\" παράμετρο επειδή αυτή η παράμετρος εξαρτάται  απο τον χρόνο'),
('el', 'text_storage_changed', 'Η Αποθήκευση άλλαξε με επιτυχία'),
('el', 'text_storefront_license_required', 'Μια πρόσθετη βιτρίνα για την βασικη σας άδεια [product] . Καλό για όσους δεν σκοπεύουν να προσθέσουν μερικές ακόμη βιτρίνες στο μέλλον.'),
('el', 'text_store_closed', 'Δυστυχώς, το κατάστημα είναι προσωρινά κλειστό για συντήρηση.'),
('el', 'text_store_mode_changed_to_full', '<strong>Πλήρης Λειτουργία</strong> ενεργοποιημένη. Σε αυτή τη λειτουργία, όλα τα προηγμένα χαρακτηριστικά για το ηλεκτρονικό εμπόριο είναι διαθέσιμα.'),
('el', 'text_store_mode_changed_to_mve', 'To κατάστημα σας πλέον χρησιμοποιεί μία ενεργή άδεια. Με την [product] έκδοση, παίρνετε όλα τα χαρακτηριστικά που προσφέρουμε. Τα επιπλέον χαρακτηριστικά (όπως ξεχωριστή σελίδα πληρωμής για κάθε πωλητή, και δυνατότητα δημιουργία προωθήσεων απο τους πωλητές) είναι διαθέσιμα με την<a href=\"[mve_plus_license_url]\" target=\"_blank\">Plus έκδοση</a>. Υπάρχει ακόμα μία ποιό προηγμένη έκδοση, η<a href=\"[mve_ultimate_license_url]\" target=\"_blank\"> Ultimate</a>, που σας επιτρέπει να χρησιμοποιήσετε πολλαλές βιτρίνες για διαφορετικά κοινά.'),
('el', 'text_store_mode_changed_to_mve.plus', 'Η <strong>Plus Mode</strong> έχει ενεργοποιηθεί. Σε αυτήν αυτή την λειτουργία, όλα τα πρηγμένα χαρακτηριστικά για το ηλεκτρονικό εμπόριο είναι διαθέσιμα, εκτός απο πολλαπλές βιτρίνες. Αν το marketplace χρειάζεται διαφορετικά domains για διαφορετικά κοινά, αναβαθμίστε την άδεια σε<a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>.'),
('el', 'text_store_mode_changed_to_mve.ru', 'Your store now uses active license. With the [product] edition, you get almost all the features we offer. The additional features (such as separate checkout for each vendor, and vendor-created promotions) are available with the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus edition</a>. There is an even more advanced edition, <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, that lets you use multiple storefronts for different audiences.'),
('el', 'text_store_mode_changed_to_mve.ru.plus', '<strong>Plus mode</strong> has been activated. This mode offers all the advanced eCommerce features, except for multiple storefronts. If your marketplace ever needs separate domains for different audiences, upgrade your license to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>.'),
('el', 'text_store_mode_changed_to_mve.ru.ultimate', '<strong>Ultimate mode</strong> ενεργοποιημένη. Σε αυτή τη λειτουργία, όλα τα προηγμένα χαρακτηριστικά για το ηλεκτρονικό εμπόριο είναι διαθέσιμα.'),
('el', 'text_store_mode_changed_to_mve.ultimate', '<strong>Ultimate mode</strong> ενεργοποιημένη. Σε αυτή τη λειτουργία, όλα τα προηγμένα χαρακτηριστικά για το ηλεκτρονικό εμπόριο είναι διαθέσιμα.'),
('el', 'text_store_mode_changed_to_ult', 'Your store now uses an active license of [product].'),
('el', 'text_store_mode_changed_to_ult.b2b', 'Your store now uses an active license of [product].'),
('el', 'text_store_mode_changed_to_ult.b2b.ultimate', 'Your store now uses an active license of [product].'),
('el', 'text_store_mode_changed_to_ult.ru', 'Your store now uses an active license of [product].'),
('el', 'text_store_mode_changed_to_ult.ru.ultimate', 'Your store now uses an active license of [product].');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('el', 'text_store_mode_changed_to_ult.ultimate', 'Your store now uses an active license of [product].'),
('el', 'text_store_mode_closed', 'Ταο κατάστημα <b>έκλεισε</b>'),
('el', 'text_store_mode_full', 'Πλήρη απεριόριστη πρόσβαση σε όλες τις δυνατότητες. Εισάγετε έναν έγκυρο αριθμό άδειας για ενεργοποίηση. <br /> <br /> Αυτός η λειτουργία  μπορεί να ενεργοποιηθεί οποιοδήποτε στιγμή. <br /> <br />'),
('el', 'text_store_mode_open', 'Το Κατάστημα <b>άνοιξε</b>'),
('el', 'text_store_mode_opened', 'Το κατάστημα  <b>άνοιξε</b>'),
('el', 'text_store_mode_trial', '<p>Πλήρη πρόσβαση σε όλες τις δυνατότητες κατά τη διάρκεια της δοκιμαστικής περιόδου 30 ημερών, ξεκινώντας από την ώρα της ενεργοποίησης.</p> <p>Μόλις λήξει η δοκιμαστική περίοδος των 30 ημερών, θα πρέπει να <a href=\"[product_buy_url]\" target=\"_blank\"> αγοράσετε μια άδεια χρήσης</a> ή να πληκτρολογήστε έναν έγκυρο αριθμό άδειας ώστε να είστε σε θέση να διαχειριστείτε το κατάστημα σας.</p>'),
('el', 'text_store_mode_trial_rb', 'Όλα τα χαρακτηριστικά γνωρίσματα είναι διαθέσιμα κατά τη διάρκεια των 30 ημερων μετά τη λήψη του πακέτου εγκατάστασης. Δεν χρειάζεται να εισάγετε το κλειδί αδειας χρήσης. <br /> <br /> Εφόσον τελειώσει η περίοδοs των 30-ημερων, θα πρέπει να αγοράσετε μία άδεια χρήσης ή να εισάγετε ένα κλειδί άδειας, αν έχετε ήδη ένα.<br /> <br />'),
('el', 'text_subscriber_activated', 'Το email ενεργοποιήθηκε επιτυχώς'),
('el', 'text_subscriber_added', 'Το e-mail σας έχει έχει προστεθεί επιτυχώς στήν λίστα Newsletter της εταιρίας μας.'),
('el', 'text_subscriber_removed', 'Το e-mail σας έχει έχει αφαιρεθεί επιτυχώς από την λίστα Newsletter'),
('el', 'text_successful_request', 'Το αίτημα σας προστέθηκε με επιτυχία. Θα λάβετε το email με την απάντηση αργότερα.'),
('el', 'text_success_subscription', 'Έχετε εγγραφεί  επιτυχώς στο Newletter με τις προσφορές μας!'),
('el', 'text_tax_applied', 'Ο Φόρος <b>[tax]</b> θα επιβαρύνει όλα τα προϊόντα'),
('el', 'text_tax_unset', 'Ο Φόρος <b>[tax]</b> απομακρύνθηκε απ\' όλα τα προϊόντα'),
('el', 'text_template_changed', 'Οι αλλαγές σας δεν έχουν αποθηκευτεί. Πατήστε ΟΚ για να αποθηκεύσετε τις αλλαγές ή Ακύρωση για να τις απορρίψετε.'),
('el', 'text_test_email_sent', 'Eστάλη δοκιμαστικο email στη διεύθυνση <b>[email]</b>.'),
('el', 'text_thaiepay_notice', '<p>Παρακαλώ εισάγετε τις ακόλουθες ΤΙΜΕΣ στις ρυθμίσεις του Thaiepay:</p><p>Return Url: <b>[return_url]</b></p><p>Status: <b>Yes (it is important!)</b></p><p>Post Back Url: <b>[postback_url]</b></p><p>Main Parameter: <b>\"total\" must be checked</b> - it will increase the security of transactions</p><p>Additional Parameter: it is obligatory for successful processing of transactions. For example, you can set <b>name=completed</b> and <b>value=some_secret_word</b>. Copy these VALUES to these form fields: \"Additional parameter Name\" and \"Additional parameter Value\".</p>'),
('el', 'text_thank_you_for_post', 'Ευχαριστούμε για την δημοσίευση σας.'),
('el', 'text_thumbnail_manual_loading', 'Οι μικρογραφίες θα παραχθούν αυτόματα από τις λεπτομερείς εικόνες, αλλά μπορείτε επίσης να <a id=\"[id]\" class=\"[class]\">τις ανεβάσετε χειροκίνητα.</a>'),
('el', 'text_tinymce', 'TinyMCE'),
('el', 'text_topmenu_more', 'Περισσότερα [item] <i class=\"text-arrow\"> &rarr;</i>'),
('el', 'text_topmenu_view_more', 'Περισσότερα <i class=\"text-arrow\">&rarr;</i>'),
('el', 'text_track_instructions_sent', 'Οι οδηγίες πρόσβασης στάλθηκαν στη διεύθυνση ηλεκτρονικού ταχυδρομείου σας.'),
('el', 'text_track_request', 'Ζητήσατε πληροφορίες των παραγγελιών σας που θέσατε στο κατάστημα μας.'),
('el', 'text_track_view_all_orders', 'Για την προβολή όλων των παραγγελιών σας παρακαλούμε ακολουθήστε αυτόν τον σύνδεσμο:'),
('el', 'text_track_view_order', 'Για την προβολή της παραγγελίας #[order]παρακαλούμε πατήστε αυτόν τον σύνδεσμο:'),
('el', 'text_transaction_cancelled', 'Η συναλλαγή ακυρώθηκε από τον πελάτη'),
('el', 'text_transaction_declined', 'Η συναλλαγή απορρίφθηκε από τον επεξεργαστή πληρωμής ή ακυρώθηκε από τον πελάτη'),
('el', 'text_uc_addon_upgrade_completed', 'Πρόσθετο \"[name]\" έχει αναβαθμιστεί με επιτυχία'),
('el', 'text_uc_agreed_collisions', 'Καταλαβαίνω ότι οι τοπικες τροποποιήσεις θα χαθούν μόνιμα κατά τη διάρκεια της αναβάθμισης'),
('el', 'text_uc_another_update_process_running', 'Τρέχει μια άλλη διαδικασία αναβάθμισης'),
('el', 'text_uc_backup_database', 'Υπάρχουν αντίγραφα ασφαλείας  για τους παρακάτω πίνακες της βάσης δεδομένων.'),
('el', 'text_uc_backup_files', 'Τα παρακάτω αρχεία έχουν επαναφερθεί'),
('el', 'text_uc_broken_package', 'Το πακέτο αναβάθμισης φαίνεται να είναι κατεστραμένο. Παρακαλώ ανανεώσετε τη λίστα πακέτων και προσπαθήστε νατα  κατεβάσετε ξανά'),
('el', 'text_uc_cannot_lock_upgrade_process', 'Αποτυχία να απενεργοποιήσετε τη διαδικασία αναβάθμισης δρομολόγησης'),
('el', 'text_uc_cant_download_package', 'Δεν μπορείτε να κατεβάσετε το πακέτο αναβάθμισης'),
('el', 'text_uc_changed_files_message', 'Αυτά τα αρχεία έχουν τοπικό τροποποιήσεις και θα δημιουργηθούν αντίγραφα. Μόλις ολοκληρωθεί η αναβάθμιση, συγκρίνετε τα αρχεία αντιγράφων ασφαλείας με τα νέα αρχεία και εφαρμόστε ξανά τις τροποποιήσεις για τα νέα αρχεία, εάν αυτό είναι απαραίτητο.'),
('el', 'text_uc_check_ok', 'Η έκδοση της CS-Cart  έχει ελεγχθεί με επιτυχία. Είναι έτοιμη για αναβάθμιση'),
('el', 'text_uc_conflicts', 'Τα ακόλουθα αρχεία είχαν τοπικές αλλαγές'),
('el', 'text_uc_db_right_needed', 'Δεν υπάρχουν αρκετά δικαιώματα για να ενημέρωση της βάσης δεδομένων. Παρακαλούμε να ορίσετε τα εξής προνόμια στη βάση δεδομένων του χρήστη  [db_user]: [priviliges].'),
('el', 'text_uc_emergency_restore', 'Προσοχή! Αντιγράψτε και αποθηκεύστε την παρακάτω διεύθυνση URL - μπορείτε να τν χρησιμοποιήσετε για να επαναφέρετε το κατάστημά σας, εάν  αποτύχει η αναβάθμιση <br /> <b> [href] </ b>.'),
('el', 'text_uc_failed_to_backup_tables', 'Δεν έχουν δημιουργηθεί αντίγραφα ασφαλείας για τα πίνακες της βάσης δεδομένων'),
('el', 'text_uc_failed_to_create_directory', 'Αποτυχία δημιουργίας ενός νέου καταλόγου.'),
('el', 'text_uc_failed_to_decompress_files', 'Αποτυχία για την εξαγωγή αρχείων από την αρχειοθήκη'),
('el', 'text_uc_failed_to_ftp_copy', 'Η FTP μεταφορά απέτυχε'),
('el', 'text_uc_ftp_cart_directory_not_found', 'Δεν μπορέσαμε να βρούμε εγκατάσταση CS-Cart στον καθορισμένο κατάλογο. Βεβαιωθείτε ότι έχετε εισάγει το σωστό κατάλογο FTP.'),
('el', 'text_uc_ftp_connection_failed', 'Η FTP σύνδεση απέτυχε'),
('el', 'text_uc_ftp_connect_failed', 'Δεν είναι δυνατή η σύνδεση με τον διακομιστή FTP. Παρακαλώ ελέγξτε αν το όνομα του κεντρικού υπολογιστή είναι σωστή'),
('el', 'text_uc_ftp_login_failed', 'Δεν μπορείτε να συνδεθείτε στο διακομιστή FTP. Ελέγξτε αν το όνομα χρήστη και κωδικό πρόσβασης είναι σωστά'),
('el', 'text_uc_ftp_needed', 'Η FTP πρόσβαση έπρεπε να έχει πρόσβαση σε αρχεία που δεν έχουν δικαιώματα εγγραφής'),
('el', 'text_uc_has_conflicts', 'Ορισμένα από τα αρχεία σας είχαν τοπικές αλλαγές. Μπορείτε να τα ελέγξετε κάνοντας κλικ στον παρακάτω σύνδεσμο'),
('el', 'text_uc_incorrect_upgrade_path', 'Λάθος πορεία για την αναβάθμιση των αρχείων'),
('el', 'text_uc_license_number_required', 'Παρακαλούμε εισάγετε τον αριθμό αδείας σας του CS-Cart'),
('el', 'text_uc_list_of_updates_missing', 'Η λίστα των αναβαθμίσεων λείπει'),
('el', 'text_uc_local_modification', 'Τοπικες τροποποιήσεις'),
('el', 'text_uc_non_writable_files', 'Τα ακόλουθα αρχεία δεν έχουν δικαιώματα εγγραφής. Θα πρέπει να ρυθμίσετε αυτά τα δικαιώματα μόνοι σας  ή να χρησιμοποιήσετε την FTP για να αποκτήσετε πρόσβαση στα αρχεία (εάν δεν χρησιμοποιείται ήδη)'),
('el', 'text_uc_no_enough_space_to_backup_database', 'Ανεπαρκής χώρος στο δίσκο για να δημιουργήσετε αντίγραφα ασφαλείας της βάσης δεδομένων'),
('el', 'text_uc_no_ftp_module', 'Φαίνεται ότι δεν  είναι εγκατεστημένη  η ενότητα FTP  στον server σας. Δεν μπορείτε να χρησιμοποιήσετε την FTP μέχρι αυτή την ενότητα εγκατασταθεί'),
('el', 'text_uc_package_installed_with_errors', 'Παρουσιάστηκαν σφάλματα κατά τη διαδικασία αναβάθμισης. Επικοινωνήστε με την τεχνική υποστήριξη για να εξεταστεί το πρόβλημα.'),
('el', 'text_uc_timeout_check_success', 'Απ ότι φαινεται ο διακομιστής σας (server) σας επιτρέπει να αλλάξετε την επιλογή \"max_execution_time\" από το script. Μπορείτε να προχωρήσετε με τη διαδικασία αναβάθμισης.'),
('el', 'text_uc_unable_to_create_upgrade_folder', 'Αποτυχία δημιουργίας φακέλου αναβάθμισης'),
('el', 'text_uc_unable_to_parse_uc_xml', 'Αποτυχία ανάλυσης της διαδικασίας αναβάθμισης του descriptor uc.xml'),
('el', 'text_uc_unable_to_remove_file', 'Αποτυχία κατάργησης του αρχείου'),
('el', 'text_uc_unable_to_remove_packages_xml', 'Αποτυχία κατάργησης της αναβάθμισης των descriptor packages.xml'),
('el', 'text_uc_unable_to_remove_upgrade_lock', 'Απέτυχε να καταργηθει το κλειδωμενο αρχείο αναβάθμισης Καταργήστε το αρχείο [file].'),
('el', 'text_uc_unable_to_update_list_of_installed_upgrades', 'Αποτυχία ενημέρωσης της λίστας των εγκατεστημένων αναβαθμίσεων'),
('el', 'text_uc_upgrade_completed', 'Το κατάστημα σας αναβαθμίστηκε με επιτυχία'),
('el', 'text_uc_upgrade_completed_check_and_open', '<p> Το κατάστημα σας έκλεισε κατά τη διάρκεια της διαδικασίας αναβάθμισης . Σας συνιστούμε να ελέγξετε την λειτουργία του καταστήματος, μετά την αναβάθμιση και μόνο τότε να τα ανοίξετε. </p><p> Θα βρείτε το link [link] στο κάτω μέρος της κάθε σελίδας στη δεξιά πλευρά. </p>'),
('el', 'text_uc_upgrade_log_file_not_writable', 'Η αναβάθμιση  του αρχείου καταγραφής δεν είναι εγγράψιμη'),
('el', 'text_uc_upgrade_needed', 'Θα πρέπει να αναβαθμίσετε στην έκδοση <b> [to_version] </ b> πριν από την αναβάθμιση του παρόντος πακέτο αναβάθμισης (έκδοση σας είναι <b> [your_version] </ b>).'),
('el', 'text_uc_upgrade_not_selected', 'Δεν έγινε επιλογή πακέτου αναβάθμισης'),
('el', 'text_uc_upgrade_reverted', 'Η αναβάθμιση έχει επανέλθει με επιτυχία'),
('el', 'text_uc_will_be_changed', 'Θα αλλαχτεί'),
('el', 'text_uc_will_be_deleted', 'Θα διαγραφεί'),
('el', 'text_ult_product_store_field_tooltip', 'Ιδιοκτήτης του προϊόντος. Μόνο ο ιδιοκτήτης του προϊόντος μπορείτε να επεξεργαστεί όλα τα πεδία σε κοινόχρηστα προϊόντα.'),
('el', 'text_unable_to_install_theme_dependencies', 'Δνε ηταν δυνατη η εγκατασταση των εξαρτήσεων για θέματα: [dependencies]'),
('el', 'text_unable_to_parse_xml', 'Απέτυχε η ανάλυση δομής του XML'),
('el', 'text_unsubscribe_instructions', 'Σεβόμαστε το απόρρητό σας και δεν στέλνουμε ανεπιθύμητα e-mail σε χρήστες που δεν έχουν ζητήσει αλληλογραφία. Έχετε λάβει αυτό το e-mail, επειδή ζητήσατε να λαμβάνετε νέα και προσφορές μας <br /> <br />  Αν επιθυμείτε να διαγραφείτε, παρακαλώ ακολουθήστε τον παρακάτω σύνδεσμο:'),
('el', 'text_unsupported_currency', 'Το νόμισμα που δεν υποστηρίζεται από το σύστημα πληρωμών, χρησιμοποιείται στην ιστοσελίδα. Παρακαλούμε επικοινωνήστε με το κατάστημα διαχειριστή για το θέμα αυτό.'),
('el', 'text_upgrade_available', 'Μια νέα έκδοση του CS-Cart είναι διαθέσιμη. Αν θέλετε να αναβαθμίσετε στην τελευταία έκδοση τώρα, κάντε κλικ <a href=\"[link]\"> εδώ </ a>.'),
('el', 'text_usergroup_activated', 'Οι ακόλουθες ομάδες χρηστών έχουν ενεργοποιηθεί για το λογαριασμό σας: [usergroups].'),
('el', 'text_usergroup_disactivated', 'Οι ακόλουθες ομάδες χρηστών έχουν αφαιρεθεί από το λογαριασμό σας: [usergroups].'),
('el', 'text_usergroup_request', 'Αίτημα πελάτη για ομάδα χρήστη.'),
('el', 'text_usergroup_requested_by', 'Η ομάδα <b>[usergroup]</b> ζητήθηκε από [name] ([email]).'),
('el', 'text_vendor_profile_changes_notice', 'Είστε βέβαιοι ότι θέλετε να ενημερώσετε το προφίλ; Οι πληροφορίες για την εταιρεία σας δεν θα είναι διαθέσιμ32 στην περιοχή πελάτη μέχρι ο διαχειριστής να τις εγκρίνει.'),
('el', 'text_worldpay_notice', 'Παρακαλούμε χρησιμοποιήστε την παρακάτω διεύθυνση URL, όπως την callback URL: <br /><b>[return_url]</b>'),
('el', 'text_you_have_already_filled_this_poll', 'Έχετε ήδη ολοκληρώσει αυτήν τη δημοσκόπηση'),
('el', 'text_zipcodes_wildcards', 'Μπορείτε να χρησιμοποιήσετε ειδικούς χαρακτήρες (wildcards) σ\'αυτό το πεδίο:<br><b>\'?\'</b> - κάθε χαρακτήρα;<b>\'*\'</b> - any amount of characters.<br><br><u>Example:</u><br><b>98?78</b> &nbsp;&nbsp;(corresponds to 98878, 98378, 98978, etc)<br><b>12*</b>&nbsp;&nbsp; (corresponds to 12345, 12876, 12098, etc..)'),
('el', 'thanks_for_voting', 'Σας ευχαριστούμε που ξοδέψατε χρόνο για αυτήν τη δημοσκόπηση..'),
('el', 'theme', 'Θέμα'),
('el', 'themes', 'Θέματα'),
('el', 'theme_directory', 'Κατάλογος Αρχείων Theme'),
('el', 'theme_editor', 'Επεξεργαστής Θεματος'),
('el', 'theme_editor.atc_button_bkg', 'Add to cart'),
('el', 'theme_editor.atc_button_text', 'Add to cart text'),
('el', 'theme_editor.auto_scroller_animations_style', 'Image auto scroller animation'),
('el', 'theme_editor.auto_scroll_animations', 'Use image auto scroller animation'),
('el', 'theme_editor.background', 'Φόντο'),
('el', 'theme_editor.backgrounds', 'Φόντα'),
('el', 'theme_editor.background_color', 'Χρώμα Φόντου'),
('el', 'theme_editor.base_color', 'Βάση'),
('el', 'theme_editor.block_titles', 'Block titles'),
('el', 'theme_editor.body_font', 'Σώμα'),
('el', 'theme_editor.brand_page_image', 'Brand page images'),
('el', 'theme_editor.browse', 'Περιήγηση'),
('el', 'theme_editor.buttons_font', 'Κουμπιά'),
('el', 'theme_editor.call_request_bkg', 'Buy now with one click'),
('el', 'theme_editor.call_request_text', 'Buy now with one click text'),
('el', 'theme_editor.category_menu_bkg', 'Category menu background'),
('el', 'theme_editor.category_menu_expand_links', 'Expanded menu links'),
('el', 'theme_editor.category_menu_expand_links_hover', 'Expanded menu links hover'),
('el', 'theme_editor.category_menu_horizontal_background', 'Category menu expanded background'),
('el', 'theme_editor.category_menu_horizontal_decoration', 'Category menu expanded decoartion'),
('el', 'theme_editor.category_menu_horizontal_decoration_text', 'Category menu expanded decoartion text'),
('el', 'theme_editor.category_menu_horizontal_decoration_text_hover', 'Category menu expanded decoartion text hover'),
('el', 'theme_editor.checkout_control_background', 'Checkout: Payment / shipping method background'),
('el', 'theme_editor.checkout_control_border', 'Checkout: Payment / shipping method border'),
('el', 'theme_editor.checkout_control_description', 'Checkout: Payment / shipping method description'),
('el', 'theme_editor.checkout_control_label', 'Checkout: Credit card field names'),
('el', 'theme_editor.checkout_control_title', 'Checkout: Payment / shipping method title'),
('el', 'theme_editor.checkout_input_border', 'Checkout: Field border'),
('el', 'theme_editor.checkout_input_label', 'Checkout: Field label'),
('el', 'theme_editor.checkout_input_text', 'Checkout: Text in fields'),
('el', 'theme_editor.checkout_selected_control_background', 'Checkout: Selected payment / shipping method background'),
('el', 'theme_editor.checkout_selected_control_border', 'Checkout: Selected payment / shipping method border'),
('el', 'theme_editor.checkout_selected_input_border', 'Checkout: Selected field border'),
('el', 'theme_editor.checkout_step_title', 'Checkout: Step title'),
('el', 'theme_editor.checkout_terms_background', 'Checkout: \"Terms and conditions\" section background'),
('el', 'theme_editor.close', 'Κλείστε τον επεξεργαστή θέματος'),
('el', 'theme_editor.colors', 'Χρώματα'),
('el', 'theme_editor.color_gen_algorithm', 'Συνδυασμός Χρωμάτων'),
('el', 'theme_editor.color_gen_analogic', 'Αναλογικό'),
('el', 'theme_editor.color_gen_base_color', 'Χρώμα βάσης'),
('el', 'theme_editor.color_gen_contrast', 'Αντίθεση'),
('el', 'theme_editor.color_gen_dark_pastel', 'Σκούρα παστέλ'),
('el', 'theme_editor.color_gen_default', 'Προεπιλεγμένο'),
('el', 'theme_editor.color_gen_light_pastel', 'ελαφρυ παστέλ'),
('el', 'theme_editor.color_gen_monochromatic', 'Μονοχρωματικό'),
('el', 'theme_editor.color_gen_pale', 'Χλωμό'),
('el', 'theme_editor.color_gen_pastel', 'Παστέλ'),
('el', 'theme_editor.color_gen_title', 'Παραγωγή χρωμάτων'),
('el', 'theme_editor.color_gen_triad', 'Τριάδα'),
('el', 'theme_editor.color_gen_variant', 'Παραλλαγή'),
('el', 'theme_editor.color_gen_vcontrast', 'Αντίθεση'),
('el', 'theme_editor.compare_color', 'Compare hover'),
('el', 'theme_editor.confirm_enable_less', 'Οι τροποποιήσεις σας στο CSS θα είναι γινουν αντιγραφο ασφαλείας και θα αντικατασταθούν. Είστε βέβαιοι ότι θέλετε να συνεχίσετε με την επαναφορά του LESS;'),
('el', 'theme_editor.content_bg', 'Περιεχόμενο'),
('el', 'theme_editor.convert_to_css', 'Μετατροπή σε CSS'),
('el', 'theme_editor.create_style_first', 'Δεν μπορείτε να τροποποιήσετε αυτήν την παράμετρο για τα προεπιλεγμένα στυλ. Δημιουργήσετε ένα καινούργιο πρώτα'),
('el', 'theme_editor.css', 'Προσαρμοσμένο CSS'),
('el', 'theme_editor.customize', 'Προσαρμογή'),
('el', 'theme_editor.decorative_color', 'Διακοσμητικό'),
('el', 'theme_editor.discount_label', 'Ετικκέτα Έκπτωσης'),
('el', 'theme_editor.discount_label_text', 'Discount label text'),
('el', 'theme_editor.enable', 'Ενεργοποίηση Theme editor'),
('el', 'theme_editor.enable_less', 'Ενεργοποίηση LESS'),
('el', 'theme_editor.error_preset_exists', 'Το στυλ με αυτό το όνομα υπάρχει ήδη. Παρακαλώ επιλέξτε ένα άλλο.'),
('el', 'theme_editor.error_style_exists', 'Το στυλ με αυτό το όνομα υπάρχει ήδη. Παρακαλώ επιλέξτε ένα άλλο.'),
('el', 'theme_editor.error_theme_converted_to_css', 'Τα μεταγλωτισμένα (compiled) αρχεία CSS δεν υποστηρίζουν styling. Επαναφέρετε το LESS στο <a target=\"_blank\" href=\"[url]\"> συντάκτη θέματος</a> για να είστε σε θέση να αλλάξετε το στυλ.'),
('el', 'theme_editor.favicon', 'Favicon'),
('el', 'theme_editor.favicon_size', 'Το μέγεθος του favicon πρέπει να είναι 16 x 16 px'),
('el', 'theme_editor.fixed', 'Σταθερο'),
('el', 'theme_editor.font', 'Γραμματοσειρα'),
('el', 'theme_editor.fonts', 'Γραμματοσειρες'),
('el', 'theme_editor.font_color', 'Γραμματοσειρα'),
('el', 'theme_editor.font_one', 'Primary font'),
('el', 'theme_editor.font_two', 'Secondary font'),
('el', 'theme_editor.footer', 'Υποσέλιδο'),
('el', 'theme_editor.footer_bottom', 'Footer bottom'),
('el', 'theme_editor.footer_bottom_text', 'Footer bottom text'),
('el', 'theme_editor.footer_location_icon', 'Footer location icons'),
('el', 'theme_editor.footer_location_icon_bkg', 'Footer location icons background'),
('el', 'theme_editor.footer_social_icons', 'Footer social icons'),
('el', 'theme_editor.footer_text', 'Κειμενο Footer'),
('el', 'theme_editor.footer_title', 'Footer title'),
('el', 'theme_editor.full_width', 'πλήρες πλάτος'),
('el', 'theme_editor.general', 'Γενικά'),
('el', 'theme_editor.general_bg', 'Γενικά'),
('el', 'theme_editor.gift_cert', 'Δωροεπιταγή'),
('el', 'theme_editor.google_fonts', 'Use google fonts'),
('el', 'theme_editor.gradient', 'διαβάθμιση'),
('el', 'theme_editor.grid_icon', 'Grid Quick view, Compare, Wishlist icons'),
('el', 'theme_editor.grid_icon_add_to_cart', 'Add to cart button'),
('el', 'theme_editor.grid_icon_add_to_cart_bkg', 'Add to cart background'),
('el', 'theme_editor.grid_icon_add_to_cart_text', 'Add to cart button text'),
('el', 'theme_editor.grid_icon_add_to_compare_bkg', 'Add to compare background'),
('el', 'theme_editor.grid_icon_add_wishlist_bkg', 'Add to wishlist background'),
('el', 'theme_editor.grid_icon_bkg', 'Grid Quick view, Compare, Wishlist icons background'),
('el', 'theme_editor.grid_icon_hover', 'Grid Quick view, Compare, Wishlist icons hover'),
('el', 'theme_editor.grid_icon_quick_view_bkg', 'Quick view background'),
('el', 'theme_editor.grid_info_background', 'Grid info background'),
('el', 'theme_editor.grid_info_title', 'Grid info title'),
('el', 'theme_editor.grid_info_title_hover', 'Grid info title hover'),
('el', 'theme_editor.header', 'Κεφαλίδα'),
('el', 'theme_editor.header_call_request_link', 'Header call request link'),
('el', 'theme_editor.header_cart_ammount', 'Header cart amount'),
('el', 'theme_editor.header_cart_ammount_bkg', 'Header cart amount background'),
('el', 'theme_editor.header_icons', 'Header icons'),
('el', 'theme_editor.header_icons_hover', 'Header icons hover'),
('el', 'theme_editor.header_text', 'Header text'),
('el', 'theme_editor.headings_font', 'Επικεφαλίδες'),
('el', 'theme_editor.hide_show', 'Απόκρυψη/Εμφάνιση πίνακα επεξεργασίας θέματος'),
('el', 'theme_editor.incorrect_preset_name', 'Το Όνομα Προεπιλογής δεν μπορει να περιεχει τους εξης χαρακτηρες: \"/ # % ? * : ; { } \\ \"'),
('el', 'theme_editor.incorrect_style_name', 'Το όνομα στυλ δε μπορεί να περιέχει τους χαρακτήρες: \"/ # % ? * : ; { } \\ + \"'),
('el', 'theme_editor.info_blocks', 'Info blocks'),
('el', 'theme_editor.in_stock', 'Σε αποθεμα'),
('el', 'theme_editor.links_font', 'Σύνδεσμοι'),
('el', 'theme_editor.links_hover', 'Links hover'),
('el', 'theme_editor.link_color', 'Σύνδεσμοι'),
('el', 'theme_editor.list-price', 'List price'),
('el', 'theme_editor.logos', 'Λογότυπα'),
('el', 'theme_editor.mail', 'Ταχυδρομείο'),
('el', 'theme_editor.main', 'Κύριο περιεχόμενο'),
('el', 'theme_editor.mainbox_title', 'Mainbox title'),
('el', 'theme_editor.mainbox_title_bkg', 'Mainbox title background'),
('el', 'theme_editor.max_image_size', 'Η εικόνα δεν πρέπει να είναι μεγαλύτερη από 200 kB.'),
('el', 'theme_editor.menu_categ_left_content_description', 'Categories menu left content description'),
('el', 'theme_editor.menu_categ_left_content_link', 'Categories menu left content link'),
('el', 'theme_editor.menu_categ_left_content_link_hover', 'Categories menu left content link hover'),
('el', 'theme_editor.menu_categ_right_content_link', 'Categories menu right content link'),
('el', 'theme_editor.menu_categ_right_content_link_hover', 'Categories menu right content link hover'),
('el', 'theme_editor.menu_categ_right_content_title', 'Categories menu right content title'),
('el', 'theme_editor.menu_categ_title', 'Categories menu title'),
('el', 'theme_editor.menu_categ_title_bkg', 'Categories menu background'),
('el', 'theme_editor.menu_color', 'Main Menu'),
('el', 'theme_editor.menu_color_hover', 'Main Menu background hover'),
('el', 'theme_editor.menu_links_color', 'Main Menu links'),
('el', 'theme_editor.menu_links_color_hover', 'Main Menu links hover'),
('el', 'theme_editor.menu_links_hover', 'Menu links hover'),
('el', 'theme_editor.menu_links_hover_text', 'Menu links hover text'),
('el', 'theme_editor.menu_link_1_background', 'Main menu link 1 background'),
('el', 'theme_editor.menu_link_2_background', 'Main menu link 2 background'),
('el', 'theme_editor.menu_link_3_background', 'Main menu link 3 background'),
('el', 'theme_editor.menu_link_4_background', 'Main menu link 4 background'),
('el', 'theme_editor.menu_link_5_background', 'Main menu link 5 background'),
('el', 'theme_editor.menu_link_6_background', 'Main menu link 6 background'),
('el', 'theme_editor.menu_link_7_background', 'Main menu link 7 background'),
('el', 'theme_editor.middle_bg', 'Μέση'),
('el', 'theme_editor.multiscroller', 'Multiscroller header background'),
('el', 'theme_editor.multiscroller_compare_color', 'Multiscroller Compare hover'),
('el', 'theme_editor.multiscroller_icon', 'Multiscroller Quick view, Compare, Wishlist icons'),
('el', 'theme_editor.multiscroller_icon_border', 'Multiscroller icon border'),
('el', 'theme_editor.multiscroller_link', 'Multiscroller tab text'),
('el', 'theme_editor.multiscroller_link_active_hover_bkg', 'Multiscroller tab background hover'),
('el', 'theme_editor.multiscroller_link_bkg', 'Multiscroller tab background'),
('el', 'theme_editor.multiscroller_link_hover', 'Multiscroller tab text hover'),
('el', 'theme_editor.multiscroller_quick_view_color', 'Multiscroller Quick view hover'),
('el', 'theme_editor.multiscroller_wishlist_color', 'Multiscroller Wishlist hover'),
('el', 'theme_editor.no_repeat', 'Χωρίς επανάληψη'),
('el', 'theme_editor.off', 'Κλειστο'),
('el', 'theme_editor.on', 'Ανοιχτο'),
('el', 'theme_editor.other_fonts', 'Άλλες Γραμματοσειρές'),
('el', 'theme_editor.out_of_stock', 'Μη Διαθέσιμο'),
('el', 'theme_editor.page_cant_be_configured', 'Η εμφάνιση αυτής της σελίδας δεν μπορεί να ρυθμιστεί με το Theme editor.'),
('el', 'theme_editor.pattern', 'Μοτίβο'),
('el', 'theme_editor.popular_fonts', 'Δημοφιλής Γραμματοσειρές'),
('el', 'theme_editor.popup_title_bkg', 'Popup title background'),
('el', 'theme_editor.popup_title_text', 'Popup title text'),
('el', 'theme_editor.position', 'Θεση'),
('el', 'theme_editor.pp_price_saving_bkg', 'Product page price saving background'),
('el', 'theme_editor.pp_price_saving_text', 'Product page price saving text'),
('el', 'theme_editor.presets', 'Προεπιλογές'),
('el', 'theme_editor.preset_data_cannot_be_saved', 'Τα δεδομένα Στυλ δεν μπορουν να σωθούν. Θα πρέπει να ορίσετε δικαιώματα εγγραφής για τον κατάλογο <b> [theme_dir] </b>  ωστε να διορθώσετε αυτό το ζήτημα.'),
('el', 'theme_editor.preset_name', 'Όνομα Προεπιλογής'),
('el', 'theme_editor.price', 'Τιμή'),
('el', 'theme_editor.price_font', 'Ετικκέτα Τιμής'),
('el', 'theme_editor.primary_button', 'Primary color'),
('el', 'theme_editor.primary_button_text', 'Primary text'),
('el', 'theme_editor.product_carousel_scroll_animations_style', 'Product image in carousel scroll animation'),
('el', 'theme_editor.product_title', 'Product title'),
('el', 'theme_editor.product_title_link', 'Product title link'),
('el', 'theme_editor.quick_view_color', 'Quick view hover'),
('el', 'theme_editor.rating_color', 'Rating color'),
('el', 'theme_editor.rating_icons', 'Rating icons'),
('el', 'theme_editor.rating_text', 'Rating text'),
('el', 'theme_editor.repeat', 'Επανάληψη'),
('el', 'theme_editor.repeat_x', 'Επαναλάβετε x'),
('el', 'theme_editor.repeat_y', 'Επαναλάβετε y'),
('el', 'theme_editor.reset_backgrounds', 'Επαναφορά υπόβαθρου'),
('el', 'theme_editor.reset_colors', 'Επαναφορά χρωμάτων'),
('el', 'theme_editor.reset_css', 'Επαναφορά CSS'),
('el', 'theme_editor.reset_fonts', 'Επαναφορά γραμματοσειρών'),
('el', 'theme_editor.reset_general', 'Γενική επαναφορά'),
('el', 'theme_editor.reset_logos', 'Επαναφορά λογοτύπων'),
('el', 'theme_editor.rounded_corners', 'Στρογγυλεμένες γωνίες'),
('el', 'theme_editor.scroll', 'Κύλισης'),
('el', 'theme_editor.scroll_animations', 'Use scroll animations'),
('el', 'theme_editor.scroll_up', 'Scroll up button'),
('el', 'theme_editor.search_button_bkg', 'Search button background'),
('el', 'theme_editor.search_button_bkg_hover', 'Search button background hover'),
('el', 'theme_editor.search_button_text', 'Search button icon'),
('el', 'theme_editor.search_button_text_hover', 'Search button icon hover'),
('el', 'theme_editor.secondary_button', 'Secondary color'),
('el', 'theme_editor.secondary_button_text', 'Secondary text'),
('el', 'theme_editor.secondary_content_bg', 'Secondary content'),
('el', 'theme_editor.secondbox_title', 'Secondbox title'),
('el', 'theme_editor.secondbox_title_bkg', 'Secondbox title background'),
('el', 'theme_editor.shipping_label', 'Shipping label'),
('el', 'theme_editor.shipping_label_text', 'Shipping label text'),
('el', 'theme_editor.show_dropdown_homepage', 'Expand menu on homepage'),
('el', 'theme_editor.show_mega_menu_category_images', 'Mega Menu category thumbnails'),
('el', 'theme_editor.sidebar', 'Sidebar background'),
('el', 'theme_editor.sidebar_decorative', 'Sidebar decorative'),
('el', 'theme_editor.sidebar_link', 'Sidebar links'),
('el', 'theme_editor.sidebar_links', 'Sidebar links'),
('el', 'theme_editor.sidebar_title', 'Sidebar title'),
('el', 'theme_editor.sticky_menu', 'Sticky menu'),
('el', 'theme_editor.style', 'Στυλ'),
('el', 'theme_editor.styles', 'Στυλς'),
('el', 'theme_editor.style_data_cannot_be_saved', 'Τα δεδομένα Στυλ δεν μπορουν να σωθούν. Θα πρέπει να ορίσετε δικαιώματα εγγραφής για τον κατάλογο <b> [theme_dir] </ b>  ωστε να διορθώσετε αυτό το ζήτημα.'),
('el', 'theme_editor.style_name', 'Ονομα Στυλ'),
('el', 'theme_editor.sub_footer', 'Sub footer'),
('el', 'theme_editor.sub_footer_text', 'Sub footer text'),
('el', 'theme_editor.system_fonts', 'Γραμματοσειρές Στυλ'),
('el', 'theme_editor.tertiary_button', 'Tertiary color'),
('el', 'theme_editor.tertiary_button_text', 'Tertiary text'),
('el', 'theme_editor.tertiary_content_bg', 'Teritary content'),
('el', 'theme_editor.text_align', 'Στοίχιση κειμένου'),
('el', 'theme_editor.text_close_editor', 'Είστε σίγουροι ότι θέλετε να βγείτε από το Επεξεργαστη θέματος;'),
('el', 'theme_editor.text_close_editor_unsaved', 'Εχετε μη αποθηκευμένες αλλαγές. Είστε βέβαιοι ότι θέλετε να βγείτε από το συντάκτη θέματος;'),
('el', 'theme_editor.text_convert_to_css', '<p>Δημιουργήστε αρχεία CSS από LESS (για χειροκίνητη επεξεργασία).</p><p>Σημαντικό: δεν θα είστε σε θέση να χρησιμοποιήσετε τον επεξεργαστή θέματος για να προσαρμόσετε τη βιτρίνα του καταστήματος!</p><p><i>Θα δημιουργηθουν αντίγραφα ασφαλείας από τα πρωτότυπα LESS αρχεία  και θα είστε σε θέση να τα επαναφέρετε αργότερα</i></p>'),
('el', 'theme_editor.text_reset_changes', 'Όλες οι αλλαγές μετά την τελευταία αποθήκευση θα επανέλθουν στην αρχική κατάσταση'),
('el', 'theme_editor.te_font_one', 'Primary font'),
('el', 'theme_editor.te_font_two', 'Secondary font'),
('el', 'theme_editor.theme', 'Theme'),
('el', 'theme_editor.third_button', 'Third button'),
('el', 'theme_editor.top_account_cart', 'Top account/cart'),
('el', 'theme_editor.top_account_cart_hover', 'Top account/cart hover'),
('el', 'theme_editor.top_panel', 'Επάνω πίνακας'),
('el', 'theme_editor.top_panel_links', 'Συνδεσμοι Επανω Πινακα'),
('el', 'theme_editor.top_panel_links_hover', 'Top panel links hover'),
('el', 'theme_editor.top_panel_links_hover_active', 'Top link hover/active'),
('el', 'theme_editor.top_panel_text', 'Κειμενο επανω πινακα'),
('el', 'theme_editor.transparent', 'Διαφανο'),
('el', 'theme_editor.upload_image', 'Μεταφόρτωση εικόνας'),
('el', 'theme_editor.vendor_contact_link', 'Vendor cotact link'),
('el', 'theme_editor.vendor_location', 'Vendor location'),
('el', 'theme_editor.vendor_name', 'Vendor name'),
('el', 'theme_editor.vendor_phone', 'Vendor phone'),
('el', 'theme_editor.vendor_product_number', 'Vendor product number'),
('el', 'theme_editor.vendor_rating', 'Vendor rating'),
('el', 'theme_editor.vendor_rating_text', 'Vendor rating text'),
('el', 'theme_editor.vendor_store_button_bkg', 'Vendor store button background'),
('el', 'theme_editor.vendor_store_button_text', 'Vendor store button text'),
('el', 'theme_editor.vendor_store_header_background', 'Vendor store header background'),
('el', 'theme_editor.vendor_store_header_name', 'Vendor store header name'),
('el', 'theme_editor.vendor_store_header_title', 'Vendor store header titles'),
('el', 'theme_editor.vendor_store_social_icon_bkg', 'Vendor store social icon background'),
('el', 'theme_editor.vendor_store_social_icon_text', 'Vendor store social icon'),
('el', 'theme_editor.warning_css_changes_will_be_reverted', '<p>Θα πρέπει να γυρίσετε πίσω σε LESS ώστε να είστε σε θέση να χρησιμοποιήσετε το συντάκτη του θέματος, επειδή ασχολείται με λιγότερο αρχεία αντί για απλό CSS.</p><p><strong>ΣΗΜΑΝΤΙΚΟ:</strong> όλα τα CSS αρχεία θα αντικατασταθούν κατά την επαναφορά! Προσαρμοσμένα αρχεία CSS και οι τροποποιήσεις αυτών θα αποθηκευτούν στον κατάλογο αντιγράφων ασφαλείας.</p>'),
('el', 'theme_editor.wishlist_color', 'Wishlist hover'),
('el', 'theme_editor_mode', 'Λειτουργία επεξεργαστη θεματος'),
('el', 'theme_editor_not_supported', 'Αυτό το θέμα δεν υποστηρίζεται απο το Theme Editor'),
('el', 'theme_information', 'Πληροφορίες Θέματος'),
('el', 'theme_no_styles_text', 'Αυτό το θέμα δεν έχει Στυλ'),
('el', 'theme_styles_and_layouts', 'Στυλ Θέματος και Διαταξη'),
('el', 'the_test_transaction', 'Πρόκειται για μια συναλλαγή TEST'),
('el', 'this_day', 'Σήμερα'),
('el', 'this_month', 'Αυτό το μήνα'),
('el', 'this_week', 'Αυτή την εβδομάδα'),
('el', 'this_year', 'Αυτό το χρόνο'),
('el', 'ths_sign', 'Συμβολο Χιλιάδων'),
('el', 'thumb', 'Μικρογραφία'),
('el', 'thumbnail', 'Μικρογραφία'),
('el', 'thumbnails', 'Μικρογραφίες'),
('el', 'thumbnails_removed', 'Οι μικρογραφίες απομακρύνθηκαν'),
('el', 'thumbnail_width', 'Το ύψος της μικρογραφίας στο Scroller'),
('el', 'ticket_id', 'Ticket Id'),
('el', 'ticket_information', 'TICKET INFORMATION'),
('el', 'ticket_list', 'Ticket List'),
('el', 'ticket_message', 'Ticket Message'),
('el', 'ticket_subject', 'Ticket Subject'),
('el', 'ticket_type', 'Ticket Type'),
('el', 'tier_account', 'Λογαριασμός tier'),
('el', 'time', 'Χρόνος'),
('el', 'timeout', 'Τέλος χρόνου'),
('el', 'Timestamp', 'Τimestamp(μια ακολουθία χαρακτήρων, που δηλώνει την ημερομηνία ή / και χρόνος κατά τον οποίο συμβαίνει ένα συγκεκριμένο συμβάν)'),
('el', 'timezone_upgrade_notification_text', '<p>H Ζώνη ώρας «Αθήνα, Βηρυτός, Κωνσταντινούπολη» έχει χωριστεί σε 3 διαφορετικές ζώνες ώρας:</p> <ul><li>Ευρώπη/Κωνσταντινούπολη</li> <li>Ευρώπη/Αθήνα</li> <li>Ασία/Βηρυτός</li></ul> <p>Παρακαλούμε να μεταβείτε στην <b>επιλογή Ρυθμίσεις</b> &rarr; <b>Εμφάνιση</b> και na βεβαιωθείτε ότι έχετε τη σωστή ζώνη ώρας εκεί.</p>'),
('el', 'timezone_upgrade_notification_title', 'Αλλαγές ζώνης ώρας'),
('el', 'time_interval', 'Χρονικό διάστημα'),
('el', 'time_unlimited_download', 'Απεριόριστο download'),
('el', 'tip', 'Υπόδειξη'),
('el', 'tip.quick_select_and_close_category_selector', 'Υπόδειξη: Kρατήστε πατημένο το πλήκτρο CTRL( η το πλήκτρο με το σήμα \"⌘\" αν έχετε Mac) την ώρα που κάνετε κλίκ σε ένα όνομα κατηγορίας. Η κίνηση αυτή θα προσθέσει μία κατηγορία και θα κλείσει το παράθυρο.'),
('el', 'title', 'Τίτλος'),
('el', 'tmpl_abt__ut2_dropdown_horizontal_mwi', 'AB: Horizontal dropdown list with icons'),
('el', 'tmpl_abt__ut2_dropdown_vertical_mwi', 'AB: Vertical dropdown list with icons'),
('el', 'tmpl_abt__ut2__categories_title_block', 'AB: Block: Category title'),
('el', 'tmpl_abt__ut2__features_title_block', 'AB: Block: Feature title'),
('el', 'tmpl_abt__ut2__my_account_links_advanced', 'AB: My account (advanced)'),
('el', 'tmpl_abt__ut2__recent_posts_advanced', 'AB: Blog: Recent posts'),
('el', 'tmpl_abt__ut2__subscribe_advanced', 'AB: Subscription form'),
('el', 'tmpl_abt__ut2__subscription', 'AB: Newsletters: Subscription form'),
('el', 'tmpl_abt__ut2__title_block', 'AB: Block: Title'),
('el', 'tmpl_abt__ut2__top_buttons', 'AB: Buttons Compare and Wishlist'),
('el', 'tmpl_abt__ut2__top_buttons.compare_list.tooltip', 'View Comparison list'),
('el', 'tmpl_call_request', 'Φόρμα αίτησης κλήσης'),
('el', 'tmpl_copyright', 'πληροφορίες πνευματικών δικαιωμάτων'),
('el', 'tmpl_grid', 'Πλέγμα'),
('el', 'tmpl_grid2', 'Πλέγμα2'),
('el', 'tmpl_list_without_options', 'Λίστα χωρίς επιλογές'),
('el', 'tmpl_logo', 'Λογοτυπο Καταστηματος'),
('el', 'tmpl_multicolumns_small', 'Μικρές πολλαπλές στήλες'),
('el', 'tmpl_multicolumn_list', 'Λίστα πολλαπλών στηλών'),
('el', 'tmpl_newsletters_subscription_advanced', 'Newsletters: Φόρμα εγγραφής για προχωρημένους'),
('el', 'tmpl_payment_icons', 'Εικονίδια συστημάτων πληρωμών'),
('el', 'tmpl_payment_icons_rus', 'Ρωσικά εικονίδια συστημάτων πληρωμών'),
('el', 'tmpl_polls_central', 'Κεντρική'),
('el', 'tmpl_polls_side', 'Πλαινό Κουτί'),
('el', 'tmpl_quick_links', 'Γρήγορες συνδέσεις'),
('el', 'tmpl_scroller', 'Κύλινδρος'),
('el', 'tmpl_search', 'Πεδίο Αναζήτησης'),
('el', 'tmpl_sidebox_1_item', 'Πρώτο αντικέιμενο του πλαινού κουτιού'),
('el', 'tmpl_subscription', 'Newsletters: φόρμα εγγραφής'),
('el', 'tmpl_subscription_advanced', 'Φορμα Συνδρομής για προχωρημένους'),
('el', 'tmpl_text_ckeditor', 'CKEditor'),
('el', 'to', 'εως'),
('el', 'today', 'Σήμερα'),
('el', 'tools', 'Εργαλεία'),
('el', 'tools_addons_activated_count', 'Ενεργα πρόσθετα:'),
('el', 'tools_addons_additional_payment_methods', 'Μπορεί να υπάρχουν περισσότεροι επεξεργαστές πληρωμών. Θα εμφανιστούν αν ενεργοποιήσετε τα αντίστοιχα <a href=\"[url]\">payment add-ons</a>.'),
('el', 'tools_addons_additional_shipping_methods', 'Μπορεί να υπάρχουν περισσότεροι μεταφορείς. Θα εμφανιστούν αν ενεργοποιήσετε τα αντίστοιχα <a href=\"[url]\">shipping add-ons</a>.'),
('el', 'tools_addons_additional_themes', 'Μπορεί να υπάρχουν περισσότερα θέματα. Θα εμφανιστούν αν ενεργοποιήσετε τα αντίστοιχα <a href=\"[url]\">theme add-ons</a>.'),
('el', 'tools_addons_core_addons_count', 'Ενσωματωμένα πρόσθετα:'),
('el', 'tools_addons_current_state', 'Τρέχουσα κατάσταση'),
('el', 'tools_addons_disabled_msg', 'Ένας διαχειριστής απενεργοποιήσε όλα τα πρόσθετα ή τα πρόσθετα τρίτων κατασκευαστών. <br>Πιέστε το Επαν-Ενεργοποίηση πρόσθετων για να ενεργοποιηθού τα πρόσθετα που λειτουργουσαν στο παρελθόν.'),
('el', 'tools_addons_disable_all', 'Απενεργοποίηση όλων των πρόσθετων'),
('el', 'tools_addons_disable_third_party', 'Απενεργοποιήσετε τα πρόσθετα τριτων κατασκευαστων'),
('el', 'tools_addons_installed_count', 'Εγκατεστημένα Πρόσθετα:'),
('el', 'tools_addons_no_addons', 'Δεν υπάρχουν addons'),
('el', 'tools_addons_no_third_party_addons', 'Δεν υπάρχουν Πρόσθετα τριτων'),
('el', 'tools_addons_other_addons_count', 'Πρόσθετα τρίτων κατασκευαστών:'),
('el', 'tools_re_enable_add_ons', 'Επανενεργοποιηση Προσθετων'),
('el', 'tooltip', 'Tooltip(το\"παραθυράκι\" που εμφανίζεται επάνω από κάποια στοιχεία, αν αφεθεί για λίγη ώρα το βελάκι του ποντικιού επάνω τους)'),
('el', 'top_panel', 'Πάνω'),
('el', 'top_sellers', 'Κορυφαία σε πωλήσεις'),
('el', 'top_wishlist_compare', 'ET - Top wishlist compare'),
('el', 'total', 'Σύνολο'),
('el', 'totally_paid', 'Συνολικό Πληρωτέο Ποσό'),
('el', 'totals', 'Σύνολα'),
('el', 'total_amount', 'Συνολικό Ποσό'),
('el', 'total_amount_due', 'Συνολικό οφειλόμενο ποσό'),
('el', 'total_cost', 'Συνολικό Κόστος'),
('el', 'total_items', 'Σύνολο τεμαχίων'),
('el', 'total_list_price', 'Συνολική τιμή καταλόγου'),
('el', 'total_orders', 'Created orders'),
('el', 'total_paid_orders', 'Paid orders'),
('el', 'total_period_payout', 'Πληρωμή Συνολικων Πωλησεων περιοδου'),
('el', 'total_price', 'Συνολική Τιμή'),
('el', 'total_product_cost', 'Συνολικό κόστος του προϊόντος'),
('el', 'total_replies', 'Total Replies'),
('el', 'total_results', 'Συνολικά αποτελέσματα'),
('el', 'total_spent_money', 'Total spend'),
('el', 'total_unpaid_balance', 'Σύνολο ανεξόφλητου υπολοιπου'),
('el', 'total_without_commission', 'Total descontando a comissão'),
('el', 'to_all_subcats', 'Εφαρμογή σε όλες τις υποκατηγορίες'),
('el', 'to_date', 'Ημερομηνία μέσω'),
('el', 'to_fixed', 'Κατ αποκοπή ποσό'),
('el', 'to_percentage', 'Με ποσοστό επί της αρχικής τιμής'),
('el', 'tpe', 'TPE'),
('el', 'track', 'Κομμάτι'),
('el', 'tracking_num', 'Αριθμός παρακολούθησης αντικειμένου'),
('el', 'tracking_number', 'Αριθμός αναζήτησης-παρακολούθησης αντικειμένου'),
('el', 'tracks', 'Αναγνωριστικό'),
('el', 'track_my_order', 'Διαχείριση της παραγγελίας(ών) μου'),
('el', 'track_on_carrier_site', 'Παρακολούθηση σε ιστοσελίδα'),
('el', 'track_orders', 'Παρακολούθηση Παραγγελίας'),
('el', 'track_request_subj', 'Διαχείριση παραγγελίας'),
('el', 'track_without_options', 'Διαχείριση  χωρίς επιλογές'),
('el', 'track_with_options', 'Διαχείριση με επιλογές'),
('el', 'TransactionDateTime', 'Ημερομηνία και ώρα συναλλαγής'),
('el', 'transaction_approved', 'Η συναλλαγή εγκρίθηκε'),
('el', 'transaction_cancelled', 'Η συναλλαγή ακυρώθηκε'),
('el', 'transaction_datetime', 'Ημερομηνια Συναλλαγης'),
('el', 'transaction_declined', 'Ακύρωση συναλλαγής'),
('el', 'transaction_id', 'ID Συναλλαγής'),
('el', 'transaction_key', 'Κλειδί Συναλλαγής'),
('el', 'transaction_password', 'Κωδικός πρόσβασης συναλλαγής'),
('el', 'transaction_type', 'Είδος συναλλαγής'),
('el', 'transaction_url', 'Συναλλαγή URL'),
('el', 'transaction_used_fee_value', 'Comissão p/ usados'),
('el', 'translate', 'Μετάφραση'),
('el', 'translations', 'Μεταφράσεις'),
('el', 'trash_category', 'Κατηγορία σκουπίδια'),
('el', 'trash_category_description', 'Όταν ένα προϊόν έχει διαγραφεί από την τελευταία κατηγορία στο κατάστημα, θα μετακινηθεί σε αυτή την κατηγορία.'),
('el', 'tree', 'Δέντρο'),
('el', 'trial', 'Δοκιμαστικο'),
('el', 'trial_expired', 'Έχει λήξει η δοκιμαστική περίοδος [product]'),
('el', 'trial_mode_mve_disabled', 'Δοκιμαστική λειτουργία δεν είναι πλέον διαθέσιμη, δεδομένου ότι έχετε μια έγκυρη άδεια ενεργοποιημένη για την εγκατάσταση'),
('el', 'trial_mode_ult_disabled', 'Δοκιμαστική λειτουργία δεν μπορεί να ενεργοποιηθεί'),
('el', 'trial_notice', 'Το κατάστημά σας είναι σε δοκιμαστική λειτουργία. < br /> < br /> Όταν παρέλθει το διάστημα των 30-ημερών της δοκιμαστικής περιόδου, θα ενεργοποιηθεί αυτόματα η Δωρεάν λειτουργία. < br /> < br /> για να παραμείνει η πλήρης πρόσβαση σε όλες τις δυνατότητες, μετά τη δοκιμαστική περίοδο και να απομακρύνετε μόνιμα αυτό το μήνυμα, πρέπει να αγοράσετε μια άδεια και να <a class=\"cm-dialog-opener cm-dialog-auto-size\" data-ca-target-id=\"store_mode_dialog\"> ενεργοποιήσετε την πλήρη λειτουργία</a>.'),
('el', 'true', 'Αληθές'),
('el', 'ttc_abt__ut2.menu_with_icons.desc', 'Short description for menu item (it is shown this field only for first-level items after menu item name)'),
('el', 'ttc_abt__ut2.menu_with_icons.dropdown', 'Show children menu items with dropdown list (only for <b>AB: Vertical dropdown list with icons</b> for the first-level items). It is rational to use this mode for those first level menu items, that have a large number of elements (subitems) on the third nesting level'),
('el', 'ttc_abt__ut2.menu_with_icons.icon', 'Icon for menu item (max size for icons:<br> — for the first level items 32x32px / for HiDPI 64x64px). If you don\'t use <b>Short description</b> for the first level menu items, then max size will be 24x24px / for HiDPI 48x48px<br> — for the second level items max icons width 100px / for HiDPI 200px)'),
('el', 'ttc_abt__ut2.menu_with_icons.label', 'Label for menu item (ability to mark with labels, important menu items (promotion, new, total sales, etc. optional))'),
('el', 'ttc_abt__ut2.menu_with_icons.label_background', 'Label background for menu item'),
('el', 'ttc_abt__ut2.menu_with_icons.label_color', 'Label color for menu item'),
('el', 'ttc_abt__ut2.menu_with_icons.text', 'HTML-content shown in this menu item (only for the first-level items). Used to show banner in mega menu (or any another content)'),
('el', 'ttc_abt__ut2.menu_with_icons.text_position', 'Position of HTML-content, that will be shown in this menu item (only for the first-level items)'),
('el', 'ttc_ab__lc.catalog.icon', 'Is displayed on the page <b>AB: Catalog</b> to the left of the name of category'),
('el', 'ttc_ab__lc.catalog.image_control', 'For display the size specified in the fields \"Categories list thumbnail width/height\" on admin panel page \"Settings\" - \"Thumbnails\" will be used. Size 32*32px will be used for displaying to the left'),
('el', 'ttc_ab__lc.control_subcategory_structure.inherit_control', 'If it is noted, then each point of a subcategory will be constructed taking into account its settings <b>AB: Management of the displayed structure of landing category/page</b> on <b>AB: Landing category/page</b> pages'),
('el', 'ttc_ab__lc.control_subcategory_structure.menu_id', 'Specify the menu ID which will be used for creation of the new structure of the subcategories'),
('el', 'ttc_ab__lc.landing_category.landing', 'The page of category will be displayed as a landing. Only subcategories, without products will be displayed'),
('el', 'ttc_ab__lc.landing_category.subsubcategories', 'The maximum amount of displayed sub-subcategories. If it is equal 0 - sub-subcategories won\'t be displayed'),
('el', 'ttc_ab__search_motivation.default_search_phrases', 'Will be used when fields in categories are empty'),
('el', 'ttc_ab__search_motivation.search_phrases', 'Input the list of expressions for this category; each expression should be written from a new line'),
('el', 'ttc_addons.form_builder.email_subject_field', 'Μπορουν να χρησιμοποιηθουν πεδία τυπου  \"Επιλέξτε πλαίσιο\" ή \"Πεδιο Εισαγωγής\" '),
('el', 'ttc_addons.paypal.rma.perform_refund', 'Θα γίνει επιστροφή χρημάτων εφοσον ο διαχειριστής αλλάξει την κατάσταση αιτηματος επιστροφής'),
('el', 'ttc_addons.paypal.status_for_new_orders', 'Όλες τις παραγγελίες με μια μέθοδο πληρωμής PayPal λαμβάνουν αυτήν την κατάσταση μέχρι να ληφθεί απάντηση από το PayPal (μήνυμα IPN) ή να επσιτρέψει ο πελάτης στο κατάστημα μέσω ενός συνδέσμου στην ιστοσελίδα PayPal.'),
('el', 'ttc_hybrid_auth.linkedin_api_version', 'LinkedIn <a target=\"_blank\" href=\"https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/migration-faq?context=linkedin/consumer/context\">παρωχημένο API v1</a>, αλλά τα παλιά apps ακόμα το χρησιμοποιούν. Εάν ρυθμίζετε LinkedIn app για πρώτη φορά, χρησιμοποιήστε API v2. Παλιά LinkedIn apps τα οποιά ρυθμίστηκαν πριν καιρό μπορεί ακόμα να χρησιμοποιούν την v1.'),
('el', 'ttc_mobile_app.appfulldescription', 'Ολοκληρωμένη Περιγραφή εφαρμογής (έως 4000 σύμβολα)'),
('el', 'ttc_mobile_app.appname', 'Όνομα εφαρμογής (έως και 30 σύμβολα)'),
('el', 'ttc_mobile_app.appshortdescription', 'Σύντομη Περιγραφή εφαρμογής (έως 80 σύμβολα)'),
('el', 'ttc_mobile_app.privacypolicyurl', 'URL της σελίδας Πολιτικής Απορρήτου του καταστήματος σας'),
('el', 'ttc_mobile_app.pushnotifications', 'Ειδοποιήσεις push'),
('el', 'ttc_mobile_app.shopname', 'Ονομα Καταστηματος'),
('el', 'ttc_mobile_app.supportemail', 'Θα εμφανιστεί στον τομέα \'about app\''),
('el', 'ttc_ogone.sha_in', 'The SHA-IN pass phrase is set on the Ingenico administration panel on the <b>Data and origin verification</b> tab.'),
('el', 'ttc_ogone_web.sha_out', 'The SHA-OUT pass phrase is set on the Ingenico administration panel on the <b>Transaction feedback</b> tab.'),
('el', 'ttc_page_title', 'Ο τίτλος της σελίδας εμφανίζεται στο browser panel'),
('el', 'ttc_paypal_logo', 'Χρησιμοποιήστε μια έγκυρη  μορφή γραφικών, όπως .gif, .jpg ή .png. Περιορίστε την εικόνα σε 190 pixels πλάτος και 60 pixels ύψος. Το PayPal περικόπτει εικόνες που είναι μεγαλύτερες. Το PayPal τοποθετεί το λογότυπό σας στην κορυφή της περιοχής περίληψης του καλαθιού.'),
('el', 'ttc_paypal_use_in_context_checkout', 'Το Checkout σε πλαίσιο δεν θα χρησιμοποιηθει όταν το κατάστημα εκτελείται σε λειτουργία Widget'),
('el', 'ttc_popularity', 'Η βαθμολόγηση της δημοτικότητας του προϊόντος βασίζεται στον αριθμό των προβολών της κεντρικής σελίδας , των προσθηκών στο καλάθι και τον αριθμό των αγορών.'),
('el', 'ttc_post_description', 'Χρησιμοποιήστε το &lt;!--CUT--&gt; tag (γυρίστε σε πηγαίο κωδικα για την εισαγωγή του) για να αποκρύψετε μερος της δημοσίευσης. Μονο το κομματι πανω απο το tag εμφανιζεται στη λλιστα με ολες τςι δημοσιεύσεις. <br /><br />Σιγρουρευθείτε οτι <strong> κλεισατε ολα τα HTML tags</strong> πάνω από το &lt;!--CUT--&gt; tag!'),
('el', 'ttc_product_feature.feature_style', 'Καθορίζει την όψη αυτού του χαρακτηριστικού στην σελίδα προϊόντος.'),
('el', 'ttc_product_feature.filter_style', 'Καθορίζει την εικόνα ενός φίλτρου που δημιουργείται από αυτό το χαρακτηριστικό πάνω στην λίστα προϊόντων. Τα φίλτρα κάνουν πιό εύκολο για τους πελάτες να βρούν ένα προϊόν με μία επιθυμητή τιμή του χαρακτηριστικού βάση του οποίου δημιουργήται το φίλτρο. Μπορείτε να δημιουργήσετε ένα φίλτρο αφού έχετε δημιουργήσει το χαρακτηριστικό.'),
('el', 'ttc_product_feature.purpose', 'Καθορίζει πώς εσείς και οι πελάτες σας θα μπορείτε να χρησιμοποιήσετε αυτό το χαρακτηριστικό.'),
('el', 'ttc_search_words', 'Πληκτρολογήστε μερικές λέξεις εδώ και το προϊόν θα εμφανιστεί στα αποτελέσματα της ενσωματωμένης αναζήτησης για αυτές τις λέξεις, ακόμα και αν το όνομα ή η περιγραφή του προϊόντος δεν τις έχει. Διαχωρίστε διαφορετικές λέξεις αναζήτησης με κόμματα.'),
('el', 'ttc_shippings.can.contract_id', 'Το Αναγνωριστικό σύμβασης είναι υποχρεωτικο για να λαμβάνουν μειωμένες τιμές για πελάτες επαγγελµατικής χρήσης όταν έχει καθοριστεί ο αριθμός πελάτη. Αναγνωριστικό σύμβασης πρέπει να παραλείπεται για λύσεις για μικρές επιχειρήσεις μέλη ή οι χρήστες γενικού κλάδου'),
('el', 'ttc_shippings.can.customer_number', 'Aπαιτείται Αριθμός πελάτη για εμπορικούς πελάτες και λύσεις για μικρές επιχειρήσεις να διατεθουν μειωμένες τιμές, αν το δέμα έχει αποσταλεί εκ μέρους του πελάτη'),
('el', 'ttc_shippings.can.option_cov', 'Απαιτεί το ποσό'),
('el', 'ttc_storefront_url', 'Όλα τα domain name κατστηματων πρέπει να συσχετίζονται με την ίδια διεύθυνση IP. Σημείωση: Μεταβείτε σε \"Όλα τα καταστήματα\" για να τα επεξεργαστείτε'),
('el', 'ttc_stores_status', 'ON - το κατάστημα είναι ανοιχτο. όλοι θα το δουν. OFF - το κατάστημα είναι κλειστο. μόνο όσοι έχουν τον κωδικό πρόσβασης θα μπορούν να το δουν.'),
('el', 'ttc_vendor_debt_payout.payout_overdue_limit', 'Οι πληρωμές για τα πλανα προέρχονται από το υπόλοιπο του λογαριασμού του πωλητή. Εάν το υπόλοιπο γίνει αρνητικό μετά την είσπραξη του τέλους και η περίοδος αυτή λήξει, ο πίνακας διαχείρισης του πωλητή δεν θα επιτρέψει την εκτέλεση οποιασδήποτε ενέργειας έως ότου ο πωλητής πληρώσει το χρέος.'),
('el', 'ttc_vendor_debt_payout.vendor_debt_limit', 'Όταν το υπόλοιπο του πωλητή είναι αρνητικό και φτάσει σε αυτόν τον αριθμό, ο πίνακας διαχείρισης του πωλητή δεν θα επιτρέψει την εκτέλεση οποιωνδήποτε ενεργειών. Όταν το αρνητικό υπόλοιπο ενός πωλητή είναι το ήμισυ αυτού του αριθμού, ο πωλητής θα δει την προειδοποίηση που καθορίζεται στη μεταβλητή γλώσσας \"vendor_debt_payout.debt_near_limit_message\".'),
('el', 'tts_activate_menu_tab_for', 'Το στοιχείο μενού θα εμφανιστεί ενεργο για την καθορισμένη εντολή.'),
('el', 'tts_generate_submenu', 'Το υπομενού θα περιλαμβάνει θυγατρικά στοιχεία του επιλεγμένου αντικειμένου.'),
('el', 'tts_link_text', 'Στοχος URL . Μπορεί να είναι μια εξωτερική διεύθυνση URL, μια εσωτερική διευθνση URL στο κατάστημα ή ενα dispatch.'),
('el', 'tts_menu_user_class', 'Μια CSS Κλάση χρήστη θα προστεθεί στο στοιχείο μενού, έτσι αυτό θα επιτρέψει να καθορίσει το στοιχείο μενού με το δικό του στυλ CSS.'),
('el', 'tt_addons_abt__unitheme2_views_abt__ut2_buy_together_generate_description', 'You can use placeholder %product% which will be replaced by original product name'),
('el', 'tt_addons_abt__unitheme2_views_abt__ut2_buy_together_generate_name', 'You can use placeholder %product% which will be replaced by original product name'),
('el', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.friday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('el', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.monday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('el', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.position', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
('el', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.saturday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('el', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.sunday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('el', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.thursday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('el', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.tuesday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('el', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.url', 'The link format with the indication of the controller is recommended (for example, products.view?product_id=12121)'),
('el', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.wednesday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('el', 'tt_addons_ab__category_banners_views_ab__category_banners_update_image', 'The image is output \"as is\", without cutting'),
('el', 'tt_addons_ab__motivation_block_views_ab__motivation_block_update_image', 'The image is displayed \"as is\" without scaling. Upload the prepared image of the necessary size, it is recommended to use size 24*24px'),
('el', 'tt_addons_ab__video_gallery_hooks_products_tabs_content_post_ab__vg.form.replace_image', 'Use the first video as the default image on the product page'),
('el', 'tt_addons_newsletters_views_mailing_lists_update_from_email', 'E-mail ενός αποστολέα.'),
('el', 'tt_addons_newsletters_views_mailing_lists_update_from_name', 'Όνομα του αποστολέα (π.χ. το όνομα της εταιρείας).'),
('el', 'tt_addons_newsletters_views_mailing_lists_update_reply_to', 'email που θα στέλνονται οι απαντήσεις.'),
('el', 'tt_addons_newsletters_views_newsletters_update_more_subjects', 'Αν προσδιορίζονται διάφορα θέματα, το θέμα του email θα επιλεχθεί τυχαία από αυτή τη λίστα.'),
('el', 'tt_addons_newsletters_views_newsletters_update_users', 'Εάν το κείμενο του μηνύματος περιέχει τον σύνδεσμο διαγραφής, τοτε θα είναι άδειο για αυτούς τους χρήστες.'),
('el', 'tt_addons_paypal_settings_partial_refund_action_order_status', 'Καθορίζει αν θα αλλάξει η κατάσταση της εντολής αυτόματα μετά από μια μερική επιστροφή μέσω PayPal ή όχι.'),
('el', 'tt_addons_polls_hooks_pages_tabs_content_post_poll_results', 'Μήνυμα που εμφανίζεται στην κεντρική σελίδα του καταστήματος  μετά την ολοκλήρωση της ψηφοφορίας.'),
('el', 'tt_addons_seo_views_seo_redirects_manage_seo.old_url', 'Για παράδειγμα, εάν η διεύθυνση URL είναι <b>http://example.com/path/to/object</b>, πρέπει να εισάγετε  <b>/path/to/object</b>'),
('el', 'tt_addons_store_locator_views_store_locator_update_store_locator.main_destination', 'Καθορίζει τις χρεώσεις αποστολής για αυτό σημείο παράδοσης. Οι τιμές καθορίζονται στη σελίδα επεξεργασίας της μεθόδου αποστολής. Εάν δεν επιλέξετε μια τιμής περιοχής για ένα σημείο παράδοσης, τότε το σημείο παράδοσης δεν θα εμφανιστεί στο ταμείο.'),
('el', 'tt_addons_store_locator_views_store_locator_update_store_locator.show_to', 'Σας επιτρέπει να προσφέρετε αυτό σημείο παράδοσης στους κατοίκους από άλλες τιμές περιοχής στο ταμείο.'),
('el', 'tt_addons_vendor_locations_hooks_companies_shipping_address_post_vendor_locations.location', 'Η διεύθυνση που θα χρησιμοποιηθεί για να προσδιορίσετε τη θέση στο Google Maps.'),
('el', 'tt_mobile_app.crop_when_resize', 'Αν επιλεγεί, κάποιο τμήμα μιας εικόνας ενδέχεται να χαθεί (κόψει) όταν αλλάξει το μέγεθος, διαφορετικά θα μπορούσαν να προστεθούν διαφανή σύνορα.'),
('el', 'tt_mobile_app.m_app_icon', '1024 x 1024 (the big one is because it\'s Apple requirement, please note that it should look fine even if resized to 256x256)'),
('el', 'tt_mobile_app.m_app_splash_landscape', 'Συνιστώμενο μέγεθος εικόνας 2208 x 1536. Εμφανίζεται όταν ξεκινάτε την εφαρμογή στο κινητό σας τηλέφωνο'),
('el', 'tt_mobile_app.m_app_splash_portrait', 'Συνιστώμενο μέγεθος εικόνας 1536 x 2208. Εμφανίζεται όταν ξεκινάτε την εφαρμογή στο κινητό σας τηλέφωνο'),
('el', 'tt_mobile_app.m_app_store_logo', '(1024 x 500). It\'s the image shown in the Google Play page of your application, see \"Feature Graphic\" section <a href=\"https://support.google.com/googleplay/android-developer/answer/1078870?hl=en\" target=\"_blank\">here</a>'),
('el', 'tt_mobile_app.services_config', 'Ανεβαστε το αρχειο google-services.json που δημιουργήθηκε όταν προσθέσατε μια εφαρμογή Android στο Firebase.'),
('el', 'tt_views_block_manager_update_block_override_by_this', 'Εάν αποθηκεύσετε το μπλοκ με αυτήν την επιλογή, η τρέχουσα αξία του περιεχομένου μπλοκ θα αντικαταστήσει το περιεχόμενο αυτού του μπλοκ παντού'),
('el', 'tt_views_block_manager_update_block_width', 'Ο αποκλεισμός του πλάτος λειτουργεί για αποκλεισμούς  που βρίσκονται στην ομάδα και  έχουν οριζόντια κατεύθυνση. Για τις άλλες περιπτώσεις αυτή η παράμετρος δεν λειτουργεί.'),
('el', 'tt_views_block_manager_update_location_default', 'Μία θέση πρέπει να ορισθεί ως προεπιλογή. Τα πανω και κατω κουτια της θα χρησιμοποιούνται σε όλες τις τοποθεσίες.'),
('el', 'tt_views_block_manager_update_location_head_custom_html', 'Αυτός ο κώδικας HTML θα τοποθετηθεί μεταξύ &lt;head&gt;&lt;/head&gt; tags'),
('el', 'tt_views_cart_components_carts_search_form_online_only', 'Εάν είναι ενεργοποιημένο, τα αποτελέσματα της αναζήτησης περιλαμβάνουν μόνο οι χρήστες που βρίσκονται online αυτή τη στιγμή.'),
('el', 'tt_views_categories_update_product_details_layout', 'Από προεπιλογή, το πρότυπο που έχει οριστεί στις ρυθμίσεις εμφάνισης της κεντρικής σελίδας του καταστήματος χρησιμοποιείται'),
('el', 'tt_views_currencies_update_after_sum', 'Εάν ενεργοποιηθεί, το σύμβολο του νομίσματος εμφανίζεται μετά το άθροισμα.'),
('el', 'tt_views_currencies_update_decimals', 'Αριθμός των ψηφίων μετά το δεκαδικό σημείο.'),
('el', 'tt_views_currencies_update_dec_sign', 'Διαχωριστής δεκάδας'),
('el', 'tt_views_currencies_update_ths_sign', 'Διαχωριστής χιλιάδας'),
('el', 'tt_views_database_manage_backup_data', 'Εάν είναι ενεργοποιημένο, το αρχείο backup της βάσης δεδομένων περιλαμβάνει τα πραγματικά δεδομένα του πίνακα.'),
('el', 'tt_views_database_manage_backup_schema', 'Εάν είναι ενεργοποιημένο, της  βάσης δεδομένων το αρχείο backup της  βάσης δεδομένων  διατηρεί τη δομή του πίνακα.'),
('el', 'tt_views_exim_export_output', 'Επιλέξτε μια ενέργεια στο αρχείο:\" Άμεση λήψη \" -  για να αποθηκεύσετε το αρχείο στον τοπικό υπολογιστή \"οθόνη \" -για να αποθηκεύσετε το αρχείο στο σύστημα αρχείων διακομιστή.'),
('el', 'tt_views_languages_manage_language_code', 'Κωδικός των δύο γραμμάτων της γλώσσας.'),
('el', 'tt_views_languages_update_country', 'Η σημαία της χώρας αυτής θα χρησιμοποιηθεί ως εικονίδιο γλώσσας.'),
('el', 'tt_views_orders_components_orders_search_form_customer_files', 'Εάν είναι ενεργοποιημένο, τα αποτελέσματα της αναζήτησης θα περιέχουν τις εντολές για τις οποίες οι πελάτες φορτώνουν τα δικά τους αρχεία.'),
('el', 'tt_views_pages_components_pages_link_page_target_url', 'Η διεύθυνση URL για την ανακατεύθυνση πελατων'),
('el', 'tt_views_pages_components_pages_link_page_url', 'Την εσωτερική διεύθυνση URL της σελίδας'),
('el', 'tt_views_payments_update_surcharge_title', 'Αφήστε κενό για να χρησιμοποιήσετε το «προσαύξηση πληρωμής» ως τίτλο'),
('el', 'tt_views_payments_update_taxes', 'Αν η επιβαρυνση του τροπου πληρωμής έχει υπολογιστει από πωλητές, τότε δεν υπολογίζονται οι φόροι'),
('el', 'tt_views_payments_update_template', 'Πρότυπο υπεύθυνο για την εμφάνιση συμπληρωματικών πεδίων για τον τρόπο πληρωμής.'),
('el', 'tt_views_products_components_products_shipping_settings_free_shipping', 'Προϊόντα με την επιλογη Δωρεαν Μεταφορικά  ενεργοποιημένη θα αποκλείονται από υπολογισμό μεταφορικών αν η μέθοδος αποστολής έχει την επιλογη  χρήση δωρεάν αποστολής  ενεργοποιημένη'),
('el', 'tt_views_products_components_products_shipping_settings_items_in_box', 'Χρήση αυτού του πεδίου για να καθοριστεί ο ελάχιστος και ο μέγιστος αριθμός τεμαχίων του προϊόντος που πρόκειται να αποσταλούν σε ένα ξεχωριστό πλαίσιο. Εισάγετε μια μη μηδενική τιμή και  καθορίστε τις διαστάσεις στο παρακάτω πλαίσιο.'),
('el', 'tt_views_products_components_products_shipping_settings_weight', 'Προϊόντα χωρις ληψη με μηδέν βάρος αντιμετωπίζονται σαν να εχουν ελάχιστο δυνατο βαρος μηδέν'),
('el', 'tt_views_products_update_categories', 'Οι Κατηγορίες που θα εμφανιστουν στην πλοηγηση με breadcrumbs.'),
('el', 'tt_views_products_update_inventory', 'Παρακολουθηση ποσότητας προϊόντων σε απόθεμα. Ενεργοποιείστε την \"παρακολούθηση αποθέματος\" (ρυθμίσεις-> γενικά) για τροποποιηση.'),
('el', 'tt_views_products_update_list_price', 'Προτεινόμενη λιανική τιμή του κατασκευαστή'),
('el', 'tt_views_products_update_out_of_stock_actions', 'Η \'Προαγορά\' επιτρέπει στους πελάτες να παραγγείλουν προϊόντα τα οποία έχουν εξαντληθεί και προϊόντα τα οποία θα είναι διαθέσιμα μετά από μία συγκεκριμένη ημερομηνία, Η επιλογή \'Εγγραφή για ειδοποίηση\' είναι διαθέσιμη μόνο όταν ένα προϊόν έχει μηδενική η αρνητική ποσότητα.'),
('el', 'tt_views_products_update_product_details_layout', 'Από την προεπιλογή, το πρότυπο που έχει οριστεί στις ρυθμίσεις της κύριας κατηγορίας του προϊόντος που χρησιμοποιείται'),
('el', 'tt_views_product_features_update_feature_display_on_catalog', 'Δείτε αυτό το χαρακτηριστικό στις λίστες προϊόντων μαζί με την περιγραφή του προϊόντος.'),
('el', 'tt_views_product_features_update_feature_display_on_product', 'Εάν είναι ενεργοποιημένο, το χαρακτηριστικό του προϊόντος εμφανίζεται στην σελίδα με τις λεπτομέρειες προϊόντος στην αρχική είδα του καταστήματος.'),
('el', 'tt_views_product_features_update_prefix', 'Μια επισύναψη η οποία προηγείται του  χαρακτηριστικού  του προϊόντος.'),
('el', 'tt_views_product_features_update_suffix', 'Μια επισύναψη που ακολουθεί το χαρακτηριστικό του προϊόντος.'),
('el', 'tt_views_product_options_update_incorrect_filling_message', 'Μήνυμα που εμφανίζεται όταν τα εισαχθέντα  δεδομένα είναι ανακριβή.'),
('el', 'tt_views_product_options_update_inner_hint', 'Μια σημείωση που δείχνει την αξία που πρέπει να εισαχθεί.'),
('el', 'tt_views_product_options_update_inventory', 'Αν ενεργοποιηθεί, η επιλογή λαμβάνεται υπόψη κατά τον σχηματισμό της απογραφής του προϊόντος.'),
('el', 'tt_views_product_options_update_regexp', 'Η κανονική έκφραση καθορίζει ένα πρότυπο για να ταιριάζουν.'),
('el', 'tt_views_promotions_update_stop_other_rules', 'Εάν είναι ενεργοποιημένο, δεν εφαρμόζονται οι άλλες προσφορές.'),
('el', 'tt_views_sales_reports_table_time_interval', 'Περίοδοι για την ανάλυση (ημέρα, εβδομάδα, μήνας, έτος).'),
('el', 'tt_views_sales_reports_update_table_dependence', 'Παράμετρος για να ταξινομήσετε τις τιμές. Πρέπει να αφορά την τιμή που θα εμφανιστει (π.χ. δαπάνες προϊόντος — συνολικο κόστους ή αριθμός προϊόντων — αριθμός στοιχείων).'),
('el', 'tt_views_sales_reports_update_table_limit', 'Μέγιστος αριθμός στοιχείων του γραφήματος.'),
('el', 'tt_views_shippings_components_services_ups_ship_ups_pickup_type', '<p>Επιλέξτε «Καθημερινή παραλαβή» για να υπολογίσετε το κόστος της παράδοσης σύμφωνα με ημερήσιες ισοτιμίες.</p> <p>Επιλέξτε «Μοναδική Παραλαβή», «Letter Center» ή «Air Service Center» για να υπολογίσετε το κόστος της παράδοσης σύμφωνα με τιμές λιανικής.</p>'),
('el', 'tt_views_shippings_update_delivery_time', 'Ο χρόνος παράδοσης θα εμφανίζεται δίπλα στο όνομα του τροπου αποστολής. Εάν χρησιμοποιείτε τροπο αποστολης με ποσοστό υπολογισμού σε πραγματικο χρονο, τοτε ο τροπος αποστολης σας μπορεί να παρέχει το δικό του χρόνο παράδοσης. θα εμφανιστεί η ώρα που παρέχεται από την υπηρεσία αποστολής αντί για την ώρα που καθορίζετε εδώ.'),
('el', 'tt_views_shippings_update_use_for_free_shipping', 'Δεν περιλαμβάνονται τα προϊόντα με την επιλογη δωρεάν αποστολή ενεργοποιημένη, από τον υπολογισμό μεταφορικών'),
('el', 'tt_views_site_layout_logos_alt_text', 'Αφήστε κενό για να χρησιμοποιήσετε το όνομα της εταιρείας ως εναλλακτικό κείμενο.'),
('el', 'tt_views_storage_cdn_cname', 'Όνομα χώρου που θέλετε να χρησιμοποιήσετε αντί για το όνομα τομέα CloudFront για τις διευθύνσεις URL για τα αρχεία σας. Πρέπει επίσης να δημιουργήσετε cname record με τα DNS υπηρεεσίες σας για να οδηγησετε ερωτηματα στν παροχεα CloudFront (θα εμφανίζονται σε αυτή τη σελίδα αφού εισαγάγετε τα στοιχεία του λογαριασμού).'),
('el', 'tt_views_storage_cdn_key', 'AWS Access Key ID . Δείτε το <a href=\"http://amzn.to/14FZLi3\" target=\"_blank\"> http://amzn.to/14FZLi3</a> για να μάθετε πώς να πάρετε το κλειδί και το μυστικό κλειδί.'),
('el', 'tt_views_taxes_update_regnumber', 'Αριθμός καταχώρησης του φόρου σε αυτό το κατάστημα.'),
('el', 'turkish', 'Τούρκικα'),
('el', 'txn_id', 'ID Συναλλαγής'),
('el', 'type', 'Τύπος'),
('el', 'type_comment', 'Εισαγωγή σχολίων εδώ'),
('el', 'type_comments_here', 'Μπορείτε να μας αφήσετε ένα σχόλιο εδώ'),
('el', 'type_to_search', 'Πληκτρολογήστε για αναζήτηση ...'),
('el', 'type_to_search_or_click_button', 'Πληκτρολογήστε για αναζήτηση ή κάντε κλικ στο κουμπί στα δεξιά για σύνθετη αναζήτηση'),
('el', 'uc_addon_package_files_do_not_match_schema', 'Το πακέτο περιέχει γλώσσες που δεν περιγράφονται σε σχήμα ή το σχήμα έχει συνδέσεις με αρχεία γλώσσας που δεν υπαρχουν'),
('el', 'uc_addon_package_forbidden_path', 'Απαγορεύεται: Το Πρόσθετο προσπαθεί να αναβαθμίσει αρχεία πυρήνα ([path])'),
('el', 'uc_addon_package_languages_forbidden', 'Το πακέτο περιέχει γλώσσες που δεν περιγράφονται σε σχήμα ή το σχήμα έχει συνδέσεις με αρχεία γλώσσας που δεν υπαρχουν'),
('el', 'uc_addon_package_migrations_forbidden', 'Το πακέτο περιέχει μετεγκαταστάσεις που δεν περιγράφονται σε σχήμα ή το σχήμα έχει συνδέσεις με αρχεία που δεν υπαρχουν ή λείπουν'),
('el', 'uc_addon_package_pre_post_scripts_mismatch', 'Package contains pre/post scripts that were not described in schema or schema has links to missing files'),
('el', 'uc_backup_info_subj', 'Κέντρο Αναβάθμισης: Εγινε αντιγραφο ασφαλειας του καταστήματος και έκλεισε.'),
('el', 'uc_broken_upgrade_connector', 'Upgrade connector [connector_id] returned incorrect data'),
('el', 'uc_connector_not_found', 'Upgrade connector not found'),
('el', 'uc_copy_files', 'Αντιγραφή αρχείων'),
('el', 'uc_downloaded_and_ready', 'Upgrade package has been downloaded and ready to install'),
('el', 'uc_execute_validator', 'Εκτελέσει validator \"[validator]\"'),
('el', 'uc_info_subj', 'Κέντρο Αναβάθμισης: Το Κατάστημα έχει κλείσει.'),
('el', 'uc_install_languages', 'Εγκατασταση γλώσσας'),
('el', 'uc_migration_failed', 'Παρουσιάστηκε σφάλμα κατά την αναβάθμιση της δομής της βάσης δεδομένων (εφαρμογή μεταφορας [migration]).'),
('el', 'uc_ok', 'OK'),
('el', 'uc_open_store_email_body', '<p>Πριν από την αναβάθμιση, το κατάστημα ήταν κλειστό. Ελέγξτε αν λειτουργεί σωστα μετά την αναβάθμιση και <a href=\"[settings_section]\"> ανοίξετε το</a>.</p>'),
('el', 'uc_package_schema_is_not_json', 'Package schema is not a valid JSON'),
('el', 'uc_package_schema_not_found', 'Package content schema not found'),
('el', 'uc_restore_email_body', '<p> Η βάση δεδομένων του καταστήματός σας και τα αρχεία έχουν συμπεριληφθεί σε αντίγραφο ασφαλείας πριν από την αναβάθμιση. Το αρχείο αντιγράφου ασφαλείας περιλαμβάνει ολόκληρη τη βάση δεδομένων και όλα τα αρχεία εκτός από τις εικόνες. Το αρχείο αντιγράφου ασφαλείας έχει αποθηκευτεί στο διακομιστή σας: [backup_file]. </p> <p> Πριν από την αναβάθμιση, το κατάστημά σας έκλεισε. Ελέγξτε αν λειτουργεί σωστά μετά την αναβάθμιση και <a href=\"[settings_section]\">ανοίξτε το </a>. </p> <p> Αν κάτι πάει στραβά κατά τη διάρκεια της αναβάθμισης, ανοίξτε τον πίνακα διαχείρισης, <strong> Διαχείριση → Backup / Restore </ strong>, για να επαναφέρετε το αντίγραφο ασφαλείας </p> <p> Αν δεν μπορείτε να αποκτήσετε πρόσβαση στον πίνακα διαχείρισή σας, χρησιμοποιήστε αυτή τη σύνδεση για να επαναφέρετε το τελευταίο αντίγραφο ασφαλείας: [restore_link].<b> Σημαντικό</b>: ακολουθώντας αυτό το σύνδεσμο θα ξεκινήσει αμέσως η διαδικασία επαναφοράς. Χρησιμοποιήστε το μόνο αν δεν μπορείτε να αποκτήσετε πρόσβαση στον πίνακα διαχείρισή σας! </p>'),
('el', 'uc_restore_email_subject', 'Κέντρο Αναβάθμισης: Εγινε αντιγραφο ασφαλειας του καταστήματος και έκλεισε.'),
('el', 'uc_run_migrations', 'Εκτελέστε μεταναστεύσεις'),
('el', 'uc_searchanise_disabled', 'Το Πρόσθετο Searchanise , έχει απενεργοποιηθεί αυτόματα κατά τη διάρκεια της αναβάθμισης για την αποφυγή λανθασμένων αποτελεσμάτων αναζήτησης. Ενεργοποιήστε το ανά πάσα στιγμή στα  <a href=\"[url]\">Πρόσθετα</ a>.'),
('el', 'uc_title_validators', 'Επικυρωτες πακετου Αναβάθμισης'),
('el', 'uc_unable_to_read_schema', 'Αδυνατο να διαβαστει το σχήμα του πακέτου (schema.json)'),
('el', 'uc_upgrade_progress', 'Πρόοδος Αναβάθμισης'),
('el', 'uk_cookies_law', 'Cookies are used on this site to provide the best user experience. If you continue, we assume that you agree to receive cookies from this site. <span class=\"button button-wrap-left\"><span class=\"button button-wrap-right\"><a href=\"[url]\">OK</a></span></span>'),
('el', 'ultimate_license', '[product] Ultimate'),
('el', 'ultimate_license_required', '[product] Ultimate απαιτείται για αυτό'),
('el', 'ultimate_or_storefront_license_required', 'Αυτή η ενέργεια απαιτεί την έκδοση [product] Ultimate ή μια πρόσθετη άδεια Storefront'),
('el', 'ult_shared_with', 'Διαμοιραμό με:'),
('el', 'ult_share_users_setting_disabled', 'Η τιμή της παραμέτρου δεν μπορεί να αλλάξει, αφου παρομοια Email ειναι εγεγραμμενα στο κατάστημά σας.'),
('el', 'unable_delete_vendor_orders_exists', 'Unable to delete this store because there are orders containing the products of this company in the store database. To delete the account, please delete all such orders first.'),
('el', 'unable_to_assign_usergroup', 'Αδύνατη αντιστοίχηση της ομάδας χρήστη.Παρακαλούμε επικοινωνήστε με τον διαχειριστή του καταστήματος.'),
('el', 'unable_to_check_license', 'Αδυναμία ελεγχου του αριθμου της άδειας σας'),
('el', 'unable_to_create_status', 'Δεν ηταν δυνατον να δημιουργηθει μια νεα κατασταση'),
('el', 'unable_to_delete_last_storefront', 'Πρέπει να παραμείνει τουλάχιστον μία βιτρίνα'),
('el', 'unable_to_delete_setting_description', 'Δεν είναι δυνατον η διαγραφή της Περιγραφής Ρυθμισης: [reason]'),
('el', 'unable_to_delete_setting_variant', 'Δεν είναι δυνατή η διαγραφή των setting_variant: [reason]'),
('el', 'unable_to_read_resource', 'Δεν είναι δυνατή η αναγνωση της πηγης: [file]'),
('el', 'unable_to_unpack_file', 'Δεν είναι δυνατή η αποσυμπίεση του αρχείου'),
('el', 'unable_to_update_setting_description', 'Δεν είναι δυνατόν να οριστεί περιγραφή: [reason]'),
('el', 'unable_to_update_setting_value', 'Δεν είναι δυνατον να οριστει η αξία: [reason]'),
('el', 'ungroupped_features', 'Μη ομαδοποιημένα στοιχεία'),
('el', 'uninstall', 'Απεγκατάσταση'),
('el', 'unique_html_block', 'Ξεχωριστό μπλοκ HTML'),
('el', 'unit', 'Μοναδα'),
('el', 'united_kingdom', 'Ηνωμένο Βασίλειο'),
('el', 'unit_price', 'Τιμή Είδους'),
('el', 'unknown', 'άγνωστο'),
('el', 'unknown_server_response', 'Άγνωστη  απάντηση διακομιστή'),
('el', 'unmark', 'Εξαίρεση'),
('el', 'unregistered_customer', 'Μη εγγεγραμμένος πελάτης'),
('el', 'unregistered_customer_short', 'Μη εγγεγραμμένος'),
('el', 'unselect_all', 'Αποεπιλογή όλων'),
('el', 'unset_tax_to_products', 'Αφαιρέστε τους Επιλεγμένους Φόρους από όλα τα Προϊόντα'),
('el', 'unsubscribe', 'Ανίκανος εγράφης'),
('el', 'unsubscribe_key', 'Κλειδί Διαγραφής απο λιστα'),
('el', 'unsubscribe_link', 'Συνδεσμος Διαγραφής'),
('el', 'up', 'Επάνω'),
('el', 'update', 'Ανανέωση'),
('el', 'updated_last', 'Ενημέρωση στην τελευταία'),
('el', 'updates_subscription', 'Συνδρομή ενημερώσεων και προσφορων'),
('el', 'update_all', 'Atualizar todos'),
('el', 'update_categories', 'Ανανέωση Κατηγοριών'),
('el', 'update_current_layout', 'Ενημέρωση τρέχουσας διάταξης'),
('el', 'update_customer_info', 'Ενημέρωση πληροφοριών πελάτη'),
('el', 'update_datafeed', 'Επεξεργασία Feed δεδομένων'),
('el', 'update_existing_products_only', 'Ενημερώστε τα υπάρχοντα προϊόντα μόνο'),
('el', 'update_existing_products_only_tooltip', 'Εάν ενεργοποιήσετε αυτήν τη ρύθμιση, τα προϊόντα που δεν υπάρχουν στη βάση δεδομένων του καταστήματός σας θα παραλειφθούν κατά τη διάρκεια της εισαγωγής.'),
('el', 'update_for_all_act', 'Η νέα τιμή θα αποθηκευτεί για όλα τα καταστήματα που μοιράζονται αυτό το στοιχείο. Κάντε κλικ για να αποθηκεύσετε μόνο για το κατάστημα-ιδιοκτήτη.'),
('el', 'update_for_all_dis', 'Η νέα τιμή θα σωθει μόνο για το κατάστημα-ιδιοκτήτη. Κάντε κλικ για να το αποθηκεύσετε για όλα τα καταστήματα που μοιράζονται αυτό το στοιχείο.'),
('el', 'update_for_all_hid_act', 'Κάντε κλικ για να ακυρώσετε την ενημέρωση του πεδίου.'),
('el', 'update_for_all_hid_dis', 'Κάντε κλικ για να εισαγάγετε μια νέα τιμή πεδίου για να ενημερωσετε όλα τα καταστήματα κατά την αποθήκευση του είδους.'),
('el', 'update_group', 'Ενημέρωση ομάδας'),
('el', 'update_period_expired', '<p class=\"text-error\">Η πρόσβαση σε αυτή την αναβάθμιση και σε όλες τις μελλοντικές αναβαθμίσεις είναι κλειστή. Μπορείτε να αγοράσετε μια αναβαθμισμένη συνδρομή στο <a href=\"[url]\">  Help Desk  πελατών</ a></p>'),
('el', 'update_products', 'Ανανέωση Προϊόντων'),
('el', 'update_profile', 'Ανανέωση Προφίλ'),
('el', 'update_profile_notification', 'Το Προφίλ σας έχει ενημερωθεί'),
('el', 'update_profile_notification_header', 'Το Προφίλ σας είναι ενημερωμένο'),
('el', 'update_status', 'Ενημέρωση Status'),
('el', 'update_text', 'Ενημέρωση κειμένου'),
('el', 'update_totals_and_inventory', 'Ενημέρωση συνόλων  και καταγραφής εμπορευμάτων'),
('el', 'update_translation', 'Ενημέρωση μεταφράσεων'),
('el', 'updating', 'Ενημέρωση'),
('el', 'updating_links', 'Ενημέρωση συνδέσμων'),
('el', 'upgrade', 'Αναβάθμιση'),
('el', 'upgraded_on', 'Αναβαθμηστηκε'),
('el', 'upgrade_center', 'Κέντρο αναβάθμισης'),
('el', 'upgrade_center.apply_migration_failed', '<p>Παρακαλούμε να επαναφέρετε το αντίγραφο ασφαλείας πριν από την αναβάθμιση με μη αυτόματο τρόπο ή μέσω ενός συνδέσμου που αποστέλλεται στη διεύθυνση ηλεκτρονικού ταχυδρομείου και, στη συνέχεια, να επικοινωνήσετε με την τεχνική μας υποστήριξη.</p> <br><p>Τεχνικές Λεπτομέρειες: δεν μπόρεσε να ολοκληρώσει η μεταφορά [migration]. Αιτία: [error].</p> <p>Ολοκληρωμένες μεταφορές: [processed_count] από το [total_count].</p>'),
('el', 'upgrade_center.error_unable_to_prepare_restore', 'Δεν είναι δυνατή η προετοιμασία του script επαναφοράς.'),
('el', 'upgrade_center.filehash_check_failed', 'Η αναβάθμιση είναι αδύνατη λόγω σφάλματος στον ελεγχο ακεραιότητας αρχείου. Επικοινωνήστε με την ομάδα τεχνικής υποστήριξης.'),
('el', 'upgrade_center.skip_backup', 'Παράληψη Δημιουργιας Αντιγραφου Αρχειων και Βασης Δεδομενων'),
('el', 'upgrade_center.upgrades_are_not_available_in_trial', 'Upgrades are available only in <strong>Full</strong> and <strong>Free</strong> store modes.<br /><br />The store mode can be changed under Settings ? <a class=\"cm-dialog-opener cm-dialog-auto-size\" data-ca-target-id=\"store_mode_dialog\">Store mode</a>.'),
('el', 'upgrade_center.upgrade_process_failed', 'Απέτυχε η διαδικασία αναβάθμισης του καταστήματος σας'),
('el', 'upgrade_center.validation_issue', 'Ζήτημα επικύρωσης'),
('el', 'upgrade_center.validator_fail_result', 'Ο επικυρωτής \"[validator_name]\" ανέφερε κατάσταση αποτυχιας'),
('el', 'upgrade_center.warning_msg_after_upgrade', 'Μετά την αναβάθμιση, ελέγξτε τις βασικές λειτουργίες του καταστήματός σας.'),
('el', 'upgrade_center.warning_msg_executed_php', '<p class=\"text-error\">We have started a dummy PHP script. It will be working during 6 minutes. When the check is finished, we\'ll tell you if the PHP script\'s timeouts can be set correctly. If yes, then you are good to go with the upgrade. Please wait until the check is finished to be sure that your server has correct PHP timeout configuration.</p>'),
('el', 'upgrade_center.warning_msg_generally', 'Γενικά, η αναβάθμιση αποτυγχάνει επειδή η εκτέλεση δέσμης ενεργειών της PHP ακυρώνεται από τις ρυθμισεις του διακομιστή σας (server). Είναι απαραίτητο να ελέγξετε τις ρυθμίσεις χρονικού ορίου της PHP στο διακομιστή σας'),
('el', 'upgrade_center.warning_msg_specialists', 'Εάν δεν είστε εξοικειωμένοι με τις τεχνικές πτυχές του CS-Cart και τη διαδικασία αναβάθμισης, σας συνιστούμε την <a href=\"[upgrade_center_specialist]\" target=\"_blank\">μίσθωση ενός ειδικού</a> ή <a href=\"[upgrade_center_team]\" target=\"_blank\"> ζητήστε από την δική μας ομάδα υποστήριξής</a> να σας κανει την αναβάθμιση του καταστηματος.'),
('el', 'upgrade_center.warning_msg_test_local', 'Αναβαθμίστε πρώτα ένα δοκιμαστικό αντίγραφο του καταστήματός σας πρώτα, για να βεβαιωθείτε ότι η αναβάθμιση θα πάει ομαλά.'),
('el', 'upgrade_center.warning_msg_third_party_add_ons', 'Η αναβάθμιση δεν ενημερώνει Πρόσθετες Μονάδες (Addons) Τρίτων κατασεκυαστών. Γι αυτό σας συνιστούμε να απενεργοποιήσετε όλα τα πρόσθετα τρίτων κατασευαστών πριν από την αναβάθμιση.'),
('el', 'upgrade_center.warning_msg_timeout_check_failed', 'Διακομιστής σας έχει λάθος PHP ρυθμίσεις χρονικού ορίου. Αυτό θα μπορούσε να είναι εξαιτίας των περιορισμών στην PHP λειτουργία <a href=\"http://php.net/manual/en/function.set-time-limit.php\" target=\"_blank\"> set_time_limit</a> ή στις επιλογες \"Timeout\" της FastCGI. Σας προτείνουμε να επικοινωνήσετε με τον πάροχο φιλοξενίας σας, για να επιλύσετε αυτό το ζήτημα ή επικοινωνήστε με την δική μας ομάδα υποστήριξης, για να εκτελέσει την αναβάθμιση για σας.'),
('el', 'upgrade_center.warning_msg_timeout_fail', 'Δεν προτείνουμε να ξεκινήσετε την αναβάθμιση στο διακομιστή σας.'),
('el', 'upgrade_center.warning_msg_upgrade_is_complicated', 'Η αναβάθμιση είναι μια περίπλοκη διαδικασία. Μπορεί να απέτυχε για λόγους που είναι πέρα από τον έλεγχό μας. <br>Για να κάνουμε την αναβάθμιση του καταστήματός σας ασφαλέστερη, έχουμε ετοιμάσει συμβουλές για σας:'),
('el', 'upgrade_center_permission_adjusted_properly', 'Όλα τα δικαιώματα αρχείων και φακέλων έχουν ρυθμιστεί σωστά.'),
('el', 'upgrade_fl54_atol_boxberry_text', '<p>Προστέθηκαν τα παρακάτω εργαλεία για να βοηθήσει να αποθηκεύσετε ιδιοκτήτες συμμορφώνεται με τον ομοσπονδιακό νόμο 54 και λειτουργούν με online μετρητά μητρώα:</p> <ul><li>Τη δυνατότητα να <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/payment_methods/yandex_54fz.html\"> στείλει την παραλαβή δεδομένων σε Yandex.Checkout</a>.</li> <li>Το πρόσθετο <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/addons/atol_online/\"> ATOL Online</a> που ενσωματώνει το CS-Cart με αυτή την υπηρεσία ενοικίαση-ένα-online-μετρητά-μητρώο.</li></ul> <p>Άλλες προσθήκες:</p> <ul><li>Ένα πρόσθετο για την <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/addons/retailcrm/\"> ανταλλαγή δεδομένων με retailCRM</a>?</li> <li>Ένα πρόσθετο για <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/shipping_and_taxes/shipping_methods/realtime_shipping_methods/boxberry.html\"> τη δημιουργία πραγματικού χρόνου μεθόδους αποστολής που χρησιμοποιούν Boxberry</a>, μια ρωσική θαλασσίως.</li></ul>'),
('el', 'upgrade_fl54_atol_boxberry_title', 'Νέα χαρακτηριστικά του ρωσική έκδοση του CS-Cart 4.6.1: συμμόρφωση με ομοσπονδιακό νόμο 54, πρόσθετα για retailCRM και Boxberry'),
('el', 'upgrade_flash_player', 'Θα πρέπει να αναβαθμίσετε τον Flash Player'),
('el', 'upgrade_is_not_avail', '<p class=\"text-error\">Η αναβάθμιση αυτή δεν είναι διαθέσιμη για την CS-Cart άδειά σας. Παρακαλώ επικοινωνήστε <a href=\"[url]\">με την ομάδα υποστήριξης της CS-Cart για να ενημερώσετε την κατάσταση της άδειας σας </a>.</p>'),
('el', 'upgrade_license', 'Αναβάθμιση Άδειας'),
('el', 'upgrade_notification_message', '<p class=\'upgrade-center_notice-msg\'> αντίγραφο αυτού του μηνύματος έχει σταλεί στο email διαχειριστή.</p> <hr>'),
('el', 'upgrade_notification_title', 'Αναβάθμιση αλλαγων σε [product] [version]'),
('el', 'upgrade_notification_welcome_text', '<p class=\"lead\">Για να σας βοηθήσουμε να ξεκινήσετε, έχουμε φτιάξει μια λίστα με το τι ελέγχους πρέπει να κάνετε μετά την αναβάθμιση. Η πλήρης λίστα με τις αλλαγές βρίσκεται στο αρχείο αλλαγών.</p><p class=\"lead\">Αν ποτέ χρειαστεί να δείτε αυτό το μύνημα αργότερα, έχουμε στείλει ένα αντίγραφο στο[email]</p>'),
('el', 'upgrade_notification_welcome_title', 'Καλωσήρθατε στο [product] [version]!'),
('el', 'upgrade_notification_what_check_first', 'Τι να ελέγξετε πρώτα;'),
('el', 'upgrade_notification_what_else_to_check', 'Τι άλλο υπάρχει για να ελέγξετε;'),
('el', 'upload', 'Ανέβασμα'),
('el', 'uploaded_files', 'Uploaded Files'),
('el', 'upload_addon', 'Μεταφόρτωση και εγκατάσταση Πρόσθετου'),
('el', 'upload_another_file', 'Ανέβασμα ενός άλλου αρχείου'),
('el', 'upload_file', 'Ανέβασμα αρχείου'),
('el', 'upload_install', 'Μεταφόρτωση και εγκατάσταση'),
('el', 'upload_theme', 'Μεταφόρτωση Θέματος'),
('el', 'upload_to_ftp', 'Ανεβάσετε σε FTP server'),
('el', 'upload_upgrade_package', 'Ανεβάστε το πακέτο αναβάθμισης'),
('el', 'upload_upgrade_text', 'Φόρτωνοντας πακέτα αναβάθμισης σας δίνεται η δυνατότητα να εφαρμόσετε επείγουσες επιδιορθώσεις ή αναβαθμίσεις πρόσθετων. Μπορείτε να φορτώσετε ένα πακέτο αναβάθμισης, επιλέγοντας ένα αρχείο με φορματ tgz, gz, zip και πατώντας το κουμπι Φόρτωση.'),
('el', 'upload_via_ftp', 'Μεταφόρτωση με FTP'),
('el', 'ups', 'United Parcel Service'),
('el', 'ups_suggested_retail_rates_upgrade_notification_text', '<p>Την πιο πρόσφατη έκδοση του [product] δεν υποστηρίζει τον τύπο Pickup «Προτεινόμενες τιμές λιανικής πώλησης» για τις μεθόδους αποστολής UPS-βασισμένο.</p> <p>Εάν χρησιμοποιήσατε προτεινόμενες τιμές λιανικής πριν, κάνετε αυτό για να πραγματοποιήσουμε το κόστος παράδοσης για τους πελάτες σας:</p> <ul><li>Μεταβείτε διοίκηση → αποστολή & φόρους → μέθοδοι αποστολής.</li> <li>Επιλέξτε τη μέθοδο αποστολής που χρησιμοποιεί το UPS ως αεροπλανοφόρο.</li> <li>Διακόπτης για τη ρύθμιση παραμέτρων καρτέλα και επιλέξτε έναν κατάλληλο τύπο Pickup: Χρησιμοποιήστε «Pickup ένα χρόνο», «Γράμμα κέντρο» ή «Κέντρο υπηρεσία αέρα» να υπολογίσετε το κόστος της παράδοσης σύμφωνα με τιμές λιανικής</li></ul>'),
('el', 'ups_suggested_retail_rates_upgrade_notification_title', 'Οι «Προτεινόμενες τιμές λιανικής» τύπου παραλαβής για τις μεθόδους αποστολής UPS δεν υποστηρίζονται πλέον'),
('el', 'ups_upgrade_notification_text', '<p><b>UPS Καναδά: ταχεία SM</b> και <b>πολωνική UPS: σήμερα υπεραστικών</b> ναυτιλιακές υπηρεσίες δεν υποστηρίζονται από αυτήν την έκδοση [product]. Εάν βρισκόσασταν, κάντε τα εξής:</p> <ul><li>πηγαίνετε στο Διαχείριση > ναυτιλίας & φόρους > μεθόδοι αποστολής</li> <li>επιλέξετε τη μέθοδο αποστολής που χρησιμοποιεί η UPS ως φορέας για να υπολογίσετε το κόστος αποστολής</li>, <li>μεταβείτε στην καρτέλα Γενικές και να εισάγετε την σωστή υπηρεσία αποστολής</li></ul>'),
('el', 'ups_upgrade_notification_title', 'UPS Canada: Expedited SM and UPS Polish: Today Intercity shipping services are no longer supported'),
('el', 'url', 'URL'),
('el', 'url_access_storefront', 'Χρησιμοποιήστε την ακόλουθη διεύθυνση URL για να αποκτήσετε πρόσβαση στο κατάστημα:<br><a href=\"[url]\" target=\"_blank\">[url]</a>'),
('el', 'url_dispatch_part', 'Η αξία της \"dispatch\" παραμέτρου από την URL'),
('el', 'used', 'Χρησιμοποιημένος'),
('el', 'user', 'Χρήστης'),
('el', 'usergroup', 'Ομάδα χρήστη'),
('el', 'usergroups', 'Ομάδες χρήστη'),
('el', 'usergroups_menu_description', 'Λίστα με τις ομάδες χρηστών που υπάρχουν στο κατάστημά σας.'),
('el', 'usergroup_activated', 'Η ομάδα του χρήστη έχει ενεργοποιηθεί'),
('el', 'usergroup_disactivated', 'Η ομάδα του χρήστη έχει απενεργοποιηθεί'),
('el', 'usergroup_ids', 'Αναγνωριστικά UserGroup'),
('el', 'usergroup_privileges', 'Προνόμια ομάδας χρήστη'),
('el', 'usergroup_registered', 'Εγγεγραμμένοι χρήστες'),
('el', 'usergroup_request_by_customer', 'Αίτημα της ομάδας χρήστη από τον πελάτη'),
('el', 'username', 'Όνομα Χρήστη'),
('el', 'users', 'Χρήστες'),
('el', 'users_carts', 'Εγκαταλελειμμένο / Live καλάθι αγορών'),
('el', 'users_carts_menu_description', 'Λίστα με τα προϊόντα που δεν πουλήθηκαν για κάποιο λόγο.'),
('el', 'users_menu_description', 'Διαχείριση λογαριασμών χρηστών που έχουν εγγραφθεί στο κατάστημά σας.'),
('el', 'user_account_info', 'Πληροφορίες Λογαριασμού Χρήστη'),
('el', 'user_account_information', 'Πληροφορίες λογαριασμού χρήστη'),
('el', 'user_cannot_be_deleted', 'Sorry, user with id [user_id] can not be deleted.'),
('el', 'user_class', 'CSS-κλάση Προσδιοριζόμενη από τον χρήστη'),
('el', 'user_data_required', 'Παρακαλώ επιλέξτε ένα πελάτη ή εισαγετε δεδομένα'),
('el', 'user_details_page', 'Σελίδα με λεπτομέρειες του χρήστη'),
('el', 'user_group', 'Ομάδα χρήστη'),
('el', 'user_group_ids', 'IDs Ομάδας Χρηστών'),
('el', 'user_group_requests', 'Αιτήσεις ομάδας χρηστών'),
('el', 'user_id', 'ID Χρήστη'),
('el', 'user_info', 'Πληροφορίες χρήστη'),
('el', 'user_pin', 'PIN Χρήστη'),
('el', 'user_profile_info', 'Πληροφορίες Προφίλ Χρήστη'),
('el', 'user_settings', 'Ρυθμίσεις Χρήστη'),
('el', 'user_type', 'Τύπος χρήστη'),
('el', 'use_avail_period', 'Χρήση διαθέσιμης περιόδου'),
('el', 'use_cardinal', 'Χρήση Cardinal Centinel για την 3-D Secure πιστοποίησης πληρωμής'),
('el', 'use_coupons_commission', 'Προμήθεια κουπονιού'),
('el', 'use_current_link', 'Χρήση  της τρέχουσας σελίδας των συνδέσμων'),
('el', 'use_custom_view', 'Χρήση προσαρμοσμένης προβολής'),
('el', 'use_custom_weight_settings', 'Χρήση προσαρμοσμένων ρυθμίσεων βάρους'),
('el', 'use_default_block_configuration', 'Χρήση προεπιλεγμένων ρυθμίσεων μπλοκ'),
('el', 'use_existing_block', 'Χρήση Υφιστάμενου Block'),
('el', 'use_existing_store', 'Αντιγραφη υπάρχουσας διαμόρφωσης καταστήματος'),
('el', 'use_for_apply_for_vendor_account', 'Φόρμα Υποβολής αίτησης για λογαριασμο πωλητή'),
('el', 'use_for_checkout', 'Φορμα ολοκλήρωσης της παραγγελίας (στοιχεία χρήστη)'),
('el', 'use_for_discussion', 'Φορμες Σχόλιων και κριτικων'),
('el', 'use_for_form_builder', 'Προσαρμοσμένες Φόρμες'),
('el', 'use_for_free_shipping', 'Χρήση για δωρεάν αποστολή'),
('el', 'use_for_login', 'Φόρμα Σύνδεσης'),
('el', 'use_for_polls', 'Δημοσκοπήσεις'),
('el', 'use_for_register', 'Φόρμα Δημιουργίας και επεξεργασίας προφίλ'),
('el', 'use_for_re_desk', 'Use for Re:Desk'),
('el', 'use_for_track_orders', 'Φόρμα Παρακολούθησης παραγγελίας'),
('el', 'use_negotiated_rates', 'Χρήση συμφωνηθείσας τιμής'),
('el', 'use_new_sha_method', 'Χρήση της νέας πολιτικής για την υπογραφή SHA'),
('el', 'use_this_style', 'Χρήση αυτού του στύλ'),
('el', 'usps', 'Αντικαταβολή με ΕΛ.ΤΑ'),
('el', 'usps_package_size_large', 'Μεγάλο'),
('el', 'usps_package_size_regular', 'Κανονικό'),
('el', 'usps_service_certificate_of_mailing', 'Πιστοποιητικό-δελτίο  αποστολής'),
('el', 'usps_service_certificate_of_mailing_for_firm_mailing_books', 'Πιστοποιητικό της αλληλογραφίας για τα βιβλία για τις Ταχυδρομικές εταιρείες'),
('el', 'usps_service_certificate_of_mailing_per_individual_article', 'Πιστοποιητικό-δελτίο  αποστολής, ξεχωριστό για κάθε αντικείμενο'),
('el', 'usps_service_certified', 'Πιστοποιημένο'),
('el', 'usps_service_collect_on_delivery', 'Πληρωμή κατά την παραλαβή(αντικαταβολή)'),
('el', 'usps_service_delivery_confirmation', 'Επιβεβαίωση παράδοσης'),
('el', 'usps_service_edelivery_confirmation', 'Επιβεβαίωση e-Delivery'),
('el', 'usps_service_express_mail_insurance', 'Ασφάλιση για ζημιά ή καταστροφή'),
('el', 'usps_service_insurance', 'Ασφάλιση'),
('el', 'usps_service_pick_up_on_demand', 'Παραλαβή όποτε επιθυμείτε'),
('el', 'usps_service_registered_mail', 'Συστημένη αποστολή'),
('el', 'usps_service_registered_without_insurance', 'Συστημένη αποστολή  χωρίς ασφάλιση'),
('el', 'usps_service_registered_with_insurance', 'Συστημένη αποστολή με ασφάλιση'),
('el', 'usps_service_return_receipt', 'Απόδειξη παραλαβής'),
('el', 'usps_service_return_receipt_electronic', 'Απόδειξη παραλαβής ηλεκτρονικά'),
('el', 'usps_service_return_receipt_for_merchandise', 'Απόδειξη παραλαβής για τα εμπορεύματα'),
('el', 'usps_service_signature_confirmation', 'Υπογραφή επιβεβαίωσης παράδοσης'),
('el', 'usps_size', 'Παρακαλούμε να προσδιορίσετε το πλάτος , το ύψος και μήκος του πακέτου για την αποστολή προτεραιότητας, μόνο εάν το  μέγεθος του πακέτου είναι μεγάλο.'),
('el', 'usps_upgrade_notification_text', '<p>The following USPS shipping services are no longer supported:<ul><li>USPS First-Class Mail International Large Envelope</li><li>USPS First-Class Mail International Letter/Postcard</li></ul>All your shipping methods that used these services have been changed to use <b>USPS First-Class Package International Service</b> instead. Please go to <b>Administration → Shipping & taxes → Shipping methods</b> and check the settings of your shipping methods that use USPS.</p>'),
('el', 'usps_upgrade_notification_title', 'Αλλαγες στο USPS shipping services'),
('el', 'uvdesk_already_account', 'Your account already exist. To manage your tickets please login.'),
('el', 'uvdesk_answered', 'Answered'),
('el', 'uvdesk_closed', 'Closed'),
('el', 'uvdesk_label', 'Label'),
('el', 'uvdesk_mine', 'Mine'),
('el', 'uvdesk_notreplied', 'Notreplied'),
('el', 'uvdesk_open', 'Open'),
('el', 'uvdesk_pending', 'Pending'),
('el', 'uvdesk_resolved', 'Resolved'),
('el', 'uvdesk_spam', 'Spam'),
('el', 'uvdesk_starred', 'Starred'),
('el', 'uvdesk_tickets', 'UVDesk Ticktes'),
('el', 'uvdesk_timestamp', 'Timestamp'),
('el', 'uvdesk_trashed', 'Trashed'),
('el', 'uvdesk_unassigned', 'Unassigned'),
('el', 'uvdesk_viewticket', 'UVDesk View Ticket'),
('el', 'valid', 'Διάρκεια ισχύος'),
('el', 'validate_email', 'Επικύρωση E-mail'),
('el', 'validate_secret_word', 'Επικύρωση μυστικής λέξης(εργαλείο κρυπτογράφησης κειμένου)'),
('el', 'valid_thru', 'Ισχύει μέχρι τη (mm/yy)'),
('el', 'value', 'Αξία'),
('el', 'value_to_display', 'Προβολή αξίας'),
('el', 'variables', 'Μεταβλητές'),
('el', 'variant', 'Εναλλαγή λειτουργίας σχεδίασης'),
('el', 'variants', 'Εναλλαγές'),
('el', 'variant_id', 'ID Εναλλαγής'),
('el', 'variant_name', 'Εναλλαγή ονόματος'),
('el', 'variations_in_stock', 'Μόνο  Προϊόντα με απόθεμα'),
('el', 'variation_group_code', 'Κωδικός ομάδας παραλλαγής'),
('el', 'variation_group_id', 'Αναγνωριστικό ομάδας παραλλαγής'),
('el', 'variation_parent_product_id', 'Αναγνωριστικό παραλαγής γονικού προϊόντος'),
('el', 'variation_set_as_default', 'Η παραλλαγή έχει οριστεί ως προεπιλογή'),
('el', 'variation_sub_group_id', 'Αναγνωριστικό ομάδας παραλλαγής'),
('el', 'vendor', 'Πωλητής'),
('el', 'vendors_activity', 'Δραστηριότητα του πωλητή για την επιλεγμένη περίοδο'),
('el', 'vendors_activity.new_products', 'Νέο προϊόντα'),
('el', 'vendors_activity.new_vendors', 'Νέα καταστήματα'),
('el', 'vendors_activity.not_logged_in_vendors', 'Πωλητές που δέν έχουν συνδεθεί'),
('el', 'vendors_activity.orders_created', 'Δημιουργήθηκαν παραγγελίες'),
('el', 'vendors_activity.vendors_with_new_products', 'Πωλητές με νέα προϊόντα'),
('el', 'vendors_activity.vendors_with_sales', 'Πωλητές μαζί με πωλήσεις'),
('el', 'vendors_menu_description', 'Ταξινόμηση λίστας των λογαριασμών προμηθευτών που έχουν εγγραφεί στο κατάστημα.'),
('el', 'vendors_statistics', 'Στατιστικά Πωλητων'),
('el', 'vendors_with_absolute_commissions_notice', '<p>Οι ακόλουθοι πωλητές είχαν απόλυτες προμήθειες πριν από την αναβάθμιση:</p> <ul>[vendors_list]</ul> <p>Το <b>τέλος συναλλαγής</b> στα σχέδιά τους έχει οριστεί σε 0.</p> <p>Τα μεγέθη των απόλυτηων προμήθειων εξακολουθούν να παραμένουν στη βάση δεδομένων, αλλά δεν χρησιμοποιούνται πια. Ωστόσο, μπορείτε να χρησιμοποιήσετε αυτά τα δεδομένα για τη δημιουργία νέων σχεδίων πωλητών με παρόμοιες προμήθειες. Μάθετε περισσότερα σε αυτό το άρθρο:</p>[instructions]'),
('el', 'vendor_accounting', 'Λογιστική'),
('el', 'vendor_accounting_menu_description', 'Στατιστικές εσόδων και δαπανών (συνολικό εισόδημα, υπόλοιπο προμηθευτή, αναλήψεις πωλητή).'),
('el', 'vendor_account_balance', 'Υπόλοιπο Λογαριασμού'),
('el', 'vendor_account_balance_menu_description', 'Στατιστικές εσόδων και εξόδων (συνολικά, ανά πωλητή, ανά περίοδο).'),
('el', 'vendor_administrator', 'Διαχειριστης Πωλητη'),
('el', 'vendor_administrators', 'Διαχειριστες Πωλητη'),
('el', 'vendor_administrators_menu_description', 'Λίστα των διαχειριστών πωλητών, συνδεδεμένων χρηστων με ένα λογαριασμό πωλητή'),
('el', 'vendor_approval_pending', 'Νέα αίτηση για λογαριασμό πωλητή'),
('el', 'vendor_candidate_notification', 'Γεια σας, <br/> <br/> έχετε ένα νέο υποψήφιο πωλητή στο κατάστημά σας. Ο λογαριασμός του πωλητή είναι σε εκκρεμότητα μέχρι να τον εγκρίνετε. Ακολουθήστε αυτήν τη <a href=\"[href]\">διεύθυνση URL</a> για να δείτε τα στοιχεία του λογαριασμού.'),
('el', 'vendor_commission_changes_upgrade_notification_text', '<p>Οι προμήθειες Πωλητή έχουν αντικατασταθεί με τα σχέδια Πωλητή και ένα μοναδικό σχέδιο έχει δημιουργηθεί για κάθε πωλητή. Ωστόσο, δεν υποστηρίζονται πλέον απόλυτες προμήθειες.</p>'),
('el', 'vendor_commission_changes_upgrade_notification_title', 'Αλλαγές σε Προμήθειες Πωλητή'),
('el', 'vendor_communication', 'Message center'),
('el', 'vendor_communication.ask_a_question', 'Ask a question'),
('el', 'vendor_communication.author', 'Συγγραφέας'),
('el', 'vendor_communication.cannot_create_thread', 'Δεν ειναι δυνατον να δημιουργηθει το θεμα'),
('el', 'vendor_communication.cannot_delete_thread', 'Δεν ειναι δυνατον να διαγραφει το θεμα'),
('el', 'vendor_communication.cannot_delete_threads', 'Δεν ειναι δυνατον να διαγραφουν τα θεματα'),
('el', 'vendor_communication.cannot_post_message', 'Δεν είναι δυνατή η δημοσίευση μηνύματος'),
('el', 'vendor_communication.cannot_update_thread', 'Δεν ειναι δυνατον να ενημερωθει το θεμα'),
('el', 'vendor_communication.contact_vendor', 'Επικοινωνήστε με τον πωλητη'),
('el', 'vendor_communication.contact_vendor_name', 'Επικοινωνηστε με [vendor_name]'),
('el', 'vendor_communication.contact_with', '#[thread_id]. Επικοινωνία με το [thread_company]'),
('el', 'vendor_communication.created_at', 'Δημιουργήθηκε'),
('el', 'vendor_communication.customer_name', 'Ονομα πελάτη'),
('el', 'vendor_communication.date', 'Ημ/νία'),
('el', 'vendor_communication.error_message', 'Παρακαλουμε εοσαγετε το μηνυμα σας'),
('el', 'vendor_communication.event.message_received.name', 'New message received'),
('el', 'vendor_communication.invalid_thread_object_type', 'Ο εισαγμενος τύπος αντικειμένου θεματος δεν είναι έγκυρος'),
('el', 'vendor_communication.message', 'Μήνυμα'),
('el', 'vendor_communication.messages', 'Μηνύματα'),
('el', 'vendor_communication.message_center', 'Κεντρο Μηνυματων'),
('el', 'vendor_communication.message_center_menu_description', 'Μηνύματα πελάτη-πωλητή'),
('el', 'vendor_communication.message_center_name', 'Message center'),
('el', 'vendor_communication.message_center_name_menu_description', 'Messages from customers'),
('el', 'vendor_communication.message_sent', 'Your message has been sent to <b>[vendor_name]</b>.<br/><br/>We\'ll notify you about a reply. To view your message history, please <a href=\"[thread_url]\" target=\"_blank\">go to the Message Center</a> located in the \"Messages\" section of the \"My account\" menu.'),
('el', 'vendor_communication.new_message.message', 'Click this notification to see the message'),
('el', 'vendor_communication.new_message.title', '[company_name] has a new message from [customer]'),
('el', 'vendor_communication.new_thread_created', 'Το μήνυμά σας έχει σταλεί στον <b> [vendor_name] </ b>. <br/> <br/> Η απάντηση του πωλητή θα σταλεί στη διεύθυνση ηλεκτρονικού ταχυδρομείου του λογαριασμού σας. Για να δείτε το ιστορικό μηνυμάτων σας, <a href=\"[thread_url]\"> μεταβείτε στο Κέντρο μηνυμάτων </a> που βρίσκεται στην ενότητα \"Μηνύματα\" του μενού \"Ο λογαριασμός μου\".'),
('el', 'vendor_communication.no_messages_found', 'Δεν βρεθηκαν μηνυματα'),
('el', 'vendor_communication.no_threads_found', 'Δεν βρεθηκαν θεματα'),
('el', 'vendor_communication.please_log_in_to_be_notified', 'Please sign in so that we can notify you about a reply'),
('el', 'vendor_communication.please_log_in_to_contact_vendor', 'Συνδεθείτε για να επικοινωνήσετε με τον προμηθευτή'),
('el', 'vendor_communication.required_field_is_missing', 'Το πεδίο [field_name] είναι υποχρεωτικό'),
('el', 'vendor_communication.subject_email', 'Έχετε ένα νέο μήνυμα από το [message_from]'),
('el', 'vendor_communication.thread', 'Θεμα #[thread_id]'),
('el', 'vendor_communication.threads_deleted', 'Αυτα τα θεματα έχουν διαγραφεί'),
('el', 'vendor_communication.thread_deleted', 'Αυτο το θεμα έχει διαγραφεί'),
('el', 'vendor_communication.ticket', 'Θεμα'),
('el', 'vendor_communication.type_message', 'Πληκτρολογηστε ενα μηνυμα'),
('el', 'vendor_communication.you', 'Εσεις'),
('el', 'vendor_communication.your_message_to_vendor_name', 'Your message to [vendor_name]'),
('el', 'vendor_communication.you_have_new_message', 'Έχετε ένα νέο <a href=\"[thread_url]\"> μήνυμα </a> από το [message_from].'),
('el', 'vendor_custom_page', 'Vendor custom page'),
('el', 'vendor_data_premoderation', 'Προέγκριση στοιχείων Πωλητη'),
('el', 'vendor_data_premoderation.approval_info_text', 'If approval is required only for some vendors, you\'ll be able to set what vendors need moderation on the Add-ons tab of the vendor editing page.'),
('el', 'vendor_data_premoderation.approve_product', 'Έγκριση \"[product]\"'),
('el', 'vendor_data_premoderation.approve_product_btn', 'Έγκριση προϊόντος'),
('el', 'vendor_data_premoderation.disapproval_reason', 'Λόγος απόρριψης'),
('el', 'vendor_data_premoderation.disapproved', 'Απερρίφθη'),
('el', 'vendor_data_premoderation.disapprove_product', '\"[product]\" που έχει απερριφθή'),
('el', 'vendor_data_premoderation.disapprove_products', 'Προϊόντα που έχουν απερρίφθή'),
('el', 'vendor_data_premoderation.disapprove_product_btn', 'Προϊόν που έχει απερριφθή'),
('el', 'vendor_data_premoderation.enter_disapproval_reason', 'Καταχωρήστε τον λόγο της απόρριψης και αποθηκεύστε τις αλλαγές.'),
('el', 'vendor_data_premoderation.event.product_status.approved.name', 'Προέγκριση στοιχείων Πωλητη: το προϊόν σας έχει εγκριθεί.'),
('el', 'vendor_data_premoderation.event.product_status.disapproved.name', 'Προέγκριση στοιχείων Πωλητη: το προϊόν σας έχει απορριφθεί'),
('el', 'vendor_data_premoderation.exclude_disapproved_products', 'Εξαίρεση απενεργοποιημένων προϊοντων'),
('el', 'vendor_data_premoderation.notification.approved.message', 'Το \"[product]\" έχει εγκριθεί από τον διαχειριστή του καταστήματος και έχει προστεθεί στον κατάλογο του καταστήματος. Κάντε κλίκ εδώ για να δείτε αυτό το προϊόν.|[n] τα προϊόντα έχουν εγκριθεί από τον διαχειριστή του καταστήματος και έχουν προστεθεί στον κατάλογο του καταστήματος. Κάντε κλίκ εδώ για να δείτε αυτά τα προϊόντα.'),
('el', 'vendor_data_premoderation.notification.approved.title', 'Το προϊόν σας έχει εγκριθεί|Το προϊόντα σας έχουν εγκριθεί'),
('el', 'vendor_data_premoderation.notification.disapproved.message', 'Το \"[product]\" έχει απορριφθεί από τον διαχειριστή του καταστήματος. Κάντε κλίκ εδώ για να δείτε αυτό το προϊόν.|[n] τα προϊόντα έχουν απορριφθεί από τον διαχειριστή του καταστήματος. Κάντε κλίκ εδώ για να δείτε αυτά τα προϊόντα.'),
('el', 'vendor_data_premoderation.notification.disapproved.title', 'Το προϊόν σας έχει απορριφθεί|Το προϊόντα σας έχουν απορριφθεί'),
('el', 'vendor_data_premoderation.notification.products_require_approval.message', 'Η έγκριση αυτού το προϊόντος είναι σε εκκρεμότητα από [since]. Κάντε κλίκ εδώ για να δείτε το προϊόν.|Η έγκριση αυτών των προϊόντων είναι σε εκκρεμότητα από [since]. Κάντε κλίκ εδώ για να δείτε τα προϊόντα.'),
('el', 'vendor_data_premoderation.notification.products_require_approval.title', 'Έχετε [n] προϊόν που απαιτεί την έγκριση σας|Έχετε [n] προϊόντα που απαιτούν την έγκριση σας'),
('el', 'vendor_data_premoderation.notification_for_deleted_statuses', 'Το πρόσθετο έγκρισης προϊόντων έχει απενεργοποιηθεί. Προϊόντα που είναι σε κατάσταση \"Απαιτεί έγκριση\" η \"Απερρίφθη\" πλέον δέν έχουν κατάσταση. Τα προϊόντα δεν θα εμφανιστούν στους πελάτες μέχρις ότου οι πωλητές να ορίσουν καταστάσεις. Αν ενεργοποιήσετε το πρόσθετο πάλι, τα προϊόντα χωρίς κατάσταση θα αποκτήσουν κατάσταση πάλι. Αν απεγκαταστήσετε το πρόσθετο, όλα τα προϊόντα θα αποκτήσουν αυτόματα την σωστή κατάσταση πάλι.'),
('el', 'vendor_data_premoderation.products_sent_to_premoderation', 'Οι αλλαγές σας έχουν αποθηκευτεί. Πρίν προστεθεί το προϊόν σας στον κατάλογο με τα προϊόντα, πρέπει να εγκριθεί απο τον διαχειριστή του καταστήματος. Ακολουθήστε αυτόν τον <a href=\"[product_approval_url]\">σύνδεσμο</a> για να εμφανίσετε τα προϊόντα που απαιτούν έγκριση.|Οι αλλαγές σας έχουν αποθηκευτεί. Πρίν αποθηκευτούν τα προϊόντα σας στον κατάλογο με τα προϊόντα, πρέπει να εγκριθούν απο τον διαχειριστή του καταστήματος. Ακολουθήστε αυτόν τον <a href=\"[product_approval_url]\">σύνδεσμο</a> για να εμφανίσετε τα προϊόντα που απαιτούν έγκριση.'),
('el', 'vendor_data_premoderation.product_status.disapproved', 'Απερρίφθη'),
('el', 'vendor_data_premoderation.product_status.requires_approval', 'Απαιτεί έγκριση'),
('el', 'vendor_data_premoderation.require_approval', 'Προϊόντα προς έγκριση'),
('el', 'vendor_data_premoderation.require_vendor_action', 'Προϊόντα που έχουν απερρίφθή');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('el', 'vendor_debt_payout.block_alert', '<p>Η πρόσβαση σας στον πίνακα διαχείρισης έχει περιοριστεί αυτόματα επειδή έχετε φτάσει το όριο του αρνητικό υπόλοιπο του λογαριασμού σας ή δεν έχει καταβληθεί η αμοιβή για το δικο σας πλανο πωλητη εγκαίρως.</p><p>το ισοζύγιο τρεχουσών συναλλαγών είναι [current_balance].</p><p> <a href=\"[pay_url]\">καταβάλετε τα τελη του marketplace</a> — αφού γίνει η επεξεργασία της πληρωμής, θα επανλεθει η πρόσβαση στον πίνακα διαχείρισης Αυτόματα.</p>'),
('el', 'vendor_debt_payout.day_or_days', 'ημέρα (ες)'),
('el', 'vendor_debt_payout.debt_near_limit_message', 'Υπόλοιπο του λογαριασμού σας είναι [current_balance]. Αν φτάσει σε [minimal_balance], δεν θα μπορείτε να χρησιμοποιήσετε το administration panel  μέχρι να <a href=\"[pay_url]\" target=\"_blank\">πληρώσετε όλες τις αμοιβες του marketplace</a>.'),
('el', 'vendor_debt_payout.debt_payout', 'Έξοδα Marketplace'),
('el', 'vendor_debt_payout.debt_payout_w_order', 'Έξοδα Marketplace (παραγγελία #[id])'),
('el', 'vendor_debt_payout.payout_overdue_limit', 'Περίοδος χάριτος για αμοιβες πλανου Πωλητων'),
('el', 'vendor_debt_payout.pay_fees', 'Καταβολη αμοιβων'),
('el', 'vendor_debt_payout.pending_payout_message', 'Θα πρέπει να καταβάλετε το ποσό των [fee_amount] για τη χρηση του πλανου [plan_name] . Το ισοζύγιο τρεχουσών συναλλαγών είναι [current_balance]. Αν δεν καταβληθεί το ποσο μέχρι [overdue_date], δεν θα μπορείτε να χρησιμοποιησετε το  administration panel  μέχρι να <a href=\"[pay_url]\" target=\"_blank\">πληρώσετε  όλες τις αμοιβες του marketplace</a>.'),
('el', 'vendor_debt_payout.vendor_debt_limit', 'Περιορίστε τις λειτουργίες του πίνακα διαχειριστή αν φτάσει το χρέος του πωλητή'),
('el', 'vendor_edit_invitation_email_template', '<a href=\"[url]\">Επεξεργασία προτύπου ηλεκτρονικού ταχυδρομείου για την πρόσκληση πωλητών</a>'),
('el', 'vendor_filters', 'Φίλτρα Προϊοντων Πωλητή'),
('el', 'vendor_filters_description', ''),
('el', 'vendor_id', 'Ταυτότητα πωλητή'),
('el', 'vendor_invitations_fail_notification', 'Οι προσκλήσεις δεν εστάλησαν: [failed_quantity]<br/><b>[emails_list]</b><br/>Μια πρόσκληση δεν αποστέλλεται αν έχει ήδη σταλεί σε αυτήν τη διεύθυνση ηλεκτρονικού ταχυδρομείου πριν. Αλλά εάν καμία από τις προσκλήσεις σας δεν αποστέλλονται και δεν έχετε στείλει προσκλήσεις σε αυτές τις διευθύνσεις πριν, παρακαλούμε βεβαιωθείτε ότι το [product] μπορεί να στείλει μηνύματα ηλεκτρονικού ταχυδρομείου. Αν δεν μπορεί,το πρόβλημα σχετίζεται με το [product] ή τις ρυθμίσεις παραμέτρων του διακομιστή. Στην περίπτωση αυτή, επικοινωνήστε με το διαχειριστή του διακομιστή η τον πάροχο φιλοξενίας ή <a href=\"https://helpdesk.cs-cart.com/\" target=\"_blank\">την τεχνική μας υποστήριξη</a> να το ερευνήσει.'),
('el', 'vendor_invitations_sent_notification', 'Προσκλήσεις εστάλησαν: [sent_quantity]'),
('el', 'vendor_invitation_email_body', '<p>Γεια σας,</p><br/><p> Θα θέλαμε να σας προσκαλέσουμε σε <a href=\"[create_account_url]\">δημιουργήστε ένα λογαριασμό</a> με [default_company_name].  Θα είστε σε θέση να επεκτείνετε το πελατολόγιο σας καταχωρώντας τα προϊόντα σας και πουλώντας τους στους επισκέπτες μας</p><br/><p>. Φιλικοί χαιρετισμοί</p><p>η ομάδα[default_company_name] <p></p></p>'),
('el', 'vendor_invitation_email_subject', 'Ελάτε να πουλήσετε με [default_company_name]'),
('el', 'vendor_invited_at', 'Ημερομηνία αποστολής'),
('el', 'vendor_language', 'Γλωσσα Πωλητη'),
('el', 'vendor_location.search_vendors_geolocation', 'Αναζήτηση πωλητών'),
('el', 'vendor_locations.block_template_location_selector', 'Ο επιλογέας τοποθεσίας'),
('el', 'vendor_locations.closest_vendors', 'Πλησιέστεροι πωλητες'),
('el', 'vendor_locations.customer_geolocation', 'Η τοποθεσία σου'),
('el', 'vendor_locations.filter_by_city', 'Πόλη του πωλητη'),
('el', 'vendor_locations.filter_by_distance', 'Απόσταση από τον πωλητη'),
('el', 'vendor_locations.location', 'Τοποθεσία'),
('el', 'vendor_locations.nearby', 'Κοντα'),
('el', 'vendor_locations.not_your_city', 'Δεν είναι η πόλη σου;'),
('el', 'vendor_locations.search_city', 'Αναζήτηση για μια πόλη'),
('el', 'vendor_locations.search_nearby', 'Αναζήτηση κοντά'),
('el', 'vendor_locations.search_vendors_by_address', 'Αναζήτηση πωλητών'),
('el', 'vendor_locations.selected_city', 'Επιλεγμένη πολη'),
('el', 'vendor_locations.select_city', 'Επιλέξτε μια πόλη'),
('el', 'vendor_locations.vendors_map', 'Χαρτης πωλητή'),
('el', 'vendor_logos_and_product_count', 'Λογότυπα πωλητών και αριθμός προϊόντων'),
('el', 'vendor_name', 'Όνομα πωλητή'),
('el', 'vendor_names', 'Ονοματα πωλητων'),
('el', 'vendor_name_field', 'Όνομα πωλητή'),
('el', 'vendor_notifications', 'Vendor notifications'),
('el', 'vendor_page.add_post', 'Add new page'),
('el', 'vendor_page.editing_post', 'Editing'),
('el', 'vendor_page.new_post', 'New vendor page'),
('el', 'vendor_pages', 'Σελίδες Καταστήματος'),
('el', 'vendor_pages_title', 'ET - Vendor pages title'),
('el', 'vendor_panel', 'Πίνακας πωλητων'),
('el', 'vendor_panel_configurator.configure_vendor_panel_notice', 'To make onboarding easier, vendors don\'t see some menu items and some fields on the product editing page. You can configure what vendors see and don\'t see <a href=\"[config_url]\" target=\"_blank\">in the settings of the \"Vendor panel configurator\" add-on</a>. If you disable the add-on, the menus and the vendor panel itself will change to resemble the admin panel of the marketplace.'),
('el', 'vendor_panel_configurator.element_color', 'Element color'),
('el', 'vendor_panel_configurator.global_setting_warning', 'This setting doesn\'t appear on the product editing page right now, because it is set globally for all products. Check the <a href=\"[settings_url]\" target=\"_blank\">\"Settings\" menu</a> to find it.'),
('el', 'vendor_panel_configurator.payment_methods.description', 'Manage how you receive payments from customers'),
('el', 'vendor_panel_configurator.product_page_configuration', 'Product page settings'),
('el', 'vendor_panel_configurator.seller_info', 'Seller info'),
('el', 'vendor_panel_configurator.sidebar_background_image', 'Sidebar background image'),
('el', 'vendor_panel_configurator.sidebar_background_image_description', 'If you upload the background image, it will be displayed instead of the sidebar color. If you upload it, we recommend picking a sidebar color that matches the background image.'),
('el', 'vendor_panel_configurator.sidebar_color', 'Sidebar color'),
('el', 'vendor_panel_configurator.theme_layouts', 'Page layouts'),
('el', 'vendor_panel_configurator.theme_layouts.description', 'Manage layouts of the microstore and product pages'),
('el', 'vendor_panel_configurator.theme_styles', 'Logos and styles'),
('el', 'vendor_panel_configurator.theme_styles.description', 'Manage logos used on site and in e-mails and configure appearance of the microstore and product pages'),
('el', 'vendor_panel_configurator.unconfigurable_tab', 'This tab has no configurable fields and is displayed as is'),
('el', 'vendor_payouts.approval_status', 'Κατάσταση έγκρισης'),
('el', 'vendor_payouts.approval_status.C', 'Ολοκληρωθηκε'),
('el', 'vendor_payouts.approval_status.D', 'Απορρίφθηκε'),
('el', 'vendor_payouts.approval_status.P', 'Σε εκκρεμότητα'),
('el', 'vendor_payouts.balance', 'Υπόλοιπο'),
('el', 'vendor_payouts.balance_carried_forward', 'Μεταφερθέν υπόλοιπο'),
('el', 'vendor_payouts.current_balance', 'Τρέχον υπόλοιπο: [balance]'),
('el', 'vendor_payouts.current_balance_text', 'Τρέχον υπόλοιπο'),
('el', 'vendor_payouts.income', 'Εισοδημα'),
('el', 'vendor_payouts.income_carried_forward', 'Μεταφερθέν Εισόδημα'),
('el', 'vendor_payouts.new_payout_issued', 'Έχει εκδοθεί Νέα πληρωμή'),
('el', 'vendor_payouts.new_payout_issued_text', 'Έχει εκδοθεί μια νέα πληρωμή αξιας [amount] από [issuer]'),
('el', 'vendor_payouts.new_withdrawal_requested', 'Λογιστική: Εχει ζητηθει Νεα Αναληψη'),
('el', 'vendor_payouts.new_withdrawal_requested_text', 'Μια νέα ανάληψη αξιας [amount] έχει ζητηθεί από [requester]'),
('el', 'vendor_payouts.payout_approved', 'Έχει ολοκληρωθεί η πληρωμή'),
('el', 'vendor_payouts.payout_approved_text', 'Η πληρωμή αξιας [amount] που εκδόθηκε την [date] έχει σημανθεί ως <b>ολοκληρωμένη</b>'),
('el', 'vendor_payouts.payout_comments', 'Σχολια Πληρωμών'),
('el', 'vendor_payouts.payout_declined', 'Δεν έχει ολοκληρωθεί η πληρωμή'),
('el', 'vendor_payouts.payout_declined_text', 'Η πληρωμή αξιας [amount] που εκδόθηκε την [date] έχει επισημανθεί ως <b>μη ολοκληρωμένη</b>'),
('el', 'vendor_payouts.transactions', 'Συναλλαγές'),
('el', 'vendor_payouts.transaction_value', 'Αξία συναλλαγής'),
('el', 'vendor_payouts.type', 'Τύπος'),
('el', 'vendor_payouts.type.order_changed', 'Η Παραγγελία Άλλαξε'),
('el', 'vendor_payouts.type.order_changed.description', 'Η Παραγγελία <a href=\"[order_url]\"> #[order_id]</a> άλλαξε'),
('el', 'vendor_payouts.type.order_placed', 'Η Παραγγελία πραγματοποιήθηκε'),
('el', 'vendor_payouts.type.order_placed.description', 'Η Παραγγελία <a href=\"[order_url]\"> #[order_id]</a> παραπληφθηκε'),
('el', 'vendor_payouts.type.order_refunded', 'Επιστροφή παραγγελίας'),
('el', 'vendor_payouts.type.order_refunded.description', 'Η Παραγγελία <a href=\"[order_url]\"> #[order_id]</a> επιστράφει'),
('el', 'vendor_payouts.type.other', 'Άλλα'),
('el', 'vendor_payouts.type.other.description', 'Άλλα'),
('el', 'vendor_payouts.type.payout', 'Πληρωμή'),
('el', 'vendor_payouts.type.payout.description', 'Πληρωμή'),
('el', 'vendor_payouts.type.withdrawal', 'Αναληψη'),
('el', 'vendor_payouts.type.withdrawal.description', 'Αναληψη'),
('el', 'vendor_payouts.view_details', 'Μπορείτε να δείτε τις λεπτομέρειες εδώ'),
('el', 'vendor_payouts.withdrawals', 'Ισοζυγιο αναληψεων'),
('el', 'vendor_payouts.withdrawal_approved', 'Ολοκληρώθηκε η Αναληψη'),
('el', 'vendor_payouts.withdrawal_approved_text', 'Η Αναληψη αξιας [amount] που ζητηθηκε την [date] έχει σημανθεί ως <b>ολοκληρωμένη</b>'),
('el', 'vendor_payouts.withdrawal_comments', 'Σχολια Αναληψης'),
('el', 'vendor_payouts.withdrawal_declined', 'Η αναληψη έχει απορριφθεί'),
('el', 'vendor_payouts.withdrawal_declined_text', 'Την Αναληψη αξιας [amount]  που ζητηθηκε την [date] έχει επισημανθεί ως <b>σε απόρριψη</b>'),
('el', 'vendor_plan', 'Πακέτο πωλητη'),
('el', 'vendor_plans.add_vendor_plan', 'Προσθέστε πακετο πωλητή'),
('el', 'vendor_plans.best_choice', 'Καλύτερη επιλογή'),
('el', 'vendor_plans.best_choise', 'Προσφέρετε ως την καλύτερη επιλογή'),
('el', 'vendor_plans.best_choise_short', 'Καλύτερη επιλογή'),
('el', 'vendor_plans.category_is_empty', 'Καθορίστε μια κατηγορία.'),
('el', 'vendor_plans.choose', 'Επιλέξτε'),
('el', 'vendor_plans.choose_your_plan', 'Επιλέξτε το πακετο σας'),
('el', 'vendor_plans.commission', 'Προμήθεια'),
('el', 'vendor_plans.current_plan', 'Τρέχον Πακετο'),
('el', 'vendor_plans.current_plan_usage', 'Χρηση τρεχων πακετου'),
('el', 'vendor_plans.delete_plan_vendor_exists_text', 'Δεν ηταν δυνατον να διαργαφει το πακετο: ορισμένοι πωλητές το χρησιμοποιούν'),
('el', 'vendor_plans.disable_plan_vendor_exists_text', 'Δεν ηταν δυνατον να απενεργοποιηθει το πακετο: ορισμένοι πωλητές το χρησιμοποιούν'),
('el', 'vendor_plans.editing_vendor_plan', 'Επεξεργασία πακετου πωλητή'),
('el', 'vendor_plans.fixed_transaction_fee', 'Τέλος συναλλαγής)'),
('el', 'vendor_plans.many_products_text', 'Πάρα πολλά προϊόντα ([actual]/[allowed])'),
('el', 'vendor_plans.month', 'Μήνας'),
('el', 'vendor_plans.much_revenue_text', 'Πάρα πολλα έσοδα ([actual]/[allowed])'),
('el', 'vendor_plans.new_vendor_plan', 'Νέο πακετο πωλητή'),
('el', 'vendor_plans.not_available', 'Δεν είναι διαθέσιμη'),
('el', 'vendor_plans.out_of_amount', 'από [amount]'),
('el', 'vendor_plans.periodicity_biweekly', 'Quinzenal'),
('el', 'vendor_plans.periodicity_half', 'Semestre'),
('el', 'vendor_plans.periodicity_month', 'ανά μήνα'),
('el', 'vendor_plans.periodicity_onetime', 'μία φορά'),
('el', 'vendor_plans.periodicity_trimester', 'por trimestre'),
('el', 'vendor_plans.periodicity_year', 'ανά έτος'),
('el', 'vendor_plans.plan', 'Πακετο'),
('el', 'vendor_plans.plan_has_been_changed', 'Το σχέδιο σας έχει αλλάξει'),
('el', 'vendor_plans.plan_has_been_changed_text', 'Το πακετο σας έχει αλλάξει σε [plan]. Δείτε τις λεπτομέρειες του νέου πακετου σας παρακάτω.'),
('el', 'vendor_plans.plan_name', 'Ονομα Σχεδιου'),
('el', 'vendor_plans.plan_not_available_text', 'Συγγνώμη, αυτό το πακετοο δεν είναι διαθέσιμο για εσάς. Παρακαλώ επιλέξτε ένα διαθέσιμο πακετο.'),
('el', 'vendor_plans.plan_payment', 'Πληρωμή για το πακέτο σας'),
('el', 'vendor_plans.plan_payment_text', 'Το ποσό των [price] έχει αποσυρθεί από το λογαριασμό σας για τη χρήση του πακετου [plan]. Ακολουθήστε το σύνδεσμο για να <a href=\"[href]\"> Δείτε το υπόλοιπο του λογαριασμού σας</a> ή να δείτε τις λεπτομέρειες του πακετου σας παρακάτω.'),
('el', 'vendor_plans.plan_will_be_change_text', 'Μεταβαίνετε σε άλλο πακετο πωλητή. Θα χρεωθείτε την πλήρη τιμή του πακετου. Είστε βέβαιοι ότι θέλετε να συνεχίσετε;'),
('el', 'vendor_plans.products_exceeded_text', 'Δεν είναι δυνατό να προσθέσετε περισσότερα προϊόντα: έχετε φτάσει το μέγιστο αριθμό προϊόντων που επιτρέπονται από το πακετο σας. Για να αλλάξετε το πακετο σας, παρακαλούμε <a href=\"[href]\"> ακολουθήστε αυτόν τον σύνδεσμο</a>.'),
('el', 'vendor_plans.products_limit', 'Μέγ. προϊόντα'),
('el', 'vendor_plans.products_limit_tooltip', 'Οορίσετε το μέγιστο αριθμό των προϊόντων ενός πωλητή που μπορεί να έχει σε αυτό το πακετο. Αφήστε κενό για να επιτρέψετε απεριόριστο αριθμό προϊόντων.'),
('el', 'vendor_plans.products_limit_unlimited', '<strong>Απεριοριστα</strong> προϊόντα'),
('el', 'vendor_plans.products_limit_value', '<strong>[products]</strong> προϊόντα'),
('el', 'vendor_plans.restrictions', 'Περιορισμοί'),
('el', 'vendor_plans.revenue', 'Έσοδα'),
('el', 'vendor_plans.revenue_exceeded_subj', 'Μέγιστα έσοδα υπερέβησαν'),
('el', 'vendor_plans.revenue_exceeded_text', '<a href=\"[href]\">[vendor]</a> υπερεβει το μέγιστο εσόδων που επιτρέπεται από το πακετο [plan].'),
('el', 'vendor_plans.revenue_up_to', 'Έσοδα μέχρι'),
('el', 'vendor_plans.revenue_up_to_tooltip', 'Τα μέγιστα μηνιαία έσοδα που επιτρέπεται για τους πωλητές που χρησιμοποιούν αυτό το πακετο. Αφήστε αυτό το πεδίο κενό για να επιτρέψετε απεριόριστο εσόδων.'),
('el', 'vendor_plans.revenue_up_to_unlimited', '<strong>Απεριόριστα</strong> έσοδα'),
('el', 'vendor_plans.revenue_up_to_value', 'Μεχρι Τζίρο <strong>[revenue]</strong>'),
('el', 'vendor_plans.select_plan_text', '<div class=\"et-vendor-plans_select_plan_text_big\">Find the  <span class=\"et-highlight\">perfect plan</span> for your business</div><div class=\"et-vendor-plans_select_plan_text_small\">You will be charged for the plan after the admin approves your vendor account.</div>'),
('el', 'vendor_plans.storefronts_update_for_plan.add_storefronts_message', 'Προσθηκη του πωλητη στα καταστηματα που προστεθηκαν σ αυτό το πακετο | Προσθηκη των πωλητών στα καταστηματα που προστεθηκαν σ αυτό το πακετο'),
('el', 'vendor_plans.storefronts_update_for_plan.general_message', 'Τι πρέπει να κάνουμε για τον <a href=\"[search_url]\" target=\"_blank\"> πωλητή </a> ο οποίος χρησιμοποιεί αυτό το πακετο τώρα; Τι πρέπει να κάνουμε για τους <a href = \"[search_url]\" target = \"_ blank\"> [n] πωλητές </a> που χρησιμοποιούν αυτό το πακετο τώρα;'),
('el', 'vendor_plans.storefronts_update_for_plan.remove_storefronts_message', 'Κατάργηση του πωλητη από τα καταστηματα που καταργήθηκαν από αυτό το πακετο | Κατάργηση των πωλητών από τα καταστηματα που καταργήθηκαν από αυτό το πακετο'),
('el', 'vendor_plans.storefronts_update_for_plan.title', 'Έχουν αλλάξει τα διαθεσιμα καταστηματα στο Πακετο πωλητή'),
('el', 'vendor_plans.storefronts_update_for_vendor.add_storefronts_message', 'Προσθέστε τον πωλητή στα διαθεσιμα καταστηματα στο νέο πακετο πωλητη'),
('el', 'vendor_plans.storefronts_update_for_vendor.general_message', 'Τι πρέπει να κάνουμε σχετικά με τα καταστηματα που είναι διαθέσιμα σε αυτόν τον πωλητή;'),
('el', 'vendor_plans.storefronts_update_for_vendor.remove_storefronts_message', 'Αφαιρέστε τον πωλητή από τα διαθεσιμα καταστηματα στο προηγούμενο σχέδιο του'),
('el', 'vendor_plans.storefronts_update_for_vendor.title', 'Ο πωλητής μεταφέρθηκε σε ένα άλλο Πακετο'),
('el', 'vendor_plans.transaction_fee', 'Τέλος συναλλαγής'),
('el', 'vendor_plans.transaction_fee_value', 'Τέλος συναλλαγής:<strong>[value]</strong>'),
('el', 'vendor_plans.unlimited', 'Απεριόριστη'),
('el', 'vendor_plans.upgrade_notification_text', '<p>, το πρόσθετο <b>Πακέτα Πωλητων</b> είχε προηγουμένως μια ρύθμιση που ονομάζοταν <b>λάβε χρεωση πληρωμης από πωλητές</b>. Αυτό αφαιρουσε τη χρέωση πληρωμής από την παραγγελία συνολικά, έτσι ώστε οι πελάτες δεν θα πρέπει να το πληρώσουν. Αντ \' αυτού, η χρέωση πληρωμής αφαιρέθηκε από την παραγγελία συνολικά υπέρ της αγοράς. Αυτή η ρύθμιση έχει αφαιρεθεί: εάν θα επιθυμούσατε να λάβει χρήματα από πωλητές ανά παραγγελία, παρακαλούμε να προσδιορίσετε τις προμήθειες για τα αντίστοιχα Πακέτα Πωλητων.</p>'),
('el', 'vendor_plans.upgrade_notification_title', 'Η ρύθμιση καταργήθηκε από το πρόσθετο Πακέτο Πωλητη'),
('el', 'vendor_plans.vendor_approved_text', 'Το Πακέτο σας έχει οριστεί σε [plan]. Δείτε τις λεπτομέρειες του σχεδίου σας παρακάτω.'),
('el', 'vendor_plans.vendor_commission', 'Προμήθεια πωλητή'),
('el', 'vendor_plans.vendor_plans', 'Πακετα πωλητων'),
('el', 'vendor_plans.vendor_plans_menu_description', 'Δημιουργήσετε Πακετα για τους πωλητές σας, με διαφορετικούς περιορισμούς και τιμές'),
('el', 'vendor_plans.vendor_store', 'Micro Καταστημα πωλητη'),
('el', 'vendor_plans.vendor_store_tooltip', 'Ο πωλητής μπορεί να έχει δική micro καταστημα σε μια ξεχωριστή διεύθυνση όπως <i>example.com/vendor/</i>. Καθε Micro καταστημα περιέχει μόνο τα προϊόντα του πωλητή που διαθετει αυτο το καταστημα. Τα αποτελέσματα αναζήτησης σε ένα καταστημα πωλητη περιλαμβάνουν, επίσης, μόνο προϊόντα από αυτόν τον πωλητή.'),
('el', 'vendor_plans.year', 'Έτος'),
('el', 'vendor_products', 'Προϊόντα Πωλητή'),
('el', 'vendor_rating', 'ET - Vendor rating'),
('el', 'vendor_store_blocks', 'Vendor home blocks'),
('el', 'vendor_terms', 'Όρους και τις προϋποθέσεις του πωλητή'),
('el', 'vendor_terms.checkout_terms_and_conditions', 'Αποδέχομαι τους [terms_href] των [vendor]'),
('el', 'vendor_terms.checkout_terms_and_conditions_name', 'Όροι και προϋποθέσεις'),
('el', 'vendor_terms.terms_and_conditions', 'Όροι και προϋποθέσεις'),
('el', 'vendor_terms.terms_and_conditions_tooltip', 'Εάν θέλετε ο πελάτης να συμφωνήσει με τους όρους και τις προϋποθέσεις σας στο Ταμείο, συμπληρώστε τους Ορους & Προϋποθέσεις. Εάν αφήσετε κενό το Ορους & Προϋποθέσεις, ο πελάτης θα συνεχίζει χωρίς συμφωνία.'),
('el', 'vendor_terms_field_alert', 'Όροι και τις προϋποθέσεις πωλητή Συναγερμος'),
('el', 'vendor_terms_field_terms_text', 'Όροι και τις προϋποθέσεις πωλητή Κειμενο'),
('el', 'vendor_terms_n_conditions', 'Αποδέχομαι τους [terms_href]'),
('el', 'vendor_terms_n_conditions_alert', 'Για να προχωρήσετε, πρέπει να αποδεχτείτε τους όρους και τις προϋποθέσεις μας.'),
('el', 'vendor_terms_n_conditions_content', '<p>Παρακαλούμε διαβάστε αυτούς τους όρους και προϋποθέσεις (\"Όροι\", \"Όροι και προϋποθέσεις\") προσεκτικά πριν τη χρηση της ιστοεσελιδας και του  My Mobile App mobile application (η \"Υπηρεσια\")   <a href=\"http://www.mywebsite.com\"> http://www.mywebsite.com</a>  από την εταιρεία μου (\"εμείς\", \"εμείς\", ή \"μας\").</p> <p><strong>Με την πρόσβαση ή τη χρήση της υπηρεσίας συμφωνείτε ότι δεσμεύεστε από τους παρόντες όρους. Αν διαφωνείτε με οποιοδήποτε μέρος των όρων, τότε δεν μπορείτε να έχετε πρόσβαση στην υπηρεσία.</strong></p> <p><strong>Αγορές</strong></p> <p>Αν θέλετε να αγοράσετε οποιοδήποτε προϊόν ή υπηρεσία που διατίθεται μέσω της υπηρεσίας (\"αγορά\"), μπορεί να σας ζητηθεί να παράσχετε ορισμένες πληροφορίες σχετικές με την αγορά σας, συμπεριλαμβανομενης, χωρίς κανενα περιορισμό, ...</p> <p><strong>Περιεχομενο</strong></p> <p>Η υπρεσια μας, σάς δίνει τη δυνατότητα να δημοσιεύετε, σύνδεσετε, αποθήκευσετε, την κοινή χρήση και διάθεση με άλλον τρόπο ορισμένες πληροφορίες, κείμενο, γραφικά, βίντεο, ή άλλο υλικό («περιεχόμενο»). Είστε υπεύθυνοι για τη...</p> <p><strong>Αλλαγές</strong></p> <p>Διατηρεί το δικαίωμα, κατά την κρίση μας, να τις τροποποιηθουν ή να αντικατασταθουν αυτοι οι όροι οποιαδήποτε στιγμή. Αν μια αναθεώρηση είναι υλικη θα προσπαθησουμε να παρέχουμε προειδοποίηση τουλάχιστον 30 ημερών πριν από οποιαδήποτε ενεργοποίηση νέως όρων. Τι συνιστά μια υλική αλλαγή θα καθορίζεται κατά τη διακριτική μας ευχέρεια.</p> <p><strong>Επικοινωνήστε μαζί μας</strong></p> <p>Εάν έχετε οποιεσδήποτε ερωτήσεις σχετικά με αυτούς τους όρους, παρακαλώ επικοινωνήστε μαζί μας.</p>'),
('el', 'vendor_terms_n_conditions_name', 'Όρους και προϋποθέσεις'),
('el', 'verify', 'Επαλήθευση'),
('el', 'version', 'Έκδοση'),
('el', 'vertical', 'Κάθετος'),
('el', 'very_good', 'Πολύ Καλό'),
('el', 'view', 'Προβολή'),
('el', 'viewing_feature', 'Προβολή χαρακτηριστικου'),
('el', 'viewing_filter', 'Προβολή Φίλτρου'),
('el', 'views', 'Προβολές'),
('el', 'view_all', 'Προβολή όλων'),
('el', 'view_all_orders', 'Προβολή όλων των παραγγελιών'),
('el', 'view_all_product_features', 'Δείτε όλα τα χαρακτηριστικά του προϊόντος'),
('el', 'view_answers', 'Προβολή απαντήσεων'),
('el', 'view_avail_files_for_order', 'Προβολη της λίστας των διαθέσιμων αρχείων από παραγγελία #[order_id].'),
('el', 'view_cart', 'Στο Καλάθι'),
('el', 'view_categories', 'Προβολή κατηγοριών'),
('el', 'view_changelog', 'Προβολή αρχείου αλλαγών'),
('el', 'view_comparison_list', 'Λίστα σύγκρισης'),
('el', 'view_details', 'Προβολή Λεπτομερειών'),
('el', 'view_more', 'view more'),
('el', 'view_on_map', 'Προβολή στον χάρτη'),
('el', 'view_orders', 'Προβολή Παραγγελιών'),
('el', 'view_orders_menu_description', 'Προβολή, επεξεργασία και εκτύπωση τιμολογίων για παραγγελίες που τοποθετήθηκαν από την ιστοσελίδα σας.'),
('el', 'view_page', 'Προβολή Σελίδας'),
('el', 'view_product', 'Προβολή Προϊόντος'),
('el', 'view_products', 'Προβολή Προϊόντων'),
('el', 'view_product_features', 'Προβολή Χαρακτηριστικών Προϊόντων'),
('el', 'view_purchased_products', 'Προβολή αγορασμένων προϊόντων'),
('el', 'view_report', 'Προβολή αναφοράς'),
('el', 'view_results', 'Προβολή αποτελεσμάτων'),
('el', 'view_store', 'View store'),
('el', 'view_storefront', 'Προβολη Κεντρικής Σελίδας Καταστήματος'),
('el', 'view_supplier_products', 'Προβολή προϊόντων του προμηθευτή'),
('el', 'view_ticket', 'View Ticket'),
('el', 'view_user_points', 'Προβολή πόντοι του χρήστη'),
('el', 'view_vendor_categories', 'Προβολή Κατηγοριών Καταστήματος'),
('el', 'view_vendor_orders', 'Προβολή Παραγγελιών Καταστήματος'),
('el', 'view_vendor_products', 'Προβολή Προϊόντων Καταστήματος'),
('el', 'view_vendor_users', 'Προβολή Χρηστών Καταστήματος'),
('el', 'view_wishlist', 'Προβολή λίστας Αγαπημένων'),
('el', 'visa_card_discover', 'Visa, MasterCard, Discover'),
('el', 'visited_page', 'Σελίδες που έχουν επισκεφθεί'),
('el', 'voided', 'ακυρώνεται'),
('el', 'vsb_new_home_block', 'New home block'),
('el', 'vs_browse_our_categories', 'Browse our categories'),
('el', 'vs_footerbox', 'Footerbox'),
('el', 'vs_footer_mv', 'Footerbox MultiVendor'),
('el', 'vs_homepage_mainbox', 'Mainbox Homepage'),
('el', 'vs_home_box', 'Home box'),
('el', 'vs_icon_menu', 'Icon menu'),
('el', 'vs_mainbox', 'Mainbox'),
('el', 'vs_mainbox_icon', 'Mainbox with icon'),
('el', 'vs_mainbox_simple', 'Mainbox simple'),
('el', 'vs_multi_scroller', 'Multi scroller'),
('el', 'vs_recent_blog', 'Recent blog'),
('el', 'vs_responsive_menu', 'Responsive menu'),
('el', 'vs_scroller_category_product', 'Scroller category product'),
('el', 'vs_scroller_product_page', 'Scroller product page'),
('el', 'vs_scroller_with_title', 'Scroller with tittle'),
('el', 'vs_sidebox', 'Sidebox'),
('el', 'vs_sidebox_category', 'Sidebox category'),
('el', 'vs_sidebox_info', 'Sidebox info'),
('el', 'vs_sidebox_scroller_banner', 'Sidebox scroller banner'),
('el', 'vs_sidebox_simple', 'Sidebox simple'),
('el', 'vs_sidebox_with_icon', 'Sidebox with icon'),
('el', 'vs_testimonials', 'Testimonials'),
('el', 'vs_vendor_categories', 'Vendor categories'),
('el', 'vs_vendor_plans.month', 'per month'),
('el', 'vs_vendor_plans.no_microstore', 'NO microstore'),
('el', 'vs_vendor_plans.onetime', 'one time fee'),
('el', 'vs_vendor_plans.year', 'per year'),
('el', 'warehouses.add_all', 'Προσθήκη όλων'),
('el', 'warehouses.any_store_type', 'Οποιοδήποτε είδος καταστήματος'),
('el', 'warehouses.city', 'Πόλη'),
('el', 'warehouses.commerceml.import.error.product.warehouse_not_found', 'Δεν ήταν δυνατή η εύρεση αποθήκης [id]'),
('el', 'warehouses.commerceml.import.message.warehouse.created', 'Δημιουργήθηκε η κατηγορία [id]. τοπικό αναγνωριστικό: [local_id]'),
('el', 'warehouses.destinations_configuration.tooltip', 'Τα προϊόντα μπορούν να ληφθούν πρώτα από διαφορετικά καταστήματα και αποθήκες, ανάλογα με το πού βρίσκεται ο πελάτης σας. <a href=\"[destinations_url]\" target=\"_blank\">Ρυθμίστε την προτεραιότητα καταστήματος αποθήκης ξεχωριστά για κάθε περιοχή τιμών.</a>'),
('el', 'warehouses.exim_reset_inventory_tooltip', 'Αυτό δεν θα επηρεάσει τα προϊόντα που έχουν καθορισμένη ποσότητα στο εισαγόμενο αρχείο. Αυτό επίσης δεν θα επηρεάσει τα προϊόντα στις αποθήκες που δεν ενημερώνονται σε αυτήν την προεπιλογή.'),
('el', 'warehouses.in_n_stores', 'στο [n] κατάστημα|στα [n] καταστήματα'),
('el', 'warehouses.main_destination_tooltip', 'Καθορίζει πού βρίσκεται αυτό το μέρος. Με τη σειρά του, αυτό καθορίζει το κόστος αποστολής και το χρόνο παράδοσης σε αυτό το μέρος.'),
('el', 'warehouses.name', 'Όνομα'),
('el', 'warehouses.no_matching_stores_found', 'Δεν βρέθηκαν καταστήματα που να ταιριάζουν με τα κριτήρια αναζήτησης'),
('el', 'warehouses.out_of_stock_products', '[product] δεν είναι διαθέσιμο στην επιλεγμένη περιοχή. Τα παρακάτω προϊόντα δεν είναι διαθέσιμο στην περιοχή που επιλέξατε [products]'),
('el', 'warehouses.phone', 'Αριθμός τηλεφώνου'),
('el', 'warehouses.product_availability', 'Διαθεσιμότητα στα καταστήματα'),
('el', 'warehouses.product_available_if_ordered', 'Διαθέσιμο κατόπιν παραγγελίας'),
('el', 'warehouses.product_in_stock', 'Σε απόθεμα'),
('el', 'warehouses.quantity', 'Ποσότητα'),
('el', 'warehouses.quantity_tab.no_data', 'Αυτή η βιτρίνα δεν διαθέτει καταστήματα ή αποθήκες. <a href=\"[create_url]\"> Δημιουργήστε ένα </a> ή <a href=\"[list_url]\"> δώστε ένα  διαθέσιμο </a> σ αυτήν τη βιτρίνα'),
('el', 'warehouses.rate_area', 'Περιοχή τιμής'),
('el', 'warehouses.search_store', 'Αναζήτηση καταστήματος'),
('el', 'warehouses.settings', 'Ρυθμίσεις'),
('el', 'warehouses.shipping_delay', 'Χρόνος μετακίνησης'),
('el', 'warehouses.shipping_delay.description', 'Το προϊόν βρίσκεται σε απομακρυσμένη αποθήκη. Αν το παραγγείλετε, θα το στείλουμε σε [shipping_delay].'),
('el', 'warehouses.shipping_delay.description.default', 'Το προϊόν βρίσκεται σε απομακρυσμένη αποθήκη. Εάν το παραγγείλετε, η αποστολή ενδέχεται να διαρκέσει λίγο περισσότερο.'),
('el', 'warehouses.shipping_delay.description.short', 'Κατόπιν παραγγελίας: [shipping_delay]'),
('el', 'warehouses.shipping_delay.tooltip', 'Ο χρόνος που χρειάζεται για να μεταφέρετε τα προϊόντα από εδώ σε άλλο κατάστημα ή αποθήκη, σε αυτήν την περιοχή τιμής.'),
('el', 'warehouses.shipping_delay_for_products', 'Κάποια από τα προϊόντα πού έχετε παραγγείλει βρίσκονται σε μία απομακρυσμένη αποθήκη. Η αποστολή μπορεί να διαρκέσει λίγο παραπάνω απο τον χρόνο που δηλώθηκε εδώ.'),
('el', 'warehouses.shipping_delay_notification', 'Ειδοποίηση καθυστέρησης'),
('el', 'warehouses.shipping_delay_notification.tooltip', 'Θα εμφανιστεί αν τα προϊόντα δεν είναι διαθέσιμα στα παραπάνω καταστήματα και αποθήκες.'),
('el', 'warehouses.ship_to', 'Αποστολή σε'),
('el', 'warehouses.ship_to_tooltip', 'Καθορίζει τις περιοχές τιμών στις οποίες τα προϊόντα από αυτήν την αποθήκη θα θεωρούνται διαθέσιμα.'),
('el', 'warehouses.show_to', 'Προβολή σε'),
('el', 'warehouses.show_to_tooltip', 'Σας επιτρέπει να προσφέρετε αυτό το σημείο παράδοσης στους κατοίκους από άλλες τιμές περιοχής στο ταμείο.'),
('el', 'warehouses.stores_and_warehouses', 'Καταστήματα & Αποθήκες'),
('el', 'warehouses.stores_list', 'Λίστα'),
('el', 'warehouses.stores_map', 'Χάρτης'),
('el', 'warehouses.store_and_address', 'Κατάστημα και διεύθυνση'),
('el', 'warehouses.store_type', 'Τύπος'),
('el', 'warehouses.store_type_pickup', 'Σημείο παραλαβής'),
('el', 'warehouses.store_type_store', 'Κατάστημα'),
('el', 'warehouses.store_type_warehouse', 'Αποθήκη'),
('el', 'warehouses.store_warehouse', 'Κατάστημα / Αποθήκη'),
('el', 'warehouses.type_to_search_or_check_all', 'Πληκτρολογήστε για αναζήτηση, ή κάντε κλικ στο κουμπί στα δεξιά για να κάνετε προσθήκη όλων των περιοχών τιμών'),
('el', 'warehouses.warehouse_stock', 'Ποσότητες'),
('el', 'warehouses.warn_about_delay', 'Ειδοποίηση για καθυστέρηση'),
('el', 'warehouses.warn_about_delay.tooltip', 'Εάν ένα προϊόν πρέπει να μετακινηθεί από εδώ στην περιοχή τιμών, δείξτε τον χρόνο μετακίνησης στη λίστα προϊόντων και το καλάθι.'),
('el', 'warning', 'Προσοχή!'),
('el', 'warning_default_language_disabled', 'Η Προκαθορισμένη Ξένη Γλώσσα που ορίστικε στις Βασικές Ρυθμίσεις σας απενεργοποιήθηκε ή διαγράφτηκε. Σας παρακαλούμε ενημερώστε τις ρυθμίσεις αυτές ακολουθώντας αυτόν τον σύνδεσμο: <a href=\"[link]\">Βασικές Ρυθμίσεις :: Εξωτερική Εμφάνιση</a>'),
('el', 'warning_default_language_sharing_removed', 'Η Προκαθορισμένη Ξένη Γλώσσα που ορίστικε στις Βασικές Ρυθμίσεις σας απενεργοποιήθηκε ή διαγράφτηκε. Σας παρακαλούμε ενημερώστε τις ρυθμίσεις αυτές ακολουθώντας αυτόν τον σύνδεσμο: <a href=\"[link]\">Βασικές Ρυθμίσεις :: Εξωτερική Εμφάνιση</a>'),
('el', 'warning_gift_cert_deny', 'Τα ακόλουθα πιστοποιητικά δώρων έχουν διαγραφεί ή ακυρωθεί από διαχειριστή και έχουν καταργηθεί από το καλάθι σας: [codes]. Παρακαλώ επικοινωνήστε με το διαχειριστή του κατάστημα ή να δοκιμάσετε ένα άλλο.'),
('el', 'warning_https_is_disabled', 'Ο έλεγχος ασφαλούς σύνδεσης απέτυχε. Βεβαιωθείτε ότι το πιστοποιητικό SSL είναι εγκατεστημένο στο διακομιστή σας. Ελέγξτε το <a href=\"[href]\" target=\"_blank\"> άρθρο της Γνωσιακής βάσης</a> για περισσότερες λεπτομέρειες.'),
('el', 'warning_insecure_admin_script', 'Συνιστάται ιδιαίτερα να μετονομάσετε το προεπιλεγμένο <b>admin.php</b> script (ελέγξτε την <a href=\"http://kb.cs-cart.com/adminarea-protection\" target=\"_blank\">Γνωσιολογική Βάση</a>) για λόγους ασφαλείας.'),
('el', 'warning_insecure_password_email', 'Ο κωδικός πρόσβασης πρέπει να διαφέρει από το όνομα χρήστη! <p><a href=\"[link]\" class=\"underlined\"><b>Αλάξτε Κωδικό &#155;&#155;</b></a></p>'),
('el', 'warning_lanvar_incorrect_name', 'Οι Μεταβλητές στην Παράμετρο Ξένη Γλώσσα περιέχουν ΜΗ υποστηριζόμενους χαρακτήρες.'),
('el', 'warning_merging_companies', 'Η συγχώνευση δύο εταιρικων λογαριασμών θα αφαιρέσει το [company_name] από τη βάση δεδομένων, και όλα τα δεδομένα του προφίλ (προϊόντα, παραγγελίες, τροποι αποστολής, χρήστες, προσφορές, κλπ.) θα μεταφερθούν στο λογαριασμό αυτή της εταιρείας'),
('el', 'warning_newsletter_no_recipients', 'Ta newsletters δεν έχουν αποσταλεί , καθώς δεν βρέθηκαν παραλήπτες να ταιριάζουν στα επιλεγμένα κριτήρια.'),
('el', 'warning_not_deleted_default_language', 'Η γλώσσα [lang_name]  δεν μπορεί να διαγραφεί, επειδή είναι η προεπιλεγμένη στο κατάστημα'),
('el', 'warning_of_ip_adding', 'H διεύθυνση IP που εισήχθη <b>[entered_ip]</b>  (your IP is <b>[your_ip]</b>)απαγορεύει την πρόσβαση στον πίνακα διαχείρισης από τον υπολογιστή σας.'),
('el', 'warning_promotions_incorrect_condition', 'H \"[condition]\" κατάσταση μπορεί να χρησιμοποιηθεί σε ομάδες με\"[set_value]\"προϋποθέσεις μόνο.\"'),
('el', 'warning_seo_urls_disabled', 'SEO-friendly URLs είναι απενεργοποιημένες. Ελέγξτε τον διαδικτυακό σας διακομιστή και τις ρυθμίσεις χειραγώγησης της URL engine.'),
('el', 'warning_store_optimization_dev', 'Auto cache update enabled.<br /><br />Modified files are tracked in real time (including the files modified directly on server) and re-cached.<br /><br />Store performance may be slightly affected. Recommended to disable on production in the <a href=\"[link]\">Template editor</a>.'),
('el', 'warning_store_optimization_dev_disabled', 'Auto cache update disabled.<br /><br />Clear compiled templates manually after modifying the theme files by following <a href=\"?dispatch=template_editor.manage&ctpl\">this link</a> to apply the changes.'),
('el', 'warning_subscribers_import', 'Μερικές λίστες mail από το αρχείο εισαγωγής δεν βρέθηκαν στη βάση δεδομένων. Ορισμένοι εισηγμένοι συνδρομητές θα μείνουν χωρίς αντιστοίχιση.'),
('el', 'warning_subscr_email_exists', '<b>[email]</b> βρίσκεται ήδη στην λίστα συνδρομητών'),
('el', 'warning_theme_clone_dir_exists', 'Δεν μπορεί να κλωνοποιηθει το θέμα, επειδή  υπάρχει ήδη ο κατάλογος που εισαγάγατε. Παρακαλούμε εισάγετε έναν άλλο.'),
('el', 'warning_track_orders_not_allowed', 'Δεν είναι δυνατή η προβολή των λεπτομερών αυτής της παραγγελίας.'),
('el', 'warning_track_orders_not_found', 'Το E-mail/η ID της παραγγελίας που εισάγατε, δεν υπάρχει'),
('el', 'warning_variants_removal', 'Κάνοντας κλικ στο Save θα αφαιρεθούν οι παραλλαγές του προϊόντος.'),
('el', 'warning_zero_price_restricted_product', 'Το Προϊόν <b>\"[product]\"</b> δεν έχει προστεθεί στο καλάθι, επειδή δεν έχει τιμή.'),
('el', 'webkul_uvdesk', 'Webkul UVdesk'),
('el', 'website', 'Ιστοσελίδα'),
('el', 'web_pages', 'Σελίδες περιεχομένου'),
('el', 'web_site', 'Ιστοσελίδα'),
('el', 'week', 'Εβδομάδα'),
('el', 'weekday_0', 'Κυριακή'),
('el', 'weekday_1', 'Δευτέρα'),
('el', 'weekday_2', 'Τρίτη'),
('el', 'weekday_3', 'Τετάρτη'),
('el', 'weekday_4', 'Πέμπτη'),
('el', 'weekday_5', 'Παρασκευή'),
('el', 'weekday_6', 'Σάββατο'),
('el', 'weekday_abr_0', 'Κυρ.'),
('el', 'weekday_abr_1', 'Δευ.'),
('el', 'weekday_abr_2', 'Τρίτ.'),
('el', 'weekday_abr_3', 'Τετ.'),
('el', 'weekday_abr_4', 'Πεμ.'),
('el', 'weekday_abr_5', 'Παρ.'),
('el', 'weekday_abr_6', 'Σαβ.'),
('el', 'weekly', 'Εβδομαδιαία'),
('el', 'weeks', 'Εβδομάδα(ες)'),
('el', 'weight', 'Βάρος'),
('el', 'weight_dependences', 'Μεταβλητές Βάρους'),
('el', 'weight_limit', 'Όριο βάρους'),
('el', 'weight_modifier', 'Τροποποιητής  βάρους'),
('el', 'weight_symbol', 'Σύμβολο βάρους'),
('el', 'welcome_screen.administrator_info', 'Για να αποκτήσετε πρόσβαση στην περιοχή διαχειριστή, χρησιμοποιήστε το e-mail (<b> [email] </ b>) και το password που έχετε εισάγει νωρίτερα.'),
('el', 'welcome_screen.go_admin_panel', 'Πηγαίνετε στον πίνακα διαχείρισης'),
('el', 'welcome_screen.go_settings_wizard', 'Πηγαίνετε στον οδηγό ρυθμίσεων για τη βασική ρύθμιση του καταστήματος'),
('el', 'welcome_screen.go_storefront', 'Πηγαίνετε στην βιτρίνα του καταστήματος'),
('el', 'welcome_screen.knowledge_base', 'Τεκμηρίωση'),
('el', 'welcome_screen.learn_more_configuration', 'Μάθετε περισσότερα σχετικά με τη διαμόρφωση βιτρίνα του καταστήματος στην'),
('el', 'welcome_screen.run_settings_wizard', 'Εκτέλεση Οδηγού Ρυθμίσεων'),
('el', 'welcome_screen.thanks', 'Σας ευχαριστούμε γπου επιλέξατε το CS-Cart. Καλές Πωλήσεις!!'),
('el', 'well_done', 'Πολύ Καλαά'),
('el', 'we_would_like_to_inform', 'Θα θέλαμε να σας ενημερώσουμε ότι'),
('el', 'what_is_cvv2', 'Τι είναι το cvv2'),
('el', 'what_you_would_like_to_do', 'Τι θα θέλατε να κάνετε'),
('el', 'which_is', 'το οποίο είναι'),
('el', 'widget_code', 'Κώδικα widget'),
('el', 'widget_what_is_it', '<a href=\"[href]\" target=\"_blank\"> τι είναι αυτό;</a>'),
('el', 'width', 'Πλάτος'),
('el', 'wishlist', 'Λίστα Αγαπημένων'),
('el', 'wishlist_content', 'Περιεχόμενα Λίστας Αγαπημένων'),
('el', 'wishlist_note', 'Δείτε τη Λίστα Αγαπημένων σας'),
('el', 'wishlist_products', 'Προϊόντα λίστας Αγαπημένων'),
('el', 'wishlist_short', 'Wish List (Λίστα Αγαπημενων)'),
('el', 'without_image', 'Χωρίς εικόνα'),
('el', 'with_contact_information', 'Αποκλειστικά με στοιχεία επικοινωνίας'),
('el', 'world', 'Κόσμος'),
('el', 'worldnettps_hash_error', 'Παρουσιάστηκε σφάλμα. Λεπτομέρειες σφάλματος: Request and Response hash δεν ταιριάζουν.'),
('el', 'worldpay_secret', 'Μυστικό MD5 για συναλλαγές'),
('el', 'wrapper', 'Περιτυλιγμα'),
('el', 'wrapper_class', 'Wrapper CSS-κλάση Προσδιοριζόμενη από τον χρήστη'),
('el', 'write', 'Εγγραφη'),
('el', 'write_a_reply', 'write a reply'),
('el', 'write_review', 'Γράψτε μια κριτική'),
('el', 'wrong_number_initial_order_id', 'Η τιμή που πληκτρολογήσατε για τη ρύθμιση «Αρχική αξία Αναγνωριστικό παραγγελίας» δεν υποστηρίζεται. Υποστηρίζονται μόνο ακέραιοι αριθμοί από το 1 εως [max_initial_order_id]'),
('el', 'wt_access_note', 'Παρακαλείστε να σημειώσετε ότι εάν απενεργοποιήσετε ή να απεγκαταστήσετε το add-on \"Υδατογραφήματα\", θα πρέπει να καταργήσετε αυτές τις οδηγίες από \'.htaccess\' αρχείο με μη αυτόματο τρόπο. Διαφορετικά οι εικόνες κατηγοριων και προϊόντων  δε θα είναι διαθέσιμες.'),
('el', 'wt_access_warning', 'Η Δημιουργία υδατογραφήματος είναι απενεργοποιημένη. Εάν υπάρχουν Rewrite watermarks rules στο αρχείο \"images/.htaccess\" , θα πρέπει να τα καταργήσετε με μη αυτόματο τρόπο. Διαφορετικά οι εικόνες κατηγοριών και προϊοντων δε θα είναι διαθέσιμες.'),
('el', 'wt_detailed', 'Μεγάλες Εικόνες Αναδυόμενου Παραθύρου'),
('el', 'wt_fail_apply_graphic_watermark', 'Απέτυχε να εφαρμοστεί το υδατογράφημα σε [image_type]. Το υδατογράφημα εικόνας δεν έχει προστεθεί.'),
('el', 'wt_font', 'Γραμματοσειρα'),
('el', 'wt_font_color', 'Χρώμα γραμματοσειράς'),
('el', 'wt_font_size_detailed', 'Μέγεθος γραμματοσειράς (μεγαλύτερη εικόνα)'),
('el', 'wt_font_size_icon', 'Μέγεθος γραμματοσειράς (μικρογραφία)'),
('el', 'wt_graphic_watermark', 'Υδατογράφημα με γραφικό'),
('el', 'wt_icons', 'μικρογραφίες'),
('el', 'wt_images_access_description', 'Για να απαγορεύσετε την προσβαση στις αρχικές εικόνες σας, προσθέστε τις παρακάτω οδηγίες στο αρχείο \'.htaccess\' στον κατάλογο \'images\' της εγκατάστασης σας. Θα προστατεύσει τις αρχικές εικόνες. Ακόμα κι αν ανοιχθεί μια πρωτότυπη εικόνα, το αντίστοιχο υδατόσημο θα εμφανιστεί πάνω στην εικόνα'),
('el', 'wt_images_access_info', 'Πρόσβαση σε εικόνες'),
('el', 'wt_text_watermark', 'Υδατογράφημα με κείμενο'),
('el', 'wt_watermarks', 'Υδατογραφήματα'),
('el', 'wt_watermarks_access_description', 'Για να δημιουργήσετε αυτόματα εικόνες με Υδατογραφημα, ακόμη και αν δεν απαιτουνται από τις σελίδες του καταστήματός  σας, παρακαλώ προσθέστε το αρχείο \'.htaccess\' με τις ακόλουθες οδηγίες στον κατάλογο \'images/watermarked\' της εγκατάστασης σας.'),
('el', 'wt_watermark_detailed', 'Υδατογράφημα μεγάλης εικόνας αναδυόμενου παραθυρου'),
('el', 'wt_watermark_horizontal_position', 'Οριζόντια θέση του υδατογραφήματος'),
('el', 'wt_watermark_icon', 'Υδατογράφημα στις φωτογραφίες'),
('el', 'wt_watermark_image', 'Εικόνα Υδατογραφήματος'),
('el', 'wt_watermark_position', 'Θέση υδατογραφηματος'),
('el', 'wt_watermark_text', 'Κείμενο Υδατογραφήματος'),
('el', 'wt_watermark_vertical_position', 'Κατακόρυφη θέση υδατογραφήματος'),
('el', 'xml_error', 'XML parse error'),
('el', 'year', 'Έτος'),
('el', 'yearly', 'Ετήσια'),
('el', 'years', 'χρόνια'),
('el', 'yes', 'NAI'),
('el', 'yesterday', 'Εχθές'),
('el', 'your_age', 'Η ηλικία σας'),
('el', 'your_ip_added', 'Η διεύθυνση της IP σας<b>[ip]</b> έχει προστεθεί από τον πίνακα πρόσβασης περιορισμών.'),
('el', 'your_ip_enabled', 'Η διεύθυνση της IP σας<b>[ip]</b>έχει αφαιρεθεί από τον πίνακα πρόσβασης περιορισμών.'),
('el', 'your_ip_removed', 'Η διεύθυνση της IP σας <b>[ip]</b> έχει αφαιρεθεί από τον πίνακα πρόσβασης περιορισμών.'),
('el', 'your_message', 'Το Μήνυμα σας'),
('el', 'your_name', 'Το Όνομα σας'),
('el', 'your_range', 'Το εύρος σας'),
('el', 'your_rating', 'Η βαθμολογίας σας'),
('el', 'you_can_edit_account_details', 'Τώρα, μπορείτε να επεξεργαστείτε τα στοιχεία του λογαριασμού.'),
('el', 'you_have_no_permissions', 'Δεν εχετε δικαιώματα'),
('el', 'you_save', 'Κερδίζετε'),
('el', 'zero_price_action', 'Μηδενική δράση των τιμών'),
('el', 'zipcode', 'ΤΚ'),
('el', 'zipcodes', 'Ταχυδρομικοί Κώδικες'),
('el', 'zip_postal_code', 'Ταχυδρομικός Κωδικός'),
('el', 'zone', 'Ζώνη'),
('el', 'zpa_ask_price', 'Ζητήστε από τον πελάτη να εισάγει την τιμή'),
('el', 'zpa_permit', 'Δυνατότητα πελατών να προσθέσουν το προϊόν στο καλάθι'),
('el', 'zpa_refuse', 'Μην επιτρέψετε στους πελάτες να προσθέσουν το προϊόν στο καλάθι'),
('en', '2co_enable_fraud_verification', 'Enable support of fraud notification'),
('en', '2co_fraud_fail', 'Status for orders with failed fraud review'),
('en', '2co_fraud_wait', 'Status for orders waiting for fraud review'),
('en', '3d_secure', '3-D Secure'),
('en', '404', 'The 404 Not Found error message'),
('en', 'about_us', 'About us'),
('en', 'absolute', 'Absolute'),
('en', 'absolute_commissions_instructions', '<a href=\"http://docs.cs-cart.com/4.3.x/user_guide/addons/vendor_commission/vendor_commissions_and_plans.html\" target=\"_blank\">Upgrading from 4.3.x to 4.4.x: Vendor Commissions and Vendor Plans</a>'),
('en', 'abt_menu_ajax_load', 'AB: Use Ajax-loading for menu items (second level and behind it)'),
('en', 'abt_menu_ajax_load.tooltip', 'Use Ajax to get the content of the second and third menu levels after page loading. The content of the first level will be loaded along with the page main content'),
('en', 'abt_menu_icon_items', 'AB: Show icons for menu items of the second level'),
('en', 'abt_menu_icon_items.tooltip', 'The active status of this setting allows the display of an icon that is assigned to a menu item of the second level menu.'),
('en', 'abt_menu_long_names', 'AB: Show long names of the first level menu items in two lines'),
('en', 'abt_menu_long_names.tooltip', 'The active status of this setting allows displaying menu names in two lines (with line break), if more space is required to place the name, than the setting <b>AB: The maximum width of the menu item for the first level</b> specifies'),
('en', 'abt_menu_long_names_max_width', 'AB: The maximum width of the menu item for the first level'),
('en', 'abt_menu_long_names_max_width.tooltip', 'Specifies the width of the cell in pixels to place the name of the menu item. If the name of the menu item exceeds this value, then with the active setting <b>AB: Show long names of the first level menu items in two lines</b>, then it will be displayed in two lines (with line break).'),
('en', 'abt__unitheme2', 'AB: UniTheme2'),
('en', 'abt__unitheme2.settings', 'Settings only for AB: UniTheme2'),
('en', 'abt__unitheme2_mv', 'AB: UniTheme2 (Multi-Vendor)'),
('en', 'abt__ut2.addon_social_buttons.share', 'Share'),
('en', 'abt__ut2.add_to_cart', 'Buy now'),
('en', 'abt__ut2.add_to_wishlist.tooltip', 'Add to wishlist'),
('en', 'abt__ut2.banner.color_use', 'Please select the checkbox to use a new color'),
('en', 'abt__ut2.banner.params.avail_from', 'Available from'),
('en', 'abt__ut2.banner.params.avail_till', 'Available till'),
('en', 'abt__ut2.banner.params.background_color', 'Background color'),
('en', 'abt__ut2.banner.params.background_color.tooltip', 'Please select the checkbox to use a new color'),
('en', 'abt__ut2.banner.params.background_image', 'Background image'),
('en', 'abt__ut2.banner.params.background_image_size', 'Specify the size of a background image'),
('en', 'abt__ut2.banner.params.background_image_size.tooltip', 'abt__ut2.banner.params.background_image_size.tooltip'),
('en', 'abt__ut2.banner.params.background_image_size.variants.contain', 'Resize the background image to make sure the image is fully visible'),
('en', 'abt__ut2.banner.params.background_image_size.variants.cover', 'Resize the background image to cover the entire container, even if it has to stretch the image or cut a little bit off one of the edges'),
('en', 'abt__ut2.banner.params.button_color', 'Button color'),
('en', 'abt__ut2.banner.params.button_color.tooltip', 'Please select the checkbox to use a new color'),
('en', 'abt__ut2.banner.params.button_text', 'Text (an appeal to action)'),
('en', 'abt__ut2.banner.params.button_text_color', 'Text color'),
('en', 'abt__ut2.banner.params.button_text_color.tooltip', 'Please select the checkbox to use a new color'),
('en', 'abt__ut2.banner.params.button_use', 'Add button'),
('en', 'abt__ut2.banner.params.button_use.tooltip', 'Select a checkbox for adding of the button. <b>Important!</b>The button will appear only in the presence of the link in the field \"Specify link\"'),
('en', 'abt__ut2.banner.params.class', 'User CSS-class'),
('en', 'abt__ut2.banner.params.color_scheme', 'Color scheme'),
('en', 'abt__ut2.banner.params.color_scheme.tooltip', 'Specifies what color will be <b>Title</b> and <b>Description</b> on the banner. For <b>Dark</b> banner texts will be white, for <b>Light</b> — black.'),
('en', 'abt__ut2.banner.params.color_scheme.variants.dark', 'Dark'),
('en', 'abt__ut2.banner.params.color_scheme.variants.light', 'Light'),
('en', 'abt__ut2.banner.params.content_align', 'Horizontal alignment'),
('en', 'abt__ut2.banner.params.content_align.tooltip', 'Location of the content inside the banner by the horizontal'),
('en', 'abt__ut2.banner.params.content_align.variants.center', 'On the center'),
('en', 'abt__ut2.banner.params.content_align.variants.left', 'On the left'),
('en', 'abt__ut2.banner.params.content_align.variants.right', 'On the right'),
('en', 'abt__ut2.banner.params.content_bg', 'Add semi-transparent background'),
('en', 'abt__ut2.banner.params.content_bg.tooltip', 'Under the description will appear semi-transparent background (the color depends on the color scheme), it will provide a better readability of text on motley background'),
('en', 'abt__ut2.banner.params.content_full_width', 'Content on full width'),
('en', 'abt__ut2.banner.params.content_full_width.tooltip', 'The width of the content block has a default width of 50%. Set this parameter and the width of the block content will be 100%'),
('en', 'abt__ut2.banner.params.content_valign', 'Vertical alignment'),
('en', 'abt__ut2.banner.params.content_valign.tooltip', 'Location of the content inside the banner by the vertical'),
('en', 'abt__ut2.banner.params.content_valign.variants.bottom', 'At the bottom'),
('en', 'abt__ut2.banner.params.content_valign.variants.center', 'On the center'),
('en', 'abt__ut2.banner.params.content_valign.variants.top', 'On the top'),
('en', 'abt__ut2.banner.params.data_type', 'Content type'),
('en', 'abt__ut2.banner.params.data_type.variants.url', 'Link'),
('en', 'abt__ut2.banner.params.description', 'Short description'),
('en', 'abt__ut2.banner.params.description_bg_color', 'Background color'),
('en', 'abt__ut2.banner.params.description_bg_color.tooltip', 'Please select the checkbox to use a new color'),
('en', 'abt__ut2.banner.params.description_color', 'Description color'),
('en', 'abt__ut2.banner.params.description_color.tooltip', 'Please select the checkbox to use a new color'),
('en', 'abt__ut2.banner.params.description_font_size', 'Font size'),
('en', 'abt__ut2.banner.params.how_to_open', 'How to open'),
('en', 'abt__ut2.banner.params.how_to_open.variants.in_new_window', 'In a new window'),
('en', 'abt__ut2.banner.params.how_to_open.variants.in_popup', 'In a popup'),
('en', 'abt__ut2.banner.params.how_to_open.variants.in_this_window', 'In this window'),
('en', 'abt__ut2.banner.params.main_image', 'Main image'),
('en', 'abt__ut2.banner.params.mobile_use', 'Use own settings for Phones'),
('en', 'abt__ut2.banner.params.mobile_use.tooltip', 'Use this option to allow own banner settings for the mobile device Phone'),
('en', 'abt__ut2.banner.params.object', 'The displayed object'),
('en', 'abt__ut2.banner.params.object.variants.image', 'Image'),
('en', 'abt__ut2.banner.params.object.variants.video', 'YouTube video'),
('en', 'abt__ut2.banner.params.padding', 'Internal paddings, px'),
('en', 'abt__ut2.banner.params.padding.tooltip', 'CSS <code>padding</code>. Spacing in pixels inside the banner. It is useful, to standardize the paddings of banner borders to the content'),
('en', 'abt__ut2.banner.params.tablet_use', 'Use own settings for Tablets'),
('en', 'abt__ut2.banner.params.tablet_use.tooltip', 'Use this option to allow own banner settings for the mobile device Tablet'),
('en', 'abt__ut2.banner.params.title', 'Title'),
('en', 'abt__ut2.banner.params.title_color', 'Title color'),
('en', 'abt__ut2.banner.params.title_color.tooltip', 'Please select the checkbox to use a new color'),
('en', 'abt__ut2.banner.params.title_font_size', 'Font size'),
('en', 'abt__ut2.banner.params.title_font_weight', 'Weight of the font'),
('en', 'abt__ut2.banner.params.title_font_weight.variants.300', 'Thin'),
('en', 'abt__ut2.banner.params.title_font_weight.variants.400', 'Normal'),
('en', 'abt__ut2.banner.params.title_font_weight.variants.700', 'Bold'),
('en', 'abt__ut2.banner.params.title_font_weight.variants.900', 'Heavy'),
('en', 'abt__ut2.banner.params.title_shadow', 'Add a shadow for the title'),
('en', 'abt__ut2.banner.params.title_tag', 'Title tag'),
('en', 'abt__ut2.banner.params.title_tag.variants.div', 'div'),
('en', 'abt__ut2.banner.params.title_tag.variants.h1', 'h1'),
('en', 'abt__ut2.banner.params.title_tag.variants.h2', 'h2'),
('en', 'abt__ut2.banner.params.title_tag.variants.h3', 'h3'),
('en', 'abt__ut2.banner.params.url', 'Specify link'),
('en', 'abt__ut2.banner.params.use_avail_period', 'Use available period'),
('en', 'abt__ut2.banner.params.youtube_autoplay', 'Autoplay'),
('en', 'abt__ut2.banner.params.youtube_autoplay.tooltip', 'Due to changes in <b>Google\'s</b> policy, autoplay will only be available without sound. For more information, see <a href=\'https://developers.google.com/web/updates/2017/09/autoplay-policy-changes\' target=\'_blank\'>documentation</a>.<b>Google</b> strongly recommends that the player\'s control panel should be displayed on autoplay.'),
('en', 'abt__ut2.banner.params.youtube_hide_controls', 'Hide player control elements'),
('en', 'abt__ut2.banner.params.youtube_hide_controls.tooltip', 'Don\'t ever assume a video will play, and don\'t show a pause button when the video is not actually playing'),
('en', 'abt__ut2.banner.params.youtube_id', 'YouTube video ID'),
('en', 'abt__ut2.banner.params.youtube_id.tooltip', 'ID video — https://www.youtube.com/watch?v=<b>abcd1234567</b>, specify only <b>abcd1234567</b>'),
('en', 'abt__ut2.banner.params.youtube_use', 'Add YouTube video'),
('en', 'abt__ut2.banner.params_additional', 'Additional settings'),
('en', 'abt__ut2.banner.params_of_block', 'Banner block settings'),
('en', 'abt__ut2.banner.params_of_button', 'Banner button settings'),
('en', 'abt__ut2.banner.params_of_content', 'Settings for the content, shown in the banner'),
('en', 'abt__ut2.banner.params_of_description', 'Banner description settings'),
('en', 'abt__ut2.banner.params_of_object', 'Banner settings for the object/image'),
('en', 'abt__ut2.banner.params_of_title', 'Banner title settings'),
('en', 'abt__ut2.banner.use_own_info', 'Use own value'),
('en', 'abt__ut2.banner.warning', 'Expert banner settings'),
('en', 'abt__ut2.banners', 'Banners'),
('en', 'abt__ut2.banners.manage', 'AB: UniTheme2: Advanced banners'),
('en', 'abt__ut2.banner_tab.general', 'General (AB: UniTheme2: Desktop)'),
('en', 'abt__ut2.banner_tab.mobile', 'AB: UniTheme2: Phone');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('en', 'abt__ut2.banner_tab.tablet', 'AB: UniTheme2: Tablet'),
('en', 'abt__ut2.block.availability.show_on', '!!! Only for AB: UniTheme2 when using the setting <b>[show_on]</b> block content will be cut from HTML-code for the corresponding device and is not simply hidden by styles'),
('en', 'abt__ut2.blog.there_are_offers', 'Recommendations'),
('en', 'abt__ut2.blog.there_is_video', 'Video'),
('en', 'abt__ut2.brands', 'Brands'),
('en', 'abt__ut2.city_short', 'c.'),
('en', 'abt__ut2.contacts', 'Contact us'),
('en', 'abt__ut2.demodata', 'Demo data'),
('en', 'abt__ut2.demodata.description', 'On this page you can quickly create theme demo data'),
('en', 'abt__ut2.demodata.errors.menu_wasnt_created', 'Menu [name] failed to create'),
('en', 'abt__ut2.demodata.errors.no_blog_page', 'You should create the blog`s parent page'),
('en', 'abt__ut2.demodata.errors.no_data', 'No data.json file'),
('en', 'abt__ut2.demodata.success', 'were created successfully'),
('en', 'abt__ut2.demodata.success.banners', 'Banners [ids] were created successfully'),
('en', 'abt__ut2.demodata.success.blog', 'Blog pages [ids] were created successfully'),
('en', 'abt__ut2.demodata.success.menu', 'Menu [menus] were created successfully'),
('en', 'abt__ut2.demodata.table.add_banners', 'Add demo banners'),
('en', 'abt__ut2.demodata.table.add_blog', 'Add demo blog'),
('en', 'abt__ut2.demodata.table.add_menu', 'Add demo menu with icons and banners'),
('en', 'abt__ut2.demodata.table.add_products', 'Add demo products'),
('en', 'abt__ut2.demodata.table.description', 'Demo data type'),
('en', 'abt__ut2.developer', 'Powered by <a href=\"https://www.cs-cart.com/\" rel=\"nofollow\">CS-Cart</a> and premium theme — <a href=\"https://unitheme.net/?sl=en\" rel=\"nofollow\">© AB: UniTheme2</a>'),
('en', 'abt__ut2.errors.is_correctly_installed.mv.disabled', 'For correct working of UniTheme2 on the CS-Cart Multi-Vendor (used by you) enable addon UniTheme2 for Multi-Vendor edition of CS-Cart (comes with the theme for this edition) and try again'),
('en', 'abt__ut2.errors.is_correctly_installed.mv.uninstalled', 'For correct working of UniTheme2 on the CS-Cart Multi-Vendor (used by you), install and enable addon UniTheme2 for Multi-Vendor edition of CS-Cart (comes with the theme for this edition) and try again'),
('en', 'abt__ut2.export', 'Export'),
('en', 'abt__ut2.export.actions.banners', 'Banners'),
('en', 'abt__ut2.export.actions.banners.placeholder', 'Banners IDs'),
('en', 'abt__ut2.export.actions.blog', 'Blog'),
('en', 'abt__ut2.export.actions.blog.placeholder', 'Parent pages IDs'),
('en', 'abt__ut2.export.actions.menu', 'Menu'),
('en', 'abt__ut2.export.actions.menu.placeholder', 'Menu IDs'),
('en', 'abt__ut2.export.actions.products', 'Products'),
('en', 'abt__ut2.export.actions.products.placeholder', 'Products IDs'),
('en', 'abt__ut2.export.description', 'On this page you can quickly export the data you need in json format'),
('en', 'abt__ut2.export.errors.no_such_type', 'No such type of export for the theme'),
('en', 'abt__ut2.export.success', 'were exported successfully'),
('en', 'abt__ut2.export.success.banners', 'Banners [ids] were exported successfully'),
('en', 'abt__ut2.export.success.blog', 'Blog were exported successfully'),
('en', 'abt__ut2.export.success.menu', 'Menu [ids] were exported successfully'),
('en', 'abt__ut2.export.table.data', 'Export data'),
('en', 'abt__ut2.export.table.description', 'Data type'),
('en', 'abt__ut2.extended.e', 'Extended'),
('en', 'abt__ut2.extended.f', 'On the full width'),
('en', 'abt__ut2.extended.o', 'Original'),
('en', 'abt__ut2.filter.vendor_location_variant', 'Selected location + [range] [suffix]'),
('en', 'abt__ut2.form.generate', 'Generate'),
('en', 'abt__ut2.form.header.additional_products', 'Additional products'),
('en', 'abt__ut2.form.header.base_products', 'Base products'),
('en', 'abt__ut2.form.header.general', 'General'),
('en', 'abt__ut2.grid.padding', 'Padding'),
('en', 'abt__ut2.grid.padding.variants.bottom', 'Only bottom'),
('en', 'abt__ut2.grid.padding.variants.none', 'None'),
('en', 'abt__ut2.grid.padding.variants.top', 'Only top'),
('en', 'abt__ut2.grid.padding.variants.top_bottom', 'Top and bottom'),
('en', 'abt__ut2.grid.tab_description', 'The settings below apply only to the theme AB: UniTheme2 layouts sections'),
('en', 'abt__ut2.grid_settings', 'AB: UniTheme2: Additional settings'),
('en', 'abt__ut2.grid_tabs.abt__ut2_show_in_tabs', 'Show all section blocks in tabs'),
('en', 'abt__ut2.grid_tabs.abt__ut2_use_ajax', 'Use Ajax for loading the second and next tabs content'),
('en', 'abt__ut2.help', 'Help'),
('en', 'abt__ut2.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/abt__unitheme2.doc\'>the documentation</a>.'),
('en', 'abt__ut2.hover_to_enlarge', 'Hover on image to enlarge'),
('en', 'abt__ut2.icons', 'Available icons'),
('en', 'abt__ut2.icons.class', 'Icon class'),
('en', 'abt__ut2.icons.info', 'On this page you can see the list of icons, available to you in the theme'),
('en', 'abt__ut2.icons.ut2_icons', 'Theme icons list'),
('en', 'abt__ut2.less_settings', 'Color scheme settings'),
('en', 'abt__ut2.less_settings.containers', 'Containers'),
('en', 'abt__ut2.less_settings.containers.header.add_delimiters', 'Add dividing strips'),
('en', 'abt__ut2.less_settings.containers.header.add_delimiters.tooltip', 'Adds dividing strips at the Top part of the site, visually separates the blocks \"Categories\", \"Search\", \"Account\" and \"Cart\"'),
('en', 'abt__ut2.less_settings.containers.header.use_animation_for_not_empty_cart', 'Use animation effect for non empty cart'),
('en', 'abt__ut2.less_settings.containers.header.use_animation_for_not_empty_cart.tooltip', 'Adds animation effect, to pay attention to the non empty user cart'),
('en', 'abt__ut2.less_settings.containers.header.use_color_elements_on_hover', 'Color for hovering over the elements \"Categories\", \"Account\" and \"Cart\"'),
('en', 'abt__ut2.less_settings.containers.header.use_color_elements_on_hover.tooltip', 'The color for hovering over the drop-down elements \"Categories\", \"Account\" and \"Cart\" is used only in the \"Advanced\" and \"Fixed\" layouts'),
('en', 'abt__ut2.less_settings.containers.header.use_color_icons', 'The color of the icons for elements \"Categories\", \"Account\" and \"Cart\"'),
('en', 'abt__ut2.less_settings.containers.header.use_color_icons.tooltip', 'Is used only in layouts \"Advanced\" and \"Fixed\"'),
('en', 'abt__ut2.less_settings.containers.header.use_color_menu_on_hover', 'Color for hovering over a first level menu item'),
('en', 'abt__ut2.less_settings.containers.header.use_color_menu_on_hover.tooltip', 'Background color used for hovering over menu items of the first level. It is used only in the \"Default\" layout with a horizontal menu type. Also determines the color of the active first level menu item'),
('en', 'abt__ut2.less_settings.containers.header_group', 'Header'),
('en', 'abt__ut2.less_settings.containers.header_group_description', 'Settings for blocks and sections of the \"Header\" container'),
('en', 'abt__ut2.less_settings.containers_description', 'Below are the settings that affect the blocks and sections of the corresponding container in the layouts.'),
('en', 'abt__ut2.less_settings.general', 'General'),
('en', 'abt__ut2.less_settings.general.buttons.style', 'Style'),
('en', 'abt__ut2.less_settings.general.buttons.style.tooltip', 'Set button style'),
('en', 'abt__ut2.less_settings.general.buttons.style.variants.use_background', 'Use filled background'),
('en', 'abt__ut2.less_settings.general.buttons.style.variants.use_border', 'Use border only'),
('en', 'abt__ut2.less_settings.general.buttons.use_gradient', 'Add bulk'),
('en', 'abt__ut2.less_settings.general.buttons.use_gradient.tooltip', 'The buttons will use a background color with a gradient fill from light to dark based on the color of the button'),
('en', 'abt__ut2.less_settings.general.buttons.use_shadow', 'Add shadow'),
('en', 'abt__ut2.less_settings.general.buttons.use_shadow.tooltip', 'Use shadow in the buttons design'),
('en', 'abt__ut2.less_settings.general.buttons.use_text_uppercase', 'Display text in capital letters'),
('en', 'abt__ut2.less_settings.general.buttons.use_text_uppercase.tooltip', 'Allows you to define the display format of letters in buttons, lowercase or uppercase letters'),
('en', 'abt__ut2.less_settings.general.buttons_group', 'Buttons'),
('en', 'abt__ut2.less_settings.general.buttons_group_description', 'Allows you to set button styles'),
('en', 'abt__ut2.less_settings.general.labels.style', 'Form'),
('en', 'abt__ut2.less_settings.general.labels.style.tooltip', 'Specify the displaying form of discount labels'),
('en', 'abt__ut2.less_settings.general.labels.style.variants.as_circle', 'Round'),
('en', 'abt__ut2.less_settings.general.labels.style.variants.as_drop', 'Drop'),
('en', 'abt__ut2.less_settings.general.labels.style.variants.as_rectangle', 'Rectangular'),
('en', 'abt__ut2.less_settings.general.labels.use_outline', 'Use border style'),
('en', 'abt__ut2.less_settings.general.labels.use_outline.tooltip', 'Adds border style'),
('en', 'abt__ut2.less_settings.general.labels.use_shadow', 'Add shadow'),
('en', 'abt__ut2.less_settings.general.labels.use_shadow.tooltip', 'Adds shadow'),
('en', 'abt__ut2.less_settings.general.labels.use_text_shadow', 'Add shadow for text'),
('en', 'abt__ut2.less_settings.general.labels.use_text_shadow.tooltip', 'Adds shadow for text'),
('en', 'abt__ut2.less_settings.general.labels_group', 'Labels (stickers)'),
('en', 'abt__ut2.less_settings.general.labels_group_description', 'Allows you to set styles for product stickers. For example, Free Shipping, Discount, etc.'),
('en', 'abt__ut2.less_settings.general.stars_rating_color', 'Color of starlets for product rating'),
('en', 'abt__ut2.less_settings.general.stars_rating_color.tooltip', 'Specify your own star color for product rating'),
('en', 'abt__ut2.less_settings.general.use_rounding', 'Round corners for interface elements'),
('en', 'abt__ut2.less_settings.general.use_rounding.tooltip', 'Use rounding corners of elements (windows, buttons, icons, form fields, etc.)'),
('en', 'abt__ut2.less_settings.general.use_rounding.variants.do_not_use', 'Don\'t use'),
('en', 'abt__ut2.less_settings.general.use_rounding.variants.full', 'Fully rounded'),
('en', 'abt__ut2.less_settings.general.use_rounding.variants.little', 'Make a little roundness'),
('en', 'abt__ut2.less_settings.general.use_titles_uppercase', 'Display headers in capital letters'),
('en', 'abt__ut2.less_settings.general.use_titles_uppercase.tooltip', 'Allows you to show headers in capital letters (used for all page headers, blocks, banners headers, etc.)'),
('en', 'abt__ut2.less_settings.general_description', 'Below are the general settings.'),
('en', 'abt__ut2.less_settings.is_absent', 'The following color values are not set for your [style] style'),
('en', 'abt__ut2.less_settings.is_absent.core', 'System values'),
('en', 'abt__ut2.less_settings.is_absent.recomend_to_add', 'We recommend that you assign their values, as this may lead to errors in the future.'),
('en', 'abt__ut2.less_settings.is_absent.theme', 'Theme values'),
('en', 'abt__ut2.less_settings.products', 'Product'),
('en', 'abt__ut2.less_settings.products.use_color_buttons_add_to_cart', 'Set individual color for <br> \"Add to cart\" button'),
('en', 'abt__ut2.less_settings.products.use_color_buttons_add_to_cart.tooltip', 'Allows you to assign an individual color to the \"Add to cart\" button on the product detail page and in the \"Quick view\" window'),
('en', 'abt__ut2.less_settings.products_description', 'Below are the settings that affect the styles for product detail page'),
('en', 'abt__ut2.less_settings.product_list', 'Product lists'),
('en', 'abt__ut2.less_settings.product_list.extend_grid_item_on_hover', 'Expand grid item on hover'),
('en', 'abt__ut2.less_settings.product_list.extend_grid_item_on_hover.tooltip', 'Adds the extending effect for item grid, when hovering on it in the list. Applies only to the Grid view of listings.'),
('en', 'abt__ut2.less_settings.product_list.show_grid_border', 'Frame type of the product in the grid'),
('en', 'abt__ut2.less_settings.product_list.show_grid_border.tooltip', 'You can change the frame type for cells in the lists of products'),
('en', 'abt__ut2.less_settings.product_list.show_grid_border.variants.none', 'Not framed'),
('en', 'abt__ut2.less_settings.product_list.show_grid_border.variants.solid_without_margins', 'Frame without external indents'),
('en', 'abt__ut2.less_settings.product_list.show_grid_border.variants.solid_with_margins', 'Frame with outer indents'),
('en', 'abt__ut2.less_settings.product_list.use_elements_alignment', 'Use elements alignment'),
('en', 'abt__ut2.less_settings.product_list.use_elements_alignment.tooltip', 'Allows you to align some elements of the list of symmetrically neighboring cells of products'),
('en', 'abt__ut2.less_settings.product_list.use_elements_alignment.variants.do_not_use', 'Don\'t use'),
('en', 'abt__ut2.less_settings.product_list.use_elements_alignment.variants.use', 'Use'),
('en', 'abt__ut2.less_settings.product_list_description', 'Below are the settings that affect the styles for elements in the product lists'),
('en', 'abt__ut2.less_settings.style.tooltip', 'Select Style (less-file, to which the following settings will be applied)'),
('en', 'abt__ut2.less_settings_description', '<b>Attention!</b> These settings apply only to the selected color scheme (in order to see the changes: make sure, that the selected in the \"Style\" settings field value corresponds to the color scheme, selected in your store (you can check the selected color scheme by Design -> Themes -> in the table opposite the chosen as default layout))'),
('en', 'abt__ut2.light_menu.back_to_main', 'Back to main'),
('en', 'abt__ut2.load_more.show_more.pages', 'Show another [n] page|Show another [n] pages'),
('en', 'abt__ut2.load_more.show_more.products', 'Show another [n] product|Show another [n] products'),
('en', 'abt__ut2.load_more_products.already_showing_all_products', 'Showing [n] product|Showing all [n] products'),
('en', 'abt__ut2.load_more_products.show_more', 'Show another [n] product|Show another [n] products'),
('en', 'abt__ut2.mainbox_general_seo', 'AB: General title (SEO)'),
('en', 'abt__ut2.menu.tab_description', 'The following settings should be used only for menu items, that use extra templates in the menu block layout: <b>AB: Horizontal dropdown list with icons</b> or <b>AB: Vertical dropdown list with icons</b> of the UniTheme2 theme'),
('en', 'abt__ut2.menus.pickers.add_menus', 'Add menu'),
('en', 'abt__ut2.menus.pickers.add_menus_and_close', 'Add menu and close'),
('en', 'abt__ut2.menus.pickers.states', 'Initial menu state'),
('en', 'abt__ut2.menus.pickers.states.hide_items', 'Hide elements and show the menu name'),
('en', 'abt__ut2.menus.pickers.states.show_items', 'Show elements'),
('en', 'abt__ut2.menus.pickers.states.tooltip', 'Select how the menu will be displayed when loading the page'),
('en', 'abt__ut2.menu_with_icons.desc', 'Short description'),
('en', 'abt__ut2.menu_with_icons.dropdown', 'Activate 3-level menu (dropdown list)'),
('en', 'abt__ut2.menu_with_icons.icon', 'Icon'),
('en', 'abt__ut2.menu_with_icons.label', 'Label'),
('en', 'abt__ut2.menu_with_icons.label_background', 'Label background'),
('en', 'abt__ut2.menu_with_icons.label_color', 'Label color'),
('en', 'abt__ut2.menu_with_icons.status', 'Activate settings'),
('en', 'abt__ut2.menu_with_icons.text', 'HTML-content'),
('en', 'abt__ut2.menu_with_icons.text_position', 'HTML-content position'),
('en', 'abt__ut2.menu_with_icons.text_position.bottom', 'Bottom'),
('en', 'abt__ut2.menu_with_icons.text_position.right_bottom', 'Right bottom'),
('en', 'abt__ut2.menu_with_icons.text_position.right_top', 'Right top'),
('en', 'abt__ut2.microdata', 'Organization microdata'),
('en', 'abt__ut2.microdata.schema_type', 'Schema type'),
('en', 'abt__ut2.microdata.schema_type.article', 'Article'),
('en', 'abt__ut2.microdata.schema_type.blogposting', 'Blog'),
('en', 'abt__ut2.microdata.schema_type.newsarticle', 'News'),
('en', 'abt__ut2.microdata.schema_type.none', 'Do not use'),
('en', 'abt__ut2.migaritions_from_unitheme1.update_po', 'Language variables recovery'),
('en', 'abt__ut2.migaritions_from_unitheme1.update_po.exist.description', 'For your installation, no additional actions for language variables recovery are required!'),
('en', 'abt__ut2.migaritions_from_unitheme1.update_po.not_exist.description', 'On this page, you can recover language variables which were deleted during removing of the first generation UniTheme addon'),
('en', 'abt__ut2.migaritions_from_unitheme1.update_po.success', 'Selected language variables were successfully recovered!'),
('en', 'abt__ut2.option.height', 'Height, px'),
('en', 'abt__ut2.option.margin', 'Margin, px'),
('en', 'abt__ut2.settings', 'Theme settings'),
('en', 'abt__ut2.settings.addons', 'Addons'),
('en', 'abt__ut2.settings.addons.wishlist_products.item_quantity', 'Show products in a row'),
('en', 'abt__ut2.settings.addons.wishlist_products.item_quantity.tooltip', 'Specify the quantity to display products in a row (only for \"Grid\")'),
('en', 'abt__ut2.settings.addons.wishlist_products_group', '\"Wish List\" addon'),
('en', 'abt__ut2.settings.addons.wishlist_products_group_description', 'Allows to add products to user wishlists'),
('en', 'abt__ut2.settings.addons_description', 'Here are setting, that affect on appearance of different addons pages in theme'),
('en', 'abt__ut2.settings.category', 'Category'),
('en', 'abt__ut2.settings.category.description_position', 'Display category description'),
('en', 'abt__ut2.settings.category.description_position.tooltip', 'Determines how the category description is displayed (nevertheless, regardless of the place of display, the Description field will be displayed in the code always above the product block, this is one of the recommendations of SEO audits)'),
('en', 'abt__ut2.settings.category.description_position.variants.bottom', 'After products'),
('en', 'abt__ut2.settings.category.description_position.variants.none', 'Don\'t display'),
('en', 'abt__ut2.settings.category.description_position.variants.top', 'Before products'),
('en', 'abt__ut2.settings.category.show_subcategories', 'Show subcategories on category pages'),
('en', 'abt__ut2.settings.category.show_subcategories.tooltip', 'Allows subcategories to be displayed in categories'),
('en', 'abt__ut2.settings.category_description', 'Here are the theme settings for Categories pages'),
('en', 'abt__ut2.settings.features', 'Features'),
('en', 'abt__ut2.settings.features.description_position', 'Display description of feature variant'),
('en', 'abt__ut2.settings.features.description_position.tooltip', 'Determines how the feature description is displayed (nevertheless, regardless of the place of display, the Description field will be displayed in the code always above the product block, this is one of the recommendations of SEO audits)'),
('en', 'abt__ut2.settings.features.description_position.variants.bottom', 'After products'),
('en', 'abt__ut2.settings.features.description_position.variants.none', 'Don\'t display'),
('en', 'abt__ut2.settings.features.description_position.variants.top', 'Before products'),
('en', 'abt__ut2.settings.features_description', 'Here are the settings for the Features pages (Purpose: Brand, author, etc.)'),
('en', 'abt__ut2.settings.general', 'General'),
('en', 'abt__ut2.settings.general.blog_page_id', 'Blog main page ID'),
('en', 'abt__ut2.settings.general.blog_page_id.button', 'All blog articles'),
('en', 'abt__ut2.settings.general.blog_page_id.tooltip', 'Specify this setting to display the link \"All pages\" in the block \"Actual news\" (see Website -> Blog)'),
('en', 'abt__ut2.settings.general.brand_feature_id', 'Brand feature ID'),
('en', 'abt__ut2.settings.general.brand_feature_id.tooltip', 'Specify brand Feature ID (Purpose: Brand, author, etc.). Feature ID is located next to the feature name in the features list (Products -> Features in the store administrative panel).The parameter \"Show in product list\" must be checked/ticked for specified feature'),
('en', 'abt__ut2.settings.general.enable_fixed_header_panel', 'Enable sticky menu'),
('en', 'abt__ut2.settings.general.enable_fixed_header_panel.tooltip', 'Allows you to display a fixed panel with elements of the header. The main elements of the store header will be visible even, when scrolling'),
('en', 'abt__ut2.settings.general.menu_min_height', 'Minimum height for the menu (only for Vertical type), px'),
('en', 'abt__ut2.settings.general.menu_min_height.tooltip', 'The minimum height for the vertical menu block with items of the second level. It is used to make the match of the height for left and right parts of menu (well described in the theme documentation)'),
('en', 'abt__ut2.settings.general_description', 'Here are the general theme settings, they affect the appearance and store functionality'),
('en', 'abt__ut2.settings.load_more', 'Show more'),
('en', 'abt__ut2.settings.load_more.before_end', 'Start for N px to the end of the page'),
('en', 'abt__ut2.settings.load_more.before_end.tooltip', 'Used only for working mode Automatically'),
('en', 'abt__ut2.settings.load_more.blog', 'Allow for the Blog'),
('en', 'abt__ut2.settings.load_more.blog.tooltip', 'Allow displaying \"Show more\" button for Blog posts'),
('en', 'abt__ut2.settings.load_more.mode', 'Paginator operation mode'),
('en', 'abt__ut2.settings.load_more.mode.tooltip', 'Choose working mode for button Show more.<br /><b>Automatically</b> — in this mode next page will be loaded over N px before the end of page while scrolling down.<br /><b>By button click</b> — next products page will be loaded only clicking the button by the user'),
('en', 'abt__ut2.settings.load_more.mode.variants.auto', 'Automatically'),
('en', 'abt__ut2.settings.load_more.mode.variants.on_button_click', 'By button click'),
('en', 'abt__ut2.settings.load_more.product_list', 'Allow for product lists'),
('en', 'abt__ut2.settings.load_more.product_list.tooltip', 'Allow display of \"Show more\" button for categories, brands, newest pages etc.'),
('en', 'abt__ut2.settings.load_more_description', 'Below are the settings for the \"Show more\" functional for various objects in lists (lazy pagination)'),
('en', 'abt__ut2.settings.name', 'Name'),
('en', 'abt__ut2.settings.products', 'Product'),
('en', 'abt__ut2.settings.products.addon_buy_together.view', 'Way of display'),
('en', 'abt__ut2.settings.products.addon_buy_together.view.tooltip', 'Choose way of display (added by AB: UniTheme2 theme or standard output by the tab)'),
('en', 'abt__ut2.settings.products.addon_buy_together.view.variants.as_block_above_tabs', 'As block before product tabs'),
('en', 'abt__ut2.settings.products.addon_buy_together.view.variants.as_tab_in_tabs', 'As product tab'),
('en', 'abt__ut2.settings.products.addon_buy_together_group', '\"Buy together\" addon'),
('en', 'abt__ut2.settings.products.addon_buy_together_group_description', 'Native CS-Cart add-on, which allows to display profitable offers in combination with the current product, on the page of which the user is located'),
('en', 'abt__ut2.settings.products.addon_required_products.item_quantity', 'Show products in row'),
('en', 'abt__ut2.settings.products.addon_required_products.item_quantity.tooltip', 'Specify the quantity products to display in a row (only for \"Grid\")'),
('en', 'abt__ut2.settings.products.addon_required_products.list_type', 'Template'),
('en', 'abt__ut2.settings.products.addon_required_products.list_type.tooltip', 'Choose template for displaying product list'),
('en', 'abt__ut2.settings.products.addon_required_products.list_type.variants.compact_list', 'Compact list'),
('en', 'abt__ut2.settings.products.addon_required_products.list_type.variants.grid_list', 'Grid'),
('en', 'abt__ut2.settings.products.addon_required_products.list_type.variants.product_list', 'List without options'),
('en', 'abt__ut2.settings.products.addon_required_products_group', '\"Required products\" addon'),
('en', 'abt__ut2.settings.products.addon_required_products_group_description', 'Native CS-Cart addon \"Required products\" creates a group of products, that will be added to the cart with the product, on which page the user is located'),
('en', 'abt__ut2.settings.products.addon_social_buttons.view', 'Show Share buttons for social networks'),
('en', 'abt__ut2.settings.products.addon_social_buttons.view.tooltip', 'Please note, that using this option slows down the loading of the product page. Not recommended for displaying on mobile devices.'),
('en', 'abt__ut2.settings.products.addon_social_buttons_group', 'Addon \"Social buttons\"'),
('en', 'abt__ut2.settings.products.addon_social_buttons_group_description', 'Native CS-Cart addon \"Social Buttons\" displays Share buttons widgets for social networks'),
('en', 'abt__ut2.settings.products.custom_block_id', 'Custom block ID / Output the block in the right column'),
('en', 'abt__ut2.settings.products.custom_block_id.tooltip', 'Specify the custom block ID, which you want to display on the right side of the product detail page (the block must be added to the Products layout and can be turned off, a special function will add it to the intended place to bypass the CS-Cart layout system) (well described in the theme documentation)'),
('en', 'abt__ut2.settings.products.vendor.show_ask_question_link', 'Show \"Ask a question\" link'),
('en', 'abt__ut2.settings.products.vendor.show_ask_question_link.tooltip', 'Allows customers to communicate with the vendor using chat. Depends on \"Ask seller a question\" addon'),
('en', 'abt__ut2.settings.products.vendor.show_logo', 'Show vendor logo'),
('en', 'abt__ut2.settings.products.vendor.show_logo.tooltip', 'Displays the vendor\'s logo'),
('en', 'abt__ut2.settings.products.vendor.show_name_as_link', 'Use vendor name as a link on a vendor page'),
('en', 'abt__ut2.settings.products.vendor.show_name_as_link.tooltip', 'Allows use vendor name as a link to the page of this vendor'),
('en', 'abt__ut2.settings.products.vendor.show_phone', 'Show vendor phone number'),
('en', 'abt__ut2.settings.products.vendor.show_phone.tooltip', 'Allows you to display the phone number of the vendor'),
('en', 'abt__ut2.settings.products.vendor.truncate_short_description', 'Number of characters for vendor description'),
('en', 'abt__ut2.settings.products.vendor.truncate_short_description.tooltip', 'Allows you to limit the output of a vendor description, specify the number of displayed characters. To disable output, use the value \"0\"'),
('en', 'abt__ut2.settings.products.vendor_group', 'Block with vendor information'),
('en', 'abt__ut2.settings.products.vendor_group_description', 'Settings for block with vendor information on the product page'),
('en', 'abt__ut2.settings.products.view.brand_link_behavior', 'Brand logo link behavior'),
('en', 'abt__ut2.settings.products.view.brand_link_behavior.tooltip', 'Determines the brand logo link'),
('en', 'abt__ut2.settings.products.view.brand_link_behavior.variants.to_brand_page', 'The link leads to brand page'),
('en', 'abt__ut2.settings.products.view.brand_link_behavior.variants.to_category_with_filter', 'The link leads to the main product category with the selected filter by product brand'),
('en', 'abt__ut2.settings.products.view.show_brand_logo', 'Show product brand logo'),
('en', 'abt__ut2.settings.products.view.show_brand_logo.tooltip', 'Allow the display of product brand logo. For the setting to work, you must correctly specify Brand feature ID setting value in General tab'),
('en', 'abt__ut2.settings.products.view.show_features', 'Show product features'),
('en', 'abt__ut2.settings.products.view.show_features.tooltip', 'Allow displaying of selected product features (for displaying on the product page (but not in Features tab), the feature must have an active setting \"Show in header on the product details page\")'),
('en', 'abt__ut2.settings.products.view.show_qty', 'Show quantity changer'),
('en', 'abt__ut2.settings.products.view.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('en', 'abt__ut2.settings.products.view.show_short_description', 'Show short description'),
('en', 'abt__ut2.settings.products.view.show_short_description.tooltip', 'Allow the display of the \"Short description\"'),
('en', 'abt__ut2.settings.products.view.show_sku', 'Show product code (Sku)'),
('en', 'abt__ut2.settings.products.view.show_sku.tooltip', 'Allow product code (Sku) showing'),
('en', 'abt__ut2.settings.products.view.show_sticky_add_to_cart', 'Show sticky block Add to cart (only for mobile devices)'),
('en', 'abt__ut2.settings.products.view.show_sticky_add_to_cart.tooltip', 'Allow output of a fixed block with the Add to cart button at the bottom of the mobile device screen. Also depending on the state of the option \"Show quantity changer\" in the block, the changer of products quantity for the order can be shown'),
('en', 'abt__ut2.settings.products.view_group', 'Additional displaying settings'),
('en', 'abt__ut2.settings.products.view_group_description', 'Additional appearance settings for the product page'),
('en', 'abt__ut2.settings.products_description', 'Here theme settings which affect the product detailed page appearance'),
('en', 'abt__ut2.settings.product_list', 'Product lists'),
('en', 'abt__ut2.settings.product_list.decolorate_out_of_stock_products', 'Decolorize out of stock products'),
('en', 'abt__ut2.settings.product_list.decolorate_out_of_stock_products.tooltip', 'Applies the effect of decolorize for product items, that are out of stock. Only for lists in categories is used'),
('en', 'abt__ut2.settings.product_list.lazy_load', 'Use images lazy load'),
('en', 'abt__ut2.settings.product_list.lazy_load.tooltip', 'Speeds up the category page loading due to the fact, that images are loaded after the page is already loaded, images will be loaded only by users screen demand. Not compatible with activated option of setting \"Show product mini icons gallery in the product list\"'),
('en', 'abt__ut2.settings.product_list.limit_product_variations', 'The maximum quantity of the displayed products variations'),
('en', 'abt__ut2.settings.product_list.limit_product_variations.tooltip', 'Specify the number of available variations, that will be shown for the product in the list, if more variations are available, than specified in the setting, the remaining amount will be indicated in brackets (+ N more). Value <code>0</code> in setting will block the display of variations.'),
('en', 'abt__ut2.settings.product_list.max_features', 'Max number of displayed features in lists'),
('en', 'abt__ut2.settings.product_list.max_features.tooltip', 'Specify the number of features displayed in all available lists for different devices'),
('en', 'abt__ut2.settings.product_list.price_display_format', 'Price display format'),
('en', 'abt__ut2.settings.product_list.price_display_format.tooltip', 'Formats options (of the elements positions) of price display'),
('en', 'abt__ut2.settings.product_list.price_display_format.variants.col', 'Option 1'),
('en', 'abt__ut2.settings.product_list.price_display_format.variants.mix', 'Option 3'),
('en', 'abt__ut2.settings.product_list.price_display_format.variants.row', 'Option 2'),
('en', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content', 'Content of bottom part of the product grid item'),
('en', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.tooltip', 'Select, what fields will be used as a additional information of the product item'),
('en', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.description', 'Short description'),
('en', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.features', 'Features list'),
('en', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.features_and_variations', 'Features and variations list'),
('en', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.none', 'Don\'t display'),
('en', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.variations', 'Variations list'),
('en', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_height', 'Minimum height for product cell, px'),
('en', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_height.tooltip', 'Defines the product cell height according to your needs'),
('en', 'abt__ut2.settings.product_list.products_multicolumns.show_brand_logo', 'Show brand logo'),
('en', 'abt__ut2.settings.product_list.products_multicolumns.show_brand_logo.tooltip', 'Allow the brand logo displaying (requires proper assigned option \"Brand feature ID\" in the \"General\" section of theme settings and downloaded images for Brand feature variants)'),
('en', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons', 'Show \"Add to cart\" buttons'),
('en', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons.tooltip', 'Allow the display of the \"Add to cart\" and \"Buy now with 1-click\" buttons'),
('en', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons_on_hover', 'Show buttons only while hovering'),
('en', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons_on_hover.tooltip', 'Buttons \"Add to cart\" and \"Buy now with 1-click\" will be shown only while hovering on the product cell'),
('en', 'abt__ut2.settings.product_list.products_multicolumns.show_qty', 'Show quantity changer'),
('en', 'abt__ut2.settings.product_list.products_multicolumns.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('en', 'abt__ut2.settings.product_list.products_multicolumns.show_sku', 'Show product code (Sku)'),
('en', 'abt__ut2.settings.product_list.products_multicolumns.show_sku.tooltip', 'Allow product code (Sku) showing'),
('en', 'abt__ut2.settings.product_list.products_multicolumns.show_you_save', 'Show \"You save\"'),
('en', 'abt__ut2.settings.product_list.products_multicolumns.show_you_save.tooltip', 'Shows information about savings (amount of your savings)'),
('en', 'abt__ut2.settings.product_list.products_multicolumns_group', 'Settings for \"Grid\" product list view'),
('en', 'abt__ut2.settings.product_list.products_multicolumns_group_description', 'Settings for \"Grid\" product list view. Please note, that some settings allow you to control the output of functional elements for different devices separately'),
('en', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content', 'Content under description'),
('en', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.tooltip', 'Select, what fields will be used as the additional information of the product item'),
('en', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.features', 'Features list'),
('en', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.features_and_variations', 'Features and variations list'),
('en', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.none', 'Don\'t display'),
('en', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.variations', 'Variations list'),
('en', 'abt__ut2.settings.product_list.products_without_options.show_amount', 'Show product availability status'),
('en', 'abt__ut2.settings.product_list.products_without_options.show_amount.tooltip', 'Allow the display of the status of stock availability (In stock, Out of stock)'),
('en', 'abt__ut2.settings.product_list.products_without_options.show_brand_logo', 'Show brand logo'),
('en', 'abt__ut2.settings.product_list.products_without_options.show_brand_logo.tooltip', 'Allow the brand logo displaying (requires proper assigned option \"Brand feature ID\" in the \"General\" section of theme settings and downloaded images for Brand feature variants)'),
('en', 'abt__ut2.settings.product_list.products_without_options.show_features', 'Show product features'),
('en', 'abt__ut2.settings.product_list.products_without_options.show_features.tooltip', 'Allow display of selected product features (for displaying in the product list the feature must have an active setting \"Show in product list\")'),
('en', 'abt__ut2.settings.product_list.products_without_options.show_options', 'Show product options'),
('en', 'abt__ut2.settings.product_list.products_without_options.show_options.tooltip', 'Allow display of product options'),
('en', 'abt__ut2.settings.product_list.products_without_options.show_qty', 'Show quantity changer'),
('en', 'abt__ut2.settings.product_list.products_without_options.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('en', 'abt__ut2.settings.product_list.products_without_options.show_sku', 'Show product code (Sku)'),
('en', 'abt__ut2.settings.product_list.products_without_options.show_sku.tooltip', 'Allow product code (Sku) showing'),
('en', 'abt__ut2.settings.product_list.products_without_options_group', 'Settings for \"List without options\" product list view'),
('en', 'abt__ut2.settings.product_list.products_without_options_group_description', 'Settings for \"List without options\" product list view. Please note, that some settings allow you to control the output of functional elements for different devices separately'),
('en', 'abt__ut2.settings.product_list.short_list.show_button', 'Show \"Add to cart\" button'),
('en', 'abt__ut2.settings.product_list.short_list.show_button.tooltip', 'Allow the display of the \"Add to cart\" buttons'),
('en', 'abt__ut2.settings.product_list.short_list.show_button_compare', 'Show \"Add to comparison list\" button'),
('en', 'abt__ut2.settings.product_list.short_list.show_button_compare.tooltip', 'Allow the display of the \"Add to comparison list\" button'),
('en', 'abt__ut2.settings.product_list.short_list.show_button_quick_view', 'Show \"Quick view\" button'),
('en', 'abt__ut2.settings.product_list.short_list.show_button_quick_view.tooltip', 'Allow the display of the \"Quick view\" button'),
('en', 'abt__ut2.settings.product_list.short_list.show_button_wishlist', 'Show \"Add to wish list\" button'),
('en', 'abt__ut2.settings.product_list.short_list.show_button_wishlist.tooltip', 'Allow the display of the \"Add to wish list\" button'),
('en', 'abt__ut2.settings.product_list.short_list.show_qty', 'Show quantity changer'),
('en', 'abt__ut2.settings.product_list.short_list.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('en', 'abt__ut2.settings.product_list.short_list.show_sku', 'Show product code (Sku)'),
('en', 'abt__ut2.settings.product_list.short_list.show_sku.tooltip', 'Allow product code (Sku) showing'),
('en', 'abt__ut2.settings.product_list.short_list_group', 'Settings for \"Compact list\" product list view'),
('en', 'abt__ut2.settings.product_list.short_list_group_description', 'Settings for \"Compact list\" product list view. Pay attention to the presence of addon-dependent settings. Some settings allow managing functionality elements output for different devices separately'),
('en', 'abt__ut2.settings.product_list.show_fixed_filters_button', 'Enable fixed filter call button'),
('en', 'abt__ut2.settings.product_list.show_fixed_filters_button.tooltip', 'When the setting is turned on when the page is scrolled, a button for calling filters will appear.'),
('en', 'abt__ut2.settings.product_list.show_gallery', 'Show product mini icons gallery in the product list'),
('en', 'abt__ut2.settings.product_list.show_gallery.tooltip', 'Activates the option of scrolling the product photos mini gallery in the lists. Applies only to the product list with the \"Grid\" output template'),
('en', 'abt__ut2.settings.product_list.show_rating', 'Display product rating'),
('en', 'abt__ut2.settings.product_list.show_rating.tooltip', 'Allows to display product rating stars'),
('en', 'abt__ut2.settings.product_list_description', 'Here are the product lists settings of the theme, that affect the output for all product blocks and product lists on categories, search, features pages. Note: blocks can have their own settings and not use selected parameters. The presence of the <i class=\"icon-is-addon\"></i> icon for the setting means, that it is dependent on the presence of an addon, that needs to be turned on'),
('en', 'abt__ut2.settings.value', 'Value for all devices'),
('en', 'abt__ut2.settings.value.desktop', 'Value for Desktop'),
('en', 'abt__ut2.settings.value.mobile', 'Value for Phone'),
('en', 'abt__ut2.settings.value.tablet', 'Value for Tablet'),
('en', 'abt__ut2.settings.vendor', 'Vendor'),
('en', 'abt__ut2.settings.vendor.show_ask_question_link', 'Display \"Ask a question\" link'),
('en', 'abt__ut2.settings.vendor.show_ask_question_link.tooltip', 'Allows customers to communicate with the vendor using chat. Depends on \"Ask seller a question\" addon'),
('en', 'abt__ut2.settings.vendor.truncate_short_description', 'Number of characters for vendor description'),
('en', 'abt__ut2.settings.vendor.truncate_short_description.tooltip', 'Allows you to limit the output of vendor short description, specify the number of displayed characters. To disable output, use the value \"0\"'),
('en', 'abt__ut2.settings.vendor_description', 'Block with vendor information on the vendor\'s page'),
('en', 'abt__ut2.sort_by_bestsellers_asc', 'Bestselling: Low to High'),
('en', 'abt__ut2.sort_by_bestsellers_desc', 'Bestselling First'),
('en', 'abt__ut2.sort_by_company_asc', 'Sort by alphabetical: A to Z'),
('en', 'abt__ut2.sort_by_company_desc', 'Sort by alphabetical: Z to A'),
('en', 'abt__ut2.sort_by_null_asc', 'Without sorting'),
('en', 'abt__ut2.sort_by_on_sale_asc', 'Discount: Low to High'),
('en', 'abt__ut2.sort_by_on_sale_desc', 'Discount: High to Low'),
('en', 'abt__ut2.sort_by_popularity_asc', 'Popularity: Low to High'),
('en', 'abt__ut2.sort_by_popularity_desc', 'Popular First'),
('en', 'abt__ut2.sort_by_position_asc', 'Position: Low to High'),
('en', 'abt__ut2.sort_by_position_desc', 'Position: High to Low'),
('en', 'abt__ut2.sort_by_price_asc', 'Price: Low to High'),
('en', 'abt__ut2.sort_by_price_desc', 'Price: High to Low'),
('en', 'abt__ut2.sort_by_product_asc', 'from A to Z'),
('en', 'abt__ut2.sort_by_product_desc', 'from Z to A'),
('en', 'abt__ut2.sort_by_rating_asc', 'Sort by rating: Low to High'),
('en', 'abt__ut2.sort_by_rating_desc', 'Sort by rating'),
('en', 'abt__ut2.sort_by_timestamp_asc', 'Oldest Items First'),
('en', 'abt__ut2.sort_by_timestamp_desc', 'Newest Items First'),
('en', 'abt__ut2.upgrade_notifications.4.10.2.d.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update used layout.'),
('en', 'abt__ut2.upgrade_notifications.4.10.2.d.new_layouts.title', 'New layout \"Checkout\" is available!'),
('en', 'abt__ut2.upgrade_notifications.4.10.3.a.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('en', 'abt__ut2.upgrade_notifications.4.10.3.a.new_layouts.title', 'We recommend to update the used layout!'),
('en', 'abt__ut2.upgrade_notifications.4.10.3.b.added_compatibility_with_ab__ia.text', 'For users of <a target=\"_blank\" href=\"https://cs-cart.alexbranding.com/en/addon-intellectual-analogues-accessories-by-features.html\">AB: Intellectual selection of products</a> addon starting from version 2.6.0: special places for displaying a block of selected products were added in theme (optionally above or below the product tabs, taking into account the display settings for various devices).'),
('en', 'abt__ut2.upgrade_notifications.4.10.3.b.added_compatibility_with_ab__ia.title', 'Fixed compatibility with \"AB: Intellectual selection of products\" addon'),
('en', 'abt__ut2.upgrade_notifications.4.10.4.b.added_new_less_settings.text', '<p>In this version, we have significantly expanded the settings for \"color schemes\" and grouped them into tabs corresponding to their place of application and functional purpose.</p><p><b>IMPORTANT!!!</b></p><p>After the upgrade, your current color scheme will work as before. To use the new settings you need to perform one of the variants: <ol><li>or adjust the current used color scheme. To do this, go to the page AB: Addons → AB: UniTheme2 → Color scheme settings, select the active color scheme and set the necessary values for all settings;</li><li>or create a new color scheme using the \"Theme Editor\" based on the color schemes available in this version.</li></ol></p><p>List of new color scheme settings (AB: Addons → AB: UniTheme2 → Color scheme settings):<ul><li>General → Display headers in capital letters;</li><li>General → Buttons → Display text in capital letters;</li><li>General → Buttons → Add shadow;</li><li>General → Buttons → Add bulk;</li><li>General → Labels (stickers) → Use border style;</li> <li>General → Labels (stickers) → Add shadow;</li><li>General → Labels (stickers) → Add shadow for text;</li><li>Containers → Header → Add dividing strips;</li><li>Containers → Header → Color for hovering over a first level menu item;</li><li>Containers → Header → Color for hovering over the elements \"Categories\", \"Account\" and \"Cart\";</li><li>Containers → Header → The color of the icons for elements \"Categories\", \"Account\" and \"Cart\";</li><li>Product → Set individual color for \"Add to cart\" button.</li></ul><p>'),
('en', 'abt__ut2.upgrade_notifications.4.10.4.b.added_new_less_settings.title', 'We recommend to update the used color scheme (Style) settings!'),
('en', 'abt__ut2.upgrade_notifications.4.11.3.b.ab__deal_of_the_day.text', 'For theme version v4.11.3.b is needed the add-on \"AB: Product of the day and extended promotions\" version v3.2.0 to provide the correct display of the add-on elements in the theme.'),
('en', 'abt__ut2.upgrade_notifications.4.11.3.b.ab__deal_of_the_day.title', 'Attention! The update of the \"AB: Product of the day and extended promotions\" add-on is needed'),
('en', 'abt__ut2.upgrade_notifications.4.11.3.b.brands_page_will_be_removed.text', 'The functionality of the Brands page will be moved and expanded into the separate add-on <a href=\"https://cs-cart.alexbranding.com/en/seo-for-brands.html\" target=\"_blank\">AB: SEO for Brands</a> from the next version of the theme. It is available in the package <a href=\"https://cs-cart.alexbranding.com/en/seo-package.html\" target=\"_blank\">SEO</a>.'),
('en', 'abt__ut2.upgrade_notifications.4.11.3.b.brands_page_will_be_removed.title', 'Attention! The removing of Brands page functionality is planned'),
('en', 'abt__ut2.upgrade_notifications.4.11.3.c.ab__category_banners.text', 'For theme version v4.11.3.b is needed the add-on \"AB: Banners for categories\" version v2.1.0 to ensure the correct operation of the setting \"AB: UniTheme2: Theme Settings -> Product Lists -> Use Deferred Image Upload\".'),
('en', 'abt__ut2.upgrade_notifications.4.11.3.c.ab__category_banners.title', 'Attention! The update of the \"AB: Banners for categories\" add-on is needed'),
('en', 'abt__ut2.upgrade_notifications.4.11.3.c.ab__video_gallery.text', 'For theme version v4.11.3.b is needed the add-on \"AB: Video gallery of the product\" version v2.2.0 to ensure the correct operation of the setting \"AB: UniTheme2: Theme Settings -> Product Lists -> Use Deferred Image Upload\".'),
('en', 'abt__ut2.upgrade_notifications.4.11.3.c.ab__video_gallery.title', 'Attention! The update of the \"AB: Video gallery of the product\" add-on is needed'),
('en', 'abt__ut2.upgrade_notifications.4.11.3.c.brands_page_was_removed.text', 'Functionality of the Brands page was moved out and expanded to the separate add-on <a href=\"https://cs-cart.alexbranding.com/ru/seo-dlya-brendov.html\" target=\"_blank\">AB: SEO for Brands</a> that is available in the package <a href=\"https://cs-cart.alexbranding.com/ru/paket-moduley-seo.html\" target=\"_blank\">SEO</a>. In the absence of the specified add-on, theme will still use outdated functionality, which will be permanently removed in the next releases.'),
('en', 'abt__ut2.upgrade_notifications.4.11.3.c.brands_page_was_removed.title', 'Attention! The Brands page functionality was moved out to the separate add-on.'),
('en', 'abt__ut2.upgrade_notifications.4.11.4.a.ab__antibot.text', 'Due to the closure of support for the SEOhide add-on, starting from the theme version v4.11.4.a, the integration of the new <a target=\"_blank\" href=\"https://cs-cart.alexbranding.com/en/antibot-seo.html\">AB: Antibot</a> add-on included in the <a target=\"_blank\" href=\"https://cs-cart.alexbranding.com/en/seo-package.html\">SEO</a> and <a target=\"_blank\" href=\"https://cs-cart.alexbranding.com/en/set-speedup.html\">Speed-Up</a> packages is used to hide content from bots. Uninstall the SEOhide add-on, install the <a target=\"_blank\" href=\"https://cs-cart.alexbranding.com/en/antibot-seo.html\">AB: Antibot</a> add-on and configure it according to the <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/ab__antibot.doc\">documentation</a>.'),
('en', 'abt__ut2.upgrade_notifications.4.11.4.a.ab__antibot.title', 'Attention! If you use the SEOhide add-on - check!!!'),
('en', 'abt__ut2.upgrade_notifications.recommend_to_update_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('en', 'abt__ut2.upgrade_notifications.recommend_to_update_layouts.title', 'We recommend to update the used layout!'),
('en', 'abt__ut2.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the theme in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-118\">List of releases</a>.'),
('en', 'abt__ut2.upgrade_notifications.title', 'AB: UniTheme2 was successfully updated to v[ver]!'),
('en', 'abt__ut2_advanced_subcategories_menu', 'AB: Advanced subcategories menu'),
('en', 'abt__ut2_banner_carousel_combined', 'AB: Advanced banner (Carousel)'),
('en', 'abt__ut2_banner_combined', 'AB: Advanced banner'),
('en', 'abt__ut2_bt.combinations_generated', 'Generated [n] comb.'),
('en', 'abt__ut2_bt.empty_data', 'Choose products for combinations'),
('en', 'abt__ut2_bt.form.find_by_additional_product', 'Find by additional product');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('en', 'abt__ut2_bt.form.find_by_base_product', 'Find by base product'),
('en', 'abt__ut2_bt.form.find_by_name', 'Find by name'),
('en', 'abt__ut2_buy_together.editing', 'Editing'),
('en', 'abt__ut2_buy_together.generate', 'AB: \"Buy together\" generator'),
('en', 'abt__ut2_buy_together.manage', 'AB: \"Buy together\" manage'),
('en', 'abt__ut2_light_menu', 'AB: Fly menu'),
('en', 'abt__ut2_mv.autoinstall.add_layouts', 'Added layouts for Multi-Vendor'),
('en', 'abt__ut2_mv.help', 'Help'),
('en', 'abt__ut2_mv.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/abt__unitheme2_mv.doc\'>the documentation</a>.'),
('en', 'abt__ut2_mv.product_page_vendor_settings', 'Vendor settings on product page'),
('en', 'abt__ut2_mv.upgrade_notifications.4.10.2.b.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('en', 'abt__ut2_mv.upgrade_notifications.4.10.2.b.new_layouts.title', 'We recommend to update the used layout!'),
('en', 'abt__ut2_mv.upgrade_notifications.4.11.2.a.new_settings.text', '<h3>Block with information about the vendor on the product page</h3><p>To edit this settings go to: Admin panel → AB: Addons → AB: UniTheme2 → Theme settings, go to Product tab and find section Block with vendor information:</p><ul><li>Use vendor name as a link on a vendor page;</li><li>Show vendor logo;</li><li>Number of characters for vendor description;</li><li>Show vendor phone number;</li><li>Show \"Ask a question\" link.</li></ul><h3>Block with information about the vendor on the vendor\'s page</h3><p>To edit this settings go to: Admin panel → AB: Addons → AB: UniTheme2 → Theme settings, go to Vendor tab:</p><ul><li>Number of characters for vendor description;</li><li>Display \"Ask a question\" link.</li></ul>'),
('en', 'abt__ut2_mv.upgrade_notifications.4.11.2.a.new_settings.title', 'Added new settings'),
('en', 'abt__ut2_mv.upgrade_notifications.recommend_to_update_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('en', 'abt__ut2_mv.upgrade_notifications.recommend_to_update_layouts.title', 'We recommend to update the used layout!'),
('en', 'abt__ut2_mv.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the theme in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2_mv.doc#p-1276\">List of releases</a>.'),
('en', 'abt__ut2_mv.upgrade_notifications.title', 'AB: UniTheme2 (Multi-Vendor) was successfully updated to v[ver]!'),
('en', 'abt__ut2_mv.vendor_settings_tab', 'Vendor settings on vendor page'),
('en', 'abt__ut2_selected_filters', 'AB: Selected filter variants'),
('en', 'abt__ut2_show_title', 'Show title'),
('en', 'abt__ut2_thumbnail_height', 'Scroller thumbnail height'),
('en', 'abt__ut2_view_more_btn_behavior', 'AB: Behaviour for the \"More\" button'),
('en', 'abt__ut2_view_more_btn_behavior.tooltip', 'The setting determines the behavior variants of the button and will display the hidden menu elements when hover the mouse cursor or it will transfer to the parent menu item'),
('en', 'abt__ut2_view_more_btn_behavior_trigger_parent_link', 'Go to the parent menu item link'),
('en', 'abt__ut2_view_more_btn_behavior_view_items', 'Show hidden items'),
('en', 'abt__ut2__mainbox_general', 'AB: Main block (SEO)'),
('en', 'abt__ut2__mainbox_simple', 'AB: Simplified block'),
('en', 'abt__ut2__scroller_advanced', 'AB: Scroller advanced'),
('en', 'abt__ut2__sidebox_general', 'AB: Secondary block'),
('en', 'abt__ut2__sidebox_important', 'AB: Secondary framed block'),
('en', 'abt__ut2__swipe', 'AB: Swipe block'),
('en', 'ab_set_video_as_product_image', 'Set video as the default product image'),
('en', 'ab__addons', 'AB: Add-ons'),
('en', 'ab__addons_manager', 'AB: Add-ons Manager'),
('en', 'ab__am.addon.action.install_addon', 'New version <code>v[ver]</code> is available for you'),
('en', 'ab__am.addon.action.install_addon.button.tooltip', 'By clicking on this button, the v[ver] of add-on will be automatically downloaded and installed to bypass the standard installation of CS-Cart. You also have the possibility to install the add-on in a standard way by downloading the version of the add-on, compatible with your store on the page My Profile → Orders page on the <a href=\'https://cs-cart.alexbranding.com/en/orders/\'>cs-cart.alexbranding.com </a>'),
('en', 'ab__am.addon.action.install_addon.button.value', 'Install v[ver]'),
('en', 'ab__am.addon.action.not_tested_yet', 'The installed version <code>v[ver]</code> has not yet passed testing for your version of the store <b>[cscart]</b>'),
('en', 'ab__am.addon.action.require_update', 'To install the add-on or updates, please, update <b>AB: Add-ons Manager</b> to the actual version <code>v[ver]<code>'),
('en', 'ab__am.addon.action.unavailable_addon', 'The add-on is not available for you (either due to incompatibility with your version of the CS-Cart <b>[cscart]</b> or your subscription for updates has expired)'),
('en', 'ab__am.addon.action.update_addon', 'Update <code>v[ver]</code> is available for you'),
('en', 'ab__am.addon.action.update_addon.button.tooltip', 'If the update is not available through the CS-Cart Upgrade Center, uninstall the add-on on the page <b> Add-ons → Manage Add-ons</b> and v[ver] will be available for installation on this page'),
('en', 'ab__am.addon.action.update_addon.button.value', 'Update to v[ver]'),
('en', 'ab__am.addon.action.wait_new_version', 'The latest version <code>v[ver]</code> is compatible with <b>[cscart]</b> according to your subscription'),
('en', 'ab__am.addon.button_buy_updates.text', 'Renew your subscription to the add-on'),
('en', 'ab__am.addon.button_buy_updates.tooltip', 'Renew the subscription to get the latest updates'),
('en', 'ab__am.addon.button_download_am.note', '<p>AB: Add-ons manager is necessary for the proper operation of our solutions.It organizes your add-ons and groups them by sets. Unobtrusively notifying you about new available updates of the add-on, and gives the opportunity to update them in one click.Also, you can easily extend the subscription to our solutions and get the most current version of the add-on. We constantly update add-ons to make them as useful to you, as possible.<p>Please note, that in order to install and/or update the add-ons, you must have the latest version of AB: Add-ons Manager v[ver]. You will be informed about the release of the new version of the add-on and a link will be provided for downloading add-on archive.</p><hr><p></b>How to update AB: Add-ons Manager to v[ver]?</b></p><ol><li>When a notification appears about the availability of the new version of AB: Add-ons Manager, download the archive;</li><li>Close the storefront. (To do this go to Settings → General → Close storefront - set the checkbox and click on the [Save] button, close for just 2 minutes);</li><li>Delete AB: Add-ons Manager (To do this, go to Add-ons → Manage Add-ons → AB: Add-ons Manager: Delete);</li><li>Install archive of AB: Add-ons Manager from step 1 (To do this, on the Add-ons → Manage add-ons → button [+]: select the previously downloaded archive from step 1);</li><li>Clear the cache (Go to the menu item Administration → Storage → Clear Cache);</li><li>Open the storefront. (To do this, go to Settings → General → Close storefront - uncheck the checkbox and click the [Save] button);</li></ol>'),
('en', 'ab__am.addon.button_download_am.text', 'Download'),
('en', 'ab__am.addon.changelog', 'List of changes'),
('en', 'ab__am.addon.doc', 'Documentation'),
('en', 'ab__am.addon.msg.available_version_is_installed', 'The latest available version of the add-on is installed'),
('en', 'ab__am.addon.msg.expired_subscription', 'Only v[ver] is available to your store. Renew the subscription to get the actual version of the add-on'),
('en', 'ab__am.addon.msg.final_version_is_installed', 'The Actual version of the add-on is installed'),
('en', 'ab__am.addon.msg.not_available', 'The add-on is not available for your store!'),
('en', 'ab__am.addon.new_version_is_available', 'v[ver] from [date]'),
('en', 'ab__am.addon.new_version_is_available.tooltip', 'New version v[ver] is available from [date]'),
('en', 'ab__am.addon.settings', 'Add-on settings'),
('en', 'ab__am.addon.status.a', 'Add-on status is \"Active\"'),
('en', 'ab__am.addon.status.d', 'Add-on status is \"Inactive\"'),
('en', 'ab__am.addon.status.n', 'Add-on status is \"Not installed yet\"'),
('en', 'ab__am.addon.subscription.active', 'Subscription is active until [date]'),
('en', 'ab__am.addon.subscription.exp', 'Your subscription for updates has expired<b>[date]</b>. To access the current add-on versions, you must buy a subscription.'),
('en', 'ab__am.addon.subscription.exp.button.tooltip', 'Buy subscription to get access to the current add-on versions'),
('en', 'ab__am.addon.subscription.exp.button.value', 'Buy subscription'),
('en', 'ab__am.addon.subscription.expired', 'Subscription expired on [date]. Renew subscription to get actual add-on versions'),
('en', 'ab__am.addon.subscription.ok', 'Your subscription is active until <b>[date]</b>'),
('en', 'ab__am.addon.subscription.ok.button.tooltip', 'Renew subscription to get access to the current add-on versions'),
('en', 'ab__am.addon.subscription.ok.button.value', 'Renew subscription'),
('en', 'ab__am.addon.subscription_updates', 'Updates are available until [date]'),
('en', 'ab__am.addon.table_head.actions', 'Actions'),
('en', 'ab__am.addon.table_head.addon', 'Add-on name'),
('en', 'ab__am.addon.table_head.note', 'Note'),
('en', 'ab__am.addon.table_head.subscription', 'Subscription'),
('en', 'ab__am.addon.table_head.versions', 'Versions'),
('en', 'ab__am.addon.table_head.versions.tooltip', 'List of variants: Installed, Available and Actual'),
('en', 'ab__am.addon.update_instruction', 'Procedure of updating'),
('en', 'ab__am.addon.versions.available', 'Available'),
('en', 'ab__am.addon.versions.final', 'Actual'),
('en', 'ab__am.addon.versions.installed', 'Installed'),
('en', 'ab__am.addon.version_info', '<b>Release date</b>: [date]<br><b>Compatibility</b>:<br>CS-Cart: [ultimate]<br>Multivendor: [multivendor]'),
('en', 'ab__am.addons', 'AB: List of available sets/add-ons'),
('en', 'ab__am.addons_sets.notes', '<h4>Basic concepts</h4><p><u>The installed version</u> is the version of the add-on, that is currently installed on your store.</p><p><u>The available version</u> is the latest version of the add-on, that is available for you to install and/or update within the prepaid subscription for updates. For example, for the add-on there are versions v2.0 from February 15, 2019 and v2.1 from March 2, 2019 and your subscription to the add-on updates ended on March 1, 2019, then the latest available version for you will be version v2.0 from 15 February 2019. To receive version v2.1 of March 2, 2019, it is necessary to renew the subscription period.</p><p><u>The actual version</u> is the latest version of the add-on at the moment. We recommend you always update to the actual version, which contains fixed bugs and new useful functionality.</p><p><u>The add-on is not available for your store</u> — it is possible, the version of your CS-Cart does not correspond to the minimum acceptable version for the add-on. For example, the YoupiTheme is available only for CS-Cart 4.7.x and more.</p><br><h4>Installation process</h4><p>The installation of the add-on has never been so simple as it is now. After purchasing AlexBranding add-ons and installing <b>AB: Add-ons Manager</b> you can install the latest version of the add-on in one click, without any visits to the personal cabinet in the store, order search, downloading of archives, etc.</p><br><h4>Upgrade process</h4><p>Add-ons updating goes via CS-Cart <b>Upgrade Center</b>. If there is no update available in the CS-Cart Upgrade Center, the update is performed by Deinstallation the old version of the add-on and Installing the new version</p><br><h4>Cache</h4><p>After installing and/or updating, you must reset CS-Cart cache. See CS-Cart <a target=\'_blank\' href=\'https://docs.cs-cart.com/4.7.x/developer_guide/getting_started/cache_clearing.html\'>documentation</a> for more details.</p>'),
('en', 'ab__am.available_addons', 'List of available AB: Add-ons'),
('en', 'ab__am.available_sets', 'List of available AB: Sets'),
('en', 'ab__am.filter', 'Filter ([active] from [total])'),
('en', 'ab__am.go_to_all_stores', 'AB: Add-ons are available only in the <a href=\'[link]\'>All stores</a> mode.'),
('en', 'ab__am.install.checking', '[name] — <b>checking</b>'),
('en', 'ab__am.install.clearing_cache', 'Clearing cache'),
('en', 'ab__am.install.downloading', '[name] — <b>downloading</b>'),
('en', 'ab__am.install.install', 'The installation process'),
('en', 'ab__am.install.installing', '[name] — <b>installing</b>'),
('en', 'ab__am.install.update', 'The update process'),
('en', 'ab__am.menu.available_update', 'Update available'),
('en', 'ab__am.menu.available_updates', 'Updates available'),
('en', 'ab__am.menu.new_version', 'v[ver]'),
('en', 'ab__am.menu.number_of_notifications', 'Number of notifications'),
('en', 'ab__am.menu.number_of_updates', 'Number of updates'),
('en', 'ab__am.msg.addon_is_already_installed', 'You have already installed the add-on <b>[name]</b> the latest version <b>[version]</b>'),
('en', 'ab__am.msg.addon_is_already_installed_upd', 'You have already installed the add-on <b>[name]</b> the latest version <b>[version]</b>, you can perform the add-on update to version <b>[version_last]</b>'),
('en', 'ab__am.msg.error_code', 'Error Code'),
('en', 'ab__am.msg.no_permissions', 'No write permission'),
('en', 'ab__am.msg.update_am', 'To install and/or update our add-ons, you should update AB: Add-ons Manager to the latest version <b>v[ver]</b>!'),
('en', 'ab__am.note', 'More info'),
('en', 'ab__am.notifications', 'List of notifications from AlexBranding'),
('en', 'ab__am.notifications.notes', 'In this section you will find information about our news and promotions. Regularly we will inform you about the releases of our new solutions, discounts or closed promotions, available only for you.'),
('en', 'ab__am.no_data', 'To use AlexBranding add-ons and/or sets, your domain <b>[domain]</b> must be licensed.<br>In the case of absence of the domain <b>[domain]</b> in the list of licensed domains, all AlexBranding solutions will be automatically turned off. <br>Contact <b>info@alexbranding.com</b> for problem solving.'),
('en', 'ab__am.no_data.notification', 'Due to the fact, that your domain [domain] is not included in the list of licensed, some AlexBranding add-ons have been automatically turned off. <a href=\'[link]\'>More info</a>.'),
('en', 'ab__am.order', '(Order #[order_id])'),
('en', 'ab__am.our_store', 'AlexBranding\'s store'),
('en', 'ab__am.set.available_updates', 'New versions are available: [n]'),
('en', 'ab__am.set.button_buy_updates.text', 'Renew your subscription to the set'),
('en', 'ab__am.set.button_buy_updates.tooltip', 'Update subscription expired [date]. Renew the subscription for the latest updates'),
('en', 'ab__am.set.set', 'Set name'),
('en', 'ab__am.set.subscription_updates', 'Updates are available until [date]'),
('en', 'ab__am.submit.install.text', 'Install version v[ver]'),
('en', 'ab__am.submit.tooltip', 'Keep in mind that before installing/updating all files of this add-on will be deleted, including your changes in this add-on. If you have any files - be sure to save them. [update_info]'),
('en', 'ab__am.submit.tooltip.update_info', 'Be sure to remember add-on settings to restore them after the update if they are'),
('en', 'ab__am.submit.update.text', 'Update to version v[ver]'),
('en', 'ab__am.submit.update.tooltip', ''),
('en', 'ab__am.subscription', 'Subscribe to our channels to be the first<br>to know about new releases and promotions!'),
('en', 'ab__am.subscription.channels.variant.email.href', 'https://cs-cart.alexbranding.com/en/subscription-en.html'),
('en', 'ab__am.subscription.channels.variant.email.title', 'Email'),
('en', 'ab__am.subscription.channels.variant.facebook.href', 'https://fb.me/AlexBrandingEn'),
('en', 'ab__am.subscription.channels.variant.facebook.title', 'Facebook'),
('en', 'ab__am.subscription.channels.variant.instagram.href', 'https://www.instagram.com/alexbrandingteam/'),
('en', 'ab__am.subscription.channels.variant.instagram.title', 'Instagram'),
('en', 'ab__am.subscription.channels.variant.telegram.href', 'https://t.me/alexbranding_en'),
('en', 'ab__am.subscription.channels.variant.telegram.title', 'Telegram'),
('en', 'ab__am.subscription.channels.variant.twitter.href', 'https://twitter.com/alexbranding_en'),
('en', 'ab__am.subscription.channels.variant.twitter.title', 'Twitter'),
('en', 'ab__am.subscription.channels.variant.whatsapp.href', 'https://chat.whatsapp.com/GzW9eZjXH6YL2b0d9gitvk'),
('en', 'ab__am.subscription.channels.variant.whatsapp.title', 'WhatsApp'),
('en', 'ab__am.subscription.channels.variant.youtube.href', 'https://www.youtube.com/channel/UCTkiV2DqPqQaLOyWZzBFjaA'),
('en', 'ab__am.subscription.channels.variant.youtube.title', 'Youtube'),
('en', 'ab__category_banners', 'AB: Banners for categories'),
('en', 'ab__category_banners.add', 'Add banner for category'),
('en', 'ab__category_banners.adding', 'Adding banner for category'),
('en', 'ab__category_banners.demodata', 'Demo data'),
('en', 'ab__category_banners.editing', 'Editing banner for category'),
('en', 'ab__category_banners.export', 'Data export'),
('en', 'ab__category_banners.help', 'Help'),
('en', 'ab__category_banners.manage', 'Banners management'),
('en', 'ab__cb.autoinstall.banners_created', 'Demo category banners [banners] is created successfully'),
('en', 'ab__cb.autoinstall.banners_not_created', 'Failed to create demo category banners'),
('en', 'ab__cb.autoinstall.no_category', 'Available category not found'),
('en', 'ab__cb.autoinstall.no_demodata', 'File with demo data is missing'),
('en', 'ab__cb.banner_position', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
('en', 'ab__cb.cat_banner', 'banner for category'),
('en', 'ab__cb.cron_links', '<p>For an automatic switching off of expired banners - use one of these links:<b/r><br/><code>[cron_cmd]</code><br/>or<br/><code>[cron_url]</code></p>'),
('en', 'ab__cb.datatime', 'date/time'),
('en', 'ab__cb.demodata.table.action', 'Action'),
('en', 'ab__cb.demodata.table.add_banners', 'Add banners'),
('en', 'ab__cb.demodata.table.description', 'Demo data'),
('en', 'ab__cb.demodata_description', 'Demo data can be downloaded on this page'),
('en', 'ab__cb.errors.cron_key', '<p>Warning! The value <code>[value]</code> of the setting <code>Cron key</code> doesn\'t meet the safety requirements</p>'),
('en', 'ab__cb.export.actions.banners', 'Banners export'),
('en', 'ab__cb.export.actions.banners.placeholder', 'Banners ID'),
('en', 'ab__cb.export.table.action', 'Action'),
('en', 'ab__cb.export.table.data', 'Data for export'),
('en', 'ab__cb.export.table.description', 'Data export'),
('en', 'ab__cb.export_description', 'Addon data can be exported on this page'),
('en', 'ab__cb.form.content_general', 'General'),
('en', 'ab__cb.form.content_link', 'Link'),
('en', 'ab__cb.form.content_schedule', 'Schedule'),
('en', 'ab__cb.form.friday', 'Friday'),
('en', 'ab__cb.form.from_date', 'Active from date/time'),
('en', 'ab__cb.form.grid_image', 'Images for an output as a grid'),
('en', 'ab__cb.form.include_subcategories', 'Show in subcategories'),
('en', 'ab__cb.form.list_image', 'Images for an output as a list without options'),
('en', 'ab__cb.form.monday', 'Monday'),
('en', 'ab__cb.form.m_turn_off', 'Switch off selected'),
('en', 'ab__cb.form.m_turn_on', 'Switch on selected'),
('en', 'ab__cb.form.nofollow', 'Add attribute rel=\"nofollow\"'),
('en', 'ab__cb.form.position', 'Position'),
('en', 'ab__cb.form.saturday', 'Saturday'),
('en', 'ab__cb.form.sunday', 'Sunday'),
('en', 'ab__cb.form.target_blank', 'Open banner link in a new window'),
('en', 'ab__cb.form.thursday', 'Thursday'),
('en', 'ab__cb.form.to_date', 'Active to date/time'),
('en', 'ab__cb.form.tuesday', 'Tuesday'),
('en', 'ab__cb.form.url', 'Link'),
('en', 'ab__cb.form.wednesday', 'Wednesday'),
('en', 'ab__cb.help.cron.title', 'Automatic switching off of expired banners'),
('en', 'ab__cb.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__category_banners.doc\'>documentation</a>.'),
('en', 'ab__cb.settings', 'General settings'),
('en', 'ab__cb.set_from_and_to', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('en', 'ab__cb.upgrade_notifications.2.0.0.text', 'Banners behavier has been changed. The output of several banners at the same time is allowed. They will be displayed in random order at the specified positions. Check the settings and change the position of the banners if necessary.'),
('en', 'ab__cb.upgrade_notifications.2.0.0.title', 'Multiple banners output'),
('en', 'ab__deal_of_the_day', 'AB: Product of the day and extended promotions'),
('en', 'ab__deal_of_the_day_title_product', 'Promotions'),
('en', 'ab__dotd.add_promotions', 'Add promotions'),
('en', 'ab__dotd.add_promotions_and_close', 'Add promotions and close'),
('en', 'ab__dotd.all_promotions', 'Also in promotions'),
('en', 'ab__dotd.all_promotions.title', 'Veja todas opções deste item'),
('en', 'ab__dotd.all_promotions_list', 'All promotions list'),
('en', 'ab__dotd.autoinstall.no_demodata', 'File with demo data is missing'),
('en', 'ab__dotd.autoinstall.promotions_created', 'Demo promotions [promotions] is created successfully'),
('en', 'ab__dotd.autoinstall.promotions_not_created', 'Failed to create demo promotions'),
('en', 'ab__dotd.block.priority', 'Priority'),
('en', 'ab__dotd.chains_list.title', 'Products combinations'),
('en', 'ab__dotd.choose_promotion', 'Choose promotion'),
('en', 'ab__dotd.clear_filter', 'Clear filter'),
('en', 'ab__dotd.counter.days', 'days'),
('en', 'ab__dotd.counter.hours', 'hours'),
('en', 'ab__dotd.counter.minutes', 'minutes'),
('en', 'ab__dotd.counter.months', 'months'),
('en', 'ab__dotd.counter.seconds', 'seconds'),
('en', 'ab__dotd.counter.years', 'years'),
('en', 'ab__dotd.days_left', '<span>[n]</span> day left|<span>[n]</span> days left'),
('en', 'ab__dotd.days_to_start', '<span>[n]</span> day to start|<span>[n]</span> days to start'),
('en', 'ab__dotd.demodata', 'Demo data'),
('en', 'ab__dotd.demodata.table.action', 'Action'),
('en', 'ab__dotd.demodata.table.add_promotions', 'Adding promotions'),
('en', 'ab__dotd.demodata.table.description', 'Demo data'),
('en', 'ab__dotd.demodata_description', 'Installing demo data page'),
('en', 'ab__dotd.detailed', 'Promotion details'),
('en', 'ab__dotd.error.use_schedule_is_on', 'When using the \"AB: Promotion schedule\" available period changes are not available'),
('en', 'ab__dotd.form.filter', 'Use filter by category'),
('en', 'ab__dotd.form.h1', 'h1 tag'),
('en', 'ab__dotd.form.hide_products_block', 'Hide products block'),
('en', 'ab__dotd.form.list_image', 'Image for promotions list'),
('en', 'ab__dotd.form.meta_description', 'Meta tag <code>description</code>'),
('en', 'ab__dotd.form.meta_keywords', 'Meta tag <code>keywords</code>'),
('en', 'ab__dotd.form.page_image', 'Image for promotion page'),
('en', 'ab__dotd.form.page_title', 'Page title'),
('en', 'ab__dotd.form.show_label_in_products_lists', 'Display label (sticker) \"Promotion\" in products lists'),
('en', 'ab__dotd.form.show_label_in_products_lists.tooltip', 'All products with applied this promotion will output in products lists with \"Promotion\" label'),
('en', 'ab__dotd.form.use_products_filter', 'Use filter by products'),
('en', 'ab__dotd.form.use_schedule', 'Use schedule'),
('en', 'ab__dotd.form.use_schedule.tooltip', 'If you activate this option, the standard promotion setting \"Use available period\" will be disabled and the promotion activity will be determined by the Schedule that you can set in this tab interface. Conversely, if you disable this setting, the standard option \"Use available period\" will controls the activity of the promotion.'),
('en', 'ab__dotd.from', 'from'),
('en', 'ab__dotd.get_more_combinations', 'Show more [n] combination|Show more [n] combinations'),
('en', 'ab__dotd.help', 'Help'),
('en', 'ab__dotd.layouts', 'Layouts'),
('en', 'ab__dotd.layouts.choose_layout_to_reset', 'Choose layout to reset'),
('en', 'ab__dotd.layouts.header', 'There are displaying all layout pages, added by the addon, on this page. You can reset pages in any layout to the default state. Also you can download xml-file of a layout page and import it manually.'),
('en', 'ab__dotd.layouts.layout_is_not_found', 'Layout is not found'),
('en', 'ab__dotd.layouts.layout_was_reset', 'Layout was reset'),
('en', 'ab__dotd.layouts.table.action', 'Action'),
('en', 'ab__dotd.layouts.table.dispatch', 'Dispatch'),
('en', 'ab__dotd.layouts.table.dispatch_description', 'Type of the layout page'),
('en', 'ab__dotd.layouts.table.get_file', 'Get file'),
('en', 'ab__dotd.layouts.table.layouts', 'Layouts'),
('en', 'ab__dotd.less', 'Less'),
('en', 'ab__dotd.more', 'More'),
('en', 'ab__dotd.page_action_period', 'Promotion period:'),
('en', 'ab__dotd.promotion_awaited', 'Promotion is awaiting'),
('en', 'ab__dotd.promotion_expired', 'Promotion is ended'),
('en', 'ab__dotd.schedule.table_header', 'Time and Date'),
('en', 'ab__dotd.settings', 'General settings'),
('en', 'ab__dotd.showed_combinations', 'Shown [n] from [total]'),
('en', 'ab__dotd.sort.created', 'by creation date'),
('en', 'ab__dotd.sort.name', 'by name'),
('en', 'ab__dotd.sort.priority', 'by priority'),
('en', 'ab__dotd.sort.to_date', 'by ending date'),
('en', 'ab__dotd.tab.ab__dotd_schedule_header', 'Use the time range selection for each day of each month to specify the promotion activity period. When setting the schedule, refer to that left mouse button - select, right mouse button - unselect'),
('en', 'ab__dotd.to', 'to'),
('en', 'ab__dotd.today_only', 'Only today'),
('en', 'ab__dotd_awaited_promotions', 'Awaiting promotions'),
('en', 'ab__dotd_enable_countdown_timer', 'Display promotion timer'),
('en', 'ab__dotd_expired_promotions', 'Ended promotions'),
('en', 'ab__dotd_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__deal_of_the_day.doc\'>documentation</a>'),
('en', 'ab__dotd_product_label', 'Promotion'),
('en', 'ab__dotd_schedule', 'AB: Promotion schedule'),
('en', 'ab__dotd_scroller', 'Promotions scroller'),
('en', 'ab__dotd_sorted_promotions', 'Active promotions'),
('en', 'ab__dotd_time_awaited_left', 'To start promotion remains'),
('en', 'ab__dotd_time_left', 'To end of promotions remains'),
('en', 'ab__fast_navigation', 'AB: Fast navigation'),
('en', 'ab__fast_navigation.demodata', 'Demo data'),
('en', 'ab__fast_navigation.export', 'Export'),
('en', 'ab__fast_navigation.help', 'Help'),
('en', 'ab__fast_navigation.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__fast_navigation.doc\'>documentation</a>.'),
('en', 'ab__fn.category.label', 'Label text'),
('en', 'ab__fn.category.label.show', 'Show label'),
('en', 'ab__fn.category.label.show.tooltip', 'Display label for this language'),
('en', 'ab__fn.category.label_background', 'Label background color'),
('en', 'ab__fn.category.label_color', 'Label text color'),
('en', 'ab__fn.category.status', 'Allow displaying in AB: Fast navigation'),
('en', 'ab__fn.category.status.tooltip', 'Activate an option for editing the AB: Fast navigation block element'),
('en', 'ab__fn.category.use_origin_image', 'Use images originals'),
('en', 'ab__fn.category.use_origin_image.tooltip', 'When the option is enabled — uploaded originals will be used \"as is\"(recommend using small size images). Images sizes are set in the block settings on layouts page'),
('en', 'ab__fn.common_btn_text.tooltip', 'Allows to set button text. If leave empty — text \"BUTTON\" will be represented by default'),
('en', 'ab__fn.demodata.actions.export_menu', 'Menu'),
('en', 'ab__fn.demodata.actions.export_menu.placeholder', 'Menu ID'),
('en', 'ab__fn.demodata.errors.file_broken', 'File [file_path] does not exist or was broken'),
('en', 'ab__fn.demodata.success.menu_created', 'Demo menu <a target=\"_blank\" href=\"[href]\">[name]</a> is added'),
('en', 'ab__fn.demodata.table.action', 'Action'),
('en', 'ab__fn.demodata.table.add_menu', 'Add the menu'),
('en', 'ab__fn.demodata.table.description', 'Demo data'),
('en', 'ab__fn.demodata_description', 'Fast demo data creation for addon'),
('en', 'ab__fn.export.table.action', 'Action'),
('en', 'ab__fn.export.table.data', 'Data for export'),
('en', 'ab__fn.export.table.description', 'The export data'),
('en', 'ab__fn.export_description', 'Fast menu export for the addon AB: Fast navigation'),
('en', 'ab__fn.front.button.defult_text', 'Button'),
('en', 'ab__fn.menu.icon', 'Icon'),
('en', 'ab__fn.menu.label', 'Label text'),
('en', 'ab__fn.menu.label.show', 'Show label'),
('en', 'ab__fn.menu.label.show.tooltip', 'Display label for this language'),
('en', 'ab__fn.menu.label_background', 'Label background color'),
('en', 'ab__fn.menu.label_color', 'Label text color'),
('en', 'ab__fn.menu.status', 'Allow displaying in AB: Fast navigation'),
('en', 'ab__fn.menu.status.tooltip', 'Activate an option for editing the AB: Fast navigation block element'),
('en', 'ab__fn.menu.use_origin_image', 'Use images originals'),
('en', 'ab__fn.menu.use_origin_image.tooltip', 'When the option is enabled — uploaded originals will be used \"as is\"(recommend using small size images). Images sizes are set in the block settings on layouts page'),
('en', 'ab__fn.more', 'All from the section'),
('en', 'ab__fn.show_more', 'Show more [x] of [y]'),
('en', 'ab__fn_add_link', 'Add a link on \"All from the section\"'),
('en', 'ab__fn_add_link.tooltip', 'The link will have the URL of the parent element'),
('en', 'ab__fn_cbt_as_btn', 'Button'),
('en', 'ab__fn_cbt_as_txt', 'Text'),
('en', 'ab__fn_common_btn_class', '\"General link\" additional class'),
('en', 'ab__fn_common_btn_class.tooltip', 'List of classes that will be added to the link (space-separated)'),
('en', 'ab__fn_common_btn_text', '\"General link\" button text'),
('en', 'ab__fn_common_btn_type', 'Appearance of the \"General link\" button'),
('en', 'ab__fn_common_btn_type.tooltip', 'Choose the button representation on the storefront'),
('en', 'ab__fn_display_type', 'Display type'),
('en', 'ab__fn_grid', 'Grid'),
('en', 'ab__fn_icon_width', 'Icon width, px'),
('en', 'ab__fn_init_scrollbar', 'Enable scroll progress bar for the first level'),
('en', 'ab__fn_init_second_level_scroll', 'Enable scroller for the second level'),
('en', 'ab__fn_number_of_columns', 'Number of columns in the list'),
('en', 'ab__fn_number_of_columns.tooltip', 'Number of columns for screens'),
('en', 'ab__fn_number_of_columns_desktop', 'Number of columns in the list (Desktop)'),
('en', 'ab__fn_number_of_columns_desktop.tooltip', 'Number of columns for screens > 1230px'),
('en', 'ab__fn_number_of_columns_desktop_small', 'Number of columns in the list (Notebook)'),
('en', 'ab__fn_number_of_columns_desktop_small.tooltip', 'Number of columns for screens 992px - 1229px'),
('en', 'ab__fn_number_of_columns_mobile', 'Number of columns in the list (Phone)'),
('en', 'ab__fn_number_of_columns_mobile.tooltip', 'Number of columns for screens < 575px'),
('en', 'ab__fn_number_of_columns_tablet', 'Number of columns in the list (Tablet)'),
('en', 'ab__fn_number_of_columns_tablet.tooltip', 'Number of columns for screens 768px - 991px'),
('en', 'ab__fn_number_of_columns_tablet_small', 'Number of columns in the list (Phablet)'),
('en', 'ab__fn_number_of_columns_tablet_small.tooltip', 'Number of columns for screens 576px - 767px'),
('en', 'ab__fn_one_level', 'Single-level navigation'),
('en', 'ab__fn_scroller', 'Scroller'),
('en', 'ab__fn_show_common_btn', 'Show \"General link\" button'),
('en', 'ab__fn_show_common_btn.tooltip', 'A \"General link\" with assigned URL will be displayed under a block'),
('en', 'ab__fn_show_common_btn_link', '\"General link\" URL'),
('en', 'ab__fn_show_common_btn_link.tooltip', 'Destination URL. Can be an external link, a link inside the store or a dispatcher'),
('en', 'ab__fn_two_level', 'Two-level navigation'),
('en', 'ab__hide_product_description', 'AB: Hide the part of the content up to a certain height'),
('en', 'ab__landing_categories', 'AB: Landing categories/pages'),
('en', 'ab__lc.add_menu.added_new_menu', 'The new Menu is created'),
('en', 'ab__lc.add_menu.used_existing_menu', 'The existing Menu is used'),
('en', 'ab__lc.breadcrumb_catalog', 'Catalog'),
('en', 'ab__lc.catalog.icon', 'Category mini-icon'),
('en', 'ab__lc.catalog.image_control', 'Way of displaying icon'),
('en', 'ab__lc.catalog.image_control.left', 'Display the category mini-icon to the left of the name'),
('en', 'ab__lc.catalog.image_control.none', 'Don\'t display'),
('en', 'ab__lc.catalog.image_control.top', 'Display the category image on top of the name'),
('en', 'ab__lc.catalog.show_more', 'More'),
('en', 'ab__lc.category.list', 'Landing categories list'),
('en', 'ab__lc.category.list.tooltip', 'To correctly display the hierarchy of categories, the parent categories for the landing categories will be displayed, even if they are not landing categories!'),
('en', 'ab__lc.control_subcategory_structure', 'AB: Management of the displayed structure of landing category/page'),
('en', 'ab__lc.control_subcategory_structure.add_menu', 'Add and/or associate Menu'),
('en', 'ab__lc.control_subcategory_structure.add_menu.added_new_menu', 'The Menu has been successfully created and is associated with the current category!'),
('en', 'ab__lc.control_subcategory_structure.add_menu.info', 'The landing category menu is created only if necessary, as the menu is searched for by code <code>ABLC-xxx</code>, where <code>xxx</code> — category_id'),
('en', 'ab__lc.control_subcategory_structure.add_menu.info.multiplestore', 'Before creating the Menu — select <b>Store</b>'),
('en', 'ab__lc.control_subcategory_structure.add_menu.used_existing_menu', 'The Menu already existed and was associated with the current category!'),
('en', 'ab__lc.control_subcategory_structure.how_to_use_menu', 'Using of menu items'),
('en', 'ab__lc.control_subcategory_structure.how_to_use_menu.append', 'Add menu items in the end of a structure of the subcategories'),
('en', 'ab__lc.control_subcategory_structure.how_to_use_menu.not_to_use', 'Not to use'),
('en', 'ab__lc.control_subcategory_structure.how_to_use_menu.prepend', 'Add menu items in the beginning of a structure of the subcategories'),
('en', 'ab__lc.control_subcategory_structure.how_to_use_menu.replace', 'Replace the current sub-categories structure with the menu items'),
('en', 'ab__lc.control_subcategory_structure.inherit_control', 'To inherit management'),
('en', 'ab__lc.control_subcategory_structure.menu_id', 'Menu ID'),
('en', 'ab__lc.demodata', 'Demo data'),
('en', 'ab__lc.demodata.actions.export_category', 'Categories'),
('en', 'ab__lc.demodata.actions.export_category.placeholder', 'Categories ID'),
('en', 'ab__lc.demodata.success.category', '<a href=\"[href]\" target=\"_blank\">Demo category</a> was installed successfully'),
('en', 'ab__lc.demodata.table.action', 'Action'),
('en', 'ab__lc.demodata.table.add_category', 'Add a category'),
('en', 'ab__lc.demodata.table.description', 'Demo data'),
('en', 'ab__lc.demodata_description', 'The page of quick creation of a demo category for demonstration of operating of the addon'),
('en', 'ab__lc.export', 'Export'),
('en', 'ab__lc.export.description', 'The page of quick creation of the exports of the functional'),
('en', 'ab__lc.export.table.action', 'Action'),
('en', 'ab__lc.export.table.data', 'Data for export'),
('en', 'ab__lc.export.table.description', 'The exported data'),
('en', 'ab__lc.help', 'Help'),
('en', 'ab__lc.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__landing_categories.doc\'>documentation</a>.'),
('en', 'ab__lc.landing_category.landing', 'Use category as a landing page'),
('en', 'ab__lc.landing_category.show_more', 'More'),
('en', 'ab__lc.landing_category.subsubcategories', 'Amount of sub-subcategories'),
('en', 'ab__lc.settings', 'General settings'),
('en', 'ab__lc_catalog', 'AB: Catalog'),
('en', 'ab__lc_landing_category', 'AB: Landing category/page'),
('en', 'ab__mb.admin.categories_update.description', 'There is a <a href=\"[href]\" target=\"_blank\">list of motivational elements</a> that will be displayed for products in this category.<br/>Please note that <span title=\"[text]\" class=\"cm-tooltip\" style=\"color: red\">other conditions</span> may be used due to which these motivational elements will not be displayed for products of this category'),
('en', 'ab__mb.admin.categories_update.description.tooltip', 'The conditions for displaying motivational elements depend on:<ul><li>Terms for categories</li><li>Terms for destinations</li></ul>See <a href=\'[href]\' title=\'Documentation\' target=\'_blank\'>the documentation</a> for more details'),
('en', 'ab__mb.admin.categories_update.description.tooltip.link', 'https://docs.cs-cart.abt.team/en/ab__motivation_block.doc/#p-946'),
('en', 'ab__mb.class_copied', 'The class is copied in a clipboard'),
('en', 'ab__mb.demodata.description', 'On this page, you can quickly create a demo data for the motivation block'),
('en', 'ab__mb.demodata.errors.no_data', 'It seems the \"data.json\" file was deleted'),
('en', 'ab__mb.demodata.successes.blocks', 'Motivational elements [blocks] were successfully created'),
('en', 'ab__mb.demodata.table.add_blocks', 'Add demo data into the motivation block'),
('en', 'ab__mb.demodata.table.description', 'Demo data type'),
('en', 'ab__mb.description', 'Custom content (HTML/Smarty)'),
('en', 'ab__mb.destinations', 'Rate areas'),
('en', 'ab__mb.destinations.add_destinations', 'Add rate areas'),
('en', 'ab__mb.destinations.add_destinations_and_close', 'Add rate areas and close'),
('en', 'ab__mb.destinations.text_all_destinations_included', 'All rate areas are included'),
('en', 'ab__mb.editing_motivation_item', 'Editing motivational element'),
('en', 'ab__mb.errors.disabled_option_choosen', 'Invalid value for \"[field]\" field'),
('en', 'ab__mb.exclude.categories', 'Active for'),
('en', 'ab__mb.exclude.categories.tooltip', 'Choose how to use objects selected by picker'),
('en', 'ab__mb.exclude.destinations', 'Active for'),
('en', 'ab__mb.exclude.destinations.tooltip', 'Choose how to use objects selected by picker'),
('en', 'ab__mb.exclude.exclude', 'all not in the list'),
('en', 'ab__mb.exclude.exclude.full_text', 'Active for all not in the list'),
('en', 'ab__mb.exclude.not_exclude', 'all in the list'),
('en', 'ab__mb.exclude.not_exclude.full_text', 'Active for all in the list'),
('en', 'ab__mb.go_to', 'Go to page of'),
('en', 'ab__mb.go_to.destinations_manage', 'Go to page of destinations management'),
('en', 'ab__mb.go_to.mb_manage', 'Go to page of motivational elements management'),
('en', 'ab__mb.icons.class', 'Icon class'),
('en', 'ab__mb.icons.class.tooltip', 'A value which needs to be used in the field \"Icon class\" in motivation block settings'),
('en', 'ab__mb.icons.info', 'On this page, you can find the available icons list'),
('en', 'ab__mb.icons.refresh', 'Refresh icons'),
('en', 'ab__mb.icons.refreshed_successfully', 'Icons have been updated successfully'),
('en', 'ab__mb.icons.tygh_icons', 'Icons list by default'),
('en', 'ab__mb.icons.yt_icons', 'List of icons added by AB: YoupiTheme'),
('en', 'ab__mb.icon_class', 'Icon class'),
('en', 'ab__mb.icon_color', 'Icon color'),
('en', 'ab__mb.icon_type', 'Icon type'),
('en', 'ab__mb.new_motivation_item', 'New motivational element'),
('en', 'ab__mb.not_display_on', 'Do not display on'),
('en', 'ab__mb.only_for.vertical_tabs.tooltip', 'This setting only works if the \"Vertical tabs\" display option is selected in the add-on settings'),
('en', 'ab__mb.products.also_in_categories', 'This product also participates in category|This product also participates in categories'),
('en', 'ab__mb.settings', 'General settings'),
('en', 'ab__mb.set_default_value', 'Restore by default'),
('en', 'ab__mb.templates_settings.brand_feature_id', '\"Brand\" feature ID'),
('en', 'ab__mb.templates_settings.brand_feature_id.tooltip', 'This setting will be used to form a filter link in the product category'),
('en', 'ab__mb.templates_settings.max_tags_count', 'Maximum tags count'),
('en', 'ab__mb.template_path.search.ignore_this_field', 'Ignore this field'),
('en', 'ab__mb.template_path.search.ignore_this_field.tooltip', 'When choosing this option - the \"Template\" field of the motivational element will not be taken into account when sampling'),
('en', 'ab__mb.template_path.templates.categories_list', 'Product categories list'),
('en', 'ab__mb.template_path.templates.categories_list.tooltip', 'The template displays a list of all categories in which the product is involved. It is available if there is at least one category in the store (except for the \"Trash category\")'),
('en', 'ab__mb.template_path.templates.geo_maps', 'Shipping information'),
('en', 'ab__mb.template_path.templates.geo_maps.tooltip', 'The template displays information about the cost of delivery of products. Available when the \"Maps and Geolocation\" add-on is active. Information will be shown only with active setting \"Show shipping cost and time on product pages\" for \"Maps and Geolocation\" add-on. The standard information output provided by CS-Cart by default will be blocked'),
('en', 'ab__mb.template_path.templates.payment_methods', 'Payment methods information'),
('en', 'ab__mb.template_path.templates.payment_methods.tooltip', 'The template displays information about the available payment methods'),
('en', 'ab__mb.template_path.templates.tags_list', 'Product tags list'),
('en', 'ab__mb.template_path.templates.tags_list.tooltip', 'The template displays a list of all tags assigned to the product. Available when the \"Tags\" add-on is active. Be sure to create and assigned tags for products'),
('en', 'ab__mb.template_path.templates.warning', 'The standard information output provided by CS-Cart by default will be blocked'),
('en', 'ab__mb.template_path.tooltip', 'Choose a way to fill content of motivational element'),
('en', 'ab__mb.template_path.variants.custom', 'Custom content (HTML/Smarty)'),
('en', 'ab__mb.template_path.variants.custom.tooltip', 'Allows you to set your own fill for the motivational element'),
('en', 'ab__mb.update_help.tip_1', 'To fill the content of motivational elements, you can use all the variables declared on the Smarty product page, for example:<br/><hr>Array <code>{$product}</code> - information about the current product;<br/><hr>Massive <code>{$currencies}</code> - currency information;<br/><hr>Array <code>{$user_info}</code> - information about the user (note that if the client is not authorized, the array will be empty);<br/><hr>Array <code>{$settings}</code> - an array of store settings.'),
('en', 'ab__mb.update_help.title', 'Additional info for content managing'),
('en', 'ab__mb.upgrade_notifications.2.0.0.added_new_settings.text', 'Please note that new settings have been added to the add-on settings.'),
('en', 'ab__mb.upgrade_notifications.2.0.0.added_new_settings.title', 'Added new settings'),
('en', 'ab__mb.upgrade_notifications.2.0.0.added_templates.text', 'Please note that in the settings of the motivational element, the \"Template\" field was added that defines the way the content of the motivational element is filled.'),
('en', 'ab__mb.upgrade_notifications.2.0.0.added_templates.title', 'A new way of filling motivational elements has been added.'),
('en', 'ab__mb.upgrade_notifications.2.1.0.added_template.text', 'Please note that a new version of the template has been added to fill the content of the motivational element'),
('en', 'ab__mb.upgrade_notifications.2.1.0.added_template.title', 'Added a new template \"Information about payment methods\"'),
('en', 'ab__mb.upgrade_notifications.2.1.0.regenerate_data.text', 'If you use old demo-data of the add-on (or your data is based on old demo-data), then you need to regenerate the demo-data'),
('en', 'ab__mb.upgrade_notifications.2.1.0.regenerate_data.title', 'Regenerate demo-data'),
('en', 'ab__mb.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the add-on in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/ab__motivation_block.doc#p-929\">List of releases</a>.'),
('en', 'ab__mb.upgrade_notifications.title', 'AB: Motivation block was successfully updated to v[ver]!'),
('en', 'ab__mb.vendor.motivation_item.template_choosen', 'For this motivational element, the type of filling using the template is seted. <br>You can contact the store administrator to create another motivational element with the filling type \"Custom content (HTML/Smarty)\"'),
('en', 'ab__mb_all_destinations', 'All rate areas'),
('en', 'ab__mb_bg_color', 'Block color'),
('en', 'ab__mb_expanded', 'Set the disclosure element by default'),
('en', 'ab__mb_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__motivation_block.doc\'>documentation</a>.'),
('en', 'ab__mb_icon_class.tooltip', 'The complete available icons list can be found on the page<a href=\"[link]\">Administration panel -> AB: Add-ons -> AB: Motivation block -> Available icons</a>'),
('en', 'ab__mb_icon_type.icon', 'Icon'),
('en', 'ab__mb_icon_type.img', 'Image'),
('en', 'ab__mb_icon_type.nothing', 'No icon'),
('en', 'ab__mb_vendor_edit', 'Allow vendor editing'),
('en', 'ab__motivation_block', 'AB: Motivation block'),
('en', 'ab__motivation_block.breadcrumbs.manage', 'AB: Motivation block: Data management'),
('en', 'ab__motivation_block.demodata', 'Demo data'),
('en', 'ab__motivation_block.help', 'Help'),
('en', 'ab__motivation_block.icons', 'Available icons'),
('en', 'ab__motivation_block.manage', 'Data management'),
('en', 'ab__promotions_list', 'AB: Promotions list'),
('en', 'ab__promotions_view', 'AB: Promotion page'),
('en', 'ab__promotion_main_data', 'Promotion header'),
('en', 'ab__scroll_to_top', 'AB: \"Scroll to top\" button'),
('en', 'ab__scroll_to_top.arrow', 'Arrow'),
('en', 'ab__scroll_to_top.help', 'Help'),
('en', 'ab__scroll_to_top.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__scroll_to_top.doc\'>documentation</a>.'),
('en', 'ab__search_motivation', 'AB: Search motivation'),
('en', 'ab__search_motivation.default_search_phrases', 'Search expressions by default'),
('en', 'ab__search_motivation.help', 'Help'),
('en', 'ab__search_motivation.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__search_motivation.doc\'>the documentation</a>.'),
('en', 'ab__search_motivation.manage', 'Search expressions by default'),
('en', 'ab__search_motivation.search_phrases', 'Search expressions'),
('en', 'ab__show_additional_product_images', 'Show additional products images'),
('en', 'ab__sm.demo_phrases.0', 'Try our search'),
('en', 'ab__sm.demo_phrases.1', 'Enter the product name here'),
('en', 'ab__sm.demo_phrases.2', 'For example, iphone X'),
('en', 'ab__sm.demo_phrases.added', 'Added search motivation expressions'),
('en', 'ab__sm.random_char', 'abcdefghijklmnopqrstuvwxyz'),
('en', 'ab__sm.settings', 'General settings'),
('en', 'ab__smc', 'AB: Hide the part of the content up to a certain height'),
('en', 'ab__smc.help', 'Help'),
('en', 'ab__smc.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__hide_product_description.doc\'>documentation</a>.'),
('en', 'ab__smc.less', 'Less'),
('en', 'ab__smc.more', 'More'),
('en', 'ab__smc.product_tabs.height', 'Displaying height, px'),
('en', 'ab__smc.product_tabs.height.tooltip', 'The value will set own height of the content display in px'),
('en', 'ab__smc.product_tabs.hide_content', 'Hide the content'),
('en', 'ab__smc.product_tabs.hide_content.less', 'Button text for hiding content'),
('en', 'ab__smc.product_tabs.hide_content.more', 'Button text for showing more content'),
('en', 'ab__smc.product_tabs.override', 'Redefine height for the tab'),
('en', 'ab__smc.product_tabs.override.tooltip', 'The value of the height of content will undertake from settings of the tab'),
('en', 'ab__smc.product_tabs.tab_description', '\"AB: Hide the part of the content up to a certain height\" addon settings'),
('en', 'ab__smc.settings', 'General settings'),
('en', 'ab__stt.color', 'Value of the icon attribute <b>color</b>'),
('en', 'ab__stt.only_integer', 'Only integers'),
('en', 'ab__stt.settings', 'General settings'),
('en', 'ab__ut2.autoinstall.demodata', 'Added demo data (new banners, menus and blog pages)'),
('en', 'ab__ut2.autoinstall.theme', 'Installed theme AB: UniTheme2'),
('en', 'ab__vg.exim.remove_videos', 'Clear up'),
('en', 'ab__vg.exim.remove_videos.text', 'When importing the existing videos of the updated product will be removed'),
('en', 'ab__vg.form.description', 'Description'),
('en', 'ab__vg.form.icon', 'Icon'),
('en', 'ab__vg.form.icon_type', 'Icon type'),
('en', 'ab__vg.form.icon_type.icon', 'Manual icon'),
('en', 'ab__vg.form.icon_type.snapshot', 'Video snapshot'),
('en', 'ab__vg.form.pos', 'Pos.'),
('en', 'ab__vg.form.product_settings', 'Settings'),
('en', 'ab__vg.form.product_videos', 'Video'),
('en', 'ab__vg.form.replace_image', 'Set video as the default product image'),
('en', 'ab__vg.form.status', 'Status'),
('en', 'ab__vg.form.title', 'Video title'),
('en', 'ab__vg.form.youtube_id', 'YouTube video ID'),
('en', 'ab__vg.form.youtube_id.tooltip', 'For example, for video \"https://www.youtube.com/watch?v=-boKk8uhmcY\", video ID is <code>-boKk8uhmcY</code>'),
('en', 'ab__vg.products_search.with_video', 'Products with video'),
('en', 'ab__vg.settings', 'General settings'),
('en', 'ab__vg_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__video_gallery.doc\'>documentation</a>.'),
('en', 'ab__video_gallery', 'AB: Video gallery of the product'),
('en', 'ab__video_gallery.help', 'Help'),
('en', 'ab__video_gallery_title_product', 'Video gallery');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('en', 'accept', 'Accept'),
('en', 'accept_products', 'Accept products'),
('en', 'access_denied', 'Access denied'),
('en', 'access_denied_text', 'You don\'t have permission to access the page.'),
('en', 'access_for_authorized_customers_only', 'Access for authorized customers only.'),
('en', 'access_restrictions', 'Access restrictions'),
('en', 'account', 'Account'),
('en', 'account_name', 'Account name'),
('en', 'account_number', 'Account number'),
('en', 'account_type', 'Account type'),
('en', 'acquirerid', 'Acquirer ID'),
('en', 'action', 'Action'),
('en', 'actions', 'Actions'),
('en', 'activate', 'Activate'),
('en', 'activate_menu_tab_for', 'Activate menu item for dispatch'),
('en', 'activate_selected', 'Activate selected'),
('en', 'activate_skrill_merchant_tools', 'Activate Skrill Merchant Tools'),
('en', 'activation_key', 'Activation key'),
('en', 'activation_link', 'Activation link'),
('en', 'activation_mode', 'Activation mode'),
('en', 'active', 'Active'),
('en', 'active_categories', 'Active categories'),
('en', 'active_preset', 'Active preset'),
('en', 'active_products', 'Active products'),
('en', 'active_promotions', 'Active promotions'),
('en', 'active_style', 'Active style'),
('en', 'actual_version', 'Actual version'),
('en', 'act_on_behalf', 'Act on behalf of'),
('en', 'add', 'Add'),
('en', 'added', 'added'),
('en', 'adding_block_to_grid', 'Adding block to grid'),
('en', 'adding_grid', 'Adding grid'),
('en', 'additional_data', 'Additional data'),
('en', 'additional_images', 'Additional images'),
('en', 'additional_options', 'Additional options'),
('en', 'additional_parameter_not_correct', 'Additional parameter is incorrect'),
('en', 'additional_popup_larger_image', 'Popup larger images of additional thumbnails'),
('en', 'additional_settings', 'Additional settings'),
('en', 'additional_storefront_license_required', 'Additional [product] Storefront License Required'),
('en', 'additional_thumbnail', 'Additional thumbnails'),
('en', 'additional__option_thumbnail', 'Additional option thumbnail'),
('en', 'addon', 'Add-on'),
('en', 'addons', 'Add-ons'),
('en', 'addons.activate', 'Activate'),
('en', 'addons.and_half_stars', 'and a half stars'),
('en', 'addons.disabled', 'Disabled'),
('en', 'addons.documentation', 'Documentation'),
('en', 'addons.error_at_sending_addon_review', 'Something went wrong at sending add-on review. Please try again later.'),
('en', 'addons.error_while_sending_review', 'Your add-on review was not posted to marketplace. Please make sure that you acquire this add-on from CS-Cart Marketplace and try again later.'),
('en', 'addons.form_builder.email_subject_field', 'E-mail subject field'),
('en', 'addons.form_builder.form_fields', 'Form fields'),
('en', 'addons.form_builder.form_name', 'Form name'),
('en', 'addons.form_builder.other_subject', 'Other subject (specify below)'),
('en', 'addons.forum', 'Forum'),
('en', 'addons.forum_en', 'Forum (EN)'),
('en', 'addons.forum_ru', 'Forum (RU)'),
('en', 'addons.get_support', 'Get support'),
('en', 'addons.hide_all_reviews', 'Hide all reviews'),
('en', 'addons.install', 'Install'),
('en', 'addons.is_enjoying_addon', 'Enjoying add-on?'),
('en', 'addons.is_enjoying_addon_name', 'Enjoying [addon]?'),
('en', 'addons.latest_available_for_installation_version', 'Latest version available for installation'),
('en', 'addons.latest_version', 'Latest released version'),
('en', 'addons.message', 'Message'),
('en', 'addons.multiple_dependencies_required', 'The add-on cannot be installed because it depends on the following add-ons:<ul>[addon_list]</ul> Please install these add-ons first.'),
('en', 'addons.mve_ult_or_plus_required', '[product] Plus or Ultimate required'),
('en', 'addons.name', 'Add-on name'),
('en', 'addons.newsletters.email_exists_in_list', '<b>[email]</b> is already in the mailing list'),
('en', 'addons.newsletters.hide_on_registration_and_profile', 'Hide on the Registration and Profile Details pages'),
('en', 'addons.newsletters.show_on_registration_and_profile', 'Show on the Registration and Profile Details pages'),
('en', 'addons.not_installed', 'Not installed'),
('en', 'addons.no_changelog', 'No changelog'),
('en', 'addons.no_information', 'No information'),
('en', 'addons.no_reviews', 'No reviews'),
('en', 'addons.n_reviews', 'review|reviews'),
('en', 'addons.other_category', 'Other'),
('en', 'addons.out_of_five', 'out of 5'),
('en', 'addons.paypal.3d_secure_mandatory_notice', '3-D secure is mandatory in the United Kingdom.'),
('en', 'addons.paypal.configure_live', 'Configure Live'),
('en', 'addons.paypal.configure_test', 'Configure Test'),
('en', 'addons.paypal.connecting_to_signup_server', 'Connecting to <b>PayPal Sign Up Server</b>...'),
('en', 'addons.paypal.connect_to_paypal', 'Connect to PayPal'),
('en', 'addons.paypal.display_description', 'Display description'),
('en', 'addons.paypal.display_name', 'Display name'),
('en', 'addons.paypal.do_not_change', 'Do not change'),
('en', 'addons.paypal.ipn_receiving_time', 'IPN receiving time'),
('en', 'addons.paypal.refund_message', '[amount] [currency] have been refunded in [date] at [time].'),
('en', 'addons.paypal.rma.perform_refund', 'Give a refund via PayPal'),
('en', 'addons.paypal.rma.refund_performed', 'The refund has been made via PayPal'),
('en', 'addons.paypal.set_status_to', 'Set to:'),
('en', 'addons.paypal.signup_completed', 'The <b>[payment]</b> payment method has been successfully configured'),
('en', 'addons.paypal.signup_errors.merchant_credentials', 'An error occurred when obtaining the payment method configuration'),
('en', 'addons.paypal.signup_errors.signup_init', 'An error occurred when connecting to a PayPal account'),
('en', 'addons.paypal.signup_messages.confirmation_needed', 'To access payments from your customers, please confirm your email address by following the instructions PayPal emailed to you.'),
('en', 'addons.paypal.signup_messages.finish_signup', 'You now have a PayPal business account, and you\'ve successfully integrated [product] with PayPal.<br>Don\'t forget to confirm your email to activate your account so you can access the payments. To do this, follow the instructions PayPal sent to your email.'),
('en', 'addons.paypal.status_for_new_orders', 'Initial order status'),
('en', 'addons.paypal.status_for_new_orders.incomplete', 'This ensures that you won\'t have abandoned unpaid orders with the <i>Open</i> status and reserved products. But until the response from PayPal (an IPN message) arrives or the customer returns to the store via a link on the PayPal site, the order will be listed as <i>Incomplete</i>, and products won\'t be reserved.'),
('en', 'addons.paypal.status_for_new_orders.open', 'By default, the <i>Open</i> status decreases the inventory, so two customers won\'t be able to buy the same product while the payment is being processed by PayPal. But if a customer leaves the PayPal website without paying or returning to the store via a link on the PayPal site, you\'ll have an abandoned <i>Open</i> order with reserved products.'),
('en', 'addons.paypal.surcharge_policy_notice', 'Surcharge has been set for the payment method that uses PayPal Services. Please make sure this complies with the <a href=\"https://www.paypal.com/webapps/mpp/ua/legalhub-full\" target=\"_blank\">User Agreement for PayPal Services</a> for your region.'),
('en', 'addons.paypal.technical_details', 'Technical details'),
('en', 'addons.paypal.use_buttons_to_signup', 'Use these buttons to complete the configuration wizard'),
('en', 'addons.rss_feed.icon', 'RSS feed subscription icon'),
('en', 'addons.search_description', 'Search by add-on name, description, developer, and add-on ID.'),
('en', 'addons.show_all_reviews', 'Show all reviews'),
('en', 'addons.show_n_reviews', 'Show [n] review|Show [n] reviews'),
('en', 'addons.show_review', 'Show review'),
('en', 'addons.social_buttons.yandex_button_update_notice', '<p>After some changes on the Yandex end, the Odnoklassniki social button stopped working for some of our clients. To make sure that the button works in your store, copy the up-to-date code from the Yandex website, paste it into the <b>Yandex.Share code</b> field, and save your changes.</p><p><a href=\"[GO_TO_ADDON_SETTING_LINK]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Open add-on settings</a> <a href=\"https://tech.yandex.ru/share/\" target=\"_blank\" class=\"btn btn-large\">Get up-to-date code from Yandex</a></p>'),
('en', 'addons.social_buttons.yandex_button_update_notice_title', 'Social buttons: Please update Yandex.Share code if you use Yandex social buttons'),
('en', 'addons.something_went_wrong', 'Something went wrong with your request. Please try again later.'),
('en', 'addons.stars', 'stars'),
('en', 'addons.support', 'Support'),
('en', 'addons.tags.add_a_tag', 'add a tag'),
('en', 'addons.tap_star_to_rate_on_marketplace', 'Tap a star to rate it on the CS-Cart Marketplace.'),
('en', 'addons.text_post_pended', 'Your post will be checked before it gets published.'),
('en', 'addons.text_thank_you_for_post', 'Thank you for your post'),
('en', 'addons.ult_required', '[product] Ultimate required'),
('en', 'addons.upgrades', 'Upgrades'),
('en', 'addons.upgrade_available', 'Upgrade available'),
('en', 'addons.upgrade_to_product_version', 'Upgrade to [product] [version]'),
('en', 'addons.upgrade_to_version', 'Upgrade to [version]'),
('en', 'addons.vendor_plans.commission_description_absolute', '[amount] out of [sum]'),
('en', 'addons.vendor_plans.commission_description_percent', '[amount]% of [sum]'),
('en', 'addons.vendor_plans.payout_for_the_plan', 'Payout for the vendor plan: [plan]'),
('en', 'addons.website', 'Website'),
('en', 'addons.write_review', 'Write a review'),
('en', 'addons.your_account_doesnt_have_this_addon', 'You can not create a add-on review because you do not have this add-on purchased in your Marketplace account.'),
('en', 'addons.your_message', 'Your message'),
('en', 'addons.you_already_posted_review', 'You can not create a add review because you already have a review that requires premoderation'),
('en', 'addons_source', 'Source'),
('en', 'addon_added_to_favorites', 'Add-on added to your favorites'),
('en', 'addon_built_in', 'Built-in'),
('en', 'addon_files_was_copied', 'The <b>\"[addon]\"</b> add-on files has been copied successfully'),
('en', 'addon_has_admin_review', 'You have left a review of the add-on'),
('en', 'addon_id', 'Add-on ID'),
('en', 'addon_is_compatible', 'This add-on version is compatible with your current [product] version.'),
('en', 'addon_license_key_tooltip', 'Enter license key you\'ve received by e-mail in order to receive the add-on upgrades.'),
('en', 'addon_reinstall.dangerous_way', '<strong>The dangerous way:</strong> we\'ll replace all the files of the add-on with new ones, but keep all the add-on\'s data in the database intact. This can break the add-on, or might even break your store. Please don\'t use the dangerous way, unless you absolutely know what you\'re doing.'),
('en', 'addon_reinstall.dangerous_way.action', 'Use the dangerous way'),
('en', 'addon_reinstall.dangerous_way.confirm', 'I know the risks and want to use the dangerous way.'),
('en', 'addon_reinstall.intro', 'Looks like you are trying to install an add-on that is already installed. We can do it for you in two ways; we recommend the safe way.'),
('en', 'addon_reinstall.safe_way', '<strong>The safe way:</strong> we\'ll uninstall the old add-on first, and then install the new one. The drawback is that any data and settings related to the add-on will be lost.'),
('en', 'addon_reinstall.safe_way.action', 'Use the safe way'),
('en', 'addon_removed_from_favorites', 'Add-on removed from your favorites'),
('en', 'addon_required_version', 'The add-on requires [version] version'),
('en', 'addon_reviews', 'Reviews'),
('en', 'addon_sql_error', 'An error in an SQL query occurred during the add-on installation. The add-on will not be installed.'),
('en', 'addon_status', 'Add-on status'),
('en', 'addon_subscriptions', 'Subscriptions ([n])'),
('en', 'addon_third_party', 'Third-party'),
('en', 'addon_type', 'Add-on type'),
('en', 'addon_uninstall_sql_error', 'An error in an SQL query occurred during the add-on uninstallation.'),
('en', 'address', 'Address'),
('en', 'addresses', 'Addresses'),
('en', 'address_2', 'Address (line 2)'),
('en', 'address_commercial', 'Commercial'),
('en', 'address_residential', 'Residential'),
('en', 'address_type', 'Address type'),
('en', 'add_addon_to_favorites', 'Add add-on to favorites'),
('en', 'add_administrator', 'Add administrator'),
('en', 'add_all_destinations', 'Add all'),
('en', 'add_all_to_cart', 'Add all to cart'),
('en', 'add_as_order', 'Add as order'),
('en', 'add_attachment', 'Add attachment'),
('en', 'add_autoresponder', 'Add autoresponder'),
('en', 'add_banner', 'Add banner'),
('en', 'add_banners', 'Add banners'),
('en', 'add_banners_and_close', 'Add banners and close'),
('en', 'add_block', 'Add block'),
('en', 'add_bonus', 'Add bonus'),
('en', 'add_campaign', 'Add campaign'),
('en', 'add_cart_promotion', 'Add cart promotion'),
('en', 'add_catalog_promotion', 'Add catalog promotion'),
('en', 'add_categories', 'Add categories'),
('en', 'add_categories_and_close', 'Add categories and close'),
('en', 'add_category', 'Add category'),
('en', 'add_chart', 'Add chart'),
('en', 'add_combination', 'Add combination'),
('en', 'add_companies', 'Add vendors'),
('en', 'add_companies_and_close', 'Add vendors and close'),
('en', 'add_condition', 'Add condition'),
('en', 'add_credit_card', 'Add credit card'),
('en', 'add_currency', 'Add currency'),
('en', 'add_customer', 'Add customer'),
('en', 'add_datafeed', 'Add data feed'),
('en', 'add_domains', 'Add domains'),
('en', 'add_elements', 'Add elements'),
('en', 'add_emails', 'Add e-mail addresses'),
('en', 'add_email_snippet', 'Add snippet'),
('en', 'add_empty_item', 'Add empty item'),
('en', 'add_feature', 'Add feature'),
('en', 'add_field', 'Add field'),
('en', 'add_file', 'Add file'),
('en', 'add_filter', 'Add filter'),
('en', 'add_filters', 'Add filters'),
('en', 'add_filters_and_close', 'Add filters and close'),
('en', 'add_folder', 'Add folder'),
('en', 'add_form', 'Add form'),
('en', 'add_gift_certificate', 'Add gift certificate'),
('en', 'add_global_option', 'Add global option'),
('en', 'add_grid_block', 'Add grid or block'),
('en', 'add_group', 'Add group'),
('en', 'add_image_from_server', 'Add image from server'),
('en', 'add_image_from_url', 'Add image from URL'),
('en', 'add_in_all_realtime_shippings', 'Add in all realtime shipping methods'),
('en', 'add_ips', 'Add IPs'),
('en', 'add_item', 'Add item'),
('en', 'add_items', 'Add [items]'),
('en', 'add_language', 'Add language'),
('en', 'add_language_variable', 'Add language variable'),
('en', 'add_layout', 'Add layout'),
('en', 'add_link', 'Add link'),
('en', 'add_localization', 'Add localization'),
('en', 'add_location', 'Add location'),
('en', 'add_mailing_lists', 'Add mailing list'),
('en', 'add_menu', 'Add menu'),
('en', 'add_new', 'Add new'),
('en', 'add_newsletter', 'Add newsletter'),
('en', 'add_new_datafeed', 'New data feed'),
('en', 'add_new_field', 'Add new field'),
('en', 'add_new_order', 'Adding new order'),
('en', 'add_new_variant', 'Add new variant'),
('en', 'add_nf_warning', 'É necessário anexar nota fiscal para gerar etiqueta'),
('en', 'add_option', 'Add option'),
('en', 'add_order', 'Add order'),
('en', 'add_orders', 'Add orders'),
('en', 'add_orders_and_close', 'Add orders and close'),
('en', 'add_page', 'Add page'),
('en', 'add_pages', 'Add pages'),
('en', 'add_pages_and_close', 'Add pages and close'),
('en', 'add_payment', 'Add payment method'),
('en', 'add_payout', 'Add payout'),
('en', 'add_poll', 'Add poll'),
('en', 'add_polls', 'Add polls'),
('en', 'add_polls_and_close', 'Add polls and close'),
('en', 'add_post', 'Add post'),
('en', 'add_product', 'Add product'),
('en', 'add_products', 'Add products'),
('en', 'add_products_and_close', 'Add products and close'),
('en', 'add_products_to_section', 'Add product(s) to this section'),
('en', 'add_product_filter', 'Add product filter'),
('en', 'add_profile_fields', 'Add profile fields'),
('en', 'add_profile_fields_and_close', 'Add profile fields and close'),
('en', 'add_promotions', 'Add promotions'),
('en', 'add_question', 'Add question'),
('en', 'add_rate_area', 'Add rate area'),
('en', 'add_reason', 'Add reason'),
('en', 'add_recipients_from_users', 'Add recipients from users'),
('en', 'add_report', 'Add report'),
('en', 'add_section', 'Add section'),
('en', 'add_selected_to_cart', 'Add selected to cart'),
('en', 'add_shipping_method', 'Add shipping method'),
('en', 'add_site_map_section', 'Add sitemap section'),
('en', 'add_snippet', 'Add snippet'),
('en', 'add_state', 'Add state'),
('en', 'add_status', 'Add status'),
('en', 'add_storefront', 'Add storefront'),
('en', 'add_storefronts', 'Add storefronts'),
('en', 'add_storefronts_and_close', 'Add storefronts and close'),
('en', 'add_store_location', 'Add store location'),
('en', 'add_subcategory', 'Add subcategory'),
('en', 'add_subscriber', 'Add subscriber'),
('en', 'add_subscribers_from_users', 'Add subscribers from the list of users'),
('en', 'add_subtract_points', 'Add & subtract points'),
('en', 'add_supplier', 'Add supplier'),
('en', 'add_tab', 'Add tab'),
('en', 'add_table_column', 'Add column'),
('en', 'add_tag', 'Add tag'),
('en', 'add_tax', 'Add tax'),
('en', 'add_template', 'Add template'),
('en', 'add_to_cart', 'Add to cart'),
('en', 'add_to_comparison_list', 'Add to comparison list'),
('en', 'add_to_wishlist', 'Add to Wishlist'),
('en', 'add_user', 'Add user'),
('en', 'add_users', 'Add users'),
('en', 'add_users_and_close', 'Add users and close'),
('en', 'add_vendor', 'Add vendor'),
('en', 'add_vendor_administrator', 'Add vendor\'s administrator'),
('en', 'add_withdrawal', 'Request withdrawal'),
('en', 'admin2', 'You can not perform an import to this store because you are using an expired trial version'),
('en', 'administration', 'Administration'),
('en', 'administration_menu_structure_changed_upgrade_notification_text', '<p><b>Locations</b> in <i>Administration → Shipping & taxes</i> renamed to <b>Rate areas</b>. That\'s because the purpose of locations is to set different shipping rates and tax rates.</p><p>Order statuses, shipment statuses, and gift certificate statuses are now located in their own sub-menu: <b>Administration → Statuses.</b></p>'),
('en', 'administration_menu_structure_changed_upgrade_notification_title', 'Administration menu changed'),
('en', 'administration_panel', 'Administration panel'),
('en', 'administration_panel.block_manager.enable', 'Edit structure<br/><br/>Change various blocks with information: show them, hide them, or move them as you see fit.<br/>This currently works only at the checkout page. Add a product to cart and proceed to checkout to see the editor'),
('en', 'administration_panel.live_editor.enable', 'Edit сontent<br/><br/>Change the texts and other data directly on the storefront, without using the administration panel'),
('en', 'administration_panel.theme_editor.enable', 'Edit style<br/><br/>Change the style of your store (logos, colors, fonts, and so on) and see the changes as you make them'),
('en', 'administrator', 'Administrator'),
('en', 'administrators', 'Administrators'),
('en', 'administrators_menu_description', 'List of store administrators, registered users with an administrator account.'),
('en', 'administrators_notified', '[count] administrators notified.'),
('en', 'admin_notifications', 'Administrator notifications'),
('en', 'admin_panel', 'Administration panel'),
('en', 'admin_panel.block_manager', 'Editing layout'),
('en', 'admin_panel_will_be_blocked', 'Installation integrity check failed. The access to the Administration panel will be blocked within 2 days. Please contact our <a href=\"[href]\">support team</a>'),
('en', 'admin_text_letter_footer', 'E-shop of [company_name].'),
('en', 'advanced', 'Advanced'),
('en', 'advanced_companies_search', 'Advanced companies search'),
('en', 'advanced_customer_search', 'Advanced customer search'),
('en', 'advanced_feature_creation', 'Advanced feature creation'),
('en', 'advanced_import.additional_settings', 'Additional settings'),
('en', 'advanced_import.add_preset', 'Add preset'),
('en', 'advanced_import.advanced_products_import', 'Products'),
('en', 'advanced_import.cannot_detect_csv_delimiter', 'Cannot detect delimiter automatically. Please specify the correct delimiter manually in the additional settings on the \"File\" tab.'),
('en', 'advanced_import.cant_load_file', 'File can\'t be loaded'),
('en', 'advanced_import.cant_load_file_for_company', 'File can\'t be loaded for the specified company'),
('en', 'advanced_import.cant_save_preset_invalid_modifiers', 'The preset can\'t be saved because it contains invalid modifiers'),
('en', 'advanced_import.column_header', 'Column name in the imported file'),
('en', 'advanced_import.coming_soon', '... coming soon'),
('en', 'advanced_import.common_preset', 'All vendors'),
('en', 'advanced_import.common_presets', 'Marketplace presets'),
('en', 'advanced_import.create_new_products_only', 'Create new products only'),
('en', 'advanced_import.delete_additional_images', 'Delete existing additional images'),
('en', 'advanced_import.delete_additional_images_tooltip', 'If you enable this setting, then the existing additional images of the imported products will be replaced with the images specified in the imported file (if no images are specified, the old images will remain). If the setting is disabled, the new additional images will simply be added to the existing images.'),
('en', 'advanced_import.editing_preset', 'Editing preset: [preset]'),
('en', 'advanced_import.example_imported_title', 'For example, here\'s a value in the first line of your file:'),
('en', 'advanced_import.example_modified_title', 'And here is how this value will be imported:'),
('en', 'advanced_import.fetching_schema_failed_check_file', 'Before you can run the import, please make sure that:<ul><li>You have created the import preset by using the Create button. If you see Save instead of Create, then you\'ve already done that.</li><li>You have specified the correct XML target node on the File tab and saved the preset.</li><li>You have matched the imported information with the product properties in CS-Cart on the Fields mapping tab and saved the preset.</li></ul>If you see this message, you haven\'t completed point 1 or 2.'),
('en', 'advanced_import.fetching_schema_failed_check_target_node', 'Please make sure that the <b>XML target node</b> field is filled in properly.'),
('en', 'advanced_import.fields_delimiter', 'XML node delimiter'),
('en', 'advanced_import.fields_delimiter.description', 'Delimiter between similar nodes.'),
('en', 'advanced_import.fields_mapping', 'Fields mapping'),
('en', 'advanced_import.fields_mapping.description', 'This table contains the list of columns from the imported file. For each column you\'d like to import, select a corresponding product property in [product]. Then check what sort of data will be imported from that column, and use modifiers to change that data, if necessary. Remember to save your changes.'),
('en', 'advanced_import.file', 'File'),
('en', 'advanced_import.file_extension_was_not_supported_by_owner', 'Couldn\'t use your file [name]. This import preset only allows the following extensions: [ext].'),
('en', 'advanced_import.file_not_loaded', 'File was not loaded. Please reload the page and try again.'),
('en', 'advanced_import.file_will_be_deleted_are_you_sure_to_proceed', 'Deleting this import preset will also delete the file attached to it. Are you sure you want to proceed?'),
('en', 'advanced_import.first_line_import_value', 'Example of the imported value'),
('en', 'advanced_import.general_settings', 'General settings'),
('en', 'advanced_import.has_modifiers', 'Has modifiers'),
('en', 'advanced_import.images_delimiter', 'Images delimiter'),
('en', 'advanced_import.images_delimiter.description', 'Delimiter between images of a product.'),
('en', 'advanced_import.import_all', 'Import all products from the file'),
('en', 'advanced_import.import_fields', 'Import fields'),
('en', 'advanced_import.import_file', 'Import file'),
('en', 'advanced_import.import_products', 'Import products'),
('en', 'advanced_import.import_products_w_preset', 'Import products: [preset]'),
('en', 'advanced_import.import_strategy', 'Import strategy'),
('en', 'advanced_import.import_strategy_tooltip', 'If you select \"Update existing products only\", products that don\'t exist in the database of your store will be skipped during import.<br>If you select \"Create new products only\", products that exist in the database of your store will be skipped during import.'),
('en', 'advanced_import.incorrect_delimiter', 'Specified (or auto detected) delimiter seems to be incorrect. Please specify the correct delimiter manually in the additional settings on the \"File\" tab.'),
('en', 'advanced_import.invalid_function_firs_character', 'The modifier name cannot start with character <b>[character]</b>.'),
('en', 'advanced_import.invalid_modifier_message', 'The modifier <b>[modifier]</b> is invalid. [message]'),
('en', 'advanced_import.invalid_number_of_parameters_provided', 'Invalid number of parameters provided for modifier: <b>[modifier]</b>: expected [expected_count], got [actual_count].'),
('en', 'advanced_import.last_launch', 'Last import'),
('en', 'advanced_import.last_status', 'Status'),
('en', 'advanced_import.last_status.F', 'Failure'),
('en', 'advanced_import.last_status.P', 'In progress'),
('en', 'advanced_import.last_status.S', 'Success'),
('en', 'advanced_import.last_status.X', '&mdash;'),
('en', 'advanced_import.local_file_selected', 'Local file selected'),
('en', 'advanced_import.missing_parameters_list_closer', 'The expected <b>[closer]</b> after the parameters list is missing.'),
('en', 'advanced_import.modifier', 'Modifier'),
('en', 'advanced_import.modifiers_description', 'Use these functions in the <b>Modifier</b> column to alter the values in the fields from the imported file. Enter the functions as follows: <b>function(parameter, parameter)</b>. Please note that nesting of functions isn\'t supported.'),
('en', 'advanced_import.modifiers_list', 'Modifiers list'),
('en', 'advanced_import.modifiers_self_referencing_info', 'Most functions allow you to use the non-modified value of the imported field by using <b>$value</b> as a parameter. If there are any exceptions, they will be mentioned in function descriptions.'),
('en', 'advanced_import.modifier_description.case', '<b>case</b>&mdash;odd parameters are expressions, and the following even parameters are corresponding values. The function checks the expressions and returns the value corresponding to the first expression that ends up being <i>true</i>.<ul><li>Examples:</li><ul><li><b>case($value>100, \"More than 100\", $value>70, \"More than 70\", $value>20, \"More than 20\", $value>0, \"In stock\", $value=0, \"Out of stock\")</b> will result in <i>More than 70</i> if the <i>$value</i> in the imported file is a number between 71 and 100</li></ul><li>Notes:<ul><li>This function shares expression rules and available operations with the <b>if</b> function.</li><li>Only even numbers of parameters are supported: <b>2, 4, 6, 8</b>, etc.</li></ul></li></ul>'),
('en', 'advanced_import.modifier_description.concat', '<b>concat</b>&mdash;concatenates all the provided parameters. <ul><li>Examples:</li><ul><li><b>concat(\'abc\', def)</b> will result in <i>abcdef</i></li> <li><b>concat(\'PRODUCT_\', $value, \'_CODE\')</b> will result in <i>PRODUCT_$value_CODE</i>, but <b>$value</b> will be replaced with the the value of the imported field</li></ul></ul>'),
('en', 'advanced_import.modifier_description.div', '<b>div</b>&mdash;divides the first parameter by the second. <ul><li>Examples:</li><ul><li><b>div(9, 3)</b> equals <i>3</i></li> <li><b>div($value, 7)</b> equals <i>the value of the imported field ÷ 7</i></li></ul></ul>'),
('en', 'advanced_import.modifier_description.if', '<b>if</b>&mdash;checks the expression in the first parameter. If the first parameter is <i>true</i>, the function returns the second parameter. Otherwise the function returns the third parameter.<ul><li>Examples:</li><ul><li><b>if($value>\"0\", \"In Stock\", \"Out of stock\")</b> will result in <i>In Stock</i> if <i>$value > 0</i> is <i>true</i>; otherwise the result will be <i>Out of stock</i></li></ul><li>Available operations for the expression are:<ul><li><b>=</b>&mdash;checks for equality: <i>if($value=100, ...)</i></li><li><b>!=</b>&mdash;checks for inequality: <i>if($value!=100, ...)</i></li><li><b>&gt;</b>&mdash;checks if the first value is greater than the second: <i>if($value&gt;100, ...)</i></li><li><b>&lt;</b>&mdash;checks if the first value is less than the second: <i>if($value&lt;100, ...)</i></li><li><b>&gt;=</b>&mdash;checks if the first value is greater than or equal to the second: <i>if($value&gt;=100, ...)</i></li><li><b>&lt;=</b>&mdash;checks if the first value is less than or equal to the second: <i>if($value&lt;=100, ...)</i></li></ul></li><li>Notes:<ul><li>If you use single (\') or double (\") quotes in the first parameter, make sure that the first parameter is either wrapped in quotes entirely, or that there is no end quote in the middle of the parameter. For example, <i>if(\"My value\"=$value, ...)</i> will not work, but <i>if(\"My value=$value\", ...)</i> will.</ul></li></ul>'),
('en', 'advanced_import.modifier_description.mul', '<b>mul</b>&mdash;multiplies the numbers provided as parameters. <ul><li>Examples:</li><ul><li><b>mul(3, 1)</b> equals <i>3</i></li> <li><b>mul($value, 7)</b> equals <i>the value of the imported field × 7</i></li></ul></ul>'),
('en', 'advanced_import.modifier_description.rand', '<b>rand</b>&mdash;generates a random number from 1 to the maximum value provided as the parameter. <ul><li>Examples:</li><ul><li><b>rand(999)</b> may result in any number from 1 to 999.</li></ul></ul>'),
('en', 'advanced_import.modifier_description.replace', '<b>replace</b>&mdash;replaces all occurrences of the search string with the replacement string. <br>The order of parameters is important: <b>replace(\'search\', \'replace\', \'subject\')</b>. <ul><li>Examples:</li><ul><li><b>replace(\'a\', !, \"banana\")</b> will result in <i>b!n!n!</i></li> <li><b>replace(\"t-shirt\", \'T-Shirt\', $value)</b> will replace every occurrence of <i>t-shirt</i> with <i>T-Shirt</i> in every entry in the column.</li></ul></ul>'),
('en', 'advanced_import.modifier_description.sub', '<b>sub</b>&mdash;subtracts the second parameter from the first. <ul><li>Examples:</li><ul><li><b>sub(3, 1)</b> equals <i>2</i></li> <li><b>sub($value, 7)</b> equals <i>the value of the imported field - 7</i></li></ul></ul>'),
('en', 'advanced_import.modifier_description.sum', '<b>sum</b>&mdash;sums up two numbers provided as parameters. <ul><li>Examples:</li><ul><li><b>sum(1, 3)</b> equals <i>4</i></li> <li><b>sum(7, $value)</b> equals <i>7 + the value of the imported field</i></li></ul></ul>'),
('en', 'advanced_import.modifier_description.w_replace', '<b>w_replace</b>&mdash;replaces all occurrences of the search string with the replacement string using wildcards. <br>The order of parameters is important: <b>w_replace(\'search\', \'replace\', \'subject\')</b>. <br>Supported wildcards: <b>?</b>&mdash;any single character; <b>*</b>&mdash;any number of characters to the end of the word. <ul><li>Examples</li><ul><li><b>w_replace(\'banan?\', bananas, banana banans bananz)</b> will result in <i>bananas bananas bananas</i></li> <li><b>w_replace(\"ban*\", \'bananas\', banana banans bananz)</b> will also result in <i>bananas bananas bananas</i></li></ul></ul>'),
('en', 'advanced_import.modifier_number_of_parameters', 'Number of parameters'),
('en', 'advanced_import.modifier_self_reference_is_unsupported', 'This function doesn\'t support the use of a non-modified value from the imported file.'),
('en', 'advanced_import.modifier_title', 'A modifier is a rule that alters values in a column'),
('en', 'advanced_import.never', 'Never'),
('en', 'advanced_import.new_preset', 'New preset'),
('en', 'advanced_import.options', 'Options'),
('en', 'advanced_import.preset_last_view', 'Preset'),
('en', 'advanced_import.preset_not_found', 'Preset not found'),
('en', 'advanced_import.previewing_fields_mapping', 'Previewing fields mapping for the preset: [preset]'),
('en', 'advanced_import.product_property', 'Product property in [product]'),
('en', 'advanced_import.properties', 'Properties'),
('en', 'advanced_import.remove_images', 'Remove additional images'),
('en', 'advanced_import.run_import_via_cron_message', 'You can run the import automatically at certain time intervals. To do it, add the following command to CRON:'),
('en', 'advanced_import.save_selected_file', 'Save selected file'),
('en', 'advanced_import.show_less', 'Show less'),
('en', 'advanced_import.show_more', 'Show more'),
('en', 'advanced_import.target_node', 'XML target node'),
('en', 'advanced_import.target_node.description', 'The full path to the XML node with the information about an imported entity. The nodes nested in the specified node will be used as columns of the imported file. Here is an example of the path: yml_catalog/shop/offers/offer'),
('en', 'advanced_import.test_import', 'Perform test import'),
('en', 'advanced_import.test_import_tooltip', 'If you enable this setting, only the first [n] product will be processed.|If you enable this setting, only the first [n] products will be processed.'),
('en', 'advanced_import.text_popup_file_editor_notice_full_link', 'You can upload and download files via <a class=\"advanced-import-file-editor-opener\" data-target-input-id=\"[target]\">[link_text]</a>'),
('en', 'advanced_import.unexpected_parameter_passed', 'Expected <b>[delimiter]</b> or <b>[closer]</b> got <b>[char]</b>.'),
('en', 'advanced_import.unrecognized_modifier', 'The modifier <b>[modifier]</b> does not exist.'),
('en', 'advanced_import.uploading_file', 'Uploading file for the preset: [preset]'),
('en', 'advanced_import.user_upload', 'User upload'),
('en', 'advanced_import.your_presets', 'Vendor\'s presets'),
('en', 'advanced_import_attachments', 'Product attachments'),
('en', 'advanced_import_images', 'Product images'),
('en', 'advanced_option_creation', 'Advanced option creation'),
('en', 'advanced_products_search', 'Advanced products search'),
('en', 'advanced_search', 'Advanced search'),
('en', 'advanced_search_options', 'Advanced search options'),
('en', 'advanced_storefronts_search', 'Advanced storefronts search'),
('en', 'affected_email_templates', 'Email templates using this document'),
('en', 'after_full_payment', 'After full payment'),
('en', 'after_sum', 'After sum'),
('en', 'agent', 'Agent'),
('en', 'agent_id', 'Agent ID'),
('en', 'age_limit', 'Age limit'),
('en', 'age_verification', 'Age verification'),
('en', 'age_warning_message', 'Warning message'),
('en', 'agilecrm.account_ask', 'Do not have an Agile Account. <a target=\"_blank\" href=\"https://www.agilecrm.com/pricing?utm_source=cscart	&utm_medium=website&utm_campaign=integration\" style=\"text-decoration:none;padding:5px\" class=\"btn-primary\">Create account</a> and fill the details below<br/><br/>'),
('en', 'agilecrm_btn_validate', 'Validate'),
('en', 'agile_domain', 'Agile Domain'),
('en', 'agile_rest_api_key', 'Rest API Key'),
('en', 'agreement_required', 'Agreement required'),
('en', 'all', 'All'),
('en', 'allowed', 'Allowed'),
('en', 'allowed_combinations', 'Allowed combinations'),
('en', 'allowed_extensions', 'Allowed extensions'),
('en', 'allowed_extensions_hint', 'Leave this field empty to allow uploading of all file types, or input allowed extensions separated by comma (e.g. jpg,bmp,gif,pdf)'),
('en', 'allow_api_access', 'Yes, allow this user to use the API'),
('en', 'allow_return_registration', 'Allow return registration'),
('en', 'all_actions', 'All actions'),
('en', 'all_block_types', 'All block types'),
('en', 'all_categories', 'All categories'),
('en', 'all_companies', 'All vendors'),
('en', 'all_currencies', 'All currencies'),
('en', 'all_downloads', 'All downloads'),
('en', 'all_features', 'All features'),
('en', 'all_filters', 'All product filters'),
('en', 'all_languages', 'All languages'),
('en', 'all_layouts', 'All layouts'),
('en', 'all_locations', 'All locations'),
('en', 'all_pages', 'All pages'),
('en', 'all_products', 'All products'),
('en', 'all_products_have_been_updated', 'All products have been updated successfully.'),
('en', 'all_storefronts', 'All storefronts'),
('en', 'all_storefronts_short', 'All'),
('en', 'all_stores', 'All stores'),
('en', 'all_vendors', 'All vendors'),
('en', 'all_words', 'All of these words'),
('en', 'also_bought', 'Also bought'),
('en', 'alternative_text', 'Alt text'),
('en', 'alt_text', 'Alternative text/title'),
('en', 'always', 'Always'),
('en', 'american_express', 'American Express'),
('en', 'american_express_info', 'CVV is on the front of the card above the credit card number (either on the right or on the left side of the credit card).'),
('en', 'amount', 'Amount'),
('en', 'amount_decreased', 'Quantity has been decreased by'),
('en', 'amount_increased', 'Quantity has been increased by'),
('en', 'amount_type', 'Amount type'),
('en', 'and', 'and'),
('en', 'anonymous', 'Anonymous'),
('en', 'answer', 'Answer'),
('en', 'answers', 'Answers'),
('en', 'answer_text', 'Answer text'),
('en', 'any', 'Any'),
('en', 'any_category', 'Any category'),
('en', 'any_date', 'Any date'),
('en', 'any_option_combinations', 'Any option combinations'),
('en', 'any_product', 'Any product'),
('en', 'any_status', 'Any status'),
('en', 'any_vendor', 'Any vendor'),
('en', 'any_words', 'Any of these words'),
('en', 'api', 'API'),
('en', 'apikey', 'API Key'),
('en', 'api_access', 'API access'),
('en', 'api_access_for_user', 'API access for this user'),
('en', 'api_access_has_been_disabled', 'From now on, you cannot use the API'),
('en', 'api_access_has_been_enabled', 'You are free to use the API now'),
('en', 'api_invalid_value', 'Invalid value `[value]` specified for [field]'),
('en', 'api_invalid_value_w_valid_list', 'Invalid value `[value]` specified for [field]. Valid values are: [valid_list]'),
('en', 'api_key', 'API key'),
('en', 'api_key_not_found', 'Api key was not found'),
('en', 'api_need_correct_company_id', 'Company by passed ID not found'),
('en', 'api_need_id', 'Object ID undefined'),
('en', 'api_need_params', 'Missing parameters'),
('en', 'api_need_store', 'Store is required (the company_id param or entity stores)'),
('en', 'api_not_need_id', 'ID must not be defined'),
('en', 'api_no_shipping_methods_available', 'No shipping methods are available'),
('en', 'api_order_couldnt_be_created', 'Order couldn\'t be created'),
('en', 'api_partner', 'API partner'),
('en', 'api_password', 'API password'),
('en', 'api_required_field', 'The [field] field is required'),
('en', 'api_required_fields', 'The following fields are required: [fields]'),
('en', 'api_shipments_not_allow_update', 'Only the tracking_number and carrier params can be updated with the setting \'Allow multiple shipments for a single order\' set'),
('en', 'api_shipments_update_not_allowed', 'Only the tracking_number and carrier params can be updated'),
('en', 'api_user', 'API user'),
('en', 'api_wrong_user_company_relation', 'The user doesn\'t exist for this store, and sharing users among stores is disabled.'),
('en', 'appearance', 'Appearance'),
('en', 'appearance_settings', 'Appearance settings'),
('en', 'appearance_type', 'Appearance type'),
('en', 'application_id', 'Application ID'),
('en', 'application_login', 'Application login'),
('en', 'apply', 'Apply'),
('en', 'apply_as_link', 'Apply as link'),
('en', 'apply_for_vendor_account', 'Apply for a vendor account'),
('en', 'apply_shipping_for_all_vendors', 'Allow shipping for all vendors'),
('en', 'apply_shipping_for_all_vendors_confirm', 'The shipping method will be applied to all the vendors. Are you sure you want to proceed?'),
('en', 'apply_tax_to_products', 'Apply selected taxes to all products'),
('en', 'apply_to_all_languages', 'Apply to all languages'),
('en', 'apply_to_products', 'Apply to products'),
('en', 'approval', 'Approval'),
('en', 'approve', 'Approve'),
('en', 'approved', 'Approved'),
('en', 'approve_selected', 'Approve selected'),
('en', 'app_params', 'Application'),
('en', 'arabic', 'Arabic'),
('en', 'arrows', 'Arrows'),
('en', 'asc', 'asc.'),
('en', 'assign_to_me', 'Assign to me'),
('en', 'attachments', 'Attachments'),
('en', 'attachments.attachments_delimiter', 'Attachments delimiter'),
('en', 'attachments.attachments_delimiter.description', 'Delimiter between attachments of a product.'),
('en', 'attachments.attachments_directory', 'Attachments directory'),
('en', 'attachments.attachments_need_located_root_dir', 'Please specify the attachments directory within the store root directory. Put the attachments to import in this directory.'),
('en', 'attachments.cant_upload_file', 'Couldn\'t load file [url] for product [product]'),
('en', 'attachments.delete_attachments', 'Delete existing attachments'),
('en', 'attachments.delete_attachments_tooltip', 'If you enable this setting, then the existing attachments of the imported products will be replaced with the attachments specified in the imported file (if no attachments are specified, the old attachments will remain). If the setting is disabled, the new attachments will simply be added to the existing attachments.'),
('en', 'attachments.error_exim_get_attachments_for_products', 'Could not import attachments for some of the products. Either those attachments don\'t exist (or can\'t be accessed), or the paths to those attachments in the imported file are incorrect.'),
('en', 'attempt_to_set_itself_or_a_own_child_as_its_parent_warning', 'The parent page wasn\'t changed. Reason: can\'t assign child page as a parent for its own parent.'),
('en', 'attention', 'Attention!'),
('en', 'audience', 'Audience'),
('en', 'australia_post_upgrade_notification_text', '<p>The latest version of [product] has different settings for realtime shipping rate calculation if you use Australia Post as a Carrier.</p><p>If you want to show current shipping rates to your clients, do this:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses Australia Post as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li><li>switch to the Configure tab and enter the proper <a href=\"https://developers.auspost.com.au/apis/pacpcs-registration\" target=\"_blank\">PAC API key</a></li></ul>'),
('en', 'australia_post_upgrade_notification_title', 'Australia Post realtime shipping rate calculation changes'),
('en', 'auth.one_time_password.notification.error_password_invalid', 'Sorry, it seems that the code you\'ve entered is incorrect. It may have expired or been used already. Please check the code you\'re entering or request a new code.'),
('en', 'auth.one_time_password.notification.error_password_required', 'Please enter the code to sign in.'),
('en', 'auth.one_time_password.notification.info_password_sent', 'We\'ve sent a one-time code to [email].'),
('en', 'auth.one_time_password.popup.input_placeholder', 'Enter the code here'),
('en', 'auth.one_time_password.popup.message', 'We\'ve sent a one-time code to <strong>[email]</strong>. Please enter it below, and we\'ll sign you in without a password.'),
('en', 'auth.one_time_password.popup.resend_btn', 'Resend the code'),
('en', 'auth.one_time_password.popup.sign_in_btn', 'Sign me in'),
('en', 'auth.one_time_password.popup.title', 'Password-free sign-in'),
('en', 'authentication_failed', 'Authentication failed'),
('en', 'authentication_key', 'Authentication key'),
('en', 'authentication_password', 'Authentication password'),
('en', 'author', 'Author'),
('en', 'authorization', 'Authorization'),
('en', 'authorize_before_order', 'Only registered customers can place an order. Please sign in to your account or register a new one.'),
('en', 'authorize_capture', 'Authorize and capture'),
('en', 'authorize_only', 'Authorize only'),
('en', 'auth_code', 'Auth code'),
('en', 'auth_info', 'Authentication information'),
('en', 'auto', 'Auto'),
('en', 'autoresponders', 'Autoresponders'),
('en', 'auto_set_permissions_via_ftp', 'Auto-set permissions via FTP'),
('en', 'avail', 'Available'),
('en', 'availability', 'Availability'),
('en', 'available', 'Available'),
('en', 'available_fields', 'Available fields'),
('en', 'available_for_supplier', 'Available for supplier'),
('en', 'available_for_vendor', 'Available for vendor'),
('en', 'available_items', 'Available items'),
('en', 'available_languages', 'Available'),
('en', 'available_since', 'Avail since'),
('en', 'available_upgrades', 'Available upgrades'),
('en', 'available_views', 'Available views'),
('en', 'avail_from', 'Available from'),
('en', 'avail_till', 'Available till'),
('en', 'average', 'Average'),
('en', 'avs', 'AVS'),
('en', 'awaiting', 'Awaiting'),
('en', 'awaiting_approval', 'Awaiting approval'),
('en', 'backend_google_auth.errors.not_configured', 'Please configure the add-on first'),
('en', 'backend_google_auth.login_page.btn', 'Sign in with Google'),
('en', 'backend_google_auth.login_page.help', 'Please select the email address that was specified for your administrator account.'),
('en', 'backend_google_auth.settings.authorized_redirect_uris', 'Your authorized redirect URIs:'),
('en', 'backend_google_auth.settings.create_new_application', 'To acquire your client ID and secret create a new application in your Google APIs account.'),
('en', 'backend_google_auth.settings.learn_more_about', 'Learn more about Google APIs'),
('en', 'backend_google_auth.settings.provide_your_credentials', 'Please provide your Google API credentials'),
('en', 'backend_google_auth.settings.save_and_check_btn', 'Save and test the sign-in'),
('en', 'backend_google_auth.settings.warning', 'Once you configure this add-on, only administrators with Gmail email addresses will be able to sign in to the Administration panel. If your administrators have non-Google email addresses specified, don\'t configure the add-on, or else those administrators won\'t be able to sign in.'),
('en', 'backend_google_auth.user_not_found', 'The <strong>[user]</strong> user not found'),
('en', 'backend_google_auth.warnings.only_gmail_address_is_available_to_auth', 'The \"Back-End Sign-In via Google\" add-on is active. Only administrators with Gmail email addresses will be able to sign in.'),
('en', 'backtrace', 'Backtrace'),
('en', 'backup', 'Backup'),
('en', 'backupping_data', 'Backing up data for'),
('en', 'backupping_schema', 'Backing up schema for'),
('en', 'backup_data', 'Backup database data'),
('en', 'backup_filename', 'Backup file name'),
('en', 'backup_files', 'Backup files'),
('en', 'backup_options', 'Backup options'),
('en', 'backup_restore', 'Backup/Restore'),
('en', 'backup_schema', 'Backup database schema'),
('en', 'back_in_stock_notification_footer', 'Welcome to purchase!'),
('en', 'back_in_stock_notification_header', 'We are writing to inform you that the following product is back in stock in our store:'),
('en', 'balance', 'Balance'),
('en', 'balance_account', 'Account balance'),
('en', 'balance_carried_forward', 'Balance carried forward'),
('en', 'bank', 'Bank'),
('en', 'bank_cic', 'Groupe CIC'),
('en', 'bank_cm', 'Credit Mutuel'),
('en', 'bank_obc', 'OBC'),
('en', 'bank_routing_number', 'Bank routing number'),
('en', 'banner', 'Banner'),
('en', 'banners', 'Banners'),
('en', 'banners.editing_banner', 'Editing banner'),
('en', 'banners.new_banner', 'New banner'),
('en', 'banners_menu_description', 'Create graphic and text banners that can then be placed on the storefront.'),
('en', 'banner_code', 'Banner code'),
('en', 'banner_code_for_some_products', 'Banner code for some products'),
('en', 'banner_details_notes', 'After you create a banner here, you should use the <strong>Layout editor</strong> to add it to the storefront.<br /><br />Go to <a href=\"[layouts_href]\" target=\"_blank\">Design → Layouts</a>, switch to the location where you want the banner to appear, and add a new block with type <strong>Banners</strong>.<br /><br />In this block settings, go to the <strong>Content</strong> tab, pick the <strong>Manual</strong> filling, and click on the <strong>Add banners</strong> button.<br /><br />You will see the list of all the banners in your store. Pick the one(s) you need and click on the <strong>Add banners and close</strong> button.<br /><br />Finally, click on the <strong>Create</strong> button to save your changes.'),
('en', 'banner_type.abt__ut2', 'AB: UniTheme2: Advanced banner'),
('en', 'bar', 'Bar'),
('en', 'base', 'Base'),
('en', 'baseurl', 'Base URL'),
('en', 'base_currency', 'Base'),
('en', 'base_currency_not_deleted', 'The currency has not been deleted because it is the base currency of the store.'),
('en', 'base_price', 'Base price'),
('en', 'base_rate', 'Base rate'),
('en', 'bestsellers', 'Bestsellers'),
('en', 'bestselling', 'Bestselling'),
('en', 'bigpicture_template', 'The big picture'),
('en', 'biller_code', 'Biller code'),
('en', 'billing_address', 'Billing address'),
('en', 'billing_address_line_2', 'Billing: address (line 2)'),
('en', 'billing_city', 'Billing: city'),
('en', 'billing_country', 'Billing: country'),
('en', 'billing_first_name', 'Billing: first name'),
('en', 'billing_last_name', 'Billing: last name'),
('en', 'billing_options', 'Billing Options'),
('en', 'billing_phone', 'Billing: phone'),
('en', 'billing_shipping_address', 'Billing and Shipping Address'),
('en', 'billing_state', 'Billing: state'),
('en', 'billing_zipcode', 'Billing: zipcode'),
('en', 'bill_to', 'Bill to'),
('en', 'birthday', 'Birthday'),
('en', 'bling', 'Bling ERP'),
('en', 'bling_integration', 'Integração com a Bling'),
('en', 'block', 'Block'),
('en', 'blocks', 'Blocks'),
('en', 'block_abt__ut2_advanced_subcategories_menu', 'AB: Advanced subcategories menu'),
('en', 'block_abt__ut2_light_menu', 'AB: Fly menu'),
('en', 'block_ab__deal_of_the_day', 'AB: Deal of the day'),
('en', 'block_ab__deal_of_the_day_description', 'Preview of the chosen promotion'),
('en', 'block_ab__fast_navigation', 'AB: Fast navigation'),
('en', 'block_ab__fast_navigation_categories', 'AB: Fast navigation by categories'),
('en', 'block_ab__fast_navigation_categories_description', 'Fast navigation block by subcategories'),
('en', 'block_ab__fast_navigation_description', 'Block with fast navigation'),
('en', 'block_ab__motivation_block', 'AB: Motivation block'),
('en', 'block_ab__motivation_block_description', 'Output additional information about the store work'),
('en', 'block_ab__multi_deal_of_the_day', 'AB: Multi Deal of the day'),
('en', 'block_ab__multi_deal_of_the_day_description', 'Display anounce of one of chosen promotions, considering to their priorities'),
('en', 'block_ab__promotions', 'AB: Promotions'),
('en', 'block_ab__promotions_description', 'Promotions list');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('en', 'block_ab__promotion_main_data', 'AB: Promotion header'),
('en', 'block_ab__promotion_main_data_description', 'General promotion data (name, image, description etc.)'),
('en', 'block_already_exists_in_grid', 'This block already exists in this grid'),
('en', 'block_availability_in_stores', 'Availability in stores'),
('en', 'block_availability_in_stores_description', 'List of stores where the product can be purchased'),
('en', 'block_banners', 'Banners'),
('en', 'block_banners_description', 'Visual and text banners'),
('en', 'block_blog', 'Recent posts'),
('en', 'block_breadcrumbs', 'Breadcrumbs'),
('en', 'block_breadcrumbs_description', 'Navigation breadcrumbs'),
('en', 'block_call_request', 'Call request'),
('en', 'block_call_request_description', 'Store phone number and form for requesting a call'),
('en', 'block_cart_content', 'Cart content'),
('en', 'block_cart_content_description', 'Current cart content'),
('en', 'block_categories', 'Categories'),
('en', 'block_categories_description', 'Category trees'),
('en', 'block_checkout', 'Checkout'),
('en', 'block_checkout_description', 'Current order information'),
('en', 'block_closest_vendors', 'Closest vendors'),
('en', 'block_closest_vendors_description', 'Vendors from customer\'s city'),
('en', 'block_content', 'Block content'),
('en', 'block_currencies', 'Currencies'),
('en', 'block_currencies_description', 'Currency selector'),
('en', 'block_disabled', 'Block was disabled for this location'),
('en', 'block_enabled', 'Block was enabled for this location'),
('en', 'block_et_category_banner', 'ET - Category banners'),
('en', 'block_et_cta', 'ET - Call to action'),
('en', 'block_et_eib', 'ET - Extra info block'),
('en', 'block_et_featured_product_banner_tabs', 'ET - Featured product banner tabs'),
('en', 'block_et_featured_vendors', 'ET - Featured vendors'),
('en', 'block_et_featured_vendors_sidebar', 'ET - Featured vendors sidebar'),
('en', 'block_et_home_banners', 'ET - Home banners'),
('en', 'block_et_home_grid', 'ET - Home grid'),
('en', 'block_et_main_menu', 'ET - Main menu'),
('en', 'block_et_menu_horizontal', 'ET - Menu (horizontal)'),
('en', 'block_et_profile_info', 'ET - Profile info'),
('en', 'block_et_search', 'ET - Search'),
('en', 'block_et_sidebar_subcategories', 'ET - Sidebar subcategories'),
('en', 'block_et_subcaegories', 'ET - Subcategories'),
('en', 'block_et_subcategories', 'ET - Subcategories'),
('en', 'block_et_top_menu', 'ET - Top menu'),
('en', 'block_et_vendor_categories', 'ET - Vendor categories'),
('en', 'block_et_vendor_contact_button', 'ET - Vendor contact button'),
('en', 'block_et_vendor_store_description', 'ET - Vendor store description'),
('en', 'block_et_vendor_store_header', 'ET - Vendor store header'),
('en', 'block_et_vendor_store_header_mobile', 'ET - Vendor store header (mobile)'),
('en', 'block_et_vendor_store_menu', 'ET - Vendor store menu'),
('en', 'block_et_vendor_store_menu_mobile', 'ET - Vendor store menu (mobile)'),
('en', 'block_geo_maps_customer_location', 'Customer location'),
('en', 'block_geo_maps_customer_location_description', 'Current city and city selection form'),
('en', 'block_gift_certificates_verify', 'Gift certificate verification'),
('en', 'block_gift_certificates_verify_description', 'Gift certificate input and validation'),
('en', 'block_html_block', 'HTML block'),
('en', 'block_html_block_description', 'Any HTML content'),
('en', 'block_ip_after', 'Block IP after a number of unsuccessful attempts'),
('en', 'block_languages', 'Languages'),
('en', 'block_languages_description', 'Language selector'),
('en', 'block_lite_checkout_customer_address', 'Checkout: Address'),
('en', 'block_lite_checkout_customer_address_description', 'Profile fields for customer address'),
('en', 'block_lite_checkout_customer_billing', 'Checkout: Billing address'),
('en', 'block_lite_checkout_customer_billing_description', 'Profile fields for billing address'),
('en', 'block_lite_checkout_customer_information', 'Checkout: Customer Information'),
('en', 'block_lite_checkout_customer_information_description', 'Profile fields for customer information'),
('en', 'block_lite_checkout_customer_notes', 'Checkout: Notes'),
('en', 'block_lite_checkout_customer_notes_description', 'Customer\'s notes about the order'),
('en', 'block_lite_checkout_customer_sign_in', 'Checkout: Sign-In'),
('en', 'block_lite_checkout_customer_sign_in_description', 'Sign-in button'),
('en', 'block_lite_checkout_location', 'Checkout: Location'),
('en', 'block_lite_checkout_location_description', 'Customer\'s city, state, and country'),
('en', 'block_lite_checkout_newsletters', 'Checkout: Newsletters'),
('en', 'block_lite_checkout_newsletters_description', 'Ability to sign up for newsletters'),
('en', 'block_lite_checkout_payment_methods', 'Checkout: Payment methods'),
('en', 'block_lite_checkout_payment_methods_description', 'Payment method selection'),
('en', 'block_lite_checkout_shipping_methods', 'Checkout: Shipping methods'),
('en', 'block_lite_checkout_shipping_methods_description', 'Shipping method selection'),
('en', 'block_lite_checkout_terms_and_conditions', 'Checkout: Terms and conditions'),
('en', 'block_lite_checkout_terms_and_conditions_description', 'Checkbox for accepting terms and conditions'),
('en', 'block_localizations', 'Localizations'),
('en', 'block_localizations_description', 'Localization selector'),
('en', 'block_location_selector', 'Customer\'s location'),
('en', 'block_location_selector_description', 'Enter address to search by location'),
('en', 'block_mailing_lists', 'Newsletter subscription'),
('en', 'block_mailing_lists_description', 'Email field for newsletter subscription'),
('en', 'block_main', 'Main'),
('en', 'block_main_description', 'Main content (loaded by controller)'),
('en', 'block_manager', 'Block manager'),
('en', 'block_manager.add_layout_page', 'Add layout page'),
('en', 'block_manager.availability.desktop', 'Desktop'),
('en', 'block_manager.availability.phone', 'Phone'),
('en', 'block_manager.availability.show_on', 'Show on'),
('en', 'block_manager.availability.tablet', 'Tablet'),
('en', 'block_manager.brands_per_screen', 'Brands per screen'),
('en', 'block_manager.can_not_add_product', 'Sorry, we couldn\'t take you to the checkout page. It requires at least one product in cart, and we couldn\'t add any. Please create a product and make it available on the storefront first.'),
('en', 'block_manager.dynamic_entity_categories', 'category'),
('en', 'block_manager.dynamic_entity_companies', 'vendor'),
('en', 'block_manager.dynamic_entity_pages', 'page'),
('en', 'block_manager.dynamic_entity_products', 'product'),
('en', 'block_manager.editing_layout_page', 'Editing layout page'),
('en', 'block_manager.fixed_layout', 'Fixed width'),
('en', 'block_manager.fluid_layout', 'Fluid'),
('en', 'block_manager.forbid_changing_layout_in_css_mode', 'Changing layout when the theme is converted to CSS is not permitted. Please enable LESS mode in the <a target=\"_blank\" class=\"cm-post\" href=\"[url]\">Theme editor</a>.'),
('en', 'block_manager.full_width_layout', 'Full width'),
('en', 'block_manager.grid_columns', 'Grid columns'),
('en', 'block_manager.layout_pages', 'Layout pages'),
('en', 'block_manager.layout_width', 'Layout width'),
('en', 'block_manager.manage_layout_in_tab_not_exist_location', '<p>This [entity] currently doesn\'t have an associated layout page. That\'s why it uses blocks from the default layout page.<br> If you\'d like to edit blocks specifically for this [entity], then:</p><p><ol><li>Go to <b><a href=\"[link]\">Design → Layouts</a></b></li><li>Add a layout page with <b>Dispatch:</b> <code>[dispatch_value]</code>.</li><li>Switch to the <b>[entity_tab]</b> tab and make sure that the layout page is enabled for this [entity].</li><li>Save your changes and return here.</li></ol></p>'),
('en', 'block_manager.manage_layout_in_tab_unavailable', 'Sorry, you can\'t edit blocks for this [entity]. If you\'d like to do this, please contact the main administrator. Ask him or her to check the <b>Layouts</b> tab of this [entity] in their admin panel. That will give the main admin all the necessary information.'),
('en', 'block_manager.manage_layout_in_tab_unavailable_by_object_id', '<p>This [entity] currently doesn\'t have an associated layout page. That\'s why it uses blocks from the default layout page.<br> If you\'d like to edit blocks specifically for this [entity], then:</p><p><ol><li>Edit the <b><a href=\"[link]\">[location_name]</a></b> layout page.</li><li>Switch to the [entity_tab] tab and make sure that the layout page is enabled for this [entity].</li><li>Save your changes and return here.</li></ol></p>'),
('en', 'block_manager.max_width', 'Maximal width'),
('en', 'block_manager.min_width', 'Minimal width'),
('en', 'block_manager.new_layout_page', 'New layout page'),
('en', 'block_manager.total_displayed_brands', 'Total amount of brands displayed'),
('en', 'block_manager.view_layout.desktop', 'Desktop preview'),
('en', 'block_manager.view_layout.phone', 'Phone preview'),
('en', 'block_manager.view_layout.reset_filter', 'Edit layouts'),
('en', 'block_manager.view_layout.tablet', 'Tablet preview'),
('en', 'block_manager.wrappers.lite_checkout', 'Lite checkout'),
('en', 'block_menu', 'Menu'),
('en', 'block_menu_description', 'Different types of menus'),
('en', 'block_my_account', 'My account'),
('en', 'block_my_account_description', 'Customer profile access'),
('en', 'block_name', 'Block name'),
('en', 'block_options', 'Block options'),
('en', 'block_order', 'Block order'),
('en', 'block_our_brands', 'Brands'),
('en', 'block_our_brands_description', 'Product brands presented in the store'),
('en', 'block_pages', 'Pages'),
('en', 'block_pages_description', 'Store pages'),
('en', 'block_payment_methods', 'Payment methods'),
('en', 'block_payment_methods_description', 'Available payment methods'),
('en', 'block_polls', 'Polls'),
('en', 'block_products', 'Products'),
('en', 'block_products_description', 'Product showcase'),
('en', 'block_product_filters', 'Product filters'),
('en', 'block_product_filters_description', 'Product filtering options'),
('en', 'block_product_filters_home', 'Product filters for home page'),
('en', 'block_product_filters_home_description', 'Product filtering options, displayed on home page'),
('en', 'block_rees46', 'REES46'),
('en', 'block_rees46_description', 'Recommendation widget'),
('en', 'block_rss_feed', 'RSS feed'),
('en', 'block_rss_feed_description', 'RSS feed subscription icon'),
('en', 'block_search_vendors', 'Vendors by location'),
('en', 'block_search_vendors_description', 'Search for vendors in a specific location'),
('en', 'block_settings', 'Block settings'),
('en', 'block_shipping_methods', 'Shipping methods'),
('en', 'block_shipping_methods_description', 'Available shipping methods'),
('en', 'block_smarty_block', 'HTML block with Smarty support'),
('en', 'block_smarty_block_description', 'Any HTML/Smarty content'),
('en', 'block_store_locator', 'Store locator'),
('en', 'block_store_locator_description', 'Store locator block'),
('en', 'block_tags', 'Tags'),
('en', 'block_tags_description', 'Product tags'),
('en', 'block_template', 'Template'),
('en', 'block_template_description', 'Block with a particular template'),
('en', 'block_testimonials', 'Testimonials'),
('en', 'block_testimonials_description', 'User testimonials'),
('en', 'block_text', 'Block text'),
('en', 'block_time', 'Time for which IP should be blocked'),
('en', 'block_vendors', 'Vendors'),
('en', 'block_vendors_map', 'Vendor map'),
('en', 'block_vendors_map_description', 'A map of all vendors'),
('en', 'block_vendor_blog', 'Vendor recent posts'),
('en', 'block_vendor_categories', 'Vendor categories'),
('en', 'block_vendor_categories_description', 'Product categories available to a particular vendor'),
('en', 'block_vendor_filters', 'Vendor filters'),
('en', 'block_vendor_information', 'Vendor information'),
('en', 'block_vendor_logo', 'Vendor logo'),
('en', 'block_vendor_plan_info', 'Vendor plan info'),
('en', 'block_vendor_plan_info_description', 'Shows information about the selected vendor plan'),
('en', 'block_vendor_search', 'Search by vendor products'),
('en', 'block_width', 'Block width'),
('en', 'block_wrapper_updated', 'Block wrapper was updated'),
('en', 'blog', 'Blog'),
('en', 'blog.add_post', 'Add blog post'),
('en', 'blog.editing_post', 'Editing blog post'),
('en', 'blog.et_featured_recent_posts_scroller', 'ET - Blog featured recent posts scroller'),
('en', 'blog.et_sidebar_latest_posts_scroller', 'ET - Blog sidebar latest posts scroller'),
('en', 'blog.new_post', 'New blog post'),
('en', 'blog.post', 'Post'),
('en', 'blog.posts', 'Posts'),
('en', 'blog.read_more', 'Read more'),
('en', 'blog.recent_posts', 'Blog: recent posts'),
('en', 'blog.recent_posts_scroller', 'Blog: recent posts scroller'),
('en', 'blog.text_links', 'Blog: text links'),
('en', 'blog.view_post', 'View post'),
('en', 'blog_functionality_notes', '<p>Use this page to manage your blog. This is how you should organize your blog posts:</p><ul><li>Blog is a usual post that has the <b>Root level page</b> as the Parent page.</li><li>Choose <b>Blog</b> as the Parent page for your blog posts.</li></ul>'),
('en', 'blog_menu_description', 'Manage your blog posts.'),
('en', 'bm.customer_information_block.warning.email_or_phome_must_be_required', 'Contact information must always have either email, or phone as a required field.'),
('en', 'bm.customer_information_block.warning.field_automaticly_added', '\"[field_name]\" has been added as a required field automatically.'),
('en', 'bm.customer_information_block.warning.field_marked_as_required', 'The \"[field_name]\" field has been marked as required.'),
('en', 'bm_confirm', 'Performing this action will [action] this block on all the [location_name] pages. Do you want to continue?'),
('en', 'body', 'Body'),
('en', 'body_html', 'HTML body'),
('en', 'bonus', 'Bonus'),
('en', 'bonuses', 'Bonuses'),
('en', 'both', 'Both'),
('en', 'bottom_panel.admin_panel', 'Admin panel'),
('en', 'bottom_panel.build_mode', 'Edit structure'),
('en', 'bottom_panel.build_mode.not_available', 'Available only at the checkout page. Add a product to cart and go to checkout to see how it works.'),
('en', 'bottom_panel.buy_license', 'Buy license'),
('en', 'bottom_panel.change_theme', 'Change theme'),
('en', 'bottom_panel.community_forums', 'Community forums'),
('en', 'bottom_panel.customer_help_desk', 'Contact support'),
('en', 'bottom_panel.documentation', 'Documentation'),
('en', 'bottom_panel.download', 'Download'),
('en', 'bottom_panel.edit_layout', 'Edit layout'),
('en', 'bottom_panel.edit_menus', 'Edit menus'),
('en', 'bottom_panel.edit_product_tabs', 'Edit product tabs'),
('en', 'bottom_panel.edit_template', 'Edit template'),
('en', 'bottom_panel.edit_translations', 'Edit translations'),
('en', 'bottom_panel.faq', 'FAQ'),
('en', 'bottom_panel.go_to_dashboard', 'Go to Dashboard'),
('en', 'bottom_panel.go_to_home_page', 'Go to home page'),
('en', 'bottom_panel.help', 'Help'),
('en', 'bottom_panel.hide_bottom_admin_panel', 'Hide admin toolbar'),
('en', 'bottom_panel.hire_a_developers', 'Hire a developer'),
('en', 'bottom_panel.preview_mode', 'Preview'),
('en', 'bottom_panel.restore_demo', 'Restore demo'),
('en', 'bottom_panel.settings', 'Settings'),
('en', 'bottom_panel.show_bottom_admin_panel', 'Show admin toolbar'),
('en', 'bottom_panel.storefront', 'Storefront'),
('en', 'bottom_panel.text_mode', 'Edit texts'),
('en', 'bottom_panel.theme_mode', 'Edit style'),
('en', 'bottom_panel.theme_mode.not_available', 'Available only in your microstore or on the pages of your products and blog articles.'),
('en', 'bottom_panel.trial_left', 'Remaining trial period'),
('en', 'bottom_panel.vendor_panel', 'Vendor panel'),
('en', 'bottom_panel.video_tutorials', 'Video tutorials'),
('en', 'bought', 'Already bought'),
('en', 'bought_amount', 'Bought quantity'),
('en', 'box_height', 'Box height'),
('en', 'box_length', 'Box length'),
('en', 'box_size', 'Box size'),
('en', 'box_width', 'Box width'),
('en', 'brand', 'Brand'),
('en', 'brand_type', 'Brand/Manufacturer'),
('en', 'breadcrumbs', 'Breadcrumbs'),
('en', 'broken_addon_pack', 'Incorrect add-on structure. The uploaded pack cannot be installed.'),
('en', 'broken_po_pack', 'Incorrect PO-pack structure. The uploaded pack cannot be installed.'),
('en', 'browse', 'Browse...'),
('en', 'browser_upgrade_notice', '<p>We have detected that the browser you are using is not fully supported by our Admin Panel. You can view this site using your current browser but it may not display properly, and you may not be able to fully use all features.</p><br><p>Admin Panel is best viewed using the following browsers:</p><br><ul><li>&ndash; <a href=\"http://windows.microsoft.com/en-US/internet-explorer/products/ie/home\" target=\"_blank\">Internet Explorer 9 and above</a></li><li>&ndash; <a href=\"http://www.mozilla.org/en-US/\" target=\"_blank\">Mozilla Firefox (latest version)</a></li><li>&ndash; <a href=\"https://www.google.com/intl/en/chrome/browser/\" target=\"_blank\">Google Chrome (latest version)</a></li></ul><br><p>Click on one of the links to download the browser of your choice. Once the download has completed, install the browser by running the setup program.</p><br><p>If you cannot upgrade your browser now, you can still access Admin Panel, but you may not be able to fully use all features.<br><br><a href=\"[url]\">Continue</a></p>'),
('en', 'browser_upgrade_notice_title', 'Browser Upgrade Notice'),
('en', 'browse_all_available_addons', 'Browse all available add-ons'),
('en', 'browse_all_available_themes', 'Browse all available themes'),
('en', 'browse_by_category', 'Browse by category'),
('en', 'bucket', 'Bucket'),
('en', 'bulk_attempt_to_set_itself_or_a_own_child_as_its_parent_warning', 'The parent page of some of the selected pages wasn\'t changed. Reason: can\'t assign child page as a parent for its own parent.'),
('en', 'bulk_category_addition', 'Bulk category addition'),
('en', 'bulk_category_deletion_side_effects', 'This will delete all selected categories\' products, as well as their subcategories and their products.'),
('en', 'bulk_edit.decrease_hint', 'To decrease the value use the \"-\". Example: -5'),
('en', 'bulk_edit.example_of_modified_value', 'Example of the modified value'),
('en', 'bulk_edit.make_active', 'Make products active'),
('en', 'bulk_edit.make_disabled', 'Make products disabled'),
('en', 'bulk_edit.make_hidden', 'Make products hidden'),
('en', 'bulk_edit.price_and_stock', 'Price & Stock'),
('en', 'bulk_edit.some_products_were_omitted', 'Some products were skipped because the last remaining category can\'t be removed or added for a product.'),
('en', 'bulk_edit.some_products_were_omitted_other_storefront', 'Couldn\'t edit selected products. Some of the selected products belong to other storefronts; please deselect those products to be able to edit remaining ones.'),
('en', 'bulk_edit.unable_to_delete_all_categories', 'At least one category must be selected'),
('en', 'bulk_edit.what_do_these_checkboxes_mean', 'What do these checkboxes mean?'),
('en', 'bulk_edit.what_do_these_checkboxes_mean_checked', 'all the selected products belong to this category or will be assigned to it.'),
('en', 'bulk_edit.what_do_these_checkboxes_mean_indeterminate', 'some of the selected products belong to this category; no changes will be made.'),
('en', 'bulk_edit.what_do_these_checkboxes_mean_unchecked', 'none of the selected products belong to this category, or they will be removed from it.'),
('en', 'bulk_print_invoice', 'Invoice bulk print'),
('en', 'bulk_print_packing_slip', 'Packing slip bulk print'),
('en', 'bulk_print_pdf', 'Invoice bulk print (PDF)'),
('en', 'bulk_product_addition', 'Bulk product addition'),
('en', 'bulk_product_features_warning', 'This change won\'t affect some of the selected features, because they belong to a feature group. You can assign categories to an entire feature group.'),
('en', 'bundleid', 'Bundle Id'),
('en', 'button_bgcolor', 'Button background color'),
('en', 'button_text_color', 'Button text color'),
('en', 'but_change', 'Change'),
('en', 'buyer_name', 'Buyer\'s name'),
('en', 'buy_in_advance', 'Buy in advance'),
('en', 'buy_in_advance_upgrade_notification.message', '<p>Customers can now preorder products that have <b>Out of stock actions</b> set to <i>Buy in advance</i> even when the <b>Allow negative amount in inventory</b> setting is disabled. Currently the following products are available on backorder:</p><ul>[products_list]</ul><p>If you don\'t want to allow customers to purchase some of these products while you don\'t have them in stock, please edit these products and set their <b>Out of stock actions</b> to <i>None</i>.</p>'),
('en', 'buy_in_advance_upgrade_notification.title', 'New behavior of \"Out of stock actions: Buy in advance\"'),
('en', 'buy_license', 'Purchase a license'),
('en', 'buy_new_storefront_license', 'Buy [product] Storefront License'),
('en', 'buy_now', 'Buy now'),
('en', 'buy_now_url', 'Buy Now URL'),
('en', 'buy_together', 'Buy together'),
('en', 'buy_together_calculation_information', 'Total price: [total_price], Discount: [discount], Combination price: [combination_price]'),
('en', 'buy_together_combination_cannot_be_added', 'Combination cannot be added to cart'),
('en', 'buy_together_fill_the_mandatory_fields', 'Please specify product options before adding this product combination to the cart.'),
('en', 'buy_together_info_message', 'To add a combination, first <a class=\"buy-together-js-storefront-switcher\" data-ca-switcher-storefront-id=\"[storefront_id]\" data-ca-switcher-param-name=\"switch_company_id\" data-ca-switcher-product-id=\"[product_id]\">select the storefront</a>.'),
('en', 'buy_together_info_message_for_mve', 'Only vendors can add product combinations. To add a combination, first <a class=\"buy-together-js-company-switcher\" data-ca-switcher-company-id=\"[company_id]\" data-ca-switcher-param-name=\"company_id\" data-ca-switcher-product-id=\"[product_id]\">log in as vendor</a>.'),
('en', 'buy_together_is_not_compatible_with_configurator', '[product_name] cannot be added to combination. Buy together is not compatible with the Product configurator add-on'),
('en', 'buy_together_is_not_compatible_with_recurring_billing', '[product_name] cannot be added to combination. Buy together is not compatible with the Recurring billing add-on'),
('en', 'buy_together_product_was_removed', '[product] did not have enough amount ([amount]) and was removed from the cart'),
('en', 'by', 'by'),
('en', 'bytes', 'bytes'),
('en', 'by_fixed', 'by fixed amount'),
('en', 'by_percentage', 'by percentage of the original price'),
('en', 'b_first_name_and_last_name', 'First name and last name (for billing)'),
('en', 'b_fullname', 'Full name (for billing)'),
('en', 'b_last_name_and_first_name', 'Last name and first name (for billing)'),
('en', 'C128A', 'Code 128 is a high-density barcode symbology.<br/>Used extensively worldwide.<br/>Code 128 is designed to encode 128 full ASCII characters.<br/>Code 128-A - 0-9, A-Z, ASCII control codes, special characters.<br/>Code 128-B - 0-9, A-Z, a-z, special characters.<br/>Code 128-C - 00-99 (double density encoding of numeric only data).<br/>'),
('en', 'C128B', 'Code 128 is a high-density barcode symbology.<br/>Used extensively worldwide.<br/>Code 128 is designed to encode 128 full ASCII characters.<br/>Code 128-A - 0-9, A-Z, ASCII control codes, special characters.<br/>Code 128-B - 0-9, A-Z, a-z, special characters.<br/>Code 128-C - 00-99 (double density encoding of numeric only data).<br/>'),
('en', 'C128C', 'Code 128 is a high-density barcode symbology.<br/>Used extensively worldwide.<br/>Code 128 is designed to encode 128 full ASCII characters.<br/>Code 128-A - 0-9, A-Z, ASCII control codes, special characters.<br/>Code 128-B - 0-9, A-Z, a-z, special characters.<br/>Code 128-C - 00-99 (double density encoding of numeric only data).<br/>'),
('en', 'C39', 'Known also as USS Code 39, 3 of 9.<br/>Code 39 can encode alphanumeric characters.<br/>The symbology is used in non-retail environment.<br/>Code 39 is designed to encode 26 upper case letters, 10 digits and 7 special characters.'),
('en', 'cache_cleared', 'Cache has been cleared'),
('en', 'calculate', 'Calculate'),
('en', 'calculated_automatically', 'Calculated automatically'),
('en', 'calculated_rate', 'Calculated rate'),
('en', 'calculate_shipping_cost', 'Calculate shipping cost'),
('en', 'calendar', 'Calendar'),
('en', 'call_request.work_time', 'Mon-Fr 9a.m.-6p.m.'),
('en', 'call_requests', 'Call requests'),
('en', 'call_requests.agreement_text_full_request_call_request_form', '<p>We ([company]) will use the data you provide here to contact you regarding your call request or order. That data will remain in our system, visible to our staff (or the relevant vendor), until you withdraw your consent. If you’d like to have your personal data removed, send an email to [email].</p> <p>If you believe that your personal data has been misused, you have the right to lodge a complaint with a supervisory authority. We’re obliged by EU General Data Protection Regulation to let you know about this right; we don’t actually intend to misuse your data.</p>'),
('en', 'call_requests.agreement_text_short_request_call_request_form', 'I agree to have my personal data <u>processed as follows.</u>'),
('en', 'call_requests.awaiting_call', 'Awaiting call'),
('en', 'call_requests.buy_now_with_one_click', 'Buy now with 1-click'),
('en', 'call_requests.convenient_time', 'Convenient time'),
('en', 'call_requests.enter_phone_or_email_text', 'Please enter your phone number or email (for our manager to contact you)'),
('en', 'call_requests.error_validate_call_form', 'Please enter your email or phone number'),
('en', 'call_requests.error_validator_phone', 'The phone number in the <b>[field]</b> field is invalid.'),
('en', 'call_requests.event.request_about_product_created.name', 'Call requests: request about product created'),
('en', 'call_requests.event.request_created.name', 'Call requests: request created'),
('en', 'call_requests.notes', 'Notes'),
('en', 'call_requests.no_name_specified', 'No name specified'),
('en', 'call_requests.order_exists', 'Order exists'),
('en', 'call_requests.order_placed', 'We have received your request! The order #[order_id] has been successfully created. Our manager will contact you soon.'),
('en', 'call_requests.person_name_and_phone', 'Name and phone'),
('en', 'call_requests.phone_from_settings', 'Phone from settings'),
('en', 'call_requests.requested_product', 'Requested product'),
('en', 'call_requests.request_call', 'Request call'),
('en', 'call_requests.request_call_request_form', 'Call requests: request form'),
('en', 'call_requests.request_recieved', 'We have received your request! Our manager will contact you soon.'),
('en', 'call_requests.responsible', 'Responsible'),
('en', 'call_requests.status.completed', 'Completed'),
('en', 'call_requests.status.in_progress', 'In progress'),
('en', 'call_requests.status.new', 'New'),
('en', 'call_requests.status.no_answer', 'No answer'),
('en', 'call_requests.text_buy_with_one_click_request', 'Сustomer [customer] is <a href=\"[href]\">awaiting your call</a> on [phone_number], regarding the purchase of the product <a href=\"[product_href]\">[product_name]</a>.'),
('en', 'call_requests.text_call_request', 'Customer [customer] is <a href=\"[href]\">awaiting your call</a> on [phone_number].'),
('en', 'call_requests.text_call_request_call_time', 'The convenient call time is between [time_from] and [time_to].'),
('en', 'call_requests.use_for_call_requests', 'Call request and buy now with one click form'),
('en', 'call_requests_menu_description', 'Manage customer call requests'),
('en', 'campaign', 'Campaign'),
('en', 'campaigns', 'Campaigns'),
('en', 'campaign_stats', 'Campaign statistics'),
('en', 'canada_post_activation_error', 'To activate the Canada post shipping processor, you must have the Canadian Dollar currency enabled.'),
('en', 'canada_post_upgrade_notification_text', '<p>The latest version of [product] has different settings for realtime shipping rate calculation if you use Canada Post as a Carrier.</p><p>If you want to show current shipping rates to your clients, do this:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses Canada Post as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li><li>switch to the Configure tab and enter the proper <a href=\"https://www.canadapost.ca/cpo/mc/business/productsservices/developers/services/gettingstarted.jsf\" target=\"_blank\">API keys</a></li></ul>'),
('en', 'canada_post_upgrade_notification_title', 'Canada Post realtime shipping rate calculation changes'),
('en', 'cancel', 'Cancel'),
('en', 'canceled_reversal', 'Canceled reversal'),
('en', 'cancelled', 'Canceled'),
('en', 'cancel_order', 'Cancelar pedido'),
('en', 'cancel_url_target', 'Cancel URL target'),
('en', 'cannot_buy', 'You cannot buy the product with these option variants'),
('en', 'cannot_proccess_checkout', 'Your cart is empty, so you cannot proceed to checkout.'),
('en', 'cannot_proccess_checkout_without_payment_methods', 'There are no payment methods available, so you cannot proceed to checkout.'),
('en', 'cannot_remove_active_theme', 'Cannot remove the active theme'),
('en', 'cannot_remove_theme_has_dependent_themes', 'The theme can\'t be removed as the following themes depend on it: [dependent_themes]'),
('en', 'cannot_upload_file', 'Cannot upload file'),
('en', 'cannot_write_file', 'Cannot write to the file <b>[file]</b>. Please check the file and directory permissions.'),
('en', 'cant_create_backup_file', 'Cannot upload backup file. Please check permissions for the \"var/backups\" directory of your installation.'),
('en', 'cant_find_thread', 'Thread can not be found.'),
('en', 'cant_remove_addon_files', 'Add-on files couldn\'t be removed'),
('en', 'cant_remove_default_storefront', 'Default storefront <b>[url]</b> can\'t be removed'),
('en', 'cant_save_percentage_price', 'You can not use percentage value for base price.'),
('en', 'cant_upload_file', 'Couldn\'t upload the file. The problem isn\'t necessarily on the [product] end. If it occurs regularly, please contact your server administrator or our technical support.'),
('en', 'can_not_add_file_type_profile_field', 'Sorry, this page doesn\'t support fields with the \"File\" type, and they weren\'t added.'),
('en', 'captcha_upgrade_notification_text', '<p>Previously you had to use <b>Settings → Image verification</b> to configure anti-bot protection. Starting with [product] 4.5.1, that section of the settings doesn\'t exist. All relevant settings were moved to the Google reCAPTCHA add-on. The values of those settings remain as they were before the upgrade.</p><p>The Google reCAPTCHA add-on is now the only mechanism of anti-bot protection available in [product] by default. To set up anti-bot validation, follow these steps:</p><ol><li>Go to <b>Add-ons → Manage add-ons</b>.</li><li>Find and click on <b>Google reCAPTCHA</b> in the list of add-ons.</li><li>A pop-up window will open. Enter <b>Site key</b> and <b>Secret token</b>, then save your changes. The instructions on how to get the key and token are available <a href=\'https://developers.google.com/recaptcha/docs/start\' target=\'_blank\'>here</a>.</li><li>Configure other settings of the add-on as you see fit.</li></ol>'),
('en', 'captcha_upgrade_notification_title', 'Image verification was fully replaced by Google reCAPTCHA'),
('en', 'capture', 'Capture'),
('en', 'card', 'Card'),
('en', 'cardholder_name', 'Cardholder\'s name'),
('en', 'card_number', 'Card number'),
('en', 'carousel', 'Carousel'),
('en', 'carousel_swiper', 'Swiper'),
('en', 'carrier', 'Carrier'),
('en', 'carrier_aup', 'Australia Post'),
('en', 'carrier_can', 'Canada Post'),
('en', 'carrier_dhl', 'DHL'),
('en', 'carrier_fedex', 'FedEx'),
('en', 'carrier_store_locator', 'Pickup'),
('en', 'carrier_swisspost', 'SwissPost'),
('en', 'carrier_temando', 'Temando'),
('en', 'carrier_ups', 'UPS'),
('en', 'carrier_usps', 'USPS'),
('en', 'cart', 'Cart'),
('en', 'cart_content', 'Cart content'),
('en', 'cart_contents', 'Cart contents'),
('en', 'cart_info', 'Site info'),
('en', 'cart_is_empty', 'Cart is empty'),
('en', 'cart_items', 'Cart items'),
('en', 'cart_or_wishlist', 'Cart or Wishlist'),
('en', 'cart_subtotal', 'Cart subtotal'),
('en', 'cash_on_delivery', 'Cash on delivery'),
('en', 'catalog', 'Catalog'),
('en', 'catalog_mode', 'Catalog Mode'),
('en', 'catalog_pages', 'Catalog pages'),
('en', 'categories', 'Categories'),
('en', 'categories_have_been_added', 'Categories have been added'),
('en', 'categories_in', 'Categories in'),
('en', 'categories_menu_description', 'View product categories which are used to group products in your store.'),
('en', 'category', 'Category'),
('en', 'category_deletion_side_effects', 'This will delete all selected category\'s products, as well as its subcategories and their products.'),
('en', 'category_delimiter', 'Category delimiter'),
('en', 'category_description', 'Category description'),
('en', 'category_location', 'Category location'),
('en', 'category_name', 'Category name'),
('en', 'cc_button_submit', 'Proceed to checkout'),
('en', 'cc_last_digit', 'Final do cartão'),
('en', 'cdn_settings', 'CDN settings'),
('en', 'central', 'Central'),
('en', 'central_content', 'Central content'),
('en', 'certificate', 'Certificate'),
('en', 'certificate_already_used', 'This gift certificate is already in use'),
('en', 'certificate_code_not_available', 'Gift certificate cannot be applied. Please contact the store administration.'),
('en', 'certificate_code_not_valid', 'Gift certificate code is not valid'),
('en', 'certificate_filename', 'Certificate filename'),
('en', 'certificate_verification', 'Validate/Redeem gift certificate'),
('en', 'change', 'Change'),
('en', 'changed', 'Changed'),
('en', 'changes', 'Changes'),
('en', 'change_access_permission_to_config', 'Also it is recommended to change the access permissions for the config.local.php file. It should have 644 (read/write for the owner and read for others) permissions.'),
('en', 'change_addons_initialization', 'Change add-ons initialization'),
('en', 'change_addons_initialization_description', 'To determine if a certain problem is caused by an add-on, you can disable third-party add-ons or all add-ons. Re-enable them later with one click.'),
('en', 'change_customer', 'Change customer'),
('en', 'change_gift_certificate_status', 'Change gift certificate status to'),
('en', 'change_language', 'Change language'),
('en', 'change_order_status_b_subj', 'Order #[order] has been backordered'),
('en', 'change_order_status_b_text', 'Your order has been backordered.'),
('en', 'change_order_status_c_subj', 'Order #[order] has been completed'),
('en', 'change_order_status_c_text', 'Your order has been completed. Thank you for choosing us.'),
('en', 'change_order_status_default_subj', 'The status of order #[order] has been changed to [status]'),
('en', 'change_order_status_default_text', 'The status of your order has been changed to [status].'),
('en', 'change_order_status_d_subj', 'Order #[order] has been declined'),
('en', 'change_order_status_d_text', 'Your order has been declined. Please contact shop administration.'),
('en', 'change_order_status_f_subj', 'Order #[order] failed'),
('en', 'change_order_status_f_text', 'Your order has been unsuccessful. Please contact shop administration.'),
('en', 'change_order_status_i_subj', 'Order #[order] has been canceled'),
('en', 'change_order_status_i_text', 'Your order has been canceled. Please contact shop administration.'),
('en', 'change_order_status_o_subj', 'Order #[order] has been placed successfully'),
('en', 'change_order_status_o_text', 'Thank you for the order. You are welcome to come back!'),
('en', 'change_order_status_p_subj', 'Order #[order] has been processed'),
('en', 'change_order_status_p_text', 'Your order has been processed successfully.'),
('en', 'change_password_notification', 'Please change your password'),
('en', 'change_password_notification_body', 'Your password to access the admin panel of the [store] store was last changed [days] days ago. For security reasons, please change your password. In order to do this, please follow the link:'),
('en', 'change_permissions', 'Change permissions'),
('en', 'change_points', 'Change points'),
('en', 'change_range', 'Change range'),
('en', 'change_to_status', 'Change to [status]'),
('en', 'charged_amount', 'Charged amount'),
('en', 'charge_to_vendor_account', 'Charge to vendor account'),
('en', 'charset', 'Character set'),
('en', 'chart', 'Chart'),
('en', 'charts', 'Charts'),
('en', 'chart_type', 'Chart type'),
('en', 'check', 'Check'),
('en', 'checkbox', 'Check box'),
('en', 'checked', 'Checked'),
('en', 'checking_account_number', 'Checking account number'),
('en', 'checking_core_edition_is_not_suitable', 'Edition of your cart ([current_edition]) is not supported. Required: [required_edition].'),
('en', 'checking_core_version_is_not_suitable', 'Version of your cart ([version]) is not supported. Minimal: [min]. Maximal: [max].'),
('en', 'checking_extension_should_be_installed', 'The [extension] extension should be installed on your server for correct add-on operation.'),
('en', 'checking_extension_should_be_removed', 'The [extension] extension should be removed from your server for correct add-on operation.'),
('en', 'checking_extension_version_is_not_suitable', 'The [extension] version ([version]) is not supported by the add-on. Minimal: [min]. Maximal: [max].'),
('en', 'checking_php_version_is_not_suitable', 'PHP version ([version]) is not supported. Minimal: [min]. Maximal: [max].'),
('en', 'checkout', 'Checkout'),
('en', 'checkout.email_exists.popup.cancel_btn', 'Use another email'),
('en', 'checkout.email_exists.popup.message', 'An account with your email already exists. We can sign you in (password won\'t be needed), or you can use another email if you\'d like.'),
('en', 'checkout.email_exists.popup.sign_in_btn', 'Sign me in'),
('en', 'checkout.email_exists.popup.title', 'You may have bought from us before'),
('en', 'checkout.min_cart_subtotal_required', 'To continue checkout process your order subtotal must exceed [amount]'),
('en', 'checkout_as_guest', 'Checkout as guest'),
('en', 'checkout_block_with_heading', 'Checkout block (H2 heading)'),
('en', 'checkout_edp_terms_n_conditions', 'I accept the terms in the'),
('en', 'checkout_location_was_rewritten_upgrade_notification_text', '<p>You can now move parts of the new checkout page around, or hide the parts you don\'t need. To do this, go to <b>Design → Layouts</b> and switch to the <i>Checkout</i> tab. For your convenience, we have updated your checkout page: it now has all the new blocks that a clean [product] installation has. Please check your checkout page and modify it as you see fit.</p><p>We also made a back-up of your previous checkout page. If you need to revert our changes, just import the layout from <b>[file_paths]</b></p><p><a href=\"[layout_page]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Configure checkout here</a></p>'),
('en', 'checkout_location_was_rewritten_upgrade_notification_title', 'Customize your checkout page'),
('en', 'checkout_select_profile_before_order', 'Please select a profile before you place the order.'),
('en', 'checkout_terms_n_conditions', 'Select this check box to accept the [terms_href]'),
('en', 'checkout_terms_n_conditions_alert', 'In order to proceed, you need to accept our Terms and Conditions.'),
('en', 'checkout_terms_n_conditions_name', 'Terms and Conditions'),
('en', 'check_active', 'Active'),
('en', 'check_again', 'Recheck and correct'),
('en', 'check_all', 'All'),
('en', 'check_disabled', 'Disabled'),
('en', 'check_hidden', 'Hidden'),
('en', 'check_items_text', 'To include Order statuses, Payment methods and Locations in the conditions list, check the necessary item and click on the \"Save\" button.'),
('en', 'check_none', 'None'),
('en', 'check_number', 'Check Number'),
('en', 'check_pending', 'Pending'),
('en', 'check_permissions', 'Check permissions'),
('en', 'check_php_timeout', 'Check PHP script timeout'),
('en', 'check_server_export_settings', 'Check server export settings'),
('en', 'check_ssl', 'Check SSL'),
('en', 'check_uncheck_all', 'Check / uncheck all'),
('en', 'chinese', 'Chinese'),
('en', 'choose', 'Choose'),
('en', 'choose_action', 'Choose action'),
('en', 'choose_category', 'Choose category'),
('en', 'choose_user', 'Choose user'),
('en', 'choose_your_country', 'Choose your country'),
('en', 'choose_your_store_mode', 'Please choose your licensing mode'),
('en', 'cities', 'Cities'),
('en', 'city', 'City'),
('en', 'classes', 'classes'),
('en', 'clean', 'clean'),
('en', 'cleanup_history', 'Clean up history'),
('en', 'cleanup_log', 'Cleanup log'),
('en', 'clean_logs', 'Clear logs'),
('en', 'clean_old_logs', 'Clear logs older than [n] day|Clear logs older than [n] days'),
('en', 'clean_up_all_locations_on_import', 'Clean up locations before import'),
('en', 'clear', 'Clear'),
('en', 'clear_cache', 'Clear cache'),
('en', 'clear_cart', 'Clear cart'),
('en', 'clear_conditions', 'Clear conditions'),
('en', 'clear_fields', 'Clear fields'),
('en', 'clear_list', 'Clear list'),
('en', 'clear_thumbnails', 'Clean up generated thumbnails'),
('en', 'clear_wishlist', 'Clear wish list'),
('en', 'clicks', 'Clicks'),
('en', 'client_id', 'Client ID'),
('en', 'clone', 'Clone'),
('en', 'clone_categories', 'Copy categories'),
('en', 'clone_from', 'Clone from'),
('en', 'clone_layouts', 'Copy layouts'),
('en', 'clone_pages', 'Share pages'),
('en', 'clone_payments', 'Share payment methods'),
('en', 'clone_products', 'Share products'),
('en', 'clone_product_features', 'Share product features'),
('en', 'clone_product_filters', 'Share product filters'),
('en', 'clone_profile_fields', 'Share profile fields'),
('en', 'clone_promotions', 'Share promotions'),
('en', 'clone_selected', 'Clone selected'),
('en', 'clone_settings', 'Copy settings'),
('en', 'clone_shippings', 'Share shipping methods'),
('en', 'clone_sitemap', 'Copy sitemap'),
('en', 'clone_static_data_clone', 'Copy menus'),
('en', 'clone_table', 'Clone table'),
('en', 'clone_theme', 'Clone theme'),
('en', 'clone_this_item', 'Clone this item'),
('en', 'clone_this_page', 'Clone this page'),
('en', 'close', 'Close'),
('en', 'close_selected_storefronts', 'Close selected'),
('en', 'close_storefront', 'Close storefront'),
('en', 'close_storefront.setting_notice', 'You can open or close a storefront on the storefront editing page'),
('en', 'cmcic_societe', 'Societe'),
('en', 'cname', 'CNAME'),
('en', 'code', 'Code'),
('en', 'code_snippets', 'Code snippets'),
('en', 'coefficient', 'Coefficient'),
('en', 'collapse_bg_color', 'Collapse background color'),
('en', 'collapse_section', 'Collapse section'),
('en', 'collapse_sublist_of_items', 'Collapse the sublist of items'),
('en', 'collapse_text_color', 'Collapse text color'),
('en', 'color', 'Color'),
('en', 'column', 'Column'),
('en', 'combination', 'Combination'),
('en', 'combination_code', 'Combination code'),
('en', 'combination_products', 'Combination products'),
('en', 'comma', 'Comma'),
('en', 'comment', 'Comment'),
('en', 'comments', 'Comments'),
('en', 'comments_and_reviews', 'Comments and reviews'),
('en', 'comments_and_reviews_menu_description', 'Customer comments and reviews on products, categories, orders, etc.'),
('en', 'comment_by', 'Comment by'),
('en', 'comment_hint', 'Enter your comment to appear below the option'),
('en', 'commerceml.map.entity_type.warehouse', 'Warehouses'),
('en', 'commerceml.tab.warehouse', 'Warehouses'),
('en', 'commission', 'Commission'),
('en', 'commissions', 'Commissions'),
('en', 'commissions_of_last_periods', 'Commissions of latest periods'),
('en', 'commission_rates', 'Commission rates'),
('en', 'communication', 'Communication'),
('en', 'communication_and_rating', 'Communication and Rating'),
('en', 'compact_list', 'Compact list'),
('en', 'companies', 'Vendors'),
('en', 'company', 'Company'),
('en', 'company_address', 'Company address'),
('en', 'company_name', 'Company name'),
('en', 'company_not_found', 'Selected company not found.'),
('en', 'company_phone', 'Company phone'),
('en', 'company_settings', 'Company settings'),
('en', 'compare', 'Compare'),
('en', 'compare_product_features', 'Compare product features'),
('en', 'comparison_list', 'Comparison list'),
('en', 'comparison_list_note', 'Go to the products comparison list'),
('en', 'comparsion', 'Comparison'),
('en', 'compatibility', 'Compatibility'),
('en', 'compatible_class', 'Compatible class'),
('en', 'completed', 'Completed'),
('en', 'compressing_backup', 'Compressing backup file'),
('en', 'compress_dump', 'Compress backup file'),
('en', 'condition', 'Condition'),
('en', 'conditions', 'Conditions'),
('en', 'configure', 'Configure'),
('en', 'confirm', 'Confirm'),
('en', 'confirmation_dialog', 'Confirmation dialog'),
('en', 'confirmed', 'Confirmed'),
('en', 'confirm_password', 'Confirm password'),
('en', 'conflicts', 'Conflicts'),
('en', 'congratulations', 'Congratulations!'),
('en', 'connection_ticket', 'Connection ticket'),
('en', 'contact', 'Contact'),
('en', 'contact_information', 'Contact information'),
('en', 'contact_the_developer', 'Contact the developer'),
('en', 'contact_us_for_price', 'Contact us for a price'),
('en', 'container_not_used', 'This container is NOT used. \"[container]\" container from the default location will be used instead. Set this location as default to use this container as \"[container]\" for all locations.'),
('en', 'container_options', 'Container options'),
('en', 'content', 'Content'),
('en', 'content_alignment', 'Content alignment'),
('en', 'content_changed_for', 'This block instances have different content for'),
('en', 'content_more', 'more'),
('en', 'continue', 'Continue'),
('en', 'continue_shopping', 'Continue shopping'),
('en', 'controller', 'Replace with'),
('en', 'controller_description', 'If you want to specify a SEO-name for the URL, e.g. http://example.com/index.php?dispatch=<b>categories.catalog</b>, you need to enter the \"<b>categories.catalog</b>\" value into the \"<b>The value of the \"dispatch\" parameter from the URL</b>\" field and specify the SEO name in the \"<b>SEO name</b>\" field.'),
('en', 'conversion', 'Conversion'),
('en', 'converting_data_in_table', 'Converting data in table [table]'),
('en', 'cookie_is_disabled', 'For a complete shopping experience, please <a href=\"http://www.wikihow.com/Enable-Cookies-in-Your-Internet-Web-Browser\" target=\"_blank\">set your browser to accept cookies</a>'),
('en', 'cookie_policy_upgrade_notification_text', '<p>Some countries require that websites notify customers about the use of cookies. Previously you could do that under <b>Settings → Security</b>. That setting has now been moved to the <b>GDPR Compliance (EU)</b> add-on. Here\'s what we advise doing:</p><ol><li>Go to <b>Add-ons → Manage add-ons</b>.</li><li>Switch to the <b>Browse all available add-ons</b> tab.</li><li>Make sure that the <b>GDPR Compliance (EU)</b> add-on is installed and active.</li><li>Click on the add-on name to open the its settings.</li><li>If the <b>Cookie consent</b> setting is set to <i>Implicit</i>, then your store behaves as before the upgrade.</li><li>Switch to the GDPR tab and make sure that the notifications about personal data processing are configured as you want them to.</li><li>Click <b>Save</b>.</li></ol><p>If you\'d like, you can set the consent mode to <i>Explicit</i>; that way customers will need to explicitly agree to the use of cookies before they can access your store.</p>'),
('en', 'cookie_policy_upgrade_notification_title', 'Cookie notification settings moved to GDPR add-on'),
('en', 'coordinates', 'Coordinates'),
('en', 'copied', 'Copied'),
('en', 'copy', 'Copy'),
('en', 'copyright_shopping_cart', '[product] - Shopping Cart Software'),
('en', 'copy_from_layout', 'Copy data from layout'),
('en', 'copy_theme_from_another_storefront', 'Copy theme and its layouts from another storefront'),
('en', 'copy_to_other_locations', 'Copy to other locations'),
('en', 'core', 'Core'),
('en', 'core_addon', 'CS-Cart'),
('en', 'core_files_have_been_modified', 'Some of your <a href=\"[changes_url]\">core files</a>  were changed manually. That can lead to various problems, especially when upgrading to a new version of [product]. To learn more about why we advise against changing the core files, please read this <a href=\"[docs_url]\" target=\"_blank\" >article</a>.<br><br>[product] automatically checks for changes in core files every time you log in. To disable this check, go to <a href=\"[settings_url]\">Settings → General</a>  and untick the Monitor changes in core files checkbox.'),
('en', 'cost', 'Cost'),
('en', 'cost_dependences', 'Cost dependencies'),
('en', 'could_not_connect_to_database', 'Could not connect to database'),
('en', 'could_not_open_file', 'File preview is not available'),
('en', 'countries', 'Countries'),
('en', 'countries_list', 'Countries list'),
('en', 'countries_menu_description', 'Manage the set of countries that are supported in your store.'),
('en', 'country', 'Country'),
('en', 'country_code', 'Country code'),
('en', 'count_document_fail_imported', 'Documents import failed:'),
('en', 'count_document_successfully_imported', 'Documents successfully imported:'),
('en', 'count_email_template_fail_imported', 'Email templates import failed:'),
('en', 'count_email_template_successfully_imported', 'Email templates successfully imported:'),
('en', 'count_internal_template_fail_imported', 'On-site notification templates import failed:'),
('en', 'count_internal_template_successfully_imported', 'On-site notification templates successfully imported:'),
('en', 'count_snippet_fail_imported', 'Snippets import failed:'),
('en', 'count_snippet_successfully_imported', 'Snippets successfully imported:'),
('en', 'coupon', 'Coupon'),
('en', 'coupons', 'Coupons'),
('en', 'coupon_already_used', 'This coupon is already in use'),
('en', 'coupon_code', 'Coupon code'),
('en', 'cpi_hash_key', 'CPI Hash Key'),
('en', 'create', 'Create'),
('en', 'created', 'Created'),
('en', 'create_account', 'Create account'),
('en', 'create_administrator_account', 'Create administrator account'),
('en', 'create_and_close', 'Create and close'),
('en', 'create_backup', 'Create backup'),
('en', 'create_detailed_shipment', 'Create detailed shipment'),
('en', 'create_file', 'Create file'),
('en', 'create_filters', 'Create filters'),
('en', 'create_folder', 'Create folder'),
('en', 'create_gift_certificate', 'Create gift certificate'),
('en', 'create_gift_certificate_for_customer', 'Create Gift Certificate for this customer'),
('en', 'create_guest_account', 'Quick checkout with no account creating required'),
('en', 'create_new_account', 'Create a permanent account and use it for checkout'),
('en', 'create_new_block', 'Create New Block'),
('en', 'create_new_layout', 'Create new layout');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('en', 'create_new_order', 'Create a new order'),
('en', 'create_or_link_an_existing_option', 'Create or link an existing option'),
('en', 'create_process_payment', 'Create and process payment'),
('en', 'create_profile', 'Create a new profile'),
('en', 'create_profile_notification_header', 'Thank you for becoming a registered user at our store. Below you will find your account information.'),
('en', 'create_table', 'Create New Table'),
('en', 'create_ticket', 'Create Ticket'),
('en', 'creating', 'Creating'),
('en', 'creating_storefront', 'Creating storefront'),
('en', 'creating_table', 'Creating table'),
('en', 'creation_date', 'Creation date'),
('en', 'credit_card', 'Credit card'),
('en', 'credit_card_info', 'This number is printed in the signature area on the back of the card. It is the 3 digits AFTER the credit card number.'),
('en', 'credit_card_number', 'Credit card number'),
('en', 'credit_memo', 'Credit memo'),
('en', 'credit_memo_id', 'Credit memo ID'),
('en', 'cresecureapitoken', 'CRE SecureAPIToken'),
('en', 'cresecureid', 'CRE SecureID'),
('en', 'cresecure_allowed_types', 'Allowed card types'),
('en', 'cron_export', 'Cron export settings'),
('en', 'cscart_marketplace', 'CS-Cart Marketplace'),
('en', 'cscart_uvdesk', 'UVDesk Dashboard'),
('en', 'cscart_uvdesk_menu_description', 'Uvdesk dashboard manage, tickets view, etc.'),
('en', 'csv_delimiter', 'CSV delimiter'),
('en', 'csv_file', 'CSV file'),
('en', 'cta', 'ET - Call to action'),
('en', 'curl_error_code_reference_link', 'To learn what caused the Curl error, look for your error number in <a target=\"_blank\" href=\"[href]\">this article</a>.'),
('en', 'curl_error_description_curle_ssl_invalidcertstatus', 'Status returned failure when asked with CURLOPT_SSL_VERIFYSTATUS.'),
('en', 'currencies', 'Currencies'),
('en', 'currency', 'Currency'),
('en', 'currencycode', 'Currency code'),
('en', 'currency_code_aed', 'United Arab Emirates Dirham'),
('en', 'currency_code_afn', 'Afghan Afghani'),
('en', 'currency_code_ang', 'ANG'),
('en', 'currency_code_aoa', 'Angolan Kwanza'),
('en', 'currency_code_aon', 'Angolan New Kwanza'),
('en', 'currency_code_ars', 'ARS'),
('en', 'currency_code_ats', 'Antillian Guilder'),
('en', 'currency_code_aud', 'Australian Dollar'),
('en', 'currency_code_awg', 'AWG'),
('en', 'currency_code_azn', 'Azerbaijanian Manat'),
('en', 'currency_code_bam', 'Bosnia and Herzegovina Convertible Marks'),
('en', 'currency_code_bbd', 'Barbados Dollar'),
('en', 'currency_code_bdt', 'Bangladesh Taka'),
('en', 'currency_code_bef', 'Belgian Franc'),
('en', 'currency_code_bgl', 'Bulgaria Lev'),
('en', 'currency_code_bgn', 'BGN'),
('en', 'currency_code_bhd', 'Bahraini Dinar'),
('en', 'currency_code_bif', 'Burundi Franc'),
('en', 'currency_code_bmd', 'Bermudian Dollar'),
('en', 'currency_code_bnd', 'Brunei Dollar'),
('en', 'currency_code_bob', 'Bolivian Boliviano'),
('en', 'currency_code_brl', 'Brazilian Real'),
('en', 'currency_code_bsd', 'Bahamian Dollar'),
('en', 'currency_code_btn', 'Bhutan Ngultrum'),
('en', 'currency_code_bwp', 'Botswana Pula'),
('en', 'currency_code_byn', 'Belarussian Ruble'),
('en', 'currency_code_byr', 'BYR'),
('en', 'currency_code_bzd', 'Belize Dollar'),
('en', 'currency_code_cad', 'Canadian Dollar'),
('en', 'currency_code_cdf', 'Congolese Franc'),
('en', 'currency_code_chf', 'Swiss Franc'),
('en', 'currency_code_clp', 'Chilean Peso'),
('en', 'currency_code_cny', 'CNY'),
('en', 'currency_code_cop', 'Colombian Peso'),
('en', 'currency_code_crc', 'Costa Rican Colon'),
('en', 'currency_code_csd', 'Serbian Dinar'),
('en', 'currency_code_cve', 'Cape Verde Escudo'),
('en', 'currency_code_cyp', 'Cyprus Pound'),
('en', 'currency_code_cyr', 'Cyprus Pound'),
('en', 'currency_code_czk', 'Czech Koruna'),
('en', 'currency_code_dem', 'Deutsche Mark'),
('en', 'currency_code_djf', 'Djibouti Franc'),
('en', 'currency_code_dkk', 'Danish Kroner'),
('en', 'currency_code_dop', 'Dominican Peso'),
('en', 'currency_code_dzd', 'Algerian Dinar'),
('en', 'currency_code_ecs', 'Ecuador Sucre'),
('en', 'currency_code_eek', 'Estonian Kroon'),
('en', 'currency_code_egp', 'EGP'),
('en', 'currency_code_ern', 'Eritrean Nafka'),
('en', 'currency_code_esp', 'Spanish Peseta'),
('en', 'currency_code_etb', 'Ethiopian Birr'),
('en', 'currency_code_eur', 'Euro'),
('en', 'currency_code_fim', 'Finnish Markka'),
('en', 'currency_code_fjd', 'Fiji Dollar'),
('en', 'currency_code_fkp', 'Falkland Islands Pound'),
('en', 'currency_code_frf', 'French Franc'),
('en', 'currency_code_gbp', 'UK Pound'),
('en', 'currency_code_gel', 'GEL'),
('en', 'currency_code_ghs', 'Ghana Cedi'),
('en', 'currency_code_gip', 'Gibraltar Pound'),
('en', 'currency_code_gmd', 'Gambian Dalasi'),
('en', 'currency_code_gnf', 'Guinea Franc'),
('en', 'currency_code_grd', 'Greek Drachma'),
('en', 'currency_code_gtq', 'Guatemalan Quetzal'),
('en', 'currency_code_gyd', 'Guyana Dollar'),
('en', 'currency_code_hkd', 'Hong Kong Dollar'),
('en', 'currency_code_hnl', 'Honduran Lempira'),
('en', 'currency_code_hrk', 'HRK'),
('en', 'currency_code_htg', 'Haiti Gourde'),
('en', 'currency_code_huf', 'Hungarian Forint'),
('en', 'currency_code_idr', 'Indonesian Rupiah'),
('en', 'currency_code_iep', 'Irish Pound'),
('en', 'currency_code_ils', 'Israel New Shequel'),
('en', 'currency_code_inr', 'Indian Rupee'),
('en', 'currency_code_iqd', 'Iraqi Dinar'),
('en', 'currency_code_irr', 'Iranian Rial'),
('en', 'currency_code_isk', 'Iceland Krona'),
('en', 'currency_code_itl', 'Italian Lira'),
('en', 'currency_code_jmd', 'Jamaican Dollar'),
('en', 'currency_code_jod', 'Jordanian Dinar'),
('en', 'currency_code_jpy', 'Japanese Yen'),
('en', 'currency_code_kes', 'Kenyan Shilling'),
('en', 'currency_code_khr', 'Cambodian Riel'),
('en', 'currency_code_kmf', 'Congolese Franc'),
('en', 'currency_code_kpw', 'North Korean Won'),
('en', 'currency_code_krw', 'South Korean Won'),
('en', 'currency_code_kwd', 'Kuwaiti Dinar'),
('en', 'currency_code_kyd', 'Cayman Islands Dollar'),
('en', 'currency_code_kzt', 'Kazakhstani tenge'),
('en', 'currency_code_lak', 'Laos Kip'),
('en', 'currency_code_lbp', 'Lebanese Pound'),
('en', 'currency_code_lkr', 'Sri Lanka Rupee'),
('en', 'currency_code_lrd', 'Liberian Dollar'),
('en', 'currency_code_lsl', 'Lesotho Loti (Maloti)'),
('en', 'currency_code_ltl', 'Lithuanian Litas'),
('en', 'currency_code_luf', 'Luxembourg Franc'),
('en', 'currency_code_lvl', 'Latvian Lat'),
('en', 'currency_code_lyd', 'Libyan Dinar'),
('en', 'currency_code_mad', 'MAD'),
('en', 'currency_code_mdl', 'Moldovan Leu'),
('en', 'currency_code_mga', 'Malagasy Ariary'),
('en', 'currency_code_mgf', 'Malagasy Franc'),
('en', 'currency_code_mkd', 'Macedonian (FYR) Denar'),
('en', 'currency_code_mmk', 'Myanmar Kyat'),
('en', 'currency_code_mnt', 'Mongolian Tugrik'),
('en', 'currency_code_mop', 'Macau Pataca'),
('en', 'currency_code_mro', 'Mauritania Ouguiya'),
('en', 'currency_code_mtl', 'Maltese Lira'),
('en', 'currency_code_mur', 'Mauritius Rupee'),
('en', 'currency_code_mvr', 'Maldives Rufiyaa'),
('en', 'currency_code_mwk', 'Malawi Kwacha'),
('en', 'currency_code_mxn', 'Mexican Peso'),
('en', 'currency_code_myr', 'Malaysian Ringgit'),
('en', 'currency_code_mzn', 'Mozambique Metical'),
('en', 'currency_code_nad', 'Namibian Dollar'),
('en', 'currency_code_ngn', 'Nigerian Naira'),
('en', 'currency_code_nio', 'Nicaraguan Cordoba Oro'),
('en', 'currency_code_nlg', 'Dutch Guilder'),
('en', 'currency_code_nok', 'Norwegian Kroner'),
('en', 'currency_code_npr', 'Nepalese Rupee'),
('en', 'currency_code_nzd', 'New Zealand Dollar'),
('en', 'currency_code_omr', 'Rial Omani'),
('en', 'currency_code_pab', 'Panamanian Balboa'),
('en', 'currency_code_pen', 'Peruvian Nuevo Sol'),
('en', 'currency_code_pgk', 'Papua New Guinea Kina'),
('en', 'currency_code_php', 'Philippine Peso'),
('en', 'currency_code_pkr', 'Pakistan Rupee'),
('en', 'currency_code_pln', 'Polish Zlotych'),
('en', 'currency_code_png', 'Papua New Guinea Kina'),
('en', 'currency_code_pte', 'Portugese Escudo'),
('en', 'currency_code_pyg', 'Paraguayan Guarani'),
('en', 'currency_code_qar', 'Qatari Rial'),
('en', 'currency_code_rol', 'Romanian Lei'),
('en', 'currency_code_ron', 'RON'),
('en', 'currency_code_rsd', 'New Serbian Dinar'),
('en', 'currency_code_rub', 'RUB'),
('en', 'currency_code_rur', 'Russian Ruble'),
('en', 'currency_code_rwf', 'Rwanda Franc'),
('en', 'currency_code_sar', 'Saudi Riyal'),
('en', 'currency_code_sbd', 'Solomon Islands Dollar'),
('en', 'currency_code_scr', 'Seychelles Rupee'),
('en', 'currency_code_sdp', 'Sudanese Pound'),
('en', 'currency_code_sek', 'Sweden Kroner'),
('en', 'currency_code_sgd', 'Singapore Dollar'),
('en', 'currency_code_shp', 'St Helena Pound'),
('en', 'currency_code_sit', 'Slovenian Tolar'),
('en', 'currency_code_skk', 'Slovak Koruna'),
('en', 'currency_code_sll', 'Sierra Leone Leone'),
('en', 'currency_code_sos', 'Somalia Shilling'),
('en', 'currency_code_srd', 'Suriname Dollar'),
('en', 'currency_code_srg', 'Suriname Guilder'),
('en', 'currency_code_std', 'Dobra'),
('en', 'currency_code_svc', 'El Salvador Colon'),
('en', 'currency_code_syp', 'Syrian Pound'),
('en', 'currency_code_szl', 'Swaziland Lilangeni'),
('en', 'currency_code_thb', 'Thai Baht'),
('en', 'currency_code_tjs', 'Tajikistan Somoni'),
('en', 'currency_code_tmt', 'Turkmenistan Manat'),
('en', 'currency_code_tnd', 'Tunisian Dinar'),
('en', 'currency_code_top', 'Tongan Pa\'anga'),
('en', 'currency_code_trl', 'Turkish Lira'),
('en', 'currency_code_try', 'Turkish Lira'),
('en', 'currency_code_ttd', 'Trinidad and Tobago Dollar'),
('en', 'currency_code_twd', 'New Taiwan dollar'),
('en', 'currency_code_tzs', 'Tanzanian Shilling'),
('en', 'currency_code_uah', 'UAH'),
('en', 'currency_code_ugx', 'Uganda Shilling'),
('en', 'currency_code_usd', 'US Dollar'),
('en', 'currency_code_uyu', 'Peso Uruguayo'),
('en', 'currency_code_uzs', 'Uzbekistan Sum'),
('en', 'currency_code_veb', 'Venezuela Bolivar'),
('en', 'currency_code_vef', 'Venezuela Bolivar Fuerte'),
('en', 'currency_code_vnd', 'Vietnamese New Dong'),
('en', 'currency_code_vuv', 'Vanuatu Vatu'),
('en', 'currency_code_wst', 'Samoan Tala'),
('en', 'currency_code_xaf', 'XAF'),
('en', 'currency_code_xcd', 'East Caribbean Dollar'),
('en', 'currency_code_xof', 'XOF'),
('en', 'currency_code_xpf', 'XPF'),
('en', 'currency_code_yer', 'Yemeni Rial'),
('en', 'currency_code_yum', 'Yugoslavian New Dinar'),
('en', 'currency_code_zar', 'Rand'),
('en', 'currency_code_zmw', 'Zambian Kwacha'),
('en', 'currency_code_zwd', 'Zimbabwe Dollar'),
('en', 'currency_deleted', 'The currency has been deleted successfully.'),
('en', 'currency_rate', 'Rate'),
('en', 'currency_rate_greater_than_null', 'Currency exchange rate should be higher than 0.'),
('en', 'currency_sign', 'Sign'),
('en', 'currently_in_use', 'Currently in use'),
('en', 'current_amount', 'Current amount'),
('en', 'current_database_size', 'Current database size'),
('en', 'current_path', 'Current path'),
('en', 'current_period', 'Current Period'),
('en', 'current_previous_period', '\'Current (\'[date]\') and previous period\''),
('en', 'current_setting_value', 'Current value'),
('en', 'current_theme', 'Current theme'),
('en', 'custom', 'Custom'),
('en', 'customer', 'Customer'),
('en', 'customers', 'Customers'),
('en', 'customers_menu_description', 'List of store customers, registered users with a customer account.'),
('en', 'customers_menu_title', 'Customers'),
('en', 'customers_with_abandoned', 'Customers with abandoned'),
('en', 'customer_address', 'Customer address'),
('en', 'customer_create_ticket', 'Create Ticket'),
('en', 'customer_details', 'Customer details'),
('en', 'customer_email', 'Customer email'),
('en', 'customer_id', 'Customer ID'),
('en', 'customer_info', 'Customer information'),
('en', 'customer_information', 'Customer information'),
('en', 'customer_info_sidebar', 'Customer info'),
('en', 'customer_name', 'Customer Name'),
('en', 'customer_notes', 'Customer notes'),
('en', 'customer_notifications', 'Customer notifications'),
('en', 'customer_phone', 'Customer phone'),
('en', 'customer_signature', 'Customer\'s signature'),
('en', 'customer_sign_in', 'Customer Sign-In'),
('en', 'customer_text_letter_footer', 'Thank you for using our shopping cart.'),
('en', 'customer_to_admin_communication.event.message_received.name', 'Customer-to-Admin: New message received'),
('en', 'customization', 'Customization'),
('en', 'customize', 'Customize'),
('en', 'custom_range', 'Custom Range'),
('en', 'custom_search', 'Custom search'),
('en', 'cutted_product_codes', 'The following product codes are too long and were cut to 32 figures:'),
('en', 'cvv2', 'CVV/CVC'),
('en', 'czech', 'Czech'),
('en', 'daily', 'Daily'),
('en', 'danish', 'Danish'),
('en', 'dashboard', 'Dashboard'),
('en', 'database', 'Database'),
('en', 'database_data_changes', 'Database data changes'),
('en', 'database_structure_changes', 'Database structure changes'),
('en', 'datafeed.description', 'Only the products that meet <strong>all</strong> of the conditions below will be exported:'),
('en', 'datafeed_name', 'Data feed name'),
('en', 'datakeeper.error_unsupported_file_type', 'File cannot be restored. Only .sql, .zip and .tgz files are allowed.'),
('en', 'datakeeper.file_cannot_be_overrided', 'Cannot write to the file <b>[file]</b>. Set the writable permissions manually or check the FTP access to your server in the <a href=\"[url]\">\"Upgrade center\"</a> section'),
('en', 'datakeeper.run_backup_via_cron_message', 'You can run the backup automatically at certain time intervals. To do it, add the following command to <a href=\"https://en.wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a>:'),
('en', 'datatrans_caa', 'Authorization with immediate settlement'),
('en', 'datatrans_noa', 'Authorization only'),
('en', 'datatrans_sign', 'Digital signature'),
('en', 'data_feed', 'Data feed'),
('en', 'data_feed.error_exim_no_data_exported', 'No data exported'),
('en', 'data_feeds', 'Data feeds'),
('en', 'data_feeds.exclude_shared_products', 'Exclude shared products'),
('en', 'data_feeds.text_tooltip_field_name', 'The name of the column in the data feed file.'),
('en', 'data_feeds.text_tooltip_field_type', 'The type of data from your store which will be exported to this column of the data feed file.'),
('en', 'date', 'Date'),
('en', 'date_added', 'Date added'),
('en', 'date_of_birth', 'Date of birth'),
('en', 'day', 'day'),
('en', 'days', 'days'),
('en', 'days_old', 'days old'),
('en', 'day_or_days', 'day(s)'),
('en', 'db_backup_restore', 'DB Backup/Restore'),
('en', 'db_name', 'Database name'),
('en', 'dear', 'Dear'),
('en', 'dear_sirs', 'Dear Sirs'),
('en', 'debit', 'Debit'),
('en', 'decimals', 'Decimals'),
('en', 'decline', 'Decline'),
('en', 'declined', 'Declined'),
('en', 'declined_products_information', 'Declined products information'),
('en', 'decline_products', 'Decline products'),
('en', 'decline_selected', 'Decline selected'),
('en', 'decorator', 'Decorator'),
('en', 'decrease', 'Decrease'),
('en', 'dec_sign', 'Dec sign'),
('en', 'default', 'Default'),
('en', 'default_category_view', 'Default category view'),
('en', 'default_currency_status', 'Status of the Primary currency cannot be changed'),
('en', 'default_custom.custom', 'Custom...'),
('en', 'default_custom.custom_value', 'Custom ([value])'),
('en', 'default_custom.disabled', 'Disabled'),
('en', 'default_custom.edit_global', 'Edit global ([name])...'),
('en', 'default_custom.edit_parent', 'Edit parent ([name])...'),
('en', 'default_custom.global', 'Global ([name])'),
('en', 'default_custom.parent', 'Parent ([name])'),
('en', 'default_filter_by_location', 'No filter specified. Filter by location set as default.'),
('en', 'default_language', 'Default language'),
('en', 'default_language_status', 'Status of the Default language cannot be changed'),
('en', 'default_layout', 'Default layout'),
('en', 'default_long_options_template', 'Default template (long product option names)'),
('en', 'default_product_details_view', 'Parent ([default])'),
('en', 'default_storefront', 'Default'),
('en', 'default_storefront_must_exist', 'Default storefront must exist in the store'),
('en', 'default_template', 'Default template'),
('en', 'default_value', 'Default value'),
('en', 'deferred', 'Deferred'),
('en', 'defined', 'Defined'),
('en', 'defined_desired_products', 'List of desired products'),
('en', 'defined_items', 'defined items'),
('en', 'delay', 'Delay (in seconds)'),
('en', 'delete', 'Delete'),
('en', 'deleted', 'Deleted'),
('en', 'deleted_product', 'DELETED PRODUCT'),
('en', 'delete_all_images', 'Delete all images'),
('en', 'delete_block', 'Delete block'),
('en', 'delete_confirmation', 'Are you sure you want to delete the selected items?'),
('en', 'delete_default_destination_notice', 'Couldn\'t delete the default rate area. It must always exist.'),
('en', 'delete_downloadable_product_files', 'Delete existing files of downloadable products'),
('en', 'delete_downloadable_product_files_tooltip', 'If you enable this setting, then importing downloadable products will delete their existing files. If the setting is disabled, the new files of downloadable products will simply be added to existing files.'),
('en', 'delete_grid', 'Delete grid'),
('en', 'delete_image', 'Delete image'),
('en', 'delete_image_pair', 'Delete image pair'),
('en', 'delete_install_folder', 'Please remove the install directory.<br /><br />Keeping the install directory on the server is insecure.'),
('en', 'delete_range', 'Delete range'),
('en', 'delete_selected', 'Delete selected'),
('en', 'delete_subscribers', 'Delete subscribers'),
('en', 'delete_this_category', 'Delete this category'),
('en', 'delete_this_page', 'Delete this page'),
('en', 'delete_this_return', 'Delete this return'),
('en', 'deleting_required_category_notification_text', 'Category \"[category]\" is required and can\'t be deleted.'),
('en', 'delivery_time', 'Delivery time'),
('en', 'demo', 'Demo'),
('en', 'demo_mode', 'Demo mode is enabled'),
('en', 'demo_mode_content_text', '<p>The cart is working in the <b>DEMO</b> mode and this functionality is disabled.</p>'),
('en', 'demo_panel.block_manager.enable', 'Edit structure<br/><br/>Change various blocks with information: show them, hide them, or move them as you see fit.<br/>This currently works only at the checkout page. Add a product to cart and proceed to checkout to see the editor.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Edit layout on-site\"'),
('en', 'demo_panel.demo_store_panel', 'Demo store panel'),
('en', 'demo_panel.demo_will_be_reset_in', 'Demo will be reset in:'),
('en', 'demo_panel.go_admin_panel', 'Go to Administration panel'),
('en', 'demo_panel.go_storefront', 'Go to Storefront'),
('en', 'demo_panel.go_vendor_panel', 'Go to Vendor panel'),
('en', 'demo_panel.live_editor.enable', 'Edit сontent<br/><br/>Change the texts and other data directly on the storefront, without using the administration panel.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Edit content on-site\"'),
('en', 'demo_panel.theme_editor.enable', 'Edit style<br/><br/>Change the style of your store (logos, colors, fonts, and so on) and see the changes as you make them.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Theme editor\"'),
('en', 'denied', 'Denied'),
('en', 'dependence', 'Sort by'),
('en', 'deposit_amount', 'Deposit amount'),
('en', 'deprecated', 'Deprecated'),
('en', 'desc', 'desc.'),
('en', 'description', 'Description'),
('en', 'descr_avs', 'AVS verification response'),
('en', 'descr_cvv', 'CVV2 verification response'),
('en', 'design', 'Design'),
('en', 'design_mode', 'Design mode'),
('en', 'desired_amount', 'Desired quantity'),
('en', 'destination', 'Destination'),
('en', 'destination_nothing_found', 'No suitable destination has been found'),
('en', 'detailed_description', 'Detailed description'),
('en', 'detailed_image', 'Detailed image'),
('en', 'detailed_images', 'Detailed images'),
('en', 'detailed_image_url', 'Detailed image URL'),
('en', 'detailed_info', 'Detailed information'),
('en', 'detailed_shipment', 'Detailed shipment'),
('en', 'details', 'details'),
('en', 'developer', 'Developer'),
('en', 'developers', 'Developers'),
('en', 'developer_page', 'Developer page'),
('en', 'development', 'Development'),
('en', 'dhl_upgrade_notification_text', '<p>The latest version of [product] has different settings for realtime shipping rate calculation if you use DHL as a Carrier.</p><p>If you want to show current shipping rates to your clients, do this:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses DHL as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li><li>switch to the Configure tab and enter the proper Site ID and Password</li></ul>'),
('en', 'dhl_upgrade_notification_title', 'DHL realtime shipping rate calculation changes'),
('en', 'diff', 'File changes'),
('en', 'different_only', 'Different only'),
('en', 'directory', 'Directory'),
('en', 'direct_download', 'Direct download'),
('en', 'disable', 'Disable'),
('en', 'disabled', 'Disabled'),
('en', 'disabled_categories', 'Disabled categories'),
('en', 'disable_for', 'Disable for'),
('en', 'disable_selected', 'Disable selected'),
('en', 'disapprove', 'Disapprove'),
('en', 'disapproved', 'Disapproved'),
('en', 'disapprove_selected', 'Disapprove selected'),
('en', 'discount', 'Discount'),
('en', 'discounted_price', 'Discounted price'),
('en', 'discounts', 'Discounts'),
('en', 'discount_coupon', 'Discount coupon'),
('en', 'discount_coupon_code', 'Discount coupon code'),
('en', 'discussion', 'Comments and reviews'),
('en', 'discussion.add_new_review', 'Discussion: new review'),
('en', 'discussion.agreement_text_full_add_new_review', '<p>Your name will appear next to your review or comment, visible to everyone. We ([company]) also save your IP address as a security precaution, but in can only be viewed by our staff. It will remain in our system until you withdraw your consent. If you’d like to have your personal data removed, send an email to [email].</p> <p>If you believe that your personal data has been misused, you have the right to lodge a complaint with a supervisory authority. We’re obliged by EU General Data Protection Regulation to let you know about this right; we don’t actually intend to misuse your data.</p>'),
('en', 'discussion.agreement_text_short_add_new_review', 'I agree to have my personal data <u>processed as follows.</u>'),
('en', 'discussion.anonymous_setting_restored_upgrade_notification', 'In the 4.9.1 version the <strong>Only anonymous customers</strong> variant of the <strong>Administrator must approve posts submitted by</strong> setting was removed. Now, it is available again, with the ability to leave reviews for nonauthorized customers. Please check if the desirable value of the setting is selected.'),
('en', 'discussion.anonymous_setting_restored_upgrade_notification_title', 'Comments and reviews add-on settings were changed'),
('en', 'discussion.event.categories.new_post', 'Categories: new review posted'),
('en', 'discussion.event.orders.new_post', 'Order communication: new message added'),
('en', 'discussion.event.pages.new_post', 'Pages: new comment posted'),
('en', 'discussion.event.products.new_post', 'Products: new review posted'),
('en', 'discussion.event.testimonials.new_post', 'Testimonials: new review posted'),
('en', 'discussion.event.vendors.new_post', 'Vendors: new review posted'),
('en', 'discussion.please_log_in_to_write_a_review', 'Please sign in to write a review'),
('en', 'discussion.you_have_to_buy_from_vendor_before_writing_review', 'You can\'t write a review for this vendor. Customers can write reviews for a vendor only after they buy something from that vendor. If you actually placed an order with this vendor, but are still seeing this message, please contact us.'),
('en', 'discussion.you_have_to_buy_product_before_writing_review', 'You can\'t write a review for this product. Customers can write reviews only for the products they bought. If you actually bought this product from us, but are still seeing this message, please contact us.'),
('en', 'discussion_manager', 'Comments and reviews'),
('en', 'discussion_tab_categories', 'Category Reviews'),
('en', 'discussion_tab_companies', 'Company Reviews'),
('en', 'discussion_tab_home_page', 'Testimonials'),
('en', 'discussion_tab_orders', 'Order Communication'),
('en', 'discussion_tab_pages', 'Page Comments'),
('en', 'discussion_tab_products', 'Product Reviews'),
('en', 'discussion_title_category', 'Reviews'),
('en', 'discussion_title_company', 'Reviews'),
('en', 'discussion_title_giftreg', 'Guestbook'),
('en', 'discussion_title_home_page', 'Testimonials'),
('en', 'discussion_title_home_page_menu_description', 'Manage the testimonials from your store visitors.'),
('en', 'discussion_title_order', 'Communication'),
('en', 'discussion_title_page', 'Comments'),
('en', 'discussion_title_product', 'Reviews'),
('en', 'discussion_title_return', 'Communication'),
('en', 'dispatch', 'Dispatch'),
('en', 'dispatch_value', 'Dispatch value'),
('en', 'display', 'Display'),
('en', 'displayed_vendors', 'Displayed vendors'),
('en', 'display_bottom_buttons', 'Display bottom buttons'),
('en', 'display_delete_icons', 'Display delete icons'),
('en', 'display_in_promotions', 'Display in promotions'),
('en', 'display_message', 'Display message'),
('en', 'display_on', 'Display on'),
('en', 'display_type', 'Display type'),
('en', 'display_variants_count', 'Number of displayed filter variants before scroll'),
('en', 'documents', 'Documents'),
('en', 'document_exists', 'The document with the chosen code already exists, please try another.'),
('en', 'document_import_success_msg', 'All the documents have been imported without errors.'),
('en', 'document_preview_gift_certificate_not_found', 'Couldn\'t find a gift certificate. Preview only works with existing data. Please create a gift certificate and use Preview again.'),
('en', 'document_preview_order_not_found', 'Couldn\'t find an order. Preview only works with existing data. Please create an order and use Preview again.'),
('en', 'document_preview_return_request_not_found', 'Couldn\'t find a return request. Preview only works with existing data. Please create a return request and use Preview again.'),
('en', 'document_preview_suppliers_not_found', 'Couldn\'t find a supplier. Preview only works with existing data. Please create a supplier and use Preview again.'),
('en', 'domain', 'Domain'),
('en', 'domains', 'Domains'),
('en', 'domestic_usps', 'Domestic U.S.P.S.'),
('en', 'done', 'Done'),
('en', 'dont_recalculate_order', 'Do not recalculate order'),
('en', 'dont_track', 'Do not track'),
('en', 'dont_use_cardinal', 'Don\'t use Cardinal Centinel&reg; for 3-D Secure Payer Authentication'),
('en', 'dots', 'Dots'),
('en', 'down', 'Down'),
('en', 'download', 'Download'),
('en', 'downloadable', 'Downloadable'),
('en', 'downloadable_product_files_directory', 'Directory for the files of downloadable products'),
('en', 'downloadable_shipping', 'Enable shipping if downloadable'),
('en', 'downloaded_addons', 'Downloaded addons ([n])'),
('en', 'downloads', 'Downloads'),
('en', 'downloads_max_left', 'Downloads (max./left)'),
('en', 'download_key_expiry', 'Download key expiry'),
('en', 'download_link_expired', 'The download link is expired or is not ready.'),
('en', 'do_not_change', 'Do not change'),
('en', 'do_not_pass_logo', 'Do not pass the shopping cart logo to the merchant'),
('en', 'do_not_use', 'Do not use'),
('en', 'drlicense_number', 'Driving License Number'),
('en', 'dropdown_horizontal', 'Dropdown horizontal'),
('en', 'dropdown_limit', 'Minimal number of items to be placed in a dropdown list.'),
('en', 'dropdown_second_level_elements', 'Second level elements'),
('en', 'dropdown_third_level_elements', 'Third level elements'),
('en', 'dropdown_vertical', 'Dropdown vertical'),
('en', 'drop_existing_data', 'Delete all existing product files before import'),
('en', 'drop_images_select', 'Select images'),
('en', 'drop_images_select_short', 'Select'),
('en', 'drop_images_to_upload', 'Drop images here'),
('en', 'dump_file_not_writable', 'Please set write permissions on the database backup file.'),
('en', 'duplicate', 'Duplicate transactions'),
('en', 'dutch', 'Dutch'),
('en', 'dynamic', 'Dynamic'),
('en', 'dynamic_content', 'This block content will be shown on <a href=\"[url]\">this page</a> only.'),
('en', 'dynamic_tree_cat', 'Dynamic tree'),
('en', 'dynamic_tree_pages', 'Dynamic tree'),
('en', 'earned_points', 'Points earned per product'),
('en', 'earned_point_modifier', 'Earned point modifier'),
('en', 'easing', 'Easing'),
('en', 'easter_coming_soon_message', 'Uh-oh, it looks like this feature doesn\'t work yet! But we\'re on the job and will try to get it working soon.'),
('en', 'edit', 'Edit'),
('en', 'editing', 'Editing'),
('en', 'editing_attachment', 'Editing attachment'),
('en', 'editing_block', 'Editing block'),
('en', 'editing_category', 'Editing category'),
('en', 'editing_certificate', 'Editing certificate'),
('en', 'editing_chart', 'Editing chart'),
('en', 'editing_combination', 'Editing combination'),
('en', 'editing_container', 'Editing container'),
('en', 'editing_currency', 'Editing currency'),
('en', 'editing_defined_products', 'Editing defined products'),
('en', 'editing_document', 'Editing [name]'),
('en', 'editing_email_snippet', 'Editing snippet'),
('en', 'editing_email_template', 'Editing email template'),
('en', 'editing_file', 'Editing file'),
('en', 'editing_filter', 'Editing filter'),
('en', 'editing_folder', 'Editing folder'),
('en', 'editing_form', 'Editing form'),
('en', 'editing_global_vars', 'Editing global variables'),
('en', 'editing_grid', 'Editing grid'),
('en', 'editing_group', 'Editing group'),
('en', 'editing_internal_template', 'Editing on-site notification template'),
('en', 'editing_item', 'Editing item'),
('en', 'editing_language', 'Editing language'),
('en', 'editing_layout', 'Editing layout'),
('en', 'editing_link', 'Editing link'),
('en', 'editing_localization', 'Editing localization'),
('en', 'editing_location', 'Editing location'),
('en', 'editing_mailing_list', 'Editing mailing list'),
('en', 'editing_menu', 'Editing menus'),
('en', 'editing_option', 'Editing option'),
('en', 'editing_order', 'Editing order'),
('en', 'editing_order_invoice', 'Editing invoice for order #[order_id]'),
('en', 'editing_order_invoice_responsive', 'Editing invoice for order'),
('en', 'editing_page', 'Editing page'),
('en', 'editing_payment', 'Editing payment'),
('en', 'editing_poll', 'Editing poll'),
('en', 'editing_product', 'Editing product'),
('en', 'editing_product_feature', 'Editing product feature'),
('en', 'editing_profile', 'Editing profile'),
('en', 'editing_profile_field', 'Editing profile field'),
('en', 'editing_profile_name', 'Editing profile: [name]'),
('en', 'editing_promotion', 'Editing promotion'),
('en', 'editing_question', 'Editing question'),
('en', 'editing_quick_menu_link', 'Editing quick menu link'),
('en', 'editing_quick_menu_section', 'Editing quick menu section'),
('en', 'editing_rate_area', 'Editing rate area'),
('en', 'editing_report', 'Editing report'),
('en', 'editing_shipping_method', 'Editing shipping method'),
('en', 'editing_sitemap_section', 'Editing sitemap section'),
('en', 'editing_snippet', 'Editing snippet'),
('en', 'editing_status', 'Editing status'),
('en', 'editing_storefront', 'Editing storefront'),
('en', 'editing_store_location', 'Editing store location'),
('en', 'editing_supplier', 'Editing supplier'),
('en', 'editing_tab', 'Editing tab'),
('en', 'editing_table_column', 'Editing column'),
('en', 'editing_tax', 'Editing tax'),
('en', 'editing_vendor', 'Editing vendor'),
('en', 'edition_type', 'Edition type'),
('en', 'edit_admin_notification', 'Edit the email sent to administrators'),
('en', 'edit_and_send_invoice', 'Tweak and send invoice'),
('en', 'edit_content_on_site', 'Edit content on-site'),
('en', 'edit_corresponding_profile_field', 'To change the field type or variants, <a href=\"[URL]\">edit the corresponding field in the Shipping Address section</a>.'),
('en', 'edit_customer_notification', 'Edit the email sent to customers'),
('en', 'edit_files', 'Can edit'),
('en', 'edit_invoice', 'Edit invoice'),
('en', 'edit_layout', 'Edit layout'),
('en', 'edit_layout_on_site', 'Edit layout on-site'),
('en', 'edit_on_site', 'Edit on site'),
('en', 'edit_order', 'Edit order'),
('en', 'edit_products', 'Edit products'),
('en', 'edit_profile', 'Edit profile'),
('en', 'edit_profile_note', 'Change email, password, shipping/billing info, and other profile settings'),
('en', 'edit_report', 'Edit report'),
('en', 'edit_robots', 'Edit robots.txt'),
('en', 'edit_selected', 'Edit selected'),
('en', 'edit_texts', 'Edit texts'),
('en', 'edp_access_granted', 'Now you can download the purchased products.'),
('en', 'edp_access_subj', 'Access to electronically distributed products is granted'),
('en', 'edp_enable_shipping', 'Enable shipping for downloadable products'),
('en', 'eib', 'ET - Extra info block'),
('en', 'eib_wrapper', 'ET - Extra info block'),
('en', 'elements_per_column_third_level_view', 'AB: Elements number per column for the mode <b>3-level menu (dropdown list)</b>'),
('en', 'elements_per_column_third_level_view.tooltip', 'This setting limits the number of displayed third-level menu items in each of the two columns of the last level when the <b>3-level menu mode (drop-down list) </ b> is turned on. The remaining menu items (exceeding the limit settings) will not be displayed in the menu. It is rational to use the setting, if there is a very large number of menu items on the third level'),
('en', 'email', 'E-mail'),
('en', 'email.one_time_password.message', '<p>You\'ve requested a one-time code to sign in to <a href=\"[storefront_url]\">[storefront_url]</a>. Here it is:</p><p><strong><code>[password]</code></strong></p><p>Please don\'t tell this code to anyone else. If you haven\'t requested the code, then you can safely ignore this message. Nobody will be able to sign in to your account, unless they know your password or can view your inbox.</p>'),
('en', 'email.one_time_password.title', 'Sign in without password'),
('en', 'emails', 'Emails'),
('en', 'email_address', 'E-mail address'),
('en', 'email_cannot_be_empty', 'E-mail cannot be empty'),
('en', 'email_header', 'E-mail header'),
('en', 'email_marketing.confirm_subscription', 'Please confirm subscription'),
('en', 'email_marketing.email_subscribed', 'You were subscribed to our newsletter'),
('en', 'email_marketing.email_subscribed_2optin', 'Subscription confirmed'),
('en', 'email_marketing.enter_api_key_and_save', 'Enter API key and save first'),
('en', 'email_marketing.error_no_list', 'Please select mailing list in add-on settings to start import'),
('en', 'email_marketing.export_all', 'Export all'),
('en', 'email_marketing.new_subscriber', 'New subscriber'),
('en', 'email_marketing.subscription_confirmed', 'Thank you for subscribing to our newsletter'),
('en', 'email_marketing.subscription_confirmed_2', 'Subscription confirmed'),
('en', 'email_marketing.subscription_pending', 'Email confirmation is required!'),
('en', 'email_marketing.sync', 'Sync'),
('en', 'email_marketing.text_confirm_subscription', 'We received a subscription request from you. Please confirm it:<p><a href=\"[href]\">Click here to confirm your subscription to our newsletter</a></p>If you received this email by mistake, simply delete it. You won\'t be subscribed if you don\'t click the confirmation link above.'),
('en', 'email_marketing.text_email_subscribed', 'Thank you for subscribing to our newsletter. <p>If at any time you wish to stop receiving our emails, <a href=\"[href]\">click on this link to unsubscribe</a>.</p>'),
('en', 'email_marketing.text_email_subscribed_2optin', 'Your subscription to our newsletter has been confirmed.<p>If at any time you wish to stop receiving our emails, <a href=\"[href]\">click on this link to unsubscribe</a>.</p>'),
('en', 'email_marketing.text_subscribe', 'Subscribe to our newsletter'),
('en', 'email_marketing.text_subscription_confirmed', 'Your subscription has been confirmed. No extra actions is required.'),
('en', 'email_marketing.text_subscription_confirmed_2', 'Your subscription to our newsletter has been confirmed. Thank you for subscribing!'),
('en', 'email_marketing.text_subscription_pending', 'Thank you for subscribing to our newsletter.<p>A confirmation email has been sent to you. Please use the link in the email to confirm your subscription</p>'),
('en', 'email_marketing.text_unsubscribe_successful', 'Your email has been removed from our list.'),
('en', 'email_marketing.tmpl_subscription', 'Email marketing: Newsletter subscription form'),
('en', 'email_marketing.unsubscribe_successful', 'Unsubscribe successful'),
('en', 'email_marketing.warning_email_exists', '[email] is already subscribed'),
('en', 'email_order_invoice_subject', '[company_name]: Invoice for order #[order_id]'),
('en', 'email_subject', 'E-mail subject'),
('en', 'email_template.accounting_new_payout', 'Accounting: Payout has been issued'),
('en', 'email_template.accounting_new_withdrawal', 'Accounting: Withdrawal has been requested'),
('en', 'email_template.accounting_payout_approved', 'Accounting: Payout has been completed'),
('en', 'email_template.accounting_payout_declined', 'Accounting: Payout hasn\'t been completed'),
('en', 'email_template.accounting_withdrawal_approved', 'Accounting: Withdrawal has been completed'),
('en', 'email_template.accounting_withdrawal_declined', 'Accounting: Withdrawal has been declined'),
('en', 'email_template.activate_profile', 'User profile requires activation'),
('en', 'email_template.apply_for_vendor_notification', 'Apply for vendor'),
('en', 'email_template.back_in_stock_notification', 'Back in stock notification'),
('en', 'email_template.call_requests_buy_with_one_click', 'Call requests: buy with one click notification'),
('en', 'email_template.call_requests_call_request', 'Call requests: call request notification'),
('en', 'email_template.company_payment_notification', 'Company payment'),
('en', 'email_template.company_status_changed_from_suspended_notification', 'Vendor status changed from Suspended'),
('en', 'email_template.company_status_notification', 'Company status change'),
('en', 'email_template.company_status_suspended_notification', 'Company status change to Suspended'),
('en', 'email_template.create_profile', 'User profile creation'),
('en', 'email_template.discussion_notification', 'Comments and reviews notification'),
('en', 'email_template.edp_access', 'Orders: access to downloadable products'),
('en', 'email_template.email_marketing_confirmation', 'Email marketing: subscription confirmation'),
('en', 'email_template.email_marketing_welcome', 'Email marketing: welcome letter'),
('en', 'email_template.email_marketing_welcome_2optin', 'Email marketing: welcome letter (2optin)'),
('en', 'email_template.form_builder_form', 'Contact form'),
('en', 'email_template.gift_certificates_notification', 'Gift certificate'),
('en', 'email_template.give_coupon', 'Promotions: coupon'),
('en', 'email_template.hybrid_auth_create_profile', 'Create user profile via social login'),
('en', 'email_template.low_stock', 'Product low stock notification'),
('en', 'email_template.newsletters_newsletter', 'Newsletter'),
('en', 'email_template.newsletters_promotion', 'Newsletters: promotion'),
('en', 'email_template.one_time_password_request', 'One-time code for password-free sign-in'),
('en', 'email_template.order_notification', 'Order notification: [name]'),
('en', 'email_template.order_notification_default', 'Order notification: Default template for a new order status'),
('en', 'email_template.params.attach_order_document', 'Attach a PDF document'),
('en', 'email_template.product_reviews_notification', 'Product reviews: New review notification'),
('en', 'email_template.product_reviews_reply_notification', 'Product reviews: Reply notification'),
('en', 'email_template.profile_activated', 'User account activation'),
('en', 'email_template.profile_deactivated', 'User account deactivation'),
('en', 'email_template.recover_password', 'Password recovery'),
('en', 'email_template.reminder', 'Admin password expiration'),
('en', 'email_template.reward_points_notification', 'Reward points'),
('en', 'email_template.rma_slip_notification', 'RMA slip'),
('en', 'email_template.shipment_products', 'Orders: products shipped'),
('en', 'email_template.shipping_error', 'Shipping: request error'),
('en', 'email_template.suppliers_notification', 'Supplier notification'),
('en', 'email_template.suppliers_notification_default', 'Supplier notification: Default template for a new order status'),
('en', 'email_template.supplier_notification_with_status', 'Supplier notification: [name]'),
('en', 'email_template.track', 'Orders: tracking'),
('en', 'email_template.update_profile', 'User profile update'),
('en', 'email_template.upgrade_backup_info', 'Upgrade: restore link'),
('en', 'email_template.usergroup_activation', 'User group activation'),
('en', 'email_template.usergroup_disactivation', 'User group disactivation'),
('en', 'email_template.usergroup_request', 'User group request'),
('en', 'email_template.vendor_communication.notify_admin', 'Ask seller a question: Admin Notification'),
('en', 'email_template.vendor_communication.notify_customer', 'Ask seller a question: Customer Notification'),
('en', 'email_template.vendor_data_premoderation_notification', 'Vendor premoderation'),
('en', 'email_template.vendor_debt_payout_email_admin_notification_vendor_status_changed_to_disabled', 'Vendor-to-admin payments notifications'),
('en', 'email_template.vendor_debt_payout_email_admin_notification_vendor_status_changed_to_suspended', 'Vendor-to-admin payments notifications'),
('en', 'email_template.vendor_debt_payout_vendor_days_before_suspended', 'Vendor-to-admin payments notifications'),
('en', 'email_template.vendor_debt_payout_weekly_digest_of_debtors', 'Weekly digest of debtors'),
('en', 'email_template.vendor_invitation', 'Vendor invitation'),
('en', 'email_template.vendor_plans_payment', 'Vendor plans: payment notification'),
('en', 'email_template.vendor_plans_plan_changed', 'Vendor plans: plan changed notification'),
('en', 'email_template.vendor_plans_revenue', 'Vendor plans: revenue notification'),
('en', 'email_template.vendor_plans_vendor_plan_changed_info_for_admin', 'Vendor plans: vendor plan was changed'),
('en', 'email_templates', 'Email templates'),
('en', 'email_template_exists', 'The email template with the chosen code already exists, please try another.'),
('en', 'email_template_import_success_msg', 'All the email templates have been imported without errors.'),
('en', 'email_to', 'E-mail to'),
('en', 'empty', 'Empty'),
('en', 'empty_key_value', 'Empty table key value'),
('en', 'enable', 'Enable'),
('en', 'enabled', 'Enabled'),
('en', 'enable_cdn', 'Enable CDN'),
('en', 'enable_for', 'Enable for'),
('en', 'enable_link', 'Enable link'),
('en', 'enable_or_disable_block', 'Activate/Deactivate Block'),
('en', 'enable_or_disable_container', 'Activate/Deactivate Container'),
('en', 'enable_or_disable_grid', 'Activate/Deactivate Grid'),
('en', 'enable_quick_view', 'Enable quick view'),
('en', 'enclosure', 'Enclosure'),
('en', 'encryption', 'Encryption'),
('en', 'encryption_key', 'Encryption Key'),
('en', 'end_date', 'End date'),
('en', 'english', 'English'),
('en', 'enter_category_name_and_path', 'Enter path and category name. Example, \"Electronics/Computers/Laptops\"'),
('en', 'enter_code', 'Enter code'),
('en', 'enter_color_name_and_code', 'Enter color name and code. Example, \"Red #ff0000\"'),
('en', 'enter_data', 'Enter data'),
('en', 'enter_disapproval_reason', 'Enter the reason for disapproval'),
('en', 'enter_email', 'Enter e-mail address'),
('en', 'enter_new_lang_code', 'Enter a new language code'),
('en', 'enter_other', 'Enter other'),
('en', 'enter_your_price', 'Enter your price'),
('en', 'entity', 'Entity'),
('en', 'entry_page', 'Global entry page'),
('en', 'entry_point', 'Entry point'),
('en', 'envelope', 'Envelope'),
('en', 'epdq_3ds_main', 'Main window'),
('en', 'epdq_3ds_popup', 'Popup'),
('en', 'error', 'Error'),
('en', 'errorCode', 'Error Code'),
('en', 'errorName', 'Error Name'),
('en', 'error_account_disabled', 'Your account is disabled. Please contact the store administration.'),
('en', 'error_admin_not_created_email_already_used', 'Administrator account was not created. The email address belongs to another user. You can add the administrator for this vendor manually.'),
('en', 'error_admin_not_created_name_already_used', 'Administrator account was not created. The user name belongs to another user. You should change the administrator account\'s name.'),
('en', 'error_admin_registers_as_vendor', 'You can\'t become a vendor because you are currently signed in as an administrator. Please sign out and resubmit the form.'),
('en', 'error_ajax', 'Oops, something went wrong ([error]). Please try again.'),
('en', 'error_already_posted', 'You have posted in this discussion already'),
('en', 'error_area_access_denied', 'You are not allowed to login to this area.'),
('en', 'error_cannot_delete_files', 'Cannot delete files: <b>[files]</b>. Please check the permissions.'),
('en', 'error_change_admin_data_in_frontend', 'It\'s forbidden to change the admin email or password in the customer area. Please sign in using a customer account.'),
('en', 'error_class_phar_data_not_found', 'The PharData class not found. Read more: <a href=\"https://php.net/manual/en/class.phardata.php\">https://php.net/manual/en/class.phardata.php</a>'),
('en', 'error_class_zip_archive_not_found', 'The ZipArchive class not found. Read more: <a href=\"https://php.net/manual/en/class.ziparchive.php\">https://php.net/manual/en/class.ziparchive.php</a>'),
('en', 'error_confirmation_code_invalid', 'Sorry, the anti-bot validation has failed. Please try again.'),
('en', 'error_curl_not_exists', '<b>Warning!</b><br />Your server <b>does not</b> support the PHP cURL extension. <b>[method]</b> will not be operational. Please contact your hosting provider.'),
('en', 'error_curl_ssl_not_exists', '<b>Warning!</b><br />The PHP cURL extension is compiled <b>without</b> SSL support on your server. <b>[method]</b> will not be operational. Please contact your hosting provider.'),
('en', 'error_currency_exists', 'Currency with code <b>[code]</b> already exists'),
('en', 'error_delete_theme_company', 'One of your storefronts uses this theme. Please set another theme before deleting it.'),
('en', 'error_delete_theme_layout', 'Layout that uses this theme is set as 	default. Please set another layout as default.'),
('en', 'error_demo_mode', 'The cart is working in the <b>DEMO</b> mode and this functionality is disabled.'),
('en', 'error_directory_not_writable', 'Directory \"[dir]\" is not writable. Please check permissions for this directory of your installation.'),
('en', 'error_email_already_subscribed', 'Your e-mail is already subscribed.'),
('en', 'error_empty_company_name', 'Company name cannot be empty'),
('en', 'error_exchange_rate', 'Unable to get exchange rates. Please try reloading this page in a minute.'),
('en', 'error_exim_cant_open_file', 'Cannot open uploaded file'),
('en', 'error_exim_cant_read_file', 'Cannot read uploaded file'),
('en', 'error_exim_fields_not_selected', 'No fields selected for export'),
('en', 'error_exim_file_doesnt_exist', 'File doesn\'t exist'),
('en', 'error_exim_get_images_for_products', 'Could not import images for some of the products. Either those images don\'t exist (or can\'t be accessed), or the paths to those images in the imported file are incorrect.'),
('en', 'error_exim_incorrect_lines', 'Your CSV file has incorrect data formatting (incorrect delimiter, missed/missing fields, etc.) in the following lines: <b>[lines]</b>'),
('en', 'error_exim_incorrent_delimiter', 'The delimiter in CSV file differs from the one selected by you'),
('en', 'error_exim_invalid_count_langs', 'Multi-language line count mismatch: different number of lines for different languages provided.'),
('en', 'error_exim_layout_required_fields', 'The following fields are mandatory and cannot be removed from the layout:'),
('en', 'error_exim_no_data_exported_new', 'No data exported. The wrong export range is probably causing this issue. <a class=\"cm-post\" href=\"[url]\">Clear the export range</a>, then try again'),
('en', 'error_exim_no_file_uploaded', 'No file uploaded'),
('en', 'error_exim_pattern_definition_alt_keys', 'Invalid pattern definition: alternative key is missing'),
('en', 'error_exim_pattern_definition_references', 'Invalid pattern definition: missing table references'),
('en', 'error_exim_pattern_dont_match', 'Your import file does not match the selected pattern'),
('en', 'error_exim_pattern_not_found', 'Pattern not found'),
('en', 'error_exim_pattern_required_fields', 'Your import file MUST have the following fields: <b>[fields]</b>'),
('en', 'error_features_too_many_variants', 'Search by features is not available due to the excessive number of variants.'),
('en', 'error_file_already_exists', 'File \"[file]\" already exists.'),
('en', 'error_file_not_found', 'File \"[file]\" not found.'),
('en', 'error_filter_by_feature_exists', 'Filter by feature \"[name]\" already exists.'),
('en', 'error_filter_by_product_field_exists', 'Filter by product field \"[name]\" already exists.'),
('en', 'error_gift_cert_code', 'The gift certificate code you entered is invalid. Please try again.'),
('en', 'error_hash_generation', 'Error in hash generation. Please choose another payment method.'),
('en', 'error_images_need_located_root_dir', 'Please specify the images directory within the store root directory. Put the images to import in this directory.'),
('en', 'error_image_format_not_supported', 'The image format <b>[format]</b> is not supported by GD library installed on your server. The thumbnail was not created.'),
('en', 'error_incorrect_login', 'The username or password you have entered is invalid. Please try again.'),
('en', 'error_invalid_emails', 'The following email addresses are invalid: <b>[emails]</b>'),
('en', 'error_lang_code_exists', 'The provided language ([code]) code already exists'),
('en', 'error_login_not_exists', 'The username you have entered does not match any account in our store. Please make sure you have entered the correct username and try again.'),
('en', 'error_message_not_sent', 'Message could not be sent.<br />Mailer Error:'),
('en', 'error_not_logged', 'You must log in before you can access this resource!'),
('en', 'error_no_items_selected', 'No items selected! At least one check box must be selected to perform this action.'),
('en', 'error_n_filters_already_exists', 'Some filters ([n]) already exist.'),
('en', 'error_occured', 'Error occurred.'),
('en', 'error_occurred', 'Error occurred'),
('en', 'error_passwords_dont_match', 'The passwords do not match.'),
('en', 'error_password_content', 'The password must contain both letters and numbers.'),
('en', 'error_password_expired', 'Your password has expired. You must change your password now.');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('en', 'error_password_expired_change', 'Your password has expired. <p><a href=\"[link]\" class=\"underlined\"><b>Change password &#155;&#155;</b></a></p>'),
('en', 'error_password_min_symbols', 'The password must contain at least <b>[number]</b> characters.'),
('en', 'error_password_was_used', 'Your new password must not coincide with any of those four passwords used before. Please use another password.'),
('en', 'error_permissions_not_changed', 'Cannot change permissions'),
('en', 'error_product_codes_length', 'The following product codes are too long and were cut off at [product_code_length] symbols:'),
('en', 'error_profile_field_code_exists', 'A profile field with this code already exists. Please choose another code.'),
('en', 'error_profile_field_name_exists', 'A profile field with this name already exists. Please choose another name.'),
('en', 'error_shipment_not_created', 'Couldn\'t create a shipment. Please choose a carrier or enter a tracking number.'),
('en', 'error_status_not_changed', 'Error while updating the status. Status was not changed.'),
('en', 'error_theme_manifest_missed', 'Theme description file (\"manifest\") was not found. Installation canceled.'),
('en', 'error_unable_to_create_backups', 'Unable to create backups.'),
('en', 'error_unable_to_create_thumbnail', 'Unable to create thumbnail for file \"[file]\": [error]'),
('en', 'error_unknown_archive_format', 'Unknown archive format: [ext]'),
('en', 'error_user_exists', 'The username or email you have chosen already exists. Please try another one.'),
('en', 'error_validator_ccv', 'CVV/CVC is too short.'),
('en', 'error_validator_ccv_long', 'CVV/CVC is too long.'),
('en', 'error_validator_color', 'The color code in the <b>[field]</b> field is invalid.'),
('en', 'error_validator_email', 'The email address in the <b>[field]</b> field is invalid.'),
('en', 'error_validator_integer', 'The value of the <b>[field]</b> field is invalid. It should be integer.'),
('en', 'error_validator_message', 'The value of the <b>[field]</b> field is invalid.'),
('en', 'error_validator_multiple', 'The <b>[field]</b> field does not contain the selected options.'),
('en', 'error_validator_password', 'The passwords in the <b>[field2]</b> and <b>[field]</b> fields do not match.'),
('en', 'error_validator_phone', 'The phone number in the <b>[field]</b> field is invalid. The correct format is (555) 555-55-55 or 55 55 555 5555.'),
('en', 'error_validator_phone_mask', 'The phone number in the <b>[field]</b> field is invalid.'),
('en', 'error_validator_phone_number', 'It is required to use the following format for this payment method: 555 555 5555.'),
('en', 'error_validator_recaptcha', 'Please confirm you are not a robot.'),
('en', 'error_validator_required', 'The <b>[field]</b> field is mandatory.'),
('en', 'error_validator_zipcode', 'The ZIP / Postal code in the <b>[field]</b> field is incorrect. The correct format is [extra].'),
('en', 'error_vendor_exists', 'The vendor with e-mail you have chosen already exists, please try another.'),
('en', 'error_zip_php_extension_not_installed', '\"Zip\" PHP extension is not installed. Please install the \"Zip\" PHP extension to create and extract ZIP-archives.'),
('en', 'et_above_button', 'Above the BUTTON'),
('en', 'et_above_description', 'Above the DESCRIPTION'),
('en', 'et_above_info_block', 'Above (the Info Block)'),
('en', 'et_above_title', 'Above the TITLE'),
('en', 'et_add', 'et_add?'),
('en', 'et_additional_image', 'Additional image'),
('en', 'et_additional_settings', 'Additional settings'),
('en', 'et_addons', 'ET Addons'),
('en', 'et_addons_menu', 'EnergoThemes: Add-ons'),
('en', 'et_add_description_text_shadow', 'Add description text shadow'),
('en', 'et_add_title_text_shadow', 'Add title text shadow'),
('en', 'et_ask_a_question', 'Ask a question'),
('en', 'et_average_star_rating', 'Average Star Rating'),
('en', 'et_background_color', 'Background color'),
('en', 'et_background_hover', 'Background hover'),
('en', 'et_background_settings', 'Background settings'),
('en', 'et_banner', 'Extended banner'),
('en', 'et_banners', 'Design professional responsive banners by adding custom text, colors, buttons and backgrounds, as well as create different banners for desktop and mobile devices. Developed by <a href=\"https://www.energothemes.com/\"target=\"_blank\">EnergoThemes</a>'),
('en', 'et_banner_full_width_no_title', 'ET - Banner full width (no title)'),
('en', 'et_banner_wrapper', 'ET - Banner wrapper'),
('en', 'et_below_button', 'Below the BUTTON'),
('en', 'et_below_info_block', 'Below (the Info Block)'),
('en', 'et_block_title_background', 'Block title background'),
('en', 'et_block_title_background_hover', 'Block title background hover'),
('en', 'et_block_title_border', 'Block title border'),
('en', 'et_block_title_color', 'Block title color'),
('en', 'et_block_title_color_hover', 'Block title hover color'),
('en', 'et_blog_scroller_secondary_title', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.'),
('en', 'et_bottom', 'Bottom'),
('en', 'et_button', 'Button'),
('en', 'et_button_align', 'Button align'),
('en', 'et_button_animation', 'Button Animation'),
('en', 'et_button_background', 'Button background'),
('en', 'et_button_border', 'Button border'),
('en', 'et_button_border_size', 'Border size'),
('en', 'et_button_border_style', 'Border style'),
('en', 'et_button_font_size', 'Button font size'),
('en', 'et_button_font_style', 'Button font style'),
('en', 'et_button_font_weight', 'Button font weight'),
('en', 'et_button_hover_background', 'Button hover background'),
('en', 'et_button_hover_text_color', 'Button hover text color'),
('en', 'et_button_margin', 'Button margin'),
('en', 'et_button_padding', 'Button padding'),
('en', 'et_button_rounded_corners', 'Button rounded corners'),
('en', 'et_button_shadow', 'Add button shadow'),
('en', 'et_button_text', 'Button text'),
('en', 'et_button_text_color', 'Button text color'),
('en', 'et_button_url', 'Button URL'),
('en', 'et_category_banner', 'ET - Category banners'),
('en', 'et_category_description', 'ET - Category description'),
('en', 'et_category_label', 'Category label'),
('en', 'et_category_menu', 'ET - Category menu'),
('en', 'et_category_menu_icon', 'ET - Category menu (icon)'),
('en', 'et_category_menu_vertical', 'ET - Category menu (vertical)'),
('en', 'et_category_title', 'ET - Category title'),
('en', 'et_center', 'Center'),
('en', 'et_collapsed', 'Collapsed'),
('en', 'et_colors', 'Colors'),
('en', 'et_color_hover', 'Color hover'),
('en', 'et_color_settings', 'Color settings'),
('en', 'et_columns', 'Columns'),
('en', 'et_columns_tooltip', 'Number of columns to display the products'),
('en', 'et_coming_soon', 'Coming soon'),
('en', 'et_contact_info', 'Contact info'),
('en', 'et_contact_page', 'Contact page'),
('en', 'et_cta_button_text', 'Button text'),
('en', 'et_cta_button_url', 'Button URL'),
('en', 'et_cta_step_1_text', 'Step 1 text'),
('en', 'et_cta_step_1_title', 'Step 1 title'),
('en', 'et_cta_step_2_text', 'Step 2 text'),
('en', 'et_cta_step_2_title', 'Step 2 title'),
('en', 'et_cta_step_3_text', 'Step 3 text'),
('en', 'et_cta_step_3_title', 'Step 3 title'),
('en', 'et_cta_title_text', 'Block title'),
('en', 'et_custom_class', 'Custom class'),
('en', 'et_custom_color', 'Custom color'),
('en', 'et_custom_icon_settings', 'Icon settings'),
('en', 'et_custom_label_settings', 'Label settings'),
('en', 'et_custom_label_settings_tooltip', 'Only used by the Main Menu block'),
('en', 'et_custom_menu_colors', 'Menu colors'),
('en', 'et_dd_custom_menu_settings', 'Advanced menu settings'),
('en', 'et_dd_image', 'Mega Menu image settings by EnergoThemes'),
('en', 'et_dd_image_height', 'Image height'),
('en', 'et_dd_image_width', 'Image width'),
('en', 'et_dd_menu_width', 'Menu width'),
('en', 'et_dd_min_menu_height', 'Menu minimum height'),
('en', 'et_dd_offset_bottom', 'Image offset bottom'),
('en', 'et_dd_offset_right', 'Image offset right'),
('en', 'et_dd_push_menu_items', 'Push menu items'),
('en', 'et_dd_url', 'Image link'),
('en', 'et_default_vendor', 'Default vendor'),
('en', 'et_description_animation', 'Description Animation'),
('en', 'et_description_font_size', 'Description font size'),
('en', 'et_description_font_style', 'Description font style'),
('en', 'et_description_font_weight', 'Description font weight'),
('en', 'et_description_line_height', 'Description line-height'),
('en', 'et_description_margin', 'Description margin'),
('en', 'et_description_text', 'Description text'),
('en', 'et_description_text_background', 'Description text background'),
('en', 'et_description_text_color', 'Description text color'),
('en', 'et_eib_block_1_text', 'Block 1 text'),
('en', 'et_eib_block_1_title', 'Block 1 title'),
('en', 'et_eib_block_2_text', 'Block 2 text'),
('en', 'et_eib_block_2_title', 'Block 2 title'),
('en', 'et_eib_block_3_text', 'Block 3 text'),
('en', 'et_eib_block_3_title', 'Block 3 title'),
('en', 'et_eib_block_4_text', 'Block 4 text'),
('en', 'et_eib_block_4_title', 'Block 4 title'),
('en', 'et_email_marketing_description', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt'),
('en', 'et_expanded', 'Expanded'),
('en', 'et_exteded_out_of', '<strong>[average_rating]</strong> out of <strong>5</strong> stars'),
('en', 'et_featured_products_banner', 'ET - Featured products and banners'),
('en', 'et_featured_product_banner_tabs', 'Featured product and banner tabs'),
('en', 'et_featured_product_banner_tabs.manage', 'Featured product and banner tabs'),
('en', 'et_featured_vendors_sidebar', 'ET - Featured vendors sidebar'),
('en', 'et_footer_info', 'ET - Footer info'),
('en', 'et_full_grid', 'ET - Full width grid'),
('en', 'et_full_width', 'Full width'),
('en', 'et_google_map', 'Google Map'),
('en', 'et_header_call_us', 'LET US CALL YOU BACK'),
('en', 'et_home_blog', 'ET - Home blog'),
('en', 'et_home_featured_vendors', 'ET - Home featured vendors'),
('en', 'et_home_grid', 'ET - Home grid'),
('en', 'et_home_special_title', 'ET - Home special title'),
('en', 'et_home_testimonials', 'ET - Home testimonials'),
('en', 'et_horizontal', 'Horizontal'),
('en', 'et_horizontal_align', 'Horizontal align'),
('en', 'et_horizontal_with_info_block', 'Horizontal with the Info Block'),
('en', 'et_horziontal_filters_clear', 'Clear all filters'),
('en', 'et_horziontal_filters_selected', 'Your selected filters '),
('en', 'et_hover_color', 'Hover color'),
('en', 'et_hover_image', 'Hover image'),
('en', 'et_hover_opacity', 'Hover opacity'),
('en', 'et_icon_color', 'Icon color'),
('en', 'et_icon_color_hover', 'Icon color hover'),
('en', 'et_icon_position', 'Icon position'),
('en', 'et_icon_settings', 'Icon settings'),
('en', 'et_image_animation', 'Image animation'),
('en', 'et_image_background_color', 'Image background color'),
('en', 'et_image_margin', 'Image margin'),
('en', 'et_image_position', 'Image position'),
('en', 'et_image_position_horizontal', 'Image position horizontal'),
('en', 'et_image_position_inside', 'Image position inside'),
('en', 'et_image_position_vertical', 'Image position vertical'),
('en', 'et_image_url', 'Image URL'),
('en', 'et_info_block_background', 'Info block background'),
('en', 'et_info_block_margin', 'Info block margin'),
('en', 'et_info_block_settings', 'Info Block Settings'),
('en', 'et_info_block_width', 'Info block width'),
('en', 'et_inside_info_block', 'Inside the Info Block'),
('en', 'et_label_color', 'Label text color'),
('en', 'et_label_colors', 'Label colors'),
('en', 'et_label_text', 'Label text'),
('en', 'et_language_specific', 'Language specific'),
('en', 'et_left_menu', 'ET - Left menu (mobile)'),
('en', 'et_left_of_info_block', 'Left (of the Info Block)'),
('en', 'et_license_invalid', 'EnergoThemes license is not valid'),
('en', 'et_mainbox_general', 'ET - Mainbox general'),
('en', 'et_mainbox_general_full_width_no_title', 'ET - Mainbox general full width (no title)'),
('en', 'et_mainbox_general_full_width_title', 'ET - Mainbox general full width'),
('en', 'et_mainbox_simple', 'ET - Mainbox simple'),
('en', 'et_mainbox_simple_full_width_no_title', 'ET - Mainbox simple full width (no title)'),
('en', 'et_mainbox_simple_full_width_title', 'ET - Mainbox simple full width'),
('en', 'et_main_slider', 'ET - Main slider'),
('en', 'et_manage', 'et_manage?'),
('en', 'et_marketplace_menu', 'ET - Marketplace Menu'),
('en', 'et_master_vendors', 'vendor|vendors'),
('en', 'et_mega_menu', 'ET - Advanced Mega Menu'),
('en', 'et_mega_menu.banner_settings', 'Banner Settings'),
('en', 'et_mega_menu.category_settings', 'Menu Category Settings'),
('en', 'et_mega_menu.icon_settings', 'Icon Settings'),
('en', 'et_mega_menu.products_settings', 'Featured Product Settings'),
('en', 'et_mega_menu.size_settings', 'Window Size Settings'),
('en', 'et_mega_menu.subcategory_thumbnails', 'Subcategory Thumbnails'),
('en', 'et_mega_menu_tab', 'Additional menu settings'),
('en', 'et_menu_horizontal', 'ET - Menu (horizontal)'),
('en', 'et_min_height', 'Min height'),
('en', 'et_mobile_footer_block', 'ET - Footer block (mobile)'),
('en', 'et_mobile_footer_menu', 'ET - Footer menu (mobile)'),
('en', 'et_mobile_menu_wrapper', 'ET - Mobile Menu'),
('en', 'et_multi_scroller', 'ET - Multi scroller'),
('en', 'et_my_content', 'My content'),
('en', 'et_newsletter_description', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt'),
('en', 'et_offset_bottom', 'Offset bottom'),
('en', 'et_offset_right', 'Offset right'),
('en', 'et_opacity', 'Opacity'),
('en', 'et_overlay_settings', 'Overlay settings'),
('en', 'et_padding', 'Padding'),
('en', 'et_pp_block', 'Info blocks'),
('en', 'et_pp_block_r', 'Return policy'),
('en', 'et_pp_block_s', 'Shipping policy'),
('en', 'et_pp_block_w', 'Warranty policy'),
('en', 'et_pp_info_expanded', 'Expanded by default'),
('en', 'et_pp_info_icon_and_color_settings', 'Icon and color settings'),
('en', 'et_pp_info_use_icon', 'Use icon'),
('en', 'et_pp_sold_by', 'Sold by'),
('en', 'et_pp_this_item_sold_by', 'This item is sold by'),
('en', 'et_product_coming_soon', 'Available on: [avail_date]'),
('en', 'et_product_display_options', 'Product display options'),
('en', 'et_product_filters', 'Product filters'),
('en', 'et_product_tabs_rating_right_text', 'Tell us something about it and help others make the right decision'),
('en', 'et_product_tabs_rating_right_title', 'Have you used the product?'),
('en', 'et_product_tabs_rating_testimonial_right_text', 'Tell us something about your experience here'),
('en', 'et_product_tabs_rating_testimonial_right_title', 'Have you bought from our Marketplace?'),
('en', 'et_product_tabs_rating_testimonial_right_title_ult', 'Have you bought from our Store?'),
('en', 'et_product_tabs_rating_vendor_right_text', 'Tell us something about it and help others make the right decision'),
('en', 'et_product_tabs_rating_vendor_right_title', 'Have you bought from this vendor?'),
('en', 'et_product_title_rows', 'Product title rows'),
('en', 'et_product_title_rows_tooltip', 'Number of rows to display the product titles'),
('en', 'et_profile_info', 'ET - Profile info'),
('en', 'et_profile_text', 'Profile text'),
('en', 'et_push_items', 'Push menu items'),
('en', 'et_quick_info', 'Product page quick info'),
('en', 'et_quick_info.manage', 'Product page quick info blocks'),
('en', 'et_quick_info.new_block', 'New quick info block'),
('en', 'et_quick_info_block', 'Product page quick info'),
('en', 'et_read_all', 'Read all'),
('en', 'et_read_more', 'Read more'),
('en', 'et_register_text', 'Register text'),
('en', 'et_review_variant', 'Product variant reviewed'),
('en', 'et_right_menu', 'ET - Right menu (mobile)'),
('en', 'et_right_of_info_block', 'Right (of the Info Block)'),
('en', 'et_rounded_corners', 'Rounded corners'),
('en', 'et_same_vendor', 'ET - Same vendor'),
('en', 'et_search', 'ET - Search'),
('en', 'et_search_marketplace_products', 'Search by Marketplace products'),
('en', 'et_search_wrapper', 'ET - Search'),
('en', 'et_select_category_hover_text', 'Select category'),
('en', 'et_seo_rules', 'VIVAshop SEO rules for vendor stores'),
('en', 'et_separate_blog_image', 'ET - Blog image'),
('en', 'et_settings', 'Settings'),
('en', 'et_short_description', 'Category mini description'),
('en', 'et_show_all_reviews', 'Show all reviews'),
('en', 'et_show_discount_label', 'Show discount label'),
('en', 'et_show_old_price', 'Show old price'),
('en', 'et_show_product_name', 'Show product name'),
('en', 'et_show_product_price', 'Show price'),
('en', 'et_show_reviews_with', 'Show reviews with'),
('en', 'et_show_title', 'Show title'),
('en', 'et_sidebar_category', 'Sidebar category'),
('en', 'et_sidebar_subcategories', 'ET - Sidebar subcategories'),
('en', 'et_sidebox_filters', 'ET - Sidebox filters'),
('en', 'et_sidebox_products', 'ET - Sidebox products'),
('en', 'et_sidebox_simple_open_on_mobile', 'ET - Sidebox open on mobile'),
('en', 'et_sidebox_subcategories', 'ET - Sidebox subcategories'),
('en', 'et_social_links', 'Social links'),
('en', 'et_star', 'star|stars'),
('en', 'et_sticky_cart', 'ET - Sticky cart'),
('en', 'et_sticky_my_account', 'ET - Sticky My account'),
('en', 'et_store_settings', 'Store settings'),
('en', 'et_subcategories', 'ET - Subcategories'),
('en', 'et_subcateg_opt_img_title', 'Image'),
('en', 'et_tab_title_active_color', 'Tab title active color'),
('en', 'et_tab_title_color', 'Tab title color'),
('en', 'et_text_align', 'Text align'),
('en', 'et_text_color', 'Text color'),
('en', 'et_text_hover', 'Text hover'),
('en', 'et_thumbnail_width', 'Thumbnail width'),
('en', 'et_thumbnail_width_tooltip', 'Product image thumbnail width in pixels'),
('en', 'et_title_animation', 'Title Animation'),
('en', 'et_title_background', 'Title background'),
('en', 'et_title_color', 'Title text color'),
('en', 'et_title_font_size', 'Title font size'),
('en', 'et_title_font_style', 'Title font style'),
('en', 'et_title_font_weight', 'Title font weight'),
('en', 'et_title_line_height', 'Title line-height'),
('en', 'et_title_margin', 'Title margin'),
('en', 'et_title_text', 'Title text'),
('en', 'et_title_text_background', 'Title text background'),
('en', 'et_title_text_color', 'Title text color'),
('en', 'et_top', 'Top'),
('en', 'et_top_menu', 'ET - Top menu'),
('en', 'et_transparent_background', 'Transparent background'),
('en', 'et_type', 'Type'),
('en', 'et_update_for_all_languages', 'Update for all languages'),
('en', 'et_update_for_all_languges', 'Update for all languages'),
('en', 'et_use_bkg_overlay', 'Use background overlay'),
('en', 'et_vendor_categories', 'ET - Vendor categories'),
('en', 'et_vendor_extra_details_f', 'Facebook'),
('en', 'et_vendor_extra_details_i', 'Instagram'),
('en', 'et_vendor_extra_details_l', 'Linkedin'),
('en', 'et_vendor_extra_details_p', 'Pinterest'),
('en', 'et_vendor_extra_details_t', 'Twitter'),
('en', 'et_vendor_extra_details_y', 'Youtube'),
('en', 'et_vendor_header.feedback', 'Feedback'),
('en', 'et_vendor_header.social', 'Socials'),
('en', 'et_vendor_header.store', 'Store'),
('en', 'et_vendor_menu', 'Vendor Menu'),
('en', 'et_vendor_menu_mobile', 'ET - Vendor menu mobile'),
('en', 'et_vendor_panel_menu.default_vendor_store', 'Default vendor blocks'),
('en', 'et_vendor_panel_menu.my_banners', 'Banners'),
('en', 'et_vendor_panel_menu.my_home_blocks', 'Home blocks'),
('en', 'et_vendor_panel_menu.my_pages', 'Pages'),
('en', 'et_vendor_plans.footer', '<div class=\"et-vendor-plans_footer_big\">Not sure which plan will suit you best?</div><div class=\"et-vendor-plans_footer_small\">Start with a 14-day trial of all Marketplace features then choose the plan that\'s right for you</div>'),
('en', 'et_vendor_plans.footer_button_link', './index.php?dispatch=pages.view&page_id=30'),
('en', 'et_vendor_plans.footer_button_text', 'Contact us'),
('en', 'et_vendor_plans.no_vendor_store', 'NO microstore'),
('en', 'et_vendor_plans.per', 'per'),
('en', 'et_vendor_store_header', 'ET - Vendor store header'),
('en', 'et_vendor_store_header_mobile', 'ET - Vendor store header mobile'),
('en', 'et_vendor_store_menu', 'ET - Vendor store menu'),
('en', 'et_vendor_store_menu_mobile', 'ET - Vendor store menu mobile'),
('en', 'et_vertical', 'Vertical'),
('en', 'et_vertical_align', 'Vertical align'),
('en', 'et_vertical_with_info_block', 'Vertical with the Info Block'),
('en', 'et_vivashop_mv_functionality.home_blocks', 'Vendor home blocks'),
('en', 'et_vivashop_mv_functionality.vendor_pages', 'Vendor pages'),
('en', 'et_vivashop_mv_settings.best_bkg', 'Best choice background'),
('en', 'et_vivashop_mv_settings.best_outer_bkg', 'Best choice outer background'),
('en', 'et_vivashop_mv_settings.best_outer_text', 'Best choice outer text'),
('en', 'et_vivashop_mv_settings.best_text', 'Best choice text'),
('en', 'et_vivashop_mv_settings.footer_bkg', 'Footer background'),
('en', 'et_vivashop_mv_settings.footer_bkg_img', 'Footer background image'),
('en', 'et_vivashop_mv_settings.footer_button_text', 'Button text'),
('en', 'et_vivashop_mv_settings.footer_button_url', 'Button URL'),
('en', 'et_vivashop_mv_settings.footer_text', 'Footer text'),
('en', 'et_vivashop_mv_settings.header_bkg', 'Header background'),
('en', 'et_vivashop_mv_settings.header_hover', 'Header text hover'),
('en', 'et_vivashop_mv_settings.header_text', 'Header text color'),
('en', 'et_vivashop_mv_settings.highlight_text', 'Title highlighted text'),
('en', 'et_vivashop_mv_settings.menu_bkg', 'Menu background'),
('en', 'et_vivashop_mv_settings.menu_bkg_hover', 'Menu background hover'),
('en', 'et_vivashop_mv_settings.menu_text', 'Menu text color'),
('en', 'et_vivashop_mv_settings.menu_text_hover', 'Menu text color hover'),
('en', 'et_vivashop_mv_settings.price_bkg', 'Price background'),
('en', 'et_vivashop_mv_settings.price_text', 'Price text'),
('en', 'et_vivashop_mv_settings.show_footer', 'Show footer'),
('en', 'et_vivashop_settings.arrow', 'Arrow'),
('en', 'et_vivashop_settings.box_color', 'Box color'),
('en', 'et_vivashop_settings.circles_bkg', 'Circle background'),
('en', 'et_vivashop_settings.circles_icons', 'Circle icon'),
('en', 'et_vivashop_settings.circles_steps_txt', 'Step number text'),
('en', 'et_vivashop_settings.circles_step_bkg', 'Step number background'),
('en', 'et_vivashop_settings.circles_text', 'Circle text'),
('en', 'et_vivashop_settings.demo_banners', '<p><a class=\"cm-ajax btn btn-primary\" href=\"[demo_data_url]\">Add all demo data</a></p> <br/> <p><a class=\"cm-ajax btn btn-secondary\" href=\"[demo_banners_url]\">Add only demo banners</a></p>'),
('en', 'et_vivashop_settings.go_btn_bkg', 'Button background'),
('en', 'et_vivashop_settings.go_btn_bkg_hover', 'Button hover background'),
('en', 'et_vivashop_settings.go_btn_txt', 'Button text'),
('en', 'et_vivashop_settings.go_btn_txt_hover', 'Button hover text'),
('en', 'et_vivashop_settings.icons', 'Icons'),
('en', 'et_vivashop_settings.icon_bkg', 'Icon background color'),
('en', 'et_vivashop_settings.icon_color', 'Icon color'),
('en', 'et_vivashop_settings.main_bkg_color', 'Background color'),
('en', 'et_vivashop_settings.overlay', 'Overlay color'),
('en', 'et_vivashop_settings.overlay_alpha', 'Overlay opacity'),
('en', 'et_vivashop_settings.text', 'Text'),
('en', 'et_vivashop_settings.text_color', 'Text color'),
('en', 'et_vivashop_settings.text_top', 'Title text'),
('en', 'et_vivashop_settings.title_color', 'Title color'),
('en', 'et_width', 'Width'),
('en', 'et_wishlist_button_text', 'Wishlist'),
('en', 'event.apply_for_vendor_notification.name', 'New vendor account application'),
('en', 'event.notification_type', 'Notification type'),
('en', 'event.order.edp.name', 'Access to downloadable products granted'),
('en', 'event.order.shipment_updated.name', 'Products were shipped'),
('en', 'event.order.status_changed.name', 'Order status changed to [status]'),
('en', 'event.order.updated.name', 'Order was updated'),
('en', 'event.product.back_in_stock.name', 'Product is back in stock'),
('en', 'event.profile.activated.name', 'Profile was activated'),
('en', 'event.profile.added.name', 'Profile requires activation'),
('en', 'event.profile.created.name', 'Profile was created'),
('en', 'event.profile.deactivated.name', 'Profile was deactivated'),
('en', 'event.profile.password_recovery.name', 'Password recovery'),
('en', 'event.profile.password_reminder.name', 'Reminder about necessary password change'),
('en', 'event.profile.updated.name', 'Profile was updated'),
('en', 'event.profile.usergroup_activation.name', 'User group activation'),
('en', 'event.profile.usergroup_disactivation.name', 'User group disactivation'),
('en', 'event.profile.usergroup_request.name', 'Membership in user group was requested'),
('en', 'event.profile.usergroup_updated.name', 'Membership in user group was changed'),
('en', 'event.receiver.a', 'Administrator'),
('en', 'event.receiver.c', 'Customer'),
('en', 'event.receiver.s', 'Supplier'),
('en', 'event.receiver.v', 'Vendor'),
('en', 'event.rma.status_changed.name', 'Return request status changed to [status]'),
('en', 'event.system.realtime_shipping_error.name', 'Realtime shipping errors'),
('en', 'event.transport.internal', 'Notifications center'),
('en', 'event.transport.mail', 'E-mail'),
('en', 'event.vendors_require_approval.name', 'Vendors require approval'),
('en', 'event.vendors_require_approval.title', 'Some vendors are pending approval'),
('en', 'event.vendor_status_changed.active.message', 'All your active products will now appear in the store'),
('en', 'event.vendor_status_changed.name', 'Vendor status changed to [status]'),
('en', 'event.vendor_status_changed.pending.message', 'You can work with the admin panel and manage your products, but they won\'t appear to customers until your status changes to Active.'),
('en', 'event.vendor_status_changed.suspended.message', 'To lift the suspension, please contact us.'),
('en', 'event.vendor_status_changed.suspended.title', 'Your account is suspended'),
('en', 'event.vendor_status_changed.title', 'Your status has been changed to [status]'),
('en', 'event.vendor_status_changed_from.name', 'Vendor status changed from [status]'),
('en', 'eway_configuration_note', '<a href=\'https://go.eway.io/s/article/How-do-I-setup-my-Live-eWAY-API-Key-and-Password\' target=\'_blank\'>How do I set up my Live eWAY API Key and Password?</a>'),
('en', 'eway_upgrade_notification_text', '<p><b>eWAY</b>, <b>eWAY Direct Payment</b> and <b>eWAY Shared Payment</b> are not supported since this [product] version.</p><p>We strongly recommend you to <b>upgrade to eWAY Direct Payment (Rapid API)</b> or <b>eWAY Responsive Shared (Rapid API)</b>, here are the instructions:</p><ul><li>go to Administration > Payment methods</li><li>open one of the payment methods utilizing deprecated eWAY processor</li><li>switch to General tab and specify eWAY Direct Payment (Rapid API) or eWAY Responsive Shared (Rapid API) payment processor</li><li>switch to Configure tab and specify proper:<ul><li>API Key, API Password and Encryption Key for eWAY Direct Payment (Rapid API)</li><li>API Key and API Password for eWAY Responsive Shared (Rapid API)</li></ul></li></ul><p>eWAY, eWAY Direct Payment and eWAY Shared Payment will still be operational but we <b>renamed</b> them to Deprecated eWAY, Deprecated eWAY Direct Payment and Deprecated eWAY Shared Payment accordingly.</p>'),
('en', 'eway_upgrade_notification_title', 'eWAY, eWAY Direct Payment and eWAY Shared Payment payment processors are no longer supported'),
('en', 'exact_phrase', 'The exact phrase'),
('en', 'excellent', 'Excellent!'),
('en', 'exception', 'Exception'),
('en', 'exceptions', 'Exceptions'),
('en', 'exceptions_type', 'Exceptions type'),
('en', 'exception_disabled', 'No variant can be selected'),
('en', 'exception_disregard', 'Any variant'),
('en', 'exception_error', 'ERROR'),
('en', 'exception_error_code', 'Error code:'),
('en', 'exception_exist', 'This exception combination already exists'),
('en', 'exception_title', 'Oops!<br />We were unable to find what you were looking for.'),
('en', 'exchange_rate', 'Live exchange rates'),
('en', 'exclude_disabled_products', 'Exclude disabled products'),
('en', 'exclusive_promotions', 'Exclusive discounts'),
('en', 'exclusive_promotions_content', 'Subscribe to our news and get a 10% discount coupon!'),
('en', 'exec', 'Execute'),
('en', 'exim_cannot_create_variant_for_shareable_feature', 'You cannot create a variant for a shareable feature.'),
('en', 'exim_error_empty_feature_name', 'Feature name is missing. Some product features were not updated.'),
('en', 'exim_error_incorrect_feature_type', 'Incorrect feature type. Some product features were not updated.'),
('en', 'exim_features', 'Features (Deprecated)'),
('en', 'exim_import_detailed_image', 'Detailed image (Deprecated)'),
('en', 'exim_remove_additional_images', 'Clean up'),
('en', 'exim_reset_inventory_tooltip', 'This won\'t affect the products that have the quantity specified in the imported file.'),
('en', 'exim_storefront_feature_name', 'Storefront feature name'),
('en', 'exim_subtotal_discount', 'Subtotal discount'),
('en', 'exim_vendor_cant_create_feature', 'Vendors cannot create product features and their variants. Some product features cannot be modified.'),
('en', 'exit_point', 'Exit point'),
('en', 'exp', 'Exp'),
('en', 'expanded', 'Expanded'),
('en', 'expand_collapse_list', 'Expand / collapse the list of items'),
('en', 'expand_section', 'Expand section'),
('en', 'expand_sublist_of_items', 'Expand the sublist of items'),
('en', 'expenditure', 'Expenditure'),
('en', 'expired', 'Expired'),
('en', 'expirepreauth', 'Preauthorization'),
('en', 'expirepreauth_description', 'Preauthorization hold limit in days. The maximum value is 30 days. With the \"Sale\" request type, leave this field empty.'),
('en', 'expiry_date', 'Expiration date'),
('en', 'export', 'Export'),
('en', 'exported_fields', 'Exported fields'),
('en', 'exported_files', 'Exported files'),
('en', 'exported_items', 'Exported items'),
('en', 'exporting_data', 'Exporting data'),
('en', 'export_by_cron', 'Export by cron'),
('en', 'export_by_cron_to', 'Export by cron to'),
('en', 'export_cron_hint', 'Use the following line to run the script according to schedule'),
('en', 'export_data', 'Export data'),
('en', 'export_found_products', 'Export found products'),
('en', 'export_layout', 'Export layout'),
('en', 'export_locations', 'Export locations'),
('en', 'export_options', 'Export options'),
('en', 'export_products', 'Export products'),
('en', 'export_selected', 'Export selected'),
('en', 'export_to_ftp', 'FTP server options'),
('en', 'export_to_server', 'Export to server'),
('en', 'extended', 'Extended'),
('en', 'extra', 'Extra'),
('en', 'extract_archive', 'Extract archive'),
('en', 'extra_fields', 'Extra fields'),
('en', 'extra_folders', 'Extra folders'),
('en', 'extra_services', 'Extra services'),
('en', 'facebook', 'Facebook'),
('en', 'facebook_obj_type', 'Facebook object type'),
('en', 'fail', 'Fail'),
('en', 'failed', 'Failed'),
('en', 'fair', 'Fair'),
('en', 'false', 'False'),
('en', 'faroese', 'Faroese'),
('en', 'fast', 'Fast'),
('en', 'favorites', 'Favorites'),
('en', 'fax', 'Fax'),
('en', 'fb_activities', 'Activities'),
('en', 'fb_businesses', 'Businesses'),
('en', 'fb_groups', 'Groups'),
('en', 'fb_organizations', 'Organizations'),
('en', 'fb_people', 'People'),
('en', 'fb_places', 'Places'),
('en', 'fb_products_entertainment', 'Products and Entertainment'),
('en', 'fb_websites', 'Websites'),
('en', 'feature', 'Feature'),
('en', 'features', 'Features'),
('en', 'features_delimiter', 'Feature variants delimiter'),
('en', 'features_menu_description', 'Add and manage extra product fields.'),
('en', 'feature_already_in_use', 'Couldn\'t delete the feature. It is already used by your or someone else\'s products.'),
('en', 'feature_category', 'Feature category'),
('en', 'feature_code', 'Feature code'),
('en', 'feature_comparison', 'Feature comparison'),
('en', 'feature_comparison_upgrade_notification_text', 'The <b>Feature comparison</b> checkbox under <b>Products → Products → &lt;Desired Product&gt;</b> has been removed.<br>By ticking the new <b>Allow customers to compare products</b> checkbox under Settings → General → Catalog, you can now enable your customers to add any products in your store to comparison lists.<br>To show up on a comparison list, a feature must have one (or more) of the following checkboxes enabled under <b>Products → Features → &lt;Desired Feature&gt;</b>:<br><ul><li>Show on the Features tab</li><li>Show in product list</li><li>Show in header on the product details page</li></ul>'),
('en', 'feature_comparison_upgrade_notification_title', 'Changes in feature comparison'),
('en', 'feature_display_on_catalog', 'Show in product list'),
('en', 'feature_display_on_header', 'Show in header on the product details page'),
('en', 'feature_display_on_product', 'Show on the Features tab'),
('en', 'feature_group', 'Feature group'),
('en', 'feature_groups', 'Feature groups'),
('en', 'feature_hide_on_catalog', 'Hide in product list'),
('en', 'feature_hide_on_header', 'Hide in header on the product details page'),
('en', 'feature_hide_on_product', 'Hide on the Features tab'),
('en', 'feature_id', 'Feature ID'),
('en', 'feature_name', 'Feature name'),
('en', 'feature_style', 'Feature style'),
('en', 'feature_variants_already_in_use', 'Couldn\'t delete some feature variants. They are already used by your or someone else\'s products.'),
('en', 'feedback_is_sent_successfully', 'The feedback has been sent successfully.'),
('en', 'feedback_values', 'Feedback values'),
('en', 'feed_description', 'Feed description'),
('en', 'feed_title', 'Feed title'),
('en', 'fib_wrapper', 'ET - Footer info block'),
('en', 'field', 'Field'),
('en', 'fields', 'Fields'),
('en', 'field_editor', 'Field Editor'),
('en', 'field_name', 'Field name'),
('en', 'field_type', 'Field type'),
('en', 'file', 'File'),
('en', 'filename', 'File name'),
('en', 'files', 'Files'),
('en', 'filesize', 'File size'),
('en', 'files_are_too_large', 'Total size of the uploaded files exceeds the maximum limit of [size].'),
('en', 'files_changes', 'File changes'),
('en', 'files_directory', 'Files directory'),
('en', 'file_avail_after_payment', 'This file will be available after the order is paid in full.'),
('en', 'file_browser', 'File browser'),
('en', 'file_changes_detector', 'File changes detector'),
('en', 'file_changes_detector.added', 'Added'),
('en', 'file_changes_detector.changed', 'Changed'),
('en', 'file_changes_detector.deleted', 'Deleted'),
('en', 'file_changes_detector.snapshot_not_found', 'Snapshot of the clear installation was not found. Please restore <b>[dist_filename]</b>.'),
('en', 'file_doesnt_have_key', 'This file doesn\'t have a download key.'),
('en', 'file_download_limit_exceeded', 'The file cannot be downloaded because the download limit equal to [limit] is exceeded.'),
('en', 'file_editor', 'File editor'),
('en', 'file_is_too_large', 'File is too large. Max uploading size is [size].'),
('en', 'file_tree', 'File tree'),
('en', 'file_uploading_in_progress_please_wait', 'File uploading in progress. Please wait.'),
('en', 'filling', 'Filling'),
('en', 'filter', 'Filter'),
('en', 'filters', 'Filters'),
('en', 'filters_in_use', 'All features are already in use'),
('en', 'filters_menu_description', 'Product filters are displayed on the storefront and enable your customers to quickly find the products.'),
('en', 'filter_by', 'Filter by'),
('en', 'filter_by_categories', 'Filter by categories'),
('en', 'filter_description', 'Filter description'),
('en', 'filter_name', 'Filter name'),
('en', 'filter_style', 'Filter type'),
('en', 'final_sale', 'Final sale'),
('en', 'finance_product_code', 'Finance product code'),
('en', 'financial_state', 'Financial state'),
('en', 'find_results_with', 'Find results with'),
('en', 'finish', 'Finish'),
('en', 'finished', 'Finished'),
('en', 'finnish', 'Finnish'),
('en', 'first_name', 'First name'),
('en', 'first_name_and_last_name', 'First name and last name'),
('en', 'first_order', 'First order'),
('en', 'flemish', 'Flemish'),
('en', 'folder', 'Folder'),
('en', 'folder_is_empty', 'Folder is empty'),
('en', 'footer', 'Footer'),
('en', 'footer_bottom', 'Footer bottom'),
('en', 'footer_general', 'Footer general'),
('en', 'for', 'for'),
('en', 'forbidden', 'Forbidden'),
('en', 'forbidden_combinations', 'Forbidden combinations'),
('en', 'forgot_password_question', 'Forgot your password?'),
('en', 'form', 'Form'),
('en', 'format', 'Format'),
('en', 'forms', 'Forms'),
('en', 'form_builder', 'Form builder'),
('en', 'form_id', 'Form ID'),
('en', 'form_submit_text', 'Form submit text'),
('en', 'for_all_found_orders', 'For orders on ALL pages'),
('en', 'for_this_page_orders', 'For orders on THIS page'),
('en', 'fragile', 'Fragile'),
('en', 'free', 'Free'),
('en', 'free_products', 'Free products'),
('en', 'free_shipping', 'Free shipping'),
('en', 'free_shipping_upgrade_notification_text', '<p>Some of your products have the <b>Free shipping</b> property enabled. In earlier versions of [product] a customer didn\'t have to choose a shipping method when buying these products.</p><p>Starting with this [product] version, a customer chooses a shipping method at checkout for products with the <b>Free shipping</b> property enabled.</p><p>To set up a shipping method that will be used for free shipping, complete these steps:</p><ol><li>Go to <b>Administration → Shipping &amp; taxes → Shipping methods</b>.</li><li>Choose the existing shipping method that you want to use for free shipping, or create a new one.</li><li>Scroll to the <i>Extra</i> section and enable the <b>Use for free shipping</b> setting.</li></ol><p>You can set up as many shipping methods as you want for free shipping.</p><p>Note that you have to apply the <b>Use for free shipping</b> option to particular shipping methods.</p><p>Tick the <b>Use for free shipping</b> checkbox, if you want to exclude the products with the enabled <b>Free shipping</b> option from the shipping price calculation. [product] will calculate the shipping price of the other products from the order in accordance with the <b>Shipping charges</b>.</p><p>If you leave the checkbox unticked, [product] will calculate the shipping price for all products from the order in accordance with the <b>Shipping charges</b>.</p>'),
('en', 'free_shipping_upgrade_notification_title', 'Free shipping changes'),
('en', 'french', 'French'),
('en', 'from', 'from'),
('en', 'from_date', 'Date from'),
('en', 'from_email', 'From email'),
('en', 'from_name', 'From name'),
('en', 'ftp', 'FTP'),
('en', 'ftp_connection_problem', 'Unable connect to FTP server. Please, check FTP connection information'),
('en', 'ftp_directory', 'FTP directory'),
('en', 'ftp_pass', 'FTP password'),
('en', 'ftp_server_options', 'FTP server options'),
('en', 'ftp_url', 'FTP server'),
('en', 'ftp_url_hint', 'The format is: FTPHOST[:PORT][/DIRECTORY]. Example: ftp.yourhost.com:21/home/username/folder'),
('en', 'ftp_user', 'FTP username'),
('en', 'fulfillment_state', 'Fulfillment state'),
('en', 'full', 'Full'),
('en', 'fullauth', 'Fullauth'),
('en', 'fullname', 'Full name'),
('en', 'full_description', 'Full description'),
('en', 'full_list', 'Full list'),
('en', 'full_tree_cat', 'Full tree'),
('en', 'full_tree_pages', 'Full tree'),
('en', 'full_width', 'Full width'),
('en', 'function', 'Core'),
('en', 'function_deprecated', 'Function [old_function] is deprecated and will be removed in next version. Please use [new_function] instead of it.'),
('en', 'gateway', 'Gateway'),
('en', 'gateways', 'Gateways'),
('en', 'gc_redeem_and_add_free_products', 'Redeem & add free products to cart'),
('en', 'gdpr_call_requests', 'Personal data from call requests'),
('en', 'gdpr_discussions_data', 'Personal data from discussion'),
('en', 'gdpr_newsletters', 'Personal data from newsletters'),
('en', 'general', 'General'),
('en', 'general_info', 'General information'),
('en', 'general_settings', 'General settings'),
('en', 'general_statistics', 'General statistics'),
('en', 'generate', 'Generate'),
('en', 'generate_cache', 'Generate cache'),
('en', 'generate_new_api_key', 'Generate new API key'),
('en', 'generate_printslip', 'Gerar Etiqueta'),
('en', 'generate_printslip_and_tracking_number', 'Gerar Etiqueta e Código de Rastreamento'),
('en', 'generate_submenu', 'Generate submenu'),
('en', 'generating_pdf', 'Generating PDF. Please, be patient...'),
('en', 'generating_xls', 'Generating XLS. Please, be patient...'),
('en', 'geography', 'Geography'),
('en', 'geo_maps.cannot_select_location', 'This location couldn\'t be selected due to technical reasons. If you encounter any difficulties when placing an order, please contact us.'),
('en', 'geo_maps.from_pickup_points', '[shipping], [n] pickup point|[shipping], [n] pickup points'),
('en', 'geo_maps.location_detection_disabled', 'Your location could not be determined. Try enabling the location services on your device or disabling the tracking protection.'),
('en', 'geo_maps.no_shippings', 'Sorry, we couldn\'t find any shipping options for your location. Please contact us, and we\'ll see what we can do about it.'),
('en', 'geo_maps.select_your_city', 'Select your city'),
('en', 'geo_maps.shipping_about', 'about'),
('en', 'geo_maps.shipping_address_on_map', 'Shipping address on map'),
('en', 'geo_maps.shipping_from', 'from'),
('en', 'geo_maps.shipping_group_delivery', 'Shipping'),
('en', 'geo_maps.shipping_group_pickup', 'Pick-up'),
('en', 'geo_maps.shipping_time', 'Shipping time'),
('en', 'geo_maps.shipping_time_and_rates', 'Shipping time and rates'),
('en', 'geo_maps.text_settings_google_api_notice', 'Learn more about setting up API key <a target=\"_blank\" href=\"https://docs.cs-cart.com/4.10.x/user_guide/addons/maps_and_geolocation/#configuration\">in the documentation</a>.'),
('en', 'geo_maps.your_city', 'Your city'),
('en', 'german', 'German'),
('en', 'get_api_key', 'Obtaining an API Key'),
('en', 'get_rates', 'Get rates'),
('en', 'get_social', 'Get social'),
('en', 'gift_add_products', 'Add products for a gift'),
('en', 'gift_certificate', 'Gift certificate'),
('en', 'gift_certificates', 'Gift certificates'),
('en', 'gift_certificates.certificate_purchase_form', 'Gift certificate purchase form'),
('en', 'gift_certificates.event.gift_certificate.status_changed.name', 'Gift certificate status changed to [status]'),
('en', 'gift_certificates.event.gift_certificate.updated.name', 'Gift certificate updated'),
('en', 'gift_certificates_menu_description', 'View and manage the gift certificates that customers have purchased.'),
('en', 'gift_certificates_verify', 'Gift certificate verification'),
('en', 'gift_certificate_added_to_cart', 'Gift certificate was added to your cart'),
('en', 'gift_certificate_created', 'Gift Certificate has been created'),
('en', 'gift_certificate_info', 'Gift certificate info'),
('en', 'gift_certificate_status', 'Gift certificate status'),
('en', 'gift_certificate_statuses', 'Gift certificate statuses'),
('en', 'gift_certificate_verification', 'Gift certificate verification'),
('en', 'gift_cert_amount_changed', 'Gift certificate amount has been changed.'),
('en', 'gift_cert_code', 'Gift certificate code'),
('en', 'gift_cert_debit', 'Debit balance'),
('en', 'gift_cert_error_amount', 'Amount should not be higher than [max] and less than [min]'),
('en', 'gift_cert_from', 'From'),
('en', 'gift_cert_to', 'To'),
('en', 'gift_cert_with_products', 'Purchasing products and gift certificates together is impossible. Please, place the current order and repeat your attempt.'),
('en', 'gift_comment', 'Message'),
('en', 'give_coupon_subj', 'you have new promotion'),
('en', 'global', 'Global'),
('en', 'global_individual.global', 'Global'),
('en', 'global_individual.global_tooltip', 'The value of this setting can be changed for individual items. Click here to make this setting global.'),
('en', 'global_individual.global_value_all_items', 'Global value for all items'),
('en', 'global_individual.individual', 'Individual'),
('en', 'global_individual.individual_tooltip', 'This setting is currently global. Click here to allow changing its value for individual items.'),
('en', 'global_individual.individual_values_each_item', 'Individual values for each item'),
('en', 'global_options', 'Global options'),
('en', 'global_order_id', 'Id Global'),
('en', 'global_status', 'Global status'),
('en', 'global_update', 'Global update'),
('en', 'global_update_description', 'Positive or negative values can be entered in the fields below (e.g. -5).'),
('en', 'global_vars', 'Global variables'),
('en', 'go', 'Go'),
('en', 'google', 'Google'),
('en', 'google_base', 'Google Base'),
('en', 'google_base_export_notice', '<b>Note:</b> You can setup Tax and Shipping rates on the <a href=\"http://www.google.com/merchants/taxshippingsettings\">Tax and shipping summary</a> page in your Google merchant center.'),
('en', 'google_export_upgrade_notification_text', '<p>The latest version of [product] has different settings for data feeds: <b>Google price</b> doesn\'t include tax now.</p><p>If you want to export products with tax included in the price, do the following:</p><ul><li>Go to Administration &rarr; Add-ons &rarr; Data feeds.</li><li>Choose the data feed used to export products to Google Product Feed.</li><li>Switch to the <b>Fields mapping</b> tab and select <b>Google price (with tax included)</b> for the <b>price</b> field.</li></ul>'),
('en', 'google_export_upgrade_notification_title', 'Google Export changes'),
('en', 'google_sitemap.export_progress_entry', '[storefront]: [object]'),
('en', 'google_sitemap.generate_map', 'The sitemap is not generated yet. Please go to add-on settings and press \"Regenerate a sitemap\" button'),
('en', 'google_sitemap.map_generated', 'The sitemap was generated successfully'),
('en', 'google_sitemap.text_regenerate', 'If products, categories, etc. were added or changed, please <a class=\"cm-ajax cm-comet btn btn-primary\" href=\"[regenerate_url]\">Regenerate a sitemap</a><br /><br /> [sitemap_available_in_customer]'),
('en', 'google_sitemap.text_select_storefront', 'To generate a sitemap, please select storefront first.'),
('en', 'goto_theme_configuration', 'Browse themes'),
('en', 'go_back', 'Go back'),
('en', 'go_to_admin_panel', 'Admin panel'),
('en', 'go_to_the_admin_homepage', 'Go to the admin homepage'),
('en', 'go_to_the_homepage', 'Go to the homepage'),
('en', 'grams_in_the_unit_of_weight', 'Grams in the unit of weight defined by the weight symbol'),
('en', 'grant_point', 'Grant reward points'),
('en', 'graphic', 'Graphic'),
('en', 'graphic_banner', 'Graphic banner'),
('en', 'greek', 'Greek'),
('en', 'grid', 'Grid'),
('en', 'grid_options', 'Grid options'),
('en', 'gross_total', 'Gross total'),
('en', 'ground_only', 'Ground only'),
('en', 'group', 'Group'),
('en', 'groups', 'Groups'),
('en', 'guest', 'Guest'),
('en', 'has_additional_pages', 'Has additional pages'),
('en', 'has_credit_memo', 'Has credit memo'),
('en', 'has_invoice', 'Has invoice'),
('en', 'header', 'Header'),
('en', 'header_image', 'Header image'),
('en', 'head_custom_html', 'Custom HTML code'),
('en', 'hebrew', 'Hebrew'),
('en', 'height', 'Height'),
('en', 'hello', 'Hello'),
('en', 'hello_name', 'Hello [name],'),
('en', 'help', 'Help'),
('en', 'helpdesk_account.helpdesk_account', 'Help Desk account'),
('en', 'helpdesk_account.request_permissions', 'Request permissions'),
('en', 'helpdesk_account.request_permissions_from_store_owner_to_manage_addons', 'You need to have the according permission from the store owner to manage add-ons.'),
('en', 'helpdesk_account.signed_in_message', 'Signed in'),
('en', 'helpdesk_account.signed_out_message', 'Sign in with your Help Desk account to access all CS-Cart services using single account.'),
('en', 'helpdesk_account.signed_out_message.marketplace', 'Sign in with your Help Desk account to get information about newest add-on versions from Marketplace, rate and review add-ons you\'ve bought, and prolong your license subscriptions.'),
('en', 'helpdesk_account.signed_out_message.marketplace_single_addon', 'Sign in with your Help Desk account to get information about newest add-on versions from Marketplace, rate and review this add-on, and prolong your license subscription.'),
('en', 'helpdesk_account.sign_in', 'Sign in'),
('en', 'helpdesk_account.sign_in_to_manage_addons', 'Sign in with your Help Desk account to manage add-ons.'),
('en', 'helpdesk_account.sign_out', 'Sign out'),
('en', 'hidden', 'Hidden'),
('en', 'hidden_categories', 'Hidden categories'),
('en', 'hide', 'Hide'),
('en', 'hide_add_to_cart_button', 'Hide add to cart button'),
('en', 'hide_extra_logos', 'Hide extra logos'),
('en', 'hide_on_checkout', 'Hide at checkout'),
('en', 'hide_options', 'Hide options'),
('en', 'hide_option_completely', 'Hide option completely'),
('en', 'hidpi.notice.images_were_not_restored', 'Some of the old images in your store are still low-quality. To use the highest quality possible, please <a href=\"[convert_url]\">restore high-quality images</a>. The process is automatic.'),
('en', 'hidpi.refactoring_upgrade_notification_text', '<p>The previous version of the <b>[addon_name]</b> add-on shrank the uploaded images. We improved the add-on, so there is no need for that now. However, the existing images remain shrunk and don’t look good.</p><p>We can make your existing images look nice and sharp, but that procedure will take some time. That’s why we need you to start it.</p><p><a href=\"[url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Make image look good</a></p>'),
('en', 'hidpi.refactoring_upgrade_notification_title', 'Make sure your images look good.'),
('en', 'hidpi.restore_btn', 'Restore'),
('en', 'hidpi.restore_images', 'Image restoration'),
('en', 'hidpi.text_restore_images', 'The previous version of the HiDPI display support add-on shrank the uploaded images. There’s no need for that now. But to make your images look nice and sharp you need to click Restore.'),
('en', 'hidpi.upload_high_res_image', 'I’m uploading a HiDPI image.'),
('en', 'hidpi.upload_high_res_image.tooltip', 'If this checkbox is ticked, the source image will be displayed two times downscaled. This setting only affects the displaying of the source image and not its thumbnail. If you want an image to be displayed in the original size, untick this checkbox.'),
('en', 'hidpi.warning_restore_images', '<strong>Attention!</strong> This procedure is non-reversible: when you revert the upgrade, the image restoration manipulations will not be reverted. So, please make sure to perform a backup. The procedure can take some time—it depends on the number of images in your store.'),
('en', 'history', 'History'),
('en', 'home', 'Home'),
('en', 'home_blocks', 'Vendor home blocks'),
('en', 'home_page', 'Home page'),
('en', 'horizontal', 'Horizontal'),
('en', 'horizontal_filters', 'Horizontal filters'),
('en', 'host', 'Host name'),
('en', 'host_code', 'Host code'),
('en', 'hour', 'Hour'),
('en', 'hourly', 'Hourly'),
('en', 'hour_or_hours', 'hour(s)'),
('en', 'how_to_send', 'How to send?'),
('en', 'html_block', 'HTML block'),
('en', 'http_transport_error_prefix_curl', 'Curl Error'),
('en', 'http_transport_error_prefix_socket', 'Socket Error'),
('en', 'hungarian', 'Hungarian'),
('en', 'hybrid_auth', 'Social login');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('en', 'hybrid_auth.add_provider', 'Add provider'),
('en', 'hybrid_auth.callback_url', 'Callback URL'),
('en', 'hybrid_auth.cant_create_profile', 'Unfortunately, we failed to create a customer and log in to the store due to one of the following reasons:<br />- You logged in to our store earlier using some other OpenID provider in which the same email is used.<br />- You have already registered in our store using your email.<br />Please contact the store owner to resolve the problems.'),
('en', 'hybrid_auth.change_password', 'You can change your password here'),
('en', 'hybrid_auth.configuration_error', 'Hybriauth configuration error'),
('en', 'hybrid_auth.connecting_provider', 'Contacting <b>[provider]</b>. Please wait...'),
('en', 'hybrid_auth.connect_social', 'Connect social account'),
('en', 'hybrid_auth.connect_social_title', 'Such user already exists'),
('en', 'hybrid_auth.editing_provider', 'Editing provider'),
('en', 'hybrid_auth.facebook_disabled_upgrade_notification_text', '<p>We had to move to a newer version of Facebook API, because the API version that we used previously is no longer supported. However, to work with the new API, [product] requires PHP 5.4. You are seeing this message because your server has an older PHP version.</p><p>The status of the <b>Facebook</b> provider under <b>Website → Social login</b> has been set to <i>Disabled</i>.</p><p>Please update your PHP version to 5.4 or higher before you re-enable Facebook.</p>'),
('en', 'hybrid_auth.facebook_disabled_upgrade_notification_title', 'Social Login: Sign-ins via Facebook have been disabled due to an old PHP version'),
('en', 'hybrid_auth.facebook_oauth_redirect_uris', 'Valid OAuth redirect URIs'),
('en', 'hybrid_auth.failed_auth', 'Authentication failed. The user has canceled the authentication or the provider refused the connection'),
('en', 'hybrid_auth.instruction_facebook', 'Use the application ID and Secret key that you\'ve received after creating an application on <a href=\'https://developers.facebook.com/apps\' target=\'_blank\'>Facebook Developers</a>.'),
('en', 'hybrid_auth.instruction_facebook_login', 'Use the application ID and Secret key that you\'ve received after creating an application on <a href=\"https://developers.facebook.com/apps\" target=\"_blank\">Facebook Developers</a>. After that copy the value of the <b>Valid OAuth redirect URIs</b> field to the corresponding setting of the <b>Facebook Login</b> product in your Facebook application.'),
('en', 'hybrid_auth.instruction_foursquare', 'Use the application ID and Secret key that you\'ve received after creating an application on <a href=\'https://foursquare.com/developers/apps\' target=\'_blank\'>Fousquare</a>.'),
('en', 'hybrid_auth.instruction_google', 'Use ID and Secret key that you\'ve received after creating a project on <a href=\'https://code.google.com/apis/console/?pli=1\' target=\'_blank\'>Google</a>.'),
('en', 'hybrid_auth.instruction_linkedin', 'Use ID (Consumer key) and Secret key that you\'ve received after creating an application on <a href=\'https://www.linkedin.com/developer/apps\' target=\'_blank\'>LinkedIn Developers</a>.'),
('en', 'hybrid_auth.instruction_live', 'Use the application ID and Secret key that you\'ve received after adding an application on <a href=\'https://account.live.com/developers/applications/create\' target=\'_blank\'>Live</a>.'),
('en', 'hybrid_auth.instruction_paypal', 'Use the application ID and Secret key that you\'ve received after creating an application on <a href=\'https://developer.paypal.com/developer/applications\' target=\'_blank\'>PayPal Developers</a>.'),
('en', 'hybrid_auth.instruction_paypal_application', 'Use the application ID and Secret key that you\'ve received after creating an application on <a href=\'https://developer.paypal.com/developer/applications\' target=\'_blank\'>PayPal Developers</a>. Please enable all Personal Profile scope attributes and at least one scope attribute in Address and in Account Information in your PayPal application settings.'),
('en', 'hybrid_auth.instruction_twitter', 'Use ID (Consumer key) and Secret key that you\'ve received after creating an application on <a href=\'https://apps.twitter.com/\' target=\'_blank\'>Twitter</a>.'),
('en', 'hybrid_auth.instruction_yahoo', 'Use ID (Identificator) and Secret key that you\'ve received after creating an application on <a href=\'https://developer.yahoo.com/apps/create/\' target=\'_blank\'>Yahoo</a>.'),
('en', 'hybrid_auth.linkedin_api_v1', 'v1'),
('en', 'hybrid_auth.linkedin_api_v2', 'v2'),
('en', 'hybrid_auth.linkedin_api_version', 'API version'),
('en', 'hybrid_auth.linked_provider', 'Linked'),
('en', 'hybrid_auth.link_provider', 'Social network accounts'),
('en', 'hybrid_auth.live_redirect_urls', 'Redirect URLs'),
('en', 'hybrid_auth.missing_credentials', 'Missing provider application credentials'),
('en', 'hybrid_auth.new_provider', 'New provider'),
('en', 'hybrid_auth.not_linked_provider', 'Not linked'),
('en', 'hybrid_auth.password_generated', 'We are glad to inform you that you have been successfully registered in the store. A password was generated for you'),
('en', 'hybrid_auth.providers', 'Providers'),
('en', 'hybrid_auth.provider_error_configuration', 'Provider not properly configured'),
('en', 'hybrid_auth.provider_not_found', 'Provider [provider] not found'),
('en', 'hybrid_auth.social_login', 'Or sign-in with another identity provider'),
('en', 'hybrid_auth.specify_email', 'Specify email'),
('en', 'hybrid_auth.specify_email_title', 'The e-mail was not specified.'),
('en', 'hybrid_auth.text_connect_social', '<p>The user with the e-mail specified during social login already exists.</p><p>If you want to assign a social network account to the registered user, please log in.</p>'),
('en', 'hybrid_auth.text_link_provider', 'Assign your social network account to this one and use it to log in'),
('en', 'hybrid_auth.text_specify_email', '<p>When logging through the social network the e-mail was not specified.</p><p>Please enter your e-mail and click Continue.</p>'),
('en', 'hybrid_auth.text_user_is_already_link', 'This social network account is already being used'),
('en', 'hybrid_auth.unspecified_error', 'Unspecified error'),
('en', 'hybrid_auth.wrong_provider', 'Unknown or disabled provider'),
('en', 'hybrid_auth_menu_description', 'Create social provider'),
('en', 'I25', 'Interleaved 2 of 5 is based on Standard 2 of 5 symbology.<br/>Interleaved 2 of 5 is designed to encode only 10 digits.'),
('en', 'icon', 'Icon'),
('en', 'id', 'ID'),
('en', 'identifier', 'PayBox identifier'),
('en', 'iframe_mode', 'iFrame mode'),
('en', 'illegal_item_weight', 'Illegal item weight'),
('en', 'image', 'Image'),
('en', 'images', 'Images'),
('en', 'images_directory', 'Images directory'),
('en', 'images_params', 'Images'),
('en', 'image_has_been_deleted', 'This image has been deleted'),
('en', 'image_pair', 'Image pair'),
('en', 'image_url', 'Image URL'),
('en', 'image_verification', 'Image verification'),
('en', 'image_verification_body', 'Type the characters you see in the picture above.'),
('en', 'image_verification_label', 'Anti-bot validation'),
('en', 'image_zoom.rework_update_notification.message', '<p>We reworked the <b>Image zoom</b> add-on, because it used a third-party solution incompatible with modern versions of jQuery. As a result of the rework, some settings of the add-on were removed.</p><p>Please check how the image zoom looks on the product pages now. If you\'d like to make any changes to the looks, adjust the settings of the <b>Image zoom</b> add-on.</p><p><a href=\"[image_zoom_settings]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check Image Zoom settings</a></p>'),
('en', 'image_zoom.rework_update_notification.title', 'Image Zoom add-on reworked'),
('en', 'immediately', 'Immediately'),
('en', 'imperial_units', 'Imperial (in, lb)'),
('en', 'import', 'Import'),
('en', 'important', 'Important'),
('en', 'important_language_text', 'When you hide, disable, or delete a default language of one of the storefronts, make sure to update the value of the <b>Frontend default language</b> setting in <a href=\"[link]\">Settings → Appearance</a>.'),
('en', 'importing_data', 'Importing data'),
('en', 'import_data', 'Import data'),
('en', 'import_errors', 'Import errors'),
('en', 'import_layout', 'Import layout'),
('en', 'import_locations', 'Import locations'),
('en', 'import_new_vendor', '[n] new vendor was created during the import. This vendor only has a name so far. Please edit the new vendor to add other information.|[n] new vendors were created during the import. These vendors only have names so far. Please edit the new vendors to add other information.'),
('en', 'import_options', 'Import options'),
('en', 'import_results', 'Import results'),
('en', 'in', 'In'),
('en', 'included', 'included'),
('en', 'include_cvn', 'Include CVN'),
('en', 'including_discount', 'Including discount'),
('en', 'including_tax', 'Including tax'),
('en', 'income', 'Income'),
('en', 'incompleted', 'Incomplete'),
('en', 'incompleted_orders', 'Incomplete orders'),
('en', 'incorrect_filling_message', 'Incorrect filling message'),
('en', 'incorrect_po_pack_structure', 'The structure of package that contains \".po\" translation files located at <b>\"[pack_path]\"</b> is incorrect.'),
('en', 'incorrect_po_pack_structure_file_not_exist', 'The structure of package that contains \".po\" translation files located at <b>\"[pack_path]\"</b> is incorrect. The file <b>\"[po_file]\"</b> does not exist.'),
('en', 'incorrect_price_warning', 'Product has not been added to the cart. Please enter the correct price.'),
('en', 'increase', 'Increase'),
('en', 'inc_tax', 'inc tax'),
('en', 'index', 'Home page'),
('en', 'individual', 'Individual'),
('en', 'information', 'Information'),
('en', 'information_file_roobots', 'A robots.txt file was detected. The changes you make here won\'t take effect until you delete the existing <b>robots.txt</b> file from the root directory of your store.'),
('en', 'inner_hint', 'Inner hint'),
('en', 'input_field', 'Input field'),
('en', 'insert_block', 'Add block'),
('en', 'insert_grid', 'Add grid'),
('en', 'insert_image', 'Insert image'),
('en', 'install', 'Install'),
('en', 'installation_id', 'Installation ID'),
('en', 'installed', 'Installed'),
('en', 'installed_addons', 'Installed add-ons'),
('en', 'installed_date', 'Installed date'),
('en', 'installed_languages', 'Installed'),
('en', 'installed_themes', 'Installed theme'),
('en', 'installed_upgrades', 'Installed upgrades'),
('en', 'installed_version', 'Installed version'),
('en', 'installer_complete_title', 'Installation successfully finished'),
('en', 'installments', 'Parcelas'),
('en', 'installment_qty', 'Quantidade de parcelas'),
('en', 'install_addon_text', 'Add-ons extend the functionality of your store. <br /> You can install an add-on by picking a [exts] format archive and clicking Upload & install.'),
('en', 'install_date', 'Install date'),
('en', 'install_theme_text', 'Uploading and installing a new theme is a great way to personalize your storefront. You can upload a theme by picking a [exts] format archive and clicking <strong>Upload</strong>.'),
('en', 'install_upgrade_package_text', 'You can upload an upgrade package manually from the local machine, your server, or from a remote location. Specify the location of a [exts] format archive and click <strong>Upload</strong>.'),
('en', 'internal_feature_group_name_tooltip', 'This name is shown only in the Administration panel to help you distinguish between multiple feature groups that have the same displayed name.'),
('en', 'internal_feature_name_tooltip', 'This name is shown only in the Administration panel to help you distinguish between multiple features that have the same displayed name.'),
('en', 'internal_option_name', 'Internal name'),
('en', 'internal_option_name_tooltip', 'This name is shown only in the Administration panel to help you distinguish between multiple options that have the same displayed name.'),
('en', 'internal_template.vendor_communication_message_received', 'New message received'),
('en', 'internal_template.vendor_data_premoderation_product_approved', 'Vendor data premoderation: your product was approved'),
('en', 'internal_template.vendor_data_premoderation_product_disapproved', 'Vendor data premoderation: your product was disapproved'),
('en', 'internal_template.vendor_debt_payout_internal_admin_notification_vendor_status_changed_to_disabled', 'Vendor-to-admin payments notifications'),
('en', 'internal_template.vendor_debt_payout_internal_admin_notification_vendor_status_changed_to_suspended', 'Vendor-to-admin payments notifications'),
('en', 'internal_template.vendor_debt_payout_negative_balance_reached', 'Vendor sign-in: Debt and grace period'),
('en', 'internal_template.vendor_debt_payout_vendor_days_before_suspended', 'Vendor-to-admin payments notifications'),
('en', 'internal_templates', 'On-site notification templates'),
('en', 'internal_template_exists', 'The on-site notification template with the chosen code already exists, please try another.'),
('en', 'internal_template_import_success_msg', 'All the on-site notification templates have been imported without errors.'),
('en', 'international_settings', 'International settings'),
('en', 'international_usps', 'International U.S.P.S.'),
('en', 'invalid_ftp_access', 'Invalid FTP access'),
('en', 'inventory', 'Inventory'),
('en', 'inventory_tracking', 'Inventory'),
('en', 'invitees', 'Invitees'),
('en', 'invite_vendors', 'Invite vendors'),
('en', 'invite_vendors_enter_emails', 'Emails where to send invitations'),
('en', 'invite_vendors_title', 'Invite people to register as vendors in your marketplace'),
('en', 'invoice', 'Invoice'),
('en', 'invoices', 'Invoices'),
('en', 'invoice_credit_memo', 'Invoice/Credit memo'),
('en', 'invoice_heading', 'Invoice'),
('en', 'invoice_id', 'Invoice ID'),
('en', 'invoice_pdf', 'Invoice (PDF)'),
('en', 'invoice_title', 'INVOICE'),
('en', 'in_progress', 'In progress'),
('en', 'in_stock', 'In stock'),
('en', 'ip', 'IP'),
('en', 'ipn_errors', 'IPN errors'),
('en', 'ips', 'IPs'),
('en', 'ip_address', 'IP address'),
('en', 'ip_from', 'IP from'),
('en', 'ip_to', 'IP to'),
('en', 'issuer_id', 'Issuer ID'),
('en', 'is_address_required', 'Customer must specify his/her address'),
('en', 'is_back_in_stock', 'is back in stock!'),
('en', 'is_default_storefront', 'Default storefront'),
('en', 'is_pbp', 'Allow payment by points'),
('en', 'italian', 'Italian'),
('en', 'items', 'item(s)'),
('en', 'items_dependences', 'Items dependencies'),
('en', 'items_in_box', 'Items in a box'),
('en', 'items_in_cart', 'You have [n] item in your cart|You have [n] items in your cart'),
('en', 'items_marked_by_tag', 'Items marked by the \"[tag]\" tag:'),
('en', 'items_per_page', 'Items per page'),
('en', 'items_title', 'Items'),
('en', 'item_id', 'Item ID'),
('en', 'item_number', 'Show item number'),
('en', 'item_quantity', 'Item quantity'),
('en', 'i_agree_continue', 'I agree and continue'),
('en', 'janrain_cant_create_profile', 'Unfortunately, we failed to create a customer and log in to the store due to one of the following reasons:<br />- You logged in to our store earlier using some other OpenID provider in which the same email is used.<br />- You have already registered in our store using your email.<br />Please contact the store owner to resolve the problems.'),
('en', 'janrain_general_info', '<p>Get these values and configure social login at <a href=\"http://janrain.com\" target=\"_blank\">janrain.com</a></p>'),
('en', 'janrain_need_update_profile', 'The \"Password\" field and some other mandatory fields are empty at the moment. Please update your profile.'),
('en', 'janrain_social_login', 'Social login'),
('en', 'japanese', 'Japanese'),
('en', 'join', 'Join'),
('en', 'json_error_ctrl_char', 'Control character error, possibly incorrectly encoded'),
('en', 'json_error_depth', 'The maximum stack depth has been exceeded'),
('en', 'json_error_state_mismatch', 'Invalid or malformed JSON'),
('en', 'json_error_syntax', 'Syntax error, malformed JSON'),
('en', 'json_error_unknown', 'Unknown JSON error'),
('en', 'json_error_utf8', 'Malformed UTF-8 characters, possibly incorrectly encoded'),
('en', 'key', 'Key'),
('en', 'key1_for_md5', 'Auth key 1 for md5'),
('en', 'key2_for_md5', 'Auth key 2 for md5'),
('en', 'keywords', 'Keywords'),
('en', 'korean', 'Korean'),
('en', 'label_text_color', 'Label text color'),
('en', 'landing_header', 'Your order has been received'),
('en', 'language', 'Language'),
('en', 'languagecode', 'Language code'),
('en', 'languages', 'Languages'),
('en', 'languages_find_more', 'If you haven\'t found the language you need, check out <a href=\"[href]\" target=\"_blank\">our site with free language packs</a>.'),
('en', 'language_code', 'Language code'),
('en', 'language_variable', 'Language variable'),
('en', 'language_variables', 'Language variables'),
('en', 'last4ssn', 'Last 4 digits of Social Security Number'),
('en', 'last_24hours', 'Last 24 hours'),
('en', 'last_days', 'Last days'),
('en', 'last_login', 'Last login'),
('en', 'last_month', 'Last month'),
('en', 'last_name', 'Last name'),
('en', 'last_name_and_first_name', 'Last name and first name'),
('en', 'last_n_days', 'Last [N] days'),
('en', 'last_order', 'Last order'),
('en', 'last_scan_time', 'Last scan time'),
('en', 'last_sync', 'Last sync'),
('en', 'last_year', 'Last year'),
('en', 'latest_available_version', 'Latest available version'),
('en', 'latest_reviews', 'Latest comments & reviews'),
('en', 'latitude', 'Latitude'),
('en', 'latitude_short', 'lat'),
('en', 'layout', 'Layout'),
('en', 'layoutid', 'Layout Id'),
('en', 'layouts', 'Layouts'),
('en', 'lbl_amazon_aws_access_public_key', 'AWS access public key'),
('en', 'lbl_amazon_aws_access_secret_key', 'AWS access secret key'),
('en', 'lbl_amazon_background_color', 'Background color'),
('en', 'lbl_amazon_button_color', 'Button color'),
('en', 'lbl_amazon_button_size', 'Button size'),
('en', 'lbl_amazon_button_style', 'Amazon button style'),
('en', 'lbl_amazon_color_dark', 'Dark'),
('en', 'lbl_amazon_color_light', 'Light'),
('en', 'lbl_amazon_color_orange', 'Orange'),
('en', 'lbl_amazon_color_tan', 'Tan'),
('en', 'lbl_amazon_color_white', 'White'),
('en', 'lbl_amazon_process_order_on_failure', 'Process order on callback failure'),
('en', 'lbl_amazon_size_large', 'Large'),
('en', 'lbl_amazon_size_medium', 'Medium'),
('en', 'lbl_amazon_size_xlarge', 'X-Large'),
('en', 'left', 'Left'),
('en', 'length', 'Length'),
('en', 'less', 'less'),
('en', 'letter', 'Letter'),
('en', 'level', 'Level'),
('en', 'licence_agreement', 'License Agreement'),
('en', 'license', 'License'),
('en', 'licensed_product', 'Licensed product'),
('en', 'license_agreement', 'License agreement'),
('en', 'license_expires', 'License expires'),
('en', 'license_number', 'License number'),
('en', 'license_number_cannot_be_empty', 'License number cannot be empty'),
('en', 'license_required', '[product] license required'),
('en', 'licensing.license_error_license_is_disabled', 'The license is disabled. Please check your license status.'),
('en', 'licensing.license_error_license_is_disabled.text', 'Please contact us <a href=\"[helpdesk_url]\" target=\"_blank\">via Customer Help Desk</a> to find out why it happened and what can be done about it. To access the admin panel right now, you can enter another valid license number, as long as it isn\'t used in another store:'),
('en', 'licensing.license_error_license_is_disabled.title', 'Your [product] license has been disabled'),
('en', 'licensing.license_error_license_is_invalid', 'Invalid license number. Please enter a valid license number.'),
('en', 'licensing.license_error_wrong_edition', 'The license does not match your store edition. Please enter a valid license number.'),
('en', 'licensing.license_error_wrong_licensing_mode', 'The license does not match your store licensing mode. Please enter a valid license number.'),
('en', 'licensing_and_upgrades', 'Licensing and upgrades'),
('en', 'limit', 'Limit'),
('en', 'line', 'Line'),
('en', 'linear', 'Linear'),
('en', 'link', 'Link'),
('en', 'linked_categories', 'Linked categories'),
('en', 'linked_products', 'Linked products'),
('en', 'links', 'Links'),
('en', 'links_thumb', 'Links thumb'),
('en', 'link_an_existing_option', 'Link an existing option'),
('en', 'link_message_for_test_letter', 'The link will be displayed in a live newsletter'),
('en', 'link_text', 'Link text'),
('en', 'link_to', 'Link to'),
('en', 'list', 'List'),
('en', 'list_objects', 'List objects'),
('en', 'list_price', 'List price'),
('en', 'list_price_decreased', 'List price has been decreased by'),
('en', 'list_price_increased', 'List price has been increased by'),
('en', 'list_price_short', 'List price'),
('en', 'list_qty_count', 'List quantity count'),
('en', 'list_quantity_count', 'List quantity count'),
('en', 'lite_checkout.change_in_geolocation_cities_upgrade_notification_text', '<p>Previously, you could create a list of cities that would be available to customers for selection in the geolocation block on the storefront. That had to be done in <b>Administration → Shipping &amp; taxes → Geolocation cities.</b></p><p>That page was removed, and the list of cities is now generated automatically from your pickup points. It works only if the corresponding setting in the [stores_pickups_addon] add-on is enabled, and only for pickup points that have a country, state, and city specified.</p><p>For your convenience, here is the list of cities that you previously had on the <b>Geolocation cities</b> page. It may help with configuring pickup points:<p><p>[locations_table]</p><p><a href=\"[stores_pickups_search]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Edit add-on settings</a></p>'),
('en', 'lite_checkout.change_in_geolocation_cities_upgrade_notification_title', 'List of geolocation cities is now generated automatically'),
('en', 'lite_checkout.choose_from_list', 'Choose from list'),
('en', 'lite_checkout.chosen_shipping_not_avaliable', 'Sorry, we can\'t get the rates for your selected shipping method. Please check your address and make sure that it is correct. If this doesn\'t help, please select another shipping method or contact us.'),
('en', 'lite_checkout.city_and_state', 'City, state'),
('en', 'lite_checkout.click_here_to_update_shipping', 'Enter city and state and click here to update shipping rates'),
('en', 'lite_checkout.customer_information', 'Customer'),
('en', 'lite_checkout.delivery_note', 'Customer\'s notes'),
('en', 'lite_checkout.deliver_to', 'Deliver to:'),
('en', 'lite_checkout.nearest_station', 'Nearest station'),
('en', 'lite_checkout.not_available', 'Not available'),
('en', 'lite_checkout.personal_name', 'Full name'),
('en', 'lite_checkout.place_an_order_for', 'Place order ([amount])'),
('en', 'lite_checkout.select_pickup_item', 'Select a pickup point'),
('en', 'lite_checkout.select_your_city', 'Specify your city'),
('en', 'lite_checkout.shippings.show_all_on_map', 'Show all on map'),
('en', 'lite_checkout.shipping_method_for', 'Shipping method for [group_name]'),
('en', 'lite_checkout.use_two_fingers_for_move_map', 'Use two fingers to move the map'),
('en', 'live', 'Live'),
('en', 'livechat.change_account', 'If you would like to change LiveChat account you can'),
('en', 'livechat.check_our_apps', 'Check out apps for <a href=\'[url]\' target=\'_blank\'>desktop or mobile</a>'),
('en', 'livechat.create_account', 'Create an account'),
('en', 'livechat.current_login', 'Currently you are using <strong>[login]</strong> LiveChat account.'),
('en', 'livechat.license_cleared', 'LiveChat settings have been reset'),
('en', 'livechat.license_received', 'LiveChat added to your website'),
('en', 'livechat.reset_settings', 'reset settings'),
('en', 'livechat.use_web_app', 'Use our web app'),
('en', 'live_preview', 'Live preview'),
('en', 'load', 'Load'),
('en', 'loading', 'Loading...'),
('en', 'local', 'Local'),
('en', 'localization', 'Localization'),
('en', 'localizations', 'Localizations'),
('en', 'localizations_menu_description', 'Manage localizations that are supported in your store.'),
('en', 'local_export', 'Download'),
('en', 'local_modifications', 'Local modifications'),
('en', 'local_modifications_message', 'These files had local modifications. During the upgrade a backup archive was created in the <strong>[dir]</strong> directory. You may want to check these files in the archive and reapply the modifications to your store.'),
('en', 'location', 'Location'),
('en', 'locations', 'Locations'),
('en', 'locations_menu_description', 'Manage the set of rate areas that are supported in your store.'),
('en', 'log', 'Log'),
('en', 'loggedin_time', 'Logged in time'),
('en', 'logging', 'Logging'),
('en', 'login', 'Login'),
('en', 'login_url', 'Login URL'),
('en', 'login_with_facebook', 'Login with Facebook'),
('en', 'login_with_foursquare', 'Login with Foursquare'),
('en', 'login_with_google', 'Login with Google'),
('en', 'login_with_linkedin', 'Login with LinkedIn'),
('en', 'login_with_live', 'Login with Microsoft'),
('en', 'login_with_paypal', 'Login with PayPal'),
('en', 'login_with_twitter', 'Login with Twitter'),
('en', 'login_with_yahoo', 'Login with Yahoo'),
('en', 'logistica_reversa', 'Devolução'),
('en', 'logos', 'Logos'),
('en', 'logo_for_invoices', 'Logo for invoices'),
('en', 'logo_for_the_customer_area', 'Logo for the customer area'),
('en', 'logo_link', 'Location (URL) of logo'),
('en', 'logo_section.favicon', 'Favicon'),
('en', 'logo_section.gift_cert', 'Gift certificate logo'),
('en', 'logo_section.mail', 'E-mail logo'),
('en', 'logo_section.theme', 'Site logo'),
('en', 'logo_section.vendor', 'Default logo for new vendors'),
('en', 'logs', 'Logs'),
('en', 'log_action_backup', 'backup'),
('en', 'log_action_create', 'create'),
('en', 'log_action_delete', 'delete'),
('en', 'log_action_deprecated', 'deprecated'),
('en', 'log_action_error', 'error'),
('en', 'log_action_failed_login', 'failed login'),
('en', 'log_action_http', 'http/https request'),
('en', 'log_action_login', 'sign in'),
('en', 'log_action_low_stock', 'low stock'),
('en', 'log_action_optimize', 'optimize'),
('en', 'log_action_restore', 'restore'),
('en', 'log_action_runtime', 'runtime'),
('en', 'log_action_session', 'session'),
('en', 'log_action_shipping', 'Shipping request'),
('en', 'log_action_status', 'status change'),
('en', 'log_action_update', 'update'),
('en', 'log_file', 'Log file'),
('en', 'log_in_as_user', 'Log in as user'),
('en', 'log_in_as_vendor', 'Log in as vendor'),
('en', 'log_type_categories', 'Categories'),
('en', 'log_type_database', 'Database'),
('en', 'log_type_general', 'general'),
('en', 'log_type_orders', 'Orders'),
('en', 'log_type_products', 'Products'),
('en', 'log_type_requests', 'Requests'),
('en', 'log_type_users', 'Users'),
('en', 'longitude', 'Longitude'),
('en', 'longitude_short', 'long'),
('en', 'lower_limit', 'Lower limit'),
('en', 'low_stock_subj', 'Low inventory of \"[product]\"'),
('en', 'mac_key', 'Mac key'),
('en', 'mail', 'Mail'),
('en', 'mailing_list', 'Mailing list'),
('en', 'mailing_lists', 'Mailing lists'),
('en', 'mailing_list_date', 'Mailing list date'),
('en', 'mail_message', 'Mail message'),
('en', 'mail_subject', 'Mail subject'),
('en', 'main', 'Main'),
('en', 'mainbox_general', 'Main block (H1 heading)'),
('en', 'mainbox_simple', 'Important block (H2 heading)'),
('en', 'maintenance', 'Maintenance'),
('en', 'main_category', 'Main category'),
('en', 'main_menu', 'Main menu'),
('en', 'make_archive', 'Make archive'),
('en', 'make_default', 'Make default'),
('en', 'make_permanent', 'Make permanent'),
('en', 'manage', 'Manage'),
('en', 'manager', 'Manager'),
('en', 'manage_addons', 'Manage add-ons'),
('en', 'manage_banners', 'Manage banners'),
('en', 'manage_blocks', 'Manage blocks'),
('en', 'manage_categories', 'Manage categories'),
('en', 'manage_existing_block', 'Edit Existing Blocks'),
('en', 'manage_items', 'Manage items'),
('en', 'manage_languages', 'Manage languages'),
('en', 'manage_menus', 'Manage menus'),
('en', 'manage_pages', 'Can edit'),
('en', 'manage_products', 'Manage products'),
('en', 'manage_reports', 'Manage reports'),
('en', 'manage_shippings', 'Shipping methods'),
('en', 'manage_sitemap', 'Manage sitemap'),
('en', 'manage_stores', 'Manage stores'),
('en', 'manage_subscribers', 'Manage subscribers'),
('en', 'manage_vendors', 'Manage vendors'),
('en', 'mandatory', 'Required'),
('en', 'manually', 'Manually'),
('en', 'manually_recalculate_order', 'Recalculate the order manually'),
('en', 'manually_set_tax_rates', 'Manually set tax rates'),
('en', 'manual_installation', 'Manual installation'),
('en', 'map_fields', 'Fields mapping'),
('en', 'mark', 'Mark as resolved'),
('en', 'marketing', 'Marketing'),
('en', 'marketplace', 'Marketplace'),
('en', 'marketplace_find_more', 'Find more add-ons and themes in <a href=\"[href]\" target=\"_blank\">Marketplace</a>'),
('en', 'marketplace_menu', 'Marketplace Menu'),
('en', 'master_products.add_product_from_catalog', 'Add product from catalog'),
('en', 'master_products.all_products', 'All products'),
('en', 'master_products.all_vendors_master_product', 'All vendors (common product)'),
('en', 'master_products.buy_together_info_message_for_admin', 'Only vendors can add product combinations. To add a combination for a common product, first log in as one of the vendors that sell it.'),
('en', 'master_products.buy_together_info_message_for_vendor', 'To add a combination for a common product, <a class=\"cm-post\" href=\"[href]\">start selling it</a> first.'),
('en', 'master_products.create_new_product', 'Create new product'),
('en', 'master_products.exported_products', 'Products to export'),
('en', 'master_products.for_sale', 'For sale'),
('en', 'master_products.master_product', 'Common product'),
('en', 'master_products.price_from', 'From [formatted_price]'),
('en', 'master_products.products_being_sold', 'Products being sold'),
('en', 'master_products.products_that_vendors_can_sell', 'Products that vendors can sell'),
('en', 'master_products.products_were_added_to_your_products', '[n] product was added to your products|[n] products were added to your products'),
('en', 'master_products.product_type.offer', 'Vendor offer'),
('en', 'master_products.product_type.offer_variation', 'Vendor variation offer'),
('en', 'master_products.resave_after_show_out_of_stock_products_changed', 'You\'ve changed the <b>Show out of stock products</b> setting. Please export <a href=\"[url]\">all your catalog items</a> (use \"Export found products\" in the gear button) and reimport them. This will ensure that the displayed price of common products will always remain correct until you change the setting again.'),
('en', 'master_products.save_up_to', 'Save up to'),
('en', 'master_products.sell_selected', 'Sell selected'),
('en', 'master_products.sell_this', 'Sell this'),
('en', 'master_products.upgrade_notification.message', '<p>For technical reasons, the <b>[master_product_addon]</b> add-on works only with global options now. If any vendor sells a common product, then we have already converted all options from that product into global options during the upgrade.</p>'),
('en', 'master_products.upgrade_notification.title', 'Common Products for Vendors: Add-on now works only with global options'),
('en', 'master_products.vendor_products_block_name', 'Sellers of a product'),
('en', 'master_products.vendor_products_filling', 'Sellers of this product'),
('en', 'master_products.vendor_products_tab_name', 'Sellers of this product'),
('en', 'master_products.view_product_offers', 'See all offers'),
('en', 'maximum', 'Maximum'),
('en', 'maximum_items_in_box', 'Maximum items in box'),
('en', 'maximum_number_of_statuses_reached', 'You have reached the maximum number of statuses'),
('en', 'max_amount', 'Total cost'),
('en', 'max_box_weight', 'Max box weight'),
('en', 'max_downloads', 'Max downloads'),
('en', 'max_item', 'Number of items'),
('en', 'max_order_qty', 'Maximum order quantity'),
('en', 'max_quantity', 'Maximum order quantity'),
('en', 'max_storefronts_reached', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('en', 'max_storefronts_reached.ult', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('en', 'max_storefronts_reached.ult.b2b', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('en', 'max_storefronts_reached.ult.b2b.new', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('en', 'max_storefronts_reached.ult.b2b.ultimate', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('en', 'max_storefronts_reached.ult.new', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('en', 'max_storefronts_reached.ult.ru', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('en', 'max_storefronts_reached.ult.ru.new', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('en', 'max_storefronts_reached.ult.ru.ultimate', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('en', 'max_storefronts_reached.ult.ultimate', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('en', 'max_uploading_file_size', 'Max uploading file size'),
('en', 'max_uploading_file_size_hint', 'Leave this field empty to allow uploading of files of any size, or limit the file size (\"100\" is equal to 100 Kb)'),
('en', 'mb_amounts_not_match', 'The amount value received in status request differs from the original order total'),
('en', 'mb_currencies_not_match', 'The currency value received in status request differs from the store currency'),
('en', 'mb_md5_hashes_not_match', 'The md5 hash value received in status request differs from the calculated one'),
('en', 'mb_transaction_id', 'MB Transaction ID'),
('en', 'md5_checksum_failed', 'MD5 checksum failed'),
('en', 'md5_hash_value', 'MD5 hash value'),
('en', 'menu', 'Menu'),
('en', 'menus', 'Menus'),
('en', 'menu_items', 'Items for menu'),
('en', 'merchantid', 'Merchant ID'),
('en', 'merchant_email', 'Merchant Notification Email'),
('en', 'merchant_firstname', 'Merchant first name'),
('en', 'merchant_id', 'Merchant ID'),
('en', 'merchant_key', 'Merchant key'),
('en', 'merchant_lastname', 'Merchant last name'),
('en', 'merchant_login', 'Merchant login'),
('en', 'merchant_name', 'Merchant name'),
('en', 'merchant_pin', 'Merchant PIN'),
('en', 'merchant_response_was_not_received', 'No response from the merchant received. Please check this transaction manually.'),
('en', 'merchant_site_id', 'Merchant site ID'),
('en', 'merchant_warrior_api_key', 'API Key.'),
('en', 'merchant_warrior_api_passphrase', 'API Passphrase.'),
('en', 'merge', 'Merge'),
('en', 'merge_vendor', 'Merge vendor'),
('en', 'message', 'Message'),
('en', 'messages', 'Messages'),
('en', 'message_successfully_sent_to_developer', 'Message was successfully sent to [developer]'),
('en', 'meta_description', 'Meta description'),
('en', 'meta_keywords', 'Meta keywords'),
('en', 'method', 'Method'),
('en', 'metric_units', 'Metric (cm, kg)'),
('en', 'migrations', 'Migrations'),
('en', 'minimized', 'Minimized'),
('en', 'minimum_commission_payment', 'Minimum commission payment'),
('en', 'minimum_items_in_box', 'Minimum items in box'),
('en', 'minutes', 'minute(s)'),
('en', 'min_order_qty', 'Minimum order quantity'),
('en', 'min_quantity', 'Minimum order quantity'),
('en', 'missing_variants_handling', 'Missing variants handling'),
('en', 'mobile_app.appfulldescription', 'Full description'),
('en', 'mobile_app.apple_pay', 'Apple Pay'),
('en', 'mobile_app.apple_pay_merchant_identifier', 'Merchant identifier'),
('en', 'mobile_app.apple_pay_merchant_identifier_tooltip', 'Obtain the <b>Merchant Identifier</b> as described in <a href=\"https://help.apple.com/developer-account/#/devb2e62b839?sub=dev103e030bb\" target=\"_blank\">Developer Account Help</a>'),
('en', 'mobile_app.apple_pay_merchant_name', 'Merchant name'),
('en', 'mobile_app.apple_pay_merchant_name_tooltip', 'Enter the Merchant ID Description that you used when registering your Merchant ID at the Apple Developer website.'),
('en', 'mobile_app.apple_pay_supported_networks', 'Payment networks'),
('en', 'mobile_app.appname', 'App Name'),
('en', 'mobile_app.appshortdescription', 'Short description'),
('en', 'mobile_app.app_store_app_id', 'App Store application ID'),
('en', 'mobile_app.app_store_app_id_tooltip', 'Take it from the application link in <a href=\"https://www.apple.com/app-store\" target=\"_blank\">App Store</a>. <br> For example, in https://apps.apple.com/us/app/multi-vendor-app-by-cs-cart/id1304872157 the ID is 1304872157.'),
('en', 'mobile_app.app_translations', 'Mobile application translations'),
('en', 'mobile_app.app_translation_updated', 'Mobile application translations have been updated'),
('en', 'mobile_app.app_translation_updated.item', '[language]: [n] texts|[language]: [n] texts'),
('en', 'mobile_app.configure_colors', 'Configure Colors'),
('en', 'mobile_app.crop_when_resize', 'Crop image'),
('en', 'mobile_app.download_config', 'Download config'),
('en', 'mobile_app.edit_app_translations', 'Edit mobile application texts'),
('en', 'mobile_app.fcm_api_key', 'API key for push notifications'),
('en', 'mobile_app.fcm_api_key_tooltip', 'Obtain the Cloud Messaging <b>Legacy server key</b> from the <a href=\"https://console.firebase.google.com\" target=\"_blank\">Firebase console</a> using your bundle ID: [bundle_id]'),
('en', 'mobile_app.google_pay', 'Google Pay'),
('en', 'mobile_app.google_pay_api_key', 'Google Pay Api Key'),
('en', 'mobile_app.google_pay_supported_networks', 'Payment networks'),
('en', 'mobile_app.google_play_app_id', 'Google Play application ID'),
('en', 'mobile_app.google_play_app_id_tooltip', 'Take it from the application link in <a href=\"https://play.google.com/store\" target=\"_blank\">Google Play</a>. <br> For example, in https://play.google.com/store/apps/details?id=com.simtech.multivendor&hl=en_US the ID is com.simtech.multivendor.'),
('en', 'mobile_app.invalid_locale_file', 'Invalid locale file selected for the \"[language]\" language'),
('en', 'mobile_app.mobile_aberdeenshire', 'Aberdeenshire'),
('en', 'mobile_app.mobile_active', 'Active'),
('en', 'mobile_app.mobile_add', 'Add'),
('en', 'mobile_app.mobile_address', 'Address'),
('en', 'mobile_app.mobile_address_2', 'Address 2'),
('en', 'mobile_app.mobile_address_colon', 'Address:'),
('en', 'mobile_app.mobile_add_product', 'Add product'),
('en', 'mobile_app.mobile_add_to_cart', 'Add to cart'),
('en', 'mobile_app.mobile_advantages', 'Advantages'),
('en', 'mobile_app.mobile_afghanistan', 'Afghanistan'),
('en', 'mobile_app.mobile_aisne', 'Aisne'),
('en', 'mobile_app.mobile_aland_islands', 'Aland Islands'),
('en', 'mobile_app.mobile_alaska', 'Alaska'),
('en', 'mobile_app.mobile_alava', 'Álava'),
('en', 'mobile_app.mobile_albacete', 'Albacete'),
('en', 'mobile_app.mobile_albania', 'Albania'),
('en', 'mobile_app.mobile_alessandria', 'Alessandria'),
('en', 'mobile_app.mobile_algeria', 'Algeria'),
('en', 'mobile_app.mobile_alicante', 'Alicante'),
('en', 'mobile_app.mobile_allier', 'Allier'),
('en', 'mobile_app.mobile_almeria', 'Almería'),
('en', 'mobile_app.mobile_alpes_de_haute_provence', 'Alpes-de-Haute-Provence'),
('en', 'mobile_app.mobile_alpes_maritimes', 'Alpes-Maritimes'),
('en', 'mobile_app.mobile_altajskij_kraj', 'Altajskij kraj'),
('en', 'mobile_app.mobile_american_samoa', 'American Samoa'),
('en', 'mobile_app.mobile_amurskaja_oblast', 'Amurskaja oblast\''),
('en', 'mobile_app.mobile_ancona', 'Ancona'),
('en', 'mobile_app.mobile_andorra', 'Andorra'),
('en', 'mobile_app.mobile_anglesey', 'Anglesey'),
('en', 'mobile_app.mobile_angola', 'Angola'),
('en', 'mobile_app.mobile_anguilla', 'Anguilla'),
('en', 'mobile_app.mobile_angus', 'Angus'),
('en', 'mobile_app.mobile_anonymous', 'Anonymous'),
('en', 'mobile_app.mobile_antarctica', 'Antarctica'),
('en', 'mobile_app.mobile_antigua_and_barbuda', 'Antigua and Barbuda'),
('en', 'mobile_app.mobile_aosta', 'Aosta'),
('en', 'mobile_app.mobile_appenzell_rhodes_interieures', 'Appenzell Rhodes-Intérieures'),
('en', 'mobile_app.mobile_apply', 'Apply'),
('en', 'mobile_app.mobile_ardeche', 'Ardèche'),
('en', 'mobile_app.mobile_ardennes', 'Ardennes'),
('en', 'mobile_app.mobile_arezzo', 'Arezzo'),
('en', 'mobile_app.mobile_argentina', 'Argentina'),
('en', 'mobile_app.mobile_argovie', 'Argovie'),
('en', 'mobile_app.mobile_argyll_and_bute', 'Argyll and Bute'),
('en', 'mobile_app.mobile_arhangelskaja_oblast', 'Arhangel\'skaja oblast\''),
('en', 'mobile_app.mobile_ariege', 'Ariège'),
('en', 'mobile_app.mobile_arizona', 'Arizona'),
('en', 'mobile_app.mobile_arkansas', 'Arkansas'),
('en', 'mobile_app.mobile_armenia', 'Armenia'),
('en', 'mobile_app.mobile_aruba', 'Aruba'),
('en', 'mobile_app.mobile_ascoli_piceno', 'Ascoli Piceno'),
('en', 'mobile_app.mobile_asia_pacific', 'Asia-Pacific'),
('en', 'mobile_app.mobile_asti', 'Asti'),
('en', 'mobile_app.mobile_astrahanskaja_oblast', 'Astrahanskaja oblast\''),
('en', 'mobile_app.mobile_asturias', 'Asturias'),
('en', 'mobile_app.mobile_aube', 'Aube'),
('en', 'mobile_app.mobile_aude', 'Aude'),
('en', 'mobile_app.mobile_australia', 'Australia'),
('en', 'mobile_app.mobile_australian_capital_territory', 'Australian Capital Territory'),
('en', 'mobile_app.mobile_austria', 'Austria'),
('en', 'mobile_app.mobile_auth', 'Auth'),
('en', 'mobile_app.mobile_authentication', 'Authentication'),
('en', 'mobile_app.mobile_avellino', 'Avellino'),
('en', 'mobile_app.mobile_aveyron', 'Aveyron'),
('en', 'mobile_app.mobile_avila', 'Ávila'),
('en', 'mobile_app.mobile_avon', 'Avon'),
('en', 'mobile_app.mobile_awaiting_call', 'Awaiting call'),
('en', 'mobile_app.mobile_azerbaijan', 'Azerbaijan'),
('en', 'mobile_app.mobile_backordered', 'Backordered'),
('en', 'mobile_app.mobile_badajoz', 'Badajoz'),
('en', 'mobile_app.mobile_bad_request_only_buyers_can_write_review', 'Bad Request: You can\'t write a review for this product. Customers can write reviews only for the products they bought. If you actually bought this product from us, but are still seeing this message, please contact us.'),
('en', 'mobile_app.mobile_bad_request_repeat_ip', 'Bad Request: You have posted in this review already'),
('en', 'mobile_app.mobile_bahamas', 'Bahamas'),
('en', 'mobile_app.mobile_bahrain', 'Bahrain'),
('en', 'mobile_app.mobile_baleares', 'Baleares'),
('en', 'mobile_app.mobile_bale_campagne', 'Bâle-Campagne'),
('en', 'mobile_app.mobile_bale_ville', 'Bâle-Ville'),
('en', 'mobile_app.mobile_banffshire', 'Banffshire'),
('en', 'mobile_app.mobile_bangladesh', 'Bangladesh'),
('en', 'mobile_app.mobile_bank_routing_number', 'Bank routing number'),
('en', 'mobile_app.mobile_barbados', 'Barbados'),
('en', 'mobile_app.mobile_barcelona', 'Barcelona'),
('en', 'mobile_app.mobile_bari', 'Bari'),
('en', 'mobile_app.mobile_bas_rhin', 'Bas-Rhin'),
('en', 'mobile_app.mobile_bayern', 'Bayern'),
('en', 'mobile_app.mobile_bedfordshire', 'Bedfordshire'),
('en', 'mobile_app.mobile_belarus', 'Belarus'),
('en', 'mobile_app.mobile_belgium', 'Belgium'),
('en', 'mobile_app.mobile_belgorodskaja_oblast', 'Belgorodskaja oblast\''),
('en', 'mobile_app.mobile_belize', 'Belize'),
('en', 'mobile_app.mobile_belluno', 'Belluno'),
('en', 'mobile_app.mobile_benevento', 'Benevento'),
('en', 'mobile_app.mobile_benin', 'Benin'),
('en', 'mobile_app.mobile_bergamo', 'Bergamo'),
('en', 'mobile_app.mobile_berkshire', 'Berkshire'),
('en', 'mobile_app.mobile_berlin', 'Berlin'),
('en', 'mobile_app.mobile_bermuda', 'Bermuda'),
('en', 'mobile_app.mobile_berne', 'Berne'),
('en', 'mobile_app.mobile_berwickshire', 'Berwickshire'),
('en', 'mobile_app.mobile_bhutan', 'Bhutan'),
('en', 'mobile_app.mobile_biella', 'Biella'),
('en', 'mobile_app.mobile_billing_address', 'Billing address'),
('en', 'mobile_app.mobile_blaenau_gwent', 'Blaenau Gwent'),
('en', 'mobile_app.mobile_bolivia', 'Bolivia'),
('en', 'mobile_app.mobile_bologna', 'Bologna'),
('en', 'mobile_app.mobile_bolzano', 'Bolzano'),
('en', 'mobile_app.mobile_bosnia_and_herzegovina', 'Bosnia and Herzegovina'),
('en', 'mobile_app.mobile_botswana', 'Botswana'),
('en', 'mobile_app.mobile_bouches_du_rhone', 'Bouches-du-Rhône'),
('en', 'mobile_app.mobile_bouvet_island', 'Bouvet Island'),
('en', 'mobile_app.mobile_branderburg', 'Branderburg'),
('en', 'mobile_app.mobile_brazil', 'Brazil'),
('en', 'mobile_app.mobile_bremen', 'Bremen'),
('en', 'mobile_app.mobile_brescia', 'Brescia'),
('en', 'mobile_app.mobile_bridgend', 'Bridgend'),
('en', 'mobile_app.mobile_brindisi', 'Brindisi'),
('en', 'mobile_app.mobile_bristol', 'Bristol'),
('en', 'mobile_app.mobile_british_columbia', 'British Columbia'),
('en', 'mobile_app.mobile_british_indian_ocean_territory', 'British Indian Ocean Territory'),
('en', 'mobile_app.mobile_british_virgin_islands', 'British Virgin Islands'),
('en', 'mobile_app.mobile_brjanskaja_oblast', 'Brjanskaja oblast\''),
('en', 'mobile_app.mobile_brunei_darussalam', 'Brunei Darussalam'),
('en', 'mobile_app.mobile_buckinghamshire', 'Buckinghamshire'),
('en', 'mobile_app.mobile_bulgaria', 'Bulgaria'),
('en', 'mobile_app.mobile_burgos', 'Burgos'),
('en', 'mobile_app.mobile_burkina_faso', 'Burkina Faso'),
('en', 'mobile_app.mobile_burundi', 'Burundi'),
('en', 'mobile_app.mobile_buyer', 'Buyer'),
('en', 'mobile_app.mobile_caceres', 'Cáceres'),
('en', 'mobile_app.mobile_cadiz', 'Cádiz'),
('en', 'mobile_app.mobile_caerphilly', 'Caerphilly'),
('en', 'mobile_app.mobile_cagliari', 'Cagliari'),
('en', 'mobile_app.mobile_caithness', 'Caithness'),
('en', 'mobile_app.mobile_california', 'California'),
('en', 'mobile_app.mobile_caltanissetta', 'Caltanissetta'),
('en', 'mobile_app.mobile_calvados', 'Calvados'),
('en', 'mobile_app.mobile_cambodia', 'Cambodia'),
('en', 'mobile_app.mobile_cambridgeshire', 'Cambridgeshire'),
('en', 'mobile_app.mobile_cameroon', 'Cameroon'),
('en', 'mobile_app.mobile_campobasso', 'Campobasso'),
('en', 'mobile_app.mobile_canada', 'Canada'),
('en', 'mobile_app.mobile_cancel', 'Cancel'),
('en', 'mobile_app.mobile_canceled', 'Canceled'),
('en', 'mobile_app.mobile_cannot_handle_url', 'Cannot handle url'),
('en', 'mobile_app.mobile_cantabria', 'Cantabria'),
('en', 'mobile_app.mobile_cantal', 'Cantal'),
('en', 'mobile_app.mobile_cant_apply_code', 'The entered code cannot be applied, because it does not meet the requirements.'),
('en', 'mobile_app.mobile_cant_handle_url', 'Can\'t handle url'),
('en', 'mobile_app.mobile_cape_verde', 'Cape Verde'),
('en', 'mobile_app.mobile_carbonia_iglesias', 'Carbonia-Iglesias'),
('en', 'mobile_app.mobile_cardholders_name', 'Cardholder\'s name'),
('en', 'mobile_app.mobile_cardholder_name', 'Cardholder\'s name'),
('en', 'mobile_app.mobile_cardiff', 'Cardiff'),
('en', 'mobile_app.mobile_card_number', 'Card number'),
('en', 'mobile_app.mobile_carmarthenshire', 'Carmarthenshire'),
('en', 'mobile_app.mobile_cart', 'Cart'),
('en', 'mobile_app.mobile_caserta', 'Caserta'),
('en', 'mobile_app.mobile_castellon', 'Castellón'),
('en', 'mobile_app.mobile_catania', 'Catania'),
('en', 'mobile_app.mobile_catanzaro', 'Catanzaro'),
('en', 'mobile_app.mobile_categories', 'Categories'),
('en', 'mobile_app.mobile_cayman_islands', 'Cayman Islands'),
('en', 'mobile_app.mobile_central_african_republic', 'Central African Republic'),
('en', 'mobile_app.mobile_ceredigion', 'Ceredigion'),
('en', 'mobile_app.mobile_ceuta', 'Ceuta'),
('en', 'mobile_app.mobile_chad', 'Chad'),
('en', 'mobile_app.mobile_change_address', 'Change address'),
('en', 'mobile_app.mobile_charente', 'Charente'),
('en', 'mobile_app.mobile_charente_maritime', 'Charente-Maritime'),
('en', 'mobile_app.mobile_chechenskaja_respublika', 'Chechenskaja respublika'),
('en', 'mobile_app.mobile_checking_account_number', 'Checking account number'),
('en', 'mobile_app.mobile_checkout', 'Checkout'),
('en', 'mobile_app.mobile_checkout_complete', 'Checkout complete'),
('en', 'mobile_app.mobile_cheljabinskaja_oblast', 'Cheljabinskaja oblast\''),
('en', 'mobile_app.mobile_cher', 'Cher'),
('en', 'mobile_app.mobile_cheshire', 'Cheshire'),
('en', 'mobile_app.mobile_chieti', 'Chieti'),
('en', 'mobile_app.mobile_chile', 'Chile'),
('en', 'mobile_app.mobile_china', 'China'),
('en', 'mobile_app.mobile_christmas_island', 'Christmas Island'),
('en', 'mobile_app.mobile_chukotskij_avtonomnyj_okrug', 'Chukotskij avtonomnyj okrug'),
('en', 'mobile_app.mobile_chuvashskaja_respublika', 'Chuvashskaja Respublika'),
('en', 'mobile_app.mobile_city', 'City'),
('en', 'mobile_app.mobile_city_colon', 'City:'),
('en', 'mobile_app.mobile_ciudad_real', 'Ciudad Real');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('en', 'mobile_app.mobile_clackmannanshire', 'Clackmannanshire'),
('en', 'mobile_app.mobile_clear_all_cart', 'Clear all cart ?'),
('en', 'mobile_app.mobile_clear_all_filter', 'Clear all'),
('en', 'mobile_app.mobile_clear_wish_list', 'Clear wish list?'),
('en', 'mobile_app.mobile_cleveland', 'Cleveland'),
('en', 'mobile_app.mobile_clwyd', 'Clwyd'),
('en', 'mobile_app.mobile_cocos_keeling_islands', 'Cocos (Keeling) Islands'),
('en', 'mobile_app.mobile_code', 'CODE'),
('en', 'mobile_app.mobile_code_does_not_match', 'The username you have entered does not match any account in our store. Please make sure you have entered the correct username and try again.'),
('en', 'mobile_app.mobile_code_has_been_sent', 'The confirmation code has been sent to the {{email}}, type it below to log in.'),
('en', 'mobile_app.mobile_colombia', 'Colombia'),
('en', 'mobile_app.mobile_colorado', 'Colorado'),
('en', 'mobile_app.mobile_comment', 'Comment'),
('en', 'mobile_app.mobile_comments_and_reviews', 'Comments and reviews'),
('en', 'mobile_app.mobile_comments_reviews', 'Comments & Reviews'),
('en', 'mobile_app.mobile_como', 'Como'),
('en', 'mobile_app.mobile_comoros', 'Comoros'),
('en', 'mobile_app.mobile_companies', 'Vendors'),
('en', 'mobile_app.mobile_complete', 'Complete'),
('en', 'mobile_app.mobile_confirm_clear_the_cart', 'Clear the cart?'),
('en', 'mobile_app.mobile_confirm_clear_wishlist', 'Clear your wish list?'),
('en', 'mobile_app.mobile_congo', 'Congo'),
('en', 'mobile_app.mobile_congratulations', 'Congratulations!'),
('en', 'mobile_app.mobile_connecticut', 'Connecticut'),
('en', 'mobile_app.mobile_contact_information', 'Contact information'),
('en', 'mobile_app.mobile_contact_us_for_a_price', 'Contact us for a price'),
('en', 'mobile_app.mobile_conwy', 'Conwy'),
('en', 'mobile_app.mobile_cook_islands', 'Cook Islands'),
('en', 'mobile_app.mobile_cordoba', 'Córdoba'),
('en', 'mobile_app.mobile_cornwall', 'Cornwall'),
('en', 'mobile_app.mobile_correze', 'Corrèze'),
('en', 'mobile_app.mobile_corse_du_sud', 'Corse-du-Sud'),
('en', 'mobile_app.mobile_cosenza', 'Cosenza'),
('en', 'mobile_app.mobile_costa_rica', 'Costa Rica'),
('en', 'mobile_app.mobile_cotes_darmor', 'Côtes-d\'Armor'),
('en', 'mobile_app.mobile_cote_divoire', 'Cote D\'ivoire'),
('en', 'mobile_app.mobile_cote_dor', 'Côte-d\'Or'),
('en', 'mobile_app.mobile_country', 'Country'),
('en', 'mobile_app.mobile_country_colon', 'Country:'),
('en', 'mobile_app.mobile_county_antrim', 'County Antrim'),
('en', 'mobile_app.mobile_county_armagh', 'County Armagh'),
('en', 'mobile_app.mobile_county_down', 'County Down'),
('en', 'mobile_app.mobile_county_fermanagh', 'County Fermanagh'),
('en', 'mobile_app.mobile_county_londonderry', 'County Londonderry'),
('en', 'mobile_app.mobile_county_tyrone', 'County Tyrone'),
('en', 'mobile_app.mobile_coupon_code', 'Coupon code'),
('en', 'mobile_app.mobile_create', 'Create'),
('en', 'mobile_app.mobile_cremona', 'Cremona'),
('en', 'mobile_app.mobile_creuse', 'Creuse'),
('en', 'mobile_app.mobile_croatia', 'Croatia'),
('en', 'mobile_app.mobile_crotone', 'Crotone'),
('en', 'mobile_app.mobile_cuba', 'Cuba'),
('en', 'mobile_app.mobile_cuenca', 'Cuenca'),
('en', 'mobile_app.mobile_cumbria', 'Cumbria'),
('en', 'mobile_app.mobile_cuneo', 'Cuneo'),
('en', 'mobile_app.mobile_curacao', 'Curaçao'),
('en', 'mobile_app.mobile_currency', 'Currency'),
('en', 'mobile_app.mobile_customers_signature', 'Customer\'s signature'),
('en', 'mobile_app.mobile_customer_signature', 'Customer\'s signature'),
('en', 'mobile_app.mobile_cvv2', 'CVV/CVC'),
('en', 'mobile_app.mobile_cvv_cvc', 'CVV/CVC'),
('en', 'mobile_app.mobile_cyprus', 'Cyprus'),
('en', 'mobile_app.mobile_czech_republic', 'Czech Republic'),
('en', 'mobile_app.mobile_declined', 'Declined'),
('en', 'mobile_app.mobile_delaware', 'Delaware'),
('en', 'mobile_app.mobile_delete', 'Delete'),
('en', 'mobile_app.mobile_delete_this_product', 'Delete This Product'),
('en', 'mobile_app.mobile_delimiter', '|'),
('en', 'mobile_app.mobile_delivery', 'Delivery'),
('en', 'mobile_app.mobile_denbighshire', 'Denbighshire'),
('en', 'mobile_app.mobile_denmark', 'Denmark'),
('en', 'mobile_app.mobile_derbyshire', 'Derbyshire'),
('en', 'mobile_app.mobile_description', 'Description'),
('en', 'mobile_app.mobile_description_optional', 'Description (optional)'),
('en', 'mobile_app.mobile_details', 'Details'),
('en', 'mobile_app.mobile_deux_sevres', 'Deux-Sèvres'),
('en', 'mobile_app.mobile_devon', 'Devon'),
('en', 'mobile_app.mobile_didnt_receive_code', 'Didn\'t receive the code?'),
('en', 'mobile_app.mobile_disabled', 'Disabled'),
('en', 'mobile_app.mobile_disadvantages', 'Disadvantages'),
('en', 'mobile_app.mobile_discount', 'Discount'),
('en', 'mobile_app.mobile_discussion_title_product', 'Reviews'),
('en', 'mobile_app.mobile_district_of_columbia', 'District of Columbia'),
('en', 'mobile_app.mobile_djibouti', 'Djibouti'),
('en', 'mobile_app.mobile_dominica', 'Dominica'),
('en', 'mobile_app.mobile_dominican_republic', 'Dominican Republic'),
('en', 'mobile_app.mobile_dordogne', 'Dordogne'),
('en', 'mobile_app.mobile_dorset', 'Dorset'),
('en', 'mobile_app.mobile_doubs', 'Doubs'),
('en', 'mobile_app.mobile_drome', 'Drôme'),
('en', 'mobile_app.mobile_dumfries_and_galloway', 'Dumfries and Galloway'),
('en', 'mobile_app.mobile_dumfries_shire', 'Dumfries-shire'),
('en', 'mobile_app.mobile_dundee', 'Dundee'),
('en', 'mobile_app.mobile_durham', 'Durham'),
('en', 'mobile_app.mobile_dyfed', 'Dyfed'),
('en', 'mobile_app.mobile_east_ayrshire', 'East Ayrshire'),
('en', 'mobile_app.mobile_east_dunbartonshire', 'East Dunbartonshire'),
('en', 'mobile_app.mobile_east_lothian', 'East Lothian'),
('en', 'mobile_app.mobile_east_renfrewshire', 'East Renfrewshire'),
('en', 'mobile_app.mobile_east_riding_of_yorkshire', 'East Riding of Yorkshire'),
('en', 'mobile_app.mobile_east_sussex', 'East Sussex'),
('en', 'mobile_app.mobile_east_timor', 'East Timor'),
('en', 'mobile_app.mobile_ecuador', 'Ecuador'),
('en', 'mobile_app.mobile_edinburgh', 'Edinburgh'),
('en', 'mobile_app.mobile_egypt', 'Egypt'),
('en', 'mobile_app.mobile_el_salvador', 'El Salvador'),
('en', 'mobile_app.mobile_email', 'E-mail'),
('en', 'mobile_app.mobile_email_colon', 'E-mail:'),
('en', 'mobile_app.mobile_empty_wish_list_message', 'Your wish list will love it here.'),
('en', 'mobile_app.mobile_enna', 'Enna'),
('en', 'mobile_app.mobile_enter_email_to_get_code', 'Enter your e-mail, we will send you a code to log into your account.'),
('en', 'mobile_app.mobile_enter_the_name', 'Enter the name'),
('en', 'mobile_app.mobile_enter_the_price', 'Enter the price'),
('en', 'mobile_app.mobile_equatorial_guinea', 'Equatorial Guinea'),
('en', 'mobile_app.mobile_eritrea', 'Eritrea'),
('en', 'mobile_app.mobile_error', 'Error'),
('en', 'mobile_app.mobile_error_try_later', 'Something went wrong. Please try again later.'),
('en', 'mobile_app.mobile_essex', 'Essex'),
('en', 'mobile_app.mobile_essonne', 'Essonne'),
('en', 'mobile_app.mobile_estonia', 'Estonia'),
('en', 'mobile_app.mobile_ethiopia', 'Ethiopia'),
('en', 'mobile_app.mobile_eure', 'Eure'),
('en', 'mobile_app.mobile_eure_et_loir', 'Eure-et-Loir'),
('en', 'mobile_app.mobile_europe', 'Europe'),
('en', 'mobile_app.mobile_evrejskaja_avtonomnaja_oblast', 'Evrejskaja avtonomnaja oblast\''),
('en', 'mobile_app.mobile_e_mail', 'E-mail'),
('en', 'mobile_app.mobile_failed', 'Failed'),
('en', 'mobile_app.mobile_falkirk', 'Falkirk'),
('en', 'mobile_app.mobile_falkland_islands_malvinas', 'Falkland Islands (Malvinas)'),
('en', 'mobile_app.mobile_faroe_islands', 'Faroe Islands'),
('en', 'mobile_app.mobile_favorite', 'Favorite'),
('en', 'mobile_app.mobile_fax', 'Fax'),
('en', 'mobile_app.mobile_features', 'Features'),
('en', 'mobile_app.mobile_ferrara', 'Ferrara'),
('en', 'mobile_app.mobile_fife', 'Fife'),
('en', 'mobile_app.mobile_fiji', 'Fiji'),
('en', 'mobile_app.mobile_filter', 'Filter'),
('en', 'mobile_app.mobile_finistere', 'Finistère'),
('en', 'mobile_app.mobile_finland', 'Finland'),
('en', 'mobile_app.mobile_firenze', 'Firenze'),
('en', 'mobile_app.mobile_firstname_colon', 'First name:'),
('en', 'mobile_app.mobile_first_name', 'First name'),
('en', 'mobile_app.mobile_flevoland', 'Flevoland'),
('en', 'mobile_app.mobile_flintshire', 'Flintshire'),
('en', 'mobile_app.mobile_florida', 'Florida'),
('en', 'mobile_app.mobile_foggia', 'Foggia'),
('en', 'mobile_app.mobile_forgot_password', 'Forgot your password?'),
('en', 'mobile_app.mobile_forli_cesena', 'Forli-Cesena'),
('en', 'mobile_app.mobile_france', 'France'),
('en', 'mobile_app.mobile_france_metropolitan', 'France, Metropolitan'),
('en', 'mobile_app.mobile_free_shipping', 'Free shipping'),
('en', 'mobile_app.mobile_french_guiana', 'French Guiana'),
('en', 'mobile_app.mobile_french_polynesia', 'French Polynesia'),
('en', 'mobile_app.mobile_french_southern_territories', 'French Southern Territories'),
('en', 'mobile_app.mobile_fribourg', 'Fribourg'),
('en', 'mobile_app.mobile_friesland', 'Friesland'),
('en', 'mobile_app.mobile_frosinone', 'Frosinone'),
('en', 'mobile_app.mobile_full_product_description', 'Full description'),
('en', 'mobile_app.mobile_gabon', 'Gabon'),
('en', 'mobile_app.mobile_gambia', 'Gambia'),
('en', 'mobile_app.mobile_gard', 'Gard'),
('en', 'mobile_app.mobile_gelderland', 'Gelderland'),
('en', 'mobile_app.mobile_geneve', 'Genève'),
('en', 'mobile_app.mobile_genova', 'Genova'),
('en', 'mobile_app.mobile_georgia', 'Georgia'),
('en', 'mobile_app.mobile_germany', 'Germany'),
('en', 'mobile_app.mobile_gers', 'Gers'),
('en', 'mobile_app.mobile_get_the_code', 'Get the code'),
('en', 'mobile_app.mobile_ghana', 'Ghana'),
('en', 'mobile_app.mobile_gibraltar', 'Gibraltar'),
('en', 'mobile_app.mobile_girona', 'Girona'),
('en', 'mobile_app.mobile_gironde', 'Gironde'),
('en', 'mobile_app.mobile_glaris', 'Glaris'),
('en', 'mobile_app.mobile_glasgow', 'Glasgow'),
('en', 'mobile_app.mobile_gloucestershire', 'Gloucestershire'),
('en', 'mobile_app.mobile_gorizia', 'Gorizia'),
('en', 'mobile_app.mobile_go_to_store', 'Go to store'),
('en', 'mobile_app.mobile_granada', 'Granada'),
('en', 'mobile_app.mobile_greater_london', 'Greater London'),
('en', 'mobile_app.mobile_greater_manchester', 'Greater Manchester'),
('en', 'mobile_app.mobile_greece', 'Greece'),
('en', 'mobile_app.mobile_greenland', 'Greenland'),
('en', 'mobile_app.mobile_grenada', 'Grenada'),
('en', 'mobile_app.mobile_grisons', 'Grisons'),
('en', 'mobile_app.mobile_groningen', 'Groningen'),
('en', 'mobile_app.mobile_grosseto', 'Grosseto'),
('en', 'mobile_app.mobile_guadalajara', 'Guadalajara'),
('en', 'mobile_app.mobile_guadeloupe', 'Guadeloupe'),
('en', 'mobile_app.mobile_guam', 'Guam'),
('en', 'mobile_app.mobile_guatemala', 'Guatemala'),
('en', 'mobile_app.mobile_guernsey', 'Guernsey'),
('en', 'mobile_app.mobile_guinea', 'Guinea'),
('en', 'mobile_app.mobile_guinea_bissau', 'Guinea-Bissau'),
('en', 'mobile_app.mobile_guipuzcoa', 'Guipúzcoa'),
('en', 'mobile_app.mobile_guyana', 'Guyana'),
('en', 'mobile_app.mobile_gwynedd', 'Gwynedd'),
('en', 'mobile_app.mobile_habarovskij_kraj', 'Habarovskij kraj'),
('en', 'mobile_app.mobile_haiti', 'Haiti'),
('en', 'mobile_app.mobile_hamburg', 'Hamburg'),
('en', 'mobile_app.mobile_hampshire', 'Hampshire'),
('en', 'mobile_app.mobile_hanty_mansijskij_avtonomnyj_okrug___jugra', 'Hanty-Mansijskij avtonomnyj okrug - Jugra'),
('en', 'mobile_app.mobile_hautes_alpes', 'Hautes-Alpes'),
('en', 'mobile_app.mobile_hautes_pyrenees', 'Hautes-Pyrénées'),
('en', 'mobile_app.mobile_haute_corse', 'Haute-Corse'),
('en', 'mobile_app.mobile_haute_garonne', 'Haute-Garonne'),
('en', 'mobile_app.mobile_haute_loire', 'Haute-Loire'),
('en', 'mobile_app.mobile_haute_marne', 'Haute-Marne'),
('en', 'mobile_app.mobile_haute_saone', 'Haute-Saône'),
('en', 'mobile_app.mobile_haute_savoie', 'Haute-Savoie'),
('en', 'mobile_app.mobile_haute_vienne', 'Haute-Vienne'),
('en', 'mobile_app.mobile_hauts_de_seine', 'Hauts-de-Seine'),
('en', 'mobile_app.mobile_haut_rhin', 'Haut-Rhin'),
('en', 'mobile_app.mobile_hawaii', 'Hawaii'),
('en', 'mobile_app.mobile_heard_and_mcdonald_islands', 'Heard and McDonald Islands'),
('en', 'mobile_app.mobile_herault', 'Hérault'),
('en', 'mobile_app.mobile_herefordshire', 'Herefordshire'),
('en', 'mobile_app.mobile_hertfordshire', 'Hertfordshire'),
('en', 'mobile_app.mobile_hessen', 'Hessen'),
('en', 'mobile_app.mobile_hidden', 'Hidden'),
('en', 'mobile_app.mobile_highlands', 'Highlands'),
('en', 'mobile_app.mobile_home', 'Home'),
('en', 'mobile_app.mobile_honduras', 'Honduras'),
('en', 'mobile_app.mobile_hong_kong', 'Hong Kong'),
('en', 'mobile_app.mobile_huelva', 'Huelva'),
('en', 'mobile_app.mobile_huesca', 'Huesca'),
('en', 'mobile_app.mobile_humberside', 'Humberside'),
('en', 'mobile_app.mobile_hungary', 'Hungary'),
('en', 'mobile_app.mobile_iceland', 'Iceland'),
('en', 'mobile_app.mobile_idaho', 'Idaho'),
('en', 'mobile_app.mobile_ille_et_vilaine', 'Ille-et-Vilaine'),
('en', 'mobile_app.mobile_illinois', 'Illinois'),
('en', 'mobile_app.mobile_image', 'Image'),
('en', 'mobile_app.mobile_imperia', 'Imperia'),
('en', 'mobile_app.mobile_including_discount', 'Including discount'),
('en', 'mobile_app.mobile_including_tax', 'Including tax'),
('en', 'mobile_app.mobile_incorrect_code', 'Incorrect code.'),
('en', 'mobile_app.mobile_india', 'India'),
('en', 'mobile_app.mobile_indiana', 'Indiana'),
('en', 'mobile_app.mobile_indonesia', 'Indonesia'),
('en', 'mobile_app.mobile_indre', 'Indre'),
('en', 'mobile_app.mobile_indre_et_loire', 'Indre-et-Loire'),
('en', 'mobile_app.mobile_information', 'Information'),
('en', 'mobile_app.mobile_inverclyde', 'Inverclyde'),
('en', 'mobile_app.mobile_inverness_shire', 'Inverness-shire'),
('en', 'mobile_app.mobile_in_stock', 'In stock'),
('en', 'mobile_app.mobile_iowa', 'Iowa'),
('en', 'mobile_app.mobile_iraq', 'Iraq'),
('en', 'mobile_app.mobile_ireland', 'Ireland'),
('en', 'mobile_app.mobile_irkutskaja_oblast', 'Irkutskaja oblast\''),
('en', 'mobile_app.mobile_isere', 'Isère'),
('en', 'mobile_app.mobile_isernia', 'Isernia'),
('en', 'mobile_app.mobile_islamic_republic_of_iran', 'Islamic Republic of Iran'),
('en', 'mobile_app.mobile_isles_of_scilly', 'Isles of Scilly'),
('en', 'mobile_app.mobile_isle_of_man', 'Isle of Man'),
('en', 'mobile_app.mobile_isle_of_wight', 'Isle of Wight'),
('en', 'mobile_app.mobile_israel', 'Israel'),
('en', 'mobile_app.mobile_italy', 'Italy'),
('en', 'mobile_app.mobile_items', '%1 item(s)'),
('en', 'mobile_app.mobile_ivanovskaja_oblast', 'Ivanovskaja oblast\''),
('en', 'mobile_app.mobile_jaen', 'Jaén'),
('en', 'mobile_app.mobile_jamaica', 'Jamaica'),
('en', 'mobile_app.mobile_jamalo_neneckij_avtonomnyj_okrug', 'Jamalo-Neneckij avtonomnyj okrug'),
('en', 'mobile_app.mobile_japan', 'Japan'),
('en', 'mobile_app.mobile_jaroslavskaja_oblast', 'Jaroslavskaja oblast\''),
('en', 'mobile_app.mobile_jersey', 'Jersey'),
('en', 'mobile_app.mobile_jordan', 'Jordan'),
('en', 'mobile_app.mobile_jura', 'Jura'),
('en', 'mobile_app.mobile_kabardino_balkarskaja_respublika', 'Kabardino-Balkarskaja Respublika'),
('en', 'mobile_app.mobile_kaliningradskaja_oblast', 'Kaliningradskaja oblast\''),
('en', 'mobile_app.mobile_kaluzhskaja_oblast', 'Kaluzhskaja oblast\''),
('en', 'mobile_app.mobile_kamchatskiy_kraj', 'Kamchatskiy kraj'),
('en', 'mobile_app.mobile_kansas', 'Kansas'),
('en', 'mobile_app.mobile_karachaevo_cherkesskaja_respublika', 'Karachaevo-Cherkesskaja respublika'),
('en', 'mobile_app.mobile_kazakhstan', 'Kazakhstan'),
('en', 'mobile_app.mobile_kemerovskaja_oblast', 'Kemerovskaja oblast\''),
('en', 'mobile_app.mobile_kent', 'Kent'),
('en', 'mobile_app.mobile_kentucky', 'Kentucky'),
('en', 'mobile_app.mobile_kenya', 'Kenya'),
('en', 'mobile_app.mobile_kincardineshire', 'Kincardineshire'),
('en', 'mobile_app.mobile_kiribati', 'Kiribati'),
('en', 'mobile_app.mobile_kirovskaja_oblast', 'Kirovskaja oblast\''),
('en', 'mobile_app.mobile_korea', 'Korea'),
('en', 'mobile_app.mobile_korea_republic_of', 'Korea, Republic of'),
('en', 'mobile_app.mobile_kostromskaja_oblast', 'Kostromskaja oblast\''),
('en', 'mobile_app.mobile_krasnodarskij_kraj', 'Krasnodarskij kraj'),
('en', 'mobile_app.mobile_krasnojarskij_kraj', 'Krasnojarskij kraj'),
('en', 'mobile_app.mobile_kurganskaja_oblast', 'Kurganskaja oblast\''),
('en', 'mobile_app.mobile_kurskaja_oblast', 'Kurskaja oblast\''),
('en', 'mobile_app.mobile_kuwait', 'Kuwait'),
('en', 'mobile_app.mobile_kyrgyzstan', 'Kyrgyzstan'),
('en', 'mobile_app.mobile_lancashire', 'Lancashire'),
('en', 'mobile_app.mobile_landes', 'Landes'),
('en', 'mobile_app.mobile_language', 'Language'),
('en', 'mobile_app.mobile_laos', 'Laos'),
('en', 'mobile_app.mobile_laquila', 'L\'Aquila'),
('en', 'mobile_app.mobile_lastname_colon', 'Last name:'),
('en', 'mobile_app.mobile_last_name', 'Last name'),
('en', 'mobile_app.mobile_las_palmas', 'Las Palmas'),
('en', 'mobile_app.mobile_latina', 'Latina'),
('en', 'mobile_app.mobile_latvia', 'Latvia'),
('en', 'mobile_app.mobile_la_rioja', 'La Rioja'),
('en', 'mobile_app.mobile_la_spezia', 'La Spezia'),
('en', 'mobile_app.mobile_lebanon', 'Lebanon'),
('en', 'mobile_app.mobile_lecce', 'Lecce'),
('en', 'mobile_app.mobile_lecco', 'Lecco'),
('en', 'mobile_app.mobile_leicestershire', 'Leicestershire'),
('en', 'mobile_app.mobile_leningradskaja_oblast', 'Leningradskaja oblast\''),
('en', 'mobile_app.mobile_leon', 'León'),
('en', 'mobile_app.mobile_lesotho', 'Lesotho'),
('en', 'mobile_app.mobile_liberia', 'Liberia'),
('en', 'mobile_app.mobile_libyan_arab_jamahiriya', 'Libyan Arab Jamahiriya'),
('en', 'mobile_app.mobile_liechtenstein', 'Liechtenstein'),
('en', 'mobile_app.mobile_limburg', 'Limburg'),
('en', 'mobile_app.mobile_lincolnshire', 'Lincolnshire'),
('en', 'mobile_app.mobile_lipeckaja_oblast', 'Lipeckaja oblast\''),
('en', 'mobile_app.mobile_list_is_empty', 'List is empty.'),
('en', 'mobile_app.mobile_list_price', 'List price'),
('en', 'mobile_app.mobile_list_price_dollar', 'List price ($)'),
('en', 'mobile_app.mobile_lithuania', 'Lithuania'),
('en', 'mobile_app.mobile_livorno', 'Livorno'),
('en', 'mobile_app.mobile_lleida', 'Lleida'),
('en', 'mobile_app.mobile_lodi', 'Lodi'),
('en', 'mobile_app.mobile_login', 'Login'),
('en', 'mobile_app.mobile_logout', 'Logout'),
('en', 'mobile_app.mobile_loire', 'Loire'),
('en', 'mobile_app.mobile_loiret', 'Loiret'),
('en', 'mobile_app.mobile_loire_atlantique', 'Loire-Atlantique'),
('en', 'mobile_app.mobile_loir_et_cher', 'Loir-et-Cher'),
('en', 'mobile_app.mobile_looking_for_ideas', 'Looking for ideas?'),
('en', 'mobile_app.mobile_lot', 'Lot'),
('en', 'mobile_app.mobile_lot_et_garonne', 'Lot-et-Garonne'),
('en', 'mobile_app.mobile_louisiana', 'Louisiana'),
('en', 'mobile_app.mobile_lozere', 'Lozère'),
('en', 'mobile_app.mobile_lucca', 'Lucca'),
('en', 'mobile_app.mobile_lucerne', 'Lucerne'),
('en', 'mobile_app.mobile_lugo', 'Lugo'),
('en', 'mobile_app.mobile_luxembourg', 'Luxembourg'),
('en', 'mobile_app.mobile_macau', 'Macau'),
('en', 'mobile_app.mobile_macedonia', 'Macedonia'),
('en', 'mobile_app.mobile_macerata', 'Macerata'),
('en', 'mobile_app.mobile_madagascar', 'Madagascar'),
('en', 'mobile_app.mobile_madrid', 'Madrid'),
('en', 'mobile_app.mobile_magadanskaja_oblast', 'Magadanskaja oblast\''),
('en', 'mobile_app.mobile_maine', 'Maine'),
('en', 'mobile_app.mobile_maine_et_loire', 'Maine-et-Loire'),
('en', 'mobile_app.mobile_make_product_active', 'Make Product Active'),
('en', 'mobile_app.mobile_make_product_disabled', 'Make Product Disabled'),
('en', 'mobile_app.mobile_make_product_hidden', 'Make Product Hidden'),
('en', 'mobile_app.mobile_malaga', 'Málaga'),
('en', 'mobile_app.mobile_malawi', 'Malawi'),
('en', 'mobile_app.mobile_malaysia', 'Malaysia'),
('en', 'mobile_app.mobile_maldives', 'Maldives'),
('en', 'mobile_app.mobile_mali', 'Mali'),
('en', 'mobile_app.mobile_malta', 'Malta'),
('en', 'mobile_app.mobile_manche', 'Manche'),
('en', 'mobile_app.mobile_manitoba', 'Manitoba'),
('en', 'mobile_app.mobile_mantova', 'Mantova'),
('en', 'mobile_app.mobile_marne', 'Marne'),
('en', 'mobile_app.mobile_marshall_islands', 'Marshall Islands'),
('en', 'mobile_app.mobile_martinique', 'Martinique'),
('en', 'mobile_app.mobile_maryland', 'Maryland'),
('en', 'mobile_app.mobile_massachusetts', 'Massachusetts'),
('en', 'mobile_app.mobile_massa_carrara', 'Massa-Carrara'),
('en', 'mobile_app.mobile_matera', 'Matera'),
('en', 'mobile_app.mobile_mauritania', 'Mauritania'),
('en', 'mobile_app.mobile_mauritius', 'Mauritius'),
('en', 'mobile_app.mobile_mayenne', 'Mayenne'),
('en', 'mobile_app.mobile_mayotte', 'Mayotte'),
('en', 'mobile_app.mobile_mecklenburg_vorpommern', 'Mecklenburg-Vorpommern'),
('en', 'mobile_app.mobile_medio_campidano', 'Medio Campidano'),
('en', 'mobile_app.mobile_melilla', 'Melilla'),
('en', 'mobile_app.mobile_merionethshire', 'Merionethshire'),
('en', 'mobile_app.mobile_merseyside', 'Merseyside'),
('en', 'mobile_app.mobile_merthyr_tydfil', 'Merthyr Tydfil'),
('en', 'mobile_app.mobile_messina', 'Messina'),
('en', 'mobile_app.mobile_meurthe_et_moselle', 'Meurthe-et-Moselle'),
('en', 'mobile_app.mobile_meuse', 'Meuse'),
('en', 'mobile_app.mobile_mexico', 'Mexico'),
('en', 'mobile_app.mobile_michigan', 'Michigan'),
('en', 'mobile_app.mobile_micronesia', 'Micronesia'),
('en', 'mobile_app.mobile_middlesex', 'Middlesex'),
('en', 'mobile_app.mobile_midlothian', 'Midlothian'),
('en', 'mobile_app.mobile_milano', 'Milano'),
('en', 'mobile_app.mobile_minnesota', 'Minnesota'),
('en', 'mobile_app.mobile_mississippi', 'Mississippi'),
('en', 'mobile_app.mobile_missouri', 'Missouri'),
('en', 'mobile_app.mobile_modena', 'Modena'),
('en', 'mobile_app.mobile_moldova_republic_of', 'Moldova, Republic of'),
('en', 'mobile_app.mobile_monaco', 'Monaco'),
('en', 'mobile_app.mobile_mongolia', 'Mongolia'),
('en', 'mobile_app.mobile_monmouthshire', 'Monmouthshire'),
('en', 'mobile_app.mobile_montana', 'Montana'),
('en', 'mobile_app.mobile_montenegro', 'Montenegro'),
('en', 'mobile_app.mobile_montserrat', 'Montserrat'),
('en', 'mobile_app.mobile_moray', 'Moray'),
('en', 'mobile_app.mobile_morbihan', 'Morbihan'),
('en', 'mobile_app.mobile_morocco', 'Morocco'),
('en', 'mobile_app.mobile_moselle', 'Moselle'),
('en', 'mobile_app.mobile_moskovskaja_oblast', 'Moskovskaja oblast\''),
('en', 'mobile_app.mobile_moskva', 'Moskva'),
('en', 'mobile_app.mobile_mozambique', 'Mozambique'),
('en', 'mobile_app.mobile_murcia', 'Murcia'),
('en', 'mobile_app.mobile_murmanskaja_oblast', 'Murmanskaja oblast\''),
('en', 'mobile_app.mobile_myanmar', 'Myanmar'),
('en', 'mobile_app.mobile_my_profile', 'My Profile'),
('en', 'mobile_app.mobile_nairnshire', 'Nairnshire'),
('en', 'mobile_app.mobile_name', 'Name'),
('en', 'mobile_app.mobile_namibia', 'Namibia'),
('en', 'mobile_app.mobile_napoli', 'Napoli'),
('en', 'mobile_app.mobile_nauru', 'Nauru'),
('en', 'mobile_app.mobile_navarra', 'Navarra'),
('en', 'mobile_app.mobile_neath_port_talbot', 'Neath Port Talbot'),
('en', 'mobile_app.mobile_nebraska', 'Nebraska'),
('en', 'mobile_app.mobile_neneckij_avtonomnyj_okrug', 'Neneckij avtonomnyj okrug'),
('en', 'mobile_app.mobile_nepal', 'Nepal'),
('en', 'mobile_app.mobile_netherlands', 'Netherlands'),
('en', 'mobile_app.mobile_neuchatel', 'Neuchâtel'),
('en', 'mobile_app.mobile_nevada', 'Nevada'),
('en', 'mobile_app.mobile_newfoundland_and_labrador', 'Newfoundland and Labrador'),
('en', 'mobile_app.mobile_newport', 'Newport'),
('en', 'mobile_app.mobile_new_brunswick', 'New Brunswick'),
('en', 'mobile_app.mobile_new_caledonia', 'New Caledonia'),
('en', 'mobile_app.mobile_new_hampshire', 'New Hampshire'),
('en', 'mobile_app.mobile_new_jersey', 'New Jersey'),
('en', 'mobile_app.mobile_new_mexico', 'New Mexico'),
('en', 'mobile_app.mobile_new_south_wales', 'New South Wales'),
('en', 'mobile_app.mobile_new_york', 'New York'),
('en', 'mobile_app.mobile_new_zealand', 'New Zealand'),
('en', 'mobile_app.mobile_next', 'Next'),
('en', 'mobile_app.mobile_nicaragua', 'Nicaragua'),
('en', 'mobile_app.mobile_nidwald', 'Nidwald'),
('en', 'mobile_app.mobile_niedersachsen', 'Niedersachsen'),
('en', 'mobile_app.mobile_nievre', 'Nièvre'),
('en', 'mobile_app.mobile_niger', 'Niger'),
('en', 'mobile_app.mobile_nigeria', 'Nigeria'),
('en', 'mobile_app.mobile_niue', 'Niue'),
('en', 'mobile_app.mobile_nizhegorodskaja_oblast', 'Nizhegorodskaja oblast\''),
('en', 'mobile_app.mobile_noord_brabant', 'Noord Brabant'),
('en', 'mobile_app.mobile_noord_holland', 'Noord Holland'),
('en', 'mobile_app.mobile_nord', 'Nord'),
('en', 'mobile_app.mobile_nordrhein_westfalen', 'Nordrhein-Westfalen'),
('en', 'mobile_app.mobile_norfolk', 'Norfolk'),
('en', 'mobile_app.mobile_norfolk_island', 'Norfolk Island'),
('en', 'mobile_app.mobile_northamptonshire', 'Northamptonshire'),
('en', 'mobile_app.mobile_northern_mariana_islands', 'Northern Mariana Islands'),
('en', 'mobile_app.mobile_northern_territory', 'Northern Territory'),
('en', 'mobile_app.mobile_northumberland', 'Northumberland'),
('en', 'mobile_app.mobile_northwest_territories', 'Northwest Territories'),
('en', 'mobile_app.mobile_north_ayrshire', 'North Ayrshire'),
('en', 'mobile_app.mobile_north_carolina', 'North Carolina'),
('en', 'mobile_app.mobile_north_dakota', 'North Dakota'),
('en', 'mobile_app.mobile_north_lanarkshire', 'North Lanarkshire'),
('en', 'mobile_app.mobile_north_yorkshire', 'North Yorkshire'),
('en', 'mobile_app.mobile_norway', 'Norway'),
('en', 'mobile_app.mobile_notice', 'Notice'),
('en', 'mobile_app.mobile_nottinghamshire', 'Nottinghamshire'),
('en', 'mobile_app.mobile_not_reviews_yet', 'This product has not been reviewed yet.'),
('en', 'mobile_app.mobile_novara', 'Novara'),
('en', 'mobile_app.mobile_nova_scotia', 'Nova Scotia'),
('en', 'mobile_app.mobile_novgorodskaja_oblast', 'Novgorodskaja oblast\''),
('en', 'mobile_app.mobile_novosibirskaja_oblast', 'Novosibirskaja oblast\''),
('en', 'mobile_app.mobile_no_posts_found', 'No posts found'),
('en', 'mobile_app.mobile_no_products_in_this_section', 'There are no products in this section'),
('en', 'mobile_app.mobile_number_of_reviews', '%1 reviews'),
('en', 'mobile_app.mobile_number_products_found', 'Products found: %1'),
('en', 'mobile_app.mobile_nunavut', 'Nunavut'),
('en', 'mobile_app.mobile_nuoro', 'Nuoro'),
('en', 'mobile_app.mobile_obwald', 'Obwald'),
('en', 'mobile_app.mobile_ogliastra', 'Ogliastra'),
('en', 'mobile_app.mobile_ohio', 'Ohio'),
('en', 'mobile_app.mobile_oise', 'Oise'),
('en', 'mobile_app.mobile_ok', 'OK'),
('en', 'mobile_app.mobile_oklahoma', 'Oklahoma'),
('en', 'mobile_app.mobile_olbia_tempio', 'Olbia-Tempio'),
('en', 'mobile_app.mobile_old_price', 'Old price'),
('en', 'mobile_app.mobile_oman', 'Oman'),
('en', 'mobile_app.mobile_omskaja_oblast', 'Omskaja oblast\''),
('en', 'mobile_app.mobile_ontario', 'Ontario'),
('en', 'mobile_app.mobile_open', 'Open'),
('en', 'mobile_app.mobile_optional', '(Optional)'),
('en', 'mobile_app.mobile_order', 'Order'),
('en', 'mobile_app.mobile_orders', 'Orders'),
('en', 'mobile_app.mobile_order_detail', 'Order Detail'),
('en', 'mobile_app.mobile_order_details', 'Order details'),
('en', 'mobile_app.mobile_order_discount', 'Order discount'),
('en', 'mobile_app.mobile_order_lower', 'order'),
('en', 'mobile_app.mobile_order_lowercase', 'order'),
('en', 'mobile_app.mobile_oregon', 'Oregon'),
('en', 'mobile_app.mobile_orenburgskaja_oblast', 'Orenburgskaja oblast\''),
('en', 'mobile_app.mobile_oristano', 'Oristano'),
('en', 'mobile_app.mobile_orkney_islands', 'Orkney Islands'),
('en', 'mobile_app.mobile_orlovskaja_oblast', 'Orlovskaja oblast\''),
('en', 'mobile_app.mobile_orne', 'Orne'),
('en', 'mobile_app.mobile_ourense', 'Ourense'),
('en', 'mobile_app.mobile_out_of_stock', 'Out of stock'),
('en', 'mobile_app.mobile_overijssel', 'Overijssel'),
('en', 'mobile_app.mobile_oxfordshire', 'Oxfordshire'),
('en', 'mobile_app.mobile_padova', 'Padova'),
('en', 'mobile_app.mobile_pages', 'Pages'),
('en', 'mobile_app.mobile_pakistan', 'Pakistan'),
('en', 'mobile_app.mobile_palau', 'Palau'),
('en', 'mobile_app.mobile_palencia', 'Palencia'),
('en', 'mobile_app.mobile_palermo', 'Palermo'),
('en', 'mobile_app.mobile_palestine_authority', 'Palestine Authority'),
('en', 'mobile_app.mobile_panama', 'Panama'),
('en', 'mobile_app.mobile_papua_new_guinea', 'Papua New Guinea'),
('en', 'mobile_app.mobile_paraguay', 'Paraguay'),
('en', 'mobile_app.mobile_paris', 'Paris'),
('en', 'mobile_app.mobile_parma', 'Parma'),
('en', 'mobile_app.mobile_password', 'Password'),
('en', 'mobile_app.mobile_pas_de_calais', 'Pas-de-Calais'),
('en', 'mobile_app.mobile_pavia', 'Pavia'),
('en', 'mobile_app.mobile_payment_method', 'Payment method'),
('en', 'mobile_app.mobile_payment_method_colon', 'Payment method:'),
('en', 'mobile_app.mobile_peebles_shire', 'Peebles-shire'),
('en', 'mobile_app.mobile_pembrokeshire', 'Pembrokeshire'),
('en', 'mobile_app.mobile_pennsylvania', 'Pennsylvania'),
('en', 'mobile_app.mobile_penzenskaja_oblast', 'Penzenskaja oblast\''),
('en', 'mobile_app.mobile_permskij_kraj', 'Permskij kraj'),
('en', 'mobile_app.mobile_perth_and_kinross', 'Perth and Kinross'),
('en', 'mobile_app.mobile_peru', 'Peru'),
('en', 'mobile_app.mobile_perugia', 'Perugia'),
('en', 'mobile_app.mobile_pesaro_e_urbino', 'Pesaro e Urbino'),
('en', 'mobile_app.mobile_pescara', 'Pescara'),
('en', 'mobile_app.mobile_philippines', 'Philippines'),
('en', 'mobile_app.mobile_phone', 'Phone'),
('en', 'mobile_app.mobile_phone_colon', 'Phone:'),
('en', 'mobile_app.mobile_piacenza', 'Piacenza'),
('en', 'mobile_app.mobile_pisa', 'Pisa'),
('en', 'mobile_app.mobile_pistoia', 'Pistoia'),
('en', 'mobile_app.mobile_pitcairn', 'Pitcairn'),
('en', 'mobile_app.mobile_placed_on', 'Placed on'),
('en', 'mobile_app.mobile_place_order', 'Place order'),
('en', 'mobile_app.mobile_please_fill_required_fields', 'Please fill in the required fields.'),
('en', 'mobile_app.mobile_poland', 'Poland'),
('en', 'mobile_app.mobile_pontevedra', 'Pontevedra'),
('en', 'mobile_app.mobile_pordenone', 'Pordenone'),
('en', 'mobile_app.mobile_portugal', 'Portugal'),
('en', 'mobile_app.mobile_potenza', 'Potenza'),
('en', 'mobile_app.mobile_powys', 'Powys'),
('en', 'mobile_app.mobile_prato', 'Prato'),
('en', 'mobile_app.mobile_price', 'Price'),
('en', 'mobile_app.mobile_pricing_slash_inventory', 'Pricing / Inventory'),
('en', 'mobile_app.mobile_primorskij_kraj', 'Primorskij kraj'),
('en', 'mobile_app.mobile_prince_edward_island', 'Prince Edward Island'),
('en', 'mobile_app.mobile_processed', 'Processed'),
('en', 'mobile_app.mobile_products', 'Products'),
('en', 'mobile_app.mobile_products_found', 'Products found: {{count}}'),
('en', 'mobile_app.mobile_products_information', 'Products information'),
('en', 'mobile_app.mobile_product_added_to_cart', 'The product was added to your cart.'),
('en', 'mobile_app.mobile_product_added_to_wl', 'The product was added to your wish list.'),
('en', 'mobile_app.mobile_product_has_zero_inventory_and_cannot_be_added_to_the_cart', 'Product has zero inventory and cannot be added to the cart.'),
('en', 'mobile_app.mobile_product_in_wishlist', 'This product is already in the wish list'),
('en', 'mobile_app.mobile_profile', 'Profile'),
('en', 'mobile_app.mobile_pskovskaja_oblast', 'Pskovskaja oblast\''),
('en', 'mobile_app.mobile_puerto_rico', 'Puerto Rico'),
('en', 'mobile_app.mobile_puy_de_dome', 'Puy-de-Dôme'),
('en', 'mobile_app.mobile_pyrenees_atlantiques', 'Pyrénées-Atlantiques'),
('en', 'mobile_app.mobile_pyrenees_orientales', 'Pyrénées-Orientales'),
('en', 'mobile_app.mobile_qatar', 'Qatar'),
('en', 'mobile_app.mobile_quebec', 'Quebec'),
('en', 'mobile_app.mobile_queensland', 'Queensland'),
('en', 'mobile_app.mobile_ragusa', 'Ragusa'),
('en', 'mobile_app.mobile_rating_is_mandatory', 'The rating field is mandatory.'),
('en', 'mobile_app.mobile_ravenna', 'Ravenna'),
('en', 'mobile_app.mobile_reggio_calabria', 'Reggio Calabria'),
('en', 'mobile_app.mobile_reggio_emilia', 'Reggio Emilia'),
('en', 'mobile_app.mobile_register', 'Register'),
('en', 'mobile_app.mobile_registration', 'Registration'),
('en', 'mobile_app.mobile_registration_complete', 'Registration complete.'),
('en', 'mobile_app.mobile_renfrewshire', 'Renfrewshire'),
('en', 'mobile_app.mobile_republic_of_serbia', 'Republic of Serbia'),
('en', 'mobile_app.mobile_reset_password', 'Reset password'),
('en', 'mobile_app.mobile_respublika_adygeja', 'Respublika Adygeja'),
('en', 'mobile_app.mobile_respublika_altaj', 'Respublika Altaj'),
('en', 'mobile_app.mobile_respublika_bashkortostan', 'Respublika Bashkortostan'),
('en', 'mobile_app.mobile_respublika_burjatija', 'Respublika Burjatija'),
('en', 'mobile_app.mobile_respublika_dagestan', 'Respublika Dagestan'),
('en', 'mobile_app.mobile_respublika_hakasija', 'Respublika Hakasija'),
('en', 'mobile_app.mobile_respublika_ingushetija', 'Respublika Ingushetija'),
('en', 'mobile_app.mobile_respublika_kalmykija', 'Respublika Kalmykija'),
('en', 'mobile_app.mobile_respublika_karelija', 'Respublika Karelija'),
('en', 'mobile_app.mobile_respublika_komi', 'Respublika Komi'),
('en', 'mobile_app.mobile_respublika_marij_jel', 'Respublika Marij Jel'),
('en', 'mobile_app.mobile_respublika_mordovija', 'Respublika Mordovija'),
('en', 'mobile_app.mobile_respublika_saha_jakutija', 'Respublika Saha (Jakutija)'),
('en', 'mobile_app.mobile_respublika_severnaja_osetija_alanija', 'Respublika Severnaja Osetija-Alanija'),
('en', 'mobile_app.mobile_respublika_tatarstan', 'Respublika Tatarstan'),
('en', 'mobile_app.mobile_respublika_tyva', 'Respublika Tyva'),
('en', 'mobile_app.mobile_reunion', 'Reunion'),
('en', 'mobile_app.mobile_reviews', 'Reviews'),
('en', 'mobile_app.mobile_reviews_number', 'Reviews (%1)'),
('en', 'mobile_app.mobile_reviews_product_details', 'Reviews ({{count}})'),
('en', 'mobile_app.mobile_reviews_quantity', '{{count}} reviews'),
('en', 'mobile_app.mobile_rheinland_pfalz', 'Rheinland-Pfalz'),
('en', 'mobile_app.mobile_rhode_island', 'Rhode Island'),
('en', 'mobile_app.mobile_rhondda_cynon_taff', 'Rhondda Cynon Taff'),
('en', 'mobile_app.mobile_rhone', 'Rhône'),
('en', 'mobile_app.mobile_rieti', 'Rieti'),
('en', 'mobile_app.mobile_rimini', 'Rimini'),
('en', 'mobile_app.mobile_rjazanskaja_oblast', 'Rjazanskaja oblast\''),
('en', 'mobile_app.mobile_roma', 'Roma'),
('en', 'mobile_app.mobile_romania', 'Romania'),
('en', 'mobile_app.mobile_rostovskaja_oblast', 'Rostovskaja oblast\''),
('en', 'mobile_app.mobile_rovigo', 'Rovigo'),
('en', 'mobile_app.mobile_roxburghshire', 'Roxburghshire'),
('en', 'mobile_app.mobile_russian_federation', 'Russian Federation'),
('en', 'mobile_app.mobile_rutland', 'Rutland'),
('en', 'mobile_app.mobile_rwanda', 'Rwanda'),
('en', 'mobile_app.mobile_saarland', 'Saarland'),
('en', 'mobile_app.mobile_sachsen', 'Sachsen'),
('en', 'mobile_app.mobile_sachsen_anhalt', 'Sachsen-Anhalt'),
('en', 'mobile_app.mobile_sahalinskaja_oblast', 'Sahalinskaja oblast\''),
('en', 'mobile_app.mobile_saint_gall', 'Saint-Gall'),
('en', 'mobile_app.mobile_saint_lucia', 'Saint Lucia'),
('en', 'mobile_app.mobile_salamanca', 'Salamanca'),
('en', 'mobile_app.mobile_salerno', 'Salerno'),
('en', 'mobile_app.mobile_samarskaja_oblast', 'Samarskaja oblast\''),
('en', 'mobile_app.mobile_samoa', 'Samoa'),
('en', 'mobile_app.mobile_sankt_peterburg', 'Sankt-Peterburg'),
('en', 'mobile_app.mobile_santa_cruz_de_tenerife', 'Santa Cruz de Tenerife'),
('en', 'mobile_app.mobile_san_marino', 'San Marino'),
('en', 'mobile_app.mobile_saone_et_loire', 'Saône-et-Loire'),
('en', 'mobile_app.mobile_sao_tome_and_principe', 'Sao Tome and Principe'),
('en', 'mobile_app.mobile_saratovskaja_oblast', 'Saratovskaja oblast\''),
('en', 'mobile_app.mobile_sarthe', 'Sarthe'),
('en', 'mobile_app.mobile_saskatchewan', 'Saskatchewan'),
('en', 'mobile_app.mobile_sassari', 'Sassari'),
('en', 'mobile_app.mobile_saudi_arabia', 'Saudi Arabia'),
('en', 'mobile_app.mobile_save', 'Save'),
('en', 'mobile_app.mobile_savoie', 'Savoie'),
('en', 'mobile_app.mobile_savona', 'Savona'),
('en', 'mobile_app.mobile_schaffhouse', 'Schaffhouse'),
('en', 'mobile_app.mobile_schleswig_holstein', 'Schleswig-Holstein'),
('en', 'mobile_app.mobile_schwytz', 'Schwytz'),
('en', 'mobile_app.mobile_scottish_borders', 'Scottish Borders'),
('en', 'mobile_app.mobile_search', 'Search'),
('en', 'mobile_app.mobile_segovia', 'Segovia'),
('en', 'mobile_app.mobile_seine_et_marne', 'Seine-et-Marne'),
('en', 'mobile_app.mobile_seine_maritime', 'Seine-Maritime'),
('en', 'mobile_app.mobile_seine_saint_denis', 'Seine-Saint-Denis'),
('en', 'mobile_app.mobile_select', 'Select'),
('en', 'mobile_app.mobile_select_country', 'Select country'),
('en', 'mobile_app.mobile_select_image', 'Select image'),
('en', 'mobile_app.mobile_select_language', 'Select Language'),
('en', 'mobile_app.mobile_select_product_image', 'Select product image'),
('en', 'mobile_app.mobile_select_state', 'Select state'),
('en', 'mobile_app.mobile_selkirkshire', 'Selkirkshire'),
('en', 'mobile_app.mobile_seller', 'Seller'),
('en', 'mobile_app.mobile_sellers', 'Sellers'),
('en', 'mobile_app.mobile_send_review', 'Send review'),
('en', 'mobile_app.mobile_senegal', 'Senegal'),
('en', 'mobile_app.mobile_serbia', 'Serbia'),
('en', 'mobile_app.mobile_settings', 'Settings'),
('en', 'mobile_app.mobile_sevilla', 'Sevilla'),
('en', 'mobile_app.mobile_seychelles', 'Seychelles'),
('en', 'mobile_app.mobile_share_product', 'Share product'),
('en', 'mobile_app.mobile_shetland_islands', 'Shetland Islands'),
('en', 'mobile_app.mobile_shipping', 'Shipping'),
('en', 'mobile_app.mobile_shipping_address', 'Shipping address'),
('en', 'mobile_app.mobile_shipping_cost', 'Shipping cost'),
('en', 'mobile_app.mobile_shipping_cost_colon', 'Shipping cost:'),
('en', 'mobile_app.mobile_shipping_method', 'Shipping method'),
('en', 'mobile_app.mobile_shipping_method_colon', 'Shipping method:'),
('en', 'mobile_app.mobile_shipping_properties', 'Shipping properties'),
('en', 'mobile_app.mobile_show_all', 'Show all'),
('en', 'mobile_app.mobile_shropshire', 'Shropshire'),
('en', 'mobile_app.mobile_siena', 'Siena'),
('en', 'mobile_app.mobile_sierra_leone', 'Sierra Leone'),
('en', 'mobile_app.mobile_sign_in', 'Sign in'),
('en', 'mobile_app.mobile_sign_in_as_a_different_user', 'Sign in as a different user'),
('en', 'mobile_app.mobile_sign_in_as_different', 'Sign in as a different user'),
('en', 'mobile_app.mobile_singapore', 'Singapore'),
('en', 'mobile_app.mobile_sint_maarten', 'Sint Maarten'),
('en', 'mobile_app.mobile_siracusa', 'Siracusa'),
('en', 'mobile_app.mobile_slovakia', 'Slovakia'),
('en', 'mobile_app.mobile_slovenia', 'Slovenia'),
('en', 'mobile_app.mobile_smolenskaja_oblast', 'Smolenskaja oblast\''),
('en', 'mobile_app.mobile_sofia', 'Sofia'),
('en', 'mobile_app.mobile_soleure', 'Soleure'),
('en', 'mobile_app.mobile_solomon_islands', 'Solomon Islands'),
('en', 'mobile_app.mobile_somalia', 'Somalia'),
('en', 'mobile_app.mobile_somerset', 'Somerset'),
('en', 'mobile_app.mobile_something_went_wrong_please_try_again_later', 'Something went wrong. Please try again later.'),
('en', 'mobile_app.mobile_somme', 'Somme'),
('en', 'mobile_app.mobile_sondrio', 'Sondrio'),
('en', 'mobile_app.mobile_soria', 'Soria'),
('en', 'mobile_app.mobile_sorting_a_to_z', 'Sorting: A to Z'),
('en', 'mobile_app.mobile_sorting_highest_prices_first', 'Sorting: Highest prices first'),
('en', 'mobile_app.mobile_sorting_lowest_prices_first', 'Sorting: Lowest prices first'),
('en', 'mobile_app.mobile_sorting_most_popular_first', 'Sorting: Most popular first'),
('en', 'mobile_app.mobile_sorting_newest_items_first', 'Sorting: Newest items first'),
('en', 'mobile_app.mobile_sorting_z_to_a', 'Sorting: Z to A'),
('en', 'mobile_app.mobile_south_africa', 'South Africa'),
('en', 'mobile_app.mobile_south_australia', 'South Australia'),
('en', 'mobile_app.mobile_south_ayrshire', 'South Ayrshire'),
('en', 'mobile_app.mobile_south_carolina', 'South Carolina'),
('en', 'mobile_app.mobile_south_dakota', 'South Dakota'),
('en', 'mobile_app.mobile_south_lanarkshire', 'South Lanarkshire'),
('en', 'mobile_app.mobile_south_yorkshire', 'South Yorkshire'),
('en', 'mobile_app.mobile_spain', 'Spain'),
('en', 'mobile_app.mobile_sri_lanka', 'Sri Lanka'),
('en', 'mobile_app.mobile_st._helena', 'St. Helena'),
('en', 'mobile_app.mobile_st._kitts_and_nevis', 'St. Kitts and Nevis'),
('en', 'mobile_app.mobile_st._pierre_and_miquelon', 'St. Pierre and Miquelon'),
('en', 'mobile_app.mobile_st._vincent_and_the_grenadines', 'St. Vincent and the Grenadines'),
('en', 'mobile_app.mobile_staffordshire', 'Staffordshire'),
('en', 'mobile_app.mobile_state', 'State'),
('en', 'mobile_app.mobile_state_colon', 'State:'),
('en', 'mobile_app.mobile_status', 'Status'),
('en', 'mobile_app.mobile_stavropolskij_kraj', 'Stavropol\'skij kraj'),
('en', 'mobile_app.mobile_stirling', 'Stirling'),
('en', 'mobile_app.mobile_stirlingshire', 'Stirlingshire'),
('en', 'mobile_app.mobile_subtotal', 'Subtotal'),
('en', 'mobile_app.mobile_subtotal_colon', 'Subtotal:'),
('en', 'mobile_app.mobile_success', 'Success'),
('en', 'mobile_app.mobile_sudan', 'Sudan'),
('en', 'mobile_app.mobile_suffolk', 'Suffolk'),
('en', 'mobile_app.mobile_summary', 'Summary'),
('en', 'mobile_app.mobile_suriname', 'Suriname'),
('en', 'mobile_app.mobile_surrey', 'Surrey'),
('en', 'mobile_app.mobile_sutherland', 'Sutherland'),
('en', 'mobile_app.mobile_svalbard_and_jan_mayen_islands', 'Svalbard and Jan Mayen Islands'),
('en', 'mobile_app.mobile_sverdlovskaja_oblast', 'Sverdlovskaja oblast\''),
('en', 'mobile_app.mobile_swansea', 'Swansea'),
('en', 'mobile_app.mobile_swaziland', 'Swaziland'),
('en', 'mobile_app.mobile_sweden', 'Sweden'),
('en', 'mobile_app.mobile_switzerland', 'Switzerland'),
('en', 'mobile_app.mobile_syrian_arab_republic', 'Syrian Arab Republic'),
('en', 'mobile_app.mobile_taiwan', 'Taiwan'),
('en', 'mobile_app.mobile_tajikistan', 'Tajikistan'),
('en', 'mobile_app.mobile_tambovskaja_oblast', 'Tambovskaja oblast\''),
('en', 'mobile_app.mobile_tanzania_united_republic_of', 'Tanzania, United Republic of'),
('en', 'mobile_app.mobile_taranto', 'Taranto'),
('en', 'mobile_app.mobile_tarn', 'Tarn'),
('en', 'mobile_app.mobile_tarn_et_garonne', 'Tarn-et-Garonne'),
('en', 'mobile_app.mobile_tarragona', 'Tarragona'),
('en', 'mobile_app.mobile_tasmania', 'Tasmania'),
('en', 'mobile_app.mobile_taxes', 'Taxes'),
('en', 'mobile_app.mobile_tennessee', 'Tennessee'),
('en', 'mobile_app.mobile_teramo', 'Teramo'),
('en', 'mobile_app.mobile_terni', 'Terni'),
('en', 'mobile_app.mobile_territoire_de_belfort', 'Territoire de Belfort'),
('en', 'mobile_app.mobile_teruel', 'Teruel'),
('en', 'mobile_app.mobile_tessin', 'Tessin'),
('en', 'mobile_app.mobile_texas', 'Texas'),
('en', 'mobile_app.mobile_text_cart_empty', 'Your cart is empty'),
('en', 'mobile_app.mobile_text_cart_zero_inventory', 'Product has zero inventory and cannot be added to the cart.'),
('en', 'mobile_app.mobile_text_order_placed_successfully', 'Congratulations! Your order has been successfully placed.'),
('en', 'mobile_app.mobile_text_post_pended', 'Your post will be checked before it gets published.'),
('en', 'mobile_app.mobile_text_profile_is_updated', 'The profile data has been updated successfully.'),
('en', 'mobile_app.mobile_text_thank_you_for_post', 'Thank you for your post.'),
('en', 'mobile_app.mobile_thailand', 'Thailand'),
('en', 'mobile_app.mobile_thank_you_for_your_post', 'Thank you for your post.'),
('en', 'mobile_app.mobile_there_are_no_features', 'There are no features.'),
('en', 'mobile_app.mobile_there_are_no_images', 'There are no images'),
('en', 'mobile_app.mobile_there_are_no_products_in_this_section', 'There are no products in this section'),
('en', 'mobile_app.mobile_the_product_was_added_to_your_cart', 'The product was added to your cart.'),
('en', 'mobile_app.mobile_the_product_was_added_to_your_wish_list', 'The product was added to your Wish list.'),
('en', 'mobile_app.mobile_the_product_was_created', 'The product was created'),
('en', 'mobile_app.mobile_the_product_was_deleted', 'The product was deleted'),
('en', 'mobile_app.mobile_the_product_was_updated', 'The product was updated'),
('en', 'mobile_app.mobile_the_profile_data_has_been_updated_successfully', 'The profile data has been updated successfully'),
('en', 'mobile_app.mobile_the_profile_data_has_been_updated_successfully_dot', 'The profile data has been updated successfully.'),
('en', 'mobile_app.mobile_the_rating_field_is_mandatory', 'The rating field is mandatory.'),
('en', 'mobile_app.mobile_this_product_is_already_in_the_wish_list', 'This product is already in the wish list.'),
('en', 'mobile_app.mobile_thurgovie', 'Thurgovie'),
('en', 'mobile_app.mobile_thuringen', 'Thüringen'),
('en', 'mobile_app.mobile_tjumenskaja_oblast', 'Tjumenskaja oblast\''),
('en', 'mobile_app.mobile_togo', 'Togo'),
('en', 'mobile_app.mobile_tokelau', 'Tokelau'),
('en', 'mobile_app.mobile_toledo', 'Toledo'),
('en', 'mobile_app.mobile_tomskaja_oblast', 'Tomskaja oblast\''),
('en', 'mobile_app.mobile_tonga', 'Tonga'),
('en', 'mobile_app.mobile_torfaen', 'Torfaen'),
('en', 'mobile_app.mobile_torino', 'Torino'),
('en', 'mobile_app.mobile_total', 'Total'),
('en', 'mobile_app.mobile_total_colon', 'Total:'),
('en', 'mobile_app.mobile_trapani', 'Trapani'),
('en', 'mobile_app.mobile_trento', 'Trento'),
('en', 'mobile_app.mobile_treviso', 'Treviso'),
('en', 'mobile_app.mobile_trieste', 'Trieste'),
('en', 'mobile_app.mobile_trinidad_and_tobago', 'Trinidad and Tobago'),
('en', 'mobile_app.mobile_try_again', 'Try again:'),
('en', 'mobile_app.mobile_tulskaja_oblast', 'Tul\'skaja oblast\''),
('en', 'mobile_app.mobile_tunisia', 'Tunisia'),
('en', 'mobile_app.mobile_turkey', 'Turkey'),
('en', 'mobile_app.mobile_turkmenistan', 'Turkmenistan'),
('en', 'mobile_app.mobile_turks_and_caicos_islands', 'Turks and Caicos Islands'),
('en', 'mobile_app.mobile_tuvalu', 'Tuvalu'),
('en', 'mobile_app.mobile_tverskaja_oblast', 'Tverskaja oblast\''),
('en', 'mobile_app.mobile_tyne_and_wear', 'Tyne and Wear'),
('en', 'mobile_app.mobile_udine', 'Udine'),
('en', 'mobile_app.mobile_udmurtskaja_respublika', 'Udmurtskaja Respublika'),
('en', 'mobile_app.mobile_uganda', 'Uganda'),
('en', 'mobile_app.mobile_ukraine', 'Ukraine'),
('en', 'mobile_app.mobile_uljanovskaja_oblast', 'Ul\'janovskaja oblast\''),
('en', 'mobile_app.mobile_united_arab_emirates', 'United Arab Emirates'),
('en', 'mobile_app.mobile_united_kingdom_great_britain', 'United Kingdom (Great Britain)'),
('en', 'mobile_app.mobile_united_states', 'United States'),
('en', 'mobile_app.mobile_united_states_virgin_islands', 'United States Virgin Islands'),
('en', 'mobile_app.mobile_uri', 'Uri'),
('en', 'mobile_app.mobile_uruguay', 'Uruguay'),
('en', 'mobile_app.mobile_utah', 'Utah'),
('en', 'mobile_app.mobile_utrecht', 'Utrecht'),
('en', 'mobile_app.mobile_uzbekistan', 'Uzbekistan'),
('en', 'mobile_app.mobile_valais', 'Valais'),
('en', 'mobile_app.mobile_valencia', 'Valencia'),
('en', 'mobile_app.mobile_vale_of_glamorgan', 'Vale of Glamorgan'),
('en', 'mobile_app.mobile_valid_thru_mm', 'Valid thru (mm)'),
('en', 'mobile_app.mobile_valid_thru_yy', 'Valid thru (yy)'),
('en', 'mobile_app.mobile_valladolid', 'Valladolid'),
('en', 'mobile_app.mobile_val_de_marne', 'Val-de-Marne'),
('en', 'mobile_app.mobile_val_doise', 'Val-d\'Oise'),
('en', 'mobile_app.mobile_vanuatu', 'Vanuatu'),
('en', 'mobile_app.mobile_var', 'Var'),
('en', 'mobile_app.mobile_varese', 'Varese'),
('en', 'mobile_app.mobile_vatican_city_state', 'Vatican City State'),
('en', 'mobile_app.mobile_vaucluse', 'Vaucluse'),
('en', 'mobile_app.mobile_vaud', 'Vaud'),
('en', 'mobile_app.mobile_vendee', 'Vendée'),
('en', 'mobile_app.mobile_vendor', 'Vendor'),
('en', 'mobile_app.mobile_vendors', 'Vendors'),
('en', 'mobile_app.mobile_vendor_detail', 'Vendor Detail'),
('en', 'mobile_app.mobile_vendor_details', 'Vendor details'),
('en', 'mobile_app.mobile_vendor_info', 'Vendor information'),
('en', 'mobile_app.mobile_vendor_orders', 'Vendor Orders'),
('en', 'mobile_app.mobile_vendor_products', 'Vendor products'),
('en', 'mobile_app.mobile_venezia', 'Venezia'),
('en', 'mobile_app.mobile_venezuela', 'Venezuela'),
('en', 'mobile_app.mobile_verbano_cusio_ossola', 'Verbano-Cusio-Ossola'),
('en', 'mobile_app.mobile_vercelli', 'Vercelli'),
('en', 'mobile_app.mobile_vermont', 'Vermont'),
('en', 'mobile_app.mobile_verona', 'Verona'),
('en', 'mobile_app.mobile_vertical_delimiter', '|'),
('en', 'mobile_app.mobile_vibo_valentia', 'Vibo Valentia'),
('en', 'mobile_app.mobile_vicenza', 'Vicenza'),
('en', 'mobile_app.mobile_victoria', 'Victoria'),
('en', 'mobile_app.mobile_vienne', 'Vienne'),
('en', 'mobile_app.mobile_viet_nam', 'Viet Nam'),
('en', 'mobile_app.mobile_view_all', 'View all'),
('en', 'mobile_app.mobile_view_detail', 'View Detail'),
('en', 'mobile_app.mobile_view_details', 'View details'),
('en', 'mobile_app.mobile_virginia', 'Virginia'),
('en', 'mobile_app.mobile_virgin_islands', 'Virgin Islands'),
('en', 'mobile_app.mobile_viterbo', 'Viterbo'),
('en', 'mobile_app.mobile_vizcaya', 'Vizcaya'),
('en', 'mobile_app.mobile_vladimirskaja_oblast', 'Vladimirskaja oblast\''),
('en', 'mobile_app.mobile_volgogradskaja_oblast', 'Volgogradskaja oblast\''),
('en', 'mobile_app.mobile_vologodskaja_oblast', 'Vologodskaja oblast\''),
('en', 'mobile_app.mobile_voronezhskaja_oblast', 'Voronezhskaja oblast\''),
('en', 'mobile_app.mobile_vosges', 'Vosges'),
('en', 'mobile_app.mobile_wallis_and_futuna_islands', 'Wallis And Futuna Islands'),
('en', 'mobile_app.mobile_warwickshire', 'Warwickshire'),
('en', 'mobile_app.mobile_washington', 'Washington'),
('en', 'mobile_app.mobile_website', 'Website'),
('en', 'mobile_app.mobile_weight_lbs', 'Weight (lbs)'),
('en', 'mobile_app.mobile_western_australia', 'Western Australia'),
('en', 'mobile_app.mobile_western_isles', 'Western Isles'),
('en', 'mobile_app.mobile_western_sahara', 'Western Sahara'),
('en', 'mobile_app.mobile_west_dunbartonshire', 'West Dunbartonshire'),
('en', 'mobile_app.mobile_west_lothian', 'West Lothian'),
('en', 'mobile_app.mobile_west_midlands', 'West Midlands'),
('en', 'mobile_app.mobile_west_sussex', 'West Sussex'),
('en', 'mobile_app.mobile_west_virginia', 'West Virginia'),
('en', 'mobile_app.mobile_west_yorkshire', 'West Yorkshire'),
('en', 'mobile_app.mobile_we_have_no_shipping_options_available_for_your_location', 'Sorry, it seems that we have no shipping options available for your location.Please check your shipping address and contact us if everything is okay. We\'ll see what we can do about it.'),
('en', 'mobile_app.mobile_wigtownshire', 'Wigtownshire'),
('en', 'mobile_app.mobile_wiltshire', 'Wiltshire'),
('en', 'mobile_app.mobile_wisconsin', 'Wisconsin'),
('en', 'mobile_app.mobile_wishlist', 'Wish list'),
('en', 'mobile_app.mobile_wish_list', 'Wish List'),
('en', 'mobile_app.mobile_worcestershire', 'Worcestershire'),
('en', 'mobile_app.mobile_wrexham', 'Wrexham'),
('en', 'mobile_app.mobile_write_a_review', 'Write a Review'),
('en', 'mobile_app.mobile_write_review', 'Write a review'),
('en', 'mobile_app.mobile_wrong_password', 'Wrong password.'),
('en', 'mobile_app.mobile_wyoming', 'Wyoming'),
('en', 'mobile_app.mobile_yemen', 'Yemen'),
('en', 'mobile_app.mobile_yonne', 'Yonne'),
('en', 'mobile_app.mobile_yookassa', 'YooKassa'),
('en', 'mobile_app.mobile_yorkshire', 'Yorkshire'),
('en', 'mobile_app.mobile_your_message', 'Your message'),
('en', 'mobile_app.mobile_your_name', 'Your name'),
('en', 'mobile_app.mobile_your_order_has_been_successfully_placed', 'Your order has been successfully placed.'),
('en', 'mobile_app.mobile_your_post_will_be_checked_before_it_gets_published', 'Your post will be checked before it gets published.'),
('en', 'mobile_app.mobile_your_shopping_cart_is_empty', 'Your shopping cart is empty.'),
('en', 'mobile_app.mobile_your_wish_lists_will_love_here', 'Your Wish Lists will love here.');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('en', 'mobile_app.mobile_yukon', 'Yukon'),
('en', 'mobile_app.mobile_yvelines', 'Yvelines'),
('en', 'mobile_app.mobile_zabaykalskiy_kraj', 'Zabaykal\'skiy kraj'),
('en', 'mobile_app.mobile_zaire', 'Zaire'),
('en', 'mobile_app.mobile_zambia', 'Zambia'),
('en', 'mobile_app.mobile_zamora', 'Zamora'),
('en', 'mobile_app.mobile_zaragoza', 'Zaragoza'),
('en', 'mobile_app.mobile_zeeland', 'Zeeland'),
('en', 'mobile_app.mobile_zimbabwe', 'Zimbabwe'),
('en', 'mobile_app.mobile_zip_code', 'Zip code'),
('en', 'mobile_app.mobile_zoug', 'Zoug'),
('en', 'mobile_app.mobile_zuid_holland', 'Zuid Holland'),
('en', 'mobile_app.mobile_zurich', 'Zurich'),
('en', 'mobile_app.m_app_icon', 'App Icon'),
('en', 'mobile_app.m_app_notification_icon', 'Notification icon'),
('en', 'mobile_app.m_app_splash_landscape', 'Splash Screen (landscape)'),
('en', 'mobile_app.m_app_splash_portrait', 'Splash Screen (portrait)'),
('en', 'mobile_app.m_app_store_logo', 'Feature Graphic image'),
('en', 'mobile_app.open', 'Open'),
('en', 'mobile_app.preparing_android_images', 'Preparing Android images'),
('en', 'mobile_app.preparing_archive', 'Preparing archive'),
('en', 'mobile_app.preparing_config', 'Preparing config'),
('en', 'mobile_app.preparing_ios_icons', 'Preparing iOS icons'),
('en', 'mobile_app.preparing_ios_images', 'Preparing iOS images'),
('en', 'mobile_app.privacypolicyurl', 'Privacy Policy URL'),
('en', 'mobile_app.promotion', 'Promotion'),
('en', 'mobile_app.promotion_note', 'Visitors of your site who use iOS or Android devices will see a prompt to install the mobile application.<br>To show your application\'s icon in this prompt, <a href=\"[icon_url]\">upload App Icon</a> in the add-on settings. If App Icon is not specified, the favicon of a storefront will be used instead.'),
('en', 'mobile_app.pushnotifications', 'Push notifications'),
('en', 'mobile_app.section.bottom_tabs', 'Bottom tabs'),
('en', 'mobile_app.section.category', 'Categories'),
('en', 'mobile_app.section.drawer', 'Drawer (sidebar menu)'),
('en', 'mobile_app.section.main', 'Main screen'),
('en', 'mobile_app.section.navbar', 'Navigation bar'),
('en', 'mobile_app.section.product_screen', 'Product screen'),
('en', 'mobile_app.section.profile', 'Profile'),
('en', 'mobile_app.section.push_notifications', 'Push notifications'),
('en', 'mobile_app.services_config', 'Firebase config file (Android)'),
('en', 'mobile_app.settings.access_key', 'Access key:'),
('en', 'mobile_app.shopname', 'Shop Name'),
('en', 'mobile_app.supportemail', 'Support email'),
('en', 'mobile_app.upload_existing_translations', 'Update texts using existing locale files'),
('en', 'mobile_app.view_demo', 'View demo'),
('en', 'mobile_app.we_also_have_a_mobile_app', 'We also have a mobile app'),
('en', 'mobile_sticky_compare', 'ET - Mobile sticky compare'),
('en', 'mobile_sticky_home', 'ET - Mobile sticky home'),
('en', 'mobile_sticky_wishlist', 'ET - Mobile sticky wishlist'),
('en', 'modified_core_files_found', 'Some of your core files have been changed. This may become a problem when upgrading [product] as changes in these files may be lost.'),
('en', 'modifier', 'Modifier'),
('en', 'modify_profile', 'Modify Profile'),
('en', 'modify_selected', 'Modify selected'),
('en', 'month', 'Month'),
('en', 'monthly', 'Monthly'),
('en', 'months', 'month(s)'),
('en', 'month_name_1', 'January'),
('en', 'month_name_10', 'October'),
('en', 'month_name_11', 'November'),
('en', 'month_name_12', 'December'),
('en', 'month_name_2', 'February'),
('en', 'month_name_3', 'March'),
('en', 'month_name_4', 'April'),
('en', 'month_name_5', 'May'),
('en', 'month_name_6', 'June'),
('en', 'month_name_7', 'July'),
('en', 'month_name_8', 'August'),
('en', 'month_name_9', 'September'),
('en', 'month_name_abr_1', 'Jan'),
('en', 'month_name_abr_10', 'Oct'),
('en', 'month_name_abr_11', 'Nov'),
('en', 'month_name_abr_12', 'Dec'),
('en', 'month_name_abr_2', 'Feb'),
('en', 'month_name_abr_3', 'Mar'),
('en', 'month_name_abr_4', 'Apr'),
('en', 'month_name_abr_5', 'May'),
('en', 'month_name_abr_6', 'Jun'),
('en', 'month_name_abr_7', 'Jul'),
('en', 'month_name_abr_8', 'Aug'),
('en', 'month_name_abr_9', 'Sep'),
('en', 'more', 'More'),
('en', 'more_info', 'More info'),
('en', 'more_languages', 'More languages'),
('en', 'more_link', '[more]'),
('en', 'more_sign_in_options', 'Back to more sign in options'),
('en', 'more_subjects', 'Random subjects (one per line)'),
('en', 'more_than', 'More than'),
('en', 'more_w_ellipsis', 'More...'),
('en', 'most_popular', 'Most popular'),
('en', 'most_popular_addons', 'Most popular add-ons'),
('en', 'mr', 'Mr.'),
('en', 'ms', 'Ms.'),
('en', 'multiple', 'Multiple'),
('en', 'multiple_checkboxes', 'Multiple checkboxes'),
('en', 'multiple_selectbox', 'Multiple selectbox'),
('en', 'multiple_selectbox_notice', '<p>To select several items, press and hold the CTRL key and click on the required items.</p>'),
('en', 'multiupload', 'Multiupload'),
('en', 'mve.container_not_used', 'This container currently has default configuration. It looks exactly like the store owner configured it. Vendors can use custom configuration to change the blocks in this container.'),
('en', 'mve_plus_license', '[product] Plus'),
('en', 'mve_ultimate_license', '[product] Ultimate'),
('en', 'mve_ultimate_license_required', '[product] Ultimate is required for this'),
('en', 'mve_ultimate_or_plus_license_required', 'This action requires [product] Ultimate or [product] Plus'),
('en', 'my_account', 'My account'),
('en', 'my_account_links', 'My account links'),
('en', 'my_account_links_advanced', 'My account advanced'),
('en', 'my_cards', 'Meus Cartões'),
('en', 'my_cart', 'My cart'),
('en', 'my_payments', 'Cartões salvos'),
('en', 'my_points', 'My points'),
('en', 'na', 'N/A'),
('en', 'name', 'Name'),
('en', 'navigation', 'Navigation'),
('en', 'navi_pages', 'Pages'),
('en', 'need_company_id', 'Company ID is required (the company_id param)'),
('en', 'need_product_name', 'You have to specify product name'),
('en', 'need_snippet_name', 'You have to specify valid snippet name'),
('en', 'need_upgrade', 'Need upgrade'),
('en', 'neighbours', 'Neighbours'),
('en', 'never', 'Never'),
('en', 'new', 'New'),
('en', 'newest', 'Newest'),
('en', 'newsletter', 'Newsletter'),
('en', 'newsletters', 'Newsletters'),
('en', 'newsletters.agreement_text_full_subscribe_to_newsletters', '<p>When you sign up for a specific newsletter, we ([company]) add your email address to a corresponding mailing list. While it is there, we know that we can contact you by email regarding that topic.</p> <p>You can always have your email address removed from our mailing lists. There are multiple ways to do it:</p><ul> <li>Once your account is registered, just sign in and unsubscribe from newsletters in profile settings.</li> <li>Use the “Unsubscribe” link in our newsletters that you receive.</li> <li>Send an email to [email].</li> </ul> <p>We may use a third-party email service (MailChimp and/or Mad Mimi) to send newsletters. Some members of our staff can view mailing lists with email addresses. That way they’ll be able to remove your email address from the mailing list, should you request us to do so.</p> <p>Please note that mailing lists are independent from each other. If you decide not to receive newsletters at all, you’ll have to unsubscribe from all the mailing lists. Even if you do that, you’ll still receive account-related emails (such as order status notifications, password reset emails, and more). It is essential for operating an online store.</p> <p>If you decide that you no longer want to use our store and would like to have your personal data removed from our database (or if you’d like to get all the personal data associated with your account that we have), please send an email to [email].</p> <p>If you believe that your personal data has been misused, you have the right to lodge a complaint with a supervisory authority. We’re obliged by EU General Data Protection Regulation to let you know about this right; we don’t actually intend to misuse your data.</p>'),
('en', 'newsletters.agreement_text_short_subscribe_to_newsletters', 'I agree to have my personal data <u>processed as follows</u> and I want to subscribe for the following newsletters:'),
('en', 'newsletters.default_mailing_list', 'Default mailing list'),
('en', 'newsletters.new_subscribers', 'New subscribers'),
('en', 'newsletters.subscribe_to_newsletters', 'Newsletters: Subscribe to newsletters'),
('en', 'newsletters.use_for_subscribe_form', 'Subscribe form'),
('en', 'newsletters_menu_description', 'Create and send newsletters to your customer.'),
('en', 'newsletter_autoresponder', 'Newsletter autoresponder'),
('en', 'newsletter_autoresponders', 'Newsletter autoresponders'),
('en', 'newsletter_template', 'Newsletter template'),
('en', 'newsletter_templates', 'Newsletter templates'),
('en', 'news_plain', 'Plain'),
('en', 'new_addon', 'New add-on'),
('en', 'new_add_on_is_not_compatible_with_your_product', 'The new add-on is not compatible with your current version of [product]. To upgrade the add-on to the latest version, please upgrade [product] to version [version].'),
('en', 'new_administrator_account_created', 'New administrator account has been successfully created.'),
('en', 'new_administrator_password', 'New administrator password'),
('en', 'new_attachment', 'New attachment'),
('en', 'new_campaign', 'New campaign'),
('en', 'new_category', 'New category'),
('en', 'new_certificate', 'New certificate'),
('en', 'new_chart', 'New chart'),
('en', 'new_combination', 'New combination'),
('en', 'new_credit_card', 'New credit card'),
('en', 'new_currency', 'New currency'),
('en', 'new_customer', 'New customer'),
('en', 'new_domains', 'New domains'),
('en', 'new_emails', 'New e-mail addresses'),
('en', 'new_feature', 'New feature'),
('en', 'new_file', 'New file'),
('en', 'new_filter', 'New filter'),
('en', 'new_folder', 'New folder'),
('en', 'new_form', 'New form'),
('en', 'new_group', 'New group'),
('en', 'new_invoice_langvar_upgrade_notification_message', '<p>A new language variable called <b>invoice_heading</b> has been added. You can use it to alter the title of your invoices as you see fit without altering the word \"Invoice\" in other parts of the store. The values for <b>invoice_heading</b> have been copied from the values of the <b>invoice</b> language variable.</p><p>Please note that whether or not the language variable appears in your invoices depends on <a href=\"http://docs.cs-cart.com/latest/user_guide/look_and_feel/documents/enable_document_editor.html\">whether or not you use the email template and document editors</a>:</p><ul><li>If you use the editors, then you\'ll have to add the new language variable to your invoice manually.</li><li>If you use the old way of editing documents (via TPL files), then the new language variable is already included in the default TPL files.</li></ul>'),
('en', 'new_invoice_langvar_upgrade_notification_title', 'New language variable for invoice heading'),
('en', 'new_ips', 'New IPs'),
('en', 'new_items', 'New items'),
('en', 'new_language', 'New language'),
('en', 'new_language_variable', 'New language variable'),
('en', 'new_layout', 'New layout'),
('en', 'new_link', 'New link'),
('en', 'new_localization', 'New localization'),
('en', 'new_location', 'New location'),
('en', 'new_mailing_lists', 'New mailing list'),
('en', 'new_menu', 'New menu'),
('en', 'new_option', 'New option'),
('en', 'new_page', 'New page'),
('en', 'new_payments', 'New payment method'),
('en', 'new_payout', 'New payout'),
('en', 'new_poll', 'New poll'),
('en', 'new_post', 'New post'),
('en', 'new_product', 'New product'),
('en', 'new_profile', 'New profile'),
('en', 'new_profile_field', 'New profile field'),
('en', 'new_profile_notification', 'New profile notification'),
('en', 'new_promotion', 'New promotion'),
('en', 'new_question', 'New question'),
('en', 'new_rate_area', 'New rate area'),
('en', 'new_reason', 'New reason'),
('en', 'new_report', 'New report'),
('en', 'new_rule', 'New rule'),
('en', 'new_saved_search', 'New saved search'),
('en', 'new_section', 'New section'),
('en', 'new_setting_value', 'New value'),
('en', 'new_shipment', 'New shipment'),
('en', 'new_shipment_was_created', 'New shipment was created'),
('en', 'new_shipping_method', 'New shipping method'),
('en', 'new_site_map_section', 'New sitemap section'),
('en', 'new_states', 'New state(s) for the selected country'),
('en', 'new_status', 'New status'),
('en', 'new_store_location', 'New store location'),
('en', 'new_subscribers', 'New subscribers'),
('en', 'new_tab', 'New tab'),
('en', 'new_tax', 'New tax'),
('en', 'new_text_ultimate_license_required', 'A special edition of [product] that offers an unlimited number of storefronts. If you switch to <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see the message about the storefront limit again.'),
('en', 'new_usergroups', 'New user group(s)'),
('en', 'new_user_profile', 'New user profile'),
('en', 'new_vendor', 'New vendor'),
('en', 'new_version', 'New version'),
('en', 'new_withdrawal', 'New withdrawal'),
('en', 'new_zealand', 'New Zealand'),
('en', 'next', 'Next'),
('en', 'next_step', 'Next step'),
('en', 'ne_add_subscribers_from_users', 'Add subscribers from the list of users'),
('en', 'ne_warning_subscr_email_exists', '<b>[email]</b> is already in the subscribers list'),
('en', 'no', 'No'),
('en', 'nocombination', 'Unfortunately this combination is not accessible'),
('en', 'none', 'None'),
('en', 'non_writable_directories', 'The following directories do not have writable permissions'),
('en', 'normal', 'Normal'),
('en', 'norway', 'Norway'),
('en', 'norwegian', 'Norwegian'),
('en', 'note', 'Note'),
('en', 'notes', 'Notes'),
('en', 'nothing_sign', '&mdash;'),
('en', 'notice', 'Notice'),
('en', 'notice_too_many_decimals', 'You have specified [DECIMALS] decimal places for [CURRENCY]. The maximum number of supported decimal places is 2. Further values will be displayed as zeros.'),
('en', 'notice_undeliverable_products_removed', 'Undeliverable products have been removed from your cart. You may proceed with the purchase.'),
('en', 'notice_update_customer_details', 'The customer updated the email address in the profile. Select the check box to update the order details:'),
('en', 'notification', 'Notification'),
('en', 'notification.upgrade_available.message', 'A new version of [product] is available. If you want to upgrade to the latest version now, click here.'),
('en', 'notification.upgrade_available.title', 'Upgrade available'),
('en', 'notifications', 'Notifications'),
('en', 'notifications_center.notifications', 'Notifications'),
('en', 'notifications_center.no_notifications', 'No notifications'),
('en', 'notifications_center.section.administration', 'Administration'),
('en', 'notifications_center.section.all', 'All'),
('en', 'notifications_center.section.communication', 'Communication'),
('en', 'notifications_center.section.other', 'Other'),
('en', 'notifications_center.section.products', 'Products'),
('en', 'notifications_center.tag.administration.license', 'License'),
('en', 'notifications_center.tag.administration.update', 'Update'),
('en', 'notifications_center.tag.messages', 'Messages'),
('en', 'notifications_center.tag.other', 'Other'),
('en', 'notification_template.tab.email', 'Email'),
('en', 'notification_template.tab.internal', 'On-site'),
('en', 'notify_customer', 'Notify customer'),
('en', 'notify_orders_department', 'Notify orders department'),
('en', 'notify_supplier', 'Notify supplier'),
('en', 'notify_user', 'Notify user'),
('en', 'notify_vendor', 'Notify vendor'),
('en', 'notify_vendors_by_email', 'Notify vendors by e-mail'),
('en', 'notify_vendor_by_email', 'Notify vendor by e-mail'),
('en', 'notify_when_back_in_stock', 'Notify me when this product is back in stock'),
('en', 'not_active', 'Not active'),
('en', 'not_active_file_notice', 'This file will be available for downloading only after the administrator approves them'),
('en', 'not_approved', 'Not approved'),
('en', 'not_a_member', 'Not a member'),
('en', 'not_checked', 'Not checked'),
('en', 'not_installed', 'Not installed'),
('en', 'not_scroll_automatically', 'Do not scroll automatically'),
('en', 'no_active_storefronts', 'No active storefronts'),
('en', 'no_autoresponder', 'No autoresponder'),
('en', 'no_categories_available', 'No categories available'),
('en', 'no_data', 'No data found'),
('en', 'no_data_found', 'No data found that satisfies this chart conditions'),
('en', 'no_files', 'No files'),
('en', 'no_hidden_elements_second_level_view', 'AB: Number of visible elements of the 2-level menu'),
('en', 'no_hidden_elements_second_level_view.tooltip', 'This setting limits the number of third-level menu items, displayed in the menu structure. The remaining elements of the third level will be displayed when clicking on the <b>More</b> link'),
('en', 'no_image', 'No image'),
('en', 'no_items', 'No items defined'),
('en', 'no_items_found', 'No items found matching the search criteria'),
('en', 'no_manager_assigned', 'No manager assigned'),
('en', 'no_menus', 'No menus'),
('en', 'no_modified_core_files_found', 'No changed core files found'),
('en', 'no_posts_found', 'No posts found'),
('en', 'no_products_for_shipment', 'There are no products for shipment'),
('en', 'no_products_selected', 'No products selected'),
('en', 'no_rates_for_empty_cart', '<p class=\"error-text\" align=\"center\">Your cart is empty and the shipping cost cannot be estimated</p>'),
('en', 'no_rates_for_empty_cart_warning', 'Your cart is empty and the shipping cost cannot be estimated'),
('en', 'no_return_requests_found', 'No return requests found'),
('en', 'no_shipping_required', 'No shipping required'),
('en', 'no_such_coupon', 'The entered code cannot be applied, because it does not meet the requirements.'),
('en', 'no_template', 'No template'),
('en', 'no_themes_available', 'No themes available'),
('en', 'no_users_found', 'No users found'),
('en', 'number', 'Number'),
('en', 'number_of_columns', 'Number of columns in the objects list'),
('en', 'n_banners', '[n] banner|[n] banners'),
('en', 'n_categories', '[n] category|[n] categories'),
('en', 'n_days', '[n] day|[n] days'),
('en', 'n_filters', '[n] filter|[n] filters'),
('en', 'n_pages', '[n] page|[n] pages'),
('en', 'n_polls', '[n] poll|[n] polls'),
('en', 'n_posts', '[n] post|[n] posts'),
('en', 'n_products', '[n] product|[n] products'),
('en', 'n_products_found', '[n] product found|[n] products found'),
('en', 'n_profile_fields', '[n] profile field|[n] profile fields'),
('en', 'n_stars', '[n] star|[n] stars'),
('en', 'n_tags', '[n] tag|[n] tags'),
('en', 'n_vendors', '[n] vendor|[n] vendors'),
('en', 'object', 'Object'),
('en', 'objects_per_page', '[n] per page'),
('en', 'object_does_not_exist', 'The object doesn\'t exist'),
('en', 'object_exists', 'Object of the same name already exists. Do you want to overwrite it?'),
('en', 'object_not_found', 'The [object] not found'),
('en', 'of', 'of'),
('en', 'off', 'Off'),
('en', 'offline', 'Offline'),
('en', 'offset', 'Offset'),
('en', 'ogone.sha_in', 'SHA-IN pass phrase'),
('en', 'ogone_direct.config_info', 'Enter SHA-IN pass phrase both here and on the Ingenico administation panel.<br><br>For new Ingenico accounts created since May 11th, 2010, the new SHA policy is automatically active.<br/>Please do not forget to select the \"Use new SHA signature policy\" checkbox.'),
('en', 'ogone_web.config_info', 'Please set the following URL in the Technical Information section on the Ingenico administation panel as the <b>URL of the merchant\'s post-payment page</b> for all cases (\"accepted\", \"on hold\", \"uncertain\", \"canceled by the client\", \"too many rejections by the acquirer\"): <code>[r_url]</code><br>Select \"Always deferred (not immediately after the payment)\" for the <b>Timing of the request</b>.<br>Enter SHA-IN and SHA-OUT pass phrases both here and on the Ingenico administation panel.'),
('en', 'ogone_web.sha_out', 'SHA-OUT pass phrase'),
('en', 'ok', 'OK'),
('en', 'old_price', 'Old price'),
('en', 'on', 'on'),
('en', 'onboarding_adicionar_socio_extra', 'Adicionar Sócio Extra'),
('en', 'onboarding_bairro', 'Bairro'),
('en', 'onboarding_cadastro_do_cliente', 'Cadastro do cliente'),
('en', 'onboarding_celular', 'Celular'),
('en', 'onboarding_cnpj', 'CNPJ'),
('en', 'onboarding_complemento', 'Complemento'),
('en', 'onboarding_confirmar_senha', 'Confirmar Senha'),
('en', 'onboarding_continuar', 'Continuar'),
('en', 'onboarding_cpf', 'CPF'),
('en', 'onboarding_identificacao_empresarial', 'Identificação empresarial'),
('en', 'onboarding_informacao_pessoal', 'Informação Pessoal'),
('en', 'onboarding_inscricao_estadual', 'Inscrição Estadual'),
('en', 'onboarding_inscricao_municipal', 'Inscrição Municipal'),
('en', 'onboarding_municipio', 'Município'),
('en', 'onboarding_nome_completo', 'Nome Completo'),
('en', 'onboarding_nome_completo_do_titular', 'Nome Completo do Titular'),
('en', 'onboarding_nome_da_loja', 'Nome da loja'),
('en', 'onboarding_nome_da_mae', 'Nome da Mãe'),
('en', 'onboarding_nome_fantasia', 'Nome Fantasia'),
('en', 'onboarding_pf_titulo', 'Cadastro Pessoa Física (CPF)'),
('en', 'onboarding_pj_titulo', 'Cadastro Empresarial (CNPJ)'),
('en', 'onboarding_previous', 'Previous'),
('en', 'onboarding_razao_social', 'Razão Social'),
('en', 'onboarding_responsavel_da_conta', 'Responsável da Conta'),
('en', 'onboarding_rg', 'RG'),
('en', 'onboarding_rua', 'Rua'),
('en', 'onboarding_socios', 'Sócios'),
('en', 'onboarding_telefone_fixo', 'Telefone Fixo'),
('en', 'onboarding_termos_e_condicoes', 'Termos e Condições'),
('en', 'onboarding_texto_de_introducao_loja_empresarial', 'Texto de introdução'),
('en', 'onboarding_texto_de_introducao_loja_pessoal', 'Texto de introdução'),
('en', 'onboarding_titulo_de_selecao_de_conta', 'PARTIU SE CADASTRAR E VENDER MUITO ?'),
('en', 'onboarding_validacao_de_dados', 'Validação de dados'),
('en', 'onboarding_validacao_de_dados_descricao', 'Validação utilizada para que ninguém possa criar uma conta utilizando seus dados'),
('en', 'onboarding_validar', 'Validar'),
('en', 'onboarding_validar_email', 'Validar e-mail'),
('en', 'onboarding_validar_email_descricao', 'Ele será utilizado para recuperar a sua conta.'),
('en', 'onboarding_validar_telefone', 'Validar telefone'),
('en', 'onboarding_validar_telefone_descricao', 'Ele será utilizado para recuperar a sua conta caso você perca o acesso ao seu email.'),
('en', 'once_per_customer', 'Once per customer'),
('en', 'onclick_dropdown', 'Onclick-dropdown'),
('en', 'one_click_template_title', 'Selecione o cartão'),
('en', 'online_only', 'Online only'),
('en', 'on_backorder', 'On backorder'),
('en', 'on_off', 'On/Off'),
('en', 'on_sale', 'On sale'),
('en', 'on_site_layout_editing', 'Editing layout page: [page]'),
('en', 'on_site_live_editing', 'On-site live editing'),
('en', 'on_site_template_editing', 'On-site template editing'),
('en', 'open', 'Open'),
('en', 'open_action', 'Open'),
('en', 'open_file_or_create_new', 'Open a file or create a new one to get started.'),
('en', 'open_hours', 'Open hours'),
('en', 'open_in_new_window', 'Open in new window'),
('en', 'open_selected_storefronts', 'Open selected'),
('en', 'open_store', 'Open storefront'),
('en', 'optimize_database', 'Optimize database'),
('en', 'optimizing_table', 'Optimizing table'),
('en', 'options', 'Options'),
('en', 'options_for', 'Options for'),
('en', 'options_have_been_applied_to_products', 'Options have been successfully applied to the selected products'),
('en', 'options_menu_description', 'Manage global product options and option variants in your store.'),
('en', 'options_settings', 'Options settings'),
('en', 'options_type', 'Options type'),
('en', 'option_combinations', 'Option combinations'),
('en', 'option_exceptions', 'Option exceptions'),
('en', 'option_name', 'Option name'),
('en', 'option_unlinked', 'Global option \"[option_name]\" has been deactivated for the product'),
('en', 'option_variants', 'Option variants'),
('en', 'opt_currency_name', 'Show currency titles'),
('en', 'opt_currency_symbol', 'Use currency symbols instead of titles'),
('en', 'opt_language_icon', 'Use language icons instead of names'),
('en', 'opt_language_name', 'Show language names'),
('en', 'or', 'or'),
('en', 'order', 'Order'),
('en', 'ordered_products', 'Ordered products'),
('en', 'orders', 'Orders'),
('en', 'orders_not_allow_to_change_company', 'Company has not been changed. It is not allowed to change the company when editing an order.'),
('en', 'orders_no_items', 'Use the \"Add products\" button above to add products to order.'),
('en', 'order_by_status', 'Order by status'),
('en', 'order_date', 'Order date'),
('en', 'order_details', 'Order details'),
('en', 'order_discount', 'Order discount'),
('en', 'order_id', 'Order ID'),
('en', 'order_info', 'Order information'),
('en', 'order_items', 'Order items'),
('en', 'order_landing_page', 'Order landing page'),
('en', 'order_management', 'Order management'),
('en', 'order_manager', 'Order manager'),
('en', 'order_placed', 'Order placed'),
('en', 'order_prefix', 'Order prefix'),
('en', 'order_returns', 'Order returns'),
('en', 'order_search', 'Search order'),
('en', 'order_status', 'Order status'),
('en', 'order_statuses', 'Order statuses'),
('en', 'order_statuses_menu_description', 'Add new or edit existing order statuses.'),
('en', 'order_total', 'Order Total'),
('en', 'order_total_not_correct', 'The paid total amount does not match the order total'),
('en', 'order_total_will_changed', 'The order total will be changed by'),
('en', 'order_was_not_placed', 'Order was not placed'),
('en', 'original', 'Original'),
('en', 'origination', 'Origination'),
('en', 'or_saved_search', 'or any item from the saved search'),
('en', 'or_use', 'Or use'),
('en', 'others', 'Others'),
('en', 'other_addons', 'Other add-ons'),
('en', 'other_notification', 'Other'),
('en', 'other_notifications.email_templates', 'See the full list of email templates'),
('en', 'other_notifications.internal_templates', 'See the full list of on-site notification templates'),
('en', 'other_notifications.title', 'Can\'t find a notification you\'re looking for?'),
('en', 'our_brands', 'Our Brands'),
('en', 'output', 'Output'),
('en', 'outside_navigation', 'Outside navigation'),
('en', 'out_of_stock_actions', 'Out of stock actions'),
('en', 'out_of_stock_products', 'Out of stock'),
('en', 'override_by_dispatch', 'Override locations by dispatch'),
('en', 'override_by_this', 'Use this content for all the block instances'),
('en', 'override_exchange_rate', 'Override exchange rate'),
('en', 'override_gc_points', 'Override global/category point value for this product'),
('en', 'override_gc_points_brief', 'Override global/category points'),
('en', 'override_g_points', 'Override global point value for all products in this category'),
('en', 'override_per', 'Override global PER'),
('en', 'override_points', 'Override points'),
('en', 'override_product_data', 'Apply values to all the selected products'),
('en', 'overwrite', 'Overwrite'),
('en', 'overwrite_selected_settings', 'Overwrite selected settings'),
('en', 'owner', 'Owner'),
('en', 'owner_company', 'Storefront'),
('en', 'p21agree', 'Please type \"AGREE\" or \"DISAGREE\" in the box provided'),
('en', 'p21agree_tooltip', 'By typing AGREE in the below box I am providing my signature as authorization to Payment21&reg; to electronically debit my account for the amount I have entered. I also understand and expressly authorize the merchant, if my eCheck payment is dishonored or returned for any reason, to electronically debit my account for the amount of the eCheck payment plus an NSF fee not to exceed the state maximum legal limit. I will print or save this page for my records. I can call 1-888-770-0850 for 24/7 support with any questions regarding this payment transaction.'),
('en', 'package', 'Package'),
('en', 'packages', 'Packages'),
('en', 'package_type', 'Package type'),
('en', 'packing_slip', 'Packing slip'),
('en', 'packing_slip_for_order', 'Packing slip for order'),
('en', 'page', 'Page'),
('en', 'pages', 'Pages'),
('en', 'pages_menu_description', 'Create and publish pages, polls, forms and links.'),
('en', 'page_cloned', 'The page <b>[page]</b> has been cloned successfully. Now you can edit the new page'),
('en', 'page_id', 'Page ID'),
('en', 'page_link', 'Page URL'),
('en', 'page_name', 'Page name'),
('en', 'page_not_found', 'Page Not Found'),
('en', 'page_not_found_text', 'The page you have requested cannot be found.'),
('en', 'page_target_url', 'Target URL'),
('en', 'page_title', 'Page title'),
('en', 'page_url', 'Page URL'),
('en', 'pagination_range', '<span>[pagination.range_from]</span>–<span>[pagination.range_to]</span>&nbsp;of&nbsp;[pagination.total_items]'),
('en', 'paid_amount', 'Paid amount'),
('en', 'pair_type', 'Pair type'),
('en', 'param', 'Parameter'),
('en', 'parameter', 'Object to analyze'),
('en', 'parameter_name', 'Parameter name'),
('en', 'parent', 'Parent'),
('en', 'parent_category', 'Parent category'),
('en', 'parent_category_id', 'Parent category'),
('en', 'parent_item', 'Parent item'),
('en', 'parent_page', 'Parent page'),
('en', 'parent_page_id', 'Parent page'),
('en', 'partiuhub_continuar_compras', 'Continuar compras'),
('en', 'partiuhub_numero_do_pedido', 'Numero do pedido - '),
('en', 'partiuhub_planos_vendedores.vendor_groups', 'Grupos dos vendedores'),
('en', 'partiuhub_status_rastreamento_1', 'O vendedor já postou o seu produto!'),
('en', 'partiuhub_status_rastreamento_2', 'Olha que legal, o seu produto ja esta em transito!'),
('en', 'partiuhub_status_rastreamento_3', 'O seu produto ja PARTIU para o seu endereço!'),
('en', 'partiuhub_status_rastreamento_4', 'Chegou! PARTIU aproveitar!!!! '),
('en', 'partiuhub_tente_novamente', 'Tente novamente mais tarde!'),
('en', 'partner', 'Partner'),
('en', 'passphrase', 'Pass-phrase'),
('en', 'passport_number', 'Passport number'),
('en', 'password', 'Password'),
('en', 'path_to_files', 'Full path to the \"atos\" files'),
('en', 'pause_delay', 'Pause delay (in seconds)'),
('en', 'payflowcolor', 'Payflow color'),
('en', 'payment', 'Payment'),
('en', 'payments', 'Payments'),
('en', 'payments.cresecure.location_notice', '<b>Please note:</b><br>1. This payment requires the https checkout option to be enabled!<br>2. By default, the Checkout location is shown to a user on payment placing. In order to show a different location, create a new location with the dispatch \'checkout.cresecure_template\' in the <a href=\"[url]\" target=\"_blank\">Layout manager</a>.'),
('en', 'payments.epdq.bgcolor', 'Background color'),
('en', 'payments.epdq.btn_bgcolor', 'Button background color'),
('en', 'payments.epdq.btn_textcolor', 'Button text color'),
('en', 'payments.epdq.font_type', 'Font type'),
('en', 'payments.epdq.hash_error', 'Sorry, the hash string does not match'),
('en', 'payments.epdq.instructions', '<ol><li><p>Enter the following URL in the \"Technical information\"→\"Transaction feedback\" section in the ePDQ admin area:</p><p>for the \"accepted\" and \"cancelled\" payments: [url]</p></li><li>Make sure that the \"Timing of the request\" is set to \"Always online\", and \"Request method\" is set to \"POST\"</li><li>Define the \"SHA-OUT pass phrase\" value in the ePDQ admin area as you like, then duplicate it in the \"SHA-IN pass phrase\" field in the \"Data and origin verification\" section, and also in the \"Pass-phrase\" field below</li><li>Make sure that the \"Default operation code\" option in the ePDQ admin area has the same value as the \"Transaction type\" option value below</li><li>Set the \"Hash algorithm\" parameter to \"SHA-1\" in the \"Global security parameters\" section in the ePDQ admin area</li></ol>'),
('en', 'payments.epdq.pspid', 'EPDQ pspid'),
('en', 'payments.epdq.tbl_bgcolor', 'Table background color'),
('en', 'payments.epdq.tbl_textcolor', 'Table text color'),
('en', 'payments.epdq.textcolor', 'Text color'),
('en', 'payments.epdq.title', 'Title'),
('en', 'payments.eway_rapidapi_rsp.header_text', 'Header text'),
('en', 'payments.globalpayments.connector_error', 'Your Global Payments account has been suspended. Contact Global Payments support for further information.'),
('en', 'payments.globalpayments.globalpayments_error', 'Error with Global Payments systems'),
('en', 'payments.globalpayments.referring_ip', 'Please supply the IP address of your server to your Global Payments account manager'),
('en', 'payments.globalpayments.referring_url', 'Please supply this URL to your Global Payments account manager'),
('en', 'payments.globalpayments.text_status_map', 'Global Payments to [product] order status conversion map'),
('en', 'payments.layout_a', 'Layout A'),
('en', 'payments.layout_b', 'Layout B'),
('en', 'payments.layout_c', 'Layout C'),
('en', 'payments.paypal_adv_layout', 'Layout'),
('en', 'payments.qbms.app_token', 'App Token'),
('en', 'payments.qbms.configuration_required', '<p>Fill in the fields below and save the changes:<br>- App Token<br>- OAuth Consumer Key<br> - OAuth Consumer Secret</p><p>Click \"Connect to QuickBooks\" button that will appear instead of this message to finish payment configuration.</p>'),
('en', 'payments.qbms.configure_payment_method', '<p>How to configure the payment method:</p><p>1. <a target=\"_blank\" href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/authentication-and-authorization/oauth-2.0#obtain-oauth2-credentials-for-your-app\">Obtain OAuth 2.0 credentials</a> from QuickBooks Online application and copy them to the payment method settings in [product].</p><p>2. Click \"Create\", then open the settings of this payment method again to finish its configuration.</p>'),
('en', 'payments.qbms.oauth_client_id', 'OAuth Client Id'),
('en', 'payments.qbms.oauth_client_secret', 'OAuth Client Secret'),
('en', 'payments.qbms.oauth_consumer_key', 'OAuth Consumer Key'),
('en', 'payments.qbms.oauth_consumer_secret', 'OAuth Consumer Secret'),
('en', 'payments.qbms.quickbooks_connection', 'QuickBooks Connection'),
('en', 'payments.qbms.renew_token', 'Press \"Connect to QuickBooks\" to renew the token.'),
('en', 'payments.qbms.tip_fill_redirect', '<p>- In the QuickBooks application, copy the following value into the Redirect URI field:</p><p>[url]</p><p>- Click the \"Connect to QuickBooks\" button.</p>'),
('en', 'payments.qbms.token_expired', 'The token has expired.'),
('en', 'payments.qbms.token_expires', 'The token expires on <b>[date]</b> at <b>[time]</b>.'),
('en', 'payments.qbms.upgrade_notification_text', '<p>The latest version of [product] has different settings for payment methods if you use QB Merchant Service as a Processor.</p><p>If you want to use the payment methods, do this:</p><ul><li>go to Administration > Payment methods</li><li>choose the payment method that uses QB Merchant Service as a Processor</li><li>switch to the Configure tab</li><li>enter the proper App Token, OAuth Consumer Key and OAuth Consumer Secret</li><li>perform connection to QuickBooks</li></ul>'),
('en', 'payments.qbms.upgrade_notification_title', 'QB Merchant Service payment processor changes'),
('en', 'payments.qbms.upgrade_oauth20_notification_text', '<p>Online stores now connect to QuickBooks Merchant Services differently. Your payment methods that use QB Merchant Services as a processor need to be reconfigured, or else they will no longer work. To make them work:</p><p>1. Switch your Quickbooks app to OAuth 2.0.</p><p>2. Copy <i>OAuth Client ID</i> and <i>OAuth Client Secret</i> from the app to the payment method settings in [product].</p><p>3. Change the status of the payment method to <i>Active</i></p><p>4. Save your changes and use the <i>Connect to QuickBooks</i> button to finish payment configuration.</p><p><a href=\"[payments_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">View my payment methods</a></p>'),
('en', 'payments.qbms.upgrade_oauth20_notification_title', 'Payment methods: Change QB Merchant Services settings'),
('en', 'payments.realex.3d_secure_message', '3-D Secure message'),
('en', 'payments.realex.auto_settled', 'Auto-settled'),
('en', 'payments.realex.avs.matched', 'Matched'),
('en', 'payments.realex.avs.not_matched', 'Not matched'),
('en', 'payments.realex.avs.partial_match', 'Partial match'),
('en', 'payments.realex.avs.problem_with_check', 'Problem with check'),
('en', 'payments.realex.avs.unable_to_check', 'Unable to check'),
('en', 'payments.realex.avs_address', 'AVS Address'),
('en', 'payments.realex.avs_postcode', 'AVS Postcode'),
('en', 'payments.realex.bank_error', 'Error with bank systems'),
('en', 'payments.realex.card_lost_or_stolen', 'Card reported lost or stolen'),
('en', 'payments.realex.cavv', 'CAVV'),
('en', 'payments.realex.connector_error', 'Your Realex account has been suspended. Contact Realex support for further information.'),
('en', 'payments.realex.delayed_settlement', 'Delayed settlement'),
('en', 'payments.realex.eci', 'ECI'),
('en', 'payments.realex.incorrect_request', 'Incorrect XML message formation or content'),
('en', 'payments.realex.incorrect_valid_trhu', 'Incorrect values of \'Valid thru\' fields.'),
('en', 'payments.realex.liability_shift', 'Liability Shift'),
('en', 'payments.realex.liability_shift_required', 'Liability Shift required'),
('en', 'payments.realex.realex_error', 'Error with Realex systems'),
('en', 'payments.realex.referring_ip', 'Please supply the IP address of your server to your Realex Payments account manager'),
('en', 'payments.realex.referring_url', 'Please supply this URL to your Realex Payments account manager'),
('en', 'payments.realex.refferal', 'Referral by bank'),
('en', 'payments.realex.result_code', 'Result code'),
('en', 'payments.realex.result_message', 'Result message'),
('en', 'payments.realex.settlement', 'Settlement'),
('en', 'payments.realex.subaccount', 'Subaccount'),
('en', 'payments.realex.text_status_map', 'Realex to CS-Cart order status conversion map'),
('en', 'payments.realex.transaction_order_id', 'Transaction Order ID'),
('en', 'payments.realex.transaction_pasref', 'Transaction PASREF'),
('en', 'payments.realex.tss_result', 'TSS'),
('en', 'payments.realex.wrong_card_type', 'This payment is unavailable for this type of credit cards.'),
('en', 'payments.realex.xid', 'XID'),
('en', 'payments.rocketgate.avs_mode', 'AVS Mode'),
('en', 'payments.rocketgate.ignore', 'Ignore'),
('en', 'payments.rocketgate.scrub_mode', 'SCRUB Mode'),
('en', 'payments.signin_to_checkout', '<a href=[url]>Sign in</a> to check out'),
('en', 'payments_tab1', 'Credit card'),
('en', 'payments_tab2', 'Internet Payments'),
('en', 'payments_tab3', 'Other Payment Options'),
('en', 'payment_amount', 'Payment amount'),
('en', 'payment_category', 'Payment category'),
('en', 'payment_category_note', 'Payment categories tabs will NOT be displayed if all the active payments belong to the same category'),
('en', 'payment_details', 'Payment details'),
('en', 'payment_form_url', 'Payment Form URL'),
('en', 'payment_id', 'Payment ID'),
('en', 'payment_info', 'Payment type'),
('en', 'payment_information', 'Payment information'),
('en', 'payment_instructions', 'Payment instructions'),
('en', 'payment_method', 'Payment method'),
('en', 'payment_methods', 'Payment methods'),
('en', 'payment_method_not_found', 'Payment method not found. It could\'ve been disabled, or a technical problem occurred. Please choose a payment method and try again.'),
('en', 'payment_processors.category.checkout', 'Checkout'),
('en', 'payment_processors.category.gateway', 'Gateways'),
('en', 'payment_processors.category.russian', 'Russian payment methods'),
('en', 'payment_response_password', 'Payment Response password'),
('en', 'payment_surcharge', 'Payment surcharge'),
('en', 'payment_type', 'Payment type'),
('en', 'paypal.addon_is_disabled_notice', 'The <b>PayPal payments</b> add-on is disabled so you can\'t configure this payment method.'),
('en', 'paypal.ipn_transaction_status', 'Transaction status: [status]'),
('en', 'paypal.show_cart_button', 'Show the \"Checkout with PayPal\" button on the cart contents page'),
('en', 'paypal_authentication_method', 'PayPal authentication method'),
('en', 'paypal_express_notice', 'A merchant ID is required for using <a href=\'https://developer.paypal.com/docs/classic/express-checkout/in-context\' target=\'_blank\'>In-Context Checkout feature</a> within this integration. You can look up your merchant ID by logging into <a href=\'https://www.paypal.com/\' target=\'_blank\'>https://www.paypal.com/</a>. Click the profile icon on the top right side of the page and then select <b>Profile and settings</b> in the <b>Business Profile</b> menu. (If you do not see the profile icon at the top of the page, click <b>Profile</b>, which appears in the top menu when the <b>My Account tab</b> is selected.) Click <b>My business info</b> on the left, and the <b>Merchant account ID</b> is displayed in the list of profile items on the right.'),
('en', 'paypal_ipn_note', 'Instant Payment Notification (IPN) is a service that automatically notifies merchants of events related to PayPal transactions.<br>When a customer places an order and chooses PayPal as the payment method, the order gets the <b>Open</b> status.<br>PayPal then sends Instant Payment Notification messages that include the transaction status. This status changes the order status in your store according to the status conversion map.'),
('en', 'paypal_ipn_transaction_status', 'Transaction status'),
('en', 'paypal_item_name', 'Name of the item (or a name for the Shopping Cart)'),
('en', 'paypal_logo', 'PayPal logo'),
('en', 'paypal_sandbox', 'Test mode'),
('en', 'paypal_seamless', 'Use seamless checkout'),
('en', 'paypal_security_error', 'Your order was not placed: the recipient PayPal account is wrong.'),
('en', 'paypal_use_in_context_checkout', 'Use In-Context Checkout'),
('en', 'paypal_vendor', 'Vendor'),
('en', 'pay_by_points', 'Allow payment by points'),
('en', 'pay_from_email', 'Customer email'),
('en', 'pay_order_again', 'Pay order again'),
('en', 'pay_to_email', 'Email address of the Merchant'),
('en', 'pdf_documents.activate_notification', 'PDF documents (such as invoices, packing slips, etc.) will now be generated at our cloud service: [service_url]. It works as follows: your store sends an HTML document and receives a PDF copy of it. We do not view, keep, or analyze any of your data that goes through that service.'),
('en', 'pdf_documents.disable_notification', 'The generation of PDF documents (such as invoices, packing slips, etc.) has been disabled. Your data will no longer go through our cloud service [service_url]. If you\'d like to generate PDF documents without using our cloud service, you\'re welcome to <a href=\"[helpdesk_url]\" target=\"_blank\">contact us via Help Desk</a> or configure it on your own.'),
('en', 'pending', 'Pending'),
('en', 'pending_return', 'Aguardando a aprovação'),
('en', 'pending_vendor_invitations', 'Pending vendor invitations'),
('en', 'pending_vendor_invitations_menu_description', 'Manage invitations to your marketplace for potential vendors.'),
('en', 'per', 'Per [object]'),
('en', 'percent', 'Percent'),
('en', 'percentage_discount', 'Percentage discount'),
('en', 'percent_range', 'Price range (in % of the main product\'s price)'),
('en', 'period', 'Period'),
('en', 'permissions_issue', 'Permissions issue'),
('en', 'person_name', 'Name'),
('en', 'per_item', 'Per Item'),
('en', 'per_page', 'Per Page'),
('en', 'phone', 'Phone'),
('en', 'phone1_label', 'Phone'),
('en', 'phone2', 'International'),
('en', 'phone2_label', 'International'),
('en', 'phpinfo', 'PHP information'),
('en', 'php_extension_missing', 'The [extension] PHP extension is not installed on your server'),
('en', 'pickup', 'Pickup'),
('en', 'pickup_address', 'Pickup address'),
('en', 'pickup_avail', 'Pickup avail'),
('en', 'pickup_destinations_ids', 'Pickup destinations ids'),
('en', 'pickup_id', 'Pickup ID'),
('en', 'pickup_phone', 'Pickup phone'),
('en', 'pickup_point_not_selected', 'Sorry, we couldn\'t determine your pickup point. Please choose a pickup point, so that we know where to deliver your order.'),
('en', 'pickup_surcharge', 'Pickup surcharge'),
('en', 'pickup_time', 'Pickup time'),
('en', 'pick_store', 'Pick a store'),
('en', 'pie', 'Pie'),
('en', 'pie_3d', 'Pie 3D'),
('en', 'pixels', 'pixels'),
('en', 'place_order', 'Place order'),
('en', 'placing_order', 'Placing the order'),
('en', 'plain', 'Plain'),
('en', 'plano_anuncio', 'Plano de Anúncio'),
('en', 'plans', 'Planos'),
('en', 'platform', 'Platform'),
('en', 'please_be_patient', 'Please be patient'),
('en', 'please_copy_api_key', 'Please copy the API key now and keep it somewhere. Once you save the changes, this key won\'t appear here again. If the key is lost, the only way to regain API access will be be to generate a new key on this page.'),
('en', 'please_enable_the_add_on_to_see_barcode', 'Please enable the add-on to see a code example.'),
('en', 'please_enter_license_here', 'Enter your license number here'),
('en', 'please_select_one', 'Please, select one'),
('en', 'please_sign_in', 'Please sign in'),
('en', 'points', 'Points'),
('en', 'points_in_use', 'Points in use'),
('en', 'points_in_use_lower', 'points in use'),
('en', 'points_in_use_lowercase', '[n] point in use|[n] points in use'),
('en', 'points_lower', 'points'),
('en', 'points_lowercase', '[n] point|[n] points'),
('en', 'points_to_use', 'Points to use'),
('en', 'point_payment', 'Point payment'),
('en', 'point_price', 'Price in points'),
('en', 'polish', 'Polish'),
('en', 'poll', 'Poll'),
('en', 'polls', 'Polls'),
('en', 'polls_answers_with_comments', 'Answers with comments'),
('en', 'polls_first_submited', 'First poll form submitted'),
('en', 'polls_have_completed', 'You have already completed this poll.'),
('en', 'polls_last_submited', 'Last poll form submitted'),
('en', 'polls_total_completed', 'Number of poll forms completed in full'),
('en', 'polls_total_submited', 'Total number of submitted poll forms'),
('en', 'polls_total_votes', 'Total votes'),
('en', 'polls_votes', 'Votes'),
('en', 'poll_footer', 'Poll footer'),
('en', 'poll_header', 'Poll header'),
('en', 'poll_results', 'Poll message'),
('en', 'poll_results_everybody', 'everybody (in a pop-up)'),
('en', 'poll_results_nobody', 'nobody'),
('en', 'poll_results_voted', 'voted users'),
('en', 'poll_show_results', 'Poll results visible to'),
('en', 'poll_statistics', 'Poll statistics'),
('en', 'poor', 'Poor'),
('en', 'popularity', 'Popularity'),
('en', 'popular_developer', 'Popular developer'),
('en', 'popup', 'Popup'),
('en', 'popup_larger_image', 'Popup larger image'),
('en', 'portugese', 'Portuguese'),
('en', 'posid', 'Pos ID'),
('en', 'position', 'Position'),
('en', 'positions_updated', 'Positions of items were updated'),
('en', 'position_short', 'Pos.'),
('en', 'postal_mail', 'Postal mail'),
('en', 'postauth', 'Postauth'),
('en', 'posted_by', 'Posted by'),
('en', 'post_description', 'Post description'),
('en', 'post_url', 'Post URL'),
('en', 'powered_by', 'Powered by'),
('en', 'po_file', 'Choose a file in the PO or ZIP format'),
('en', 'po_file_is_incorrect', 'PO-file <b>\"[file]\"</b> contains syntax errors or incorrect structure.'),
('en', 'po_meta_error_validating_lang_code', 'Language code in the PO file does not match that of the updated language'),
('en', 'po_number', 'PO number'),
('en', 'pp_currency_is_incorrect', 'Currency used for the payment is different than the order currency.'),
('en', 'pp_mode', 'Paypal mode'),
('en', 'pp_product_count_is_incorrect', 'Number of paid items is different than the number of items in the order'),
('en', 'pp_total_is_incorrect', 'Payment total is different than the order total.'),
('en', 'preauth', 'Preauth'),
('en', 'preauthorization', 'Preauthorization'),
('en', 'prefix', 'Prefix'),
('en', 'preshared_key', 'PreShared Key'),
('en', 'press_continue_to_recover_password', 'Click <b>Continue</b> to proceed with password change.'),
('en', 'prev', 'Prev.'),
('en', 'preview', 'Preview'),
('en', 'previous', 'Previous'),
('en', 'previous_month', 'Previous month'),
('en', 'previous_period', 'Previous period'),
('en', 'previous_week', 'Previous week'),
('en', 'previous_year', 'Previous year'),
('en', 'prev_page', 'Prev'),
('en', 'pre_moderation', 'Products require prior approval'),
('en', 'pre_moderation_edit', 'Approve product info updates'),
('en', 'pre_moderation_edit_vendors', 'Approve vendor profile updates'),
('en', 'price', 'Price'),
('en', 'price_decreased', 'Price has been decreased by'),
('en', 'price_dec_sign_delimiter', 'Price decimal separator'),
('en', 'price_for_all', 'Price for all'),
('en', 'price_includes_tax', 'Price includes tax'),
('en', 'price_increased', 'Price has been increased by'),
('en', 'price_in_points', 'Price in points'),
('en', 'price_in_points_decreased', 'Price in points has been decreased by'),
('en', 'price_in_points_increased', 'Price in points has been increased by'),
('en', 'price_list', 'Price list'),
('en', 'price_list.text_regenerate', '<p>If products, categories or selected fields were added or changed, please regenerate a price list:<br />[buttons]</p><p>Generated price lists are available by these links<br/>[links]</p>'),
('en', 'price_list.text_select_storefront', 'To generate a price list, please select storefront first.'),
('en', 'price_list_ziparchive_not_installed', 'Impossible to create XML price list. Please add zip support in PHP on your server. Follow <a href=\"http://www.php.net/manual/en/zip.installation.php\">http://www.php.net/manual/en/zip.installation.php</a>.'),
('en', 'price_rate_not_set', 'Price rate was not set.'),
('en', 'price_summary', 'Price summary'),
('en', 'pricing_inventory', 'Pricing / inventory'),
('en', 'primary', 'Primary'),
('en', 'primary_currency', 'Primary currency'),
('en', 'printslip_request', 'Requisições de Etiquetas'),
('en', 'printslip_request_pending', 'Você irá receber uma notificação quando a etiqueta estiver disponível.'),
('en', 'print_card', 'Print card'),
('en', 'print_credit_memo', 'Print credit memo'),
('en', 'print_documents', 'Print documents'),
('en', 'print_invoice', 'Print invoice'),
('en', 'print_order_details', 'Print order details'),
('en', 'print_packing_slip', 'Print packing slip'),
('en', 'print_pdf_credit_memo', 'Print credit memo (pdf)'),
('en', 'print_pdf_invoice', 'Print invoice (pdf)'),
('en', 'print_pdf_order_details', 'Print order details (pdf)'),
('en', 'print_pdf_packing_slip', 'Print packing slip (pdf)'),
('en', 'print_slip', 'Print slip'),
('en', 'priority', 'Priority'),
('en', 'private', 'Private'),
('en', 'private_customer_settings', 'Private customer settings'),
('en', 'private_files', 'Private files'),
('en', 'privilege', 'Privilege'),
('en', 'privilege.apply_to_all', 'Apply value to all'),
('en', 'privilege.custom_access', 'Custom access'),
('en', 'privilege.full_access', 'Full access'),
('en', 'privilege.no_access', 'No access'),
('en', 'privilege.view_access', 'Can view only'),
('en', 'privileges', 'Privileges'),
('en', 'privileges.abt__ut2.buy_together.manage', 'AB: \"Buy together\" generator'),
('en', 'privileges.abt__ut2.settings.manage', 'Manage theme settings'),
('en', 'privileges.abt__ut2.settings.view', 'View theme settings'),
('en', 'privileges.ab__cb_manage_banners', 'AB: Manage banners for categories');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('en', 'privileges.ab__cb_view_banners', 'AB: View banners for categories'),
('en', 'privileges.ab__dotd_manage_seodata', 'Manage promotions SEO data'),
('en', 'privileges.ab__dotd_view_seodata', 'View promotions SEO data'),
('en', 'privileges.ab__hpd.manage', 'Manage data'),
('en', 'privileges.ab__hpd.view', 'View help'),
('en', 'privileges.ab__mb_manage_data', 'Managing motivational data'),
('en', 'privileges.ab__mb_view_data', 'Viewing motivational data'),
('en', 'privileges.ab__stt.data.manage', 'Manage button data'),
('en', 'privileges.ab__stt.data.view', 'View button data'),
('en', 'privileges.ab__vg_manage_videos', 'Manage videos'),
('en', 'privileges.ab__vg_view_videos', 'View videos'),
('en', 'privileges.backup_restore', 'Can manage'),
('en', 'privileges.change_order_status', 'Can change statuses'),
('en', 'privileges.create_order', 'Can create'),
('en', 'privileges.delete_logs', 'Can delete'),
('en', 'privileges.delete_orders', 'Can delete'),
('en', 'privileges.edit_blocks', 'Can edit'),
('en', 'privileges.edit_files', 'Edit files'),
('en', 'privileges.edit_order', 'Can edit entire order (select other products, payment and shipping methods, customers)'),
('en', 'privileges.exim_access', 'Can manage'),
('en', 'privileges.manage_access_restrictions', 'Can edit'),
('en', 'privileges.manage_banners', 'Can edit'),
('en', 'privileges.manage_call_requests', 'Can edit'),
('en', 'privileges.manage_catalog', 'Can edit'),
('en', 'privileges.manage_cscart_uvdesk', 'Manage UVDesk'),
('en', 'privileges.manage_currencies', 'Can edit'),
('en', 'privileges.manage_design', 'Can edit'),
('en', 'privileges.manage_discussions', 'Can edit'),
('en', 'privileges.manage_document_templates', 'Can edit'),
('en', 'privileges.manage_email_marketing', 'Can edit'),
('en', 'privileges.manage_email_templates', 'Can edit'),
('en', 'privileges.manage_gift_certificates', 'Can edit'),
('en', 'privileges.manage_languages', 'Can edit'),
('en', 'privileges.manage_locations', 'Can edit'),
('en', 'privileges.manage_newsletters', 'Can edit'),
('en', 'privileges.manage_order_statuses', 'Can edit'),
('en', 'privileges.manage_pages', 'Manage pages'),
('en', 'privileges.manage_payments', 'Can edit'),
('en', 'privileges.manage_payouts', 'Can edit'),
('en', 'privileges.manage_product_premoderation', 'Can manage'),
('en', 'privileges.manage_product_reviews', 'Can edit'),
('en', 'privileges.manage_promotions', 'Can edit'),
('en', 'privileges.manage_providers', 'Can edit'),
('en', 'privileges.manage_reports', 'Can edit'),
('en', 'privileges.manage_reward_points', 'Can edit'),
('en', 'privileges.manage_rma', 'Can edit'),
('en', 'privileges.manage_seo_rules', 'Can edit'),
('en', 'privileges.manage_shipping', 'Can edit'),
('en', 'privileges.manage_sitemap', 'Can edit'),
('en', 'privileges.manage_static_data', 'Can edit'),
('en', 'privileges.manage_storage', 'Can manage'),
('en', 'privileges.manage_stores', 'Manage stores'),
('en', 'privileges.manage_store_locator', 'Can edit'),
('en', 'privileges.manage_suppliers', 'Can edit'),
('en', 'privileges.manage_taxes', 'Can edit'),
('en', 'privileges.manage_themes', 'Can edit'),
('en', 'privileges.manage_translation', 'Can edit'),
('en', 'privileges.manage_usergroups', 'Can edit'),
('en', 'privileges.manage_users', 'Can edit'),
('en', 'privileges.manage_vendors', 'Can edit'),
('en', 'privileges.manage_vendor_communication', 'Can edit'),
('en', 'privileges.manage_vendor_plans', 'Can edit'),
('en', 'privileges.update_order_details', 'Can edit minor details (select manager; edit shipments, notes, and tracking number)'),
('en', 'privileges.update_settings', 'Can edit'),
('en', 'privileges.upgrade_store', 'Can upgrade'),
('en', 'privileges.view_banners', 'Can view'),
('en', 'privileges.view_call_requests', 'Can view'),
('en', 'privileges.view_catalog', 'Can view'),
('en', 'privileges.view_cscart_uvdesk', 'View UVDesk'),
('en', 'privileges.view_currencies', 'Can view'),
('en', 'privileges.view_discussions', 'Can view'),
('en', 'privileges.view_email_marketing', 'Can view'),
('en', 'privileges.view_file_changes', 'Can view'),
('en', 'privileges.view_languages', 'Can view'),
('en', 'privileges.view_locations', 'Can view'),
('en', 'privileges.view_logs', 'Can view'),
('en', 'privileges.view_newsletters', 'Can view'),
('en', 'privileges.view_orders', 'Can view'),
('en', 'privileges.view_pages', 'Can view'),
('en', 'privileges.view_payments', 'Can view'),
('en', 'privileges.view_payouts', 'Can view'),
('en', 'privileges.view_product_reviews', 'Can view'),
('en', 'privileges.view_providers', 'Can view'),
('en', 'privileges.view_reports', 'Can view'),
('en', 'privileges.view_seo_rules', 'Can view'),
('en', 'privileges.view_settings', 'Can view'),
('en', 'privileges.view_shipping', 'Can view'),
('en', 'privileges.view_static_data', 'Can view'),
('en', 'privileges.view_stores', 'View stores'),
('en', 'privileges.view_store_locator', 'Can view'),
('en', 'privileges.view_taxes', 'Can view'),
('en', 'privileges.view_usergroups', 'Can view'),
('en', 'privileges.view_users', 'Can view'),
('en', 'privileges.view_vendors', 'Can view'),
('en', 'privileges.view_vendor_communication', 'Can view'),
('en', 'privileges.view_vendor_plans', 'Can view'),
('en', 'privilege_groups.abt__unitheme2', 'AB: UniTheme2'),
('en', 'privilege_groups.ab__addons_manager', 'AB: Add-ons Manager'),
('en', 'privilege_groups.ab__category_banners', 'AB: Banners for categories'),
('en', 'privilege_groups.ab__deal_of_the_day', 'AB: Product of the day and extended promotions'),
('en', 'privilege_groups.ab__fast_navigation', 'AB: Fast navigation'),
('en', 'privilege_groups.ab__hide_product_description', 'AB: Hide the part of the content up to a certain height'),
('en', 'privilege_groups.ab__landing_categories', 'AB: Landing categories/pages'),
('en', 'privilege_groups.ab__motivation_block', 'AB: Motivation block'),
('en', 'privilege_groups.ab__scroll_to_top', 'AB: \"Scroll to top\" button'),
('en', 'privilege_groups.ab__search_motivation', 'AB: Search motivation'),
('en', 'privilege_groups.ab__video_gallery', 'AB: Video gallery of the product'),
('en', 'privilege_groups.access_restrictions', 'Access restrictions'),
('en', 'privilege_groups.admin_communication', 'Message center: vendor-to-admin communication'),
('en', 'privilege_groups.backup_restore', 'Backup/Restore'),
('en', 'privilege_groups.banners', 'Banners'),
('en', 'privilege_groups.blocks', 'Blocks'),
('en', 'privilege_groups.blog_and_pages', 'Blog & Pages'),
('en', 'privilege_groups.call_requests', 'Call requests'),
('en', 'privilege_groups.currencies', 'Currencies'),
('en', 'privilege_groups.design', 'Design'),
('en', 'privilege_groups.discussions', 'Comments and reviews'),
('en', 'privilege_groups.documents', 'Documents'),
('en', 'privilege_groups.edit_on_site', 'Edit content on-site'),
('en', 'privilege_groups.email_marketing', 'Email marketing'),
('en', 'privilege_groups.email_templates', 'Email templates'),
('en', 'privilege_groups.exim', 'Import and export data'),
('en', 'privilege_groups.files', 'Files'),
('en', 'privilege_groups.file_changes', 'File changes detector'),
('en', 'privilege_groups.gift_certificates', 'Gift certificates'),
('en', 'privilege_groups.internal_templates', 'On-site notification templates'),
('en', 'privilege_groups.languages', 'Languages'),
('en', 'privilege_groups.locations', 'Rate areas'),
('en', 'privilege_groups.logs', 'Logs'),
('en', 'privilege_groups.newsletters', 'Newsletters'),
('en', 'privilege_groups.notification_settings', 'Notifications'),
('en', 'privilege_groups.orders', 'Orders'),
('en', 'privilege_groups.order_communication', 'Message center: communication with customer'),
('en', 'privilege_groups.order_statuses', 'Order statuses'),
('en', 'privilege_groups.other', 'Other'),
('en', 'privilege_groups.payments', 'Payment methods'),
('en', 'privilege_groups.products', 'Categories, Products, Features, Filters, Options'),
('en', 'privilege_groups.product_premoderation', 'Product approval'),
('en', 'privilege_groups.product_reviews', 'Product reviews'),
('en', 'privilege_groups.promotions', 'Promotions'),
('en', 'privilege_groups.reward_points', 'Reward points'),
('en', 'privilege_groups.rma', 'Return merchandise authorization (RMA)'),
('en', 'privilege_groups.sales_reports', 'Sales reports'),
('en', 'privilege_groups.seo', 'SEO'),
('en', 'privilege_groups.settings', 'Settings'),
('en', 'privilege_groups.shipping', 'Shipping methods'),
('en', 'privilege_groups.sitemap', 'Sitemap'),
('en', 'privilege_groups.social_login', 'Social login'),
('en', 'privilege_groups.static_data', 'Static data'),
('en', 'privilege_groups.storage', 'Storage'),
('en', 'privilege_groups.stores', 'Storefronts'),
('en', 'privilege_groups.store_locator', 'Store locator'),
('en', 'privilege_groups.suppliers', 'Suppliers'),
('en', 'privilege_groups.taxes', 'Taxes'),
('en', 'privilege_groups.themes', 'Themes'),
('en', 'privilege_groups.upgrade_center', 'Upgrade center'),
('en', 'privilege_groups.users', 'Users'),
('en', 'privilege_groups.user_groups', 'User groups'),
('en', 'privilege_groups.vendors', 'Stores'),
('en', 'privilege_groups.vendor_communication', 'Message center: Customer to Vendor'),
('en', 'privilege_groups.vendor_payouts', 'Accounting'),
('en', 'privilege_groups.vendor_plans', 'Vendor plans'),
('en', 'privilege_sections.ab__addons', 'AB: Add-ons'),
('en', 'privilege_sections.addons', 'Add-on privileges'),
('en', 'privilege_sections.administration', 'Administration privileges'),
('en', 'privilege_sections.cart', 'Cart'),
('en', 'privilege_sections.catalog', 'Catalog'),
('en', 'privilege_sections.cms', 'CMS'),
('en', 'privilege_sections.design', 'Design privileges'),
('en', 'privilege_sections.marketing', 'Marketing privileges'),
('en', 'privilege_sections.orders', 'Order privileges'),
('en', 'privilege_sections.products', 'Product privileges'),
('en', 'privilege_sections.settings', 'Settings privileges'),
('en', 'privilege_sections.users', 'Customer privileges'),
('en', 'privilege_sections.vendors', 'Store privileges'),
('en', 'privilege_sections.website', 'Website privileges'),
('en', 'proceed', 'Proceed'),
('en', 'proceed_to_checkout', 'Proceed to checkout'),
('en', 'proceed_to_the_next_step', 'Proceed to the next step'),
('en', 'processed', 'Processed'),
('en', 'processing', 'Processing'),
('en', 'processing_order', 'Processing order'),
('en', 'processor', 'Processor'),
('en', 'processor_description_cardsave', 'Merchant Accounts provided by Cardsave, <a href=\"http://www.cardsave.net\">www.cardsave.net</a><br/><br/>Email: <a href=\'mailto:ecomm@cardsave.net\'>ecomm@cardsave.net</a>'),
('en', 'processor_description_p21', '<b>P21 Simple API</b> enables you to accept check payments. It offers the industry\'s most comprehensive suite of check image creation and clearing solutions. With Check 21, you will receive your funds within the same day by check or direct deposit.<br/><br/>To activate the Check 21 option, please contact us via email at: <a href=\"mailto:support@payment21.com\">support@payment21.com</a> or by phone at: 1-888-770-0850 (US Toll Free) or 0041-71-740-1629 (International).<br/><br/><a href=\"http://www.payment21.com\" target=\"_blank\">www.payment21.com</a>'),
('en', 'processor_id', 'Processor ID'),
('en', 'process_selected', 'Process selected'),
('en', 'product', 'Product'),
('en', 'products', 'Products'),
('en', 'products2', 'Products2'),
('en', 'products_added_to_cart', 'The products were added to your cart'),
('en', 'products_adopted', '[n] product had a new main category assigned to it.|[n] products had a new main category assigned to them.'),
('en', 'products_amount', 'Product quantity'),
('en', 'products_approval_status_approved', 'Thank you for submitting new products. The following products have been approved by the store administration and added to the product catalog'),
('en', 'products_approval_status_changed', 'Your product(s) have been [status]'),
('en', 'products_approval_status_disapproved', 'Thank you for submitting new products. The following products have been disapproved by the store administration'),
('en', 'products_are_not_selectable_for_context_menu', 'You can not select products that belong to another storefront.'),
('en', 'products_bar', 'Products bar'),
('en', 'products_cost', 'Products cost'),
('en', 'products_deprecated', 'Products (Deprecated)'),
('en', 'products_for_shipment_not_selected', 'Products for shipment were not selected'),
('en', 'products_found', 'Products found'),
('en', 'products_grid', 'Products grid'),
('en', 'products_in', 'Products in'),
('en', 'products_information', 'Products information'),
('en', 'products_in_cart', 'Products in cart'),
('en', 'products_links_type', 'Products links type'),
('en', 'products_menu_description', 'View, add and edit products that are shown to visitors of your store.'),
('en', 'products_menu_title', 'Products'),
('en', 'products_moved_to_trash', '[count] products were moved to <a href=\'[url]\' target=\'_blank\'>Trash category</a>'),
('en', 'products_number_added_to_cart', '<b>[number]</b> products were added to your cart'),
('en', 'products_required', 'Please add product(s)'),
('en', 'products_stat', 'Product statistics'),
('en', 'products_weight', 'Products weight'),
('en', 'products_were_sent', 'The products have been sent out to you. The order information is given below'),
('en', 'products_without_category', 'Products without category'),
('en', 'products_without_category_description', 'When a product is created without a category during import, it will be placed into this category.'),
('en', 'products_without_category_notification_text', 'Some of your products currently don\'t have a category. It may be harder for customers to find those products.<br /> <a href=\"[url]\" target=\"_blank\">Please check these products and assign them a category.</a>'),
('en', 'product_added_to_cart', 'The product was added to your cart'),
('en', 'product_added_to_cl', 'The product was added to your Comparison list'),
('en', 'product_added_to_wl', 'The product was added to your Wish list'),
('en', 'product_approval', 'Product approval'),
('en', 'product_approval_menu_description', 'Manage individual products or group of products supplied by the store vendors.'),
('en', 'product_approval_status_approved', 'Your product [product] has been approved by the store administration and added to the product catalog. Now shoppers can order this product in the store.'),
('en', 'product_approval_status_disapproved', 'Your product [product] has been disapproved by the store administration'),
('en', 'product_availability', 'Product availability'),
('en', 'product_cannot_be_added', 'The product cannot be added to cart. Check if all the uploading files meet the necessary conditions'),
('en', 'product_code', 'Product code'),
('en', 'product_columns', 'Product columns'),
('en', 'product_combinations', 'Product combinations'),
('en', 'product_coming_soon', 'This product can\'t be added to cart now. It will be available on [avail_date]'),
('en', 'product_coming_soon_add', 'This product will be shipped on [avail_date]'),
('en', 'product_comparison_list', 'Comparison list'),
('en', 'product_details', 'Product details page'),
('en', 'product_details_sidebar', 'Product details'),
('en', 'product_details_tabs', 'Tabs'),
('en', 'product_details_view', 'Product details view'),
('en', 'product_disabled_options', 'The product <strong>[product]</strong> has options or option variants that are not available anymore, so it was removed from cart'),
('en', 'product_feature.feature_style', 'Feature style'),
('en', 'product_feature.feature_style.brand', 'Brand'),
('en', 'product_feature.feature_style.checkbox', 'Checkbox'),
('en', 'product_feature.feature_style.color', 'Color'),
('en', 'product_feature.feature_style.dropdown', 'Drop-down list'),
('en', 'product_feature.feature_style.dropdown_images', 'Images'),
('en', 'product_feature.feature_style.dropdown_labels', 'Text labels'),
('en', 'product_feature.feature_style.multiple_checkbox', 'Multiple checkboxes'),
('en', 'product_feature.feature_style.number', 'Number'),
('en', 'product_feature.feature_style.text', 'Text or number'),
('en', 'product_feature.filter_style', 'Filter type'),
('en', 'product_feature.filter_style.checkbox', 'Checkbox'),
('en', 'product_feature.filter_style.color', 'Color'),
('en', 'product_feature.filter_style.date', 'Date selector'),
('en', 'product_feature.filter_style.slider', 'Number slider'),
('en', 'product_feature.purpose', 'Purpose'),
('en', 'product_feature.purpose.describe_product', 'Additional information'),
('en', 'product_feature.purpose.describe_product.description', 'For cases when you just need to show some information on a product page. There are no filters for this kind of features.'),
('en', 'product_feature.purpose.find_products', 'Product search via filters'),
('en', 'product_feature.purpose.find_products.description', 'For a feature that just allows you to specify an additional property of a product (for example, \"Fabric\" for T-shirts). If you create a filter by that feature, customers will see that such a property exists, and will be able to search products by it.'),
('en', 'product_feature.purpose.group_catalog_item', 'Variations as separate products'),
('en', 'product_feature.purpose.group_catalog_item.description', 'For cases when a few similar products differ visibly by a feature, and have different names (for example, multiple \"Color\" variants of a T-shirt). These products will appear as separate positions in the catalog. Customers will also be able to select the desired feature value on the product page. To achieve this, <b>set up variations for products with this feature</b>.'),
('en', 'product_feature.purpose.group_variation_catalog_item', 'Variations as one product'),
('en', 'product_feature.purpose.group_variation_catalog_item.description', 'For cases when a few similar products differ by a feature, but have the same name and similar appearance (for example, multiple \"Size\" variants of a T-shirt). These products will occupy a single position in the catalog. Customers will be able to select the desired feature value on the product page. To achieve this, <b>set up variations for products with this feature</b>.'),
('en', 'product_feature.purpose.organize_catalog', 'Brand, author, etc.'),
('en', 'product_feature.purpose.organize_catalog.description', 'For features like \"Brand\" or \"Manufacturer\" (for most products), \"Performer\" or \"Label\" (for music), \"Author\" or \"Publisher\" (for books), and so on. Every variant of this feature gets its own page with an image, description, and the list of products.'),
('en', 'product_features_are_not_selectable_for_context_menu', 'You can not select product features that belong to another storefront.'),
('en', 'product_feature_cannot_assigned', 'The feature \"[feature_name]\" cannot be assigned to the product \"[product_name]\"'),
('en', 'product_feature_groups_are_not_selectable_for_context_menu', 'You can not select product feature groups that belong to another storefront.'),
('en', 'product_fields', 'Product fields'),
('en', 'product_filters_are_not_selectable_for_context_menu', 'You can not select product filters that belong to another storefront.'),
('en', 'product_groups', 'Product groups'),
('en', 'product_id', 'Product ID'),
('en', 'product_images', 'Product images'),
('en', 'product_info', 'Product info'),
('en', 'product_inventory', 'Product inventory'),
('en', 'product_in_cart', 'This product is already in the cart'),
('en', 'product_in_comparison_list', 'This product is already in the comparison list'),
('en', 'product_in_wishlist', 'This product is already in the wish list'),
('en', 'product_must_have_owner_category', 'Product must belong to some category created by the owner company.'),
('en', 'product_name', 'Product name'),
('en', 'product_name_added_to_cart', '<b>[product]</b> was added to your cart'),
('en', 'product_need_age_verification', 'You should verify your age to view this product.'),
('en', 'product_notification_subscribed', 'You have been subscribed to the product in stock notifications'),
('en', 'product_notification_subscription_error', 'Cannot subscribe for the product in stock notification'),
('en', 'product_notification_unsubscribed', 'You have been unsubscribed from the product in stock notifications'),
('en', 'product_options', 'Product options'),
('en', 'product_options_are_not_selectable_for_context_menu', 'You can not select product options that belong to another storefront'),
('en', 'product_options_forbidden_combination', 'The <strong>[product]</strong> product has options that are included in the forbidden combination. The product was deleted from the cart'),
('en', 'product_option_delimiter', 'Option delimiter'),
('en', 'product_reviews.add_images', 'Add a photo'),
('en', 'product_reviews.add_new_review', 'reviews: new review'),
('en', 'product_reviews.add_reply', 'Add reply'),
('en', 'product_reviews.admin_reply', 'Administrator reply'),
('en', 'product_reviews.advantages', 'Advantages'),
('en', 'product_reviews.agreement_text_full_add_new_review', '<p>Your name will appear next to your review or comment, visible to everyone. We ([company]) also save your IP address as a security precaution, but in can only be viewed by our staff. It will remain in our system until you withdraw your consent. If you’d like to have your personal data removed, send an email to [email].</p> <p>If you believe that your personal data has been misused, you have the right to lodge a complaint with a supervisory authority. We’re obliged by EU General Data Protection Regulation to let you know about this right; we don’t actually intend to misuse your data.</p>'),
('en', 'product_reviews.agreement_text_short_add_new_review', 'I agree to have my personal data <u>processed as follows.</u>'),
('en', 'product_reviews.and', 'and'),
('en', 'product_reviews.approve', 'Approve'),
('en', 'product_reviews.approved', 'Approved'),
('en', 'product_reviews.average', 'Average'),
('en', 'product_reviews.click_to_see_reviews', 'Click to see the reviews'),
('en', 'product_reviews.comment', 'Comment'),
('en', 'product_reviews.comments', 'Comments'),
('en', 'product_reviews.comments_and_reviews', 'Comments and reviews'),
('en', 'product_reviews.comment_by', 'Comment by'),
('en', 'product_reviews.company_reply', '[company_name] reply'),
('en', 'product_reviews.copy_old_reviews_notice', '<h4 class=\"subheader hand\" data-toggle=\"collapse\" data-target=\"#collapsable_addon_product_reviews_notice\">Copy reviews from the \"Comments and reviews\" add-on<span class=\"icon-caret-down\"></span></h4><div id=\"collapsable_addon_product_reviews_notice\" class=\"in collapse\" style=\"height: auto;\"><ol><li>Only reviews that have both a score and a user\'s comment will be copied. Go to your products and check the “Reviews\" setting on the \"Add-ons\" tab. You might have to allow communication and rating first.</li><li>A review without a score or without a comment will not be copied. To transfer it, you must first manually add the missing score or comment by editing the review.</li><li>While the old \"Comments and reviews\" add-on is installed, the reviews won\'t be removed from there. That way, you can choose to move to \"Product reviews\" whenever all your reviews are ready.</li><li>If you ever need to copy the reviews from the old add-on again in the future, just uninstall and reinstall the \"Product reviews\" add-on. This will remove all its reviews from the database, and you\'ll be able to import the reviews from the \"Comments and reviews\" add-on again.</li></ol><a class=\"cm-post btn btn-primary\" href=\"[url]\">Copy product reviews</a></div>'),
('en', 'product_reviews.copy_old_reviews_warning', 'You have product reviews in the old \"Comments and reviews\" add-on. While that add-on is installed, you\'ll be able copy those reviews to the new \"Product reviews\" add-on <a class=\"cm-post\" href=\"[url]\">in its settings</a>.'),
('en', 'product_reviews.customer_photos', 'Customer photos'),
('en', 'product_reviews.date', 'Date'),
('en', 'product_reviews.disabled', 'Disabled'),
('en', 'product_reviews.disadvantages', 'Disadvantages'),
('en', 'product_reviews.disapprove', 'Disapprove'),
('en', 'product_reviews.error_already_posted', 'You have posted in this review already'),
('en', 'product_reviews.event.new_post', 'New review posted'),
('en', 'product_reviews.event.new_post.message', 'A new review has been posted for product [product]. Click this notification to see the review.'),
('en', 'product_reviews.event.new_post.title', 'New review posted for a product'),
('en', 'product_reviews.event.new_reply', 'New reply was added to review'),
('en', 'product_reviews.excellent', 'Excellent!'),
('en', 'product_reviews.fair', 'Fair'),
('en', 'product_reviews.first_and_last_name', 'First and last name'),
('en', 'product_reviews.five_star_icon', '★★★★★'),
('en', 'product_reviews.four_star_icon', '★★★★'),
('en', 'product_reviews.gdpr_reviews_data', 'Personal data from reviews'),
('en', 'product_reviews.helpfulness', 'Helpfulness'),
('en', 'product_reviews.hide_name', 'Hide my name in the review'),
('en', 'product_reviews.latest_reviews', 'Latest reviews'),
('en', 'product_reviews.manager', 'Comments and reviews'),
('en', 'product_reviews.max_number_image_message', 'A review can have up to [max_image_number] images.'),
('en', 'product_reviews.menu_title', 'Reviews'),
('en', 'product_reviews.menu_title_menu_description', 'Customer reviews on products'),
('en', 'product_reviews.moderation_rules', 'Before submitting a review, make sure that it does not violate the moderation rules: it does not contain links to third-party resources and insults.'),
('en', 'product_reviews.not_approved', 'Not approved'),
('en', 'product_reviews.no_reviews_found', 'No reviews found'),
('en', 'product_reviews.n_reviews', 'review|reviews'),
('en', 'product_reviews.n_stars', '[n] star|[n] stars'),
('en', 'product_reviews.one_star_icon', '★'),
('en', 'product_reviews.out_of_five', 'out of 5'),
('en', 'product_reviews.please_log_in_to_write_a_review', 'Please sign in to write a review'),
('en', 'product_reviews.poor', 'Poor'),
('en', 'product_reviews.product_details', 'Product details'),
('en', 'product_reviews.product_is_rated_n_out_of_five_stars', 'The product is rated [n] out of 5 stars'),
('en', 'product_reviews.product_reviews', 'Product reviews'),
('en', 'product_reviews.rating', 'Rating'),
('en', 'product_reviews.rating_4_and_up', 'Rating 4+'),
('en', 'product_reviews.reply', 'Reply'),
('en', 'product_reviews.review', 'Review'),
('en', 'product_reviews.reviews', 'Reviews: [n]'),
('en', 'product_reviews.reviews_lower', 'reviews'),
('en', 'product_reviews.review_status', 'Review status'),
('en', 'product_reviews.review_this_product', 'Review this product'),
('en', 'product_reviews.review_this_product_description', 'Share your thoughts with other customers'),
('en', 'product_reviews.scroll_to_reviews', 'Scroll to reviews'),
('en', 'product_reviews.scroll_to_review_images', 'Scroll to review images'),
('en', 'product_reviews.show_n_reviews', 'Show [n] review|Show [n] reviews'),
('en', 'product_reviews.show_rating', 'Show review rating'),
('en', 'product_reviews.show_review', 'Show review'),
('en', 'product_reviews.show_reviews', 'Show reviews'),
('en', 'product_reviews.show_review_images', 'Show review images'),
('en', 'product_reviews.star', 'star'),
('en', 'product_reviews.stars', 'stars'),
('en', 'product_reviews.submit_review', 'Submit review'),
('en', 'product_reviews.terms_and_conditions_content', '<p>Please read these Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before using the <a href=\"http://www.mywebsite.com\">http://www.mywebsite.com</a> website and the My Mobile App mobile application (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").</p><p><strong>By accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong></p><p><strong>Purchases</strong></p><p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase including, without limitation, your ...</p><p><strong>Content</strong></p><p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\"). You are responsible for the ...</p><p><strong>Changes</strong></p><p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.</p><p><strong>Contact Us</strong></p><p>If you have any questions about these Terms, please contact us.</p>'),
('en', 'product_reviews.terms_n_conditions', 'Select this check box to accept the [terms_href]'),
('en', 'product_reviews.terms_n_conditions_name', 'Terms and Conditions'),
('en', 'product_reviews.text_approval_notice', 'This review needs approving'),
('en', 'product_reviews.text_new_post_notification', 'This is a notification of a new post to product'),
('en', 'product_reviews.text_new_reply_notification', 'This is a notification of a new reply to your product review'),
('en', 'product_reviews.text_review_pended', 'Your review will be checked before it gets published.'),
('en', 'product_reviews.text_thank_you_for_post', 'Thank you for your post'),
('en', 'product_reviews.text_thank_you_for_review', 'Thank you for your review'),
('en', 'product_reviews.three_star_icon', '★★★'),
('en', 'product_reviews.title', 'Reviews'),
('en', 'product_reviews.title_giftreg', 'Guestbook'),
('en', 'product_reviews.two_star_icon', '★★'),
('en', 'product_reviews.type_message', 'Type a message...'),
('en', 'product_reviews.update_reply', 'Update reply'),
('en', 'product_reviews.uploader_drop_zone_description', 'Drop images here'),
('en', 'product_reviews.uploader_drop_zone_info', 'Photo up to [max_size]'),
('en', 'product_reviews.use_for_reviews', 'Comments and reviews forms'),
('en', 'product_reviews.vendor', 'Vendor'),
('en', 'product_reviews.vendor_reply', 'Vendor reply'),
('en', 'product_reviews.verified_purchase', 'Verified purchase'),
('en', 'product_reviews.very_good', 'Very Good'),
('en', 'product_reviews.vote_down', 'Vote down'),
('en', 'product_reviews.vote_up', 'Vote up'),
('en', 'product_reviews.without_photo', 'Without photo'),
('en', 'product_reviews.with_photo', 'With photo'),
('en', 'product_reviews.write_review', 'Write a review'),
('en', 'product_reviews.write_review_anonymously', 'Write your review anonymously'),
('en', 'product_reviews.write_your_review', 'Write your review'),
('en', 'product_reviews.your_rating', 'Your rating'),
('en', 'product_reviews.you_have_to_buy_product_before_writing_review', 'You can\'t write a review for this product. Customers can write reviews only for the products they bought. If you actually bought this product from us, but are still seeing this message, please contact us.'),
('en', 'product_s', 'Product(s)'),
('en', 'product_state_description.mve', '<p>You\'ve activated your [product]. You can use it without time restrictions now. For advanced features (such as separate checkout for each vendor, and vendor-created promotions), get the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus license.</a> To use multiple domains for your marketplace, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br>'),
('en', 'product_state_description.mve.new', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('en', 'product_state_description.mve.plus', '<p>Access to all the functionality, except for multiple storefronts. To have domains for specific audiences, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br />'),
('en', 'product_state_description.mve.ru', '<p>You\'ve activated your [product]. You can use it without time restrictions now. For advanced features (such as separate checkout for each vendor, and vendor-created promotions), get the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus license.</a> To use multiple domains for your marketplace, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br>'),
('en', 'product_state_description.mve.ru.new', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p> <br />'),
('en', 'product_state_description.mve.ru.plus', '<p>Access to all the functionality, except for multiple storefronts. To have domains for specific audiences, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br />'),
('en', 'product_state_description.mve.ru.ultimate', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('en', 'product_state_description.mve.ultimate', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('en', 'product_state_description.ult', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('en', 'product_state_description.ult.b2b', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('en', 'product_state_description.ult.b2b.new', '<p>You can use one of these licenses: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> or <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Both licenses allow you to use [product] without time restrictions.</p><br>'),
('en', 'product_state_description.ult.b2b.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('en', 'product_state_description.ult.new', '<p>You can use one of these licenses: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> or <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Both licenses allow you to use [product] without time restrictions.</p><br>'),
('en', 'product_state_description.ult.ru', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('en', 'product_state_description.ult.ru.new', '<p>You can use one of these licenses: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> or <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Both licenses allow you to use [product] without time restrictions.</p><br>'),
('en', 'product_state_description.ult.ru.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('en', 'product_state_description.ult.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('en', 'product_subscriptions', 'Product subscriptions'),
('en', 'product_summary', 'Product summary'),
('en', 'product_tabs', 'Product tabs'),
('en', 'product_type', 'Product type'),
('en', 'product_url', 'Product URL'),
('en', 'product_variations.add_all_variants', 'Add all variants'),
('en', 'product_variations.add_variations', 'Add variations'),
('en', 'product_variations.add_variations_description', 'Allow customers to switch between similar products by selecting the desired value of their common features.'),
('en', 'product_variations.allow_own_features_setting_changing', 'You\'ve disabled the <b>Allow own feature values for child variations</b> setting. Please export <a href=\"[url]\">all your default variations</a> (use \"Export found products\" in the gear button) and reimport them. This will apply their feature values to existing child variations.'),
('en', 'product_variations.allow_own_images_setting_changing', 'You\'ve disabled the <b>Allow own images for child variations</b> setting. Please export <a href=\"[url]\">all your default variations</a> (use \"Export found products\" in the gear button) and reimport them. This will apply their images to existing child variations.'),
('en', 'product_variations.belongs_to_catalog_item', 'Belongs to catalog item:'),
('en', 'product_variations.cant_edit_feature_categories', 'Couldn\'t assign feature to categories or a feature group. Some variations use this feature and aren\'t in the categories you tried to assign. Please delete <a href=\"[href]\">these products</a>, or disband their variation groups, or assign them to the same categories as feature or feature group, and try again.'),
('en', 'product_variations.converter.features.list.hint', 'Below you\'ll find the list of features and feature variants that will be created during the conversion.'),
('en', 'product_variations.converter.features.list.title', 'Features and feature variants'),
('en', 'product_variations.converter.features.merge', 'Merge selected'),
('en', 'product_variations.converter.features.unmerge', 'Split'),
('en', 'product_variations.converter.progress.combinations.error', 'Couldn\'t convert option combination \"[combination]\" of product \"[product]\"'),
('en', 'product_variations.converter.progress.combinations.title', 'Converting option combinations'),
('en', 'product_variations.converter.progress.configurable_products.error', 'Couldn\'t convert product \"[product]\"'),
('en', 'product_variations.converter.progress.configurable_products.title', 'Converting configurable products'),
('en', 'product_variations.converter.progress.errors', 'Errors'),
('en', 'product_variations.converter.progress.features.error', 'Couldn\'t create feature \"[feature]\"'),
('en', 'product_variations.converter.progress.features.title', 'Creating features'),
('en', 'product_variations.converter.progress.products_with_combinations.error', 'Couldn\'t convert product \"[product]\"'),
('en', 'product_variations.converter.progress.products_with_combinations.error_with_reason', 'Couldn\'t convert product \"[product]\". Reason: [error]'),
('en', 'product_variations.converter.progress.products_with_combinations.no_available_combinations', 'Product doesn\'t have any option combinations.'),
('en', 'product_variations.converter.progress.products_with_combinations.only_one_combination', 'A product with only one available option combination can\'t be converted to a variation. It will work properly even without conversion.'),
('en', 'product_variations.converter.progress.products_with_combinations.title', 'Converting products with option combinations'),
('en', 'product_variations.converter.progress.result.combinations_count', 'Number of converted option combinations:'),
('en', 'product_variations.converter.progress.result.configurable_products_count', 'Number of converted configurable products:'),
('en', 'product_variations.converter.progress.result.go_on_products', 'Go to products'),
('en', 'product_variations.converter.progress.result.products_with_combinations_count', 'Number of converted products with option combinations:'),
('en', 'product_variations.converter.progress.result.title', 'Conversion results'),
('en', 'product_variations.converter.progress.result.variations_count', 'Number of converted variations:'),
('en', 'product_variations.converter.progress.variations.error', 'Couldn\'t convert product \"[product]\"'),
('en', 'product_variations.converter.progress.variations.title', 'Converting variations'),
('en', 'product_variations.converter.progress.wait_another_process', 'Please wait while another process will be complete'),
('en', 'product_variations.converter.result.problems_encountered', 'Some of the products couldn\'t be converted. This is not a standard situation and wasn\'t supposed to happen. There are several ways to address it:<ul><li>Check the products that couldn\'t be converted and configure them manually.</li><li>Contact our technical support via Help Desk, and we\'ll see why products weren\'t converted and what can be done about it.</li></ul>'),
('en', 'product_variations.converter.view.combinations_count', 'Number of option combinations found:'),
('en', 'product_variations.converter.view.configurable_products_count', 'Number of configurable products found:'),
('en', 'product_variations.converter.view.no_data', 'No data for conversion found: it appears that your store doesn\'t have option combinations or product variations.'),
('en', 'product_variations.converter.view.products_with_combinations_count', 'Number of products with option combinations found:'),
('en', 'product_variations.converter.view.title', 'Converting products into variations'),
('en', 'product_variations.converter.view.variations_count', 'Number of product variations found:'),
('en', 'product_variations.create_new', 'Create new products'),
('en', 'product_variations.delete', 'Disband group'),
('en', 'product_variations.delete_product', 'Delete product'),
('en', 'product_variations.edit_features', 'Edit features'),
('en', 'product_variations.error.cannot_mark_main_product_child_product', 'Product #[product_id] in group \"[group_code]\" isn\'t a variation, so it can\'t become default for a catalog item'),
('en', 'product_variations.error.features_is_empty', 'Features couldn\'t be found'),
('en', 'product_variations.error.feature_combination_is_invalid_for_product', 'Wrong combination of features for product #[product_id] \"[product]\"'),
('en', 'product_variations.error.generate_combinations_is_empty', 'Couldn\'t generate variations. Please specify the values of features to generate variations.'),
('en', 'product_variations.error.generate_products_is_empty', 'No new products were created'),
('en', 'product_variations.error.group_code_is_duplicate', 'The specified variation group code is already in use'),
('en', 'product_variations.error.group_code_is_invalid', 'Couldn\'t set this code for variation group. A group code can contain only digits, Latin characters, and the following signs: \"-\" and \"_\"'),
('en', 'product_variations.error.group_code_is_required', 'Variation group code must be specified'),
('en', 'product_variations.error.group_not_found', 'Variation group #[id] not found'),
('en', 'product_variations.error.group_not_found_by_product', 'Couldn\'t find variation group for #[product_id] \"[product]\"'),
('en', 'product_variations.error.no_available_products', 'No suitable products were found'),
('en', 'product_variations.error.product_company_does_not_match_to_group_company.mve', 'Product #[product_id] \"[product]\" can\'t be added to the variation group because all products in a variation group must belong to the same vendor.'),
('en', 'product_variations.error.product_company_does_not_match_to_group_company.ult', 'Product #[product_id] \"[product]\" can\'t be added to the variation group because all products in a variation group must belong to the same storefront.'),
('en', 'product_variations.error.product_has_not_required_features', 'Product #[product_id] \"[product]\" doesn\'t have the required features to become a variation. Please set feature values for that product.'),
('en', 'product_variations.error.product_ids_empty', 'Products couldn\'t be found'),
('en', 'product_variations.error.product_not_found', 'Product #[product_id] not found'),
('en', 'product_variations.error.product_not_found_in_group', 'Product #[product_id] not found in variation group \"[group_code]\"'),
('en', 'product_variations.error.product_with_features_combination_exits', 'Product #[product_id] \"[product]\" has the exact same combination of feature values as a variation that already exists in the group.'),
('en', 'product_variations.exim.result_notice', 'Data is imported successfully.<br />New products - <b>[new]</b>;<br />Updated products - <b>[exist]</b>;<br />Skipped products - <b>[skipped]</b>;<br />Total - <b>[total]</b>;<br />Created variations - <b>[variation_created]</b>;<br />Updated variations - <b>[variation_updated]</b>;<br />Disbanded variations - <b>[variation_removed]</b>.'),
('en', 'product_variations.feature_can_be_deleted', 'Couldn\'t delete a feature or its variant because at least one variation group is based on it. Please delete <a href=\"[href]\">these products</a> or disband their product groups, and try again.'),
('en', 'product_variations.feature_used_by_variation_group.tooltip', 'This feature is used by variation group [code]. To choose a different value of this feature for a product, switch to the \"Variations\" tab of the product editing page. New values can be added on the feature editing page.'),
('en', 'product_variations.generator.create_btn', 'Create [n] variation|Create [n] variations'),
('en', 'product_variations.generator.features.placeholder', 'Search for features that can generate variations'),
('en', 'product_variations.generator.feature_variants.add_all_variants', 'Add all variants'),
('en', 'product_variations.generator.feature_variants.placeholder', 'Type to search'),
('en', 'product_variations.generator.table.title', 'Modify the variations to be created:'),
('en', 'product_variations.generator.warning.new_features_add', 'You can add a new feature if you disband the group in the actions menu and create variations again.'),
('en', 'product_variations.group_code', 'Variation group'),
('en', 'product_variations.group_code.description', 'Use the group code on a product editing page or during import to add the product to this group as a variation. A group code can contain only digits, Latin characters, and the following signs: \"-\" and \"_\".'),
('en', 'product_variations.group_code.link', 'Add to variation group'),
('en', 'product_variations.group_code.link.description', 'Select the code of the group to which this product will be added as a variation. If the desired variation group doesn\'t appear among suggestions, please make sure that you have specified the value for every feature that defines the group.'),
('en', 'product_variations.group_code.placeholder', 'Set custom group code here'),
('en', 'product_variations.hide_add_to_wishlist_button', 'Hide add to wish list button'),
('en', 'product_variations.link_existing', 'Use existing products'),
('en', 'product_variations.manage', 'Manage variations'),
('en', 'product_variations.mark_main_product', 'Set as default variation'),
('en', 'product_variations.notice.is_old_product_variation', 'This product is an old variation that hasn\'t been converted yet. To make it work as before the upgrade, <a href=\"[convert_url]\">convert old variations to new variations</a>.'),
('en', 'product_variations.notice.old_product_variations_exists', 'Your store still has old product variations. They currently appear as separate products, without the ability to switch between them. To make them work as before the upgrade, <a href=\"[convert_url]\">convert old variations to new variations</a>. It\'s easy and automatic.'),
('en', 'product_variations.no_available_features', 'This product doesn\'t have features that allow grouping products. Please make sure that:<ol><li>You have created at least one feature with <b>Purpose:</b> <i>Variations as separate products</i> or <i>Variations as one product</i>.</li><li>You have specified the value of that feature for the product.</li></ol>'),
('en', 'product_variations.product_type', 'Product type'),
('en', 'product_variations.product_type.catalog_item', 'Catalog item'),
('en', 'product_variations.product_type.variation_of_catalog_item', 'Variation of a catalog item'),
('en', 'product_variations.remove_variation', 'Remove variation from group'),
('en', 'product_variations.select_variation', 'Select a Variation'),
('en', 'product_variations.show_product_code', 'Show product code'),
('en', 'product_variations.show_variation_thumbnails', 'Show variation thumbnails'),
('en', 'product_variations.too_many_combinations', 'Sorry, there are too many possible variations that can be generated. To prevent heavy load, we won\'t display them here. Please create the products with the right feature values manually or via import, and add them to the group.'),
('en', 'product_variations.upgrade_notification.convert_combination_message', '<p>In the upcoming version 4.12.1, product variations will fully replace option combinations. The code that handles option combinations will be removed. Please note that ONLY <a href=\"https://docs.cs-cart.com/4.11.x/user_guide/manage_products/options/option_combinations.html\" target=\"_blank\">option combinations</a> and their code will be removed. <a href=\"https://docs.cs-cart.com/4.11.x/user_guide/manage_products/options/index.html\" target=\"_blank\">Options</a> themselves will remain exactly as they are now.</p><p>Your store still has option combinations. That\'s why we ask you to convert option combinations into product variations. The process is mostly automatic. We only ask your input to make sure that everything goes smoothly and according to your expectations.</p><p><a href=\"[convert_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Convert option combinations</a></p>'),
('en', 'product_variations.upgrade_notification.convert_combination_message_without_variations', '<p>In the upcoming version 4.12.1, product variations will fully replace option combinations. The code that handles option combinations will be removed. Please note that ONLY <a href=\"https://docs.cs-cart.com/4.11.x/user_guide/manage_products/options/option_combinations.html\" target=\"_blank\">option combinations</a> and their code will be removed. <a href=\"https://docs.cs-cart.com/4.11.x/user_guide/manage_products/options/index.html\" target=\"_blank\">Options</a> themselves will remain exactly as they are now.</p><p>Your store still has option combinations. That\'s why we ask you to convert option combinations into product variations. The process is mostly automatic. We only ask your input to make sure that everything goes smoothly and according to your expectations.</p><p>However, the Product Variations add-on isn\'t active in your store yet. You\'ll need to install or enable it first, and run the conversion.</p><p><a href=\"[search_for_addon]\" target=\"_blank\" class=\"btn btn-large\">1. Activate the add-on</a> <a href=\"[convert_url]\" target=\"_blank\" class=\"btn btn-large\">2. Convert option combinations</a></p>');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('en', 'product_variations.upgrade_notification.convert_combination_title', 'Convert option combinations to product variations'),
('en', 'product_variations.upgrade_notification.convert_variations_message', '<p>Product variations in version 4.10.1 are more powerful than ever. They can now occupy separate positions in the catalog, be filtered and imported easily. To achieve this, we remade variations from scratch. They are now based on features instead of options.</p><p><b>We have disabled the old variations in your store, because they won’t work until they are converted.</b> The conversion is automatic, we just need your consent. Please check what we plan to do, and convert variations to use features.</p><p><a href=\"[convert_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check and convert variations</a> <a href=\"https://docs.cs-cart.com/4.10.x/user_guide/manage_products/products/product_variations.html\" target=\"_blank\" class=\"btn btn-large\">Learn more about variations</a></p>'),
('en', 'product_variations.upgrade_notification.convert_variations_title', 'Convert product variations to use features'),
('en', 'product_variations.variations', 'Variations'),
('en', 'product_variations.variations_filling', 'Variations'),
('en', 'product_variations.variations_list', 'Variations'),
('en', 'product_variations.variations_list_block_name', 'Variations list'),
('en', 'product_variations.variations_list_tab_name', 'View all variations as list'),
('en', 'product_variations.variations_naming_strategy.key_value', 'Color: Red, Size: Small'),
('en', 'product_variations.variations_naming_strategy.value', 'Red, Small'),
('en', 'product_variations.variation_of_product', 'Variation of catalog item <a href=\"[url]\">[product]</a>'),
('en', 'profile', 'Profile'),
('en', 'profiles', 'Profiles'),
('en', 'profile_activated', 'Account activated'),
('en', 'profile_deactivated', 'Account deactivated'),
('en', 'profile_details', 'Profile details'),
('en', 'profile_fields', 'Profile fields'),
('en', 'profile_fields_menu_description', 'Configure the set of fields included in the profile forms.'),
('en', 'profile_field_contains_information', 'Сouldn\'t change the field type: someone has already submitted data in this field.'),
('en', 'profile_field_name', 'Field name'),
('en', 'profile_field_name_tooltip', 'A character sequence that serves as an identifier. You can use figures from 0 to 9, symbols of the English alphabet and \"_\" sign.'),
('en', 'profile_info', 'Profile information'),
('en', 'profile_name', 'Profile name'),
('en', 'profile_type', 'Profile type'),
('en', 'profile_types_section_seller', 'Vendor information'),
('en', 'profile_types_section_user', 'Customers and admins'),
('en', 'project_id', 'Project ID'),
('en', 'project_password', 'Project password'),
('en', 'prolongate_download_key', 'Prolong download key to'),
('en', 'promotion', 'Promotion'),
('en', 'promotions', 'Promotions'),
('en', 'promotions.cond_all', 'all'),
('en', 'promotions.cond_any', 'any'),
('en', 'promotions.cond_false', 'false'),
('en', 'promotions.cond_true', 'true'),
('en', 'promotions_menu_description', 'Promote goods and offer bonuses basing on customers memberships.'),
('en', 'promotion_bonus_discount_on_categories', 'Discount on all products in categories'),
('en', 'promotion_bonus_discount_on_products', 'Discount on products'),
('en', 'promotion_bonus_free_products', 'Free products'),
('en', 'promotion_bonus_free_shipping', 'Free shipping'),
('en', 'promotion_bonus_gift_certificate', 'Gift certificate'),
('en', 'promotion_bonus_give_coupon', 'Give coupon'),
('en', 'promotion_bonus_give_points', 'Give points'),
('en', 'promotion_bonus_give_usergroup', 'Give user group'),
('en', 'promotion_bonus_order_discount', 'Order discount'),
('en', 'promotion_bonus_product_discount', 'Product discount'),
('en', 'promotion_cond_auto_coupons', 'Automatically generated coupon codes'),
('en', 'promotion_cond_birthday', 'Birthday'),
('en', 'promotion_cond_categories', 'Categories'),
('en', 'promotion_cond_country', 'Customer country (shipping)'),
('en', 'promotion_cond_coupon_code', 'Coupon code'),
('en', 'promotion_cond_feature', 'Product feature'),
('en', 'promotion_cond_number_of_usages', 'Number of usages'),
('en', 'promotion_cond_once_per_customer', 'Once per customer'),
('en', 'promotion_cond_payment', 'Payment method'),
('en', 'promotion_cond_price', 'Product price'),
('en', 'promotion_cond_products', 'Products'),
('en', 'promotion_cond_products_number', 'Total products in the cart'),
('en', 'promotion_cond_purchased_products', 'Purchased products'),
('en', 'promotion_cond_reward_points', 'Points on user account'),
('en', 'promotion_cond_shipping', 'Shipping methods'),
('en', 'promotion_cond_state', 'Customer state (shipping)'),
('en', 'promotion_cond_subscribed', 'Customer is subscribed'),
('en', 'promotion_cond_subtotal', 'Order subtotal'),
('en', 'promotion_cond_total', 'Order total'),
('en', 'promotion_cond_total_weight', 'Total products weight in the cart'),
('en', 'promotion_cond_usergroup', 'User group'),
('en', 'promotion_cond_users', 'Users'),
('en', 'promotion_cond_zip_postal_code', 'Customer zip/postal code (shipping)'),
('en', 'promotion_op_amount', 'amount'),
('en', 'promotion_op_cont', 'contains'),
('en', 'promotion_op_eq', 'equal'),
('en', 'promotion_op_gt', 'greater'),
('en', 'promotion_op_gte', 'equal or greater'),
('en', 'promotion_op_in', 'in'),
('en', 'promotion_op_lt', 'less'),
('en', 'promotion_op_lte', 'equal or less'),
('en', 'promotion_op_ncont', 'doesn\'t contain'),
('en', 'promotion_op_neq', 'not equal'),
('en', 'promotion_op_nin', 'not in'),
('en', 'promo_code', 'Promo code'),
('en', 'promo_code_or_certificate', 'Gift certificate or promo code'),
('en', 'promo_text', 'Promo text'),
('en', 'properties', 'Properties'),
('en', 'protection_eligibility', 'Protection eligibility'),
('en', 'provider', 'Provider'),
('en', 'pspid', 'PSPID'),
('en', 'public', 'Public'),
('en', 'public_files', 'Public files'),
('en', 'public_key', 'Public key'),
('en', 'purchased', 'Purchased'),
('en', 'purchased_in_orders', 'Purchased in orders'),
('en', 'purchased_qty', 'Purchased qty'),
('en', 'purchasers_name', 'From'),
('en', 'purchase_gift_certificate', 'Purchase Gift Certificate'),
('en', 'purpose', 'Purpose'),
('en', 'qty', 'Qty'),
('en', 'qty_discounts', 'Quantity discounts'),
('en', 'qty_discount_type_tooltip', 'Fixed amount/Percentage to be taken off the price'),
('en', 'quantity', 'Quantity'),
('en', 'quantity_step', 'Quantity step'),
('en', 'query', 'Query'),
('en', 'questions', 'Questions'),
('en', 'question_text', 'Question text'),
('en', 'quick_checkout', 'Quick checkout'),
('en', 'quick_links', 'Quick links'),
('en', 'quick_menu', 'Quick menu'),
('en', 'quick_product_viewer', 'Quick product viewer'),
('en', 'quick_view', 'Quick view'),
('en', 'radiogroup', 'Radio group'),
('en', 'random', 'Random'),
('en', 'rank_number', 'Rank (\'machine\') number'),
('en', 'rates_calculated_info', 'Rates are calculated for [n] product that costs [price].|Rates are calculated for [n] products that cost [price].'),
('en', 'rates_depend_on', 'Rates depend on'),
('en', 'rate_area', 'Rate area'),
('en', 'rate_areas', 'Rate areas'),
('en', 'rate_calculation', 'Rate calculation'),
('en', 'rate_calculation_by_customer_address', 'By customer\'s address'),
('en', 'rate_calculation_by_rate_area', 'Manual (by defined rate area)'),
('en', 'rate_calculation_manual', 'Manual (by defined location)'),
('en', 'rate_calculation_manual_by_rate_area', 'Manual (by rate areas)'),
('en', 'rate_calculation_realtime', 'Realtime'),
('en', 'rate_calculation_realtime_automatic', 'Real-time (automatic)'),
('en', 'rate_value', 'Rate value'),
('en', 'rating', 'Rating'),
('en', 'read', 'Read'),
('en', 'readme', 'Readme'),
('en', 'read_more_3d_secure', 'Read more about 3-D Secure'),
('en', 'reason', 'Reason'),
('en', 'reasons', 'reasons'),
('en', 'reason_text', 'Payment processor response'),
('en', 'rebuild_cache_automatically', 'Rebuild cache automatically'),
('en', 'rebuild_cache_automatically_tooltip', 'Modified files are tracked in real time (including the files modified directly on server) and re-cached. Block cache will be disabled. Store performance may be slightly affected. Recommended to disable on production.'),
('en', 'rebuild_combinations', 'Rebuild combinations'),
('en', 'recalculate', 'Recalculate'),
('en', 'recalculate_order', 'Recalculate order'),
('en', 'recalculate_rates', 'Recalculate rates'),
('en', 'recalculate_shipping_cost', 'Recalculate shipping cost'),
('en', 'recalculate_totals', 'Recalculate totals'),
('en', 'recaptcha.error_recaptcha_v3_failed', 'Sorry, the anti-bot validation has failed. If you\'re seeing this message, please contact us and let us know about it.'),
('en', 'recaptcha.none', 'none'),
('en', 'recaptcha.recaptcha_v2', 'reCAPTCHA v2'),
('en', 'recaptcha.recaptcha_v3', 'reCAPTCHA v3'),
('en', 'recaptcha.text_forbidden_countries_notice', '<p>Google reCAPTACHA will be disabled for the selected countries. Instead, visitors from those countries will be asked to type a few symbols they see on the screen.</p>'),
('en', 'recaptcha.text_settings_notice', '<p>The instructions on how to get the <b>site key</b> and <b>secret</b> are available <b><a target=\"_blank\" href=\"https://developers.google.com/recaptcha/intro\">here</a></b>.<br>Please note that the add-on currently supports only <b>reCAPTCHA v2: Checkbox</b></p>'),
('en', 'recaptcha_settings_notice', '<p>The instructions on how to get the <b>site key</b> and <b>secret</b> are available <b><a target=\"_blank\" href=\"https://developers.google.com/recaptcha/docs/start\">here</a></b>.</p>'),
('en', 'recaptcha_upgrade_notification_text', '[product] now comes with the <b>Google reCAPTCHA</b> add-on to improve anti-bot validation. The add-on has been installed and activated during the upgrade, but the old CAPTCHA will still be used until you configure the add-on. We recommend switching to Google reCAPTCHA as soon as possible. To do that: <ol><li>Go to <b>Add-ons → Manage add-ons</b>.</li><li>Find and click on <b>Google reCAPTCHA</b> in the list of add-ons.</li><li>A pop-up window will open. Enter <b>Site key</b> and <b>Secret token</b>, then save your changes. The instructions on how to get the key and token are available <a href=\'https://developers.google.com/recaptcha/docs/start\'>here</a>.</li></ol> <b>The Google reCAPTCHA add-on supports only the Responsive theme and its <a href=\'http://docs.cs-cart.com/4.5.x/designer_guide/parent_themes.html\'>child themes</a>.</b> Please contact the developer of your theme for more information before you switch to Google reCAPTCHA.'),
('en', 'recaptcha_upgrade_notification_title', 'Switch to Google reCAPTCHA to protect against bots'),
('en', 'receivers', 'Receivers'),
('en', 'recent_activity', 'Recent activity'),
('en', 'recent_blog_posts', 'Recent blog posts'),
('en', 'recent_orders', 'Recent orders'),
('en', 'recent_products', 'Recently viewed'),
('en', 'recheck', 'Re-check'),
('en', 'recipient', 'Recipient'),
('en', 'recipients_name', 'To'),
('en', 'recipient_description', 'Description of the Merchant'),
('en', 'recommended', 'Recommended'),
('en', 'recommenders', 'REES46'),
('en', 'recover', 'Recover'),
('en', 'recover_password', 'Reset password'),
('en', 'recover_password_subj', 'Password recovery'),
('en', 'recursively', 'Recursively'),
('en', 'redesk_connection_ask_question', 'Ask a question'),
('en', 'redesk_connection_create_ticket', 'Contact vendor'),
('en', 'redesk_connection_multivendor_contact_form_info', 'If all is set up correctly, you can use the following contact form with the Re:Desk departments, which will send the messages directly to your Re:Desk help desk:<br /><a href=\"[http_location]/?dispatch=redesk_connection_multivendor.contact\" target=\"_blank\">[http_location]/?dispatch=redesk_connection_multivendor.contact</a>'),
('en', 'redesk_connection_multivendor_manage', 'Import Vendors into Re:Desk'),
('en', 'redesk_create_vendors_accounts', 'Create manager accounts into Re:Desk for Vendors'),
('en', 'redesk_import_vendors', 'Import vendors into Re:Desk'),
('en', 'redesk_import_vendors_as_departments', 'Import Vendors into Re:Desk as Departments'),
('en', 'redirect_customer_from_storefront', 'Redirect visitors of this storefront to the one that has countries to which the visitors\' IP addresses belong defined'),
('en', 'rees46_docs', '\n            <p>Please check out the <a href=\"http://docs.rees46.com/pages/viewpage.action?pageId=1409157\" target=\"_blank\">detailed instructions</a> on configuring the module and placing the recommendations widgets.</p>\n        '),
('en', 'rees46_error_export_order', 'To upload orders, enter Store and Secret Keys in the module settings.'),
('en', 'rees46_export_order', 'Export order'),
('en', 'rees46_export_success', 'Unloading orders REES46 successfully initiated.'),
('en', 'rees46_export_unsuccess', 'Unloading of the orders in REES46 has failed.'),
('en', 'rees46_info', '\n            <p>If you have not yet registered at REES46.com, please  <a href=\"http://rees46.com\" target=\"_blank\">sign up</a>. After that you should enter the information about your online store in your REES46 <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">personal account</a>. Pay attention at the \"<b>Store Key</b>\" и \"<b>Secret Key</b>\" which are needed to configure the module.</p>\n        '),
('en', 'rees46_menu', 'Recommender Engine REES46'),
('en', 'rees46_menu_settings', 'Settings'),
('en', 'rees46_orders', '\n            <p>The learning process of recommendation algorithm takes some time. The principal time is required to collect the information and build relationships between customers and products. You may speed up the learning process by uploading to REES46 your order history for the past six months. This will allow you to create the recommendations to your existing customers as well as to generate more detailed connections between the goods. The upload may take some time.</p>\n        '),
('en', 'rees46_orientation_horizontal', 'Horizontal'),
('en', 'rees46_orientation_vertical', 'Vertical'),
('en', 'rees46_products_per_line', 'Number of products in each line'),
('en', 'rees46_recommender_code', 'Unique code of the recommendation widget'),
('en', 'rees46_recommender_orientation', 'Widget orientation'),
('en', 'rees46_statistics', '\n            <p>To analyze the statistics of product recommendations, please sign in your <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">REES46 personal account</a>.</p>\n        '),
('en', 'rees46_yml', '\n            <p>Please copy the link below and paste in the settings of your REES46 <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">profile</a>.</p>\n        '),
('en', 'referer', 'Referer'),
('en', 'referrers', 'Referrers'),
('en', 'referrer_domain', 'Referrer domain'),
('en', 'refresh', 'Refresh'),
('en', 'refresh_packages_list', 'Refresh available upgrades'),
('en', 'refund', 'Refund'),
('en', 'refunded', 'Refunded'),
('en', 'refunded_amount', 'Refunded amount'),
('en', 'regexp', 'RegExp'),
('en', 'regexp_hint', 'If you are using the regexp checking, it is necessary to set a prompting message informing of the incorrect filling of the field, otherwise, the checking will not be performed'),
('en', 'region', 'Region'),
('en', 'regions', 'Regions'),
('en', 'register', 'Register'),
('en', 'registered', 'Registered'),
('en', 'registered_customers', 'Registered customers'),
('en', 'register_autoresponder', 'Confirmation email'),
('en', 'register_new_account', 'Register for a new account'),
('en', 'register_profile', 'Register profile'),
('en', 'registration', 'Registration'),
('en', 'registration_date', 'Registration date'),
('en', 'regnumber', 'Registration number'),
('en', 'related_gift_cert', 'Related gift certificates'),
('en', 'related_order', 'Related order'),
('en', 'release_date', 'Release date'),
('en', 'remember_me', 'Remember me'),
('en', 'remove', 'Remove'),
('en', 'remove_addon_from_favorites', 'Remove add-on from favorites'),
('en', 'remove_backup_files', 'Remove backup files'),
('en', 'remove_cc_info', 'Remove CC info'),
('en', 'remove_invoice', 'Remove invoice'),
('en', 'remove_new_orders_filter_upgrade_notification_text', '<p>In previous versions, every administrator could search for orders that he or she hadn\'t viewed yet (\"New orders\"). Because not every administrator views every order, the list of \"new orders\" only kept growing, which could affect the database negatively in a very long run.</p><p>The \"New orders\" condition in the advanced search has been removed. Please take that into account if you have any saved searches with that condition.</p><p><a href=\"[saved_searches]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check saved searches</a></p>'),
('en', 'remove_new_orders_filter_upgrade_notification_title', 'Search for \"New orders\" removed'),
('en', 'remove_theme', 'Remove theme'),
('en', 'remove_this_item', 'Remove this item'),
('en', 'rename', 'Rename'),
('en', 'repay_order', 'Pay order'),
('en', 'reply', 'Reply'),
('en', 'reply_to', 'Reply to'),
('en', 'report', 'Report'),
('en', 'reports', 'Reports'),
('en', 'reports_interval_1', 'Total'),
('en', 'reports_interval_3', 'Day'),
('en', 'reports_interval_5', 'Week'),
('en', 'reports_interval_7', 'Month'),
('en', 'reports_interval_9', 'Year'),
('en', 'reports_list', 'Reports list'),
('en', 'reports_parameter_1', 'Order totals'),
('en', 'reports_parameter_10', 'Shipping costs'),
('en', 'reports_parameter_11', 'Categories'),
('en', 'reports_parameter_12', 'Products'),
('en', 'reports_parameter_13', 'Product costs'),
('en', 'reports_parameter_14', 'The number of products'),
('en', 'reports_parameter_15', 'Managers'),
('en', 'reports_parameter_2', 'The number of orders'),
('en', 'reports_parameter_3', 'Orders'),
('en', 'reports_parameter_4', 'Statuses of orders'),
('en', 'reports_parameter_5', 'Payment methods'),
('en', 'reports_parameter_6', 'Rate areas'),
('en', 'reports_parameter_7', 'Users'),
('en', 'reports_parameter_8', 'Discounts and coupons'),
('en', 'reports_parameter_9', 'Taxes'),
('en', 'report_a_bug', 'Report a bug'),
('en', 'request', 'Request'),
('en', 'requests_count', 'Requests count'),
('en', 'requesttype', 'Request type'),
('en', 'request_account_name', 'Requested account name'),
('en', 'request_error_information', 'Customers have experienced issues with receiving rates from <b>the [shipping]</b> shipping method. Please make sure that is configured properly and that the shipping rate calculation is correct'),
('en', 'request_error_information_title', 'Shipping error'),
('en', 'request_statuses', 'request statuses'),
('en', 'required', 'Required'),
('en', 'required_not_answered', 'You should answer all the mandatory questions'),
('en', 'required_products', 'Required products'),
('en', 'required_products_added', 'The following required product(s) were added to your cart'),
('en', 'required_products_out_of_stock', 'This product cannot be added to your cart, because following required product(s) are out of stock:'),
('en', 'required_profile_field_description', 'The \"[field_name]\" profile field is required as it is used to calculate shipping rates.'),
('en', 'requires_upgrade', 'Requires [product] upgrade'),
('en', 'reset', 'Reset'),
('en', 'reset_filter', 'Reset filter'),
('en', 'reset_inventory', 'Reset inventory'),
('en', 'reset_password', 'Reset password'),
('en', 'reset_quantity_to_zero', 'Set quantity of all products to zero'),
('en', 'reset_quantity_to_zero_tooltip', 'If you enable this setting, all the products in your store will have their quantity set to 0, except for the products that have the quantity specified in the imported file.'),
('en', 'resolved', 'Resolved'),
('en', 'response', 'Response'),
('en', 'responsive_admin.email_order_invoice_subject', '[company_name]: Invoice for order'),
('en', 'restore', 'Restore'),
('en', 'restore_default', 'Use default value'),
('en', 'restore_default_value', 'Restore default value'),
('en', 'restore_from_repository', 'Restore from the repository'),
('en', 'restore_original', 'Restore original'),
('en', 'restore_robots', 'Restore the default robots.txt'),
('en', 'ResultCode', 'ResultCode'),
('en', 'ResultDescription', 'ResultDescription'),
('en', 'return', 'Return to normal view'),
('en', 'returnable', 'Returnable'),
('en', 'returnable_product', 'Returnable product'),
('en', 'returned_product', 'Returned product'),
('en', 'returned_products', 'Returned products'),
('en', 'returning_customer', 'Returning customer'),
('en', 'returns', 'Returns'),
('en', 'returns_info', 'Returns info'),
('en', 'return_info', 'Return information'),
('en', 'return_period', 'Return period'),
('en', 'return_period_days', 'Return period (days)'),
('en', 'return_printslip', 'Etiqueta de retorno'),
('en', 'return_products_information', 'Return products information'),
('en', 'return_registration', 'Request a replacement or a refund'),
('en', 'return_requests', 'Return requests'),
('en', 'return_requests_menu_description', 'View and process return requests from orders placed on your web site.'),
('en', 'return_requests_note', 'Go to the list of your return requests'),
('en', 'return_status', 'Return status'),
('en', 'return_url_target', 'Return URL target'),
('en', 'reuse', 'Reuse'),
('en', 'reversa_rastreamento', 'Rastreamento'),
('en', 'reversed', 'Reversed'),
('en', 'revert', 'Revert'),
('en', 'reviews', 'review|reviews'),
('en', 'reward_points', 'Reward points'),
('en', 'reward_points_log', 'Reward points log'),
('en', 'reward_points_menu_description', 'Assign global reward points in your store.'),
('en', 'reward_points_subj_added_to', '[n] point have been added to your account.|[n] points have been added to your account.'),
('en', 'reward_points_subj_subtracted_from', '[n] point have been subtracted from your account.|[n] points have been subtracted from your account.'),
('en', 're_desk_contact_us', 'Contact us'),
('en', 're_desk_department', 'Vendor'),
('en', 're_desk_full_name', 'Full name'),
('en', 're_desk_thank_you', 'Thank you, your message has been sent.'),
('en', 're_desk_you_can_send', 'You can send us a message using the form below.'),
('en', 're_order', 'Reorder this order'),
('en', 'right', 'Right'),
('en', 'right_to_left_orientation', 'Right to left orientation'),
('en', 'risk_checking', 'Risk checking is in process. Please try reloading this page in a minute.'),
('en', 'risk_information', 'Risk information'),
('en', 'rma', 'RMA'),
('en', 'rma.choose_change_return_status', 'What to do with the order'),
('en', 'rma.dont_recalculate_order', 'Don\'t recalculate order'),
('en', 'rma.manually_recalculate_order', 'Set the new order total manually'),
('en', 'rma.order_total_will_changed', 'The order total will be set to'),
('en', 'rma.please_confirm_decision', 'Please confirm your decision.'),
('en', 'rma.recalculate_order', 'Recalculate order'),
('en', 'rma.shipping_costs_will_changed', 'Shipping costs will be set to'),
('en', 'rma.text_return_change_warning', 'The status of return request will change from [old_status] to [new_status].'),
('en', 'rma_actions', 'RMA actions'),
('en', 'rma_notify_supplier', 'Notify supplier'),
('en', 'rma_reasons', 'RMA reasons'),
('en', 'rma_request_statuses', 'RMA request statuses'),
('en', 'rma_return', 'Return'),
('en', 'robots_title', 'Editing: robots.txt'),
('en', 'romanian', 'Romanian'),
('en', 'root_category', 'Root category'),
('en', 'root_level', 'Root level'),
('en', 'root_page', 'Root level page'),
('en', 'round_to', 'Round to'),
('en', 'routing_code', 'Routing Number'),
('en', 'rss_created', 'Created'),
('en', 'rss_display_add_to_cart', 'Display add to cart button'),
('en', 'rss_display_image', 'Display image'),
('en', 'rss_display_original_price', 'Display net price'),
('en', 'rss_display_price', 'Display gross price'),
('en', 'rss_display_sku', 'Display SKU'),
('en', 'rss_feed', 'RSS feed'),
('en', 'rss_sort_by', 'Sort items by'),
('en', 'rss_updated', 'Updated'),
('en', 'ru.tax_and_payments.upgrade_message.message', '<p>You have upgraded to [product] [version]. This version is prepared for the recent changes in Russian legislation (the increase of VAT to 20% and the support of Fiscal Data Format 1.05 for online cash registers). You\'ll only need to do this:</p><p>— If you use ATOL Online, switch to Fiscal Data Format 1.05 as described <a href=\"https://www.cs-cart.ru/blog/vyishel-cs-cart-4-9-2-c-podderzhkoy-ffd-1-05-v-atol-onlayn/\" target=\"_blank\">in our Russian blog</a>. You may have done it already after the release of version 4.9.2.</p>[tax_conversion][failing_services]'),
('en', 'ru.tax_and_payments.upgrade_message.title', 'Russian Legislation: Preparing for January 1, 2019'),
('en', 'runtime', 'Runtime'),
('en', 'russian', 'Russian'),
('en', 'rus_geolocation_upgrade_notification_text', '<p>The <b>[rus_geolocation_addon]</b> add-on allowed your customers to select their city and see estimated shipping rates on a product page. That functionality is now a part of a new add-on called <b>[geo_maps_addon]</b>. It is already installed and active.</p><p>Two geolocation add-ons shouldn’t be active at the same time. Please make sure that the old <b>[rus_geolocation_addon]</b> add-on is disabled.</p><p><a href=\"[disable_geolocation]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Disable deprecated add-on here</a></p>'),
('en', 'rus_geolocation_upgrade_notification_title', 'Geolocation: Add-ons deprecated in favor of [geo_maps_addon]'),
('en', 'sale', 'Sale'),
('en', 'sales', 'Sales'),
('en', 'sales_amount', 'Sales amount'),
('en', 'sales_commission', 'Sales commission'),
('en', 'sales_period', 'Sales period'),
('en', 'sales_period_total', 'Sales period total'),
('en', 'sales_reports', 'Sales reports'),
('en', 'sales_reports_menu_description', 'Detailed statistics on the sales.'),
('en', 'sales_reports_side_bar_notes', 'To include Order statuses, Payment methods and Rate areas in the conditions list, check the necessary item and click on the \"Save\" button.'),
('en', 'salt', 'Salt'),
('en', 'same_as_source', 'same as source'),
('en', 'save', 'Save'),
('en', 'saved_search', 'Saved searches'),
('en', 'saved_search.set_as_default', 'Set as default'),
('en', 'saved_search.set_as_default_confirm', 'Saved search \"[name]\" will open by default instead of the full list of objects. Is that what you\'d like?'),
('en', 'saved_search.set_as_non_default', 'Set as non-default'),
('en', 'saved_search.set_as_non_default_confirm', 'The full list of objects will open by default instead of saved search \"[name]\". Is that what you\'d like?'),
('en', 'save_and_close', 'Save and close'),
('en', 'save_and_send', 'Save and send'),
('en', 'save_as', 'Save As...'),
('en', 'save_cc', 'Salvar cartão de crédito'),
('en', 'save_changes', 'Save changes'),
('en', 'save_directory', 'Server directory'),
('en', 'save_discount', 'Save'),
('en', 'save_layout', 'Save layout'),
('en', 'save_layout_as', 'Save layout as'),
('en', 'save_process_payment', 'Save and process payment'),
('en', 'save_this_search_as', 'Save this search as'),
('en', 'sb_share', 'Share'),
('en', 'scan_for_modified_core_files', 'Scan for changed core files'),
('en', 'scb_text_notice', 'Please send the following URL to the SCB support to be set as PostbackURL: <br /><b>[return_url]</b>'),
('en', 'screen', 'Screen'),
('en', 'screen_resolution', 'Screen resolution'),
('en', 'script', 'Script'),
('en', 'scroller_direction', 'Auto-scroll direction'),
('en', 'scroll_per_page', 'Scroll per page'),
('en', 'search', 'Search'),
('en', 'search_again', 'Search again'),
('en', 'search_by_order', 'Search by order'),
('en', 'search_by_owner', 'Search by owner'),
('en', 'search_by_price', 'Search by price'),
('en', 'search_by_product_features', 'Search by product features'),
('en', 'search_by_product_filters', 'Search by product filters'),
('en', 'search_by_sku', 'Search by product code'),
('en', 'search_by_supplier', 'Search by supplier'),
('en', 'search_by_vendor', 'Search by vendor'),
('en', 'search_by_weight', 'Search by weight'),
('en', 'search_engine', 'Search engine'),
('en', 'search_for_pattern', 'Search for pattern'),
('en', 'search_in', 'Search in'),
('en', 'search_in_category', 'Search in category'),
('en', 'search_in_subcategories', 'Search in subcategories'),
('en', 'search_options', 'Search options'),
('en', 'search_product', 'Search product'),
('en', 'search_products', 'Search products'),
('en', 'search_results', 'Search results'),
('en', 'search_results_for', 'Search results for [search]'),
('en', 'search_string', 'Search string'),
('en', 'search_tooltip', 'Search for products, customers, orders and CMS pages'),
('en', 'search_words', 'Search words'),
('en', 'secondary_categories', 'Secondary category'),
('en', 'seconds_left', '[n] second left|[n] seconds left'),
('en', 'secret_key', 'Secret key'),
('en', 'secret_string', 'Secret string'),
('en', 'secret_word', 'Secret word'),
('en', 'section', 'Section'),
('en', 'section_is_not_completed', 'Section is not completed.'),
('en', 'section_links', 'Section links'),
('en', 'section_name', 'Section name'),
('en', 'secure', 'Secure'),
('en', 'secure_checkout', 'Secure checkout'),
('en', 'secure_storefront_url', 'Secure storefront URL'),
('en', 'secure_storefront_url_already_exists', 'The value of the <strong>Secure storefront URL</strong> parameter mentioned by you already belongs to another company.'),
('en', 'security', 'Security'),
('en', 'security_settings', 'Security settings'),
('en', 'see_demo', 'See demo'),
('en', 'see_full_templates_list', 'Can\'t find a notification you\'re looking for?<br/><a href=\"[email_template_manage]\">See the full list of email templates</a><br/><a href=\"[internal_template_manage]\">See the full list of on-site notification templates</a>'),
('en', 'select', 'Select'),
('en', 'selectbox', 'Select box'),
('en', 'selected', 'Selected'),
('en', 'selected_fields', 'Selected fields'),
('en', 'selected_filters', 'Selected filters'),
('en', 'selected_items', 'Selected items'),
('en', 'select_all', 'Select all'),
('en', 'select_all_product_options', 'You should select all product options'),
('en', 'select_block', 'Select block'),
('en', 'select_categories', 'Select categories'),
('en', 'select_coordinates', 'Select coordinates'),
('en', 'select_country', 'Select country'),
('en', 'select_customer', 'Select customer'),
('en', 'select_dates', 'Select dates'),
('en', 'select_default', 'Select default'),
('en', 'select_descr_lang', 'Select the description language'),
('en', 'select_developer', 'Select developer'),
('en', 'select_fields_to_edit', 'Select fields to edit'),
('en', 'select_file', 'Select file'),
('en', 'select_image', 'Select image'),
('en', 'select_new_owner_company', 'Select a new owner of this company\'s profile data:'),
('en', 'select_one_or_more_type', 'Select one or more options'),
('en', 'select_options', 'Select options'),
('en', 'select_option_above', 'Select the previous option first'),
('en', 'select_product', 'Select product'),
('en', 'select_products', 'Select products'),
('en', 'select_profile', 'Select profile'),
('en', 'select_selectbox_option', 'Select option'),
('en', 'select_shipping_method', 'Select shipping method'),
('en', 'select_single_type', 'Select single option'),
('en', 'select_state', 'Select state'),
('en', 'select_storefront', 'Select [store] storefront'),
('en', 'select_tables', 'Select tables'),
('en', 'sell_files', 'Files to sell'),
('en', 'semicolon', 'Semicolon'),
('en', 'send', 'Send'),
('en', 'sender', 'Sender'),
('en', 'sending_email_to', 'Sending email to [email]...'),
('en', 'send_feedback', 'Help us improve [product]'),
('en', 'send_invitations', 'Invite'),
('en', 'send_notification', 'Send notification to selected'),
('en', 'send_shipment_notification_to_customer', 'Send shipment notification to customer'),
('en', 'send_shipping_address', 'Send customer shipping address'),
('en', 'send_test_email', 'Send test email'),
('en', 'send_test_notification', 'Send test notification'),
('en', 'send_to', 'Send to'),
('en', 'send_to_test_email', 'Send to test email'),
('en', 'send_via', 'Send via'),
('en', 'send_via_email', 'Send via email'),
('en', 'send_via_postal_mail', 'Send via postal mail'),
('en', 'sent', 'Sent'),
('en', 'seo', 'SEO'),
('en', 'seo.brand', 'Brand'),
('en', 'seo.create_redirect', 'Create redirect from old URL'),
('en', 'seo.default_storefront_frontend_default_language_warning', 'The <a href=\"[link]\">SEO</a> add-on is currently configured to use a single URL for all languages. If you change a default language of the default storefront, the SEO URLs will be changed for all storefronts.'),
('en', 'seo.error_at_creation_seo_name', 'The following SEO name already exists in your store: <b>[names]</b>. <p> The following SEO name was used instead: <b>[new_names]</b>.|The following SEO names already exist in your store: <b>[names]</b>. The following SEO names were used instead: <b>[new_names]</b>.'),
('en', 'seo.error_incorrect_url', 'Incorrect format for <b>[url]</b> URL. For example, if your URL is <b>http://example.com/path/to/object</b>, you need to enter <b>/path/to/object</b>'),
('en', 'seo.error_old_url_exists', 'The URL you\'re redirecting from is already exist'),
('en', 'seo.feature_code.brand.description', 'Name used by an organization or business person for labeling a product'),
('en', 'seo.feature_code.gtin.description', 'Global Trade Item Number'),
('en', 'seo.feature_code.isbn.description', 'International Standard Book Number'),
('en', 'seo.feature_code.mpn.description', 'Manufacturer Part Number'),
('en', 'seo.gtin', 'GTIN'),
('en', 'seo.important_language_text', '<b>Warning!</b> The <b>SEO</b> add-on is currently configured to use a single URL for all languages. If you hide, disable, or delete a default language of one of the storefronts, the SEO URLs will be changed.'),
('en', 'seo.isbn', 'ISBN'),
('en', 'seo.MPN', 'MPN'),
('en', 'seo.new_redirect', 'New Redirect'),
('en', 'seo.new_url', 'New URL'),
('en', 'seo.old_url', 'Old URL'),
('en', 'seo.product_feature.feature_code.notice', 'A suitable code can help this feature appear with the product in search engines. Supported codes:'),
('en', 'seo.redirects_manager', '301 redirects'),
('en', 'seo.redirects_manager_menu_description', 'Manages redirect rules from old URLs'),
('en', 'seo.rich_snippets', 'Google rich snippets preview'),
('en', 'seo.rich_snippets_rating', 'Rating'),
('en', 'seo.rich_snippets_reviews', '[n] review|[n] reviews'),
('en', 'seo.storefront_frontend_default_language_warning', 'The <a href=\"[link]\">SEO</a> add-on is currently configured to use a single URL for all languages. If you change a default language of this storefront, the SEO URLs will be changed.'),
('en', 'seo.upgrade_notes.seo_language.message', 'To improve rating in search engines, we have changed the behavior of the \"Show language in URL\" setting. The default language of the storefront will no longer be displayed in the URL. If your storefront in the default language was previously located at <b>[old_store_url]</b>, it will now be available at <b>[new_store_url]</b>.<br/>All old URLs will be redirected correctly to the new ones.'),
('en', 'seo.upgrade_notes.seo_language.title', 'Changes in SEO add-on'),
('en', 'seo_menu_description', 'SEO settings of your store.'),
('en', 'seo_meta_data', 'Meta data'),
('en', 'seo_name', 'SEO name'),
('en', 'seo_page_title', 'page [n]'),
('en', 'seo_robots', 'robots.txt'),
('en', 'seo_rules', 'SEO rules'),
('en', 'seo_rules_menu_description', 'Use this section to define global rules for the URLs rewritten in your store.'),
('en', 'separate_multiple_email_addresses', 'If you enter multiple emails, write each of them in a new line.'),
('en', 'separator', 'Separator'),
('en', 'sequential', 'Sequential'),
('en', 'server', 'Server'),
('en', 'service_not_available', 'This service is not available.'),
('en', 'set', 'Set'),
('en', 'settings', 'Settings'),
('en', 'settings.smtp_error', 'SMTP Error'),
('en', 'settings_overwrite_text', '<b>[theme_name]</b> will set following settings on activation'),
('en', 'settings_overwrite_title', 'The theme overwrites store settings'),
('en', 'settings_wizard', 'Settings wizard'),
('en', 'settings_wizard_close_tooltip', 'Wizard will be possible to re-open in the menu \'Settings -> Settings wizard\'.'),
('en', 'settings_wizard_title', 'Settings wizard: Step [current_step] of [total_steps]'),
('en', 'setting_min_order_amount_type_was_hidden_upgrade_notification_text', '<p>Previously, the <b>Minimum order amount</b> in your store included the shipping costs. If the minimum order amount was $50, and a customer bought 2 products at $20 each, and the shipping cost was $12, then it would be possible to place an order. But now this behavior has changed: only the total price of all products in the cart will determine whether the minimum order amount has been reached.</p><p>Please go to <b>Settings → Checkout</b> and adjust your <b>Minimum order amount</b> to reflect this change.</p><p><a href=\"[checkout_settings]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Open checkout settings</a></p>'),
('en', 'setting_min_order_amount_type_was_hidden_upgrade_notification_title', 'Setting \"Define minimum order amount by\" removed'),
('en', 'settled_order_status', 'Consider order paid'),
('en', 'set_custom_configuration', 'Set custom configuration'),
('en', 'share', 'Share'),
('en', 'share.congratulations_first_order', 'Congratulations on you first complete order.'),
('en', 'share.first_order_tweet', 'Wow! The first complete order in my [product]-powered store'),
('en', 'share.installation_tweet', 'I have just created an online store with [product_name]'),
('en', 'sharedsec', 'SharedSec'),
('en', 'shared_secret', 'Shared Secret'),
('en', 'share_discount', 'Share discount'),
('en', 'sha_sign', 'SHA-1 Signature'),
('en', 'shipment', 'Shipment'),
('en', 'shipments', 'Shipments'),
('en', 'shipments_menu_description', 'View and print packing slips for shipments created from orders.'),
('en', 'shipment_date', 'Shipment date'),
('en', 'shipment_details', 'Shipment details'),
('en', 'shipment_has_been_created', 'Shipment has been created'),
('en', 'shipment_id', 'Shipment ID'),
('en', 'shipment_info', 'Shipment information'),
('en', 'shipment_statuses', 'Shipment statuses'),
('en', 'shipped', 'Shipped'),
('en', 'shipped_products', 'Shipped products'),
('en', 'shipper_number', 'Shipper number'),
('en', 'shipping', 'Shipping'),
('en', 'shipping.pricing', 'Pricing'),
('en', 'shippings', 'Shippings'),
('en', 'shippings.aup.currency_not_configured', 'To activate the Australia Post shipping processor, you must have the Australian Dollar currency enabled.'),
('en', 'shippings.aup.pac_api_key', 'PAC API key'),
('en', 'shippings.can.api_keys', 'API keys'),
('en', 'shippings.can.business_account_information', 'Business account information'),
('en', 'shippings.can.contract_id', 'Contract ID'),
('en', 'shippings.can.customer_number', 'Customer number'),
('en', 'shippings.can.options', 'Delivery options'),
('en', 'shippings.can.option_cod', 'Collect on Delivery'),
('en', 'shippings.can.option_cov', 'Coverage'),
('en', 'shippings.can.option_cov_amount', 'Coverage amount'),
('en', 'shippings.can.option_dns', 'Do not safe drop'),
('en', 'shippings.can.option_hfp', 'Card for pickup'),
('en', 'shippings.can.option_lad', 'Leave at door - do not card'),
('en', 'shippings.can.option_pa18', 'Proof of Age Required - 18'),
('en', 'shippings.can.option_pa19', 'Proof of Age Required - 19'),
('en', 'shippings.can.option_so', 'Signature'),
('en', 'shippings.can.password', 'Password'),
('en', 'shippings.can.username', 'Username'),
('en', 'shippings.currency_not_found', 'Currency [currency] was not found'),
('en', 'shippings.fedex.currency_is_missing', 'The rates calculated by FedEx are in [currency], and that currency doesn\'t exist in your store. Please create that currency; otherwise customers won\'t be able to select this shipping method.'),
('en', 'shippings.fedex.freight_account_number', 'Freight account number'),
('en', 'shippings.fedex.options', 'Delivery options'),
('en', 'shippings.fedex.option_broker_select_option', 'Broker select option'),
('en', 'shippings.fedex.option_call_before_delivery', 'Call before delivery'),
('en', 'shippings.fedex.option_cod', 'COD'),
('en', 'shippings.fedex.option_cod_amount', 'COD amount'),
('en', 'shippings.fedex.option_cod_collection_type', 'COD collection type'),
('en', 'shippings.fedex.option_cod_collection_type_any', 'Any'),
('en', 'shippings.fedex.option_cod_collection_type_cash', 'Cash'),
('en', 'shippings.fedex.option_cod_collection_type_guaranteed_funds', 'Guaranteed funds'),
('en', 'shippings.fedex.option_custom_delivery_window', 'Custom delivery window'),
('en', 'shippings.fedex.option_dangerous_goods', 'Dangerous goods'),
('en', 'shippings.fedex.option_dangerous_goods_accessibility', 'Dangerous goods accessibility'),
('en', 'shippings.fedex.option_dangerous_goods_accessibility_accessible', 'Accessible'),
('en', 'shippings.fedex.option_dangerous_goods_accessibility_inaccessible', 'Inaccessible'),
('en', 'shippings.fedex.option_dangerous_goods_options', 'Hazardous content options'),
('en', 'shippings.fedex.option_dangerous_goods_options_battery', 'Battery'),
('en', 'shippings.fedex.option_dangerous_goods_options_hazardous_materials', 'Hazardous materials'),
('en', 'shippings.fedex.option_dangerous_goods_options_limited_quantities_commodities', 'Limited quantities commodities'),
('en', 'shippings.fedex.option_dangerous_goods_options_orm_d', 'ORM-D'),
('en', 'shippings.fedex.option_dangerous_goods_options_reportable_quantities', 'Reportable quantities'),
('en', 'shippings.fedex.option_dangerous_goods_options_small_quantity_exception', 'Small quantity exception'),
('en', 'shippings.fedex.option_do_not_break_down_pallets', 'Do not break down pallets'),
('en', 'shippings.fedex.option_do_not_stack_pallets', 'Do not stack pallets'),
('en', 'shippings.fedex.option_dry_ice', 'Dry ice'),
('en', 'shippings.fedex.option_east_coast_special', 'East Coast special'),
('en', 'shippings.fedex.option_electronic_trade_documents', 'Electronic trade documents'),
('en', 'shippings.fedex.option_extreme_length', 'Extreme length'),
('en', 'shippings.fedex.option_fedex_one_rate', 'FedEx One Rate'),
('en', 'shippings.fedex.option_food', 'Food'),
('en', 'shippings.fedex.option_freight_guarantee', 'Freight guarantee'),
('en', 'shippings.fedex.option_freight_to_collect', 'Freight to collect'),
('en', 'shippings.fedex.option_future_day_shipment', 'Future day shipment'),
('en', 'shippings.fedex.option_hold_at_location', 'Hold at location'),
('en', 'shippings.fedex.option_home_delivery_premium', 'Home delivery Premium'),
('en', 'shippings.fedex.option_inside_delivery', 'Inside delivery'),
('en', 'shippings.fedex.option_inside_pickup', 'Inside pickup'),
('en', 'shippings.fedex.option_international_controlled_export_service', 'International controlled export service'),
('en', 'shippings.fedex.option_international_traffic_in_arms_regulations', 'International traffic in arms regulations'),
('en', 'shippings.fedex.option_liftgate_delivery', 'Liftgate delivery'),
('en', 'shippings.fedex.option_liftgate_pickup', 'Liftgate pickup'),
('en', 'shippings.fedex.option_limited_access_delivery', 'Limited access delivery'),
('en', 'shippings.fedex.option_limited_access_pickup', 'Limited access pickup'),
('en', 'shippings.fedex.option_pharmacy_delivery', 'Pharmacy delivery'),
('en', 'shippings.fedex.option_poison', 'Poison'),
('en', 'shippings.fedex.option_protection_from_freezing', 'Protection from freezing'),
('en', 'shippings.fedex.option_returns_clearance', 'Returns clearance'),
('en', 'shippings.fedex.option_saturday_delivery', 'Saturday delivery'),
('en', 'shippings.fedex.option_saturday_pickup', 'Saturday pickup'),
('en', 'shippings.fedex.option_top_load', 'Top load'),
('en', 'shippings.fedex.upgrade_notification_text', '<p>The latest version of [product] has different settings for realtime shipping rate calculation if you use FedEx as a Carrier.</p><p>If you want to show current shipping rates to your clients, do this:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses FedEx as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li><li>switch to the Configure tab and select desired delivery options</li></ul>'),
('en', 'shippings.fedex.upgrade_notification_title', 'FedEx realtime shipping rate calculation changes'),
('en', 'shippings.service_not_configured', 'Service is not configured'),
('en', 'shippings.service_not_found', 'Service was not found'),
('en', 'shippings.ups.package_type.01', 'UPS Letter'),
('en', 'shippings.ups.package_type.02', 'Package'),
('en', 'shippings.ups.package_type.03', 'Tube'),
('en', 'shippings.ups.package_type.04', 'Pak'),
('en', 'shippings.ups.package_type.21', 'Express Box'),
('en', 'shippings.ups.package_type.24', '25KG Box'),
('en', 'shippings.ups.package_type.25', '10KG Box'),
('en', 'shippings.ups.package_type.2a', 'Small Express Box'),
('en', 'shippings.ups.package_type.2b', 'Medium Express Box'),
('en', 'shippings.ups.package_type.2c', 'Large Express Box'),
('en', 'shippings.ups.package_type.30', 'Palet'),
('en', 'shippings_taxes', 'Shipping & taxes'),
('en', 'shipping_address', 'Shipping address'),
('en', 'shipping_address_changed', 'Shipping address has been changed'),
('en', 'shipping_address_line_2', 'Shipping: address (line 2)'),
('en', 'shipping_add_conditions', 'Add conditions'),
('en', 'shipping_add_items_condition', 'Add items conditions'),
('en', 'shipping_add_price_condition', 'Add price conditions'),
('en', 'shipping_add_weight_condition', 'Add weight conditions'),
('en', 'shipping_and_up', 'and up'),
('en', 'shipping_applied_to_vendors', 'The shipping method was applied to [vendors] vendors'),
('en', 'shipping_charges', 'Shipping charges'),
('en', 'shipping_city', 'Shipping: city'),
('en', 'shipping_cost', 'Shipping cost'),
('en', 'shipping_costs_will_changed', 'Shipping costs will be changed by'),
('en', 'shipping_country', 'Shipping: country'),
('en', 'shipping_edit_rate_area', 'Edit rate area'),
('en', 'shipping_estimation', 'Shipping estimation'),
('en', 'shipping_first_name', 'Shipping: first name'),
('en', 'shipping_freight', 'Shipping freight'),
('en', 'shipping_from_value', 'From'),
('en', 'shipping_hide_conditions', 'Hide conditions'),
('en', 'shipping_information', 'Shipping information'),
('en', 'shipping_item', 'item'),
('en', 'shipping_items_condition', 'Items condition'),
('en', 'shipping_last_name', 'Shipping: last name'),
('en', 'shipping_method', 'Shipping method'),
('en', 'shipping_methods', 'Shipping methods'),
('en', 'shipping_methods_menu_description', 'Set of rules and parameters to calculate the cost of shipping.'),
('en', 'shipping_name', 'Shipping name'),
('en', 'shipping_options', 'Shipping Options'),
('en', 'shipping_per', 'per'),
('en', 'shipping_phone', 'Shipping: phone'),
('en', 'shipping_price_condition', 'Price condition'),
('en', 'shipping_properties', 'Shipping properties'),
('en', 'shipping_rate', 'Rate'),
('en', 'shipping_rates', 'Shipping rates'),
('en', 'shipping_rate_range_limit_error_message', 'The beginning of the range can\'t be higher than the end.'),
('en', 'shipping_rate_range_overlap_error_message', 'Condition must not fall within existing range.'),
('en', 'shipping_remove_items_condition', 'Remove items conditions'),
('en', 'shipping_remove_price_condition', 'Remove price conditions'),
('en', 'shipping_remove_rate_area', 'Remove rate area from shipping'),
('en', 'shipping_remove_weight_condition', 'Remove weight conditions'),
('en', 'shipping_same_as_billing', 'Are shipping and billing addresses the same?'),
('en', 'shipping_service', 'Shipping service'),
('en', 'shipping_state', 'Shipping: state'),
('en', 'shipping_surcharge_discount', 'Surcharge / Discount'),
('en', 'shipping_time', 'Shipping time'),
('en', 'shipping_time_and_charges', 'Shipping time and rates'),
('en', 'shipping_tips', ''),
('en', 'shipping_to_value', 'To'),
('en', 'shipping_weight_condition', 'Weight condition'),
('en', 'shipping_zipcode', 'Shipping: zipcode'),
('en', 'ship_dhl_account_country', 'Account country'),
('en', 'ship_dhl_height', 'Package height (inches)'),
('en', 'ship_dhl_length', 'Package length (inches)'),
('en', 'ship_dhl_site_id', 'Site ID'),
('en', 'ship_dhl_width', 'Package width (inches)'),
('en', 'ship_downloadable', 'Enable shipping for downloadable products'),
('en', 'ship_fedex_ancillary_endorsement', 'Ancillary Endorsements'),
('en', 'ship_fedex_ancillary_endorsement_address_correction', 'Address Service Requested'),
('en', 'ship_fedex_ancillary_endorsement_carrier_leave_if_no_response', 'Carrier Leave If No Response'),
('en', 'ship_fedex_ancillary_endorsement_change_service', 'Change Service Requested'),
('en', 'ship_fedex_ancillary_endorsement_forwarding_service', 'Forwarding Service Requested'),
('en', 'ship_fedex_ancillary_endorsement_return_delivery', 'Return Service Requested'),
('en', 'ship_fedex_customer_manifest_id', 'Customer manifest ID'),
('en', 'ship_fedex_drop_off_type', 'Drop Off Type'),
('en', 'ship_fedex_drop_off_type_business_service_center', 'Business service center'),
('en', 'ship_fedex_drop_off_type_drop_box', 'Drop box'),
('en', 'ship_fedex_drop_off_type_regular_pickup', 'Regular pickup'),
('en', 'ship_fedex_drop_off_type_request_courier', 'Request courier'),
('en', 'ship_fedex_drop_off_type_station', 'Drop at station'),
('en', 'ship_fedex_height', 'Height (inches)'),
('en', 'ship_fedex_hub_id', 'Hub ID'),
('en', 'ship_fedex_indicia', 'Indicia'),
('en', 'ship_fedex_indicia_media_mail', 'Media Mail (Packages from 1 to 70 lbs Books, DVDs, CDs, videotapes)'),
('en', 'ship_fedex_indicia_parcel_select', 'Parcel Select (Packages from 1 to 70 lbs)'),
('en', 'ship_fedex_indicia_presorted_bound_printed_matter', 'Bound Printed Matter packages (Packages from 1 to 15 lbs Catalogs, phone books or anything permanently bound)'),
('en', 'ship_fedex_indicia_presorted_standard', 'Standard Mail packages (Packages less than 1 lb)'),
('en', 'ship_fedex_length', 'Length (inches)'),
('en', 'ship_fedex_meter_number', 'Meter number'),
('en', 'ship_fedex_package_type_fedex_10kg_box', 'FedEx 10kg Box'),
('en', 'ship_fedex_package_type_fedex_25kg_box', 'FedEx 25kg Box'),
('en', 'ship_fedex_package_type_fedex_box', 'FedEx Box'),
('en', 'ship_fedex_package_type_fedex_envelope', 'FedEx Envelope'),
('en', 'ship_fedex_package_type_fedex_extra_large_box', 'FedEx Extra Large Box'),
('en', 'ship_fedex_package_type_fedex_large_box', 'FedEx Large Box'),
('en', 'ship_fedex_package_type_fedex_medium_box', 'FedEx Medium Box'),
('en', 'ship_fedex_package_type_fedex_pak', 'FedEx Pak'),
('en', 'ship_fedex_package_type_fedex_small_box', 'FedEx Small Box'),
('en', 'ship_fedex_package_type_fedex_tube', 'FedEx Tube'),
('en', 'ship_fedex_package_type_your_packaging', 'Your packaging'),
('en', 'ship_fedex_smart_post', 'Smart Post'),
('en', 'ship_fedex_special_services', 'Special service (delivery confirmation)'),
('en', 'ship_fedex_width', 'Width (inches)');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('en', 'ship_height', 'Package height (cm)'),
('en', 'ship_length', 'Package length (cm)'),
('en', 'ship_sp_l_acknowledgement_of_delivery', 'Acknowledgement of delivery (for registered mail only)'),
('en', 'ship_sp_l_cash_on_delivery', 'Cash on delivery (for registered mail only)'),
('en', 'ship_sp_l_personal_delivery', 'Personal delivery (for registered mail only)'),
('en', 'ship_sp_l_registered_mail', 'Registered mail'),
('en', 'ship_sp_pc_assurance', 'Assurance'),
('en', 'ship_sp_pc_cash_on_delivery', 'Cash on delivery (COD)'),
('en', 'ship_sp_pc_fragile', 'Fragile'),
('en', 'ship_sp_pc_manual_handling', 'Manual handling'),
('en', 'ship_sp_pc_personal', 'Personal'),
('en', 'ship_sp_pc_signature', 'Signature'),
('en', 'ship_sp_pp_additional_insurance', 'Additional insurance (up to CHF 3000.-)'),
('en', 'ship_sp_pp_bulky_goods', 'Bulky goods'),
('en', 'ship_sp_pp_cash_on_delivery', 'Cash on delivery (ECONOMY only)'),
('en', 'ship_sp_pp_manual_processing', 'Manual processing'),
('en', 'ship_sp_ur_additional_insurance', 'Additional insurance for URGENT goods  (up to CHF 3000.-)'),
('en', 'ship_swisspost_error_intl_delivery', 'Cannot use this shipping method for the international delivery'),
('en', 'ship_swisspost_error_private_delivery', 'Cannot use this shipping method for the private delivery'),
('en', 'ship_swisspost_heavy_package', 'The package is too heavy'),
('en', 'ship_swisspost_unable_to_open_additional_services', 'Cannot open the additional_services.csv file'),
('en', 'ship_swisspost_unable_to_open_service', 'Cannot open the [code] file'),
('en', 'ship_temando_height', 'Package height'),
('en', 'ship_temando_length', 'Package length'),
('en', 'ship_temando_measurement', 'Package measurement'),
('en', 'ship_temando_method', 'Delivery method'),
('en', 'ship_temando_package', 'Packaging'),
('en', 'ship_temando_readydate', 'Ready date (days)'),
('en', 'ship_temando_subclass', 'Class of the item being sent'),
('en', 'ship_temando_weight_measurement', 'Weight measurement type'),
('en', 'ship_temando_width', 'Package width'),
('en', 'ship_to', 'Ship to'),
('en', 'ship_to_another', 'Ship to a different address'),
('en', 'ship_ups_access_key', 'UPS Rates Access Key'),
('en', 'ship_ups_dcist_type', 'Confirmation type'),
('en', 'ship_ups_delivery_confirmation', 'No Signature'),
('en', 'ship_ups_delivery_confirmation_adult_signature', 'Adult Signature Required'),
('en', 'ship_ups_delivery_confirmation_signature', 'Signature Required'),
('en', 'ship_ups_package_type_01', 'UPS letter/ UPS Express Envelope'),
('en', 'ship_ups_package_type_03', 'UPS Tube'),
('en', 'ship_ups_package_type_04', 'UPS Pack'),
('en', 'ship_ups_package_type_21', 'UPS Express Box'),
('en', 'ship_ups_package_type_24', 'UPS 25Kg Box'),
('en', 'ship_ups_package_type_25', 'UPS 10Kg Box'),
('en', 'ship_ups_pickup_type', 'Pickup type'),
('en', 'ship_ups_pickup_type_01', 'Daily Pickup'),
('en', 'ship_ups_pickup_type_03', 'Customer Counter'),
('en', 'ship_ups_pickup_type_06', 'One Time Pickup'),
('en', 'ship_ups_pickup_type_07', 'On Call Air'),
('en', 'ship_ups_pickup_type_11', 'Suggested Retail Rates'),
('en', 'ship_ups_pickup_type_19', 'Letter Center'),
('en', 'ship_ups_pickup_type_20', 'Air Service Center'),
('en', 'ship_ups_use_delivery_confirmation', 'Use Delivery confirmation'),
('en', 'ship_usps_container', 'Container'),
('en', 'ship_usps_container_express', 'Container (Express)'),
('en', 'ship_usps_container_express_flat_rate_envelope', 'Flat Rate Envelope'),
('en', 'ship_usps_container_priority', 'Container (Priority Mail)'),
('en', 'ship_usps_container_priority_flat_rate_box', 'Flat Rate Box'),
('en', 'ship_usps_container_priority_flat_rate_envelope', 'Flat Rate Letter'),
('en', 'ship_usps_container_priority_gift_card_flat_rate_envelope', 'Gift Card Flat Rate Envelope'),
('en', 'ship_usps_container_priority_legal_flat_rate_envelope', 'Legal Flat Rate Envelope'),
('en', 'ship_usps_container_priority_lg_flat_rate_box', 'Large Flat Rate Box'),
('en', 'ship_usps_container_priority_md_flat_rate_box', 'Medium Flat Rate Box'),
('en', 'ship_usps_container_priority_nonrectangular', 'NonRectangular'),
('en', 'ship_usps_container_priority_padded_flat_rate_envelope', 'Padded Flat Rate Envelope'),
('en', 'ship_usps_container_priority_rectangular', 'Rectangular'),
('en', 'ship_usps_container_priority_regional_a_rate_box', 'Regional Rate Box A'),
('en', 'ship_usps_container_priority_regional_b_rate_box', 'Regional Rate Box B'),
('en', 'ship_usps_container_priority_regional_c_rate_box', 'Regional Rate Box C'),
('en', 'ship_usps_container_priority_sm_flat_rate_box', 'Small Flat Rate Box'),
('en', 'ship_usps_container_priority_sm_flat_rate_envelope', 'Sm Flat Rate Envelope'),
('en', 'ship_usps_container_priority_window_flat_rate_envelope', 'Window Flat Rate Envelope'),
('en', 'ship_usps_first_class_mail_type', 'First Class Mail Type'),
('en', 'ship_usps_first_class_mail_type_flat', 'Flat'),
('en', 'ship_usps_first_class_mail_type_parcel', 'Parcel'),
('en', 'ship_usps_intl_package_girth', 'Package girth'),
('en', 'ship_usps_intl_package_height', 'Package height'),
('en', 'ship_usps_intl_package_length', 'Package length'),
('en', 'ship_usps_intl_package_size', 'Package size'),
('en', 'ship_usps_intl_package_width', 'Package width'),
('en', 'ship_usps_machinable', 'Machinable (First-Class Mail or Standard Post)'),
('en', 'ship_usps_machinable_false', 'False'),
('en', 'ship_usps_machinable_true', 'True'),
('en', 'ship_usps_mailtype', 'Type of Mail'),
('en', 'ship_usps_mailtype_matter_for_the_blind', 'Matter for the Blind'),
('en', 'ship_usps_mailtype_postcards_or_aerogrammes', 'Postcards or Aerogrammes'),
('en', 'ship_usps_package_size', 'Package Size (length + girth, inches)'),
('en', 'ship_usps_package_size_large', 'Large (84..108)'),
('en', 'ship_usps_package_size_oversize', 'Oversize (108..130)'),
('en', 'ship_usps_package_size_regular', 'Regular (0..84)'),
('en', 'ship_usps_priority_girth', 'Priority Mail (Size:Large, Container:NonRectangular) Girth (inches)'),
('en', 'ship_usps_priority_height', 'Priority Mail (Size:Large) Height (inches)'),
('en', 'ship_usps_priority_length', 'Priority Mail (Size:Large) Length (inches)'),
('en', 'ship_usps_priority_width', 'Priority Mail (Size:Large) Width (inches)'),
('en', 'ship_usps_username', 'User ID'),
('en', 'ship_width', 'Package width (cm)'),
('en', 'shop_now', 'Shop now'),
('en', 'short_description', 'Short description'),
('en', 'short_hour', 'h.'),
('en', 'short_list', 'Short list'),
('en', 'show', 'Show'),
('en', 'show_all', 'Show all'),
('en', 'show_all_category_addons', 'Show all [category] add-ons'),
('en', 'show_all_developer_addons', 'Show all developer add-ons'),
('en', 'show_all_storefronts', 'Show all storefronts'),
('en', 'show_all_storefronts_with_count', 'Show all [count] storefronts'),
('en', 'show_extra_logos', 'Show extra logos'),
('en', 'show_in_product_header', 'Show in product header'),
('en', 'show_in_product_list', 'Show in product list'),
('en', 'show_items_in_line', 'Show items inline'),
('en', 'show_less', 'Show less'),
('en', 'show_location', 'Show location'),
('en', 'show_menu_on_mouse_over', 'Show menu on mouse over'),
('en', 'show_more', 'Show more'),
('en', 'show_on_checkout', 'Show at checkout'),
('en', 'show_on_separate_page', 'Show on separate page'),
('en', 'show_on_storefront', 'Show on Storefront'),
('en', 'show_on_the_features_tab', 'Show on the features tab'),
('en', 'show_options', 'Show options'),
('en', 'show_orders', 'Show orders'),
('en', 'show_package_contents', 'View upgrade contents'),
('en', 'show_price', 'Show price'),
('en', 'show_products_count', 'Show products count'),
('en', 'show_rate_for_destination', 'Show rates for location'),
('en', 'show_rate_for_rate_area', 'Show rates for rate area'),
('en', 'show_rating', 'Show review rating'),
('en', 'show_tab_in_popup', 'Show this tab in a popup window'),
('en', 'show_to', 'Show to'),
('en', 'sidebox_general', 'Ordinary block (H3 heading) [deprecated]'),
('en', 'sidebox_important', 'Ordinary block (H3 heading)'),
('en', 'signature', 'Signature'),
('en', 'signed_in_as', 'Signed in as'),
('en', 'sign_in', 'Sign in'),
('en', 'sign_in_as_different', 'Sign in as a different user'),
('en', 'sign_in_to_buy', 'Please sign in to buy'),
('en', 'sign_in_to_enter_tags', 'Sign in to enter tags'),
('en', 'sign_in_to_view_price', '[Sign in to view price]'),
('en', 'sign_out', 'Sign out'),
('en', 'sign_up_for_notification', 'Sign up for notification'),
('en', 'similar', 'Similar'),
('en', 'similar_category', 'Of the same category'),
('en', 'similar_in_stock', 'Only “in stock” products'),
('en', 'similar_only', 'Similar only'),
('en', 'similar_subcats', 'Consider subcategories'),
('en', 'simple_ultimate_companies_selector', 'Please contact the technical support'),
('en', 'simultaneous', 'Simultaneous'),
('en', 'single', 'Single'),
('en', 'single_coupon_is_allowed', 'Single discount coupon is allowed only'),
('en', 'sitemap', 'Sitemap'),
('en', 'sitemap_available_in_customer', 'Sitemap is available by this link: <a href=\"[sitemap_url]\">[sitemap_url]</a><br /><br />Sitemap can be reached by the URL <a href=\"[http_location]/sitemap.xml\">[http_location]/sitemap.xml</a>'),
('en', 'sitemap_menu_description', 'Create additional sections of the customer area sitemap and define the set of links for them.'),
('en', 'sitemap_settings', 'Sitemap settings'),
('en', 'siteurl', 'Site URL'),
('en', 'site_number', 'Site number (EPT)'),
('en', 'size', 'Size'),
('en', 'skiplastpage', 'Skip the last page'),
('en', 'skip_creating_new_products', 'Skip creating new products'),
('en', 'skip_payment', 'Skip payment'),
('en', 'skrill_customer_id', 'Skrill Customer ID'),
('en', 'sku', 'CODE'),
('en', 'slovak', 'Slovak'),
('en', 'slow', 'Slow'),
('en', 'small_items', 'Small items'),
('en', 'smarty_block', 'HTML block with Smarty support'),
('en', 'sms_customer_registered', 'Customer [name] has been registered.'),
('en', 'sms_for_the_sum', 'to the amount of'),
('en', 'sms_order_placed', 'has been placed'),
('en', 'snapshot_date', 'Snapshot date'),
('en', 'snippets', 'Snippets'),
('en', 'snippets_have_been_deleted', 'Snippets have been deleted successfully.'),
('en', 'snippet_exists', 'The snippet with the chosen code already exists, please try another.'),
('en', 'sort_by', 'Sort by'),
('en', 'sort_by_bestsellers_asc', 'Sort by Bestselling: Low to High'),
('en', 'sort_by_bestsellers_desc', 'Sort by Bestselling'),
('en', 'sort_by_company_asc', 'Sort by alphabetical: A to Z'),
('en', 'sort_by_company_desc', 'Sort by alphabetical: Z to A'),
('en', 'sort_by_helpfulness_asc', 'Helpful last'),
('en', 'sort_by_helpfulness_desc', 'Helpful first'),
('en', 'sort_by_null_asc', 'No sorting'),
('en', 'sort_by_null_desc', 'No sorting'),
('en', 'sort_by_on_sale_asc', 'Sort by discount: Low to High'),
('en', 'sort_by_on_sale_desc', 'Sort by discount: High to Low'),
('en', 'sort_by_popularity_asc', 'Sort by Popularity: Low to High'),
('en', 'sort_by_popularity_desc', 'Sort by Popularity'),
('en', 'sort_by_position_asc', 'Sort by Position: Low to High'),
('en', 'sort_by_position_desc', 'Sort by Position: High to Low'),
('en', 'sort_by_price_asc', 'Sort by Price: Low to High'),
('en', 'sort_by_price_desc', 'Sort by Price: High to Low'),
('en', 'sort_by_product_asc', 'Sort Alphabetically: A to Z'),
('en', 'sort_by_product_desc', 'Sort Alphabetically: Z to A'),
('en', 'sort_by_product_review_timestamp_asc', 'Sort by date: Oldest to Newest'),
('en', 'sort_by_product_review_timestamp_desc', 'Sort by date: Newest to Oldest'),
('en', 'sort_by_rating_asc', 'Sort by rating: Low to High'),
('en', 'sort_by_rating_desc', 'Sort by rating'),
('en', 'sort_by_rating_value_asc', 'Sort by rating: Low to High'),
('en', 'sort_by_rating_value_desc', 'Sort by rating: High to Low'),
('en', 'sort_by_timestamp_asc', 'Oldest Items First'),
('en', 'sort_by_timestamp_desc', 'Newest Items First'),
('en', 'sort_images', 'Sort images'),
('en', 'sort_order', 'Order'),
('en', 'spanish', 'Spanish'),
('en', 'special', 'Special'),
('en', 'specific_settings', 'Specific settings'),
('en', 'specify_options', 'Specify options'),
('en', 'specify_url', 'Specify URL'),
('en', 'speed', 'Speed'),
('en', 'ssl_certificate', 'SSL certificate'),
('en', 'staff_only_notes', 'Staff only notes'),
('en', 'stage', 'Stage'),
('en', 'standard_sidebox', 'Standard side box'),
('en', 'start', 'Start'),
('en', 'start_communication', 'Start communication'),
('en', 'start_date', 'Start date'),
('en', 'start_price', 'Start price'),
('en', 'state', 'State/Province'),
('en', 'states', 'States'),
('en', 'states_list', 'States list'),
('en', 'states_menu_description', 'Manage the set of states that are supported in your store.'),
('en', 'state_field_required_only_for_countries_with_regions', 'State field is required only for countries with states/provinces'),
('en', 'static_block', 'Static block'),
('en', 'static_data', 'Static data'),
('en', 'static_data_use_item', 'Use the \"Link text\" and \"URL\" values from this item in the storefront'),
('en', 'statistics', 'Statistics'),
('en', 'statistics_by_questions', 'Statistics by questions'),
('en', 'status', 'Status'),
('en', 'statuses', 'statuses'),
('en', 'statuses_management', 'Statuses'),
('en', 'status_changed', 'Status has been changed'),
('en', 'status_changed_after_process_payment', 'Order status was set according to the payment processing result'),
('en', 'stay_connected', 'Stay Connected'),
('en', 'stay_connected_notice', 'Enter your email address to receive special offers and promotions.'),
('en', 'step_four', 'Step 4'),
('en', 'step_one', 'Step 1'),
('en', 'step_three', 'Step 3'),
('en', 'step_two', 'Step 2'),
('en', 'stop_following_rules', 'Stop following rules'),
('en', 'stop_other_rules', 'Stop other rules'),
('en', 'storage', 'Storage'),
('en', 'store', 'Store'),
('en', 'storefront', 'Storefront'),
('en', 'storefronts', 'Storefronts'),
('en', 'storefronts.manage_currency_availability', 'Configure the currencies available on this storefront'),
('en', 'storefronts.manage_language_availability', 'Configure the languages available on this storefront'),
('en', 'storefronts_limit_exceeded', 'The number of storefronts in your CS-Cart License has exceeded the number of purchased storefront licenses.'),
('en', 'storefronts_themes_upgrade_notification.message', '<p>Previously, all storefronts looked the same. They differed only in currencies, languages, and vendors. But now storefronts can have their own themes and layouts. This allows you to customize their look and structure.</p><ul><li>Themes let you give each storefront its own set colors, fonts, logos, backgrounds, and styles. Match the appearance of a storefronts to its products or the preference of its audience.</li><li>Layouts and blocks let you create storefronts with entirely different structure and content. Show different banners, change the positions of elements on the pages, and so on. Everything in [product] is displayed via blocks, so you have many ways to customize your storefronts.</li></ul><p><a href=\"[themes_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Manage themes</a> <a href=\"[layouts_url]\" target=\"_blank\" class=\"btn btn-large\">Manage layouts</a></p>'),
('en', 'storefronts_themes_upgrade_notification.title', 'Storefronts can now differ from each other significantly'),
('en', 'storefront_access_key', 'Access key to temporarily closed storefront'),
('en', 'storefront_access_key.setting_notice', 'You can set the access key on the storefront editing page'),
('en', 'storefront_languages_assigned', 'The \"<a href=\"[url]\">[name]</a>\" storefront had no available languages configured. All languages has been made available for it.'),
('en', 'storefront_license', 'Storefront License'),
('en', 'storefront_name', 'Storefront name'),
('en', 'storefront_rest_api.guests_cant_add_products_to_cart', 'Guests can\'t add products to cart. Please log in to your account to add products to cart.'),
('en', 'storefront_status', 'Status'),
('en', 'storefront_status.tooltip', 'Even if the storefront is closed (the status set to OFF), you\'ll be able to view it if you have an access key. Specify the <i>Access key to temporarily closed storefront</i> below.<br/>Use http://www.example.com/index.php?store_access_key=key_value to access a closed storefront.'),
('en', 'storefront_status_access_key_hint', 'Even if the storefront is closed (the status set to OFF), you\'ll be able to view it if you have an access key. Go to <a target=\"blank\" href=\"[url]\">Settings → General</a> and specify the <i>Access key to temporarily closed store</i> setting. Please note that a different key can be specified for each storefront, so make sure to select the correct storefront first. Use the key as described in the tooltip of that setting.'),
('en', 'storefront_status_changed.N', 'The storefront was <b>opened</b>|The storefronts were <b>opened</b>'),
('en', 'storefront_status_changed.Y', 'The storefront was <b>closed</b>|The storefronts were <b>closed</b>'),
('en', 'storefront_url', 'Storefront URL'),
('en', 'storefront_url_already_exists', 'The value of the <strong>Storefront URL</strong> parameter mentioned by you already belongs to another company.'),
('en', 'storefront_url_not_defined', 'Storefront URL not defined'),
('en', 'storefront_with_same_url_exists', 'A storefront with the specified URL already exists'),
('en', 'stores', 'Stores'),
('en', 'stores_nothing_found', 'No stores have been found'),
('en', 'stores_status', 'Status'),
('en', 'store_access_key', 'Access key to temporarily closed store'),
('en', 'store_admin', 'Store administrator'),
('en', 'store_closed', 'Store closed'),
('en', 'store_closed_banner', 'Store<br/>closed'),
('en', 'store_home', 'Store home'),
('en', 'store_locator', 'Stores & pickup points'),
('en', 'store_locator.any_rate_area', 'Any rate area'),
('en', 'store_locator.any_vendor', 'Any vendor'),
('en', 'store_locator.available_fields', 'Available stores'),
('en', 'store_locator.display', 'Locations list view on the checkout page'),
('en', 'store_locator.display_l', 'List'),
('en', 'store_locator.display_m', 'Map'),
('en', 'store_locator.display_ml', 'Map and list'),
('en', 'store_locator.main_destination', 'Located in rate area'),
('en', 'store_locator.name', 'Name'),
('en', 'store_locator.no_rate_area', 'No rate area'),
('en', 'store_locator.pickup', 'Pickup'),
('en', 'store_locator.pickup_avail', 'Available for pick-up'),
('en', 'store_locator.pickup_from_store', 'Pickup from store'),
('en', 'store_locator.pickup_locations', 'Pickup Locations'),
('en', 'store_locator.pickup_rates_calculation_logic_changed_text', '<p>The <b>[pickup_addon]</b> and <b>[store_locator_addon]</b> add-ons were merged into a new add-on called [stores_pickups_addon]. Shipping rates and time are more flexible now: they depend on the location (rate area) of a pickup point. The rates are now specified in one place: the editing page of a shipping method.</p><p>For that reason, we removed the <b>Surcharge</b> field from the pickup point editing page. Its value still appears in the admin panel, but isn’t used in rate calculation. Please check your pickup points, then adjust the shipping rates of all your \"Pick up from store\" shipping methods accordingly.</p><p><a href=\"[shippings_manage]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Adjust shipping rates</a> <a href=\"[pickup_points_list]\" target=\"_blank\" class=\"btn btn-large\">View my pickup points</a></p>'),
('en', 'store_locator.pickup_rates_calculation_logic_changed_title', 'Pick up from store: Surcharge per pickup point removed'),
('en', 'store_locator.pick_up_points', 'Pick-up points'),
('en', 'store_locator.scroll_to_top', 'Scroll to top'),
('en', 'store_locator.selected_fields', 'Selected stores'),
('en', 'store_locator.select_stores', 'Select stores'),
('en', 'store_locator.shipping_position', 'Order selected in the shipping method settings'),
('en', 'store_locator.shipping_price_from', 'from [price]'),
('en', 'store_locator.show_pickup_points_only', 'Hide places where I can\'t pick up my order'),
('en', 'store_locator.show_to', 'Show to'),
('en', 'store_locator.stores_and_pickup_points', 'Stores and pickup points'),
('en', 'store_locator.stores_position', 'The \"Position\" field in the store settings'),
('en', 'store_locator.surcharge_changes_hint', 'In previous versions, the surcharge was added to the standard rates that were specified for a shipping method. Now this surcharge isn\'t taken into account during shipping rate calculation. We left it here for your convenience, so that you could see it and adjust the rates on the shipping method editing page accordingly.'),
('en', 'store_locator.text_pickup_instruction', 'The \"Customer pick-up\" shipping method offers a customer to choose a store to pick up a product from. The stores can be created in the \"Store location\" add-on<br /><b>Store creation:</b> <a href=\"[store_locator]\">Store location</a>'),
('en', 'store_locator.use_two_fingers_for_move_map', 'Use two fingers to move the map'),
('en', 'store_locator.work_time', 'Working hours'),
('en', 'store_mode', 'Licensing mode'),
('en', 'store_mode.plus', 'Plus'),
('en', 'store_mode.ultimate', 'Ultimate'),
('en', 'store_mode_changed', 'Licensing mode has been changed'),
('en', 'store_number', 'Store number'),
('en', 'store_object_denied', 'The [object_type] [object_name] is unavailable for this store.'),
('en', 'store_rating', 'Store rating'),
('en', 'store_theme', 'Storefront theme'),
('en', 'subcategories', 'Subcategories'),
('en', 'subcategories_tree_cat', 'Subcategories tree'),
('en', 'subject', 'Subject'),
('en', 'submit', 'Submit'),
('en', 'submit_my_order', 'Submit my order'),
('en', 'subpages', 'Subpages'),
('en', 'subscribe', 'Subscribe'),
('en', 'subscribed', 'Subscribed'),
('en', 'subscribed_to', 'Subscribed to [num] lists'),
('en', 'subscriber', 'Subscriber'),
('en', 'subscribers', 'Subscribers'),
('en', 'subscribers_date', 'Subscribers date'),
('en', 'subscribers_menu_description', 'Manage newsletter subscribers and settings.'),
('en', 'subscribers_menu_item_text', 'Subscribers'),
('en', 'subscribers_no_promo', 'No promotion'),
('en', 'subscribers_num', 'Number of subscribers'),
('en', 'subscribers_promo_subject', 'Thank you for subscribing! Use the coupon code [coupon] in our special offer \"[promotion]\".'),
('en', 'subscriber_email', 'Subscriber email'),
('en', 'subscription', 'Subscription'),
('en', 'subscriptions', 'Subscriptions'),
('en', 'subtotal', 'Subtotal'),
('en', 'subtotal_sum', 'Subtotal sum'),
('en', 'subtract', 'Subtract'),
('en', 'suburb', 'Suburb'),
('en', 'successful', 'Successful'),
('en', 'successfully_registered', 'Successfully registered'),
('en', 'successful_login', 'You have been successfully logged in.'),
('en', 'success_registration_text', 'Congratulations! The registration was successful!<br/>Now, you have full access to all the store features. Click on \"My account\" to see them.'),
('en', 'suffix', 'Suffix'),
('en', 'summary', 'Summary'),
('en', 'supplier', 'Supplier'),
('en', 'suppliers', 'Suppliers'),
('en', 'suppliers.event.order.supplier_notified.name', 'Suppliers: order status changed to [status]'),
('en', 'suppliers.supplier_notifications', 'Supplier notifications'),
('en', 'suppliers_menu_description', 'List of supplier accounts registered in the store.'),
('en', 'supplier_deleted', 'Supplier has been deleted successfully.'),
('en', 'supplier_email_header', 'The following products have been purchased in our store and need to be shipped.'),
('en', 'supplier_id', 'Supplier'),
('en', 'surcharge', 'Surcharge'),
('en', 'surcharge_title', 'Surcharge title'),
('en', 'suspended', 'Suspended'),
('en', 'suspend_alert', '<p>Your account is suspended. To lift the suspension, please contact us.</p>'),
('en', 'sw.about_store', 'About store'),
('en', 'sw.accounting', 'Accounting'),
('en', 'sw.activate', 'Activate'),
('en', 'sw.activated', 'Activated'),
('en', 'sw.address_text', 'Company address (street, house, etc.)'),
('en', 'sw.admin_notifications', 'Admin notifications'),
('en', 'sw.allow_negative_amount', 'Allow negative amount in inventory'),
('en', 'sw.apply', 'Apply'),
('en', 'sw.business_model', 'Business Model'),
('en', 'sw.city', 'Company city'),
('en', 'sw.collect_taxes_from_vendors', 'Collect taxes from vendors'),
('en', 'sw.company_name', 'Company name'),
('en', 'sw.company_start_year', 'Year when the store started its operation'),
('en', 'sw.configure', 'Configure'),
('en', 'sw.confirm_demo_data_removal_title', 'Remove the data?'),
('en', 'sw.country', 'Company country'),
('en', 'sw.delete_demo_data', 'Delete the data'),
('en', 'sw.demo_data_removed', 'Demo data removed.'),
('en', 'sw.design', 'Design'),
('en', 'sw.disable', 'Disable'),
('en', 'sw.edit_design', 'Edit design'),
('en', 'sw.edost', 'eDost'),
('en', 'sw.ems_russian_post', 'EMS Russian Post'),
('en', 'sw.enable', 'Enable'),
('en', 'sw.enable_inventory_tracking', 'Enable inventory tracking'),
('en', 'sw.enable_quick_view', 'Enable quick view'),
('en', 'sw.enable_vendor_location_using_google_map', 'Let vendors set their location on Google Maps'),
('en', 'sw.error_removing_demo_data', 'An error occurred while removing the demo data'),
('en', 'sw.error_updating_payment', 'Error occured during payment method update'),
('en', 'sw.fax', 'Fax'),
('en', 'sw.fedex', 'FedEx'),
('en', 'sw.google_analytics.tracking_code', 'Google Analytics account number'),
('en', 'sw.goto_shipping_methods', 'Go to shipping methods'),
('en', 'sw.grace_period_to_refill_balance', 'Block vendor after days'),
('en', 'sw.keep_demo_data', 'Keep the data'),
('en', 'sw.location', 'Location'),
('en', 'sw.logo_mail', 'Email'),
('en', 'sw.logo_recommended_size_text', 'recommended size [height]px × [width]px'),
('en', 'sw.logo_theme', 'Main'),
('en', 'sw.lowers_allowed_balance', 'Minimum allowed vendor balance'),
('en', 'sw.min_order_amount', 'Minimum order amount'),
('en', 'sw.moderation', 'Moderation'),
('en', 'sw.money_goes_to_owner', 'Customer makes a single payment, all money goes to you'),
('en', 'sw.money_goes_to_owner_descr', 'The money owed to the vendor is tracked in the admin panel. A vendor can request money withdrawal through the admin panel. You forward the money to vendors as you see fit.'),
('en', 'sw.money_goes_to_vendor', 'Customer makes multiple payments (one to each vendor)'),
('en', 'sw.money_goes_to_vendor_descr', 'Each vendor has to create own payment methods. Money goes directly to vendors, and marketplace commission gets added to vendors\' debt. It becomes a vendor\'s responsibility to pay the marketplace.'),
('en', 'sw.money_split_automaticaly', 'Customer makes a single payment, money is split automatically'),
('en', 'sw.money_split_automaticaly_descr', 'This is achieved via [stripe_connect], so each vendor must have a Stripe account. We\'ll create a payment method for you. You\'ll just need to configure it, and vendors will need to provide their account information.'),
('en', 'sw.more_themes_in_marketplace', 'More themes in the Marketplace'),
('en', 'sw.notifications', 'Notifications'),
('en', 'sw.order_start_id', 'Initial order ID value (leave empty for auto)'),
('en', 'sw.over_payment_system', 'Use another payment system'),
('en', 'sw.payments', 'Payments'),
('en', 'sw.payment_not_found', 'The Yandex.Money payment method not found'),
('en', 'sw.phone', 'Company phone'),
('en', 'sw.phone_2', 'Company phone 2'),
('en', 'sw.preview', 'Preview'),
('en', 'sw.products_prior_approval', 'Premoderate all new products'),
('en', 'sw.products_updates_approval', 'Premoderate all updated products'),
('en', 'sw.remove', 'Clean up'),
('en', 'sw.remove_demo_data_text', 'Clean up orders, products, categories, user profiles, and related data'),
('en', 'sw.russian_post', 'Russian Post'),
('en', 'sw.selected_design', 'Current design'),
('en', 'sw.select_image', 'Select image'),
('en', 'sw.select_model', 'Select model'),
('en', 'sw.select_money_transfer_methods', 'Select one of the following models, and we\'ll handle most of the setup for you.'),
('en', 'sw.select_right_design', 'Pick a design preset'),
('en', 'sw.send', 'Send'),
('en', 'sw.settings', 'Settings'),
('en', 'sw.set_up_vendor_profile_fields', 'What information about vendors do you need?'),
('en', 'sw.shippings', 'Shipping services'),
('en', 'sw.show_out_of_stock_products', 'Show out of stock products'),
('en', 'sw.site_admin_email', 'Site administrator e-mail address'),
('en', 'sw.state', 'Company state'),
('en', 'sw.store_setup_wizard', 'Store setup wizard'),
('en', 'sw.store_setup_wizard_short', 'Setup wizard'),
('en', 'sw.text_about_store_header', 'Fill out the contact information about your store'),
('en', 'sw.text_business_model_header', 'Choose your business model and checkout flow'),
('en', 'sw.text_confirm_demo_data_removal', 'All orders, products, product categories, customer profiles, and associated data (tags, comments, etc.) including the data added by you <b>will be permanently removed.</b> This operation cannot be undone. Are you sure you want to continue?'),
('en', 'sw.text_design_header', 'Select your storefront design and upload the logo'),
('en', 'sw.text_payments_header', 'Set up the service to recieve payments'),
('en', 'sw.text_settings_header', 'Configure product catalog settings'),
('en', 'sw.text_shippings_header', 'Select shipping services'),
('en', 'sw.text_vendors_header', 'Set up how you work with vendors and their data'),
('en', 'sw.timezone', 'Time zone'),
('en', 'sw.upload_logo', 'Upload logo'),
('en', 'sw.ups', 'UPS'),
('en', 'sw.usps', 'USPS'),
('en', 'sw.vendors', 'Vendors'),
('en', 'sw.vendor_notifications', 'Vendor notifications'),
('en', 'sw.vendor_profile_fields', 'Vendor profile fields'),
('en', 'sw.vendor_profile_updates_approval', 'Premoderate all new vendors'),
('en', 'sw.website', 'Company website'),
('en', 'sw.ym_merchant_country', 'Country'),
('en', 'sw.ym_merchant_forma', 'Ownership'),
('en', 'sw.zipcode', 'Company zip code'),
('en', 'sweden', 'Sweden'),
('en', 'swedish', 'Swedish'),
('en', 'swing', 'Swing'),
('en', 'switch_layout', 'Switch layout'),
('en', 'symbol', 'Symbol'),
('en', 'sync_data', 'Sync data'),
('en', 'system', 'System'),
('en', 'system_environment', 'System environment'),
('en', 'system_of_measurement', 'System of measurement'),
('en', 's_first_name_and_last_name', 'First name and last name (for shipping)'),
('en', 's_fullname', 'Full name (for shipping)'),
('en', 's_last_name_and_first_name', 'Last name and first name (for shipping)'),
('en', 'tab', 'Tab'),
('en', 'table', 'Table'),
('en', 'tables', 'Tables'),
('en', 'table_column_has_been_deleted', 'Product column has been deleted successfully.'),
('en', 'table_conditions', 'Table Conditions'),
('en', 'tabs', 'Tabs'),
('en', 'tag', 'Tag'),
('en', 'tags', 'Tags'),
('en', 'tags_menu_description', 'Manage product and content page tags.'),
('en', 'tag_cloud', 'Tag cloud'),
('en', 'tax', 'Tax'),
('en', 'taxes', 'Taxes'),
('en', 'taxes_menu_description', 'Manage the set of taxes that are supported in your store.'),
('en', 'tax_exempt', 'Tax exempt'),
('en', 'tax_number', 'Tax number'),
('en', 'tax_rates', 'Tax rates'),
('en', 'temando_centimetres', 'centimetres'),
('en', 'temando_feet', 'feet'),
('en', 'temando_inches', 'inches'),
('en', 'temando_method_depottodepot', 'Depot to Depot'),
('en', 'temando_method_doortodoor', 'Door to Door'),
('en', 'temando_metres', 'metres'),
('en', 'temando_package_backpack', 'Backpack'),
('en', 'temando_package_bale', 'Bale'),
('en', 'temando_package_box', 'Box'),
('en', 'temando_package_bunch', 'Bunch'),
('en', 'temando_package_bundle', 'Bundle'),
('en', 'temando_package_carton', 'Carton'),
('en', 'temando_package_crate', 'Crate'),
('en', 'temando_package_cylinder', 'Cylinder'),
('en', 'temando_package_documentenvelope', 'Document Envelope'),
('en', 'temando_package_drum', 'Drum'),
('en', 'temando_package_flatpack', 'Flat Pack'),
('en', 'temando_package_letter', 'Letter'),
('en', 'temando_package_pail', 'Pail'),
('en', 'temando_package_pallet', 'Pallet'),
('en', 'temando_package_parcel', 'Parcel'),
('en', 'temando_package_pipe', 'Pipe'),
('en', 'temando_package_roll', 'Roll'),
('en', 'temando_package_satchel', 'Satchel/Bag'),
('en', 'temando_package_skid', 'Skid'),
('en', 'temando_package_suitcase', 'Suitcase'),
('en', 'temando_package_tube', 'Tube'),
('en', 'temando_package_unpackaged', 'Unpackaged or N/A'),
('en', 'temando_package_wheel', 'Wheel/Tyre'),
('en', 'temando_subclass_excessbaggage', 'Excess Baggage'),
('en', 'temando_subclass_furniture', 'Furniture'),
('en', 'temando_subclass_householdgoods', 'Household Goods'),
('en', 'temando_subclass_other', 'Other (etc.)'),
('en', 'temando_system', 'Temando system'),
('en', 'temando_weight_grams', 'Grams'),
('en', 'temando_weight_kilograms', 'Kilograms'),
('en', 'temando_weight_ounces', 'Ounces'),
('en', 'temando_weight_pounds', 'Pounds'),
('en', 'template', 'Template'),
('en', 'templates', 'Templates'),
('en', 'templates_tree', 'Templates tree'),
('en', 'template_document_gift_certificate_default', 'Gift certificates: default'),
('en', 'template_document_order_imagem', 'Invoice'),
('en', 'template_document_order_image_product', 'Imagem do produto'),
('en', 'template_document_order_invoice', 'Invoice'),
('en', 'template_document_order_summary', 'Order summary'),
('en', 'template_document_packing_slip_default', 'Packing slip'),
('en', 'template_document_product_imagem', 'Invoice'),
('en', 'template_document_rma_packing_slip_default', 'Return request: packing slip'),
('en', 'template_document_supplier_order_invoice', 'Suppliers: invoice'),
('en', 'terminal', 'Terminal'),
('en', 'terminal_id', 'Terminal ID'),
('en', 'terms_and_conditions', 'Terms and conditions'),
('en', 'terms_and_conditions_content', '<p>Please read these Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before using the <a href=\"http://www.mywebsite.com\">http://www.mywebsite.com</a> website and the My Mobile App mobile application (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").</p><p><strong>By accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong></p><p><strong>Purchases</strong></p><p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase including, without limitation, your ...</p><p><strong>Content</strong></p><p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\"). You are responsible for the ...</p><p><strong>Changes</strong></p><p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.</p><p><strong>Contact Us</strong></p><p>If you have any questions about these Terms, please contact us.</p>'),
('en', 'test', 'Test'),
('en', 'testimonials', 'Testimonials'),
('en', 'test_live_mode', 'Test/Live mode'),
('en', 'test_mode', 'Test mode'),
('en', 'test_rate_calculation', 'Test rate calculation'),
('en', 'text', 'Text'),
('en', 'textarea', 'Text area'),
('en', 'texts_languages', 'Texts & languages'),
('en', 'text_2checkout_notice', '<b>Note</b>: In order to track your 2Checkout orders with the shopping cart software you have to take these steps:<br /><br />-&nbsp;Log in to your 2Checkout account<br />-&nbsp;Click on <u>\'Site management\'</u> in the <u>\'Account\'</u> section.<br />-&nbsp;Select <b>\'Given links back to my website\'</b> option in the <u>\'Direct Return\'</u> subsection <br />-&nbsp;Set <u>\'Approved URL\'</u> and <u>\'Pending URL\'</u> to:<br /><b>[return_url]</b><br />-&nbsp;Set <u>\'Secret Word\'</u>. The Secret Word is known only to the seller and 2CheckOut.<br />'),
('en', 'text_2co_ins', 'Instant Notification Service (INS)'),
('en', 'text_access_notice', 'You can use the wildcards for the \"Domain\", \"E-mail\" and \"Credit Card\" tabs: <br /><b>*</b> - can represent any number of characters, including zero<br /><b>?</b> - can represent any single character.'),
('en', 'text_additional_detailed_image', '(displayed in popup window)'),
('en', 'text_additional_storefront_license_required', '<p>You can\'t add a new storefront. The maximum number of storefronts allowed by your current license <code>[license_number]</code> is [allowed_storefronts], and you currently have [existing_storefronts].</p><p>To be able to add another storefront, please buy additional [product] Storefront License. If you want to add multiple new storefronts, buy the corresponding number of licenses.</p>'),
('en', 'text_additional_thumbnail', '(displayed on product details page in \"Additional images\")'),
('en', 'text_addon_cannot_enable', 'Add-on \"[addon_name]\" is incompatible with the following add-ons: [addons]. It cannot be enabled'),
('en', 'text_addon_confclicts', 'Add-on \"[addon_name]\" is incompatible with the following add-ons: [addons]. These add-ons will be automatically disabled.'),
('en', 'text_addon_confclicts_on_install', 'Add-on \"[addon_name]\" is incompatible with the following add-ons: [addons]. It has not been be enabled. Enable it manually and all the incompatible add-ons will be disabled automatically.'),
('en', 'text_addon_disable_dependencies', 'The add-on cannot be disabled because the following add-ons depend on it: [addons]'),
('en', 'text_addon_enable_dependencies', 'The add-on cannot be enabled because it depends on the following add-ons: [addons]'),
('en', 'text_addon_installed', 'The <b>\"[addon]\"</b> add-on has been installed successfully'),
('en', 'text_addon_install_dependencies', 'The add-on cannot be installed because a dependence on the [addon] add-on is set for it. Please install the [addon] add-on first.'),
('en', 'text_addon_refreshed', 'The settings and language variables of the <b>\"[addon]\"</b> add-on have been updated successfully'),
('en', 'text_addon_uninstalled', 'The <b>\"[addon]\"</b> add-on has been uninstalled.'),
('en', 'text_addon_uninstall_dependencies', 'The add-on cannot be uninstalled because the following add-ons depend on it: [addons]'),
('en', 'text_addresses_wildcards', 'You are able to use wildcards in this field:<br /><b>\'?\'</b> - any single character;<b>\'*\'</b> - any number of characters.<br /><br /><u>Example:</u><br /><b>* street</b> &nbsp;&nbsp;(corresponds to 1st Street, 102nd Street, etc)'),
('en', 'text_address_not_found', 'Address not found'),
('en', 'text_admin_new_orders', 'This section shows the orders you have never viewed.'),
('en', 'text_allowed_to_upload_file_extension', 'The following file extensions are supported: <b>[ext]</b>.'),
('en', 'text_all_categories_included', 'All categories included'),
('en', 'text_all_products_included', 'All products included'),
('en', 'text_amazon_callback_url', 'Important! You must specify your store\'s URL <b>[callback_url]</b> as the Merchant URL on the Amazon\'s Seller Central Website (Settings > Checkout Pipeline Settings). Otherwise, you won\'t be able to accept payments through Amazon Checkout in your store'),
('en', 'text_amazon_failed_order', 'No response from Amazon Checkout has been received yet, please hold on. Although the order might not be created in the store as long last, it is highly probable that it has been successfully created and processed by Amazon Checkout. Please contact the store staff and tell them the order ID as provided by Amazon'),
('en', 'text_amazon_incorrect_products_count', 'Number of products in your cart differs from the number of products in the Amazon request.'),
('en', 'text_amazon_link_message', 'For testing purposes, the Merchant URL may be the HTTP link to your store, but the live mode requires secure connection and you must use the HTTPS link. Also, remember to enable the production mode on Amazon\'s Seller Central website when you are ready to go live.'),
('en', 'text_amazon_surcharge', '<b>Note:</b> According to the Amazon <a href=\'https://payments.amazon.com/sdui/sdui/about?nodeId=6019\' target=\'_blank\'>policy</a> (B4.2), surcharges are not supported. Any surcharges you may have set will be ignored when Amazon Checkout is used.'),
('en', 'text_anonymous_checkout', 'You must be a registered user to proceed to checkout'),
('en', 'text_answer_type', 'Provide a textual answer'),
('en', 'text_applied_promotions', 'Applied promotions'),
('en', 'text_approval_notice', 'This post needs approving'),
('en', 'text_are_you_sure_to_delete_file', 'Are you sure you want to delete the item?'),
('en', 'text_are_you_sure_to_proceed', 'Are you sure you want to proceed?'),
('en', 'text_atos_notice', '<b>Note:</b><br />1. Copy your certificate that you received on the disk to the [home_path] directory. Rename the certificate to certif.fr.[my_merchant_id], where [my_merchant_id] is your web site number.<br /> 2. Rename the store parameters file (parmcom.014213245611111 file) to parmcom.[my_merchant_id].<br />3. Edit the <b>pathfile</b> file in the  <b>[home_path]</b> directory<br />- Replace string \'<u>D_LOGO![some_dir]!</u>\' with \'<u>D_LOGO![http_path]/logo/!</u>\'<br />- Replace string \'<u>F_DEFAULT![/some_dirs/parmcom.sogenactif]!</u>\' with \'<u>F_DEFAULT![home_path]/parmcom.sogenactif!</u>\'<br />- Replace string \'<u>F_PARAM![/some_dirs/parmcom]!</u>\' with \'<u>F_PARAM![home_path]/parmcom!</u>\'<br />- Replace string \'<u>F_CERTIFICATE![/some_dirs/certif]!</u>\' with \'<u>F_CERTIFICATE![home_path]/certif!</u>\'<br />4. Edit the <b>parmcom.[some_number]</b> file in the <b>[home_path]</b> directory<br />- Replace string \'<u>AUTO_RESPONSE_URL![some_url]!</u>\' with \'<u>AUTO_RESPONSE_URL![auto_url]!</u>\'<br />- Replace string \'<u>CANCEL_URL![some_url]!</u>\' with \'<u>CANCEL_URL![ok_url]!</u>\'<br />- Replace string \'<u>RETURN_URL![some_url]!</u>\' with \'<u>RETURN_URL![ok_url]!</u>\'<br />'),
('en', 'text_atos_warning', '<span style=\"color:#FF2222\">Warning!!!</span> The path to atos files should consist of not more than 60 symbols, otherwise please copy the atos_files folder to some parent directory, e.g. to the cart core directory. Also please make sure the atos files directory has full permissions.'),
('en', 'text_authentication_failed_message', 'Your financial institution has indicated that it could not successfully authenticate this transaction. To protect against unauthorized use, this card cannot be used to complete your purchase. You may complete the purchase by selecting another form of payment.'),
('en', 'text_backup_filename_hint', 'To download this backup, click the gear icon and select Download'),
('en', 'text_backup_management_notice', 'This section allows you to manage your backup files.<br />- To restore the database, select the check box near the appropriate file name and click on Restore.<br />- To delete files, select the check boxes near the files that need to be deleted and click on Delete.<br />- To download a file to your local computer, click on the file name.'),
('en', 'text_banner', 'Text banner'),
('en', 'text_billing_address_is_different_from_shipping', 'My billing address is different from shipping address'),
('en', 'text_billing_same_with_shipping', 'Billing and shipping addresses are the same'),
('en', 'text_block_trial_notice', 'Your 30-day evaluation period has expired. Please, buy a license ([href]) or remove the software from your server.'),
('en', 'text_box', 'Text box'),
('en', 'text_buy_new_license', 'If you don\'t have a license number yet, you can purchase it at our official website.'),
('en', 'text_cannot_apply_points_to_this_order_because_total', 'Unfortunately, you cannot apply points to this order, because the total cost is zero.'),
('en', 'text_cannot_apply_points_to_this_order_because_user', 'Unfortunately, you cannot apply points to this order, because you do not have enough points at the account.'),
('en', 'text_cannot_create_directory', 'Cannot create the directory <b>[directory]</b>. Please check the permissions.'),
('en', 'text_cannot_create_file', 'Cannot create the file <b>[file]</b>. Please check the directory permissions.'),
('en', 'text_cannot_create_file_check_file', 'Сouldn\'t create the file. Please try again or choose another file.'),
('en', 'text_cannot_delete_directory', 'Cannot delete the directory <b>[directory]</b>. Please check the permissions.'),
('en', 'text_cannot_delete_file', 'Cannot delete the file <b>[file]</b>. Please check the permissions.'),
('en', 'text_cannot_rename_directory', 'Cannot rename the directory <b>[directory]</b>. Please check the permissions.'),
('en', 'text_cannot_rename_file', 'Cannot rename the file <b>[file]</b>. Please check the permissions.'),
('en', 'text_cannot_restore_directory', 'Cannot restore the directory <b>[directory]</b> from the repository. Please check if the repository exists.'),
('en', 'text_cannot_restore_file', 'Cannot restore file <b>[file]</b> from the repository. Please check if the repository exists.'),
('en', 'text_can_be_used_once', 'This coupon can be used only once. You have already applied it.'),
('en', 'text_cart_amount_changed', 'The quantity of the product <b>[product]</b> in your cart  has been changed to allowable.'),
('en', 'text_cart_amount_corrected', 'The number of products in the inventory is not enough for your order. The quantity of the product <b>[product]</b> has been changed in your cart.'),
('en', 'text_cart_empty', 'Your cart is empty'),
('en', 'text_cart_max_qty', 'Maximum quantity for \"[product]\" is <b>[quantity]</b>'),
('en', 'text_cart_min_qty', 'Minimum quantity for \"[product]\" is <b>[quantity]</b>'),
('en', 'text_cart_not_enough_inventory', 'The number of products in the inventory is not enough for your order'),
('en', 'text_cart_zero_inventory', '<b>[product]</b> has zero inventory and cannot be added to the cart'),
('en', 'text_cart_zero_inventory_and_removed', '<b>[product]</b> has zero inventory and is removed from the cart'),
('en', 'text_catalog_mode_zero_price_action_notice', 'In order that the \"Buy now\" button could be displayed on the product details page, please set \"Zero price action\" as \"Allow customers to add the product to cart\".'),
('en', 'text_categories_have_been_deleted', 'Categories have been deleted successfully.'),
('en', 'text_category_delimiter', 'Category path delimiter for product main category (e.g. \"Computers///Desktops\")'),
('en', 'text_category_detailed_image', '(optional displayed on category details page only)'),
('en', 'text_category_has_been_deleted', 'Category, subcategories and their products have been deleted successfully.'),
('en', 'text_category_icon', '(displayed on category list and details pages)'),
('en', 'text_cc_javascript_disabled', 'Note! Your browser has the <b>JavaScript</b> disabled. To pay for your order click'),
('en', 'text_cc_number_is_blocked', 'The credit card number <b>[cc_number]</b> is blocked by the administrator. Please contact the store administrator or try another one.'),
('en', 'text_cc_processor_connection', 'Connecting to <b>[processor]</b>...'),
('en', 'text_cdn_check', '<strong>Attention!</strong> Please test some static URL, e.g. <a href=\"[url]\">[url]</a>, to ensure it\'s working before enabling CDN (you can enable it after storage became active). It usually takes 10-15 minutes to activate storage (the \"Status\" field should display \"Active\", refresh page for updates).'),
('en', 'text_cdn_setup', 'CDN was set up successfully.'),
('en', 'text_changes_not_saved', 'Your changes have not been saved.'),
('en', 'text_changes_saved', 'Your changes have been saved.'),
('en', 'text_change_password', 'You are now logged in to your account. Please change the password and click the \"Save\" button.'),
('en', 'text_character_identifier_tooltip', 'A character sequence that serves as an identifier. You can use figures from 0 to 9, symbols of the English alphabet and the following signs: \"-\", \"_\", \".\".'),
('en', 'text_checkout_new_profile_notice', 'If you are a new customer, we need to know your personal details.'),
('en', 'text_cities_wildcards', 'You are able to use wildcards in this field:<br /><b>\'?\'</b> - any single character;<b>\'*\'</b> - any number of characters.<br /><br /><u>Example:</u><br /><b>New Y*</b> &nbsp;&nbsp;(corresponds to New York, New Yark, etc)<br /><b>L?s*</b>&nbsp;&nbsp; (corresponds to Las Vegas, Los Angeles, etc..)'),
('en', 'text_click_here', 'Click here for more details'),
('en', 'text_cmcic_notice', 'Please set the following URL as the <b>CGI2</b>: <b>[postback_url]</b>'),
('en', 'text_cmpi_frame_message', 'For your security, please fill out the form below to complete your order. Do not click the Refresh or Back button, or this transaction may be interrupted or canceled.'),
('en', 'text_cmpi_go_back', 'Go back'),
('en', 'text_combination_out_of_stock', 'No products with the selected options in stock'),
('en', 'text_companies_activated', 'Selected companies have been activated'),
('en', 'text_companies_disabled', 'Selected companies have been disabled'),
('en', 'text_company_status_active_subj', 'Your company was activated.'),
('en', 'text_company_status_active_to_pending', 'Your vendor status has been changed from Active to Pending.'),
('en', 'text_company_status_changed', 'Status of your company [company] was changed to [status].'),
('en', 'text_company_status_disabled_subj', 'Your company was disabled.'),
('en', 'text_company_status_disabled_to_pending', 'Your vendor status has been changed from Disabled to Pending.'),
('en', 'text_company_status_new_to_active', 'Your request for vendor [company] was approved.'),
('en', 'text_company_status_new_to_active_administrator_created', 'New administrator was created. You can access to the administrator area: <a href=\"[link]\">[link_text]</a> by using the following credentials:<br />Login: [login]<br />Password: [password]'),
('en', 'text_company_status_new_to_active_administrator_updated', 'Type of your account [login] changed to administrator. You may login into the administrator area: <a href=\"[link]\">[link_text]</a>'),
('en', 'text_company_status_new_to_active_subj', 'Your request for vendor was approved.'),
('en', 'text_company_status_new_to_disable', 'Your request for vendor [company] was rejected.'),
('en', 'text_company_status_new_to_disable_subj', 'Your request for vendor was rejected.'),
('en', 'text_company_status_new_to_pending', 'Congratulations, your application for getting a vendor account has been approved. Once we review you accont information, we will publish it on our website.'),
('en', 'text_company_status_pending', 'The Pending status allows you to log in to you admin panel, change your company information, and fill your store with products.'),
('en', 'text_company_status_pending_subj', 'Your company is waiting for approval.');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('en', 'text_company_status_pending_to_active', 'Your profile changes for vendor [company] were approved.'),
('en', 'text_company_status_suspended_subj', 'Your account is suspended'),
('en', 'text_conditions_cleared', 'Table conditions were cleared'),
('en', 'text_confirmation_page_header', 'This is a confirmation page. You must confirm the operation before it is performed.'),
('en', 'text_confirm_passwd_recovery', 'Please follow this link to confirm your password recovery procedure'),
('en', 'text_cpf_exists', 'CPF está vinculado a outra conta'),
('en', 'text_csrf_attack', 'Access denied: Possible CSRF attack'),
('en', 'text_customer_area_logo', 'Logo for the <b>customer</b> area'),
('en', 'text_datatrans_notice', '<b>Note</b>: In order to track your DataTrans orders with the shopping cart software you have to take the following steps:<br /> <br /> -&nbsp;Log in to your DataTrans account<br /> -&nbsp;Click on the <u>\'Upp Data\'</u> link in the <u>\'Upp Administration\'</u> section.<br /> -&nbsp;Set <u>\'URL Post data format\'</u> to <b>\'Data in HTML FORM\'</b>.<br /> -&nbsp;Set <u>\'URL Post\'</u> to:<br /> <b>[post_url]</b><br /> -&nbsp;Click on the <u>\'Security\'</u> link in the <u>\'Upp Administration\'</u> section.<br /> -&nbsp;Select the <b>\'An additional merchant identification will be send with payment messages\'</b> option.<br /> -&nbsp;Generate new digital signature using the <u>\'Generate new sign\'</u> button.<br /> -&nbsp;Set generated value to the <u>\'Digital signature\'</u> field on the DataTrans payment configuration page in your store<br />'),
('en', 'text_data_changed', 'Your changes have not been saved.Press OK to continue, or Cancel to stay on the current page.'),
('en', 'text_decrease_points_in_use', 'The points used in the order were subtracted from user account.'),
('en', 'text_deltapay_notice', '<b>Note:</b> Please send the following information to the DeltaPay support:<br />Payment page: \'<u>[payment_url]</u>\'<br />Success page: \'<u>[result_url]</u>\'<br />Failure page: \'<u>[result_url]</u>\'<br />Cancel page: \'<u>[result_url]</u>\'<br />'),
('en', 'text_directebanking_notice', 'Set \'Success link\' to: <b>[success_url]</b><br /> Set \'Abort link\' to: <b>[abort_url]</b><br /> Add new HTTP notifications and set \'Notification URL\' to: <b>[notification_url]</b><br /> Activate input check and set \'Hash Algoritm\' to the \'SHA1\'<br />'),
('en', 'text_directory_created', 'The directory <b>[directory]</b> has been successfully created.'),
('en', 'text_directory_deleted', 'The directory <b>[directory]</b> has been successfully deleted'),
('en', 'text_directory_renamed', 'The directory <b>[directory]</b> has been successfully renamed to <b>[to_directory]</b>'),
('en', 'text_directory_restored', 'The directory <b>[directory]</b> has been restored from the repository'),
('en', 'text_downloads_empty', 'Your downloads list is empty'),
('en', 'text_editing', 'Text editing'),
('en', 'text_edp_product', 'This product is electronically distributed'),
('en', 'text_ekey_not_valid', 'The confirmation link is invalid or has expired.'),
('en', 'text_email_is_blocked', 'The e-mail address <b>[email]</b> is blocked by the administrator. Please contact the store administrator or try another one.'),
('en', 'text_email_sent', 'E-mail has been sent successfully.'),
('en', 'text_emerchantpay_notice', 'Please add these URL fields in your eMerchantPay eCommerce Payment Form configuration:<br/><br/><b>BackReturn URL:</b><br/>[backreturn_url]<br/><br/><b>Custom Approval URL:</b><br/>[notify_url]<br/><br/><b>Custom Decline URL:</b><br/>[decline_url]<br/><br/><b>Activate Notification URL:</b><br/>[process_url]'),
('en', 'text_enabled_testimonials_notice', 'Testimonials are disabled. To enable, please go to <a href=\"[link]\">Comments and reviews: options</a> and select the \"Communication\", \"Rating\" or \"Communication and Rating\" value in \"Testimonials\" field.'),
('en', 'text_enets_notice', 'Please send the following URL to the eNPS manager as a response URL for all the three cases (success, failure, cancel): [r_url]'),
('en', 'text_entered_html_was_sanitized', 'Some <strong>HTML tags</strong> that you have used <strong>were cut off</strong> because of the restrictions on inserting HTML tags such as &lt;object&gt;, &lt;iframe&gt;, &lt;embed&gt; and JavaScript code. That\'s why the content that you\'ve inserted via these tags will not be displayed.'),
('en', 'text_enter_filename', 'Please enter a new file name'),
('en', 'text_error_adding_request', 'Error while adding the request.'),
('en', 'text_exim_data_exported', 'Data is exported successfully'),
('en', 'text_exim_data_imported', 'Data is imported successfully.<br />New objects - <b>[new]</b>;<br />Updated objects - <b>[exist]</b>;<br />Skipped objects - <b>[skipped]</b>;<br />Total - <b>[total]</b>.'),
('en', 'text_exim_data_imported_clear', 'Data is imported successfully.'),
('en', 'text_exim_export_notice', 'Below is a list of the fields that can be exported. The <b>highlighted</b> fields are mandatory.'),
('en', 'text_exim_import_features_note', '<h4>Product features import format</h4><code>(%Group name%) %Feature name%: %Feature type%[%Feature value%]</code>where,<dl class=\"dl-horizontal\"><dt>%Group name%</dt><dd>the name of feature group</dd><dt>%Feature name%</dt><dd>the name of feature</dd><dt>%Feature type%</dt><dd>the feature type (C - checkbox, M - multiple checkboxes, S - text select box, N - number select box, E - extended selectbox, T - simple text, O - number, D - date)</dd><dt>%Feature value%</dt><dd>the feature value (several values can be delimited by comma)</dd></dl><p>Several features must be delimited by semicolon.</p><h5>Example:</h5><code>ISBN: T[1233423423]; Release date: D[05/05/07]; Color: S[Red]</code>'),
('en', 'text_exim_import_files_note', '<h4>File import format</h4><code>%File location%</code> where, <dl class=\"dl-horizontal\"> <dt>%File location%</dt> <dd>can be an absolute or relative path in a server file system or a URL</dd> </dl> <p>Several files must be delimited by comma.</p> <h5>Example 1:</h5><code>file1.jpg</code><h5>Example 2:</h5><code>backup/file1.zip, images/file2.jpg</code>'),
('en', 'text_exim_import_images_note', '<h4>Image import format</h4><code>%Image location%#%Alternative text%</code> where,<br><dl class=\"dl-horizontal\"><dt>%Image location%</dt><dd>can be an absolute or relative path in a server file system or a URL,</dd><dt>%Alternative text%<dt><dd>image alternative text</dd></dl><h5>Example 1:</h5><code>images/product_images/apples.jpg#Apples</code><h5>Example 2:</h5><code>http://www.site.com/apples.jpg#Apples</code>'),
('en', 'text_exim_import_notice', 'Below is a list of the fields that your data file can contain. The fields highlighted in bold are mandatory. If you are importing data with special symbols (commas, semicolons, etc.), please make sure you have these fields quoted.'),
('en', 'text_exim_import_options_note', '<h4>Product options import format</h4><code>%Option name%: %Option type%[{$ldelim}%Variant 1 ID%{$rdelim}%Variant 1%,{$ldelim}%Variant 2 ID%{$rdelim}%Variant 2%,{$ldelim}%Variant N ID%{$rdelim}%Variant N%]</code> where,<dl class=\"dl-horizontal\"><dt>%Option name%</dt><dd>the name of the option,</dd><dt>%Variant N ID%</dt><dd>the id of the variant,</dd><dt>%Variant N%</dt><dd>the name of the variant. Variants must be specified if the option type is a selectbox or radiogroup only.</dd><dt>%Option type%</dt><dd>the option type, can be the following:<br><ul><li><b>S</b> - selectbox,</li><li><b>R</b> - radiogroup,</li><li><b>C</b> - checkbox,</li><li><b>I</b> - simple input,</li><li><b>T</b> - textarea.</li></ul></dd></dl><p>Several options must be delimited by semicolon.</p><h5>Examples:</h5>Simple text options:<code>Your age: I; Date of birth: I; Notes: T</code><br>Options with variants:<code>Color: S[Red, Green, Blue]; Size: R[X, XL, XXL]</code>'),
('en', 'text_exim_utf8_file_format', 'Please make sure that the file you are importing has UTF-8 charset for correct import'),
('en', 'text_expired_license', 'Unfortunately, your subscription for [product] software is over. Please renew it as soon as possible to avoid the program suspending.'),
('en', 'text_failed_gift_certificate_addition', 'Failed to add the certificate. Make sure the summary amount is not zero.'),
('en', 'text_features_delimiter', 'Delimiter between variant values of a product feature.'),
('en', 'text_feedback_notice', 'The parameters that will be sent to our server to analyze the functionality and the current configuration are listed below.<br />Please note that no personal or financial information will be sent. After you get acquainted with the list of the parameters, click on \"Send\".<br />'),
('en', 'text_files_directory', 'Directory where product files are located. This will be used if the \"File\" field is specified without a path.'),
('en', 'text_file_created', 'The file <b>[file]</b> has been successfully created'),
('en', 'text_file_deleted', 'The file <b>[file]</b> has been successfully deleted'),
('en', 'text_file_editor_notice', 'You can upload and download files via <a href=\"[href]\">File Editor</a>'),
('en', 'text_file_editor_notice_full_link', 'You can upload and download files via [link]'),
('en', 'text_file_renamed', 'The file <b>[file]</b> has been successfully renamed to <b>[to_file]</b>'),
('en', 'text_file_restored', 'The file <b>[file]</b> has been restored from the repository'),
('en', 'text_file_saved', 'The file <b>[file]</b> is successfully saved'),
('en', 'text_fill_the_mandatory_fields', 'You need to complete all the mandatory fields'),
('en', 'text_forbidden_file_extension', 'It is not allowed to create/upload/rename files with the <b>.[ext]</b> extension.'),
('en', 'text_forbidden_file_mime', 'It is not allowed to create/upload/rename files of the <b>[mime]</b> MIME type.'),
('en', 'text_forbidden_functionality', '<p>To use this feature, you need a [product] license.</p>'),
('en', 'text_forbidden_uploaded_file_extension', 'It is not allowed to upload files with the <b>.[ext]</b> extension. Allowed extensions are: <b>[exts]</b>'),
('en', 'text_forbidden_uploaded_file_size', 'It is not allowed to upload files with size more than <b>[size]</b>'),
('en', 'text_form_cresecure_notice', 'Please complete your payment below.<br />This is a secure payment page, served from a secure location.'),
('en', 'text_full_mode_required', '<strong>Full mode</strong> required.'),
('en', 'text_gate2shop_notice', '<p>Please set the following values in the Gate2Shop merchant settings:</p><p>Success, failed and canceled URL: <b>[result_url]</b></p><p>Back URL: <b>[back_url]</b></p>'),
('en', 'text_gd_not_avail', 'GD library is <b>not</b> installed on your server. Please contact your hosting provider. <br />Charts can be represented only as tables (chart type \"Table\").'),
('en', 'text_gift_certificate_logo', 'Logo for <b>gift certificates</b>'),
('en', 'text_gift_cert_added_to_wishlist', 'The gift certificate has been added to the wish list'),
('en', 'text_gift_cert_amount_alert', 'Amount should be between [min] and [max]'),
('en', 'text_gift_cert_applied', 'Gift certificate has been applied'),
('en', 'text_gift_cert_cannot_delete', 'Gift certificate [code] cannot be deleted because it is used in order(s) [ids].'),
('en', 'text_gift_cert_has_been_deleted', 'Gift certificate has been deleted successfully.'),
('en', 'text_hidpi_support_enabled', 'HiDPI support is enabled'),
('en', 'text_hsbc_notice', '<b>Client ID  -</b> Your Client ID - a decimal value between 0 and 999999999, or a valid Client alias of the form UK12345678CUR. <br /> Note, the alias is case sensitive. <br /> <b>Important note for UNIX users:</b><br /> Please make sure you have appropriate permissions for the following directory: [cart_dir] (shell command \"chmod -R 755\").'),
('en', 'text_ideal_basic_notice', '-&nbsp;Log in to your iDEAL account<br />-&nbsp;Click on <u>\'Security\'</u> in the <u>\'Profile\'</u> section.<br />-&nbsp;Set the option <u>\'Notification\'</u> to <b>\'XML\'</b><br />-&nbsp;Set <u>\'Notification URL\'</u> to:<br /><b>[return_url]</b><br />-&nbsp;Set <u>\'Secret key\'</u>. The Secret key is known only to the seller and iDEAL.'),
('en', 'text_images_directory', 'Directory where images are located. This will be used if an image file is specified without a path.'),
('en', 'text_increase_points_in_use', 'The points used in the order were added to user account.'),
('en', 'text_input_license_code', 'Please enter your license number to be able to manage your store:'),
('en', 'text_installing_theme_dependencies', 'Installing the theme dependencies: [dependencies]'),
('en', 'text_invalid_url', 'You have entered an invalid URL'),
('en', 'text_ips_denied', 'You are not allowed to access this area'),
('en', 'text_ip_blocked_failed_login', 'The IP was blocked after [number] unsuccessful logins'),
('en', 'text_ip_is_blocked', 'Your IP address is blocked.'),
('en', 'text_items_added', 'The items were added successfully'),
('en', 'text_items_updated', 'The items were updated successfully'),
('en', 'text_license_is_disabled', 'The license is disabled. Please check your license status.'),
('en', 'text_license_is_disabled_full', 'The license is disabled. Please check your license status or select a different store mode.'),
('en', 'text_license_is_invalid', 'Invalid license number. Please enter a valid license number.'),
('en', 'text_license_is_invalid_full', 'Invalid license number. Please enter a valid license number or select a different store mode.'),
('en', 'text_license_required_ebay', 'Boost your sales by selling products presented in your CS-Cart store on the world\'s biggest marketplace—eBay.'),
('en', 'text_license_required_ebay-title', 'eBay Synchronization'),
('en', 'text_license_required_facebook', 'Build your store into your Facebook page to get closer to your audience and draw more new customers.'),
('en', 'text_license_required_facebook-title', 'Facebook App'),
('en', 'text_license_required_full', 'Your current CS-Cart edition is Professional. We also offer another one, a more advanced edition—<b>Ultimate</b>. With CS-Cart Ultimate, you\'ll be able to use unlimited number of storefronts and the mobile commerce app as well as the eBay Synchronization add-on and the Facebook app without additional fees. To unlock unlimited storefronts and mobile commerce, get the Ultimate license.'),
('en', 'text_license_required_storefronts', 'Add as many storefronts as you want and manage them via a single admin panel.'),
('en', 'text_license_required_storefronts-title', 'Unlimited Storefronts'),
('en', 'text_links', 'Text links'),
('en', 'text_login_form', '<h4>Not a registered member?</h4><p>Creating a new account is easy and takes less than a minute.</p>'),
('en', 'text_login_to_add_to_cart', 'This product cannot be added to the<br>cart because you are not logged in.'),
('en', 'text_mail_area_logo', 'Logo for <b>invoices</b>'),
('en', 'text_mandatory_fields', '<p class=\"mandatory-fields\">The fields marked with <span class=\"required\">*</span> are mandatory</p>'),
('en', 'text_max_limit_of_parameters', 'Maximum value of the \"limit\" field cannot exceed 25 unless the chart type is \"Table\". Limit of this chart has been corrected.'),
('en', 'text_mb_failed_order', 'No response from Skrill has been received yet, please hold on. Although the order might not be created in the store as long last, it is highly probable that it has been successfully created and processed by Skrill. Please contact the store staff and tell them the order ID as provided by Skrill'),
('en', 'text_menus_have_been_deleted', 'Menus have been deleted successfully.'),
('en', 'text_min_order_amount_required', 'To continue checkout process your order total must exceed'),
('en', 'text_min_products_amount_required', 'To continue checkout process your order subtotal must exceed'),
('en', 'text_money_back_guarantee', 'We offer 30-day money-back guarantee. If you don\'t like our product, we\'ll return you the money, no needless questions asked.'),
('en', 'text_multiprofile_notice', 'One user can have multiple profiles. For example, one for personal orders and another for office needs.'),
('en', 'text_mve_plus_license_required', '<p>Let your vendors receive money from customers directly via your marketplace.</p><p>Manage vendors\' abilities via user groups, and allow your vendors to change the looks of their stores.</p><p>Create a unified catalog, where vendors can start selling any product in a matter of minutes.</p>'),
('en', 'text_mve_ultimate_license', 'A special edition of [product] that offers all the features of [product] Plus and an unlimited number of storefronts. If you switch to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see the message about the storefront limit again.'),
('en', 'text_mve_ultimate_license_required', '<p>Branch out: get an unlimited number of storefronts for your marketplace.</p><p>A storefront is another domain created either for a specific country or city, or for a specific part of your product catalog.</p><p>Get all the other functionality of [product] Plus.</p>'),
('en', 'text_mve_ultimate_or_plus_license_required', 'This action requires [product] Ultimate or [product] Plus. If you switch to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a> or <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus</a>, you\'ll get access to all their features.'),
('en', 'text_newsletter_sent', 'The newsletter(s) have been sent successfully.'),
('en', 'text_new_payment_was_created', 'New payment was created'),
('en', 'text_new_post_notification', 'This is a notification of a new post to'),
('en', 'text_new_user_activation', 'The profile owned by \"[user_login]\" has been newly created, you should check the details of this user (if required) and activate it by using the following link:<br /><a href=\"[url]\">[url_text]</a>'),
('en', 'text_nothing_found', 'Nothing found'),
('en', 'text_not_allowed_to_upload_file_extension', 'It is not allowed to upload files with the <b>.[ext]</b> extension here.'),
('en', 'text_not_approved_products', 'You have products that require your approval. Please <a href=\"[link]\">follow this link</a> to review these products.'),
('en', 'text_not_approved_vendors', 'You have vendors that require your approval. Please <a href=\"[link]\">follow this link</a> to review these vendors.'),
('en', 'text_not_valid_cc_number', '<b>[cc_number]</b> is not a valid credit card number.'),
('en', 'text_not_valid_cpf', 'CPF está invalido'),
('en', 'text_not_valid_domain', '<b>[domain]</b> is not a valid domain name.'),
('en', 'text_not_valid_email', '<b>[email]</b> is not a valid e-mail address.'),
('en', 'text_not_valid_ip', '<b>[ip]</b> is not a valid ip address.'),
('en', 'text_no_active_promotions', 'No promotions available.'),
('en', 'text_no_conflicts', 'No conflicts found'),
('en', 'text_no_items_defined', 'No [items] defined'),
('en', 'text_no_matching_products_found', 'No products found matching the search criteria'),
('en', 'text_no_matching_results_found', 'No results match the search query'),
('en', 'text_no_orders', 'No orders found'),
('en', 'text_no_payments_needed', 'No payment information required'),
('en', 'text_no_payments_required', 'No payment required'),
('en', 'text_no_products', 'There are no products in this section'),
('en', 'text_no_products_defined', 'No products defined'),
('en', 'text_no_products_found', 'No products found'),
('en', 'text_no_shipments_found', 'No shipments found'),
('en', 'text_no_shipping_methods', 'Sorry, it seems that we have no shipping options available for your location.<br/>Please check your shipping address and contact us if everything is okay. We\'ll see what we can do about it.'),
('en', 'text_no_ticket_found', 'No Ticket Found'),
('en', 'text_no_upgrades_available', 'No upgrades currently available'),
('en', 'text_n_filters_created', 'Filters created: [n].'),
('en', 'text_objects_for_export', '<b>[total]</b> [name] will be exported.'),
('en', 'text_ogonedirect_notice', 'Enter SHA-1 Signature both: here and on the Ogone Configuration.<br /><br />For new Ogone accounts created since May 11th, 2010, the new SHA policy is automatically active. <br/>Please do not forget to select the \"Use new SHA signature policy\" checkbox.'),
('en', 'text_ogoneweb_notice', 'Please set the following URL in the Technical Information section on the Ogone Configuration as a <b>Response Url</b> for all cases (\"accepted\", \"on hold\", \"uncertain\", \"canceled by the client\", \"too many rejections by the acquirer\"): <b>[r_url]</b><br /> Also enter SHA-1 Signature both: here and on the Ogone Configuration. Then select Request Type: \"Make this request in background and deferred\".'),
('en', 'text_only_ultimate_license_required', 'A special edition called [product] Ultimate is required to perform this action. If you switch to <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see this message again, and you\'ll also be able to create an unlimited number of storefronts.'),
('en', 'text_options_no_inventory', 'In order to create option combinations, you must have the \"Inventory\" check box selected for at least one product option.'),
('en', 'text_order_backordered', 'Your order has been backordered. We will contact you at the first opportunity.'),
('en', 'text_order_placed_error', 'Your order has been declined by the payment processor. Please review your information and contact store administration.'),
('en', 'text_order_placed_successfully', 'Congratulations! Your order has been successfully placed.'),
('en', 'text_order_repayed_successfully', 'Order has been repaid successfully.'),
('en', 'text_order_saved_successfully', 'Order has been saved successfully.'),
('en', 'text_order_status_has_not_been_changed', 'The order status has not been changed, because the user did not have enough points.'),
('en', 'text_order_status_notification', 'Please note that the notification of changing the status  will be sent depending on the settings of this status'),
('en', 'text_out_of_stock', 'Out of stock'),
('en', 'text_owl', 'OwlCarousel'),
('en', 'text_pages_cloned', 'The pages have been cloned successfully. Below the list of new pages.'),
('en', 'text_pages_have_been_deleted', 'Pages have been deleted successfully.'),
('en', 'text_page_changed', 'Are you sure you want to leave this page? Your changes have not been saved. Click on OK to continue, or on Cancel to stay on the current page.'),
('en', 'text_page_has_been_deleted', 'Page has been deleted successfully.'),
('en', 'text_page_loading', 'Loading... Your request is being processed, please wait.'),
('en', 'text_password_recovery_instructions_sent', 'Password recovery instructions have been sent to [email] address.'),
('en', 'text_pay4later_notice', '<b>Note</b>: In order to track your Pay4Later orders with the shopping cart software, you have to take these steps:<br /><br />-&nbsp;Log in to Pay4Later BackOffice<br />-&nbsp;Click on the <u>\'Settings/Installations\'</u> link in the <u>\'Quick Links\'</u> section.<br />-&nbsp;Set <u>\'Return URL (Verified)\'</u> setting to:<br /><b>[verified_url]</b><br />-&nbsp;Set <u>\'Return URL (Decline)\'</u> setting to:<br /><b>[decline_url]</b><br />-&nbsp;Set <u>\'Return URL (Refer)\'</u> setting to:<br /><b>[refer_url]</b><br />-&nbsp;Set <u>\'Return URL (Cancel)\'</u> setting to:<br /><b>[cancel_url]</b><br />-&nbsp;Set <u>\'CSN URL\'</u> setting to:<br /><b>[process_url]</b><br />-&nbsp;Click on the <u>\'Save Changes\'</u> button<br />'),
('en', 'text_paybox_notice', '<b>Note:</b> Please download the file modulev2.cgi from the PayBox server, copy it to the <b>[paybox_dir]</b> directory <u>in binary mode</u> and make it executable. <br />Run the following command:<br /><b><i>chmod 755 modulev2.cgi</b></i><br /><br />Also ask &#8220;Paybox&#8221; service to add the following URL to the database as &#8220;Callback URL&#8221;:<br /><b>[callback_url]</b>'),
('en', 'text_payment_first_data_notice', 'Please log in to FirstData Connect 2.0 Admin, open the \"Administration\" tab, click on the \"Connect 2.0 Setup\" link.<br /> Set the following URL in the \"Order Submission Form\", \"Confirmation Page\", \"Failure Page\" sections: [return_url]<br />'),
('en', 'text_payment_have_been_deleted', 'Payment have been deleted successfully.'),
('en', 'text_payment_have_not_been_deleted', 'Payment cannot be deleted.'),
('en', 'text_paypal_processing_payment', 'Please wait while processing the payment details...'),
('en', 'text_paypal_surcharge', '<b>Note:</b> According to the PayPal <a href=\'https://www.paypal.com/webapps/mpp/ua/useragreement-full#4\' target=\'_blank\'>policy</a> (4.6), surcharges are not supported.'),
('en', 'text_paysitecash_debug', 'Debug Information'),
('en', 'text_paysitecash_mode', 'Mode'),
('en', 'text_paysitecash_mode_debug_off', 'OFF'),
('en', 'text_paysitecash_mode_debug_on', 'ON'),
('en', 'text_paysitecash_mode_live', 'Live'),
('en', 'text_paysitecash_mode_test', 'Test'),
('en', 'text_paysitecash_nocurrencies', 'Currency mode'),
('en', 'text_paysitecash_nocurrencies_no', 'Allow customer select any of supported currency'),
('en', 'text_paysitecash_nocurrencies_yes', 'Do not show currency selection at all'),
('en', 'text_paysitecash_notice', 'Please add these URL fields in your Paysite Cash configuration:<br/><br/><b>URL:</b><br/>[url]<br/><br/><b>Referer url:</b><br/>[ref_url]<br/><br/><b>after payment return url:</b><br/>[sucess_url]<br/><br/><b>canceled payment url:</b><br/>[cancel_url]<br/><br/><b>Backoffice confirmation url:</b><br/>[confirm_url]'),
('en', 'text_paysitecash_processor', 'Processor'),
('en', 'text_paysitecash_site_id', 'Site ID'),
('en', 'text_payway_notice', 'Please set up the following parameters in PayWay back end: <p> Browser Return URL Pre Payment: <b>[prepayment]</b><br /> Browser Return URL: <b>[return]</b><br /> Notification URL: <b>[notify]</b><br /> Notification Post Type: leave empty </p>'),
('en', 'text_permissions_changed', 'Permissions changed'),
('en', 'text_piraeus_notice', '<b>Note:</b> Please send the following information to the payment support:<br /> Website URL: \'<u>[website_url]</u>\'<br /> Referrer URL: \'<u>[referrer_url]</u>\'<br /> Success URL: \'<u>[success_url]</u>\'<br /> Failure URL: \'<u>[failure_url]</u>\'<br /> Backlink URL: \'<u>[backlink_url]</u>\'<br /> IP Address: \'<u>[ip_address]</u>\'<br /><br /> Response Method: \'<u>[response_method]</u>\'<br /><br />'),
('en', 'text_points_cannot_applied_because_subtotal_redeemed', 'Points cannot be applied because the subtotal is completely redeemed.'),
('en', 'text_points_exceed_points_on_account', 'The number of the points entered by you exceeds the number of points at your account.'),
('en', 'text_points_exceed_points_that_can_be_applied', 'The number of points entered by you exceeds the number of points that can be applied to this order.'),
('en', 'text_points_used_in_order', 'Points were used in order'),
('en', 'text_point_in_account', 'You have'),
('en', 'text_position_updating', 'Loading... Positions are being updated, please wait.'),
('en', 'text_post_pended', 'Your post will be checked before it gets published.'),
('en', 'text_price_dec_sign_delimiter', 'Decimal separator for product prices.'),
('en', 'text_products_added', 'The products have been added successfully. See the list of the new products below.'),
('en', 'text_products_cloned', 'The products have been cloned successfully. Below the list of new products'),
('en', 'text_products_have_been_deleted', 'Products have been deleted successfully.'),
('en', 'text_products_updated', 'The following products have been updated:'),
('en', 'text_products_updated_successfully', 'The product(s) have been updated successfully'),
('en', 'text_product_cloned', 'The product has been cloned'),
('en', 'text_product_detailed_image', '(optional displayed in popup window)'),
('en', 'text_product_file_has_been_deleted', 'Product file has been deleted'),
('en', 'text_product_filters_were_disabled', 'The following <a href=\"[url]\" target=\"_blank\">product filters</a> were disabled: [filters_list].'),
('en', 'text_product_has_been_deleted', 'Product has been deleted successfully.'),
('en', 'text_product_option_delimiter', 'Delimiter for product options within an option combination (e.g. \"Color: Red, Size: Small\")'),
('en', 'text_product_thumbnail', '(displayed on products list and product details pages)'),
('en', 'text_profile_activated', 'Your account is now active. You may log in to your account using your credentials.'),
('en', 'text_profile_benefits', '<h4>Benefits of becoming a registered member</h4><ul><li>Log in at any time to check order statuses</li><li>Personalize your shopping</li><li>Speed up future purchases</li></ul>'),
('en', 'text_profile_deactivated', 'Your account has been deactivated. Please contact us for more details.'),
('en', 'text_profile_details', '<h4>Profile details</h4><p>On this page you can modify your login credentials and personal data to be used during future purchases.</p><p>To keep your account secure we recommend to avoid creating passwords that use:</p><ul><li>Dictionary words in any language.</li><li>Words spelled backwards, common misspellings, and abbreviations.</li><li>Sequences or repeated characters. Examples: 12345678, 222222, abcdefg, or adjacent letters on your keyboard (qwerty).</li><li>Personal information. Your name, birthday, driver\'s license, passport number, or similar information.</li></ul>'),
('en', 'text_profile_is_created', 'The account has been created successfully.'),
('en', 'text_profile_is_updated', 'The profile data has been updated successfully.'),
('en', 'text_profile_should_be_approved', 'Your account has been created successfully, but it must be activated by the store administrator before you are able to sign in.'),
('en', 'text_promotions_group_condition', 'If [set] of these conditions are [set_value]'),
('en', 'text_qty_discounts', 'Our quantity discounts'),
('en', 'text_recommendation_notes', 'Your friend has recommended this page to you. Please follow the link:'),
('en', 'text_recover_password', '<p>If you have forgotten your password, enter your email address in the field and click <i>Reset password</i>.</p><p>You will receive a new password and a link to sign in. You will be able to change the password later.</p>'),
('en', 'text_recover_password_notice', 'Enter your email address to receive a new login key and a link to sign in and change your password.'),
('en', 'text_recover_password_title', 'Reset password'),
('en', 'text_redactor2', 'Redactor II'),
('en', 'text_remove_additional_images', 'When importing additional images of an updated product, existing images of this product will be deleted before import'),
('en', 'text_remove_backup_files', 'Warning! If you remove the backup files, you will not be able to restore your previous installation. Ensure that the new version is working properly, and the backup database files are in a safe place.'),
('en', 'text_required_group_product', 'Please select a product for the required group [group_name]'),
('en', 'text_reset_inventory_description', 'Quantity of all products in the store will be reset.'),
('en', 'text_restore_question', 'Are you sure that you want to restore the template?'),
('en', 'text_return_change_warning', 'The status of return #[return_id] will be changed'),
('en', 'text_review_and_reach_out_request', 'We\'ll review your application and reach out to you via email soon.'),
('en', 'text_sagepay_dir_notice', '<b>Note:</b> In order to track your SagePay orders by the shopping cart software, please enable the 3D Secure Fraud Checking Option for your SagePay VSP Direct account.'),
('en', 'text_sagepay_notice', 'Use <b>testvendor</b> as <b>Vendor Name</b> for the testing purposes<br /><p><b>PAYMENT</b> - transaction type is used to gain an authorisation from the bank, then settle that transaction early the following morning, committing the funds to be taken from your customer\'s card.<br /></p><p><b>DEFERRED</b> - transactions are NOT sent to the bank for completion until you RELEASE them by logging into the SagePay VSP Admin interface, finding the transaction and clicking the Release button.</p>'),
('en', 'text_secret_key_notice', 'Please complete this field with any non-empty value. It will increase the security of transactions.'),
('en', 'text_select_fields2edit_note', 'You are able to modify several items at once. Select the check boxes corresponding to the fields you wish to edit, and click on Modify Selected.'),
('en', 'text_select_file', 'Select a file or enter a URL'),
('en', 'text_select_range', 'You can select a range to export (otherwise all [name] will be exported)'),
('en', 'text_select_vendor', 'Please select a store first'),
('en', 'text_sent_an_email_access_information', 'We\'ve sent you an email with access information.'),
('en', 'text_set_write_permissions_for_dirs', 'You can set the write permissions for the Web server to the directories listed above or provide an FTP-access with the write permissions to these directories.'),
('en', 'text_share_product_features_tooltip', 'Attention! Some data will not be copied during this operation: the categories set in filters will be lost even if you copy all categories. Please, fix categories manually.'),
('en', 'text_share_product_filters_tooltip', 'Attention! Some data will not be copied during this operation: the categories set in features will be lost even if you copy all categories. Please, fix categories manually.'),
('en', 'text_share_promotions_tooltip', 'In order to share promotions make sure the respective products are also shared (check Share products below)'),
('en', 'text_shipping_packages_info', 'To ensure a more precise shipping rate estimation, the products have been separated into packages as defined by the product settings and the shipping method configuration. The following info is for referential use only'),
('en', 'text_shipping_rates_changed', 'Shipping rates were changed'),
('en', 'text_ship_to_billing', 'Order will be delivered to the billing address'),
('en', 'text_shoppers_can_order_products', 'Now shoppers can order these products in the store.'),
('en', 'text_signup_for_subscriptions', 'Sign up for our newsletters!'),
('en', 'text_skip_creating_new_products', 'If you enable this setting, then only the products that already exist in your database will be updated.'),
('en', 'text_skrill_activate_quick_checkout_short_explanation', 'Skrill Merchant Tools enables you to take payments from credit cards, debit cards and over 60 other local payment options in over 200 countries. The highly competitive rates for this service are published on the Skrill website at www.skrill.com.'),
('en', 'text_skrill_activate_quick_checkout_short_explanation_1', 'You have sent a request for activation on the [date]. Please be aware that the verification process to use Skrill Merchant Tools could take up to 72 hours. You will be contacted by Skrill when the verification process has been completed.'),
('en', 'text_skrill_activate_quick_checkout_short_explanation_2', 'After activation Skrill will grant you access to a new section in your Skrill Account called Merchant Tools. There please choose a secret word (NOT the same as your password) and enter it in the section below to connect to Skrill. The secret word is the last step of your activation process and encrypts your payments securely. After successful submission you will be ready to use all the direct payment options of Skrill.'),
('en', 'text_skrill_currs_notice', 'If you selected a currency that is not the base one in your store, please make sure that it has the correct <a href=\"http://en.wikipedia.org/wiki/ISO_4217\">ISO 4217 code</a> on the <a href=\"[link]\">currencies</a> page.'),
('en', 'text_skrill_email_is_not_registered', 'Specified email address is not registered in Skrill.'),
('en', 'text_skrill_email_is_registered', 'Specified email address is registered in Skrill.'),
('en', 'text_skrill_empty_input_data', 'Some of the fields required for Quick Checkout activation are missing. Please check.'),
('en', 'text_skrill_logo_notice', 'If your HTTPS server is not set up, the logo will be passed by the HTTP protocol and users will see the \"Connection Partially Encrypted\" warning on the Skrill page.'),
('en', 'text_skrill_notice', 'To gain access to the international payment network of Skrill, please register <a href=\"[register_url]\" target=\"_blank\">here</a> for a free account if you do not have one yet.<p><strong>Attention</strong>: please save settings before validating email, secret word or activating merchant tools.</p>'),
('en', 'text_skrill_notice_register', 'To gain access to the international payment network of Skrill, please register <a href=\"[register_url]\" target=\"_blank\">here</a> for a free account if you do not have one yet.<p><strong>Attention</strong>: please save settings before activating merchant tools.</p>'),
('en', 'text_skrill_payment_is_not_saved', 'In order to use this feature, please save the payment method first.'),
('en', 'text_skrill_secred_word_notice', 'The secret word must be in lower case without special characters and at least 10 digits long.'),
('en', 'text_skrill_secret_word_is_correct', 'Specified secret word is correct.'),
('en', 'text_skrill_secret_word_is_incorrect', 'Your secret word is incorrect. Please choose your secret word in the Merchant Tools section of your Skrill Account and then enter it here.'),
('en', 'text_skrill_support', '<b>Support:</b> <br /><br /> Do you have questions?<br /> Contact Skrill on <a href=\"mailto:\">ecommerce@skrill.com</a> or by phone +44 (0) 870 383 0762.<br />'),
('en', 'text_status_is_float', 'You cannot use time interval for the \"Status\" parameter because this parameter is time dependent.'),
('en', 'text_storage_changed', 'Storage changed successfully'),
('en', 'text_storefront_license_required', 'An additional storefront for your standard [product] license. Good for those who don\'t intend to add a few more storefronts in the future.'),
('en', 'text_store_closed', 'Sorry, the store is temporarily closed for maintenance.'),
('en', 'text_store_mode_changed_to_full', '<strong>Full mode</strong> has been activated. In this mode, all the advanced eCommerce features are available.'),
('en', 'text_store_mode_changed_to_mve', 'Your store now uses active license. With the [product] edition, you get almost all the features we offer. The additional features (such as separate checkout for each vendor, and vendor-created promotions) are available with the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus edition</a>. There is an even more advanced edition, <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, that lets you use multiple storefronts for different audiences.'),
('en', 'text_store_mode_changed_to_mve.plus', '<strong>Plus mode</strong> has been activated. This mode offers all the advanced eCommerce features, except for multiple storefronts. If your marketplace ever needs separate domains for different audiences, upgrade your license to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>.'),
('en', 'text_store_mode_changed_to_mve.ru', 'Your store now uses active license. With the [product] edition, you get almost all the features we offer. The additional features (such as separate checkout for each vendor, and vendor-created promotions) are available with the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus edition</a>. There is an even more advanced edition, <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, that lets you use multiple storefronts for different audiences.'),
('en', 'text_store_mode_changed_to_mve.ru.plus', '<strong>Plus mode</strong> has been activated. This mode offers all the advanced eCommerce features, except for multiple storefronts. If your marketplace ever needs separate domains for different audiences, upgrade your license to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>.'),
('en', 'text_store_mode_changed_to_mve.ru.ultimate', '<strong>Ultimate mode</strong> has been activated. In this mode, all the advanced eCommerce features are available.'),
('en', 'text_store_mode_changed_to_mve.ultimate', '<strong>Ultimate mode</strong> has been activated. In this mode, all the advanced eCommerce features are available.'),
('en', 'text_store_mode_changed_to_ult', 'Your store now uses an active license of [product].'),
('en', 'text_store_mode_changed_to_ult.b2b', 'Your store now uses an active license of [product].'),
('en', 'text_store_mode_changed_to_ult.b2b.ultimate', 'Your store now uses an active license of [product].'),
('en', 'text_store_mode_changed_to_ult.ru', 'Your store now uses an active license of [product].'),
('en', 'text_store_mode_changed_to_ult.ru.ultimate', 'Your store now uses an active license of [product].'),
('en', 'text_store_mode_changed_to_ult.ultimate', 'Your store now uses an active license of [product].'),
('en', 'text_store_mode_closed', 'The store was <b>closed</b>'),
('en', 'text_store_mode_full', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('en', 'text_store_mode_open', 'The store was <b>opened</b>'),
('en', 'text_store_mode_opened', 'The store was <b>opened</b>'),
('en', 'text_store_mode_trial', '<p>Full access to all features during the 30-day trial period, starting from the time of activation.</p><p>Once the 30-day trial period expires, you\'ll have to <a href=\"[product_buy_url]\" target=\"_blank\">purchase a license</a> or enter a valid license number to be able to manage your store.</p>'),
('en', 'text_store_mode_trial_rb', 'All features are available during 30 days after download of the installation package. You don\'t need to enter the license key.<br /><br />After the 30-day trial period is over, you need to buy the license or enter the license key if you already have one.<br /><br />'),
('en', 'text_subscriber_activated', 'Your email has been successfully activated'),
('en', 'text_subscriber_added', 'Your e-mail has been successfully added to our free e-mail updates list'),
('en', 'text_subscriber_removed', 'Your e-mail has been successfully removed from our free e-mail updates list'),
('en', 'text_successful_request', 'Your request was successfully added. You will receive the email with the answer later.'),
('en', 'text_success_subscription', 'You have been successfully subscribed to our free e-mail updates and promotions!'),
('en', 'text_tax_applied', 'The tax <b>[tax]</b> has been applied to all products'),
('en', 'text_tax_unset', 'The tax <b>[tax]</b> has been removed from all products'),
('en', 'text_template_changed', 'Your changes have not been saved.Press OK to save changes or Cancel to discard them.'),
('en', 'text_test_email_sent', 'Test email was sent to <b>[email]</b> address.'),
('en', 'text_thaiepay_notice', '<p>Please set the following values in the Thaiepay merchant settings:</p><p>Return Url: <b>[return_url]</b></p><p>Status: <b>Yes (it is important!)</b></p><p>Post Back Url: <b>[postback_url]</b></p><p>Main Parameter: <b>\"total\" must be checked</b> - it will increase the security of transactions</p><p>Additional Parameter: it is obligatory for successful processing of transactions. For example, you can set <b>name=completed</b> and <b>value=some_secret_word</b>. Copy these values to these form fields: \"Additional parameter Name\" and \"Additional parameter Value\".</p>'),
('en', 'text_thank_you_for_post', 'Thank you for your post'),
('en', 'text_thumbnail_manual_loading', 'Thumbnails will be generated from detailed images automatically, but you can also <a id=\"[id]\" class=\"[class]\">upload them manually.</a>'),
('en', 'text_tinymce', 'TinyMCE'),
('en', 'text_topmenu_more', 'More [item] <i class=\"text-arrow\">&rarr;</i>'),
('en', 'text_topmenu_view_more', 'View more <i class=\"text-arrow\">&rarr;</i>'),
('en', 'text_track_instructions_sent', 'Access instructions were sent to your e-mail address.'),
('en', 'text_track_request', 'You requested information on the orders you placed in our store.'),
('en', 'text_track_view_all_orders', 'To view all your orders, please follow this link:'),
('en', 'text_track_view_order', 'To view order #[order] please open this link:'),
('en', 'text_transaction_cancelled', 'Transaction was canceled by the customer'),
('en', 'text_transaction_declined', 'Transaction was declined by the payment processor or was canceled by the customer'),
('en', 'text_uc_addon_upgrade_completed', 'Add-on \"[name]\" has been upgraded successfully'),
('en', 'text_uc_agreed_collisions', 'I understand that my local modifications will be permanently lost during the upgrade'),
('en', 'text_uc_another_update_process_running', 'Possibly another upgrade process is running.<br />Please wait until it is finished.<br />If the process has finished with an error, you can remove the file [filename] and try to restart the upgrade.<br /><a href=\"[url]\">Remove the lock file and restart the upgrade</a>'),
('en', 'text_uc_backup_database', 'The following database tables have been backed up'),
('en', 'text_uc_backup_files', 'The following files have been backed up'),
('en', 'text_uc_broken_package', 'The upgrade package seems to be broken. Please refresh packages list and try to download it again'),
('en', 'text_uc_cannot_lock_upgrade_process', 'Failed to disable upgrade process launching'),
('en', 'text_uc_cant_download_package', 'Cannot download the upgrade package'),
('en', 'text_uc_changed_files_message', 'These files have local modifications and will be backed up. Once the upgrade is complete, compare the backup files with the new files and reapply the modifications to the new files, if necessary.'),
('en', 'text_uc_check_ok', 'Your [product] version has been checked successfully. It is ready for upgrade.'),
('en', 'text_uc_conflicts', 'The following files had local modifications'),
('en', 'text_uc_db_right_needed', 'Not enough permissions to update database. Please assign the following privileges to your database user [db_user]: [priviliges].'),
('en', 'text_uc_emergency_restore', 'Attention! Please copy and save the URL below - you can use it to restore your store if upgrade fails.<br /><b>[href]</b>'),
('en', 'text_uc_failed_to_backup_tables', 'The database tables have not been backed up'),
('en', 'text_uc_failed_to_create_directory', 'Failed to create a new directory'),
('en', 'text_uc_failed_to_decompress_files', 'Failed to extract files from the archive'),
('en', 'text_uc_failed_to_ftp_copy', 'FTP transfer failed'),
('en', 'text_uc_ftp_cart_directory_not_found', 'We were unable to find CS-Cart installation in the specified directory. Please make sure that you have entered the correct FTP directory.'),
('en', 'text_uc_ftp_connection_failed', 'FTP connection failed'),
('en', 'text_uc_ftp_connect_failed', 'Cannot connect to FTP server. Please check if the host name is correct'),
('en', 'text_uc_ftp_login_failed', 'Cannot log in to FTP server. Please check if username and password are correct'),
('en', 'text_uc_ftp_needed', 'FTP credentials to access the files and set proper permissions automatically'),
('en', 'text_uc_has_conflicts', 'Some of your files had local modifications. You can check them by clicking the following link'),
('en', 'text_uc_incorrect_upgrade_path', 'Wrong path to upgrade files'),
('en', 'text_uc_license_number_required', 'Please enter your [product] license number'),
('en', 'text_uc_list_of_updates_missing', 'List of upgrades is missing'),
('en', 'text_uc_local_modification', 'Local modifications'),
('en', 'text_uc_non_writable_files', 'These files require write permissions set (manually or automatically via FTP)'),
('en', 'text_uc_no_enough_space_to_backup_database', 'Insufficient disk space to back up the database'),
('en', 'text_uc_no_ftp_module', 'It seems that no FTP module is installed on your server. You cannot use FTP until this module is installed'),
('en', 'text_uc_package_installed_with_errors', 'Errors occurred during the upgrade process. Please contact technical support to investigate the problem.'),
('en', 'text_uc_timeout_check_success', 'Looks like your server allows to change the \"max_execution_time\" option from the script. You are good to go with the upgrade process.'),
('en', 'text_uc_unable_to_create_upgrade_folder', 'Failed to create an upgrade folder'),
('en', 'text_uc_unable_to_parse_uc_xml', 'Failed to parse the upgrade process descriptor uc.xml'),
('en', 'text_uc_unable_to_remove_file', 'Failed to remove the file'),
('en', 'text_uc_unable_to_remove_packages_xml', 'Failed to remove the upgrade descriptor packages.xml'),
('en', 'text_uc_unable_to_remove_upgrade_lock', 'Failed to remove the upgrade lock file. Please remove the [file] file.'),
('en', 'text_uc_unable_to_update_list_of_installed_upgrades', 'Failed to update the list of installed upgrades'),
('en', 'text_uc_upgrade_completed', 'Your store has been upgraded successfully'),
('en', 'text_uc_upgrade_completed_check_and_open', '<p>Your store was closed during the upgrading procedure. We recommend you to check the work of the store after the upgrade and only then open it.</p><p>You can open the store by unchecking the Close storefront setting under Settings → General.</p>'),
('en', 'text_uc_upgrade_log_file_not_writable', 'Upgrade log file is not writable'),
('en', 'text_uc_upgrade_needed', 'You need to upgrade to version <b>[to_version]</b> before applying this upgrade package (your version is <b>[your_version]</b>).'),
('en', 'text_uc_upgrade_not_selected', 'No upgrade package is selected'),
('en', 'text_uc_upgrade_reverted', 'The upgrade has been reverted successfully'),
('en', 'text_uc_will_be_changed', 'Will be changed'),
('en', 'text_uc_will_be_deleted', 'Will be deleted'),
('en', 'text_ult_product_store_field_tooltip', 'Product owner. Only product owner can edit all fields in shared products.'),
('en', 'text_unable_to_install_theme_dependencies', 'Unable to install the theme dependencies: [dependencies]'),
('en', 'text_unable_to_parse_xml', 'Failed to parse XML structure');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('en', 'text_unsubscribe_instructions', 'We respect your privacy and do not send unsolicited e-mail to users who have not requested correspondence. You have received this e-mail because you requested to receive our free updates and promotions.<br /><br /> If you wish to unsubscribe, please follow the link below:'),
('en', 'text_unsupported_currency', 'The currency which is not supported by the payment system is used on the website. Please contact the store administrator regarding this issue.'),
('en', 'text_upgrade_available', 'A new version of [product] is available. If you want to upgrade to the latest version now, click <a href=\"[link]\">here</a>.'),
('en', 'text_usergroup_activated', 'The following user groups have been activated for your account: [usergroups].'),
('en', 'text_usergroup_disactivated', 'The following user groups have been removed from your account: [usergroups].'),
('en', 'text_usergroup_request', 'Customer requested user group.'),
('en', 'text_usergroup_requested_by', 'The <b>[usergroup]</b> group was requested by [name] ([email]).'),
('en', 'text_vendor_profile_changes_notice', 'Are you sure that you want to update the profile? Information about your company will not be available in the customer area until the administrator approves it.'),
('en', 'text_worldpay_notice', 'Configure your WorldPay account before using the payment.<br /><br />Go to the WorldPay administration page and switch to the Installation section.<br /><br />Fill the fields as follows:<br /><br />Payment Response URL: <b>[return_url]</b><br />Payment Response Password: <b>Make up a secret word.</b> The same word must be entered in the respective field below<br />MD5 secret for transactions: <b>Make up a secret word.</b> The same word must be entered in the respective field below<br />SignatureFields: <b>instId:amount:currency:cartId</b>'),
('en', 'text_you_have_already_filled_this_poll', 'You have already completed this poll'),
('en', 'text_zipcodes_wildcards', 'You are able to use wildcards in this field:<br /><b>\'?\'</b> - any single character;<b>\'*\'</b> - any number of characters.<br /><br /><u>Example:</u><br /><b>98?78</b> &nbsp;&nbsp;(corresponds to 98878, 98378, 98978, etc)<br /><b>12*</b>&nbsp;&nbsp; (corresponds to 12345, 12876, 12098, etc..)'),
('en', 'thanks_for_voting', 'Thank you for taking time to complete this poll.'),
('en', 'thank_you', 'Thank you!'),
('en', 'theme', 'Theme'),
('en', 'themes', 'Themes'),
('en', 'theme_directory', 'Theme directory'),
('en', 'theme_editor', 'Theme editor'),
('en', 'theme_editor.atc_button_bkg', 'Add to cart'),
('en', 'theme_editor.atc_button_text', 'Add to cart text'),
('en', 'theme_editor.auto_scroller_animations_style', 'Image auto scroller animation'),
('en', 'theme_editor.auto_scroll_animations', 'Use image auto scroller animation'),
('en', 'theme_editor.background', 'Background'),
('en', 'theme_editor.backgrounds', 'Backgrounds'),
('en', 'theme_editor.background_color', 'Background color'),
('en', 'theme_editor.base_color', 'Base'),
('en', 'theme_editor.block_titles', 'Block titles'),
('en', 'theme_editor.body_font', 'Body'),
('en', 'theme_editor.brand_page_image', 'Brand page images'),
('en', 'theme_editor.browse', 'Browse'),
('en', 'theme_editor.buttons_font', 'Buttons'),
('en', 'theme_editor.call_request_bkg', 'Buy now with one click'),
('en', 'theme_editor.call_request_text', 'Buy now with one click text'),
('en', 'theme_editor.category_menu_bkg', 'Category menu background'),
('en', 'theme_editor.category_menu_expand_links', 'Expanded menu links'),
('en', 'theme_editor.category_menu_expand_links_hover', 'Expanded menu links hover'),
('en', 'theme_editor.category_menu_horizontal_background', 'Category menu expanded background'),
('en', 'theme_editor.category_menu_horizontal_decoration', 'Category menu expanded decoartion'),
('en', 'theme_editor.category_menu_horizontal_decoration_text', 'Category menu expanded decoartion text'),
('en', 'theme_editor.category_menu_horizontal_decoration_text_hover', 'Category menu expanded decoartion text hover'),
('en', 'theme_editor.checkout_active_selector_background', 'Checkout: Active selector background'),
('en', 'theme_editor.checkout_active_selector_border', 'Checkout: Active selector border'),
('en', 'theme_editor.checkout_control_background', 'Checkout: Payment / shipping method background'),
('en', 'theme_editor.checkout_control_border', 'Checkout: Payment / shipping method border'),
('en', 'theme_editor.checkout_control_description', 'Checkout: Payment / shipping method description'),
('en', 'theme_editor.checkout_control_label', 'Checkout: Credit card field names'),
('en', 'theme_editor.checkout_control_title', 'Checkout: Payment / shipping method title'),
('en', 'theme_editor.checkout_input_border', 'Checkout: Field border'),
('en', 'theme_editor.checkout_input_label', 'Checkout: Field label'),
('en', 'theme_editor.checkout_input_text', 'Checkout: Text in fields'),
('en', 'theme_editor.checkout_link', 'Checkout: Link'),
('en', 'theme_editor.checkout_selected_control_background', 'Checkout: Selected payment / shipping method background'),
('en', 'theme_editor.checkout_selected_control_border', 'Checkout: Selected payment / shipping method border'),
('en', 'theme_editor.checkout_selected_input_border', 'Checkout: Selected field border'),
('en', 'theme_editor.checkout_selector_background', 'Checkout: Selector background'),
('en', 'theme_editor.checkout_selector_border', 'Checkout: Selector border'),
('en', 'theme_editor.checkout_selector_title', 'Checkout: Selector title'),
('en', 'theme_editor.checkout_selector_tooltip', 'Checkout: Selector tooltip'),
('en', 'theme_editor.checkout_step_title', 'Checkout: Step title'),
('en', 'theme_editor.checkout_terms_background', 'Checkout: \"Terms and conditions\" section background'),
('en', 'theme_editor.close', 'Close theme editor'),
('en', 'theme_editor.colors', 'Colors'),
('en', 'theme_editor.color_gen_algorithm', 'Colors combination'),
('en', 'theme_editor.color_gen_analogic', 'Analogic'),
('en', 'theme_editor.color_gen_base_color', 'Base color'),
('en', 'theme_editor.color_gen_contrast', 'Contrast'),
('en', 'theme_editor.color_gen_dark_pastel', 'Dark pastel'),
('en', 'theme_editor.color_gen_default', 'Default'),
('en', 'theme_editor.color_gen_light_pastel', 'Light pastel'),
('en', 'theme_editor.color_gen_monochromatic', 'Monochromatic'),
('en', 'theme_editor.color_gen_pale', 'Pale'),
('en', 'theme_editor.color_gen_pastel', 'Pastel'),
('en', 'theme_editor.color_gen_title', 'Generate colors'),
('en', 'theme_editor.color_gen_triad', 'Triad'),
('en', 'theme_editor.color_gen_variant', 'Variation'),
('en', 'theme_editor.color_gen_vcontrast', 'Contrast'),
('en', 'theme_editor.compare_color', 'Compare hover'),
('en', 'theme_editor.confirm_enable_less', 'Your CSS modifications will be backed up and overwritten. Are you sure to continue with the LESS restore?'),
('en', 'theme_editor.content_bg', 'Content'),
('en', 'theme_editor.convert_to_css', 'Convert to CSS'),
('en', 'theme_editor.create_style_first', 'You cannot modify this parameter for default styles. Create a new one first'),
('en', 'theme_editor.css', 'Custom CSS'),
('en', 'theme_editor.customize', 'Customize'),
('en', 'theme_editor.decorative_color', 'Decorative'),
('en', 'theme_editor.discount_label', 'Discount label'),
('en', 'theme_editor.discount_label_text', 'Discount label text'),
('en', 'theme_editor.enable', 'Enable Theme editor'),
('en', 'theme_editor.enable_less', 'Enable LESS'),
('en', 'theme_editor.error_preset_exists', 'The preset with this name is already exist. Please choose another one.'),
('en', 'theme_editor.error_style_exists', 'The style with this name is already exist. Please choose another one.'),
('en', 'theme_editor.error_theme_converted_to_css', 'Compiled CSS files do not support styling. Restore LESS in the <a target=\"_blank\" href=\"[url]\">Theme editor</a> to be able to change styles.'),
('en', 'theme_editor.favicon', 'Favicon'),
('en', 'theme_editor.favicon_size', 'Favicon size must be 16x16 px'),
('en', 'theme_editor.fixed', 'Fixed'),
('en', 'theme_editor.font', 'Font'),
('en', 'theme_editor.fonts', 'Fonts'),
('en', 'theme_editor.font_color', 'Font'),
('en', 'theme_editor.font_one', 'Primary font'),
('en', 'theme_editor.font_two', 'Secondary font'),
('en', 'theme_editor.footer', 'Footer'),
('en', 'theme_editor.footer_bottom', 'Footer bottom'),
('en', 'theme_editor.footer_bottom_text', 'Footer bottom text'),
('en', 'theme_editor.footer_location_icon', 'Footer location icons'),
('en', 'theme_editor.footer_location_icon_bkg', 'Footer location icons background'),
('en', 'theme_editor.footer_social_icons', 'Footer social icons'),
('en', 'theme_editor.footer_text', 'Footer text'),
('en', 'theme_editor.footer_title', 'Footer title'),
('en', 'theme_editor.full_width', 'Full width'),
('en', 'theme_editor.general', 'General'),
('en', 'theme_editor.general_bg', 'General'),
('en', 'theme_editor.gift_cert', 'Gift Certificate'),
('en', 'theme_editor.google_fonts', 'Use google fonts'),
('en', 'theme_editor.gradient', 'Gradient'),
('en', 'theme_editor.grid_icon', 'Grid Quick view, Compare, Wishlist icons'),
('en', 'theme_editor.grid_icon_add_to_cart', 'Add to cart button'),
('en', 'theme_editor.grid_icon_add_to_cart_bkg', 'Add to cart background'),
('en', 'theme_editor.grid_icon_add_to_cart_text', 'Add to cart button text'),
('en', 'theme_editor.grid_icon_add_to_compare_bkg', 'Add to compare background'),
('en', 'theme_editor.grid_icon_add_wishlist_bkg', 'Add to wishlist background'),
('en', 'theme_editor.grid_icon_bkg', 'Grid Quick view, Compare, Wishlist icons background'),
('en', 'theme_editor.grid_icon_hover', 'Grid Quick view, Compare, Wishlist icons hover'),
('en', 'theme_editor.grid_icon_quick_view_bkg', 'Quick view background'),
('en', 'theme_editor.grid_info_background', 'Grid info background'),
('en', 'theme_editor.grid_info_title', 'Grid info title'),
('en', 'theme_editor.grid_info_title_hover', 'Grid info title hover'),
('en', 'theme_editor.header', 'Header'),
('en', 'theme_editor.header_call_request_link', 'Header call request link'),
('en', 'theme_editor.header_cart_ammount', 'Header cart amount'),
('en', 'theme_editor.header_cart_ammount_bkg', 'Header cart amount background'),
('en', 'theme_editor.header_icons', 'Header icons'),
('en', 'theme_editor.header_icons_hover', 'Header icons hover'),
('en', 'theme_editor.header_text', 'Header text'),
('en', 'theme_editor.headings_font', 'Headings'),
('en', 'theme_editor.hide_show', 'Hide/show theme editor panel'),
('en', 'theme_editor.incorrect_preset_name', 'Preset name can not contain the following characters: \"/ # % ? * : ; { } \\ \"'),
('en', 'theme_editor.incorrect_style_name', 'Style name can not contain the following characters: \"/ # % ? * : ; { } \\ + \"'),
('en', 'theme_editor.info_blocks', 'Info blocks'),
('en', 'theme_editor.in_stock', 'In stock'),
('en', 'theme_editor.links_font', 'Links'),
('en', 'theme_editor.links_hover', 'Links hover'),
('en', 'theme_editor.link_color', 'Links'),
('en', 'theme_editor.list-price', 'List price'),
('en', 'theme_editor.logos', 'Logos'),
('en', 'theme_editor.mail', 'Mail'),
('en', 'theme_editor.main', 'Main content'),
('en', 'theme_editor.mainbox_title', 'Mainbox title'),
('en', 'theme_editor.mainbox_title_bkg', 'Mainbox title background'),
('en', 'theme_editor.max_image_size', 'The image must not be bigger than 200 kB.'),
('en', 'theme_editor.menu_categ_left_content_description', 'Categories menu left content description'),
('en', 'theme_editor.menu_categ_left_content_link', 'Categories menu left content link'),
('en', 'theme_editor.menu_categ_left_content_link_hover', 'Categories menu left content link hover'),
('en', 'theme_editor.menu_categ_right_content_link', 'Categories menu right content link'),
('en', 'theme_editor.menu_categ_right_content_link_hover', 'Categories menu right content link hover'),
('en', 'theme_editor.menu_categ_right_content_title', 'Categories menu right content title'),
('en', 'theme_editor.menu_categ_title', 'Categories menu title'),
('en', 'theme_editor.menu_categ_title_bkg', 'Categories menu background'),
('en', 'theme_editor.menu_color', 'Main Menu'),
('en', 'theme_editor.menu_color_hover', 'Main Menu background hover'),
('en', 'theme_editor.menu_links_color', 'Main Menu links'),
('en', 'theme_editor.menu_links_color_hover', 'Main Menu links hover'),
('en', 'theme_editor.menu_links_hover', 'Menu links hover'),
('en', 'theme_editor.menu_links_hover_text', 'Menu links hover text'),
('en', 'theme_editor.menu_link_1_background', 'Main menu link 1 background'),
('en', 'theme_editor.menu_link_2_background', 'Main menu link 2 background'),
('en', 'theme_editor.menu_link_3_background', 'Main menu link 3 background'),
('en', 'theme_editor.menu_link_4_background', 'Main menu link 4 background'),
('en', 'theme_editor.menu_link_5_background', 'Main menu link 5 background'),
('en', 'theme_editor.menu_link_6_background', 'Main menu link 6 background'),
('en', 'theme_editor.menu_link_7_background', 'Main menu link 7 background'),
('en', 'theme_editor.middle_bg', 'Middle'),
('en', 'theme_editor.multiscroller', 'Multiscroller header background'),
('en', 'theme_editor.multiscroller_compare_color', 'Multiscroller Compare hover'),
('en', 'theme_editor.multiscroller_icon', 'Multiscroller Quick view, Compare, Wishlist icons'),
('en', 'theme_editor.multiscroller_icon_border', 'Multiscroller icon border'),
('en', 'theme_editor.multiscroller_link', 'Multiscroller tab text'),
('en', 'theme_editor.multiscroller_link_active_hover_bkg', 'Multiscroller tab background hover'),
('en', 'theme_editor.multiscroller_link_bkg', 'Multiscroller tab background'),
('en', 'theme_editor.multiscroller_link_hover', 'Multiscroller tab text hover'),
('en', 'theme_editor.multiscroller_quick_view_color', 'Multiscroller Quick view hover'),
('en', 'theme_editor.multiscroller_wishlist_color', 'Multiscroller Wishlist hover'),
('en', 'theme_editor.no_repeat', 'No repeat'),
('en', 'theme_editor.off', 'Off'),
('en', 'theme_editor.on', 'On'),
('en', 'theme_editor.other_fonts', 'Other fonts'),
('en', 'theme_editor.out_of_stock', 'Out of stock'),
('en', 'theme_editor.page_cant_be_configured', 'The appearance of this page can\'t be configured with the Theme editor.'),
('en', 'theme_editor.pattern', 'Pattern'),
('en', 'theme_editor.popular_fonts', 'Popular fonts'),
('en', 'theme_editor.popup_title_bkg', 'Popup title background'),
('en', 'theme_editor.popup_title_text', 'Popup title text'),
('en', 'theme_editor.position', 'Position'),
('en', 'theme_editor.pp_price_saving_bkg', 'Product page price saving background'),
('en', 'theme_editor.pp_price_saving_text', 'Product page price saving text'),
('en', 'theme_editor.presets', 'Presets'),
('en', 'theme_editor.preset_data_cannot_be_saved', 'Preset data cannot be saved. You should set write permissions for <b>[theme_dir]</b> directory to fix this issue.'),
('en', 'theme_editor.preset_name', 'Preset name'),
('en', 'theme_editor.price', 'Price'),
('en', 'theme_editor.price_font', 'Price tag'),
('en', 'theme_editor.primary_button', 'Primary color'),
('en', 'theme_editor.primary_button_text', 'Primary text'),
('en', 'theme_editor.product_carousel_scroll_animations_style', 'Product image in carousel scroll animation'),
('en', 'theme_editor.product_title', 'Product title'),
('en', 'theme_editor.product_title_link', 'Product title link'),
('en', 'theme_editor.quick_view_color', 'Quick view hover'),
('en', 'theme_editor.rating_color', 'Rating color'),
('en', 'theme_editor.rating_icons', 'Rating icons'),
('en', 'theme_editor.rating_text', 'Rating text'),
('en', 'theme_editor.repeat', 'Repeat'),
('en', 'theme_editor.repeat_x', 'Repeat x'),
('en', 'theme_editor.repeat_y', 'Repeat y'),
('en', 'theme_editor.reset_backgrounds', 'Reset backgrounds'),
('en', 'theme_editor.reset_colors', 'Reset colors'),
('en', 'theme_editor.reset_css', 'Reset CSS'),
('en', 'theme_editor.reset_fonts', 'Reset fonts'),
('en', 'theme_editor.reset_general', 'Reset general'),
('en', 'theme_editor.reset_logos', 'Reset logos'),
('en', 'theme_editor.rounded_corners', 'Rounded corners'),
('en', 'theme_editor.scroll', 'Scroll'),
('en', 'theme_editor.scroll_animations', 'Use scroll animations'),
('en', 'theme_editor.scroll_up', 'Scroll up button'),
('en', 'theme_editor.search_button_bkg', 'Search button background'),
('en', 'theme_editor.search_button_bkg_hover', 'Search button background hover'),
('en', 'theme_editor.search_button_text', 'Search button icon'),
('en', 'theme_editor.search_button_text_hover', 'Search button icon hover'),
('en', 'theme_editor.secondary_button', 'Secondary color'),
('en', 'theme_editor.secondary_button_text', 'Secondary text'),
('en', 'theme_editor.secondary_content_bg', 'Secondary content'),
('en', 'theme_editor.secondbox_title', 'Secondbox title'),
('en', 'theme_editor.secondbox_title_bkg', 'Secondbox title background'),
('en', 'theme_editor.shipping_label', 'Shipping label'),
('en', 'theme_editor.shipping_label_text', 'Shipping label text'),
('en', 'theme_editor.show_dropdown_homepage', 'Expand menu on homepage'),
('en', 'theme_editor.show_mega_menu_category_images', 'Mega Menu category thumbnails'),
('en', 'theme_editor.sidebar', 'Sidebar background'),
('en', 'theme_editor.sidebar_decorative', 'Sidebar decorative'),
('en', 'theme_editor.sidebar_link', 'Sidebar links'),
('en', 'theme_editor.sidebar_links', 'Sidebar links'),
('en', 'theme_editor.sidebar_title', 'Sidebar title'),
('en', 'theme_editor.sticky_menu', 'Sticky menu'),
('en', 'theme_editor.style', 'Style'),
('en', 'theme_editor.styles', 'Styles'),
('en', 'theme_editor.style_data_cannot_be_saved', 'Style data cannot be saved. You should set write permissions for <b>[theme_dir]</b> directory to fix this issue.'),
('en', 'theme_editor.style_name', 'Style name'),
('en', 'theme_editor.sub_footer', 'Sub footer'),
('en', 'theme_editor.sub_footer_text', 'Sub footer text'),
('en', 'theme_editor.system_fonts', 'System fonts'),
('en', 'theme_editor.tertiary_button', 'Tertiary color'),
('en', 'theme_editor.tertiary_button_text', 'Tertiary text'),
('en', 'theme_editor.tertiary_content_bg', 'Teritary content'),
('en', 'theme_editor.text_align', 'Text alignment'),
('en', 'theme_editor.text_close_editor', 'Are you sure to exit the theme editor?'),
('en', 'theme_editor.text_close_editor_unsaved', 'You have unsaved changes. Are you sure to exit from theme editor?'),
('en', 'theme_editor.text_convert_to_css', '<p>Generate CSS files from LESS (for manual editing).</p><p>IMPORTANT: You won\'t be able to use the Theme editor to customize the storefront!</p><p><i>The original LESS files will be backed up and you will be able to restore them later</i></p>'),
('en', 'theme_editor.text_reset_changes', 'All changes after last save will be reset'),
('en', 'theme_editor.te_font_one', 'Primary font'),
('en', 'theme_editor.te_font_two', 'Secondary font'),
('en', 'theme_editor.theme', 'Theme'),
('en', 'theme_editor.third_button', 'Third button'),
('en', 'theme_editor.top_account_cart', 'Top account/cart'),
('en', 'theme_editor.top_account_cart_hover', 'Top account/cart hover'),
('en', 'theme_editor.top_panel', 'Top panel'),
('en', 'theme_editor.top_panel_links', 'Top panel links'),
('en', 'theme_editor.top_panel_links_hover', 'Top panel links hover'),
('en', 'theme_editor.top_panel_links_hover_active', 'Top link hover/active'),
('en', 'theme_editor.top_panel_text', 'Top panel text'),
('en', 'theme_editor.transparent', 'Transparent'),
('en', 'theme_editor.upload_image', 'Upload image'),
('en', 'theme_editor.vendor_contact_link', 'Vendor cotact link'),
('en', 'theme_editor.vendor_location', 'Vendor location'),
('en', 'theme_editor.vendor_name', 'Vendor name'),
('en', 'theme_editor.vendor_phone', 'Vendor phone'),
('en', 'theme_editor.vendor_product_number', 'Vendor product number'),
('en', 'theme_editor.vendor_rating', 'Vendor rating'),
('en', 'theme_editor.vendor_rating_text', 'Vendor rating text'),
('en', 'theme_editor.vendor_store_button_bkg', 'Vendor store button background'),
('en', 'theme_editor.vendor_store_button_text', 'Vendor store button text'),
('en', 'theme_editor.vendor_store_header_background', 'Vendor store header background'),
('en', 'theme_editor.vendor_store_header_name', 'Vendor store header name'),
('en', 'theme_editor.vendor_store_header_title', 'Vendor store header titles'),
('en', 'theme_editor.vendor_store_social_icon_bkg', 'Vendor store social icon background'),
('en', 'theme_editor.vendor_store_social_icon_text', 'Vendor store social icon'),
('en', 'theme_editor.warning_css_changes_will_be_reverted', '<p>You should switch back to LESS to be able to use the Theme editor, because it deals with LESS files instead of plain CSS.</p><p><strong>Important:</strong> All CSS files will be overwritten during the restore! Custom CSS modifications will be saved in the backup directory.</p>'),
('en', 'theme_editor.wishlist_color', 'Wishlist hover'),
('en', 'theme_editor_logo.gift_cert', 'Gift Certificate'),
('en', 'theme_editor_logo.mail', 'E-mails'),
('en', 'theme_editor_logo.theme', 'Theme'),
('en', 'theme_editor_mode', 'Theme editor mode'),
('en', 'theme_editor_not_supported', 'This theme doesn\'t support theme editor'),
('en', 'theme_information', 'Theme information'),
('en', 'theme_no_styles_text', 'This theme doesn\'t have styles.'),
('en', 'theme_styles_and_layouts', 'Theme styles and layouts'),
('en', 'the_test_transaction', 'This is a TEST transaction'),
('en', 'third_party_addons', 'Third-party add-ons'),
('en', 'this_day', 'This day'),
('en', 'this_month', 'This month'),
('en', 'this_week', 'This week'),
('en', 'this_year', 'This year'),
('en', 'ths_sign', 'Ths sign'),
('en', 'thumb', 'Thumbnail'),
('en', 'thumbnail', 'Thumbnail'),
('en', 'thumbnails', 'Thumbnails'),
('en', 'thumbnails_removed', 'Thumbnails have been removed'),
('en', 'thumbnail_width', 'Thumbnail width in scroller'),
('en', 'ticket_id', 'Ticket Id'),
('en', 'ticket_information', 'TICKET INFORMATION'),
('en', 'ticket_list', 'Ticket List'),
('en', 'ticket_message', 'Ticket Message'),
('en', 'ticket_subject', 'Ticket Subject'),
('en', 'ticket_type', 'Ticket Type'),
('en', 'tier_account', 'tier account'),
('en', 'time', 'Time'),
('en', 'timeout', 'Timeout'),
('en', 'Timestamp', 'Timestamp'),
('en', 'timezone_upgrade_notification_text', '<p>Time zone \"Athens, Beirut, Istanbul\" has been split into 3 different time zones:</p><ul><li>Europe/Istanbul</li><li>Europe/Athens</li><li>Asia/Beirut</li></ul><p>Please go to <b>Settings</b> &rarr; <b>Appearance</b> and make sure you have the right time zone there.</p>'),
('en', 'timezone_upgrade_notification_title', 'Time zone changes'),
('en', 'time_interval', 'Time interval'),
('en', 'time_unlimited_download', 'Time-unlimited download'),
('en', 'tip', 'Tip'),
('en', 'tip.quick_select_and_close_category_selector', 'Tip: Hold \'Ctrl\' (or \"⌘\" on Mac) while clicking on a category name. This will add one category and close the window.'),
('en', 'title', 'Title'),
('en', 'tmpl_abt__ut2_dropdown_horizontal_mwi', 'AB: Horizontal dropdown list with icons'),
('en', 'tmpl_abt__ut2_dropdown_vertical_mwi', 'AB: Vertical dropdown list with icons'),
('en', 'tmpl_abt__ut2__categories_title_block', 'AB: Block: Category title'),
('en', 'tmpl_abt__ut2__features_title_block', 'AB: Block: Feature title'),
('en', 'tmpl_abt__ut2__my_account_links_advanced', 'AB: My account (advanced)'),
('en', 'tmpl_abt__ut2__recent_posts_advanced', 'AB: Blog: Recent posts'),
('en', 'tmpl_abt__ut2__subscribe_advanced', 'AB: Subscription form'),
('en', 'tmpl_abt__ut2__subscription', 'AB: Newsletters: Subscription form'),
('en', 'tmpl_abt__ut2__title_block', 'AB: Block: Title'),
('en', 'tmpl_abt__ut2__top_buttons', 'AB: Buttons Compare and Wishlist'),
('en', 'tmpl_abt__ut2__top_buttons.compare_list.tooltip', 'View Comparison list'),
('en', 'tmpl_call_request', 'Call request form'),
('en', 'tmpl_copyright', 'Copyright information'),
('en', 'tmpl_grid', 'Grid'),
('en', 'tmpl_grid2', 'Grid2'),
('en', 'tmpl_list_without_options', 'List without options'),
('en', 'tmpl_logo', 'Store logo'),
('en', 'tmpl_multicolumns_small', 'Multicolumns small'),
('en', 'tmpl_multicolumn_list', 'Multi-column list'),
('en', 'tmpl_newsletters_subscription_advanced', 'Newsletters: subscription advanced form'),
('en', 'tmpl_payment_icons', 'Payment systems icons'),
('en', 'tmpl_payment_icons_rus', 'Payment systems russian icons'),
('en', 'tmpl_polls_central', 'Central'),
('en', 'tmpl_polls_side', 'Side box'),
('en', 'tmpl_quick_links', 'Quick links'),
('en', 'tmpl_scroller', 'Scroller'),
('en', 'tmpl_search', 'Search field'),
('en', 'tmpl_sidebox_1_item', 'Side box first item'),
('en', 'tmpl_subscription', 'Newsletters: subscription form'),
('en', 'tmpl_subscription_advanced', 'Subscription advanced form'),
('en', 'tmpl_text_ckeditor', 'CKEditor'),
('en', 'to', 'TO'),
('en', 'today', 'Today'),
('en', 'tools', 'Tools'),
('en', 'tools_addons_activated_count', 'Active add-ons:'),
('en', 'tools_addons_additional_payment_methods', 'There may be more payment processors. They\'ll show up if you activate the corresponding <a href=\"[url]\">payment add-ons</a>.'),
('en', 'tools_addons_additional_shipping_methods', 'There may be more carriers. They\'ll show up if you activate the corresponding <a href=\"[url]\">shipping add-ons</a>.'),
('en', 'tools_addons_additional_shipping_methods_msg', 'There may be more ways to calculate shipping rates. They\'ll show up if you activate the corresponding <a href=\"[url]\">shipping add-ons</a>.'),
('en', 'tools_addons_additional_themes', 'There may be more themes. They\'ll show up if you activate the corresponding <a href=\"[url]\">theme add-ons</a>.'),
('en', 'tools_addons_core_addons_count', 'Built-in add-ons:'),
('en', 'tools_addons_current_state', 'Current state'),
('en', 'tools_addons_disabled_msg', 'An administrator disabled all add-ons or third-party add-ons.<br> Press the Re-enable add-ons button to initialize the add-ons that were previously active.'),
('en', 'tools_addons_disable_all', 'Disable all add-ons'),
('en', 'tools_addons_disable_third_party', 'Disable Third-party add-ons'),
('en', 'tools_addons_installed_count', 'Installed add-ons:'),
('en', 'tools_addons_no_addons', 'No add-ons'),
('en', 'tools_addons_no_third_party_addons', 'No third party add-ons'),
('en', 'tools_addons_other_addons_count', 'Third-party add-ons:'),
('en', 'tools_re_enable_add_ons', 'Re-enable add-ons'),
('en', 'tooltip', 'Tooltip'),
('en', 'top_panel', 'Top panel'),
('en', 'top_sellers', 'Top sellers'),
('en', 'top_wishlist_compare', 'ET - Top wishlist compare'),
('en', 'total', 'Total'),
('en', 'totally_paid', 'Total paid'),
('en', 'totals', 'Totals'),
('en', 'total_amount', 'Total amount'),
('en', 'total_amount_due', 'Total amount due'),
('en', 'total_cost', 'Total cost'),
('en', 'total_items', 'Total items'),
('en', 'total_list_price', 'Total list price'),
('en', 'total_orders', 'Created orders'),
('en', 'total_paid_orders', 'Paid orders'),
('en', 'total_period_payout', 'Total sales period payout'),
('en', 'total_price', 'Total price'),
('en', 'total_product_cost', 'Total product cost'),
('en', 'total_replies', 'Total Replies'),
('en', 'total_results', 'Total results'),
('en', 'total_spent_money', 'Total spend'),
('en', 'total_unpaid_balance', 'Total unpaid balance'),
('en', 'total_without_commission', 'Total descontando a comissão'),
('en', 'to_all_subcats', 'Apply to all subcategories'),
('en', 'to_date', 'Date through'),
('en', 'to_fixed', 'to fixed amount'),
('en', 'to_percentage', 'to percentage of the original price'),
('en', 'tpe', 'TPE'),
('en', 'track', 'Track'),
('en', 'tracking_num', 'Tracking number'),
('en', 'tracking_number', 'Tracking number'),
('en', 'tracks', 'Identifier'),
('en', 'track_inventory', 'Track inventory'),
('en', 'track_inventory_tooltip', 'When inventory is tracked, the number of products in stock will decrease after each purchase.'),
('en', 'track_my_order', 'Track my order(s)'),
('en', 'track_on_carrier_site', 'Track on website'),
('en', 'track_orders', 'Track orders'),
('en', 'track_request_subj', 'Order tracking'),
('en', 'track_without_options', 'Track without options'),
('en', 'track_with_options', 'Track with options'),
('en', 'TransactionDateTime', 'TransactionDateTime'),
('en', 'transaction_approved', 'Transaction approved'),
('en', 'transaction_cancelled', 'Transaction was canceled'),
('en', 'transaction_datetime', 'Transaction date'),
('en', 'transaction_declined', 'Transaction declined'),
('en', 'transaction_id', 'Transaction ID'),
('en', 'transaction_key', 'Transaction key'),
('en', 'transaction_password', 'Transaction password'),
('en', 'transaction_type', 'Transaction type'),
('en', 'transaction_url', 'Transaction URL'),
('en', 'transaction_used_fee_value', 'Comissão p/ usados'),
('en', 'translate', 'Translate'),
('en', 'translations', 'Translations'),
('en', 'trash_category', 'Trash category'),
('en', 'trash_category_description', 'When a product is deleted from the last category in the store, it will be moved to this category.'),
('en', 'tree', 'Tree'),
('en', 'trial', 'Trial'),
('en', 'trial_expired', 'Your [product] trial period has expired'),
('en', 'trial_mode_mve_disabled', 'Trial mode is not available anymore since you have a valid license activated for this installation'),
('en', 'trial_mode_ult_disabled', 'Trial mode cannot be activated'),
('en', 'trial_notice', 'Your store is in the Trial mode.<br /><br />When the 30-day trial period expires, you\'ll have to enter a valid license number to be able to manage your store.<br /><br />To dismiss this message permanently, and to access to the Administration panel after the trial period is over, purchase a license and <a class=\"cm-dialog-opener cm-dialog-auto-size\" data-ca-target-id=\"store_mode_dialog\">activate the Full mode</a>.'),
('en', 'true', 'True'),
('en', 'ttc_abt__ut2.menu_with_icons.desc', 'Short description for menu item (it is shown this field only for first-level items after menu item name)'),
('en', 'ttc_abt__ut2.menu_with_icons.dropdown', 'Show children menu items with dropdown list (only for <b>AB: Vertical dropdown list with icons</b> for the first-level items). It is rational to use this mode for those first level menu items, that have a large number of elements (subitems) on the third nesting level'),
('en', 'ttc_abt__ut2.menu_with_icons.icon', 'Icon for menu item (max size for icons:<br> — for the first level items 32x32px / for HiDPI 64x64px). If you don\'t use <b>Short description</b> for the first level menu items, then max size will be 24x24px / for HiDPI 48x48px<br> — for the second level items max icons width 100px / for HiDPI 200px)'),
('en', 'ttc_abt__ut2.menu_with_icons.label', 'Label for menu item (ability to mark with labels, important menu items (promotion, new, total sales, etc. optional))'),
('en', 'ttc_abt__ut2.menu_with_icons.label_background', 'Label background for menu item'),
('en', 'ttc_abt__ut2.menu_with_icons.label_color', 'Label color for menu item'),
('en', 'ttc_abt__ut2.menu_with_icons.text', 'HTML-content shown in this menu item (only for the first-level items). Used to show banner in mega menu (or any another content)'),
('en', 'ttc_abt__ut2.menu_with_icons.text_position', 'Position of HTML-content, that will be shown in this menu item (only for the first-level items)'),
('en', 'ttc_ab__lc.catalog.icon', 'Is displayed on the page <b>AB: Catalog</b> to the left of the name of category'),
('en', 'ttc_ab__lc.catalog.image_control', 'For display the size specified in the fields \"Categories list thumbnail width/height\" on admin panel page \"Settings\" - \"Thumbnails\" will be used. Size 32*32px will be used for displaying to the left'),
('en', 'ttc_ab__lc.control_subcategory_structure.inherit_control', 'If it is noted, then each point of a subcategory will be constructed taking into account its settings <b>AB: Management of the displayed structure of landing category/page</b> on <b>AB: Landing category/page</b> pages'),
('en', 'ttc_ab__lc.control_subcategory_structure.menu_id', 'Specify the menu ID which will be used for creation of the new structure of the subcategories'),
('en', 'ttc_ab__lc.landing_category.landing', 'The page of category will be displayed as a landing. Only subcategories, without products will be displayed'),
('en', 'ttc_ab__lc.landing_category.subsubcategories', 'The maximum amount of displayed sub-subcategories. If it is equal 0 - sub-subcategories won\'t be displayed'),
('en', 'ttc_ab__search_motivation.default_search_phrases', 'Will be used when fields in categories are empty'),
('en', 'ttc_ab__search_motivation.search_phrases', 'Input the list of expressions for this category; each expression should be written from a new line'),
('en', 'ttc_addons.form_builder.email_subject_field', 'Fields of type \"Select box\" or \"Input field\" can be used'),
('en', 'ttc_addons.paypal.rma.perform_refund', 'A refund will be made once an administrator changes the return request status'),
('en', 'ttc_addons.paypal.status_for_new_orders', 'All orders with a PayPal payment method get this status until the response from PayPal (an IPN message) arrives or a customer returns to the store via a link on the PayPal site.'),
('en', 'ttc_hybrid_auth.linkedin_api_version', 'LinkedIn <a target=\"_blank\" href=\"https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/migration-faq?context=linkedin/consumer/context\">deprecated API v1</a>, but old apps still use it. If you\'re configuring LinkedIn app for the first time now, use API v2. Old LinkedIn apps configured some time ago may still be using v1.'),
('en', 'ttc_mobile_app.appfulldescription', 'Application full description (up to 4000 symbols)'),
('en', 'ttc_mobile_app.appname', 'Application name (up to 30 symbols)'),
('en', 'ttc_mobile_app.appshortdescription', 'Application short description (up to 80 symbols)'),
('en', 'ttc_mobile_app.privacypolicyurl', 'URL of the Privacy Policy page of your store'),
('en', 'ttc_mobile_app.pushnotifications', 'Push notifications'),
('en', 'ttc_mobile_app.shopname', 'Shop Name'),
('en', 'ttc_mobile_app.supportemail', 'Will be displayed in \'about app\' section'),
('en', 'ttc_ogone.sha_in', 'The SHA-IN pass phrase is set on the Ingenico administration panel on the <b>Data and origin verification</b> tab.'),
('en', 'ttc_ogone_web.sha_out', 'The SHA-OUT pass phrase is set on the Ingenico administration panel on the <b>Transaction feedback</b> tab.'),
('en', 'ttc_page_title', 'Page title displayed on a browser panel.'),
('en', 'ttc_paypal_logo', 'Use a valid graphics format, such as .gif, .jpg, or .png. Limit the image to 190 pixels wide by 60 pixels high. PayPal crops images that are larger. PayPal places your logo image at the top of the cart review area.'),
('en', 'ttc_paypal_use_in_context_checkout', 'In-Context Checkout will not be used when the store is running in Widget mode'),
('en', 'ttc_popularity', 'Product popularity rating based on how many times the storefront has been viewed, number of additions to cart and number of purchases.'),
('en', 'ttc_post_description', 'Use the &lt;!--CUT--&gt; tag (switch to source code to insert it) to hide part of the post. Only the part above the tag is shown in the list of all posts.<br /><br />Make sure to <strong>close all HTML tags</strong> above the &lt;!--CUT--&gt; tag!'),
('en', 'ttc_product_feature.feature_style', 'Determines the look of this feature on the product page.'),
('en', 'ttc_product_feature.filter_style', 'Determines the look of a filter by this feature on the product list. Filters make it easier for customers to find a product with the desired feature value. You\'ll be able to create a filter after you create a feature.'),
('en', 'ttc_product_feature.purpose', 'Determines how you and your customers will be able to use this feature.'),
('en', 'ttc_search_words', 'Enter a few words here, and the product will appear in the results of the built-in search for those words, even if the product name or description doesn\'t have them. Separate different search words by commas.'),
('en', 'ttc_shippings.can.contract_id', 'Contract ID is required to obtain discounted rates for commercial customers when the Customer number is specified. Contract ID must be omitted for Solutions for Small Business members or general business users'),
('en', 'ttc_shippings.can.customer_number', 'Customer number is required for commercial customers and Solutions for Small Business members to get discounted rates if parcel is mailed on behalf of customer'),
('en', 'ttc_shippings.can.option_cov', 'Requires amount'),
('en', 'ttc_storefront_url', 'All the storefronts domain names must be associated with the same IP-address. Note: Switch to \"All stores\" to edit'),
('en', 'ttc_stores_status', 'ON—the storefront is open; everyone will see it. OFF—the storefront is closed; only those who have the access key will be able to see it.'),
('en', 'ttc_vendor_debt_payout.payout_overdue_limit', 'Payments for plans are drawn from the vendor\'s account balance. If the balance gets negative after the fee is taken, and this period expires, the vendor\'s administration panel will not allow to perform any actions until the vendor pays the debt.'),
('en', 'ttc_vendor_debt_payout.vendor_debt_limit', 'When a vendor\'s balance is negative and reaches this number, the vendor\'s administration panel will not allow to perform any actions. When a vendor\'s negative balance is half this number, the vendor will see the warning specified in the \"vendor_debt_payout.debt_near_limit_message\" language variable.'),
('en', 'tts_activate_menu_tab_for', 'The menu item will be shown activated for the specified dispatch.'),
('en', 'tts_generate_submenu', 'The submenu will include child elements of the selected object.'),
('en', 'tts_link_text', 'Target URL. May be an external URL, an inner store URL or a dispatch.'),
('en', 'tts_menu_user_class', 'User-defined CSS class will be added to the menu item, so this will allow to define the menu item with its own CSS style.'),
('en', 'tt_addons_abt__unitheme2_views_abt__ut2_buy_together_generate_description', 'You can use placeholder %product% which will be replaced by original product name'),
('en', 'tt_addons_abt__unitheme2_views_abt__ut2_buy_together_generate_name', 'You can use placeholder %product% which will be replaced by original product name'),
('en', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.friday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('en', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.monday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('en', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.nofollow', 'It\'s recommended to use for external link (to another site) or link to non-indexing pages'),
('en', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.position', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
('en', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.saturday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('en', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.sunday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('en', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.thursday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('en', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.tuesday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('en', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.url', 'The link format with the indication of the controller is recommended (for example, products.view?product_id=12121)'),
('en', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.wednesday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('en', 'tt_addons_ab__category_banners_views_ab__category_banners_update_image', 'The image is output \"as is\", without cutting'),
('en', 'tt_addons_ab__motivation_block_views_ab__motivation_block_update_image', 'The image is displayed \"as is\" without scaling. Upload the prepared image of the necessary size, it is recommended to use size 24*24px'),
('en', 'tt_addons_ab__video_gallery_hooks_products_tabs_content_post_ab__vg.form.replace_image', 'Use the first video as the default image on the product page'),
('en', 'tt_addons_newsletters_views_mailing_lists_update_from_email', 'Email of a sender.'),
('en', 'tt_addons_newsletters_views_mailing_lists_update_from_name', 'Name of a sender (e.g. company name).'),
('en', 'tt_addons_newsletters_views_mailing_lists_update_reply_to', 'Email to send replies to.'),
('en', 'tt_addons_newsletters_views_newsletters_update_more_subjects', 'If several subjects are specified, email subject is randomly picked from this list.'),
('en', 'tt_addons_newsletters_views_newsletters_update_users', 'If the message text contains the unsubscribe link, it will be empty for these users.'),
('en', 'tt_addons_paypal_settings_partial_refund_action_order_status', 'Determines whether or not to change the order status automatically after a partial refund via PayPal.'),
('en', 'tt_addons_polls_hooks_pages_tabs_content_post_poll_results', 'Message that is displayed in the storefront after the poll is completed.'),
('en', 'tt_addons_seo_views_seo_redirects_manage_seo.old_url', 'For example, if your URL is <b>http://example.com/path/to/object</b>, you need to enter <b>/path/to/object</b>'),
('en', 'tt_addons_store_locator_views_store_locator_update_store_locator.main_destination', 'Determines the shipping rates for this pickup point. The rates are specified on the shipping method editing page. If you don\'t select a rate area for a pickup point, then the pickup point won\'t appear at checkout.'),
('en', 'tt_addons_store_locator_views_store_locator_update_store_locator.show_to', 'Allows you to offer this pickup point to the residents of other rate areas at checkout.'),
('en', 'tt_addons_vendor_locations_hooks_companies_shipping_address_post_vendor_locations.location', 'The address that will be used to determine the position on Google Maps.'),
('en', 'tt_mobile_app.crop_when_resize', 'If ticked, some part of an image might be lost (cut out) when it\'s resized, otherwise transparent borders might be added.'),
('en', 'tt_mobile_app.m_app_icon', '1024 x 1024 (the big one is because it\'s Apple requirement, please note that it should look fine even if resized to 256x256)'),
('en', 'tt_mobile_app.m_app_notification_icon', '(192 x 192) Push notification icon (Android)'),
('en', 'tt_mobile_app.m_app_splash_landscape', 'Recommended image size 2208x1536. It is displayed when you start the application on your mobile phone'),
('en', 'tt_mobile_app.m_app_splash_portrait', 'Recommended image size 1536x2208. It is displayed when you start the application on your mobile phone'),
('en', 'tt_mobile_app.m_app_store_logo', '(1024 x 500). It\'s the image shown in the Google Play page of your application, see \"Feature Graphic\" section <a href=\"https://support.google.com/googleplay/android-developer/answer/1078870?hl=en\" target=\"_blank\">here</a>'),
('en', 'tt_mobile_app.services_config', 'Upload the google-services.json file that was generated when you added an Android application in Firebase.'),
('en', 'tt_views_block_manager_update_block_override_by_this', 'If you save the block with this option checked, the current block content value will override the content of this block everywhere it is used in the cart'),
('en', 'tt_views_block_manager_update_block_width', 'Block width works for blocks located in the group having horizontal direction, for other cases this parameter does not work.'),
('en', 'tt_views_block_manager_update_location_default', 'One location must be picked as default. Its Top and Bottom containers will be used in all locations.'),
('en', 'tt_views_block_manager_update_location_head_custom_html', 'This HTML code will be put between &lt;head&gt;&lt;/head&gt; tags'),
('en', 'tt_views_cart_components_carts_search_form_online_only', 'If enabled, search results include only users who are online at the moment.'),
('en', 'tt_views_categories_update_product_details_layout', 'By default, the template that is defined in the appearance settings of the storefront is used'),
('en', 'tt_views_currencies_update_after_sum', 'If enabled, the symbol of the currency is shown after the sum.'),
('en', 'tt_views_currencies_update_decimals', 'Number of digits after the decimal sign.'),
('en', 'tt_views_currencies_update_dec_sign', 'Decimal separator.'),
('en', 'tt_views_currencies_update_ths_sign', 'Thousand separator.'),
('en', 'tt_views_database_manage_backup_data', 'If enabled, the database backup file includes the actual table data.'),
('en', 'tt_views_database_manage_backup_schema', 'If enabled, the database backup file keeps the table structure.'),
('en', 'tt_views_exim_export_output', 'Choose an action on the file: \"Direct download\" - to save the file on the local computer, \"Screen\" - to display the file\'s contents, \"Server\" - to save the file on the server file system.'),
('en', 'tt_views_languages_manage_language_code', 'Two-letter code of the language.'),
('en', 'tt_views_languages_update_country', 'The flag of this country will be used as language icon.'),
('en', 'tt_views_orders_components_orders_search_form_customer_files', 'If enabled, the search results will contain the orders for which customers loaded their own files.'),
('en', 'tt_views_pages_components_pages_link_page_target_url', 'The URL to redirect customers to'),
('en', 'tt_views_pages_components_pages_link_page_url', 'The page inner URL'),
('en', 'tt_views_payments_update_surcharge_title', 'Leave empty to use the \'Payment surcharge\' as a title'),
('en', 'tt_views_payments_update_taxes', 'If payment surcharge is taken from vendors, taxes are not calculated'),
('en', 'tt_views_payments_update_template', 'Template responsible for displaying supplementary fields for the payment method.'),
('en', 'tt_views_products_components_products_shipping_settings_free_shipping', 'Products with the Free shipping option enabled will be excluded from shipping calculation if shipping method has the Use for free shipping option enabled'),
('en', 'tt_views_products_components_products_shipping_settings_items_in_box', 'Use this field to define the minimum and maximum number of product items to be shipped in a separate box. Enter a non-zero value and specify the box dimensions below.'),
('en', 'tt_views_products_components_products_shipping_settings_weight', 'Non-downloadable products with zero weight are handled as having minimal possible non-zero weight'),
('en', 'tt_views_products_update_categories', 'Categories to be displayed in the navigation breadcrumbs.'),
('en', 'tt_views_products_update_inventory', 'Track in stock product quantity. Enable the \"Enable inventory tracking\" option (Settings -> General) to modify.'),
('en', 'tt_views_products_update_list_price', 'Manufacturer suggested retail price.'),
('en', 'tt_views_products_update_out_of_stock_actions', '\'Buy in advance\' lets customers buy out-of-stock products and products that will be available since a specific date. \'Sign up for notification\' works only when the product has zero or negative quantity.'),
('en', 'tt_views_products_update_product_details_layout', 'By default, the template that is defined in the settings of the main product category is used'),
('en', 'tt_views_product_features_update_feature_display_on_catalog', 'Show this feature on product list pages along with product description.'),
('en', 'tt_views_product_features_update_feature_display_on_product', 'If enabled, the product feature is displayed on the product details page in the storefront'),
('en', 'tt_views_product_features_update_prefix', 'An affix that precedes the product feature.'),
('en', 'tt_views_product_features_update_suffix', 'An affix that follows the product feature.'),
('en', 'tt_views_product_options_update_incorrect_filling_message', 'Message that is displayed if the entered data is incorrect.'),
('en', 'tt_views_product_options_update_inner_hint', 'A note that indicates the value to be entered.'),
('en', 'tt_views_product_options_update_inventory', 'If enabled, the option is taken into account when forming the product inventory.'),
('en', 'tt_views_product_options_update_regexp', 'Regular expression specifying a pattern to match.'),
('en', 'tt_views_promotions_update_stop_other_rules', 'If enabled, the other promotions are not applied.'),
('en', 'tt_views_sales_reports_table_time_interval', 'Periods to analyze (day, week, month, year).'),
('en', 'tt_views_sales_reports_update_table_dependence', 'Parameter to sort values by. It should relate to the Value to display param (e.g. Product costs—Total cost or Number of products—Number of items).'),
('en', 'tt_views_sales_reports_update_table_limit', 'Max number of chart components.');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('en', 'tt_views_shippings_components_services_ups_ship_ups_pickup_type', '<p>Select \"Daily Pickup\" to calculate the delivery cost according to Daily Rates.</p><p>Select \"One Time Pickup\", \"Letter Center\", or \"Air Service Center\" to calculate the delivery cost according to Retail Rates.</p>'),
('en', 'tt_views_shippings_update_delivery_time', 'The delivery time appears next to the name of the shipping method. If you use realtime shipping rate calculation, your shipping service may provide its own delivery time. The time provided by the shipping service will be displayed instead of the time you specify here.'),
('en', 'tt_views_shippings_update_use_for_free_shipping', 'Exclude products with the enabled Free shipping option from the shipping price calculation'),
('en', 'tt_views_site_layout_logos_alt_text', 'Leave empty to use company name as alternative text.'),
('en', 'tt_views_storage_cdn_cname', 'Domain name that you want to use instead of the CloudFront domain name for the URLs for your files. You also need to create a CNAME record with your DNS service to route queries to CloudFront host (it will be displayed on this page after you enter account information).'),
('en', 'tt_views_storage_cdn_key', 'AWS Access Key ID. See <a href=\"http://amzn.to/1sT9aw0\" target=\"_blank\">http://amzn.to/1sT9aw0</a> to learn how to get key and secret key.'),
('en', 'tt_views_taxes_update_regnumber', 'Registration number of this tax in the store.'),
('en', 'turkish', 'Turkish'),
('en', 'txn_id', 'Transaction ID'),
('en', 'type', 'Type'),
('en', 'type_comment', 'Type comments here'),
('en', 'type_comments_here', 'You can leave us a comment here'),
('en', 'type_to_create', 'Type to create...'),
('en', 'type_to_search', 'Type to search...'),
('en', 'type_to_search_or_click_button', 'Type to search, or click the button on the right for advanced search'),
('en', 'uc_addon_package_files_do_not_match_schema', 'Package contains files that were not described in schema or schema has links to missing files'),
('en', 'uc_addon_package_forbidden_path', 'Forbidden: Add-on tries to upgrade core files ([path])'),
('en', 'uc_addon_package_languages_forbidden', 'Package contains languages that were not described in schema or schema has links to missing languages files'),
('en', 'uc_addon_package_migrations_forbidden', 'Package contains migrations that were not described in schema or schema has links to missing migration files'),
('en', 'uc_addon_package_pre_post_scripts_mismatch', 'Package contains pre/post scripts that were not described in schema or schema has links to missing files'),
('en', 'uc_backup_info_subj', 'Upgrade Center: Store has been backed up and closed.'),
('en', 'uc_broken_upgrade_connector', 'Upgrade connector [connector_id] returned incorrect data'),
('en', 'uc_connector_not_found', 'Upgrade connector not found'),
('en', 'uc_copy_files', 'Copy files'),
('en', 'uc_downloaded_and_ready', 'Upgrade package has been downloaded and ready to install'),
('en', 'uc_execute_validator', 'Execute \"[validator]\" validator'),
('en', 'uc_info_subj', 'Upgrade Center: Store has been closed.'),
('en', 'uc_install_languages', 'Install languages'),
('en', 'uc_migration_failed', 'An error has occured during upgrading database structure (applying migration [migration]).'),
('en', 'uc_ok', 'OK'),
('en', 'uc_open_store_email_body', '<p>Before the upgrade, your store was closed. Check if it\'s running fine after the upgrade and <a href=\"[settings_section]\">open it</a>.</p>'),
('en', 'uc_package_schema_is_not_json', 'Package schema is not a valid JSON'),
('en', 'uc_package_schema_not_found', 'Package content schema not found'),
('en', 'uc_restore_email_body', '<p>Your store\'s database and files has been backed up before the upgrade. The backup archive includes the whole database and all files except for images. The backup archive has been stored on your server: [backup_file].</p><p>Before the upgrade, your store was closed. Check if it\'s running fine after the upgrade and <a href=\"[settings_section]\">open it</a>.</p><p>If something goes wrong during the upgrade, go to your admin panel, <strong>Administration → Backup/Restore</strong>, to restore the backup.</p><p>If you can\'t access your admin panel, use the following link to restore the last backup. <b>Important:</b> following this link will immediately launch the restore process. Use it only if you can\'t access your admin panel! Restore the last backup:</p>'),
('en', 'uc_restore_email_subject', 'Upgrade center: Store has been backed up and closed.'),
('en', 'uc_run_migrations', 'Run migrations'),
('en', 'uc_searchanise_disabled', 'The Searchanise add-on was automatically disabled during upgrade to avoid false search results. Activate it at any time on the <a href=\"[url]\">Add-ons</a> page.'),
('en', 'uc_title_validators', 'Upgrade package validators'),
('en', 'uc_unable_to_read_schema', 'Unable to read package schema (schema.json)'),
('en', 'uc_upgrade_progress', 'Upgrade progress'),
('en', 'uk_cookies_law', 'Cookies are used on this site to provide the best user experience. If you continue, we assume that you agree to receive cookies from this site. <span class=\"button button-wrap-left\"><span class=\"button button-wrap-right\"><a rel=\"nofollow\" href=\"[url]\">OK</a></span></span>'),
('en', 'ultimate_license', '[product] Ultimate'),
('en', 'ultimate_license_required', '[product] Ultimate is required for this'),
('en', 'ultimate_or_storefront_license_required', 'This action requires [product] Ultimate or an additional Storefront License'),
('en', 'ultimate_or_storefront_license_required.ult', 'This action requires [product] Ultimate or an additional Storefront License'),
('en', 'ultimate_or_storefront_license_required.ult.b2b', 'This action requires [product] Ultimate or an additional Storefront License'),
('en', 'ultimate_or_storefront_license_required.ult.b2b.new', 'This action requires [product] Ultimate or an additional Storefront License'),
('en', 'ultimate_or_storefront_license_required.ult.b2b.ultimate', 'This action requires [product] Ultimate or an additional Storefront License'),
('en', 'ultimate_or_storefront_license_required.ult.new', 'This action requires [product] Ultimate or an additional Storefront License'),
('en', 'ultimate_or_storefront_license_required.ult.ru', 'This action requires [product] Ultimate'),
('en', 'ultimate_or_storefront_license_required.ult.ru.new', 'This action requires [product] Ultimate'),
('en', 'ultimate_or_storefront_license_required.ult.ru.ultimate', 'This action requires [product] Ultimate'),
('en', 'ultimate_or_storefront_license_required.ult.ultimate', 'This action requires [product] Ultimate or an additional Storefront License'),
('en', 'ult_shared_with', 'Shared with:'),
('en', 'ult_share_users_setting_disabled', 'The setting value can not be changed as identical email addresses are registered in your store.'),
('en', 'unable_delete_storefront_orders_exists', 'Unable to delete this storefront because there are orders containing the products of this storefront in the store database. To delete the storefront, please delete all such orders first.'),
('en', 'unable_delete_vendor_orders_exists', 'Unable to delete this vendor account because there are orders containing the products of this vendor in the store database. To delete the account, please delete all such orders first.'),
('en', 'unable_to_assign_usergroup', 'Unable to assign the usergroup. Please contact the shop administrator.'),
('en', 'unable_to_check_license', 'Unable to check your license number'),
('en', 'unable_to_create_status', 'Couldn\'t create a new status'),
('en', 'unable_to_delete_last_storefront', 'At least one storefront must remain'),
('en', 'unable_to_delete_setting_description', 'Unable to delete setting description: [reason]'),
('en', 'unable_to_delete_setting_variant', 'Unable to delete setting_variant: [reason]'),
('en', 'unable_to_read_resource', 'Unable to read resource: [file]'),
('en', 'unable_to_unpack_file', 'Unable to decompress file'),
('en', 'unable_to_update_setting_description', 'Unable to set description: [reason]'),
('en', 'unable_to_update_setting_value', 'Unable to set value: [reason]'),
('en', 'ungroupped_features', 'Ungrouped features'),
('en', 'unidentified', 'Unidentified'),
('en', 'uninstall', 'Uninstall'),
('en', 'unique_html_block', 'Unique HTML block'),
('en', 'unit', 'Unit'),
('en', 'united_kingdom', 'United Kingdom'),
('en', 'unit_price', 'Unit price'),
('en', 'unknown', 'Unknown'),
('en', 'unknown_server_response', 'Unknown server response'),
('en', 'unmark', 'Unmark'),
('en', 'unregistered_customer', 'Unregistered customer'),
('en', 'unregistered_customer_short', 'Unregistered'),
('en', 'unselect_all', 'Unselect all'),
('en', 'unset_tax_to_products', 'Remove selected taxes from all products'),
('en', 'unsubscribe', 'Unsubscribe'),
('en', 'unsubscribe_key', 'Unsubscribe key'),
('en', 'unsubscribe_link', 'Unsubscribe link'),
('en', 'unsupported_browser_notice', '<p>We have detected that the browser you are using is not fully supported by our Admin Panel. You can view this site using your current browser but it may not display properly, and you may not be able to fully use all features.</p><br><p>Admin Panel is best viewed using the following browsers:</p><br><ul><li>&ndash; <a href=\"http://www.mozilla.org/en-US/\" target=\"_blank\">Mozilla Firefox (latest version)</a></li><li>&ndash; <a href=\"https://www.google.com/intl/en/chrome/browser/\" target=\"_blank\">Google Chrome (latest version)</a></li><li>&ndash; <a href=\"https://www.microsoft.com/en-us/edge\" target=\"_blank\">Microsoft Edge (latest version)</a></li><li>&ndash; <a href=\"https://www.apple.com/safari/\" target=\"_blank\">Safari (latest version)</a></li></ul><br><p>Click on one of the links to download the browser of your choice. Once the download has completed, install the browser by running the setup program.</p><br><p>If you cannot upgrade your browser now, you can still access Admin Panel, but you may not be able to fully use all features.<br><br><a href=\"[url]\">Continue</a></p>'),
('en', 'unverified', 'Unverified'),
('en', 'up', 'Up'),
('en', 'update', 'Update'),
('en', 'updated_last', 'Updated in the last'),
('en', 'updates', 'Updates'),
('en', 'updates_subscription', 'updates and promotions subscription'),
('en', 'update_all', 'Atualizar todos'),
('en', 'update_categories', 'Update categories'),
('en', 'update_current_layout', 'Update current layout'),
('en', 'update_customer_info', 'Update customer information'),
('en', 'update_datafeed', 'Editing data feed'),
('en', 'update_existing_products_only', 'Update existing products only'),
('en', 'update_existing_products_only_tooltip', 'If you enable this setting, products that don\'t exist in the database of your store will be skipped during import.'),
('en', 'update_for_all_act', 'New value will be saved for ALL stores which share this item. Click to save it only for the owner-store.'),
('en', 'update_for_all_dis', 'New value will be saved ONLY for the owner-store. Click to save it for all stores which share this item.'),
('en', 'update_for_all_hid_act', 'Click to cancel field update.'),
('en', 'update_for_all_hid_dis', 'Click to enter a new field value to update in all stores when saving item.'),
('en', 'update_group', 'Update group'),
('en', 'update_notification.approve_vendors_notification', '<p>Previously, administrators had to check each and every vendor that registered in the marketplace. They manually approved those vendors to make them appear on the storefront and/or grant them access to the admin panel. There was no way for a vendor to start working in the marketplace (at least in the admin panel) immediately after registration.</p><p>Now vendors get access to the admin panel immediately after registration, as long as you allow automatic creation of administrator accounts for them. By default, vendors still require approval before they and their products appear on the storefront. But you can lift that restriction in the settings of the \"Vendor data premoderation\" add-on.</p><p><a href=\"[url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">View moderation settings</a></p>'),
('en', 'update_notification.approve_vendors_notification_title', 'Simplified vendor approval flow'),
('en', 'update_notification.order_conversations_moved_to_message_center_message', '<p>Previously, customers could send you messages about orders via the \"Comments and reviews\" add-on. Since then, we have added a new add-on called \"Message center\". Unlike the old \"Comments and reviews\", the new \"Message center\" was designed for two-way communication. Administrators see the context of each message and receive notifications about new messages.</p><p>That\'s why we moved the order communication functionality along with your communication history from \"Comments and reviews\" to the \"Message center\" add-on. You don\'t need to do anything about it, but you can check where your messages are now. Like before, you can access order messages on the pages of individual orders, or in the <b>Customers → Message center</b> menu.</p><p><a href=\"[url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">View Message Center</a></p>'),
('en', 'update_notification.order_conversations_moved_to_message_center_title', 'Order conversations moved to Message Center'),
('en', 'update_notification.remove_percentage_surcharges_from_all_shipping_methods_message', '<p>Starting with version 4.12.1, shipping methods no longer support \"a percentage of order total\" surcharges. During the upgrade, this type of surcharge has been removed from the following shipping methods:</p><ul>[shipping_methods]</ul><p>Please check these shipping methods and make sure that their rates and surcharges are correct.</p>'),
('en', 'update_notification.remove_percentage_surcharges_from_all_shipping_methods_title', 'Shipping methods: Percent surcharges no longer supported'),
('en', 'update_notification.upgrade_to_version_4.13.1', '<ul><li><b>PayPal Commerce Platform and Stripe Connect</b> in Multi-Vendor now allow you to hold vendors\' money for a while. That way, you can check the orders and make sure that everything is ok before releasing the funds to vendors. Check the payment method settings for more information.</li><br><li><b>Product reviews</b> now have votes, photos, replies from sellers, and more. This is achieved by the new \"Product reviews\" add-on. To get the new functionality, just install the add-on, and we\'ll guide you through the rest of the process.</li><br><li><b>Message center</b> now handles communication about orders. Previously, it was handled by the \"Comments and reviews\" add-on. We\'re planning to make Message Center the hub for all communications.</li><br><li><b>The \"Add-ons → Manage add-ons\" page</b> has been reworked to make dealing with third-party add-ons easier. More changes may follow; the ultimate goal is to make upgrades easier, even if you have multiple third-party add-ons installed.</li><br><li><b>The admin panel interface</b> has been updated: the bulk selection of objects everywhere now works like the bulk selection in the list of products. That\'s a step towards simplifying the interface, and making it better for mobile devices.</li><br><li><b>A technical change:</b> jQuery UI was updated to version 1.12.1 to improve security and how search engines see and rank the site.</li></ul>'),
('en', 'update_notification.upgrade_to_version_4.13.1_title', 'The most important changes in version 4.13.1'),
('en', 'update_period_expired', '<p class=\"text-error\">Your upgrade subscription has expired, so this software upgrade cannot be installed. You can prolongate your subscription in the <a href=\"[url]\">Customer Help Desk</a>.</p><p>Please note that it is not mandatory: you can continue using this software with no limitation even without an upgrade subscription.</p>'),
('en', 'update_products', 'Update products'),
('en', 'update_profile', 'Update profile'),
('en', 'update_profile_notification', 'Your profile has been updated.'),
('en', 'update_profile_notification_header', 'Your profile has been updated'),
('en', 'update_status', 'Update status'),
('en', 'update_text', 'Update text'),
('en', 'update_totals_and_inventory', 'Update totals and inventory'),
('en', 'update_translation', 'Update translations'),
('en', 'updating', 'Updating'),
('en', 'updating_links', 'Updating links'),
('en', 'upgrade', 'Upgrade'),
('en', 'upgraded_on', 'Upgraded on'),
('en', 'upgrades', 'Upgrades ([n])'),
('en', 'upgrade_and_update_addon', 'Upgrade [product] and upgrade the add-on'),
('en', 'upgrade_center', 'Upgrade center'),
('en', 'upgrade_center.apply_migration_failed', '<p>Please restore the pre-upgrade backup manually or via a link sent to your email address, then contact our technical support.</p><br><p>Tech details: Couldn\'t complete migration [migration]. Reason: [error].</p><p>Completed migrations: [processed_count] out of [total_count].</p>'),
('en', 'upgrade_center.error_unable_to_prepare_restore', 'Unable to prepare restore script.'),
('en', 'upgrade_center.filehash_check_failed', 'Upgrade is impossible due to file integrity check error. Please contact the technical support team.'),
('en', 'upgrade_center.skip_backup', 'Skip files and database backup'),
('en', 'upgrade_center.upgrades_are_not_available_in_trial', 'Upgrades are available only in <strong>Full</strong> and <strong>Free</strong> licensing modes.<br /><br />The licensing mode can be changed under Settings → <a class=\"cm-dialog-opener cm-dialog-auto-size\" data-ca-target-id=\"store_mode_dialog\">Licensing mode</a>.'),
('en', 'upgrade_center.upgrade_process_failed', 'Upgrade process of your store has failed'),
('en', 'upgrade_center.validation_issue', 'Validation issue'),
('en', 'upgrade_center.validator_fail_result', 'Validator \"[validator_name]\" returned fail status'),
('en', 'upgrade_center.warning_msg_after_upgrade', 'After the upgrade, check the basic functionality of your store.'),
('en', 'upgrade_center.warning_msg_executed_php', '<p class=\"text-error\">We have started a dummy PHP script. It will be working during 6 minutes. When the check is finished, we\'ll tell you if the PHP script\'s timeouts can be set correctly. If yes, then you are good to go with the upgrade. Please wait until the check is finished to be sure that your server has correct PHP timeout configuration.</p>'),
('en', 'upgrade_center.warning_msg_generally', 'Generally, the upgrade fails because the PHP script execution is terminated due to your server configuration. It\'s essential to check the PHP script timeout settings on your server'),
('en', 'upgrade_center.warning_msg_specialists', 'If you are not familiar with technical aspects of CS-Cart and the upgrade process, we strongly recommend that you <a href=\"[upgrade_center_specialist]\" target=\"_blank\">hire a specialist</a> or <a href=\"[upgrade_center_team]\" target=\"_blank\">ask our support team</a> to upgrade your store for you.'),
('en', 'upgrade_center.warning_msg_test_local', 'Upgrade the test copy of your store first to make sure that the upgrade will go smoothly.'),
('en', 'upgrade_center.warning_msg_third_party_add_ons', 'The upgrade doesn\'t update third-party add-ons. That\'s why we recommend that you disable all the third-party add-ons before the upgrade.'),
('en', 'upgrade_center.warning_msg_timeout_check_failed', 'Your server has wrong PHP script timeout settings. This could be due to restrictions on the PHP <a href=\"http://php.net/manual/en/function.set-time-limit.php\" target=\"_blank\">set_time_limit</a> function or FastCGI \"Timeout\" options. We recommend you to contact your hosting provider in order to resolve this issue or contact our tech support team to perform the upgrade for you.'),
('en', 'upgrade_center.warning_msg_timeout_fail', 'We DO NOT recommend to start the upgrade on your server.'),
('en', 'upgrade_center.warning_msg_upgrade_is_complicated', 'The upgrade is a complicated process. It can be failed due to reasons that are beyond our control.<br> To make the upgrade of your store safer, we have prepared tips for you:'),
('en', 'upgrade_center_permission_adjusted_properly', 'All file and folder permissions have been adjusted properly.'),
('en', 'upgrade_fl54_atol_boxberry_text', '<p>The following tools were added to help store owners comply with Federal Law 54 and work with online cash registers:</p><ul><li>The ability to <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/payment_methods/yandex_54fz.html\">send receipt data to Yandex.Checkout</a>.</li><li>The <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/addons/atol_online/\">ATOL Online</a> add-on that integrates CS-Cart with this rent-an-online-cash-register service.</li></ul><p>Other additions:</p><ul><li>An add-on for <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/addons/retailcrm/\">exchanging data with retailCRM</a>;</li><li>An add-on for <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/shipping_and_taxes/shipping_methods/realtime_shipping_methods/boxberry.html\">creating real-time shipping methods that use Boxberry</a>, a Russian shipping service.</li></ul>'),
('en', 'upgrade_fl54_atol_boxberry_title', 'New features of Russian version of CS-Cart 4.6.1: compliance with Federal Law 54, add-ons for retailCRM and Boxberry'),
('en', 'upgrade_flash_player', 'You need to upgrade your Flash Player'),
('en', 'upgrade_is_not_avail', '<p class=\"text-error\">This upgrade is not available for your [product] license. Please contact our <a href=\"[href]\">support team</a> to update your license status.</p>'),
('en', 'upgrade_license', 'Upgrade my license'),
('en', 'upgrade_notification_message', '<p class=\'upgrade-center_notice-msg\'>Copy of this message was sent to administrator\'s email.</p><hr>'),
('en', 'upgrade_notification_title', 'Upgrade changes in [product] [version]'),
('en', 'upgrade_notification_welcome_text', '<p class=\"lead\">To help you get started, we’ve compiled the list of what you should check after the upgrade. The full list of changes is in the changelog.</p><p class=\"lead\">If you ever need to check this message later, we’ve also sent a copy to [email].</p>'),
('en', 'upgrade_notification_welcome_title', 'Welcome to [product] [version]!'),
('en', 'upgrade_notification_what_check_first', 'What to check first?'),
('en', 'upgrade_notification_what_else_to_check', 'What else is there to check?'),
('en', 'upload', 'Upload'),
('en', 'uploaded_files', 'Uploaded Files'),
('en', 'upload_addon', 'Upload & install add-on'),
('en', 'upload_another_file', 'Upload another file'),
('en', 'upload_file', 'Upload file'),
('en', 'upload_install', 'Upload & install'),
('en', 'upload_theme', 'Upload theme'),
('en', 'upload_to_ftp', 'Upload to FTP server'),
('en', 'upload_upgrade_package', 'Upload upgrade package'),
('en', 'upload_upgrade_text', 'Uploading upgrade package allows you to apply HotFixes or Add-on upgrades. You can upload an upgrade pack by picking a tgz,gz,zip format archive and clicking Upload.'),
('en', 'upload_via_ftp', 'Upload via FTP'),
('en', 'ups', 'United Parcel Service'),
('en', 'ups_suggested_retail_rates_upgrade_notification_text', '<p>The latest [product] version doesn\'t support the \"Suggested Retail Rates\" Pickup type for the UPS-based shipping methods.</p><p>If you used Suggested Retail Rates before, do this to actualize the delivery cost for your customers:</p><ul><li>Go to Administration → Shipping & taxes → Shipping methods.</li><li>Select the shipping method that uses UPS as a carrier.</li><li>Switch to the Configure tab and select a proper Pickup type: use \"One Time Pickup\", \"Letter Center\", or \"Air Service Center\" to calculate the delivery cost according to Retail Rates</li></ul>'),
('en', 'ups_suggested_retail_rates_upgrade_notification_title', '\"Suggested Retail Rates\" Pickup type for the UPS-based shipping methods is no longer supported'),
('en', 'ups_upgrade_notification_text', '<p><b>UPS Canada: Expedited SM</b> and <b>UPS Polish: Today Intercity</b> shipping services are not supported since this [product] version. If you were using them, do the following:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses UPS as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li></ul>'),
('en', 'ups_upgrade_notification_title', 'UPS Canada: Expedited SM and UPS Polish: Today Intercity shipping services are no longer supported'),
('en', 'url', 'URL'),
('en', 'url_access_storefront', 'Use the following URL to access the storefront:<br><a href=\"[url]\" target=\"_blank\">[url]</a>'),
('en', 'url_dispatch_part', 'The value of the \"dispatch\" parameter from the URL'),
('en', 'used', 'Used'),
('en', 'user', 'User'),
('en', 'usergroup', 'User group'),
('en', 'usergroups', 'User groups'),
('en', 'usergroups_menu_description', 'List of user groups that exist in your store.'),
('en', 'usergroup_activated', 'User group has been activated'),
('en', 'usergroup_disactivated', 'User group has been deactivated'),
('en', 'usergroup_ids', 'Usergroup ids'),
('en', 'usergroup_must_have_privileges', 'Usergroup must have at least one privilege.'),
('en', 'usergroup_privileges', 'User group privileges'),
('en', 'usergroup_registered', 'Registered user'),
('en', 'usergroup_request_by_customer', 'User group request by customer'),
('en', 'username', 'Username'),
('en', 'users', 'Users'),
('en', 'users_carts', 'Abandoned / Live carts'),
('en', 'users_carts_menu_description', 'Lists of products that have not been purchased for some reason.'),
('en', 'users_menu_description', 'Manage user accounts that are registered at your store.'),
('en', 'user_account_info', 'User account information'),
('en', 'user_account_information', 'User account information'),
('en', 'user_cannot_be_deleted', 'Sorry, user with id [user_id] can not be deleted.'),
('en', 'user_class', 'User-defined CSS class'),
('en', 'user_data_required', 'Please select a customer or enter data'),
('en', 'user_details_page', 'User details page'),
('en', 'user_group', 'User group'),
('en', 'user_group_ids', 'User group IDs'),
('en', 'user_group_requests', 'User group requests'),
('en', 'user_id', 'User ID'),
('en', 'user_info', 'User information'),
('en', 'user_pin', 'User PIN'),
('en', 'user_profile_info', 'User profile information'),
('en', 'user_settings', 'User settings'),
('en', 'user_type', 'User type'),
('en', 'use_avail_period', 'Use available period'),
('en', 'use_cardinal', 'Use Cardinal Centinel&reg; for 3-D Secure Payer Authentication'),
('en', 'use_comma_enter_to_separate_variants', 'Use a comma or Enter to separate variants.'),
('en', 'use_coupons_commission', 'Coupon commission'),
('en', 'use_current_link', 'Use the current page link'),
('en', 'use_custom_view', 'Use custom view'),
('en', 'use_custom_weight_settings', 'Use custom weight settings'),
('en', 'use_default_block_configuration', 'Use default block configuration'),
('en', 'use_existing_block', 'Use Existing Block'),
('en', 'use_existing_store', 'Copy existing store configuration'),
('en', 'use_for_apply_for_vendor_account', 'Apply for a vendor account form'),
('en', 'use_for_checkout', 'Checkout (user information) form'),
('en', 'use_for_discussion', 'Comments and reviews forms'),
('en', 'use_for_form_builder', 'Custom forms'),
('en', 'use_for_free_shipping', 'Use for free shipping'),
('en', 'use_for_login', 'Login form'),
('en', 'use_for_polls', 'Polls'),
('en', 'use_for_register', 'Create and edit profile form'),
('en', 'use_for_re_desk', 'Use for Re:Desk'),
('en', 'use_for_track_orders', 'Track my order form'),
('en', 'use_for_track_product_in_stock', 'In-stock notification subscription form'),
('en', 'use_negotiated_rates', 'Use negotiated rates'),
('en', 'use_new_sha_method', 'Use new SHA signature policy'),
('en', 'use_this_style', 'Use this style'),
('en', 'usps', 'U.S Postal Service'),
('en', 'usps_package_size_large', 'Large'),
('en', 'usps_package_size_regular', 'Regular'),
('en', 'usps_service_certificate_of_mailing', 'Certificate of mailing'),
('en', 'usps_service_certificate_of_mailing_for_firm_mailing_books', 'Certificate of mailing for firm mailing books'),
('en', 'usps_service_certificate_of_mailing_per_individual_article', 'Certificate of mailing per individual article'),
('en', 'usps_service_certified', 'Certified'),
('en', 'usps_service_collect_on_delivery', 'Collect on delivery'),
('en', 'usps_service_delivery_confirmation', 'USPS Tracking/Delivery confirmation'),
('en', 'usps_service_edelivery_confirmation', 'e-Delivery Confirmation'),
('en', 'usps_service_express_mail_insurance', 'Express mail insurance'),
('en', 'usps_service_insurance', 'Insurance'),
('en', 'usps_service_pick_up_on_demand', 'Pick up on demand'),
('en', 'usps_service_registered_mail', 'Registered mail'),
('en', 'usps_service_registered_without_insurance', 'Registered without insurance'),
('en', 'usps_service_registered_with_insurance', 'Registered with insurance'),
('en', 'usps_service_return_receipt', 'Return receipt'),
('en', 'usps_service_return_receipt_electronic', 'Return receipt electronic'),
('en', 'usps_service_return_receipt_for_merchandise', 'Return receipt for merchandise'),
('en', 'usps_service_signature_confirmation', 'Signature confirmation'),
('en', 'usps_size', 'Please specify the package width, height and length for Priority mail, if Package Size is Large only.'),
('en', 'usps_upgrade_notification_text', '<p>The following USPS shipping services are no longer supported:<ul><li>USPS First-Class Mail International Large Envelope</li><li>USPS First-Class Mail International Letter/Postcard</li></ul>All your shipping methods that used these services have been changed to use <b>USPS First-Class Package International Service</b> instead. Please go to <b>Administration → Shipping & taxes → Shipping methods</b> and check the settings of your shipping methods that use USPS.</p>'),
('en', 'usps_upgrade_notification_title', 'Changes to USPS shipping services'),
('en', 'uvdesk_already_account', 'Your account already exist. To manage your tickets please login.'),
('en', 'uvdesk_answered', 'Answered'),
('en', 'uvdesk_closed', 'Closed'),
('en', 'uvdesk_label', 'Label'),
('en', 'uvdesk_mine', 'Mine'),
('en', 'uvdesk_notreplied', 'Notreplied'),
('en', 'uvdesk_open', 'Open'),
('en', 'uvdesk_pending', 'Pending'),
('en', 'uvdesk_resolved', 'Resolved'),
('en', 'uvdesk_spam', 'Spam'),
('en', 'uvdesk_starred', 'Starred'),
('en', 'uvdesk_tickets', 'UVDesk Ticktes'),
('en', 'uvdesk_timestamp', 'Timestamp'),
('en', 'uvdesk_trashed', 'Trashed'),
('en', 'uvdesk_unassigned', 'Unassigned'),
('en', 'uvdesk_viewticket', 'UVDesk View Ticket'),
('en', 'valid', 'Period of validity'),
('en', 'validate_email', 'Validate E-mail'),
('en', 'validate_secret_word', 'Validate secret word'),
('en', 'valid_thru', 'Valid thru (mm/yy)'),
('en', 'value', 'Value'),
('en', 'value_to_display', 'Value to display'),
('en', 'variables', 'Variables'),
('en', 'variant', 'Variant'),
('en', 'variants', 'Variants'),
('en', 'variant_id', 'Variant ID'),
('en', 'variant_name', 'Variant name'),
('en', 'variant_with_name_already_exist', 'Couldn\'t rename feature variant \"[variant]\". Reason: a variant with the new name already exists.'),
('en', 'variations_in_stock', 'Only \"in stock\" products'),
('en', 'variation_group_code', 'Variation group code'),
('en', 'variation_group_id', 'Variation group ID'),
('en', 'variation_parent_product_id', 'Variation parent product ID'),
('en', 'variation_set_as_default', 'Variation set as default'),
('en', 'variation_sub_group_id', 'Variation sub group ID'),
('en', 'vendor', 'Vendor'),
('en', 'vendors', 'Stores'),
('en', 'vendors_activity', 'Vendor activity in the selected period'),
('en', 'vendors_activity.new_products', 'New products'),
('en', 'vendors_activity.new_vendors', 'New vendors'),
('en', 'vendors_activity.not_logged_in_vendors', 'Vendors who haven\'t signed in'),
('en', 'vendors_activity.orders_created', 'Orders created'),
('en', 'vendors_activity.vendors_with_new_products', 'Vendors with new products'),
('en', 'vendors_activity.vendors_with_sales', 'Vendors with sales'),
('en', 'vendors_menu_description', 'Sorted list of vendor accounts registered in the store.'),
('en', 'vendors_menu_title', 'Vendors'),
('en', 'vendors_statistics', 'Vendor\'s statistics'),
('en', 'vendors_with_absolute_commissions_notice', '<p>The following vendors had absolute commissions before the upgrade:</p><ul>[vendors_list]</ul><p>The <b>Transaction fee</b> in their plans has been set to 0.</p><p>The sizes of absolute commissions still remain in the database, but are no longer used. However, you can use that data to set up new vendor plans with relative commissions. Learn more in this article:</p>[instructions]'),
('en', 'vendor_accounting', 'Accounting'),
('en', 'vendor_accounting_menu_description', 'Income and expenditure statistics (total income, vendor balance, vendor withdrawals).'),
('en', 'vendor_account_balance', 'Account balance'),
('en', 'vendor_account_balance_menu_description', 'Income and expenditure statistics (total, per vendor, per period).'),
('en', 'vendor_administrator', 'Vendor\'s administrator'),
('en', 'vendor_administrators', 'Vendor\'s administrators'),
('en', 'vendor_administrators_menu_description', 'List of vendor\'s administrators, registered users with a vendor account.'),
('en', 'vendor_approval_pending', 'New vendor account application'),
('en', 'vendor_candidate_notification', 'Hello,<br/><br/>You have a new vendor candidate in your store. This vendor account is pending until you approve it. Follow <a href=\"[href]\">this URL</a> to view the account details</a>.'),
('en', 'vendor_commission_changes_upgrade_notification_text', '<p>Vendor commissions have been replaced with vendor plans, and an own plan has been created for each vendor. However, absolute commissions are no longer supported.</p>'),
('en', 'vendor_commission_changes_upgrade_notification_title', 'Vendor commission changes'),
('en', 'vendor_communication', 'Message center'),
('en', 'vendor_communication.admin', 'Admin'),
('en', 'vendor_communication.ask_a_question', 'Ask a question'),
('en', 'vendor_communication.author', 'Author'),
('en', 'vendor_communication.cannot_create_thread', 'Cannot create thread'),
('en', 'vendor_communication.cannot_delete_thread', 'Cannot delete thread'),
('en', 'vendor_communication.cannot_delete_threads', 'Cannot delete threads'),
('en', 'vendor_communication.cannot_post_message', 'Cannot post message'),
('en', 'vendor_communication.cannot_update_thread', 'Cannot update thread'),
('en', 'vendor_communication.communication', 'Communication'),
('en', 'vendor_communication.communication_vendor_to_admin', 'Communication with vendor'),
('en', 'vendor_communication.communication_vendor_to_admin_with_admin', 'Communication with administrator'),
('en', 'vendor_communication.communication_vendor_to_customer', 'Communication with customer'),
('en', 'vendor_communication.contact_admin', 'Contact administrator'),
('en', 'vendor_communication.contact_customer', 'Contact customer'),
('en', 'vendor_communication.contact_vendor', 'Contact vendor'),
('en', 'vendor_communication.contact_vendor_name', 'Contact [vendor_name]'),
('en', 'vendor_communication.contact_with', '#[thread_id]. Communication with [thread_company]'),
('en', 'vendor_communication.created_at', 'Created on'),
('en', 'vendor_communication.customer_name', 'Customer name'),
('en', 'vendor_communication.date', 'Date'),
('en', 'vendor_communication.error_message', 'Please enter your message'),
('en', 'vendor_communication.event.message_received.name', 'New message received'),
('en', 'vendor_communication.event.order_message_received.name', 'Order communication: New message received'),
('en', 'vendor_communication.event.vendor_to_admin_message_received.name', 'Vendor-to-admin: New message received'),
('en', 'vendor_communication.import_details', 'Import details'),
('en', 'vendor_communication.invalid_thread_object_type', 'Provided thread object type is invalid'),
('en', 'vendor_communication.message', 'Message'),
('en', 'vendor_communication.messages', 'Messages'),
('en', 'vendor_communication.message_center', 'Message center'),
('en', 'vendor_communication.message_center_menu_description', 'Customer-to-vendor messages'),
('en', 'vendor_communication.message_center_name', 'Message center'),
('en', 'vendor_communication.message_center_name_menu_description', 'Messages from customers'),
('en', 'vendor_communication.message_center_vendor_name', 'Message center'),
('en', 'vendor_communication.message_center_vendor_name_menu_description', 'Messages from vendor to administrator'),
('en', 'vendor_communication.message_sent', 'Your message has been sent to <b>[vendor_name]</b>.<br/><br/>We\'ll notify you about a reply. To view your message history, please <a href=\"[thread_url]\" target=\"_blank\">go to the Message Center</a> located in the \"Messages\" section of the \"My account\" menu.'),
('en', 'vendor_communication.new_message.message', 'Click this notification to see the message'),
('en', 'vendor_communication.new_message.title', '[company_name] has a new message from [customer]'),
('en', 'vendor_communication.new_thread_created', 'Your message has been sent to <b>[vendor_name]</b>.<br/><br/>The vendor\'s reply will be sent to the email address of your account. To view your message history, please <a href=\"[thread_url]\">go to the Message Center</a> located in the \"Messages\" section of the \"My account\" menu.'),
('en', 'vendor_communication.no_messages_found', 'No messages found'),
('en', 'vendor_communication.no_threads_found', 'No threads found'),
('en', 'vendor_communication.order_details', 'Order details'),
('en', 'vendor_communication.please_log_in_to_be_notified', 'Please sign in so that we can notify you about a reply'),
('en', 'vendor_communication.please_log_in_to_contact_vendor', 'Please sign in to contact the vendor'),
('en', 'vendor_communication.product_details', 'Product details'),
('en', 'vendor_communication.required_field_is_missing', 'The [field_name] field is required'),
('en', 'vendor_communication.scroll_to_top', 'Scroll to top'),
('en', 'vendor_communication.send_message', 'Send message'),
('en', 'vendor_communication.some_threads_have_not_been_created', 'Some threads have not been created: [count]'),
('en', 'vendor_communication.start_communication', 'Start communication'),
('en', 'vendor_communication.subject', 'Subject'),
('en', 'vendor_communication.subject_email', 'You have a new message from [message_from]'),
('en', 'vendor_communication.tab_vendor_to_admin', 'Vendor communication'),
('en', 'vendor_communication.tab_vendor_to_admin_for_vendor_panel', 'Admin communication'),
('en', 'vendor_communication.tab_vendor_to_customer', 'Customer communication'),
('en', 'vendor_communication.thread', 'Thread #[thread_id]'),
('en', 'vendor_communication.threads_deleted', 'Threads have been deleted'),
('en', 'vendor_communication.thread_deleted', 'Thread has been deleted'),
('en', 'vendor_communication.ticket', 'Thread'),
('en', 'vendor_communication.type_message', 'Type a message...'),
('en', 'vendor_communication.vendor_to_admin.message_list_sent', 'Your messages have been sent.<br/><br/>To view your message history, please <a href=\"[thread_url]\">go to the Message Center</a> located in the \"Vendors\" menu.'),
('en', 'vendor_communication.vendor_to_admin.message_sent', 'Your message has been sent to <b>[name]</b>.<br/><br/>To view your message history, please <a href=\"[thread_url]\">go to the Message Center</a> located in the \"Vendors\" menu.'),
('en', 'vendor_communication.vendor_to_customer.message_sent', 'Your message has been sent to <b>[name]</b>.<br/><br/>To view your message history, please <a href=\"[thread_url]\">go to the Message Center</a> located in the \"Customers\" menu.'),
('en', 'vendor_communication.you', 'You'),
('en', 'vendor_communication.your_message_to_admin', 'Your message to administrator'),
('en', 'vendor_communication.your_message_to_customer', 'Your message to customer'),
('en', 'vendor_communication.your_message_to_vendor_name', 'Your message to [vendor_name]'),
('en', 'vendor_communication.you_have_new_message', 'You have a new <a href=\"[thread_url]\">message</a> from [message_from].'),
('en', 'vendor_custom_page', 'Vendor custom page'),
('en', 'vendor_data_premoderation', 'Vendor data premoderation'),
('en', 'vendor_data_premoderation.approval_info_text', 'If approval is required only for some vendors, you\'ll be able to set what vendors need moderation on the Add-ons tab of the vendor editing page.'),
('en', 'vendor_data_premoderation.approve_product', 'Approve \"[product]\"'),
('en', 'vendor_data_premoderation.approve_product_btn', 'Approve product'),
('en', 'vendor_data_premoderation.disapproval_reason', 'Disapproval reason'),
('en', 'vendor_data_premoderation.disapproved', 'Disapproved'),
('en', 'vendor_data_premoderation.disapprove_product', 'Disapprove \"[product]\"'),
('en', 'vendor_data_premoderation.disapprove_products', 'Disapprove products'),
('en', 'vendor_data_premoderation.disapprove_product_btn', 'Disapprove product'),
('en', 'vendor_data_premoderation.enter_disapproval_reason', 'Enter the reason for disapproval and save the changes.'),
('en', 'vendor_data_premoderation.event.product_status.approved.name', 'Vendor data premoderation: your product was approved'),
('en', 'vendor_data_premoderation.event.product_status.disapproved.name', 'Vendor data premoderation: your product was disapproved'),
('en', 'vendor_data_premoderation.exclude_disapproved_products', 'Exclude disapproved products'),
('en', 'vendor_data_premoderation.moderation', 'Moderation'),
('en', 'vendor_data_premoderation.notification.approved.message', '\"[product]\" has been approved by the store administration and added to the product catalog. Click here to view this product.|[n] products have been approved by the store administration and added to the product catalog. Click here to view these products.'),
('en', 'vendor_data_premoderation.notification.approved.title', 'Your product has been approved|Your products have been approved'),
('en', 'vendor_data_premoderation.notification.disapproved.message', '\"[product]\" has been disapproved by the store administration. Click here to view this product.|[n] products have been disapproved by the store administration. Click here to view these products.'),
('en', 'vendor_data_premoderation.notification.disapproved.title', 'Your product has been disapproved|Your products have been disapproved'),
('en', 'vendor_data_premoderation.notification.products_require_approval.message', 'This product is pending for your approval since [since]. Click here to view this product.|These products are pending for your approval since [since]. Click here to view these products.'),
('en', 'vendor_data_premoderation.notification.products_require_approval.title', 'You have [n] product that requires your approval|You have [n] products that require your approval'),
('en', 'vendor_data_premoderation.notification_for_deleted_statuses', 'Vendor Data Premoderation add-on has been disabled. Products with  the \"Requires approval\" or \"Disapproved\" statuses no longer have any status. These products won\'t appear to customers until you or your vendors set some other status for them. If you activate the add-on again, the statusless products will get their statuses back. If you uninstall the add-on, all products will get a correct status automatically.'),
('en', 'vendor_data_premoderation.products_sent_to_premoderation', 'Your changes have been saved. Before your product is added to the product catalog, it must be approved by the store administration. Follow <a href=\"[product_approval_url]\">this link</a> to view products that require approval.|Your changes have been saved. Before your products are added to the product catalog, they must be approved by the store administration. Follow <a href=\"[product_approval_url]\">this link</a> to view products that require approval.'),
('en', 'vendor_data_premoderation.product_status.disapproved', 'Disapproved'),
('en', 'vendor_data_premoderation.product_status.requires_approval', 'Requires approval'),
('en', 'vendor_data_premoderation.require_approval', 'Products on moderation'),
('en', 'vendor_data_premoderation.require_vendor_action', 'Disapproved products'),
('en', 'vendor_debt_payout', 'Vendor-to-admin payments'),
('en', 'vendor_debt_payout.account_balance', 'Account balance'),
('en', 'vendor_debt_payout.actions_on_suspended', 'Actions on suspended vendors'),
('en', 'vendor_debt_payout.admin_notifications', 'Notify admin about suspended vendors'),
('en', 'vendor_debt_payout.admin_notifications_about_disable', 'Notify admin about disabled vendors'),
('en', 'vendor_debt_payout.admin_notifications_weekly', 'Send weekly digest of suspended vendors'),
('en', 'vendor_debt_payout.admin_weekly_digest_of_suspended_vendors', 'Send weekly digest of suspended vendors'),
('en', 'vendor_debt_payout.block_admin_panel', 'Block admin panel of suspended vendors'),
('en', 'vendor_debt_payout.block_alert', '<p>Your access to the administration panel has been restricted automatically because you have reached the limit of negative account balance or haven\'t paid a fee for your vendor plan in time.</p><p>Your current account balance is [current_balance].</p><p>Please <a href=\"[pay_url]\">pay the marketplace fees</a> — once the payment is processed, your access to the administration panel will be restored automatically.</p>'),
('en', 'vendor_debt_payout.dashboard_suspended_vendors', 'Suspended vendors'),
('en', 'vendor_debt_payout.days_before_disable', 'Time in days before a suspended vendor is disabled'),
('en', 'vendor_debt_payout.day_or_days', 'day(s)'),
('en', 'vendor_debt_payout.debt_near_limit_message', 'Your account balance is currently [current_balance]. If it reaches [minimal_balance], you won\'t be able to use your administration panel until you <a href=\"[pay_url]\" target=\"_blank\">pay all your marketplace fees</a>.'),
('en', 'vendor_debt_payout.debt_owned', 'Debt owned'),
('en', 'vendor_debt_payout.debt_payout', 'Marketplace fees'),
('en', 'vendor_debt_payout.debt_payout_w_order', 'Marketplace fees (order #[id])'),
('en', 'vendor_debt_payout.disable_suspended_vendors', 'Disable suspended vendors after a while'),
('en', 'vendor_debt_payout.edit_notifications_link', '<a target = \"_blank\" href = \"[link]\">Edit notifications</a>'),
('en', 'vendor_debt_payout.empty_list_of_vendors_got_suspended_and_paid_label', 'No vendors paid their debt and had their suspension lifted since the last report.'),
('en', 'vendor_debt_payout.empty_list_of_vendors_got_suspended_label', 'No vendors got suspended for debt automatically since the last report.'),
('en', 'vendor_debt_payout.enter_an_amount', 'Enter an amount'),
('en', 'vendor_debt_payout.error_refill_amount_lower_than_zero', 'Sorry, couldn\'t proceed to payment. The specified sum must be greater than 0.'),
('en', 'vendor_debt_payout.event.negative_balance_reached.name', 'Vendor sign-in: Debt and grace period'),
('en', 'vendor_debt_payout.event.vendor_days_before_suspend.name', 'Info about upcoming suspension'),
('en', 'vendor_debt_payout.event.vendor_status_changed_to_disabled.name', 'Vendor status was changed to Disabled'),
('en', 'vendor_debt_payout.event.vendor_status_changed_to_suspended.name', 'Vendor status was changed to Suspended'),
('en', 'vendor_debt_payout.event.weekly_digest_of_debtors.name', 'Weekly digest of debtors'),
('en', 'vendor_debt_payout.grace_period_to_refill_balance', 'Grace period to refill balance'),
('en', 'vendor_debt_payout.hide_products', 'Hide products of suspended vendors'),
('en', 'vendor_debt_payout.list_of_vendors_got_suspended_and_paid_label', 'These vendors paid their debt and had their suspension lifted since the last report:'),
('en', 'vendor_debt_payout.list_of_vendors_got_suspended_label', 'These vendors got suspended for debt automatically since the last report:'),
('en', 'vendor_debt_payout.lowest_allowed_balance', 'Suspend vendors if their balance remains below'),
('en', 'vendor_debt_payout.lowest_allowed_balance_info_text', 'To make working with suspended vendors easier, please check the settings of the <a href=\"[link]\">Vendor-to-admin payments</a> add-on.'),
('en', 'vendor_debt_payout.minimum_allowed_balance_to_zero', 'We\'ve set the minimum allowed balance to 0. Now whenever a vendor\'s balance goes below 0, the grace period will start, and the vendor will be asked to pay the debt.'),
('en', 'vendor_debt_payout.negative_balance_reached.message', 'Please deposit at least [amount] until [date] to avoid suspension.'),
('en', 'vendor_debt_payout.negative_balance_reached.subject', 'Your account might get suspended soon'),
('en', 'vendor_debt_payout.notifications', 'Notifications'),
('en', 'vendor_debt_payout.old_addon_name', 'Vendor debt payout'),
('en', 'vendor_debt_payout.payment_surcharge_w_order', 'Payment surcharge for marketplace fees (order #[id])'),
('en', 'vendor_debt_payout.payout_overdue_limit', 'Grace period for vendor plan fees'),
('en', 'vendor_debt_payout.pay_fees', 'Pay the fees'),
('en', 'vendor_debt_payout.pending_payout_message', 'You need to pay the fee of [fee_amount] for using the [plan_name] plan. Your current account balance is [current_balance]. If the fee isn\'t paid until [overdue_date], you won\'t be able to work with the administration panel until you <a href=\"[pay_url]\" target=\"_blank\">pay all your marketplace fees</a>.'),
('en', 'vendor_debt_payout.reason_block', 'Your current balance is [balance], which is below the minimum allowed balance of [lowers_allowed_balance]. Please deposit at least [amount] until [date] to avoid suspension. You can refill the balance in your <a href=\"[link]\">vendor panel</a>.'),
('en', 'vendor_debt_payout.refill_balance', 'Refill balance');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('en', 'vendor_debt_payout.rework_update_notification.message', '<p>We have reworked the <b>[vendor_debt_payout_old_addon_name]</b> add-on. It is now called <b>[vendor_debt_payout_addon]</b>, and it can do more than before. Here are the changes to look out for:</p><p>The maximum debt and grace period can now be specified on the vendor plan level, if you allow it in the add-on settings.</p><p>The maximum debt and the grace period now work in conjunction. A vendor reaches maximum debt, and then has to pay it within the grace period.</p><p>The add-on settings allow you to decide what to do with debtors: block their admin panel and/or hide their products from the storefront.</p><p><a href=\"[vendor_debt_payout_href]\" target=\"_blank\" class=\"btn btn-large btn-primary\">View add-on settings</a></p>'),
('en', 'vendor_debt_payout.rework_update_notification.title', 'Vendor debt management reworked. Check your add-on settings.'),
('en', 'vendor_debt_payout.suspended_status_reached.message', 'To lift the suspension, please deposit at least [amount] to refill the balance up to [vendor_plan_lowers_allowed_balance].'),
('en', 'vendor_debt_payout.suspended_status_reached.subject', 'Your account is suspended'),
('en', 'vendor_debt_payout.suspend_debt_alert', '<p>Your account has been suspended automatically.</p><p>Reason: your current balance is [balance], which is below the minimum allowed balance of [lowers_allowed_balance].</p><p>Please deposit at least [amount]. Once the payment is processed, the suspension will be lifted automatically.</p>'),
('en', 'vendor_debt_payout.suspend_debt_notification', 'Your account is suspended. To lift the suspension, please deposit at least [amount] to refill the balance up to [vendor_plan_lowers_allowed_balance]. <a target=\"_blank\" href=\"[link]\">Refill balance</a>.'),
('en', 'vendor_debt_payout.suspend_vendors', 'Suspend vendors'),
('en', 'vendor_debt_payout.total_debts', 'The total debt of all vendors in your marketplace (including those not listed in this report) is currently [total_debt].'),
('en', 'vendor_debt_payout.update_notification.message', '<p>Before the upgrade, a vendor\'s admin panel could get blocked even when the vendor didn\'t reach maximum debt. That happened when 3 conditions came together: it was time to pay for the plan; the vendor\'s balance couldn\'t cover it; the vendor didn\'t pay in time. <b>But now a vendor doesn\'t get blocked before going below the minimum allowed balance</b>.</p><p>That\'s why we ask you to:</p><ol><li>Decide how you\'d like your marketplace to work. Configure the Vendor Plans add-on accordingly. There are 2 scenarios:<ul><li>A vendor\'s balance can go negative to a certain point. Once it does, the vendor has some time to pay the debts before repercussions happen. <b>This is how your marketplace works now</b>. If you like it this way, then just take a look at the Vendor Plans add-on and its configuration.</li><li>No vendor debt is allowed. Whenever a vendor\'s balance can\'t cover the plan\'s fee without going negative, the vendor will have to pay the debt within the specified time. <b>For this scenario, the minimum allowed balance must be 0</b>. If that\'s what you want, just click the corresponding button below, and we\'ll configure everything for you. You don\'t have to decide right now — you\'ll always be able to adjust it later.</li></ul></li><li>Some vendors might have been blocked by the old <b>[vendor_debt_payout_old_addon_name]</b>, but wouldn\'t be blocked with the current configuration of <b>[vendor_debt_payout_addon]</b>. Click the button below to see if you have any such vendors. If you do, you can give them the \"Suspended\" status to restrict their access to the admin panel. But it\'s best to decide on one of the scenarios above, configure the Vendor Plans add-on, and let the problem solve itself automatically.</li></ol><p><a href=\"[unblocked_vendors_href]\" target=\"_blank\" class=\"btn btn-large btn-primary\">See if any vendors got unblocked</a> <a href=\"[drop_lowers_allowed_balance_of_vendor_plans_href]\" class=\"btn btn-large\" style=\"margin-left: 35px;\">Don\'t allow any negative balance</a></p>'),
('en', 'vendor_debt_payout.update_notification.title', 'Vendor debt is now handled differently. Decide how you want to handle it.'),
('en', 'vendor_debt_payout.vendor_days_before_suspend.message', 'Your account at [marketplace] might get suspended soon.'),
('en', 'vendor_debt_payout.vendor_days_before_suspend.subject', 'Your account might get suspended soon'),
('en', 'vendor_debt_payout.vendor_debt_limit', 'Restrict admin panel functions if vendor\'s debt reaches'),
('en', 'vendor_debt_payout.vendor_notifications', 'Notify vendors about upcoming suspension'),
('en', 'vendor_debt_payout.vendor_notifications_about_disable', 'Notify vendors about their disabled account'),
('en', 'vendor_debt_payout.vendor_plan_debt_info_text', 'A vendor can get suspended if the debt exceeds the conditions of the <a href=\"[link]\">vendor plan</a>.'),
('en', 'vendor_debt_payout.vendor_status_changed.message', 'The status of vendor [vendor_name] was changed to [status].'),
('en', 'vendor_debt_payout.vendor_status_changed.reason', 'The debt of [amount] that hasn\'t been paid until [date].'),
('en', 'vendor_debt_payout.vendor_status_changed.subject', '[vendor_name]: Status changed to [status]'),
('en', 'vendor_debt_payout.warning_debt_alert', '<p>Your current balance is [balance], which is below the minimum allowed balance of [lowers_allowed_balance].</p><p>Please deposit at least [amount] until [date]. Otherwise your account might get suspended.'),
('en', 'vendor_debt_payout.warning_debt_notification', 'Your account might get suspended soon. Please deposit at least [amount] until [date] to avoid suspension. <a target=\"_blank\" href=\"[link]\">Refill balance</a>.'),
('en', 'vendor_debt_payout.weekly_digest_of_debtors.message', 'This is a weekly report on debtors in your marketplace. It includes the vendors who have become debtors or paid their debt since the last report. Your marketplace might have <a href=\"[href]\">more suspended vendors</a>.'),
('en', 'vendor_debt_payout.weekly_digest_of_debtors.subject', '[marketplace_name]: Weekly digest of debtors'),
('en', 'vendor_edit_invitation_email_template', '<a href=\"[url]\">Edit vendor invitation email template</a>'),
('en', 'vendor_features_only', 'Features created by vendors'),
('en', 'vendor_filters', 'Vendor Product filters'),
('en', 'vendor_filters_description', ''),
('en', 'vendor_id', 'Vendor ID'),
('en', 'vendor_invitations_fail_notification', 'Invitations not sent: [failed_quantity]<br/><b>[emails_list]</b><br/>An invitation won\'t be sent if it has already been sent to that email address before. But if none of your invitations are being sent, and you haven\'t sent invitations to those addresses before, please make sure that [product] can send any emails at all. If it can\'t, then the problem is related to [product] or server configuration. In that case, please contact your server administrator, hosting provider, or <a href=\"https://helpdesk.cs-cart.com/\" target=\"_blank\">our technical support</a> to investigate.'),
('en', 'vendor_invitations_sent_notification', 'Invitations sent: [sent_quantity]'),
('en', 'vendor_invitation_email_body', '<p>Hello,</p><br/><p>We\'d like to invite you to <a href=\"[create_account_url]\">create an account</a> with [default_company_name].  You\'ll be able to expand your client base by listing your products on our platform and selling them to our visitors.</p><br/><p>Best regards,</p><p>[default_company_name] team</p>'),
('en', 'vendor_invitation_email_subject', 'Come Sell With [default_company_name]'),
('en', 'vendor_invited_at', 'Date sent'),
('en', 'vendor_language', 'Vendor language'),
('en', 'vendor_location.search_vendors_geolocation', 'Search for vendors'),
('en', 'vendor_locations.block_template_location_selector', 'Location selector'),
('en', 'vendor_locations.closest_vendors', 'Closest vendors'),
('en', 'vendor_locations.customer_geolocation', 'Your location'),
('en', 'vendor_locations.filter_by_city', 'Vendor\'s city'),
('en', 'vendor_locations.filter_by_distance', 'Distance to vendor'),
('en', 'vendor_locations.location', 'Location'),
('en', 'vendor_locations.nearby', 'Nearby'),
('en', 'vendor_locations.not_your_city', 'Not your city?'),
('en', 'vendor_locations.search_city', 'Search for a city'),
('en', 'vendor_locations.search_nearby', 'Search nearby'),
('en', 'vendor_locations.search_vendors_by_address', 'Search vendors'),
('en', 'vendor_locations.selected_city', 'Selected city'),
('en', 'vendor_locations.select_city', 'Select a city'),
('en', 'vendor_locations.vendors_map', 'Vendors map'),
('en', 'vendor_logos_and_product_count', 'Vendor logos and product count'),
('en', 'vendor_name', 'Vendor name'),
('en', 'vendor_names', 'Vendor names'),
('en', 'vendor_name_field', 'Vendor name'),
('en', 'vendor_notifications', 'Vendor notifications'),
('en', 'vendor_owner', 'Vendor\'s main administrator'),
('en', 'vendor_page.add_post', 'Add new page'),
('en', 'vendor_page.editing_post', 'Editing'),
('en', 'vendor_page.new_post', 'New vendor page'),
('en', 'vendor_pages', 'Vendor pages'),
('en', 'vendor_pages_title', 'ET - Vendor pages title'),
('en', 'vendor_panel', 'Vendor panel'),
('en', 'vendor_panel_configurator.configure_vendor_panel_notice', 'To make onboarding easier, vendors don\'t see some menu items and some fields on the product editing page. You can configure what vendors see and don\'t see <a href=\"[config_url]\" target=\"_blank\">in the settings of the \"Vendor panel configurator\" add-on</a>. If you disable the add-on, the menus and the vendor panel itself will change to resemble the admin panel of the marketplace.'),
('en', 'vendor_panel_configurator.element_color', 'Element color'),
('en', 'vendor_panel_configurator.global_setting_warning', 'This setting doesn\'t appear on the product editing page right now, because it is set globally for all products. Check the <a href=\"[settings_url]\" target=\"_blank\">\"Settings\" menu</a> to find it.'),
('en', 'vendor_panel_configurator.payment_methods.description', 'Manage how you receive payments from customers'),
('en', 'vendor_panel_configurator.product_page_configuration', 'Product page settings'),
('en', 'vendor_panel_configurator.seller_info', 'Seller info'),
('en', 'vendor_panel_configurator.sidebar_background_image', 'Sidebar background image'),
('en', 'vendor_panel_configurator.sidebar_background_image_description', 'If you upload the background image, it will be displayed instead of the sidebar color. If you upload it, we recommend picking a sidebar color that matches the background image.'),
('en', 'vendor_panel_configurator.sidebar_color', 'Sidebar color'),
('en', 'vendor_panel_configurator.theme_layouts', 'Page layouts'),
('en', 'vendor_panel_configurator.theme_layouts.description', 'Manage layouts of the microstore and product pages'),
('en', 'vendor_panel_configurator.theme_styles', 'Logos and styles'),
('en', 'vendor_panel_configurator.theme_styles.description', 'Manage logos used on site and in e-mails and configure appearance of the microstore and product pages'),
('en', 'vendor_panel_configurator.unconfigurable_tab', 'This tab has no configurable fields and is displayed as is'),
('en', 'vendor_payouts.approval_status', 'Approval status'),
('en', 'vendor_payouts.approval_status.C', 'Completed'),
('en', 'vendor_payouts.approval_status.D', 'Declined'),
('en', 'vendor_payouts.approval_status.P', 'Pending'),
('en', 'vendor_payouts.balance', 'Balance'),
('en', 'vendor_payouts.balance_carried_forward', 'Balance carried forward'),
('en', 'vendor_payouts.current_balance', 'Current balance: [balance]'),
('en', 'vendor_payouts.current_balance_text', 'Current balance'),
('en', 'vendor_payouts.income', 'Income'),
('en', 'vendor_payouts.income_carried_forward', 'Income carried forward'),
('en', 'vendor_payouts.new_payout_issued', 'New payout has been issued'),
('en', 'vendor_payouts.new_payout_issued_text', 'A new payout of [amount] has been issued by [issuer]'),
('en', 'vendor_payouts.new_withdrawal_requested', 'New withdrawal has been requested'),
('en', 'vendor_payouts.new_withdrawal_requested_text', 'A new withdrawal of [amount] has been requested by [requester]'),
('en', 'vendor_payouts.payout_approved', 'Payout has been completed'),
('en', 'vendor_payouts.payout_approved_text', 'The payout of [amount] issued on [date] has been marked as <b>Completed</b>'),
('en', 'vendor_payouts.payout_comments', 'Payout comments'),
('en', 'vendor_payouts.payout_declined', 'Payout hasn\'t been completed'),
('en', 'vendor_payouts.payout_declined_text', 'The payout of [amount] issued on [date] has been marked as <b>Not completed</b>'),
('en', 'vendor_payouts.transactions', 'Transactions'),
('en', 'vendor_payouts.transaction_value', 'Transaction value'),
('en', 'vendor_payouts.type', 'Type'),
('en', 'vendor_payouts.type.order_changed', 'Order changed'),
('en', 'vendor_payouts.type.order_changed.description', 'Order <a href=\"[order_url]\">#[order_id]</a> changed'),
('en', 'vendor_payouts.type.order_placed', 'Order placed'),
('en', 'vendor_payouts.type.order_placed.description', 'Order <a href=\"[order_url]\">#[order_id]</a> placed'),
('en', 'vendor_payouts.type.order_refunded', 'Order refunded'),
('en', 'vendor_payouts.type.order_refunded.description', 'Order <a href=\"[order_url]\">#[order_id]</a> refunded'),
('en', 'vendor_payouts.type.other', 'Other'),
('en', 'vendor_payouts.type.other.description', 'Other'),
('en', 'vendor_payouts.type.payout', 'Payout'),
('en', 'vendor_payouts.type.payout.description', 'Payout'),
('en', 'vendor_payouts.type.withdrawal', 'Withdrawal'),
('en', 'vendor_payouts.type.withdrawal.description', 'Withdrawal'),
('en', 'vendor_payouts.view_details', 'You can view the details here'),
('en', 'vendor_payouts.withdrawals', 'Balance withdrawals'),
('en', 'vendor_payouts.withdrawal_approved', 'Withdrawal has been completed'),
('en', 'vendor_payouts.withdrawal_approved_text', 'The withdrawal of [amount] requested on [date] has been marked as <b>Completed</b>'),
('en', 'vendor_payouts.withdrawal_comments', 'Withdrawal comments'),
('en', 'vendor_payouts.withdrawal_declined', 'Withdrawal has been declined'),
('en', 'vendor_payouts.withdrawal_declined_text', 'The withdrawal of [amount] requested on [date] has been marked as <b>Declined</b>'),
('en', 'vendor_plan', 'Vendor plan'),
('en', 'vendor_plans', 'Vendor plans'),
('en', 'vendor_plans.add_vendor_plan', 'Add vendor plan'),
('en', 'vendor_plans.advanced_vendor_plan_creation', 'Advanced vendor plan creation'),
('en', 'vendor_plans.best_choice', 'Best choice'),
('en', 'vendor_plans.best_choise', 'Offer as the best choice'),
('en', 'vendor_plans.best_choise_short', 'Best choice'),
('en', 'vendor_plans.category_is_empty', 'Please specify a category.'),
('en', 'vendor_plans.category_is_not_available', 'Sorry, this category is not available for the vendor. Please check the configuration of the vendor plan.'),
('en', 'vendor_plans.choose', 'Choose'),
('en', 'vendor_plans.choose_your_plan', 'Choose your plan'),
('en', 'vendor_plans.commission', 'Commission'),
('en', 'vendor_plans.commission_fee', '[commission]% fee'),
('en', 'vendor_plans.current_plan', 'Current plan'),
('en', 'vendor_plans.current_plan_usage', 'Current plan usage'),
('en', 'vendor_plans.default_vendor_plan', 'Default plan'),
('en', 'vendor_plans.delete_plan_vendor_exists_text', 'Couldn\'t delete the plan: some vendors use it'),
('en', 'vendor_plans.disable_plan_vendor_exists_text', 'Couldn\'t disable the plan: some vendors use it'),
('en', 'vendor_plans.editing_vendor_plan', 'Editing vendor plan'),
('en', 'vendor_plans.event.plan_changed', 'Vendor plan was changed'),
('en', 'vendor_plans.fixed_transaction_fee', 'Transaction fee (abs)'),
('en', 'vendor_plans.many_products_text', 'Too many products ([actual]/[allowed])'),
('en', 'vendor_plans.month', 'Month'),
('en', 'vendor_plans.much_revenue_text', 'Too much revenue ([actual]/[allowed])'),
('en', 'vendor_plans.new_plan', 'New plan'),
('en', 'vendor_plans.new_vendor_plan', 'New vendor plan'),
('en', 'vendor_plans.not_available', 'Not available'),
('en', 'vendor_plans.old_plan', 'Old plan'),
('en', 'vendor_plans.out_of_amount', 'out of [amount]'),
('en', 'vendor_plans.periodicity_biweekly', 'Quinzenal'),
('en', 'vendor_plans.periodicity_half', 'Semestre'),
('en', 'vendor_plans.periodicity_month', 'per month'),
('en', 'vendor_plans.periodicity_onetime', 'one time'),
('en', 'vendor_plans.periodicity_trimester', 'por trimestre'),
('en', 'vendor_plans.periodicity_year', 'per year'),
('en', 'vendor_plans.plan', 'Plan'),
('en', 'vendor_plans.plan_has_been_changed', 'Your Plan Has Been Changed'),
('en', 'vendor_plans.plan_has_been_changed_text', 'Your plan has been changed to [plan]. See the details of your new plan below.'),
('en', 'vendor_plans.plan_name', 'Plan name'),
('en', 'vendor_plans.plan_not_available_text', 'Sorry, this plan is not available for you. Please choose an available plan.'),
('en', 'vendor_plans.plan_payment', 'Payment for Your Plan'),
('en', 'vendor_plans.plan_payment_notice_upgrade_notification', 'Previously, notifications about vendor plan fees were sent to 2 emails: that of a vendor and the vendor\'s main administrator. That behavior has changed. Now only the main administrators of vendors will receive this notification.<br><br>The change occurred because the notifications about fees were moved to <b>Administration → Notifications → Vendor notifications</b>. This is the place where you\'ll eventually be able to see and configure all notifications that your marketplace sends.<br><br>Many vendors might not notice the change, because the emails of a vendor and its main administrator often coincide. But it\'s best to announce this change to your vendors anyway.'),
('en', 'vendor_plans.plan_payment_notice_upgrade_notification_title', 'Inform your vendors: Change in notifications about periodic fees'),
('en', 'vendor_plans.plan_payment_text', 'A sum of [price] has been withdrawn from your account for using the [plan] plan. Follow the link to <a href=\"[href]\">view your account balance</a> or see the details of your plan below.'),
('en', 'vendor_plans.plan_short', 'Plan'),
('en', 'vendor_plans.plan_will_be_change_text', 'You are switching to another vendor plan. You will be charged the full price of the plan. Are you sure you want to continue?'),
('en', 'vendor_plans.products_exceeded_text', 'Cannot add more products: you have reached the maximum number of products allowed by your plan. To change your plan, please <a href=\"[href]\">follow this link</a>.'),
('en', 'vendor_plans.products_limit', 'Max. products'),
('en', 'vendor_plans.products_limit_tooltip', 'Set the maximum number of products a vendor can have on this plan. Leave empty to allow unlimited number of products.'),
('en', 'vendor_plans.products_limit_unlimited', '<strong>Unlimited</strong> products'),
('en', 'vendor_plans.products_limit_value', '<strong>[products]</strong> products'),
('en', 'vendor_plans.restrictions', 'Restrictions'),
('en', 'vendor_plans.revenue', 'Revenue'),
('en', 'vendor_plans.revenue_exceeded_subj', 'Maximum Revenue Exceeded'),
('en', 'vendor_plans.revenue_exceeded_text', '<a href=\"[href]\">[vendor]</a> exceeded the maximum revenue allowed by the [plan] plan.'),
('en', 'vendor_plans.revenue_up_to', 'Revenue up to'),
('en', 'vendor_plans.revenue_up_to_tooltip', 'The maximum monthly revenue allowed for the vendors who use this plan. Leave this field empty to allow unlimited revenue.'),
('en', 'vendor_plans.revenue_up_to_unlimited', '<strong>Unlimited</strong> revenue'),
('en', 'vendor_plans.revenue_up_to_value', 'Revenue up to <strong>[revenue]</strong>'),
('en', 'vendor_plans.select_plan_text', '<div class=\"et-vendor-plans_select_plan_text_big\">Find the  <span class=\"et-highlight\">perfect plan</span> for your business</div><div class=\"et-vendor-plans_select_plan_text_small\">You will be charged for the plan after the admin approves your vendor account.</div>'),
('en', 'vendor_plans.storefronts_update_for_plan.add_storefronts_message', 'Add the vendor to the storefronts that got added to the plan|Add the vendors to the storefronts that got added to the plan'),
('en', 'vendor_plans.storefronts_update_for_plan.general_message', 'What should we do about <a href=\"[search_url]\" target=\"_blank\">[n] vendor </a> who is using this plan now?|What should we do about <a href=\"[search_url]\" target=\"_blank\">[n] vendors </a> who are using this plan now?'),
('en', 'vendor_plans.storefronts_update_for_plan.remove_storefronts_message', 'Remove the vendor from the storefronts that got removed from this plan|Remove the vendors from the storefronts that got removed from this plan'),
('en', 'vendor_plans.storefronts_update_for_plan.title', 'Storefronts available in the vendor plan got changed'),
('en', 'vendor_plans.storefronts_update_for_vendor.add_storefronts_message', 'Add the vendor to the storefronts available in the new vendor plan'),
('en', 'vendor_plans.storefronts_update_for_vendor.general_message', 'What should we do about the storefronts that are available to this vendor?'),
('en', 'vendor_plans.storefronts_update_for_vendor.remove_storefronts_message', 'Remove the vendor from the storefronts available in his previous plan'),
('en', 'vendor_plans.storefronts_update_for_vendor.title', 'The vendor got moved to another plan'),
('en', 'vendor_plans.text_vendor_plan_created', 'A new vendor plan \"[plan_name]\" has been created. You can now <a href=\"[link]\">set restrictions for vendors using this plan</a>.'),
('en', 'vendor_plans.transaction_fee', 'Transaction fee'),
('en', 'vendor_plans.transaction_fee_value', 'Transaction fee: <strong>[value]</strong>'),
('en', 'vendor_plans.unlimited', 'Unlimited'),
('en', 'vendor_plans.update_for_plan.general_message', 'What should we do about <a href=\"[search_url]\" target=\"_blank\">[n] vendor </a> who is using this plan now?|What should we do about <a href=\"[search_url]\" target=\"_blank\">[n] vendors </a> who are using this plan now?'),
('en', 'vendor_plans.update_for_plan.title', 'Should your changes affect existing vendors?'),
('en', 'vendor_plans.upgrade_notification_text', '<p>Previously, the <b>Vendor Plans</b> add-on had a setting called <b>Take payment surcharge from vendors</b>. It removed payment surcharge from order total, so that customers wouldn\'t have to pay it. Instead, the payment surcharge was deducted from the order total in favor of the marketplace. This setting has been removed: if you\'d like to take money from vendors per order, please specify commissions for the corresponding vendor plans.</p>'),
('en', 'vendor_plans.upgrade_notification_title', 'Setting removed from the Vendor Plans add-on'),
('en', 'vendor_plans.usergroups_update_for_plan', 'These are the user groups that vendor\'s administrators will get when a vendor gets this plan'),
('en', 'vendor_plans.usergroups_update_for_plan.add_usergroups_message', 'Add vendor administrators to the user groups added to the plan'),
('en', 'vendor_plans.usergroups_update_for_plan.remove_usergroups_message', 'Remove vendor administrators from the user groups removed from the plan'),
('en', 'vendor_plans.vendor_approved_text', 'Your plan has been set to [plan]. See the details of your plan below.'),
('en', 'vendor_plans.vendor_commission', 'Vendor commission'),
('en', 'vendor_plans.vendor_plans', 'Vendor plans'),
('en', 'vendor_plans.vendor_plans_menu_description', 'Create plans for your vendors, with different restrictions and prices'),
('en', 'vendor_plans.vendor_plan_has_been_changed', 'Vendor \"[vendor]\" moved to \"[plan]\"'),
('en', 'vendor_plans.vendor_plan_has_been_changed_text', 'The plan of vendor \"[vendor]\" was changed from \"[old_plan]\" to \"[new_plan]\".'),
('en', 'vendor_plans.vendor_store', 'Vendor microstore'),
('en', 'vendor_plans.vendor_store_tooltip', 'A vendor can have his or her own microstore at a separate address like <i>example.com/vendor/</i>. A microstore only contains products of the vendor who owns this microstore. Also, search results in a vendor\'s microstore only include products of this vendor.'),
('en', 'vendor_plans.year', 'Year'),
('en', 'vendor_products', 'Vendor products'),
('en', 'vendor_rating', 'ET - Vendor rating'),
('en', 'vendor_store_blocks', 'Vendor home blocks'),
('en', 'vendor_terms', 'Vendor terms and conditions'),
('en', 'vendor_terms.checkout_terms_and_conditions', 'I accept the [terms_href] of [vendor]'),
('en', 'vendor_terms.checkout_terms_and_conditions_name', 'Terms & conditions'),
('en', 'vendor_terms.terms_and_conditions', 'Terms & conditions'),
('en', 'vendor_terms.terms_and_conditions_tooltip', 'If you want a customer to agree to your terms and conditions at checkout, fill in Terms & Conditions. If you leave Terms & Conditions empty, a customer proceeds without agreement.'),
('en', 'vendor_terms_field_alert', 'Vendor terms and conditions alert'),
('en', 'vendor_terms_field_terms_text', 'Vendor terms and conditions text'),
('en', 'vendor_terms_n_conditions', 'I accept the [terms_href]'),
('en', 'vendor_terms_n_conditions_alert', 'In order to proceed, you need to accept our Terms and Conditions.'),
('en', 'vendor_terms_n_conditions_content', '<p>Please read these Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before using the <a href=\"http://www.mywebsite.com\">http://www.mywebsite.com</a> website and the My Mobile App mobile application (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").</p><p><strong>By accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong></p><p><strong>Purchases</strong></p><p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase including, without limitation, your ...</p><p><strong>Content</strong></p><p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\"). You are responsible for the ...</p><p><strong>Changes</strong></p><p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.</p><p><strong>Contact Us</strong></p><p>If you have any questions about these Terms, please contact us.</p>'),
('en', 'vendor_terms_n_conditions_name', 'Terms and Conditions'),
('en', 'verified', 'Verified'),
('en', 'verified_developer', 'Verified developer'),
('en', 'verify', 'Verify'),
('en', 'version', 'Version'),
('en', 'version_information', 'Version information'),
('en', 'vertical', 'Vertical'),
('en', 'very_good', 'Very Good'),
('en', 'view', 'View'),
('en', 'viewing_feature', 'Viewing feature'),
('en', 'viewing_filter', 'Viewing filter'),
('en', 'views', 'Views'),
('en', 'view_all', 'view all'),
('en', 'view_all_orders', 'View all orders'),
('en', 'view_all_product_features', 'View all product features'),
('en', 'view_answers', 'View answers'),
('en', 'view_avail_files_for_order', 'View the list of available files from order #[order_id].'),
('en', 'view_cart', 'View cart'),
('en', 'view_categories', 'View categories'),
('en', 'view_changelog', 'View changelog'),
('en', 'view_comparison_list', 'Comparison list'),
('en', 'view_details', 'View details'),
('en', 'view_feature_groups', 'View feature groups'),
('en', 'view_in_marketplace', 'View in CS-Cart Marketplace'),
('en', 'view_more', 'view more'),
('en', 'view_on_map', 'View on map'),
('en', 'view_orders', 'View orders'),
('en', 'view_orders_menu_description', 'View, process and print invoices slips for orders placed from your web site.'),
('en', 'view_page', 'View page'),
('en', 'view_product', 'View product'),
('en', 'view_products', 'View products'),
('en', 'view_product_features', 'View product features'),
('en', 'view_purchased_products', 'View purchased products'),
('en', 'view_report', 'View report'),
('en', 'view_results', 'View results'),
('en', 'view_store', 'View store'),
('en', 'view_storefront', 'View storefront'),
('en', 'view_supplier_products', 'View supplier products'),
('en', 'view_ticket', 'View Ticket'),
('en', 'view_user_points', 'View user points'),
('en', 'view_vendor_admins', 'View vendor admins'),
('en', 'view_vendor_categories', 'View store categories'),
('en', 'view_vendor_orders', 'View vendor orders'),
('en', 'view_vendor_products', 'View vendor products'),
('en', 'view_vendor_users', 'View vendor users'),
('en', 'view_wishlist', 'View wish list'),
('en', 'visa_card_discover', 'Visa, MasterCard, Discover'),
('en', 'visited_page', 'Visited page'),
('en', 'visit_marketplace', 'Visit the CS-Cart Marketplace'),
('en', 'voided', 'Voided'),
('en', 'vsb_new_home_block', 'New home block'),
('en', 'vs_browse_our_categories', 'Browse our categories'),
('en', 'vs_footerbox', 'Footerbox'),
('en', 'vs_footer_mv', 'Footerbox MultiVendor'),
('en', 'vs_homepage_mainbox', 'Mainbox Homepage'),
('en', 'vs_home_box', 'Home box'),
('en', 'vs_icon_menu', 'Icon menu'),
('en', 'vs_mainbox', 'Mainbox'),
('en', 'vs_mainbox_icon', 'Mainbox with icon'),
('en', 'vs_mainbox_simple', 'Mainbox simple'),
('en', 'vs_multi_scroller', 'Multi scroller'),
('en', 'vs_recent_blog', 'Recent blog'),
('en', 'vs_responsive_menu', 'Responsive menu'),
('en', 'vs_scroller_category_product', 'Scroller category product'),
('en', 'vs_scroller_product_page', 'Scroller product page'),
('en', 'vs_scroller_with_title', 'Scroller with tittle'),
('en', 'vs_sidebox', 'Sidebox'),
('en', 'vs_sidebox_category', 'Sidebox category'),
('en', 'vs_sidebox_info', 'Sidebox info'),
('en', 'vs_sidebox_scroller_banner', 'Sidebox scroller banner'),
('en', 'vs_sidebox_simple', 'Sidebox simple'),
('en', 'vs_sidebox_with_icon', 'Sidebox with icon'),
('en', 'vs_testimonials', 'Testimonials'),
('en', 'vs_vendor_categories', 'Vendor categories'),
('en', 'vs_vendor_plans.month', 'per month'),
('en', 'vs_vendor_plans.no_microstore', 'NO microstore'),
('en', 'vs_vendor_plans.onetime', 'one time fee'),
('en', 'vs_vendor_plans.year', 'per year'),
('en', 'warehouses.add_all', 'Add all'),
('en', 'warehouses.any_store_type', 'Any type of store'),
('en', 'warehouses.city', 'City'),
('en', 'warehouses.commerceml.import.error.product.warehouse_not_found', 'Couldn\'t find warehouse [id]'),
('en', 'warehouses.commerceml.import.message.warehouse.created', 'Category [id] created; local ID: [local_id]'),
('en', 'warehouses.destinations_configuration.tooltip', 'Products can be taken from different stores and warehouses first, depending on where your customer is. <a href=\"[destinations_url]\" target=\"_blank\">Configure store and warehouse priority individually for each rate area.</a>'),
('en', 'warehouses.exim_reset_inventory_tooltip', 'This won\'t affect the products that have the quantity specified in the imported file. This also won\'t affect products at the warehouses that aren\'t updated in this preset.'),
('en', 'warehouses.in_n_stores', 'in [n] store|in [n] stores'),
('en', 'warehouses.main_destination_tooltip', 'Determines where this place is located. In turn, this determines the shipping rate and delivery time to this place.'),
('en', 'warehouses.name', 'Name'),
('en', 'warehouses.no_matching_stores_found', 'No stores found matching the search criteria'),
('en', 'warehouses.out_of_stock_products', '[product] isn\'t in stock in the selected region.|The following products aren\'t in stock in the selected region: [products]'),
('en', 'warehouses.phone', 'Phone'),
('en', 'warehouses.product_availability', 'Availability in stores'),
('en', 'warehouses.product_available_if_ordered', 'Available if ordered'),
('en', 'warehouses.product_in_stock', 'In stock'),
('en', 'warehouses.quantity', 'Quantity'),
('en', 'warehouses.quantity_tab.no_data', 'This storefront doesn\'t have any stores or warehouses. Please <a href=\"[create_url]\">create one</a> or <a href=\"[list_url]\">make an existing one available</a> for this storefront'),
('en', 'warehouses.rate_area', 'Rate area'),
('en', 'warehouses.search_store', 'Search store'),
('en', 'warehouses.settings', 'Settings'),
('en', 'warehouses.shipping_delay', 'Moving time'),
('en', 'warehouses.shipping_delay.description', 'Product is at a remote warehouse. If you order it, we\'ll send it [shipping_delay].'),
('en', 'warehouses.shipping_delay.description.default', 'Product is at a remote warehouse. If you order it, shipping may take slightly longer.'),
('en', 'warehouses.shipping_delay.description.short', 'If ordered: [shipping_delay]'),
('en', 'warehouses.shipping_delay.tooltip', 'The time it takes to move products from here to another store or warehouse in this rate area.'),
('en', 'warehouses.shipping_delay_for_products', 'Some of the products you ordered are at a remote warehouse. Shipping may take slightly longer than stated here.'),
('en', 'warehouses.shipping_delay_notification', 'Delay warning'),
('en', 'warehouses.shipping_delay_notification.tooltip', 'It will appear if products aren\'t available in the stores and warehouses above.'),
('en', 'warehouses.ship_to', 'Ship to'),
('en', 'warehouses.ship_to_tooltip', 'Determines the rate areas in which the products from this warehouse will be considered available.'),
('en', 'warehouses.show_to', 'Show to'),
('en', 'warehouses.show_to_tooltip', 'Allows you to offer this pickup point to the residents of other rate areas at checkout.'),
('en', 'warehouses.stores_and_warehouses', 'Stores & Warehouses'),
('en', 'warehouses.stores_list', 'List'),
('en', 'warehouses.stores_map', 'Map'),
('en', 'warehouses.store_and_address', 'Store and address'),
('en', 'warehouses.store_type', 'Type'),
('en', 'warehouses.store_type_pickup', 'Pickup point'),
('en', 'warehouses.store_type_store', 'Store'),
('en', 'warehouses.store_type_warehouse', 'Warehouse'),
('en', 'warehouses.store_warehouse', 'Store / Warehouse'),
('en', 'warehouses.type_to_search_or_check_all', 'Type to search, or click the button on the right to add all rate areas'),
('en', 'warehouses.warehouse_stock', 'Quantities'),
('en', 'warehouses.warn_about_delay', 'Warn about delay'),
('en', 'warehouses.warn_about_delay.tooltip', 'If a product has to be moved to the rate area from here, show the moving time in the product list and cart.'),
('en', 'warning', 'Warning'),
('en', 'warning_default_language_disabled', 'The default language defined in your settings has been disabled or deleted. Please update the Frontend default language value on the following page: <a href=\"[link]\">Settings :: Appearance</a>'),
('en', 'warning_default_language_sharing_removed', 'The default language defined in settings has been removed for the <b>[company]</b> store. Please update the Frontend default language value on the following page: <a href=\"[link]\">Settings :: Appearance</a>'),
('en', 'warning_gift_cert_deny', 'The following gift certificates have been deleted or cancelled by administrator and have been removed from your cart: [codes]. Please contact the store administrator or try another one.'),
('en', 'warning_https_is_disabled', 'The secure connection check has failed. Please ensure that SSL certificate is installed on your server. Check out the <a href=\"[href]\" target=\"_blank\">Documentation article</a> for more details.'),
('en', 'warning_insecure_admin_script', 'It is strongly recommended that you rename the default <b>admin.php</b> script (check the <a href=\"[href]\" target=\"_blank\">Documentation</a>) for security reasons.'),
('en', 'warning_insecure_password_email', 'The password must be different from the E-mail! <p><a href=\"[link]\" class=\"underlined\"><b>Change password &#155;&#155;</b></a></p>'),
('en', 'warning_lanvar_incorrect_name', 'Language variable name contains unsupported characters!'),
('en', 'warning_merging_companies', 'Merging two company accounts will remove [company_name] from the database, and all the profile data (products, orders, shipping methods, users, promotions, etc.) will be transferred to this company\'s account'),
('en', 'warning_newsletter_no_recipients', 'Newsletter hasn\'t been sent because no recipients were found matching the selected criteria.'),
('en', 'warning_not_deleted_default_language', 'The [lang_name] language cannot be deleted because it is the default store language'),
('en', 'warning_of_ip_adding', 'The entered IP address <b>[entered_ip]</b> forbids access to the administration panel from your computer (your IP is <b>[your_ip]</b>).'),
('en', 'warning_promotions_incorrect_condition', 'The \"[condition]\" condition can be used in groups with \"[set_value]\" conditions only.'),
('en', 'warning_seo_urls_disabled', 'SEO-friendly URLs are disabled. Check your web server and URL manipulation engine settings.'),
('en', 'warning_store_optimization_dev', 'Auto cache update enabled.<br /><br />Modified files are tracked in real time (including the files modified directly on server) and re-cached.<br /><br />Store performance may be slightly affected. Recommended to disable on production in the <a href=\"[link]\">Themes</a>.'),
('en', 'warning_store_optimization_dev_disabled', 'Auto cache update disabled.<br /><br />Clear compiled templates manually after modifying the theme files by following <a href=\"[link]\">this link</a> to apply the changes.'),
('en', 'warning_subscribers_import', 'Some mailing lists from the input file could not be found in the database. Certain imported subscribers will be left unassigned.'),
('en', 'warning_subscr_email_exists', '<b>[email]</b> is already in the subscribers list'),
('en', 'warning_theme_clone_dir_exists', 'Can not clone theme, because directory you entered is already exist. Please enter another one.'),
('en', 'warning_track_orders_not_allowed', 'You are not allowed to view the details of this order.'),
('en', 'warning_track_orders_not_found', 'The E-mail/Order ID you entered doesn\'t exist'),
('en', 'warning_variants_removal', 'Clicking on Save will remove product feature values.'),
('en', 'warning_zero_price_restricted_product', 'Product <b>\"[product]\"</b> has not been added to the cart, because it doesn\'t have a price.'),
('en', 'webkul_uvdesk', 'Webkul UVdesk'),
('en', 'website', 'Website'),
('en', 'web_pages', 'Web pages'),
('en', 'web_site', 'Website'),
('en', 'week', 'Week'),
('en', 'weekday_0', 'Sunday'),
('en', 'weekday_1', 'Monday'),
('en', 'weekday_2', 'Tuesday'),
('en', 'weekday_3', 'Wednesday'),
('en', 'weekday_4', 'Thursday'),
('en', 'weekday_5', 'Friday'),
('en', 'weekday_6', 'Saturday'),
('en', 'weekday_abr_0', 'Sun'),
('en', 'weekday_abr_1', 'Mon'),
('en', 'weekday_abr_2', 'Tue'),
('en', 'weekday_abr_3', 'Wed'),
('en', 'weekday_abr_4', 'Thu'),
('en', 'weekday_abr_5', 'Fri'),
('en', 'weekday_abr_6', 'Sat'),
('en', 'weekly', 'Weekly'),
('en', 'weeks', 'week(s)'),
('en', 'weight', 'Weight'),
('en', 'weight_dependences', 'Weight dependencies'),
('en', 'weight_limit', 'Weight limit'),
('en', 'weight_modifier', 'Weight modifier'),
('en', 'weight_symbol', 'Weight symbol'),
('en', 'welcome_screen.administrator_info', 'To access the administrator area, use the e-mail (<b>[email]</b>) and the password you have entered earlier.'),
('en', 'welcome_screen.go_admin_panel', 'Go to the administration panel'),
('en', 'welcome_screen.go_settings_wizard', 'Go to the Settings wizard for basic store setup'),
('en', 'welcome_screen.go_storefront', 'Go to the storefront'),
('en', 'welcome_screen.knowledge_base', 'Documentation'),
('en', 'welcome_screen.learn_more_configuration', 'Learn more about storefront configuration in our'),
('en', 'welcome_screen.run_settings_wizard', 'Run Settings wizard'),
('en', 'welcome_screen.thanks', 'Thank you for choosing [product]. Happy selling!'),
('en', 'well_done', 'Well done!'),
('en', 'we_would_like_to_inform', 'We would like to inform you that'),
('en', 'what_is_cvv2', 'What is CVV/CVC'),
('en', 'what_is_new', 'What\'s new'),
('en', 'what_you_would_like_to_do', 'What would you like to do'),
('en', 'where_access_addon', 'Where to access this add-on'),
('en', 'which_is', 'which is'),
('en', 'widget_code', 'Widget code'),
('en', 'widget_what_is_it', '<a href=\"[href]\" target=\"_blank\">What is it?</a>'),
('en', 'width', 'Width'),
('en', 'wishlist', 'Wish list'),
('en', 'wishlist_content', 'Wish list content'),
('en', 'wishlist_note', 'Go to your wishlist'),
('en', 'wishlist_products', 'Wish list products'),
('en', 'wishlist_short', 'Wish list'),
('en', 'without_image', 'Without image'),
('en', 'without_rating', 'Without rating'),
('en', 'with_contact_information', 'With contact information only'),
('en', 'world', 'World'),
('en', 'worldnettps_hash_error', 'An error occurred. Error details: Request and Response hash do not match.'),
('en', 'worldpay_secret', 'MD5 secret for transactions'),
('en', 'wrapper', 'Wrapper'),
('en', 'wrapper_class', 'User-defined wrapper CSS class'),
('en', 'write', 'Write'),
('en', 'write_a_reply', 'write a reply'),
('en', 'write_review', 'Write a review'),
('en', 'wrong_number_initial_order_id', 'The value you entered for the \"Initial order ID value\" setting is not supported. Only integers from 1 to [max_initial_order_id] are supported'),
('en', 'wt_access_note', 'Please note, if you disable or uninstall the \'Watermarks\' add-on, you should remove these instructions from \'.htaccess\' files manually. Otherwise category and product images will be unavailable.'),
('en', 'wt_access_warning', 'Watermark creating is disabled. If there are any \"Rewrite watermarks rules\" instructions in the \"images/.htaccess\" file, you should remove them manually. Otherwise category and product images will be unavailable.'),
('en', 'wt_detailed', 'popup larger images'),
('en', 'wt_fail_apply_graphic_watermark', 'Failed to apply the watermark to [image_type]. The watermark image is not added.'),
('en', 'wt_font', 'Font'),
('en', 'wt_font_color', 'Font color'),
('en', 'wt_font_size_detailed', 'Font size (larger image)'),
('en', 'wt_font_size_icon', 'Font size (thumbnail)'),
('en', 'wt_graphic_watermark', 'Graphic watermark'),
('en', 'wt_icons', 'thumbnails'),
('en', 'wt_images_access_description', 'To deny access to your original images, please add the following instructions to the \'.htaccess\' file in the \'images\' directory of your installation. It will protect your original images. Even if an original image is opened, the corresponding watermarked image will be show instead.'),
('en', 'wt_images_access_info', 'Images access'),
('en', 'wt_text_watermark', 'Text watermark'),
('en', 'wt_watermarks', 'Watermarks'),
('en', 'wt_watermarks_access_description', 'To generate watermarked images automatically even if they are requested not from your store pages, please add the \'.htaccess\' file with the following instructions to the \'images/watermarked\' directory of your installation.'),
('en', 'wt_watermark_detailed', 'Popup larger image watermark'),
('en', 'wt_watermark_horizontal_position', 'Watermark horizontal position'),
('en', 'wt_watermark_icon', 'Thumbnail watermark'),
('en', 'wt_watermark_image', 'Watermark image'),
('en', 'wt_watermark_position', 'Watermark position'),
('en', 'wt_watermark_text', 'Watermark text'),
('en', 'wt_watermark_vertical_position', 'Watermark vertical position'),
('en', 'xml_error', 'XML parse error'),
('en', 'year', 'Year'),
('en', 'yearly', 'Yearly'),
('en', 'years', 'years'),
('en', 'yes', 'Yes'),
('en', 'yesterday', 'Yesterday'),
('en', 'your_age', 'Your age'),
('en', 'your_ip_added', 'Your IP address <b>[ip]</b> has been added to the access restrictions table.'),
('en', 'your_ip_enabled', 'Your IP address <b>[ip]</b> has been enabled in the access restrictions table.'),
('en', 'your_ip_removed', 'Your IP address <b>[ip]</b> has been removed from the access restrictions table.'),
('en', 'your_message', 'Your message'),
('en', 'your_name', 'Your name'),
('en', 'your_range', 'Your range'),
('en', 'your_rating', 'Your rating'),
('en', 'you_can_edit_account_details', 'You can edit the account details now.'),
('en', 'you_have_no_permissions', 'You have no permissions'),
('en', 'you_save', 'You save'),
('en', 'zero_price_action', 'Zero price action'),
('en', 'zipcode', 'Zipcode'),
('en', 'zipcodes', 'Zip/Postal codes'),
('en', 'zip_postal_code', 'Zip/postal code'),
('en', 'zone', 'Zone'),
('en', 'zpa_ask_price', 'Ask customer to enter the price'),
('en', 'zpa_permit', 'Allow customers to add the product to cart'),
('en', 'zpa_refuse', 'Do not allow customers to add the product to cart'),
('es', '2co_enable_fraud_verification', 'Activar soporte para notificación de fraude'),
('es', '2co_fraud_fail', 'Estado para pedidos con fallo en revisión de fraude'),
('es', '2co_fraud_wait', 'Estado para pedidos a la espera de revisión de fraude'),
('es', '3d_secure', '3-D Secure'),
('es', '404', 'El mensaje de error 404 No Encontrado'),
('es', 'about_us', 'About us'),
('es', 'absolute', 'Absoluto'),
('es', 'absolute_commissions_instructions', '<a href=\"http://docs.cs-cart.com/4.3.x/user_guide/addons/vendor_commission/vendor_commissions_and_plans.html\" target=\"_blank\">Actualizando de 4.3.x a 4.4.x: Comisiones y Planes del Vendedor</a>'),
('es', 'abt_menu_ajax_load', 'AB: Use Ajax-loading for menu items (second level and behind it)'),
('es', 'abt_menu_ajax_load.tooltip', 'Use Ajax to get the content of the second and third menu levels after page loading. The content of the first level will be loaded along with the page main content'),
('es', 'abt_menu_icon_items', 'AB: Show icons for menu items of the second level'),
('es', 'abt_menu_icon_items.tooltip', 'The active status of this setting allows the display of an icon that is assigned to a menu item of the second level menu.'),
('es', 'abt_menu_long_names', 'AB: Show long names of the first level menu items in two lines'),
('es', 'abt_menu_long_names.tooltip', 'The active status of this setting allows displaying menu names in two lines (with line break), if more space is required to place the name, than the setting <b>AB: The maximum width of the menu item for the first level</b> specifies'),
('es', 'abt_menu_long_names_max_width', 'AB: The maximum width of the menu item for the first level'),
('es', 'abt_menu_long_names_max_width.tooltip', 'Specifies the width of the cell in pixels to place the name of the menu item. If the name of the menu item exceeds this value, then with the active setting <b>AB: Show long names of the first level menu items in two lines</b>, then it will be displayed in two lines (with line break).'),
('es', 'abt__unitheme2', 'AB: UniTheme2'),
('es', 'abt__unitheme2.settings', 'Settings only for AB: UniTheme2'),
('es', 'abt__unitheme2_mv', 'AB: UniTheme2 (Multi-Vendor)'),
('es', 'abt__ut2.addon_social_buttons.share', 'Share'),
('es', 'abt__ut2.add_to_cart', 'Buy now'),
('es', 'abt__ut2.add_to_wishlist.tooltip', 'Add to wishlist'),
('es', 'abt__ut2.banner.color_use', 'Please select the checkbox to use a new color'),
('es', 'abt__ut2.banner.params.avail_from', 'Available from'),
('es', 'abt__ut2.banner.params.avail_till', 'Available till'),
('es', 'abt__ut2.banner.params.background_color', 'Background color'),
('es', 'abt__ut2.banner.params.background_color.tooltip', 'Please select the checkbox to use a new color'),
('es', 'abt__ut2.banner.params.background_image', 'Background image'),
('es', 'abt__ut2.banner.params.background_image_size', 'Specify the size of a background image'),
('es', 'abt__ut2.banner.params.background_image_size.tooltip', 'abt__ut2.banner.params.background_image_size.tooltip'),
('es', 'abt__ut2.banner.params.background_image_size.variants.contain', 'Resize the background image to make sure the image is fully visible'),
('es', 'abt__ut2.banner.params.background_image_size.variants.cover', 'Resize the background image to cover the entire container, even if it has to stretch the image or cut a little bit off one of the edges'),
('es', 'abt__ut2.banner.params.button_color', 'Button color'),
('es', 'abt__ut2.banner.params.button_color.tooltip', 'Please select the checkbox to use a new color'),
('es', 'abt__ut2.banner.params.button_text', 'Text (an appeal to action)'),
('es', 'abt__ut2.banner.params.button_text_color', 'Text color'),
('es', 'abt__ut2.banner.params.button_text_color.tooltip', 'Please select the checkbox to use a new color'),
('es', 'abt__ut2.banner.params.button_use', 'Add button'),
('es', 'abt__ut2.banner.params.button_use.tooltip', 'Select a checkbox for adding of the button. <b>Important!</b>The button will appear only in the presence of the link in the field \"Specify link\"'),
('es', 'abt__ut2.banner.params.class', 'User CSS-class'),
('es', 'abt__ut2.banner.params.color_scheme', 'Color scheme'),
('es', 'abt__ut2.banner.params.color_scheme.tooltip', 'Specifies what color will be <b>Title</b> and <b>Description</b> on the banner. For <b>Dark</b> banner texts will be white, for <b>Light</b> — black.'),
('es', 'abt__ut2.banner.params.color_scheme.variants.dark', 'Dark'),
('es', 'abt__ut2.banner.params.color_scheme.variants.light', 'Light'),
('es', 'abt__ut2.banner.params.content_align', 'Horizontal alignment'),
('es', 'abt__ut2.banner.params.content_align.tooltip', 'Location of the content inside the banner by the horizontal'),
('es', 'abt__ut2.banner.params.content_align.variants.center', 'On the center'),
('es', 'abt__ut2.banner.params.content_align.variants.left', 'On the left'),
('es', 'abt__ut2.banner.params.content_align.variants.right', 'On the right'),
('es', 'abt__ut2.banner.params.content_bg', 'Add semi-transparent background'),
('es', 'abt__ut2.banner.params.content_bg.tooltip', 'Under the description will appear semi-transparent background (the color depends on the color scheme), it will provide a better readability of text on motley background'),
('es', 'abt__ut2.banner.params.content_full_width', 'Content on full width'),
('es', 'abt__ut2.banner.params.content_full_width.tooltip', 'The width of the content block has a default width of 50%. Set this parameter and the width of the block content will be 100%'),
('es', 'abt__ut2.banner.params.content_valign', 'Vertical alignment'),
('es', 'abt__ut2.banner.params.content_valign.tooltip', 'Location of the content inside the banner by the vertical'),
('es', 'abt__ut2.banner.params.content_valign.variants.bottom', 'At the bottom'),
('es', 'abt__ut2.banner.params.content_valign.variants.center', 'On the center'),
('es', 'abt__ut2.banner.params.content_valign.variants.top', 'On the top'),
('es', 'abt__ut2.banner.params.data_type', 'Content type'),
('es', 'abt__ut2.banner.params.data_type.variants.url', 'Link');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('es', 'abt__ut2.banner.params.description', 'Short description'),
('es', 'abt__ut2.banner.params.description_bg_color', 'Background color'),
('es', 'abt__ut2.banner.params.description_bg_color.tooltip', 'Please select the checkbox to use a new color'),
('es', 'abt__ut2.banner.params.description_color', 'Description color'),
('es', 'abt__ut2.banner.params.description_color.tooltip', 'Please select the checkbox to use a new color'),
('es', 'abt__ut2.banner.params.description_font_size', 'Font size'),
('es', 'abt__ut2.banner.params.how_to_open', 'How to open'),
('es', 'abt__ut2.banner.params.how_to_open.variants.in_new_window', 'In a new window'),
('es', 'abt__ut2.banner.params.how_to_open.variants.in_popup', 'In a popup'),
('es', 'abt__ut2.banner.params.how_to_open.variants.in_this_window', 'In this window'),
('es', 'abt__ut2.banner.params.main_image', 'Main image'),
('es', 'abt__ut2.banner.params.mobile_use', 'Use own settings for Phones'),
('es', 'abt__ut2.banner.params.mobile_use.tooltip', 'Use this option to allow own banner settings for the mobile device Phone'),
('es', 'abt__ut2.banner.params.object', 'The displayed object'),
('es', 'abt__ut2.banner.params.object.variants.image', 'Image'),
('es', 'abt__ut2.banner.params.object.variants.video', 'YouTube video'),
('es', 'abt__ut2.banner.params.padding', 'Internal paddings, px'),
('es', 'abt__ut2.banner.params.padding.tooltip', 'CSS <code>padding</code>. Spacing in pixels inside the banner. It is useful, to standardize the paddings of banner borders to the content'),
('es', 'abt__ut2.banner.params.tablet_use', 'Use own settings for Tablets'),
('es', 'abt__ut2.banner.params.tablet_use.tooltip', 'Use this option to allow own banner settings for the mobile device Tablet'),
('es', 'abt__ut2.banner.params.title', 'Title'),
('es', 'abt__ut2.banner.params.title_color', 'Title color'),
('es', 'abt__ut2.banner.params.title_color.tooltip', 'Please select the checkbox to use a new color'),
('es', 'abt__ut2.banner.params.title_font_size', 'Font size'),
('es', 'abt__ut2.banner.params.title_font_weight', 'Weight of the font'),
('es', 'abt__ut2.banner.params.title_font_weight.variants.300', 'Thin'),
('es', 'abt__ut2.banner.params.title_font_weight.variants.400', 'Normal'),
('es', 'abt__ut2.banner.params.title_font_weight.variants.700', 'Bold'),
('es', 'abt__ut2.banner.params.title_font_weight.variants.900', 'Heavy'),
('es', 'abt__ut2.banner.params.title_shadow', 'Add a shadow for the title'),
('es', 'abt__ut2.banner.params.title_tag', 'Title tag'),
('es', 'abt__ut2.banner.params.title_tag.variants.div', 'div'),
('es', 'abt__ut2.banner.params.title_tag.variants.h1', 'h1'),
('es', 'abt__ut2.banner.params.title_tag.variants.h2', 'h2'),
('es', 'abt__ut2.banner.params.title_tag.variants.h3', 'h3'),
('es', 'abt__ut2.banner.params.url', 'Specify link'),
('es', 'abt__ut2.banner.params.use_avail_period', 'Use available period'),
('es', 'abt__ut2.banner.params.youtube_autoplay', 'Autoplay'),
('es', 'abt__ut2.banner.params.youtube_autoplay.tooltip', 'Due to changes in <b>Google\'s</b> policy, autoplay will only be available without sound. For more information, see <a href=\'https://developers.google.com/web/updates/2017/09/autoplay-policy-changes\' target=\'_blank\'>documentation</a>.<b>Google</b> strongly recommends that the player\'s control panel should be displayed on autoplay.'),
('es', 'abt__ut2.banner.params.youtube_hide_controls', 'Hide player control elements'),
('es', 'abt__ut2.banner.params.youtube_hide_controls.tooltip', 'Don\'t ever assume a video will play, and don\'t show a pause button when the video is not actually playing'),
('es', 'abt__ut2.banner.params.youtube_id', 'YouTube video ID'),
('es', 'abt__ut2.banner.params.youtube_id.tooltip', 'ID video — https://www.youtube.com/watch?v=<b>abcd1234567</b>, specify only <b>abcd1234567</b>'),
('es', 'abt__ut2.banner.params.youtube_use', 'Add YouTube video'),
('es', 'abt__ut2.banner.params_additional', 'Additional settings'),
('es', 'abt__ut2.banner.params_of_block', 'Banner block settings'),
('es', 'abt__ut2.banner.params_of_button', 'Banner button settings'),
('es', 'abt__ut2.banner.params_of_content', 'Settings for the content, shown in the banner'),
('es', 'abt__ut2.banner.params_of_description', 'Banner description settings'),
('es', 'abt__ut2.banner.params_of_object', 'Banner settings for the object/image'),
('es', 'abt__ut2.banner.params_of_title', 'Banner title settings'),
('es', 'abt__ut2.banner.use_own_info', 'Use own value'),
('es', 'abt__ut2.banner.warning', 'Expert banner settings'),
('es', 'abt__ut2.banners', 'Banners'),
('es', 'abt__ut2.banners.manage', 'AB: UniTheme2: Advanced banners'),
('es', 'abt__ut2.banner_tab.general', 'General (AB: UniTheme2: Desktop)'),
('es', 'abt__ut2.banner_tab.mobile', 'AB: UniTheme2: Phone'),
('es', 'abt__ut2.banner_tab.tablet', 'AB: UniTheme2: Tablet'),
('es', 'abt__ut2.block.availability.show_on', '!!! Only for AB: UniTheme2 when using the setting <b>[show_on]</b> block content will be cut from HTML-code for the corresponding device and is not simply hidden by styles'),
('es', 'abt__ut2.blog.there_are_offers', 'Recommendations'),
('es', 'abt__ut2.blog.there_is_video', 'Video'),
('es', 'abt__ut2.brands', 'Brands'),
('es', 'abt__ut2.city_short', 'c.'),
('es', 'abt__ut2.contacts', 'Contact us'),
('es', 'abt__ut2.demodata', 'Demo data'),
('es', 'abt__ut2.demodata.description', 'On this page you can quickly create theme demo data'),
('es', 'abt__ut2.demodata.errors.menu_wasnt_created', 'Menu [name] failed to create'),
('es', 'abt__ut2.demodata.errors.no_blog_page', 'You should create the blog`s parent page'),
('es', 'abt__ut2.demodata.errors.no_data', 'No data.json file'),
('es', 'abt__ut2.demodata.success', 'were created successfully'),
('es', 'abt__ut2.demodata.success.banners', 'Banners [ids] were created successfully'),
('es', 'abt__ut2.demodata.success.blog', 'Blog pages [ids] were created successfully'),
('es', 'abt__ut2.demodata.success.menu', 'Menu [menus] were created successfully'),
('es', 'abt__ut2.demodata.table.add_banners', 'Add demo banners'),
('es', 'abt__ut2.demodata.table.add_blog', 'Add demo blog'),
('es', 'abt__ut2.demodata.table.add_menu', 'Add demo menu with icons and banners'),
('es', 'abt__ut2.demodata.table.add_products', 'Add demo products'),
('es', 'abt__ut2.demodata.table.description', 'Demo data type'),
('es', 'abt__ut2.developer', 'Powered by <a href=\"https://www.cs-cart.com/\" rel=\"nofollow\">CS-Cart</a> and premium theme — <a href=\"https://unitheme.net/?sl=en\" rel=\"nofollow\">© AB: UniTheme2</a>'),
('es', 'abt__ut2.errors.is_correctly_installed.mv.disabled', 'For correct working of UniTheme2 on the CS-Cart Multi-Vendor (used by you) enable addon UniTheme2 for Multi-Vendor edition of CS-Cart (comes with the theme for this edition) and try again'),
('es', 'abt__ut2.errors.is_correctly_installed.mv.uninstalled', 'For correct working of UniTheme2 on the CS-Cart Multi-Vendor (used by you), install and enable addon UniTheme2 for Multi-Vendor edition of CS-Cart (comes with the theme for this edition) and try again'),
('es', 'abt__ut2.export', 'Export'),
('es', 'abt__ut2.export.actions.banners', 'Banners'),
('es', 'abt__ut2.export.actions.banners.placeholder', 'Banners IDs'),
('es', 'abt__ut2.export.actions.blog', 'Blog'),
('es', 'abt__ut2.export.actions.blog.placeholder', 'Parent pages IDs'),
('es', 'abt__ut2.export.actions.menu', 'Menu'),
('es', 'abt__ut2.export.actions.menu.placeholder', 'Menu IDs'),
('es', 'abt__ut2.export.actions.products', 'Products'),
('es', 'abt__ut2.export.actions.products.placeholder', 'Products IDs'),
('es', 'abt__ut2.export.description', 'On this page you can quickly export the data you need in json format'),
('es', 'abt__ut2.export.errors.no_such_type', 'No such type of export for the theme'),
('es', 'abt__ut2.export.success', 'were exported successfully'),
('es', 'abt__ut2.export.success.banners', 'Banners [ids] were exported successfully'),
('es', 'abt__ut2.export.success.blog', 'Blog were exported successfully'),
('es', 'abt__ut2.export.success.menu', 'Menu [ids] were exported successfully'),
('es', 'abt__ut2.export.table.data', 'Export data'),
('es', 'abt__ut2.export.table.description', 'Data type'),
('es', 'abt__ut2.extended.e', 'Extended'),
('es', 'abt__ut2.extended.f', 'On the full width'),
('es', 'abt__ut2.extended.o', 'Original'),
('es', 'abt__ut2.form.generate', 'Generate'),
('es', 'abt__ut2.form.header.additional_products', 'Additional products'),
('es', 'abt__ut2.form.header.base_products', 'Base products'),
('es', 'abt__ut2.form.header.general', 'General'),
('es', 'abt__ut2.grid.padding', 'Padding'),
('es', 'abt__ut2.grid.padding.variants.bottom', 'Only bottom'),
('es', 'abt__ut2.grid.padding.variants.none', 'None'),
('es', 'abt__ut2.grid.padding.variants.top', 'Only top'),
('es', 'abt__ut2.grid.padding.variants.top_bottom', 'Top and bottom'),
('es', 'abt__ut2.grid.tab_description', 'The settings below apply only to the theme AB: UniTheme2 layouts sections'),
('es', 'abt__ut2.grid_settings', 'AB: UniTheme2: Additional settings'),
('es', 'abt__ut2.grid_tabs.abt__ut2_show_in_tabs', 'Show all section blocks in tabs'),
('es', 'abt__ut2.grid_tabs.abt__ut2_use_ajax', 'Use Ajax for loading the second and next tabs content'),
('es', 'abt__ut2.help', 'Help'),
('es', 'abt__ut2.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/abt__unitheme2.doc\'>the documentation</a>.'),
('es', 'abt__ut2.hover_to_enlarge', 'Hover on image to enlarge'),
('es', 'abt__ut2.icons', 'Available icons'),
('es', 'abt__ut2.icons.class', 'Icon class'),
('es', 'abt__ut2.icons.info', 'On this page you can see the list of icons, available to you in the theme'),
('es', 'abt__ut2.icons.ut2_icons', 'Theme icons list'),
('es', 'abt__ut2.less_settings', 'Color scheme settings'),
('es', 'abt__ut2.less_settings.containers', 'Containers'),
('es', 'abt__ut2.less_settings.containers.header.add_delimiters', 'Add dividing strips'),
('es', 'abt__ut2.less_settings.containers.header.add_delimiters.tooltip', 'Adds dividing strips at the Top part of the site, visually separates the blocks \"Categories\", \"Search\", \"Account\" and \"Cart\"'),
('es', 'abt__ut2.less_settings.containers.header.use_animation_for_not_empty_cart', 'Use animation effect for non empty cart'),
('es', 'abt__ut2.less_settings.containers.header.use_animation_for_not_empty_cart.tooltip', 'Adds animation effect, to pay attention to the non empty user cart'),
('es', 'abt__ut2.less_settings.containers.header.use_color_elements_on_hover', 'Color for hovering over the elements \"Categories\", \"Account\" and \"Cart\"'),
('es', 'abt__ut2.less_settings.containers.header.use_color_elements_on_hover.tooltip', 'The color for hovering over the drop-down elements \"Categories\", \"Account\" and \"Cart\" is used only in the \"Advanced\" and \"Fixed\" layouts'),
('es', 'abt__ut2.less_settings.containers.header.use_color_icons', 'The color of the icons for elements \"Categories\", \"Account\" and \"Cart\"'),
('es', 'abt__ut2.less_settings.containers.header.use_color_icons.tooltip', 'Is used only in layouts \"Advanced\" and \"Fixed\"'),
('es', 'abt__ut2.less_settings.containers.header.use_color_menu_on_hover', 'Color for hovering over a first level menu item'),
('es', 'abt__ut2.less_settings.containers.header.use_color_menu_on_hover.tooltip', 'Background color used for hovering over menu items of the first level. It is used only in the \"Default\" layout with a horizontal menu type. Also determines the color of the active first level menu item'),
('es', 'abt__ut2.less_settings.containers.header_group', 'Header'),
('es', 'abt__ut2.less_settings.containers.header_group_description', 'Settings for blocks and sections of the \"Header\" container'),
('es', 'abt__ut2.less_settings.containers_description', 'Below are the settings that affect the blocks and sections of the corresponding container in the layouts.'),
('es', 'abt__ut2.less_settings.general', 'General'),
('es', 'abt__ut2.less_settings.general.buttons.style', 'Style'),
('es', 'abt__ut2.less_settings.general.buttons.style.tooltip', 'Set button style'),
('es', 'abt__ut2.less_settings.general.buttons.style.variants.use_background', 'Use filled background'),
('es', 'abt__ut2.less_settings.general.buttons.style.variants.use_border', 'Use border only'),
('es', 'abt__ut2.less_settings.general.buttons.use_gradient', 'Add bulk'),
('es', 'abt__ut2.less_settings.general.buttons.use_gradient.tooltip', 'The buttons will use a background color with a gradient fill from light to dark based on the color of the button'),
('es', 'abt__ut2.less_settings.general.buttons.use_shadow', 'Add shadow'),
('es', 'abt__ut2.less_settings.general.buttons.use_shadow.tooltip', 'Use shadow in the buttons design'),
('es', 'abt__ut2.less_settings.general.buttons.use_text_uppercase', 'Display text in capital letters'),
('es', 'abt__ut2.less_settings.general.buttons.use_text_uppercase.tooltip', 'Allows you to define the display format of letters in buttons, lowercase or uppercase letters'),
('es', 'abt__ut2.less_settings.general.buttons_group', 'Buttons'),
('es', 'abt__ut2.less_settings.general.buttons_group_description', 'Allows you to set button styles'),
('es', 'abt__ut2.less_settings.general.labels.style', 'Form'),
('es', 'abt__ut2.less_settings.general.labels.style.tooltip', 'Specify the displaying form of discount labels'),
('es', 'abt__ut2.less_settings.general.labels.style.variants.as_circle', 'Round'),
('es', 'abt__ut2.less_settings.general.labels.style.variants.as_drop', 'Drop'),
('es', 'abt__ut2.less_settings.general.labels.style.variants.as_rectangle', 'Rectangular'),
('es', 'abt__ut2.less_settings.general.labels.use_outline', 'Use border style'),
('es', 'abt__ut2.less_settings.general.labels.use_outline.tooltip', 'Adds border style'),
('es', 'abt__ut2.less_settings.general.labels.use_shadow', 'Add shadow'),
('es', 'abt__ut2.less_settings.general.labels.use_shadow.tooltip', 'Adds shadow'),
('es', 'abt__ut2.less_settings.general.labels.use_text_shadow', 'Add shadow for text'),
('es', 'abt__ut2.less_settings.general.labels.use_text_shadow.tooltip', 'Adds shadow for text'),
('es', 'abt__ut2.less_settings.general.labels_group', 'Labels (stickers)'),
('es', 'abt__ut2.less_settings.general.labels_group_description', 'Allows you to set styles for product stickers. For example, Free Shipping, Discount, etc.'),
('es', 'abt__ut2.less_settings.general.stars_rating_color', 'Color of starlets for product rating'),
('es', 'abt__ut2.less_settings.general.stars_rating_color.tooltip', 'Specify your own star color for product rating'),
('es', 'abt__ut2.less_settings.general.use_rounding', 'Round corners for interface elements'),
('es', 'abt__ut2.less_settings.general.use_rounding.tooltip', 'Use rounding corners of elements (windows, buttons, icons, form fields, etc.)'),
('es', 'abt__ut2.less_settings.general.use_rounding.variants.do_not_use', 'Don\'t use'),
('es', 'abt__ut2.less_settings.general.use_rounding.variants.full', 'Fully rounded'),
('es', 'abt__ut2.less_settings.general.use_rounding.variants.little', 'Make a little roundness'),
('es', 'abt__ut2.less_settings.general.use_titles_uppercase', 'Display headers in capital letters'),
('es', 'abt__ut2.less_settings.general.use_titles_uppercase.tooltip', 'Allows you to show headers in capital letters (used for all page headers, blocks, banners headers, etc.)'),
('es', 'abt__ut2.less_settings.general_description', 'Below are the general settings.'),
('es', 'abt__ut2.less_settings.is_absent', 'The following color values are not set for your [style] style'),
('es', 'abt__ut2.less_settings.is_absent.core', 'System values'),
('es', 'abt__ut2.less_settings.is_absent.recomend_to_add', 'We recommend that you assign their values, as this may lead to errors in the future.'),
('es', 'abt__ut2.less_settings.is_absent.theme', 'Theme values'),
('es', 'abt__ut2.less_settings.products', 'Product'),
('es', 'abt__ut2.less_settings.products.use_color_buttons_add_to_cart', 'Set individual color for <br> \"Add to cart\" button'),
('es', 'abt__ut2.less_settings.products.use_color_buttons_add_to_cart.tooltip', 'Allows you to assign an individual color to the \"Add to cart\" button on the product detail page and in the \"Quick view\" window'),
('es', 'abt__ut2.less_settings.products_description', 'Below are the settings that affect the styles for product detail page'),
('es', 'abt__ut2.less_settings.product_list', 'Product lists'),
('es', 'abt__ut2.less_settings.product_list.extend_grid_item_on_hover', 'Expand grid item on hover'),
('es', 'abt__ut2.less_settings.product_list.extend_grid_item_on_hover.tooltip', 'Adds the extending effect for item grid, when hovering on it in the list. Applies only to the Grid view of listings.'),
('es', 'abt__ut2.less_settings.product_list.show_grid_border', 'Frame type of the product in the grid'),
('es', 'abt__ut2.less_settings.product_list.show_grid_border.tooltip', 'You can change the frame type for cells in the lists of products'),
('es', 'abt__ut2.less_settings.product_list.show_grid_border.variants.none', 'Not framed'),
('es', 'abt__ut2.less_settings.product_list.show_grid_border.variants.solid_without_margins', 'Frame without external indents'),
('es', 'abt__ut2.less_settings.product_list.show_grid_border.variants.solid_with_margins', 'Frame with outer indents'),
('es', 'abt__ut2.less_settings.product_list.use_elements_alignment', 'Use elements alignment'),
('es', 'abt__ut2.less_settings.product_list.use_elements_alignment.tooltip', 'Allows you to align some elements of the list of symmetrically neighboring cells of products'),
('es', 'abt__ut2.less_settings.product_list.use_elements_alignment.variants.do_not_use', 'Don\'t use'),
('es', 'abt__ut2.less_settings.product_list.use_elements_alignment.variants.use', 'Use'),
('es', 'abt__ut2.less_settings.product_list_description', 'Below are the settings that affect the styles for elements in the product lists'),
('es', 'abt__ut2.less_settings.style.tooltip', 'Select Style (less-file, to which the following settings will be applied)'),
('es', 'abt__ut2.less_settings_description', '<b>Attention!</b> These settings apply only to the selected color scheme (in order to see the changes: make sure, that the selected in the \"Style\" settings field value corresponds to the color scheme, selected in your store (you can check the selected color scheme by Design -> Themes -> in the table opposite the chosen as default layout))'),
('es', 'abt__ut2.light_menu.back_to_main', 'Back to main'),
('es', 'abt__ut2.load_more.show_more.pages', 'Show another [n] page|Show another [n] pages'),
('es', 'abt__ut2.load_more.show_more.products', 'Show another [n] product|Show another [n] products'),
('es', 'abt__ut2.load_more_products.already_showing_all_products', 'Showing [n] product|Showing all [n] products'),
('es', 'abt__ut2.load_more_products.show_more', 'Show another [n] product|Show another [n] products'),
('es', 'abt__ut2.mainbox_general_seo', 'AB: General title (SEO)'),
('es', 'abt__ut2.menu.tab_description', 'The following settings should be used only for menu items, that use extra templates in the menu block layout: <b>AB: Horizontal dropdown list with icons</b> or <b>AB: Vertical dropdown list with icons</b> of the UniTheme2 theme'),
('es', 'abt__ut2.menus.pickers.add_menus', 'Add menu'),
('es', 'abt__ut2.menus.pickers.add_menus_and_close', 'Add menu and close'),
('es', 'abt__ut2.menus.pickers.states', 'Initial menu state'),
('es', 'abt__ut2.menus.pickers.states.hide_items', 'Hide elements and show the menu name'),
('es', 'abt__ut2.menus.pickers.states.show_items', 'Show elements'),
('es', 'abt__ut2.menus.pickers.states.tooltip', 'Select how the menu will be displayed when loading the page'),
('es', 'abt__ut2.menu_with_icons.desc', 'Short description'),
('es', 'abt__ut2.menu_with_icons.dropdown', 'Activate 3-level menu (dropdown list)'),
('es', 'abt__ut2.menu_with_icons.icon', 'Icon'),
('es', 'abt__ut2.menu_with_icons.label', 'Label'),
('es', 'abt__ut2.menu_with_icons.label_background', 'Label background'),
('es', 'abt__ut2.menu_with_icons.label_color', 'Label color'),
('es', 'abt__ut2.menu_with_icons.status', 'Activate settings'),
('es', 'abt__ut2.menu_with_icons.text', 'HTML-content'),
('es', 'abt__ut2.menu_with_icons.text_position', 'HTML-content position'),
('es', 'abt__ut2.menu_with_icons.text_position.bottom', 'Bottom'),
('es', 'abt__ut2.menu_with_icons.text_position.right_bottom', 'Right bottom'),
('es', 'abt__ut2.menu_with_icons.text_position.right_top', 'Right top'),
('es', 'abt__ut2.microdata', 'Organization microdata'),
('es', 'abt__ut2.microdata.schema_type', 'Schema type'),
('es', 'abt__ut2.microdata.schema_type.article', 'Article'),
('es', 'abt__ut2.microdata.schema_type.blogposting', 'Blog'),
('es', 'abt__ut2.microdata.schema_type.newsarticle', 'News'),
('es', 'abt__ut2.microdata.schema_type.none', 'Do not use'),
('es', 'abt__ut2.migaritions_from_unitheme1.update_po', 'Language variables recovery'),
('es', 'abt__ut2.migaritions_from_unitheme1.update_po.exist.description', 'For your installation, no additional actions for language variables recovery are required!'),
('es', 'abt__ut2.migaritions_from_unitheme1.update_po.not_exist.description', 'On this page, you can recover language variables which were deleted during removing of the first generation UniTheme addon'),
('es', 'abt__ut2.migaritions_from_unitheme1.update_po.success', 'Selected language variables were successfully recovered!'),
('es', 'abt__ut2.option.height', 'Height, px'),
('es', 'abt__ut2.option.margin', 'Margin, px'),
('es', 'abt__ut2.settings', 'Theme settings'),
('es', 'abt__ut2.settings.addons', 'Addons'),
('es', 'abt__ut2.settings.addons.wishlist_products.item_quantity', 'Show products in a row'),
('es', 'abt__ut2.settings.addons.wishlist_products.item_quantity.tooltip', 'Specify the quantity to display products in a row (only for \"Grid\")'),
('es', 'abt__ut2.settings.addons.wishlist_products_group', '\"Wish List\" addon'),
('es', 'abt__ut2.settings.addons.wishlist_products_group_description', 'Allows to add products to user wishlists'),
('es', 'abt__ut2.settings.addons_description', 'Here are setting, that affect on appearance of different addons pages in theme'),
('es', 'abt__ut2.settings.category', 'Category'),
('es', 'abt__ut2.settings.category.description_position', 'Display category description'),
('es', 'abt__ut2.settings.category.description_position.tooltip', 'Determines how the category description is displayed (nevertheless, regardless of the place of display, the Description field will be displayed in the code always above the product block, this is one of the recommendations of SEO audits)'),
('es', 'abt__ut2.settings.category.description_position.variants.bottom', 'After products'),
('es', 'abt__ut2.settings.category.description_position.variants.none', 'Don\'t display'),
('es', 'abt__ut2.settings.category.description_position.variants.top', 'Before products'),
('es', 'abt__ut2.settings.category.show_subcategories', 'Show subcategories on category pages'),
('es', 'abt__ut2.settings.category.show_subcategories.tooltip', 'Allows subcategories to be displayed in categories'),
('es', 'abt__ut2.settings.category_description', 'Here are the theme settings for Categories pages'),
('es', 'abt__ut2.settings.features', 'Features'),
('es', 'abt__ut2.settings.features.description_position', 'Display description of feature variant'),
('es', 'abt__ut2.settings.features.description_position.tooltip', 'Determines how the feature description is displayed (nevertheless, regardless of the place of display, the Description field will be displayed in the code always above the product block, this is one of the recommendations of SEO audits)'),
('es', 'abt__ut2.settings.features.description_position.variants.bottom', 'After products'),
('es', 'abt__ut2.settings.features.description_position.variants.none', 'Don\'t display'),
('es', 'abt__ut2.settings.features.description_position.variants.top', 'Before products'),
('es', 'abt__ut2.settings.features_description', 'Here are the settings for the Features pages (Purpose: Brand, author, etc.)'),
('es', 'abt__ut2.settings.general', 'General'),
('es', 'abt__ut2.settings.general.blog_page_id', 'Blog main page ID'),
('es', 'abt__ut2.settings.general.blog_page_id.button', 'All blog articles'),
('es', 'abt__ut2.settings.general.blog_page_id.tooltip', 'Specify this setting to display the link \"All pages\" in the block \"Actual news\" (see Website -> Blog)'),
('es', 'abt__ut2.settings.general.brand_feature_id', 'Brand feature ID'),
('es', 'abt__ut2.settings.general.brand_feature_id.tooltip', 'Specify brand Feature ID (Purpose: Brand, author, etc.). Feature ID is located next to the feature name in the features list (Products -> Features in the store administrative panel).The parameter \"Show in product list\" must be checked/ticked for specified feature'),
('es', 'abt__ut2.settings.general.enable_fixed_header_panel', 'Enable sticky menu'),
('es', 'abt__ut2.settings.general.enable_fixed_header_panel.tooltip', 'Allows you to display a fixed panel with elements of the header. The main elements of the store header will be visible even, when scrolling'),
('es', 'abt__ut2.settings.general.menu_min_height', 'Minimum height for the menu (only for Vertical type), px'),
('es', 'abt__ut2.settings.general.menu_min_height.tooltip', 'The minimum height for the vertical menu block with items of the second level. It is used to make the match of the height for left and right parts of menu (well described in the theme documentation)'),
('es', 'abt__ut2.settings.general_description', 'Here are the general theme settings, they affect the appearance and store functionality'),
('es', 'abt__ut2.settings.load_more', 'Show more'),
('es', 'abt__ut2.settings.load_more.before_end', 'Start for N px to the end of the page'),
('es', 'abt__ut2.settings.load_more.before_end.tooltip', 'Used only for working mode Automatically'),
('es', 'abt__ut2.settings.load_more.blog', 'Allow for the Blog'),
('es', 'abt__ut2.settings.load_more.blog.tooltip', 'Allow displaying \"Show more\" button for Blog posts'),
('es', 'abt__ut2.settings.load_more.mode', 'Paginator operation mode'),
('es', 'abt__ut2.settings.load_more.mode.tooltip', 'Choose working mode for button Show more.<br /><b>Automatically</b> — in this mode next page will be loaded over N px before the end of page while scrolling down.<br /><b>By button click</b> — next products page will be loaded only clicking the button by the user'),
('es', 'abt__ut2.settings.load_more.mode.variants.auto', 'Automatically'),
('es', 'abt__ut2.settings.load_more.mode.variants.on_button_click', 'By button click'),
('es', 'abt__ut2.settings.load_more.product_list', 'Allow for product lists'),
('es', 'abt__ut2.settings.load_more.product_list.tooltip', 'Allow display of \"Show more\" button for categories, brands, newest pages etc.'),
('es', 'abt__ut2.settings.load_more_description', 'Below are the settings for the \"Show more\" functional for various objects in lists (lazy pagination)'),
('es', 'abt__ut2.settings.name', 'Name'),
('es', 'abt__ut2.settings.products', 'Product'),
('es', 'abt__ut2.settings.products.addon_buy_together.view', 'Way of display'),
('es', 'abt__ut2.settings.products.addon_buy_together.view.tooltip', 'Choose way of display (added by AB: UniTheme2 theme or standard output by the tab)'),
('es', 'abt__ut2.settings.products.addon_buy_together.view.variants.as_block_above_tabs', 'As block before product tabs'),
('es', 'abt__ut2.settings.products.addon_buy_together.view.variants.as_tab_in_tabs', 'As product tab'),
('es', 'abt__ut2.settings.products.addon_buy_together_group', '\"Buy together\" addon'),
('es', 'abt__ut2.settings.products.addon_buy_together_group_description', 'Native CS-Cart add-on, which allows to display profitable offers in combination with the current product, on the page of which the user is located'),
('es', 'abt__ut2.settings.products.addon_required_products.item_quantity', 'Show products in row'),
('es', 'abt__ut2.settings.products.addon_required_products.item_quantity.tooltip', 'Specify the quantity products to display in a row (only for \"Grid\")'),
('es', 'abt__ut2.settings.products.addon_required_products.list_type', 'Template'),
('es', 'abt__ut2.settings.products.addon_required_products.list_type.tooltip', 'Choose template for displaying product list'),
('es', 'abt__ut2.settings.products.addon_required_products.list_type.variants.compact_list', 'Compact list'),
('es', 'abt__ut2.settings.products.addon_required_products.list_type.variants.grid_list', 'Grid'),
('es', 'abt__ut2.settings.products.addon_required_products.list_type.variants.product_list', 'List without options'),
('es', 'abt__ut2.settings.products.addon_required_products_group', '\"Required products\" addon'),
('es', 'abt__ut2.settings.products.addon_required_products_group_description', 'Native CS-Cart addon \"Required products\" creates a group of products, that will be added to the cart with the product, on which page the user is located'),
('es', 'abt__ut2.settings.products.addon_social_buttons.view', 'Show Share buttons for social networks'),
('es', 'abt__ut2.settings.products.addon_social_buttons.view.tooltip', 'Please note, that using this option slows down the loading of the product page. Not recommended for displaying on mobile devices.'),
('es', 'abt__ut2.settings.products.addon_social_buttons_group', 'Addon \"Social buttons\"'),
('es', 'abt__ut2.settings.products.addon_social_buttons_group_description', 'Native CS-Cart addon \"Social Buttons\" displays Share buttons widgets for social networks'),
('es', 'abt__ut2.settings.products.custom_block_id', 'Custom block ID / Output the block in the right column'),
('es', 'abt__ut2.settings.products.custom_block_id.tooltip', 'Specify the custom block ID, which you want to display on the right side of the product detail page (the block must be added to the Products layout and can be turned off, a special function will add it to the intended place to bypass the CS-Cart layout system) (well described in the theme documentation)'),
('es', 'abt__ut2.settings.products.vendor.show_ask_question_link', 'Show \"Ask a question\" link'),
('es', 'abt__ut2.settings.products.vendor.show_ask_question_link.tooltip', 'Allows customers to communicate with the vendor using chat. Depends on \"Ask seller a question\" addon'),
('es', 'abt__ut2.settings.products.vendor.show_logo', 'Show vendor logo'),
('es', 'abt__ut2.settings.products.vendor.show_logo.tooltip', 'Displays the vendor\'s logo'),
('es', 'abt__ut2.settings.products.vendor.show_name_as_link', 'Use vendor name as a link on a vendor page'),
('es', 'abt__ut2.settings.products.vendor.show_name_as_link.tooltip', 'Allows use vendor name as a link to the page of this vendor'),
('es', 'abt__ut2.settings.products.vendor.show_phone', 'Show vendor phone number'),
('es', 'abt__ut2.settings.products.vendor.show_phone.tooltip', 'Allows you to display the phone number of the vendor'),
('es', 'abt__ut2.settings.products.vendor.truncate_short_description', 'Number of characters for vendor description'),
('es', 'abt__ut2.settings.products.vendor.truncate_short_description.tooltip', 'Allows you to limit the output of a vendor description, specify the number of displayed characters. To disable output, use the value \"0\"'),
('es', 'abt__ut2.settings.products.vendor_group', 'Block with vendor information'),
('es', 'abt__ut2.settings.products.vendor_group_description', 'Settings for block with vendor information on the product page'),
('es', 'abt__ut2.settings.products.view.brand_link_behavior', 'Brand logo link behavior'),
('es', 'abt__ut2.settings.products.view.brand_link_behavior.tooltip', 'Determines the brand logo link'),
('es', 'abt__ut2.settings.products.view.brand_link_behavior.variants.to_brand_page', 'The link leads to brand page'),
('es', 'abt__ut2.settings.products.view.brand_link_behavior.variants.to_category_with_filter', 'The link leads to the main product category with the selected filter by product brand'),
('es', 'abt__ut2.settings.products.view.show_brand_logo', 'Show product brand logo'),
('es', 'abt__ut2.settings.products.view.show_brand_logo.tooltip', 'Allow the display of product brand logo. For the setting to work, you must correctly specify Brand feature ID setting value in General tab'),
('es', 'abt__ut2.settings.products.view.show_features', 'Show product features'),
('es', 'abt__ut2.settings.products.view.show_features.tooltip', 'Allow displaying of selected product features (for displaying on the product page (but not in Features tab), the feature must have an active setting \"Show in header on the product details page\")'),
('es', 'abt__ut2.settings.products.view.show_qty', 'Show quantity changer'),
('es', 'abt__ut2.settings.products.view.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('es', 'abt__ut2.settings.products.view.show_short_description', 'Show short description'),
('es', 'abt__ut2.settings.products.view.show_short_description.tooltip', 'Allow the display of the \"Short description\"'),
('es', 'abt__ut2.settings.products.view.show_sku', 'Show product code (Sku)'),
('es', 'abt__ut2.settings.products.view.show_sku.tooltip', 'Allow product code (Sku) showing'),
('es', 'abt__ut2.settings.products.view.show_sticky_add_to_cart', 'Show sticky block Add to cart (only for mobile devices)'),
('es', 'abt__ut2.settings.products.view.show_sticky_add_to_cart.tooltip', 'Allow output of a fixed block with the Add to cart button at the bottom of the mobile device screen. Also depending on the state of the option \"Show quantity changer\" in the block, the changer of products quantity for the order can be shown'),
('es', 'abt__ut2.settings.products.view_group', 'Additional displaying settings'),
('es', 'abt__ut2.settings.products.view_group_description', 'Additional appearance settings for the product page'),
('es', 'abt__ut2.settings.products_description', 'Here theme settings which affect the product detailed page appearance'),
('es', 'abt__ut2.settings.product_list', 'Product lists'),
('es', 'abt__ut2.settings.product_list.decolorate_out_of_stock_products', 'Decolorize out of stock products'),
('es', 'abt__ut2.settings.product_list.decolorate_out_of_stock_products.tooltip', 'Applies the effect of decolorize for product items, that are out of stock. Only for lists in categories is used'),
('es', 'abt__ut2.settings.product_list.lazy_load', 'Use images lazy load'),
('es', 'abt__ut2.settings.product_list.lazy_load.tooltip', 'Speeds up the category page loading due to the fact, that images are loaded after the page is already loaded, images will be loaded only by users screen demand. Not compatible with activated option of setting \"Show product mini icons gallery in the product list\"'),
('es', 'abt__ut2.settings.product_list.limit_product_variations', 'The maximum quantity of the displayed products variations'),
('es', 'abt__ut2.settings.product_list.limit_product_variations.tooltip', 'Specify the number of available variations, that will be shown for the product in the list, if more variations are available, than specified in the setting, the remaining amount will be indicated in brackets (+ N more). Value <code>0</code> in setting will block the display of variations.'),
('es', 'abt__ut2.settings.product_list.max_features', 'Max number of displayed features in lists'),
('es', 'abt__ut2.settings.product_list.max_features.tooltip', 'Specify the number of features displayed in all available lists for different devices'),
('es', 'abt__ut2.settings.product_list.price_display_format', 'Price display format'),
('es', 'abt__ut2.settings.product_list.price_display_format.tooltip', 'Formats options (of the elements positions) of price display'),
('es', 'abt__ut2.settings.product_list.price_display_format.variants.col', 'Option 1'),
('es', 'abt__ut2.settings.product_list.price_display_format.variants.mix', 'Option 3'),
('es', 'abt__ut2.settings.product_list.price_display_format.variants.row', 'Option 2'),
('es', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content', 'Content of bottom part of the product grid item'),
('es', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.tooltip', 'Select, what fields will be used as a additional information of the product item'),
('es', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.description', 'Short description'),
('es', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.features', 'Features list'),
('es', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.features_and_variations', 'Features and variations list'),
('es', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.none', 'Don\'t display'),
('es', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.variations', 'Variations list'),
('es', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_height', 'Minimum height for product cell, px'),
('es', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_height.tooltip', 'Defines the product cell height according to your needs'),
('es', 'abt__ut2.settings.product_list.products_multicolumns.show_brand_logo', 'Show brand logo'),
('es', 'abt__ut2.settings.product_list.products_multicolumns.show_brand_logo.tooltip', 'Allow the brand logo displaying (requires proper assigned option \"Brand feature ID\" in the \"General\" section of theme settings and downloaded images for Brand feature variants)'),
('es', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons', 'Show \"Add to cart\" buttons'),
('es', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons.tooltip', 'Allow the display of the \"Add to cart\" and \"Buy now with 1-click\" buttons'),
('es', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons_on_hover', 'Show buttons only while hovering'),
('es', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons_on_hover.tooltip', 'Buttons \"Add to cart\" and \"Buy now with 1-click\" will be shown only while hovering on the product cell'),
('es', 'abt__ut2.settings.product_list.products_multicolumns.show_qty', 'Show quantity changer'),
('es', 'abt__ut2.settings.product_list.products_multicolumns.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('es', 'abt__ut2.settings.product_list.products_multicolumns.show_sku', 'Show product code (Sku)'),
('es', 'abt__ut2.settings.product_list.products_multicolumns.show_sku.tooltip', 'Allow product code (Sku) showing'),
('es', 'abt__ut2.settings.product_list.products_multicolumns.show_you_save', 'Show \"You save\"'),
('es', 'abt__ut2.settings.product_list.products_multicolumns.show_you_save.tooltip', 'Shows information about savings (amount of your savings)'),
('es', 'abt__ut2.settings.product_list.products_multicolumns_group', 'Settings for \"Grid\" product list view'),
('es', 'abt__ut2.settings.product_list.products_multicolumns_group_description', 'Settings for \"Grid\" product list view. Please note, that some settings allow you to control the output of functional elements for different devices separately'),
('es', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content', 'Content under description'),
('es', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.tooltip', 'Select, what fields will be used as the additional information of the product item'),
('es', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.features', 'Features list'),
('es', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.features_and_variations', 'Features and variations list'),
('es', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.none', 'Don\'t display'),
('es', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.variations', 'Variations list'),
('es', 'abt__ut2.settings.product_list.products_without_options.show_amount', 'Show product availability status'),
('es', 'abt__ut2.settings.product_list.products_without_options.show_amount.tooltip', 'Allow the display of the status of stock availability (In stock, Out of stock)'),
('es', 'abt__ut2.settings.product_list.products_without_options.show_brand_logo', 'Show brand logo'),
('es', 'abt__ut2.settings.product_list.products_without_options.show_brand_logo.tooltip', 'Allow the brand logo displaying (requires proper assigned option \"Brand feature ID\" in the \"General\" section of theme settings and downloaded images for Brand feature variants)'),
('es', 'abt__ut2.settings.product_list.products_without_options.show_features', 'Show product features'),
('es', 'abt__ut2.settings.product_list.products_without_options.show_features.tooltip', 'Allow display of selected product features (for displaying in the product list the feature must have an active setting \"Show in product list\")'),
('es', 'abt__ut2.settings.product_list.products_without_options.show_options', 'Show product options'),
('es', 'abt__ut2.settings.product_list.products_without_options.show_options.tooltip', 'Allow display of product options'),
('es', 'abt__ut2.settings.product_list.products_without_options.show_qty', 'Show quantity changer'),
('es', 'abt__ut2.settings.product_list.products_without_options.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('es', 'abt__ut2.settings.product_list.products_without_options.show_sku', 'Show product code (Sku)'),
('es', 'abt__ut2.settings.product_list.products_without_options.show_sku.tooltip', 'Allow product code (Sku) showing'),
('es', 'abt__ut2.settings.product_list.products_without_options_group', 'Settings for \"List without options\" product list view'),
('es', 'abt__ut2.settings.product_list.products_without_options_group_description', 'Settings for \"List without options\" product list view. Please note, that some settings allow you to control the output of functional elements for different devices separately'),
('es', 'abt__ut2.settings.product_list.short_list.show_button', 'Show \"Add to cart\" button'),
('es', 'abt__ut2.settings.product_list.short_list.show_button.tooltip', 'Allow the display of the \"Add to cart\" buttons'),
('es', 'abt__ut2.settings.product_list.short_list.show_button_compare', 'Show \"Add to comparison list\" button'),
('es', 'abt__ut2.settings.product_list.short_list.show_button_compare.tooltip', 'Allow the display of the \"Add to comparison list\" button'),
('es', 'abt__ut2.settings.product_list.short_list.show_button_quick_view', 'Show \"Quick view\" button'),
('es', 'abt__ut2.settings.product_list.short_list.show_button_quick_view.tooltip', 'Allow the display of the \"Quick view\" button'),
('es', 'abt__ut2.settings.product_list.short_list.show_button_wishlist', 'Show \"Add to wish list\" button'),
('es', 'abt__ut2.settings.product_list.short_list.show_button_wishlist.tooltip', 'Allow the display of the \"Add to wish list\" button'),
('es', 'abt__ut2.settings.product_list.short_list.show_qty', 'Show quantity changer'),
('es', 'abt__ut2.settings.product_list.short_list.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('es', 'abt__ut2.settings.product_list.short_list.show_sku', 'Show product code (Sku)'),
('es', 'abt__ut2.settings.product_list.short_list.show_sku.tooltip', 'Allow product code (Sku) showing'),
('es', 'abt__ut2.settings.product_list.short_list_group', 'Settings for \"Compact list\" product list view'),
('es', 'abt__ut2.settings.product_list.short_list_group_description', 'Settings for \"Compact list\" product list view. Pay attention to the presence of addon-dependent settings. Some settings allow managing functionality elements output for different devices separately'),
('es', 'abt__ut2.settings.product_list.show_fixed_filters_button', 'Enable fixed filter call button'),
('es', 'abt__ut2.settings.product_list.show_fixed_filters_button.tooltip', 'When the setting is turned on when the page is scrolled, a button for calling filters will appear.'),
('es', 'abt__ut2.settings.product_list.show_gallery', 'Show product mini icons gallery in the product list'),
('es', 'abt__ut2.settings.product_list.show_gallery.tooltip', 'Activates the option of scrolling the product photos mini gallery in the lists. Applies only to the product list with the \"Grid\" output template'),
('es', 'abt__ut2.settings.product_list.show_rating', 'Display product rating'),
('es', 'abt__ut2.settings.product_list.show_rating.tooltip', 'Allows to display product rating stars'),
('es', 'abt__ut2.settings.product_list_description', 'Here are the product lists settings of the theme, that affect the output for all product blocks and product lists on categories, search, features pages. Note: blocks can have their own settings and not use selected parameters. The presence of the <i class=\"icon-is-addon\"></i> icon for the setting means, that it is dependent on the presence of an addon, that needs to be turned on'),
('es', 'abt__ut2.settings.value', 'Value for all devices'),
('es', 'abt__ut2.settings.value.desktop', 'Value for Desktop'),
('es', 'abt__ut2.settings.value.mobile', 'Value for Phone'),
('es', 'abt__ut2.settings.value.tablet', 'Value for Tablet'),
('es', 'abt__ut2.settings.vendor', 'Vendor'),
('es', 'abt__ut2.settings.vendor.show_ask_question_link', 'Display \"Ask a question\" link'),
('es', 'abt__ut2.settings.vendor.show_ask_question_link.tooltip', 'Allows customers to communicate with the vendor using chat. Depends on \"Ask seller a question\" addon'),
('es', 'abt__ut2.settings.vendor.truncate_short_description', 'Number of characters for vendor description'),
('es', 'abt__ut2.settings.vendor.truncate_short_description.tooltip', 'Allows you to limit the output of vendor short description, specify the number of displayed characters. To disable output, use the value \"0\"'),
('es', 'abt__ut2.settings.vendor_description', 'Block with vendor information on the vendor\'s page'),
('es', 'abt__ut2.sort_by_bestsellers_asc', 'Bestselling: Low to High'),
('es', 'abt__ut2.sort_by_bestsellers_desc', 'Bestselling First'),
('es', 'abt__ut2.sort_by_company_asc', 'Sort by alphabetical: A to Z'),
('es', 'abt__ut2.sort_by_company_desc', 'Sort by alphabetical: Z to A'),
('es', 'abt__ut2.sort_by_null_asc', 'Without sorting'),
('es', 'abt__ut2.sort_by_on_sale_asc', 'Discount: Low to High'),
('es', 'abt__ut2.sort_by_on_sale_desc', 'Discount: High to Low'),
('es', 'abt__ut2.sort_by_popularity_asc', 'Popularity: Low to High'),
('es', 'abt__ut2.sort_by_popularity_desc', 'Popular First'),
('es', 'abt__ut2.sort_by_position_asc', 'Position: Low to High'),
('es', 'abt__ut2.sort_by_position_desc', 'Position: High to Low'),
('es', 'abt__ut2.sort_by_price_asc', 'Price: Low to High'),
('es', 'abt__ut2.sort_by_price_desc', 'Price: High to Low'),
('es', 'abt__ut2.sort_by_product_asc', 'from A to Z'),
('es', 'abt__ut2.sort_by_product_desc', 'from Z to A'),
('es', 'abt__ut2.sort_by_rating_asc', 'Sort by rating: Low to High'),
('es', 'abt__ut2.sort_by_rating_desc', 'Sort by rating'),
('es', 'abt__ut2.sort_by_timestamp_asc', 'Oldest Items First'),
('es', 'abt__ut2.sort_by_timestamp_desc', 'Newest Items First'),
('es', 'abt__ut2.upgrade_notifications.4.10.2.d.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update used layout.'),
('es', 'abt__ut2.upgrade_notifications.4.10.2.d.new_layouts.title', 'New layout \"Checkout\" is available!'),
('es', 'abt__ut2.upgrade_notifications.4.10.3.a.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('es', 'abt__ut2.upgrade_notifications.4.10.3.a.new_layouts.title', 'We recommend to update the used layout!'),
('es', 'abt__ut2.upgrade_notifications.4.10.3.b.added_compatibility_with_ab__ia.text', 'For users of <a target=\"_blank\" href=\"https://cs-cart.alexbranding.com/en/addon-intellectual-analogues-accessories-by-features.html\">AB: Intellectual selection of products</a> addon starting from version 2.6.0: special places for displaying a block of selected products were added in theme (optionally above or below the product tabs, taking into account the display settings for various devices).'),
('es', 'abt__ut2.upgrade_notifications.4.10.3.b.added_compatibility_with_ab__ia.title', 'Fixed compatibility with \"AB: Intellectual selection of products\" addon'),
('es', 'abt__ut2.upgrade_notifications.4.10.4.b.added_new_less_settings.text', '<p>In this version, we have significantly expanded the settings for \"color schemes\" and grouped them into tabs corresponding to their place of application and functional purpose.</p><p><b>IMPORTANT!!!</b></p><p>After the upgrade, your current color scheme will work as before. To use the new settings you need to perform one of the variants: <ol><li>or adjust the current used color scheme. To do this, go to the page AB: Addons → AB: UniTheme2 → Color scheme settings, select the active color scheme and set the necessary values for all settings;</li><li>or create a new color scheme using the \"Theme Editor\" based on the color schemes available in this version.</li></ol></p><p>List of new color scheme settings (AB: Addons → AB: UniTheme2 → Color scheme settings):<ul><li>General → Display headers in capital letters;</li><li>General → Buttons → Display text in capital letters;</li><li>General → Buttons → Add shadow;</li><li>General → Buttons → Add bulk;</li><li>General → Labels (stickers) → Use border style;</li> <li>General → Labels (stickers) → Add shadow;</li><li>General → Labels (stickers) → Add shadow for text;</li><li>Containers → Header → Add dividing strips;</li><li>Containers → Header → Color for hovering over a first level menu item;</li><li>Containers → Header → Color for hovering over the elements \"Categories\", \"Account\" and \"Cart\";</li><li>Containers → Header → The color of the icons for elements \"Categories\", \"Account\" and \"Cart\";</li><li>Product → Set individual color for \"Add to cart\" button.</li></ul><p>'),
('es', 'abt__ut2.upgrade_notifications.4.10.4.b.added_new_less_settings.title', 'We recommend to update the used color scheme (Style) settings!');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('es', 'abt__ut2.upgrade_notifications.4.11.3.b.ab__deal_of_the_day.text', 'For theme version v4.11.3.b is needed the add-on \"AB: Product of the day and extended promotions\" version v3.2.0 to provide the correct display of the add-on elements in the theme.'),
('es', 'abt__ut2.upgrade_notifications.4.11.3.b.ab__deal_of_the_day.title', 'Attention! The update of the \"AB: Product of the day and extended promotions\" add-on is needed'),
('es', 'abt__ut2.upgrade_notifications.4.11.3.b.brands_page_will_be_removed.text', 'The functionality of the Brands page will be moved and expanded into the separate add-on <a href=\"https://cs-cart.alexbranding.com/en/seo-for-brands.html\" target=\"_blank\">AB: SEO for Brands</a> from the next version of the theme. It is available in the package <a href=\"https://cs-cart.alexbranding.com/en/seo-package.html\" target=\"_blank\">SEO</a>.'),
('es', 'abt__ut2.upgrade_notifications.4.11.3.b.brands_page_will_be_removed.title', 'Attention! The removing of Brands page functionality is planned'),
('es', 'abt__ut2.upgrade_notifications.4.11.3.c.brands_page_was_removed.text', 'Functionality of the Brands page was moved out and expanded to the separate add-on <a href=\"https://cs-cart.alexbranding.com/ru/seo-dlya-brendov.html\" target=\"_blank\">AB: SEO for Brands</a> that is available in the package <a href=\"https://cs-cart.alexbranding.com/ru/paket-moduley-seo.html\" target=\"_blank\">SEO</a>. In the absence of the specified add-on, theme will still use outdated functionality, which will be permanently removed in the next releases.'),
('es', 'abt__ut2.upgrade_notifications.4.11.3.c.brands_page_was_removed.title', 'Attention! The Brands page functionality was moved out to the separate add-on.'),
('es', 'abt__ut2.upgrade_notifications.recommend_to_update_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('es', 'abt__ut2.upgrade_notifications.recommend_to_update_layouts.title', 'We recommend to update the used layout!'),
('es', 'abt__ut2.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the theme in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-118\">List of releases</a>.'),
('es', 'abt__ut2.upgrade_notifications.title', 'AB: UniTheme2 was successfully updated to v[ver]!'),
('es', 'abt__ut2_advanced_subcategories_menu', 'AB: Advanced subcategories menu'),
('es', 'abt__ut2_banner_carousel_combined', 'AB: Advanced banner (Carousel)'),
('es', 'abt__ut2_banner_combined', 'AB: Advanced banner'),
('es', 'abt__ut2_bt.combinations_generated', 'Generated [n] comb.'),
('es', 'abt__ut2_bt.empty_data', 'Choose products for combinations'),
('es', 'abt__ut2_bt.form.find_by_additional_product', 'Find by additional product'),
('es', 'abt__ut2_bt.form.find_by_base_product', 'Find by base product'),
('es', 'abt__ut2_bt.form.find_by_name', 'Find by name'),
('es', 'abt__ut2_buy_together.editing', 'Editing'),
('es', 'abt__ut2_buy_together.generate', 'AB: \"Buy together\" generator'),
('es', 'abt__ut2_buy_together.manage', 'AB: \"Buy together\" manage'),
('es', 'abt__ut2_light_menu', 'AB: Fly menu'),
('es', 'abt__ut2_mv.autoinstall.add_layouts', 'Added layouts for Multi-Vendor'),
('es', 'abt__ut2_mv.help', 'Help'),
('es', 'abt__ut2_mv.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/abt__unitheme2_mv.doc\'>the documentation</a>.'),
('es', 'abt__ut2_mv.product_page_vendor_settings', 'Vendor settings on product page'),
('es', 'abt__ut2_mv.upgrade_notifications.4.10.2.b.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('es', 'abt__ut2_mv.upgrade_notifications.4.10.2.b.new_layouts.title', 'We recommend to update the used layout!'),
('es', 'abt__ut2_mv.upgrade_notifications.4.11.2.a.new_settings.text', '<h3>Block with information about the vendor on the product page</h3><p>To edit this settings go to: Admin panel → AB: Addons → AB: UniTheme2 → Theme settings, go to Product tab and find section Block with vendor information:</p><ul><li>Use vendor name as a link on a vendor page;</li><li>Show vendor logo;</li><li>Number of characters for vendor description;</li><li>Show vendor phone number;</li><li>Show \"Ask a question\" link.</li></ul><h3>Block with information about the vendor on the vendor\'s page</h3><p>To edit this settings go to: Admin panel → AB: Addons → AB: UniTheme2 → Theme settings, go to Vendor tab:</p><ul><li>Number of characters for vendor description;</li><li>Display \"Ask a question\" link.</li></ul>'),
('es', 'abt__ut2_mv.upgrade_notifications.4.11.2.a.new_settings.title', 'Added new settings'),
('es', 'abt__ut2_mv.upgrade_notifications.recommend_to_update_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('es', 'abt__ut2_mv.upgrade_notifications.recommend_to_update_layouts.title', 'We recommend to update the used layout!'),
('es', 'abt__ut2_mv.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the theme in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2_mv.doc#p-1276\">List of releases</a>.'),
('es', 'abt__ut2_mv.upgrade_notifications.title', 'AB: UniTheme2 (Multi-Vendor) was successfully updated to v[ver]!'),
('es', 'abt__ut2_mv.vendor_settings_tab', 'Vendor settings on vendor page'),
('es', 'abt__ut2_selected_filters', 'AB: Selected filter variants'),
('es', 'abt__ut2_show_title', 'Show title'),
('es', 'abt__ut2_thumbnail_height', 'Scroller thumbnail height'),
('es', 'abt__ut2_view_more_btn_behavior', 'AB: Behaviour for the \"More\" button'),
('es', 'abt__ut2_view_more_btn_behavior.tooltip', 'The setting determines the behavior variants of the button and will display the hidden menu elements when hover the mouse cursor or it will transfer to the parent menu item'),
('es', 'abt__ut2_view_more_btn_behavior_trigger_parent_link', 'Go to the parent menu item link'),
('es', 'abt__ut2_view_more_btn_behavior_view_items', 'Show hidden items'),
('es', 'abt__ut2__mainbox_general', 'AB: Main block (SEO)'),
('es', 'abt__ut2__mainbox_simple', 'AB: Simplified block'),
('es', 'abt__ut2__scroller_advanced', 'AB: Scroller advanced'),
('es', 'abt__ut2__sidebox_general', 'AB: Secondary block'),
('es', 'abt__ut2__sidebox_important', 'AB: Secondary framed block'),
('es', 'abt__ut2__swipe', 'AB: Swipe block'),
('es', 'ab__addons', 'AB: Add-ons'),
('es', 'ab__addons_manager', 'AB: Add-ons Manager'),
('es', 'ab__am.addon.action.install_addon', 'New version <code>v[ver]</code> is available for you'),
('es', 'ab__am.addon.action.install_addon.button.tooltip', 'By clicking on this button, the v[ver] of add-on will be automatically downloaded and installed to bypass the standard installation of CS-Cart. You also have the possibility to install the add-on in a standard way by downloading the version of the add-on, compatible with your store on the page My Profile → Orders page on the <a href=\'https://cs-cart.alexbranding.com/en/orders/\'>cs-cart.alexbranding.com </a>'),
('es', 'ab__am.addon.action.install_addon.button.value', 'Install v[ver]'),
('es', 'ab__am.addon.action.not_tested_yet', 'The installed version <code>v[ver]</code> has not yet passed testing for your version of the store <b>[cscart]</b>'),
('es', 'ab__am.addon.action.require_update', 'To install the add-on or updates, please, update <b>AB: Add-ons Manager</b> to the actual version <code>v[ver]<code>'),
('es', 'ab__am.addon.action.unavailable_addon', 'The add-on is not available for you (either due to incompatibility with your version of the CS-Cart <b>[cscart]</b> or your subscription for updates has expired)'),
('es', 'ab__am.addon.action.update_addon', 'Update <code>v[ver]</code> is available for you'),
('es', 'ab__am.addon.action.update_addon.button.tooltip', 'If the update is not available through the CS-Cart Upgrade Center, uninstall the add-on on the page <b> Add-ons → Manage Add-ons</b> and v[ver] will be available for installation on this page'),
('es', 'ab__am.addon.action.update_addon.button.value', 'Update to v[ver]'),
('es', 'ab__am.addon.action.wait_new_version', 'The latest version <code>v[ver]</code> is compatible with <b>[cscart]</b> according to your subscription'),
('es', 'ab__am.addon.button_buy_updates.text', 'Renew your subscription to the add-on'),
('es', 'ab__am.addon.button_buy_updates.tooltip', 'Renew the subscription to get the latest updates'),
('es', 'ab__am.addon.button_download_am.note', '<p>AB: Add-ons manager is necessary for the proper operation of our solutions.It organizes your add-ons and groups them by sets. Unobtrusively notifying you about new available updates of the add-on, and gives the opportunity to update them in one click.Also, you can easily extend the subscription to our solutions and get the most current version of the add-on. We constantly update add-ons to make them as useful to you, as possible.<p>Please note, that in order to install and/or update the add-ons, you must have the latest version of AB: Add-ons Manager v[ver]. You will be informed about the release of the new version of the add-on and a link will be provided for downloading add-on archive.</p><hr><p></b>How to update AB: Add-ons Manager to v[ver]?</b></p><ol><li>When a notification appears about the availability of the new version of AB: Add-ons Manager, download the archive;</li><li>Close the storefront. (To do this go to Settings → General → Close storefront - set the checkbox and click on the [Save] button, close for just 2 minutes);</li><li>Delete AB: Add-ons Manager (To do this, go to Add-ons → Manage Add-ons → AB: Add-ons Manager: Delete);</li><li>Install archive of AB: Add-ons Manager from step 1 (To do this, on the Add-ons → Manage add-ons → button [+]: select the previously downloaded archive from step 1);</li><li>Clear the cache (Go to the menu item Administration → Storage → Clear Cache);</li><li>Open the storefront. (To do this, go to Settings → General → Close storefront - uncheck the checkbox and click the [Save] button);</li></ol>'),
('es', 'ab__am.addon.button_download_am.text', 'Download'),
('es', 'ab__am.addon.changelog', 'List of changes'),
('es', 'ab__am.addon.doc', 'Documentation'),
('es', 'ab__am.addon.msg.available_version_is_installed', 'The latest available version of the add-on is installed'),
('es', 'ab__am.addon.msg.expired_subscription', 'Only v[ver] is available to your store. Renew the subscription to get the actual version of the add-on'),
('es', 'ab__am.addon.msg.final_version_is_installed', 'The Actual version of the add-on is installed'),
('es', 'ab__am.addon.msg.not_available', 'The add-on is not available for your store!'),
('es', 'ab__am.addon.new_version_is_available', 'v[ver] from [date]'),
('es', 'ab__am.addon.new_version_is_available.tooltip', 'New version v[ver] is available from [date]'),
('es', 'ab__am.addon.settings', 'Add-on settings'),
('es', 'ab__am.addon.status.a', 'Add-on status is \"Active\"'),
('es', 'ab__am.addon.status.d', 'Add-on status is \"Inactive\"'),
('es', 'ab__am.addon.status.n', 'Add-on status is \"Not installed yet\"'),
('es', 'ab__am.addon.subscription.active', 'Subscription is active until [date]'),
('es', 'ab__am.addon.subscription.exp', 'Your subscription for updates has expired<b>[date]</b>. To access the current add-on versions, you must buy a subscription.'),
('es', 'ab__am.addon.subscription.exp.button.tooltip', 'Buy subscription to get access to the current add-on versions'),
('es', 'ab__am.addon.subscription.exp.button.value', 'Buy subscription'),
('es', 'ab__am.addon.subscription.expired', 'Subscription expired on [date]. Renew subscription to get actual add-on versions'),
('es', 'ab__am.addon.subscription.ok', 'Your subscription is active until <b>[date]</b>'),
('es', 'ab__am.addon.subscription.ok.button.tooltip', 'Renew subscription to get access to the current add-on versions'),
('es', 'ab__am.addon.subscription.ok.button.value', 'Renew subscription'),
('es', 'ab__am.addon.subscription_updates', 'Updates are available until [date]'),
('es', 'ab__am.addon.table_head.actions', 'Actions'),
('es', 'ab__am.addon.table_head.addon', 'Add-on name'),
('es', 'ab__am.addon.table_head.note', 'Note'),
('es', 'ab__am.addon.table_head.subscription', 'Subscription'),
('es', 'ab__am.addon.table_head.versions', 'Versions'),
('es', 'ab__am.addon.table_head.versions.tooltip', 'List of variants: Installed, Available and Actual'),
('es', 'ab__am.addon.update_instruction', 'Procedure of updating'),
('es', 'ab__am.addon.versions.available', 'Available'),
('es', 'ab__am.addon.versions.final', 'Actual'),
('es', 'ab__am.addon.versions.installed', 'Installed'),
('es', 'ab__am.addon.version_info', '<b>Release date</b>: [date]<br><b>Compatibility</b>:<br>CS-Cart: [ultimate]<br>Multivendor: [multivendor]'),
('es', 'ab__am.addons', 'AB: List of available sets/add-ons'),
('es', 'ab__am.addons_sets.notes', '<h4>Basic concepts</h4><p><u>The installed version</u> is the version of the add-on, that is currently installed on your store.</p><p><u>The available version</u> is the latest version of the add-on, that is available for you to install and/or update within the prepaid subscription for updates. For example, for the add-on there are versions v2.0 from February 15, 2019 and v2.1 from March 2, 2019 and your subscription to the add-on updates ended on March 1, 2019, then the latest available version for you will be version v2.0 from 15 February 2019. To receive version v2.1 of March 2, 2019, it is necessary to renew the subscription period.</p><p><u>The actual version</u> is the latest version of the add-on at the moment. We recommend you always update to the actual version, which contains fixed bugs and new useful functionality.</p><p><u>The add-on is not available for your store</u> — it is possible, the version of your CS-Cart does not correspond to the minimum acceptable version for the add-on. For example, the YoupiTheme is available only for CS-Cart 4.7.x and more.</p><br><h4>Installation process</h4><p>The installation of the add-on has never been so simple as it is now. After purchasing AlexBranding add-ons and installing <b>AB: Add-ons Manager</b> you can install the latest version of the add-on in one click, without any visits to the personal cabinet in the store, order search, downloading of archives, etc.</p><br><h4>Upgrade process</h4><p>Add-ons updating goes via CS-Cart <b>Upgrade Center</b>. If there is no update available in the CS-Cart Upgrade Center, the update is performed by Deinstallation the old version of the add-on and Installing the new version</p><br><h4>Cache</h4><p>After installing and/or updating, you must reset CS-Cart cache. See CS-Cart <a target=\'_blank\' href=\'https://docs.cs-cart.com/4.7.x/developer_guide/getting_started/cache_clearing.html\'>documentation</a> for more details.</p>'),
('es', 'ab__am.available_addons', 'List of available AB: Add-ons'),
('es', 'ab__am.available_sets', 'List of available AB: Sets'),
('es', 'ab__am.filter', 'Filter ([active] from [total])'),
('es', 'ab__am.go_to_all_stores', 'AB: Add-ons are available only in the <a href=\'[link]\'>All stores</a> mode.'),
('es', 'ab__am.install.checking', '[name] — <b>checking</b>'),
('es', 'ab__am.install.clearing_cache', 'Clearing cache'),
('es', 'ab__am.install.downloading', '[name] — <b>downloading</b>'),
('es', 'ab__am.install.install', 'The installation process'),
('es', 'ab__am.install.installing', '[name] — <b>installing</b>'),
('es', 'ab__am.install.update', 'The update process'),
('es', 'ab__am.menu.available_update', 'Update available'),
('es', 'ab__am.menu.available_updates', 'Updates available'),
('es', 'ab__am.menu.new_version', 'v[ver]'),
('es', 'ab__am.menu.number_of_notifications', 'Number of notifications'),
('es', 'ab__am.menu.number_of_updates', 'Number of updates'),
('es', 'ab__am.msg.addon_is_already_installed', 'You have already installed the add-on <b>[name]</b> the latest version <b>[version]</b>'),
('es', 'ab__am.msg.addon_is_already_installed_upd', 'You have already installed the add-on <b>[name]</b> the latest version <b>[version]</b>, you can perform the add-on update to version <b>[version_last]</b>'),
('es', 'ab__am.msg.error_code', 'Error Code'),
('es', 'ab__am.msg.no_permissions', 'No write permission'),
('es', 'ab__am.msg.update_am', 'To install and/or update our add-ons, you should update AB: Add-ons Manager to the latest version <b>v[ver]</b>!'),
('es', 'ab__am.note', 'More info'),
('es', 'ab__am.notifications', 'List of notifications from AlexBranding'),
('es', 'ab__am.notifications.notes', 'In this section you will find information about our news and promotions. Regularly we will inform you about the releases of our new solutions, discounts or closed promotions, available only for you.'),
('es', 'ab__am.no_data', 'To use AlexBranding add-ons and/or sets, your domain <b>[domain]</b> must be licensed.<br>In the case of absence of the domain <b>[domain]</b> in the list of licensed domains, all AlexBranding solutions will be automatically turned off. <br>Contact <b>info@alexbranding.com</b> for problem solving.'),
('es', 'ab__am.no_data.notification', 'Due to the fact, that your domain [domain] is not included in the list of licensed, some AlexBranding add-ons have been automatically turned off. <a href=\'[link]\'>More info</a>.'),
('es', 'ab__am.order', '(Order #[order_id])'),
('es', 'ab__am.our_store', 'AlexBranding\'s store'),
('es', 'ab__am.set.available_updates', 'New versions are available: [n]'),
('es', 'ab__am.set.button_buy_updates.text', 'Renew your subscription to the set'),
('es', 'ab__am.set.button_buy_updates.tooltip', 'Update subscription expired [date]. Renew the subscription for the latest updates'),
('es', 'ab__am.set.set', 'Set name'),
('es', 'ab__am.set.subscription_updates', 'Updates are available until [date]'),
('es', 'ab__am.submit.install.text', 'Install version v[ver]'),
('es', 'ab__am.submit.tooltip', 'Keep in mind that before installing/updating all files of this add-on will be deleted, including your changes in this add-on. If you have any files - be sure to save them. [update_info]'),
('es', 'ab__am.submit.tooltip.update_info', 'Be sure to remember add-on settings to restore them after the update if they are'),
('es', 'ab__am.submit.update.text', 'Update to version v[ver]'),
('es', 'ab__am.submit.update.tooltip', ''),
('es', 'ab__am.subscription', 'Subscribe to our channels to be the first<br>to know about new releases and promotions!'),
('es', 'ab__am.subscription.channels.variant.email.href', 'https://cs-cart.alexbranding.com/en/subscription-en.html'),
('es', 'ab__am.subscription.channels.variant.email.title', 'Email'),
('es', 'ab__am.subscription.channels.variant.facebook.href', 'https://fb.me/AlexBrandingEn'),
('es', 'ab__am.subscription.channels.variant.facebook.title', 'Facebook'),
('es', 'ab__am.subscription.channels.variant.instagram.href', 'https://www.instagram.com/alexbrandingteam/'),
('es', 'ab__am.subscription.channels.variant.instagram.title', 'Instagram'),
('es', 'ab__am.subscription.channels.variant.telegram.href', 'https://t.me/alexbranding_en'),
('es', 'ab__am.subscription.channels.variant.telegram.title', 'Telegram'),
('es', 'ab__am.subscription.channels.variant.twitter.href', 'https://twitter.com/alexbranding_en'),
('es', 'ab__am.subscription.channels.variant.twitter.title', 'Twitter'),
('es', 'ab__am.subscription.channels.variant.whatsapp.href', 'https://chat.whatsapp.com/GzW9eZjXH6YL2b0d9gitvk'),
('es', 'ab__am.subscription.channels.variant.whatsapp.title', 'WhatsApp'),
('es', 'ab__am.subscription.channels.variant.youtube.href', 'https://www.youtube.com/channel/UCTkiV2DqPqQaLOyWZzBFjaA'),
('es', 'ab__am.subscription.channels.variant.youtube.title', 'Youtube'),
('es', 'ab__category_banners', 'AB: Banners for categories'),
('es', 'ab__category_banners.add', 'Add banner for category'),
('es', 'ab__category_banners.adding', 'Adding banner for category'),
('es', 'ab__category_banners.demodata', 'Demo data'),
('es', 'ab__category_banners.editing', 'Editing banner for category'),
('es', 'ab__category_banners.export', 'Data export'),
('es', 'ab__category_banners.help', 'Help'),
('es', 'ab__category_banners.manage', 'Banners management'),
('es', 'ab__cb.autoinstall.banners_created', 'Demo category banners [banners] is created successfully'),
('es', 'ab__cb.autoinstall.banners_not_created', 'Failed to create demo category banners'),
('es', 'ab__cb.autoinstall.no_category', 'Available category not found'),
('es', 'ab__cb.autoinstall.no_demodata', 'File with demo data is missing'),
('es', 'ab__cb.banner_position', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
('es', 'ab__cb.cat_banner', 'banner for category'),
('es', 'ab__cb.cron_links', '<p>For an automatic switching off of expired banners - use one of these links:<b/r><br/><code>[cron_cmd]</code><br/>or<br/><code>[cron_url]</code></p>'),
('es', 'ab__cb.datatime', 'date/time'),
('es', 'ab__cb.demodata.table.action', 'Action'),
('es', 'ab__cb.demodata.table.add_banners', 'Add banners'),
('es', 'ab__cb.demodata.table.description', 'Demo data'),
('es', 'ab__cb.demodata_description', 'Demo data can be downloaded on this page'),
('es', 'ab__cb.errors.cron_key', '<p>Warning! The value <code>[value]</code> of the setting <code>Cron key</code> doesn\'t meet the safety requirements</p>'),
('es', 'ab__cb.export.actions.banners', 'Banners export'),
('es', 'ab__cb.export.actions.banners.placeholder', 'Banners ID'),
('es', 'ab__cb.export.table.action', 'Action'),
('es', 'ab__cb.export.table.data', 'Data for export'),
('es', 'ab__cb.export.table.description', 'Data export'),
('es', 'ab__cb.export_description', 'Addon data can be exported on this page'),
('es', 'ab__cb.form.friday', 'Friday'),
('es', 'ab__cb.form.from_date', 'Active from date/time'),
('es', 'ab__cb.form.grid_image', 'Images for an output as a grid'),
('es', 'ab__cb.form.include_subcategories', 'Show in subcategories'),
('es', 'ab__cb.form.list_image', 'Images for an output as a list without options'),
('es', 'ab__cb.form.monday', 'Monday'),
('es', 'ab__cb.form.m_turn_off', 'Switch off selected'),
('es', 'ab__cb.form.m_turn_on', 'Switch on selected'),
('es', 'ab__cb.form.position', 'Position'),
('es', 'ab__cb.form.saturday', 'Saturday'),
('es', 'ab__cb.form.sunday', 'Sunday'),
('es', 'ab__cb.form.target_blank', 'Open banner link in a new window'),
('es', 'ab__cb.form.thursday', 'Thursday'),
('es', 'ab__cb.form.to_date', 'Active to date/time'),
('es', 'ab__cb.form.tuesday', 'Tuesday'),
('es', 'ab__cb.form.url', 'Link'),
('es', 'ab__cb.form.wednesday', 'Wednesday'),
('es', 'ab__cb.help.cron.title', 'Automatic switching off of expired banners'),
('es', 'ab__cb.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__category_banners.doc\'>documentation</a>.'),
('es', 'ab__cb.settings', 'General settings'),
('es', 'ab__cb.set_from_and_to', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('es', 'ab__cb.upgrade_notifications.2.0.0.text', 'Banners behavier has been changed. The output of several banners at the same time is allowed. They will be displayed in random order at the specified positions. Check the settings and change the position of the banners if necessary.'),
('es', 'ab__cb.upgrade_notifications.2.0.0.title', 'Multiple banners output'),
('es', 'ab__deal_of_the_day', 'AB: Product of the day and extended promotions'),
('es', 'ab__deal_of_the_day_title_product', 'Promotions'),
('es', 'ab__dotd.add_promotions', 'Add promotions'),
('es', 'ab__dotd.add_promotions_and_close', 'Add promotions and close'),
('es', 'ab__dotd.all_promotions', 'Also in promotions'),
('es', 'ab__dotd.all_promotions.title', 'View all promotions for this product'),
('es', 'ab__dotd.all_promotions_list', 'All promotions list'),
('es', 'ab__dotd.autoinstall.no_demodata', 'File with demo data is missing'),
('es', 'ab__dotd.autoinstall.promotions_created', 'Demo promotions [promotions] is created successfully'),
('es', 'ab__dotd.autoinstall.promotions_not_created', 'Failed to create demo promotions'),
('es', 'ab__dotd.block.priority', 'Priority'),
('es', 'ab__dotd.chains_list.title', 'Products combinations'),
('es', 'ab__dotd.choose_promotion', 'Choose promotion'),
('es', 'ab__dotd.clear_filter', 'Clear filter'),
('es', 'ab__dotd.counter.days', 'days'),
('es', 'ab__dotd.counter.hours', 'hours'),
('es', 'ab__dotd.counter.minutes', 'minutes'),
('es', 'ab__dotd.counter.months', 'months'),
('es', 'ab__dotd.counter.seconds', 'seconds'),
('es', 'ab__dotd.counter.years', 'years'),
('es', 'ab__dotd.days_left', '<span>[n]</span> day left|<span>[n]</span> days left'),
('es', 'ab__dotd.days_to_start', '<span>[n]</span> day to start|<span>[n]</span> days to start'),
('es', 'ab__dotd.demodata', 'Demo data'),
('es', 'ab__dotd.demodata.table.action', 'Action'),
('es', 'ab__dotd.demodata.table.add_promotions', 'Adding promotions'),
('es', 'ab__dotd.demodata.table.description', 'Demo data'),
('es', 'ab__dotd.demodata_description', 'Installing demo data page'),
('es', 'ab__dotd.detailed', 'Promotion details'),
('es', 'ab__dotd.error.use_schedule_is_on', 'When using the \"AB: Promotion schedule\" available period changes are not available'),
('es', 'ab__dotd.form.filter', 'Use filter by category'),
('es', 'ab__dotd.form.h1', 'h1 tag'),
('es', 'ab__dotd.form.hide_products_block', 'Hide products block'),
('es', 'ab__dotd.form.list_image', 'Image for promotions list'),
('es', 'ab__dotd.form.meta_description', 'Meta tag <code>description</code>'),
('es', 'ab__dotd.form.meta_keywords', 'Meta tag <code>keywords</code>'),
('es', 'ab__dotd.form.page_image', 'Image for promotion page'),
('es', 'ab__dotd.form.page_title', 'Page title'),
('es', 'ab__dotd.form.use_products_filter', 'Use filter by products'),
('es', 'ab__dotd.form.use_schedule', 'Use schedule'),
('es', 'ab__dotd.form.use_schedule.tooltip', 'If you activate this option, the standard promotion setting \"Use available period\" will be disabled and the promotion activity will be determined by the Schedule that you can set in this tab interface. Conversely, if you disable this setting, the standard option \"Use available period\" will controls the activity of the promotion.'),
('es', 'ab__dotd.from', 'from'),
('es', 'ab__dotd.get_more_combinations', 'Show more [n] combination|Show more [n] combinations'),
('es', 'ab__dotd.help', 'Help'),
('es', 'ab__dotd.layouts', 'Layouts'),
('es', 'ab__dotd.layouts.choose_layout_to_reset', 'Choose layout to reset'),
('es', 'ab__dotd.layouts.header', 'There are displaying all layout pages, added by the addon, on this page. You can reset pages in any layout to the default state. Also you can download xml-file of a layout page and import it manually.'),
('es', 'ab__dotd.layouts.layout_is_not_found', 'Layout is not found'),
('es', 'ab__dotd.layouts.layout_was_reset', 'Layout was reset'),
('es', 'ab__dotd.layouts.table.action', 'Action'),
('es', 'ab__dotd.layouts.table.dispatch', 'Dispatch'),
('es', 'ab__dotd.layouts.table.dispatch_description', 'Type of the layout page'),
('es', 'ab__dotd.layouts.table.get_file', 'Get file'),
('es', 'ab__dotd.layouts.table.layouts', 'Layouts'),
('es', 'ab__dotd.less', 'Less'),
('es', 'ab__dotd.more', 'More'),
('es', 'ab__dotd.page_action_period', 'Promotion period:'),
('es', 'ab__dotd.promotion_awaited', 'Promotion is awaiting'),
('es', 'ab__dotd.promotion_expired', 'Promotion is ended'),
('es', 'ab__dotd.schedule.table_header', 'Time and Date'),
('es', 'ab__dotd.settings', 'General settings'),
('es', 'ab__dotd.showed_combinations', 'Shown [n] from [total]'),
('es', 'ab__dotd.sort.created', 'by creation date'),
('es', 'ab__dotd.sort.name', 'by name'),
('es', 'ab__dotd.sort.priority', 'by priority'),
('es', 'ab__dotd.sort.to_date', 'by ending date'),
('es', 'ab__dotd.tab.ab__dotd_schedule_header', 'Use the time range selection for each day of each month to specify the promotion activity period. When setting the schedule, refer to that left mouse button - select, right mouse button - unselect'),
('es', 'ab__dotd.to', 'to'),
('es', 'ab__dotd.today_only', 'Only today'),
('es', 'ab__dotd_awaited_promotions', 'Awaiting promotions'),
('es', 'ab__dotd_expired_promotions', 'Ended promotions'),
('es', 'ab__dotd_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__deal_of_the_day.doc\'>documentation</a>'),
('es', 'ab__dotd_product_label', 'Promotion'),
('es', 'ab__dotd_schedule', 'AB: Promotion schedule'),
('es', 'ab__dotd_scroller', 'Promotions scroller'),
('es', 'ab__dotd_sorted_promotions', 'Active promotions'),
('es', 'ab__dotd_time_awaited_left', 'To start promotion remains'),
('es', 'ab__dotd_time_left', 'To end of promotions remains'),
('es', 'ab__fast_navigation', 'AB: Fast navigation'),
('es', 'ab__fast_navigation.demodata', 'Demo data'),
('es', 'ab__fast_navigation.export', 'Export'),
('es', 'ab__fast_navigation.help', 'Help'),
('es', 'ab__fast_navigation.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__fast_navigation.doc\'>documentation</a>.'),
('es', 'ab__fn.category.label', 'Label text'),
('es', 'ab__fn.category.label.show', 'Show label'),
('es', 'ab__fn.category.label.show.tooltip', 'Display label for this language'),
('es', 'ab__fn.category.label_background', 'Label background color'),
('es', 'ab__fn.category.label_color', 'Label text color'),
('es', 'ab__fn.category.status', 'Allow displaying in AB: Fast navigation'),
('es', 'ab__fn.category.status.tooltip', 'Activate an option for editing the AB: Fast navigation block element'),
('es', 'ab__fn.category.use_origin_image', 'Use images originals'),
('es', 'ab__fn.category.use_origin_image.tooltip', 'When the option is enabled — uploaded originals will be used \"as is\"(recommend using small size images). Images sizes are set in the block settings on layouts page'),
('es', 'ab__fn.common_btn_text.tooltip', 'Allows to set button text. If leave empty — text \"BUTTON\" will be represented by default'),
('es', 'ab__fn.demodata.actions.export_menu', 'Menu'),
('es', 'ab__fn.demodata.actions.export_menu.placeholder', 'Menu ID'),
('es', 'ab__fn.demodata.errors.file_broken', 'File [file_path] does not exist or was broken'),
('es', 'ab__fn.demodata.success.menu_created', 'Demo menu <a target=\"_blank\" href=\"[href]\">[name]</a> is added'),
('es', 'ab__fn.demodata.table.action', 'Action'),
('es', 'ab__fn.demodata.table.add_menu', 'Add the menu'),
('es', 'ab__fn.demodata.table.description', 'Demo data'),
('es', 'ab__fn.demodata_description', 'Fast demo data creation for addon'),
('es', 'ab__fn.export.table.action', 'Action'),
('es', 'ab__fn.export.table.data', 'Data for export'),
('es', 'ab__fn.export.table.description', 'The export data'),
('es', 'ab__fn.export_description', 'Fast menu export for the addon AB: Fast navigation'),
('es', 'ab__fn.front.button.defult_text', 'Button'),
('es', 'ab__fn.menu.icon', 'Icon'),
('es', 'ab__fn.menu.label', 'Label text'),
('es', 'ab__fn.menu.label.show', 'Show label'),
('es', 'ab__fn.menu.label.show.tooltip', 'Display label for this language'),
('es', 'ab__fn.menu.label_background', 'Label background color'),
('es', 'ab__fn.menu.label_color', 'Label text color'),
('es', 'ab__fn.menu.status', 'Allow displaying in AB: Fast navigation'),
('es', 'ab__fn.menu.status.tooltip', 'Activate an option for editing the AB: Fast navigation block element'),
('es', 'ab__fn.menu.use_origin_image', 'Use images originals'),
('es', 'ab__fn.menu.use_origin_image.tooltip', 'When the option is enabled — uploaded originals will be used \"as is\"(recommend using small size images). Images sizes are set in the block settings on layouts page'),
('es', 'ab__fn.more', 'All from the section'),
('es', 'ab__fn.show_more', 'Show more [x] of [y]'),
('es', 'ab__fn_add_link', 'Add a link on \"All from the section\"'),
('es', 'ab__fn_add_link.tooltip', 'The link will have the URL of the parent element'),
('es', 'ab__fn_cbt_as_btn', 'Button'),
('es', 'ab__fn_cbt_as_txt', 'Text'),
('es', 'ab__fn_common_btn_class', '\"General link\" additional class'),
('es', 'ab__fn_common_btn_class.tooltip', 'List of classes that will be added to the link (space-separated)'),
('es', 'ab__fn_common_btn_text', '\"General link\" button text'),
('es', 'ab__fn_common_btn_type', 'Appearance of the \"General link\" button'),
('es', 'ab__fn_common_btn_type.tooltip', 'Choose the button representation on the storefront'),
('es', 'ab__fn_display_type', 'Display type'),
('es', 'ab__fn_grid', 'Grid'),
('es', 'ab__fn_icon_width', 'Icon width, px'),
('es', 'ab__fn_init_scrollbar', 'Enable scroll progress bar for the first level'),
('es', 'ab__fn_init_second_level_scroll', 'Enable scroller for the second level'),
('es', 'ab__fn_number_of_columns', 'Number of columns in the list'),
('es', 'ab__fn_number_of_columns.tooltip', 'Number of columns for screens'),
('es', 'ab__fn_number_of_columns_desktop', 'Number of columns in the list (Desktop)'),
('es', 'ab__fn_number_of_columns_desktop.tooltip', 'Number of columns for screens > 1230px'),
('es', 'ab__fn_number_of_columns_desktop_small', 'Number of columns in the list (Notebook)'),
('es', 'ab__fn_number_of_columns_desktop_small.tooltip', 'Number of columns for screens 992px - 1229px'),
('es', 'ab__fn_number_of_columns_mobile', 'Number of columns in the list (Phone)'),
('es', 'ab__fn_number_of_columns_mobile.tooltip', 'Number of columns for screens < 575px'),
('es', 'ab__fn_number_of_columns_tablet', 'Number of columns in the list (Tablet)'),
('es', 'ab__fn_number_of_columns_tablet.tooltip', 'Number of columns for screens 768px - 991px'),
('es', 'ab__fn_number_of_columns_tablet_small', 'Number of columns in the list (Phablet)'),
('es', 'ab__fn_number_of_columns_tablet_small.tooltip', 'Number of columns for screens 576px - 767px'),
('es', 'ab__fn_one_level', 'Single-level navigation'),
('es', 'ab__fn_scroller', 'Scroller'),
('es', 'ab__fn_show_common_btn', 'Show \"General link\" button'),
('es', 'ab__fn_show_common_btn.tooltip', 'A \"General link\" with assigned URL will be displayed under a block'),
('es', 'ab__fn_show_common_btn_link', '\"General link\" URL'),
('es', 'ab__fn_show_common_btn_link.tooltip', 'Destination URL. Can be an external link, a link inside the store or a dispatcher'),
('es', 'ab__fn_two_level', 'Two-level navigation'),
('es', 'ab__hide_product_description', 'AB: Hide the part of the content up to a certain height'),
('es', 'ab__landing_categories', 'AB: Landing categories/pages'),
('es', 'ab__lc.add_menu.added_new_menu', 'The new Menu is created'),
('es', 'ab__lc.add_menu.used_existing_menu', 'The existing Menu is used'),
('es', 'ab__lc.breadcrumb_catalog', 'Catalog'),
('es', 'ab__lc.catalog.icon', 'Category mini-icon'),
('es', 'ab__lc.catalog.image_control', 'Way of displaying icon'),
('es', 'ab__lc.catalog.image_control.left', 'Display the category mini-icon to the left of the name'),
('es', 'ab__lc.catalog.image_control.none', 'Don\'t display'),
('es', 'ab__lc.catalog.image_control.top', 'Display the category image on top of the name'),
('es', 'ab__lc.catalog.show_more', 'More'),
('es', 'ab__lc.category.list', 'Landing categories list'),
('es', 'ab__lc.category.list.tooltip', 'To correctly display the hierarchy of categories, the parent categories for the landing categories will be displayed, even if they are not landing categories!'),
('es', 'ab__lc.control_subcategory_structure', 'AB: Management of the displayed structure of landing category/page'),
('es', 'ab__lc.control_subcategory_structure.add_menu', 'Add and/or associate Menu'),
('es', 'ab__lc.control_subcategory_structure.add_menu.added_new_menu', 'The Menu has been successfully created and is associated with the current category!'),
('es', 'ab__lc.control_subcategory_structure.add_menu.info', 'The landing category menu is created only if necessary, as the menu is searched for by code <code>ABLC-xxx</code>, where <code>xxx</code> — category_id'),
('es', 'ab__lc.control_subcategory_structure.add_menu.info.multiplestore', 'Before creating the Menu — select <b>Store</b>'),
('es', 'ab__lc.control_subcategory_structure.add_menu.used_existing_menu', 'The Menu already existed and was associated with the current category!'),
('es', 'ab__lc.control_subcategory_structure.how_to_use_menu', 'Using of menu items'),
('es', 'ab__lc.control_subcategory_structure.how_to_use_menu.append', 'Add menu items in the end of a structure of the subcategories'),
('es', 'ab__lc.control_subcategory_structure.how_to_use_menu.not_to_use', 'Not to use'),
('es', 'ab__lc.control_subcategory_structure.how_to_use_menu.prepend', 'Add menu items in the beginning of a structure of the subcategories'),
('es', 'ab__lc.control_subcategory_structure.how_to_use_menu.replace', 'Replace the current sub-categories structure with the menu items'),
('es', 'ab__lc.control_subcategory_structure.inherit_control', 'To inherit management'),
('es', 'ab__lc.control_subcategory_structure.menu_id', 'Menu ID'),
('es', 'ab__lc.demodata', 'Demo data'),
('es', 'ab__lc.demodata.actions.export_category', 'Categories'),
('es', 'ab__lc.demodata.actions.export_category.placeholder', 'Categories ID'),
('es', 'ab__lc.demodata.success.category', '<a href=\"[href]\" target=\"_blank\">Demo category</a> was installed successfully'),
('es', 'ab__lc.demodata.table.action', 'Action'),
('es', 'ab__lc.demodata.table.add_category', 'Add a category'),
('es', 'ab__lc.demodata.table.description', 'Demo data'),
('es', 'ab__lc.demodata_description', 'The page of quick creation of a demo category for demonstration of operating of the addon'),
('es', 'ab__lc.export', 'Export'),
('es', 'ab__lc.export.description', 'The page of quick creation of the exports of the functional'),
('es', 'ab__lc.export.table.action', 'Action'),
('es', 'ab__lc.export.table.data', 'Data for export'),
('es', 'ab__lc.export.table.description', 'The exported data'),
('es', 'ab__lc.help', 'Help'),
('es', 'ab__lc.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__landing_categories.doc\'>documentation</a>.'),
('es', 'ab__lc.landing_category.landing', 'Use category as a landing page'),
('es', 'ab__lc.landing_category.show_more', 'More'),
('es', 'ab__lc.landing_category.subsubcategories', 'Amount of sub-subcategories'),
('es', 'ab__lc.settings', 'General settings'),
('es', 'ab__lc_catalog', 'AB: Catalog'),
('es', 'ab__lc_landing_category', 'AB: Landing category/page'),
('es', 'ab__mb.admin.categories_update.description', 'There is a <a href=\"[href]\" target=\"_blank\">list of motivational elements</a> that will be displayed for products in this category.<br/>Please note that <span title=\"[text]\" class=\"cm-tooltip\" style=\"color: red\">other conditions</span> may be used due to which these motivational elements will not be displayed for products of this category'),
('es', 'ab__mb.admin.categories_update.description.tooltip', 'The conditions for displaying motivational elements depend on:<ul><li>Terms for categories</li><li>Terms for destinations</li></ul>See <a href=\'[href]\' title=\'Documentation\' target=\'_blank\'>the documentation</a> for more details'),
('es', 'ab__mb.admin.categories_update.description.tooltip.link', 'https://docs.cs-cart.abt.team/en/ab__motivation_block.doc/#p-946'),
('es', 'ab__mb.class_copied', 'The class is copied in a clipboard'),
('es', 'ab__mb.demodata.description', 'On this page, you can quickly create a demo data for the motivation block'),
('es', 'ab__mb.demodata.errors.no_data', 'It seems the \"data.json\" file was deleted'),
('es', 'ab__mb.demodata.successes.blocks', 'Motivational elements [blocks] were successfully created'),
('es', 'ab__mb.demodata.table.add_blocks', 'Add demo data into the motivation block'),
('es', 'ab__mb.demodata.table.description', 'Demo data type'),
('es', 'ab__mb.description', 'Custom content (HTML/Smarty)'),
('es', 'ab__mb.destinations', 'Rate areas'),
('es', 'ab__mb.destinations.add_destinations', 'Add rate areas'),
('es', 'ab__mb.destinations.add_destinations_and_close', 'Add rate areas and close'),
('es', 'ab__mb.destinations.text_all_destinations_included', 'All rate areas are included'),
('es', 'ab__mb.editing_motivation_item', 'Editing motivational element'),
('es', 'ab__mb.errors.disabled_option_choosen', 'Invalid value for \"[field]\" field'),
('es', 'ab__mb.exclude.categories', 'Active for'),
('es', 'ab__mb.exclude.categories.tooltip', 'Choose how to use objects selected by picker'),
('es', 'ab__mb.exclude.destinations', 'Active for'),
('es', 'ab__mb.exclude.destinations.tooltip', 'Choose how to use objects selected by picker'),
('es', 'ab__mb.exclude.exclude', 'all not in the list'),
('es', 'ab__mb.exclude.exclude.full_text', 'Active for all not in the list'),
('es', 'ab__mb.exclude.not_exclude', 'all in the list'),
('es', 'ab__mb.exclude.not_exclude.full_text', 'Active for all in the list'),
('es', 'ab__mb.go_to', 'Go to page of'),
('es', 'ab__mb.go_to.destinations_manage', 'Go to page of destinations management'),
('es', 'ab__mb.go_to.mb_manage', 'Go to page of motivational elements management'),
('es', 'ab__mb.icons.class', 'Icon class'),
('es', 'ab__mb.icons.class.tooltip', 'A value which needs to be used in the field \"Icon class\" in motivation block settings'),
('es', 'ab__mb.icons.info', 'On this page, you can find the available icons list'),
('es', 'ab__mb.icons.refresh', 'Refresh icons'),
('es', 'ab__mb.icons.refreshed_successfully', 'Icons have been updated successfully'),
('es', 'ab__mb.icons.tygh_icons', 'Icons list by default'),
('es', 'ab__mb.icons.yt_icons', 'List of icons added by AB: YoupiTheme'),
('es', 'ab__mb.icon_class', 'Icon class'),
('es', 'ab__mb.icon_color', 'Icon color'),
('es', 'ab__mb.icon_type', 'Icon type'),
('es', 'ab__mb.new_motivation_item', 'New motivational element'),
('es', 'ab__mb.not_display_on', 'Do not display on'),
('es', 'ab__mb.only_for.vertical_tabs.tooltip', 'This setting only works if the \"Vertical tabs\" display option is selected in the add-on settings'),
('es', 'ab__mb.products.also_in_categories', 'This product also participates in category|This product also participates in categories'),
('es', 'ab__mb.settings', 'General settings'),
('es', 'ab__mb.set_default_value', 'Restore by default'),
('es', 'ab__mb.templates_settings.brand_feature_id', '\"Brand\" feature ID'),
('es', 'ab__mb.templates_settings.brand_feature_id.tooltip', 'This setting will be used to form a filter link in the product category'),
('es', 'ab__mb.templates_settings.max_tags_count', 'Maximum tags count'),
('es', 'ab__mb.template_path.search.ignore_this_field', 'Ignore this field'),
('es', 'ab__mb.template_path.search.ignore_this_field.tooltip', 'When choosing this option - the \"Template\" field of the motivational element will not be taken into account when sampling'),
('es', 'ab__mb.template_path.templates.categories_list', 'Product categories list'),
('es', 'ab__mb.template_path.templates.categories_list.tooltip', 'The template displays a list of all categories in which the product is involved. It is available if there is at least one category in the store (except for the \"Trash category\")'),
('es', 'ab__mb.template_path.templates.geo_maps', 'Shipping information'),
('es', 'ab__mb.template_path.templates.geo_maps.tooltip', 'The template displays information about the cost of delivery of products. Available when the \"Maps and Geolocation\" add-on is active. Information will be shown only with active setting \"Show shipping cost and time on product pages\" for \"Maps and Geolocation\" add-on. The standard information output provided by CS-Cart by default will be blocked'),
('es', 'ab__mb.template_path.templates.payment_methods', 'Payment methods information'),
('es', 'ab__mb.template_path.templates.payment_methods.tooltip', 'The template displays information about the available payment methods'),
('es', 'ab__mb.template_path.templates.tags_list', 'Product tags list'),
('es', 'ab__mb.template_path.templates.tags_list.tooltip', 'The template displays a list of all tags assigned to the product. Available when the \"Tags\" add-on is active. Be sure to create and assigned tags for products'),
('es', 'ab__mb.template_path.templates.warning', 'The standard information output provided by CS-Cart by default will be blocked'),
('es', 'ab__mb.template_path.tooltip', 'Choose a way to fill content of motivational element'),
('es', 'ab__mb.template_path.variants.custom', 'Custom content (HTML/Smarty)'),
('es', 'ab__mb.update_help.tip_1', 'To fill the content of motivational elements, you can use all the variables declared on the Smarty product page, for example:<br/><hr>Array <code>{$product}</code> - information about the current product;<br/><hr>Massive <code>{$currencies}</code> - currency information;<br/><hr>Array <code>{$user_info}</code> - information about the user (note that if the client is not authorized, the array will be empty);<br/><hr>Array <code>{$settings}</code> - an array of store settings.'),
('es', 'ab__mb.update_help.title', 'Additional info for content managing'),
('es', 'ab__mb.upgrade_notifications.2.0.0.added_new_settings.text', 'Please note that new settings have been added to the add-on settings.'),
('es', 'ab__mb.upgrade_notifications.2.0.0.added_new_settings.title', 'Added new settings'),
('es', 'ab__mb.upgrade_notifications.2.0.0.added_templates.text', 'Please note that in the settings of the motivational element, the \"Template\" field was added that defines the way the content of the motivational element is filled.'),
('es', 'ab__mb.upgrade_notifications.2.0.0.added_templates.title', 'A new way of filling motivational elements has been added.'),
('es', 'ab__mb.upgrade_notifications.2.1.0.added_template.text', 'Please note that a new version of the template has been added to fill the content of the motivational element'),
('es', 'ab__mb.upgrade_notifications.2.1.0.added_template.title', 'Added a new template \"Information about payment methods\"'),
('es', 'ab__mb.upgrade_notifications.2.1.0.regenerate_data.text', 'If you use old demo-data of the add-on (or your data is based on old demo-data), then you need to regenerate the demo-data'),
('es', 'ab__mb.upgrade_notifications.2.1.0.regenerate_data.title', 'Regenerate demo-data'),
('es', 'ab__mb.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the add-on in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/ab__motivation_block.doc#p-929\">List of releases</a>.'),
('es', 'ab__mb.upgrade_notifications.title', 'AB: Motivation block was successfully updated to v[ver]!'),
('es', 'ab__mb.vendor.motivation_item.template_choosen', 'For this motivational element, the type of filling using the template is seted. <br>You can contact the store administrator to create another motivational element with the filling type \"Custom content (HTML/Smarty)\"'),
('es', 'ab__mb_all_destinations', 'All rate areas'),
('es', 'ab__mb_bg_color', 'Block color'),
('es', 'ab__mb_expanded', 'Set the disclosure element by default'),
('es', 'ab__mb_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__motivation_block.doc\'>documentation</a>.'),
('es', 'ab__mb_icon_class.tooltip', 'The complete available icons list can be found on the page<a href=\"[link]\">Administration panel -> AB: Add-ons -> AB: Motivation block -> Available icons</a>'),
('es', 'ab__mb_icon_type.icon', 'Icon'),
('es', 'ab__mb_icon_type.img', 'Image'),
('es', 'ab__mb_icon_type.nothing', 'No icon'),
('es', 'ab__mb_vendor_edit', 'Allow vendor editing'),
('es', 'ab__motivation_block', 'AB: Motivation block'),
('es', 'ab__motivation_block.breadcrumbs.manage', 'AB: Motivation block: Data management'),
('es', 'ab__motivation_block.demodata', 'Demo data'),
('es', 'ab__motivation_block.help', 'Help'),
('es', 'ab__motivation_block.icons', 'Available icons'),
('es', 'ab__motivation_block.manage', 'Data management'),
('es', 'ab__promotions_list', 'AB: Promotions list'),
('es', 'ab__promotions_view', 'AB: Promotion page'),
('es', 'ab__promotion_main_data', 'Promotion header'),
('es', 'ab__scroll_to_top', 'AB: \"Scroll to top\" button'),
('es', 'ab__scroll_to_top.arrow', 'Arrow'),
('es', 'ab__scroll_to_top.help', 'Help'),
('es', 'ab__scroll_to_top.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__scroll_to_top.doc\'>documentation</a>.'),
('es', 'ab__search_motivation', 'AB: Search motivation'),
('es', 'ab__search_motivation.default_search_phrases', 'Search expressions by default'),
('es', 'ab__search_motivation.help', 'Help'),
('es', 'ab__search_motivation.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__search_motivation.doc\'>the documentation</a>.'),
('es', 'ab__search_motivation.manage', 'Search expressions by default'),
('es', 'ab__search_motivation.search_phrases', 'Search expressions'),
('es', 'ab__show_additional_product_images', 'Show additional products images'),
('es', 'ab__sm.demo_phrases.0', 'Try our search'),
('es', 'ab__sm.demo_phrases.1', 'Enter the product name here'),
('es', 'ab__sm.demo_phrases.2', 'For example, iphone X'),
('es', 'ab__sm.demo_phrases.added', 'Added search motivation expressions'),
('es', 'ab__sm.settings', 'General settings'),
('es', 'ab__smc', 'AB: Hide the part of the content up to a certain height'),
('es', 'ab__smc.help', 'Help'),
('es', 'ab__smc.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__hide_product_description.doc\'>documentation</a>.'),
('es', 'ab__smc.less', 'Less'),
('es', 'ab__smc.more', 'More'),
('es', 'ab__smc.product_tabs.height', 'Displaying height, px'),
('es', 'ab__smc.product_tabs.height.tooltip', 'The value will set own height of the content display in px'),
('es', 'ab__smc.product_tabs.hide_content', 'Hide the content'),
('es', 'ab__smc.product_tabs.hide_content.less', 'Button text for hiding content');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('es', 'ab__smc.product_tabs.hide_content.more', 'Button text for showing more content'),
('es', 'ab__smc.product_tabs.override', 'Redefine height for the tab'),
('es', 'ab__smc.product_tabs.override.tooltip', 'The value of the height of content will undertake from settings of the tab'),
('es', 'ab__smc.product_tabs.tab_description', '\"AB: Hide the part of the content up to a certain height\" addon settings'),
('es', 'ab__smc.settings', 'General settings'),
('es', 'ab__stt.color', 'Value of the icon attribute <b>color</b>'),
('es', 'ab__stt.only_integer', 'Only integers'),
('es', 'ab__stt.settings', 'General settings'),
('es', 'ab__ut2.autoinstall.demodata', 'Added demo data (new banners, menus and blog pages)'),
('es', 'ab__ut2.autoinstall.theme', 'Installed theme AB: UniTheme2'),
('es', 'ab__vg.exim.remove_videos', 'Clear up'),
('es', 'ab__vg.exim.remove_videos.text', 'When importing the existing videos of the updated product will be removed'),
('es', 'ab__vg.form.description', 'Description'),
('es', 'ab__vg.form.icon', 'Icon'),
('es', 'ab__vg.form.icon_type', 'Icon type'),
('es', 'ab__vg.form.icon_type.icon', 'Manual icon'),
('es', 'ab__vg.form.icon_type.snapshot', 'Video snapshot'),
('es', 'ab__vg.form.pos', 'Pos.'),
('es', 'ab__vg.form.product_settings', 'Settings'),
('es', 'ab__vg.form.product_videos', 'Video'),
('es', 'ab__vg.form.replace_image', 'Set video as the default product image'),
('es', 'ab__vg.form.status', 'Status'),
('es', 'ab__vg.form.title', 'Video title'),
('es', 'ab__vg.form.youtube_id', 'YouTube video ID'),
('es', 'ab__vg.form.youtube_id.tooltip', 'For example, for video \"https://www.youtube.com/watch?v=-boKk8uhmcY\", video ID is <code>-boKk8uhmcY</code>'),
('es', 'ab__vg.settings', 'General settings'),
('es', 'ab__vg_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__video_gallery.doc\'>documentation</a>.'),
('es', 'ab__video_gallery', 'AB: Video gallery of the product'),
('es', 'ab__video_gallery.help', 'Help'),
('es', 'ab__video_gallery_title_product', 'Video gallery'),
('es', 'accept', 'Aceptar'),
('es', 'accept_products', 'Aceptar productos'),
('es', 'access_denied', 'Acceso denegado'),
('es', 'access_denied_text', 'No tienes permiso para acceder a esta página.'),
('es', 'access_for_authorized_customers_only', 'Access for authorized customers only.'),
('es', 'access_restrictions', 'Restricciones de acceso'),
('es', 'account', 'Cuenta'),
('es', 'account_name', 'Nombre de la cuenta'),
('es', 'account_number', 'Numero de cuenta'),
('es', 'account_type', 'Tipo de cuenta'),
('es', 'acquirerid', 'ID del adquirente'),
('es', 'action', 'Acción'),
('es', 'actions', 'Acciones'),
('es', 'activate', 'Activar'),
('es', 'activate_menu_tab_for', 'Activar ítem de menú para el dispatch'),
('es', 'activate_selected', 'Activar seleccionados'),
('es', 'activate_skrill_merchant_tools', 'Activar herramientas de comerciante de Skrill'),
('es', 'activation_key', 'Clave de activación'),
('es', 'activation_link', 'Enlace de activación'),
('es', 'activation_mode', 'Modo de activación'),
('es', 'active', 'Activo'),
('es', 'active_categories', 'Categorías activas'),
('es', 'active_preset', 'Ajuste activo'),
('es', 'active_products', 'Productos activos'),
('es', 'active_promotions', 'Promociones activas'),
('es', 'active_style', 'Estilo activo'),
('es', 'act_on_behalf', 'Actuar en su nombre'),
('es', 'add', 'Añadir'),
('es', 'added', 'Añadido'),
('es', 'adding_block_to_grid', 'Agregando block a contenedor'),
('es', 'adding_grid', 'Añadiendo contenedor'),
('es', 'additional_data', 'Datos adicionales'),
('es', 'additional_images', 'Imágenes adicionales'),
('es', 'additional_options', 'Opciones adicionales'),
('es', 'additional_parameter_not_correct', 'Parámetro adicional incorrecto'),
('es', 'additional_popup_larger_image', 'Popup adicional de imagen en miniatura'),
('es', 'additional_storefront_license_required', 'Una licencia adicional es requerida para el [product]'),
('es', 'additional_thumbnail', 'Miniaturas adicionales'),
('es', 'additional__option_thumbnail', 'Opción de miniatura adicional'),
('es', 'addon', 'Complemento'),
('es', 'addons', 'Complementos'),
('es', 'addons.form_builder.email_subject_field', 'Campo de asunto del correo electrónico'),
('es', 'addons.form_builder.form_fields', 'Formulario de campos'),
('es', 'addons.form_builder.form_name', 'Formulario de nombre'),
('es', 'addons.form_builder.other_subject', 'Otra área (especifique en el siguiente cuadro)'),
('es', 'addons.newsletters.email_exists_in_list', '<b>[email]</b>ya se encuentra suscrito en la lista de correo'),
('es', 'addons.newsletters.show_on_registration_and_profile', 'Mostrar en las páginas de registro y detalles del perfil'),
('es', 'addons.paypal.3d_secure_mandatory_notice', '3-D secure is mandatory in the United Kingdom.'),
('es', 'addons.paypal.configure_live', 'Configuración inmediata'),
('es', 'addons.paypal.configure_test', 'Configarar prueba'),
('es', 'addons.paypal.connecting_to_signup_server', 'Conexión al <b>servidor de registro de PayPal</b>...'),
('es', 'addons.paypal.connect_to_paypal', 'Conecta a Paypal'),
('es', 'addons.paypal.display_description', 'Muestra la descripción'),
('es', 'addons.paypal.display_name', 'Muestra el nombre'),
('es', 'addons.paypal.do_not_change', 'No cambiar'),
('es', 'addons.paypal.ipn_receiving_time', 'Tiempo de recepción de IPN'),
('es', 'addons.paypal.refund_message', '[amount][currency] ha sido reembolsada en[date] a[time].'),
('es', 'addons.paypal.rma.perform_refund', 'Dar un reembolso a través de Paypal'),
('es', 'addons.paypal.rma.refund_performed', 'El reembolso se ha realizado a través de PayPal'),
('es', 'addons.paypal.set_status_to', 'Ajustado a:'),
('es', 'addons.paypal.signup_completed', 'El <b>[payment]</b>método de pago ha sido configurado con éxito'),
('es', 'addons.paypal.signup_errors.merchant_credentials', 'Se produjo un error al obtener la configuración del método de pago'),
('es', 'addons.paypal.signup_errors.signup_init', 'Se produjo n error al conectarse con una cuenta de PayPal'),
('es', 'addons.paypal.signup_messages.confirmation_needed', 'Para tener acceso a los pagos de los clientes, por favor confirma tu dirección de correo electrónico siguiendo las instrucciones enviadas por PayPal.'),
('es', 'addons.paypal.signup_messages.finish_signup', 'Tu cuenta de negocio en Paypal ha sido creada, y ha sido integrada con éxito [product] a PayPal.<br>No olvides configurar tu correo electrónico para activar tu cuenta de manera que puedas tener acceso a los pagos. Para realizar estos, sigue las instrucciones que se enviaron a tu correo electrónico.'),
('es', 'addons.paypal.status_for_new_orders', 'Estado inicial del pedido'),
('es', 'addons.paypal.status_for_new_orders.incomplete', 'Esto garantiza que no habrá abandonado pedidos sin haber cancelado y productos reservados con el estado <i>Abierto</i>. Pero hasta que la respuesta de PayPal (un mensaje IPN) llegue o el cliente regrese a la tienda a través del enlace en el sitio web de PayPal, la orden aparecerá como <i>incompleta</i>, y los productos no serán reservados.'),
('es', 'addons.paypal.status_for_new_orders.open', 'Por defecto, el estado<i>Abrir</i>disminuye el inventario, de manera que dos clientes no podrán comprar al mismo tiempo el mismo producto mientras se procesa el pago a través de PayPal. Pero si un cliente abandona la página de PayPal sin pagar o regresa a la tienda a través del enlace del sitio web de PayPal, tendrá un pedido<i>Abierto</i>abandonado con los productos reservados.'),
('es', 'addons.paypal.surcharge_policy_notice', 'Se ha establecido un método de pago que utiliza los servicios de PayPal. Por favor asegúrese que esto cumplea con el<a href=\"https://www.paypal.com/webapps/mpp/ua/legalhub-full\" target=\"_blank\">Acuerdo de Usuario para los servicios de PayPal</a>para su región.'),
('es', 'addons.paypal.technical_details', 'Detalles técnicos'),
('es', 'addons.paypal.use_buttons_to_signup', 'Use estos botones para completar el asistente de configuración'),
('es', 'addons.rss_feed.icon', 'Icono de suscripción al RSS feed'),
('es', 'addons.social_buttons.yandex_button_update_notice', '<p>After some changes on the Yandex end, the Odnoklassniki social button stopped working for some of our clients. To make sure that the button works in your store, copy the up-to-date code from the Yandex website, paste it into the <b>Yandex.Share code</b> field, and save your changes.</p><p><a href=\"[GO_TO_ADDON_SETTING_LINK]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Open add-on settings</a> <a href=\"https://tech.yandex.ru/share/\" target=\"_blank\" class=\"btn btn-large\">Get up-to-date code from Yandex</a></p>'),
('es', 'addons.social_buttons.yandex_button_update_notice_title', 'Social buttons: Please update Yandex.Share code if you use Yandex social buttons'),
('es', 'addons.tags.add_a_tag', 'Añadir una etiqueta'),
('es', 'addons.vendor_plans.commission_description_absolute', '[amount] de [sum]'),
('es', 'addons.vendor_plans.commission_description_percent', '[amount] % de[sum]'),
('es', 'addons.vendor_plans.payout_for_the_plan', 'Pago correspondiente al plan de proveedor: [plan]'),
('es', 'addons_source', 'Fuente'),
('es', 'addon_built_in', 'Incorporado'),
('es', 'addon_files_was_copied', 'The <b>\"[addon]\"</b> add-on files has been copied successfully'),
('es', 'addon_license_key_tooltip', 'Ingrese la clave de la licencia que ha recibido por correo electrónico para recibir las actualizaciones del complemento.'),
('es', 'addon_reinstall.dangerous_way', '<strong>The dangerous way:</strong> we\'ll replace all the files of the add-on with new ones, but keep all the add-on\'s data in the database intact. This can break the add-on, or might even break your store. Please don\'t use the dangerous way, unless you absolutely know what you\'re doing.'),
('es', 'addon_reinstall.dangerous_way.action', 'Use the dangerous way'),
('es', 'addon_reinstall.dangerous_way.confirm', 'I know the risks and want to use the dangerous way.'),
('es', 'addon_reinstall.intro', 'Looks like you are trying to install an add-on that is already installed. We can do it for you in two ways; we recommend the safe way.'),
('es', 'addon_reinstall.safe_way', '<strong>The safe way:</strong> we\'ll uninstall the old add-on first, and then install the new one. The drawback is that any data and settings related to the add-on will be lost.'),
('es', 'addon_reinstall.safe_way.action', 'Use the safe way'),
('es', 'addon_sql_error', 'Ocurrió un error en la consulta SQL durante la instalación del complemento. El complemento no será instalado.'),
('es', 'addon_third_party', 'Terceros'),
('es', 'addon_uninstall_sql_error', 'Se produjo un error en una consulta SQL durante la desinstalación del complemento.'),
('es', 'address', 'Dirección'),
('es', 'addresses', 'Direcciones'),
('es', 'address_2', 'Dirección (linea 2)'),
('es', 'address_commercial', 'Anuncio'),
('es', 'address_residential', 'Residencial'),
('es', 'address_type', 'Tipo de dirección'),
('es', 'add_administrator', 'Añadir administrador'),
('es', 'add_all_to_cart', 'Añadir todo al carrito'),
('es', 'add_as_order', 'Add as order'),
('es', 'add_attachment', 'Añadir adjunto'),
('es', 'add_autoresponder', 'Agregar autoresponder'),
('es', 'add_banner', 'Añadir banner'),
('es', 'add_banners', 'Añadir banners'),
('es', 'add_banners_and_close', 'Añadir banners y cerrar'),
('es', 'add_block', 'Añadir bloque'),
('es', 'add_bonus', 'Añadir bonus'),
('es', 'add_campaign', 'Añadir campaña'),
('es', 'add_cart_promotion', 'Agregar promoción de carrito'),
('es', 'add_catalog_promotion', 'Agregar promoción de catálogo'),
('es', 'add_categories', 'Añadir familias'),
('es', 'add_categories_and_close', 'Añadir categorías y cerrar'),
('es', 'add_category', 'Añadir categoría'),
('es', 'add_chart', 'Añadir tabla'),
('es', 'add_combination', 'Añadir combinación'),
('es', 'add_companies', 'Agregar tiendas'),
('es', 'add_companies_and_close', 'Añadir tiendas y cerrar'),
('es', 'add_condition', 'Añadir condición'),
('es', 'add_credit_card', 'Añadir tarjeta de crédito'),
('es', 'add_currency', 'Añadir nueva moneda'),
('es', 'add_customer', 'Agregar cliente'),
('es', 'add_datafeed', 'Agregar fuente de datos'),
('es', 'add_domains', 'Añadir nuevo dominio'),
('es', 'add_elements', 'Añadir elementos'),
('es', 'add_emails', 'Añadir dirección de correo'),
('es', 'add_email_snippet', 'Agregar un fragmento (Snippet)'),
('es', 'add_empty_item', 'Añadir nuevo'),
('es', 'add_feature', 'Añadir caracteríctica'),
('es', 'add_field', 'Agregar campo'),
('es', 'add_file', 'Añadir archivo'),
('es', 'add_filter', 'Añadir filtro'),
('es', 'add_filters', 'Añadir filtros'),
('es', 'add_filters_and_close', 'Añadir filtros y cerrar'),
('es', 'add_folder', 'Agregar carpeta'),
('es', 'add_form', 'Agregar formulario'),
('es', 'add_gift_certificate', 'Agregar certificado de regalo'),
('es', 'add_global_option', 'Añadir opción global'),
('es', 'add_grid_block', 'Agregar contenedor o block'),
('es', 'add_group', 'Agregar grupo'),
('es', 'add_image_from_server', 'Agregar imagen desde el servidor'),
('es', 'add_image_from_url', 'Agregar imagen desde una URL'),
('es', 'add_ips', 'Añadir nuevas IPs'),
('es', 'add_item', 'Agregar ítem'),
('es', 'add_items', 'Añada [items]'),
('es', 'add_language', 'Agregar idioma'),
('es', 'add_language_variable', 'Añadir variable de idioma'),
('es', 'add_layout', 'Añadir diseño'),
('es', 'add_link', 'Añadir enlace'),
('es', 'add_localization', 'Añadir localización'),
('es', 'add_location', 'Añadir destino'),
('es', 'add_mailing_lists', 'Añadir lista de correo'),
('es', 'add_menu', 'Añadir menú'),
('es', 'add_new', 'Añade nuevo'),
('es', 'add_newsletter', 'Agregar newsletter'),
('es', 'add_new_datafeed', 'Nueva fuente de datos'),
('es', 'add_new_field', 'Añadir nuevo campo'),
('es', 'add_new_order', 'Añadiendo nuevo pedido'),
('es', 'add_new_variant', 'Agregar una variante nueva'),
('es', 'add_nf_warning', 'É necessário anexar nota fiscal para gerar etiqueta'),
('es', 'add_option', 'Añadir opción'),
('es', 'add_order', 'Agregar pedido'),
('es', 'add_orders', 'Añadir pedidos'),
('es', 'add_orders_and_close', 'Añadir pedidos y cerrar'),
('es', 'add_page', 'Añadir página'),
('es', 'add_pages', 'Añadir páginas'),
('es', 'add_pages_and_close', 'Añadir páginas y cerrar'),
('es', 'add_payment', 'Añadir forma de pago'),
('es', 'add_payout', 'Añadir nueva liquidación de pago'),
('es', 'add_poll', 'Agregar Encuesta'),
('es', 'add_polls', 'Agregar encuestas'),
('es', 'add_polls_and_close', 'Agregue encuestas y cierre'),
('es', 'add_post', 'Añade entrada'),
('es', 'add_product', 'Añadir artículos'),
('es', 'add_products', 'Añadir articulo'),
('es', 'add_products_and_close', 'Agregar productos y cerrar'),
('es', 'add_products_to_section', 'Añadir artículos(s) a esta sección'),
('es', 'add_product_filter', 'Añadir filtro de producto'),
('es', 'add_profile_fields', 'Add profile fields'),
('es', 'add_profile_fields_and_close', 'Add profile fields and close'),
('es', 'add_promotions', 'Añadir promociones'),
('es', 'add_question', 'Añadir pregunta'),
('es', 'add_rate_area', 'Add rate area'),
('es', 'add_reason', 'Añadir la razón'),
('es', 'add_recipients_from_users', 'Agregar destinatarios de los usuarios'),
('es', 'add_report', 'Añadir informe'),
('es', 'add_section', 'Agregar sección'),
('es', 'add_selected_to_cart', 'Añade selección al carrito'),
('es', 'add_shipping_method', 'Añadir método de envío'),
('es', 'add_site_map_section', 'Añadir sección del mapa web'),
('es', 'add_snippet', 'Agregar un fragmento (Snippet)'),
('es', 'add_state', 'Agregar província'),
('es', 'add_status', 'Añadir estado'),
('es', 'add_storefront', 'Add storefront'),
('es', 'add_storefronts', 'Add storefronts'),
('es', 'add_storefronts_and_close', 'Add storefronts and close'),
('es', 'add_store_location', 'Añadir tienda'),
('es', 'add_subcategory', 'Añadir subfamilia'),
('es', 'add_subscriber', 'Añadir subscriptor'),
('es', 'add_subscribers_from_users', 'Añadir subscriptores a partir de usuarios'),
('es', 'add_subtract_points', 'Añadir y restar puntos'),
('es', 'add_supplier', 'Añadir proveedor'),
('es', 'add_tab', 'Añadir pestaña'),
('es', 'add_table_column', 'Añadir columna'),
('es', 'add_tag', 'Añadir etiqueta'),
('es', 'add_tax', 'Añadir impuesto'),
('es', 'add_template', 'Añadir plantilla'),
('es', 'add_to_cart', 'Añadir al carrito'),
('es', 'add_to_comparison_list', 'Añadir a la lista de comparación'),
('es', 'add_to_wishlist', 'Add to Wishlist'),
('es', 'add_user', 'Añadir usuario'),
('es', 'add_users', 'Añadir usuarios'),
('es', 'add_users_and_close', 'Añadir usuarios y cerrar'),
('es', 'add_vendor', 'Agregar vendedor'),
('es', 'add_vendor_administrator', 'Agregar administrador del proveedor'),
('es', 'add_withdrawal', 'Solicitar retiro'),
('es', 'admin2', 'No se puede realizar una importación a esta tienda porque está utilizando una versión de prueba caducada'),
('es', 'administration', 'Administración'),
('es', 'administration_menu_structure_changed_upgrade_notification_text', '<p><b>Locations</b> in <i>Administration → Shipping & taxes</i> renamed to <b>Rate areas</b>. That\'s because the purpose of locations is to set different shipping rates and tax rates.</p><p>Order statuses, shipment statuses, and gift certificate statuses are now located in their own sub-menu: <b>Administration → Statuses.</b></p>'),
('es', 'administration_menu_structure_changed_upgrade_notification_title', 'Administration menu changed'),
('es', 'administration_panel', 'Panel de administración'),
('es', 'administration_panel.block_manager.enable', 'Edit structure<br/><br/>Change various blocks with information: show them, hide them, or move them as you see fit.<br/>This currently works only at the checkout page. Add a product to cart and proceed to checkout to see the editor'),
('es', 'administration_panel.live_editor.enable', 'Edit сontent<br/><br/>Change the texts and other data directly on the storefront, without using the administration panel'),
('es', 'administration_panel.theme_editor.enable', 'Edit style<br/><br/>Change the style of your store (logos, colors, fonts, and so on) and see the changes as you make them'),
('es', 'administrator', 'Administrador'),
('es', 'administrators', 'Administradores'),
('es', 'administrators_menu_description', 'Lista de administradores de tienda, usuarios registrados con una cuenta administrador.'),
('es', 'administrators_notified', '[count] administradores notificados.'),
('es', 'admin_notifications', 'Notificaciones del administrador'),
('es', 'admin_panel', 'Panel de Administración'),
('es', 'admin_panel.block_manager', 'Editing layout'),
('es', 'admin_panel_will_be_blocked', 'La verificación de la integridad de la instalación falló. El acceso al panel de Administración se bloqueará dentro de 2 días. Por favor comuníquese con nuestro <a href=\"[href]\">equipo de asistencia </a>'),
('es', 'admin_text_letter_footer', 'Tienda electrónica de [company_name].'),
('es', 'advanced', 'Avanzado'),
('es', 'advanced_companies_search', 'Advanced companies search'),
('es', 'advanced_customer_search', 'Búsqueda avanzada de clientes'),
('es', 'advanced_import.additional_settings', 'Ajustes adicionales'),
('es', 'advanced_import.add_preset', 'Agregar ajuste preestralecido'),
('es', 'advanced_import.advanced_products_import', 'Productos'),
('es', 'advanced_import.cannot_detect_csv_delimiter', 'No se puede detectar el delimitador automáticamente. Por favor especifica el delimitador correcto manualmente en los ajustes adicionales en la pestaña de \"archivo\".'),
('es', 'advanced_import.cant_load_file', 'No se puede cargar el archivo'),
('es', 'advanced_import.cant_load_file_for_company', 'El archivo no puede ser cargado por la empresa indicada'),
('es', 'advanced_import.cant_save_preset_invalid_modifiers', 'Los ajustes preestablecidos no se pueden almacenar porque contienen modificadores no válidos'),
('es', 'advanced_import.column_header', 'Nombre de la columna en el archivo importado'),
('es', 'advanced_import.coming_soon', '... próximamente'),
('es', 'advanced_import.create_new_products_only', 'Crear solamente nuevos productos'),
('es', 'advanced_import.delete_additional_images', 'Borrar imágenes adicionales existentes'),
('es', 'advanced_import.delete_additional_images_tooltip', 'Si se habilita esta configuración, entonces las imágenes adicionales existentes de los productos importados se reemplazarán por las imágenes especificadas en el archivo importado (si las imágenes no se especifican, las imágenes anteriores permanecerán). Si la configuración esta desactivada, las imágenes nuevas seleccionadas serán simplemente agregadas a las imágenes existentes.'),
('es', 'advanced_import.editing_preset', 'Edición programada [preset]'),
('es', 'advanced_import.example_imported_title', 'Por ejemplo, aquí existe un valor en la primera línea del archivo:'),
('es', 'advanced_import.example_modified_title', 'Y aquí encontrarás como este valor será importado:'),
('es', 'advanced_import.fetching_schema_failed_check_file', 'Antes de ejecutar importar, por favor asegúrate de que:<ul><li>hayas creado la configuración de importar utilizando el botón de Crear. Si guardas en vez de crear, entonces ya habrás configurado este botón.</li><li> Has especificado el nodo destino de XML correcto en la pestaña de Archivo y guardado la configuración. </li><li>Has comparado la información importada con las propiedades del producto en CS-Cart en la pestaña de mapeo de campos y guardado la configuración.</li></ul>Si puedes visualizar este mensaje, no has completado el punto 1 o el 2.'),
('es', 'advanced_import.fetching_schema_failed_check_target_node', 'Por favor asegúrate que el archivo <b>XML target node</b> sea importado correctamente.'),
('es', 'advanced_import.fields_mapping', 'Mapa de campos'),
('es', 'advanced_import.fields_mapping.description', 'Esta tabla contiene la lista de columnas del archivo importado. Por cada columna que quieras importar, seleccionas una propiedad del producto correspondiente en [producto]. Posteriormente revisas que tipo de datos importarás de cada columna, y utiliza modificadores para cambiar los datos, si este fuera el caso. Recuerda guardar los cambios.'),
('es', 'advanced_import.file', 'Archivo'),
('es', 'advanced_import.first_line_import_value', 'Ejemplo del valor importado'),
('es', 'advanced_import.general_settings', 'Ajustes generales'),
('es', 'advanced_import.has_modifiers', 'Tiene modificadores'),
('es', 'advanced_import.images_delimiter', 'Definidor de imágenes'),
('es', 'advanced_import.images_delimiter.description', 'Delimitador entre las imágenes de un producto.'),
('es', 'advanced_import.import_all', 'Importart todos los productos del archivo'),
('es', 'advanced_import.import_fields', 'Campos importados'),
('es', 'advanced_import.import_file', 'Importar archivo'),
('es', 'advanced_import.import_products', 'Productos de importación'),
('es', 'advanced_import.import_products_w_preset', 'Importar productos: [preset]'),
('es', 'advanced_import.import_strategy', 'Estrategia de importación'),
('es', 'advanced_import.import_strategy_tooltip', 'Si seleccionas \"Actualizar solo productos existentes\", los productos que no existen en el respaldo de la base de datos serán omitidos durante la importación.<br>Si seleccionas \"Crear nuevos productos solamente\", los productos almacenados en la base de datos serán omitidos durante la importación.'),
('es', 'advanced_import.incorrect_delimiter', 'El delimitador especificado (o auto detectado) parece estar incorrecto. Por favor especifica el correcto manualmente en los ajistes adicionales en la pestaña de \"archivo\".'),
('es', 'advanced_import.invalid_function_firs_character', 'El nombre del modificador no puede empezar con un carácter <b>[character]</b>.'),
('es', 'advanced_import.invalid_modifier_message', 'El modificador <b>[modifier]</b>es invalido. [message]'),
('es', 'advanced_import.invalid_number_of_parameters_provided', 'El número de parámetros no válido proporcionado por el modificador: <b>[modifier]</b>: esperado [expected_count], obtenido [actual_count].'),
('es', 'advanced_import.last_launch', 'Última importación'),
('es', 'advanced_import.last_status', 'Estado'),
('es', 'advanced_import.last_status.F', 'Falla'),
('es', 'advanced_import.last_status.P', 'En proceso'),
('es', 'advanced_import.last_status.S', 'Éxito'),
('es', 'advanced_import.last_status.X', '&mdash;'),
('es', 'advanced_import.missing_parameters_list_closer', 'Lo que se espera <b>[closer]</b>después de la lista de parámetros no se encuentra.'),
('es', 'advanced_import.modifier', 'Modificador'),
('es', 'advanced_import.modifiers_description', 'Utiliza estas funciones en la columna <b>Modifier</b> para alterar los valores en los campos importados desde el archivo. Ingrese las funciones de la siguiente manera: <b>function(parameter, parameter)</b>. Por favor tenga en cuenta que la agrupación de funciones no es compatible.'),
('es', 'advanced_import.modifiers_list', 'Lista de modificadores'),
('es', 'advanced_import.modifiers_self_referencing_info', 'La mayoría de las funciones permite que utilices el valor no modificable del campo importado utilizando <b>$value</b> como un parámetro. Si hay excepciones serán mencionadas en las descripciones de la función.'),
('es', 'advanced_import.modifier_description.case', '<b>case</b>&mdash;los parámetros impares son expresiones, y los parámetros pares sucesivos son valores correspondientes. La función comprueba las expresiones y devuelve el valor correspondiente a la primera expression que termina siendo <i>true</i>.<ul><li>Ejemplos:</li><ul><li><b>case($value>100, \"More than 100\", $value>70, \"More than 70\", $value>20, \"More than 20\", $value>0, \"In stock\", $value=0, \"Out of stock\")</b> dará como resultado <i>More than 70</i> if the <i>$value</i> en el archivo importado corresponde a un número entre 71 y 100 </li></ul><li>Notes:<ul><li>Este función comparte las normas de expresión y las operaciones disponibles con la <b>if</b> función.</li><li>Solo acepta números pares de los parámetros: <b>2, 4, 6, 8</b>, etc.</li></ul></li></ul>'),
('es', 'advanced_import.modifier_description.concat', '<b>concat</b>&mdash;concatena todos los parámetros proporcionados. <ul><li>Ejemplos:</li><ul><li><b>concat(\'abc\', def)</b> el resultado será <i>abcdef</i></li> <li><b>concat(\'PRODUCT_\', $value, \'_CODE\')</b> el resultado será <i>PRODUCT_$value_CODE</i>, but <b>$value</b> se reemplazará con el valor del campo importado</li></ul></ul>'),
('es', 'advanced_import.modifier_description.div', '<b>div</b>&mdash;divide el primer parámetro entre el segundo.<ul><li>Ejemplos:</li><ul><li><b>div(9, 3)</b> igual a <i>3</i></li> <li><b>div($value, 7)</b> igual a <i>el valor del campo importado ÷ 7</i></li></ul></ul>'),
('es', 'advanced_import.modifier_description.if', '<b>if</b>&mdash;revisa la expresión en el primer parámetro. Si el primer parámetro es <i>true</i>, la función devuelve el segundo parámetro. De lo contrario la función devuelve el tercer parámetro.<ul><li>Ejemplos:</li><ul><li><b>if($value>\"0\", \"In Stock\", \"Out of stock\")</b> dará como resultado <i>In Stock</i> if <i>$value > 0</i> is <i>true</i>; de lo contrario dará como resultado <i>Out of stock</i></li></ul><li>Las operaciones disponibles para la expresión son:<ul><li><b>=</b>&mdash;comprueba la igualdad: <i>if($value=100, ...)</i></li><li><b>!=</b>&mdash;comprueba la desigualdad: <i>if($value!=100, ...)</i></li><li><b>&gt;</b>&mdash;comprueba si el primer valor es mayor que el segundo: <i>if($value&gt;100, ...)</i></li><li><b>&lt;</b>&mdash;comprueba si el primer valor es menor que el segundo: <i>if($value&lt;100, ...)</i></li><li><b>&gt;=</b>&mdash;comprueba si el primer valor es mayor o igual que el segundo: <i>if($value&gt;=100, ...)</i></li><li><b>&lt;=</b>&mdash;comprueba si el primer valor es menor o igual que el segundo: <i>if($value&lt;=100, ...)</i></li></ul></li><li>Notes:<ul><li>Si usas simples (\') o dobles (\") cita el primer parámetro, asegúrate de que el primer parámetro se señale en su totalidad con comillas, o que no hay fin de la cita en la mitad del parámetro. Por ejemplo, <i>if(\"My value\"=$value, ...)</i> no funcionará, pero <i>if(\"My value=$value\", ...)</i> will.</ul></li></ul>'),
('es', 'advanced_import.modifier_description.mul', '<b>mul</b>&mdash;multiplica los números proporcionados como parámetros. <ul><li>Ejemplos:</li><ul><li><b>mul(3, 1)</b> es igual a <i>3</i></li> <li><b>mul($value, 7)</b> es igual a <i>el valor del campo importado × 7</i></li></ul></ul>'),
('es', 'advanced_import.modifier_description.rand', '<b>rand</b>&mdash;genera un número aleatorio de 1al valor máximo proporcionado como parámetro. <ul><li>Examples:</li><ul><li><b>rand(999)</b> podría dar como resultado cualquier número del 1 al 999.</li></ul></ul>'),
('es', 'advanced_import.modifier_description.replace', '<b>replace</b>&mdash;reemplaza todas las ocurrencias de una cadena de búsqueda con la cadena de reemplazo. <br>El orden de los párametros es importante: <b>replace(\'search\', \'replace\', \'subject\')</b>. <ul><li>Ejemplos:</li><ul><li><b>replace(\'a\', !, \"banana\")</b> el resultado será <i>b!n!n!</i></li> <li><b>replace(\"t-shirt\", \'T-Shirt\', $value)</b> se reemplazará cada ocurrencia de <i>t-shirt</i> with <i>T-Shirt</i> en cada entrada de la columna</li></ul></ul>'),
('es', 'advanced_import.modifier_description.sub', '<b>sub</b>&mdash;resta el segundo párametro del primero. <ul><li>Ejemplos:</li><ul><li><b>sub(3, 1)</b> es igual a <i>2</i></li> <li><b>sub($value, 7)</b> es igual a <i> el valor del campo importado - 7</i></li></ul></ul>'),
('es', 'advanced_import.modifier_description.sum', '<b>sum</b>&mdash;suma dos números proporcionados como parámetros. <ul><li>Ejemplos:</li><ul><li><b>sum(1, 3)</b> suma <i>4</i></li> <li><b>sum(7, $value)</b> es igual a <i>7 + el valor del campo importado </i></li></ul></ul>'),
('es', 'advanced_import.modifier_description.w_replace', '<b>w_replace</b>&mdash;reemplaza todas las ocurrencias de la cadena de búsqueda con la cadena de reemplazo utilizando comodines. <br>El orden de los parámetros es importante: <b>w_replace(\'search\', \'replace\', \'subject\')</b>. <br>admite comodines: <b>?</b>&mdash;cualquier carácter; <b>*</b>&mdash;cualquier número de caracteres al final de la palabra. <ul><li>Ejemplos</li><ul><li><b>w_replace(\'banan?\', bananas, banana banans bananz)</b>dará como resultado <i>bananas bananas bananas</i></li> <li><b>w_replace(\"ban*\", \'bananas\', banana banans bananz)</b> también dará como resultado <i>bananas bananas bananas</i></li></ul></ul>'),
('es', 'advanced_import.modifier_number_of_parameters', 'Número de parámetros'),
('es', 'advanced_import.modifier_self_reference_is_unsupported', 'Esta función no acepta el uso de un valor no modificado del archivo importado.'),
('es', 'advanced_import.modifier_title', 'Un modificador es una condición que altera los valores en una columna'),
('es', 'advanced_import.never', 'Jamás'),
('es', 'advanced_import.new_preset', 'Nuevo ajuste preestablecido'),
('es', 'advanced_import.options', 'Opciones'),
('es', 'advanced_import.preset_last_view', 'Ajuste preestablecido'),
('es', 'advanced_import.preset_not_found', 'La función de ajuste no fue encontrada'),
('es', 'advanced_import.previewing_fields_mapping', 'Vista previa del mapa de campos para el preajuste [preset]'),
('es', 'advanced_import.product_property', 'Propiedad del producto en [producto]'),
('es', 'advanced_import.properties', 'Propiedades'),
('es', 'advanced_import.remove_images', 'Eliminar las imágenes adicionales'),
('es', 'advanced_import.run_import_via_cron_message', 'Puedes ejecutar la importación automáticamente en ciertos intervalos de tiempo. Para hacerlo, agrega el comando siguiente a CRON:'),
('es', 'advanced_import.show_less', 'Ver menos'),
('es', 'advanced_import.show_more', 'Visualizar más'),
('es', 'advanced_import.target_node', 'Nodo destino de XML'),
('es', 'advanced_import.target_node.description', 'La ruta completa al nodo de XML con la información relacionada con la entidad importada. Los nodos anidados en el nodo específico será utilizado como columnas del archivo importado. Este es un ejemplo de la ruta: yml_catalog/shop/offers/offer'),
('es', 'advanced_import.test_import', 'Ejecuta la importación de la prueba'),
('es', 'advanced_import.test_import_tooltip', 'Si activas este ajuste, solo el primer producto [n] será procesado.|Si activas este ajuste, solo uno de los productos [n] será procesado.'),
('es', 'advanced_import.unexpected_parameter_passed', 'Experado <b>[delimiter]</b> or <b>[closer]</b> obtenido <b>[char]</b>.'),
('es', 'advanced_import.unrecognized_modifier', 'El modificador <b>[modifier]</b> no existe.'),
('es', 'advanced_import.uploading_file', 'Subir el archivo del ajuste preestablecido: [preset]'),
('es', 'advanced_import.user_upload', 'Subir datos del usuario'),
('es', 'advanced_import_images', 'Imágenes del producto'),
('es', 'advanced_products_search', 'Búsqueda de productos avanzados'),
('es', 'advanced_search', 'Búsqueda avanzada'),
('es', 'advanced_search_options', 'Opciones de búsqueda avanzada'),
('es', 'advanced_storefronts_search', 'Advanced storefronts search'),
('es', 'affected_email_templates', 'Email templates using this document'),
('es', 'after_full_payment', 'Después del pago del total'),
('es', 'after_sum', 'Después de suma'),
('es', 'agent', 'Agent'),
('es', 'agent_id', 'ID de Agente'),
('es', 'age_limit', 'Límite de edad'),
('es', 'age_verification', 'Verificación de edad'),
('es', 'age_warning_message', 'Mensaje de advertencia'),
('es', 'agilecrm.account_ask', 'Do not have an Agile Account. <a target=\"_blank\" href=\"https://www.agilecrm.com/pricing?utm_source=cscart	&utm_medium=website&utm_campaign=integration\" style=\"text-decoration:none;padding:5px\" class=\"btn-primary\">Create account</a> and fill the details below<br/><br/>'),
('es', 'agilecrm_btn_validate', 'Validate'),
('es', 'agile_domain', 'Agile Domain'),
('es', 'agile_rest_api_key', 'Rest API Key'),
('es', 'agreement_required', 'Confirmación requerida'),
('es', 'all', 'Todos'),
('es', 'allowed', 'Permitido'),
('es', 'allowed_combinations', 'Combinaciones permitidas'),
('es', 'allowed_extensions', 'Extensiones permitidas'),
('es', 'allowed_extensions_hint', 'Deja este campo en blanco para permitir la carga de cualquier tipo de archivo, o introduce las extensiones permitidas separadas por comas (ej. jpg, bmp, gif, pdf)'),
('es', 'allow_api_access', 'Sí, permitir que este usuario use la API'),
('es', 'allow_return_registration', 'Permitir solicitar su devolución'),
('es', 'all_actions', 'Todas las acciones'),
('es', 'all_block_types', 'All block types'),
('es', 'all_categories', 'All categories'),
('es', 'all_companies', 'All vendors'),
('es', 'all_currencies', 'All currencies'),
('es', 'all_downloads', 'Todas las descargas'),
('es', 'all_features', 'Todas las caracterícticas'),
('es', 'all_filters', 'Todos los filtros de producto'),
('es', 'all_languages', 'All languages'),
('es', 'all_layouts', 'All layouts'),
('es', 'all_locations', 'All locations'),
('es', 'all_pages', 'Todas las páginas'),
('es', 'all_products', 'All products'),
('es', 'all_products_have_been_updated', 'Se han actualizado todos los productos con éxito.'),
('es', 'all_storefronts', 'All storefronts'),
('es', 'all_storefronts_short', 'All'),
('es', 'all_stores', 'Todas las tiendas'),
('es', 'all_vendors', 'Todas las tiendas'),
('es', 'all_words', 'Todas estas palabras'),
('es', 'also_bought', 'También comprado'),
('es', 'alternative_text', 'Texto Alt'),
('es', 'alt_text', 'Texto alternativo'),
('es', 'always', 'Siempre'),
('es', 'american_express', 'American Express'),
('es', 'american_express_info', 'El CVV está en el frente de la tarjeta arriba del numero de la tarjeta de crédito (ya sea a la derecha o a la izquierda de la tarjeta de crédito).'),
('es', 'amount', 'Cantidad'),
('es', 'amount_decreased', 'La cantidad ha disminuido en'),
('es', 'amount_increased', 'La cantidad ha aumentado en'),
('es', 'amount_type', 'Tipo de cantidad'),
('es', 'and', 'Y'),
('es', 'anonymous', 'Anónimo'),
('es', 'answer', 'Respuesta'),
('es', 'answers', 'Respuestas'),
('es', 'answer_text', 'Texto de respuesta'),
('es', 'any', 'Cualquiera'),
('es', 'any_category', 'Cualquier categoría'),
('es', 'any_date', 'Cualquier fecha'),
('es', 'any_option_combinations', 'Cualquier combinación de opciones'),
('es', 'any_product', 'Cualquier producto'),
('es', 'any_status', 'Cualquier estado'),
('es', 'any_words', 'Cualquiera de estas palabras'),
('es', 'api', 'API'),
('es', 'apikey', 'Clave API'),
('es', 'api_access', 'Acceso API'),
('es', 'api_access_for_user', 'API access for this user'),
('es', 'api_access_has_been_disabled', 'De ahora en adelante, usted no puede utilizar el API'),
('es', 'api_access_has_been_enabled', 'Usted es libre de usar la API ahora'),
('es', 'api_invalid_value', 'Valor inválido \'[value]\' para [field]'),
('es', 'api_invalid_value_w_valid_list', 'Valor inválido \'[value]\' para [field]. Los valores válidos son: [valid_list]'),
('es', 'api_key', 'Clave de API'),
('es', 'api_key_not_found', 'Api key was not found'),
('es', 'api_need_correct_company_id', 'No se ha encontrado la Empresa por el ID indicado'),
('es', 'api_need_id', 'ID de objeto no definido'),
('es', 'api_need_params', 'Parámetros que faltan'),
('es', 'api_need_store', 'Se requiere tienda (el parámetro company_id o entidad de tiendas)'),
('es', 'api_not_need_id', 'ID no debe definirse'),
('es', 'api_no_shipping_methods_available', 'Ningún método de envío está disponible'),
('es', 'api_order_couldnt_be_created', 'El pedido no pudo ser ejecutado'),
('es', 'api_partner', 'Socio API'),
('es', 'api_password', 'Contraseña de API'),
('es', 'api_required_field', 'El campo [field] es requerido'),
('es', 'api_required_fields', 'Los campos siguientes son obligatorios: [fields]'),
('es', 'api_shipments_not_allow_update', 'Sólo los parámetros tracking_number y el proveedor pueden actualizarse con la opcion de \'Permitir múltiples envíos para un solo pedido\' activada'),
('es', 'api_shipments_update_not_allowed', 'Solo se pueden actualizar los parámetros tracking_number y carrier'),
('es', 'api_user', 'Usuario API'),
('es', 'api_wrong_user_company_relation', 'El usuario no existe para esta tienda y el uso compartido de usuarios entre las tiendas está desactivado.'),
('es', 'appearance', 'Apariencia'),
('es', 'appearance_settings', 'Configurar aspecto'),
('es', 'appearance_type', 'Tipo de aspecto'),
('es', 'application_id', 'ID de aplicación'),
('es', 'application_login', 'Login de aplicación'),
('es', 'apply', 'Aplicar'),
('es', 'apply_as_link', 'Aplicar como enlace'),
('es', 'apply_for_vendor_account', 'Solicitar una cuenta de vendedor'),
('es', 'apply_shipping_for_all_vendors', 'Permite el envío a todos los vendedores'),
('es', 'apply_shipping_for_all_vendors_confirm', 'El método de envío será aplicado a todos los vendedores. ¿Esta seguro de que desea continuar?'),
('es', 'apply_tax_to_products', 'Aplicar impuestos seleccionados a todos los artículos'),
('es', 'apply_to_all_languages', 'Aplicar a todos los idiomas'),
('es', 'apply_to_products', 'Aplíquese a productos'),
('es', 'approval', 'Aprobación'),
('es', 'approve', 'Aprobar'),
('es', 'approved', 'Aprobado'),
('es', 'approve_selected', 'Aprobar el producto seleccionado'),
('es', 'app_params', 'Aplicación'),
('es', 'arabic', 'Árabe'),
('es', 'arrows', 'Flechas'),
('es', 'asc', 'ASC.'),
('es', 'assign_to_me', 'Asignar a mí'),
('es', 'attachments', 'Archivos adjuntos'),
('es', 'attention', 'Atención!'),
('es', 'audience', 'Audiencia'),
('es', 'australia_post_upgrade_notification_text', '<p> La última versión del [product] tiene diferentes configuraciones para el cálculo de la tarifa de envío en tiempo real si utiliza Australia Post como operador.</p><p> Si desea mostrar las tarifas de envío actuales a sus clientes, haga lo siguiente: </p><ul><li> vaya a Administración > Envíos e Impuestos > Métodos de envío</li><li>elija el método de envío que utiliza Canada Post como operador para calcular las tarifas de envío</li><li>> cambie la pestaña General e ingrese el servicio de envío adecuado</li><li>cambie la pestaña Configurar e ingrese la <a href=\"https://www.canadapost.ca/cpo/mc/business/productsservices/developers/services/gettingstarted.jsf\" target=\"_blank\"> Clave PAC API</a></li></ul>'),
('es', 'australia_post_upgrade_notification_title', 'Cambios en el cálculo de la tarifa de envío en tiempo real de Australia Post'),
('es', 'auth.one_time_password.notification.error_password_invalid', 'Sorry, it seems that the code you\'ve entered is incorrect. It may have expired or been used already. Please check the code you\'re entering or request a new code.'),
('es', 'auth.one_time_password.notification.error_password_required', 'Please enter the code to sign in.'),
('es', 'auth.one_time_password.notification.info_password_sent', 'We\'ve sent a one-time code to [email].'),
('es', 'auth.one_time_password.popup.input_placeholder', 'Enter the code here'),
('es', 'auth.one_time_password.popup.message', 'We\'ve sent a one-time code to <strong>[email]</strong>. Please enter it below, and we\'ll sign you in without a password.'),
('es', 'auth.one_time_password.popup.resend_btn', 'Resend the code'),
('es', 'auth.one_time_password.popup.sign_in_btn', 'Sign me in'),
('es', 'auth.one_time_password.popup.title', 'Password-free sign-in'),
('es', 'authentication_failed', 'Fallo de autenticación'),
('es', 'authentication_key', 'Clave de Autenticación'),
('es', 'authentication_password', 'Contraseña de autenticación'),
('es', 'author', 'Autor'),
('es', 'authorization', 'Autorización'),
('es', 'authorize_before_order', 'Only registered customers can place an order. Please sign in to your account or register a new one.'),
('es', 'authorize_capture', 'Autorizar y capturar'),
('es', 'authorize_only', 'Autorizar solo'),
('es', 'auth_code', 'Código auth'),
('es', 'auth_info', 'Información de autenticación'),
('es', 'auto', 'Feedback automático'),
('es', 'autoresponders', 'Generador de respuestas automáticas'),
('es', 'auto_set_permissions_via_ftp', 'Auto-set permisos vía FTP'),
('es', 'avail', 'Disponible'),
('es', 'availability', 'Disponibilidad'),
('es', 'available', 'Disponible'),
('es', 'available_fields', 'Campos disponibles'),
('es', 'available_for_supplier', 'Disponible para proveedor'),
('es', 'available_for_vendor', 'Disponible para el vendedor'),
('es', 'available_items', 'Ítems disponibles'),
('es', 'available_languages', 'Disponible'),
('es', 'available_since', 'Disponible desde'),
('es', 'available_upgrades', 'Actualizaciones disponibles'),
('es', 'available_views', 'Vistas disponibles'),
('es', 'avail_from', 'Disponible de'),
('es', 'avail_till', 'Disponible hasta'),
('es', 'average', 'Bueno'),
('es', 'avs', 'AVS'),
('es', 'awaiting', 'Esperando'),
('es', 'awaiting_approval', 'Esperando aprobación'),
('es', 'backend_google_auth.errors.not_configured', 'Por favor configure primero el complemento'),
('es', 'backend_google_auth.login_page.btn', 'Inicio de sesión a través de Google'),
('es', 'backend_google_auth.login_page.help', 'Por favor seleccione la dirección electrónica que fue especificada en su cuenta como administrador.'),
('es', 'backend_google_auth.settings.authorized_redirect_uris', 'Sus URI de redireccionamiento autorizados:'),
('es', 'backend_google_auth.settings.create_new_application', 'Para adquirir su ID de cliente y su secreto cree una nueva aplicación en su cuenta de API de Google.'),
('es', 'backend_google_auth.settings.learn_more_about', 'Obtenga más información sobre las API de Google'),
('es', 'backend_google_auth.settings.provide_your_credentials', 'Por favor, proporcione sus credenciales de la API de Google'),
('es', 'backend_google_auth.settings.save_and_check_btn', 'Guarde y pruebe el inicio de sesión'),
('es', 'backend_google_auth.settings.warning', 'Una vez que configure este complemento, solo los administradores con direcciones de correo electrónico de Gmail podrán iniciar sesión en el panel de Administración. Si sus administradores tienen direcciones de correo electrónico que no son de Google especificadas, no configure el complemento o, de lo contrario, esos administradores no podrán iniciar sesión.'),
('es', 'backend_google_auth.user_not_found', 'El<strong>[user]</strong>usuario no fue encontrado'),
('es', 'backend_google_auth.warnings.only_gmail_address_is_available_to_auth', 'El complemento de \" inicio de sesión back-end a través de google\" está activo. Solo los administradores con direcciones electrónicas de gmail podrán iniciar sesión.'),
('es', 'backtrace', 'Trazar'),
('es', 'backup', 'Copia'),
('es', 'backupping_data', 'Backupping data for'),
('es', 'backupping_schema', 'Backupping schema for'),
('es', 'backup_data', 'Copia base de datos'),
('es', 'backup_filename', 'Nombre fichero de la copia'),
('es', 'backup_files', 'Ficheros de copia'),
('es', 'backup_options', 'Opciones de copia de seguridad'),
('es', 'backup_restore', 'Backup/Restaurar'),
('es', 'backup_schema', 'Copia de seguridad del Esquema de la base de datos'),
('es', 'back_in_stock_notification_footer', '¡ Bienvenido a la compra!'),
('es', 'back_in_stock_notification_header', 'Te escribimos para contarte que el siguiente producto está disponible nuevamente en nuestra tienda:'),
('es', 'balance', 'Balance'),
('es', 'balance_account', 'Balance de cuenta'),
('es', 'balance_carried_forward', 'Balance acumulado'),
('es', 'bank', 'Banco'),
('es', 'bank_cic', 'Grupo CIC'),
('es', 'bank_cm', 'Credit Mutuel'),
('es', 'bank_obc', 'OBC'),
('es', 'bank_routing_number', 'Numero de routing bancario'),
('es', 'banner', 'Banner'),
('es', 'banners', 'Banners'),
('es', 'banners.editing_banner', 'Edición de banner'),
('es', 'banners.new_banner', 'Nuevo banner'),
('es', 'banners_menu_description', 'Crear banners gráficos y de texto que pueden ser colocados en la tienda.'),
('es', 'banner_code', 'Código de banner'),
('es', 'banner_code_for_some_products', 'Código de banner para algunos productos'),
('es', 'banner_details_notes', 'Después de crear un banner, debe usar el <strong>editor de diseño</strong> para agregarlo a la tienda.<br/> <br/>Vaya a <a href=\"[layouts_href]\" target=\"_blank\"> Design → Layouts</a>, cambie a la ubicación donde desea que el banner aparezca y añada un nuevo bloque tipo <strong>Banners</strong>.<br/><br/>En la configuración de éste bloque, vaya a la pestaña <strong>contenido</strong>, elija el contenido <strong>manual</strong> y haga clic en el botón <strong>Agregar banners</strong>.<br/><br/>Verá la lista con todos los banners en su tienda. Elija la(s) que necesita y haga clic en el botón <strong>Añadir banners y cerrar</strong>.<br/><br/>Finalmente, haga clic en el botón <strong>crear</strong> para guardar los cambios.'),
('es', 'banner_type.abt__ut2', 'AB: UniTheme2: Advanced banner'),
('es', 'bar', 'Barras'),
('es', 'base', 'Base'),
('es', 'baseurl', 'URL base'),
('es', 'base_currency', 'Principal'),
('es', 'base_currency_not_deleted', 'La moneda no se ha eliminado debido a que es la moneda principal de la tienda.'),
('es', 'base_price', 'Precio base'),
('es', 'bestsellers', 'Más Vendidos'),
('es', 'bestselling', 'Más vendidos'),
('es', 'bigpicture_template', 'Imagen grande'),
('es', 'biller_code', 'Código de quién factura'),
('es', 'billing_address', 'Dirección factura'),
('es', 'billing_address_line_2', 'Facturación: dirección (línea 2)'),
('es', 'billing_city', 'Facturación: ciudad'),
('es', 'billing_country', 'Facturación: país'),
('es', 'billing_first_name', 'Facturación: nombre'),
('es', 'billing_last_name', 'Facturación: apellido'),
('es', 'billing_options', 'Opciones de facturación'),
('es', 'billing_phone', 'Facturación: número de teléfono'),
('es', 'billing_shipping_address', 'Direcciones de facturación y envío'),
('es', 'billing_state', 'Facturación: estado'),
('es', 'billing_zipcode', 'Facturación: código postal'),
('es', 'bill_to', 'Facturar a'),
('es', 'birthday', 'Fecha de nacimiento'),
('es', 'bling', 'Bling ERP'),
('es', 'bling_integration', 'Integração com a Bling'),
('es', 'block', 'Bloque'),
('es', 'blocks', 'Bloques'),
('es', 'block_abt__ut2_advanced_subcategories_menu', 'AB: Advanced subcategories menu'),
('es', 'block_abt__ut2_light_menu', 'AB: Fly menu'),
('es', 'block_ab__deal_of_the_day', 'AB: Deal of the day'),
('es', 'block_ab__deal_of_the_day_description', 'Preview of the chosen promotion'),
('es', 'block_ab__fast_navigation', 'AB: Fast navigation'),
('es', 'block_ab__fast_navigation_categories', 'AB: Fast navigation by categories'),
('es', 'block_ab__fast_navigation_categories_description', 'Fast navigation block by subcategories'),
('es', 'block_ab__fast_navigation_description', 'Block with fast navigation'),
('es', 'block_ab__motivation_block', 'AB: Motivation block'),
('es', 'block_ab__motivation_block_description', 'Output additional information about the store work'),
('es', 'block_ab__multi_deal_of_the_day', 'AB: Multi Deal of the day'),
('es', 'block_ab__multi_deal_of_the_day_description', 'Display anounce of one of chosen promotions, considering to their priorities'),
('es', 'block_ab__promotions', 'AB: Promotions'),
('es', 'block_ab__promotions_description', 'Promotions list'),
('es', 'block_ab__promotion_main_data', 'AB: Promotion header'),
('es', 'block_ab__promotion_main_data_description', 'General promotion data (name, image, description etc.)'),
('es', 'block_already_exists_in_grid', 'Este bloque ya existe en esta cuadrícula'),
('es', 'block_availability_in_stores', 'Disponibilidad en tiendas'),
('es', 'block_availability_in_stores_description', 'Lista de tiendas donde se puede comprar el producto'),
('es', 'block_banners', 'Banners'),
('es', 'block_banners_description', 'Banners graficos y de texto'),
('es', 'block_blog', 'Mensajes recientes'),
('es', 'block_breadcrumbs', 'Breadcrumbs'),
('es', 'block_breadcrumbs_description', 'Navegación de breadcrumbs'),
('es', 'block_call_request', 'Solicitud de llamada'),
('es', 'block_call_request_description', 'Número de teléfono de la tienda y formulario para solicitar una llamada'),
('es', 'block_cart_content', 'Contenido del carrito'),
('es', 'block_cart_content_description', 'Contenido del carrito actual'),
('es', 'block_categories', 'Categorías'),
('es', 'block_categories_description', 'Árboles de categoría'),
('es', 'block_checkout', 'Pasar por caja'),
('es', 'block_checkout_description', 'Información del pedido actual'),
('es', 'block_closest_vendors', 'Vendedores más cercanos'),
('es', 'block_closest_vendors_description', 'Vendedores en la ciudad del cliente'),
('es', 'block_content', 'Contenido de bloque'),
('es', 'block_currencies', 'Monedas'),
('es', 'block_currencies_description', 'Selector de moneda'),
('es', 'block_disabled', 'El Bloque fue desactivado para esta ubicación'),
('es', 'block_enabled', 'El Bloque fue activado para esta ubicación');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('es', 'block_et_category_banner', 'ET - Category banners'),
('es', 'block_et_cta', 'ET - Call to action'),
('es', 'block_et_eib', 'ET - Extra info block'),
('es', 'block_et_featured_product_banner_tabs', 'ET - Featured product banner tabs'),
('es', 'block_et_featured_vendors', 'ET - Featured vendors'),
('es', 'block_et_featured_vendors_sidebar', 'ET - Featured vendors sidebar'),
('es', 'block_et_home_banners', 'ET - Home banners'),
('es', 'block_et_home_grid', 'ET - Home grid'),
('es', 'block_et_main_menu', 'ET - Main menu'),
('es', 'block_et_menu_horizontal', 'ET - Menu (horizontal)'),
('es', 'block_et_profile_info', 'ET - Profile info'),
('es', 'block_et_search', 'ET - Search'),
('es', 'block_et_sidebar_subcategories', 'ET - Sidebar subcategories'),
('es', 'block_et_subcaegories', 'ET - Subcategories'),
('es', 'block_et_subcategories', 'ET - Subcategories'),
('es', 'block_et_top_menu', 'ET - Top menu'),
('es', 'block_et_vendor_categories', 'ET - Vendor categories'),
('es', 'block_et_vendor_contact_button', 'ET - Vendor contact button'),
('es', 'block_et_vendor_store_description', 'ET - Vendor store description'),
('es', 'block_et_vendor_store_header', 'ET - Vendor store header'),
('es', 'block_et_vendor_store_header_mobile', 'ET - Vendor store header (mobile)'),
('es', 'block_et_vendor_store_menu', 'ET - Vendor store menu'),
('es', 'block_et_vendor_store_menu_mobile', 'ET - Vendor store menu (mobile)'),
('es', 'block_geo_maps_customer_location', 'Ubicación del cliente'),
('es', 'block_geo_maps_customer_location_description', 'Ciudad del cliente y formulario de selección de la ciudad'),
('es', 'block_gift_certificates_verify', 'Verificación de certificado de regalo'),
('es', 'block_gift_certificates_verify_description', 'Certificado de regalo entrada y validación'),
('es', 'block_html_block', 'Block HTML'),
('es', 'block_html_block_description', 'Cualquier contenido HTML'),
('es', 'block_ip_after', 'Bloquee IP después de varias intentos fracasados'),
('es', 'block_languages', 'Idiomas'),
('es', 'block_languages_description', 'Selector de idioma'),
('es', 'block_lite_checkout_customer_address', 'Checkout: Address'),
('es', 'block_lite_checkout_customer_address_description', 'Profile fields for customer address'),
('es', 'block_lite_checkout_customer_billing', 'Checkout: Billing address'),
('es', 'block_lite_checkout_customer_billing_description', 'Profile fields for billing address'),
('es', 'block_lite_checkout_customer_information', 'Checkout: Customer Information'),
('es', 'block_lite_checkout_customer_information_description', 'Profile fields for customer information'),
('es', 'block_lite_checkout_customer_notes', 'Checkout: Notes'),
('es', 'block_lite_checkout_customer_notes_description', 'Customer\'s notes about the order'),
('es', 'block_lite_checkout_customer_sign_in', 'Checkout: Sign-In'),
('es', 'block_lite_checkout_customer_sign_in_description', 'Sign-in button'),
('es', 'block_lite_checkout_location', 'Checkout: Location'),
('es', 'block_lite_checkout_location_description', 'Customer\'s city, state, and country'),
('es', 'block_lite_checkout_newsletters', 'Checkout: Newsletters'),
('es', 'block_lite_checkout_newsletters_description', 'Ability to sign up for newsletters'),
('es', 'block_lite_checkout_payment_methods', 'Checkout: Payment methods'),
('es', 'block_lite_checkout_payment_methods_description', 'Payment method selection'),
('es', 'block_lite_checkout_shipping_methods', 'Checkout: Shipping methods'),
('es', 'block_lite_checkout_shipping_methods_description', 'Shipping method selection'),
('es', 'block_lite_checkout_terms_and_conditions', 'Checkout: Terms and conditions'),
('es', 'block_lite_checkout_terms_and_conditions_description', 'Checkbox for accepting terms and conditions'),
('es', 'block_localizations', 'Localizaciones'),
('es', 'block_localizations_description', 'Selector de localización'),
('es', 'block_location_selector', 'Ubicación del cliente'),
('es', 'block_location_selector_description', 'Ingrese la dirección para iniciar la búsqueda por ubicación'),
('es', 'block_mailing_lists', 'Suscripción al Boletín de noticias'),
('es', 'block_mailing_lists_description', 'Campo de correo electrónico para la suscripción al boletín de noticias'),
('es', 'block_main', 'Principal'),
('es', 'block_main_description', 'Contenido principal (cargado por el controlador)'),
('es', 'block_manager', 'Gestor de bloque'),
('es', 'block_manager.add_layout_page', 'Añadir página de diseño'),
('es', 'block_manager.availability.desktop', 'Desktop'),
('es', 'block_manager.availability.phone', 'Phone'),
('es', 'block_manager.availability.show_on', 'Show on'),
('es', 'block_manager.availability.tablet', 'Tablet'),
('es', 'block_manager.editing_layout_page', 'Editar página de diseño'),
('es', 'block_manager.fixed_layout', 'Anchura fija'),
('es', 'block_manager.fluid_layout', 'Fluido'),
('es', 'block_manager.forbid_changing_layout_in_css_mode', 'No se permite cambiar el diseño cuando el tema se ha convertido a CSS. Por favor, activa el modo LESS en el<a target=\"_blank\" href=\"[url]\">Editor de tema</a>.'),
('es', 'block_manager.full_width_layout', 'Anchura completa'),
('es', 'block_manager.grid_columns', 'Columnas de la cuadrícula'),
('es', 'block_manager.layout_pages', 'Páginas de diseño'),
('es', 'block_manager.layout_width', 'Anchura de layout'),
('es', 'block_manager.max_width', 'Anchura máxima'),
('es', 'block_manager.min_width', 'Anchura mínima'),
('es', 'block_manager.new_layout_page', 'Nuevo diseño de página'),
('es', 'block_manager.view_layout.desktop', 'Desktop preview'),
('es', 'block_manager.view_layout.phone', 'Phone preview'),
('es', 'block_manager.view_layout.reset_filter', 'Edit layouts'),
('es', 'block_manager.view_layout.tablet', 'Tablet preview'),
('es', 'block_manager.wrappers.lite_checkout', 'Lite checkout'),
('es', 'block_menu', 'Menú'),
('es', 'block_menu_description', 'Diferentes tipos de menús'),
('es', 'block_my_account', 'Mi cuenta'),
('es', 'block_my_account_description', 'Acceso de perfil del cliente'),
('es', 'block_name', 'Nombre de bloque'),
('es', 'block_options', 'Opciones del block'),
('es', 'block_order', 'Orden de bloque'),
('es', 'block_our_brands', 'Marcas'),
('es', 'block_our_brands_description', 'Marcas de producto presentadas en la tienda'),
('es', 'block_pages', 'Páginas'),
('es', 'block_pages_description', 'Páginas de tienda'),
('es', 'block_payment_methods', 'Formas de pago'),
('es', 'block_payment_methods_description', 'Formas de pago disponibles'),
('es', 'block_polls', 'Encuestas'),
('es', 'block_products', 'Productos'),
('es', 'block_products_description', 'Presentación de producto'),
('es', 'block_product_filters', 'Filtros de producto'),
('es', 'block_product_filters_description', 'Opciones de filtrado de productos'),
('es', 'block_product_filters_home', 'Filtros de producto para la página de inicio'),
('es', 'block_product_filters_home_description', 'Opciones en filtros de producto, mostrados en la página de inicio'),
('es', 'block_rees46', 'REES46'),
('es', 'block_rees46_description', 'Блок товарных рекомендаций'),
('es', 'block_rss_feed', 'Feed RSS'),
('es', 'block_rss_feed_description', 'Icono de suscripción al feed RSS'),
('es', 'block_search_vendors', 'Vendedores por ubicación'),
('es', 'block_search_vendors_description', 'Buscar vendedores en una ubicación específica'),
('es', 'block_settings', 'Opciones del bloque'),
('es', 'block_shipping_methods', 'Métodos de envío'),
('es', 'block_shipping_methods_description', 'Formas de envíos disponibles'),
('es', 'block_smarty_block', 'Bloque HTML con soporte Smarty'),
('es', 'block_smarty_block_description', 'Cualquier contenido HTML/Smarty'),
('es', 'block_store_locator', 'Localizador de tiendas'),
('es', 'block_store_locator_description', 'Bloque de localizador de tienda'),
('es', 'block_tags', 'Etiquetas'),
('es', 'block_tags_description', 'Etiquetas de productos'),
('es', 'block_template', 'Plantilla'),
('es', 'block_template_description', 'Block con plantilla particular'),
('es', 'block_testimonials', 'Testimonios'),
('es', 'block_testimonials_description', 'Testimonios de usuarios'),
('es', 'block_text', 'Bloquear texto'),
('es', 'block_time', 'El tiempo durante el cual la IP debería ser bloqueada'),
('es', 'block_vendors', 'Vendedores'),
('es', 'block_vendors_map', 'Mapa del vendedor'),
('es', 'block_vendors_map_description', 'Un mapa para todos los vendedores'),
('es', 'block_vendor_categories', 'Categorías de proveedores'),
('es', 'block_vendor_categories_description', 'Categorías de productos disponibles para un vendedor en particular'),
('es', 'block_vendor_filters', 'Filtros de proveedor'),
('es', 'block_vendor_information', 'Información del proveedor'),
('es', 'block_vendor_logo', 'Logotipo del proveedor'),
('es', 'block_vendor_plan_info', 'Información del plan de proveedores'),
('es', 'block_vendor_plan_info_description', 'Muestra información sobre el plan del proveedor seleccionado'),
('es', 'block_vendor_search', 'Búsqueda por productos del vendedor'),
('es', 'block_width', 'Anchura de bloque'),
('es', 'block_wrapper_updated', 'Se ha actualizado el envoltorio del block'),
('es', 'blog', 'Blog'),
('es', 'blog.add_post', 'Añadir entrada'),
('es', 'blog.editing_post', 'Editar entrada en el blog'),
('es', 'blog.et_featured_recent_posts_scroller', 'ET - Blog featured recent posts scroller'),
('es', 'blog.et_sidebar_latest_posts_scroller', 'ET - Blog sidebar latest posts scroller'),
('es', 'blog.new_post', 'Nueva entrada'),
('es', 'blog.post', 'Entrada'),
('es', 'blog.posts', 'Entradas'),
('es', 'blog.read_more', 'Leer más'),
('es', 'blog.recent_posts', 'Blog: entradas recientes'),
('es', 'blog.recent_posts_scroller', 'Blog: scroller de entradas recientes'),
('es', 'blog.text_links', 'Blog: enlaces de texto'),
('es', 'blog.view_post', 'Ver entrada'),
('es', 'blog_functionality_notes', '<p>Utilice esta página para administrar tu blog. Se trata de cómo debe organizar sus entradas de blog:</p> <ul><li>Blog es un mensaje habitual que tiene la <b>Página de nivel de raíz</b> como la Página principal.</li> <li>Elegir el <b>Blog</b> como la Página principal para sus entradas de blog.</li></ul>'),
('es', 'blog_menu_description', 'Gestionar tus entradas de blog.'),
('es', 'bm.customer_information_block.warning.email_or_phome_must_be_required', 'Contact information must always have either email, or phone as a required field.'),
('es', 'bm.customer_information_block.warning.field_automaticly_added', '\"[field_name]\" has been added as a required field automatically.'),
('es', 'bm.customer_information_block.warning.field_marked_as_required', 'The \"[field_name]\" field has been marked as required.'),
('es', 'bm_confirm', 'Realizar esta acción [action] afectará al bloque en todas la [location_name] páginas. Quieres continuar?'),
('es', 'body', 'Mensaje'),
('es', 'body_html', 'Cuerpo HTML'),
('es', 'bonus', 'Bono'),
('es', 'bonuses', 'Bonificaciones'),
('es', 'both', 'Ambos'),
('es', 'bottom_panel.admin_panel', 'Admin panel'),
('es', 'bottom_panel.build_mode', 'Edit structure'),
('es', 'bottom_panel.build_mode.not_available', 'Available only at the checkout page. Add a product to cart and go to checkout to see how it works.'),
('es', 'bottom_panel.buy_license', 'Buy license'),
('es', 'bottom_panel.change_theme', 'Change theme'),
('es', 'bottom_panel.community_forums', 'Community forums'),
('es', 'bottom_panel.customer_help_desk', 'Contact support'),
('es', 'bottom_panel.documentation', 'Documentation'),
('es', 'bottom_panel.download', 'Download'),
('es', 'bottom_panel.edit_layout', 'Edit layout'),
('es', 'bottom_panel.edit_menus', 'Edit menus'),
('es', 'bottom_panel.edit_product_tabs', 'Edit product tabs'),
('es', 'bottom_panel.edit_template', 'Edit template'),
('es', 'bottom_panel.edit_translations', 'Edit translations'),
('es', 'bottom_panel.faq', 'FAQ'),
('es', 'bottom_panel.go_to_dashboard', 'Go to Dashboard'),
('es', 'bottom_panel.go_to_home_page', 'Go to home page'),
('es', 'bottom_panel.help', 'Help'),
('es', 'bottom_panel.hide_bottom_admin_panel', 'Hide admin toolbar'),
('es', 'bottom_panel.hire_a_developers', 'Hire a developer'),
('es', 'bottom_panel.preview_mode', 'Preview'),
('es', 'bottom_panel.restore_demo', 'Restore demo'),
('es', 'bottom_panel.settings', 'Settings'),
('es', 'bottom_panel.show_bottom_admin_panel', 'Show admin toolbar'),
('es', 'bottom_panel.storefront', 'Storefront'),
('es', 'bottom_panel.text_mode', 'Edit texts'),
('es', 'bottom_panel.theme_mode', 'Edit style'),
('es', 'bottom_panel.trial_left', 'Remaining trial period'),
('es', 'bottom_panel.vendor_panel', 'Vendor panel'),
('es', 'bottom_panel.video_tutorials', 'Video tutorials'),
('es', 'bought', 'Tambien compro'),
('es', 'bought_amount', 'Cantidad comprada'),
('es', 'box_height', 'Alto de caja'),
('es', 'box_length', 'Longitud de la caja'),
('es', 'box_size', 'Tamaño de la caja'),
('es', 'box_width', 'Anchura de la caja'),
('es', 'brand', 'Marca'),
('es', 'brand_type', 'Marca/Fabricante'),
('es', 'breadcrumbs', 'Breadcrumbs'),
('es', 'broken_addon_pack', 'La estructura del complemento es incorrecta. El paquete cargado no se puede instalar.'),
('es', 'broken_po_pack', 'Estructura del pack PO incorrecta. El pack cargado no se puede instalar.'),
('es', 'browse', 'Buscar...'),
('es', 'browser_upgrade_notice', '<p>El navegador utilizado no està completamente soportado por el Panel de Administración. Puedes ver el sitio web usando este navegador, pero puede mostrarse incorrectamente, y quizá no puedas usar todas las características.</p><br><p>El Panel de Administración se ve mejor con los siguientes navegadores:</p><br><ul><li>&ndash;<a href=\"http://windows.microsoft.com/en-US/internet-explorer/products/ie/home\" target=\"_blank\">Internet Explorer 9 y superiores</a></li><li>&ndash;<a href=\"http://www.mozilla.org/en-US/\" target=\"_blank\">Mozilla Firefox (última versión)</a></li><li>&ndash;<a href=\"https://www.google.com/intl/en/chrome/browser/\" target=\"_blank\">Google Chrome (última versión)</a></li></ul><br><p>Clica en cualquiera de los enlaces para descargar y instalar el navagador que elijas.</p><br><p>Si no puedes actualizar el navegador ahora, todavía puedes acceder al Panel de Administración pero quizá no puedas utilizar todas las características.<br><br><a href=\"[url]\">Continuar</a></p>'),
('es', 'browser_upgrade_notice_title', 'Aviso de Actualización del Navegador'),
('es', 'browse_all_available_addons', 'Explorar todos los complementos disponibles'),
('es', 'browse_all_available_themes', 'Explorar todos los temas disponibles'),
('es', 'browse_by_category', 'Browse by category'),
('es', 'bucket', 'Cubo'),
('es', 'bulk_category_addition', 'Añadir familias'),
('es', 'bulk_category_deletion_side_effects', 'Esto borrará productos de todas las categoría, así como sus productos y sus subcategorías.'),
('es', 'bulk_edit.decrease_hint', 'Para disminuir el valor, use \"-\". Ejemplo: -5'),
('es', 'bulk_edit.example_of_modified_value', 'Ejemplo del valor modificado'),
('es', 'bulk_edit.make_active', 'Activar los productos'),
('es', 'bulk_edit.make_disabled', 'Desactivar los productos'),
('es', 'bulk_edit.make_hidden', 'Ocultar los productos'),
('es', 'bulk_edit.price_and_stock', 'Precio e Inventario'),
('es', 'bulk_edit.some_products_were_omitted', 'Se omitieron algunos productos porque la última categoría restante no se puede eliminar ni agregar para un producto.'),
('es', 'bulk_edit.some_products_were_omitted_other_storefront', 'Couldn\'t edit selected products. Some of the selected products belong to other storefronts; please deselect those products to be able to edit remaining ones.'),
('es', 'bulk_edit.unable_to_delete_all_categories', 'Se debe seleccionar al menos una categoría'),
('es', 'bulk_edit.what_do_these_checkboxes_mean', '¿Qué significan estas casillas de verificación?'),
('es', 'bulk_edit.what_do_these_checkboxes_mean_checked', 'todos los productos seleccionados pertenecen a esta categoría o se le asignarán.'),
('es', 'bulk_edit.what_do_these_checkboxes_mean_indeterminate', 'algunos de los productos seleccionados pertenecen a esta categoría; no se harán cambios.'),
('es', 'bulk_edit.what_do_these_checkboxes_mean_unchecked', 'ninguno de los productos seleccionados pertenece a esta categoría, o se eliminarán de ella.'),
('es', 'bulk_print_invoice', 'Impresión masiva de facturas'),
('es', 'bulk_print_packing_slip', 'Embalaje de impresión mayor deslizamiento'),
('es', 'bulk_print_pdf', 'Impresión mayor factura (PDF)'),
('es', 'bulk_product_addition', 'Añadir artículos'),
('es', 'bundleid', 'Identificación del lote'),
('es', 'button_bgcolor', 'Color de fondo del botón'),
('es', 'button_text_color', 'Color de texto del botón'),
('es', 'but_change', 'Cambio'),
('es', 'buyer_name', 'Nombre del comprador'),
('es', 'buy_in_advance', 'Comprar por adelantado'),
('es', 'buy_in_advance_upgrade_notification.message', '<p>Los clientes ahora pueden preordenar productos que tienen<b>Acciones agotadas</b> ajustar a </i>Comprar por adelantado</i>incluso cuando la configuaración<b>permitir un balance negativo en el inventario</b>esté deshabilitada. Actualmente, los siguientes productos están disponibles en pedidos pendientes: </p><ul>[products_list]</ul><p> Si no desea permitir que los clientes compren algunos de estos productos mientras no los tenga en inventario, por favor edite estos productos y configure sus <b> Acciones no disponibles</b> en <i> Ninguna</i>.</p>'),
('es', 'buy_in_advance_upgrade_notification.title', 'El nuevo comportamiento de \"Acciones fuera de inventario: comprar por adelantado\"'),
('es', 'buy_license', 'Compre una licencia'),
('es', 'buy_new_storefront_license', 'Comprar[product] licencia para frontales de tienda'),
('es', 'buy_now', 'Compra ahora'),
('es', 'buy_now_url', 'URL de \"Comprar Ahora\"'),
('es', 'buy_together', 'Comprar juntos'),
('es', 'buy_together_calculation_information', 'Precio total: [total_price], Descuento: [discount], Precio de la Combinación: [combination_price]'),
('es', 'buy_together_combination_cannot_be_added', 'La combinación no se puede agregar al carrito'),
('es', 'buy_together_fill_the_mandatory_fields', 'Especifique las opciones de producto antes de agregar esta combinación de producto a la cesta.'),
('es', 'buy_together_is_not_compatible_with_configurator', 'El producto [product_name] no puede agregarse a la combinación. Comprar juntos no es compatible con el complemento de configurador de producto'),
('es', 'buy_together_is_not_compatible_with_recurring_billing', 'El producto [product_name] no puede agregarse a la combinación. Comprar juntos no es compatible con el complemento de facturación recurrente'),
('es', 'buy_together_product_was_removed', 'No hay suficiente estoc ([amount]) de [product]  y se quitó del carrito'),
('es', 'by', 'por'),
('es', 'bytes', 'bytes'),
('es', 'by_fixed', 'por cantidad fija'),
('es', 'by_percentage', 'por porcentaje del precio original'),
('es', 'b_first_name_and_last_name', 'First name and last name (for billing)'),
('es', 'b_fullname', 'Full name (for billing)'),
('es', 'b_last_name_and_first_name', 'Last name and first name (for billing)'),
('es', 'C128A', 'El Código 128 es un código de barras alta densidad. <br/> Utilizado extensivamente en todo el mundo. <br/>El Código 128 está diseñado para codificar 128 caracteres ASCII completos. <br/> Código 128-A - 0-9, A-z, códigos de control de ASCII, carácteres especiales . <br/> Código 128-B-0-9, A-z, a-z, carácteres especiales. <br/> Código 128-C-00-99 (codificación de doble densidad de datos sólo numéricos). <br/>'),
('es', 'C128B', 'El Código 128 es un código de barras alta densidad. <br/> Utilizado extensivamente en todo el mundo. <br/>El Código 128 está diseñado para codificar 128 caracteres ASCII completos. <br/> Código 128-A - 0-9, A-z, códigos de control de ASCII, carácteres especiales . <br/> Código 128-B-0-9, A-z, a-z, carácteres especiales. <br/> Código 128-C-00-99 (codificación de doble densidad de datos sólo numéricos). <br/>'),
('es', 'C128C', 'El Código 128 es un código de barras alta densidad. <br/> Utilizado extensivamente en todo el mundo. <br/>El Código 128 está diseñado para codificar 128 caracteres ASCII completos. <br/> Código 128-A - 0-9, A-z, códigos de control de ASCII, carácteres especiales . <br/> Código 128-B-0-9, A-z, a-z, carácteres especiales. <br/> Código 128-C-00-99 (codificación de doble densidad de datos sólo numéricos). <br/>'),
('es', 'C39', 'También conocido como USS Code 39, 3 de 9.<br/>Code 39 puede codificar carácteres alfanuméricos<br/>La simbologia se usa en entornos no de comercio.<br/>Code 39 está diseñado para codificar 26 letras de caja alta, 10 dígitos y 7 carácteres especiales.'),
('es', 'cache_cleared', 'Se ha borrado la memoria caché'),
('es', 'calculate', 'Calcular'),
('es', 'calculate_shipping_cost', 'Calcular el coste de envío'),
('es', 'calendar', 'Calendario'),
('es', 'call_request.work_time', 'Lunes-Viernes 9:00 a. m. - 6 p. m.'),
('es', 'call_requests', 'Solicitudes de llamada'),
('es', 'call_requests.agreement_text_full_request_call_request_form', '<p>Nosotros ([company]) utilizaremos los datos que usted suministra para contactarlo en relación con su solicitud telefónica o pedido. Estos datos permanecerán en nuestro sistema, visibles para nuestro personal (o el vendedor correspondiente), hasta que usted retire su consentimiento. Si usted quiere que sus datos personales sean eliminados, envíe un correo electrónico al [email].</p><p> si usted cree que sus datos personales han sido utilizados con otros fines, tiene el derecho de presentar una queja ante un representante legal. Nosostros estamos obligados por la Normativa General de Protección de Datos de la Unión Europea a informarle que usted tiene este derecho; nosotros no pretendemos bajo ningún concepto utilizar sus datos con otros fines.</p>'),
('es', 'call_requests.agreement_text_short_request_call_request_form', 'Estoy de acuerdo que mis datos personales sean<u>utilizados de la siguiente manera.</u>'),
('es', 'call_requests.awaiting_call', 'En espera'),
('es', 'call_requests.buy_now_with_one_click', 'Comprar ahora con 1-clic'),
('es', 'call_requests.convenient_time', 'Tiempo conveniente'),
('es', 'call_requests.enter_phone_or_email_text', 'Por favor entre su número de teléfono o correo electrónico (para poder contactarle)'),
('es', 'call_requests.error_validate_call_form', 'Por favor entre su correo electrónico o número de teléfono'),
('es', 'call_requests.error_validator_phone', 'El número de teléfono en el <b>[field]</b> campo es invalido.'),
('es', 'call_requests.event.request_about_product_created.name', 'Call requests: request about product created'),
('es', 'call_requests.event.request_created.name', 'Call requests: request created'),
('es', 'call_requests.notes', 'Notas'),
('es', 'call_requests.no_name_specified', 'Sin nombre especificado'),
('es', 'call_requests.order_exists', 'Existe pedido'),
('es', 'call_requests.order_placed', 'Hemos recibido su solicitud. La orden #[order_id] se ha creado con éxito. Nuestro responsable se pondrá en contacto con usted en breve.'),
('es', 'call_requests.person_name_and_phone', 'Nombre y teléfono'),
('es', 'call_requests.phone_from_settings', 'Teléfono de la configuración'),
('es', 'call_requests.requested_product', 'Producto solicitado'),
('es', 'call_requests.request_call', 'Solicitud de llamada'),
('es', 'call_requests.request_call_request_form', 'Solicitudes de llamadas: formato de solicitud'),
('es', 'call_requests.request_recieved', 'Hemos recibido su solicitud. Nuestro responsable se pondrá en contacto con usted en breve.'),
('es', 'call_requests.responsible', 'Responsable'),
('es', 'call_requests.status.completed', 'Completado'),
('es', 'call_requests.status.in_progress', 'En progreso'),
('es', 'call_requests.status.new', 'Nuevo'),
('es', 'call_requests.status.no_answer', 'Sin respuesta'),
('es', 'call_requests.text_buy_with_one_click_request', 'El cliente [customer] está <a href=\"[href]\"> esperando su llamada</a> en [phone_number], con respecto a la compra de los productos <a href=\"[product_href]\">[product_name]</a>.'),
('es', 'call_requests.text_call_request', 'El cliente [customer] esta<a href=\"[href]\">esperando su llamada</a>al[phone_number].'),
('es', 'call_requests.text_call_request_call_time', 'La hora más conveniente es entre [time_from] y [time_to].'),
('es', 'call_requests.use_for_call_requests', 'Formulario para solicitar una llamada y comprar ahora con 1-clic'),
('es', 'call_requests_menu_description', 'Administrar solicitudes de llamada del cliente'),
('es', 'campaign', 'Campaña'),
('es', 'campaigns', 'Campañas'),
('es', 'campaign_stats', 'Estadísticas de la campaña'),
('es', 'canada_post_activation_error', 'Para activar el procesador de envío de Canada post, debe tener la moneda Dólar canadiense habilitado.'),
('es', 'canada_post_upgrade_notification_text', '<p> La última versión del [product] tiene diferentes configuraciones para el cálculo de la tarifa de envío en tiempo real si utiliza Canadá Post como operador.</p><p> Si desea mostrar las tarifas de envío actuales a sus clientes, haga lo siguiente: </p><ul><li> vaya a Administración > Envíos e impuestos > Métodos de envío</li><li>elija el método de envío que utiliza Canada Post como operador para calcular las tarifas de envío</li><li>> cambie la pestaña General e ingrese el servicio de envío adecuado</li><li>cambie la pestaña Configurar e ingrese la <a href=\"https://www.canadapost.ca/cpo/mc/business/productsservices/developers/services/gettingstarted.jsf\" target=\"_blank\"> Clave API</a></li></ul>'),
('es', 'canada_post_upgrade_notification_title', 'Cambios en el cálculo de la tarifa de envío en tiempo real en Canadá'),
('es', 'cancel', 'Cancelar'),
('es', 'canceled_reversal', 'Cancelada la revocación'),
('es', 'cancelled', 'Cancelado'),
('es', 'cancel_order', 'Cancelar pedido'),
('es', 'cancel_url_target', 'Cancelar URL destino'),
('es', 'cannot_buy', 'Usted no puede comprar el producto con estas variantes de opción'),
('es', 'cannot_proccess_checkout', 'Su carro esta vacío, usted no puede procesar ninguna compra con el carro vacío.'),
('es', 'cannot_proccess_checkout_without_payment_methods', 'No hay ningún método de pago disponible, entonces usted no puede proceder con la compra.'),
('es', 'cannot_remove_active_theme', 'No se puede quitar el tema actual'),
('es', 'cannot_remove_theme_has_dependent_themes', 'El tema no puede eliminarse ya que los siguientes temas dependen de él: [dependent_themes]'),
('es', 'cannot_upload_file', 'No se puede subir el archivo'),
('es', 'cannot_write_file', 'No se puede escribir en el fichero <b>[file]</b>. Por favor revise los permisos del fichero y del directorio y vuelva a intentarlo.'),
('es', 'cant_create_backup_file', 'No puede cargar el archivo de copia de seguridad. Por favor compruebe los permisos para el directorio \"var/copias de seguridad\" de su instalación.'),
('es', 'cant_find_thread', 'No se puede encontar el hilo de los comentarios.'),
('es', 'cant_remove_addon_files', 'Add-on files couldn\'t be removed'),
('es', 'cant_remove_default_storefront', 'Default storefront <b>[url]</b> can\'t be removed'),
('es', 'cant_save_percentage_price', 'No puede utilizar valor porcentual para el precio base.'),
('es', 'cant_upload_file', 'Couldn\'t upload the file. The problem isn\'t necessarily on the [product] end. If it occurs regularly, please contact your server administrator or our technical support.'),
('es', 'captcha_upgrade_notification_text', '<p>Anteriormente tenía que usar<b>Configuraciones → Verifiación de la imagen</b>para configurar la protección anti-bot. Comenzando con [product] 4.5.1, esa sección de la configuración no existe. Todos las configuraciones relevantes se movieron al complemento reCAPTCHA de Google. Los valores de esas configuraciones permanecen como estaban antes de la actualización.</p><p>El complemento de reCAPTCHA de Google es ahora el único mecanismo de protección anti-bot disponible en [product] predeterminado. Para configurar la validación anti-bot, siga los siguientes pasos:</p><ol><ol>Ir a<b> Complementos → Manejar complementos</b>.</li><li>Encuentrar y hacer clic en el<b>reCAPTCHA de Google</b>en la lista de complementos.</li><li>Una ventana emergente se abrirá. Ingresar<b>la clave del sitio</b>y<b>la token secreto</b>, luego guardar los cambios. Las instrucciones de cómo obtener la clave y el token están disponibles<a href=\'https://developers.google.com/recaptcha/docs/start\' target=\'_blank\'>aquí</a>.</li><li>Configurar otros ajustes de los complementos para que funcionen como lo desea.</li></ol>'),
('es', 'captcha_upgrade_notification_title', 'La verificación de la imagen fue completamente reemplazada por reCAPTCHA de Google'),
('es', 'capture', 'Capturar'),
('es', 'card', 'Tarjeta'),
('es', 'cardholder_name', 'Nombre del titular'),
('es', 'card_number', 'Numero de la tarjeta'),
('es', 'carousel', 'Carrusel'),
('es', 'carousel_swiper', 'Swiper'),
('es', 'carrier', 'Portador'),
('es', 'carrier_aup', 'Australia Post'),
('es', 'carrier_can', 'Canada Post'),
('es', 'carrier_dhl', 'DHL'),
('es', 'carrier_fedex', 'FedEx'),
('es', 'carrier_store_locator', 'Pickup'),
('es', 'carrier_swisspost', 'SwissPost'),
('es', 'carrier_temando', 'Temando'),
('es', 'carrier_ups', 'UPS'),
('es', 'carrier_usps', 'USPS'),
('es', 'cart', 'Carro de la compra'),
('es', 'cart_content', 'Contenido del carrito'),
('es', 'cart_contents', 'Contenidos del carrito'),
('es', 'cart_info', 'Información de sitio'),
('es', 'cart_is_empty', 'El carrito esta vacío'),
('es', 'cart_items', 'Artículos del carrito'),
('es', 'cart_or_wishlist', 'Carro o lista de deseos'),
('es', 'cart_subtotal', 'Subtotal carro'),
('es', 'cash_on_delivery', 'Efectivo a la entrega'),
('es', 'catalog', 'Catálogo'),
('es', 'catalog_mode', 'Modo Catálogo'),
('es', 'catalog_pages', 'Páginas del Catálogo'),
('es', 'categories', 'Categorías'),
('es', 'categories_have_been_added', 'Se han añadido categorías'),
('es', 'categories_in', 'Categorías en'),
('es', 'categories_menu_description', 'Ver las categorías que se utilizan para agrupar los productos de la tienda.'),
('es', 'category', 'Familia'),
('es', 'category_deletion_side_effects', 'Esto borrará productos de todas las categoría, así como sus productos y sus subcategorías.'),
('es', 'category_delimiter', 'Delimitador de categoría'),
('es', 'category_description', 'Descripción de la familia'),
('es', 'category_location', 'Localización de la familia'),
('es', 'category_name', 'Nombre de la familia'),
('es', 'cc_button_submit', 'Pasar por caja'),
('es', 'cc_last_digit', 'Final do cartão'),
('es', 'cdn_settings', 'Configuraciones de CDN'),
('es', 'central', 'Central'),
('es', 'central_content', 'Contenido central'),
('es', 'certificate', 'Certificado'),
('es', 'certificate_already_used', 'El certificado de regalo ya está en uso'),
('es', 'certificate_code_not_available', 'El certificado de regalo no puede ser aplicado. Por favor póngase en contacto con la administración de la tienda.'),
('es', 'certificate_code_not_valid', 'Código del certificado de regalo no valido'),
('es', 'certificate_filename', 'Nombre fichero del certificado'),
('es', 'certificate_verification', 'Validar/Anular certificado de regalo'),
('es', 'change', 'Cambio'),
('es', 'changed', 'Cambiado'),
('es', 'changes', 'Cambios'),
('es', 'change_access_permission_to_config', 'También se recomienda para cambiar los permisos de acceso para el archivo config.local.php. Debe tener permisos 644 (lectura/escritura para el propietario y leer para los demás).'),
('es', 'change_addons_initialization', 'Cambiar inicializacion de complementos'),
('es', 'change_addons_initialization_description', 'Para determinar si un problema determinado es ocasionado por un complemento, puede desactivar complementos a terceros o todos los complementos. Puede reactivarlos más tarde solo con un clic.'),
('es', 'change_customer', 'Cambiar de cliente'),
('es', 'change_gift_certificate_status', 'Cambiar estado del certificado de regalo a'),
('es', 'change_language', 'Cambiar idioma'),
('es', 'change_order_status_b_subj', 'El pedido #[order] se ha retrasado'),
('es', 'change_order_status_b_text', 'Su pedido se ha retrasado.'),
('es', 'change_order_status_c_subj', 'Pedido #[order] ha sido procesado'),
('es', 'change_order_status_c_text', 'Su pedido ha sido procesado. Gracias por elegirnos.'),
('es', 'change_order_status_default_subj', 'El estado de su pedido #[order] ha sido cambiado a [status]'),
('es', 'change_order_status_default_text', 'El estado de su pedido ha sido cambiado a [status].'),
('es', 'change_order_status_d_subj', 'El pedido #[order] ha sido rechazado'),
('es', 'change_order_status_d_text', 'Su pedido ha sido rechazado. Póngase en contacto con la administración de la tienda.'),
('es', 'change_order_status_f_subj', 'El pedido #[order] no fue procesado'),
('es', 'change_order_status_f_text', 'Su pedido no fue procesado. Póngase en contacto con la administración de la tienda.'),
('es', 'change_order_status_i_subj', 'El pedido #[order] ha sido cancelado'),
('es', 'change_order_status_i_text', 'Su pedido ha sido cancelado. Por favor póngase en contacto con la administración de la tienda.'),
('es', 'change_order_status_o_subj', 'El pedido #[order] ha sido solicitado con éxito'),
('es', 'change_order_status_o_text', 'Gracias por su pedido. ¡Eres bienvenido cuando quieras regresar a la tienda!'),
('es', 'change_order_status_p_subj', 'Pedido #[order] ha sido procesado'),
('es', 'change_order_status_p_text', 'Su pedido ha sido procesado con éxito.'),
('es', 'change_password_notification', 'Por favor, cambie su contraseña'),
('es', 'change_password_notification_body', 'Tu contraseña para acceder al panel de administración de la tienda [store] fué cambiado [] días atrás. Por razones de seguridad, por favor cambia tu contraseña. Para ello, sigue el siguiente enlace:'),
('es', 'change_permissions', 'Cambiar permisos'),
('es', 'change_points', 'Cambiar puntos'),
('es', 'change_range', 'Cambiar rango'),
('es', 'charged_amount', 'Cantidad cargada'),
('es', 'charge_to_vendor_account', 'Cargar a la cuenta de vendedor'),
('es', 'charset', 'Juego de caracteres'),
('es', 'chart', 'Gráfica'),
('es', 'charts', 'Gráficas'),
('es', 'chart_type', 'Tipo de gráfica'),
('es', 'check', 'Cheque'),
('es', 'checkbox', 'Casilla de verificación'),
('es', 'checked', 'Revisado'),
('es', 'checking_account_number', 'Comprobación de número de cuenta'),
('es', 'checking_core_edition_is_not_suitable', 'La edición ([current_edition]) del software no está soportada. Se requiere la versión:[required_edition].'),
('es', 'checking_core_version_is_not_suitable', 'La version ([version]) del sofwtare no está soportada. Minima: [min]. Maxima: [max].'),
('es', 'checking_extension_should_be_installed', 'La extension [extension] debe estar instalada en el servidor para que el complemento funcione correctamente.'),
('es', 'checking_extension_should_be_removed', 'La extension [extension] debe quitarse del servidor para que el complemento funcione correctamente.'),
('es', 'checking_extension_version_is_not_suitable', 'La version ([version]) de la [extension] no está soportada por el complemento. Mínimo: [min]. Máximo: [max].'),
('es', 'checking_php_version_is_not_suitable', 'La versión ([version]) de PHP no está soportada. Mínimo: [min]. Máximo: [max].'),
('es', 'checkout', 'Pasar por Caja'),
('es', 'checkout.email_exists.popup.cancel_btn', 'Use another email'),
('es', 'checkout.email_exists.popup.message', 'An account with your email already exists. We can sign you in (password won\'t be needed), or you can use another email if you\'d like.'),
('es', 'checkout.email_exists.popup.sign_in_btn', 'Sign me in'),
('es', 'checkout.email_exists.popup.title', 'You may have bought from us before'),
('es', 'checkout.min_cart_subtotal_required', 'To continue checkout process your order subtotal must exceed [amount]'),
('es', 'checkout_as_guest', 'Comprar como invitado'),
('es', 'checkout_block_with_heading', 'Checkout block (H2 heading)'),
('es', 'checkout_edp_terms_n_conditions', 'Acepto los términos en la'),
('es', 'checkout_location_was_rewritten_upgrade_notification_text', '<p>You can now move parts of the new checkout page around, or hide the parts you don\'t need. To do this, go to <b>Design → Layouts</b> and switch to the <i>Checkout</i> tab. For your convenience, we have updated your checkout page: it now has all the new blocks that a clean [product] installation has. Please check your checkout page and modify it as you see fit.</p><p>We also made a back-up of your previous checkout page. If you need to revert our changes, just import the layout from <b>[file_paths]</b></p><p><a href=\"[layout_page]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Configure checkout here</a></p>'),
('es', 'checkout_location_was_rewritten_upgrade_notification_title', 'Customize your checkout page'),
('es', 'checkout_select_profile_before_order', 'Please select a profile before you place the order.'),
('es', 'checkout_terms_n_conditions', 'Selecciones esta casilla de verificación para aceptar los [terms_href]'),
('es', 'checkout_terms_n_conditions_alert', 'Para proceder usted tiene que aceptar nuestros Términos y Condiciones.'),
('es', 'checkout_terms_n_conditions_name', 'Términos y Condiciones'),
('es', 'check_active', 'Activo'),
('es', 'check_again', 'Vuelva a verificar y corregir'),
('es', 'check_all', 'Todos'),
('es', 'check_disabled', 'Desactivado'),
('es', 'check_hidden', 'Oculto'),
('es', 'check_items_text', 'Para incluir estados de pedidos, métodos de pago y ubicaciones en la lista de condiciones, marque los ítems necesarios y haga click en el botón \"Guardar\".'),
('es', 'check_none', 'Ninguno'),
('es', 'check_number', 'Número de cheque'),
('es', 'check_pending', 'Pendiente'),
('es', 'check_permissions', 'Comprobar permisos'),
('es', 'check_php_timeout', 'Comprobar el tiempo de espera de script PHP'),
('es', 'check_server_export_settings', 'Compruebe la configuración del servidor de exportación'),
('es', 'check_ssl', 'Verificación SSL'),
('es', 'check_uncheck_all', 'Marcar / desmarcar'),
('es', 'chinese', 'chino'),
('es', 'choose', 'Elija'),
('es', 'choose_action', 'Elige la acción'),
('es', 'choose_category', 'Elegir categoría'),
('es', 'choose_user', 'Seleccione usuario'),
('es', 'choose_your_country', 'Selecciona tu país'),
('es', 'choose_your_store_mode', 'Por favor, elige el modo de licencia'),
('es', 'cities', 'Ciudades'),
('es', 'city', 'Ciudad'),
('es', 'classes', 'clases'),
('es', 'clean', 'limpiar'),
('es', 'cleanup_history', 'Limpiar el historial'),
('es', 'cleanup_log', 'Limpiar registro'),
('es', 'clean_logs', 'Limpiar registros'),
('es', 'clean_old_logs', 'Borrar registros anteriores a [n] días | Borrar registros anteriores a [n] días'),
('es', 'clean_up_all_locations_on_import', 'Limpiar lugares antes de la importación'),
('es', 'clear', 'Limpiar'),
('es', 'clear_cache', 'Limpiar Caché'),
('es', 'clear_cart', 'Borrar el carrito'),
('es', 'clear_conditions', 'Limpiar condiciones'),
('es', 'clear_fields', 'Limpiar campos'),
('es', 'clear_list', 'Limpiar lista'),
('es', 'clear_thumbnails', 'Limpiar miniaturas generadas'),
('es', 'clear_wishlist', 'Borrar de la lista'),
('es', 'clicks', 'Haga clic en'),
('es', 'client_id', 'ID de cliente'),
('es', 'clone', 'Clonar'),
('es', 'clone_categories', 'Copiar categorías'),
('es', 'clone_from', 'Clonar desde'),
('es', 'clone_layouts', 'Copiar diseños'),
('es', 'clone_pages', 'Compartir páginas'),
('es', 'clone_payments', 'Compartir métodos de pago'),
('es', 'clone_products', 'Compartir productos'),
('es', 'clone_product_features', 'Compartir características de producto'),
('es', 'clone_product_filters', 'Compartir filtros de producto'),
('es', 'clone_profile_fields', 'Compartir campos de perfil'),
('es', 'clone_promotions', 'Compartir promociones'),
('es', 'clone_selected', 'Clonar seleccionado'),
('es', 'clone_settings', 'Copiar ajustes'),
('es', 'clone_shippings', 'Compartir métodos de envío'),
('es', 'clone_sitemap', 'Copiar sitemap'),
('es', 'clone_static_data_clone', 'Copiar menus'),
('es', 'clone_table', 'Clonar tabla'),
('es', 'clone_theme', 'Clonar tema'),
('es', 'clone_this_item', 'Clonar'),
('es', 'clone_this_page', 'Clonar esta página'),
('es', 'close', 'Cerrar'),
('es', 'close_selected_storefronts', 'Close selected'),
('es', 'close_storefront', 'Close storefront'),
('es', 'close_storefront.setting_notice', 'You can open or close a storefront on the storefront editing page'),
('es', 'cmcic_societe', 'Societe'),
('es', 'cname', 'CNAME'),
('es', 'code', 'Código'),
('es', 'code_snippets', 'Fragmentos (Snippets) del código'),
('es', 'coefficient', 'Coeficiente'),
('es', 'collapse_bg_color', 'Ocultar color de background'),
('es', 'collapse_section', 'Collapse section'),
('es', 'collapse_sublist_of_items', 'Cerrar la sublista de los artículos'),
('es', 'collapse_text_color', 'Ocultar color de texto'),
('es', 'color', 'Color'),
('es', 'column', 'Columna'),
('es', 'combination', 'Combinación'),
('es', 'combination_code', 'Código de combinación'),
('es', 'combination_products', 'Combinación de productos\n'),
('es', 'comma', 'Coma'),
('es', 'comment', 'Comentario'),
('es', 'comments', 'comentarios'),
('es', 'comments_and_reviews', 'Comentarios y análisis'),
('es', 'comments_and_reviews_menu_description', 'Comentarios y opiniones del cliente de los productos, categorías, órdenes, etc.'),
('es', 'comment_by', 'Comentario hecho por'),
('es', 'comment_hint', 'Introduce tu comentario para que aparezca abajo de la opcion'),
('es', 'commerceml.map.entity_type.warehouse', 'Almacenes'),
('es', 'commerceml.tab.warehouse', 'Almacenes'),
('es', 'commission', 'Comisión'),
('es', 'commissions', 'Comisiones'),
('es', 'commissions_of_last_periods', 'Comisiones de períodos pasados'),
('es', 'commission_rates', 'Precios de comisión'),
('es', 'communication', 'Comunicado'),
('es', 'communication_and_rating', 'Comunicado Y Grado'),
('es', 'compact_list', 'Lista compacta'),
('es', 'companies', 'Vendedores'),
('es', 'company', 'Empresa'),
('es', 'company_address', 'Dirección de la empresa'),
('es', 'company_name', 'Nombre de la empresa'),
('es', 'company_not_found', 'No se encuentra la empresa seleccionada.'),
('es', 'company_phone', 'Teléfono'),
('es', 'company_settings', 'Configuración de la empresa'),
('es', 'compare', 'Comparar'),
('es', 'compare_product_features', 'Comparar características de producto'),
('es', 'comparison_list', 'Lista de comparación'),
('es', 'comparison_list_note', 'Ir a la lista de comparación de productos'),
('es', 'comparsion', 'Comparación'),
('es', 'compatible_class', 'Clase compatible'),
('es', 'completed', 'Completado'),
('es', 'compressing_backup', 'Comprimido el fichero de la copia'),
('es', 'compress_dump', 'Comprimir el fichero de la copia'),
('es', 'condition', 'Condición'),
('es', 'conditions', 'Condiciones'),
('es', 'configure', 'Configurar'),
('es', 'confirm', 'Confirmar'),
('es', 'confirmation_dialog', 'Dialogo de confirmación'),
('es', 'confirmed', 'Confirmado'),
('es', 'confirm_password', 'Confirma contraseña'),
('es', 'conflicts', 'Conflictos'),
('es', 'congratulations', 'Felicidades!'),
('es', 'connection_ticket', 'Ticket de conexión'),
('es', 'contact', 'Contact'),
('es', 'contact_information', 'Información de contacto'),
('es', 'contact_us_for_price', '[Contacte con nosotros para  precio]'),
('es', 'container_not_used', 'Este contenedor no se utiliza. \"[container]\" contenedor de la ubicación predeterminada se utilizará en su lugar. Establecer esta ubicación como predeterminada para usar este contenedor como \"[container]\" para todas las ubicaciones.'),
('es', 'container_options', 'Opciones de contenedor'),
('es', 'content', 'Contenido'),
('es', 'content_alignment', 'Alineación de contenido'),
('es', 'content_changed_for', 'Las instancias de este block tienen distinto contenido para'),
('es', 'continue', 'Continuar'),
('es', 'continue_shopping', 'Seguir comprando'),
('es', 'controller', 'Reemplazar con'),
('es', 'controller_description', 'Si desea especificar un nombre SEO para la URL, p. http://example.com/index.php?dispatch= <b> categories.catalog </ b>, debe ingresar el valor \"<b> categories.catalog </ b>\" en \"<b> valor del campo \"parámetro de envío\" de la URL </ b> \"y especificar el nombre de SEO en el campo\" <b> Nombre de SEO </ b> \".'),
('es', 'conversion', 'Conversión'),
('es', 'converting_data_in_table', 'Convirtiendo datos en tabla [tabla]'),
('es', 'cookie_is_disabled', 'Para una completa experiencia en sus compras, por favor, <a href=\"http://www.wikihow.com/Enable-Cookies-in-Your-Internet-Web-Browser\" target=\"_blank\"> configure su navegador para aceptar cookies</a>'),
('es', 'cookie_policy_upgrade_notification_text', '<p>Algunos países requieren que los sitios web notifiquen a los clientes acerca del uso de cookies. Antes podías hacerlo en <b>Configuraciones → Seguridad</b>. Esta configuración ahora se ha trasladado al complemento del <b> Acuerdo de RGPD (UE)</b> A continuación lo que le aconsejamos que haga:</p><ol><li>Vaya a<b>Complementos → Manejar complementos</b>.</li><li>Cambie a<b> Examine la pestaña de todos los complementos disponibles</b>.</li><li>Asegúrese que<b>el complemento del Acuerdo de RGPD (UE)</b> se encuentre instalado y activo.</li><li>Haga clic en el nombre del complemento para abrir sus configuraciones.</li><li>Si la<b>configuración de consentimiento de utilización de Cookies</b>está configurada como<i>implícita</i>, su tienda se comparta como antes de que la actualización se realizara.</li><li> Cambie a la pestaña RGPD y asegúrese de que las notificaciones acerca del procesamiento de datos personales estén configurados como desea que funcionen.</li><li>Haga clic en<b>Guardar</b>.</li></ol><p>Si prefiere, puede configurar el modo de consentimiento para<i>Explícito</i>; de manera que sus clientes necesitarán estar de acuerdo explícitamente con el uso de cookies antes de que tengan acceso a su tienda.</p>'),
('es', 'cookie_policy_upgrade_notification_title', 'Configuración de notificación de cookies se trasladó a complemento GDPR'),
('es', 'coordinates', 'Coordenadas'),
('es', 'copied', 'Copiado'),
('es', 'copy', 'Copiar'),
('es', 'copyright_shopping_cart', '[product] - Software de Comercio Electrónico'),
('es', 'copy_from_layout', 'Copiar datos desde el diseño'),
('es', 'copy_theme_from_another_storefront', 'Copy theme and its layouts from another storefront'),
('es', 'copy_to_other_locations', 'Copiar a otros lugares'),
('es', 'core', 'Núcleo'),
('es', 'core_files_have_been_modified', 'Algunos de sus <a href=\"[changes_url]\">archivos centrales</a> se cambiaron manualmente. Eso puede conducir a varios problemas, especialmente al actualizar a una nueva versión del [product]. Para obtener más información acerca de por qué no recomendamos cambiar los archivos principales, lea este <a href=\"[docs_url]\" target=\"_blank\"> artículo </a>.<br><br> [product] comprueba automáticamente los cambios en los archivos principales cada vez que inicie sesión. Para desactivar esta comprobación, vaya a <a href=\"[settings_url]\">Configuración → General</a> y desmarque la casilla Monitorizar los cambios en los archivos principales.'),
('es', 'cost', 'Coste'),
('es', 'cost_dependences', 'Depende del precio'),
('es', 'could_not_connect_to_database', 'No se pudo conectar con la base de datos'),
('es', 'could_not_open_file', 'Vista previa del archivo no está disponible'),
('es', 'countries', 'Países'),
('es', 'countries_list', 'Lista de países'),
('es', 'countries_menu_description', 'Administrar el conjunto de países que son soportados en su tienda.'),
('es', 'country', 'País'),
('es', 'country_code', 'Código del país'),
('es', 'count_document_fail_imported', 'La importación de documentos no se ejecutó:'),
('es', 'count_document_successfully_imported', 'Los documentos han sido importados con éxito:'),
('es', 'count_email_template_fail_imported', 'La importación de las plantillas de correo electrónico no fueron ejecutadas:'),
('es', 'count_email_template_successfully_imported', 'Las plantillas de correo electrónico se importaron con éxito:'),
('es', 'count_internal_template_fail_imported', 'On-site notification templates import failed:'),
('es', 'count_internal_template_successfully_imported', 'On-site notification templates successfully imported:'),
('es', 'count_snippet_fail_imported', 'La importación de fragmentos no se ejecutó:'),
('es', 'count_snippet_successfully_imported', 'Los fragmentos fueron importados con éxito:'),
('es', 'coupon', 'Cupón'),
('es', 'coupons', 'Cupones'),
('es', 'coupon_already_used', 'EL cupón ya esta en uso'),
('es', 'coupon_code', 'Código de cupón'),
('es', 'cpi_hash_key', 'Clave CPI Hash'),
('es', 'create', 'Crear'),
('es', 'created', 'Creado'),
('es', 'create_account', 'Crear cuenta'),
('es', 'create_administrator_account', 'Crear cuenta de administrador'),
('es', 'create_and_close', 'Crear y cerrar'),
('es', 'create_backup', 'Crear copia de seguridad'),
('es', 'create_detailed_shipment', 'Crear un envío detallado'),
('es', 'create_file', 'Crear fichero'),
('es', 'create_folder', 'Crear carpeta'),
('es', 'create_gift_certificate', 'Cree certificado de regalo'),
('es', 'create_gift_certificate_for_customer', 'Cree certificado de regalo para este cliente'),
('es', 'create_guest_account', 'Pago rápido sin crear cuenta'),
('es', 'create_new_account', 'Crear una cuenta y usarla para el pedido'),
('es', 'create_new_block', 'Crear Bloque Nuevo'),
('es', 'create_new_layout', 'Crear nuevo diseño'),
('es', 'create_new_order', 'Crear un pedido nuevo'),
('es', 'create_process_payment', 'Crear y procesar pago'),
('es', 'create_profile', 'Crear nuevo perfil'),
('es', 'create_profile_notification_header', 'Gracias por ser un usuario registrado en nuestra tienda. A continuación encontrará la información de su cuenta.'),
('es', 'create_table', 'Crear nueva tabla'),
('es', 'create_ticket', 'Create Ticket'),
('es', 'creating', 'Creando'),
('es', 'creating_storefront', 'Creating storefront'),
('es', 'creating_table', 'Crear tabla'),
('es', 'creation_date', 'Fecha creada'),
('es', 'credit_card', 'Tarjeta de crédito'),
('es', 'credit_card_info', 'Este número está impreso en el área de firma en el reverso de la tarjeta. Son los 3 dígitos siguientes al número de tarjeta de crédito.'),
('es', 'credit_card_number', 'Número de tarjeta de crédito'),
('es', 'credit_memo', 'Nota de crédito'),
('es', 'credit_memo_id', 'ID de nota de crédito'),
('es', 'cresecureapitoken', 'CRE SecureAPIToken'),
('es', 'cresecureid', 'CRE SecureID'),
('es', 'cresecure_allowed_types', 'Tipos de tarjetas permitidos'),
('es', 'cron_export', 'Ajustes de exportación de cron o tareas programadas'),
('es', 'cscart_uvdesk', 'UVDesk Dashboard'),
('es', 'cscart_uvdesk_menu_description', 'Uvdesk dashboard manage, tickets view, etc.'),
('es', 'csv_delimiter', 'Delimitador CSV'),
('es', 'csv_file', 'Archivo CSV'),
('es', 'cta', 'ET - Call to action');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('es', 'curl_error_code_reference_link', 'Para saber qué causó el error de Curl, busque su número de error en <a target=\"_blank\" href=\"[href]\">este artículo</a>.'),
('es', 'curl_error_description_curle_ssl_invalidcertstatus', 'El estado reportó un error cuando se le preguntó con CURLOPT_SSL_VERIFYSTATUS.'),
('es', 'currencies', 'Monedas'),
('es', 'currency', 'Moneda'),
('es', 'currencycode', 'Código de divisa'),
('es', 'currency_code_aed', 'Dirham de Emiratos Árabes Unidos'),
('es', 'currency_code_afn', 'Afgani Afgano'),
('es', 'currency_code_ang', 'ANG'),
('es', 'currency_code_aoa', 'Kwanza angoleño'),
('es', 'currency_code_aon', 'Nuevo Kwanza angoleño'),
('es', 'currency_code_ars', 'ARS'),
('es', 'currency_code_ats', 'Florín de Antillas Neerlandesas'),
('es', 'currency_code_aud', 'Dólar Australiano'),
('es', 'currency_code_awg', 'AWG'),
('es', 'currency_code_azn', 'Manat azerbaiyano'),
('es', 'currency_code_bam', 'Marcas convertibles de Bosnia y Herzegovina'),
('es', 'currency_code_bbd', 'Dólar de Barbados'),
('es', 'currency_code_bdt', 'Taka de Bangladesh'),
('es', 'currency_code_bef', 'Franco belga'),
('es', 'currency_code_bgl', 'Lev de Bulgaria'),
('es', 'currency_code_bgn', 'BGN'),
('es', 'currency_code_bhd', 'Dinar bahreiní'),
('es', 'currency_code_bif', 'Franco de Burundi'),
('es', 'currency_code_bmd', 'Dólar de las Bermudas'),
('es', 'currency_code_bnd', 'Dólar de Brunei'),
('es', 'currency_code_bob', 'Bolivianos'),
('es', 'currency_code_brl', 'Real brasileño'),
('es', 'currency_code_bsd', 'Dólar de las Bahamas'),
('es', 'currency_code_btn', 'Ngultrum butanés'),
('es', 'currency_code_bwp', 'Pula de Botswana'),
('es', 'currency_code_byn', 'Rublo Bielorruso'),
('es', 'currency_code_byr', 'BYR'),
('es', 'currency_code_bzd', 'Dólar de Belice'),
('es', 'currency_code_cad', 'Dólar canadiense'),
('es', 'currency_code_cdf', 'Franco congoleño'),
('es', 'currency_code_chf', 'Franco Suizo'),
('es', 'currency_code_clp', 'Peso chileno'),
('es', 'currency_code_cny', 'CNY'),
('es', 'currency_code_cop', 'Peso colombiano'),
('es', 'currency_code_crc', 'Colón de Costa Rica'),
('es', 'currency_code_csd', 'Serbian Dinar'),
('es', 'currency_code_cve', 'Escudo de Cabo Verde'),
('es', 'currency_code_cyp', 'Libra chipriota'),
('es', 'currency_code_cyr', 'Libra Chipriota'),
('es', 'currency_code_czk', 'Corona Checa'),
('es', 'currency_code_dem', 'Marco alemán'),
('es', 'currency_code_djf', 'Franco yibutiano'),
('es', 'currency_code_dkk', 'Corona Danesa'),
('es', 'currency_code_dop', 'Peso dominicano'),
('es', 'currency_code_dzd', 'Dinar Argelino'),
('es', 'currency_code_ecs', 'Sucre Ecuatoriano'),
('es', 'currency_code_eek', 'Corona Estonia'),
('es', 'currency_code_egp', 'EGP'),
('es', 'currency_code_ern', 'Nafka de Eritrea'),
('es', 'currency_code_esp', 'Spanish Peseta'),
('es', 'currency_code_etb', 'Birr etíope'),
('es', 'currency_code_eur', 'Euro'),
('es', 'currency_code_fim', 'Markka finlandés'),
('es', 'currency_code_fjd', 'Dólar de Fiji'),
('es', 'currency_code_fkp', 'Libra de las Islas Malvinas'),
('es', 'currency_code_frf', 'Franco Francés'),
('es', 'currency_code_gbp', 'Libra Esterlina'),
('es', 'currency_code_gel', 'GEL'),
('es', 'currency_code_ghs', 'Cedi de Ghana'),
('es', 'currency_code_gip', 'Libra gibaltreña'),
('es', 'currency_code_gmd', 'Libra gambiana'),
('es', 'currency_code_gnf', 'Franco de guineano'),
('es', 'currency_code_grd', 'Drachma griego'),
('es', 'currency_code_gtq', 'Quetzal guatemalteco'),
('es', 'currency_code_gyd', 'Dolar guyanés'),
('es', 'currency_code_hkd', 'Hong Kong dólar'),
('es', 'currency_code_hnl', 'Lempira hondureño'),
('es', 'currency_code_hrk', 'HRK'),
('es', 'currency_code_htg', 'Gourde haitiano'),
('es', 'currency_code_huf', 'Florín Húngaro'),
('es', 'currency_code_idr', 'Rupia Indonesia'),
('es', 'currency_code_iep', 'Irish Pound'),
('es', 'currency_code_ils', 'Israel nuevo Shequel'),
('es', 'currency_code_inr', 'Rupia india'),
('es', 'currency_code_iqd', 'Iraqi Dinar'),
('es', 'currency_code_irr', 'Rial iraní'),
('es', 'currency_code_isk', 'Islandia corona'),
('es', 'currency_code_itl', 'Italian Lira'),
('es', 'currency_code_jmd', 'Jamaican Dollar'),
('es', 'currency_code_jod', 'Jordanian Dinar'),
('es', 'currency_code_jpy', 'Yen Japonés'),
('es', 'currency_code_kes', 'Kenyan Shilling'),
('es', 'currency_code_khr', 'Riel camboyano'),
('es', 'currency_code_kmf', 'Franco congoleño'),
('es', 'currency_code_kpw', 'Won de Corea del norte'),
('es', 'currency_code_krw', 'Won surcoreano'),
('es', 'currency_code_kwd', 'Dinar kuwaití'),
('es', 'currency_code_kyd', 'Dólar de las Islas Caimán'),
('es', 'currency_code_kzt', 'Tenge kazajo'),
('es', 'currency_code_lak', 'Laos Kip'),
('es', 'currency_code_lbp', 'Lebanese Pound'),
('es', 'currency_code_lkr', 'Sri Lanka Rupee'),
('es', 'currency_code_lrd', 'Liberian Dollar'),
('es', 'currency_code_lsl', 'Lesotho Loti (Maloti)'),
('es', 'currency_code_ltl', 'Litas lituana'),
('es', 'currency_code_luf', 'Luxembourg Franc'),
('es', 'currency_code_lvl', 'Lats Letón'),
('es', 'currency_code_lyd', 'Libyan Dinar'),
('es', 'currency_code_mad', 'MAD'),
('es', 'currency_code_mdl', 'Moldovan Leu'),
('es', 'currency_code_mga', 'Malagasy Ariary'),
('es', 'currency_code_mgf', 'Malagasy Franc'),
('es', 'currency_code_mkd', 'Macedonian (FYR) Denar'),
('es', 'currency_code_mmk', 'Myanmar Kyat'),
('es', 'currency_code_mnt', 'Mongolian Tugrik'),
('es', 'currency_code_mop', 'Macau Pataca'),
('es', 'currency_code_mro', 'Mauritania Ouguiya'),
('es', 'currency_code_mtl', 'Maltese Lira'),
('es', 'currency_code_mur', 'Mauritius Rupee'),
('es', 'currency_code_mvr', 'Maldives Rufiyaa'),
('es', 'currency_code_mwk', 'Malawi Kwacha'),
('es', 'currency_code_mxn', 'Peso Mexicano'),
('es', 'currency_code_myr', 'Ringgit de Malasia'),
('es', 'currency_code_mzn', 'Mozambique Metical'),
('es', 'currency_code_nad', 'Namibian Dollar'),
('es', 'currency_code_ngn', 'Nigerian Naira'),
('es', 'currency_code_nio', 'Nicaraguan Cordoba Oro'),
('es', 'currency_code_nlg', 'Florín Holandés'),
('es', 'currency_code_nok', 'Coronas noruegas'),
('es', 'currency_code_npr', 'Nepalese Rupee'),
('es', 'currency_code_nzd', 'Dólar de Nueva Zelanda'),
('es', 'currency_code_omr', 'Rial Omani'),
('es', 'currency_code_pab', 'Panamanian Balboa'),
('es', 'currency_code_pen', 'Peruvian Nuevo Sol'),
('es', 'currency_code_pgk', 'Papua New Guinea Kina'),
('es', 'currency_code_php', 'Peso Filipino'),
('es', 'currency_code_pkr', 'Pakistan Rupee'),
('es', 'currency_code_pln', 'Zloty Polaco'),
('es', 'currency_code_png', 'Papua Nueva Guinea Kina'),
('es', 'currency_code_pte', 'Portugese Escudo'),
('es', 'currency_code_pyg', 'Paraguayan Guarani'),
('es', 'currency_code_qar', 'Qatari Rial'),
('es', 'currency_code_rol', 'Romanian Lei'),
('es', 'currency_code_ron', 'RON'),
('es', 'currency_code_rsd', 'New Serbian Dinar'),
('es', 'currency_code_rub', 'RUB'),
('es', 'currency_code_rur', 'Rublo Ruso'),
('es', 'currency_code_rwf', 'Rwanda Franc'),
('es', 'currency_code_sar', 'Riyal Saudí'),
('es', 'currency_code_sbd', 'Dólar de las Islas Salomón'),
('es', 'currency_code_scr', 'Seychelles Rupee'),
('es', 'currency_code_sdp', 'Sudanese Pound'),
('es', 'currency_code_sek', 'Coronas suecas'),
('es', 'currency_code_sgd', 'Dólar de Singapur'),
('es', 'currency_code_shp', 'St Helena Pound'),
('es', 'currency_code_sit', 'Tólar esloveno'),
('es', 'currency_code_skk', 'Corona eslovaca'),
('es', 'currency_code_sll', 'Sierra Leone Leone'),
('es', 'currency_code_sos', 'Somalia Shilling'),
('es', 'currency_code_srd', 'Suriname Dollar'),
('es', 'currency_code_srg', 'Florin surinamés'),
('es', 'currency_code_std', 'Dobra'),
('es', 'currency_code_svc', 'Colón salvadoreño'),
('es', 'currency_code_syp', 'Libra siria'),
('es', 'currency_code_szl', 'Lilangeni'),
('es', 'currency_code_thb', 'Baht'),
('es', 'currency_code_tjs', 'Somoni tayiko'),
('es', 'currency_code_tmt', 'Manat de Turkmenistán'),
('es', 'currency_code_tnd', 'Dinar tunecino'),
('es', 'currency_code_top', 'Paanga de Tonga'),
('es', 'currency_code_trl', 'Lira turca'),
('es', 'currency_code_try', 'Lira Turca'),
('es', 'currency_code_ttd', 'Dólar de Trinidad y Tobago'),
('es', 'currency_code_twd', 'Nuevo dólar de Taiwán'),
('es', 'currency_code_tzs', 'Chelín tanzano'),
('es', 'currency_code_uah', 'UAH'),
('es', 'currency_code_ugx', 'Chelín ugandés'),
('es', 'currency_code_usd', 'Dólar de los E.E.U.U.'),
('es', 'currency_code_uyu', 'Peso Uruguayo'),
('es', 'currency_code_uzs', 'Sum de Uzbekistán'),
('es', 'currency_code_veb', 'Bolívar Venezolano Fuerte/Soberano'),
('es', 'currency_code_vef', 'Bolívar Venezolano Fuerte/Soberano'),
('es', 'currency_code_vnd', 'Dong vietnamita nueva'),
('es', 'currency_code_vuv', 'Vanuatu Vatu'),
('es', 'currency_code_wst', 'Samoa Tala'),
('es', 'currency_code_xaf', 'XAF'),
('es', 'currency_code_xcd', 'Dólar del Caribe Oriental'),
('es', 'currency_code_xof', 'XOF'),
('es', 'currency_code_xpf', 'XPF'),
('es', 'currency_code_yer', 'Rial yemení'),
('es', 'currency_code_yum', 'Dinar yugoslavo nuevo'),
('es', 'currency_code_zar', 'Rand'),
('es', 'currency_code_zmw', 'Kwacha zambiano'),
('es', 'currency_code_zwd', 'Dólar zimbabuense'),
('es', 'currency_deleted', 'La divisa se ha eliminado con éxito.'),
('es', 'currency_rate', 'Precio'),
('es', 'currency_rate_greater_than_null', 'Tasa de cambio debe ser superior a 0.'),
('es', 'currency_sign', 'Signo'),
('es', 'currently_in_use', 'Actualmente en uso'),
('es', 'current_amount', 'Valor actual'),
('es', 'current_database_size', 'Tamaño actual de la base de datos'),
('es', 'current_path', 'Dirección actual'),
('es', 'current_period', 'Periodo actual'),
('es', 'current_setting_value', 'Valor actual'),
('es', 'current_theme', 'Tema actual'),
('es', 'custom', 'Personalizado'),
('es', 'customer', 'Cliente'),
('es', 'customers', 'Clientes'),
('es', 'customers_menu_description', 'Lista de los clientes de la tienda registrados con una cuenta de cliente.'),
('es', 'customers_with_abandoned', 'Clientes abandonados'),
('es', 'customer_address', 'Customer address'),
('es', 'customer_create_ticket', 'Create Ticket'),
('es', 'customer_details', 'Detalles del cliente'),
('es', 'customer_email', 'Correo electrónico del cliente'),
('es', 'customer_id', 'ID de Cliente'),
('es', 'customer_info', 'Info del cliente'),
('es', 'customer_information', 'Información del cliente'),
('es', 'customer_name', 'Customer Name'),
('es', 'customer_notes', 'Notas del cliente'),
('es', 'customer_notifications', 'Notificaciones del cliente'),
('es', 'customer_phone', 'Número de teléfono del cliente'),
('es', 'customer_signature', 'Firma del cliente'),
('es', 'customer_sign_in', 'Customer Sign-In'),
('es', 'customer_text_letter_footer', 'Gracias por utilizar nuestra tienda.'),
('es', 'customization', 'Personalización'),
('es', 'customize', 'Personalizar'),
('es', 'custom_range', 'Rango de medida'),
('es', 'custom_search', 'Custom search'),
('es', 'cutted_product_codes', 'Los siguientes códigos de producto son demasiado largos y fueron cortados a 32 caracteres:'),
('es', 'cvv2', 'CVV/CVC'),
('es', 'czech', 'Checo'),
('es', 'daily', 'Diariariamente'),
('es', 'danish', 'Danés'),
('es', 'dashboard', 'Quadro de mando'),
('es', 'database', 'Base de datos'),
('es', 'database_data_changes', 'Cambios de la base de datos'),
('es', 'database_structure_changes', 'Cambios de estructura de la base de datos'),
('es', 'datafeed.description', 'Sólo los productos que cumplen <strong>todos</strong> de las condiciones debajo serán exportadas:'),
('es', 'datafeed_name', 'Nombre de la fuente de datos'),
('es', 'datakeeper.error_unsupported_file_type', 'El archivo no se puede restaurar. Sólo .sql, se permiten los archivos .zip y .tgz.'),
('es', 'datakeeper.file_cannot_be_overrided', 'No se puede escribir en el archivo <b>[file]</b>.Establezca los permisos de escritura manual o comprobar el acceso FTP a su servidor en el <a href=\"[url]\">\"centro actualización\"</a> sección'),
('es', 'datakeeper.run_backup_via_cron_message', 'Puede ejecutar la copia de seguridad automáticamente en ciertos intervalos de tiempo. Para hacerlo, agregue el siguiente comando a <a href=\"https://en.wikipedia.org/wiki/Cron\" target=\"_blank\"> Cron </a>:'),
('es', 'datatrans_caa', 'Autorización con liquidación inmediata'),
('es', 'datatrans_noa', 'Autorización solamente'),
('es', 'datatrans_sign', 'Firma digital'),
('es', 'data_feed', 'Fuentes de datos'),
('es', 'data_feed.error_exim_no_data_exported', 'Ningún dato fue exportado'),
('es', 'data_feeds', 'Fuentes de datos'),
('es', 'data_feeds.exclude_shared_products', 'Excluir productos compartidos'),
('es', 'data_feeds.text_tooltip_field_name', 'El nombre de la columna en los datos de alimentación de archivo.'),
('es', 'data_feeds.text_tooltip_field_type', 'El tipo de datos de tu tienda que serán exportados a esta columna de los datos del archivo de alimentación.'),
('es', 'date', 'Fecha'),
('es', 'date_added', 'Fecha añadida'),
('es', 'date_of_birth', 'Fecha de nacimiento'),
('es', 'day', 'Día'),
('es', 'days', 'días'),
('es', 'days_old', 'días de antigüedad'),
('es', 'db_backup_restore', 'Base datos/Restaurar'),
('es', 'db_name', 'Nombre de la base de datos'),
('es', 'dear', 'Estimado/a'),
('es', 'dear_sirs', 'Estimados Señores'),
('es', 'debit', 'Débito'),
('es', 'decimals', 'Decimales'),
('es', 'decline', 'Rechazar'),
('es', 'declined', 'Rechazado'),
('es', 'declined_products_information', 'Información de productos rechazados'),
('es', 'decline_products', 'Rechazar productos'),
('es', 'decline_selected', 'Rechazar seleccionado'),
('es', 'decorator', 'Decorador'),
('es', 'decrease', 'Disminuir'),
('es', 'dec_sign', 'Signo decimal'),
('es', 'default', 'Por defecto'),
('es', 'default_category_view', 'Vista predeterminada de categoría'),
('es', 'default_currency_status', 'El estado de la divisa primaria no se puede cambiar'),
('es', 'default_filter_by_location', 'No se ha especificado filtro. Se aplica el filtro por localización por defecto.'),
('es', 'default_language', 'Idioma por defecto'),
('es', 'default_language_status', 'El estado de la lengua por defecto no se puede cambiar'),
('es', 'default_layout', 'Layout por defecto'),
('es', 'default_long_options_template', 'Plantilla por defecto (nombres de opciones de producto largo)'),
('es', 'default_product_details_view', 'Padre ([default])'),
('es', 'default_storefront', 'Default'),
('es', 'default_storefront_must_exist', 'Default storefront must exist in the store'),
('es', 'default_template', 'Plantilla por defecto'),
('es', 'default_value', 'Valor por defecto'),
('es', 'deferred', 'Aplazado'),
('es', 'defined', 'Definido'),
('es', 'defined_desired_products', 'Lista de productos deseados'),
('es', 'defined_items', 'Ítems definidos'),
('es', 'delay', 'Retardo (en segundos)'),
('es', 'delete', 'Borrar'),
('es', 'deleted', 'Borrado'),
('es', 'deleted_product', 'Borrar producto'),
('es', 'delete_all_images', 'Borrar todas las imágenes'),
('es', 'delete_block', 'Eliminar block'),
('es', 'delete_confirmation', 'Estas seguro que quieres borrar el producto seleccionado?'),
('es', 'delete_downloadable_product_files', 'Eliminar archivos existentes de productos descargables'),
('es', 'delete_downloadable_product_files_tooltip', 'Si habilita esta configuración, entonces la importación de productos descargables eliminará sus archivos existentes. Si la configuración está desactivada, los nuevos archivos de productos descargables simplemente se agregarán a los archivos existentes.'),
('es', 'delete_grid', 'Borrar rejilla'),
('es', 'delete_image', 'Borrar imagen'),
('es', 'delete_image_pair', 'Borrar pareja de imágenes'),
('es', 'delete_install_folder', 'Por favor eliminar la carpeta de instalación.<br /><br />Mantener la carpeta de instalación en el servidor no es seguro.'),
('es', 'delete_range', 'Borrar rango'),
('es', 'delete_selected', 'Borrar seleccionado'),
('es', 'delete_this_category', 'Borrar esta familia'),
('es', 'delete_this_page', 'Borrar esta página'),
('es', 'delete_this_return', 'Borre esta devolución'),
('es', 'delivery_time', 'Tiempo de entrega'),
('es', 'demo', 'Demo'),
('es', 'demo_mode', 'El modo Demo está activado'),
('es', 'demo_mode_content_text', '<p>El carrito está trabajando en modo <b>DEMO</b> y esta funcionalidad está deshabilitada.</p>'),
('es', 'demo_panel.block_manager.enable', 'Edit structure<br/><br/>Change various blocks with information: show them, hide them, or move them as you see fit.<br/>This currently works only at the checkout page. Add a product to cart and proceed to checkout to see the editor.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Edit layout on-site\"'),
('es', 'demo_panel.demo_store_panel', 'Panel de demo de tienda'),
('es', 'demo_panel.demo_will_be_reset_in', 'La demo se reiniciará en:'),
('es', 'demo_panel.go_admin_panel', 'Ir al Panel de administracion'),
('es', 'demo_panel.go_storefront', 'Ir a la tienda'),
('es', 'demo_panel.go_vendor_panel', 'Ir al panel de proveedores'),
('es', 'demo_panel.live_editor.enable', 'Edit сontent<br/><br/>Change the texts and other data directly on the storefront, without using the administration panel.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Edit content on-site\"'),
('es', 'demo_panel.theme_editor.enable', 'Edit style<br/><br/>Change the style of your store (logos, colors, fonts, and so on) and see the changes as you make them.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Theme editor\"'),
('es', 'denied', 'Denegado'),
('es', 'dependence', 'Ordenar por'),
('es', 'deposit_amount', 'Cantidad depositada'),
('es', 'deprecated', 'Deprecated'),
('es', 'desc', 'desc.'),
('es', 'description', 'Description'),
('es', 'descr_avs', 'AVS respuesta de verificación'),
('es', 'descr_cvv', 'CVV2 respuesta de verificación'),
('es', 'design', 'Diseño'),
('es', 'design_mode', 'Modo de diseño'),
('es', 'desired_amount', 'Cantidad deseada'),
('es', 'destination', 'Destino'),
('es', 'destination_nothing_found', 'No suitable destination has been found'),
('es', 'detailed_description', 'Descripción detallada'),
('es', 'detailed_image', 'Imagen detallada'),
('es', 'detailed_images', 'Detalle de la imagen'),
('es', 'detailed_image_url', 'Detalle de la imagen de la URL'),
('es', 'detailed_info', 'Información detalle'),
('es', 'detailed_shipment', 'Envío detallado'),
('es', 'details', 'detalles'),
('es', 'developer', 'Desarrollador'),
('es', 'development', 'Desarrollo'),
('es', 'dhl_upgrade_notification_text', '<p>La última versión de [product] tiene diferentes configuraciones para cálculo de gastos de envío en tiempo real si utiliza DHL.</p> <p>Si desea mostrar los gastos de envío actuales a sus clientes, haga esto:</p> <ul><li>ir a Administración &gt; envío y impuestos &gt; métodos de envío</li> <li>elegir el método de envío que utiliza DHL para calcular los gastos de envío</li> <li>cambie a la pestaña General y entre en el servicio de envío adecuado</li> <li>cambie a la pestaña de configuración y escriba el Site ID y la contraseña adecuados</li></ul>'),
('es', 'dhl_upgrade_notification_title', 'Cambios en cálculo de gastos de envío en tiempo real de DHL'),
('es', 'diff', 'Cambios del archivo'),
('es', 'different_only', 'Diferente solo'),
('es', 'directory', 'Directorio'),
('es', 'direct_download', 'Descarga directa'),
('es', 'disable', 'Desactivar'),
('es', 'disabled', 'Desactivado'),
('es', 'disabled_categories', 'Categorías deshabilitadas'),
('es', 'disable_for', 'Desactivar para'),
('es', 'disable_selected', 'Desactivar seleccionado'),
('es', 'disapprove', 'Rechazar'),
('es', 'disapproved', 'Desaprobado'),
('es', 'disapprove_selected', 'No aprobar el producto seleccionado'),
('es', 'discount', 'Descuento'),
('es', 'discounted_price', 'Precio rebajado'),
('es', 'discounts', 'Descuentos'),
('es', 'discount_coupon', 'Cupón descuento'),
('es', 'discount_coupon_code', 'Código del cupón de descuento'),
('es', 'discussion', 'Comentarios y análisis'),
('es', 'discussion.add_new_review', 'Discusión: nueva revisión'),
('es', 'discussion.agreement_text_full_add_new_review', '<p>su nombre aparecerá junto a su reseña o comentario visible a para todo el mundo. Nosotros ([company]) también guardamos su dirección IP como una precaución de seguridad, pero esta sólo puede ser vista por nuestro personal. Permanecerá en nuestro sistema hasta que usted retire su consentimiento. Si desea que sus datos personales sean eliminados, envíe un correo electrónico a [email].</p> <p>si cree que sus datos personales ha sido usados por error, usted tiene el derecho a presentar una denuncia ante una autoridad de supervisión. Estamos obligados por Reglamento de protección de datos General de UE a informarle sobre este derecho; realmente no pretende abusar de sus datos.</p>'),
('es', 'discussion.agreement_text_short_add_new_review', 'Estoy de acuerdo que mis datos personales <u>procesados como sigue.</u>'),
('es', 'discussion.anonymous_setting_restored_upgrade_notification', 'En la versión 4.9.1, se eliminó la variante <strong> Solo clientes anónimos </strong> de <strong> El administrador debe aprobar las publicaciones enviadas por </strong>. Ahora, está disponible de nuevo, con la posibilidad de dejar comentarios para clientes no autorizados. Por favor, compruebe si se selecciona el valor deseable de la configuración.'),
('es', 'discussion.anonymous_setting_restored_upgrade_notification_title', 'Se han cambiado los ajustes de los comentarios y revisiones'),
('es', 'discussion.please_log_in_to_write_a_review', 'Por favor inicie sesión para escribir una reseña'),
('es', 'discussion.you_have_to_buy_from_vendor_before_writing_review', 'No puede escribir una revisión para este proveedor. Los clientes pueden escribir comentarios para un proveedor solo después de comprar algo de ese proveedor. Si realizó un pedido con este proveedor, pero sigue viendo este mensaje, contacte con nosotros.'),
('es', 'discussion.you_have_to_buy_product_before_writing_review', 'No puedes escribir una reseña de este producto. Los clientes pueden escribir reseñas solo para los productos que compraron. Si realmente nos compró este producto, pero aún está viendo este mensaje, contacte con nosotros.'),
('es', 'discussion_manager', 'Comentarios y análisis'),
('es', 'discussion_tab_categories', 'Comentarios de categoría'),
('es', 'discussion_tab_companies', 'Comentarios de la empresa'),
('es', 'discussion_tab_home_page', 'Testimonios'),
('es', 'discussion_tab_orders', 'Comunicación de orden'),
('es', 'discussion_tab_pages', 'Comentarios de página'),
('es', 'discussion_tab_products', 'Reseñas de productos'),
('es', 'discussion_title_category', 'Comentarios'),
('es', 'discussion_title_company', 'Reseñas'),
('es', 'discussion_title_giftreg', 'Libro de invitados'),
('es', 'discussion_title_home_page', 'Recomendaciones'),
('es', 'discussion_title_home_page_menu_description', 'Administra los testimonios de los visitantes de su tienda.'),
('es', 'discussion_title_order', 'Comunicado'),
('es', 'discussion_title_page', 'Comentarios'),
('es', 'discussion_title_product', 'Comentarios'),
('es', 'discussion_title_return', 'Dejar comunicado'),
('es', 'dispatch', 'Envío'),
('es', 'dispatch_value', 'Valor de envío'),
('es', 'displayed_vendors', 'Muestra de proveedores'),
('es', 'display_bottom_buttons', 'Mostrar los botones de la parte inferior'),
('es', 'display_delete_icons', 'Mostrar los iconos de borrar'),
('es', 'display_in_promotions', 'Mostrar en promociones'),
('es', 'display_message', 'Mostrar mensaje'),
('es', 'display_on', 'Mostrar en'),
('es', 'display_type', 'Tipo de visualización'),
('es', 'display_variants_count', 'Número de variantes de filtro mostradas antes de scroll'),
('es', 'documents', 'Documentos'),
('es', 'document_exists', 'El documento con el código seleccionado ya existe, por favor intente con otro.'),
('es', 'document_import_success_msg', 'Todos los documentos han sido importados sin errores.'),
('es', 'document_preview_gift_certificate_not_found', 'No puedo encontrar un certificado de regalo. La vista previa solamente funciona con los datos existentes. Por favor genera un certificado de regalo y utiliza Vista Previa de nuevo.'),
('es', 'document_preview_order_not_found', 'No se pudo encontrar un pedido. La vista previa solamente funciona con los datos existentes. Por favor genere una cuenta de vendedor y utiliza la opción de Vista Previa de nuevo.'),
('es', 'document_preview_return_request_not_found', 'No se pudo encontrar la solicitud de devolución. La vista previa solo funciona con los datos existentes. Por favor crea un solicitud de devolución y usa Vista previa de nuevo.'),
('es', 'document_preview_suppliers_not_found', 'No se pudo encontrar un vendedor. La vista previa solamente funciona con los datos existentes. Por favor genere una cuenta de vendedor y utiliza la opción de Vista Previa de nuevo.'),
('es', 'domain', 'Dominio'),
('es', 'domains', 'Dominios'),
('es', 'domestic_usps', 'Domestic U.S.P.S.'),
('es', 'done', 'Hecho'),
('es', 'dont_recalculate_order', 'No recalcular pedido'),
('es', 'dont_track', 'sin seguimiento'),
('es', 'dont_use_cardinal', 'No usar Cardinal Centinel ® para la autenticación segura de pago 3-D'),
('es', 'dots', 'Puntos'),
('es', 'down', 'Abajo'),
('es', 'download', 'Descargar'),
('es', 'downloadable', 'Descargable'),
('es', 'downloadable_product_files_directory', 'Directorio para los archivos de productos descargables'),
('es', 'downloadable_shipping', 'Habilitar transporte (envío) si es descargable'),
('es', 'downloads', 'Descargas'),
('es', 'downloads_max_left', 'Descargas (máx./restante)'),
('es', 'download_key_expiry', 'Descargar key expirada'),
('es', 'download_link_expired', 'El enlace de descarga ha caducado o no está listo.'),
('es', 'do_not_change', 'No cambiar'),
('es', 'do_not_pass_logo', 'No pasar el logo de cesta de la compra al comerciante'),
('es', 'do_not_use', 'No usar'),
('es', 'drlicense_number', 'Número de licencia de conducir'),
('es', 'dropdown_horizontal', 'Desplegable horizontal'),
('es', 'dropdown_limit', 'Número mínimo de items para ser mostrados en una lista desplegable.'),
('es', 'dropdown_second_level_elements', 'Elementos de segundo nivel'),
('es', 'dropdown_third_level_elements', 'Elementos de tercer nivel'),
('es', 'dropdown_vertical', 'Desplegable vertical'),
('es', 'drop_existing_data', 'Borre todos los archivos de productos existentes antes de la importación'),
('es', 'drop_images_select', 'Seleccionar imágenes'),
('es', 'drop_images_select_short', 'Seleccionar'),
('es', 'drop_images_to_upload', 'Arrastra las imágenes aquí'),
('es', 'dump_file_not_writable', 'El archivo que usted trata de almacenar en la copia de seguridad de la base de datos no es escribible. Por favor compruebe permisos.'),
('es', 'duplicate', 'Transacciones duplicadas'),
('es', 'dutch', 'Holandés'),
('es', 'dynamic', 'Dinámico'),
('es', 'dynamic_content', 'El contenido de este bloque se mostrará sólo en <a href=\"[url]\">esta página</a>.'),
('es', 'dynamic_tree_cat', 'Árbol dinámico'),
('es', 'dynamic_tree_pages', 'Árbol dinámico'),
('es', 'earned_points', 'Puntos ganados por producto'),
('es', 'earned_point_modifier', 'Modificador de puntos ganados'),
('es', 'easing', 'Flexibilización'),
('es', 'easter_coming_soon_message', 'Uh-oh, ¡parece que esta función no esta disponible todavía! Pero estamos trabajando para activar la función e intentaremos que esté disponible pronto.'),
('es', 'edit', 'Editar'),
('es', 'editing', 'Editando'),
('es', 'editing_attachment', 'Editar adjunto'),
('es', 'editing_block', 'Editando bloque'),
('es', 'editing_category', 'Editando categoría'),
('es', 'editing_certificate', 'Edición de certificado'),
('es', 'editing_chart', 'Editando gráfico'),
('es', 'editing_combination', 'Editar combinación'),
('es', 'editing_container', 'Editando contenedor'),
('es', 'editing_currency', 'Editando moneda'),
('es', 'editing_defined_products', 'Editando productos definidos'),
('es', 'editing_document', 'Editar [name]'),
('es', 'editing_email_snippet', 'Editar fragmento'),
('es', 'editing_email_template', 'Editar plantillas para correos electrónico'),
('es', 'editing_file', 'Editando archivo'),
('es', 'editing_filter', 'Editando filtro'),
('es', 'editing_folder', 'Editando carpeta'),
('es', 'editing_form', 'Edición de formulario'),
('es', 'editing_global_vars', 'Edición de variable globales'),
('es', 'editing_grid', 'Editando rejilla'),
('es', 'editing_group', 'Editando grupo'),
('es', 'editing_internal_template', 'Editing on-site notification template'),
('es', 'editing_item', 'Editando elemento'),
('es', 'editing_language', 'Edición de idioma'),
('es', 'editing_layout', 'Edición de diseño'),
('es', 'editing_link', 'Edición de enlace'),
('es', 'editing_localization', 'Edición de localización'),
('es', 'editing_location', 'Editar ubicación'),
('es', 'editing_mailing_list', 'Edición de la lista de correo'),
('es', 'editing_menu', 'Edición de menús'),
('es', 'editing_option', 'Edición de opciones'),
('es', 'editing_order', 'Editar pedido'),
('es', 'editing_order_invoice', 'Edición de la factura del pedido #[order_id]'),
('es', 'editing_order_invoice_responsive', 'Edición de la factura del pedido'),
('es', 'editing_page', 'Edición de página'),
('es', 'editing_payment', 'Editando pago'),
('es', 'editing_poll', 'Edición de la encuesta'),
('es', 'editing_product', 'Edición del producto'),
('es', 'editing_product_feature', 'Edición de característica de producto'),
('es', 'editing_profile', 'Editar perfil'),
('es', 'editing_profile_field', 'Editar campo de perfil'),
('es', 'editing_profile_name', 'Editing profile: [name]'),
('es', 'editing_promotion', 'Editando promoción'),
('es', 'editing_question', 'Editar pregunta'),
('es', 'editing_quick_menu_link', 'Editar menú enlace rápido'),
('es', 'editing_quick_menu_section', 'Editando la sección de menú rapido'),
('es', 'editing_rate_area', 'Editing rate area'),
('es', 'editing_report', 'Editando informe'),
('es', 'editing_shipping_method', 'Edición de método de envío'),
('es', 'editing_sitemap_section', 'Editando sección \"mapa del sitio\"'),
('es', 'editing_snippet', 'Editar fragmento'),
('es', 'editing_status', 'Editando estado'),
('es', 'editing_storefront', 'Editing storefront'),
('es', 'editing_store_location', 'Edición de tienda'),
('es', 'editing_supplier', 'Editar proveedor'),
('es', 'editing_tab', 'Editando ficha'),
('es', 'editing_table_column', 'Editar columna'),
('es', 'editing_tax', 'Edición de impuestos'),
('es', 'editing_vendor', 'Edición de proveedores'),
('es', 'edition_type', 'Tipo de edición'),
('es', 'edit_admin_notification', 'Editar el correo electrónico enviado a los administradores'),
('es', 'edit_and_send_invoice', 'Ajustar y enviar la factura'),
('es', 'edit_content_on_site', 'Editar contenido en el sitio'),
('es', 'edit_corresponding_profile_field', 'Para cambiar el tipo de campo o variantes,<a href=\"[URL]\">edite el campo correspondiente en la sección de dirección de envío</a>.'),
('es', 'edit_customer_notification', 'Editar el correo electrónico enviado a los clientes'),
('es', 'edit_files', 'Puede editar'),
('es', 'edit_invoice', 'Editar factura'),
('es', 'edit_layout', 'Editar diseño'),
('es', 'edit_layout_on_site', 'Edit layout on-site'),
('es', 'edit_order', 'Editar pedido'),
('es', 'edit_products', 'Editar productos'),
('es', 'edit_profile', 'Editar perfil'),
('es', 'edit_profile_note', 'Cambiar el correo electrónico, contraseña, información de envío/facturación y otras configuraciones de perfil'),
('es', 'edit_report', 'Editar informe'),
('es', 'edit_robots', 'Editar robots.txt'),
('es', 'edit_selected', 'Editar seleccionados'),
('es', 'edp_access_granted', 'Ahora usted puede descargar los productos comprados.'),
('es', 'edp_access_subj', 'Concedido el acceso a productos electrónicamente distribuidos'),
('es', 'edp_enable_shipping', 'Habilitar envío para productos descargables'),
('es', 'eib', 'ET - Extra info block'),
('es', 'eib_wrapper', 'ET - Extra info block'),
('es', 'elements_per_column_third_level_view', 'AB: Elements number per column for the mode <b>3-level menu (dropdown list)</b>'),
('es', 'elements_per_column_third_level_view.tooltip', 'This setting limits the number of displayed third-level menu items in each of the two columns of the last level when the <b>3-level menu mode (drop-down list) </ b> is turned on. The remaining menu items (exceeding the limit settings) will not be displayed in the menu. It is rational to use the setting, if there is a very large number of menu items on the third level'),
('es', 'email', 'Correo electrónico'),
('es', 'email.one_time_password.message', '<p>You\'ve requested a one-time code to sign in to <a href=\"[storefront_url]\">[storefront_url]</a>. Here it is:</p><p><strong><code>[password]</code></strong></p><p>Please don\'t tell this code to anyone else. If you haven\'t requested the code, then you can safely ignore this message. Nobody will be able to sign in to your account, unless they know your password or can view your inbox.</p>'),
('es', 'email.one_time_password.title', 'Sign in without password'),
('es', 'emails', 'Opciones de E-mail'),
('es', 'email_address', 'Dirección de E-mail'),
('es', 'email_cannot_be_empty', 'El campo de correo electrónico no puede estar vacío'),
('es', 'email_header', 'Cabecera de E-mail'),
('es', 'email_marketing.confirm_subscription', 'Por favor confirme su suscripción'),
('es', 'email_marketing.email_subscribed', 'Fueron suscritos a nuestro boletín de noticias'),
('es', 'email_marketing.email_subscribed_2optin', 'Suscripción confirmada'),
('es', 'email_marketing.enter_api_key_and_save', 'Introducir la clave API y guardar primero'),
('es', 'email_marketing.error_no_list', 'Por favor, seleccione la lista de correo en la configuración del complemento para iniciar la importación'),
('es', 'email_marketing.export_all', 'Exportar todo'),
('es', 'email_marketing.new_subscriber', 'Nuevo suscriptor'),
('es', 'email_marketing.subscription_confirmed', 'Gracias por suscribirse a nuestro boletín de noticias'),
('es', 'email_marketing.subscription_confirmed_2', 'Suscripción confirmada'),
('es', 'email_marketing.subscription_pending', 'Se requiere la confirmación del correo electrónico!'),
('es', 'email_marketing.sync', 'Sync'),
('es', 'email_marketing.text_confirm_subscription', 'Hemos recibido una solicitud de suscripción de su parte. Por favor confírme su suscripción: <p><a href=\"[href]\"> haga clic aquí para confirmar su suscripción a nuestro boletín de noticias</a></p>Si usted recibió este mensaje por error, simplemente elimínelo. Usted no estará suscrito si no hace clic en el enlace de confirmación anterior.'),
('es', 'email_marketing.text_email_subscribed', 'Gracias por suscribirse a nuestro boletín de noticias. <p>Si en cualquier momento desea dejar de recibir nuestros correos electrónicos, <a href=\"[href]\"> haga clic en este enlace para darse de baja</a>.</p>'),
('es', 'email_marketing.text_email_subscribed_2optin', 'Se ha confirmado tu suscripción a nuestro boletín de noticias. <p>Si en cualquier momento desea dejar de recibir nuestros correos electrónicos, <a href=\"[href]\"> haga clic en este enlace para darse de baja</a>.</p>'),
('es', 'email_marketing.text_subscribe', 'Suscríbete a nuestro boletín de noticias'),
('es', 'email_marketing.text_subscription_confirmed', 'Tu suscripción ha sido confirmada. No es necesaria ninguna acción adicional.'),
('es', 'email_marketing.text_subscription_confirmed_2', 'Se ha confirmado su suscripción a nuestro boletín de noticias. Gracias por suscribirse!'),
('es', 'email_marketing.text_subscription_pending', 'Gracias por suscribirse a nuestro boletín de noticias. <p>Se le ha enviado un correo electrónico de confirmación. Utilice el enlace en el correo electrónico para confirmar su suscripción</p>'),
('es', 'email_marketing.text_unsubscribe_successful', 'Se ha eliminado de nuestra lista de correo.'),
('es', 'email_marketing.tmpl_subscription', 'Email marketing: Formulario de suscripción al boletín de noticias'),
('es', 'email_marketing.unsubscribe_successful', 'Su solicitud de darse de baja fue completada con éxito'),
('es', 'email_marketing.warning_email_exists', '[email] ya se ha suscrito'),
('es', 'email_order_invoice_subject', '[company_name]: Factura del pedido #[order_id]'),
('es', 'email_subject', 'Sujeto del E-mail'),
('es', 'email_template.accounting_new_payout', 'Contabilidad: El pago ha sido emitido'),
('es', 'email_template.accounting_new_withdrawal', 'Contabilidad: El retiro ha sido solicitado'),
('es', 'email_template.accounting_payout_approved', 'Contabilidad: El pago ha sido emitido'),
('es', 'email_template.accounting_payout_declined', 'Contabilidad: El pago no ha sido emitido'),
('es', 'email_template.accounting_withdrawal_approved', 'Contabilidad: El retiro ha sido solicitado'),
('es', 'email_template.accounting_withdrawal_declined', 'Contabilidad: El retiro ha sido rechazado'),
('es', 'email_template.activate_profile', 'El perfil del usuario requiere activación'),
('es', 'email_template.apply_for_vendor_notification', 'Aplicar para ser vendedor'),
('es', 'email_template.back_in_stock_notification', 'Notificación de rebastecimiento'),
('es', 'email_template.call_requests_buy_with_one_click', 'Solicitudes de llamada: comprar con notificación de un clic'),
('es', 'email_template.call_requests_call_request', 'Solicitudes de llamadas: notificación de solicitud de llamada'),
('es', 'email_template.company_payment_notification', 'Pago de la empresa'),
('es', 'email_template.company_status_notification', 'Cambio del estado de la empresa'),
('es', 'email_template.create_profile', 'Creación del perfil del usuario'),
('es', 'email_template.discussion_notification', 'Notificación de comentarios y revisiones'),
('es', 'email_template.edp_access', 'Pedidos: acceso a productos descargables'),
('es', 'email_template.email_marketing_confirmation', 'Email marketing: confirmación de suscripción'),
('es', 'email_template.email_marketing_welcome', 'Email marketing: carta de bienvenida'),
('es', 'email_template.email_marketing_welcome_2optin', 'Email marketing: carta de bienvenida (2optin)'),
('es', 'email_template.form_builder_form', 'Formulario de contacto'),
('es', 'email_template.gift_certificates_notification', 'Certificado de regalo'),
('es', 'email_template.give_coupon', 'Promociones: cupón'),
('es', 'email_template.hybrid_auth_create_profile', 'Crear un perfil del usuario a través del inicio de sesión de la red social'),
('es', 'email_template.low_stock', 'Notificación de rebastecimiento bajo del producto'),
('es', 'email_template.newsletters_newsletter', 'Boletín de noticias'),
('es', 'email_template.newsletters_promotion', 'Boletines: promoción'),
('es', 'email_template.one_time_password_request', 'One-time code for password-free sign-in'),
('es', 'email_template.order_notification', 'Notificación del producto: [name]'),
('es', 'email_template.order_notification_default', 'Notificación del pedido: Plantilla predeterminada para un nuevo estado del pedido'),
('es', 'email_template.params.attach_order_document', 'Adjuntar un documento en PDF'),
('es', 'email_template.product_reviews_notification', 'Opiniones de productos: Nueva notificación de opinión'),
('es', 'email_template.product_reviews_reply_notification', 'Reseñas de productos: Responder notificación'),
('es', 'email_template.profile_activated', 'Activación de la cuenta del usuario'),
('es', 'email_template.profile_deactivated', 'Cuenta de usuario desactivada'),
('es', 'email_template.recover_password', 'Recuperación de la contraseña'),
('es', 'email_template.reminder', 'Caducidad de contraseña de administración'),
('es', 'email_template.reward_points_notification', 'Puntos de recompensa'),
('es', 'email_template.rma_slip_notification', 'Comprobante RMA'),
('es', 'email_template.shipment_products', 'Pedidos: productos enviados'),
('es', 'email_template.shipping_error', 'Envío: error en la solicitud'),
('es', 'email_template.suppliers_notification', 'Notificación del vendedor'),
('es', 'email_template.track', 'Pedidos: registro'),
('es', 'email_template.update_profile', 'Actualización del perfil del usuario'),
('es', 'email_template.upgrade_backup_info', 'Actualización: enlace de restauración'),
('es', 'email_template.usergroup_activation', 'Activación del usuario de grupo'),
('es', 'email_template.usergroup_disactivation', 'Desactivación del usuario de grupo'),
('es', 'email_template.usergroup_request', 'Solicitud de usuario de grupo'),
('es', 'email_template.vendor_communication.notify_admin', 'Ask seller a question: Admin Notification'),
('es', 'email_template.vendor_communication.notify_customer', 'Ask seller a question: Customer Notification'),
('es', 'email_template.vendor_data_premoderation_notification', 'Datos de proveedores de moderación previa'),
('es', 'email_template.vendor_invitation', 'Vendor invitation'),
('es', 'email_template.vendor_plans_payment', 'Planes de proveedores: notificación de pago'),
('es', 'email_template.vendor_plans_plan_changed', 'Planes de proveedores: la notificación del plan cambió'),
('es', 'email_template.vendor_plans_revenue', 'Plan de proveedor: notifiación de ingresos'),
('es', 'email_templates', 'Plantillas de correo electrónico'),
('es', 'email_template_exists', 'La plantilla de correo electrónico con el código seleccionado ya existe, intente con otro.'),
('es', 'email_template_import_success_msg', 'Todas las plantillas de correo electrónico se han importado sin errores.'),
('es', 'email_to', 'E-mail a'),
('es', 'empty', 'Vacío'),
('es', 'empty_key_value', 'Valor vacío de la clave de tabla'),
('es', 'enable', 'Habilitar'),
('es', 'enabled', 'Activado'),
('es', 'enable_cdn', 'Habilitar CDN'),
('es', 'enable_for', 'Habilitar para'),
('es', 'enable_link', 'Enable link'),
('es', 'enable_or_disable_block', 'Activar/Desactivar Bloque'),
('es', 'enable_or_disable_container', 'Activar/Desactivar Contenedor'),
('es', 'enable_or_disable_grid', 'Activar/Desactivar Rejilla'),
('es', 'enable_quick_view', 'Activar vista rápida'),
('es', 'enclosure', 'Cercamiento o recinto'),
('es', 'encryption', 'Cifrado'),
('es', 'encryption_key', 'Clave de encriptación'),
('es', 'end_date', 'Fecha final'),
('es', 'english', 'Inglés'),
('es', 'enter_category_name_and_path', 'Enter path and category name. Example, \"Electronics/Computers/Laptops\"'),
('es', 'enter_code', 'Entrar código'),
('es', 'enter_color_name_and_code', 'Enter color name and code. Example, \"Red #ff0000\"'),
('es', 'enter_data', 'Introducir datos'),
('es', 'enter_email', 'Introduzca E-mail'),
('es', 'enter_new_lang_code', 'Introducir un nuevo código de idioma'),
('es', 'enter_other', 'Introducir otro'),
('es', 'enter_your_price', 'Introduzca su precio'),
('es', 'entity', 'Entidad'),
('es', 'entry_page', 'Página de entrada'),
('es', 'entry_point', 'Punto de entrada'),
('es', 'envelope', 'Sobre'),
('es', 'epdq_3ds_main', 'Ventana principal'),
('es', 'epdq_3ds_popup', 'Emergente'),
('es', 'error', 'Errores'),
('es', 'errorCode', 'Código de Error'),
('es', 'errorName', 'Nombre de error'),
('es', 'error_account_disabled', 'Su cuenta esta desactivada. Por favor contacte con el administrador de la tienda.'),
('es', 'error_admin_not_created_email_already_used', 'No se creó la cuenta de administrador. La dirección de correo electrónico pertenece a otro usuario. Usted puede agregar manualmente el administrador para esta empresa.'),
('es', 'error_admin_not_created_name_already_used', 'No se creó la cuenta de administrador. El nombre de usuario pertenece a otro usuario. Usted debe cambiar el nombre de la cuenta de administrador.'),
('es', 'error_admin_registers_as_vendor', 'No puedes convertirte en vendedor porque actualmente estás registrado como administrador. Por favor cierra la sesión y reenvía el formulario.'),
('es', 'error_ajax', 'Uy, algo salió mal ([error]). Por favor intentelo nuevamente.'),
('es', 'error_already_posted', 'Usted ya ha comentado en esta discusión'),
('es', 'error_area_access_denied', 'Acceso denegado a esta área'),
('es', 'error_cannot_delete_files', 'No se pueden eliminar los archivos:<b>[files]</b>. Por favor revisa los permisos.'),
('es', 'error_change_admin_data_in_frontend', 'Está prohibido cambiar la dirección de correo o la contraseña del administrador en el área de cliente. Por favor, inicia la sesión utilizando una cuenta de usuario.'),
('es', 'error_class_phar_data_not_found', 'No se ha encontrado la clase PharData. Leer más en: <a href=\"https://php.net/manual/en/class.phardata.php\">https://php.net/manual/en/class.phardata.php</a>'),
('es', 'error_class_zip_archive_not_found', 'No se encuentra la clase ZipArchive. Más información en: <a href=\"https://php.net/manual/en/class.ziparchive.php\">https://php.net/manual/en/class.ziparchive.php</a>'),
('es', 'error_confirmation_code_invalid', 'Lo sentimos, la validación anti-bot no se ha ejecutado. Inténtalo de nuevo.'),
('es', 'error_curl_not_exists', '<b>Peligro!</b><br />PHP CURL extension<b>no</b> soportada por tu servidor. <b>[method]</b> no será operacional. Por favor póngase en contacto con su proveedor de hosting.'),
('es', 'error_curl_ssl_not_exists', '<b>Warning!</b><br />PHP CURL extension compiled <b>without</b> SSL support on your server. <b>[method]</b> will not be operational. Please contact your hosting provider.'),
('es', 'error_currency_exists', 'La moneda con el código <b>[code]</b> ya existe'),
('es', 'error_delete_theme_company', 'Uno de sus frontales utiliza este tema. Por favor seleccione otro tema antes de eliminarlo.'),
('es', 'error_delete_theme_layout', 'El diseño que usa este tema esta marcado por defecto. Por favor active otro tema como \"por defecto\".'),
('es', 'error_demo_mode', 'EL carro trabajo en modo <b>DEMO</b> y esta funcionalidad está desactivada.'),
('es', 'error_directory_not_writable', 'Directorio \"[dir]\" no es modificable. Por favor verifique los permisos para la instalación de este directorio.'),
('es', 'error_email_already_subscribed', 'Su correo ya está suscrito.'),
('es', 'error_empty_company_name', 'El nombre de la empresa no puede estar vacío'),
('es', 'error_exim_cant_open_file', 'No se puede abrir el archivo subido'),
('es', 'error_exim_cant_read_file', 'No se puede leer el archivo subido'),
('es', 'error_exim_fields_not_selected', 'Ningún campo seleccionado para exportar'),
('es', 'error_exim_file_doesnt_exist', 'El archivo no existe'),
('es', 'error_exim_get_images_for_products', 'No se pudieron importar imágenes para algunos de los productos. O bien esas imágenes no existen (o no se puede acceder), o las rutas a esas imágenes en el archivo importado son incorrectas.'),
('es', 'error_exim_incorrect_lines', 'Su archivo CSV tiene un formato incorrecto de los datos (delimitador incorrecto, campos perdidos, etc.) en las siguientes líneas: <b>[lines]</b>'),
('es', 'error_exim_incorrent_delimiter', 'El delimitador en el archivo CSV difiere del que usted seleccionó'),
('es', 'error_exim_invalid_count_langs', 'Desajuste en recuento de líneas multi-idioma: suministrado diferente número de lineas para diferentes idiomas.'),
('es', 'error_exim_layout_required_fields', 'Los campos siguientes son requeridos y no pueden ser quitados del diseño:'),
('es', 'error_exim_no_data_exported_new', 'No se han exportado datos. La causa probable de este problema es un rango de exportación incorrecto. <a class=\"cm-post\" href=\"[url]\"> Borra el rango de exportación </a> y vuelva a intentarlo'),
('es', 'error_exim_no_file_uploaded', 'Ningún archivo subido'),
('es', 'error_exim_pattern_definition_alt_keys', 'Definición del patrón inválida: la clave alternativa falló'),
('es', 'error_exim_pattern_definition_references', 'Definición de patrón inválida: referencias de tabla perdidas'),
('es', 'error_exim_pattern_dont_match', 'Su archivo de importación no coincide con el modelo seleccionado'),
('es', 'error_exim_pattern_not_found', 'Patrón no encontrado'),
('es', 'error_exim_pattern_required_fields', 'Su archivo de importación DEBE tener los campos siguientes: <b>[fields]</b>'),
('es', 'error_features_too_many_variants', 'Buscar por características no está disponible debido al excesivo número de variantes.'),
('es', 'error_file_already_exists', 'El archivo \"[file]\" ya existe.'),
('es', 'error_file_not_found', 'Archivo \"[file]\" no encontrado.'),
('es', 'error_filter_by_feature_exists', 'El filtro por función \"[name]\" ya existe.'),
('es', 'error_filter_by_product_field_exists', 'El campo de filtro por producto \"[name]\" ya existe.'),
('es', 'error_gift_cert_code', 'EL código del certificado de regalo introducido es invalido. Por favor inténtelo de nuevo.'),
('es', 'error_hash_generation', 'Error en generación del hash. Por favor elija otro método de pago.'),
('es', 'error_images_need_located_root_dir', 'Por favor especifique el directorio de imágenes en el directorio raíz de la tienda. Ponga las imágenes a importar en este directorio.'),
('es', 'error_image_format_not_supported', 'El formato de la imagen<b>[format]</b> no es soportado por la librería GD instalada en su servidor. La miniatura no puede ser creada.'),
('es', 'error_incorrect_login', 'Error ¡¡ su nombre de usuario o contraseña no son correctos, por favor vuelva a intentarlo.'),
('es', 'error_invalid_emails', 'Las siguientes direcciones de E-mail son invalidas<b>[emails]</b>'),
('es', 'error_lang_code_exists', 'Ya existe el código de idioma proporcionado ([code])'),
('es', 'error_login_not_exists', 'El nombre de usuario puesto no existe. Por favor vuelva a intentarlo.'),
('es', 'error_message_not_sent', 'Mensaje no enviado.<br>Mailer Error:'),
('es', 'error_not_logged', 'Usted debe de loguearse para poder acceder a este recurso!'),
('es', 'error_no_items_selected', 'Ninguna artículo seleccionado! Por lo menos debe de haber uno para realizar esta acción.'),
('es', 'error_occured', 'Ocurrió un error.'),
('es', 'error_occurred', 'Ocurrió un error'),
('es', 'error_passwords_dont_match', 'Las contraseñas no son iguales'),
('es', 'error_password_content', 'La contraseña debe contener números y letras.'),
('es', 'error_password_expired', 'Tu contraseña ha expirado. Tienes que cambiar tu contraseña ahora.'),
('es', 'error_password_expired_change', 'Su contraseña ha caducado. <p><a href=\"[link]\" class=\"underlined\"> <b>cambiar contraseña  &#155;&#155;</b></a></p>'),
('es', 'error_password_min_symbols', 'La contraseña debe contener al menos <b>[number]</b> caracteres.'),
('es', 'error_password_was_used', 'Su nueva contraseña no debe coincidir con ninguno de las cuatro anteriores contraseñas. Por favir utilice otra contraseña.'),
('es', 'error_permissions_not_changed', 'No se pueden cambiar los permisos'),
('es', 'error_product_codes_length', 'Los siguientes códigos de los productos son demasiado largos y fueron reducidos a[product_code_length] símbolos:'),
('es', 'error_profile_field_name_exists', 'Ya existe un campo de perfil con este nombre. Por favor elige otro nombre.'),
('es', 'error_shipment_not_created', 'No se pudo crear un envío. Elija un servicio de envío o ingrese un número de rastreo.'),
('es', 'error_status_not_changed', 'Error al actualizar el estado. El estado no fue cambiado.');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('es', 'error_theme_manifest_missed', 'No se encontró el archivo de descripción del tema (\"manifest\"). Instalación cancelada.'),
('es', 'error_unable_to_create_backups', 'No se pueden crear copias de seguridad.'),
('es', 'error_unable_to_create_thumbnail', 'No se puede crear la imagen en miniatura para el archivo \"[file]\": [error]'),
('es', 'error_unknown_archive_format', 'Formato de achivo desconocido: [ext]'),
('es', 'error_user_exists', 'El nombre de usuario o email ya están en nuestra base de datos, por favor intente con otros datos.'),
('es', 'error_validator_ccv', 'CVV/CVC demasiado corto.'),
('es', 'error_validator_color', 'El código de color en el campo <b>[field]</b> no es válido.'),
('es', 'error_validator_email', 'La dirección de correo electrónico en el campo <b>[field]</b> no es válida.'),
('es', 'error_validator_integer', 'El valor del campo <b>[field]</b> no es válido. Debe ser entero.'),
('es', 'error_validator_message', 'El valor del campo <b>[field]</b> no es válido.'),
('es', 'error_validator_multiple', 'El campo <b>[field]</b> no contiene las opciones seleccionadas.'),
('es', 'error_validator_password', 'Las contraseñas en los campos <b>[field2]</b> y <b>[field]</b>no coinciden.'),
('es', 'error_validator_phone', 'El número de teléfono en el campo de <b>[field]</b> no es válido. El formato correcto es (555) 555-55-55 o 55 55 555 5555.'),
('es', 'error_validator_phone_mask', 'The phone number in the <b>[field]</b> field is invalid.'),
('es', 'error_validator_phone_number', 'Se requiere el siguiente formato para este método de pago: 555 555 5555.'),
('es', 'error_validator_recaptcha', 'Por favor confirme que usted no es un robot.'),
('es', 'error_validator_required', 'El campo <b>[field]</b> es obligatorio.'),
('es', 'error_validator_zipcode', 'El Código postal / ZIP en el campo <b>[field]</b> es incorrecto. El formato correcto es [extra].'),
('es', 'error_vendor_exists', 'La empresa con el correo electrónico que ha elegido ya existe, por favor pruebe otro.'),
('es', 'error_zip_php_extension_not_installed', 'La extensión \"Zip\" de PHP no está instalada. Por favor, instale la extensión \"Zip\" de PHP para crear y extraer archivos Zip.'),
('es', 'et_above_button', 'Above the BUTTON'),
('es', 'et_above_description', 'Above the DESCRIPTION'),
('es', 'et_above_info_block', 'Above (the Info Block)'),
('es', 'et_above_title', 'Above the TITLE'),
('es', 'et_add', 'et_add?'),
('es', 'et_additional_image', 'Additional image'),
('es', 'et_additional_settings', 'Additional settings'),
('es', 'et_addons', 'ET Addons'),
('es', 'et_addons_menu', 'EnergoThemes: Add-ons'),
('es', 'et_add_description_text_shadow', 'Add description text shadow'),
('es', 'et_add_title_text_shadow', 'Add title text shadow'),
('es', 'et_ask_a_question', 'Ask a question'),
('es', 'et_average_star_rating', 'Average Star Rating'),
('es', 'et_background_color', 'Background color'),
('es', 'et_background_hover', 'Background hover'),
('es', 'et_background_settings', 'Background settings'),
('es', 'et_banner', 'Extended banner'),
('es', 'et_banners', 'Design professional responsive banners by adding custom text, colors, buttons and backgrounds, as well as create different banners for desktop and mobile devices. Developed by <a href=\"https://www.energothemes.com/\"target=\"_blank\">EnergoThemes</a>'),
('es', 'et_banner_full_width_no_title', 'ET - Banner full width (no title)'),
('es', 'et_banner_wrapper', 'ET - Banner wrapper'),
('es', 'et_below_button', 'Below the BUTTON'),
('es', 'et_below_info_block', 'Below (the Info Block)'),
('es', 'et_block_title_background', 'Block title background'),
('es', 'et_block_title_background_hover', 'Block title background hover'),
('es', 'et_block_title_border', 'Block title border'),
('es', 'et_block_title_color', 'Block title color'),
('es', 'et_block_title_color_hover', 'Block title hover color'),
('es', 'et_blog_scroller_secondary_title', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.'),
('es', 'et_bottom', 'Bottom'),
('es', 'et_button', 'Button'),
('es', 'et_button_align', 'Button align'),
('es', 'et_button_animation', 'Button Animation'),
('es', 'et_button_background', 'Button background'),
('es', 'et_button_border', 'Button border'),
('es', 'et_button_border_size', 'Border size'),
('es', 'et_button_border_style', 'Border style'),
('es', 'et_button_font_size', 'Button font size'),
('es', 'et_button_font_style', 'Button font style'),
('es', 'et_button_font_weight', 'Button font weight'),
('es', 'et_button_hover_background', 'Button hover background'),
('es', 'et_button_hover_text_color', 'Button hover text color'),
('es', 'et_button_margin', 'Button margin'),
('es', 'et_button_padding', 'Button padding'),
('es', 'et_button_rounded_corners', 'Button rounded corners'),
('es', 'et_button_shadow', 'Add button shadow'),
('es', 'et_button_text', 'Button text'),
('es', 'et_button_text_color', 'Button text color'),
('es', 'et_button_url', 'Button URL'),
('es', 'et_category_banner', 'ET - Category banners'),
('es', 'et_category_description', 'ET - Category description'),
('es', 'et_category_label', 'Category label'),
('es', 'et_category_menu', 'ET - Category menu'),
('es', 'et_category_menu_icon', 'ET - Category menu (icon)'),
('es', 'et_category_menu_vertical', 'ET - Category menu (vertical)'),
('es', 'et_category_title', 'ET - Category title'),
('es', 'et_center', 'Center'),
('es', 'et_collapsed', 'Collapsed'),
('es', 'et_colors', 'Colors'),
('es', 'et_color_hover', 'Color hover'),
('es', 'et_color_settings', 'Color settings'),
('es', 'et_columns', 'Columns'),
('es', 'et_columns_tooltip', 'Number of columns to display the products'),
('es', 'et_coming_soon', 'Coming soon'),
('es', 'et_contact_info', 'Contact info'),
('es', 'et_contact_page', 'Contact page'),
('es', 'et_cta_button_text', 'Button text'),
('es', 'et_cta_button_url', 'Button URL'),
('es', 'et_cta_step_1_text', 'Step 1 text'),
('es', 'et_cta_step_1_title', 'Step 1 title'),
('es', 'et_cta_step_2_text', 'Step 2 text'),
('es', 'et_cta_step_2_title', 'Step 2 title'),
('es', 'et_cta_step_3_text', 'Step 3 text'),
('es', 'et_cta_step_3_title', 'Step 3 title'),
('es', 'et_cta_title_text', 'Block title'),
('es', 'et_custom_class', 'Custom class'),
('es', 'et_custom_color', 'Custom color'),
('es', 'et_custom_icon_settings', 'Icon settings'),
('es', 'et_custom_label_settings', 'Label settings'),
('es', 'et_custom_label_settings_tooltip', 'Only used by the Main Menu block'),
('es', 'et_custom_menu_colors', 'Menu colors'),
('es', 'et_dd_custom_menu_settings', 'Advanced menu settings'),
('es', 'et_dd_image', 'Mega Menu image settings by EnergoThemes'),
('es', 'et_dd_image_height', 'Image height'),
('es', 'et_dd_image_width', 'Image width'),
('es', 'et_dd_menu_width', 'Menu width'),
('es', 'et_dd_min_menu_height', 'Menu minimum height'),
('es', 'et_dd_offset_bottom', 'Image offset bottom'),
('es', 'et_dd_offset_right', 'Image offset right'),
('es', 'et_dd_push_menu_items', 'Push menu items'),
('es', 'et_dd_url', 'Image link'),
('es', 'et_default_vendor', 'Default vendor'),
('es', 'et_description_animation', 'Description Animation'),
('es', 'et_description_font_size', 'Description font size'),
('es', 'et_description_font_style', 'Description font style'),
('es', 'et_description_font_weight', 'Description font weight'),
('es', 'et_description_line_height', 'Description line-height'),
('es', 'et_description_margin', 'Description margin'),
('es', 'et_description_text', 'Description text'),
('es', 'et_description_text_background', 'Description text background'),
('es', 'et_description_text_color', 'Description text color'),
('es', 'et_eib_block_1_text', 'Block 1 text'),
('es', 'et_eib_block_1_title', 'Block 1 title'),
('es', 'et_eib_block_2_text', 'Block 2 text'),
('es', 'et_eib_block_2_title', 'Block 2 title'),
('es', 'et_eib_block_3_text', 'Block 3 text'),
('es', 'et_eib_block_3_title', 'Block 3 title'),
('es', 'et_eib_block_4_text', 'Block 4 text'),
('es', 'et_eib_block_4_title', 'Block 4 title'),
('es', 'et_email_marketing_description', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt'),
('es', 'et_expanded', 'Expanded'),
('es', 'et_exteded_out_of', '<strong>[average_rating]</strong> out of <strong>5</strong> stars'),
('es', 'et_featured_products_banner', 'ET - Featured products and banners'),
('es', 'et_featured_product_banner_tabs', 'Featured product and banner tabs'),
('es', 'et_featured_product_banner_tabs.manage', 'Featured product and banner tabs'),
('es', 'et_featured_vendors_sidebar', 'ET - Featured vendors sidebar'),
('es', 'et_footer_info', 'ET - Footer info'),
('es', 'et_full_grid', 'ET - Full width grid'),
('es', 'et_full_width', 'Full width'),
('es', 'et_google_map', 'Google Map'),
('es', 'et_header_call_us', 'LET US CALL YOU BACK'),
('es', 'et_home_blog', 'ET - Home blog'),
('es', 'et_home_featured_vendors', 'ET - Home featured vendors'),
('es', 'et_home_grid', 'ET - Home grid'),
('es', 'et_home_special_title', 'ET - Home special title'),
('es', 'et_home_testimonials', 'ET - Home testimonials'),
('es', 'et_horizontal', 'Horizontal'),
('es', 'et_horizontal_align', 'Horizontal align'),
('es', 'et_horizontal_with_info_block', 'Horizontal with the Info Block'),
('es', 'et_horziontal_filters_clear', 'Clear all filters'),
('es', 'et_horziontal_filters_selected', 'Your selected filters '),
('es', 'et_hover_color', 'Hover color'),
('es', 'et_hover_image', 'Hover image'),
('es', 'et_hover_opacity', 'Hover opacity'),
('es', 'et_icon_color', 'Icon color'),
('es', 'et_icon_color_hover', 'Icon color hover'),
('es', 'et_icon_position', 'Icon position'),
('es', 'et_icon_settings', 'Icon settings'),
('es', 'et_image_animation', 'Image animation'),
('es', 'et_image_background_color', 'Image background color'),
('es', 'et_image_margin', 'Image margin'),
('es', 'et_image_position', 'Image position'),
('es', 'et_image_position_horizontal', 'Image position horizontal'),
('es', 'et_image_position_inside', 'Image position inside'),
('es', 'et_image_position_vertical', 'Image position vertical'),
('es', 'et_image_url', 'Image URL'),
('es', 'et_info_block_background', 'Info block background'),
('es', 'et_info_block_margin', 'Info block margin'),
('es', 'et_info_block_settings', 'Info Block Settings'),
('es', 'et_info_block_width', 'Info block width'),
('es', 'et_inside_info_block', 'Inside the Info Block'),
('es', 'et_label_color', 'Label text color'),
('es', 'et_label_colors', 'Label colors'),
('es', 'et_label_text', 'Label text'),
('es', 'et_language_specific', 'Language specific'),
('es', 'et_left_menu', 'ET - Left menu (mobile)'),
('es', 'et_left_of_info_block', 'Left (of the Info Block)'),
('es', 'et_license_invalid', 'EnergoThemes license is not valid'),
('es', 'et_mainbox_general', 'ET - Mainbox general'),
('es', 'et_mainbox_general_full_width_no_title', 'ET - Mainbox general full width (no title)'),
('es', 'et_mainbox_general_full_width_title', 'ET - Mainbox general full width'),
('es', 'et_mainbox_simple', 'ET - Mainbox simple'),
('es', 'et_mainbox_simple_full_width_no_title', 'ET - Mainbox simple full width (no title)'),
('es', 'et_mainbox_simple_full_width_title', 'ET - Mainbox simple full width'),
('es', 'et_main_slider', 'ET - Main slider'),
('es', 'et_manage', 'et_manage?'),
('es', 'et_marketplace_menu', 'ET - Marketplace Menu'),
('es', 'et_master_vendors', 'vendor|vendors'),
('es', 'et_mega_menu', 'ET - Advanced Mega Menu'),
('es', 'et_mega_menu.banner_settings', 'Banner Settings'),
('es', 'et_mega_menu.category_settings', 'Menu Category Settings'),
('es', 'et_mega_menu.icon_settings', 'Icon Settings'),
('es', 'et_mega_menu.products_settings', 'Featured Product Settings'),
('es', 'et_mega_menu.size_settings', 'Window Size Settings'),
('es', 'et_mega_menu.subcategory_thumbnails', 'Subcategory Thumbnails'),
('es', 'et_mega_menu_tab', 'Additional menu settings'),
('es', 'et_menu_horizontal', 'ET - Menu (horizontal)'),
('es', 'et_min_height', 'Min height'),
('es', 'et_mobile_footer_block', 'ET - Footer block (mobile)'),
('es', 'et_mobile_footer_menu', 'ET - Footer menu (mobile)'),
('es', 'et_mobile_menu_wrapper', 'ET - Mobile Menu'),
('es', 'et_multi_scroller', 'ET - Multi scroller'),
('es', 'et_my_content', 'My content'),
('es', 'et_newsletter_description', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt'),
('es', 'et_offset_bottom', 'Offset bottom'),
('es', 'et_offset_right', 'Offset right'),
('es', 'et_opacity', 'Opacity'),
('es', 'et_overlay_settings', 'Overlay settings'),
('es', 'et_padding', 'Padding'),
('es', 'et_pp_block', 'Info blocks'),
('es', 'et_pp_block_r', 'Return policy'),
('es', 'et_pp_block_s', 'Shipping policy'),
('es', 'et_pp_block_w', 'Warranty policy'),
('es', 'et_pp_info_expanded', 'Expanded by default'),
('es', 'et_pp_info_icon_and_color_settings', 'Icon and color settings'),
('es', 'et_pp_info_use_icon', 'Use icon'),
('es', 'et_pp_sold_by', 'Sold by'),
('es', 'et_pp_this_item_sold_by', 'This item is sold by'),
('es', 'et_product_coming_soon', 'Available on: [avail_date]'),
('es', 'et_product_display_options', 'Product display options'),
('es', 'et_product_filters', 'Product filters'),
('es', 'et_product_tabs_rating_right_text', 'Tell us something about it and help others make the right decision'),
('es', 'et_product_tabs_rating_right_title', 'Have you used the product?'),
('es', 'et_product_tabs_rating_testimonial_right_text', 'Tell us something about your experience here'),
('es', 'et_product_tabs_rating_testimonial_right_title', 'Have you bought from our Marketplace?'),
('es', 'et_product_tabs_rating_testimonial_right_title_ult', 'Have you bought from our Store?'),
('es', 'et_product_tabs_rating_vendor_right_text', 'Tell us something about it and help others make the right decision'),
('es', 'et_product_tabs_rating_vendor_right_title', 'Have you bought from this vendor?'),
('es', 'et_product_title_rows', 'Product title rows'),
('es', 'et_product_title_rows_tooltip', 'Number of rows to display the product titles'),
('es', 'et_profile_info', 'ET - Profile info'),
('es', 'et_profile_text', 'Profile text'),
('es', 'et_push_items', 'Push menu items'),
('es', 'et_quick_info', 'Product page quick info'),
('es', 'et_quick_info.manage', 'Product page quick info blocks'),
('es', 'et_quick_info.new_block', 'New quick info block'),
('es', 'et_quick_info_block', 'Product page quick info'),
('es', 'et_read_all', 'Read all'),
('es', 'et_read_more', 'Read more'),
('es', 'et_register_text', 'Register text'),
('es', 'et_review_variant', 'Product variant reviewed'),
('es', 'et_right_menu', 'ET - Right menu (mobile)'),
('es', 'et_right_of_info_block', 'Right (of the Info Block)'),
('es', 'et_rounded_corners', 'Rounded corners'),
('es', 'et_same_vendor', 'ET - Same vendor'),
('es', 'et_search', 'ET - Search'),
('es', 'et_search_marketplace_products', 'Search by Marketplace products'),
('es', 'et_search_wrapper', 'ET - Search'),
('es', 'et_select_category_hover_text', 'Select category'),
('es', 'et_seo_rules', 'VIVAshop SEO rules for vendor stores'),
('es', 'et_separate_blog_image', 'ET - Blog image'),
('es', 'et_settings', 'Settings'),
('es', 'et_short_description', 'Category mini description'),
('es', 'et_show_all_reviews', 'Show all reviews'),
('es', 'et_show_discount_label', 'Show discount label'),
('es', 'et_show_old_price', 'Show old price'),
('es', 'et_show_product_name', 'Show product name'),
('es', 'et_show_product_price', 'Show price'),
('es', 'et_show_reviews_with', 'Show reviews with'),
('es', 'et_show_title', 'Show title'),
('es', 'et_sidebar_category', 'Sidebar category'),
('es', 'et_sidebar_subcategories', 'ET - Sidebar subcategories'),
('es', 'et_sidebox_filters', 'ET - Sidebox filters'),
('es', 'et_sidebox_products', 'ET - Sidebox products'),
('es', 'et_sidebox_simple_open_on_mobile', 'ET - Sidebox open on mobile'),
('es', 'et_sidebox_subcategories', 'ET - Sidebox subcategories'),
('es', 'et_social_links', 'Social links'),
('es', 'et_star', 'star|stars'),
('es', 'et_sticky_cart', 'ET - Sticky cart'),
('es', 'et_sticky_my_account', 'ET - Sticky My account'),
('es', 'et_store_settings', 'Store settings'),
('es', 'et_subcategories', 'ET - Subcategories'),
('es', 'et_subcateg_opt_img_title', 'Image'),
('es', 'et_tab_title_active_color', 'Tab title active color'),
('es', 'et_tab_title_color', 'Tab title color'),
('es', 'et_text_align', 'Text align'),
('es', 'et_text_color', 'Text color'),
('es', 'et_text_hover', 'Text hover'),
('es', 'et_thumbnail_width', 'Thumbnail width'),
('es', 'et_thumbnail_width_tooltip', 'Product image thumbnail width in pixels'),
('es', 'et_title_animation', 'Title Animation'),
('es', 'et_title_background', 'Title background'),
('es', 'et_title_color', 'Title text color'),
('es', 'et_title_font_size', 'Title font size'),
('es', 'et_title_font_style', 'Title font style'),
('es', 'et_title_font_weight', 'Title font weight'),
('es', 'et_title_line_height', 'Title line-height'),
('es', 'et_title_margin', 'Title margin'),
('es', 'et_title_text', 'Title text'),
('es', 'et_title_text_background', 'Title text background'),
('es', 'et_title_text_color', 'Title text color'),
('es', 'et_top', 'Top'),
('es', 'et_top_menu', 'ET - Top menu'),
('es', 'et_transparent_background', 'Transparent background'),
('es', 'et_type', 'Type'),
('es', 'et_update_for_all_languages', 'Update for all languages'),
('es', 'et_update_for_all_languges', 'Update for all languages'),
('es', 'et_use_bkg_overlay', 'Use background overlay'),
('es', 'et_vendor_categories', 'ET - Vendor categories'),
('es', 'et_vendor_extra_details_f', 'Facebook'),
('es', 'et_vendor_extra_details_i', 'Instagram'),
('es', 'et_vendor_extra_details_l', 'Linkedin'),
('es', 'et_vendor_extra_details_p', 'Pinterest'),
('es', 'et_vendor_extra_details_t', 'Twitter'),
('es', 'et_vendor_extra_details_y', 'Youtube'),
('es', 'et_vendor_header.feedback', 'Feedback'),
('es', 'et_vendor_header.social', 'Socials'),
('es', 'et_vendor_header.store', 'Store'),
('es', 'et_vendor_menu', 'Vendor Menu'),
('es', 'et_vendor_menu_mobile', 'ET - Vendor menu mobile'),
('es', 'et_vendor_panel_menu.default_vendor_store', 'Default vendor blocks'),
('es', 'et_vendor_panel_menu.my_banners', 'Banners'),
('es', 'et_vendor_panel_menu.my_home_blocks', 'Home blocks'),
('es', 'et_vendor_panel_menu.my_pages', 'Pages'),
('es', 'et_vendor_plans.footer', '<div class=\"et-vendor-plans_footer_big\">Not sure which plan will suit you best?</div><div class=\"et-vendor-plans_footer_small\">Start with a 14-day trial of all Marketplace features then choose the plan that\'s right for you</div>'),
('es', 'et_vendor_plans.footer_button_link', './index.php?dispatch=pages.view&page_id=30'),
('es', 'et_vendor_plans.footer_button_text', 'Contact us'),
('es', 'et_vendor_plans.no_vendor_store', 'NO microstore'),
('es', 'et_vendor_plans.per', 'per'),
('es', 'et_vendor_store_header', 'ET - Vendor store header'),
('es', 'et_vendor_store_header_mobile', 'ET - Vendor store header mobile'),
('es', 'et_vendor_store_menu', 'ET - Vendor store menu'),
('es', 'et_vendor_store_menu_mobile', 'ET - Vendor store menu mobile'),
('es', 'et_vertical', 'Vertical'),
('es', 'et_vertical_align', 'Vertical align'),
('es', 'et_vertical_with_info_block', 'Vertical with the Info Block'),
('es', 'et_vivashop_mv_functionality.home_blocks', 'Vendor home blocks'),
('es', 'et_vivashop_mv_functionality.vendor_pages', 'Vendor pages'),
('es', 'et_vivashop_mv_settings.best_bkg', 'Best choice background'),
('es', 'et_vivashop_mv_settings.best_outer_bkg', 'Best choice outer background'),
('es', 'et_vivashop_mv_settings.best_outer_text', 'Best choice outer text'),
('es', 'et_vivashop_mv_settings.best_text', 'Best choice text'),
('es', 'et_vivashop_mv_settings.footer_bkg', 'Footer background'),
('es', 'et_vivashop_mv_settings.footer_bkg_img', 'Footer background image'),
('es', 'et_vivashop_mv_settings.footer_button_text', 'Button text'),
('es', 'et_vivashop_mv_settings.footer_button_url', 'Button URL'),
('es', 'et_vivashop_mv_settings.footer_text', 'Footer text'),
('es', 'et_vivashop_mv_settings.header_bkg', 'Header background'),
('es', 'et_vivashop_mv_settings.header_hover', 'Header text hover'),
('es', 'et_vivashop_mv_settings.header_text', 'Header text color'),
('es', 'et_vivashop_mv_settings.highlight_text', 'Title highlighted text'),
('es', 'et_vivashop_mv_settings.menu_bkg', 'Menu background'),
('es', 'et_vivashop_mv_settings.menu_bkg_hover', 'Menu background hover'),
('es', 'et_vivashop_mv_settings.menu_text', 'Menu text color'),
('es', 'et_vivashop_mv_settings.menu_text_hover', 'Menu text color hover'),
('es', 'et_vivashop_mv_settings.price_bkg', 'Price background'),
('es', 'et_vivashop_mv_settings.price_text', 'Price text'),
('es', 'et_vivashop_mv_settings.show_footer', 'Show footer'),
('es', 'et_vivashop_settings.arrow', 'Arrow'),
('es', 'et_vivashop_settings.box_color', 'Box color'),
('es', 'et_vivashop_settings.circles_bkg', 'Circle background'),
('es', 'et_vivashop_settings.circles_icons', 'Circle icon'),
('es', 'et_vivashop_settings.circles_steps_txt', 'Step number text'),
('es', 'et_vivashop_settings.circles_step_bkg', 'Step number background'),
('es', 'et_vivashop_settings.circles_text', 'Circle text'),
('es', 'et_vivashop_settings.demo_banners', '<p><a class=\"cm-ajax btn btn-primary\" href=\"[demo_data_url]\">Add all demo data</a></p> <br/> <p><a class=\"cm-ajax btn btn-secondary\" href=\"[demo_banners_url]\">Add only demo banners</a></p>'),
('es', 'et_vivashop_settings.go_btn_bkg', 'Button background'),
('es', 'et_vivashop_settings.go_btn_bkg_hover', 'Button hover background'),
('es', 'et_vivashop_settings.go_btn_txt', 'Button text'),
('es', 'et_vivashop_settings.go_btn_txt_hover', 'Button hover text'),
('es', 'et_vivashop_settings.icons', 'Icons'),
('es', 'et_vivashop_settings.icon_bkg', 'Icon background color'),
('es', 'et_vivashop_settings.icon_color', 'Icon color'),
('es', 'et_vivashop_settings.main_bkg_color', 'Background color'),
('es', 'et_vivashop_settings.overlay', 'Overlay color'),
('es', 'et_vivashop_settings.overlay_alpha', 'Overlay opacity'),
('es', 'et_vivashop_settings.text', 'Text'),
('es', 'et_vivashop_settings.text_color', 'Text color'),
('es', 'et_vivashop_settings.text_top', 'Title text'),
('es', 'et_vivashop_settings.title_color', 'Title color'),
('es', 'et_width', 'Width'),
('es', 'et_wishlist_button_text', 'Wishlist'),
('es', 'event.order.edp.name', 'Access to downloadable products granted'),
('es', 'event.order.shipment_updated.name', 'Products were shipped'),
('es', 'event.order.status_changed.name', 'Order status changed to [status]'),
('es', 'event.order.updated.name', 'Order was updated'),
('es', 'event.profile.activated.name', 'Profile was activated'),
('es', 'event.profile.added.name', 'Profile requires activation'),
('es', 'event.profile.created.name', 'Profile was created'),
('es', 'event.profile.deactivated.name', 'Profile was deactivated'),
('es', 'event.profile.password_recovery.name', 'Password recovery'),
('es', 'event.profile.password_reminder.name', 'Reminder about necessary password change'),
('es', 'event.profile.updated.name', 'Profile was updated'),
('es', 'event.profile.usergroup_activation.name', 'User group activation'),
('es', 'event.profile.usergroup_disactivation.name', 'User group disactivation'),
('es', 'event.profile.usergroup_request.name', 'Membership in user group was requested'),
('es', 'event.profile.usergroup_updated.name', 'Membership in user group was changed'),
('es', 'event.receiver.a', 'Administrator'),
('es', 'event.receiver.c', 'Customer'),
('es', 'event.receiver.s', 'Supplier'),
('es', 'event.receiver.v', 'Vendor'),
('es', 'event.transport.internal', 'Notifications center'),
('es', 'event.transport.mail', 'E-mail'),
('es', 'event.vendors_require_approval.name', 'Vendors require approval'),
('es', 'event.vendors_require_approval.title', 'Some vendors are pending approval'),
('es', 'event.vendor_status_changed.active.message', 'All your active products will now appear in the store'),
('es', 'event.vendor_status_changed.name', 'Vendor status changed to [status]'),
('es', 'event.vendor_status_changed.pending.message', 'You can work with the admin panel and manage your products, but they won\'t appear to customers until your status changes to Active.'),
('es', 'event.vendor_status_changed.title', 'Your status has been changed to [status]'),
('es', 'eway_configuration_note', '<a href=\'https://go.eway.io/s/article/How-do-I-setup-my-Live-eWAY-API-Key-and-Password\' target=\'_blank\'> ¿Cómo configuro mi Live eWAY API Key y la contraseña?</a>'),
('es', 'eway_upgrade_notification_text', '<p>no se admiten <b>eWAY</b>, <b>eWAY pago directo</b> y <b>eWAY pago compartido</b> desde esta versión [product].</p> <p>Le recomendamos <b>actualizar a eWAY Direct Payment (Rapid API)</b> o <b>eWAY Responsive Shared (Rapid API)</b>, aquí están las instrucciones:</p> <ul><li>vaya a Administración &gt; métodos de pago</li> <li>abra uno de los métodos de pago que utilizan el discontinuado procesador eWAY</li> <li>cambie a la ficha General y especifique el procesador de pagos eWAY Direct Payment (Rapid API) o eWAY Responsive Shared (Rapid API) </li> <li>cambie a la ficha configurar y especificar correctamente: <ul><li>API Key, clave API y clave de cifrado para eWAY Direct Payment (Rapid API)</li> <li>API Key y la contraseña de la API de eWAY Responsive Shared (Rapid API) </li></ul></li></ul> <p>eWAY, eWAY Direct Payment y eWAY Responsive Shared seguirá siendo operacional pero será <b>renombrado</b> Obsoleto eWAY, Obsoleto eWAY Direct Payment and Obsoleto eWAY Shared Payment, respectivamente.</p>'),
('es', 'eway_upgrade_notification_title', 'ya no se soportan los procesadores de pago eWAY, eWAY Direct Payment y eWAY Shared Payment payment'),
('es', 'exact_phrase', 'Frase exacta'),
('es', 'excellent', 'Excelente!'),
('es', 'exception', 'Excepción'),
('es', 'exceptions', 'Excepciones'),
('es', 'exceptions_type', 'Tipo de excepciones'),
('es', 'exception_disabled', 'No se puede seleccionar ninguna variante'),
('es', 'exception_disregard', 'Cualquier variante'),
('es', 'exception_error', 'ERROR'),
('es', 'exception_error_code', 'Código de error:'),
('es', 'exception_exist', 'Esta combinación de excepciones ya existe'),
('es', 'exception_title', 'Oops!<br />No hemos encontrado lo que buscaba.'),
('es', 'exchange_rate', 'Tasas de cambio en tiempo real'),
('es', 'exclude_disabled_products', 'Excluir productos desactivados'),
('es', 'exclusive_promotions', 'Descuentos exclusivos'),
('es', 'exclusive_promotions_content', '¡Suscríbete a nuestras noticias y obten un cupón de 10% de descuento!'),
('es', 'exec', 'Ejecutar'),
('es', 'exim_cannot_create_variant_for_shareable_feature', 'No se puede crear una variante para una función compartible.'),
('es', 'exim_error_empty_feature_name', 'Nombre de la función no se encuentra. Algunas características del producto no se actualizaron.'),
('es', 'exim_error_incorrect_feature_type', 'Tipo de función incorrecta. Algunas características del producto no se actualizaron.'),
('es', 'exim_remove_additional_images', 'Limpiar'),
('es', 'exim_vendor_cant_create_feature', 'Proveedores no pueden crear características de producto y sus variantes. Algunas características del producto no se pudieron modificar.'),
('es', 'exit_point', 'Punto de salida'),
('es', 'exp', 'Exp'),
('es', 'expanded', 'Ampliado'),
('es', 'expand_collapse_list', 'Expandir / contraer lista'),
('es', 'expand_section', 'Expand section'),
('es', 'expand_sublist_of_items', 'Expandir sub-lista'),
('es', 'expenditure', 'Gastos'),
('es', 'expired', 'Expirado'),
('es', 'expirepreauth', 'Autorización previa'),
('es', 'expirepreauth_description', 'Límite de días en espera de preautorización, El valor máximo es 30 días. Con el tipo de petición \"Venta\", deje este campo vacío.'),
('es', 'expiry_date', 'Fecha caducidad'),
('es', 'export', 'Exportar'),
('es', 'exported_fields', 'Campos exportados'),
('es', 'exported_files', 'Archivos exportados'),
('es', 'exported_items', 'Artículos exportados'),
('es', 'exporting_data', 'Exportando datos'),
('es', 'export_by_cron', 'Exportación por cron o tareas programadas'),
('es', 'export_by_cron_to', 'Exportación por cron o tarea programada para'),
('es', 'export_cron_hint', 'Utilice la siguiente línea para ejecutar el script según horario'),
('es', 'export_data', 'Exportar datos'),
('es', 'export_found_products', 'Export found products'),
('es', 'export_layout', 'Exportar diseño'),
('es', 'export_locations', 'Exportar ubicaciones'),
('es', 'export_options', 'Exportar opciones'),
('es', 'export_selected', 'Exportar seleccionado'),
('es', 'export_to_ftp', 'Configuración del servidor FTP'),
('es', 'export_to_server', 'Exportar al servidor'),
('es', 'extended', 'Extendido'),
('es', 'extra', 'Extra'),
('es', 'extract_archive', 'Extraer archivo'),
('es', 'extra_fields', 'Campos adicionales'),
('es', 'extra_folders', 'Carpetas adicionales'),
('es', 'extra_services', 'Servicios extra'),
('es', 'facebook', 'Facebook'),
('es', 'facebook_obj_type', 'Tipo de producto de Facebook'),
('es', 'fail', 'Fallo'),
('es', 'failed', 'Fallo'),
('es', 'fair', 'Razonable'),
('es', 'false', 'Falso'),
('es', 'faroese', 'Feroés'),
('es', 'fast', 'Rápido'),
('es', 'fax', 'Fax'),
('es', 'fb_activities', 'Actividades'),
('es', 'fb_businesses', 'Empresas'),
('es', 'fb_groups', 'Grupos'),
('es', 'fb_organizations', 'Organizaciones'),
('es', 'fb_people', 'Personas'),
('es', 'fb_places', 'Lugares'),
('es', 'fb_products_entertainment', 'Productos y entretenimiento'),
('es', 'fb_websites', 'Sitios web'),
('es', 'feature', 'Característica'),
('es', 'features', 'Características'),
('es', 'features_delimiter', 'Delimitador de variantes de características'),
('es', 'features_menu_description', 'Añadir y gestionar campos adicionales de producto.'),
('es', 'feature_code', 'Código de característica'),
('es', 'feature_comparison', 'Comparación de características'),
('es', 'feature_comparison_upgrade_notification_text', 'El checkbox <b>Comparación de características</b> en <b>Productos → Productos → &lt;Desired Product&gt;</b> ha sido eliminado.<br>Marcando el nuevo checkbox <b>Permitir a los clientes comparar productos</b> en Ajustes → General → Catálogo, se habilita a los clientes añadir productos de la tienda a listas de comparación.<br/>Para aparecer en una lista de comparación, una característica debe tener uno (o más) de los siguientes checkbox habilitados en <b>Productos → Características → &lt;Desired Feature&gt;</b><br><ul><li>Mostrar en la pestanya de Características</li><li>Mostrar en listas de productos</li><li>Mostrar en encabezamiento de la página de producto</li></ul>'),
('es', 'feature_comparison_upgrade_notification_title', 'Cambios en la comparación de las características'),
('es', 'feature_display_on_catalog', 'Mostrar en la lista de productos'),
('es', 'feature_display_on_header', 'Mostrar en el encabezado de la página de detalles del producto'),
('es', 'feature_display_on_product', 'Muestran en la ficha de características'),
('es', 'feature_group', 'Función de grupo'),
('es', 'feature_groups', 'Función de grupos'),
('es', 'feature_id', 'Identifiación de la función'),
('es', 'feature_name', 'Código de la función'),
('es', 'feature_style', 'Feature style'),
('es', 'feedback_is_sent_successfully', 'La respuesta ha sido enviada con éxito.'),
('es', 'feedback_values', 'Valores de retroalimentación'),
('es', 'feed_description', 'Descripción del lector Rss'),
('es', 'feed_title', 'Título del lector de Rss'),
('es', 'fib_wrapper', 'ET - Footer info block'),
('es', 'field', 'Campo'),
('es', 'fields', 'Campos'),
('es', 'field_editor', 'Editor de campos'),
('es', 'field_name', 'Nombre del campo'),
('es', 'field_type', 'Tipo de campo'),
('es', 'file', 'Archivo'),
('es', 'filename', 'Nombre del fichero'),
('es', 'files', 'Ficheros'),
('es', 'filesize', 'Tamaño del archivo'),
('es', 'files_are_too_large', 'El tamaño total de los archivos cargados excede el límite máximo de [size].'),
('es', 'files_changes', 'Cambios en el archivo'),
('es', 'files_directory', 'Directorio de archivos'),
('es', 'file_avail_after_payment', 'Este archivo estará disponible después de que el pedido sea pagado en su totalidad.'),
('es', 'file_browser', 'Explorador de archivos'),
('es', 'file_changes_detector', 'Detector de cambios en el archivo'),
('es', 'file_changes_detector.added', 'Añadido'),
('es', 'file_changes_detector.changed', 'Cambiado'),
('es', 'file_changes_detector.deleted', 'Borrado'),
('es', 'file_changes_detector.snapshot_not_found', 'No se encontró una captura de la instalación clara. Por favor restaure <b>[dist_filename]</b>.'),
('es', 'file_doesnt_have_key', 'Este archivo no tiene una clave de descarga.'),
('es', 'file_download_limit_exceeded', 'El archivo no se puede descargar porque el límite de [limit] de descargas se ha excedido.'),
('es', 'file_editor', 'Editor de archivos'),
('es', 'file_is_too_large', 'El archivo es demasiado grande. El tamaño máximo es [size].'),
('es', 'file_tree', 'Árbol de archivos'),
('es', 'file_uploading_in_progress_please_wait', 'Carga de archivos en progreso. Por favor espera.'),
('es', 'filling', 'Relleno'),
('es', 'filter', 'Filtro'),
('es', 'filters', 'Filtros'),
('es', 'filters_in_use', 'Todas las funciones ya están en uso'),
('es', 'filters_menu_description', 'Los filtros de producto se muestran en la tienda y permiten a encontrar rápidamente los productos.'),
('es', 'filter_by', 'Filtrar por'),
('es', 'filter_by_categories', 'Filtrar por categorías'),
('es', 'filter_description', 'Descripción del filtro'),
('es', 'filter_name', 'Nombre del filtro'),
('es', 'filter_style', 'Filter type'),
('es', 'final_sale', 'Oferta final'),
('es', 'finance_product_code', 'Código de producto de finanzas'),
('es', 'financial_state', 'Estado financiero'),
('es', 'find_results_with', 'Buscar resultados con'),
('es', 'finish', 'Fin'),
('es', 'finished', 'Terminado'),
('es', 'finnish', 'Finlandés'),
('es', 'first_name', 'Nombre'),
('es', 'first_name_and_last_name', 'First name and last name'),
('es', 'flemish', 'Flamenco'),
('es', 'folder', 'Carpeta'),
('es', 'folder_is_empty', 'La carpeta esta vacía'),
('es', 'footer', 'Parte inferior de la página'),
('es', 'footer_bottom', 'Footer bottom'),
('es', 'footer_general', 'Pie de página general'),
('es', 'for', 'para'),
('es', 'forbidden', 'Prohibido'),
('es', 'forbidden_combinations', 'Combinaciones prohibidas'),
('es', 'forgot_password_question', '¿Se olvidó la contraseña?'),
('es', 'form', 'Formulario'),
('es', 'format', 'Formato'),
('es', 'forms', 'Formaularios'),
('es', 'form_builder', 'Creador de formularios'),
('es', 'form_id', 'ID de formulario'),
('es', 'form_submit_text', 'Formulario para enviar texto'),
('es', 'for_all_found_orders', 'Para pedidos en TODAS las páginas'),
('es', 'for_this_page_orders', 'Para pedidos en ESTA página'),
('es', 'fragile', 'Frágil'),
('es', 'free', 'Gratis'),
('es', 'free_products', 'Productos gratis'),
('es', 'free_shipping', 'Gastos de envío gratis'),
('es', 'free_shipping_upgrade_notification_text', '<p>Algunos de sus productos tienen la propiedad de <b>envío gratuito</b> habilitada. En versiones anteriores de [product] un cliente no tenía que elegir un método de envío cuando compraba estos productos.</p> <p>a partir de esta versión de [product], un cliente elige un método de envío en el checkout para los productos con la propiedad de <b>envío gratuito</b> habilitada.</p> <p>Para configurar un método de envío que se utilizará para el envío gratis, siga estos pasos:</p> <ol><li>Ir a <b>Administración → envío e impuestos → métodos de envío</b>.</li> <li>Elegir el método que desea utilizar para el envío gratuito entre los existentes o crear uno nuevo.</li> <li>Vaya a la sección <i>extras</i> y active la configuración <b>de envío gratis</b>.</li></ol> <p>Puede configurar ilimitados métodos de envío gratuito.</p> <p>Note que usted tiene que aplicar la opción de <b>usar para envío gratis</b> a cada método de envío particular.</p> <p>Marque la casilla de verificación <b>usar para envío gratis</b>, si desea excluir los productos con la opción habilitada de <b>envío gratuito</b> del cálculo del precio de envío. [product] calculará el precio del envío de los productos del pedido de acuerdo con los <b>gastos de envío</b>.</p> <p>Si deja la casilla desmarcada, [product] calculará el precio del envío para todos los productos del pedido de acuerdo con los <b>gastos de envío</b>.</p>'),
('es', 'free_shipping_upgrade_notification_title', 'Cambios en envío gratis'),
('es', 'french', 'Francés'),
('es', 'from', 'de'),
('es', 'from_date', 'Fecha de'),
('es', 'from_email', 'De correo electrónico'),
('es', 'from_name', 'De nombre'),
('es', 'ftp', 'FTP'),
('es', 'ftp_connection_problem', 'No se puede conectar al servidor FTP. Por favor, compruebe la información de la conexión FTP'),
('es', 'ftp_directory', 'Directorio FTP'),
('es', 'ftp_pass', 'Contraseña FTP'),
('es', 'ftp_server_options', 'Configuración del servidor FTP'),
('es', 'ftp_url', 'Servidor FTP'),
('es', 'ftp_url_hint', 'El formato es: FTPHOST [: PORT][/DIRECTORY]. Ejemplo: ftp.yourhost.com:21/home/username/folder'),
('es', 'ftp_user', 'Nombre de usuario FTP'),
('es', 'fulfillment_state', 'Estado de cumplimiento'),
('es', 'full', 'Completo'),
('es', 'fullauth', 'Fullauth'),
('es', 'fullname', 'Full name'),
('es', 'full_description', 'Texto largo'),
('es', 'full_list', 'Lista completa'),
('es', 'full_tree_cat', 'Árbol completo'),
('es', 'full_tree_pages', 'Árbol completo'),
('es', 'full_width', 'Ancho total'),
('es', 'function', 'Núcleo'),
('es', 'function_deprecated', 'La función [old_function] es obsoleta y se eliminará en la próxima versión. Utilice [new_function] en lugar de ella.'),
('es', 'gateway', 'Entrada'),
('es', 'gateways', 'Pasarelas'),
('es', 'gc_redeem_and_add_free_products', 'Redimir y añadir productos al carrito'),
('es', 'gdpr_call_requests', 'Datos personales de solicitudes de llamada'),
('es', 'gdpr_discussions_data', 'Datos personales de las discusiones'),
('es', 'gdpr_newsletters', 'Información personal de los boletines de noticias'),
('es', 'general', 'General'),
('es', 'general_info', 'Información general'),
('es', 'general_settings', 'Configuración general'),
('es', 'general_statistics', 'Estadísticas generales'),
('es', 'generate', 'Generar'),
('es', 'generate_cache', 'Generar caché'),
('es', 'generate_new_api_key', 'Generate new API key'),
('es', 'generate_printslip', 'Gerar Etiqueta'),
('es', 'generate_printslip_and_tracking_number', 'Gerar Etiqueta e Código de Rastreamento'),
('es', 'generate_submenu', 'Generar Submenú'),
('es', 'generating_pdf', 'Generando PDF. Por favor, sea paciente...'),
('es', 'generating_xls', 'Generando de XLS. Por favor, sea paciente...'),
('es', 'geography', 'Geográficas'),
('es', 'geo_maps.cannot_select_location', 'This location couldn\'t be selected due to technical reasons. If you encounter any difficulties when placing an order, please contact us.'),
('es', 'geo_maps.from_pickup_points', '[shipping], [n] pickup point|[shipping], [n] pickup points'),
('es', 'geo_maps.location_detection_disabled', 'Su ubicación no pudo ser determinada. Intente habilitar los servicios de ubicación en su dispositivo o deshabilitar la protección de seguimiento.'),
('es', 'geo_maps.no_shippings', 'Sorry, we couldn\'t find any shipping options for your location. Please contact us, and we\'ll see what we can do about it.'),
('es', 'geo_maps.select_your_city', 'Selecciona tu ciudad'),
('es', 'geo_maps.shipping_about', 'about'),
('es', 'geo_maps.shipping_address_on_map', 'Dirección de envío en el mapa'),
('es', 'geo_maps.shipping_from', 'from'),
('es', 'geo_maps.shipping_group_delivery', 'Shipping'),
('es', 'geo_maps.shipping_group_pickup', 'Pick-up'),
('es', 'geo_maps.shipping_time', 'Shipping time'),
('es', 'geo_maps.shipping_time_and_rates', 'Shipping time and rates'),
('es', 'geo_maps.text_settings_google_api_notice', 'Learn more about setting up API key <a target=\"_blank\" href=\"https://docs.cs-cart.com/4.10.x/user_guide/addons/maps_and_geolocation/#configuration\">in the documentation</a>.'),
('es', 'geo_maps.your_city', 'Tu ciudad'),
('es', 'german', 'Alemán'),
('es', 'get_api_key', 'Obtener una API Key'),
('es', 'get_rates', 'Obtener tasas'),
('es', 'get_social', 'Socialízate'),
('es', 'gift_add_products', 'Añadir productos para un regalo'),
('es', 'gift_certificate', 'Certificado de regalo'),
('es', 'gift_certificates', 'Certificados de regalo'),
('es', 'gift_certificates.certificate_purchase_form', 'Formulario de compra de certificado de regalo'),
('es', 'gift_certificates.event.gift_certificate.status_changed.name', 'Gift certificate status changed to [status]'),
('es', 'gift_certificates.event.gift_certificate.updated.name', 'Gift certificate updated'),
('es', 'gift_certificates_menu_description', 'Ver y administrar los certificados de regalo que han comprado los clientes.'),
('es', 'gift_certificates_verify', 'Verificación de certificado de regalo'),
('es', 'gift_certificate_added_to_cart', 'Certificado de regalo fue añadido a su carrito'),
('es', 'gift_certificate_created', 'El certificado de regalo ha sido generado'),
('es', 'gift_certificate_info', 'Información de certificado de regalo'),
('es', 'gift_certificate_status', 'Estado de certificado de regalo'),
('es', 'gift_certificate_statuses', 'Estados de certificados de regalo'),
('es', 'gift_certificate_verification', 'Verificación de certificado de regalo'),
('es', 'gift_cert_amount_changed', 'El Monto del certificado de regalo se ha cambiado.'),
('es', 'gift_cert_code', 'Código de certificado de regalo'),
('es', 'gift_cert_debit', 'Saldo deudor'),
('es', 'gift_cert_error_amount', 'Cantidad no debe ser mayor que [max] y menos [min]'),
('es', 'gift_cert_from', 'De'),
('es', 'gift_cert_to', 'a'),
('es', 'gift_cert_with_products', 'Compra de productos y certificados de regalo juntos es imposible. Por favor, coloque el orden actual y repetir el intento.'),
('es', 'gift_comment', 'Mensaje'),
('es', 'give_coupon_subj', 'tienes una nueva promoción'),
('es', 'global', 'Global'),
('es', 'global_options', 'Opciones globales'),
('es', 'global_order_id', 'Id Global'),
('es', 'global_status', 'Estado global'),
('es', 'global_update', 'Actualización global'),
('es', 'global_update_description', 'Se pueden entrar valores positivos o negativos en los campos de debajo (ej. -5).'),
('es', 'global_vars', 'Variables globales'),
('es', 'go', 'Ir'),
('es', 'google', 'Google'),
('es', 'google_base', 'Google Base'),
('es', 'google_base_export_notice', '<b>Nota:</b> Puede configurar impuestos y tarifas de envío en la página de <a href=\"http://www.google.com/merchants/taxshippingsettings\"> índice de tasas y envíos</a> en su Google merchant center.'),
('es', 'google_export_upgrade_notification_text', '<p>La última versión del [product] tiene configuraciones diferentes para las fuentes de datos:<b>El precio de Google</b>no incluye el impuesto actualmente.</p><p>Si desea exportar productos con el impuesto incluido en el precio, haga lo siguiente:</p><ul><ul>Vaya al complemento de&rarr; Administración&rarr; Fuentes de datos.</li><li>Seleccione la fuente de datos utilizada para exportar los productos de Google Product Feed.</li><li>Cambie la pestaña de<b>mapa de campos</b>y seleccione<b>precio de Google (con impuesto incluido)</b>para el <b>campo de<b>precio.</li></ul>'),
('es', 'google_export_upgrade_notification_title', 'Cambios en la función de exportación de Google'),
('es', 'google_sitemap.export_progress_entry', '[storefront]: [object]'),
('es', 'google_sitemap.generate_map', 'El mapa del sitio no se genera aún. Por favor, vaya a configuración del complemento y pulsa el botón \"Regenerar un mapa del sitio\"'),
('es', 'google_sitemap.map_generated', 'El mapa del sitio se ha generado con éxito'),
('es', 'google_sitemap.text_regenerate', 'Si se agregaron o modificaron productos, categorías, etc., por favor <a class=\"cm-ajax cm-comet btn btn-primary\"href=\"[regenerate_url]\"> regenere un mapa del sitio</a<br /><br />[sitemap_available_in_customer]'),
('es', 'google_sitemap.text_select_storefront', 'Para generar un mapa del sitio, por favor seleccione la tienda primero.'),
('es', 'goto_theme_configuration', 'Explorar temas'),
('es', 'go_back', 'Volver'),
('es', 'go_to_admin_panel', 'Admin panel'),
('es', 'go_to_the_admin_homepage', 'Ir a la Página Web de admin'),
('es', 'go_to_the_homepage', 'Ir a la página de inicio'),
('es', 'grams_in_the_unit_of_weight', 'Gramos en la unidad del peso definida por el símbolo del peso'),
('es', 'grant_point', 'Otorga puntos de recompensa'),
('es', 'graphic', 'Gráfico'),
('es', 'graphic_banner', 'Banner gráfico'),
('es', 'greek', 'Griego'),
('es', 'grid', 'Rejilla'),
('es', 'grid_options', 'Opciones de rejilla'),
('es', 'gross_total', 'Coste total'),
('es', 'ground_only', 'Sólo correo ordinario'),
('es', 'group', 'Grupo'),
('es', 'groups', 'Grupos'),
('es', 'guest', 'Invitado'),
('es', 'has_credit_memo', 'Tiene nota de crédito'),
('es', 'has_invoice', 'Tiene factura'),
('es', 'header', 'Cabecera'),
('es', 'header_image', 'Imagen de encabezado'),
('es', 'head_custom_html', 'Código HTML personalizado'),
('es', 'hebrew', 'Hebreo'),
('es', 'height', 'Altura'),
('es', 'hello', 'Hola'),
('es', 'hello_name', 'Hello [name],'),
('es', 'help', 'Ayuda'),
('es', 'hidden', 'Oculto'),
('es', 'hidden_categories', 'Categorías ocultas'),
('es', 'hide', 'Ocultar'),
('es', 'hide_add_to_cart_button', 'Ocultar agregar al carrito'),
('es', 'hide_options', 'Ocultar opciones'),
('es', 'hide_option_completely', 'Ocultar opción completamente'),
('es', 'hidpi.notice.images_were_not_restored', 'Some of the old images in your store are still low-quality. To use the highest quality possible, please <a href=\"[convert_url]\">restore high-quality images</a>. The process is automatic.'),
('es', 'hidpi.refactoring_upgrade_notification_text', '<p>The previous version of the <b>[addon_name]</b> add-on shrank the uploaded images. We improved the add-on, so there is no need for that now. However, the existing images remain shrunk and don’t look good.</p><p>We can make your existing images look nice and sharp, but that procedure will take some time. That’s why we need you to start it.</p><p><a href=\"[url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Make image look good</a></p>'),
('es', 'hidpi.refactoring_upgrade_notification_title', 'Make sure your images look good.'),
('es', 'hidpi.restore_btn', 'Restaurar'),
('es', 'hidpi.restore_images', 'Restauración de imagen'),
('es', 'hidpi.text_restore_images', 'La versión anterior del complemento compatible con pantalla HiDPI encogió las imágenes cargadas. No hay necesidad de eso ahora. Pero para que sus imágenes se vean bien y nítidas, debe hacer clic en Restaurar.'),
('es', 'hidpi.upload_high_res_image', 'Estoy subiendo una imagen HiDPI.'),
('es', 'hidpi.upload_high_res_image.tooltip', 'Si esta casilla está marcada, la imagen de origen se mostrará dos veces en una escala reducida. Esta configuración solo afecta a la visualización de la imagen de origen y no a su miniatura. Si desea que una imagen se muestre en el tamaño original, desmarque esta casilla de verificación.'),
('es', 'hidpi.warning_restore_images', '<strong> ¡Atención! </strong> Este procedimiento no es reversible: cuando se revierte la actualización, las manipulaciones de restauración de la imagen no se revertirán. Por lo tanto, asegúrese de realizar una copia de seguridad. El procedimiento puede llevar algún tiempo, depende de la cantidad de imágenes en su tienda.'),
('es', 'history', 'Historia'),
('es', 'home', 'Inicio'),
('es', 'home_blocks', 'Vendor home blocks'),
('es', 'home_page', 'Página de Inicio'),
('es', 'horizontal', 'Horizontal'),
('es', 'horizontal_filters', 'Filtros horizontales'),
('es', 'host', 'Nombre de host'),
('es', 'host_code', 'Código de host'),
('es', 'hour', 'Hora'),
('es', 'hourly', 'Por hora'),
('es', 'hour_or_hours', 'hora (s)'),
('es', 'how_to_send', 'Cómo enviar?'),
('es', 'html_block', 'Block HTML'),
('es', 'http_transport_error_prefix_curl', 'Error de Curl'),
('es', 'http_transport_error_prefix_socket', 'Error de socket'),
('es', 'hungarian', 'Húngaro'),
('es', 'hybrid_auth', 'Inicio de sesión social'),
('es', 'hybrid_auth.add_provider', 'Agregar proveedor'),
('es', 'hybrid_auth.callback_url', 'URL de devolución de llamada'),
('es', 'hybrid_auth.cant_create_profile', 'Desafortunadamente, no hemos podido crear un usuario como cliente ni inicio de sesión a la tienda debido a una de las siguientes razones:. <br/> - Usted ha iniciado sesión en nuestra tienda anteriormente utilizando algún otro proveedor de OpenID en el que se usa el mismo correo electrónico <br />- Usted ya se ha registrado en nuestra tienda con su correo electrónico <br/> Por favor, póngase en contacto con el dueño de la tienda para solucionar los problemas.'),
('es', 'hybrid_auth.change_password', 'Usted puede cambiar su contraseña aquí'),
('es', 'hybrid_auth.configuration_error', 'Error de configuración de Hybriauth'),
('es', 'hybrid_auth.connecting_provider', 'Ponerse en contacto con <b>[provider]</b>. Por favor espere...'),
('es', 'hybrid_auth.connect_social', 'Conectar cuenta social'),
('es', 'hybrid_auth.connect_social_title', 'Este usuario ya existe'),
('es', 'hybrid_auth.editing_provider', 'Proveedor de edición'),
('es', 'hybrid_auth.facebook_disabled_upgrade_notification_text', '<p>Tuvimos que utilizar una nueva versión de Facebook API, debido a que la versión anterior de API que utilizamos ya no es compatible. Sin embargo, para trabajar con la nueva versión API, [product] se requiere PHP 5.4. Usted esta viendo este mensaje porque su servidor tiene una versión más antigua de PHP.</p><p>El estado del proveedor de<b>Facebook</b> en el<b>Sitio web → Inicio de sesión social</b>ha sido<i>deshabilitado</i>.</p><p>Por favor actualice su versión de PHP a la versión 5.4 o superior antes de volver a habilitar Facebook.</p>'),
('es', 'hybrid_auth.facebook_disabled_upgrade_notification_title', 'Inicio de sesión de la red social: Los inicios de sesión a través de Facebook se han desactivado debido a una versión anterior de PHP'),
('es', 'hybrid_auth.facebook_oauth_redirect_uris', 'URI de redireccionamiento de OAuth válida'),
('es', 'hybrid_auth.failed_auth', 'La autenticación falló. El usuario ha cancelado la autenticación o el proveedor negó la conexión'),
('es', 'hybrid_auth.instruction_facebook', 'Utilice la idenficación de la aplicación y la clave secreta que ha recibido después de crear una aplicación en <a href=\'https://developers.facebook.com/apps\' target=\'_blank\'> Facebook Developers</a>.'),
('es', 'hybrid_auth.instruction_facebook_login', 'Utilice la identificación del usuario y la clave secreta que ha recibido luego de crear una aplicación en<a href=\"https://developers.facebook.com/apps\" target=\"_blank\">Desarrolladores de Facebook</a>.Una vez que la copia del valor del <b>URI de redirección de OAuth válida</b> campo correspondiente a la configuración del producto<b>Inicie sesión en Facebbok</b>en su aplicación de facebook.');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('es', 'hybrid_auth.instruction_foursquare', 'Utilice el ID de aplicación y la clave secreta que ha recibido después de crear una aplicación en <a href=\'https://foursquare.com/developers/apps\' target=\'_blank\'> Fousquare</a>.'),
('es', 'hybrid_auth.instruction_google', 'Utilice el ID y la clave secreta que ha recibido después de crear un proyecto en <a href=\'https://code.google.com/apis/console/?pli=1\' target=\'_blank\'> Google</a>.'),
('es', 'hybrid_auth.instruction_linkedin', 'Utilizar ID (clave del consumidor) y la clave secreta que ha recibido después de crear una aplicación de <a href=\'https://www.linkedin.com/developer/apps\' target=\'_blank\'> LinkedIn los desarrolladores</a>.'),
('es', 'hybrid_auth.instruction_live', 'Utilice el ID de aplicación y la clave secreta que ha recibido después de agregar una aplicación en <a href=\'https://account.live.com/developers/applications/create\' target=\'_blank\'> vivo</a>.'),
('es', 'hybrid_auth.instruction_paypal', 'Utilice el ID de aplicación y la clave secreta que ha recibido después de crear una aplicación de <a href=\'https://developer.paypal.com/developer/applications\' target=\'_blank\'> Desarrolladores de PayPal</a>.'),
('es', 'hybrid_auth.instruction_twitter', 'Utilizar ID (clave del consumidor) y la clave secreta que ha recibido después de crear una aplicación en <a href=\'https://apps.twitter.com/\' target=\'_blank\'> Twitter</a>.'),
('es', 'hybrid_auth.instruction_yahoo', 'Utilice el nombre de usuario (Identificador) y la Clave secreta que recibió después de crear una aplicación en <a href=\'https://developer.yahoo.com/apps/create/\' target=\'_blank\'>Yahoo</a>.'),
('es', 'hybrid_auth.linkedin_api_v1', 'v1'),
('es', 'hybrid_auth.linkedin_api_v2', 'v2'),
('es', 'hybrid_auth.linkedin_api_version', 'API version'),
('es', 'hybrid_auth.linked_provider', 'Vinculado'),
('es', 'hybrid_auth.link_provider', 'Cuentas de redes sociales'),
('es', 'hybrid_auth.live_redirect_urls', 'Redirecciona URL'),
('es', 'hybrid_auth.missing_credentials', 'Faltan las credenciales de aplicación del proveedor'),
('es', 'hybrid_auth.new_provider', 'Nuevo proveedor'),
('es', 'hybrid_auth.not_linked_provider', 'No vinculado'),
('es', 'hybrid_auth.password_generated', 'Nos complace informarle que ha sido registrado con éxito en la tienda. Se generó una contraseña para que usted'),
('es', 'hybrid_auth.providers', 'Proveedores'),
('es', 'hybrid_auth.provider_error_configuration', 'El proveedor no está correctamente configurado'),
('es', 'hybrid_auth.provider_not_found', 'El proveedor [provider] no se localiza'),
('es', 'hybrid_auth.social_login', 'O inicio de sesión con otro proveedor de identidad'),
('es', 'hybrid_auth.specify_email', 'Especificar el correo electrónico'),
('es', 'hybrid_auth.specify_email_title', 'El e-mail no ha sido especificado.'),
('es', 'hybrid_auth.text_connect_social', '<p>Ya existe un usuario con el email proporcionado durante el inicio de sesión social.</p><p>Si desea asignar una cuenta de red social con el usuario registrado, por favor inicie sesión.</p>'),
('es', 'hybrid_auth.text_link_provider', 'Asocia tu cuenta de red social y úsala para registrarte'),
('es', 'hybrid_auth.text_specify_email', '<p>Al iniciar en la red social no proporcionó el correo electrónico.</p><p>Por favor ingrese con su correo electrónico y haga click en Continuar.</p>'),
('es', 'hybrid_auth.text_user_is_already_link', 'Esta cuenta de red social ya esta siendo usada'),
('es', 'hybrid_auth.unspecified_error', 'Error no especificado'),
('es', 'hybrid_auth.wrong_provider', 'Proveedor desconocido o inhabilitado'),
('es', 'hybrid_auth_menu_description', 'Crear proveedor social'),
('es', 'I25', 'Intercalado 2 de 5 se basa en la Simbología Estándar 2 de 5. <br/> Intercalado 2 de 5 está diseñado para codificar 10 dígitos.'),
('es', 'icon', 'Icono'),
('es', 'id', 'ID'),
('es', 'identifier', 'Identificador de PayBox'),
('es', 'iframe_mode', 'modo iFrame'),
('es', 'illegal_item_weight', 'Peso del item no legal'),
('es', 'image', 'Imagen'),
('es', 'images', 'Imágenes'),
('es', 'images_directory', 'Directorio de imágenes'),
('es', 'images_params', 'Imágenes'),
('es', 'image_has_been_deleted', 'La imagen se ha sido eliminado'),
('es', 'image_pair', 'Par de imágenes'),
('es', 'image_url', 'URL de la imagen'),
('es', 'image_verification', 'Captcha'),
('es', 'image_verification_body', 'Para asegurar que es una persona y no un programa automatizado, rellene el cuadro de abajo introduciendo los caracteres que usted ve en este dibujo. Todas las letras serán mostradas en mayúsculas.'),
('es', 'image_verification_label', 'Validación Anti-Bot'),
('es', 'image_zoom.rework_update_notification.message', '<p>We reworked the <b>Image zoom</b> add-on, because it used a third-party solution incompatible with modern versions of jQuery. As a result of the rework, some settings of the add-on were removed.</p><p>Please check how the image zoom looks on the product pages now. If you\'d like to make any changes to the looks, adjust the settings of the <b>Image zoom</b> add-on.</p><p><a href=\"[image_zoom_settings]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check Image Zoom settings</a></p>'),
('es', 'image_zoom.rework_update_notification.title', 'Image Zoom add-on reworked'),
('es', 'immediately', 'Inmediatamente'),
('es', 'import', 'Importar'),
('es', 'important', 'Importante'),
('es', 'important_language_text', 'Cuando oculta, deshabilita o elimina un idioma predeterminado de una de las páginas de inicio de los productos de la tienda, asegúrese de actualizar el valor de la configuración <b> Idioma predeterminado de la interfaz de usuario </ b> en <a href=\"[link]\"> Configuración → Apariencia </a>.'),
('es', 'importing_data', 'Importando datos'),
('es', 'import_data', 'Importar datos'),
('es', 'import_errors', 'Errores de importación'),
('es', 'import_layout', 'Importar diseño'),
('es', 'import_locations', 'Importar ubicaciones'),
('es', 'import_new_vendor', '[n] de nuevo vendedores fue creado durante la importación. Este vendedor solamanete tiene un nombre hasta ahora. Por favor edite el perfil del nuevo vendedor para agregar otra información. |[n] el nuevo número de vendedores fue creado durante la importación. Estos vendedores solamente tienen nombres hasta ahora. Por favor edite los perfiles de los nuevos vendedores para agregar otra información.'),
('es', 'import_options', 'Opciones de importación'),
('es', 'import_results', 'Importar resultados'),
('es', 'in', 'En'),
('es', 'included', 'incluido'),
('es', 'include_cvn', 'Incluir CVN'),
('es', 'including_discount', 'Descuento incluido'),
('es', 'including_tax', 'Impuesto incluido'),
('es', 'income', 'Ingresos'),
('es', 'incompleted', 'Incompleta'),
('es', 'incompleted_orders', 'Pedidos incompletos'),
('es', 'incorrect_filling_message', 'Mensaje de llenado incorrecto'),
('es', 'incorrect_po_pack_structure', 'La estructura del paquete que contiene archivos de traducción de \".po\" ubicados en <b>\"[pack_path]\"</b> es incorrecta.'),
('es', 'incorrect_price_warning', 'El producto no ha sido agregado al carrito. Por favor introduce el precio correcto.'),
('es', 'increase', 'Aumentar'),
('es', 'inc_tax', 'inc impuesto'),
('es', 'index', 'Página de Inicio'),
('es', 'individual', 'Individual'),
('es', 'information', 'Información'),
('es', 'information_file_roobots', 'Se detectó un archivo robots.txt. Los cambios que realice aquí no tendrán efecto hasta que elimine el archivo <b>robots.txt</b>existente del directorio raíz de su tienda.'),
('es', 'inner_hint', 'Ayuda interior'),
('es', 'input_field', 'Campo de entrada'),
('es', 'insert_block', 'Añadir bloque'),
('es', 'insert_grid', 'Añadir Grid'),
('es', 'insert_image', 'Insertar imagen'),
('es', 'install', 'Instalar'),
('es', 'installation_id', 'ID de Instalación'),
('es', 'installed', 'Instalado'),
('es', 'installed_addons', 'Complementos instalados'),
('es', 'installed_languages', 'Instalado'),
('es', 'installed_themes', 'Temas instalados'),
('es', 'installed_upgrades', 'Actualizaciones instaladas'),
('es', 'installer_complete_title', 'Instalación terminada con éxito'),
('es', 'installments', 'Parcelas'),
('es', 'installment_qty', 'Quantidade de parcelas'),
('es', 'install_addon_text', 'Los complementos extienden la funcionalidad de tu tienda.<br/> Puedes instalar complementos seleccionando un archivo con formato .zip, .tgz o .gz  y haciendo clic en Cargar y Instalar.'),
('es', 'install_theme_text', 'Cargar y instalar un tema nuevo es un modo de personalizar la tienda. Puedes cargar un tema seleccionando un archivo con formato tgz, gz o zip y haciendo clic en <strong>Cargar</strong>.'),
('es', 'install_upgrade_package_text', 'Puede cargar un paquete de actualización manualmente desde la máquina local, su servidor o desde una ubicación remota. Especifique la ubicación de un archivo en formato [exts] y haga clic en <strong> Subir archivo </strong>.'),
('es', 'internal_option_name', 'Nombre interno'),
('es', 'internal_option_name_tooltip', 'Este nombre solo se muestra en el panel de Administración para ayudarlo a distinguir entre las múltiples opciones que tienen el mismo nombre que se muestra.'),
('es', 'internal_template.vendor_data_premoderation_product_approved', 'Vendor data premoderation: your product was approved'),
('es', 'internal_template.vendor_data_premoderation_product_disapproved', 'Vendor data premoderation: your product was disapproved'),
('es', 'internal_templates', 'On-site notification templates'),
('es', 'internal_template_exists', 'The on-site notification template with the chosen code already exists, please try another.'),
('es', 'internal_template_import_success_msg', 'All the on-site notification templates have been imported without errors.'),
('es', 'international_settings', 'Ajustes internacionales'),
('es', 'international_usps', 'International U.S.P.S.'),
('es', 'invalid_ftp_access', 'Acceso FTP inválido'),
('es', 'inventory', 'Inventario'),
('es', 'inventory_tracking', 'Inventario'),
('es', 'invitees', 'Invitados'),
('es', 'invite_vendors', 'Invite vendors'),
('es', 'invite_vendors_enter_emails', 'Emails where to send invitations'),
('es', 'invite_vendors_title', 'Invite people to register as vendors in your marketplace'),
('es', 'invoice', 'Factura'),
('es', 'invoices', 'Facturas'),
('es', 'invoice_credit_memo', 'Factura/nota de crédito'),
('es', 'invoice_heading', 'Factura'),
('es', 'invoice_id', 'ID de la factura'),
('es', 'invoice_title', 'FACTURA'),
('es', 'in_progress', 'En progreso'),
('es', 'in_stock', 'En stock'),
('es', 'ip', 'IP'),
('es', 'ipn_errors', 'Errores IPN'),
('es', 'ips', 'IPs'),
('es', 'ip_address', 'Dirección IP'),
('es', 'ip_from', 'IP de'),
('es', 'ip_to', 'IP a'),
('es', 'issuer_id', 'ID del emisor'),
('es', 'is_address_required', 'Customer must specify his/her address'),
('es', 'is_back_in_stock', 'vuelve a tener existencias!'),
('es', 'is_default_storefront', 'Default storefront'),
('es', 'is_pbp', 'Permitir pago con puntos'),
('es', 'italian', 'Italiano'),
('es', 'items', 'Artículos'),
('es', 'items_dependences', 'Depende de los artículos'),
('es', 'items_in_box', 'Artículos en una caja'),
('es', 'items_in_cart', 'Tienes [n] ítem en tu carrito|Tienes [n] ítems en tu carrito'),
('es', 'items_marked_by_tag', 'Elementos marcados por la etiqueta \"[tag]\":'),
('es', 'items_per_page', 'Elementos por página'),
('es', 'items_title', 'Artículos'),
('es', 'item_id', 'ID del artículo'),
('es', 'item_number', 'Mostrar número de artículo'),
('es', 'item_quantity', 'Cantidad de artículos'),
('es', 'i_agree_continue', 'Estoy de acuerdo, continuar'),
('es', 'janrain_cant_create_profile', 'Desafortunadamente, no hemos podido crear un usuario como cliente para que pueda ingresar a la tienda debido a una de las siguientes razones:. <br/> - Usted ya ha iniciado sesión en nuestra tienda utilizando algún otro proveedor de OpenID en el que usa el mismo correo electrónico <br /> - Usted ya se ha registrado en nuestra tienda utilizando el mismo correo electrónico <br/> Por favor, póngase en contacto con el dueño de la tienda para resolver estos inconvenientes.'),
('es', 'janrain_general_info', '<p>Obtener estos valores y configurar el inicio de seisón social en <a href=\"http://janrain.com\" target=\"_blank\"> janrain.com</a></p>'),
('es', 'janrain_need_update_profile', 'El campo \"Contraseña\" y algunos otros campos obligatorios están vacíos por el momento. Por favor, actualice su perfil.'),
('es', 'janrain_social_login', 'Inicio de sesión de la red social'),
('es', 'japanese', 'Japonés'),
('es', 'join', 'Únete'),
('es', 'json_error_ctrl_char', 'Error de carácter de control, posiblemente incorrectamente codificado'),
('es', 'json_error_depth', 'Se ha excedido la profundidad máxima de la pila'),
('es', 'json_error_state_mismatch', 'JSON malformado o no válido'),
('es', 'json_error_syntax', 'Error de sintaxis, JSON malformado'),
('es', 'json_error_unknown', 'Error JSON desconocido'),
('es', 'json_error_utf8', 'Caracteres UTF-8 malformados, posiblemente incorrectamente codificados'),
('es', 'key', 'Clave'),
('es', 'key1_for_md5', 'Clave de auth 1 para md5'),
('es', 'key2_for_md5', 'Clave de auth 2 para md5'),
('es', 'keywords', 'Palabras clave'),
('es', 'korean', 'Coreano'),
('es', 'label_text_color', 'Color del texto de la etiqueta'),
('es', 'landing_header', 'Su pedido ha sido recibido'),
('es', 'language', 'Lenguaje'),
('es', 'languagecode', 'Código de idioma'),
('es', 'languages', 'Lenguajes'),
('es', 'languages_find_more', 'If you haven\'t found the language you need, check out <a href=\"[href]\" target=\"_blank\">our site with free language packs</a>.'),
('es', 'language_code', 'Cod.lenguaje'),
('es', 'language_variable', 'Variable de idioma'),
('es', 'language_variables', 'Variables del lenguaje'),
('es', 'last4ssn', 'Últimos 4 dígitos del Numero de Seguridad Social'),
('es', 'last_24hours', 'Últimas 24 horas'),
('es', 'last_days', 'Últimos días'),
('es', 'last_login', 'Last login'),
('es', 'last_month', 'Mes pasado'),
('es', 'last_name', 'Apellido'),
('es', 'last_name_and_first_name', 'Last name and first name'),
('es', 'last_n_days', 'Últimos [N] días'),
('es', 'last_order', 'Compra hecha'),
('es', 'last_scan_time', 'Última vez que se realizó el escaneo'),
('es', 'last_year', 'Año pasado'),
('es', 'latest_reviews', 'Últimos comentarios y análisis'),
('es', 'latitude', 'Latitud'),
('es', 'latitude_short', 'lat'),
('es', 'layout', 'Diseño'),
('es', 'layoutid', 'Identificación del diseño'),
('es', 'layouts', 'Diseños'),
('es', 'lbl_amazon_aws_access_public_key', 'Clave pública de acceso AWS'),
('es', 'lbl_amazon_aws_access_secret_key', 'Clave secreta de acceso AWS'),
('es', 'lbl_amazon_background_color', 'Color del fondo'),
('es', 'lbl_amazon_button_color', 'Color del botón'),
('es', 'lbl_amazon_button_size', 'Tamaño de botón'),
('es', 'lbl_amazon_button_style', 'Estilo de botón de Amazon'),
('es', 'lbl_amazon_color_dark', 'Oscuro'),
('es', 'lbl_amazon_color_light', 'Liviano'),
('es', 'lbl_amazon_color_orange', 'Naranja'),
('es', 'lbl_amazon_color_tan', 'Bronceado'),
('es', 'lbl_amazon_color_white', 'Blanco'),
('es', 'lbl_amazon_process_order_on_failure', 'Procesar pedido en fallo de devolución de llamada'),
('es', 'lbl_amazon_size_large', 'Grande'),
('es', 'lbl_amazon_size_medium', 'Mediano'),
('es', 'lbl_amazon_size_xlarge', 'Extra grande'),
('es', 'left', 'Izquierda'),
('es', 'length', 'Largo'),
('es', 'less', 'menos'),
('es', 'letter', 'Carta'),
('es', 'level', 'Nivel'),
('es', 'licence_agreement', 'Licencia de uso'),
('es', 'licensed_product', 'Productos con licencia'),
('es', 'license_agreement', 'Licencia de uso'),
('es', 'license_number', 'Número de licencia'),
('es', 'license_number_cannot_be_empty', 'El número de licencia no puede quedar en blanco'),
('es', 'license_required', '[product] se requiere licencia'),
('es', 'licensing.license_error_license_is_disabled', 'La licencia está deshabilitada. Por favor revisa el estado de tu licencia.'),
('es', 'licensing.license_error_license_is_disabled.text', 'Please contact us <a href=\"[helpdesk_url]\" target=\"_blank\">via Customer Help Desk</a> to find out why it happened and what can be done about it. To access the admin panel right now, you can enter another valid license number, as long as it isn\'t used in another store:'),
('es', 'licensing.license_error_license_is_disabled.title', 'Your [product] license has been disabled'),
('es', 'licensing.license_error_license_is_invalid', 'Número de licencia inválido. Por favor, introduzca un número de licencia válido.'),
('es', 'licensing.license_error_wrong_edition', 'La licencia no corresponde a la edición de su tienda. Por favor ingrese un número de licencia válido.'),
('es', 'licensing.license_error_wrong_licensing_mode', 'La licencia no coincide con el modo de licencia de tu tienda. Por favor ingrese un número de licencia válido.'),
('es', 'licensing_and_upgrades', 'Licencias y actualizaciones'),
('es', 'limit', 'Límite'),
('es', 'line', 'Línea'),
('es', 'linear', 'Lineal'),
('es', 'link', 'Enlace'),
('es', 'linked_categories', 'Categorías vinculadas'),
('es', 'linked_products', 'Productos enlazados'),
('es', 'links', 'Enlaces'),
('es', 'links_thumb', 'Enlaces de miniatura'),
('es', 'link_an_existing_option', 'Link an existing option'),
('es', 'link_message_for_test_letter', 'El enlace se mostrará en un boletín de noticias en vivo'),
('es', 'link_text', 'Enlace de texto'),
('es', 'link_to', 'Enlazar a'),
('es', 'list', 'Lista'),
('es', 'list_objects', 'Objetos de lista'),
('es', 'list_price', 'Precio de lista'),
('es', 'list_price_decreased', 'Precio de lista ha sido disminuido por'),
('es', 'list_price_increased', 'Precio de lista se ha incrementado en'),
('es', 'list_price_short', 'Precio de lista'),
('es', 'list_qty_count', 'Listar el recuento de la cantidad'),
('es', 'list_quantity_count', 'Listar recuento de cantidad'),
('es', 'lite_checkout.change_in_geolocation_cities_upgrade_notification_text', '<p>Previously, you could create a list of cities that would be available to customers for selection in the geolocation block on the storefront. That had to be done in <b>Administration → Shipping &amp; taxes → Geolocation cities.</b></p><p>That page was removed, and the list of cities is now generated automatically from your pickup points. It works only if the corresponding setting in the [stores_pickups_addon] add-on is enabled, and only for pickup points that have a country, state, and city specified.</p><p>For your convenience, here is the list of cities that you previously had on the <b>Geolocation cities</b> page. It may help with configuring pickup points:<p><p>[locations_table]</p><p><a href=\"[stores_pickups_search]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Edit add-on settings</a></p>'),
('es', 'lite_checkout.change_in_geolocation_cities_upgrade_notification_title', 'List of geolocation cities is now generated automatically'),
('es', 'lite_checkout.choose_from_list', 'Choose from list'),
('es', 'lite_checkout.city_and_state', 'City, state'),
('es', 'lite_checkout.click_here_to_update_shipping', 'Enter city and state and click here to update shipping rates'),
('es', 'lite_checkout.customer_information', 'Customer'),
('es', 'lite_checkout.delivery_note', 'Customer\'s notes'),
('es', 'lite_checkout.deliver_to', 'Deliver to:'),
('es', 'lite_checkout.nearest_station', 'Nearest station'),
('es', 'lite_checkout.personal_name', 'Full name'),
('es', 'lite_checkout.place_an_order_for', 'Place order ([amount])'),
('es', 'lite_checkout.select_pickup_item', 'Select a pickup point'),
('es', 'lite_checkout.select_your_city', 'Specify your city'),
('es', 'lite_checkout.shippings.show_all_on_map', 'Show all on map'),
('es', 'lite_checkout.shipping_method_for', 'Shipping method for [group_name]'),
('es', 'lite_checkout.use_two_fingers_for_move_map', 'Use two fingers to move the map'),
('es', 'live', 'En vivo'),
('es', 'livechat.change_account', 'If you would like to change LiveChat account you can'),
('es', 'livechat.check_our_apps', 'Check out apps for <a href=\'[url]\' target=\'_blank\'>desktop or mobile</a>'),
('es', 'livechat.create_account', 'Create an account'),
('es', 'livechat.current_login', 'Currently you are using <strong>[login]</strong> LiveChat account.'),
('es', 'livechat.license_cleared', 'LiveChat settings have been reset'),
('es', 'livechat.license_received', 'LiveChat added to your website'),
('es', 'livechat.reset_settings', 'reset settings'),
('es', 'livechat.use_web_app', 'Use our web app'),
('es', 'live_preview', 'Vista previa en vivo'),
('es', 'load', 'Cargar'),
('es', 'loading', 'Cargando...'),
('es', 'local', 'De su ordenador'),
('es', 'localization', 'Localización'),
('es', 'localizations', 'Localizaciones'),
('es', 'localizations_menu_description', 'Gestión de localizaciones que se admiten en su tienda.'),
('es', 'local_export', 'Descargar'),
('es', 'local_modifications', 'Modificaciones locales'),
('es', 'local_modifications_message', 'Estos archivos tienen modificaciones locales. Durante la actualización, se creó un archivo de copia de seguridad en el directorio <strong>[dir]</strong>. Es posible que desee verificar estos archivos en el archivo y volver a aplicar las modificaciones a su tienda.'),
('es', 'location', 'Localización'),
('es', 'locations', 'Localizaciones'),
('es', 'locations_menu_description', 'Manage the set of rate areas that are supported in your store.'),
('es', 'log', 'Registro'),
('es', 'loggedin_time', 'Tiempo conectado'),
('es', 'logging', 'Registros'),
('es', 'login', 'Acceso'),
('es', 'login_url', 'URL de inicio de sesión'),
('es', 'login_with_facebook', 'Login with Facebook'),
('es', 'login_with_foursquare', 'Login with Foursquare'),
('es', 'login_with_google', 'Login with Google'),
('es', 'login_with_linkedin', 'Login with LinkedIn'),
('es', 'login_with_live', 'Login with Microsoft'),
('es', 'login_with_paypal', 'Login with PayPal'),
('es', 'login_with_twitter', 'Login with Twitter'),
('es', 'login_with_yahoo', 'Login with Yahoo'),
('es', 'logistica_reversa', 'Devolução'),
('es', 'logos', 'Logos'),
('es', 'logo_for_invoices', 'Logo para facturas'),
('es', 'logo_for_the_customer_area', 'Logo para área de clientes'),
('es', 'logo_link', 'Localizar (URL) del logo'),
('es', 'logs', 'Registros'),
('es', 'log_action_backup', 'copia de seguridad'),
('es', 'log_action_create', 'crear'),
('es', 'log_action_delete', 'eliminar'),
('es', 'log_action_deprecated', 'discontinuado'),
('es', 'log_action_error', 'error'),
('es', 'log_action_failed_login', 'Inicio de sesión fallido'),
('es', 'log_action_http', 'solicitud http/https'),
('es', 'log_action_login', 'Entrar'),
('es', 'log_action_low_stock', 'Existencia baja'),
('es', 'log_action_optimize', 'optimizar'),
('es', 'log_action_restore', 'restaurar'),
('es', 'log_action_runtime', 'tiempo de ejecución'),
('es', 'log_action_session', 'sesión'),
('es', 'log_action_shipping', 'Solicitud de envío'),
('es', 'log_action_status', 'cambio de estado'),
('es', 'log_action_update', 'actualización'),
('es', 'log_in_as_user', 'Log in as user'),
('es', 'log_in_as_vendor', 'Log in as vendor'),
('es', 'log_type_categories', 'Categorías'),
('es', 'log_type_database', 'Base de datos'),
('es', 'log_type_general', 'General'),
('es', 'log_type_orders', 'Pedidos'),
('es', 'log_type_products', 'Productos'),
('es', 'log_type_requests', 'Solicitudes'),
('es', 'log_type_users', 'Usuarios'),
('es', 'longitude', 'Longitud'),
('es', 'longitude_short', 'largo'),
('es', 'lower_limit', 'Límite inferior'),
('es', 'low_stock_subj', 'Inventario de pocas existencias para \"[product]\"'),
('es', 'mac_key', 'Clave Mac'),
('es', 'mail', 'Correo'),
('es', 'mailing_list', 'Listas de correo'),
('es', 'mailing_lists', 'Listas de correo'),
('es', 'mailing_list_date', 'Fecha de creación de la lista de correo'),
('es', 'mail_message', 'Mensaje de correo'),
('es', 'mail_subject', 'Sujeto del correo'),
('es', 'main', 'Principal'),
('es', 'mainbox_general', 'Bloque principal (Encabezado H1)'),
('es', 'mainbox_simple', 'Bloque principal (Encabezado H2)'),
('es', 'maintenance', 'Mantenimiento'),
('es', 'main_category', 'Localización de la familia'),
('es', 'main_menu', 'Main menu'),
('es', 'make_archive', 'Crear archivo'),
('es', 'make_default', 'Establecer por defecto'),
('es', 'make_permanent', 'Hacer permanente'),
('es', 'manage', 'Administrar'),
('es', 'manager', 'Gerente'),
('es', 'manage_addons', 'Administrar complementos'),
('es', 'manage_banners', 'Gestionar banners'),
('es', 'manage_blocks', 'Administrar bloques'),
('es', 'manage_categories', 'Familias'),
('es', 'manage_existing_block', 'Editar bloques existentes'),
('es', 'manage_items', 'Administrar ítems'),
('es', 'manage_languages', 'Lenguajes'),
('es', 'manage_menus', 'Administrar menús'),
('es', 'manage_pages', 'Puede editar'),
('es', 'manage_products', 'Artículos'),
('es', 'manage_reports', 'Gestionar informes'),
('es', 'manage_shippings', 'Métodos de envío'),
('es', 'manage_sitemap', 'Mapa del sitio'),
('es', 'manage_stores', 'Administrar tiendas'),
('es', 'manage_subscribers', 'Administrar suscriptores'),
('es', 'manage_vendors', 'Gestión de proveedores'),
('es', 'mandatory', 'Requerido'),
('es', 'manually', 'Manualmente'),
('es', 'manually_recalculate_order', 'Recalcular orden de pedido manualmente'),
('es', 'manually_set_tax_rates', 'Ajustar manualmente los impuestos y tasas'),
('es', 'map_fields', 'Mapeo de campos'),
('es', 'mark', 'Marcar como resuelto'),
('es', 'marketing', 'Marketing'),
('es', 'marketplace', 'Mercado'),
('es', 'marketplace_find_more', 'Encuentra mas complementos y temas en <a href=\"http://marketplace.cs-cart.com/\" target=\"_blank\">CS-Cart marketplace</a>'),
('es', 'marketplace_menu', 'Marketplace Menu'),
('es', 'master_products.add_product_from_catalog', 'Añadir producto del catálogo'),
('es', 'master_products.all_products', 'Todos los productos'),
('es', 'master_products.all_vendors_master_product', 'Todos los vendedores (producto común)'),
('es', 'master_products.create_new_product', 'Crear nuevo producto'),
('es', 'master_products.exported_products', 'Productos para exportar'),
('es', 'master_products.for_sale', 'En venta'),
('es', 'master_products.master_product', 'Producto comun'),
('es', 'master_products.price_from', 'From [formatted_price]'),
('es', 'master_products.products_being_sold', 'Productos que se venden'),
('es', 'master_products.products_that_vendors_can_sell', 'Productos que los vendedores pueden vender'),
('es', 'master_products.products_were_added_to_your_products', '[n] producto agregado a sus productos | [n] producto agregado a sus productos'),
('es', 'master_products.product_type.offer', 'Vendor offer'),
('es', 'master_products.product_type.offer_variation', 'Vendor variation offer'),
('es', 'master_products.sell_selected', 'Vender seleccionado'),
('es', 'master_products.sell_this', 'Vender esto'),
('es', 'master_products.upgrade_notification.message', '<p>For technical reasons, the <b>[master_product_addon]</b> add-on works only with global options now. If any vendor sells a common product, then we have already converted all options from that product into global options during the upgrade.</p>'),
('es', 'master_products.upgrade_notification.title', 'Common Products for Vendors: Add-on now works only with global options'),
('es', 'master_products.vendor_products_block_name', 'Vendedores de un producto'),
('es', 'master_products.vendor_products_filling', 'Vendedores de este producto'),
('es', 'master_products.vendor_products_tab_name', 'Vendedores de este producto'),
('es', 'master_products.view_product_offers', 'See all offers'),
('es', 'maximum', 'Máximo'),
('es', 'maximum_items_in_box', 'Máximo de ítems en caja'),
('es', 'maximum_number_of_statuses_reached', 'Ha alcanzado el número máximo de estados'),
('es', 'max_amount', 'Coste total'),
('es', 'max_box_weight', 'Peso máximo de la caja'),
('es', 'max_downloads', 'Descargas máximas'),
('es', 'max_item', 'Número de artículos'),
('es', 'max_order_qty', 'Cantidad máxima del pedido'),
('es', 'max_quantity', 'Cantidad de orden máxima'),
('es', 'max_storefronts_reached', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('es', 'max_uploading_file_size', 'Tamaño máximo de archivo de subida'),
('es', 'max_uploading_file_size_hint', 'Dejar este campo vacío para permitir la carga de archivos de cualquier tamaño, o limitar el tamaño del archivo (\"100\" es igual a 100 Kb)'),
('es', 'mb_amounts_not_match', 'El importe recibido en solicitud de estado difiere del total del pedido original'),
('es', 'mb_currencies_not_match', 'El valor de la moneda recibido en la petición de estatus difiere del recibido por el sistema CS-Cart'),
('es', 'mb_md5_hashes_not_match', 'El valor del hash md5 recibido en solicitud de estado difiere del calculado'),
('es', 'mb_transaction_id', 'ID de transacción MB'),
('es', 'md5_checksum_failed', 'Error en comprobación de suma de MD5'),
('es', 'md5_hash_value', 'Valor del hash MD5'),
('es', 'menu', 'Menú'),
('es', 'menus', 'Menús'),
('es', 'menu_items', 'Elementos de menú'),
('es', 'merchantid', 'ID del comerciante'),
('es', 'merchant_email', 'Correo electrónico de notificación del comerciante'),
('es', 'merchant_firstname', 'Nombre del comercio'),
('es', 'merchant_id', 'ID del comerciante'),
('es', 'merchant_key', 'Clave del comerciante'),
('es', 'merchant_lastname', 'Apellido de Comercio'),
('es', 'merchant_login', 'Inicio de sesión del comercio'),
('es', 'merchant_name', 'Nombre del comerciante'),
('es', 'merchant_pin', 'PIN del comerciante'),
('es', 'merchant_response_was_not_received', 'No se ha recibido respuesta del comerciante. Por favor revise esta transacción manualmente.'),
('es', 'merchant_site_id', 'ID del sitio del comercio'),
('es', 'merchant_warrior_api_key', 'Clave API.'),
('es', 'merchant_warrior_api_passphrase', 'Frase de paso de API.'),
('es', 'merge', 'Fusionar'),
('es', 'merge_vendor', 'Combinar proveedor'),
('es', 'message', 'Mensaje'),
('es', 'messages', 'Mensajes'),
('es', 'meta_description', 'META descripción'),
('es', 'meta_keywords', 'META palabras clave'),
('es', 'method', 'Método'),
('es', 'migrations', 'Migraciones'),
('es', 'minimized', 'Minimizado'),
('es', 'minimum_commission_payment', 'Pago de comisión mínimo'),
('es', 'minimum_items_in_box', 'Mínimo de Ítems en caja'),
('es', 'minutes', 'minuto(s)'),
('es', 'min_order_qty', 'Cantidad mínima de pedido'),
('es', 'min_quantity', 'Cantidad mínima de pedido'),
('es', 'missing_variants_handling', 'Gestión de variantes ausentes'),
('es', 'mobile_app.appfulldescription', 'Descripción completa del producto'),
('es', 'mobile_app.apple_pay', 'Apple Pay'),
('es', 'mobile_app.apple_pay_merchant_identifier', 'Merchant identifier'),
('es', 'mobile_app.apple_pay_merchant_identifier_tooltip', 'Obtain the <b>Merchant Identifier</b> as described in <a href=\"https://help.apple.com/developer-account/#/devb2e62b839?sub=dev103e030bb\" target=\"_blank\">Developer Account Help</a>'),
('es', 'mobile_app.apple_pay_merchant_name', 'Merchant name'),
('es', 'mobile_app.apple_pay_merchant_name_tooltip', 'Enter the Merchant ID Description that you used when registering your Merchant ID at the Apple Developer website.'),
('es', 'mobile_app.apple_pay_supported_networks', 'Payment networks'),
('es', 'mobile_app.appname', 'Nombre de la aplicación'),
('es', 'mobile_app.appshortdescription', 'Descripción breve del producto'),
('es', 'mobile_app.configure_colors', 'Configurar los colores'),
('es', 'mobile_app.crop_when_resize', 'Delimitar imagen'),
('es', 'mobile_app.download_config', 'Configuración para descargar la aplicación'),
('es', 'mobile_app.fcm_api_key', 'Clave API para notificaciones emergentes'),
('es', 'mobile_app.fcm_api_key_tooltip', 'Obtain the Cloud Messaging <b>Legacy server key</b> from the <a href=\"https://console.firebase.google.com\" target=\"_blank\">Firebase console</a> using your bundle ID: [bundle_id]'),
('es', 'mobile_app.mobile_address_colon', 'Dirección:'),
('es', 'mobile_app.mobile_add_to_cart', 'Agregar al carrito'),
('es', 'mobile_app.mobile_auth', 'Autorización'),
('es', 'mobile_app.mobile_authentication', 'Autenticación'),
('es', 'mobile_app.mobile_bank_routing_number', 'Número de la ruta bancaria'),
('es', 'mobile_app.mobile_billing_address', 'Dirección de envío'),
('es', 'mobile_app.mobile_cancel', 'Cancelar'),
('es', 'mobile_app.mobile_cannot_handle_url', 'No se puede manejar la Url'),
('es', 'mobile_app.mobile_cardholder_name', 'Nombre del titular'),
('es', 'mobile_app.mobile_card_number', 'Número de la tarjeta'),
('es', 'mobile_app.mobile_cart', 'Carrito'),
('es', 'mobile_app.mobile_categories', 'Categorías'),
('es', 'mobile_app.mobile_change_address', 'Cambio de dirección'),
('es', 'mobile_app.mobile_checking_account_number', 'Comprobación del número de cuenta'),
('es', 'mobile_app.mobile_checkout', 'Continuar con la compra'),
('es', 'mobile_app.mobile_checkout_complete', 'Su compra ha sido procesada'),
('es', 'mobile_app.mobile_city_colon', 'Ciudad:'),
('es', 'mobile_app.mobile_comment', 'Comentario'),
('es', 'mobile_app.mobile_comments_and_reviews', 'Comentarios y opiniones'),
('es', 'mobile_app.mobile_companies', 'Vendedores'),
('es', 'mobile_app.mobile_confirm_clear_the_cart', '¿Quieres borrar los productos del carrito?'),
('es', 'mobile_app.mobile_confirm_clear_wishlist', '¿Desea borrar la lista de compras?'),
('es', 'mobile_app.mobile_congratulations', '¡Felicitaciones!'),
('es', 'mobile_app.mobile_contact_information', 'Información de contacto'),
('es', 'mobile_app.mobile_country_colon', 'País:'),
('es', 'mobile_app.mobile_customer_signature', 'Firma del cliente'),
('es', 'mobile_app.mobile_cvv2', 'CVV/CVC'),
('es', 'mobile_app.mobile_delete', 'Borrar'),
('es', 'mobile_app.mobile_delivery', 'Entrega'),
('es', 'mobile_app.mobile_details', 'Detalles'),
('es', 'mobile_app.mobile_discussion_title_product', 'Opiniones'),
('es', 'mobile_app.mobile_email', 'Correo electrónico'),
('es', 'mobile_app.mobile_email_colon', 'Correo electrónico:'),
('es', 'mobile_app.mobile_empty_wish_list_message', 'A sus listas de deseos les encantará comprar aquí.'),
('es', 'mobile_app.mobile_error', 'Error'),
('es', 'mobile_app.mobile_error_try_later', 'Algo salió mal. Por favor inténtalo de nuevo más tarde.'),
('es', 'mobile_app.mobile_fax', 'Número de fax'),
('es', 'mobile_app.mobile_features', 'Funciones'),
('es', 'mobile_app.mobile_firstname_colon', 'Nombre:'),
('es', 'mobile_app.mobile_go_to_store', 'Ir a la tienda'),
('es', 'mobile_app.mobile_home', 'Página de inicio'),
('es', 'mobile_app.mobile_information', 'Información'),
('es', 'mobile_app.mobile_items', '1% del (de los) pedido (s)'),
('es', 'mobile_app.mobile_lastname_colon', 'Apellidos:'),
('es', 'mobile_app.mobile_list_is_empty', 'Las lista de compras está vacia'),
('es', 'mobile_app.mobile_login', 'Inicio de sesión'),
('es', 'mobile_app.mobile_looking_for_ideas', '¿Andas en la búsqueda de nuevas ideas?'),
('es', 'mobile_app.mobile_my_profile', 'Perfil del usuario'),
('es', 'mobile_app.mobile_next', 'Siguiente'),
('es', 'mobile_app.mobile_notice', 'Aviso'),
('es', 'mobile_app.mobile_no_posts_found', 'Ningún comentario encontrado'),
('es', 'mobile_app.mobile_no_products_in_this_section', 'No existen productos en está sección'),
('es', 'mobile_app.mobile_number_of_reviews', '1% de opiniones'),
('es', 'mobile_app.mobile_number_products_found', 'Productos encontrados: 1%'),
('es', 'mobile_app.mobile_ok', 'De acuerdo'),
('es', 'mobile_app.mobile_order', 'Pedido'),
('es', 'mobile_app.mobile_orders', 'Pedidos'),
('es', 'mobile_app.mobile_order_details', 'Detalle del pedido'),
('es', 'mobile_app.mobile_order_lowercase', 'pedido'),
('es', 'mobile_app.mobile_payment_method', 'Método de pago'),
('es', 'mobile_app.mobile_payment_method_colon', 'Método de pago:'),
('es', 'mobile_app.mobile_phone', 'Teléfono'),
('es', 'mobile_app.mobile_phone_colon', 'Teléfono:'),
('es', 'mobile_app.mobile_placed_on', 'Comprado en'),
('es', 'mobile_app.mobile_place_order', 'Realizar compra'),
('es', 'mobile_app.mobile_products', 'Productos'),
('es', 'mobile_app.mobile_products_information', 'Información del producto'),
('es', 'mobile_app.mobile_product_added_to_cart', 'El producto ha sido añadido a su carrito.'),
('es', 'mobile_app.mobile_product_added_to_wl', 'El producto fue agregado a tu Lista de compras.'),
('es', 'mobile_app.mobile_product_in_wishlist', 'El producto ya fue agregado a tu Lista de compras.'),
('es', 'mobile_app.mobile_profile', 'Perfil'),
('es', 'mobile_app.mobile_rating_is_mandatory', 'El campo de valoración es obligatorio.'),
('es', 'mobile_app.mobile_registration', 'Registro'),
('es', 'mobile_app.mobile_registration_complete', 'El registro se ha completado.'),
('es', 'mobile_app.mobile_reviews_number', 'Opiniones (1%)'),
('es', 'mobile_app.mobile_save', 'Guardar'),
('es', 'mobile_app.mobile_search', 'Buscar'),
('es', 'mobile_app.mobile_send_review', 'Enviar su opinión'),
('es', 'mobile_app.mobile_share_product', 'Compartir el producto'),
('es', 'mobile_app.mobile_shipping', 'Envío'),
('es', 'mobile_app.mobile_shipping_address', 'Dirección de envío'),
('es', 'mobile_app.mobile_shipping_cost_colon', 'Gasto del envío:'),
('es', 'mobile_app.mobile_shipping_method_colon', 'Método de envío:'),
('es', 'mobile_app.mobile_show_all', 'Mostrar todo'),
('es', 'mobile_app.mobile_sign_in', 'Inicio de sesión'),
('es', 'mobile_app.mobile_sign_in_as_different', 'Inicia sesión como un usuario diferente'),
('es', 'mobile_app.mobile_state_colon', 'Estado:'),
('es', 'mobile_app.mobile_subtotal_colon', 'Subtotal:'),
('es', 'mobile_app.mobile_success', 'Éxito'),
('es', 'mobile_app.mobile_summary', 'Resumen'),
('es', 'mobile_app.mobile_text_cart_empty', 'Tu carrito de compras está vacío.'),
('es', 'mobile_app.mobile_text_cart_zero_inventory', 'El producto no existe en el inventario y no puede ser agregado al carrito.'),
('es', 'mobile_app.mobile_text_order_placed_successfully', 'Su pedido ha sido procesado con éxito.'),
('es', 'mobile_app.mobile_text_post_pended', 'Tu comentario será revisado antes de ser publicado.'),
('es', 'mobile_app.mobile_text_profile_is_updated', 'Los datos del perfil se han actualizado satisfactoriamente.'),
('es', 'mobile_app.mobile_text_thank_you_for_post', 'Gracias por tu comentario.'),
('es', 'mobile_app.mobile_there_are_no_features', 'No existen funciones.'),
('es', 'mobile_app.mobile_total', 'Total'),
('es', 'mobile_app.mobile_total_colon', 'Total:'),
('es', 'mobile_app.mobile_valid_thru_mm', 'Válido hasta (mm)'),
('es', 'mobile_app.mobile_valid_thru_yy', 'Válido hasta (mm)'),
('es', 'mobile_app.mobile_vendor', 'Proveedor'),
('es', 'mobile_app.mobile_vendor_details', 'Detalles del vendedor'),
('es', 'mobile_app.mobile_vendor_info', 'Información del vendedor'),
('es', 'mobile_app.mobile_vendor_products', 'Productos del proveedor'),
('es', 'mobile_app.mobile_vertical_delimiter', '|'),
('es', 'mobile_app.mobile_view_all', 'Ver todo'),
('es', 'mobile_app.mobile_view_details', 'Ver detalle'),
('es', 'mobile_app.mobile_website', 'Sitio web'),
('es', 'mobile_app.mobile_wishlist', 'Lista de compras'),
('es', 'mobile_app.mobile_write_review', 'Escribe una opinión'),
('es', 'mobile_app.mobile_wrong_password', 'Contraseña errada.'),
('es', 'mobile_app.mobile_your_message', 'Su mensaje'),
('es', 'mobile_app.mobile_your_name', 'Su nombre'),
('es', 'mobile_app.m_app_icon', 'Icono de la aplicación'),
('es', 'mobile_app.m_app_splash_landscape', 'Pantalla de inicio (paisaje)'),
('es', 'mobile_app.m_app_splash_portrait', 'Pantalla de inicio (retrato)'),
('es', 'mobile_app.m_app_store_logo', 'Imagen gráfica de la función'),
('es', 'mobile_app.preparing_android_images', 'Preparación de las imágenes de Android'),
('es', 'mobile_app.preparing_archive', 'Preparación del archivo'),
('es', 'mobile_app.preparing_config', 'Preparación de la configuración'),
('es', 'mobile_app.preparing_ios_icons', 'Preparación de los iconos de iOS'),
('es', 'mobile_app.preparing_ios_images', 'Preparación de los iconos de iOS'),
('es', 'mobile_app.privacypolicyurl', 'Dirección electrónica de la Política de Privacidad'),
('es', 'mobile_app.pushnotifications', 'Notificaciones automáticas'),
('es', 'mobile_app.section.category', 'Categorías'),
('es', 'mobile_app.section.drawer', 'Caja de aplicaciones (barra de menú lateral)'),
('es', 'mobile_app.section.main', 'Pantalla principal'),
('es', 'mobile_app.section.navbar', 'Barra de navegación'),
('es', 'mobile_app.section.product_screen', 'Pantalla del producto'),
('es', 'mobile_app.services_config', 'Firebase config file (Android)'),
('es', 'mobile_app.settings.access_key', 'Clave de acceso:'),
('es', 'mobile_app.shopname', 'Nombre de la tienda'),
('es', 'mobile_app.supportemail', 'Correo electrónico de soporte técnico'),
('es', 'mobile_sticky_compare', 'ET - Mobile sticky compare'),
('es', 'mobile_sticky_home', 'ET - Mobile sticky home'),
('es', 'mobile_sticky_wishlist', 'ET - Mobile sticky wishlist'),
('es', 'modified_core_files_found', 'Algunos de sus archivos principales han sido cambiados. Esto puede convertirse en un problema al actualizar [product] ya que los cambios en estos archivos pueden perderse.'),
('es', 'modifier', 'Modificar'),
('es', 'modify_profile', 'Modificar perfil'),
('es', 'modify_selected', 'Modificar seleccionado'),
('es', 'month', 'Mes'),
('es', 'monthly', 'Mensualmente'),
('es', 'months', 'mes(es)'),
('es', 'month_name_1', 'Enero'),
('es', 'month_name_10', 'Octubre'),
('es', 'month_name_11', 'Noviembre'),
('es', 'month_name_12', 'Diciembre'),
('es', 'month_name_2', 'Febrero'),
('es', 'month_name_3', 'Marzo'),
('es', 'month_name_4', 'Abril'),
('es', 'month_name_5', 'Mayo'),
('es', 'month_name_6', 'Junio'),
('es', 'month_name_7', 'Julio'),
('es', 'month_name_8', 'Agosto'),
('es', 'month_name_9', 'Septiembre'),
('es', 'month_name_abr_1', 'Ene'),
('es', 'month_name_abr_10', 'Oct'),
('es', 'month_name_abr_11', 'Nov'),
('es', 'month_name_abr_12', 'Dic'),
('es', 'month_name_abr_2', 'Feb'),
('es', 'month_name_abr_3', 'Mar'),
('es', 'month_name_abr_4', 'Abr'),
('es', 'month_name_abr_5', 'May'),
('es', 'month_name_abr_6', 'Jun'),
('es', 'month_name_abr_7', 'Jul'),
('es', 'month_name_abr_8', 'Ago'),
('es', 'month_name_abr_9', 'Set'),
('es', 'more', 'Más'),
('es', 'more_info', 'Más información'),
('es', 'more_languages', 'More languages'),
('es', 'more_link', '[más]'),
('es', 'more_sign_in_options', 'Regresar a más opciones de inicio de sesión'),
('es', 'more_subjects', 'Asunto al azar (uno por línea)'),
('es', 'more_than', 'Más que'),
('es', 'more_w_ellipsis', 'Más...'),
('es', 'most_popular', 'Más populares'),
('es', 'most_popular_addons', 'Complementos más populares'),
('es', 'mr', 'Sr.'),
('es', 'ms', 'Srta.'),
('es', 'multiple', 'Múltiple'),
('es', 'multiple_checkboxes', 'Casillas múltiples'),
('es', 'multiple_selectbox', 'Múltiples casillas de selección'),
('es', 'multiple_selectbox_notice', '<p style=\"font-size:10px;\">Para seleccionar más de una entrada, deje pulsada la tecla CTRL mientras va haciendo click con el ratón en las que desea seleccionar. Para deseleccionar un artículo, haga click otra vez en ese artículo mientras pulsa CTRL.</p>'),
('es', 'multiupload', 'Multicarga'),
('es', 'mve.container_not_used', 'Este contenedor actualmente tiene una configuración predeterminada. Se ve exactamente como el dueño de la tienda lo configuró. Los proveedores pueden usar configuraciones personalizadas para cambiar los bloques en este contenedor.'),
('es', 'mve_plus_license', '[product] Plus'),
('es', 'mve_ultimate_license', '[product] Ultimate'),
('es', 'mve_ultimate_license_required', '[product] Ultimate is required for this'),
('es', 'mve_ultimate_or_plus_license_required', 'This action requires [product] Ultimate or [product] Plus'),
('es', 'my_account', 'Mi cuenta'),
('es', 'my_account_links', 'Mis enlaces de cuenta'),
('es', 'my_account_links_advanced', 'Mi cuenta avanzada'),
('es', 'my_cards', 'Meus Cartões'),
('es', 'my_cart', 'My cart'),
('es', 'my_payments', 'Cartões salvos'),
('es', 'my_points', 'Mis puntos'),
('es', 'na', 'N/A'),
('es', 'name', 'Nombre'),
('es', 'navigation', 'Navegación'),
('es', 'navi_pages', 'Páginas'),
('es', 'need_company_id', 'ID de empresa obligatorio (el company_id param)'),
('es', 'need_product_name', 'Especifica nombre de producto'),
('es', 'need_snippet_name', 'Tienes que especificar un nombre válido para el fragmento (snippet)'),
('es', 'neighbours', 'Vecinos'),
('es', 'never', 'Nunca'),
('es', 'new', 'Nuevo'),
('es', 'newest', 'Más nuevo'),
('es', 'newsletter', 'Boletín de noticias'),
('es', 'newsletters', 'Boletín de noticias'),
('es', 'newsletters.agreement_text_full_subscribe_to_newsletters', '<p>Cuando se registra para un boletín de noticias específico, nosotros ([company]) agregamos su correo electrónico a la lista de correos correspondientes. Mientras este suscrito, sabemos que podemos contactarlo por correo electrónico acerca de ese tema.</p><p>Usted siempre tiene la opción de darte de baja de nuestra lista de correos. Existen distintas maneras de hacerlo:</p><ul><li>Una vez que su cuenta este registrada, solo tienes que iniciar sesión y darte de baja de los boletines de noticias en la configuración del perfil.</li><li>Utilice el enlace de darse de baja que se encuentra en el boletín de noticias que recibe.</li><li>Envíe un correo electrónico a </li></ul><p>[email]. Puede que utilicemos un servicio de correo electrónico de terceros (Mailchimp y/o Mad Mimi) para enviar nuestros boletines de noticias. Algunos miembros de nuestro personal pueden tener acceso a nuestras listas de correos electrónicos. De esta manera ellos podrán ser capaces de eliminar su correo electrónico de la lista de correo, si usted lo ha solicitado así.</p><p>Por favor tenga en cuenta que las listas de correo son independientes unas de otras. Si no desea recibir más los boletines de noticias, tendrás que date de baja de todas las listas de correos. Aún si lo hace, seguirá recibiendo mensajes relacionados con su cuenta (como notificaciones del estado del pedido, restablecimiento de contraseñas de correos electrónicos, y más). Esto es esencial para el funcionamiento de una tienda en línea.</p><p>Si decide que ya no quiere utilizar nuestra tienda y quisiera que sus datos personales sean eliminados de nuestra base de datos (o si desea obtener los datos personales asociados a su cuenta), por favor envíe un correo electrónico a [email].</p><p>Si usted piensa que sus datos personales han sido utilizados para otros fines, usted tiene el derecho de presentar una queja al supervisor de protección de datos. Estamos obligados por la Normativa General de Protección de Datos de la Unión Europea a informarle que usted tiene este derecho; y que no pretendemos bajo ninguna circunstancia utilizar sus datos personales para otros fines.</p>'),
('es', 'newsletters.agreement_text_short_subscribe_to_newsletters', 'Acepto que mis datos personales<u>sean procesados de la siguiente manera</u>y deseo suscribirme a los siguientes boletines de noticias:'),
('es', 'newsletters.new_subscribers', 'Nuevos suscriptores'),
('es', 'newsletters.subscribe_to_newsletters', 'Boletines de noticias: Suscríbete a los boletines de noticias'),
('es', 'newsletters_menu_description', 'Crea y envia boletines de noticias a sus clientes.'),
('es', 'newsletter_autoresponder', 'Boletín de noticias con respuesta automática'),
('es', 'newsletter_autoresponders', 'Boletín autoresponders'),
('es', 'newsletter_template', 'Plantillas de boletín de noticias'),
('es', 'newsletter_templates', 'Plantillas de Boletines'),
('es', 'news_plain', 'Simple'),
('es', 'new_administrator_account_created', 'Nueva cuenta de administrador ha sido creada con éxito.'),
('es', 'new_administrator_password', 'Nueva contraseña de administrador'),
('es', 'new_attachment', 'Adjunto nuevo'),
('es', 'new_campaign', 'Nueva campaña'),
('es', 'new_category', 'Nueva categoría'),
('es', 'new_certificate', 'Nuevo certificado de'),
('es', 'new_chart', 'Nuevo gráfico'),
('es', 'new_combination', 'Añadir nueva combinación'),
('es', 'new_credit_card', 'Nueva tarjeta de crédito'),
('es', 'new_currency', 'Nueva moneda'),
('es', 'new_customer', 'Nuevo cliente'),
('es', 'new_domains', 'Nuevos dominios'),
('es', 'new_emails', 'Añadir nuevas direcciones de E-mail'),
('es', 'new_feature', 'Añadir nueva caracteríctica'),
('es', 'new_file', 'Nuevo archivo'),
('es', 'new_filter', 'Nuevo filtro'),
('es', 'new_folder', 'Nueva carpeta'),
('es', 'new_form', 'Nuevo formulario'),
('es', 'new_group', 'Nuevo grupo'),
('es', 'new_invoice_langvar_upgrade_notification_message', '<p>Una nueva variable de idima llamada <b>encabezado_factura</b>ha sido añadida. Puedes utilizarla para modificar el título de tus facturas como quiera sin alterar la palabra \"factura\" en otras partes de la tienda. Los valores para<b>encabezado_factura</b> ha sido copiado de os valores de la variable de idioma de la<b>factura</b>.</p><p>Por favor tenga en cuenta que si la variable de idioma aparece o no en sus facturas depende de: <a href=\"http://docs.cs-cart.com/latest/user_guide/look_and_feel/documents/enable_document_editor.html\">si usted utiliza o no los editores de plantillas y documentos</a>:</p><ul><li>Si utilizas los editores, entonces tendrá que agregar una nueva variable de idiona a su factura manualmente.</li></li>Si utiliza la manera anyigua de editar documentos (a través de archivos TPL), entonces la nueva variable de idioma está ya incluida en los archivos TPL predeterminados.</li></ul>'),
('es', 'new_invoice_langvar_upgrade_notification_title', 'Nueva variable de idioma para el encabezado de la factura'),
('es', 'new_ips', 'Nuevas IPs'),
('es', 'new_items', 'New items'),
('es', 'new_language', 'Nuevo idioma'),
('es', 'new_language_variable', 'Nueva variable de idioma'),
('es', 'new_layout', 'Nuevo diseño'),
('es', 'new_link', 'Nuevo enlace'),
('es', 'new_localization', 'Nueva localización'),
('es', 'new_location', 'Nueva ubicación'),
('es', 'new_mailing_lists', 'Nueva lista de correo'),
('es', 'new_menu', 'Nuevo menú'),
('es', 'new_option', 'Nueva opción'),
('es', 'new_page', 'Nueva página'),
('es', 'new_payments', 'Añadir métodos de pago(s)'),
('es', 'new_payout', 'Añadir nueva liquidación de pago'),
('es', 'new_poll', 'Nueva encuesta'),
('es', 'new_post', 'Nueva entrada'),
('es', 'new_product', 'Nuevo producto'),
('es', 'new_profile', 'Nuevo perfil'),
('es', 'new_profile_field', 'Nuevo campo de perfil'),
('es', 'new_profile_notification', 'Notificación de nuevo perfil'),
('es', 'new_promotion', 'Nueva promoción'),
('es', 'new_question', 'Nueva pregunta'),
('es', 'new_rate_area', 'New rate area'),
('es', 'new_reason', 'Añadir nuevos reasons'),
('es', 'new_report', 'Añadir nuevo informe(s)'),
('es', 'new_rule', 'Nueva regla'),
('es', 'new_saved_search', 'Nueva búsqueda guardada'),
('es', 'new_section', 'Nueva sección'),
('es', 'new_setting_value', 'Valor nuevo'),
('es', 'new_shipment', 'Nuevo envío'),
('es', 'new_shipment_was_created', 'Nuevo envío creado'),
('es', 'new_shipping_method', 'Nuevo método de envío');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('es', 'new_site_map_section', 'Añadir nueva sección \"Mapa del sitio\"'),
('es', 'new_states', 'Añadir nueva provincia(s) al país seleccionado'),
('es', 'new_status', 'Añadir nuevo estado'),
('es', 'new_store_location', 'Nueva ubicación de la tienda'),
('es', 'new_subscribers', 'Nuevos suscriptores'),
('es', 'new_tab', 'Nueva pestaña'),
('es', 'new_tax', 'Nuevo impuesto'),
('es', 'new_text_ultimate_license_required', 'Una edición especial del [product] que ofrece un número ilimitado de frontales de tienda. Si cambia a<a href=\"[ultimate_license_url]\" target=\"_blank\">[product] la última versión</a>, nunca verá este mensaje relacionado con los límites de los frontales de tienda de nuevo.'),
('es', 'new_usergroups', 'Nuevo grupo de usuarios(s)'),
('es', 'new_user_profile', 'Nuevo perfil de usuario'),
('es', 'new_vendor', 'Nueva tienda'),
('es', 'new_version', 'Nueva versión'),
('es', 'new_withdrawal', 'Nuevo retiro'),
('es', 'new_zealand', 'Nueva Zelanda'),
('es', 'next', 'Siguiente'),
('es', 'next_step', 'Siguiente paso'),
('es', 'ne_add_subscribers_from_users', 'Añadir subscriptores a partir de la lista de usuarios'),
('es', 'ne_warning_subscr_email_exists', '<b>[email]</b> ya está en la lista de suscriptores'),
('es', 'no', 'No'),
('es', 'nocombination', 'Desafortunádamente esta combinación no es accesible'),
('es', 'none', 'Nada'),
('es', 'non_writable_directories', 'Los siguientes directorios no tienen permisos de escritura'),
('es', 'normal', 'Normal'),
('es', 'norway', 'Noruega'),
('es', 'norwegian', 'Noruego'),
('es', 'note', 'Nota'),
('es', 'notes', 'Notas'),
('es', 'notice', 'Noticia'),
('es', 'notice_too_many_decimals', 'Se han especificado [DECIMALS] decimales para [CURRENCY]. El número máximo de decimales admitidos es 2. Más valores se mostrarán como ceros.'),
('es', 'notice_undeliverable_products_removed', 'Productos no entregables se han quitado de su cesta. Puede proceder con la compra.'),
('es', 'notice_update_customer_details', 'La dirección de correo electrónico ha sido cambiada por el cliente en su perfil. Marque la casilla para actualizar los detalles del pedido:'),
('es', 'notification.upgrade_available.message', 'A new version of [product] is available. If you want to upgrade to the latest version now, click here.'),
('es', 'notification.upgrade_available.title', 'Upgrade available'),
('es', 'notifications', 'Notifications'),
('es', 'notifications_center.notifications', 'Notifications'),
('es', 'notifications_center.no_notifications', 'No notifications'),
('es', 'notifications_center.section.administration', 'Administration'),
('es', 'notifications_center.section.all', 'All'),
('es', 'notifications_center.section.communication', 'Communication'),
('es', 'notifications_center.section.other', 'Other'),
('es', 'notifications_center.section.products', 'Products'),
('es', 'notifications_center.tag.administration.license', 'Licence'),
('es', 'notifications_center.tag.administration.update', 'Update'),
('es', 'notifications_center.tag.messages', 'Messages'),
('es', 'notifications_center.tag.other', 'Other'),
('es', 'notification_template.tab.email', 'Email'),
('es', 'notification_template.tab.internal', 'On-site'),
('es', 'notify_customer', 'Notificar al cliente'),
('es', 'notify_orders_department', 'Notificar departamento de pedidos'),
('es', 'notify_supplier', 'Notificar al proveedor'),
('es', 'notify_user', 'Notificar al usuario'),
('es', 'notify_vendor', 'Notificar al dueño de la tienda'),
('es', 'notify_vendors_by_email', 'Notificar a los proveedores de por correo electrónico'),
('es', 'notify_vendor_by_email', 'Notificar a proveedor por correo electrónico'),
('es', 'notify_when_back_in_stock', 'Notificarme cuando este producto vuelve a tener existencias'),
('es', 'not_active', 'No activo'),
('es', 'not_active_file_notice', 'Este archivo estará disponible para su descarga sólo después de que el administrador lo apruebe'),
('es', 'not_approved', 'No aprobado'),
('es', 'not_a_member', 'Sin nivel'),
('es', 'not_checked', 'No comprobado'),
('es', 'not_installed', 'No instalado'),
('es', 'not_scroll_automatically', 'No deslizar automáticamente'),
('es', 'no_active_storefronts', 'No active storefronts'),
('es', 'no_autoresponder', 'Sin respuesta automática'),
('es', 'no_categories_available', 'No hay categorías disponibles'),
('es', 'no_data', 'No se encontraron datos'),
('es', 'no_data_found', 'Ningún dato encontrado que concuerde con las condiciones de está gráfica'),
('es', 'no_files', 'No hay archivos'),
('es', 'no_hidden_elements_second_level_view', 'AB: Number of visible elements of the 2-level menu'),
('es', 'no_hidden_elements_second_level_view.tooltip', 'This setting limits the number of third-level menu items, displayed in the menu structure. The remaining elements of the third level will be displayed when clicking on the <b>More</b> link'),
('es', 'no_image', 'Sin imagen'),
('es', 'no_items', 'No hay artículos definidos'),
('es', 'no_items_found', 'No se ha encontrado ningún articulo con el criterio de búsqueda elegido.'),
('es', 'no_manager_assigned', 'No manager assigned'),
('es', 'no_menus', 'No hay menús'),
('es', 'no_modified_core_files_found', 'No se encontraron archivos principales modificados'),
('es', 'no_posts_found', 'Ningún comentario encontrado'),
('es', 'no_products_for_shipment', 'No existen productos para el envío'),
('es', 'no_products_selected', 'Ningún producto seleccionado'),
('es', 'no_rates_for_empty_cart', '<p class=\"error-text\" align=\"center\"> su carro está vacío y no se puede calcular el coste de envío</p>'),
('es', 'no_rates_for_empty_cart_warning', 'Su carrito de compras está vacío y el costo de envío no puede ser estimado'),
('es', 'no_return_requests_found', 'Ninguna petición de devolución encontrada'),
('es', 'no_shipping_required', 'No necesita envío'),
('es', 'no_such_coupon', 'No hay ningún cupón de descuento.<br /> Por favor, inténtelo de nuevo.'),
('es', 'no_template', 'Ninguna plantilla de'),
('es', 'no_themes_available', 'No hay temas disponibles'),
('es', 'no_users_found', 'Ningún usuario encontrado'),
('es', 'number', 'Número'),
('es', 'number_of_columns', 'Número de columnas en la lista de objetos'),
('es', 'n_banners', '[n] banner|[n] banners'),
('es', 'n_categories', '[n] category|[n] categories'),
('es', 'n_days', '[n] día [n] días'),
('es', 'n_filters', '[n] filter|[n] filters'),
('es', 'n_pages', '[n] page|[n] pages'),
('es', 'n_polls', '[n] poll|[n] polls'),
('es', 'n_posts', '[n] post|[n] posts'),
('es', 'n_products', '[n] product|[n] products'),
('es', 'n_profile_fields', '[n] profile field|[n] profile fields'),
('es', 'n_tags', '[n] tag|[n] tags'),
('es', 'n_vendors', '[n] vendor|[n] vendors'),
('es', 'object', 'Objeto'),
('es', 'objects_per_page', '[n] por página'),
('es', 'object_does_not_exist', 'El objeto no existe'),
('es', 'object_exists', 'Existe un objeto con el mismo nombre. ¿Quieres sobrescribirlo?'),
('es', 'object_not_found', 'No se ha encontrado el [object]'),
('es', 'of', 'de'),
('es', 'off', 'Apagado'),
('es', 'offline', 'Fuera de línea'),
('es', 'offset', 'Offset'),
('es', 'ogone.sha_in', 'Frase de acceso SHA-IN'),
('es', 'ogone_direct.config_info', 'Ingrese la frase de acceso SHA-IN en ambas partes, aquí y en el panel de administración de Ingenico.<br><br> Para las nuevas cuentas de Ingenico creadas desde el 11 de mayo de 2010, la nueva política de SHA se activa automáticamente.<br/> Por favor no olvide seleccionar la casilla de verificación \"Utilizar nueva política de firma para procesar la compra con SHA\".'),
('es', 'ogone_web.config_info', 'Por favor configure la siguiente URL en la sección Información técnica en el panel de administración de Ingenico como la<b>URL de la página de pospago del comerciante</b> para todos los casos (\"aceptado\", \"en espera\", \"incierto\", \"cancelado\" por el cliente \",\" demasiados rechazos por parte del adquirente\"): <code> [r_url]</code><br> Seleccione\" Siempre diferido (no inmediatamente después del pago)\" para el<b> Periodo de la solicitud</b>.<br>Ingrese las frases de acceso SHA-IN y SHA-OUT aquí y en el panel de administración de Ingenico.'),
('es', 'ogone_web.sha_out', 'Frase de acceso SHA-OUT'),
('es', 'ok', 'OK'),
('es', 'old_price', 'Precio antiguo'),
('es', 'on', 'en'),
('es', 'onboarding_adicionar_socio_extra', 'Adicionar Sócio Extra'),
('es', 'onboarding_bairro', 'Bairro'),
('es', 'onboarding_cadastro_do_cliente', 'Cadastro do cliente'),
('es', 'onboarding_celular', 'Celular'),
('es', 'onboarding_cnpj', 'CNPJ'),
('es', 'onboarding_complemento', 'Complemento'),
('es', 'onboarding_confirmar_senha', 'Confirmar Senha'),
('es', 'onboarding_continuar', 'Continuar'),
('es', 'onboarding_cpf', 'CPF'),
('es', 'onboarding_identificacao_empresarial', 'Identificação empresarial'),
('es', 'onboarding_informacao_pessoal', 'Informação Pessoal'),
('es', 'onboarding_inscricao_estadual', 'Inscrição Estadual'),
('es', 'onboarding_inscricao_municipal', 'Inscrição Municipal'),
('es', 'onboarding_municipio', 'Município'),
('es', 'onboarding_nome_completo', 'Nome Completo'),
('es', 'onboarding_nome_completo_do_titular', 'Nome Completo do Titular'),
('es', 'onboarding_nome_da_loja', 'Nome da loja'),
('es', 'onboarding_nome_da_mae', 'Nome da Mãe'),
('es', 'onboarding_nome_fantasia', 'Nome Fantasia'),
('es', 'onboarding_pf_titulo', 'Cadastro Pessoa Física (CPF)'),
('es', 'onboarding_pj_titulo', 'Cadastro Empresarial (CNPJ)'),
('es', 'onboarding_previous', 'Previous'),
('es', 'onboarding_razao_social', 'Razão Social'),
('es', 'onboarding_responsavel_da_conta', 'Responsável da Conta'),
('es', 'onboarding_rg', 'RG'),
('es', 'onboarding_rua', 'Rua'),
('es', 'onboarding_socios', 'Sócios'),
('es', 'onboarding_telefone_fixo', 'Telefone Fixo'),
('es', 'onboarding_termos_e_condicoes', 'Termos e Condições'),
('es', 'onboarding_texto_de_introducao_loja_empresarial', 'Texto de introdução'),
('es', 'onboarding_texto_de_introducao_loja_pessoal', 'Texto de introdução'),
('es', 'onboarding_titulo_de_selecao_de_conta', 'PARTIU SE CADASTRAR E VENDER MUITO ?'),
('es', 'onboarding_validacao_de_dados', 'Validação de dados'),
('es', 'onboarding_validacao_de_dados_descricao', 'Validação utilizada para que ninguém possa criar uma conta utilizando seus dados'),
('es', 'onboarding_validar', 'Validar'),
('es', 'onboarding_validar_email', 'Validar e-mail'),
('es', 'onboarding_validar_email_descricao', 'Ele será utilizado para recuperar a sua conta.'),
('es', 'onboarding_validar_telefone', 'Validar telefone'),
('es', 'onboarding_validar_telefone_descricao', 'Ele será utilizado para recuperar a sua conta caso você perca o acesso ao seu email.'),
('es', 'once_per_customer', 'Una vez por cliente'),
('es', 'onclick_dropdown', 'Onclick-desplegable'),
('es', 'one_click_template_title', 'Selecione o cartão'),
('es', 'online_only', 'Sólo en línea'),
('es', 'on_backorder', 'En espera'),
('es', 'on_off', 'Encendido/apagado'),
('es', 'on_sale', 'En oferta'),
('es', 'on_site_layout_editing', 'Editing layout page: [page]'),
('es', 'on_site_live_editing', 'Edición en vivo sobre el sitio'),
('es', 'on_site_template_editing', 'Editar plantilla in situ'),
('es', 'open', 'Abierto'),
('es', 'open_action', 'Abierto'),
('es', 'open_file_or_create_new', 'Abrir archivo o crear nuevo para empezar.'),
('es', 'open_hours', 'Open hours'),
('es', 'open_in_new_window', 'Abrir en nueva ventana'),
('es', 'open_selected_storefronts', 'Open selected'),
('es', 'open_store', 'Abrir tienda'),
('es', 'optimize_database', 'Optimizar la base de datos'),
('es', 'optimizing_table', 'Optimizar tablas'),
('es', 'options', 'Opciones'),
('es', 'options_for', 'Opciones para'),
('es', 'options_have_been_applied_to_products', 'Las opciones se han aplicado con éxito a los productos seleccionados'),
('es', 'options_menu_description', 'Administra las opciones de producto globales y las variantes de opciones de la tienda.'),
('es', 'options_settings', 'Configuración de opciones'),
('es', 'options_type', 'Tipo de opciones'),
('es', 'option_combinations', 'Opción de combinaciones'),
('es', 'option_exceptions', 'Excepciones de la opción'),
('es', 'option_name', 'Nombre de opción'),
('es', 'option_unlinked', 'La opción global \"[option_name]\" ha sido desvinculada del producto'),
('es', 'option_variants', 'Variantes de opción'),
('es', 'opt_currency_name', 'Mostrar nombres de moneda'),
('es', 'opt_currency_symbol', 'Utilizar símbolos de moneda en lugar de títulos'),
('es', 'opt_language_icon', 'Utilice los iconos de idioma en lugar de nombres'),
('es', 'opt_language_name', 'Mostrar nombres de idioma'),
('es', 'or', 'O'),
('es', 'order', 'Pedido'),
('es', 'ordered_products', 'Productos pedidos'),
('es', 'orders', 'Compras'),
('es', 'orders_not_allow_to_change_company', 'No se ha cambiado la empresa. No está permitido cambiar la empresa cuando se edita un pedido.'),
('es', 'orders_no_items', 'Utilice el botón \"Agregar productos\" de arriba para añadir productos a pedido.'),
('es', 'order_by_status', 'Pedidos por estado'),
('es', 'order_date', 'Fecha del pedido'),
('es', 'order_details', 'Detalle del pedido'),
('es', 'order_discount', 'Descuento en pedido'),
('es', 'order_id', 'Pedido nº'),
('es', 'order_info', 'Información del pedido'),
('es', 'order_items', 'Artículos del pedido'),
('es', 'order_landing_page', 'Página de aterrizaje post-pedido'),
('es', 'order_management', 'Administración de pedidos'),
('es', 'order_placed', 'Compra procesada'),
('es', 'order_prefix', 'Prefijo de la compra'),
('es', 'order_returns', 'Pedidos devueltos'),
('es', 'order_search', 'Buscar pedido'),
('es', 'order_status', 'Estado de la compra'),
('es', 'order_statuses', 'Estado de pedidos'),
('es', 'order_statuses_menu_description', 'Añadir o editar estados de pedidos.'),
('es', 'order_total', 'Total del pedido'),
('es', 'order_total_not_correct', 'El total pagado no coincide con el total del pedido'),
('es', 'order_total_will_changed', 'El total del pedido será cambiado por'),
('es', 'order_was_not_placed', 'El pedido no se registró'),
('es', 'original', 'Original'),
('es', 'origination', 'Origen'),
('es', 'or_saved_search', 'o cualquier ítem de una búsqueda guardada'),
('es', 'or_use', 'O usa'),
('es', 'others', 'Otros'),
('es', 'other_addons', 'Otros complementos'),
('es', 'other_notification', 'Other'),
('es', 'our_brands', 'Nuestras marcas'),
('es', 'output', 'Salida'),
('es', 'outside_navigation', 'Navegación externa'),
('es', 'out_of_stock_actions', 'Acciones cuando no hay existencias'),
('es', 'out_of_stock_products', 'Agotado'),
('es', 'override_by_dispatch', 'Invalidar ubicaciones por dispatch'),
('es', 'override_by_this', 'Utilizar este contenido para todas las instancias de bloque'),
('es', 'override_exchange_rate', 'Reemplazar el tipo de cambio'),
('es', 'override_gc_points', 'Anule el valor global o de categoría para este producto'),
('es', 'override_gc_points_brief', 'Anule puntos globales / puntos de categoría'),
('es', 'override_g_points', 'Anule el valor global de puntos para todos los productos de esta categoría'),
('es', 'override_per', 'Anular global POR'),
('es', 'override_points', 'Anular puntos'),
('es', 'override_product_data', 'Aplicar valores a todos los productos seleccionados'),
('es', 'overwrite', 'Sobrescribir'),
('es', 'overwrite_selected_settings', 'Sobrescribir las configuraciones seleccionadas'),
('es', 'owner', 'Propietario'),
('es', 'p21agree', 'Por favor, escriba \"Aceptar\" o \"Desacuerdo\" en el cuadro suministrado'),
('es', 'p21agree_tooltip', 'Entrando \"ACUERDO\" en el campo de debajo, doy mi firma como autorización a Payment21&reg; para cargar electrónicamente en mi cuenta para el importe que he introducido. También entiendo que autorizo expresamente al comercio, si mi eCheck no es honorado o devuelto por cualquier razón, a cargar a mi cuenta el importe de mi eCheck más los gastos que no excedan el límite máximo legal. Imprimiré o guardaré esta página para mi constancia y archivo. Puedo llamar al 1-888-770-0850 24/7 para cuestiones en relación a esta transacción de pago.'),
('es', 'package', 'Paquete'),
('es', 'packages', 'Paquetes'),
('es', 'package_type', 'Tipo de paquete'),
('es', 'packing_slip', 'Hoja de devolución'),
('es', 'packing_slip_for_order', 'Lista de empaque para el pedido'),
('es', 'page', 'Pagina'),
('es', 'pages', 'Paginas'),
('es', 'pages_menu_description', 'Crear y publicar páginas, encuestas, formularios y enlaces.'),
('es', 'page_cloned', 'La página <b>[page]</b> ha sido clonada con éxito. Ahora puede editar la nueva página'),
('es', 'page_id', 'ID de la pagina'),
('es', 'page_link', 'URL de la pagina'),
('es', 'page_name', 'Nombre de la pagina'),
('es', 'page_not_found', 'Página no encontrada'),
('es', 'page_not_found_text', 'La página solicitada no se ha encontrado.'),
('es', 'page_target_url', 'URL de la página'),
('es', 'page_title', 'Título de la página'),
('es', 'page_url', 'URL de la página'),
('es', 'pagination_range', '<span>[pagination.range_from]</span><span>[pagination.range_to]</span>&nbsp;&nbsp;[pagination.total_items]'),
('es', 'paid_amount', 'Importe pagado'),
('es', 'pair_type', 'Tipo de par'),
('es', 'param', 'Parámetro'),
('es', 'parameter', 'Objeto a analizar'),
('es', 'parameter_name', 'Nombre de parámetro'),
('es', 'parent_category', 'Familia padre'),
('es', 'parent_category_id', 'Categoria padre'),
('es', 'parent_item', 'Ítem padre'),
('es', 'parent_page', 'Página padre'),
('es', 'parent_page_id', 'Página padre'),
('es', 'partiuhub_continuar_compras', 'Continuar compras'),
('es', 'partiuhub_numero_do_pedido', 'Numero do pedido - '),
('es', 'partiuhub_planos_vendedores.vendor_groups', 'Grupos dos vendedores'),
('es', 'partiuhub_status_rastreamento_1', 'O vendedor já postou o seu produto!'),
('es', 'partiuhub_status_rastreamento_2', 'Olha que legal, o seu produto ja esta em transito!'),
('es', 'partiuhub_status_rastreamento_3', 'O seu produto ja PARTIU para o seu endereço!'),
('es', 'partiuhub_status_rastreamento_4', 'Chegou! PARTIU aproveitar!!!! '),
('es', 'partiuhub_tente_novamente', 'Tente novamente mais tarde!'),
('es', 'partner', 'Socio'),
('es', 'passphrase', 'Palabra clave'),
('es', 'passport_number', 'Número de pasaporte'),
('es', 'password', 'Contraseña'),
('es', 'path_to_files', 'Ruta completa a archivos \"atos\"'),
('es', 'pause_delay', 'Retardo de pausa'),
('es', 'payflowcolor', 'Color Payflow'),
('es', 'payment', 'Pago'),
('es', 'payments', 'Pagos'),
('es', 'payments.cresecure.location_notice', '<b>Observe por favor:</b> <br>1. Este pago requiere la opción pago https para ser habilitado. <br>2.  Por defecto, la ubicación de checkout se muestra al usuario cuando se efectua el pago. Para mostrar otra ubicación, cree otra ubicación con el dispatch \'checkout.cresecure_template\' en el <a href=\"[url]\" target=\"_blank\">Gestor de diseño</a>.\n\n\nPor defecto, se muestra la ubicación de salida a un usuario sobre la colocación de pago. Con el fin de mostrar una ubicación diferente, crear una nueva ubicación con el envío de \'checkout.cresecure_template\' en el <a href=\"[url]\" target=\"_blank\"> Layout manager</a>.'),
('es', 'payments.epdq.bgcolor', 'Color de fondo'),
('es', 'payments.epdq.btn_bgcolor', 'Color de fondo del botón'),
('es', 'payments.epdq.btn_textcolor', 'Color de texto del botón'),
('es', 'payments.epdq.font_type', 'Tipo de letra'),
('es', 'payments.epdq.hash_error', 'Perdón, la cadena hash no coincide'),
('es', 'payments.epdq.instructions', '<ol><li><p>Introduzca la siguiente URL en la sección \"Información técnica\"→\"Información de transacción\" de la área de administración de ePDQ:</p><p>para los pagos \"acceptados\" y \"cancelados\": [url]</p></li><li>Asegúrese que el \"Tiempo de la petición\" está a \"Siempre online\", y que el \"Método de petición\" está a \"POST\"</li><li>Defina el valor de la  \"Frase de paso SHA-OUT\" en la área de administración según su preferencia en la sección \"Verificación de datos y origen\", y también en el campo \"Frase de paso\" de debajoo</li><li>Asegúrese que la opción \"Código de operación por defecto\" de la área de administración de ePDQ tiene el mismo valor que la opción \"Tipo de transacción\" de debajo</li><li>Establezca el parámetro \"Hash algorithm\" a \"SHA-1\" en la sección \"Parámetros globales de seguridad\" de la área de administración de ePDQ</li></ol>'),
('es', 'payments.epdq.pspid', 'EPDQ pspid'),
('es', 'payments.epdq.tbl_bgcolor', 'Color de fondo de la tabla'),
('es', 'payments.epdq.tbl_textcolor', 'Color del texto de tabla'),
('es', 'payments.epdq.textcolor', 'Color del texto'),
('es', 'payments.epdq.title', 'Título'),
('es', 'payments.eway_rapidapi_rsp.header_text', 'Texto de cabecera'),
('es', 'payments.globalpayments.connector_error', 'Your Global Payments account has been suspended. Contact Global Payments support for further information.'),
('es', 'payments.globalpayments.globalpayments_error', 'Error with Global Payments systems'),
('es', 'payments.globalpayments.referring_ip', 'Please supply the IP address of your server to your Global Payments account manager'),
('es', 'payments.globalpayments.referring_url', 'Please supply this URL to your Global Payments account manager'),
('es', 'payments.globalpayments.text_status_map', 'Global Payments to [product] order status conversion map'),
('es', 'payments.layout_a', 'Diseño A'),
('es', 'payments.layout_b', 'Diseño B'),
('es', 'payments.layout_c', 'Diseño C'),
('es', 'payments.paypal_adv_layout', 'Diseño'),
('es', 'payments.qbms.app_token', 'Token de la aplicación'),
('es', 'payments.qbms.configuration_required', '<p>Rellene los campos a continuación y guarde los cambios: <br>- Token de aplicación <br>- Clave del cliente de OAuth <br>- Pregunta secreta del cliente de OAuth</p><p> Haga clic en el botón \"Conectarse a QuickBooks\" que aparecerá en lugar de este mensaje para finalizar la configuración de pago.</p>'),
('es', 'payments.qbms.configure_payment_method', '<p>How to configure the payment method:</p><p>1. <a target=\"_blank\" href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/authentication-and-authorization/oauth-2.0#obtain-oauth2-credentials-for-your-app\">Obtain OAuth 2.0 credentials</a> from QuickBooks Online application and copy them to the payment method settings in [product].</p><p>2. Click \"Create\", then open the settings of this payment method again to finish its configuration.</p>'),
('es', 'payments.qbms.oauth_client_id', 'OAuth Client Id'),
('es', 'payments.qbms.oauth_client_secret', 'OAuth Client Secret'),
('es', 'payments.qbms.oauth_consumer_key', 'Clave del cliente OAuth'),
('es', 'payments.qbms.oauth_consumer_secret', 'Pregunta secreta de OAuth'),
('es', 'payments.qbms.quickbooks_connection', 'Conección QuickBooks'),
('es', 'payments.qbms.renew_token', 'Presiona \"Conectar a QuickBooks\" para renovar el toke.'),
('es', 'payments.qbms.tip_fill_redirect', '<p>- In the QuickBooks application, copy the following value into the Redirect URI field:</p><p>[url]</p><p>- Click the \"Connect to QuickBooks\" button.</p>'),
('es', 'payments.qbms.token_expired', 'El token ha expirado.'),
('es', 'payments.qbms.token_expires', 'El token expira en<b>[date]</b>a las<b>[time]</b>.'),
('es', 'payments.qbms.upgrade_notification_text', '<p>La última versión del [product] tiene diferentes configuraciones para métodos de pago si usted utiliza el QB Merchant Service como Procesador.</p><p>Si desea utilizar los métodos de pago, haga lo siguiente:</p><ul><li>vaya a Administración> Métodos de pago</li><li>seleccione el método de pago que utilice el QB Merchant Service como Procesador</li></li>cambie la pestaña de Configuración</li><li>ingrese el Token de la aplicación adecuado, la contraseña del Cliente de OAuth y la pregunta secreta del Cliente de OAuth</li><li>ejecute la conexión a QuickBooks</li></ul>'),
('es', 'payments.qbms.upgrade_notification_title', 'Cambios en el procesador de pagos de QB Merchant Service'),
('es', 'payments.qbms.upgrade_oauth20_notification_text', '<p>Online stores now connect to QuickBooks Merchant Services differently. Your payment methods that use QB Merchant Services as a processor need to be reconfigured, or else they will no longer work. To make them work:</p><p>1. Switch your Quickbooks app to OAuth 2.0.</p><p>2. Copy <i>OAuth Client ID</i> and <i>OAuth Client Secret</i> from the app to the payment method settings in [product].</p><p>3. Change the status of the payment method to <i>Active</i></p><p>4. Save your changes and use the <i>Connect to QuickBooks</i> button to finish payment configuration.</p><p><a href=\"[payments_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">View my payment methods</a></p>'),
('es', 'payments.qbms.upgrade_oauth20_notification_title', 'Payment methods: Change QB Merchant Services settings'),
('es', 'payments.realex.3d_secure_message', 'Mensaje seguro 3-d'),
('es', 'payments.realex.auto_settled', 'Auto-colocado'),
('es', 'payments.realex.avs.matched', 'Igualado'),
('es', 'payments.realex.avs.not_matched', 'No emparejado'),
('es', 'payments.realex.avs.partial_match', 'compatibilidad parcial'),
('es', 'payments.realex.avs.problem_with_check', 'Problema con cheque'),
('es', 'payments.realex.avs.unable_to_check', 'No se puede comprobar'),
('es', 'payments.realex.avs_address', 'Dirección AVS'),
('es', 'payments.realex.avs_postcode', 'Código postal de la AVS'),
('es', 'payments.realex.bank_error', 'Error con sistemas bancarios'),
('es', 'payments.realex.card_lost_or_stolen', 'Tarjeta reportada extraviada o robada'),
('es', 'payments.realex.cavv', 'CAVV'),
('es', 'payments.realex.connector_error', 'Se ha suspendido tu cuenta Realex. Para obtener más información, póngase en contacto con soporte Realex.'),
('es', 'payments.realex.delayed_settlement', 'Retraso de liquidación'),
('es', 'payments.realex.eci', 'ECI'),
('es', 'payments.realex.incorrect_request', 'Formato de mensaje XML incorrecta o contenido'),
('es', 'payments.realex.incorrect_valid_trhu', 'Valores de los campos \'Válida hasta\'.'),
('es', 'payments.realex.liability_shift', 'Cambio de responsabilidad'),
('es', 'payments.realex.liability_shift_required', 'Cambio de responsabilidad necesaria'),
('es', 'payments.realex.realex_error', 'Error con sistemas Realex'),
('es', 'payments.realex.referring_ip', 'Por favor suministrar la dirección IP de su servidor a su Gerente de cuenta para pagos'),
('es', 'payments.realex.referring_url', 'Por favor suministrar esta URL a su Gerente de cuenta para pagos'),
('es', 'payments.realex.refferal', 'Remisión por el Banco'),
('es', 'payments.realex.result_code', 'Código de resultado'),
('es', 'payments.realex.result_message', 'Mensaje de resultado'),
('es', 'payments.realex.settlement', 'Asentamiento'),
('es', 'payments.realex.subaccount', 'Subcuenta'),
('es', 'payments.realex.text_status_map', 'Realex a CS-Cart estado del pedido Mapa de conversión'),
('es', 'payments.realex.transaction_order_id', 'Id de transacción de orden'),
('es', 'payments.realex.transaction_pasref', 'Transacción PASREF'),
('es', 'payments.realex.tss_result', 'TSS'),
('es', 'payments.realex.wrong_card_type', 'Este pago no está disponible para este tipo de tarjetas de crédito.'),
('es', 'payments.realex.xid', 'XID'),
('es', 'payments.rocketgate.avs_mode', 'Modo de AVS'),
('es', 'payments.rocketgate.ignore', 'Ignorar'),
('es', 'payments.rocketgate.scrub_mode', 'Modo SCRUB'),
('es', 'payments.signin_to_checkout', '<a href=[url]> Regístrese</a> para pagar'),
('es', 'payments_tab1', 'Tarjeta de crédito'),
('es', 'payments_tab2', 'Pagos de Internet'),
('es', 'payments_tab3', 'Otras opciones de pago'),
('es', 'payment_amount', 'Cantidad del pago'),
('es', 'payment_category', 'Categoría de pago'),
('es', 'payment_category_note', 'Las pestañas de categorías de pagos NO se mostrarán si todos los métodos de pago activos pertenecen a la misma categoría'),
('es', 'payment_details', 'Detalles del pago'),
('es', 'payment_form_url', 'URL del Formulario de Pago'),
('es', 'payment_id', 'Identificación de pago'),
('es', 'payment_info', 'Tipo de pago'),
('es', 'payment_information', 'Información del pago'),
('es', 'payment_instructions', 'Instrucciones de pago'),
('es', 'payment_method', 'Método de pago'),
('es', 'payment_methods', 'Métodos de pago'),
('es', 'payment_method_not_found', 'El método de pago no se encontró. Este pudo haber sido desactivado, o un problema técnico ocurrió. Por favor seleccione un método de pago e intente de nuevo.'),
('es', 'payment_response_password', 'Contraseña de respuesta de pago'),
('es', 'payment_surcharge', 'Recargo de pago'),
('es', 'payment_type', 'Tipo de pago'),
('es', 'paypal.addon_is_disabled_notice', 'El complemento de<b>pagos de PayPal</b>esta desactivado de manera que no puede configurar su método de pago.'),
('es', 'paypal.ipn_transaction_status', 'Estado de la transacción:[status]'),
('es', 'paypal_authentication_method', 'Método de autenticación de PayPal'),
('es', 'paypal_express_notice', 'Se requiere de un nombre de usuario de la empresa para utilizar<a href=\'https://developer.paypal.com/docs/classic/express-checkout/in-context\' target=\'_blank\'>la función de comprobación de pago en contexto</a>dentro de esta integración. Puedes revisar el nombre de usuario al iniciar sesión en<a href=\'https://www.paypal.com/\' target=\'_blank\'> https://www.paypal.com/</a>. Haga clic en el icono de perfil en la parte superior de la página y luego seleccione<b>Perfil y configuración</b>en el menu<b>del perfil de la empresa</b>. (Si no ve el icono en la parte superior de la página, haga clic en<b>perfil</b>, que aparece en la parte superior del menú cuando <b>la pestaña tab</b>es seleccionada.) Haga clic<b> en información de la empresa</b>en la parte izquierda, y el<b>nombre de usuario de la empresa</b>se mostrará en la lista de las funciones del perfil en la derecha.'),
('es', 'paypal_ipn_note', 'Notificación de pago instantánea (IPN) es un servicio que notifica automáticamente comerciantes de eventos relacionados con las transacciones de PayPal. <br>Cuando un cliente coloca un pedido y elige PayPal como forma de pago, la orden obtiene el estado <b>abierto</b>. <br>PayPal entonces envía mensajes de notificación instantánea de pago que incluyen el estado de transacción. Este estado cambia el estado del pedido en su tienda según el mapa de conversión de estado.'),
('es', 'paypal_ipn_transaction_status', 'Estado de transacción'),
('es', 'paypal_item_name', 'Nombre del artículo (o un nombre para el Carro).'),
('es', 'paypal_logo', 'Logotipo de PayPal'),
('es', 'paypal_sandbox', 'Modo de prueba'),
('es', 'paypal_seamless', 'Utiliza pago personalizado'),
('es', 'paypal_security_error', 'Su pedido no se registró: el destinatario de la cuenta PayPal es erróneo.'),
('es', 'paypal_use_in_context_checkout', 'Comprobación de uso en contexto'),
('es', 'paypal_vendor', 'Vendedor'),
('es', 'pay_by_points', 'Permitir pago con puntos'),
('es', 'pay_from_email', 'Correo electrónico del cliente'),
('es', 'pay_order_again', 'Pagar pedido otra vez'),
('es', 'pay_to_email', 'Dirección de correo electrónico del comerciante'),
('es', 'pdf_documents.activate_notification', 'PDF documents (such as invoices, packing slips, etc.) will now be generated at our cloud service: [service_url]. It works as follows: your store sends an HTML document and receives a PDF copy of it. We do not view, keep, or analyze any of your data that goes through that service.'),
('es', 'pdf_documents.disable_notification', 'The generation of PDF documents (such as invoices, packing slips, etc.) has been disabled. Your data will no longer go through our cloud service [service_url]. If you\'d like to generate PDF documents without using our cloud service, you\'re welcome to <a href=\"[helpdesk_url]\" target=\"_blank\">contact us via Help Desk</a> or configure it on your own.'),
('es', 'pending', 'Pendiente'),
('es', 'pending_return', 'Aguardando a aprovação'),
('es', 'pending_vendor_invitations', 'Pending vendor invitations'),
('es', 'pending_vendor_invitations_menu_description', 'Manage invitations to your marketplace for potential vendors.'),
('es', 'per', 'Por [object]'),
('es', 'percent', 'Porcentaje'),
('es', 'percentage_discount', 'Porcentaje de descuento'),
('es', 'percent_range', 'Rango de precios (en % del precio del producto principal)'),
('es', 'period', 'Periodo'),
('es', 'permissions_issue', 'Problema de permisos'),
('es', 'person_name', 'Nombre'),
('es', 'per_item', 'Por Item'),
('es', 'per_page', 'Por Página'),
('es', 'phone', 'Teléfono'),
('es', 'phone1_label', 'Telf'),
('es', 'phone2', 'Internacional'),
('es', 'phone2_label', 'Internacional'),
('es', 'phpinfo', 'Información PHP'),
('es', 'php_extension_missing', 'La [extension] de PHP no está instalada en su servidor'),
('es', 'pickup', 'Pickup'),
('es', 'pickup_address', 'Pickup address'),
('es', 'pickup_avail', 'Pickup avail'),
('es', 'pickup_destinations_ids', 'Pickup destinations ids'),
('es', 'pickup_id', 'Pickup ID'),
('es', 'pickup_phone', 'Pickup phone'),
('es', 'pickup_point_not_selected', 'Sorry, we couldn\'t determine your pickup point. Please choose a pickup point, so that we know where to deliver your order.'),
('es', 'pickup_surcharge', 'Pickup surcharge'),
('es', 'pickup_time', 'Pickup time'),
('es', 'pick_store', 'Selecciona una tienda'),
('es', 'pie', 'Queso'),
('es', 'pie_3d', 'Queso 3D'),
('es', 'pixels', 'pixeles'),
('es', 'place_order', 'Realizar compra'),
('es', 'placing_order', 'Realizando la compra'),
('es', 'plain', 'Llano'),
('es', 'plano_anuncio', 'Plano de Anúncio'),
('es', 'plans', 'Planos'),
('es', 'platform', 'Plataforma'),
('es', 'please_be_patient', 'Por favor tenga paciencia'),
('es', 'please_copy_api_key', 'Please copy the API key now and keep it somewhere. Once you save the changes, this key won\'t appear here again. If the key is lost, the only way to regain API access will be be to generate a new key on this page.'),
('es', 'please_enable_the_add_on_to_see_barcode', 'Por favor habilite el complemento para ver un ejemplo de código.'),
('es', 'please_enter_license_here', 'Ingrese su número de licencia aquí'),
('es', 'please_select_one', 'Por favor, selecciona uno'),
('es', 'please_sign_in', 'Por favor acceda'),
('es', 'points', 'Puntos'),
('es', 'points_in_use', 'Puntos en uso'),
('es', 'points_in_use_lower', 'Puntos en uso'),
('es', 'points_in_use_lowercase', '[n] punto en uso |[n] puntos en uso'),
('es', 'points_lower', 'puntos'),
('es', 'points_lowercase', '[n] punto|[n] puntos'),
('es', 'points_to_use', 'Puntos a usar'),
('es', 'point_payment', 'Pago con puntos'),
('es', 'point_price', 'Precio en puntos'),
('es', 'polish', 'Polaco'),
('es', 'poll', 'Encuesta'),
('es', 'polls', 'Encuestas'),
('es', 'polls_answers_with_comments', 'Respuestas con comentarios'),
('es', 'polls_first_submited', 'Primera encuesta respondida'),
('es', 'polls_have_completed', 'Usted ya ha completado esta encuesta.'),
('es', 'polls_last_submited', 'Última encuesta respondida'),
('es', 'polls_total_completed', 'Número de encuestas respondidas completamente'),
('es', 'polls_total_submited', 'Número total de encuestas respondidas'),
('es', 'polls_total_votes', 'Total de votos'),
('es', 'polls_votes', 'Votos'),
('es', 'poll_footer', 'Pie de página de la encuesta'),
('es', 'poll_header', 'Encabezado de la encuesta'),
('es', 'poll_results', 'Mensaje de la encuesta'),
('es', 'poll_results_everybody', 'todo el mundo (en una ventana emergente)'),
('es', 'poll_results_nobody', 'nadie'),
('es', 'poll_results_voted', 'votación de los usuarios'),
('es', 'poll_show_results', 'Resultados de la encuesta visibles a'),
('es', 'poll_statistics', 'Estadísticas de la encuesta'),
('es', 'poor', 'Malo'),
('es', 'popularity', 'Popularidad'),
('es', 'popup', 'Emergente'),
('es', 'popup_larger_image', 'Imagen grande en Popup'),
('es', 'portugese', 'Portugués'),
('es', 'posid', 'Pos ID'),
('es', 'position', 'Posición'),
('es', 'positions_updated', 'Se actualizaron las posiciones de los ítems'),
('es', 'position_short', 'Pos.'),
('es', 'postal_mail', 'Correo postal'),
('es', 'postauth', 'Postauth'),
('es', 'posted_by', 'Posted by'),
('es', 'post_description', 'Descripción de entrada'),
('es', 'post_url', 'URL de post'),
('es', 'powered_by', 'Todos los Derechos'),
('es', 'po_file', 'Seleccione un archivo en el formato PO o ZIP'),
('es', 'po_file_is_incorrect', 'El archivo PO <b>\"[file]\"</b> contiene errores de sintaxis o estructura incorrecta.'),
('es', 'po_meta_error_validating_lang_code', 'El código de idioma en el archivo PO no corresponde con el del lenguage a actualizar'),
('es', 'po_number', 'Código postal'),
('es', 'pp_currency_is_incorrect', 'La moneda utilizada para el pago es diferente a la moneda del pedido.'),
('es', 'pp_mode', 'Modo de PayPal'),
('es', 'pp_product_count_is_incorrect', 'Número de artículos pagados es diferente que el número de productos en el pedido'),
('es', 'pp_total_is_incorrect', 'El pago total es diferente al total del pedido.'),
('es', 'preauth', 'PreAuth'),
('es', 'preauthorization', 'Autorización previa'),
('es', 'prefix', 'Prefijo'),
('es', 'preshared_key', 'Clave PreShared'),
('es', 'press_continue_to_recover_password', 'Haga clic en <b>Continuar</b>para proceder con el cambio de contraseña.'),
('es', 'prev', 'Anterior'),
('es', 'preview', 'Previsualizar'),
('es', 'previous', 'Anterior'),
('es', 'previous_month', 'Mes anterior'),
('es', 'previous_period', 'Período anterior'),
('es', 'previous_week', 'Semana anterior'),
('es', 'previous_year', 'Año anterior'),
('es', 'prev_page', 'Anterior'),
('es', 'pre_moderation', 'Los productos requieren aprobación previa'),
('es', 'pre_moderation_edit', 'Aprobar las actualizaciones de información de productos'),
('es', 'pre_moderation_edit_vendors', 'Aprobar las actualizaciones de Perfil del proveedor'),
('es', 'price', 'Precio'),
('es', 'price_decreased', 'El precio ha sido reducido en'),
('es', 'price_dec_sign_delimiter', 'Separador decimal precio'),
('es', 'price_for_all', 'Precio para todos'),
('es', 'price_includes_tax', 'Impuestos incluidos en precio'),
('es', 'price_increased', 'El precio se ha incrementado en'),
('es', 'price_in_points', 'Precio en puntos'),
('es', 'price_in_points_decreased', 'El precio en puntos ha sido reducido por'),
('es', 'price_in_points_increased', 'El precio en puntos ha sido incrementado por'),
('es', 'price_list', 'Lista de precios'),
('es', 'price_list.text_regenerate', '<p>Si los productos, categorías o campos seleccionados fueron añadidos o cambiados, por favor, regenerar una lista de precios: <br />[buttons]</p><p>Las listas de precios generadas están disponibles en estos enlaces <br/>[links]</p>'),
('es', 'price_list.text_select_storefront', 'Para generar una lista de precios, por favor selecciona primero la página de productos.'),
('es', 'price_list_ziparchive_not_installed', 'No fue posible crear la lista de precios XML. Por favor agregue soporte zip en PHP en el servidor. Siga <a href=\"http://www.php.net/manual/en/zip.installation.php\"> http://www.php.net/manual/en/zip.installation.php</a>.'),
('es', 'price_summary', 'Resumen de precios'),
('es', 'pricing_inventory', 'Precios / Inventario'),
('es', 'primary', 'Primario'),
('es', 'primary_currency', 'Moneda primaria'),
('es', 'printslip_request', 'Requisições de Etiquetas'),
('es', 'printslip_request_pending', 'Você irá receber uma notificação quando a etiqueta estiver disponível.'),
('es', 'print_card', 'Imprimir tarjeta'),
('es', 'print_credit_memo', 'Imprimir nota de crédito'),
('es', 'print_invoice', 'Imprimir orden pedido'),
('es', 'print_order_details', 'Imprimir detalle de pedido'),
('es', 'print_packing_slip', 'Imprimir albaranes'),
('es', 'print_pdf_credit_memo', 'Imprimir nota de crédito (pdf)'),
('es', 'print_pdf_invoice', 'Imprimir factura (pdf)'),
('es', 'print_pdf_order_details', 'Imprimir detalles del pedido (pdf)'),
('es', 'print_pdf_packing_slip', 'Imprimir hoja de embalaje (pdf)'),
('es', 'print_slip', 'Imprimir hoja de devolución'),
('es', 'priority', 'Prioridad'),
('es', 'private', 'Privado'),
('es', 'private_customer_settings', 'Ajustes privados del cliente'),
('es', 'private_files', 'Archivos privados'),
('es', 'privilege', 'Privilegio'),
('es', 'privilege.apply_to_all', 'Apply value to all'),
('es', 'privilege.custom_access', 'Custom access'),
('es', 'privilege.full_access', 'Full access'),
('es', 'privilege.no_access', 'No access'),
('es', 'privilege.view_access', 'Puede ver solo'),
('es', 'privileges', 'Privilegios'),
('es', 'privileges.abt__ut2.settings.manage', 'Manage theme settings'),
('es', 'privileges.abt__ut2.settings.view', 'View theme settings'),
('es', 'privileges.ab__cb_manage_banners', 'AB: Manage banners for categories'),
('es', 'privileges.ab__cb_view_banners', 'AB: View banners for categories'),
('es', 'privileges.ab__dotd_manage_seodata', 'Manage promotions SEO data'),
('es', 'privileges.ab__dotd_view_seodata', 'View promotions SEO data'),
('es', 'privileges.ab__hpd.manage', 'Manage data'),
('es', 'privileges.ab__hpd.view', 'View help'),
('es', 'privileges.ab__mb_manage_data', 'Managing motivational data'),
('es', 'privileges.ab__mb_view_data', 'Viewing motivational data'),
('es', 'privileges.ab__stt.data.manage', 'Manage button data'),
('es', 'privileges.ab__stt.data.view', 'View button data'),
('es', 'privileges.ab__vg_manage_videos', 'Manage videos'),
('es', 'privileges.ab__vg_view_videos', 'View videos'),
('es', 'privileges.backup_restore', 'Can manage'),
('es', 'privileges.change_order_status', 'Can change statuses'),
('es', 'privileges.create_order', 'Puede crear'),
('es', 'privileges.delete_logs', 'Puede borrar'),
('es', 'privileges.delete_orders', 'Puede borrar'),
('es', 'privileges.edit_blocks', 'Puede editar'),
('es', 'privileges.edit_files', 'Editar archivos'),
('es', 'privileges.edit_order', 'Can edit entire order (select other products, payment and shipping methods, customers)'),
('es', 'privileges.exim_access', 'Can manage'),
('es', 'privileges.manage_access_restrictions', 'Puede editar'),
('es', 'privileges.manage_banners', 'Puede editar'),
('es', 'privileges.manage_call_requests', 'Puede editar'),
('es', 'privileges.manage_catalog', 'Puede editar'),
('es', 'privileges.manage_cscart_uvdesk', 'Manage UVDesk'),
('es', 'privileges.manage_currencies', 'Puede editar'),
('es', 'privileges.manage_design', 'Puede editar'),
('es', 'privileges.manage_discussions', 'Puede editar'),
('es', 'privileges.manage_document_templates', 'Puede editar'),
('es', 'privileges.manage_email_marketing', 'Puede editar'),
('es', 'privileges.manage_email_templates', 'Puede editar'),
('es', 'privileges.manage_gift_certificates', 'Puede editar'),
('es', 'privileges.manage_languages', 'Puede editar'),
('es', 'privileges.manage_locations', 'Puede editar'),
('es', 'privileges.manage_newsletters', 'Can edit'),
('es', 'privileges.manage_order_statuses', 'Puede editar'),
('es', 'privileges.manage_pages', 'Gestionar CMS'),
('es', 'privileges.manage_payments', 'Puede editar'),
('es', 'privileges.manage_payouts', 'Can edit'),
('es', 'privileges.manage_product_premoderation', 'Can manage'),
('es', 'privileges.manage_product_reviews', 'Puede editar'),
('es', 'privileges.manage_promotions', 'Puede editar'),
('es', 'privileges.manage_providers', 'Can edit'),
('es', 'privileges.manage_reports', 'Puede editar'),
('es', 'privileges.manage_reward_points', 'Can edit'),
('es', 'privileges.manage_rma', 'Can edit'),
('es', 'privileges.manage_seo_rules', 'Can edit'),
('es', 'privileges.manage_shipping', 'Puede editar'),
('es', 'privileges.manage_sitemap', 'Puede editar'),
('es', 'privileges.manage_static_data', 'Puede editar'),
('es', 'privileges.manage_storage', 'Can manage'),
('es', 'privileges.manage_stores', 'Administrar tiendas'),
('es', 'privileges.manage_store_locator', 'Can edit'),
('es', 'privileges.manage_suppliers', 'Can edit'),
('es', 'privileges.manage_taxes', 'Puede editar'),
('es', 'privileges.manage_themes', 'Puede editar'),
('es', 'privileges.manage_translation', 'Puede editar'),
('es', 'privileges.manage_usergroups', 'Puede editar'),
('es', 'privileges.manage_users', 'Puede editar'),
('es', 'privileges.manage_vendors', 'Can edit'),
('es', 'privileges.manage_vendor_communication', 'Can edit'),
('es', 'privileges.manage_vendor_plans', 'Can edit'),
('es', 'privileges.update_settings', 'Puede editar'),
('es', 'privileges.upgrade_store', 'Can upgrade'),
('es', 'privileges.view_banners', 'Puede ver'),
('es', 'privileges.view_call_requests', 'Puede ver'),
('es', 'privileges.view_catalog', 'Puede ver'),
('es', 'privileges.view_cscart_uvdesk', 'View UVDesk'),
('es', 'privileges.view_currencies', 'Puede ver'),
('es', 'privileges.view_discussions', 'Puede ver'),
('es', 'privileges.view_email_marketing', 'Puede ver'),
('es', 'privileges.view_file_changes', 'Puede ver'),
('es', 'privileges.view_languages', 'Puede ver'),
('es', 'privileges.view_locations', 'Puede ver'),
('es', 'privileges.view_logs', 'Puede ver'),
('es', 'privileges.view_newsletters', 'Can view'),
('es', 'privileges.view_orders', 'Puede ver'),
('es', 'privileges.view_pages', 'Puede ver'),
('es', 'privileges.view_payments', 'Puede ver'),
('es', 'privileges.view_payouts', 'Can view'),
('es', 'privileges.view_product_reviews', 'Puede ver'),
('es', 'privileges.view_providers', 'Can view'),
('es', 'privileges.view_reports', 'Puede ver'),
('es', 'privileges.view_seo_rules', 'Can view'),
('es', 'privileges.view_settings', 'Puede ver'),
('es', 'privileges.view_shipping', 'Puede ver'),
('es', 'privileges.view_static_data', 'Puede ver'),
('es', 'privileges.view_stores', 'Ver tiendas'),
('es', 'privileges.view_store_locator', 'Can view'),
('es', 'privileges.view_taxes', 'Puede ver'),
('es', 'privileges.view_usergroups', 'Puede ver'),
('es', 'privileges.view_users', 'Puede ver'),
('es', 'privileges.view_vendors', 'Can view'),
('es', 'privileges.view_vendor_communication', 'Can view'),
('es', 'privileges.view_vendor_plans', 'Can view'),
('es', 'privilege_groups.ab__addons_manager', 'AB: Add-ons Manager'),
('es', 'privilege_groups.ab__category_banners', 'AB: Banners for categories'),
('es', 'privilege_groups.ab__deal_of_the_day', 'AB: Product of the day and extended promotions'),
('es', 'privilege_groups.ab__fast_navigation', 'AB: Fast navigation'),
('es', 'privilege_groups.ab__hide_product_description', 'AB: Hide the part of the content up to a certain height'),
('es', 'privilege_groups.ab__landing_categories', 'AB: Landing categories/pages'),
('es', 'privilege_groups.ab__motivation_block', 'AB: Motivation block'),
('es', 'privilege_groups.ab__scroll_to_top', 'AB: \"Scroll to top\" button'),
('es', 'privilege_groups.ab__video_gallery', 'AB: Video gallery of the product'),
('es', 'privilege_groups.access_restrictions', 'Restricciones de Acceso'),
('es', 'privilege_groups.backup_restore', 'Backup/Restore'),
('es', 'privilege_groups.banners', 'Banners'),
('es', 'privilege_groups.blocks', 'Blocks'),
('es', 'privilege_groups.blog_and_pages', 'Blog & Pages'),
('es', 'privilege_groups.call_requests', 'Solicitudes de llamada'),
('es', 'privilege_groups.currencies', 'Currencies'),
('es', 'privilege_groups.design', 'Design'),
('es', 'privilege_groups.discussions', 'Comentarios y análisis'),
('es', 'privilege_groups.documents', 'Documents'),
('es', 'privilege_groups.edit_on_site', 'Edit content on-site'),
('es', 'privilege_groups.email_marketing', 'E-mail marketing'),
('es', 'privilege_groups.email_templates', 'Email templates'),
('es', 'privilege_groups.exim', 'Permitir importar y exportar datos'),
('es', 'privilege_groups.files', 'Files'),
('es', 'privilege_groups.file_changes', 'File changes detector'),
('es', 'privilege_groups.gift_certificates', 'Certificados de regalo'),
('es', 'privilege_groups.languages', 'Languages'),
('es', 'privilege_groups.locations', 'Rate areas'),
('es', 'privilege_groups.logs', 'Logs'),
('es', 'privilege_groups.newsletters', 'Newsletters'),
('es', 'privilege_groups.orders', 'Orders'),
('es', 'privilege_groups.order_statuses', 'Order statuses'),
('es', 'privilege_groups.other', 'Other'),
('es', 'privilege_groups.payments', 'Payment methods'),
('es', 'privilege_groups.products', 'Categories, Products, Features, Filters, Options'),
('es', 'privilege_groups.product_premoderation', 'Product approval'),
('es', 'privilege_groups.product_reviews', 'Opiniones de productos'),
('es', 'privilege_groups.promotions', 'Promotions'),
('es', 'privilege_groups.reward_points', 'Reward points'),
('es', 'privilege_groups.rma', 'Return merchandise authorization (RMA)'),
('es', 'privilege_groups.sales_reports', 'Sales reports'),
('es', 'privilege_groups.seo', 'SEO'),
('es', 'privilege_groups.settings', 'Settings'),
('es', 'privilege_groups.shipping', 'Shipping methods'),
('es', 'privilege_groups.sitemap', 'Sitemap'),
('es', 'privilege_groups.social_login', 'Social login'),
('es', 'privilege_groups.static_data', 'Static data'),
('es', 'privilege_groups.storage', 'Storage'),
('es', 'privilege_groups.stores', 'Storefronts'),
('es', 'privilege_groups.store_locator', 'Store locator'),
('es', 'privilege_groups.suppliers', 'Suppliers'),
('es', 'privilege_groups.taxes', 'Taxes'),
('es', 'privilege_groups.themes', 'Themes'),
('es', 'privilege_groups.upgrade_center', 'Upgrade center'),
('es', 'privilege_groups.users', 'Users'),
('es', 'privilege_groups.user_groups', 'User groups'),
('es', 'privilege_groups.vendors', 'Stores'),
('es', 'privilege_groups.vendor_communication', 'Message center: Customer to Vendor'),
('es', 'privilege_groups.vendor_payouts', 'Accounting'),
('es', 'privilege_groups.vendor_plans', 'Vendor plans'),
('es', 'privilege_sections.ab__addons', 'AB: Add-ons'),
('es', 'privilege_sections.addons', 'Add-on privileges'),
('es', 'privilege_sections.administration', 'Administration privileges'),
('es', 'privilege_sections.cart', 'Carro'),
('es', 'privilege_sections.catalog', 'Catálogo'),
('es', 'privilege_sections.cms', 'CMS'),
('es', 'privilege_sections.design', 'Design privileges'),
('es', 'privilege_sections.marketing', 'Marketing privileges'),
('es', 'privilege_sections.orders', 'Order privileges'),
('es', 'privilege_sections.products', 'Product privileges'),
('es', 'privilege_sections.settings', 'Settings privileges'),
('es', 'privilege_sections.users', 'Customer privileges'),
('es', 'privilege_sections.vendors', 'Store privileges'),
('es', 'privilege_sections.website', 'Website privileges'),
('es', 'proceed', 'Proceder'),
('es', 'proceed_to_checkout', 'Pasar por caja'),
('es', 'proceed_to_the_next_step', 'Proceder al siguiente paso'),
('es', 'processed', 'Procesado'),
('es', 'processing', 'Procesando'),
('es', 'processing_order', 'Procesando pedido'),
('es', 'processor', 'Procesado'),
('es', 'processor_description_cardsave', 'Cuentas de Comerciante proporcionadas por Cardsave, <a href=\"http://www.cardsave.net\">www.cardsave.net</a><br/><br/>Email: <a href=\'mailto:ecomm@cardsave.net\'>ecomm@cardsave.net</a>');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('es', 'processor_description_p21', '<b>P21API Simple</b>permite aceptar pagos por cheque. Ofrece la suite más completa de creación de imagen y soluciones de liquidación. Con Check 21, recibirá los fondos en el mismo día por cheque o depósito en cuenta.<br/><br/>Para activar la opción Check 21, por favor contacte por email a:<a href=\"mailto:support@payment21.com\">support@payment21.com</a>o por teléfono a:  1-888-770-0850 (sin gastos des de USA) o 0041-71-740-1629 (Internacional).<br/><br/><a href=\"http://www.payment21.com\" target=\"_blank\">www.payment21.com</a>'),
('es', 'processor_id', 'ID del procesador'),
('es', 'process_selected', 'Procesar seleccionado'),
('es', 'product', 'Artículo'),
('es', 'products2', 'Productos2'),
('es', 'products_added_to_cart', 'Los productos fueron agregados a tu carrito'),
('es', 'products_adopted', '[n] el producto tenía una nueva categoría principal asignada. |[n] los productos tenían una nueva categoría principal asignada.'),
('es', 'products_amount', 'Cantidad de artículos'),
('es', 'products_approval_status_approved', 'Gracias por enviar los nuevos productos. Los siguientes productos han sido aprobados por la administración de la tienda y agregados al catálogo de producto'),
('es', 'products_approval_status_changed', 'Sus producto(s) han sido [status]'),
('es', 'products_approval_status_disapproved', 'Gracias por enviar nuevos productos. Los siguientes productos no han sido aprobados por la administración de la tienda'),
('es', 'products_bar', 'Barra de productos'),
('es', 'products_cost', 'Precio de los artículos'),
('es', 'products_deprecated', 'Productos (en desuso)'),
('es', 'products_for_shipment_not_selected', 'No se han seleccionado productos para el envío'),
('es', 'products_found', 'Artículo(s) encontrado(s)'),
('es', 'products_grid', 'Grid de productos'),
('es', 'products_in', 'Productos en'),
('es', 'products_information', 'Información del artículo'),
('es', 'products_in_cart', 'Productos en carro'),
('es', 'products_links_type', 'Tipo de enlaces de producto'),
('es', 'products_menu_description', 'Ver, agregar y editar los productos que se muestran a los visitantes de la tienda.'),
('es', 'products_moved_to_trash', '[count] productos fueron trasladados a la <a href=\'[url]\' target=\'_blank\'> categoría papelera</a>'),
('es', 'products_number_added_to_cart', '<b>[number]</b> products were added to your cart'),
('es', 'products_required', 'Por favor agregar producto(s)'),
('es', 'products_stat', 'Estadísticas de productos'),
('es', 'products_weight', 'Peso del artículo'),
('es', 'products_were_sent', 'Los productos han sido enviados. La información del pedido aparece a continuación'),
('es', 'product_added_to_cart', 'El producto ha sido añadido a su carrito'),
('es', 'product_added_to_cl', 'El producto fue agregado a tu lista de comparación'),
('es', 'product_added_to_wl', 'El producto fue agregado a su lista de favoritos'),
('es', 'product_approval', 'Aprobación de productos'),
('es', 'product_approval_menu_description', 'Administrar productos individuales o grupo de productos suministrados por los proveedores de la tienda.'),
('es', 'product_approval_status_approved', 'Su producto [product] ha sido aprobado por la administración de la tienda y agregado al catálogo de producto. Ahora los compradores pueden pedir este producto en la tienda.'),
('es', 'product_approval_status_disapproved', 'Su producto [product] no ha sido aprobado por la administración de la tienda'),
('es', 'product_cannot_be_added', 'El producto no se puede agregar al carro. Compruebe si todos los archivos cargados cumplen las condiciones necesarias'),
('es', 'product_code', 'Código artículo'),
('es', 'product_columns', 'Columnas de producto'),
('es', 'product_combinations', 'Combinaciones de producto'),
('es', 'product_coming_soon', 'Este producto no se puede agregar al carro ahora. Estará disponible en [avail_date]'),
('es', 'product_coming_soon_add', 'Este producto será enviado en [avail_date]'),
('es', 'product_comparison_list', 'Lista de comparación'),
('es', 'product_details', 'Página de detalles del producto'),
('es', 'product_details_tabs', 'Pestañas'),
('es', 'product_details_view', 'Vista de detalles del producto'),
('es', 'product_disabled_options', 'El producto <strong>[product]</strong>tiene opciones o variantes de opciones que ya no están disponibles, por lo que se ha quitado del carro'),
('es', 'product_feature.feature_style', 'Feature style'),
('es', 'product_feature.feature_style.brand', 'Marca'),
('es', 'product_feature.feature_style.checkbox', 'Checkbox'),
('es', 'product_feature.feature_style.color', 'Color'),
('es', 'product_feature.feature_style.dropdown', 'Drop-down list'),
('es', 'product_feature.feature_style.dropdown_images', 'Images'),
('es', 'product_feature.feature_style.dropdown_labels', 'Text labels'),
('es', 'product_feature.feature_style.multiple_checkbox', 'Multiple checkboxes'),
('es', 'product_feature.feature_style.number', 'Número'),
('es', 'product_feature.feature_style.text', 'Text or number'),
('es', 'product_feature.filter_style', 'Filter type'),
('es', 'product_feature.filter_style.checkbox', 'Checkbox'),
('es', 'product_feature.filter_style.color', 'Color'),
('es', 'product_feature.filter_style.date', 'Date selector'),
('es', 'product_feature.filter_style.slider', 'Number slider'),
('es', 'product_feature.purpose', 'Purpose'),
('es', 'product_feature.purpose.describe_product', 'Additional information'),
('es', 'product_feature.purpose.describe_product.description', 'For cases when you just need to show some information on a product page. There are no filters for this kind of features.'),
('es', 'product_feature.purpose.find_products', 'Product search via filters'),
('es', 'product_feature.purpose.find_products.description', 'For a feature that just allows you to specify an additional property of a product (for example, \"Fabric\" for T-shirts). If you create a filter by that feature, customers will see that such a property exists, and will be able to search products by it.'),
('es', 'product_feature.purpose.group_catalog_item', 'Variations as separate products'),
('es', 'product_feature.purpose.group_catalog_item.description', 'For cases when a few similar products differ visibly by a feature, and have different names (for example, multiple \"Color\" variants of a T-shirt). These products will appear as separate positions in the catalog. Customers will also be able to select the desired feature value on the product page. To achieve this, <b>set up variations for products with this feature</b>.'),
('es', 'product_feature.purpose.group_variation_catalog_item', 'Variations as one product'),
('es', 'product_feature.purpose.group_variation_catalog_item.description', 'For cases when a few similar products differ by a feature, but have the same name and similar appearance (for example, multiple \"Size\" variants of a T-shirt). These products will occupy a single position in the catalog. Customers will be able to select the desired feature value on the product page. To achieve this, <b>set up variations for products with this feature</b>.'),
('es', 'product_feature.purpose.organize_catalog', 'Brand, author, etc.'),
('es', 'product_feature.purpose.organize_catalog.description', 'For features like \"Brand\" or \"Manufacturer\" (for most products), \"Performer\" or \"Label\" (for music), \"Author\" or \"Publisher\" (for books), and so on. Every variant of this feature gets its own page with an image, description, and the list of products.'),
('es', 'product_feature_cannot_assigned', 'La función \"[feature_name]\" no puede ser asignada al producto \"[product_name]\"'),
('es', 'product_fields', 'Campos del producto'),
('es', 'product_groups', 'Grupos de productos'),
('es', 'product_id', 'ID de producto'),
('es', 'product_images', 'Imágenes de producto'),
('es', 'product_info', 'Información del producto'),
('es', 'product_inventory', 'Inventario de productos'),
('es', 'product_in_cart', 'Este producto ya está en el carro'),
('es', 'product_in_comparison_list', 'Este producto ya está en la lista de comparación'),
('es', 'product_in_wishlist', 'Este producto ya está en la lista de favoritos'),
('es', 'product_must_have_owner_category', 'Producto debe pertenecer a alguna categoría creada por la empresa propietaria.'),
('es', 'product_name', 'Nombre del artículo'),
('es', 'product_name_added_to_cart', '<b>[product]</b> was added to your cart'),
('es', 'product_need_age_verification', 'Tienes que verificar tu edad para ver este producto.'),
('es', 'product_notification_subscribed', 'Se ha suscrito a las notificaciones de disponibilidad de existencia del producto'),
('es', 'product_notification_subscription_error', 'No se puede suscribir a las notificaciones del producto cuando esté en existencia o disponible'),
('es', 'product_notification_unsubscribed', 'Se ha dado de baja de las notificaciones de disponibilidad de existencias del producto'),
('es', 'product_options', 'Opciones del artículo'),
('es', 'product_options_forbidden_combination', 'El producto <strong>[product]</strong> tiene opciones que están incluidas en combinaciones prohibidas. El producto ha sido eliminado del carro'),
('es', 'product_option_delimiter', 'Separador de opciones'),
('es', 'product_reviews.add_images', 'Añade una foto'),
('es', 'product_reviews.add_new_review', 'opiniones: nueva opinión'),
('es', 'product_reviews.add_reply', 'Añadir respuesta'),
('es', 'product_reviews.admin_reply', 'Administrator reply'),
('es', 'product_reviews.advantages', 'Ventajas'),
('es', 'product_reviews.agreement_text_full_add_new_review', '<p>Tu nombre aparecerá junto a tu opinión o comentario, visible para todos. Nosotros ([empresa]) también guardamos su dirección IP como medida de seguridad, pero en sólo puede ser vista por nuestro personal. Permanecerá en nuestro sistema hasta que retire su consentimiento. Si desea que se eliminen sus datos personales, envíe un correo electrónico a [email].</p> <p>Si cree que sus datos personales se han utilizado de forma indebida, tiene derecho a presentar una reclamación ante una autoridad de control. Estamos obligados por el Reglamento General de Protección de Datos de la UE a informarle de este derecho; en realidad no tenemos intención de hacer un uso indebido de sus datos.</p> <p>'),
('es', 'product_reviews.agreement_text_short_add_new_review', 'Estoy de acuerdo que mis datos personales sean<u> utilizados de la siguiente manera.</u>'),
('es', 'product_reviews.and', 'Y'),
('es', 'product_reviews.approve', 'Aprobar'),
('es', 'product_reviews.approved', 'Aprobado'),
('es', 'product_reviews.average', 'Media'),
('es', 'product_reviews.click_to_see_reviews', 'Click to see the reviews'),
('es', 'product_reviews.comment', 'Comentario'),
('es', 'product_reviews.comments', 'Comentarios'),
('es', 'product_reviews.comments_and_reviews', 'Comentarios y opiniones'),
('es', 'product_reviews.comment_by', 'Comentario hecho por'),
('es', 'product_reviews.company_reply', '[company_name] reply'),
('es', 'product_reviews.copy_old_reviews_notice', '<h4 class=\"subheader hand\" data-toggle=\"collapse\" data-target=\"#collapsable_addon_product_reviews_notice\">Copiar las opiniones del complemento \"Comentarios y opiniones\"<span class=\"icon-caret-down\"></span></h4><div id=\"collapsable_addon_product_reviews_notice\" class=\"in collapse\" style=\"height: auto;\"><ol><li>Sólo se copiarán las opiniones que tengan tanto una puntuación como un comentario del usuario. Ve a tus productos y comprueba la configuración de \"Opiniones\" en la pestaña \"Complementos\". Es posible que primero tengas que permitir la comunicación y la valoración.</li><li>Una opinión sin puntuación o sin comentario no se copiará. Para transferirla, primero debe añadir manualmente la puntuación o el comentario que falta editando la opinión.</li><li>Mientras el antiguo complemento \"Comentarios y opiniones\" esté instalado, las opiniones no se eliminarán de allí. De este modo, puede optar por pasar a \"Comentarios de productos\" cuando todas sus opiniones estén listas.</li><li>Si alguna vez necesita volver a copiar las opiniones del antiguo complemento en el futuro, simplemente desinstale y vuelva a instalar el complemento \"Comentarios de productos\". Esto eliminará todas sus valoraciones de la base de datos, y podrá importar las valoraciones del complemento \"Comentarios y valoraciones\" de nuevo.</li></ol><a class=\"cm-post btn btn-primary\" href=\"[url]\">Copiar valoraciones de productos</a></div>'),
('es', 'product_reviews.copy_old_reviews_warning', 'Tienes las opiniones de los productos en el antiguo complemento \"Comentarios y opiniones\". Mientras ese complemento esté instalado, podrás copiar esas reseñas en el nuevo complemento \"Opiniones de productos\" <a class=\"cm-post\" href=\"[url]\">en su configuración</a>.'),
('es', 'product_reviews.customer_photos', 'Fotos del cliente'),
('es', 'product_reviews.date', 'Fecha'),
('es', 'product_reviews.disabled', 'Deshabilitado'),
('es', 'product_reviews.disadvantages', 'Desventajas'),
('es', 'product_reviews.disapprove', 'Rechazar'),
('es', 'product_reviews.error_already_posted', 'You have posted in this review already'),
('es', 'product_reviews.event.new_post', 'Nueva opinión publicada'),
('es', 'product_reviews.event.new_post.message', 'Se ha publicado una nueva opinión sobre el producto [producto]. Haz clic en esta notificación para ver la opinión.'),
('es', 'product_reviews.event.new_post.title', 'Nueva opinión publicada para un producto'),
('es', 'product_reviews.event.new_reply', 'Se ha añadido una nueva respuesta a la opinión'),
('es', 'product_reviews.excellent', '¡Excelente!'),
('es', 'product_reviews.fair', 'Razonable'),
('es', 'product_reviews.first_and_last_name', 'Nombre y apellidos'),
('es', 'product_reviews.five_star_icon', '★★★★★'),
('es', 'product_reviews.four_star_icon', '★★★★'),
('es', 'product_reviews.gdpr_reviews_data', 'Datos personales de las opiniones'),
('es', 'product_reviews.helpfulness', 'Ayuda'),
('es', 'product_reviews.hide_name', 'Hide my name in the review'),
('es', 'product_reviews.latest_reviews', 'Últimas opiniones'),
('es', 'product_reviews.manager', 'Comentarios y opiniones'),
('es', 'product_reviews.max_number_image_message', 'A review can have up to [max_image_number] images.'),
('es', 'product_reviews.menu_title', 'Opiniones'),
('es', 'product_reviews.menu_title_menu_description', 'Opiniones de los clientes sobre los productos'),
('es', 'product_reviews.moderation_rules', 'Antes de enviar una opinión, asegúrate de que no infringe las normas de moderación: no contiene enlaces a recursos de terceros ni insultos.'),
('es', 'product_reviews.not_approved', 'No aprobado'),
('es', 'product_reviews.no_reviews_found', 'No se encontraron opiniones'),
('es', 'product_reviews.n_reviews', 'Opinión | opiniones'),
('es', 'product_reviews.n_stars', '[n] star|[n] stars'),
('es', 'product_reviews.one_star_icon', '★'),
('es', 'product_reviews.out_of_five', 'de 5'),
('es', 'product_reviews.please_log_in_to_write_a_review', 'Por favor inicie sesión para escribir una opinión'),
('es', 'product_reviews.poor', 'Malo'),
('es', 'product_reviews.product_details', 'Detalles del producto'),
('es', 'product_reviews.product_is_rated_n_out_of_five_stars', 'The product is rated [n] out of 5 stars'),
('es', 'product_reviews.product_reviews', 'Opiniones de productos'),
('es', 'product_reviews.rating', 'Valorar'),
('es', 'product_reviews.rating_4_and_up', 'Puntuación 4+'),
('es', 'product_reviews.reply', 'Responder'),
('es', 'product_reviews.review', 'Opiniones'),
('es', 'product_reviews.reviews', 'Reviews: [n]'),
('es', 'product_reviews.reviews_lower', 'opiniones'),
('es', 'product_reviews.review_status', 'Estado de la opinión'),
('es', 'product_reviews.review_this_product', 'Opinar sobre este producto'),
('es', 'product_reviews.review_this_product_description', 'Comparte tu opinión con otros clientes'),
('es', 'product_reviews.scroll_to_reviews', 'Desplácese a las opiniones'),
('es', 'product_reviews.scroll_to_review_images', 'Desplácese a las imágenes de las opiniones'),
('es', 'product_reviews.show_n_reviews', 'Mostrar [n] opinión|Mostrar [n] opiniones'),
('es', 'product_reviews.show_rating', 'Mostrar puntuación de opinión'),
('es', 'product_reviews.show_review', 'Mostrar opinión'),
('es', 'product_reviews.show_reviews', 'Mostrar opiniones'),
('es', 'product_reviews.show_review_images', 'Mostrar imágenes de opiniones'),
('es', 'product_reviews.star', 'estrella'),
('es', 'product_reviews.stars', 'estrellas'),
('es', 'product_reviews.submit_review', 'Enviar opinión'),
('es', 'product_reviews.terms_and_conditions_content', '<p>Por favor, lea atentamente estos Términos y Condiciones (\"Términos\", \"Términos y Condiciones\") antes de utilizar el sitio web <a href=\"http://www.mywebsite.com\">http://www.mywebsite.com</a> y la aplicación móvil My Mobile App (el \"Servicio\") operados por My Company (\"nosotros\", \"nos\" o \"nuestro\").</p><p><strong>Al acceder o utilizar el Servicio usted acepta quedar vinculado por estos Términos. Si no está de acuerdo con alguna parte de las Condiciones, no podrá acceder al Servicio.</strong></p><p><strong>Compras</strong></p><p>Si desea adquirir algún producto o servicio disponible a través del Servicio (\"Compra\"), es posible que se le pida que proporcione cierta información relevante para su Compra, incluyendo, sin limitación, su . ...</p><p><strong>Contenido</strong></p><p>Nuestro Servicio le permite publicar, enlazar, almacenar, compartir y poner a disposición cierta información, texto, gráficos, vídeos u otro material (\"Contenido\"). Usted es responsable de la ...</p><p><strong>Cambios</strong></p><p>Nos reservamos el derecho, a nuestra entera discreción, de modificar o sustituir estas Condiciones en cualquier momento. Si una revisión es material, intentaremos avisar con al menos 30 días de antelación antes de que los nuevos términos entren en vigor. Lo que constituya un cambio sustancial se determinará a nuestra entera discreción.</p><p><strong>Contáctenos</strong></p><p>Si tiene alguna pregunta sobre estas Condiciones, póngase en contacto con nosotros.</p> <p'),
('es', 'product_reviews.terms_n_conditions', 'Seleccione esta casilla para aceptar los [terms_href]'),
('es', 'product_reviews.terms_n_conditions_name', 'Términos y Condiciones'),
('es', 'product_reviews.text_approval_notice', 'Este opinión tiene que ser aprobado.'),
('es', 'product_reviews.text_new_post_notification', 'Este es la notificación del nuevo comentario al producto'),
('es', 'product_reviews.text_new_reply_notification', 'Esta es una notificación de una nueva respuesta a su opinión del producto'),
('es', 'product_reviews.text_review_pended', 'Tu comentario será revisado antes de ser publicado.'),
('es', 'product_reviews.text_thank_you_for_post', 'Gracias por tu comentario'),
('es', 'product_reviews.text_thank_you_for_review', 'Gracias por tu opinión'),
('es', 'product_reviews.three_star_icon', '★★★'),
('es', 'product_reviews.title', 'Opiniones'),
('es', 'product_reviews.title_giftreg', 'Libro de invitados'),
('es', 'product_reviews.two_star_icon', '★★'),
('es', 'product_reviews.type_message', 'Escriba un mensaje...'),
('es', 'product_reviews.update_reply', 'Actualizar respuesta'),
('es', 'product_reviews.uploader_drop_zone_description', 'Drop images here'),
('es', 'product_reviews.uploader_drop_zone_info', 'Photo up to [max_size]'),
('es', 'product_reviews.use_for_reviews', 'Formularios de comentarios y opiniones'),
('es', 'product_reviews.vendor', 'Vendedor'),
('es', 'product_reviews.vendor_reply', 'Respuesta del vendedor'),
('es', 'product_reviews.verified_purchase', 'Compra verificada'),
('es', 'product_reviews.very_good', 'Muy bueno'),
('es', 'product_reviews.vote_down', 'Vota hacia abajo'),
('es', 'product_reviews.vote_up', 'Vota hacia arriba'),
('es', 'product_reviews.without_photo', 'Sin foto'),
('es', 'product_reviews.with_photo', 'Con foto'),
('es', 'product_reviews.write_review', 'Escribe una opinión'),
('es', 'product_reviews.write_review_anonymously', 'Escriba tu opinión de forma anónima'),
('es', 'product_reviews.write_your_review', 'Escribe tu opinión'),
('es', 'product_reviews.your_rating', 'Tu puntuación'),
('es', 'product_reviews.you_have_to_buy_product_before_writing_review', 'No puedes escribir una opinión para este producto. Los clientes sólo pueden escribir opiniones sobre los productos que han comprado. Si realmente has comprado este producto, pero sigues viendo este mensaje, ponte en contacto con nosotros.'),
('es', 'product_s', 'Producto(s)'),
('es', 'product_state_description.mve', '<p>You\'ve activated your [product]. You can use it without time restrictions now. For advanced features (such as separate checkout for each vendor, and vendor-created promotions), get the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus license.</a> To use multiple domains for your marketplace, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br>'),
('es', 'product_state_description.mve.new', '<p>Acceso completo sin restricciones a todas las funciones. Ingrese un número de licencia válido para activar.<p><p>Este modo se puede activar en cualquier momento.</p><br />'),
('es', 'product_state_description.mve.plus', '<p>Access to all the functionality, except for multiple storefronts. To have domains for specific audiences, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br />'),
('es', 'product_state_description.mve.ru', '<p>You\'ve activated your [product]. You can use it without time restrictions now. For advanced features (such as separate checkout for each vendor, and vendor-created promotions), get the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus license.</a> To use multiple domains for your marketplace, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br>'),
('es', 'product_state_description.mve.ru.new', '<p>Acceso sin restricciones a todas las funciones. Ingrese un número de licencia válida para activar el acceso.</p><p>Este modo puede activarse en cualquier momento.</p><br />'),
('es', 'product_state_description.mve.ru.plus', '<p>Access to all the functionality, except for multiple storefronts. To have domains for specific audiences, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br />'),
('es', 'product_state_description.mve.ru.ultimate', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('es', 'product_state_description.mve.ultimate', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('es', 'product_state_description.ult', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('es', 'product_state_description.ult.b2b', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('es', 'product_state_description.ult.b2b.new', '<p>You can use one of these licenses: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> or <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Both licenses allow you to use [product] without time restrictions.</p><br>'),
('es', 'product_state_description.ult.b2b.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('es', 'product_state_description.ult.new', '<p>Puede utilizar una de estas licencias:<a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> o <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Definitivo</a>. Ambas licencias le permiten utilizar [product] sin restricciones de tiempo.</p><br>'),
('es', 'product_state_description.ult.ru', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('es', 'product_state_description.ult.ru.new', '<p> Puede usar una de estas licencias: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> o<a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Definitivas </a>. Ambas licencias le permiten usar el [product] sin restricciones de tiempo.</p><br>'),
('es', 'product_state_description.ult.ru.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('es', 'product_state_description.ult.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('es', 'product_subscriptions', 'Suscripciones de producto'),
('es', 'product_summary', 'Sumario de producto'),
('es', 'product_tabs', 'Pestañas de producto'),
('es', 'product_type', 'Tipo de producto'),
('es', 'product_url', 'URL del producto'),
('es', 'product_variations.add_variations', 'Agregar variaciones'),
('es', 'product_variations.add_variations_description', 'Allow customers to switch between similar products by selecting the desired value of their common features.'),
('es', 'product_variations.belongs_to_catalog_item', 'Belongs to catalog item:'),
('es', 'product_variations.cant_edit_feature_categories', 'Couldn\'t assign feature to categories or a feature group. Some variations use this feature and aren\'t in the categories you tried to assign. Please delete <a href=\"[href]\">these products</a>, or disband their variation groups, or assign them to the same categories as feature or feature group, and try again.'),
('es', 'product_variations.converter.features.list.hint', 'Below you\'ll find the list of features and feature variants that will be created during the conversion.'),
('es', 'product_variations.converter.features.list.title', 'Features and feature variants'),
('es', 'product_variations.converter.features.merge', 'Merge selected'),
('es', 'product_variations.converter.features.unmerge', 'Split'),
('es', 'product_variations.converter.progress.combinations.error', 'Couldn\'t convert option combination \"[combination]\" of product \"[product]\"'),
('es', 'product_variations.converter.progress.combinations.title', 'Converting option combinations'),
('es', 'product_variations.converter.progress.configurable_products.error', 'Couldn\'t convert product \"[product]\"'),
('es', 'product_variations.converter.progress.configurable_products.title', 'Converting configurable products'),
('es', 'product_variations.converter.progress.errors', 'Errors'),
('es', 'product_variations.converter.progress.features.error', 'Couldn\'t create feature \"[feature]\"'),
('es', 'product_variations.converter.progress.features.title', 'Creating features'),
('es', 'product_variations.converter.progress.products_with_combinations.error', 'Couldn\'t convert product \"[product]\"'),
('es', 'product_variations.converter.progress.products_with_combinations.error_with_reason', 'Couldn\'t convert product \"[product]\". Reason: [error]'),
('es', 'product_variations.converter.progress.products_with_combinations.no_available_combinations', 'Product doesn\'t have any option combinations.'),
('es', 'product_variations.converter.progress.products_with_combinations.only_one_combination', 'A product with only one available option combination can\'t be converted to a variation. It will work properly even without conversion.'),
('es', 'product_variations.converter.progress.products_with_combinations.title', 'Converting products with option combinations'),
('es', 'product_variations.converter.progress.result.combinations_count', 'Number of converted option combinations:'),
('es', 'product_variations.converter.progress.result.configurable_products_count', 'Number of converted configurable products:'),
('es', 'product_variations.converter.progress.result.go_on_products', 'Go to products'),
('es', 'product_variations.converter.progress.result.products_with_combinations_count', 'Number of converted products with option combinations:'),
('es', 'product_variations.converter.progress.result.title', 'Conversion results'),
('es', 'product_variations.converter.progress.result.variations_count', 'Number of converted variations:'),
('es', 'product_variations.converter.progress.variations.error', 'Couldn\'t convert product \"[product]\"'),
('es', 'product_variations.converter.progress.variations.title', 'Converting variations'),
('es', 'product_variations.converter.progress.wait_another_process', 'Please wait while another process will be complete'),
('es', 'product_variations.converter.result.problems_encountered', 'Some of the products couldn\'t be converted. This is not a standard situation and wasn\'t supposed to happen. There are several ways to address it:<ul><li>Check the products that couldn\'t be converted and configure them manually.</li><li>Contact our technical support via Help Desk, and we\'ll see why products weren\'t converted and what can be done about it.</li></ul>'),
('es', 'product_variations.converter.view.combinations_count', 'Number of option combinations found:'),
('es', 'product_variations.converter.view.configurable_products_count', 'Number of configurable products found:'),
('es', 'product_variations.converter.view.no_data', 'No data for conversion found: it appears that your store doesn\'t have option combinations or product variations.'),
('es', 'product_variations.converter.view.products_with_combinations_count', 'Number of products with option combinations found:'),
('es', 'product_variations.converter.view.title', 'Converting products into variations'),
('es', 'product_variations.converter.view.variations_count', 'Number of product variations found:'),
('es', 'product_variations.create_new', 'Create new products'),
('es', 'product_variations.delete', 'Disband group'),
('es', 'product_variations.delete_product', 'Delete product'),
('es', 'product_variations.edit_features', 'Edit features'),
('es', 'product_variations.error.cannot_mark_main_product_child_product', 'Product #[product_id] in group \"[group_code]\" isn\'t a variation, so it can\'t become default for a catalog item'),
('es', 'product_variations.error.features_is_empty', 'Features couldn\'t be found'),
('es', 'product_variations.error.feature_combination_is_invalid_for_product', 'Wrong combination of features for product #[product_id] \"[product]\"'),
('es', 'product_variations.error.generate_combinations_is_empty', 'Couldn\'t generate variations. Please specify the values of features to generate variations.'),
('es', 'product_variations.error.generate_products_is_empty', 'No new products were created'),
('es', 'product_variations.error.group_code_is_duplicate', 'The specified variation group code is already in use'),
('es', 'product_variations.error.group_code_is_invalid', 'Couldn\'t set this code for variation group. A group code can contain only digits, Latin characters, and the following signs: \"-\" and \"_\"'),
('es', 'product_variations.error.group_code_is_required', 'Variation group code must be specified'),
('es', 'product_variations.error.group_not_found', 'Variation group #[id] not found'),
('es', 'product_variations.error.group_not_found_by_product', 'Couldn\'t find variation group for #[product_id] \"[product]\"'),
('es', 'product_variations.error.no_available_products', 'No suitable products were found'),
('es', 'product_variations.error.product_company_does_not_match_to_group_company.mve', 'Product #[product_id] \"[product]\" can\'t be added to the variation group because all products in a variation group must belong to the same vendor.'),
('es', 'product_variations.error.product_company_does_not_match_to_group_company.ult', 'Product #[product_id] \"[product]\" can\'t be added to the variation group because all products in a variation group must belong to the same storefront.'),
('es', 'product_variations.error.product_has_not_required_features', 'Product #[product_id] \"[product]\" doesn\'t have the required features to become a variation. Please set feature values for that product.'),
('es', 'product_variations.error.product_ids_empty', 'Products couldn\'t be found'),
('es', 'product_variations.error.product_not_found', 'Product #[product_id] not found'),
('es', 'product_variations.error.product_not_found_in_group', 'Product #[product_id] not found in variation group \"[group_code]\"'),
('es', 'product_variations.error.product_with_features_combination_exits', 'Product #[product_id] \"[product]\" has the exact same combination of feature values as a variation that already exists in the group.'),
('es', 'product_variations.exim.result_notice', 'Data is imported successfully.<br />New products - <b>[new]</b>;<br />Updated products - <b>[exist]</b>;<br />Skipped products - <b>[skipped]</b>;<br />Total - <b>[total]</b>;<br />Created variations - <b>[variation_created]</b>;<br />Updated variations - <b>[variation_updated]</b>;<br />Disbanded variations - <b>[variation_removed]</b>.'),
('es', 'product_variations.feature_can_be_deleted', 'Couldn\'t delete a feature or its variant because at least one variation group is based on it. Please delete <a href=\"[href]\">these products</a> or disband their product groups, and try again.'),
('es', 'product_variations.feature_used_by_variation_group.tooltip', 'This feature is used by variation group [code]. To choose a different value of this feature for a product, switch to the \"Variations\" tab of the product editing page. New values can be added on the feature editing page.'),
('es', 'product_variations.group_code', 'Variation group'),
('es', 'product_variations.group_code.description', 'Use the group code on a product editing page or during import to add the product to this group as a variation. A group code can contain only digits, Latin characters, and the following signs: \"-\" and \"_\".'),
('es', 'product_variations.group_code.link', 'Add to variation group'),
('es', 'product_variations.group_code.link.description', 'Select the code of the group to which this product will be added as a variation. If the desired variation group doesn\'t appear among suggestions, please make sure that you have specified the value for every feature that defines the group.'),
('es', 'product_variations.group_code.placeholder', 'Set custom group code here'),
('es', 'product_variations.hide_add_to_wishlist_button', 'Botón para ocultar la opción de agregar a la lista de deseos'),
('es', 'product_variations.link_existing', 'Use existing products'),
('es', 'product_variations.manage', 'Manage variations'),
('es', 'product_variations.mark_main_product', 'Set as default variation'),
('es', 'product_variations.notice.is_old_product_variation', 'This product is an old variation that hasn\'t been converted yet. To make it work as before the upgrade, <a href=\"[convert_url]\">convert old variations to new variations</a>.'),
('es', 'product_variations.notice.old_product_variations_exists', 'Your store still has old product variations. They currently appear as separate products, without the ability to switch between them. To make them work as before the upgrade, <a href=\"[convert_url]\">convert old variations to new variations</a>. It\'s easy and automatic.'),
('es', 'product_variations.no_available_features', 'This product doesn\'t have features that allow grouping products. Please make sure that:<ol><li>You have created at least one feature with <b>Purpose:</b> <i>Variations as separate products</i> or <i>Variations as one product</i>.</li><li>You have specified the value of that feature for the product.</li></ol>'),
('es', 'product_variations.product_type', 'Product type'),
('es', 'product_variations.product_type.catalog_item', 'Catalog item'),
('es', 'product_variations.product_type.variation_of_catalog_item', 'Variation of a catalog item'),
('es', 'product_variations.remove_variation', 'Remove variation from group'),
('es', 'product_variations.select_variation', 'Select a Variation'),
('es', 'product_variations.show_product_code', 'Muestra el código del producto'),
('es', 'product_variations.show_variation_thumbnails', 'Muestra las miniaturas de variación'),
('es', 'product_variations.too_many_combinations', 'Sorry, there are too many possible variations that can be generated. To prevent heavy load, we won\'t display them here. Please create the products with the right feature values manually or via import, and add them to the group.'),
('es', 'product_variations.upgrade_notification.convert_variations_message', '<p>Product variations in version 4.10.1 are more powerful than ever. They can now occupy separate positions in the catalog, be filtered and imported easily. To achieve this, we remade variations from scratch. They are now based on features instead of options.</p><p><b>We have disabled the old variations in your store, because they won’t work until they are converted.</b> The conversion is automatic, we just need your consent. Please check what we plan to do, and convert variations to use features.</p><p><a href=\"[convert_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check and convert variations</a> <a href=\"https://docs.cs-cart.com/4.10.x/user_guide/manage_products/products/product_variations.html\" target=\"_blank\" class=\"btn btn-large\">Learn more about variations</a></p>'),
('es', 'product_variations.upgrade_notification.convert_variations_title', 'Convert product variations to use features'),
('es', 'product_variations.variations', 'Variaciones'),
('es', 'product_variations.variations_filling', 'Variaciones'),
('es', 'product_variations.variations_list', 'Variaciones'),
('es', 'product_variations.variations_list_block_name', 'Lista de variaciones'),
('es', 'product_variations.variations_list_tab_name', 'View all variations as list'),
('es', 'product_variations.variations_naming_strategy.key_value', 'Color: Red, Size: Small'),
('es', 'product_variations.variations_naming_strategy.value', 'Red, Small'),
('es', 'product_variations.variation_of_product', 'Variation of catalog item <a href=\"[url]\">[product]</a>'),
('es', 'profile', 'Perfil'),
('es', 'profiles', 'Perfiles'),
('es', 'profile_activated', 'Cuenta activada'),
('es', 'profile_deactivated', 'Cuenta desactivada'),
('es', 'profile_details', 'Datos del perfil'),
('es', 'profile_fields', 'Campos del perfil'),
('es', 'profile_fields_menu_description', 'Configure el conjunto de campos incluidos en los formularios de perfil.'),
('es', 'profile_field_name', 'Nombre del campo'),
('es', 'profile_field_name_tooltip', 'Una secuencia de caracteres que sirve como identificador. Puedes usar figuras del 0 al 9, símbolos del alfabeto inglés y el símbolo \"_\".'),
('es', 'profile_info', 'Información del perfil'),
('es', 'profile_name', 'Nombre del perfil'),
('es', 'profile_type', 'Tipo de perfil'),
('es', 'profile_types_section_seller', 'Vendor information'),
('es', 'profile_types_section_user', 'Customers and admins'),
('es', 'project_id', 'ID de proyecto'),
('es', 'project_password', 'Contraseña de proyecto'),
('es', 'prolongate_download_key', 'Prolongar descarga de clave a'),
('es', 'promotion', 'Promoción'),
('es', 'promotions', 'Promociones'),
('es', 'promotions.cond_all', 'todos'),
('es', 'promotions.cond_any', 'cualquier'),
('es', 'promotions.cond_false', 'falso'),
('es', 'promotions.cond_true', 'verdadero'),
('es', 'promotions_menu_description', 'Promover productos y ofrecer bonificaciones basadas en grupos de clientes.'),
('es', 'promotion_bonus_discount_on_categories', 'Descuento en todos los productos en categorías'),
('es', 'promotion_bonus_discount_on_products', 'Descuento en productos'),
('es', 'promotion_bonus_free_products', 'Productos gratis'),
('es', 'promotion_bonus_free_shipping', 'Gastos de envío gratis'),
('es', 'promotion_bonus_gift_certificate', 'Certificado de regalo'),
('es', 'promotion_bonus_give_coupon', 'Dar cupón'),
('es', 'promotion_bonus_give_points', 'Dar puntos'),
('es', 'promotion_bonus_give_usergroup', 'Otorgar grupo de usuarios'),
('es', 'promotion_bonus_order_discount', 'Descuento del pedido'),
('es', 'promotion_bonus_product_discount', 'Descuento del producto'),
('es', 'promotion_cond_auto_coupons', 'Códigos de cupón generados automáticamente'),
('es', 'promotion_cond_birthday', 'Fecha de nacimiento'),
('es', 'promotion_cond_categories', 'Categorías'),
('es', 'promotion_cond_country', 'País del cliente (envío)'),
('es', 'promotion_cond_coupon_code', 'Código de cupón'),
('es', 'promotion_cond_feature', 'Característica de producto'),
('es', 'promotion_cond_number_of_usages', 'Número de usos'),
('es', 'promotion_cond_once_per_customer', 'Una vez por cliente'),
('es', 'promotion_cond_payment', 'Método de pago'),
('es', 'promotion_cond_price', 'Precio del producto'),
('es', 'promotion_cond_products', 'Productos'),
('es', 'promotion_cond_products_number', 'Total de productos en el carro'),
('es', 'promotion_cond_purchased_products', 'Productos comprados'),
('es', 'promotion_cond_reward_points', 'Puntos en la cuenta del usuario'),
('es', 'promotion_cond_shipping', 'Métodos de envío'),
('es', 'promotion_cond_state', 'Estado del cliente (envío)'),
('es', 'promotion_cond_subscribed', 'Al cliente se ha suscrito'),
('es', 'promotion_cond_subtotal', 'Subtotal de pedido'),
('es', 'promotion_cond_total', 'Total del pedido'),
('es', 'promotion_cond_total_weight', 'Peso total de productos en el carro'),
('es', 'promotion_cond_usergroup', 'Grupo de usuario'),
('es', 'promotion_cond_users', 'Usuarios'),
('es', 'promotion_cond_zip_postal_code', 'Código postal del cliente (envío)'),
('es', 'promotion_op_amount', 'cantidad'),
('es', 'promotion_op_cont', 'contiene'),
('es', 'promotion_op_eq', 'igual'),
('es', 'promotion_op_gt', 'mayor'),
('es', 'promotion_op_gte', 'igual o mayor'),
('es', 'promotion_op_in', 'en'),
('es', 'promotion_op_lt', 'menos'),
('es', 'promotion_op_lte', 'igual o menor'),
('es', 'promotion_op_ncont', 'No contiene'),
('es', 'promotion_op_neq', 'No es igual'),
('es', 'promotion_op_nin', 'No está en'),
('es', 'promo_code', 'Código de promoción'),
('es', 'promo_code_or_certificate', 'Certificado de regalo o código de promoción'),
('es', 'promo_text', 'Texto Promo'),
('es', 'properties', 'Propiedades'),
('es', 'protection_eligibility', 'Elegibilidad de protección'),
('es', 'provider', 'Proveedor'),
('es', 'pspid', 'PSPID'),
('es', 'public', 'Publico'),
('es', 'public_files', 'Archivos públicos'),
('es', 'public_key', 'Clave pública'),
('es', 'purchased', 'Comprado'),
('es', 'purchased_in_orders', 'Comprado en pedidos'),
('es', 'purchased_qty', 'Cantidad comprada'),
('es', 'purchasers_name', 'De'),
('es', 'purchase_gift_certificate', 'Compre un Certificado de Regalo'),
('es', 'purpose', 'Purpose'),
('es', 'qty', 'Cantidad'),
('es', 'qty_discounts', 'Descuentos por cantidad'),
('es', 'qty_discount_type_tooltip', 'Importe/porcentaje fijo que se quitará del precio'),
('es', 'quantity', 'Cantidad'),
('es', 'quantity_step', 'Salto de cantidad'),
('es', 'query', 'Consulta'),
('es', 'questions', 'Preguntas'),
('es', 'question_text', 'Texto de la pregunta'),
('es', 'quick_checkout', 'Pago rápido'),
('es', 'quick_links', 'Enlaces rápidos'),
('es', 'quick_menu', 'Menú rápido'),
('es', 'quick_product_viewer', 'Visor rápido de producto'),
('es', 'quick_view', 'Vista rápida'),
('es', 'radiogroup', 'Grupo de radiobuttons'),
('es', 'random', 'Aleatorio'),
('es', 'rank_number', 'Número de rank (\'machine\')'),
('es', 'rates_depend_on', 'Las tarifas depende de'),
('es', 'rate_area', 'Rate area'),
('es', 'rate_areas', 'Rate areas'),
('es', 'rate_calculation', 'Cálculo de precio'),
('es', 'rate_calculation_by_rate_area', 'Manual (by defined rate area)'),
('es', 'rate_calculation_manual', 'Manual (por destino definido)'),
('es', 'rate_calculation_realtime', 'Tiempo real'),
('es', 'rate_value', 'Valor de la tarifa'),
('es', 'rating', 'Grado'),
('es', 'read', 'Leer'),
('es', 'readme', 'Léeme'),
('es', 'read_more_3d_secure', 'Leer más sobre 3-D Secure'),
('es', 'reason', 'Razón'),
('es', 'reasons', 'razones'),
('es', 'reason_text', 'Respuesta del procesador del pago'),
('es', 'rebuild_cache_automatically', 'Reconstruir caché automáticamente'),
('es', 'rebuild_cache_automatically_tooltip', 'Los archivos modificados son rastreados en tiempo real (incluyendo los archivos modificados directamente en el servidor) y actualizados en la caché. Se desactivará la cahés de bloques. El rendimiento de la tienda puede verse afectado levemente. Se recomienda deshabilitar en producción.'),
('es', 'rebuild_combinations', 'Reconstruir combinaciones'),
('es', 'recalculate', 'Recalcular'),
('es', 'recalculate_order', 'Recalcular pedido'),
('es', 'recalculate_rates', 'Recalcular tasas'),
('es', 'recalculate_shipping_cost', 'Calcular el costo de envío'),
('es', 'recalculate_totals', 'Recalcular totales'),
('es', 'recaptcha.text_forbidden_countries_notice', '<p>Google reCAPTACHA will be disabled for the selected countries. Instead, visitors from those countries will be asked to type a few symbols they see on the screen.</p>'),
('es', 'recaptcha.text_settings_notice', '<p>The instructions on how to get the <b>site key</b> and <b>secret</b> are available <b><a target=\"_blank\" href=\"https://developers.google.com/recaptcha/intro\">here</a></b>.<br>Please note that the add-on currently supports only <b>reCAPTCHA v2: Checkbox</b></p>'),
('es', 'recaptcha_settings_notice', '<p>Las instrucciones de cómo obtener la<b>clave del sitio</b> y <b>la pregunta secreta</b>están disponibles<b><a target=\"_blank\" href=\"https://developers.google.com/recaptcha/docs/start\">aquí</a></b></p>'),
('es', 'recaptcha_upgrade_notification_text', '[product] ahora viene con el <b> complemento de reCAPTCHA de Google</b> para mejorar la validación anti-bot. El complemento ha sido instalado y activado durante la actualización, pero el antiguo CAPTCHA será utilizado hasta que configure el complemento. Le recomendamos que cambie el reCAPTCHA de Google tan pronto como pueda. Para hacer eso:<ol><li>Vaya a<b>Complementos → Manejar complementos</b>.</li><li> Encuentre y haga clic en <b>reCAPTCHA de Google</b>en la lista de complementos.</li><li>Una ventana emergente se abrirá. Ingrese <b>la clave del sitio</b>y<b>La pregunta secreta</b>, luego guarde los cambios. Las instrucciones relacionadas con cómo obtener la clave y el token están disponibles<a href=\'https://developers.google.com/recaptcha/docs/start\'> aquí</a>.</li></ol><b> el complemento de reCAPTCHA de Google es compatible solamente con el tema adaptativo y sus<a href=\'http://docs.cs-cart.com/4.5.x/designer_guide/parent_themes.html\'>temas para niños</a>.</b>Por favor contacte el desarrollador de su tema para mayor información antes de cambiar a reCAPTCHA de Google.'),
('es', 'recaptcha_upgrade_notification_title', 'Cambiar a reCAPTCHA de Google para protegerse en contra de bots'),
('es', 'recent_activity', 'Actividad reciente'),
('es', 'recent_blog_posts', 'Entradas recientes'),
('es', 'recent_orders', 'Pedidos recientes'),
('es', 'recent_products', 'Productos visitados'),
('es', 'recheck', 'Comprovar de nuevo'),
('es', 'recipient', 'Destinatario'),
('es', 'recipients_name', 'Para'),
('es', 'recipient_description', 'Descripción del Comerciante'),
('es', 'recommended', 'Recomendado'),
('es', 'recommenders', 'REES46'),
('es', 'recover', 'Recuperar'),
('es', 'recover_password', 'Recuperar la contraseña'),
('es', 'recover_password_subj', 'Recuperación de la contraseña'),
('es', 'recursively', 'Recurrentemente'),
('es', 'redesk_connection_ask_question', 'Ask a question'),
('es', 'redesk_connection_create_ticket', 'Contact vendor'),
('es', 'redesk_connection_multivendor_contact_form_info', 'If all is set up correctly, you can use the following contact form with the Re:Desk departments, which will send the messages directly to your Re:Desk help desk:<br /><a href=\"[http_location]/?dispatch=redesk_connection_multivendor.contact\" target=\"_blank\">[http_location]/?dispatch=redesk_connection_multivendor.contact</a>'),
('es', 'redesk_connection_multivendor_manage', 'Import Vendors into Re:Desk'),
('es', 'redesk_create_vendors_accounts', 'Create manager accounts into Re:Desk for Vendors'),
('es', 'redesk_import_vendors', 'Import vendors into Re:Desk'),
('es', 'redesk_import_vendors_as_departments', 'Import Vendors into Re:Desk as Departments'),
('es', 'redirect_customer_from_storefront', 'Redirigir los visitantes de esta tienda a la que tenga definidos países para las direcciones IP de los visitantes'),
('es', 'rees46_docs', '\n            <p>Ознакомьтесь с <a href=\"http://docs.rees46.com/pages/viewpage.action?pageId=1409157\" target=\"_blank\">подробной инструкцией</a> по настройке модуля и расстановке блоков рекомендаций.</p>\n        '),
('es', 'rees46_error_export_order', 'Для выгрузки заказов и синхронизации статусов заказов введите код и секретный ключ вашего магазина в настройках модуля.'),
('es', 'rees46_export_order', 'Выгрузить заказы'),
('es', 'rees46_export_success', 'Выгрузка заказов в REES46 успешно инициирована.'),
('es', 'rees46_export_unsuccess', 'Ошибка инициализации выгрузки заказов в REES46.'),
('es', 'rees46_info', '\n            <p>Если вы ещё не зарегистрированы в REES46, то, пожалуйста, <a href=\"http://rees46.com\" target=\"_blank\">зарегистрируйтесь</a>. Затем добавьте свой интернет-магазин в <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личном кабинете</a> REES46. Обратите внимание на \"<b>код магазина</b>\" и \"<b>секретный ключ</b>\", они понадобятся для настройки модуля.</p>\n        '),
('es', 'rees46_menu', 'Рекомендательная система REES46'),
('es', 'rees46_menu_settings', 'Настройки'),
('es', 'rees46_orders', '\n            <p>Процесс обучения алгоритма рекомендаций занимает определенное время. Основное время, как правило, требуется на сбор информации и построение взаимосвязей между покупателями и товарами. Ускорить это время можно, загрузив в систему REES46 историю ваших заказов за последние полгода. Это позволяет построить рекомендации для ваших предыдущих клиентов и сформировать более детальные связи между товарами. Загрузка истории может занять некоторое время.</p>\n        '),
('es', 'rees46_orientation_horizontal', 'Горизонтальное'),
('es', 'rees46_orientation_vertical', 'Вертикальное'),
('es', 'rees46_products_per_line', 'Кол-во товаров в каждой линии блока'),
('es', 'rees46_recommender_code', 'Уникальный код блока рекомендаций'),
('es', 'rees46_recommender_orientation', 'Расположение блока');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('es', 'rees46_statistics', '\n            <p>Для анализа статистики работы товарных рекомендаций, пожалуйста, перейдите в ваш <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личный кабинет</a> REES46.</p>\n        '),
('es', 'rees46_yml', '\n            <p>Ссылку на YML-файл необходимо указать в настройках <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личного кабинета</a> REES46.</p>\n        '),
('es', 'referer', 'Sitios de referencia'),
('es', 'referrers', 'Referenciadores'),
('es', 'referrer_domain', 'Dominio Referrer'),
('es', 'refresh', 'Actualizar'),
('es', 'refresh_packages_list', 'Actualizar las actualizaciones disponibles'),
('es', 'refund', 'Reembolso'),
('es', 'refunded', 'Reembolsado'),
('es', 'refunded_amount', 'Cantidad reembolsada'),
('es', 'regexp', 'RegExp'),
('es', 'regexp_hint', 'Si utiliza una comprobación por regexp, es necesario establecer un mensaje informando del llenado incorrecto del campo, de lo contrario la comprobación no se realizará'),
('es', 'region', 'Región'),
('es', 'regions', 'Regiones'),
('es', 'register', 'Registro'),
('es', 'registered', 'Registrado'),
('es', 'registered_customers', 'Clientes registrados'),
('es', 'register_autoresponder', 'Confirmación de correo electrónico'),
('es', 'register_new_account', 'Registrar una nueva cuenta'),
('es', 'register_profile', 'Registrar perfil'),
('es', 'registration', 'Registro'),
('es', 'registration_date', 'Fecha del Registro'),
('es', 'regnumber', 'Número de Registro'),
('es', 'related_gift_cert', 'Certificados de regalo relacionados'),
('es', 'related_order', 'Pedido relacionado'),
('es', 'release_date', 'Fecha de lanzamiento'),
('es', 'remember_me', 'Recordar'),
('es', 'remove', 'Borrar'),
('es', 'remove_backup_files', 'Eliminar archivos de copia de seguridad'),
('es', 'remove_cc_info', 'Eliminar información CC'),
('es', 'remove_invoice', 'Eliminar factura'),
('es', 'remove_new_orders_filter_upgrade_notification_text', '<p>In previous versions, every administrator could search for orders that he or she hadn\'t viewed yet (\"New orders\"). Because not every administrator views every order, the list of \"new orders\" only kept growing, which could affect the database negatively in a very long run.</p><p>The \"New orders\" condition in the advanced search has been removed. Please take that into account if you have any saved searches with that condition.</p><p><a href=\"[saved_searches]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check saved searches</a></p>'),
('es', 'remove_new_orders_filter_upgrade_notification_title', 'Search for \"New orders\" removed'),
('es', 'remove_theme', 'Quitar tema'),
('es', 'remove_this_item', 'Borrar este articulo'),
('es', 'rename', 'Renombrar'),
('es', 'repay_order', 'Pagar pedido'),
('es', 'reply', 'Reply'),
('es', 'reply_to', 'Responder a'),
('es', 'report', 'Informe'),
('es', 'reports', 'Informes'),
('es', 'reports_interval_1', 'Total'),
('es', 'reports_interval_3', 'Día'),
('es', 'reports_interval_5', 'Semana'),
('es', 'reports_interval_7', 'Mes'),
('es', 'reports_interval_9', 'Año'),
('es', 'reports_list', 'Lista de informes'),
('es', 'reports_parameter_1', 'Totales de pedidos'),
('es', 'reports_parameter_10', 'Gastos de envío'),
('es', 'reports_parameter_11', 'Categorías'),
('es', 'reports_parameter_12', 'Productos'),
('es', 'reports_parameter_13', 'Coste de productos'),
('es', 'reports_parameter_14', 'Número de productos'),
('es', 'reports_parameter_15', 'Gerentes'),
('es', 'reports_parameter_2', 'El número de pedidos'),
('es', 'reports_parameter_3', 'Pedidos'),
('es', 'reports_parameter_4', 'Estados de pedidos'),
('es', 'reports_parameter_5', 'Métodos de pago'),
('es', 'reports_parameter_6', 'Rate areas'),
('es', 'reports_parameter_7', 'Usuarios'),
('es', 'reports_parameter_8', 'Cupones y descuentos'),
('es', 'reports_parameter_9', 'Impuestos'),
('es', 'report_a_bug', 'Reportar un error'),
('es', 'request', 'Petición'),
('es', 'requests_count', 'Cuenta de peticiones'),
('es', 'requesttype', 'Tipo de solicitud'),
('es', 'request_account_name', 'Nombre de cuenta solicitado'),
('es', 'request_error_information', 'Los clientes han tenido problemas para recibir tarifas del <b> método de envío[shipping]</b>. Asegúrese de que esté configurado correctamente y de que el cálculo de la tarifa de envío sea correcto'),
('es', 'request_error_information_title', 'Error de envío'),
('es', 'request_statuses', 'estados de petición'),
('es', 'required', 'Requerido'),
('es', 'required_not_answered', 'Usted debe contestar todas las preguntas obligatorias'),
('es', 'required_products', 'Productos requeridos'),
('es', 'required_products_added', 'Los siguientes productos solicitados se agregaron a su carrito. \nEl siguiente producto solicitado fue agregado a su carrito'),
('es', 'required_products_out_of_stock', 'Este producto no puede ser agregado a su carrito, porque el siguiente producto solicitado no se encuentra en existencia:\n\nEste producto no puede ser agregado a su carrito, porque los siguientes productos solicitados no se encuentran en existencia:'),
('es', 'reset', 'Reset'),
('es', 'reset_filter', 'Reiniciar filtro'),
('es', 'reset_inventory', 'Reiniciar inventario'),
('es', 'reset_password', 'Resetear contraseña'),
('es', 'reset_quantity_to_zero', 'Establecer la cantidad de todos los productos a cero'),
('es', 'reset_quantity_to_zero_tooltip', 'Si habilita esta configuración, todos los productos en su tienda tendrán su cantidad configurada en 0, a excepción de los productos que tienen la cantidad especificada en el archivo importado.'),
('es', 'resolved', 'Resuelto'),
('es', 'response', 'Respuesta'),
('es', 'responsive_admin.email_order_invoice_subject', '[company_name]: Factura del pedido'),
('es', 'restore', 'Restaurar'),
('es', 'restore_default', 'Usar valor por defecto'),
('es', 'restore_default_value', 'Restaurar el valor predeterminado'),
('es', 'restore_from_repository', 'Restaurar desde el repositorio'),
('es', 'restore_original', 'Restaurar original'),
('es', 'restore_robots', 'Restaurar el robots.txt por defecto'),
('es', 'ResultCode', 'ResultCode'),
('es', 'ResultDescription', 'Descripción resultado'),
('es', 'return', 'Volver a vista normal'),
('es', 'returnable', 'Reembolsable'),
('es', 'returnable_product', 'Producto con opción de devolver'),
('es', 'returned_product', 'Producto devuelto'),
('es', 'returned_products', 'Productos devueltos'),
('es', 'returning_customer', 'Cliente registrado'),
('es', 'returns', 'Devoluciones'),
('es', 'returns_info', 'Información de devoluciones'),
('es', 'return_info', 'Información de devolución'),
('es', 'return_period', 'Periodo de devolución'),
('es', 'return_period_days', 'Periodo de devolución (días)'),
('es', 'return_printslip', 'Etiqueta de retorno'),
('es', 'return_products_information', 'Información de productos a devolver'),
('es', 'return_registration', 'Solicitar devolución'),
('es', 'return_requests', 'Peticiones de Devolución'),
('es', 'return_requests_menu_description', 'Ver y procesar solicitudes de devolución de pedidos realizados en su sitio web.'),
('es', 'return_requests_note', 'Ir a la lista de sus solicitudes de devolución'),
('es', 'return_status', 'Estado de las devoluciones'),
('es', 'return_url_target', 'URL destino de retorno'),
('es', 'reuse', 'Reusar'),
('es', 'reversa_rastreamento', 'Rastreamento'),
('es', 'reversed', 'Revertida'),
('es', 'revert', 'Revertir'),
('es', 'reviews', 'reseña | Reseñas'),
('es', 'reward_points', 'Puntos de recompensa'),
('es', 'reward_points_log', 'Registro de puntos de recompensa'),
('es', 'reward_points_menu_description', 'Asigna puntos de recompensa globales en su tienda.'),
('es', 'reward_points_subj_added_to', '[n] punto ha sido agregado a su cuenta. [n] puntos han sido agregados a su cuenta.'),
('es', 'reward_points_subj_subtracted_from', '[n] punto ha sido restado de su cuenta.|[n] puntos han sido restados de su cuenta.'),
('es', 're_desk_contact_us', 'Contact us'),
('es', 're_desk_department', 'Vendor'),
('es', 're_desk_full_name', 'Full name'),
('es', 're_desk_thank_you', 'Thank you, your message has been sent.'),
('es', 're_desk_you_can_send', 'You can send us a message using the form below.'),
('es', 're_order', 'Repetir este pedido'),
('es', 'right', 'Derecha'),
('es', 'right_to_left_orientation', 'Orientación de derecha a izquierda'),
('es', 'risk_checking', 'Se está comprobando el riesgo. Por favor, intenta recargar esta página en un minuto.'),
('es', 'risk_information', 'Información de riesgo'),
('es', 'rma', 'RMA'),
('es', 'rma_actions', 'Acciones RMA'),
('es', 'rma_notify_supplier', 'Notificar al proveedor'),
('es', 'rma_reasons', 'Razones RMA'),
('es', 'rma_request_statuses', 'Estado de las peticiones RMA'),
('es', 'rma_return', 'Devolución'),
('es', 'robots_title', 'Edición: robots.txt'),
('es', 'romanian', 'Rumano'),
('es', 'root_category', 'Categoría raíz'),
('es', 'root_level', 'Nivel raíz'),
('es', 'root_page', 'Nivel de la pagina'),
('es', 'round_to', 'Redondear a'),
('es', 'routing_code', 'Número de enrutamiento'),
('es', 'rss_created', 'Creado'),
('es', 'rss_display_add_to_cart', 'Mostrar el botón de agregar al carrito de compra'),
('es', 'rss_display_image', 'Mostrar imagen'),
('es', 'rss_display_original_price', 'Mostrar precio neto'),
('es', 'rss_display_price', 'Mostrar precio bruto'),
('es', 'rss_display_sku', 'Pantalla SKU'),
('es', 'rss_feed', 'Feed RSS'),
('es', 'rss_sort_by', 'Clasifique los productos por'),
('es', 'rss_updated', 'Actualizado'),
('es', 'ru.tax_and_payments.upgrade_message.message', '<p>You have upgraded to [product] [version]. This version is prepared for the recent changes in Russian legislation (the increase of VAT to 20% and the support of Fiscal Data Format 1.05 for online cash registers). You\'ll only need to do this:</p><p>— If you use ATOL Online, switch to Fiscal Data Format 1.05 as described <a href=\"https://www.cs-cart.ru/blog/vyishel-cs-cart-4-9-2-c-podderzhkoy-ffd-1-05-v-atol-onlayn/\" target=\"_blank\">in our Russian blog</a>. You may have done it already after the release of version 4.9.2.</p>[tax_conversion][failing_services]'),
('es', 'ru.tax_and_payments.upgrade_message.title', 'Russian Legislation: Preparing for January 1, 2019'),
('es', 'runtime', 'Tiempo de ejecución'),
('es', 'russian', 'Ruso'),
('es', 'rus_geolocation_upgrade_notification_text', '<p>The <b>[rus_geolocation_addon]</b> add-on allowed your customers to select their city and see estimated shipping rates on a product page. That functionality is now a part of a new add-on called <b>[geo_maps_addon]</b>. It is already installed and active.</p><p>Two geolocation add-ons shouldn’t be active at the same time. Please make sure that the old <b>[rus_geolocation_addon]</b> add-on is disabled.</p><p><a href=\"[disable_geolocation]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Disable deprecated add-on here</a></p>'),
('es', 'rus_geolocation_upgrade_notification_title', 'Geolocation: Add-ons deprecated in favor of [geo_maps_addon]'),
('es', 'sale', 'Venta'),
('es', 'sales', 'Ventas'),
('es', 'sales_amount', 'Cantidad de ventas'),
('es', 'sales_commission', 'Comisiones de ventas'),
('es', 'sales_period', 'Período de ventas'),
('es', 'sales_period_total', 'Total del período de ventas'),
('es', 'sales_reports', 'Informes de ventas'),
('es', 'sales_reports_menu_description', 'Estadísticas detalladas de las ventas'),
('es', 'sales_reports_side_bar_notes', 'To include Order statuses, Payment methods and Rate areas in the conditions list, check the necessary item and click on the \"Save\" button.'),
('es', 'salt', 'Sal'),
('es', 'same_as_source', 'igual que la original'),
('es', 'save', 'Guardar'),
('es', 'saved_search', 'Búsquedas guardadas'),
('es', 'save_and_close', 'Guardar y cierrar'),
('es', 'save_and_send', 'Guardar y enviar'),
('es', 'save_as', 'Guardar como...'),
('es', 'save_cc', 'Salvar cartão de crédito'),
('es', 'save_changes', 'Guardar cambios'),
('es', 'save_directory', 'Directorio del servidor'),
('es', 'save_discount', 'Guardar'),
('es', 'save_layout', 'Guardar diseño'),
('es', 'save_layout_as', 'Guardar diseño como'),
('es', 'save_process_payment', 'Guardar y procesar pago'),
('es', 'save_this_search_as', 'Guardar esta búsqueda como'),
('es', 'sb_share', 'Compartir'),
('es', 'scan_for_modified_core_files', 'Buscar archivos principales modificados'),
('es', 'scb_text_notice', 'Por favor, envíe la siguiente URL al soporte de SCB para establecerla como PostbackURL: <br /><b>[return_url]</b>'),
('es', 'screen', 'Pantalla'),
('es', 'screen_resolution', 'Resolución de pantalla'),
('es', 'script', 'Script'),
('es', 'scroller_direction', 'Dirección de desplazamiento automático'),
('es', 'scroll_per_page', 'Desplazamiento por página'),
('es', 'search', 'Buscar'),
('es', 'search_again', 'Nueva búsqueda'),
('es', 'search_by_order', 'Buscar por pedido'),
('es', 'search_by_owner', 'Búsqueda por el propietario'),
('es', 'search_by_price', 'Buscar por precio'),
('es', 'search_by_product_features', 'Buscar por características de productos'),
('es', 'search_by_product_filters', 'Buscar por filtros de producto'),
('es', 'search_by_sku', 'Buscar por código del artículo'),
('es', 'search_by_supplier', 'Búsqueda por proveedor'),
('es', 'search_by_vendor', 'Buscar por tienda'),
('es', 'search_by_weight', 'Buscar por peso'),
('es', 'search_engine', 'Motor de búsqueda'),
('es', 'search_for_pattern', 'Buscar por nombre'),
('es', 'search_in', 'Buscar en'),
('es', 'search_in_category', 'Buscar en familia'),
('es', 'search_in_subcategories', 'Buscar en subfamilias'),
('es', 'search_options', 'Opciones de búsqueda'),
('es', 'search_product', 'Buscar producto'),
('es', 'search_products', 'Buscar productos'),
('es', 'search_results', 'Resultados de la búsqueda'),
('es', 'search_results_for', 'Resultados de la búsqueda para [search]'),
('es', 'search_string', 'Secuencia de la búsqueda'),
('es', 'search_tooltip', 'Búsqueda de productos, clientes, pedidos y páginas de CMS'),
('es', 'search_words', 'Buscar palabras'),
('es', 'secondary_categories', 'Categoría secundaria'),
('es', 'seconds_left', 'queda [n] segundo quedan [n] segundos'),
('es', 'secret_key', 'Clave secreta'),
('es', 'secret_string', 'Cadena secreta'),
('es', 'secret_word', 'Palabra secreta'),
('es', 'section', 'Sección'),
('es', 'section_is_not_completed', 'No se ha completado la sección.'),
('es', 'section_links', 'Sección enlaces'),
('es', 'section_name', 'Nombre sección'),
('es', 'secure', 'Seguro'),
('es', 'secure_checkout', 'Pedidos seguros'),
('es', 'secure_storefront_url', 'URL de la tienda segura'),
('es', 'secure_storefront_url_already_exists', 'El valor del parámetro <strong>URL de tienda segura</strong> mencionado por usted ya pertenece a otra empresa.'),
('es', 'security', 'Seguridad'),
('es', 'security_settings', 'Configuración de seguridad'),
('es', 'see_demo', 'Ver demo'),
('es', 'see_full_templates_list', 'Can\'t find a notification you\'re looking for?<br/><a href=\"[email_template_manage]\">See the full list of email templates</a><br/><a href=\"[internal_template_manage]\">See the full list of on-site notification templates</a>'),
('es', 'select', 'Seleccionar'),
('es', 'selectbox', 'Caja de selección'),
('es', 'selected', 'Seleccionado'),
('es', 'selected_fields', 'Selected fields'),
('es', 'selected_filters', 'Filtros seleccionados'),
('es', 'selected_items', 'Elementos seleccionados'),
('es', 'select_all', 'Selecciona todo'),
('es', 'select_all_product_options', 'Debe seleccionar todas las opciones de producto'),
('es', 'select_block', 'Seleccionar bloque'),
('es', 'select_coordinates', 'Seleccionar coordenadas'),
('es', 'select_country', 'Selecciona país'),
('es', 'select_customer', 'Seleccionar cliente'),
('es', 'select_dates', 'Seleccionar fechas'),
('es', 'select_descr_lang', 'Selecciona la descripción del lenguaje'),
('es', 'select_fields_to_edit', 'Selecciona campo a editar'),
('es', 'select_file', 'Selecciona'),
('es', 'select_image', 'Seleccionar imagen'),
('es', 'select_new_owner_company', 'Seleccione el nuevo propietario de los datos del perfil de la empresa:'),
('es', 'select_one_or_more_type', 'Seleccione una o más opciones'),
('es', 'select_options', 'Seleccione opciones'),
('es', 'select_option_above', 'Seleccione la opción anterior primero'),
('es', 'select_product', 'Seleccione producto'),
('es', 'select_products', 'Seleccione productos'),
('es', 'select_profile', 'Selecciona perfil'),
('es', 'select_shipping_method', 'Selecciona método de envío'),
('es', 'select_single_type', 'Seleccione una sola opción'),
('es', 'select_state', 'Selecciona provincia'),
('es', 'select_storefront', 'Select [store] storefront'),
('es', 'select_tables', 'Selecciona tablas'),
('es', 'sell_files', 'Archivos para vender'),
('es', 'semicolon', 'Punto y coma'),
('es', 'send', 'Enviar'),
('es', 'sender', 'Remitente'),
('es', 'sending_email_to', 'Enviando correo a [email]...'),
('es', 'send_feedback', 'Ayúdenos a mejorar [product]'),
('es', 'send_invitations', 'Invite'),
('es', 'send_notification', 'Envíe notificación a seleccionado(s)'),
('es', 'send_shipment_notification_to_customer', 'Enviar una notificación de envío al cliente'),
('es', 'send_shipping_address', 'Enviar dirección de envío del cliente'),
('es', 'send_test_email', 'Enviar un correo electrónico de prueba'),
('es', 'send_test_notification', 'Send test notification'),
('es', 'send_to', 'Enviar a'),
('es', 'send_to_test_email', 'Enviar un correo electrónico para su comprobación'),
('es', 'send_via', 'Enviar por'),
('es', 'send_via_email', 'Enviar por email'),
('es', 'send_via_postal_mail', 'Enviar por correo postal'),
('es', 'sent', 'Enviado'),
('es', 'seo', 'SEO'),
('es', 'seo.create_redirect', 'Crear redirección de la URL anterior'),
('es', 'seo.error_incorrect_url', 'Formato incorrecto para la dirección URL <b>[url]</b>. Por ejemplo, si su URL es <b>http://example.com/path/to/object</b>, necesita entrar <b>/path/to/object</b>'),
('es', 'seo.error_old_url_exists', 'La URL que estás redireccionando ya existe'),
('es', 'seo.important_language_text', '<b>¡Advertencia!</b>El complemento de <b>SEO</b>se encuentra actualmente configurado para utilizar una sola URL para todos los idiomas. Si oculta, deshabilita, o elimina un idioma predeterminada en una de las páginas de productos, las URL de SEO se modificarán.'),
('es', 'seo.new_redirect', 'Redirección nueva'),
('es', 'seo.new_url', 'URL nueva'),
('es', 'seo.old_url', 'URL antigua'),
('es', 'seo.redirects_manager', 'redirecciones 301'),
('es', 'seo.redirects_manager_menu_description', 'Gestiona las reglas de redirección desde URLs antiguas'),
('es', 'seo.rich_snippets', 'Vista previa de fragmentos enriquecidos de Google'),
('es', 'seo.rich_snippets_rating', 'Valorar'),
('es', 'seo.rich_snippets_reviews', '[n] revisión|[n] comentarios'),
('es', 'seo_menu_description', 'Ajustes de SEO de tu tienda.'),
('es', 'seo_meta_data', 'Meta datos'),
('es', 'seo_name', 'Nombre SEO'),
('es', 'seo_page_title', 'página [n]'),
('es', 'seo_robots', 'robots.txt'),
('es', 'seo_rules', 'Reglas SEO'),
('es', 'seo_rules_menu_description', 'Utilice esta sección para definir normas globales para las URLs reescritas en su tienda.'),
('es', 'separate_multiple_email_addresses', 'If you enter multiple emails, write each of them in a new line.'),
('es', 'separator', 'Separador'),
('es', 'sequential', 'Secuencial'),
('es', 'server', 'Del servidor'),
('es', 'service_not_available', 'Este servicio no está disponible.'),
('es', 'set', 'Establecer'),
('es', 'settings', 'Configuración'),
('es', 'settings_overwrite_text', '<b>[theme_name]</b>ajustará las siguientes configuraciones en la activación'),
('es', 'settings_overwrite_title', 'El tema reescribe la configuración de la tienda'),
('es', 'settings_wizard', 'Asistente de configuración'),
('es', 'settings_wizard_close_tooltip', 'Será posible volver a abrir el asistente en el menú \'Configuración de-> asistente de configuración\'.'),
('es', 'settings_wizard_title', 'Asistente de configuración: paso [current_step] de [total_steps]'),
('es', 'setting_min_order_amount_type_was_hidden_upgrade_notification_text', '<p>Previously, the <b>Minimum order amount</b> in your store included the shipping costs. If the minimum order amount was $50, and a customer bought 2 products at $20 each, and the shipping cost was $12, then it would be possible to place an order. But now this behavior has changed: only the total price of all products in the cart will determine whether the minimum order amount has been reached.</p><p>Please go to <b>Settings → Checkout</b> and adjust your <b>Minimum order amount</b> to reflect this change.</p><p><a href=\"[checkout_settings]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Open checkout settings</a></p>'),
('es', 'setting_min_order_amount_type_was_hidden_upgrade_notification_title', 'Setting \"Define minimum order amount by\" removed'),
('es', 'set_custom_configuration', 'Ajustar configuración a medida'),
('es', 'share', 'Compartir'),
('es', 'share.congratulations_first_order', 'Felicidades por su primer pedido completo.'),
('es', 'share.first_order_tweet', '¡ Uau! El primer pedido completo en mi tienda [product]'),
('es', 'share.installation_tweet', 'He creado una tienda online con [product_name]'),
('es', 'sharedsec', 'SharedSec'),
('es', 'shared_secret', 'Secreto Shared'),
('es', 'share_discount', 'Compartir descuentos'),
('es', 'sha_sign', 'Firma SHA-1'),
('es', 'shipment', 'Envío'),
('es', 'shipments', 'Envíos'),
('es', 'shipments_menu_description', 'Ver y imprimir hojas de embalaje para los envíos de los pedidos'),
('es', 'shipment_date', 'Fecha de envío'),
('es', 'shipment_details', 'Detalles del envío'),
('es', 'shipment_has_been_created', 'Se ha creado el envío'),
('es', 'shipment_id', 'ID de envío'),
('es', 'shipment_info', 'Información del envío'),
('es', 'shipment_statuses', 'Estados del envío'),
('es', 'shipped', 'Enviado'),
('es', 'shipped_products', 'Productos enviados'),
('es', 'shipper_number', 'Número de remitente'),
('es', 'shipping', 'Tipo de envío'),
('es', 'shippings', 'Metodos de envío en tiempo real'),
('es', 'shippings.aup.currency_not_configured', 'Para activar el procesador de envío de Australia Post, debe tener habilitada la moneda del dólar australiano.'),
('es', 'shippings.aup.pac_api_key', 'Clave de API PAC'),
('es', 'shippings.can.api_keys', 'Claves API'),
('es', 'shippings.can.business_account_information', 'Información de la cuenta de la empresa'),
('es', 'shippings.can.contract_id', 'Identificación del contrato'),
('es', 'shippings.can.customer_number', 'Número del cliente'),
('es', 'shippings.can.options', 'Opciones de envío'),
('es', 'shippings.can.option_cod', 'Recoger en la Entrega'),
('es', 'shippings.can.option_cov', 'Cobertura'),
('es', 'shippings.can.option_cov_amount', 'Cantidad de la cobertura'),
('es', 'shippings.can.option_dns', 'La entrega no es segura'),
('es', 'shippings.can.option_hfp', 'Tarjeta para recoger el producto'),
('es', 'shippings.can.option_lad', 'Deje en la puerta - no cargue'),
('es', 'shippings.can.option_pa18', 'Prueba de edad requerida - 18'),
('es', 'shippings.can.option_pa19', 'Prueba de edad requerida - 19'),
('es', 'shippings.can.option_so', 'Firma'),
('es', 'shippings.can.password', 'Contraseña'),
('es', 'shippings.can.username', 'Nombre de usuario'),
('es', 'shippings.currency_not_found', 'Moneda [currency] no fue encontrada'),
('es', 'shippings.fedex.currency_is_missing', 'Las tarifas calculadas por FedEx están en [currency], y esa moneda no existe en su tienda. Por favor crear esa moneda; de lo contrario, los clientes no podrán seleccionar este método de envío.'),
('es', 'shippings.fedex.freight_account_number', 'Número de cuenta de la carga'),
('es', 'shippings.fedex.options', 'Opciones de envío'),
('es', 'shippings.fedex.option_broker_select_option', 'Opción para seleccionar el intermediario'),
('es', 'shippings.fedex.option_call_before_delivery', 'Llamar antes de la entrega'),
('es', 'shippings.fedex.option_cod', 'Cobro en Destino (COD)'),
('es', 'shippings.fedex.option_cod_amount', 'Cantidad por cobro en Destino (COD)'),
('es', 'shippings.fedex.option_cod_collection_type', 'Tipo de envío de cobro en Destino (COD)'),
('es', 'shippings.fedex.option_cod_collection_type_any', 'Cualquiera'),
('es', 'shippings.fedex.option_cod_collection_type_cash', 'Dinero en efectivo'),
('es', 'shippings.fedex.option_cod_collection_type_guaranteed_funds', 'Fondos garantizados'),
('es', 'shippings.fedex.option_custom_delivery_window', 'Taquilla de entrega personalizada'),
('es', 'shippings.fedex.option_dangerous_goods', 'Mercancías peligrosas'),
('es', 'shippings.fedex.option_dangerous_goods_accessibility', 'Accesibilidad a productos peligrosos'),
('es', 'shippings.fedex.option_dangerous_goods_accessibility_accessible', 'Accesible'),
('es', 'shippings.fedex.option_dangerous_goods_accessibility_inaccessible', 'Inaccesibles'),
('es', 'shippings.fedex.option_dangerous_goods_options', 'Opciones de contenido peligroso'),
('es', 'shippings.fedex.option_dangerous_goods_options_battery', 'Batería'),
('es', 'shippings.fedex.option_dangerous_goods_options_hazardous_materials', 'Materiales peligrosos'),
('es', 'shippings.fedex.option_dangerous_goods_options_limited_quantities_commodities', 'Cantidades limitadas de productos básicos'),
('es', 'shippings.fedex.option_dangerous_goods_options_orm_d', 'ORM-D (Otros materiales regulados)'),
('es', 'shippings.fedex.option_dangerous_goods_options_reportable_quantities', 'Cantidades sujetas a notificación'),
('es', 'shippings.fedex.option_dangerous_goods_options_small_quantity_exception', 'A excepción de una pequeña cantidad'),
('es', 'shippings.fedex.option_do_not_break_down_pallets', 'No romper el armazón de madera (palé)'),
('es', 'shippings.fedex.option_do_not_stack_pallets', 'No apilar los armazones de madera (palés)'),
('es', 'shippings.fedex.option_dry_ice', 'Hielo seco'),
('es', 'shippings.fedex.option_east_coast_special', 'Servicio especial para la Costa Este'),
('es', 'shippings.fedex.option_electronic_trade_documents', 'Documentos de comercio electrónico'),
('es', 'shippings.fedex.option_extreme_length', 'Longitud extrema'),
('es', 'shippings.fedex.option_fedex_one_rate', 'Tarifa de FedEx One'),
('es', 'shippings.fedex.option_food', 'Alimentos'),
('es', 'shippings.fedex.option_freight_guarantee', 'Garantía de flete'),
('es', 'shippings.fedex.option_freight_to_collect', 'Carga para recoger'),
('es', 'shippings.fedex.option_future_day_shipment', 'Envío para el día siguiente'),
('es', 'shippings.fedex.option_hold_at_location', 'Retener en el lugar'),
('es', 'shippings.fedex.option_home_delivery_premium', 'Entrega a domicilio Premium'),
('es', 'shippings.fedex.option_inside_delivery', 'Entrega interna'),
('es', 'shippings.fedex.option_inside_pickup', 'Retiro interno'),
('es', 'shippings.fedex.option_international_controlled_export_service', 'Servicio internacional de exportación controlada'),
('es', 'shippings.fedex.option_international_traffic_in_arms_regulations', 'Tráfico internacional en regulaciones de armas'),
('es', 'shippings.fedex.option_liftgate_delivery', 'Entrega en la puerta trasera'),
('es', 'shippings.fedex.option_liftgate_pickup', 'Retiro en la puerta trasera'),
('es', 'shippings.fedex.option_limited_access_delivery', 'Entrega con acceso limitado'),
('es', 'shippings.fedex.option_limited_access_pickup', 'Retiro con acceso limitado'),
('es', 'shippings.fedex.option_pharmacy_delivery', 'Entrega de farmacia'),
('es', 'shippings.fedex.option_poison', 'Veneno'),
('es', 'shippings.fedex.option_protection_from_freezing', 'Protección de congelamiento'),
('es', 'shippings.fedex.option_returns_clearance', 'Autorización de devolución'),
('es', 'shippings.fedex.option_saturday_delivery', 'Entrega sabátina'),
('es', 'shippings.fedex.option_saturday_pickup', 'Retiro sabátino'),
('es', 'shippings.fedex.option_top_load', 'Máxima carga'),
('es', 'shippings.fedex.upgrade_notification_text', '<p>La última versión de [product] tiene diferentes configuraciones para el cálculo de la tasa de envío en tiempo real si utiliza FedEx como proveedor. </p><p>Si desea mostrar las tarifas de envío actuales a sus clientes, haga lo siguiente: </p><ul><li> vaya a Administración > Envíos e Impuestos> Métodos de envío</li><li> elija el método de envío que usa FedEx como proveedor para calcular las tarifas de envío </li><li> cambie a la pertaña General e ingrese el servicio de envío apropiado </li><li> cambie a la pestaña Configurar y seleccione las opciones de entrega deseadas </li></ul>'),
('es', 'shippings.fedex.upgrade_notification_title', 'Cambios en el cálculo de la tarifa de envío en tiempo real de FedEx'),
('es', 'shippings.service_not_configured', 'El servicio no está configurado'),
('es', 'shippings.service_not_found', 'No se encontró el servicio'),
('es', 'shippings.ups.package_type.01', 'Carta UPS'),
('es', 'shippings.ups.package_type.02', 'Embalaje'),
('es', 'shippings.ups.package_type.03', 'Tubo'),
('es', 'shippings.ups.package_type.04', 'Pak'),
('es', 'shippings.ups.package_type.21', 'Caja express'),
('es', 'shippings.ups.package_type.24', 'Caja de 25KG'),
('es', 'shippings.ups.package_type.25', 'Caja de 10KG'),
('es', 'shippings.ups.package_type.2a', 'Caja pequeña express'),
('es', 'shippings.ups.package_type.2b', 'Caja mediana express'),
('es', 'shippings.ups.package_type.2c', 'Caja grande express'),
('es', 'shippings.ups.package_type.30', 'Palé'),
('es', 'shippings_taxes', 'Envío & Impuestos'),
('es', 'shipping_address', 'Dirección de envío'),
('es', 'shipping_address_changed', 'La dirección de envío ha sido cambiada'),
('es', 'shipping_address_line_2', 'Envío: dirección (línea 2)'),
('es', 'shipping_applied_to_vendors', 'El método de envío será aplicado a los vendedores [vendors]'),
('es', 'shipping_charges', 'Gastos de envío'),
('es', 'shipping_city', 'Envío: ciudad'),
('es', 'shipping_cost', 'Gastos de envío'),
('es', 'shipping_costs_will_changed', 'Los gastos de envío serán cambiados por'),
('es', 'shipping_country', 'Envío: país'),
('es', 'shipping_estimation', 'Estimación de envío'),
('es', 'shipping_first_name', 'Envío: nombre'),
('es', 'shipping_freight', 'Recargo en gastos de envío'),
('es', 'shipping_information', 'Información de transporte'),
('es', 'shipping_last_name', 'Envío: apellido'),
('es', 'shipping_method', 'Método de envío'),
('es', 'shipping_methods', 'Métodos de envío'),
('es', 'shipping_methods_menu_description', 'Conjunto de reglas y parámetros para calcular los gastos de envío'),
('es', 'shipping_name', 'Nombre de envío'),
('es', 'shipping_options', 'Opciones de envío'),
('es', 'shipping_phone', 'Envío: número de teléfono'),
('es', 'shipping_properties', 'Shipping properties'),
('es', 'shipping_rates', 'Ratio del envío'),
('es', 'shipping_same_as_billing', 'Dirección de envío misma que factura'),
('es', 'shipping_service', 'Servicio de transporte'),
('es', 'shipping_state', 'Envío: estado'),
('es', 'shipping_time_and_charges', 'Shipping time and rates'),
('es', 'shipping_tips', ''),
('es', 'shipping_zipcode', 'Envío: código postal'),
('es', 'ship_dhl_height', 'Alto del paquete (pulgadas)'),
('es', 'ship_dhl_length', 'Longitud del paquete (pulgadas)'),
('es', 'ship_dhl_site_id', 'ID de sitio'),
('es', 'ship_dhl_width', 'Ancho del paquete (pulgadas)'),
('es', 'ship_downloadable', 'Habilitar envío para productos descargables'),
('es', 'ship_fedex_ancillary_endorsement', 'Avales auxiliares'),
('es', 'ship_fedex_ancillary_endorsement_address_correction', 'Dirección servicio solicitado'),
('es', 'ship_fedex_ancillary_endorsement_carrier_leave_if_no_response', 'Dejar transporte si no hay respuesta'),
('es', 'ship_fedex_ancillary_endorsement_change_service', 'Petición de cambio de servicio'),
('es', 'ship_fedex_ancillary_endorsement_forwarding_service', 'Solicitado servicio de reenvío'),
('es', 'ship_fedex_ancillary_endorsement_return_delivery', 'Servicio de devolución solicitado'),
('es', 'ship_fedex_customer_manifest_id', 'ID de manifiesto del cliente'),
('es', 'ship_fedex_drop_off_type', 'Tipo de desprendimiento'),
('es', 'ship_fedex_drop_off_type_business_service_center', 'Centro de servicio empresarial'),
('es', 'ship_fedex_drop_off_type_drop_box', 'Buzón'),
('es', 'ship_fedex_drop_off_type_regular_pickup', 'Recolección regular'),
('es', 'ship_fedex_drop_off_type_request_courier', 'Solicitud de mensajería'),
('es', 'ship_fedex_drop_off_type_station', 'Dejar en la estación'),
('es', 'ship_fedex_height', 'Height(inches)'),
('es', 'ship_fedex_hub_id', 'ID de hub'),
('es', 'ship_fedex_indicia', 'Indicia'),
('es', 'ship_fedex_indicia_media_mail', 'Media Mail (Paquetes de 1 a 70 libras Libros, DVDs, CDs, cintas de video)'),
('es', 'ship_fedex_indicia_parcel_select', 'Parcela Select (paquetes de 1 a 70 libras)'),
('es', 'ship_fedex_indicia_presorted_bound_printed_matter', 'Atado de paquetes de material impreso (paquetes de 1 a 15 libras catálogos, directorios telefónicos o algo enquadernado permanentemente)'),
('es', 'ship_fedex_indicia_presorted_standard', 'Paquetes estándar de correo (paquetes de menos de 1 libra)'),
('es', 'ship_fedex_length', 'Length(inches)'),
('es', 'ship_fedex_meter_number', 'Número de medidor'),
('es', 'ship_fedex_package_type_fedex_10kg_box', 'FedEx 10kg Box'),
('es', 'ship_fedex_package_type_fedex_25kg_box', 'FedEx 25kg Box'),
('es', 'ship_fedex_package_type_fedex_box', 'Caja de FedEx'),
('es', 'ship_fedex_package_type_fedex_envelope', 'Sobre FedEx'),
('es', 'ship_fedex_package_type_fedex_extra_large_box', 'Caja Extra Grande de FedEx'),
('es', 'ship_fedex_package_type_fedex_large_box', 'Caja grande de FedEx'),
('es', 'ship_fedex_package_type_fedex_medium_box', 'Caja mediana de FedEx'),
('es', 'ship_fedex_package_type_fedex_pak', 'FedEx Pak'),
('es', 'ship_fedex_package_type_fedex_small_box', 'Caja pequeña de FedEx'),
('es', 'ship_fedex_package_type_fedex_tube', 'Tubo de FedEx'),
('es', 'ship_fedex_package_type_your_packaging', 'Su embalaje'),
('es', 'ship_fedex_smart_post', 'Smart Post'),
('es', 'ship_fedex_special_services', 'Servicio especial (confirmación de entrega)'),
('es', 'ship_fedex_width', 'Width(inches)'),
('es', 'ship_height', 'Altura del paquete (cm)'),
('es', 'ship_length', 'Largo de paquete (cm)'),
('es', 'ship_sp_l_acknowledgement_of_delivery', 'Acuse de recibo (por correo registrado solamente)'),
('es', 'ship_sp_l_cash_on_delivery', 'Contrareembolso (por correo registrado solamente)'),
('es', 'ship_sp_l_personal_delivery', 'Entrega personal (por correo registrado solamente)'),
('es', 'ship_sp_l_registered_mail', 'E-mail registrado'),
('es', 'ship_sp_pc_assurance', 'Seguro'),
('es', 'ship_sp_pc_cash_on_delivery', 'Contra reembolso (COD)'),
('es', 'ship_sp_pc_fragile', 'Frágil'),
('es', 'ship_sp_pc_manual_handling', 'Manejo manual'),
('es', 'ship_sp_pc_personal', 'Personal'),
('es', 'ship_sp_pc_signature', 'Firma'),
('es', 'ship_sp_pp_additional_insurance', 'Seguro adicional (hasta 3000 CHF.-)'),
('es', 'ship_sp_pp_bulky_goods', 'Artículos voluminosos'),
('es', 'ship_sp_pp_cash_on_delivery', 'Contrareembolso (sólo en ECONOMY)'),
('es', 'ship_sp_pp_manual_processing', 'Procesamiento manual'),
('es', 'ship_sp_ur_additional_insurance', 'Seguro adicional para mercancías urgentes (hasta 3000 CHF.-)'),
('es', 'ship_swisspost_error_intl_delivery', 'No puede utilizar este método de envío para la entrega internacional'),
('es', 'ship_swisspost_error_private_delivery', 'No puede utilizar este método de envío para la entrega privada'),
('es', 'ship_swisspost_heavy_package', 'El paquete es demasiado pesado'),
('es', 'ship_swisspost_unable_to_open_additional_services', 'No se puede abrir el archivo additional_services.csv'),
('es', 'ship_swisspost_unable_to_open_service', 'No se puede abrir el archivo [code]'),
('es', 'ship_temando_height', 'Alto del paquete'),
('es', 'ship_temando_length', 'Longitud del paquete'),
('es', 'ship_temando_measurement', 'Medida del paquete'),
('es', 'ship_temando_method', 'Método de entrega'),
('es', 'ship_temando_package', 'Embalaje'),
('es', 'ship_temando_readydate', 'Data lista (días)'),
('es', 'ship_temando_subclass', 'Clase del elemento enviado'),
('es', 'ship_temando_weight_measurement', 'Tipo de medida de peso'),
('es', 'ship_temando_width', 'Ancho de paquete'),
('es', 'ship_to', 'Enviar a'),
('es', 'ship_to_another', 'Enviar a una dirección diferente'),
('es', 'ship_ups_access_key', 'Clave de acceso a tarifas UPS'),
('es', 'ship_ups_dcist_type', 'Tipo de confirmación'),
('es', 'ship_ups_delivery_confirmation', 'Sin firma'),
('es', 'ship_ups_delivery_confirmation_adult_signature', 'Firma de adulto requerida'),
('es', 'ship_ups_delivery_confirmation_signature', 'Firma requerida'),
('es', 'ship_ups_package_type_01', 'Carta UPS/UPS Express sobre'),
('es', 'ship_ups_package_type_03', 'Tubo UPS'),
('es', 'ship_ups_package_type_04', 'Paquete UPS'),
('es', 'ship_ups_package_type_21', 'UPS Express Box'),
('es', 'ship_ups_package_type_24', 'UPS caja 25Kg'),
('es', 'ship_ups_package_type_25', 'UPS caja 10Kg'),
('es', 'ship_ups_pickup_type', 'Tipo recogida'),
('es', 'ship_ups_pickup_type_01', 'Recogida diaria'),
('es', 'ship_ups_pickup_type_03', 'Mostrador de atención al cliente'),
('es', 'ship_ups_pickup_type_06', 'Recoger una sola vez'),
('es', 'ship_ups_pickup_type_07', 'On Call Air'),
('es', 'ship_ups_pickup_type_11', 'Tarifas minoristas sugeridas'),
('es', 'ship_ups_pickup_type_19', 'Centro de cartas'),
('es', 'ship_ups_pickup_type_20', 'Centro de servicio de aire'),
('es', 'ship_ups_use_delivery_confirmation', 'Usar confirmación de entrega'),
('es', 'ship_usps_container', 'Contenedor'),
('es', 'ship_usps_container_express', 'Container (Express)'),
('es', 'ship_usps_container_express_flat_rate_envelope', 'Sobre de tarifa plana'),
('es', 'ship_usps_container_priority', 'Contenedor (Priority Mail)'),
('es', 'ship_usps_container_priority_flat_rate_box', 'Caja de tarifa plana'),
('es', 'ship_usps_container_priority_flat_rate_envelope', 'Carta de tarifa plana'),
('es', 'ship_usps_container_priority_gift_card_flat_rate_envelope', 'Sobre tarjeta regalo tarifa plana'),
('es', 'ship_usps_container_priority_legal_flat_rate_envelope', 'Sobre legal tarifa plana'),
('es', 'ship_usps_container_priority_lg_flat_rate_box', 'Caja grande de tarifa plana'),
('es', 'ship_usps_container_priority_md_flat_rate_box', 'Caja mediana de tarifa plana'),
('es', 'ship_usps_container_priority_nonrectangular', 'No Rectangular'),
('es', 'ship_usps_container_priority_padded_flat_rate_envelope', 'Sobre acolchado tarifa plana'),
('es', 'ship_usps_container_priority_rectangular', 'Rectangular'),
('es', 'ship_usps_container_priority_regional_a_rate_box', 'Tarifa regional caja A'),
('es', 'ship_usps_container_priority_regional_b_rate_box', 'Tarifa regional caja B'),
('es', 'ship_usps_container_priority_regional_c_rate_box', 'Tarifa regional Box C'),
('es', 'ship_usps_container_priority_sm_flat_rate_box', 'Caja pequeña de tarifa plana'),
('es', 'ship_usps_container_priority_sm_flat_rate_envelope', 'Sobre Sm tarifa plana'),
('es', 'ship_usps_container_priority_window_flat_rate_envelope', 'Sobre con ventana tarifa plana'),
('es', 'ship_usps_first_class_mail_type', 'Tipo de correo de primera clase'),
('es', 'ship_usps_first_class_mail_type_flat', 'Plano'),
('es', 'ship_usps_first_class_mail_type_parcel', 'Parcel'),
('es', 'ship_usps_intl_package_girth', 'Circunferencia de paquete'),
('es', 'ship_usps_intl_package_height', 'Alto del paquete'),
('es', 'ship_usps_intl_package_length', 'Longitud del paquete'),
('es', 'ship_usps_intl_package_size', 'Tamaño del paquete'),
('es', 'ship_usps_intl_package_width', 'Ancho de paquete'),
('es', 'ship_usps_machinable', 'Mecanizable (correo de primera clase o poste estándar)'),
('es', 'ship_usps_machinable_false', 'Falso'),
('es', 'ship_usps_machinable_true', 'Verdadero'),
('es', 'ship_usps_mailtype', 'Tipo de correo'),
('es', 'ship_usps_mailtype_matter_for_the_blind', 'Materia para ciegos'),
('es', 'ship_usps_mailtype_postcards_or_aerogrammes', 'Postales o aerogramas'),
('es', 'ship_usps_package_size', 'Tamaño del paquete (longitud + circunferencia, pulgadas)'),
('es', 'ship_usps_package_size_large', 'Large(84..108)'),
('es', 'ship_usps_package_size_oversize', 'Oversize(108..130)'),
('es', 'ship_usps_package_size_regular', 'Regular (0..84)'),
('es', 'ship_usps_priority_girth', 'Correo prioritario (tamaño: grande, envase: no rectangular) circunferencia (pulgadas)'),
('es', 'ship_usps_priority_height', 'Priority Mail (Tamaño:Grande) Alto (pulgadas)'),
('es', 'ship_usps_priority_length', 'Priority Mail (Tamaño:Grande) Alto (pulgadas)'),
('es', 'ship_usps_priority_width', 'Correo prioritario (tamaño: grande) ancho (pulgadas)'),
('es', 'ship_usps_username', 'ID del usuario'),
('es', 'ship_width', 'Ancho de paquete (cm)'),
('es', 'shop_now', 'Compre ahora'),
('es', 'short_description', 'Texto corto'),
('es', 'short_hour', 'h.'),
('es', 'short_list', 'Lista corta'),
('es', 'show', 'Mostrar'),
('es', 'show_all', 'Mostrar todo'),
('es', 'show_all_storefronts', 'Show all storefronts'),
('es', 'show_all_storefronts_with_count', 'Show all [count] storefronts'),
('es', 'show_in_product_header', 'Mostrar en el encabezado del producto'),
('es', 'show_in_product_list', 'Mostrar en la lista de productos'),
('es', 'show_items_in_line', 'Mostrar artículos en línea'),
('es', 'show_less', 'Ver menos'),
('es', 'show_location', 'Muestra la ubicación'),
('es', 'show_menu_on_mouse_over', 'Mostrar menú en mouse over'),
('es', 'show_more', 'Ver más'),
('es', 'show_on_checkout', 'Mostrar al finalizar la compra'),
('es', 'show_on_separate_page', 'Mostrar en una página separada'),
('es', 'show_on_the_features_tab', 'Mostrar en la pestaña de funciones'),
('es', 'show_options', 'Mostrar opciones'),
('es', 'show_orders', 'Mostrar pedidos'),
('es', 'show_package_contents', 'Ver los contenidos de la actualización'),
('es', 'show_price', 'Mostrar precio'),
('es', 'show_products_count', 'Muestra el conteo de los productos'),
('es', 'show_rate_for_destination', 'Elija valores para el destino'),
('es', 'show_rate_for_rate_area', 'Show rates for rate area'),
('es', 'show_rating', 'Show review rating'),
('es', 'show_tab_in_popup', 'Mostrar esta pestaña en una ventana emergente'),
('es', 'show_to', 'Show to'),
('es', 'sidebox_general', 'Bloque común (Encabezado H3) [deprecated]'),
('es', 'sidebox_important', 'Bloque común (Encabezado H3)'),
('es', 'signature', 'Firma'),
('es', 'signed_in_as', 'Registrado como'),
('es', 'sign_in', 'Acceder'),
('es', 'sign_in_as_different', 'Inicia sesión como un usuario diferente'),
('es', 'sign_in_to_buy', 'Por favor regístrese para comprar'),
('es', 'sign_in_to_enter_tags', 'Accede para introducir etiquetas'),
('es', 'sign_in_to_view_price', '[Acceder para ver el precio]'),
('es', 'sign_out', 'Salir'),
('es', 'sign_up_for_notification', 'Regístrarse para notificación'),
('es', 'similar', 'Similar'),
('es', 'similar_category', 'De la misma categoría'),
('es', 'similar_in_stock', 'Sólo productos \"en existencia\"'),
('es', 'similar_only', 'Similar sólo'),
('es', 'similar_subcats', 'Considerar subcategorías'),
('es', 'simple_ultimate_companies_selector', 'Por favor, póngase en contacto con el soporte técnico'),
('es', 'simultaneous', 'Simultánea'),
('es', 'single', 'Solo'),
('es', 'single_coupon_is_allowed', 'Sólo un cupón de descuento está permitido'),
('es', 'sitemap', 'Mapa del sitio'),
('es', 'sitemap_available_in_customer', 'El mapa del sitio está disponible en el siguiente enlace: <a href=\"[sitemap_url]\"> [sitemap_url]</a><br /><br />El mapa del sitio se puede obtener a través de la siguiente dirección electrónica <a href=\"[http_location]/sitemap.xml\"> [http_location]/sitemap.xml</a>'),
('es', 'sitemap_menu_description', 'Crear secciones adicionales para el mapa web de la tienda y definir sus enlaces.'),
('es', 'sitemap_settings', 'Configuración del mapa del sitio'),
('es', 'siteurl', 'URL del sitio'),
('es', 'site_number', 'Número del sitio (EPT)'),
('es', 'size', 'Tamaño'),
('es', 'skiplastpage', 'Saltar la última página'),
('es', 'skip_creating_new_products', 'Omitir la creación de nuevos productos'),
('es', 'skip_payment', 'Saltar pago'),
('es', 'skrill_customer_id', 'ID del cliente de Skrill'),
('es', 'sku', 'Cod.artículo'),
('es', 'slovak', 'Eslovaco'),
('es', 'slow', 'Lento'),
('es', 'small_items', 'Pequeños artículos'),
('es', 'smarty_block', 'Bloque HTML con soporte Smarty'),
('es', 'sms_customer_registered', 'El cliente [name] se ha registrado.'),
('es', 'sms_for_the_sum', 'a la cantidad de'),
('es', 'sms_order_placed', 'ha sido grabada'),
('es', 'snapshot_date', 'Fecha de instantánea'),
('es', 'snippets', 'Fragmentos (Snippets)'),
('es', 'snippets_have_been_deleted', 'Los fragmentos (Snippets) han sido eliminados con éxito.'),
('es', 'snippet_exists', 'El fragmento con el código seleccionado ya existe, por favor intente con otro.'),
('es', 'sort_by', 'Ordenar por'),
('es', 'sort_by_bestsellers_asc', 'Ordenar por más vendidos: de menos a más'),
('es', 'sort_by_bestsellers_desc', 'Ordenar por más vendidos'),
('es', 'sort_by_company_asc', 'Ordenar por alfabético: A la Z'),
('es', 'sort_by_company_desc', 'Ordenar por alfabético: A la Z'),
('es', 'sort_by_helpfulness_asc', 'Última ayuda'),
('es', 'sort_by_helpfulness_desc', 'Primera ayuda'),
('es', 'sort_by_null_asc', 'Sin ordenar'),
('es', 'sort_by_null_desc', 'Sin ordenar'),
('es', 'sort_by_on_sale_asc', 'Ordenar por descuento: de menos a más'),
('es', 'sort_by_on_sale_desc', 'Ordenar por descuento: de más a menos'),
('es', 'sort_by_popularity_asc', 'Ordenar por Popularidad: Baja a Alta'),
('es', 'sort_by_popularity_desc', 'Ordenar por Popularidad'),
('es', 'sort_by_position_asc', 'Ordenar por posición: menor a mayor'),
('es', 'sort_by_position_desc', 'Ordenar por posición: mayor a menor'),
('es', 'sort_by_price_asc', 'Ordenar por precio: bajo a alto'),
('es', 'sort_by_price_desc', 'Ordenar por precio: alto a bajo'),
('es', 'sort_by_product_asc', 'Ordenar Alfabéticamente: de A a Z'),
('es', 'sort_by_product_desc', 'Ordenar Alfabéticamente: de Z a A'),
('es', 'sort_by_product_review_timestamp_asc', 'Ordenar por fecha: de más antigua a más nueva'),
('es', 'sort_by_product_review_timestamp_desc', 'Ordenar por fecha: de más nueva a más antigua'),
('es', 'sort_by_rating_asc', 'Ordenar por puntuación: de menor a mayor'),
('es', 'sort_by_rating_desc', 'Ordena por puntuación'),
('es', 'sort_by_rating_value_asc', 'Ordenar por puntuación: de menor a mayor'),
('es', 'sort_by_rating_value_desc', 'Ordenar por puntuación: de mayor a menor'),
('es', 'sort_by_timestamp_asc', 'Máss antiguos primero'),
('es', 'sort_by_timestamp_desc', 'Los más nuevos primero'),
('es', 'sort_images', 'Ordenar imágenes'),
('es', 'sort_order', 'Order'),
('es', 'spanish', 'Español'),
('es', 'special', 'Especial'),
('es', 'specific_settings', 'Configuraciones específicas'),
('es', 'specify_options', 'Especifique las opciones'),
('es', 'specify_url', 'Especifica URL'),
('es', 'speed', 'Velocidad'),
('es', 'ssl_certificate', 'Certificado SSL'),
('es', 'staff_only_notes', 'Notas sólo para el personal'),
('es', 'stage', 'Etapa'),
('es', 'standard_sidebox', 'Caja de lado estándar'),
('es', 'start', 'Empezar'),
('es', 'start_communication', 'Dejar comunicado'),
('es', 'start_date', 'Fecha de inicio'),
('es', 'start_price', 'Precio de inicio'),
('es', 'state', 'Provincia'),
('es', 'states', 'Provincias'),
('es', 'states_list', 'Lista de estados.'),
('es', 'states_menu_description', 'Administrar los países que son soportados en tu tienda.'),
('es', 'static_block', 'Bloque estático'),
('es', 'static_data', 'Datos estáticos'),
('es', 'static_data_use_item', 'Utilice los valores \"Texto del enlace\" y \"URL\" de este elemento en el escaparate'),
('es', 'statistics', 'Estadísticas avanzadas'),
('es', 'statistics_by_questions', 'Estadísticas de preguntas'),
('es', 'status', 'Estado'),
('es', 'statuses', 'Estados'),
('es', 'statuses_management', 'Statuses'),
('es', 'status_changed', 'Se ha cambiado el estado'),
('es', 'status_changed_after_process_payment', 'El estado del pedido se ha fijado según el resultado del proceso del pago'),
('es', 'stay_connected', 'Manténgase conectado'),
('es', 'stay_connected_notice', 'Entre su email para recibir promociones y ofertas especiales.'),
('es', 'step_four', 'Paso 4'),
('es', 'step_one', 'Paso 1'),
('es', 'step_three', 'Paso 3'),
('es', 'step_two', 'Paso 2'),
('es', 'stop_other_rules', 'Parar otras reglas'),
('es', 'storage', 'Almacenamiento'),
('es', 'store', 'E-store'),
('es', 'storefront', 'Tienda'),
('es', 'storefronts', 'Storefronts'),
('es', 'storefronts_limit_exceeded', 'El número de frontales de tienda en su licencia CS-Cart ha excedido el número de licencias adquiridas por los frontales de tienda.'),
('es', 'storefronts_themes_upgrade_notification.message', '<p>Previously, all storefronts looked the same. They differed only in currencies, languages, and vendors. But now storefronts can have their own themes and layouts. This allows you to customize their look and structure.</p><ul><li>Themes let you give each storefront its own set colors, fonts, logos, backgrounds, and styles. Match the appearance of a storefronts to its products or the preference of its audience.</li><li>Layouts and blocks let you create storefronts with entirely different structure and content. Show different banners, change the positions of elements on the pages, and so on. Everything in [product] is displayed via blocks, so you have many ways to customize your storefronts.</li></ul><p><a href=\"[themes_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Manage themes</a> <a href=\"[layouts_url]\" target=\"_blank\" class=\"btn btn-large\">Manage layouts</a></p>'),
('es', 'storefronts_themes_upgrade_notification.title', 'Storefronts can now differ from each other significantly'),
('es', 'storefront_access_key', 'Access key to temporarily closed storefront'),
('es', 'storefront_access_key.setting_notice', 'You can set the access key on the storefront editing page'),
('es', 'storefront_license', 'Licencias de los frontales de tienda'),
('es', 'storefront_rest_api.guests_cant_add_products_to_cart', 'Guests can\'t add products to cart. Please log in to your account to add products to cart.'),
('es', 'storefront_status', 'Status'),
('es', 'storefront_status.tooltip', 'Even if the storefront is closed (the status set to OFF), you\'ll be able to view it if you have an access key. Specify the <i>Access key to temporarily closed storefront</i> below.<br/>Use http://www.example.com/index.php?store_access_key=key_value to access a closed storefront.'),
('es', 'storefront_status_access_key_hint', 'Incluso si el escaparate está cerrado (el estado establecido en DESACTIVADO), podrá verlo si tiene una clave de acceso. Vaya a <a target=\"blank\" href=\"[url]\"> Configuración → General </a> y especifique la <i> tecla de acceso a la tienda cerrada temporalmente </i>. Tenga en cuenta que se puede especificar una clave diferente para cada escaparate, así que asegúrese de seleccionar primero el escaparate correcto. Use la tecla como se describe en la información sobre herramientas de esa configuración.'),
('es', 'storefront_status_changed.N', 'The storefront was <b>opened</b>|The storefronts were <b>opened</b>');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('es', 'storefront_status_changed.Y', 'The storefront was <b>closed</b>|The storefronts were <b>closed</b>'),
('es', 'storefront_url', 'URL de la tienda'),
('es', 'storefront_url_already_exists', 'El valor del parámetro <strong>URL de tienda</strong> mencionado por usted ya pertenece a otra empresa.'),
('es', 'storefront_url_not_defined', 'La URL de la tienda no está definida'),
('es', 'storefront_with_same_url_exists', 'A storefront with the specified URL already exists'),
('es', 'stores', 'Tiendas'),
('es', 'stores_nothing_found', 'No stores have been found'),
('es', 'stores_status', 'Status'),
('es', 'store_access_key', 'Access key to temporarily closed store'),
('es', 'store_admin', 'Aministrador de la tienda'),
('es', 'store_closed', 'Tienda cerrada'),
('es', 'store_closed_banner', 'Tienda<br/>cerrada'),
('es', 'store_home', 'Store home'),
('es', 'store_locator', 'Stores & pickup points'),
('es', 'store_locator.any_rate_area', 'Any rate area'),
('es', 'store_locator.available_fields', 'Available stores'),
('es', 'store_locator.display', 'Locations list view on the checkout page'),
('es', 'store_locator.display_l', 'List'),
('es', 'store_locator.display_m', 'Mapa'),
('es', 'store_locator.display_ml', 'Map and list'),
('es', 'store_locator.main_destination', 'Located in rate area'),
('es', 'store_locator.name', 'Name'),
('es', 'store_locator.no_rate_area', 'No rate area'),
('es', 'store_locator.pickup', 'Pickup'),
('es', 'store_locator.pickup_avail', 'Available for pick-up'),
('es', 'store_locator.pickup_locations', 'Pickup Locations'),
('es', 'store_locator.pickup_rates_calculation_logic_changed_text', '<p>The <b>[pickup_addon]</b> and <b>[store_locator_addon]</b> add-ons were merged into a new add-on called [stores_pickups_addon]. Shipping rates and time are more flexible now: they depend on the location (rate area) of a pickup point. The rates are now specified in one place: the editing page of a shipping method.</p><p>For that reason, we removed the <b>Surcharge</b> field from the pickup point editing page. Its value still appears in the admin panel, but isn’t used in rate calculation. Please check your pickup points, then adjust the shipping rates of all your \"Pick up from store\" shipping methods accordingly.</p><p><a href=\"[shippings_manage]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Adjust shipping rates</a> <a href=\"[pickup_points_list]\" target=\"_blank\" class=\"btn btn-large\">View my pickup points</a></p>'),
('es', 'store_locator.pickup_rates_calculation_logic_changed_title', 'Pick up from store: Surcharge per pickup point removed'),
('es', 'store_locator.pick_up_points', 'Pick-up points'),
('es', 'store_locator.scroll_to_top', 'Scroll to top'),
('es', 'store_locator.selected_fields', 'Selected stores'),
('es', 'store_locator.select_stores', 'Select stores'),
('es', 'store_locator.shipping_position', 'Order selected in the shipping method settings'),
('es', 'store_locator.shipping_price_from', 'from [price]'),
('es', 'store_locator.show_pickup_points_only', 'Hide places where I can\'t pick up my order'),
('es', 'store_locator.show_to', 'Show to'),
('es', 'store_locator.stores_and_pickup_points', 'Stores and pickup points'),
('es', 'store_locator.stores_position', 'The \"Position\" field in the store settings'),
('es', 'store_locator.surcharge_changes_hint', 'In previous versions, the surcharge was added to the standard rates that were specified for a shipping method. Now this surcharge isn\'t taken into account during shipping rate calculation. We left it here for your convenience, so that you could see it and adjust the rates on the shipping method editing page accordingly.'),
('es', 'store_locator.text_pickup_instruction', 'The \"Customer pick-up\" shipping method offers a customer to choose a store to pick up a product from. The stores can be created in the \"Store location\" add-on<br /><b>Store creation:</b> <a href=\"[store_locator]\">Store location</a>'),
('es', 'store_locator.use_two_fingers_for_move_map', 'Use two fingers to move the map'),
('es', 'store_locator.work_time', 'Working hours'),
('es', 'store_mode', 'Cerrat tienda'),
('es', 'store_mode.plus', 'Plus'),
('es', 'store_mode.ultimate', 'Definitivo'),
('es', 'store_mode_changed', 'Se ha cambiado el modo de licencia'),
('es', 'store_number', 'Número de la tienda'),
('es', 'store_object_denied', 'El [object_name] [object_type] no está disponible para esta tienda.'),
('es', 'store_rating', 'Store rating'),
('es', 'store_theme', 'Tema de la tienda'),
('es', 'subcategories', 'Subcategorías'),
('es', 'subcategories_tree_cat', 'Árbol de subcategorías'),
('es', 'subject', 'Asunto'),
('es', 'submit', 'Enviar'),
('es', 'submit_my_order', 'Enviar mi pedido'),
('es', 'subpages', 'Subpáginas'),
('es', 'subscribe', 'Suscríbete'),
('es', 'subscribed', 'Suscrito'),
('es', 'subscribed_to', 'Suscrito a listas de [num]'),
('es', 'subscriber', 'Suscriptor'),
('es', 'subscribers', 'Suscriptores'),
('es', 'subscribers_date', 'Fecha de suscriptores'),
('es', 'subscribers_menu_description', 'Gestión de configuración y suscriptores del boletín.'),
('es', 'subscribers_menu_item_text', 'Suscriptores'),
('es', 'subscribers_no_promo', 'No hay promoción'),
('es', 'subscribers_num', 'Número de suscriptores'),
('es', 'subscribers_promo_subject', 'Gracias por suscribirse! Utilizar el código del cupón [coupon] en nuestra oferta especial \"[promotion]\".'),
('es', 'subscriber_email', 'Correo electrónico del suscriptor'),
('es', 'subscriptions', 'Suscripciones'),
('es', 'subtotal', 'Subtotal'),
('es', 'subtotal_sum', 'Suma del subtotal'),
('es', 'subtract', 'Restar'),
('es', 'suburb', 'Suburbio'),
('es', 'successful', 'Exitoso'),
('es', 'successfully_registered', 'Registrado con éxito'),
('es', 'successful_login', 'Ha sido registrado con éxito.'),
('es', 'success_registration_text', '¡ Felicidades! El registro fue exitoso! <br/> Ahora, tiene acceso completo a todas las características de la tienda. Haga clic en \"Mi cuenta\" para verlos.'),
('es', 'suffix', 'Sufijo'),
('es', 'summary', 'Sumario'),
('es', 'supplier', 'Proveedor'),
('es', 'suppliers', 'Proveedores'),
('es', 'suppliers.event.order.supplier_notified.name', 'Suppliers: order status changed to [status]'),
('es', 'suppliers.supplier_notifications', 'Supplier notifications'),
('es', 'suppliers_menu_description', 'Lista de las cuentas de proveedores registradas en la tienda.'),
('es', 'supplier_deleted', 'Se ha eliminado el proveedor con éxito.'),
('es', 'supplier_email_header', 'Los siguientes productos han sido comprados en nuestra tienda y tienen que ser enviados.'),
('es', 'supplier_id', 'Proveedor'),
('es', 'surcharge', 'Recargo'),
('es', 'surcharge_title', 'Título de recargo'),
('es', 'sweden', 'Suecia'),
('es', 'swedish', 'Sueco'),
('es', 'swing', 'Oscilación'),
('es', 'switch_layout', 'Cambiar diseño'),
('es', 'symbol', 'Símbolo'),
('es', 'system', 'Sistema'),
('es', 'system_environment', 'System environment'),
('es', 's_first_name_and_last_name', 'First name and last name (for shipping)'),
('es', 's_fullname', 'Full name (for shipping)'),
('es', 's_last_name_and_first_name', 'Last name and first name (for shipping)'),
('es', 'tab', 'Pestaña'),
('es', 'table', 'Tabla'),
('es', 'tables', 'Tablas'),
('es', 'table_column_has_been_deleted', 'La columna del producto ha sido eliminada con éxito.'),
('es', 'table_conditions', 'Condiciones de tabla'),
('es', 'tabs', 'Pestañas'),
('es', 'tag', 'Etiqueta'),
('es', 'tags', 'Etiquetas'),
('es', 'tags_menu_description', 'Gestionar etiquetas de productos y páginas.'),
('es', 'tag_cloud', 'Nube de etiquetas'),
('es', 'tax', 'Impuestos'),
('es', 'taxes', 'Impuestos'),
('es', 'taxes_menu_description', 'Gestionar los impuestos que se utilizan en la tienda'),
('es', 'tax_exempt', 'Exento de impuestos'),
('es', 'tax_rates', 'Valor del impuesto'),
('es', 'temando_centimetres', 'centímetros'),
('es', 'temando_feet', 'pies'),
('es', 'temando_inches', 'pulgadas'),
('es', 'temando_method_depottodepot', 'Depósito a depósito'),
('es', 'temando_method_doortodoor', 'Puerta a Puerta'),
('es', 'temando_metres', 'metros'),
('es', 'temando_package_backpack', 'Mochila'),
('es', 'temando_package_bale', 'Bala'),
('es', 'temando_package_box', 'Caja'),
('es', 'temando_package_bunch', 'Grupo'),
('es', 'temando_package_bundle', 'Fajo'),
('es', 'temando_package_carton', 'Cartón'),
('es', 'temando_package_crate', 'Caja'),
('es', 'temando_package_cylinder', 'Cilindro'),
('es', 'temando_package_documentenvelope', 'Sobre de documento'),
('es', 'temando_package_drum', 'Tambor'),
('es', 'temando_package_flatpack', 'Paquete plano'),
('es', 'temando_package_letter', 'Carta'),
('es', 'temando_package_pail', 'Cubo'),
('es', 'temando_package_pallet', 'Palet'),
('es', 'temando_package_parcel', 'Paquete'),
('es', 'temando_package_pipe', 'Pipa'),
('es', 'temando_package_roll', 'Rodillo'),
('es', 'temando_package_satchel', 'Cartera/Bolsa'),
('es', 'temando_package_skid', 'Varadera (Skid)'),
('es', 'temando_package_suitcase', 'Maleta'),
('es', 'temando_package_tube', 'Tubo'),
('es', 'temando_package_unpackaged', 'No envasado o N/A'),
('es', 'temando_package_wheel', 'Rueda/neumático'),
('es', 'temando_subclass_excessbaggage', 'Exceso de equipaje'),
('es', 'temando_subclass_furniture', 'Mueble'),
('es', 'temando_subclass_householdgoods', 'Artículos para el hogar'),
('es', 'temando_subclass_other', 'Otros (etc.)'),
('es', 'temando_system', 'Sistema temando'),
('es', 'temando_weight_grams', 'Gramos'),
('es', 'temando_weight_kilograms', 'Kilogramos'),
('es', 'temando_weight_ounces', 'Onzas'),
('es', 'temando_weight_pounds', 'Libras'),
('es', 'template', 'Plantilla'),
('es', 'templates', 'Plantillas'),
('es', 'templates_tree', 'Árbol de plantillas'),
('es', 'template_document_gift_certificate_default', 'Certificados de regalo: por defecto'),
('es', 'template_document_order_imagem', 'Factura'),
('es', 'template_document_order_image_product', 'Imagem do produto'),
('es', 'template_document_order_invoice', 'Factura'),
('es', 'template_document_order_summary', 'Resumen de la orden'),
('es', 'template_document_packing_slip_default', 'Hoja de embalaje'),
('es', 'template_document_product_imagem', 'Factura'),
('es', 'template_document_rma_packing_slip_default', 'Solicitud de devolución: comprobante de embalaje'),
('es', 'template_document_supplier_order_invoice', 'Proveedores: factura'),
('es', 'terminal', 'Terminal'),
('es', 'terminal_id', 'ID de Terminal'),
('es', 'terms_and_conditions', 'Terms and conditions'),
('es', 'terms_and_conditions_content', '<p>Por favor lea estos Términos y Condiciones (\"Terms\", \"Terms and Conditions\") cuidadosamente antes de utilizar el<a href=\"http://www.mywebsite.com\"> sitio y la aplicación móvil My Mobile App (the \"Service\") operado por My Company (\"us\", \"we\", or \"our\"). </p><p><strong> Al ingresar o utilizar el servicio usted acepta estar sujeto a estos Términos. Si usted no está de acuerdo con alguna parte de los Términos entonces no podrá tener acceso al Servicio.</strong></p><p><strong>Compras</strong></p><p>Si desea realizar la compra de algún producto o servicio disponible a través del Servicio (\"Compra\"), se le puede solicitar que proporcione cierta información relevante para su compra, incluyendo, sin limitación, su...</p></p><p><strong>Content</strong></p><p>Nuestro Servicio le permite publicar, vincular, almacenar, compartir y, de otro modo, poner a disposición cierta información, texto, gráficos, videos u otro material (\"Content\"). Usted es responsable de los ... </ p> <p> <strong> Changes </ strong> </ p> <p> Nos reservamos el derecho, a nuestra entera discreción, de modificar o reemplazar estos Términos en cualquier momento. Si una revisión es importante trataremos de avisar con 30 días de anticipación antes de que los nuevos términos entren en vigencia. Lo que constituye un cambio sustancial se determinará a nuestro exclusivo criterio. </ P> <p> <strong> Contáctenos </ strong> </ p> <p> Si tiene alguna pregunta sobre estos Términos, por favor contáctenos. < / p>'),
('es', 'test', 'Prueba'),
('es', 'testimonials', 'Recomendaciones'),
('es', 'test_live_mode', 'Modo Test/Live'),
('es', 'test_mode', 'Modo test'),
('es', 'text', 'Texto'),
('es', 'textarea', 'Área de texto'),
('es', 'text_2checkout_notice', '<b>Nota</b>: Para poder seguir sus pedidos con 2Chekout en el software de comercio electrónico debe seguir los siguientes pasos:<br /><br />-&nbsp;Acceda a su cuenta 2Checkout<br />-&nbsp;Haga clic en <u>\"Gestión del sitio\'</u>en la sección<u>\'Cuenta\'</u>.<br />-&nbsp;Seleccione la opción<b>\'Enlaces otorgados de vuelta a mi sitio web\'</b>en la subsección<u>\'Dirigir retorno\'</u><br />-&nbsp;Establezca<u>\'URL aprovada\'</u> y <u>\'URL pendiente\'</u> a: <br /><b>[return_url]</b><br />-&nbsp;Establezca <u>\'Palabra secreta\'</u>. La palabra secreta solamente es conocida por el vendedor y 2Checkout.<br />'),
('es', 'text_2co_ins', 'Servicio de notificación instantánea (INS)'),
('es', 'text_access_notice', 'Usted puede usar los comodines para el \"Dominio\", \"E-Mail\" y \"Tarjeta de Crédito\": <br /><b>*</b> - puede representar cualquier cantidad de caracteres, incluido cero<br /><b>?</b> - puede representar cualquier carácter simple.'),
('es', 'text_additional_detailed_image', '(mostrado en ventana popup)'),
('es', 'text_additional_storefront_license_required', '<p>No puedes agregar un nuevo frontal de tienda. El número máximo de frontales de tienda permitido para tu licencia actual <code>[license_number]</code> es [allowed_storefronts], y que actualmente tienes [existing_storefronts]</p><p> Para agregar otro frontal de tienda, por favor compre [product] una licencia adicional para frontales de tienda. Si quiere agregar nuevos frontales de tienda múltiples, compre el número de licencias correspondiente.</p>'),
('es', 'text_additional_thumbnail', '(mostrado en página de detalles de productos en \"Imágenes adicionales\")'),
('es', 'text_addon_cannot_enable', 'El complemento \"[addon_name]\" es incompatible con los siguientes complementos: [addons]. No se puede habilitar.'),
('es', 'text_addon_confclicts', 'El complemento \"[addon_name]\" es incompatible con los siguientes complementos: [addons]. Estos complementos serán automáticamente deshabilitados.'),
('es', 'text_addon_confclicts_on_install', '\"[addon_name]\" es incompatible con los siguientes complementos: [addons]. No se ha podido activar. Actívalo manualmente y todos los complementos incompatibles serán desactivados automáticamente.'),
('es', 'text_addon_disable_dependencies', 'El complemento no se puede desactivar porque los siguientes complementos dependen de él: [addons]'),
('es', 'text_addon_enable_dependencies', 'El complemente no puede ser activiado porque depende de los siguientes complementos: [addons]'),
('es', 'text_addon_installed', 'El complemento <b>\"[addon]\"</b> se ha instalado con éxito'),
('es', 'text_addon_install_dependencies', 'El complemento no se puede instalar porque depende del complemento [addon]. Por favor instala el complemento [addon] primero'),
('es', 'text_addon_refreshed', 'Las configuraciones y las variables de idioma del complemento <b> \"[addon]\" </ b> se han actualizado con éxito'),
('es', 'text_addon_uninstalled', 'Se ha desinstalado el complemento <b>\"[addon]\"</b>.'),
('es', 'text_addon_uninstall_dependencies', 'El complemento no se puede desinstalar porque los siguientes complementos dependen de él: [addons]'),
('es', 'text_addresses_wildcards', 'Usted es puede usar comodines en este campo:<br><b>\'?\'</b> - cualquier carácter simple;<b>\'*\'</b> - cualquier cantidad de caracteres.<br><br><u>Ejemplo:</u><br><b>* Europa</b> &nbsp;&nbsp;(corresponde a plaza Europa, calle Europa, etc)'),
('es', 'text_address_not_found', 'Dirección no encontrada'),
('es', 'text_admin_new_orders', 'Esta sección le muestra pedidos que nunca ha visto.'),
('es', 'text_allowed_to_upload_file_extension', 'Las siguientes extensiones de archivo son compatibles: <b>[ext]</b>.'),
('es', 'text_all_categories_included', 'Todas las categorías incluidas'),
('es', 'text_all_products_included', 'Todos los productos incluidos'),
('es', 'text_amazon_callback_url', 'Importante! Debes especificar la URL de callback <b>[callback_url]</b> como la dirección URL del vendedor en la Central del Vendedor de Amazon (Configuración> Configuración de conducto de Pedido). De lo contrario, usted no podrás aceptar pagos a través de Amazon Checkout en tu tienda'),
('es', 'text_amazon_failed_order', 'Respuesta de pago de Amazon no ha sido recibido todavía, por favor, mantenga. Aunque la orden no puede ser creada en la tienda como fin, es muy probable que ha sido exitosamente creada y procesada por Amazon Checkout. Por favor, póngase en contacto con el personal de la tienda y les digo el order ID proporcionado por Amazon'),
('es', 'text_amazon_incorrect_products_count', 'El numero de productos en tu carrito difiere del numero de productos en la solicitud de Amazon'),
('es', 'text_amazon_link_message', 'Para propósitos de prueba, la URL de comerciante puede ser el enlace HTTP a tu tienda, pero el modo live requiere conexión segura y se debe utilizar el enlace HTTPS. También, recuerde habilitar el modo de producción en el sitio web Central de vendedor de Amazon cuando esté listo para irse a vivir.'),
('es', 'text_amazon_surcharge', '<b>Nota:</b> Según <a href=\'https://payments.amazon.com/sdui/sdui/about?nodeId=6019\' target=\'_blank\'>la política </a>de Amazon (B4.2), los recargos no están soportados. Cualquier recargo que esté configurado será ignorado cuándo se use Amazon Checkout.'),
('es', 'text_anonymous_checkout', 'Usted debe ser un usuario registrado para proceder con la compra'),
('es', 'text_answer_type', 'Proporcionar una respuesta de texto'),
('es', 'text_applied_promotions', 'Promociones aplicadas'),
('es', 'text_approval_notice', 'Este comentario tiene que ser aprobado.'),
('es', 'text_are_you_sure_to_delete_file', '¿Está seguro de que desea eliminar este elemento?'),
('es', 'text_are_you_sure_to_proceed', '¿Usted está seguro que quiere seguir?'),
('es', 'text_atos_notice', '<b>Note:</b><br />1. Copy your certificate, which you were sent on the disk, to the [home_path] directory. Rename the certificate to certif.fr.[my_merchant_id], where [my_merchant_id] is your web site number.<br /> 2. Rename the shop parameters file (parmcom.014213245611111 file) to parmcom.[my_merchant_id].<br />3. Edit <b>pathfile</b> file in the  <b>[home_path]</b> directory<br />- Replace string \'<u>D_LOGO![some_dir]!</u>\' with \'<u>D_LOGO![http_path]/logo/!</u>\'<br />- Replace string \'<u>F_DEFAULT![/some_dirs/parmcom.sogenactif]!</u>\' by \'<u>F_DEFAULT![home_path]/parmcom.sogenactif!</u>\'<br />- Replace string \'<u>F_PARAM![/some_dirs/parmcom]!</u>\' with \'<u>F_PARAM![home_path]/parmcom!</u>\'<br />- Replace string \'<u>F_CERTIFICATE![/some_dirs/certif]!</u>\' with \'<u>F_CERTIFICATE![home_path]/certif!</u>\'<br />4. Edit <b>parmcom.[some_number]</b> file in <b>[home_path]</b> directory<br />- Replace string \'<u>AUTO_RESPONSE_URL![some_url]!</u>\' with \'<u>AUTO_RESPONSE_URL![auto_url]!</u>\'<br />- Replace string \'<u>CANCEL_URL![some_url]!</u>\' with \'<u>CANCEL_URL![ok_url]!</u>\'<br />- Replace string \'<u>RETURN_URL![some_url]!</u>\' with \'<u>RETURN_URL![ok_url]!</u>\'<br />'),
('es', 'text_atos_warning', '<span style=\"color:#FF2222\">Advertencia!</span> La ruta a los archivos atos no puede tener más de 60 símbolos, de lo contrario, por favor copia la carpeta atos_files a un directorio anterior, por ejemplo a la raíz del sistema. Aseguráte tambien que el directorio atos_files tenga todos los permisos.'),
('es', 'text_authentication_failed_message', 'Su institución financiera ha indicado que no puede autenticar con éxito esta transacción. Como protección contra el uso no autorizado, esta tarjeta no puede utilizarse para completar tu compra. Puedes completar la compra seleccionando otra forma de pago.'),
('es', 'text_backup_filename_hint', 'Para descargar esta copia de seguridad, clica en el icono de engranaje y selecciona Descargar'),
('es', 'text_backup_management_notice', 'Esta sección permite que usted maneje sus copias de seguridad.<br>- Para restaurar la base de datos, marque la casilla cerca del nombre del archivo apropiado y pulse el botón de \"Restaurar\" (por favor tenga en cuneta, que el primer archivo será procesado sólo si usted selecciona más que una entrada)<br>- Para borrar archivos, marque las casillas de al lado de los archivos que deberían ser borrados y pulsar el botón de \"Eliminar\".<br>- Para descargar el archivo a su ordenador, haga clic en el nombre del archivo.'),
('es', 'text_banner', 'Banner de texto'),
('es', 'text_billing_address_is_different_from_shipping', 'My billing address is different from shipping address'),
('es', 'text_billing_same_with_shipping', 'La dirección de envió y facturación son la misma'),
('es', 'text_block_trial_notice', 'Ha caducado el período de evaluación de 30 días. Por favor, compre una licencia ([href]) o elimine el software de su servidor.'),
('es', 'text_box', 'Cuadro de texto'),
('es', 'text_buy_new_license', 'Si aún no tiene un número de licencia, puede comprarlo en nuestro sitio web oficial.'),
('es', 'text_cannot_apply_points_to_this_order_because_total', 'Lamentablemente usted no puede aplicar puntos a este pedido porque los gastos totales son cero.'),
('es', 'text_cannot_apply_points_to_this_order_because_user', 'Lamentablemente usted no puede aplicar puntos a este pedido, porque usted no tiene bastantes puntos en la cuenta.'),
('es', 'text_cannot_create_directory', 'No se ha creado el directorio <b>[directory]</b>. Por favor revise los permisos.'),
('es', 'text_cannot_create_file', 'No se ha creado el fichero <b>[file]</b>. Por favor revise los permisos de  directorio.'),
('es', 'text_cannot_delete_directory', 'No se ha borrado el directorio <b>[directory]</b>. Por favor revise los permisos.'),
('es', 'text_cannot_delete_file', 'No se ha borrado el fichero <b>[file]</b>. Por favor revise los permisos.'),
('es', 'text_cannot_rename_directory', 'No se ha podido renombrar el directorio <b>[directory]</b>. Por favor revise los permisos.'),
('es', 'text_cannot_rename_file', 'No se ha podido renombrar el fichero<b>[file]</b>. Por favor revise los permisos.'),
('es', 'text_cannot_restore_directory', 'No puede restaurar el directorio <b>[directory]</b> del repositorio. Comprueba que el repositorio existe.'),
('es', 'text_cannot_restore_file', 'No puede restaurar el archivo <b>[file]</b> del repositorio. Comprueba que el repositorio existe.'),
('es', 'text_can_be_used_once', 'Este cupón puede ser usado sólo una vez. Usted lo ha utilizado ya.'),
('es', 'text_cart_amount_changed', 'La cantidad de producto <b>[product]</b> en su carrito se ha cambiado a la cantidad admisible.'),
('es', 'text_cart_amount_corrected', 'La cantidad del artículo <b>[product]</b> es correcta debido al exceso en inventario.'),
('es', 'text_cart_empty', 'Su carro esta vacío'),
('es', 'text_cart_max_qty', 'La cantidad máxima para el \"[product]\" es <b>[quantity]</b>'),
('es', 'text_cart_min_qty', 'La cantidad mínima para el \"[product]\" es <b>[quantity]</b>'),
('es', 'text_cart_not_enough_inventory', 'El número de productos en estoc no es suficiente para su pedido'),
('es', 'text_cart_zero_inventory', 'El <b>[product]</b> tiene inventario cero y no se puede agregar a su carrito'),
('es', 'text_cart_zero_inventory_and_removed', 'El producto <b>[product]</b> tiene inventario cero y será borrado del carrito de la compra.'),
('es', 'text_catalog_mode_zero_price_action_notice', 'Para mostrar el botón \"Comprar Ahora\" en la página de detalles del producto, cambia \"Acción precio cero\" a \"Permitir a los clientes añadir el producto a la cesta\".'),
('es', 'text_categories_have_been_deleted', 'Las familias han sido borradas con éxito.'),
('es', 'text_category_delimiter', 'Delimitador para las familias \'main_category\' o familias padre (e.j. \"Herbo-dietetica///Plantas y Especias embolsadas\")'),
('es', 'text_category_detailed_image', '(si está definido esta foto se verá en la página detalle de la familia solamente)'),
('es', 'text_category_has_been_deleted', 'La familia, las subfamilias y sus artículos se han borrado con éxito.'),
('es', 'text_category_icon', '(Foto vista en lista de la familia y las páginas de los detalles)'),
('es', 'text_cc_javascript_disabled', '¡ Nota! Su navegador tiene el <b>JavaScript</b> desactivado. Para pagar su pedido haga clic en'),
('es', 'text_cc_number_is_blocked', 'El número de tarjeta de crédito <b>[cc_number]</b> está bloqueado por el administrador. Por favor póngase en contacto con el administrador de la tienda o intente con otro.'),
('es', 'text_cc_processor_connection', 'Conectando a <b>[processor]</b>...'),
('es', 'text_cdn_check', '<strong>Atención!</strong>Por favor prueba algunas URL estáticas, p.ej.<a href=\"[url]\">[url]</a> para verificar que funciona antes de habilitar el CDN (puedes habilitarlo después que el almacenamiento esté activo). Normalmente se tarda 10-15 minutos en activar el almacenamiento (el campo \"Estado\" debe aparecer \"Activo\", recarga la página para actualizar).'),
('es', 'text_cdn_setup', 'El CDN se ha configurado con éxito.'),
('es', 'text_changes_not_saved', 'Tus cambios no han sido guardados.'),
('es', 'text_changes_saved', 'Los cambios han sido guardados.'),
('es', 'text_change_password', 'Usted ha accedido ahora a su cuenta. Por favor cambie la contraseña y pulse el botón de \"Actualizar\".'),
('es', 'text_character_identifier_tooltip', 'Una secuencia de caracteres que sirve como identificador. Puedes usar figuras del 0 al 9, símbolos del alfabeto inglés y el símbolo \"_\".'),
('es', 'text_checkout_new_profile_notice', 'Si usted es un nuevo cliente necesitamos conocer sus detalles personales.'),
('es', 'text_cities_wildcards', 'Usted peude usar comodines en este campo:<br><b>\'?\'</b> - cualquier carácter simple;<b>\'*\'</b> - cualquier cantidad de caracteres.<br><br><u>Ejemplo:</u><br><b>New Y*</b> &nbsp;&nbsp;(corresponde a New York, New Yark, etc)<br><b>L?s*</b>&nbsp;&nbsp; (corresponde a Las Vegas, Los Angeles, etc..)'),
('es', 'text_click_here', 'Haga clic aquí para obtener más detalles'),
('es', 'text_cmcic_notice', 'Por favor ponga la siguiente URL como el <b>CGI2</b>: <b>[postback_url]</b>'),
('es', 'text_cmpi_frame_message', 'Para su seguridad, por favor llene el siguiente formulario para completar su pedido. No haga clic en actualizar o en el botón atrás, o la transacción podría interrumpirse o cancelarse.'),
('es', 'text_cmpi_go_back', 'Volver'),
('es', 'text_combination_out_of_stock', 'No hay existencias de los productos con las opciones seleccionadas'),
('es', 'text_companies_activated', 'Se han activado las empresas seleccionadas'),
('es', 'text_companies_disabled', 'Se han desactivado las empresas seleccionadas'),
('es', 'text_company_status_active_subj', 'Tu empresa ha sido activada.'),
('es', 'text_company_status_active_to_pending', 'Su estado como vendedor ha sido cambiado de Activo a En Espera.'),
('es', 'text_company_status_changed', 'El estado de tu empresa [company] ha cambiado a [status].'),
('es', 'text_company_status_disabled_subj', 'Su empresa fue desactivada.'),
('es', 'text_company_status_disabled_to_pending', 'El estado del vendedor ha sido cambiado de Inactivo a En Espera.'),
('es', 'text_company_status_new_to_active', 'Fue aprobada su solicitud de proveedor [company].'),
('es', 'text_company_status_new_to_active_administrator_created', 'Un nuevo administrador fue creado. Puedes tener acceso al área del administrador<a href=\"[link]\">[link_text]</a>utilizando las siguientes credenciales:<br />/>Inicio de sesión: [login]<br />Contraseña: [password]'),
('es', 'text_company_status_new_to_active_administrator_updated', 'Su tipo de cuenta[login] cambió a cuenta con privilegios de administrador. Usted puede iniciar sesión en el área de administración:<a href=\"[link]\">[link_text]</a>'),
('es', 'text_company_status_new_to_active_subj', 'Fue aprobada su solicitud de cuenta como proveedor.'),
('es', 'text_company_status_new_to_disable', 'Fue rechazada su solicitud de cuenta como proveedor [company].'),
('es', 'text_company_status_new_to_disable_subj', 'Fue rechazada su solicitud de cuenta para vendedor.'),
('es', 'text_company_status_new_to_pending', 'Felicitaciones, su aplicación para obtener una cuenta de proveedor se ha aprobado. Una vez que revisemos la información cuenta, lo publicaremos en nuestro sitio Web.'),
('es', 'text_company_status_pending', 'El estado en espera permite que ingreses al panel de administración, cambies la información de tu empresa, y completes los productos de tu tienda.'),
('es', 'text_company_status_pending_subj', 'Su empresa está esperando aprobación.'),
('es', 'text_company_status_pending_to_active', 'Fueron aprobados los cambios de Perfil de proveedor [company].'),
('es', 'text_conditions_cleared', 'Las condiciones de la tabla fueron limpiadas'),
('es', 'text_confirmation_page_header', 'Esta es la pagina de confirmación. Usted debe de confirmar la operación antes de que sea realizada.'),
('es', 'text_confirm_passwd_recovery', 'Por favor pulse en el enlace para confirmar la recuperación de la contraseña'),
('es', 'text_cpf_exists', 'CPF está vinculado a outra conta'),
('es', 'text_csrf_attack', 'Acceso denegado: posible ataque CSRF'),
('es', 'text_customer_area_logo', 'Logo para área de <b>clientes</b>'),
('es', 'text_datatrans_notice', '<b> Nota </ b>: para realizar el seguimiento de sus pedidos de DataTrans con el software del carrito de compras, debe seguir estos pasos: <br /> <br /> - & nbsp; Iniciar sesión en su cuenta de DataTrans <br /> - & nbsp; Haga clic en el <u> \"enlace de datos Upp\" </ u> en la <u> sección \'Administración de Upp\' </ u>. <br /> - & nbsp; Establezca <u> \'URL Formato de datos de publicación\' </ u> a <b> \'Datos en HTML FORMULARIO\' </ b>. <br /> - & nbsp; Establezca <u> \'Publicación URL\' </ u> en: <br /> <b> [post_url] </ b> <br /> - & nbsp; Haga clic en el <u> enlace \'Seguridad\' </ u> en la <u> sección \'Administración de Upp\' </ u>. <br /> - & nbsp; Seleccione < b> \'Se enviará una identificación adicional de la empresa con la opción de mensajes de pago </ b>. <br /> - & nbsp; Generar nueva firma digital utilizando el botón <u>\' Generar nueva firma\'</ u>. <br / > - & nbsp; Establezca el valor generado en el campo <u> \'Firma digital\' </ u> en la página de configuración de pago de DataTrans en su tienda <br />'),
('es', 'text_data_changed', 'Los cambios no se han guardado. Pulse OK para continuar o cancelar para permanecer en la página actual.'),
('es', 'text_decrease_points_in_use', 'Los puntos usados en el pedido fueron restados de la cuenta de usuario.'),
('es', 'text_deltapay_notice', '<b>Nota:</b> Por favor envíe la siguiente información al soporte de DeltaPay: <br /> Página de Pago: \'<u>[payment_url]</u>\'<br />Página de acceso: \'<u>[result_url]</u>\'<br /> Página de error: \'<u>[result_url]</u>\'<br />Página de Cancelación: \'<u>[result_url]</u>\'<br />'),
('es', 'text_directebanking_notice', 'Establecer \"Enlace éxito\" a: <b>[success_url]</b><br />Establecer \"Enlace avortar\" a:<b>[abort_url]</b><br />Añadir nuevas notificaciones HTTP y establecer \"URL de notificación\" a:<b>[notification_url]</b><br />Activar comprobación de entrada y establecer \"Algoritmo de Hash\" a \"SHA1\"<br />'),
('es', 'text_directory_created', 'Directorio<b>[directory]</b> a sido creado con éxito.'),
('es', 'text_directory_deleted', 'Directorio<b>[directory]</b> a sido borrado con éxito.'),
('es', 'text_directory_renamed', 'Directorio <b>[directory]</b> ha sido renombrado con éxito a <b>[to_directory]</b>'),
('es', 'text_directory_restored', 'El directorio <b>[directory]</b> ha sido restaurado del repositorio.'),
('es', 'text_downloads_empty', 'Tu lista de descargas está vacía'),
('es', 'text_editing', 'Edición de texto'),
('es', 'text_edp_product', 'Este producto es de distribución electrónica'),
('es', 'text_ekey_not_valid', 'La clave electrónica  que usted entró no es válida o ha expirado'),
('es', 'text_email_is_blocked', 'La dirección de E-mail <b>[email]</b>ha sido bloqueada por el administrador.  Por favor póngase en contacto con el administrador de la tienda o intente con otra.'),
('es', 'text_email_sent', 'E-mail enviado con éxito'),
('es', 'text_emerchantpay_notice', 'Por favor añade estas URL en el formulario de configuración de eMerchantPay eCommerce Payment:<br/><br/><b>BackReturn URL:</b><br/>[backreturn_url]<br/><br/><b>Custom Approval URL:</b><br/>[notify_url]<br/><br/><b>Custom Decline URL:</b><br/>[decline_url]<br/><br/><b>Activate Notification URL:</b><br/>[process_url]'),
('es', 'text_enabled_testimonials_notice', 'Los testimonios de los clientes están desactivados. Para habilitar, por favor vaya a <a href=\"[link]\"> comentarios y reseñas: opciones de</a> y seleccione el valor de \"Comunicación\", \"Rating\" o \"Comunicación y valoración\" haga su valoración en el campo de\"Testimonios\".'),
('es', 'text_enets_notice', 'Please send the following URL to the eNPS manager as a responce URL for all three cases (success, failure, cancel): [r_url]'),
('es', 'text_entered_html_was_sanitized', 'Algunas<strong>etiquetas HTML</strong>que ha utilizado<strong><strong>se cortaron</strong>debido a las restricciones para insertar etiquetas HTML como & lt;object &gt;,& lt; iframe & gt;, & lt;embed & gt;y código de JavaScript. Es por eso que el contenido que ha insertado a través de estas etiquetas no se mostrará.'),
('es', 'text_enter_filename', 'Por favor ponga el nombre del fichero'),
('es', 'text_error_adding_request', 'Error al agregar la solicitud.'),
('es', 'text_exim_data_exported', 'Datos exportados con éxito'),
('es', 'text_exim_data_imported', 'Los datos fueron importados con éxito.<br />Objetos nuevos - <b>[new]</b>;<br />Objetos actualizados - <b>[exist]</b>;<br />Total - <b>[total]</b>.'),
('es', 'text_exim_data_imported_clear', 'Datos importados con éxito.'),
('es', 'text_exim_export_notice', 'Abajo está la lista de los campos que pueden ser exportados. Los campos<b>destacados</b> son obligatorios.'),
('es', 'text_exim_import_features_note', '<h4>Formato de importación de las funciones del producto<code>(%Group name%) %Nombre de la función%: %Feature type%[%Feature value%]</code>donde,<dl class=\"dl-horizontal\"><dt>%Nombre del grupo%</dt><dd>nombre de la función de grupo</dd><dt>%Nombre de la función%</dt><dd>el nombre de la función</dd><dt>%Tipo de función%</dt><dd>el tipo de función (C - casilla de verificación, M - casillas de verificación multiples, S - seleccionar cuadro de texto, N - seleccionar cuadro de número, E - casilla de texto ampliada, T - texto simple, O - número, D - date)</dd><dt>%Valor de la función%</dt><dd>el valor de la función (algunos valores pueden ser delimitados por una coma)</dd></dl><p>Algunos valores deben ser delimitados por un punto y coma.</p><h5>Ejemplo:</h5><code>ISBN: T[1233423423]; Fecha de lanzamiento: D[05/05/07]; Color: S[Red]</code>'),
('es', 'text_exim_import_files_note', '<h4>Formato del archivo de importación</h4><code>%File location%</code> donde, <dl class=\"dl-horizontal\"> <dt>%File location%</dt> <dd>puede ser una ruta absoluta o relativa del servidor o una URL</dd> </dl> <p>Varios archivos pueden ser delimitados por coma.</p> <h5>Ejemplo1:</h5><code>file1.jpg</code><h5>Example 2:</h5><code>backup/file1.zip, images/file2.jpg</code>'),
('es', 'text_exim_import_images_note', '<h4>Formato de importación de imagen</h4> <code>%Ubicación de imagen%#%Texto Alternativo%</code>, <br><dl class=\"dl-horizontal\"> <dt>%Ubicación de imagen%</dt><dd>puede ser una ruta relativa o absoluta en un sistema de archivos del servidor o una dirección URL,</dd><dt>%Texto Alternativo%<dt><dd>texto alternativo de imagen</dd></dl><h5>Ejemplo 1:</h5><code>images/product_images/apples.jpg#Manzanas</code><h5>Ejemplo 2:</h5><code>http://www.site.com/apples.jpg#Manzanas</code>'),
('es', 'text_exim_import_notice', 'Abajo está la lista de los campos que su fichero de datos puede contener. Los campos destacados son obligatorios.'),
('es', 'text_exim_import_options_note', '<h4>Formato de importación de las funciones del producto</h4><code>%Nombre de la opción%: %Tipo de opción%[{$ldelim}%Variante 1 ID%{$rdelim}%Variante 1%,{$ldelim}%Variante 2 ID%{$rdelim}%Variante 2%,{$ldelim}% ID Variante N %{$rdelim}%Variante N%]</code> donde,<dl class=\"dl-horizontal\"><dt>%Nombre de la opción%</dt><dd>el nombre de la opción,</dd><dt>%ID Variante N %</dt><dd>the id de la variantedd><dt>%Variant N%</dt><dd>el nombre de la variante. Las variantes deben ser especificadas si el tipo de opción es una casilla de selección o un grupo de radio solamente.</dd><dt>%Tipo de opción%</dt><dd>tEl tipo de opción, puede ser la siguiente:<br><ul><li><b>S</b> - casilla de selección,</li><li><b>R</b> - botones de radio,</li><li><b>C</b> - casilla de verificación,</li><li><b>I</b> - entrada simple,</li><li><b>T</b> - área de texto.</li></ul></dd></dl><p>Algunas opciones deben ser delimitadas por un punto y coma.</p><h5>Ejemplos:</h5>Opciones de texto simple:<code>Su edad: I; Fecha de nacimiento I; Notas: T</code><br>Opciones con variantes:<code>Color: S[Rojo, Verde, Azul]; Tamaño: R[X, XL, XXL]</code>'),
('es', 'text_exim_utf8_file_format', 'Por favor, asegúrate de que el archivo que estás importando tiene charset UTF-8 para una correcta importación'),
('es', 'text_expired_license', 'Desgraciadamente, tu suscripción del software [product] ha expirado. Por favor, renuévala lo antes posible para evitar la suspensión del programa.'),
('es', 'text_failed_gift_certificate_addition', 'La adición del certificado ha fallado. Asegúrese que la cantidad de la suma no es el cero.'),
('es', 'text_features_delimiter', 'Delimitador entre valores variantes de una característica del producto.'),
('es', 'text_feedback_notice', 'Los parámetros que fueron enviados a nuestro servidor para analizar la funcionalidad y la configuración actual son mostrados a continuación.<br />Por favor nota que ninguna información personal o financiera fue enviada. Después de que revisar la lista de parámetros, haz click en \"Enviar\".<br />'),
('es', 'text_files_directory', 'El directorio donde los archivos de productos están localizados. Este será usado si los datos del campo del \"Archivo\" son especificados sin la ruta; esta debe ser una ruta absoluta'),
('es', 'text_file_created', 'Fichero<b>[file]</b> a sido creado con éxito.'),
('es', 'text_file_deleted', 'Fichero<b>[file]</b> a sido borrado con éxito.'),
('es', 'text_file_editor_notice', 'Puedes cargar y descargar archivos a través del<a href=\"[href]\">Editor de archivos</a>'),
('es', 'text_file_editor_notice_full_link', 'Puede cargar y descargar archivos a través de [link]'),
('es', 'text_file_renamed', 'Fichero<b>[file]</b> a sido renombrado con éxito a <b>[to_file]</b>'),
('es', 'text_file_restored', 'El archivo <b>[file]</b> ha sido restaurado del repositorio'),
('es', 'text_file_saved', 'Fichero<b>[file]</b> guardado con éxito'),
('es', 'text_fill_the_mandatory_fields', 'Necesitas completar todos los campos obligatorios'),
('es', 'text_forbidden_file_extension', 'No está permitido  crear/subir/renombrar los archivos con la extensión <b>.[ext]</b>.'),
('es', 'text_forbidden_file_mime', 'No esta permitido crear/cargar/renombrar archivos de tipo MIME <b>[mime]</b>.'),
('es', 'text_forbidden_functionality', '<p>Para usar esta función, necesita una licencia del [product].</ p>'),
('es', 'text_forbidden_uploaded_file_extension', 'No esta permitido subir archivos con extensión <b>.[ext]</b>. Las extensiones permitidas son: <b>[exts]</b>'),
('es', 'text_forbidden_uploaded_file_size', 'No está permitido subir archivos con tamaño mayor de <b>[size]</b>'),
('es', 'text_form_cresecure_notice', 'Por favor completa pago siguiente.<br /> esta es una página de pago seguro, suministrada desde un entorno seguro.'),
('es', 'text_full_mode_required', '<strong>Modo Full</strong> es requerido.'),
('es', 'text_gate2shop_notice', '<p>Por favor establece los siguientes valores en los ajustes de comerciante de Gate2Shop:</p><p>URL de éxito, fracaso y cancelación: <b>[result_url]</b></p><p>URL de regreso:<b>[back_url]</b></p>'),
('es', 'text_gd_not_avail', 'Librería GD <b>NO INSTALADA</b> en tu servidor. Contacta con tu proveedor de hosting. <br />Solo pueden ser usado en las gráficas el tipo \"tablas\".'),
('es', 'text_gift_certificate_logo', 'Logo para <b>certificados de regalo</b>'),
('es', 'text_gift_cert_added_to_wishlist', 'El certificado de regalo ha sido añadido al lista de la compra'),
('es', 'text_gift_cert_amount_alert', 'Cantidad debe ser entre [min] y [max]'),
('es', 'text_gift_cert_applied', 'Certificado de regalo se ha aplicado'),
('es', 'text_gift_cert_cannot_delete', 'El [code] del certificado de regalo no se puede eliminar ya que se utiliza en [ids] pedido(s).'),
('es', 'text_gift_cert_has_been_deleted', 'El certificado de regalo se ha eliminado correctamente.'),
('es', 'text_hidpi_support_enabled', 'El soporte para HiDPI está activado'),
('es', 'text_hsbc_notice', '<b>Client ID  -</b> Su ID de cliente, es un número entre 0 y 999999999, o un alias de Cliente válido de la forma UK12345678CUR. <br /> Este alias de cliente es sensible a las mayúsculas. <br /> <b>Atención para usuarios de UNIX:</b><br /> Por favor asegúrese que usted tiene los permisos apropiados para el directorio siguiente: chmod -R 755 [cart_dir]'),
('es', 'text_ideal_basic_notice', '-&nbsp;Log in to your iDEAL account<br />-&nbsp;Click on the <u>\'Security\'</u> in the <u>\'Profile\'</u> section.<br />-&nbsp;Set the option <u>\'Notification\'</u> to <b>\'XML\'</b><br />-&nbsp;Set the <u>\'Notification URL\'</u> to:<br /><b>[return_url]</b><br />-&nbsp;Set the <u>\'Secret key\'</u>. A Secret key is known only to the seller and iDEAL.<b'),
('es', 'text_images_directory', 'El directorio donde las imágenes están localizadas (esto será usado si el archivo de imagen es especificado sin la ruta; debe ser una ruta absoluta, ej. [images_backup_dir])'),
('es', 'text_increase_points_in_use', 'Los puntos usados en el pedido fueron añadidos a la cuenta de usuario.'),
('es', 'text_input_license_code', 'Por favor ingrese su número de licencia para poder administrar su tienda:'),
('es', 'text_installing_theme_dependencies', 'Instalar las dependencias del tema: [dependencies]'),
('es', 'text_invalid_url', 'Has introducido una URL no válida'),
('es', 'text_ips_denied', 'Usted no tiene permitido el acceso a este area'),
('es', 'text_ip_blocked_failed_login', 'La IP  ha sido bloqueada después de [number] conexiones fracasadas'),
('es', 'text_ip_is_blocked', 'Su dirección IP está bloqueada.'),
('es', 'text_items_added', 'Los items fueron agregados exitosamente'),
('es', 'text_license_is_disabled', 'La licencia está deshabilitada. Por favor revisa el estado de tu licencia.'),
('es', 'text_license_is_disabled_full', 'La licencia está deshabilitada. Verifique el estado de su licencia o seleccione un modo de tienda diferente.'),
('es', 'text_license_is_invalid', 'Número de licencia inválido. Por favor, introduzca un número de licencia válido.'),
('es', 'text_license_is_invalid_full', 'Número de licencia inválido. Por favor ingrese un número de licencia válido o seleccione un modo de tienda diferente.'),
('es', 'text_license_required_ebay', 'Aumente sus ventas vendiendo productos presentados en su tienda CS-Cart en el mercado más grande del mundo, eBay.'),
('es', 'text_license_required_ebay-title', 'sincronización de eBay'),
('es', 'text_license_required_facebook', 'Construya su tienda en su página de Facebook para acercarse a su audiencia y atraer a más clientes nuevos.'),
('es', 'text_license_required_facebook-title', 'Aplicación de Facebook'),
('es', 'text_license_required_full', 'Your current CS-Cart edition is Professional. We also offer another one, a more advanced edition—<b>Ultimate</b>. With CS-Cart Ultimate, you\'ll be able to use unlimited number of storefronts and the mobile commerce app as well as the eBay Synchronization add-on and the Facebook app without additional fees. To unlock unlimited storefronts and mobile commerce, get the Ultimate license.'),
('es', 'text_license_required_storefronts', 'Agregue tantas páginas de inicio de productos de la tienda como desee y adminístrelas a través de un solo panel de administración.'),
('es', 'text_license_required_storefronts-title', 'Páginas de inicio de productos de la tienda ilimitadas'),
('es', 'text_links', 'Enlaces de texto'),
('es', 'text_login_form', '<h4>¿No es usuario registrado?</h4><p>Crear una nueva cuenta es fácil y toma menos de un minuto.</p>'),
('es', 'text_login_to_add_to_cart', 'Este producto no se puede añadir a la cesta <br />porque no se ha iniciado sesión.'),
('es', 'text_mail_area_logo', 'Logo para <b>facturas</b>'),
('es', 'text_mandatory_fields', '<span style=\"text-decoration: underline;\">Las casillas marcadas con <span class=\"required-field-mark\">*</span> son obligatorias</span>'),
('es', 'text_max_limit_of_parameters', 'Max value of \"limit\" field can not exceed 25 if chart type isn\'t equal \"Table\". Limit of this chart has been corrected.'),
('es', 'text_mb_failed_order', 'No se ha recibido todavía ninguna respuesta de Skrill, por favor espera. Aunque el pedido no puede ser creado en la tienda, es altamente probable que el pedido se haya creado y procesado correctamente por Skrill. Por favor contacta con el personal de la tienda y comunica el número de pedido suministrado por Skrill'),
('es', 'text_min_order_amount_required', 'Para continuar su proceso de compra el carrito debe de tener un mínimo de:'),
('es', 'text_min_products_amount_required', 'Para continuar con el proceso de compra, el subtotal de esta tiene que ser mayor de'),
('es', 'text_money_back_guarantee', 'Ofrecemos 30 días de garantía de devolución de dinero. Si no le gusta nuestro producto, le devolveremos el dinero, sin preguntas innecesarias.'),
('es', 'text_multiprofile_notice', 'Un solo usuario puede tener múltiples perfiles.Por ejemplo, si quiere que ciertos pedidos vayan a direcciones distintas a la suya etc..'),
('es', 'text_mve_plus_license_required', '<p>Let your vendors receive money from customers directly via your marketplace.</p><p>Manage vendors\' abilities via user groups, and allow your vendors to change the looks of their stores.</p><p>Create a unified catalog, where vendors can start selling any product in a matter of minutes.</p>'),
('es', 'text_mve_ultimate_license', 'A special edition of [product] that offers all the features of [product] Plus and an unlimited number of storefronts. If you switch to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see the message about the storefront limit again.'),
('es', 'text_mve_ultimate_license_required', '<p>Branch out: get an unlimited number of storefronts for your marketplace.</p><p>A storefront is another domain created either for a specific country or city, or for a specific part of your product catalog.</p><p>Get all the other functionality of [product] Plus.</p>'),
('es', 'text_mve_ultimate_or_plus_license_required', 'This action requires [product] Ultimate or [product] Plus. If you switch to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a> or <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus</a>, you\'ll get access to all their features.'),
('es', 'text_newsletter_sent', 'El los) boletín (es) de noticia (s) ha (n) sido enviado (s) con éxito.'),
('es', 'text_new_payment_was_created', 'Nuevo pago fue creado'),
('es', 'text_new_post_notification', 'Este es la notificación del nuevo post a'),
('es', 'text_new_user_activation', 'El perfil propiedad de \"[user_login]\" se ha creado recientemente, debe verificar los detalles de este usuario (si es necesario) y activarlo utilizando el siguiente enlace: <br /><a href=\"[url]\">[url_text]</a>'),
('es', 'text_nothing_found', 'Nada encontrado'),
('es', 'text_not_allowed_to_upload_file_extension', 'No está permitido subir archivos con la extensión <b>.[ext]</b> aquí.'),
('es', 'text_not_approved_products', 'Tienes productos que requieren su aprobación. Por favor <a href=\"[link]\"> siga este enlace</a> para revisar estos productos.'),
('es', 'text_not_approved_vendors', 'Usted tiene vendedores que requieren su aprobación. Por favor <a href=\"[link]\"> siga este enlace</a> para revisar estos proveedores.'),
('es', 'text_not_valid_cc_number', 'El <b>[cc_number]</b> no es un número de tarjeta de crédito válido.'),
('es', 'text_not_valid_cpf', 'CPF está invalido'),
('es', 'text_not_valid_domain', 'El <b>[domain]</b> no es un nombre de dominio válido,'),
('es', 'text_not_valid_email', 'El <b>[email]</b> no es un E-mail válido.'),
('es', 'text_not_valid_ip', 'La <b>[ip]</b> no es una dirección IP válida.'),
('es', 'text_no_active_promotions', 'No hay promociones disponibles.'),
('es', 'text_no_conflicts', 'No se encontraron conflictos'),
('es', 'text_no_items_defined', 'Ningún [items] definidos'),
('es', 'text_no_matching_products_found', 'No se ha encontrado ningún artículo con este criterio'),
('es', 'text_no_matching_results_found', 'No hay resultados para el criterio de búsqueda'),
('es', 'text_no_orders', 'No se ha encontrado ningún pedido'),
('es', 'text_no_payments_needed', 'No se requiere información de pago'),
('es', 'text_no_payments_required', 'No payment required'),
('es', 'text_no_products', 'No hay artículos en esta familia'),
('es', 'text_no_products_defined', 'Artículos no definidos'),
('es', 'text_no_products_found', 'Artículos no encontrados'),
('es', 'text_no_shipments_found', 'No se han encontrado envíos'),
('es', 'text_no_shipping_methods', 'Lo sentimos! Desafortunadamente no hay opciones de envío disponibles para tu destino.<br>Entra en contacto con nosotros y veremos como podemos enviarle su pedido.'),
('es', 'text_no_ticket_found', 'No Ticket Found'),
('es', 'text_no_upgrades_available', 'No hay actualizaciones disponibles'),
('es', 'text_objects_for_export', '<b>[total]</b> [name] será exportado.'),
('es', 'text_ogonedirect_notice', 'Introduce la firma SHA-1 en ambos: aquí y en la configuración de Ogone.<br /><br />Para cuentas nuevas Ogone creadas desde el 11 de mayo de 2010, la nueva política SHA es automáticamente activada.<br/>Por favor, no te oblides de activar la casilla \"Usar nueva política de firma SHA\".');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('es', 'text_ogoneweb_notice', 'Por favor configure la siguiente URL en la sección de información técnica de la configuración de Ogone como <b>URL de respuesta</b> para todos los casos (\"aceptado\", \"en espera\", \"incierto\", \"cancelado por el cliente\", \"demasiados rechazos por el adquirente\"):<b>[r_url]</b><br />También introduce la firma SHA-1 en ambos: aquí y en la configuración de Ogone. Después selecciona el tipo de petición: \"Realizar esta petición en segundo plano y diferida\".'),
('es', 'text_only_ultimate_license_required', 'Una edición especial llamada [product] versión más reciente es requerida para ejecutar esta acción. Si cambia a<a href=\"[ultimate_license_url]\" target=\"_blank\"> la versión más receinte</a>, no verá este mensaje de nuevo, y será capaz de creear un número ilimitado de frontales de tienda.'),
('es', 'text_options_no_inventory', 'Para poder crear combinaciones de opciones, el checkbox de \"Invetanrio\" debe estar marcado como mínimo para una de las opciones de producto.'),
('es', 'text_order_backordered', 'Su pedido ha sido aplazado. Nos pondremos en contacto con usted en breve.'),
('es', 'text_order_placed_error', 'Su orden fue declinada por el procesador del pago.  Repase por favor su información y entre en contacto con el administrador de la tienda.'),
('es', 'text_order_placed_successfully', 'Felicidades! Su compra se ha realizado con éxito.'),
('es', 'text_order_repayed_successfully', 'La orden ha sido pagada nuevamente.'),
('es', 'text_order_saved_successfully', 'El pedido ha sido guardado con éxito.'),
('es', 'text_order_status_has_not_been_changed', 'El estado del pedido no ha sido cambiado porque el usuario no tenía bastante número de puntos.'),
('es', 'text_order_status_notification', 'Por favor ten en cuenta que la notificación de cambio de estado depende de la configuración de este estado'),
('es', 'text_out_of_stock', 'Agotado'),
('es', 'text_owl', 'OwlCarousel'),
('es', 'text_pages_cloned', 'Las páginas han sido clonadas con éxito. A continuación se listan las páginas nuevas.'),
('es', 'text_pages_have_been_deleted', 'Las paginas se ha borrado con éxito.'),
('es', 'text_page_changed', 'Estas seguro que quieres abandonar esta pagina? Tus cambios no han sido guardados. Haz click en OK para continuar, o Cancelar para mantenerte en la pagina actual.'),
('es', 'text_page_has_been_deleted', 'La pagina se ha borrado con éxito.'),
('es', 'text_page_loading', 'Cargando... Tu petición está siendo procesada, por favor espera.'),
('es', 'text_password_recovery_instructions_sent', 'Password recovery instructions have been sent to [email] address.'),
('es', 'text_pay4later_notice', '<b>Nota</b>: para el seguimiento de sus órdenes con Pay4Later, usted debe seguir estos pasos: <br /> <br /> - Ingrese en Pay4Later BackOffice<br /> - Haga clic en el enlace <u>\' configuración/instalaciones \'</u> en la sección de <u>\' enlaces \'</u>. <br /> - Configure <u>\'Return URL (Confirmada)\'</u> a: <br /> <b>[verified_url]</b> <br /> - Configure <u>\'Return URL (Denegada)\'</u> a: <br /> <b>[decline_url]</b> <br /> - Configure <u>\'Return URL (Consultar)\'</u> a: <br /> <b>[refer_url]</b> <br /> - Configure <u>\'Return URL (Cancelar)\'</u> a: <br /> <b>[cancel_url]</b> <br /> - Configure \'CSN <u>URL\'</u> ajuste: <br /> <b>[process_url]</b> <br /> - Haga click en el botón <u>\' Guardar cambios \'</u> <br />'),
('es', 'text_paybox_notice', '<b>Nota:</b> Please download the file modulev2.cgi from the PayBox server, copy it to <b>[paybox_dir]</b> directory <u>in binary mode</u> and make it executable. <br />Run the following command:<br /><b><i>chmod 755 modulev2.cgi</b></i><br /><br />Also ask &#8220;Paybox&#8221; service to add the following URL to the database as &#8220;Callback URL&#8221;:<br /><b>[callback_url]</b>'),
('es', 'text_payment_first_data_notice', 'Por favor accede a la administración de FirstData Connect 2.0, abre la pestaña de \"Administración\", haga clic en el enlace \"Connect 2.0 Setup\". <br/> establece la URL siguiente en las secciones \"formulario de envío de pedido\", \"Página de confirmación\" y \"Página de error\": [return_url] <br/>'),
('es', 'text_payment_have_been_deleted', 'El pago ha sido eliminado exitosamente.'),
('es', 'text_payment_have_not_been_deleted', 'El pago no se puede borrar'),
('es', 'text_paypal_processing_payment', 'Por favor espera por mientras se procesan los detalles del pago...'),
('es', 'text_paypal_surcharge', '<b>Nota:</b> De acuerdo a las políticas de uso de PayPal <a href=\'https://www.paypal.com/webapps/mpp/ua/useragreement-full#4\' target=\'_blank\'> política</a> (4.6), los recargos no son compatibles.'),
('es', 'text_paysitecash_debug', 'Información para depuración'),
('es', 'text_paysitecash_mode', 'Modo'),
('es', 'text_paysitecash_mode_debug_off', 'Desactivado'),
('es', 'text_paysitecash_mode_debug_on', 'Activado'),
('es', 'text_paysitecash_mode_live', 'En vivo'),
('es', 'text_paysitecash_mode_test', 'Prueba'),
('es', 'text_paysitecash_nocurrencies', 'Modo de moneda'),
('es', 'text_paysitecash_nocurrencies_no', 'Permitir a los clientes seleccionar cualquiera de las divisas soportadas'),
('es', 'text_paysitecash_nocurrencies_yes', 'No mostrar la selección de divisas'),
('es', 'text_paysitecash_notice', 'Por favor agregar estos campos de URL en la configuración de Paysite Cash: <br/> <br/> <b>URL:</b> <br/>[url] <br/> <br/> <b>url de referencia:</b> <br/>[ref_url] <br/> <br/> <b>url despues de pago:</b> <br/>[sucess_url] <br/> <br/> <b>url cancelación del pago:</b> <br/>[cancel_url] <br/> <br/> <b>url confirmación Backoffice:</b> <br/>[confirm_url]'),
('es', 'text_paysitecash_processor', 'Procesador de pagos'),
('es', 'text_paysitecash_site_id', 'ID de sitio'),
('es', 'text_payway_notice', 'Configure los siguientes parámetros en PayWay back-end: <p>navegador devolver URL Pre pago: <b>[prepayment]</b> <br/> URL del explorador regresar: <b>[return]</b> <br/> notificación URL: <b>[notify]</b><br/> notificación tipo: Deje vacío</p>'),
('es', 'text_permissions_changed', 'Permisos cambiados'),
('es', 'text_piraeus_notice', '<b>Nota:</b> Por favor envíe la siguiente información para el soporte de pago:<br/> URL del sitio web: \'<u>[website_url]</u>\'<br /> Referrer URL: \'<u>[referrer_url]</u>\'<br /> éxito URL: \'<u>[success_url]</u>\'<br />  falta URL: \'<u>[failure_url]</u>\'<br /> Backlink URL: \'<u>[backlink_url]</u>\'<br />  Dirección IP: \'<u>[ip_address]</u>\'<br /><br /> método de respuesta: \'<u>[response_method]</u>\'<br /><br />'),
('es', 'text_points_cannot_applied_because_subtotal_redeemed', 'Los puntos no pueden ser aplicados porque el subtotal está completamente amortizado.'),
('es', 'text_points_exceed_points_on_account', 'Los puntos escritos por usted exceden el número de puntos en su cuenta.'),
('es', 'text_points_exceed_points_that_can_be_applied', 'Los puntos escritos por usted exceden el número de puntos que pueden ser aplicados a este pedido.'),
('es', 'text_points_used_in_order', 'Puntos usados en el pedido'),
('es', 'text_point_in_account', 'El número de puntos en su cuenta es'),
('es', 'text_position_updating', 'Cargando... Las posiciones están siendo actualizadas, por favor espera.'),
('es', 'text_post_pended', 'Su comentario sera comprobado antes de ser publicado.'),
('es', 'text_price_dec_sign_delimiter', 'Separador decimal para los precios de los productos.'),
('es', 'text_products_added', 'Los productos siguientes acaban de agregarse a la tienda:'),
('es', 'text_products_cloned', 'Los productos han sido clonados exitosamente. A continuación la lista de los productos nuevos'),
('es', 'text_products_have_been_deleted', 'Los artículos han sido borrados con éxito.'),
('es', 'text_products_updated', 'Los siguientes productos han sido actualizados:'),
('es', 'text_products_updated_successfully', 'El producto(s) ha sido actualizado con éxito'),
('es', 'text_product_cloned', 'El productot <b>[product]</b> ha sido clonado con éxito. Ahora puede editar el nuevo producto.'),
('es', 'text_product_detailed_image', '(opcional mostrado en Popup)'),
('es', 'text_product_file_has_been_deleted', 'El archivo del producto fue eliminado'),
('es', 'text_product_filters_were_disabled', 'Se deshabilitaron los siguientes <a href=\"[url]\" target=\"_blank\">filtros de producto </a>: [filters_list].'),
('es', 'text_product_has_been_deleted', 'El artículo se ha borrado con éxito.'),
('es', 'text_product_option_delimiter', '\"Separador de opciones de producto dentro de una combinación (ej. \"Color: Rojo, Tamaño: Pequeño\")\"'),
('es', 'text_product_thumbnail', '(mostrado en lista de productos y páginas detalles de los productos)'),
('es', 'text_profile_activated', 'Su cuenta ahora está activa ya. Puede iniciar sesión en su cuenta usando sus credenciales.'),
('es', 'text_profile_benefits', '<h4>Beneficios de convertirse en un miembro registrado</h4> <ul><li>Iniciar sesión en cualquier momento para comprobar estado de pedido</li> <li>personalizar las compras</li> <li>acelerar futuras compras</li></ul>'),
('es', 'text_profile_deactivated', 'Su cuenta ha sido desactivada. Por favor contáctenos para más detalles.'),
('es', 'text_profile_details', '<h4>Detalles del perfil</h4><p>Desde esta página puedes modificar tus credenciales de acceso y datos personales para usarlos en futuros pedidos.</p><p>Para mantener tu cuenta segura recomendamos evitar contraseñas que usen:</p><ul><li>Palabras de diccionario en cualquier idioma.</li><li>Palabras escritas al revés, errores mecanográficos habituales y abreviaturas.</li><li>Secuencias de caracteres repetidos. Ejemplos: 12345678, 2222222, abcdefg, o letras adyacentes en el teclado (qwerty).</li><li>Información personal. Tu nombre, fecha de nacimiento, permiso de conducir, número de pasaporte, o información parecida.</li></ul>'),
('es', 'text_profile_is_created', 'La cuenta se ha creado con éxito.'),
('es', 'text_profile_is_updated', 'El perfil a sido actualizado con éxito.'),
('es', 'text_profile_should_be_approved', 'Su cuenta ha sido creada con éxito, pero debe ser activada por el administrador de la tienda antes de que usted sea capaz de usarla en nuestra tienda.'),
('es', 'text_promotions_group_condition', 'si [set] de estas condiciones són [set_value]'),
('es', 'text_qty_discounts', 'Nuestros descuentos por cantidad'),
('es', 'text_recommendation_notes', 'Un amigo tuyo te ha recomendado que visites una pagina. Por favor pincha en el enlace para ir:'),
('es', 'text_recover_password', '<p>Si has olvidado la contraseña, por favor entra tu email y haz clic <i>Restablecer contraseña</i>.</p><p>Recibirás un nuevo password y un enlace para acceder. Luego podrás cambiar la contraseña.</p>'),
('es', 'text_recover_password_notice', 'Por favor ponga su nombre de usuario, y el sistema le enviará a su E-mail la contraseña nueva.'),
('es', 'text_recover_password_title', 'Restablecer contraseña'),
('es', 'text_redactor2', 'Editor II'),
('es', 'text_remove_additional_images', 'Cuando importas imágenes adicionales de un producto actualizado, las imágenes existentes de este productos serán borradas antes de la importación'),
('es', 'text_remove_backup_files', '¡ ADVERTENCIA! Si elimina los archivos de copia de seguridad, no podrá restaurar la instalación anterior. Asegúrese de que la nueva versión está funcionando correctamente, y los archivos de copia de seguridad de bases de datos están en un lugar seguro.'),
('es', 'text_required_group_product', 'Por favor seleccione un producto para el grupo requerido [group_name]'),
('es', 'text_reset_inventory_description', 'Se restableceran las existencias de todos los productos de la tienda.'),
('es', 'text_restore_question', 'Estas seguro que quieres restablecer la plantilla?'),
('es', 'text_return_change_warning', 'El estado de la devolución #[return_id] será  cambiado'),
('es', 'text_sagepay_dir_notice', '<b>Nota:</b> Con el fin de rastrear sus pedidos de SagePay por el software de carro de compras, por favor, active el seguro fraude control opción 3D para tu cuenta de SagePay VSP directa.'),
('es', 'text_sagepay_notice', 'Utilizar <b>testvendor</b> como <b>Nombre del proveedor</b> para los propósitos de prueba <br/> <p><b>pago</b> - tipo de transacción se utiliza para obtener una autorización del Banco, y luego resolver la transacción temprano a la mañana siguiente, comprometer los fondos de tarjeta su cliente <br/></p> <p><b>diferido</b> - transacciones no se envían al Banco para completar hasta LIBERARLAS accediendo a la interfaz del administrador de SagePay VSP , encontrar la transacción y haga clic en el botón de liberación.</p>'),
('es', 'text_secret_key_notice', 'Por favor completa este campo con un valor. Aumentara la seguridad de las transacciones.'),
('es', 'text_select_fields2edit_note', 'Usted puede modificar varias familias y artículos al mismo tiempo. Seleccione arriba los artículos o familias que quiera editar,seleccione abajo los campos a editar y pinche en el botón \"modificar seleccionado\".'),
('es', 'text_select_file', 'Selecciona fichero'),
('es', 'text_select_range', 'Usted puede seleccionar el rango a exportar (de lo contrario todos los [name] serán exportados)'),
('es', 'text_select_vendor', 'Por favor seleccione primero una tienda'),
('es', 'text_set_write_permissions_for_dirs', 'Puedes establecer permisos de escritura para el servidor Web a los directorios listados, o suministrar un acceso FTP con permisos de escritura para estos directorios.'),
('es', 'text_share_product_features_tooltip', '¡ Atención! No se copiarán algunos datos durante esta operación: las categorías establecidas en los filtros se perderán incluso si copia todas las categorías. Por favor, arregle las categorías manualmente.'),
('es', 'text_share_product_filters_tooltip', '¡ Atención! No se copiarán algunos datos durante esta operación: las categorías establecidas en las características se perderán incluso si copia todas las categorías. Por favor, arregle las categorías manualmente.'),
('es', 'text_share_promotions_tooltip', 'Para compartir promociones asegúrate que los respectivos productos son tambien compartidos (marca compartir productos a continuación)'),
('es', 'text_shipping_packages_info', 'Para asegurar una estimación de costes de envío más precisa, los productos han sido separados en paquetes según se define en los ajustes de producto y del método de envío. La información siguiente es sólamente a efectos de referencia'),
('es', 'text_shipping_rates_changed', 'Se han modificado los gastos de envío'),
('es', 'text_ship_to_billing', 'El pedido se entregará a la dirección de facturación'),
('es', 'text_shoppers_can_order_products', 'Ahora los compradores pueden pedir estos productos en la tienda.'),
('es', 'text_signup_for_subscriptions', '¡Suscríbase a nuestros boletines de noticias!'),
('es', 'text_skip_creating_new_products', 'Sihabilita esta configuración, entonces serán actualizados solamente los productos que ya existen en su base de datos.'),
('es', 'text_skrill_activate_quick_checkout_short_explanation', 'Skrill Merchant Tools te permite aceptar pagos de tarjetas de crédito, débito y otros 60 métodos de pago locales de más de 200 países. Los competitivos precios para este servicio se publican en el sitio web de Skrill en http://www.skrill.com.'),
('es', 'text_skrill_activate_quick_checkout_short_explanation_1', 'Has enviado una petición de activación en la fecha [date]. Por favor, ten en cuenta que el proceso de verificación para usar Skrill Merchant Tools puede prolongarse hasta 72 horas. Skrill contactará cuando termine el proceso de verificación.'),
('es', 'text_skrill_activate_quick_checkout_short_explanation_2', 'Después de la activación tendrás acceso a una nueva sección en Skrill con Herramientas para comercios. Debes escoger una palabra secreta (diferente de la contraseña) y introducirla en la siguiente sección para conectar con Skrill. La palabra secreta es el último paso del proceso de activación y encripta de modo seguro tus pagos. Tras el correcto registro, estarás en disposición de usar todas las opciones de pago de Skrill.'),
('es', 'text_skrill_currs_notice', 'Si has seleccionado una divisa diferente de la divisa base de la tienda, por favor asegúrate que tiene el correcto <a href=\"http://en.wikipedia.org/wiki/ISO_4217\">código ISO 4217</a> en la<a href=\"[link]\">página de divisas</a>.'),
('es', 'text_skrill_email_is_not_registered', 'El email especificado no está registrado en Skrill.'),
('es', 'text_skrill_email_is_registered', 'El email especificado está registrado en Skrill.'),
('es', 'text_skrill_empty_input_data', 'Faltan algunos campos necesarios para activar Quick Checkout. Por favor, compruébalo.'),
('es', 'text_skrill_logo_notice', 'Si el servidor HTTPS no está configurado, el logo se suministrará a través del protocolo HTTP y los usuarios verán el aviso \"Conexión parcialmente encriptada\" en la página de Skrill.'),
('es', 'text_skrill_notice', 'Para obtener acceso a la red de pago internacional de Skrill, por favor, regístrese <a href=\"[register_url]\" target=\"_blank\"> aquí</a>para obtener una cuenta gratuita si todavía no tiene una.<p><strong>Atención</strong>: por favor, guarde la configuración antes de validar su correo electrónico, palabra secreta o activar las herramientas de empresa.</p>'),
('es', 'text_skrill_notice_register', 'Para obtener acceso a la red de pago internacional de Skrill, por favor, regístrese <a href=\"[register_url]\" target=\"_blank\"> aquí</a>para obtener una cuenta gratuita si todavía no tiene una.<p><strong>Atención</strong>: por favor, guarde la configuración antes de activar las herramientas de empresa.</p>'),
('es', 'text_skrill_payment_is_not_saved', 'Para usar esta característica, por favor graba primero el método de pago.'),
('es', 'text_skrill_secred_word_notice', 'La palabra secreta debe ser en minúsculas, sin caracteres especiales y un mínimo de 10 dígitos.'),
('es', 'text_skrill_secret_word_is_correct', 'La palabra secreta es correcta.'),
('es', 'text_skrill_secret_word_is_incorrect', 'La palabra secreta es incorrecta. Por favor escoje tu palabra secreta en la sección \"Merchant Tools\" de tu cuenta de Skrill y luego introdúcela aquí.'),
('es', 'text_skrill_support', '<b>Soporte:</b> <br /><br /> Tienes preguntas?<br /> Contacta Skrill en <a href=\"mailto:\">ecommerce@skrill.com</a> o por teléfono +44 (0) 870 383 0762.<br />'),
('es', 'text_status_is_float', 'Usted no puede usar el intervalo de tiempo para el parámetro \"Estado\" porque este parámetro es dependiente del tiempo.'),
('es', 'text_storage_changed', 'Almacenamiento cambiado correctamente'),
('es', 'text_storefront_license_required', 'Un frontal de tienda para la licencia estandár de [product]. Este tipo de licencia es la ideal para aquellos que no tienen la intención de agregar algunos frontales de tienda en el futuro.'),
('es', 'text_store_closed', 'Lo lamentamos, pero la tienda se encuentra temporalmente cerrada.'),
('es', 'text_store_mode_changed_to_full', 'El <strong>Modo Full</strong>ha sido activado. En este modo, todas las características avanzadas de están disponibles.'),
('es', 'text_store_mode_changed_to_mve', 'Your store now uses active license. With the [product] edition, you get almost all the features we offer. The additional features (such as separate checkout for each vendor, and vendor-created promotions) are available with the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus edition</a>. There is an even more advanced edition, <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, that lets you use multiple storefronts for different audiences.'),
('es', 'text_store_mode_changed_to_mve.plus', '<strong>Plus mode</strong> has been activated. This mode offers all the advanced eCommerce features, except for multiple storefronts. If your marketplace ever needs separate domains for different audiences, upgrade your license to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>.'),
('es', 'text_store_mode_changed_to_mve.ru', 'Your store now uses active license. With the [product] edition, you get almost all the features we offer. The additional features (such as separate checkout for each vendor, and vendor-created promotions) are available with the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus edition</a>. There is an even more advanced edition, <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, that lets you use multiple storefronts for different audiences.'),
('es', 'text_store_mode_changed_to_mve.ru.plus', '<strong>Plus mode</strong> has been activated. This mode offers all the advanced eCommerce features, except for multiple storefronts. If your marketplace ever needs separate domains for different audiences, upgrade your license to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>.'),
('es', 'text_store_mode_changed_to_mve.ru.ultimate', '<strong>Ultimate mode</strong> has been activated. In this mode, all the advanced eCommerce features are available.'),
('es', 'text_store_mode_changed_to_mve.ultimate', '<strong>Ultimate mode</strong> has been activated. In this mode, all the advanced eCommerce features are available.'),
('es', 'text_store_mode_changed_to_ult', 'Your store now uses an active license of [product].'),
('es', 'text_store_mode_changed_to_ult.b2b', 'Your store now uses an active license of [product].'),
('es', 'text_store_mode_changed_to_ult.b2b.ultimate', 'Your store now uses an active license of [product].'),
('es', 'text_store_mode_changed_to_ult.ru', 'Your store now uses an active license of [product].'),
('es', 'text_store_mode_changed_to_ult.ru.ultimate', 'Your store now uses an active license of [product].'),
('es', 'text_store_mode_changed_to_ult.ultimate', 'Your store now uses an active license of [product].'),
('es', 'text_store_mode_closed', 'La tienda se ha <b>cerrado</b>'),
('es', 'text_store_mode_full', '<p>Acceso completo sin restricciones a todas las funciones. Ingrese un número de licencia válido para activar el acceso.</p><p> Este modo se puede activar en cualquier momento.</p><br />'),
('es', 'text_store_mode_open', 'The store was <b>opened</b>'),
('es', 'text_store_mode_opened', 'La tienda se ha <b>abierto</b>'),
('es', 'text_store_mode_trial', '<p>Acceso total a todas las funciones durante el período de prueba de 30 días, a partir del momento de la activación.</p><p>Una vez que expire el período de prueba de 30 días, tendrá que <a href=\"[product_buy_url]\" target=\"_blank\"> comprar una licencia</a> o ingrese un número de licencia válido para poder administrar su tienda.</p>'),
('es', 'text_store_mode_trial_rb', 'Todas las funciones están disponibles durante 30 días después de descargar el paquete de instalación. No es necesario introducir la clave de licencia. < br />< br />Después del período de prueba de 30 días, usted necesita comprar la licencia o escribir la clave de licencia si ya tiene una. <br /><br />'),
('es', 'text_subscriber_activated', 'Tu correo electrónico ha sido activado exitosamente'),
('es', 'text_subscriber_added', 'Su dirección de correo electrónico ha sido añadida con éxito a nuestra lista de noticias y promociones'),
('es', 'text_subscriber_removed', 'Su dirección de correo electrónico ha sido eliminada con éxito de nuestra lista de noticias y promociones'),
('es', 'text_successful_request', 'Su petición se ha agregado correctamente. Usted recibirá el correo electrónico con la respuesta más adelante.'),
('es', 'text_success_subscription', '¡Usted se subscribió con éxito a nuestras noticias y promociones!'),
('es', 'text_tax_applied', 'El impuesto <b>[tax]</b> ha sido aplicado a todos los artículos'),
('es', 'text_tax_unset', 'El impuesto <b>[tax]</b> ha sido quitado de todos los artículos'),
('es', 'text_template_changed', 'Los cambios no han sido guardados. Pulsa OK para guardar los cambios o Cancelar para descartarlos.'),
('es', 'text_test_email_sent', 'Correo electrónico de prueba fue enviado a la siguiente dirección <b>[email]</b>.'),
('es', 'text_thaiepay_notice', 'Su URL de regreso es <b>[return_url]</b>'),
('es', 'text_thank_you_for_post', 'Gracias por su comentario'),
('es', 'text_thumbnail_manual_loading', 'Las miniaturas se generarán automáticamente de las imágenes detalladas, pero también puedes <a id=\"[id]\" class=\"[class]\">cargarlas manualmente</a>'),
('es', 'text_tinymce', 'TinyMCE'),
('es', 'text_topmenu_more', 'Más [item] <i class=\"text-arrow\">&rarr;</i>'),
('es', 'text_topmenu_view_more', 'Ver más <i class=\"text-arrow\">&rarr;</i>'),
('es', 'text_track_instructions_sent', 'Las instrucciones de acceso fueron enviadas a su dirección de E-mail.'),
('es', 'text_track_request', 'Usted solicitó información de los pedidos que hizo en nuestra tienda.'),
('es', 'text_track_view_all_orders', 'Para ver todos los pedido abre el siguiente enlace:'),
('es', 'text_track_view_order', 'Para ver el pedido #[order] por favor abre este enlace:'),
('es', 'text_transaction_cancelled', 'La transacción fue cancelada por el cliente.'),
('es', 'text_transaction_declined', 'La transacción fue rechazada por el procesador de pago o fue anulada por el cliente'),
('es', 'text_uc_addon_upgrade_completed', 'El complemento \"[name]\" ha sido actualizado con éxito'),
('es', 'text_uc_agreed_collisions', 'Entiendo que mis modificaciones locales se perderán permanentemente durante la actualización'),
('es', 'text_uc_another_update_process_running', 'Posiblemente otro proceso de actualización esté ejecutándose<br />Por favor espera hasta que termine.<br />Si el proceso ha terminado con error, puedes quitar el archivo [filename] y intentar de nuevo.<br /><a href=\"[url]\">Quitar el archivo de bloqueo y reiniciar la actualización</a>'),
('es', 'text_uc_backup_database', 'Las siguientes tablas de la base de datos han sido respaldadas'),
('es', 'text_uc_backup_files', 'Los siguientes archivos han sido respaldados'),
('es', 'text_uc_broken_package', 'El paquete de actualización parece estar roto. Por favor, actualice la lista de paquetes y tratar de descargarlo de nuevo'),
('es', 'text_uc_cannot_lock_upgrade_process', 'No se pudo desactivar el lanzamiento del proceso de actualización'),
('es', 'text_uc_cant_download_package', 'No se puede descargar el paquete de actualización'),
('es', 'text_uc_changed_files_message', 'Estos archivos tienen modificaciones locales y serán respaldados. Una vez completada la actualización, compare los archivos de respaldo con los nuevos y vuelva a aplicar las modificaciones a los nuevos archivos, si es necesario.'),
('es', 'text_uc_check_ok', 'La versión de CS-Cart se ha comprobado correctamente. Está lista para la actualización.'),
('es', 'text_uc_conflicts', 'Los siguientes archivos tienen modificaciones locales'),
('es', 'text_uc_db_right_needed', 'No hay permisos suficientes para actualizar la base de datos. Por favor asigna los siguientes privilegios: [priviliges] a tu usario [db_user] de la base de datos.'),
('es', 'text_uc_emergency_restore', 'Atención! Por favor copia la siguiente URL - la puedes usar para restaurar la tienda si la actualización falla. <br /><b>[href]</b>'),
('es', 'text_uc_failed_to_backup_tables', 'Las tablas de la base de datos no han sido respaldadas'),
('es', 'text_uc_failed_to_create_directory', 'No se pudo crear un nuevo directorio'),
('es', 'text_uc_failed_to_decompress_files', 'Error en la extracción a partir del archivo'),
('es', 'text_uc_failed_to_ftp_copy', 'Falló la transferencia FTP'),
('es', 'text_uc_ftp_cart_directory_not_found', 'No hemos podido encontrar CS-Cart instalación en el directorio especificado. Por favor, asegúrese de que ha entrado en el directorio FTP correcta.'),
('es', 'text_uc_ftp_connection_failed', 'Falló la conexión FTP'),
('es', 'text_uc_ftp_connect_failed', 'No se pudo conectar con el servidor FTP. Por favor comprueba que el nombre del Host sea correcto'),
('es', 'text_uc_ftp_login_failed', 'No se pudo registrar al servidor FTP. Por favor comprueba que el usuario y contraseña sean correctos'),
('es', 'text_uc_ftp_needed', 'Credenciales FTP para acceder a los archivos y ajustar los permisos automáticamente'),
('es', 'text_uc_has_conflicts', 'Algunos de tus archivos tienen modificaciones locales. Puedes comprobar cuáles siguiendo este enlace.'),
('es', 'text_uc_incorrect_upgrade_path', 'Ruta incorrecta para actualizar los archivos'),
('es', 'text_uc_license_number_required', 'Por favor, introduce tu número de licencia de CS-Cart'),
('es', 'text_uc_list_of_updates_missing', 'Falta la lista de actualizaciones'),
('es', 'text_uc_local_modification', 'Modificaciones locales'),
('es', 'text_uc_non_writable_files', 'Estos archivos requieren permisos de escritura (manualmente o automáticamente vía FTP)'),
('es', 'text_uc_no_enough_space_to_backup_database', 'Espacio insuficiente en disco para respaldar la base de datos'),
('es', 'text_uc_no_ftp_module', 'Parece que no hay servicio FTP en el servidor. No se puede usar FTP hasta que el servicio no esté instalado'),
('es', 'text_uc_package_installed_with_errors', 'Se han producido errores durante el proceso de actualización. Por favor, póngase en contacto con el soporte técnico para investigar el problema.'),
('es', 'text_uc_timeout_check_success', 'Parece que el servidor permite cambiar la opción \"max_execution_time\" de los scripts. Se puede proseguir el proceso de actualización.'),
('es', 'text_uc_unable_to_create_upgrade_folder', 'No se pudo crear directorio de actualización'),
('es', 'text_uc_unable_to_parse_uc_xml', 'No se pudo analizar el descriptor del proceso de actualización uc.xml'),
('es', 'text_uc_unable_to_remove_file', 'No se pudo quitar el archivo'),
('es', 'text_uc_unable_to_remove_packages_xml', 'No se pudo quitar el descriptor de actualización packages.xml'),
('es', 'text_uc_unable_to_remove_upgrade_lock', 'No se pudo quitar el archivo de bloqueo. Por favor quita el archivo [file].'),
('es', 'text_uc_unable_to_update_list_of_installed_upgrades', 'No se pudo recuperar la lista de actualizaciones instaladas'),
('es', 'text_uc_upgrade_completed', 'Su tienda se ha actualizado con éxito'),
('es', 'text_uc_upgrade_completed_check_and_open', '<p>La tienda se cerró durante el proceso de actualización. Recomendamos comprobar el funcionamiento de la tienda tras la actualización y solo luego reabrirla</p><p>Puedes abrir la tienda desmarcando la casilla \"Cerrar tienda\" en Ajustes → General.</p>'),
('es', 'text_uc_upgrade_log_file_not_writable', 'El registro de actualización no se puede escribir'),
('es', 'text_uc_upgrade_needed', 'Es necesario actualizar a la versión <b>[to_version]</b> antes de aplicar este paquete de actualización (tu versión es <b>[your_version]</b>).'),
('es', 'text_uc_upgrade_not_selected', 'No se ha seleccionado ningún paquete de actualización'),
('es', 'text_uc_upgrade_reverted', 'La actualización se ha revertido correctamente'),
('es', 'text_uc_will_be_changed', 'Será cambiado'),
('es', 'text_uc_will_be_deleted', 'Se eliminarán'),
('es', 'text_ult_product_store_field_tooltip', 'Propietario del producto. Solo el propietario del producto puede editar todos los campos en productos comaprtidos.'),
('es', 'text_unable_to_install_theme_dependencies', 'No se pudieron instalar las dependencias del tema: [dependencies]'),
('es', 'text_unable_to_parse_xml', 'Error al analizar la estructura XML'),
('es', 'text_unsubscribe_instructions', 'Respetamos su privacidad y no enviamos correos electrónicos a usuarios que no lo han solicitado. Usted ha recibido este correo electrónico porque solicitó recibir nuestras actualizaciones y promociones.<br /><br /> Si usted desea cancelar la suscripción por favor haga clic en el siguiente enlace:'),
('es', 'text_unsupported_currency', 'La divisa usada en la tienda no está soportada por el sistema de pago. Por favor, contacta con el administrador de la tienda.'),
('es', 'text_upgrade_available', 'Está disponible una nueva versión de CS-Cart. Para actualizar a la última versión <a href=\"[link]\">haz clic aquí</a>.'),
('es', 'text_usergroup_activated', 'Los siguientes grupos de usuarios se han activado para su cuenta:[usergroups].'),
('es', 'text_usergroup_disactivated', 'Los siguientes grupos de usuarios han sido eliminado de su cuenta: [usergroups].'),
('es', 'text_usergroup_request', 'Grupo de usuarios solicitado por el cliente.'),
('es', 'text_usergroup_requested_by', 'El <b>[usergroup]</b> grupo fue solicitado a través de[name] ([email]).'),
('es', 'text_vendor_profile_changes_notice', '¿Está seguro que desea actualizar el perfil? Información acerca de su empresa no estará disponible en el área del cliente hasta que el administrador lo apruebe.'),
('es', 'text_worldpay_notice', 'Por favor use la URL siguiente como la URL de retorno: <br /><b>[return_url]</b>'),
('es', 'text_you_have_already_filled_this_poll', 'Usted ya ha completado esta encuesta'),
('es', 'text_zipcodes_wildcards', 'Usted puede usar comodines en este campo:<br><b>\'?\'</b> - cualquier carácter individual;<b>\'*\'</b> - cualquier cantidad de caracteres.<br><br><u>Ejemplo:</u><br><b>98?78</b> &nbsp;&nbsp;(corresponde a 98878, 98378, 98978, etc)<br><b>12*</b>&nbsp;&nbsp; (corresponde a 12345, 12876, 12098, etc..)'),
('es', 'thanks_for_voting', 'Gracias por tomarse el tiempo para completar esta encuesta.'),
('es', 'theme', 'Tema'),
('es', 'themes', 'Temas'),
('es', 'theme_directory', 'Directorio de Tema'),
('es', 'theme_editor', 'Editor de tema'),
('es', 'theme_editor.atc_button_bkg', 'Add to cart'),
('es', 'theme_editor.atc_button_text', 'Add to cart text'),
('es', 'theme_editor.auto_scroller_animations_style', 'Image auto scroller animation'),
('es', 'theme_editor.auto_scroll_animations', 'Use image auto scroller animation'),
('es', 'theme_editor.background', 'Fondo'),
('es', 'theme_editor.backgrounds', 'Fondos'),
('es', 'theme_editor.background_color', 'Color de fondo'),
('es', 'theme_editor.base_color', 'Base'),
('es', 'theme_editor.block_titles', 'Block titles'),
('es', 'theme_editor.body_font', 'Cuerpo'),
('es', 'theme_editor.brand_page_image', 'Brand page images'),
('es', 'theme_editor.browse', 'Seleccionar'),
('es', 'theme_editor.buttons_font', 'Botones'),
('es', 'theme_editor.call_request_bkg', 'Buy now with one click'),
('es', 'theme_editor.call_request_text', 'Buy now with one click text'),
('es', 'theme_editor.category_menu_bkg', 'Category menu background'),
('es', 'theme_editor.category_menu_expand_links', 'Expanded menu links'),
('es', 'theme_editor.category_menu_expand_links_hover', 'Expanded menu links hover'),
('es', 'theme_editor.category_menu_horizontal_background', 'Category menu expanded background'),
('es', 'theme_editor.category_menu_horizontal_decoration', 'Category menu expanded decoartion'),
('es', 'theme_editor.category_menu_horizontal_decoration_text', 'Category menu expanded decoartion text'),
('es', 'theme_editor.category_menu_horizontal_decoration_text_hover', 'Category menu expanded decoartion text hover'),
('es', 'theme_editor.checkout_control_background', 'Checkout: Payment / shipping method background'),
('es', 'theme_editor.checkout_control_border', 'Checkout: Payment / shipping method border'),
('es', 'theme_editor.checkout_control_description', 'Checkout: Payment / shipping method description'),
('es', 'theme_editor.checkout_control_label', 'Checkout: Credit card field names'),
('es', 'theme_editor.checkout_control_title', 'Checkout: Payment / shipping method title'),
('es', 'theme_editor.checkout_input_border', 'Checkout: Field border'),
('es', 'theme_editor.checkout_input_label', 'Checkout: Field label'),
('es', 'theme_editor.checkout_input_text', 'Checkout: Text in fields'),
('es', 'theme_editor.checkout_selected_control_background', 'Checkout: Selected payment / shipping method background'),
('es', 'theme_editor.checkout_selected_control_border', 'Checkout: Selected payment / shipping method border'),
('es', 'theme_editor.checkout_selected_input_border', 'Checkout: Selected field border'),
('es', 'theme_editor.checkout_step_title', 'Checkout: Step title'),
('es', 'theme_editor.checkout_terms_background', 'Checkout: \"Terms and conditions\" section background'),
('es', 'theme_editor.close', 'Cerrar editor de tema'),
('es', 'theme_editor.colors', 'Colores'),
('es', 'theme_editor.color_gen_algorithm', 'Combinación de colores'),
('es', 'theme_editor.color_gen_analogic', 'Analógico'),
('es', 'theme_editor.color_gen_base_color', 'Color base'),
('es', 'theme_editor.color_gen_contrast', 'Contraste'),
('es', 'theme_editor.color_gen_dark_pastel', 'Pastel oscuro'),
('es', 'theme_editor.color_gen_default', 'Defecto'),
('es', 'theme_editor.color_gen_light_pastel', 'Pastel suave'),
('es', 'theme_editor.color_gen_monochromatic', 'Monocromático'),
('es', 'theme_editor.color_gen_pale', 'Pálido'),
('es', 'theme_editor.color_gen_pastel', 'Pastel'),
('es', 'theme_editor.color_gen_title', 'Generar colores'),
('es', 'theme_editor.color_gen_triad', 'Trío'),
('es', 'theme_editor.color_gen_variant', 'Variación'),
('es', 'theme_editor.color_gen_vcontrast', 'Contraste'),
('es', 'theme_editor.compare_color', 'Compare hover'),
('es', 'theme_editor.confirm_enable_less', 'Se realizará copia de seguridad y luego se sobreescribirán las modificaciones de CSS. Estás seguro de continuar con el restablecimiento de LESS?'),
('es', 'theme_editor.content_bg', 'Contenido'),
('es', 'theme_editor.convert_to_css', 'Convertir a CSS'),
('es', 'theme_editor.create_style_first', 'No se puede modificar este parámetro para los estilos predeterminados. Crear un nuevo primero'),
('es', 'theme_editor.css', 'CSS personalizado'),
('es', 'theme_editor.customize', 'Personalizar'),
('es', 'theme_editor.decorative_color', 'Decorativo'),
('es', 'theme_editor.discount_label', 'Etiqueta descuento'),
('es', 'theme_editor.discount_label_text', 'Discount label text'),
('es', 'theme_editor.enable', 'Activar editor de tema'),
('es', 'theme_editor.enable_less', 'Habilitar LESS'),
('es', 'theme_editor.error_preset_exists', 'Ya existe un Preset con este nombre. Por favor elije otro.'),
('es', 'theme_editor.error_style_exists', 'Ya existe un estilo con este nombre. Por favor escoje otro.'),
('es', 'theme_editor.error_theme_converted_to_css', 'Los archivos compilados de CSS no soprtan cambios. Restablece LESS en el <a target=\"_blank\" href=\"[url]\">editor de Tema</a> para poder cambiar estilos.'),
('es', 'theme_editor.favicon', 'Favicon'),
('es', 'theme_editor.favicon_size', 'El tamaño del Favicon debe ser 16x16 px'),
('es', 'theme_editor.fixed', 'Fijo'),
('es', 'theme_editor.font', 'Fuente'),
('es', 'theme_editor.fonts', 'Fuentes'),
('es', 'theme_editor.font_color', 'Fuente'),
('es', 'theme_editor.font_one', 'Primary font'),
('es', 'theme_editor.font_two', 'Secondary font'),
('es', 'theme_editor.footer', 'Pie de página'),
('es', 'theme_editor.footer_bottom', 'Footer bottom'),
('es', 'theme_editor.footer_bottom_text', 'Footer bottom text'),
('es', 'theme_editor.footer_location_icon', 'Footer location icons'),
('es', 'theme_editor.footer_location_icon_bkg', 'Footer location icons background'),
('es', 'theme_editor.footer_social_icons', 'Footer social icons'),
('es', 'theme_editor.footer_text', 'texto de pie de página'),
('es', 'theme_editor.footer_title', 'Footer title'),
('es', 'theme_editor.full_width', 'Ancho completo'),
('es', 'theme_editor.general', 'General'),
('es', 'theme_editor.general_bg', 'General'),
('es', 'theme_editor.gift_cert', 'Certificado de regalo'),
('es', 'theme_editor.google_fonts', 'Use google fonts'),
('es', 'theme_editor.gradient', 'Gradiente'),
('es', 'theme_editor.grid_icon', 'Grid Quick view, Compare, Wishlist icons'),
('es', 'theme_editor.grid_icon_add_to_cart', 'Add to cart button'),
('es', 'theme_editor.grid_icon_add_to_cart_bkg', 'Add to cart background'),
('es', 'theme_editor.grid_icon_add_to_cart_text', 'Add to cart button text'),
('es', 'theme_editor.grid_icon_add_to_compare_bkg', 'Add to compare background'),
('es', 'theme_editor.grid_icon_add_wishlist_bkg', 'Add to wishlist background'),
('es', 'theme_editor.grid_icon_bkg', 'Grid Quick view, Compare, Wishlist icons background'),
('es', 'theme_editor.grid_icon_hover', 'Grid Quick view, Compare, Wishlist icons hover'),
('es', 'theme_editor.grid_icon_quick_view_bkg', 'Quick view background'),
('es', 'theme_editor.grid_info_background', 'Grid info background'),
('es', 'theme_editor.grid_info_title', 'Grid info title'),
('es', 'theme_editor.grid_info_title_hover', 'Grid info title hover'),
('es', 'theme_editor.header', 'Cabecera'),
('es', 'theme_editor.header_call_request_link', 'Header call request link'),
('es', 'theme_editor.header_cart_ammount', 'Header cart amount'),
('es', 'theme_editor.header_cart_ammount_bkg', 'Header cart amount background'),
('es', 'theme_editor.header_icons', 'Header icons'),
('es', 'theme_editor.header_icons_hover', 'Header icons hover'),
('es', 'theme_editor.header_text', 'Header text'),
('es', 'theme_editor.headings_font', 'Encabezado'),
('es', 'theme_editor.hide_show', 'Mostrar/ocultar panel de edición de tema'),
('es', 'theme_editor.incorrect_preset_name', 'Nombre predeterminado no puede contener los siguientes caracteres: \"/ # % ? * : ; { } \\ \"'),
('es', 'theme_editor.incorrect_style_name', 'Style name can not contain the following characters: \"/ # % ? * : ; { } \\ + \"'),
('es', 'theme_editor.info_blocks', 'Info blocks'),
('es', 'theme_editor.in_stock', 'En existencia'),
('es', 'theme_editor.links_font', 'Enlaces'),
('es', 'theme_editor.links_hover', 'Links hover'),
('es', 'theme_editor.link_color', 'Enlaces'),
('es', 'theme_editor.list-price', 'List price'),
('es', 'theme_editor.logos', 'Logos'),
('es', 'theme_editor.mail', 'E-mail'),
('es', 'theme_editor.main', 'Contenido principal'),
('es', 'theme_editor.mainbox_title', 'Mainbox title'),
('es', 'theme_editor.mainbox_title_bkg', 'Mainbox title background'),
('es', 'theme_editor.max_image_size', 'La imagen no debe ser mayor de 200 kB.'),
('es', 'theme_editor.menu_categ_left_content_description', 'Categories menu left content description'),
('es', 'theme_editor.menu_categ_left_content_link', 'Categories menu left content link'),
('es', 'theme_editor.menu_categ_left_content_link_hover', 'Categories menu left content link hover'),
('es', 'theme_editor.menu_categ_right_content_link', 'Categories menu right content link'),
('es', 'theme_editor.menu_categ_right_content_link_hover', 'Categories menu right content link hover'),
('es', 'theme_editor.menu_categ_right_content_title', 'Categories menu right content title'),
('es', 'theme_editor.menu_categ_title', 'Categories menu title'),
('es', 'theme_editor.menu_categ_title_bkg', 'Categories menu background'),
('es', 'theme_editor.menu_color', 'Main Menu'),
('es', 'theme_editor.menu_color_hover', 'Main Menu background hover'),
('es', 'theme_editor.menu_links_color', 'Main Menu links'),
('es', 'theme_editor.menu_links_color_hover', 'Main Menu links hover'),
('es', 'theme_editor.menu_links_hover', 'Menu links hover'),
('es', 'theme_editor.menu_links_hover_text', 'Menu links hover text'),
('es', 'theme_editor.menu_link_1_background', 'Main menu link 1 background'),
('es', 'theme_editor.menu_link_2_background', 'Main menu link 2 background'),
('es', 'theme_editor.menu_link_3_background', 'Main menu link 3 background'),
('es', 'theme_editor.menu_link_4_background', 'Main menu link 4 background'),
('es', 'theme_editor.menu_link_5_background', 'Main menu link 5 background'),
('es', 'theme_editor.menu_link_6_background', 'Main menu link 6 background'),
('es', 'theme_editor.menu_link_7_background', 'Main menu link 7 background'),
('es', 'theme_editor.middle_bg', 'Medio'),
('es', 'theme_editor.multiscroller', 'Multiscroller header background'),
('es', 'theme_editor.multiscroller_compare_color', 'Multiscroller Compare hover'),
('es', 'theme_editor.multiscroller_icon', 'Multiscroller Quick view, Compare, Wishlist icons'),
('es', 'theme_editor.multiscroller_icon_border', 'Multiscroller icon border'),
('es', 'theme_editor.multiscroller_link', 'Multiscroller tab text'),
('es', 'theme_editor.multiscroller_link_active_hover_bkg', 'Multiscroller tab background hover'),
('es', 'theme_editor.multiscroller_link_bkg', 'Multiscroller tab background'),
('es', 'theme_editor.multiscroller_link_hover', 'Multiscroller tab text hover'),
('es', 'theme_editor.multiscroller_quick_view_color', 'Multiscroller Quick view hover'),
('es', 'theme_editor.multiscroller_wishlist_color', 'Multiscroller Wishlist hover'),
('es', 'theme_editor.no_repeat', 'No repetir'),
('es', 'theme_editor.off', 'Apagado'),
('es', 'theme_editor.on', 'Encendido'),
('es', 'theme_editor.other_fonts', 'Otras fuentes'),
('es', 'theme_editor.out_of_stock', 'Sin existencia'),
('es', 'theme_editor.page_cant_be_configured', 'La apariencia de esta página no puede ser configurada con el editor de Temas.'),
('es', 'theme_editor.pattern', 'Patrón'),
('es', 'theme_editor.popular_fonts', 'Fuentes populares'),
('es', 'theme_editor.popup_title_bkg', 'Popup title background'),
('es', 'theme_editor.popup_title_text', 'Popup title text'),
('es', 'theme_editor.position', 'Posición'),
('es', 'theme_editor.pp_price_saving_bkg', 'Product page price saving background'),
('es', 'theme_editor.pp_price_saving_text', 'Product page price saving text'),
('es', 'theme_editor.presets', 'Preajustes'),
('es', 'theme_editor.preset_data_cannot_be_saved', 'Los datos del Preset no se pueden grabar. Debes tener permiso de escritura para el directorio <b>[theme_dir]</b> para solucionar este problema.'),
('es', 'theme_editor.preset_name', 'Nombre del Preset'),
('es', 'theme_editor.price', 'Precio'),
('es', 'theme_editor.price_font', 'Etiqueta de precio'),
('es', 'theme_editor.primary_button', 'Primary color'),
('es', 'theme_editor.primary_button_text', 'Primary text'),
('es', 'theme_editor.product_carousel_scroll_animations_style', 'Product image in carousel scroll animation'),
('es', 'theme_editor.product_title', 'Product title'),
('es', 'theme_editor.product_title_link', 'Product title link'),
('es', 'theme_editor.quick_view_color', 'Quick view hover'),
('es', 'theme_editor.rating_color', 'Rating color'),
('es', 'theme_editor.rating_icons', 'Rating icons'),
('es', 'theme_editor.rating_text', 'Rating text'),
('es', 'theme_editor.repeat', 'Repetir'),
('es', 'theme_editor.repeat_x', 'Repetir x'),
('es', 'theme_editor.repeat_y', 'Repetir y'),
('es', 'theme_editor.reset_backgrounds', 'Restablecer fondos'),
('es', 'theme_editor.reset_colors', 'Restablecer colores'),
('es', 'theme_editor.reset_css', 'Restablecer CSS'),
('es', 'theme_editor.reset_fonts', 'Restablecer fuentes'),
('es', 'theme_editor.reset_general', 'Restablecer general'),
('es', 'theme_editor.reset_logos', 'Restablecer logos'),
('es', 'theme_editor.rounded_corners', 'Cantos redondeados'),
('es', 'theme_editor.scroll', 'Desplazamiento'),
('es', 'theme_editor.scroll_animations', 'Use scroll animations'),
('es', 'theme_editor.scroll_up', 'Scroll up button'),
('es', 'theme_editor.search_button_bkg', 'Search button background'),
('es', 'theme_editor.search_button_bkg_hover', 'Search button background hover'),
('es', 'theme_editor.search_button_text', 'Search button icon'),
('es', 'theme_editor.search_button_text_hover', 'Search button icon hover'),
('es', 'theme_editor.secondary_button', 'Secondary color'),
('es', 'theme_editor.secondary_button_text', 'Secondary text'),
('es', 'theme_editor.secondary_content_bg', 'Secondary content'),
('es', 'theme_editor.secondbox_title', 'Secondbox title'),
('es', 'theme_editor.secondbox_title_bkg', 'Secondbox title background'),
('es', 'theme_editor.shipping_label', 'Shipping label'),
('es', 'theme_editor.shipping_label_text', 'Shipping label text'),
('es', 'theme_editor.show_dropdown_homepage', 'Expand menu on homepage'),
('es', 'theme_editor.show_mega_menu_category_images', 'Mega Menu category thumbnails'),
('es', 'theme_editor.sidebar', 'Sidebar background'),
('es', 'theme_editor.sidebar_decorative', 'Sidebar decorative'),
('es', 'theme_editor.sidebar_link', 'Sidebar links'),
('es', 'theme_editor.sidebar_links', 'Sidebar links'),
('es', 'theme_editor.sidebar_title', 'Sidebar title'),
('es', 'theme_editor.sticky_menu', 'Sticky menu'),
('es', 'theme_editor.style', 'Estilo'),
('es', 'theme_editor.styles', 'Estilos'),
('es', 'theme_editor.style_data_cannot_be_saved', 'No se pueden grabar los datos del estilo. El directorio <b>[theme_dir]</b> debe tener permisos de escritura.'),
('es', 'theme_editor.style_name', 'Nombre del estilo'),
('es', 'theme_editor.sub_footer', 'Sub footer'),
('es', 'theme_editor.sub_footer_text', 'Sub footer text'),
('es', 'theme_editor.system_fonts', 'Fuentes del sistema'),
('es', 'theme_editor.tertiary_button', 'Tertiary color'),
('es', 'theme_editor.tertiary_button_text', 'Tertiary text'),
('es', 'theme_editor.tertiary_content_bg', 'Teritary content'),
('es', 'theme_editor.text_align', 'Alineación de texto'),
('es', 'theme_editor.text_close_editor', 'Seguro que quieres salir del editor de tema?'),
('es', 'theme_editor.text_close_editor_unsaved', 'Tienes cambios sin guardar. Seguro que quieres salir del editor de tema?'),
('es', 'theme_editor.text_convert_to_css', '<p>Generar archivos CSS a partir de LESS (para edición manual).</p><p>IMPORTANTE: No se podrá utilizar el editor de Tema para personalizar la tienda!</p><p><i>Se realizará una copia de seguridad de los archivos LESS originales y se podrán recuperar</i></p>'),
('es', 'theme_editor.text_reset_changes', 'Todos los cambios desde el útlimo guardado se revertirán'),
('es', 'theme_editor.te_font_one', 'Primary font'),
('es', 'theme_editor.te_font_two', 'Secondary font'),
('es', 'theme_editor.theme', 'Tema'),
('es', 'theme_editor.third_button', 'Third button'),
('es', 'theme_editor.top_account_cart', 'Top account/cart'),
('es', 'theme_editor.top_account_cart_hover', 'Top account/cart hover'),
('es', 'theme_editor.top_panel', 'Panel Top'),
('es', 'theme_editor.top_panel_links', 'Enlaces del panel Top'),
('es', 'theme_editor.top_panel_links_hover', 'Top panel links hover'),
('es', 'theme_editor.top_panel_links_hover_active', 'Top link hover/active'),
('es', 'theme_editor.top_panel_text', 'Texto del panel Top'),
('es', 'theme_editor.transparent', 'Transparente'),
('es', 'theme_editor.upload_image', 'Cargar imagen'),
('es', 'theme_editor.vendor_contact_link', 'Vendor cotact link'),
('es', 'theme_editor.vendor_location', 'Vendor location'),
('es', 'theme_editor.vendor_name', 'Vendor name'),
('es', 'theme_editor.vendor_phone', 'Vendor phone'),
('es', 'theme_editor.vendor_product_number', 'Vendor product number'),
('es', 'theme_editor.vendor_rating', 'Vendor rating'),
('es', 'theme_editor.vendor_rating_text', 'Vendor rating text');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('es', 'theme_editor.vendor_store_button_bkg', 'Vendor store button background'),
('es', 'theme_editor.vendor_store_button_text', 'Vendor store button text'),
('es', 'theme_editor.vendor_store_header_background', 'Vendor store header background'),
('es', 'theme_editor.vendor_store_header_name', 'Vendor store header name'),
('es', 'theme_editor.vendor_store_header_title', 'Vendor store header titles'),
('es', 'theme_editor.vendor_store_social_icon_bkg', 'Vendor store social icon background'),
('es', 'theme_editor.vendor_store_social_icon_text', 'Vendor store social icon'),
('es', 'theme_editor.warning_css_changes_will_be_reverted', '<p>Se debe volver a LESS para usar el editor de Tema, puesto que gestiona archivos LESS en lugar de CSS simple. </p><p><strong>Importante: </strong> Se sobreescribirán todos los archivos CSS durante la restauración! Las modificaciones personalizadas de CSS se guardarán en el directorio de copias de seguridad. </p>'),
('es', 'theme_editor.wishlist_color', 'Wishlist hover'),
('es', 'theme_editor_mode', 'Modo editor de tema'),
('es', 'theme_editor_not_supported', 'Este tema no es compatible con el editor de temas'),
('es', 'theme_information', 'Información del tema'),
('es', 'theme_no_styles_text', 'Este tema no tiene estilos.'),
('es', 'theme_styles_and_layouts', 'Estilos y diseños del tema'),
('es', 'the_test_transaction', 'Esto es un TEST de transacción'),
('es', 'this_day', 'Hoy'),
('es', 'this_month', 'Este mes'),
('es', 'this_week', 'Esta semana'),
('es', 'this_year', 'Este año'),
('es', 'ths_sign', 'Símbolo de miles'),
('es', 'thumb', 'Miniatura'),
('es', 'thumbnail', 'Miniatura'),
('es', 'thumbnails', 'Miniaturas'),
('es', 'thumbnails_removed', 'La miniaturas han sido borradas'),
('es', 'thumbnail_width', 'Ancho de miniatura en scroller'),
('es', 'ticket_id', 'Ticket Id'),
('es', 'ticket_information', 'TICKET INFORMATION'),
('es', 'ticket_list', 'Ticket List'),
('es', 'ticket_message', 'Ticket Message'),
('es', 'ticket_subject', 'Ticket Subject'),
('es', 'ticket_type', 'Ticket Type'),
('es', 'tier_account', 'nivel de cuenta'),
('es', 'time', 'Tiempo'),
('es', 'timeout', 'Tiempo de espera'),
('es', 'Timestamp', 'Marca de tiempo'),
('es', 'timezone_upgrade_notification_text', '<p>La zona horaria \"Atenas, Beirut, Estambul\" se ha dividido en 3 zonas horarias distintas:</p><ul><li>Europa/Estambul</li><li>Europa/Atenas</li><li>Asia/Beirut</li></ul><p>Por favor vaya a<b>Configuración de</b>&rarr;<b>Apariencia</b>y asegúrese de que tenga la zona horaria correcta asignada.</p>'),
('es', 'timezone_upgrade_notification_title', 'Cambios de zona horaria'),
('es', 'time_interval', 'Intervalo de tiempo'),
('es', 'time_unlimited_download', 'Descarga sin límite de tiempo'),
('es', 'tip', 'Recomendación'),
('es', 'tip.quick_select_and_close_category_selector', 'Tip: Hold \'Ctrl\' (or \"⌘\" on Mac) while clicking on a category name. This will add one category and close the window.'),
('es', 'title', 'Titulo'),
('es', 'tmpl_abt__ut2_dropdown_horizontal_mwi', 'AB: Horizontal dropdown list with icons'),
('es', 'tmpl_abt__ut2_dropdown_vertical_mwi', 'AB: Vertical dropdown list with icons'),
('es', 'tmpl_abt__ut2__categories_title_block', 'AB: Block: Category title'),
('es', 'tmpl_abt__ut2__features_title_block', 'AB: Block: Feature title'),
('es', 'tmpl_abt__ut2__my_account_links_advanced', 'AB: My account (advanced)'),
('es', 'tmpl_abt__ut2__recent_posts_advanced', 'AB: Blog: Recent posts'),
('es', 'tmpl_abt__ut2__subscribe_advanced', 'AB: Subscription form'),
('es', 'tmpl_abt__ut2__subscription', 'AB: Newsletters: Subscription form'),
('es', 'tmpl_abt__ut2__title_block', 'AB: Block: Title'),
('es', 'tmpl_abt__ut2__top_buttons', 'AB: Buttons Compare and Wishlist'),
('es', 'tmpl_abt__ut2__top_buttons.compare_list.tooltip', 'View Comparison list'),
('es', 'tmpl_call_request', 'Formulario de solicitud de llamada'),
('es', 'tmpl_copyright', 'Información de copyright'),
('es', 'tmpl_grid', 'Rejilla'),
('es', 'tmpl_grid2', 'Cuadrícula2'),
('es', 'tmpl_list_without_options', 'Lista sin opciones'),
('es', 'tmpl_logo', 'Logo de la tienda'),
('es', 'tmpl_multicolumns_small', 'Multicolumnas pequeñas'),
('es', 'tmpl_multicolumn_list', 'Lista de varias columnas'),
('es', 'tmpl_newsletters_subscription_advanced', 'Boletines de noticias: formulario de suscripción avanzada'),
('es', 'tmpl_payment_icons', 'Iconos de sistemas de pago'),
('es', 'tmpl_payment_icons_rus', 'Iconos de sistemas de pago ruso'),
('es', 'tmpl_polls_central', 'Central'),
('es', 'tmpl_polls_side', 'Lado de la caja'),
('es', 'tmpl_quick_links', 'Enlaces rápidos'),
('es', 'tmpl_scroller', 'Scroller'),
('es', 'tmpl_search', 'Campo de búsqueda'),
('es', 'tmpl_sidebox_1_item', 'Panel lateral primer artículo'),
('es', 'tmpl_subscription', 'Boletines de noticias: formulario de suscripción'),
('es', 'tmpl_subscription_advanced', 'Formulario de suscripción avanzada'),
('es', 'tmpl_text_ckeditor', 'CKEditor'),
('es', 'to', 'Hasta'),
('es', 'today', 'Hoy'),
('es', 'tools', 'Herramientas'),
('es', 'tools_addons_activated_count', 'Activar complementos:'),
('es', 'tools_addons_additional_payment_methods', 'There may be more payment processors. They\'ll show up if you activate the corresponding <a href=\"[url]\">payment add-ons</a>.'),
('es', 'tools_addons_additional_shipping_methods', 'There may be more carriers. They\'ll show up if you activate the corresponding <a href=\"[url]\">shipping add-ons</a>.'),
('es', 'tools_addons_additional_themes', 'There may be more themes. They\'ll show up if you activate the corresponding <a href=\"[url]\">theme add-ons</a>.'),
('es', 'tools_addons_core_addons_count', 'Complementos incorporados:'),
('es', 'tools_addons_current_state', 'Estado actual'),
('es', 'tools_addons_disabled_msg', 'Un administrador deshabilitó todos los complementos o complementos de terceros. <br>Presione el botón Volver a habilitar los complementos para inicializar los complementos que estaban previamente activos.'),
('es', 'tools_addons_disable_all', 'Deshabilitar todos los complementos'),
('es', 'tools_addons_disable_third_party', 'Activar los complementos de terceros'),
('es', 'tools_addons_installed_count', 'Complementos instalados:'),
('es', 'tools_addons_no_addons', 'Sin complementos'),
('es', 'tools_addons_no_third_party_addons', 'No hay complementos de terceros'),
('es', 'tools_addons_other_addons_count', 'Complementos de terceros:'),
('es', 'tools_re_enable_add_ons', 'Volver a activar los complementos'),
('es', 'tooltip', 'Ayuda'),
('es', 'top_panel', 'Arriba'),
('es', 'top_sellers', 'Más vendidos (Top sellers)'),
('es', 'top_wishlist_compare', 'ET - Top wishlist compare'),
('es', 'total', 'Total'),
('es', 'totally_paid', 'Totalmente pagado'),
('es', 'totals', 'Totales'),
('es', 'total_amount', 'Cantidad total'),
('es', 'total_amount_due', 'Monto total por pagar'),
('es', 'total_cost', 'Coste total'),
('es', 'total_items', 'Total de artículos'),
('es', 'total_list_price', 'Precio de lista total'),
('es', 'total_orders', 'Created orders'),
('es', 'total_paid_orders', 'Paid orders'),
('es', 'total_period_payout', 'Pago del período total de ventas'),
('es', 'total_price', 'Precio total'),
('es', 'total_product_cost', 'Importe total de productos'),
('es', 'total_replies', 'Total Replies'),
('es', 'total_results', 'Total resultados'),
('es', 'total_spent_money', 'Total spend'),
('es', 'total_unpaid_balance', 'Balance total sin pagar'),
('es', 'total_without_commission', 'Total descontando a comissão'),
('es', 'to_all_subcats', 'Aplicar nivel a las subfamilias también'),
('es', 'to_date', 'Hasta la fecha'),
('es', 'to_fixed', 'En un importe fijo'),
('es', 'to_percentage', 'al porcentaje del precio original'),
('es', 'tpe', 'TPE'),
('es', 'track', 'Seguir'),
('es', 'tracking_num', 'Número de seguimiento'),
('es', 'tracking_number', 'Número de seguimiento'),
('es', 'tracks', 'Identificador'),
('es', 'track_my_order', 'Seguimiento de su pedido'),
('es', 'track_on_carrier_site', 'Registro en la Web'),
('es', 'track_orders', 'Seguir pedidos'),
('es', 'track_request_subj', 'Seguimiento de Pedido'),
('es', 'track_without_options', 'seguir sin opciones'),
('es', 'track_with_options', 'seguir con opciones'),
('es', 'TransactionDateTime', 'Fecha Tiempo de Transacción'),
('es', 'transaction_approved', 'Transacción aprobada'),
('es', 'transaction_cancelled', 'Transacción cancelada'),
('es', 'transaction_datetime', 'Fecha de transacción'),
('es', 'transaction_declined', 'Transacción declinada'),
('es', 'transaction_id', 'Transación ID'),
('es', 'transaction_key', 'Transación key'),
('es', 'transaction_password', 'Contraseña de transacción'),
('es', 'transaction_type', 'Tipo de transacción'),
('es', 'transaction_url', 'URL de transacción'),
('es', 'transaction_used_fee_value', 'Comissão p/ usados'),
('es', 'translate', 'Traducir'),
('es', 'translations', 'Traducciones'),
('es', 'trash_category', 'Categoría papelera'),
('es', 'trash_category_description', 'Cuando se elimina un producto de la última categoría, se trasladará a esta categoría.'),
('es', 'tree', 'Árbol'),
('es', 'trial', 'Prueba'),
('es', 'trial_expired', 'El período de prueba del [product] ha expirado'),
('es', 'trial_mode_mve_disabled', 'El modo de prueba no está disponible puesto que existe una licencia válida para esta instalación'),
('es', 'trial_mode_ult_disabled', 'El modo de prueba no puede ser activado'),
('es', 'trial_notice', 'Su tienda está en modo de prueba.<br /><br />Cuando el período de prueba de 30 días expire, deberá ingresar un número de licencia válido para poder administrar su tienda.<br /><br />Para descartar este mensaje de forma permanente y acceder al Panel de administración una vez finalizado el período de prueba, compre una licencia y <a class=\"cm-dialog-opener cm-dialog-auto-size\" data-ca-target-id=\"store_mode_dialog\"> active el modo completo</a>.'),
('es', 'true', 'Verdadero'),
('es', 'ttc_abt__ut2.menu_with_icons.desc', 'Short description for menu item (it is shown this field only for first-level items after menu item name)'),
('es', 'ttc_abt__ut2.menu_with_icons.dropdown', 'Show children menu items with dropdown list (only for <b>AB: Vertical dropdown list with icons</b> for the first-level items). It is rational to use this mode for those first level menu items, that have a large number of elements (subitems) on the third nesting level'),
('es', 'ttc_abt__ut2.menu_with_icons.icon', 'Icon for menu item (max size for icons:<br> — for the first level items 32x32px / for HiDPI 64x64px). If you don\'t use <b>Short description</b> for the first level menu items, then max size will be 24x24px / for HiDPI 48x48px<br> — for the second level items max icons width 100px / for HiDPI 200px)'),
('es', 'ttc_abt__ut2.menu_with_icons.label', 'Label for menu item (ability to mark with labels, important menu items (promotion, new, total sales, etc. optional))'),
('es', 'ttc_abt__ut2.menu_with_icons.label_background', 'Label background for menu item'),
('es', 'ttc_abt__ut2.menu_with_icons.label_color', 'Label color for menu item'),
('es', 'ttc_abt__ut2.menu_with_icons.text', 'HTML-content shown in this menu item (only for the first-level items). Used to show banner in mega menu (or any another content)'),
('es', 'ttc_abt__ut2.menu_with_icons.text_position', 'Position of HTML-content, that will be shown in this menu item (only for the first-level items)'),
('es', 'ttc_ab__lc.catalog.icon', 'Is displayed on the page <b>AB: Catalog</b> to the left of the name of category'),
('es', 'ttc_ab__lc.catalog.image_control', 'For display the size specified in the fields \"Categories list thumbnail width/height\" on admin panel page \"Settings\" - \"Thumbnails\" will be used. Size 32*32px will be used for displaying to the left'),
('es', 'ttc_ab__lc.control_subcategory_structure.inherit_control', 'If it is noted, then each point of a subcategory will be constructed taking into account its settings <b>AB: Management of the displayed structure of landing category/page</b> on <b>AB: Landing category/page</b> pages'),
('es', 'ttc_ab__lc.control_subcategory_structure.menu_id', 'Specify the menu ID which will be used for creation of the new structure of the subcategories'),
('es', 'ttc_ab__lc.landing_category.landing', 'The page of category will be displayed as a landing. Only subcategories, without products will be displayed'),
('es', 'ttc_ab__lc.landing_category.subsubcategories', 'The maximum amount of displayed sub-subcategories. If it is equal 0 - sub-subcategories won\'t be displayed'),
('es', 'ttc_ab__search_motivation.default_search_phrases', 'Will be used when fields in categories are empty'),
('es', 'ttc_ab__search_motivation.search_phrases', 'Input the list of expressions for this category; each expression should be written from a new line'),
('es', 'ttc_addons.form_builder.email_subject_field', 'Los tipos de campo \"seleccionar la casilla\" o \"campo de entrada\" pueden utilizarse'),
('es', 'ttc_addons.paypal.rma.perform_refund', 'Un reembolso será ejecutado una vez que el administrador cambie la solicitud de estado de la devolución'),
('es', 'ttc_addons.paypal.status_for_new_orders', 'Todos los pedidos que se hacen a través del método de pago ofrecido por PayPal genera este estado hasta que la respuesta de PayPal (un mensaje IPN - notificación instantánea de pago) llega o el cliente regresa a la página web de la tienda a través del enlace del sitio web de PayPal.'),
('es', 'ttc_hybrid_auth.linkedin_api_version', 'LinkedIn <a target=\"_blank\" href=\"https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/migration-faq?context=linkedin/consumer/context\">deprecated API v1</a>, but old apps still use it. If you\'re configuring LinkedIn app for the first time now, use API v2. Old LinkedIn apps configured some time ago may still be using v1.'),
('es', 'ttc_mobile_app.appfulldescription', 'Descripción completa de la aplicación (acepta hasta 4000 símbolos)'),
('es', 'ttc_mobile_app.appname', 'Nombre de la aplicación (acepta hasta 30 símbolos)'),
('es', 'ttc_mobile_app.appshortdescription', 'Descripción breve de la aplicación (acepta hasta 80 símbolos)'),
('es', 'ttc_mobile_app.privacypolicyurl', 'URL de la página política de privacidad de tu tienda'),
('es', 'ttc_mobile_app.pushnotifications', 'Notificaciones automáticas'),
('es', 'ttc_mobile_app.shopname', 'Nombre de la tienda'),
('es', 'ttc_mobile_app.supportemail', 'Se mostrará en la sección de \"acerca de la aplicación\"'),
('es', 'ttc_ogone.sha_in', 'La frase de acceso de SHA-IN se configura en el panel de administración de Ingenico<b>pestaña de verificación de datos y origen</b>.'),
('es', 'ttc_ogone_web.sha_out', 'La frase acceso SHA-OUT se configura en el panel de administración de Ingenico en la <b> pestaña de retroalimentación de la transacción</b>.'),
('es', 'ttc_page_title', 'Título de la página que se mostrará en la ventana del navegador.'),
('es', 'ttc_paypal_logo', 'Utilizar un formato gráfico válido, como .gif, .jpg o .png. Adecuar el tamaño de la imagen a 190 pixeles de ancho por 60 píxeles de alto. PayPal recorta las imágenes que exceden el tamaño. PayPal coloca la imagen de su logotipo en la parte superior de la zona de revisión del carro de compra.'),
('es', 'ttc_paypal_use_in_context_checkout', 'La función de verificación de pago En-Contexto no se utilizará cuando la tienda esté funcionando en modo Widget'),
('es', 'ttc_popularity', 'Popularidad del producto en base al número de veces que se ha mostrado, número de adiciones a la cesta y número de compras.'),
('es', 'ttc_post_description', 'Use la etiqueta &lt;!--CUT--&gt; (cambie a código de fuente para agregarla) para esconder parte del post. Sólo la parte por encima de la etiqueta es mostrada en la lista de todas las entradas.<br/><br/>Asegúrese de <strong>cerrar todas las etiquetas HTML</strong> por encima de la etiqueta &lt;!--CUT--&gt;!'),
('es', 'ttc_product_feature.feature_style', 'Determines the look of this feature on the product page.'),
('es', 'ttc_product_feature.filter_style', 'Determines the look of a filter by this feature on the product list. Filters make it easier for customers to find a product with the desired feature value. You\'ll be able to create a filter after you create a feature.'),
('es', 'ttc_product_feature.purpose', 'Determines how you and your customers will be able to use this feature.'),
('es', 'ttc_search_words', 'Ingrese algunas palabras aquí, y el producto aparecerá en los resultados de la búsqueda incorporada de esas palabras, incluso si el nombre o la descripción del producto no las tiene. Separe las diferentes palabras de búsqueda por comas.'),
('es', 'ttc_shippings.can.contract_id', 'Se requiere la identificación del contrato para obtener tarifas con descuento para clientes comerciales cuando se especifica el número del cliente. Se debe omitir la ID del contrato para los miembros de Solutions for Small Business o usuarios comerciales en general'),
('es', 'ttc_shippings.can.customer_number', 'Se requiere el número de cliente para que los clientes comerciales y los miembros de Solutions for Small Business obtengan tarifas con descuento si se envía el paquete en nombre del cliente'),
('es', 'ttc_shippings.can.option_cov', 'Cantidad solicitada'),
('es', 'ttc_storefront_url', 'Todos los dominios de tienda deben estar asociados a la misma dirección IP. Nota: Cambia a \"Todas las tiendas\" para editar'),
('es', 'ttc_stores_status', 'ON—the storefront is open; everyone will see it. OFF—the storefront is closed; only those who have the access key will be able to see it.'),
('es', 'ttc_vendor_debt_payout.payout_overdue_limit', 'Los pagos de los planes se obtienen del saldo de la cuenta del proveedor. Si el saldo se vuelve negativo después de que se aplica la tarifa, y este período expira, el panel de administración del vendedor no permitirá realizar ninguna acción hasta que el vendedor pague la deuda.'),
('es', 'ttc_vendor_debt_payout.vendor_debt_limit', 'Cuando el saldo de un proveedor es negativo y alcanza este número, el panel de administración del proveedor no permitirá realizar ninguna acción. Cuando el saldo negativo de un proveedor es la mitad de este número, el proveedor verá la advertencia especificada en la variable de idioma \"vendor_debt_payout.debt_near_limit_message\".'),
('es', 'tts_activate_menu_tab_for', 'El elemento de menú aparecerá activado para el \"dispatch\" especificado'),
('es', 'tts_generate_submenu', 'El submenú incluirá los elementos \"hijo\" del objeto seleccionado.'),
('es', 'tts_link_text', 'URL de destino. Puede ser una URL externa, una URL interna de la tienda o un \"dispatch\".'),
('es', 'tts_menu_user_class', 'Clase CSS definida por el usuario se agregará al elemento de menú, así que esto le permitirá definir el elemento de menú con su propio estilo CSS.'),
('es', 'tt_addons_abt__unitheme2_views_abt__ut2_buy_together_generate_description', 'You can use placeholder %product% which will be replaced by original product name'),
('es', 'tt_addons_abt__unitheme2_views_abt__ut2_buy_together_generate_name', 'You can use placeholder %product% which will be replaced by original product name'),
('es', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.friday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('es', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.monday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('es', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.position', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
('es', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.saturday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('es', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.sunday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('es', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.thursday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('es', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.tuesday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('es', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.url', 'The link format with the indication of the controller is recommended (for example, products.view?product_id=12121)'),
('es', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.wednesday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('es', 'tt_addons_ab__category_banners_views_ab__category_banners_update_image', 'The image is output \"as is\", without cutting'),
('es', 'tt_addons_ab__motivation_block_views_ab__motivation_block_update_image', 'The image is displayed \"as is\" without scaling. Upload the prepared image of the necessary size, it is recommended to use size 24*24px'),
('es', 'tt_addons_ab__video_gallery_hooks_products_tabs_content_post_ab__vg.form.replace_image', 'Use the first video as the default image on the product page'),
('es', 'tt_addons_newsletters_views_mailing_lists_update_from_email', 'Correo electrónico de un remitente.'),
('es', 'tt_addons_newsletters_views_mailing_lists_update_from_name', 'Nombre del remitente (por ejemplo, nombre de la empresa).'),
('es', 'tt_addons_newsletters_views_mailing_lists_update_reply_to', 'Correo electrónico para enviar respuestas.'),
('es', 'tt_addons_newsletters_views_newsletters_update_more_subjects', 'Si se especifican varios temas, el tema de correo electrónico es elegido al azar de esta lista.'),
('es', 'tt_addons_newsletters_views_newsletters_update_users', 'Si el texto del mensaje contiene el enlace para Cancelar su suscripción, estará vacía para estos usuarios.'),
('es', 'tt_addons_paypal_settings_partial_refund_action_order_status', 'Determina si puede cambiar el estado de la orden de manera automática o no después de un reembolso parcial a través de PayPal.'),
('es', 'tt_addons_polls_hooks_pages_tabs_content_post_poll_results', 'Mensaje que se muestra en la tienda después de completar la encuesta.'),
('es', 'tt_addons_seo_views_seo_redirects_manage_seo.old_url', 'Por ejemplo, si su URL es <b>http://example.com/path/to/object</b>, necesita entrar <b>/path/to/object</b>'),
('es', 'tt_addons_store_locator_views_store_locator_update_store_locator.main_destination', 'Determines the shipping rates for this pickup point. The rates are specified on the shipping method editing page. If you don\'t select a rate area for a pickup point, then the pickup point won\'t appear at checkout.'),
('es', 'tt_addons_store_locator_views_store_locator_update_store_locator.show_to', 'Allows you to offer this pickup point to the residents of other rate areas at checkout.'),
('es', 'tt_addons_vendor_locations_hooks_companies_shipping_address_post_vendor_locations.location', 'La dirección que se usará para determinar la posición en Google Maps.'),
('es', 'tt_mobile_app.crop_when_resize', 'Si está marcada, alguna parte de una imagen podría perderse (recortarse) cuando se cambia el tamaño, de lo contrario se podrían agregar bordes transparentes.'),
('es', 'tt_mobile_app.m_app_icon', '1024 x 1024 (la imagen grande se debe a un requerimiento de Apple, por favor tenga en cuenta que la imagen debe verse de buena calidad incluso si se cambia el tamaño a 256x256)'),
('es', 'tt_mobile_app.m_app_splash_landscape', 'Tamaño de imagen recomendado es de 2208 x 1536. Se muestra al iniciar la aplicación en tu teléfono móvil'),
('es', 'tt_mobile_app.m_app_splash_portrait', 'Tamaño de la imagen recomendado es de 1536x2208. Se muestra al iniciar la aplicación en tu teléfono móvil'),
('es', 'tt_mobile_app.m_app_store_logo', '(1024x500). Es el tamaño la imagen de tu aplicación que se muestra en la página de Google Play, ver sección de la \"función gráfica\"<a href=\"https://support.google.com/googleplay/android-developer/answer/1078870?hl=en\" target=\"_blank\">aquí</a>'),
('es', 'tt_mobile_app.services_config', 'Upload the google-services.json file that was generated when you added an Android application in Firebase.'),
('es', 'tt_views_block_manager_update_block_override_by_this', 'Guardando el bloque con esta opción marcada, el contenido actual del bloque prevalecerá sobre el contenido que tuviera el bloque en cualquier página de la tienda.'),
('es', 'tt_views_block_manager_update_block_width', 'El ancho del bloque funciona para bloques en grupos que tienen dirección horizontal, para otros casos este parámetro no funciona.'),
('es', 'tt_views_block_manager_update_location_default', 'Una ubicación debe ser seleccionada como defecto. Los contenedores Top y Bottom se usarán para todas las ubicaciones.'),
('es', 'tt_views_block_manager_update_location_head_custom_html', 'Este código HTML se pondrá entre &lt;head&gt;&lt;/head&gt; Etiquetas'),
('es', 'tt_views_cart_components_carts_search_form_online_only', 'Si está activado, los resultados de búsqueda incluyen solo usuarios conectados en este momento.'),
('es', 'tt_views_categories_update_product_details_layout', 'Por defecto, se usará la plantilla definida en los ajustes de apariencia de la tienda.'),
('es', 'tt_views_currencies_update_after_sum', 'Si está activado, el símbolo de la divisa se muestra después de la cifra.'),
('es', 'tt_views_currencies_update_decimals', 'Número de dígitos después del símbolo de decimales.'),
('es', 'tt_views_currencies_update_dec_sign', 'Separador para decimales.'),
('es', 'tt_views_currencies_update_ths_sign', 'Separador de miles.'),
('es', 'tt_views_database_manage_backup_data', 'Si activado, el archivo de copia de base de datos incluye los datos de la tabla actual'),
('es', 'tt_views_database_manage_backup_schema', 'Si activado, el archivo de copia de base de datos mantiene la estructura de la tabla'),
('es', 'tt_views_exim_export_output', 'Escoge una acción para el archivo: \"Descarga directa\" - para guardar el archivo en el ordenador, \"Pantalla\" - para mostrar el contenido del archivo, \"Servidor\" - para guardar el archivo en el sistema de archivos del servidor.'),
('es', 'tt_views_languages_manage_language_code', 'Código de dos letras para el idioma'),
('es', 'tt_views_languages_update_country', 'La bandera de este país será usada como icono para el idioma'),
('es', 'tt_views_orders_components_orders_search_form_customer_files', 'Si activado, los resultados de la búsqueda incluyen los pedidos para los que los clientes cargaron sus propios archivos.'),
('es', 'tt_views_pages_components_pages_link_page_target_url', 'La URL para redirigir a los clientes a'),
('es', 'tt_views_pages_components_pages_link_page_url', 'URL de la página interna'),
('es', 'tt_views_payments_update_surcharge_title', 'Dejar en blanco para usar el \'recargo de pago\' como título'),
('es', 'tt_views_payments_update_taxes', 'Si el recargo por el pago es tomado de los vendedores, los impuestos no se calculan'),
('es', 'tt_views_payments_update_template', 'Plantilla responsable de mostrar campos añadidos para el método de pago.'),
('es', 'tt_views_products_components_products_shipping_settings_free_shipping', 'Los productos con la opción envío gratis se excluirán del cálculo de envío si el método de envío tiene la opción \"usar para envío gratis\" habilitada'),
('es', 'tt_views_products_components_products_shipping_settings_items_in_box', 'Usa este campo para definir el número mínimo y máximo de items de productos que se pueden mandar en una caja separada. Entra un valor distinto de cero y especifica las medidas de la caja.'),
('es', 'tt_views_products_components_products_shipping_settings_weight', 'Los productos no descargables con peso cero se tratan como si tuvieran el mínimo peso posible distinto de cero.'),
('es', 'tt_views_products_update_categories', 'Categorías que se mostrarán los enlaces de navegación.'),
('es', 'tt_views_products_update_inventory', 'Seguimiento de la cantidad de productos en existencia. Active la opción \"Habilitar seguimiento de inventario\" (Configuración -> General) para modificar.'),
('es', 'tt_views_products_update_list_price', 'Precio de venta sugerido por el fabricante.'),
('es', 'tt_views_products_update_out_of_stock_actions', '\'Buy in advance\' lets customers buy out-of-stock products and products that will be available since a specific date. \'Sign up for notification\' works only when the product has zero or negative quantity.'),
('es', 'tt_views_products_update_product_details_layout', 'Por defecto, se usará la plantilla definida en los ajustes de la categoría principal.'),
('es', 'tt_views_product_features_update_feature_display_on_catalog', 'Mostrar esta función en la lista de productos a lo largo de las páginas con la descripción del producto.'),
('es', 'tt_views_product_features_update_feature_display_on_product', 'Si está activado, la característica se muestra en la página de detalle de producto en la tienda'),
('es', 'tt_views_product_features_update_prefix', 'Prefijo de la característica de producto.'),
('es', 'tt_views_product_features_update_suffix', 'Suifjo de la característica de producto.'),
('es', 'tt_views_product_options_update_incorrect_filling_message', 'Mensaje mostrado cuándo los datos entrados son incorrectos.'),
('es', 'tt_views_product_options_update_inner_hint', 'Una nota para indicar el valor a introducir.'),
('es', 'tt_views_product_options_update_inventory', 'Si está activado, la opción se tiene en cuenta para formar las existencias de producto.'),
('es', 'tt_views_product_options_update_regexp', 'Expresión regular especificando el patrón a comprobar.'),
('es', 'tt_views_promotions_update_stop_other_rules', 'Si está activado, las otras promociones no se aplican.'),
('es', 'tt_views_sales_reports_table_time_interval', 'Períodos a analizar (día, semana, mes, año).'),
('es', 'tt_views_sales_reports_update_table_dependence', 'Parámetro para ordenar los valores por. Debe relacionarse con el valor a mostrar param (por ejemplo, los costos totales de producto-coste o número de productos-número de objetos).'),
('es', 'tt_views_sales_reports_update_table_limit', 'Número máximo de componentos del gráfico.'),
('es', 'tt_views_shippings_components_services_ups_ship_ups_pickup_type', '<p>Seleccione \"Recolección diaria\" para calcular el costo de entrega de acuerdo con las Tarifas diarias.</p><p> Seleccione \"Recogida por única vez\", \"Centro de Cartas\" o \"Centro de servicio aéreo\" para calcular el costo de entrega de acuerdo con las tarifas de venta al por menor.</p>'),
('es', 'tt_views_shippings_update_delivery_time', 'El tiempo de entrega aparece junto al nombre del método de envío. Si utiliza el cálculo de la tarifa de envío en tiempo real, su servicio de envío puede proporcionar su propio tiempo de entrega. El tiempo proporcionado por el servicio de envío se mostrará en lugar de la hora que especifique aquí.'),
('es', 'tt_views_shippings_update_use_for_free_shipping', 'Excluir los productos con la opción de envío gratuito habilitada del cálculo del precio de envío'),
('es', 'tt_views_site_layout_logos_alt_text', 'Deja vacío para usar el nombre de la empresa como texto alternativo.'),
('es', 'tt_views_storage_cdn_cname', 'Nombre de dominio para usar en sustitución del nombre de dominio de CloudFront para las URLs de tus archivos. Es necesario crear un registro CNAME en tu zona DNS para dirigir las peticiones al host de CloudFront (se mostrará en esta página después de entrar la información de tu cuenta).'),
('es', 'tt_views_storage_cdn_key', 'ID de clave de acceso para AWS. Consulta <a href=\"http://amzn.to/14FZLi3\" target=\"_blank\">http://amzn.to/14FZLi3</a> para saber como obtener la clave y la clave secreta.'),
('es', 'tt_views_taxes_update_regnumber', 'Número de registro para este impuesto en la tienda.'),
('es', 'turkish', 'Turco'),
('es', 'txn_id', 'Identificador de la transacción'),
('es', 'type', 'Tipo'),
('es', 'type_comment', 'Escribe los comentarios aquí'),
('es', 'type_comments_here', 'Puedes dejar un comentario aquí'),
('es', 'type_to_search', 'Tipo de búsqueda...'),
('es', 'type_to_search_or_click_button', 'Escriba para buscar, o haga clic en el botón de la derecha para búsqueda avanzada'),
('es', 'uc_addon_package_files_do_not_match_schema', 'Paquete contiene archivos que no fueron descritos en el esquema o esquemas tiene vínculos a archivos que faltan'),
('es', 'uc_addon_package_forbidden_path', 'Prohibido: Complemento intenta actualizar archivos de base ([path])'),
('es', 'uc_addon_package_languages_forbidden', 'Paquete contiene lenguajes que fueron descritas en el esquema o esquemas tienen enlaces a archivos de idiomas que faltan'),
('es', 'uc_addon_package_migrations_forbidden', 'Paquete contiene a las migraciones que fueron descritas en el esquema o esquemas tienen enlaces a archivos de migración que faltan'),
('es', 'uc_addon_package_pre_post_scripts_mismatch', 'El paquete contiene secuencias de comandos pre / publicar que no se han descrito en el esquema o el esquema tiene enlaces a archivos que faltan'),
('es', 'uc_backup_info_subj', 'Centro de actualización: la tienda ha sido respaldada y cerrada.'),
('es', 'uc_broken_upgrade_connector', '[connector_id] conector actualización devuelve datos incorrectos'),
('es', 'uc_connector_not_found', 'Actualizar el conector que no se encuentra'),
('es', 'uc_copy_files', 'Copiar archivos'),
('es', 'uc_downloaded_and_ready', 'Paquete de actualización se ha descargado y listo para instalar'),
('es', 'uc_execute_validator', 'Ejecutar \"[validator]\" validador'),
('es', 'uc_info_subj', 'Upgrade Center: Store has been closed.'),
('es', 'uc_install_languages', 'Instalar idiomas'),
('es', 'uc_migration_failed', 'Ha ocurrido un error durante la actualización de la estructura de base de datos (aplicando migración [migration]).'),
('es', 'uc_ok', '[OK]'),
('es', 'uc_open_store_email_body', '<p>Before the upgrade, your store was closed. Check if it\'s running fine after the upgrade and <a href=\"[settings_section]\">open it</a>.</p>'),
('es', 'uc_package_schema_is_not_json', 'Esquema de paquete no es un JSON válido'),
('es', 'uc_package_schema_not_found', 'Esquema contenido del paquete no encontrado'),
('es', 'uc_restore_email_body', '<p>La base de datos y archivos de su tienda ha sido respaldados antes de la actualización. El archivo de copia de seguridad incluye la base de datos entera y todos los archivos excepto las imágenes. El archivo de copia de seguridad se ha almacenado en el servidor: [backup_file].</p> <p>Antes de la actualización, la tienda fue cerrada. Compruebe si está funcionando bien después de la actualización y <a href=\"[settings_section]\"> lo abrimos</a>.</p> <p>Si algo sale mal durante la actualización, vaya a su panel de administración <strong>Administración → Backup y Restore</strong>, para restaurar la copia de seguridad.</p> <p>Si usted no puede acceder a su panel de administración, use este enlace para restaurar la última copia de seguridad: [restore_link]. Importante: este enlace inmediatamente iniciará el proceso de restauración. Utilizarlo únicamente si usted no puede acceder a su panel de administración!</p>'),
('es', 'uc_restore_email_subject', 'Centro de actualizacines: La tienda ha sido guardada y cerrada.'),
('es', 'uc_run_migrations', 'Ejecutar las migraciones'),
('es', 'uc_searchanise_disabled', 'El complemento Searchanise se desactivó durante la actualización para evitar resultados de búsqueda falsos. Actívalo en cualquier momento en la página <a href=\"[url]\">Complementos</a> page.'),
('es', 'uc_title_validators', 'Validadores paquete de actualización'),
('es', 'uc_unable_to_read_schema', 'No se puede leer el esquema de paquete (schema.json)'),
('es', 'uc_upgrade_progress', 'Curso de actualización'),
('es', 'uk_cookies_law', 'Este sitio web utiliza cookies para mejorar la experiencia del usuario y para realizar funciones propias del sistema de compra. Continuando, asumes la política de cookies de nuestro sitio.<span class=\"button button-wrap-left\"><span class=\"button button-wrap-right\"><a href=\"[url]\">OK</a></span></span>'),
('es', 'ultimate_license', '[product] Definitivo'),
('es', 'ultimate_license_required', '[product] La última versión se requiere para esto'),
('es', 'ultimate_or_storefront_license_required', 'Esta acción requiere [product] la última versión o una licencia adicional para frontales de tienda'),
('es', 'ult_shared_with', 'Compartido con:'),
('es', 'ult_share_users_setting_disabled', 'El valor del ajuste no se puede cambiar porque existen e-mails idénticos registrados en la tienda.'),
('es', 'unable_delete_vendor_orders_exists', 'No se puede borrar la tienda porque existen pedidos con productos de esta empresa en la base de datos de la tienda. Para borrar la cuenta, por favor, borra primero estos pedidos.'),
('es', 'unable_to_assign_usergroup', 'No se puede asignar el grupo de usuario. Por favor, contacta con el administrador de la tienda.'),
('es', 'unable_to_check_license', 'No se puede comprobar el número de licencia'),
('es', 'unable_to_create_status', 'No se pudo crear un estado nuevo'),
('es', 'unable_to_delete_last_storefront', 'Al menos una tienda debe permanecer'),
('es', 'unable_to_delete_setting_description', 'No se puede borrar la descripción del ajuste: [reason]'),
('es', 'unable_to_delete_setting_variant', 'No se puede borrar el ajuste de variante: [reason]'),
('es', 'unable_to_read_resource', 'No se puede leer el recurso: [file]'),
('es', 'unable_to_unpack_file', 'No fue posible descomprimir el archivo'),
('es', 'unable_to_update_setting_description', 'No se puede establecer la descripción: [reason]'),
('es', 'unable_to_update_setting_value', 'No se puede establecer el valor: [reason]'),
('es', 'ungroupped_features', 'Características no agrupadas'),
('es', 'uninstall', 'Desinstalar'),
('es', 'unique_html_block', 'Bloque HTML único'),
('es', 'unit', 'Unidad'),
('es', 'united_kingdom', 'Reino Unido'),
('es', 'unit_price', 'Precio unitario'),
('es', 'unknown', 'Desconocido'),
('es', 'unknown_server_response', 'Respuesta del servidor desconocida'),
('es', 'unmark', 'Desmarcar'),
('es', 'unregistered_customer', 'Cliente no registrado'),
('es', 'unregistered_customer_short', 'Unregistered'),
('es', 'unselect_all', 'Desmarcar'),
('es', 'unset_tax_to_products', 'Aplicar los impuestos seleccionados a todos los artículos'),
('es', 'unsubscribe', 'No suscribir'),
('es', 'unsubscribe_key', 'Enlace para cancelar la suscripción'),
('es', 'unsubscribe_link', 'Enlace para cancelar la suscripción'),
('es', 'up', 'Arriba'),
('es', 'update', 'Actualizar/Grabar'),
('es', 'updated_last', 'Actualizado a partir del último'),
('es', 'updates_subscription', 'suscripción a actualizaciones y promociones'),
('es', 'update_all', 'Atualizar todos'),
('es', 'update_categories', 'Actualizar familias'),
('es', 'update_current_layout', 'Actualizar diseño actual'),
('es', 'update_customer_info', 'Actualizar información del cliente'),
('es', 'update_datafeed', 'Edición de la fuente de datos'),
('es', 'update_existing_products_only', 'Actualizar productos existentes solamente'),
('es', 'update_existing_products_only_tooltip', 'Si habilita está configuración, los productos que no existen en la base de datos de su tienda será omitidos durante la importación.'),
('es', 'update_for_all_act', 'El nuevo valor se grabará para TODAS las tiendas que comparten este ítem. Haz click para grabar sólo para la tienda propietaria.'),
('es', 'update_for_all_dis', 'El nuevo valor se grabará SOLO para la tienda propietaria. Haz click para grabar para todas las tiendas que comparten este ítem.'),
('es', 'update_for_all_hid_act', 'Haz click para cancelar la actualización del campo.'),
('es', 'update_for_all_hid_dis', 'Haz click para introducir un nuevo valor que se actualizará en todas las tiendas cuando se grabe.'),
('es', 'update_group', 'Actualizar grupo'),
('es', 'update_period_expired', '<p class=\"text-error\">El período de actualización ha expirado, por esta razón no se puede instalar la actualización del software. Puedes prolongar tu suscripción a través del <a href=\"[url]\">Customer Help Desk</a>.</p><p>Por favor, ten en cuenta que esto no es obligatorio: puedes continuar usando el software sin limitaciones aunque no dispongas de actualizaciones.</p>'),
('es', 'update_products', 'Actualizar artículos'),
('es', 'update_profile', 'Actualizar perfil'),
('es', 'update_profile_notification', 'Su perfil ha sido actualizado'),
('es', 'update_profile_notification_header', 'Su perfil ha sido actualizado.'),
('es', 'update_status', 'Actualizar estado'),
('es', 'update_text', 'Actualizar texto'),
('es', 'update_totals_and_inventory', 'Actualizar importes e inventario'),
('es', 'update_translation', 'Actualización de traducciones'),
('es', 'updating', 'Actualizando'),
('es', 'updating_links', 'Actualizando enlaces'),
('es', 'upgrade', 'Actualizar (mejorar)'),
('es', 'upgraded_on', 'Actualizado el día'),
('es', 'upgrade_center', 'Centro de actualizaciones'),
('es', 'upgrade_center.apply_migration_failed', '<p>Por favor restaure la pre-actualización de la copia de seguridad manualmente o a través de un enlace enviado a su dirección de correo electrónico, Luego contacte a su soporte técnico.</p><br><br>Detalles técnicos: No pudo completarse la migración [migration]. Razón: [error].</p><p>Migraciones completadas: [processed_count] de [total_count].</p>'),
('es', 'upgrade_center.error_unable_to_prepare_restore', 'No se puede preparar el script de restauración.'),
('es', 'upgrade_center.filehash_check_failed', 'La actualización es impossible debido a un error en la comprobación de la integridad del archivo. Por favor contacte con el equipo de soporte técnico.'),
('es', 'upgrade_center.skip_backup', 'Omitir archivos y respaldar la base de datos'),
('es', 'upgrade_center.upgrades_are_not_available_in_trial', 'Las actualizaciones solo están disponibles en los modos de licencia<strong>Full</strong> y <strong>Free</strong>.<br /><br />El modo de licencia se puede cambiar en ajustes → <a class=\"cm-dialog-opener cm-dialog-auto-size\" data-ca-target-id=\"store_mode_dialog\">Modo de Licencia</a>.'),
('es', 'upgrade_center.upgrade_process_failed', 'El proceso de actualización de su tienda no se ha ejecutado'),
('es', 'upgrade_center.validation_issue', 'Número de validación'),
('es', 'upgrade_center.validator_fail_result', 'Validador \"[validator_name]\" devolvió un error de estado'),
('es', 'upgrade_center.warning_msg_after_upgrade', 'Después de la actualización, Comprueba la funcionalidad básica de tu tienda.'),
('es', 'upgrade_center.warning_msg_executed_php', '<p class=\"text-error\">We have started a dummy PHP script. It will be working during 6 minutes. When the check is finished, we\'ll tell you if the PHP script\'s timeouts can be set correctly. If yes, then you are good to go with the upgrade. Please wait until the check is finished to be sure that your server has correct PHP timeout configuration.</p>'),
('es', 'upgrade_center.warning_msg_generally', 'En general, la actualización falla porque termina la ejecución del script PHP debido a la configuración del servidor. Es esencial comprobar la configuración de tiempo de espera (timeout) de los scripts PHP del servidor'),
('es', 'upgrade_center.warning_msg_specialists', 'Si no estás familiarizado con los aspectos técnicos de CS-Cart y el proceso de actualización, te recomendamos encarecidamente <a href=\"[upgrade_center_specialist]\" target=\"_blank\"> contactes un especialista</a> o <a href=\"[upgrade_center_team]\" target=\"_blank\"> pidas ayuda a nuestro equipo de soporte</a> para actualizar la tienda para usted.'),
('es', 'upgrade_center.warning_msg_test_local', 'Actualizar primero la copia de test de tu tienda para asegurar que la actualización se realiza sin problemas.'),
('es', 'upgrade_center.warning_msg_third_party_add_ons', 'La actualización no actualiza los complementos de terceros. Por esta razón recomendamos desactivar todos los complementos de terceros antes de la actualización.'),
('es', 'upgrade_center.warning_msg_timeout_check_failed', 'Tu servidor tiene mal configurado el tiempo de espera de script PHP. Esto puede ser debido a restricciones en la función <a href=\"http://php.net/manual/en/function.set-time-limit.php\" target=\"_blank\"> set_time_limit</a> PHP o las opciones de \"Timeout\" de FastCGI. Te recomendamos contactar con tu proveedor de hosting con el fin de resolver este problema o contactar con nuestro equipo de soporte técnico para realizar la actualización para ti.'),
('es', 'upgrade_center.warning_msg_timeout_fail', 'NO recomendamos iniciar la actualización en el servidor.'),
('es', 'upgrade_center.warning_msg_upgrade_is_complicated', 'La actualización es un proceso complicado. Puede fallar por razones fuera de nuestro control.<br>Para facilitar una actualización más segura de tu tienda, hemos preparado estos consejos para tí:'),
('es', 'upgrade_center_permission_adjusted_properly', 'Todos los permisos de archivos y carpetas se han ajustado correctamente.'),
('es', 'upgrade_fl54_atol_boxberry_text', '<p>Las siguientes herramientas fueron agregadas para ayudar a los propietarios de la tienda a cumplir la Ley Federal 54 y a trabajar con las cajas registradoras en línea:</p><ul><li>La capacidad de<a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/payment_methods/yandex_54fz.html\">enviar datos de facturación a pagos Yandex</a>.</li><li>El<a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/addons/atol_online/\">complemento de ATOL Online</a> que integra CS-Cart con este servicio de alquiler de cajas registradoras en línea.</li></ul><p>Otras adiciones:</p><ul><li>Un complemento para<a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/addons/retailcrm/\">intercambio de datos con ventas minoritarias de CMR</a>;</li><li>Un complemento para<a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/shipping_and_taxes/shipping_methods/realtime_shipping_methods/boxberry.html\">para crear métodos de envío que utilizan Boxberry</a>, un servicio de envío Ruso.</li></ul>'),
('es', 'upgrade_fl54_atol_boxberry_title', 'Nuevas características de la versión rusa de CS-Cart 4.6.1: cumplimiento de la Ley Federal 54, complementos para minoristas CRM y Boxberry'),
('es', 'upgrade_flash_player', 'Usted necesita actualizar el reproductor Flash'),
('es', 'upgrade_is_not_avail', '<p class=\"text-error\">Esta actualización no está disponible para tu licencia de Cs-Cart. Por favor contacta <a href=\"http://www.cs-cart.com\">CS-Cart</a> para actualizar el estado de tu licencia.</p>'),
('es', 'upgrade_license', 'Actualiza mi licencia'),
('es', 'upgrade_notification_message', '<p class=\'upgrade-center_notice-msg\'>La copia de este mensaje fue enviada al correo electrónico del administrador.</p><hr>'),
('es', 'upgrade_notification_title', 'Actualizar cambios en [product] [version]'),
('es', 'upgrade_notification_welcome_text', '<p class=\"lead\">To help you get started, we’ve compiled the list of what you should check after the upgrade. The full list of changes is in the changelog.</p><p class=\"lead\">If you ever need to check this message later, we’ve also sent a copy to [email].</p>'),
('es', 'upgrade_notification_welcome_title', 'Welcome to [product] [version]!'),
('es', 'upgrade_notification_what_check_first', 'What to check first?'),
('es', 'upgrade_notification_what_else_to_check', 'What else is there to check?'),
('es', 'upload', 'Enviar'),
('es', 'uploaded_files', 'Uploaded Files'),
('es', 'upload_addon', 'Cargar complemento'),
('es', 'upload_another_file', 'Cargar otro archivo'),
('es', 'upload_file', 'Enviar fichero'),
('es', 'upload_install', 'Cargar y instalar'),
('es', 'upload_theme', 'Cargar tema'),
('es', 'upload_to_ftp', 'Subir al servidor FTP'),
('es', 'upload_upgrade_package', 'Cargar el paquete de actualización'),
('es', 'upload_upgrade_text', 'Cargar paquete de actualización le permite aplicar revisiones o complemento en las actualizaciones. Puede cargar un paquete de actualización escogiendo un tgz, gz, archivo en formato zip y haciendo clic en Cargar.'),
('es', 'upload_via_ftp', 'Cargar via FTP'),
('es', 'ups', 'Servicio unido del paquete'),
('es', 'ups_suggested_retail_rates_upgrade_notification_text', '<p>La última versión del [product] no es compatible con el tipo de recolección sugerida de tarifas para minoristas para los métodos de envío basados en UPS.</p><p>Si utilizó las Tarifas de Ventas para minoristas sugeridas anteriormente, haga esto para actualizar el costo de entrega para sus clientes:</p><ul><li>Vaya a Administración → Envíos e impuestos → Métodos de envío.</li><li>Seleccione el método de envío que usa UPS como operador.</li><li>Cambie a la pestaña Configurar y seleccione un tipo de recolección adecuada: use \"Una sola recolección\", \"Centro de Cartas\" o \"Centro de servicio aéreo\" para calcular el costo de entrega de acuerdo con las tarifas para minoristas</li></ul>');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('es', 'ups_suggested_retail_rates_upgrade_notification_title', '\"Tipos de venta sugeridos\" Ya no se admite el tipo de recolección para los métodos de envío basados en UPS'),
('es', 'ups_upgrade_notification_text', '<p><b>Los servicios de envío de Canadá UPS: SM habilitado </b> y<b>UPS Polaco: Rutas interurbanas</b>no son compatibles desde esta versión de [product]. Si los estaba usando, haga lo siguiente:</p><ul><li>vaya a Administración> Envíos e Impuestos > Métodos de envío</li><li>elija el método de envío que utiliza UPS como operador para calcular las tarifas del enví </ li> <li>cambia a la pestaña General e ingresa el servicio de envío adecuado</li></ul>'),
('es', 'ups_upgrade_notification_title', 'UPS Canada: Expedited SM y UPS Polish: hoy los servicios de envío Intercity ya no son compatibles'),
('es', 'url', 'De una dirección URL'),
('es', 'url_access_storefront', 'Use the following URL to access the storefront:<br><a href=\"[url]\" target=\"_blank\">[url]</a>'),
('es', 'url_dispatch_part', 'El valor del parámetro \"despacho\" de la URL'),
('es', 'used', 'Usado'),
('es', 'user', 'Usuario'),
('es', 'usergroup', 'Grupo de usuarios'),
('es', 'usergroups', 'Grupos de usuarios'),
('es', 'usergroups_menu_description', 'Lista de grupos de usuario existentes en la tienda.'),
('es', 'usergroup_activated', 'El grupo de usuario ha sido activado'),
('es', 'usergroup_disactivated', 'El grupo de usuario ha sido desactivado'),
('es', 'usergroup_ids', 'Identificaciones de los grupos de usuarios'),
('es', 'usergroup_privileges', 'Privilegios del grupo de usuarios'),
('es', 'usergroup_registered', 'Usuarios registrados'),
('es', 'usergroup_request_by_customer', 'Solicitud de grupo de usuario por el cliente'),
('es', 'username', 'Nombre de usuario'),
('es', 'users', 'Usuarios'),
('es', 'users_carts', 'Ver carros de usuarios'),
('es', 'users_carts_menu_description', 'Lista de productos que no han sido comprados por algún motivo'),
('es', 'users_menu_description', 'Gestionar cuentas de usuario registrados en la tienda'),
('es', 'user_account_info', 'Cuenta del usuario'),
('es', 'user_account_information', 'Información de la cuenta de usuario'),
('es', 'user_cannot_be_deleted', 'Disculpas, el usuario id [user_id] no se puede borrar.'),
('es', 'user_class', 'User-defined CSS class'),
('es', 'user_data_required', 'Por favor selecciona un cliente o introduce datos'),
('es', 'user_details_page', 'Página de detalles del usuario'),
('es', 'user_group', 'Grupo de usuario'),
('es', 'user_group_ids', 'Identificaciones de los grupos de usuarios'),
('es', 'user_group_requests', 'Solicitudes de grupo de usuario'),
('es', 'user_id', 'ID del usuario'),
('es', 'user_info', 'Información de usuario'),
('es', 'user_pin', 'PIN del usuario'),
('es', 'user_profile_info', 'Perfil del usuario'),
('es', 'user_settings', 'Ajustes de usuario'),
('es', 'user_type', 'Tipo de usuario'),
('es', 'use_avail_period', 'Usar período de disponibilidad'),
('es', 'use_cardinal', 'Usar Cardinal Centinel&reg; for 3-D Secure Payer Authentication'),
('es', 'use_coupons_commission', 'Comisión de cupón'),
('es', 'use_current_link', 'Usar enlace de la página actual'),
('es', 'use_custom_view', 'Utilice vista personalizada'),
('es', 'use_custom_weight_settings', 'Usar ajustes de peso personalizados'),
('es', 'use_default_block_configuration', 'Utilice la configuración de bloque por defecto'),
('es', 'use_existing_block', 'Usar bloque existente'),
('es', 'use_existing_store', 'Copiar la configuración existente de la tienda'),
('es', 'use_for_apply_for_vendor_account', 'Solicitar un formulario de cuenta de proveedor'),
('es', 'use_for_checkout', 'Formulario de  comprobación (información de usuario)'),
('es', 'use_for_discussion', 'Formulario de comentarios y opiniones'),
('es', 'use_for_form_builder', 'Formularios personalizados'),
('es', 'use_for_free_shipping', 'Usar para envío gratis'),
('es', 'use_for_login', 'Formulario de acceso'),
('es', 'use_for_polls', 'Encuestas'),
('es', 'use_for_register', 'Crear y editar la forma del perfil'),
('es', 'use_for_re_desk', 'Use for Re:Desk'),
('es', 'use_for_track_orders', 'Formulario de seguimiento del pedido'),
('es', 'use_negotiated_rates', 'Usar tarifas negociadas'),
('es', 'use_new_sha_method', 'Usar nueva política de firma SHA'),
('es', 'use_this_style', 'Usar este estilo'),
('es', 'usps', 'Servicio postal de E.E.U.U. (USPS)'),
('es', 'usps_package_size_large', 'Grande'),
('es', 'usps_package_size_regular', 'Regular'),
('es', 'usps_service_certificate_of_mailing', 'Certificado de mailing'),
('es', 'usps_service_certificate_of_mailing_for_firm_mailing_books', 'Certificado de envío para libro de envíos firmes'),
('es', 'usps_service_certificate_of_mailing_per_individual_article', 'Certificado de envío por cada artículo individual'),
('es', 'usps_service_certified', 'Certificado'),
('es', 'usps_service_collect_on_delivery', 'Recoger en la entrega'),
('es', 'usps_service_delivery_confirmation', 'USPS, Connfirmación de envío/entrega'),
('es', 'usps_service_edelivery_confirmation', 'Confirmación de e-Delivery'),
('es', 'usps_service_express_mail_insurance', 'Seguro de Express mail'),
('es', 'usps_service_insurance', 'Seguro'),
('es', 'usps_service_pick_up_on_demand', 'Recoger según petición'),
('es', 'usps_service_registered_mail', 'Correo registrado'),
('es', 'usps_service_registered_without_insurance', 'Registrado sin seguro'),
('es', 'usps_service_registered_with_insurance', 'Registrado con seguro'),
('es', 'usps_service_return_receipt', 'Recibo de devolución'),
('es', 'usps_service_return_receipt_electronic', 'Recibo de devolución electrónico'),
('es', 'usps_service_return_receipt_for_merchandise', 'Recibo de devolución para mercancía'),
('es', 'usps_service_signature_confirmation', 'Confirmación de firma'),
('es', 'usps_size', 'Por favor especifique la anchura, altura y longitud del paquete para Priority Mail, sólo si el tamaño del paquete es grande.'),
('es', 'usps_upgrade_notification_text', '<p>Los siguientes servicios de envío de USPS ya no son compatibles:<ul><li>El sobre grande para envío internacional de primera clase USPS</li><li>Carta/Postal para envío internacional de primera clase</li></ul>Todos sus métodos de envío que utilizaron estos servicios han sido cambiados para utilizar el<b>Servicio de embalaje internacional de primera clase USPS</b>en cambio. Por favor vaya a<b>Administración → Envíos y tarifas → Métodos de envío</b> y revise las configuraciones de sus métodos en envío para utilizar USPS.</p>'),
('es', 'usps_upgrade_notification_title', 'Cambios en servicios de envío de USPS'),
('es', 'uvdesk_already_account', 'Your account already exist. To manage your tickets please login.'),
('es', 'uvdesk_answered', 'Answered'),
('es', 'uvdesk_closed', 'Closed'),
('es', 'uvdesk_label', 'Label'),
('es', 'uvdesk_mine', 'Mine'),
('es', 'uvdesk_notreplied', 'Notreplied'),
('es', 'uvdesk_open', 'Open'),
('es', 'uvdesk_pending', 'Pending'),
('es', 'uvdesk_resolved', 'Resolved'),
('es', 'uvdesk_spam', 'Spam'),
('es', 'uvdesk_starred', 'Starred'),
('es', 'uvdesk_tickets', 'UVDesk Ticktes'),
('es', 'uvdesk_timestamp', 'Timestamp'),
('es', 'uvdesk_trashed', 'Trashed'),
('es', 'uvdesk_unassigned', 'Unassigned'),
('es', 'uvdesk_viewticket', 'UVDesk View Ticket'),
('es', 'valid', 'Periodo de validez'),
('es', 'validate_email', 'Validar e-mail'),
('es', 'validate_secret_word', 'Validar palabra secreta'),
('es', 'valid_thru', 'Válido hasta (mm/aa)'),
('es', 'value', 'Valor'),
('es', 'value_to_display', 'Valor para mostrar'),
('es', 'variables', 'Variables'),
('es', 'variant', 'Variante'),
('es', 'variants', 'Variantes'),
('es', 'variant_id', 'Identificación de la variante'),
('es', 'variant_name', 'Nombre de variante'),
('es', 'variations_in_stock', 'Productos \"en existencia\" solamente'),
('es', 'variation_group_code', 'Variation group code'),
('es', 'variation_group_id', 'Variation group ID'),
('es', 'variation_parent_product_id', 'Variation parent product ID'),
('es', 'variation_set_as_default', 'Variation set as default'),
('es', 'variation_sub_group_id', 'Variation sub group ID'),
('es', 'vendor', 'Vendedor'),
('es', 'vendors_activity', 'Vendor activity in the selected period'),
('es', 'vendors_activity.new_products', 'New products'),
('es', 'vendors_activity.new_vendors', 'New vendors'),
('es', 'vendors_activity.not_logged_in_vendors', 'Vendors who haven\'t signed in'),
('es', 'vendors_activity.orders_created', 'Orders created'),
('es', 'vendors_activity.vendors_with_new_products', 'Vendors with new products'),
('es', 'vendors_activity.vendors_with_sales', 'Vendors with sales'),
('es', 'vendors_menu_description', 'Lista clasificada de cuentas de vendedores registradas en la tienda.'),
('es', 'vendors_statistics', 'Estadísticas del vendedor'),
('es', 'vendors_with_absolute_commissions_notice', '<p>Los siguientes proveedores tenían comisiones absolutas antes de la actualización: </p>[vendors_list]</ul><p>La <b>tarifa de la transacción</b> en sus planes se ha establecido en 0.</p><p>Los tamaños de las comisiones absolutas aún permanecen en la base de datos, pero ya no se utilizan. Sin embargo, puede usar esa información para configurar nuevos planes de proveedores con comisiones relativas. Obtenga más información en este artículo:</p>[instructions]'),
('es', 'vendor_accounting', 'Contabilidad'),
('es', 'vendor_accounting_menu_description', 'Estadísticas de ingresos y gastos (ingresos totales, balance de vendedores, retiros de vendedores).'),
('es', 'vendor_account_balance', 'Balance de cuenta'),
('es', 'vendor_account_balance_menu_description', 'Estadísticas de ingresos y gastos (totales, por vendedor, por periodo).'),
('es', 'vendor_administrator', 'Administrador del proveedor'),
('es', 'vendor_administrators', 'Administradores del proveedor'),
('es', 'vendor_administrators_menu_description', 'Lista de administradores del proveedor, los usuarios registrados con una cuenta de vendedor.'),
('es', 'vendor_approval_pending', 'Nueva solicitud de cuenta de proveedor'),
('es', 'vendor_candidate_notification', 'Hola,<br/><br/>Tienes un nuevo candidato para vendedor en tu tienda. La cuenta de este vendedor está esperando tu aprobación. Sigue<a href=\"[href]\">esta URL</a>para visualizar los datos de la cuenta</a>.'),
('es', 'vendor_commission_changes_upgrade_notification_text', '<p>Las comisiones de proveedores han sido reemplazadas con planes de proveedores, y se ha creado un plan propio para cada proveedor. Sin embargo, las comisiones absolutas ya no se admiten.</p>'),
('es', 'vendor_commission_changes_upgrade_notification_title', 'Cambios de la comisión del vendedor'),
('es', 'vendor_communication', 'Message center'),
('es', 'vendor_communication.ask_a_question', 'Ask a question'),
('es', 'vendor_communication.author', 'Autor'),
('es', 'vendor_communication.cannot_create_thread', 'No se puede generar un hilo de discusión'),
('es', 'vendor_communication.cannot_delete_thread', 'No se puede eliminar el hilo de discusión'),
('es', 'vendor_communication.cannot_delete_threads', 'No se pueden eliminar los hilos de discusión'),
('es', 'vendor_communication.cannot_post_message', 'No se puede enviar el mensaje'),
('es', 'vendor_communication.cannot_update_thread', 'No puede actualizarse el hilo de la discusión'),
('es', 'vendor_communication.contact_vendor', 'Comuníquese con el proveedor'),
('es', 'vendor_communication.contact_vendor_name', 'Contacto [vendor_name]'),
('es', 'vendor_communication.contact_with', '#[thread_id]. Comunicación con [thread_company]'),
('es', 'vendor_communication.created_at', 'Creado en'),
('es', 'vendor_communication.customer_name', 'Nombre del cliente'),
('es', 'vendor_communication.date', 'Fecha'),
('es', 'vendor_communication.error_message', 'Por favor ingrese su mensaje'),
('es', 'vendor_communication.event.message_received.name', 'New message received'),
('es', 'vendor_communication.invalid_thread_object_type', 'El tipo de objeto del hilo de discusión proporcionado es invalido'),
('es', 'vendor_communication.message', 'Mensaje'),
('es', 'vendor_communication.messages', 'Mensajes'),
('es', 'vendor_communication.message_center', 'Centro de mensajes'),
('es', 'vendor_communication.message_center_menu_description', 'Mensajes de cliente a vendedor'),
('es', 'vendor_communication.message_center_name', 'Message center'),
('es', 'vendor_communication.message_center_name_menu_description', 'Messages from customers'),
('es', 'vendor_communication.message_sent', 'Your message has been sent to <b>[vendor_name]</b>.<br/><br/>We\'ll notify you about a reply. To view your message history, please <a href=\"[thread_url]\" target=\"_blank\">go to the Message Center</a> located in the \"Messages\" section of the \"My account\" menu.'),
('es', 'vendor_communication.new_message.message', 'Click this notification to see the message'),
('es', 'vendor_communication.new_message.title', '[company_name] has a new message from [customer]'),
('es', 'vendor_communication.new_thread_created', 'Su mensaje ha sido enviado a<b>[vendor_name]</b><br/><br/>La respuesta del vendedor se enviará a la dirección de correo electrónico de su cuenta. Para ver el historial de su mensaje, por favor <a href=\"[thread_url]\">vaya al Centro de Mensajes</a>ubicado en la sección de \"Mensajes\" del menú de \"Mi cuenta\".'),
('es', 'vendor_communication.no_messages_found', 'No se encontraron mensajes'),
('es', 'vendor_communication.no_threads_found', 'No se encontraron hilos de discusión'),
('es', 'vendor_communication.please_log_in_to_be_notified', 'Please sign in so that we can notify you about a reply'),
('es', 'vendor_communication.please_log_in_to_contact_vendor', 'Por favor inicie su sesión para contactar al vendedor'),
('es', 'vendor_communication.required_field_is_missing', 'El campo [field_name] es requerido'),
('es', 'vendor_communication.subject_email', 'Tiene un nuevo mensaje de[message_from]'),
('es', 'vendor_communication.thread', 'Hilo de discusión #[thread_id]'),
('es', 'vendor_communication.threads_deleted', 'El hilo de la discusión ha sido eliminado'),
('es', 'vendor_communication.thread_deleted', 'El hilo de la discusión ha sido eliminado'),
('es', 'vendor_communication.ticket', 'Hilo de discusión'),
('es', 'vendor_communication.type_message', 'Escriba un mensaje...'),
('es', 'vendor_communication.you', 'Tú'),
('es', 'vendor_communication.your_message_to_vendor_name', 'Your message to [vendor_name]'),
('es', 'vendor_communication.you_have_new_message', 'Tiene un nuevo<a href=\"[thread_url]\">mensaje</a>de[message_from].'),
('es', 'vendor_custom_page', 'Vendor custom page'),
('es', 'vendor_data_premoderation', 'Datos de proveedores de moderación previa'),
('es', 'vendor_data_premoderation.approval_info_text', 'If approval is required only for some vendors, you\'ll be able to set what vendors need moderation on the Add-ons tab of the vendor editing page.'),
('es', 'vendor_data_premoderation.approve_product', 'Approve \"[product]\"'),
('es', 'vendor_data_premoderation.approve_product_btn', 'Approve product'),
('es', 'vendor_data_premoderation.disapproval_reason', 'Disapproval reason'),
('es', 'vendor_data_premoderation.disapproved', 'Disapproved'),
('es', 'vendor_data_premoderation.disapprove_product', 'Disapprove \"[product]\"'),
('es', 'vendor_data_premoderation.disapprove_products', 'Disapprove products'),
('es', 'vendor_data_premoderation.disapprove_product_btn', 'Disapprove product'),
('es', 'vendor_data_premoderation.enter_disapproval_reason', 'Enter the reason for disapproval and save the changes.'),
('es', 'vendor_data_premoderation.event.product_status.approved.name', 'Vendor data premoderation: your product was approved'),
('es', 'vendor_data_premoderation.event.product_status.disapproved.name', 'Vendor data premoderation: your product was disapproved'),
('es', 'vendor_data_premoderation.exclude_disapproved_products', 'Excluir productos no aprobados'),
('es', 'vendor_data_premoderation.notification.approved.message', '\"[product]\" has been approved by the store administration and added to the product catalog. Click here to view this product.|[n] products have been approved by the store administration and added to the product catalog. Click here to view these products.'),
('es', 'vendor_data_premoderation.notification.approved.title', 'Your product has been approved|Your products have been approved'),
('es', 'vendor_data_premoderation.notification.disapproved.message', '\"[product]\" has been disapproved by the store administration. Click here to view this product.|[n] products have been disapproved by the store administration. Click here to view these products.'),
('es', 'vendor_data_premoderation.notification.disapproved.title', 'Your product has been disapproved|Your products have been disapproved'),
('es', 'vendor_data_premoderation.notification.products_require_approval.message', 'This product is pending for your approval since [since]. Click here to view this product.|These products are pending for your approval since [since]. Click here to view these products.'),
('es', 'vendor_data_premoderation.notification.products_require_approval.title', 'You have [n] product that requires your approval|You have [n] products that require your approval'),
('es', 'vendor_data_premoderation.notification_for_deleted_statuses', 'Vendor Data Premoderation add-on has been disabled. Products with  the \"Requires approval\" or \"Disapproved\" statuses no longer have any status. These products won\'t appear to customers until you or your vendors set some other status for them. If you activate the add-on again, the statusless products will get their statuses back. If you uninstall the add-on, all products will get a correct status automatically.'),
('es', 'vendor_data_premoderation.products_sent_to_premoderation', 'Your changes have been saved. Before your product is added to the product catalog, it must be approved by the store administration. Follow <a href=\"[product_approval_url]\">this link</a> to view products that require approval.|Your changes have been saved. Before your products are added to the product catalog, they must be approved by the store administration. Follow <a href=\"[product_approval_url]\">this link</a> to view products that require approval.'),
('es', 'vendor_data_premoderation.product_status.disapproved', 'Disapproved'),
('es', 'vendor_data_premoderation.product_status.requires_approval', 'Requires approval'),
('es', 'vendor_data_premoderation.require_approval', 'Products on moderation'),
('es', 'vendor_data_premoderation.require_vendor_action', 'Disapproved products'),
('es', 'vendor_debt_payout.block_alert', '<p> Su acceso al panel de administración se ha restringido automáticamente porque usted ha alcanzado el límite del saldo negativo de la cuenta o no ha pagado una tarifa por su plan de proveedor a tiempo.</p><p> El saldo de su cuenta actual es [current_balance].</p><p>Por favor <a href=\"[pay_url]\"> pague las tarifas del mercado </a> — una vez que se procese el pago, su acceso al panel de administración se restaurará automáticamente.</p>'),
('es', 'vendor_debt_payout.day_or_days', 'día(s)'),
('es', 'vendor_debt_payout.debt_near_limit_message', 'El saldo de su cuenta es actualmente [current_balance]. Si alcanza [minimal_balance], no podrá usar su panel de administración hasta que <a href=\"[pay_url]\" target=\"_blank\"> pague todas las tarifas de su mercado </a>.'),
('es', 'vendor_debt_payout.debt_payout', 'Tarifas de las empresas'),
('es', 'vendor_debt_payout.debt_payout_w_order', 'Tarifas de las empresas (Pedido #[id])'),
('es', 'vendor_debt_payout.payout_overdue_limit', 'Plan para el pago de tarifas al vendedor durante el período de gracia'),
('es', 'vendor_debt_payout.pay_fees', 'Pagar las tarifas asignadas'),
('es', 'vendor_debt_payout.pending_payout_message', 'Debe pagar la tarifa de [fee_amount] por usar el plan [plan_name]. El saldo de su cuenta actual es [current_balance]. Si la tarifa no se paga hasta el [overdue_date], no podrá trabajar con el panel de administración hasta que <a href=\"[pay_url]\" target=\"_blank\"> pague todas las tarifas de su empresa </a>.'),
('es', 'vendor_debt_payout.vendor_debt_limit', 'Restringe las funciones del panel de administración si la deuda del proveedor llega'),
('es', 'vendor_edit_invitation_email_template', '<a href=\"[url]\">Edit vendor invitation email template</a>'),
('es', 'vendor_filters', 'Proveedor Filtros de producto'),
('es', 'vendor_filters_description', ''),
('es', 'vendor_id', 'ID de la tienda'),
('es', 'vendor_invitations_fail_notification', 'Invitations not sent: [failed_quantity]<br/><b>[emails_list]</b><br/>An invitation won\'t be sent if it has already been sent to that email address before. But if none of your invitations are being sent, and you haven\'t sent invitations to those addresses before, please make sure that [product] can send any emails at all. If it can\'t, then the problem is related to [product] or server configuration. In that case, please contact your server administrator, hosting provider, or <a href=\"https://helpdesk.cs-cart.com/\" target=\"_blank\">our technical support</a> to investigate.'),
('es', 'vendor_invitations_sent_notification', 'Invitations sent: [sent_quantity]'),
('es', 'vendor_invitation_email_body', '<p>Hello,</p><br/><p>We\'d like to invite you to <a href=\"[create_account_url]\">create an account</a> with [default_company_name].  You\'ll be able to expand your client base by listing your products on our platform and selling them to our visitors.</p><br/><p>Best regards,</p><p>[default_company_name] team</p>'),
('es', 'vendor_invitation_email_subject', 'Come Sell With [default_company_name]'),
('es', 'vendor_invited_at', 'Date sent'),
('es', 'vendor_language', 'Idioma del proveedor'),
('es', 'vendor_location.search_vendors_geolocation', 'Buscar vendedores'),
('es', 'vendor_locations.block_template_location_selector', 'Selector de ubicación'),
('es', 'vendor_locations.closest_vendors', 'Vendedores más cercanos'),
('es', 'vendor_locations.customer_geolocation', 'Tu ubicación'),
('es', 'vendor_locations.filter_by_city', 'Ciudad del vendedor'),
('es', 'vendor_locations.filter_by_distance', 'Distancia del vendedor'),
('es', 'vendor_locations.location', 'Ubicación'),
('es', 'vendor_locations.nearby', 'Cercana'),
('es', 'vendor_locations.not_your_city', '¿No es tu ciudad?'),
('es', 'vendor_locations.search_city', 'Buscar una ciudad'),
('es', 'vendor_locations.search_nearby', 'Buscar una ciudad cercana'),
('es', 'vendor_locations.search_vendors_by_address', 'Buscar vendedores'),
('es', 'vendor_locations.selected_city', 'Ciudad seleccionada'),
('es', 'vendor_locations.select_city', 'Seleccionar una ciudad'),
('es', 'vendor_locations.vendors_map', 'Mapa de vendedores'),
('es', 'vendor_logos_and_product_count', 'Logos del vendedor y contador de productos'),
('es', 'vendor_name', 'Nombre del vendedor'),
('es', 'vendor_names', 'Nombres del vendedor'),
('es', 'vendor_name_field', 'Nombre del vendedor'),
('es', 'vendor_notifications', 'Vendor notifications'),
('es', 'vendor_page.add_post', 'Add new page'),
('es', 'vendor_page.editing_post', 'Editing'),
('es', 'vendor_page.new_post', 'New vendor page'),
('es', 'vendor_pages', 'Páginas de la tienda'),
('es', 'vendor_pages_title', 'ET - Vendor pages title'),
('es', 'vendor_panel', 'Panel de proveedores'),
('es', 'vendor_panel_configurator.configure_vendor_panel_notice', 'To make onboarding easier, vendors don\'t see some menu items and some fields on the product editing page. You can configure what vendors see and don\'t see <a href=\"[config_url]\" target=\"_blank\">in the settings of the \"Vendor panel configurator\" add-on</a>. If you disable the add-on, the menus and the vendor panel itself will change to resemble the admin panel of the marketplace.'),
('es', 'vendor_panel_configurator.element_color', 'Element color'),
('es', 'vendor_panel_configurator.global_setting_warning', 'This setting doesn\'t appear on the product editing page right now, because it is set globally for all products. Check the <a href=\"[settings_url]\" target=\"_blank\">\"Settings\" menu</a> to find it.'),
('es', 'vendor_panel_configurator.payment_methods.description', 'Manage how you receive payments from customers'),
('es', 'vendor_panel_configurator.product_page_configuration', 'Product page settings'),
('es', 'vendor_panel_configurator.seller_info', 'Seller info'),
('es', 'vendor_panel_configurator.sidebar_background_image', 'Sidebar background image'),
('es', 'vendor_panel_configurator.sidebar_background_image_description', 'If you upload the background image, it will be displayed instead of the sidebar color. If you upload it, we recommend picking a sidebar color that matches the background image.'),
('es', 'vendor_panel_configurator.sidebar_color', 'Sidebar color'),
('es', 'vendor_panel_configurator.theme_layouts', 'Page layouts'),
('es', 'vendor_panel_configurator.theme_layouts.description', 'Manage layouts of the microstore and product pages'),
('es', 'vendor_panel_configurator.theme_styles', 'Logos and styles'),
('es', 'vendor_panel_configurator.theme_styles.description', 'Manage logos used on site and in e-mails and configure appearance of the microstore and product pages'),
('es', 'vendor_panel_configurator.unconfigurable_tab', 'This tab has no configurable fields and is displayed as is'),
('es', 'vendor_payouts.approval_status', 'Estado de aprobación'),
('es', 'vendor_payouts.approval_status.C', 'Completado'),
('es', 'vendor_payouts.approval_status.D', 'Rechazado'),
('es', 'vendor_payouts.approval_status.P', 'Pendiente'),
('es', 'vendor_payouts.balance', 'Balance'),
('es', 'vendor_payouts.balance_carried_forward', 'Balance acumulado'),
('es', 'vendor_payouts.current_balance', 'Saldo actual:[balance]'),
('es', 'vendor_payouts.current_balance_text', 'Balance actual'),
('es', 'vendor_payouts.income', 'Ingreso'),
('es', 'vendor_payouts.income_carried_forward', 'Ingresos acumulados'),
('es', 'vendor_payouts.new_payout_issued', 'El nuevo pago ha sido emitido'),
('es', 'vendor_payouts.new_payout_issued_text', 'Un nuevo pago de [amount] ha sido emitido por [issuer]'),
('es', 'vendor_payouts.new_withdrawal_requested', 'Un nuevo retiro ha sido solicitado'),
('es', 'vendor_payouts.new_withdrawal_requested_text', 'Un nuevo retiro de [amount] ha sido solicitado por [requester]'),
('es', 'vendor_payouts.payout_approved', 'El pago se ha completado'),
('es', 'vendor_payouts.payout_approved_text', 'El pago de [amount] emitido el [date] ha isdo marcado como<b>Completado</b>'),
('es', 'vendor_payouts.payout_comments', 'Comentarios acerca del pago'),
('es', 'vendor_payouts.payout_declined', 'El pago no se ha ejecutado'),
('es', 'vendor_payouts.payout_declined_text', 'El pago de [amount] emitido el [date] no ha sido marcado como <b> completado</b>'),
('es', 'vendor_payouts.transactions', 'Transacciones'),
('es', 'vendor_payouts.transaction_value', 'Valor de la transacción'),
('es', 'vendor_payouts.type', 'Tipo'),
('es', 'vendor_payouts.type.order_changed', 'Pedido cambiado'),
('es', 'vendor_payouts.type.order_changed.description', 'Pedido<a href=\"[order_url]\">#[order_id]</a>cambiado'),
('es', 'vendor_payouts.type.order_placed', 'Compra procesada'),
('es', 'vendor_payouts.type.order_placed.description', 'El pedido <a href=\"[order_url]\">#[order_id]</a> solicitado'),
('es', 'vendor_payouts.type.order_refunded', 'Pedido reembolsado'),
('es', 'vendor_payouts.type.order_refunded.description', 'Pedido<a href=\"[order_url]\">#[order_id] reembolsado'),
('es', 'vendor_payouts.type.other', 'Otro'),
('es', 'vendor_payouts.type.other.description', 'Otro'),
('es', 'vendor_payouts.type.payout', 'Pago'),
('es', 'vendor_payouts.type.payout.description', 'Pago'),
('es', 'vendor_payouts.type.withdrawal', 'Retiro'),
('es', 'vendor_payouts.type.withdrawal.description', 'Retiro'),
('es', 'vendor_payouts.view_details', 'Usted puede ver los detalles aquí'),
('es', 'vendor_payouts.withdrawals', 'Saldo de retiros'),
('es', 'vendor_payouts.withdrawal_approved', 'El retiro ha sido solicitado'),
('es', 'vendor_payouts.withdrawal_approved_text', 'El retiro de [amount] solicitado el [date] ha sido marcado como<b>Completado</b>'),
('es', 'vendor_payouts.withdrawal_comments', 'Comentarios acerca de los retiros'),
('es', 'vendor_payouts.withdrawal_declined', 'El retiro ha sido rechazado'),
('es', 'vendor_payouts.withdrawal_declined_text', 'El retiro de [amount] solicitado el [date] ha sido marcado como <b>Rechazado</b>'),
('es', 'vendor_plan', 'Plan de vendedor'),
('es', 'vendor_plans.add_vendor_plan', 'Agregar plan de ventas'),
('es', 'vendor_plans.best_choice', 'Mejor opción'),
('es', 'vendor_plans.best_choise', 'Se ofrece como la mejor opción'),
('es', 'vendor_plans.best_choise_short', 'Mejor opción'),
('es', 'vendor_plans.category_is_empty', 'Por favor especifique una categoría.'),
('es', 'vendor_plans.choose', 'Elija'),
('es', 'vendor_plans.choose_your_plan', 'Elija su plan'),
('es', 'vendor_plans.commission', 'Comisión'),
('es', 'vendor_plans.current_plan', 'Plan actual'),
('es', 'vendor_plans.current_plan_usage', 'Uso del plan actual'),
('es', 'vendor_plans.delete_plan_vendor_exists_text', 'No se pudo eliminar el plan: algunos vendedores lo utilizan'),
('es', 'vendor_plans.disable_plan_vendor_exists_text', 'No se puedo deshanilitar el plan: algunos vendedores lo utilizan'),
('es', 'vendor_plans.editing_vendor_plan', 'Editar el plan de ventas'),
('es', 'vendor_plans.fixed_transaction_fee', 'Tarifa de la transacción (abs)'),
('es', 'vendor_plans.many_products_text', 'Demasiados productos ([actual]/[allowed])'),
('es', 'vendor_plans.month', 'Mes'),
('es', 'vendor_plans.much_revenue_text', 'Demasiados ingresos ([actual]/[allowed])'),
('es', 'vendor_plans.new_vendor_plan', 'Nuevo plan de ventas'),
('es', 'vendor_plans.not_available', 'No disponible'),
('es', 'vendor_plans.out_of_amount', 'de [amount]'),
('es', 'vendor_plans.periodicity_biweekly', 'Quinzenal'),
('es', 'vendor_plans.periodicity_half', 'Semestre'),
('es', 'vendor_plans.periodicity_month', 'por mes'),
('es', 'vendor_plans.periodicity_onetime', 'una vez'),
('es', 'vendor_plans.periodicity_trimester', 'por trimestre'),
('es', 'vendor_plans.periodicity_year', 'por año'),
('es', 'vendor_plans.plan', 'Plan'),
('es', 'vendor_plans.plan_has_been_changed', 'Su Plan ha sido cambiado'),
('es', 'vendor_plans.plan_has_been_changed_text', 'Su plan ha sido cambiado a[plan]. Ver los detalles de su nuevo plan a continuación.'),
('es', 'vendor_plans.plan_name', 'Nombre del plan'),
('es', 'vendor_plans.plan_not_available_text', 'Lo sentimos, este plan no está disponible. Por favor seleccione un plan que se encuentre disponible.'),
('es', 'vendor_plans.plan_payment', 'Pago para su plan'),
('es', 'vendor_plans.plan_payment_text', 'Se ha retirado una suma de[price] de su cuenta por utilizar el plan [plan]. Siga el enlace para <a href=\"[href]\"> ver el saldo de su cuenta </a> o vea los detalles de su plan a continuación.'),
('es', 'vendor_plans.plan_will_be_change_text', 'Usted se está cambiando a otro plan de proveedores. Se le cobrará el precio completo del plan. Esta seguro de que desea continuar?'),
('es', 'vendor_plans.products_exceeded_text', 'No se puede añadir productos: tiene que haber alcanzado el número máximo de productos permitidos por tu plan. Para cambiar tu plan, por favor<a href=\"[href]\">siga el siguiente enlace</a>.'),
('es', 'vendor_plans.products_limit', 'Productos máximos'),
('es', 'vendor_plans.products_limit_tooltip', 'Establecer el número de productos máximo que puede tener un vendedor en este plan. Dejar en blando para permitir un número ilimitado de productos.'),
('es', 'vendor_plans.products_limit_unlimited', 'productos</strong>ilimitados<strong>'),
('es', 'vendor_plans.products_limit_value', '<strong>[products]</strong> productos'),
('es', 'vendor_plans.restrictions', 'Restricciones'),
('es', 'vendor_plans.revenue', 'Ingresos'),
('es', 'vendor_plans.revenue_exceeded_subj', 'Ingreso máximo excedido'),
('es', 'vendor_plans.revenue_exceeded_text', '<a href=\"[href]\">[vendor]</a> excedió el ingreso máximo permitido por el [plan] plan.'),
('es', 'vendor_plans.revenue_up_to', 'Ingresos hasta'),
('es', 'vendor_plans.revenue_up_to_tooltip', 'El máximo de ingresos permitidos mensualmente para los vendedores que utilizan este plan. Por favor dejar el campo vacio para permitir un ingreso ilimitado.'),
('es', 'vendor_plans.revenue_up_to_unlimited', 'Ingresos<strong>Ilimitados</strong>'),
('es', 'vendor_plans.revenue_up_to_value', 'Ingresos hasta<strong>[revenue]</strong>'),
('es', 'vendor_plans.select_plan_text', '<div class=\"et-vendor-plans_select_plan_text_big\">Find the  <span class=\"et-highlight\">perfect plan</span> for your business</div><div class=\"et-vendor-plans_select_plan_text_small\">You will be charged for the plan after the admin approves your vendor account.</div>'),
('es', 'vendor_plans.storefronts_update_for_plan.add_storefronts_message', 'Add the vendor to the storefronts that got added to the plan|Add the vendors to the storefronts that got added to the plan'),
('es', 'vendor_plans.storefronts_update_for_plan.general_message', 'What should we do about <a href=\"[search_url]\" target=\"_blank\">[n] vendor </a> who is using this plan now?|What should we do about <a href=\"[search_url]\" target=\"_blank\">[n] vendors </a> who are using this plan now?'),
('es', 'vendor_plans.storefronts_update_for_plan.remove_storefronts_message', 'Remove the vendor from the storefronts that got removed from this plan|Remove the vendors from the storefronts that got removed from this plan'),
('es', 'vendor_plans.storefronts_update_for_plan.title', 'Storefronts available in the vendor plan got changed'),
('es', 'vendor_plans.storefronts_update_for_vendor.add_storefronts_message', 'Add the vendor to the storefronts available in the new vendor plan'),
('es', 'vendor_plans.storefronts_update_for_vendor.general_message', 'What should we do about the storefronts that are available to this vendor?'),
('es', 'vendor_plans.storefronts_update_for_vendor.remove_storefronts_message', 'Remove the vendor from the storefronts available in his previous plan'),
('es', 'vendor_plans.storefronts_update_for_vendor.title', 'The vendor got moved to another plan'),
('es', 'vendor_plans.transaction_fee', 'Tarifa de la transacción'),
('es', 'vendor_plans.transaction_fee_value', 'Tarifa de la transacción: <strong>[value]</strong>'),
('es', 'vendor_plans.unlimited', 'Ilimitado'),
('es', 'vendor_plans.upgrade_notification_text', '<p>Anteriormente, el complemento<b> Planes de proveedores</b>tenía una configuración llamada<b>Aplicar un recargo de pago de los proveedores</b>. Se eliminó el recargo de pago del total del pedido, por lo que los clientes no tendrían que pagarlo. En cambio, el recargo de pago se dedujo del total del pedido a favor del mercado. Se eliminó esta configuración: si desea recibir dinero de los proveedores por pedido, especifique las comisiones para los planes de proveedores correspondientes.</p>'),
('es', 'vendor_plans.upgrade_notification_title', 'Configuración del complemento de los planes de proveedores'),
('es', 'vendor_plans.vendor_approved_text', 'Su plan ha sido configurado para [plan]. Vea los detalles de su plan a continuación.'),
('es', 'vendor_plans.vendor_commission', 'Comisión del vendedor'),
('es', 'vendor_plans.vendor_plans', 'Planes de proveedores'),
('es', 'vendor_plans.vendor_plans_menu_description', 'Crea planes para sus proveedores, con diversas restricciones y precios'),
('es', 'vendor_plans.vendor_store', 'Minitienda del vendedor'),
('es', 'vendor_plans.vendor_store_tooltip', 'Un vendedor puede tener su propia minitienda en una dirección aparte como<i>example.com/vendor</i>. Una minitienda solamente contiene productos del vendedor que es dueño de la minitienda. Además, los resultados de búsqueda en la microtienda del vendedor solamente incluyen productos de este vendedor.'),
('es', 'vendor_plans.year', 'Año'),
('es', 'vendor_products', 'Productos de proveedor'),
('es', 'vendor_rating', 'ET - Vendor rating'),
('es', 'vendor_store_blocks', 'Vendor home blocks'),
('es', 'vendor_terms', 'Términos y condiciones de los proveedores'),
('es', 'vendor_terms.checkout_terms_and_conditions', 'Acepto los[terms_href] del [vendor]'),
('es', 'vendor_terms.checkout_terms_and_conditions_name', 'Términos y condiciones'),
('es', 'vendor_terms.terms_and_conditions', 'Términos y condiciones'),
('es', 'vendor_terms.terms_and_conditions_tooltip', 'Si desea que un cliente acepte sus términos y condiciones al finalizar la compra, complete los Términos y Condiciones. Si deja los Términos y Condiciones en blanco, un cliente continuará sin consentimiento.'),
('es', 'vendor_terms_field_alert', 'Advertencia de los términos y las condiciones de los proveedores'),
('es', 'vendor_terms_field_terms_text', 'Texto de los términos y las condiciones del proveedor'),
('es', 'vendor_terms_n_conditions', 'Acepto los términos de [terms_href]'),
('es', 'vendor_terms_n_conditions_alert', 'Para continuar, usted tiene que aceptar nuestros Términos y Condiciones.'),
('es', 'vendor_terms_n_conditions_content', '<p>Por favor lea estos Términos y Condiciones \"Terms\", \"Terms and Conditions\") cuidadosamente antes de utilizar el <a href=\"http://www.mywebsite.com\"> el sitio y la aplicación móvil My Mobile App (the \"Service\") operado por My Company (\"us\", \"we\", or \"our\").</p><p><strong>Al ingresar o utilizar el servicio usted acepta estar sujeto a estos Términos. Si usted no está de acuerdo con alguna parte de los Términos entonces no podrá tener acceso al Servicio.</strong></p><p><strong>Compras</strong></p><p>Si desea realizar la compra de algún producto o servicio disponible a través del Servicio (\"Compra\"), se le puede solicitar que se le proporcione cierta información relevante para la compra, incluyendo, sin limitación, su...</p></p><p><strong>Content</strong></p><p>Nuestro Servicio le permite publicar, vincular, almacenar, compartir y, de otro modo, poner a disposición cierta información, texto, gráficos, videos u otro material (\"Content\"). Usted es responsable de los ... </ p> <p> <strong> Changes </ strong> </ p> <p> Nos reservamos el derecho, a nuestra entera discreción, de modificar o reemplazar estos Términos en cualquier momento. Si una revisión es importante trataremos de avisar con 30 días de anticipación antes de que los nuevos términos entren en vigencia. Lo que constituye un cambio sustancial se determinará a nuestro exclusivo criterio. </ P> <p> <strong> Contáctenos </ strong> </ p> <p> Si tiene alguna pregunta sobre estos Términos, por favor contáctenos. < / p>'),
('es', 'vendor_terms_n_conditions_name', 'Términos y Condiciones'),
('es', 'verify', 'Verificar'),
('es', 'version', 'Version'),
('es', 'vertical', 'Vertical'),
('es', 'very_good', 'Muy bueno'),
('es', 'view', 'Ver'),
('es', 'viewing_feature', 'Viendo característica'),
('es', 'viewing_filter', 'Viendo filtro'),
('es', 'views', 'Vistas'),
('es', 'view_all', 'ver todo'),
('es', 'view_all_orders', 'Ver todos los pedidos'),
('es', 'view_all_product_features', 'Ver todas las características de producto'),
('es', 'view_answers', 'Ver las respuestas'),
('es', 'view_avail_files_for_order', 'Ver la lista de archivos disponibles del pedido #[order_id].'),
('es', 'view_cart', 'Ver carrito'),
('es', 'view_categories', 'Ver categorías'),
('es', 'view_changelog', 'View changelog'),
('es', 'view_comparison_list', 'Lista de comparación'),
('es', 'view_details', 'Ver detalle'),
('es', 'view_more', 'view more'),
('es', 'view_on_map', 'Ver en mapa'),
('es', 'view_orders', 'Pedidos'),
('es', 'view_orders_menu_description', 'Ver, procesar y imprimir documentos de pedidos efectuados en la tienda'),
('es', 'view_page', 'Ver página'),
('es', 'view_product', 'Ver producto'),
('es', 'view_products', 'Ver artículos'),
('es', 'view_product_features', 'Ver características de producto'),
('es', 'view_purchased_products', 'Ver productos comprados'),
('es', 'view_report', 'Ver informe'),
('es', 'view_results', 'Ver resultados'),
('es', 'view_store', 'View store'),
('es', 'view_storefront', 'View storefront'),
('es', 'view_supplier_products', 'Vea productos del proveedor'),
('es', 'view_ticket', 'View Ticket'),
('es', 'view_user_points', 'Vea puntos de usuario'),
('es', 'view_vendor_categories', 'Ver categorías de la tienda'),
('es', 'view_vendor_orders', 'Ver pedidos de la tienda'),
('es', 'view_vendor_products', 'Ver productos de la tienda'),
('es', 'view_vendor_users', 'Ver usuarios de la tienda'),
('es', 'view_wishlist', 'Ver lista de favoritos'),
('es', 'visa_card_discover', 'Visa, MasterCard, Discover'),
('es', 'visited_page', 'Página visitada'),
('es', 'voided', 'Anulado'),
('es', 'vsb_new_home_block', 'New home block'),
('es', 'vs_browse_our_categories', 'Browse our categories'),
('es', 'vs_footerbox', 'Footerbox'),
('es', 'vs_footer_mv', 'Footerbox MultiVendor'),
('es', 'vs_homepage_mainbox', 'Mainbox Homepage'),
('es', 'vs_home_box', 'Home box'),
('es', 'vs_icon_menu', 'Icon menu'),
('es', 'vs_mainbox', 'Mainbox'),
('es', 'vs_mainbox_icon', 'Mainbox with icon'),
('es', 'vs_mainbox_simple', 'Mainbox simple'),
('es', 'vs_multi_scroller', 'Multi scroller'),
('es', 'vs_recent_blog', 'Recent blog'),
('es', 'vs_responsive_menu', 'Responsive menu'),
('es', 'vs_scroller_category_product', 'Scroller category product'),
('es', 'vs_scroller_product_page', 'Scroller product page'),
('es', 'vs_scroller_with_title', 'Scroller with tittle'),
('es', 'vs_sidebox', 'Sidebox'),
('es', 'vs_sidebox_category', 'Sidebox category'),
('es', 'vs_sidebox_info', 'Sidebox info'),
('es', 'vs_sidebox_scroller_banner', 'Sidebox scroller banner'),
('es', 'vs_sidebox_simple', 'Sidebox simple'),
('es', 'vs_sidebox_with_icon', 'Sidebox with icon'),
('es', 'vs_testimonials', 'Testimonials'),
('es', 'vs_vendor_categories', 'Vendor categories'),
('es', 'vs_vendor_plans.month', 'per month'),
('es', 'vs_vendor_plans.no_microstore', 'NO microstore'),
('es', 'vs_vendor_plans.onetime', 'one time fee'),
('es', 'vs_vendor_plans.year', 'per year'),
('es', 'warehouses.add_all', 'Añadir todo'),
('es', 'warehouses.any_store_type', 'Cualquier tipo de tienda'),
('es', 'warehouses.city', 'Ciudad'),
('es', 'warehouses.commerceml.import.error.product.warehouse_not_found', 'No se ha podido encontrar el almacén [id]'),
('es', 'warehouses.commerceml.import.message.warehouse.created', 'Categoría [id] creada; ID local: [local_id]'),
('es', 'warehouses.destinations_configuration.tooltip', 'Los productos pueden tomarse primero de diferentes tiendas y almacenes, dependiendo de dónde se encuentre su cliente. <a href=\"[destinations_url]\" target=\"_blank\">Configure la prioridad de las tiendas y almacenes de forma individual para cada zona de tarifa.</a>'),
('es', 'warehouses.exim_reset_inventory_tooltip', 'Esto no afectará a los productos que tienen la cantidad especificada en el archivo importado. Tampoco afectará a los productos de los almacenes que no estén actualizados en este preajuste.'),
('es', 'warehouses.in_n_stores', 'en [n] tienda|en [n] tiendas'),
('es', 'warehouses.main_destination_tooltip', 'Determina dónde se encuentra este lugar. A su vez, esto determina la tarifa de envío y el tiempo de entrega a este lugar.'),
('es', 'warehouses.name', 'Nombre'),
('es', 'warehouses.no_matching_stores_found', 'No se ha encontrado ninguna tienda con el criterio de búsqueda elegido.'),
('es', 'warehouses.out_of_stock_products', '[product] no está disponible en la región seleccionada. | Los siguientes productos no están disponibles en la región seleccionada: [products]'),
('es', 'warehouses.phone', 'Teléfono'),
('es', 'warehouses.product_availability', 'Disponibilidad en tiendas'),
('es', 'warehouses.product_available_if_ordered', 'Disponible si se pide'),
('es', 'warehouses.product_in_stock', 'En existencia'),
('es', 'warehouses.quantity', 'Cantidad'),
('es', 'warehouses.quantity_tab.no_data', 'Esta tienda no tiene ninguna tienda o almacén. Por favor, <a href=\"[create_url]\">crea uno</a> o <a href=\"[list_url]\">haz que uno existente esté disponible</a> para este tienda.'),
('es', 'warehouses.rate_area', 'Zona de tarificación'),
('es', 'warehouses.search_store', 'Buscar tienda'),
('es', 'warehouses.settings', 'Configuración'),
('es', 'warehouses.shipping_delay', 'Tiempo de traslado'),
('es', 'warehouses.shipping_delay.description', 'El producto está en un almacén remoto. Si lo pide, se lo enviaremos [shipping_delay].'),
('es', 'warehouses.shipping_delay.description.default', 'El producto se encuentra en un almacén remoto. Si lo pide, el envío puede tardar un poco más.'),
('es', 'warehouses.shipping_delay.description.short', 'Si se pide: [shipping_delay]'),
('es', 'warehouses.shipping_delay.tooltip', 'El tiempo que se tarda en trasladar los productos de aquí a otra tienda o almacén en esta zona de tarifas.'),
('es', 'warehouses.shipping_delay_for_products', 'Algunos de los productos que ha pedido se encuentran en un almacén remoto. El envío puede tardar un poco más de lo que se indica aquí.'),
('es', 'warehouses.shipping_delay_notification', 'Aviso de retraso'),
('es', 'warehouses.shipping_delay_notification.tooltip', 'Aparecerá si los productos no están disponibles en las tiendas y almacenes anteriores.'),
('es', 'warehouses.ship_to', 'Enviar a'),
('es', 'warehouses.ship_to_tooltip', 'Determina las áreas tarifarias en las que se considerarán disponibles los productos de este almacén.'),
('es', 'warehouses.show_to', 'Mostrar a'),
('es', 'warehouses.show_to_tooltip', 'Permite ofrecer este punto de recogida a los residentes de otras zonas tarifarias en el pago.'),
('es', 'warehouses.stores_and_warehouses', 'Tiendas y almacenes'),
('es', 'warehouses.stores_list', 'Lista'),
('es', 'warehouses.stores_map', 'Mapa'),
('es', 'warehouses.store_and_address', 'Tienda y dirección'),
('es', 'warehouses.store_type', 'Tipo'),
('es', 'warehouses.store_type_pickup', 'Punto de recogida'),
('es', 'warehouses.store_type_store', 'Tienda'),
('es', 'warehouses.store_type_warehouse', 'Almacén'),
('es', 'warehouses.store_warehouse', 'Tiendas / Almacenes'),
('es', 'warehouses.type_to_search_or_check_all', 'Escriba para buscar, o haga clic en el botón de la derecha para añadir todas las áreas de tarifas'),
('es', 'warehouses.warehouse_stock', 'Cantidades'),
('es', 'warehouses.warn_about_delay', 'Advertir sobre retraso'),
('es', 'warehouses.warn_about_delay.tooltip', 'Si un producto debe trasladarse al área de tarifas desde aquí, muestre el tiempo de traslado en la lista de productos y la cesta.'),
('es', 'warning', 'Atención'),
('es', 'warning_default_language_disabled', 'La lengua por defecto definida en sus ajustes ha sido desactivada o borrada. Por favor actualice los ajustes en la página siguiente: <a href=\"[link]\">Configuración :: Apariencia</a>'),
('es', 'warning_default_language_sharing_removed', 'El idioma predeterminado definido en la configuración se ha eliminado para la tienda <b>[company]</b>. Por favor actualice el valor del idioma predeterminado de la interfaz en la siguiente página: <a href=\"[link]\">Configuración :: Apariencia</a>'),
('es', 'warning_gift_cert_deny', 'Los siguientes certificados de regalo se han eliminado o cancelado por el administrador y se han quitado de su carrito de: [codes]. Por favor, póngase en contacto con el administrador de la tienda o probar otro.'),
('es', 'warning_https_is_disabled', 'La comprobación de conexión segura ha fallado. Asegúrese de que el certificado SSL esté instalado en su servidor. Consulte el <a href=\"[href]\" target=\"_blank\"> artículo de documentación </a> para obtener más información.'),
('es', 'warning_insecure_admin_script', 'Se recomienda encarecidamente que cambie el nombre del script predeterminado<b>admin.php</b>(consulte la <a href=\"[href]\" target=\"_blank\"> Documentación </a>) por razones de seguridad.'),
('es', 'warning_insecure_password_email', 'La contraseña debe ser diferente del e-mail!<p><a href=\"[link]\" class=\"underlined\"><b>Cambiar contraseña &#155;&#155;</b></a></p>'),
('es', 'warning_lanvar_incorrect_name', 'El nombre de la variable del lenguaje tiene caracteres no soportados!'),
('es', 'warning_merging_companies', 'Al fusionar dos cuentas de la compañía eliminará a \"[company_name]\" de la base de datos. Todos los datos del perfil (productos, pedidos, envío de métodos, los usuarios, promociones, etc.) se transferirá a la cuenta de la empresa'),
('es', 'warning_newsletter_no_recipients', 'El boletín de noticias no ha sido envíado porque no se encontraron destinatarios que coincidan con los criterios seleccionados.'),
('es', 'warning_not_deleted_default_language', 'El idioma [lang_name] no se puede borrar porque es el idioma por defecto de la tienda'),
('es', 'warning_of_ip_adding', 'Usted ha escrito la dirección IP <b>[entered_ip]</b> que prohíbe el acceso al backend (administración) desde su ordenador (su IP es <b>[your_ip]</b>).'),
('es', 'warning_promotions_incorrect_condition', 'La condicion \"[condition]\" puede ser usada sólo en grupos que tengan las condiciones \"[set_value]\".'),
('es', 'warning_seo_urls_disabled', 'Las URL compatibles con SEO están deshabiliadas. Compruebe su servidor web y la configuración del manejo de búsqueda de la URL.'),
('es', 'warning_store_optimization_dev', 'Activada la actualización automática de la caché.<br /><br />Los archivos modificados se siguen en tiempo real (incluyendo los modificados directamente en el servidor) y se incorporan en la caché. <br /><br />El rendimiento de la tienda se puede ver ligeramente afectado. Se recomienda desactivar en producción a través de <a href=\"[link]\">Editor de plantilla</a>.'),
('es', 'warning_store_optimization_dev_disabled', 'Desactivada la actualización automática de la caché. <br /><br />Borra manualmente las plantillas compiladas después de modificar los archivos del tema a través de <a href=\"[link]\">este enlace</a> para que se apliquen los cambios.'),
('es', 'warning_subscribers_import', 'Algunas listas de correo no se encontraron en la base de datos desde el archivo de entrada. Algunos suscriptores importados quedarán sin asignar.'),
('es', 'warning_subscr_email_exists', '<b>[email]</b> ya forma parte de la lista de subscriptores'),
('es', 'warning_theme_clone_dir_exists', 'No se puede clonar el tema porque el directorio introducido ya existe. Por favor, introduce otro.'),
('es', 'warning_track_orders_not_allowed', 'No tienes permisos para ver el detalle de este pedido'),
('es', 'warning_track_orders_not_found', 'El E-mail o número de pedido introducido no existe en nuestra base de datos'),
('es', 'warning_variants_removal', 'Haciendo clic en Guardar eliminará las variantes de producto');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('es', 'warning_zero_price_restricted_product', 'El producto <b>\"[product]\"</b> no ha sido añadido a la cesta porque no tiene un precio asignado.'),
('es', 'webkul_uvdesk', 'Webkul UVdesk'),
('es', 'website', 'Sitio web'),
('es', 'web_pages', 'Páginas web'),
('es', 'web_site', 'Sitio web'),
('es', 'week', 'Semana'),
('es', 'weekday_0', 'Domingo'),
('es', 'weekday_1', 'Lunes'),
('es', 'weekday_2', 'Martes'),
('es', 'weekday_3', 'Miércoles'),
('es', 'weekday_4', 'Jueves'),
('es', 'weekday_5', 'Viernes'),
('es', 'weekday_6', 'Sábado'),
('es', 'weekday_abr_0', 'Dom'),
('es', 'weekday_abr_1', 'Lun'),
('es', 'weekday_abr_2', 'Mar'),
('es', 'weekday_abr_3', 'Mie'),
('es', 'weekday_abr_4', 'Jue'),
('es', 'weekday_abr_5', 'Vie'),
('es', 'weekday_abr_6', 'Sab'),
('es', 'weekly', 'Semanalmente'),
('es', 'weeks', 'semana(s)'),
('es', 'weight', 'Peso'),
('es', 'weight_dependences', 'Depende del peso'),
('es', 'weight_limit', 'Límite de peso'),
('es', 'weight_modifier', 'Modificador de peso'),
('es', 'weight_symbol', 'Símbolo de peso'),
('es', 'welcome_screen.administrator_info', 'Para acceder al área de administración, usa el correo (<b>[email]</b>) y la contraseña que habías utilizado anteriormente.'),
('es', 'welcome_screen.go_admin_panel', 'Ir al panel de administración'),
('es', 'welcome_screen.go_settings_wizard', 'Ir al Asistente para una configuración básica de la tienda'),
('es', 'welcome_screen.go_storefront', 'Ir a la tienda'),
('es', 'welcome_screen.knowledge_base', 'Documentación'),
('es', 'welcome_screen.learn_more_configuration', 'Aprenda más sobre configuración de la tienda en nuestra'),
('es', 'welcome_screen.run_settings_wizard', 'Ejecutar al asistente de configuración'),
('es', 'welcome_screen.thanks', 'Gracias por elegir CS-Cart. Felices ventas!'),
('es', 'well_done', 'Bien hecho!'),
('es', 'we_would_like_to_inform', 'Nos gustaría informarle sobre esto'),
('es', 'what_is_cvv2', 'Qué es CVV/CVC'),
('es', 'what_you_would_like_to_do', '¿Qué quisiera hacer usted?'),
('es', 'which_is', 'que es'),
('es', 'widget_code', 'Código del widget'),
('es', 'widget_what_is_it', '<a href=\"[href]\" target=\"_blank\"> ¿Qué es?</a>'),
('es', 'width', 'Anchura'),
('es', 'wishlist', 'Lista de la compra'),
('es', 'wishlist_content', 'Contenido de la lista'),
('es', 'wishlist_note', 'Ir a su lista de favoritos'),
('es', 'wishlist_products', 'Lista de productos favoritos'),
('es', 'wishlist_short', 'Wish list'),
('es', 'without_image', 'Sin imagen'),
('es', 'with_contact_information', 'Con información de contacto solo'),
('es', 'world', 'Mundo'),
('es', 'worldnettps_hash_error', 'Ha ocurrido un error. Detalles del error: el código hash de la solicitud y la respuesta no coinciden.'),
('es', 'worldpay_secret', 'MD5 secreto para transacciones'),
('es', 'wrapper', 'Envoltorio'),
('es', 'wrapper_class', 'User-defined wrapper CSS class'),
('es', 'write', 'Escribir'),
('es', 'write_a_reply', 'write a reply'),
('es', 'write_review', 'Escriba una reseña'),
('es', 'wrong_number_initial_order_id', 'El valor que usted ingresó para la configuración de \"Valor de la identificación del pedido incial\" no es compatible. Solo se admiten números enteros de 1 a [max_initial_order_id]'),
('es', 'wt_access_note', 'Nota: Si deshabilita o desinstala el complemento \'Marcas de agua\', debe quitar estas instrucciones de los archivos \".htaccess\" manualmente. De lo contrario las imágenes de categoría y producto no estarán disponibles.'),
('es', 'wt_access_warning', 'La creación de marca de agua está deshabilitada. Si hay alguna instrucción \"Rewrite watermarks rules\" en el archivo \"images/.htaccess\", las debe quitar manualmente. De lo contrario las imágenes de categoría y producto no estarán disponibles.'),
('es', 'wt_detailed', 'imágenes más grandes en ventana emergente'),
('es', 'wt_fail_apply_graphic_watermark', 'Error al aplicar la marca de agua a [image_type]. No se ha  añadido la imagen de marca de agua.'),
('es', 'wt_font', 'Fuente'),
('es', 'wt_font_color', 'Color de la fuente'),
('es', 'wt_font_size_detailed', 'Tamaño de la fuente (imagen)'),
('es', 'wt_font_size_icon', 'Tamaño de la fuente (miniatura)'),
('es', 'wt_graphic_watermark', 'Marca gráfica'),
('es', 'wt_icons', 'Miniaturas'),
('es', 'wt_images_access_description', 'Para denegar el acceso a las imágenes originales, por favor agregue las siguientes instrucciones en el archivo \".htaccess\" en el directorio \'imágenes\' de su instalación. Protegerá sus imágenes originales. Incluso si se abre una imagen original, la imagen con marca de agua correspondiente será mostrada en su lugar.'),
('es', 'wt_images_access_info', 'Acceso a imágenes'),
('es', 'wt_text_watermark', 'Texto de Marca de agua'),
('es', 'wt_watermarks', 'Marcas de agua'),
('es', 'wt_watermarks_access_description', 'Para generar imágenes con marca de agua automáticamente, incluso si se solicitan desde páginas externas a la tienda, por favor agregue el archivo \".htaccess\" con las siguientes instrucciones al directorio de su instalación de \' imágenes/marca de agua\'.'),
('es', 'wt_watermark_detailed', 'Marca de agua de la imágen emergente'),
('es', 'wt_watermark_horizontal_position', 'Posición horizontal de marca de agua'),
('es', 'wt_watermark_icon', 'Marca de agua en miniatura'),
('es', 'wt_watermark_image', 'Imagen de marca de agua'),
('es', 'wt_watermark_position', 'Posición de la marca de agua'),
('es', 'wt_watermark_text', 'Texto de marca de agua'),
('es', 'wt_watermark_vertical_position', 'Posición vertical de marca de agua'),
('es', 'xml_error', 'Error de interpretación de XML'),
('es', 'year', 'Año'),
('es', 'yearly', 'Anualmente'),
('es', 'years', 'años'),
('es', 'yes', 'Si'),
('es', 'yesterday', 'Ayer'),
('es', 'your_age', 'Tu edad'),
('es', 'your_ip_added', 'Su dirección IP <b>[ip]</b> ha sido añadida a la lista de restricciones de acceso.'),
('es', 'your_ip_enabled', 'Su dirección IP <b>[ip]</b> ha sido activada en la lista de restricciones de acceso.'),
('es', 'your_ip_removed', 'Su dirección IP <b>[ip]</b> ha sido eliminada de la lista de restricciones de acceso.'),
('es', 'your_message', 'Tu mensaje'),
('es', 'your_name', 'Tu nombre'),
('es', 'your_range', 'Tu rango'),
('es', 'your_rating', 'Tu puntuación'),
('es', 'you_can_edit_account_details', 'Ahora puede editar los detalles de la cuenta.'),
('es', 'you_have_no_permissions', 'No tienes permisos'),
('es', 'you_save', 'Usted ahorra'),
('es', 'zero_price_action', 'Acción en producto sin precio'),
('es', 'zipcode', 'Código postal'),
('es', 'zipcodes', 'Códigos postales'),
('es', 'zip_postal_code', 'Código postal'),
('es', 'zone', 'Zona'),
('es', 'zpa_ask_price', 'Permitir al cliente introducir el precio'),
('es', 'zpa_permit', 'Permitir añadir el producto al carro'),
('es', 'zpa_refuse', 'NO permitir añadir el producto al carro'),
('fr', '2co_enable_fraud_verification', 'Activer le support de la notification de fraude'),
('fr', '2co_fraud_fail', 'Statut pour les commandes avec commentaire de fraude manqué'),
('fr', '2co_fraud_wait', 'Statut pour les commandes avec commentaire de fraude en attente'),
('fr', '3d_secure', '3-D Secure'),
('fr', '404', 'Message d\'erreur 404 - page non trouvée'),
('fr', 'about_us', 'About us'),
('fr', 'absolute', 'Absolue'),
('fr', 'absolute_commissions_instructions', '<a href=\"http://docs.cs-cart.com/4.3.x/user_guide/addons/vendor_commission/vendor_commissions_and_plans.html\" target=\"_blank\">Upgrading from 4.3.x to 4.4.x: Vendor Commissions and Vendor Plans</a>'),
('fr', 'abt_menu_ajax_load', 'AB: Use Ajax-loading for menu items (second level and behind it)'),
('fr', 'abt_menu_ajax_load.tooltip', 'Use Ajax to get the content of the second and third menu levels after page loading. The content of the first level will be loaded along with the page main content'),
('fr', 'abt_menu_icon_items', 'AB: Show icons for menu items of the second level'),
('fr', 'abt_menu_icon_items.tooltip', 'The active status of this setting allows the display of an icon that is assigned to a menu item of the second level menu.'),
('fr', 'abt_menu_long_names', 'AB: Show long names of the first level menu items in two lines'),
('fr', 'abt_menu_long_names.tooltip', 'The active status of this setting allows displaying menu names in two lines (with line break), if more space is required to place the name, than the setting <b>AB: The maximum width of the menu item for the first level</b> specifies'),
('fr', 'abt_menu_long_names_max_width', 'AB: The maximum width of the menu item for the first level'),
('fr', 'abt_menu_long_names_max_width.tooltip', 'Specifies the width of the cell in pixels to place the name of the menu item. If the name of the menu item exceeds this value, then with the active setting <b>AB: Show long names of the first level menu items in two lines</b>, then it will be displayed in two lines (with line break).'),
('fr', 'abt__unitheme2', 'AB: UniTheme2'),
('fr', 'abt__unitheme2.settings', 'Settings only for AB: UniTheme2'),
('fr', 'abt__unitheme2_mv', 'AB: UniTheme2 (Multi-Vendor)'),
('fr', 'abt__ut2.addon_social_buttons.share', 'Share'),
('fr', 'abt__ut2.add_to_cart', 'Buy now'),
('fr', 'abt__ut2.add_to_wishlist.tooltip', 'Add to wishlist'),
('fr', 'abt__ut2.banner.color_use', 'Please select the checkbox to use a new color'),
('fr', 'abt__ut2.banner.params.avail_from', 'Available from'),
('fr', 'abt__ut2.banner.params.avail_till', 'Available till'),
('fr', 'abt__ut2.banner.params.background_color', 'Background color'),
('fr', 'abt__ut2.banner.params.background_color.tooltip', 'Please select the checkbox to use a new color'),
('fr', 'abt__ut2.banner.params.background_image', 'Background image'),
('fr', 'abt__ut2.banner.params.background_image_size', 'Specify the size of a background image'),
('fr', 'abt__ut2.banner.params.background_image_size.tooltip', 'abt__ut2.banner.params.background_image_size.tooltip'),
('fr', 'abt__ut2.banner.params.background_image_size.variants.contain', 'Resize the background image to make sure the image is fully visible'),
('fr', 'abt__ut2.banner.params.background_image_size.variants.cover', 'Resize the background image to cover the entire container, even if it has to stretch the image or cut a little bit off one of the edges'),
('fr', 'abt__ut2.banner.params.button_color', 'Button color'),
('fr', 'abt__ut2.banner.params.button_color.tooltip', 'Please select the checkbox to use a new color'),
('fr', 'abt__ut2.banner.params.button_text', 'Text (an appeal to action)'),
('fr', 'abt__ut2.banner.params.button_text_color', 'Text color'),
('fr', 'abt__ut2.banner.params.button_text_color.tooltip', 'Please select the checkbox to use a new color'),
('fr', 'abt__ut2.banner.params.button_use', 'Add button'),
('fr', 'abt__ut2.banner.params.button_use.tooltip', 'Select a checkbox for adding of the button. <b>Important!</b>The button will appear only in the presence of the link in the field \"Specify link\"'),
('fr', 'abt__ut2.banner.params.class', 'User CSS-class'),
('fr', 'abt__ut2.banner.params.color_scheme', 'Color scheme'),
('fr', 'abt__ut2.banner.params.color_scheme.tooltip', 'Specifies what color will be <b>Title</b> and <b>Description</b> on the banner. For <b>Dark</b> banner texts will be white, for <b>Light</b> — black.'),
('fr', 'abt__ut2.banner.params.color_scheme.variants.dark', 'Dark'),
('fr', 'abt__ut2.banner.params.color_scheme.variants.light', 'Light'),
('fr', 'abt__ut2.banner.params.content_align', 'Horizontal alignment'),
('fr', 'abt__ut2.banner.params.content_align.tooltip', 'Location of the content inside the banner by the horizontal'),
('fr', 'abt__ut2.banner.params.content_align.variants.center', 'On the center'),
('fr', 'abt__ut2.banner.params.content_align.variants.left', 'On the left'),
('fr', 'abt__ut2.banner.params.content_align.variants.right', 'On the right'),
('fr', 'abt__ut2.banner.params.content_bg', 'Add semi-transparent background'),
('fr', 'abt__ut2.banner.params.content_bg.tooltip', 'Under the description will appear semi-transparent background (the color depends on the color scheme), it will provide a better readability of text on motley background'),
('fr', 'abt__ut2.banner.params.content_full_width', 'Content on full width'),
('fr', 'abt__ut2.banner.params.content_full_width.tooltip', 'The width of the content block has a default width of 50%. Set this parameter and the width of the block content will be 100%'),
('fr', 'abt__ut2.banner.params.content_valign', 'Vertical alignment'),
('fr', 'abt__ut2.banner.params.content_valign.tooltip', 'Location of the content inside the banner by the vertical'),
('fr', 'abt__ut2.banner.params.content_valign.variants.bottom', 'At the bottom'),
('fr', 'abt__ut2.banner.params.content_valign.variants.center', 'On the center'),
('fr', 'abt__ut2.banner.params.content_valign.variants.top', 'On the top'),
('fr', 'abt__ut2.banner.params.data_type', 'Content type'),
('fr', 'abt__ut2.banner.params.data_type.variants.url', 'Link'),
('fr', 'abt__ut2.banner.params.description', 'Short description'),
('fr', 'abt__ut2.banner.params.description_bg_color', 'Background color'),
('fr', 'abt__ut2.banner.params.description_bg_color.tooltip', 'Please select the checkbox to use a new color'),
('fr', 'abt__ut2.banner.params.description_color', 'Description color'),
('fr', 'abt__ut2.banner.params.description_color.tooltip', 'Please select the checkbox to use a new color'),
('fr', 'abt__ut2.banner.params.description_font_size', 'Font size'),
('fr', 'abt__ut2.banner.params.how_to_open', 'How to open'),
('fr', 'abt__ut2.banner.params.how_to_open.variants.in_new_window', 'In a new window'),
('fr', 'abt__ut2.banner.params.how_to_open.variants.in_popup', 'In a popup'),
('fr', 'abt__ut2.banner.params.how_to_open.variants.in_this_window', 'In this window'),
('fr', 'abt__ut2.banner.params.main_image', 'Main image'),
('fr', 'abt__ut2.banner.params.mobile_use', 'Use own settings for Phones'),
('fr', 'abt__ut2.banner.params.mobile_use.tooltip', 'Use this option to allow own banner settings for the mobile device Phone'),
('fr', 'abt__ut2.banner.params.object', 'The displayed object'),
('fr', 'abt__ut2.banner.params.object.variants.image', 'Image'),
('fr', 'abt__ut2.banner.params.object.variants.video', 'YouTube video'),
('fr', 'abt__ut2.banner.params.padding', 'Internal paddings, px'),
('fr', 'abt__ut2.banner.params.padding.tooltip', 'CSS <code>padding</code>. Spacing in pixels inside the banner. It is useful, to standardize the paddings of banner borders to the content'),
('fr', 'abt__ut2.banner.params.tablet_use', 'Use own settings for Tablets'),
('fr', 'abt__ut2.banner.params.tablet_use.tooltip', 'Use this option to allow own banner settings for the mobile device Tablet'),
('fr', 'abt__ut2.banner.params.title', 'Title'),
('fr', 'abt__ut2.banner.params.title_color', 'Title color'),
('fr', 'abt__ut2.banner.params.title_color.tooltip', 'Please select the checkbox to use a new color'),
('fr', 'abt__ut2.banner.params.title_font_size', 'Font size'),
('fr', 'abt__ut2.banner.params.title_font_weight', 'Weight of the font'),
('fr', 'abt__ut2.banner.params.title_font_weight.variants.300', 'Thin'),
('fr', 'abt__ut2.banner.params.title_font_weight.variants.400', 'Normal'),
('fr', 'abt__ut2.banner.params.title_font_weight.variants.700', 'Bold'),
('fr', 'abt__ut2.banner.params.title_font_weight.variants.900', 'Heavy'),
('fr', 'abt__ut2.banner.params.title_shadow', 'Add a shadow for the title'),
('fr', 'abt__ut2.banner.params.title_tag', 'Title tag'),
('fr', 'abt__ut2.banner.params.title_tag.variants.div', 'div'),
('fr', 'abt__ut2.banner.params.title_tag.variants.h1', 'h1'),
('fr', 'abt__ut2.banner.params.title_tag.variants.h2', 'h2'),
('fr', 'abt__ut2.banner.params.title_tag.variants.h3', 'h3'),
('fr', 'abt__ut2.banner.params.url', 'Specify link'),
('fr', 'abt__ut2.banner.params.use_avail_period', 'Use available period'),
('fr', 'abt__ut2.banner.params.youtube_autoplay', 'Autoplay'),
('fr', 'abt__ut2.banner.params.youtube_autoplay.tooltip', 'Due to changes in <b>Google\'s</b> policy, autoplay will only be available without sound. For more information, see <a href=\'https://developers.google.com/web/updates/2017/09/autoplay-policy-changes\' target=\'_blank\'>documentation</a>.<b>Google</b> strongly recommends that the player\'s control panel should be displayed on autoplay.'),
('fr', 'abt__ut2.banner.params.youtube_hide_controls', 'Hide player control elements'),
('fr', 'abt__ut2.banner.params.youtube_hide_controls.tooltip', 'Don\'t ever assume a video will play, and don\'t show a pause button when the video is not actually playing'),
('fr', 'abt__ut2.banner.params.youtube_id', 'YouTube video ID'),
('fr', 'abt__ut2.banner.params.youtube_id.tooltip', 'ID video — https://www.youtube.com/watch?v=<b>abcd1234567</b>, specify only <b>abcd1234567</b>'),
('fr', 'abt__ut2.banner.params.youtube_use', 'Add YouTube video'),
('fr', 'abt__ut2.banner.params_additional', 'Additional settings'),
('fr', 'abt__ut2.banner.params_of_block', 'Banner block settings'),
('fr', 'abt__ut2.banner.params_of_button', 'Banner button settings'),
('fr', 'abt__ut2.banner.params_of_content', 'Settings for the content, shown in the banner'),
('fr', 'abt__ut2.banner.params_of_description', 'Banner description settings'),
('fr', 'abt__ut2.banner.params_of_object', 'Banner settings for the object/image'),
('fr', 'abt__ut2.banner.params_of_title', 'Banner title settings'),
('fr', 'abt__ut2.banner.use_own_info', 'Use own value'),
('fr', 'abt__ut2.banner.warning', 'Expert banner settings'),
('fr', 'abt__ut2.banners', 'Banners'),
('fr', 'abt__ut2.banners.manage', 'AB: UniTheme2: Advanced banners'),
('fr', 'abt__ut2.banner_tab.general', 'General (AB: UniTheme2: Desktop)'),
('fr', 'abt__ut2.banner_tab.mobile', 'AB: UniTheme2: Phone'),
('fr', 'abt__ut2.banner_tab.tablet', 'AB: UniTheme2: Tablet'),
('fr', 'abt__ut2.block.availability.show_on', '!!! Only for AB: UniTheme2 when using the setting <b>[show_on]</b> block content will be cut from HTML-code for the corresponding device and is not simply hidden by styles'),
('fr', 'abt__ut2.blog.there_are_offers', 'Recommendations'),
('fr', 'abt__ut2.blog.there_is_video', 'Video'),
('fr', 'abt__ut2.brands', 'Brands'),
('fr', 'abt__ut2.city_short', 'c.'),
('fr', 'abt__ut2.contacts', 'Contact us'),
('fr', 'abt__ut2.demodata', 'Demo data'),
('fr', 'abt__ut2.demodata.description', 'On this page you can quickly create theme demo data'),
('fr', 'abt__ut2.demodata.errors.menu_wasnt_created', 'Menu [name] failed to create'),
('fr', 'abt__ut2.demodata.errors.no_blog_page', 'You should create the blog`s parent page'),
('fr', 'abt__ut2.demodata.errors.no_data', 'No data.json file'),
('fr', 'abt__ut2.demodata.success', 'were created successfully'),
('fr', 'abt__ut2.demodata.success.banners', 'Banners [ids] were created successfully'),
('fr', 'abt__ut2.demodata.success.blog', 'Blog pages [ids] were created successfully'),
('fr', 'abt__ut2.demodata.success.menu', 'Menu [menus] were created successfully'),
('fr', 'abt__ut2.demodata.table.add_banners', 'Add demo banners'),
('fr', 'abt__ut2.demodata.table.add_blog', 'Add demo blog'),
('fr', 'abt__ut2.demodata.table.add_menu', 'Add demo menu with icons and banners'),
('fr', 'abt__ut2.demodata.table.add_products', 'Add demo products'),
('fr', 'abt__ut2.demodata.table.description', 'Demo data type'),
('fr', 'abt__ut2.developer', 'Powered by <a href=\"https://www.cs-cart.com/\" rel=\"nofollow\">CS-Cart</a> and premium theme — <a href=\"https://unitheme.net/?sl=en\" rel=\"nofollow\">© AB: UniTheme2</a>'),
('fr', 'abt__ut2.errors.is_correctly_installed.mv.disabled', 'For correct working of UniTheme2 on the CS-Cart Multi-Vendor (used by you) enable addon UniTheme2 for Multi-Vendor edition of CS-Cart (comes with the theme for this edition) and try again'),
('fr', 'abt__ut2.errors.is_correctly_installed.mv.uninstalled', 'For correct working of UniTheme2 on the CS-Cart Multi-Vendor (used by you), install and enable addon UniTheme2 for Multi-Vendor edition of CS-Cart (comes with the theme for this edition) and try again'),
('fr', 'abt__ut2.export', 'Export'),
('fr', 'abt__ut2.export.actions.banners', 'Banners'),
('fr', 'abt__ut2.export.actions.banners.placeholder', 'Banners IDs'),
('fr', 'abt__ut2.export.actions.blog', 'Blog'),
('fr', 'abt__ut2.export.actions.blog.placeholder', 'Parent pages IDs'),
('fr', 'abt__ut2.export.actions.menu', 'Menu'),
('fr', 'abt__ut2.export.actions.menu.placeholder', 'Menu IDs'),
('fr', 'abt__ut2.export.actions.products', 'Products'),
('fr', 'abt__ut2.export.actions.products.placeholder', 'Products IDs'),
('fr', 'abt__ut2.export.description', 'On this page you can quickly export the data you need in json format'),
('fr', 'abt__ut2.export.errors.no_such_type', 'No such type of export for the theme'),
('fr', 'abt__ut2.export.success', 'were exported successfully'),
('fr', 'abt__ut2.export.success.banners', 'Banners [ids] were exported successfully'),
('fr', 'abt__ut2.export.success.blog', 'Blog were exported successfully'),
('fr', 'abt__ut2.export.success.menu', 'Menu [ids] were exported successfully'),
('fr', 'abt__ut2.export.table.data', 'Export data'),
('fr', 'abt__ut2.export.table.description', 'Data type'),
('fr', 'abt__ut2.extended.e', 'Extended'),
('fr', 'abt__ut2.extended.f', 'On the full width'),
('fr', 'abt__ut2.extended.o', 'Original'),
('fr', 'abt__ut2.form.generate', 'Generate'),
('fr', 'abt__ut2.form.header.additional_products', 'Additional products'),
('fr', 'abt__ut2.form.header.base_products', 'Base products'),
('fr', 'abt__ut2.form.header.general', 'General'),
('fr', 'abt__ut2.grid.padding', 'Padding'),
('fr', 'abt__ut2.grid.padding.variants.bottom', 'Only bottom'),
('fr', 'abt__ut2.grid.padding.variants.none', 'None'),
('fr', 'abt__ut2.grid.padding.variants.top', 'Only top'),
('fr', 'abt__ut2.grid.padding.variants.top_bottom', 'Top and bottom'),
('fr', 'abt__ut2.grid.tab_description', 'The settings below apply only to the theme AB: UniTheme2 layouts sections'),
('fr', 'abt__ut2.grid_settings', 'AB: UniTheme2: Additional settings'),
('fr', 'abt__ut2.grid_tabs.abt__ut2_show_in_tabs', 'Show all section blocks in tabs'),
('fr', 'abt__ut2.grid_tabs.abt__ut2_use_ajax', 'Use Ajax for loading the second and next tabs content'),
('fr', 'abt__ut2.help', 'Help'),
('fr', 'abt__ut2.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/abt__unitheme2.doc\'>the documentation</a>.'),
('fr', 'abt__ut2.hover_to_enlarge', 'Hover on image to enlarge'),
('fr', 'abt__ut2.icons', 'Available icons'),
('fr', 'abt__ut2.icons.class', 'Icon class'),
('fr', 'abt__ut2.icons.info', 'On this page you can see the list of icons, available to you in the theme'),
('fr', 'abt__ut2.icons.ut2_icons', 'Theme icons list'),
('fr', 'abt__ut2.less_settings', 'Color scheme settings'),
('fr', 'abt__ut2.less_settings.containers', 'Containers'),
('fr', 'abt__ut2.less_settings.containers.header.add_delimiters', 'Add dividing strips'),
('fr', 'abt__ut2.less_settings.containers.header.add_delimiters.tooltip', 'Adds dividing strips at the Top part of the site, visually separates the blocks \"Categories\", \"Search\", \"Account\" and \"Cart\"'),
('fr', 'abt__ut2.less_settings.containers.header.use_animation_for_not_empty_cart', 'Use animation effect for non empty cart'),
('fr', 'abt__ut2.less_settings.containers.header.use_animation_for_not_empty_cart.tooltip', 'Adds animation effect, to pay attention to the non empty user cart'),
('fr', 'abt__ut2.less_settings.containers.header.use_color_elements_on_hover', 'Color for hovering over the elements \"Categories\", \"Account\" and \"Cart\"'),
('fr', 'abt__ut2.less_settings.containers.header.use_color_elements_on_hover.tooltip', 'The color for hovering over the drop-down elements \"Categories\", \"Account\" and \"Cart\" is used only in the \"Advanced\" and \"Fixed\" layouts'),
('fr', 'abt__ut2.less_settings.containers.header.use_color_icons', 'The color of the icons for elements \"Categories\", \"Account\" and \"Cart\"'),
('fr', 'abt__ut2.less_settings.containers.header.use_color_icons.tooltip', 'Is used only in layouts \"Advanced\" and \"Fixed\"'),
('fr', 'abt__ut2.less_settings.containers.header.use_color_menu_on_hover', 'Color for hovering over a first level menu item'),
('fr', 'abt__ut2.less_settings.containers.header.use_color_menu_on_hover.tooltip', 'Background color used for hovering over menu items of the first level. It is used only in the \"Default\" layout with a horizontal menu type. Also determines the color of the active first level menu item'),
('fr', 'abt__ut2.less_settings.containers.header_group', 'Header'),
('fr', 'abt__ut2.less_settings.containers.header_group_description', 'Settings for blocks and sections of the \"Header\" container'),
('fr', 'abt__ut2.less_settings.containers_description', 'Below are the settings that affect the blocks and sections of the corresponding container in the layouts.'),
('fr', 'abt__ut2.less_settings.general', 'General'),
('fr', 'abt__ut2.less_settings.general.buttons.style', 'Style'),
('fr', 'abt__ut2.less_settings.general.buttons.style.tooltip', 'Set button style'),
('fr', 'abt__ut2.less_settings.general.buttons.style.variants.use_background', 'Use filled background'),
('fr', 'abt__ut2.less_settings.general.buttons.style.variants.use_border', 'Use border only'),
('fr', 'abt__ut2.less_settings.general.buttons.use_gradient', 'Add bulk'),
('fr', 'abt__ut2.less_settings.general.buttons.use_gradient.tooltip', 'The buttons will use a background color with a gradient fill from light to dark based on the color of the button'),
('fr', 'abt__ut2.less_settings.general.buttons.use_shadow', 'Add shadow'),
('fr', 'abt__ut2.less_settings.general.buttons.use_shadow.tooltip', 'Use shadow in the buttons design'),
('fr', 'abt__ut2.less_settings.general.buttons.use_text_uppercase', 'Display text in capital letters'),
('fr', 'abt__ut2.less_settings.general.buttons.use_text_uppercase.tooltip', 'Allows you to define the display format of letters in buttons, lowercase or uppercase letters'),
('fr', 'abt__ut2.less_settings.general.buttons_group', 'Buttons'),
('fr', 'abt__ut2.less_settings.general.buttons_group_description', 'Allows you to set button styles'),
('fr', 'abt__ut2.less_settings.general.labels.style', 'Form'),
('fr', 'abt__ut2.less_settings.general.labels.style.tooltip', 'Specify the displaying form of discount labels'),
('fr', 'abt__ut2.less_settings.general.labels.style.variants.as_circle', 'Round'),
('fr', 'abt__ut2.less_settings.general.labels.style.variants.as_drop', 'Drop'),
('fr', 'abt__ut2.less_settings.general.labels.style.variants.as_rectangle', 'Rectangular'),
('fr', 'abt__ut2.less_settings.general.labels.use_outline', 'Use border style'),
('fr', 'abt__ut2.less_settings.general.labels.use_outline.tooltip', 'Adds border style'),
('fr', 'abt__ut2.less_settings.general.labels.use_shadow', 'Add shadow'),
('fr', 'abt__ut2.less_settings.general.labels.use_shadow.tooltip', 'Adds shadow'),
('fr', 'abt__ut2.less_settings.general.labels.use_text_shadow', 'Add shadow for text'),
('fr', 'abt__ut2.less_settings.general.labels.use_text_shadow.tooltip', 'Adds shadow for text'),
('fr', 'abt__ut2.less_settings.general.labels_group', 'Labels (stickers)'),
('fr', 'abt__ut2.less_settings.general.labels_group_description', 'Allows you to set styles for product stickers. For example, Free Shipping, Discount, etc.'),
('fr', 'abt__ut2.less_settings.general.stars_rating_color', 'Color of starlets for product rating'),
('fr', 'abt__ut2.less_settings.general.stars_rating_color.tooltip', 'Specify your own star color for product rating'),
('fr', 'abt__ut2.less_settings.general.use_rounding', 'Round corners for interface elements'),
('fr', 'abt__ut2.less_settings.general.use_rounding.tooltip', 'Use rounding corners of elements (windows, buttons, icons, form fields, etc.)'),
('fr', 'abt__ut2.less_settings.general.use_rounding.variants.do_not_use', 'Don\'t use'),
('fr', 'abt__ut2.less_settings.general.use_rounding.variants.full', 'Fully rounded'),
('fr', 'abt__ut2.less_settings.general.use_rounding.variants.little', 'Make a little roundness'),
('fr', 'abt__ut2.less_settings.general.use_titles_uppercase', 'Display headers in capital letters'),
('fr', 'abt__ut2.less_settings.general.use_titles_uppercase.tooltip', 'Allows you to show headers in capital letters (used for all page headers, blocks, banners headers, etc.)'),
('fr', 'abt__ut2.less_settings.general_description', 'Below are the general settings.'),
('fr', 'abt__ut2.less_settings.is_absent', 'The following color values are not set for your [style] style'),
('fr', 'abt__ut2.less_settings.is_absent.core', 'System values'),
('fr', 'abt__ut2.less_settings.is_absent.recomend_to_add', 'We recommend that you assign their values, as this may lead to errors in the future.'),
('fr', 'abt__ut2.less_settings.is_absent.theme', 'Theme values'),
('fr', 'abt__ut2.less_settings.products', 'Product'),
('fr', 'abt__ut2.less_settings.products.use_color_buttons_add_to_cart', 'Set individual color for <br> \"Add to cart\" button'),
('fr', 'abt__ut2.less_settings.products.use_color_buttons_add_to_cart.tooltip', 'Allows you to assign an individual color to the \"Add to cart\" button on the product detail page and in the \"Quick view\" window'),
('fr', 'abt__ut2.less_settings.products_description', 'Below are the settings that affect the styles for product detail page'),
('fr', 'abt__ut2.less_settings.product_list', 'Product lists'),
('fr', 'abt__ut2.less_settings.product_list.extend_grid_item_on_hover', 'Expand grid item on hover'),
('fr', 'abt__ut2.less_settings.product_list.extend_grid_item_on_hover.tooltip', 'Adds the extending effect for item grid, when hovering on it in the list. Applies only to the Grid view of listings.'),
('fr', 'abt__ut2.less_settings.product_list.show_grid_border', 'Frame type of the product in the grid'),
('fr', 'abt__ut2.less_settings.product_list.show_grid_border.tooltip', 'You can change the frame type for cells in the lists of products'),
('fr', 'abt__ut2.less_settings.product_list.show_grid_border.variants.none', 'Not framed'),
('fr', 'abt__ut2.less_settings.product_list.show_grid_border.variants.solid_without_margins', 'Frame without external indents'),
('fr', 'abt__ut2.less_settings.product_list.show_grid_border.variants.solid_with_margins', 'Frame with outer indents'),
('fr', 'abt__ut2.less_settings.product_list.use_elements_alignment', 'Use elements alignment'),
('fr', 'abt__ut2.less_settings.product_list.use_elements_alignment.tooltip', 'Allows you to align some elements of the list of symmetrically neighboring cells of products'),
('fr', 'abt__ut2.less_settings.product_list.use_elements_alignment.variants.do_not_use', 'Don\'t use'),
('fr', 'abt__ut2.less_settings.product_list.use_elements_alignment.variants.use', 'Use'),
('fr', 'abt__ut2.less_settings.product_list_description', 'Below are the settings that affect the styles for elements in the product lists'),
('fr', 'abt__ut2.less_settings.style.tooltip', 'Select Style (less-file, to which the following settings will be applied)'),
('fr', 'abt__ut2.less_settings_description', '<b>Attention!</b> These settings apply only to the selected color scheme (in order to see the changes: make sure, that the selected in the \"Style\" settings field value corresponds to the color scheme, selected in your store (you can check the selected color scheme by Design -> Themes -> in the table opposite the chosen as default layout))'),
('fr', 'abt__ut2.light_menu.back_to_main', 'Back to main'),
('fr', 'abt__ut2.load_more.show_more.pages', 'Show another [n] page|Show another [n] pages'),
('fr', 'abt__ut2.load_more.show_more.products', 'Show another [n] product|Show another [n] products'),
('fr', 'abt__ut2.load_more_products.already_showing_all_products', 'Showing [n] product|Showing all [n] products'),
('fr', 'abt__ut2.load_more_products.show_more', 'Show another [n] product|Show another [n] products'),
('fr', 'abt__ut2.mainbox_general_seo', 'AB: General title (SEO)'),
('fr', 'abt__ut2.menu.tab_description', 'The following settings should be used only for menu items, that use extra templates in the menu block layout: <b>AB: Horizontal dropdown list with icons</b> or <b>AB: Vertical dropdown list with icons</b> of the UniTheme2 theme'),
('fr', 'abt__ut2.menus.pickers.add_menus', 'Add menu'),
('fr', 'abt__ut2.menus.pickers.add_menus_and_close', 'Add menu and close'),
('fr', 'abt__ut2.menus.pickers.states', 'Initial menu state'),
('fr', 'abt__ut2.menus.pickers.states.hide_items', 'Hide elements and show the menu name'),
('fr', 'abt__ut2.menus.pickers.states.show_items', 'Show elements'),
('fr', 'abt__ut2.menus.pickers.states.tooltip', 'Select how the menu will be displayed when loading the page'),
('fr', 'abt__ut2.menu_with_icons.desc', 'Short description'),
('fr', 'abt__ut2.menu_with_icons.dropdown', 'Activate 3-level menu (dropdown list)'),
('fr', 'abt__ut2.menu_with_icons.icon', 'Icon'),
('fr', 'abt__ut2.menu_with_icons.label', 'Label'),
('fr', 'abt__ut2.menu_with_icons.label_background', 'Label background'),
('fr', 'abt__ut2.menu_with_icons.label_color', 'Label color'),
('fr', 'abt__ut2.menu_with_icons.status', 'Activate settings'),
('fr', 'abt__ut2.menu_with_icons.text', 'HTML-content'),
('fr', 'abt__ut2.menu_with_icons.text_position', 'HTML-content position'),
('fr', 'abt__ut2.menu_with_icons.text_position.bottom', 'Bottom'),
('fr', 'abt__ut2.menu_with_icons.text_position.right_bottom', 'Right bottom'),
('fr', 'abt__ut2.menu_with_icons.text_position.right_top', 'Right top'),
('fr', 'abt__ut2.microdata', 'Organization microdata'),
('fr', 'abt__ut2.microdata.schema_type', 'Schema type'),
('fr', 'abt__ut2.microdata.schema_type.article', 'Article'),
('fr', 'abt__ut2.microdata.schema_type.blogposting', 'Blog'),
('fr', 'abt__ut2.microdata.schema_type.newsarticle', 'News'),
('fr', 'abt__ut2.microdata.schema_type.none', 'Do not use'),
('fr', 'abt__ut2.migaritions_from_unitheme1.update_po', 'Language variables recovery'),
('fr', 'abt__ut2.migaritions_from_unitheme1.update_po.exist.description', 'For your installation, no additional actions for language variables recovery are required!'),
('fr', 'abt__ut2.migaritions_from_unitheme1.update_po.not_exist.description', 'On this page, you can recover language variables which were deleted during removing of the first generation UniTheme addon'),
('fr', 'abt__ut2.migaritions_from_unitheme1.update_po.success', 'Selected language variables were successfully recovered!'),
('fr', 'abt__ut2.option.height', 'Height, px'),
('fr', 'abt__ut2.option.margin', 'Margin, px'),
('fr', 'abt__ut2.settings', 'Theme settings'),
('fr', 'abt__ut2.settings.addons', 'Addons'),
('fr', 'abt__ut2.settings.addons.wishlist_products.item_quantity', 'Show products in a row'),
('fr', 'abt__ut2.settings.addons.wishlist_products.item_quantity.tooltip', 'Specify the quantity to display products in a row (only for \"Grid\")'),
('fr', 'abt__ut2.settings.addons.wishlist_products_group', '\"Wish List\" addon'),
('fr', 'abt__ut2.settings.addons.wishlist_products_group_description', 'Allows to add products to user wishlists'),
('fr', 'abt__ut2.settings.addons_description', 'Here are setting, that affect on appearance of different addons pages in theme'),
('fr', 'abt__ut2.settings.category', 'Category'),
('fr', 'abt__ut2.settings.category.description_position', 'Display category description'),
('fr', 'abt__ut2.settings.category.description_position.tooltip', 'Determines how the category description is displayed (nevertheless, regardless of the place of display, the Description field will be displayed in the code always above the product block, this is one of the recommendations of SEO audits)'),
('fr', 'abt__ut2.settings.category.description_position.variants.bottom', 'After products'),
('fr', 'abt__ut2.settings.category.description_position.variants.none', 'Don\'t display'),
('fr', 'abt__ut2.settings.category.description_position.variants.top', 'Before products'),
('fr', 'abt__ut2.settings.category.show_subcategories', 'Show subcategories on category pages'),
('fr', 'abt__ut2.settings.category.show_subcategories.tooltip', 'Allows subcategories to be displayed in categories'),
('fr', 'abt__ut2.settings.category_description', 'Here are the theme settings for Categories pages'),
('fr', 'abt__ut2.settings.features', 'Features'),
('fr', 'abt__ut2.settings.features.description_position', 'Display description of feature variant'),
('fr', 'abt__ut2.settings.features.description_position.tooltip', 'Determines how the feature description is displayed (nevertheless, regardless of the place of display, the Description field will be displayed in the code always above the product block, this is one of the recommendations of SEO audits)'),
('fr', 'abt__ut2.settings.features.description_position.variants.bottom', 'After products'),
('fr', 'abt__ut2.settings.features.description_position.variants.none', 'Don\'t display'),
('fr', 'abt__ut2.settings.features.description_position.variants.top', 'Before products'),
('fr', 'abt__ut2.settings.features_description', 'Here are the settings for the Features pages (Purpose: Brand, author, etc.)'),
('fr', 'abt__ut2.settings.general', 'General'),
('fr', 'abt__ut2.settings.general.blog_page_id', 'Blog main page ID'),
('fr', 'abt__ut2.settings.general.blog_page_id.button', 'All blog articles'),
('fr', 'abt__ut2.settings.general.blog_page_id.tooltip', 'Specify this setting to display the link \"All pages\" in the block \"Actual news\" (see Website -> Blog)'),
('fr', 'abt__ut2.settings.general.brand_feature_id', 'Brand feature ID'),
('fr', 'abt__ut2.settings.general.brand_feature_id.tooltip', 'Specify brand Feature ID (Purpose: Brand, author, etc.). Feature ID is located next to the feature name in the features list (Products -> Features in the store administrative panel).The parameter \"Show in product list\" must be checked/ticked for specified feature'),
('fr', 'abt__ut2.settings.general.enable_fixed_header_panel', 'Enable sticky menu'),
('fr', 'abt__ut2.settings.general.enable_fixed_header_panel.tooltip', 'Allows you to display a fixed panel with elements of the header. The main elements of the store header will be visible even, when scrolling'),
('fr', 'abt__ut2.settings.general.menu_min_height', 'Minimum height for the menu (only for Vertical type), px'),
('fr', 'abt__ut2.settings.general.menu_min_height.tooltip', 'The minimum height for the vertical menu block with items of the second level. It is used to make the match of the height for left and right parts of menu (well described in the theme documentation)'),
('fr', 'abt__ut2.settings.general_description', 'Here are the general theme settings, they affect the appearance and store functionality'),
('fr', 'abt__ut2.settings.load_more', 'Show more'),
('fr', 'abt__ut2.settings.load_more.before_end', 'Start for N px to the end of the page'),
('fr', 'abt__ut2.settings.load_more.before_end.tooltip', 'Used only for working mode Automatically'),
('fr', 'abt__ut2.settings.load_more.blog', 'Allow for the Blog'),
('fr', 'abt__ut2.settings.load_more.blog.tooltip', 'Allow displaying \"Show more\" button for Blog posts'),
('fr', 'abt__ut2.settings.load_more.mode', 'Paginator operation mode'),
('fr', 'abt__ut2.settings.load_more.mode.tooltip', 'Choose working mode for button Show more.<br /><b>Automatically</b> — in this mode next page will be loaded over N px before the end of page while scrolling down.<br /><b>By button click</b> — next products page will be loaded only clicking the button by the user'),
('fr', 'abt__ut2.settings.load_more.mode.variants.auto', 'Automatically'),
('fr', 'abt__ut2.settings.load_more.mode.variants.on_button_click', 'By button click'),
('fr', 'abt__ut2.settings.load_more.product_list', 'Allow for product lists'),
('fr', 'abt__ut2.settings.load_more.product_list.tooltip', 'Allow display of \"Show more\" button for categories, brands, newest pages etc.'),
('fr', 'abt__ut2.settings.load_more_description', 'Below are the settings for the \"Show more\" functional for various objects in lists (lazy pagination)'),
('fr', 'abt__ut2.settings.name', 'Name'),
('fr', 'abt__ut2.settings.products', 'Product'),
('fr', 'abt__ut2.settings.products.addon_buy_together.view', 'Way of display'),
('fr', 'abt__ut2.settings.products.addon_buy_together.view.tooltip', 'Choose way of display (added by AB: UniTheme2 theme or standard output by the tab)'),
('fr', 'abt__ut2.settings.products.addon_buy_together.view.variants.as_block_above_tabs', 'As block before product tabs'),
('fr', 'abt__ut2.settings.products.addon_buy_together.view.variants.as_tab_in_tabs', 'As product tab'),
('fr', 'abt__ut2.settings.products.addon_buy_together_group', '\"Buy together\" addon'),
('fr', 'abt__ut2.settings.products.addon_buy_together_group_description', 'Native CS-Cart add-on, which allows to display profitable offers in combination with the current product, on the page of which the user is located'),
('fr', 'abt__ut2.settings.products.addon_required_products.item_quantity', 'Show products in row'),
('fr', 'abt__ut2.settings.products.addon_required_products.item_quantity.tooltip', 'Specify the quantity products to display in a row (only for \"Grid\")'),
('fr', 'abt__ut2.settings.products.addon_required_products.list_type', 'Template'),
('fr', 'abt__ut2.settings.products.addon_required_products.list_type.tooltip', 'Choose template for displaying product list'),
('fr', 'abt__ut2.settings.products.addon_required_products.list_type.variants.compact_list', 'Compact list'),
('fr', 'abt__ut2.settings.products.addon_required_products.list_type.variants.grid_list', 'Grid'),
('fr', 'abt__ut2.settings.products.addon_required_products.list_type.variants.product_list', 'List without options'),
('fr', 'abt__ut2.settings.products.addon_required_products_group', '\"Required products\" addon'),
('fr', 'abt__ut2.settings.products.addon_required_products_group_description', 'Native CS-Cart addon \"Required products\" creates a group of products, that will be added to the cart with the product, on which page the user is located'),
('fr', 'abt__ut2.settings.products.addon_social_buttons.view', 'Show Share buttons for social networks'),
('fr', 'abt__ut2.settings.products.addon_social_buttons.view.tooltip', 'Please note, that using this option slows down the loading of the product page. Not recommended for displaying on mobile devices.'),
('fr', 'abt__ut2.settings.products.addon_social_buttons_group', 'Addon \"Social buttons\"'),
('fr', 'abt__ut2.settings.products.addon_social_buttons_group_description', 'Native CS-Cart addon \"Social Buttons\" displays Share buttons widgets for social networks'),
('fr', 'abt__ut2.settings.products.custom_block_id', 'Custom block ID / Output the block in the right column'),
('fr', 'abt__ut2.settings.products.custom_block_id.tooltip', 'Specify the custom block ID, which you want to display on the right side of the product detail page (the block must be added to the Products layout and can be turned off, a special function will add it to the intended place to bypass the CS-Cart layout system) (well described in the theme documentation)'),
('fr', 'abt__ut2.settings.products.vendor.show_ask_question_link', 'Show \"Ask a question\" link'),
('fr', 'abt__ut2.settings.products.vendor.show_ask_question_link.tooltip', 'Allows customers to communicate with the vendor using chat. Depends on \"Ask seller a question\" addon'),
('fr', 'abt__ut2.settings.products.vendor.show_logo', 'Show vendor logo'),
('fr', 'abt__ut2.settings.products.vendor.show_logo.tooltip', 'Displays the vendor\'s logo'),
('fr', 'abt__ut2.settings.products.vendor.show_name_as_link', 'Use vendor name as a link on a vendor page'),
('fr', 'abt__ut2.settings.products.vendor.show_name_as_link.tooltip', 'Allows use vendor name as a link to the page of this vendor'),
('fr', 'abt__ut2.settings.products.vendor.show_phone', 'Show vendor phone number'),
('fr', 'abt__ut2.settings.products.vendor.show_phone.tooltip', 'Allows you to display the phone number of the vendor'),
('fr', 'abt__ut2.settings.products.vendor.truncate_short_description', 'Number of characters for vendor description'),
('fr', 'abt__ut2.settings.products.vendor.truncate_short_description.tooltip', 'Allows you to limit the output of a vendor description, specify the number of displayed characters. To disable output, use the value \"0\"'),
('fr', 'abt__ut2.settings.products.vendor_group', 'Block with vendor information'),
('fr', 'abt__ut2.settings.products.vendor_group_description', 'Settings for block with vendor information on the product page'),
('fr', 'abt__ut2.settings.products.view.brand_link_behavior', 'Brand logo link behavior'),
('fr', 'abt__ut2.settings.products.view.brand_link_behavior.tooltip', 'Determines the brand logo link'),
('fr', 'abt__ut2.settings.products.view.brand_link_behavior.variants.to_brand_page', 'The link leads to brand page'),
('fr', 'abt__ut2.settings.products.view.brand_link_behavior.variants.to_category_with_filter', 'The link leads to the main product category with the selected filter by product brand'),
('fr', 'abt__ut2.settings.products.view.show_brand_logo', 'Show product brand logo'),
('fr', 'abt__ut2.settings.products.view.show_brand_logo.tooltip', 'Allow the display of product brand logo. For the setting to work, you must correctly specify Brand feature ID setting value in General tab'),
('fr', 'abt__ut2.settings.products.view.show_features', 'Show product features'),
('fr', 'abt__ut2.settings.products.view.show_features.tooltip', 'Allow displaying of selected product features (for displaying on the product page (but not in Features tab), the feature must have an active setting \"Show in header on the product details page\")'),
('fr', 'abt__ut2.settings.products.view.show_qty', 'Show quantity changer'),
('fr', 'abt__ut2.settings.products.view.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('fr', 'abt__ut2.settings.products.view.show_short_description', 'Show short description'),
('fr', 'abt__ut2.settings.products.view.show_short_description.tooltip', 'Allow the display of the \"Short description\"'),
('fr', 'abt__ut2.settings.products.view.show_sku', 'Show product code (Sku)'),
('fr', 'abt__ut2.settings.products.view.show_sku.tooltip', 'Allow product code (Sku) showing'),
('fr', 'abt__ut2.settings.products.view.show_sticky_add_to_cart', 'Show sticky block Add to cart (only for mobile devices)'),
('fr', 'abt__ut2.settings.products.view.show_sticky_add_to_cart.tooltip', 'Allow output of a fixed block with the Add to cart button at the bottom of the mobile device screen. Also depending on the state of the option \"Show quantity changer\" in the block, the changer of products quantity for the order can be shown'),
('fr', 'abt__ut2.settings.products.view_group', 'Additional displaying settings'),
('fr', 'abt__ut2.settings.products.view_group_description', 'Additional appearance settings for the product page'),
('fr', 'abt__ut2.settings.products_description', 'Here theme settings which affect the product detailed page appearance'),
('fr', 'abt__ut2.settings.product_list', 'Product lists'),
('fr', 'abt__ut2.settings.product_list.decolorate_out_of_stock_products', 'Decolorize out of stock products'),
('fr', 'abt__ut2.settings.product_list.decolorate_out_of_stock_products.tooltip', 'Applies the effect of decolorize for product items, that are out of stock. Only for lists in categories is used'),
('fr', 'abt__ut2.settings.product_list.lazy_load', 'Use images lazy load'),
('fr', 'abt__ut2.settings.product_list.lazy_load.tooltip', 'Speeds up the category page loading due to the fact, that images are loaded after the page is already loaded, images will be loaded only by users screen demand. Not compatible with activated option of setting \"Show product mini icons gallery in the product list\"'),
('fr', 'abt__ut2.settings.product_list.limit_product_variations', 'The maximum quantity of the displayed products variations'),
('fr', 'abt__ut2.settings.product_list.limit_product_variations.tooltip', 'Specify the number of available variations, that will be shown for the product in the list, if more variations are available, than specified in the setting, the remaining amount will be indicated in brackets (+ N more). Value <code>0</code> in setting will block the display of variations.'),
('fr', 'abt__ut2.settings.product_list.max_features', 'Max number of displayed features in lists'),
('fr', 'abt__ut2.settings.product_list.max_features.tooltip', 'Specify the number of features displayed in all available lists for different devices'),
('fr', 'abt__ut2.settings.product_list.price_display_format', 'Price display format'),
('fr', 'abt__ut2.settings.product_list.price_display_format.tooltip', 'Formats options (of the elements positions) of price display'),
('fr', 'abt__ut2.settings.product_list.price_display_format.variants.col', 'Option 1'),
('fr', 'abt__ut2.settings.product_list.price_display_format.variants.mix', 'Option 3'),
('fr', 'abt__ut2.settings.product_list.price_display_format.variants.row', 'Option 2'),
('fr', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content', 'Content of bottom part of the product grid item'),
('fr', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.tooltip', 'Select, what fields will be used as a additional information of the product item'),
('fr', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.description', 'Short description'),
('fr', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.features', 'Features list'),
('fr', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.features_and_variations', 'Features and variations list'),
('fr', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.none', 'Don\'t display'),
('fr', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.variations', 'Variations list'),
('fr', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_height', 'Minimum height for product cell, px'),
('fr', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_height.tooltip', 'Defines the product cell height according to your needs'),
('fr', 'abt__ut2.settings.product_list.products_multicolumns.show_brand_logo', 'Show brand logo'),
('fr', 'abt__ut2.settings.product_list.products_multicolumns.show_brand_logo.tooltip', 'Allow the brand logo displaying (requires proper assigned option \"Brand feature ID\" in the \"General\" section of theme settings and downloaded images for Brand feature variants)'),
('fr', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons', 'Show \"Add to cart\" buttons');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('fr', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons.tooltip', 'Allow the display of the \"Add to cart\" and \"Buy now with 1-click\" buttons'),
('fr', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons_on_hover', 'Show buttons only while hovering'),
('fr', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons_on_hover.tooltip', 'Buttons \"Add to cart\" and \"Buy now with 1-click\" will be shown only while hovering on the product cell'),
('fr', 'abt__ut2.settings.product_list.products_multicolumns.show_qty', 'Show quantity changer'),
('fr', 'abt__ut2.settings.product_list.products_multicolumns.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('fr', 'abt__ut2.settings.product_list.products_multicolumns.show_sku', 'Show product code (Sku)'),
('fr', 'abt__ut2.settings.product_list.products_multicolumns.show_sku.tooltip', 'Allow product code (Sku) showing'),
('fr', 'abt__ut2.settings.product_list.products_multicolumns.show_you_save', 'Show \"You save\"'),
('fr', 'abt__ut2.settings.product_list.products_multicolumns.show_you_save.tooltip', 'Shows information about savings (amount of your savings)'),
('fr', 'abt__ut2.settings.product_list.products_multicolumns_group', 'Settings for \"Grid\" product list view'),
('fr', 'abt__ut2.settings.product_list.products_multicolumns_group_description', 'Settings for \"Grid\" product list view. Please note, that some settings allow you to control the output of functional elements for different devices separately'),
('fr', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content', 'Content under description'),
('fr', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.tooltip', 'Select, what fields will be used as the additional information of the product item'),
('fr', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.features', 'Features list'),
('fr', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.features_and_variations', 'Features and variations list'),
('fr', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.none', 'Don\'t display'),
('fr', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.variations', 'Variations list'),
('fr', 'abt__ut2.settings.product_list.products_without_options.show_amount', 'Show product availability status'),
('fr', 'abt__ut2.settings.product_list.products_without_options.show_amount.tooltip', 'Allow the display of the status of stock availability (In stock, Out of stock)'),
('fr', 'abt__ut2.settings.product_list.products_without_options.show_brand_logo', 'Show brand logo'),
('fr', 'abt__ut2.settings.product_list.products_without_options.show_brand_logo.tooltip', 'Allow the brand logo displaying (requires proper assigned option \"Brand feature ID\" in the \"General\" section of theme settings and downloaded images for Brand feature variants)'),
('fr', 'abt__ut2.settings.product_list.products_without_options.show_features', 'Show product features'),
('fr', 'abt__ut2.settings.product_list.products_without_options.show_features.tooltip', 'Allow display of selected product features (for displaying in the product list the feature must have an active setting \"Show in product list\")'),
('fr', 'abt__ut2.settings.product_list.products_without_options.show_options', 'Show product options'),
('fr', 'abt__ut2.settings.product_list.products_without_options.show_options.tooltip', 'Allow display of product options'),
('fr', 'abt__ut2.settings.product_list.products_without_options.show_qty', 'Show quantity changer'),
('fr', 'abt__ut2.settings.product_list.products_without_options.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('fr', 'abt__ut2.settings.product_list.products_without_options.show_sku', 'Show product code (Sku)'),
('fr', 'abt__ut2.settings.product_list.products_without_options.show_sku.tooltip', 'Allow product code (Sku) showing'),
('fr', 'abt__ut2.settings.product_list.products_without_options_group', 'Settings for \"List without options\" product list view'),
('fr', 'abt__ut2.settings.product_list.products_without_options_group_description', 'Settings for \"List without options\" product list view. Please note, that some settings allow you to control the output of functional elements for different devices separately'),
('fr', 'abt__ut2.settings.product_list.short_list.show_button', 'Show \"Add to cart\" button'),
('fr', 'abt__ut2.settings.product_list.short_list.show_button.tooltip', 'Allow the display of the \"Add to cart\" buttons'),
('fr', 'abt__ut2.settings.product_list.short_list.show_button_compare', 'Show \"Add to comparison list\" button'),
('fr', 'abt__ut2.settings.product_list.short_list.show_button_compare.tooltip', 'Allow the display of the \"Add to comparison list\" button'),
('fr', 'abt__ut2.settings.product_list.short_list.show_button_quick_view', 'Show \"Quick view\" button'),
('fr', 'abt__ut2.settings.product_list.short_list.show_button_quick_view.tooltip', 'Allow the display of the \"Quick view\" button'),
('fr', 'abt__ut2.settings.product_list.short_list.show_button_wishlist', 'Show \"Add to wish list\" button'),
('fr', 'abt__ut2.settings.product_list.short_list.show_button_wishlist.tooltip', 'Allow the display of the \"Add to wish list\" button'),
('fr', 'abt__ut2.settings.product_list.short_list.show_qty', 'Show quantity changer'),
('fr', 'abt__ut2.settings.product_list.short_list.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('fr', 'abt__ut2.settings.product_list.short_list.show_sku', 'Show product code (Sku)'),
('fr', 'abt__ut2.settings.product_list.short_list.show_sku.tooltip', 'Allow product code (Sku) showing'),
('fr', 'abt__ut2.settings.product_list.short_list_group', 'Settings for \"Compact list\" product list view'),
('fr', 'abt__ut2.settings.product_list.short_list_group_description', 'Settings for \"Compact list\" product list view. Pay attention to the presence of addon-dependent settings. Some settings allow managing functionality elements output for different devices separately'),
('fr', 'abt__ut2.settings.product_list.show_fixed_filters_button', 'Enable fixed filter call button'),
('fr', 'abt__ut2.settings.product_list.show_fixed_filters_button.tooltip', 'When the setting is turned on when the page is scrolled, a button for calling filters will appear.'),
('fr', 'abt__ut2.settings.product_list.show_gallery', 'Show product mini icons gallery in the product list'),
('fr', 'abt__ut2.settings.product_list.show_gallery.tooltip', 'Activates the option of scrolling the product photos mini gallery in the lists. Applies only to the product list with the \"Grid\" output template'),
('fr', 'abt__ut2.settings.product_list.show_rating', 'Display product rating'),
('fr', 'abt__ut2.settings.product_list.show_rating.tooltip', 'Allows to display product rating stars'),
('fr', 'abt__ut2.settings.product_list_description', 'Here are the product lists settings of the theme, that affect the output for all product blocks and product lists on categories, search, features pages. Note: blocks can have their own settings and not use selected parameters. The presence of the <i class=\"icon-is-addon\"></i> icon for the setting means, that it is dependent on the presence of an addon, that needs to be turned on'),
('fr', 'abt__ut2.settings.value', 'Value for all devices'),
('fr', 'abt__ut2.settings.value.desktop', 'Value for Desktop'),
('fr', 'abt__ut2.settings.value.mobile', 'Value for Phone'),
('fr', 'abt__ut2.settings.value.tablet', 'Value for Tablet'),
('fr', 'abt__ut2.settings.vendor', 'Vendor'),
('fr', 'abt__ut2.settings.vendor.show_ask_question_link', 'Display \"Ask a question\" link'),
('fr', 'abt__ut2.settings.vendor.show_ask_question_link.tooltip', 'Allows customers to communicate with the vendor using chat. Depends on \"Ask seller a question\" addon'),
('fr', 'abt__ut2.settings.vendor.truncate_short_description', 'Number of characters for vendor description'),
('fr', 'abt__ut2.settings.vendor.truncate_short_description.tooltip', 'Allows you to limit the output of vendor short description, specify the number of displayed characters. To disable output, use the value \"0\"'),
('fr', 'abt__ut2.settings.vendor_description', 'Block with vendor information on the vendor\'s page'),
('fr', 'abt__ut2.sort_by_bestsellers_asc', 'Bestselling: Low to High'),
('fr', 'abt__ut2.sort_by_bestsellers_desc', 'Bestselling First'),
('fr', 'abt__ut2.sort_by_company_asc', 'Sort by alphabetical: A to Z'),
('fr', 'abt__ut2.sort_by_company_desc', 'Sort by alphabetical: Z to A'),
('fr', 'abt__ut2.sort_by_null_asc', 'Without sorting'),
('fr', 'abt__ut2.sort_by_on_sale_asc', 'Discount: Low to High'),
('fr', 'abt__ut2.sort_by_on_sale_desc', 'Discount: High to Low'),
('fr', 'abt__ut2.sort_by_popularity_asc', 'Popularity: Low to High'),
('fr', 'abt__ut2.sort_by_popularity_desc', 'Popular First'),
('fr', 'abt__ut2.sort_by_position_asc', 'Position: Low to High'),
('fr', 'abt__ut2.sort_by_position_desc', 'Position: High to Low'),
('fr', 'abt__ut2.sort_by_price_asc', 'Price: Low to High'),
('fr', 'abt__ut2.sort_by_price_desc', 'Price: High to Low'),
('fr', 'abt__ut2.sort_by_product_asc', 'from A to Z'),
('fr', 'abt__ut2.sort_by_product_desc', 'from Z to A'),
('fr', 'abt__ut2.sort_by_rating_asc', 'Sort by rating: Low to High'),
('fr', 'abt__ut2.sort_by_rating_desc', 'Sort by rating'),
('fr', 'abt__ut2.sort_by_timestamp_asc', 'Oldest Items First'),
('fr', 'abt__ut2.sort_by_timestamp_desc', 'Newest Items First'),
('fr', 'abt__ut2.upgrade_notifications.4.10.2.d.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update used layout.'),
('fr', 'abt__ut2.upgrade_notifications.4.10.2.d.new_layouts.title', 'New layout \"Checkout\" is available!'),
('fr', 'abt__ut2.upgrade_notifications.4.10.3.a.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('fr', 'abt__ut2.upgrade_notifications.4.10.3.a.new_layouts.title', 'We recommend to update the used layout!'),
('fr', 'abt__ut2.upgrade_notifications.4.10.3.b.added_compatibility_with_ab__ia.text', 'For users of <a target=\"_blank\" href=\"https://cs-cart.alexbranding.com/en/addon-intellectual-analogues-accessories-by-features.html\">AB: Intellectual selection of products</a> addon starting from version 2.6.0: special places for displaying a block of selected products were added in theme (optionally above or below the product tabs, taking into account the display settings for various devices).'),
('fr', 'abt__ut2.upgrade_notifications.4.10.3.b.added_compatibility_with_ab__ia.title', 'Fixed compatibility with \"AB: Intellectual selection of products\" addon'),
('fr', 'abt__ut2.upgrade_notifications.4.10.4.b.added_new_less_settings.text', '<p>In this version, we have significantly expanded the settings for \"color schemes\" and grouped them into tabs corresponding to their place of application and functional purpose.</p><p><b>IMPORTANT!!!</b></p><p>After the upgrade, your current color scheme will work as before. To use the new settings you need to perform one of the variants: <ol><li>or adjust the current used color scheme. To do this, go to the page AB: Addons → AB: UniTheme2 → Color scheme settings, select the active color scheme and set the necessary values for all settings;</li><li>or create a new color scheme using the \"Theme Editor\" based on the color schemes available in this version.</li></ol></p><p>List of new color scheme settings (AB: Addons → AB: UniTheme2 → Color scheme settings):<ul><li>General → Display headers in capital letters;</li><li>General → Buttons → Display text in capital letters;</li><li>General → Buttons → Add shadow;</li><li>General → Buttons → Add bulk;</li><li>General → Labels (stickers) → Use border style;</li> <li>General → Labels (stickers) → Add shadow;</li><li>General → Labels (stickers) → Add shadow for text;</li><li>Containers → Header → Add dividing strips;</li><li>Containers → Header → Color for hovering over a first level menu item;</li><li>Containers → Header → Color for hovering over the elements \"Categories\", \"Account\" and \"Cart\";</li><li>Containers → Header → The color of the icons for elements \"Categories\", \"Account\" and \"Cart\";</li><li>Product → Set individual color for \"Add to cart\" button.</li></ul><p>'),
('fr', 'abt__ut2.upgrade_notifications.4.10.4.b.added_new_less_settings.title', 'We recommend to update the used color scheme (Style) settings!'),
('fr', 'abt__ut2.upgrade_notifications.4.11.3.b.ab__deal_of_the_day.text', 'For theme version v4.11.3.b is needed the add-on \"AB: Product of the day and extended promotions\" version v3.2.0 to provide the correct display of the add-on elements in the theme.'),
('fr', 'abt__ut2.upgrade_notifications.4.11.3.b.ab__deal_of_the_day.title', 'Attention! The update of the \"AB: Product of the day and extended promotions\" add-on is needed'),
('fr', 'abt__ut2.upgrade_notifications.4.11.3.b.brands_page_will_be_removed.text', 'The functionality of the Brands page will be moved and expanded into the separate add-on <a href=\"https://cs-cart.alexbranding.com/en/seo-for-brands.html\" target=\"_blank\">AB: SEO for Brands</a> from the next version of the theme. It is available in the package <a href=\"https://cs-cart.alexbranding.com/en/seo-package.html\" target=\"_blank\">SEO</a>.'),
('fr', 'abt__ut2.upgrade_notifications.4.11.3.b.brands_page_will_be_removed.title', 'Attention! The removing of Brands page functionality is planned'),
('fr', 'abt__ut2.upgrade_notifications.4.11.3.c.brands_page_was_removed.text', 'Functionality of the Brands page was moved out and expanded to the separate add-on <a href=\"https://cs-cart.alexbranding.com/ru/seo-dlya-brendov.html\" target=\"_blank\">AB: SEO for Brands</a> that is available in the package <a href=\"https://cs-cart.alexbranding.com/ru/paket-moduley-seo.html\" target=\"_blank\">SEO</a>. In the absence of the specified add-on, theme will still use outdated functionality, which will be permanently removed in the next releases.'),
('fr', 'abt__ut2.upgrade_notifications.4.11.3.c.brands_page_was_removed.title', 'Attention! The Brands page functionality was moved out to the separate add-on.'),
('fr', 'abt__ut2.upgrade_notifications.recommend_to_update_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('fr', 'abt__ut2.upgrade_notifications.recommend_to_update_layouts.title', 'We recommend to update the used layout!'),
('fr', 'abt__ut2.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the theme in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-118\">List of releases</a>.'),
('fr', 'abt__ut2.upgrade_notifications.title', 'AB: UniTheme2 was successfully updated to v[ver]!'),
('fr', 'abt__ut2_advanced_subcategories_menu', 'AB: Advanced subcategories menu'),
('fr', 'abt__ut2_banner_carousel_combined', 'AB: Advanced banner (Carousel)'),
('fr', 'abt__ut2_banner_combined', 'AB: Advanced banner'),
('fr', 'abt__ut2_bt.combinations_generated', 'Generated [n] comb.'),
('fr', 'abt__ut2_bt.empty_data', 'Choose products for combinations'),
('fr', 'abt__ut2_bt.form.find_by_additional_product', 'Find by additional product'),
('fr', 'abt__ut2_bt.form.find_by_base_product', 'Find by base product'),
('fr', 'abt__ut2_bt.form.find_by_name', 'Find by name'),
('fr', 'abt__ut2_buy_together.editing', 'Editing'),
('fr', 'abt__ut2_buy_together.generate', 'AB: \"Buy together\" generator'),
('fr', 'abt__ut2_buy_together.manage', 'AB: \"Buy together\" manage'),
('fr', 'abt__ut2_light_menu', 'AB: Fly menu'),
('fr', 'abt__ut2_mv.autoinstall.add_layouts', 'Added layouts for Multi-Vendor'),
('fr', 'abt__ut2_mv.help', 'Help'),
('fr', 'abt__ut2_mv.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/abt__unitheme2_mv.doc\'>the documentation</a>.'),
('fr', 'abt__ut2_mv.product_page_vendor_settings', 'Vendor settings on product page'),
('fr', 'abt__ut2_mv.upgrade_notifications.4.10.2.b.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('fr', 'abt__ut2_mv.upgrade_notifications.4.10.2.b.new_layouts.title', 'We recommend to update the used layout!'),
('fr', 'abt__ut2_mv.upgrade_notifications.4.11.2.a.new_settings.text', '<h3>Block with information about the vendor on the product page</h3><p>To edit this settings go to: Admin panel → AB: Addons → AB: UniTheme2 → Theme settings, go to Product tab and find section Block with vendor information:</p><ul><li>Use vendor name as a link on a vendor page;</li><li>Show vendor logo;</li><li>Number of characters for vendor description;</li><li>Show vendor phone number;</li><li>Show \"Ask a question\" link.</li></ul><h3>Block with information about the vendor on the vendor\'s page</h3><p>To edit this settings go to: Admin panel → AB: Addons → AB: UniTheme2 → Theme settings, go to Vendor tab:</p><ul><li>Number of characters for vendor description;</li><li>Display \"Ask a question\" link.</li></ul>'),
('fr', 'abt__ut2_mv.upgrade_notifications.4.11.2.a.new_settings.title', 'Added new settings'),
('fr', 'abt__ut2_mv.upgrade_notifications.recommend_to_update_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('fr', 'abt__ut2_mv.upgrade_notifications.recommend_to_update_layouts.title', 'We recommend to update the used layout!'),
('fr', 'abt__ut2_mv.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the theme in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2_mv.doc#p-1276\">List of releases</a>.'),
('fr', 'abt__ut2_mv.upgrade_notifications.title', 'AB: UniTheme2 (Multi-Vendor) was successfully updated to v[ver]!'),
('fr', 'abt__ut2_mv.vendor_settings_tab', 'Vendor settings on vendor page'),
('fr', 'abt__ut2_selected_filters', 'AB: Selected filter variants'),
('fr', 'abt__ut2_show_title', 'Show title'),
('fr', 'abt__ut2_thumbnail_height', 'Scroller thumbnail height'),
('fr', 'abt__ut2_view_more_btn_behavior', 'AB: Behaviour for the \"More\" button'),
('fr', 'abt__ut2_view_more_btn_behavior.tooltip', 'The setting determines the behavior variants of the button and will display the hidden menu elements when hover the mouse cursor or it will transfer to the parent menu item'),
('fr', 'abt__ut2_view_more_btn_behavior_trigger_parent_link', 'Go to the parent menu item link'),
('fr', 'abt__ut2_view_more_btn_behavior_view_items', 'Show hidden items'),
('fr', 'abt__ut2__mainbox_general', 'AB: Main block (SEO)'),
('fr', 'abt__ut2__mainbox_simple', 'AB: Simplified block'),
('fr', 'abt__ut2__scroller_advanced', 'AB: Scroller advanced'),
('fr', 'abt__ut2__sidebox_general', 'AB: Secondary block'),
('fr', 'abt__ut2__sidebox_important', 'AB: Secondary framed block'),
('fr', 'abt__ut2__swipe', 'AB: Swipe block'),
('fr', 'ab__addons', 'AB: Add-ons'),
('fr', 'ab__addons_manager', 'AB: Add-ons Manager'),
('fr', 'ab__am.addon.action.install_addon', 'New version <code>v[ver]</code> is available for you'),
('fr', 'ab__am.addon.action.install_addon.button.tooltip', 'By clicking on this button, the v[ver] of add-on will be automatically downloaded and installed to bypass the standard installation of CS-Cart. You also have the possibility to install the add-on in a standard way by downloading the version of the add-on, compatible with your store on the page My Profile → Orders page on the <a href=\'https://cs-cart.alexbranding.com/en/orders/\'>cs-cart.alexbranding.com </a>'),
('fr', 'ab__am.addon.action.install_addon.button.value', 'Install v[ver]'),
('fr', 'ab__am.addon.action.not_tested_yet', 'The installed version <code>v[ver]</code> has not yet passed testing for your version of the store <b>[cscart]</b>'),
('fr', 'ab__am.addon.action.require_update', 'To install the add-on or updates, please, update <b>AB: Add-ons Manager</b> to the actual version <code>v[ver]<code>'),
('fr', 'ab__am.addon.action.unavailable_addon', 'The add-on is not available for you (either due to incompatibility with your version of the CS-Cart <b>[cscart]</b> or your subscription for updates has expired)'),
('fr', 'ab__am.addon.action.update_addon', 'Update <code>v[ver]</code> is available for you'),
('fr', 'ab__am.addon.action.update_addon.button.tooltip', 'If the update is not available through the CS-Cart Upgrade Center, uninstall the add-on on the page <b> Add-ons → Manage Add-ons</b> and v[ver] will be available for installation on this page'),
('fr', 'ab__am.addon.action.update_addon.button.value', 'Update to v[ver]'),
('fr', 'ab__am.addon.action.wait_new_version', 'The latest version <code>v[ver]</code> is compatible with <b>[cscart]</b> according to your subscription'),
('fr', 'ab__am.addon.button_buy_updates.text', 'Renew your subscription to the add-on'),
('fr', 'ab__am.addon.button_buy_updates.tooltip', 'Renew the subscription to get the latest updates'),
('fr', 'ab__am.addon.button_download_am.note', '<p>AB: Add-ons manager is necessary for the proper operation of our solutions.It organizes your add-ons and groups them by sets. Unobtrusively notifying you about new available updates of the add-on, and gives the opportunity to update them in one click.Also, you can easily extend the subscription to our solutions and get the most current version of the add-on. We constantly update add-ons to make them as useful to you, as possible.<p>Please note, that in order to install and/or update the add-ons, you must have the latest version of AB: Add-ons Manager v[ver]. You will be informed about the release of the new version of the add-on and a link will be provided for downloading add-on archive.</p><hr><p></b>How to update AB: Add-ons Manager to v[ver]?</b></p><ol><li>When a notification appears about the availability of the new version of AB: Add-ons Manager, download the archive;</li><li>Close the storefront. (To do this go to Settings → General → Close storefront - set the checkbox and click on the [Save] button, close for just 2 minutes);</li><li>Delete AB: Add-ons Manager (To do this, go to Add-ons → Manage Add-ons → AB: Add-ons Manager: Delete);</li><li>Install archive of AB: Add-ons Manager from step 1 (To do this, on the Add-ons → Manage add-ons → button [+]: select the previously downloaded archive from step 1);</li><li>Clear the cache (Go to the menu item Administration → Storage → Clear Cache);</li><li>Open the storefront. (To do this, go to Settings → General → Close storefront - uncheck the checkbox and click the [Save] button);</li></ol>'),
('fr', 'ab__am.addon.button_download_am.text', 'Download'),
('fr', 'ab__am.addon.changelog', 'List of changes'),
('fr', 'ab__am.addon.doc', 'Documentation'),
('fr', 'ab__am.addon.msg.available_version_is_installed', 'The latest available version of the add-on is installed'),
('fr', 'ab__am.addon.msg.expired_subscription', 'Only v[ver] is available to your store. Renew the subscription to get the actual version of the add-on'),
('fr', 'ab__am.addon.msg.final_version_is_installed', 'The Actual version of the add-on is installed'),
('fr', 'ab__am.addon.msg.not_available', 'The add-on is not available for your store!'),
('fr', 'ab__am.addon.new_version_is_available', 'v[ver] from [date]'),
('fr', 'ab__am.addon.new_version_is_available.tooltip', 'New version v[ver] is available from [date]'),
('fr', 'ab__am.addon.settings', 'Add-on settings'),
('fr', 'ab__am.addon.status.a', 'Add-on status is \"Active\"'),
('fr', 'ab__am.addon.status.d', 'Add-on status is \"Inactive\"'),
('fr', 'ab__am.addon.status.n', 'Add-on status is \"Not installed yet\"'),
('fr', 'ab__am.addon.subscription.active', 'Subscription is active until [date]'),
('fr', 'ab__am.addon.subscription.exp', 'Your subscription for updates has expired<b>[date]</b>. To access the current add-on versions, you must buy a subscription.'),
('fr', 'ab__am.addon.subscription.exp.button.tooltip', 'Buy subscription to get access to the current add-on versions'),
('fr', 'ab__am.addon.subscription.exp.button.value', 'Buy subscription'),
('fr', 'ab__am.addon.subscription.expired', 'Subscription expired on [date]. Renew subscription to get actual add-on versions'),
('fr', 'ab__am.addon.subscription.ok', 'Your subscription is active until <b>[date]</b>'),
('fr', 'ab__am.addon.subscription.ok.button.tooltip', 'Renew subscription to get access to the current add-on versions'),
('fr', 'ab__am.addon.subscription.ok.button.value', 'Renew subscription'),
('fr', 'ab__am.addon.subscription_updates', 'Updates are available until [date]'),
('fr', 'ab__am.addon.table_head.actions', 'Actions'),
('fr', 'ab__am.addon.table_head.addon', 'Add-on name'),
('fr', 'ab__am.addon.table_head.note', 'Note'),
('fr', 'ab__am.addon.table_head.subscription', 'Subscription'),
('fr', 'ab__am.addon.table_head.versions', 'Versions'),
('fr', 'ab__am.addon.table_head.versions.tooltip', 'List of variants: Installed, Available and Actual'),
('fr', 'ab__am.addon.update_instruction', 'Procedure of updating'),
('fr', 'ab__am.addon.versions.available', 'Available'),
('fr', 'ab__am.addon.versions.final', 'Actual'),
('fr', 'ab__am.addon.versions.installed', 'Installed'),
('fr', 'ab__am.addon.version_info', '<b>Release date</b>: [date]<br><b>Compatibility</b>:<br>CS-Cart: [ultimate]<br>Multivendor: [multivendor]'),
('fr', 'ab__am.addons', 'AB: List of available sets/add-ons'),
('fr', 'ab__am.addons_sets.notes', '<h4>Basic concepts</h4><p><u>The installed version</u> is the version of the add-on, that is currently installed on your store.</p><p><u>The available version</u> is the latest version of the add-on, that is available for you to install and/or update within the prepaid subscription for updates. For example, for the add-on there are versions v2.0 from February 15, 2019 and v2.1 from March 2, 2019 and your subscription to the add-on updates ended on March 1, 2019, then the latest available version for you will be version v2.0 from 15 February 2019. To receive version v2.1 of March 2, 2019, it is necessary to renew the subscription period.</p><p><u>The actual version</u> is the latest version of the add-on at the moment. We recommend you always update to the actual version, which contains fixed bugs and new useful functionality.</p><p><u>The add-on is not available for your store</u> — it is possible, the version of your CS-Cart does not correspond to the minimum acceptable version for the add-on. For example, the YoupiTheme is available only for CS-Cart 4.7.x and more.</p><br><h4>Installation process</h4><p>The installation of the add-on has never been so simple as it is now. After purchasing AlexBranding add-ons and installing <b>AB: Add-ons Manager</b> you can install the latest version of the add-on in one click, without any visits to the personal cabinet in the store, order search, downloading of archives, etc.</p><br><h4>Upgrade process</h4><p>Add-ons updating goes via CS-Cart <b>Upgrade Center</b>. If there is no update available in the CS-Cart Upgrade Center, the update is performed by Deinstallation the old version of the add-on and Installing the new version</p><br><h4>Cache</h4><p>After installing and/or updating, you must reset CS-Cart cache. See CS-Cart <a target=\'_blank\' href=\'https://docs.cs-cart.com/4.7.x/developer_guide/getting_started/cache_clearing.html\'>documentation</a> for more details.</p>'),
('fr', 'ab__am.available_addons', 'List of available AB: Add-ons'),
('fr', 'ab__am.available_sets', 'List of available AB: Sets'),
('fr', 'ab__am.filter', 'Filter ([active] from [total])'),
('fr', 'ab__am.go_to_all_stores', 'AB: Add-ons are available only in the <a href=\'[link]\'>All stores</a> mode.'),
('fr', 'ab__am.install.checking', '[name] — <b>checking</b>'),
('fr', 'ab__am.install.clearing_cache', 'Clearing cache'),
('fr', 'ab__am.install.downloading', '[name] — <b>downloading</b>'),
('fr', 'ab__am.install.install', 'The installation process'),
('fr', 'ab__am.install.installing', '[name] — <b>installing</b>'),
('fr', 'ab__am.install.update', 'The update process'),
('fr', 'ab__am.menu.available_update', 'Update available'),
('fr', 'ab__am.menu.available_updates', 'Updates available'),
('fr', 'ab__am.menu.new_version', 'v[ver]'),
('fr', 'ab__am.menu.number_of_notifications', 'Number of notifications'),
('fr', 'ab__am.menu.number_of_updates', 'Number of updates'),
('fr', 'ab__am.msg.addon_is_already_installed', 'You have already installed the add-on <b>[name]</b> the latest version <b>[version]</b>'),
('fr', 'ab__am.msg.addon_is_already_installed_upd', 'You have already installed the add-on <b>[name]</b> the latest version <b>[version]</b>, you can perform the add-on update to version <b>[version_last]</b>'),
('fr', 'ab__am.msg.error_code', 'Error Code'),
('fr', 'ab__am.msg.no_permissions', 'No write permission'),
('fr', 'ab__am.msg.update_am', 'To install and/or update our add-ons, you should update AB: Add-ons Manager to the latest version <b>v[ver]</b>!'),
('fr', 'ab__am.note', 'More info'),
('fr', 'ab__am.notifications', 'List of notifications from AlexBranding'),
('fr', 'ab__am.notifications.notes', 'In this section you will find information about our news and promotions. Regularly we will inform you about the releases of our new solutions, discounts or closed promotions, available only for you.'),
('fr', 'ab__am.no_data', 'To use AlexBranding add-ons and/or sets, your domain <b>[domain]</b> must be licensed.<br>In the case of absence of the domain <b>[domain]</b> in the list of licensed domains, all AlexBranding solutions will be automatically turned off. <br>Contact <b>info@alexbranding.com</b> for problem solving.'),
('fr', 'ab__am.no_data.notification', 'Due to the fact, that your domain [domain] is not included in the list of licensed, some AlexBranding add-ons have been automatically turned off. <a href=\'[link]\'>More info</a>.'),
('fr', 'ab__am.order', '(Order #[order_id])'),
('fr', 'ab__am.our_store', 'AlexBranding\'s store'),
('fr', 'ab__am.set.available_updates', 'New versions are available: [n]'),
('fr', 'ab__am.set.button_buy_updates.text', 'Renew your subscription to the set'),
('fr', 'ab__am.set.button_buy_updates.tooltip', 'Update subscription expired [date]. Renew the subscription for the latest updates'),
('fr', 'ab__am.set.set', 'Set name'),
('fr', 'ab__am.set.subscription_updates', 'Updates are available until [date]'),
('fr', 'ab__am.submit.install.text', 'Install version v[ver]'),
('fr', 'ab__am.submit.tooltip', 'Keep in mind that before installing/updating all files of this add-on will be deleted, including your changes in this add-on. If you have any files - be sure to save them. [update_info]'),
('fr', 'ab__am.submit.tooltip.update_info', 'Be sure to remember add-on settings to restore them after the update if they are'),
('fr', 'ab__am.submit.update.text', 'Update to version v[ver]'),
('fr', 'ab__am.submit.update.tooltip', ''),
('fr', 'ab__am.subscription', 'Subscribe to our channels to be the first<br>to know about new releases and promotions!'),
('fr', 'ab__am.subscription.channels.variant.email.href', 'https://cs-cart.alexbranding.com/en/subscription-en.html'),
('fr', 'ab__am.subscription.channels.variant.email.title', 'Email'),
('fr', 'ab__am.subscription.channels.variant.facebook.href', 'https://fb.me/AlexBrandingEn'),
('fr', 'ab__am.subscription.channels.variant.facebook.title', 'Facebook'),
('fr', 'ab__am.subscription.channels.variant.instagram.href', 'https://www.instagram.com/alexbrandingteam/'),
('fr', 'ab__am.subscription.channels.variant.instagram.title', 'Instagram'),
('fr', 'ab__am.subscription.channels.variant.telegram.href', 'https://t.me/alexbranding_en'),
('fr', 'ab__am.subscription.channels.variant.telegram.title', 'Telegram'),
('fr', 'ab__am.subscription.channels.variant.twitter.href', 'https://twitter.com/alexbranding_en'),
('fr', 'ab__am.subscription.channels.variant.twitter.title', 'Twitter'),
('fr', 'ab__am.subscription.channels.variant.whatsapp.href', 'https://chat.whatsapp.com/GzW9eZjXH6YL2b0d9gitvk'),
('fr', 'ab__am.subscription.channels.variant.whatsapp.title', 'WhatsApp'),
('fr', 'ab__am.subscription.channels.variant.youtube.href', 'https://www.youtube.com/channel/UCTkiV2DqPqQaLOyWZzBFjaA'),
('fr', 'ab__am.subscription.channels.variant.youtube.title', 'Youtube'),
('fr', 'ab__category_banners', 'AB: Banners for categories'),
('fr', 'ab__category_banners.add', 'Add banner for category'),
('fr', 'ab__category_banners.adding', 'Adding banner for category'),
('fr', 'ab__category_banners.demodata', 'Demo data'),
('fr', 'ab__category_banners.editing', 'Editing banner for category'),
('fr', 'ab__category_banners.export', 'Data export'),
('fr', 'ab__category_banners.help', 'Help'),
('fr', 'ab__category_banners.manage', 'Banners management'),
('fr', 'ab__cb.autoinstall.banners_created', 'Demo category banners [banners] is created successfully'),
('fr', 'ab__cb.autoinstall.banners_not_created', 'Failed to create demo category banners'),
('fr', 'ab__cb.autoinstall.no_category', 'Available category not found'),
('fr', 'ab__cb.autoinstall.no_demodata', 'File with demo data is missing'),
('fr', 'ab__cb.banner_position', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
('fr', 'ab__cb.cat_banner', 'banner for category'),
('fr', 'ab__cb.cron_links', '<p>For an automatic switching off of expired banners - use one of these links:<b/r><br/><code>[cron_cmd]</code><br/>or<br/><code>[cron_url]</code></p>'),
('fr', 'ab__cb.datatime', 'date/time'),
('fr', 'ab__cb.demodata.table.action', 'Action'),
('fr', 'ab__cb.demodata.table.add_banners', 'Add banners'),
('fr', 'ab__cb.demodata.table.description', 'Demo data'),
('fr', 'ab__cb.demodata_description', 'Demo data can be downloaded on this page'),
('fr', 'ab__cb.errors.cron_key', '<p>Warning! The value <code>[value]</code> of the setting <code>Cron key</code> doesn\'t meet the safety requirements</p>'),
('fr', 'ab__cb.export.actions.banners', 'Banners export'),
('fr', 'ab__cb.export.actions.banners.placeholder', 'Banners ID'),
('fr', 'ab__cb.export.table.action', 'Action'),
('fr', 'ab__cb.export.table.data', 'Data for export'),
('fr', 'ab__cb.export.table.description', 'Data export'),
('fr', 'ab__cb.export_description', 'Addon data can be exported on this page'),
('fr', 'ab__cb.form.friday', 'Friday'),
('fr', 'ab__cb.form.from_date', 'Active from date/time'),
('fr', 'ab__cb.form.grid_image', 'Images for an output as a grid'),
('fr', 'ab__cb.form.include_subcategories', 'Show in subcategories'),
('fr', 'ab__cb.form.list_image', 'Images for an output as a list without options'),
('fr', 'ab__cb.form.monday', 'Monday'),
('fr', 'ab__cb.form.m_turn_off', 'Switch off selected'),
('fr', 'ab__cb.form.m_turn_on', 'Switch on selected'),
('fr', 'ab__cb.form.position', 'Position'),
('fr', 'ab__cb.form.saturday', 'Saturday'),
('fr', 'ab__cb.form.sunday', 'Sunday'),
('fr', 'ab__cb.form.target_blank', 'Open banner link in a new window'),
('fr', 'ab__cb.form.thursday', 'Thursday'),
('fr', 'ab__cb.form.to_date', 'Active to date/time'),
('fr', 'ab__cb.form.tuesday', 'Tuesday'),
('fr', 'ab__cb.form.url', 'Link'),
('fr', 'ab__cb.form.wednesday', 'Wednesday'),
('fr', 'ab__cb.help.cron.title', 'Automatic switching off of expired banners'),
('fr', 'ab__cb.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__category_banners.doc\'>documentation</a>.'),
('fr', 'ab__cb.settings', 'General settings'),
('fr', 'ab__cb.set_from_and_to', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('fr', 'ab__cb.upgrade_notifications.2.0.0.text', 'Banners behavier has been changed. The output of several banners at the same time is allowed. They will be displayed in random order at the specified positions. Check the settings and change the position of the banners if necessary.'),
('fr', 'ab__cb.upgrade_notifications.2.0.0.title', 'Multiple banners output'),
('fr', 'ab__deal_of_the_day', 'AB: Product of the day and extended promotions'),
('fr', 'ab__deal_of_the_day_title_product', 'Promotions'),
('fr', 'ab__dotd.add_promotions', 'Add promotions'),
('fr', 'ab__dotd.add_promotions_and_close', 'Add promotions and close'),
('fr', 'ab__dotd.all_promotions', 'Also in promotions'),
('fr', 'ab__dotd.all_promotions.title', 'View all promotions for this product'),
('fr', 'ab__dotd.all_promotions_list', 'All promotions list'),
('fr', 'ab__dotd.autoinstall.no_demodata', 'File with demo data is missing'),
('fr', 'ab__dotd.autoinstall.promotions_created', 'Demo promotions [promotions] is created successfully'),
('fr', 'ab__dotd.autoinstall.promotions_not_created', 'Failed to create demo promotions'),
('fr', 'ab__dotd.block.priority', 'Priority'),
('fr', 'ab__dotd.chains_list.title', 'Products combinations'),
('fr', 'ab__dotd.choose_promotion', 'Choose promotion'),
('fr', 'ab__dotd.clear_filter', 'Clear filter'),
('fr', 'ab__dotd.counter.days', 'days'),
('fr', 'ab__dotd.counter.hours', 'hours'),
('fr', 'ab__dotd.counter.minutes', 'minutes'),
('fr', 'ab__dotd.counter.months', 'months'),
('fr', 'ab__dotd.counter.seconds', 'seconds'),
('fr', 'ab__dotd.counter.years', 'years'),
('fr', 'ab__dotd.days_left', '<span>[n]</span> day left|<span>[n]</span> days left'),
('fr', 'ab__dotd.days_to_start', '<span>[n]</span> day to start|<span>[n]</span> days to start'),
('fr', 'ab__dotd.demodata', 'Demo data'),
('fr', 'ab__dotd.demodata.table.action', 'Action'),
('fr', 'ab__dotd.demodata.table.add_promotions', 'Adding promotions'),
('fr', 'ab__dotd.demodata.table.description', 'Demo data'),
('fr', 'ab__dotd.demodata_description', 'Installing demo data page'),
('fr', 'ab__dotd.detailed', 'Promotion details'),
('fr', 'ab__dotd.error.use_schedule_is_on', 'When using the \"AB: Promotion schedule\" available period changes are not available'),
('fr', 'ab__dotd.form.filter', 'Use filter by category'),
('fr', 'ab__dotd.form.h1', 'h1 tag'),
('fr', 'ab__dotd.form.hide_products_block', 'Hide products block'),
('fr', 'ab__dotd.form.list_image', 'Image for promotions list'),
('fr', 'ab__dotd.form.meta_description', 'Meta tag <code>description</code>'),
('fr', 'ab__dotd.form.meta_keywords', 'Meta tag <code>keywords</code>'),
('fr', 'ab__dotd.form.page_image', 'Image for promotion page'),
('fr', 'ab__dotd.form.page_title', 'Page title'),
('fr', 'ab__dotd.form.use_products_filter', 'Use filter by products'),
('fr', 'ab__dotd.form.use_schedule', 'Use schedule'),
('fr', 'ab__dotd.form.use_schedule.tooltip', 'If you activate this option, the standard promotion setting \"Use available period\" will be disabled and the promotion activity will be determined by the Schedule that you can set in this tab interface. Conversely, if you disable this setting, the standard option \"Use available period\" will controls the activity of the promotion.'),
('fr', 'ab__dotd.from', 'from'),
('fr', 'ab__dotd.get_more_combinations', 'Show more [n] combination|Show more [n] combinations'),
('fr', 'ab__dotd.help', 'Help'),
('fr', 'ab__dotd.layouts', 'Layouts'),
('fr', 'ab__dotd.layouts.choose_layout_to_reset', 'Choose layout to reset'),
('fr', 'ab__dotd.layouts.header', 'There are displaying all layout pages, added by the addon, on this page. You can reset pages in any layout to the default state. Also you can download xml-file of a layout page and import it manually.'),
('fr', 'ab__dotd.layouts.layout_is_not_found', 'Layout is not found'),
('fr', 'ab__dotd.layouts.layout_was_reset', 'Layout was reset'),
('fr', 'ab__dotd.layouts.table.action', 'Action'),
('fr', 'ab__dotd.layouts.table.dispatch', 'Dispatch'),
('fr', 'ab__dotd.layouts.table.dispatch_description', 'Type of the layout page'),
('fr', 'ab__dotd.layouts.table.get_file', 'Get file'),
('fr', 'ab__dotd.layouts.table.layouts', 'Layouts'),
('fr', 'ab__dotd.less', 'Less'),
('fr', 'ab__dotd.more', 'More'),
('fr', 'ab__dotd.page_action_period', 'Promotion period:'),
('fr', 'ab__dotd.promotion_awaited', 'Promotion is awaiting'),
('fr', 'ab__dotd.promotion_expired', 'Promotion is ended'),
('fr', 'ab__dotd.schedule.table_header', 'Time and Date'),
('fr', 'ab__dotd.settings', 'General settings'),
('fr', 'ab__dotd.showed_combinations', 'Shown [n] from [total]'),
('fr', 'ab__dotd.sort.created', 'by creation date'),
('fr', 'ab__dotd.sort.name', 'by name'),
('fr', 'ab__dotd.sort.priority', 'by priority'),
('fr', 'ab__dotd.sort.to_date', 'by ending date'),
('fr', 'ab__dotd.tab.ab__dotd_schedule_header', 'Use the time range selection for each day of each month to specify the promotion activity period. When setting the schedule, refer to that left mouse button - select, right mouse button - unselect'),
('fr', 'ab__dotd.to', 'to'),
('fr', 'ab__dotd.today_only', 'Only today'),
('fr', 'ab__dotd_awaited_promotions', 'Awaiting promotions'),
('fr', 'ab__dotd_expired_promotions', 'Ended promotions'),
('fr', 'ab__dotd_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__deal_of_the_day.doc\'>documentation</a>'),
('fr', 'ab__dotd_product_label', 'Promotion'),
('fr', 'ab__dotd_schedule', 'AB: Promotion schedule'),
('fr', 'ab__dotd_scroller', 'Promotions scroller'),
('fr', 'ab__dotd_sorted_promotions', 'Active promotions'),
('fr', 'ab__dotd_time_awaited_left', 'To start promotion remains'),
('fr', 'ab__dotd_time_left', 'To end of promotions remains'),
('fr', 'ab__fast_navigation', 'AB: Fast navigation'),
('fr', 'ab__fast_navigation.demodata', 'Demo data'),
('fr', 'ab__fast_navigation.export', 'Export'),
('fr', 'ab__fast_navigation.help', 'Help'),
('fr', 'ab__fast_navigation.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__fast_navigation.doc\'>documentation</a>.'),
('fr', 'ab__fn.category.label', 'Label text'),
('fr', 'ab__fn.category.label.show', 'Show label'),
('fr', 'ab__fn.category.label.show.tooltip', 'Display label for this language'),
('fr', 'ab__fn.category.label_background', 'Label background color'),
('fr', 'ab__fn.category.label_color', 'Label text color'),
('fr', 'ab__fn.category.status', 'Allow displaying in AB: Fast navigation'),
('fr', 'ab__fn.category.status.tooltip', 'Activate an option for editing the AB: Fast navigation block element'),
('fr', 'ab__fn.category.use_origin_image', 'Use images originals'),
('fr', 'ab__fn.category.use_origin_image.tooltip', 'When the option is enabled — uploaded originals will be used \"as is\"(recommend using small size images). Images sizes are set in the block settings on layouts page'),
('fr', 'ab__fn.common_btn_text.tooltip', 'Allows to set button text. If leave empty — text \"BUTTON\" will be represented by default'),
('fr', 'ab__fn.demodata.actions.export_menu', 'Menu'),
('fr', 'ab__fn.demodata.actions.export_menu.placeholder', 'Menu ID'),
('fr', 'ab__fn.demodata.errors.file_broken', 'File [file_path] does not exist or was broken'),
('fr', 'ab__fn.demodata.success.menu_created', 'Demo menu <a target=\"_blank\" href=\"[href]\">[name]</a> is added'),
('fr', 'ab__fn.demodata.table.action', 'Action'),
('fr', 'ab__fn.demodata.table.add_menu', 'Add the menu'),
('fr', 'ab__fn.demodata.table.description', 'Demo data'),
('fr', 'ab__fn.demodata_description', 'Fast demo data creation for addon'),
('fr', 'ab__fn.export.table.action', 'Action'),
('fr', 'ab__fn.export.table.data', 'Data for export'),
('fr', 'ab__fn.export.table.description', 'The export data'),
('fr', 'ab__fn.export_description', 'Fast menu export for the addon AB: Fast navigation'),
('fr', 'ab__fn.front.button.defult_text', 'Button'),
('fr', 'ab__fn.menu.icon', 'Icon'),
('fr', 'ab__fn.menu.label', 'Label text'),
('fr', 'ab__fn.menu.label.show', 'Show label'),
('fr', 'ab__fn.menu.label.show.tooltip', 'Display label for this language'),
('fr', 'ab__fn.menu.label_background', 'Label background color'),
('fr', 'ab__fn.menu.label_color', 'Label text color'),
('fr', 'ab__fn.menu.status', 'Allow displaying in AB: Fast navigation'),
('fr', 'ab__fn.menu.status.tooltip', 'Activate an option for editing the AB: Fast navigation block element'),
('fr', 'ab__fn.menu.use_origin_image', 'Use images originals'),
('fr', 'ab__fn.menu.use_origin_image.tooltip', 'When the option is enabled — uploaded originals will be used \"as is\"(recommend using small size images). Images sizes are set in the block settings on layouts page'),
('fr', 'ab__fn.more', 'All from the section'),
('fr', 'ab__fn.show_more', 'Show more [x] of [y]'),
('fr', 'ab__fn_add_link', 'Add a link on \"All from the section\"'),
('fr', 'ab__fn_add_link.tooltip', 'The link will have the URL of the parent element'),
('fr', 'ab__fn_cbt_as_btn', 'Button'),
('fr', 'ab__fn_cbt_as_txt', 'Text'),
('fr', 'ab__fn_common_btn_class', '\"General link\" additional class'),
('fr', 'ab__fn_common_btn_class.tooltip', 'List of classes that will be added to the link (space-separated)'),
('fr', 'ab__fn_common_btn_text', '\"General link\" button text'),
('fr', 'ab__fn_common_btn_type', 'Appearance of the \"General link\" button'),
('fr', 'ab__fn_common_btn_type.tooltip', 'Choose the button representation on the storefront'),
('fr', 'ab__fn_display_type', 'Display type'),
('fr', 'ab__fn_grid', 'Grid'),
('fr', 'ab__fn_icon_width', 'Icon width, px'),
('fr', 'ab__fn_init_scrollbar', 'Enable scroll progress bar for the first level'),
('fr', 'ab__fn_init_second_level_scroll', 'Enable scroller for the second level'),
('fr', 'ab__fn_number_of_columns', 'Number of columns in the list'),
('fr', 'ab__fn_number_of_columns.tooltip', 'Number of columns for screens'),
('fr', 'ab__fn_number_of_columns_desktop', 'Number of columns in the list (Desktop)'),
('fr', 'ab__fn_number_of_columns_desktop.tooltip', 'Number of columns for screens > 1230px'),
('fr', 'ab__fn_number_of_columns_desktop_small', 'Number of columns in the list (Notebook)'),
('fr', 'ab__fn_number_of_columns_desktop_small.tooltip', 'Number of columns for screens 992px - 1229px'),
('fr', 'ab__fn_number_of_columns_mobile', 'Number of columns in the list (Phone)'),
('fr', 'ab__fn_number_of_columns_mobile.tooltip', 'Number of columns for screens < 575px'),
('fr', 'ab__fn_number_of_columns_tablet', 'Number of columns in the list (Tablet)'),
('fr', 'ab__fn_number_of_columns_tablet.tooltip', 'Number of columns for screens 768px - 991px'),
('fr', 'ab__fn_number_of_columns_tablet_small', 'Number of columns in the list (Phablet)'),
('fr', 'ab__fn_number_of_columns_tablet_small.tooltip', 'Number of columns for screens 576px - 767px'),
('fr', 'ab__fn_one_level', 'Single-level navigation'),
('fr', 'ab__fn_scroller', 'Scroller'),
('fr', 'ab__fn_show_common_btn', 'Show \"General link\" button'),
('fr', 'ab__fn_show_common_btn.tooltip', 'A \"General link\" with assigned URL will be displayed under a block'),
('fr', 'ab__fn_show_common_btn_link', '\"General link\" URL'),
('fr', 'ab__fn_show_common_btn_link.tooltip', 'Destination URL. Can be an external link, a link inside the store or a dispatcher'),
('fr', 'ab__fn_two_level', 'Two-level navigation'),
('fr', 'ab__hide_product_description', 'AB: Hide the part of the content up to a certain height'),
('fr', 'ab__landing_categories', 'AB: Landing categories/pages'),
('fr', 'ab__lc.add_menu.added_new_menu', 'The new Menu is created'),
('fr', 'ab__lc.add_menu.used_existing_menu', 'The existing Menu is used'),
('fr', 'ab__lc.breadcrumb_catalog', 'Catalog'),
('fr', 'ab__lc.catalog.icon', 'Category mini-icon'),
('fr', 'ab__lc.catalog.image_control', 'Way of displaying icon'),
('fr', 'ab__lc.catalog.image_control.left', 'Display the category mini-icon to the left of the name'),
('fr', 'ab__lc.catalog.image_control.none', 'Don\'t display'),
('fr', 'ab__lc.catalog.image_control.top', 'Display the category image on top of the name'),
('fr', 'ab__lc.catalog.show_more', 'More'),
('fr', 'ab__lc.category.list', 'Landing categories list'),
('fr', 'ab__lc.category.list.tooltip', 'To correctly display the hierarchy of categories, the parent categories for the landing categories will be displayed, even if they are not landing categories!'),
('fr', 'ab__lc.control_subcategory_structure', 'AB: Management of the displayed structure of landing category/page'),
('fr', 'ab__lc.control_subcategory_structure.add_menu', 'Add and/or associate Menu'),
('fr', 'ab__lc.control_subcategory_structure.add_menu.added_new_menu', 'The Menu has been successfully created and is associated with the current category!'),
('fr', 'ab__lc.control_subcategory_structure.add_menu.info', 'The landing category menu is created only if necessary, as the menu is searched for by code <code>ABLC-xxx</code>, where <code>xxx</code> — category_id'),
('fr', 'ab__lc.control_subcategory_structure.add_menu.info.multiplestore', 'Before creating the Menu — select <b>Store</b>'),
('fr', 'ab__lc.control_subcategory_structure.add_menu.used_existing_menu', 'The Menu already existed and was associated with the current category!'),
('fr', 'ab__lc.control_subcategory_structure.how_to_use_menu', 'Using of menu items'),
('fr', 'ab__lc.control_subcategory_structure.how_to_use_menu.append', 'Add menu items in the end of a structure of the subcategories'),
('fr', 'ab__lc.control_subcategory_structure.how_to_use_menu.not_to_use', 'Not to use'),
('fr', 'ab__lc.control_subcategory_structure.how_to_use_menu.prepend', 'Add menu items in the beginning of a structure of the subcategories'),
('fr', 'ab__lc.control_subcategory_structure.how_to_use_menu.replace', 'Replace the current sub-categories structure with the menu items'),
('fr', 'ab__lc.control_subcategory_structure.inherit_control', 'To inherit management'),
('fr', 'ab__lc.control_subcategory_structure.menu_id', 'Menu ID'),
('fr', 'ab__lc.demodata', 'Demo data'),
('fr', 'ab__lc.demodata.actions.export_category', 'Categories');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('fr', 'ab__lc.demodata.actions.export_category.placeholder', 'Categories ID'),
('fr', 'ab__lc.demodata.success.category', '<a href=\"[href]\" target=\"_blank\">Demo category</a> was installed successfully'),
('fr', 'ab__lc.demodata.table.action', 'Action'),
('fr', 'ab__lc.demodata.table.add_category', 'Add a category'),
('fr', 'ab__lc.demodata.table.description', 'Demo data'),
('fr', 'ab__lc.demodata_description', 'The page of quick creation of a demo category for demonstration of operating of the addon'),
('fr', 'ab__lc.export', 'Export'),
('fr', 'ab__lc.export.description', 'The page of quick creation of the exports of the functional'),
('fr', 'ab__lc.export.table.action', 'Action'),
('fr', 'ab__lc.export.table.data', 'Data for export'),
('fr', 'ab__lc.export.table.description', 'The exported data'),
('fr', 'ab__lc.help', 'Help'),
('fr', 'ab__lc.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__landing_categories.doc\'>documentation</a>.'),
('fr', 'ab__lc.landing_category.landing', 'Use category as a landing page'),
('fr', 'ab__lc.landing_category.show_more', 'More'),
('fr', 'ab__lc.landing_category.subsubcategories', 'Amount of sub-subcategories'),
('fr', 'ab__lc.settings', 'General settings'),
('fr', 'ab__lc_catalog', 'AB: Catalog'),
('fr', 'ab__lc_landing_category', 'AB: Landing category/page'),
('fr', 'ab__mb.admin.categories_update.description', 'There is a <a href=\"[href]\" target=\"_blank\">list of motivational elements</a> that will be displayed for products in this category.<br/>Please note that <span title=\"[text]\" class=\"cm-tooltip\" style=\"color: red\">other conditions</span> may be used due to which these motivational elements will not be displayed for products of this category'),
('fr', 'ab__mb.admin.categories_update.description.tooltip', 'The conditions for displaying motivational elements depend on:<ul><li>Terms for categories</li><li>Terms for destinations</li></ul>See <a href=\'[href]\' title=\'Documentation\' target=\'_blank\'>the documentation</a> for more details'),
('fr', 'ab__mb.admin.categories_update.description.tooltip.link', 'https://docs.cs-cart.abt.team/en/ab__motivation_block.doc/#p-946'),
('fr', 'ab__mb.class_copied', 'The class is copied in a clipboard'),
('fr', 'ab__mb.demodata.description', 'On this page, you can quickly create a demo data for the motivation block'),
('fr', 'ab__mb.demodata.errors.no_data', 'It seems the \"data.json\" file was deleted'),
('fr', 'ab__mb.demodata.successes.blocks', 'Motivational elements [blocks] were successfully created'),
('fr', 'ab__mb.demodata.table.add_blocks', 'Add demo data into the motivation block'),
('fr', 'ab__mb.demodata.table.description', 'Demo data type'),
('fr', 'ab__mb.description', 'Custom content (HTML/Smarty)'),
('fr', 'ab__mb.destinations', 'Rate areas'),
('fr', 'ab__mb.destinations.add_destinations', 'Add rate areas'),
('fr', 'ab__mb.destinations.add_destinations_and_close', 'Add rate areas and close'),
('fr', 'ab__mb.destinations.text_all_destinations_included', 'All rate areas are included'),
('fr', 'ab__mb.editing_motivation_item', 'Editing motivational element'),
('fr', 'ab__mb.errors.disabled_option_choosen', 'Invalid value for \"[field]\" field'),
('fr', 'ab__mb.exclude.categories', 'Active for'),
('fr', 'ab__mb.exclude.categories.tooltip', 'Choose how to use objects selected by picker'),
('fr', 'ab__mb.exclude.destinations', 'Active for'),
('fr', 'ab__mb.exclude.destinations.tooltip', 'Choose how to use objects selected by picker'),
('fr', 'ab__mb.exclude.exclude', 'all not in the list'),
('fr', 'ab__mb.exclude.exclude.full_text', 'Active for all not in the list'),
('fr', 'ab__mb.exclude.not_exclude', 'all in the list'),
('fr', 'ab__mb.exclude.not_exclude.full_text', 'Active for all in the list'),
('fr', 'ab__mb.go_to', 'Go to page of'),
('fr', 'ab__mb.go_to.destinations_manage', 'Go to page of destinations management'),
('fr', 'ab__mb.go_to.mb_manage', 'Go to page of motivational elements management'),
('fr', 'ab__mb.icons.class', 'Icon class'),
('fr', 'ab__mb.icons.class.tooltip', 'A value which needs to be used in the field \"Icon class\" in motivation block settings'),
('fr', 'ab__mb.icons.info', 'On this page, you can find the available icons list'),
('fr', 'ab__mb.icons.refresh', 'Refresh icons'),
('fr', 'ab__mb.icons.refreshed_successfully', 'Icons have been updated successfully'),
('fr', 'ab__mb.icons.tygh_icons', 'Icons list by default'),
('fr', 'ab__mb.icons.yt_icons', 'List of icons added by AB: YoupiTheme'),
('fr', 'ab__mb.icon_class', 'Icon class'),
('fr', 'ab__mb.icon_color', 'Icon color'),
('fr', 'ab__mb.icon_type', 'Icon type'),
('fr', 'ab__mb.new_motivation_item', 'New motivational element'),
('fr', 'ab__mb.not_display_on', 'Do not display on'),
('fr', 'ab__mb.only_for.vertical_tabs.tooltip', 'This setting only works if the \"Vertical tabs\" display option is selected in the add-on settings'),
('fr', 'ab__mb.products.also_in_categories', 'This product also participates in category|This product also participates in categories'),
('fr', 'ab__mb.settings', 'General settings'),
('fr', 'ab__mb.set_default_value', 'Restore by default'),
('fr', 'ab__mb.templates_settings.brand_feature_id', '\"Brand\" feature ID'),
('fr', 'ab__mb.templates_settings.brand_feature_id.tooltip', 'This setting will be used to form a filter link in the product category'),
('fr', 'ab__mb.templates_settings.max_tags_count', 'Maximum tags count'),
('fr', 'ab__mb.template_path.search.ignore_this_field', 'Ignore this field'),
('fr', 'ab__mb.template_path.search.ignore_this_field.tooltip', 'When choosing this option - the \"Template\" field of the motivational element will not be taken into account when sampling'),
('fr', 'ab__mb.template_path.templates.categories_list', 'Product categories list'),
('fr', 'ab__mb.template_path.templates.categories_list.tooltip', 'The template displays a list of all categories in which the product is involved. It is available if there is at least one category in the store (except for the \"Trash category\")'),
('fr', 'ab__mb.template_path.templates.geo_maps', 'Shipping information'),
('fr', 'ab__mb.template_path.templates.geo_maps.tooltip', 'The template displays information about the cost of delivery of products. Available when the \"Maps and Geolocation\" add-on is active. Information will be shown only with active setting \"Show shipping cost and time on product pages\" for \"Maps and Geolocation\" add-on. The standard information output provided by CS-Cart by default will be blocked'),
('fr', 'ab__mb.template_path.templates.payment_methods', 'Payment methods information'),
('fr', 'ab__mb.template_path.templates.payment_methods.tooltip', 'The template displays information about the available payment methods'),
('fr', 'ab__mb.template_path.templates.tags_list', 'Product tags list'),
('fr', 'ab__mb.template_path.templates.tags_list.tooltip', 'The template displays a list of all tags assigned to the product. Available when the \"Tags\" add-on is active. Be sure to create and assigned tags for products'),
('fr', 'ab__mb.template_path.templates.warning', 'The standard information output provided by CS-Cart by default will be blocked'),
('fr', 'ab__mb.template_path.tooltip', 'Choose a way to fill content of motivational element'),
('fr', 'ab__mb.template_path.variants.custom', 'Custom content (HTML/Smarty)'),
('fr', 'ab__mb.update_help.tip_1', 'To fill the content of motivational elements, you can use all the variables declared on the Smarty product page, for example:<br/><hr>Array <code>{$product}</code> - information about the current product;<br/><hr>Massive <code>{$currencies}</code> - currency information;<br/><hr>Array <code>{$user_info}</code> - information about the user (note that if the client is not authorized, the array will be empty);<br/><hr>Array <code>{$settings}</code> - an array of store settings.'),
('fr', 'ab__mb.update_help.title', 'Additional info for content managing'),
('fr', 'ab__mb.upgrade_notifications.2.0.0.added_new_settings.text', 'Please note that new settings have been added to the add-on settings.'),
('fr', 'ab__mb.upgrade_notifications.2.0.0.added_new_settings.title', 'Added new settings'),
('fr', 'ab__mb.upgrade_notifications.2.0.0.added_templates.text', 'Please note that in the settings of the motivational element, the \"Template\" field was added that defines the way the content of the motivational element is filled.'),
('fr', 'ab__mb.upgrade_notifications.2.0.0.added_templates.title', 'A new way of filling motivational elements has been added.'),
('fr', 'ab__mb.upgrade_notifications.2.1.0.added_template.text', 'Please note that a new version of the template has been added to fill the content of the motivational element'),
('fr', 'ab__mb.upgrade_notifications.2.1.0.added_template.title', 'Added a new template \"Information about payment methods\"'),
('fr', 'ab__mb.upgrade_notifications.2.1.0.regenerate_data.text', 'If you use old demo-data of the add-on (or your data is based on old demo-data), then you need to regenerate the demo-data'),
('fr', 'ab__mb.upgrade_notifications.2.1.0.regenerate_data.title', 'Regenerate demo-data'),
('fr', 'ab__mb.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the add-on in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/ab__motivation_block.doc#p-929\">List of releases</a>.'),
('fr', 'ab__mb.upgrade_notifications.title', 'AB: Motivation block was successfully updated to v[ver]!'),
('fr', 'ab__mb.vendor.motivation_item.template_choosen', 'For this motivational element, the type of filling using the template is seted. <br>You can contact the store administrator to create another motivational element with the filling type \"Custom content (HTML/Smarty)\"'),
('fr', 'ab__mb_all_destinations', 'All rate areas'),
('fr', 'ab__mb_bg_color', 'Block color'),
('fr', 'ab__mb_expanded', 'Set the disclosure element by default'),
('fr', 'ab__mb_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__motivation_block.doc\'>documentation</a>.'),
('fr', 'ab__mb_icon_class.tooltip', 'The complete available icons list can be found on the page<a href=\"[link]\">Administration panel -> AB: Add-ons -> AB: Motivation block -> Available icons</a>'),
('fr', 'ab__mb_icon_type.icon', 'Icon'),
('fr', 'ab__mb_icon_type.img', 'Image'),
('fr', 'ab__mb_icon_type.nothing', 'No icon'),
('fr', 'ab__mb_vendor_edit', 'Allow vendor editing'),
('fr', 'ab__motivation_block', 'AB: Motivation block'),
('fr', 'ab__motivation_block.breadcrumbs.manage', 'AB: Motivation block: Data management'),
('fr', 'ab__motivation_block.demodata', 'Demo data'),
('fr', 'ab__motivation_block.help', 'Help'),
('fr', 'ab__motivation_block.icons', 'Available icons'),
('fr', 'ab__motivation_block.manage', 'Data management'),
('fr', 'ab__promotions_list', 'AB: Promotions list'),
('fr', 'ab__promotions_view', 'AB: Promotion page'),
('fr', 'ab__promotion_main_data', 'Promotion header'),
('fr', 'ab__scroll_to_top', 'AB: \"Scroll to top\" button'),
('fr', 'ab__scroll_to_top.arrow', 'Arrow'),
('fr', 'ab__scroll_to_top.help', 'Help'),
('fr', 'ab__scroll_to_top.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__scroll_to_top.doc\'>documentation</a>.'),
('fr', 'ab__search_motivation', 'AB: Search motivation'),
('fr', 'ab__search_motivation.default_search_phrases', 'Search expressions by default'),
('fr', 'ab__search_motivation.help', 'Help'),
('fr', 'ab__search_motivation.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__search_motivation.doc\'>the documentation</a>.'),
('fr', 'ab__search_motivation.manage', 'Search expressions by default'),
('fr', 'ab__search_motivation.search_phrases', 'Search expressions'),
('fr', 'ab__show_additional_product_images', 'Show additional products images'),
('fr', 'ab__sm.demo_phrases.0', 'Try our search'),
('fr', 'ab__sm.demo_phrases.1', 'Enter the product name here'),
('fr', 'ab__sm.demo_phrases.2', 'For example, iphone X'),
('fr', 'ab__sm.demo_phrases.added', 'Added search motivation expressions'),
('fr', 'ab__sm.settings', 'General settings'),
('fr', 'ab__smc', 'AB: Hide the part of the content up to a certain height'),
('fr', 'ab__smc.help', 'Help'),
('fr', 'ab__smc.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__hide_product_description.doc\'>documentation</a>.'),
('fr', 'ab__smc.less', 'Less'),
('fr', 'ab__smc.more', 'More'),
('fr', 'ab__smc.product_tabs.height', 'Displaying height, px'),
('fr', 'ab__smc.product_tabs.height.tooltip', 'The value will set own height of the content display in px'),
('fr', 'ab__smc.product_tabs.hide_content', 'Hide the content'),
('fr', 'ab__smc.product_tabs.hide_content.less', 'Button text for hiding content'),
('fr', 'ab__smc.product_tabs.hide_content.more', 'Button text for showing more content'),
('fr', 'ab__smc.product_tabs.override', 'Redefine height for the tab'),
('fr', 'ab__smc.product_tabs.override.tooltip', 'The value of the height of content will undertake from settings of the tab'),
('fr', 'ab__smc.product_tabs.tab_description', '\"AB: Hide the part of the content up to a certain height\" addon settings'),
('fr', 'ab__smc.settings', 'General settings'),
('fr', 'ab__stt.color', 'Value of the icon attribute <b>color</b>'),
('fr', 'ab__stt.only_integer', 'Only integers'),
('fr', 'ab__stt.settings', 'General settings'),
('fr', 'ab__ut2.autoinstall.demodata', 'Added demo data (new banners, menus and blog pages)'),
('fr', 'ab__ut2.autoinstall.theme', 'Installed theme AB: UniTheme2'),
('fr', 'ab__vg.exim.remove_videos', 'Clear up'),
('fr', 'ab__vg.exim.remove_videos.text', 'When importing the existing videos of the updated product will be removed'),
('fr', 'ab__vg.form.description', 'Description'),
('fr', 'ab__vg.form.icon', 'Icon'),
('fr', 'ab__vg.form.icon_type', 'Icon type'),
('fr', 'ab__vg.form.icon_type.icon', 'Manual icon'),
('fr', 'ab__vg.form.icon_type.snapshot', 'Video snapshot'),
('fr', 'ab__vg.form.pos', 'Pos.'),
('fr', 'ab__vg.form.product_settings', 'Settings'),
('fr', 'ab__vg.form.product_videos', 'Video'),
('fr', 'ab__vg.form.replace_image', 'Set video as the default product image'),
('fr', 'ab__vg.form.status', 'Status'),
('fr', 'ab__vg.form.title', 'Video title'),
('fr', 'ab__vg.form.youtube_id', 'YouTube video ID'),
('fr', 'ab__vg.form.youtube_id.tooltip', 'For example, for video \"https://www.youtube.com/watch?v=-boKk8uhmcY\", video ID is <code>-boKk8uhmcY</code>'),
('fr', 'ab__vg.settings', 'General settings'),
('fr', 'ab__vg_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__video_gallery.doc\'>documentation</a>.'),
('fr', 'ab__video_gallery', 'AB: Video gallery of the product'),
('fr', 'ab__video_gallery.help', 'Help'),
('fr', 'ab__video_gallery_title_product', 'Video gallery'),
('fr', 'accept', 'Accepter'),
('fr', 'accept_products', 'Accepter les produits'),
('fr', 'access_denied', 'Accès refusé'),
('fr', 'access_denied_text', 'You don\'t have permission to access the requested page.'),
('fr', 'access_for_authorized_customers_only', 'Access for authorized customers only.'),
('fr', 'access_restrictions', 'Restrictions d\'accès'),
('fr', 'account', 'Compte'),
('fr', 'account_name', 'Nom du compte'),
('fr', 'account_number', 'Numéro du compte'),
('fr', 'account_type', 'Type de compte'),
('fr', 'acquirerid', 'ID Acquéreur'),
('fr', 'action', 'Action'),
('fr', 'actions', 'actions'),
('fr', 'activate', 'Activer'),
('fr', 'activate_menu_tab_for', 'Activer onglet du menu pour'),
('fr', 'activate_selected', 'activer sélectionné'),
('fr', 'activate_skrill_merchant_tools', 'Activer les outils marchand de Skrill'),
('fr', 'activation_key', 'Clé d\'activation'),
('fr', 'activation_link', 'Activation lien'),
('fr', 'activation_mode', 'Mode activation'),
('fr', 'active', 'Actif'),
('fr', 'active_categories', 'Catégories actives'),
('fr', 'active_preset', 'Présélection active'),
('fr', 'active_products', 'Produits actifs'),
('fr', 'active_promotions', 'Promotions actives'),
('fr', 'active_style', 'Style actif'),
('fr', 'act_on_behalf', 'Agir au nom de'),
('fr', 'add', 'Ajouter'),
('fr', 'added', 'ajouté'),
('fr', 'adding_block_to_grid', 'Ajoute un bloc à la grille'),
('fr', 'adding_grid', 'Ajoute une grille'),
('fr', 'additional_data', 'Données supplémentaires'),
('fr', 'additional_images', 'Images supplémentaires'),
('fr', 'additional_options', 'Options additionnelles'),
('fr', 'additional_parameter_not_correct', 'Le paramètre additionnel n\'est pas correct'),
('fr', 'additional_popup_larger_image', 'Images popup de vignettes supplémentaires'),
('fr', 'additional_storefront_license_required', 'Additional [product] Storefront License Required'),
('fr', 'additional_thumbnail', 'Vignettes supplémentaires'),
('fr', 'additional__option_thumbnail', 'Vignette option supplémentaire'),
('fr', 'addon', 'Module supplémentaire'),
('fr', 'addons', 'Modules supplémentaires'),
('fr', 'addons.form_builder.email_subject_field', 'Champ du sujet de l\'email'),
('fr', 'addons.form_builder.form_fields', 'Champ du formulaire'),
('fr', 'addons.form_builder.form_name', 'Nom du formulaire'),
('fr', 'addons.form_builder.other_subject', 'Autre sujet (précisez ci-dessous)'),
('fr', 'addons.newsletters.email_exists_in_list', '<b>{email}</b> est déjà dans la liste d\'emails'),
('fr', 'addons.newsletters.show_on_registration_and_profile', 'Afficher sur les pages de détails du Profil et lors de l\'inscription'),
('fr', 'addons.paypal.3d_secure_mandatory_notice', '3-D secure is mandatory in the United Kingdom.'),
('fr', 'addons.paypal.configure_live', 'Configurer en direct'),
('fr', 'addons.paypal.configure_test', 'Configuration Test'),
('fr', 'addons.paypal.connecting_to_signup_server', 'Connexion au <b>Serveur d’inscription PayPal</b>...'),
('fr', 'addons.paypal.connect_to_paypal', 'Se connecter à Paypal'),
('fr', 'addons.paypal.display_description', 'Afficher la description'),
('fr', 'addons.paypal.display_name', 'Afficher le nom'),
('fr', 'addons.paypal.do_not_change', 'Ne changer pas'),
('fr', 'addons.paypal.ipn_receiving_time', 'IPN temps de reception'),
('fr', 'addons.paypal.refund_message', '{Amount} {currency} ont ete annules dans {Date} a {time}.'),
('fr', 'addons.paypal.rma.perform_refund', 'Faire un remboursement via Paypal'),
('fr', 'addons.paypal.rma.refund_performed', 'Le remboursement a été fait par Paypal'),
('fr', 'addons.paypal.set_status_to', 'Installe a:'),
('fr', 'addons.paypal.signup_completed', 'Le mode de paiement <b>[payment]</b> a été configuré avec succès'),
('fr', 'addons.paypal.signup_errors.merchant_credentials', 'Une erreur s’est produite lors de l’obtention de la configuration de la méthode de paiement'),
('fr', 'addons.paypal.signup_errors.signup_init', 'Une erreur s’est produite lors de la connexion à un compte PayPal'),
('fr', 'addons.paypal.signup_messages.confirmation_needed', 'Pour accéder aux paiements de vos clients, veuillez confirmer votre adresse mail en suivant les instructions que PayPal vous a envoyé.'),
('fr', 'addons.paypal.signup_messages.finish_signup', 'Vous avez maintenant un compte d’affaires PayPal, et vous avez réussi à intégrer [product] avec PayPal. <br>N’oubliez pas de confirmer votre adresse email pour activer votre compte afin que vous puissiez accéder aux paiements. Pour ce faire, suivez les instructions que PayPal envoyé à votre adresse email.'),
('fr', 'addons.paypal.status_for_new_orders', 'Premier status d\"ordre'),
('fr', 'addons.paypal.status_for_new_orders.incomplete', 'Ca confirme que vous n\'aurez pas laisse des ordres non payes avec <I>Open</li> status et produits reserves. Mais jusqu\'à ce que la réponse de Paypal (un message IPN) arrive ou si le client retourne à l\"archive par un lien Paypal, l\'ordre sera liste comme <i> UNCOMPLET </li> et les produits ne seront pas reserves.'),
('fr', 'addons.paypal.status_for_new_orders.open', 'Par defaut le statut <i> Ouvert</li> réduit l\'inventaire, ainsi deux clients ne seront pas capables d\'acheter le même produit lors processus du paiement par Paypal. Mais si un client quitte le site web de Paypal sans payer ou retourner a l\'archive par un lien au site de Paypal, Vous aurez un ordre <i>Open</li> de produits recus.'),
('fr', 'addons.paypal.surcharge_policy_notice', 'La somme aditionnelle a été fixe pour la methode de paiement qui utilise Paypal. Faites sur que ceci remplit les criteres de l\' l\'Accord d\'Utilisateur pour le Service Paypal, pour votre region.'),
('fr', 'addons.paypal.technical_details', 'Donnees techniques'),
('fr', 'addons.paypal.use_buttons_to_signup', 'Utilisez ces boutons pour exécuter l’Assistant de configuration'),
('fr', 'addons.rss_feed.icon', 'Icone de souscription des données RSS'),
('fr', 'addons.social_buttons.yandex_button_update_notice', '<p>After some changes on the Yandex end, the Odnoklassniki social button stopped working for some of our clients. To make sure that the button works in your store, copy the up-to-date code from the Yandex website, paste it into the <b>Yandex.Share code</b> field, and save your changes.</p><p><a href=\"[GO_TO_ADDON_SETTING_LINK]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Open add-on settings</a> <a href=\"https://tech.yandex.ru/share/\" target=\"_blank\" class=\"btn btn-large\">Get up-to-date code from Yandex</a></p>'),
('fr', 'addons.social_buttons.yandex_button_update_notice_title', 'Social buttons: Please update Yandex.Share code if you use Yandex social buttons'),
('fr', 'addons.tags.add_a_tag', 'ajouter un tag'),
('fr', 'addons.vendor_plans.commission_description_absolute', '[amount] sur [sum]'),
('fr', 'addons.vendor_plans.commission_description_percent', '[amount]% de [sum]'),
('fr', 'addons.vendor_plans.payout_for_the_plan', 'Paiement pour le plan vendeur'),
('fr', 'addons_source', 'Source'),
('fr', 'addon_built_in', 'Built-in'),
('fr', 'addon_files_was_copied', 'The <b>\"[addon]\"</b> add-on files has been copied successfully'),
('fr', 'addon_license_key_tooltip', 'Enter license key you\'ve received by e-mail in order to receive the add-on upgrades.'),
('fr', 'addon_reinstall.dangerous_way', '<strong>The dangerous way:</strong> we\'ll replace all the files of the add-on with new ones, but keep all the add-on\'s data in the database intact. This can break the add-on, or might even break your store. Please don\'t use the dangerous way, unless you absolutely know what you\'re doing.'),
('fr', 'addon_reinstall.dangerous_way.action', 'Use the dangerous way'),
('fr', 'addon_reinstall.dangerous_way.confirm', 'I know the risks and want to use the dangerous way.'),
('fr', 'addon_reinstall.intro', 'Looks like you are trying to install an add-on that is already installed. We can do it for you in two ways; we recommend the safe way.'),
('fr', 'addon_reinstall.safe_way', '<strong>The safe way:</strong> we\'ll uninstall the old add-on first, and then install the new one. The drawback is that any data and settings related to the add-on will be lost.'),
('fr', 'addon_reinstall.safe_way.action', 'Use the safe way'),
('fr', 'addon_sql_error', 'Une erreur dans une requête SQL s\'est produite pendant l\'installation du module supplémentaire. Le module supplémentaire ne sera pas installé.'),
('fr', 'addon_third_party', 'Third-party'),
('fr', 'addon_uninstall_sql_error', 'An error in an SQL query occurred during the add-on uninstallation.'),
('fr', 'address', 'Adresse'),
('fr', 'addresses', 'Adresses'),
('fr', 'address_2', 'Adresse (suite)'),
('fr', 'address_commercial', 'commercial'),
('fr', 'address_residential', 'résidentiel'),
('fr', 'address_type', 'Type d\'addresse'),
('fr', 'add_administrator', 'Ajouter un administrateur'),
('fr', 'add_all_to_cart', 'Ajouter l\'ensemble au panier'),
('fr', 'add_as_order', 'Add as order'),
('fr', 'add_attachment', 'Ajouter un fichier joint'),
('fr', 'add_autoresponder', 'Ajouter une réponse automatique'),
('fr', 'add_banner', 'Ajouter une bannière'),
('fr', 'add_banners', 'Ajouter des bannières'),
('fr', 'add_banners_and_close', 'Ajouter les bannières et fermer'),
('fr', 'add_block', 'Ajouter un bloc'),
('fr', 'add_bonus', 'Ajouter un bonus'),
('fr', 'add_campaign', 'Ajouter une campagne'),
('fr', 'add_cart_promotion', 'Ajouter une promotion de panier'),
('fr', 'add_catalog_promotion', 'Ajouter une promotion de catalogue'),
('fr', 'add_categories', 'Ajouter des catégories'),
('fr', 'add_categories_and_close', 'Ajouter les catégories et fermer'),
('fr', 'add_category', 'Ajouter une catégorie'),
('fr', 'add_chart', 'Ajouter un tableau'),
('fr', 'add_combination', 'Ajouter combinaison'),
('fr', 'add_companies', 'Ajouter des magasins'),
('fr', 'add_companies_and_close', 'Ajouter des magasins et fermer'),
('fr', 'add_condition', 'Ajouter une condition'),
('fr', 'add_credit_card', 'Ajouter carte de crédit'),
('fr', 'add_currency', 'Ajouter une nouvelle monnaie / devise'),
('fr', 'add_customer', 'Ajouter un client'),
('fr', 'add_datafeed', 'Ajouter un flux de données'),
('fr', 'add_domains', 'Ajouter des nouveaux domaines'),
('fr', 'add_elements', 'Ajouter des éléments'),
('fr', 'add_emails', 'Ajoutez les adresses e-mail'),
('fr', 'add_email_snippet', 'Add snippet'),
('fr', 'add_empty_item', 'Ajouter un élement'),
('fr', 'add_feature', 'Ajouter une caractéristique'),
('fr', 'add_field', 'Ajouter un champ'),
('fr', 'add_file', 'Ajouter un fichier'),
('fr', 'add_filter', 'Ajouter un filtre'),
('fr', 'add_filters', 'Ajouter des filtres'),
('fr', 'add_filters_and_close', 'Ajouter des filtres et fermer'),
('fr', 'add_folder', 'Ajouter un dossier'),
('fr', 'add_form', 'Ajouter un formulaire'),
('fr', 'add_gift_certificate', 'Ajouter bon cadeau'),
('fr', 'add_global_option', 'Ajouter une option globale'),
('fr', 'add_grid_block', 'Ajouter une grille ou un bloc'),
('fr', 'add_group', 'Ajouter un groupe'),
('fr', 'add_image_from_server', 'Choisir une image sur le serveur'),
('fr', 'add_image_from_url', 'Ajouter une image à partir d\'une url'),
('fr', 'add_ips', 'Ajouter des nouvelles adresses IP'),
('fr', 'add_item', 'Ajouter un élement'),
('fr', 'add_items', 'Ajouter [articles]'),
('fr', 'add_language', 'Ajouter une langue'),
('fr', 'add_language_variable', 'Ajouter une variable de langue'),
('fr', 'add_layout', 'Ajouter un layout'),
('fr', 'add_link', 'Ajouter un lien'),
('fr', 'add_localization', 'Ajouter une localisation'),
('fr', 'add_location', 'Ajouter un emplacement'),
('fr', 'add_mailing_lists', 'Ajouter une liste d\'emails'),
('fr', 'add_menu', 'Ajouter un menu'),
('fr', 'add_new', 'Ajouter nouveau'),
('fr', 'add_newsletter', 'Ajouter newsletter'),
('fr', 'add_new_datafeed', 'Nouveau flux de données'),
('fr', 'add_new_field', 'Ajouter des nouveaux champs'),
('fr', 'add_new_order', 'Ajout d\'une nouvelle commande'),
('fr', 'add_new_variant', 'Ajouter une nouvelle variante'),
('fr', 'add_nf_warning', 'É necessário anexar nota fiscal para gerar etiqueta'),
('fr', 'add_option', 'Ajouter un option'),
('fr', 'add_order', 'Ajouter une commande'),
('fr', 'add_orders', 'Ajouter des commandes'),
('fr', 'add_orders_and_close', 'Ajouter des commandes et fermer'),
('fr', 'add_page', 'Ajouter une page'),
('fr', 'add_pages', 'Ajouter des pages'),
('fr', 'add_pages_and_close', 'Ajouter les pages et fermer'),
('fr', 'add_payment', 'Ajoutez une méthode de paiement'),
('fr', 'add_payout', 'Ajouter un versement'),
('fr', 'add_poll', 'Ajouter un sondage'),
('fr', 'add_polls', 'Ajouter des sondages'),
('fr', 'add_polls_and_close', 'Ajouter les sondages et fermer'),
('fr', 'add_post', 'Ajouter un commentaire'),
('fr', 'add_product', 'Ajouter un produit'),
('fr', 'add_products', 'Ajouter des produits'),
('fr', 'add_products_and_close', 'Ajouter des produits et fermer'),
('fr', 'add_products_to_section', 'Ajouter les produits dans cette section'),
('fr', 'add_product_filter', 'Ajouter un filtre de produit'),
('fr', 'add_profile_fields', 'Add profile fields'),
('fr', 'add_profile_fields_and_close', 'Add profile fields and close'),
('fr', 'add_promotions', 'Ajouter des promotions'),
('fr', 'add_question', 'Ajouter une question'),
('fr', 'add_rate_area', 'Add rate area'),
('fr', 'add_reason', 'Ajouter raison'),
('fr', 'add_recipients_from_users', 'Ajouter des destinataires à partir des utilisateurs'),
('fr', 'add_report', 'Ajouter un rapport'),
('fr', 'add_section', 'Ajouter une section'),
('fr', 'add_selected_to_cart', 'Ajouter sélection au panier'),
('fr', 'add_shipping_method', 'Ajouter une méthode de livraison'),
('fr', 'add_site_map_section', 'Ajoute une section au plan du site'),
('fr', 'add_snippet', 'Add snippet'),
('fr', 'add_state', 'Ajouter un canton / une région'),
('fr', 'add_status', 'Ajouter un statut'),
('fr', 'add_storefront', 'Add storefront'),
('fr', 'add_storefronts', 'Add storefronts'),
('fr', 'add_storefronts_and_close', 'Add storefronts and close'),
('fr', 'add_store_location', 'Ajouter un emplacement'),
('fr', 'add_subcategory', 'Ajouter une sous-catégorie'),
('fr', 'add_subscriber', 'Ajouter un abonné'),
('fr', 'add_subscribers_from_users', 'Ajouter des abonnés depuis la liste utilisateurs'),
('fr', 'add_subtract_points', 'Ajoter et soustraire des points'),
('fr', 'add_supplier', 'Ajouter le fournisseur'),
('fr', 'add_tab', 'Ajouter un onglet'),
('fr', 'add_table_column', 'Add column'),
('fr', 'add_tag', 'Ajouter un tag'),
('fr', 'add_tax', 'Ajouter une taxe'),
('fr', 'add_template', 'Ajouter modèle'),
('fr', 'add_to_cart', 'Ajouter au panier'),
('fr', 'add_to_comparison_list', 'Ajouter a la liste de comparaison'),
('fr', 'add_to_wishlist', 'Add to Wishlist'),
('fr', 'add_user', 'Ajouter un utilisateur'),
('fr', 'add_users', 'Ajouter des utilisateurs'),
('fr', 'add_users_and_close', 'Ajouter les utilisateurs et fermer'),
('fr', 'add_vendor', 'Ajouter un magasin'),
('fr', 'add_vendor_administrator', 'Ajouter un administrateur de fournisseur'),
('fr', 'add_withdrawal', 'Demander retire'),
('fr', 'admin2', 'Vous ne pouvez pas exécuter un import dans ce magasin parce que vous utilisez une version d\'essai expirée.'),
('fr', 'administration', 'Administration'),
('fr', 'administration_menu_structure_changed_upgrade_notification_text', '<p><b>Locations</b> in <i>Administration → Shipping & taxes</i> renamed to <b>Rate areas</b>. That\'s because the purpose of locations is to set different shipping rates and tax rates.</p><p>Order statuses, shipment statuses, and gift certificate statuses are now located in their own sub-menu: <b>Administration → Statuses.</b></p>'),
('fr', 'administration_menu_structure_changed_upgrade_notification_title', 'Administration menu changed'),
('fr', 'administration_panel', 'Panneau d\'administration'),
('fr', 'administration_panel.block_manager.enable', 'Edit structure<br/><br/>Change various blocks with information: show them, hide them, or move them as you see fit.<br/>This currently works only at the checkout page. Add a product to cart and proceed to checkout to see the editor'),
('fr', 'administration_panel.live_editor.enable', 'Edit сontent<br/><br/>Change the texts and other data directly on the storefront, without using the administration panel'),
('fr', 'administration_panel.theme_editor.enable', 'Edit style<br/><br/>Change the style of your store (logos, colors, fonts, and so on) and see the changes as you make them'),
('fr', 'administrator', 'Administrateur'),
('fr', 'administrators', 'Administrateurs'),
('fr', 'administrators_menu_description', 'Liste des administrateur du magasin, utilisateurs enregistrés avec un compte administrateur.'),
('fr', 'administrators_notified', '[count] administrateurs notifiés.'),
('fr', 'admin_notifications', 'Administrator notifications'),
('fr', 'admin_panel', 'Panneau d\'administration'),
('fr', 'admin_panel.block_manager', 'Editing layout'),
('fr', 'admin_panel_will_be_blocked', 'Installation integrity check failed. The access to the Administration panel will be blocked within 2 days. Please contact our <a href=\"[href]\">support team</a>'),
('fr', 'admin_text_letter_footer', 'E-shop de [company_name].'),
('fr', 'advanced', 'Avancé'),
('fr', 'advanced_companies_search', 'Advanced companies search'),
('fr', 'advanced_customer_search', 'Advanced customer search'),
('fr', 'advanced_import.additional_settings', 'Additional settings'),
('fr', 'advanced_import.add_preset', 'Ajouter un préréglage'),
('fr', 'advanced_import.advanced_products_import', 'Produits'),
('fr', 'advanced_import.cannot_detect_csv_delimiter', 'Cannot detect delimiter automatically. Please specify the correct delimiter manually in the additional settings on the \"File\" tab.'),
('fr', 'advanced_import.cant_load_file', 'Impossible de charger fichier'),
('fr', 'advanced_import.cant_load_file_for_company', 'Fichier ne peut pas être chargé pour la société spécifiée'),
('fr', 'advanced_import.cant_save_preset_invalid_modifiers', 'The preset can\'t be saved because it contains invalid modifiers'),
('fr', 'advanced_import.column_header', 'Nom de la colonne dans le fichier importé'),
('fr', 'advanced_import.coming_soon', '... À venir'),
('fr', 'advanced_import.create_new_products_only', 'Create new products only'),
('fr', 'advanced_import.delete_additional_images', 'Delete existing additional images'),
('fr', 'advanced_import.delete_additional_images_tooltip', 'If you enable this setting, then the existing additional images of the imported products will be replaced with the images specified in the imported file (if no images are specified, the old images will remain). If the setting is disabled, the new additional images will simply be added to the existing images.'),
('fr', 'advanced_import.editing_preset', 'Édition de préréglage : [preset]'),
('fr', 'advanced_import.example_imported_title', 'Par exemple, voici une valeur dans la première ligne de votre fichier :'),
('fr', 'advanced_import.example_modified_title', 'Et voici comment cette valeur est importée :'),
('fr', 'advanced_import.fetching_schema_failed_check_file', 'Before you can run the import, please make sure that:<ul><li>You have created the import preset by using the Create button. If you see Save instead of Create, then you\'ve already done that.</li><li>You have specified the correct XML target node on the File tab and saved the preset.</li><li>You have matched the imported information with the product properties in CS-Cart on the Fields mapping tab and saved the preset.</li></ul>If you see this message, you haven\'t completed point 1 or 2.'),
('fr', 'advanced_import.fetching_schema_failed_check_target_node', 'Please make sure that the <b>XML target node</b> field is filled in properly.'),
('fr', 'advanced_import.fields_mapping', 'Mapping des champs'),
('fr', 'advanced_import.fields_mapping.description', 'Cette table contient la liste des colonnes du fichier importé. Pour chaque colonne que vous souhaitez importer, sélectionnez une propriété de produit correspondant à [product]. Vérifiez quel type de données va être importés à partir de cette colonne et utilisez les modificateurs pour modifier ces données, si nécessaire. N’oubliez pas d’enregistrer vos modifications.'),
('fr', 'advanced_import.file', 'Fichier'),
('fr', 'advanced_import.first_line_import_value', 'Exemple de la valeur importée'),
('fr', 'advanced_import.general_settings', 'General settings'),
('fr', 'advanced_import.has_modifiers', 'Has modifiers'),
('fr', 'advanced_import.images_delimiter', 'Images delimiter'),
('fr', 'advanced_import.images_delimiter.description', 'Délimiteur entre les images d’un produit.'),
('fr', 'advanced_import.import_all', 'Import all products from the file'),
('fr', 'advanced_import.import_fields', 'Importer des champs'),
('fr', 'advanced_import.import_file', 'Importer fichier'),
('fr', 'advanced_import.import_products', 'Produits importé'),
('fr', 'advanced_import.import_products_w_preset', 'Importation de produits : [preset]'),
('fr', 'advanced_import.import_strategy', 'Import strategy'),
('fr', 'advanced_import.import_strategy_tooltip', 'If you select \"Update existing products only\", products that don\'t exist in the database of your store will be skipped during import.<br>If you select \"Create new products only\", products that exist in the database of your store will be skipped during import.'),
('fr', 'advanced_import.incorrect_delimiter', 'Specified (or auto detected) delimiter seems to be incorrect. Please specify the correct delimiter manually in the additional settings on the \"File\" tab.'),
('fr', 'advanced_import.invalid_function_firs_character', 'The modifier name cannot start with character <b>[character]</b>.'),
('fr', 'advanced_import.invalid_modifier_message', 'The modifier <b>[modifier]</b> is invalid. [message]'),
('fr', 'advanced_import.invalid_number_of_parameters_provided', 'Invalid number of parameters provided for modifier: <b>[modifier]</b>: expected [expected_count], got [actual_count].'),
('fr', 'advanced_import.last_launch', 'Der des der import ;p'),
('fr', 'advanced_import.last_status', 'Statut'),
('fr', 'advanced_import.last_status.F', 'Échec'),
('fr', 'advanced_import.last_status.P', 'En cours'),
('fr', 'advanced_import.last_status.S', 'Succès'),
('fr', 'advanced_import.last_status.X', '&mdash;'),
('fr', 'advanced_import.missing_parameters_list_closer', 'The expected <b>[closer]</b> after the parameters list is missing.'),
('fr', 'advanced_import.modifier', 'Modifier'),
('fr', 'advanced_import.modifiers_description', 'Use these functions in the <b>Modifier</b> column to alter the values in the fields from the imported file. Enter the functions as follows: <b>function(parameter, parameter)</b>. Please note that nesting of functions isn\'t supported.'),
('fr', 'advanced_import.modifiers_list', 'Modifiers list'),
('fr', 'advanced_import.modifiers_self_referencing_info', 'Most functions allow you to use the non-modified value of the imported field by using <b>$value</b> as a parameter. If there are any exceptions, they will be mentioned in function descriptions.'),
('fr', 'advanced_import.modifier_description.case', '<b>case</b>&mdash;odd parameters are expressions, and the following even parameters are corresponding values. The function checks the expressions and returns the value corresponding to the first expression that ends up being <i>true</i>.<ul><li>Examples:</li><ul><li><b>case($value>100, \"More than 100\", $value>70, \"More than 70\", $value>20, \"More than 20\", $value>0, \"In stock\", $value=0, \"Out of stock\")</b> will result in <i>More than 70</i> if the <i>$value</i> in the imported file is a number between 71 and 100</li></ul><li>Notes:<ul><li>This function shares expression rules and available operations with the <b>if</b> function.</li><li>Only even numbers of parameters are supported: <b>2, 4, 6, 8</b>, etc.</li></ul></li></ul>'),
('fr', 'advanced_import.modifier_description.concat', '<b>concat</b>&mdash;concatenates all the provided parameters. <ul><li>Examples:</li><ul><li><b>concat(\'abc\', def)</b> will result in <i>abcdef</i></li> <li><b>concat(\'PRODUCT_\', $value, \'_CODE\')</b> will result in <i>PRODUCT_$value_CODE</i>, but <b>$value</b> will be replaced with the the value of the imported field</li></ul></ul>'),
('fr', 'advanced_import.modifier_description.div', '<b>div</b>&mdash;divides the first parameter by the second. <ul><li>Examples:</li><ul><li><b>div(9, 3)</b> equals <i>3</i></li> <li><b>div($value, 7)</b> equals <i>the value of the imported field ÷ 7</i></li></ul></ul>'),
('fr', 'advanced_import.modifier_description.if', '<b>if</b>&mdash;checks the expression in the first parameter. If the first parameter is <i>true</i>, the function returns the second parameter. Otherwise the function returns the third parameter.<ul><li>Examples:</li><ul><li><b>if($value>\"0\", \"In Stock\", \"Out of stock\")</b> will result in <i>In Stock</i> if <i>$value > 0</i> is <i>true</i>; otherwise the result will be <i>Out of stock</i></li></ul><li>Available operations for the expression are:<ul><li><b>=</b>&mdash;checks for equality: <i>if($value=100, ...)</i></li><li><b>!=</b>&mdash;checks for inequality: <i>if($value!=100, ...)</i></li><li><b>&gt;</b>&mdash;checks if the first value is greater than the second: <i>if($value&gt;100, ...)</i></li><li><b>&lt;</b>&mdash;checks if the first value is less than the second: <i>if($value&lt;100, ...)</i></li><li><b>&gt;=</b>&mdash;checks if the first value is greater than or equal to the second: <i>if($value&gt;=100, ...)</i></li><li><b>&lt;=</b>&mdash;checks if the first value is less than or equal to the second: <i>if($value&lt;=100, ...)</i></li></ul></li><li>Notes:<ul><li>If you use single (\') or double (\") quotes in the first parameter, make sure that the first parameter is either wrapped in quotes entirely, or that there is no end quote in the middle of the parameter. For example, <i>if(\"My value\"=$value, ...)</i> will not work, but <i>if(\"My value=$value\", ...)</i> will.</ul></li></ul>'),
('fr', 'advanced_import.modifier_description.mul', '<b>mul</b>&mdash;multiplies the numbers provided as parameters. <ul><li>Examples:</li><ul><li><b>mul(3, 1)</b> equals <i>3</i></li> <li><b>mul($value, 7)</b> equals <i>the value of the imported field × 7</i></li></ul></ul>'),
('fr', 'advanced_import.modifier_description.rand', '<b>rand</b>&mdash;generates a random number from 1 to the maximum value provided as the parameter. <ul><li>Examples:</li><ul><li><b>rand(999)</b> may result in any number from 1 to 999.</li></ul></ul>'),
('fr', 'advanced_import.modifier_description.replace', '<b>replace</b>&mdash;replaces all occurrences of the search string with the replacement string. <br>The order of parameters is important: <b>replace(\'search\', \'replace\', \'subject\')</b>. <ul><li>Examples:</li><ul><li><b>replace(\'a\', !, \"banana\")</b> will result in <i>b!n!n!</i></li> <li><b>replace(\"t-shirt\", \'T-Shirt\', $value)</b> will replace every occurrence of <i>t-shirt</i> with <i>T-Shirt</i> in every entry in the column.</li></ul></ul>'),
('fr', 'advanced_import.modifier_description.sub', '<b>sub</b>&mdash;subtracts the second parameter from the first. <ul><li>Examples:</li><ul><li><b>sub(3, 1)</b> equals <i>2</i></li> <li><b>sub($value, 7)</b> equals <i>the value of the imported field - 7</i></li></ul></ul>'),
('fr', 'advanced_import.modifier_description.sum', '<b>sum</b>&mdash;sums up two numbers provided as parameters. <ul><li>Examples:</li><ul><li><b>sum(1, 3)</b> equals <i>4</i></li> <li><b>sum(7, $value)</b> equals <i>7 + the value of the imported field</i></li></ul></ul>'),
('fr', 'advanced_import.modifier_description.w_replace', '<b>w_replace</b>&mdash;replaces all occurrences of the search string with the replacement string using wildcards. <br>The order of parameters is important: <b>w_replace(\'search\', \'replace\', \'subject\')</b>. <br>Supported wildcards: <b>?</b>&mdash;any single character; <b>*</b>&mdash;any number of characters to the end of the word. <ul><li>Examples</li><ul><li><b>w_replace(\'banan?\', bananas, banana banans bananz)</b> will result in <i>bananas bananas bananas</i></li> <li><b>w_replace(\"ban*\", \'bananas\', banana banans bananz)</b> will also result in <i>bananas bananas bananas</i></li></ul></ul>'),
('fr', 'advanced_import.modifier_number_of_parameters', 'Nombre de paramètres'),
('fr', 'advanced_import.modifier_self_reference_is_unsupported', 'This function doesn\'t support the use of a non-modified value from the imported file.'),
('fr', 'advanced_import.modifier_title', 'A modifier is a rule that alters values in a column'),
('fr', 'advanced_import.never', 'Jamais'),
('fr', 'advanced_import.new_preset', 'Nouveau préréglage'),
('fr', 'advanced_import.options', 'Options'),
('fr', 'advanced_import.preset_last_view', 'Préréglage'),
('fr', 'advanced_import.preset_not_found', 'Préréglage introuvable'),
('fr', 'advanced_import.previewing_fields_mapping', 'Previewing fields mapping for the preset: [preset]'),
('fr', 'advanced_import.product_property', 'Propriété du produit dans [product]'),
('fr', 'advanced_import.properties', 'Propriétés'),
('fr', 'advanced_import.remove_images', 'Supprimer les images additionnelles'),
('fr', 'advanced_import.run_import_via_cron_message', 'You can run the import automatically at certain time intervals. To do it, add the following command to CRON:'),
('fr', 'advanced_import.show_less', 'Show less'),
('fr', 'advanced_import.show_more', 'Show more'),
('fr', 'advanced_import.target_node', 'XML target node'),
('fr', 'advanced_import.target_node.description', 'The full path to the XML node with the information about an imported entity. The nodes nested in the specified node will be used as columns of the imported file. Here is an example of the path: yml_catalog/shop/offers/offer'),
('fr', 'advanced_import.test_import', 'Perform test import'),
('fr', 'advanced_import.test_import_tooltip', 'If you enable this setting, only the first [n] product will be processed.|If you enable this setting, only the first [n] products will be processed.'),
('fr', 'advanced_import.unexpected_parameter_passed', 'Expected <b>[delimiter]</b> or <b>[closer]</b> got <b>[char]</b>.'),
('fr', 'advanced_import.unrecognized_modifier', 'The modifier <b>[modifier]</b> does not exist.'),
('fr', 'advanced_import.uploading_file', 'Téléchargement de fichier pour le préréglage : [preset]'),
('fr', 'advanced_import.user_upload', 'Téléchargement de l’utilisateur'),
('fr', 'advanced_import_images', 'Images de produits'),
('fr', 'advanced_products_search', 'Advanced products search'),
('fr', 'advanced_search', 'Recherche avancée'),
('fr', 'advanced_search_options', 'Options de recherche avancée'),
('fr', 'advanced_storefronts_search', 'Advanced storefronts search'),
('fr', 'affected_email_templates', 'Email templates using this document'),
('fr', 'after_full_payment', 'Après le paiement intégral'),
('fr', 'after_sum', 'Après somme'),
('fr', 'agent', 'Agent'),
('fr', 'agent_id', 'ID Agent'),
('fr', 'age_limit', 'Limite d\'âge'),
('fr', 'age_verification', 'Vérification de l\'âge'),
('fr', 'age_warning_message', 'Message d\'avertissement'),
('fr', 'agilecrm.account_ask', 'Do not have an Agile Account. <a target=\"_blank\" href=\"https://www.agilecrm.com/pricing?utm_source=cscart	&utm_medium=website&utm_campaign=integration\" style=\"text-decoration:none;padding:5px\" class=\"btn-primary\">Create account</a> and fill the details below<br/><br/>'),
('fr', 'agilecrm_btn_validate', 'Validate'),
('fr', 'agile_domain', 'Agile Domain'),
('fr', 'agile_rest_api_key', 'Rest API Key'),
('fr', 'agreement_required', 'Validation requise'),
('fr', 'all', 'Tous / Toutes'),
('fr', 'allowed', 'Autorisé'),
('fr', 'allowed_combinations', 'Combinaisons autorisées'),
('fr', 'allowed_extensions', 'Extensions autorisées'),
('fr', 'allowed_extensions_hint', 'Laisser ce champ vide pour autoriser le transfert de tout type de fichiers, ou saisir les extensions autorisées séparée par une virgule (p.e.  jpg,bmp,gif,pdf)'),
('fr', 'allow_api_access', 'Oui, autorisez cette utilisateur à utiliser l\'API'),
('fr', 'allow_return_registration', 'Permettre retour d\'enregistrement'),
('fr', 'all_actions', 'Toutes les actions'),
('fr', 'all_block_types', 'All block types'),
('fr', 'all_categories', 'All categories'),
('fr', 'all_companies', 'Tous les vendeurs'),
('fr', 'all_currencies', 'All currencies'),
('fr', 'all_downloads', 'Tous les téléchargements'),
('fr', 'all_features', 'Toutes les caractéristiques'),
('fr', 'all_filters', 'Tous les filtres produits'),
('fr', 'all_languages', 'All languages'),
('fr', 'all_layouts', 'All layouts'),
('fr', 'all_locations', 'All locations'),
('fr', 'all_pages', 'Toutes les pages'),
('fr', 'all_products', 'All products'),
('fr', 'all_products_have_been_updated', 'Tous les produits ont été mis à jour avec succès.'),
('fr', 'all_storefronts', 'All storefronts'),
('fr', 'all_storefronts_short', 'All'),
('fr', 'all_stores', 'Tous les magasins'),
('fr', 'all_vendors', 'Tous les magasins'),
('fr', 'all_words', 'Tous ces mots'),
('fr', 'also_bought', 'Également ajouté'),
('fr', 'alternative_text', 'Texte de la balise Alt'),
('fr', 'alt_text', 'Texte alternatif'),
('fr', 'always', 'Toujours'),
('fr', 'american_express', 'American Express'),
('fr', 'american_express_info', 'CVV est sur la carte au dessus du numero de la carte credite (soit a droite , ou gauche de la carte credite).'),
('fr', 'amount', 'Quantité'),
('fr', 'amount_decreased', 'Quantité a diminué de'),
('fr', 'amount_increased', 'Quantité a été augmentée de'),
('fr', 'amount_type', 'Tipo di conto'),
('fr', 'and', 'ET'),
('fr', 'anonymous', 'Anonymes'),
('fr', 'answer', 'Réponse'),
('fr', 'answers', 'Réponses'),
('fr', 'answer_text', 'Texte de réponse'),
('fr', 'any', 'Certaines'),
('fr', 'any_category', 'Toutes les catégories'),
('fr', 'any_date', 'N\'importe quel date'),
('fr', 'any_option_combinations', 'Toute combinaisons d\'option'),
('fr', 'any_product', 'Tous les produits'),
('fr', 'any_status', 'Tous les statuts'),
('fr', 'any_words', 'Un de ces mots'),
('fr', 'api', 'API'),
('fr', 'apikey', 'Clé API'),
('fr', 'api_access', 'Accès à l\'API'),
('fr', 'api_access_for_user', 'API access for this user'),
('fr', 'api_access_has_been_disabled', 'From now on, you cannot use the API'),
('fr', 'api_access_has_been_enabled', 'You are free to use the API now'),
('fr', 'api_invalid_value', 'Invalid value `[value]` specified for [field]'),
('fr', 'api_invalid_value_w_valid_list', 'Invalid value `[value]` specified for [field]. Valid values are: [valid_list]'),
('fr', 'api_key', 'Clé de l\'API'),
('fr', 'api_key_not_found', 'Api key was not found'),
('fr', 'api_need_correct_company_id', 'Aucune société ayant l\'ID transmis n\'a été trouvée'),
('fr', 'api_need_id', 'ID de l\'objet non défini'),
('fr', 'api_need_params', 'Paramètres manquants'),
('fr', 'api_need_store', 'Le magasin est requis (paramètre company_id ou entité des magasins)'),
('fr', 'api_not_need_id', 'ID ne doit pas être défini'),
('fr', 'api_no_shipping_methods_available', 'Aucune méthode d\'expédition disponible'),
('fr', 'api_order_couldnt_be_created', 'Impossible de créer la commande'),
('fr', 'api_partner', 'Partenaire API'),
('fr', 'api_password', 'Code API'),
('fr', 'api_required_field', 'Le champ [field] est obligatoire'),
('fr', 'api_required_fields', 'The following fields are required: [fields]'),
('fr', 'api_shipments_not_allow_update', 'Seuls le numéro de suivi et les paramètres du transporteur peuvent être mis à jour avec le paramètre activé  \'Autoriser les utilisateurs à créer une livraison\''),
('fr', 'api_shipments_update_not_allowed', 'Only the tracking_number and carrier params can be updated'),
('fr', 'api_user', 'Utilisateur API'),
('fr', 'api_wrong_user_company_relation', 'The user doesn\'t exist for this store, and sharing users among stores is disabled.'),
('fr', 'appearance', 'Apparence'),
('fr', 'appearance_settings', 'Paramétrage de l\'apparence');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('fr', 'appearance_type', 'Type d\'apparence'),
('fr', 'application_id', 'ID de l\'application'),
('fr', 'application_login', 'Login de l\'application'),
('fr', 'apply', 'Appliquer'),
('fr', 'apply_as_link', 'Appliquer comme lien'),
('fr', 'apply_for_vendor_account', 'Demander un compte vendeur'),
('fr', 'apply_shipping_for_all_vendors', 'Permettre l\'expedition pour tous les vendeurs'),
('fr', 'apply_shipping_for_all_vendors_confirm', 'La methode d\'envoie sera appliquee a tous les vendeurs. Voulez Vous y proceder?'),
('fr', 'apply_tax_to_products', 'Appliquer les taxes sélectionnées à tous les produits'),
('fr', 'apply_to_all_languages', 'Appliquer à toutes les langues'),
('fr', 'apply_to_products', 'Appliquer aux produits'),
('fr', 'approval', 'Approbation'),
('fr', 'approve', 'Approuver'),
('fr', 'approved', 'Approuvé'),
('fr', 'approve_selected', 'Approuver sélection'),
('fr', 'app_params', 'Application'),
('fr', 'arabic', 'Arabe'),
('fr', 'arrows', 'Flèches'),
('fr', 'asc', 'Ascendant'),
('fr', 'assign_to_me', 'Assign to me'),
('fr', 'attachments', 'Fichiers joints'),
('fr', 'attention', 'Attention !'),
('fr', 'audience', 'Audience'),
('fr', 'australia_post_upgrade_notification_text', '<p>The latest version of [product] has different settings for realtime shipping rate calculation if you use Australia Post as a Carrier.</p><p>If you want to show current shipping rates to your clients, do this:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses Australia Post as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li><li>switch to the Configure tab and enter the proper <a href=\"https://developers.auspost.com.au/apis/pacpcs-registration\" target=\"_blank\">PAC API key</a></li></ul>'),
('fr', 'australia_post_upgrade_notification_title', 'Australia Post realtime shipping rate calculation changes'),
('fr', 'auth.one_time_password.notification.error_password_invalid', 'Sorry, it seems that the code you\'ve entered is incorrect. It may have expired or been used already. Please check the code you\'re entering or request a new code.'),
('fr', 'auth.one_time_password.notification.error_password_required', 'Please enter the code to sign in.'),
('fr', 'auth.one_time_password.notification.info_password_sent', 'We\'ve sent a one-time code to [email].'),
('fr', 'auth.one_time_password.popup.input_placeholder', 'Enter the code here'),
('fr', 'auth.one_time_password.popup.message', 'We\'ve sent a one-time code to <strong>[email]</strong>. Please enter it below, and we\'ll sign you in without a password.'),
('fr', 'auth.one_time_password.popup.resend_btn', 'Resend the code'),
('fr', 'auth.one_time_password.popup.sign_in_btn', 'Sign me in'),
('fr', 'auth.one_time_password.popup.title', 'Password-free sign-in'),
('fr', 'authentication_failed', 'Échec de l\'authentification'),
('fr', 'authentication_key', 'Clé d\'authentification'),
('fr', 'authentication_password', 'Mot de passe d\'authentification'),
('fr', 'author', 'Auteur'),
('fr', 'authorization', 'Autorisation'),
('fr', 'authorize_before_order', 'Only registered customers can place an order. Please sign in to your account or register a new one.'),
('fr', 'authorize_capture', 'Autoriser et capturer'),
('fr', 'authorize_only', 'Autoriser seulement'),
('fr', 'auth_code', 'Code d\'authentification'),
('fr', 'auth_info', 'Information d\'authentification'),
('fr', 'auto', 'Feedback automatique'),
('fr', 'autoresponders', 'Reponses automatiques'),
('fr', 'auto_set_permissions_via_ftp', 'Fixer les permissions automatiquement via FTP'),
('fr', 'avail', 'Dispo.'),
('fr', 'availability', 'Disponibilité'),
('fr', 'available', 'Disponible'),
('fr', 'available_fields', 'Champs disponibles'),
('fr', 'available_for_supplier', 'Disponibles pour fournisseur'),
('fr', 'available_for_vendor', 'Disponible pour le magasin'),
('fr', 'available_items', 'Articles disponibles'),
('fr', 'available_languages', 'Disponible'),
('fr', 'available_since', 'Disponible depuis'),
('fr', 'available_upgrades', 'Available upgrades'),
('fr', 'available_views', 'Les vues disponibles'),
('fr', 'avail_from', 'Disponible du'),
('fr', 'avail_till', 'Disponible jusqu\'au'),
('fr', 'average', 'Moyen'),
('fr', 'avs', 'AVS'),
('fr', 'awaiting', 'Attente'),
('fr', 'awaiting_approval', 'Attente approbation'),
('fr', 'backend_google_auth.errors.not_configured', 'Please configure the add-on first'),
('fr', 'backend_google_auth.login_page.btn', 'Connectez-vous avec Google'),
('fr', 'backend_google_auth.login_page.help', 'Veuillez sélectionner l\'adresse email qui a été spécifiée pour votre compte administrateur.'),
('fr', 'backend_google_auth.settings.authorized_redirect_uris', 'Your authorized redirect URIs:'),
('fr', 'backend_google_auth.settings.create_new_application', 'Pour obtenir votre ID client et créer confidentiellement une nouvelle application avec votre compte Google APIs.'),
('fr', 'backend_google_auth.settings.learn_more_about', 'En savoir plus sur les APIs Google'),
('fr', 'backend_google_auth.settings.provide_your_credentials', 'Veuillez renseigner vos identifiants Google API'),
('fr', 'backend_google_auth.settings.save_and_check_btn', 'Save and test the sign-in'),
('fr', 'backend_google_auth.settings.warning', 'Once you configure this add-on, only administrators with Gmail email addresses will be able to sign in to the Administration panel. If your administrators have non-Google email addresses specified, don\'t configure the add-on, or else those administrators won\'t be able to sign in.'),
('fr', 'backend_google_auth.user_not_found', 'L\'utilisateur <strong>[user]</strong> est introuvable'),
('fr', 'backend_google_auth.warnings.only_gmail_address_is_available_to_auth', 'The \"Back-End Sign-In via Google\" add-on is active. Only administrators with Gmail email addresses will be able to sign in.'),
('fr', 'backtrace', 'Traçage'),
('fr', 'backup', 'Sauvegarder'),
('fr', 'backupping_data', 'Sauvegarde des données pour'),
('fr', 'backupping_schema', 'Sauvegarde du schéma pour'),
('fr', 'backup_data', 'Sauvegarder les données de la BD'),
('fr', 'backup_filename', 'Nom du fichier de sauvegarde'),
('fr', 'backup_files', 'Fichiers de sauvegarde'),
('fr', 'backup_options', 'Options de sauvegarde'),
('fr', 'backup_restore', 'Backup/Restorer'),
('fr', 'backup_schema', 'Sauvegarder le schéma de la BD'),
('fr', 'back_in_stock_notification_footer', 'Bienvenue à l\'achat!'),
('fr', 'back_in_stock_notification_header', 'Nous vous écrivons pour vous informer que le produit suivant est à nouveau en stock dans notre magasin:'),
('fr', 'balance', 'Équilibre'),
('fr', 'balance_account', 'Équilibre du compte'),
('fr', 'balance_carried_forward', 'Solde reporté'),
('fr', 'bank', 'Banque'),
('fr', 'bank_cic', 'Groupe CIC'),
('fr', 'bank_cm', 'Crédit Mutuel'),
('fr', 'bank_obc', 'OBC'),
('fr', 'bank_routing_number', 'Numéro de routage de la banque'),
('fr', 'banner', 'Bannière'),
('fr', 'banners', 'Bannières'),
('fr', 'banners.editing_banner', 'Édition de la bannière'),
('fr', 'banners.new_banner', 'Nouvelle bannière'),
('fr', 'banners_menu_description', 'Créer des bannières texte et graphique qui peuvent être insérées dans la vitrine.'),
('fr', 'banner_code', 'Code bannière'),
('fr', 'banner_code_for_some_products', 'Code bannière pour quelques produits'),
('fr', 'banner_details_notes', 'Après avoir créé une bannière, vous devez utiliser  l\'<strong>éditeur de layout</strong> pour l\'ajouter à la boutique.<br /><br />Allez à  <a href=\"[layouts_href]\" target=\"_blank\">Design → Layouts</a>, commutez vers l\'emplacement où vous souhaitez que la bannière apparaisse et ajoutez un nouveau bloc type<strong>Banières</strong>.<br /><br />Dans les paramètres de ce bloc, allez dans l\'onglet <strong>Contenu</strong>, choisissez le remplissage<strong>manuel</strong>, et cliquez sur le bouton <strong>Ajouter bannières.</strong><br /><br />Vous verrez la liste de toutes les bannières de votre boutique. Sélectionnez celle(s) dont vous avez besoin et cliquer sur le bouton <strong>Ajouter bannières et fermer.</strong><br /><br />Finalement cliquez sur le bouton <strong>Créer</strong>pour enregistrer vos modifications.'),
('fr', 'banner_type.abt__ut2', 'AB: UniTheme2: Advanced banner'),
('fr', 'bar', 'Barre'),
('fr', 'base', 'Base'),
('fr', 'baseurl', 'Base URL'),
('fr', 'base_currency', 'Base'),
('fr', 'base_currency_not_deleted', 'La devise n\'a pas été supprimée parce que c\'est la devise de base du magasin.'),
('fr', 'base_price', 'Prix de base'),
('fr', 'bestsellers', 'Meilleures ventes'),
('fr', 'bestselling', 'Best-seller'),
('fr', 'bigpicture_template', 'Vue d\'ensemble'),
('fr', 'biller_code', 'Code de l\'émetteur de factures'),
('fr', 'billing_address', 'Adresse de facturation'),
('fr', 'billing_address_line_2', 'Billing: address (line 2)'),
('fr', 'billing_city', 'Billing: city'),
('fr', 'billing_country', 'Billing: country'),
('fr', 'billing_first_name', 'Billing: first name'),
('fr', 'billing_last_name', 'Billing: last name'),
('fr', 'billing_options', 'Options de facturation'),
('fr', 'billing_phone', 'Billing: phone'),
('fr', 'billing_shipping_address', 'Adresse de facturation et de livraison'),
('fr', 'billing_state', 'Billing: state'),
('fr', 'billing_zipcode', 'Billing: zipcode'),
('fr', 'bill_to', 'Adresse de facturation'),
('fr', 'birthday', 'Anniversaire'),
('fr', 'bling', 'Bling ERP'),
('fr', 'bling_integration', 'Integração com a Bling'),
('fr', 'block', 'Bloc'),
('fr', 'blocks', 'Blocs'),
('fr', 'block_abt__ut2_advanced_subcategories_menu', 'AB: Advanced subcategories menu'),
('fr', 'block_abt__ut2_light_menu', 'AB: Fly menu'),
('fr', 'block_ab__deal_of_the_day', 'AB: Deal of the day'),
('fr', 'block_ab__deal_of_the_day_description', 'Preview of the chosen promotion'),
('fr', 'block_ab__fast_navigation', 'AB: Fast navigation'),
('fr', 'block_ab__fast_navigation_categories', 'AB: Fast navigation by categories'),
('fr', 'block_ab__fast_navigation_categories_description', 'Fast navigation block by subcategories'),
('fr', 'block_ab__fast_navigation_description', 'Block with fast navigation'),
('fr', 'block_ab__motivation_block', 'AB: Motivation block'),
('fr', 'block_ab__motivation_block_description', 'Output additional information about the store work'),
('fr', 'block_ab__multi_deal_of_the_day', 'AB: Multi Deal of the day'),
('fr', 'block_ab__multi_deal_of_the_day_description', 'Display anounce of one of chosen promotions, considering to their priorities'),
('fr', 'block_ab__promotions', 'AB: Promotions'),
('fr', 'block_ab__promotions_description', 'Promotions list'),
('fr', 'block_ab__promotion_main_data', 'AB: Promotion header'),
('fr', 'block_ab__promotion_main_data_description', 'General promotion data (name, image, description etc.)'),
('fr', 'block_already_exists_in_grid', 'Ce bloc existe déjà dans cette grille'),
('fr', 'block_availability_in_stores', 'Availability in stores'),
('fr', 'block_availability_in_stores_description', 'List of stores where the product can be purchased'),
('fr', 'block_banners', 'Bannières'),
('fr', 'block_banners_description', 'Bannières image et texte'),
('fr', 'block_blog', 'Derniers articles du blog'),
('fr', 'block_breadcrumbs', 'Aide à la navigation'),
('fr', 'block_breadcrumbs_description', 'Fil d\'ariane'),
('fr', 'block_call_request', 'Demandes d\'appel'),
('fr', 'block_call_request_description', 'Stocker le numéro de téléphone et formulaire de demande un appel'),
('fr', 'block_cart_content', 'Contenu du panier'),
('fr', 'block_cart_content_description', 'Contenu actuel du panier'),
('fr', 'block_categories', 'Catégories'),
('fr', 'block_categories_description', 'Arborescence des catégories'),
('fr', 'block_checkout', 'Commander'),
('fr', 'block_checkout_description', 'Information de la commande en cours'),
('fr', 'block_closest_vendors', 'Closest vendors'),
('fr', 'block_closest_vendors_description', 'Vendors from customer\'s city'),
('fr', 'block_content', 'Contenu du bloc'),
('fr', 'block_currencies', 'Devises'),
('fr', 'block_currencies_description', 'Sélecteur de devise'),
('fr', 'block_disabled', 'Le bloc a été désactivé pour cet emplacement'),
('fr', 'block_enabled', 'Le bloc a été activé pour cet emplacement'),
('fr', 'block_et_category_banner', 'ET - Category banners'),
('fr', 'block_et_cta', 'ET - Call to action'),
('fr', 'block_et_eib', 'ET - Extra info block'),
('fr', 'block_et_featured_product_banner_tabs', 'ET - Featured product banner tabs'),
('fr', 'block_et_featured_vendors', 'ET - Featured vendors'),
('fr', 'block_et_featured_vendors_sidebar', 'ET - Featured vendors sidebar'),
('fr', 'block_et_home_banners', 'ET - Home banners'),
('fr', 'block_et_home_grid', 'ET - Home grid'),
('fr', 'block_et_main_menu', 'ET - Main menu'),
('fr', 'block_et_menu_horizontal', 'ET - Menu (horizontal)'),
('fr', 'block_et_profile_info', 'ET - Profile info'),
('fr', 'block_et_search', 'ET - Search'),
('fr', 'block_et_sidebar_subcategories', 'ET - Sidebar subcategories'),
('fr', 'block_et_subcaegories', 'ET - Subcategories'),
('fr', 'block_et_subcategories', 'ET - Subcategories'),
('fr', 'block_et_top_menu', 'ET - Top menu'),
('fr', 'block_et_vendor_categories', 'ET - Vendor categories'),
('fr', 'block_et_vendor_contact_button', 'ET - Vendor contact button'),
('fr', 'block_et_vendor_store_description', 'ET - Vendor store description'),
('fr', 'block_et_vendor_store_header', 'ET - Vendor store header'),
('fr', 'block_et_vendor_store_header_mobile', 'ET - Vendor store header (mobile)'),
('fr', 'block_et_vendor_store_menu', 'ET - Vendor store menu'),
('fr', 'block_et_vendor_store_menu_mobile', 'ET - Vendor store menu (mobile)'),
('fr', 'block_geo_maps_customer_location', 'Localisation du client'),
('fr', 'block_geo_maps_customer_location_description', 'Ville du client et formulaire de sélection de la ville'),
('fr', 'block_gift_certificates_verify', 'Vérification du bon-cadeau'),
('fr', 'block_gift_certificates_verify_description', 'Saisie et validation du bon-cadeau'),
('fr', 'block_html_block', 'Bloc HTML'),
('fr', 'block_html_block_description', 'Tout contenu HTML'),
('fr', 'block_ip_after', 'Bloquer l\'adresse IP après un certain nombre de tentatives infructueuses'),
('fr', 'block_languages', 'Langues'),
('fr', 'block_languages_description', 'Sélecteur de langue'),
('fr', 'block_lite_checkout_customer_address', 'Checkout: Address'),
('fr', 'block_lite_checkout_customer_address_description', 'Profile fields for customer address'),
('fr', 'block_lite_checkout_customer_billing', 'Checkout: Billing address'),
('fr', 'block_lite_checkout_customer_billing_description', 'Profile fields for billing address'),
('fr', 'block_lite_checkout_customer_information', 'Checkout: Customer Information'),
('fr', 'block_lite_checkout_customer_information_description', 'Profile fields for customer information'),
('fr', 'block_lite_checkout_customer_notes', 'Checkout: Notes'),
('fr', 'block_lite_checkout_customer_notes_description', 'Customer\'s notes about the order'),
('fr', 'block_lite_checkout_customer_sign_in', 'Checkout: Sign-In'),
('fr', 'block_lite_checkout_customer_sign_in_description', 'Sign-in button'),
('fr', 'block_lite_checkout_location', 'Checkout: Location'),
('fr', 'block_lite_checkout_location_description', 'Customer\'s city, state, and country'),
('fr', 'block_lite_checkout_newsletters', 'Checkout: Newsletters'),
('fr', 'block_lite_checkout_newsletters_description', 'Ability to sign up for newsletters'),
('fr', 'block_lite_checkout_payment_methods', 'Checkout: Payment methods'),
('fr', 'block_lite_checkout_payment_methods_description', 'Payment method selection'),
('fr', 'block_lite_checkout_shipping_methods', 'Checkout: Shipping methods'),
('fr', 'block_lite_checkout_shipping_methods_description', 'Shipping method selection'),
('fr', 'block_lite_checkout_terms_and_conditions', 'Checkout: Terms and conditions'),
('fr', 'block_lite_checkout_terms_and_conditions_description', 'Checkbox for accepting terms and conditions'),
('fr', 'block_localizations', 'Localisations'),
('fr', 'block_localizations_description', 'Sélecteur de localisation'),
('fr', 'block_location_selector', 'Customer\'s location'),
('fr', 'block_location_selector_description', 'Enter address to search by location'),
('fr', 'block_mailing_lists', 'Inscription à la newsletter'),
('fr', 'block_mailing_lists_description', 'Champ d’email pour l’inscription à la newsletter'),
('fr', 'block_main', 'Principal'),
('fr', 'block_main_description', 'Contenu principal (chargé par le contrôleur)'),
('fr', 'block_manager', 'Gestion des blocs'),
('fr', 'block_manager.add_layout_page', 'Ajouter une mise en page'),
('fr', 'block_manager.availability.desktop', 'Desktop'),
('fr', 'block_manager.availability.phone', 'Phone'),
('fr', 'block_manager.availability.show_on', 'Show on'),
('fr', 'block_manager.availability.tablet', 'Tablet'),
('fr', 'block_manager.editing_layout_page', 'Éditer la page de mise en page'),
('fr', 'block_manager.fixed_layout', 'Largeur fixe'),
('fr', 'block_manager.fluid_layout', 'fluide'),
('fr', 'block_manager.forbid_changing_layout_in_css_mode', 'Changer lle format de la page quand le sujet est converti a CSS n\'est pas permis. Veuillez activer le mode LESS dans le Theme d\'Editeur.'),
('fr', 'block_manager.full_width_layout', 'Largeur totale'),
('fr', 'block_manager.grid_columns', 'Colonnes de la grille'),
('fr', 'block_manager.layout_pages', 'Format des pages'),
('fr', 'block_manager.layout_width', 'Largeur de la mise en page'),
('fr', 'block_manager.max_width', 'Largeur maximale'),
('fr', 'block_manager.min_width', 'Largeur minimal'),
('fr', 'block_manager.new_layout_page', 'Nouvelle mise de la page'),
('fr', 'block_manager.view_layout.desktop', 'Desktop preview'),
('fr', 'block_manager.view_layout.phone', 'Phone preview'),
('fr', 'block_manager.view_layout.reset_filter', 'Edit layouts'),
('fr', 'block_manager.view_layout.tablet', 'Tablet preview'),
('fr', 'block_manager.wrappers.lite_checkout', 'Lite checkout'),
('fr', 'block_menu', 'Menu'),
('fr', 'block_menu_description', 'Différents types de menus'),
('fr', 'block_my_account', 'Mon compte'),
('fr', 'block_my_account_description', 'Accès au profil client'),
('fr', 'block_name', 'Nom du bloc'),
('fr', 'block_options', 'Options de bloc'),
('fr', 'block_order', 'Bloc commande'),
('fr', 'block_our_brands', 'Marques'),
('fr', 'block_our_brands_description', 'Marques de produit présentées dans le magasin'),
('fr', 'block_pages', 'pages'),
('fr', 'block_pages_description', 'Pages de la boutique'),
('fr', 'block_payment_methods', 'Méthodes de paiement'),
('fr', 'block_payment_methods_description', 'Méthodes de paiement disponibles'),
('fr', 'block_polls', 'Sondages'),
('fr', 'block_products', 'Produits'),
('fr', 'block_products_description', 'Vitrine de produit'),
('fr', 'block_product_filters', 'Filtres de produit'),
('fr', 'block_product_filters_description', 'Options de filtrage de produits'),
('fr', 'block_product_filters_home', 'Filtre de produits pour pages d\'accueil'),
('fr', 'block_product_filters_home_description', 'Options pour filtrer les produits, affichees sur la page d\'accueil'),
('fr', 'block_rees46', 'REES46'),
('fr', 'block_rees46_description', 'Блок товарных рекомендаций'),
('fr', 'block_rss_feed', 'Flux RSS'),
('fr', 'block_rss_feed_description', 'Icône d\'inscription au flux RSS'),
('fr', 'block_search_vendors', 'Vendors by location'),
('fr', 'block_search_vendors_description', 'Search for vendors in a specific location'),
('fr', 'block_settings', 'Bloquer de paramètres'),
('fr', 'block_shipping_methods', 'Méthodes de livraison'),
('fr', 'block_shipping_methods_description', 'Méthodes de livraison disponibles'),
('fr', 'block_smarty_block', 'Bloc HTML avec support Smarty'),
('fr', 'block_smarty_block_description', 'Tout contenu HTML/Smarty'),
('fr', 'block_store_locator', 'Emplacement(s) magasin(s)'),
('fr', 'block_store_locator_description', 'Bloc de l\'emplacement des magasins'),
('fr', 'block_tags', 'Balises'),
('fr', 'block_tags_description', 'Balises des produits'),
('fr', 'block_template', 'Modèle'),
('fr', 'block_template_description', 'Bloc avec un modèle particulier'),
('fr', 'block_testimonials', 'Témoignages'),
('fr', 'block_testimonials_description', 'Témoignages d\'utilisateurs'),
('fr', 'block_text', 'Texte du bloc'),
('fr', 'block_time', 'Temps après quoi l\'adresse IP devra être bloquée'),
('fr', 'block_vendors', 'Vendeurs'),
('fr', 'block_vendors_map', 'Vendor map'),
('fr', 'block_vendors_map_description', 'A map of all vendors'),
('fr', 'block_vendor_categories', 'Categories de vendeurs'),
('fr', 'block_vendor_categories_description', 'Categories de produits disponibles a un vendeur particulier'),
('fr', 'block_vendor_filters', 'Filtres de vendeurs'),
('fr', 'block_vendor_information', 'Information sur vendeur'),
('fr', 'block_vendor_logo', 'Logo de vendeur'),
('fr', 'block_vendor_plan_info', 'Info sur plan du vendeur'),
('fr', 'block_vendor_plan_info_description', 'Affiche l\'information sur le plan du vendeur selectionné'),
('fr', 'block_vendor_search', 'Chercher par produits de vendeurs'),
('fr', 'block_width', 'Largeur du bloc'),
('fr', 'block_wrapper_updated', 'Le wrapper du bloc a été mis à jour'),
('fr', 'blog', 'Blog'),
('fr', 'blog.add_post', 'Nouvel article de blog'),
('fr', 'blog.editing_post', 'Modifier un article du blog'),
('fr', 'blog.et_featured_recent_posts_scroller', 'ET - Blog featured recent posts scroller'),
('fr', 'blog.et_sidebar_latest_posts_scroller', 'ET - Blog sidebar latest posts scroller'),
('fr', 'blog.new_post', 'Nouvel article de blog'),
('fr', 'blog.post', 'Article'),
('fr', 'blog.posts', 'Articles'),
('fr', 'blog.read_more', 'Lire la suite'),
('fr', 'blog.recent_posts', 'Blog : articles récents'),
('fr', 'blog.recent_posts_scroller', 'Blog: navigateur d\'articles récents'),
('fr', 'blog.text_links', 'Blog : liens textes'),
('fr', 'blog.view_post', 'Voir l\'article'),
('fr', 'blog_functionality_notes', '<p>Utilisez cette page pour gérer votre blog. C’est comment vous devriez organiser vos messages de blog :</p> <ul><li>Blog est un poste habituel qui a la <b>page de niveau racine</b>, comme la page parente.</li> <li>Choisir <b>Blog</b> comme la page parente pour vos messages blog.</li></ul>'),
('fr', 'blog_menu_description', 'Gérer les articles de votre blog.'),
('fr', 'bm.customer_information_block.warning.email_or_phome_must_be_required', 'Contact information must always have either email, or phone as a required field.'),
('fr', 'bm.customer_information_block.warning.field_automaticly_added', '\"[field_name]\" has been added as a required field automatically.'),
('fr', 'bm.customer_information_block.warning.field_marked_as_required', 'The \"[field_name]\" field has been marked as required.'),
('fr', 'bm_confirm', 'Effectuer cette action va [action] ce bloc sur toutes les pages [location_name]. Voulez-vous continuer ?'),
('fr', 'body', 'Message'),
('fr', 'body_html', 'Corps HTML'),
('fr', 'bonus', 'Bonus'),
('fr', 'bonuses', 'Bonus'),
('fr', 'both', 'Les deux'),
('fr', 'bottom_panel.admin_panel', 'Admin panel'),
('fr', 'bottom_panel.build_mode', 'Edit structure'),
('fr', 'bottom_panel.build_mode.not_available', 'Available only at the checkout page. Add a product to cart and go to checkout to see how it works.'),
('fr', 'bottom_panel.buy_license', 'Buy license'),
('fr', 'bottom_panel.change_theme', 'Change theme'),
('fr', 'bottom_panel.community_forums', 'Community forums'),
('fr', 'bottom_panel.customer_help_desk', 'Contact support'),
('fr', 'bottom_panel.documentation', 'Documentation'),
('fr', 'bottom_panel.download', 'Download'),
('fr', 'bottom_panel.edit_layout', 'Edit layout'),
('fr', 'bottom_panel.edit_menus', 'Edit menus'),
('fr', 'bottom_panel.edit_product_tabs', 'Edit product tabs'),
('fr', 'bottom_panel.edit_template', 'Edit template'),
('fr', 'bottom_panel.edit_translations', 'Edit translations'),
('fr', 'bottom_panel.faq', 'FAQ'),
('fr', 'bottom_panel.go_to_dashboard', 'Go to Dashboard'),
('fr', 'bottom_panel.go_to_home_page', 'Go to home page'),
('fr', 'bottom_panel.help', 'Help'),
('fr', 'bottom_panel.hide_bottom_admin_panel', 'Hide admin toolbar'),
('fr', 'bottom_panel.hire_a_developers', 'Hire a developer'),
('fr', 'bottom_panel.preview_mode', 'Preview'),
('fr', 'bottom_panel.restore_demo', 'Restore demo'),
('fr', 'bottom_panel.settings', 'Settings'),
('fr', 'bottom_panel.show_bottom_admin_panel', 'Show admin toolbar'),
('fr', 'bottom_panel.storefront', 'Storefront'),
('fr', 'bottom_panel.text_mode', 'Edit texts'),
('fr', 'bottom_panel.theme_mode', 'Edit style'),
('fr', 'bottom_panel.trial_left', 'Remaining trial period'),
('fr', 'bottom_panel.vendor_panel', 'Vendor panel'),
('fr', 'bottom_panel.video_tutorials', 'Video tutorials'),
('fr', 'bought', 'Déjà acheté'),
('fr', 'bought_amount', 'Quantité achetée'),
('fr', 'box_height', 'Hauteur de la boîte'),
('fr', 'box_length', 'Longueur de la boîte'),
('fr', 'box_size', 'Box size'),
('fr', 'box_width', 'Largeur de la boîte'),
('fr', 'brand', 'Marque'),
('fr', 'brand_type', 'Maque/Fabricant'),
('fr', 'breadcrumbs', 'Aide à la navigation'),
('fr', 'broken_addon_pack', 'Structure de module incorrecte. Le pack téléchargé ne peut pas être installé.'),
('fr', 'broken_po_pack', 'La structure du pack-PO est incorrect. Le pack téléchargé ne peut pas être installé.'),
('fr', 'browse', 'Parcourir...'),
('fr', 'browser_upgrade_notice', '<p>Nous avons détecté que le navigateur que vous utilisez ne supporte pas complètement le panneau d\'administration de CS-Cart. Vous pouvez visualiser ce site en utilisant votre navigateur actuel mais il peut ne pas s\'afficher correctement, et vous ne serez pas en mesure d\'utiliser complètement les fonctionnalités. </p><br><p>La visualisation du panneau d\'administration de CS-Cart est optimale si vous utilisez les navigateurs suivants:<ul><li>&ndash; <a href=\"http://windows.microsoft.com/fr-ch/internet-explorer/download-ie\" target=\"_blank\">Internet Explorer 9 et au-dessus</a></li><li>&ndash; <a href=\"http://www.mozilla.org/fr/firefox/new/\" target=\"_blank\">Mozilla Firefox (latest version)</a></li><li>&ndash; <a href=\"https://www.google.ch/intl/fr/chrome/browser/\" target=\"_blank\">Google Chrome (dernière version)</a></li></ul><br><p> Cliquez sur un des liens pour télécharger le navigateur de votre choix. Une fois le téléchargement effectué, installez le navigateur en exécutant le programme d\'installation. </p><br><p>Si vous ne pouvez pas mettre à jour votre navigateur maintenant, vous pouvez toujours accéder au panneau d\'administration, mais vous ne pourrez pas utiliser toutes les fonctionnalités. <br><br><a href=\"[url]\">Continuer</a></p>'),
('fr', 'browser_upgrade_notice_title', 'Notification de mise à jour du navigateur'),
('fr', 'browse_all_available_addons', 'Parcourir tous les addons disponibles'),
('fr', 'browse_all_available_themes', 'Parcourir tous les thèmes disponibles'),
('fr', 'browse_by_category', 'Browse by category'),
('fr', 'bucket', 'Seau'),
('fr', 'bulk_category_addition', 'Ajout catégories par lot'),
('fr', 'bulk_category_deletion_side_effects', 'This will delete all selected categories\' products, as well as their subcategories and their products.'),
('fr', 'bulk_edit.decrease_hint', 'To decrease the value use the \"-\". Example: -5'),
('fr', 'bulk_edit.example_of_modified_value', 'Example of the modified value'),
('fr', 'bulk_edit.make_active', 'Make products active'),
('fr', 'bulk_edit.make_disabled', 'Make products disabled'),
('fr', 'bulk_edit.make_hidden', 'Make products hidden'),
('fr', 'bulk_edit.price_and_stock', 'Price & Stock'),
('fr', 'bulk_edit.some_products_were_omitted', 'Some products were skipped because the last remaining category can\'t be removed or added for a product.'),
('fr', 'bulk_edit.some_products_were_omitted_other_storefront', 'Couldn\'t edit selected products. Some of the selected products belong to other storefronts; please deselect those products to be able to edit remaining ones.'),
('fr', 'bulk_edit.unable_to_delete_all_categories', 'At least one category must be selected'),
('fr', 'bulk_edit.what_do_these_checkboxes_mean', 'What do these checkboxes mean?'),
('fr', 'bulk_edit.what_do_these_checkboxes_mean_checked', 'all the selected products belong to this category or will be assigned to it.'),
('fr', 'bulk_edit.what_do_these_checkboxes_mean_indeterminate', 'some of the selected products belong to this category; no changes will be made.'),
('fr', 'bulk_edit.what_do_these_checkboxes_mean_unchecked', 'none of the selected products belong to this category, or they will be removed from it.'),
('fr', 'bulk_print_invoice', 'Impression de factures en masse'),
('fr', 'bulk_print_packing_slip', 'Packing slip bulk print'),
('fr', 'bulk_print_pdf', 'Invoice bulk print (PDF)'),
('fr', 'bulk_product_addition', 'Ajout de produit par lot'),
('fr', 'bundleid', 'Bundle Id'),
('fr', 'button_bgcolor', 'Couleur de fond du bouton'),
('fr', 'button_text_color', 'Couleur du texte du bouton'),
('fr', 'but_change', 'Changer'),
('fr', 'buyer_name', 'Nom de l\'acheteur'),
('fr', 'buy_in_advance', 'Acheter en avance'),
('fr', 'buy_in_advance_upgrade_notification.message', '<p>Customers can now preorder products that have <b>Out of stock actions</b> set to <i>Buy in advance</i> even when the <b>Allow negative amount in inventory</b> setting is disabled. Currently the following products are available on backorder:</p><ul>[products_list]</ul><p>If you don\'t want to allow customers to purchase some of these products while you don\'t have them in stock, please edit these products and set their <b>Out of stock actions</b> to <i>None</i>.</p>'),
('fr', 'buy_in_advance_upgrade_notification.title', 'New behavior of \"Out of stock actions: Buy in advance\"'),
('fr', 'buy_license', 'Acheter une licence'),
('fr', 'buy_new_storefront_license', 'Acheter la Licence Vitrines [product]'),
('fr', 'buy_now', 'Acheter maintenant'),
('fr', 'buy_now_url', 'URL Acheter maintenant'),
('fr', 'buy_together', 'Acheter ensemble'),
('fr', 'buy_together_calculation_information', 'Prix total:[total_price], rabais:[discount], prix de la combinaison:[combination_price]'),
('fr', 'buy_together_combination_cannot_be_added', 'La combinaison ne peut pas être ajoutée au panier'),
('fr', 'buy_together_fill_the_mandatory_fields', 'Veuillez préciser les options de produit avant d\'ajouter cette combinaison au panier.'),
('fr', 'buy_together_is_not_compatible_with_configurator', '[product_name] ne peut pas être ajouté à cette combinaison. L\'achat simultané/ensemble/en même temps/ n\'est pas compatible avec l\'add on de configuration de produit.'),
('fr', 'buy_together_is_not_compatible_with_recurring_billing', '[product_name] ne peut pas être ajouté à la combinaison. Acheter ensemble n\'est pas compatible avec le module de facturation répétitive'),
('fr', 'buy_together_product_was_removed', '[product] n\'est pas en quantité suffisante ([amount]) et a été retiré du panier'),
('fr', 'by', 'par'),
('fr', 'bytes', 'octets'),
('fr', 'by_fixed', 'par montant fixe'),
('fr', 'by_percentage', 'pourcentage du prix initial'),
('fr', 'b_first_name_and_last_name', 'First name and last name (for billing)'),
('fr', 'b_fullname', 'Full name (for billing)'),
('fr', 'b_last_name_and_first_name', 'Last name and first name (for billing)'),
('fr', 'C128A', 'Code 128 est une haute densité de symbologie de code à barres. <br/>Utilisé largement le monde. <br/>Code 128 est conçu pour encoder les 128 caractères ASCII plein. <br/>Code 128-A - 0-9, AZ, ASCII codes de contrôle, de caractères spéciaux. <br/>Code 128-B - 0-9, AZ, az, des caractères spéciaux. <br/>Code 128-C - 00-99 (double densité encodage des données numériques seulement). <br/>'),
('fr', 'C128B', 'Code 128 est une haute densité de symbologie de code à barres. <br/>Utilisé largement le monde. <br/>Code 128 est conçu pour encoder les 128 caractères ASCII plein. <br/>Code 128-A - 0-9, AZ, ASCII codes de contrôle, de caractères spéciaux. <br/>Code 128-B - 0-9, AZ, az, des caractères spéciaux. <br/>Code 128-C - 00-99 (double densité encodage des données numériques seulement). <br/>'),
('fr', 'C128C', 'Code 128 est une haute densité de symbologie de code à barres. <br/>Utilisé largement le monde. <br/>Code 128 est conçu pour encoder les 128 caractères ASCII plein. <br/>Code 128-A - 0-9, AZ, ASCII codes de contrôle, de caractères spéciaux. <br/>Code 128-B - 0-9, AZ, az, des caractères spéciaux. <br/>Code 128-C - 00-99 (double densité encodage des données numériques seulement). <br/>'),
('fr', 'C39', 'Connu aussi comme USS Code 39, 3 de 9. <br/>Code 39 peut encoder des caractères alphanumériques. <br/>La symbologie est utilisé dans un environnement de non-distribution. <br/>Code 39 est conçu pour encoder les 26 lettres majuscules, 10 chiffres et 7 caractères spéciaux .'),
('fr', 'cache_cleared', 'Le cache a été vidé'),
('fr', 'calculate', 'Calculer'),
('fr', 'calculate_shipping_cost', 'Calculer le coût d\'expédition'),
('fr', 'calendar', 'Calendrier'),
('fr', 'call_request.work_time', 'Lun-Ve-9.a.m-6 p.m.'),
('fr', 'call_requests', 'Demandes d\'appel'),
('fr', 'call_requests.agreement_text_full_request_call_request_form', '<p>Nous ([company]) utiliserons les données que vous nous fournissez ici pour vous contacter à propos de votre requête d\'appel ou votre commande. Ces données pourront être consultées uniquement par notre personnel. elles resteront dans notre système jusqu\'à ce que vous retiriez votre consentement. Si vous souhaitez que vos données personnelles soient supprimées, envoyez un courrier électronique à [email].</p> <p>Si vous pensez que vos données personnelles ont été utilisées à mauvais escient, vous avez le droit de déposer une plainte auprès d\'une autorité de surveillance. Le règlement général de l’UE sur la protection des données nous oblige à vous informer de ce droit. Nous n’avons pas réellement l’intention d’utiliser abusivement vos données.</p>'),
('fr', 'call_requests.agreement_text_short_request_call_request_form', 'Je consens à ce que mes données personnelles <u>soient traitées comme suit.</u>'),
('fr', 'call_requests.awaiting_call', 'En attente d\'appel'),
('fr', 'call_requests.buy_now_with_one_click', 'Acheter maintenant en un 1-click'),
('fr', 'call_requests.convenient_time', 'Heure convenable'),
('fr', 'call_requests.enter_phone_or_email_text', 'Veuillez entrer votre numéro de téléphone ou votre adresse mail (afin que notre gestionnaire puisse vous contacter)'),
('fr', 'call_requests.error_validate_call_form', 'Veuillez entrer votre adresse mail ou votre numéro de téléphone'),
('fr', 'call_requests.error_validator_phone', 'Le code couleur dans le champ <b>[field]</b> n\'est pas valable.'),
('fr', 'call_requests.event.request_about_product_created.name', 'Call requests: request about product created'),
('fr', 'call_requests.event.request_created.name', 'Call requests: request created'),
('fr', 'call_requests.notes', 'Notes'),
('fr', 'call_requests.no_name_specified', 'Aucun nom spécifié'),
('fr', 'call_requests.order_exists', 'La commande existe'),
('fr', 'call_requests.order_placed', 'Nous avons reçu votre demande ! La commande #[order_id] a été créée avec succès. Notre gestionnaire vous contactera bientôt.'),
('fr', 'call_requests.person_name_and_phone', 'Nom et téléphone'),
('fr', 'call_requests.phone_from_settings', 'Téléphone depuis les paramètres'),
('fr', 'call_requests.requested_product', 'Produit demandé'),
('fr', 'call_requests.request_call', 'Appel de demande'),
('fr', 'call_requests.request_call_request_form', 'Demandes d\'appel : formulaire de requête'),
('fr', 'call_requests.request_recieved', 'Nous avons reçu votre demande ! Notre gestionnaire vous contactera bientôt.'),
('fr', 'call_requests.responsible', 'Responsable'),
('fr', 'call_requests.status.completed', 'Terminé'),
('fr', 'call_requests.status.in_progress', 'En cours'),
('fr', 'call_requests.status.new', 'Nouveau'),
('fr', 'call_requests.status.no_answer', 'Pas de réponse'),
('fr', 'call_requests.text_buy_with_one_click_request', 'Сustomer [customer] est <a href=\"[href]\"> en attente de votre appel</a> sur [phone_number], au sujet de l’achat de la produit <a href=\"[product_href]\">[product_name]</a>.'),
('fr', 'call_requests.text_call_request', 'Client{client} est <a href=\'\'{href}\'\'> attendant votre appel</a>sur {phone_number.'),
('fr', 'call_requests.text_call_request_call_time', 'Le temps de garde pratique est entre [time_from] et [time_to].'),
('fr', 'call_requests.use_for_call_requests', 'Demandez et achetez maintenant d\'un seul clic avec le formulaire'),
('fr', 'call_requests_menu_description', 'Gérer les demandes d\'appel client'),
('fr', 'campaign', 'Campagne'),
('fr', 'campaigns', 'Campagnes'),
('fr', 'campaign_stats', 'Statistiques de campagne'),
('fr', 'canada_post_activation_error', 'Pour activer le processeur d\'expédition de la poste canadienne, vous devez avoir activé la devise  en dollar canadien.'),
('fr', 'canada_post_upgrade_notification_text', '<p>The latest version of [product] has different settings for realtime shipping rate calculation if you use Canada Post as a Carrier.</p><p>If you want to show current shipping rates to your clients, do this:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses Canada Post as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li><li>switch to the Configure tab and enter the proper <a href=\"https://www.canadapost.ca/cpo/mc/business/productsservices/developers/services/gettingstarted.jsf\" target=\"_blank\">API keys</a></li></ul>'),
('fr', 'canada_post_upgrade_notification_title', 'Canada Post realtime shipping rate calculation changes'),
('fr', 'cancel', 'Annuler'),
('fr', 'canceled_reversal', 'Inversion annulée'),
('fr', 'cancelled', 'Annulée'),
('fr', 'cancel_order', 'Cancelar pedido'),
('fr', 'cancel_url_target', 'Annuler l\'URL cible'),
('fr', 'cannot_buy', 'Vous ne pouvez acheter le produit avec ces variantes d\'options'),
('fr', 'cannot_proccess_checkout', 'Votre panier est vide, vous ne pouvez pas commander.'),
('fr', 'cannot_proccess_checkout_without_payment_methods', 'Il n\'existe pas de méthodes de paiement, vous ne pouvez pas passer à la caisse.'),
('fr', 'cannot_remove_active_theme', 'Impossible de supprimer le thème actif'),
('fr', 'cannot_remove_theme_has_dependent_themes', 'The theme can\'t be removed as the following themes depend on it: [dependent_themes]'),
('fr', 'cannot_upload_file', 'Cannot upload file'),
('fr', 'cannot_write_file', 'Ne peut écrire au fichier <b>[file]</b>. Vérifier svp les permissions en écriture du fichier et du répertoire.'),
('fr', 'cant_create_backup_file', 'Ne peut pas charger le fichier de sauvegarde. Veuillez verifier les permission du repertoire \'var/backups\'installees.'),
('fr', 'cant_find_thread', 'Le fil de discussion ne peut pas être trouvé.'),
('fr', 'cant_remove_addon_files', 'Add-on files couldn\'t be removed'),
('fr', 'cant_remove_default_storefront', 'La vitrine par défaut <b>[url]</b> ne peut pas être enlevée'),
('fr', 'cant_save_percentage_price', 'Vous ne pouvez pas utilisez un pourcentage pour le prix de base.'),
('fr', 'cant_upload_file', 'Couldn\'t upload the file. The problem isn\'t necessarily on the [product] end. If it occurs regularly, please contact your server administrator or our technical support.'),
('fr', 'captcha_upgrade_notification_text', '<p>Previously you had to use <b>Settings → Image verification</b> to configure anti-bot protection. Starting with [product] 4.5.1, that section of the settings doesn\'t exist. All relevant settings were moved to the Google reCAPTCHA add-on. The values of those settings remain as they were before the upgrade.</p><p>The Google reCAPTCHA add-on is now the only mechanism of anti-bot protection available in [product] by default. To set up anti-bot validation, follow these steps:</p><ol><li>Go to <b>Add-ons → Manage add-ons</b>.</li><li>Find and click on <b>Google reCAPTCHA</b> in the list of add-ons.</li><li>A pop-up window will open. Enter <b>Site key</b> and <b>Secret token</b>, then save your changes. The instructions on how to get the key and token are available <a href=\'https://developers.google.com/recaptcha/docs/start\' target=\'_blank\'>here</a>.</li><li>Configure other settings of the add-on as you see fit.</li></ol>'),
('fr', 'captcha_upgrade_notification_title', 'Image verification was fully replaced by Google reCAPTCHA'),
('fr', 'capture', 'Capture'),
('fr', 'card', 'Carte'),
('fr', 'cardholder_name', 'Nom du porteur'),
('fr', 'card_number', 'Numéro de carte'),
('fr', 'carousel', 'Carrousel'),
('fr', 'carousel_swiper', 'Swiper'),
('fr', 'carrier', 'Transporteur'),
('fr', 'carrier_aup', 'Poste d\'Australie'),
('fr', 'carrier_can', 'Poste de Canada'),
('fr', 'carrier_dhl', 'DHL'),
('fr', 'carrier_fedex', 'FedEx'),
('fr', 'carrier_store_locator', 'Pickup'),
('fr', 'carrier_swisspost', 'Poste Suisse'),
('fr', 'carrier_temando', 'Temando'),
('fr', 'carrier_ups', 'UPS'),
('fr', 'carrier_usps', 'USPS'),
('fr', 'cart', 'Panier'),
('fr', 'cart_content', 'Contenu du panier'),
('fr', 'cart_contents', 'Contenus du panier'),
('fr', 'cart_info', 'Informations CS-Cart'),
('fr', 'cart_is_empty', 'Panier vide'),
('fr', 'cart_items', 'Articles du Panier'),
('fr', 'cart_or_wishlist', 'Carte ou Liste de souhaits'),
('fr', 'cart_subtotal', 'Sous-total du panier'),
('fr', 'cash_on_delivery', 'Paiement contre-remboursement'),
('fr', 'catalog', 'Catalogue'),
('fr', 'catalog_mode', 'Mode catalogue'),
('fr', 'catalog_pages', 'Pages du catalogue'),
('fr', 'categories', 'Catégories'),
('fr', 'categories_have_been_added', 'Les catégories ont été ajoutées'),
('fr', 'categories_in', 'Catégories dans'),
('fr', 'categories_menu_description', 'Voir les catégories de produits qui sont utilisées pour les produits du groupe dans votre magasin.'),
('fr', 'category', 'Catégorie'),
('fr', 'category_deletion_side_effects', 'This will delete all selected category\'s products, as well as its subcategories and their products.'),
('fr', 'category_delimiter', 'Délimiteur de la catégorie'),
('fr', 'category_description', 'Description catégorie'),
('fr', 'category_location', 'Chemin catégorie'),
('fr', 'category_name', 'Nom de la catégorie'),
('fr', 'cc_button_submit', 'Proceed to checkout'),
('fr', 'cc_last_digit', 'Final do cartão'),
('fr', 'cdn_settings', 'Paramètres CDN'),
('fr', 'central', 'Central'),
('fr', 'central_content', 'Contenu central'),
('fr', 'certificate', 'Bon'),
('fr', 'certificate_already_used', 'Ce bon cadeau a déjà été utilisé.'),
('fr', 'certificate_code_not_available', 'Ce bon cadeau ne peut pas être utilisé. Veuillez contacter l\'administration du shop.'),
('fr', 'certificate_code_not_valid', 'Le code du bon cadeau est invalide.'),
('fr', 'certificate_filename', 'Nom du fichier certificat'),
('fr', 'certificate_verification', 'Valider / racheter bon-cadeau'),
('fr', 'change', 'Changer'),
('fr', 'changed', 'Changé'),
('fr', 'changes', 'modifications'),
('fr', 'change_access_permission_to_config', 'En outre, il est recommandé de changer les autorisations d\'accès pour le fichier config.local.php. Il doit avoir l\'autorisation 644 (lecture/écriture pour le propriétaire et lecture pour les autres).'),
('fr', 'change_addons_initialization', 'Changer le processus des modules'),
('fr', 'change_addons_initialization_description', 'To determine if a certain problem is caused by an add-on, you can disable third-party add-ons or all add-ons. Re-enable them later with one click.'),
('fr', 'change_customer', 'Change customer'),
('fr', 'change_gift_certificate_status', 'Changer le statut d\\\'un bon-cadeau à'),
('fr', 'change_language', 'Changer la langue'),
('fr', 'change_order_status_b_subj', 'Order #[order] has been backordered'),
('fr', 'change_order_status_b_text', 'Your order has been backordered.'),
('fr', 'change_order_status_c_subj', 'Order #[order] has been completed'),
('fr', 'change_order_status_c_text', 'Your order has been completed. Thank you for choosing us.'),
('fr', 'change_order_status_default_subj', 'The status of order #[order] has been changed to [status]'),
('fr', 'change_order_status_default_text', 'The status of your order has been changed to [status].'),
('fr', 'change_order_status_d_subj', 'Order #[order] has been declined'),
('fr', 'change_order_status_d_text', 'Your order has been declined. Please contact shop administration.'),
('fr', 'change_order_status_f_subj', 'Order #[order] failed'),
('fr', 'change_order_status_f_text', 'Your order has been unsuccessful. Please contact shop administration.'),
('fr', 'change_order_status_i_subj', 'Order #[order] has been canceled'),
('fr', 'change_order_status_i_text', 'Your order has been canceled. Please contact shop administration.'),
('fr', 'change_order_status_o_subj', 'Order #[order] has been placed successfully'),
('fr', 'change_order_status_o_text', 'Thank you for the order. You are welcome to come back!'),
('fr', 'change_order_status_p_subj', 'Order #[order] has been processed'),
('fr', 'change_order_status_p_text', 'Your order has been processed successfully.'),
('fr', 'change_password_notification', 'Veuillez changer votre mot de passe s\'il vous plait'),
('fr', 'change_password_notification_body', 'Votre mot de passe pour accéder au panneau d\'administration du magasin [store] a été changé il y a [days] jours. Pour des raisons de sécurité, veuillez changer votre mot de passe. Pour ce faire, suivez le lien:'),
('fr', 'change_permissions', 'Changer permissions'),
('fr', 'change_points', 'Changer les points'),
('fr', 'change_range', 'Change la gamme'),
('fr', 'charged_amount', 'Montant facturé'),
('fr', 'charge_to_vendor_account', 'Paiement au compte du vendeur'),
('fr', 'charset', 'Caractères'),
('fr', 'chart', 'Diagramme'),
('fr', 'charts', 'Diagrammes'),
('fr', 'chart_type', 'Type de diagramme'),
('fr', 'check', 'Vérifier'),
('fr', 'checkbox', 'Case à cocher'),
('fr', 'checked', 'Checked'),
('fr', 'checking_account_number', 'Vérification du numéro de compte'),
('fr', 'checking_core_edition_is_not_suitable', 'L\'édition de votre panier ([current_edition]) n\'est pas supportée. Requis: [required_edition].'),
('fr', 'checking_core_version_is_not_suitable', 'La version de votre panier ([verions]) n\'est pas supportée. Minimale: [min]. Maximale: [max].'),
('fr', 'checking_extension_should_be_installed', 'L\'extension [extension] doit être installée sur votre serveur pour une action correcte du module supplémentaire'),
('fr', 'checking_extension_should_be_removed', 'L\'extension [extension] doit être supprimée de votre serveur pour un fonctionnement correcte du module supplémentaire.'),
('fr', 'checking_extension_version_is_not_suitable', 'La version ([version]) de l\'extension [extension] n\'est pas supportée par le module supplémentaire. Minimale: [min]. Maximale: [max].'),
('fr', 'checking_php_version_is_not_suitable', 'La version ([version]) de PHP n\'est pas supportée. Minimum:  [min]. Maximum: [max].'),
('fr', 'checkout', 'Commander'),
('fr', 'checkout.email_exists.popup.cancel_btn', 'Use another email'),
('fr', 'checkout.email_exists.popup.message', 'An account with your email already exists. We can sign you in (password won\'t be needed), or you can use another email if you\'d like.'),
('fr', 'checkout.email_exists.popup.sign_in_btn', 'Sign me in'),
('fr', 'checkout.email_exists.popup.title', 'You may have bought from us before'),
('fr', 'checkout.min_cart_subtotal_required', 'To continue checkout process your order subtotal must exceed [amount]'),
('fr', 'checkout_as_guest', 'Passage à la caisse comme invité'),
('fr', 'checkout_block_with_heading', 'Checkout block (H2 heading)'),
('fr', 'checkout_edp_terms_n_conditions', 'J\'accepte les termes contenu dans'),
('fr', 'checkout_location_was_rewritten_upgrade_notification_text', '<p>You can now move parts of the new checkout page around, or hide the parts you don\'t need. To do this, go to <b>Design → Layouts</b> and switch to the <i>Checkout</i> tab. For your convenience, we have updated your checkout page: it now has all the new blocks that a clean [product] installation has. Please check your checkout page and modify it as you see fit.</p><p>We also made a back-up of your previous checkout page. If you need to revert our changes, just import the layout from <b>[file_paths]</b></p><p><a href=\"[layout_page]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Configure checkout here</a></p>'),
('fr', 'checkout_location_was_rewritten_upgrade_notification_title', 'Customize your checkout page'),
('fr', 'checkout_select_profile_before_order', 'Please select a profile before you place the order.'),
('fr', 'checkout_terms_n_conditions', 'Selectionner la boite a cocher pour accepter les [terms_href]'),
('fr', 'checkout_terms_n_conditions_alert', 'Pour continuer vous devez accepter nos conditions générales.'),
('fr', 'checkout_terms_n_conditions_name', 'Termes et Conditions'),
('fr', 'check_active', 'actif'),
('fr', 'check_again', 'Vérifier à nouveau'),
('fr', 'check_all', 'Tout'),
('fr', 'check_disabled', 'Désactivé'),
('fr', 'check_hidden', 'Caché'),
('fr', 'check_items_text', 'Pour inclure les statuts de commande, les méthodes de paiement et les destinations dans la liste de conditions, vérifiez l\'article nécessaire et cliquez sur le bouton \'Enregistrer\'.'),
('fr', 'check_none', 'Aucun'),
('fr', 'check_number', 'Vérifier le nombre'),
('fr', 'check_pending', 'En attente'),
('fr', 'check_permissions', 'Verifier permissions'),
('fr', 'check_php_timeout', 'Check PHP script timeout'),
('fr', 'check_server_export_settings', 'Vérifiez les paramètres d\'exportation de serveur'),
('fr', 'check_ssl', 'Vérifier SSL'),
('fr', 'check_uncheck_all', 'Cocher / tout décocher'),
('fr', 'chinese', 'chinois'),
('fr', 'choose', 'Choisir'),
('fr', 'choose_action', 'Choisir une action'),
('fr', 'choose_category', 'Choisir la catégorie'),
('fr', 'choose_user', 'Choisir l\'utilisateur'),
('fr', 'choose_your_country', 'Choisir votre pays'),
('fr', 'choose_your_store_mode', 'Choisissez votre mode de licence'),
('fr', 'cities', 'Villes'),
('fr', 'city', 'Ville'),
('fr', 'classes', 'classes'),
('fr', 'clean', 'Nettoyé'),
('fr', 'cleanup_history', 'Vider l\'historique'),
('fr', 'cleanup_log', 'Nettoyer le journal'),
('fr', 'clean_logs', 'Eliminer les logs'),
('fr', 'clean_old_logs', 'Clear logs older than [n] day|Clear logs older than [n] days'),
('fr', 'clean_up_all_locations_on_import', 'Nettoyer les emplacements avant l\'import'),
('fr', 'clear', 'effacer'),
('fr', 'clear_cache', 'Nettoyer le cache'),
('fr', 'clear_cart', 'Vider le panier'),
('fr', 'clear_conditions', 'Effacer les conditions'),
('fr', 'clear_fields', 'Vider les champs'),
('fr', 'clear_list', 'Effacer la liste'),
('fr', 'clear_thumbnails', 'Nettoyer les vignettes générées'),
('fr', 'clear_wishlist', 'Effacer liste de souhaits'),
('fr', 'clicks', 'Cliques'),
('fr', 'client_id', 'ID Client');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('fr', 'clone', 'Cloner'),
('fr', 'clone_categories', 'Copier catégories'),
('fr', 'clone_from', 'Clone de'),
('fr', 'clone_layouts', 'Copier les mises en page'),
('fr', 'clone_pages', 'Partager les pages'),
('fr', 'clone_payments', 'Partager les méthodes de paiement'),
('fr', 'clone_products', 'Partager les produits'),
('fr', 'clone_product_features', 'Partager les caractéristiques produit'),
('fr', 'clone_product_filters', 'Partager les filtres produit'),
('fr', 'clone_profile_fields', 'Partager les champs du profil'),
('fr', 'clone_promotions', 'Partager les promotions'),
('fr', 'clone_selected', 'Clôner sélection'),
('fr', 'clone_settings', 'Copier les paramètres'),
('fr', 'clone_shippings', 'Partager les méthodes de livraison'),
('fr', 'clone_sitemap', 'Copier le plan du site'),
('fr', 'clone_static_data_clone', 'Copier les menus'),
('fr', 'clone_table', 'Clôner table'),
('fr', 'clone_theme', 'Cloner le thème'),
('fr', 'clone_this_item', 'Clôner cet élement'),
('fr', 'clone_this_page', 'Cloner cette page'),
('fr', 'close', 'Fermer'),
('fr', 'close_selected_storefronts', 'Close selected'),
('fr', 'close_storefront', 'Close storefront'),
('fr', 'close_storefront.setting_notice', 'You can open or close a storefront on the storefront editing page'),
('fr', 'cmcic_societe', 'Société'),
('fr', 'cname', 'CNAME'),
('fr', 'code', 'Code'),
('fr', 'code_snippets', 'Code snippets'),
('fr', 'coefficient', 'Coefficient'),
('fr', 'collapse_bg_color', 'Réduire la couleur du fond'),
('fr', 'collapse_section', 'Collapse section'),
('fr', 'collapse_sublist_of_items', 'Fermer la sous-liste des items'),
('fr', 'collapse_text_color', 'Réduire la couleur du texte'),
('fr', 'color', 'Couleur'),
('fr', 'column', 'Colonne'),
('fr', 'combination', 'Combinaison'),
('fr', 'combination_code', 'Combination code'),
('fr', 'combination_products', 'Combinaison des produits'),
('fr', 'comma', 'Virgule'),
('fr', 'comment', 'Commenter'),
('fr', 'comments', 'Commentaire'),
('fr', 'comments_and_reviews', 'Commentaire et revues'),
('fr', 'comments_and_reviews_menu_description', 'Commentaires et avis sur les produits, catégories, commandes, etc..'),
('fr', 'comment_by', 'Commentaire de'),
('fr', 'comment_hint', 'Saisir le commentaire qui apparaîtra en dessous de l\'option'),
('fr', 'commerceml.map.entity_type.warehouse', 'Warehouses'),
('fr', 'commerceml.tab.warehouse', 'Warehouses'),
('fr', 'commission', 'Commission'),
('fr', 'commissions', 'Commissions'),
('fr', 'commissions_of_last_periods', 'Commissions des dernières périodes'),
('fr', 'commission_rates', 'Taux commission'),
('fr', 'communication', 'Communication'),
('fr', 'communication_and_rating', 'Communication et notation'),
('fr', 'compact_list', 'Liste compacte'),
('fr', 'companies', 'Vendeurs'),
('fr', 'company', 'Société'),
('fr', 'company_address', 'Adresse de la société'),
('fr', 'company_name', 'Nom de la société'),
('fr', 'company_not_found', 'Société sélectionnée introuvable.'),
('fr', 'company_phone', 'Téléphone de la société'),
('fr', 'company_settings', 'Paramètres de l\'entreprise'),
('fr', 'compare', 'Comparer'),
('fr', 'compare_product_features', 'Comparer les caractéristiques des produits.'),
('fr', 'comparison_list', 'Liste de comparaison'),
('fr', 'comparison_list_note', 'Aller a la liste des comparaisons'),
('fr', 'comparsion', 'Comparison'),
('fr', 'compatible_class', 'Classe compatible'),
('fr', 'completed', 'Complète'),
('fr', 'compressing_backup', 'Compression du fichier de sauvegarde'),
('fr', 'compress_dump', 'Compresser fichier de sauvegarde'),
('fr', 'condition', 'Condition'),
('fr', 'conditions', 'conditions'),
('fr', 'configure', 'Configurer'),
('fr', 'confirm', 'Confirmer'),
('fr', 'confirmation_dialog', 'Boite de confirmation'),
('fr', 'confirmed', 'Confirmé'),
('fr', 'confirm_password', 'Confirmer mot de passe'),
('fr', 'conflicts', 'Conflits'),
('fr', 'congratulations', 'Confirmé !'),
('fr', 'connection_ticket', 'Ticket de connexion'),
('fr', 'contact', 'Contact'),
('fr', 'contact_information', 'Informations de contact'),
('fr', 'contact_us_for_price', '[Nous contacter pour un prix]'),
('fr', 'container_not_used', 'Ce container n\'est PAS utilisé. Un container dpar défaut sera utilis. Définissez cet emplacement par defaut pour utiliser ce container \"[container]\" pour tous les emplacements.'),
('fr', 'container_options', 'Options de conteneur'),
('fr', 'content', 'Contenu'),
('fr', 'content_alignment', 'Alignement du contenu'),
('fr', 'content_changed_for', 'Ces instances de bloc ont un contenu différent pour'),
('fr', 'continue', 'Continuer'),
('fr', 'continue_shopping', 'Continuer les achats'),
('fr', 'controller', 'Remplacer avec'),
('fr', 'controller_description', 'Si vous souhaitez spécifier un nom de référencement pour l\'URL, p. e. http://example.com/index.php?dispatch=<b>categories.catalog</b>, vous devez entrer la valeur \"<b>categories.catalog</b>\" dans le champ \"<b>The value of the \"dispatch\" parameter from the URL</b>\" et spécifier le nom de référencement dans le champ \"<b>SEO name</b>\".'),
('fr', 'conversion', 'Conversion'),
('fr', 'converting_data_in_table', 'Convertir les informations dans un tableau [table]'),
('fr', 'cookie_is_disabled', 'For a complete shopping experience, please <a href=\"http://www.wikihow.com/Enable-Cookies-in-Your-Internet-Web-Browser\" target=\"_blank\">set your browser to accept cookies</a>'),
('fr', 'cookie_policy_upgrade_notification_text', '<p>Some countries require that websites notify customers about the use of cookies. Previously you could do that under <b>Settings → Security</b>. That setting has now been moved to the <b>GDPR Compliance (EU)</b> add-on. Here\'s what we advise doing:</p><ol><li>Go to <b>Add-ons → Manage add-ons</b>.</li><li>Switch to the <b>Browse all available add-ons</b> tab.</li><li>Make sure that the <b>GDPR Compliance (EU)</b> add-on is installed and active.</li><li>Click on the add-on name to open the its settings.</li><li>If the <b>Cookie consent</b> setting is set to <i>Implicit</i>, then your store behaves as before the upgrade.</li><li>Switch to the GDPR tab and make sure that the notifications about personal data processing are configured as you want them to.</li><li>Click <b>Save</b>.</li></ol><p>If you\'d like, you can set the consent mode to <i>Explicit</i>; that way customers will need to explicitly agree to the use of cookies before they can access your store.</p>'),
('fr', 'cookie_policy_upgrade_notification_title', 'Cookie notification settings moved to GDPR add-on'),
('fr', 'coordinates', 'Coordonnées'),
('fr', 'copied', 'Copied'),
('fr', 'copy', 'Copy'),
('fr', 'copyright_shopping_cart', 'CS-Cart - logiciel e-commerce'),
('fr', 'copy_from_layout', 'Copier les données de mise en page'),
('fr', 'copy_theme_from_another_storefront', 'Copiez le thème et sa mise en page depuis une autre vitrine'),
('fr', 'copy_to_other_locations', 'Copy to other locations'),
('fr', 'core', 'Noyau'),
('fr', 'core_files_have_been_modified', 'Some of your <a href=\"[changes_url]\">core files</a>  were changed manually. That can lead to various problems, especially when upgrading to a new version of [product]. To learn more about why we advise against changing the core files, please read this <a href=\"[docs_url]\" target=\"_blank\" >article</a>.<br><br>[product] automatically checks for changes in core files every time you log in. To disable this check, go to <a href=\"[settings_url]\">Settings → General</a>  and untick the Monitor changes in core files checkbox.'),
('fr', 'cost', 'Coût'),
('fr', 'cost_dependences', 'En fonction du prix'),
('fr', 'could_not_connect_to_database', 'Could not connect to database'),
('fr', 'could_not_open_file', 'L\'aperçu du fichier n\'est pas disponible'),
('fr', 'countries', 'Pays'),
('fr', 'countries_list', 'Liste des pays'),
('fr', 'countries_menu_description', 'Gérer l\'ensemble des pays qui sont pris en charge dans votre magasin.'),
('fr', 'country', 'Pays'),
('fr', 'country_code', 'Country code'),
('fr', 'count_document_fail_imported', 'Documents import failed:'),
('fr', 'count_document_successfully_imported', 'Documents successfully imported:'),
('fr', 'count_email_template_fail_imported', 'Email templates import failed:'),
('fr', 'count_email_template_successfully_imported', 'Email templates successfully imported:'),
('fr', 'count_internal_template_fail_imported', 'On-site notification templates import failed:'),
('fr', 'count_internal_template_successfully_imported', 'On-site notification templates successfully imported:'),
('fr', 'count_snippet_fail_imported', 'Snippets import failed:'),
('fr', 'count_snippet_successfully_imported', 'Snippets successfully imported:'),
('fr', 'coupon', 'Coupon'),
('fr', 'coupons', 'Coupons'),
('fr', 'coupon_already_used', 'Ce coupon est déjà en cours d\'utilisation'),
('fr', 'coupon_code', 'Code du coupon'),
('fr', 'cpi_hash_key', 'Clé hash CPI'),
('fr', 'create', 'Créer'),
('fr', 'created', 'Créé'),
('fr', 'create_account', 'Créer compte'),
('fr', 'create_administrator_account', 'Créer un compte administrateur'),
('fr', 'create_and_close', 'Créer et fermer'),
('fr', 'create_backup', 'Creer backup'),
('fr', 'create_detailed_shipment', 'Créer les informations d\'expédition'),
('fr', 'create_file', 'Créer fichier'),
('fr', 'create_folder', 'Créer répertoire'),
('fr', 'create_gift_certificate', 'Créer un bon-cadeau'),
('fr', 'create_gift_certificate_for_customer', 'Créer un bon-cadeau pour ce client'),
('fr', 'create_guest_account', 'Commande rapide sans création de compte requis'),
('fr', 'create_new_account', 'Créer un compte permanent et utiliser le pour commander'),
('fr', 'create_new_block', 'Créer un nouveau bloc'),
('fr', 'create_new_layout', 'Créer un nouveau layout'),
('fr', 'create_new_order', 'Créer une nouvelle commande'),
('fr', 'create_process_payment', 'Créer et traiter le paiement'),
('fr', 'create_profile', 'Crér un nouveau profil'),
('fr', 'create_profile_notification_header', 'Merci pour votre isncription sur notre boutique. Ci-dessous vous trouverez les informations de votre compte.'),
('fr', 'create_table', 'Créer nouvelle table'),
('fr', 'create_ticket', 'Create Ticket'),
('fr', 'creating', 'Création'),
('fr', 'creating_storefront', 'Creating storefront'),
('fr', 'creating_table', 'Création de la table'),
('fr', 'creation_date', 'Jour de création'),
('fr', 'credit_card', 'Carte de crédit'),
('fr', 'credit_card_info', 'Ce numéro est imprimé dans la zone de signature sur le dos de la carte. Ce sont les 3 chiffres APRÈS le numéro de carte de crédit.'),
('fr', 'credit_card_number', 'Numéro de carte de crédit'),
('fr', 'credit_memo', 'Note de crédit'),
('fr', 'credit_memo_id', 'ID de la note de crédit'),
('fr', 'cresecureapitoken', 'CRE SecureAPIToken'),
('fr', 'cresecureid', 'CRE SecureID'),
('fr', 'cresecure_allowed_types', 'Types de cartes autorisées'),
('fr', 'cron_export', 'Paramètres d\'exportation du cron'),
('fr', 'cscart_uvdesk', 'UVDesk Dashboard'),
('fr', 'cscart_uvdesk_menu_description', 'Uvdesk dashboard manage, tickets view, etc.'),
('fr', 'csv_delimiter', 'Délimiteur CSV'),
('fr', 'csv_file', 'Fichier CSV'),
('fr', 'cta', 'ET - Call to action'),
('fr', 'curl_error_code_reference_link', 'To learn what caused the Curl error, look for your error number in <a target=\"_blank\" href=\"[href]\">this article</a>.'),
('fr', 'curl_error_description_curle_ssl_invalidcertstatus', 'Status returned failure when asked with CURLOPT_SSL_VERIFYSTATUS.'),
('fr', 'currencies', 'Monnaies / Devises'),
('fr', 'currency', 'Monnaie'),
('fr', 'currencycode', 'Code de la devise'),
('fr', 'currency_code_aed', 'Dirham des émirats arabes unis'),
('fr', 'currency_code_afn', 'Afghan Afghani'),
('fr', 'currency_code_ang', 'Florin des antilles néerlandaises'),
('fr', 'currency_code_aoa', 'Angolan Kwanza'),
('fr', 'currency_code_aon', 'Angolan New Kwanza'),
('fr', 'currency_code_ars', 'ARS'),
('fr', 'currency_code_ats', 'Antillian Guilder'),
('fr', 'currency_code_aud', 'Dollar Australien'),
('fr', 'currency_code_awg', 'AWG'),
('fr', 'currency_code_azn', 'Azerbaijanian Manat'),
('fr', 'currency_code_bam', 'Bosnia and Herzegovina Convertible Marks'),
('fr', 'currency_code_bbd', 'Barbados Dollar'),
('fr', 'currency_code_bdt', 'Bangladesh Taka'),
('fr', 'currency_code_bef', 'Belgian Franc'),
('fr', 'currency_code_bgl', 'Bulgaria Lev'),
('fr', 'currency_code_bgn', 'BGN'),
('fr', 'currency_code_bhd', 'Bahraini Dinar'),
('fr', 'currency_code_bif', 'Burundi Franc'),
('fr', 'currency_code_bmd', 'Bermudian Dollar'),
('fr', 'currency_code_bnd', 'Brunei Dollar'),
('fr', 'currency_code_bob', 'Bolivian Boliviano'),
('fr', 'currency_code_brl', 'Réal brésilien'),
('fr', 'currency_code_bsd', 'Bahamian Dollar'),
('fr', 'currency_code_btn', 'Bhutan Ngultrum'),
('fr', 'currency_code_bwp', 'Botswana Pula'),
('fr', 'currency_code_byn', 'Belarussian Ruble'),
('fr', 'currency_code_byr', 'BYR'),
('fr', 'currency_code_bzd', 'Belize Dollar'),
('fr', 'currency_code_cad', 'Dollar Canadien'),
('fr', 'currency_code_cdf', 'Congolese Franc'),
('fr', 'currency_code_chf', 'Franc suisse'),
('fr', 'currency_code_clp', 'Chilean Peso'),
('fr', 'currency_code_cny', 'CNY'),
('fr', 'currency_code_cop', 'Colombian Peso'),
('fr', 'currency_code_crc', 'Costa Rican Colon'),
('fr', 'currency_code_csd', 'Serbian Dinar'),
('fr', 'currency_code_cve', 'Cape Verde Escudo'),
('fr', 'currency_code_cyp', 'Cyprus Pound'),
('fr', 'currency_code_cyr', 'Livre chypriote'),
('fr', 'currency_code_czk', 'Couronne tchèque'),
('fr', 'currency_code_dem', 'Deutsche Mark'),
('fr', 'currency_code_djf', 'Djibouti Franc'),
('fr', 'currency_code_dkk', 'Couronne danoise'),
('fr', 'currency_code_dop', 'Dominican Peso'),
('fr', 'currency_code_dzd', 'Algerian Dinar'),
('fr', 'currency_code_ecs', 'Ecuador Sucre'),
('fr', 'currency_code_eek', 'Couronne estonienne'),
('fr', 'currency_code_egp', 'Livre égyptienne'),
('fr', 'currency_code_ern', 'Eritrean Nafka'),
('fr', 'currency_code_esp', 'Spanish Peseta'),
('fr', 'currency_code_etb', 'Ethiopian Birr'),
('fr', 'currency_code_eur', 'Euro'),
('fr', 'currency_code_fim', 'Finnish Markka'),
('fr', 'currency_code_fjd', 'Dollar de fidji'),
('fr', 'currency_code_fkp', 'Falkland Islands Pound'),
('fr', 'currency_code_frf', 'Franc Francais'),
('fr', 'currency_code_gbp', 'Livre sterling'),
('fr', 'currency_code_gel', 'Lari géorgien'),
('fr', 'currency_code_ghs', 'Ghana Cedi'),
('fr', 'currency_code_gip', 'Gibraltar Pound'),
('fr', 'currency_code_gmd', 'Gambian Dalasi'),
('fr', 'currency_code_gnf', 'Guinea Franc'),
('fr', 'currency_code_grd', 'Greek Drachma'),
('fr', 'currency_code_gtq', 'Guatemalan Quetzal'),
('fr', 'currency_code_gyd', 'Guyana Dollar'),
('fr', 'currency_code_hkd', 'Dollar de Hong Kong'),
('fr', 'currency_code_hnl', 'Honduran Lempira'),
('fr', 'currency_code_hrk', 'Kuna croate'),
('fr', 'currency_code_htg', 'Haiti Gourde'),
('fr', 'currency_code_huf', 'Forint hongrois'),
('fr', 'currency_code_idr', 'Indonesian Rupiah'),
('fr', 'currency_code_iep', 'Irish Pound'),
('fr', 'currency_code_ils', 'Shekel israélien'),
('fr', 'currency_code_inr', 'Roupie indienne'),
('fr', 'currency_code_iqd', 'Iraqi Dinar'),
('fr', 'currency_code_irr', 'Iranian Rial'),
('fr', 'currency_code_isk', 'Couronne islandaise'),
('fr', 'currency_code_itl', 'Italian Lira'),
('fr', 'currency_code_jmd', 'Jamaican Dollar'),
('fr', 'currency_code_jod', 'Jordanian Dinar'),
('fr', 'currency_code_jpy', 'Yen japonais'),
('fr', 'currency_code_kes', 'Kenyan Shilling'),
('fr', 'currency_code_khr', 'Cambodian Riel'),
('fr', 'currency_code_kmf', 'Congolese Franc'),
('fr', 'currency_code_kpw', 'Won Nord Coréen'),
('fr', 'currency_code_krw', 'Won Sud Coréen'),
('fr', 'currency_code_kwd', 'Dinar koweïtien'),
('fr', 'currency_code_kyd', 'Cayman Islands Dollar'),
('fr', 'currency_code_kzt', 'Kazakhstani tenge'),
('fr', 'currency_code_lak', 'Laos Kip'),
('fr', 'currency_code_lbp', 'Lebanese Pound'),
('fr', 'currency_code_lkr', 'Sri Lanka Rupee'),
('fr', 'currency_code_lrd', 'Liberian Dollar'),
('fr', 'currency_code_lsl', 'Lesotho Loti (Maloti)'),
('fr', 'currency_code_ltl', 'Litas lithuanien'),
('fr', 'currency_code_luf', 'Luxembourg Franc'),
('fr', 'currency_code_lvl', 'Lats letton'),
('fr', 'currency_code_lyd', 'Libyan Dinar'),
('fr', 'currency_code_mad', 'Dirham marocain'),
('fr', 'currency_code_mdl', 'Moldovan Leu'),
('fr', 'currency_code_mga', 'Malagasy Ariary'),
('fr', 'currency_code_mgf', 'Malagasy Franc'),
('fr', 'currency_code_mkd', 'Macedonian (FYR) Denar'),
('fr', 'currency_code_mmk', 'Myanmar Kyat'),
('fr', 'currency_code_mnt', 'Mongolian Tugrik'),
('fr', 'currency_code_mop', 'Macau Pataca'),
('fr', 'currency_code_mro', 'Mauritania Ouguiya'),
('fr', 'currency_code_mtl', 'Maltese Lira'),
('fr', 'currency_code_mur', 'Mauritius Rupee'),
('fr', 'currency_code_mvr', 'Maldives Rufiyaa'),
('fr', 'currency_code_mwk', 'Malawi Kwacha'),
('fr', 'currency_code_mxn', 'peso mexicain'),
('fr', 'currency_code_myr', 'Ringgit Malaisien'),
('fr', 'currency_code_mzn', 'Mozambique Metical'),
('fr', 'currency_code_nad', 'Namibian Dollar'),
('fr', 'currency_code_ngn', 'Nigerian Naira'),
('fr', 'currency_code_nio', 'Nicaraguan Cordoba Oro'),
('fr', 'currency_code_nlg', 'Dutch Guilder'),
('fr', 'currency_code_nok', 'couronne norvégienne'),
('fr', 'currency_code_npr', 'Nepalese Rupee'),
('fr', 'currency_code_nzd', 'Dollar néo-zélandais'),
('fr', 'currency_code_omr', 'Rial Omani'),
('fr', 'currency_code_pab', 'Panamanian Balboa'),
('fr', 'currency_code_pen', 'Peruvian Nuevo Sol'),
('fr', 'currency_code_pgk', 'Papua New Guinea Kina'),
('fr', 'currency_code_php', 'Peso philippin'),
('fr', 'currency_code_pkr', 'Pakistan Rupee'),
('fr', 'currency_code_pln', 'Zloty Polonais'),
('fr', 'currency_code_png', 'Papouasie-Nouvelle-Guinée Kina'),
('fr', 'currency_code_pte', 'Portugese Escudo'),
('fr', 'currency_code_pyg', 'Paraguayan Guarani'),
('fr', 'currency_code_qar', 'Qatari Rial'),
('fr', 'currency_code_rol', 'Romanian Lei'),
('fr', 'currency_code_ron', 'Leu Roumain'),
('fr', 'currency_code_rsd', 'New Serbian Dinar'),
('fr', 'currency_code_rub', 'Rouble russe'),
('fr', 'currency_code_rur', 'Ancien rouble russe'),
('fr', 'currency_code_rwf', 'Rwanda Franc'),
('fr', 'currency_code_sar', 'Riyal Saoudien'),
('fr', 'currency_code_sbd', 'Dollar des îles Salomon'),
('fr', 'currency_code_scr', 'Seychelles Rupee'),
('fr', 'currency_code_sdp', 'Sudanese Pound'),
('fr', 'currency_code_sek', 'Couronne Suédoise'),
('fr', 'currency_code_sgd', 'Dollar de Singapour'),
('fr', 'currency_code_shp', 'St Helena Pound'),
('fr', 'currency_code_sit', 'Tolar slovène'),
('fr', 'currency_code_skk', 'Couronne slovaque'),
('fr', 'currency_code_sll', 'Sierra Leone Leone'),
('fr', 'currency_code_sos', 'Somalia Shilling'),
('fr', 'currency_code_srd', 'Suriname Dollar'),
('fr', 'currency_code_srg', 'Suriname Guilder'),
('fr', 'currency_code_std', 'Dobra'),
('fr', 'currency_code_svc', 'El Salvador Colon'),
('fr', 'currency_code_syp', 'Syrian Pound'),
('fr', 'currency_code_szl', 'Swaziland Lilangeni'),
('fr', 'currency_code_thb', 'Baht Thaïlandais'),
('fr', 'currency_code_tjs', 'Tajikistan Somoni'),
('fr', 'currency_code_tmt', 'Turkmenistan Manat'),
('fr', 'currency_code_tnd', 'Tunisian Dinar'),
('fr', 'currency_code_top', 'Pa\'anga Tongais'),
('fr', 'currency_code_trl', 'Turkish Lira'),
('fr', 'currency_code_try', 'Livre turque'),
('fr', 'currency_code_ttd', 'Trinidad and Tobago Dollar'),
('fr', 'currency_code_twd', 'Nouveau dollar taïwanais'),
('fr', 'currency_code_tzs', 'Tanzanian Shilling'),
('fr', 'currency_code_uah', 'UAH'),
('fr', 'currency_code_ugx', 'Uganda Shilling'),
('fr', 'currency_code_usd', 'Dollar des États-Unis'),
('fr', 'currency_code_uyu', 'Peso Uruguayo'),
('fr', 'currency_code_uzs', 'Uzbekistan Sum'),
('fr', 'currency_code_veb', 'Venezuela Bolivar'),
('fr', 'currency_code_vef', 'Venezuela Bolivar Fuerte'),
('fr', 'currency_code_vnd', 'Vietnamese New Dong'),
('fr', 'currency_code_vuv', 'Vatu des Îles Vanuatu'),
('fr', 'currency_code_wst', 'Samoan Tala'),
('fr', 'currency_code_xaf', 'Franc CFA d\'Afrique Centrale'),
('fr', 'currency_code_xcd', 'East Caribbean Dollar'),
('fr', 'currency_code_xof', 'Franc CFA Ouest Africain'),
('fr', 'currency_code_xpf', 'XPF'),
('fr', 'currency_code_yer', 'Yemeni Rial'),
('fr', 'currency_code_yum', 'Yugoslavian New Dinar'),
('fr', 'currency_code_zar', 'Rand Sud-Africain'),
('fr', 'currency_code_zmw', 'Zambian Kwacha'),
('fr', 'currency_code_zwd', 'Zimbabwe Dollar'),
('fr', 'currency_deleted', 'La monnaie a été supprimée avec succès.'),
('fr', 'currency_rate', 'Taux'),
('fr', 'currency_rate_greater_than_null', 'Le taux de change de la devise doit être plus grand que 0.'),
('fr', 'currency_sign', 'Signe'),
('fr', 'currently_in_use', 'En cours d\'utilisation'),
('fr', 'current_amount', 'Montant actuel'),
('fr', 'current_database_size', 'Taille de la base de données actuelle'),
('fr', 'current_path', 'Chemin actuel'),
('fr', 'current_period', 'Période actuelle'),
('fr', 'current_setting_value', 'Current value'),
('fr', 'current_theme', 'Thème actuel'),
('fr', 'custom', 'Personnalisé'),
('fr', 'customer', 'Client'),
('fr', 'customers', 'Clients'),
('fr', 'customers_menu_description', 'Liste des clients de la boutique, utilisateurs enregistrés avec un compte client.'),
('fr', 'customers_with_abandoned', 'Clients avec abandons'),
('fr', 'customer_address', 'Customer address'),
('fr', 'customer_create_ticket', 'Create Ticket'),
('fr', 'customer_details', 'Détails du client'),
('fr', 'customer_email', 'E-mail du client'),
('fr', 'customer_id', 'ID client'),
('fr', 'customer_info', 'Infos du client'),
('fr', 'customer_information', 'Informations du client'),
('fr', 'customer_name', 'Customer Name'),
('fr', 'customer_notes', 'Notes du client'),
('fr', 'customer_notifications', 'Customer notifications'),
('fr', 'customer_phone', 'Customer phone'),
('fr', 'customer_signature', 'Signature du client'),
('fr', 'customer_sign_in', 'Customer Sign-In'),
('fr', 'customer_text_letter_footer', 'Merci d\'utiliser notre boutique en ligne.'),
('fr', 'customization', 'Customization'),
('fr', 'customize', 'Personnaliser'),
('fr', 'custom_range', 'Plage personnalisée'),
('fr', 'custom_search', 'Custom search'),
('fr', 'cutted_product_codes', 'Les codes produits suivants sont trop longs et ont été coupés à 32 caractères.'),
('fr', 'cvv2', 'CVV/CVC'),
('fr', 'czech', 'Tchèque'),
('fr', 'daily', 'Quotidien'),
('fr', 'danish', 'Danois'),
('fr', 'dashboard', 'Tableau de bord'),
('fr', 'database', 'Base de données'),
('fr', 'database_data_changes', 'Modifications des données de bases de données'),
('fr', 'database_structure_changes', 'Modifications de la structure de base de données'),
('fr', 'datafeed.description', 'Seuls les produits qui répondent à <strong>toutes</strong> les conditions ci dessous seront exportés:'),
('fr', 'datafeed_name', 'Nom du flux de données'),
('fr', 'datakeeper.error_unsupported_file_type', 'File cannot be restored. Only .sql, .zip and .tgz files are allowed.'),
('fr', 'datakeeper.file_cannot_be_overrided', 'Cannot write to the file <b>[file]</b>. Set the writable permissions manually or check the FTP access to your server in the <a href=\"[url]\">\"Upgrade center\"</a> section'),
('fr', 'datakeeper.run_backup_via_cron_message', 'You can run the backup automatically at certain time intervals. To do it, add the following command to <a href=\"https://en.wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a>:'),
('fr', 'datatrans_caa', 'Autorisation avec mise en place immédiate'),
('fr', 'datatrans_noa', 'Autorisation seulement'),
('fr', 'datatrans_sign', 'Signature digitale'),
('fr', 'data_feed', 'Flux de données'),
('fr', 'data_feed.error_exim_no_data_exported', 'Aucunes données exportées'),
('fr', 'data_feeds', 'Flux de données'),
('fr', 'data_feeds.exclude_shared_products', 'Exclure les produits partagés'),
('fr', 'data_feeds.text_tooltip_field_name', 'Le nom de la colonne dans le fichier de données.'),
('fr', 'data_feeds.text_tooltip_field_type', 'Le type de données de votre boutique qui serint exporté pour cette colonne du fichier des données.'),
('fr', 'date', 'Date'),
('fr', 'date_added', 'Date d\'ajout'),
('fr', 'date_of_birth', 'Date de naissance'),
('fr', 'day', 'jour'),
('fr', 'days', 'jours'),
('fr', 'days_old', 'depuis'),
('fr', 'db_backup_restore', 'Sauv./Rest BD'),
('fr', 'db_name', 'Nom de la base de données'),
('fr', 'dear', 'Cher'),
('fr', 'dear_sirs', 'Messieurs'),
('fr', 'debit', 'Débit'),
('fr', 'decimals', 'Décimales'),
('fr', 'decline', 'Refuser'),
('fr', 'declined', 'Refusé'),
('fr', 'declined_products_information', 'Information des produits refusée'),
('fr', 'decline_products', 'Produits refusés'),
('fr', 'decline_selected', 'Refuser sélection'),
('fr', 'decorator', 'Décorateur'),
('fr', 'decrease', 'Diminuer'),
('fr', 'dec_sign', 'Signe de Dec'),
('fr', 'default', 'Défaut'),
('fr', 'default_category_view', 'Vue de categorie defaut'),
('fr', 'default_currency_status', 'Le statut de la monnaie principale ne peut pas être changé'),
('fr', 'default_filter_by_location', 'Aucun filtre spécifié. Filtre par destination défini par défaut'),
('fr', 'default_language', 'Langue par défaut'),
('fr', 'default_language_status', 'Le status de la langue par défaut ne peut pas être changé.'),
('fr', 'default_layout', 'Mise en page par défaut'),
('fr', 'default_long_options_template', 'Modèle par défaut (grand noms des options de produits)'),
('fr', 'default_product_details_view', 'Parent ([default])'),
('fr', 'default_storefront', 'Default'),
('fr', 'default_storefront_must_exist', 'La vitrine par défaut doit exister dans le magasin'),
('fr', 'default_template', 'Modèle par défaut'),
('fr', 'default_value', 'Valeur par défaut'),
('fr', 'deferred', 'Reporté'),
('fr', 'defined', 'Défini'),
('fr', 'defined_desired_products', 'Liste des produits désirés'),
('fr', 'defined_items', 'éléments définis'),
('fr', 'delay', 'Retard (en secondes)'),
('fr', 'delete', 'Supprimer'),
('fr', 'deleted', 'Supprimé'),
('fr', 'deleted_product', 'supprimer produit'),
('fr', 'delete_all_images', 'Delete all images'),
('fr', 'delete_block', 'Supprimer le bloc'),
('fr', 'delete_confirmation', 'Etes-vous sûr de vouloir supprimer les items sélectionnés ?'),
('fr', 'delete_downloadable_product_files', 'Delete existing files of downloadable products'),
('fr', 'delete_downloadable_product_files_tooltip', 'If you enable this setting, then importing downloadable products will delete their existing files. If the setting is disabled, the new files of downloadable products will simply be added to existing files.'),
('fr', 'delete_grid', 'Supprimer la grille'),
('fr', 'delete_image', 'Supprimer image'),
('fr', 'delete_image_pair', 'Supprimer paire d\'image'),
('fr', 'delete_install_folder', 'Supprimer le répertoire d\'installation.<br /><br />Conserver le répertoire d\'installation sur le serveur est peu sûr.'),
('fr', 'delete_range', 'Supprimer le taux'),
('fr', 'delete_selected', 'Supprimer sélection'),
('fr', 'delete_this_category', 'Supprimer cette catégorie'),
('fr', 'delete_this_page', 'Supprimer cette page'),
('fr', 'delete_this_return', 'Supprimer ce retour'),
('fr', 'delivery_time', 'Délai de livraison'),
('fr', 'demo', 'Démo'),
('fr', 'demo_mode', 'Le mode Démonstration est en route'),
('fr', 'demo_mode_content_text', '<p>Ce panier fonctionne en mode <b>Démonstration</b> et cette fonction est désactivée.</p>'),
('fr', 'demo_panel.block_manager.enable', 'Edit structure<br/><br/>Change various blocks with information: show them, hide them, or move them as you see fit.<br/>This currently works only at the checkout page. Add a product to cart and proceed to checkout to see the editor.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Edit layout on-site\"'),
('fr', 'demo_panel.demo_store_panel', 'Panneau du magasin de démo'),
('fr', 'demo_panel.demo_will_be_reset_in', 'La démo sera réinitialisée dans:'),
('fr', 'demo_panel.go_admin_panel', 'Aller au panneau d\'administration'),
('fr', 'demo_panel.go_storefront', 'Aller à la vitrine du magasin'),
('fr', 'demo_panel.go_vendor_panel', 'Aller au panneau du vendeur'),
('fr', 'demo_panel.live_editor.enable', 'Edit сontent<br/><br/>Change the texts and other data directly on the storefront, without using the administration panel.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Edit content on-site\"'),
('fr', 'demo_panel.theme_editor.enable', 'Edit style<br/><br/>Change the style of your store (logos, colors, fonts, and so on) and see the changes as you make them.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Theme editor\"'),
('fr', 'denied', 'Refusé'),
('fr', 'dependence', 'Trier par'),
('fr', 'deposit_amount', 'Montant du dépôt'),
('fr', 'deprecated', 'Deprecated'),
('fr', 'desc', 'Descendant.'),
('fr', 'description', 'Description'),
('fr', 'descr_avs', 'Réponse de vérification AVS'),
('fr', 'descr_cvv', 'Réponse de vérification CVV2'),
('fr', 'design', 'Design'),
('fr', 'design_mode', 'Mode design'),
('fr', 'desired_amount', 'Quantité désirée'),
('fr', 'destination', 'Destination'),
('fr', 'destination_nothing_found', 'No suitable destination has been found'),
('fr', 'detailed_description', 'Description détaillée'),
('fr', 'detailed_image', 'Detailed image'),
('fr', 'detailed_images', 'Images supplémentaires'),
('fr', 'detailed_image_url', 'Detailed image URL'),
('fr', 'detailed_info', 'Informations détaillées'),
('fr', 'detailed_shipment', 'Expédition détaillée'),
('fr', 'details', 'détails'),
('fr', 'developer', 'développeur'),
('fr', 'development', 'Développement'),
('fr', 'dhl_upgrade_notification_text', '<p>The latest version of [product] has different settings for realtime shipping rate calculation if you use DHL as a Carrier.</p><p>If you want to show current shipping rates to your clients, do this:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses DHL as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li><li>switch to the Configure tab and enter the proper Site ID and Password</li></ul>'),
('fr', 'dhl_upgrade_notification_title', 'DHL realtime shipping rate calculation changes'),
('fr', 'diff', 'Modifications du fichier'),
('fr', 'different_only', 'Différent seulement'),
('fr', 'directory', 'Répertoire'),
('fr', 'direct_download', 'Télécharger directement'),
('fr', 'disable', 'Désactiver'),
('fr', 'disabled', 'Désactivé'),
('fr', 'disabled_categories', 'Catégories désactivées'),
('fr', 'disable_for', 'Désactiver pour'),
('fr', 'disable_selected', 'Désactiver les sélectionnés'),
('fr', 'disapprove', 'Désapprouver'),
('fr', 'disapproved', 'Désapprouvé'),
('fr', 'disapprove_selected', 'Désapprouver la sélection'),
('fr', 'discount', 'Remise'),
('fr', 'discounted_price', 'Prix remisé'),
('fr', 'discounts', 'Remises'),
('fr', 'discount_coupon', 'Coupon de réduction'),
('fr', 'discount_coupon_code', 'Code promo de rabais'),
('fr', 'discussion', 'Discussion'),
('fr', 'discussion.add_new_review', 'Discussion: nouvelle critique'),
('fr', 'discussion.agreement_text_full_add_new_review', '<p>Votre nom apparaîtra à côté de votre avis ou de votre commentaire, visible pour tout le monde. Nous ([company]) sauvegardons également votre adresse IP par mesure de sécurité, mais ne pourra être consultés seulement par notre personnel. Il restera dans notre système jusqu\'à ce que vous retiriez votre consentement. Si vous souhaitez que vos données personnelles soient supprimées, envoyez un courrier électronique à [email].</p> <p>Si vous pensez que vos données personnelles ont été utilisées à mauvais escient, vous avez le droit de déposer une plainte auprès d\'une autorité de surveillance. Le règlement général de l’UE sur la protection des données nous oblige à vous informer de ce droit. Nous n’avons pas réellement l’intention d’utiliser abusivement vos données.</ p>'),
('fr', 'discussion.agreement_text_short_add_new_review', 'J\'accepte que mes données personnelles soient <u>traitées comme suit</u>.'),
('fr', 'discussion.anonymous_setting_restored_upgrade_notification', 'Dans la version 4.9.1, la variante <strong>Seulement les clients anonymes</strong> du paramètre <strong>L\'administrateur doit approuver les posts soumis par</strong> a été retirée. Elle est à nouveau disponible, et nous avons rajouté la possibilité de laisser une critique pour les clients non-autorisés. Veuillez vérifier si vous avez sélectionné la variante que vous désirez.'),
('fr', 'discussion.anonymous_setting_restored_upgrade_notification_title', 'Les paramètres du module de commentaires et critiques ont été changés'),
('fr', 'discussion.please_log_in_to_write_a_review', 'Veuillez vous connecter pour écrire un commentaire'),
('fr', 'discussion.you_have_to_buy_from_vendor_before_writing_review', 'Vous ne pouvez pas écrire de critique sur ce vendeur. Les clients ne peuvent écrire de critiques sur les vendeurs qu\'après avoir acheté un produit à ce vendeur. Si vous avez bien commandé un produit à ce vendeur, mais que vous voyez tout de même ce message, veuillez nous contacter.'),
('fr', 'discussion.you_have_to_buy_product_before_writing_review', 'Vous ne pouvez pas écrire de critique pour ce produit. Les clients ne peuvent rédiger des critiques que pour les produits qu\'ils ont acheté. Si vous nous avez réellement acheté ce produit, mais que vous voyez tout de même ce message, contactez-nous.'),
('fr', 'discussion_manager', 'Discussion'),
('fr', 'discussion_tab_categories', 'Commentaires de la catégorie'),
('fr', 'discussion_tab_companies', 'Commentaires de l’entreprise'),
('fr', 'discussion_tab_home_page', 'Témoignages'),
('fr', 'discussion_tab_orders', 'Communication sur la commande'),
('fr', 'discussion_tab_pages', 'Commentaires de la page'),
('fr', 'discussion_tab_products', 'Avis sur le produit'),
('fr', 'discussion_title_category', 'Commentaires'),
('fr', 'discussion_title_company', 'Avis'),
('fr', 'discussion_title_giftreg', 'Livre d\'or'),
('fr', 'discussion_title_home_page', 'Témoignages'),
('fr', 'discussion_title_home_page_menu_description', 'Gérer les témoignages des visiteurs de votre magasin.'),
('fr', 'discussion_title_order', 'Communication'),
('fr', 'discussion_title_page', 'Commentaires'),
('fr', 'discussion_title_product', 'Commentaires'),
('fr', 'discussion_title_return', 'Communication'),
('fr', 'dispatch', 'Envoyer'),
('fr', 'dispatch_value', 'Valeur de l\'expédition'),
('fr', 'displayed_vendors', 'Magasins affichés'),
('fr', 'display_bottom_buttons', 'Afficher les boutons du fond'),
('fr', 'display_delete_icons', 'Afficher les icônes supprimer'),
('fr', 'display_in_promotions', 'Afficher en promotions'),
('fr', 'display_message', 'Afficher le message'),
('fr', 'display_on', 'Afficher sur'),
('fr', 'display_type', 'Type d\'affichage'),
('fr', 'display_variants_count', 'Numero de variants du filtre affiche avant de voir plus'),
('fr', 'documents', 'Documents'),
('fr', 'document_exists', 'The document with the chosen code already exists, please try another.'),
('fr', 'document_import_success_msg', 'All the documents have been imported without errors.'),
('fr', 'document_preview_gift_certificate_not_found', 'N\'a pas pu trouver un certificat de cadeau. Prevoir seulement les travaux des données presentes. S\'il vous plait, creer un certificat de cadeau et Prevoir de nouveau.'),
('fr', 'document_preview_order_not_found', 'Couldn\'t find an order. Preview only works with existing data. Please create an order and use Preview again.'),
('fr', 'document_preview_return_request_not_found', 'N\'a pas pu trouver une demande au retour. Prevoir seulement les travaux des données presentes. S\'il Vous plait creer une demande de retour et utiliser Prevoir de nouveau.'),
('fr', 'document_preview_suppliers_not_found', 'N\'a paspu trouve run fournisseur. La fonction prevoir ne travaille que avec les donnees existantes. S\'il Vous plait creer un fournisseur et utiliser Preview de nouveau.'),
('fr', 'domain', 'Domaine'),
('fr', 'domains', 'Domaines'),
('fr', 'domestic_usps', 'U.S.P.S. Domestique'),
('fr', 'done', 'fait'),
('fr', 'dont_recalculate_order', 'Ne recalculez pas la commande'),
('fr', 'dont_track', 'ne pas suivre'),
('fr', 'dont_use_cardinal', 'Ne pas utliser Cardinal Centinel&reg; pour l\'authentification 3-D Secure du donneur d\'ordre'),
('fr', 'dots', 'Points'),
('fr', 'down', 'Bas'),
('fr', 'download', 'Télécharger'),
('fr', 'downloadable', 'Téléchargeable'),
('fr', 'downloadable_product_files_directory', 'Directory for the files of downloadable products'),
('fr', 'downloadable_shipping', 'Activer la livraison si téléchargeable'),
('fr', 'downloads', 'Téléchargements'),
('fr', 'downloads_max_left', 'Téléchargements max / restants'),
('fr', 'download_key_expiry', 'Expiration de la clé de téléchargement'),
('fr', 'download_link_expired', 'Le lien de téléchargement a expiré ou n\'est pas prêt.'),
('fr', 'do_not_change', 'Ne pas changer'),
('fr', 'do_not_pass_logo', 'Ne pas passer le logo du panier au marchand'),
('fr', 'do_not_use', 'Ne pas utiliser'),
('fr', 'drlicense_number', 'Numéro de permis de conduire'),
('fr', 'dropdown_horizontal', 'Liste déroulante horizontale'),
('fr', 'dropdown_limit', 'Nombre minimum d\'éléments à placer dans une liste déroulante'),
('fr', 'dropdown_second_level_elements', 'Éléments du second niveau'),
('fr', 'dropdown_third_level_elements', 'Éléments du troisième niveau'),
('fr', 'dropdown_vertical', 'Liste déroulante verticale'),
('fr', 'drop_existing_data', 'Supprimer tout les fichiers des produits existants avant l\'import.'),
('fr', 'drop_images_select', 'Select images'),
('fr', 'drop_images_select_short', 'Select'),
('fr', 'drop_images_to_upload', 'Drop images here'),
('fr', 'dump_file_not_writable', 'Le fichier qui doit contenir la sauvegarde de la base de données ne possède pas les droits en écriture.'),
('fr', 'duplicate', 'Transactions dupliquées'),
('fr', 'dutch', 'Néerlandais'),
('fr', 'dynamic', 'Dynamique'),
('fr', 'dynamic_content', 'Le contenu de ce bloc ne sera visible que sur <a href=\"[url]\">cette page</a>.'),
('fr', 'dynamic_tree_cat', 'Arbre dynamique'),
('fr', 'dynamic_tree_pages', 'Arbre dynamique'),
('fr', 'earned_points', 'Points gagnés par produit'),
('fr', 'earned_point_modifier', 'Modificateur des points gagnés'),
('fr', 'easing', 'Allègement'),
('fr', 'easter_coming_soon_message', 'Uh-oh, it looks like this feature doesn\'t work yet! But we\'re on the job and will try to get it working soon.'),
('fr', 'edit', 'Modifier'),
('fr', 'editing', 'Édition'),
('fr', 'editing_attachment', 'Edition du fichier joint'),
('fr', 'editing_block', 'Edition d\'un bloc'),
('fr', 'editing_category', 'Édition d\'une catégorie'),
('fr', 'editing_certificate', 'Édition des bons'),
('fr', 'editing_chart', 'Édition de la charte'),
('fr', 'editing_combination', 'Combinaison d\'édition'),
('fr', 'editing_container', 'Édition du conteneur'),
('fr', 'editing_currency', 'Édition de la monnaie'),
('fr', 'editing_defined_products', 'Edition des produits définis'),
('fr', 'editing_document', 'Editing [name]'),
('fr', 'editing_email_snippet', 'Editing snippet'),
('fr', 'editing_email_template', 'Editing email template'),
('fr', 'editing_file', 'Edition d\'un fichier'),
('fr', 'editing_filter', 'Edition d\'un filtre'),
('fr', 'editing_folder', 'Édition du dossier'),
('fr', 'editing_form', 'Édition d\'un formulaire'),
('fr', 'editing_global_vars', 'Editing global variables'),
('fr', 'editing_grid', 'Édition de la grille'),
('fr', 'editing_group', 'Édition d\'un groupe'),
('fr', 'editing_internal_template', 'Editing on-site notification template'),
('fr', 'editing_item', 'Édition d\'un élement'),
('fr', 'editing_language', 'Édition de la langue'),
('fr', 'editing_layout', 'Édition de la mise en page'),
('fr', 'editing_link', 'Édition d\'un lien'),
('fr', 'editing_localization', 'Édition de la localisation'),
('fr', 'editing_location', 'Edition d\'un emplacement'),
('fr', 'editing_mailing_list', 'Edition de liste des emails'),
('fr', 'editing_menu', 'Édition des menus'),
('fr', 'editing_option', 'Édition d\'une option'),
('fr', 'editing_order', 'Modification commande'),
('fr', 'editing_order_invoice', 'Editing invoice for order #[order_id]'),
('fr', 'editing_order_invoice_responsive', 'Editing invoice for order'),
('fr', 'editing_page', 'Édition d\'une page'),
('fr', 'editing_payment', 'Édition d\'un paiement'),
('fr', 'editing_poll', 'Édition du sondage'),
('fr', 'editing_product', 'Édition d\'un produit'),
('fr', 'editing_product_feature', 'Edition d\'une caractéristique produit'),
('fr', 'editing_profile', 'Édition d\'un profil'),
('fr', 'editing_profile_field', 'Édition du champ profil'),
('fr', 'editing_profile_name', 'Editing profile: [name]'),
('fr', 'editing_promotion', 'Édition d\'une promotion'),
('fr', 'editing_question', 'Editer question'),
('fr', 'editing_quick_menu_link', 'Edition des liens du menu rapide'),
('fr', 'editing_quick_menu_section', 'Edition d\'une section du menu rapide'),
('fr', 'editing_rate_area', 'Editing rate area'),
('fr', 'editing_report', 'Edition d\'un rapport'),
('fr', 'editing_shipping_method', 'Édition d\'une méthode de livraison'),
('fr', 'editing_sitemap_section', 'Édition de la section sitemap'),
('fr', 'editing_snippet', 'Editing snippet'),
('fr', 'editing_status', 'Edition d\'un statut'),
('fr', 'editing_storefront', 'Editing storefront'),
('fr', 'editing_store_location', 'Édition d\'un emplacement magasin'),
('fr', 'editing_supplier', 'Modifier les fournisseurs'),
('fr', 'editing_tab', 'Édition de l\'onglet'),
('fr', 'editing_table_column', 'Editing column'),
('fr', 'editing_tax', 'Édition d\'une taxe'),
('fr', 'editing_vendor', 'Édition du magasin'),
('fr', 'edition_type', 'Type d\'édition'),
('fr', 'edit_admin_notification', 'Edit the email sent to administrators'),
('fr', 'edit_and_send_invoice', 'Tweak and send invoice'),
('fr', 'edit_content_on_site', 'Modifiez le contenu sur le site'),
('fr', 'edit_corresponding_profile_field', 'To change the field type or variants, <a href=\"[URL]\">edit the corresponding field in the Shipping Address section</a>.'),
('fr', 'edit_customer_notification', 'Edit the email sent to customers'),
('fr', 'edit_files', 'Can edit'),
('fr', 'edit_invoice', 'Editer la facture'),
('fr', 'edit_layout', 'Éditer la mise en page'),
('fr', 'edit_layout_on_site', 'Edit layout on-site'),
('fr', 'edit_order', 'Modifier commande'),
('fr', 'edit_products', 'Éditer les produits'),
('fr', 'edit_profile', 'Editer le profil'),
('fr', 'edit_profile_note', 'Changer l\'e-mail, le mot de passe, les infos de livraison et de facturation, et les autres paramètres du profil'),
('fr', 'edit_report', 'Modifier rapport'),
('fr', 'edit_robots', 'Edit robots.txt'),
('fr', 'edit_selected', 'Editer sélection'),
('fr', 'edp_access_granted', 'Maintenant vous pouvez télécharger les produits achetés.'),
('fr', 'edp_access_subj', 'Accès accordé aux produits téléchargeables'),
('fr', 'edp_enable_shipping', 'Activer la livraison de produits téléchargeables'),
('fr', 'eib', 'ET - Extra info block'),
('fr', 'eib_wrapper', 'ET - Extra info block'),
('fr', 'elements_per_column_third_level_view', 'AB: Elements number per column for the mode <b>3-level menu (dropdown list)</b>'),
('fr', 'elements_per_column_third_level_view.tooltip', 'This setting limits the number of displayed third-level menu items in each of the two columns of the last level when the <b>3-level menu mode (drop-down list) </ b> is turned on. The remaining menu items (exceeding the limit settings) will not be displayed in the menu. It is rational to use the setting, if there is a very large number of menu items on the third level'),
('fr', 'email', 'E-mail'),
('fr', 'email.one_time_password.message', '<p>You\'ve requested a one-time code to sign in to <a href=\"[storefront_url]\">[storefront_url]</a>. Here it is:</p><p><strong><code>[password]</code></strong></p><p>Please don\'t tell this code to anyone else. If you haven\'t requested the code, then you can safely ignore this message. Nobody will be able to sign in to your account, unless they know your password or can view your inbox.</p>'),
('fr', 'email.one_time_password.title', 'Sign in without password'),
('fr', 'emails', 'E-mails'),
('fr', 'email_address', 'E-mail adresse'),
('fr', 'email_cannot_be_empty', 'L\'email ne peut pas être vide'),
('fr', 'email_header', 'Entête du mail'),
('fr', 'email_marketing.confirm_subscription', 'Merci de confirmer votre inscription'),
('fr', 'email_marketing.email_subscribed', 'Vous avez été abonné à notre newsletter'),
('fr', 'email_marketing.email_subscribed_2optin', 'Inscription confirmée'),
('fr', 'email_marketing.enter_api_key_and_save', 'Entrez la clé API et enregistrez d\'abord'),
('fr', 'email_marketing.error_no_list', 'Selectionner la list de emails aux parametres du module pour commencer a importer'),
('fr', 'email_marketing.export_all', 'Tout exporter'),
('fr', 'email_marketing.new_subscriber', 'Nouvel abonné'),
('fr', 'email_marketing.subscription_confirmed', 'Merci de votre inscription à notre newsletter'),
('fr', 'email_marketing.subscription_confirmed_2', 'Inscription confirmée'),
('fr', 'email_marketing.subscription_pending', 'La confirmation de l\'e-mail est requise !'),
('fr', 'email_marketing.sync', 'Sync'),
('fr', 'email_marketing.text_confirm_subscription', 'Nous avons reçu une demande d\'abonnement de votre part. Merci de confirmer : <p><a href=\"[href]\">cliquez ici pour confirmer votre inscription à notre newsletter</a></p> si vous avez reçu cet e-mail par erreur, supprimez-le simplement. Vous ne sera pas être abonné si vous ne cliquez pas sur le lien de confirmation ci-dessus.'),
('fr', 'email_marketing.text_email_subscribed', 'Merci pour votre inscription à notre newsletter. <p>Si vous ne souhaitez plus recevoir nos e-mails, <a href=\"[href]\">cliquez sur ce lien pour vous désinscrire</a>.</p>'),
('fr', 'email_marketing.text_email_subscribed_2optin', 'Votre inscription à notre newsletter a été confirmée. <p>Si vous désirez cesser de recevoir nos e-mails,<a href=\"[href]\">cliquez sur ce lien pour vous désinscrire</a>.</p>'),
('fr', 'email_marketing.text_subscribe', 'Abonnez-vous à notre newsletter'),
('fr', 'email_marketing.text_subscription_confirmed', 'Votre inscription a été confirmée. Aucune action supplémentaire n\'est requise.'),
('fr', 'email_marketing.text_subscription_confirmed_2', 'Votre inscription à notre newsletter a été confirmée. Je vous remercie de vous être inscrit !'),
('fr', 'email_marketing.text_subscription_pending', 'Merci de votre inscription à notre newsletter.<p>Un e-mail de confirmation vous a été envoyé. Veuillez utiliser le lien dans l\'e-mail pour confirmer votre inscription</p>'),
('fr', 'email_marketing.text_unsubscribe_successful', 'Votre e-mail a été retiré de notre liste.'),
('fr', 'email_marketing.tmpl_subscription', 'Marketing de email: Forme de souscription de newsletter'),
('fr', 'email_marketing.unsubscribe_successful', 'Désinscription réussie'),
('fr', 'email_marketing.warning_email_exists', '[email] est déjà abonné'),
('fr', 'email_order_invoice_subject', '[company_name]: Invoice for order #[order_id]'),
('fr', 'email_subject', 'Sujet du mail'),
('fr', 'email_template.accounting_new_payout', 'Le Paiement de Contabilite a été edite'),
('fr', 'email_template.accounting_new_withdrawal', 'Un Retire de Contabilite a été demande'),
('fr', 'email_template.accounting_payout_approved', 'Le Paiement de Contabilite a été complete'),
('fr', 'email_template.accounting_payout_declined', 'Contabilite: Le paiement a été complete'),
('fr', 'email_template.accounting_withdrawal_approved', 'Contabilite: Le retrait a été complete'),
('fr', 'email_template.accounting_withdrawal_declined', 'Contabilite: Le retrait a été rejete'),
('fr', 'email_template.activate_profile', 'User profile requires activation'),
('fr', 'email_template.apply_for_vendor_notification', 'Appliquer pour vendeur'),
('fr', 'email_template.back_in_stock_notification', 'Back in stock notification'),
('fr', 'email_template.call_requests_buy_with_one_click', 'Demandes d\'appel: acheter avis par un clic'),
('fr', 'email_template.call_requests_call_request', 'Demandes d\'appel: avis de demande d\'appel'),
('fr', 'email_template.company_payment_notification', 'Paiement de societe'),
('fr', 'email_template.company_status_notification', 'Status de societe change'),
('fr', 'email_template.create_profile', 'User profile creation'),
('fr', 'email_template.discussion_notification', 'Notification de commentaires et d\'avis'),
('fr', 'email_template.edp_access', 'Orders: access to downloadable products'),
('fr', 'email_template.email_marketing_confirmation', 'Marketing de email: souscription confirmee'),
('fr', 'email_template.email_marketing_welcome', 'Marketing de email: lettre d\"invitation'),
('fr', 'email_template.email_marketing_welcome_2optin', 'Marketing d\"emails: lettre de bienvenue (@ optin)'),
('fr', 'email_template.form_builder_form', 'Formulaire de contact'),
('fr', 'email_template.gift_certificates_notification', 'Certificat de Cadeau'),
('fr', 'email_template.give_coupon', 'Promotions: coupon'),
('fr', 'email_template.hybrid_auth_create_profile', 'Creer Votre profile par connexion sociale'),
('fr', 'email_template.low_stock', 'Product low stock notification'),
('fr', 'email_template.newsletters_newsletter', 'Newsletter'),
('fr', 'email_template.newsletters_promotion', 'Newsletters: promotions'),
('fr', 'email_template.one_time_password_request', 'One-time code for password-free sign-in'),
('fr', 'email_template.order_notification', 'Order notification: [name]'),
('fr', 'email_template.order_notification_default', 'Order notification: Default template for a new order status'),
('fr', 'email_template.params.attach_order_document', 'Attach a PDF document'),
('fr', 'email_template.product_reviews_notification', 'Product reviews: New review notification'),
('fr', 'email_template.product_reviews_reply_notification', 'Product reviews: Reply notification'),
('fr', 'email_template.profile_activated', 'User account activation'),
('fr', 'email_template.profile_deactivated', 'User account deactivation'),
('fr', 'email_template.recover_password', 'Password recovery'),
('fr', 'email_template.reminder', 'Admin password expiration'),
('fr', 'email_template.reward_points_notification', 'Points de recompense'),
('fr', 'email_template.rma_slip_notification', 'Bordereau de RMA'),
('fr', 'email_template.shipment_products', 'Orders: products shipped'),
('fr', 'email_template.shipping_error', 'Shipping: request error'),
('fr', 'email_template.suppliers_notification', 'Avis du fournisseur'),
('fr', 'email_template.track', 'Orders: tracking'),
('fr', 'email_template.update_profile', 'User profile update'),
('fr', 'email_template.upgrade_backup_info', 'Upgrade: restore link'),
('fr', 'email_template.usergroup_activation', 'User group activation'),
('fr', 'email_template.usergroup_disactivation', 'User group disactivation'),
('fr', 'email_template.usergroup_request', 'User group request'),
('fr', 'email_template.vendor_communication.notify_admin', 'Ask seller a question: Admin Notification');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('fr', 'email_template.vendor_communication.notify_customer', 'Ask seller a question: Customer Notification'),
('fr', 'email_template.vendor_data_premoderation_notification', 'Vendeur premodere'),
('fr', 'email_template.vendor_invitation', 'Vendor invitation'),
('fr', 'email_template.vendor_plans_payment', 'Plans vendeur: notification de paiement'),
('fr', 'email_template.vendor_plans_plan_changed', 'Plans vendeur: nitification de modification du plan'),
('fr', 'email_template.vendor_plans_revenue', 'Plans vendeur: notification revenus'),
('fr', 'email_templates', 'Email templates'),
('fr', 'email_template_exists', 'The email template with the chosen code already exists, please try another.'),
('fr', 'email_template_import_success_msg', 'All the email templates have been imported without errors.'),
('fr', 'email_to', 'Email à'),
('fr', 'empty', 'Vide'),
('fr', 'empty_key_value', 'Vider la valeur de la clé de la table'),
('fr', 'enable', 'Activer'),
('fr', 'enabled', 'Activé'),
('fr', 'enable_cdn', 'Acitver le CDN'),
('fr', 'enable_for', 'Activer pour'),
('fr', 'enable_link', 'Permettre lien'),
('fr', 'enable_or_disable_block', 'Activer/Désactiver le bloc'),
('fr', 'enable_or_disable_container', 'Activer/désactiver le conteneur'),
('fr', 'enable_or_disable_grid', 'Activer/Désactiver la grille'),
('fr', 'enable_quick_view', 'Active la vue rapide'),
('fr', 'enclosure', 'Boîtier'),
('fr', 'encryption', 'Cryptage'),
('fr', 'encryption_key', 'Clé de cryptage'),
('fr', 'end_date', 'Date fin'),
('fr', 'english', 'Anglais'),
('fr', 'enter_category_name_and_path', 'Enter path and category name. Example, \"Electronics/Computers/Laptops\"'),
('fr', 'enter_code', 'Entrer le code'),
('fr', 'enter_color_name_and_code', 'Enter color name and code. Example, \"Red #ff0000\"'),
('fr', 'enter_data', 'Entrer les données'),
('fr', 'enter_email', 'Saisir adresse email'),
('fr', 'enter_new_lang_code', 'Saisir un nouveau code de langue'),
('fr', 'enter_other', 'Entre autres'),
('fr', 'enter_your_price', 'Saisir votre prix'),
('fr', 'entity', 'Entité'),
('fr', 'entry_page', 'Point d\'entrée'),
('fr', 'entry_point', 'Entrer point'),
('fr', 'envelope', 'Enveloppe'),
('fr', 'epdq_3ds_main', 'Fenêtre principales'),
('fr', 'epdq_3ds_popup', 'Popup'),
('fr', 'error', 'Erreur'),
('fr', 'errorCode', 'Code d\'erreur'),
('fr', 'errorName', 'Nom de l\'erreur'),
('fr', 'error_account_disabled', 'Votre compte est désactivé. Contactez-svp l\'administrateur de la boutique.'),
('fr', 'error_admin_not_created_email_already_used', 'Le compte administrateur n\'a pas été créé. L\'adresse e-mail appartient à un autre utilisateur. Vous pouvez ajouter manuellement un administrateur pour cette entreprise.'),
('fr', 'error_admin_not_created_name_already_used', 'Le compte d\'administrateur n\'a pas ete cree. Le nom d\'utilisateur appartient a un autre vendeur. Il faut changer le nom du compte d\'administrateur.'),
('fr', 'error_admin_registers_as_vendor', 'Vous ne pouvez pas devenir vendeur car en ce moment Vous etes sosucrit comme administrateur. Veuillez deconnecter et soumettre la forme de nouveau.'),
('fr', 'error_ajax', 'Oops, une erreur s\'est produite([error]). Veuillez essayer à nouveau.'),
('fr', 'error_already_posted', 'Vous avez déjà posté dans cette discussion'),
('fr', 'error_area_access_denied', 'Vous n\'êtes pas autorisé à accéder à cette zone.'),
('fr', 'error_cannot_delete_files', 'Cannot delete files: <b>[files]</b>. Please check the permissions.'),
('fr', 'error_change_admin_data_in_frontend', 'Il est interdit de changer l\'email admin ou mot de passe au domaine de client. Veuillez vous connecter utilisant un compte client.'),
('fr', 'error_class_phar_data_not_found', 'La classe PharData introuvable. Lire plus: <a href=\"https://php.net/manual/en/class.phardata.php\">https://php.net/manual/en/class.phardata.php</a>'),
('fr', 'error_class_zip_archive_not_found', 'La classe ZipArchive introuvable. Lire plus: <a href=\"https://php.net/manual/en/class.ziparchive.php\">https://php.net/manual/en/class.ziparchive.php</a>'),
('fr', 'error_confirmation_code_invalid', 'Je suis désolé, la validation anti-bot a échouée. Essayez de nouveau s\'il vous plait.'),
('fr', 'error_curl_not_exists', '<b>Attention !</b><br />L\'extension PHP CURL <b>n\'est pas</b> supportée par votre serveur. La <b>[method]</b> ne sera pas opérationnelle. Veuillez contacter votre hébergeur.'),
('fr', 'error_curl_ssl_not_exists', '<b>Attention !</b><br />L\'extension PHP CURL est compilée <b>sans</b> le support de SSL dans votre serveur. La <b>[method]</b> ne sera pas opérationnelle. Veuillez contacter votre hébergeur.'),
('fr', 'error_currency_exists', 'La monnaie avec le code <b>[code]</b> existe déjà'),
('fr', 'error_delete_theme_company', 'L\'un de vos vitrines utilise ce thème. Veuillez définir un autre thème avant de le supprimer.'),
('fr', 'error_delete_theme_layout', 'La mise en page qui utilise ce thème est définie par défaut. Définissez une autre mise en page par défaut.'),
('fr', 'error_demo_mode', 'La boutique est en mode <b>DEMO</b> et cette fonctionnalité est désactivée.'),
('fr', 'error_directory_not_writable', 'Directory \"[dir]\" is not writable. Please check permissions for this directory of your installation.'),
('fr', 'error_email_already_subscribed', 'Votre email est déjà dans notre base.'),
('fr', 'error_empty_company_name', 'Le nom de la société ne peut pas être vide'),
('fr', 'error_exim_cant_open_file', 'Ne peux pas ouvrir le fichier chargé'),
('fr', 'error_exim_cant_read_file', 'Ne peux pas lire le fichier chargé'),
('fr', 'error_exim_fields_not_selected', 'Pas de champs sélectionné pour l\'exportation'),
('fr', 'error_exim_file_doesnt_exist', 'Fichier n\'existe pas'),
('fr', 'error_exim_get_images_for_products', 'Could not import images for some of the products. Either those images don\'t exist (or can\'t be accessed), or the paths to those images in the imported file are incorrect.'),
('fr', 'error_exim_incorrect_lines', 'Votre fichier CSV est formaté de manière incorrect (délimiteur incorrect, champs manquants, etc...) aux lignes suivantes <b>[lines]</b>'),
('fr', 'error_exim_incorrent_delimiter', 'Les délimiteurs dans le fichier CSV sont différents de ceux que vous avez sélectionnés.'),
('fr', 'error_exim_invalid_count_langs', 'Le nombre de lignes multi-langues ne correpond pas: nombre de lignes différentes pour les différentes langues.'),
('fr', 'error_exim_layout_required_fields', 'Les champs suivants sont requis et ne peuvent pas être enlevé de la mise en page :'),
('fr', 'error_exim_no_data_exported_new', 'Aucunes donnees exportees. Le rang d\'exportation faux a peut etre cause le probleme. Eliminer le rang d\'exportation et essayer de nouveau'),
('fr', 'error_exim_no_file_uploaded', 'Aucun fichier chargé'),
('fr', 'error_exim_pattern_definition_alt_keys', 'Définition de configuration invalide : clef alternative manquante'),
('fr', 'error_exim_pattern_definition_references', 'Définition de configuration invalide : référence des tables manquantes'),
('fr', 'error_exim_pattern_dont_match', 'Votre fichier importé ne correspond pas à la configuration'),
('fr', 'error_exim_pattern_not_found', 'Configuration non trouvée'),
('fr', 'error_exim_pattern_required_fields', 'Votre fichier importé DOIT avoir les champs suivants: <b>[fields]</b>'),
('fr', 'error_features_too_many_variants', 'Search by features is not available due to the excessive number of variants.'),
('fr', 'error_file_already_exists', 'File \"[file]\" already exists.'),
('fr', 'error_file_not_found', 'File \"[file]\" not found.'),
('fr', 'error_filter_by_feature_exists', 'Filter by feature \"[name]\" already exists.'),
('fr', 'error_filter_by_product_field_exists', 'Filter by product field \"[name]\" already exists.'),
('fr', 'error_gift_cert_code', 'Le code du bon cadeau que vous avez entré n\'est pas valable. Veuillez essayer de nouveau.'),
('fr', 'error_hash_generation', 'Erreur de génération du hash. Veuillez choisir svp un autre mode de paiement.'),
('fr', 'error_images_need_located_root_dir', 'Svp, spécifiez le répertoire d\'images dans le répertoire racine du store. Mettez les images à importer dans ce répertoire.'),
('fr', 'error_image_format_not_supported', 'Le format de l\'image <b>[format]</b> n\'est pas supporté par la librairie GD installée sur votre serveur. La vignette n\'a pas été créée.'),
('fr', 'error_incorrect_login', 'Le nom d\'utilisateur ou le mot de passe saisi est invalide, réessayer encore svp.'),
('fr', 'error_invalid_emails', 'Les adresses emails suivantes sont invalides : <b>[emails]</b>'),
('fr', 'error_lang_code_exists', 'Le code ([code]) de langue fourni existe déjà.'),
('fr', 'error_login_not_exists', 'Le nom d\'utilisateur saisi ne correspond à aucun compte dans notre boutique. Assurez-vous svp d\'avoir saisi le bon nom d\'utilisateur associé à votre compte et réessayer encore.'),
('fr', 'error_message_not_sent', 'Le message ne peut pas être envoyé.<br>Erreur Mailer :'),
('fr', 'error_not_logged', 'Vous devez vous identifier pour pouvoir accéder à cette ressource !'),
('fr', 'error_no_items_selected', 'Pas d\'items selectionnés !  Au moins une case à cocher doit être cochée pour effectuer cette action.'),
('fr', 'error_occured', 'Une erreur s\'est produite'),
('fr', 'error_occurred', 'Une erreur s\'est produite'),
('fr', 'error_passwords_dont_match', 'Les mots de passe ne correspondent pas.'),
('fr', 'error_password_content', 'Le mot de passe doit contenir des lettres ET des chiffres'),
('fr', 'error_password_expired', 'Votre mot de passe a  expiré. Vous devez changer votre mot de passe maintenant.'),
('fr', 'error_password_expired_change', 'Votre mot de passe a expiré.  <p><a href=\"[link]\" class=\"underlined\"><b>Changer le mot de passe&#155;&#155;</b></a></p>'),
('fr', 'error_password_min_symbols', 'Le mot de passe doit contenir au moins <b>[number]</b> caractères.'),
('fr', 'error_password_was_used', 'Votre nouveau mot de passe ne doit pas coïncider avec les quatre mots de passe utilisés précédemment. S\'il vous plaît, utiliser un autre mot de passe.'),
('fr', 'error_permissions_not_changed', 'Ne peut pas changer les permissions'),
('fr', 'error_product_codes_length', 'The following product codes are too long and were cut off at [product_code_length] symbols:'),
('fr', 'error_profile_field_name_exists', 'A profile field with this name already exists. Please choose another name.'),
('fr', 'error_shipment_not_created', 'Couldn\'t create a shipment. Please choose a carrier or enter a tracking number.'),
('fr', 'error_status_not_changed', 'Erreur lors de la mise à jour du statut. Le statut n\'a pas été modifié.'),
('fr', 'error_theme_manifest_missed', 'Le fichier de description du thème (\"manifest\") n\'a pas été trouvé. L\'installation a été annulée.'),
('fr', 'error_unable_to_create_backups', 'Unable to create backups.'),
('fr', 'error_unable_to_create_thumbnail', 'Unable to create thumbnail for file \"[file]\": [error]'),
('fr', 'error_unknown_archive_format', 'Unknown archive format: [ext]'),
('fr', 'error_user_exists', 'Le nom d\'utilisateur ou email que vous avez choisi existe déjà, réessayer encore svp.'),
('fr', 'error_validator_ccv', 'CVV/CVC est trop court.'),
('fr', 'error_validator_color', 'Le code couleur dans le champ <b>[field]</b> n\'est pas valable.'),
('fr', 'error_validator_email', 'The e-mail address in <b>[field]</b> field is invalid.'),
('fr', 'error_validator_integer', 'The value of <b>[field]</b> field is invalid. It should be integer.'),
('fr', 'error_validator_message', 'La valeur du <b>[field]</b> n\'est pas valable'),
('fr', 'error_validator_multiple', 'Le champ <b>[field]</b> ne contient pas les options sélectionnées.'),
('fr', 'error_validator_password', 'The passwords in <b>[field2]</b> and <b>[field]</b> fields do not match.'),
('fr', 'error_validator_phone', 'The phone number in <b>[field]</b> field is invalid. The correct format is (555) 555-55-55.'),
('fr', 'error_validator_phone_mask', 'The phone number in the <b>[field]</b> field is invalid.'),
('fr', 'error_validator_phone_number', 'Il est nécessaire d\'utiliser le format suivant pour cette méthode de paiement: 555 555 5555.'),
('fr', 'error_validator_recaptcha', 'Please confirm you are not a robot.'),
('fr', 'error_validator_required', 'Le champ <b>[field]</b> est obligatoire.'),
('fr', 'error_validator_zipcode', 'The ZIP / Postal code in <b>[field]</b> field is incorrect. The correct format is [extra].'),
('fr', 'error_vendor_exists', 'La société avec l\'email que vous avez choisi existe déjà, veuillez essayer un autre email.'),
('fr', 'error_zip_php_extension_not_installed', '\"Zip\" PHP extension is not installed. Please install the \"Zip\" PHP extension to create and extract ZIP-archives.'),
('fr', 'et_above_button', 'Above the BUTTON'),
('fr', 'et_above_description', 'Above the DESCRIPTION'),
('fr', 'et_above_info_block', 'Above (the Info Block)'),
('fr', 'et_above_title', 'Above the TITLE'),
('fr', 'et_add', 'et_add?'),
('fr', 'et_additional_image', 'Additional image'),
('fr', 'et_additional_settings', 'Additional settings'),
('fr', 'et_addons', 'ET Addons'),
('fr', 'et_addons_menu', 'EnergoThemes: Add-ons'),
('fr', 'et_add_description_text_shadow', 'Add description text shadow'),
('fr', 'et_add_title_text_shadow', 'Add title text shadow'),
('fr', 'et_ask_a_question', 'Ask a question'),
('fr', 'et_average_star_rating', 'Average Star Rating'),
('fr', 'et_background_color', 'Background color'),
('fr', 'et_background_hover', 'Background hover'),
('fr', 'et_background_settings', 'Background settings'),
('fr', 'et_banner', 'Extended banner'),
('fr', 'et_banners', 'Design professional responsive banners by adding custom text, colors, buttons and backgrounds, as well as create different banners for desktop and mobile devices. Developed by <a href=\"https://www.energothemes.com/\"target=\"_blank\">EnergoThemes</a>'),
('fr', 'et_banner_full_width_no_title', 'ET - Banner full width (no title)'),
('fr', 'et_banner_wrapper', 'ET - Banner wrapper'),
('fr', 'et_below_button', 'Below the BUTTON'),
('fr', 'et_below_info_block', 'Below (the Info Block)'),
('fr', 'et_block_title_background', 'Block title background'),
('fr', 'et_block_title_background_hover', 'Block title background hover'),
('fr', 'et_block_title_border', 'Block title border'),
('fr', 'et_block_title_color', 'Block title color'),
('fr', 'et_block_title_color_hover', 'Block title hover color'),
('fr', 'et_blog_scroller_secondary_title', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.'),
('fr', 'et_bottom', 'Bottom'),
('fr', 'et_button', 'Button'),
('fr', 'et_button_align', 'Button align'),
('fr', 'et_button_animation', 'Button Animation'),
('fr', 'et_button_background', 'Button background'),
('fr', 'et_button_border', 'Button border'),
('fr', 'et_button_border_size', 'Border size'),
('fr', 'et_button_border_style', 'Border style'),
('fr', 'et_button_font_size', 'Button font size'),
('fr', 'et_button_font_style', 'Button font style'),
('fr', 'et_button_font_weight', 'Button font weight'),
('fr', 'et_button_hover_background', 'Button hover background'),
('fr', 'et_button_hover_text_color', 'Button hover text color'),
('fr', 'et_button_margin', 'Button margin'),
('fr', 'et_button_padding', 'Button padding'),
('fr', 'et_button_rounded_corners', 'Button rounded corners'),
('fr', 'et_button_shadow', 'Add button shadow'),
('fr', 'et_button_text', 'Button text'),
('fr', 'et_button_text_color', 'Button text color'),
('fr', 'et_button_url', 'Button URL'),
('fr', 'et_category_banner', 'ET - Category banners'),
('fr', 'et_category_description', 'ET - Category description'),
('fr', 'et_category_label', 'Category label'),
('fr', 'et_category_menu', 'ET - Category menu'),
('fr', 'et_category_menu_icon', 'ET - Category menu (icon)'),
('fr', 'et_category_menu_vertical', 'ET - Category menu (vertical)'),
('fr', 'et_category_title', 'ET - Category title'),
('fr', 'et_center', 'Center'),
('fr', 'et_collapsed', 'Collapsed'),
('fr', 'et_colors', 'Colors'),
('fr', 'et_color_hover', 'Color hover'),
('fr', 'et_color_settings', 'Color settings'),
('fr', 'et_columns', 'Columns'),
('fr', 'et_columns_tooltip', 'Number of columns to display the products'),
('fr', 'et_coming_soon', 'Coming soon'),
('fr', 'et_contact_info', 'Contact info'),
('fr', 'et_contact_page', 'Contact page'),
('fr', 'et_cta_button_text', 'Button text'),
('fr', 'et_cta_button_url', 'Button URL'),
('fr', 'et_cta_step_1_text', 'Step 1 text'),
('fr', 'et_cta_step_1_title', 'Step 1 title'),
('fr', 'et_cta_step_2_text', 'Step 2 text'),
('fr', 'et_cta_step_2_title', 'Step 2 title'),
('fr', 'et_cta_step_3_text', 'Step 3 text'),
('fr', 'et_cta_step_3_title', 'Step 3 title'),
('fr', 'et_cta_title_text', 'Block title'),
('fr', 'et_custom_class', 'Custom class'),
('fr', 'et_custom_color', 'Custom color'),
('fr', 'et_custom_icon_settings', 'Icon settings'),
('fr', 'et_custom_label_settings', 'Label settings'),
('fr', 'et_custom_label_settings_tooltip', 'Only used by the Main Menu block'),
('fr', 'et_custom_menu_colors', 'Menu colors'),
('fr', 'et_dd_custom_menu_settings', 'Advanced menu settings'),
('fr', 'et_dd_image', 'Mega Menu image settings by EnergoThemes'),
('fr', 'et_dd_image_height', 'Image height'),
('fr', 'et_dd_image_width', 'Image width'),
('fr', 'et_dd_menu_width', 'Menu width'),
('fr', 'et_dd_min_menu_height', 'Menu minimum height'),
('fr', 'et_dd_offset_bottom', 'Image offset bottom'),
('fr', 'et_dd_offset_right', 'Image offset right'),
('fr', 'et_dd_push_menu_items', 'Push menu items'),
('fr', 'et_dd_url', 'Image link'),
('fr', 'et_default_vendor', 'Default vendor'),
('fr', 'et_description_animation', 'Description Animation'),
('fr', 'et_description_font_size', 'Description font size'),
('fr', 'et_description_font_style', 'Description font style'),
('fr', 'et_description_font_weight', 'Description font weight'),
('fr', 'et_description_line_height', 'Description line-height'),
('fr', 'et_description_margin', 'Description margin'),
('fr', 'et_description_text', 'Description text'),
('fr', 'et_description_text_background', 'Description text background'),
('fr', 'et_description_text_color', 'Description text color'),
('fr', 'et_eib_block_1_text', 'Block 1 text'),
('fr', 'et_eib_block_1_title', 'Block 1 title'),
('fr', 'et_eib_block_2_text', 'Block 2 text'),
('fr', 'et_eib_block_2_title', 'Block 2 title'),
('fr', 'et_eib_block_3_text', 'Block 3 text'),
('fr', 'et_eib_block_3_title', 'Block 3 title'),
('fr', 'et_eib_block_4_text', 'Block 4 text'),
('fr', 'et_eib_block_4_title', 'Block 4 title'),
('fr', 'et_email_marketing_description', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt'),
('fr', 'et_expanded', 'Expanded'),
('fr', 'et_exteded_out_of', '<strong>[average_rating]</strong> out of <strong>5</strong> stars'),
('fr', 'et_featured_products_banner', 'ET - Featured products and banners'),
('fr', 'et_featured_product_banner_tabs', 'Featured product and banner tabs'),
('fr', 'et_featured_product_banner_tabs.manage', 'Featured product and banner tabs'),
('fr', 'et_featured_vendors_sidebar', 'ET - Featured vendors sidebar'),
('fr', 'et_footer_info', 'ET - Footer info'),
('fr', 'et_full_grid', 'ET - Full width grid'),
('fr', 'et_full_width', 'Full width'),
('fr', 'et_google_map', 'Google Map'),
('fr', 'et_header_call_us', 'LET US CALL YOU BACK'),
('fr', 'et_home_blog', 'ET - Home blog'),
('fr', 'et_home_featured_vendors', 'ET - Home featured vendors'),
('fr', 'et_home_grid', 'ET - Home grid'),
('fr', 'et_home_special_title', 'ET - Home special title'),
('fr', 'et_home_testimonials', 'ET - Home testimonials'),
('fr', 'et_horizontal', 'Horizontal'),
('fr', 'et_horizontal_align', 'Horizontal align'),
('fr', 'et_horizontal_with_info_block', 'Horizontal with the Info Block'),
('fr', 'et_horziontal_filters_clear', 'Clear all filters'),
('fr', 'et_horziontal_filters_selected', 'Your selected filters '),
('fr', 'et_hover_color', 'Hover color'),
('fr', 'et_hover_image', 'Hover image'),
('fr', 'et_hover_opacity', 'Hover opacity'),
('fr', 'et_icon_color', 'Icon color'),
('fr', 'et_icon_color_hover', 'Icon color hover'),
('fr', 'et_icon_position', 'Icon position'),
('fr', 'et_icon_settings', 'Icon settings'),
('fr', 'et_image_animation', 'Image animation'),
('fr', 'et_image_background_color', 'Image background color'),
('fr', 'et_image_margin', 'Image margin'),
('fr', 'et_image_position', 'Image position'),
('fr', 'et_image_position_horizontal', 'Image position horizontal'),
('fr', 'et_image_position_inside', 'Image position inside'),
('fr', 'et_image_position_vertical', 'Image position vertical'),
('fr', 'et_image_url', 'Image URL'),
('fr', 'et_info_block_background', 'Info block background'),
('fr', 'et_info_block_margin', 'Info block margin'),
('fr', 'et_info_block_settings', 'Info Block Settings'),
('fr', 'et_info_block_width', 'Info block width'),
('fr', 'et_inside_info_block', 'Inside the Info Block'),
('fr', 'et_label_color', 'Label text color'),
('fr', 'et_label_colors', 'Label colors'),
('fr', 'et_label_text', 'Label text'),
('fr', 'et_language_specific', 'Language specific'),
('fr', 'et_left_menu', 'ET - Left menu (mobile)'),
('fr', 'et_left_of_info_block', 'Left (of the Info Block)'),
('fr', 'et_license_invalid', 'EnergoThemes license is not valid'),
('fr', 'et_mainbox_general', 'ET - Mainbox general'),
('fr', 'et_mainbox_general_full_width_no_title', 'ET - Mainbox general full width (no title)'),
('fr', 'et_mainbox_general_full_width_title', 'ET - Mainbox general full width'),
('fr', 'et_mainbox_simple', 'ET - Mainbox simple'),
('fr', 'et_mainbox_simple_full_width_no_title', 'ET - Mainbox simple full width (no title)'),
('fr', 'et_mainbox_simple_full_width_title', 'ET - Mainbox simple full width'),
('fr', 'et_main_slider', 'ET - Main slider'),
('fr', 'et_manage', 'et_manage?'),
('fr', 'et_marketplace_menu', 'ET - Marketplace Menu'),
('fr', 'et_master_vendors', 'vendor|vendors'),
('fr', 'et_mega_menu', 'ET - Advanced Mega Menu'),
('fr', 'et_mega_menu.banner_settings', 'Banner Settings'),
('fr', 'et_mega_menu.category_settings', 'Menu Category Settings'),
('fr', 'et_mega_menu.icon_settings', 'Icon Settings'),
('fr', 'et_mega_menu.products_settings', 'Featured Product Settings'),
('fr', 'et_mega_menu.size_settings', 'Window Size Settings'),
('fr', 'et_mega_menu.subcategory_thumbnails', 'Subcategory Thumbnails'),
('fr', 'et_mega_menu_tab', 'Additional menu settings'),
('fr', 'et_menu_horizontal', 'ET - Menu (horizontal)'),
('fr', 'et_min_height', 'Min height'),
('fr', 'et_mobile_footer_block', 'ET - Footer block (mobile)'),
('fr', 'et_mobile_footer_menu', 'ET - Footer menu (mobile)'),
('fr', 'et_mobile_menu_wrapper', 'ET - Mobile Menu'),
('fr', 'et_multi_scroller', 'ET - Multi scroller'),
('fr', 'et_my_content', 'My content'),
('fr', 'et_newsletter_description', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt'),
('fr', 'et_offset_bottom', 'Offset bottom'),
('fr', 'et_offset_right', 'Offset right'),
('fr', 'et_opacity', 'Opacity'),
('fr', 'et_overlay_settings', 'Overlay settings'),
('fr', 'et_padding', 'Padding'),
('fr', 'et_pp_block', 'Info blocks'),
('fr', 'et_pp_block_r', 'Return policy'),
('fr', 'et_pp_block_s', 'Shipping policy'),
('fr', 'et_pp_block_w', 'Warranty policy'),
('fr', 'et_pp_info_expanded', 'Expanded by default'),
('fr', 'et_pp_info_icon_and_color_settings', 'Icon and color settings'),
('fr', 'et_pp_info_use_icon', 'Use icon'),
('fr', 'et_pp_sold_by', 'Sold by'),
('fr', 'et_pp_this_item_sold_by', 'This item is sold by'),
('fr', 'et_product_coming_soon', 'Available on: [avail_date]'),
('fr', 'et_product_display_options', 'Product display options'),
('fr', 'et_product_filters', 'Product filters'),
('fr', 'et_product_tabs_rating_right_text', 'Tell us something about it and help others make the right decision'),
('fr', 'et_product_tabs_rating_right_title', 'Have you used the product?'),
('fr', 'et_product_tabs_rating_testimonial_right_text', 'Tell us something about your experience here'),
('fr', 'et_product_tabs_rating_testimonial_right_title', 'Have you bought from our Marketplace?'),
('fr', 'et_product_tabs_rating_testimonial_right_title_ult', 'Have you bought from our Store?'),
('fr', 'et_product_tabs_rating_vendor_right_text', 'Tell us something about it and help others make the right decision'),
('fr', 'et_product_tabs_rating_vendor_right_title', 'Have you bought from this vendor?'),
('fr', 'et_product_title_rows', 'Product title rows'),
('fr', 'et_product_title_rows_tooltip', 'Number of rows to display the product titles'),
('fr', 'et_profile_info', 'ET - Profile info'),
('fr', 'et_profile_text', 'Profile text'),
('fr', 'et_push_items', 'Push menu items'),
('fr', 'et_quick_info', 'Product page quick info'),
('fr', 'et_quick_info.manage', 'Product page quick info blocks'),
('fr', 'et_quick_info.new_block', 'New quick info block'),
('fr', 'et_quick_info_block', 'Product page quick info'),
('fr', 'et_read_all', 'Read all'),
('fr', 'et_read_more', 'Read more'),
('fr', 'et_register_text', 'Register text'),
('fr', 'et_review_variant', 'Product variant reviewed'),
('fr', 'et_right_menu', 'ET - Right menu (mobile)'),
('fr', 'et_right_of_info_block', 'Right (of the Info Block)'),
('fr', 'et_rounded_corners', 'Rounded corners'),
('fr', 'et_same_vendor', 'ET - Same vendor'),
('fr', 'et_search', 'ET - Search'),
('fr', 'et_search_marketplace_products', 'Search by Marketplace products'),
('fr', 'et_search_wrapper', 'ET - Search'),
('fr', 'et_select_category_hover_text', 'Select category'),
('fr', 'et_seo_rules', 'VIVAshop SEO rules for vendor stores'),
('fr', 'et_separate_blog_image', 'ET - Blog image'),
('fr', 'et_settings', 'Settings'),
('fr', 'et_short_description', 'Category mini description'),
('fr', 'et_show_all_reviews', 'Show all reviews'),
('fr', 'et_show_discount_label', 'Show discount label'),
('fr', 'et_show_old_price', 'Show old price'),
('fr', 'et_show_product_name', 'Show product name'),
('fr', 'et_show_product_price', 'Show price'),
('fr', 'et_show_reviews_with', 'Show reviews with'),
('fr', 'et_show_title', 'Show title'),
('fr', 'et_sidebar_category', 'Sidebar category'),
('fr', 'et_sidebar_subcategories', 'ET - Sidebar subcategories'),
('fr', 'et_sidebox_filters', 'ET - Sidebox filters'),
('fr', 'et_sidebox_products', 'ET - Sidebox products'),
('fr', 'et_sidebox_simple_open_on_mobile', 'ET - Sidebox open on mobile'),
('fr', 'et_sidebox_subcategories', 'ET - Sidebox subcategories'),
('fr', 'et_social_links', 'Social links'),
('fr', 'et_star', 'star|stars'),
('fr', 'et_sticky_cart', 'ET - Sticky cart'),
('fr', 'et_sticky_my_account', 'ET - Sticky My account'),
('fr', 'et_store_settings', 'Store settings'),
('fr', 'et_subcategories', 'ET - Subcategories'),
('fr', 'et_subcateg_opt_img_title', 'Image'),
('fr', 'et_tab_title_active_color', 'Tab title active color'),
('fr', 'et_tab_title_color', 'Tab title color'),
('fr', 'et_text_align', 'Text align'),
('fr', 'et_text_color', 'Text color'),
('fr', 'et_text_hover', 'Text hover'),
('fr', 'et_thumbnail_width', 'Thumbnail width'),
('fr', 'et_thumbnail_width_tooltip', 'Product image thumbnail width in pixels'),
('fr', 'et_title_animation', 'Title Animation'),
('fr', 'et_title_background', 'Title background'),
('fr', 'et_title_color', 'Title text color'),
('fr', 'et_title_font_size', 'Title font size'),
('fr', 'et_title_font_style', 'Title font style'),
('fr', 'et_title_font_weight', 'Title font weight'),
('fr', 'et_title_line_height', 'Title line-height'),
('fr', 'et_title_margin', 'Title margin'),
('fr', 'et_title_text', 'Title text'),
('fr', 'et_title_text_background', 'Title text background'),
('fr', 'et_title_text_color', 'Title text color'),
('fr', 'et_top', 'Top'),
('fr', 'et_top_menu', 'ET - Top menu'),
('fr', 'et_transparent_background', 'Transparent background'),
('fr', 'et_type', 'Type'),
('fr', 'et_update_for_all_languages', 'Update for all languages'),
('fr', 'et_update_for_all_languges', 'Update for all languages'),
('fr', 'et_use_bkg_overlay', 'Use background overlay'),
('fr', 'et_vendor_categories', 'ET - Vendor categories'),
('fr', 'et_vendor_extra_details_f', 'Facebook'),
('fr', 'et_vendor_extra_details_i', 'Instagram'),
('fr', 'et_vendor_extra_details_l', 'Linkedin'),
('fr', 'et_vendor_extra_details_p', 'Pinterest'),
('fr', 'et_vendor_extra_details_t', 'Twitter'),
('fr', 'et_vendor_extra_details_y', 'Youtube'),
('fr', 'et_vendor_header.feedback', 'Feedback'),
('fr', 'et_vendor_header.social', 'Socials'),
('fr', 'et_vendor_header.store', 'Store'),
('fr', 'et_vendor_menu', 'Vendor Menu'),
('fr', 'et_vendor_menu_mobile', 'ET - Vendor menu mobile'),
('fr', 'et_vendor_panel_menu.default_vendor_store', 'Default vendor blocks'),
('fr', 'et_vendor_panel_menu.my_banners', 'Banners'),
('fr', 'et_vendor_panel_menu.my_home_blocks', 'Home blocks'),
('fr', 'et_vendor_panel_menu.my_pages', 'Pages'),
('fr', 'et_vendor_plans.footer', '<div class=\"et-vendor-plans_footer_big\">Not sure which plan will suit you best?</div><div class=\"et-vendor-plans_footer_small\">Start with a 14-day trial of all Marketplace features then choose the plan that\'s right for you</div>'),
('fr', 'et_vendor_plans.footer_button_link', './index.php?dispatch=pages.view&page_id=30'),
('fr', 'et_vendor_plans.footer_button_text', 'Contact us'),
('fr', 'et_vendor_plans.no_vendor_store', 'NO microstore'),
('fr', 'et_vendor_plans.per', 'per'),
('fr', 'et_vendor_store_header', 'ET - Vendor store header'),
('fr', 'et_vendor_store_header_mobile', 'ET - Vendor store header mobile'),
('fr', 'et_vendor_store_menu', 'ET - Vendor store menu'),
('fr', 'et_vendor_store_menu_mobile', 'ET - Vendor store menu mobile'),
('fr', 'et_vertical', 'Vertical'),
('fr', 'et_vertical_align', 'Vertical align'),
('fr', 'et_vertical_with_info_block', 'Vertical with the Info Block'),
('fr', 'et_vivashop_mv_functionality.home_blocks', 'Vendor home blocks'),
('fr', 'et_vivashop_mv_functionality.vendor_pages', 'Vendor pages'),
('fr', 'et_vivashop_mv_settings.best_bkg', 'Best choice background'),
('fr', 'et_vivashop_mv_settings.best_outer_bkg', 'Best choice outer background'),
('fr', 'et_vivashop_mv_settings.best_outer_text', 'Best choice outer text'),
('fr', 'et_vivashop_mv_settings.best_text', 'Best choice text'),
('fr', 'et_vivashop_mv_settings.footer_bkg', 'Footer background'),
('fr', 'et_vivashop_mv_settings.footer_bkg_img', 'Footer background image'),
('fr', 'et_vivashop_mv_settings.footer_button_text', 'Button text'),
('fr', 'et_vivashop_mv_settings.footer_button_url', 'Button URL'),
('fr', 'et_vivashop_mv_settings.footer_text', 'Footer text'),
('fr', 'et_vivashop_mv_settings.header_bkg', 'Header background'),
('fr', 'et_vivashop_mv_settings.header_hover', 'Header text hover'),
('fr', 'et_vivashop_mv_settings.header_text', 'Header text color'),
('fr', 'et_vivashop_mv_settings.highlight_text', 'Title highlighted text'),
('fr', 'et_vivashop_mv_settings.menu_bkg', 'Menu background'),
('fr', 'et_vivashop_mv_settings.menu_bkg_hover', 'Menu background hover'),
('fr', 'et_vivashop_mv_settings.menu_text', 'Menu text color'),
('fr', 'et_vivashop_mv_settings.menu_text_hover', 'Menu text color hover'),
('fr', 'et_vivashop_mv_settings.price_bkg', 'Price background'),
('fr', 'et_vivashop_mv_settings.price_text', 'Price text'),
('fr', 'et_vivashop_mv_settings.show_footer', 'Show footer'),
('fr', 'et_vivashop_settings.arrow', 'Arrow'),
('fr', 'et_vivashop_settings.box_color', 'Box color'),
('fr', 'et_vivashop_settings.circles_bkg', 'Circle background'),
('fr', 'et_vivashop_settings.circles_icons', 'Circle icon'),
('fr', 'et_vivashop_settings.circles_steps_txt', 'Step number text'),
('fr', 'et_vivashop_settings.circles_step_bkg', 'Step number background'),
('fr', 'et_vivashop_settings.circles_text', 'Circle text'),
('fr', 'et_vivashop_settings.demo_banners', '<p><a class=\"cm-ajax btn btn-primary\" href=\"[demo_data_url]\">Add all demo data</a></p> <br/> <p><a class=\"cm-ajax btn btn-secondary\" href=\"[demo_banners_url]\">Add only demo banners</a></p>'),
('fr', 'et_vivashop_settings.go_btn_bkg', 'Button background'),
('fr', 'et_vivashop_settings.go_btn_bkg_hover', 'Button hover background'),
('fr', 'et_vivashop_settings.go_btn_txt', 'Button text'),
('fr', 'et_vivashop_settings.go_btn_txt_hover', 'Button hover text'),
('fr', 'et_vivashop_settings.icons', 'Icons'),
('fr', 'et_vivashop_settings.icon_bkg', 'Icon background color'),
('fr', 'et_vivashop_settings.icon_color', 'Icon color'),
('fr', 'et_vivashop_settings.main_bkg_color', 'Background color'),
('fr', 'et_vivashop_settings.overlay', 'Overlay color'),
('fr', 'et_vivashop_settings.overlay_alpha', 'Overlay opacity'),
('fr', 'et_vivashop_settings.text', 'Text'),
('fr', 'et_vivashop_settings.text_color', 'Text color'),
('fr', 'et_vivashop_settings.text_top', 'Title text'),
('fr', 'et_vivashop_settings.title_color', 'Title color'),
('fr', 'et_width', 'Width'),
('fr', 'et_wishlist_button_text', 'Wishlist'),
('fr', 'event.order.edp.name', 'Access to downloadable products granted'),
('fr', 'event.order.shipment_updated.name', 'Products were shipped'),
('fr', 'event.order.status_changed.name', 'Order status changed to [status]'),
('fr', 'event.order.updated.name', 'Order was updated'),
('fr', 'event.profile.activated.name', 'Profile was activated'),
('fr', 'event.profile.added.name', 'Profile requires activation'),
('fr', 'event.profile.created.name', 'Profile was created'),
('fr', 'event.profile.deactivated.name', 'Profile was deactivated'),
('fr', 'event.profile.password_recovery.name', 'Password recovery'),
('fr', 'event.profile.password_reminder.name', 'Reminder about necessary password change'),
('fr', 'event.profile.updated.name', 'Profile was updated'),
('fr', 'event.profile.usergroup_activation.name', 'User group activation'),
('fr', 'event.profile.usergroup_disactivation.name', 'User group disactivation'),
('fr', 'event.profile.usergroup_request.name', 'Membership in user group was requested'),
('fr', 'event.profile.usergroup_updated.name', 'Membership in user group was changed'),
('fr', 'event.receiver.a', 'Administrator'),
('fr', 'event.receiver.c', 'Customer'),
('fr', 'event.receiver.s', 'Supplier'),
('fr', 'event.receiver.v', 'Vendor'),
('fr', 'event.transport.internal', 'Notifications center'),
('fr', 'event.transport.mail', 'E-mail'),
('fr', 'event.vendors_require_approval.name', 'Vendors require approval'),
('fr', 'event.vendors_require_approval.title', 'Some vendors are pending approval'),
('fr', 'event.vendor_status_changed.active.message', 'All your active products will now appear in the store'),
('fr', 'event.vendor_status_changed.name', 'Vendor status changed to [status]'),
('fr', 'event.vendor_status_changed.pending.message', 'You can work with the admin panel and manage your products, but they won\'t appear to customers until your status changes to Active.'),
('fr', 'event.vendor_status_changed.title', 'Your status has been changed to [status]'),
('fr', 'eway_configuration_note', '<a href=\'https://go.eway.io/s/article/How-do-I-setup-my-Live-eWAY-API-Key-and-Password\' target=\'_blank\'>How do I set up my Live eWAY API Key and Password?</a>'),
('fr', 'eway_upgrade_notification_text', '<p><b>eWAY</b>, <b>eWAY Direct Payment</b> and <b>eWAY Shared Payment</b> are not supported since this [product] version.</p><p>We strongly recommend you to <b>upgrade to eWAY Direct Payment (Rapid API)</b> or <b>eWAY Responsive Shared (Rapid API)</b>, here are the instructions:</p><ul><li>go to Administration > Payment methods</li><li>open one of the payment methods utilizing deprecated eWAY processor</li><li>switch to General tab and specify eWAY Direct Payment (Rapid API) or eWAY Responsive Shared (Rapid API) payment processor</li><li>switch to Configure tab and specify proper:<ul><li>API Key, API Password and Encryption Key for eWAY Direct Payment (Rapid API)</li><li>API Key and API Password for eWAY Responsive Shared (Rapid API)</li></ul></li></ul><p>eWAY, eWAY Direct Payment and eWAY Shared Payment will still be operational but we <b>renamed</b> them to Deprecated eWAY, Deprecated eWAY Direct Payment and Deprecated eWAY Shared Payment accordingly.</p>'),
('fr', 'eway_upgrade_notification_title', 'eWAY, eWAY Direct Payment and eWAY Shared Payment payment processors are no longer supported'),
('fr', 'exact_phrase', 'La phrase exacte'),
('fr', 'excellent', 'Excellent !'),
('fr', 'exception', 'Exception'),
('fr', 'exceptions', 'Exceptions'),
('fr', 'exceptions_type', 'Type d\'exceptions'),
('fr', 'exception_disabled', 'Aucune variante ne peut être sélectionnée'),
('fr', 'exception_disregard', 'Toute variante'),
('fr', 'exception_error', 'ERREUR'),
('fr', 'exception_error_code', 'Code erreur:'),
('fr', 'exception_exist', 'Cette combinaison d\'exception existe déjà'),
('fr', 'exception_title', 'Oops!<br />Nous n\'avons pas été capable de trouver ce que vous cherchez.'),
('fr', 'exchange_rate', 'Taux de change en direct'),
('fr', 'exclude_disabled_products', 'Exclure les produits désactivés'),
('fr', 'exclusive_promotions', 'Exclusive discounts'),
('fr', 'exclusive_promotions_content', 'Subscribe to our news and get a 10% discount coupon!'),
('fr', 'exec', 'Exécuter'),
('fr', 'exim_cannot_create_variant_for_shareable_feature', 'You cannot create a variant for a shareable feature.'),
('fr', 'exim_error_empty_feature_name', 'Feature name is missing. Some product features were not updated.'),
('fr', 'exim_error_incorrect_feature_type', 'Incorrect feature type. Some product features were not updated.'),
('fr', 'exim_remove_additional_images', 'Nettoyer'),
('fr', 'exim_vendor_cant_create_feature', 'Vendors cannot create product features and their variants. Some product features cannot be modified.'),
('fr', 'exit_point', 'Point de sortie'),
('fr', 'exp', 'Exp'),
('fr', 'expanded', 'Étendu'),
('fr', 'expand_collapse_list', 'Étendre / réduire la liste des items'),
('fr', 'expand_section', 'Expand section'),
('fr', 'expand_sublist_of_items', 'Étendre la sous-liste des items'),
('fr', 'expenditure', 'Expedition'),
('fr', 'expired', 'Expiré'),
('fr', 'expirepreauth', 'Autorisation préalable'),
('fr', 'expirepreauth_description', 'Limite de maintien de la pré-autorisation en jours. La valeur maximale est de 30 jours. Avec le type de requête \"Vente\", laissez ce champ vide.'),
('fr', 'expiry_date', 'Date d\'expiration'),
('fr', 'export', 'Exporter'),
('fr', 'exported_fields', 'Champs exportés'),
('fr', 'exported_files', 'Fichier(s) exportés'),
('fr', 'exported_items', 'Éléments exportés'),
('fr', 'exporting_data', 'Export des données en cours'),
('fr', 'export_by_cron', 'Exportation par cron'),
('fr', 'export_by_cron_to', 'Exportation par cron vers'),
('fr', 'export_cron_hint', 'Utilisez la ligne suivante pour exécuter le script selon horaire'),
('fr', 'export_data', 'Exporter'),
('fr', 'export_found_products', 'Export found products'),
('fr', 'export_layout', 'Exporter le layout'),
('fr', 'export_locations', 'Exporter les destinations'),
('fr', 'export_options', 'Options d\'export'),
('fr', 'export_selected', 'Exporter sélection'),
('fr', 'export_to_ftp', 'Options du serveur FTP'),
('fr', 'export_to_server', 'Exporter vers serveur'),
('fr', 'extended', 'Etendu'),
('fr', 'extra', 'Supplément(s)'),
('fr', 'extract_archive', 'Extraire l\'archive'),
('fr', 'extra_fields', 'Extra fields'),
('fr', 'extra_folders', 'Fichiers extra'),
('fr', 'extra_services', 'Services supplémentaires'),
('fr', 'facebook', 'Facebook'),
('fr', 'facebook_obj_type', 'Type d\'objet Facebook'),
('fr', 'fail', 'Echec'),
('fr', 'failed', 'Échec'),
('fr', 'fair', 'Juste'),
('fr', 'false', 'Fausse'),
('fr', 'faroese', 'Féroïen'),
('fr', 'fast', 'Rapide'),
('fr', 'fax', 'Fax'),
('fr', 'fb_activities', 'Activités'),
('fr', 'fb_businesses', 'Entreprises'),
('fr', 'fb_groups', 'Groupes'),
('fr', 'fb_organizations', 'Organisations'),
('fr', 'fb_people', 'Personnes'),
('fr', 'fb_places', 'Lieux'),
('fr', 'fb_products_entertainment', 'Produits et divertissement'),
('fr', 'fb_websites', 'Sites Web'),
('fr', 'feature', 'Caractéristiques'),
('fr', 'features', 'Caractéristiques'),
('fr', 'features_delimiter', 'Délimiteur de variantes de fonctionnalité'),
('fr', 'features_menu_description', 'Ajouter et gérer des champs de produits supplémentaires'),
('fr', 'feature_code', 'Code de la caractéristique'),
('fr', 'feature_comparison', 'Fonction de comparaison'),
('fr', 'feature_comparison_upgrade_notification_text', 'The <b>Feature comparison</b> checkbox under <b>Products → Products → &lt;Desired Product&gt;</b> has been removed.<br>By ticking the new <b>Allow customers to compare products</b> checkbox under Settings → General → Catalog, you can now enable your customers to add any products in your store to comparison lists.<br>To show up on a comparison list, a feature must have one (or more) of the following checkboxes enabled under <b>Products → Features → &lt;Desired Feature&gt;</b>:<br><ul><li>Show on the Features tab</li><li>Show in product list</li><li>Show in header on the product details page</li></ul>'),
('fr', 'feature_comparison_upgrade_notification_title', 'Changes in feature comparison'),
('fr', 'feature_display_on_catalog', 'Afficher dans la liste des produits'),
('fr', 'feature_display_on_header', 'Afficher dans l\'en-tête sur la page de détails du produit'),
('fr', 'feature_display_on_product', 'Afficher dans l\'onglet des caractéristiques'),
('fr', 'feature_group', 'Feature group'),
('fr', 'feature_groups', 'Feature groups'),
('fr', 'feature_id', 'Feature ID'),
('fr', 'feature_name', 'Feature name'),
('fr', 'feature_style', 'Feature style'),
('fr', 'feedback_is_sent_successfully', 'Le feedback a été envoyé avec succès.'),
('fr', 'feedback_values', 'Valeurs de feedback'),
('fr', 'feed_description', 'Description du flux'),
('fr', 'feed_title', 'Titre de flux'),
('fr', 'fib_wrapper', 'ET - Footer info block'),
('fr', 'field', 'Champs'),
('fr', 'fields', 'Champs'),
('fr', 'field_editor', 'Éditeur de champs'),
('fr', 'field_name', 'Nom du champ'),
('fr', 'field_type', 'Type de champ'),
('fr', 'file', 'Fichier'),
('fr', 'filename', 'Nom du fichier'),
('fr', 'files', 'Fichiers'),
('fr', 'filesize', 'Taille du fichier'),
('fr', 'files_are_too_large', 'Volume total des fichiers envoyés dépasse la limite maximum de.'),
('fr', 'files_changes', 'Modifications du fichier'),
('fr', 'files_directory', 'Dossier des fichiers'),
('fr', 'file_avail_after_payment', 'Ce fichier sera disponible après que la commande soit versée dans son intégralité.'),
('fr', 'file_browser', 'Navigateur de fichiers'),
('fr', 'file_changes_detector', 'File changes detector'),
('fr', 'file_changes_detector.added', 'Added'),
('fr', 'file_changes_detector.changed', 'Changed'),
('fr', 'file_changes_detector.deleted', 'Deleted'),
('fr', 'file_changes_detector.snapshot_not_found', 'Snapshot of the clear installation was not found. Please restore <b>[dist_filename]</b>.'),
('fr', 'file_doesnt_have_key', 'Ce fichier n\'a pas de clé de téléchargement.'),
('fr', 'file_download_limit_exceeded', 'Le fichier ne peut pas être téléchargé car la limite de téléchargement égale à [limiter] est dépassée.'),
('fr', 'file_editor', 'Éditeur de fichier'),
('fr', 'file_is_too_large', 'Le fichier est trop grand. La taille maximale de transfert est de [size].'),
('fr', 'file_tree', 'Arbre des fichiers'),
('fr', 'file_uploading_in_progress_please_wait', 'File uploading in progress. Please wait.'),
('fr', 'filling', 'Remplissage'),
('fr', 'filter', 'Filtre'),
('fr', 'filters', 'Filtres'),
('fr', 'filters_in_use', 'Toutes les caractéristiques sont déjà utilisées'),
('fr', 'filters_menu_description', 'Les filtres de produits sont affichés dans la vitrine et permettent à vos clients de touver rapidement les produits.'),
('fr', 'filter_by', 'Filtrer par'),
('fr', 'filter_by_categories', 'Filtrer par catégories'),
('fr', 'filter_description', 'Filtre description'),
('fr', 'filter_name', 'Filtre nom'),
('fr', 'filter_style', 'Filter type'),
('fr', 'final_sale', 'Vente finale'),
('fr', 'finance_product_code', 'Code de produit de finances'),
('fr', 'financial_state', 'État financier'),
('fr', 'find_results_with', 'Trouver des résultats avec'),
('fr', 'finish', 'Fin'),
('fr', 'finished', 'Terminé'),
('fr', 'finnish', 'Finlandais'),
('fr', 'first_name', 'Prénom'),
('fr', 'first_name_and_last_name', 'First name and last name'),
('fr', 'flemish', 'flamand'),
('fr', 'folder', 'Dossier'),
('fr', 'folder_is_empty', 'Le dossier est vide'),
('fr', 'footer', 'Bas'),
('fr', 'footer_bottom', 'Footer bottom'),
('fr', 'footer_general', 'Base generale'),
('fr', 'for', 'de'),
('fr', 'forbidden', 'Interdit'),
('fr', 'forbidden_combinations', 'Combinaisons interdites'),
('fr', 'forgot_password_question', 'Mot de passe oublié ?'),
('fr', 'form', 'Formulaire'),
('fr', 'format', 'Format'),
('fr', 'forms', 'Formulaires'),
('fr', 'form_builder', 'Générateur de formulaires'),
('fr', 'form_id', 'ID du formulaire'),
('fr', 'form_submit_text', 'Texte de soumission de formulaire'),
('fr', 'for_all_found_orders', 'Pour les commandes de TOUTES les pages'),
('fr', 'for_this_page_orders', 'Pour les commandes de CETTE page'),
('fr', 'fragile', 'Fragile'),
('fr', 'free', 'Gratuit'),
('fr', 'free_products', 'Produits gratuits'),
('fr', 'free_shipping', 'Franco de port'),
('fr', 'free_shipping_upgrade_notification_text', '<p>Some of your products have the <b>Free shipping</b> property enabled. In earlier versions of [product] a customer didn\'t have to choose a shipping method when buying these products.</p><p>Starting with this [product] version, a customer chooses a shipping method at checkout for products with the <b>Free shipping</b> property enabled.</p><p>To set up a shipping method that will be used for free shipping, complete these steps:</p><ol><li>Go to <b>Administration → Shipping &amp; taxes → Shipping methods</b>.</li><li>Choose the existing shipping method that you want to use for free shipping, or create a new one.</li><li>Scroll to the <i>Extra</i> section and enable the <b>Use for free shipping</b> setting.</li></ol><p>You can set up as many shipping methods as you want for free shipping.</p><p>Note that you have to apply the <b>Use for free shipping</b> option to particular shipping methods.</p><p>Tick the <b>Use for free shipping</b> checkbox, if you want to exclude the products with the enabled <b>Free shipping</b> option from the shipping price calculation. [product] will calculate the shipping price of the other products from the order in accordance with the <b>Shipping charges</b>.</p><p>If you leave the checkbox unticked, [product] will calculate the shipping price for all products from the order in accordance with the <b>Shipping charges</b>.</p>'),
('fr', 'free_shipping_upgrade_notification_title', 'Free shipping changes'),
('fr', 'french', 'Français'),
('fr', 'from', 'de'),
('fr', 'from_date', 'Date de'),
('fr', 'from_email', 'Emaile expéditeur'),
('fr', 'from_name', 'De la part de'),
('fr', 'ftp', 'FTP'),
('fr', 'ftp_connection_problem', 'Impossible de se connecter au serveur FTP. Veuillez vérifier les informations de connexion FTP'),
('fr', 'ftp_directory', 'Répertoire FTP'),
('fr', 'ftp_pass', 'Mot de passe FTP'),
('fr', 'ftp_server_options', 'Options du serveur FTP'),
('fr', 'ftp_url', 'Serveur FTP'),
('fr', 'ftp_url_hint', 'Le format est : FTPHOST [: PORT][/DIRECTORY]. Exemple : ftp.yourhost.com:21/home/username/folder'),
('fr', 'ftp_user', 'Nom d\'utilisateur FTP'),
('fr', 'fulfillment_state', 'Etat d\'exécution'),
('fr', 'full', 'Complet'),
('fr', 'fullauth', 'Autorisation totale'),
('fr', 'fullname', 'Full name'),
('fr', 'full_description', 'Description complète'),
('fr', 'full_list', 'Liste complète'),
('fr', 'full_tree_cat', 'Arborescence complète'),
('fr', 'full_tree_pages', 'Arborescence complète'),
('fr', 'full_width', 'Largeur totale'),
('fr', 'function', 'Noyau'),
('fr', 'function_deprecated', 'La fonction [old_function] est obsolète et sera supprimée dans la prochaine version de CS-Cart. S\'il vous plaît, utilisez [new_function] à la place.'),
('fr', 'gateway', 'gateway'),
('fr', 'gateways', 'Passerelles'),
('fr', 'gc_redeem_and_add_free_products', 'Ajouter les produits gratuits au panier'),
('fr', 'gdpr_call_requests', 'Données personnelles récoltées via demandes d\'appel'),
('fr', 'gdpr_discussions_data', 'Données personnelles issues de discussions'),
('fr', 'gdpr_newsletters', 'Personal data from newsletters'),
('fr', 'general', 'Général'),
('fr', 'general_info', 'Infos générales'),
('fr', 'general_settings', 'Paramètres généraux'),
('fr', 'general_statistics', 'Statistiques générales'),
('fr', 'generate', 'Générer'),
('fr', 'generate_cache', 'Générer le cache'),
('fr', 'generate_new_api_key', 'Generate new API key'),
('fr', 'generate_printslip', 'Gerar Etiqueta'),
('fr', 'generate_printslip_and_tracking_number', 'Gerar Etiqueta e Código de Rastreamento'),
('fr', 'generate_submenu', 'Générer sous-menu'),
('fr', 'generating_pdf', 'Génération de PDF. Merci d\'être patient...'),
('fr', 'generating_xls', 'Génération de XLS. Merci d\'être patient...'),
('fr', 'geography', 'Géographie'),
('fr', 'geo_maps.cannot_select_location', 'Cet endroit n\'a pas pu être choisi à cause de problèmes techniques. Si vous rencontrez plus de difficultés lorsque vous passez vos commandes, veuillez nous contacter.'),
('fr', 'geo_maps.from_pickup_points', '[shipping], [n] point de dépôt|[shipping], [n] points de dépôt'),
('fr', 'geo_maps.location_detection_disabled', 'Votre localisation n\'a pas pu être déterminée. Tentez d\'activer les services de localisation sur votre appareil, ou de désactiver la protection de suivi.'),
('fr', 'geo_maps.no_shippings', 'Désolé, nous n\'avons pas pu trouver d\'options d\'expédition pour votre localisation. Veuillez nous contacter, et nous verrons ce que l\'on peut faire.'),
('fr', 'geo_maps.select_your_city', 'Sélectionnez votre ville'),
('fr', 'geo_maps.shipping_about', 'à propos'),
('fr', 'geo_maps.shipping_address_on_map', 'Adresse d’expédition sur la carte'),
('fr', 'geo_maps.shipping_from', 'de'),
('fr', 'geo_maps.shipping_group_delivery', 'Livraison'),
('fr', 'geo_maps.shipping_group_pickup', 'Récupération'),
('fr', 'geo_maps.shipping_time', 'Temps de livraison'),
('fr', 'geo_maps.shipping_time_and_rates', 'Tarifs et délais de livraison'),
('fr', 'geo_maps.text_settings_google_api_notice', 'Apprenez-en plus sur le paramétrage d\'une clé API <a target=\"_blank\" href=\"https://docs.cs-cart.com/4.10.x/user_guide/addons/maps_and_geolocation/#configuration\">dans la documentation</a>.'),
('fr', 'geo_maps.your_city', 'Votre ville'),
('fr', 'german', 'Allemand'),
('fr', 'get_api_key', 'Obtenir une clé API'),
('fr', 'get_rates', 'Obtenir les tarifs'),
('fr', 'get_social', 'Devenez social'),
('fr', 'gift_add_products', 'Ajouter des produits à offrir'),
('fr', 'gift_certificate', 'Bon-cadeau'),
('fr', 'gift_certificates', 'Bon-cadeaux'),
('fr', 'gift_certificates.certificate_purchase_form', 'Gift certificate purchase form'),
('fr', 'gift_certificates.event.gift_certificate.status_changed.name', 'Gift certificate status changed to [status]');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('fr', 'gift_certificates.event.gift_certificate.updated.name', 'Gift certificate updated'),
('fr', 'gift_certificates_menu_description', 'Afficher et gérer les bons cadeau que les clients ont commandés.'),
('fr', 'gift_certificates_verify', 'Vérification du bon-cadeau'),
('fr', 'gift_certificate_added_to_cart', 'Le bon-cadeau a été ajouté à votre panier'),
('fr', 'gift_certificate_created', 'Des Certificats de Cadeau ont été crees'),
('fr', 'gift_certificate_info', 'Gavekort info'),
('fr', 'gift_certificate_status', 'Statut du bon-cadeau'),
('fr', 'gift_certificate_statuses', 'Statuts des bons-cadeau'),
('fr', 'gift_certificate_verification', 'Vérification du bon-cadeau'),
('fr', 'gift_cert_amount_changed', 'Le montant du bon-cadeau a été changé.'),
('fr', 'gift_cert_code', 'Code du bon-cadeau'),
('fr', 'gift_cert_debit', 'Solde débiteur'),
('fr', 'gift_cert_error_amount', 'Le montant ne doit pas être supérieur à [max], ni inférieur à [min]'),
('fr', 'gift_cert_from', 'De'),
('fr', 'gift_cert_to', 'À'),
('fr', 'gift_cert_with_products', 'Acheter des produits et des bons-cadeaux en même temps est impossible. Vous devez acheter le bon-cadeau séparément.'),
('fr', 'gift_comment', 'Message'),
('fr', 'give_coupon_subj', 'Vous avez une nouvelle promotion'),
('fr', 'global', 'Global'),
('fr', 'global_options', 'Options globales'),
('fr', 'global_order_id', 'Id Global'),
('fr', 'global_status', 'Statut global'),
('fr', 'global_update', 'Mise à jour globale'),
('fr', 'global_update_description', 'Les valeurs Positives ou négatives peuvent être saisies dans les champs ci-dessous (par exemple -5)'),
('fr', 'global_vars', 'Global variables'),
('fr', 'go', 'Aller'),
('fr', 'google', 'Google'),
('fr', 'google_base', 'Google Base'),
('fr', 'google_base_export_notice', '<b>Note:</b> Vous pouvez configurer les taxes et le frais de livraison sur la page <a href=\"http://www.google.com/merchants/taxshippingsettings\">Taxes et frais de livraison</a> de votre compte Google Merchant Center.'),
('fr', 'google_export_upgrade_notification_text', '<p>The latest version of [product] has different settings for data feeds: <b>Google price</b> doesn\'t include tax now.</p><p>If you want to export products with tax included in the price, do the following:</p><ul><li>Go to Administration &rarr; Add-ons &rarr; Data feeds.</li><li>Choose the data feed used to export products to Google Product Feed.</li><li>Switch to the <b>Fields mapping</b> tab and select <b>Google price (with tax included)</b> for the <b>price</b> field.</li></ul>'),
('fr', 'google_export_upgrade_notification_title', 'Google Export changes'),
('fr', 'google_sitemap.export_progress_entry', '[storefront]: [object]'),
('fr', 'google_sitemap.generate_map', 'Le plan du site n\'est pas encore généré. Allez dans les paramètres du module et appuyez sur le bouton \"Régénérer un plan du site\"'),
('fr', 'google_sitemap.map_generated', 'Le plan du site a été généré avec succès'),
('fr', 'google_sitemap.text_regenerate', 'Si des produits, catégories, etc. ont été ajoutés ou modifiés, veuillez <a class=\"cm-ajax cm-comet btn btn-primary\" href=\"[regenerate_url]\">régénérer un sitemap</a> <br /> <br /> [sitemap_available_in_customer]'),
('fr', 'google_sitemap.text_select_storefront', 'Pour générer un sitemap, veuillez sélectionner d\'abord une vitrine.'),
('fr', 'goto_theme_configuration', 'Parcourir les thèmes'),
('fr', 'go_back', 'Revenir en arrière'),
('fr', 'go_to_admin_panel', 'Admin panel'),
('fr', 'go_to_the_admin_homepage', 'Aller à la page d\'administration'),
('fr', 'go_to_the_homepage', 'Aller à la page d\'accueil'),
('fr', 'grams_in_the_unit_of_weight', 'Grammes dans l\'unité de poids défini par le symbole poids'),
('fr', 'grant_point', 'Donner des points de recompense'),
('fr', 'graphic', 'Graphique'),
('fr', 'graphic_banner', 'Bannière graphique'),
('fr', 'greek', 'Grec'),
('fr', 'grid', 'Grille'),
('fr', 'grid_options', 'Options de grille'),
('fr', 'gross_total', 'Total brut'),
('fr', 'ground_only', 'Fond seulement'),
('fr', 'group', 'Groupe'),
('fr', 'groups', 'Groupes'),
('fr', 'guest', 'Invité'),
('fr', 'has_credit_memo', 'A une note de crédit'),
('fr', 'has_invoice', 'A une facture'),
('fr', 'header', 'Entête'),
('fr', 'header_image', 'Image d\'en-tête'),
('fr', 'head_custom_html', 'Custom HTML code'),
('fr', 'hebrew', 'Hébreu'),
('fr', 'height', 'Hauteur'),
('fr', 'hello', 'Salut'),
('fr', 'hello_name', 'Hello [name],'),
('fr', 'help', 'Aide'),
('fr', 'hidden', 'Caché'),
('fr', 'hidden_categories', 'Catégories cachées'),
('fr', 'hide', 'Cacher'),
('fr', 'hide_add_to_cart_button', 'Masquer le bouton ajouter au panier'),
('fr', 'hide_options', 'Masquer les options'),
('fr', 'hide_option_completely', 'Cacher complètement l\'option'),
('fr', 'hidpi.notice.images_were_not_restored', 'Some of the old images in your store are still low-quality. To use the highest quality possible, please <a href=\"[convert_url]\">restore high-quality images</a>. The process is automatic.'),
('fr', 'hidpi.refactoring_upgrade_notification_text', '<p>The previous version of the <b>[addon_name]</b> add-on shrank the uploaded images. We improved the add-on, so there is no need for that now. However, the existing images remain shrunk and don’t look good.</p><p>We can make your existing images look nice and sharp, but that procedure will take some time. That’s why we need you to start it.</p><p><a href=\"[url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Make image look good</a></p>'),
('fr', 'hidpi.refactoring_upgrade_notification_title', 'Make sure your images look good.'),
('fr', 'hidpi.restore_btn', 'Restore'),
('fr', 'hidpi.restore_images', 'Image restoration'),
('fr', 'hidpi.text_restore_images', 'The previous version of the HiDPI display support add-on shrank the uploaded images. There’s no need for that now. But to make your images look nice and sharp you need to click Restore.'),
('fr', 'hidpi.upload_high_res_image', 'I’m uploading a HiDPI image.'),
('fr', 'hidpi.upload_high_res_image.tooltip', 'If this checkbox is ticked, the source image will be displayed two times downscaled. This setting only affects the displaying of the source image and not its thumbnail. If you want an image to be displayed in the original size, untick this checkbox.'),
('fr', 'hidpi.warning_restore_images', '<strong>Attention!</strong> This procedure is non—reversible: when you revert the upgrade, the image restoration manipulations will not be reverted. So, please make sure to perform a backup. The procedure can take some time—it depends on the number of images in your store.'),
('fr', 'history', 'Historique'),
('fr', 'home', 'Accueil'),
('fr', 'home_blocks', 'Vendor home blocks'),
('fr', 'home_page', 'Accueil'),
('fr', 'horizontal', 'Horizontal'),
('fr', 'horizontal_filters', 'Horizontal filters'),
('fr', 'host', 'Nom de l\'hôte'),
('fr', 'host_code', 'Code de hote'),
('fr', 'hour', 'Heure'),
('fr', 'hourly', 'Horaire'),
('fr', 'hour_or_hours', 'hour(s)'),
('fr', 'how_to_send', 'Comment envoyer ?'),
('fr', 'html_block', 'Bloc HTML'),
('fr', 'http_transport_error_prefix_curl', 'Curl Error'),
('fr', 'http_transport_error_prefix_socket', 'Socket Error'),
('fr', 'hungarian', 'hongrois'),
('fr', 'hybrid_auth', 'Connexion aux réseaux sociaux'),
('fr', 'hybrid_auth.add_provider', 'Ajouter un fournisseur'),
('fr', 'hybrid_auth.callback_url', 'URL de callback'),
('fr', 'hybrid_auth.cant_create_profile', 'Malheureusement, nous n’avons pas à créer un client et vous connecter à la Banque en raison de l’une des raisons suivantes: < br / >-vous connecté à notre magasin précédemment en utilisant un autre fournisseur OpenID dans lequel est utilisé le même email. < br / >-vous êtes déjà enregistré dans notre magasin à l’aide de votre email. < br / > Contactez le propriétaire du magasin pour résoudre les problèmes.'),
('fr', 'hybrid_auth.change_password', 'Vous pouvez modifier votre mot de passe ici'),
('fr', 'hybrid_auth.configuration_error', 'Erreur de configuration Hybriauth'),
('fr', 'hybrid_auth.connecting_provider', 'Contact de <b>[provider]</b>. Veuillez patienter...'),
('fr', 'hybrid_auth.connect_social', 'Connecter compte social'),
('fr', 'hybrid_auth.connect_social_title', 'Tel utilisateur existe déjà'),
('fr', 'hybrid_auth.editing_provider', 'Modifier les fournisseurs'),
('fr', 'hybrid_auth.facebook_disabled_upgrade_notification_text', 'Nous devions aller a une version nouvelle de API de Facebook car la version API que nous avons utilisee avant n\'est plus disponible. Toutefois, pour travailler avec le nouveau API necessite PHP 5.4. Vous voyez ce message parce que Votre serveur a un ordre PHP > Le status du fournisseur de Facebook sous connexion par Facebook du Site web a été mis au \"Deactive> Actualiser votre version PHP ou plus haut avent d\"activer Facebook>'),
('fr', 'hybrid_auth.facebook_disabled_upgrade_notification_title', 'Connexion Sociale: Les connexions par Facebook ont ete deactivees a cause d\'une version PHP'),
('fr', 'hybrid_auth.facebook_oauth_redirect_uris', 'Valid OAuth redirect URIs'),
('fr', 'hybrid_auth.failed_auth', 'L\'authentification a échoué. L\'utilisateur a annulé l\'authentification ou le fournisseur a refusé la connexion'),
('fr', 'hybrid_auth.instruction_facebook', 'Utiliser l’ID d’application et de la clé secrète que vous avez reçu après avoir créé une application sur <a href=\'https://developers.facebook.com/apps\' target=\'_blank\'> Les développeurs de Facebook</a>.'),
('fr', 'hybrid_auth.instruction_facebook_login', 'Use the application ID and Secret key that you\'ve received after creating an application on <a href=\"https://developers.facebook.com/apps\" target=\"_blank\">Facebook Developers</a>. After that copy the value of the <b>Valid OAuth redirect URIs</b> field to the corresponding setting of the <b>Facebook Login</b> product in your Facebook application.'),
('fr', 'hybrid_auth.instruction_foursquare', 'Utiliser l’ID d’application et de la clé secrète que vous avez reçu après avoir créé une application sur <a href=\'https://developers.facebook.com/apps\' target=\'_blank\'> Les développeurs de Facebook</a>.'),
('fr', 'hybrid_auth.instruction_google', 'Utilisez l’ID et la clé secrète que vous avez reçu après avoir créé un projet sur <a href=\'https://code.google.com/apis/console/?pli=1\' target=\'_blank\'> Google</a>.'),
('fr', 'hybrid_auth.instruction_linkedin', 'Utiliser des ID (clé de consommateurs) et la clé secrète que vous avez reçu après avoir créé une application sur <a href=\'https://apps.twitter.com/\' target=\'_blank\'> Twitter</a>.'),
('fr', 'hybrid_auth.instruction_live', 'Utiliser l’ID d’application et de la clé secrète que vous avez reçu après avoir créé une application sur <a href=\'https://developers.facebook.com/apps\' target=\'_blank\'> Les développeurs de Facebook</a>.'),
('fr', 'hybrid_auth.instruction_paypal', 'Utiliser l’ID d’application et de la clé secrète que vous avez reçu après avoir créé une application sur <a href=\'https://developers.facebook.com/apps\' target=\'_blank\'> Les développeurs de Facebook</a>.'),
('fr', 'hybrid_auth.instruction_twitter', 'Utiliser des ID (clé de consommateurs) et la clé secrète que vous avez reçu après avoir créé une application sur <a href=\'https://apps.twitter.com/\' target=\'_blank\'> Twitter</a>.'),
('fr', 'hybrid_auth.instruction_yahoo', 'Utiliser ID (identificateur) et Cle Secrete que Vous avez recue apres avoir creee une applications sur <a href=https://developer.yahoo.com/apps/create.'),
('fr', 'hybrid_auth.linkedin_api_v1', 'v1'),
('fr', 'hybrid_auth.linkedin_api_v2', 'v2'),
('fr', 'hybrid_auth.linkedin_api_version', 'API version'),
('fr', 'hybrid_auth.linked_provider', 'Lié'),
('fr', 'hybrid_auth.link_provider', 'Comptes de réseau social'),
('fr', 'hybrid_auth.live_redirect_urls', 'Redirect URLs'),
('fr', 'hybrid_auth.missing_credentials', 'Informations d’identification manquant de fournisseur demande'),
('fr', 'hybrid_auth.new_provider', 'Nouveau fournisseur'),
('fr', 'hybrid_auth.not_linked_provider', 'Sans lien'),
('fr', 'hybrid_auth.password_generated', 'Nous sommes heureux de vous informer que vous avez été avec succès enregistré dans le magasin. Un mot de passe a été généré pour vous'),
('fr', 'hybrid_auth.providers', 'Fournisseur'),
('fr', 'hybrid_auth.provider_error_configuration', 'Fournisseur pas correctement configuré'),
('fr', 'hybrid_auth.provider_not_found', 'Le fournisseur n\'a pas ete trouve'),
('fr', 'hybrid_auth.social_login', 'Ou connectez-vous avec un autre fournisseur d\'identité'),
('fr', 'hybrid_auth.specify_email', 'Indiquez l’email'),
('fr', 'hybrid_auth.specify_email_title', 'L’e-mail n’a pas été spécifiée.'),
('fr', 'hybrid_auth.text_connect_social', '<p>L’utilisateur avec l’adresse e-mail indiquée lors de la connexion sociale déjà existe.</p> <p>Si vous souhaitez affecter un compte de réseau social à l’utilisateur inscrit, veuillez ouvrir une session po</p>'),
('fr', 'hybrid_auth.text_link_provider', 'Attribuer votre compte de réseau social à celui-ci et utilisez-le pour ouvrir une session'),
('fr', 'hybrid_auth.text_specify_email', '<p>Quand vous connectant via le réseau social le email n’a été spécifié.</p> <p>S’il vous plaît entrer votre adresse e-mail et cliquez sur continuer.</p>'),
('fr', 'hybrid_auth.text_user_is_already_link', 'Ce compte de réseau social est déjà utilisé'),
('fr', 'hybrid_auth.unspecified_error', 'Erreur non spécifiée'),
('fr', 'hybrid_auth.wrong_provider', 'Fournisseur inconnu ou handicapé'),
('fr', 'hybrid_auth_menu_description', 'Créer le fournisseur social'),
('fr', 'I25', 'Intervalles 2 sur 5 est basée sur la norme 2 du 5 symbologie. <br/>Intervalles 2 sur 5 est conçu pour encoder seulement 10 chiffres.'),
('fr', 'icon', 'Icône'),
('fr', 'id', 'ID'),
('fr', 'identifier', 'Identificateur de PayBox'),
('fr', 'iframe_mode', 'Mode Iframe'),
('fr', 'illegal_item_weight', 'Poids non autorisé de l\'élément'),
('fr', 'image', 'Image'),
('fr', 'images', 'Images'),
('fr', 'images_directory', 'Dossier d\'images'),
('fr', 'images_params', 'Images'),
('fr', 'image_has_been_deleted', 'This image has been deleted'),
('fr', 'image_pair', 'Paire d\'images'),
('fr', 'image_url', 'Image URL'),
('fr', 'image_verification', 'Vérification par l\'image'),
('fr', 'image_verification_body', 'Pour garantir qu\'une personne et non un programme automatisé remplit ce formulaire, s\'il vous plait entrer les caractères que vous voyez sur cette photo. Toutes les lettres seront affichés dans leur forme majuscule.'),
('fr', 'image_verification_label', 'Validation anti-robot'),
('fr', 'image_zoom.rework_update_notification.message', '<p>We reworked the <b>Image zoom</b> add-on, because it used a third-party solution incompatible with modern versions of jQuery. As a result of the rework, some settings of the add-on were removed.</p><p>Please check how the image zoom looks on the product pages now. If you\'d like to make any changes to the looks, adjust the settings of the <b>Image zoom</b> add-on.</p><p><a href=\"[image_zoom_settings]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check Image Zoom settings</a></p>'),
('fr', 'image_zoom.rework_update_notification.title', 'Image Zoom add-on reworked'),
('fr', 'immediately', 'Immédiatement'),
('fr', 'import', 'Importer'),
('fr', 'important', 'Important'),
('fr', 'important_language_text', 'Quand Vous cachez, désactiver ou que vous supprimez une langue d\'une des boutiques, assurez vous d\'actualiser la valeur de la langue par défaut en <b>FrontOffice</b> <a href=\"[link]\">Paramètrages → Apparence</a>'),
('fr', 'importing_data', 'Importation des données'),
('fr', 'import_data', 'Importer'),
('fr', 'import_errors', 'Import errors'),
('fr', 'import_layout', 'Importer le layout'),
('fr', 'import_locations', 'Import de destinations'),
('fr', 'import_new_vendor', '[n] new vendor was created during the import. This vendor only has a name so far. Please edit the new vendor to add other information.|[n] new vendors were created during the import. These vendors only have names so far. Please edit the new vendors to add other information.'),
('fr', 'import_options', 'Importer options'),
('fr', 'import_results', 'Import results'),
('fr', 'in', 'dans'),
('fr', 'included', 'inclus'),
('fr', 'include_cvn', 'Inclure CVN'),
('fr', 'including_discount', 'Remise incluse'),
('fr', 'including_tax', 'Taxe incluse'),
('fr', 'income', 'Revenus'),
('fr', 'incompleted', 'Incomplet'),
('fr', 'incompleted_orders', 'Commandes incomplètes'),
('fr', 'incorrect_filling_message', 'Message de remplissage incorrect'),
('fr', 'incorrect_po_pack_structure', 'La structure du paquet qui contient des fichiers \'po\' traduits sur <b>\'\' {pack_path}\' </b> n\"est pas correcte.'),
('fr', 'incorrect_price_warning', 'Le produit n\'a pas été ajouté au panier. Veuillez saisir le prix exact.'),
('fr', 'increase', 'Augmenter'),
('fr', 'inc_tax', 'taxes incluses'),
('fr', 'index', 'Accueil'),
('fr', 'individual', 'Individual'),
('fr', 'information', 'Information'),
('fr', 'information_file_roobots', 'A robots.txt file was detected. The changes you make here won\'t take effect until you delete the existing <b>robots.txt</b> file from the root directory of your store.'),
('fr', 'inner_hint', 'Indice interne'),
('fr', 'input_field', 'Champs de saisie'),
('fr', 'insert_block', 'Ajouter un bloc'),
('fr', 'insert_grid', 'Ajouter grille'),
('fr', 'insert_image', 'Insert image'),
('fr', 'install', 'Installer'),
('fr', 'installation_id', 'ID Installation'),
('fr', 'installed', 'Installé'),
('fr', 'installed_addons', 'Addons installés'),
('fr', 'installed_languages', 'Installé'),
('fr', 'installed_themes', 'Thèmes installés'),
('fr', 'installed_upgrades', 'Mises à jour installées'),
('fr', 'installer_complete_title', 'Installation terminée avec succès'),
('fr', 'installments', 'Parcelas'),
('fr', 'installment_qty', 'Quantidade de parcelas'),
('fr', 'install_addon_text', 'Les modules supplémentaires augmentent les fonctionnalités de votre magasin.<br />Vous pouvez installer un module en choisissant une archive au format .zip, .tgz ou .gz, et en cliquant sur \'Upload & install\''),
('fr', 'install_theme_text', 'Transférez et installez un nouveau thème est un excellent moyen de personnaliser votre vitrine.  Vous pouvez transférer un thème en choisissant un fichier archive au format .tgz, .gz ou .zip et en cliquant sur <strong>Transférer</strong>'),
('fr', 'install_upgrade_package_text', 'You can upload an upgrade package manually from the local machine, your server, or from a remote location. Specify the location of a [exts] format archive and click <strong>Upload</strong>.'),
('fr', 'internal_option_name', 'Internal name'),
('fr', 'internal_option_name_tooltip', 'This name is shown only in the Administration panel to help you distinguish between multiple options that have the same displayed name.'),
('fr', 'internal_template.vendor_data_premoderation_product_approved', 'Vendor data premoderation: your product was approved'),
('fr', 'internal_template.vendor_data_premoderation_product_disapproved', 'Vendor data premoderation: your product was disapproved'),
('fr', 'internal_templates', 'On-site notification templates'),
('fr', 'internal_template_exists', 'The on-site notification template with the chosen code already exists, please try another.'),
('fr', 'internal_template_import_success_msg', 'All the on-site notification templates have been imported without errors.'),
('fr', 'international_settings', 'Paramètres internationaux'),
('fr', 'international_usps', 'U.S.P.S. International'),
('fr', 'invalid_ftp_access', 'Accès FTP non valable'),
('fr', 'inventory', 'Inventaire'),
('fr', 'inventory_tracking', 'Inventory'),
('fr', 'invitees', 'Invités'),
('fr', 'invite_vendors', 'Invite vendors'),
('fr', 'invite_vendors_enter_emails', 'Emails where to send invitations'),
('fr', 'invite_vendors_title', 'Invite people to register as vendors in your marketplace'),
('fr', 'invoice', 'Facture'),
('fr', 'invoices', 'Factures'),
('fr', 'invoice_credit_memo', 'Facture/Note de crédit'),
('fr', 'invoice_heading', 'Invoice'),
('fr', 'invoice_id', 'ID facture'),
('fr', 'invoice_title', 'FACTURE'),
('fr', 'in_progress', 'En cours'),
('fr', 'in_stock', 'En stock'),
('fr', 'ip', 'IP'),
('fr', 'ipn_errors', 'Erreurs de l’IPN'),
('fr', 'ips', 'Adresses IP'),
('fr', 'ip_address', 'Adresse IP'),
('fr', 'ip_from', 'IP de'),
('fr', 'ip_to', 'IP à'),
('fr', 'issuer_id', 'Issuer ID'),
('fr', 'is_address_required', 'Customer must specify his/her address'),
('fr', 'is_back_in_stock', 'est disponible en stock!'),
('fr', 'is_default_storefront', 'Vitrine par défaut'),
('fr', 'is_pbp', 'permettre le paiement par points'),
('fr', 'italian', 'Italien'),
('fr', 'items', 'Articles'),
('fr', 'items_dependences', 'En fonction des articles'),
('fr', 'items_in_box', 'Eléments dans une boîte'),
('fr', 'items_in_cart', 'Vous avez [n] éléments dans votre panier|Vous avez [n] éléments dans votre panier'),
('fr', 'items_marked_by_tag', 'Produits marqués par la balise \"[tag]\":'),
('fr', 'items_per_page', 'Élements par page'),
('fr', 'items_title', 'Éléments'),
('fr', 'item_id', 'Item ID'),
('fr', 'item_number', 'Afficher le nombre d\'éléments'),
('fr', 'item_quantity', 'Quantité article'),
('fr', 'i_agree_continue', 'I agree and continue'),
('fr', 'janrain_cant_create_profile', 'Malheureusement, nous n\'avons pas à créer un client et un login au magasin en raison d\'une des raisons suivantes : <br />-vous vous êtes connecté à notre magasin précédemment en utilisant un autre fournisseur OpenID qui utilise le même e-mail. <br />-Vous êtes déjà inscrit dans notre magasin à l\'aide de votre e-mail. <br />Contactez le propriétaire du magasin pour résoudre ce problème.'),
('fr', 'janrain_general_info', '<p>Obtenez ces valeurs et configurer le social login à <a href=\"http://janrain.com\" target=\"_blank\">janrain.com</a></p>'),
('fr', 'janrain_need_update_profile', 'Le champ « Password » et d\'autres champs obligatoires sont vides pour le moment. Veuillez mettre à jour votre profil.'),
('fr', 'janrain_social_login', 'Social login'),
('fr', 'japanese', 'japonais'),
('fr', 'join', 'Joindre'),
('fr', 'json_error_ctrl_char', 'Erreur sur les caractères de contrôle, peut-être mal codé.'),
('fr', 'json_error_depth', 'La profondeur de la pile a été depasse'),
('fr', 'json_error_state_mismatch', 'JSON invalide ou corrompu'),
('fr', 'json_error_syntax', 'Erreur de syntaxe, JSON malformé'),
('fr', 'json_error_unknown', 'Erreur JSON inconnue'),
('fr', 'json_error_utf8', 'Caractères UTF-8 mal-formés, probablement incorrectement codés.'),
('fr', 'key', 'Clé'),
('fr', 'key1_for_md5', 'Cle d\'Auth pour md5'),
('fr', 'key2_for_md5', 'Code 2 d\'Auth md5'),
('fr', 'keywords', 'Mots clés'),
('fr', 'korean', 'Coréen'),
('fr', 'label_text_color', 'Couleur du texte du label'),
('fr', 'landing_header', 'Votre commande a été reçue'),
('fr', 'language', 'Langue'),
('fr', 'languagecode', 'Code de langue'),
('fr', 'languages', 'Langues'),
('fr', 'languages_find_more', 'If you haven\'t found the language you need, check out <a href=\"[href]\" target=\"_blank\">our site with free language packs</a>.'),
('fr', 'language_code', 'Code langue'),
('fr', 'language_variable', 'Variable de langue'),
('fr', 'language_variables', 'Variables de la langue'),
('fr', 'last4ssn', 'Les quatre derniers chiffres de votre code de sécurité sociale'),
('fr', 'last_24hours', 'Dernières 24 heures'),
('fr', 'last_days', 'Derniers jours'),
('fr', 'last_login', 'Last login'),
('fr', 'last_month', 'Mois dernier'),
('fr', 'last_name', 'Nom'),
('fr', 'last_name_and_first_name', 'Last name and first name'),
('fr', 'last_n_days', 'Derniers [N] jours'),
('fr', 'last_order', 'Dernière commande'),
('fr', 'last_scan_time', 'Last scan time'),
('fr', 'last_year', 'Last year'),
('fr', 'latest_reviews', 'Derniers commentaires et revues'),
('fr', 'latitude', 'Latitude'),
('fr', 'latitude_short', 'lat'),
('fr', 'layout', 'Mise en page'),
('fr', 'layoutid', 'Layout Id'),
('fr', 'layouts', 'Mises en page'),
('fr', 'lbl_amazon_aws_access_public_key', 'Code d\'acces publique AWS'),
('fr', 'lbl_amazon_aws_access_secret_key', 'Clé d\'accès secrète AWS'),
('fr', 'lbl_amazon_background_color', 'Couleur de fond'),
('fr', 'lbl_amazon_button_color', 'Couleur du bouton'),
('fr', 'lbl_amazon_button_size', 'Dimension du bouton'),
('fr', 'lbl_amazon_button_style', 'Style du bouton Amazon'),
('fr', 'lbl_amazon_color_dark', 'Foncé'),
('fr', 'lbl_amazon_color_light', 'Clair'),
('fr', 'lbl_amazon_color_orange', 'Orange'),
('fr', 'lbl_amazon_color_tan', 'Tanné'),
('fr', 'lbl_amazon_color_white', 'Blanc'),
('fr', 'lbl_amazon_process_order_on_failure', 'Ordre procede lors appel echoue'),
('fr', 'lbl_amazon_size_large', 'Large'),
('fr', 'lbl_amazon_size_medium', 'Medium'),
('fr', 'lbl_amazon_size_xlarge', 'X Large'),
('fr', 'left', 'Gauche'),
('fr', 'length', 'Longueur'),
('fr', 'less', 'moins'),
('fr', 'letter', 'Lettre'),
('fr', 'level', 'Niveau'),
('fr', 'licence_agreement', 'Accord de licence'),
('fr', 'licensed_product', 'Licensed product'),
('fr', 'license_agreement', 'Accord de licence'),
('fr', 'license_number', 'Numéro de licence'),
('fr', 'license_number_cannot_be_empty', 'Le numéro de licence ne peut pas être vide'),
('fr', 'license_required', '{product} l Licence obligatoire'),
('fr', 'licensing.license_error_license_is_disabled', 'The license is disabled. Please check your license status.'),
('fr', 'licensing.license_error_license_is_disabled.text', 'Please contact us <a href=\"[helpdesk_url]\" target=\"_blank\">via Customer Help Desk</a> to find out why it happened and what can be done about it. To access the admin panel right now, you can enter another valid license number, as long as it isn\'t used in another store:'),
('fr', 'licensing.license_error_license_is_disabled.title', 'Your [product] license has been disabled'),
('fr', 'licensing.license_error_license_is_invalid', 'Invalid license number. Please enter a valid license number.'),
('fr', 'licensing.license_error_wrong_edition', 'The license does not match your store edition. Please enter a valid license number.'),
('fr', 'licensing.license_error_wrong_licensing_mode', 'The license does not match your store licensing mode. Please enter a valid license number.'),
('fr', 'licensing_and_upgrades', 'Licensing and upgrades'),
('fr', 'limit', 'Limite'),
('fr', 'line', 'Ligne'),
('fr', 'linear', 'Linéaire'),
('fr', 'link', 'Lien'),
('fr', 'linked_categories', 'Catégories liées'),
('fr', 'linked_products', 'Produits liés'),
('fr', 'links', 'Liens'),
('fr', 'links_thumb', 'Barre de lien'),
('fr', 'link_an_existing_option', 'Link an existing option'),
('fr', 'link_message_for_test_letter', 'Ce lien sera affiche dans une newsletter actuelle'),
('fr', 'link_text', 'Texte du lien'),
('fr', 'link_to', 'Lier à'),
('fr', 'list', 'Liste'),
('fr', 'list_objects', 'Liste d\'objets'),
('fr', 'list_price', 'Prix public'),
('fr', 'list_price_decreased', 'Liste des prix a été diminué de'),
('fr', 'list_price_increased', 'Liste des prix a été augmenté de'),
('fr', 'list_price_short', 'Liste de prix'),
('fr', 'list_qty_count', 'List quantity count'),
('fr', 'list_quantity_count', 'Etape'),
('fr', 'lite_checkout.change_in_geolocation_cities_upgrade_notification_text', '<p>Previously, you could create a list of cities that would be available to customers for selection in the geolocation block on the storefront. That had to be done in <b>Administration → Shipping &amp; taxes → Geolocation cities.</b></p><p>That page was removed, and the list of cities is now generated automatically from your pickup points. It works only if the corresponding setting in the [stores_pickups_addon] add-on is enabled, and only for pickup points that have a country, state, and city specified.</p><p>For your convenience, here is the list of cities that you previously had on the <b>Geolocation cities</b> page. It may help with configuring pickup points:<p><p>[locations_table]</p><p><a href=\"[stores_pickups_search]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Edit add-on settings</a></p>'),
('fr', 'lite_checkout.change_in_geolocation_cities_upgrade_notification_title', 'List of geolocation cities is now generated automatically'),
('fr', 'lite_checkout.choose_from_list', 'Choose from list'),
('fr', 'lite_checkout.city_and_state', 'City, state'),
('fr', 'lite_checkout.click_here_to_update_shipping', 'Enter city and state and click here to update shipping rates'),
('fr', 'lite_checkout.customer_information', 'Customer'),
('fr', 'lite_checkout.delivery_note', 'Customer\'s notes'),
('fr', 'lite_checkout.deliver_to', 'Deliver to:'),
('fr', 'lite_checkout.nearest_station', 'Nearest station'),
('fr', 'lite_checkout.personal_name', 'Full name'),
('fr', 'lite_checkout.place_an_order_for', 'Place order ([amount])'),
('fr', 'lite_checkout.select_pickup_item', 'Select a pickup point'),
('fr', 'lite_checkout.select_your_city', 'Specify your city'),
('fr', 'lite_checkout.shippings.show_all_on_map', 'Show all on map'),
('fr', 'lite_checkout.shipping_method_for', 'Shipping method for [group_name]'),
('fr', 'lite_checkout.use_two_fingers_for_move_map', 'Use two fingers to move the map'),
('fr', 'live', 'Production'),
('fr', 'livechat.change_account', 'If you would like to change LiveChat account you can'),
('fr', 'livechat.check_our_apps', 'Check out apps for <a href=\'[url]\' target=\'_blank\'>desktop or mobile</a>'),
('fr', 'livechat.create_account', 'Create an account'),
('fr', 'livechat.current_login', 'Currently you are using <strong>[login]</strong> LiveChat account.'),
('fr', 'livechat.license_cleared', 'LiveChat settings have been reset'),
('fr', 'livechat.license_received', 'LiveChat added to your website'),
('fr', 'livechat.reset_settings', 'reset settings'),
('fr', 'livechat.use_web_app', 'Use our web app'),
('fr', 'live_preview', 'Prévisualisation en direct'),
('fr', 'load', 'Charger'),
('fr', 'loading', 'Chargement...'),
('fr', 'local', 'Local'),
('fr', 'localization', 'Localisation'),
('fr', 'localizations', 'Localisations'),
('fr', 'localizations_menu_description', 'Gérer les localisations qui sont supportées dans votre magasin.'),
('fr', 'local_export', 'Télécharger'),
('fr', 'local_modifications', 'Local modifications'),
('fr', 'local_modifications_message', 'These files had local modifications. During the upgrade a backup archive was created in the <strong>[dir]</strong> directory. You may want to check these files in the archive and reapply the modifications to your store.'),
('fr', 'location', 'Destination'),
('fr', 'locations', 'Destinations'),
('fr', 'locations_menu_description', 'Manage the set of rate areas that are supported in your store.'),
('fr', 'log', 'Connexion'),
('fr', 'loggedin_time', 'Connecte a temps'),
('fr', 'logging', 'Journal'),
('fr', 'login', 'Connexion'),
('fr', 'login_url', 'Connexion URL'),
('fr', 'login_with_facebook', 'Login with Facebook'),
('fr', 'login_with_foursquare', 'Login with Foursquare'),
('fr', 'login_with_google', 'Login with Google'),
('fr', 'login_with_linkedin', 'Login with LinkedIn'),
('fr', 'login_with_live', 'Login with Microsoft'),
('fr', 'login_with_paypal', 'Login with PayPal'),
('fr', 'login_with_twitter', 'Login with Twitter'),
('fr', 'login_with_yahoo', 'Login with Yahoo'),
('fr', 'logistica_reversa', 'Devolução'),
('fr', 'logos', 'Logos'),
('fr', 'logo_for_invoices', 'Logo pour les factures'),
('fr', 'logo_for_the_customer_area', 'Logo pour la zone client'),
('fr', 'logo_link', 'Chemin (URL) du logo'),
('fr', 'logs', 'Logs'),
('fr', 'log_action_backup', 'sauvegarde'),
('fr', 'log_action_create', 'créer'),
('fr', 'log_action_delete', 'supprimer'),
('fr', 'log_action_deprecated', 'Obsolète'),
('fr', 'log_action_error', 'erreur'),
('fr', 'log_action_failed_login', 'Échec de connexion'),
('fr', 'log_action_http', 'requête http/https'),
('fr', 'log_action_login', 'log in'),
('fr', 'log_action_low_stock', 'stock bas'),
('fr', 'log_action_optimize', 'optimiser'),
('fr', 'log_action_restore', 'restaurer'),
('fr', 'log_action_runtime', 'exécution'),
('fr', 'log_action_session', 'session'),
('fr', 'log_action_shipping', 'Shipping request'),
('fr', 'log_action_status', 'Changer le statut'),
('fr', 'log_action_update', 'mettre à jour'),
('fr', 'log_in_as_user', 'Log in as user'),
('fr', 'log_in_as_vendor', 'Log in as vendor'),
('fr', 'log_type_categories', 'Catégories'),
('fr', 'log_type_database', 'Base de données'),
('fr', 'log_type_general', 'Général'),
('fr', 'log_type_orders', 'Commandes'),
('fr', 'log_type_products', 'produits'),
('fr', 'log_type_requests', 'Requêtes'),
('fr', 'log_type_users', 'Utilisateurs'),
('fr', 'longitude', 'Longitude'),
('fr', 'longitude_short', 'long'),
('fr', 'lower_limit', 'Lower limit'),
('fr', 'low_stock_subj', 'Seuil d\'alerte en stock pour \"[product]\"'),
('fr', 'mac_key', 'Clé Mac'),
('fr', 'mail', 'Messagerie'),
('fr', 'mailing_list', 'Liste d\'emailling'),
('fr', 'mailing_lists', 'Listes d\'Email'),
('fr', 'mailing_list_date', 'Date d\'envoi'),
('fr', 'mail_message', 'Message du mail'),
('fr', 'mail_subject', 'Sujet du mail'),
('fr', 'main', 'Principal'),
('fr', 'mainbox_general', 'Bloc principal (H1 Entête)'),
('fr', 'mainbox_simple', 'Bloc important (H2 entête)'),
('fr', 'maintenance', 'Maintenance'),
('fr', 'main_category', 'Catégorie principale'),
('fr', 'main_menu', 'Main menu'),
('fr', 'make_archive', 'Archiver'),
('fr', 'make_default', 'Par défaut'),
('fr', 'make_permanent', 'Rendre permanent'),
('fr', 'manage', 'Arranger'),
('fr', 'manager', 'Directeur'),
('fr', 'manage_addons', 'Gerer les modules'),
('fr', 'manage_banners', 'Gestion des bannières'),
('fr', 'manage_blocks', 'Gérer les blocs'),
('fr', 'manage_categories', 'Gestion des catégories'),
('fr', 'manage_existing_block', 'Editer les blocs existants'),
('fr', 'manage_items', 'Gérer les éléments'),
('fr', 'manage_languages', 'Gestion des langues'),
('fr', 'manage_menus', 'Gérer les menus'),
('fr', 'manage_pages', 'Peut éditer'),
('fr', 'manage_products', 'Gestion des produits'),
('fr', 'manage_reports', 'Gestion des rapports'),
('fr', 'manage_shippings', 'Modes de livraison'),
('fr', 'manage_sitemap', 'Gestion plan du site'),
('fr', 'manage_stores', 'Gérer les boutiques'),
('fr', 'manage_subscribers', 'Gérer les membres enregistrés'),
('fr', 'manage_vendors', 'Gerez les vendeurs'),
('fr', 'mandatory', 'Requis'),
('fr', 'manually', 'Manuellement'),
('fr', 'manually_recalculate_order', 'Recalculer les commandes manuellement'),
('fr', 'manually_set_tax_rates', 'Régler les taux de taxe manuellement'),
('fr', 'map_fields', 'Mapping des champs'),
('fr', 'mark', 'Marquer comme résolu'),
('fr', 'marketing', 'Marketing'),
('fr', 'marketplace', 'Marché'),
('fr', 'marketplace_find_more', 'Trouvez plus de modules et de thèmes dans le <a href=\"http://marketplace.cs-cart.com/\" target=\"_blank\">marché CS-Cart</a>'),
('fr', 'marketplace_menu', 'Marketplace Menu'),
('fr', 'master_products.add_product_from_catalog', 'Ajouter un produit du catalogue'),
('fr', 'master_products.all_products', 'Tous produits'),
('fr', 'master_products.all_vendors_master_product', 'Tous vendeurs (produit courant)'),
('fr', 'master_products.create_new_product', 'Créer un nouveau produit'),
('fr', 'master_products.exported_products', 'Produits à exporter'),
('fr', 'master_products.for_sale', 'A vendre'),
('fr', 'master_products.master_product', 'Produit courant'),
('fr', 'master_products.price_from', 'De [formatted_price]'),
('fr', 'master_products.products_being_sold', 'Produits en vente'),
('fr', 'master_products.products_that_vendors_can_sell', 'Produits pouvant être mis en vente'),
('fr', 'master_products.products_were_added_to_your_products', '[n] produit a été ajouté à vos produits|[n] produits ont été ajoutés à vos produits'),
('fr', 'master_products.product_type.offer', 'Vendor offer'),
('fr', 'master_products.product_type.offer_variation', 'Vendor variation offer'),
('fr', 'master_products.sell_selected', 'Vendre sélection'),
('fr', 'master_products.sell_this', 'Vendre ceci'),
('fr', 'master_products.upgrade_notification.message', '<p>For technical reasons, the <b>[master_product_addon]</b> add-on works only with global options now. If any vendor sells a common product, then we have already converted all options from that product into global options during the upgrade.</p>'),
('fr', 'master_products.upgrade_notification.title', 'Common Products for Vendors: Add-on now works only with global options'),
('fr', 'master_products.vendor_products_block_name', 'Vendeurs d’un produit'),
('fr', 'master_products.vendor_products_filling', 'Vendeurs de ce produit'),
('fr', 'master_products.vendor_products_tab_name', 'Vendeurs de ce produit'),
('fr', 'master_products.view_product_offers', 'See all offers'),
('fr', 'maximum', 'Maximum'),
('fr', 'maximum_items_in_box', 'Maximum de produits dans la boîte'),
('fr', 'maximum_number_of_statuses_reached', 'You have reached the maximum number of statuses'),
('fr', 'max_amount', 'Coût total'),
('fr', 'max_box_weight', 'Poids maximal colis'),
('fr', 'max_downloads', 'Max téléchargement'),
('fr', 'max_item', 'Nombre d\'items'),
('fr', 'max_order_qty', 'Quantité maximal de commande'),
('fr', 'max_quantity', 'Maximum order quantity'),
('fr', 'max_storefronts_reached', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('fr', 'max_uploading_file_size', 'Taille maximale du fichier chargé'),
('fr', 'max_uploading_file_size_hint', 'Laisser ce champ vide pouf permettre le transfert de fichiers de toute taille, ou limiter la taille des fichiers (\"100\" est égal à 100 Kb)'),
('fr', 'mb_amounts_not_match', 'La valeur du montant reçue dans la requête de statut diffère de celle reçue dans le système CS-Cart'),
('fr', 'mb_currencies_not_match', 'La valeur de la devise reçue dans la requête de statut diffère de celle reçue dans le système CS-Cart'),
('fr', 'mb_md5_hashes_not_match', 'La valeur d\'hache md5 recue au sattus est differente de celle calculee'),
('fr', 'mb_transaction_id', 'ID de Transaction de MB'),
('fr', 'md5_checksum_failed', 'La somme de controle MD5 a echoue'),
('fr', 'md5_hash_value', 'Valeur hash MD5'),
('fr', 'menu', 'Menu'),
('fr', 'menus', 'Menus'),
('fr', 'menu_items', 'Éléments pour menu'),
('fr', 'merchantid', 'Identité marchand'),
('fr', 'merchant_email', 'Email de Notification du marchand'),
('fr', 'merchant_firstname', 'Prénom du marchand'),
('fr', 'merchant_id', 'ID marchand'),
('fr', 'merchant_key', 'Clé du marchand'),
('fr', 'merchant_lastname', 'Nom de famille du marchand'),
('fr', 'merchant_login', 'Login du marchand'),
('fr', 'merchant_name', 'Nom du marchand'),
('fr', 'merchant_pin', 'Marchand PIN'),
('fr', 'merchant_response_was_not_received', 'Aucune réponse reçue du marchand. SVP vérifier cette transaction manuellement.'),
('fr', 'merchant_site_id', 'ID du site marchand'),
('fr', 'merchant_warrior_api_key', 'Clé API.'),
('fr', 'merchant_warrior_api_passphrase', 'Phrase de passe d\' API.'),
('fr', 'merge', 'Fusionner'),
('fr', 'merge_vendor', 'Fusion du vendeur'),
('fr', 'message', 'Message'),
('fr', 'messages', 'Messages'),
('fr', 'meta_description', 'Description META'),
('fr', 'meta_keywords', 'Mots clé META'),
('fr', 'method', 'Méthode'),
('fr', 'migrations', 'Migrations'),
('fr', 'minimized', 'Minimisé'),
('fr', 'minimum_commission_payment', 'Paiement minimum de commission'),
('fr', 'minimum_items_in_box', 'Produit minimum en boite'),
('fr', 'minutes', 'minute(s)'),
('fr', 'min_order_qty', 'Quantité minimum de commande'),
('fr', 'min_quantity', 'Minimum order quantity'),
('fr', 'missing_variants_handling', 'La gestion des variants y manque'),
('fr', 'mobile_app.appfulldescription', 'Description complète'),
('fr', 'mobile_app.apple_pay', 'Apple Pay'),
('fr', 'mobile_app.apple_pay_merchant_identifier', 'Merchant identifier'),
('fr', 'mobile_app.apple_pay_merchant_identifier_tooltip', 'Obtain the <b>Merchant Identifier</b> as described in <a href=\"https://help.apple.com/developer-account/#/devb2e62b839?sub=dev103e030bb\" target=\"_blank\">Developer Account Help</a>'),
('fr', 'mobile_app.apple_pay_merchant_name', 'Merchant name'),
('fr', 'mobile_app.apple_pay_merchant_name_tooltip', 'Enter the Merchant ID Description that you used when registering your Merchant ID at the Apple Developer website.'),
('fr', 'mobile_app.apple_pay_supported_networks', 'Payment networks'),
('fr', 'mobile_app.appname', 'Nom de l\'appli'),
('fr', 'mobile_app.appshortdescription', 'Description courte'),
('fr', 'mobile_app.configure_colors', 'Configurer les couleurs'),
('fr', 'mobile_app.crop_when_resize', 'Rogner image'),
('fr', 'mobile_app.download_config', 'Download config'),
('fr', 'mobile_app.fcm_api_key', 'API key for push notifications'),
('fr', 'mobile_app.fcm_api_key_tooltip', 'Obtain the Cloud Messaging <b>Legacy server key</b> from the <a href=\"https://console.firebase.google.com\" target=\"_blank\">Firebase console</a> using your bundle ID: [bundle_id]'),
('fr', 'mobile_app.mobile_address_colon', 'Adresse :'),
('fr', 'mobile_app.mobile_add_to_cart', 'Add to cart'),
('fr', 'mobile_app.mobile_auth', 'Auth'),
('fr', 'mobile_app.mobile_authentication', 'Authentification'),
('fr', 'mobile_app.mobile_bank_routing_number', 'Numéro de routage de la banque'),
('fr', 'mobile_app.mobile_billing_address', 'Adresse de facturation'),
('fr', 'mobile_app.mobile_cancel', 'Annuler'),
('fr', 'mobile_app.mobile_cannot_handle_url', 'Ne peut pas gérer d\'URL'),
('fr', 'mobile_app.mobile_cardholder_name', 'Nom du porteur'),
('fr', 'mobile_app.mobile_card_number', 'Numéro de carte'),
('fr', 'mobile_app.mobile_cart', 'Panier'),
('fr', 'mobile_app.mobile_categories', 'Catégories'),
('fr', 'mobile_app.mobile_change_address', 'Changer l\'adresse'),
('fr', 'mobile_app.mobile_checking_account_number', 'Vérification du numéro de compte'),
('fr', 'mobile_app.mobile_checkout', 'Checkout'),
('fr', 'mobile_app.mobile_checkout_complete', 'Checkout complete'),
('fr', 'mobile_app.mobile_city_colon', 'Ville :'),
('fr', 'mobile_app.mobile_comment', 'Commenter'),
('fr', 'mobile_app.mobile_comments_and_reviews', 'Commentaire et avis'),
('fr', 'mobile_app.mobile_companies', 'Vendeurs'),
('fr', 'mobile_app.mobile_confirm_clear_the_cart', 'Vider le panier ?'),
('fr', 'mobile_app.mobile_confirm_clear_wishlist', 'Effacer liste de souhaits?'),
('fr', 'mobile_app.mobile_congratulations', 'Félicitations !'),
('fr', 'mobile_app.mobile_contact_information', 'Contact Information'),
('fr', 'mobile_app.mobile_country_colon', 'Pays :'),
('fr', 'mobile_app.mobile_customer_signature', 'Signature du client'),
('fr', 'mobile_app.mobile_cvv2', 'CVV/CVC'),
('fr', 'mobile_app.mobile_delete', 'Supprimer'),
('fr', 'mobile_app.mobile_delivery', 'Livraison'),
('fr', 'mobile_app.mobile_details', 'Détails'),
('fr', 'mobile_app.mobile_discussion_title_product', 'Reviews'),
('fr', 'mobile_app.mobile_email', 'E-mail'),
('fr', 'mobile_app.mobile_email_colon', 'E-mail :'),
('fr', 'mobile_app.mobile_empty_wish_list_message', 'Vos listes de souhaits adoreront être ici.'),
('fr', 'mobile_app.mobile_error', 'Erreur'),
('fr', 'mobile_app.mobile_error_try_later', 'Une erreur est survenue. Veuillez réessayer ultérieurement.'),
('fr', 'mobile_app.mobile_fax', 'Fax'),
('fr', 'mobile_app.mobile_features', 'Feautures'),
('fr', 'mobile_app.mobile_firstname_colon', 'Prénom :'),
('fr', 'mobile_app.mobile_go_to_store', 'Go To Store'),
('fr', 'mobile_app.mobile_home', 'Accueil'),
('fr', 'mobile_app.mobile_information', 'Information'),
('fr', 'mobile_app.mobile_items', '%1 item(s)'),
('fr', 'mobile_app.mobile_lastname_colon', 'Nom :'),
('fr', 'mobile_app.mobile_list_is_empty', 'List is empty'),
('fr', 'mobile_app.mobile_login', 'Connexion'),
('fr', 'mobile_app.mobile_looking_for_ideas', 'Vous cherchez des idées ?'),
('fr', 'mobile_app.mobile_my_profile', 'Mon profil'),
('fr', 'mobile_app.mobile_next', 'Suivant'),
('fr', 'mobile_app.mobile_notice', 'Remarque'),
('fr', 'mobile_app.mobile_no_posts_found', 'Aucun post trouvé'),
('fr', 'mobile_app.mobile_no_products_in_this_section', 'Il n\'y a pas de produits sous cette catégorie'),
('fr', 'mobile_app.mobile_number_of_reviews', '%1 avis'),
('fr', 'mobile_app.mobile_number_products_found', 'Produits trouvés : %1'),
('fr', 'mobile_app.mobile_ok', 'Ok'),
('fr', 'mobile_app.mobile_order', 'Commande'),
('fr', 'mobile_app.mobile_orders', 'Commandes'),
('fr', 'mobile_app.mobile_order_details', 'Détails de la commande'),
('fr', 'mobile_app.mobile_order_lowercase', 'commande'),
('fr', 'mobile_app.mobile_payment_method', 'Méthode de paiement'),
('fr', 'mobile_app.mobile_payment_method_colon', 'Payment method:'),
('fr', 'mobile_app.mobile_phone', 'Téléphone'),
('fr', 'mobile_app.mobile_phone_colon', 'Tél :'),
('fr', 'mobile_app.mobile_placed_on', 'Placed on'),
('fr', 'mobile_app.mobile_place_order', 'Passer commande'),
('fr', 'mobile_app.mobile_products', 'Produits'),
('fr', 'mobile_app.mobile_products_information', 'Information produits'),
('fr', 'mobile_app.mobile_product_added_to_cart', 'Produit ajouté à votre panier.'),
('fr', 'mobile_app.mobile_product_added_to_wl', 'Produits ajoutés dans votre liste de souhaits.'),
('fr', 'mobile_app.mobile_product_in_wishlist', 'Ce produit est déjà dans la liste de souhaits.'),
('fr', 'mobile_app.mobile_profile', 'Profile'),
('fr', 'mobile_app.mobile_rating_is_mandatory', 'Il est obligatoire de donner un avis.'),
('fr', 'mobile_app.mobile_registration', 'Inscription'),
('fr', 'mobile_app.mobile_registration_complete', 'Inscription terminée.'),
('fr', 'mobile_app.mobile_reviews_number', 'Reviews (%1)'),
('fr', 'mobile_app.mobile_save', 'Sauver'),
('fr', 'mobile_app.mobile_search', 'Rechercher'),
('fr', 'mobile_app.mobile_send_review', 'Envoyer avis'),
('fr', 'mobile_app.mobile_share_product', 'Share product'),
('fr', 'mobile_app.mobile_shipping', 'Expédition'),
('fr', 'mobile_app.mobile_shipping_address', 'Adresse de livraison'),
('fr', 'mobile_app.mobile_shipping_cost_colon', 'Shipping cost:'),
('fr', 'mobile_app.mobile_shipping_method_colon', 'Shipping method:'),
('fr', 'mobile_app.mobile_show_all', 'Afficher tout'),
('fr', 'mobile_app.mobile_sign_in', 'S\'identifier'),
('fr', 'mobile_app.mobile_sign_in_as_different', 'Se connecter en tant qu\'autre utilisateur'),
('fr', 'mobile_app.mobile_state_colon', 'Dpt :'),
('fr', 'mobile_app.mobile_subtotal_colon', 'Subtotal:'),
('fr', 'mobile_app.mobile_success', 'Succès'),
('fr', 'mobile_app.mobile_summary', 'Résumé'),
('fr', 'mobile_app.mobile_text_cart_empty', 'Votre panier est vide.'),
('fr', 'mobile_app.mobile_text_cart_zero_inventory', 'Le produit a un inventaire nul et ne peut pas être ajouté au panier.'),
('fr', 'mobile_app.mobile_text_order_placed_successfully', 'Votre commande a bien été transmise.'),
('fr', 'mobile_app.mobile_text_post_pended', 'Votre message sera vérifié avant d\'être publié.'),
('fr', 'mobile_app.mobile_text_profile_is_updated', 'The profile data has been updated successfully.'),
('fr', 'mobile_app.mobile_text_thank_you_for_post', 'Merci pour votre message.'),
('fr', 'mobile_app.mobile_there_are_no_features', 'There are no feautures.'),
('fr', 'mobile_app.mobile_total', 'Total'),
('fr', 'mobile_app.mobile_total_colon', 'Total:'),
('fr', 'mobile_app.mobile_valid_thru_mm', 'Valable jusqu\'à (mm)'),
('fr', 'mobile_app.mobile_valid_thru_yy', 'Valable jusqu\'à (yy)'),
('fr', 'mobile_app.mobile_vendor', 'Vendeur'),
('fr', 'mobile_app.mobile_vendor_details', 'Vendor Detail'),
('fr', 'mobile_app.mobile_vendor_info', 'Vendor Info'),
('fr', 'mobile_app.mobile_vendor_products', 'Produits du vendeur'),
('fr', 'mobile_app.mobile_vertical_delimiter', '|'),
('fr', 'mobile_app.mobile_view_all', 'View All'),
('fr', 'mobile_app.mobile_view_details', 'Voir détails'),
('fr', 'mobile_app.mobile_website', 'Website'),
('fr', 'mobile_app.mobile_wishlist', 'Liste de souhaits'),
('fr', 'mobile_app.mobile_write_review', 'Write a Review'),
('fr', 'mobile_app.mobile_wrong_password', 'Mot de passe erroné.'),
('fr', 'mobile_app.mobile_your_message', 'Votre message'),
('fr', 'mobile_app.mobile_your_name', 'Votre nom'),
('fr', 'mobile_app.m_app_icon', 'Icône de l’appli'),
('fr', 'mobile_app.m_app_splash_landscape', 'Splash Screen (landscape)'),
('fr', 'mobile_app.m_app_splash_portrait', 'Splash Screen (portrait)'),
('fr', 'mobile_app.m_app_store_logo', 'Feature Graphic image'),
('fr', 'mobile_app.preparing_android_images', 'Preparing Android images'),
('fr', 'mobile_app.preparing_archive', 'Preparing archive'),
('fr', 'mobile_app.preparing_config', 'Preparing config'),
('fr', 'mobile_app.preparing_ios_icons', 'Preparing iOS icons'),
('fr', 'mobile_app.preparing_ios_images', 'Preparing iOS images'),
('fr', 'mobile_app.privacypolicyurl', 'URL politique de confidentialité'),
('fr', 'mobile_app.pushnotifications', 'Notifications push'),
('fr', 'mobile_app.section.category', 'Catégories'),
('fr', 'mobile_app.section.drawer', 'Tiroir (menu latéral)'),
('fr', 'mobile_app.section.main', 'Écran principal'),
('fr', 'mobile_app.section.navbar', 'Barre de navigation'),
('fr', 'mobile_app.section.product_screen', 'Ecran du produit'),
('fr', 'mobile_app.services_config', 'Firebase config file (Android)'),
('fr', 'mobile_app.settings.access_key', 'Clé d\'accès :'),
('fr', 'mobile_app.shopname', 'Nom du magasin'),
('fr', 'mobile_app.supportemail', 'Support email'),
('fr', 'mobile_sticky_compare', 'ET - Mobile sticky compare'),
('fr', 'mobile_sticky_home', 'ET - Mobile sticky home'),
('fr', 'mobile_sticky_wishlist', 'ET - Mobile sticky wishlist'),
('fr', 'modified_core_files_found', 'Some of your core files have been changed. This may become a problem when upgrading [product] as changes in these files may be lost.'),
('fr', 'modifier', 'Modificateur'),
('fr', 'modify_profile', 'Modifier profil'),
('fr', 'modify_selected', 'Modifier selection'),
('fr', 'month', 'Mois'),
('fr', 'monthly', 'Mensuel'),
('fr', 'months', 'mois'),
('fr', 'month_name_1', 'Janvier'),
('fr', 'month_name_10', 'Octobre'),
('fr', 'month_name_11', 'Novembre'),
('fr', 'month_name_12', 'Décembre'),
('fr', 'month_name_2', 'Février'),
('fr', 'month_name_3', 'Mars'),
('fr', 'month_name_4', 'Avril'),
('fr', 'month_name_5', 'Mai'),
('fr', 'month_name_6', 'Juin'),
('fr', 'month_name_7', 'Juillet'),
('fr', 'month_name_8', 'Août'),
('fr', 'month_name_9', 'Septembre'),
('fr', 'month_name_abr_1', 'janv.'),
('fr', 'month_name_abr_10', 'oct.'),
('fr', 'month_name_abr_11', 'Nov'),
('fr', 'month_name_abr_12', 'déc.'),
('fr', 'month_name_abr_2', 'Fév'),
('fr', 'month_name_abr_3', 'mars'),
('fr', 'month_name_abr_4', 'Avr'),
('fr', 'month_name_abr_5', 'Mai'),
('fr', 'month_name_abr_6', 'juin'),
('fr', 'month_name_abr_7', 'juil.'),
('fr', 'month_name_abr_8', 'Aoû'),
('fr', 'month_name_abr_9', 'sept.'),
('fr', 'more', 'Plus'),
('fr', 'more_info', 'Plus d\'info'),
('fr', 'more_languages', 'More languages'),
('fr', 'more_link', '[plus]'),
('fr', 'more_sign_in_options', 'Retour a \'options de connexion'),
('fr', 'more_subjects', 'Sujets au hazard (un par ligne)'),
('fr', 'more_than', 'Plus que'),
('fr', 'more_w_ellipsis', 'Plus ...');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('fr', 'most_popular', 'Plus populaires'),
('fr', 'most_popular_addons', 'Modules les plus populaires'),
('fr', 'mr', 'Mr'),
('fr', 'ms', 'Mlle'),
('fr', 'multiple', 'Multiples'),
('fr', 'multiple_checkboxes', 'Cases multiple à cocher'),
('fr', 'multiple_selectbox', 'Listes de sélection multiple'),
('fr', 'multiple_selectbox_notice', '<p style=\"font-size:10px;\">Pour sélectionner plus d\'une entrée, faire un clic gauche avec la souris en maintenant la touche CTRL enfoncée. Pour désélectionner un élément, faire un clic gauche de la souris en maintenant enfoncée la touche CTRL.</p>'),
('fr', 'multiupload', 'Multiupload'),
('fr', 'mve.container_not_used', 'This container currently has default configuration. It looks exactly like the store owner configured it. Vendors can use custom configuration to change the blocks in this container.'),
('fr', 'mve_plus_license', '[product] Plus'),
('fr', 'mve_ultimate_license', '[product] Ultimate'),
('fr', 'mve_ultimate_license_required', '[product] Ultimate is required for this'),
('fr', 'mve_ultimate_or_plus_license_required', 'This action requires [product] Ultimate or [product] Plus'),
('fr', 'my_account', 'Mon compte'),
('fr', 'my_account_links', 'Liens mon compte'),
('fr', 'my_account_links_advanced', 'My account advanced'),
('fr', 'my_cards', 'Meus Cartões'),
('fr', 'my_cart', 'My cart'),
('fr', 'my_payments', 'Cartões salvos'),
('fr', 'my_points', 'Mes points'),
('fr', 'na', 'N/D'),
('fr', 'name', 'Nom'),
('fr', 'navigation', 'Navigation'),
('fr', 'navi_pages', 'Pages'),
('fr', 'need_company_id', 'L\'ID de la société est obligatoire (company_id_param)'),
('fr', 'need_product_name', 'Vous devez spécifier un nom de produit'),
('fr', 'need_snippet_name', 'You have to specify valid snippet name'),
('fr', 'neighbours', 'Voisins'),
('fr', 'never', 'Jamais'),
('fr', 'new', 'Nouveau'),
('fr', 'newest', 'Nouveauté'),
('fr', 'newsletter', 'Newsletter'),
('fr', 'newsletters', 'Newsletters'),
('fr', 'newsletters.agreement_text_full_subscribe_to_newsletters', '<p>When you sign up for a specific newsletter, we ([company]) add your email address to a corresponding mailing list. While it is there, we know that we can contact you by email regarding that topic.</p> <p>You can always have your email address removed from our mailing lists. There are multiple ways to do it:</p><ul> <li>Once your account is registered, just sign in and unsubscribe from newsletters in profile settings.</li> <li>Use the “Unsubscribe” link in our newsletters that you receive.</li> <li>Send an email to [email].</li> </ul> <p>We may use a third-party email service (MailChimp and/or Mad Mimi) to send newsletters. Some members of our staff can view mailing lists with email addresses. That way they’ll be able to remove your email address from the mailing list, should you request us to do so.</p> <p>Please note that mailing lists are independent from each other. If you decide not to receive newsletters at all, you’ll have to unsubscribe from all the mailing lists. Even if you do that, you’ll still receive account-related emails (such as order status notifications, password reset emails, and more). It is essential for operating an online store.</p> <p>If you decide that you no longer want to use our store and would like to have your personal data removed from our database (or if you’d like to get all the personal data associated with your account that we have), please send an email to [email].</p> <p>If you believe that your personal data has been misused, you have the right to lodge a complaint with a supervisory authority. We’re obliged by EU General Data Protection Regulation to let you know about this right; we don’t actually intend to misuse your data.</p>'),
('fr', 'newsletters.agreement_text_short_subscribe_to_newsletters', 'I agree to have my personal data <u>processed as follows</u> and I want to subscribe for the following newsletters:'),
('fr', 'newsletters.new_subscribers', 'Nouveaux inscrits'),
('fr', 'newsletters.subscribe_to_newsletters', 'Newsletters: Subscribe to newsletters'),
('fr', 'newsletters_menu_description', 'Créer et envoyer des newsletters à votre client.'),
('fr', 'newsletter_autoresponder', 'Reponse automatique a la Newsletter'),
('fr', 'newsletter_autoresponders', 'Reponses automatiques de Newsletter'),
('fr', 'newsletter_template', 'Modele de Newsletter'),
('fr', 'newsletter_templates', 'Modeles de Newsletter'),
('fr', 'news_plain', 'Uni'),
('fr', 'new_administrator_account_created', 'Un nouveau compte d\'administrateur a été cree avec succès.'),
('fr', 'new_administrator_password', 'Nouveau mot de passe administrateur'),
('fr', 'new_attachment', 'Nouveau fichier joint'),
('fr', 'new_campaign', 'Nouvelle campagne'),
('fr', 'new_category', 'Nouvelle catégorie'),
('fr', 'new_certificate', 'Nouveau bon'),
('fr', 'new_chart', 'Nouvelle carte'),
('fr', 'new_combination', 'Ajouter une nouvelle combinaison'),
('fr', 'new_credit_card', 'Nouvelle carte de crédit'),
('fr', 'new_currency', 'Nouvelle monnaie'),
('fr', 'new_customer', 'Nouveau client'),
('fr', 'new_domains', 'Nouveaux domaines'),
('fr', 'new_emails', 'Ajouter des nouvelles adresses emails'),
('fr', 'new_feature', 'Ajouter une nouvelle caractéristique'),
('fr', 'new_file', 'Nouveau fichier'),
('fr', 'new_filter', 'Nouveau filtre'),
('fr', 'new_folder', 'Nouveau dossier'),
('fr', 'new_form', 'Nouveau formulaire'),
('fr', 'new_group', 'Nouveau groupe'),
('fr', 'new_invoice_langvar_upgrade_notification_message', '<p>A new language variable called <b>invoice_heading</b> has been added. You can use it to alter the title of your invoices as you see fit without altering the word \"Invoice\" in other parts of the store. The values for <b>invoice_heading</b> have been copied from the values of the <b>invoice</b> language variable.</p><p>Please note that whether or not the language variable appears in your invoices depends on <a href=\"http://docs.cs-cart.com/latest/user_guide/look_and_feel/documents/enable_document_editor.html\">whether or not you use the email template and document editors</a>:</p><ul><li>If you use the editors, then you\'ll have to add the new language variable to your invoice manually.</li><li>If you use the old way of editing documents (via TPL files), then the new language variable is already included in the default TPL files.</li></ul>'),
('fr', 'new_invoice_langvar_upgrade_notification_title', 'New language variable for invoice heading'),
('fr', 'new_ips', 'Nouvelles adresses IP'),
('fr', 'new_items', 'New items'),
('fr', 'new_language', 'Nouvelle langue'),
('fr', 'new_language_variable', 'Nouvelle variable de langue'),
('fr', 'new_layout', 'Nouvelle mise en page'),
('fr', 'new_link', 'Nouveau lien'),
('fr', 'new_localization', 'Nouvelle localisation'),
('fr', 'new_location', 'Nouvel destination'),
('fr', 'new_mailing_lists', 'Nouvelle liste de emails'),
('fr', 'new_menu', 'Nouveau menu'),
('fr', 'new_option', 'Nouvelle option'),
('fr', 'new_page', 'Nouvelle page'),
('fr', 'new_payments', 'Ajouter des nouvelles méthodes de paiement'),
('fr', 'new_payout', 'Ajouter un nouveau versement'),
('fr', 'new_poll', 'Nouveau sondage'),
('fr', 'new_post', 'Nouveau post'),
('fr', 'new_product', 'Nouveau produit'),
('fr', 'new_profile', 'Nouveau profil'),
('fr', 'new_profile_field', 'Nouveau champ de profil'),
('fr', 'new_profile_notification', 'Nouvelle notification de profil'),
('fr', 'new_promotion', 'Nouvelle promotion'),
('fr', 'new_question', 'Nouvelles question'),
('fr', 'new_rate_area', 'New rate area'),
('fr', 'new_reason', 'Ajouter une nouvelle raison'),
('fr', 'new_report', 'Ajouter un nouveau rapport'),
('fr', 'new_rule', 'Nouvelle règle'),
('fr', 'new_saved_search', 'Nouvelle recherche sauvegardée'),
('fr', 'new_section', 'Nouvelle section'),
('fr', 'new_setting_value', 'New value'),
('fr', 'new_shipment', 'Créer livraison'),
('fr', 'new_shipment_was_created', 'Nouvelle livraison créée'),
('fr', 'new_shipping_method', 'Nouveau méthode de livraison'),
('fr', 'new_site_map_section', 'Ajouter une nouvelle section plan de site'),
('fr', 'new_states', 'Ajouter un nouveau canton / une nouvelle région au pays sélectionné'),
('fr', 'new_status', 'Ajouter un nouveau statut'),
('fr', 'new_store_location', 'Nouvel emplacement magasin'),
('fr', 'new_subscribers', 'Nouveaux membres enregistres'),
('fr', 'new_tab', 'Nouvel onglet'),
('fr', 'new_tax', 'Nouvelle taxe'),
('fr', 'new_text_ultimate_license_required', 'A special edition of [product] that offers an unlimited number of storefronts. If you switch to <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see the message about the storefront limit again.'),
('fr', 'new_usergroups', 'Nouveau groupe d\'utilisateurs'),
('fr', 'new_user_profile', 'Nouveau profil utilisateur'),
('fr', 'new_vendor', 'Nouveau magasin'),
('fr', 'new_version', 'New version'),
('fr', 'new_withdrawal', 'Nouveau retire'),
('fr', 'new_zealand', 'Nouvelle-Zélande'),
('fr', 'next', 'Suivant'),
('fr', 'next_step', 'Prochaine étape'),
('fr', 'ne_add_subscribers_from_users', 'Ajouter des abonnés depuis la liste utilisateurs'),
('fr', 'ne_warning_subscr_email_exists', 'Cette e-mail <b>[email]</b> est déjà dans la liste des abonnés'),
('fr', 'no', 'Non'),
('fr', 'nocombination', 'Malheureusement cette combinaison n\'est pas accessible'),
('fr', 'none', 'Aucun'),
('fr', 'non_writable_directories', 'Les répertoires suivants n\'ont pas de droit d\'écriture'),
('fr', 'normal', 'Normal'),
('fr', 'norway', 'Norvège'),
('fr', 'norwegian', 'Norvégien'),
('fr', 'note', 'Note'),
('fr', 'notes', 'Notes'),
('fr', 'notice', 'Remarque'),
('fr', 'notice_too_many_decimals', 'Vous avez specifie les decimales pour {CURRENCY}. Le nombre maximum des places decimales est 2. Plus de valeurs seront affichees comme zeros.'),
('fr', 'notice_undeliverable_products_removed', 'Les produits non disponibles ont été supprimés de votre panier. Vous pouvez procéder à l\'achat.'),
('fr', 'notice_update_customer_details', 'L\'adresse email a été changé par le client dans son profil. Cocher la case à cocher pour mettre a jour les détails de la commande :'),
('fr', 'notification.upgrade_available.message', 'A new version of [product] is available. If you want to upgrade to the latest version now, click here.'),
('fr', 'notification.upgrade_available.title', 'Upgrade available'),
('fr', 'notifications', 'Notifications'),
('fr', 'notifications_center.notifications', 'Notifications'),
('fr', 'notifications_center.no_notifications', 'No notifications'),
('fr', 'notifications_center.section.administration', 'Administration'),
('fr', 'notifications_center.section.all', 'All'),
('fr', 'notifications_center.section.communication', 'Communication'),
('fr', 'notifications_center.section.other', 'Other'),
('fr', 'notifications_center.section.products', 'Products'),
('fr', 'notifications_center.tag.administration.license', 'Licence'),
('fr', 'notifications_center.tag.administration.update', 'Update'),
('fr', 'notifications_center.tag.messages', 'Messages'),
('fr', 'notifications_center.tag.other', 'Other'),
('fr', 'notification_template.tab.email', 'Email'),
('fr', 'notification_template.tab.internal', 'On-site'),
('fr', 'notify_customer', 'Notifier client'),
('fr', 'notify_orders_department', 'Informer le secteur d\'ordres'),
('fr', 'notify_supplier', 'Notifier fournisseur'),
('fr', 'notify_user', 'Notifier utilisateur'),
('fr', 'notify_vendor', 'Notifier le propriétaire boutique'),
('fr', 'notify_vendors_by_email', 'Informez les vendeurs par email'),
('fr', 'notify_vendor_by_email', 'Informer le vendeur par e-mail'),
('fr', 'notify_when_back_in_stock', 'M\'informer lorsque ce produit sera à nouveau disponible'),
('fr', 'not_active', 'Pas actif'),
('fr', 'not_active_file_notice', 'Ce fichier sera disponible pour téléchargement uniquement après approbation de l\'administrateur'),
('fr', 'not_approved', 'Non approuvé'),
('fr', 'not_a_member', 'Non membre'),
('fr', 'not_checked', 'Not checked'),
('fr', 'not_installed', 'Pas installé'),
('fr', 'not_scroll_automatically', 'Ne pas faire défiler automatiquement'),
('fr', 'no_active_storefronts', 'No active storefronts'),
('fr', 'no_autoresponder', 'Pas de répondeur automatique'),
('fr', 'no_categories_available', 'Pas de catégories disponibles'),
('fr', 'no_data', 'Aucun donnée trouvée'),
('fr', 'no_data_found', 'Aucune donnée trouvée satisfaisant les conditions de ce diagramme'),
('fr', 'no_files', 'Aucun fichier'),
('fr', 'no_hidden_elements_second_level_view', 'AB: Number of visible elements of the 2-level menu'),
('fr', 'no_hidden_elements_second_level_view.tooltip', 'This setting limits the number of third-level menu items, displayed in the menu structure. The remaining elements of the third level will be displayed when clicking on the <b>More</b> link'),
('fr', 'no_image', 'Pas d\'image'),
('fr', 'no_items', 'Liste vide'),
('fr', 'no_items_found', 'Pas d\'items trouvés correspondants à votre critère de recherche'),
('fr', 'no_manager_assigned', 'No manager assigned'),
('fr', 'no_menus', 'Pas de menus'),
('fr', 'no_modified_core_files_found', 'No changed core files found'),
('fr', 'no_posts_found', 'Aucun post trouvé'),
('fr', 'no_products_for_shipment', 'Il n\'y a pas de produits pour cette livraison'),
('fr', 'no_products_selected', 'Pas de produits sélectionnés'),
('fr', 'no_rates_for_empty_cart', '<p class=\"error-text\" align=\"center\">Malheureusement, votre panier est vide et le coût d\'expédition ne peut être estimée</p>'),
('fr', 'no_rates_for_empty_cart_warning', 'Votre panier est vide le coût d\'expédition ne peut être calculé'),
('fr', 'no_return_requests_found', 'Pas de demandes de retour trouvée'),
('fr', 'no_shipping_required', 'Pas d\'expédition requise'),
('fr', 'no_such_coupon', 'Ce bon de réduction n\'existe pas. <br> Réessayer encore svp.'),
('fr', 'no_template', 'Aucun modèle'),
('fr', 'no_themes_available', 'Aucun thème disponible'),
('fr', 'no_users_found', 'Aucun utilisateur trouvé'),
('fr', 'number', 'Nombre'),
('fr', 'number_of_columns', 'Nombre de colonnes dans la liste d\'objet'),
('fr', 'n_banners', '[n] bannière|[n] bannières'),
('fr', 'n_categories', '[n] category|[n] categories'),
('fr', 'n_days', '[n] day|[n] days'),
('fr', 'n_filters', '[n] filter|[n] filters'),
('fr', 'n_pages', '[n] page|[n] pages'),
('fr', 'n_polls', '[n] poll|[n] polls'),
('fr', 'n_posts', '[n] article|[n] articles'),
('fr', 'n_products', '[n] product|[n] products'),
('fr', 'n_profile_fields', '[n] profile field|[n] profile fields'),
('fr', 'n_tags', '[n] tag|[n] tags'),
('fr', 'n_vendors', '[n] vendeur|[n] vendeurs'),
('fr', 'object', 'Objet'),
('fr', 'objects_per_page', '[n] par page'),
('fr', 'object_does_not_exist', 'L\'objet n\'existe pas'),
('fr', 'object_exists', 'Un objet ayant le même nom existe déjà. Voulez-vous le supprimer ?'),
('fr', 'object_not_found', '[object] introuvable'),
('fr', 'of', 'de'),
('fr', 'off', 'Off'),
('fr', 'offline', 'Hors ligne'),
('fr', 'offset', 'Offset'),
('fr', 'ogone.sha_in', 'SHA-IN pass phrase'),
('fr', 'ogone_direct.config_info', 'Enter SHA-IN pass phrase both here and on the Ingenico administation panel.<br><br>For new Ingenico accounts created since May 11th, 2010, the new SHA policy is automatically active.<br/>Please do not forget to select the \"Use new SHA signature policy\" checkbox.'),
('fr', 'ogone_web.config_info', 'Please set the following URL in the Technical Information section on the Ingenico administation panel as the <b>URL of the merchant\'s post-payment page</b> for all cases (\"accepted\", \"on hold\", \"uncertain\", \"canceled by the client\", \"too many rejections by the acquirer\"): <code>[r_url]</code><br>Select \"Always deferred (not immediately after the payment)\" for the <b>Timing of the request</b>.<br>Enter SHA-IN and SHA-OUT pass phrases both here and on the Ingenico administation panel.'),
('fr', 'ogone_web.sha_out', 'SHA-OUT pass phrase'),
('fr', 'ok', 'OK'),
('fr', 'old_price', 'Ancien prix'),
('fr', 'on', 'sur'),
('fr', 'onboarding_adicionar_socio_extra', 'Adicionar Sócio Extra'),
('fr', 'onboarding_bairro', 'Bairro'),
('fr', 'onboarding_cadastro_do_cliente', 'Cadastro do cliente'),
('fr', 'onboarding_celular', 'Celular'),
('fr', 'onboarding_cnpj', 'CNPJ'),
('fr', 'onboarding_complemento', 'Complemento'),
('fr', 'onboarding_confirmar_senha', 'Confirmar Senha'),
('fr', 'onboarding_continuar', 'Continuar'),
('fr', 'onboarding_cpf', 'CPF'),
('fr', 'onboarding_identificacao_empresarial', 'Identificação empresarial'),
('fr', 'onboarding_informacao_pessoal', 'Informação Pessoal'),
('fr', 'onboarding_inscricao_estadual', 'Inscrição Estadual'),
('fr', 'onboarding_inscricao_municipal', 'Inscrição Municipal'),
('fr', 'onboarding_municipio', 'Município'),
('fr', 'onboarding_nome_completo', 'Nome Completo'),
('fr', 'onboarding_nome_completo_do_titular', 'Nome Completo do Titular'),
('fr', 'onboarding_nome_da_loja', 'Nome da loja'),
('fr', 'onboarding_nome_da_mae', 'Nome da Mãe'),
('fr', 'onboarding_nome_fantasia', 'Nome Fantasia'),
('fr', 'onboarding_pf_titulo', 'Cadastro Pessoa Física (CPF)'),
('fr', 'onboarding_pj_titulo', 'Cadastro Empresarial (CNPJ)'),
('fr', 'onboarding_previous', 'Previous'),
('fr', 'onboarding_razao_social', 'Razão Social'),
('fr', 'onboarding_responsavel_da_conta', 'Responsável da Conta'),
('fr', 'onboarding_rg', 'RG'),
('fr', 'onboarding_rua', 'Rua'),
('fr', 'onboarding_socios', 'Sócios'),
('fr', 'onboarding_telefone_fixo', 'Telefone Fixo'),
('fr', 'onboarding_termos_e_condicoes', 'Termos e Condições'),
('fr', 'onboarding_texto_de_introducao_loja_empresarial', 'Texto de introdução'),
('fr', 'onboarding_texto_de_introducao_loja_pessoal', 'Texto de introdução'),
('fr', 'onboarding_titulo_de_selecao_de_conta', 'PARTIU SE CADASTRAR E VENDER MUITO ?'),
('fr', 'onboarding_validacao_de_dados', 'Validação de dados'),
('fr', 'onboarding_validacao_de_dados_descricao', 'Validação utilizada para que ninguém possa criar uma conta utilizando seus dados'),
('fr', 'onboarding_validar', 'Validar'),
('fr', 'onboarding_validar_email', 'Validar e-mail'),
('fr', 'onboarding_validar_email_descricao', 'Ele será utilizado para recuperar a sua conta.'),
('fr', 'onboarding_validar_telefone', 'Validar telefone'),
('fr', 'onboarding_validar_telefone_descricao', 'Ele será utilizado para recuperar a sua conta caso você perca o acesso ao seu email.'),
('fr', 'once_per_customer', 'Une fois par client'),
('fr', 'onclick_dropdown', 'Onclick-dropdown'),
('fr', 'one_click_template_title', 'Selecione o cartão'),
('fr', 'online_only', 'En ligne seulement'),
('fr', 'on_backorder', 'On backorder'),
('fr', 'on_off', 'On/Off'),
('fr', 'on_sale', 'En solde'),
('fr', 'on_site_layout_editing', 'Editing layout page: [page]'),
('fr', 'on_site_live_editing', 'Edition sur site en temps reel'),
('fr', 'on_site_template_editing', 'Edition de modèle sur site'),
('fr', 'open', 'Ouvert'),
('fr', 'open_action', 'Ouvrir'),
('fr', 'open_file_or_create_new', 'Ouvrir un fichier ou créer un nouveau pour démarrer.'),
('fr', 'open_hours', 'Open hours'),
('fr', 'open_in_new_window', 'Ouvrir dans une nouvelle fenêtre'),
('fr', 'open_selected_storefronts', 'Open selected'),
('fr', 'open_store', 'Ouvrir boutique client'),
('fr', 'optimize_database', 'Optimiser la base de données'),
('fr', 'optimizing_table', 'Optimisation de la table'),
('fr', 'options', 'Options'),
('fr', 'options_for', 'Options pour'),
('fr', 'options_have_been_applied_to_products', 'Les options ont été appliquées avec succès aux produits sélectionnés'),
('fr', 'options_menu_description', 'Gerez les options globales de produits et variants d\'options dans votre boutique.'),
('fr', 'options_settings', 'Paramètres des options'),
('fr', 'options_type', 'Type d\'options'),
('fr', 'option_combinations', 'Combinaisons d\'option'),
('fr', 'option_exceptions', 'Option exceptions'),
('fr', 'option_name', 'Nom d\'option'),
('fr', 'option_unlinked', 'L\'option globale \"[option_name]\" a été dissociée du produit'),
('fr', 'option_variants', 'Variantes d\'option'),
('fr', 'opt_currency_name', 'Afficher les noms des devises'),
('fr', 'opt_currency_symbol', 'Utiliser les symboles de monnaie au lieu des titres'),
('fr', 'opt_language_icon', 'Utiliser les icônes de langues au lieu des noms'),
('fr', 'opt_language_name', 'Afficher les noms des langues'),
('fr', 'or', 'ou'),
('fr', 'order', 'Commande'),
('fr', 'ordered_products', 'Produits commandés'),
('fr', 'orders', 'Commandes'),
('fr', 'orders_not_allow_to_change_company', 'La société n\'a pas été changée. Il n\'est pas possible de changer la société pendant l\'édition d\'une commande.'),
('fr', 'orders_no_items', 'Utiliser le boutton \'Ajouter des produits\' pour ajouter des produits à la commande.'),
('fr', 'order_by_status', 'Commande par statut'),
('fr', 'order_date', 'Date de la commande'),
('fr', 'order_details', 'Détails de la commande'),
('fr', 'order_discount', 'Rabais de la commande'),
('fr', 'order_id', 'ID Commande'),
('fr', 'order_info', 'Infos commande'),
('fr', 'order_items', 'Articles de la commande'),
('fr', 'order_landing_page', 'Page d\'ordre qui apparait'),
('fr', 'order_management', 'Gestion de commande'),
('fr', 'order_placed', 'Commande passée'),
('fr', 'order_prefix', 'Préfixe de commande'),
('fr', 'order_returns', 'Retour de commande'),
('fr', 'order_search', 'Recherche de commandes'),
('fr', 'order_status', 'Statut de commande'),
('fr', 'order_statuses', 'Statuts de commande'),
('fr', 'order_statuses_menu_description', 'Ajouter ou éditer un statut de commande'),
('fr', 'order_total', 'Total commande'),
('fr', 'order_total_not_correct', 'Le montant total payé ne correspond pas au montant total de la commande.'),
('fr', 'order_total_will_changed', 'La commande total sera changé par'),
('fr', 'order_was_not_placed', 'Commande non enregistrée'),
('fr', 'original', 'Original'),
('fr', 'origination', 'Origines'),
('fr', 'or_saved_search', 'or any item from saved search'),
('fr', 'or_use', 'Ou usage'),
('fr', 'others', 'Autres'),
('fr', 'other_addons', 'Autres modules'),
('fr', 'other_notification', 'Other'),
('fr', 'our_brands', 'Nos marques'),
('fr', 'output', 'Résultats'),
('fr', 'outside_navigation', 'Outside navigation'),
('fr', 'out_of_stock_actions', 'Mesures du stock'),
('fr', 'out_of_stock_products', 'En rupture de stock'),
('fr', 'override_by_dispatch', 'Substituer les emplacements par livraison'),
('fr', 'override_by_this', 'Utiliser ce contenu pour toutes les instances du bloc'),
('fr', 'override_exchange_rate', 'Override exchange rate'),
('fr', 'override_gc_points', 'Ignorer la valeur du point global/catégorie pour ce produit'),
('fr', 'override_gc_points_brief', 'Ignorer les points global/catégories'),
('fr', 'override_g_points', 'Ignorer la valeur du point global pour tous les produits de cette catégorie'),
('fr', 'override_per', 'Ignorer PER global'),
('fr', 'override_points', 'Override points'),
('fr', 'override_product_data', 'Appliquer valeurs à tous les produits sélectionnés'),
('fr', 'overwrite', 'Overwrite'),
('fr', 'overwrite_selected_settings', 'Overwrite selected settings'),
('fr', 'owner', 'Propriétaire'),
('fr', 'p21agree', 'Veuillez ecrire \"AGREE\" ou \"DISAGREE\" dans la boite fournie'),
('fr', 'p21agree_tooltip', 'En ecrivant AGREE dans la boite ci-dessous j\'y fournis ma signature pour le Paiement 21 autorise &reg; pour charge electronique de mon compte pour la somme introduit. Je comprends aussi autorisant le vendeur par ecrit, Si mon paiement par e-Chque , est rejete ou retourne pour n\'importequelle raison, pour debiter mon compte avec par le montant du Cheque electronique, plus un paiement NSF de ne pas depaser le limite legitime maximum du statut. Je vais imprimer ou sauver cette page pour mes archives. Je peuz appeler le numero 1-888-770-0850 for 24/7 de service client en cas de questions regardant cette transaction.'),
('fr', 'package', 'Paquet'),
('fr', 'packages', 'Paquets'),
('fr', 'package_type', 'Type de paquet'),
('fr', 'packing_slip', 'Bulletin d\'expédition'),
('fr', 'packing_slip_for_order', 'Bordereau de paquet pour ordre'),
('fr', 'page', 'Page'),
('fr', 'pages', 'Pages'),
('fr', 'pages_menu_description', 'Creer et publier des pages, statistiques, formes et liens.'),
('fr', 'page_cloned', 'Cette page <b>[page]</b> a été clonée. Vous pouvez éditer cette page.'),
('fr', 'page_id', 'ID Page'),
('fr', 'page_link', 'URL de la page'),
('fr', 'page_name', 'Nom de la page'),
('fr', 'page_not_found', 'Page non trouvée'),
('fr', 'page_not_found_text', 'La page que vous avez demandé ne peux pas être trouvée.'),
('fr', 'page_target_url', 'Target URL'),
('fr', 'page_title', 'Titre de la page'),
('fr', 'page_url', 'Page URL'),
('fr', 'pagination_range', '<span>[pagination.range_from]</span>–<span>[pagination.range_to]</span>&nbsp;sur&nbsp;[pagination.total_items]'),
('fr', 'paid_amount', 'Montant payé'),
('fr', 'pair_type', 'Pair type'),
('fr', 'param', 'Paramètre'),
('fr', 'parameter', 'Objet à analyser'),
('fr', 'parameter_name', 'Nom du paramètre'),
('fr', 'parent_category', 'Catégorie parent'),
('fr', 'parent_category_id', 'Catégorie parente'),
('fr', 'parent_item', 'Élément parent'),
('fr', 'parent_page', 'Page parente'),
('fr', 'parent_page_id', 'Page parent'),
('fr', 'partiuhub_continuar_compras', 'Continuar compras'),
('fr', 'partiuhub_numero_do_pedido', 'Numero do pedido - '),
('fr', 'partiuhub_planos_vendedores.vendor_groups', 'Grupos dos vendedores'),
('fr', 'partiuhub_status_rastreamento_1', 'O vendedor já postou o seu produto!'),
('fr', 'partiuhub_status_rastreamento_2', 'Olha que legal, o seu produto ja esta em transito!'),
('fr', 'partiuhub_status_rastreamento_3', 'O seu produto ja PARTIU para o seu endereço!'),
('fr', 'partiuhub_status_rastreamento_4', 'Chegou! PARTIU aproveitar!!!! '),
('fr', 'partiuhub_tente_novamente', 'Tente novamente mais tarde!'),
('fr', 'partner', 'Partenaire'),
('fr', 'passphrase', 'Mot-passe'),
('fr', 'passport_number', 'Numéro de passeport'),
('fr', 'password', 'Mot de passe'),
('fr', 'path_to_files', 'Chemin complet vers les fichiers \"atos\"'),
('fr', 'pause_delay', 'Pause retard'),
('fr', 'payflowcolor', 'Couleur Payflow'),
('fr', 'payment', 'paiement'),
('fr', 'payments', 'Paiements'),
('fr', 'payments.cresecure.location_notice', '<b>Noter:</b><br>1. Ce paiement necessite l\'option https checkout pour etre active.!<br>2. Par defaut,le lieu de Checkout est affiche a un utilisateur lors processus de paiement. Afin d\'afficher un lieu different, creer nouveau lieu avec le modèle de livraison, checkout, cresecure dans <a href=\"[url]\" target=\"_blank\">Format de Directeur </a>.'),
('fr', 'payments.epdq.bgcolor', 'Couleur de fond'),
('fr', 'payments.epdq.btn_bgcolor', 'Couleur de fond du bouton'),
('fr', 'payments.epdq.btn_textcolor', 'Couleur du texte du bouton'),
('fr', 'payments.epdq.font_type', 'Type de police'),
('fr', 'payments.epdq.hash_error', 'Désolé, la chaîne de hachage ne correspond pas'),
('fr', 'payments.epdq.instructions', 'Introduuire le URL suivant dans \'\' l\'information Technique\'\'-->Section d\'opinion de Transactions au champ ePDQ adimin pour ce qui est accepte et des paiements \'\'annules\'\' . Faites sur que le \'\'Moment de l demande\'\' est installle a \'\'Always online\'\' (\'\'Toujours online\'\') et \'\'Methode de demande\'\' est inslalllee dans \'POSTE\'. Definir la valeeur de la phrase de passe \'\'SHA-OUT\'\'dans ePDQ d\' admin que vous voulez, apres dupliquer au champ dans la phrase de passe \'\'SHA-IN\'\'\'\' dans \'\' l\'\'origine des Donnees\'\'\'verifiees \'et aussi dans le champ \'\'Phrase de Passe ci dessous. Faites sur que le \'\'Code d\'operation Defaut\'\' dans la champ admin ePDQ a la même valeur que le \'\'Type de Transaction\'\'au dessous. Installer le parametre de l\'\'algoritme Hache\'\'a \'\'SHA\'\' de la section des parametres globales de securite, au champ ePDQ admin'),
('fr', 'payments.epdq.pspid', 'EPDQ pspid'),
('fr', 'payments.epdq.tbl_bgcolor', 'Couleur du fond du tableau'),
('fr', 'payments.epdq.tbl_textcolor', 'Couleur du texte du tableau'),
('fr', 'payments.epdq.textcolor', 'Couleur du texte'),
('fr', 'payments.epdq.title', 'Titre'),
('fr', 'payments.eway_rapidapi_rsp.header_text', 'Texte de l\'en-tête'),
('fr', 'payments.globalpayments.connector_error', 'Your Global Payments account has been suspended. Contact Global Payments support for further information.'),
('fr', 'payments.globalpayments.globalpayments_error', 'Error with Global Payments systems'),
('fr', 'payments.globalpayments.referring_ip', 'Please supply the IP address of your server to your Global Payments account manager'),
('fr', 'payments.globalpayments.referring_url', 'Please supply this URL to your Global Payments account manager'),
('fr', 'payments.globalpayments.text_status_map', 'Global Payments to [product] order status conversion map'),
('fr', 'payments.layout_a', 'Layout A'),
('fr', 'payments.layout_b', 'Layout B'),
('fr', 'payments.layout_c', 'Layout C'),
('fr', 'payments.paypal_adv_layout', 'Layout'),
('fr', 'payments.qbms.app_token', 'App Token'),
('fr', 'payments.qbms.configuration_required', '<p>Fill in the fields below and save the changes:<br>- App Token<br>- OAuth Consumer Key<br> - OAuth Consumer Secret</p><p>Click \"Connect to QuickBooks\" button that will appear instead of this message to finish payment configuration.</p>'),
('fr', 'payments.qbms.configure_payment_method', '<p>How to configure the payment method:</p><p>1. <a target=\"_blank\" href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/authentication-and-authorization/oauth-2.0#obtain-oauth2-credentials-for-your-app\">Obtain OAuth 2.0 credentials</a> from QuickBooks Online application and copy them to the payment method settings in [product].</p><p>2. Click \"Create\", then open the settings of this payment method again to finish its configuration.</p>'),
('fr', 'payments.qbms.oauth_client_id', 'OAuth Client Id'),
('fr', 'payments.qbms.oauth_client_secret', 'OAuth Client Secret'),
('fr', 'payments.qbms.oauth_consumer_key', 'OAuth Consumer Key'),
('fr', 'payments.qbms.oauth_consumer_secret', 'OAuth Consumer Secret'),
('fr', 'payments.qbms.quickbooks_connection', 'QuickBooks Connection'),
('fr', 'payments.qbms.renew_token', 'Press \"Connect to QuickBooks\" to renew the token.'),
('fr', 'payments.qbms.tip_fill_redirect', '<p>- In the QuickBooks application, copy the following value into the Redirect URI field:</p><p>[url]</p><p>- Click the \"Connect to QuickBooks\" button.</p>'),
('fr', 'payments.qbms.token_expired', 'The token has expired.'),
('fr', 'payments.qbms.token_expires', 'The token expires on <b>[date]</b> at <b>[time]</b>.'),
('fr', 'payments.qbms.upgrade_notification_text', '<p>The latest version of [product] has different settings for payment methods if you use QB Merchant Service as a Processor.</p><p>If you want to use the payment methods, do this:</p><ul><li>go to Administration > Payment methods</li><li>choose the payment method that uses QB Merchant Service as a Processor</li><li>switch to the Configure tab</li><li>enter the proper App Token, OAuth Consumer Key and OAuth Consumer Secret</li><li>perform connection to QuickBooks</li></ul>'),
('fr', 'payments.qbms.upgrade_notification_title', 'QB Merchant Service payment processor changes'),
('fr', 'payments.qbms.upgrade_oauth20_notification_text', '<p>Online stores now connect to QuickBooks Merchant Services differently. Your payment methods that use QB Merchant Services as a processor need to be reconfigured, or else they will no longer work. To make them work:</p><p>1. Switch your Quickbooks app to OAuth 2.0.</p><p>2. Copy <i>OAuth Client ID</i> and <i>OAuth Client Secret</i> from the app to the payment method settings in [product].</p><p>3. Change the status of the payment method to <i>Active</i></p><p>4. Save your changes and use the <i>Connect to QuickBooks</i> button to finish payment configuration.</p><p><a href=\"[payments_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">View my payment methods</a></p>'),
('fr', 'payments.qbms.upgrade_oauth20_notification_title', 'Payment methods: Change QB Merchant Services settings'),
('fr', 'payments.realex.3d_secure_message', '3-D Secure message'),
('fr', 'payments.realex.auto_settled', 'Auto-settled'),
('fr', 'payments.realex.avs.matched', 'Matched'),
('fr', 'payments.realex.avs.not_matched', 'Not matched'),
('fr', 'payments.realex.avs.partial_match', 'Partial match'),
('fr', 'payments.realex.avs.problem_with_check', 'Problem with check'),
('fr', 'payments.realex.avs.unable_to_check', 'Unable to check'),
('fr', 'payments.realex.avs_address', 'AVS Address'),
('fr', 'payments.realex.avs_postcode', 'AVS Postcode'),
('fr', 'payments.realex.bank_error', 'Error with bank systems'),
('fr', 'payments.realex.card_lost_or_stolen', 'Card reported lost or stolen'),
('fr', 'payments.realex.cavv', 'CAVV'),
('fr', 'payments.realex.connector_error', 'Your Realex account has been suspended. Contact Realex support for further information.'),
('fr', 'payments.realex.delayed_settlement', 'Delayed settlement'),
('fr', 'payments.realex.eci', 'ECI'),
('fr', 'payments.realex.incorrect_request', 'Incorrect XML message formation or content'),
('fr', 'payments.realex.incorrect_valid_trhu', 'Incorrect values of \'Valid thru\' fields.'),
('fr', 'payments.realex.liability_shift', 'Liability Shift'),
('fr', 'payments.realex.liability_shift_required', 'Liability Shift required'),
('fr', 'payments.realex.realex_error', 'Error with Realex systems'),
('fr', 'payments.realex.referring_ip', 'Please supply the IP address of your server to your Realex Payments account manager'),
('fr', 'payments.realex.referring_url', 'Please supply this URL to your Realex Payments account manager'),
('fr', 'payments.realex.refferal', 'Referral by bank'),
('fr', 'payments.realex.result_code', 'Result code'),
('fr', 'payments.realex.result_message', 'Result message'),
('fr', 'payments.realex.settlement', 'Settlement'),
('fr', 'payments.realex.subaccount', 'Subaccount'),
('fr', 'payments.realex.text_status_map', 'Realex to CS-Cart order status conversion map'),
('fr', 'payments.realex.transaction_order_id', 'Transaction Order ID'),
('fr', 'payments.realex.transaction_pasref', 'Transaction PASREF'),
('fr', 'payments.realex.tss_result', 'TSS'),
('fr', 'payments.realex.wrong_card_type', 'This payment is unavailable for this type of credit cards.'),
('fr', 'payments.realex.xid', 'XID'),
('fr', 'payments.rocketgate.avs_mode', 'AVS Mode'),
('fr', 'payments.rocketgate.ignore', 'Ignore'),
('fr', 'payments.rocketgate.scrub_mode', 'SCRUB Mode'),
('fr', 'payments.signin_to_checkout', 'Se connecter pour checkout'),
('fr', 'payments_tab1', 'Carte de crédit'),
('fr', 'payments_tab2', 'Paiements internet'),
('fr', 'payments_tab3', 'Autres options de paiement'),
('fr', 'payment_amount', 'Montant du paiement'),
('fr', 'payment_category', 'Catégorie de paiement'),
('fr', 'payment_category_note', 'Les tabs des categories de paiement ne seront pas AFFICHES si tous les paiements actifs appartiennent a la même categorie'),
('fr', 'payment_details', 'Détails du paiement'),
('fr', 'payment_form_url', 'URL du formulaire de paiement'),
('fr', 'payment_id', 'Payment ID'),
('fr', 'payment_info', 'Type de paiement'),
('fr', 'payment_information', 'Information du paiement'),
('fr', 'payment_instructions', 'Instructions de paiement'),
('fr', 'payment_method', 'Méthode de paiement'),
('fr', 'payment_methods', 'Méthodes de paiement'),
('fr', 'payment_method_not_found', 'Payment method not found. It could\'ve been disabled, or a technical problem occurred. Please choose a payment method and try again.'),
('fr', 'payment_response_password', 'Mot de passe de paiement'),
('fr', 'payment_surcharge', 'Surcharge de paiement'),
('fr', 'payment_type', 'Type de paiement'),
('fr', 'paypal.addon_is_disabled_notice', 'The <b>PayPal payments</b> add-on is disabled so you can\'t configure this payment method.'),
('fr', 'paypal.ipn_transaction_status', 'Transaction status: [status]'),
('fr', 'paypal_authentication_method', 'Méthode d\'authentification Paypal'),
('fr', 'paypal_express_notice', 'Un marchand ID est requis pour utiliser la <a href=\'https://developer.paypal.com/docs/classic/express-checkout/in-context\' target=\'_blank\'> fonctionnalité de vérification dans le contexte</a> au sein de cette intégration. Vous pouvez chercher votre marchand ID en vous connectant sur <a href=\'https://www.paypal.com/\' target=\'_blank\'> https://www.paypal.com/</a>. Cliquez sur l’icône de profil du côté supérieur droit de la page, puis sélectionnez <b>le profil et les paramètres</b> dans le menu <b>Profil de l’entreprise</b>. (Si vous ne voyez pas l’icône de profil en haut de la page, cliquez sur le <b>Profil</b> qui s’affiche dans le menu principal lors de l\' <b>onglet mon compte</b>). Cliquez sur <b>mes informations d’entreprise</b> sur la gauche et l\' <b>ID de compte marchand</b> sont affiché dans la liste des éléments de profil sur la droite.'),
('fr', 'paypal_ipn_note', 'Notification instantanée de paiement (IPN) est un service qui avertit automatiquement les commerçants des événements liés aux transactions de PayPal. <br>Lorsqu’un client passe une commande et choisit PayPal comme mode de paiement, l’ordre obtient l’état <b>ouvert</b>. <br>PayPal puis envoie des messages de notification instantanée de paiement qui incluent le statut de la transaction. Ce statut change le statut de la commande dans votre boutique selon le plan de conversion du statut.'),
('fr', 'paypal_ipn_transaction_status', 'Status de transaction'),
('fr', 'paypal_item_name', 'Nom de l\'item (ou un nom pour le Panier)'),
('fr', 'paypal_logo', 'Logo de PayPal'),
('fr', 'paypal_sandbox', 'Mode test'),
('fr', 'paypal_seamless', 'Caisse sans soudure d’utilisation'),
('fr', 'paypal_security_error', 'Votre ordre n\'a pas ete place: au compte du recepteur Paypal est faux.'),
('fr', 'paypal_use_in_context_checkout', 'Usage dans le contexte de paiement/checkout'),
('fr', 'paypal_vendor', 'Vendeur'),
('fr', 'pay_by_points', 'Autoriser le paiment par points'),
('fr', 'pay_from_email', 'Email du client'),
('fr', 'pay_order_again', 'Payer la commande encore une fois'),
('fr', 'pay_to_email', 'Adresse e-mail du marchand'),
('fr', 'pdf_documents.activate_notification', 'PDF documents (such as invoices, packing slips, etc.) will now be generated at our cloud service: [service_url]. It works as follows: your store sends an HTML document and receives a PDF copy of it. We do not view, keep, or analyze any of your data that goes through that service.'),
('fr', 'pdf_documents.disable_notification', 'The generation of PDF documents (such as invoices, packing slips, etc.) has been disabled. Your data will no longer go through our cloud service [service_url]. If you\'d like to generate PDF documents without using our cloud service, you\'re welcome to <a href=\"[helpdesk_url]\" target=\"_blank\">contact us via Help Desk</a> or configure it on your own.'),
('fr', 'pending', 'En attente'),
('fr', 'pending_return', 'Aguardando a aprovação'),
('fr', 'pending_vendor_invitations', 'Vendeurs invitations en attente'),
('fr', 'pending_vendor_invitations_menu_description', 'Manage invitations to your marketplace for potential vendors.'),
('fr', 'per', 'Par [object]'),
('fr', 'percent', 'Pourcentage'),
('fr', 'percentage_discount', 'Percentage discount'),
('fr', 'percent_range', 'Gamme de prix (en % du prix du produit principal)'),
('fr', 'period', 'Période'),
('fr', 'permissions_issue', 'Permissions issue'),
('fr', 'person_name', 'Name'),
('fr', 'per_item', 'Par élément'),
('fr', 'per_page', 'Par page'),
('fr', 'phone', 'Tél.'),
('fr', 'phone1_label', 'Tél.'),
('fr', 'phone2', 'International'),
('fr', 'phone2_label', 'International'),
('fr', 'phpinfo', 'Informations PHP'),
('fr', 'php_extension_missing', 'The [extension] PHP extension is not installed on your server'),
('fr', 'pickup', 'Pickup'),
('fr', 'pickup_address', 'Pickup address'),
('fr', 'pickup_avail', 'Pickup avail'),
('fr', 'pickup_destinations_ids', 'Pickup destinations ids'),
('fr', 'pickup_id', 'Pickup ID'),
('fr', 'pickup_phone', 'Pickup phone'),
('fr', 'pickup_point_not_selected', 'Sorry, we couldn\'t determine your pickup point. Please choose a pickup point, so that we know where to deliver your order.'),
('fr', 'pickup_surcharge', 'Pickup surcharge'),
('fr', 'pickup_time', 'Pickup time'),
('fr', 'pick_store', 'Choisir un magasin'),
('fr', 'pie', 'Camembert'),
('fr', 'pie_3d', 'Camembert 3D'),
('fr', 'pixels', 'pixels'),
('fr', 'place_order', 'Passer commande'),
('fr', 'placing_order', 'Commande en cours'),
('fr', 'plain', 'Plain'),
('fr', 'plano_anuncio', 'Plano de Anúncio'),
('fr', 'plans', 'Planos'),
('fr', 'platform', 'Plateforme'),
('fr', 'please_be_patient', 'Patientez s\'il vous plait'),
('fr', 'please_copy_api_key', 'Please copy the API key now and keep it somewhere. Once you save the changes, this key won\'t appear here again. If the key is lost, the only way to regain API access will be be to generate a new key on this page.'),
('fr', 'please_enable_the_add_on_to_see_barcode', 'Veuillez activer le module supplémentaire pour voir un exemple de code.'),
('fr', 'please_enter_license_here', 'Introduire votre numero de license ici'),
('fr', 'please_select_one', 'Merci d\'en sélectionner un'),
('fr', 'please_sign_in', 'Veuillez vous connecter'),
('fr', 'points', 'Points'),
('fr', 'points_in_use', 'Points utilisés'),
('fr', 'points_in_use_lower', 'Points utilisés'),
('fr', 'points_in_use_lowercase', '[n] point en cours d\'utilisation|[n] points en cours d’utilisation'),
('fr', 'points_lower', 'points'),
('fr', 'points_lowercase', '[n] point|[n] points'),
('fr', 'points_to_use', 'Points à utiliser'),
('fr', 'point_payment', 'Point paiement'),
('fr', 'point_price', 'Prix en points'),
('fr', 'polish', 'Polonais'),
('fr', 'poll', 'Sondage'),
('fr', 'polls', 'Sondages'),
('fr', 'polls_answers_with_comments', 'Réponses avec commentaires'),
('fr', 'polls_first_submited', '1er formulaire de sondage soumis'),
('fr', 'polls_have_completed', 'Désolé, vous avez déjà participé à ce sondage.'),
('fr', 'polls_last_submited', 'Dernier formulaire de sondage soumis'),
('fr', 'polls_total_completed', 'Nombre de formulaires sondage entièrement complété'),
('fr', 'polls_total_submited', 'Nombre total de formulaires sondage soumis'),
('fr', 'polls_total_votes', 'Total des voix'),
('fr', 'polls_votes', 'Votes'),
('fr', 'poll_footer', 'Bas de page du sondage'),
('fr', 'poll_header', 'Haut de page du sondage'),
('fr', 'poll_results', 'Message du sondage complet'),
('fr', 'poll_results_everybody', 'tous (dans un pop up)'),
('fr', 'poll_results_nobody', 'personne'),
('fr', 'poll_results_voted', 'utilisateurs ont voté'),
('fr', 'poll_show_results', 'Résultats visibles à'),
('fr', 'poll_statistics', 'Statistiques du sondage'),
('fr', 'poor', 'Mauvais'),
('fr', 'popularity', 'Popularité'),
('fr', 'popup', 'Popup'),
('fr', 'popup_larger_image', 'Grande image pop-up'),
('fr', 'portugese', 'Portugais'),
('fr', 'posid', 'Ps ID'),
('fr', 'position', 'Position'),
('fr', 'positions_updated', 'La position des éléments a été mise à jour'),
('fr', 'position_short', 'Position'),
('fr', 'postal_mail', 'Adresse mail'),
('fr', 'postauth', 'Postauth'),
('fr', 'posted_by', 'Posted by'),
('fr', 'post_description', 'Description de l\'article'),
('fr', 'post_url', 'URL de poste'),
('fr', 'powered_by', 'Réalisation'),
('fr', 'po_file', 'Choose a file in the PO or ZIP format'),
('fr', 'po_file_is_incorrect', 'PO-file <b>\"[file]\"</b> contains syntax errors or incorrect structure.'),
('fr', 'po_meta_error_validating_lang_code', 'Le code de langue dans le fichier PO ne correspond pas à la langue mise à jour.'),
('fr', 'po_number', 'PO numéro'),
('fr', 'pp_currency_is_incorrect', 'Devise utilisée pour le paiement est différente de la devise de la commande.'),
('fr', 'pp_mode', 'Mode paypal'),
('fr', 'pp_product_count_is_incorrect', 'Le nombre d\'éléments payés est différent du nombre d\'éléments dans la commande'),
('fr', 'pp_total_is_incorrect', 'Le total du paiement est différent du total de la commande.'),
('fr', 'preauth', 'Prauth'),
('fr', 'preauthorization', 'Preautorisation'),
('fr', 'prefix', 'Préfixe'),
('fr', 'preshared_key', 'Code PrePartage'),
('fr', 'press_continue_to_recover_password', 'Click <b>Continue</b> to proceed with password change.'),
('fr', 'prev', 'Préc.'),
('fr', 'preview', 'Prévisualisation'),
('fr', 'previous', 'Précédent'),
('fr', 'previous_month', 'Le mois précédent'),
('fr', 'previous_period', 'Période précédente'),
('fr', 'previous_week', 'La semaine dernière'),
('fr', 'previous_year', 'L\'année précédente'),
('fr', 'prev_page', 'Page précédente'),
('fr', 'pre_moderation', 'Les produits nécessitent une approbation préalable'),
('fr', 'pre_moderation_edit', 'Approuver des mises à jour d’informations'),
('fr', 'pre_moderation_edit_vendors', 'Approuver des mises à jour de profil du vendeur'),
('fr', 'price', 'Prix'),
('fr', 'price_decreased', 'Prix a été baissé de'),
('fr', 'price_dec_sign_delimiter', 'Séparateur décimal du prix'),
('fr', 'price_for_all', 'Prix pour tous'),
('fr', 'price_includes_tax', 'Prix taxe incluse'),
('fr', 'price_increased', 'Prix a été augmenté de'),
('fr', 'price_in_points', 'Prix en points'),
('fr', 'price_in_points_decreased', 'Prix en point a été baissé par'),
('fr', 'price_in_points_increased', 'Prix en point a été augmenté par'),
('fr', 'price_list', 'Liste de prix'),
('fr', 'price_list.text_regenerate', '<p>Si les produits, les catégories ou les champs sélectionnés ont été ajoutés ou modifiés, veuillez régénérer une liste de prix: < br />[buttons]</p> <p>Listes de prix des produits sont disponibles par ces liens <br/>[links]</p>'),
('fr', 'price_list.text_select_storefront', 'Pour générer une liste de prix, veuillez sélectionner d\'abord une boutique.'),
('fr', 'price_list_ziparchive_not_installed', 'Impossible de créer la liste de prix XML. S\'il vous plaît ajouter le support zip en PHP sur votre serveur. Suivre <a href=\"http://www.php.net/manual/en/zip.installation.php\">http://www.php.net/manual/en/zip.installation.php</a>.'),
('fr', 'price_summary', 'Résumé des prix'),
('fr', 'pricing_inventory', 'Prix / Inventaire'),
('fr', 'primary', 'Primaire'),
('fr', 'primary_currency', 'Monnaie principale'),
('fr', 'printslip_request', 'Requisições de Etiquetas'),
('fr', 'printslip_request_pending', 'Você irá receber uma notificação quando a etiqueta estiver disponível.'),
('fr', 'print_card', 'Imprimer carte'),
('fr', 'print_credit_memo', 'Imprimer la note de crédit'),
('fr', 'print_invoice', 'Imprimer facture'),
('fr', 'print_order_details', 'Imprimer le détail de la commande'),
('fr', 'print_packing_slip', 'Imprimer un bordereau'),
('fr', 'print_pdf_credit_memo', 'Imprimer une note de crédit (pdf)'),
('fr', 'print_pdf_invoice', 'Imprimer facture (PDF)'),
('fr', 'print_pdf_order_details', 'Imprimer les détails de la commande (PDF)'),
('fr', 'print_pdf_packing_slip', 'Imprimer bordereau (pdf)'),
('fr', 'print_slip', 'Imprimer slip'),
('fr', 'priority', 'Priorité'),
('fr', 'private', 'Privé'),
('fr', 'private_customer_settings', 'Paramètres pour les clients privés'),
('fr', 'private_files', 'Private files'),
('fr', 'privilege', 'Privilège'),
('fr', 'privilege.apply_to_all', 'Apply value to all'),
('fr', 'privilege.custom_access', 'Custom access'),
('fr', 'privilege.full_access', 'Full access'),
('fr', 'privilege.no_access', 'No access'),
('fr', 'privilege.view_access', 'Can view only'),
('fr', 'privileges', 'Privilèges'),
('fr', 'privileges.abt__ut2.settings.manage', 'Manage theme settings'),
('fr', 'privileges.abt__ut2.settings.view', 'View theme settings'),
('fr', 'privileges.ab__cb_manage_banners', 'AB: Manage banners for categories'),
('fr', 'privileges.ab__cb_view_banners', 'AB: View banners for categories'),
('fr', 'privileges.ab__dotd_manage_seodata', 'Manage promotions SEO data'),
('fr', 'privileges.ab__dotd_view_seodata', 'View promotions SEO data'),
('fr', 'privileges.ab__hpd.manage', 'Manage data'),
('fr', 'privileges.ab__hpd.view', 'View help'),
('fr', 'privileges.ab__mb_manage_data', 'Managing motivational data'),
('fr', 'privileges.ab__mb_view_data', 'Viewing motivational data'),
('fr', 'privileges.ab__stt.data.manage', 'Manage button data'),
('fr', 'privileges.ab__stt.data.view', 'View button data'),
('fr', 'privileges.ab__vg_manage_videos', 'Manage videos'),
('fr', 'privileges.ab__vg_view_videos', 'View videos'),
('fr', 'privileges.backup_restore', 'Peut gérer'),
('fr', 'privileges.change_order_status', 'Peut changer les statuts'),
('fr', 'privileges.create_order', 'Peut créer'),
('fr', 'privileges.delete_logs', 'Can delete'),
('fr', 'privileges.delete_orders', 'Can delete'),
('fr', 'privileges.edit_blocks', 'Can edit'),
('fr', 'privileges.edit_files', 'Editer les fichiers'),
('fr', 'privileges.edit_order', 'Can edit entire order (select other products, payment and shipping methods, customers)'),
('fr', 'privileges.exim_access', 'Can manage'),
('fr', 'privileges.manage_access_restrictions', 'Peut éditer'),
('fr', 'privileges.manage_banners', 'Peut éditer'),
('fr', 'privileges.manage_call_requests', 'Peut éditer'),
('fr', 'privileges.manage_catalog', 'Can edit'),
('fr', 'privileges.manage_cscart_uvdesk', 'Manage UVDesk'),
('fr', 'privileges.manage_currencies', 'Can edit'),
('fr', 'privileges.manage_design', 'Can edit'),
('fr', 'privileges.manage_discussions', 'Peut éditer'),
('fr', 'privileges.manage_document_templates', 'Peut éditer'),
('fr', 'privileges.manage_email_marketing', 'Peut éditer'),
('fr', 'privileges.manage_email_templates', 'Peut éditer'),
('fr', 'privileges.manage_gift_certificates', 'Can edit'),
('fr', 'privileges.manage_languages', 'Peut éditer'),
('fr', 'privileges.manage_locations', 'Peut éditer'),
('fr', 'privileges.manage_newsletters', 'Peut éditer'),
('fr', 'privileges.manage_order_statuses', 'Peut éditer'),
('fr', 'privileges.manage_pages', 'Gérer les pages'),
('fr', 'privileges.manage_payments', 'Peut éditer'),
('fr', 'privileges.manage_payouts', 'Peut éditer'),
('fr', 'privileges.manage_product_premoderation', 'Can manage'),
('fr', 'privileges.manage_product_reviews', 'Can edit'),
('fr', 'privileges.manage_promotions', 'Peut éditer'),
('fr', 'privileges.manage_providers', 'Can edit'),
('fr', 'privileges.manage_reports', 'Peut éditer'),
('fr', 'privileges.manage_reward_points', 'Can edit'),
('fr', 'privileges.manage_rma', 'Can edit'),
('fr', 'privileges.manage_seo_rules', 'Can edit'),
('fr', 'privileges.manage_shipping', 'Peut éditer'),
('fr', 'privileges.manage_sitemap', 'Peut éditer'),
('fr', 'privileges.manage_static_data', 'Peut éditer'),
('fr', 'privileges.manage_storage', 'Peut gérer'),
('fr', 'privileges.manage_stores', 'Gérér les magasins'),
('fr', 'privileges.manage_store_locator', 'Can edit'),
('fr', 'privileges.manage_suppliers', 'Can edit'),
('fr', 'privileges.manage_taxes', 'Peut éditer'),
('fr', 'privileges.manage_themes', 'Peut éditer'),
('fr', 'privileges.manage_translation', 'Peut éditer'),
('fr', 'privileges.manage_usergroups', 'Peut éditer'),
('fr', 'privileges.manage_users', 'Peut éditer'),
('fr', 'privileges.manage_vendors', 'Peut éditer');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('fr', 'privileges.manage_vendor_communication', 'Can edit'),
('fr', 'privileges.manage_vendor_plans', 'Can edit'),
('fr', 'privileges.update_settings', 'Peut éditer'),
('fr', 'privileges.upgrade_store', 'Peut améliorer'),
('fr', 'privileges.view_banners', 'Peut voir'),
('fr', 'privileges.view_call_requests', 'Peut voir'),
('fr', 'privileges.view_catalog', 'Peut voir'),
('fr', 'privileges.view_cscart_uvdesk', 'View UVDesk'),
('fr', 'privileges.view_currencies', 'Peut voir'),
('fr', 'privileges.view_discussions', 'Peut voir'),
('fr', 'privileges.view_email_marketing', 'Peut voir'),
('fr', 'privileges.view_file_changes', 'Can view'),
('fr', 'privileges.view_languages', 'Peut voir'),
('fr', 'privileges.view_locations', 'Peut voir'),
('fr', 'privileges.view_logs', 'Peut voir'),
('fr', 'privileges.view_newsletters', 'Peut voir'),
('fr', 'privileges.view_orders', 'Peut voir'),
('fr', 'privileges.view_pages', 'Peut voir'),
('fr', 'privileges.view_payments', 'Peut voir'),
('fr', 'privileges.view_payouts', 'Peut voir'),
('fr', 'privileges.view_product_reviews', 'Can view'),
('fr', 'privileges.view_providers', 'Can view'),
('fr', 'privileges.view_reports', 'Peut voir'),
('fr', 'privileges.view_seo_rules', 'Can view'),
('fr', 'privileges.view_settings', 'Peut voir'),
('fr', 'privileges.view_shipping', 'Peut voir'),
('fr', 'privileges.view_static_data', 'Peut voir'),
('fr', 'privileges.view_stores', 'Voir les magasins'),
('fr', 'privileges.view_store_locator', 'Can view'),
('fr', 'privileges.view_taxes', 'Peut voir'),
('fr', 'privileges.view_usergroups', 'Peut voir'),
('fr', 'privileges.view_users', 'Peut voir'),
('fr', 'privileges.view_vendors', 'Peut voir'),
('fr', 'privileges.view_vendor_communication', 'Can view'),
('fr', 'privileges.view_vendor_plans', 'Can view'),
('fr', 'privilege_groups.ab__addons_manager', 'AB: Add-ons Manager'),
('fr', 'privilege_groups.ab__category_banners', 'AB: Banners for categories'),
('fr', 'privilege_groups.ab__deal_of_the_day', 'AB: Product of the day and extended promotions'),
('fr', 'privilege_groups.ab__fast_navigation', 'AB: Fast navigation'),
('fr', 'privilege_groups.ab__hide_product_description', 'AB: Hide the part of the content up to a certain height'),
('fr', 'privilege_groups.ab__landing_categories', 'AB: Landing categories/pages'),
('fr', 'privilege_groups.ab__motivation_block', 'AB: Motivation block'),
('fr', 'privilege_groups.ab__scroll_to_top', 'AB: \"Scroll to top\" button'),
('fr', 'privilege_groups.ab__video_gallery', 'AB: Video gallery of the product'),
('fr', 'privilege_groups.access_restrictions', 'Restrictions d\'accès'),
('fr', 'privilege_groups.backup_restore', 'Backup/Restore'),
('fr', 'privilege_groups.banners', 'Bannières'),
('fr', 'privilege_groups.blocks', 'Blocks'),
('fr', 'privilege_groups.blog_and_pages', 'Blog & Pages'),
('fr', 'privilege_groups.call_requests', 'Demandes d\'appel'),
('fr', 'privilege_groups.currencies', 'Currencies'),
('fr', 'privilege_groups.design', 'Design'),
('fr', 'privilege_groups.discussions', 'Commentaires et critiques'),
('fr', 'privilege_groups.documents', 'Documents'),
('fr', 'privilege_groups.edit_on_site', 'Edit content on-site'),
('fr', 'privilege_groups.email_marketing', 'Marketing par email'),
('fr', 'privilege_groups.email_templates', 'Email templates'),
('fr', 'privilege_groups.exim', 'Import et export de données'),
('fr', 'privilege_groups.files', 'Files'),
('fr', 'privilege_groups.file_changes', 'File changes detector'),
('fr', 'privilege_groups.gift_certificates', 'Gift certificates'),
('fr', 'privilege_groups.languages', 'Languages'),
('fr', 'privilege_groups.locations', 'Rate areas'),
('fr', 'privilege_groups.logs', 'Logs'),
('fr', 'privilege_groups.newsletters', 'Newsletters'),
('fr', 'privilege_groups.orders', 'Orders'),
('fr', 'privilege_groups.order_statuses', 'Order statuses'),
('fr', 'privilege_groups.other', 'Other'),
('fr', 'privilege_groups.payments', 'Payment methods'),
('fr', 'privilege_groups.products', 'Categories, Products, Features, Filters, Options'),
('fr', 'privilege_groups.product_premoderation', 'Product approval'),
('fr', 'privilege_groups.product_reviews', 'Product reviews'),
('fr', 'privilege_groups.promotions', 'Promotions'),
('fr', 'privilege_groups.reward_points', 'Reward points'),
('fr', 'privilege_groups.rma', 'Return merchandise authorization (RMA)'),
('fr', 'privilege_groups.sales_reports', 'Sales reports'),
('fr', 'privilege_groups.seo', 'SEO'),
('fr', 'privilege_groups.settings', 'Settings'),
('fr', 'privilege_groups.shipping', 'Shipping methods'),
('fr', 'privilege_groups.sitemap', 'Sitemap'),
('fr', 'privilege_groups.social_login', 'Social login'),
('fr', 'privilege_groups.static_data', 'Static data'),
('fr', 'privilege_groups.storage', 'Storage'),
('fr', 'privilege_groups.stores', 'Storefronts'),
('fr', 'privilege_groups.store_locator', 'Store locator'),
('fr', 'privilege_groups.suppliers', 'Suppliers'),
('fr', 'privilege_groups.taxes', 'Taxes'),
('fr', 'privilege_groups.themes', 'Themes'),
('fr', 'privilege_groups.upgrade_center', 'Upgrade center'),
('fr', 'privilege_groups.users', 'Users'),
('fr', 'privilege_groups.user_groups', 'User groups'),
('fr', 'privilege_groups.vendors', 'Magasins'),
('fr', 'privilege_groups.vendor_communication', 'Message center: Customer to Vendor'),
('fr', 'privilege_groups.vendor_payouts', 'Comptabilité'),
('fr', 'privilege_groups.vendor_plans', 'Vendor plans'),
('fr', 'privilege_sections.ab__addons', 'AB: Add-ons'),
('fr', 'privilege_sections.addons', 'Add-on privileges'),
('fr', 'privilege_sections.administration', 'Administration privileges'),
('fr', 'privilege_sections.cart', 'Panier'),
('fr', 'privilege_sections.catalog', 'Catalogue'),
('fr', 'privilege_sections.cms', 'CMS'),
('fr', 'privilege_sections.design', 'Design privileges'),
('fr', 'privilege_sections.marketing', 'Marketing privileges'),
('fr', 'privilege_sections.orders', 'Order privileges'),
('fr', 'privilege_sections.products', 'Product privileges'),
('fr', 'privilege_sections.settings', 'Settings privileges'),
('fr', 'privilege_sections.users', 'Customer privileges'),
('fr', 'privilege_sections.vendors', 'Privilèges du magasin'),
('fr', 'privilege_sections.website', 'Website privileges'),
('fr', 'proceed', 'Procéder'),
('fr', 'proceed_to_checkout', 'Procéder à la commande'),
('fr', 'proceed_to_the_next_step', 'Procéder à la prochaine étape'),
('fr', 'processed', 'Traitée'),
('fr', 'processing', 'En traitement'),
('fr', 'processing_order', 'Commande en cours de traitement'),
('fr', 'processor', 'Processeur'),
('fr', 'processor_description_cardsave', 'Les Comptes des Vendeurs fournis par Cardsave, <a href=\"http://www.cardsave.net\">www.cardsave.net</a><br/><br/>Email: <a href=\'mailto:ecomm@cardsave.net\'>ecomm@cardsave.net</a>'),
('fr', 'processor_description_p21', '<b>P21 Le API Simple</b> Vous permet d\' accepter des paiements par cheque. Il offre la creation d\'images plus comprehensible de l\'industrie et solutions de controle. Avec Check 21, Vous recevrez l\'argent le même jour par cheque ou virement..<br/><br/>Pour activer le Check 21, veuillez nous contacter par email a : <a href=\"mailto:support@payment21.com\">support@payment21.com</a> or by phone at: 1-888-770-0850 (US Toll Free) or 0041-71-740-1629 (International).<br/><br/><a href=\"http://www.payment21.com\" target=\"_blank\">www.payment21.com</a>'),
('fr', 'processor_id', 'ID processeur'),
('fr', 'process_selected', 'Processus sélectionné'),
('fr', 'product', 'Produit'),
('fr', 'products2', 'Produits2'),
('fr', 'products_added_to_cart', 'Produits ajoutés au panier'),
('fr', 'products_adopted', '[n] product had a new main category assigned to it.|[n] products had a new main category assigned to them.'),
('fr', 'products_amount', 'Quantité'),
('fr', 'products_approval_status_approved', 'Merci pour la soumission de nouveaux produits. Les produits suivants ont été approuvés par l\'administration du magasin et ajoutés au catalogue de produit'),
('fr', 'products_approval_status_changed', 'Vos produits ont été [status]'),
('fr', 'products_approval_status_disapproved', 'Merci pour la soumission de nouveaux produits. Les produits suivants ont été désapprouvés par l\'administration du magasin'),
('fr', 'products_bar', 'Berre des produits'),
('fr', 'products_cost', 'Coût des produits'),
('fr', 'products_deprecated', 'Products (Deprecated)'),
('fr', 'products_for_shipment_not_selected', 'Les produits pour l\'expédition n\'ont pas été sélectionnés.'),
('fr', 'products_found', 'Produits trouvés'),
('fr', 'products_grid', 'Grille produits'),
('fr', 'products_in', 'Produits dans'),
('fr', 'products_information', 'Information produits'),
('fr', 'products_in_cart', 'Produits dans le panier'),
('fr', 'products_links_type', 'Type de liens des produits'),
('fr', 'products_menu_description', 'Voir, ajouter et éditer des produits qui sont montrés aux visiteurs de votre magasin.'),
('fr', 'products_moved_to_trash', '[count] products were moved to <a href=\'[url]\' target=\'_blank\'>Trash category</a>'),
('fr', 'products_number_added_to_cart', '<b>[number]</b> products were added to your cart'),
('fr', 'products_required', 'Veuillez ajouter un(des)  produit(s)'),
('fr', 'products_stat', 'Statistiques produit'),
('fr', 'products_weight', 'Poids des produits'),
('fr', 'products_were_sent', 'Les produits vous ont été envoyés. Les informations de la commande sont donnés ci-dessous'),
('fr', 'product_added_to_cart', 'Produits ajoutés à votre panier'),
('fr', 'product_added_to_cl', 'Le produit a été ajoute a lvotre liste de Comparaison'),
('fr', 'product_added_to_wl', 'Produits ajoutés dans votre liste de souhaits'),
('fr', 'product_approval', 'Approbation du produit'),
('fr', 'product_approval_menu_description', 'Gérer des produits individuels ou un groupe de produits fournis par les vendeurs du magasin.'),
('fr', 'product_approval_status_approved', 'Votre produit  [product] a été approuvé par l\'administration du magasin et a été ajouté au catalogue produit. Maintenant les acheteurs peuvent commander ce produit dans le magasin.'),
('fr', 'product_approval_status_disapproved', 'Votre [product] produit a été désapprouvé par l\'administration du magasin'),
('fr', 'product_cannot_be_added', 'Le produit ne peut pas être ajouté au panier. Vérifier si tous les fichiers de téléchargement remplissent les conditions requises.'),
('fr', 'product_code', 'Code du produit'),
('fr', 'product_columns', 'Colonnes produit'),
('fr', 'product_combinations', 'Combinaisons de produit'),
('fr', 'product_coming_soon', 'Ce produit ne peut être ajouté au panier. Il sera disponible le [avail_date]'),
('fr', 'product_coming_soon_add', 'Ce produit sera disponible le [avail_date]'),
('fr', 'product_comparison_list', 'Liste de comparaison'),
('fr', 'product_details', 'Page de détail d\'un produit'),
('fr', 'product_details_tabs', 'Tabs'),
('fr', 'product_details_view', 'Vue des données des produits'),
('fr', 'product_disabled_options', 'Le produit a des oprions ou variants d\'options qui ne son tplus disponibles, ainsi il a été elimine de la carte'),
('fr', 'product_feature.feature_style', 'Feature style'),
('fr', 'product_feature.feature_style.brand', 'Brand'),
('fr', 'product_feature.feature_style.checkbox', 'Checkbox'),
('fr', 'product_feature.feature_style.color', 'Color'),
('fr', 'product_feature.feature_style.dropdown', 'Drop-down list'),
('fr', 'product_feature.feature_style.dropdown_images', 'Images'),
('fr', 'product_feature.feature_style.dropdown_labels', 'Text labels'),
('fr', 'product_feature.feature_style.multiple_checkbox', 'Multiple checkboxes'),
('fr', 'product_feature.feature_style.number', 'Number'),
('fr', 'product_feature.feature_style.text', 'Text or number'),
('fr', 'product_feature.filter_style', 'Filter type'),
('fr', 'product_feature.filter_style.checkbox', 'Checkbox'),
('fr', 'product_feature.filter_style.color', 'Color'),
('fr', 'product_feature.filter_style.date', 'Date selector'),
('fr', 'product_feature.filter_style.slider', 'Number slider'),
('fr', 'product_feature.purpose', 'Purpose'),
('fr', 'product_feature.purpose.describe_product', 'Additional information'),
('fr', 'product_feature.purpose.describe_product.description', 'For cases when you just need to show some information on a product page. There are no filters for this kind of features.'),
('fr', 'product_feature.purpose.find_products', 'Product search via filters'),
('fr', 'product_feature.purpose.find_products.description', 'For a feature that just allows you to specify an additional property of a product (for example, \"Fabric\" for T-shirts). If you create a filter by that feature, customers will see that such a property exists, and will be able to search products by it.'),
('fr', 'product_feature.purpose.group_catalog_item', 'Variations as separate products'),
('fr', 'product_feature.purpose.group_catalog_item.description', 'For cases when a few similar products differ visibly by a feature, and have different names (for example, multiple \"Color\" variants of a T-shirt). These products will appear as separate positions in the catalog. Customers will also be able to select the desired feature value on the product page. To achieve this, <b>set up variations for products with this feature</b>.'),
('fr', 'product_feature.purpose.group_variation_catalog_item', 'Variations as one product'),
('fr', 'product_feature.purpose.group_variation_catalog_item.description', 'For cases when a few similar products differ by a feature, but have the same name and similar appearance (for example, multiple \"Size\" variants of a T-shirt). These products will occupy a single position in the catalog. Customers will be able to select the desired feature value on the product page. To achieve this, <b>set up variations for products with this feature</b>.'),
('fr', 'product_feature.purpose.organize_catalog', 'Brand, author, etc.'),
('fr', 'product_feature.purpose.organize_catalog.description', 'For features like \"Brand\" or \"Manufacturer\" (for most products), \"Performer\" or \"Label\" (for music), \"Author\" or \"Publisher\" (for books), and so on. Every variant of this feature gets its own page with an image, description, and the list of products.'),
('fr', 'product_feature_cannot_assigned', 'La fonctionnalité \"[feature_name]\" ne peut pas être attribué au produit  \"[produit_nom]\"'),
('fr', 'product_fields', 'Champs du produit'),
('fr', 'product_groups', 'Groupes de produit'),
('fr', 'product_id', 'ID Produit'),
('fr', 'product_images', 'Produit images'),
('fr', 'product_info', 'Product info'),
('fr', 'product_inventory', 'Inventaire du produit'),
('fr', 'product_in_cart', 'Ce produit est déjà dans le panier'),
('fr', 'product_in_comparison_list', 'Ce produit existe deja dans la liste de comparaison'),
('fr', 'product_in_wishlist', 'Ce produit est déjà dans la liste de souhaits'),
('fr', 'product_must_have_owner_category', 'Product must belong to some category created by the owner company.'),
('fr', 'product_name', 'Nom du produit'),
('fr', 'product_name_added_to_cart', '<b>[product]</b> was added to your cart'),
('fr', 'product_need_age_verification', 'Vous devez vérifier votre âge pour visualiser ce produit.'),
('fr', 'product_notification_subscribed', 'Vous avez été abonné aux notifications de produit en stock'),
('fr', 'product_notification_subscription_error', 'Vous ne pouvez pas souscrire à l\'avertissement de retour en stock pour ce produit'),
('fr', 'product_notification_unsubscribed', 'Vous avez été désinscrit des notifications de stock pour ce produit'),
('fr', 'product_options', 'Options produit'),
('fr', 'product_options_forbidden_combination', 'Le produit <strong>[product]</strong> a des options qui font partie de combinaisons interdites. Le produit a été supprimé du panier.'),
('fr', 'product_option_delimiter', 'Délimiteur d\'option'),
('fr', 'product_reviews.add_images', 'Add a photo'),
('fr', 'product_reviews.add_new_review', 'reviews: new review'),
('fr', 'product_reviews.add_reply', 'Add reply'),
('fr', 'product_reviews.admin_reply', 'Administrator reply'),
('fr', 'product_reviews.advantages', 'Advantages'),
('fr', 'product_reviews.agreement_text_full_add_new_review', '<p>Your name will appear next to your review or comment, visible to everyone. We ([company]) also save your IP address as a security precaution, but in can only be viewed by our staff. It will remain in our system until you withdraw your consent. If you’d like to have your personal data removed, send an email to [email].</p> <p>If you believe that your personal data has been misused, you have the right to lodge a complaint with a supervisory authority. We’re obliged by EU General Data Protection Regulation to let you know about this right; we don’t actually intend to misuse your data.</p>'),
('fr', 'product_reviews.agreement_text_short_add_new_review', 'I agree to have my personal data <u>processed as follows.</u>'),
('fr', 'product_reviews.and', 'and'),
('fr', 'product_reviews.approve', 'Approve'),
('fr', 'product_reviews.approved', 'Approved'),
('fr', 'product_reviews.average', 'Average'),
('fr', 'product_reviews.click_to_see_reviews', 'Click to see the reviews'),
('fr', 'product_reviews.comment', 'Comment'),
('fr', 'product_reviews.comments', 'Comments'),
('fr', 'product_reviews.comments_and_reviews', 'Comments and reviews'),
('fr', 'product_reviews.comment_by', 'Comment by'),
('fr', 'product_reviews.company_reply', '[company_name] reply'),
('fr', 'product_reviews.copy_old_reviews_notice', '<h4 class=\"subheader hand\" data-toggle=\"collapse\" data-target=\"#collapsable_addon_product_reviews_notice\">Copy reviews from the \"Comments and reviews\" add-on<span class=\"icon-caret-down\"></span></h4><div id=\"collapsable_addon_product_reviews_notice\" class=\"in collapse\" style=\"height: auto;\"><ol><li>Only reviews that have both a score and a user\'s comment will be copied. Go to your products and check the “Reviews\" setting on the \"Add-ons\" tab. You might have to allow communication and rating first.</li><li>A review without a score or without a comment will not be copied. To transfer it, you must first manually add the missing score or comment by editing the review.</li><li>While the old \"Comments and reviews\" add-on is installed, the reviews won\'t be removed from there. That way, you can choose to move to \"Product reviews\" whenever all your reviews are ready.</li><li>If you ever need to copy the reviews from the old add-on again in the future, just uninstall and reinstall the \"Product reviews\" add-on. This will remove all its reviews from the database, and you\'ll be able to import the reviews from the \"Comments and reviews\" add-on again.</li></ol><a class=\"cm-post btn btn-primary\" href=\"[url]\">Copy product reviews</a></div>'),
('fr', 'product_reviews.copy_old_reviews_warning', 'You have product reviews in the old \"Comments and reviews\" add-on. While that add-on is installed, you\'ll be able copy those reviews to the new \"Product reviews\" add-on <a class=\"cm-post\" href=\"[url]\">in its settings</a>.'),
('fr', 'product_reviews.customer_photos', 'Customer photos'),
('fr', 'product_reviews.date', 'Date'),
('fr', 'product_reviews.disabled', 'Disabled'),
('fr', 'product_reviews.disadvantages', 'Disadvantages'),
('fr', 'product_reviews.disapprove', 'Disapprove'),
('fr', 'product_reviews.error_already_posted', 'You have posted in this review already'),
('fr', 'product_reviews.event.new_post', 'New review posted'),
('fr', 'product_reviews.event.new_post.message', 'A new review has been posted for product [product]. Click this notification to see the review.'),
('fr', 'product_reviews.event.new_post.title', 'New review posted for a product'),
('fr', 'product_reviews.event.new_reply', 'New reply was added to review'),
('fr', 'product_reviews.excellent', 'Excellent!'),
('fr', 'product_reviews.fair', 'Fair'),
('fr', 'product_reviews.first_and_last_name', 'First and last name'),
('fr', 'product_reviews.five_star_icon', '★★★★★'),
('fr', 'product_reviews.four_star_icon', '★★★★'),
('fr', 'product_reviews.gdpr_reviews_data', 'Personal data from reviews'),
('fr', 'product_reviews.helpfulness', 'Helpfulness'),
('fr', 'product_reviews.hide_name', 'Hide my name in the review'),
('fr', 'product_reviews.latest_reviews', 'Latest reviews'),
('fr', 'product_reviews.manager', 'Comments and reviews'),
('fr', 'product_reviews.max_number_image_message', 'A review can have up to [max_image_number] images.'),
('fr', 'product_reviews.menu_title', 'Reviews'),
('fr', 'product_reviews.menu_title_menu_description', 'Customer reviews on products'),
('fr', 'product_reviews.moderation_rules', 'Before submitting a review, make sure that it does not violate the moderation rules: it does not contain links to third-party resources and insults.'),
('fr', 'product_reviews.not_approved', 'Not approved'),
('fr', 'product_reviews.no_reviews_found', 'No reviews found'),
('fr', 'product_reviews.n_reviews', 'review|reviews'),
('fr', 'product_reviews.n_stars', '[n] star|[n] stars'),
('fr', 'product_reviews.one_star_icon', '★'),
('fr', 'product_reviews.out_of_five', 'out of 5'),
('fr', 'product_reviews.please_log_in_to_write_a_review', 'Please sign in to write a review'),
('fr', 'product_reviews.poor', 'Poor'),
('fr', 'product_reviews.product_details', 'Product details'),
('fr', 'product_reviews.product_is_rated_n_out_of_five_stars', 'The product is rated [n] out of 5 stars'),
('fr', 'product_reviews.product_reviews', 'Product reviews'),
('fr', 'product_reviews.rating', 'Rating'),
('fr', 'product_reviews.rating_4_and_up', 'Rating 4+'),
('fr', 'product_reviews.reply', 'Reply'),
('fr', 'product_reviews.review', 'Review'),
('fr', 'product_reviews.reviews', 'Reviews: [n]'),
('fr', 'product_reviews.reviews_lower', 'reviews'),
('fr', 'product_reviews.review_status', 'Review status'),
('fr', 'product_reviews.review_this_product', 'Review this product'),
('fr', 'product_reviews.review_this_product_description', 'Share your thoughts with other customers'),
('fr', 'product_reviews.scroll_to_reviews', 'Scroll to reviews'),
('fr', 'product_reviews.scroll_to_review_images', 'Scroll to review images'),
('fr', 'product_reviews.show_n_reviews', 'Show [n] review|Show [n] reviews'),
('fr', 'product_reviews.show_rating', 'Show review rating'),
('fr', 'product_reviews.show_review', 'Show review'),
('fr', 'product_reviews.show_reviews', 'Show reviews'),
('fr', 'product_reviews.show_review_images', 'Show review images'),
('fr', 'product_reviews.star', 'star'),
('fr', 'product_reviews.stars', 'stars'),
('fr', 'product_reviews.submit_review', 'Submit review'),
('fr', 'product_reviews.terms_and_conditions_content', '<p>Please read these Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before using the <a href=\"http://www.mywebsite.com\">http://www.mywebsite.com</a> website and the My Mobile App mobile application (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").</p><p><strong>By accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong></p><p><strong>Purchases</strong></p><p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase including, without limitation, your ...</p><p><strong>Content</strong></p><p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\"). You are responsible for the ...</p><p><strong>Changes</strong></p><p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.</p><p><strong>Contact Us</strong></p><p>If you have any questions about these Terms, please contact us.</p>'),
('fr', 'product_reviews.terms_n_conditions', 'Select this check box to accept the [terms_href]'),
('fr', 'product_reviews.terms_n_conditions_name', 'Terms and Conditions'),
('fr', 'product_reviews.text_approval_notice', 'This review needs approving'),
('fr', 'product_reviews.text_new_post_notification', 'This is a notification of a new post to product'),
('fr', 'product_reviews.text_new_reply_notification', 'This is a notification of a new reply to your product review'),
('fr', 'product_reviews.text_review_pended', 'Your review will be checked before it gets published.'),
('fr', 'product_reviews.text_thank_you_for_post', 'Thank you for your post'),
('fr', 'product_reviews.text_thank_you_for_review', 'Thank you for your review'),
('fr', 'product_reviews.three_star_icon', '★★★'),
('fr', 'product_reviews.title', 'Reviews'),
('fr', 'product_reviews.title_giftreg', 'Guestbook'),
('fr', 'product_reviews.two_star_icon', '★★'),
('fr', 'product_reviews.type_message', 'Type a message...'),
('fr', 'product_reviews.update_reply', 'Update reply'),
('fr', 'product_reviews.uploader_drop_zone_description', 'Drop images here'),
('fr', 'product_reviews.uploader_drop_zone_info', 'Photo up to [max_size]'),
('fr', 'product_reviews.use_for_reviews', 'Comments and reviews forms'),
('fr', 'product_reviews.vendor', 'Vendor'),
('fr', 'product_reviews.vendor_reply', 'Vendor reply'),
('fr', 'product_reviews.verified_purchase', 'Verified purchase'),
('fr', 'product_reviews.very_good', 'Very Good'),
('fr', 'product_reviews.vote_down', 'Vote down'),
('fr', 'product_reviews.vote_up', 'Vote up'),
('fr', 'product_reviews.without_photo', 'Without photo'),
('fr', 'product_reviews.with_photo', 'With photo'),
('fr', 'product_reviews.write_review', 'Write a review'),
('fr', 'product_reviews.write_review_anonymously', 'Write your review anonymously'),
('fr', 'product_reviews.write_your_review', 'Write your review'),
('fr', 'product_reviews.your_rating', 'Your rating'),
('fr', 'product_reviews.you_have_to_buy_product_before_writing_review', 'You can\'t write a review for this product. Customers can write reviews only for the products they bought. If you actually bought this product from us, but are still seeing this message, please contact us.'),
('fr', 'product_s', 'Produit(s)'),
('fr', 'product_state_description.mve', '<p>You\'ve activated your [product]. You can use it without time restrictions now. For advanced features (such as separate checkout for each vendor, and vendor-created promotions), get the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus license.</a> To use multiple domains for your marketplace, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br>'),
('fr', 'product_state_description.mve.new', 'Acces plein non limite a tous les traits. Introduire un numero de license valide pour activer. Ce mode sera active a tout moment'),
('fr', 'product_state_description.mve.plus', '<p>Access to all the functionality, except for multiple storefronts. To have domains for specific audiences, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br />'),
('fr', 'product_state_description.mve.ru', '<p>You\'ve activated your [product]. You can use it without time restrictions now. For advanced features (such as separate checkout for each vendor, and vendor-created promotions), get the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus license.</a> To use multiple domains for your marketplace, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br>'),
('fr', 'product_state_description.mve.ru.new', '<p>Accès illimité à toutes les fonctionnalités. Renseignez un numéro de licence valide pour l\'activer.</p><p>Ce mode peut être activé n\'importe quand.</p> <br />'),
('fr', 'product_state_description.mve.ru.plus', '<p>Access to all the functionality, except for multiple storefronts. To have domains for specific audiences, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br />'),
('fr', 'product_state_description.mve.ru.ultimate', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('fr', 'product_state_description.mve.ultimate', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('fr', 'product_state_description.ult', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('fr', 'product_state_description.ult.b2b', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('fr', 'product_state_description.ult.b2b.new', '<p>You can use one of these licenses: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> or <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Both licenses allow you to use [product] without time restrictions.</p><br>'),
('fr', 'product_state_description.ult.b2b.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('fr', 'product_state_description.ult.new', '<p>You can use one of these licenses: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> or <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Both licenses allow you to use [product] without time restrictions.</p><br>'),
('fr', 'product_state_description.ult.ru', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('fr', 'product_state_description.ult.ru.new', '<p>You can use one of these licenses: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> or <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Both licenses allow you to use [product] without time restrictions.</p><br>'),
('fr', 'product_state_description.ult.ru.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('fr', 'product_state_description.ult.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('fr', 'product_subscriptions', 'Abonnements au produit'),
('fr', 'product_summary', 'Résumé produit'),
('fr', 'product_tabs', 'Onglets du produit'),
('fr', 'product_type', 'Type de produit'),
('fr', 'product_url', 'Product URL'),
('fr', 'product_variations.add_variations', 'Add variations'),
('fr', 'product_variations.add_variations_description', 'Allow customers to switch between similar products by selecting the desired value of their common features.'),
('fr', 'product_variations.belongs_to_catalog_item', 'Belongs to catalog item:'),
('fr', 'product_variations.cant_edit_feature_categories', 'Couldn\'t assign feature to categories or a feature group. Some variations use this feature and aren\'t in the categories you tried to assign. Please delete <a href=\"[href]\">these products</a>, or disband their variation groups, or assign them to the same categories as feature or feature group, and try again.'),
('fr', 'product_variations.converter.features.list.hint', 'Below you\'ll find the list of features and feature variants that will be created during the conversion.'),
('fr', 'product_variations.converter.features.list.title', 'Features and feature variants'),
('fr', 'product_variations.converter.features.merge', 'Merge selected'),
('fr', 'product_variations.converter.features.unmerge', 'Split'),
('fr', 'product_variations.converter.progress.combinations.error', 'Couldn\'t convert option combination \"[combination]\" of product \"[product]\"'),
('fr', 'product_variations.converter.progress.combinations.title', 'Converting option combinations'),
('fr', 'product_variations.converter.progress.configurable_products.error', 'Couldn\'t convert product \"[product]\"'),
('fr', 'product_variations.converter.progress.configurable_products.title', 'Converting configurable products'),
('fr', 'product_variations.converter.progress.errors', 'Errors'),
('fr', 'product_variations.converter.progress.features.error', 'Couldn\'t create feature \"[feature]\"'),
('fr', 'product_variations.converter.progress.features.title', 'Creating features'),
('fr', 'product_variations.converter.progress.products_with_combinations.error', 'Couldn\'t convert product \"[product]\"'),
('fr', 'product_variations.converter.progress.products_with_combinations.error_with_reason', 'Couldn\'t convert product \"[product]\". Reason: [error]'),
('fr', 'product_variations.converter.progress.products_with_combinations.no_available_combinations', 'Product doesn\'t have any option combinations.'),
('fr', 'product_variations.converter.progress.products_with_combinations.only_one_combination', 'A product with only one available option combination can\'t be converted to a variation. It will work properly even without conversion.'),
('fr', 'product_variations.converter.progress.products_with_combinations.title', 'Converting products with option combinations'),
('fr', 'product_variations.converter.progress.result.combinations_count', 'Number of converted option combinations:'),
('fr', 'product_variations.converter.progress.result.configurable_products_count', 'Number of converted configurable products:'),
('fr', 'product_variations.converter.progress.result.go_on_products', 'Go to products'),
('fr', 'product_variations.converter.progress.result.products_with_combinations_count', 'Number of converted products with option combinations:'),
('fr', 'product_variations.converter.progress.result.title', 'Conversion results'),
('fr', 'product_variations.converter.progress.result.variations_count', 'Number of converted variations:'),
('fr', 'product_variations.converter.progress.variations.error', 'Couldn\'t convert product \"[product]\"'),
('fr', 'product_variations.converter.progress.variations.title', 'Converting variations'),
('fr', 'product_variations.converter.progress.wait_another_process', 'Please wait while another process will be complete'),
('fr', 'product_variations.converter.result.problems_encountered', 'Some of the products couldn\'t be converted. This is not a standard situation and wasn\'t supposed to happen. There are several ways to address it:<ul><li>Check the products that couldn\'t be converted and configure them manually.</li><li>Contact our technical support via Help Desk, and we\'ll see why products weren\'t converted and what can be done about it.</li></ul>'),
('fr', 'product_variations.converter.view.combinations_count', 'Number of option combinations found:'),
('fr', 'product_variations.converter.view.configurable_products_count', 'Number of configurable products found:'),
('fr', 'product_variations.converter.view.no_data', 'No data for conversion found: it appears that your store doesn\'t have option combinations or product variations.'),
('fr', 'product_variations.converter.view.products_with_combinations_count', 'Number of products with option combinations found:'),
('fr', 'product_variations.converter.view.title', 'Converting products into variations'),
('fr', 'product_variations.converter.view.variations_count', 'Number of product variations found:'),
('fr', 'product_variations.create_new', 'Create new products'),
('fr', 'product_variations.delete', 'Disband group'),
('fr', 'product_variations.delete_product', 'Delete product'),
('fr', 'product_variations.edit_features', 'Edit features'),
('fr', 'product_variations.error.cannot_mark_main_product_child_product', 'Product #[product_id] in group \"[group_code]\" isn\'t a variation, so it can\'t become default for a catalog item'),
('fr', 'product_variations.error.features_is_empty', 'Features couldn\'t be found'),
('fr', 'product_variations.error.feature_combination_is_invalid_for_product', 'Wrong combination of features for product #[product_id] \"[product]\"'),
('fr', 'product_variations.error.generate_combinations_is_empty', 'Couldn\'t generate variations. Please specify the values of features to generate variations.'),
('fr', 'product_variations.error.generate_products_is_empty', 'No new products were created'),
('fr', 'product_variations.error.group_code_is_duplicate', 'The specified variation group code is already in use'),
('fr', 'product_variations.error.group_code_is_invalid', 'Couldn\'t set this code for variation group. A group code can contain only digits, Latin characters, and the following signs: \"-\" and \"_\"'),
('fr', 'product_variations.error.group_code_is_required', 'Variation group code must be specified'),
('fr', 'product_variations.error.group_not_found', 'Variation group #[id] not found'),
('fr', 'product_variations.error.group_not_found_by_product', 'Couldn\'t find variation group for #[product_id] \"[product]\"'),
('fr', 'product_variations.error.no_available_products', 'No suitable products were found'),
('fr', 'product_variations.error.product_company_does_not_match_to_group_company.mve', 'Product #[product_id] \"[product]\" can\'t be added to the variation group because all products in a variation group must belong to the same vendor.'),
('fr', 'product_variations.error.product_company_does_not_match_to_group_company.ult', 'Product #[product_id] \"[product]\" can\'t be added to the variation group because all products in a variation group must belong to the same storefront.'),
('fr', 'product_variations.error.product_has_not_required_features', 'Product #[product_id] \"[product]\" doesn\'t have the required features to become a variation. Please set feature values for that product.'),
('fr', 'product_variations.error.product_ids_empty', 'Products couldn\'t be found'),
('fr', 'product_variations.error.product_not_found', 'Product #[product_id] not found'),
('fr', 'product_variations.error.product_not_found_in_group', 'Product #[product_id] not found in variation group \"[group_code]\"'),
('fr', 'product_variations.error.product_with_features_combination_exits', 'Product #[product_id] \"[product]\" has the exact same combination of feature values as a variation that already exists in the group.'),
('fr', 'product_variations.exim.result_notice', 'Data is imported successfully.<br />New products - <b>[new]</b>;<br />Updated products - <b>[exist]</b>;<br />Skipped products - <b>[skipped]</b>;<br />Total - <b>[total]</b>;<br />Created variations - <b>[variation_created]</b>;<br />Updated variations - <b>[variation_updated]</b>;<br />Disbanded variations - <b>[variation_removed]</b>.'),
('fr', 'product_variations.feature_can_be_deleted', 'Couldn\'t delete a feature or its variant because at least one variation group is based on it. Please delete <a href=\"[href]\">these products</a> or disband their product groups, and try again.'),
('fr', 'product_variations.feature_used_by_variation_group.tooltip', 'This feature is used by variation group [code]. To choose a different value of this feature for a product, switch to the \"Variations\" tab of the product editing page. New values can be added on the feature editing page.'),
('fr', 'product_variations.group_code', 'Variation group'),
('fr', 'product_variations.group_code.description', 'Use the group code on a product editing page or during import to add the product to this group as a variation. A group code can contain only digits, Latin characters, and the following signs: \"-\" and \"_\".'),
('fr', 'product_variations.group_code.link', 'Add to variation group'),
('fr', 'product_variations.group_code.link.description', 'Select the code of the group to which this product will be added as a variation. If the desired variation group doesn\'t appear among suggestions, please make sure that you have specified the value for every feature that defines the group.'),
('fr', 'product_variations.group_code.placeholder', 'Set custom group code here'),
('fr', 'product_variations.hide_add_to_wishlist_button', 'Hide add to wish list button'),
('fr', 'product_variations.link_existing', 'Use existing products'),
('fr', 'product_variations.manage', 'Manage variations'),
('fr', 'product_variations.mark_main_product', 'Set as default variation'),
('fr', 'product_variations.notice.is_old_product_variation', 'This product is an old variation that hasn\'t been converted yet. To make it work as before the upgrade, <a href=\"[convert_url]\">convert old variations to new variations</a>.'),
('fr', 'product_variations.notice.old_product_variations_exists', 'Your store still has old product variations. They currently appear as separate products, without the ability to switch between them. To make them work as before the upgrade, <a href=\"[convert_url]\">convert old variations to new variations</a>. It\'s easy and automatic.'),
('fr', 'product_variations.no_available_features', 'This product doesn\'t have features that allow grouping products. Please make sure that:<ol><li>You have created at least one feature with <b>Purpose:</b> <i>Variations as separate products</i> or <i>Variations as one product</i>.</li><li>You have specified the value of that feature for the product.</li></ol>'),
('fr', 'product_variations.product_type', 'Product type'),
('fr', 'product_variations.product_type.catalog_item', 'Catalog item'),
('fr', 'product_variations.product_type.variation_of_catalog_item', 'Variation of a catalog item'),
('fr', 'product_variations.remove_variation', 'Remove variation from group'),
('fr', 'product_variations.select_variation', 'Select a Variation'),
('fr', 'product_variations.show_product_code', 'Show product code'),
('fr', 'product_variations.show_variation_thumbnails', 'Show variation thumbnails'),
('fr', 'product_variations.too_many_combinations', 'Sorry, there are too many possible variations that can be generated. To prevent heavy load, we won\'t display them here. Please create the products with the right feature values manually or via import, and add them to the group.'),
('fr', 'product_variations.upgrade_notification.convert_variations_message', '<p>Product variations in version 4.10.1 are more powerful than ever. They can now occupy separate positions in the catalog, be filtered and imported easily. To achieve this, we remade variations from scratch. They are now based on features instead of options.</p><p><b>We have disabled the old variations in your store, because they won’t work until they are converted.</b> The conversion is automatic, we just need your consent. Please check what we plan to do, and convert variations to use features.</p><p><a href=\"[convert_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check and convert variations</a> <a href=\"https://docs.cs-cart.com/4.10.x/user_guide/manage_products/products/product_variations.html\" target=\"_blank\" class=\"btn btn-large\">Learn more about variations</a></p>'),
('fr', 'product_variations.upgrade_notification.convert_variations_title', 'Convert product variations to use features'),
('fr', 'product_variations.variations', 'Variations'),
('fr', 'product_variations.variations_filling', 'Variations'),
('fr', 'product_variations.variations_list', 'Variations'),
('fr', 'product_variations.variations_list_block_name', 'Variations list'),
('fr', 'product_variations.variations_list_tab_name', 'View all variations as list'),
('fr', 'product_variations.variations_naming_strategy.key_value', 'Color: Red, Size: Small'),
('fr', 'product_variations.variations_naming_strategy.value', 'Red, Small'),
('fr', 'product_variations.variation_of_product', 'Variation of catalog item <a href=\"[url]\">[product]</a>'),
('fr', 'profile', 'Profil'),
('fr', 'profiles', 'Profils'),
('fr', 'profile_activated', 'Compte activé'),
('fr', 'profile_deactivated', 'Account deactivated'),
('fr', 'profile_details', 'Profil détails'),
('fr', 'profile_fields', 'Champs profil'),
('fr', 'profile_fields_menu_description', 'Configurer l\'ensemble des champs inclus dans les formulaires du profil.'),
('fr', 'profile_field_name', 'Field name'),
('fr', 'profile_field_name_tooltip', 'A character sequence that serves as an identifier. You can use figures from 0 to 9, symbols of the English alphabet and \"_\" sign.'),
('fr', 'profile_info', 'Infos profil'),
('fr', 'profile_name', 'Nom du profil'),
('fr', 'profile_type', 'Profile type'),
('fr', 'profile_types_section_seller', 'Vendor information'),
('fr', 'profile_types_section_user', 'Customers and admins'),
('fr', 'project_id', 'ID du projet'),
('fr', 'project_password', 'Mot de passe du projet'),
('fr', 'prolongate_download_key', 'Prolonger la clé de téléchargement jusqu\'à'),
('fr', 'promotion', 'Promotion'),
('fr', 'promotions', 'Promotions'),
('fr', 'promotions.cond_all', 'all'),
('fr', 'promotions.cond_any', 'any'),
('fr', 'promotions.cond_false', 'faux'),
('fr', 'promotions.cond_true', 'vrai'),
('fr', 'promotions_menu_description', 'Promotion de biens et offre de bonus basées sur l\'adhésion des membres.'),
('fr', 'promotion_bonus_discount_on_categories', 'Rabais sur tous les produits des catégories'),
('fr', 'promotion_bonus_discount_on_products', 'Rabais sur les produits'),
('fr', 'promotion_bonus_free_products', 'Produits gratuits'),
('fr', 'promotion_bonus_free_shipping', 'Livraison gratuite'),
('fr', 'promotion_bonus_gift_certificate', 'Bon cadeau'),
('fr', 'promotion_bonus_give_coupon', 'Donner un coupon'),
('fr', 'promotion_bonus_give_points', 'Donner des points'),
('fr', 'promotion_bonus_give_usergroup', 'Attribuer à un groupe d\'utilisateurs'),
('fr', 'promotion_bonus_order_discount', 'Rabais sur la commande'),
('fr', 'promotion_bonus_product_discount', 'Rabais sur le produit'),
('fr', 'promotion_cond_auto_coupons', 'Codes coupon générés automatiquement'),
('fr', 'promotion_cond_birthday', 'Anniversaire'),
('fr', 'promotion_cond_categories', 'Catégories'),
('fr', 'promotion_cond_country', 'Pays du client'),
('fr', 'promotion_cond_coupon_code', 'Code du coupon'),
('fr', 'promotion_cond_feature', 'Caractéristique produit'),
('fr', 'promotion_cond_number_of_usages', 'Nombre d\'utilisation'),
('fr', 'promotion_cond_once_per_customer', 'Une utilisation par client'),
('fr', 'promotion_cond_payment', 'Méthode de paiement'),
('fr', 'promotion_cond_price', 'Prix des produits'),
('fr', 'promotion_cond_products', 'Produits'),
('fr', 'promotion_cond_products_number', 'Nombre de produits dans le panier'),
('fr', 'promotion_cond_purchased_products', 'Produits achetés'),
('fr', 'promotion_cond_reward_points', 'Points sur le compte du client'),
('fr', 'promotion_cond_shipping', 'Methodes d\'expedition'),
('fr', 'promotion_cond_state', 'Canton / Région du client'),
('fr', 'promotion_cond_subscribed', 'Le client est inscrit'),
('fr', 'promotion_cond_subtotal', 'Montant sous-total de la commande'),
('fr', 'promotion_cond_total', 'Total de la commande'),
('fr', 'promotion_cond_total_weight', 'Poids total des produits dans le panier'),
('fr', 'promotion_cond_usergroup', 'Groue d\'utilisateurs'),
('fr', 'promotion_cond_users', 'Utilisateurs'),
('fr', 'promotion_cond_zip_postal_code', 'NPA du client'),
('fr', 'promotion_op_amount', 'montant'),
('fr', 'promotion_op_cont', 'contient'),
('fr', 'promotion_op_eq', 'equals'),
('fr', 'promotion_op_gt', 'supérieur'),
('fr', 'promotion_op_gte', 'greater or equals'),
('fr', 'promotion_op_in', 'dans'),
('fr', 'promotion_op_lt', 'moins'),
('fr', 'promotion_op_lte', 'less or equals'),
('fr', 'promotion_op_ncont', 'not contains'),
('fr', 'promotion_op_neq', 'not equals'),
('fr', 'promotion_op_nin', 'pas dans'),
('fr', 'promo_code', 'Code promotion'),
('fr', 'promo_code_or_certificate', 'Bon-Cadeau ou code de promotion'),
('fr', 'promo_text', 'Texte promotionnel'),
('fr', 'properties', 'Propriétés'),
('fr', 'protection_eligibility', 'Admissibilité de protection'),
('fr', 'provider', 'Fournisseur'),
('fr', 'pspid', 'PSPID'),
('fr', 'public', 'Publique'),
('fr', 'public_files', 'Public files'),
('fr', 'public_key', 'Clé publique'),
('fr', 'purchased', 'Acquis'),
('fr', 'purchased_in_orders', 'Achats en commandes'),
('fr', 'purchased_qty', 'Quantité achetée'),
('fr', 'purchasers_name', 'De'),
('fr', 'purchase_gift_certificate', 'Acquérir un bon-cadeau'),
('fr', 'purpose', 'Purpose'),
('fr', 'qty', 'Qté'),
('fr', 'qty_discounts', 'Rabais sur quantité'),
('fr', 'qty_discount_type_tooltip', 'Montant/pourcentage fixe à soustraire du prix'),
('fr', 'quantity', 'Quantité'),
('fr', 'quantity_step', 'Quantité étape'),
('fr', 'query', 'Requête'),
('fr', 'questions', 'Questions'),
('fr', 'question_text', 'Question'),
('fr', 'quick_checkout', 'Commande rapide'),
('fr', 'quick_links', 'Liens rapides'),
('fr', 'quick_menu', 'Menu rapide'),
('fr', 'quick_product_viewer', 'Vue des produits rapide'),
('fr', 'quick_view', 'Vue rapide'),
('fr', 'radiogroup', 'Groupe radio'),
('fr', 'random', 'Aléatoire'),
('fr', 'rank_number', 'Numero de rank (machine)'),
('fr', 'rates_depend_on', 'Les taux dépendent de'),
('fr', 'rate_area', 'Rate area'),
('fr', 'rate_areas', 'Rate areas'),
('fr', 'rate_calculation', 'Calcul du taux'),
('fr', 'rate_calculation_by_rate_area', 'Manual (by defined rate area)'),
('fr', 'rate_calculation_manual', 'Manuel (par destination définie)'),
('fr', 'rate_calculation_realtime', 'Temps réel'),
('fr', 'rate_value', 'Valeur du taux'),
('fr', 'rating', 'Notation'),
('fr', 'read', 'Lire'),
('fr', 'readme', 'Lisez-moi'),
('fr', 'read_more_3d_secure', 'Lire plus à propos de 3-D Secure'),
('fr', 'reason', 'Raison'),
('fr', 'reasons', 'raisons'),
('fr', 'reason_text', 'Réponse de processeur de paiement'),
('fr', 'rebuild_cache_automatically', 'Reconstruire le cache automatiquement'),
('fr', 'rebuild_cache_automatically_tooltip', 'Les fichiers modifies sont vus a temps reel (y inclus les ficheirs modifies directement sur serveur) et re-caches. Le cache du bloc sera deactive. La performance du magasin peut etre affectee un peu. Il est recommende de deactiver lors production.'),
('fr', 'rebuild_combinations', 'Reconstruire les combinaisons'),
('fr', 'recalculate', 'Recalculer'),
('fr', 'recalculate_order', 'Recalculer commande'),
('fr', 'recalculate_rates', 'Recalculer les taux'),
('fr', 'recalculate_shipping_cost', 'Cout d\'expedition recalcule'),
('fr', 'recalculate_totals', 'Recalculer les totaux'),
('fr', 'recaptcha.text_forbidden_countries_notice', '<p>Google reCAPTACHA will be disabled for the selected countries. Instead, visitors from those countries will be asked to type a few symbols they see on the screen.</p>');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('fr', 'recaptcha.text_settings_notice', '<p>Les instructions pour obtenir la <b>clé du site</b> et le <b>secret</b> sont disponibles <b><a target=\"_blank\" href=\"https://developers.google.com/recaptcha/intro\">ici</a></b>.<br>Veuillez noter que l\'add-on ne supporte actuellement que <b>reCAPTCHA v2: Checkbox</b></p>'),
('fr', 'recaptcha_settings_notice', '<p>The instructions on how to get the <b>site key</b> and <b>secret</b> are available <b><a target=\"_blank\" href=\"https://developers.google.com/recaptcha/docs/start\">here</a></b>.</p>'),
('fr', 'recaptcha_upgrade_notification_text', '[product] now comes with the <b>Google reCAPTCHA</b> add-on to improve anti-bot validation. The add-on has been installed and activated during the upgrade, but the old CAPTCHA will still be used until you configure the add-on. We recommend switching to Google reCAPTCHA as soon as possible. To do that: <ol><li>Go to <b>Add-ons → Manage add-ons</b>.</li><li>Find and click on <b>Google reCAPTCHA</b> in the list of add-ons.</li><li>A pop-up window will open. Enter <b>Site key</b> and <b>Secret token</b>, then save your changes. The instructions on how to get the key and token are available <a href=\'https://developers.google.com/recaptcha/docs/start\'>here</a>.</li></ol> <b>The Google reCAPTCHA add-on supports only the Responsive theme and its <a href=\'http://docs.cs-cart.com/4.5.x/designer_guide/parent_themes.html\'>child themes</a>.</b> Please contact the developer of your theme for more information before you switch to Google reCAPTCHA.'),
('fr', 'recaptcha_upgrade_notification_title', 'Switch to Google reCAPTCHA to protect against bots'),
('fr', 'recent_activity', 'Activité récente'),
('fr', 'recent_blog_posts', 'Derniers articles du blog'),
('fr', 'recent_orders', 'Commandes récentes'),
('fr', 'recent_products', 'Récemment vus'),
('fr', 'recheck', 'Revérifier'),
('fr', 'recipient', 'Destinataire'),
('fr', 'recipients_name', 'À'),
('fr', 'recipient_description', 'Description du marchand'),
('fr', 'recommended', 'Recommandé'),
('fr', 'recommenders', 'REES46'),
('fr', 'recover', 'Recover'),
('fr', 'recover_password', 'Récupérer mot de passe'),
('fr', 'recover_password_subj', 'Récupération de mot de passe'),
('fr', 'recursively', 'Récursivement'),
('fr', 'redesk_connection_ask_question', 'Ask a question'),
('fr', 'redesk_connection_create_ticket', 'Contact vendor'),
('fr', 'redesk_connection_multivendor_contact_form_info', 'If all is set up correctly, you can use the following contact form with the Re:Desk departments, which will send the messages directly to your Re:Desk help desk:<br /><a href=\"[http_location]/?dispatch=redesk_connection_multivendor.contact\" target=\"_blank\">[http_location]/?dispatch=redesk_connection_multivendor.contact</a>'),
('fr', 'redesk_connection_multivendor_manage', 'Import Vendors into Re:Desk'),
('fr', 'redesk_create_vendors_accounts', 'Create manager accounts into Re:Desk for Vendors'),
('fr', 'redesk_import_vendors', 'Import vendors into Re:Desk'),
('fr', 'redesk_import_vendors_as_departments', 'Import Vendors into Re:Desk as Departments'),
('fr', 'redirect_customer_from_storefront', 'Rediriger les viisteurs de ce dtorefront a celui qui a des pays ou les adresses des visiteurs sont definies'),
('fr', 'rees46_docs', '\n            <p>Ознакомьтесь с <a href=\"http://docs.rees46.com/pages/viewpage.action?pageId=1409157\" target=\"_blank\">подробной инструкцией</a> по настройке модуля и расстановке блоков рекомендаций.</p>\n        '),
('fr', 'rees46_error_export_order', 'Для выгрузки заказов и синхронизации статусов заказов введите код и секретный ключ вашего магазина в настройках модуля.'),
('fr', 'rees46_export_order', 'Выгрузить заказы'),
('fr', 'rees46_export_success', 'Выгрузка заказов в REES46 успешно инициирована.'),
('fr', 'rees46_export_unsuccess', 'Ошибка инициализации выгрузки заказов в REES46.'),
('fr', 'rees46_info', '\n            <p>Если вы ещё не зарегистрированы в REES46, то, пожалуйста, <a href=\"http://rees46.com\" target=\"_blank\">зарегистрируйтесь</a>. Затем добавьте свой интернет-магазин в <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личном кабинете</a> REES46. Обратите внимание на \"<b>код магазина</b>\" и \"<b>секретный ключ</b>\", они понадобятся для настройки модуля.</p>\n        '),
('fr', 'rees46_menu', 'Рекомендательная система REES46'),
('fr', 'rees46_menu_settings', 'Настройки'),
('fr', 'rees46_orders', '\n            <p>Процесс обучения алгоритма рекомендаций занимает определенное время. Основное время, как правило, требуется на сбор информации и построение взаимосвязей между покупателями и товарами. Ускорить это время можно, загрузив в систему REES46 историю ваших заказов за последние полгода. Это позволяет построить рекомендации для ваших предыдущих клиентов и сформировать более детальные связи между товарами. Загрузка истории может занять некоторое время.</p>\n        '),
('fr', 'rees46_orientation_horizontal', 'Горизонтальное'),
('fr', 'rees46_orientation_vertical', 'Вертикальное'),
('fr', 'rees46_products_per_line', 'Кол-во товаров в каждой линии блока'),
('fr', 'rees46_recommender_code', 'Уникальный код блока рекомендаций'),
('fr', 'rees46_recommender_orientation', 'Расположение блока'),
('fr', 'rees46_statistics', '\n            <p>Для анализа статистики работы товарных рекомендаций, пожалуйста, перейдите в ваш <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личный кабинет</a> REES46.</p>\n        '),
('fr', 'rees46_yml', '\n            <p>Ссылку на YML-файл необходимо указать в настройках <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личного кабинета</a> REES46.</p>\n        '),
('fr', 'referer', 'Référent'),
('fr', 'referrers', 'Références'),
('fr', 'referrer_domain', 'Référence domaine'),
('fr', 'refresh', 'Rafraîchissez'),
('fr', 'refresh_packages_list', 'Actualiser les surclassements disponibles'),
('fr', 'refund', 'Rembourser'),
('fr', 'refunded', 'Remboursé'),
('fr', 'refunded_amount', 'Montant remboursé'),
('fr', 'regexp', 'RegExp'),
('fr', 'regexp_hint', 'Si Vous utiliser le checking regexp, il faut poster un message qui informe du remplissage faux du champ, autrement le checking ne sera pas performe'),
('fr', 'region', 'Région'),
('fr', 'regions', 'Régions'),
('fr', 'register', 'S\'inscrire'),
('fr', 'registered', 'Enregistré'),
('fr', 'registered_customers', 'Clients enregistrés'),
('fr', 'register_autoresponder', 'Confirmation d\'email'),
('fr', 'register_new_account', 'S\'inscrire pour un nouveau compte'),
('fr', 'register_profile', 'Enregistrer profil'),
('fr', 'registration', 'Inscription'),
('fr', 'registration_date', 'Registration date'),
('fr', 'regnumber', 'N° d\'enreg.'),
('fr', 'related_gift_cert', 'Bon-cadeau associé'),
('fr', 'related_order', 'Commande associée'),
('fr', 'release_date', 'Date de sortie'),
('fr', 'remember_me', 'Se souvenir de moi'),
('fr', 'remove', 'Enlever'),
('fr', 'remove_backup_files', 'Supprimer les fichiers de backup'),
('fr', 'remove_cc_info', 'Enlever infos CC'),
('fr', 'remove_invoice', 'retirer facture'),
('fr', 'remove_new_orders_filter_upgrade_notification_text', '<p>In previous versions, every administrator could search for orders that he or she hadn\'t viewed yet (\"New orders\"). Because not every administrator views every order, the list of \"new orders\" only kept growing, which could affect the database negatively in a very long run.</p><p>The \"New orders\" condition in the advanced search has been removed. Please take that into account if you have any saved searches with that condition.</p><p><a href=\"[saved_searches]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check saved searches</a></p>'),
('fr', 'remove_new_orders_filter_upgrade_notification_title', 'Search for \"New orders\" removed'),
('fr', 'remove_theme', 'Supprimer le thème'),
('fr', 'remove_this_item', 'Supprimer cet élement'),
('fr', 'rename', 'Renommer'),
('fr', 'repay_order', 'Payer la commande'),
('fr', 'reply', 'Reply'),
('fr', 'reply_to', 'Répondre à'),
('fr', 'report', 'Rapport'),
('fr', 'reports', 'Rapports'),
('fr', 'reports_interval_1', 'Total'),
('fr', 'reports_interval_3', 'Jour'),
('fr', 'reports_interval_5', 'Semaine'),
('fr', 'reports_interval_7', 'Mois'),
('fr', 'reports_interval_9', 'Année'),
('fr', 'reports_list', 'Liste des rapports'),
('fr', 'reports_parameter_1', 'Totaux commande'),
('fr', 'reports_parameter_10', 'Frais de port'),
('fr', 'reports_parameter_11', 'Catégories'),
('fr', 'reports_parameter_12', 'Produits'),
('fr', 'reports_parameter_13', 'Coûts produit'),
('fr', 'reports_parameter_14', 'Un nombre de produits'),
('fr', 'reports_parameter_15', 'Managers'),
('fr', 'reports_parameter_2', 'Un nombre de commandes'),
('fr', 'reports_parameter_3', 'Commandes'),
('fr', 'reports_parameter_4', 'Statut des commandes'),
('fr', 'reports_parameter_5', 'Méthodes de paiement'),
('fr', 'reports_parameter_6', 'Rate areas'),
('fr', 'reports_parameter_7', 'Utilisateurs'),
('fr', 'reports_parameter_8', 'Remises et coupons'),
('fr', 'reports_parameter_9', 'Taxes'),
('fr', 'report_a_bug', 'Report a bug'),
('fr', 'request', 'Demande'),
('fr', 'requests_count', 'Compte des requêtes'),
('fr', 'requesttype', 'Type de requête'),
('fr', 'request_account_name', 'Nom du compte requis'),
('fr', 'request_error_information', 'Customers have experienced issues with receiving rates from <b>the [shipping]</b> shipping method. Please make sure that is configured properly and that the shipping rate calculation is correct'),
('fr', 'request_error_information_title', 'Shipping error'),
('fr', 'request_statuses', 'Statuts des requêtes'),
('fr', 'required', 'Requis'),
('fr', 'required_not_answered', 'Vous devez repondre a toutes les questions obligatoires'),
('fr', 'required_products', 'Produits requis'),
('fr', 'required_products_added', 'Le ou les produits requis suivant(s) ont été ajouté à votre panier'),
('fr', 'required_products_out_of_stock', 'Ce produit ne peut pas être ajouté à votre panier, car le(s) produit(s) requis sont en rupture de stock :'),
('fr', 'reset', 'Effacer'),
('fr', 'reset_filter', 'Effacer filtre'),
('fr', 'reset_inventory', 'Mettre l\'inventaire à zéro'),
('fr', 'reset_password', 'Initialiser mot de passe'),
('fr', 'reset_quantity_to_zero', 'Set quantity of all products to zero'),
('fr', 'reset_quantity_to_zero_tooltip', 'If you enable this setting, all the products in your store will have their quantity set to 0, except for the products that have the quantity specified in the imported file.'),
('fr', 'resolved', 'résolu'),
('fr', 'response', 'Réponse'),
('fr', 'responsive_admin.email_order_invoice_subject', '[company_name]: Invoice for order'),
('fr', 'restore', 'Restaurer'),
('fr', 'restore_default', 'Utiliser la valeur par défaut'),
('fr', 'restore_default_value', 'Restore default value'),
('fr', 'restore_from_repository', 'Restaurer à partir de l\'original'),
('fr', 'restore_original', 'Restore original'),
('fr', 'restore_robots', 'Restore the default robots.txt'),
('fr', 'ResultCode', 'CodeResultat'),
('fr', 'ResultDescription', 'ResultDescription'),
('fr', 'return', 'Retourner à la vue normale'),
('fr', 'returnable', 'Retournable'),
('fr', 'returnable_product', 'Produit retournable'),
('fr', 'returned_product', 'Produit retourné'),
('fr', 'returned_products', 'Produits retourné'),
('fr', 'returning_customer', 'Retour client'),
('fr', 'returns', 'Retours'),
('fr', 'returns_info', 'Retours info'),
('fr', 'return_info', 'Retour info'),
('fr', 'return_period', 'Période de retour'),
('fr', 'return_period_days', 'Période de retour (jours)'),
('fr', 'return_printslip', 'Etiqueta de retorno'),
('fr', 'return_products_information', 'Retour  produits information'),
('fr', 'return_registration', 'Enregistrement d\'un retour'),
('fr', 'return_requests', 'Demande de retours'),
('fr', 'return_requests_menu_description', 'Voir et gérer les retours de commandes passées sur votre site web.'),
('fr', 'return_requests_note', 'Aller a la liste de vos demandes de retour'),
('fr', 'return_status', 'Statut du retour'),
('fr', 'return_url_target', 'Rtiru a URL'),
('fr', 'reuse', 'Réutiliser'),
('fr', 'reversa_rastreamento', 'Rastreamento'),
('fr', 'reversed', 'Inversé'),
('fr', 'revert', 'Revenir en arrière'),
('fr', 'reviews', 'Avis'),
('fr', 'reward_points', 'Points de fidélité'),
('fr', 'reward_points_log', 'Points de récompense log'),
('fr', 'reward_points_menu_description', 'Attribuer globalement des points de fidélité dans votre magasin.'),
('fr', 'reward_points_subj_added_to', 'Le point \'\'n\'\' a été ajoute a Votre compte. {n} points ont ete ajoutes a Votre compte.'),
('fr', 'reward_points_subj_subtracted_from', 'Un point a été soustrait de Votre compte. Des points ont ete soustraits de Votre compte.'),
('fr', 're_desk_contact_us', 'Contact us'),
('fr', 're_desk_department', 'Vendor'),
('fr', 're_desk_full_name', 'Full name'),
('fr', 're_desk_thank_you', 'Thank you, your message has been sent.'),
('fr', 're_desk_you_can_send', 'You can send us a message using the form below.'),
('fr', 're_order', 'Refaire cette commande'),
('fr', 'right', 'Droite'),
('fr', 'right_to_left_orientation', 'Orientation de droite à gauche'),
('fr', 'risk_checking', 'Risk cheking is in process. Please try reloading this page in a minute.'),
('fr', 'risk_information', 'Information sur le risque'),
('fr', 'rma', 'RMA'),
('fr', 'rma_actions', 'Actions RMA'),
('fr', 'rma_notify_supplier', 'Notifier fournisseur'),
('fr', 'rma_reasons', 'Raisons RMA'),
('fr', 'rma_request_statuses', 'Statuts des requêtes RMA'),
('fr', 'rma_return', 'Retour'),
('fr', 'robots_title', 'Editing: robots.txt'),
('fr', 'romanian', 'Roumain'),
('fr', 'root_category', 'Catégorie racine'),
('fr', 'root_level', 'Niveau racine'),
('fr', 'root_page', 'Page de niveau racine'),
('fr', 'round_to', 'Arrondi à'),
('fr', 'routing_code', 'Numero d\'acheminement'),
('fr', 'rss_created', 'Créé'),
('fr', 'rss_display_add_to_cart', 'Afficher le bouton \'Ajouter au panier\''),
('fr', 'rss_display_image', 'Affichage de l\'image'),
('fr', 'rss_display_original_price', 'Afficher le prix net'),
('fr', 'rss_display_price', 'Afficher le prix brut'),
('fr', 'rss_display_sku', 'Affichage SKU'),
('fr', 'rss_feed', 'Flux RSS'),
('fr', 'rss_sort_by', 'Trier les éléments par'),
('fr', 'rss_updated', 'Mis à jour'),
('fr', 'ru.tax_and_payments.upgrade_message.message', '<p>Vous êtes passé à [product] [version]. Cette version est adaptée aux récentes modifications de la législation russe (augmentation de la TVA à 20% et prise en charge du Format des Données Fiscales 1.05 pour les caisses enregistreuses connectées). Il vous suffit de suivre ces étapes :</p><p>— Si vous utilisez ATOL Online, passez au Format des Données Fiscales 1.05 comme décrit <a href=\"https://www.cs-cart.ru/blog/vyishel-cs-cart-4-9-2-c-podderzhkoy-ffd-1-05-v-atol-onlayn/\" target=\"_blank\">dans notre blog russe</a>. Peut-être l\'avez-vous déjà fait après la sortie de la version 4.9.2.</p>[tax_conversion][failing_services]'),
('fr', 'ru.tax_and_payments.upgrade_message.title', 'Législation russe : Préparations pour le 1er janvier 2019'),
('fr', 'runtime', 'exécution'),
('fr', 'russian', 'Russe'),
('fr', 'rus_geolocation_upgrade_notification_text', '<p>The <b>[rus_geolocation_addon]</b> add-on allowed your customers to select their city and see estimated shipping rates on a product page. That functionality is now a part of a new add-on called <b>[geo_maps_addon]</b>. It is already installed and active.</p><p>Two geolocation add-ons shouldn’t be active at the same time. Please make sure that the old <b>[rus_geolocation_addon]</b> add-on is disabled.</p><p><a href=\"[disable_geolocation]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Disable deprecated add-on here</a></p>'),
('fr', 'rus_geolocation_upgrade_notification_title', 'Geolocation: Add-ons deprecated in favor of [geo_maps_addon]'),
('fr', 'sale', 'Vente'),
('fr', 'sales', 'Ventes'),
('fr', 'sales_amount', 'Montant des ventes'),
('fr', 'sales_commission', 'Commission des ventes'),
('fr', 'sales_period', 'Periode de ventes'),
('fr', 'sales_period_total', 'Periodes de ventes totale'),
('fr', 'sales_reports', 'Rapports de ventes'),
('fr', 'sales_reports_menu_description', 'Statistiques détaillées des ventes'),
('fr', 'sales_reports_side_bar_notes', 'To include Order statuses, Payment methods and Rate areas in the conditions list, check the necessary item and click on the \"Save\" button.'),
('fr', 'salt', 'Salt'),
('fr', 'same_as_source', 'pareille que la source'),
('fr', 'save', 'Enregistrer'),
('fr', 'saved_search', 'Recherches enregistrées'),
('fr', 'save_and_close', 'Enregistrer et fermer'),
('fr', 'save_and_send', 'Sauvegarder et envoyer'),
('fr', 'save_as', 'Enregistrer sous...'),
('fr', 'save_cc', 'Salvar cartão de crédito'),
('fr', 'save_changes', 'Enregistrer les changements'),
('fr', 'save_directory', 'Répertoire du serveur'),
('fr', 'save_discount', 'Réduction'),
('fr', 'save_layout', 'Sauver la mise en page'),
('fr', 'save_layout_as', 'Sauver la mise en page sous'),
('fr', 'save_process_payment', 'Enregistrer et procéder au paiement'),
('fr', 'save_this_search_as', 'Enregistrer cette recherche sous'),
('fr', 'sb_share', 'Partager'),
('fr', 'scan_for_modified_core_files', 'Scan for changed core files'),
('fr', 'scb_text_notice', 'Veuillez envoyé l\'adresse suivante au support SCB pour être défini comme PostbackURL : <br /><b>[return_url]</b>'),
('fr', 'screen', 'Écran'),
('fr', 'screen_resolution', 'Résolution d\'écran'),
('fr', 'script', 'Script'),
('fr', 'scroller_direction', 'Direction d\'auto scroll'),
('fr', 'scroll_per_page', 'Défilement par page'),
('fr', 'search', 'Recherche rapide'),
('fr', 'search_again', 'Rechercher encore'),
('fr', 'search_by_order', 'Rechercher par ordre'),
('fr', 'search_by_owner', 'Recherche par propriétaire'),
('fr', 'search_by_price', 'Recherche par prix'),
('fr', 'search_by_product_features', 'Chercher par caractéristiques produit'),
('fr', 'search_by_product_filters', 'Rechercher par filtres de produit'),
('fr', 'search_by_sku', 'Chercher par code de produit'),
('fr', 'search_by_supplier', 'Rechercher par fournisseur'),
('fr', 'search_by_vendor', 'Recherche par magasin'),
('fr', 'search_by_weight', 'Recherche par poids'),
('fr', 'search_engine', 'Moteur de recherche'),
('fr', 'search_for_pattern', 'Chercher'),
('fr', 'search_in', 'Chercher dans'),
('fr', 'search_in_category', 'Chercher dans la catégorie'),
('fr', 'search_in_subcategories', 'Chercher dans sous-catégories'),
('fr', 'search_options', 'Options de recherche'),
('fr', 'search_product', 'Chercher produit'),
('fr', 'search_products', 'Chercher des produits'),
('fr', 'search_results', 'Résultats de recherche'),
('fr', 'search_results_for', 'Résultats de recherche pour [search]'),
('fr', 'search_string', 'Chercher phrase'),
('fr', 'search_tooltip', 'Chercher des produits, clients, ordres et pages CMS'),
('fr', 'search_words', 'Chercher des mots'),
('fr', 'secondary_categories', 'Secondary category'),
('fr', 'seconds_left', '[n] second left|[n] seconds left'),
('fr', 'secret_key', 'Clé secrète'),
('fr', 'secret_string', 'Chaîne de caractère secrète'),
('fr', 'secret_word', 'Mot secret'),
('fr', 'section', 'Section'),
('fr', 'section_is_not_completed', 'La section n\'est pas remplie'),
('fr', 'section_links', 'Liens de la section'),
('fr', 'section_name', 'Nom de la section'),
('fr', 'secure', 'Sécurisé'),
('fr', 'secure_checkout', 'Secure checkout'),
('fr', 'secure_storefront_url', 'URL de storefront de securite'),
('fr', 'secure_storefront_url_already_exists', 'La veleur du parametre du URL <strong> storefront en securite que Vous avez deja mentionee fait partie d\'une autre societe.'),
('fr', 'security', 'Paramètres de sécurité'),
('fr', 'security_settings', 'Paramètres de sécurité'),
('fr', 'see_demo', 'Voir demo'),
('fr', 'see_full_templates_list', 'Can\'t find a notification you\'re looking for?<br/><a href=\"[email_template_manage]\">See the full list of email templates</a><br/><a href=\"[internal_template_manage]\">See the full list of on-site notification templates</a>'),
('fr', 'select', 'Sélectionner'),
('fr', 'selectbox', 'Liste de sélection'),
('fr', 'selected', 'Sélectionné'),
('fr', 'selected_fields', 'Selected fields'),
('fr', 'selected_filters', 'Filtres selectionnes'),
('fr', 'selected_items', 'Articles sélectionnés'),
('fr', 'select_all', 'Tout sélectionner'),
('fr', 'select_all_product_options', 'Vous devez sélectionner toutes les options du produit'),
('fr', 'select_block', 'Sélectionner le bloc'),
('fr', 'select_coordinates', 'Sélectionnez les coordonnées'),
('fr', 'select_country', 'Sélectionner pays'),
('fr', 'select_customer', 'Sélectionner le client'),
('fr', 'select_dates', 'Sélection de dates'),
('fr', 'select_descr_lang', 'Sélectionner la langue'),
('fr', 'select_fields_to_edit', 'Sélectionner les champs à modifier'),
('fr', 'select_file', 'Sélectionner'),
('fr', 'select_image', 'Sélectionnez une image'),
('fr', 'select_new_owner_company', 'Sélectionner un nouveau propriétaire du profil de données de cette entreprise :'),
('fr', 'select_one_or_more_type', 'Sélectionner une ou plus d\'options'),
('fr', 'select_options', 'Sélectionner options'),
('fr', 'select_option_above', 'Sélectionner l\'option précédente d\'abord'),
('fr', 'select_product', 'Sélectionner produit'),
('fr', 'select_products', 'Sélectionner produits'),
('fr', 'select_profile', 'Sélectionner profil'),
('fr', 'select_shipping_method', 'Sélectionner le mode de livraison'),
('fr', 'select_single_type', 'Sélectionner une seule option'),
('fr', 'select_state', 'Département'),
('fr', 'select_storefront', 'Select [store] storefront'),
('fr', 'select_tables', 'Sélectionner tables'),
('fr', 'sell_files', 'Fichiers à vendre'),
('fr', 'semicolon', 'Point-virgule'),
('fr', 'send', 'Envoyer'),
('fr', 'sender', 'Émetteur'),
('fr', 'sending_email_to', 'Envoyer email à {email}...'),
('fr', 'send_feedback', 'Aidez-nous à améliorer CS-Cart'),
('fr', 'send_invitations', 'Inviter'),
('fr', 'send_notification', 'Envoyer  notification'),
('fr', 'send_shipment_notification_to_customer', 'Envoyer notification de livraison au client'),
('fr', 'send_shipping_address', 'Envoyer à l\'adresse de livraison du client'),
('fr', 'send_test_email', 'Send test email'),
('fr', 'send_test_notification', 'Send test notification'),
('fr', 'send_to', 'Envoyer à'),
('fr', 'send_to_test_email', 'Envoyer sur l\'email de test'),
('fr', 'send_via', 'Envoyer avec'),
('fr', 'send_via_email', 'Envoyer sur email'),
('fr', 'send_via_postal_mail', 'Envoyer par adresse postale'),
('fr', 'sent', 'Envoyé'),
('fr', 'seo', 'SEO'),
('fr', 'seo.create_redirect', 'Créer la redirection de l\'ancienne URL'),
('fr', 'seo.error_incorrect_url', 'Format incorrect pour l’URL <b>[url]</b>. Par exemple, si votre URL est <b>http://example.com/path/to/object</b>, vous devrez <b>entrer/chemin/de/objet</b>'),
('fr', 'seo.error_old_url_exists', 'Le URL que Vous redirigez existe deja'),
('fr', 'seo.important_language_text', 'Avis</b> Le module de SEO est configure maintenant pour utiliser un seul URL pour toutes les langues. Si Vous cachez, deactivez ou eliminez un defaut: langue d\'un des storefronts, les URLs de SEO seront changes.'),
('fr', 'seo.new_redirect', 'Nouvelle Redirection'),
('fr', 'seo.new_url', 'Nouvelle URL'),
('fr', 'seo.old_url', 'Ancienne URL'),
('fr', 'seo.redirects_manager', 'redirections 301'),
('fr', 'seo.redirects_manager_menu_description', 'Gère les règles de redirection d\'anciennes URLs'),
('fr', 'seo.rich_snippets', 'Prevoir extraits riches de Google'),
('fr', 'seo.rich_snippets_rating', 'Notation'),
('fr', 'seo.rich_snippets_reviews', '[n] commentaire|[n] commentaires'),
('fr', 'seo_menu_description', 'SEO settings of your store.'),
('fr', 'seo_meta_data', 'SEO / Données Meta'),
('fr', 'seo_name', 'SEO nom'),
('fr', 'seo_page_title', 'page [n]'),
('fr', 'seo_robots', 'robots.txt'),
('fr', 'seo_rules', 'Règles de référencement'),
('fr', 'seo_rules_menu_description', 'Cette section permet de définir des règles globales pour les URL réécrites dans votre magasin.'),
('fr', 'separate_multiple_email_addresses', 'If you enter multiple emails, write each of them in a new line.'),
('fr', 'separator', 'Séparateur'),
('fr', 'sequential', 'séquentiel'),
('fr', 'server', 'Serveur'),
('fr', 'service_not_available', 'Ce service n\'est pas disponible'),
('fr', 'set', 'Confirmer'),
('fr', 'settings', 'Paramétrages'),
('fr', 'settings_overwrite_text', '<b>[theme_name]</b> will set following settings on activation'),
('fr', 'settings_overwrite_title', 'The theme overwrites store settings'),
('fr', 'settings_wizard', 'Assistant de configuration'),
('fr', 'settings_wizard_close_tooltip', 'L\'assistant peut être à nouveau ouvert dans le menu \'Paramètres -> Assistant de configuration\'.'),
('fr', 'settings_wizard_title', 'Assistant de configuration: étape  [current_step]  sur [total_steps]'),
('fr', 'setting_min_order_amount_type_was_hidden_upgrade_notification_text', '<p>Previously, the <b>Minimum order amount</b> in your store included the shipping costs. If the minimum order amount was $50, and a customer bought 2 products at $20 each, and the shipping cost was $12, then it would be possible to place an order. But now this behavior has changed: only the total price of all products in the cart will determine whether the minimum order amount has been reached.</p><p>Please go to <b>Settings → Checkout</b> and adjust your <b>Minimum order amount</b> to reflect this change.</p><p><a href=\"[checkout_settings]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Open checkout settings</a></p>'),
('fr', 'setting_min_order_amount_type_was_hidden_upgrade_notification_title', 'Setting \"Define minimum order amount by\" removed'),
('fr', 'set_custom_configuration', 'Set custom configuration'),
('fr', 'share', 'Partager'),
('fr', 'share.congratulations_first_order', 'Félicitations pour votre première commande complète.'),
('fr', 'share.first_order_tweet', 'Wow! La première commande complète dans mon magasin CS-Cart'),
('fr', 'share.installation_tweet', 'Je viens juste de créer un magasin online avec [product_name]'),
('fr', 'sharedsec', 'ShareSec'),
('fr', 'shared_secret', 'SecretPartage'),
('fr', 'share_discount', 'Part de réduction'),
('fr', 'sha_sign', 'Signature SHA-1'),
('fr', 'shipment', 'Livraison'),
('fr', 'shipments', 'Livraisons'),
('fr', 'shipments_menu_description', 'Voir et imprimer des bordereaux en paquet pour expeditions crees d\'ordres.'),
('fr', 'shipment_date', 'Date livraison'),
('fr', 'shipment_details', 'Détails d\'expédition'),
('fr', 'shipment_has_been_created', 'Livraison a été créée'),
('fr', 'shipment_id', 'Livraison #'),
('fr', 'shipment_info', 'Info livraison'),
('fr', 'shipment_statuses', 'Shipment statuses'),
('fr', 'shipped', 'Expédié'),
('fr', 'shipped_products', 'Produits expédiés'),
('fr', 'shipper_number', 'Numéro d\'expéditeur'),
('fr', 'shipping', 'Livraison'),
('fr', 'shippings', 'Livraisons'),
('fr', 'shippings.aup.currency_not_configured', 'To activate the Australia Post shipping processor, you must have the Australian Dollar currency enabled.'),
('fr', 'shippings.aup.pac_api_key', 'PAC API key'),
('fr', 'shippings.can.api_keys', 'API keys'),
('fr', 'shippings.can.business_account_information', 'Business account information'),
('fr', 'shippings.can.contract_id', 'Contract ID'),
('fr', 'shippings.can.customer_number', 'Customer number'),
('fr', 'shippings.can.options', 'Delivery options'),
('fr', 'shippings.can.option_cod', 'Collect on Delivery'),
('fr', 'shippings.can.option_cov', 'Coverage'),
('fr', 'shippings.can.option_cov_amount', 'Coverage amount'),
('fr', 'shippings.can.option_dns', 'Do not safe drop'),
('fr', 'shippings.can.option_hfp', 'Card for pickup'),
('fr', 'shippings.can.option_lad', 'Leave at door - do not card'),
('fr', 'shippings.can.option_pa18', 'Proof of Age Required - 18'),
('fr', 'shippings.can.option_pa19', 'Proof of Age Required - 19'),
('fr', 'shippings.can.option_so', 'Signature'),
('fr', 'shippings.can.password', 'Password'),
('fr', 'shippings.can.username', 'Username'),
('fr', 'shippings.currency_not_found', 'La monnaie n\'a pas été trouvée'),
('fr', 'shippings.fedex.currency_is_missing', 'The rates calculated by FedEx are in [currency], and that currency doesn\'t exist in your store. Please create that currency; otherwise customers won\'t be able to select this shipping method.'),
('fr', 'shippings.fedex.freight_account_number', 'Freight account number'),
('fr', 'shippings.fedex.options', 'Delivery options'),
('fr', 'shippings.fedex.option_broker_select_option', 'Broker select option'),
('fr', 'shippings.fedex.option_call_before_delivery', 'Call before delivery'),
('fr', 'shippings.fedex.option_cod', 'COD'),
('fr', 'shippings.fedex.option_cod_amount', 'COD amount'),
('fr', 'shippings.fedex.option_cod_collection_type', 'COD collection type'),
('fr', 'shippings.fedex.option_cod_collection_type_any', 'Any'),
('fr', 'shippings.fedex.option_cod_collection_type_cash', 'Cash'),
('fr', 'shippings.fedex.option_cod_collection_type_guaranteed_funds', 'Guaranteed funds'),
('fr', 'shippings.fedex.option_custom_delivery_window', 'Custom delivery window'),
('fr', 'shippings.fedex.option_dangerous_goods', 'Dangerous goods'),
('fr', 'shippings.fedex.option_dangerous_goods_accessibility', 'Dangerous goods accessibility'),
('fr', 'shippings.fedex.option_dangerous_goods_accessibility_accessible', 'Accessible'),
('fr', 'shippings.fedex.option_dangerous_goods_accessibility_inaccessible', 'Inaccessible'),
('fr', 'shippings.fedex.option_dangerous_goods_options', 'Hazardous content options'),
('fr', 'shippings.fedex.option_dangerous_goods_options_battery', 'Battery'),
('fr', 'shippings.fedex.option_dangerous_goods_options_hazardous_materials', 'Hazardous materials'),
('fr', 'shippings.fedex.option_dangerous_goods_options_limited_quantities_commodities', 'Limited quantities commodities'),
('fr', 'shippings.fedex.option_dangerous_goods_options_orm_d', 'ORM-D'),
('fr', 'shippings.fedex.option_dangerous_goods_options_reportable_quantities', 'Reportable quantities'),
('fr', 'shippings.fedex.option_dangerous_goods_options_small_quantity_exception', 'Small quantity exception'),
('fr', 'shippings.fedex.option_do_not_break_down_pallets', 'Do not break down pallets'),
('fr', 'shippings.fedex.option_do_not_stack_pallets', 'Do not stack pallets'),
('fr', 'shippings.fedex.option_dry_ice', 'Dry ice'),
('fr', 'shippings.fedex.option_east_coast_special', 'East Coast special'),
('fr', 'shippings.fedex.option_electronic_trade_documents', 'Electronic trade documents'),
('fr', 'shippings.fedex.option_extreme_length', 'Extreme length'),
('fr', 'shippings.fedex.option_fedex_one_rate', 'FedEx One Rate'),
('fr', 'shippings.fedex.option_food', 'Food'),
('fr', 'shippings.fedex.option_freight_guarantee', 'Freight guarantee'),
('fr', 'shippings.fedex.option_freight_to_collect', 'Freight to collect'),
('fr', 'shippings.fedex.option_future_day_shipment', 'Future day shipment'),
('fr', 'shippings.fedex.option_hold_at_location', 'Hold at location'),
('fr', 'shippings.fedex.option_home_delivery_premium', 'Home delivery Premium'),
('fr', 'shippings.fedex.option_inside_delivery', 'Inside delivery'),
('fr', 'shippings.fedex.option_inside_pickup', 'Inside pickup'),
('fr', 'shippings.fedex.option_international_controlled_export_service', 'International controlled export service'),
('fr', 'shippings.fedex.option_international_traffic_in_arms_regulations', 'International traffic in arms regulations'),
('fr', 'shippings.fedex.option_liftgate_delivery', 'Liftgate delivery'),
('fr', 'shippings.fedex.option_liftgate_pickup', 'Liftgate pickup'),
('fr', 'shippings.fedex.option_limited_access_delivery', 'Limited access delivery'),
('fr', 'shippings.fedex.option_limited_access_pickup', 'Limited access pickup'),
('fr', 'shippings.fedex.option_pharmacy_delivery', 'Pharmacy delivery'),
('fr', 'shippings.fedex.option_poison', 'Poison'),
('fr', 'shippings.fedex.option_protection_from_freezing', 'Protection from freezing'),
('fr', 'shippings.fedex.option_returns_clearance', 'Returns clearance'),
('fr', 'shippings.fedex.option_saturday_delivery', 'Saturday delivery'),
('fr', 'shippings.fedex.option_saturday_pickup', 'Saturday pickup'),
('fr', 'shippings.fedex.option_top_load', 'Top load'),
('fr', 'shippings.fedex.upgrade_notification_text', '<p>The latest version of [product] has different settings for realtime shipping rate calculation if you use FedEx as a Carrier.</p><p>If you want to show current shipping rates to your clients, do this:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses FedEx as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li><li>switch to the Configure tab and select desired delivery options</li></ul>'),
('fr', 'shippings.fedex.upgrade_notification_title', 'FedEx realtime shipping rate calculation changes'),
('fr', 'shippings.service_not_configured', 'Le service n\'est pas configuré'),
('fr', 'shippings.service_not_found', 'Le service n\'a pas été trouvé'),
('fr', 'shippings.ups.package_type.01', 'UPS Letter'),
('fr', 'shippings.ups.package_type.02', 'Package'),
('fr', 'shippings.ups.package_type.03', 'Tube'),
('fr', 'shippings.ups.package_type.04', 'Pak'),
('fr', 'shippings.ups.package_type.21', 'Express Box'),
('fr', 'shippings.ups.package_type.24', '25KG Box'),
('fr', 'shippings.ups.package_type.25', '10KG Box'),
('fr', 'shippings.ups.package_type.2a', 'Small Express Box'),
('fr', 'shippings.ups.package_type.2b', 'Medium Express Box'),
('fr', 'shippings.ups.package_type.2c', 'Large Express Box'),
('fr', 'shippings.ups.package_type.30', 'Pallet'),
('fr', 'shippings_taxes', 'Livraison & taxes'),
('fr', 'shipping_address', 'Adresse de livraison'),
('fr', 'shipping_address_changed', 'Shipping address has been changed'),
('fr', 'shipping_address_line_2', 'Shipping: address (line 2)'),
('fr', 'shipping_applied_to_vendors', 'La methode d\'expedition a été applqiuee aux vendeurs'),
('fr', 'shipping_charges', 'Frais de port'),
('fr', 'shipping_city', 'Shipping: city'),
('fr', 'shipping_cost', 'Frais de port'),
('fr', 'shipping_costs_will_changed', 'Les frais d\'expédition seront changé par'),
('fr', 'shipping_country', 'Shipping: country'),
('fr', 'shipping_estimation', 'Estimation des frais de livraison'),
('fr', 'shipping_first_name', 'Shipping: first name'),
('fr', 'shipping_freight', 'Frais de port'),
('fr', 'shipping_information', 'Information de livraison'),
('fr', 'shipping_last_name', 'Shipping: last name'),
('fr', 'shipping_method', 'Mode de livraison'),
('fr', 'shipping_methods', 'Modes de livraison'),
('fr', 'shipping_methods_menu_description', 'Ensemble de règles et de paramètres pour calculer le coût d\'expédition'),
('fr', 'shipping_name', 'Nom livraison'),
('fr', 'shipping_options', 'Options d\'expédition'),
('fr', 'shipping_phone', 'Shipping: phone'),
('fr', 'shipping_properties', 'Shipping properties'),
('fr', 'shipping_rates', 'Taux livraison'),
('fr', 'shipping_same_as_billing', 'Adresse de livraison idem que facturation'),
('fr', 'shipping_service', 'Service livraison'),
('fr', 'shipping_state', 'Shipping: state'),
('fr', 'shipping_time_and_charges', 'Shipping time and rates'),
('fr', 'shipping_tips', ''),
('fr', 'shipping_zipcode', 'Shipping: zipcode'),
('fr', 'ship_dhl_height', 'Hauteur du paquet (pouces)'),
('fr', 'ship_dhl_length', 'Longueur du paquet (pouces)'),
('fr', 'ship_dhl_site_id', 'Site ID'),
('fr', 'ship_dhl_width', 'Largeur du paquet (pouces)'),
('fr', 'ship_downloadable', 'Enable shipping for downloadable products'),
('fr', 'ship_fedex_ancillary_endorsement', 'Concessions Complemetaires'),
('fr', 'ship_fedex_ancillary_endorsement_address_correction', 'Le Service d\'Adresses a été Demande'),
('fr', 'ship_fedex_ancillary_endorsement_carrier_leave_if_no_response', 'Pas de transport s\'il n\'y a pas de Reponse'),
('fr', 'ship_fedex_ancillary_endorsement_change_service', 'On a Demande de Changer le Service'),
('fr', 'ship_fedex_ancillary_endorsement_forwarding_service', 'Promotion du Service Demande'),
('fr', 'ship_fedex_ancillary_endorsement_return_delivery', 'On a Demande le Retour au Service'),
('fr', 'ship_fedex_customer_manifest_id', 'ID de rappport du client'),
('fr', 'ship_fedex_drop_off_type', 'Type de dépot'),
('fr', 'ship_fedex_drop_off_type_business_service_center', 'Business service center'),
('fr', 'ship_fedex_drop_off_type_drop_box', 'Drop box'),
('fr', 'ship_fedex_drop_off_type_regular_pickup', 'Recueiillir en base reguliere'),
('fr', 'ship_fedex_drop_off_type_request_courier', 'Demander Courier'),
('fr', 'ship_fedex_drop_off_type_station', 'Déposer à la gare'),
('fr', 'ship_fedex_height', 'Hauteur (pouces)'),
('fr', 'ship_fedex_hub_id', 'ID Hub'),
('fr', 'ship_fedex_indicia', 'Indicia'),
('fr', 'ship_fedex_indicia_media_mail', 'Poste de Media (Les paquets y sont de 1 a 70 Livres ibs, DVDs, CDs, CDs)'),
('fr', 'ship_fedex_indicia_parcel_select', 'Selectionner Paquet (Paquets ade 1 a 70 ibs)'),
('fr', 'ship_fedex_indicia_presorted_bound_printed_matter', 'Des Paquets Bound Printes Matter (Les paquets sont de 1 a 15 ibs Des cataloqgues, livres de numeros de téléphone ou tout soumis en base permenente)'),
('fr', 'ship_fedex_indicia_presorted_standard', 'Paquets de Poste standard (Paquets de moins de 1 ib)'),
('fr', 'ship_fedex_length', 'Longueur (pouces)'),
('fr', 'ship_fedex_meter_number', 'Numéro du compteur'),
('fr', 'ship_fedex_package_type_fedex_10kg_box', 'FedEx 10g Box'),
('fr', 'ship_fedex_package_type_fedex_25kg_box', 'FedEx 25g Box'),
('fr', 'ship_fedex_package_type_fedex_box', 'Boîte FedEx'),
('fr', 'ship_fedex_package_type_fedex_envelope', 'Enveloppe FedEx'),
('fr', 'ship_fedex_package_type_fedex_extra_large_box', 'FedEx Extra Large Box'),
('fr', 'ship_fedex_package_type_fedex_large_box', 'FedEx Large Box'),
('fr', 'ship_fedex_package_type_fedex_medium_box', 'FedEx Medium Box'),
('fr', 'ship_fedex_package_type_fedex_pak', 'FedEx Pax'),
('fr', 'ship_fedex_package_type_fedex_small_box', 'FedEx Small Box'),
('fr', 'ship_fedex_package_type_fedex_tube', 'Tube FedEx'),
('fr', 'ship_fedex_package_type_your_packaging', 'Votre emballage'),
('fr', 'ship_fedex_smart_post', 'Post Intelligent'),
('fr', 'ship_fedex_special_services', 'Service special (livraison confirmee)'),
('fr', 'ship_fedex_width', 'Largeur (pouces)'),
('fr', 'ship_height', 'Hauteur du paquet, cm'),
('fr', 'ship_length', 'Longueur du paquet, cm'),
('fr', 'ship_sp_l_acknowledgement_of_delivery', 'Accusés de réception (pour envois recommandés uniquement)'),
('fr', 'ship_sp_l_cash_on_delivery', 'Contre-remboursement (pour envois recommandés uniquement)'),
('fr', 'ship_sp_l_personal_delivery', 'Livraison personnelle (pour envois recommandés uniquement)'),
('fr', 'ship_sp_l_registered_mail', 'Envois Recommandés'),
('fr', 'ship_sp_pc_assurance', 'Assurance'),
('fr', 'ship_sp_pc_cash_on_delivery', 'Contre-remboursement'),
('fr', 'ship_sp_pc_fragile', 'Fragile'),
('fr', 'ship_sp_pc_manual_handling', 'Traitement manuel'),
('fr', 'ship_sp_pc_personal', 'Personnel'),
('fr', 'ship_sp_pc_signature', 'Signature'),
('fr', 'ship_sp_pp_additional_insurance', 'Assurance additionnelle (jusqu\'à CHF 3000.-)'),
('fr', 'ship_sp_pp_bulky_goods', 'Biens volumineux'),
('fr', 'ship_sp_pp_cash_on_delivery', 'Contre-remboursement (ECONOMY uniquement)'),
('fr', 'ship_sp_pp_manual_processing', 'Traitement manuel'),
('fr', 'ship_sp_ur_additional_insurance', 'Assurance additionnelle pour les biens URGENT (jusqu\'à CHF 3000.-)'),
('fr', 'ship_swisspost_error_intl_delivery', 'Impossible d\'utiliser cette méthode d\'expédition pour les livraisons internationales'),
('fr', 'ship_swisspost_error_private_delivery', 'Vous ne pouvez pas utiliser cette méthode d\'expédition pour une livraison privée'),
('fr', 'ship_swisspost_heavy_package', 'Le paquet est trop lourd'),
('fr', 'ship_swisspost_unable_to_open_additional_services', 'Impossible d\'ouvrir le fichier additional_services.csv'),
('fr', 'ship_swisspost_unable_to_open_service', 'Impossible d\'ouvrir le fichier [code]'),
('fr', 'ship_temando_height', 'Hauteur du paquet'),
('fr', 'ship_temando_length', 'Longueur du paquet'),
('fr', 'ship_temando_measurement', 'Mesure du paquet'),
('fr', 'ship_temando_method', 'Mode de livraison'),
('fr', 'ship_temando_package', 'Conditionnement'),
('fr', 'ship_temando_readydate', 'Date de disponibilité (jours)'),
('fr', 'ship_temando_subclass', 'Catégorie de l\'élément envoyé'),
('fr', 'ship_temando_weight_measurement', 'Type de mesure de poids'),
('fr', 'ship_temando_width', 'Largeur du paquet'),
('fr', 'ship_to', 'Adresse de livraison'),
('fr', 'ship_to_another', 'Adresse de livraison différente'),
('fr', 'ship_ups_access_key', 'Clé d\'accès pour tarifs UPS'),
('fr', 'ship_ups_dcist_type', 'Type de confirmation'),
('fr', 'ship_ups_delivery_confirmation', 'Aucune Signature'),
('fr', 'ship_ups_delivery_confirmation_adult_signature', 'Signature d\'Adultes Obligatoire'),
('fr', 'ship_ups_delivery_confirmation_signature', 'Signature Obligatoire'),
('fr', 'ship_ups_package_type_01', 'Lettre UPS / Enveloppe express UPS'),
('fr', 'ship_ups_package_type_03', 'Tube UPS'),
('fr', 'ship_ups_package_type_04', 'UPS Paquet'),
('fr', 'ship_ups_package_type_21', 'UPS Box Express'),
('fr', 'ship_ups_package_type_24', 'UPS 25Kg Box'),
('fr', 'ship_ups_package_type_25', 'UPS 10g Box'),
('fr', 'ship_ups_pickup_type', 'Type de dépôt'),
('fr', 'ship_ups_pickup_type_01', 'Vient chercher tous les jours'),
('fr', 'ship_ups_pickup_type_03', 'Courrier Client'),
('fr', 'ship_ups_pickup_type_06', 'Recueillir en Temps'),
('fr', 'ship_ups_pickup_type_07', 'Sur Aooel Aire'),
('fr', 'ship_ups_pickup_type_11', 'Taux de Ventes Nettes Propose s'),
('fr', 'ship_ups_pickup_type_19', 'Centre des Lettres'),
('fr', 'ship_ups_pickup_type_20', 'Centre de Service de Societes Aeriennes'),
('fr', 'ship_ups_use_delivery_confirmation', 'Utiliser confirmation de Livraison'),
('fr', 'ship_usps_container', 'Conteneur'),
('fr', 'ship_usps_container_express', 'Container (expres)'),
('fr', 'ship_usps_container_express_flat_rate_envelope', 'Enveloppe de Prix Standard'),
('fr', 'ship_usps_container_priority', 'Container (Poste de Priorite)'),
('fr', 'ship_usps_container_priority_flat_rate_box', 'Box de Taux Forfaitaire'),
('fr', 'ship_usps_container_priority_flat_rate_envelope', 'Flat Rate Envelope'),
('fr', 'ship_usps_container_priority_gift_card_flat_rate_envelope', 'Taux forfaitaire d\'enveloppe de carte cadeau'),
('fr', 'ship_usps_container_priority_legal_flat_rate_envelope', 'Taux forfaitaire pour enveloppe à format juridique'),
('fr', 'ship_usps_container_priority_lg_flat_rate_box', 'Box Large de Taux Forfaitaire'),
('fr', 'ship_usps_container_priority_md_flat_rate_box', 'Box de Taux Forfaitaire Medium'),
('fr', 'ship_usps_container_priority_nonrectangular', 'Non rectangulaire'),
('fr', 'ship_usps_container_priority_padded_flat_rate_envelope', 'Enveloppe Sillee de Taux Forfetaire'),
('fr', 'ship_usps_container_priority_rectangular', 'Rectangulaire'),
('fr', 'ship_usps_container_priority_regional_a_rate_box', 'Box A de Taux Regional'),
('fr', 'ship_usps_container_priority_regional_b_rate_box', 'Box B de Taux Regional'),
('fr', 'ship_usps_container_priority_regional_c_rate_box', 'Box C de Taux Regional'),
('fr', 'ship_usps_container_priority_sm_flat_rate_box', 'Petite boite de Taux Forfetaire'),
('fr', 'ship_usps_container_priority_sm_flat_rate_envelope', 'Taux forfaitaire pour enveloppe sm'),
('fr', 'ship_usps_container_priority_window_flat_rate_envelope', 'Taux forfaitaire pour enveloppe à fenêtre'),
('fr', 'ship_usps_first_class_mail_type', 'Type de courrier FIRST CLASS'),
('fr', 'ship_usps_first_class_mail_type_flat', 'Plat'),
('fr', 'ship_usps_first_class_mail_type_parcel', 'Colis'),
('fr', 'ship_usps_intl_package_girth', 'Circonférence du paquet'),
('fr', 'ship_usps_intl_package_height', 'Hauteur du paquet'),
('fr', 'ship_usps_intl_package_length', 'Longueur du paquet'),
('fr', 'ship_usps_intl_package_size', 'Taille du paquet'),
('fr', 'ship_usps_intl_package_width', 'Largeur du paquet'),
('fr', 'ship_usps_machinable', 'Machinable (Poste de Premiere Classe ou Poste Standard)'),
('fr', 'ship_usps_machinable_false', 'Faux'),
('fr', 'ship_usps_machinable_true', 'Vrai'),
('fr', 'ship_usps_mailtype', 'Type de courrier'),
('fr', 'ship_usps_mailtype_matter_for_the_blind', 'Sujet pour Aveugles'),
('fr', 'ship_usps_mailtype_postcards_or_aerogrammes', 'Cartes postales ou aérogrammes'),
('fr', 'ship_usps_package_size', 'Taille du paquet (largeur + circonférence, pouces)'),
('fr', 'ship_usps_package_size_large', 'Large(84..108)'),
('fr', 'ship_usps_package_size_oversize', 'Oversize(108..130)'),
('fr', 'ship_usps_package_size_regular', 'Regulier (0..84)'),
('fr', 'ship_usps_priority_girth', 'Poste de Priorite (TailleLarge, Container-PasRectangulaire), Pouces'),
('fr', 'ship_usps_priority_height', 'Poste de Priorite (TailleLarge) Hauteur (pouces)'),
('fr', 'ship_usps_priority_length', 'Poste de Priorite (TailleLarge)Longeur (pouces)'),
('fr', 'ship_usps_priority_width', 'Courrier prioritaire (Taille: Large) Largeur (cm)'),
('fr', 'ship_usps_username', 'ID utilisateur'),
('fr', 'ship_width', 'Largeur du paquet, cm'),
('fr', 'shop_now', 'Acheter maintenant'),
('fr', 'short_description', 'Description courte'),
('fr', 'short_hour', 'h.'),
('fr', 'short_list', 'Liste courte'),
('fr', 'show', 'Montrer'),
('fr', 'show_all', 'Afficher tout'),
('fr', 'show_all_storefronts', 'Show all storefronts'),
('fr', 'show_all_storefronts_with_count', 'Show all [count] storefronts'),
('fr', 'show_in_product_header', 'Show in product header'),
('fr', 'show_in_product_list', 'Show in product list'),
('fr', 'show_items_in_line', 'Afficher les articles en ligne'),
('fr', 'show_less', 'Show less'),
('fr', 'show_location', 'Montrer destination'),
('fr', 'show_menu_on_mouse_over', 'Voir le menu lorsque la souris est dessus'),
('fr', 'show_more', 'Show more'),
('fr', 'show_on_checkout', 'Faites voir au paiement/checkout'),
('fr', 'show_on_separate_page', 'Afficher sur des pages séparées'),
('fr', 'show_on_the_features_tab', 'Show on the features tab'),
('fr', 'show_options', 'Voir les options'),
('fr', 'show_orders', 'Montrer commandes'),
('fr', 'show_package_contents', 'Voir le contenu actualisé'),
('fr', 'show_price', 'Afficher le prix'),
('fr', 'show_products_count', 'Montrer nombre de produits'),
('fr', 'show_rate_for_destination', 'Afficher le taux pour la destination'),
('fr', 'show_rate_for_rate_area', 'Show rates for rate area'),
('fr', 'show_rating', 'Show review rating'),
('fr', 'show_tab_in_popup', 'Afficher cet onglet dans une nouvelle fenêtre'),
('fr', 'show_to', 'Show to'),
('fr', 'sidebox_general', 'Bloc ordinaire (H3 entête) [deprecated]'),
('fr', 'sidebox_important', 'Bloc ordinaire (H3 entête)'),
('fr', 'signature', 'Signature'),
('fr', 'signed_in_as', 'Se connecter en tant que'),
('fr', 'sign_in', 'S\'identifier'),
('fr', 'sign_in_as_different', 'Se connecter avec un autre utilisateur'),
('fr', 'sign_in_to_buy', 'Merci de vous connecter pour acheter'),
('fr', 'sign_in_to_enter_tags', 'Se connecter pour entrer des tags'),
('fr', 'sign_in_to_view_price', '[Se connecter pour voir le prix]'),
('fr', 'sign_out', 'Se déconnecter'),
('fr', 'sign_up_for_notification', 'Vous abonner aux notifications'),
('fr', 'similar', 'Similaire'),
('fr', 'similar_category', 'De la même catégorie'),
('fr', 'similar_in_stock', 'Seuls les produits \"en stock\"'),
('fr', 'similar_only', 'Similaire seulement'),
('fr', 'similar_subcats', 'Examiner les sous-catégories'),
('fr', 'simple_ultimate_companies_selector', 'S\'il vous plait contactez le support technique'),
('fr', 'simultaneous', 'Simultané'),
('fr', 'single', 'Unique'),
('fr', 'single_coupon_is_allowed', 'Un seul coupon de réduction est permis seulement'),
('fr', 'sitemap', 'Plan du site'),
('fr', 'sitemap_available_in_customer', 'Plan du site est disponible via ce lien : <a href=\"[sitemap_url]\">[sitemap_url]</a> <br /> <br /> Le plan du site est accessible par l\' URL <a href=\"[http_location]/sitemap.xml\">[http_location]/sitemap.xml</a>'),
('fr', 'sitemap_menu_description', 'Générer le sitemap.xml de votre magasin pour les moteurs de recherche'),
('fr', 'sitemap_settings', 'Paramétrages plan du site'),
('fr', 'siteurl', 'URL du site'),
('fr', 'site_number', 'Numero du site (EPT)'),
('fr', 'size', 'Taille'),
('fr', 'skiplastpage', 'Aller directement à la dernière page'),
('fr', 'skip_creating_new_products', 'Skip creating new products'),
('fr', 'skip_payment', 'passer le paiement'),
('fr', 'skrill_customer_id', 'Identifiant client Skrill'),
('fr', 'sku', 'Réf.'),
('fr', 'slovak', 'Slovaque'),
('fr', 'slow', 'Lent'),
('fr', 'small_items', 'Petits articles'),
('fr', 'smarty_block', 'Bloc HTML avec support Smarty'),
('fr', 'sms_customer_registered', 'Client [name] a été enregistré.'),
('fr', 'sms_for_the_sum', 'au montant de'),
('fr', 'sms_order_placed', 'a été placé'),
('fr', 'snapshot_date', 'Date de prise de vue'),
('fr', 'snippets', 'Snippets'),
('fr', 'snippets_have_been_deleted', 'Snippets have been deleted successfully.'),
('fr', 'snippet_exists', 'The snippet with the chosen code already exists, please try another.'),
('fr', 'sort_by', 'Trier par'),
('fr', 'sort_by_bestsellers_asc', 'Trie par meilleures ventes : faible à élevé'),
('fr', 'sort_by_bestsellers_desc', 'Trier par meilleures ventes'),
('fr', 'sort_by_company_asc', 'Classer par serie alphabetique A a Z'),
('fr', 'sort_by_company_desc', 'Classer par serie alphabetique Z a A'),
('fr', 'sort_by_helpfulness_asc', 'Helpful last'),
('fr', 'sort_by_helpfulness_desc', 'Helpful first'),
('fr', 'sort_by_null_asc', 'Pas de tri'),
('fr', 'sort_by_null_desc', 'No sorting'),
('fr', 'sort_by_on_sale_asc', 'Trier par rabais: faible à élevé'),
('fr', 'sort_by_on_sale_desc', 'Trier par rabais: élevé à faible'),
('fr', 'sort_by_popularity_asc', 'Trier par popularité : du plus bas au plus haut'),
('fr', 'sort_by_popularity_desc', 'Trier par popularité'),
('fr', 'sort_by_position_asc', 'Trier par Position: du plus haut au plus bas'),
('fr', 'sort_by_position_desc', 'Trier par Position: du plus haut au plus bas'),
('fr', 'sort_by_price_asc', 'Trier par prix : du plus bas au plus haut'),
('fr', 'sort_by_price_desc', 'Trier par prix : du plus élevé au plus bas'),
('fr', 'sort_by_product_asc', 'Trier par ordre alphabétique : A à Z'),
('fr', 'sort_by_product_desc', 'Tri alphabétique: Z à A'),
('fr', 'sort_by_product_review_timestamp_asc', 'Sort by date: Oldest to Newest'),
('fr', 'sort_by_product_review_timestamp_desc', 'Sort by date: Newest to Oldest'),
('fr', 'sort_by_rating_asc', 'Sort by rating: Low to High'),
('fr', 'sort_by_rating_desc', 'Sort by rating'),
('fr', 'sort_by_rating_value_asc', 'Sort by rating: Low to High'),
('fr', 'sort_by_rating_value_desc', 'Sort by rating: High to Low'),
('fr', 'sort_by_timestamp_asc', 'Les éléments le plus vieux en premier'),
('fr', 'sort_by_timestamp_desc', 'Articles les plus récents d\'abord'),
('fr', 'sort_images', 'Trier les images'),
('fr', 'sort_order', 'Order'),
('fr', 'spanish', 'Espagnol');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('fr', 'special', 'Spécial'),
('fr', 'specific_settings', 'Paramètres spécifiques'),
('fr', 'specify_options', 'Spécifiez les options'),
('fr', 'specify_url', 'Spécifier l\'URL'),
('fr', 'speed', 'Vitesse'),
('fr', 'ssl_certificate', 'Certificat SSL'),
('fr', 'staff_only_notes', 'Notes pour l\'administration'),
('fr', 'stage', 'Etape'),
('fr', 'standard_sidebox', 'Blocs standards'),
('fr', 'start', 'Commencer'),
('fr', 'start_communication', 'Commencer la communication'),
('fr', 'start_date', 'Date de début'),
('fr', 'start_price', 'Prix de lancement'),
('fr', 'state', 'Département'),
('fr', 'states', 'Départements'),
('fr', 'states_list', 'Liste des départements'),
('fr', 'states_menu_description', 'Gérer l\'ensemble des états / régions qui sont pris en charge dans votre magasin.'),
('fr', 'static_block', 'Bloc statique'),
('fr', 'static_data', 'Donnée statique'),
('fr', 'static_data_use_item', 'Utiliser les valeurs \"texte du lien\" et \"URL\" de l\'élement sélectionné'),
('fr', 'statistics', 'Statistiques'),
('fr', 'statistics_by_questions', 'Statistiques par questions'),
('fr', 'status', 'Statut'),
('fr', 'statuses', 'statuts'),
('fr', 'statuses_management', 'Statuses'),
('fr', 'status_changed', 'Status changed'),
('fr', 'status_changed_after_process_payment', 'Le statut de la commande a été fixé en fonction du résultat du processus de paiement.'),
('fr', 'stay_connected', 'Rester connecté'),
('fr', 'stay_connected_notice', 'Entrez votre adresse e-mail pour recevoir les offres spéciales et les promotions.'),
('fr', 'step_four', 'Étape 4'),
('fr', 'step_one', 'Étape 1'),
('fr', 'step_three', 'Étape 3'),
('fr', 'step_two', 'Étape 2'),
('fr', 'stop_other_rules', 'Arrêter les autres règles'),
('fr', 'storage', 'Stockage'),
('fr', 'store', 'Boutique'),
('fr', 'storefront', 'Vitrine'),
('fr', 'storefronts', 'Storefronts'),
('fr', 'storefronts_limit_exceeded', 'The number of storefronts in your CS-Cart License has exceeded the number of purchased storefront licenses.'),
('fr', 'storefronts_themes_upgrade_notification.message', '<p>Previously, all storefronts looked the same. They differed only in currencies, languages, and vendors. But now storefronts can have their own themes and layouts. This allows you to customize their look and structure.</p><ul><li>Themes let you give each storefront its own set colors, fonts, logos, backgrounds, and styles. Match the appearance of a storefronts to its products or the preference of its audience.</li><li>Layouts and blocks let you create storefronts with entirely different structure and content. Show different banners, change the positions of elements on the pages, and so on. Everything in [product] is displayed via blocks, so you have many ways to customize your storefronts.</li></ul><p><a href=\"[themes_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Manage themes</a> <a href=\"[layouts_url]\" target=\"_blank\" class=\"btn btn-large\">Manage layouts</a></p>'),
('fr', 'storefronts_themes_upgrade_notification.title', 'Storefronts can now differ from each other significantly'),
('fr', 'storefront_access_key', 'Clé d\'accès à la vitrine temporairement fermée'),
('fr', 'storefront_access_key.setting_notice', 'You can set the access key on the storefront editing page'),
('fr', 'storefront_license', 'Storefront License'),
('fr', 'storefront_rest_api.guests_cant_add_products_to_cart', 'Guests can\'t add products to cart. Please log in to your account to add products to cart.'),
('fr', 'storefront_status', 'Status'),
('fr', 'storefront_status.tooltip', 'Even if the storefront is closed (the status set to OFF), you\'ll be able to view it if you have an access key. Specify the <i>Access key to temporarily closed storefront</i> below.<br/>Use http://www.example.com/index.php?store_access_key=key_value to access a closed storefront.'),
('fr', 'storefront_status_access_key_hint', 'Even if the storefront is closed (the status set to OFF), you\'ll be able to view it if you have an access key. Go to <a target=\"blank\" href=\"[url]\">Settings → General</a> and specify the <i>Access key to temporarily closed store</i> setting. Please note that a different key can be specified for each storefront, so make sure to select the correct storefront first. Use the key as described in the tooltip of that setting.'),
('fr', 'storefront_status_changed.N', 'The storefront was <b>opened</b>|The storefronts were <b>opened</b>'),
('fr', 'storefront_status_changed.Y', 'The storefront was <b>closed</b>|The storefronts were <b>closed</b>'),
('fr', 'storefront_url', 'URL de la vitrine'),
('fr', 'storefront_url_already_exists', 'La valeur du paramètre <strong> URL du magasin </ strong> que vous avez mentionné appartient déjà à une autre société.'),
('fr', 'storefront_url_not_defined', 'URL du magasin non définie'),
('fr', 'storefront_with_same_url_exists', 'A storefront with the specified URL already exists'),
('fr', 'stores', 'Boutiques'),
('fr', 'stores_nothing_found', 'No stores have been found'),
('fr', 'stores_status', 'Status'),
('fr', 'store_access_key', 'Access key to temporarily closed store'),
('fr', 'store_admin', 'Store administrateur'),
('fr', 'store_closed', 'Store closed'),
('fr', 'store_closed_banner', 'Store<br/>closed'),
('fr', 'store_home', 'Store home'),
('fr', 'store_locator', 'Stores & pickup points'),
('fr', 'store_locator.any_rate_area', 'Any rate area'),
('fr', 'store_locator.available_fields', 'Available stores'),
('fr', 'store_locator.display', 'Locations list view on the checkout page'),
('fr', 'store_locator.display_l', 'List'),
('fr', 'store_locator.display_m', 'Carte'),
('fr', 'store_locator.display_ml', 'Map and list'),
('fr', 'store_locator.main_destination', 'Located in rate area'),
('fr', 'store_locator.name', 'Name'),
('fr', 'store_locator.no_rate_area', 'No rate area'),
('fr', 'store_locator.pickup', 'Pickup'),
('fr', 'store_locator.pickup_avail', 'Available for pick-up'),
('fr', 'store_locator.pickup_locations', 'Pickup Locations'),
('fr', 'store_locator.pickup_rates_calculation_logic_changed_text', '<p>The <b>[pickup_addon]</b> and <b>[store_locator_addon]</b> add-ons were merged into a new add-on called [stores_pickups_addon]. Shipping rates and time are more flexible now: they depend on the location (rate area) of a pickup point. The rates are now specified in one place: the editing page of a shipping method.</p><p>For that reason, we removed the <b>Surcharge</b> field from the pickup point editing page. Its value still appears in the admin panel, but isn’t used in rate calculation. Please check your pickup points, then adjust the shipping rates of all your \"Pick up from store\" shipping methods accordingly.</p><p><a href=\"[shippings_manage]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Adjust shipping rates</a> <a href=\"[pickup_points_list]\" target=\"_blank\" class=\"btn btn-large\">View my pickup points</a></p>'),
('fr', 'store_locator.pickup_rates_calculation_logic_changed_title', 'Pick up from store: Surcharge per pickup point removed'),
('fr', 'store_locator.pick_up_points', 'Pick-up points'),
('fr', 'store_locator.scroll_to_top', 'Scroll to top'),
('fr', 'store_locator.selected_fields', 'Selected stores'),
('fr', 'store_locator.select_stores', 'Select stores'),
('fr', 'store_locator.shipping_position', 'Order selected in the shipping method settings'),
('fr', 'store_locator.shipping_price_from', 'from [price]'),
('fr', 'store_locator.show_pickup_points_only', 'Hide places where I can\'t pick up my order'),
('fr', 'store_locator.show_to', 'Show to'),
('fr', 'store_locator.stores_and_pickup_points', 'Stores and pickup points'),
('fr', 'store_locator.stores_position', 'The \"Position\" field in the store settings'),
('fr', 'store_locator.surcharge_changes_hint', 'In previous versions, the surcharge was added to the standard rates that were specified for a shipping method. Now this surcharge isn\'t taken into account during shipping rate calculation. We left it here for your convenience, so that you could see it and adjust the rates on the shipping method editing page accordingly.'),
('fr', 'store_locator.text_pickup_instruction', 'The \"Customer pick-up\" shipping method offers a customer to choose a store to pick up a product from. The stores can be created in the \"Store location\" add-on<br /><b>Store creation:</b> <a href=\"[store_locator]\">Store location</a>'),
('fr', 'store_locator.use_two_fingers_for_move_map', 'Use two fingers to move the map'),
('fr', 'store_locator.work_time', 'Working hours'),
('fr', 'store_mode', 'Fermer la boutique'),
('fr', 'store_mode.plus', 'Plus'),
('fr', 'store_mode.ultimate', 'Ultimate'),
('fr', 'store_mode_changed', 'Le mode de licence a été changé'),
('fr', 'store_number', 'Numéro de boutique'),
('fr', 'store_object_denied', 'Le [object_type] [object_name] n\'est pas disponible pour ce magasin.'),
('fr', 'store_rating', 'Store rating'),
('fr', 'store_theme', 'Thème de la vitrine'),
('fr', 'subcategories', 'Sous-catégories'),
('fr', 'subcategories_tree_cat', 'Subcategories tree'),
('fr', 'subject', 'Sujet'),
('fr', 'submit', 'Envoyer'),
('fr', 'submit_my_order', 'Soumettre ma commande'),
('fr', 'subpages', 'Sous-menu'),
('fr', 'subscribe', 'S\'abonner'),
('fr', 'subscribed', 'Inscrit'),
('fr', 'subscribed_to', 'Inscrits sur la liste {num}'),
('fr', 'subscriber', 'Abonné'),
('fr', 'subscribers', 'Abonnés'),
('fr', 'subscribers_date', 'Date d\'inscription'),
('fr', 'subscribers_menu_description', 'Gérer les paramètres et les abonnés de la newsletter.'),
('fr', 'subscribers_menu_item_text', 'Abonnés'),
('fr', 'subscribers_no_promo', 'Pas de promotion'),
('fr', 'subscribers_num', 'Nombre de d\'abonnés'),
('fr', 'subscribers_promo_subject', 'Merci pour votre inscription! Utilisez le code du coupon pour notre offre spéciale.'),
('fr', 'subscriber_email', 'Email de l\'abonné'),
('fr', 'subscriptions', 'Abonnements'),
('fr', 'subtotal', 'Sous-total'),
('fr', 'subtotal_sum', 'Sous-total'),
('fr', 'subtract', 'Soustraire'),
('fr', 'suburb', 'Banlieue'),
('fr', 'successful', 'Réussi'),
('fr', 'successfully_registered', 'Inscrit avec succès'),
('fr', 'successful_login', 'Vous avez été connecté avec succès .'),
('fr', 'success_registration_text', 'Félicitations! L\'enregistrement a été un succès! <br/> Maintenant, vous avez un accès complet à toutes les fonctionnalités. Cliquez sur \"Mon compte\" pour les consulter.'),
('fr', 'suffix', 'Suffixe'),
('fr', 'summary', 'Résumé'),
('fr', 'supplier', 'Fournisseur'),
('fr', 'suppliers', 'Fournisseurs'),
('fr', 'suppliers.event.order.supplier_notified.name', 'Suppliers: order status changed to [status]'),
('fr', 'suppliers.supplier_notifications', 'Supplier notifications'),
('fr', 'suppliers_menu_description', 'Liste des comptes fournisseurs enregistrés dans le magasin.'),
('fr', 'supplier_deleted', 'Le fournisseur a été supprimée avec succès.'),
('fr', 'supplier_email_header', 'Les produits suivants ont été achetés dans notre magasin et doivent être expédiées.'),
('fr', 'supplier_id', 'Fournisseur'),
('fr', 'surcharge', 'Cout aditionnel'),
('fr', 'surcharge_title', 'Titre de la surtaxe'),
('fr', 'sweden', 'Suède'),
('fr', 'swedish', 'Suédois'),
('fr', 'swing', 'Balance'),
('fr', 'switch_layout', 'Changer la mise en page'),
('fr', 'symbol', 'Symbole'),
('fr', 'system', 'Système'),
('fr', 'system_environment', 'System environment'),
('fr', 's_first_name_and_last_name', 'First name and last name (for shipping)'),
('fr', 's_fullname', 'Full name (for shipping)'),
('fr', 's_last_name_and_first_name', 'Last name and first name (for shipping)'),
('fr', 'tab', 'Tableau'),
('fr', 'table', 'Table'),
('fr', 'tables', 'Tables'),
('fr', 'table_column_has_been_deleted', 'Product column has been deleted successfully.'),
('fr', 'table_conditions', 'Conditions du tableau'),
('fr', 'tabs', 'Onglets'),
('fr', 'tag', 'Balises'),
('fr', 'tags', 'Favoris'),
('fr', 'tags_menu_description', 'Gérer les étiquettes des pages de produit et de contenu.'),
('fr', 'tag_cloud', 'Nuage de tags'),
('fr', 'tax', 'Taxe'),
('fr', 'taxes', 'Taxes'),
('fr', 'taxes_menu_description', 'Gérer l\'ensemble des taxes qui sont prises en charge dans votre magasin'),
('fr', 'tax_exempt', 'Exempt de taxe'),
('fr', 'tax_rates', 'Taux de taxe'),
('fr', 'temando_centimetres', 'centimètres'),
('fr', 'temando_feet', 'Pieds'),
('fr', 'temando_inches', 'pouces'),
('fr', 'temando_method_depottodepot', 'De dépôt à dépôt'),
('fr', 'temando_method_doortodoor', 'Porte à porte'),
('fr', 'temando_metres', 'mètres'),
('fr', 'temando_package_backpack', 'sac à dos'),
('fr', 'temando_package_bale', 'Balle'),
('fr', 'temando_package_box', 'Boîte'),
('fr', 'temando_package_bunch', 'Bouquet'),
('fr', 'temando_package_bundle', 'Paquet'),
('fr', 'temando_package_carton', 'Carton'),
('fr', 'temando_package_crate', 'Caisse'),
('fr', 'temando_package_cylinder', 'Cylindre'),
('fr', 'temando_package_documentenvelope', 'Enveloppe de document'),
('fr', 'temando_package_drum', 'Tambour'),
('fr', 'temando_package_flatpack', 'Emballage plat'),
('fr', 'temando_package_letter', 'Lettre'),
('fr', 'temando_package_pail', 'Seau'),
('fr', 'temando_package_pallet', 'Palette'),
('fr', 'temando_package_parcel', 'Colis'),
('fr', 'temando_package_pipe', 'Tuyau'),
('fr', 'temando_package_roll', 'Rouleau'),
('fr', 'temando_package_satchel', 'Sacoche / sac'),
('fr', 'temando_package_skid', 'Patin'),
('fr', 'temando_package_suitcase', 'Valise'),
('fr', 'temando_package_tube', 'Tube'),
('fr', 'temando_package_unpackaged', 'Emballé ou N/A'),
('fr', 'temando_package_wheel', 'Roue / Pneu'),
('fr', 'temando_subclass_excessbaggage', 'Excédent de bagages'),
('fr', 'temando_subclass_furniture', 'Mobilier'),
('fr', 'temando_subclass_householdgoods', 'Biens d\'équipement ménager'),
('fr', 'temando_subclass_other', 'Autre (etc.)'),
('fr', 'temando_system', 'Système Temando'),
('fr', 'temando_weight_grams', 'Grammes'),
('fr', 'temando_weight_kilograms', 'Kilogrammes'),
('fr', 'temando_weight_ounces', 'Onces'),
('fr', 'temando_weight_pounds', 'Livres'),
('fr', 'template', 'Modèle'),
('fr', 'templates', 'Templates'),
('fr', 'templates_tree', 'Arbre des templates'),
('fr', 'template_document_gift_certificate_default', 'Defaut de Certificats de Cadeau'),
('fr', 'template_document_order_imagem', 'Invoice'),
('fr', 'template_document_order_image_product', 'Imagem do produto'),
('fr', 'template_document_order_invoice', 'Invoice'),
('fr', 'template_document_order_summary', 'Order summary'),
('fr', 'template_document_packing_slip_default', 'Packing slip'),
('fr', 'template_document_product_imagem', 'Invoice'),
('fr', 'template_document_rma_packing_slip_default', 'Bordereau de retour aux demandes'),
('fr', 'template_document_supplier_order_invoice', 'Fournisseurs: Facture'),
('fr', 'terminal', 'Terminal'),
('fr', 'terminal_id', 'Identifiant terminal'),
('fr', 'terms_and_conditions', 'Termes et Conditions'),
('fr', 'terms_and_conditions_content', '<p>Veuillez lire les Termes et Conditions (\"Terms\", \"Terms and Conditions\") attentivement avant d\'utiliser le site web <a href=\"http://www.mywebsite.com\">http://www.mywebsite.com</a> et l\'application mobile My Mobile App (le \"Service\") qui fonctionne par My Company (\"us\", \"we\", or \"our\").</p><p><strong>En accedant ou utilisant le Service Vous etes d\'accord d\'etre soumis a ces Termes.. Si Vous n\'etes pas d\'accord avec une part de ces Termes Vous ne pourrez pas acceder le w Service.</strong></p><p><strong>Purchases</strong></p><p>Si Vous voulez acheter un produit ou service disponible du Service (\"Purchase\"), Vous serez demande de fournir des informations liees a votre Achat, incluant sans limite,, Votre ...</p><p><strong>Contenu</strong></p><p>Notre Service Vous permet de poster, lier,,reserver partager et autrement et rendre disponible quelques informations,, du texte,, des graphes,, videos, ou autre materiel (\"Contenu\"). Vous etes responsable pour les ...</p><p><strong>Changements</strong></p><p>Nous reservons le droit , a notre discretion, de modifier, ou remplacer ces Termse a tout moment.. Si une revision est materielle, nous essaierons d\'informer au moins 30 jours avant que tout terme nouveau soit mis en effet.. Ce qui constitue un changement du materiel sera determine a notre propre discretion.</p><p><strong>Contacter Nous Us</strong></p><p>Si vous avez des questions sur ces Termes, veuillez nous contacter.</p>'),
('fr', 'test', 'Teste'),
('fr', 'testimonials', 'Témoignages'),
('fr', 'test_live_mode', 'Mode test / production'),
('fr', 'test_mode', 'Mode test'),
('fr', 'text', 'Texte'),
('fr', 'textarea', 'Zone de texte'),
('fr', 'text_2checkout_notice', 'Note Afin de voir vos ordres 2Checkout avec le logiciel de la carte d\'achats, il faut suivre les pas suivants: Se connecter a Votre compte 2Checkout. Cliquer sur management de Site dans la section du Compte. Selectionner les liens donnes retournant a l\'option de Votre site web de la sousection \'\'Retour Directe\'. Installer URL et URL en attente . Mot Secret </u>. Le Mot Secret est communique seulement au cendeur et 2 Checkout<br/>'),
('fr', 'text_2co_ins', 'Service de notification instantanée  (INS)'),
('fr', 'text_access_notice', 'Vous pouvez utiliser les caractères pour le \"Domaine\", \"E-mail\" et \"carte de crédit\" onglets: <br /> <b> * </ b> - peut représenter n\'importe quel nombre de caractères, y compris zéro <br /> < b> ?</ b> - peut représenter un seul caractère.'),
('fr', 'text_additional_detailed_image', '(affichée dans une fenêtre popup)'),
('fr', 'text_additional_storefront_license_required', '<p>You can\'t add a new storefront. The maximum number of storefronts allowed by your current license <code>[license_number]</code> is [allowed_storefronts], and you currently have [existing_storefronts].</p><p>To be able to add another storefront, please buy additional [product] Storefront License. If you want to add multiple new storefronts, buy the corresponding number of licenses.</p>'),
('fr', 'text_additional_thumbnail', '(affichée dans la page de détails de produit dans \'Images supplémentaires\')'),
('fr', 'text_addon_cannot_enable', 'Le module \"[addon_name]\" est incompatible avec les modules suivants: [addons]. Il ne peut pas être activé'),
('fr', 'text_addon_confclicts', 'Le module \"[addon_name]\" est incompatible avec les modules suivants: [addons]. Ces modules seront automatiquement désactivées.'),
('fr', 'text_addon_confclicts_on_install', 'Le module \"[addon_name]\" est incompatible avec les modules suivants : [addons]. Il n\'a pas été est activé. Activez le manuellement et tous les modules incompatibles seront automatiquement désactivés.'),
('fr', 'text_addon_disable_dependencies', 'The add-on cannot be disabled because the following add-ons depend on it: [addons]'),
('fr', 'text_addon_enable_dependencies', 'The add-on cannot be enabled because it depends on the following add-ons: [addons]'),
('fr', 'text_addon_installed', 'Addon <b>\"[addon]\"</b> has been installed successfuly'),
('fr', 'text_addon_install_dependencies', 'Le module ne peut pas être installé car une dépendance sur le module [addon]  existe. Veuillez installer le module [addon] en premier.'),
('fr', 'text_addon_refreshed', 'Les paramètres et les variables de langue du module complémentaire <b>\"[addon]\"</b> ont été correctement mis à jour'),
('fr', 'text_addon_uninstalled', 'Addon <b>\"[addon]\"</b> has been uninstalled'),
('fr', 'text_addon_uninstall_dependencies', 'Le module ne peut pas être installé parce que les modules suivants dépendent de lui : [addons]'),
('fr', 'text_addresses_wildcards', 'Vous pouvez utiliser des jokers dans ce champs :<br><b>\'?\'</b> - tout caractère simple;<b>\'*\'</b> - tout nombre de caractères.<br><br><u>Exemple :</u><br><b>* rue</b> &nbsp;&nbsp;(correspond a 19 rue, 102 rue, etc)'),
('fr', 'text_address_not_found', 'Adresse introuvable'),
('fr', 'text_admin_new_orders', 'Cette section affiche les commandes non encore consultées.'),
('fr', 'text_allowed_to_upload_file_extension', 'Les extensions suivantes du fichier y sont supportes:<B>{est}</b>.'),
('fr', 'text_all_categories_included', 'All categories included'),
('fr', 'text_all_products_included', 'All products included'),
('fr', 'text_amazon_callback_url', 'Important : Il faut specifier le URL de votre boutique comme le URL du Vendeur sur le Site Web du Vendeur d\"Amazon Central (Parametres__> Tube des Paramètres de Checkout). Autrement Vous ne pourrez pas accepter des paiements dans votre boutique d\'Amazon de Checkout'),
('fr', 'text_amazon_failed_order', 'Aucune reponse du Chekcout d\' Amazon n\'a été recue encore, attendez s\'il Vos plait. Bien que la commande n\'ait pas été crée dans la boutique depuis longtemps. Il est fort possible qu\'elle ait été créée avec succès depuis le Checkout d\'Amazon. Contactea le personnel de la boutique pour leur dire que le ID de commande a été fourni par Amazon'),
('fr', 'text_amazon_incorrect_products_count', 'Le nombre de produits dans votre panier diffère du nombre de produits de la requête Amazon.'),
('fr', 'text_amazon_link_message', 'Pour des raisons de test, l\'URL du vendeur peut etre le lien HTTP de votre boutique, mais la mode live necessite une connection sécurisée, et il faut utiliser le lien HTTPS. Rappelez-vous aussi d\'activer le mode de production sur le web Central d\'Amazon quand vous serez prêet à passer en live.'),
('fr', 'text_amazon_surcharge', '<b>Noter:</b> Selon Amazon <a href=\'https://payments.amazon.com/sdui/sdui/about?nodeId=6019\' target=\'_blank\'>policy</a> (B4.2), il n\'y a pas de surcpût à supporter. Toutes sommes supplementaires que vous aurez renseignées seront omises si le Checkout d\'Amazon est utilisé.'),
('fr', 'text_anonymous_checkout', 'Vous devez être un utilisateur enregistré pour pouvoir commander'),
('fr', 'text_answer_type', 'Fournir une réponse textuelle'),
('fr', 'text_applied_promotions', 'We congratulate you on coming into possession of the following promotion(s)'),
('fr', 'text_approval_notice', 'Ce message a besoin d\'être approuvé'),
('fr', 'text_are_you_sure_to_delete_file', 'Êtes-vous sûr de vouloir supprimer l\'article?'),
('fr', 'text_are_you_sure_to_proceed', 'Êtes-vous sûr de vouloir continuer ?'),
('fr', 'text_atos_notice', '<b> Note: </ b> <br /> 1. Copiez votre certificat, qui vous ont été envoyés sur le disque, dans le répertoire [home_path]. Renommer le certificat en certif.fr. [my_merchant_id], où [my_merchant_id] est votre numéro de site Web. <br /> 2. Renommez le fichier de paramètres magasin (parmcom.014213245611111 fichier) en parmcom.[my_merchant_id]. <br /> 3. Modifier <b> pathfile </ b> dans le fichier <b> [home_path] </ b> <br /> - Remplacer la chaîne \'<u> D_LOGO! [Some_dir] </ u> \"par\" <u> D_LOGO! [Http_path] / logo /! </ U> <br /> - Remplacer la chaîne \'<u> F_DEFAULT! [/ Some_dirs / parmcom.sogenactif] </ u> \"par\" <u> F_DEFAULT! [Home_path ] / parmcom.sogenactif! </ u> <br /> - Remplacer la chaîne \'<u> F_PARAM! [/ some_dirs / parmcom] </ u> \"par\" <u> F_PARAM! [home_path] / parmcom! < / u> <br /> - Remplacer la chaîne \'<u> F_CERTIFICATE! [/ some_dirs / Certif] </ u> \"par\" <u> F_CERTIFICATE! [home_path] / Certif! </ u> <br / > 4. Modifier <b> parmcom. [Some_number] </ b> fichier dans <b> [home_path] </ b> <br /> - Remplacer la chaîne \'<u> AUTO_RESPONSE_URL! [Some_url] </ u> \"par\" <u> AUTO_RESPONSE_URL! [auto_url] </ u> <br /> - Remplacer la chaîne \'<u> CANCEL_URL! [some_url] </ u> \"par\" <u> CANCEL_URL! [ok_url] </ u > \'<br /> - Remplacer la chaîne\' <u> RETURN_URL! [some_url] </ u> \"par\" <u> RETURN_URL! [ok_url] </ u> <br />'),
('fr', 'text_atos_warning', '<span style=\"color:#FF2222\"> Attention !!!</ span>Le chemin vers les fichiers Atos ne doit être composé de plus de 60 symboles, autrement copier le dossier atos_files dans un répertoire parent, par exemple dans le répertoire de base du panier. Assurez-vous également que le répertoire des fichiers Atos ait toutes les permissions.'),
('fr', 'text_authentication_failed_message', 'Votre institution financière a indiquée que cette transaction n\'a pas pu être authentifiée avec succès . Pour se protéger contre l\'utilisation non autorisée, cette carte ne peut être utilisée pour compléter votre achat. Vous pouvez compléter l\'achat en sélectionnant un autre mode de paiement.'),
('fr', 'text_backup_filename_hint', 'Pour telecharger ce backup, cliquer sur l\'image d\'engrenage et selectionner Download'),
('fr', 'text_backup_management_notice', 'Cettes section vous permet de gérer les fichiers de sauvegarde.<br>- Pour restaurer la base de données, cocher la case à cocher correspondante au nom de fichier approprié et appuyer sur le bouton \"Restaurer\" (Notez svp, que le premier fichier sera traité si vous sélectionnez plus d\'une entrée)<br>- Pour supprimer des fichiers, cocher les case a cocher correspondantes aux fichiers a supprimer et appuyer sur le bouton \"Supprimer\".<br>- Pour telecharger le fichier vers votre ordinateur local, cliquer sur le nom du fichier.'),
('fr', 'text_banner', 'Bannière au format texte'),
('fr', 'text_billing_address_is_different_from_shipping', 'My billing address is different from shipping address'),
('fr', 'text_billing_same_with_shipping', 'Les adresses de facturation et de livraison sont identiques.'),
('fr', 'text_block_trial_notice', 'Votre période d\'évaluation de 30 jours a expiré. Veuillez acheter une licence (www.cs-cart.com/licenses.html) ou supprimer le logiciel de votre serveur.'),
('fr', 'text_box', 'Champs de saisie'),
('fr', 'text_buy_new_license', 'Si Vous n\'avez pas  encoreun numéro de licence, vous pouvez l\'acheter sur notre site web officiel.'),
('fr', 'text_cannot_apply_points_to_this_order_because_total', 'Malheureusement vous ne pouvez pas appliquer les points à cette commande car le coût total est égal à zéro.'),
('fr', 'text_cannot_apply_points_to_this_order_because_user', 'Malheureusement vous ne pouvez pas appliquer les points à cette commande, car vous n\'avez pas assez de points sur ce compte.'),
('fr', 'text_cannot_create_directory', 'Ne peut créer le répertoire <b>[directory]</b>. Vérifier svp les permissions.'),
('fr', 'text_cannot_create_file', 'Ne peut créer le fichier<b>[file]</b>.Vérifier svp les permissions du répertoire.'),
('fr', 'text_cannot_delete_directory', 'Ne peut supprimer le répertoire <b>[directory]</b>.Vérifier svp les permissions.'),
('fr', 'text_cannot_delete_file', 'Ne peut pas supprimer le fichier <b>[file]</b>. Veuillez vérifier les permissions.'),
('fr', 'text_cannot_rename_directory', 'Ne peut pas renommer le répertoire <b>[directory]</b>. Veuillez vérifier les permissions.'),
('fr', 'text_cannot_rename_file', 'Ne peut pas renommer le fichier <b>[file]</b>. Veuillez vérifier les permissions.'),
('fr', 'text_cannot_restore_directory', 'Ne peut restaurer le répertoire <b>[directory]</b> à partir de l\'original. Veuillez vérifier qu\'il existe svp.'),
('fr', 'text_cannot_restore_file', 'Ne peut pas restaurer le fichier <b>[file]</b> à partir de l\'original. Veuillez vérifier qu\'il existe svp.'),
('fr', 'text_can_be_used_once', 'Ce coupon ne peut être utilisé qu\'une fois. Vous l\'avez déjà utilisé.'),
('fr', 'text_cart_amount_changed', 'La quantité du produit <b> [product] </ b> dans votre panier a été modifiée par la quantité autorisée.'),
('fr', 'text_cart_amount_corrected', 'Le nombre de produits en stock est insuffisant pour votre commande. La quantité du produit <b>[product]</b> a été changée dans votre panier.'),
('fr', 'text_cart_empty', 'Votre panier est vide'),
('fr', 'text_cart_max_qty', 'La quantité maximum pour  \"[product]\" est <b>[quantity]</b>'),
('fr', 'text_cart_min_qty', 'La quantité minimum pour \"[product]\" est <b>[quantity]</b>'),
('fr', 'text_cart_not_enough_inventory', 'Le nombre de produits dans l\'inventaire n\'est pas suffisant pour votre commande'),
('fr', 'text_cart_zero_inventory', 'Le produit <b>[product]</b> a un inventaire nul et ne peut pas être ajouté au panier'),
('fr', 'text_cart_zero_inventory_and_removed', '<b>[product]</b> a un inventaire à zéro et va être enlevé du panier'),
('fr', 'text_catalog_mode_zero_price_action_notice', 'Afin que le bouton « Acheter maintenant » puisse être affiché sur la page de détails du produit, mettez « Action prix à zéro » à « Permettre aux clients d\'ajouter le produit au panier ».'),
('fr', 'text_categories_have_been_deleted', 'Catégories supprimées avec succès.'),
('fr', 'text_category_delimiter', 'Le délimiteur du chemin Catégorie pour le champs \'main_category\'  (ex : \"Computers///Desktops\")'),
('fr', 'text_category_detailed_image', '(optionel, affichée dans la page de détails de la catégorie seulement)'),
('fr', 'text_category_has_been_deleted', 'La catégorie, sous-catégories et leurs produits ont été enlevés avec succès.'),
('fr', 'text_category_icon', '(affiché dans la liste des catégories et les pages détails)'),
('fr', 'text_cc_javascript_disabled', 'Note! Your browser has the <b>JavaScript</b> disabled. To pay for your order click'),
('fr', 'text_cc_number_is_blocked', 'Le numéro de carte de crédit <b>[cc_number]</b> est bloqué par l\'administrateur. Veuillez prendre contact avec l\'administrateur de la boutique en ligne ou essayer un autre numéro.'),
('fr', 'text_cc_processor_connection', 'Connexion à <b>[processor]</b>...'),
('fr', 'text_cdn_check', '<strong>Attention!</strong> Veuillez l\'url statique de votre site <a href=\"[url]\">[url]</a>, pour vous assurer que cela fonctionne avant d\'activer CDN (Vous pouvez l\'activer après que la sauvegarde soit active) il y faut compter 10 à 15 minutes pour activer le stockage \"Actif\", rafraichissez la page si besoin).'),
('fr', 'text_cdn_setup', 'Le CDN a été initialisé avec succès.'),
('fr', 'text_changes_not_saved', 'Vos modifications n\'ont pas été sauvées.'),
('fr', 'text_changes_saved', 'Vos modifications ont été sauvées.'),
('fr', 'text_change_password', 'Vous êtes maintenant connecter à votre compte. Veuillez changer votre mot de passe en cliquant sur le bouton \"Mettre à jour\".'),
('fr', 'text_character_identifier_tooltip', 'A character sequence that serves as an identifier. You can use figures from 0 to 9, symbols of the English alphabet and the following signs: \"-\", \"_\", \".\".'),
('fr', 'text_checkout_new_profile_notice', 'Si vous êtes un nouveau client vous devez d\'abord vous inscrire en complétant le formulaire ci-dessous.'),
('fr', 'text_cities_wildcards', 'Vous pouvez utiliser des jokers dans ce champs :<br><b>\'?\'</b> - tout caractère simple;<b>\'*\'</b> - tout nombre de caractères.<br><br><u>Exemple :</u><br><b>New Y*</b> &nbsp;&nbsp;(correspond à New York, New Yark, etc)<br><b>L?s*</b>&nbsp;&nbsp; (correspond à Las Vegas, Los Angeles, etc..)'),
('fr', 'text_click_here', 'Cliquer ici pour plus de détails'),
('fr', 'text_cmcic_notice', 'Veuillez mettre l\'URL suivante dans le champ <b> CGI2 </ b>: <b> [postback_url] </ b>'),
('fr', 'text_cmpi_frame_message', 'Pour votre sécurité, veuillez remplir le formulaire ci-dessous pour compléter votre commande. Ne cliquez pas sur le bouton Actualiser ou Retour, sinon cette transaction peut être interrompue ou annulée.'),
('fr', 'text_cmpi_go_back', 'Retour'),
('fr', 'text_combination_out_of_stock', 'Aucun produit avec les options choisies en stock'),
('fr', 'text_companies_activated', 'Les entreprises sélectionnées ont été activées'),
('fr', 'text_companies_disabled', 'Les entreprises sélectionnées ont été désactivées'),
('fr', 'text_company_status_active_subj', 'Votre société a été activée.'),
('fr', 'text_company_status_active_to_pending', 'Votre status de vendeur a été change d\'Actif a celui d\'Attente.'),
('fr', 'text_company_status_changed', 'Le statut de votre société [company] a été changé en [status]'),
('fr', 'text_company_status_disabled_subj', 'Votre société a été désactivée.'),
('fr', 'text_company_status_disabled_to_pending', 'Votre status de vendeur a été change du Deactive a celui d\'Attente.'),
('fr', 'text_company_status_new_to_active', 'Votre demande pour vendeur {company} a été approuvee.'),
('fr', 'text_company_status_new_to_active_administrator_created', 'Un nouvel administrateur a été cree> Vous pouvez acceder la region d\"administrateur:<a href+\"\"{link} , utilisant les certificats suivants. Connexion: <br/> Mot de passe'),
('fr', 'text_company_status_new_to_active_administrator_updated', 'Type du compte change a l\'administrateur. Vous pouvez vous connecter a u champ d\'administrateur <a href=\'\'{link}\'\'>{link_text}</a>'),
('fr', 'text_company_status_new_to_active_subj', 'Votre demande pour vendeur a été approuvee.'),
('fr', 'text_company_status_new_to_disable', 'Votre demande pour vendeur {company} a été rejetee.'),
('fr', 'text_company_status_new_to_disable_subj', 'Votre demande de vendeur a été rejetee.'),
('fr', 'text_company_status_new_to_pending', 'Felicitations, Votre application pour obtenir un compte de vendeur a été approuve. Quand nous aurons vu Vos details sur compte, nous les publierons sur notre site web.'),
('fr', 'text_company_status_pending', 'Le status d\'Attente Vous permet de Vous connecter a Votre panneau d\'admin, changer l\'information de votre societe et remplir votre boutique avec de sproduits.'),
('fr', 'text_company_status_pending_subj', 'Votre societe attend l\'approbation.'),
('fr', 'text_company_status_pending_to_active', 'Les changements de Votre profile pour vedneur ont ete approuves.'),
('fr', 'text_conditions_cleared', 'Les conditions de la Table ont été effacées'),
('fr', 'text_confirmation_page_header', 'Ceci est une page de confirmation. Vous devez confirmer l\'opération avant qu\'elle soit executée.'),
('fr', 'text_confirm_passwd_recovery', 'Veuillez suivre ce lien pour confirmer votre procédure de récupération de mot de passe'),
('fr', 'text_cpf_exists', 'CPF está vinculado a outra conta'),
('fr', 'text_csrf_attack', 'Accès refusé: Attaque CSRF possible'),
('fr', 'text_customer_area_logo', 'Logo pour la zone <b>client</b>'),
('fr', 'text_datatrans_notice', '<b>Note</b>: Afin de suivre vos ordres DataTrans avec le logiciel de la carte d\'expedition, Vous devez suivre les pas suivants:<br /> <br /> -&nbsp; Se connecter a Votre lien de compte DataTrans de la section <br /> -&nbsp;Click on the <u>\'Upp Data\'</u> link in the <u>\'Upp Administration\'</u> section.<br /> -&nbsp;Set <u>\'URL Format pour poster les donnees </u> to <b>\'Donnees en FORME HTML \'</b>.<br /> -&nbsp;Set <u>\'URL Posionner the <b>\'Une identification de vendeur en plus sera envoyee avec l\'option des messages de paiement \'</b> option.<br /> -&nbsp;Generer une nouvelle signature digitale utilisant <u>\'Generer un bouton nouveau pour coonnexion new sign\'</u> <br /> -&nbsp; Metre la valeur generee au champ de Signature digitale sur la page de configuration du paiement DataTrans de votre boutique <br />'),
('fr', 'text_data_changed', 'Vos modifications n\'ont pas été sauvegardées. Cliquez OK pour continuer ou sur Annuler pour rester sur la page actuelle.'),
('fr', 'text_decrease_points_in_use', 'Les points utilisé dans la commande ont été enlevé du compte du client.'),
('fr', 'text_deltapay_notice', '<b>Note:</b> Envoyer l\'information suivante à la page du support du Paiement DeltaPay :<br /> \'<u>[payment_url]</u>\'<br />Page de succès: \'<u>[result_url]</u>\'<br />Page d\'echec: \'<u>[result_url]</u>\'<br />Annuler page : \'<u>[result_url]</u>\'<br />'),
('fr', 'text_directebanking_notice', 'Installer \'Success link\'(lien de Succes) a : <b>[success_url]</b><br /> Installer \'Abort link\' a: <b>[abort_url]</b><br /> Ajouter des notifications nouvelles HTTP et mettre \'Notification URL\' a: <b>[notification_url]</b><br /> Activer le check d\'introduction et paraméttrez l\'algorythme de hachage \'SHA1\'<br />'),
('fr', 'text_directory_created', 'Le répertoire <b>[directory]</b> a été crée avec succès.'),
('fr', 'text_directory_deleted', 'Le répertoire <b>[directory]</b> a été supprimé avec succès'),
('fr', 'text_directory_renamed', 'Le répertoire <b>[directory]</b> a été renommé avec succès en <b>[to_directory]</b>'),
('fr', 'text_directory_restored', 'Le répertoire <b>[directory]</b> a été restauré du dictionnaire'),
('fr', 'text_downloads_empty', 'Votre liste de téléchargement est vide'),
('fr', 'text_editing', 'Édition de texte'),
('fr', 'text_edp_product', 'produit téléchargeable'),
('fr', 'text_ekey_not_valid', 'La clé électronique saisie n\'est pas valide ou a expiré'),
('fr', 'text_email_is_blocked', 'L\'adresse email <b>[email]</b> est bloqué par l\'administrateur. Veuillez contacter l\'administrateur de la boutique en ligne ou essayer avec une autre adresse.'),
('fr', 'text_email_sent', 'L\'email a été envoyé avec succès.'),
('fr', 'text_emerchantpay_notice', 'Veuillez ajouter ces champs URL à votre formualire de paiement eMerchantPay eCommerce <br/><br/><b>BackReturn URL:</b><br/>[backreturn_url]<br/><br/><b>Approbation Personalisée URL:</b><br/>[notify_url]<br/><br/><b>Rejet Personalisé URL:</b><br/>[decline_url]<br/><br/><b>ActiverNotification URL:</b><br/>[process_url]'),
('fr', 'text_enabled_testimonials_notice', 'Les témoignages sont désactivées. Pour les activer, veuillez aller sur <a href=\"[link]\"> observations et commentaires : options</a> et sélectionnez la valeur « Communication », « Notation » ou « Communication et notation » dans le champ « Témoignages ».'),
('fr', 'text_enets_notice', 'Veuiller envoyer l\'URL suivante au gestionnaire eNPS comme URL de réponse pour les trois cas (succés, échec, annulation) : [r_url]'),
('fr', 'text_entered_html_was_sanitized', 'Some <strong>HTML tags</strong> that you have used <strong>were cut off</strong> because of the restrictions on inserting HTML tags such as &lt;object&gt;, &lt;iframe&gt;, &lt;embed&gt; and JavaScript code. That\'s why the content that you\'ve inserted via these tags will not be displayed.'),
('fr', 'text_enter_filename', 'Veuillez saisir un nouveau nom de fichier'),
('fr', 'text_error_adding_request', 'Erreur lors ajouter la demande.'),
('fr', 'text_exim_data_exported', 'La donnée a été exportée avec succès.'),
('fr', 'text_exim_data_imported', 'Les données ont été importés avec succès.<br />Nouveaux objets - <b>[new]</b>;<br />Objets mis à jour - <b>[exist]</b>;<br />Total - <b>[total]</b>.'),
('fr', 'text_exim_data_imported_clear', 'Les données ont été  importées avec succès.'),
('fr', 'text_exim_export_notice', 'Voici la liste des champs qui peuvent être exporté. Les champs <b>surlignés</b> sont requis.'),
('fr', 'text_exim_import_features_note', '<h4>Product features import format</h4><code>(%Group name%) %Feature name%: %Feature type%[%Feature value%]</code>where,<dl class=\"dl-horizontal\"><dt>%Group name%</dt><dd>the name of feature group</dd><dt>%Feature name%</dt><dd>the name of feature</dd><dt>%Feature type%</dt><dd>the feature type (C - checkbox, M - multiple checkboxes, S - text select box, N - number select box, E - extended selectbox, T - simple text, O - number, D - date)</dd><dt>%Feature value%</dt><dd>the feature value (several values can be delimited by comma)</dd></dl><p>Several features must be delimited by semicolon.</p><h5>Example:</h5><code>ISBN: T[1233423423]; Release date: D[05/05/07]; Color: S[Red]</code>'),
('fr', 'text_exim_import_files_note', '<h4>Fprmat d\'importation de fichiers </h4><code>%Place des fichiers %</code> ou <dl class=\"dl-horizontal\"> <dt>%Endroit des fichiers%</dt> <dd>peut etre un chemin absolu ou relatif dans le serveur file system or a URL</dd> </dl> <p>Quelques fichiers doivent etre delimite par commacomma.</p> <h5>Exemple 1:</h5><code>file1.jpg</code><h5>Exemple 2:</h5><code>backup/file1.zip, images/file2.jpg</code>'),
('fr', 'text_exim_import_images_note', '<h4>Format pour importer des images</h4><code>%Place d\'images %#%Alternative text%</code> ou,<br><dl class=\"dl-horizontal\"><dt>%Place d\'images%</dt><peut etre un chemin absolu ou relatif dans un systeme de fichiers du serveur ou un URL,</dd><dt>%Alternative text%<dt><dd>texte d\'images alternatif </dd></dl><h5>Example 1:</h5><code>images/product_images/apples.jpg#Apples</code><h5>Exemple 2:</h5><code>http://www.site.com/apples.jpg#Apples</code>'),
('fr', 'text_exim_import_notice', 'Voici la liste des champs que votre fichiers de données peut contenir. Les champs surlignés sont requis.'),
('fr', 'text_exim_import_options_note', '<h4>Product options import format</h4><code>%Option name%: %Option type%[{$ldelim}%Variant 1 ID%{$rdelim}%Variant 1%,{$ldelim}%Variant 2 ID%{$rdelim}%Variant 2%,{$ldelim}%Variant N ID%{$rdelim}%Variant N%]</code> where,<dl class=\"dl-horizontal\"><dt>%Option name%</dt><dd>the name of the option,</dd><dt>%Variant N ID%</dt><dd>the id of the variant,</dd><dt>%Variant N%</dt><dd>the name of the variant. Variants must be specified if the option type is a selectbox or radiogroup only.</dd><dt>%Option type%</dt><dd>the option type, can be the following:<br><ul><li><b>S</b> - selectbox,</li><li><b>R</b> - radiogroup,</li><li><b>C</b> - checkbox,</li><li><b>I</b> - simple input,</li><li><b>T</b> - textarea.</li></ul></dd></dl><p>Several options must be delimited by semicolon.</p><h5>Examples:</h5>Simple text options:<code>Your age: I; Date of birth: I; Notes: T</code><br>Options with variants:<code>Color: S[Red, Green, Blue]; Size: R[X, XL, XXL]</code>'),
('fr', 'text_exim_utf8_file_format', 'Assurez-vous que le fichier que vous importez comporte un encodage en UTF-8'),
('fr', 'text_expired_license', 'Malheureusement, votre abonnement pour le logiciel CS-Cart  est terminée. Veuillez le renouveler dès que possible pour éviter la suspension du programme.'),
('fr', 'text_failed_gift_certificate_addition', 'L\'addition des bons-cadeaux a échoué. Prenez garde à ce que le total ne soit pas à zéro.'),
('fr', 'text_features_delimiter', 'Delimiteur entre des valeurs de variation d\'une caractéristique produit.'),
('fr', 'text_feedback_notice', 'Les paramètres qui seront envoyés à notre serveur pour analyser la fonctionnalité et la configuration actuelle sont énumérés ci-dessous. <br /> Aucune information personnelle ou financière ne sera envoyée. Après avoir pris connaissance de la liste des paramètres, cliquez sur \"Envoyer\". <br />'),
('fr', 'text_files_directory', 'Le dossier où les fichiers des produits sont localisés. Cela sera utilisé si le champ \"File\" est spécifié sans chemin; Cela doit être un chemin absolu.'),
('fr', 'text_file_created', 'Le fichier <b>[file]</b> a été créé avec succès.'),
('fr', 'text_file_deleted', 'Le fichier <b>[file]</b> a été supprimé avec succès'),
('fr', 'text_file_editor_notice', 'Vous pouvez transférer et télécharger des fichiers via via <a href=\"[href]\">l\'éditeur de fichier</a>'),
('fr', 'text_file_editor_notice_full_link', 'Vous pouvez télécharger ou uploader les fichier via [link]'),
('fr', 'text_file_renamed', 'Le fichier <b>[file]</b> a été renommé avec succès à <b>[to_file]</b>'),
('fr', 'text_file_restored', 'Le fichier <b>[file]</b> a été restauré de l\'original'),
('fr', 'text_file_saved', 'Le fichier <b>[file]</b> a été enregistré avec succès'),
('fr', 'text_fill_the_mandatory_fields', 'Vous devez compléter tous les champs obligatoires'),
('fr', 'text_forbidden_file_extension', 'Il n\'est pas permi de créer/télécharger/renommer les fichiers avec l\'extension <b>.[ext]</b>.'),
('fr', 'text_forbidden_file_mime', 'Il n\'est pas autorisé de créer / transférer / renommer des fichiers de <b> [mime] </ b> de type MIME.'),
('fr', 'text_forbidden_functionality', 'Pour utiliser ctte caractéristique vous avez besoin d\'une license {product}'),
('fr', 'text_forbidden_uploaded_file_extension', 'Il n\'est pas autorisé de transférér des fichiers avec les extensions <b>. [ext] </ b>. Les extensions autorisées sont: <b> [exts] </ b>'),
('fr', 'text_forbidden_uploaded_file_size', 'Il n\'est pas autorisé de transférer des fichiers dont la taille dépasse <b>[size]</b>'),
('fr', 'text_form_cresecure_notice', 'Veuillez compléter votre paiement ci-dessous. <br /> C\'est une page de paiement sécurisé, servie d\'un endroit sécurisé.'),
('fr', 'text_full_mode_required', '<strong>Mode complet</strong> requis.'),
('fr', 'text_gate2shop_notice', 'Veuillez renseignerer les valeurs suivantes comme paramètres pour Gaze@Shop > Sans succès et URL annule>'),
('fr', 'text_gd_not_avail', 'La librairie GD <b>N\'EST PAS INSTALLEE</b> dans votre serveur. Veuiller contacter votre hébergeur. <br>Seul le type \"Table\" peut être utilisé pour les diagrammes.'),
('fr', 'text_gift_certificate_logo', 'Logo pour les <b>bons cadeau</b>'),
('fr', 'text_gift_cert_added_to_wishlist', 'Le bon-cadeau a été ajouté à liste de souhaits'),
('fr', 'text_gift_cert_amount_alert', 'Le montant doit être compris entre [min] et [max]'),
('fr', 'text_gift_cert_applied', 'Le bon-cadeau a été appliqué'),
('fr', 'text_gift_cert_cannot_delete', 'Impossible de supprimer le bon-cadeau [code] parce qu\'il est utilisé dans la ou les commandes [ids].'),
('fr', 'text_gift_cert_has_been_deleted', 'Le bon-cadeau a été effacé avec succès.'),
('fr', 'text_hidpi_support_enabled', 'Le support HiDPI est activé'),
('fr', 'text_hsbc_notice', '<b>Client ID  -</b> Votre Client ID, est un numéro entre 0 et 999999999, ou un alias valide de la forme UK12345678CUR. <br> Un nom Alias est sensible au majuscule. <br /> <b>Attention pour les utilisateurs UNIX :</b><br /> Faites attention à avoir les permissions appropriées au répertoire suivant : chmod -R 755 [cart_dir]'),
('fr', 'text_ideal_basic_notice', '-&nbsp;Log in to your iDEAL account<br />-&nbsp;Click on the <u>\'Security\'</u> in the <u>\'Profile\'</u> section.<br />-&nbsp;Set the option <u>\'Notification\'</u> to <b>\'XML\'</b><br />-&nbsp;Set the <u>\'Notification URL\'</u> to:<br /><b>[return_url]</b><br />-&nbsp;Set the <u>\'Secret key\'</u>. A Secret key is known only to the seller and iDEAL.<b'),
('fr', 'text_images_directory', 'Le répertoire de stockage des images.<br>Ceci sera utilise si l\'image est spécifiée sans chemin; ceci doit être un chemin absolu, ex. :<br> [images_backup_dir]'),
('fr', 'text_increase_points_in_use', 'Les points utilisés dans la commande ont été ajouté au compte de l\'utilisateur.'),
('fr', 'text_input_license_code', 'Veuillez introduire votre numéro de license pour pouvoir gérer votre boutique:'),
('fr', 'text_installing_theme_dependencies', 'Installing the theme dependencies: [dependencies]'),
('fr', 'text_invalid_url', 'You entered invalid URL'),
('fr', 'text_ips_denied', 'Vous n\'êtes pas autorisé à accéder à cette zone.'),
('fr', 'text_ip_blocked_failed_login', 'Votre IP a été bloqué après [number] erreurs de connexions.'),
('fr', 'text_ip_is_blocked', 'Votre adresse IP a été bloquée.'),
('fr', 'text_items_added', 'Les éléments ont été ajoutés avec succès'),
('fr', 'text_license_is_disabled', 'The license is disabled. Please check your license status.'),
('fr', 'text_license_is_disabled_full', 'The license is disabled. Please check your license status or select a different store mode.'),
('fr', 'text_license_is_invalid', 'Invalid license number. Please enter a valid license number.'),
('fr', 'text_license_is_invalid_full', 'Invalid license number. Please enter a valid license number or select a different store mode.'),
('fr', 'text_license_required_ebay', 'Augmenter vos ventes en vendant des produits présentés dans votre boutique CS-Cart sur le plus grand marché mondial eBay.'),
('fr', 'text_license_required_ebay-title', 'Syncronisation eBay'),
('fr', 'text_license_required_facebook', 'Créer et activer votre boutique sur votre page Facebook pour vous rapprocher de votre audience et obtenir plus de clients.'),
('fr', 'text_license_required_facebook-title', 'App Facebook'),
('fr', 'text_license_required_full', 'Your current CS-Cart edition is Professional. We also offer another one, a more advanced edition—<b>Ultimate</b>. With CS-Cart Ultimate, you\'ll be able to use unlimited number of storefronts and the mobile commerce app as well as the eBay Synchronization add-on and the Facebook app without additional fees. To unlock unlimited storefronts and mobile commerce, get the Ultimate license.'),
('fr', 'text_license_required_storefronts', 'Ajouter autant de boutiques que vous le souhaitez et gérer les à l\'aide d\'un seul panneau d\'administration.'),
('fr', 'text_license_required_storefronts-title', 'Boutiques Illimitées'),
('fr', 'text_links', 'Texte liens'),
('fr', 'text_login_form', '<h4>Pas encore enregistré?</h4><p>Créer un nouveau compte est facile et prend moins d\'une minute.</p>'),
('fr', 'text_login_to_add_to_cart', 'This product cannot be added in the<br>cart because you are not logged in.'),
('fr', 'text_mail_area_logo', 'Logo pour les <b>factures</b>'),
('fr', 'text_mandatory_fields', '<span style=\"text-decoration: underline;\">Les champs marques d\'un <span class=\"required-field-mark\">*</span> sont obligatoires.</span>'),
('fr', 'text_max_limit_of_parameters', 'La valeur maximum du champ \"limit\" ne peut pas excéder 25 caractères si le diagramme n\'est pas du type table. La limite de ce diagramme a été corrigée.'),
('fr', 'text_mb_failed_order', 'Aucune réponse de Skrill n\'a encore été reçue, attendez S\'il vous plait. Bien que la commande n\'ait pas été créée sur la boutique pour le moment. Il est fort possible qu\'elle ait été crée avec succès sur Skrill. Veuillez contacter le personnel de la boutique et leur dire que le ID de commande a été fourni par Skrill'),
('fr', 'text_min_order_amount_required', 'Pour poursuivre le processus de commande, le montant de cette dernière doit excéder'),
('fr', 'text_min_products_amount_required', 'Pour poursuivre le processus de paiement, le montant de votre commande montant doit être supérieur à'),
('fr', 'text_money_back_guarantee', 'We offer 30-day money-back guarantee. If you don\'t like our product, we\'ll return you the money, no needless questions asked.'),
('fr', 'text_multiprofile_notice', 'Un utilisateur peut avoir plusieurs profils. Par exemple, vous pouvez avoir un profil pour les commandes personnelles, un autre pour une utilisation pour le bureau et un autre pour passer des commandes pour les amis ou la famille ...'),
('fr', 'text_mve_plus_license_required', '<p>Let your vendors receive money from customers directly via your marketplace.</p><p>Manage vendors\' abilities via user groups, and allow your vendors to change the looks of their stores.</p><p>Create a unified catalog, where vendors can start selling any product in a matter of minutes.</p>');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('fr', 'text_mve_ultimate_license', 'A special edition of [product] that offers all the features of [product] Plus and an unlimited number of storefronts. If you switch to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see the message about the storefront limit again.'),
('fr', 'text_mve_ultimate_license_required', '<p>Branch out: get an unlimited number of storefronts for your marketplace.</p><p>A storefront is another domain created either for a specific country or city, or for a specific part of your product catalog.</p><p>Get all the other functionality of [product] Plus.</p>'),
('fr', 'text_mve_ultimate_or_plus_license_required', 'This action requires [product] Ultimate or [product] Plus. If you switch to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a> or <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus</a>, you\'ll get access to all their features.'),
('fr', 'text_newsletter_sent', 'Les newsletters ont été envoyées avec succès.'),
('fr', 'text_new_payment_was_created', 'Un nouveau paiement a été cree'),
('fr', 'text_new_post_notification', 'Ceci est une notification à propos d\'un nouveau post à'),
('fr', 'text_new_user_activation', 'Le profil détenu par \'\'[user_login}\'\' a été récemment créé, il faut vérifier les données de cet utilisateur (si nécessaire) et l\'activer en utilisant le lien suivant'),
('fr', 'text_nothing_found', 'Aucun résultat'),
('fr', 'text_not_allowed_to_upload_file_extension', 'Le transfert de fichiers ayant une extension <b>.[ext]</b> n\'est pas autorisé ici.'),
('fr', 'text_not_approved_products', 'Des produits nécessitent votre approbation. <a href=\"[link]\">Suivez ce lien</a> pour consulter ces produits.'),
('fr', 'text_not_approved_vendors', 'Vous avez des vendeurs qui demande votre approbation. S\'il Vous plait, suivre ce lien pour revoir ces vendeurs.'),
('fr', 'text_not_valid_cc_number', '<b>[cc_number]</b> n\'est pas un numéro de carte de crédit valide.'),
('fr', 'text_not_valid_cpf', 'CPF está invalido'),
('fr', 'text_not_valid_domain', '<b>[domain]</b> n\'est pas un nom de domaine valide.'),
('fr', 'text_not_valid_email', '<b>[email]</b> n\'est pas une adresse e-mail valide.'),
('fr', 'text_not_valid_ip', '<b>[ip]</b> n\'est pas une adresse IP valide.'),
('fr', 'text_no_active_promotions', 'No promotions available at this time.'),
('fr', 'text_no_conflicts', 'Aucun conflit trouvé'),
('fr', 'text_no_items_defined', 'Aucun(e) [items] défini'),
('fr', 'text_no_matching_products_found', 'Pas de produits trouvés correspondants au critère de recherche'),
('fr', 'text_no_matching_results_found', 'Aucun résultat correspondant aux critères de recherche'),
('fr', 'text_no_orders', 'Aucune commande trouvée'),
('fr', 'text_no_payments_needed', 'Aucune information de paiement requise'),
('fr', 'text_no_payments_required', 'No payment required'),
('fr', 'text_no_products', 'Il n\'y a pas de produits sous cette catégorie'),
('fr', 'text_no_products_defined', 'Aucun produit défini'),
('fr', 'text_no_products_found', 'Aucun produit trouvé'),
('fr', 'text_no_shipments_found', 'Pas d\'info livraison'),
('fr', 'text_no_shipping_methods', 'Malheureusement aucun mode de livraison n\'est disponible pour votre destination.<br>Contactez-nous svp pour trouver une solution.'),
('fr', 'text_no_ticket_found', 'No Ticket Found'),
('fr', 'text_no_upgrades_available', 'Aucune mise à jour disponible actuellement'),
('fr', 'text_objects_for_export', '<b>[total]</b> [name] sera exporté.'),
('fr', 'text_ogonedirect_notice', 'Entrez la signature SHA-1 ici et sur ​​la configuration Ogone <br /> <br /> Pour les nouveaux comptes Ogone créés depuis le 11 mai 2010, la nouvelle politique SHA est automatiquement activée.. <br/> N\'oubliez pas de cocher l\'option \"Utiliser la nouvelle politique de signature SHA\".'),
('fr', 'text_ogoneweb_notice', 'Please set the following URL in the Technical Information section on the Ogone Configuration as a <b>Response Url</b> for all cases (\"accepted\", \"on hold\", \"uncertain\", \"cancelled by the client\", \"too many rejections by the acquirer\"): <b>[r_url]</b><br /> Also enter SHA-1 Signature both: here and on the Ogone Configuration. Then select Request Type: \"Make this request in background and deferred\".'),
('fr', 'text_only_ultimate_license_required', 'A special edition called [product] Ultimate is required to perform this action. If you switch to <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see this message again, and you\'ll also be able to create an unlimited number of storefronts.'),
('fr', 'text_options_no_inventory', 'To create option combinations at least one of your product options should have \"Inventory\" flag ticked off.'),
('fr', 'text_order_backordered', 'Votre commande est en réapprovisionnement. Nous vous contacterons aussitôt que possible.'),
('fr', 'text_order_placed_error', 'Votre commande a été refusée par le système de paiement. Veuillez vérifier vos données et contacter l\'administrateur de la boutique.'),
('fr', 'text_order_placed_successfully', 'Felicitations ! Votre commande a été enregistrée avec succès.'),
('fr', 'text_order_repayed_successfully', 'La commande a été à nouveau payée avec succès.'),
('fr', 'text_order_saved_successfully', 'La commande a été enregistrée avec succès'),
('fr', 'text_order_status_has_not_been_changed', 'La commande n\'a pas été changé parce que l\'utilisateur ne dispose pas d\'assez de nombre de points.'),
('fr', 'text_order_status_notification', 'Veuillez noter que la notification de modification du statut sera envoyée en fonction des paramètres de ce statut'),
('fr', 'text_out_of_stock', 'Rupture de  stock'),
('fr', 'text_owl', 'OwlCarousel'),
('fr', 'text_pages_cloned', 'Les pages ont été clonées avec succès. Ci-dessous la liste des nouvelles pages.'),
('fr', 'text_pages_have_been_deleted', 'Les pages ont été supprimées avec succès.'),
('fr', 'text_page_changed', 'Are you sure you want to navigate away from this page?Your changes have not been saved.Press OK to continue, or Cancel to stay on the current page.'),
('fr', 'text_page_has_been_deleted', 'La page a été supprimée avec succès.'),
('fr', 'text_page_loading', 'Votre requête est en cours de traitement, merci de patienter.'),
('fr', 'text_password_recovery_instructions_sent', 'Password recovery instructions have been sent to [email] address.'),
('fr', 'text_pay4later_notice', '<b>Note</b>: Afin de voir vos ordres de Pay4Later avec Votre logiciel de carte d\'achats Vous devez suivre ces pas, you have to take these steps:<br /><br />-&nbsp;Log in to Pay4Later BackOffice<br />-&nbsp;Cliquer sur <u>\'Settings/Installations\'</u> link in the <u>\'Liens Rapides\'</u> section.<br />-&nbsp; Installer <u>\'Retour URL (Verified)\'</u> setting to:<br /><b>[verified_url]</b><br />-&nbsp;Set <u>\'Return URL (Decline)\'</u> setting to:<br /><b>[_url] rrejete</b><br />-&nbsp;Set <u>\' URLde Retour (Refer)\'</u> setting to:<br /><b>[refer_url]</b><br />-&nbsp;Set <u>\'Return URL (Cancel)\'</u> installant a :<br /><b>[cancel_url]</b><br />-&nbsp;Set <u>\'CSN URL\'</u> installerg to:<br /><b>[process_url]</b><br />-&nbsp;Click on the <u>\'Enregistrer les Changements\'</u> button<br />'),
('fr', 'text_paybox_notice', '<b>Note:</b> Please download the file modulev2.cgi from the PayBox server, copy it to <b>[paybox_dir]</b> directory <u>in binary mode</u> and make it executable. <br />Run the following command:<br /><b><i>chmod 755 modulev2.cgi</b></i><br /><br />Also ask &#8220;Paybox&#8221; service to add the following URL to the database as &#8220;Callback URL&#8221;:<br /><b>[callback_url]</b>'),
('fr', 'text_payment_first_data_notice', 'Veuilez vous connecter au FirstData Connect Admin 2.0, ouvrir l\'onglet \"Administration\", cliquez sur le lien \'Connect 2.0 Setup\'\', Paramétrer l\'URL suivante dans la section de Formulaire de Soumission de commande, \'\'Page de Configuration\'\', Page d\'Echec\'\''),
('fr', 'text_payment_have_been_deleted', 'Le paiement a été supprimé avec succès.'),
('fr', 'text_payment_have_not_been_deleted', 'Le paiement ne peut pas être supprimé.'),
('fr', 'text_paypal_processing_payment', 'Veuillez patienter pendant le traitements des données de paiement...'),
('fr', 'text_paypal_surcharge', '<b>Remarque :</b> Selon la PayPal <a href=\'https://www.paypal.com/webapps/mpp/ua/useragreement-full#4\' target=\'_blank\'>politique</a> (4.6), les suppléments ne sont pas supportés.'),
('fr', 'text_paysitecash_debug', 'Informations de débogage'),
('fr', 'text_paysitecash_mode', 'Mode'),
('fr', 'text_paysitecash_mode_debug_off', 'OFF'),
('fr', 'text_paysitecash_mode_debug_on', 'ON'),
('fr', 'text_paysitecash_mode_live', 'En direct'),
('fr', 'text_paysitecash_mode_test', 'Test'),
('fr', 'text_paysitecash_nocurrencies', 'Mode devise'),
('fr', 'text_paysitecash_nocurrencies_no', 'Permettre au client de sélectionner l\'une des devises supportées'),
('fr', 'text_paysitecash_nocurrencies_yes', 'Ne pas montrer le choix des devises à tous'),
('fr', 'text_paysitecash_notice', 'Veuillez ajouter ces champs URL dans votre configuration de Paysite-cash :<br/><br/><b>URL:</b><br/>[url]<br/><br/><b>url du site source:</b><br/>[ref_url]<br/><br/><b>url de retour après paiement:</b><br/>[sucess_url]<br/><br/><b>url pour paiement annulé:</b><br/>[cancel_url]<br/><br/><b>url de confirmation du backoffice:</b><br/>[confirm_url]'),
('fr', 'text_paysitecash_processor', 'Processeur'),
('fr', 'text_paysitecash_site_id', 'Identifiant Site'),
('fr', 'text_payway_notice', 'Merci de définir les paramètres suivants dans le backend PayWay: <p>URL de retour pré-paiement:[prepayment]</b><br />URL de retour: <b>[return]</b><br />URL de notification: <b>[notify]</b><br /> Type de notification du message: laisser vide</p>'),
('fr', 'text_permissions_changed', 'Les permissions ont changés'),
('fr', 'text_piraeus_notice', '<b>Note:</b> Veuillez envoyer les informations suivantes au support de paiement:<br /> URL du site web:\'<u>[website_url]</u>\'<br />URL source:  \'<u>[referrer_url]</u>\'<br /> URL en cas de succès\'<u>[success_url]</u>\'<br /> URL en cas d\'échec:  \'<u>[failure_url]</u>\'<br />URL de retour: \'<u>[backlink_url]</u>\'<br />  Adresse IP:\'<u>[ip_address]</u>\'<br /><br /> Méthode de réponse: \'<u>[response_method]</u>\'<br /><br />'),
('fr', 'text_points_cannot_applied_because_subtotal_redeemed', 'Les points ne peuvent pas être appliquées, car le sous-total est complètement remboursé.'),
('fr', 'text_points_exceed_points_on_account', 'Les points inscrits par vous dépassez le nombre de points sur votre compte.'),
('fr', 'text_points_exceed_points_that_can_be_applied', 'Les points inscrits par vous dépassez le nombre de points qui peuvent être appliqués à cette commande.'),
('fr', 'text_points_used_in_order', 'Des points ont été utilisés pour'),
('fr', 'text_point_in_account', 'Le nombre de points de votre compte est de'),
('fr', 'text_position_updating', 'Chargement en cours ... Les positions sont mis à jour, veuillez patienter.'),
('fr', 'text_post_pended', 'Votre message sera vérifié avant d\'être publié.'),
('fr', 'text_price_dec_sign_delimiter', 'Séparateur décimal pour les prix des produits'),
('fr', 'text_products_added', 'Les produits suivants viennent juste d\'être ajoutes a votre boutique :'),
('fr', 'text_products_cloned', 'Les produits ont été clonés avec succès. Ci-dessous la liste des nouveaux produits'),
('fr', 'text_products_have_been_deleted', 'Les produits viennent d\'être supprimés avec succès.'),
('fr', 'text_products_updated', 'Les produits suivants ont été mis à jour :'),
('fr', 'text_products_updated_successfully', 'Le(s) produit(s) a/ont été mis à jour avec succès'),
('fr', 'text_product_cloned', 'Le produit a été clôné avec succès. Maintenant, vous pouvez modifier le nouveau produit.'),
('fr', 'text_product_detailed_image', '(optionel, affichée dans une fenêtre popup)'),
('fr', 'text_product_file_has_been_deleted', 'Le fichier du produit a été supprimé'),
('fr', 'text_product_filters_were_disabled', 'Les <a href=\"[url]\" target=\"_blank\">filtres de produits</a> suivants ont été désactivés: [filters_list].'),
('fr', 'text_product_has_been_deleted', 'Le produit a été supprimé avec succès.'),
('fr', 'text_product_option_delimiter', 'Delimiter for product options within an option combination (e.g. \"Color: Red, Size: Small\")'),
('fr', 'text_product_thumbnail', '(affichée dans les pages de détails et liste de produit)'),
('fr', 'text_profile_activated', 'Votre compte est actif maintenant. Vous pouvez vous connecter à votre compte avec vos certificats.'),
('fr', 'text_profile_benefits', '<h4>Avantages de devenir un membre enregistré</h4>Connectez-vous à n\'importe quel moment pour vérifier vos statuts de commandes.</li><li>Personnalisez vos achats</li><li>Accélerez vos futurs achats</li></ul>'),
('fr', 'text_profile_deactivated', 'Your account has been deactivated. Please contact us for more details.'),
('fr', 'text_profile_details', '<h4>Détails du profil</h4><p>Sur cette page vous pouvez modifier vos informations de connexion et les données personnelles pour quelles soient utilisées lors de vos prochains achats.</p><p>Pour garder votre compte sécurisé, nous vous recommandons d\'éviter de créer des mots de passe qui utilisent:</p><ul><li>Dictionnaire des mots dans n\'importe quel language..</li><li>Mots épelé à l\'envers, fautes d\'orthographe courantes, et abréviations.</li><li> Séquences ou caractères répétés. Exemples: 12345678, 222222, abcdefg, ou des lettres adjacentes sur votre clavier (qwerty).</li><li> Informations personnelles. Votre nom, anniversaire, permis de conduire, numéro de passeport, ou des informations similaires.</li></ul>'),
('fr', 'text_profile_is_created', 'Le compte a été créé avec succès.'),
('fr', 'text_profile_is_updated', 'Le profil a été mis à jour avec succès.'),
('fr', 'text_profile_should_be_approved', 'Votre  compte a été créé avec succès, mais il doit être activé par l\'administrateur de la boutique avant que vous puissiez ouvrir une session.'),
('fr', 'text_promotions_group_condition', 'Si [set] ces conditions sont [set_value]'),
('fr', 'text_qty_discounts', 'Votre rabais de quantité'),
('fr', 'text_recommendation_notes', 'Votre ami vous a recommandé cette page. Veuillez suivre le lien svp :'),
('fr', 'text_recover_password', '<p>Si vous avez oublié votre mot de passe, saisissez votre adresse e-mail dans le champ et cliquez sur <i>Réinitialiser le mot de passe</i>.</p><p>Vous recevrez un nouveau mot de passe et un lien pour vous connecter. Vous aurez dès lors la possibilité de changer de mot de passe plus tard. </p>'),
('fr', 'text_recover_password_notice', 'Veuillez saisir votre nom d\'utilisateur. Le système va annuler votre ancien mot de passe et vous envoyer un nouveau à votre adresse email.'),
('fr', 'text_recover_password_title', 'Réinitialiser le mot de passe'),
('fr', 'text_redactor2', 'Redactor II'),
('fr', 'text_remove_additional_images', 'Lors de l\'import d\'images additionnelles d\'un produit mis-à-jour, les images existantes de ce produit seront détruites avant l\'import.'),
('fr', 'text_remove_backup_files', 'Attention! Si vous supprimez les fichiers de sauvegarde, vous ne serez pas en mesure de restaurer votre installation précédente de CS-Cart . Assurez-vous que le CS-Cart installé fonctionne correctement, et que les fichiers de base de données de sauvegarde sont en lieu sûr.'),
('fr', 'text_required_group_product', 'Veuillez sélectionner svp un produit pour le groupe requis [group_name]'),
('fr', 'text_reset_inventory_description', 'La quantité de tous les produits du magasin sera réinitialisée.'),
('fr', 'text_restore_question', 'Etes-vous sûr de vouloir restaurer le modèle ?'),
('fr', 'text_return_change_warning', 'Le statut de ce retour#[return_id] sera changé.'),
('fr', 'text_sagepay_dir_notice', '<b>Note:</b> Afin que vos commandes Sage Pay soient suivies par le logiciel e-commerce, veuillez activer l\'option \'Contrôle de fraude 3D Secure\' pour votre compte Sage Pay.'),
('fr', 'text_sagepay_notice', 'Use <b> testvendor</b> as <b>Vendor Name</b> for the testing purposes<br /><p><b>PAYMENT</b> - transaction type is used to gain an authorisation from the bank, then settle that transaction early the following morning, committing the funds to be taken from your customer\'s card.<br /></p><p><b>DEFERRED</b> - transactions are NOT sent to the bank for completion until you RELEASE them by logging into the SagePay VSP Admin interface, finding the transaction and clicking the Release button.</p>'),
('fr', 'text_secret_key_notice', 'Veuillez remplir ce champ avec une valeur non vide. Cela permettra d\'accroître la sécurité des transactions.'),
('fr', 'text_select_fields2edit_note', 'Vous pouvez modifier plusieurs items en même temps. Sélectionner certains items dans la liste ci-dessus, décocher les cases à cocher des champs que vous voulez modifier et cliquer sur le bouton \"Modifier sélection\".'),
('fr', 'text_select_file', 'Sélectionner fichier'),
('fr', 'text_select_range', 'Vous pouvez sélectionner la zone pour l\'export (sinon tout [name] seront exportés)'),
('fr', 'text_select_vendor', 'Sélectionner d\'abord une boutique'),
('fr', 'text_set_write_permissions_for_dirs', 'Vous pouvez définir les autorisations d\'écriture pour le serveur Web sur les répertoires listés ci-dessus ou fournir un accès FTP avec les droits d\'écriture sur ces répertoires.'),
('fr', 'text_share_product_features_tooltip', 'Attention! Certaines données ne seront pas copiés lors de cette opération: les catégories figurant dans les filtres seront perdues même si vous copiez toutes les catégories. Merci de corriger les catégories manuellement.'),
('fr', 'text_share_product_filters_tooltip', 'Attention! Des données ne seront pas copiées pendant cette opération: les catégories définies dans les caractéristiques seront perdues, même si vous copiez toutes les catégories. Merci de corriger les catégories manuellement.'),
('fr', 'text_share_promotions_tooltip', 'Afin de partager les promotions s\'assurer que les produits respectifs sont également partagés (vérifier \'Partagez produits\' ci-dessous)'),
('fr', 'text_shipping_packages_info', 'Pour assurer une estimation plus précise des frais d\'expédition, les produits ont été séparés en paquets tel que défini par les paramètres du produit et la configuration de la méthode d\'expédition. L\'information suivante est utilisée comme référence uniquement.'),
('fr', 'text_shipping_rates_changed', 'Les tarifs des méthodes de livraison ont été changées.'),
('fr', 'text_ship_to_billing', 'Commandes à livrer à l\'adresse de facturation'),
('fr', 'text_shoppers_can_order_products', 'Les clients peuvent maintenant commander ces produits dans le magasin.'),
('fr', 'text_signup_for_subscriptions', 'Inscrivez-vous pour nos newsletters!'),
('fr', 'text_skip_creating_new_products', 'If you enable this setting, then only the products that already exist in your database will be updated.'),
('fr', 'text_skrill_activate_quick_checkout_short_explanation', 'Le Skrill Merchant Tools vous permet de prendre des paiements des cartes credites, des cartes debites et plus de 60 autres options de paiement dans 200 pays. Les taux hauts competitifs pour ce service sont publies sur le site Skrill a www.skrill.com.'),
('fr', 'text_skrill_activate_quick_checkout_short_explanation_1', 'Vous avez envoyé une demande d\'activation  le [date]. Le processus de vérification pour utiliser les Outils marchand Skrill  peut prendre jusqu\'à 72 heures. Vous serez contacté par Skrill lorsque la procédure de vérification est terminée.'),
('fr', 'text_skrill_activate_quick_checkout_short_explanation_2', 'Apres l\'activation Skrill vous donnera accès à une nouvelle section de votre compte Skrill appele Merchant Tools . Vous choisirez ici un mot secret (PAS le même du mot de passe) et Vous allez entrer dans la section dessous pour se connecter a Skrill. Le mot secret est le dernier pas de Votre processus d\'activation et encrypte Vos paiements en securite. Apres une soumission avec succès, Vous pourrez utiliser toutes les options de paiement directe a Skrill.'),
('fr', 'text_skrill_currs_notice', 'Si vous avez selectionne une monnaie qui n\'est pas la base de votre boutique, faire sur qu\'elle a le code correcte, sr la page <a href=\'\'{link}\"\" des monnaies </a>.'),
('fr', 'text_skrill_email_is_not_registered', 'Adresse email spécifiée n\'est pas enregistrée dans Skrill'),
('fr', 'text_skrill_email_is_registered', 'Adresse e-mail spécifiée est enregistrée dans Skrill'),
('fr', 'text_skrill_empty_input_data', 'Certains des champs requis pour l\'activation de la commande rapide sont manquants. Veuillez vérifier SVP.'),
('fr', 'text_skrill_logo_notice', 'Si votre serveur HTTPS n\'est pas configuré, le logo sera transmis par le protocole HTTP et les utilisateurs verront UN AVERTISSEMENT \"Connexion partiellement crypté\"  sur ​​la page Skrill .'),
('fr', 'text_skrill_notice', 'Pour avoir accès au reseau de paiements international de Skrill, veuillez vous inscrire avec un compte gratuit si vous n\'en avez pas encore un. Attention, enregistrer s\'il vous plait les paramètres avant de valider l\'email, mot de passe ou activer les outils de vendeur </p>'),
('fr', 'text_skrill_notice_register', 'Pour avoir accès au reseau international des paiements de Skrill, veuillez-vous enregistrer ici pour un compte gratuit, si vous n\'en avez pas encore. Attention, enregistrer les parametres avant d\'activer les outils du vendeur'),
('fr', 'text_skrill_payment_is_not_saved', 'Pour utiliser cette fonctionnalité, sauvez d\'abord la méthode de paiement.'),
('fr', 'text_skrill_secred_word_notice', 'Le mot secret doit être en minuscules sans caractères spéciaux et contenir au moins 10 caractères.'),
('fr', 'text_skrill_secret_word_is_correct', 'Le mot secret indiqué est correct.'),
('fr', 'text_skrill_secret_word_is_incorrect', 'Votre mot secret est incorrect. Choisissez votre mot secret dans la section Outils marchands de votre compte Skrill, puis entrez-le ici.'),
('fr', 'text_skrill_support', '<b> Support: </ b> <br /> <br /> Vous avez des questions ?<br /> Contactez Skrill sur <a href=\"mailto:\"> ecommerce@skrill.com </ a> ou par téléphone au +44 (0) 870 383 0762. <br />'),
('fr', 'text_status_is_float', 'Vous ne pouvez pas utiliser un intervalle de temps pour le paramètre \"Statut\" car ce dernier est indépendant du temps.'),
('fr', 'text_storage_changed', 'Stockage changé avec succès'),
('fr', 'text_storefront_license_required', 'An additional storefront for your standard [product] license. Good for those who don\'t intend to add a few more storefronts in the future.'),
('fr', 'text_store_closed', 'Désolé, le magasin est temporairement fermé pour maintenance.'),
('fr', 'text_store_mode_changed_to_full', '<strong> Le mode complet </ strong> a été activé. Dans ce mode, toutes les fonctionnalités avancées de commerce électronique sont disponibles.'),
('fr', 'text_store_mode_changed_to_mve', 'Your store now uses active license. With the [product] edition, you get almost all the features we offer. The additional features (such as separate checkout for each vendor, and vendor-created promotions) are available with the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus edition</a>. There is an even more advanced edition, <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, that lets you use multiple storefronts for different audiences.'),
('fr', 'text_store_mode_changed_to_mve.plus', '<strong>Plus mode</strong> has been activated. This mode offers all the advanced eCommerce features, except for multiple storefronts. If your marketplace ever needs separate domains for different audiences, upgrade your license to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>.'),
('fr', 'text_store_mode_changed_to_mve.ru', 'Your store now uses active license. With the [product] edition, you get almost all the features we offer. The additional features (such as separate checkout for each vendor, and vendor-created promotions) are available with the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus edition</a>. There is an even more advanced edition, <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, that lets you use multiple storefronts for different audiences.'),
('fr', 'text_store_mode_changed_to_mve.ru.plus', '<strong>Plus mode</strong> has been activated. This mode offers all the advanced eCommerce features, except for multiple storefronts. If your marketplace ever needs separate domains for different audiences, upgrade your license to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>.'),
('fr', 'text_store_mode_changed_to_mve.ru.ultimate', '<strong>Ultimate mode</strong> has been activated. In this mode, all the advanced eCommerce features are available.'),
('fr', 'text_store_mode_changed_to_mve.ultimate', '<strong>Ultimate mode</strong> has been activated. In this mode, all the advanced eCommerce features are available.'),
('fr', 'text_store_mode_changed_to_ult', 'Your store now uses an active license of [product].'),
('fr', 'text_store_mode_changed_to_ult.b2b', 'Your store now uses an active license of [product].'),
('fr', 'text_store_mode_changed_to_ult.b2b.ultimate', 'Your store now uses an active license of [product].'),
('fr', 'text_store_mode_changed_to_ult.ru', 'Your store now uses an active license of [product].'),
('fr', 'text_store_mode_changed_to_ult.ru.ultimate', 'Your store now uses an active license of [product].'),
('fr', 'text_store_mode_changed_to_ult.ultimate', 'Your store now uses an active license of [product].'),
('fr', 'text_store_mode_closed', 'Le magasin est  <b>fermé</b>'),
('fr', 'text_store_mode_full', 'Accès complet non limité à toutes les fonctionnalités. Saisissez un numéro de licence valide pour l\'activer. Ce mode peut être activé à tout moment'),
('fr', 'text_store_mode_open', 'The store was <b>opened</b>'),
('fr', 'text_store_mode_opened', 'Le magasin a été <b> ouvert </ b>'),
('fr', 'text_store_mode_trial', 'Accès complet à toutes les fonctionalités durant une période d\'évaluation de 30 jours, celle-ci débutera dés l\'activation. Lorsque la période d\'évaluation de 30 jours sera terminée, vous devrez alors acheter une licence ou introduire un numéro de licence valide pour pouvoir continuer à gérer votre boutique'),
('fr', 'text_store_mode_trial_rb', 'Toutes les caractérisitiques sont disponibles pendant 30 jours après avoir télécharger le fichier d\'installation. Il n\'est pas nécessaire de saisir un cle de license. Après la période de 30 jours, Vous devrez à acheter une license ou saisir une clé de licence si vous en avez une'),
('fr', 'text_subscriber_activated', 'Votre email à été activé avec succès'),
('fr', 'text_subscriber_added', 'Votre email a été ajoutée avec succès à notre liste d\'emails actualisés'),
('fr', 'text_subscriber_removed', 'Votre email à été enlevé avec succès de notre newsletter'),
('fr', 'text_successful_request', 'Votre demande a été ajoutee avec succès. Vous recevrez l\'email avec une reponse plus tard.'),
('fr', 'text_success_subscription', 'Vous êtes enregistré avec succès à nos emails concernant nos mises à jour gratuites et nos promotions !'),
('fr', 'text_tax_applied', 'La taxe <b>[tax]</b> a été appliquée à tous les produits'),
('fr', 'text_tax_unset', 'La taxe <b>[tax]</b> a été supprimée de tous les produits'),
('fr', 'text_template_changed', 'Template has been changed. Please press \"OK\" to save changes or \"Cancel\" to leave template unchanged.'),
('fr', 'text_test_email_sent', 'Test email was sent to <b>[email]</b> address.'),
('fr', 'text_thaiepay_notice', 'Votre URL de retour est <b>[return_url]</b>'),
('fr', 'text_thank_you_for_post', 'Merci pour votre message'),
('fr', 'text_thumbnail_manual_loading', 'Les vignettes seront générées automatiquement à partir des images détaillées, mais vous pouvez aussi les <a id=\"[id]\" class=\"[class]\">télécharger manuellement.</a>'),
('fr', 'text_tinymce', 'TinyMCE'),
('fr', 'text_topmenu_more', 'Plus [item] <i class=\"text-arrow\">&rarr;</i>'),
('fr', 'text_topmenu_view_more', 'Voir plus <i class=\"text-arrow\">&rarr;</i>'),
('fr', 'text_track_instructions_sent', 'Les instructions d\'accès ont été envoyé à votre adresse e-mail.'),
('fr', 'text_track_request', 'Vous avez demandé les informations de commande que vous avez faites sur notre boutique en ligne.'),
('fr', 'text_track_view_all_orders', 'Pour voir toutes vos commandes, veuillez cliquer sur le lien suivant :'),
('fr', 'text_track_view_order', 'Pour voir la commande #[order], veuillez ouvrir ce lien :'),
('fr', 'text_transaction_cancelled', 'La transaction a été annulée par le client'),
('fr', 'text_transaction_declined', 'La transaction a été annulée par le système de paiement ou a été annulée par le client'),
('fr', 'text_uc_addon_upgrade_completed', 'Add-on \"[name]\" has been upgraded successfully'),
('fr', 'text_uc_agreed_collisions', 'I understand that my local modifications will be permanently lost during the upgrade'),
('fr', 'text_uc_another_update_process_running', 'Un autre processus de mise à jour est en cours d\'exécution. <br /> Veuillez attendre jusqu\'à ce qu\'il soit terminé. <br /> Si le processus se termine avec une erreur, vous pouvez supprimer le fichier [nom du fichier] et essayer de redémarrer la mise à jour. <br /> <a href=\"[url]\"> Supprimer le fichier de verrouillage et redémarrer la mise à niveau </ a>'),
('fr', 'text_uc_backup_database', 'Les tables suivantes de la base de données ont été sauvegardées.'),
('fr', 'text_uc_backup_files', 'Les fichiers suivants ont été sauvegardés'),
('fr', 'text_uc_broken_package', 'Le fichier de mise à jour semble être defectueux. Renouveler la liste des fichiers et essayer de le télécharger à nouveau'),
('fr', 'text_uc_cannot_lock_upgrade_process', 'Impossible de désactiver le processus du lancement de la mise à jour.'),
('fr', 'text_uc_cant_download_package', 'Impossible de télécharger le package de mise à jour'),
('fr', 'text_uc_changed_files_message', 'Ces fichiers ont des modifications locales et seront sauvegardés. Quand la mise à jour sera finie, comparer les fichiers du backup avec les nouveaux fichiers et re appliquez aux nouveaux fichiers vos modifications, si nécessaire.'),
('fr', 'text_uc_check_ok', 'Votre version CS-Cart a été testée avec succès. Il est prêt pour la mise à jour'),
('fr', 'text_uc_conflicts', 'Les fichiers suivants ont eu des modifications locales'),
('fr', 'text_uc_db_right_needed', 'Permissions insuffisantes pour mettre à jour la base de données. Veuillez attribuer les privilèges suivants à l\'utilisateur de votre base de données [db_user]: [priviliges].'),
('fr', 'text_uc_emergency_restore', 'Attention! Veuillez copier et sauvegarder URL ci-dessous - vous pouvez l\'utiliser pour restaurer votre magasin si la  mise à jour échoue. <br /><b>[href]</b>'),
('fr', 'text_uc_failed_to_backup_tables', 'Les tables de la base de données n\'ont pas été sauvegardées'),
('fr', 'text_uc_failed_to_create_directory', 'La création d\'un nouveau répertoire a échoué'),
('fr', 'text_uc_failed_to_decompress_files', 'Impossible d\'extraire les fichiers de l\'archive'),
('fr', 'text_uc_failed_to_ftp_copy', 'Échec du transfert FTP'),
('fr', 'text_uc_ftp_cart_directory_not_found', 'Nous n\'avons pas pu trouver l\'installation de CSCart dans le repertoire specifie. Merci de vous assurer vous avez saisi l\'accès correcte du répertoire FTP.'),
('fr', 'text_uc_ftp_connection_failed', 'La connection FTP a échoué'),
('fr', 'text_uc_ftp_connect_failed', 'Impossible de se connecter au serveur FTP. Vérifier si le nom d\'hôte est correct'),
('fr', 'text_uc_ftp_login_failed', 'Impossible de se connecter au serveur FTP. Vérifier le nom d\'utilisateur et le mot de passe.'),
('fr', 'text_uc_ftp_needed', 'Identification FTP pour accéder aux fichiers et définir des autorisations appropriées automatiquement'),
('fr', 'text_uc_has_conflicts', 'Certains de vos fichiers avaient des modifications locales. Vous pouvez les consulter en cliquant sur le lien suivant'),
('fr', 'text_uc_incorrect_upgrade_path', 'Mauvais chemin pour mettre à niveau les fichiers'),
('fr', 'text_uc_license_number_required', 'Merci de saisir votre numéro de licence CS-Cart'),
('fr', 'text_uc_list_of_updates_missing', 'La liste des mises à jour est manquante'),
('fr', 'text_uc_local_modification', 'Local modifications'),
('fr', 'text_uc_non_writable_files', 'Ces fichiers requièrent des autorisations en écriture (manuellement ou automatiquement via FTP)'),
('fr', 'text_uc_no_enough_space_to_backup_database', 'Espace disque insuffisant pour sauvegarder la base de données'),
('fr', 'text_uc_no_ftp_module', 'Il semble qu\'aucun module FTP n\'est installé sur votre serveur. Vous ne pouvez pas utiliser le FTP si ce module n\'est pas installé.'),
('fr', 'text_uc_package_installed_with_errors', 'Errors occurred during the upgrade process. Please contact technical support to investigate the problem.'),
('fr', 'text_uc_timeout_check_success', 'Looks like your server allows to change the \"max_execution_time\" option from the script. You are good to go with the upgrade process.'),
('fr', 'text_uc_unable_to_create_upgrade_folder', 'Impossible de créer un répertoire de mise à jour.'),
('fr', 'text_uc_unable_to_parse_uc_xml', 'Impossible d\'analyser le descripteur du processus de mise à jour uc.xml'),
('fr', 'text_uc_unable_to_remove_file', 'Impossible de supprimer le fichier'),
('fr', 'text_uc_unable_to_remove_packages_xml', 'Impossible de supprimer le descripteur de mise à jour packages.xml'),
('fr', 'text_uc_unable_to_remove_upgrade_lock', 'Impossible de supprimer le fichier de verrouillage de mise à jour. Veuillez supprimer le fichier [file].'),
('fr', 'text_uc_unable_to_update_list_of_installed_upgrades', 'Impossible de mettre à jour la liste des mises à jour installées'),
('fr', 'text_uc_upgrade_completed', 'Votre boutique a été mise à jour avec succès'),
('fr', 'text_uc_upgrade_completed_check_and_open', '<p>Votre magasin a été fermé durant la procédure de mise à jour. Nous vous conseillons de vérifier le travail de votre magasin après la mise à jour, et ensuite de l\'ouvrir. .</p><p>Vous pouvez ouvrir votre magasin en décochant le paramètre \'Fermer le magasin\' sous Paramètres->Général</p>'),
('fr', 'text_uc_upgrade_log_file_not_writable', 'Fichier du journal de mise à jour n\'est pas accessible en écriture'),
('fr', 'text_uc_upgrade_needed', 'Vous devez mettre à jour la version <b>[to_version]</b> avant d\'appliquer ce paquet de mise à jour (votre version : <b>[your_version]</b>).'),
('fr', 'text_uc_upgrade_not_selected', 'Aucun paquet de mise à jour n\'est sélectionné.'),
('fr', 'text_uc_upgrade_reverted', 'La mise à jour a été inversée avec succès'),
('fr', 'text_uc_will_be_changed', 'Will be changed'),
('fr', 'text_uc_will_be_deleted', 'Will be deleted'),
('fr', 'text_ult_product_store_field_tooltip', 'Propriétaire du produit. Seul le propriétaire du produit peut modifier tous les champs dans les produits partagés.'),
('fr', 'text_unable_to_install_theme_dependencies', 'Unable to install the theme dependencies: [dependencies]'),
('fr', 'text_unable_to_parse_xml', 'Échec de l\'analyse de la structure XML'),
('fr', 'text_unsubscribe_instructions', 'Nous veillons au respect de vos données personnelles et nous n\'envoyons aucun mail non sollicité aux personnes qui n\'aurais pas échangé préalablement avec nous. Vous avez reçu cette email car vous avez demandé à recevoir nos emails concernant les mise à jour gratuites et nos promotions. Si vous souhaitez vous désinscrire, suivez le lien ci-dessous:'),
('fr', 'text_unsupported_currency', 'La monnaie utilisée sur le site n\'est pas supportée par le système de paiement. Veuillez contacter l\'administrateur du magasin.'),
('fr', 'text_upgrade_available', 'Une nouvelle version de CS-Cart est disponible. Si vous désirez installer la dernière version, cliquez  <a href=\"[link]\">ici</a>.'),
('fr', 'text_usergroup_activated', 'Les groupes d\'utilisateurs suivants ont été activés pour votre compte.'),
('fr', 'text_usergroup_disactivated', 'Les groupes d\'utilisateurs suivants ont été supprimés pour votre compte.'),
('fr', 'text_usergroup_request', 'Groupe d\'utilisateur demandé par le client'),
('fr', 'text_usergroup_requested_by', 'Le <b>[usergroup]</b> groupe a ete demande par [name] ([email]).'),
('fr', 'text_vendor_profile_changes_notice', 'Etes Vous sur que Vous voulez actualiser le profile? L\'information sur Votre societe ne sera pas disponible dans la region client jusqu\'à l\'approbation de l\'administrateur.'),
('fr', 'text_worldpay_notice', 'Veuillez utiliser l\'URL suivante comme URL de retour : <br /><b>[return_url]</b>'),
('fr', 'text_you_have_already_filled_this_poll', 'You have allready finished this poll'),
('fr', 'text_zipcodes_wildcards', 'Vous pouvez utiliser des jokers dans ce champs :<br><b>\'?\'</b> - tout caractère simple;<b>\'*\'</b> - tout nombre de caractères.<br><br><u>Exemple :</u><br><b>98?78</b> &nbsp;&nbsp;(correspond à 98878, 98378, 98978, etc)<br><b>12*</b>&nbsp;&nbsp; (correspond à 12345, 12876, 12098, etc..)'),
('fr', 'thanks_for_voting', 'Merci d\'avoir pris le temps de compléter ce sondage.'),
('fr', 'theme', 'Thème'),
('fr', 'themes', 'Thèmes'),
('fr', 'theme_directory', 'Répertoire du thème'),
('fr', 'theme_editor', 'Editeur de thème'),
('fr', 'theme_editor.atc_button_bkg', 'Add to cart'),
('fr', 'theme_editor.atc_button_text', 'Add to cart text'),
('fr', 'theme_editor.auto_scroller_animations_style', 'Image auto scroller animation'),
('fr', 'theme_editor.auto_scroll_animations', 'Use image auto scroller animation'),
('fr', 'theme_editor.background', 'Fond'),
('fr', 'theme_editor.backgrounds', 'Fond'),
('fr', 'theme_editor.background_color', 'Couleur du fond'),
('fr', 'theme_editor.base_color', 'Base'),
('fr', 'theme_editor.block_titles', 'Block titles'),
('fr', 'theme_editor.body_font', 'Corps'),
('fr', 'theme_editor.brand_page_image', 'Brand page images'),
('fr', 'theme_editor.browse', 'Naviguer'),
('fr', 'theme_editor.buttons_font', 'Boutons'),
('fr', 'theme_editor.call_request_bkg', 'Buy now with one click'),
('fr', 'theme_editor.call_request_text', 'Buy now with one click text'),
('fr', 'theme_editor.category_menu_bkg', 'Category menu background'),
('fr', 'theme_editor.category_menu_expand_links', 'Expanded menu links'),
('fr', 'theme_editor.category_menu_expand_links_hover', 'Expanded menu links hover'),
('fr', 'theme_editor.category_menu_horizontal_background', 'Category menu expanded background'),
('fr', 'theme_editor.category_menu_horizontal_decoration', 'Category menu expanded decoartion'),
('fr', 'theme_editor.category_menu_horizontal_decoration_text', 'Category menu expanded decoartion text'),
('fr', 'theme_editor.category_menu_horizontal_decoration_text_hover', 'Category menu expanded decoartion text hover'),
('fr', 'theme_editor.checkout_control_background', 'Checkout: Payment / shipping method background'),
('fr', 'theme_editor.checkout_control_border', 'Checkout: Payment / shipping method border'),
('fr', 'theme_editor.checkout_control_description', 'Checkout: Payment / shipping method description'),
('fr', 'theme_editor.checkout_control_label', 'Checkout: Credit card field names'),
('fr', 'theme_editor.checkout_control_title', 'Checkout: Payment / shipping method title'),
('fr', 'theme_editor.checkout_input_border', 'Checkout: Field border'),
('fr', 'theme_editor.checkout_input_label', 'Checkout: Field label'),
('fr', 'theme_editor.checkout_input_text', 'Checkout: Text in fields'),
('fr', 'theme_editor.checkout_selected_control_background', 'Checkout: Selected payment / shipping method background'),
('fr', 'theme_editor.checkout_selected_control_border', 'Checkout: Selected payment / shipping method border'),
('fr', 'theme_editor.checkout_selected_input_border', 'Checkout: Selected field border'),
('fr', 'theme_editor.checkout_step_title', 'Checkout: Step title'),
('fr', 'theme_editor.checkout_terms_background', 'Checkout: \"Terms and conditions\" section background'),
('fr', 'theme_editor.close', 'Fermer l\'éditeur de thème'),
('fr', 'theme_editor.colors', 'Couleurs'),
('fr', 'theme_editor.color_gen_algorithm', 'Combinaison de couleurs'),
('fr', 'theme_editor.color_gen_analogic', 'Analogique'),
('fr', 'theme_editor.color_gen_base_color', 'Couleur de base'),
('fr', 'theme_editor.color_gen_contrast', 'Contraste'),
('fr', 'theme_editor.color_gen_dark_pastel', 'Pastel foncé'),
('fr', 'theme_editor.color_gen_default', 'Par défault'),
('fr', 'theme_editor.color_gen_light_pastel', 'Pastel clair'),
('fr', 'theme_editor.color_gen_monochromatic', 'Monochromatique'),
('fr', 'theme_editor.color_gen_pale', 'Clair'),
('fr', 'theme_editor.color_gen_pastel', 'Pastel'),
('fr', 'theme_editor.color_gen_title', 'Générer les couleurs'),
('fr', 'theme_editor.color_gen_triad', 'Triade'),
('fr', 'theme_editor.color_gen_variant', 'Variation'),
('fr', 'theme_editor.color_gen_vcontrast', 'Contraste'),
('fr', 'theme_editor.compare_color', 'Compare hover'),
('fr', 'theme_editor.confirm_enable_less', 'Vos modifications CSS seront sauvegardées puis écrasées. Etes-vous sûr de vouloir continuer la restauration LESS ?'),
('fr', 'theme_editor.content_bg', 'Contenu'),
('fr', 'theme_editor.convert_to_css', 'Convertir en CSS'),
('fr', 'theme_editor.create_style_first', 'Vous ne pouvez pas modifier ce paramètre pour le style par defaut. En créer d\'abord un nouveau style'),
('fr', 'theme_editor.css', 'CSS personnalisé'),
('fr', 'theme_editor.customize', 'Personnaliser'),
('fr', 'theme_editor.decorative_color', 'Décoratif'),
('fr', 'theme_editor.discount_label', 'Étiquette de rabais'),
('fr', 'theme_editor.discount_label_text', 'Discount label text'),
('fr', 'theme_editor.enable', 'Activer éditeur de thème'),
('fr', 'theme_editor.enable_less', 'Acitver LESS'),
('fr', 'theme_editor.error_preset_exists', 'Un préréglage avec ce nom existe déjà. Choisissez un autre nom.'),
('fr', 'theme_editor.error_style_exists', 'Un style avec ce nom existe déjà. Merci d\'en choisir un autre.'),
('fr', 'theme_editor.error_theme_converted_to_css', 'Les fichiers CSS compilés ne prennent pas en charge le style. Restaurer LESS dans l\' <a target=\"_blank\" href=\"[url]\">Editeur de thème</a> pour pouvoir changer de styles.'),
('fr', 'theme_editor.favicon', 'Icône de favori'),
('fr', 'theme_editor.favicon_size', 'La taille de l\'icône de favori doit être de 16x16 px'),
('fr', 'theme_editor.fixed', 'Corrigé'),
('fr', 'theme_editor.font', 'Police'),
('fr', 'theme_editor.fonts', 'Polices'),
('fr', 'theme_editor.font_color', 'Police de caractères'),
('fr', 'theme_editor.font_one', 'Primary font'),
('fr', 'theme_editor.font_two', 'Secondary font'),
('fr', 'theme_editor.footer', 'Pied de page'),
('fr', 'theme_editor.footer_bottom', 'Footer bottom'),
('fr', 'theme_editor.footer_bottom_text', 'Footer bottom text'),
('fr', 'theme_editor.footer_location_icon', 'Footer location icons'),
('fr', 'theme_editor.footer_location_icon_bkg', 'Footer location icons background'),
('fr', 'theme_editor.footer_social_icons', 'Footer social icons'),
('fr', 'theme_editor.footer_text', 'Texte de pied de page'),
('fr', 'theme_editor.footer_title', 'Footer title'),
('fr', 'theme_editor.full_width', 'Largeur totale'),
('fr', 'theme_editor.general', 'Général'),
('fr', 'theme_editor.general_bg', 'Général'),
('fr', 'theme_editor.gift_cert', 'Bon-cadeau'),
('fr', 'theme_editor.google_fonts', 'Use google fonts'),
('fr', 'theme_editor.gradient', 'Gradiant'),
('fr', 'theme_editor.grid_icon', 'Grid Quick view, Compare, Wishlist icons'),
('fr', 'theme_editor.grid_icon_add_to_cart', 'Add to cart button'),
('fr', 'theme_editor.grid_icon_add_to_cart_bkg', 'Add to cart background'),
('fr', 'theme_editor.grid_icon_add_to_cart_text', 'Add to cart button text'),
('fr', 'theme_editor.grid_icon_add_to_compare_bkg', 'Add to compare background'),
('fr', 'theme_editor.grid_icon_add_wishlist_bkg', 'Add to wishlist background'),
('fr', 'theme_editor.grid_icon_bkg', 'Grid Quick view, Compare, Wishlist icons background'),
('fr', 'theme_editor.grid_icon_hover', 'Grid Quick view, Compare, Wishlist icons hover'),
('fr', 'theme_editor.grid_icon_quick_view_bkg', 'Quick view background'),
('fr', 'theme_editor.grid_info_background', 'Grid info background'),
('fr', 'theme_editor.grid_info_title', 'Grid info title'),
('fr', 'theme_editor.grid_info_title_hover', 'Grid info title hover'),
('fr', 'theme_editor.header', 'Entête'),
('fr', 'theme_editor.header_call_request_link', 'Header call request link'),
('fr', 'theme_editor.header_cart_ammount', 'Header cart amount'),
('fr', 'theme_editor.header_cart_ammount_bkg', 'Header cart amount background'),
('fr', 'theme_editor.header_icons', 'Header icons'),
('fr', 'theme_editor.header_icons_hover', 'Header icons hover'),
('fr', 'theme_editor.header_text', 'Header text'),
('fr', 'theme_editor.headings_font', 'Rubriques'),
('fr', 'theme_editor.hide_show', 'Cacher/afficher l\'éditeur de thème'),
('fr', 'theme_editor.incorrect_preset_name', 'Le nom du préréglage ne peut pas contenir les caractères suivants : \"/ # % ? * : ; { } \\ \"'),
('fr', 'theme_editor.incorrect_style_name', 'Style name can not contain the following characters: \"/ # % ? * : ; { } \\ + \"'),
('fr', 'theme_editor.info_blocks', 'Info blocks'),
('fr', 'theme_editor.in_stock', 'En stock'),
('fr', 'theme_editor.links_font', 'Liens'),
('fr', 'theme_editor.links_hover', 'Links hover'),
('fr', 'theme_editor.link_color', 'Liens'),
('fr', 'theme_editor.list-price', 'List price'),
('fr', 'theme_editor.logos', 'Logos'),
('fr', 'theme_editor.mail', 'Mail'),
('fr', 'theme_editor.main', 'Contenu principal'),
('fr', 'theme_editor.mainbox_title', 'Mainbox title'),
('fr', 'theme_editor.mainbox_title_bkg', 'Mainbox title background'),
('fr', 'theme_editor.max_image_size', 'L\'image ne doit pas être plus grande que 200kB.'),
('fr', 'theme_editor.menu_categ_left_content_description', 'Categories menu left content description'),
('fr', 'theme_editor.menu_categ_left_content_link', 'Categories menu left content link'),
('fr', 'theme_editor.menu_categ_left_content_link_hover', 'Categories menu left content link hover'),
('fr', 'theme_editor.menu_categ_right_content_link', 'Categories menu right content link'),
('fr', 'theme_editor.menu_categ_right_content_link_hover', 'Categories menu right content link hover'),
('fr', 'theme_editor.menu_categ_right_content_title', 'Categories menu right content title'),
('fr', 'theme_editor.menu_categ_title', 'Categories menu title'),
('fr', 'theme_editor.menu_categ_title_bkg', 'Categories menu background'),
('fr', 'theme_editor.menu_color', 'Main Menu'),
('fr', 'theme_editor.menu_color_hover', 'Main Menu background hover'),
('fr', 'theme_editor.menu_links_color', 'Main Menu links'),
('fr', 'theme_editor.menu_links_color_hover', 'Main Menu links hover'),
('fr', 'theme_editor.menu_links_hover', 'Menu links hover'),
('fr', 'theme_editor.menu_links_hover_text', 'Menu links hover text'),
('fr', 'theme_editor.menu_link_1_background', 'Main menu link 1 background'),
('fr', 'theme_editor.menu_link_2_background', 'Main menu link 2 background'),
('fr', 'theme_editor.menu_link_3_background', 'Main menu link 3 background'),
('fr', 'theme_editor.menu_link_4_background', 'Main menu link 4 background'),
('fr', 'theme_editor.menu_link_5_background', 'Main menu link 5 background'),
('fr', 'theme_editor.menu_link_6_background', 'Main menu link 6 background'),
('fr', 'theme_editor.menu_link_7_background', 'Main menu link 7 background'),
('fr', 'theme_editor.middle_bg', 'Milieu'),
('fr', 'theme_editor.multiscroller', 'Multiscroller header background'),
('fr', 'theme_editor.multiscroller_compare_color', 'Multiscroller Compare hover'),
('fr', 'theme_editor.multiscroller_icon', 'Multiscroller Quick view, Compare, Wishlist icons'),
('fr', 'theme_editor.multiscroller_icon_border', 'Multiscroller icon border'),
('fr', 'theme_editor.multiscroller_link', 'Multiscroller tab text'),
('fr', 'theme_editor.multiscroller_link_active_hover_bkg', 'Multiscroller tab background hover'),
('fr', 'theme_editor.multiscroller_link_bkg', 'Multiscroller tab background'),
('fr', 'theme_editor.multiscroller_link_hover', 'Multiscroller tab text hover'),
('fr', 'theme_editor.multiscroller_quick_view_color', 'Multiscroller Quick view hover'),
('fr', 'theme_editor.multiscroller_wishlist_color', 'Multiscroller Wishlist hover'),
('fr', 'theme_editor.no_repeat', 'Ne pas répéter'),
('fr', 'theme_editor.off', 'Off'),
('fr', 'theme_editor.on', 'On'),
('fr', 'theme_editor.other_fonts', 'Autres polices'),
('fr', 'theme_editor.out_of_stock', 'En rupture de stock'),
('fr', 'theme_editor.page_cant_be_configured', 'The appearance of this page can\'t be configured with the Theme editor.'),
('fr', 'theme_editor.pattern', 'Modèle'),
('fr', 'theme_editor.popular_fonts', 'Polices populaires'),
('fr', 'theme_editor.popup_title_bkg', 'Popup title background'),
('fr', 'theme_editor.popup_title_text', 'Popup title text'),
('fr', 'theme_editor.position', 'Position'),
('fr', 'theme_editor.pp_price_saving_bkg', 'Product page price saving background'),
('fr', 'theme_editor.pp_price_saving_text', 'Product page price saving text'),
('fr', 'theme_editor.presets', 'Préréglages'),
('fr', 'theme_editor.preset_data_cannot_be_saved', 'Les données de la présélection ne peuvent pas être enregistrées. Vérifier que le répertoire <b>[theme_dir]</b> a des droits en écriture.'),
('fr', 'theme_editor.preset_name', 'Nom de la présélection'),
('fr', 'theme_editor.price', 'Prix'),
('fr', 'theme_editor.price_font', 'Etiquette'),
('fr', 'theme_editor.primary_button', 'Primary color'),
('fr', 'theme_editor.primary_button_text', 'Primary text'),
('fr', 'theme_editor.product_carousel_scroll_animations_style', 'Product image in carousel scroll animation'),
('fr', 'theme_editor.product_title', 'Product title'),
('fr', 'theme_editor.product_title_link', 'Product title link'),
('fr', 'theme_editor.quick_view_color', 'Quick view hover'),
('fr', 'theme_editor.rating_color', 'Rating color'),
('fr', 'theme_editor.rating_icons', 'Rating icons'),
('fr', 'theme_editor.rating_text', 'Rating text'),
('fr', 'theme_editor.repeat', 'Répéter'),
('fr', 'theme_editor.repeat_x', 'Répéter x'),
('fr', 'theme_editor.repeat_y', 'Répéter y'),
('fr', 'theme_editor.reset_backgrounds', 'Réinitialiser les fonds'),
('fr', 'theme_editor.reset_colors', 'Réinitialiser les couleurs');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('fr', 'theme_editor.reset_css', 'Réinitialiser le CSS'),
('fr', 'theme_editor.reset_fonts', 'Réinitialiser les polices'),
('fr', 'theme_editor.reset_general', 'Réinitialisation générale'),
('fr', 'theme_editor.reset_logos', 'Réinitialiser les logos'),
('fr', 'theme_editor.rounded_corners', 'Coins arrondis'),
('fr', 'theme_editor.scroll', 'Défilement'),
('fr', 'theme_editor.scroll_animations', 'Use scroll animations'),
('fr', 'theme_editor.scroll_up', 'Scroll up button'),
('fr', 'theme_editor.search_button_bkg', 'Search button background'),
('fr', 'theme_editor.search_button_bkg_hover', 'Search button background hover'),
('fr', 'theme_editor.search_button_text', 'Search button icon'),
('fr', 'theme_editor.search_button_text_hover', 'Search button icon hover'),
('fr', 'theme_editor.secondary_button', 'Secondary color'),
('fr', 'theme_editor.secondary_button_text', 'Secondary text'),
('fr', 'theme_editor.secondary_content_bg', 'Secondary content'),
('fr', 'theme_editor.secondbox_title', 'Secondbox title'),
('fr', 'theme_editor.secondbox_title_bkg', 'Secondbox title background'),
('fr', 'theme_editor.shipping_label', 'Shipping label'),
('fr', 'theme_editor.shipping_label_text', 'Shipping label text'),
('fr', 'theme_editor.show_dropdown_homepage', 'Expand menu on homepage'),
('fr', 'theme_editor.show_mega_menu_category_images', 'Mega Menu category thumbnails'),
('fr', 'theme_editor.sidebar', 'Sidebar background'),
('fr', 'theme_editor.sidebar_decorative', 'Sidebar decorative'),
('fr', 'theme_editor.sidebar_link', 'Sidebar links'),
('fr', 'theme_editor.sidebar_links', 'Sidebar links'),
('fr', 'theme_editor.sidebar_title', 'Sidebar title'),
('fr', 'theme_editor.sticky_menu', 'Sticky menu'),
('fr', 'theme_editor.style', 'Style'),
('fr', 'theme_editor.styles', 'Styles'),
('fr', 'theme_editor.style_data_cannot_be_saved', 'Les modifications de style ne peuvent pas être enregistrées. Vous devez définir des autorisations d\'écriture pour le répertoire  [theme_dir] afin de résoudre ce problème.'),
('fr', 'theme_editor.style_name', 'Nom du style'),
('fr', 'theme_editor.sub_footer', 'Sub footer'),
('fr', 'theme_editor.sub_footer_text', 'Sub footer text'),
('fr', 'theme_editor.system_fonts', 'Polices système'),
('fr', 'theme_editor.tertiary_button', 'Tertiary color'),
('fr', 'theme_editor.tertiary_button_text', 'Tertiary text'),
('fr', 'theme_editor.tertiary_content_bg', 'Teritary content'),
('fr', 'theme_editor.text_align', 'Alignement du texte'),
('fr', 'theme_editor.text_close_editor', 'Êtes-vous sûr de vouloir quitter l\'éditeur de thème ?'),
('fr', 'theme_editor.text_close_editor_unsaved', 'Des modifications n\'ont pas été sauvées. Etes-vous sûr de vouloir quitter l\'éditeur ?'),
('fr', 'theme_editor.text_convert_to_css', '<p>Générer les fichiers CSS depuis LESS (pour l\'édition manuelle). </p><p>IMPORTANT: Il se sera pas possible d\'utiliser l\'Editeur de thème pour personnaliser la vitrine!</p><p><i>Les fichiers LESS originaux seront sauvegardés et vous pourrez les restaurer plus tard.</i></p>'),
('fr', 'theme_editor.text_reset_changes', 'Tous les changements après la dernière sauvegarde seront réinitialisés.'),
('fr', 'theme_editor.te_font_one', 'Primary font'),
('fr', 'theme_editor.te_font_two', 'Secondary font'),
('fr', 'theme_editor.theme', 'Thème'),
('fr', 'theme_editor.third_button', 'Third button'),
('fr', 'theme_editor.top_account_cart', 'Top account/cart'),
('fr', 'theme_editor.top_account_cart_hover', 'Top account/cart hover'),
('fr', 'theme_editor.top_panel', 'Panneau supérieur'),
('fr', 'theme_editor.top_panel_links', 'Liens du panel du haut'),
('fr', 'theme_editor.top_panel_links_hover', 'Top panel links hover'),
('fr', 'theme_editor.top_panel_links_hover_active', 'Top link hover/active'),
('fr', 'theme_editor.top_panel_text', 'Texte du panneau supérieur'),
('fr', 'theme_editor.transparent', 'Transparent'),
('fr', 'theme_editor.upload_image', 'Transférer image'),
('fr', 'theme_editor.vendor_contact_link', 'Vendor cotact link'),
('fr', 'theme_editor.vendor_location', 'Vendor location'),
('fr', 'theme_editor.vendor_name', 'Vendor name'),
('fr', 'theme_editor.vendor_phone', 'Vendor phone'),
('fr', 'theme_editor.vendor_product_number', 'Vendor product number'),
('fr', 'theme_editor.vendor_rating', 'Vendor rating'),
('fr', 'theme_editor.vendor_rating_text', 'Vendor rating text'),
('fr', 'theme_editor.vendor_store_button_bkg', 'Vendor store button background'),
('fr', 'theme_editor.vendor_store_button_text', 'Vendor store button text'),
('fr', 'theme_editor.vendor_store_header_background', 'Vendor store header background'),
('fr', 'theme_editor.vendor_store_header_name', 'Vendor store header name'),
('fr', 'theme_editor.vendor_store_header_title', 'Vendor store header titles'),
('fr', 'theme_editor.vendor_store_social_icon_bkg', 'Vendor store social icon background'),
('fr', 'theme_editor.vendor_store_social_icon_text', 'Vendor store social icon'),
('fr', 'theme_editor.warning_css_changes_will_be_reverted', '<p>Vous devez revenir à LESS pour pouvoir utiliser l\'Editeur de thème, parce qu\'il traite avec des fichiers LESS plutôt que CSS. </p><p><srtong>Important:</strong>Tous les fichiers CSS seront écrasés pendant la restauration! Les modifications personnalisées seront sauvegardées dans le répertoire de backup.</p>'),
('fr', 'theme_editor.wishlist_color', 'Wishlist hover'),
('fr', 'theme_editor_mode', 'Mode éditeur de thème'),
('fr', 'theme_editor_not_supported', 'This theme doesn\'t support theme editor'),
('fr', 'theme_information', 'Information du thème'),
('fr', 'theme_no_styles_text', 'Ce thème n\'a pas de styles.'),
('fr', 'theme_styles_and_layouts', 'Styles et mises en page du thème'),
('fr', 'the_test_transaction', 'Ceci est une transaction TEST'),
('fr', 'this_day', 'Ce jour'),
('fr', 'this_month', 'Ce mois'),
('fr', 'this_week', 'Cette semaine'),
('fr', 'this_year', 'Cette année'),
('fr', 'ths_sign', 'Le signe'),
('fr', 'thumb', 'Vignette'),
('fr', 'thumbnail', 'Vignette'),
('fr', 'thumbnails', 'Vignettes'),
('fr', 'thumbnails_removed', 'Les vignettes ont été supprimées'),
('fr', 'thumbnail_width', 'Largeur vignettes dans le scroller'),
('fr', 'ticket_id', 'Ticket Id'),
('fr', 'ticket_information', 'TICKET INFORMATION'),
('fr', 'ticket_list', 'Ticket List'),
('fr', 'ticket_message', 'Ticket Message'),
('fr', 'ticket_subject', 'Ticket Subject'),
('fr', 'ticket_type', 'Ticket Type'),
('fr', 'tier_account', 'Compte tiers'),
('fr', 'time', 'Temps'),
('fr', 'timeout', 'Délai'),
('fr', 'Timestamp', 'Timestamp'),
('fr', 'timezone_upgrade_notification_text', '<p>Time zone \"Athens, Beirut, Istanbul\" has been split into 3 different time zones:</p><ul><li>Europe/Istanbul</li><li>Europe/Athens</li><li>Asia/Beirut</li></ul><p>Please go to <b>Settings</b> &rarr; <b>Appearance</b> and make sure you have the right time zone there.</p>'),
('fr', 'timezone_upgrade_notification_title', 'Time zone changes'),
('fr', 'time_interval', 'Intervalle de temps'),
('fr', 'time_unlimited_download', 'Temps de téléchargement illimité'),
('fr', 'tip', 'Tip'),
('fr', 'tip.quick_select_and_close_category_selector', 'Tip: Hold \'Ctrl\' (or \"⌘\" on Mac) while clicking on a category name. This will add one category and close the window.'),
('fr', 'title', 'Titre'),
('fr', 'tmpl_abt__ut2_dropdown_horizontal_mwi', 'AB: Horizontal dropdown list with icons'),
('fr', 'tmpl_abt__ut2_dropdown_vertical_mwi', 'AB: Vertical dropdown list with icons'),
('fr', 'tmpl_abt__ut2__categories_title_block', 'AB: Block: Category title'),
('fr', 'tmpl_abt__ut2__features_title_block', 'AB: Block: Feature title'),
('fr', 'tmpl_abt__ut2__my_account_links_advanced', 'AB: My account (advanced)'),
('fr', 'tmpl_abt__ut2__recent_posts_advanced', 'AB: Blog: Recent posts'),
('fr', 'tmpl_abt__ut2__subscribe_advanced', 'AB: Subscription form'),
('fr', 'tmpl_abt__ut2__subscription', 'AB: Newsletters: Subscription form'),
('fr', 'tmpl_abt__ut2__title_block', 'AB: Block: Title'),
('fr', 'tmpl_abt__ut2__top_buttons', 'AB: Buttons Compare and Wishlist'),
('fr', 'tmpl_abt__ut2__top_buttons.compare_list.tooltip', 'View Comparison list'),
('fr', 'tmpl_call_request', 'Demandes d\'appel'),
('fr', 'tmpl_copyright', 'Information de copyright'),
('fr', 'tmpl_grid', 'Grille'),
('fr', 'tmpl_grid2', 'Grille2'),
('fr', 'tmpl_list_without_options', 'Liste sans options'),
('fr', 'tmpl_logo', 'Logo du magasin'),
('fr', 'tmpl_multicolumns_small', 'Petites Multi-colonnes'),
('fr', 'tmpl_multicolumn_list', 'Liste multi-colonnes'),
('fr', 'tmpl_newsletters_subscription_advanced', 'Newsletters: subscription advanced form'),
('fr', 'tmpl_payment_icons', 'Icônes des systèmes de paiement'),
('fr', 'tmpl_payment_icons_rus', 'Payment systems russian icons'),
('fr', 'tmpl_polls_central', 'Central'),
('fr', 'tmpl_polls_side', 'Boîte latérale'),
('fr', 'tmpl_quick_links', 'Liens rapides'),
('fr', 'tmpl_scroller', 'Défilement'),
('fr', 'tmpl_search', 'Champ de recherche'),
('fr', 'tmpl_sidebox_1_item', 'Bloc premier article'),
('fr', 'tmpl_subscription', 'Inscription à la newsletter'),
('fr', 'tmpl_subscription_advanced', 'Subscription advanced form'),
('fr', 'tmpl_text_ckeditor', 'CKEditor'),
('fr', 'to', 'A'),
('fr', 'today', 'Aujourd\'hui'),
('fr', 'tools', 'Outils'),
('fr', 'tools_addons_activated_count', 'Active add-ons:'),
('fr', 'tools_addons_additional_payment_methods', 'There may be more payment processors. They\'ll show up if you activate the corresponding <a href=\"[url]\">payment add-ons</a>.'),
('fr', 'tools_addons_additional_shipping_methods', 'There may be more carriers. They\'ll show up if you activate the corresponding <a href=\"[url]\">shipping add-ons</a>.'),
('fr', 'tools_addons_additional_themes', 'There may be more themes. They\'ll show up if you activate the corresponding <a href=\"[url]\">theme add-ons</a>.'),
('fr', 'tools_addons_core_addons_count', 'Built-in add-ons:'),
('fr', 'tools_addons_current_state', 'État actuel'),
('fr', 'tools_addons_disabled_msg', 'An administrator disabled all add-ons or third-party add-ons.<br> Press the Re-enable add-ons button to initialize the add-ons that were previously active.'),
('fr', 'tools_addons_disable_all', 'Disable all add-ons'),
('fr', 'tools_addons_disable_third_party', 'Disable third-party add-ons'),
('fr', 'tools_addons_installed_count', 'Installed add-ons:'),
('fr', 'tools_addons_no_addons', 'Pas de modules supplémentaires'),
('fr', 'tools_addons_no_third_party_addons', 'Pas de modules supplémentaires tiers'),
('fr', 'tools_addons_other_addons_count', 'Third-party add-ons:'),
('fr', 'tools_re_enable_add_ons', 'Re-enable add-ons'),
('fr', 'tooltip', 'Infobulle'),
('fr', 'top_panel', 'Haut'),
('fr', 'top_sellers', 'Meilleurs vendeurs'),
('fr', 'top_wishlist_compare', 'ET - Top wishlist compare'),
('fr', 'total', 'Total'),
('fr', 'totally_paid', 'Total payé'),
('fr', 'totals', 'Totaux'),
('fr', 'total_amount', 'Montant total'),
('fr', 'total_amount_due', 'Somme totale due'),
('fr', 'total_cost', 'Coût total'),
('fr', 'total_items', 'Nbre d\'élements'),
('fr', 'total_list_price', 'Prix total'),
('fr', 'total_orders', 'Created orders'),
('fr', 'total_paid_orders', 'Paid orders'),
('fr', 'total_period_payout', 'Periode de paiement des ventes totales'),
('fr', 'total_price', 'Prix total'),
('fr', 'total_product_cost', 'Coût total du produit'),
('fr', 'total_replies', 'Total Replies'),
('fr', 'total_results', 'Total résultats'),
('fr', 'total_spent_money', 'Total spend'),
('fr', 'total_unpaid_balance', 'Solde total non paye'),
('fr', 'total_without_commission', 'Total descontando a comissão'),
('fr', 'to_all_subcats', 'Appliquer à toutes les sous-catégories'),
('fr', 'to_date', 'Date à'),
('fr', 'to_fixed', 'A un montant fixe'),
('fr', 'to_percentage', 'A un pourcentage du prix original'),
('fr', 'tpe', 'TPE'),
('fr', 'track', 'Suivre'),
('fr', 'tracking_num', 'Numero de Tracking'),
('fr', 'tracking_number', 'Numéro de suivi'),
('fr', 'tracks', 'Identifiant'),
('fr', 'track_my_order', 'Suivre ma/mes commande(s)'),
('fr', 'track_on_carrier_site', 'Track on website'),
('fr', 'track_orders', 'Suivre les commandes'),
('fr', 'track_request_subj', 'Suivi de commande'),
('fr', 'track_without_options', 'suivre sans options'),
('fr', 'track_with_options', 'suivre avec options'),
('fr', 'TransactionDateTime', 'Transaction de Date Heure'),
('fr', 'transaction_approved', 'Transaction approuvée'),
('fr', 'transaction_cancelled', 'La transaction a été annulée'),
('fr', 'transaction_datetime', 'Date de la transaction'),
('fr', 'transaction_declined', 'Transaction refusée'),
('fr', 'transaction_id', 'ID Transaction'),
('fr', 'transaction_key', 'Clé de transaction'),
('fr', 'transaction_password', 'Mot de passe de la transaction'),
('fr', 'transaction_type', 'Type de transaction'),
('fr', 'transaction_url', 'URL de la transaction'),
('fr', 'transaction_used_fee_value', 'Comissão p/ usados'),
('fr', 'translate', 'Basculer vers le mode de traduction'),
('fr', 'translations', 'Traductions'),
('fr', 'trash_category', 'Trash category'),
('fr', 'trash_category_description', 'When a product is deleted from the last category in the store, it will be moved to this category.'),
('fr', 'tree', 'Arbre'),
('fr', 'trial', 'Test'),
('fr', 'trial_expired', 'Votre période de test est terminée'),
('fr', 'trial_mode_mve_disabled', 'Le mode de test n\'est plus disponible dès que vous activez une licence valide pour cette installation.'),
('fr', 'trial_mode_ult_disabled', 'Le mode de test ne peut pas être activé'),
('fr', 'trial_notice', 'Votre boutique est en mode de Test.<br /><br />Quand les 30 jours de la période de test seront terminés, Vous devrez introduire un numero de license valide pour pouvoir gérer votre boutique .<br /><br />Pour plus afficher ce message de façon permanente et accéder le panneau d\'Administration après la fin de la période de test, achetez une license <a class=\"cm-dialog-opener cm-dialog-auto-size\" data-ca-target-id=\"store_mode_dialog\"> et activez le mode complet du logiciel</a>.'),
('fr', 'true', 'Vrai'),
('fr', 'ttc_abt__ut2.menu_with_icons.desc', 'Short description for menu item (it is shown this field only for first-level items after menu item name)'),
('fr', 'ttc_abt__ut2.menu_with_icons.dropdown', 'Show children menu items with dropdown list (only for <b>AB: Vertical dropdown list with icons</b> for the first-level items). It is rational to use this mode for those first level menu items, that have a large number of elements (subitems) on the third nesting level'),
('fr', 'ttc_abt__ut2.menu_with_icons.icon', 'Icon for menu item (max size for icons:<br> — for the first level items 32x32px / for HiDPI 64x64px). If you don\'t use <b>Short description</b> for the first level menu items, then max size will be 24x24px / for HiDPI 48x48px<br> — for the second level items max icons width 100px / for HiDPI 200px)'),
('fr', 'ttc_abt__ut2.menu_with_icons.label', 'Label for menu item (ability to mark with labels, important menu items (promotion, new, total sales, etc. optional))'),
('fr', 'ttc_abt__ut2.menu_with_icons.label_background', 'Label background for menu item'),
('fr', 'ttc_abt__ut2.menu_with_icons.label_color', 'Label color for menu item'),
('fr', 'ttc_abt__ut2.menu_with_icons.text', 'HTML-content shown in this menu item (only for the first-level items). Used to show banner in mega menu (or any another content)'),
('fr', 'ttc_abt__ut2.menu_with_icons.text_position', 'Position of HTML-content, that will be shown in this menu item (only for the first-level items)'),
('fr', 'ttc_ab__lc.catalog.icon', 'Is displayed on the page <b>AB: Catalog</b> to the left of the name of category'),
('fr', 'ttc_ab__lc.catalog.image_control', 'For display the size specified in the fields \"Categories list thumbnail width/height\" on admin panel page \"Settings\" - \"Thumbnails\" will be used. Size 32*32px will be used for displaying to the left'),
('fr', 'ttc_ab__lc.control_subcategory_structure.inherit_control', 'If it is noted, then each point of a subcategory will be constructed taking into account its settings <b>AB: Management of the displayed structure of landing category/page</b> on <b>AB: Landing category/page</b> pages'),
('fr', 'ttc_ab__lc.control_subcategory_structure.menu_id', 'Specify the menu ID which will be used for creation of the new structure of the subcategories'),
('fr', 'ttc_ab__lc.landing_category.landing', 'The page of category will be displayed as a landing. Only subcategories, without products will be displayed'),
('fr', 'ttc_ab__lc.landing_category.subsubcategories', 'The maximum amount of displayed sub-subcategories. If it is equal 0 - sub-subcategories won\'t be displayed'),
('fr', 'ttc_ab__search_motivation.default_search_phrases', 'Will be used when fields in categories are empty'),
('fr', 'ttc_ab__search_motivation.search_phrases', 'Input the list of expressions for this category; each expression should be written from a new line'),
('fr', 'ttc_addons.form_builder.email_subject_field', 'Type de champs \'\'\'Selectionner boite\'\' ou \'\'champ d\'intriduction\'\' peut y etre utilise'),
('fr', 'ttc_addons.paypal.rma.perform_refund', 'Un remboursement sera fait quand un administrateur aura changé le statut de la demande de retour'),
('fr', 'ttc_addons.paypal.status_for_new_orders', 'Tous les ordres de paiement par Paypal reçoivent le statut jusqu\"à ce qu\'une réponse de Paypal (message IPN) arrive ou qu\'un client retourne à l\"archive par un lien sur Paypal>.'),
('fr', 'ttc_hybrid_auth.linkedin_api_version', 'LinkedIn <a target=\"_blank\" href=\"https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/migration-faq?context=linkedin/consumer/context\">deprecated API v1</a>, but old apps still use it. If you\'re configuring LinkedIn app for the first time now, use API v2. Old LinkedIn apps configured some time ago may still be using v1.'),
('fr', 'ttc_mobile_app.appfulldescription', 'Description complète de l\'application (jusqu\'à 4000 symboles)'),
('fr', 'ttc_mobile_app.appname', 'Nom de l’application (jusqu\'à 30 symboles)'),
('fr', 'ttc_mobile_app.appshortdescription', 'Courte description de l\'application (jusqu\'à 80 symboles)'),
('fr', 'ttc_mobile_app.privacypolicyurl', 'URL de la page de la politique de confidentialité de votre magasin'),
('fr', 'ttc_mobile_app.pushnotifications', 'Notifications push'),
('fr', 'ttc_mobile_app.shopname', 'Nom du magasin'),
('fr', 'ttc_mobile_app.supportemail', 'Sera affichée dans la section \"à propos\"'),
('fr', 'ttc_ogone.sha_in', 'The SHA-IN pass phrase is set on the Ingenico administration panel on the <b>Data and origin verification</b> tab.'),
('fr', 'ttc_ogone_web.sha_out', 'The SHA-OUT pass phrase is set on the Ingenico administration panel on the <b>Transaction feedback</b> tab.'),
('fr', 'ttc_page_title', 'Titre de la page affichée sur la fenêtre de navigation.'),
('fr', 'ttc_paypal_logo', 'Utiliser un format de graphique valide, par exemple .gif, .jpg ou .png. Limiter l\'image à 190 pixels de large par 60 pixels de haut. PayPal recadre les images qui sont plus grandes. PayPal met votre logo en haut de la zone de revue du panier.'),
('fr', 'ttc_paypal_use_in_context_checkout', 'Dans le contexte de paiement/checkout il ne sera pas utilisé lorsque la boutique est en cours d’exécution en mode Widget'),
('fr', 'ttc_popularity', 'Cote de popularité du produit basée sur le nombre de fois que la vitrine a été vue, et le nombre d\'ajouts au panier et le nombre d\'achats.'),
('fr', 'ttc_post_description', 'Utilisation du &lt;!--coupe--&gt; balise (commutateur de code source à insérer) pour cacher une partie du post. Seule la partie au-dessus de la balise est affichée dans la liste de tous les postes. < br / > < br / > Assurez-vous de <strong>Fermer toutes les balises HTML</strong> ci-dessus le &lt;!--coupe--&gt; balise !'),
('fr', 'ttc_product_feature.feature_style', 'Determines the look of this feature on the product page.'),
('fr', 'ttc_product_feature.filter_style', 'Determines the look of a filter by this feature on the product list. Filters make it easier for customers to find a product with the desired feature value. You\'ll be able to create a filter after you create a feature.'),
('fr', 'ttc_product_feature.purpose', 'Determines how you and your customers will be able to use this feature.'),
('fr', 'ttc_search_words', 'Enter a few words here, and the product will appear in the results of the built-in search for those words, even if the product name or description doesn\'t have them. Separate different search words by commas.'),
('fr', 'ttc_shippings.can.contract_id', 'Contract ID is required to obtain discounted rates for commercial customers when the Customer number is specified. Contract ID must be omitted for Solutions for Small Business members or general business users'),
('fr', 'ttc_shippings.can.customer_number', 'Customer number is required for commercial customers and Solutions for Small Business members to get discounted rates if parcel is mailed on behalf of customer'),
('fr', 'ttc_shippings.can.option_cov', 'Requires amount'),
('fr', 'ttc_storefront_url', 'Tous les noms de domaine des storefronts doivent être associés à la même adresse IP. Note: Basculer en \'Tous les magasins\' pour éditer.'),
('fr', 'ttc_stores_status', 'ON—the storefront is open; everyone will see it. OFF—the storefront is closed; only those who have the access key will be able to see it.'),
('fr', 'ttc_vendor_debt_payout.payout_overdue_limit', 'Payments for plans are drawn from the vendor\'s account balance. If the balance gets negative after the fee is taken, and this period expires, the vendor\'s administration panel will not allow to perform any actions until the vendor pays the debt.'),
('fr', 'ttc_vendor_debt_payout.vendor_debt_limit', 'When a vendor\'s balance is negative and reaches this number, the vendor\'s administration panel will not allow to perform any actions. When a vendor\'s negative balance is half this number, the vendor will see the warning specified in the \"vendor_debt_payout.debt_near_limit_message\" language variable.'),
('fr', 'tts_activate_menu_tab_for', 'Le menu sera affiché activé pour les envois spécifiés.'),
('fr', 'tts_generate_submenu', 'Le sous-menu comprendra des éléments \'enfants\' des objets sélectionnés.'),
('fr', 'tts_link_text', 'URL cible. Peut être une URL externe, une URL de magasin interne ou un dispatch.'),
('fr', 'tts_menu_user_class', 'La classe CSS utilisateur sera ajoutée au menu, cela vous permetra de définir le menu avec son propre style CSS.'),
('fr', 'tt_addons_abt__unitheme2_views_abt__ut2_buy_together_generate_description', 'You can use placeholder %product% which will be replaced by original product name'),
('fr', 'tt_addons_abt__unitheme2_views_abt__ut2_buy_together_generate_name', 'You can use placeholder %product% which will be replaced by original product name'),
('fr', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.friday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('fr', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.monday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('fr', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.position', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
('fr', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.saturday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('fr', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.sunday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('fr', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.thursday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('fr', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.tuesday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('fr', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.url', 'The link format with the indication of the controller is recommended (for example, products.view?product_id=12121)'),
('fr', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.wednesday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('fr', 'tt_addons_ab__category_banners_views_ab__category_banners_update_image', 'The image is output \"as is\", without cutting'),
('fr', 'tt_addons_ab__motivation_block_views_ab__motivation_block_update_image', 'The image is displayed \"as is\" without scaling. Upload the prepared image of the necessary size, it is recommended to use size 24*24px'),
('fr', 'tt_addons_ab__video_gallery_hooks_products_tabs_content_post_ab__vg.form.replace_image', 'Use the first video as the default image on the product page'),
('fr', 'tt_addons_newsletters_views_mailing_lists_update_from_email', 'Email d\"un expéditeur.'),
('fr', 'tt_addons_newsletters_views_mailing_lists_update_from_name', 'Nom d\"un expéditeur (par> ex> nom de société).'),
('fr', 'tt_addons_newsletters_views_mailing_lists_update_reply_to', 'Un email pour recevoir les réponses.'),
('fr', 'tt_addons_newsletters_views_newsletters_update_more_subjects', 'Si quelques sujets sont definis, le sujet d\'email est pri au hazard de cette liste.'),
('fr', 'tt_addons_newsletters_views_newsletters_update_users', 'Si le texte du message contient le lien d\'annulation, il sera vide pour ces utilisateurs.'),
('fr', 'tt_addons_paypal_settings_partial_refund_action_order_status', 'Va determiner si ou pas changer le statut d\"ordre automatiquement après un remboursement en partie par Paypal.'),
('fr', 'tt_addons_polls_hooks_pages_tabs_content_post_poll_results', 'Mesage affiche dans la page du marche virtuel apres la completion des stats.'),
('fr', 'tt_addons_seo_views_seo_redirects_manage_seo.old_url', 'Par exemple. Si Votre URL est <b> http://example.com/path/to/object,</b> Vous aurez besin d\'introduire <b>/path/to/object</b>'),
('fr', 'tt_addons_store_locator_views_store_locator_update_store_locator.main_destination', 'Determines the shipping rates for this pickup point. The rates are specified on the shipping method editing page. If you don\'t select a rate area for a pickup point, then the pickup point won\'t appear at checkout.'),
('fr', 'tt_addons_store_locator_views_store_locator_update_store_locator.show_to', 'Allows you to offer this pickup point to the residents of other rate areas at checkout.'),
('fr', 'tt_addons_vendor_locations_hooks_companies_shipping_address_post_vendor_locations.location', 'The address that will be used to determine the position on Google Maps.'),
('fr', 'tt_mobile_app.crop_when_resize', 'Si cette case est cochée, une partie de l\'image pourrait être perdue (exclue) lorsqu\'elle sera recadrée. Sinon, des bordures transparentes pourraient être rajoutées.'),
('fr', 'tt_mobile_app.m_app_icon', '1024 x 1024 (the big one is because it\'s Apple requirement, please note that it should look fine even if resized to 256x256)'),
('fr', 'tt_mobile_app.m_app_splash_landscape', 'Recommended image size 2208x1536. It is displayed when you start the application on your mobile phone'),
('fr', 'tt_mobile_app.m_app_splash_portrait', 'Recommended image size 1536x2208. It is displayed when you start the application on your mobile phone'),
('fr', 'tt_mobile_app.m_app_store_logo', '(1024 x 500). It\'s the image shown in the Google Play page of your application, see \"Feature Graphic\" section <a href=\"https://support.google.com/googleplay/android-developer/answer/1078870?hl=en\" target=\"_blank\">here</a>'),
('fr', 'tt_mobile_app.services_config', 'Upload the google-services.json file that was generated when you added an Android application in Firebase.'),
('fr', 'tt_views_block_manager_update_block_override_by_this', 'Si vous enregistrez le bloc avec cette option cochée, la valeur du contenu du bloc en cours écrasera le contenu de ce bloc partout où il est utilisé dans le panier.'),
('fr', 'tt_views_block_manager_update_block_width', 'La largeur du bloc fonctionne pour les blocs situés dans le groupe ayant une direction horizontale, ce paramètre ne fonctionne pas pour les autres cas.'),
('fr', 'tt_views_block_manager_update_location_default', 'Une destination doit être choisie comme étant celle par défaut. Ses conteneurs en haut et en bas  seront utilisés dans toutes les destinations.'),
('fr', 'tt_views_block_manager_update_location_head_custom_html', 'This HTML code will be put between &lt;head&gt;&lt;/head&gt; tags'),
('fr', 'tt_views_cart_components_carts_search_form_online_only', 'Si activé, les résultats de recherche n\'incluent que les utilisateurs qui sont en ligne actuellement.'),
('fr', 'tt_views_categories_update_product_details_layout', 'Par défaut, le modèle utilisé est celui défini dans les paramètres d\'apparence du storefront'),
('fr', 'tt_views_currencies_update_after_sum', 'Si activé, le symbole de la devise apparaît après la somme.'),
('fr', 'tt_views_currencies_update_decimals', 'Nombre de chiffres après le signe décimal.'),
('fr', 'tt_views_currencies_update_dec_sign', 'Séparateur décimal'),
('fr', 'tt_views_currencies_update_ths_sign', 'Séparateur de millier.'),
('fr', 'tt_views_database_manage_backup_data', 'Si activé, le fichier de sauvegarde de la base de données comprends les données effectives de la table.'),
('fr', 'tt_views_database_manage_backup_schema', 'Si activé, le fichier de sauvegarde de la base de données conserve la structure de la table.'),
('fr', 'tt_views_exim_export_output', 'Choisir une action sur le fichier: \"Téléchargement direct\" - pour enregistrer le fichier sur l\'ordinateur local, \"Ecran\" - pour afficher le contenu du fichier, \"Serveur\" - pour enregistrer le fichier dans le système de fichiers du serveur.'),
('fr', 'tt_views_languages_manage_language_code', 'Code 2 lettres de la langue'),
('fr', 'tt_views_languages_update_country', 'Le drapeau de ce pays sera utilisé comme icône de la langue.'),
('fr', 'tt_views_orders_components_orders_search_form_customer_files', 'Si activé, les résultats de recherche contiendront les commandes pour lesquelles les clients ont chargés leurs propres fichiers.'),
('fr', 'tt_views_pages_components_pages_link_page_target_url', 'The URL to redirect customers to'),
('fr', 'tt_views_pages_components_pages_link_page_url', 'The page inner URL'),
('fr', 'tt_views_payments_update_surcharge_title', 'Laisser vide pour utiliser \'Paiement en supplément\' comme titre'),
('fr', 'tt_views_payments_update_taxes', 'Si le supplement du paiement est pris des vendeurs, les taxes ne seront pas calcules'),
('fr', 'tt_views_payments_update_template', 'Modèle responsable de l\'affichage des champs d\'affichage supplémentaires pour la méthode de paiement.'),
('fr', 'tt_views_products_components_products_shipping_settings_free_shipping', 'Products with the Free shipping option enabled will be excluded from shipping calculation if shipping method has the Use for free shipping option enabled'),
('fr', 'tt_views_products_components_products_shipping_settings_items_in_box', 'Utilisez ce champ pour définir le nombre minimum et maximum d\'éléments de produits à être livré dans une boîte séparée. Entrez une valeur non nulle, et précisez les dimensions de la boîte.'),
('fr', 'tt_views_products_components_products_shipping_settings_weight', 'Les produits non-téléchargeables ayant un poids nul sont traités comme ayant un poids minimal possible non nul'),
('fr', 'tt_views_products_update_categories', 'Catégories qui doivent être affichées dans le chemin de fer/breadcrumb de navigation.'),
('fr', 'tt_views_products_update_inventory', 'Track in stock product quantity. Enable the \"Enable inventory tracking\" option (Settings -> General) to modify.'),
('fr', 'tt_views_products_update_list_price', 'Prix de vente conseillé par le fabricant.'),
('fr', 'tt_views_products_update_out_of_stock_actions', '\'Buy in advance\' lets customers buy out-of-stock products and products that will be available since a specific date. \'Sign up for notification\' works only when the product has zero or negative quantity.'),
('fr', 'tt_views_products_update_product_details_layout', 'Le modèle défini dans les paramètres de la catégorie produit principale est utilisé par défaut.'),
('fr', 'tt_views_product_features_update_feature_display_on_catalog', 'Afficher cette caractéristique produit sur la page de liste des produits avec la description du produit.'),
('fr', 'tt_views_product_features_update_feature_display_on_product', 'Si activé, la caractéristique du produit est affichée sur la page de détails du produit dans la vitrine.'),
('fr', 'tt_views_product_features_update_prefix', 'Un affixe qui précède la caractéristique du produit.'),
('fr', 'tt_views_product_features_update_suffix', 'Un affixe qui suit la caractéristique du produit.'),
('fr', 'tt_views_product_options_update_incorrect_filling_message', 'Message affiché si la donnée saisie est incorrect.'),
('fr', 'tt_views_product_options_update_inner_hint', 'Une note qui indique la valeur  à entrer.'),
('fr', 'tt_views_product_options_update_inventory', 'Si activée, cette option est prise en compte lors de la formation de l\'inventaire des produits.'),
('fr', 'tt_views_product_options_update_regexp', 'Expression régulière spécifiant un schéma pour correspondre'),
('fr', 'tt_views_promotions_update_stop_other_rules', 'Si activé, les autres promotions ne sont pas appliquées.'),
('fr', 'tt_views_sales_reports_table_time_interval', 'Périodes à analyser (jour, semaine, mois, années).'),
('fr', 'tt_views_sales_reports_update_table_dependence', 'Paramètre pour choisir les valeurs. Il devrait etre lié à sa valeur pour montrer le paramètre. (ex. Couts du Produit-Cout total ou Nombre de produits-Nombre de produits).'),
('fr', 'tt_views_sales_reports_update_table_limit', 'Nombre maximum de composants du graphique.'),
('fr', 'tt_views_shippings_components_services_ups_ship_ups_pickup_type', '<p>Select \"Daily Pickup\" to calculate the delivery cost according to Daily Rates.</p><p>Select \"One Time Pickup\", \"Letter Center\", or \"Air Service Center\" to calculate the delivery cost according to Retail Rates.</p>'),
('fr', 'tt_views_shippings_update_delivery_time', 'L\'heure de livraison apparait près du nom de la méthode d\'expédition. Si vous utilisez un taux d\'expédition en temps réel, votre service d\'expédition fournira sa propre heure de livraison. L\'heure forunie par le service d\'expédition sera affichée au lieu de l\'heure specifiée ici.'),
('fr', 'tt_views_shippings_update_use_for_free_shipping', 'Exclude products with the enabled Free shipping option from the shipping price calculation'),
('fr', 'tt_views_site_layout_logos_alt_text', 'Laisser vide pour utiliser le nom de la société comme texte alternatif.'),
('fr', 'tt_views_storage_cdn_cname', 'Domain name that you want to use instead of the CloudFront domain name for the URLs for your files. You also need to create a CNAME record with your DNS service to route queries to CloudFront host (it will be displayed on this page after you enter account information).'),
('fr', 'tt_views_storage_cdn_key', 'AWS Access Key ID. See <a href=\"http://amzn.to/1sT9aw0\" target=\"_blank\">http://amzn.to/1sT9aw0</a> to learn how to get key and secret key.'),
('fr', 'tt_views_taxes_update_regnumber', 'Numéro d\'enregistrement de la taxe dans le magasin.'),
('fr', 'turkish', 'turc'),
('fr', 'txn_id', 'ID de la transaction'),
('fr', 'type', 'Type'),
('fr', 'type_comment', 'Taper des commentaires ici'),
('fr', 'type_comments_here', 'Vous pouvez nous laisser un commentaire ici.'),
('fr', 'type_to_search', 'Saisissez votre recherche...'),
('fr', 'type_to_search_or_click_button', 'Tapez votre recherche, ou cliquez sur le bouton de recherche avancé'),
('fr', 'uc_addon_package_files_do_not_match_schema', 'Package contains files that were not described in schema or schema has links to missing files'),
('fr', 'uc_addon_package_forbidden_path', 'Forbidden: Add-on tries to upgrade core files ([path])'),
('fr', 'uc_addon_package_languages_forbidden', 'Package contains languages that were not described in schema or schema has links to missing languages files'),
('fr', 'uc_addon_package_migrations_forbidden', 'Package contains migrations that were not described in schema or schema has links to missing migration files'),
('fr', 'uc_addon_package_pre_post_scripts_mismatch', 'Package contains pre/post scripts that were not described in schema or schema has links to missing files'),
('fr', 'uc_backup_info_subj', 'Upgrade Center: Store has been backed up and closed.'),
('fr', 'uc_broken_upgrade_connector', 'Upgrade connector [connector_id] returned incorrect data'),
('fr', 'uc_connector_not_found', 'Upgrade connector not found'),
('fr', 'uc_copy_files', 'Copy files'),
('fr', 'uc_downloaded_and_ready', 'Upgrade package has been downloaded and ready to install'),
('fr', 'uc_execute_validator', 'Execute \"[validator]\" validator'),
('fr', 'uc_info_subj', 'Upgrade Center: Store has been closed.'),
('fr', 'uc_install_languages', 'Install languages'),
('fr', 'uc_migration_failed', 'An error has occured during upgrading database structure (applying migration [migration]).'),
('fr', 'uc_ok', '[OK]'),
('fr', 'uc_open_store_email_body', '<p>Before the upgrade, your store was closed. Check if it\'s running fine after the upgrade and <a href=\"[settings_section]\">open it</a>.</p>'),
('fr', 'uc_package_schema_is_not_json', 'Package schema is not a valid JSON'),
('fr', 'uc_package_schema_not_found', 'Package content schema not found'),
('fr', 'uc_restore_email_body', '<p>Your store\'s database and files has been backed up before the upgrade. The backup archive includes the whole database and all files except for images. The backup archive has been stored on your server: [backup_file].</p><p>Before the upgrade, your store was closed. Check if it\'s running fine after the upgrade and <a href=\"[settings_section]\">open it</a>.</p><p>If something goes wrong during the upgrade, go to your admin panel, <strong>Administration → Backup/Restore</strong>, to restore the backup.</p><p>If you can\'t access your admin panel, use the following link to restore the last backup. <b>Important:</b> following this link will immediately launch the restore process. Use it only if you can\'t access your admin panel! Restore the last backup:</p>'),
('fr', 'uc_restore_email_subject', 'Upgrade center: Store has been backed up and closed.'),
('fr', 'uc_run_migrations', 'Run migrations'),
('fr', 'uc_searchanise_disabled', 'L\'add-on Searchanise a été automatiquement désactivé pendant la mise à jour pour éviter des résultats de recherche erronés. Activez le à n\'importe quel moment sur la page <a href=\"[url]\">Modules supplémentaires</a>'),
('fr', 'uc_title_validators', 'Upgrade package validators'),
('fr', 'uc_unable_to_read_schema', 'Unable to read package schema (schema.json)'),
('fr', 'uc_upgrade_progress', 'Upgrade progress'),
('fr', 'uk_cookies_law', 'Notifier les visiteurs sur l\'utilisation des cookies'),
('fr', 'ultimate_license', '[product] Ultimate'),
('fr', 'ultimate_license_required', '[product] Ultimate is required for this'),
('fr', 'ultimate_or_storefront_license_required', 'This action requires [product] Ultimate or an additional Storefront License'),
('fr', 'ult_shared_with', 'Partagez avec:'),
('fr', 'ult_share_users_setting_disabled', 'La valeur du paramètre ne ​​peut être modifiée tant que des adresses email identiques sont enregistrées dans votre magasin.'),
('fr', 'unable_delete_vendor_orders_exists', 'Impossible de supprimer cette boutique parce que des commandes contenant les produits de cette société se trouvent dans la base de données. Pour supprimer ce compte, supprimer d\'abord toutes ces commandes.'),
('fr', 'unable_to_assign_usergroup', 'Impossible d\'assigner le groupe d\'utilisateur. Merci de contacter l\'administrateur du magasin.'),
('fr', 'unable_to_check_license', 'Impossible de vérifier votre numéro de licence'),
('fr', 'unable_to_create_status', 'Couldn\'t create a new status'),
('fr', 'unable_to_delete_last_storefront', 'At least one storefront must remain'),
('fr', 'unable_to_delete_setting_description', 'Impossible de supprimer la description du paramètre: [reason]'),
('fr', 'unable_to_delete_setting_variant', 'Impossible de supprimer setting_variant: [reason]'),
('fr', 'unable_to_read_resource', 'Impossible de lire la ressource: [file]'),
('fr', 'unable_to_unpack_file', 'Impossible de décompresser le fichier'),
('fr', 'unable_to_update_setting_description', 'Impossible de configurer la description: [reason]'),
('fr', 'unable_to_update_setting_value', 'Impossible de définir la valeur:[reason]'),
('fr', 'ungroupped_features', 'Caractéristiques non groupées'),
('fr', 'uninstall', 'Déinstaller'),
('fr', 'unique_html_block', 'Bloc HTML unique'),
('fr', 'unit', 'Unité'),
('fr', 'united_kingdom', 'Royaume-Uni'),
('fr', 'unit_price', 'Prix unitaire'),
('fr', 'unknown', 'Inconnu'),
('fr', 'unknown_server_response', 'Réponse serveur inconnue'),
('fr', 'unmark', 'Décocher'),
('fr', 'unregistered_customer', 'Clients non enregistré'),
('fr', 'unregistered_customer_short', 'Unregistered'),
('fr', 'unselect_all', 'Tout décocher'),
('fr', 'unset_tax_to_products', 'Supprimer les taxes sélectionnées de tous les produits'),
('fr', 'unsubscribe', 'Se désabonner'),
('fr', 'unsubscribe_key', 'Clé de désinscription'),
('fr', 'unsubscribe_link', 'Lien de désinscription'),
('fr', 'up', 'Haut'),
('fr', 'update', 'Mise à jour'),
('fr', 'updated_last', 'Updated in the last'),
('fr', 'updates_subscription', 'Inscription aux mises à jour gratuites et aux promotions'),
('fr', 'update_all', 'Atualizar todos'),
('fr', 'update_categories', 'Mise à jour catégories'),
('fr', 'update_current_layout', 'Mettre à jour le layout actuel'),
('fr', 'update_customer_info', 'Mise à jour informations client'),
('fr', 'update_datafeed', 'Édition du flux de données'),
('fr', 'update_existing_products_only', 'Update existing products only'),
('fr', 'update_existing_products_only_tooltip', 'If you enable this setting, products that don\'t exist in the database of your store will be skipped during import.'),
('fr', 'update_for_all_act', 'La nouvelle valeur sera sauvegardée pour TOUS les magasins qui partagent cet élément. Cliquer pour la sauvegarder seulement pour le magasin propriétaire.'),
('fr', 'update_for_all_dis', 'La nouvelle valeur sera sauvegardée SEULEMENT pour le magasin propriétaire. Cliquer pour la sauver pour tous les magasins qui partagent cet élément.'),
('fr', 'update_for_all_hid_act', 'Cliquer pour annuler la mise à jour du champ'),
('fr', 'update_for_all_hid_dis', 'Cliquer pour entrer une nouvelle valeur de champ pour mettre à jour dans tous les magasins lorsque l\'élément est enregistré.'),
('fr', 'update_group', 'Mise à jour groupe'),
('fr', 'update_period_expired', '<p class=\"text-error\">Your upgrade subscription has expired, so this software upgrade cannot be installed. You can prolongate your subscription in the <a href=\"[url]\">Customer Help Desk</a>.</p><p>Please note that it is not mandatory: you can continue using this software with no limitation even without an upgrade subscription.</p>'),
('fr', 'update_products', 'Mise à jour produit'),
('fr', 'update_profile', 'Mise à jour profil'),
('fr', 'update_profile_notification', 'Votre profil a été mis à jour'),
('fr', 'update_profile_notification_header', 'Votre profil a été mis à jour.'),
('fr', 'update_status', 'Mise à jour statuts'),
('fr', 'update_text', 'Texte de mise à jour'),
('fr', 'update_totals_and_inventory', 'Mise à jour total et inventaire'),
('fr', 'update_translation', 'Update translations'),
('fr', 'updating', 'En cours de mise à jour'),
('fr', 'updating_links', 'En cours de mise à jour des liens'),
('fr', 'upgrade', 'Mise à jour'),
('fr', 'upgraded_on', 'Upgraded on'),
('fr', 'upgrade_center', 'Centre de mise à jour'),
('fr', 'upgrade_center.apply_migration_failed', '<p>Please restore the pre-upgrade backup manually or via a link sent to your email address, then contact our technical support.</p><br><p>Tech details: Couldn\'t complete migration [migration]. Reason: [error].</p><p>Completed migrations: [processed_count] out of [total_count].</p>'),
('fr', 'upgrade_center.error_unable_to_prepare_restore', 'Unable to prepare restore script.'),
('fr', 'upgrade_center.filehash_check_failed', 'La mise à jour n\'est pas possible à cause d l\'erreur du contrôle d\'intégrité du fichier. Merci de contatcter l\'équipe du support technique.'),
('fr', 'upgrade_center.skip_backup', 'Skip files and database backup'),
('fr', 'upgrade_center.upgrades_are_not_available_in_trial', 'Les mises à jour sont disponibles seulement avec des licences <strong>Full</strong> et <strong>Free</strong>.<br /><br />Le type de licence peut être modifié sous Paramètres→  <a class=\"cm-dialog-opener cm-dialog-auto-size\" data-ca-target-id=\"store_mode_dialog\">Type de licence</a>.'),
('fr', 'upgrade_center.upgrade_process_failed', 'Upgrade process of your store has failed'),
('fr', 'upgrade_center.validation_issue', 'Validation issue'),
('fr', 'upgrade_center.validator_fail_result', 'Validator \"[validator_name]\" returned fail status'),
('fr', 'upgrade_center.warning_msg_after_upgrade', 'After the upgrade, check the basic functionality of your store.'),
('fr', 'upgrade_center.warning_msg_executed_php', '<p class=\"text-error\">We have started a dummy PHP script. It will be working during 6 minutes. When the check is finished, we\'ll tell you if the PHP script\'s timeouts can be set correctly. If yes, then you are good to go with the upgrade. Please wait until the check is finished to be sure that your server has correct PHP timeout configuration.</p>'),
('fr', 'upgrade_center.warning_msg_generally', 'Generally, the upgrade fails because the PHP script execution is terminated due to your server configuration. It\'s essential to check the PHP script timeout settings on your server'),
('fr', 'upgrade_center.warning_msg_specialists', 'If you are not familiar with technical aspects of CS-Cart and the upgrade process, we strongly recommend that you <a href=\"[upgrade_center_specialist]\" target=\"_blank\">hire a specialist</a> or <a href=\"[upgrade_center_team]\" target=\"_blank\">ask our support team</a> to upgrade your store for you.'),
('fr', 'upgrade_center.warning_msg_test_local', 'Upgrade the test copy of your store first to make sure that the upgrade will go smoothly.'),
('fr', 'upgrade_center.warning_msg_third_party_add_ons', 'The upgrade doesn\'t update third-party add-ons. That\'s why we recommend that you disable all the third-party add-ons before the upgrade.'),
('fr', 'upgrade_center.warning_msg_timeout_check_failed', 'Your server has wrong PHP script timeout settings. This could be due to restrictions on the PHP <a href=\"http://php.net/manual/en/function.set-time-limit.php\" target=\"_blank\">set_time_limit</a> function or FastCGI \"Timeout\" options. We recommend you to contact your hosting provider in order to resolve this issue or contact our tech support team to perform the upgrade for you.'),
('fr', 'upgrade_center.warning_msg_timeout_fail', 'We DO NOT recommend to start the upgrade on your server.'),
('fr', 'upgrade_center.warning_msg_upgrade_is_complicated', 'The upgrade is a complicated process. It can be failed due to reasons that are beyond our control.<br> To make the upgrade of your store safer, we have prepared tips for you:'),
('fr', 'upgrade_center_permission_adjusted_properly', 'All file and folder permissions have been adjusted properly.'),
('fr', 'upgrade_fl54_atol_boxberry_text', '<p>The following tools were added to help store owners comply with Federal Law 54 and work with online cash registers:</p><ul><li>The ability to <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/payment_methods/yandex_54fz.html\">send receipt data to Yandex.Checkout</a>.</li><li>The <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/addons/atol_online/\">ATOL Online</a> add-on that integrates CS-Cart with this rent-an-online-cash-register service.</li></ul><p>Other additions:</p><ul><li>An add-on for <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/addons/retailcrm/\">exchanging data with retailCRM</a>;</li><li>An add-on for <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/shipping_and_taxes/shipping_methods/realtime_shipping_methods/boxberry.html\">creating real-time shipping methods that use Boxberry</a>, a Russian shipping service.</li></ul>'),
('fr', 'upgrade_fl54_atol_boxberry_title', 'New features of Russian version of CS-Cart 4.6.1: compliance with Federal Law 54, add-ons for retailCRM and Boxberry'),
('fr', 'upgrade_flash_player', 'Vous devez mettre à jour votre Lecteur Flash'),
('fr', 'upgrade_is_not_avail', '<p class=\"text-error\">Cette mise à jour n\'est pas valable pour votre licence CS-Cart.  Merci de contacter <a href=\"http://www.cs-cart.com\">l\'équipe de support de CS-Cart</a> pour mettre à jour le status de votre licence.</p>');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('fr', 'upgrade_license', 'Upgrade my license'),
('fr', 'upgrade_notification_message', '<p class=\'upgrade-center_notice-msg\'>Copy of this message was sent to administrator\'s email.</p><hr>'),
('fr', 'upgrade_notification_title', 'Upgrade changes in [product] [version]'),
('fr', 'upgrade_notification_welcome_text', '<p class=\"lead\">To help you get started, we’ve compiled the list of what you should check after the upgrade. The full list of changes is in the changelog.</p><p class=\"lead\">If you ever need to check this message later, we’ve also sent a copy to [email].</p>'),
('fr', 'upgrade_notification_welcome_title', 'Welcome to [product] [version]!'),
('fr', 'upgrade_notification_what_check_first', 'What to check first?'),
('fr', 'upgrade_notification_what_else_to_check', 'What else is there to check?'),
('fr', 'upload', 'Télécharger'),
('fr', 'uploaded_files', 'Uploaded Files'),
('fr', 'upload_addon', 'Transférer & installer un module supplémentaire'),
('fr', 'upload_another_file', 'Télécharger un autre fichier'),
('fr', 'upload_file', 'Télécharger fichier'),
('fr', 'upload_install', 'Envoyer & installer'),
('fr', 'upload_theme', 'Transférer un thème'),
('fr', 'upload_to_ftp', 'Télécharger vers le serveur FTP'),
('fr', 'upload_upgrade_package', 'Upload upgrade package'),
('fr', 'upload_upgrade_text', 'Uploading upgrade package allows you to apply HotFixes or Add-on upgrades. You can upload an upgrade pack by picking a tgz,gz,zip format archive and clicking Upload.'),
('fr', 'upload_via_ftp', 'Envoyer via FTP'),
('fr', 'ups', 'United Parcel Service'),
('fr', 'ups_suggested_retail_rates_upgrade_notification_text', '<p>The latest [product] version doesn\'t support the \"Suggested Retail Rates\" Pickup type for the UPS-based shipping methods.</p><p>If you used Suggested Retail Rates before, do this to actualize the delivery cost for your customers:</p><ul><li>Go to Administration → Shipping & taxes → Shipping methods.</li><li>Select the shipping method that uses UPS as a carrier.</li><li>Switch to the Configure tab and select a proper Pickup type: use \"One Time Pickup\", \"Letter Center\", or \"Air Service Center\" to calculate the delivery cost according to Retail Rates</li></ul>'),
('fr', 'ups_suggested_retail_rates_upgrade_notification_title', '\"Suggested Retail Rates\" Pickup type for the UPS-based shipping methods is no longer supported'),
('fr', 'ups_upgrade_notification_text', '<p><b>UPS Canada: Expedited SM</b> and <b>UPS Polish: Today Intercity</b> shipping services are not supported since this [product] version. If you were using them, do the following:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses UPS as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li></ul>'),
('fr', 'ups_upgrade_notification_title', 'UPS Canada: Expedited SM and UPS Polish: Today Intercity shipping services are no longer supported'),
('fr', 'url', 'URL'),
('fr', 'url_access_storefront', 'Use the following URL to access the storefront:<br><a href=\"[url]\" target=\"_blank\">[url]</a>'),
('fr', 'url_dispatch_part', 'La valeur du paramètre \"dispatch\" de l\'URL'),
('fr', 'used', 'Utilisé'),
('fr', 'user', 'Utilisateur'),
('fr', 'usergroup', 'Groupe utilisateur'),
('fr', 'usergroups', 'Groupes d\'utilisateur'),
('fr', 'usergroups_menu_description', 'Liste des groupes d\'utilisateurs qui existe dans votre magasin'),
('fr', 'usergroup_activated', 'Le groupe d\'utilisateur a été activé'),
('fr', 'usergroup_disactivated', 'Le groupe d\'utilisateur a été désactivé'),
('fr', 'usergroup_ids', 'Usergroup ids'),
('fr', 'usergroup_privileges', 'Privilèges du groupe d\'utilisateurs'),
('fr', 'usergroup_registered', 'Registered users'),
('fr', 'usergroup_request_by_customer', 'Demande du groupe d\'utilisateurs par le client'),
('fr', 'username', 'Nom d\'utilisateur'),
('fr', 'users', 'Utilisateurs'),
('fr', 'users_carts', 'Paniers utilisateurs'),
('fr', 'users_carts_menu_description', 'Liste des produits qui n\'ont pas été achetés pour une raison quelconque'),
('fr', 'users_menu_description', 'Gérer les comptes utilisateurs qui sont enregistrés dans votre magasin'),
('fr', 'user_account_info', 'Infos compte utilisateur'),
('fr', 'user_account_information', 'Information de compte'),
('fr', 'user_cannot_be_deleted', 'Désolé, l\'utilisateur avec l\'id [user_id] ne peut pas être supprimé.'),
('fr', 'user_class', 'User-defined CSS class'),
('fr', 'user_data_required', 'S\'il vous plaît sélectionner un client ou entrer des données'),
('fr', 'user_details_page', 'Page des détails utilisateur'),
('fr', 'user_group', 'User group'),
('fr', 'user_group_ids', 'User group IDs'),
('fr', 'user_group_requests', 'Demandes de groupe d\'utilisateurs'),
('fr', 'user_id', 'ID Utilisateur'),
('fr', 'user_info', 'Informations utilisateur'),
('fr', 'user_pin', 'PIN utilisateur'),
('fr', 'user_profile_info', 'Infos profil utilisateur'),
('fr', 'user_settings', 'Paramètres utilisateur'),
('fr', 'user_type', 'User type'),
('fr', 'use_avail_period', 'Utiliser période de disponibilité'),
('fr', 'use_cardinal', 'Use Cardinal Centinel&reg; for 3-D Secure Payer Authentication'),
('fr', 'use_coupons_commission', 'Commission du coupon'),
('fr', 'use_current_link', 'Utiliser le lien de la page courante'),
('fr', 'use_custom_view', 'Utiliser une vue personnalisée'),
('fr', 'use_custom_weight_settings', 'Utiliser paramètre de poids personnalisé'),
('fr', 'use_default_block_configuration', 'Use default block configuration'),
('fr', 'use_existing_block', 'Utiliser le bloc existant'),
('fr', 'use_existing_store', 'Copier la configuration d\'un magasin existant'),
('fr', 'use_for_apply_for_vendor_account', 'Appliquer pour une forme de compte de vendeur'),
('fr', 'use_for_checkout', 'Checkout (user information) form'),
('fr', 'use_for_discussion', 'Formulaires de commentaires et d\'avis clients'),
('fr', 'use_for_form_builder', 'Formulaires personnalisés'),
('fr', 'use_for_free_shipping', 'Use for free shipping'),
('fr', 'use_for_login', 'Login form'),
('fr', 'use_for_polls', 'Sondages'),
('fr', 'use_for_register', 'Create and edit profile form'),
('fr', 'use_for_re_desk', 'Use for Re:Desk'),
('fr', 'use_for_track_orders', 'Track my order form'),
('fr', 'use_negotiated_rates', 'Utiliser des tarifs négociés'),
('fr', 'use_new_sha_method', 'Utiliser la nouvelle politique de signature SHA'),
('fr', 'use_this_style', 'Utiliser ce style'),
('fr', 'usps', 'U.S Postal Service'),
('fr', 'usps_package_size_large', 'Large'),
('fr', 'usps_package_size_regular', 'Ordinaire'),
('fr', 'usps_service_certificate_of_mailing', 'Certificat de d\'envoi'),
('fr', 'usps_service_certificate_of_mailing_for_firm_mailing_books', 'Certificate of mailing for firm mailing books'),
('fr', 'usps_service_certificate_of_mailing_per_individual_article', 'Certificate of mailing per individual article'),
('fr', 'usps_service_certified', 'certifié'),
('fr', 'usps_service_collect_on_delivery', 'Collecter à la livraison'),
('fr', 'usps_service_delivery_confirmation', 'Confirmatin de suivi/livraison USPS'),
('fr', 'usps_service_edelivery_confirmation', 'Confirmation de e-livraison'),
('fr', 'usps_service_express_mail_insurance', 'Express assurance mail'),
('fr', 'usps_service_insurance', 'Assurance'),
('fr', 'usps_service_pick_up_on_demand', 'Ramassage à la demande'),
('fr', 'usps_service_registered_mail', 'Courrier recommandé'),
('fr', 'usps_service_registered_without_insurance', 'Recommandé sans assurance'),
('fr', 'usps_service_registered_with_insurance', 'Recommandé avec assurance'),
('fr', 'usps_service_return_receipt', 'Accusé de réception'),
('fr', 'usps_service_return_receipt_electronic', 'Accusé de réception électronique'),
('fr', 'usps_service_return_receipt_for_merchandise', 'Accusé de réception de la marchandise'),
('fr', 'usps_service_signature_confirmation', 'Signature de confirmation'),
('fr', 'usps_size', 'Veuillez spécifier la largeur, la hauteur et la longueur de votre paquet pour l\'envoi prioritaire, si le Grandeur du Paquet est Grande seulement.'),
('fr', 'usps_upgrade_notification_text', '<p>The following USPS shipping services are no longer supported:<ul><li>USPS First-Class Mail International Large Envelope</li><li>USPS First-Class Mail International Letter/Postcard</li></ul>All your shipping methods that used these services have been changed to use <b>USPS First-Class Package International Service</b> instead. Please go to <b>Administration → Shipping & taxes → Shipping methods</b> and check the settings of your shipping methods that use USPS.</p>'),
('fr', 'usps_upgrade_notification_title', 'Changes to USPS shipping services'),
('fr', 'uvdesk_already_account', 'Your account already exist. To manage your tickets please login.'),
('fr', 'uvdesk_answered', 'Answered'),
('fr', 'uvdesk_closed', 'Closed'),
('fr', 'uvdesk_label', 'Label'),
('fr', 'uvdesk_mine', 'Mine'),
('fr', 'uvdesk_notreplied', 'Notreplied'),
('fr', 'uvdesk_open', 'Open'),
('fr', 'uvdesk_pending', 'Pending'),
('fr', 'uvdesk_resolved', 'Resolved'),
('fr', 'uvdesk_spam', 'Spam'),
('fr', 'uvdesk_starred', 'Starred'),
('fr', 'uvdesk_tickets', 'UVDesk Ticktes'),
('fr', 'uvdesk_timestamp', 'Timestamp'),
('fr', 'uvdesk_trashed', 'Trashed'),
('fr', 'uvdesk_unassigned', 'Unassigned'),
('fr', 'uvdesk_viewticket', 'UVDesk View Ticket'),
('fr', 'valid', 'Période de validité'),
('fr', 'validate_email', 'Valider l\'e-mail'),
('fr', 'validate_secret_word', 'Valider le mot secret'),
('fr', 'valid_thru', 'Valable jusqu\'à (mm / aa)'),
('fr', 'value', 'Valeur'),
('fr', 'value_to_display', 'Valeur à afficher'),
('fr', 'variables', 'Variables'),
('fr', 'variant', 'Variante'),
('fr', 'variants', 'Variantes'),
('fr', 'variant_id', 'Variant ID'),
('fr', 'variant_name', 'Nom de variante'),
('fr', 'variations_in_stock', 'Only \"in stock\" products'),
('fr', 'variation_group_code', 'Variation group code'),
('fr', 'variation_group_id', 'Variation group ID'),
('fr', 'variation_parent_product_id', 'Variation parent product ID'),
('fr', 'variation_set_as_default', 'Variation set as default'),
('fr', 'variation_sub_group_id', 'Variation sub group ID'),
('fr', 'vendor', 'Vendeur'),
('fr', 'vendors_activity', 'Activité du vendeur durant la période sélectionnée'),
('fr', 'vendors_activity.new_products', 'Nouveaux produits'),
('fr', 'vendors_activity.new_vendors', 'Nouveaux vendeurs'),
('fr', 'vendors_activity.not_logged_in_vendors', 'Vendeurs non connectés'),
('fr', 'vendors_activity.orders_created', 'Orders created'),
('fr', 'vendors_activity.vendors_with_new_products', 'Vendeurs avec nouveaux produits'),
('fr', 'vendors_activity.vendors_with_sales', 'Vendeurs avec ventes'),
('fr', 'vendors_menu_description', 'Liste triée des comptes de la  société enregistrés dans le magasin.'),
('fr', 'vendors_statistics', 'Statistiques du vendeur'),
('fr', 'vendors_with_absolute_commissions_notice', '<p>The following vendors had absolute commissions before the upgrade:</p><ul>[vendors_list]</ul><p>The <b>Transaction fee</b> in their plans has been set to 0.</p><p>The sizes of absolute commissions still remain in the database, but are no longer used. However, you can use that data to set up new vendor plans with relative commissions. Learn more in this article:</p>[instructions]'),
('fr', 'vendor_accounting', 'Contabilite'),
('fr', 'vendor_accounting_menu_description', 'Statistiques de revenus et expedition (revenu total, solde de vendeur, et retires).'),
('fr', 'vendor_account_balance', 'Solde du compte'),
('fr', 'vendor_account_balance_menu_description', 'Statistiques des revenus et dépenses (totales, par fournisseur, par période).'),
('fr', 'vendor_administrator', 'Administrateur de fournisseur'),
('fr', 'vendor_administrators', 'Administrateurs de fournisseur'),
('fr', 'vendor_administrators_menu_description', 'Liste des administrateurs de fournisseur, des utilisateurs enregistrés avec un compte fournisseur.'),
('fr', 'vendor_approval_pending', 'Nouvelle application de compte du vendeur'),
('fr', 'vendor_candidate_notification', 'Hello. Vous avez un nouveau venteur candidat dans Votre archive. Ce compte venteur attend jusqu\'à etre approuve. Suivre ce URL </a> pour voir l\'information du compte.'),
('fr', 'vendor_commission_changes_upgrade_notification_text', '<p>Vendor commissions have been replaced with vendor plans, and an own plan has been created for each vendor. However, absolute commissions are no longer supported.</p>'),
('fr', 'vendor_commission_changes_upgrade_notification_title', 'Vendor commission changes'),
('fr', 'vendor_communication', 'Message center'),
('fr', 'vendor_communication.ask_a_question', 'Ask a question'),
('fr', 'vendor_communication.author', 'Author'),
('fr', 'vendor_communication.cannot_create_thread', 'Cannot create thread'),
('fr', 'vendor_communication.cannot_delete_thread', 'Cannot delete thread'),
('fr', 'vendor_communication.cannot_delete_threads', 'Cannot delete threads'),
('fr', 'vendor_communication.cannot_post_message', 'Cannot post message'),
('fr', 'vendor_communication.cannot_update_thread', 'Cannot update thread'),
('fr', 'vendor_communication.contact_vendor', 'Contact vendor'),
('fr', 'vendor_communication.contact_vendor_name', 'Contact [vendor_name]'),
('fr', 'vendor_communication.contact_with', '#[thread_id]. Communication with [thread_company]'),
('fr', 'vendor_communication.created_at', 'Created on'),
('fr', 'vendor_communication.customer_name', 'Customer name'),
('fr', 'vendor_communication.date', 'Date'),
('fr', 'vendor_communication.error_message', 'Please enter your message'),
('fr', 'vendor_communication.event.message_received.name', 'New message received'),
('fr', 'vendor_communication.invalid_thread_object_type', 'Provided thread object type is invalid'),
('fr', 'vendor_communication.message', 'Message'),
('fr', 'vendor_communication.messages', 'Messages'),
('fr', 'vendor_communication.message_center', 'Message center'),
('fr', 'vendor_communication.message_center_menu_description', 'Customer-to-vendor messages'),
('fr', 'vendor_communication.message_center_name', 'Message center'),
('fr', 'vendor_communication.message_center_name_menu_description', 'Messages from customers'),
('fr', 'vendor_communication.message_sent', 'Your message has been sent to <b>[vendor_name]</b>.<br/><br/>We\'ll notify you about a reply. To view your message history, please <a href=\"[thread_url]\" target=\"_blank\">go to the Message Center</a> located in the \"Messages\" section of the \"My account\" menu.'),
('fr', 'vendor_communication.new_message.message', 'Click this notification to see the message'),
('fr', 'vendor_communication.new_message.title', '[company_name] has a new message from [customer]'),
('fr', 'vendor_communication.new_thread_created', 'Your message has been sent to <b>[vendor_name]</b>.<br/><br/>The vendor\'s reply will be sent to the email address of your account. To view your message history, please <a href=\"[thread_url]\">go to the Message Center</a> located in the \"Messages\" section of the \"My account\" menu.'),
('fr', 'vendor_communication.no_messages_found', 'No messages found'),
('fr', 'vendor_communication.no_threads_found', 'No threads found'),
('fr', 'vendor_communication.please_log_in_to_be_notified', 'Please sign in so that we can notify you about a reply'),
('fr', 'vendor_communication.please_log_in_to_contact_vendor', 'Please sign in to contact the vendor'),
('fr', 'vendor_communication.required_field_is_missing', 'The [field_name] field is required'),
('fr', 'vendor_communication.subject_email', 'You have a new message from [message_from]'),
('fr', 'vendor_communication.thread', 'Thread #[thread_id]'),
('fr', 'vendor_communication.threads_deleted', 'Threads have been deleted'),
('fr', 'vendor_communication.thread_deleted', 'Thread has been deleted'),
('fr', 'vendor_communication.ticket', 'Thread'),
('fr', 'vendor_communication.type_message', 'Type a message...'),
('fr', 'vendor_communication.you', 'You'),
('fr', 'vendor_communication.your_message_to_vendor_name', 'Your message to [vendor_name]'),
('fr', 'vendor_communication.you_have_new_message', 'You have a new <a href=\"[thread_url]\">message</a> from [message_from].'),
('fr', 'vendor_custom_page', 'Vendor custom page'),
('fr', 'vendor_data_premoderation', 'Pré-modération des données  fournisseur'),
('fr', 'vendor_data_premoderation.approval_info_text', 'If approval is required only for some vendors, you\'ll be able to set what vendors need moderation on the Add-ons tab of the vendor editing page.'),
('fr', 'vendor_data_premoderation.approve_product', 'Approve \"[product]\"'),
('fr', 'vendor_data_premoderation.approve_product_btn', 'Approve product'),
('fr', 'vendor_data_premoderation.disapproval_reason', 'Disapproval reason'),
('fr', 'vendor_data_premoderation.disapproved', 'Disapproved'),
('fr', 'vendor_data_premoderation.disapprove_product', 'Disapprove \"[product]\"'),
('fr', 'vendor_data_premoderation.disapprove_products', 'Disapprove products'),
('fr', 'vendor_data_premoderation.disapprove_product_btn', 'Disapprove product'),
('fr', 'vendor_data_premoderation.enter_disapproval_reason', 'Enter the reason for disapproval and save the changes.'),
('fr', 'vendor_data_premoderation.event.product_status.approved.name', 'Vendor data premoderation: your product was approved'),
('fr', 'vendor_data_premoderation.event.product_status.disapproved.name', 'Vendor data premoderation: your product was disapproved'),
('fr', 'vendor_data_premoderation.exclude_disapproved_products', 'Exclude disapproved products'),
('fr', 'vendor_data_premoderation.notification.approved.message', '\"[product]\" has been approved by the store administration and added to the product catalog. Click here to view this product.|[n] products have been approved by the store administration and added to the product catalog. Click here to view these products.'),
('fr', 'vendor_data_premoderation.notification.approved.title', 'Your product has been approved|Your products have been approved'),
('fr', 'vendor_data_premoderation.notification.disapproved.message', '\"[product]\" has been disapproved by the store administration. Click here to view this product.|[n] products have been disapproved by the store administration. Click here to view these products.'),
('fr', 'vendor_data_premoderation.notification.disapproved.title', 'Your product has been disapproved|Your products have been disapproved'),
('fr', 'vendor_data_premoderation.notification.products_require_approval.message', 'This product is pending for your approval since [since]. Click here to view this product.|These products are pending for your approval since [since]. Click here to view these products.'),
('fr', 'vendor_data_premoderation.notification.products_require_approval.title', 'You have [n] product that requires your approval|You have [n] products that require your approval'),
('fr', 'vendor_data_premoderation.notification_for_deleted_statuses', 'Vendor Data Premoderation add-on has been disabled. Products with  the \"Requires approval\" or \"Disapproved\" statuses no longer have any status. These products won\'t appear to customers until you or your vendors set some other status for them. If you activate the add-on again, the statusless products will get their statuses back. If you uninstall the add-on, all products will get a correct status automatically.'),
('fr', 'vendor_data_premoderation.products_sent_to_premoderation', 'Your changes have been saved. Before your product is added to the product catalog, it must be approved by the store administration. Follow <a href=\"[product_approval_url]\">this link</a> to view products that require approval.|Your changes have been saved. Before your products are added to the product catalog, they must be approved by the store administration. Follow <a href=\"[product_approval_url]\">this link</a> to view products that require approval.'),
('fr', 'vendor_data_premoderation.product_status.disapproved', 'Disapproved'),
('fr', 'vendor_data_premoderation.product_status.requires_approval', 'Requires approval'),
('fr', 'vendor_data_premoderation.require_approval', 'Products on moderation'),
('fr', 'vendor_data_premoderation.require_vendor_action', 'Disapproved products'),
('fr', 'vendor_debt_payout.block_alert', '<p>Your access to the administration panel has been restricted automatically because you have reached the limit of negative account balance or haven\'t paid a fee for your vendor plan in time.</p><p>Your current account balance is [current_balance].</p><p>Please <a href=\"[pay_url]\">pay the marketplace fees</a> — once the payment is processed, your access to the administration panel will be restored automatically.</p>'),
('fr', 'vendor_debt_payout.day_or_days', 'day(s)'),
('fr', 'vendor_debt_payout.debt_near_limit_message', 'Your account balance is currently [current_balance]. If it reaches [minimal_balance], you won\'t be able to use your administration panel until you <a href=\"[pay_url]\" target=\"_blank\">pay all your marketplace fees</a>.'),
('fr', 'vendor_debt_payout.debt_payout', 'Marketplace fees'),
('fr', 'vendor_debt_payout.debt_payout_w_order', 'Marketplace fees (order #[id])'),
('fr', 'vendor_debt_payout.payout_overdue_limit', 'Grace period for vendor plan fees'),
('fr', 'vendor_debt_payout.pay_fees', 'Pay the fees'),
('fr', 'vendor_debt_payout.pending_payout_message', 'You need to pay the fee of [fee_amount] for using the [plan_name] plan. Your current account balance is [current_balance]. If the fee isn\'t paid until [overdue_date], you won\'t be able to work with the administration panel until you <a href=\"[pay_url]\" target=\"_blank\">pay all your marketplace fees</a>.'),
('fr', 'vendor_debt_payout.vendor_debt_limit', 'Restrict admin panel functions if vendor\'s debt reaches'),
('fr', 'vendor_edit_invitation_email_template', '<a href=\"[url]\">Edit vendor invitation email template</a>'),
('fr', 'vendor_filters', 'Filtres de produits de vendeur'),
('fr', 'vendor_filters_description', ''),
('fr', 'vendor_id', 'Identifiant magasin'),
('fr', 'vendor_invitations_fail_notification', 'Invitations not sent: [failed_quantity]<br/><b>[emails_list]</b><br/>An invitation won\'t be sent if it has already been sent to that email address before. But if none of your invitations are being sent, and you haven\'t sent invitations to those addresses before, please make sure that [product] can send any emails at all. If it can\'t, then the problem is related to [product] or server configuration. In that case, please contact your server administrator, hosting provider, or <a href=\"https://helpdesk.cs-cart.com/\" target=\"_blank\">our technical support</a> to investigate.'),
('fr', 'vendor_invitations_sent_notification', 'Invitations envoyées : [sent_quantity]'),
('fr', 'vendor_invitation_email_body', '<p>Hello,</p><br/><p>We\'d like to invite you to <a href=\"[create_account_url]\">create an account</a> with [default_company_name].  You\'ll be able to expand your client base by listing your products on our platform and selling them to our visitors.</p><br/><p>Best regards,</p><p>[default_company_name] team</p>'),
('fr', 'vendor_invitation_email_subject', 'Come Sell With [default_company_name]'),
('fr', 'vendor_invited_at', 'Date d\'expédition'),
('fr', 'vendor_language', 'Langue du vendeur'),
('fr', 'vendor_location.search_vendors_geolocation', 'Search for vendors'),
('fr', 'vendor_locations.block_template_location_selector', 'Location selector'),
('fr', 'vendor_locations.closest_vendors', 'Closest vendors'),
('fr', 'vendor_locations.customer_geolocation', 'Your location'),
('fr', 'vendor_locations.filter_by_city', 'Vendor\'s city'),
('fr', 'vendor_locations.filter_by_distance', 'Distance to vendor'),
('fr', 'vendor_locations.location', 'Location'),
('fr', 'vendor_locations.nearby', 'Nearby'),
('fr', 'vendor_locations.not_your_city', 'Not your city?'),
('fr', 'vendor_locations.search_city', 'Search for a city'),
('fr', 'vendor_locations.search_nearby', 'Search nearby'),
('fr', 'vendor_locations.search_vendors_by_address', 'Search vendors'),
('fr', 'vendor_locations.selected_city', 'Selected city'),
('fr', 'vendor_locations.select_city', 'Select a city'),
('fr', 'vendor_locations.vendors_map', 'Vendors map'),
('fr', 'vendor_logos_and_product_count', 'Vendor logos and product count'),
('fr', 'vendor_name', 'Nom du vendeur'),
('fr', 'vendor_names', 'Vendor names'),
('fr', 'vendor_name_field', 'Nom du vendeur'),
('fr', 'vendor_notifications', 'Vendor notifications'),
('fr', 'vendor_page.add_post', 'Add new page'),
('fr', 'vendor_page.editing_post', 'Editing'),
('fr', 'vendor_page.new_post', 'New vendor page'),
('fr', 'vendor_pages', 'Pages du magasin'),
('fr', 'vendor_pages_title', 'ET - Vendor pages title'),
('fr', 'vendor_panel', 'Panneau du vendeur'),
('fr', 'vendor_panel_configurator.configure_vendor_panel_notice', 'To make onboarding easier, vendors don\'t see some menu items and some fields on the product editing page. You can configure what vendors see and don\'t see <a href=\"[config_url]\" target=\"_blank\">in the settings of the \"Vendor panel configurator\" add-on</a>. If you disable the add-on, the menus and the vendor panel itself will change to resemble the admin panel of the marketplace.'),
('fr', 'vendor_panel_configurator.element_color', 'Element color'),
('fr', 'vendor_panel_configurator.global_setting_warning', 'This setting doesn\'t appear on the product editing page right now, because it is set globally for all products. Check the <a href=\"[settings_url]\" target=\"_blank\">\"Settings\" menu</a> to find it.'),
('fr', 'vendor_panel_configurator.payment_methods.description', 'Manage how you receive payments from customers'),
('fr', 'vendor_panel_configurator.product_page_configuration', 'Product page settings'),
('fr', 'vendor_panel_configurator.seller_info', 'Seller info'),
('fr', 'vendor_panel_configurator.sidebar_background_image', 'Sidebar background image'),
('fr', 'vendor_panel_configurator.sidebar_background_image_description', 'If you upload the background image, it will be displayed instead of the sidebar color. If you upload it, we recommend picking a sidebar color that matches the background image.'),
('fr', 'vendor_panel_configurator.sidebar_color', 'Sidebar color'),
('fr', 'vendor_panel_configurator.theme_layouts', 'Page layouts'),
('fr', 'vendor_panel_configurator.theme_layouts.description', 'Manage layouts of the microstore and product pages'),
('fr', 'vendor_panel_configurator.theme_styles', 'Logos and styles'),
('fr', 'vendor_panel_configurator.theme_styles.description', 'Manage logos used on site and in e-mails and configure appearance of the microstore and product pages'),
('fr', 'vendor_panel_configurator.unconfigurable_tab', 'This tab has no configurable fields and is displayed as is'),
('fr', 'vendor_payouts.approval_status', 'Status d\'approbation'),
('fr', 'vendor_payouts.approval_status.C', 'Complete'),
('fr', 'vendor_payouts.approval_status.D', 'Rejete'),
('fr', 'vendor_payouts.approval_status.P', 'En attente'),
('fr', 'vendor_payouts.balance', 'Solde'),
('fr', 'vendor_payouts.balance_carried_forward', 'Solde transfere'),
('fr', 'vendor_payouts.current_balance', 'Solde actuel'),
('fr', 'vendor_payouts.current_balance_text', 'Solde actuel'),
('fr', 'vendor_payouts.income', 'Revenus'),
('fr', 'vendor_payouts.income_carried_forward', 'Revenu transfere'),
('fr', 'vendor_payouts.new_payout_issued', 'Un nouveau paiement a été edite'),
('fr', 'vendor_payouts.new_payout_issued_text', 'Un nouveau peiment a été edite'),
('fr', 'vendor_payouts.new_withdrawal_requested', 'Un nouveau retire a été demande'),
('fr', 'vendor_payouts.new_withdrawal_requested_text', 'Un nouveau retire a été demande'),
('fr', 'vendor_payouts.payout_approved', 'Le paiement a été complete'),
('fr', 'vendor_payouts.payout_approved_text', 'Le paiement de {amount} edite est marque comme complete'),
('fr', 'vendor_payouts.payout_comments', 'Commentaires sur paiement'),
('fr', 'vendor_payouts.payout_declined', 'Le paiement n\'a pas ete complete'),
('fr', 'vendor_payouts.payout_declined_text', 'Le paiement de {amount} edite le {date} est marque comme Non complete'),
('fr', 'vendor_payouts.transactions', 'Transactions'),
('fr', 'vendor_payouts.transaction_value', 'Valeur de transaction'),
('fr', 'vendor_payouts.type', 'Type'),
('fr', 'vendor_payouts.type.order_changed', 'Ordre modifie'),
('fr', 'vendor_payouts.type.order_changed.description', 'Ordre modifie'),
('fr', 'vendor_payouts.type.order_placed', 'Ordre place'),
('fr', 'vendor_payouts.type.order_placed.description', 'Ordre <a href=\'\'{order_url}>a {order_id}</a>place'),
('fr', 'vendor_payouts.type.order_refunded', 'Ordre rembourse'),
('fr', 'vendor_payouts.type.order_refunded.description', 'Ordre rembourse'),
('fr', 'vendor_payouts.type.other', 'Autre'),
('fr', 'vendor_payouts.type.other.description', 'Autre'),
('fr', 'vendor_payouts.type.payout', 'Paiement fait'),
('fr', 'vendor_payouts.type.payout.description', 'Paiement fait'),
('fr', 'vendor_payouts.type.withdrawal', 'Retire'),
('fr', 'vendor_payouts.type.withdrawal.description', 'Retire'),
('fr', 'vendor_payouts.view_details', 'Vous pouvez voir les details ici'),
('fr', 'vendor_payouts.withdrawals', 'Retires du solde'),
('fr', 'vendor_payouts.withdrawal_approved', 'Le retrait a été complete'),
('fr', 'vendor_payouts.withdrawal_approved_text', 'Le retrait du montant demande le {Date} est marque comme <b>Complete'),
('fr', 'vendor_payouts.withdrawal_comments', 'Commentaires de retrait'),
('fr', 'vendor_payouts.withdrawal_declined', 'Le retrait a été rejete'),
('fr', 'vendor_payouts.withdrawal_declined_text', 'Le retrait du montant demande le {date} a été marque comme Rejete</b>'),
('fr', 'vendor_plan', 'Vendor plan'),
('fr', 'vendor_plans.add_vendor_plan', 'Ajouter plan de vendeur'),
('fr', 'vendor_plans.best_choice', 'Meilleur choix'),
('fr', 'vendor_plans.best_choise', 'Offrir comme meilleur choix'),
('fr', 'vendor_plans.best_choise_short', 'Meilleur choix'),
('fr', 'vendor_plans.category_is_empty', 'S\'il vous plait specifiez une catégorie.'),
('fr', 'vendor_plans.choose', 'Choisir'),
('fr', 'vendor_plans.choose_your_plan', 'Choisir votre plan'),
('fr', 'vendor_plans.commission', 'Commission'),
('fr', 'vendor_plans.current_plan', 'Plan actuel'),
('fr', 'vendor_plans.current_plan_usage', 'Usage du plan actuel'),
('fr', 'vendor_plans.delete_plan_vendor_exists_text', 'N\'a pas pu supprimer le plan de quelques vendeurs'),
('fr', 'vendor_plans.disable_plan_vendor_exists_text', 'N\'a pas pu désactiver le plan, de quelques vendeurs'),
('fr', 'vendor_plans.editing_vendor_plan', 'Edition du plan du vendeur'),
('fr', 'vendor_plans.fixed_transaction_fee', 'Transaction fee (abs)'),
('fr', 'vendor_plans.many_products_text', 'Trop de produits ([actual]/[allowed])'),
('fr', 'vendor_plans.month', 'Mois'),
('fr', 'vendor_plans.much_revenue_text', 'Trop de revenus'),
('fr', 'vendor_plans.new_vendor_plan', 'Nouveau plan vendeur'),
('fr', 'vendor_plans.not_available', 'Pas disponible'),
('fr', 'vendor_plans.out_of_amount', 'out of [amount]'),
('fr', 'vendor_plans.periodicity_biweekly', 'Quinzenal'),
('fr', 'vendor_plans.periodicity_half', 'Semestre'),
('fr', 'vendor_plans.periodicity_month', 'par mois'),
('fr', 'vendor_plans.periodicity_onetime', 'one time'),
('fr', 'vendor_plans.periodicity_trimester', 'por trimestre'),
('fr', 'vendor_plans.periodicity_year', 'par an'),
('fr', 'vendor_plans.plan', 'Plan'),
('fr', 'vendor_plans.plan_has_been_changed', 'Votre plan a été modifié'),
('fr', 'vendor_plans.plan_has_been_changed_text', 'Votre plan a été changé à [plan]. Voir les détails de votre nouveau plan ci-dessous.'),
('fr', 'vendor_plans.plan_name', 'Nom du plan'),
('fr', 'vendor_plans.plan_not_available_text', 'Je suis desolé, ce plan n\'est pas disponible pour vous. Choisissez un plan disponible.'),
('fr', 'vendor_plans.plan_payment', 'Paiement pour votre Plan'),
('fr', 'vendor_plans.plan_payment_text', 'Une somme de [price] a été retirée de votre compte pour utiliser le plan [plan]. Suivez le lien <a href=\"[href]\">pour voir votre solde de compte </a> ou voir les détails de votre plan ci-dessous.'),
('fr', 'vendor_plans.plan_will_be_change_text', 'Vous basculez sur un autre plan vendeur. Vous devrez payer le prix entier du plan. Voulez vous continuer ?'),
('fr', 'vendor_plans.products_exceeded_text', 'Ajouts de produits impossible: Vous avez atteint le nombre maximum de produits permis par votre plan. Pour modifier votre plan, s\'il vous plait <a href=\"[href]\">suivez ce lien </a>.'),
('fr', 'vendor_plans.products_limit', 'Produits max.'),
('fr', 'vendor_plans.products_limit_tooltip', 'Définir le nombre maximum de produits qu\'un vendeur peut avoir sur ce plan. Laisser vide pour permettre un nombre illimité de produits.'),
('fr', 'vendor_plans.products_limit_unlimited', '<strong>Des produits </strong> illimités'),
('fr', 'vendor_plans.products_limit_value', '<strong>[products]</strong>produits'),
('fr', 'vendor_plans.restrictions', 'Restrictions'),
('fr', 'vendor_plans.revenue', 'Recettes'),
('fr', 'vendor_plans.revenue_exceeded_subj', 'Revenu maximal dépassé'),
('fr', 'vendor_plans.revenue_exceeded_text', '<a href=\'\'[href]\'\'>[vendor]</a> a dépassé le revenu maximum permis par le plan [plan].'),
('fr', 'vendor_plans.revenue_up_to', 'Revenus jusqu\'à'),
('fr', 'vendor_plans.revenue_up_to_tooltip', 'Les revenus maximum par mois permis pour les vendeurs qui utilisent ce plan. Laisser vide pour permettre des revenus illimités.'),
('fr', 'vendor_plans.revenue_up_to_unlimited', '<strong>Revenus </strong>illimités'),
('fr', 'vendor_plans.revenue_up_to_value', 'Revenus jusqu\'à <strong>[revenue]</strong>'),
('fr', 'vendor_plans.select_plan_text', '<div class=\"et-vendor-plans_select_plan_text_big\">Find the  <span class=\"et-highlight\">perfect plan</span> for your business</div><div class=\"et-vendor-plans_select_plan_text_small\">You will be charged for the plan after the admin approves your vendor account.</div>'),
('fr', 'vendor_plans.storefronts_update_for_plan.add_storefronts_message', 'Add the vendor to the storefronts that got added to the plan|Add the vendors to the storefronts that got added to the plan'),
('fr', 'vendor_plans.storefronts_update_for_plan.general_message', 'What should we do about <a href=\"[search_url]\" target=\"_blank\">[n] vendor </a> who is using this plan now?|What should we do about <a href=\"[search_url]\" target=\"_blank\">[n] vendors </a> who are using this plan now?'),
('fr', 'vendor_plans.storefronts_update_for_plan.remove_storefronts_message', 'Remove the vendor from the storefronts that got removed from this plan|Remove the vendors from the storefronts that got removed from this plan'),
('fr', 'vendor_plans.storefronts_update_for_plan.title', 'Storefronts available in the vendor plan got changed'),
('fr', 'vendor_plans.storefronts_update_for_vendor.add_storefronts_message', 'Add the vendor to the storefronts available in the new vendor plan'),
('fr', 'vendor_plans.storefronts_update_for_vendor.general_message', 'What should we do about the storefronts that are available to this vendor?'),
('fr', 'vendor_plans.storefronts_update_for_vendor.remove_storefronts_message', 'Remove the vendor from the storefronts available in his previous plan'),
('fr', 'vendor_plans.storefronts_update_for_vendor.title', 'The vendor got moved to another plan'),
('fr', 'vendor_plans.transaction_fee', 'Frais de transaction'),
('fr', 'vendor_plans.transaction_fee_value', 'Transaction fee: <strong>[value]</strong>'),
('fr', 'vendor_plans.unlimited', 'Illimité'),
('fr', 'vendor_plans.upgrade_notification_text', '<p>Previously, the <b>Vendor Plans</b> add-on had a setting called <b>Take payment surcharge from vendors</b>. It removed payment surcharge from order total, so that customers wouldn\'t have to pay it. Instead, the payment surcharge was deducted from the order total in favor of the marketplace. This setting has been removed: if you\'d like to take money from vendors per order, please specify commissions for the corresponding vendor plans.</p>'),
('fr', 'vendor_plans.upgrade_notification_title', 'Setting removed from the Vendor Plans add-on'),
('fr', 'vendor_plans.vendor_approved_text', 'Votre plan a été mis à [plan]. Voir les détails de votre plan ci-dessous.'),
('fr', 'vendor_plans.vendor_commission', 'Commission vendeur'),
('fr', 'vendor_plans.vendor_plans', 'Plans de vendeurs'),
('fr', 'vendor_plans.vendor_plans_menu_description', 'Créer des plans pour vos vendeurs, avec des restrictions et des prix différents'),
('fr', 'vendor_plans.vendor_store', 'Micro-boutique du vendeur'),
('fr', 'vendor_plans.vendor_store_tooltip', 'Un vendeur peut avoir son petit microstore à une adresse différente comme <i>example.com/vendor/</i>. Une micro-boutique contient seulement les produits du vendeur qui possède cette micro-boutique. Aussi, les resultats d\'une recherche dans une micro-boutique de vendeur incluera seulement les produits de ce vendeurs.'),
('fr', 'vendor_plans.year', 'Année'),
('fr', 'vendor_products', 'Produits de vendeur'),
('fr', 'vendor_rating', 'ET - Vendor rating'),
('fr', 'vendor_store_blocks', 'Vendor home blocks'),
('fr', 'vendor_terms', 'Vendor terms and conditions'),
('fr', 'vendor_terms.checkout_terms_and_conditions', 'J\'acceptes les'),
('fr', 'vendor_terms.checkout_terms_and_conditions_name', 'Termes & conditions'),
('fr', 'vendor_terms.terms_and_conditions', 'Termes& Conditions'),
('fr', 'vendor_terms.terms_and_conditions_tooltip', 'Si vous voulez qu\'un client soit d\'accord avec vos termes et conditions au paiement/checkout, remplissez les Termes& Conditions. Si vous laissez Termes&Conditions vide, un client achetera sans donné son accord.'),
('fr', 'vendor_terms_field_alert', 'Vendor terms and conditions alert'),
('fr', 'vendor_terms_field_terms_text', 'Vendor terms and conditions text'),
('fr', 'vendor_terms_n_conditions', 'J\'accepte les {terms_HREF}'),
('fr', 'vendor_terms_n_conditions_alert', 'Pour proceder, Vous devez accepter les Termes et Conditions.'),
('fr', 'vendor_terms_n_conditions_content', '<p>Veuillez lire ces termes et Conditions (« Conditions », « Termes et Conditions ») attentivement avant d’utiliser le site Web <a href=\"http://www.mywebsite.com\"> http://www.mywebsite.com</a> et l’application Mobile My application mobile (le « Service ») exploitée par ma société (« nous », « nous » ou « nos »).</p> <p><strong>En accédant ou en utilisant le Service, vous acceptez d’être lié par ces modalités. Si vous êtes en désaccord avec une partie quelconque des termes, vous ne pouvez pas accéder au Service.</strong></p> <p><strong>Achats</strong></p> <p>Si vous souhaitez acheter un produit ou service mis à disposition via le Service (« achat »), on vous demandera peut-être de fournir certains renseignements liés à votre achat, y compris, sans s’y limiter, votre...</p> <p><strong>Contenu</strong></p> <p>Notre Service permet de poster, de lier, de stocker, de partager et de rendre disponible certaines informations, texte, graphiques, vidéos ou autre matériel (« contenu »). Vous êtes responsable de la...</p> <p><strong>Changements</strong></p> <p>Nous nous réservons le droit, à notre entière discrétion, de modifier ou de remplacer ces termes à tout moment. Si une révision est un matériau, nous allons essayer de fournir préavis d’au moins 30 jours avant les nouvelles conditions de prise d’effet. Ce qui constitue un changement important sera déterminé à notre seule discrétion.</p> <p><strong>Contactez-nous</strong></p> <p>Si vous avez des questions concernant ces termes, veuillez nous contacter.</p>'),
('fr', 'vendor_terms_n_conditions_name', 'Termes et Conditions'),
('fr', 'verify', 'Vérifier'),
('fr', 'version', 'Version'),
('fr', 'vertical', 'Vertical'),
('fr', 'very_good', 'Très bien'),
('fr', 'view', 'Voir'),
('fr', 'viewing_feature', 'Voir caractéristique'),
('fr', 'viewing_filter', 'Voir le filtre'),
('fr', 'views', 'Aperçus'),
('fr', 'view_all', 'Voir tous'),
('fr', 'view_all_orders', 'Voir toutes les commandes'),
('fr', 'view_all_product_features', 'Voir toutes les caractéristiques du produit'),
('fr', 'view_answers', 'Voir toutes les réponses'),
('fr', 'view_avail_files_for_order', 'View the list of available files from order #[order_id].'),
('fr', 'view_cart', 'Voir panier'),
('fr', 'view_categories', 'Voir catégories'),
('fr', 'view_changelog', 'View changelog'),
('fr', 'view_comparison_list', 'Liste de comparaison'),
('fr', 'view_details', 'Voir détails'),
('fr', 'view_more', 'view more'),
('fr', 'view_on_map', 'Voir sur la carte'),
('fr', 'view_orders', 'Voir commandes'),
('fr', 'view_orders_menu_description', 'Voir, traiter et imprimer les feuilles de factures pour les commandes passées de votre site web.'),
('fr', 'view_page', 'Voir la page'),
('fr', 'view_product', 'Voir produit'),
('fr', 'view_products', 'Voir produits'),
('fr', 'view_product_features', 'Voir les caractéristiques du produit'),
('fr', 'view_purchased_products', 'Voir les produits achetés'),
('fr', 'view_report', 'Voir le rapport'),
('fr', 'view_results', 'Voir les résultats'),
('fr', 'view_store', 'View store'),
('fr', 'view_storefront', 'View storefront'),
('fr', 'view_supplier_products', 'Voir produits du fournisseur'),
('fr', 'view_ticket', 'View Ticket'),
('fr', 'view_user_points', 'Voir les points de l\'utilisateur'),
('fr', 'view_vendor_categories', 'Voir les catégories du magasin'),
('fr', 'view_vendor_orders', 'Voir les commandes du magasin'),
('fr', 'view_vendor_products', 'Voir les produits du magasin'),
('fr', 'view_vendor_users', 'Voir les utilisateurs du magasin'),
('fr', 'view_wishlist', 'Voir la liste de souhaits'),
('fr', 'visa_card_discover', 'Visa, MasterCard, Discover'),
('fr', 'visited_page', 'Pages visitées'),
('fr', 'voided', 'Annulé'),
('fr', 'vsb_new_home_block', 'New home block'),
('fr', 'vs_browse_our_categories', 'Browse our categories'),
('fr', 'vs_footerbox', 'Footerbox'),
('fr', 'vs_footer_mv', 'Footerbox MultiVendor'),
('fr', 'vs_homepage_mainbox', 'Mainbox Homepage'),
('fr', 'vs_home_box', 'Home box'),
('fr', 'vs_icon_menu', 'Icon menu'),
('fr', 'vs_mainbox', 'Mainbox'),
('fr', 'vs_mainbox_icon', 'Mainbox with icon'),
('fr', 'vs_mainbox_simple', 'Mainbox simple'),
('fr', 'vs_multi_scroller', 'Multi scroller'),
('fr', 'vs_recent_blog', 'Recent blog'),
('fr', 'vs_responsive_menu', 'Responsive menu'),
('fr', 'vs_scroller_category_product', 'Scroller category product'),
('fr', 'vs_scroller_product_page', 'Scroller product page'),
('fr', 'vs_scroller_with_title', 'Scroller with tittle'),
('fr', 'vs_sidebox', 'Sidebox'),
('fr', 'vs_sidebox_category', 'Sidebox category'),
('fr', 'vs_sidebox_info', 'Sidebox info'),
('fr', 'vs_sidebox_scroller_banner', 'Sidebox scroller banner'),
('fr', 'vs_sidebox_simple', 'Sidebox simple'),
('fr', 'vs_sidebox_with_icon', 'Sidebox with icon'),
('fr', 'vs_testimonials', 'Testimonials'),
('fr', 'vs_vendor_categories', 'Vendor categories'),
('fr', 'vs_vendor_plans.month', 'per month'),
('fr', 'vs_vendor_plans.no_microstore', 'NO microstore'),
('fr', 'vs_vendor_plans.onetime', 'one time fee'),
('fr', 'vs_vendor_plans.year', 'per year'),
('fr', 'warehouses.add_all', 'Add all'),
('fr', 'warehouses.any_store_type', 'Any type of store'),
('fr', 'warehouses.city', 'City'),
('fr', 'warehouses.commerceml.import.error.product.warehouse_not_found', 'Couldn\'t find warehouse [id]'),
('fr', 'warehouses.commerceml.import.message.warehouse.created', 'Category [id] created; local ID: [local_id]'),
('fr', 'warehouses.destinations_configuration.tooltip', 'Products can be taken from different stores and warehouses first, depending on where your customer is. <a href=\"[destinations_url]\" target=\"_blank\">Configure store and warehouse priority individually for each rate area.</a>'),
('fr', 'warehouses.exim_reset_inventory_tooltip', 'This won\'t affect the products that have the quantity specified in the imported file. This also won\'t affect products at the warehouses that aren\'t updated in this preset.'),
('fr', 'warehouses.in_n_stores', 'in [n] store|in [n] stores'),
('fr', 'warehouses.main_destination_tooltip', 'Determines where this place is located. In turn, this determines the shipping rate and delivery time to this place.'),
('fr', 'warehouses.name', 'Name'),
('fr', 'warehouses.no_matching_stores_found', 'No stores found matching the search criteria'),
('fr', 'warehouses.out_of_stock_products', '[product] isn\'t in stock in the selected region.|The following products aren\'t in stock in the selected region: [products]'),
('fr', 'warehouses.phone', 'Phone'),
('fr', 'warehouses.product_availability', 'Availability in stores'),
('fr', 'warehouses.product_available_if_ordered', 'Available if ordered'),
('fr', 'warehouses.product_in_stock', 'In stock'),
('fr', 'warehouses.quantity', 'Quantity'),
('fr', 'warehouses.quantity_tab.no_data', 'This storefront doesn\'t have any stores or warehouses. Please <a href=\"[create_url]\">create one</a> or <a href=\"[list_url]\">make an existing one available</a> for this storefront'),
('fr', 'warehouses.rate_area', 'Rate area'),
('fr', 'warehouses.search_store', 'Search store'),
('fr', 'warehouses.settings', 'Settings'),
('fr', 'warehouses.shipping_delay', 'Moving time'),
('fr', 'warehouses.shipping_delay.description', 'Product is at a remote warehouse. If you order it, we\'ll send it [shipping_delay].'),
('fr', 'warehouses.shipping_delay.description.default', 'Product is at a remote warehouse. If you order it, shipping may take slightly longer.'),
('fr', 'warehouses.shipping_delay.description.short', 'If ordered: [shipping_delay]'),
('fr', 'warehouses.shipping_delay.tooltip', 'The time it takes to move products from here to another store or warehouse in this rate area.'),
('fr', 'warehouses.shipping_delay_for_products', 'Some of the products you ordered are at a remote warehouse. Shipping may take slightly longer than stated here.'),
('fr', 'warehouses.shipping_delay_notification', 'Delay warning'),
('fr', 'warehouses.shipping_delay_notification.tooltip', 'It will appear if products aren\'t available in the stores and warehouses above.'),
('fr', 'warehouses.ship_to', 'Ship to'),
('fr', 'warehouses.ship_to_tooltip', 'Determines the rate areas in which the products from this warehouse will be considered available.'),
('fr', 'warehouses.show_to', 'Show to'),
('fr', 'warehouses.show_to_tooltip', 'Allows you to offer this pickup point to the residents of other rate areas at checkout.'),
('fr', 'warehouses.stores_and_warehouses', 'Stores & Warehouses'),
('fr', 'warehouses.stores_list', 'List'),
('fr', 'warehouses.stores_map', 'Map'),
('fr', 'warehouses.store_and_address', 'Store and address'),
('fr', 'warehouses.store_type', 'Type'),
('fr', 'warehouses.store_type_pickup', 'Pickup point'),
('fr', 'warehouses.store_type_store', 'Store'),
('fr', 'warehouses.store_type_warehouse', 'Warehouse'),
('fr', 'warehouses.store_warehouse', 'Store / Warehouse'),
('fr', 'warehouses.type_to_search_or_check_all', 'Type to search, or click the button on the right to add all rate areas'),
('fr', 'warehouses.warehouse_stock', 'Quantities'),
('fr', 'warehouses.warn_about_delay', 'Warn about delay'),
('fr', 'warehouses.warn_about_delay.tooltip', 'If a product has to be moved to the rate area from here, show the moving time in the product list and cart.'),
('fr', 'warning', 'Attention'),
('fr', 'warning_default_language_disabled', 'La langue par défaut définie dans vos paramétrages a été désactivée ou supprimée. Veuillez mettre à jour les paramétrages  sur la page suivante : <a href=\"[link]\">Paramétrages :: Apparence</a>'),
('fr', 'warning_default_language_sharing_removed', 'The default language defined in settings has been removed for the <b>[company]</b> store. Please update the Frontend default language value on the following page: <a href=\"[link]\">Settings :: Appearance</a>'),
('fr', 'warning_gift_cert_deny', 'Les bons-cadeaux suivants ont été supprimés ou annulées par l’administrateur et ont été retirés de votre panier : [codes]. Contactez l’administrateur du magasin ou essayez un autre bon-cadeau.'),
('fr', 'warning_https_is_disabled', 'Le test de connexion sécurisée SSL a échoué. Merci de vous assurer que le certificat SSL est bien installé sur votre serveur. Veuillez consulter <a href=\"[href]\" target=\"_blank\">cette page de documentation</a> pour plus de détails.'),
('fr', 'warning_insecure_admin_script', 'It is strongly recommended that you rename the default <b>admin.php</b> script (check the <a href=\"[href]\" target=\"_blank\">Documentation</a>) for security reasons.'),
('fr', 'warning_insecure_password_email', 'Le mot de passe doit être différent de l\'adresse E-mail<p><a href=\"[link]\" class=\"underlined\"><b>Change password &#155;&#155;</b></a></p>'),
('fr', 'warning_lanvar_incorrect_name', 'Le nom de la variable langue contient des caractères interdits !'),
('fr', 'warning_merging_companies', 'Fusionner deux comptes de la société va supprimer [company_name] de la base de données, et toutes les données de profil (produits, commandes, méthodes de livraison, utilisateurs, promotions, etc.) seront transférées sur le compte de cette compagnie'),
('fr', 'warning_newsletter_no_recipients', 'La newsletter n\'a pas été envoyée car aucun destinataire n\'a été trouvé correspondant au critère sélectionné.'),
('fr', 'warning_not_deleted_default_language', 'La langue [lang_name] ne peut pas être supprimée, c\'est la langue par défaut du magasin.'),
('fr', 'warning_of_ip_adding', 'You have entered the IP address <b>[entered_ip]</b> which fobids access to the back-end from your computer (your IP is <b>[your_ip]</b>).'),
('fr', 'warning_promotions_incorrect_condition', 'La condition \"[condition]\" peut être utilisée seulement pour les groupes ayant les conditions \"[set_value]\"'),
('fr', 'warning_seo_urls_disabled', 'Les URLs SEO-friendly sont désactivées. Vérifiez votre serveur web et les paramètres du moteur de manipulation des URLs.'),
('fr', 'warning_store_optimization_dev', 'Mise à jour du cache activée. <br /><br />Les fichiers modifiés sont traçés en temps réel (inclus les fichiers modifiés directement sur le serveur) et reconstruits pour le cache.<br /><br />La performance du site peut être légèrement affectée. Il est recommandé de désactiver cette fonction en production dans <a href=\"[link]\">l\'éditeur de fichier</a>.'),
('fr', 'warning_store_optimization_dev_disabled', 'Mise à jour du cache désactivée.<br /><br />Nettoyer le cache des modèles manuellement après modification de fichiers de thème avec <a href=\"[link]\">ce lien</a> pour appliquer les changements.'),
('fr', 'warning_subscribers_import', 'Certaines listes de diffusion du fichier d’entrée est introuvable dans la base de données. Certains abonnés importés seront laissés non attribuées.');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('fr', 'warning_subscr_email_exists', 'Cette e-mail <b>[email]</b> est déjà dans la liste des abonnés'),
('fr', 'warning_theme_clone_dir_exists', 'Le thème ne peut pas être copié, le répertoire saisi existe déjà. Svp, entrez un autre répertoire.'),
('fr', 'warning_track_orders_not_allowed', 'Vous n\'êtes pas autorisé à voir les détails de cette commande.'),
('fr', 'warning_track_orders_not_found', 'L\'E-Mail/ID de commande que vous avez entré n\'existe pas dans notre base de données'),
('fr', 'warning_variants_removal', 'En cliquant sur \'Enregistrer\', les variantes du produit seront supprimées.'),
('fr', 'warning_zero_price_restricted_product', 'Product <b>\"[product]\"</b> has not been added to the cart, because it doesn\'t have a price.'),
('fr', 'webkul_uvdesk', 'Webkul UVdesk'),
('fr', 'website', 'Site web'),
('fr', 'web_pages', 'Pages Web'),
('fr', 'web_site', 'Site web'),
('fr', 'week', 'Semaine'),
('fr', 'weekday_0', 'Dimanche'),
('fr', 'weekday_1', 'Lundi'),
('fr', 'weekday_2', 'Mardi'),
('fr', 'weekday_3', 'Mercredi'),
('fr', 'weekday_4', 'Jeudi'),
('fr', 'weekday_5', 'Vendredi'),
('fr', 'weekday_6', 'Samedi'),
('fr', 'weekday_abr_0', 'Di'),
('fr', 'weekday_abr_1', 'Lu'),
('fr', 'weekday_abr_2', 'Ma'),
('fr', 'weekday_abr_3', 'Me'),
('fr', 'weekday_abr_4', 'Je'),
('fr', 'weekday_abr_5', 'Ve'),
('fr', 'weekday_abr_6', 'Sa'),
('fr', 'weekly', 'Hebdomadaire'),
('fr', 'weeks', 'semaine(s)'),
('fr', 'weight', 'Poids'),
('fr', 'weight_dependences', 'En fonction du poids'),
('fr', 'weight_limit', 'Limite du poids'),
('fr', 'weight_modifier', 'Modificateur du poids'),
('fr', 'weight_symbol', 'Symbole du poids'),
('fr', 'welcome_screen.administrator_info', 'Pour accéder à la zone administrateur, utilisez l\'adresse mail (<b>[email]</b>) et le mot de passe que vous avez entré précédemment.'),
('fr', 'welcome_screen.go_admin_panel', 'Aller à la page d\'administration'),
('fr', 'welcome_screen.go_settings_wizard', 'Accédez à l\'Assistant de paramètres pour la configuration de base du magasin'),
('fr', 'welcome_screen.go_storefront', 'Aller à la boutique'),
('fr', 'welcome_screen.knowledge_base', 'Documentation'),
('fr', 'welcome_screen.learn_more_configuration', 'Apprenez plus sur la configuration d\'un vitrine dans notre'),
('fr', 'welcome_screen.run_settings_wizard', 'Exécuter l\'assistant de configuration'),
('fr', 'welcome_screen.thanks', 'Merci d\'avoir choisi CS-Cart. Bonne vente!'),
('fr', 'well_done', 'Bien joué!'),
('fr', 'we_would_like_to_inform', 'Nous voudrions vous informez que'),
('fr', 'what_is_cvv2', 'Qu\'est-ce que le code CVV/CVC'),
('fr', 'what_you_would_like_to_do', 'Que voudriez-vous faire'),
('fr', 'which_is', 'qui est'),
('fr', 'widget_code', 'Code du Widget'),
('fr', 'widget_what_is_it', '<a href=\"[href]\" target=\"_blank\">What is it?</a>'),
('fr', 'width', 'Largeur'),
('fr', 'wishlist', 'Liste de souhaits'),
('fr', 'wishlist_content', 'Contenu de la liste de souhaits'),
('fr', 'wishlist_note', 'Aller à votre liste de souhaits'),
('fr', 'wishlist_products', 'Produits de la liste de souhaits'),
('fr', 'wishlist_short', 'Wish list'),
('fr', 'without_image', 'Sans image'),
('fr', 'with_contact_information', 'Seulement avec information de contact'),
('fr', 'world', 'Monde'),
('fr', 'worldnettps_hash_error', 'Une erreur s\'est produite. Détails de l\'erreur: le hachage de la requête et de la réponse ne correspondent pas.'),
('fr', 'worldpay_secret', 'Cryptage MD5 pour les transactions'),
('fr', 'wrapper', 'Conteneur'),
('fr', 'wrapper_class', 'User-defined wrapper CSS class'),
('fr', 'write', 'Ecrire'),
('fr', 'write_a_reply', 'write a reply'),
('fr', 'write_review', 'Ajouter un avis'),
('fr', 'wrong_number_initial_order_id', 'The value you entered for the \"Initial order ID value\" setting is not supported. Only integers from 1 to [max_initial_order_id] are supported'),
('fr', 'wt_access_note', 'Veuillez noter que si vous désactivez ou désinstallez l\'Add-on « Filigranes », vous devez supprimer ces instructions des fichiers « .htaccess » manuellement. Sinon les images des catégories et des produits ne seront pas disponibles.'),
('fr', 'wt_access_warning', 'La création de filigrane est désactivée. S\'il n\'y a aucune instruction « Règle de réécriture de filigranes » dans le fichier « images/.htaccess », vous devez les supprimer manuellement. Dans le cas contraire, les images des catégories et des produits ne seront pas disponibles.'),
('fr', 'wt_detailed', 'Popup des images plus grandes'),
('fr', 'wt_fail_apply_graphic_watermark', 'Échec de l\'application du filigrane à [image_type]. L\'image en filigrane n\'a pas été ajoutée. '),
('fr', 'wt_font', 'Police'),
('fr', 'wt_font_color', 'Couleur de police'),
('fr', 'wt_font_size_detailed', 'Taille de la police (agrandissement)'),
('fr', 'wt_font_size_icon', 'Taille de la police (vignette)'),
('fr', 'wt_graphic_watermark', 'Filigrane graphique'),
('fr', 'wt_icons', 'Vignettes'),
('fr', 'wt_images_access_description', 'Pour refuser l\'accès à vos images originales, ajoutez les instructions suivantes au fichier « .htaccess » du répertoire « images » de votre installation. Cela protégera vos images originales. Même si une image originale est ouverte, l\'image en filigrane correspondante sera affichée.'),
('fr', 'wt_images_access_info', 'Accès images'),
('fr', 'wt_text_watermark', 'Texte en filigrane'),
('fr', 'wt_watermarks', 'Filigranes'),
('fr', 'wt_watermarks_access_description', 'Pour générer automatiquement des images filigranes même si elles ne sont pas demandées depuis vos pages de magasin, veuillez ajouter au fichier « .htaccess » du le répertoire « images/filigrane » de votre installation, les instructions suivantes.'),
('fr', 'wt_watermark_detailed', 'Popup de la plus grande image filigrane'),
('fr', 'wt_watermark_horizontal_position', 'Position horizontale du filigrane'),
('fr', 'wt_watermark_icon', 'Filigrane de vignette'),
('fr', 'wt_watermark_image', 'Image en filigrane'),
('fr', 'wt_watermark_position', 'Position du filigrane'),
('fr', 'wt_watermark_text', 'Texte de filigrane'),
('fr', 'wt_watermark_vertical_position', 'Position verticale du filigrane'),
('fr', 'xml_error', 'Erreur d\'analyse XML'),
('fr', 'year', 'Année'),
('fr', 'yearly', 'Annuel'),
('fr', 'years', 'ans'),
('fr', 'yes', 'Oui'),
('fr', 'yesterday', 'Hier'),
('fr', 'your_age', 'Votre âge'),
('fr', 'your_ip_added', 'Votre adresse ip <b>[ip]</b> a été ajouté au tableau des accès restreint'),
('fr', 'your_ip_enabled', 'Votre adresse ip <b>[ip]</b> a été activé sur le tableau des accès restreint.'),
('fr', 'your_ip_removed', 'Votre adresse ip <b>[ip]</b> a été enlevé du tableau des accès restreint.'),
('fr', 'your_message', 'Votre message'),
('fr', 'your_name', 'Votre nom'),
('fr', 'your_range', 'Votre gamme'),
('fr', 'your_rating', 'Votre vote'),
('fr', 'you_can_edit_account_details', 'Vous pouvez modofier les details du compte maintenant.'),
('fr', 'you_have_no_permissions', 'Vous n\'avez pas les droits'),
('fr', 'you_save', 'Vous économisez'),
('fr', 'zero_price_action', 'Action prix nul'),
('fr', 'zipcode', 'Code postal'),
('fr', 'zipcodes', 'Codes postaux'),
('fr', 'zip_postal_code', 'Code postal'),
('fr', 'zone', 'Zone'),
('fr', 'zpa_ask_price', 'Demander au client de saisir le prix'),
('fr', 'zpa_permit', 'Permettre l\'ajout du produit au panier'),
('fr', 'zpa_refuse', 'Ne pas permettre l\'ajout du produit au panier'),
('it', '2co_enable_fraud_verification', 'Attivare supporto per notifica frode'),
('it', '2co_fraud_fail', 'Stato per ordini con rapporto di frode fallito'),
('it', '2co_fraud_wait', 'Stato per ordini con rapporto di frode in attesa'),
('it', '3d_secure', 'Sicurezza 3D'),
('it', '404', 'Il messaggio 404 di errore, non trovata'),
('it', 'about_us', 'About us'),
('it', 'absolute', 'Assoluto'),
('it', 'absolute_commissions_instructions', '<a href=\'http://docs.cs.cart.com/4.3 x/user_guide/addons/vendor_commission?vendor_commissions_and_plans.html\'\'target=\'\'_blank\"> Surclasando da 4.3x a 4.4x Commissioni di Ventore e Piani di Ventore</a>'),
('it', 'abt_menu_ajax_load', 'AB: Use Ajax-loading for menu items (second level and behind it)'),
('it', 'abt_menu_ajax_load.tooltip', 'Use Ajax to get the content of the second and third menu levels after page loading. The content of the first level will be loaded along with the page main content'),
('it', 'abt_menu_icon_items', 'AB: Show icons for menu items of the second level'),
('it', 'abt_menu_icon_items.tooltip', 'The active status of this setting allows the display of an icon that is assigned to a menu item of the second level menu.'),
('it', 'abt_menu_long_names', 'AB: Show long names of the first level menu items in two lines'),
('it', 'abt_menu_long_names.tooltip', 'The active status of this setting allows displaying menu names in two lines (with line break), if more space is required to place the name, than the setting <b>AB: The maximum width of the menu item for the first level</b> specifies'),
('it', 'abt_menu_long_names_max_width', 'AB: The maximum width of the menu item for the first level'),
('it', 'abt_menu_long_names_max_width.tooltip', 'Specifies the width of the cell in pixels to place the name of the menu item. If the name of the menu item exceeds this value, then with the active setting <b>AB: Show long names of the first level menu items in two lines</b>, then it will be displayed in two lines (with line break).'),
('it', 'abt__unitheme2', 'AB: UniTheme2'),
('it', 'abt__unitheme2.settings', 'Settings only for AB: UniTheme2'),
('it', 'abt__unitheme2_mv', 'AB: UniTheme2 (Multi-Vendor)'),
('it', 'abt__ut2.addon_social_buttons.share', 'Share'),
('it', 'abt__ut2.add_to_cart', 'Buy now'),
('it', 'abt__ut2.add_to_wishlist.tooltip', 'Add to wishlist'),
('it', 'abt__ut2.banner.color_use', 'Please select the checkbox to use a new color'),
('it', 'abt__ut2.banner.params.avail_from', 'Available from'),
('it', 'abt__ut2.banner.params.avail_till', 'Available till'),
('it', 'abt__ut2.banner.params.background_color', 'Background color'),
('it', 'abt__ut2.banner.params.background_color.tooltip', 'Please select the checkbox to use a new color'),
('it', 'abt__ut2.banner.params.background_image', 'Background image'),
('it', 'abt__ut2.banner.params.background_image_size', 'Specify the size of a background image'),
('it', 'abt__ut2.banner.params.background_image_size.tooltip', 'abt__ut2.banner.params.background_image_size.tooltip'),
('it', 'abt__ut2.banner.params.background_image_size.variants.contain', 'Resize the background image to make sure the image is fully visible'),
('it', 'abt__ut2.banner.params.background_image_size.variants.cover', 'Resize the background image to cover the entire container, even if it has to stretch the image or cut a little bit off one of the edges'),
('it', 'abt__ut2.banner.params.button_color', 'Button color'),
('it', 'abt__ut2.banner.params.button_color.tooltip', 'Please select the checkbox to use a new color'),
('it', 'abt__ut2.banner.params.button_text', 'Text (an appeal to action)'),
('it', 'abt__ut2.banner.params.button_text_color', 'Text color'),
('it', 'abt__ut2.banner.params.button_text_color.tooltip', 'Please select the checkbox to use a new color'),
('it', 'abt__ut2.banner.params.button_use', 'Add button'),
('it', 'abt__ut2.banner.params.button_use.tooltip', 'Select a checkbox for adding of the button. <b>Important!</b>The button will appear only in the presence of the link in the field \"Specify link\"'),
('it', 'abt__ut2.banner.params.class', 'User CSS-class'),
('it', 'abt__ut2.banner.params.color_scheme', 'Color scheme'),
('it', 'abt__ut2.banner.params.color_scheme.tooltip', 'Specifies what color will be <b>Title</b> and <b>Description</b> on the banner. For <b>Dark</b> banner texts will be white, for <b>Light</b> — black.'),
('it', 'abt__ut2.banner.params.color_scheme.variants.dark', 'Dark'),
('it', 'abt__ut2.banner.params.color_scheme.variants.light', 'Light'),
('it', 'abt__ut2.banner.params.content_align', 'Horizontal alignment'),
('it', 'abt__ut2.banner.params.content_align.tooltip', 'Location of the content inside the banner by the horizontal'),
('it', 'abt__ut2.banner.params.content_align.variants.center', 'On the center'),
('it', 'abt__ut2.banner.params.content_align.variants.left', 'On the left'),
('it', 'abt__ut2.banner.params.content_align.variants.right', 'On the right'),
('it', 'abt__ut2.banner.params.content_bg', 'Add semi-transparent background'),
('it', 'abt__ut2.banner.params.content_bg.tooltip', 'Under the description will appear semi-transparent background (the color depends on the color scheme), it will provide a better readability of text on motley background'),
('it', 'abt__ut2.banner.params.content_full_width', 'Content on full width'),
('it', 'abt__ut2.banner.params.content_full_width.tooltip', 'The width of the content block has a default width of 50%. Set this parameter and the width of the block content will be 100%'),
('it', 'abt__ut2.banner.params.content_valign', 'Vertical alignment'),
('it', 'abt__ut2.banner.params.content_valign.tooltip', 'Location of the content inside the banner by the vertical'),
('it', 'abt__ut2.banner.params.content_valign.variants.bottom', 'At the bottom'),
('it', 'abt__ut2.banner.params.content_valign.variants.center', 'On the center'),
('it', 'abt__ut2.banner.params.content_valign.variants.top', 'On the top'),
('it', 'abt__ut2.banner.params.data_type', 'Content type'),
('it', 'abt__ut2.banner.params.data_type.variants.url', 'Link'),
('it', 'abt__ut2.banner.params.description', 'Short description'),
('it', 'abt__ut2.banner.params.description_bg_color', 'Background color'),
('it', 'abt__ut2.banner.params.description_bg_color.tooltip', 'Please select the checkbox to use a new color'),
('it', 'abt__ut2.banner.params.description_color', 'Description color'),
('it', 'abt__ut2.banner.params.description_color.tooltip', 'Please select the checkbox to use a new color'),
('it', 'abt__ut2.banner.params.description_font_size', 'Font size'),
('it', 'abt__ut2.banner.params.how_to_open', 'How to open'),
('it', 'abt__ut2.banner.params.how_to_open.variants.in_new_window', 'In a new window'),
('it', 'abt__ut2.banner.params.how_to_open.variants.in_popup', 'In a popup'),
('it', 'abt__ut2.banner.params.how_to_open.variants.in_this_window', 'In this window'),
('it', 'abt__ut2.banner.params.main_image', 'Main image'),
('it', 'abt__ut2.banner.params.mobile_use', 'Use own settings for Phones'),
('it', 'abt__ut2.banner.params.mobile_use.tooltip', 'Use this option to allow own banner settings for the mobile device Phone'),
('it', 'abt__ut2.banner.params.object', 'The displayed object'),
('it', 'abt__ut2.banner.params.object.variants.image', 'Image'),
('it', 'abt__ut2.banner.params.object.variants.video', 'YouTube video'),
('it', 'abt__ut2.banner.params.padding', 'Internal paddings, px'),
('it', 'abt__ut2.banner.params.padding.tooltip', 'CSS <code>padding</code>. Spacing in pixels inside the banner. It is useful, to standardize the paddings of banner borders to the content'),
('it', 'abt__ut2.banner.params.tablet_use', 'Use own settings for Tablets'),
('it', 'abt__ut2.banner.params.tablet_use.tooltip', 'Use this option to allow own banner settings for the mobile device Tablet'),
('it', 'abt__ut2.banner.params.title', 'Title'),
('it', 'abt__ut2.banner.params.title_color', 'Title color'),
('it', 'abt__ut2.banner.params.title_color.tooltip', 'Please select the checkbox to use a new color'),
('it', 'abt__ut2.banner.params.title_font_size', 'Font size'),
('it', 'abt__ut2.banner.params.title_font_weight', 'Weight of the font'),
('it', 'abt__ut2.banner.params.title_font_weight.variants.300', 'Thin'),
('it', 'abt__ut2.banner.params.title_font_weight.variants.400', 'Normal'),
('it', 'abt__ut2.banner.params.title_font_weight.variants.700', 'Bold'),
('it', 'abt__ut2.banner.params.title_font_weight.variants.900', 'Heavy'),
('it', 'abt__ut2.banner.params.title_shadow', 'Add a shadow for the title'),
('it', 'abt__ut2.banner.params.title_tag', 'Title tag'),
('it', 'abt__ut2.banner.params.title_tag.variants.div', 'div'),
('it', 'abt__ut2.banner.params.title_tag.variants.h1', 'h1'),
('it', 'abt__ut2.banner.params.title_tag.variants.h2', 'h2'),
('it', 'abt__ut2.banner.params.title_tag.variants.h3', 'h3'),
('it', 'abt__ut2.banner.params.url', 'Specify link'),
('it', 'abt__ut2.banner.params.use_avail_period', 'Use available period'),
('it', 'abt__ut2.banner.params.youtube_autoplay', 'Autoplay'),
('it', 'abt__ut2.banner.params.youtube_autoplay.tooltip', 'Due to changes in <b>Google\'s</b> policy, autoplay will only be available without sound. For more information, see <a href=\'https://developers.google.com/web/updates/2017/09/autoplay-policy-changes\' target=\'_blank\'>documentation</a>.<b>Google</b> strongly recommends that the player\'s control panel should be displayed on autoplay.'),
('it', 'abt__ut2.banner.params.youtube_hide_controls', 'Hide player control elements'),
('it', 'abt__ut2.banner.params.youtube_hide_controls.tooltip', 'Don\'t ever assume a video will play, and don\'t show a pause button when the video is not actually playing'),
('it', 'abt__ut2.banner.params.youtube_id', 'YouTube video ID'),
('it', 'abt__ut2.banner.params.youtube_id.tooltip', 'ID video — https://www.youtube.com/watch?v=<b>abcd1234567</b>, specify only <b>abcd1234567</b>'),
('it', 'abt__ut2.banner.params.youtube_use', 'Add YouTube video'),
('it', 'abt__ut2.banner.params_additional', 'Additional settings'),
('it', 'abt__ut2.banner.params_of_block', 'Banner block settings'),
('it', 'abt__ut2.banner.params_of_button', 'Banner button settings'),
('it', 'abt__ut2.banner.params_of_content', 'Settings for the content, shown in the banner'),
('it', 'abt__ut2.banner.params_of_description', 'Banner description settings'),
('it', 'abt__ut2.banner.params_of_object', 'Banner settings for the object/image'),
('it', 'abt__ut2.banner.params_of_title', 'Banner title settings'),
('it', 'abt__ut2.banner.use_own_info', 'Use own value'),
('it', 'abt__ut2.banner.warning', 'Expert banner settings'),
('it', 'abt__ut2.banners', 'Banners'),
('it', 'abt__ut2.banners.manage', 'AB: UniTheme2: Advanced banners'),
('it', 'abt__ut2.banner_tab.general', 'General (AB: UniTheme2: Desktop)'),
('it', 'abt__ut2.banner_tab.mobile', 'AB: UniTheme2: Phone'),
('it', 'abt__ut2.banner_tab.tablet', 'AB: UniTheme2: Tablet'),
('it', 'abt__ut2.block.availability.show_on', '!!! Only for AB: UniTheme2 when using the setting <b>[show_on]</b> block content will be cut from HTML-code for the corresponding device and is not simply hidden by styles'),
('it', 'abt__ut2.blog.there_are_offers', 'Recommendations'),
('it', 'abt__ut2.blog.there_is_video', 'Video'),
('it', 'abt__ut2.brands', 'Brands'),
('it', 'abt__ut2.city_short', 'c.'),
('it', 'abt__ut2.contacts', 'Contact us'),
('it', 'abt__ut2.demodata', 'Demo data'),
('it', 'abt__ut2.demodata.description', 'On this page you can quickly create theme demo data'),
('it', 'abt__ut2.demodata.errors.menu_wasnt_created', 'Menu [name] failed to create'),
('it', 'abt__ut2.demodata.errors.no_blog_page', 'You should create the blog`s parent page'),
('it', 'abt__ut2.demodata.errors.no_data', 'No data.json file'),
('it', 'abt__ut2.demodata.success', 'were created successfully'),
('it', 'abt__ut2.demodata.success.banners', 'Banners [ids] were created successfully'),
('it', 'abt__ut2.demodata.success.blog', 'Blog pages [ids] were created successfully'),
('it', 'abt__ut2.demodata.success.menu', 'Menu [menus] were created successfully'),
('it', 'abt__ut2.demodata.table.add_banners', 'Add demo banners'),
('it', 'abt__ut2.demodata.table.add_blog', 'Add demo blog'),
('it', 'abt__ut2.demodata.table.add_menu', 'Add demo menu with icons and banners'),
('it', 'abt__ut2.demodata.table.add_products', 'Add demo products'),
('it', 'abt__ut2.demodata.table.description', 'Demo data type'),
('it', 'abt__ut2.developer', 'Powered by <a href=\"https://www.cs-cart.com/\" rel=\"nofollow\">CS-Cart</a> and premium theme — <a href=\"https://unitheme.net/?sl=en\" rel=\"nofollow\">© AB: UniTheme2</a>'),
('it', 'abt__ut2.errors.is_correctly_installed.mv.disabled', 'For correct working of UniTheme2 on the CS-Cart Multi-Vendor (used by you) enable addon UniTheme2 for Multi-Vendor edition of CS-Cart (comes with the theme for this edition) and try again'),
('it', 'abt__ut2.errors.is_correctly_installed.mv.uninstalled', 'For correct working of UniTheme2 on the CS-Cart Multi-Vendor (used by you), install and enable addon UniTheme2 for Multi-Vendor edition of CS-Cart (comes with the theme for this edition) and try again'),
('it', 'abt__ut2.export', 'Export'),
('it', 'abt__ut2.export.actions.banners', 'Banners'),
('it', 'abt__ut2.export.actions.banners.placeholder', 'Banners IDs'),
('it', 'abt__ut2.export.actions.blog', 'Blog'),
('it', 'abt__ut2.export.actions.blog.placeholder', 'Parent pages IDs'),
('it', 'abt__ut2.export.actions.menu', 'Menu'),
('it', 'abt__ut2.export.actions.menu.placeholder', 'Menu IDs'),
('it', 'abt__ut2.export.actions.products', 'Products'),
('it', 'abt__ut2.export.actions.products.placeholder', 'Products IDs'),
('it', 'abt__ut2.export.description', 'On this page you can quickly export the data you need in json format'),
('it', 'abt__ut2.export.errors.no_such_type', 'No such type of export for the theme'),
('it', 'abt__ut2.export.success', 'were exported successfully'),
('it', 'abt__ut2.export.success.banners', 'Banners [ids] were exported successfully'),
('it', 'abt__ut2.export.success.blog', 'Blog were exported successfully'),
('it', 'abt__ut2.export.success.menu', 'Menu [ids] were exported successfully'),
('it', 'abt__ut2.export.table.data', 'Export data'),
('it', 'abt__ut2.export.table.description', 'Data type'),
('it', 'abt__ut2.extended.e', 'Extended'),
('it', 'abt__ut2.extended.f', 'On the full width'),
('it', 'abt__ut2.extended.o', 'Original'),
('it', 'abt__ut2.form.generate', 'Generate'),
('it', 'abt__ut2.form.header.additional_products', 'Additional products'),
('it', 'abt__ut2.form.header.base_products', 'Base products'),
('it', 'abt__ut2.form.header.general', 'General'),
('it', 'abt__ut2.grid.padding', 'Padding'),
('it', 'abt__ut2.grid.padding.variants.bottom', 'Only bottom'),
('it', 'abt__ut2.grid.padding.variants.none', 'None'),
('it', 'abt__ut2.grid.padding.variants.top', 'Only top'),
('it', 'abt__ut2.grid.padding.variants.top_bottom', 'Top and bottom'),
('it', 'abt__ut2.grid.tab_description', 'The settings below apply only to the theme AB: UniTheme2 layouts sections'),
('it', 'abt__ut2.grid_settings', 'AB: UniTheme2: Additional settings'),
('it', 'abt__ut2.grid_tabs.abt__ut2_show_in_tabs', 'Show all section blocks in tabs'),
('it', 'abt__ut2.grid_tabs.abt__ut2_use_ajax', 'Use Ajax for loading the second and next tabs content'),
('it', 'abt__ut2.help', 'Help'),
('it', 'abt__ut2.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/abt__unitheme2.doc\'>the documentation</a>.'),
('it', 'abt__ut2.hover_to_enlarge', 'Hover on image to enlarge'),
('it', 'abt__ut2.icons', 'Available icons'),
('it', 'abt__ut2.icons.class', 'Icon class'),
('it', 'abt__ut2.icons.info', 'On this page you can see the list of icons, available to you in the theme'),
('it', 'abt__ut2.icons.ut2_icons', 'Theme icons list'),
('it', 'abt__ut2.less_settings', 'Color scheme settings'),
('it', 'abt__ut2.less_settings.containers', 'Containers'),
('it', 'abt__ut2.less_settings.containers.header.add_delimiters', 'Add dividing strips'),
('it', 'abt__ut2.less_settings.containers.header.add_delimiters.tooltip', 'Adds dividing strips at the Top part of the site, visually separates the blocks \"Categories\", \"Search\", \"Account\" and \"Cart\"'),
('it', 'abt__ut2.less_settings.containers.header.use_animation_for_not_empty_cart', 'Use animation effect for non empty cart'),
('it', 'abt__ut2.less_settings.containers.header.use_animation_for_not_empty_cart.tooltip', 'Adds animation effect, to pay attention to the non empty user cart'),
('it', 'abt__ut2.less_settings.containers.header.use_color_elements_on_hover', 'Color for hovering over the elements \"Categories\", \"Account\" and \"Cart\"'),
('it', 'abt__ut2.less_settings.containers.header.use_color_elements_on_hover.tooltip', 'The color for hovering over the drop-down elements \"Categories\", \"Account\" and \"Cart\" is used only in the \"Advanced\" and \"Fixed\" layouts'),
('it', 'abt__ut2.less_settings.containers.header.use_color_icons', 'The color of the icons for elements \"Categories\", \"Account\" and \"Cart\"'),
('it', 'abt__ut2.less_settings.containers.header.use_color_icons.tooltip', 'Is used only in layouts \"Advanced\" and \"Fixed\"'),
('it', 'abt__ut2.less_settings.containers.header.use_color_menu_on_hover', 'Color for hovering over a first level menu item'),
('it', 'abt__ut2.less_settings.containers.header.use_color_menu_on_hover.tooltip', 'Background color used for hovering over menu items of the first level. It is used only in the \"Default\" layout with a horizontal menu type. Also determines the color of the active first level menu item'),
('it', 'abt__ut2.less_settings.containers.header_group', 'Header'),
('it', 'abt__ut2.less_settings.containers.header_group_description', 'Settings for blocks and sections of the \"Header\" container'),
('it', 'abt__ut2.less_settings.containers_description', 'Below are the settings that affect the blocks and sections of the corresponding container in the layouts.'),
('it', 'abt__ut2.less_settings.general', 'General'),
('it', 'abt__ut2.less_settings.general.buttons.style', 'Style'),
('it', 'abt__ut2.less_settings.general.buttons.style.tooltip', 'Set button style'),
('it', 'abt__ut2.less_settings.general.buttons.style.variants.use_background', 'Use filled background'),
('it', 'abt__ut2.less_settings.general.buttons.style.variants.use_border', 'Use border only'),
('it', 'abt__ut2.less_settings.general.buttons.use_gradient', 'Add bulk'),
('it', 'abt__ut2.less_settings.general.buttons.use_gradient.tooltip', 'The buttons will use a background color with a gradient fill from light to dark based on the color of the button'),
('it', 'abt__ut2.less_settings.general.buttons.use_shadow', 'Add shadow'),
('it', 'abt__ut2.less_settings.general.buttons.use_shadow.tooltip', 'Use shadow in the buttons design'),
('it', 'abt__ut2.less_settings.general.buttons.use_text_uppercase', 'Display text in capital letters'),
('it', 'abt__ut2.less_settings.general.buttons.use_text_uppercase.tooltip', 'Allows you to define the display format of letters in buttons, lowercase or uppercase letters'),
('it', 'abt__ut2.less_settings.general.buttons_group', 'Buttons'),
('it', 'abt__ut2.less_settings.general.buttons_group_description', 'Allows you to set button styles'),
('it', 'abt__ut2.less_settings.general.labels.style', 'Form'),
('it', 'abt__ut2.less_settings.general.labels.style.tooltip', 'Specify the displaying form of discount labels'),
('it', 'abt__ut2.less_settings.general.labels.style.variants.as_circle', 'Round'),
('it', 'abt__ut2.less_settings.general.labels.style.variants.as_drop', 'Drop'),
('it', 'abt__ut2.less_settings.general.labels.style.variants.as_rectangle', 'Rectangular'),
('it', 'abt__ut2.less_settings.general.labels.use_outline', 'Use border style'),
('it', 'abt__ut2.less_settings.general.labels.use_outline.tooltip', 'Adds border style'),
('it', 'abt__ut2.less_settings.general.labels.use_shadow', 'Add shadow'),
('it', 'abt__ut2.less_settings.general.labels.use_shadow.tooltip', 'Adds shadow'),
('it', 'abt__ut2.less_settings.general.labels.use_text_shadow', 'Add shadow for text'),
('it', 'abt__ut2.less_settings.general.labels.use_text_shadow.tooltip', 'Adds shadow for text'),
('it', 'abt__ut2.less_settings.general.labels_group', 'Labels (stickers)'),
('it', 'abt__ut2.less_settings.general.labels_group_description', 'Allows you to set styles for product stickers. For example, Free Shipping, Discount, etc.'),
('it', 'abt__ut2.less_settings.general.stars_rating_color', 'Color of starlets for product rating'),
('it', 'abt__ut2.less_settings.general.stars_rating_color.tooltip', 'Specify your own star color for product rating'),
('it', 'abt__ut2.less_settings.general.use_rounding', 'Round corners for interface elements'),
('it', 'abt__ut2.less_settings.general.use_rounding.tooltip', 'Use rounding corners of elements (windows, buttons, icons, form fields, etc.)'),
('it', 'abt__ut2.less_settings.general.use_rounding.variants.do_not_use', 'Don\'t use'),
('it', 'abt__ut2.less_settings.general.use_rounding.variants.full', 'Fully rounded'),
('it', 'abt__ut2.less_settings.general.use_rounding.variants.little', 'Make a little roundness'),
('it', 'abt__ut2.less_settings.general.use_titles_uppercase', 'Display headers in capital letters'),
('it', 'abt__ut2.less_settings.general.use_titles_uppercase.tooltip', 'Allows you to show headers in capital letters (used for all page headers, blocks, banners headers, etc.)'),
('it', 'abt__ut2.less_settings.general_description', 'Below are the general settings.'),
('it', 'abt__ut2.less_settings.is_absent', 'The following color values are not set for your [style] style'),
('it', 'abt__ut2.less_settings.is_absent.core', 'System values'),
('it', 'abt__ut2.less_settings.is_absent.recomend_to_add', 'We recommend that you assign their values, as this may lead to errors in the future.'),
('it', 'abt__ut2.less_settings.is_absent.theme', 'Theme values'),
('it', 'abt__ut2.less_settings.products', 'Product'),
('it', 'abt__ut2.less_settings.products.use_color_buttons_add_to_cart', 'Set individual color for <br> \"Add to cart\" button'),
('it', 'abt__ut2.less_settings.products.use_color_buttons_add_to_cart.tooltip', 'Allows you to assign an individual color to the \"Add to cart\" button on the product detail page and in the \"Quick view\" window'),
('it', 'abt__ut2.less_settings.products_description', 'Below are the settings that affect the styles for product detail page'),
('it', 'abt__ut2.less_settings.product_list', 'Product lists'),
('it', 'abt__ut2.less_settings.product_list.extend_grid_item_on_hover', 'Expand grid item on hover'),
('it', 'abt__ut2.less_settings.product_list.extend_grid_item_on_hover.tooltip', 'Adds the extending effect for item grid, when hovering on it in the list. Applies only to the Grid view of listings.'),
('it', 'abt__ut2.less_settings.product_list.show_grid_border', 'Frame type of the product in the grid'),
('it', 'abt__ut2.less_settings.product_list.show_grid_border.tooltip', 'You can change the frame type for cells in the lists of products'),
('it', 'abt__ut2.less_settings.product_list.show_grid_border.variants.none', 'Not framed'),
('it', 'abt__ut2.less_settings.product_list.show_grid_border.variants.solid_without_margins', 'Frame without external indents'),
('it', 'abt__ut2.less_settings.product_list.show_grid_border.variants.solid_with_margins', 'Frame with outer indents'),
('it', 'abt__ut2.less_settings.product_list.use_elements_alignment', 'Use elements alignment'),
('it', 'abt__ut2.less_settings.product_list.use_elements_alignment.tooltip', 'Allows you to align some elements of the list of symmetrically neighboring cells of products'),
('it', 'abt__ut2.less_settings.product_list.use_elements_alignment.variants.do_not_use', 'Don\'t use'),
('it', 'abt__ut2.less_settings.product_list.use_elements_alignment.variants.use', 'Use'),
('it', 'abt__ut2.less_settings.product_list_description', 'Below are the settings that affect the styles for elements in the product lists'),
('it', 'abt__ut2.less_settings.style.tooltip', 'Select Style (less-file, to which the following settings will be applied)'),
('it', 'abt__ut2.less_settings_description', '<b>Attention!</b> These settings apply only to the selected color scheme (in order to see the changes: make sure, that the selected in the \"Style\" settings field value corresponds to the color scheme, selected in your store (you can check the selected color scheme by Design -> Themes -> in the table opposite the chosen as default layout))'),
('it', 'abt__ut2.light_menu.back_to_main', 'Back to main'),
('it', 'abt__ut2.load_more.show_more.pages', 'Show another [n] page|Show another [n] pages'),
('it', 'abt__ut2.load_more.show_more.products', 'Show another [n] product|Show another [n] products'),
('it', 'abt__ut2.load_more_products.already_showing_all_products', 'Showing [n] product|Showing all [n] products'),
('it', 'abt__ut2.load_more_products.show_more', 'Show another [n] product|Show another [n] products'),
('it', 'abt__ut2.mainbox_general_seo', 'AB: General title (SEO)'),
('it', 'abt__ut2.menu.tab_description', 'The following settings should be used only for menu items, that use extra templates in the menu block layout: <b>AB: Horizontal dropdown list with icons</b> or <b>AB: Vertical dropdown list with icons</b> of the UniTheme2 theme'),
('it', 'abt__ut2.menus.pickers.add_menus', 'Add menu'),
('it', 'abt__ut2.menus.pickers.add_menus_and_close', 'Add menu and close'),
('it', 'abt__ut2.menus.pickers.states', 'Initial menu state'),
('it', 'abt__ut2.menus.pickers.states.hide_items', 'Hide elements and show the menu name'),
('it', 'abt__ut2.menus.pickers.states.show_items', 'Show elements'),
('it', 'abt__ut2.menus.pickers.states.tooltip', 'Select how the menu will be displayed when loading the page'),
('it', 'abt__ut2.menu_with_icons.desc', 'Short description'),
('it', 'abt__ut2.menu_with_icons.dropdown', 'Activate 3-level menu (dropdown list)'),
('it', 'abt__ut2.menu_with_icons.icon', 'Icon'),
('it', 'abt__ut2.menu_with_icons.label', 'Label'),
('it', 'abt__ut2.menu_with_icons.label_background', 'Label background'),
('it', 'abt__ut2.menu_with_icons.label_color', 'Label color'),
('it', 'abt__ut2.menu_with_icons.status', 'Activate settings'),
('it', 'abt__ut2.menu_with_icons.text', 'HTML-content'),
('it', 'abt__ut2.menu_with_icons.text_position', 'HTML-content position'),
('it', 'abt__ut2.menu_with_icons.text_position.bottom', 'Bottom'),
('it', 'abt__ut2.menu_with_icons.text_position.right_bottom', 'Right bottom'),
('it', 'abt__ut2.menu_with_icons.text_position.right_top', 'Right top'),
('it', 'abt__ut2.microdata', 'Organization microdata'),
('it', 'abt__ut2.microdata.schema_type', 'Schema type'),
('it', 'abt__ut2.microdata.schema_type.article', 'Article'),
('it', 'abt__ut2.microdata.schema_type.blogposting', 'Blog'),
('it', 'abt__ut2.microdata.schema_type.newsarticle', 'News'),
('it', 'abt__ut2.microdata.schema_type.none', 'Do not use'),
('it', 'abt__ut2.migaritions_from_unitheme1.update_po', 'Language variables recovery'),
('it', 'abt__ut2.migaritions_from_unitheme1.update_po.exist.description', 'For your installation, no additional actions for language variables recovery are required!'),
('it', 'abt__ut2.migaritions_from_unitheme1.update_po.not_exist.description', 'On this page, you can recover language variables which were deleted during removing of the first generation UniTheme addon'),
('it', 'abt__ut2.migaritions_from_unitheme1.update_po.success', 'Selected language variables were successfully recovered!'),
('it', 'abt__ut2.option.height', 'Height, px'),
('it', 'abt__ut2.option.margin', 'Margin, px'),
('it', 'abt__ut2.settings', 'Theme settings'),
('it', 'abt__ut2.settings.addons', 'Addons'),
('it', 'abt__ut2.settings.addons.wishlist_products.item_quantity', 'Show products in a row'),
('it', 'abt__ut2.settings.addons.wishlist_products.item_quantity.tooltip', 'Specify the quantity to display products in a row (only for \"Grid\")'),
('it', 'abt__ut2.settings.addons.wishlist_products_group', '\"Wish List\" addon'),
('it', 'abt__ut2.settings.addons.wishlist_products_group_description', 'Allows to add products to user wishlists'),
('it', 'abt__ut2.settings.addons_description', 'Here are setting, that affect on appearance of different addons pages in theme'),
('it', 'abt__ut2.settings.category', 'Category'),
('it', 'abt__ut2.settings.category.description_position', 'Display category description'),
('it', 'abt__ut2.settings.category.description_position.tooltip', 'Determines how the category description is displayed (nevertheless, regardless of the place of display, the Description field will be displayed in the code always above the product block, this is one of the recommendations of SEO audits)'),
('it', 'abt__ut2.settings.category.description_position.variants.bottom', 'After products'),
('it', 'abt__ut2.settings.category.description_position.variants.none', 'Don\'t display'),
('it', 'abt__ut2.settings.category.description_position.variants.top', 'Before products'),
('it', 'abt__ut2.settings.category.show_subcategories', 'Show subcategories on category pages'),
('it', 'abt__ut2.settings.category.show_subcategories.tooltip', 'Allows subcategories to be displayed in categories'),
('it', 'abt__ut2.settings.category_description', 'Here are the theme settings for Categories pages'),
('it', 'abt__ut2.settings.features', 'Features'),
('it', 'abt__ut2.settings.features.description_position', 'Display description of feature variant'),
('it', 'abt__ut2.settings.features.description_position.tooltip', 'Determines how the feature description is displayed (nevertheless, regardless of the place of display, the Description field will be displayed in the code always above the product block, this is one of the recommendations of SEO audits)'),
('it', 'abt__ut2.settings.features.description_position.variants.bottom', 'After products'),
('it', 'abt__ut2.settings.features.description_position.variants.none', 'Don\'t display'),
('it', 'abt__ut2.settings.features.description_position.variants.top', 'Before products'),
('it', 'abt__ut2.settings.features_description', 'Here are the settings for the Features pages (Purpose: Brand, author, etc.)'),
('it', 'abt__ut2.settings.general', 'General'),
('it', 'abt__ut2.settings.general.blog_page_id', 'Blog main page ID'),
('it', 'abt__ut2.settings.general.blog_page_id.button', 'All blog articles'),
('it', 'abt__ut2.settings.general.blog_page_id.tooltip', 'Specify this setting to display the link \"All pages\" in the block \"Actual news\" (see Website -> Blog)'),
('it', 'abt__ut2.settings.general.brand_feature_id', 'Brand feature ID'),
('it', 'abt__ut2.settings.general.brand_feature_id.tooltip', 'Specify brand Feature ID (Purpose: Brand, author, etc.). Feature ID is located next to the feature name in the features list (Products -> Features in the store administrative panel).The parameter \"Show in product list\" must be checked/ticked for specified feature'),
('it', 'abt__ut2.settings.general.enable_fixed_header_panel', 'Enable sticky menu'),
('it', 'abt__ut2.settings.general.enable_fixed_header_panel.tooltip', 'Allows you to display a fixed panel with elements of the header. The main elements of the store header will be visible even, when scrolling'),
('it', 'abt__ut2.settings.general.menu_min_height', 'Minimum height for the menu (only for Vertical type), px'),
('it', 'abt__ut2.settings.general.menu_min_height.tooltip', 'The minimum height for the vertical menu block with items of the second level. It is used to make the match of the height for left and right parts of menu (well described in the theme documentation)'),
('it', 'abt__ut2.settings.general_description', 'Here are the general theme settings, they affect the appearance and store functionality'),
('it', 'abt__ut2.settings.load_more', 'Show more'),
('it', 'abt__ut2.settings.load_more.before_end', 'Start for N px to the end of the page'),
('it', 'abt__ut2.settings.load_more.before_end.tooltip', 'Used only for working mode Automatically'),
('it', 'abt__ut2.settings.load_more.blog', 'Allow for the Blog'),
('it', 'abt__ut2.settings.load_more.blog.tooltip', 'Allow displaying \"Show more\" button for Blog posts'),
('it', 'abt__ut2.settings.load_more.mode', 'Paginator operation mode'),
('it', 'abt__ut2.settings.load_more.mode.tooltip', 'Choose working mode for button Show more.<br /><b>Automatically</b> — in this mode next page will be loaded over N px before the end of page while scrolling down.<br /><b>By button click</b> — next products page will be loaded only clicking the button by the user'),
('it', 'abt__ut2.settings.load_more.mode.variants.auto', 'Automatically'),
('it', 'abt__ut2.settings.load_more.mode.variants.on_button_click', 'By button click'),
('it', 'abt__ut2.settings.load_more.product_list', 'Allow for product lists'),
('it', 'abt__ut2.settings.load_more.product_list.tooltip', 'Allow display of \"Show more\" button for categories, brands, newest pages etc.'),
('it', 'abt__ut2.settings.load_more_description', 'Below are the settings for the \"Show more\" functional for various objects in lists (lazy pagination)'),
('it', 'abt__ut2.settings.name', 'Name'),
('it', 'abt__ut2.settings.products', 'Product'),
('it', 'abt__ut2.settings.products.addon_buy_together.view', 'Way of display'),
('it', 'abt__ut2.settings.products.addon_buy_together.view.tooltip', 'Choose way of display (added by AB: UniTheme2 theme or standard output by the tab)'),
('it', 'abt__ut2.settings.products.addon_buy_together.view.variants.as_block_above_tabs', 'As block before product tabs'),
('it', 'abt__ut2.settings.products.addon_buy_together.view.variants.as_tab_in_tabs', 'As product tab'),
('it', 'abt__ut2.settings.products.addon_buy_together_group', '\"Buy together\" addon'),
('it', 'abt__ut2.settings.products.addon_buy_together_group_description', 'Native CS-Cart add-on, which allows to display profitable offers in combination with the current product, on the page of which the user is located'),
('it', 'abt__ut2.settings.products.addon_required_products.item_quantity', 'Show products in row'),
('it', 'abt__ut2.settings.products.addon_required_products.item_quantity.tooltip', 'Specify the quantity products to display in a row (only for \"Grid\")'),
('it', 'abt__ut2.settings.products.addon_required_products.list_type', 'Template'),
('it', 'abt__ut2.settings.products.addon_required_products.list_type.tooltip', 'Choose template for displaying product list'),
('it', 'abt__ut2.settings.products.addon_required_products.list_type.variants.compact_list', 'Compact list'),
('it', 'abt__ut2.settings.products.addon_required_products.list_type.variants.grid_list', 'Grid'),
('it', 'abt__ut2.settings.products.addon_required_products.list_type.variants.product_list', 'List without options'),
('it', 'abt__ut2.settings.products.addon_required_products_group', '\"Required products\" addon'),
('it', 'abt__ut2.settings.products.addon_required_products_group_description', 'Native CS-Cart addon \"Required products\" creates a group of products, that will be added to the cart with the product, on which page the user is located'),
('it', 'abt__ut2.settings.products.addon_social_buttons.view', 'Show Share buttons for social networks'),
('it', 'abt__ut2.settings.products.addon_social_buttons.view.tooltip', 'Please note, that using this option slows down the loading of the product page. Not recommended for displaying on mobile devices.'),
('it', 'abt__ut2.settings.products.addon_social_buttons_group', 'Addon \"Social buttons\"'),
('it', 'abt__ut2.settings.products.addon_social_buttons_group_description', 'Native CS-Cart addon \"Social Buttons\" displays Share buttons widgets for social networks'),
('it', 'abt__ut2.settings.products.custom_block_id', 'Custom block ID / Output the block in the right column'),
('it', 'abt__ut2.settings.products.custom_block_id.tooltip', 'Specify the custom block ID, which you want to display on the right side of the product detail page (the block must be added to the Products layout and can be turned off, a special function will add it to the intended place to bypass the CS-Cart layout system) (well described in the theme documentation)'),
('it', 'abt__ut2.settings.products.vendor.show_ask_question_link', 'Show \"Ask a question\" link'),
('it', 'abt__ut2.settings.products.vendor.show_ask_question_link.tooltip', 'Allows customers to communicate with the vendor using chat. Depends on \"Ask seller a question\" addon'),
('it', 'abt__ut2.settings.products.vendor.show_logo', 'Show vendor logo'),
('it', 'abt__ut2.settings.products.vendor.show_logo.tooltip', 'Displays the vendor\'s logo'),
('it', 'abt__ut2.settings.products.vendor.show_name_as_link', 'Use vendor name as a link on a vendor page'),
('it', 'abt__ut2.settings.products.vendor.show_name_as_link.tooltip', 'Allows use vendor name as a link to the page of this vendor'),
('it', 'abt__ut2.settings.products.vendor.show_phone', 'Show vendor phone number'),
('it', 'abt__ut2.settings.products.vendor.show_phone.tooltip', 'Allows you to display the phone number of the vendor'),
('it', 'abt__ut2.settings.products.vendor.truncate_short_description', 'Number of characters for vendor description'),
('it', 'abt__ut2.settings.products.vendor.truncate_short_description.tooltip', 'Allows you to limit the output of a vendor description, specify the number of displayed characters. To disable output, use the value \"0\"'),
('it', 'abt__ut2.settings.products.vendor_group', 'Block with vendor information'),
('it', 'abt__ut2.settings.products.vendor_group_description', 'Settings for block with vendor information on the product page'),
('it', 'abt__ut2.settings.products.view.brand_link_behavior', 'Brand logo link behavior'),
('it', 'abt__ut2.settings.products.view.brand_link_behavior.tooltip', 'Determines the brand logo link'),
('it', 'abt__ut2.settings.products.view.brand_link_behavior.variants.to_brand_page', 'The link leads to brand page'),
('it', 'abt__ut2.settings.products.view.brand_link_behavior.variants.to_category_with_filter', 'The link leads to the main product category with the selected filter by product brand'),
('it', 'abt__ut2.settings.products.view.show_brand_logo', 'Show product brand logo'),
('it', 'abt__ut2.settings.products.view.show_brand_logo.tooltip', 'Allow the display of product brand logo. For the setting to work, you must correctly specify Brand feature ID setting value in General tab'),
('it', 'abt__ut2.settings.products.view.show_features', 'Show product features'),
('it', 'abt__ut2.settings.products.view.show_features.tooltip', 'Allow displaying of selected product features (for displaying on the product page (but not in Features tab), the feature must have an active setting \"Show in header on the product details page\")'),
('it', 'abt__ut2.settings.products.view.show_qty', 'Show quantity changer'),
('it', 'abt__ut2.settings.products.view.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('it', 'abt__ut2.settings.products.view.show_short_description', 'Show short description'),
('it', 'abt__ut2.settings.products.view.show_short_description.tooltip', 'Allow the display of the \"Short description\"'),
('it', 'abt__ut2.settings.products.view.show_sku', 'Show product code (Sku)'),
('it', 'abt__ut2.settings.products.view.show_sku.tooltip', 'Allow product code (Sku) showing'),
('it', 'abt__ut2.settings.products.view.show_sticky_add_to_cart', 'Show sticky block Add to cart (only for mobile devices)'),
('it', 'abt__ut2.settings.products.view.show_sticky_add_to_cart.tooltip', 'Allow output of a fixed block with the Add to cart button at the bottom of the mobile device screen. Also depending on the state of the option \"Show quantity changer\" in the block, the changer of products quantity for the order can be shown'),
('it', 'abt__ut2.settings.products.view_group', 'Additional displaying settings'),
('it', 'abt__ut2.settings.products.view_group_description', 'Additional appearance settings for the product page'),
('it', 'abt__ut2.settings.products_description', 'Here theme settings which affect the product detailed page appearance'),
('it', 'abt__ut2.settings.product_list', 'Product lists'),
('it', 'abt__ut2.settings.product_list.decolorate_out_of_stock_products', 'Decolorize out of stock products'),
('it', 'abt__ut2.settings.product_list.decolorate_out_of_stock_products.tooltip', 'Applies the effect of decolorize for product items, that are out of stock. Only for lists in categories is used'),
('it', 'abt__ut2.settings.product_list.lazy_load', 'Use images lazy load'),
('it', 'abt__ut2.settings.product_list.lazy_load.tooltip', 'Speeds up the category page loading due to the fact, that images are loaded after the page is already loaded, images will be loaded only by users screen demand. Not compatible with activated option of setting \"Show product mini icons gallery in the product list\"'),
('it', 'abt__ut2.settings.product_list.limit_product_variations', 'The maximum quantity of the displayed products variations'),
('it', 'abt__ut2.settings.product_list.limit_product_variations.tooltip', 'Specify the number of available variations, that will be shown for the product in the list, if more variations are available, than specified in the setting, the remaining amount will be indicated in brackets (+ N more). Value <code>0</code> in setting will block the display of variations.'),
('it', 'abt__ut2.settings.product_list.max_features', 'Max number of displayed features in lists'),
('it', 'abt__ut2.settings.product_list.max_features.tooltip', 'Specify the number of features displayed in all available lists for different devices'),
('it', 'abt__ut2.settings.product_list.price_display_format', 'Price display format'),
('it', 'abt__ut2.settings.product_list.price_display_format.tooltip', 'Formats options (of the elements positions) of price display'),
('it', 'abt__ut2.settings.product_list.price_display_format.variants.col', 'Option 1'),
('it', 'abt__ut2.settings.product_list.price_display_format.variants.mix', 'Option 3'),
('it', 'abt__ut2.settings.product_list.price_display_format.variants.row', 'Option 2'),
('it', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content', 'Content of bottom part of the product grid item'),
('it', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.tooltip', 'Select, what fields will be used as a additional information of the product item'),
('it', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.description', 'Short description'),
('it', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.features', 'Features list'),
('it', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.features_and_variations', 'Features and variations list'),
('it', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.none', 'Don\'t display'),
('it', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.variations', 'Variations list'),
('it', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_height', 'Minimum height for product cell, px'),
('it', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_height.tooltip', 'Defines the product cell height according to your needs');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('it', 'abt__ut2.settings.product_list.products_multicolumns.show_brand_logo', 'Show brand logo'),
('it', 'abt__ut2.settings.product_list.products_multicolumns.show_brand_logo.tooltip', 'Allow the brand logo displaying (requires proper assigned option \"Brand feature ID\" in the \"General\" section of theme settings and downloaded images for Brand feature variants)'),
('it', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons', 'Show \"Add to cart\" buttons'),
('it', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons.tooltip', 'Allow the display of the \"Add to cart\" and \"Buy now with 1-click\" buttons'),
('it', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons_on_hover', 'Show buttons only while hovering'),
('it', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons_on_hover.tooltip', 'Buttons \"Add to cart\" and \"Buy now with 1-click\" will be shown only while hovering on the product cell'),
('it', 'abt__ut2.settings.product_list.products_multicolumns.show_qty', 'Show quantity changer'),
('it', 'abt__ut2.settings.product_list.products_multicolumns.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('it', 'abt__ut2.settings.product_list.products_multicolumns.show_sku', 'Show product code (Sku)'),
('it', 'abt__ut2.settings.product_list.products_multicolumns.show_sku.tooltip', 'Allow product code (Sku) showing'),
('it', 'abt__ut2.settings.product_list.products_multicolumns.show_you_save', 'Show \"You save\"'),
('it', 'abt__ut2.settings.product_list.products_multicolumns.show_you_save.tooltip', 'Shows information about savings (amount of your savings)'),
('it', 'abt__ut2.settings.product_list.products_multicolumns_group', 'Settings for \"Grid\" product list view'),
('it', 'abt__ut2.settings.product_list.products_multicolumns_group_description', 'Settings for \"Grid\" product list view. Please note, that some settings allow you to control the output of functional elements for different devices separately'),
('it', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content', 'Content under description'),
('it', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.tooltip', 'Select, what fields will be used as the additional information of the product item'),
('it', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.features', 'Features list'),
('it', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.features_and_variations', 'Features and variations list'),
('it', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.none', 'Don\'t display'),
('it', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.variations', 'Variations list'),
('it', 'abt__ut2.settings.product_list.products_without_options.show_amount', 'Show product availability status'),
('it', 'abt__ut2.settings.product_list.products_without_options.show_amount.tooltip', 'Allow the display of the status of stock availability (In stock, Out of stock)'),
('it', 'abt__ut2.settings.product_list.products_without_options.show_brand_logo', 'Show brand logo'),
('it', 'abt__ut2.settings.product_list.products_without_options.show_brand_logo.tooltip', 'Allow the brand logo displaying (requires proper assigned option \"Brand feature ID\" in the \"General\" section of theme settings and downloaded images for Brand feature variants)'),
('it', 'abt__ut2.settings.product_list.products_without_options.show_features', 'Show product features'),
('it', 'abt__ut2.settings.product_list.products_without_options.show_features.tooltip', 'Allow display of selected product features (for displaying in the product list the feature must have an active setting \"Show in product list\")'),
('it', 'abt__ut2.settings.product_list.products_without_options.show_options', 'Show product options'),
('it', 'abt__ut2.settings.product_list.products_without_options.show_options.tooltip', 'Allow display of product options'),
('it', 'abt__ut2.settings.product_list.products_without_options.show_qty', 'Show quantity changer'),
('it', 'abt__ut2.settings.product_list.products_without_options.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('it', 'abt__ut2.settings.product_list.products_without_options.show_sku', 'Show product code (Sku)'),
('it', 'abt__ut2.settings.product_list.products_without_options.show_sku.tooltip', 'Allow product code (Sku) showing'),
('it', 'abt__ut2.settings.product_list.products_without_options_group', 'Settings for \"List without options\" product list view'),
('it', 'abt__ut2.settings.product_list.products_without_options_group_description', 'Settings for \"List without options\" product list view. Please note, that some settings allow you to control the output of functional elements for different devices separately'),
('it', 'abt__ut2.settings.product_list.short_list.show_button', 'Show \"Add to cart\" button'),
('it', 'abt__ut2.settings.product_list.short_list.show_button.tooltip', 'Allow the display of the \"Add to cart\" buttons'),
('it', 'abt__ut2.settings.product_list.short_list.show_button_compare', 'Show \"Add to comparison list\" button'),
('it', 'abt__ut2.settings.product_list.short_list.show_button_compare.tooltip', 'Allow the display of the \"Add to comparison list\" button'),
('it', 'abt__ut2.settings.product_list.short_list.show_button_quick_view', 'Show \"Quick view\" button'),
('it', 'abt__ut2.settings.product_list.short_list.show_button_quick_view.tooltip', 'Allow the display of the \"Quick view\" button'),
('it', 'abt__ut2.settings.product_list.short_list.show_button_wishlist', 'Show \"Add to wish list\" button'),
('it', 'abt__ut2.settings.product_list.short_list.show_button_wishlist.tooltip', 'Allow the display of the \"Add to wish list\" button'),
('it', 'abt__ut2.settings.product_list.short_list.show_qty', 'Show quantity changer'),
('it', 'abt__ut2.settings.product_list.short_list.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('it', 'abt__ut2.settings.product_list.short_list.show_sku', 'Show product code (Sku)'),
('it', 'abt__ut2.settings.product_list.short_list.show_sku.tooltip', 'Allow product code (Sku) showing'),
('it', 'abt__ut2.settings.product_list.short_list_group', 'Settings for \"Compact list\" product list view'),
('it', 'abt__ut2.settings.product_list.short_list_group_description', 'Settings for \"Compact list\" product list view. Pay attention to the presence of addon-dependent settings. Some settings allow managing functionality elements output for different devices separately'),
('it', 'abt__ut2.settings.product_list.show_fixed_filters_button', 'Enable fixed filter call button'),
('it', 'abt__ut2.settings.product_list.show_fixed_filters_button.tooltip', 'When the setting is turned on when the page is scrolled, a button for calling filters will appear.'),
('it', 'abt__ut2.settings.product_list.show_gallery', 'Show product mini icons gallery in the product list'),
('it', 'abt__ut2.settings.product_list.show_gallery.tooltip', 'Activates the option of scrolling the product photos mini gallery in the lists. Applies only to the product list with the \"Grid\" output template'),
('it', 'abt__ut2.settings.product_list.show_rating', 'Display product rating'),
('it', 'abt__ut2.settings.product_list.show_rating.tooltip', 'Allows to display product rating stars'),
('it', 'abt__ut2.settings.product_list_description', 'Here are the product lists settings of the theme, that affect the output for all product blocks and product lists on categories, search, features pages. Note: blocks can have their own settings and not use selected parameters. The presence of the <i class=\"icon-is-addon\"></i> icon for the setting means, that it is dependent on the presence of an addon, that needs to be turned on'),
('it', 'abt__ut2.settings.value', 'Value for all devices'),
('it', 'abt__ut2.settings.value.desktop', 'Value for Desktop'),
('it', 'abt__ut2.settings.value.mobile', 'Value for Phone'),
('it', 'abt__ut2.settings.value.tablet', 'Value for Tablet'),
('it', 'abt__ut2.settings.vendor', 'Vendor'),
('it', 'abt__ut2.settings.vendor.show_ask_question_link', 'Display \"Ask a question\" link'),
('it', 'abt__ut2.settings.vendor.show_ask_question_link.tooltip', 'Allows customers to communicate with the vendor using chat. Depends on \"Ask seller a question\" addon'),
('it', 'abt__ut2.settings.vendor.truncate_short_description', 'Number of characters for vendor description'),
('it', 'abt__ut2.settings.vendor.truncate_short_description.tooltip', 'Allows you to limit the output of vendor short description, specify the number of displayed characters. To disable output, use the value \"0\"'),
('it', 'abt__ut2.settings.vendor_description', 'Block with vendor information on the vendor\'s page'),
('it', 'abt__ut2.sort_by_bestsellers_asc', 'Bestselling: Low to High'),
('it', 'abt__ut2.sort_by_bestsellers_desc', 'Bestselling First'),
('it', 'abt__ut2.sort_by_company_asc', 'Sort by alphabetical: A to Z'),
('it', 'abt__ut2.sort_by_company_desc', 'Sort by alphabetical: Z to A'),
('it', 'abt__ut2.sort_by_null_asc', 'Without sorting'),
('it', 'abt__ut2.sort_by_on_sale_asc', 'Discount: Low to High'),
('it', 'abt__ut2.sort_by_on_sale_desc', 'Discount: High to Low'),
('it', 'abt__ut2.sort_by_popularity_asc', 'Popularity: Low to High'),
('it', 'abt__ut2.sort_by_popularity_desc', 'Popular First'),
('it', 'abt__ut2.sort_by_position_asc', 'Position: Low to High'),
('it', 'abt__ut2.sort_by_position_desc', 'Position: High to Low'),
('it', 'abt__ut2.sort_by_price_asc', 'Price: Low to High'),
('it', 'abt__ut2.sort_by_price_desc', 'Price: High to Low'),
('it', 'abt__ut2.sort_by_product_asc', 'from A to Z'),
('it', 'abt__ut2.sort_by_product_desc', 'from Z to A'),
('it', 'abt__ut2.sort_by_rating_asc', 'Sort by rating: Low to High'),
('it', 'abt__ut2.sort_by_rating_desc', 'Sort by rating'),
('it', 'abt__ut2.sort_by_timestamp_asc', 'Oldest Items First'),
('it', 'abt__ut2.sort_by_timestamp_desc', 'Newest Items First'),
('it', 'abt__ut2.upgrade_notifications.4.10.2.d.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update used layout.'),
('it', 'abt__ut2.upgrade_notifications.4.10.2.d.new_layouts.title', 'New layout \"Checkout\" is available!'),
('it', 'abt__ut2.upgrade_notifications.4.10.3.a.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('it', 'abt__ut2.upgrade_notifications.4.10.3.a.new_layouts.title', 'We recommend to update the used layout!'),
('it', 'abt__ut2.upgrade_notifications.4.10.3.b.added_compatibility_with_ab__ia.text', 'For users of <a target=\"_blank\" href=\"https://cs-cart.alexbranding.com/en/addon-intellectual-analogues-accessories-by-features.html\">AB: Intellectual selection of products</a> addon starting from version 2.6.0: special places for displaying a block of selected products were added in theme (optionally above or below the product tabs, taking into account the display settings for various devices).'),
('it', 'abt__ut2.upgrade_notifications.4.10.3.b.added_compatibility_with_ab__ia.title', 'Fixed compatibility with \"AB: Intellectual selection of products\" addon'),
('it', 'abt__ut2.upgrade_notifications.4.10.4.b.added_new_less_settings.text', '<p>In this version, we have significantly expanded the settings for \"color schemes\" and grouped them into tabs corresponding to their place of application and functional purpose.</p><p><b>IMPORTANT!!!</b></p><p>After the upgrade, your current color scheme will work as before. To use the new settings you need to perform one of the variants: <ol><li>or adjust the current used color scheme. To do this, go to the page AB: Addons → AB: UniTheme2 → Color scheme settings, select the active color scheme and set the necessary values for all settings;</li><li>or create a new color scheme using the \"Theme Editor\" based on the color schemes available in this version.</li></ol></p><p>List of new color scheme settings (AB: Addons → AB: UniTheme2 → Color scheme settings):<ul><li>General → Display headers in capital letters;</li><li>General → Buttons → Display text in capital letters;</li><li>General → Buttons → Add shadow;</li><li>General → Buttons → Add bulk;</li><li>General → Labels (stickers) → Use border style;</li> <li>General → Labels (stickers) → Add shadow;</li><li>General → Labels (stickers) → Add shadow for text;</li><li>Containers → Header → Add dividing strips;</li><li>Containers → Header → Color for hovering over a first level menu item;</li><li>Containers → Header → Color for hovering over the elements \"Categories\", \"Account\" and \"Cart\";</li><li>Containers → Header → The color of the icons for elements \"Categories\", \"Account\" and \"Cart\";</li><li>Product → Set individual color for \"Add to cart\" button.</li></ul><p>'),
('it', 'abt__ut2.upgrade_notifications.4.10.4.b.added_new_less_settings.title', 'We recommend to update the used color scheme (Style) settings!'),
('it', 'abt__ut2.upgrade_notifications.4.11.3.b.ab__deal_of_the_day.text', 'For theme version v4.11.3.b is needed the add-on \"AB: Product of the day and extended promotions\" version v3.2.0 to provide the correct display of the add-on elements in the theme.'),
('it', 'abt__ut2.upgrade_notifications.4.11.3.b.ab__deal_of_the_day.title', 'Attention! The update of the \"AB: Product of the day and extended promotions\" add-on is needed'),
('it', 'abt__ut2.upgrade_notifications.4.11.3.b.brands_page_will_be_removed.text', 'The functionality of the Brands page will be moved and expanded into the separate add-on <a href=\"https://cs-cart.alexbranding.com/en/seo-for-brands.html\" target=\"_blank\">AB: SEO for Brands</a> from the next version of the theme. It is available in the package <a href=\"https://cs-cart.alexbranding.com/en/seo-package.html\" target=\"_blank\">SEO</a>.'),
('it', 'abt__ut2.upgrade_notifications.4.11.3.b.brands_page_will_be_removed.title', 'Attention! The removing of Brands page functionality is planned'),
('it', 'abt__ut2.upgrade_notifications.4.11.3.c.brands_page_was_removed.text', 'Functionality of the Brands page was moved out and expanded to the separate add-on <a href=\"https://cs-cart.alexbranding.com/ru/seo-dlya-brendov.html\" target=\"_blank\">AB: SEO for Brands</a> that is available in the package <a href=\"https://cs-cart.alexbranding.com/ru/paket-moduley-seo.html\" target=\"_blank\">SEO</a>. In the absence of the specified add-on, theme will still use outdated functionality, which will be permanently removed in the next releases.'),
('it', 'abt__ut2.upgrade_notifications.4.11.3.c.brands_page_was_removed.title', 'Attention! The Brands page functionality was moved out to the separate add-on.'),
('it', 'abt__ut2.upgrade_notifications.recommend_to_update_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('it', 'abt__ut2.upgrade_notifications.recommend_to_update_layouts.title', 'We recommend to update the used layout!'),
('it', 'abt__ut2.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the theme in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-118\">List of releases</a>.'),
('it', 'abt__ut2.upgrade_notifications.title', 'AB: UniTheme2 was successfully updated to v[ver]!'),
('it', 'abt__ut2_advanced_subcategories_menu', 'AB: Advanced subcategories menu'),
('it', 'abt__ut2_banner_carousel_combined', 'AB: Advanced banner (Carousel)'),
('it', 'abt__ut2_banner_combined', 'AB: Advanced banner'),
('it', 'abt__ut2_bt.combinations_generated', 'Generated [n] comb.'),
('it', 'abt__ut2_bt.empty_data', 'Choose products for combinations'),
('it', 'abt__ut2_bt.form.find_by_additional_product', 'Find by additional product'),
('it', 'abt__ut2_bt.form.find_by_base_product', 'Find by base product'),
('it', 'abt__ut2_bt.form.find_by_name', 'Find by name'),
('it', 'abt__ut2_buy_together.editing', 'Editing'),
('it', 'abt__ut2_buy_together.generate', 'AB: \"Buy together\" generator'),
('it', 'abt__ut2_buy_together.manage', 'AB: \"Buy together\" manage'),
('it', 'abt__ut2_light_menu', 'AB: Fly menu'),
('it', 'abt__ut2_mv.autoinstall.add_layouts', 'Added layouts for Multi-Vendor'),
('it', 'abt__ut2_mv.help', 'Help'),
('it', 'abt__ut2_mv.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/abt__unitheme2_mv.doc\'>the documentation</a>.'),
('it', 'abt__ut2_mv.product_page_vendor_settings', 'Vendor settings on product page'),
('it', 'abt__ut2_mv.upgrade_notifications.4.10.2.b.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('it', 'abt__ut2_mv.upgrade_notifications.4.10.2.b.new_layouts.title', 'We recommend to update the used layout!'),
('it', 'abt__ut2_mv.upgrade_notifications.4.11.2.a.new_settings.text', '<h3>Block with information about the vendor on the product page</h3><p>To edit this settings go to: Admin panel → AB: Addons → AB: UniTheme2 → Theme settings, go to Product tab and find section Block with vendor information:</p><ul><li>Use vendor name as a link on a vendor page;</li><li>Show vendor logo;</li><li>Number of characters for vendor description;</li><li>Show vendor phone number;</li><li>Show \"Ask a question\" link.</li></ul><h3>Block with information about the vendor on the vendor\'s page</h3><p>To edit this settings go to: Admin panel → AB: Addons → AB: UniTheme2 → Theme settings, go to Vendor tab:</p><ul><li>Number of characters for vendor description;</li><li>Display \"Ask a question\" link.</li></ul>'),
('it', 'abt__ut2_mv.upgrade_notifications.4.11.2.a.new_settings.title', 'Added new settings'),
('it', 'abt__ut2_mv.upgrade_notifications.recommend_to_update_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('it', 'abt__ut2_mv.upgrade_notifications.recommend_to_update_layouts.title', 'We recommend to update the used layout!'),
('it', 'abt__ut2_mv.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the theme in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2_mv.doc#p-1276\">List of releases</a>.'),
('it', 'abt__ut2_mv.upgrade_notifications.title', 'AB: UniTheme2 (Multi-Vendor) was successfully updated to v[ver]!'),
('it', 'abt__ut2_mv.vendor_settings_tab', 'Vendor settings on vendor page'),
('it', 'abt__ut2_selected_filters', 'AB: Selected filter variants'),
('it', 'abt__ut2_show_title', 'Show title'),
('it', 'abt__ut2_thumbnail_height', 'Scroller thumbnail height'),
('it', 'abt__ut2_view_more_btn_behavior', 'AB: Behaviour for the \"More\" button'),
('it', 'abt__ut2_view_more_btn_behavior.tooltip', 'The setting determines the behavior variants of the button and will display the hidden menu elements when hover the mouse cursor or it will transfer to the parent menu item'),
('it', 'abt__ut2_view_more_btn_behavior_trigger_parent_link', 'Go to the parent menu item link'),
('it', 'abt__ut2_view_more_btn_behavior_view_items', 'Show hidden items'),
('it', 'abt__ut2__mainbox_general', 'AB: Main block (SEO)'),
('it', 'abt__ut2__mainbox_simple', 'AB: Simplified block'),
('it', 'abt__ut2__scroller_advanced', 'AB: Scroller advanced'),
('it', 'abt__ut2__sidebox_general', 'AB: Secondary block'),
('it', 'abt__ut2__sidebox_important', 'AB: Secondary framed block'),
('it', 'abt__ut2__swipe', 'AB: Swipe block'),
('it', 'ab__addons', 'AB: Add-ons'),
('it', 'ab__addons_manager', 'AB: Add-ons Manager'),
('it', 'ab__am.addon.action.install_addon', 'New version <code>v[ver]</code> is available for you'),
('it', 'ab__am.addon.action.install_addon.button.tooltip', 'By clicking on this button, the v[ver] of add-on will be automatically downloaded and installed to bypass the standard installation of CS-Cart. You also have the possibility to install the add-on in a standard way by downloading the version of the add-on, compatible with your store on the page My Profile → Orders page on the <a href=\'https://cs-cart.alexbranding.com/en/orders/\'>cs-cart.alexbranding.com </a>'),
('it', 'ab__am.addon.action.install_addon.button.value', 'Install v[ver]'),
('it', 'ab__am.addon.action.not_tested_yet', 'The installed version <code>v[ver]</code> has not yet passed testing for your version of the store <b>[cscart]</b>'),
('it', 'ab__am.addon.action.require_update', 'To install the add-on or updates, please, update <b>AB: Add-ons Manager</b> to the actual version <code>v[ver]<code>'),
('it', 'ab__am.addon.action.unavailable_addon', 'The add-on is not available for you (either due to incompatibility with your version of the CS-Cart <b>[cscart]</b> or your subscription for updates has expired)'),
('it', 'ab__am.addon.action.update_addon', 'Update <code>v[ver]</code> is available for you'),
('it', 'ab__am.addon.action.update_addon.button.tooltip', 'If the update is not available through the CS-Cart Upgrade Center, uninstall the add-on on the page <b> Add-ons → Manage Add-ons</b> and v[ver] will be available for installation on this page'),
('it', 'ab__am.addon.action.update_addon.button.value', 'Update to v[ver]'),
('it', 'ab__am.addon.action.wait_new_version', 'The latest version <code>v[ver]</code> is compatible with <b>[cscart]</b> according to your subscription'),
('it', 'ab__am.addon.button_buy_updates.text', 'Renew your subscription to the add-on'),
('it', 'ab__am.addon.button_buy_updates.tooltip', 'Renew the subscription to get the latest updates'),
('it', 'ab__am.addon.button_download_am.note', '<p>AB: Add-ons manager is necessary for the proper operation of our solutions.It organizes your add-ons and groups them by sets. Unobtrusively notifying you about new available updates of the add-on, and gives the opportunity to update them in one click.Also, you can easily extend the subscription to our solutions and get the most current version of the add-on. We constantly update add-ons to make them as useful to you, as possible.<p>Please note, that in order to install and/or update the add-ons, you must have the latest version of AB: Add-ons Manager v[ver]. You will be informed about the release of the new version of the add-on and a link will be provided for downloading add-on archive.</p><hr><p></b>How to update AB: Add-ons Manager to v[ver]?</b></p><ol><li>When a notification appears about the availability of the new version of AB: Add-ons Manager, download the archive;</li><li>Close the storefront. (To do this go to Settings → General → Close storefront - set the checkbox and click on the [Save] button, close for just 2 minutes);</li><li>Delete AB: Add-ons Manager (To do this, go to Add-ons → Manage Add-ons → AB: Add-ons Manager: Delete);</li><li>Install archive of AB: Add-ons Manager from step 1 (To do this, on the Add-ons → Manage add-ons → button [+]: select the previously downloaded archive from step 1);</li><li>Clear the cache (Go to the menu item Administration → Storage → Clear Cache);</li><li>Open the storefront. (To do this, go to Settings → General → Close storefront - uncheck the checkbox and click the [Save] button);</li></ol>'),
('it', 'ab__am.addon.button_download_am.text', 'Download'),
('it', 'ab__am.addon.changelog', 'List of changes'),
('it', 'ab__am.addon.doc', 'Documentation'),
('it', 'ab__am.addon.msg.available_version_is_installed', 'The latest available version of the add-on is installed'),
('it', 'ab__am.addon.msg.expired_subscription', 'Only v[ver] is available to your store. Renew the subscription to get the actual version of the add-on'),
('it', 'ab__am.addon.msg.final_version_is_installed', 'The Actual version of the add-on is installed'),
('it', 'ab__am.addon.msg.not_available', 'The add-on is not available for your store!'),
('it', 'ab__am.addon.new_version_is_available', 'v[ver] from [date]'),
('it', 'ab__am.addon.new_version_is_available.tooltip', 'New version v[ver] is available from [date]'),
('it', 'ab__am.addon.settings', 'Add-on settings'),
('it', 'ab__am.addon.status.a', 'Add-on status is \"Active\"'),
('it', 'ab__am.addon.status.d', 'Add-on status is \"Inactive\"'),
('it', 'ab__am.addon.status.n', 'Add-on status is \"Not installed yet\"'),
('it', 'ab__am.addon.subscription.active', 'Subscription is active until [date]'),
('it', 'ab__am.addon.subscription.exp', 'Your subscription for updates has expired<b>[date]</b>. To access the current add-on versions, you must buy a subscription.'),
('it', 'ab__am.addon.subscription.exp.button.tooltip', 'Buy subscription to get access to the current add-on versions'),
('it', 'ab__am.addon.subscription.exp.button.value', 'Buy subscription'),
('it', 'ab__am.addon.subscription.expired', 'Subscription expired on [date]. Renew subscription to get actual add-on versions'),
('it', 'ab__am.addon.subscription.ok', 'Your subscription is active until <b>[date]</b>'),
('it', 'ab__am.addon.subscription.ok.button.tooltip', 'Renew subscription to get access to the current add-on versions'),
('it', 'ab__am.addon.subscription.ok.button.value', 'Renew subscription'),
('it', 'ab__am.addon.subscription_updates', 'Updates are available until [date]'),
('it', 'ab__am.addon.table_head.actions', 'Actions'),
('it', 'ab__am.addon.table_head.addon', 'Add-on name'),
('it', 'ab__am.addon.table_head.note', 'Note'),
('it', 'ab__am.addon.table_head.subscription', 'Subscription'),
('it', 'ab__am.addon.table_head.versions', 'Versions'),
('it', 'ab__am.addon.table_head.versions.tooltip', 'List of variants: Installed, Available and Actual'),
('it', 'ab__am.addon.update_instruction', 'Procedure of updating'),
('it', 'ab__am.addon.versions.available', 'Available'),
('it', 'ab__am.addon.versions.final', 'Actual'),
('it', 'ab__am.addon.versions.installed', 'Installed'),
('it', 'ab__am.addon.version_info', '<b>Release date</b>: [date]<br><b>Compatibility</b>:<br>CS-Cart: [ultimate]<br>Multivendor: [multivendor]'),
('it', 'ab__am.addons', 'AB: List of available sets/add-ons'),
('it', 'ab__am.addons_sets.notes', '<h4>Basic concepts</h4><p><u>The installed version</u> is the version of the add-on, that is currently installed on your store.</p><p><u>The available version</u> is the latest version of the add-on, that is available for you to install and/or update within the prepaid subscription for updates. For example, for the add-on there are versions v2.0 from February 15, 2019 and v2.1 from March 2, 2019 and your subscription to the add-on updates ended on March 1, 2019, then the latest available version for you will be version v2.0 from 15 February 2019. To receive version v2.1 of March 2, 2019, it is necessary to renew the subscription period.</p><p><u>The actual version</u> is the latest version of the add-on at the moment. We recommend you always update to the actual version, which contains fixed bugs and new useful functionality.</p><p><u>The add-on is not available for your store</u> — it is possible, the version of your CS-Cart does not correspond to the minimum acceptable version for the add-on. For example, the YoupiTheme is available only for CS-Cart 4.7.x and more.</p><br><h4>Installation process</h4><p>The installation of the add-on has never been so simple as it is now. After purchasing AlexBranding add-ons and installing <b>AB: Add-ons Manager</b> you can install the latest version of the add-on in one click, without any visits to the personal cabinet in the store, order search, downloading of archives, etc.</p><br><h4>Upgrade process</h4><p>Add-ons updating goes via CS-Cart <b>Upgrade Center</b>. If there is no update available in the CS-Cart Upgrade Center, the update is performed by Deinstallation the old version of the add-on and Installing the new version</p><br><h4>Cache</h4><p>After installing and/or updating, you must reset CS-Cart cache. See CS-Cart <a target=\'_blank\' href=\'https://docs.cs-cart.com/4.7.x/developer_guide/getting_started/cache_clearing.html\'>documentation</a> for more details.</p>'),
('it', 'ab__am.available_addons', 'List of available AB: Add-ons'),
('it', 'ab__am.available_sets', 'List of available AB: Sets'),
('it', 'ab__am.filter', 'Filter ([active] from [total])'),
('it', 'ab__am.go_to_all_stores', 'AB: Add-ons are available only in the <a href=\'[link]\'>All stores</a> mode.'),
('it', 'ab__am.install.checking', '[name] — <b>checking</b>'),
('it', 'ab__am.install.clearing_cache', 'Clearing cache'),
('it', 'ab__am.install.downloading', '[name] — <b>downloading</b>'),
('it', 'ab__am.install.install', 'The installation process'),
('it', 'ab__am.install.installing', '[name] — <b>installing</b>'),
('it', 'ab__am.install.update', 'The update process'),
('it', 'ab__am.menu.available_update', 'Update available'),
('it', 'ab__am.menu.available_updates', 'Updates available'),
('it', 'ab__am.menu.new_version', 'v[ver]'),
('it', 'ab__am.menu.number_of_notifications', 'Number of notifications'),
('it', 'ab__am.menu.number_of_updates', 'Number of updates'),
('it', 'ab__am.msg.addon_is_already_installed', 'You have already installed the add-on <b>[name]</b> the latest version <b>[version]</b>'),
('it', 'ab__am.msg.addon_is_already_installed_upd', 'You have already installed the add-on <b>[name]</b> the latest version <b>[version]</b>, you can perform the add-on update to version <b>[version_last]</b>'),
('it', 'ab__am.msg.error_code', 'Error Code'),
('it', 'ab__am.msg.no_permissions', 'No write permission'),
('it', 'ab__am.msg.update_am', 'To install and/or update our add-ons, you should update AB: Add-ons Manager to the latest version <b>v[ver]</b>!'),
('it', 'ab__am.note', 'More info'),
('it', 'ab__am.notifications', 'List of notifications from AlexBranding'),
('it', 'ab__am.notifications.notes', 'In this section you will find information about our news and promotions. Regularly we will inform you about the releases of our new solutions, discounts or closed promotions, available only for you.'),
('it', 'ab__am.no_data', 'To use AlexBranding add-ons and/or sets, your domain <b>[domain]</b> must be licensed.<br>In the case of absence of the domain <b>[domain]</b> in the list of licensed domains, all AlexBranding solutions will be automatically turned off. <br>Contact <b>info@alexbranding.com</b> for problem solving.'),
('it', 'ab__am.no_data.notification', 'Due to the fact, that your domain [domain] is not included in the list of licensed, some AlexBranding add-ons have been automatically turned off. <a href=\'[link]\'>More info</a>.'),
('it', 'ab__am.order', '(Order #[order_id])'),
('it', 'ab__am.our_store', 'AlexBranding\'s store'),
('it', 'ab__am.set.available_updates', 'New versions are available: [n]'),
('it', 'ab__am.set.button_buy_updates.text', 'Renew your subscription to the set'),
('it', 'ab__am.set.button_buy_updates.tooltip', 'Update subscription expired [date]. Renew the subscription for the latest updates'),
('it', 'ab__am.set.set', 'Set name'),
('it', 'ab__am.set.subscription_updates', 'Updates are available until [date]'),
('it', 'ab__am.submit.install.text', 'Install version v[ver]'),
('it', 'ab__am.submit.tooltip', 'Keep in mind that before installing/updating all files of this add-on will be deleted, including your changes in this add-on. If you have any files - be sure to save them. [update_info]'),
('it', 'ab__am.submit.tooltip.update_info', 'Be sure to remember add-on settings to restore them after the update if they are'),
('it', 'ab__am.submit.update.text', 'Update to version v[ver]'),
('it', 'ab__am.submit.update.tooltip', ''),
('it', 'ab__am.subscription', 'Subscribe to our channels to be the first<br>to know about new releases and promotions!'),
('it', 'ab__am.subscription.channels.variant.email.href', 'https://cs-cart.alexbranding.com/en/subscription-en.html'),
('it', 'ab__am.subscription.channels.variant.email.title', 'Email'),
('it', 'ab__am.subscription.channels.variant.facebook.href', 'https://fb.me/AlexBrandingEn'),
('it', 'ab__am.subscription.channels.variant.facebook.title', 'Facebook'),
('it', 'ab__am.subscription.channels.variant.instagram.href', 'https://www.instagram.com/alexbrandingteam/'),
('it', 'ab__am.subscription.channels.variant.instagram.title', 'Instagram'),
('it', 'ab__am.subscription.channels.variant.telegram.href', 'https://t.me/alexbranding_en'),
('it', 'ab__am.subscription.channels.variant.telegram.title', 'Telegram'),
('it', 'ab__am.subscription.channels.variant.twitter.href', 'https://twitter.com/alexbranding_en'),
('it', 'ab__am.subscription.channels.variant.twitter.title', 'Twitter'),
('it', 'ab__am.subscription.channels.variant.whatsapp.href', 'https://chat.whatsapp.com/GzW9eZjXH6YL2b0d9gitvk'),
('it', 'ab__am.subscription.channels.variant.whatsapp.title', 'WhatsApp'),
('it', 'ab__am.subscription.channels.variant.youtube.href', 'https://www.youtube.com/channel/UCTkiV2DqPqQaLOyWZzBFjaA'),
('it', 'ab__am.subscription.channels.variant.youtube.title', 'Youtube'),
('it', 'ab__category_banners', 'AB: Banners for categories'),
('it', 'ab__category_banners.add', 'Add banner for category'),
('it', 'ab__category_banners.adding', 'Adding banner for category'),
('it', 'ab__category_banners.demodata', 'Demo data'),
('it', 'ab__category_banners.editing', 'Editing banner for category'),
('it', 'ab__category_banners.export', 'Data export'),
('it', 'ab__category_banners.help', 'Help'),
('it', 'ab__category_banners.manage', 'Banners management'),
('it', 'ab__cb.autoinstall.banners_created', 'Demo category banners [banners] is created successfully'),
('it', 'ab__cb.autoinstall.banners_not_created', 'Failed to create demo category banners'),
('it', 'ab__cb.autoinstall.no_category', 'Available category not found'),
('it', 'ab__cb.autoinstall.no_demodata', 'File with demo data is missing'),
('it', 'ab__cb.banner_position', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
('it', 'ab__cb.cat_banner', 'banner for category'),
('it', 'ab__cb.cron_links', '<p>For an automatic switching off of expired banners - use one of these links:<b/r><br/><code>[cron_cmd]</code><br/>or<br/><code>[cron_url]</code></p>'),
('it', 'ab__cb.datatime', 'date/time'),
('it', 'ab__cb.demodata.table.action', 'Action'),
('it', 'ab__cb.demodata.table.add_banners', 'Add banners'),
('it', 'ab__cb.demodata.table.description', 'Demo data'),
('it', 'ab__cb.demodata_description', 'Demo data can be downloaded on this page'),
('it', 'ab__cb.errors.cron_key', '<p>Warning! The value <code>[value]</code> of the setting <code>Cron key</code> doesn\'t meet the safety requirements</p>'),
('it', 'ab__cb.export.actions.banners', 'Banners export'),
('it', 'ab__cb.export.actions.banners.placeholder', 'Banners ID'),
('it', 'ab__cb.export.table.action', 'Action'),
('it', 'ab__cb.export.table.data', 'Data for export'),
('it', 'ab__cb.export.table.description', 'Data export'),
('it', 'ab__cb.export_description', 'Addon data can be exported on this page'),
('it', 'ab__cb.form.friday', 'Friday'),
('it', 'ab__cb.form.from_date', 'Active from date/time'),
('it', 'ab__cb.form.grid_image', 'Images for an output as a grid'),
('it', 'ab__cb.form.include_subcategories', 'Show in subcategories'),
('it', 'ab__cb.form.list_image', 'Images for an output as a list without options'),
('it', 'ab__cb.form.monday', 'Monday'),
('it', 'ab__cb.form.m_turn_off', 'Switch off selected'),
('it', 'ab__cb.form.m_turn_on', 'Switch on selected'),
('it', 'ab__cb.form.position', 'Position'),
('it', 'ab__cb.form.saturday', 'Saturday'),
('it', 'ab__cb.form.sunday', 'Sunday'),
('it', 'ab__cb.form.target_blank', 'Open banner link in a new window'),
('it', 'ab__cb.form.thursday', 'Thursday'),
('it', 'ab__cb.form.to_date', 'Active to date/time'),
('it', 'ab__cb.form.tuesday', 'Tuesday'),
('it', 'ab__cb.form.url', 'Link'),
('it', 'ab__cb.form.wednesday', 'Wednesday'),
('it', 'ab__cb.help.cron.title', 'Automatic switching off of expired banners'),
('it', 'ab__cb.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__category_banners.doc\'>documentation</a>.'),
('it', 'ab__cb.settings', 'General settings'),
('it', 'ab__cb.set_from_and_to', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('it', 'ab__cb.upgrade_notifications.2.0.0.text', 'Banners behavier has been changed. The output of several banners at the same time is allowed. They will be displayed in random order at the specified positions. Check the settings and change the position of the banners if necessary.'),
('it', 'ab__cb.upgrade_notifications.2.0.0.title', 'Multiple banners output'),
('it', 'ab__deal_of_the_day', 'AB: Product of the day and extended promotions'),
('it', 'ab__deal_of_the_day_title_product', 'Promotions'),
('it', 'ab__dotd.add_promotions', 'Add promotions'),
('it', 'ab__dotd.add_promotions_and_close', 'Add promotions and close'),
('it', 'ab__dotd.all_promotions', 'Also in promotions'),
('it', 'ab__dotd.all_promotions.title', 'View all promotions for this product'),
('it', 'ab__dotd.all_promotions_list', 'All promotions list'),
('it', 'ab__dotd.autoinstall.no_demodata', 'File with demo data is missing'),
('it', 'ab__dotd.autoinstall.promotions_created', 'Demo promotions [promotions] is created successfully'),
('it', 'ab__dotd.autoinstall.promotions_not_created', 'Failed to create demo promotions'),
('it', 'ab__dotd.block.priority', 'Priority'),
('it', 'ab__dotd.chains_list.title', 'Products combinations'),
('it', 'ab__dotd.choose_promotion', 'Choose promotion'),
('it', 'ab__dotd.clear_filter', 'Clear filter'),
('it', 'ab__dotd.counter.days', 'days'),
('it', 'ab__dotd.counter.hours', 'hours'),
('it', 'ab__dotd.counter.minutes', 'minutes'),
('it', 'ab__dotd.counter.months', 'months'),
('it', 'ab__dotd.counter.seconds', 'seconds'),
('it', 'ab__dotd.counter.years', 'years'),
('it', 'ab__dotd.days_left', '<span>[n]</span> day left|<span>[n]</span> days left'),
('it', 'ab__dotd.days_to_start', '<span>[n]</span> day to start|<span>[n]</span> days to start'),
('it', 'ab__dotd.demodata', 'Demo data'),
('it', 'ab__dotd.demodata.table.action', 'Action'),
('it', 'ab__dotd.demodata.table.add_promotions', 'Adding promotions'),
('it', 'ab__dotd.demodata.table.description', 'Demo data'),
('it', 'ab__dotd.demodata_description', 'Installing demo data page'),
('it', 'ab__dotd.detailed', 'Promotion details'),
('it', 'ab__dotd.error.use_schedule_is_on', 'When using the \"AB: Promotion schedule\" available period changes are not available'),
('it', 'ab__dotd.form.filter', 'Use filter by category'),
('it', 'ab__dotd.form.h1', 'h1 tag'),
('it', 'ab__dotd.form.hide_products_block', 'Hide products block'),
('it', 'ab__dotd.form.list_image', 'Image for promotions list'),
('it', 'ab__dotd.form.meta_description', 'Meta tag <code>description</code>'),
('it', 'ab__dotd.form.meta_keywords', 'Meta tag <code>keywords</code>'),
('it', 'ab__dotd.form.page_image', 'Image for promotion page'),
('it', 'ab__dotd.form.page_title', 'Page title'),
('it', 'ab__dotd.form.use_products_filter', 'Use filter by products'),
('it', 'ab__dotd.form.use_schedule', 'Use schedule'),
('it', 'ab__dotd.form.use_schedule.tooltip', 'If you activate this option, the standard promotion setting \"Use available period\" will be disabled and the promotion activity will be determined by the Schedule that you can set in this tab interface. Conversely, if you disable this setting, the standard option \"Use available period\" will controls the activity of the promotion.'),
('it', 'ab__dotd.from', 'from'),
('it', 'ab__dotd.get_more_combinations', 'Show more [n] combination|Show more [n] combinations'),
('it', 'ab__dotd.help', 'Help'),
('it', 'ab__dotd.layouts', 'Layouts'),
('it', 'ab__dotd.layouts.choose_layout_to_reset', 'Choose layout to reset'),
('it', 'ab__dotd.layouts.header', 'There are displaying all layout pages, added by the addon, on this page. You can reset pages in any layout to the default state. Also you can download xml-file of a layout page and import it manually.'),
('it', 'ab__dotd.layouts.layout_is_not_found', 'Layout is not found'),
('it', 'ab__dotd.layouts.layout_was_reset', 'Layout was reset'),
('it', 'ab__dotd.layouts.table.action', 'Action'),
('it', 'ab__dotd.layouts.table.dispatch', 'Dispatch'),
('it', 'ab__dotd.layouts.table.dispatch_description', 'Type of the layout page'),
('it', 'ab__dotd.layouts.table.get_file', 'Get file'),
('it', 'ab__dotd.layouts.table.layouts', 'Layouts'),
('it', 'ab__dotd.less', 'Less'),
('it', 'ab__dotd.more', 'More'),
('it', 'ab__dotd.page_action_period', 'Promotion period:'),
('it', 'ab__dotd.promotion_awaited', 'Promotion is awaiting'),
('it', 'ab__dotd.promotion_expired', 'Promotion is ended'),
('it', 'ab__dotd.schedule.table_header', 'Time and Date'),
('it', 'ab__dotd.settings', 'General settings'),
('it', 'ab__dotd.showed_combinations', 'Shown [n] from [total]'),
('it', 'ab__dotd.sort.created', 'by creation date'),
('it', 'ab__dotd.sort.name', 'by name'),
('it', 'ab__dotd.sort.priority', 'by priority'),
('it', 'ab__dotd.sort.to_date', 'by ending date'),
('it', 'ab__dotd.tab.ab__dotd_schedule_header', 'Use the time range selection for each day of each month to specify the promotion activity period. When setting the schedule, refer to that left mouse button - select, right mouse button - unselect'),
('it', 'ab__dotd.to', 'to'),
('it', 'ab__dotd.today_only', 'Only today'),
('it', 'ab__dotd_awaited_promotions', 'Awaiting promotions'),
('it', 'ab__dotd_expired_promotions', 'Ended promotions'),
('it', 'ab__dotd_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__deal_of_the_day.doc\'>documentation</a>'),
('it', 'ab__dotd_product_label', 'Promotion'),
('it', 'ab__dotd_schedule', 'AB: Promotion schedule'),
('it', 'ab__dotd_scroller', 'Promotions scroller'),
('it', 'ab__dotd_sorted_promotions', 'Active promotions'),
('it', 'ab__dotd_time_awaited_left', 'To start promotion remains'),
('it', 'ab__dotd_time_left', 'To end of promotions remains'),
('it', 'ab__fast_navigation', 'AB: Fast navigation'),
('it', 'ab__fast_navigation.demodata', 'Demo data'),
('it', 'ab__fast_navigation.export', 'Export'),
('it', 'ab__fast_navigation.help', 'Help'),
('it', 'ab__fast_navigation.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__fast_navigation.doc\'>documentation</a>.'),
('it', 'ab__fn.category.label', 'Label text'),
('it', 'ab__fn.category.label.show', 'Show label'),
('it', 'ab__fn.category.label.show.tooltip', 'Display label for this language'),
('it', 'ab__fn.category.label_background', 'Label background color'),
('it', 'ab__fn.category.label_color', 'Label text color'),
('it', 'ab__fn.category.status', 'Allow displaying in AB: Fast navigation'),
('it', 'ab__fn.category.status.tooltip', 'Activate an option for editing the AB: Fast navigation block element'),
('it', 'ab__fn.category.use_origin_image', 'Use images originals'),
('it', 'ab__fn.category.use_origin_image.tooltip', 'When the option is enabled — uploaded originals will be used \"as is\"(recommend using small size images). Images sizes are set in the block settings on layouts page'),
('it', 'ab__fn.common_btn_text.tooltip', 'Allows to set button text. If leave empty — text \"BUTTON\" will be represented by default'),
('it', 'ab__fn.demodata.actions.export_menu', 'Menu'),
('it', 'ab__fn.demodata.actions.export_menu.placeholder', 'Menu ID'),
('it', 'ab__fn.demodata.errors.file_broken', 'File [file_path] does not exist or was broken'),
('it', 'ab__fn.demodata.success.menu_created', 'Demo menu <a target=\"_blank\" href=\"[href]\">[name]</a> is added'),
('it', 'ab__fn.demodata.table.action', 'Action'),
('it', 'ab__fn.demodata.table.add_menu', 'Add the menu'),
('it', 'ab__fn.demodata.table.description', 'Demo data'),
('it', 'ab__fn.demodata_description', 'Fast demo data creation for addon'),
('it', 'ab__fn.export.table.action', 'Action'),
('it', 'ab__fn.export.table.data', 'Data for export'),
('it', 'ab__fn.export.table.description', 'The export data'),
('it', 'ab__fn.export_description', 'Fast menu export for the addon AB: Fast navigation'),
('it', 'ab__fn.front.button.defult_text', 'Button'),
('it', 'ab__fn.menu.icon', 'Icon'),
('it', 'ab__fn.menu.label', 'Label text'),
('it', 'ab__fn.menu.label.show', 'Show label'),
('it', 'ab__fn.menu.label.show.tooltip', 'Display label for this language'),
('it', 'ab__fn.menu.label_background', 'Label background color'),
('it', 'ab__fn.menu.label_color', 'Label text color'),
('it', 'ab__fn.menu.status', 'Allow displaying in AB: Fast navigation'),
('it', 'ab__fn.menu.status.tooltip', 'Activate an option for editing the AB: Fast navigation block element'),
('it', 'ab__fn.menu.use_origin_image', 'Use images originals'),
('it', 'ab__fn.menu.use_origin_image.tooltip', 'When the option is enabled — uploaded originals will be used \"as is\"(recommend using small size images). Images sizes are set in the block settings on layouts page'),
('it', 'ab__fn.more', 'All from the section'),
('it', 'ab__fn.show_more', 'Show more [x] of [y]'),
('it', 'ab__fn_add_link', 'Add a link on \"All from the section\"'),
('it', 'ab__fn_add_link.tooltip', 'The link will have the URL of the parent element'),
('it', 'ab__fn_cbt_as_btn', 'Button'),
('it', 'ab__fn_cbt_as_txt', 'Text'),
('it', 'ab__fn_common_btn_class', '\"General link\" additional class'),
('it', 'ab__fn_common_btn_class.tooltip', 'List of classes that will be added to the link (space-separated)'),
('it', 'ab__fn_common_btn_text', '\"General link\" button text'),
('it', 'ab__fn_common_btn_type', 'Appearance of the \"General link\" button'),
('it', 'ab__fn_common_btn_type.tooltip', 'Choose the button representation on the storefront'),
('it', 'ab__fn_display_type', 'Display type'),
('it', 'ab__fn_grid', 'Grid'),
('it', 'ab__fn_icon_width', 'Icon width, px'),
('it', 'ab__fn_init_scrollbar', 'Enable scroll progress bar for the first level'),
('it', 'ab__fn_init_second_level_scroll', 'Enable scroller for the second level'),
('it', 'ab__fn_number_of_columns', 'Number of columns in the list'),
('it', 'ab__fn_number_of_columns.tooltip', 'Number of columns for screens'),
('it', 'ab__fn_number_of_columns_desktop', 'Number of columns in the list (Desktop)'),
('it', 'ab__fn_number_of_columns_desktop.tooltip', 'Number of columns for screens > 1230px'),
('it', 'ab__fn_number_of_columns_desktop_small', 'Number of columns in the list (Notebook)'),
('it', 'ab__fn_number_of_columns_desktop_small.tooltip', 'Number of columns for screens 992px - 1229px'),
('it', 'ab__fn_number_of_columns_mobile', 'Number of columns in the list (Phone)'),
('it', 'ab__fn_number_of_columns_mobile.tooltip', 'Number of columns for screens < 575px'),
('it', 'ab__fn_number_of_columns_tablet', 'Number of columns in the list (Tablet)'),
('it', 'ab__fn_number_of_columns_tablet.tooltip', 'Number of columns for screens 768px - 991px'),
('it', 'ab__fn_number_of_columns_tablet_small', 'Number of columns in the list (Phablet)'),
('it', 'ab__fn_number_of_columns_tablet_small.tooltip', 'Number of columns for screens 576px - 767px'),
('it', 'ab__fn_one_level', 'Single-level navigation'),
('it', 'ab__fn_scroller', 'Scroller'),
('it', 'ab__fn_show_common_btn', 'Show \"General link\" button'),
('it', 'ab__fn_show_common_btn.tooltip', 'A \"General link\" with assigned URL will be displayed under a block'),
('it', 'ab__fn_show_common_btn_link', '\"General link\" URL'),
('it', 'ab__fn_show_common_btn_link.tooltip', 'Destination URL. Can be an external link, a link inside the store or a dispatcher'),
('it', 'ab__fn_two_level', 'Two-level navigation'),
('it', 'ab__hide_product_description', 'AB: Hide the part of the content up to a certain height'),
('it', 'ab__landing_categories', 'AB: Landing categories/pages'),
('it', 'ab__lc.add_menu.added_new_menu', 'The new Menu is created'),
('it', 'ab__lc.add_menu.used_existing_menu', 'The existing Menu is used'),
('it', 'ab__lc.breadcrumb_catalog', 'Catalog'),
('it', 'ab__lc.catalog.icon', 'Category mini-icon'),
('it', 'ab__lc.catalog.image_control', 'Way of displaying icon'),
('it', 'ab__lc.catalog.image_control.left', 'Display the category mini-icon to the left of the name'),
('it', 'ab__lc.catalog.image_control.none', 'Don\'t display'),
('it', 'ab__lc.catalog.image_control.top', 'Display the category image on top of the name'),
('it', 'ab__lc.catalog.show_more', 'More'),
('it', 'ab__lc.category.list', 'Landing categories list'),
('it', 'ab__lc.category.list.tooltip', 'To correctly display the hierarchy of categories, the parent categories for the landing categories will be displayed, even if they are not landing categories!'),
('it', 'ab__lc.control_subcategory_structure', 'AB: Management of the displayed structure of landing category/page'),
('it', 'ab__lc.control_subcategory_structure.add_menu', 'Add and/or associate Menu'),
('it', 'ab__lc.control_subcategory_structure.add_menu.added_new_menu', 'The Menu has been successfully created and is associated with the current category!'),
('it', 'ab__lc.control_subcategory_structure.add_menu.info', 'The landing category menu is created only if necessary, as the menu is searched for by code <code>ABLC-xxx</code>, where <code>xxx</code> — category_id'),
('it', 'ab__lc.control_subcategory_structure.add_menu.info.multiplestore', 'Before creating the Menu — select <b>Store</b>'),
('it', 'ab__lc.control_subcategory_structure.add_menu.used_existing_menu', 'The Menu already existed and was associated with the current category!'),
('it', 'ab__lc.control_subcategory_structure.how_to_use_menu', 'Using of menu items'),
('it', 'ab__lc.control_subcategory_structure.how_to_use_menu.append', 'Add menu items in the end of a structure of the subcategories'),
('it', 'ab__lc.control_subcategory_structure.how_to_use_menu.not_to_use', 'Not to use');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('it', 'ab__lc.control_subcategory_structure.how_to_use_menu.prepend', 'Add menu items in the beginning of a structure of the subcategories'),
('it', 'ab__lc.control_subcategory_structure.how_to_use_menu.replace', 'Replace the current sub-categories structure with the menu items'),
('it', 'ab__lc.control_subcategory_structure.inherit_control', 'To inherit management'),
('it', 'ab__lc.control_subcategory_structure.menu_id', 'Menu ID'),
('it', 'ab__lc.demodata', 'Demo data'),
('it', 'ab__lc.demodata.actions.export_category', 'Categories'),
('it', 'ab__lc.demodata.actions.export_category.placeholder', 'Categories ID'),
('it', 'ab__lc.demodata.success.category', '<a href=\"[href]\" target=\"_blank\">Demo category</a> was installed successfully'),
('it', 'ab__lc.demodata.table.action', 'Action'),
('it', 'ab__lc.demodata.table.add_category', 'Add a category'),
('it', 'ab__lc.demodata.table.description', 'Demo data'),
('it', 'ab__lc.demodata_description', 'The page of quick creation of a demo category for demonstration of operating of the addon'),
('it', 'ab__lc.export', 'Export'),
('it', 'ab__lc.export.description', 'The page of quick creation of the exports of the functional'),
('it', 'ab__lc.export.table.action', 'Action'),
('it', 'ab__lc.export.table.data', 'Data for export'),
('it', 'ab__lc.export.table.description', 'The exported data'),
('it', 'ab__lc.help', 'Help'),
('it', 'ab__lc.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__landing_categories.doc\'>documentation</a>.'),
('it', 'ab__lc.landing_category.landing', 'Use category as a landing page'),
('it', 'ab__lc.landing_category.show_more', 'More'),
('it', 'ab__lc.landing_category.subsubcategories', 'Amount of sub-subcategories'),
('it', 'ab__lc.settings', 'General settings'),
('it', 'ab__lc_catalog', 'AB: Catalog'),
('it', 'ab__lc_landing_category', 'AB: Landing category/page'),
('it', 'ab__mb.admin.categories_update.description', 'There is a <a href=\"[href]\" target=\"_blank\">list of motivational elements</a> that will be displayed for products in this category.<br/>Please note that <span title=\"[text]\" class=\"cm-tooltip\" style=\"color: red\">other conditions</span> may be used due to which these motivational elements will not be displayed for products of this category'),
('it', 'ab__mb.admin.categories_update.description.tooltip', 'The conditions for displaying motivational elements depend on:<ul><li>Terms for categories</li><li>Terms for destinations</li></ul>See <a href=\'[href]\' title=\'Documentation\' target=\'_blank\'>the documentation</a> for more details'),
('it', 'ab__mb.admin.categories_update.description.tooltip.link', 'https://docs.cs-cart.abt.team/en/ab__motivation_block.doc/#p-946'),
('it', 'ab__mb.class_copied', 'The class is copied in a clipboard'),
('it', 'ab__mb.demodata.description', 'On this page, you can quickly create a demo data for the motivation block'),
('it', 'ab__mb.demodata.errors.no_data', 'It seems the \"data.json\" file was deleted'),
('it', 'ab__mb.demodata.successes.blocks', 'Motivational elements [blocks] were successfully created'),
('it', 'ab__mb.demodata.table.add_blocks', 'Add demo data into the motivation block'),
('it', 'ab__mb.demodata.table.description', 'Demo data type'),
('it', 'ab__mb.description', 'Custom content (HTML/Smarty)'),
('it', 'ab__mb.destinations', 'Rate areas'),
('it', 'ab__mb.destinations.add_destinations', 'Add rate areas'),
('it', 'ab__mb.destinations.add_destinations_and_close', 'Add rate areas and close'),
('it', 'ab__mb.destinations.text_all_destinations_included', 'All rate areas are included'),
('it', 'ab__mb.editing_motivation_item', 'Editing motivational element'),
('it', 'ab__mb.errors.disabled_option_choosen', 'Invalid value for \"[field]\" field'),
('it', 'ab__mb.exclude.categories', 'Active for'),
('it', 'ab__mb.exclude.categories.tooltip', 'Choose how to use objects selected by picker'),
('it', 'ab__mb.exclude.destinations', 'Active for'),
('it', 'ab__mb.exclude.destinations.tooltip', 'Choose how to use objects selected by picker'),
('it', 'ab__mb.exclude.exclude', 'all not in the list'),
('it', 'ab__mb.exclude.exclude.full_text', 'Active for all not in the list'),
('it', 'ab__mb.exclude.not_exclude', 'all in the list'),
('it', 'ab__mb.exclude.not_exclude.full_text', 'Active for all in the list'),
('it', 'ab__mb.go_to', 'Go to page of'),
('it', 'ab__mb.go_to.destinations_manage', 'Go to page of destinations management'),
('it', 'ab__mb.go_to.mb_manage', 'Go to page of motivational elements management'),
('it', 'ab__mb.icons.class', 'Icon class'),
('it', 'ab__mb.icons.class.tooltip', 'A value which needs to be used in the field \"Icon class\" in motivation block settings'),
('it', 'ab__mb.icons.info', 'On this page, you can find the available icons list'),
('it', 'ab__mb.icons.refresh', 'Refresh icons'),
('it', 'ab__mb.icons.refreshed_successfully', 'Icons have been updated successfully'),
('it', 'ab__mb.icons.tygh_icons', 'Icons list by default'),
('it', 'ab__mb.icons.yt_icons', 'List of icons added by AB: YoupiTheme'),
('it', 'ab__mb.icon_class', 'Icon class'),
('it', 'ab__mb.icon_color', 'Icon color'),
('it', 'ab__mb.icon_type', 'Icon type'),
('it', 'ab__mb.new_motivation_item', 'New motivational element'),
('it', 'ab__mb.not_display_on', 'Do not display on'),
('it', 'ab__mb.only_for.vertical_tabs.tooltip', 'This setting only works if the \"Vertical tabs\" display option is selected in the add-on settings'),
('it', 'ab__mb.products.also_in_categories', 'This product also participates in category|This product also participates in categories'),
('it', 'ab__mb.settings', 'General settings'),
('it', 'ab__mb.set_default_value', 'Restore by default'),
('it', 'ab__mb.templates_settings.brand_feature_id', '\"Brand\" feature ID'),
('it', 'ab__mb.templates_settings.brand_feature_id.tooltip', 'This setting will be used to form a filter link in the product category'),
('it', 'ab__mb.templates_settings.max_tags_count', 'Maximum tags count'),
('it', 'ab__mb.template_path.search.ignore_this_field', 'Ignore this field'),
('it', 'ab__mb.template_path.search.ignore_this_field.tooltip', 'When choosing this option - the \"Template\" field of the motivational element will not be taken into account when sampling'),
('it', 'ab__mb.template_path.templates.categories_list', 'Product categories list'),
('it', 'ab__mb.template_path.templates.categories_list.tooltip', 'The template displays a list of all categories in which the product is involved. It is available if there is at least one category in the store (except for the \"Trash category\")'),
('it', 'ab__mb.template_path.templates.geo_maps', 'Shipping information'),
('it', 'ab__mb.template_path.templates.geo_maps.tooltip', 'The template displays information about the cost of delivery of products. Available when the \"Maps and Geolocation\" add-on is active. Information will be shown only with active setting \"Show shipping cost and time on product pages\" for \"Maps and Geolocation\" add-on. The standard information output provided by CS-Cart by default will be blocked'),
('it', 'ab__mb.template_path.templates.payment_methods', 'Payment methods information'),
('it', 'ab__mb.template_path.templates.payment_methods.tooltip', 'The template displays information about the available payment methods'),
('it', 'ab__mb.template_path.templates.tags_list', 'Product tags list'),
('it', 'ab__mb.template_path.templates.tags_list.tooltip', 'The template displays a list of all tags assigned to the product. Available when the \"Tags\" add-on is active. Be sure to create and assigned tags for products'),
('it', 'ab__mb.template_path.templates.warning', 'The standard information output provided by CS-Cart by default will be blocked'),
('it', 'ab__mb.template_path.tooltip', 'Choose a way to fill content of motivational element'),
('it', 'ab__mb.template_path.variants.custom', 'Custom content (HTML/Smarty)'),
('it', 'ab__mb.update_help.tip_1', 'To fill the content of motivational elements, you can use all the variables declared on the Smarty product page, for example:<br/><hr>Array <code>{$product}</code> - information about the current product;<br/><hr>Massive <code>{$currencies}</code> - currency information;<br/><hr>Array <code>{$user_info}</code> - information about the user (note that if the client is not authorized, the array will be empty);<br/><hr>Array <code>{$settings}</code> - an array of store settings.'),
('it', 'ab__mb.update_help.title', 'Additional info for content managing'),
('it', 'ab__mb.upgrade_notifications.2.0.0.added_new_settings.text', 'Please note that new settings have been added to the add-on settings.'),
('it', 'ab__mb.upgrade_notifications.2.0.0.added_new_settings.title', 'Added new settings'),
('it', 'ab__mb.upgrade_notifications.2.0.0.added_templates.text', 'Please note that in the settings of the motivational element, the \"Template\" field was added that defines the way the content of the motivational element is filled.'),
('it', 'ab__mb.upgrade_notifications.2.0.0.added_templates.title', 'A new way of filling motivational elements has been added.'),
('it', 'ab__mb.upgrade_notifications.2.1.0.added_template.text', 'Please note that a new version of the template has been added to fill the content of the motivational element'),
('it', 'ab__mb.upgrade_notifications.2.1.0.added_template.title', 'Added a new template \"Information about payment methods\"'),
('it', 'ab__mb.upgrade_notifications.2.1.0.regenerate_data.text', 'If you use old demo-data of the add-on (or your data is based on old demo-data), then you need to regenerate the demo-data'),
('it', 'ab__mb.upgrade_notifications.2.1.0.regenerate_data.title', 'Regenerate demo-data'),
('it', 'ab__mb.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the add-on in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/ab__motivation_block.doc#p-929\">List of releases</a>.'),
('it', 'ab__mb.upgrade_notifications.title', 'AB: Motivation block was successfully updated to v[ver]!'),
('it', 'ab__mb.vendor.motivation_item.template_choosen', 'For this motivational element, the type of filling using the template is seted. <br>You can contact the store administrator to create another motivational element with the filling type \"Custom content (HTML/Smarty)\"'),
('it', 'ab__mb_all_destinations', 'All rate areas'),
('it', 'ab__mb_bg_color', 'Block color'),
('it', 'ab__mb_expanded', 'Set the disclosure element by default'),
('it', 'ab__mb_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__motivation_block.doc\'>documentation</a>.'),
('it', 'ab__mb_icon_class.tooltip', 'The complete available icons list can be found on the page<a href=\"[link]\">Administration panel -> AB: Add-ons -> AB: Motivation block -> Available icons</a>'),
('it', 'ab__mb_icon_type.icon', 'Icon'),
('it', 'ab__mb_icon_type.img', 'Image'),
('it', 'ab__mb_icon_type.nothing', 'No icon'),
('it', 'ab__mb_vendor_edit', 'Allow vendor editing'),
('it', 'ab__motivation_block', 'AB: Motivation block'),
('it', 'ab__motivation_block.breadcrumbs.manage', 'AB: Motivation block: Data management'),
('it', 'ab__motivation_block.demodata', 'Demo data'),
('it', 'ab__motivation_block.help', 'Help'),
('it', 'ab__motivation_block.icons', 'Available icons'),
('it', 'ab__motivation_block.manage', 'Data management'),
('it', 'ab__promotions_list', 'AB: Promotions list'),
('it', 'ab__promotions_view', 'AB: Promotion page'),
('it', 'ab__promotion_main_data', 'Promotion header'),
('it', 'ab__scroll_to_top', 'AB: \"Scroll to top\" button'),
('it', 'ab__scroll_to_top.arrow', 'Arrow'),
('it', 'ab__scroll_to_top.help', 'Help'),
('it', 'ab__scroll_to_top.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__scroll_to_top.doc\'>documentation</a>.'),
('it', 'ab__search_motivation', 'AB: Search motivation'),
('it', 'ab__search_motivation.default_search_phrases', 'Search expressions by default'),
('it', 'ab__search_motivation.help', 'Help'),
('it', 'ab__search_motivation.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__search_motivation.doc\'>the documentation</a>.'),
('it', 'ab__search_motivation.manage', 'Search expressions by default'),
('it', 'ab__search_motivation.search_phrases', 'Search expressions'),
('it', 'ab__show_additional_product_images', 'Show additional products images'),
('it', 'ab__sm.demo_phrases.0', 'Try our search'),
('it', 'ab__sm.demo_phrases.1', 'Enter the product name here'),
('it', 'ab__sm.demo_phrases.2', 'For example, iphone X'),
('it', 'ab__sm.demo_phrases.added', 'Added search motivation expressions'),
('it', 'ab__sm.settings', 'General settings'),
('it', 'ab__smc', 'AB: Hide the part of the content up to a certain height'),
('it', 'ab__smc.help', 'Help'),
('it', 'ab__smc.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__hide_product_description.doc\'>documentation</a>.'),
('it', 'ab__smc.less', 'Less'),
('it', 'ab__smc.more', 'More'),
('it', 'ab__smc.product_tabs.height', 'Displaying height, px'),
('it', 'ab__smc.product_tabs.height.tooltip', 'The value will set own height of the content display in px'),
('it', 'ab__smc.product_tabs.hide_content', 'Hide the content'),
('it', 'ab__smc.product_tabs.hide_content.less', 'Button text for hiding content'),
('it', 'ab__smc.product_tabs.hide_content.more', 'Button text for showing more content'),
('it', 'ab__smc.product_tabs.override', 'Redefine height for the tab'),
('it', 'ab__smc.product_tabs.override.tooltip', 'The value of the height of content will undertake from settings of the tab'),
('it', 'ab__smc.product_tabs.tab_description', '\"AB: Hide the part of the content up to a certain height\" addon settings'),
('it', 'ab__smc.settings', 'General settings'),
('it', 'ab__stt.color', 'Value of the icon attribute <b>color</b>'),
('it', 'ab__stt.only_integer', 'Only integers'),
('it', 'ab__stt.settings', 'General settings'),
('it', 'ab__ut2.autoinstall.demodata', 'Added demo data (new banners, menus and blog pages)'),
('it', 'ab__ut2.autoinstall.theme', 'Installed theme AB: UniTheme2'),
('it', 'ab__vg.exim.remove_videos', 'Clear up'),
('it', 'ab__vg.exim.remove_videos.text', 'When importing the existing videos of the updated product will be removed'),
('it', 'ab__vg.form.description', 'Description'),
('it', 'ab__vg.form.icon', 'Icon'),
('it', 'ab__vg.form.icon_type', 'Icon type'),
('it', 'ab__vg.form.icon_type.icon', 'Manual icon'),
('it', 'ab__vg.form.icon_type.snapshot', 'Video snapshot'),
('it', 'ab__vg.form.pos', 'Pos.'),
('it', 'ab__vg.form.product_settings', 'Settings'),
('it', 'ab__vg.form.product_videos', 'Video'),
('it', 'ab__vg.form.replace_image', 'Set video as the default product image'),
('it', 'ab__vg.form.status', 'Status'),
('it', 'ab__vg.form.title', 'Video title'),
('it', 'ab__vg.form.youtube_id', 'YouTube video ID'),
('it', 'ab__vg.form.youtube_id.tooltip', 'For example, for video \"https://www.youtube.com/watch?v=-boKk8uhmcY\", video ID is <code>-boKk8uhmcY</code>'),
('it', 'ab__vg.settings', 'General settings'),
('it', 'ab__vg_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__video_gallery.doc\'>documentation</a>.'),
('it', 'ab__video_gallery', 'AB: Video gallery of the product'),
('it', 'ab__video_gallery.help', 'Help'),
('it', 'ab__video_gallery_title_product', 'Video gallery'),
('it', 'accept', 'Accetta'),
('it', 'accept_products', 'Accetta prodotti'),
('it', 'access_denied', 'Accesso negato'),
('it', 'access_denied_text', 'Non hai il permesso per accedere alla pagina richiesta'),
('it', 'access_for_authorized_customers_only', 'Access for authorized customers only.'),
('it', 'access_restrictions', 'Restrizioni di accesso'),
('it', 'account', 'Conto'),
('it', 'account_name', 'Nome del conto'),
('it', 'account_number', 'Numero del conto'),
('it', 'account_type', 'Tipo di conto'),
('it', 'acquirerid', 'ID Utente'),
('it', 'action', 'Azione'),
('it', 'actions', 'Azioni'),
('it', 'activate', 'Attiva'),
('it', 'activate_menu_tab_for', 'Attiva scheda menu per'),
('it', 'activate_selected', 'Attiva selezionato'),
('it', 'activate_skrill_merchant_tools', 'Attiva Skrill Merchant Tools'),
('it', 'activation_key', 'Activation key'),
('it', 'activation_link', 'Link di attivazione'),
('it', 'activation_mode', 'Modalità di attivazione'),
('it', 'active', 'Attivato'),
('it', 'active_categories', 'Categorie attive'),
('it', 'active_preset', 'Preimpostazione attiva'),
('it', 'active_products', 'Prodotti attivi'),
('it', 'active_promotions', 'Promozioni attive'),
('it', 'active_style', 'Stile attivo'),
('it', 'act_on_behalf', 'Agire per conto di'),
('it', 'add', 'Aggiungi'),
('it', 'added', 'Aggiunto'),
('it', 'adding_block_to_grid', 'Aggiungi blocco alla griglia'),
('it', 'adding_grid', 'Aggiungi griglia'),
('it', 'additional_data', 'Dati aggiuntivi'),
('it', 'additional_images', 'Immagini supplementari'),
('it', 'additional_options', 'Opzioni aggiuntive'),
('it', 'additional_parameter_not_correct', 'Parametro addizionale non corretto'),
('it', 'additional_popup_larger_image', 'Apri le immagini grandi delle miniature aggiuntive in una finestra separata (pop-up)'),
('it', 'additional_storefront_license_required', 'E\'necessaria una licenza storefront [product] addizionale'),
('it', 'additional_thumbnail', 'Miniature aggiuntive'),
('it', 'additional__option_thumbnail', 'Opzione miniatura aggiuntiva'),
('it', 'addon', 'Add-on (estensione)'),
('it', 'addons', 'Estensioni (add-ons)'),
('it', 'addons.form_builder.email_subject_field', 'Campo Oggetto del messaggio'),
('it', 'addons.form_builder.form_fields', 'Campi Modulo'),
('it', 'addons.form_builder.form_name', 'Nome del Modulo'),
('it', 'addons.form_builder.other_subject', 'Altri elementi (specificare)'),
('it', 'addons.newsletters.email_exists_in_list', 'L\'indirizzo <b>[email]</b> risulta già iscritto alla newsletter'),
('it', 'addons.newsletters.show_on_registration_and_profile', 'Mostra nelle pagine di Registrazione e Dettagli Profilo'),
('it', 'addons.paypal.3d_secure_mandatory_notice', '3-D secure is mandatory in the United Kingdom.'),
('it', 'addons.paypal.configure_live', 'Configure Live'),
('it', 'addons.paypal.configure_test', 'Configure Test'),
('it', 'addons.paypal.connecting_to_signup_server', 'Connecting to <b>PayPal Sign Up Server</b>...'),
('it', 'addons.paypal.connect_to_paypal', 'Connetarsi a Paypal'),
('it', 'addons.paypal.display_description', 'Mostrare descrizione'),
('it', 'addons.paypal.display_name', 'Mostrare nome'),
('it', 'addons.paypal.do_not_change', 'Non cambiare'),
('it', 'addons.paypal.ipn_receiving_time', 'IPN ora di ricevuta'),
('it', 'addons.paypal.refund_message', '[amount] [currency] sono stato rembolsati in [date] a [time].'),
('it', 'addons.paypal.rma.perform_refund', 'Effettuare un rimborso tramite PayPal'),
('it', 'addons.paypal.rma.refund_performed', 'Il rimborso è stato fatto tramite PayPal'),
('it', 'addons.paypal.set_status_to', 'Installato a:'),
('it', 'addons.paypal.signup_completed', 'The <b>[payment]</b> payment method has been successfully configured'),
('it', 'addons.paypal.signup_errors.merchant_credentials', 'An error occurred when obtaining the payment method configuration'),
('it', 'addons.paypal.signup_errors.signup_init', 'An error occurred when connecting to a PayPal account'),
('it', 'addons.paypal.signup_messages.confirmation_needed', 'To access payments from your customers, please confirm your email address by following the instructions PayPal emailed to you.'),
('it', 'addons.paypal.signup_messages.finish_signup', 'You now have a PayPal business account, and you\'ve successfully integrated [product] with PayPal.<br>Don\'t forget to confirm your email to activate your account so you can access the payments. To do this, follow the instructions PayPal sent to your email.'),
('it', 'addons.paypal.status_for_new_orders', 'Stato di commanda iniziale'),
('it', 'addons.paypal.status_for_new_orders.incomplete', 'Questo fa sicurare che Lei non avra lasciato conti non pagati di prodotti riservati con il stato <i>Open</i> per prodotti riservati. Pero fin\'a che la risposta di Paypal (messaggio IPN) arrive, o il cliente ritorna sul site di Paypal con un legato, l\'ordine sara incluso nella lista come <i>Non complesso</i> e i prodotti non saranno riservati.'),
('it', 'addons.paypal.status_for_new_orders.open', 'Per default, il status <i>Open (Aperto)</i> va diminuare l\'inventorio, cosi due clienti non potranno comprare il stesso prodotto, durante il processo del pagamento via Paypal. Ma si un cliente lascia il website di Paypal senza pagare o ritorna al mercato via un legato sul site di Paypal, Lei avra un orden abandonato <i>Open</i> con prodotti reservati.'),
('it', 'addons.paypal.surcharge_policy_notice', 'Un sovrapprezzo è stato impostato per i metodi di pagamento che utilizzano i Servizi di Paypal. Per favore, assicurati che questo sia coerente con il <a href=\"https://www.paypal.com/webapps/mpp/ua/legalhub-full\" target=\"_blank\">Contratto di utilizzo dei Servizi Paypal con l\'Utente</a> per il tuo Paese.'),
('it', 'addons.paypal.technical_details', 'Dati technici'),
('it', 'addons.paypal.use_buttons_to_signup', 'Use these buttons to complete the configuration wizard'),
('it', 'addons.rss_feed.icon', 'Icona di soscrizione di RSS feed'),
('it', 'addons.social_buttons.yandex_button_update_notice', '<p>After some changes on the Yandex end, the Odnoklassniki social button stopped working for some of our clients. To make sure that the button works in your store, copy the up-to-date code from the Yandex website, paste it into the <b>Yandex.Share code</b> field, and save your changes.</p><p><a href=\"[GO_TO_ADDON_SETTING_LINK]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Open add-on settings</a> <a href=\"https://tech.yandex.ru/share/\" target=\"_blank\" class=\"btn btn-large\">Get up-to-date code from Yandex</a></p>'),
('it', 'addons.social_buttons.yandex_button_update_notice_title', 'Social buttons: Please update Yandex.Share code if you use Yandex social buttons'),
('it', 'addons.tags.add_a_tag', 'Aggiungi un tag'),
('it', 'addons.vendor_plans.commission_description_absolute', '[amount] da [sum]'),
('it', 'addons.vendor_plans.commission_description_percent', '[amount]% da [sum]'),
('it', 'addons.vendor_plans.payout_for_the_plan', 'Pagamento per il piano del ventore: [plan]'),
('it', 'addons_source', 'Fonte'),
('it', 'addon_built_in', 'Built-in'),
('it', 'addon_files_was_copied', 'The <b>\"[addon]\"</b> add-on files has been copied successfully'),
('it', 'addon_license_key_tooltip', 'Introdurre il codice di licenza che ha ricevuto per email per ricevere l\'addon aggiornato.'),
('it', 'addon_reinstall.dangerous_way', '<strong>The dangerous way:</strong> we\'ll replace all the files of the add-on with new ones, but keep all the add-on\'s data in the database intact. This can break the add-on, or might even break your store. Please don\'t use the dangerous way, unless you absolutely know what you\'re doing.'),
('it', 'addon_reinstall.dangerous_way.action', 'Usa il metodo sconsigliato'),
('it', 'addon_reinstall.dangerous_way.confirm', 'I know the risks and want to use the dangerous way.'),
('it', 'addon_reinstall.intro', 'Looks like you are trying to install an add-on that is already installed. We can do it for you in two ways; we recommend the safe way.'),
('it', 'addon_reinstall.safe_way', '<strong>The safe way:</strong> we\'ll uninstall the old add-on first, and then install the new one. The drawback is that any data and settings related to the add-on will be lost.'),
('it', 'addon_reinstall.safe_way.action', 'Usa il metodo consigliato'),
('it', 'addon_sql_error', 'Si è verificato un errore in una query SQL durante l\'installazione dell\'add-on. L\'add-on non verrà installata.'),
('it', 'addon_third_party', 'Terze parti'),
('it', 'addon_uninstall_sql_error', 'Si è verificato un errore in una query SQL durante la disinstallazione del componente aggiuntivo.'),
('it', 'address', 'Indirizzo'),
('it', 'addresses', 'Indirizzi'),
('it', 'address_2', 'Indirizzo 2'),
('it', 'address_commercial', 'Azienda'),
('it', 'address_residential', 'Residenziale (privato)'),
('it', 'address_type', 'Tipo di indirizzo'),
('it', 'add_administrator', 'Aggiungi amministratore'),
('it', 'add_all_to_cart', 'Aggiungi tutto al carrello'),
('it', 'add_as_order', 'Aggiungi ordine'),
('it', 'add_attachment', 'Aggiungi allegato'),
('it', 'add_autoresponder', 'Aggiungi autorisponditore'),
('it', 'add_banner', 'Aggiungi banner'),
('it', 'add_banners', 'Aggiungi banner'),
('it', 'add_banners_and_close', 'Aggiungi banner e poi chiudi'),
('it', 'add_block', 'Aggiungi blocco'),
('it', 'add_bonus', 'Aggiungi bonus'),
('it', 'add_campaign', 'Aggiungi campagna'),
('it', 'add_cart_promotion', 'Aggiungi promozione a carrello'),
('it', 'add_catalog_promotion', 'Aggiungi promozione a catalogo'),
('it', 'add_categories', 'Aggiungi categorie'),
('it', 'add_categories_and_close', 'Aggiungi categorie e chiudi'),
('it', 'add_category', 'Aggiungi categoria'),
('it', 'add_chart', 'Aggiungi grafico'),
('it', 'add_combination', 'Aggiungi combinazione'),
('it', 'add_companies', 'Aggiungi fornitori'),
('it', 'add_companies_and_close', 'Aggiungi fornitori e chiudi'),
('it', 'add_condition', 'Aggiungi condizione'),
('it', 'add_credit_card', 'Aggiungi carta di credito'),
('it', 'add_currency', 'Aggiungi valuta'),
('it', 'add_customer', 'Aggiungi cliente'),
('it', 'add_datafeed', 'Aggiungi data feed'),
('it', 'add_domains', 'Aggiungi domini'),
('it', 'add_elements', 'Aggiungi elementi'),
('it', 'add_emails', 'Aggiungi indirizzi e-mail'),
('it', 'add_email_snippet', 'Aggiungere snippet'),
('it', 'add_empty_item', 'Aggiungi elemento vuoto'),
('it', 'add_feature', 'Aggiungi caratteristica'),
('it', 'add_field', 'Aggiungi campo'),
('it', 'add_file', 'Aggiungi file'),
('it', 'add_filter', 'Aggiungi filtro'),
('it', 'add_filters', 'Aggiungi filtri'),
('it', 'add_filters_and_close', 'Aggiungi filtri e chiudi'),
('it', 'add_folder', 'Aggiungi cartella'),
('it', 'add_form', 'Aggiungi form'),
('it', 'add_gift_certificate', 'Aggiungi certificato regalo'),
('it', 'add_global_option', 'Aggiungi opzione globale'),
('it', 'add_grid_block', 'Aggiungi griglia o blocco'),
('it', 'add_group', 'Aggiungi gruppo'),
('it', 'add_image_from_server', 'Aggiungi immagine da server'),
('it', 'add_image_from_url', 'Aggiungi immagine da URL'),
('it', 'add_ips', 'Aggiungi IP'),
('it', 'add_item', 'Aggiungi elemento'),
('it', 'add_items', 'Aggiungi [items]'),
('it', 'add_language', 'Aggiungi lingua'),
('it', 'add_language_variable', 'Aggiungi variabile lingua'),
('it', 'add_layout', 'Aggiungi layout'),
('it', 'add_link', 'Aggiungi collegamento'),
('it', 'add_localization', 'Aggiungi localizzazione'),
('it', 'add_location', 'Aggiungi posizione'),
('it', 'add_mailing_lists', 'Aggiungi Lista Iscritti'),
('it', 'add_menu', 'Aggiungi menù'),
('it', 'add_new', 'Aggiungi nuovo'),
('it', 'add_newsletter', 'Aggiungi newsletter'),
('it', 'add_new_datafeed', 'Nuovo data feed'),
('it', 'add_new_field', 'Aggiungi nuovo campo'),
('it', 'add_new_order', 'Aggiungi nuovo ordine'),
('it', 'add_new_variant', 'Aggiungi nuova variante'),
('it', 'add_nf_warning', 'É necessário anexar nota fiscal para gerar etiqueta'),
('it', 'add_option', 'Aggiungi opzione'),
('it', 'add_order', 'Aggiungi ordine'),
('it', 'add_orders', 'Aggiungi ordini'),
('it', 'add_orders_and_close', 'Aggiungi ordini e chiudi'),
('it', 'add_page', 'Aggiungi pagina'),
('it', 'add_pages', 'Aggiungi pagine'),
('it', 'add_pages_and_close', 'Aggiungi pagine e chiudi'),
('it', 'add_payment', 'Aggiungi metodo di pagamento'),
('it', 'add_payout', 'Aggiungi pagamento'),
('it', 'add_poll', 'Aggiungi sondaggio'),
('it', 'add_polls', 'Aggiungi sondaggi'),
('it', 'add_polls_and_close', 'Aggiungi sondaggi e poi chiudi'),
('it', 'add_post', 'Aggiungi messaggio'),
('it', 'add_product', 'Aggiungi prodotto'),
('it', 'add_products', 'Aggiungi prodotti'),
('it', 'add_products_and_close', 'Aggiungi prodotti e chiudi'),
('it', 'add_products_to_section', 'Aggiungi prodotto(i) a questa sezione'),
('it', 'add_product_filter', 'Aggiungi filtro prodotto'),
('it', 'add_profile_fields', 'Aggiungi campi di profilo'),
('it', 'add_profile_fields_and_close', 'Aggiungi campi di profilo e chiudi'),
('it', 'add_promotions', 'Aggiungi promozioni'),
('it', 'add_question', 'Aggiungi domanda'),
('it', 'add_rate_area', 'Add rate area'),
('it', 'add_reason', 'Aggiungi motivazione'),
('it', 'add_recipients_from_users', 'Aggiungi destinatari dall\'elenco utenti'),
('it', 'add_report', 'Aggiungi rapporto'),
('it', 'add_section', 'Aggiungi sezione'),
('it', 'add_selected_to_cart', 'Aggiungi selezionati al carrello'),
('it', 'add_shipping_method', 'Aggiungi metodo di spedizione'),
('it', 'add_site_map_section', 'Aggiungi la Mappa del Sito'),
('it', 'add_snippet', 'Aggiungere snippet'),
('it', 'add_state', 'Aggiungi Provincia'),
('it', 'add_status', 'Aggiungi stato'),
('it', 'add_storefront', 'Aggiungi storefront negozio'),
('it', 'add_storefronts', 'Aggiungi storefront'),
('it', 'add_storefronts_and_close', 'Aggiungi storefront e chiudi'),
('it', 'add_store_location', 'Aggiungi negozio'),
('it', 'add_subcategory', 'Aggiungi sottocategoria'),
('it', 'add_subscriber', 'Aggiungi iscritto/abbonato'),
('it', 'add_subscribers_from_users', 'Aggiungi iscritti dalla lista utenti'),
('it', 'add_subtract_points', 'Aggiungi & sottrai punti'),
('it', 'add_supplier', 'Aggiungi fornitore'),
('it', 'add_tab', 'Aggiungi Tab'),
('it', 'add_table_column', 'Aggiungere colonna'),
('it', 'add_tag', 'Aggiungi tag'),
('it', 'add_tax', 'Aggiungi tassa'),
('it', 'add_template', 'Aggiungi modello'),
('it', 'add_to_cart', 'Aggiungi al carrello'),
('it', 'add_to_comparison_list', 'Aggiungi alla lista confronto'),
('it', 'add_to_wishlist', 'Add to Wishlist'),
('it', 'add_user', 'Aggiungi utente'),
('it', 'add_users', 'Aggiungi utenti'),
('it', 'add_users_and_close', 'Aggiungi utenti e chiudi'),
('it', 'add_vendor', 'Aggiungi vendor'),
('it', 'add_vendor_administrator', 'Aggiungi amministratore per vendor'),
('it', 'add_withdrawal', 'Richiesta: ritiro'),
('it', 'admin2', 'Non puoi eseguire un\'importazione verso questo negozio perchè stai utilizzando una versione di prova scaduta'),
('it', 'administration', 'Amministrazione'),
('it', 'administration_menu_structure_changed_upgrade_notification_text', '<p><b>Locations</b> in <i>Administration → Shipping & taxes</i> renamed to <b>Rate areas</b>. That\'s because the purpose of locations is to set different shipping rates and tax rates.</p><p>Order statuses, shipment statuses, and gift certificate statuses are now located in their own sub-menu: <b>Administration → Statuses.</b></p>'),
('it', 'administration_menu_structure_changed_upgrade_notification_title', 'Il menu amministrazione è cambiato'),
('it', 'administration_panel', 'Pannello amministrazione'),
('it', 'administration_panel.block_manager.enable', 'Edit structure<br/><br/>Change various blocks with information: show them, hide them, or move them as you see fit.<br/>This currently works only at the checkout page. Add a product to cart and proceed to checkout to see the editor'),
('it', 'administration_panel.live_editor.enable', 'Edit сontent<br/><br/>Change the texts and other data directly on the storefront, without using the administration panel'),
('it', 'administration_panel.theme_editor.enable', 'Edit style<br/><br/>Change the style of your store (logos, colors, fonts, and so on) and see the changes as you make them'),
('it', 'administrator', 'Amministratore'),
('it', 'administrators', 'Amministratori'),
('it', 'administrators_menu_description', 'Lista di amministratori del negozio, utenti registrati con un account amministratore.'),
('it', 'administrators_notified', '[count] amministratori avvisati.'),
('it', 'admin_notifications', 'Avvisi d\"operatore'),
('it', 'admin_panel', 'Pannello amministrazione'),
('it', 'admin_panel.block_manager', 'Editing layout'),
('it', 'admin_panel_will_be_blocked', 'Controllo di integrità di installazione non riuscita. L\'accesso al pannello di amministrazione verrà bloccato entro 2 giorni. Si prega di contattare il nostro <a href=\"[href]\"> team di supporto</a>'),
('it', 'admin_text_letter_footer', 'Negozio di [company_name]'),
('it', 'advanced', 'Avanzato'),
('it', 'advanced_companies_search', 'Advanced companies search'),
('it', 'advanced_customer_search', 'Ricerca avanzata clienti'),
('it', 'advanced_import.additional_settings', 'Additional settings'),
('it', 'advanced_import.add_preset', 'Add preset'),
('it', 'advanced_import.advanced_products_import', 'Prodotti'),
('it', 'advanced_import.cannot_detect_csv_delimiter', 'Cannot detect delimiter automatically. Please specify the correct delimiter manually in the additional settings on the \"File\" tab.'),
('it', 'advanced_import.cant_load_file', 'File can\'t be loaded'),
('it', 'advanced_import.cant_load_file_for_company', 'File can\'t be loaded for the specified company'),
('it', 'advanced_import.cant_save_preset_invalid_modifiers', 'The preset can\'t be saved because it contains invalid modifiers'),
('it', 'advanced_import.column_header', 'Column name in the imported file'),
('it', 'advanced_import.coming_soon', '... coming soon'),
('it', 'advanced_import.create_new_products_only', 'Create new products only'),
('it', 'advanced_import.delete_additional_images', 'Delete existing additional images'),
('it', 'advanced_import.delete_additional_images_tooltip', 'If you enable this setting, then the existing additional images of the imported products will be replaced with the images specified in the imported file (if no images are specified, the old images will remain). If the setting is disabled, the new additional images will simply be added to the existing images.'),
('it', 'advanced_import.editing_preset', 'Editing preset: [preset]'),
('it', 'advanced_import.example_imported_title', 'For example, here\'s a value in the first line of your file:'),
('it', 'advanced_import.example_modified_title', 'And here is how this value will be imported:'),
('it', 'advanced_import.fetching_schema_failed_check_file', 'Before you can run the import, please make sure that:<ul><li>You have created the import preset by using the Create button. If you see Save instead of Create, then you\'ve already done that.</li><li>You have specified the correct XML target node on the File tab and saved the preset.</li><li>You have matched the imported information with the product properties in CS-Cart on the Fields mapping tab and saved the preset.</li></ul>If you see this message, you haven\'t completed point 1 or 2.'),
('it', 'advanced_import.fetching_schema_failed_check_target_node', 'Please make sure that the <b>XML target node</b> field is filled in properly.'),
('it', 'advanced_import.fields_mapping', 'Fields mapping'),
('it', 'advanced_import.fields_mapping.description', 'This table contains the list of columns from the imported file. For each column you\'d like to import, select a corresponding product property in [product]. Then check what sort of data will be imported from that column, and use modifiers to change that data, if necessary. Remember to save your changes.'),
('it', 'advanced_import.file', 'File'),
('it', 'advanced_import.first_line_import_value', 'Example of the imported value'),
('it', 'advanced_import.general_settings', 'General settings'),
('it', 'advanced_import.has_modifiers', 'Has modifiers'),
('it', 'advanced_import.images_delimiter', 'Images delimiter'),
('it', 'advanced_import.images_delimiter.description', 'Delimiter between images of a product.'),
('it', 'advanced_import.import_all', 'Import all products from the file'),
('it', 'advanced_import.import_fields', 'Import fields'),
('it', 'advanced_import.import_file', 'Import file'),
('it', 'advanced_import.import_products', 'Importa prodotti'),
('it', 'advanced_import.import_products_w_preset', 'Import products: [preset]'),
('it', 'advanced_import.import_strategy', 'Import strategy'),
('it', 'advanced_import.import_strategy_tooltip', 'If you select \"Update existing products only\", products that don\'t exist in the database of your store will be skipped during import.<br>If you select \"Create new products only\", products that exist in the database of your store will be skipped during import.'),
('it', 'advanced_import.incorrect_delimiter', 'Specified (or auto detected) delimiter seems to be incorrect. Please specify the correct delimiter manually in the additional settings on the \"File\" tab.'),
('it', 'advanced_import.invalid_function_firs_character', 'The modifier name cannot start with character <b>[character]</b>.'),
('it', 'advanced_import.invalid_modifier_message', 'The modifier <b>[modifier]</b> is invalid. [message]'),
('it', 'advanced_import.invalid_number_of_parameters_provided', 'Invalid number of parameters provided for modifier: <b>[modifier]</b>: expected [expected_count], got [actual_count].'),
('it', 'advanced_import.last_launch', 'Ultima importazione'),
('it', 'advanced_import.last_status', 'Stato'),
('it', 'advanced_import.last_status.F', 'Fallito'),
('it', 'advanced_import.last_status.P', 'In corso'),
('it', 'advanced_import.last_status.S', 'Riuscito'),
('it', 'advanced_import.last_status.X', '&mdash;'),
('it', 'advanced_import.missing_parameters_list_closer', 'The expected <b>[closer]</b> after the parameters list is missing.'),
('it', 'advanced_import.modifier', 'Modifier'),
('it', 'advanced_import.modifiers_description', 'Use these functions in the <b>Modifier</b> column to alter the values in the fields from the imported file. Enter the functions as follows: <b>function(parameter, parameter)</b>. Please note that nesting of functions isn\'t supported.'),
('it', 'advanced_import.modifiers_list', 'Modifiers list'),
('it', 'advanced_import.modifiers_self_referencing_info', 'Most functions allow you to use the non-modified value of the imported field by using <b>$value</b> as a parameter. If there are any exceptions, they will be mentioned in function descriptions.'),
('it', 'advanced_import.modifier_description.case', '<b>case</b>&mdash;odd parameters are expressions, and the following even parameters are corresponding values. The function checks the expressions and returns the value corresponding to the first expression that ends up being <i>true</i>.<ul><li>Examples:</li><ul><li><b>case($value>100, \"More than 100\", $value>70, \"More than 70\", $value>20, \"More than 20\", $value>0, \"In stock\", $value=0, \"Out of stock\")</b> will result in <i>More than 70</i> if the <i>$value</i> in the imported file is a number between 71 and 100</li></ul><li>Notes:<ul><li>This function shares expression rules and available operations with the <b>if</b> function.</li><li>Only even numbers of parameters are supported: <b>2, 4, 6, 8</b>, etc.</li></ul></li></ul>'),
('it', 'advanced_import.modifier_description.concat', '<b>concat</b>&mdash;concatenates all the provided parameters. <ul><li>Examples:</li><ul><li><b>concat(\'abc\', def)</b> will result in <i>abcdef</i></li> <li><b>concat(\'PRODUCT_\', $value, \'_CODE\')</b> will result in <i>PRODUCT_$value_CODE</i>, but <b>$value</b> will be replaced with the the value of the imported field</li></ul></ul>'),
('it', 'advanced_import.modifier_description.div', '<b>div</b>&mdash;divides the first parameter by the second. <ul><li>Examples:</li><ul><li><b>div(9, 3)</b> equals <i>3</i></li> <li><b>div($value, 7)</b> equals <i>the value of the imported field ÷ 7</i></li></ul></ul>'),
('it', 'advanced_import.modifier_description.if', '<b>if</b>&mdash;checks the expression in the first parameter. If the first parameter is <i>true</i>, the function returns the second parameter. Otherwise the function returns the third parameter.<ul><li>Examples:</li><ul><li><b>if($value>\"0\", \"In Stock\", \"Out of stock\")</b> will result in <i>In Stock</i> if <i>$value > 0</i> is <i>true</i>; otherwise the result will be <i>Out of stock</i></li></ul><li>Available operations for the expression are:<ul><li><b>=</b>&mdash;checks for equality: <i>if($value=100, ...)</i></li><li><b>!=</b>&mdash;checks for inequality: <i>if($value!=100, ...)</i></li><li><b>&gt;</b>&mdash;checks if the first value is greater than the second: <i>if($value&gt;100, ...)</i></li><li><b>&lt;</b>&mdash;checks if the first value is less than the second: <i>if($value&lt;100, ...)</i></li><li><b>&gt;=</b>&mdash;checks if the first value is greater than or equal to the second: <i>if($value&gt;=100, ...)</i></li><li><b>&lt;=</b>&mdash;checks if the first value is less than or equal to the second: <i>if($value&lt;=100, ...)</i></li></ul></li><li>Notes:<ul><li>If you use single (\') or double (\") quotes in the first parameter, make sure that the first parameter is either wrapped in quotes entirely, or that there is no end quote in the middle of the parameter. For example, <i>if(\"My value\"=$value, ...)</i> will not work, but <i>if(\"My value=$value\", ...)</i> will.</ul></li></ul>'),
('it', 'advanced_import.modifier_description.mul', '<b>mul</b>&mdash;multiplies the numbers provided as parameters. <ul><li>Examples:</li><ul><li><b>mul(3, 1)</b> equals <i>3</i></li> <li><b>mul($value, 7)</b> equals <i>the value of the imported field × 7</i></li></ul></ul>'),
('it', 'advanced_import.modifier_description.rand', '<b>rand</b>&mdash;generates a random number from 1 to the maximum value provided as the parameter. <ul><li>Examples:</li><ul><li><b>rand(999)</b> may result in any number from 1 to 999.</li></ul></ul>'),
('it', 'advanced_import.modifier_description.replace', '<b>replace</b>&mdash;replaces all occurrences of the search string with the replacement string. <br>The order of parameters is important: <b>replace(\'search\', \'replace\', \'subject\')</b>. <ul><li>Examples:</li><ul><li><b>replace(\'a\', !, \"banana\")</b> will result in <i>b!n!n!</i></li> <li><b>replace(\"t-shirt\", \'T-Shirt\', $value)</b> will replace every occurrence of <i>t-shirt</i> with <i>T-Shirt</i> in every entry in the column.</li></ul></ul>'),
('it', 'advanced_import.modifier_description.sub', '<b>sub</b>&mdash;subtracts the second parameter from the first. <ul><li>Examples:</li><ul><li><b>sub(3, 1)</b> equals <i>2</i></li> <li><b>sub($value, 7)</b> equals <i>the value of the imported field - 7</i></li></ul></ul>'),
('it', 'advanced_import.modifier_description.sum', '<b>sum</b>&mdash;sums up two numbers provided as parameters. <ul><li>Examples:</li><ul><li><b>sum(1, 3)</b> equals <i>4</i></li> <li><b>sum(7, $value)</b> equals <i>7 + the value of the imported field</i></li></ul></ul>'),
('it', 'advanced_import.modifier_description.w_replace', '<b>w_replace</b>&mdash;replaces all occurrences of the search string with the replacement string using wildcards. <br>The order of parameters is important: <b>w_replace(\'search\', \'replace\', \'subject\')</b>. <br>Supported wildcards: <b>?</b>&mdash;any single character; <b>*</b>&mdash;any number of characters to the end of the word. <ul><li>Examples</li><ul><li><b>w_replace(\'banan?\', bananas, banana banans bananz)</b> will result in <i>bananas bananas bananas</i></li> <li><b>w_replace(\"ban*\", \'bananas\', banana banans bananz)</b> will also result in <i>bananas bananas bananas</i></li></ul></ul>'),
('it', 'advanced_import.modifier_number_of_parameters', 'Number of parameters'),
('it', 'advanced_import.modifier_self_reference_is_unsupported', 'This function doesn\'t support the use of a non-modified value from the imported file.'),
('it', 'advanced_import.modifier_title', 'A modifier is a rule that alters values in a column'),
('it', 'advanced_import.never', 'Mai'),
('it', 'advanced_import.new_preset', 'New preset'),
('it', 'advanced_import.options', 'Opzioni'),
('it', 'advanced_import.preset_last_view', 'Preset'),
('it', 'advanced_import.preset_not_found', 'Preset not found'),
('it', 'advanced_import.previewing_fields_mapping', 'Previewing fields mapping for the preset: [preset]'),
('it', 'advanced_import.product_property', 'Product property in [product]'),
('it', 'advanced_import.properties', 'Properties'),
('it', 'advanced_import.remove_images', 'Remove additional images'),
('it', 'advanced_import.run_import_via_cron_message', 'You can run the import automatically at certain time intervals. To do it, add the following command to CRON:'),
('it', 'advanced_import.show_less', 'Show less'),
('it', 'advanced_import.show_more', 'Show more'),
('it', 'advanced_import.target_node', 'XML target node'),
('it', 'advanced_import.target_node.description', 'The full path to the XML node with the information about an imported entity. The nodes nested in the specified node will be used as columns of the imported file. Here is an example of the path: yml_catalog/shop/offers/offer'),
('it', 'advanced_import.test_import', 'Perform test import'),
('it', 'advanced_import.test_import_tooltip', 'If you enable this setting, only the first [n] product will be processed.|If you enable this setting, only the first [n] products will be processed.'),
('it', 'advanced_import.unexpected_parameter_passed', 'Expected <b>[delimiter]</b> or <b>[closer]</b> got <b>[char]</b>.'),
('it', 'advanced_import.unrecognized_modifier', 'The modifier <b>[modifier]</b> does not exist.'),
('it', 'advanced_import.uploading_file', 'Uploading file for the preset: [preset]'),
('it', 'advanced_import.user_upload', 'User upload'),
('it', 'advanced_import_images', 'Immagini prodotto'),
('it', 'advanced_products_search', 'Advanced products search'),
('it', 'advanced_search', 'Ricerca avanzata'),
('it', 'advanced_search_options', 'Opzioni di ricerca avanzate'),
('it', 'advanced_storefronts_search', 'Advanced storefronts search'),
('it', 'affected_email_templates', 'Modelli email che utilizzano questo documento'),
('it', 'after_full_payment', 'Dopo il pagamento completato'),
('it', 'after_sum', 'Dopo l\'importo'),
('it', 'agent', 'Agent'),
('it', 'agent_id', 'ID Agente'),
('it', 'age_limit', 'Limite di età'),
('it', 'age_verification', 'Verifica età'),
('it', 'age_warning_message', 'Messaggio di avviso'),
('it', 'agilecrm.account_ask', 'Do not have an Agile Account. <a target=\"_blank\" href=\"https://www.agilecrm.com/pricing?utm_source=cscart	&utm_medium=website&utm_campaign=integration\" style=\"text-decoration:none;padding:5px\" class=\"btn-primary\">Create account</a> and fill the details below<br/><br/>'),
('it', 'agilecrm_btn_validate', 'Validate'),
('it', 'agile_domain', 'Agile Domain'),
('it', 'agile_rest_api_key', 'Rest API Key'),
('it', 'agreement_required', 'Accettazione Accordo richiesta'),
('it', 'all', 'Tutti'),
('it', 'allowed', 'Consentito'),
('it', 'allowed_combinations', 'Combinazioni consentite'),
('it', 'allowed_extensions', 'Estensioni file consentite'),
('it', 'allowed_extensions_hint', 'Lasciare questo campo vuoto per consentire il caricamento di tutti i tipi di file oppure inserire le estensioni consentite separate da virgola. P.e. jpg,bmp,gif'),
('it', 'allow_api_access', 'Sì, consenti all\'utente di utilizzare le API'),
('it', 'allow_return_registration', 'Consenti la restituzione della merce'),
('it', 'all_actions', 'Tutte le azioni'),
('it', 'all_block_types', 'All block types'),
('it', 'all_categories', 'All categories'),
('it', 'all_companies', 'All vendors'),
('it', 'all_currencies', 'All currencies'),
('it', 'all_downloads', 'Tutti i download'),
('it', 'all_features', 'Tutte le caratteristiche'),
('it', 'all_filters', 'Tutti i filtri prodotto'),
('it', 'all_languages', 'All languages'),
('it', 'all_layouts', 'All layouts'),
('it', 'all_locations', 'All locations'),
('it', 'all_pages', 'Tutte le pagine'),
('it', 'all_products', 'All products'),
('it', 'all_products_have_been_updated', 'Tutti i prodotti sono stati aggiornati con successo.'),
('it', 'all_storefronts', 'Tutti gli storefront'),
('it', 'all_storefronts_short', 'All'),
('it', 'all_stores', 'Tutti i negozi'),
('it', 'all_vendors', 'Tutti i vendors'),
('it', 'all_words', 'Tutte le parole'),
('it', 'also_bought', 'I nostri clienti hanno anche acquistato'),
('it', 'alternative_text', 'Testo alternativo'),
('it', 'alt_text', 'Testo/Titolo alternativo'),
('it', 'always', 'Sempre'),
('it', 'american_express', 'American Express'),
('it', 'american_express_info', 'CVV si trova sul fronte della carta sopra il numero di carta di credito (nella parte destra oppure sinistra sulla carta di credito).'),
('it', 'amount', 'Importo'),
('it', 'amount_decreased', 'La quantità è stata diminuita di'),
('it', 'amount_increased', 'La quantità è stata incrementata di'),
('it', 'amount_type', 'Tipologia di quantità'),
('it', 'and', 'e'),
('it', 'anonymous', 'Anonimo'),
('it', 'answer', 'Risposta'),
('it', 'answers', 'Risposte'),
('it', 'answer_text', 'Testo di risposta'),
('it', 'any', 'Qualsiasi'),
('it', 'any_category', 'Ogni categoria'),
('it', 'any_date', 'Qualsiasi data'),
('it', 'any_option_combinations', 'Qualsiasi combinazione di opzioni'),
('it', 'any_product', 'Ogni prodotto'),
('it', 'any_status', 'Qualsiasi stato'),
('it', 'any_words', 'Una qualsiasi di queste parole'),
('it', 'api', 'API'),
('it', 'apikey', 'API Key'),
('it', 'api_access', 'Accesso API'),
('it', 'api_access_for_user', 'Accesso API per questo utente'),
('it', 'api_access_has_been_disabled', 'Da questo momento non puoi più utilizzare le API'),
('it', 'api_access_has_been_enabled', 'Adesso puoi utilizzare le API'),
('it', 'api_invalid_value', 'Invalid value `[value]` specified for [field]'),
('it', 'api_invalid_value_w_valid_list', 'Invalid value `[value]` specified for [field]. Valid values are: [valid_list]'),
('it', 'api_key', 'Chiave API (API key)'),
('it', 'api_key_not_found', 'Api key was not found'),
('it', 'api_need_correct_company_id', 'L\'Azienda con questa ID non è stata trovata'),
('it', 'api_need_id', 'ID dell\'oggetto non definito'),
('it', 'api_need_params', 'Parametri mancanti'),
('it', 'api_need_store', 'Il Negozio è obbligatorio (parametro company_id o entità negozio)'),
('it', 'api_not_need_id', 'L\'ID non deve essere definita'),
('it', 'api_no_shipping_methods_available', 'Nessun metodo di spedizone disponibile'),
('it', 'api_order_couldnt_be_created', 'L\'ordine non può essere creato'),
('it', 'api_partner', 'Partner API'),
('it', 'api_password', 'Password API'),
('it', 'api_required_field', 'Il campo [field] è richiesto'),
('it', 'api_required_fields', 'The following fields are required: [fields]'),
('it', 'api_shipments_not_allow_update', 'Solo i parametri tracking_number e carrier possono essere aggiornati con l\'impostazione \'Consenti spedizione multiple per un singolo ordine\' attiva'),
('it', 'api_shipments_update_not_allowed', 'Soltanto il numero tracking ed parametri di vettore possono essere modificati'),
('it', 'api_user', 'API utente');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('it', 'api_wrong_user_company_relation', 'L\'utente non esiste in questo negozio, la condivisosne utenti attraverso i negozi è disabilitata.'),
('it', 'appearance', 'Aspetto'),
('it', 'appearance_settings', 'Impostazioni aspetto'),
('it', 'appearance_type', 'Tipologia aspetto'),
('it', 'application_id', 'ID applicazione'),
('it', 'application_login', 'Accesso applicazione'),
('it', 'apply', 'Applica'),
('it', 'apply_as_link', 'Applica come collegamento'),
('it', 'apply_for_vendor_account', 'Fai domanda per un conto Vendor'),
('it', 'apply_shipping_for_all_vendors', 'Consentire la spedizione per tutti i fornitori'),
('it', 'apply_shipping_for_all_vendors_confirm', 'Il metodo di spedizione sarà applicato a tutti i fornitori. Sei sicuro di che voler procedere?'),
('it', 'apply_tax_to_products', 'Applica le tasse selezionate a tutti i prodotti'),
('it', 'apply_to_all_languages', 'Applica a tutte le lingue'),
('it', 'apply_to_products', 'Applica ai prodotti'),
('it', 'approval', 'Approvazione'),
('it', 'approve', 'Approva'),
('it', 'approved', 'Approvato'),
('it', 'approve_selected', 'Approva selezionati'),
('it', 'app_params', 'Application'),
('it', 'arabic', 'Arabo'),
('it', 'arrows', 'Frecce'),
('it', 'asc', 'Ascendente'),
('it', 'assign_to_me', 'Assign to me'),
('it', 'attachments', 'Allegati'),
('it', 'attention', 'Attenzione!'),
('it', 'audience', 'Pubblico'),
('it', 'australia_post_upgrade_notification_text', '<p>L\'ultima versione di [product] ha diverse impostazioni per il calcolo in tempo reale del tasso di spedizione se si utilizza Australia Post come un vettore.</p> <p>Se si desidera mostrare le attuali tariffe di spedizione ai vostri clienti, fare questo:</p> <ul><li>Vai alla amministrazione > spedizione & tasse > spedizione Metodi</li> <li>scegliere il metodo di spedizione che utilizza Australia Post come un elemento portante per calcolare le tariffe di spedizione</li>, <li>passare alla scheda generale e immettere il servizio di spedizione corretto</li> <li>passare alla scheda Configura e inserire la <a href=\"https://developers.auspost.com.au/apis/pacpcs-registration\" target=\"_blank\"> chiave API di PAC</a></li></ul>'),
('it', 'australia_post_upgrade_notification_title', 'Australia Post modifiche in tempo reale per il calcolo del costo di spedizione'),
('it', 'auth.one_time_password.notification.error_password_invalid', 'Sorry, it seems that the code you\'ve entered is incorrect. It may have expired or been used already. Please check the code you\'re entering or request a new code.'),
('it', 'auth.one_time_password.notification.error_password_required', 'Please enter the code to sign in.'),
('it', 'auth.one_time_password.notification.info_password_sent', 'We\'ve sent a one-time code to [email].'),
('it', 'auth.one_time_password.popup.input_placeholder', 'Enter the code here'),
('it', 'auth.one_time_password.popup.message', 'We\'ve sent a one-time code to <strong>[email]</strong>. Please enter it below, and we\'ll sign you in without a password.'),
('it', 'auth.one_time_password.popup.resend_btn', 'Resend the code'),
('it', 'auth.one_time_password.popup.sign_in_btn', 'Sign me in'),
('it', 'auth.one_time_password.popup.title', 'Password-free sign-in'),
('it', 'authentication_failed', 'Autenticazione fallita'),
('it', 'authentication_key', 'Chiave di autenticazione'),
('it', 'authentication_password', 'Password di autenticazione'),
('it', 'author', 'Autore'),
('it', 'authorization', 'Autorizzazione'),
('it', 'authorize_before_order', 'Solo utenti registrati possono effettuare un ordine. Effettua l\'accesso con il tuo account o registrati adesso.'),
('it', 'authorize_capture', 'Autorizza e cattura'),
('it', 'authorize_only', 'Autorizza soltanto'),
('it', 'auth_code', 'Auth code'),
('it', 'auth_info', 'Informazioni di autenticazione'),
('it', 'auto', 'Automatico'),
('it', 'autoresponders', 'Autorisponditori'),
('it', 'auto_set_permissions_via_ftp', 'Imposta automaticamente i permessi via FTP'),
('it', 'avail', 'Disponibile'),
('it', 'availability', 'Disponibilità'),
('it', 'available', 'Disponibile'),
('it', 'available_fields', 'Campi disponibili'),
('it', 'available_for_supplier', 'Disponibile per fornitore'),
('it', 'available_for_vendor', 'Disponibile per vendor'),
('it', 'available_items', 'Elementi disponibili'),
('it', 'available_languages', 'Lingue Disponibili'),
('it', 'available_since', 'Disponibile dal'),
('it', 'available_upgrades', 'Aggiornamenti disponibili'),
('it', 'available_views', 'Viste disponibili'),
('it', 'avail_from', 'Disponibile da'),
('it', 'avail_till', 'Disponibile fino al'),
('it', 'average', 'Media'),
('it', 'avs', 'AVS'),
('it', 'awaiting', 'In attesa'),
('it', 'awaiting_approval', 'In attesa di approvazione'),
('it', 'backend_google_auth.errors.not_configured', 'Please configure the add-on first'),
('it', 'backend_google_auth.login_page.btn', 'Sign in with Google'),
('it', 'backend_google_auth.login_page.help', 'Please select the email address that was specified for your administrator account.'),
('it', 'backend_google_auth.settings.authorized_redirect_uris', 'Your authorized redirect URIs:'),
('it', 'backend_google_auth.settings.create_new_application', 'To acquire your client ID and secret create a new application in your Google APIs account.'),
('it', 'backend_google_auth.settings.learn_more_about', 'Learn more about Google APIs'),
('it', 'backend_google_auth.settings.provide_your_credentials', 'Please provide your Google API credentials'),
('it', 'backend_google_auth.settings.save_and_check_btn', 'Save and test the sign-in'),
('it', 'backend_google_auth.settings.warning', 'Once you configure this add-on, only administrators with Gmail email addresses will be able to sign in to the Administration panel. If your administrators have non-Google email addresses specified, don\'t configure the add-on, or else those administrators won\'t be able to sign in.'),
('it', 'backend_google_auth.user_not_found', 'The <strong>[user]</strong> user not found'),
('it', 'backend_google_auth.warnings.only_gmail_address_is_available_to_auth', 'The \"Back-End Sign-In via Google\" add-on is active. Only administrators with Gmail email addresses will be able to sign in.'),
('it', 'backtrace', 'Rintraccia'),
('it', 'backup', 'Salvataggio dati'),
('it', 'backupping_data', 'Salva i dati per'),
('it', 'backupping_schema', 'Salvataggio schema'),
('it', 'backup_data', 'Salvataggio banca dati'),
('it', 'backup_filename', 'Nome file di salvataggio'),
('it', 'backup_files', 'Salva i file'),
('it', 'backup_options', 'Opzioni di Backup'),
('it', 'backup_restore', 'Backup/ripristino'),
('it', 'backup_schema', 'Salvataggio banca dati schema'),
('it', 'back_in_stock_notification_footer', 'Benvenuti, ora potete acquistare nuovamente!'),
('it', 'back_in_stock_notification_header', 'Vi informiamo che il seguente prodotto è nuovamente disponibile nel nostro negozio:'),
('it', 'balance', 'Saldo'),
('it', 'balance_account', 'Saldo del conto'),
('it', 'balance_carried_forward', 'Riporto saldo'),
('it', 'bank', 'Banca'),
('it', 'bank_cic', 'Groupe CIC'),
('it', 'bank_cm', 'Credit Mutuel'),
('it', 'bank_obc', 'OBC'),
('it', 'bank_routing_number', 'Codice bancario (IBAN)'),
('it', 'banner', 'Banner'),
('it', 'banners', 'Banner'),
('it', 'banners.editing_banner', 'Modifica banner'),
('it', 'banners.new_banner', 'Nuovo banner'),
('it', 'banners_menu_description', 'Crea banner che possono essere inseriti nel sito'),
('it', 'banner_code', 'Codice banner'),
('it', 'banner_code_for_some_products', 'Codice banner per alcuni prodotti'),
('it', 'banner_details_notes', 'Dopo aver creato il banner qui, dovresti usare l\'<strong>Editor di Layout</strong> per aggiungerlo alla parte pubblica.<br /><br />Vai in <a href=\"[layouts_href]\" target=\"_blank\">Progettazione (Design) → Disposizione (Layout)</a>, nella posizione dove il banner vuoi che compaia e aggiungi un nuovo blocco con tipologia <strong>Banner</strong>.<br /><br />In questa sezione di impostazioni vai nella scheda <strong>Contenuto</strong> e seleziona Riempimento <strong>Manuale</strong>, fai click su <strong>Aggiungi banner</strong>.<br /><br />Vedrai la lista con tutti i Banner del tuo negozio. Scegli uno o più banner e clicca su <strong>Aggiungi banner e chiudi</strong>.<br /><br />Fai click poi su \n<strong>Crea</strong> per salvare le impostazioni.'),
('it', 'banner_type.abt__ut2', 'AB: UniTheme2: Advanced banner'),
('it', 'bar', 'Barra'),
('it', 'base', 'Base'),
('it', 'baseurl', 'Base URL'),
('it', 'base_currency', 'Valuta di base'),
('it', 'base_currency_not_deleted', 'LA valuta non è stata cancellata perché è impostata come valuta predefinita del negozio.'),
('it', 'base_price', 'Prezzo base'),
('it', 'bestsellers', 'Articoli più venduti'),
('it', 'bestselling', 'Più venduto'),
('it', 'bigpicture_template', 'L\'immagine grande'),
('it', 'biller_code', 'Codice fatturazione'),
('it', 'billing_address', 'Indirizzo di fatturazione'),
('it', 'billing_address_line_2', 'Fatturazione: Indirizzo (linea 2)'),
('it', 'billing_city', 'Fatturazione: Città'),
('it', 'billing_country', 'Billing: country'),
('it', 'billing_first_name', 'Fatturazione: Nome'),
('it', 'billing_last_name', 'Fatturazione: Cognome'),
('it', 'billing_options', 'Metodo di pagamento'),
('it', 'billing_phone', 'Billing: phone'),
('it', 'billing_shipping_address', 'Indirizzo di spedizione e fatturazione'),
('it', 'billing_state', 'Billing: state'),
('it', 'billing_zipcode', 'Fatturazione: Cap'),
('it', 'bill_to', 'Fatturato a'),
('it', 'birthday', 'Data di nascita'),
('it', 'bling', 'Bling ERP'),
('it', 'bling_integration', 'Integração com a Bling'),
('it', 'block', 'Blocco'),
('it', 'blocks', 'Blocchi'),
('it', 'block_abt__ut2_advanced_subcategories_menu', 'AB: Advanced subcategories menu'),
('it', 'block_abt__ut2_light_menu', 'AB: Fly menu'),
('it', 'block_ab__deal_of_the_day', 'AB: Deal of the day'),
('it', 'block_ab__deal_of_the_day_description', 'Preview of the chosen promotion'),
('it', 'block_ab__fast_navigation', 'AB: Fast navigation'),
('it', 'block_ab__fast_navigation_categories', 'AB: Fast navigation by categories'),
('it', 'block_ab__fast_navigation_categories_description', 'Fast navigation block by subcategories'),
('it', 'block_ab__fast_navigation_description', 'Block with fast navigation'),
('it', 'block_ab__motivation_block', 'AB: Motivation block'),
('it', 'block_ab__motivation_block_description', 'Output additional information about the store work'),
('it', 'block_ab__multi_deal_of_the_day', 'AB: Multi Deal of the day'),
('it', 'block_ab__multi_deal_of_the_day_description', 'Display anounce of one of chosen promotions, considering to their priorities'),
('it', 'block_ab__promotions', 'AB: Promotions'),
('it', 'block_ab__promotions_description', 'Promotions list'),
('it', 'block_ab__promotion_main_data', 'AB: Promotion header'),
('it', 'block_ab__promotion_main_data_description', 'General promotion data (name, image, description etc.)'),
('it', 'block_already_exists_in_grid', 'Questo blocco esiste già in questa griglia'),
('it', 'block_availability_in_stores', 'Disponibile nei negozi'),
('it', 'block_availability_in_stores_description', 'Elenco dei negozi in cui è possibile acquistare il prodotto'),
('it', 'block_banners', 'Banner'),
('it', 'block_banners_description', 'Banner immagini e testuali'),
('it', 'block_blog', 'Articoli recenti'),
('it', 'block_breadcrumbs', 'Breadcrumbs (navigazione)'),
('it', 'block_breadcrumbs_description', 'Breadcrumbs (navigazione)'),
('it', 'block_call_request', 'Richiamami'),
('it', 'block_call_request_description', 'Numero di telefono del negozio e modulo per la richiesta di una chiamata'),
('it', 'block_cart_content', 'Contenuto carrello'),
('it', 'block_cart_content_description', 'Contenuto attuale del carrello'),
('it', 'block_categories', 'Categorie'),
('it', 'block_categories_description', 'Descrizione categorie'),
('it', 'block_checkout', 'Cassa'),
('it', 'block_checkout_description', 'Informazioni ordine attuale'),
('it', 'block_closest_vendors', 'Closest vendors'),
('it', 'block_closest_vendors_description', 'Vendors from customer\'s city'),
('it', 'block_content', 'Contenuto blocco'),
('it', 'block_currencies', 'Valute'),
('it', 'block_currencies_description', 'Selettore di valuta'),
('it', 'block_disabled', 'Il blocco è stato disattivato per questa posizione'),
('it', 'block_enabled', 'Il blocco è stato attivato per questa posizione'),
('it', 'block_et_category_banner', 'ET - Category banners'),
('it', 'block_et_cta', 'ET - Call to action'),
('it', 'block_et_eib', 'ET - Extra info block'),
('it', 'block_et_featured_product_banner_tabs', 'ET - Featured product banner tabs'),
('it', 'block_et_featured_vendors', 'ET - Featured vendors'),
('it', 'block_et_featured_vendors_sidebar', 'ET - Featured vendors sidebar'),
('it', 'block_et_home_banners', 'ET - Home banners'),
('it', 'block_et_home_grid', 'ET - Home grid'),
('it', 'block_et_main_menu', 'ET - Main menu'),
('it', 'block_et_menu_horizontal', 'ET - Menu (horizontal)'),
('it', 'block_et_profile_info', 'ET - Profile info'),
('it', 'block_et_search', 'ET - Search'),
('it', 'block_et_sidebar_subcategories', 'ET - Sidebar subcategories'),
('it', 'block_et_subcaegories', 'ET - Subcategories'),
('it', 'block_et_subcategories', 'ET - Subcategories'),
('it', 'block_et_top_menu', 'ET - Top menu'),
('it', 'block_et_vendor_categories', 'ET - Vendor categories'),
('it', 'block_et_vendor_contact_button', 'ET - Vendor contact button'),
('it', 'block_et_vendor_store_description', 'ET - Vendor store description'),
('it', 'block_et_vendor_store_header', 'ET - Vendor store header'),
('it', 'block_et_vendor_store_header_mobile', 'ET - Vendor store header (mobile)'),
('it', 'block_et_vendor_store_menu', 'ET - Vendor store menu'),
('it', 'block_et_vendor_store_menu_mobile', 'ET - Vendor store menu (mobile)'),
('it', 'block_geo_maps_customer_location', 'Customer location'),
('it', 'block_geo_maps_customer_location_description', 'Customer city and city selection form'),
('it', 'block_gift_certificates_verify', 'Verifica buono regalo'),
('it', 'block_gift_certificates_verify_description', 'Inserimento buono regalo e convalida'),
('it', 'block_html_block', 'Blocco HTML'),
('it', 'block_html_block_description', 'Qualunque contenuto HTML'),
('it', 'block_ip_after', 'Blocca IP dopo un certo numero di tentativi falliti'),
('it', 'block_languages', 'Lingue'),
('it', 'block_languages_description', 'Selettore di lingua'),
('it', 'block_lite_checkout_customer_address', 'Checkout: Indirizzo'),
('it', 'block_lite_checkout_customer_address_description', 'Campi di profilo per indirizzo Cliente'),
('it', 'block_lite_checkout_customer_billing', 'Checkout: Billing address'),
('it', 'block_lite_checkout_customer_billing_description', 'Profile fields for billing address'),
('it', 'block_lite_checkout_customer_information', 'Checkout: Informazioni Cliente'),
('it', 'block_lite_checkout_customer_information_description', 'Campi di profilo per informazioni cliente'),
('it', 'block_lite_checkout_customer_notes', 'Checkout: Note'),
('it', 'block_lite_checkout_customer_notes_description', 'Note Cliente in merito all ordine'),
('it', 'block_lite_checkout_customer_sign_in', 'Checkout: Accedi'),
('it', 'block_lite_checkout_customer_sign_in_description', 'Bottone accedi'),
('it', 'block_lite_checkout_location', 'Checkout: Indirizzo'),
('it', 'block_lite_checkout_location_description', 'Citta, Provincia e Nazione Cliente'),
('it', 'block_lite_checkout_newsletters', 'Checkout: Newsletters'),
('it', 'block_lite_checkout_newsletters_description', 'Ability to sign up for newsletters'),
('it', 'block_lite_checkout_payment_methods', 'Checkout: Metodi di pagamento'),
('it', 'block_lite_checkout_payment_methods_description', 'Selezione metodo di pagamento'),
('it', 'block_lite_checkout_shipping_methods', 'Checkout: Metodo di spedizione'),
('it', 'block_lite_checkout_shipping_methods_description', 'Selezione metodo di spedizone'),
('it', 'block_lite_checkout_terms_and_conditions', 'Checkout: Termini e condizioni'),
('it', 'block_lite_checkout_terms_and_conditions_description', 'Checkbox per accettazione termini e condizioni'),
('it', 'block_localizations', 'Localizzazioni'),
('it', 'block_localizations_description', 'Selettore per localizzazioni'),
('it', 'block_location_selector', 'Customer\'s location'),
('it', 'block_location_selector_description', 'Enter address to search by location'),
('it', 'block_mailing_lists', 'Iscrizione alla newsletter'),
('it', 'block_mailing_lists_description', 'Campo email per l\'iscrizione alla newsletter'),
('it', 'block_main', 'Principale'),
('it', 'block_main_description', 'Contenuto principale (caricato dal controller)'),
('it', 'block_manager', 'Gestione blocchi'),
('it', 'block_manager.add_layout_page', 'Aggiungere la pagina di layout'),
('it', 'block_manager.availability.desktop', 'Desktop'),
('it', 'block_manager.availability.phone', 'Cellulare'),
('it', 'block_manager.availability.show_on', 'Mostra su'),
('it', 'block_manager.availability.tablet', 'Tablet'),
('it', 'block_manager.editing_layout_page', 'Modifica pagina di layout'),
('it', 'block_manager.fixed_layout', 'Larghezza fissa'),
('it', 'block_manager.fluid_layout', 'Fluido'),
('it', 'block_manager.forbid_changing_layout_in_css_mode', 'Il cambiamento di Layout quanto il tema è convertito in CSS non è permesso. Per favore abilità la modalità LESS nell\'<a target=\"_blank\" href=\"[url]\">Editor di Tema</a>.'),
('it', 'block_manager.full_width_layout', 'Larghezza intera'),
('it', 'block_manager.grid_columns', 'Colonne griglia'),
('it', 'block_manager.layout_pages', 'Pagine di layout'),
('it', 'block_manager.layout_width', 'Larghezza layout'),
('it', 'block_manager.max_width', 'Larghezza massima'),
('it', 'block_manager.min_width', 'Larghezza minima'),
('it', 'block_manager.new_layout_page', 'Nuova pagina di layout'),
('it', 'block_manager.view_layout.desktop', 'Anteprima desktop'),
('it', 'block_manager.view_layout.phone', 'Anteprima cellulare'),
('it', 'block_manager.view_layout.reset_filter', 'Modifica layout'),
('it', 'block_manager.view_layout.tablet', 'Anteprima tablet'),
('it', 'block_manager.wrappers.lite_checkout', 'Checkout semplice'),
('it', 'block_menu', 'Menù'),
('it', 'block_menu_description', 'Diversi tipi di menù'),
('it', 'block_my_account', 'Il mio account'),
('it', 'block_my_account_description', 'Accesso profilo cliente'),
('it', 'block_name', 'Nome blocco'),
('it', 'block_options', 'Opzioni blocco'),
('it', 'block_order', 'Ordinamento blocco'),
('it', 'block_our_brands', 'Marchi'),
('it', 'block_our_brands_description', 'Marche di prodotti offerti nel negozio'),
('it', 'block_pages', 'Pagine'),
('it', 'block_pages_description', 'Pagine negozio'),
('it', 'block_payment_methods', 'Metodi di pagamento'),
('it', 'block_payment_methods_description', 'Metodi di pagamento disponibili'),
('it', 'block_polls', 'Sondaggi'),
('it', 'block_products', 'Prodotti'),
('it', 'block_products_description', 'Descizione prodotti'),
('it', 'block_product_filters', 'Filtri prodotto'),
('it', 'block_product_filters_description', 'Opzioni filtro prodotto'),
('it', 'block_product_filters_home', 'Filtri di prodotto per home page'),
('it', 'block_product_filters_home_description', 'Opzioni filtro Prodotto visualizzati nella home page'),
('it', 'block_rees46', 'REES46'),
('it', 'block_rees46_description', 'Блок товарных рекомендаций'),
('it', 'block_rss_feed', 'Feed RSS'),
('it', 'block_rss_feed_description', 'Icona di sottoscrizione dei Feed RSS'),
('it', 'block_search_vendors', 'Vendors by location'),
('it', 'block_search_vendors_description', 'Search for vendors in a specific location'),
('it', 'block_settings', 'Impostazioni blocco'),
('it', 'block_shipping_methods', 'Metodi di spedizione'),
('it', 'block_shipping_methods_description', 'Metodi di spedizione disponibili'),
('it', 'block_smarty_block', 'Blocco HTML con supporto Smarty'),
('it', 'block_smarty_block_description', 'Qualsiasi contenuto HTML/Smarty'),
('it', 'block_store_locator', 'Localizzatore negozi (store locator)'),
('it', 'block_store_locator_description', 'Blocco Localizzatore Negozi'),
('it', 'block_tags', 'Tag'),
('it', 'block_tags_description', 'Tag prodotto'),
('it', 'block_template', 'Modello'),
('it', 'block_template_description', 'Blocco con un modello particolare'),
('it', 'block_testimonials', 'Testimonial'),
('it', 'block_testimonials_description', 'Testimonianze utenti'),
('it', 'block_text', 'Testo del blocco'),
('it', 'block_time', 'Durata del blocco dell\'indirizzo IP'),
('it', 'block_vendors', 'Fornitori'),
('it', 'block_vendors_map', 'Vendor map'),
('it', 'block_vendors_map_description', 'A map of all vendors'),
('it', 'block_vendor_categories', 'Categorie fornitori'),
('it', 'block_vendor_categories_description', 'Categorie prodotti disponibili per un particolare venditore'),
('it', 'block_vendor_filters', 'Filtri venditore'),
('it', 'block_vendor_information', 'Informazioni venditore'),
('it', 'block_vendor_logo', 'Logo venditore'),
('it', 'block_vendor_plan_info', 'Info sul piano di ventori'),
('it', 'block_vendor_plan_info_description', 'Mostra informazione sul piano selezionato di ventore'),
('it', 'block_vendor_search', 'Cerca nei prodotti del venditore'),
('it', 'block_width', 'Larghezza blocco'),
('it', 'block_wrapper_updated', 'Il contenitore del blocco è stato aggiornato'),
('it', 'blog', 'Blog'),
('it', 'blog.add_post', 'Aggiungi un articolo'),
('it', 'blog.editing_post', 'Modifica l\'articolo'),
('it', 'blog.et_featured_recent_posts_scroller', 'ET - Blog featured recent posts scroller'),
('it', 'blog.et_sidebar_latest_posts_scroller', 'ET - Blog sidebar latest posts scroller'),
('it', 'blog.new_post', 'Nuovo articolo sul blog'),
('it', 'blog.post', 'Articolo'),
('it', 'blog.posts', 'Articoli'),
('it', 'blog.read_more', 'Leggi tutto'),
('it', 'blog.recent_posts', 'Blog: articoli recenti'),
('it', 'blog.recent_posts_scroller', 'Blog: ultimi articoli'),
('it', 'blog.text_links', 'Blog: link di testo'),
('it', 'blog.view_post', 'Visualizza articolo'),
('it', 'blog_functionality_notes', '<p>Utilizza questa pagina per gestire il tuo blog. Questo è come si dovrebbe organizzare i tuoi post sul blog:</p> <ul><li>Blog è un post usuale che ha la <b>pagina di livello radice</b> come la pagina padre.</li> <li>Scegli <b>Blog</b> come la pagina principale per post sul tuo blog.</li></ul>'),
('it', 'blog_menu_description', 'Gestisci i tuoi articoli sul blog.'),
('it', 'bm.customer_information_block.warning.email_or_phome_must_be_required', 'Contact information must always have either email, or phone as a required field.'),
('it', 'bm.customer_information_block.warning.field_automaticly_added', 'il campo \"[field_name]\" è stato aggiunto come campo obbligatorio automaticamente.'),
('it', 'bm.customer_information_block.warning.field_marked_as_required', 'Il campo \"[field_name]\" è stato impostato come obbligatorio.'),
('it', 'bm_confirm', 'Eseguo l\'operazione [action]: verrà applicata a questo blocco in tutte le pagine con posizioni [location_name]. Vuoi continuare?'),
('it', 'body', 'Corpo testo'),
('it', 'body_html', 'Corpo del messaggio (HTML)'),
('it', 'bonus', 'Bonus'),
('it', 'bonuses', 'Bonus'),
('it', 'both', 'Entrambi'),
('it', 'bottom_panel.admin_panel', 'Pannello di amministrazione'),
('it', 'bottom_panel.build_mode', 'Modifica struttura'),
('it', 'bottom_panel.build_mode.not_available', 'Disponibile solo nella pagina di checkout. Aggiungi un prodotto all carrello a procedi con il checkout per verificare se è tutto corretto.'),
('it', 'bottom_panel.buy_license', 'Buy license'),
('it', 'bottom_panel.change_theme', 'Cambia tema'),
('it', 'bottom_panel.community_forums', 'Community forums'),
('it', 'bottom_panel.customer_help_desk', 'Contact support'),
('it', 'bottom_panel.documentation', 'Documentation'),
('it', 'bottom_panel.download', 'Download'),
('it', 'bottom_panel.edit_layout', 'Modifica layout'),
('it', 'bottom_panel.edit_menus', 'Modifica menu'),
('it', 'bottom_panel.edit_product_tabs', 'Edit product tabs'),
('it', 'bottom_panel.edit_template', 'Modifca template'),
('it', 'bottom_panel.edit_translations', 'Modifica traduzioni'),
('it', 'bottom_panel.faq', 'FAQ'),
('it', 'bottom_panel.go_to_dashboard', 'Vai alla Dashboard'),
('it', 'bottom_panel.go_to_home_page', 'Vai alla home page'),
('it', 'bottom_panel.help', 'Help'),
('it', 'bottom_panel.hide_bottom_admin_panel', 'Nascondi toolbar amministrativa'),
('it', 'bottom_panel.hire_a_developers', 'Hire a developer'),
('it', 'bottom_panel.preview_mode', 'Anteprima'),
('it', 'bottom_panel.restore_demo', 'Restore demo'),
('it', 'bottom_panel.settings', 'Impostazioni'),
('it', 'bottom_panel.show_bottom_admin_panel', 'Viusalizza toolbar amministrativa'),
('it', 'bottom_panel.storefront', 'Frontend negozio'),
('it', 'bottom_panel.text_mode', 'Modifica testi'),
('it', 'bottom_panel.theme_mode', 'Modifica stile'),
('it', 'bottom_panel.trial_left', 'Remaining trial period'),
('it', 'bottom_panel.vendor_panel', 'Pannello Venditore'),
('it', 'bottom_panel.video_tutorials', 'Video tutorials'),
('it', 'bought', 'Già acquistato'),
('it', 'bought_amount', 'Importo acquistato'),
('it', 'box_height', 'Altezza pacco'),
('it', 'box_length', 'Lunghezza pacco'),
('it', 'box_size', 'Dimensioni box'),
('it', 'box_width', 'Larghezza pacco'),
('it', 'brand', 'Marca'),
('it', 'brand_type', 'Marca/Fabbricante'),
('it', 'breadcrumbs', 'Breadcrumbs (navigazione)'),
('it', 'broken_addon_pack', 'Struttura add-on errata. Il pacchetto caricato non può essere installato.'),
('it', 'broken_po_pack', 'Struttura PO non corretta. Il pacchetto caricato non può essere installato.'),
('it', 'browse', 'Sfoglia...'),
('it', 'browser_upgrade_notice', '<p>Abbiamo rivelato che il browser che state utilizzando non è pienamente supportato dal pannello amministrazione di CS-Cart. Potete visionare questo sito utilizzando il vostro browser corrrente ma potrebbe non rendere in modo giusto e potreste non essere in grado di utilizzare a pieno tutte le funzionalità.</p><br><p>Il pannello amministrazione di CS-Cart viene visualizztao in modo ottimale utilizzando i seguenti browser:</p><br><ul><li>&ndash; <a href=\"http://windows.microsoft.com/en-US/internet-explorer/products/ie/home\" target=\"_blank\">Internet Explorer 8 e superiore</a></li><li>&ndash; <ahref=\"http://www.mozilla.org/en-US/\"target=\"_blank\">Mozilla Firefox (ultima versione aggiornata)</a></li><li>&ndash; <a href=\"https://www.google.com/intl/en/chrome/browser/\" target=\"_blank\">Google Chrome (ultima versione aggiornata)</a></li></ul><br><p>Cliccare su uno dei link per scaricare il browser da voi scelto. Una volta che il download è stato completato installare il browser utilizzando il programma di configurazione dello stesso.</p><br><p>Se non potete aggiornare il vostro browser adesso potete ancora utilizzare il pannello amministrazione di CS-Cart, senza però essere in grado di utilizzare a pieno tutte le funzionalità del programma.<br><br><a href=\"[admin_index]\">Continuare</a></p>'),
('it', 'browser_upgrade_notice_title', 'Avviso aggiornamento del navigatore'),
('it', 'browse_all_available_addons', 'Sfoglia tutti i componenti aggiuntivi disponibili'),
('it', 'browse_all_available_themes', 'Sfoglia tutti i temi disponibili'),
('it', 'browse_by_category', 'Browse by category'),
('it', 'bucket', 'Cestino'),
('it', 'bulk_category_addition', 'Aggiungi categorie in blocco'),
('it', 'bulk_category_deletion_side_effects', 'Questo eliminerà i prodotti di tutte le categorie, così come le loro sotto-categorie e i loro prodotti.'),
('it', 'bulk_edit.decrease_hint', 'Per ridurre il valore usa il simbolo \"-\". Es. -5'),
('it', 'bulk_edit.example_of_modified_value', 'Esempio di valore modificato'),
('it', 'bulk_edit.make_active', 'Attiva i prodotti'),
('it', 'bulk_edit.make_disabled', 'Disabilita i prodotti'),
('it', 'bulk_edit.make_hidden', 'Nascondi i prodotti'),
('it', 'bulk_edit.price_and_stock', 'Prezzi e quantità'),
('it', 'bulk_edit.some_products_were_omitted', 'Some products were skipped because the last remaining category can\'t be removed or added for a product.'),
('it', 'bulk_edit.some_products_were_omitted_other_storefront', 'Couldn\'t edit selected products. Some of the selected products belong to other storefronts; please deselect those products to be able to edit remaining ones.'),
('it', 'bulk_edit.unable_to_delete_all_categories', 'Deve essere selezionata almeno una categoria'),
('it', 'bulk_edit.what_do_these_checkboxes_mean', 'What do these checkboxes mean?'),
('it', 'bulk_edit.what_do_these_checkboxes_mean_checked', 'all the selected products belong to this category or will be assigned to it.'),
('it', 'bulk_edit.what_do_these_checkboxes_mean_indeterminate', 'some of the selected products belong to this category; no changes will be made.'),
('it', 'bulk_edit.what_do_these_checkboxes_mean_unchecked', 'none of the selected products belong to this category, or they will be removed from it.'),
('it', 'bulk_print_invoice', 'Stampa fattura'),
('it', 'bulk_print_packing_slip', 'Stampa massiva delle bolle di consegna'),
('it', 'bulk_print_pdf', 'Stampa massiva fatture (PDF)'),
('it', 'bulk_product_addition', 'Aggiungi prodotti in blocco'),
('it', 'bundleid', 'Bundle Id'),
('it', 'button_bgcolor', 'Colore di sfondo pulsanti'),
('it', 'button_text_color', 'Colore testo pulsanti'),
('it', 'but_change', 'Cambia'),
('it', 'buyer_name', 'Nome cliente'),
('it', 'buy_in_advance', 'Acquista in anticipo'),
('it', 'buy_in_advance_upgrade_notification.message', '<p>Customers can now preorder products that have <b>Out of stock actions</b> set to <i>Buy in advance</i> even when the <b>Allow negative amount in inventory</b> setting is disabled. Currently the following products are available on backorder:</p><ul>[products_list]</ul><p>If you don\'t want to allow customers to purchase some of these products while you don\'t have them in stock, please edit these products and set their <b>Out of stock actions</b> to <i>None</i>.</p>'),
('it', 'buy_in_advance_upgrade_notification.title', 'Nuovo comportamento per \"Out of stock actions: Buy in advance\"'),
('it', 'buy_license', 'Acquista una licenza'),
('it', 'buy_new_storefront_license', 'Comprare [product] Licenza di Negozio Virtuale'),
('it', 'buy_now', 'Acquista adesso'),
('it', 'buy_now_url', 'URL compra ora'),
('it', 'buy_together', 'Acquista insieme'),
('it', 'buy_together_calculation_information', 'Prezzo totale: [total_price], sconto: [discount], prezzo combinazione: [combination_price]'),
('it', 'buy_together_combination_cannot_be_added', 'La combinazione non può essere aggiunta al carrello'),
('it', 'buy_together_fill_the_mandatory_fields', 'Si prega di specificare opzioni di prodotto prima di aggiungere questa combinazione al carrello.'),
('it', 'buy_together_is_not_compatible_with_configurator', '[product_name] non può essere aggiunto alla combinazione. L\'acquisto combinato non è compatibile con il componente aggiuntivo \"configuratore di prodotto\"'),
('it', 'buy_together_is_not_compatible_with_recurring_billing', '[product_name] non può essere aggiunto alla combinazione. L\'acquisto combinato non è compatibile con il componente aggiuntivo \"Fatturazione periodica\"'),
('it', 'buy_together_product_was_removed', '[product] non aveva abbastanza disponibilità ([amount]) ed è stato rimosso dal carrello'),
('it', 'by', 'da'),
('it', 'bytes', 'Byte'),
('it', 'by_fixed', 'per importo fisso'),
('it', 'by_percentage', 'in percentuale rispetto al prezzo originale'),
('it', 'b_first_name_and_last_name', 'Nome e Cognome (per fatturazione)'),
('it', 'b_fullname', 'Nome completo (per fatturazione)'),
('it', 'b_last_name_and_first_name', 'Cognome e nome (per fatturazione)'),
('it', 'C128A', 'Codice 128 è un simbolo di codice a barre ad alta densità e viene utilizzato ampiamente a livello mondiale.<br/>Codice 128 è concepito per codificare caratteri ASCII a 128 (128 full ASCII characters).<br/>Codice 128-A - 0-9, A-Z, codici di controllo ASCII, caratteri speciali.<br/>Codice Code 128-B - 0-9, A-Z, a-z, caratteri speciali.<br/>Codice 128-C - 00-99 (doppia densità codifica di soli dati numerici).<br/>'),
('it', 'C128B', 'Codice 128 è un simbolo di codice a barre ad alta densità e viene utilizzato ampiamente a livello mondiale.<br>Codice 128 è concepito per codificare caratteri ASCII a 128 (128 full ASCII characters).<br>Codice 128-A - 0-9, A-Z, codici di controllo ASCII, caratteri speciali.<br>Codice Code 128-B - 0-9, A-Z, a-z, caratteri speciali.<br>Codice 128-C - 00-99 (doppia densità codifica di soli dati numerici).<br>'),
('it', 'C128C', 'Codice 128 è un simbolo di codice a barre ad alta densità.<br/>Esso viene utilizzato ampiamente a livello mondiale.<br/>Codice 128 è concepito per codificare caratteri ASCII a 128 (128 full ASCII characters).<br/>Codice 128-A - 0-9, A-Z, codici di controllo ASCII, caratteri speciali.<br/>Codice Code 128-B - 0-9, A-Z, a-z, caratteri speciali.<br/>Codice 128-C - 00-99 (doppia densità codifica di soli dati numerici).<br/>'),
('it', 'C39', 'Conosciuto anche come USS Code 39, 3 of 9.<br/>Codice 39 è in grado di codificare caratteri alphanumerici.<br/>Questa simbologia viene utilizzata in un ambiente \"non commercio al dettaglio\".<br/>Il codice 39 è stato concepito per codificare 26 caratteri maiuscoli, 10 cifre, 7 caratteri speciali.'),
('it', 'cache_cleared', 'La cache è stata cancellata'),
('it', 'calculate', 'Calcola'),
('it', 'calculate_shipping_cost', 'Calcola i costi di spedizione'),
('it', 'calendar', 'Calendario'),
('it', 'call_request.work_time', 'Lunedi-Ven 9.am-6p.m.'),
('it', 'call_requests', 'Chiamate'),
('it', 'call_requests.agreement_text_full_request_call_request_form', '<p>We ([company]) will use the data you provide here to contact you regarding your call request or order. That data will remain in our system, visible to our staff (or the relevant vendor), until you withdraw your consent. If you’d like to have your personal data removed, send an email to [email].</p> <p>If you believe that your personal data has been misused, you have the right to lodge a complaint with a supervisory authority. We’re obliged by EU General Data Protection Regulation to let you know about this right; we don’t actually intend to misuse your data.</p>'),
('it', 'call_requests.agreement_text_short_request_call_request_form', 'I agree to have my personal data <u>processed as follows.</u>'),
('it', 'call_requests.awaiting_call', 'In attesa di chiamata'),
('it', 'call_requests.buy_now_with_one_click', 'Acquista adesso con 1-click'),
('it', 'call_requests.convenient_time', 'Ora conveniente'),
('it', 'call_requests.enter_phone_or_email_text', 'Inserisci il tuo numero di telefono o e-mail'),
('it', 'call_requests.error_validate_call_form', 'Inserisci la tua e-mail o un numero di telefono'),
('it', 'call_requests.error_validator_phone', 'Il numero di telefono nel campo <b>[field]</b> non è valido.'),
('it', 'call_requests.event.request_about_product_created.name', 'Call requests: request about product created'),
('it', 'call_requests.event.request_created.name', 'Call requests: request created'),
('it', 'call_requests.notes', 'Note'),
('it', 'call_requests.no_name_specified', 'Nessun nome specificato'),
('it', 'call_requests.order_exists', 'L\'ordine esiste'),
('it', 'call_requests.order_placed', 'Abbiamo ricevuto la vostra richiesta! L\'ordine #[order_id] è stato creato correttamente. Un nostro responsabile vi contatterà al più presto.'),
('it', 'call_requests.person_name_and_phone', 'Nome e telefono'),
('it', 'call_requests.phone_from_settings', 'Impostazioni provenienza chiamata'),
('it', 'call_requests.requested_product', 'Prodotto richiesto'),
('it', 'call_requests.request_call', 'Richiamami'),
('it', 'call_requests.request_call_request_form', 'Call requests: request form'),
('it', 'call_requests.request_recieved', 'Abbiamo ricevuto la vostra richiesta! Un nostro responsabile vi contatterà al più presto.'),
('it', 'call_requests.responsible', 'Responsabile'),
('it', 'call_requests.status.completed', 'Completato'),
('it', 'call_requests.status.in_progress', 'In corso'),
('it', 'call_requests.status.new', 'Nuova'),
('it', 'call_requests.status.no_answer', 'Nessuna risposta'),
('it', 'call_requests.text_buy_with_one_click_request', 'Il Cliente [customer] è <a href=\"[href]\"> in attesa la chiamata</a> su [phone_number], per quanto riguarda l\'acquisto del prodotto <a href=\"[product_href]\">[product_name]</a>.'),
('it', 'call_requests.text_call_request', 'Cliente [customer] e <a href=\"[href]\">e in attesa della sua chiamata</a> su [phone_number].'),
('it', 'call_requests.text_call_request_call_time', 'Il tempo di chiamata preferito è tra [time_from] e [time_to].'),
('it', 'call_requests.use_for_call_requests', 'Modulo \"Richiamami\" e \"Acquista con 1 click\"'),
('it', 'call_requests_menu_description', 'Gestione chiamate clienti'),
('it', 'campaign', 'Campagna'),
('it', 'campaigns', 'Campagne'),
('it', 'campaign_stats', 'Statistiche di campagna'),
('it', 'canada_post_activation_error', 'Per potere attivare il processore di calcolo della spedizione per Canada Post devi abilitare la valuta Dollaro Canadese.'),
('it', 'canada_post_upgrade_notification_text', '<p>L\'ultima versione di [product] ha diverse impostazioni per il calcolo in tempo reale del tasso di spedizione se si utilizza Canada Post come un vettore.</p> <p>Se si desidera mostrare le attuali tariffe di spedizione ai vostri clienti, fare questo:</p> <ul><li>Vai alla amministrazione > spedizione & tasse > spedizione Metodi</li> <li>scegliere il metodo di spedizione che utilizza Canada Post come un elemento portante per calcolare le tariffe di spedizione</li>, <li>passare alla scheda generale e immettere il servizio di spedizione adeguato</li> <li>alla scheda Configura e immettere le corrette <a href=\"https://www.canadapost.ca/cpo/mc/business/productsservices/developers/services/gettingstarted.jsf\" target=\"_blank\"> chiavi API</a></li></ul>'),
('it', 'canada_post_upgrade_notification_title', 'Canada Post in tempo reale le modifiche di calcolo del tasso di spedizione'),
('it', 'cancel', 'Annulla'),
('it', 'canceled_reversal', 'Revoca cancellata'),
('it', 'cancelled', 'Annullato'),
('it', 'cancel_order', 'Cancelar pedido'),
('it', 'cancel_url_target', 'Cancellare la destinazione URL'),
('it', 'cannot_buy', 'Non puoi acquistare il prodotto con queste opzioni/varianti'),
('it', 'cannot_proccess_checkout', 'Il tuo carrello è vuoto, non puoi andare alla cassa.'),
('it', 'cannot_proccess_checkout_without_payment_methods', 'Non vi sono metodi di pagamento disponibili, perciò non puoi andare alla cassa.'),
('it', 'cannot_remove_active_theme', 'Impossibile rimuovere il tema attivo'),
('it', 'cannot_remove_theme_has_dependent_themes', 'Il tema non puo essere eliminato, i temi seguenti [dependent_themes] dipendono di questo'),
('it', 'cannot_upload_file', 'Cannot upload file'),
('it', 'cannot_write_file', 'Impossibile scrivere sul file <b>[file]</b>. Controllare le autorizzazioni d\'accesso per file e cartelle relative.'),
('it', 'cant_create_backup_file', 'Non puoi caricare file di backup. Si prega di controllare le autorizzazioni per la cartella \"var/backups\" della tua installazione.'),
('it', 'cant_find_thread', 'Argomento non trovato'),
('it', 'cant_remove_addon_files', 'I file dell\'addon non possono essere rimossi'),
('it', 'cant_remove_default_storefront', 'Default storefront <b>[url]</b> can\'t be removed'),
('it', 'cant_save_percentage_price', 'Non potete utilizzare un valore percentuale per il prezzo base.'),
('it', 'cant_upload_file', 'Couldn\'t upload the file. The problem isn\'t necessarily on the [product] end. If it occurs regularly, please contact your server administrator or our technical support.'),
('it', 'captcha_upgrade_notification_text', '<p>Previously you had to use <b>Settings → Image verification</b> to configure anti-bot protection. Starting with [product] 4.5.1, that section of the settings doesn\'t exist. All relevant settings were moved to the Google reCAPTCHA add-on. The values of those settings remain as they were before the upgrade.</p><p>The Google reCAPTCHA add-on is now the only mechanism of anti-bot protection available in [product] by default. To set up anti-bot validation, follow these steps:</p><ol><li>Go to <b>Add-ons → Manage add-ons</b>.</li><li>Find and click on <b>Google reCAPTCHA</b> in the list of add-ons.</li><li>A pop-up window will open. Enter <b>Site key</b> and <b>Secret token</b>, then save your changes. The instructions on how to get the key and token are available <a href=\'https://developers.google.com/recaptcha/docs/start\' target=\'_blank\'>here</a>.</li><li>Configure other settings of the add-on as you see fit.</li></ol>'),
('it', 'captcha_upgrade_notification_title', 'Image verification was fully replaced by Google reCAPTCHA'),
('it', 'capture', 'Cattura'),
('it', 'card', 'Carta'),
('it', 'cardholder_name', 'Nome possessore della carta'),
('it', 'card_number', 'Numero carta'),
('it', 'carousel', 'Carosello'),
('it', 'carousel_swiper', 'Swiper'),
('it', 'carrier', 'Corriere'),
('it', 'carrier_aup', 'Poste Australiane'),
('it', 'carrier_can', 'Poste Canadesi'),
('it', 'carrier_dhl', 'DHL'),
('it', 'carrier_fedex', 'FedEx'),
('it', 'carrier_store_locator', 'Pickup'),
('it', 'carrier_swisspost', 'Poste Svizzere'),
('it', 'carrier_temando', 'Temando'),
('it', 'carrier_ups', 'UPS'),
('it', 'carrier_usps', 'USPS'),
('it', 'cart', 'Carrello'),
('it', 'cart_content', 'Contenuto carrello'),
('it', 'cart_contents', 'Il tuo carrello'),
('it', 'cart_info', 'CS-Cart info'),
('it', 'cart_is_empty', 'Il carrello è vuoto'),
('it', 'cart_items', 'Articoli nel carrello'),
('it', 'cart_or_wishlist', 'Carrello o lista desideri'),
('it', 'cart_subtotal', 'Sub-totale carrello'),
('it', 'cash_on_delivery', 'Pagamento contro rimborso (contrassegno)'),
('it', 'catalog', 'Catalogo'),
('it', 'catalog_mode', 'Modalità catalogo'),
('it', 'catalog_pages', 'Pagine catalogo'),
('it', 'categories', 'Categorie'),
('it', 'categories_have_been_added', 'Categorie sono state aggiunte'),
('it', 'categories_in', 'Categorie in'),
('it', 'categories_menu_description', 'Visualizza le categorie di prodotti che sono utilizzate per raggruppare i prodotti nel vostro negozio.'),
('it', 'category', 'Categoria'),
('it', 'category_deletion_side_effects', 'Questo eliminerà i prodotti di tutte le categorie, nonché le relative sotto-categorie e i loro prodotti.'),
('it', 'category_delimiter', 'Delimitatore categoria'),
('it', 'category_description', 'Descrizione categoria'),
('it', 'category_location', 'Posizione categoria'),
('it', 'category_name', 'Nome categoria'),
('it', 'cc_button_submit', 'Procedi al pagamento'),
('it', 'cc_last_digit', 'Final do cartão'),
('it', 'cdn_settings', 'Impostazioni CDN'),
('it', 'central', 'Colonna centrale'),
('it', 'central_content', 'Contenuto centrale'),
('it', 'certificate', 'Certificato'),
('it', 'certificate_already_used', 'Il buono regalo è già in uso'),
('it', 'certificate_code_not_available', 'Il buono regalo non può essere applicato. Contattaci.'),
('it', 'certificate_code_not_valid', 'Codice buono regalo non valido'),
('it', 'certificate_filename', 'File del certificato'),
('it', 'certificate_verification', 'Valida buono regalo'),
('it', 'change', 'Modifica'),
('it', 'changed', 'Modificato'),
('it', 'changes', 'Modifiche'),
('it', 'change_access_permission_to_config', 'Raccomandiamo anche di cambiare le autorizzazioni d\'accesso per il file config.local.php. Dovrebbe avere permessi 644 (lettura/scrittura per il proprietario e sola lettura per gli altri).'),
('it', 'change_addons_initialization', 'Cambia inizializzazione dell\'add-on'),
('it', 'change_addons_initialization_description', 'Per determinare se un determinato problema è causato da un componente aggiuntivo, è possibile disattivare i componenti aggiuntivi di terze parti o tutti i componenti aggiuntivi. Riattivarli successivamente con un solo clic.'),
('it', 'change_customer', 'Cambia cliente'),
('it', 'change_gift_certificate_status', 'Cambia stato certificato regalo in'),
('it', 'change_language', 'Cambia lingua'),
('it', 'change_order_status_b_subj', 'L\'ordine #[order] e stato ordinato di nuovo'),
('it', 'change_order_status_b_text', 'Il suo ordine e stato ordinato di nuovo.'),
('it', 'change_order_status_c_subj', 'L\'ordine #[order] e stato complesso'),
('it', 'change_order_status_c_text', 'Il suo ordine e stato completato. Grazie di averci scelto.'),
('it', 'change_order_status_default_subj', 'Lo stato del l\'ordine #[order] e cambiato a [status]'),
('it', 'change_order_status_default_text', 'Il status dell\'suo ordine e cambiato a [status].'),
('it', 'change_order_status_d_subj', 'L\'ordine #[order] e stato rifiutato'),
('it', 'change_order_status_d_text', 'Il suo ordine e stato rifiutato. Prego contattare il settore di compre.'),
('it', 'change_order_status_f_subj', 'L\'ordine #[order] ha faltato'),
('it', 'change_order_status_f_text', 'Il suo ordine non ha avuto successo. Prego contattare il settore di compre.'),
('it', 'change_order_status_i_subj', 'L\'ordine #[order] e stato cancellato'),
('it', 'change_order_status_i_text', 'Il suo ordine e stato cancellato. Per favore contattare il settore di compre.'),
('it', 'change_order_status_o_subj', 'L\'ordine #[order] e stato messo con successo'),
('it', 'change_order_status_o_text', 'Grazie per l\'ordine. Benvenuto di essere ritornato!'),
('it', 'change_order_status_p_subj', 'L\'ordine #[order] e stato processato'),
('it', 'change_order_status_p_text', 'Il suo ordine e stato inviato con successo.'),
('it', 'change_password_notification', 'Per favore cambia la tua password'),
('it', 'change_password_notification_body', 'La tua password per accedere al pannello amministratore del negozio [store] è stata cambiata [days] giorni fa. Per ragioni di sicurezza ti preghiamo di cambiare la tua password cliccando sul seguente collegamento:'),
('it', 'change_permissions', 'Modifica permessi'),
('it', 'change_points', 'Punti cambio'),
('it', 'change_range', 'Cambia intervallo'),
('it', 'charged_amount', 'Importo aggiunto'),
('it', 'charge_to_vendor_account', 'Addebita su conto vendor'),
('it', 'charset', 'Set di caratteri'),
('it', 'chart', 'Grafico'),
('it', 'charts', 'Grafici'),
('it', 'chart_type', 'Tipo di grafico'),
('it', 'check', 'Controllo'),
('it', 'checkbox', 'Casella (checkbox)'),
('it', 'checked', 'Selezionato'),
('it', 'checking_account_number', 'Controllo numero conto'),
('it', 'checking_core_edition_is_not_suitable', 'L\'edizione del tuo software ([current_edition]) non è supportata. Versione richiesta: [required_edition].'),
('it', 'checking_core_version_is_not_suitable', 'La versione del tuo software ([version]) non è supportata. Minima: [min]. Massima: [max].'),
('it', 'checking_extension_should_be_installed', 'L\'estensione [extension] deve essere installata sul server per il corretto funzionamento dell\'add-on.'),
('it', 'checking_extension_should_be_removed', 'L\'estensione [extension] dovrebbe essere rimossa dal vostro server per il corretto funzionamento dell\'add-on.'),
('it', 'checking_extension_version_is_not_suitable', 'L\'estensione [extension] versione ([version]) non è supportata dall\'add-on. Minima: [min]. Massima: [max].'),
('it', 'checking_php_version_is_not_suitable', 'La versione di PHP ([version]) non è supportata. Minima: [min]. Massima: [max].'),
('it', 'checkout', 'Cassa'),
('it', 'checkout.email_exists.popup.cancel_btn', 'Use another email'),
('it', 'checkout.email_exists.popup.message', 'An account with your email already exists. We can sign you in (password won\'t be needed), or you can use another email if you\'d like.'),
('it', 'checkout.email_exists.popup.sign_in_btn', 'Sign me in'),
('it', 'checkout.email_exists.popup.title', 'You may have bought from us before'),
('it', 'checkout.min_cart_subtotal_required', 'To continue checkout process your order subtotal must exceed [amount]'),
('it', 'checkout_as_guest', 'Continua acquisto come ospite'),
('it', 'checkout_block_with_heading', 'Blocco Checkout (H2 heading)'),
('it', 'checkout_edp_terms_n_conditions', 'Accetto i termini e le condizioni descritte in'),
('it', 'checkout_location_was_rewritten_upgrade_notification_text', '<p>You can now move parts of the new checkout page around, or hide the parts you don\'t need. To do this, go to <b>Design → Layouts</b> and switch to the <i>Checkout</i> tab. For your convenience, we have updated your checkout page: it now has all the new blocks that a clean [product] installation has. Please check your checkout page and modify it as you see fit.</p><p>We also made a back-up of your previous checkout page. If you need to revert our changes, just import the layout from <b>[file_paths]</b></p><p><a href=\"[layout_page]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Configure checkout here</a></p>'),
('it', 'checkout_location_was_rewritten_upgrade_notification_title', 'Personalizza la pagina di checkout'),
('it', 'checkout_select_profile_before_order', 'Seleziona un profilo primo di procedere con l\'ordine.'),
('it', 'checkout_terms_n_conditions', 'Selezionare questa casella per accettare i [terms_href]'),
('it', 'checkout_terms_n_conditions_alert', 'Per continuare devi accettare i nostri termini e condizioni.'),
('it', 'checkout_terms_n_conditions_name', 'Termini e condizioni'),
('it', 'check_active', 'Attivo'),
('it', 'check_again', 'Controlla e correggi'),
('it', 'check_all', 'Tutti'),
('it', 'check_disabled', 'Disattivato'),
('it', 'check_hidden', 'Nascosto'),
('it', 'check_items_text', 'Per includere lo stato degli ordini, metodi di pagamento e destinazioni nella lista delle condizioni, spuntare gli elementi necessari e cliccare sul tasto \"Salva\".'),
('it', 'check_none', 'Nullo'),
('it', 'check_number', 'Verifica numero'),
('it', 'check_pending', 'In attesa'),
('it', 'check_permissions', 'Verifica le autorizzazioni'),
('it', 'check_php_timeout', 'Verifica il timeout degli script PHP'),
('it', 'check_server_export_settings', 'Controlla impostazioni di esportazione del server'),
('it', 'check_ssl', 'Verifica SSL'),
('it', 'check_uncheck_all', 'Seleziona/deseleziona tutti'),
('it', 'chinese', 'Cinese'),
('it', 'choose', 'Scegli'),
('it', 'choose_action', 'Scegli azione'),
('it', 'choose_category', 'Scegli categoria'),
('it', 'choose_user', 'Scegli utente'),
('it', 'choose_your_country', 'Scegli il tuo Paese'),
('it', 'choose_your_store_mode', 'Per favore scegli la tua modalità di licenza'),
('it', 'cities', 'Città'),
('it', 'city', 'Città'),
('it', 'classes', 'Classi'),
('it', 'clean', 'Pulisci'),
('it', 'cleanup_history', 'Cronologia pulizia'),
('it', 'cleanup_log', 'Pulizia log'),
('it', 'clean_logs', 'Cancella i registri'),
('it', 'clean_old_logs', 'Cancella log più vecchi di [n] giorni'),
('it', 'clean_up_all_locations_on_import', 'Cancella destinazioni prima di importare'),
('it', 'clear', 'Cancella'),
('it', 'clear_cache', 'Cancella cache'),
('it', 'clear_cart', 'Svuota carrello');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('it', 'clear_conditions', 'Cancella condizioni'),
('it', 'clear_fields', 'Cancella campi'),
('it', 'clear_list', 'Cancella lista'),
('it', 'clear_thumbnails', 'Cancella le miniature generate'),
('it', 'clear_wishlist', 'Svuota lista dei desideri'),
('it', 'clicks', 'Click'),
('it', 'client_id', 'ID cliente'),
('it', 'clone', 'Duplica'),
('it', 'clone_categories', 'Copiare categorie'),
('it', 'clone_from', 'Duplica da'),
('it', 'clone_layouts', 'Copia layout'),
('it', 'clone_pages', 'Condividi pagine'),
('it', 'clone_payments', 'Condividi metodi di pagamento'),
('it', 'clone_products', 'Condividi prodotti'),
('it', 'clone_product_features', 'Condividi caratteristiche prodotto'),
('it', 'clone_product_filters', 'Condividi filtri prodotto'),
('it', 'clone_profile_fields', 'Condividi campi profilo'),
('it', 'clone_promotions', 'Condividi promozioni'),
('it', 'clone_selected', 'Duplica selezionati'),
('it', 'clone_settings', 'Copia impostazioni'),
('it', 'clone_shippings', 'Condividi metodi di spedizione'),
('it', 'clone_sitemap', 'Copia mappa del sito'),
('it', 'clone_static_data_clone', 'Copia menù'),
('it', 'clone_table', 'Duplica tabella'),
('it', 'clone_theme', 'Duplica modello'),
('it', 'clone_this_item', 'Duplica questo elemento'),
('it', 'clone_this_page', 'Duplica questa pagina'),
('it', 'close', 'Chiudi'),
('it', 'close_selected_storefronts', 'Chiudi selezionati'),
('it', 'close_storefront', 'Negozio chiuso'),
('it', 'close_storefront.setting_notice', 'You can open or close a storefront on the storefront editing page'),
('it', 'cmcic_societe', 'Societe'),
('it', 'cname', 'CNAME'),
('it', 'code', 'Codice'),
('it', 'code_snippets', 'Snippets di codice'),
('it', 'coefficient', 'Coefficiente'),
('it', 'collapse_bg_color', 'Collassa il colore di sfondo'),
('it', 'collapse_section', 'Collapse section'),
('it', 'collapse_sublist_of_items', 'Richiudi la lista degli elementi'),
('it', 'collapse_text_color', 'Collassa il colore del testo'),
('it', 'color', 'Colore'),
('it', 'column', 'Colonna'),
('it', 'combination', 'Combinazione'),
('it', 'combination_code', 'Combination code'),
('it', 'combination_products', 'Combinazione prodotti'),
('it', 'comma', 'Virgola'),
('it', 'comment', 'Commento'),
('it', 'comments', 'Commenti'),
('it', 'comments_and_reviews', 'Commenti e recensioni'),
('it', 'comments_and_reviews_menu_description', 'Commenti e recensioni clienti su prodotti, categorie, ordini, ...'),
('it', 'comment_by', 'Commento di'),
('it', 'comment_hint', 'Scrivi il testo che apparirà sotto l\'opzione'),
('it', 'commerceml.map.entity_type.warehouse', 'Magazzini'),
('it', 'commerceml.tab.warehouse', 'Magazzini'),
('it', 'commission', 'Commissione'),
('it', 'commissions', 'Commissioni'),
('it', 'commissions_of_last_periods', 'Commissioni degli ultimi periodi'),
('it', 'commission_rates', 'Tassi di commissione'),
('it', 'communication', 'Comunicazione'),
('it', 'communication_and_rating', 'Comunicazione e valutazione'),
('it', 'compact_list', 'Compatta lista'),
('it', 'companies', 'Aziende'),
('it', 'company', 'Azienda'),
('it', 'company_address', 'Indirizzo azienda'),
('it', 'company_name', 'Nome azienda'),
('it', 'company_not_found', 'Azienda selezionata non trovata'),
('it', 'company_phone', 'Telefono azienda'),
('it', 'company_settings', 'Impostazioni azienda'),
('it', 'compare', 'Confronta'),
('it', 'compare_product_features', 'Confronta caratteristiche prodotto'),
('it', 'comparison_list', 'Lista di confronto'),
('it', 'comparison_list_note', 'Vai alla lista di comparazione prodotti'),
('it', 'comparsion', 'Confronto'),
('it', 'compatible_class', 'Classe compatibile'),
('it', 'completed', 'Completato'),
('it', 'compressing_backup', 'Compressione file di salvataggio'),
('it', 'compress_dump', 'Comprimere file di salvataggio'),
('it', 'condition', 'Condizione'),
('it', 'conditions', 'Condizioni'),
('it', 'configure', 'Configura'),
('it', 'confirm', 'Conferma'),
('it', 'confirmation_dialog', 'Richiesta di conferma'),
('it', 'confirmed', 'Confermato'),
('it', 'confirm_password', 'Conferma password'),
('it', 'conflicts', 'Conflitti'),
('it', 'congratulations', 'Congratulazioni!'),
('it', 'connection_ticket', 'Ticket di connessione'),
('it', 'contact', 'Contact'),
('it', 'contact_information', 'Informazioni contatto'),
('it', 'contact_us_for_price', 'Contattaci per il prezzo'),
('it', 'container_not_used', 'Questo contenitore non viene utilizzato. Verrà utilizzato invece il contenitore \"[container]\" dalla posizione predefinita. Impostare questo percorso come predefinito per utilizzare questo contenitore come \"[container]\" per tutti i Layout.'),
('it', 'container_options', 'Opzioni contenitore'),
('it', 'content', 'Contenuto'),
('it', 'content_alignment', 'Allineamento contenuto'),
('it', 'content_changed_for', 'Le istanze di questo blocco hanno un contenuto differente per'),
('it', 'continue', 'Avanti'),
('it', 'continue_shopping', 'Continua gli acquisti'),
('it', 'controller', 'Sostituisci con'),
('it', 'controller_description', 'Se vuoi specificare un nome SEO p.e.: http://example.com/index.php?dispatch=<b>categories.catalog</b>. devi inserire il valore \"<b>categories.catalog</b>\" nel campo \"<b>valore del parametro \"dispatch\" dell\\\'URL</b>\" e specificare il nome SEO nel campo \"<b>nome SEO</b>\"'),
('it', 'conversion', 'Conversione'),
('it', 'converting_data_in_table', 'Conversione dati nella tabella [table]'),
('it', 'cookie_is_disabled', 'Per un\'esperienza di acquisto più completa, si prega di <a href=\"http://www.wikihow.com/Enable-Cookies-in-Your-Internet-Web-Browser\" target=\"_blank\">impostare il browser per accettare i cookie</a>'),
('it', 'cookie_policy_upgrade_notification_text', '<p>Some countries require that websites notify customers about the use of cookies. Previously you could do that under <b>Settings → Security</b>. That setting has now been moved to the <b>GDPR Compliance (EU)</b> add-on. Here\'s what we advise doing:</p><ol><li>Go to <b>Add-ons → Manage add-ons</b>.</li><li>Switch to the <b>Browse all available add-ons</b> tab.</li><li>Make sure that the <b>GDPR Compliance (EU)</b> add-on is installed and active.</li><li>Click on the add-on name to open the its settings.</li><li>If the <b>Cookie consent</b> setting is set to <i>Implicit</i>, then your store behaves as before the upgrade.</li><li>Switch to the GDPR tab and make sure that the notifications about personal data processing are configured as you want them to.</li><li>Click <b>Save</b>.</li></ol><p>If you\'d like, you can set the consent mode to <i>Explicit</i>; that way customers will need to explicitly agree to the use of cookies before they can access your store.</p>'),
('it', 'cookie_policy_upgrade_notification_title', 'Impostazioni cooki spostata nelle impostazioni dell\'addon GDPR'),
('it', 'coordinates', 'Coordinate'),
('it', 'copied', 'Copied'),
('it', 'copy', 'Copia'),
('it', 'copyright_shopping_cart', '[product] - Shopping Cart Software'),
('it', 'copy_from_layout', 'Copia dati da layout'),
('it', 'copy_theme_from_another_storefront', 'Copy theme and its layouts from another storefront'),
('it', 'copy_to_other_locations', 'Copiare in altri percorsi'),
('it', 'core', 'Core'),
('it', 'core_files_have_been_modified', 'Alcuni <a href=\"[changes_url]\">files centrali</a> sono stato cambiati manualmente. Questo puo cosae molti problemi, sopratutto surclassando a una nuova versione di [product]. Per sapere piu, perche noi consultiamo di non cambiare i files centrali, prego di leggere questo <a href=\"[docs_url]\" target=\"_blank\" >articolo</a>.<br><br>[product] va cercare files centrali in ogni connesione di Lei. Per deattivare questo check andare a <a href=\"[settings_url]\"> Parametr → Generali</a> annulando con clic i cambii di Monitore dei files centrali nel checkbox.'),
('it', 'cost', 'Costo'),
('it', 'cost_dependences', 'Dipendenze di costo'),
('it', 'could_not_connect_to_database', 'Could not connect to database'),
('it', 'could_not_open_file', 'L\'anteprima del file non è disponibile'),
('it', 'countries', 'Paesi'),
('it', 'countries_list', 'Lista paesi'),
('it', 'countries_menu_description', 'Gestisci l\'elenco di paesi supportati dal vostro negozio.'),
('it', 'country', 'Paese'),
('it', 'country_code', 'Country code'),
('it', 'count_document_fail_imported', 'L\'importazione dei documenti è fallita:'),
('it', 'count_document_successfully_imported', 'Documenti importati con successo:'),
('it', 'count_email_template_fail_imported', 'L\'importazione dei template di email è fallita:'),
('it', 'count_email_template_successfully_imported', 'Modelli di email importati con successo:'),
('it', 'count_internal_template_fail_imported', 'On-site notification templates import failed:'),
('it', 'count_internal_template_successfully_imported', 'On-site notification templates successfully imported:'),
('it', 'count_snippet_fail_imported', 'L\'importazione degli smippets è fallita:'),
('it', 'count_snippet_successfully_imported', 'Snippets importati con successo:'),
('it', 'coupon', 'Buono'),
('it', 'coupons', 'Buoni'),
('it', 'coupon_already_used', 'Questo buono è gia in uso'),
('it', 'coupon_code', 'Codice buono'),
('it', 'cpi_hash_key', 'Chiave Hash CPI'),
('it', 'create', 'Crea'),
('it', 'created', 'Creato'),
('it', 'create_account', 'Crea account'),
('it', 'create_administrator_account', 'Crea account amministratore'),
('it', 'create_and_close', 'Crea e chiudi'),
('it', 'create_backup', 'Crea backup'),
('it', 'create_detailed_shipment', 'Creare invio detagliato'),
('it', 'create_file', 'Crea file'),
('it', 'create_folder', 'Crea cartella'),
('it', 'create_gift_certificate', 'Crea un buono regalo'),
('it', 'create_gift_certificate_for_customer', 'Crea un buono regalo per questo cliente'),
('it', 'create_guest_account', 'Cassa veloce senza registrazione'),
('it', 'create_new_account', 'Crea un account da utilizzare per i pagamenti'),
('it', 'create_new_block', 'Crea nuovo blocco'),
('it', 'create_new_layout', 'Crea nuovo layout'),
('it', 'create_new_order', 'Crea nuovo ordine'),
('it', 'create_process_payment', 'Crea ed elabora il pagamento'),
('it', 'create_profile', 'Crea nuovo profilo'),
('it', 'create_profile_notification_header', 'Grazie di diventare un utente registrato nella nostra pagina di mercato. Lei puo trovare sotti l\'informazione del suo conto.'),
('it', 'create_table', 'Crea nuova tabella'),
('it', 'create_ticket', 'Create Ticket'),
('it', 'creating', 'Creazione'),
('it', 'creating_storefront', 'Creating storefront'),
('it', 'creating_table', 'Creazione tabella'),
('it', 'creation_date', 'Data di creazione'),
('it', 'credit_card', 'Carta di credito'),
('it', 'credit_card_info', 'Questo numero è stampato vicino alla firma sul retro della carta. Esso è a 3 cifre DOPO il numero della carta di credito.'),
('it', 'credit_card_number', 'Numero di carta di credito'),
('it', 'credit_memo', 'Promemoria credito'),
('it', 'credit_memo_id', 'ID memo Credit'),
('it', 'cresecureapitoken', 'Token API Sicuro CRE'),
('it', 'cresecureid', 'ID Sicuro CRE'),
('it', 'cresecure_allowed_types', 'Tipi di carte accettate'),
('it', 'cron_export', 'Impostazioni esportazione Cron'),
('it', 'cscart_uvdesk', 'UVDesk Dashboard'),
('it', 'cscart_uvdesk_menu_description', 'Uvdesk dashboard manage, tickets view, etc.'),
('it', 'csv_delimiter', 'Delimitatore file CSV'),
('it', 'csv_file', 'File CSV'),
('it', 'cta', 'ET - Call to action'),
('it', 'curl_error_code_reference_link', 'Per approfondire ciò che ha causato l\'errore di Curl, cercate il numero di errore che avete ottenuto in<a target=\"_blank\" href=\"[href]\"> questo articolo</a>.'),
('it', 'curl_error_description_curle_ssl_invalidcertstatus', 'Lo Status ha restituito un errore quando è stato invocato con la funzione CURLOPT_SSL_VERIFYSTATUS.'),
('it', 'currencies', 'Valute'),
('it', 'currency', 'Valuta'),
('it', 'currencycode', 'Codice valuta'),
('it', 'currency_code_aed', 'Dirham degli Emirati Arabi Uniti'),
('it', 'currency_code_afn', 'Afghan Afghani'),
('it', 'currency_code_ang', 'ANG'),
('it', 'currency_code_aoa', 'Angolan Kwanza'),
('it', 'currency_code_aon', 'Angolan New Kwanza'),
('it', 'currency_code_ars', 'ARS'),
('it', 'currency_code_ats', 'Antillian Guilder'),
('it', 'currency_code_aud', 'Dollaro Australiano'),
('it', 'currency_code_awg', 'AWG'),
('it', 'currency_code_azn', 'Azerbaijanian Manat'),
('it', 'currency_code_bam', 'Bosnia and Herzegovina Convertible Marks'),
('it', 'currency_code_bbd', 'Barbados Dollar'),
('it', 'currency_code_bdt', 'Bangladesh Taka'),
('it', 'currency_code_bef', 'Belgian Franc'),
('it', 'currency_code_bgl', 'Bulgaria Lev'),
('it', 'currency_code_bgn', 'BGN'),
('it', 'currency_code_bhd', 'Bahraini Dinar'),
('it', 'currency_code_bif', 'Burundi Franc'),
('it', 'currency_code_bmd', 'Bermudian Dollar'),
('it', 'currency_code_bnd', 'Brunei Dollar'),
('it', 'currency_code_bob', 'Bolivian Boliviano'),
('it', 'currency_code_brl', 'Real Brasiliano'),
('it', 'currency_code_bsd', 'Bahamian Dollar'),
('it', 'currency_code_btn', 'Bhutan Ngultrum'),
('it', 'currency_code_bwp', 'Botswana Pula'),
('it', 'currency_code_byn', 'Belarussian Ruble'),
('it', 'currency_code_byr', 'BYR'),
('it', 'currency_code_bzd', 'Belize Dollar'),
('it', 'currency_code_cad', 'Dollaro Canadese'),
('it', 'currency_code_cdf', 'Congolese Franc'),
('it', 'currency_code_chf', 'Franco Svizzero'),
('it', 'currency_code_clp', 'Chilean Peso'),
('it', 'currency_code_cny', 'CNY'),
('it', 'currency_code_cop', 'Colombian Peso'),
('it', 'currency_code_crc', 'Costa Rican Colon'),
('it', 'currency_code_csd', 'Serbian Dinar'),
('it', 'currency_code_cve', 'Cape Verde Escudo'),
('it', 'currency_code_cyp', 'Cyprus Pound'),
('it', 'currency_code_cyr', 'Sterlina Cypriota'),
('it', 'currency_code_czk', 'Corona Ceca'),
('it', 'currency_code_dem', 'Deutsche Mark'),
('it', 'currency_code_djf', 'Djibouti Franc'),
('it', 'currency_code_dkk', 'Corona Danese'),
('it', 'currency_code_dop', 'Dominican Peso'),
('it', 'currency_code_dzd', 'Algerian Dinar'),
('it', 'currency_code_ecs', 'Ecuador Sucre'),
('it', 'currency_code_eek', 'Kroon Estonia'),
('it', 'currency_code_egp', 'EGP'),
('it', 'currency_code_ern', 'Eritrean Nafka'),
('it', 'currency_code_esp', 'Spanish Peseta'),
('it', 'currency_code_etb', 'Ethiopian Birr'),
('it', 'currency_code_eur', 'Euro'),
('it', 'currency_code_fim', 'Finnish Markka'),
('it', 'currency_code_fjd', 'Dollaro Fijano'),
('it', 'currency_code_fkp', 'Falkland Islands Pound'),
('it', 'currency_code_frf', 'Franco Francese'),
('it', 'currency_code_gbp', 'Sterlina Inglese'),
('it', 'currency_code_gel', 'GEL'),
('it', 'currency_code_ghs', 'Ghana Cedi'),
('it', 'currency_code_gip', 'Gibraltar Pound'),
('it', 'currency_code_gmd', 'Gambian Dalasi'),
('it', 'currency_code_gnf', 'Guinea Franc'),
('it', 'currency_code_grd', 'Greek Drachma'),
('it', 'currency_code_gtq', 'Guatemalan Quetzal'),
('it', 'currency_code_gyd', 'Guyana Dollar'),
('it', 'currency_code_hkd', 'Dollaro Hong Kong'),
('it', 'currency_code_hnl', 'Honduran Lempira'),
('it', 'currency_code_hrk', 'HRK'),
('it', 'currency_code_htg', 'Haiti Gourde'),
('it', 'currency_code_huf', 'Fiorino ungherese'),
('it', 'currency_code_idr', 'Indonesian Rupiah'),
('it', 'currency_code_iep', 'Irish Pound'),
('it', 'currency_code_ils', 'New Shequel Israele'),
('it', 'currency_code_inr', 'Rupia Indiana'),
('it', 'currency_code_iqd', 'Iraqi Dinar'),
('it', 'currency_code_irr', 'Iranian Rial'),
('it', 'currency_code_isk', 'Krona Islandese'),
('it', 'currency_code_itl', 'Italian Lira'),
('it', 'currency_code_jmd', 'Jamaican Dollar'),
('it', 'currency_code_jod', 'Jordanian Dinar'),
('it', 'currency_code_jpy', 'Yen Giapponese'),
('it', 'currency_code_kes', 'Kenyan Shilling'),
('it', 'currency_code_khr', 'Cambodian Riel'),
('it', 'currency_code_kmf', 'Congolese Franc'),
('it', 'currency_code_kpw', 'Won Nordcoreano'),
('it', 'currency_code_krw', 'Won Sudcoreano'),
('it', 'currency_code_kwd', 'Dinaro Kuwaitiano'),
('it', 'currency_code_kyd', 'Cayman Islands Dollar'),
('it', 'currency_code_kzt', 'Kazakhstani tenge'),
('it', 'currency_code_lak', 'Laos Kip'),
('it', 'currency_code_lbp', 'Lebanese Pound'),
('it', 'currency_code_lkr', 'Sri Lanka Rupee'),
('it', 'currency_code_lrd', 'Liberian Dollar'),
('it', 'currency_code_lsl', 'Lesotho Loti (Maloti)'),
('it', 'currency_code_ltl', 'Litas lituano'),
('it', 'currency_code_luf', 'Luxembourg Franc'),
('it', 'currency_code_lvl', 'Lat lettone'),
('it', 'currency_code_lyd', 'Libyan Dinar'),
('it', 'currency_code_mad', 'MAD'),
('it', 'currency_code_mdl', 'Moldovan Leu'),
('it', 'currency_code_mga', 'Malagasy Ariary'),
('it', 'currency_code_mgf', 'Malagasy Franc'),
('it', 'currency_code_mkd', 'Macedonian (FYR) Denar'),
('it', 'currency_code_mmk', 'Myanmar Kyat'),
('it', 'currency_code_mnt', 'Mongolian Tugrik'),
('it', 'currency_code_mop', 'Macau Pataca'),
('it', 'currency_code_mro', 'Mauritania Ouguiya'),
('it', 'currency_code_mtl', 'Maltese Lira'),
('it', 'currency_code_mur', 'Mauritius Rupee'),
('it', 'currency_code_mvr', 'Maldives Rufiyaa'),
('it', 'currency_code_mwk', 'Malawi Kwacha'),
('it', 'currency_code_mxn', 'Peso Messicano'),
('it', 'currency_code_myr', 'Ringgit Malese'),
('it', 'currency_code_mzn', 'Mozambique Metical'),
('it', 'currency_code_nad', 'Namibian Dollar'),
('it', 'currency_code_ngn', 'Nigerian Naira'),
('it', 'currency_code_nio', 'Nicaraguan Cordoba Oro'),
('it', 'currency_code_nlg', 'Dutch Guilder'),
('it', 'currency_code_nok', 'Kroner Norvegese'),
('it', 'currency_code_npr', 'Nepalese Rupee'),
('it', 'currency_code_nzd', 'Dollaro Nuovo Zelandese'),
('it', 'currency_code_omr', 'Rial Omani'),
('it', 'currency_code_pab', 'Panamanian Balboa'),
('it', 'currency_code_pen', 'Peruvian Nuevo Sol'),
('it', 'currency_code_pgk', 'Papua New Guinea Kina'),
('it', 'currency_code_php', 'Peso Filippino'),
('it', 'currency_code_pkr', 'Pakistan Rupee'),
('it', 'currency_code_pln', 'Zlotych polacco'),
('it', 'currency_code_png', 'Kina della Papua Nuova Guinea'),
('it', 'currency_code_pte', 'Portugese Escudo'),
('it', 'currency_code_pyg', 'Paraguayan Guarani'),
('it', 'currency_code_qar', 'Qatari Rial'),
('it', 'currency_code_rol', 'Romanian Lei'),
('it', 'currency_code_ron', 'RON'),
('it', 'currency_code_rsd', 'New Serbian Dinar'),
('it', 'currency_code_rub', 'RUB'),
('it', 'currency_code_rur', 'Rublo Russo'),
('it', 'currency_code_rwf', 'Rwanda Franc'),
('it', 'currency_code_sar', 'Riyal Arabia Saudita'),
('it', 'currency_code_sbd', 'Dollaro Isole Solomon'),
('it', 'currency_code_scr', 'Seychelles Rupee'),
('it', 'currency_code_sdp', 'Sudanese Pound'),
('it', 'currency_code_sek', 'Corona Svedese'),
('it', 'currency_code_sgd', 'Dollaro di Singapore'),
('it', 'currency_code_shp', 'St Helena Pound'),
('it', 'currency_code_sit', 'Tallero sloveno'),
('it', 'currency_code_skk', 'Corona Slovacca'),
('it', 'currency_code_sll', 'Sierra Leone Leone'),
('it', 'currency_code_sos', 'Somalia Shilling'),
('it', 'currency_code_srd', 'Suriname Dollar'),
('it', 'currency_code_srg', 'Suriname Guilder'),
('it', 'currency_code_std', 'Dobra'),
('it', 'currency_code_svc', 'El Salvador Colon'),
('it', 'currency_code_syp', 'Syrian Pound'),
('it', 'currency_code_szl', 'Swaziland Lilangeni'),
('it', 'currency_code_thb', 'Baht Thailandese'),
('it', 'currency_code_tjs', 'Tajikistan Somoni'),
('it', 'currency_code_tmt', 'Turkmenistan Manat'),
('it', 'currency_code_tnd', 'Tunisian Dinar'),
('it', 'currency_code_top', 'Tongan Pa\'anga'),
('it', 'currency_code_trl', 'Turkish Lira'),
('it', 'currency_code_try', 'Lira Turca'),
('it', 'currency_code_ttd', 'Trinidad and Tobago Dollar'),
('it', 'currency_code_twd', 'Nuovo dollaro di Taiwan'),
('it', 'currency_code_tzs', 'Tanzanian Shilling'),
('it', 'currency_code_uah', 'UAH'),
('it', 'currency_code_ugx', 'Uganda Shilling'),
('it', 'currency_code_usd', 'Dollaro Americano'),
('it', 'currency_code_uyu', 'Peso Uruguayo'),
('it', 'currency_code_uzs', 'Uzbekistan Sum'),
('it', 'currency_code_veb', 'Venezuela Bolivar'),
('it', 'currency_code_vef', 'Venezuela Bolivar Fuerte'),
('it', 'currency_code_vnd', 'Vietnamese New Dong'),
('it', 'currency_code_vuv', 'Vatu di Vanuatu'),
('it', 'currency_code_wst', 'Tala samoano'),
('it', 'currency_code_xaf', 'XAF'),
('it', 'currency_code_xcd', 'East Caribbean Dollar'),
('it', 'currency_code_xof', 'XOF'),
('it', 'currency_code_xpf', 'XPF'),
('it', 'currency_code_yer', 'Yemeni Rial'),
('it', 'currency_code_yum', 'Yugoslavian New Dinar'),
('it', 'currency_code_zar', 'Rand'),
('it', 'currency_code_zmw', 'Zambian Kwacha'),
('it', 'currency_code_zwd', 'Zimbabwe Dollar'),
('it', 'currency_deleted', 'La valuta è stata cancellata con successo.'),
('it', 'currency_rate', 'Tasso di cambio'),
('it', 'currency_rate_greater_than_null', 'Il Tasso di cambio deve essere superiore a 0.'),
('it', 'currency_sign', 'Simbolo'),
('it', 'currently_in_use', 'Attualmente in uso'),
('it', 'current_amount', 'Valore corrente'),
('it', 'current_database_size', 'Dimensione attuale del database'),
('it', 'current_path', 'Percorso attuale'),
('it', 'current_period', 'Periodo attuale'),
('it', 'current_setting_value', 'Valore corrente'),
('it', 'current_theme', 'Modello attuale'),
('it', 'custom', 'Personalizzato'),
('it', 'customer', 'Cliente'),
('it', 'customers', 'Clienti'),
('it', 'customers_menu_description', 'Lista di clienti del negozio, utenti registrati con un account cliente.'),
('it', 'customers_with_abandoned', 'Clienti con abbandoni'),
('it', 'customer_address', 'Indirizzo Cliente'),
('it', 'customer_create_ticket', 'Create Ticket'),
('it', 'customer_details', 'Dettagli cliente'),
('it', 'customer_email', 'E-mail cliente'),
('it', 'customer_id', 'ID cliente'),
('it', 'customer_info', 'Informazioni cliente'),
('it', 'customer_information', 'Informazioni cliente'),
('it', 'customer_name', 'Customer Name'),
('it', 'customer_notes', 'Note del cliente'),
('it', 'customer_notifications', 'Avvisi cliente'),
('it', 'customer_phone', 'Customer phone'),
('it', 'customer_signature', 'Firma cliente'),
('it', 'customer_sign_in', 'Accesso Cliente'),
('it', 'customer_text_letter_footer', 'Grazie per aver fatto acquisti nel nostro negozio.'),
('it', 'customization', 'Customization'),
('it', 'customize', 'Personalizza'),
('it', 'custom_range', 'Intervallo personalizzato'),
('it', 'custom_search', 'Ricerca personalizzata'),
('it', 'cutted_product_codes', 'I seguenti codici prodotto sono troppo lunghi e sono stati ridotti a 32 caratteri:'),
('it', 'cvv2', 'CVV2'),
('it', 'czech', 'Ceco'),
('it', 'daily', 'Giornaliero'),
('it', 'danish', 'Danese'),
('it', 'dashboard', 'Bacheca'),
('it', 'database', 'Database (banca dati)'),
('it', 'database_data_changes', 'Cambiamenti valori nella banca dati'),
('it', 'database_structure_changes', 'Cambiamenti nella struttura della banca dati'),
('it', 'datafeed.description', 'Only the products that meet <strong>all</strong> of the conditions below will be exported:'),
('it', 'datafeed_name', 'Nome data feed'),
('it', 'datakeeper.error_unsupported_file_type', 'Impossibile ripristinare il file. Sono ammessi solo i file con estensione .sql, .zip e .tgz'),
('it', 'datakeeper.file_cannot_be_overrided', 'Impossibile scrivere sul file <b>[file]</b>. Impostare manualmente le autorizzazioni in scrivibile o controllare l\'accesso FTP al tuo server nella sezione <a href=\"[url]\"> \"Impostazioni aggiornamento\"</a>'),
('it', 'datakeeper.run_backup_via_cron_message', 'You can run the backup automatically at certain time intervals. To do it, add the following command to <a href=\"https://en.wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a>:'),
('it', 'datatrans_caa', 'Autorizzazione con pagamento immediato'),
('it', 'datatrans_noa', 'Solo autorizzazione'),
('it', 'datatrans_sign', 'Firma digitale'),
('it', 'data_feed', 'Feed di dati'),
('it', 'data_feed.error_exim_no_data_exported', 'Nessun dato è stato esportato'),
('it', 'data_feeds', 'Feed di dati'),
('it', 'data_feeds.exclude_shared_products', 'Escludere prodotti condivisi'),
('it', 'data_feeds.text_tooltip_field_name', 'Il nome della colonna nel file di dati caricati.'),
('it', 'data_feeds.text_tooltip_field_type', 'Il tipo di dati del suo archivo che saranno esportati a questa colonna del file di dati caricati.'),
('it', 'date', 'Data'),
('it', 'date_added', 'La data è stata aggiunta'),
('it', 'date_of_birth', 'Data di nascita'),
('it', 'day', 'giorno'),
('it', 'days', 'giorni'),
('it', 'days_old', 'Giorni'),
('it', 'db_backup_restore', 'Backup/Ripristino database (banca dati)'),
('it', 'db_name', 'Nome banca dati'),
('it', 'dear', 'Gent.le'),
('it', 'dear_sirs', 'Cari Sig.ri'),
('it', 'debit', 'Debito'),
('it', 'decimals', 'Decimali'),
('it', 'decline', 'Rifiuta'),
('it', 'declined', 'Rifiutato'),
('it', 'declined_products_information', 'Informazioni prodotto rifiutate'),
('it', 'decline_products', 'Rifiuta prodotti'),
('it', 'decline_selected', 'Rifiuta i selezionati'),
('it', 'decorator', 'Decoratore'),
('it', 'decrease', 'Diminuire'),
('it', 'dec_sign', 'Simb. decimale'),
('it', 'default', 'Predefinito'),
('it', 'default_category_view', 'Visualizzazione predefinita categoria'),
('it', 'default_currency_status', 'Lo stato della valuta primaria non può essere cambiato'),
('it', 'default_filter_by_location', 'Nessun filtro specificato. Filtra per località impostato come predefinito.'),
('it', 'default_language', 'Lingua predefinita'),
('it', 'default_language_status', 'Lo stato della lingua predefinita non può essere cambiato'),
('it', 'default_layout', 'Layout predefinito'),
('it', 'default_long_options_template', 'Modello predefinito (nomi opzione prodotto lunghi)'),
('it', 'default_product_details_view', 'Padre ([default])'),
('it', 'default_storefront', 'Predefinito'),
('it', 'default_storefront_must_exist', 'Default storefront must exist in the store'),
('it', 'default_template', 'Modello predefinito'),
('it', 'default_value', 'Valore predefinito'),
('it', 'deferred', 'In ritardo'),
('it', 'defined', 'Definito'),
('it', 'defined_desired_products', 'Lista dei prodotti desiderati'),
('it', 'defined_items', 'Articoli definiti'),
('it', 'delay', 'Ritardo (in secondi)'),
('it', 'delete', 'Cancella'),
('it', 'deleted', 'Eliminato'),
('it', 'deleted_product', 'Prodotto cancellato'),
('it', 'delete_all_images', 'Delete all images'),
('it', 'delete_block', 'Cancella blocco'),
('it', 'delete_confirmation', 'Sei sicuro di voler cancellare gli elementi selezionati?'),
('it', 'delete_downloadable_product_files', 'Delete existing files of downloadable products'),
('it', 'delete_downloadable_product_files_tooltip', 'If you enable this setting, then importing downloadable products will delete their existing files. If the setting is disabled, the new files of downloadable products will simply be added to existing files.'),
('it', 'delete_grid', 'Cancella griglia'),
('it', 'delete_image', 'Cancella immagine'),
('it', 'delete_image_pair', 'Cancella accoppiamento immagini'),
('it', 'delete_install_folder', 'Prego cancellare la cartella \'install\'.<br /><br />Non è sicuro mantenere la cartella \'install\' sul server.'),
('it', 'delete_range', 'Cancella intervallo/serie'),
('it', 'delete_selected', 'Cancella i selezionati'),
('it', 'delete_this_category', 'Cancella questa categoria'),
('it', 'delete_this_page', 'Cancella questa pagina'),
('it', 'delete_this_return', 'Elimina questo reso'),
('it', 'delivery_time', 'Tempi di consegna'),
('it', 'demo', 'Demo'),
('it', 'demo_mode', 'Modalità demo attivata'),
('it', 'demo_mode_content_text', '<p>Il negozio sta funzionando in modalità <b>DEMO</b> perciò questa funzione è disattivata.</p>'),
('it', 'demo_panel.block_manager.enable', 'Edit structure<br/><br/>Change various blocks with information: show them, hide them, or move them as you see fit.<br/>This currently works only at the checkout page. Add a product to cart and proceed to checkout to see the editor.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Edit layout on-site\"'),
('it', 'demo_panel.demo_store_panel', 'Pannello negozio Demo'),
('it', 'demo_panel.demo_will_be_reset_in', 'La Demo sarà resettata tra:'),
('it', 'demo_panel.go_admin_panel', 'Vai al pannello di amministrazione'),
('it', 'demo_panel.go_storefront', 'Vai nell\'area pubblica'),
('it', 'demo_panel.go_vendor_panel', 'Vai al pannello vendor'),
('it', 'demo_panel.live_editor.enable', 'Edit сontent<br/><br/>Change the texts and other data directly on the storefront, without using the administration panel.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Edit content on-site\"'),
('it', 'demo_panel.theme_editor.enable', 'Edit style<br/><br/>Change the style of your store (logos, colors, fonts, and so on) and see the changes as you make them.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Theme editor\"'),
('it', 'denied', 'Negato'),
('it', 'dependence', 'Ordina per'),
('it', 'deposit_amount', 'Importo deposito'),
('it', 'deprecated', 'Deprecated'),
('it', 'desc', 'desc.'),
('it', 'description', 'Description'),
('it', 'descr_avs', 'Verifica indirizzo'),
('it', 'descr_cvv', 'Risposta verifica CVV2'),
('it', 'design', 'Grafica'),
('it', 'design_mode', 'Modalità progettazione'),
('it', 'desired_amount', 'Importo desiderato'),
('it', 'destination', 'Destinazione'),
('it', 'destination_nothing_found', 'No suitable destination has been found'),
('it', 'detailed_description', 'Descrizione dettagliata'),
('it', 'detailed_image', 'Imagine dettagliata'),
('it', 'detailed_images', 'Immagini dettagliate'),
('it', 'detailed_image_url', 'URL immagine dettagliata'),
('it', 'detailed_info', 'Informazioni dettagliate'),
('it', 'detailed_shipment', 'Invio detagliato'),
('it', 'details', 'dettagli'),
('it', 'developer', 'Sviluppatore'),
('it', 'development', 'Sviluppo'),
('it', 'dhl_upgrade_notification_text', '<p>L\'ultima versione di [product] ha diverse impostazioni per realtime calcolo della frequenza di spedizione, se è utilizzare DHL come un vettore.</p> <p>Se si desidera mostrare le attuali tariffe di spedizione ai vostri clienti, fare questo:</p> <ul><li>Vai alla amministrazione > spedizione & tasse > spedizione Metodi</li> <li>scegliere il metodo di spedizione che utilizza DHL come elemento portante per calcolare le tariffe di spedizione</li>, <li>passare alla scheda generale e immettere il servizio di spedizione adeguato</li> <li>alla scheda Configura e inserire il proprio sito ID e Password</li></ul>'),
('it', 'dhl_upgrade_notification_title', 'Tasso di cambio per il calcolo della spedizione in tempo reale DHL'),
('it', 'diff', 'Cambiamenti file'),
('it', 'different_only', 'Solo i differenti'),
('it', 'directory', 'Cartella'),
('it', 'direct_download', 'Download diretto'),
('it', 'disable', 'Disattiva'),
('it', 'disabled', 'Disattivato'),
('it', 'disabled_categories', 'Categorie disattivate'),
('it', 'disable_for', 'Disattiva per'),
('it', 'disable_selected', 'Disattiva i selezionati'),
('it', 'disapprove', 'Disapprova'),
('it', 'disapproved', 'Respinto'),
('it', 'disapprove_selected', 'Disapprova selezionati'),
('it', 'discount', 'Sconto'),
('it', 'discounted_price', 'Prezzo scontato'),
('it', 'discounts', 'Sconti'),
('it', 'discount_coupon', 'Buono sconto'),
('it', 'discount_coupon_code', 'Codice buono sconto'),
('it', 'discussion', 'Commenti e recensioni'),
('it', 'discussion.add_new_review', 'Discussion: new review'),
('it', 'discussion.agreement_text_full_add_new_review', '<p>Your name will appear next to your review or comment, visible to everyone. We ([company]) also save your IP address as a security precaution, but in can only be viewed by our staff. It will remain in our system until you withdraw your consent. If you’d like to have your personal data removed, send an email to [email].</p> <p>If you believe that your personal data has been misused, you have the right to lodge a complaint with a supervisory authority. We’re obliged by EU General Data Protection Regulation to let you know about this right; we don’t actually intend to misuse your data.</p>'),
('it', 'discussion.agreement_text_short_add_new_review', 'I agree to have my personal data <u>processed as follows.</u>'),
('it', 'discussion.anonymous_setting_restored_upgrade_notification', 'In the 4.9.1 version the <strong>Only anonymous customers</strong> variant of the <strong>Administrator must approve posts submitted by</strong> setting was removed. Now, it is available again, with the ability to leave reviews for nonauthorized customers. Please check if the desirable value of the setting is selected.'),
('it', 'discussion.anonymous_setting_restored_upgrade_notification_title', 'Comments and reviews add-on settings were changed'),
('it', 'discussion.please_log_in_to_write_a_review', 'Please sign in to write a review'),
('it', 'discussion.you_have_to_buy_from_vendor_before_writing_review', 'You can\'t write a review for this vendor. Customers can write reviews for a vendor only after they buy something from that vendor. If you actually placed an order with this vendor, but are still seeing this message, please contact us.'),
('it', 'discussion.you_have_to_buy_product_before_writing_review', 'You can\'t write a review for this product. Customers can write reviews only for the products they bought. If you actually bought this product from us, but are still seeing this message, please contact us.'),
('it', 'discussion_manager', 'Commenti e recensioni'),
('it', 'discussion_tab_categories', 'Recensioni Categoria'),
('it', 'discussion_tab_companies', 'Recensioni Azienda'),
('it', 'discussion_tab_home_page', 'Testimonial'),
('it', 'discussion_tab_orders', 'Altre comunicazioni'),
('it', 'discussion_tab_pages', 'Commenti'),
('it', 'discussion_tab_products', 'Recensioni Prodotto'),
('it', 'discussion_title_category', 'Recensioni'),
('it', 'discussion_title_company', 'Recensioni'),
('it', 'discussion_title_giftreg', 'Guestbook'),
('it', 'discussion_title_home_page', 'Testimonial'),
('it', 'discussion_title_home_page_menu_description', 'Gestione testimonianze dei visitatori del negozio.'),
('it', 'discussion_title_order', 'Comunicazione'),
('it', 'discussion_title_page', 'Commenti'),
('it', 'discussion_title_product', 'Recensioni'),
('it', 'discussion_title_return', 'Comunicazione'),
('it', 'dispatch', 'Spedizione'),
('it', 'dispatch_value', 'Valore di spedizione'),
('it', 'displayed_vendors', 'Vendors visualizzati'),
('it', 'display_bottom_buttons', 'Visualizza i pulsanti in basso'),
('it', 'display_delete_icons', 'Visualizza cancellazione icone'),
('it', 'display_in_promotions', 'Visualizza in promozioni'),
('it', 'display_message', 'Visualizza messaggio'),
('it', 'display_on', 'Visualizza in'),
('it', 'display_type', 'Tipo di visualizzazione'),
('it', 'display_variants_count', 'Numero di varianti di filtro visualizzate prima dello scorrimento'),
('it', 'documents', 'Documenti'),
('it', 'document_exists', 'Il documento del codice scelto gia esiste, prego provare un altro.'),
('it', 'document_import_success_msg', 'Tutti i documenti sono stati importati senza errori.'),
('it', 'document_preview_gift_certificate_not_found', 'Non c\'e nessuno certificato di dono trovato. La forma di prevista funziona soltanto con i dati presenti. Prego, creare un certificato di dono e utilizzare Preview di nuovo.'),
('it', 'document_preview_order_not_found', 'Impossibile trovare l\'ordIne. L\'anteprima funziona solo con dati esistenti. Crea un ordine prima di utilizzare di nuovo l\'anteprima.'),
('it', 'document_preview_return_request_not_found', 'Non abbiamo possuto trovare una richiesta di ritorno. Testare soltanto lavori con i dati presenti. Prego, creare una richiesta di ritorno utilizzando Preview di nuovo.'),
('it', 'document_preview_suppliers_not_found', 'Non ha possuto trovare uno fornitore. La prevista funziona soltanto con i dati presenti. Prego creare uno fornitore e utilizzare Preview di nuovo.'),
('it', 'domain', 'Dominio'),
('it', 'domains', 'Domini'),
('it', 'domestic_usps', 'U.S.P.S. nazionale'),
('it', 'done', 'Fatto'),
('it', 'dont_recalculate_order', 'Non ricalcolare ordine'),
('it', 'dont_track', 'Non tracciare'),
('it', 'dont_use_cardinal', 'Non usare il cardinale Centinel® 3D Secure Payer per autenticazione'),
('it', 'dots', 'Punti'),
('it', 'down', 'Sotto'),
('it', 'download', 'Download'),
('it', 'downloadable', 'Scaricabile'),
('it', 'downloadable_product_files_directory', 'Directory for the files of downloadable products'),
('it', 'downloadable_shipping', 'Consenti spedizione se il prodotto è scaricabile'),
('it', 'downloads', 'Download'),
('it', 'downloads_max_left', 'Download (massimi/rimasti)'),
('it', 'download_key_expiry', 'Scadenza chiave per il download'),
('it', 'download_link_expired', 'Il collegamento per il download è scaduto o non è pronto.'),
('it', 'do_not_change', 'Non cambiare'),
('it', 'do_not_pass_logo', 'Non passare il logo dello negozio al negoziante'),
('it', 'do_not_use', 'Non utilizzare'),
('it', 'drlicense_number', 'Numero patente di guida'),
('it', 'dropdown_horizontal', 'Menù a cascata orizzontale'),
('it', 'dropdown_limit', 'Numero minimo di elementi da inserire in lista a cascata.'),
('it', 'dropdown_second_level_elements', 'Elementi di secondo livello'),
('it', 'dropdown_third_level_elements', 'Elementi di terzo livello'),
('it', 'dropdown_vertical', 'Menu a discesa'),
('it', 'drop_existing_data', 'Cancella tutti i file prodotto esistenti prima di importare'),
('it', 'drop_images_select', 'Selezina immagine'),
('it', 'drop_images_select_short', 'Seleziona'),
('it', 'drop_images_to_upload', 'Drop images here'),
('it', 'dump_file_not_writable', 'Controlla i permessi di scrittura sul file di salvataggio del database.'),
('it', 'duplicate', 'Duplica transazioni'),
('it', 'dutch', 'Olandese'),
('it', 'dynamic', 'Dinamico'),
('it', 'dynamic_content', 'Il contenuto di questo blocco sarà visualizzato in <a href=\"[url]\"> solo per questa pagina</a>'),
('it', 'dynamic_tree_cat', 'Alberatura dinamica categorie'),
('it', 'dynamic_tree_pages', 'Alberatura dinamica pagine'),
('it', 'earned_points', 'Punti guadagnati per prodotto'),
('it', 'earned_point_modifier', 'Gestione punti guadagnati'),
('it', 'easing', 'Animazione'),
('it', 'easter_coming_soon_message', 'Uh-oh, it looks like this feature doesn\'t work yet! But we\'re on the job and will try to get it working soon.'),
('it', 'edit', 'Modifica'),
('it', 'editing', 'Modificando'),
('it', 'editing_attachment', 'Modifica allegato'),
('it', 'editing_block', 'Modifica blocco'),
('it', 'editing_category', 'Modifica categoria'),
('it', 'editing_certificate', 'Modifica certificato'),
('it', 'editing_chart', 'Modifica grafico'),
('it', 'editing_combination', 'Modifica combinazione'),
('it', 'editing_container', 'Modifica contenitore'),
('it', 'editing_currency', 'Modifica valuta'),
('it', 'editing_defined_products', 'Modifica prodotti definiti'),
('it', 'editing_document', 'Modificare [name]'),
('it', 'editing_email_snippet', 'Editare snippet'),
('it', 'editing_email_template', 'Emettere modello di email'),
('it', 'editing_file', 'Modifica file'),
('it', 'editing_filter', 'Modifica filtro'),
('it', 'editing_folder', 'Modifica cartella'),
('it', 'editing_form', 'Modifica forma'),
('it', 'editing_global_vars', 'Modificando variabili globali'),
('it', 'editing_grid', 'Modifica griglia'),
('it', 'editing_group', 'Modifica gruppo'),
('it', 'editing_internal_template', 'Editing on-site notification template'),
('it', 'editing_item', 'Modifica elemento'),
('it', 'editing_language', 'Modifica lingua'),
('it', 'editing_layout', 'Modifica layout'),
('it', 'editing_link', 'Modifica collegamento'),
('it', 'editing_localization', 'Modifica localizzazione'),
('it', 'editing_location', 'Modifica destinazione'),
('it', 'editing_mailing_list', 'Modifica Lista Iscritti'),
('it', 'editing_menu', 'Modifica menù'),
('it', 'editing_option', 'Modifica opzione'),
('it', 'editing_order', 'Modifica ordine'),
('it', 'editing_order_invoice', 'Modificando fattura per ordine #[order_id]'),
('it', 'editing_order_invoice_responsive', 'Modifica fattura per ordine'),
('it', 'editing_page', 'Modifica pagina'),
('it', 'editing_payment', 'Modifica metodo di pagamento'),
('it', 'editing_poll', 'Modifica sondaggio'),
('it', 'editing_product', 'Modifica prodotto'),
('it', 'editing_product_feature', 'Modifica caratteristica prodotto'),
('it', 'editing_profile', 'Modifica profilo'),
('it', 'editing_profile_field', 'Modifica campo profilo'),
('it', 'editing_profile_name', 'Modifica profilo: [name]'),
('it', 'editing_promotion', 'Modifica promozione'),
('it', 'editing_question', 'Modifica domanda'),
('it', 'editing_quick_menu_link', 'Modifica menù collegamenti rapidi'),
('it', 'editing_quick_menu_section', 'Modifica sezione collegamenti rapidi'),
('it', 'editing_rate_area', 'Editing rate area'),
('it', 'editing_report', 'Modifica rapporto'),
('it', 'editing_shipping_method', 'Modifica metodo di spedizione'),
('it', 'editing_sitemap_section', 'Modifica sezione sitemap'),
('it', 'editing_snippet', 'Editare snippet'),
('it', 'editing_status', 'Modifica stato'),
('it', 'editing_storefront', 'Editing storefront'),
('it', 'editing_store_location', 'Modifica negozio'),
('it', 'editing_supplier', 'Modifica fornitore'),
('it', 'editing_tab', 'Modifica Tab'),
('it', 'editing_table_column', 'Modificare colonna'),
('it', 'editing_tax', 'Modifica tassa'),
('it', 'editing_vendor', 'Modifica vendor'),
('it', 'edition_type', 'Tipo di edizione'),
('it', 'edit_admin_notification', 'Modifica l\'email inviata agli operatori'),
('it', 'edit_and_send_invoice', 'Pizzicare ed inviare fattura'),
('it', 'edit_content_on_site', 'Modificare il contenuto sul sito'),
('it', 'edit_corresponding_profile_field', 'To change the field type or variants, <a href=\"[URL]\">edit the corresponding field in the Shipping Address section</a>.'),
('it', 'edit_customer_notification', 'Modifica l\'email inviata a clienti'),
('it', 'edit_files', 'Può modificare'),
('it', 'edit_invoice', 'Emettere fattura'),
('it', 'edit_layout', 'Modifica layout'),
('it', 'edit_layout_on_site', 'Modifica il layout sul sito'),
('it', 'edit_order', 'Modifica ordine'),
('it', 'edit_products', 'Modifica prodotti'),
('it', 'edit_profile', 'Modifica profilo'),
('it', 'edit_profile_note', 'Cambia email, password, informazione di spedizione/fatturazione e altre impostazioni del profilo'),
('it', 'edit_report', 'Modifica rapporto'),
('it', 'edit_robots', 'Modificare il file robots.txt'),
('it', 'edit_selected', 'Modifica i selezionati'),
('it', 'edp_access_granted', 'Ora puoi scaricare i prodotti acquistati.'),
('it', 'edp_access_subj', 'L\'accesso ai prodotti distribuiti in modo digitale è garantito'),
('it', 'edp_enable_shipping', 'Abilita la spedizione per i prodotti scaricabili'),
('it', 'eib', 'ET - Extra info block'),
('it', 'eib_wrapper', 'ET - Extra info block'),
('it', 'elements_per_column_third_level_view', 'AB: Elements number per column for the mode <b>3-level menu (dropdown list)</b>'),
('it', 'elements_per_column_third_level_view.tooltip', 'This setting limits the number of displayed third-level menu items in each of the two columns of the last level when the <b>3-level menu mode (drop-down list) </ b> is turned on. The remaining menu items (exceeding the limit settings) will not be displayed in the menu. It is rational to use the setting, if there is a very large number of menu items on the third level'),
('it', 'email', 'Indirizzo E-mail'),
('it', 'email.one_time_password.message', '<p>You\'ve requested a one-time code to sign in to <a href=\"[storefront_url]\">[storefront_url]</a>. Here it is:</p><p><strong><code>[password]</code></strong></p><p>Please don\'t tell this code to anyone else. If you haven\'t requested the code, then you can safely ignore this message. Nobody will be able to sign in to your account, unless they know your password or can view your inbox.</p>'),
('it', 'email.one_time_password.title', 'Sign in without password'),
('it', 'emails', 'Indirizzi E-mail'),
('it', 'email_address', 'Indirizzo E-mail'),
('it', 'email_cannot_be_empty', 'Il campo E-mail non può essere vuoto'),
('it', 'email_header', 'Intestazione E-mail'),
('it', 'email_marketing.confirm_subscription', 'Si prega di confermare l\'iscrizione'),
('it', 'email_marketing.email_subscribed', 'Sei già iscritto alla nostra newsletter'),
('it', 'email_marketing.email_subscribed_2optin', 'Iscrizione confermata'),
('it', 'email_marketing.enter_api_key_and_save', 'Inserire la chiave API e salvare prima'),
('it', 'email_marketing.error_no_list', 'Si prega di selezionare una lista di destinatari nelle impostazioni del componente aggiuntivo per avviare l\'importazione'),
('it', 'email_marketing.export_all', 'Esporta tutto'),
('it', 'email_marketing.new_subscriber', 'Nuovo iscritto'),
('it', 'email_marketing.subscription_confirmed', 'Grazie per esserti iscritto alla nostra newsletter'),
('it', 'email_marketing.subscription_confirmed_2', 'Iscrizione confermata'),
('it', 'email_marketing.subscription_pending', 'È necessaria la conferma dell\'E-mail!'),
('it', 'email_marketing.sync', 'Sincronizzazione'),
('it', 'email_marketing.text_confirm_subscription', 'Abbiamo ricevuto una richiesta di iscrizione alle Newsletter. Si prega di confermare: <p><a href=\"[href]\"> Clicca qui per confermare l\'iscrizione alla nostra newsletter</a></p>Se hai ricevuto questa e-mail per errore, ignorala semplicemente. Non sarai iscritto se non fai click sul collegamento di conferma soprastante.'),
('it', 'email_marketing.text_email_subscribed', 'Grazie per esserti iscritto alla nostra newsletter.<p>Puoi cancellarti in qualsiasi momento per non ricevere più le nostre e-mail, <a href=\"[href]\"> clicca qui per cancellarti</a>.</p>'),
('it', 'email_marketing.text_email_subscribed_2optin', 'È stata confermata l\'iscrizione alla nostra newsletter.<p>Puoi cancellarti in qualsiasi momento per non ricevere più le nostre e-mail, <a href=\"[href]\"> clicca qui per cancellarti</a>.</p>'),
('it', 'email_marketing.text_subscribe', 'Iscriviti alla nostra newsletter'),
('it', 'email_marketing.text_subscription_confirmed', 'L\'iscrizione è stata confermata. Nessuna altra azione è richiesta.'),
('it', 'email_marketing.text_subscription_confirmed_2', 'È stata confermata l\'iscrizione alla nostra newsletter. Grazie per esserti iscritto!'),
('it', 'email_marketing.text_subscription_pending', 'Grazie per esserti iscritto alla nostra newsletter.<p>Un\'e-mail di conferma è stata inviata al tuo indirizzo. Clicca sul collegamento contenuto al suo interno per conferma l\'iscrizione</p>'),
('it', 'email_marketing.text_unsubscribe_successful', 'Il tuo indirizzo e-mail è stato rimosso dalla nostra newsletter.'),
('it', 'email_marketing.tmpl_subscription', 'Email marketing: modulo di Iscrizione Newsletter'),
('it', 'email_marketing.unsubscribe_successful', 'Cancellazione confermata'),
('it', 'email_marketing.warning_email_exists', '[email] è già iscritto'),
('it', 'email_order_invoice_subject', '[company_name]: Fattura per ordine #[order_id]'),
('it', 'email_subject', 'Oggetto dell\'E-mail'),
('it', 'email_template.accounting_new_payout', 'Contabilita: Il pagamento e stato editato'),
('it', 'email_template.accounting_new_withdrawal', 'Contabilita: Il ritiro e stato richiesto'),
('it', 'email_template.accounting_payout_approved', 'Contabilita: Il pagamento e stato completato'),
('it', 'email_template.accounting_payout_declined', 'Contabilita: Il pagamento non e stato completato'),
('it', 'email_template.accounting_withdrawal_approved', 'Contabilita: il ritiro e stato completato'),
('it', 'email_template.accounting_withdrawal_declined', 'Contabilita: Il ritiro e stato rifiutato'),
('it', 'email_template.activate_profile', 'Il profilo d\'utente deve essere attivato'),
('it', 'email_template.apply_for_vendor_notification', 'Applicare per ventore'),
('it', 'email_template.back_in_stock_notification', 'Ritorno all\'avviso del stock'),
('it', 'email_template.call_requests_buy_with_one_click', 'Richieste di chiamare: comprare informando con un clic'),
('it', 'email_template.call_requests_call_request', 'Richieste di chiamata: avviso di chiamata richiesta'),
('it', 'email_template.company_payment_notification', 'Pagamento della compagnia'),
('it', 'email_template.company_status_notification', 'Status di compagnia cambiato'),
('it', 'email_template.create_profile', 'Creazione di profilo d\'utente'),
('it', 'email_template.discussion_notification', 'Informare su commenti e reviste'),
('it', 'email_template.edp_access', 'Ordini: accesso a prodotti scaricabili'),
('it', 'email_template.email_marketing_confirmation', 'Marketing con email: suscrizione conferma'),
('it', 'email_template.email_marketing_welcome', 'Email marketing: welcome letter'),
('it', 'email_template.email_marketing_welcome_2optin', 'Marketing con email: lettera di benvenuti'),
('it', 'email_template.form_builder_form', 'Forma di contatto'),
('it', 'email_template.gift_certificates_notification', 'Certificato di Dono'),
('it', 'email_template.give_coupon', 'Promozioni: coupon'),
('it', 'email_template.hybrid_auth_create_profile', 'Creare profilo d\'utente attraverso Facebook, Google etc'),
('it', 'email_template.low_stock', 'Avviso di limitata quantità disponibile'),
('it', 'email_template.newsletters_newsletter', 'Lettera di notizie'),
('it', 'email_template.newsletters_promotion', 'Lettere di notizie: promozione'),
('it', 'email_template.one_time_password_request', 'One-time code for password-free sign-in'),
('it', 'email_template.order_notification', 'Avviso su ordine: [name]'),
('it', 'email_template.order_notification_default', 'Avviso sull\'ordine: Modello default per nuovo ordine'),
('it', 'email_template.params.attach_order_document', 'Allegare un documento PDF'),
('it', 'email_template.product_reviews_notification', 'Product reviews: New review notification'),
('it', 'email_template.product_reviews_reply_notification', 'Product reviews: Reply notification'),
('it', 'email_template.profile_activated', 'Profilo utente attivato'),
('it', 'email_template.profile_deactivated', 'Conto d\'utente deattivato'),
('it', 'email_template.recover_password', 'Password recuperata'),
('it', 'email_template.reminder', 'Scadenza della password amministrativa'),
('it', 'email_template.reward_points_notification', 'Reward points'),
('it', 'email_template.rma_slip_notification', 'Slip RMA'),
('it', 'email_template.shipment_products', 'Ordini: prodotti inviati'),
('it', 'email_template.shipping_error', 'Spedizione: errore richiesta'),
('it', 'email_template.suppliers_notification', 'Avviso del fornitore'),
('it', 'email_template.track', 'Ordini: tracciamento'),
('it', 'email_template.update_profile', 'Profilo utente aggiornato'),
('it', 'email_template.upgrade_backup_info', 'Aggiornamento: link di ripristino'),
('it', 'email_template.usergroup_activation', 'Gruppo utente attivato'),
('it', 'email_template.usergroup_disactivation', 'Gruppo utente disttivato'),
('it', 'email_template.usergroup_request', 'Richiesta ingresso gruppo utente'),
('it', 'email_template.vendor_communication.notify_admin', 'Ask seller a question: Admin Notification'),
('it', 'email_template.vendor_communication.notify_customer', 'Ask seller a question: Customer Notification'),
('it', 'email_template.vendor_data_premoderation_notification', 'Vendor premoderation');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('it', 'email_template.vendor_invitation', 'Vendor invitation'),
('it', 'email_template.vendor_plans_payment', 'Piani di ventore: avviso di pagamento'),
('it', 'email_template.vendor_plans_plan_changed', 'Piani del ventore: avviso di piano cambiato'),
('it', 'email_template.vendor_plans_revenue', 'Piani del ventore: avviso su revenu'),
('it', 'email_templates', 'Modelli di email'),
('it', 'email_template_exists', 'Il modelo email con il codice scelto gia esiste, prego provare un altro.'),
('it', 'email_template_import_success_msg', 'Tutti i template di email sono stati importati senza errori.'),
('it', 'email_to', 'E-mail a'),
('it', 'empty', 'Vuoto'),
('it', 'empty_key_value', 'Valore chiave tabella vuoto'),
('it', 'enable', 'Attivare'),
('it', 'enabled', 'Abilitato'),
('it', 'enable_cdn', 'Abilita CDN'),
('it', 'enable_for', 'Attiva per'),
('it', 'enable_link', 'Abilita link'),
('it', 'enable_or_disable_block', 'Attiva/Disattiva blocco'),
('it', 'enable_or_disable_container', 'Attivare/Disattivare contenitore'),
('it', 'enable_or_disable_grid', 'Attivare/Disattivare griglia'),
('it', 'enable_quick_view', 'Attiva la Visualizzazione Rapida'),
('it', 'enclosure', 'Allegato'),
('it', 'encryption', 'Codifica'),
('it', 'encryption_key', 'Chiave di codifica'),
('it', 'end_date', 'Data finale'),
('it', 'english', 'Inglese'),
('it', 'enter_category_name_and_path', 'Enter path and category name. Example, \"Electronics/Computers/Laptops\"'),
('it', 'enter_code', 'Inserisci codice'),
('it', 'enter_color_name_and_code', 'Enter color name and code. Example, \"Red #ff0000\"'),
('it', 'enter_data', 'Inserisci dati'),
('it', 'enter_email', 'Inserisci il tuo indirizzo E-mail'),
('it', 'enter_new_lang_code', 'Inserisci un nuovo codice lingua'),
('it', 'enter_other', 'Inserisci altro'),
('it', 'enter_your_price', 'Inserisci il tuo prezzo'),
('it', 'entity', 'Entità'),
('it', 'entry_page', 'Pagina iniziale'),
('it', 'entry_point', 'Punto iniziale'),
('it', 'envelope', 'Busta'),
('it', 'epdq_3ds_main', 'Finestra principale'),
('it', 'epdq_3ds_popup', 'Finestra popup'),
('it', 'error', 'Errore'),
('it', 'errorCode', 'Codice errore'),
('it', 'errorName', 'Nome errore'),
('it', 'error_account_disabled', 'Il tuo account è disabilitato. Per favore contattare l\'amministratore dello negozio.'),
('it', 'error_admin_not_created_email_already_used', 'Conto amministratore non è stato creato. L\'indirizzo email appartiene a un\'altro utente. Puoi aggiungere l\'amministratore per questo vendor manualmente.'),
('it', 'error_admin_not_created_name_already_used', 'Conto amministratore non è stato creato. Il nome utente appartiene a un\'altro utente. Devi cambiare il nome utente dell\'amministratore.'),
('it', 'error_admin_registers_as_vendor', 'Non puo diventare un ventore perche in questo momento e soscrito come amministratore. Per favor deconnetarsi e inviare la forma di nuovo.'),
('it', 'error_ajax', 'Oops, qualcosa non ha funzionato ([error]). Per favore riprovare.'),
('it', 'error_already_posted', 'Hai già scritto in questa discussione'),
('it', 'error_area_access_denied', 'Non siete autorizzati ad accedere a questa sezione.'),
('it', 'error_cannot_delete_files', 'Impossibile eliminare il file: <b>[files]</b>. Si prega di controllare le autorizzazioni.'),
('it', 'error_change_admin_data_in_frontend', 'È vietato modificare l\'e-mail admin o la password nell\'area clienti. Effettuare l\'accesso utilizzando un account cliente.'),
('it', 'error_class_phar_data_not_found', 'La classe PharData non è stata trovata. Maggiori informazioni su: <a href=\"https://php.net/manual/en/class.phardata.php\"> https://php.net/manual/en/class.phardata.php</a>'),
('it', 'error_class_zip_archive_not_found', 'La classe ZipArchive non è stata trovata. Maggiori informazioni su: <a href=\"https://php.net/manual/en/class.ziparchive.php\"> https://php.net/manual/en/class.ziparchive.php</a>'),
('it', 'error_confirmation_code_invalid', 'Mi spiace, la validazione anti-frode ha faltato. Prego, tratare piu tardi di nuovo.'),
('it', 'error_curl_not_exists', '<b>ATTENZIONE!</b><br />L\'estensione PHP CURL <b>non</b> è supportata dal vostro server. <b>[method]</b> non funzionerà. Per favore contattare il vostro fornitore di hosting.'),
('it', 'error_curl_ssl_not_exists', '<b>ATTENZIONE!</b><br />L\'estensione PHP CURL è compilata <b>senza</b> supporto SSL sul vostro server. <b>[method]</b> non sarà funzionante. Per favore contattare il vostro fornitore di hosting.'),
('it', 'error_currency_exists', 'La valuta con codice <b>[code]</b> esiste già'),
('it', 'error_delete_theme_company', 'Una delle tue vetrine utilizza questo tema. Si prega di impostare un altro tema prima di eliminarlo.'),
('it', 'error_delete_theme_layout', 'Il layout che utilizza questo modello è impostato come predefinito. Per favore imposta un altro layout come predefinito.'),
('it', 'error_demo_mode', 'Il negozio è in modalità <b>DEMO</b> e questa funzionalità è disabilitata.'),
('it', 'error_directory_not_writable', 'Directory \"[dir]\" non è scrivibile. Si prega di controllare le autorizzazioni per la directory dell\'installazione.'),
('it', 'error_email_already_subscribed', 'Il tuo indirizzo email e gia iscritto.'),
('it', 'error_empty_company_name', 'Il nome azienda non può essere vuoto'),
('it', 'error_exim_cant_open_file', 'Non è possibile aprire il file caricato'),
('it', 'error_exim_cant_read_file', 'Non è possibile leggere il file caricato'),
('it', 'error_exim_fields_not_selected', 'Nessun campo selezionato per l\'esportazione'),
('it', 'error_exim_file_doesnt_exist', 'Il File non esiste'),
('it', 'error_exim_get_images_for_products', 'Could not import images for some of the products. Either those images don\'t exist (or can\'t be accessed), or the paths to those images in the imported file are incorrect.'),
('it', 'error_exim_incorrect_lines', 'La formattazione dati del vostro file CSV non è corretta (delimitatore sbagliato, campi mancanti, ecc.) nelle seguenti righe: <b>[lines]</b>'),
('it', 'error_exim_incorrent_delimiter', 'Il delimitatore nel file CSV è diverso da quello da voi selezionato'),
('it', 'error_exim_invalid_count_langs', 'Il conteggio righe multi-lingua non corrisponde: il numero di righe non corrisponde al numero di lingue fornite.'),
('it', 'error_exim_layout_required_fields', 'I seguenti campi sono obbligatori e non possono essere rimossi dal layout:'),
('it', 'error_exim_no_data_exported_new', 'Nessun dato esportato. L\'intervallo di esportazione errato è la probabile causa del problema. <a class=\"cm-post\" href=\"[url]\">Ripristina l\'intervallo di esportazione</a> e prova di nuovo'),
('it', 'error_exim_no_file_uploaded', 'Nessun file è stato caricato'),
('it', 'error_exim_pattern_definition_alt_keys', 'Definizione dello schema non valido: chiave alternativa mancante'),
('it', 'error_exim_pattern_definition_references', 'Definizione dello schema non valido: riferimenti tabella mancanti'),
('it', 'error_exim_pattern_dont_match', 'Il tuo file da importare non corrisponde allo schema selezionato'),
('it', 'error_exim_pattern_not_found', 'Schema non trovato'),
('it', 'error_exim_pattern_required_fields', 'Il tuo file da importare DEVE contenere i seguenti campi:<b>[fields]</b>'),
('it', 'error_features_too_many_variants', 'La ricerca per funzionalità non è disponibile a causa del numero eccessivo di varianti.'),
('it', 'error_file_already_exists', 'File \"[file]\" esiste già.'),
('it', 'error_file_not_found', 'Il file \"[file]\" non trovato.'),
('it', 'error_filter_by_feature_exists', 'Il filtro dalla funzionalità \"[name]\" esiste già.'),
('it', 'error_filter_by_product_field_exists', 'Il filtro tramite il campo \"[name]\" di prodotto esiste già.'),
('it', 'error_gift_cert_code', 'Il codice del buono regalo che hai inserito non è corretto. Ti preghiamo di provare ancora.'),
('it', 'error_hash_generation', 'Errore nella generazione \"hash\". Prego scegliere un\'altro metodo di pagamento.'),
('it', 'error_images_need_located_root_dir', 'Prego specificare la cartella per le immagini all\'interno della directory root del negozio. Inserire le immagini da importare in questa cartella.'),
('it', 'error_image_format_not_supported', 'Il formato immagine <b>[format]</b> non è supportato dalla libreria GD installata sul tuo server. La miniatura non è stata generata.'),
('it', 'error_incorrect_login', 'Il nome utente o la password da te introdotti sono errati, per favore riprovare.'),
('it', 'error_invalid_emails', 'I seguenti indirizzi e-mail non sono validi: <b>[emails]</b>'),
('it', 'error_lang_code_exists', 'Il codice lingua specificato ([code]) esiste già. Prego inserire un\'altro codice appropriato.'),
('it', 'error_login_not_exists', 'Il nome utente inserito non esiste. Per favore assicurati di aver inserito un nome utente corretto e riprova.'),
('it', 'error_message_not_sent', 'Il messaggio non ha potuto essere inviato.<br>Mailer Error:'),
('it', 'error_not_logged', 'Devi effettuare l\'accesso per accedere a questa risorsa!'),
('it', 'error_no_items_selected', 'Nessun elemento selezionato! Almeno una casella deve essere selezionata per eseguire questa operazione.'),
('it', 'error_occured', 'Si è verificato un errore'),
('it', 'error_occurred', 'Si è verificato un errore'),
('it', 'error_passwords_dont_match', 'Le password non corrispondono.'),
('it', 'error_password_content', 'La password deve contenere sia lettere che numeri.'),
('it', 'error_password_expired', 'La tua password è scaduta. Devi cambiare la tua password adesso.'),
('it', 'error_password_expired_change', 'La tua password è scaduta. <p><a href=\"[link]\" class=\"underlined\"><b>Cambia password&#155;&#155;</b></a></p>'),
('it', 'error_password_min_symbols', 'La password deve contenere almeno <b>[number]</b> caratteri.'),
('it', 'error_password_was_used', 'La tua nuova password non deve coincidere con nessuna delle quattro password utilizzate precedentemente. Per favore utilizza un\'altra password.'),
('it', 'error_permissions_not_changed', 'Non è possibile cambiare le autorizzazioni di accesso'),
('it', 'error_product_codes_length', 'The following product codes are too long and were cut off at [product_code_length] symbols:'),
('it', 'error_profile_field_name_exists', 'Un campo di profilo con questo nome gia esiste. Prego, scegliere un altro nome.'),
('it', 'error_shipment_not_created', 'Impossibile creare la spedizione. Prego scegliere un corriere o introdurre un numero di tracking.'),
('it', 'error_status_not_changed', 'Errore durante l\'aggiornamento dello stato. Lo stato non è stato cambiato.'),
('it', 'error_theme_manifest_missed', 'File di descrizione Tema (\"manifest\") non trovato. L\'installazione è stata cancellata.'),
('it', 'error_unable_to_create_backups', 'Impossibile creare copie di backup.'),
('it', 'error_unable_to_create_thumbnail', 'Impossibile creare l\'anteprima per il file \"[file]\": [error]'),
('it', 'error_unknown_archive_format', 'Formato di archivio sconosciuto: [ext]'),
('it', 'error_user_exists', 'Il nome utente o l\'E-mail da te selezionati sono già presenti nel nostro sistema. Prova a utilizzarne uno diverso.'),
('it', 'error_validator_ccv', 'CVV/CVC è troppo breve.'),
('it', 'error_validator_color', 'Il codice colore nel campo <b>[field]</b> non è valido.'),
('it', 'error_validator_email', 'Indirizzo e-mail in <b>[field]</b> non è valido'),
('it', 'error_validator_integer', 'Il valore nel campo <b>[field]</b> non è valido. Deve essere un numero intero.'),
('it', 'error_validator_message', 'Il valore nel campo <b>[field]</b> non è valido.'),
('it', 'error_validator_multiple', 'Il campo <b>[field]</b> non contiene opzioni selezionate.'),
('it', 'error_validator_password', 'Le password dei campi <b>[field2]</b> e <b>[field]</b> non corrispondono.'),
('it', 'error_validator_phone', 'Numero di telefono in <b>[field]</b> non è valido. Il formato giusto è (0039) 02-666-555.'),
('it', 'error_validator_phone_mask', 'The phone number in the <b>[field]</b> field is invalid.'),
('it', 'error_validator_phone_number', 'Per questo metodo di pagamento è necessario utilizzare il seguente formato: 555 555 5555'),
('it', 'error_validator_recaptcha', 'Prego confirmare, che non e un robote.'),
('it', 'error_validator_required', 'Il campo <b>[field]</b> è obbligatorio.'),
('it', 'error_validator_zipcode', 'Il CAP/codice postale in <b>[field]</b> è sbagliato. Il formato giusto è [extra].'),
('it', 'error_vendor_exists', 'Il vendor con l\'indirizzo email che hai scelto esiste già, prego provare con un\'altro.'),
('it', 'error_zip_php_extension_not_installed', 'Estensione PHP per \"Zip\" non installata. Si prega di installare l\'estensione di PHP \"Zip\" per creare e estrarre archivi ZIP.'),
('it', 'et_above_button', 'Above the BUTTON'),
('it', 'et_above_description', 'Above the DESCRIPTION'),
('it', 'et_above_info_block', 'Above (the Info Block)'),
('it', 'et_above_title', 'Above the TITLE'),
('it', 'et_add', 'et_add?'),
('it', 'et_additional_image', 'Additional image'),
('it', 'et_additional_settings', 'Additional settings'),
('it', 'et_addons', 'ET Addons'),
('it', 'et_addons_menu', 'EnergoThemes: Add-ons'),
('it', 'et_add_description_text_shadow', 'Add description text shadow'),
('it', 'et_add_title_text_shadow', 'Add title text shadow'),
('it', 'et_ask_a_question', 'Ask a question'),
('it', 'et_average_star_rating', 'Average Star Rating'),
('it', 'et_background_color', 'Background color'),
('it', 'et_background_hover', 'Background hover'),
('it', 'et_background_settings', 'Background settings'),
('it', 'et_banner', 'Extended banner'),
('it', 'et_banners', 'Design professional responsive banners by adding custom text, colors, buttons and backgrounds, as well as create different banners for desktop and mobile devices. Developed by <a href=\"https://www.energothemes.com/\"target=\"_blank\">EnergoThemes</a>'),
('it', 'et_banner_full_width_no_title', 'ET - Banner full width (no title)'),
('it', 'et_banner_wrapper', 'ET - Banner wrapper'),
('it', 'et_below_button', 'Below the BUTTON'),
('it', 'et_below_info_block', 'Below (the Info Block)'),
('it', 'et_block_title_background', 'Block title background'),
('it', 'et_block_title_background_hover', 'Block title background hover'),
('it', 'et_block_title_border', 'Block title border'),
('it', 'et_block_title_color', 'Block title color'),
('it', 'et_block_title_color_hover', 'Block title hover color'),
('it', 'et_blog_scroller_secondary_title', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.'),
('it', 'et_bottom', 'Bottom'),
('it', 'et_button', 'Button'),
('it', 'et_button_align', 'Button align'),
('it', 'et_button_animation', 'Button Animation'),
('it', 'et_button_background', 'Button background'),
('it', 'et_button_border', 'Button border'),
('it', 'et_button_border_size', 'Border size'),
('it', 'et_button_border_style', 'Border style'),
('it', 'et_button_font_size', 'Button font size'),
('it', 'et_button_font_style', 'Button font style'),
('it', 'et_button_font_weight', 'Button font weight'),
('it', 'et_button_hover_background', 'Button hover background'),
('it', 'et_button_hover_text_color', 'Button hover text color'),
('it', 'et_button_margin', 'Button margin'),
('it', 'et_button_padding', 'Button padding'),
('it', 'et_button_rounded_corners', 'Button rounded corners'),
('it', 'et_button_shadow', 'Add button shadow'),
('it', 'et_button_text', 'Button text'),
('it', 'et_button_text_color', 'Button text color'),
('it', 'et_button_url', 'Button URL'),
('it', 'et_category_banner', 'ET - Category banners'),
('it', 'et_category_description', 'ET - Category description'),
('it', 'et_category_label', 'Category label'),
('it', 'et_category_menu', 'ET - Category menu'),
('it', 'et_category_menu_icon', 'ET - Category menu (icon)'),
('it', 'et_category_menu_vertical', 'ET - Category menu (vertical)'),
('it', 'et_category_title', 'ET - Category title'),
('it', 'et_center', 'Center'),
('it', 'et_collapsed', 'Collapsed'),
('it', 'et_colors', 'Colors'),
('it', 'et_color_hover', 'Color hover'),
('it', 'et_color_settings', 'Color settings'),
('it', 'et_columns', 'Columns'),
('it', 'et_columns_tooltip', 'Number of columns to display the products'),
('it', 'et_coming_soon', 'Coming soon'),
('it', 'et_contact_info', 'Contact info'),
('it', 'et_contact_page', 'Contact page'),
('it', 'et_cta_button_text', 'Button text'),
('it', 'et_cta_button_url', 'Button URL'),
('it', 'et_cta_step_1_text', 'Step 1 text'),
('it', 'et_cta_step_1_title', 'Step 1 title'),
('it', 'et_cta_step_2_text', 'Step 2 text'),
('it', 'et_cta_step_2_title', 'Step 2 title'),
('it', 'et_cta_step_3_text', 'Step 3 text'),
('it', 'et_cta_step_3_title', 'Step 3 title'),
('it', 'et_cta_title_text', 'Block title'),
('it', 'et_custom_class', 'Custom class'),
('it', 'et_custom_color', 'Custom color'),
('it', 'et_custom_icon_settings', 'Icon settings'),
('it', 'et_custom_label_settings', 'Label settings'),
('it', 'et_custom_label_settings_tooltip', 'Only used by the Main Menu block'),
('it', 'et_custom_menu_colors', 'Menu colors'),
('it', 'et_dd_custom_menu_settings', 'Advanced menu settings'),
('it', 'et_dd_image', 'Mega Menu image settings by EnergoThemes'),
('it', 'et_dd_image_height', 'Image height'),
('it', 'et_dd_image_width', 'Image width'),
('it', 'et_dd_menu_width', 'Menu width'),
('it', 'et_dd_min_menu_height', 'Menu minimum height'),
('it', 'et_dd_offset_bottom', 'Image offset bottom'),
('it', 'et_dd_offset_right', 'Image offset right'),
('it', 'et_dd_push_menu_items', 'Push menu items'),
('it', 'et_dd_url', 'Image link'),
('it', 'et_default_vendor', 'Default vendor'),
('it', 'et_description_animation', 'Description Animation'),
('it', 'et_description_font_size', 'Description font size'),
('it', 'et_description_font_style', 'Description font style'),
('it', 'et_description_font_weight', 'Description font weight'),
('it', 'et_description_line_height', 'Description line-height'),
('it', 'et_description_margin', 'Description margin'),
('it', 'et_description_text', 'Description text'),
('it', 'et_description_text_background', 'Description text background'),
('it', 'et_description_text_color', 'Description text color'),
('it', 'et_eib_block_1_text', 'Block 1 text'),
('it', 'et_eib_block_1_title', 'Block 1 title'),
('it', 'et_eib_block_2_text', 'Block 2 text'),
('it', 'et_eib_block_2_title', 'Block 2 title'),
('it', 'et_eib_block_3_text', 'Block 3 text'),
('it', 'et_eib_block_3_title', 'Block 3 title'),
('it', 'et_eib_block_4_text', 'Block 4 text'),
('it', 'et_eib_block_4_title', 'Block 4 title'),
('it', 'et_email_marketing_description', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt'),
('it', 'et_expanded', 'Expanded'),
('it', 'et_exteded_out_of', '<strong>[average_rating]</strong> out of <strong>5</strong> stars'),
('it', 'et_featured_products_banner', 'ET - Featured products and banners'),
('it', 'et_featured_product_banner_tabs', 'Featured product and banner tabs'),
('it', 'et_featured_product_banner_tabs.manage', 'Featured product and banner tabs'),
('it', 'et_featured_vendors_sidebar', 'ET - Featured vendors sidebar'),
('it', 'et_footer_info', 'ET - Footer info'),
('it', 'et_full_grid', 'ET - Full width grid'),
('it', 'et_full_width', 'Full width'),
('it', 'et_google_map', 'Google Map'),
('it', 'et_header_call_us', 'LET US CALL YOU BACK'),
('it', 'et_home_blog', 'ET - Home blog'),
('it', 'et_home_featured_vendors', 'ET - Home featured vendors'),
('it', 'et_home_grid', 'ET - Home grid'),
('it', 'et_home_special_title', 'ET - Home special title'),
('it', 'et_home_testimonials', 'ET - Home testimonials'),
('it', 'et_horizontal', 'Horizontal'),
('it', 'et_horizontal_align', 'Horizontal align'),
('it', 'et_horizontal_with_info_block', 'Horizontal with the Info Block'),
('it', 'et_horziontal_filters_clear', 'Clear all filters'),
('it', 'et_horziontal_filters_selected', 'Your selected filters '),
('it', 'et_hover_color', 'Hover color'),
('it', 'et_hover_image', 'Hover image'),
('it', 'et_hover_opacity', 'Hover opacity'),
('it', 'et_icon_color', 'Icon color'),
('it', 'et_icon_color_hover', 'Icon color hover'),
('it', 'et_icon_position', 'Icon position'),
('it', 'et_icon_settings', 'Icon settings'),
('it', 'et_image_animation', 'Image animation'),
('it', 'et_image_background_color', 'Image background color'),
('it', 'et_image_margin', 'Image margin'),
('it', 'et_image_position', 'Image position'),
('it', 'et_image_position_horizontal', 'Image position horizontal'),
('it', 'et_image_position_inside', 'Image position inside'),
('it', 'et_image_position_vertical', 'Image position vertical'),
('it', 'et_image_url', 'Image URL'),
('it', 'et_info_block_background', 'Info block background'),
('it', 'et_info_block_margin', 'Info block margin'),
('it', 'et_info_block_settings', 'Info Block Settings'),
('it', 'et_info_block_width', 'Info block width'),
('it', 'et_inside_info_block', 'Inside the Info Block'),
('it', 'et_label_color', 'Label text color'),
('it', 'et_label_colors', 'Label colors'),
('it', 'et_label_text', 'Label text'),
('it', 'et_language_specific', 'Language specific'),
('it', 'et_left_menu', 'ET - Left menu (mobile)'),
('it', 'et_left_of_info_block', 'Left (of the Info Block)'),
('it', 'et_license_invalid', 'EnergoThemes license is not valid'),
('it', 'et_mainbox_general', 'ET - Mainbox general'),
('it', 'et_mainbox_general_full_width_no_title', 'ET - Mainbox general full width (no title)'),
('it', 'et_mainbox_general_full_width_title', 'ET - Mainbox general full width'),
('it', 'et_mainbox_simple', 'ET - Mainbox simple'),
('it', 'et_mainbox_simple_full_width_no_title', 'ET - Mainbox simple full width (no title)'),
('it', 'et_mainbox_simple_full_width_title', 'ET - Mainbox simple full width'),
('it', 'et_main_slider', 'ET - Main slider'),
('it', 'et_manage', 'et_manage?'),
('it', 'et_marketplace_menu', 'ET - Marketplace Menu'),
('it', 'et_master_vendors', 'vendor|vendors'),
('it', 'et_mega_menu', 'ET - Advanced Mega Menu'),
('it', 'et_mega_menu.banner_settings', 'Banner Settings'),
('it', 'et_mega_menu.category_settings', 'Menu Category Settings'),
('it', 'et_mega_menu.icon_settings', 'Icon Settings'),
('it', 'et_mega_menu.products_settings', 'Featured Product Settings'),
('it', 'et_mega_menu.size_settings', 'Window Size Settings'),
('it', 'et_mega_menu.subcategory_thumbnails', 'Subcategory Thumbnails'),
('it', 'et_mega_menu_tab', 'Additional menu settings'),
('it', 'et_menu_horizontal', 'ET - Menu (horizontal)'),
('it', 'et_min_height', 'Min height'),
('it', 'et_mobile_footer_block', 'ET - Footer block (mobile)'),
('it', 'et_mobile_footer_menu', 'ET - Footer menu (mobile)'),
('it', 'et_mobile_menu_wrapper', 'ET - Mobile Menu'),
('it', 'et_multi_scroller', 'ET - Multi scroller'),
('it', 'et_my_content', 'My content'),
('it', 'et_newsletter_description', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt'),
('it', 'et_offset_bottom', 'Offset bottom'),
('it', 'et_offset_right', 'Offset right'),
('it', 'et_opacity', 'Opacity'),
('it', 'et_overlay_settings', 'Overlay settings'),
('it', 'et_padding', 'Padding'),
('it', 'et_pp_block', 'Info blocks'),
('it', 'et_pp_block_r', 'Return policy'),
('it', 'et_pp_block_s', 'Shipping policy'),
('it', 'et_pp_block_w', 'Warranty policy'),
('it', 'et_pp_info_expanded', 'Expanded by default'),
('it', 'et_pp_info_icon_and_color_settings', 'Icon and color settings'),
('it', 'et_pp_info_use_icon', 'Use icon'),
('it', 'et_pp_sold_by', 'Sold by'),
('it', 'et_pp_this_item_sold_by', 'This item is sold by'),
('it', 'et_product_coming_soon', 'Available on: [avail_date]'),
('it', 'et_product_display_options', 'Product display options'),
('it', 'et_product_filters', 'Product filters'),
('it', 'et_product_tabs_rating_right_text', 'Tell us something about it and help others make the right decision'),
('it', 'et_product_tabs_rating_right_title', 'Have you used the product?'),
('it', 'et_product_tabs_rating_testimonial_right_text', 'Tell us something about your experience here'),
('it', 'et_product_tabs_rating_testimonial_right_title', 'Have you bought from our Marketplace?'),
('it', 'et_product_tabs_rating_testimonial_right_title_ult', 'Have you bought from our Store?'),
('it', 'et_product_tabs_rating_vendor_right_text', 'Tell us something about it and help others make the right decision'),
('it', 'et_product_tabs_rating_vendor_right_title', 'Have you bought from this vendor?'),
('it', 'et_product_title_rows', 'Product title rows'),
('it', 'et_product_title_rows_tooltip', 'Number of rows to display the product titles'),
('it', 'et_profile_info', 'ET - Profile info'),
('it', 'et_profile_text', 'Profile text'),
('it', 'et_push_items', 'Push menu items'),
('it', 'et_quick_info', 'Product page quick info'),
('it', 'et_quick_info.manage', 'Product page quick info blocks'),
('it', 'et_quick_info.new_block', 'New quick info block'),
('it', 'et_quick_info_block', 'Product page quick info'),
('it', 'et_read_all', 'Read all'),
('it', 'et_read_more', 'Read more'),
('it', 'et_register_text', 'Register text'),
('it', 'et_review_variant', 'Product variant reviewed'),
('it', 'et_right_menu', 'ET - Right menu (mobile)'),
('it', 'et_right_of_info_block', 'Right (of the Info Block)'),
('it', 'et_rounded_corners', 'Rounded corners'),
('it', 'et_same_vendor', 'ET - Same vendor'),
('it', 'et_search', 'ET - Search'),
('it', 'et_search_marketplace_products', 'Search by Marketplace products'),
('it', 'et_search_wrapper', 'ET - Search'),
('it', 'et_select_category_hover_text', 'Select category'),
('it', 'et_seo_rules', 'VIVAshop SEO rules for vendor stores'),
('it', 'et_separate_blog_image', 'ET - Blog image'),
('it', 'et_settings', 'Settings'),
('it', 'et_short_description', 'Category mini description'),
('it', 'et_show_all_reviews', 'Show all reviews'),
('it', 'et_show_discount_label', 'Show discount label'),
('it', 'et_show_old_price', 'Show old price'),
('it', 'et_show_product_name', 'Show product name'),
('it', 'et_show_product_price', 'Show price'),
('it', 'et_show_reviews_with', 'Show reviews with'),
('it', 'et_show_title', 'Show title'),
('it', 'et_sidebar_category', 'Sidebar category'),
('it', 'et_sidebar_subcategories', 'ET - Sidebar subcategories'),
('it', 'et_sidebox_filters', 'ET - Sidebox filters'),
('it', 'et_sidebox_products', 'ET - Sidebox products'),
('it', 'et_sidebox_simple_open_on_mobile', 'ET - Sidebox open on mobile'),
('it', 'et_sidebox_subcategories', 'ET - Sidebox subcategories'),
('it', 'et_social_links', 'Social links'),
('it', 'et_star', 'star|stars'),
('it', 'et_sticky_cart', 'ET - Sticky cart'),
('it', 'et_sticky_my_account', 'ET - Sticky My account'),
('it', 'et_store_settings', 'Store settings'),
('it', 'et_subcategories', 'ET - Subcategories'),
('it', 'et_subcateg_opt_img_title', 'Image'),
('it', 'et_tab_title_active_color', 'Tab title active color'),
('it', 'et_tab_title_color', 'Tab title color'),
('it', 'et_text_align', 'Text align'),
('it', 'et_text_color', 'Text color'),
('it', 'et_text_hover', 'Text hover'),
('it', 'et_thumbnail_width', 'Thumbnail width'),
('it', 'et_thumbnail_width_tooltip', 'Product image thumbnail width in pixels'),
('it', 'et_title_animation', 'Title Animation'),
('it', 'et_title_background', 'Title background'),
('it', 'et_title_color', 'Title text color'),
('it', 'et_title_font_size', 'Title font size'),
('it', 'et_title_font_style', 'Title font style'),
('it', 'et_title_font_weight', 'Title font weight'),
('it', 'et_title_line_height', 'Title line-height'),
('it', 'et_title_margin', 'Title margin'),
('it', 'et_title_text', 'Title text'),
('it', 'et_title_text_background', 'Title text background'),
('it', 'et_title_text_color', 'Title text color'),
('it', 'et_top', 'Top'),
('it', 'et_top_menu', 'ET - Top menu'),
('it', 'et_transparent_background', 'Transparent background'),
('it', 'et_type', 'Type'),
('it', 'et_update_for_all_languages', 'Update for all languages'),
('it', 'et_update_for_all_languges', 'Update for all languages'),
('it', 'et_use_bkg_overlay', 'Use background overlay'),
('it', 'et_vendor_categories', 'ET - Vendor categories'),
('it', 'et_vendor_extra_details_f', 'Facebook'),
('it', 'et_vendor_extra_details_i', 'Instagram'),
('it', 'et_vendor_extra_details_l', 'Linkedin'),
('it', 'et_vendor_extra_details_p', 'Pinterest'),
('it', 'et_vendor_extra_details_t', 'Twitter'),
('it', 'et_vendor_extra_details_y', 'Youtube'),
('it', 'et_vendor_header.feedback', 'Feedback'),
('it', 'et_vendor_header.social', 'Socials'),
('it', 'et_vendor_header.store', 'Store'),
('it', 'et_vendor_menu', 'Vendor Menu'),
('it', 'et_vendor_menu_mobile', 'ET - Vendor menu mobile'),
('it', 'et_vendor_panel_menu.default_vendor_store', 'Default vendor blocks'),
('it', 'et_vendor_panel_menu.my_banners', 'Banners'),
('it', 'et_vendor_panel_menu.my_home_blocks', 'Home blocks'),
('it', 'et_vendor_panel_menu.my_pages', 'Pages'),
('it', 'et_vendor_plans.footer', '<div class=\"et-vendor-plans_footer_big\">Not sure which plan will suit you best?</div><div class=\"et-vendor-plans_footer_small\">Start with a 14-day trial of all Marketplace features then choose the plan that\'s right for you</div>'),
('it', 'et_vendor_plans.footer_button_link', './index.php?dispatch=pages.view&page_id=30'),
('it', 'et_vendor_plans.footer_button_text', 'Contact us'),
('it', 'et_vendor_plans.no_vendor_store', 'NO microstore'),
('it', 'et_vendor_plans.per', 'per'),
('it', 'et_vendor_store_header', 'ET - Vendor store header'),
('it', 'et_vendor_store_header_mobile', 'ET - Vendor store header mobile'),
('it', 'et_vendor_store_menu', 'ET - Vendor store menu'),
('it', 'et_vendor_store_menu_mobile', 'ET - Vendor store menu mobile'),
('it', 'et_vertical', 'Vertical'),
('it', 'et_vertical_align', 'Vertical align'),
('it', 'et_vertical_with_info_block', 'Vertical with the Info Block'),
('it', 'et_vivashop_mv_functionality.home_blocks', 'Vendor home blocks'),
('it', 'et_vivashop_mv_functionality.vendor_pages', 'Vendor pages'),
('it', 'et_vivashop_mv_settings.best_bkg', 'Best choice background'),
('it', 'et_vivashop_mv_settings.best_outer_bkg', 'Best choice outer background'),
('it', 'et_vivashop_mv_settings.best_outer_text', 'Best choice outer text'),
('it', 'et_vivashop_mv_settings.best_text', 'Best choice text'),
('it', 'et_vivashop_mv_settings.footer_bkg', 'Footer background'),
('it', 'et_vivashop_mv_settings.footer_bkg_img', 'Footer background image'),
('it', 'et_vivashop_mv_settings.footer_button_text', 'Button text'),
('it', 'et_vivashop_mv_settings.footer_button_url', 'Button URL'),
('it', 'et_vivashop_mv_settings.footer_text', 'Footer text'),
('it', 'et_vivashop_mv_settings.header_bkg', 'Header background'),
('it', 'et_vivashop_mv_settings.header_hover', 'Header text hover'),
('it', 'et_vivashop_mv_settings.header_text', 'Header text color'),
('it', 'et_vivashop_mv_settings.highlight_text', 'Title highlighted text'),
('it', 'et_vivashop_mv_settings.menu_bkg', 'Menu background'),
('it', 'et_vivashop_mv_settings.menu_bkg_hover', 'Menu background hover'),
('it', 'et_vivashop_mv_settings.menu_text', 'Menu text color'),
('it', 'et_vivashop_mv_settings.menu_text_hover', 'Menu text color hover'),
('it', 'et_vivashop_mv_settings.price_bkg', 'Price background'),
('it', 'et_vivashop_mv_settings.price_text', 'Price text'),
('it', 'et_vivashop_mv_settings.show_footer', 'Show footer'),
('it', 'et_vivashop_settings.arrow', 'Arrow'),
('it', 'et_vivashop_settings.box_color', 'Box color'),
('it', 'et_vivashop_settings.circles_bkg', 'Circle background'),
('it', 'et_vivashop_settings.circles_icons', 'Circle icon'),
('it', 'et_vivashop_settings.circles_steps_txt', 'Step number text'),
('it', 'et_vivashop_settings.circles_step_bkg', 'Step number background'),
('it', 'et_vivashop_settings.circles_text', 'Circle text'),
('it', 'et_vivashop_settings.demo_banners', '<p><a class=\"cm-ajax btn btn-primary\" href=\"[demo_data_url]\">Add all demo data</a></p> <br/> <p><a class=\"cm-ajax btn btn-secondary\" href=\"[demo_banners_url]\">Add only demo banners</a></p>'),
('it', 'et_vivashop_settings.go_btn_bkg', 'Button background'),
('it', 'et_vivashop_settings.go_btn_bkg_hover', 'Button hover background'),
('it', 'et_vivashop_settings.go_btn_txt', 'Button text'),
('it', 'et_vivashop_settings.go_btn_txt_hover', 'Button hover text'),
('it', 'et_vivashop_settings.icons', 'Icons'),
('it', 'et_vivashop_settings.icon_bkg', 'Icon background color'),
('it', 'et_vivashop_settings.icon_color', 'Icon color'),
('it', 'et_vivashop_settings.main_bkg_color', 'Background color'),
('it', 'et_vivashop_settings.overlay', 'Overlay color'),
('it', 'et_vivashop_settings.overlay_alpha', 'Overlay opacity'),
('it', 'et_vivashop_settings.text', 'Text'),
('it', 'et_vivashop_settings.text_color', 'Text color'),
('it', 'et_vivashop_settings.text_top', 'Title text'),
('it', 'et_vivashop_settings.title_color', 'Title color'),
('it', 'et_width', 'Width'),
('it', 'et_wishlist_button_text', 'Wishlist'),
('it', 'event.order.edp.name', 'L\'accesso ai prodotti scaricabili è stato consentito'),
('it', 'event.order.shipment_updated.name', 'Prodotti con spedizione'),
('it', 'event.order.status_changed.name', 'Lo stato dell\'ordine è cambiato in [status]'),
('it', 'event.order.updated.name', 'L\'ordine è stato aggiornato'),
('it', 'event.profile.activated.name', 'Profile was activated'),
('it', 'event.profile.added.name', 'Profile requires activation'),
('it', 'event.profile.created.name', 'Profile was created'),
('it', 'event.profile.deactivated.name', 'Profile was deactivated'),
('it', 'event.profile.password_recovery.name', 'Password recovery'),
('it', 'event.profile.password_reminder.name', 'Reminder about necessary password change'),
('it', 'event.profile.updated.name', 'Profile was updated'),
('it', 'event.profile.usergroup_activation.name', 'User group activation'),
('it', 'event.profile.usergroup_disactivation.name', 'User group disactivation'),
('it', 'event.profile.usergroup_request.name', 'Membership in user group was requested'),
('it', 'event.profile.usergroup_updated.name', 'Membership in user group was changed'),
('it', 'event.receiver.a', 'Amministratore'),
('it', 'event.receiver.c', 'Cliente'),
('it', 'event.receiver.s', 'Supplier'),
('it', 'event.receiver.v', 'Venditore'),
('it', 'event.transport.internal', 'Notifications center'),
('it', 'event.transport.mail', 'E-mail'),
('it', 'event.vendors_require_approval.name', 'Vendors require approval'),
('it', 'event.vendors_require_approval.title', 'Some vendors are pending approval'),
('it', 'event.vendor_status_changed.active.message', 'All your active products will now appear in the store'),
('it', 'event.vendor_status_changed.name', 'Vendor status changed to [status]'),
('it', 'event.vendor_status_changed.pending.message', 'You can work with the admin panel and manage your products, but they won\'t appear to customers until your status changes to Active.'),
('it', 'event.vendor_status_changed.title', 'Your status has been changed to [status]'),
('it', 'eway_configuration_note', '<a href=\'https://go.eway.io/s/article/How-do-I-setup-my-Live-eWAY-API-Key-and-Password\' target=\'_blank\'>Come impostare i miei Live eWAY API Chiave e Password?</a>'),
('it', 'eway_upgrade_notification_text', '<p><b>eWAY</b>, <b>eWAY pagamento diretto</b> ed <b>eWAY Shared pagamento</b> non sono supportati da questa versione di [product].</p> <p>Si consiglia vivamente di <b>passare a eWAY pagamento diretto (Rapid API)</b> o <b>eWAY reattivo ha condiviso (Rapid API)</b>, ecco le istruzioni:</p> <ul><li>Vai alla amministrazione > metodi di pagamento</li> <li>aprire uno dei metodi di pagamento che utilizzano deprecato eWAY processore</li> <li>passare alla scheda generale e specificare eWAY pagamento diretto (Rapid API) o eWAY reattivo ha condiviso (Rapid API) processore di pagamento</li> <li>passare alla scheda Configura e specificare corretto: <ul><li>API Key, API Password e chiave di crittografia per eWAY pagamento diretto (Rapid API)</li> <li>chiave API e API Password per eWAY reattivo ha condiviso (Rapid API)</li></ul></li></ul> <p>eWAY, eWAY pagamento diretto ed eWAY ha condiviso pagamento sarà ancora operativa ma abbiamo <b>rinominato</b> loro di deprecata eWAY, deprecato eWAY pagamento diretto e deprecato eWAY Shared pagamento conseguenza.</p>'),
('it', 'eway_upgrade_notification_title', 'eWAY, eWAY pagamento diretto e processori di pagamento eWAY ha condiviso la foto di pagamento non sono più supportate'),
('it', 'exact_phrase', 'La frase esatta'),
('it', 'excellent', 'Eccellente!'),
('it', 'exception', 'Eccezione'),
('it', 'exceptions', 'Eccezioni'),
('it', 'exceptions_type', 'Tipo di eccezioni'),
('it', 'exception_disabled', 'Nessuna variante può essere selezionata'),
('it', 'exception_disregard', 'Qualsiasi variante'),
('it', 'exception_error', 'ERRORE'),
('it', 'exception_error_code', 'Codice errore:'),
('it', 'exception_exist', 'Questa combinazione di eccezioni esiste già'),
('it', 'exception_title', 'Oops!<br />Non siamo riusciti a trovare quello che stavi cercando.'),
('it', 'exchange_rate', 'Tassi di cambio in tempo reale'),
('it', 'exclude_disabled_products', 'Escludi prodotti disabilitati'),
('it', 'exclusive_promotions', 'Sconti esclusivi'),
('it', 'exclusive_promotions_content', 'Iscriviti alle nostre news e ottieni uno sconto del 10%!'),
('it', 'exec', 'Esegui'),
('it', 'exim_cannot_create_variant_for_shareable_feature', 'No si puo creare un variante per una caratteristica condivisa.'),
('it', 'exim_error_empty_feature_name', 'Manca il nome di funzione. Alcune funzionalità del prodotto non sono state aggiornate.'),
('it', 'exim_error_incorrect_feature_type', 'Tipo di caratteristica errata. Alcune funzionalità del prodotto non sono state aggiornate.'),
('it', 'exim_remove_additional_images', 'Cancella immagini aggiuntive'),
('it', 'exim_vendor_cant_create_feature', 'I fornitori non possono creare caratteristiche del prodotto e le loro varianti. Alcune funzionalità del prodotto non possono essere modificate.'),
('it', 'exit_point', 'Punto d\'uscita'),
('it', 'exp', 'Scadenza'),
('it', 'expanded', 'Estesa'),
('it', 'expand_collapse_list', 'Espandi / Comprimi lista elementi'),
('it', 'expand_section', 'Expand section'),
('it', 'expand_sublist_of_items', 'Espandere la sottolista degli articoli'),
('it', 'expenditure', 'Uscite'),
('it', 'expired', 'Scaduto'),
('it', 'expirepreauth', 'Pre-autorizzazione'),
('it', 'expirepreauth_description', 'Limite in giorni del periodo di attesa della pre-autorizzazione. Il valore massimo è 30 giorni. Con il tipo di richiesta \"vendita\", lasciare questo campo vuoto.'),
('it', 'expiry_date', 'Data di scadenza'),
('it', 'export', 'Esporta'),
('it', 'exported_fields', 'Campi esportati'),
('it', 'exported_files', 'File esportati'),
('it', 'exported_items', 'Articoli esportati'),
('it', 'exporting_data', 'Esporta dati'),
('it', 'export_by_cron', 'Esporta in ordine cronologico'),
('it', 'export_by_cron_to', 'Esporta da ordine cronologico in'),
('it', 'export_cron_hint', 'Utilizzare la seguente riga per eseguire lo script in modo programmato'),
('it', 'export_data', 'Esporta dati'),
('it', 'export_found_products', 'Export found products'),
('it', 'export_layout', 'Esporta layout'),
('it', 'export_locations', 'Esporta posizioni'),
('it', 'export_options', 'Opzioni esportazione'),
('it', 'export_selected', 'Esporta selezionati'),
('it', 'export_to_ftp', 'Opzioni server FTP'),
('it', 'export_to_server', 'Esporta sul server'),
('it', 'extended', 'Esteso(i)'),
('it', 'extra', 'Extra'),
('it', 'extract_archive', 'Estrai archivio'),
('it', 'extra_fields', 'Extra fields'),
('it', 'extra_folders', 'Cartelle aggiuntive'),
('it', 'extra_services', 'Servizi supplementari'),
('it', 'facebook', 'Facebook'),
('it', 'facebook_obj_type', 'Tipo di integrazione Facebook'),
('it', 'fail', 'Non riuscito'),
('it', 'failed', 'Non riuscito'),
('it', 'fair', 'Buono'),
('it', 'false', 'Errato'),
('it', 'faroese', 'Faeroese'),
('it', 'fast', 'Veloce'),
('it', 'fax', 'Fax'),
('it', 'fb_activities', 'Attività'),
('it', 'fb_businesses', 'Imprese'),
('it', 'fb_groups', 'Gruppi'),
('it', 'fb_organizations', 'Organizzazioni'),
('it', 'fb_people', 'Persone'),
('it', 'fb_places', 'Luoghi'),
('it', 'fb_products_entertainment', 'Prodotti e intrattenimento'),
('it', 'fb_websites', 'Siti Web'),
('it', 'feature', 'Caratteristica'),
('it', 'features', 'Caratteristiche'),
('it', 'features_delimiter', 'Delimitatore caratteristica varianti'),
('it', 'features_menu_description', 'Aggiungi e gestisci campi prodotto addizionali.'),
('it', 'feature_code', 'Codice caratteristica'),
('it', 'feature_comparison', 'Confronta caratteristiche'),
('it', 'feature_comparison_upgrade_notification_text', 'La casella di controllo di <b>confronto tra le funzionalità</b> sotto <b>prodotti → prodotti → &lt; desiderato prodotto &gt;</b> è stato rimosso. <br>Barrando la casella di controllo <b>Consenti ai clienti di confrontare i prodotti</b> nuovo sotto impostazioni → generale → catalogo, è ora possibile consentire ai clienti di aggiungere qualsiasi prodotti nel tuo negozio per elenchi comparativi. <br>Di presentarsi su un elenco di confronto, una caratteristica deve avere uno (o più) delle seguenti caselle di controllo abilitato sotto <b>Caratteristiche → prodotti → &lt; caratteristica desiderata &gt;</b>: <br><ul><li>Visualizza nella scheda caratteristiche</li> <li>Visualizza nell\'elenco prodotti</li> <li>visualizzare nell\'intestazione di pagina Dettagli prodotto</li></ul>'),
('it', 'feature_comparison_upgrade_notification_title', 'Cambiamenti nella comparazione caratteristiche'),
('it', 'feature_display_on_catalog', 'Mostra in lista prodotti'),
('it', 'feature_display_on_header', 'Visualizza nell\'intestazione di pagina dei dettagli prodotto'),
('it', 'feature_display_on_product', 'Mostra nella Tab caratteristiche'),
('it', 'feature_group', 'Gruppo di caratteristiche'),
('it', 'feature_groups', 'Gruppi di caratteristiche'),
('it', 'feature_id', 'ID caratteristica'),
('it', 'feature_name', 'Nome caratteristica'),
('it', 'feature_style', 'Feature style'),
('it', 'feedback_is_sent_successfully', 'Il commento è stato inviato con successo.'),
('it', 'feedback_values', 'Valori del commento'),
('it', 'feed_description', 'Descrizione del Feed'),
('it', 'feed_title', 'Titolo feed'),
('it', 'fib_wrapper', 'ET - Footer info block'),
('it', 'field', 'Campo'),
('it', 'fields', 'Campi'),
('it', 'field_editor', 'Gestore di campi'),
('it', 'field_name', 'Nome campo'),
('it', 'field_type', 'Tipo di campo'),
('it', 'file', 'File'),
('it', 'filename', 'Nome del file'),
('it', 'files', 'File'),
('it', 'filesize', 'Dimensione del file'),
('it', 'files_are_too_large', 'La dimensione totale dei file caricati supera il limite massimo di [size].'),
('it', 'files_changes', 'Cambiamenti del file'),
('it', 'files_directory', 'Cartella dei file'),
('it', 'file_avail_after_payment', 'Questo file sarà disponibile solo dopo il pagamento completo dell\'ordine.'),
('it', 'file_browser', 'Browser dei file'),
('it', 'file_changes_detector', 'Detettore di file modificati'),
('it', 'file_changes_detector.added', 'Aggiunto'),
('it', 'file_changes_detector.changed', 'Cambiato'),
('it', 'file_changes_detector.deleted', 'Eliminato'),
('it', 'file_changes_detector.snapshot_not_found', 'Icona di schermo dell\'installazione chiara non e stato trovato. Prego ristorare <b>[dist_filename]</b>.'),
('it', 'file_doesnt_have_key', 'Questo file non possiede una chiave per il download.'),
('it', 'file_download_limit_exceeded', 'Il file non può essere scaricato perché il limite di download uguale a [limit] è stato superato.'),
('it', 'file_editor', 'Editor di file'),
('it', 'file_is_too_large', 'Il file è troppo grande. Dimensione massima per il caricamento [size].'),
('it', 'file_tree', 'Alberatura file'),
('it', 'file_uploading_in_progress_please_wait', 'Caricamento file in corso. Attendere prego.'),
('it', 'filling', 'Riempimento contenuto'),
('it', 'filter', 'Filtro'),
('it', 'filters', 'Filtri'),
('it', 'filters_in_use', 'Tutte caratteristiche sono gia utilizzate'),
('it', 'filters_menu_description', 'I filtri prodotto sono visualizzati nell\'area clienti (front-end) e permettono ai vostri clienti di trovare velocemente i prodotti.'),
('it', 'filter_by', 'Filtra per'),
('it', 'filter_by_categories', 'Filtra per categorie'),
('it', 'filter_description', 'Descrizione filtro'),
('it', 'filter_name', 'Nome filtro'),
('it', 'filter_style', 'Tipo filtro'),
('it', 'final_sale', 'Vendita finale'),
('it', 'finance_product_code', 'Codice prodotto finanze'),
('it', 'financial_state', 'Stato finanziario'),
('it', 'find_results_with', 'Trova risultati con'),
('it', 'finish', 'Fine'),
('it', 'finished', 'Finito'),
('it', 'finnish', 'Finlandese'),
('it', 'first_name', 'Nome'),
('it', 'first_name_and_last_name', 'Nome e Cognome'),
('it', 'flemish', 'Fiammingo'),
('it', 'folder', 'Cartella'),
('it', 'folder_is_empty', 'La cartella è vuota'),
('it', 'footer', 'Piè di pagina'),
('it', 'footer_bottom', 'Footer bottom'),
('it', 'footer_general', 'Piè di pagina generale'),
('it', 'for', 'per'),
('it', 'forbidden', 'Non permesso'),
('it', 'forbidden_combinations', 'Combinazioni non permesse'),
('it', 'forgot_password_question', 'Hai dimenticato la password?'),
('it', 'form', 'Modulo'),
('it', 'format', 'Formato'),
('it', 'forms', 'Moduli'),
('it', 'form_builder', 'Costruttore form'),
('it', 'form_id', 'ID modulo'),
('it', 'form_submit_text', 'Testo pulsante di invio'),
('it', 'for_all_found_orders', 'Per ordini in TUTTE le pagine'),
('it', 'for_this_page_orders', 'Per ordini in QUESTA pagina'),
('it', 'fragile', 'Fragile'),
('it', 'free', 'Gratuito'),
('it', 'free_products', 'Prodotti gratuiti'),
('it', 'free_shipping', 'Spedizione gratuita'),
('it', 'free_shipping_upgrade_notification_text', '<p>Alcuni dei vostri prodotti hanno abilitata la proprietà di <b>spedizione gratuita</b>. Nelle versioni precedenti di [product] un cliente non è necessario scegliere un metodo di spedizione al momento dell\'acquisto di questi prodotti.</p> <p>a partire da questa versione di [product], un cliente sceglie un metodo di spedizione al momento del pagamento per i prodotti con abilitata la proprietà di <b>spedizion..</b>.</p> <p>Per impostare un metodo di spedizione che verrà utilizzato per la spedizione gratuita, completare la procedura:</p> <ol><li>Andare in <b>Amministrazione → spedizione e tasse → metodi di spedizione</b>.</li> <li>Scegliere il metodo che si desidera utilizzare per la spedizione gratuita di spedizione esistente, o crearne uno nuovo.</li> <li>Scorrimento alla sezione <i>Extra</i> e attivare l\'impostazione di <b>utilizzo per la spedizione gratuita</b>.</li></ol> <p>è possibile impostare come molti metodi di spedizione che si desidera per spedizione gratuita.</p> <p>Nota che è necessario applicare l\'opzione di <b>utilizzo per la spedizione gratuita</b> a metodi di spedizione particolare.</p> <p>Spuntare la casella di controllo <b>USA per la spedizione gratuita</b>, se si desidera escludere i prodotti con l\'attivato opzione di <b>spedizione gratis</b> dalla spedizione prezzo calcolo. [product] calcolerà il prezzo di spedizione degli altri prodotti dall\'ordine in conformità con le <b>spese di spedizione</b>.</p> <p>Se si lascia la casella di controllo spuntata, [product] calcolerà il prezzo di spedizione per tutti i prodotti dall\'ordine in conformità con le <b>spese di spedizione</b>.</p>'),
('it', 'free_shipping_upgrade_notification_title', 'Modifiche di spedizione gratuita'),
('it', 'french', 'Francese'),
('it', 'from', 'da'),
('it', 'from_date', 'Da data'),
('it', 'from_email', 'E-mail \"da\"'),
('it', 'from_name', 'Nome \"da\"'),
('it', 'ftp', 'FTP'),
('it', 'ftp_connection_problem', 'Impossibile connettersi al server FTP. Ti preghiamo di controllare le informazioni di connessione FTP'),
('it', 'ftp_directory', 'Cartella FTP'),
('it', 'ftp_pass', 'Password FTP'),
('it', 'ftp_server_options', 'Opzioni server FTP'),
('it', 'ftp_url', 'Server FTP'),
('it', 'ftp_url_hint', 'Il formato è: FTPHOST[:PORT][/DIRECTORY]. Esempio: ftp.yourhost.com:21/home/username/folder'),
('it', 'ftp_user', 'Nome utente FTP'),
('it', 'fulfillment_state', 'Stato completamento'),
('it', 'full', 'Completo'),
('it', 'fullauth', 'Fullauth'),
('it', 'fullname', 'Nome completo'),
('it', 'full_description', 'Descrizione completa'),
('it', 'full_list', 'Lista completa'),
('it', 'full_tree_cat', 'Alberatura categorie completa'),
('it', 'full_tree_pages', 'Alberatura pagine completa'),
('it', 'full_width', 'Larghezza intera'),
('it', 'function', 'Core'),
('it', 'function_deprecated', 'Funzione [old_function] è obsoleta e sarà rimossa nella prossima versione di CS-Cart. Prego utilizzare ora [new_function]'),
('it', 'gateway', 'Gateway'),
('it', 'gateways', 'Gateway'),
('it', 'gc_redeem_and_add_free_products', 'Riscattare & aggiungere prodotti al carrello'),
('it', 'gdpr_call_requests', 'Dati personali da richieste di chiamata'),
('it', 'gdpr_discussions_data', 'Personal data from discussions'),
('it', 'gdpr_newsletters', 'Personal data from newsletters'),
('it', 'general', 'Generale'),
('it', 'general_info', 'Informazioni generali'),
('it', 'general_settings', 'Impostazioni generali'),
('it', 'general_statistics', 'Statistiche generali'),
('it', 'generate', 'Genera'),
('it', 'generate_cache', 'Genera la cache'),
('it', 'generate_new_api_key', 'Genera nuove chiavi per API'),
('it', 'generate_printslip', 'Gerar Etiqueta'),
('it', 'generate_printslip_and_tracking_number', 'Gerar Etiqueta e Código de Rastreamento'),
('it', 'generate_submenu', 'Genera sottomenu'),
('it', 'generating_pdf', 'Generazione PDF. Ti preghiamo di attendere...'),
('it', 'generating_xls', 'Generazione XLS. Ti preghiamo di attendere...'),
('it', 'geography', 'Area geografica'),
('it', 'geo_maps.cannot_select_location', 'This location couldn\'t be selected due to technical reasons. If you encounter any difficulties when placing an order, please contact us.'),
('it', 'geo_maps.from_pickup_points', '[shipping], [n] pickup point|[shipping], [n] pickup points'),
('it', 'geo_maps.location_detection_disabled', 'Your location could not be determined. Try enabling the location services on your device or disabling the tracking protection.'),
('it', 'geo_maps.no_shippings', 'Sorry, we couldn\'t find any shipping options for your location. Please contact us, and we\'ll see what we can do about it.'),
('it', 'geo_maps.select_your_city', 'Select your city'),
('it', 'geo_maps.shipping_about', 'about'),
('it', 'geo_maps.shipping_address_on_map', 'Shipping address on map'),
('it', 'geo_maps.shipping_from', 'from'),
('it', 'geo_maps.shipping_group_delivery', 'Shipping'),
('it', 'geo_maps.shipping_group_pickup', 'Pick-up'),
('it', 'geo_maps.shipping_time', 'Shipping time'),
('it', 'geo_maps.shipping_time_and_rates', 'Shipping time and rates'),
('it', 'geo_maps.text_settings_google_api_notice', 'Learn more about setting up API key <a target=\"_blank\" href=\"https://docs.cs-cart.com/4.10.x/user_guide/addons/maps_and_geolocation/#configuration\">in the documentation</a>.'),
('it', 'geo_maps.your_city', 'Your city');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('it', 'german', 'Tedesco'),
('it', 'get_api_key', 'Ottenere una chiave API'),
('it', 'get_rates', 'Ottieni prezzi/tariffe'),
('it', 'get_social', 'Ottieni social'),
('it', 'gift_add_products', 'Aggiungi prodotti da regalare'),
('it', 'gift_certificate', 'Buono regalo'),
('it', 'gift_certificates', 'Buoni regalo'),
('it', 'gift_certificates.certificate_purchase_form', 'Gift certificate purchase form'),
('it', 'gift_certificates.event.gift_certificate.status_changed.name', 'Gift certificate status changed to [status]'),
('it', 'gift_certificates.event.gift_certificate.updated.name', 'Gift certificate updated'),
('it', 'gift_certificates_menu_description', 'Visualizza e gestisci i buoni regalo che i clienti hanno acquistato.'),
('it', 'gift_certificates_verify', 'Verifica buono regalo'),
('it', 'gift_certificate_added_to_cart', 'Il certificato regalo è stato aggiunto al tuo carrello della spesa.'),
('it', 'gift_certificate_created', 'Certificato di Dono e stato creato'),
('it', 'gift_certificate_info', 'Informazioni buono regalo'),
('it', 'gift_certificate_status', 'Stato certificato regalo'),
('it', 'gift_certificate_statuses', 'Stato buoni regalo'),
('it', 'gift_certificate_verification', 'Verifica buono regalo'),
('it', 'gift_cert_amount_changed', 'L\'importo del buono regalo è cambiato.'),
('it', 'gift_cert_code', 'Codice buono regalo'),
('it', 'gift_cert_debit', 'Saldo debito'),
('it', 'gift_cert_error_amount', 'La quantità non deve essere superiore a [max] e minore di [min]'),
('it', 'gift_cert_from', 'Da'),
('it', 'gift_cert_to', 'A'),
('it', 'gift_cert_with_products', 'L\'acquisto di prodotti e buoni regalo contemporaneamente è impossibile. Per favore, ritenta.'),
('it', 'gift_comment', 'Messaggio'),
('it', 'give_coupon_subj', 'Hai una nuova promozione'),
('it', 'global', 'Globale'),
('it', 'global_options', 'Opzioni globali'),
('it', 'global_order_id', 'Id Global'),
('it', 'global_status', 'Stato globale'),
('it', 'global_update', 'Aggiornamento globale'),
('it', 'global_update_description', 'Puoi inserire valori positivi o negativi nei campi sottostanti (p.e. -5).'),
('it', 'global_vars', 'Variabili globali'),
('it', 'go', 'Vai'),
('it', 'google', 'Google'),
('it', 'google_base', 'Google base'),
('it', 'google_base_export_notice', '<b>Nota:</b> Potete definire aliquote per tasse e costi di spedizione nel <a href=\"http://www.google.com/merchants/taxshippingsettings\">Riepilogo Spedizione e Tasse</a> nel vostro Google Merchant Center.'),
('it', 'google_export_upgrade_notification_text', '<p>La ultima versione di [product] ha installazioni differenti per alimentare i dati: <b>Prezzo di Google</b> non include tasso adesso.</p><p>Se vuo esportare prodotti con tasso incluso nell\'prezzo, fa lo seguente:</p><ul><li> Andare a l\'Amministrazione&rarr; Add-ons&rarr; Alimentazioni dei dati.</li><li> Sceglie l\'alimentazione dei dati utilizzati per esportare prodotti a Google Product Feed.</li><li> Tornare a <b>Tab di presentazione dei campi</b> e selezionare <b>Prezzo Google (con tasso incluso)</b> per il campo di <b>prezzo</b>.</li></ul>'),
('it', 'google_export_upgrade_notification_title', 'Modifiche in Google Export'),
('it', 'google_sitemap.export_progress_entry', '[storefront]: [object]'),
('it', 'google_sitemap.generate_map', 'La sitemap non è stata ancora generata. Vai nelle impostazioni del componente aggiuntivo e premi il pulsante \"Rigenera sitemap\"'),
('it', 'google_sitemap.map_generated', 'La sitemap è stata generata con successo'),
('it', 'google_sitemap.text_regenerate', 'Se dei prodotti, categorie, ecc. sono stati aggiunti o modificati, si prega di <a class=\"cm-ajax cm-comet btn btn-primary\" href=\"[regenerate_url]\">rigenerare una sitemap</a><br /><br /> [sitemap_available_in_customer]'),
('it', 'google_sitemap.text_select_storefront', 'Per generare una sitemap, si prega di selezionare prima lo storefront (vetrina).'),
('it', 'goto_theme_configuration', 'Sfoglia Temi'),
('it', 'go_back', 'Indietro'),
('it', 'go_to_admin_panel', 'Admin panel'),
('it', 'go_to_the_admin_homepage', 'Vai alla pagina iniziale dell\'amministrazione'),
('it', 'go_to_the_homepage', 'Vai alla Pagina Iniziale'),
('it', 'grams_in_the_unit_of_weight', 'N. di Grammi che compongono l\'unità del simbolo del peso'),
('it', 'grant_point', 'Grant reward points'),
('it', 'graphic', 'Grafico'),
('it', 'graphic_banner', 'Banner grafico'),
('it', 'greek', 'Greco'),
('it', 'grid', 'Griglia'),
('it', 'grid_options', 'Opzioni griglia'),
('it', 'gross_total', 'Totale'),
('it', 'ground_only', 'Solo via terra'),
('it', 'group', 'Gruppo'),
('it', 'groups', 'Gruppi'),
('it', 'guest', 'Ospite'),
('it', 'has_credit_memo', 'Ha una memo per credito'),
('it', 'has_invoice', 'Ha fattura'),
('it', 'header', 'Titolo'),
('it', 'header_image', 'Immagine testata'),
('it', 'head_custom_html', 'Codice HTML personalizzato'),
('it', 'hebrew', 'Ebraico'),
('it', 'height', 'Altezza'),
('it', 'hello', 'Ciao'),
('it', 'hello_name', 'Hello [name],'),
('it', 'help', 'Aiuto'),
('it', 'hidden', 'Nascosto'),
('it', 'hidden_categories', 'Categorie nascoste'),
('it', 'hide', 'Nascondi'),
('it', 'hide_add_to_cart_button', 'Nascondi il pulsante \"aggiungi al carrello\"'),
('it', 'hide_options', 'Nascondi opzioni'),
('it', 'hide_option_completely', 'Nascondi opzioni completamente'),
('it', 'hidpi.notice.images_were_not_restored', 'Some of the old images in your store are still low-quality. To use the highest quality possible, please <a href=\"[convert_url]\">restore high-quality images</a>. The process is automatic.'),
('it', 'hidpi.refactoring_upgrade_notification_text', '<p>The previous version of the <b>[addon_name]</b> add-on shrank the uploaded images. We improved the add-on, so there is no need for that now. However, the existing images remain shrunk and don’t look good.</p><p>We can make your existing images look nice and sharp, but that procedure will take some time. That’s why we need you to start it.</p><p><a href=\"[url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Make image look good</a></p>'),
('it', 'hidpi.refactoring_upgrade_notification_title', 'Make sure your images look good.'),
('it', 'hidpi.restore_btn', 'Ripristina'),
('it', 'hidpi.restore_images', 'Image restoration'),
('it', 'hidpi.text_restore_images', 'The previous version of the HiDPI display support add-on shrank the uploaded images. There’s no need for that now. But to make your images look nice and sharp you need to click Restore.'),
('it', 'hidpi.upload_high_res_image', 'I’m uploading a HiDPI image.'),
('it', 'hidpi.upload_high_res_image.tooltip', 'If this checkbox is ticked, the source image will be displayed two times downscaled. This setting only affects the displaying of the source image and not its thumbnail. If you want an image to be displayed in the original size, untick this checkbox.'),
('it', 'hidpi.warning_restore_images', '<strong>Attention!</strong> This procedure is non—reversible: when you revert the upgrade, the image restoration manipulations will not be reverted. So, please make sure to perform a backup. The procedure can take some time—it depends on the number of images in your store.'),
('it', 'history', 'Storia'),
('it', 'home', 'Pagina Iniziale'),
('it', 'home_blocks', 'Vendor home blocks'),
('it', 'home_page', 'Pagina iniziale'),
('it', 'horizontal', 'Orizzontale'),
('it', 'horizontal_filters', 'Filtri orizzontali'),
('it', 'host', 'Nome host'),
('it', 'host_code', 'Codice host'),
('it', 'hour', 'Ora'),
('it', 'hourly', 'Orario'),
('it', 'hour_or_hours', 'hour(s)'),
('it', 'how_to_send', 'Come inviare?'),
('it', 'html_block', 'Blocco HTML'),
('it', 'http_transport_error_prefix_curl', 'Errore Curl'),
('it', 'http_transport_error_prefix_socket', 'Errore socket'),
('it', 'hungarian', 'Ungherese'),
('it', 'hybrid_auth', 'Social login'),
('it', 'hybrid_auth.add_provider', 'Aggiungi fornitore'),
('it', 'hybrid_auth.callback_url', 'Callback URL'),
('it', 'hybrid_auth.cant_create_profile', 'Purtroppo, non siamo riusciti a creare un cliente e accedere al negozio a causa di uno dei seguenti motivi: < br / >-loggato al nostro deposito in precedenza utilizzando alcuni altri provider OpenID in cui viene utilizzata la stessa email. < br / >-vi siete già registrati nel nostro archivio utilizzando la vostra email. < br / > si prega di contattare il proprietario del negozio per risolvere i problemi.'),
('it', 'hybrid_auth.change_password', 'È possibile modificare la password qui'),
('it', 'hybrid_auth.configuration_error', 'Errore di configurazione Hybriauth'),
('it', 'hybrid_auth.connecting_provider', 'Sto contattando <b>[provider]</b>. Attendere prego...'),
('it', 'hybrid_auth.connect_social', 'Collega un account social'),
('it', 'hybrid_auth.connect_social_title', 'Questo utente esiste già'),
('it', 'hybrid_auth.editing_provider', 'Modifica fornitore'),
('it', 'hybrid_auth.facebook_disabled_upgrade_notification_text', '<p> Abbiamo dovuto andare a una versione nuova di Facebook API, perche la versione API utilizzata prima non e piu valida. Purtroppo, per lavoriare con il nuovo API {product} abbiamo bisogno di un PHP 5.4. Lei vede questo messagio, perche il suo server ha una versione vecchia, </p><p>. Il stato del <b>Facebook </b> fornitore sotto Website <b>...> Login via Faceboo </b> e stato installato a <i>Disabled (Deattivato)</i>, </p><p>. Prego aggiornare il suo PHP a 5.4 o piu alto prima di attivare il Facebook </p>'),
('it', 'hybrid_auth.facebook_disabled_upgrade_notification_title', 'Login Sociale: Login attraverso Facebook e stato desattivato per causa di una versione passata PHP'),
('it', 'hybrid_auth.facebook_oauth_redirect_uris', 'Valid OAuth redirect URIs'),
('it', 'hybrid_auth.failed_auth', 'Autenticazione non riuscita. L\'utente ha annullato l\'autenticazione o il provider ha rifiutato la connessione'),
('it', 'hybrid_auth.instruction_facebook', 'Utilizzare l\'ID applicazione e la Chiave Segreta che hai ricevuto dopo aver creato un\'applicazione su <a href=\'https://developers.facebook.com/apps\' target=\'_blank\'>Facebook Developers</a>.'),
('it', 'hybrid_auth.instruction_facebook_login', 'Use the application ID and Secret key that you\'ve received after creating an application on <a href=\"https://developers.facebook.com/apps\" target=\"_blank\">Facebook Developers</a>. After that copy the value of the <b>Valid OAuth redirect URIs</b> field to the corresponding setting of the <b>Facebook Login</b> product in your Facebook application.'),
('it', 'hybrid_auth.instruction_foursquare', 'Utilizza l\'ID applicazione e la chiave segreta che hai ricevuto dopo aver creato un\'applicazione su <a href=\'https://foursquare.com/developers/apps\' target=\'_blank\'>Foursquare</a>.'),
('it', 'hybrid_auth.instruction_google', 'Utilizza l\'ID e la Chiave Segreta che hai ricevuto dopo aver creato un progetto su <a href=\'https://code.google.com/apis/console/?pli=1\' target=\'_blank\'>Google</a>.'),
('it', 'hybrid_auth.instruction_linkedin', 'Utilizza l\'ID (chiave Consumer) e la chiave segreta che hai ricevuto dopo aver creato un\'applicazione su <a href=\'https://www.linkedin.com/developer/apps\' target=\'_blank\'>LinkedIn per sviluppatori</a>.'),
('it', 'hybrid_auth.instruction_live', 'Utilizza l\'ID applicazione e chiave segreta che hai ricevuto dopo l\'aggiunta di un\'applicazione su <a href=\'https://account.live.com/developers/applications/create\' target=\'_blank\'>Live</a>.'),
('it', 'hybrid_auth.instruction_paypal', 'Utilizza l\'ID applicazione e la chiave segreta che hai ricevuto dopo aver creato un\'applicazione sugli <a href=\'https://developer.paypal.com/developer/applications\' target=\'_blank\'>Sviluppatori PayPal</a>.'),
('it', 'hybrid_auth.instruction_twitter', 'Utilizza l\'ID (chiave Consumer) e la chiave segreta che hai ricevuto dopo aver creato un\'applicazione su <a href=\'https://apps.twitter.com/\' target=\'_blank\'>Twitter</a>.'),
('it', 'hybrid_auth.instruction_yahoo', 'Utilizzare ID (Identificatore) e codice Secreto che hai ricevuto dopo aver creato una applicazione su <a href=\'\'https://developer.yahoo.com/apps/create/target=\'_blank>Yahoo</a>.'),
('it', 'hybrid_auth.linkedin_api_v1', 'v1'),
('it', 'hybrid_auth.linkedin_api_v2', 'v2'),
('it', 'hybrid_auth.linkedin_api_version', 'API version'),
('it', 'hybrid_auth.linked_provider', 'Collegato'),
('it', 'hybrid_auth.link_provider', 'Account social network'),
('it', 'hybrid_auth.live_redirect_urls', 'Redirect URLs'),
('it', 'hybrid_auth.missing_credentials', 'Mancano le credenziali dell\'applicazione del fornitore'),
('it', 'hybrid_auth.new_provider', 'Nuovo fornitore'),
('it', 'hybrid_auth.not_linked_provider', 'Non collegato'),
('it', 'hybrid_auth.password_generated', 'Siamo lieti di informarvi che sei stato correttamente registrato nel negozio. Una password è stata generata per te'),
('it', 'hybrid_auth.providers', 'Fornitori'),
('it', 'hybrid_auth.provider_error_configuration', 'Fornitore non correttamente configurato'),
('it', 'hybrid_auth.provider_not_found', 'Fornitore [provider] non e stato trovato'),
('it', 'hybrid_auth.social_login', 'O accedi con un altro fornitore di identità'),
('it', 'hybrid_auth.specify_email', 'Specificare un\'e-mail'),
('it', 'hybrid_auth.specify_email_title', 'L\'e-mail non è stata specificata.'),
('it', 'hybrid_auth.text_connect_social', '<p>L\'utente con l\'indirizzo e-mail specificato durante il login è già presente.</p><p>Se si desidera assegnare un account social all\'utente registrato, si prega di accedere.</p>'),
('it', 'hybrid_auth.text_link_provider', 'Assegna un\'account social a questo e utilizzalo per accedere'),
('it', 'hybrid_auth.text_specify_email', '<p>L\'e-mail di registrazione nel social network non è stata specificata.</p><p>Per favore inserisci la tua e-mail e clicca su continua.</p>'),
('it', 'hybrid_auth.text_user_is_already_link', 'Questo account social è già utilizzato'),
('it', 'hybrid_auth.unspecified_error', 'Errore non specificato'),
('it', 'hybrid_auth.wrong_provider', 'Fornitore sconosciuto o disabilitato'),
('it', 'hybrid_auth_menu_description', 'Creare provider social'),
('it', 'I25', 'L\'intervallo 2 di 5 è basato sullo standard di simbologia 2 di 5.<br/>L\'intervallo 2 di 5 è concepito per codificare solo 10 cifre.'),
('it', 'icon', 'Icona'),
('it', 'id', 'ID'),
('it', 'identifier', 'Indentificatore PayBox'),
('it', 'iframe_mode', 'Modalità iFrame'),
('it', 'illegal_item_weight', 'Peso articolo non consentito'),
('it', 'image', 'Immagine'),
('it', 'images', 'Immagini'),
('it', 'images_directory', 'Cartella immagini'),
('it', 'images_params', 'Images'),
('it', 'image_has_been_deleted', 'This image has been deleted'),
('it', 'image_pair', 'Accoppia immagini'),
('it', 'image_url', 'Url dell\'immagine'),
('it', 'image_verification', 'Verifica immagine'),
('it', 'image_verification_body', 'Digita i caratteri visualizzati nell\'immagine soprastante.'),
('it', 'image_verification_label', 'Convalida \"Anti-bot\"'),
('it', 'image_zoom.rework_update_notification.message', '<p>We reworked the <b>Image zoom</b> add-on, because it used a third-party solution incompatible with modern versions of jQuery. As a result of the rework, some settings of the add-on were removed.</p><p>Please check how the image zoom looks on the product pages now. If you\'d like to make any changes to the looks, adjust the settings of the <b>Image zoom</b> add-on.</p><p><a href=\"[image_zoom_settings]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check Image Zoom settings</a></p>'),
('it', 'image_zoom.rework_update_notification.title', 'Image Zoom add-on reworked'),
('it', 'immediately', 'Immediatamente'),
('it', 'import', 'Importa'),
('it', 'important', 'Importante'),
('it', 'important_language_text', 'Quando occulta, deattiva o elimina una lingua default di uno dei portali di mercato, deve asicurarsi di attualizzare il valore di <b>Default di lingua de la pagina frontale</b> installando a <a href=\"[link]\">Parametri → Comparta</a>.'),
('it', 'importing_data', 'Importando dati'),
('it', 'import_data', 'Importa dati'),
('it', 'import_errors', 'Errori importazione'),
('it', 'import_layout', 'Importa layout'),
('it', 'import_locations', 'Importa destinazioni'),
('it', 'import_new_vendor', '[n] uno nuovo ventore e stato creato durante l\'importo. Questo ventore ha uno nome soltanto fin\'a questo momento. Per favore editare il nuovo ventore per aggiungere altra informazione.|[n] nuovi ventori sono stati creati durante l\'importo. Questi ventori soltanto hanno nomi fin\'adesso. Per favore editare i nuovi ventori per aggiungere altra informazione.'),
('it', 'import_options', 'Opzioni importazione'),
('it', 'import_results', 'Risultato importazione'),
('it', 'in', 'In'),
('it', 'included', 'incluso(i)'),
('it', 'include_cvn', 'Includi CVN'),
('it', 'including_discount', 'Incluso sconto'),
('it', 'including_tax', 'Inclusa tassa'),
('it', 'income', 'Entrate'),
('it', 'incompleted', 'Non completato'),
('it', 'incompleted_orders', 'Ordini non completi'),
('it', 'incorrect_filling_message', 'Messaggio di riempimento non corretto'),
('it', 'incorrect_po_pack_structure', 'La struttura del pacchetto che contiene i file di traduzione. \"po\" che si trova in <b>\"[pack_path]\"</b> non è corretta.'),
('it', 'incorrect_price_warning', 'Il prodotto non è stato aggiunto al carrello. Per favore inserire il prezzo corretto.'),
('it', 'increase', 'Incrementare'),
('it', 'inc_tax', 'tasse incluse'),
('it', 'index', 'Pagina iniziale'),
('it', 'individual', 'Individuale'),
('it', 'information', 'Informazione'),
('it', 'information_file_roobots', 'A robots.txt file was detected. The changes you make here won\'t take effect until you delete the existing <b>robots.txt</b> file from the root directory of your store.'),
('it', 'inner_hint', 'Suggerimento interno'),
('it', 'input_field', 'Campo dati'),
('it', 'insert_block', 'Aggiungi blocco'),
('it', 'insert_grid', 'Aggiungi griglia'),
('it', 'insert_image', 'Inserisci immagine'),
('it', 'install', 'Installa'),
('it', 'installation_id', 'ID Installazione'),
('it', 'installed', 'Installato'),
('it', 'installed_addons', 'Componenti aggiuntivi installati'),
('it', 'installed_languages', 'Installate'),
('it', 'installed_themes', 'Temi installati'),
('it', 'installed_upgrades', 'Aggiornamenti installati'),
('it', 'installer_complete_title', 'Installazione completata con successo'),
('it', 'installments', 'Parcelas'),
('it', 'installment_qty', 'Quantidade de parcelas'),
('it', 'install_addon_text', 'Gli add-ons estendono le funzionalità del tuo negozio.<br />È possibile installare un\'add-on scegliendo [exts] e facendo click su Carica & Installa.'),
('it', 'install_theme_text', 'Il caricamento e l\'installazione di un nuovo Tema è un ottimo modo per personalizzare il tuo negozio. Puoi caricare un Tema scegliendo un file archivio in formato [exts] e clicca su <strong>Carica</strong>.'),
('it', 'install_upgrade_package_text', 'È possibile caricare un pacchetto di aggiornamento manualmente dal computer locale, il server, o da una postazione remota. Specificare il percorso di un archivio di formato di [exts] e cliccare su <strong>Upload</strong>.'),
('it', 'internal_option_name', 'Internal name'),
('it', 'internal_option_name_tooltip', 'This name is shown only in the Administration panel to help you distinguish between multiple options that have the same displayed name.'),
('it', 'internal_template.vendor_data_premoderation_product_approved', 'Vendor data premoderation: your product was approved'),
('it', 'internal_template.vendor_data_premoderation_product_disapproved', 'Vendor data premoderation: your product was disapproved'),
('it', 'internal_templates', 'On-site notification templates'),
('it', 'internal_template_exists', 'The on-site notification template with the chosen code already exists, please try another.'),
('it', 'internal_template_import_success_msg', 'All the on-site notification templates have been imported without errors.'),
('it', 'international_settings', 'Impostazioni internazionali'),
('it', 'international_usps', 'U.S.P.S. internazionale'),
('it', 'invalid_ftp_access', 'Accesso FTP non valido'),
('it', 'inventory', 'Inventario'),
('it', 'inventory_tracking', 'Inventario'),
('it', 'invitees', 'Ospiti invitati'),
('it', 'invite_vendors', 'Invite vendors'),
('it', 'invite_vendors_enter_emails', 'Emails where to send invitations'),
('it', 'invite_vendors_title', 'Invite people to register as vendors in your marketplace'),
('it', 'invoice', 'FATTURA'),
('it', 'invoices', 'Fatture'),
('it', 'invoice_credit_memo', 'Memo fattura/credito'),
('it', 'invoice_heading', 'Fattura'),
('it', 'invoice_id', 'ID fattura'),
('it', 'invoice_title', 'FATTURA'),
('it', 'in_progress', 'In corso'),
('it', 'in_stock', 'Disponibile'),
('it', 'ip', 'IP'),
('it', 'ipn_errors', 'Errori IPN'),
('it', 'ips', 'IP\'s'),
('it', 'ip_address', 'Indirizzo IP'),
('it', 'ip_from', 'IP da'),
('it', 'ip_to', 'IP a'),
('it', 'issuer_id', 'Issuer ID'),
('it', 'is_address_required', 'Customer must specify his/her address'),
('it', 'is_back_in_stock', 'è di nuovo disponibile!'),
('it', 'is_default_storefront', 'Default storefront'),
('it', 'is_pbp', 'Consenti pagamento con punti'),
('it', 'italian', 'Italiano'),
('it', 'items', 'Articolo(i)'),
('it', 'items_dependences', 'Dipendenze articoli'),
('it', 'items_in_box', 'Articoli in un pacco'),
('it', 'items_in_cart', 'Hai [n] articolo nel tuo carrello|Hai [n] articoli nel tuo carrello'),
('it', 'items_marked_by_tag', 'Articoli contrassegnati dal tag \"[tag]\":'),
('it', 'items_per_page', 'Elementi per pagina'),
('it', 'items_title', 'Elementi'),
('it', 'item_id', 'Item ID'),
('it', 'item_number', 'Mostra numero articolo'),
('it', 'item_quantity', 'Quantità articolo'),
('it', 'i_agree_continue', 'Sono d\'accordo a continuare'),
('it', 'janrain_cant_create_profile', 'Sfortunatamente, non siamo riusciti a creare un accesso cliente nel negozio a causa di una delle seguenti ragioni:<br />- Hai già effettuato l\'accesso al nostro negozio in precedenza, usando qualche fornitore di OpenID in cui è stata utilizzata la stessa e-mail.<br />- Ti sei già registrato nel nostro negozio usando la stessa e-mail.<br />Ti preghiamo di contattare il proprietario del negozio per risolvere i problemi.'),
('it', 'janrain_general_info', '<p>Prendi questi valori e configura l\'Accesso Social su <a href=\"http://janrain.com\" target=\"_blank\">janrain.com</a></p>'),
('it', 'janrain_need_update_profile', 'Il campo \"Password\" e altri campi obbligatori sono vuoti al momento. Ti preghiamo di aggiornare il tuo profilo.'),
('it', 'janrain_social_login', 'Accesso social'),
('it', 'japanese', 'Giapponese'),
('it', 'join', 'Partecipa'),
('it', 'json_error_ctrl_char', 'Errore carattere di controllo, forse non codificato correttamente'),
('it', 'json_error_depth', 'La profondità massima dello Stack JSON è stata superata'),
('it', 'json_error_state_mismatch', 'Non valido o JSON errato'),
('it', 'json_error_syntax', 'Errore di sintassi oppure JSON errato'),
('it', 'json_error_unknown', 'Errore JSON sconosciuto'),
('it', 'json_error_utf8', 'Caratteri UTF-8 M malformati , forse non correttamente codificati'),
('it', 'key', 'Chiave'),
('it', 'key1_for_md5', 'Auth key 1 per md5'),
('it', 'key2_for_md5', 'Auth key 2 per md5'),
('it', 'keywords', 'Parole chiave'),
('it', 'korean', 'Coreano'),
('it', 'label_text_color', 'Colore testo etichetta'),
('it', 'landing_header', 'Il tuo ordine è stato rivevuto'),
('it', 'language', 'Lingua'),
('it', 'languagecode', 'Codice lingua'),
('it', 'languages', 'Lingue'),
('it', 'languages_find_more', 'Se non trovi la lingua necessaria controlla <a href=\"[href]\" target=\"_blank\">pacchetti traduzioni gratis</a>.'),
('it', 'language_code', 'Codice lingua'),
('it', 'language_variable', 'Variabile lingua'),
('it', 'language_variables', 'Variabili lingua'),
('it', 'last4ssn', 'Ultime 4 cifre della tessera sanitaria'),
('it', 'last_24hours', 'Ultime 24 ore'),
('it', 'last_days', 'Ultimi giorni'),
('it', 'last_login', 'Last login'),
('it', 'last_month', 'Mese precedente'),
('it', 'last_name', 'Cognome'),
('it', 'last_name_and_first_name', 'Cognome e Nome'),
('it', 'last_n_days', 'Ultimi [N] giorni'),
('it', 'last_order', 'Ultimo ordine'),
('it', 'last_scan_time', 'Ultima data di scansione'),
('it', 'last_year', 'Anno scorso'),
('it', 'latest_reviews', 'Ultimi commenti e recensioni'),
('it', 'latitude', 'Latitudine'),
('it', 'latitude_short', 'Latitudine'),
('it', 'layout', 'Layout'),
('it', 'layoutid', 'Layout Id'),
('it', 'layouts', 'Layout'),
('it', 'lbl_amazon_aws_access_public_key', 'AWS chiave d\'accesso pubblica'),
('it', 'lbl_amazon_aws_access_secret_key', 'AWS chiave d\'accesso segreta'),
('it', 'lbl_amazon_background_color', 'Colore di sfondo'),
('it', 'lbl_amazon_button_color', 'Colore pulsanti'),
('it', 'lbl_amazon_button_size', 'Dimensione pulsante'),
('it', 'lbl_amazon_button_style', 'Pulsante stile Amazon'),
('it', 'lbl_amazon_color_dark', 'Scuro'),
('it', 'lbl_amazon_color_light', 'Chiaro'),
('it', 'lbl_amazon_color_orange', 'Arancione'),
('it', 'lbl_amazon_color_tan', 'Tan (color pelle)'),
('it', 'lbl_amazon_color_white', 'Bianco'),
('it', 'lbl_amazon_process_order_on_failure', 'Processa ordine su fallimento della callback'),
('it', 'lbl_amazon_size_large', 'Grande'),
('it', 'lbl_amazon_size_medium', 'Medio'),
('it', 'lbl_amazon_size_xlarge', 'Molto grande'),
('it', 'left', 'Sinistra'),
('it', 'length', 'Lunghezza'),
('it', 'less', 'meno'),
('it', 'letter', 'Lettera'),
('it', 'level', 'Livello'),
('it', 'licence_agreement', 'Accordo di licenza'),
('it', 'licensed_product', 'Prodotti in licenza'),
('it', 'license_agreement', 'Accordo di licenza'),
('it', 'license_number', 'Numero licenza'),
('it', 'license_number_cannot_be_empty', 'Il numero di licenza non può essere vuoto'),
('it', 'license_required', '[product] licenza requisita'),
('it', 'licensing.license_error_license_is_disabled', 'La licenza e disabilitata. Verificare lo stato della licenza.'),
('it', 'licensing.license_error_license_is_disabled.text', 'Please contact us <a href=\"[helpdesk_url]\" target=\"_blank\">via Customer Help Desk</a> to find out why it happened and what can be done about it. To access the admin panel right now, you can enter another valid license number, as long as it isn\'t used in another store:'),
('it', 'licensing.license_error_license_is_disabled.title', 'Your [product] license has been disabled'),
('it', 'licensing.license_error_license_is_invalid', 'Numero di licenza non valido. Per favore introdurre uno numero di licenza valido.'),
('it', 'licensing.license_error_wrong_edition', 'La licenza non è correta per l\'edizione dell suo negozio. Per favore introdurre un numero di licenza valido.'),
('it', 'licensing.license_error_wrong_licensing_mode', 'La licenza non corrisponde con il modo di licenza del negozio. Per favore introdurre un numero di licenza valido.'),
('it', 'licensing_and_upgrades', 'Licenze e aggiornamenti'),
('it', 'limit', 'Limite'),
('it', 'line', 'Linea'),
('it', 'linear', 'Lineare'),
('it', 'link', 'Collegamento'),
('it', 'linked_categories', 'Categorie collegate'),
('it', 'linked_products', 'Prodotti collegati'),
('it', 'links', 'Collegamenti'),
('it', 'links_thumb', 'Collegamenti miniature'),
('it', 'link_an_existing_option', 'Collegamento ad un opzione esistente'),
('it', 'link_message_for_test_letter', 'Il collegamento verrà visualizzato in una newsletter dal vivo'),
('it', 'link_text', 'Testo del collegamento'),
('it', 'link_to', 'Collegamento a'),
('it', 'list', 'Lista'),
('it', 'list_objects', 'Lista oggetti'),
('it', 'list_price', 'Prezzo di listino'),
('it', 'list_price_decreased', 'Il prezzo di listino è stato ridotto di'),
('it', 'list_price_increased', 'Il prezzo di listino è stato aumentato di'),
('it', 'list_price_short', 'Prezzo di listino'),
('it', 'list_qty_count', 'List quantity count'),
('it', 'list_quantity_count', 'Conteggio quantità lista'),
('it', 'lite_checkout.change_in_geolocation_cities_upgrade_notification_text', '<p>Previously, you could create a list of cities that would be available to customers for selection in the geolocation block on the storefront. That had to be done in <b>Administration → Shipping &amp; taxes → Geolocation cities.</b></p><p>That page was removed, and the list of cities is now generated automatically from your pickup points. It works only if the corresponding setting in the [stores_pickups_addon] add-on is enabled, and only for pickup points that have a country, state, and city specified.</p><p>For your convenience, here is the list of cities that you previously had on the <b>Geolocation cities</b> page. It may help with configuring pickup points:<p><p>[locations_table]</p><p><a href=\"[stores_pickups_search]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Edit add-on settings</a></p>'),
('it', 'lite_checkout.change_in_geolocation_cities_upgrade_notification_title', 'La lista delle città geolocalizzate adesso è generata automaticamente'),
('it', 'lite_checkout.choose_from_list', 'Choose from list'),
('it', 'lite_checkout.city_and_state', 'City, state'),
('it', 'lite_checkout.click_here_to_update_shipping', 'Enter city and state and click here to update shipping rates'),
('it', 'lite_checkout.customer_information', 'Customer'),
('it', 'lite_checkout.delivery_note', 'Customer\'s notes'),
('it', 'lite_checkout.deliver_to', 'Deliver to:'),
('it', 'lite_checkout.nearest_station', 'Nearest station'),
('it', 'lite_checkout.personal_name', 'Full name'),
('it', 'lite_checkout.place_an_order_for', 'Place order ([amount])'),
('it', 'lite_checkout.select_pickup_item', 'Select a pickup point'),
('it', 'lite_checkout.select_your_city', 'Specify your city'),
('it', 'lite_checkout.shippings.show_all_on_map', 'Show all on map'),
('it', 'lite_checkout.shipping_method_for', 'Shipping method for [group_name]'),
('it', 'lite_checkout.use_two_fingers_for_move_map', 'Use two fingers to move the map'),
('it', 'live', 'Produzione'),
('it', 'livechat.change_account', 'If you would like to change LiveChat account you can'),
('it', 'livechat.check_our_apps', 'Check out apps for <a href=\'[url]\' target=\'_blank\'>desktop or mobile</a>'),
('it', 'livechat.create_account', 'Create an account'),
('it', 'livechat.current_login', 'Currently you are using <strong>[login]</strong> LiveChat account.'),
('it', 'livechat.license_cleared', 'LiveChat settings have been reset'),
('it', 'livechat.license_received', 'LiveChat added to your website'),
('it', 'livechat.reset_settings', 'reset settings'),
('it', 'livechat.use_web_app', 'Use our web app'),
('it', 'live_preview', 'Anteprima Live'),
('it', 'load', 'Carica'),
('it', 'loading', 'Caricamento...'),
('it', 'local', 'Locale'),
('it', 'localization', 'Localizzazione'),
('it', 'localizations', 'Localizzazioni'),
('it', 'localizations_menu_description', 'Gestisci le localizzazioni che sono supportate nel vostro negozio.'),
('it', 'local_export', 'Scarica'),
('it', 'local_modifications', 'Modifiche locali'),
('it', 'local_modifications_message', 'Questi file ha avuto modifiche locali. Durante l\'aggiornamento è stato creato un archivio di backup nella directory <strong>[dir]</strong>. È possibile controllare questi file nell\'archivio e riapplicare le modifiche apportate al tuo negozio.'),
('it', 'location', 'Posizione'),
('it', 'locations', 'Destinazioni'),
('it', 'locations_menu_description', 'Manage the set of rate areas that are supported in your store.'),
('it', 'log', 'Registra'),
('it', 'loggedin_time', 'Durata dell\'accesso'),
('it', 'logging', 'Logging (scrivo dati)'),
('it', 'login', 'Accedi'),
('it', 'login_url', 'Login URL'),
('it', 'login_with_facebook', 'Login with Facebook'),
('it', 'login_with_foursquare', 'Login with Foursquare'),
('it', 'login_with_google', 'Login with Google'),
('it', 'login_with_linkedin', 'Login with LinkedIn'),
('it', 'login_with_live', 'Login with Microsoft'),
('it', 'login_with_paypal', 'Login with PayPal'),
('it', 'login_with_twitter', 'Login with Twitter'),
('it', 'login_with_yahoo', 'Login with Yahoo'),
('it', 'logistica_reversa', 'Devolução'),
('it', 'logos', 'Loghi'),
('it', 'logo_for_invoices', 'Logo for invoices'),
('it', 'logo_for_the_customer_area', 'Logo for the customer area'),
('it', 'logo_link', 'Percorso (URL) del logo'),
('it', 'logs', 'Log'),
('it', 'log_action_backup', 'Backup (copia di sicurezza)'),
('it', 'log_action_create', 'crea'),
('it', 'log_action_delete', 'cancella'),
('it', 'log_action_deprecated', 'Obsoleto'),
('it', 'log_action_error', 'errore'),
('it', 'log_action_failed_login', 'accesso non riuscito'),
('it', 'log_action_http', 'richiesta http/https'),
('it', 'log_action_login', 'Accedi'),
('it', 'log_action_low_stock', 'livello inventario basso'),
('it', 'log_action_optimize', 'ottimizza'),
('it', 'log_action_restore', 'ripristinare'),
('it', 'log_action_runtime', 'runtime'),
('it', 'log_action_session', 'sessione'),
('it', 'log_action_shipping', 'Richiesta di spedizione'),
('it', 'log_action_status', 'cambia stato'),
('it', 'log_action_update', 'aggiornamento'),
('it', 'log_in_as_user', 'Log in as user'),
('it', 'log_in_as_vendor', 'Log in as vendor'),
('it', 'log_type_categories', 'Categorie'),
('it', 'log_type_database', 'Banca dati (database)'),
('it', 'log_type_general', 'generale'),
('it', 'log_type_orders', 'Ordini'),
('it', 'log_type_products', 'Prodotti'),
('it', 'log_type_requests', 'Richieste'),
('it', 'log_type_users', 'Utenti'),
('it', 'longitude', 'Longitudine'),
('it', 'longitude_short', 'Longitudine'),
('it', 'lower_limit', 'Limite inferiore'),
('it', 'low_stock_subj', '\"[product]\" ha raggiunto il minimo nell\'inventario'),
('it', 'mac_key', 'Chiave MAC'),
('it', 'mail', 'Posta'),
('it', 'mailing_list', 'Lista Iscritti'),
('it', 'mailing_lists', 'Liste Newsletter'),
('it', 'mailing_list_date', 'Mailing list date'),
('it', 'mail_message', 'Messaggio E-mail'),
('it', 'mail_subject', 'Oggetto dell\'E-mail'),
('it', 'main', 'Principale'),
('it', 'mainbox_general', 'Main block (H1 heading)'),
('it', 'mainbox_simple', 'Important block (H2 heading)'),
('it', 'maintenance', 'Manutenzione'),
('it', 'main_category', 'Categoria principale'),
('it', 'main_menu', 'Main menu'),
('it', 'make_archive', 'Crea archivio'),
('it', 'make_default', 'Imposta come predefinito'),
('it', 'make_permanent', 'Rendere permanente'),
('it', 'manage', 'Modifica'),
('it', 'manager', 'Amministratore'),
('it', 'manage_addons', 'Gestione componenti aggiuntivi'),
('it', 'manage_banners', 'Gestione banner'),
('it', 'manage_blocks', 'Gestisci blocchi'),
('it', 'manage_categories', 'Gestisci categorie'),
('it', 'manage_existing_block', 'Modifica blocchi esistenti'),
('it', 'manage_items', 'Gestisci elementi'),
('it', 'manage_languages', 'Gestisci lingue'),
('it', 'manage_menus', 'Gestisci menù'),
('it', 'manage_pages', 'Può modificare'),
('it', 'manage_products', 'Gestisci prodotti'),
('it', 'manage_reports', 'Gestione rapporti'),
('it', 'manage_shippings', 'Metodi di spedizione'),
('it', 'manage_sitemap', 'Gestisci mappa del sito'),
('it', 'manage_stores', 'Gestisci negozi'),
('it', 'manage_subscribers', 'Gestisci gli iscritti'),
('it', 'manage_vendors', 'Gestisci vendors'),
('it', 'mandatory', 'Obbligatorio'),
('it', 'manually', 'Manualmente'),
('it', 'manually_recalculate_order', 'Ricalcola l\'ordine manualmente'),
('it', 'manually_set_tax_rates', 'Imposta aliquote tasse manualmente'),
('it', 'map_fields', 'Mappatura campi'),
('it', 'mark', 'Segna come risolto'),
('it', 'marketing', 'Marketing'),
('it', 'marketplace', 'Marketplace'),
('it', 'marketplace_find_more', 'Find more add-ons and themes in <a href=\"[href]\" target=\"_blank\">CS-Cart marketplace</a>'),
('it', 'marketplace_menu', 'Marketplace Menu'),
('it', 'master_products.add_product_from_catalog', 'Add product from catalog'),
('it', 'master_products.all_products', 'All products'),
('it', 'master_products.all_vendors_master_product', 'All vendors (common product)'),
('it', 'master_products.create_new_product', 'Create new product'),
('it', 'master_products.exported_products', 'Products to export'),
('it', 'master_products.for_sale', 'For sale'),
('it', 'master_products.master_product', 'Common product'),
('it', 'master_products.price_from', 'From [formatted_price]'),
('it', 'master_products.products_being_sold', 'Products being sold'),
('it', 'master_products.products_that_vendors_can_sell', 'Products that vendors can sell'),
('it', 'master_products.products_were_added_to_your_products', '[n] product was added to your products|[n] products were added to your products'),
('it', 'master_products.product_type.offer', 'Vendor offer'),
('it', 'master_products.product_type.offer_variation', 'Vendor variation offer'),
('it', 'master_products.sell_selected', 'Sell selected'),
('it', 'master_products.sell_this', 'Sell this'),
('it', 'master_products.upgrade_notification.message', '<p>For technical reasons, the <b>[master_product_addon]</b> add-on works only with global options now. If any vendor sells a common product, then we have already converted all options from that product into global options during the upgrade.</p>'),
('it', 'master_products.upgrade_notification.title', 'Common Products for Vendors: Add-on now works only with global options'),
('it', 'master_products.vendor_products_block_name', 'Sellers of a product'),
('it', 'master_products.vendor_products_filling', 'Sellers of this product'),
('it', 'master_products.vendor_products_tab_name', 'Sellers of this product'),
('it', 'master_products.view_product_offers', 'See all offers'),
('it', 'maximum', 'Numero massimo'),
('it', 'maximum_items_in_box', 'Numero massimo articoli in un pacco'),
('it', 'maximum_number_of_statuses_reached', 'È stato raggiunto il numero massimo degli status'),
('it', 'max_amount', 'Costo totale'),
('it', 'max_box_weight', 'Peso massimo pacco'),
('it', 'max_downloads', 'Numero massimo di downloads'),
('it', 'max_item', 'Numero massimo articoli'),
('it', 'max_order_qty', 'Quantità massima ordine'),
('it', 'max_quantity', 'Quantità minima ordinabile'),
('it', 'max_storefronts_reached', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('it', 'max_uploading_file_size', 'Dimensione massima file da caricare'),
('it', 'max_uploading_file_size_hint', 'Lasciare questo campo vuoto per permettere il caricamento (upload) di files di qualsiasi dimensione; oppure potete limitare la dimensione dei files. Un valore di \"100\" corrisponde a 100 Kb.'),
('it', 'mb_amounts_not_match', 'L\'importo ricevuto nella richiesta è diverso dal totale dell\'ordine originale'),
('it', 'mb_currencies_not_match', 'Il valore della valuta ricevuto nella richiesta è diverso da quello del sistema'),
('it', 'mb_md5_hashes_not_match', 'Il valore md5 hash ricevuto nella richiesta è diverso da quello calcolato'),
('it', 'mb_transaction_id', 'ID Transazione MB'),
('it', 'md5_checksum_failed', 'Verifica MD5 checksum non riuscita'),
('it', 'md5_hash_value', 'Valore MD5 hash'),
('it', 'menu', 'Menù'),
('it', 'menus', 'Menù'),
('it', 'menu_items', 'Elementi del menù'),
('it', 'merchantid', 'ID Commerciante'),
('it', 'merchant_email', 'Indirizzo E-mail di notifica del commerciante'),
('it', 'merchant_firstname', 'Nome commerciante'),
('it', 'merchant_id', 'ID Commerciante'),
('it', 'merchant_key', 'Chiave commerciante'),
('it', 'merchant_lastname', 'Nome commerciante'),
('it', 'merchant_login', 'Accesso commerciante'),
('it', 'merchant_name', 'Nome commerciante'),
('it', 'merchant_pin', 'Codice PIN commerciante'),
('it', 'merchant_response_was_not_received', 'La risposta da parte del commerciante non è stata ricevuta. Per favore controllare questa transazione manualmente.'),
('it', 'merchant_site_id', 'ID sito del commerciante'),
('it', 'merchant_warrior_api_key', 'Chiave API.'),
('it', 'merchant_warrior_api_passphrase', 'Passphrase API.'),
('it', 'merge', 'Unisci'),
('it', 'merge_vendor', 'Unisci vendor'),
('it', 'message', 'Messaggio'),
('it', 'messages', 'Messaggi'),
('it', 'meta_description', 'META Description'),
('it', 'meta_keywords', 'META Keywords'),
('it', 'method', 'Metodo'),
('it', 'migrations', 'Migrazioni'),
('it', 'minimized', 'Minimizzata'),
('it', 'minimum_commission_payment', 'Importo minimo per pagamento commissione'),
('it', 'minimum_items_in_box', 'Numero minimo articoli in un pacco'),
('it', 'minutes', 'minuto(i)'),
('it', 'min_order_qty', 'Quantità minima ordine'),
('it', 'min_quantity', 'Quantità mimina ordinabile'),
('it', 'missing_variants_handling', 'Varianti mancanti'),
('it', 'mobile_app.appfulldescription', 'Full description'),
('it', 'mobile_app.apple_pay', 'Apple Pay'),
('it', 'mobile_app.apple_pay_merchant_identifier', 'Merchant identifier'),
('it', 'mobile_app.apple_pay_merchant_identifier_tooltip', 'Obtain the <b>Merchant Identifier</b> as described in <a href=\"https://help.apple.com/developer-account/#/devb2e62b839?sub=dev103e030bb\" target=\"_blank\">Developer Account Help</a>'),
('it', 'mobile_app.apple_pay_merchant_name', 'Merchant name'),
('it', 'mobile_app.apple_pay_merchant_name_tooltip', 'Enter the Merchant ID Description that you used when registering your Merchant ID at the Apple Developer website.'),
('it', 'mobile_app.apple_pay_supported_networks', 'Payment networks'),
('it', 'mobile_app.appname', 'App Name'),
('it', 'mobile_app.appshortdescription', 'Short description'),
('it', 'mobile_app.configure_colors', 'Configure Colors'),
('it', 'mobile_app.crop_when_resize', 'Crop image'),
('it', 'mobile_app.download_config', 'Download config'),
('it', 'mobile_app.fcm_api_key', 'API key for push notifications'),
('it', 'mobile_app.fcm_api_key_tooltip', 'Obtain the Cloud Messaging <b>Legacy server key</b> from the <a href=\"https://console.firebase.google.com\" target=\"_blank\">Firebase console</a> using your bundle ID: [bundle_id]'),
('it', 'mobile_app.mobile_address_colon', 'Address:'),
('it', 'mobile_app.mobile_add_to_cart', 'Add to cart'),
('it', 'mobile_app.mobile_auth', 'Auth'),
('it', 'mobile_app.mobile_authentication', 'Authentication'),
('it', 'mobile_app.mobile_bank_routing_number', 'Bank routing number'),
('it', 'mobile_app.mobile_billing_address', 'Billing address'),
('it', 'mobile_app.mobile_cancel', 'Cancel'),
('it', 'mobile_app.mobile_cannot_handle_url', 'Can\'t handle url'),
('it', 'mobile_app.mobile_cardholder_name', 'Cardholder\'s name'),
('it', 'mobile_app.mobile_card_number', 'Card Number'),
('it', 'mobile_app.mobile_cart', 'Cart'),
('it', 'mobile_app.mobile_categories', 'Categories'),
('it', 'mobile_app.mobile_change_address', 'Change address'),
('it', 'mobile_app.mobile_checking_account_number', 'Checking account number'),
('it', 'mobile_app.mobile_checkout', 'Checkout'),
('it', 'mobile_app.mobile_checkout_complete', 'Checkout complete'),
('it', 'mobile_app.mobile_city_colon', 'City:'),
('it', 'mobile_app.mobile_comment', 'Comment'),
('it', 'mobile_app.mobile_comments_and_reviews', 'Comments & Reviews'),
('it', 'mobile_app.mobile_companies', 'Vendors'),
('it', 'mobile_app.mobile_confirm_clear_the_cart', 'Clear all cart ?'),
('it', 'mobile_app.mobile_confirm_clear_wishlist', 'Clear wish list?'),
('it', 'mobile_app.mobile_congratulations', 'Congratulations!'),
('it', 'mobile_app.mobile_contact_information', 'Contact Information'),
('it', 'mobile_app.mobile_country_colon', 'Country:'),
('it', 'mobile_app.mobile_customer_signature', 'Customer\'s signature'),
('it', 'mobile_app.mobile_cvv2', 'CVV/CVC'),
('it', 'mobile_app.mobile_delete', 'Delete'),
('it', 'mobile_app.mobile_delivery', 'Delivery'),
('it', 'mobile_app.mobile_details', 'Details'),
('it', 'mobile_app.mobile_discussion_title_product', 'Reviews'),
('it', 'mobile_app.mobile_email', 'E-mail'),
('it', 'mobile_app.mobile_email_colon', 'E-mail:'),
('it', 'mobile_app.mobile_empty_wish_list_message', 'Your Wish Lists will love here.'),
('it', 'mobile_app.mobile_error', 'Error'),
('it', 'mobile_app.mobile_error_try_later', 'Something went wrong. Please try again later.'),
('it', 'mobile_app.mobile_fax', 'Fax'),
('it', 'mobile_app.mobile_features', 'Feautures'),
('it', 'mobile_app.mobile_firstname_colon', 'First name:'),
('it', 'mobile_app.mobile_go_to_store', 'Go To Store'),
('it', 'mobile_app.mobile_home', 'Home'),
('it', 'mobile_app.mobile_information', 'Information'),
('it', 'mobile_app.mobile_items', '%1 item(s)'),
('it', 'mobile_app.mobile_lastname_colon', 'Last name:'),
('it', 'mobile_app.mobile_list_is_empty', 'List is empty'),
('it', 'mobile_app.mobile_login', 'Login'),
('it', 'mobile_app.mobile_looking_for_ideas', 'Looking for ideas?'),
('it', 'mobile_app.mobile_my_profile', 'My Profile'),
('it', 'mobile_app.mobile_next', 'Next'),
('it', 'mobile_app.mobile_notice', 'Notice'),
('it', 'mobile_app.mobile_no_posts_found', 'No posts found'),
('it', 'mobile_app.mobile_no_products_in_this_section', 'There are no products in this section'),
('it', 'mobile_app.mobile_number_of_reviews', '%1 reviews'),
('it', 'mobile_app.mobile_number_products_found', 'Products found: %1'),
('it', 'mobile_app.mobile_ok', 'Ok'),
('it', 'mobile_app.mobile_order', 'Order'),
('it', 'mobile_app.mobile_orders', 'Orders'),
('it', 'mobile_app.mobile_order_details', 'Order Detail'),
('it', 'mobile_app.mobile_order_lowercase', 'order'),
('it', 'mobile_app.mobile_payment_method', 'Payment method'),
('it', 'mobile_app.mobile_payment_method_colon', 'Payment method:'),
('it', 'mobile_app.mobile_phone', 'Phone'),
('it', 'mobile_app.mobile_phone_colon', 'Phone:'),
('it', 'mobile_app.mobile_placed_on', 'Placed on'),
('it', 'mobile_app.mobile_place_order', 'Place order'),
('it', 'mobile_app.mobile_products', 'Products'),
('it', 'mobile_app.mobile_products_information', 'Products information'),
('it', 'mobile_app.mobile_product_added_to_cart', 'The product was added to your cart.'),
('it', 'mobile_app.mobile_product_added_to_wl', 'The product was added to your Wish list.'),
('it', 'mobile_app.mobile_product_in_wishlist', 'This product is already in the wish list.'),
('it', 'mobile_app.mobile_profile', 'Profile'),
('it', 'mobile_app.mobile_rating_is_mandatory', 'The rating field is mandatory.'),
('it', 'mobile_app.mobile_registration', 'Registration'),
('it', 'mobile_app.mobile_registration_complete', 'Registration complete.'),
('it', 'mobile_app.mobile_reviews_number', 'Reviews (%1)'),
('it', 'mobile_app.mobile_save', 'Save'),
('it', 'mobile_app.mobile_search', 'Search'),
('it', 'mobile_app.mobile_send_review', 'Send review'),
('it', 'mobile_app.mobile_share_product', 'Share product'),
('it', 'mobile_app.mobile_shipping', 'Shipping'),
('it', 'mobile_app.mobile_shipping_address', 'Shipping address'),
('it', 'mobile_app.mobile_shipping_cost_colon', 'Shipping cost:'),
('it', 'mobile_app.mobile_shipping_method_colon', 'Shipping method:'),
('it', 'mobile_app.mobile_show_all', 'Show all'),
('it', 'mobile_app.mobile_sign_in', 'Sign in'),
('it', 'mobile_app.mobile_sign_in_as_different', 'Sign in as a different user'),
('it', 'mobile_app.mobile_state_colon', 'State:'),
('it', 'mobile_app.mobile_subtotal_colon', 'Subtotal:'),
('it', 'mobile_app.mobile_success', 'Success'),
('it', 'mobile_app.mobile_summary', 'Summary'),
('it', 'mobile_app.mobile_text_cart_empty', 'Your shopping cart is empty.'),
('it', 'mobile_app.mobile_text_cart_zero_inventory', 'Product has zero inventory and cannot be added to the cart.'),
('it', 'mobile_app.mobile_text_order_placed_successfully', 'Your order has been successfully placed.'),
('it', 'mobile_app.mobile_text_post_pended', 'Your post will be checked before it gets published.'),
('it', 'mobile_app.mobile_text_profile_is_updated', 'The profile data has been updated successfully.'),
('it', 'mobile_app.mobile_text_thank_you_for_post', 'Thank you for your post.'),
('it', 'mobile_app.mobile_there_are_no_features', 'There are no feautures.'),
('it', 'mobile_app.mobile_total', 'Total'),
('it', 'mobile_app.mobile_total_colon', 'Total:'),
('it', 'mobile_app.mobile_valid_thru_mm', 'Valid thru (mm)'),
('it', 'mobile_app.mobile_valid_thru_yy', 'Valid thru (yy)'),
('it', 'mobile_app.mobile_vendor', 'Vendor'),
('it', 'mobile_app.mobile_vendor_details', 'Vendor Detail'),
('it', 'mobile_app.mobile_vendor_info', 'Vendor Info'),
('it', 'mobile_app.mobile_vendor_products', 'Vendor products'),
('it', 'mobile_app.mobile_vertical_delimiter', '|'),
('it', 'mobile_app.mobile_view_all', 'View All'),
('it', 'mobile_app.mobile_view_details', 'View Detail'),
('it', 'mobile_app.mobile_website', 'Website'),
('it', 'mobile_app.mobile_wishlist', 'Wish List'),
('it', 'mobile_app.mobile_write_review', 'Write a Review'),
('it', 'mobile_app.mobile_wrong_password', 'Wrong password.'),
('it', 'mobile_app.mobile_your_message', 'Your message'),
('it', 'mobile_app.mobile_your_name', 'Your name'),
('it', 'mobile_app.m_app_icon', 'App Icon'),
('it', 'mobile_app.m_app_splash_landscape', 'Splash Screen (landscape)'),
('it', 'mobile_app.m_app_splash_portrait', 'Splash Screen (portrait)'),
('it', 'mobile_app.m_app_store_logo', 'Feature Graphic image'),
('it', 'mobile_app.preparing_android_images', 'Preparing Android images'),
('it', 'mobile_app.preparing_archive', 'Preparing archive'),
('it', 'mobile_app.preparing_config', 'Preparing config'),
('it', 'mobile_app.preparing_ios_icons', 'Preparing iOS icons'),
('it', 'mobile_app.preparing_ios_images', 'Preparing iOS images'),
('it', 'mobile_app.privacypolicyurl', 'Privacy Policy URL'),
('it', 'mobile_app.pushnotifications', 'Push notifications'),
('it', 'mobile_app.section.category', 'Categories'),
('it', 'mobile_app.section.drawer', 'Drawer (sidebar menu)'),
('it', 'mobile_app.section.main', 'Main screen'),
('it', 'mobile_app.section.navbar', 'Navigation bar'),
('it', 'mobile_app.section.product_screen', 'Product screen'),
('it', 'mobile_app.services_config', 'Firebase config file (Android)'),
('it', 'mobile_app.settings.access_key', 'Access key:'),
('it', 'mobile_app.shopname', 'Shop Name'),
('it', 'mobile_app.supportemail', 'Support email'),
('it', 'mobile_sticky_compare', 'ET - Mobile sticky compare'),
('it', 'mobile_sticky_home', 'ET - Mobile sticky home'),
('it', 'mobile_sticky_wishlist', 'ET - Mobile sticky wishlist'),
('it', 'modified_core_files_found', 'Alcuni file princapli sono stati cambiati. Questo puo essere un problema in caso di aggiornamento di [product], le modifiche a questi file andranno perse.'),
('it', 'modifier', 'Modificatore'),
('it', 'modify_profile', 'Modifica profilo'),
('it', 'modify_selected', 'Modifica selezionati'),
('it', 'month', 'Mese'),
('it', 'monthly', 'Mensile'),
('it', 'months', 'mese(i)'),
('it', 'month_name_1', 'Gennaio'),
('it', 'month_name_10', 'Ottobre'),
('it', 'month_name_11', 'Novembre'),
('it', 'month_name_12', 'Dicembre'),
('it', 'month_name_2', 'Febbraio'),
('it', 'month_name_3', 'Marzo'),
('it', 'month_name_4', 'Aprile'),
('it', 'month_name_5', 'Maggio'),
('it', 'month_name_6', 'Giugno'),
('it', 'month_name_7', 'Luglio'),
('it', 'month_name_8', 'Agosto'),
('it', 'month_name_9', 'Settembre'),
('it', 'month_name_abr_1', 'Gen'),
('it', 'month_name_abr_10', 'Ott'),
('it', 'month_name_abr_11', 'Nov');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('it', 'month_name_abr_12', 'Dic'),
('it', 'month_name_abr_2', 'Feb'),
('it', 'month_name_abr_3', 'Mar'),
('it', 'month_name_abr_4', 'Apr'),
('it', 'month_name_abr_5', 'Mag'),
('it', 'month_name_abr_6', 'Giu'),
('it', 'month_name_abr_7', 'Lug'),
('it', 'month_name_abr_8', 'Ago'),
('it', 'month_name_abr_9', 'Sett'),
('it', 'more', 'altro'),
('it', 'more_info', 'Maggiori informazioni'),
('it', 'more_languages', 'Altre lingue'),
('it', 'more_link', '[altro]'),
('it', 'more_sign_in_options', 'Mostra più opzioni di registrazione'),
('it', 'more_subjects', 'Oggetti casuali (uno per linea)'),
('it', 'more_than', 'Più di'),
('it', 'more_w_ellipsis', 'Altri testimonials / Aggiungere testimonial'),
('it', 'most_popular', 'Più popolari'),
('it', 'most_popular_addons', 'Add-ons più popolari'),
('it', 'mr', 'Sig.'),
('it', 'ms', 'ms_traduzione_c_maurizio_sanapo_ott_2011'),
('it', 'multiple', 'Multiplo'),
('it', 'multiple_checkboxes', 'Select multiple'),
('it', 'multiple_selectbox', 'Select multiple'),
('it', 'multiple_selectbox_notice', '<p>Per selezionare più elementi, premi e mantieni premuto CTRL e clicca sugli elementi richiesti.</p>'),
('it', 'multiupload', 'Caricamento file multiplo'),
('it', 'mve.container_not_used', 'This container currently has default configuration. It looks exactly like the store owner configured it. Vendors can use custom configuration to change the blocks in this container.'),
('it', 'mve_plus_license', '[product] Plus'),
('it', 'mve_ultimate_license', '[product] Ultimate'),
('it', 'mve_ultimate_license_required', '[product] Ultimate is required for this'),
('it', 'mve_ultimate_or_plus_license_required', 'This action requires [product] Ultimate or [product] Plus'),
('it', 'my_account', 'Il mio account'),
('it', 'my_account_links', 'Collegamenti account'),
('it', 'my_account_links_advanced', 'Il mio profilo avanzato'),
('it', 'my_cards', 'Meus Cartões'),
('it', 'my_cart', 'My cart'),
('it', 'my_payments', 'Cartões salvos'),
('it', 'my_points', 'I miei punti'),
('it', 'na', 'N.D.'),
('it', 'name', 'Nome'),
('it', 'navigation', 'Navigazione'),
('it', 'navi_pages', 'Pagine'),
('it', 'need_company_id', 'L\'ID dell\'azienda è richiesto (parametro company_id)'),
('it', 'need_product_name', 'È necessario specificare il nome del prodotto'),
('it', 'need_snippet_name', 'Dovressi determinare un nome di snippet valido'),
('it', 'neighbours', 'Vicini'),
('it', 'never', 'Mai'),
('it', 'new', 'Crea nuova'),
('it', 'newest', 'Più recente'),
('it', 'newsletter', 'Newsletter'),
('it', 'newsletters', 'Newsletter'),
('it', 'newsletters.agreement_text_full_subscribe_to_newsletters', '<p>When you sign up for a specific newsletter, we ([company]) add your email address to a corresponding mailing list. While it is there, we know that we can contact you by email regarding that topic.</p> <p>You can always have your email address removed from our mailing lists. There are multiple ways to do it:</p><ul> <li>Once your account is registered, just sign in and unsubscribe from newsletters in profile settings.</li> <li>Use the “Unsubscribe” link in our newsletters that you receive.</li> <li>Send an email to [email].</li> </ul> <p>We may use a third-party email service (MailChimp and/or Mad Mimi) to send newsletters. Some members of our staff can view mailing lists with email addresses. That way they’ll be able to remove your email address from the mailing list, should you request us to do so.</p> <p>Please note that mailing lists are independent from each other. If you decide not to receive newsletters at all, you’ll have to unsubscribe from all the mailing lists. Even if you do that, you’ll still receive account-related emails (such as order status notifications, password reset emails, and more). It is essential for operating an online store.</p> <p>If you decide that you no longer want to use our store and would like to have your personal data removed from our database (or if you’d like to get all the personal data associated with your account that we have), please send an email to [email].</p> <p>If you believe that your personal data has been misused, you have the right to lodge a complaint with a supervisory authority. We’re obliged by EU General Data Protection Regulation to let you know about this right; we don’t actually intend to misuse your data.</p>'),
('it', 'newsletters.agreement_text_short_subscribe_to_newsletters', 'I agree to have my personal data <u>processed as follows</u> and I want to subscribe for the following newsletters:'),
('it', 'newsletters.new_subscribers', 'Nuovi iscritti'),
('it', 'newsletters.subscribe_to_newsletters', 'Newsletters: Subscribe to newsletters'),
('it', 'newsletters_menu_description', 'Crea e invia newsletter ai tuoi clienti.'),
('it', 'newsletter_autoresponder', 'Autorisponditore newsletter'),
('it', 'newsletter_autoresponders', 'Autorisponditore newsletter'),
('it', 'newsletter_template', 'Modello di newsletter'),
('it', 'newsletter_templates', 'Modelli di newsletter'),
('it', 'news_plain', 'Semplice'),
('it', 'new_administrator_account_created', 'Nuovo account amministratore è stato creato con successo.'),
('it', 'new_administrator_password', 'Nuova password amministratore'),
('it', 'new_attachment', 'Nuovo allegato'),
('it', 'new_campaign', 'Nuova campagna'),
('it', 'new_category', 'Nuova categoria'),
('it', 'new_certificate', 'Nuovo certificato'),
('it', 'new_chart', 'Nuovo grafico'),
('it', 'new_combination', 'Aggiungi nuova combinazione'),
('it', 'new_credit_card', 'Nuova carta di credito'),
('it', 'new_currency', 'Nuova valuta'),
('it', 'new_customer', 'Nuovo cliente'),
('it', 'new_domains', 'Nuovi domini'),
('it', 'new_emails', 'Nuovo indirizzo email'),
('it', 'new_feature', 'Aggiungi nuova caratteristica'),
('it', 'new_file', 'Nuovo file'),
('it', 'new_filter', 'Nuovo filtro'),
('it', 'new_folder', 'Nuova cartella'),
('it', 'new_form', 'Nuovo form'),
('it', 'new_group', 'Nuovo gruppo'),
('it', 'new_invoice_langvar_upgrade_notification_message', '<p>A new language variable called <b>invoice_heading</b> has been added. You can use it to alter the title of your invoices as you see fit without altering the word \"Invoice\" in other parts of the store. The values for <b>invoice_heading</b> have been copied from the values of the <b>invoice</b> language variable.</p><p>Please note that whether or not the language variable appears in your invoices depends on <a href=\"http://docs.cs-cart.com/latest/user_guide/look_and_feel/documents/enable_document_editor.html\">whether or not you use the email template and document editors</a>:</p><ul><li>If you use the editors, then you\'ll have to add the new language variable to your invoice manually.</li><li>If you use the old way of editing documents (via TPL files), then the new language variable is already included in the default TPL files.</li></ul>'),
('it', 'new_invoice_langvar_upgrade_notification_title', 'New language variable for invoice heading'),
('it', 'new_ips', 'IP nuovi'),
('it', 'new_items', 'New items'),
('it', 'new_language', 'Nuova lingua'),
('it', 'new_language_variable', 'Nuova variabile lingua'),
('it', 'new_layout', 'Nuovo layout'),
('it', 'new_link', 'Nuovo collegamento'),
('it', 'new_localization', 'Nuova localizzazione'),
('it', 'new_location', 'Nuova posizione'),
('it', 'new_mailing_lists', 'Nuova Lista Iscritti'),
('it', 'new_menu', 'Nuovo menù'),
('it', 'new_option', 'Nuova opzione'),
('it', 'new_page', 'Nuova pagina'),
('it', 'new_payments', 'Nuovo metodo di pagamento'),
('it', 'new_payout', 'Nuovo versamento'),
('it', 'new_poll', 'Nuovo sondaggio'),
('it', 'new_post', 'Nuovo messaggio'),
('it', 'new_product', 'Nuovo prodotto'),
('it', 'new_profile', 'Nuovo profilo'),
('it', 'new_profile_field', 'Nuovo campo profilo'),
('it', 'new_profile_notification', 'Nuovo avviso di profilo'),
('it', 'new_promotion', 'Nuova promozione'),
('it', 'new_question', 'Nuova domanda'),
('it', 'new_rate_area', 'New rate area'),
('it', 'new_reason', 'Nuova motivazione'),
('it', 'new_report', 'Nuovo rapporto'),
('it', 'new_rule', 'Nuova regola'),
('it', 'new_saved_search', 'Crea nuova ricerca e salva'),
('it', 'new_section', 'Nuova sezione'),
('it', 'new_setting_value', 'Nuovo valore'),
('it', 'new_shipment', 'Nuova spedizione'),
('it', 'new_shipment_was_created', 'La nuova spedizione è stata creata'),
('it', 'new_shipping_method', 'Nuovo metodo di spedizione'),
('it', 'new_site_map_section', 'Nuova sezione mappa del sito'),
('it', 'new_states', 'Nuova(e) provincia(ie)/cantone(i) per il paese selezionato'),
('it', 'new_status', 'Nuovo stato'),
('it', 'new_store_location', 'Nuovo negozio'),
('it', 'new_subscribers', 'Nuovi iscritti'),
('it', 'new_tab', 'Nuovo Tab (linguetta)'),
('it', 'new_tax', 'Nuova tassa'),
('it', 'new_text_ultimate_license_required', 'A special edition of [product] that offers an unlimited number of storefronts. If you switch to <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see the message about the storefront limit again.'),
('it', 'new_usergroups', 'Nuova Tab (linguetta)'),
('it', 'new_user_profile', 'Nuovo profilo utente'),
('it', 'new_vendor', 'Nuovo vendor'),
('it', 'new_version', 'Nuova versione'),
('it', 'new_withdrawal', 'Nuovo ritiro'),
('it', 'new_zealand', 'Nuova Zelanda'),
('it', 'next', 'avanti'),
('it', 'next_step', 'Prossimo passo'),
('it', 'ne_add_subscribers_from_users', 'Aggiungi gli iscritti dall\'elenco degli utenti'),
('it', 'ne_warning_subscr_email_exists', '<b>[email]</b> è già nell\'elenco iscritti'),
('it', 'no', 'No'),
('it', 'nocombination', 'Purtroppo questa combinazione non è accessibile'),
('it', 'none', 'Nessuna'),
('it', 'non_writable_directories', 'Le seguenti cartelle non dispongono di autorizzazioni di scrittura'),
('it', 'normal', 'Normale'),
('it', 'norway', 'Norvegia'),
('it', 'norwegian', 'Norvegese'),
('it', 'note', 'Nota'),
('it', 'notes', 'Note'),
('it', 'notice', 'Avviso'),
('it', 'notice_too_many_decimals', 'Avete specificato [DECIMALI] posizioni decimali per [VALUTA]. Il numero massimo di posizioni decimali sopportati è 2. Valori più lunghi verranno visualizzati come zeri.'),
('it', 'notice_undeliverable_products_removed', 'Gli articoli non spedibili sono stati rimossi dal vostro carrello. Potete continuare con il vostro acquisto.'),
('it', 'notice_update_customer_details', 'Indirizzo e-mail è stato modificato dal cliente nel suo profilo. Spuntate la casella per aggiornare dettagli dell\'ordine:'),
('it', 'notification.upgrade_available.message', 'Una nuova versione di [product] è disponibile. Se vuoi procedere con l\'aggiornamento clicca qui.'),
('it', 'notification.upgrade_available.title', 'Aggiornamento disponibile'),
('it', 'notifications', 'Notifiche'),
('it', 'notifications_center.notifications', 'Notifiche'),
('it', 'notifications_center.no_notifications', 'Nessuna notifica'),
('it', 'notifications_center.section.administration', 'Amministrazione'),
('it', 'notifications_center.section.all', 'Tutto'),
('it', 'notifications_center.section.communication', 'Communication'),
('it', 'notifications_center.section.other', 'Altro'),
('it', 'notifications_center.section.products', 'Prodotti'),
('it', 'notifications_center.tag.administration.license', 'Licenza'),
('it', 'notifications_center.tag.administration.update', 'Aggiornamento'),
('it', 'notifications_center.tag.messages', 'Messages'),
('it', 'notifications_center.tag.other', 'Altro'),
('it', 'notification_template.tab.email', 'Email'),
('it', 'notification_template.tab.internal', 'On-site'),
('it', 'notify_customer', 'Notifica cliente'),
('it', 'notify_orders_department', 'Notifica il reparto ordini'),
('it', 'notify_supplier', 'Avvisa il fornitore'),
('it', 'notify_user', 'Notifica utente'),
('it', 'notify_vendor', 'Notifica vendor'),
('it', 'notify_vendors_by_email', 'Notifica vendors tramite e-mail'),
('it', 'notify_vendor_by_email', 'Notifica venditori tramite e-mail'),
('it', 'notify_when_back_in_stock', 'Avvisarmi quando questo prodotto è di nuovo disponibile'),
('it', 'not_active', 'Non attivo'),
('it', 'not_active_file_notice', 'Questo file sarà disponibile per il download soltanto dopo l\'approvazione dell\'amministratore'),
('it', 'not_approved', 'Non approvato'),
('it', 'not_a_member', 'Non membro'),
('it', 'not_checked', 'Non selezionato'),
('it', 'not_installed', 'Non installato'),
('it', 'not_scroll_automatically', 'Non scorrere automaticamente'),
('it', 'no_active_storefronts', 'No active storefronts'),
('it', 'no_autoresponder', 'Nessun autorisponditore'),
('it', 'no_categories_available', 'Nessuna categoria disponibile'),
('it', 'no_data', 'Nessun dato trovato'),
('it', 'no_data_found', 'Non sono stati trovati dati che soddisfano le vostre condizioni di ricerca'),
('it', 'no_files', 'Nessun file'),
('it', 'no_hidden_elements_second_level_view', 'AB: Number of visible elements of the 2-level menu'),
('it', 'no_hidden_elements_second_level_view.tooltip', 'This setting limits the number of third-level menu items, displayed in the menu structure. The remaining elements of the third level will be displayed when clicking on the <b>More</b> link'),
('it', 'no_image', 'Nessuna immagine'),
('it', 'no_items', 'Nessun elemento definito'),
('it', 'no_items_found', 'Nessun elemento trovato che soddisfa i criteri di ricerca'),
('it', 'no_manager_assigned', 'Nessun gestore assegnato'),
('it', 'no_menus', 'Senza menù'),
('it', 'no_modified_core_files_found', 'Nessun file centrale modificato'),
('it', 'no_posts_found', 'Nessun messaggio trovato'),
('it', 'no_products_for_shipment', 'Non ci sono prodotti per questa spedizione'),
('it', 'no_products_selected', 'Nessun prodotto selezionato'),
('it', 'no_rates_for_empty_cart', '<p class=\"error-text\" align=\"center\"> Il vostro carrello è vuoto perciò i costi di spedizione non possono essere calcolati</p>'),
('it', 'no_rates_for_empty_cart_warning', 'Il carrello è vuoto, impossibile stimare i costi di spedizione'),
('it', 'no_return_requests_found', 'Nessuna richiesta di resi trovata'),
('it', 'no_shipping_required', 'Nessuna spedizione richiesta'),
('it', 'no_such_coupon', 'Questo buono sconto non può essere applicato, perché non soddisfa i requisiti.'),
('it', 'no_template', 'Nessun modello'),
('it', 'no_themes_available', 'Nessun Tema disponibile'),
('it', 'no_users_found', 'Nessun utente trovato'),
('it', 'number', 'Numero'),
('it', 'number_of_columns', 'Numero di colonne nella lista oggetti'),
('it', 'n_banners', '[n] banner|[n] banners'),
('it', 'n_categories', '[n] category|[n] categories'),
('it', 'n_days', '[n] giorno|[n] giorni'),
('it', 'n_filters', '[n] filter|[n] filters'),
('it', 'n_pages', '[n] page|[n] pages'),
('it', 'n_polls', '[n] poll|[n] polls'),
('it', 'n_posts', '[n] post|[n] posts'),
('it', 'n_products', 'prodotto [n]|prodotti [n]'),
('it', 'n_profile_fields', '[n] profile field|[n] profile fields'),
('it', 'n_tags', '[n] tag|[n] tags'),
('it', 'n_vendors', '[n] vendor|[n] vendors'),
('it', 'object', 'Oggetto'),
('it', 'objects_per_page', '[n] per pagina'),
('it', 'object_does_not_exist', 'L\'oggetto non esiste'),
('it', 'object_exists', 'Un\'oggetto con lo stesso nome esiste già. Volete sovrascriverlo?'),
('it', 'object_not_found', 'L\'oggetto [object] non è stato trovato'),
('it', 'of', 'di'),
('it', 'off', 'Spento'),
('it', 'offline', 'Offline (non in linea)'),
('it', 'offset', 'Spostamento'),
('it', 'ogone.sha_in', 'SHA-IN pass phrase'),
('it', 'ogone_direct.config_info', 'Enter SHA-IN pass phrase both here and on the Ingenico administation panel.<br><br>For new Ingenico accounts created since May 11th, 2010, the new SHA policy is automatically active.<br/>Please do not forget to select the \"Use new SHA signature policy\" checkbox.'),
('it', 'ogone_web.config_info', 'Please set the following URL in the Technical Information section on the Ingenico administation panel as the <b>URL of the merchant\'s post-payment page</b> for all cases (\"accepted\", \"on hold\", \"uncertain\", \"canceled by the client\", \"too many rejections by the acquirer\"): <code>[r_url]</code><br>Select \"Always deferred (not immediately after the payment)\" for the <b>Timing of the request</b>.<br>Enter SHA-IN and SHA-OUT pass phrases both here and on the Ingenico administation panel.'),
('it', 'ogone_web.sha_out', 'SHA-OUT pass phrase'),
('it', 'ok', 'OK'),
('it', 'old_price', 'Prezzo vecchio'),
('it', 'on', 'del'),
('it', 'onboarding_adicionar_socio_extra', 'Adicionar Sócio Extra'),
('it', 'onboarding_bairro', 'Bairro'),
('it', 'onboarding_cadastro_do_cliente', 'Cadastro do cliente'),
('it', 'onboarding_celular', 'Celular'),
('it', 'onboarding_cnpj', 'CNPJ'),
('it', 'onboarding_complemento', 'Complemento'),
('it', 'onboarding_confirmar_senha', 'Confirmar Senha'),
('it', 'onboarding_continuar', 'Continuar'),
('it', 'onboarding_cpf', 'CPF'),
('it', 'onboarding_identificacao_empresarial', 'Identificação empresarial'),
('it', 'onboarding_informacao_pessoal', 'Informação Pessoal'),
('it', 'onboarding_inscricao_estadual', 'Inscrição Estadual'),
('it', 'onboarding_inscricao_municipal', 'Inscrição Municipal'),
('it', 'onboarding_municipio', 'Município'),
('it', 'onboarding_nome_completo', 'Nome Completo'),
('it', 'onboarding_nome_completo_do_titular', 'Nome Completo do Titular'),
('it', 'onboarding_nome_da_loja', 'Nome da loja'),
('it', 'onboarding_nome_da_mae', 'Nome da Mãe'),
('it', 'onboarding_nome_fantasia', 'Nome Fantasia'),
('it', 'onboarding_pf_titulo', 'Cadastro Pessoa Física (CPF)'),
('it', 'onboarding_pj_titulo', 'Cadastro Empresarial (CNPJ)'),
('it', 'onboarding_previous', 'Previous'),
('it', 'onboarding_razao_social', 'Razão Social'),
('it', 'onboarding_responsavel_da_conta', 'Responsável da Conta'),
('it', 'onboarding_rg', 'RG'),
('it', 'onboarding_rua', 'Rua'),
('it', 'onboarding_socios', 'Sócios'),
('it', 'onboarding_telefone_fixo', 'Telefone Fixo'),
('it', 'onboarding_termos_e_condicoes', 'Termos e Condições'),
('it', 'onboarding_texto_de_introducao_loja_empresarial', 'Texto de introdução'),
('it', 'onboarding_texto_de_introducao_loja_pessoal', 'Texto de introdução'),
('it', 'onboarding_titulo_de_selecao_de_conta', 'PARTIU SE CADASTRAR E VENDER MUITO ?'),
('it', 'onboarding_validacao_de_dados', 'Validação de dados'),
('it', 'onboarding_validacao_de_dados_descricao', 'Validação utilizada para que ninguém possa criar uma conta utilizando seus dados'),
('it', 'onboarding_validar', 'Validar'),
('it', 'onboarding_validar_email', 'Validar e-mail'),
('it', 'onboarding_validar_email_descricao', 'Ele será utilizado para recuperar a sua conta.'),
('it', 'onboarding_validar_telefone', 'Validar telefone'),
('it', 'onboarding_validar_telefone_descricao', 'Ele será utilizado para recuperar a sua conta caso você perca o acesso ao seu email.'),
('it', 'once_per_customer', 'Una volta per cliente'),
('it', 'onclick_dropdown', 'Menù a discesa'),
('it', 'one_click_template_title', 'Selecione o cartão'),
('it', 'online_only', 'Solo online'),
('it', 'on_backorder', 'On backorder'),
('it', 'on_off', 'Attivato/Disattivato'),
('it', 'on_sale', 'In vendita'),
('it', 'on_site_layout_editing', 'Modifica layout pagina: [page]'),
('it', 'on_site_live_editing', 'Modifica in tempo reale sul sito'),
('it', 'on_site_template_editing', 'Modifica template direttamente nel frontend'),
('it', 'open', 'Aperto'),
('it', 'open_action', 'Apri'),
('it', 'open_file_or_create_new', 'Apri un nuovo file o crea uno nuovo per iniziare.'),
('it', 'open_hours', 'Orari di apertura'),
('it', 'open_in_new_window', 'Apri in nuova finestra'),
('it', 'open_selected_storefronts', 'Apri selezionati'),
('it', 'open_store', 'Apri il negozio'),
('it', 'optimize_database', 'Ottimizza il database'),
('it', 'optimizing_table', 'Ottimizzazione tabella'),
('it', 'options', 'Opzioni'),
('it', 'options_for', 'Opzioni per'),
('it', 'options_have_been_applied_to_products', 'Le opzioni sono state applicate con successo ai prodotti selezionati'),
('it', 'options_menu_description', 'Gestisci le opzioni globali prodotti e opzioni varianti nel tuo negozi.'),
('it', 'options_settings', 'Impostazione opzioni'),
('it', 'options_type', 'Tipo opzioni'),
('it', 'option_combinations', 'Combinazione opzioni'),
('it', 'option_exceptions', 'Eccezioni di opzione'),
('it', 'option_name', 'Nome opzione'),
('it', 'option_unlinked', 'L\'opzione globale \"[option_name]\" è stata disattivata dal prodotto'),
('it', 'option_variants', 'Varianti opzione'),
('it', 'opt_currency_name', 'Mostra titoli valute'),
('it', 'opt_currency_symbol', 'Utilizza simboli valuta invece dei titoli'),
('it', 'opt_language_icon', 'Utilizza icone lingua invece dei nomi'),
('it', 'opt_language_name', 'Mostra nomi lingua'),
('it', 'or', 'oppure'),
('it', 'order', 'Ordine'),
('it', 'ordered_products', 'Prodotti ordinati'),
('it', 'orders', 'Ordini'),
('it', 'orders_not_allow_to_change_company', 'L\'azienda non è stata cambiata. Non è permesso cambiare l\'azienda quando si modifica un\'ordine.'),
('it', 'orders_no_items', 'Utilizza tasto \"Aggiungi prodotti\" qui sopra per aggiungere prodotti all\'ordine.'),
('it', 'order_by_status', 'Ordina per stato'),
('it', 'order_date', 'Data ordine'),
('it', 'order_details', 'Dettagli ordine'),
('it', 'order_discount', 'Sconto ordine'),
('it', 'order_id', 'ID ordine'),
('it', 'order_info', 'Informazioni ordine'),
('it', 'order_items', 'Articoli ordinati'),
('it', 'order_landing_page', 'Pagina di atterraggio dopo l\'ordine'),
('it', 'order_management', 'Gestione ordine'),
('it', 'order_placed', 'Il vostro ordine è stato inoltrato'),
('it', 'order_prefix', 'Prefisso ordine'),
('it', 'order_returns', 'Resi ordine'),
('it', 'order_search', 'Cerca ordine'),
('it', 'order_status', 'Stato dell\'ordine'),
('it', 'order_statuses', 'Stato degli ordini'),
('it', 'order_statuses_menu_description', 'Aggiungere un nuovo stato oppure modifica quelli esistenti.'),
('it', 'order_total', 'Totale ordine'),
('it', 'order_total_not_correct', 'L\'importo totale pagato non corrisponde al totale dell\'ordine'),
('it', 'order_total_will_changed', 'Il totale dell\'ordine sarà convertito di'),
('it', 'order_was_not_placed', 'Ordine non è stato inoltrato'),
('it', 'original', 'Originale'),
('it', 'origination', 'Origine'),
('it', 'or_saved_search', 'oppure qualsiasi articolo da ricerca salvata'),
('it', 'or_use', 'Oppure utilizza'),
('it', 'others', 'Altri'),
('it', 'other_addons', 'Altri add-ons'),
('it', 'other_notification', 'Other'),
('it', 'our_brands', 'I nostri marchi'),
('it', 'output', 'Stampa'),
('it', 'outside_navigation', 'Navigazione esterna'),
('it', 'out_of_stock_actions', 'Comportamento per i prodotti non disponibili'),
('it', 'out_of_stock_products', 'Non disponibili'),
('it', 'override_by_dispatch', 'Sovrascrivi locations per spedizione'),
('it', 'override_by_this', 'Utilizza questo contenuto per tutte le istanze dei blocchi'),
('it', 'override_exchange_rate', 'Sovrascrivi tasso di cambio'),
('it', 'override_gc_points', 'Escludi il valore dei punti globali/categoria per questo prodotto'),
('it', 'override_gc_points_brief', 'Escludi punti globali/categoria'),
('it', 'override_g_points', 'Escludi il valore del punto globale per tutti i prodotti di questa categoria'),
('it', 'override_per', 'Escludi PER globale'),
('it', 'override_points', 'Sovrascrivi punti'),
('it', 'override_product_data', 'Applica valori a tutti i prodotti selezionati'),
('it', 'overwrite', 'Sovrascrivi'),
('it', 'overwrite_selected_settings', 'Sovrascrivere i parametri selezionati'),
('it', 'owner', 'Proprietario'),
('it', 'p21agree', 'Per favore digita \"ACCETTO\" o \"RIFIUTO\" nella casella fornita'),
('it', 'p21agree_tooltip', 'Digitando ACCETTO nella casella sottostante fornisco la mia firma come autorizzazione al Payment21&reg; per addebitare elettronicamente il mio account della somma che ho inserito. Sono a conoscenza e autorizzo espressamente il venditore, se il mio Assegno eCheck è rifiutato per qualunque ragione, ad addebitare elettronicamente la somma del pagamento eCheck più una tassa per l\'operazione di Fondi Insufficienti che non ecceda il massimo legale consentito.\nSono tenuto a stampare o conservare questa pagina per promemoria. Posso chiamare il numero 1-888-770-0850 con assistenza 24 ore su 24, 7 giorni su 7 per ogni domanda riguardante il pagamento e la transazione.'),
('it', 'package', 'Pacchetto'),
('it', 'packages', 'Pacchetti'),
('it', 'package_type', 'Tipo di imballaggio'),
('it', 'packing_slip', 'Bolla di consegna'),
('it', 'packing_slip_for_order', 'Bolla di consegna per l\'ordine'),
('it', 'page', 'Pagina'),
('it', 'pages', 'Pagine'),
('it', 'pages_menu_description', 'Creare e pubblicare pagine, sondaggi, moduli e collegamenti.'),
('it', 'page_cloned', 'La pagina <b>[page]</b> è stata clonata (copiata) con successo. Adesso potete modificare la nuova pagina.'),
('it', 'page_id', 'ID pagina'),
('it', 'page_link', 'URL pagina'),
('it', 'page_name', 'Nome pagina'),
('it', 'page_not_found', 'Pagina non trovata'),
('it', 'page_not_found_text', 'La pagina da voi richiesta non è stata trovata.'),
('it', 'page_target_url', 'URL di destinazione'),
('it', 'page_title', 'Titolo pagina'),
('it', 'page_url', 'URL Pagina'),
('it', 'pagination_range', '<span>[pagination.range_from]</span>–<span>[pagination.range_to]</span>&nbsp;of&nbsp;[pagination.total_items]'),
('it', 'paid_amount', 'Importo pagato'),
('it', 'pair_type', 'Pair type'),
('it', 'param', 'Parametro'),
('it', 'parameter', 'Oggetto da analizzare'),
('it', 'parameter_name', 'Nome parametro'),
('it', 'parent_category', 'Categoria padre'),
('it', 'parent_category_id', 'ID Categoria padre'),
('it', 'parent_item', 'Elemento padre'),
('it', 'parent_page', 'Pagina padre'),
('it', 'parent_page_id', 'ID Pagina padre'),
('it', 'partiuhub_continuar_compras', 'Continuar compras'),
('it', 'partiuhub_numero_do_pedido', 'Numero do pedido - '),
('it', 'partiuhub_planos_vendedores.vendor_groups', 'Grupos dos vendedores'),
('it', 'partiuhub_status_rastreamento_1', 'O vendedor já postou o seu produto!'),
('it', 'partiuhub_status_rastreamento_2', 'Olha que legal, o seu produto ja esta em transito!'),
('it', 'partiuhub_status_rastreamento_3', 'O seu produto ja PARTIU para o seu endereço!'),
('it', 'partiuhub_status_rastreamento_4', 'Chegou! PARTIU aproveitar!!!! '),
('it', 'partiuhub_tente_novamente', 'Tente novamente mais tarde!'),
('it', 'partner', 'Partner'),
('it', 'passphrase', 'Frase d\'accesso'),
('it', 'passport_number', 'Numero passaporto'),
('it', 'password', 'Password'),
('it', 'path_to_files', 'Percorso per file \"atos\"'),
('it', 'pause_delay', 'Interrompi ritardo (in secondi)'),
('it', 'payflowcolor', 'Colore per Payflow'),
('it', 'payment', 'Pagamento'),
('it', 'payments', 'Pagamenti'),
('it', 'payments.cresecure.location_notice', '<b>NOTA:</b><br>1. Questo pagamento richiede l\'opzione HTTPS abilitata!<br>2. La posizione Checkout, per impostazione predefinita, è mostrata all\'utente in fase di pagamento. Per mostrare una differente posizione, crea una Posizione specifica con esecuzione (dispatch) \'checkout.cresecure_template\' nella <a href=\"[url]\" target=\"_blank\">Gestione Layout</a>.'),
('it', 'payments.epdq.bgcolor', 'Colore sfondo'),
('it', 'payments.epdq.btn_bgcolor', 'Colore sfondo Pulsante'),
('it', 'payments.epdq.btn_textcolor', 'Colore testo pulsanti'),
('it', 'payments.epdq.font_type', 'Tipo carattere'),
('it', 'payments.epdq.hash_error', 'Spiacenti, la stringa hash non corrisponde'),
('it', 'payments.epdq.instructions', '<ol><li><p>Immettere il seguente URL nella sezione di \"informazioni tecniche\"→\"transazione feedback\" nell\'area amministrativa ePDQ:</p> <p>per i pagamenti \"accettati\" e \"annullati\": [url]</p></li> <li>Assicurarsi che i \"tempi della richiesta\" siano impostati su \"Sempre on-line\", e il \"Metodo di richiesta\" sia impostato su \"POST\"</li> <li>Definire il valore di \"SHA-OUT pass phrase\" nell\'area amministrativa ePDQ come preferite, poi duplicarla nel campo \"SHA-IN pass phrase\" nella sezione \"verifica dati di origine\" e anche nel campo \"Pass-phrase\" poco sotto</li> <li>Assicurarsi che l\'opzione \"codice funzionamento predefinito\" nella zona amministrativa ePDQ abbia lo stesso valore come il \"Tipo transazione\" poco sotto</li> <li>Impostare il parametro \"Algoritmo Hash\" su \"SHA-1\" nella sezione \"parametri di sicurezza globale\" nell\'area amministrativa ePDQ</li></ol>'),
('it', 'payments.epdq.pspid', 'EPDQ pspid'),
('it', 'payments.epdq.tbl_bgcolor', 'Colore sfondo tabella'),
('it', 'payments.epdq.tbl_textcolor', 'Colore testo tabella'),
('it', 'payments.epdq.textcolor', 'Colore testo'),
('it', 'payments.epdq.title', 'Titolo'),
('it', 'payments.eway_rapidapi_rsp.header_text', 'Testo intestazione'),
('it', 'payments.globalpayments.connector_error', 'Your Global Payments account has been suspended. Contact Global Payments support for further information.'),
('it', 'payments.globalpayments.globalpayments_error', 'Error with Global Payments systems'),
('it', 'payments.globalpayments.referring_ip', 'Please supply the IP address of your server to your Global Payments account manager'),
('it', 'payments.globalpayments.referring_url', 'Please supply this URL to your Global Payments account manager'),
('it', 'payments.globalpayments.text_status_map', 'Global Payments to [product] order status conversion map'),
('it', 'payments.layout_a', 'Layout A'),
('it', 'payments.layout_b', 'Layout B'),
('it', 'payments.layout_c', 'Layout C'),
('it', 'payments.paypal_adv_layout', 'Layout'),
('it', 'payments.qbms.app_token', 'Token di app'),
('it', 'payments.qbms.configuration_required', '<p>Riempire i campi qui sotto e salvare le modifiche: <br>-App chiave di utente <br>-OAuth Token <br>- segreto utente OAuth</p> <p>fare clic sul pulsante \"Connetti a QuickBooks\" che apparirà invece questo messaggio per completare la configurazione di pagamento.</p>'),
('it', 'payments.qbms.configure_payment_method', '<p>How to configure the payment method:</p><p>1. <a target=\"_blank\" href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/authentication-and-authorization/oauth-2.0#obtain-oauth2-credentials-for-your-app\">Obtain OAuth 2.0 credentials</a> from QuickBooks Online application and copy them to the payment method settings in [product].</p><p>2. Click \"Create\", then open the settings of this payment method again to finish its configuration.</p>'),
('it', 'payments.qbms.oauth_client_id', 'OAuth Client Id'),
('it', 'payments.qbms.oauth_client_secret', 'OAuth Client Secret'),
('it', 'payments.qbms.oauth_consumer_key', 'Chiave utente di OAuth'),
('it', 'payments.qbms.oauth_consumer_secret', 'Codice segreto utente di OAuth'),
('it', 'payments.qbms.quickbooks_connection', 'Connessione di QuickBooks'),
('it', 'payments.qbms.renew_token', 'Premere \"Connect per QuickBooks\" di rinnovare la sessione.'),
('it', 'payments.qbms.tip_fill_redirect', '<p>- In the QuickBooks application, copy the following value into the Redirect URI field:</p><p>[url]</p><p>- Click the \"Connect to QuickBooks\" button.</p>'),
('it', 'payments.qbms.token_expired', 'La sessione web è scaduta.'),
('it', 'payments.qbms.token_expires', 'La sessione il <b>[date]</b> al <b>[time]</b>.'),
('it', 'payments.qbms.upgrade_notification_text', '<p>L\'ultima versione di [product] ha diverse impostazioni per i metodi di pagamento, se si utilizza servizio mercantile QB come un processore.</p> <p>Se si desidera utilizzare i metodi di pagamento, fare questo:</p> <ul><li>andare a amministrazione &gt; Metodi di pagamento</li> <li>scegliere il metodo di pagamento che utilizza il servizio mercantile QB come un processore</li> <li>alla scheda Configura</li> <li>immettere il corretto App Token, chiave utente OAuth e segreto utente OAuth</li> <li>eseguire la connessione a QuickBooks</li></ul>'),
('it', 'payments.qbms.upgrade_notification_title', 'Modifiche di processore di pagamento servizio mercantile QB'),
('it', 'payments.qbms.upgrade_oauth20_notification_text', '<p>Online stores now connect to QuickBooks Merchant Services differently. Your payment methods that use QB Merchant Services as a processor need to be reconfigured, or else they will no longer work. To make them work:</p><p>1. Switch your Quickbooks app to OAuth 2.0.</p><p>2. Copy <i>OAuth Client ID</i> and <i>OAuth Client Secret</i> from the app to the payment method settings in [product].</p><p>3. Change the status of the payment method to <i>Active</i></p><p>4. Save your changes and use the <i>Connect to QuickBooks</i> button to finish payment configuration.</p><p><a href=\"[payments_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">View my payment methods</a></p>'),
('it', 'payments.qbms.upgrade_oauth20_notification_title', 'Payment methods: Change QB Merchant Services settings'),
('it', 'payments.realex.3d_secure_message', 'Messaggio 3-D Secure'),
('it', 'payments.realex.auto_settled', 'Auto-risolto'),
('it', 'payments.realex.avs.matched', 'Abbinato'),
('it', 'payments.realex.avs.not_matched', 'Non abbinato'),
('it', 'payments.realex.avs.partial_match', 'Corrispondenza parziale'),
('it', 'payments.realex.avs.problem_with_check', 'Problema con l\'assegno'),
('it', 'payments.realex.avs.unable_to_check', 'Impossibile controllare'),
('it', 'payments.realex.avs_address', 'Indirizzo AVS'),
('it', 'payments.realex.avs_postcode', 'Codice postale AVS'),
('it', 'payments.realex.bank_error', 'Errore con sistemi bancari'),
('it', 'payments.realex.card_lost_or_stolen', 'Scheda segnalato smarrito o rubato'),
('it', 'payments.realex.cavv', 'CAVV'),
('it', 'payments.realex.connector_error', 'L\'account Realex è stato sospeso. Contattare il supporto Realex per ulteriori informazioni.'),
('it', 'payments.realex.delayed_settlement', 'Insediamento ritardato'),
('it', 'payments.realex.eci', 'ECI'),
('it', 'payments.realex.incorrect_request', 'Formato messaggio XML non corretto'),
('it', 'payments.realex.incorrect_valid_trhu', 'Valori errati dei campi \'Valid thru\'.'),
('it', 'payments.realex.liability_shift', 'Spostamento di responsabilità'),
('it', 'payments.realex.liability_shift_required', 'Spostamento di responsabilità richiesto'),
('it', 'payments.realex.realex_error', 'Errore con Realex sistemi'),
('it', 'payments.realex.referring_ip', 'Si prega di fornire l\'indirizzo IP del server al vostro account manager Realex pagamenti'),
('it', 'payments.realex.referring_url', 'Si prega di fornire questo URL al tuo account manager Realex pagamenti'),
('it', 'payments.realex.refferal', 'Rinvio dalla banca'),
('it', 'payments.realex.result_code', 'Codice risultato'),
('it', 'payments.realex.result_message', 'Messaggio del risultato'),
('it', 'payments.realex.settlement', 'Insediamento'),
('it', 'payments.realex.subaccount', 'Sottoaccount'),
('it', 'payments.realex.text_status_map', 'Realex alla mappa di conversione di CS-Cart ordine stato'),
('it', 'payments.realex.transaction_order_id', 'ID Transazione ordine'),
('it', 'payments.realex.transaction_pasref', 'Transazione PASREF'),
('it', 'payments.realex.tss_result', 'TSS'),
('it', 'payments.realex.wrong_card_type', 'Questo pagamento non è disponibile per questo tipo di carte di credito.'),
('it', 'payments.realex.xid', 'XID'),
('it', 'payments.rocketgate.avs_mode', 'Modalità AVS'),
('it', 'payments.rocketgate.ignore', 'Ignora'),
('it', 'payments.rocketgate.scrub_mode', 'Modalità SCRUB'),
('it', 'payments.signin_to_checkout', '<a href=[url]>Effettua accesso</a>per andare alla cassa'),
('it', 'payments_tab1', 'Carta di credito'),
('it', 'payments_tab2', 'Pagamenti Internet'),
('it', 'payments_tab3', 'Altre opzioni di pagamento'),
('it', 'payment_amount', 'Importo del pagamento'),
('it', 'payment_category', 'Categoria pagamento'),
('it', 'payment_category_note', 'I \"Tabs\" (linguette) delle categorie di pagamento NON verranno visualizzate se tutti i pagamenti attivi appartengono all stessa categoria'),
('it', 'payment_details', 'Dettagli pagamento'),
('it', 'payment_form_url', 'URL modulo pagamento'),
('it', 'payment_id', 'Codice pagamento'),
('it', 'payment_info', 'Tipo di pagamento'),
('it', 'payment_information', 'Informazioni pagamento'),
('it', 'payment_instructions', 'Istruzioni di pagamento'),
('it', 'payment_method', 'Metodo di pagamento'),
('it', 'payment_methods', 'Metodi di pagamento'),
('it', 'payment_method_not_found', 'Metodo di pagamento non trovato. Potrebbe essere disattivato o può essersi verificato un errore. Per favore scegliere un metodo di pagamento e provare piu tardi di nuovo.'),
('it', 'payment_response_password', 'Password per risposta pagamento'),
('it', 'payment_surcharge', 'Supplemento pagamento'),
('it', 'payment_type', 'Tipo di pagamento'),
('it', 'paypal.addon_is_disabled_notice', 'The <b>PayPal payments</b> add-on is disabled so you can\'t configure this payment method.'),
('it', 'paypal.ipn_transaction_status', 'Transaction status: [status]'),
('it', 'paypal_authentication_method', 'Metodo di autenticazione PayPal'),
('it', 'paypal_express_notice', 'Un ID venditore è necessario per l\'utilizzo delle <a href=\'https://developer.paypal.com/docs/classic/express-checkout/in-context\' target=\'_blank\'>funzioni di Checkout</a> all\'interno di questa integrazione. È possibile cercare il tuo merchant ID accedendo a <a href=\'https://www.paypal.com/\' target=\'_blank\'> https://www.paypal.com/</a>. Fare clic sull\'icona profilo sul lato superiore destro della pagina e quindi selezionare <b>il profilo e le impostazioni</b> nel menu <b>Profilo Business</b>. (Se non vedete l\'icona di profilo nella parte superiore della pagina, fare clic su <b>profilo</b>, che appare nel menu in alto quando è selezionata la <b>scheda Account personale</b>). Fare clic su <b>mio informazioni commerciali</b> sulla sinistra e il <b>Merchant account ID</b> viene visualizzato nell\'elenco degli elementi del profilo sulla destra.'),
('it', 'paypal_ipn_note', 'Notifica immediata del pagamento (IPN) è un servizio che notifica automaticamente mercanti di eventi legati alle transazioni PayPal. <br>Quando un cliente effettua un ordine e sceglie PayPal come metodo di pagamento, l\'ordine ottiene lo stato <b>aperto</b>. <br>PayPal quindi invia messaggi di notifica immediata del pagamento che includono lo stato della transazione. Questo stato viene modificato lo stato dell\'ordine nel tuo negozio secondo la mappa di conversione dello stato.'),
('it', 'paypal_ipn_transaction_status', 'Stato della transazione'),
('it', 'paypal_item_name', 'Nome articolo (o un nome per il Carrello)'),
('it', 'paypal_logo', 'Logo PayPal'),
('it', 'paypal_sandbox', 'Modalità Test'),
('it', 'paypal_seamless', 'Usa checkout anonimo'),
('it', 'paypal_security_error', 'L\'ordine non è stato registrato: il destinatario PayPal è sbagliato.'),
('it', 'paypal_use_in_context_checkout', 'Uso nel contesto Checkout'),
('it', 'paypal_vendor', 'Fornitore'),
('it', 'pay_by_points', 'Consentire il pagamento per punti'),
('it', 'pay_from_email', 'E-mail cliente'),
('it', 'pay_order_again', 'Paga di nuovo l\'ordine'),
('it', 'pay_to_email', 'Indirizzo E-mail negoziante'),
('it', 'pdf_documents.activate_notification', 'PDF documents (such as invoices, packing slips, etc.) will now be generated at our cloud service: [service_url]. It works as follows: your store sends an HTML document and receives a PDF copy of it. We do not view, keep, or analyze any of your data that goes through that service.'),
('it', 'pdf_documents.disable_notification', 'The generation of PDF documents (such as invoices, packing slips, etc.) has been disabled. Your data will no longer go through our cloud service [service_url]. If you\'d like to generate PDF documents without using our cloud service, you\'re welcome to <a href=\"[helpdesk_url]\" target=\"_blank\">contact us via Help Desk</a> or configure it on your own.'),
('it', 'pending', 'In attesa di conferma'),
('it', 'pending_return', 'Aguardando a aprovação'),
('it', 'pending_vendor_invitations', 'Pending vendor invitations'),
('it', 'pending_vendor_invitations_menu_description', 'Manage invitations to your marketplace for potential vendors.'),
('it', 'per', 'Per ogni [object]'),
('it', 'percent', 'Percentuale'),
('it', 'percentage_discount', 'Percentuale di sconto'),
('it', 'percent_range', 'Fascia di prezzo (in % del prezzo del prodotto)'),
('it', 'period', 'Periodo'),
('it', 'permissions_issue', 'Problema di autorizzazioni'),
('it', 'person_name', 'Nome'),
('it', 'per_item', 'Per articolo'),
('it', 'per_page', 'Per pagina'),
('it', 'phone', 'Telefono'),
('it', 'phone1_label', 'Telefono'),
('it', 'phone2', 'Internazionale'),
('it', 'phone2_label', 'Internazionale'),
('it', 'phpinfo', 'Informazioni PHP'),
('it', 'php_extension_missing', 'The [extension] PHP extension is not installed on your server'),
('it', 'pickup', 'Pickup'),
('it', 'pickup_address', 'Pickup address'),
('it', 'pickup_avail', 'Pickup avail'),
('it', 'pickup_destinations_ids', 'Pickup destinations ids'),
('it', 'pickup_id', 'Pickup ID'),
('it', 'pickup_phone', 'Pickup phone'),
('it', 'pickup_point_not_selected', 'Sorry, we couldn\'t determine your pickup point. Please choose a pickup point, so that we know where to deliver your order.'),
('it', 'pickup_surcharge', 'Pickup surcharge'),
('it', 'pickup_time', 'Pickup time'),
('it', 'pick_store', 'Scegli store'),
('it', 'pie', 'Torta'),
('it', 'pie_3d', 'Torta 3D'),
('it', 'pixels', 'pixel'),
('it', 'place_order', 'Inoltra ordine'),
('it', 'placing_order', 'Stiamo inoltrando il tuo ordine'),
('it', 'plain', 'Semplice'),
('it', 'plano_anuncio', 'Plano de Anúncio'),
('it', 'plans', 'Planos'),
('it', 'platform', 'Piattaforma'),
('it', 'please_be_patient', 'Attendere per favore'),
('it', 'please_copy_api_key', 'Please copy the API key now and keep it somewhere. Once you save the changes, this key won\'t appear here again. If the key is lost, the only way to regain API access will be be to generate a new key on this page.'),
('it', 'please_enable_the_add_on_to_see_barcode', 'Si prega di abilitare l\'add-on per vedere un esempio di codice.'),
('it', 'please_enter_license_here', 'Inserisci il tuo numero di licenza'),
('it', 'please_select_one', 'Per favore, selezionarne uno'),
('it', 'please_sign_in', 'Per favore effettuare l\'accesso'),
('it', 'points', 'Punti'),
('it', 'points_in_use', 'Punti in uso'),
('it', 'points_in_use_lower', 'Punti in uso'),
('it', 'points_in_use_lowercase', '[n] punto in uso|[n] punti in uso'),
('it', 'points_lower', 'punti'),
('it', 'points_lowercase', '[n] punto|[n] punti'),
('it', 'points_to_use', 'Punti per l\'uso'),
('it', 'point_payment', 'Punto di pagamento'),
('it', 'point_price', 'Prezzo in punti'),
('it', 'polish', 'Polacco'),
('it', 'poll', 'Sondaggio'),
('it', 'polls', 'Sondaggi'),
('it', 'polls_answers_with_comments', 'Risposte con commenti'),
('it', 'polls_first_submited', 'Primo sondaggio inviato'),
('it', 'polls_have_completed', 'Hai già completato questo sondaggio.'),
('it', 'polls_last_submited', 'Ultimo sondaggio inviato'),
('it', 'polls_total_completed', 'Il numero dei sondaggi completati è completo'),
('it', 'polls_total_submited', 'Numero totale di sondaggi inviati'),
('it', 'polls_total_votes', 'Voti totali'),
('it', 'polls_votes', 'Voti'),
('it', 'poll_footer', 'Testo di chiusura'),
('it', 'poll_header', 'Intestazione'),
('it', 'poll_results', 'Testo sondaggio'),
('it', 'poll_results_everybody', 'tutti (in un pop-up)'),
('it', 'poll_results_nobody', 'nessuno'),
('it', 'poll_results_voted', 'utenti votanti'),
('it', 'poll_show_results', 'Permetti ai partecipanti di vedere i risultati'),
('it', 'poll_statistics', 'Statistiche sondaggio'),
('it', 'poor', 'Scadente'),
('it', 'popularity', 'Popolarità'),
('it', 'popup', 'Finestra di popup'),
('it', 'popup_larger_image', 'Immagine grande (popup)'),
('it', 'portugese', 'Portoghese'),
('it', 'posid', 'ID pos'),
('it', 'position', 'Posizione'),
('it', 'positions_updated', 'L\'ordinamento degli articoli è stato aggiornato'),
('it', 'position_short', 'Pos.'),
('it', 'postal_mail', 'Invio postale'),
('it', 'postauth', 'Autenticazione postale (postauth)'),
('it', 'posted_by', 'Posted by'),
('it', 'post_description', 'Descrizione Articolo'),
('it', 'post_url', 'Invia URL'),
('it', 'powered_by', 'Realizzato da'),
('it', 'po_file', 'Scegliere un file in formato ZIP o PO'),
('it', 'po_file_is_incorrect', 'Il File PO <b>\"[file]\"</b> contiene errori di sintassi o una struttura non corretta.'),
('it', 'po_meta_error_validating_lang_code', 'Il codice della lingua nel file PO non corrisponde a quella della lingua aggiornata'),
('it', 'po_number', 'Numero PO'),
('it', 'pp_currency_is_incorrect', 'La valuta utilizzata per il pagamento è diversa da quella presente nell\'ordine.'),
('it', 'pp_mode', 'Modalità PayPal'),
('it', 'pp_product_count_is_incorrect', 'Il numero di articoli pagati è diverso rispetto al numero di articoli nell\'ordine'),
('it', 'pp_total_is_incorrect', 'Il pagamento totale è diverso rispetto al totale dell\'ordine.'),
('it', 'preauth', 'Preautorizzazione'),
('it', 'preauthorization', 'Preautorizzazione'),
('it', 'prefix', 'Prefisso'),
('it', 'preshared_key', 'Chiave già condivisa'),
('it', 'press_continue_to_recover_password', 'Clicca <b>Continua</b> per procedere con la modifica della password.'),
('it', 'prev', 'Prec.'),
('it', 'preview', 'Anteprima'),
('it', 'previous', 'indietro'),
('it', 'previous_month', 'Mese precedente'),
('it', 'previous_period', 'Periodo precedente'),
('it', 'previous_week', 'Settimana precedente'),
('it', 'previous_year', 'Anno precedente'),
('it', 'prev_page', 'Precedente'),
('it', 'pre_moderation', 'Prodotti che richiedono la tua approvazione'),
('it', 'pre_moderation_edit', 'Approva gli aggiornamenti delle informazioni prodotto'),
('it', 'pre_moderation_edit_vendors', 'Approva gli aggiornamenti del profilo venditore'),
('it', 'price', 'Prezzo'),
('it', 'price_decreased', 'Il prezzo è stato diminuito di'),
('it', 'price_dec_sign_delimiter', 'Delimitatore decimale prezzo'),
('it', 'price_for_all', 'Prezzo per tutti'),
('it', 'price_includes_tax', 'Prezzo incl. tassa'),
('it', 'price_increased', 'Il prezzo è stato aumentato di'),
('it', 'price_in_points', 'Prezzo in punti'),
('it', 'price_in_points_decreased', 'Il prezzo in punti è stato abbassato di'),
('it', 'price_in_points_increased', 'Il prezzo in punti è stato aumentato di'),
('it', 'price_list', 'Listino prezzi'),
('it', 'price_list.text_regenerate', '<p>Se prodotti, categorie o campi selezionati sono stati aggiunti o modificati, si prega di rigenerare un listino prezzi: < br / >[buttons]</p> <p>I listini generati sono disponibili a questi link <br/>[links]</p>'),
('it', 'price_list.text_select_storefront', 'Per generare un listino prezzi, si prega di selezionare prima la vetrina.'),
('it', 'price_list_ziparchive_not_installed', 'Impossibile creare il listino prezzi XML. Si prega di aggiungere il supporto ZIP in PHP sul server. Segui <a href=\"http://www.php.net/manual/en/zip.installation.php\">http://www.php.net/manual/en/zip.installation.php</a>.'),
('it', 'price_summary', 'Riepilogo prezzo'),
('it', 'pricing_inventory', 'Prezzi / Inventario'),
('it', 'primary', 'Primario'),
('it', 'primary_currency', 'Valuta principale'),
('it', 'printslip_request', 'Requisições de Etiquetas'),
('it', 'printslip_request_pending', 'Você irá receber uma notificação quando a etiqueta estiver disponível.'),
('it', 'print_card', 'Stampa buono regalo'),
('it', 'print_credit_memo', 'Visualizza memo credito'),
('it', 'print_invoice', 'Visualizza fattura'),
('it', 'print_order_details', 'Visualizza dettagli ordine'),
('it', 'print_packing_slip', 'Stampa bolla di consegna'),
('it', 'print_pdf_credit_memo', 'Stampa memo credito (PDF)'),
('it', 'print_pdf_invoice', 'Stampa fattura (PDF)'),
('it', 'print_pdf_order_details', 'Stampa dettagli ordine (PDF)'),
('it', 'print_pdf_packing_slip', 'Stampa bolla di trasporto (pdf)'),
('it', 'print_slip', 'Stampa bolla'),
('it', 'priority', 'Priorità'),
('it', 'private', 'Privato'),
('it', 'private_customer_settings', 'Impostazioni cliente privato'),
('it', 'private_files', 'File privati'),
('it', 'privilege', 'Autorizzazione d\'accesso'),
('it', 'privilege.apply_to_all', 'Applica il valore a tutto'),
('it', 'privilege.custom_access', 'Accesso personalizzato'),
('it', 'privilege.full_access', 'Accesso completo'),
('it', 'privilege.no_access', 'Accesso negato'),
('it', 'privilege.view_access', 'Può solo visualizzare'),
('it', 'privileges', 'Autorizzazioni d\'accesso'),
('it', 'privileges.abt__ut2.settings.manage', 'Manage theme settings'),
('it', 'privileges.abt__ut2.settings.view', 'View theme settings'),
('it', 'privileges.ab__cb_manage_banners', 'AB: Manage banners for categories'),
('it', 'privileges.ab__cb_view_banners', 'AB: View banners for categories'),
('it', 'privileges.ab__dotd_manage_seodata', 'Manage promotions SEO data'),
('it', 'privileges.ab__dotd_view_seodata', 'View promotions SEO data'),
('it', 'privileges.ab__hpd.manage', 'Manage data'),
('it', 'privileges.ab__hpd.view', 'View help'),
('it', 'privileges.ab__mb_manage_data', 'Managing motivational data'),
('it', 'privileges.ab__mb_view_data', 'Viewing motivational data'),
('it', 'privileges.ab__stt.data.manage', 'Manage button data'),
('it', 'privileges.ab__stt.data.view', 'View button data'),
('it', 'privileges.ab__vg_manage_videos', 'Manage videos'),
('it', 'privileges.ab__vg_view_videos', 'View videos'),
('it', 'privileges.backup_restore', 'Può gestire'),
('it', 'privileges.change_order_status', 'Può cambiare gli stati'),
('it', 'privileges.create_order', 'Puo creare'),
('it', 'privileges.delete_logs', 'Puà cancellare'),
('it', 'privileges.delete_orders', 'Puo cancellare'),
('it', 'privileges.edit_blocks', 'Può modificare'),
('it', 'privileges.edit_files', 'Modifica file'),
('it', 'privileges.edit_order', 'Can edit entire order (select other products, payment and shipping methods, customers)'),
('it', 'privileges.exim_access', 'Può gestire'),
('it', 'privileges.manage_access_restrictions', 'Può modificare'),
('it', 'privileges.manage_banners', 'Può modificare'),
('it', 'privileges.manage_call_requests', 'Può modificare'),
('it', 'privileges.manage_catalog', 'Può modificare'),
('it', 'privileges.manage_cscart_uvdesk', 'Manage UVDesk'),
('it', 'privileges.manage_currencies', 'Può modificare'),
('it', 'privileges.manage_design', 'Può modificare'),
('it', 'privileges.manage_discussions', 'Può modificare'),
('it', 'privileges.manage_document_templates', 'Può modificare'),
('it', 'privileges.manage_email_marketing', 'Può modificare'),
('it', 'privileges.manage_email_templates', 'Può modificare'),
('it', 'privileges.manage_gift_certificates', 'Può modificare'),
('it', 'privileges.manage_languages', 'Può modificare'),
('it', 'privileges.manage_locations', 'Può modificare'),
('it', 'privileges.manage_newsletters', 'Può modificare'),
('it', 'privileges.manage_order_statuses', 'Può modificare'),
('it', 'privileges.manage_pages', 'Gestire le Pagine'),
('it', 'privileges.manage_payments', 'Può modificare'),
('it', 'privileges.manage_payouts', 'Può modificare'),
('it', 'privileges.manage_product_premoderation', 'Può gestire'),
('it', 'privileges.manage_product_reviews', 'Can edit'),
('it', 'privileges.manage_promotions', 'Può modificare');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('it', 'privileges.manage_providers', 'Può modificare'),
('it', 'privileges.manage_reports', 'Può modificare'),
('it', 'privileges.manage_reward_points', 'Può modificare'),
('it', 'privileges.manage_rma', 'Può modificare'),
('it', 'privileges.manage_seo_rules', 'Può modificare'),
('it', 'privileges.manage_shipping', 'Può modificare'),
('it', 'privileges.manage_sitemap', 'Può modificare'),
('it', 'privileges.manage_static_data', 'Può modificare'),
('it', 'privileges.manage_storage', 'Può gestire'),
('it', 'privileges.manage_stores', 'Gestire i negozi'),
('it', 'privileges.manage_store_locator', 'Può modificare'),
('it', 'privileges.manage_suppliers', 'Può modificare'),
('it', 'privileges.manage_taxes', 'Può modificare'),
('it', 'privileges.manage_themes', 'Può modificare'),
('it', 'privileges.manage_translation', 'Può modificare'),
('it', 'privileges.manage_usergroups', 'Può modificare'),
('it', 'privileges.manage_users', 'Può modificare'),
('it', 'privileges.manage_vendors', 'Può modificare'),
('it', 'privileges.manage_vendor_communication', 'Può modificare'),
('it', 'privileges.manage_vendor_plans', 'Può modificare'),
('it', 'privileges.update_settings', 'Può modificare'),
('it', 'privileges.upgrade_store', 'Può aggiornare'),
('it', 'privileges.view_banners', 'Può visualizzare'),
('it', 'privileges.view_call_requests', 'Può visualizzare'),
('it', 'privileges.view_catalog', 'Può visualizzare'),
('it', 'privileges.view_cscart_uvdesk', 'View UVDesk'),
('it', 'privileges.view_currencies', 'Può visualizzare'),
('it', 'privileges.view_discussions', 'Può visualizzare'),
('it', 'privileges.view_email_marketing', 'Può visualizzare'),
('it', 'privileges.view_file_changes', 'Può visualizzare'),
('it', 'privileges.view_languages', 'Può visualizzare'),
('it', 'privileges.view_locations', 'Può visualizzare'),
('it', 'privileges.view_logs', 'Può visualizzare'),
('it', 'privileges.view_newsletters', 'Può visualizzare'),
('it', 'privileges.view_orders', 'Può visualizzare'),
('it', 'privileges.view_pages', 'Può visualizzare'),
('it', 'privileges.view_payments', 'Può visualizzare'),
('it', 'privileges.view_payouts', 'Può visualizzare'),
('it', 'privileges.view_product_reviews', 'Can view'),
('it', 'privileges.view_providers', 'Può visualizzare'),
('it', 'privileges.view_reports', 'Può visualizzare'),
('it', 'privileges.view_seo_rules', 'Può visualizzare'),
('it', 'privileges.view_settings', 'Può visualizzare'),
('it', 'privileges.view_shipping', 'Può visualizzare'),
('it', 'privileges.view_static_data', 'Può visualizzare'),
('it', 'privileges.view_stores', 'Visualizzare i negozi'),
('it', 'privileges.view_store_locator', 'Può visualizzare'),
('it', 'privileges.view_taxes', 'Può visualizzare'),
('it', 'privileges.view_usergroups', 'Può visualizzare'),
('it', 'privileges.view_users', 'Può visualizzare'),
('it', 'privileges.view_vendors', 'Può visualizzare'),
('it', 'privileges.view_vendor_communication', 'Può visualizzare'),
('it', 'privileges.view_vendor_plans', 'Può visualizzare'),
('it', 'privilege_groups.ab__addons_manager', 'AB: Add-ons Manager'),
('it', 'privilege_groups.ab__category_banners', 'AB: Banners for categories'),
('it', 'privilege_groups.ab__deal_of_the_day', 'AB: Product of the day and extended promotions'),
('it', 'privilege_groups.ab__fast_navigation', 'AB: Fast navigation'),
('it', 'privilege_groups.ab__hide_product_description', 'AB: Hide the part of the content up to a certain height'),
('it', 'privilege_groups.ab__landing_categories', 'AB: Landing categories/pages'),
('it', 'privilege_groups.ab__motivation_block', 'AB: Motivation block'),
('it', 'privilege_groups.ab__scroll_to_top', 'AB: \"Scroll to top\" button'),
('it', 'privilege_groups.ab__video_gallery', 'AB: Video gallery of the product'),
('it', 'privilege_groups.access_restrictions', 'Restrizioni di accesso'),
('it', 'privilege_groups.backup_restore', 'Backup/Ripristino'),
('it', 'privilege_groups.banners', 'Banner'),
('it', 'privilege_groups.blocks', 'Blocchi'),
('it', 'privilege_groups.blog_and_pages', 'Blog e pagine'),
('it', 'privilege_groups.call_requests', 'Call requests'),
('it', 'privilege_groups.currencies', 'Valute'),
('it', 'privilege_groups.design', 'Design'),
('it', 'privilege_groups.discussions', 'Commenti e recensioni'),
('it', 'privilege_groups.documents', 'Documenti'),
('it', 'privilege_groups.edit_on_site', 'Modificare il contenuto sul sito'),
('it', 'privilege_groups.email_marketing', 'E-mail marketing'),
('it', 'privilege_groups.email_templates', 'Modelli di email'),
('it', 'privilege_groups.exim', 'Consentire importazione/esportazione dati'),
('it', 'privilege_groups.files', 'Files'),
('it', 'privilege_groups.file_changes', 'Detettore file modificati'),
('it', 'privilege_groups.gift_certificates', 'Gift certificates'),
('it', 'privilege_groups.languages', 'Lingue'),
('it', 'privilege_groups.locations', 'Rate areas'),
('it', 'privilege_groups.logs', 'Logs'),
('it', 'privilege_groups.newsletters', 'Newsletters'),
('it', 'privilege_groups.orders', 'Ordini'),
('it', 'privilege_groups.order_statuses', 'Stati ordine'),
('it', 'privilege_groups.other', 'Altro'),
('it', 'privilege_groups.payments', 'Metodi di pagamento'),
('it', 'privilege_groups.products', 'Categorie, Prodotti, Caratteristiche, Filtri, Opzioni'),
('it', 'privilege_groups.product_premoderation', 'Product approval'),
('it', 'privilege_groups.product_reviews', 'Product reviews'),
('it', 'privilege_groups.promotions', 'Promozioni'),
('it', 'privilege_groups.reward_points', 'Reward points'),
('it', 'privilege_groups.rma', 'Return merchandise authorization (RMA)'),
('it', 'privilege_groups.sales_reports', 'Report vendite'),
('it', 'privilege_groups.seo', 'SEO'),
('it', 'privilege_groups.settings', 'Impostazioni'),
('it', 'privilege_groups.shipping', 'Metodi di spedizione'),
('it', 'privilege_groups.sitemap', 'Sitemap (mappa del sito)'),
('it', 'privilege_groups.social_login', 'Social login'),
('it', 'privilege_groups.static_data', 'Dati statici'),
('it', 'privilege_groups.storage', 'Storage'),
('it', 'privilege_groups.stores', 'Storefronts'),
('it', 'privilege_groups.store_locator', 'Store locator'),
('it', 'privilege_groups.suppliers', 'Suppliers'),
('it', 'privilege_groups.taxes', 'Tasse'),
('it', 'privilege_groups.themes', 'Temi'),
('it', 'privilege_groups.upgrade_center', 'Centro aggiornamenti'),
('it', 'privilege_groups.users', 'Utenti'),
('it', 'privilege_groups.user_groups', 'Gruppi utente'),
('it', 'privilege_groups.vendors', 'Stores'),
('it', 'privilege_groups.vendor_communication', 'Message center: Customer to Vendor'),
('it', 'privilege_groups.vendor_payouts', 'Accounting'),
('it', 'privilege_groups.vendor_plans', 'Vendor plans'),
('it', 'privilege_sections.ab__addons', 'AB: Add-ons'),
('it', 'privilege_sections.addons', 'Privilegi addon'),
('it', 'privilege_sections.administration', 'Privilegi di amministrazione'),
('it', 'privilege_sections.cart', 'Carrello'),
('it', 'privilege_sections.catalog', 'Catalogo'),
('it', 'privilege_sections.cms', 'Pagine'),
('it', 'privilege_sections.design', 'Privilegi design'),
('it', 'privilege_sections.marketing', 'Privilegi marketing'),
('it', 'privilege_sections.orders', 'Privilegi ordini'),
('it', 'privilege_sections.products', 'Privilegi prodotti'),
('it', 'privilege_sections.settings', 'Impostazione privilegi'),
('it', 'privilege_sections.users', 'Privilegi clienti'),
('it', 'privilege_sections.vendors', 'Store privileges'),
('it', 'privilege_sections.website', 'Privilegi sito web'),
('it', 'proceed', 'Continua'),
('it', 'proceed_to_checkout', 'Procedi al pagamento'),
('it', 'proceed_to_the_next_step', 'Passaggio successivo'),
('it', 'processed', 'Elaborato'),
('it', 'processing', 'In elaborazione'),
('it', 'processing_order', 'Elaborazione ordine'),
('it', 'processor', 'Processore pagamenti'),
('it', 'processor_description_cardsave', 'Account commerciante forniti da Cardsave, <a href=\"http://www.cardsave.net\"> www.cardsave.net</a> <br/> <br/> Email: <a href=\'mailto:ecomm@cardsave.net\'> ecomm@cardsave.net</a>'),
('it', 'processor_description_p21', '<b>P21 Simple API</b> consente di accettare pagamenti con assegno. Offre la suite più completa del settore di creazione immagini di controllo e soluzioni di pulitura. Con verifica 21, riceverai i fondi entro lo stesso giorno tramite assegno o bonifico. <br/> <br/>Per attivare l\'opzione di verifica 21, vi preghiamo di contattarci via e-mail a: <a href=\"mailto:support@payment21.com\">support@payment21.com</a> o telefonando al numero: 1-888-770-0850 (US Toll Free) oppure 0041-71-740-1629 (internazionale). <br/> <br/><a href=\"http://www.payment21.com\" target=\"_blank\"> www.payment21.com</a>'),
('it', 'processor_id', 'ID del processore'),
('it', 'process_selected', 'Elabora i selezionati'),
('it', 'product', 'Prodotto'),
('it', 'products2', 'Prodotti2'),
('it', 'products_added_to_cart', 'I prodotti sono stati aggiunti al vostro carrello'),
('it', 'products_adopted', '[n] il prodotto ha avuto una nuova categoria principale assignato a lui.|[n] i prodotti hanno avuto una nuova categoria assignata ad essi.'),
('it', 'products_amount', 'Quantità prodotti'),
('it', 'products_approval_status_approved', 'Grazie per aver inserito nuovi prodotti. I seguenti prodotti sono stati approvati dall\'amministratore del negozio e aggiunti al catalogo prodotti'),
('it', 'products_approval_status_changed', 'I prodotti sono stati [status]'),
('it', 'products_approval_status_disapproved', 'Grazie per l\'inserimento di nuovi prodotti. I seguenti prodotti non sono stati approvati dall\'amministratore del negozio'),
('it', 'products_bar', 'Barra prodotti'),
('it', 'products_cost', 'Costo prodotti'),
('it', 'products_deprecated', 'Prodotti (deprecato)'),
('it', 'products_for_shipment_not_selected', 'I prodotti per la spedizione non sono stati selezionati'),
('it', 'products_found', 'Prodotti trovati'),
('it', 'products_grid', 'Griglia prodotti'),
('it', 'products_in', 'Prodotti in'),
('it', 'products_information', 'Informazione prodotti'),
('it', 'products_in_cart', 'Prodotti nel carrello'),
('it', 'products_links_type', 'Tipo di collegamenti prodotto'),
('it', 'products_menu_description', 'Visualizzare, aggiungere e modificare prodotti che sono mostrati nel vostro negozio.'),
('it', 'products_moved_to_trash', '[count] prodotti sono stati spostati nella <a href=\'[url]\' target=\'_blank\'>categoria cancellata</a>'),
('it', 'products_number_added_to_cart', '<b>[number]</b> products were added to your cart'),
('it', 'products_required', 'Per favore aggiungi prodotto(i)'),
('it', 'products_stat', 'Statistiche prodotto'),
('it', 'products_weight', 'Peso prodotti'),
('it', 'products_were_sent', 'I prodotti sono appena stati spediti. Trovate i dettagli per il tracciamento qui sotto:'),
('it', 'product_added_to_cart', 'Il prodotto è stato aggiunto al vostro carrello'),
('it', 'product_added_to_cl', 'Il prodotto è stato aggiunto alla vostra lista di comparazione'),
('it', 'product_added_to_wl', 'Il prodotto è stato aggiunto alla tua lista dei desideri'),
('it', 'product_approval', 'Approvazione prodotti'),
('it', 'product_approval_menu_description', 'Gestione singoli prodotti o gruppi di prodotti forniti dai venditori del negozio.'),
('it', 'product_approval_status_approved', 'Il prodotto [product] è stato approvato dall\'amministratore del negozio e aggiunto al catalogo prodotti. Ora gli acquirenti possono ordinare questo prodotto.'),
('it', 'product_approval_status_disapproved', 'Il prodotto [product] non è stato approvato dall\'amministratore del negozio'),
('it', 'product_cannot_be_added', 'Il prodotto non può essere aggiunto al carrello. Controllate che tutti i file caricati soddisfino le condizioni necessarie'),
('it', 'product_code', 'Codice prodotto'),
('it', 'product_columns', 'Colonne prodotti'),
('it', 'product_combinations', 'Combinazioni prodotto'),
('it', 'product_coming_soon', 'Questo prodotto non può essere aggiunto al carrello adesso. Sarà disponibile il [avail_date]'),
('it', 'product_coming_soon_add', 'Questo prodotto sarà spedito il [avail_date]'),
('it', 'product_comparison_list', 'Lista di comparazione'),
('it', 'product_details', 'Pagina dettagli prodotto'),
('it', 'product_details_tabs', 'Tab (linguette)'),
('it', 'product_details_view', 'Visualizzazione dettagli prodotto'),
('it', 'product_disabled_options', 'Il prodotto <strong>[product]</strong> ha opzioni o varianti di opzione che non sono più disponibili, perciò è stato rimosso dal carrello'),
('it', 'product_feature.feature_style', 'Feature style'),
('it', 'product_feature.feature_style.brand', 'Marca'),
('it', 'product_feature.feature_style.checkbox', 'Checkbox'),
('it', 'product_feature.feature_style.color', 'Color'),
('it', 'product_feature.feature_style.dropdown', 'Drop-down list'),
('it', 'product_feature.feature_style.dropdown_images', 'Images'),
('it', 'product_feature.feature_style.dropdown_labels', 'Text labels'),
('it', 'product_feature.feature_style.multiple_checkbox', 'Multiple checkboxes'),
('it', 'product_feature.feature_style.number', 'Numero'),
('it', 'product_feature.feature_style.text', 'Testo o numeri'),
('it', 'product_feature.filter_style', 'Tipo filtro'),
('it', 'product_feature.filter_style.checkbox', 'Checkbox'),
('it', 'product_feature.filter_style.color', 'Color'),
('it', 'product_feature.filter_style.date', 'Selettore data'),
('it', 'product_feature.filter_style.slider', 'Cursore numeri'),
('it', 'product_feature.purpose', 'Purpose'),
('it', 'product_feature.purpose.describe_product', 'Additional information'),
('it', 'product_feature.purpose.describe_product.description', 'For cases when you just need to show some information on a product page. There are no filters for this kind of features.'),
('it', 'product_feature.purpose.find_products', 'Product search via filters'),
('it', 'product_feature.purpose.find_products.description', 'For a feature that just allows you to specify an additional property of a product (for example, \"Fabric\" for T-shirts). If you create a filter by that feature, customers will see that such a property exists, and will be able to search products by it.'),
('it', 'product_feature.purpose.group_catalog_item', 'Variations as separate products'),
('it', 'product_feature.purpose.group_catalog_item.description', 'For cases when a few similar products differ visibly by a feature, and have different names (for example, multiple \"Color\" variants of a T-shirt). These products will appear as separate positions in the catalog. Customers will also be able to select the desired feature value on the product page. To achieve this, <b>set up variations for products with this feature</b>.'),
('it', 'product_feature.purpose.group_variation_catalog_item', 'Variations as one product'),
('it', 'product_feature.purpose.group_variation_catalog_item.description', 'For cases when a few similar products differ by a feature, but have the same name and similar appearance (for example, multiple \"Size\" variants of a T-shirt). These products will occupy a single position in the catalog. Customers will be able to select the desired feature value on the product page. To achieve this, <b>set up variations for products with this feature</b>.'),
('it', 'product_feature.purpose.organize_catalog', 'Brand, author, etc.'),
('it', 'product_feature.purpose.organize_catalog.description', 'For features like \"Brand\" or \"Manufacturer\" (for most products), \"Performer\" or \"Label\" (for music), \"Author\" or \"Publisher\" (for books), and so on. Every variant of this feature gets its own page with an image, description, and the list of products.'),
('it', 'product_feature_cannot_assigned', 'La caratteristica \"[feature_name]\" non può essere assegnata al prodotto \"[product_name]\"'),
('it', 'product_fields', 'Campi prodotto'),
('it', 'product_groups', 'Gruppi prodotto'),
('it', 'product_id', 'ID prodotto'),
('it', 'product_images', 'Immagini prodotto'),
('it', 'product_info', 'Informazione su prodotti'),
('it', 'product_inventory', 'Inventario prodotti'),
('it', 'product_in_cart', 'Questo prodotto si trova già nel carrello'),
('it', 'product_in_comparison_list', 'Questo prodotto si trova già nella lista di comparazione'),
('it', 'product_in_wishlist', 'Il prodotto è già nella tua lista dei desideri'),
('it', 'product_must_have_owner_category', 'Il prodotto deve appartenere a qualche categoria creata dall\'azienda titolare.'),
('it', 'product_name', 'Nome prodotto'),
('it', 'product_name_added_to_cart', '<b>[product]</b> was added to your cart'),
('it', 'product_need_age_verification', 'Verifica la tua età per visualizzare il prodotto.'),
('it', 'product_notification_subscribed', 'Sei iscritto alle notifiche del prodotto. Riceverai un\'E-mail quando il prodotto sarà di nuovo disponibile'),
('it', 'product_notification_subscription_error', 'Cannot subscribe for the product in stock notification'),
('it', 'product_notification_unsubscribed', 'Sei stato cancellato dalle notifiche del prodotto'),
('it', 'product_options', 'Opzioni prodotto'),
('it', 'product_options_forbidden_combination', 'Il prodotto <strong>[product]</strong> contiene opzioni che sono contenute nella combinazione non permessa. Il prodotto è stato rimosso dal carrello.'),
('it', 'product_option_delimiter', 'Delimitatore opzioni'),
('it', 'product_reviews.add_images', 'Aggiungi una foto'),
('it', 'product_reviews.add_new_review', 'reviews: new review'),
('it', 'product_reviews.add_reply', 'Add reply'),
('it', 'product_reviews.admin_reply', 'Administrator reply'),
('it', 'product_reviews.advantages', 'Vantaggi'),
('it', 'product_reviews.agreement_text_full_add_new_review', '<p>Your name will appear next to your review or comment, visible to everyone. We ([company]) also save your IP address as a security precaution, but in can only be viewed by our staff. It will remain in our system until you withdraw your consent. If you’d like to have your personal data removed, send an email to [email].</p> <p>If you believe that your personal data has been misused, you have the right to lodge a complaint with a supervisory authority. We’re obliged by EU General Data Protection Regulation to let you know about this right; we don’t actually intend to misuse your data.</p>'),
('it', 'product_reviews.agreement_text_short_add_new_review', 'I agree to have my personal data <u>processed as follows.</u>'),
('it', 'product_reviews.and', 'and'),
('it', 'product_reviews.approve', 'Approve'),
('it', 'product_reviews.approved', 'Approved'),
('it', 'product_reviews.average', 'Average'),
('it', 'product_reviews.click_to_see_reviews', 'Click to see the reviews'),
('it', 'product_reviews.comment', 'Commento'),
('it', 'product_reviews.comments', 'Commenti'),
('it', 'product_reviews.comments_and_reviews', 'Comments and reviews'),
('it', 'product_reviews.comment_by', 'Comment by'),
('it', 'product_reviews.company_reply', '[company_name] reply'),
('it', 'product_reviews.copy_old_reviews_notice', '<h4 class=\"subheader hand\" data-toggle=\"collapse\" data-target=\"#collapsable_addon_product_reviews_notice\">Copy reviews from the \"Comments and reviews\" add-on<span class=\"icon-caret-down\"></span></h4><div id=\"collapsable_addon_product_reviews_notice\" class=\"in collapse\" style=\"height: auto;\"><ol><li>Only reviews that have both a score and a user\'s comment will be copied. Go to your products and check the \\“Reviews\" setting on the \"Add-ons\" tab. You might have to allow communication and rating first.</li><li>A review without a score or without a comment will not be copied. To transfer it, you must first manually add the missing score or comment by editing the review.</li><li>While the old \"Comments and reviews\" add-on is installed, the reviews won\'t be removed from there. That way, you can choose to move to \"Product reviews\" whenever all your reviews are ready.</li><li>If you ever need to copy the reviews from the old add-on again in the future, just uninstall and reinstall the \"Product reviews\" add-on. This will remove all its reviews from the database, and you\'ll be able to import the reviews from the \"Comments and reviews\" add-on again.</li></ol><a class=\"cm-post btn btn-primary\" href=\"[url]\">Copy product reviews</a></div>'),
('it', 'product_reviews.copy_old_reviews_warning', 'You have product reviews in the old \"Comments and reviews\" add-on. While that add-on is installed, you\'ll be able copy those reviews to the new \"Product reviews\" add-on <a class=\"cm-post\" href=\"[url]\">in its settings</a>.'),
('it', 'product_reviews.customer_photos', 'Foto del cliente'),
('it', 'product_reviews.date', 'Date'),
('it', 'product_reviews.disabled', 'Disabilitato'),
('it', 'product_reviews.disadvantages', 'Svantaggi'),
('it', 'product_reviews.disapprove', 'Disapprove'),
('it', 'product_reviews.error_already_posted', 'You have posted in this review already'),
('it', 'product_reviews.event.new_post', 'New review posted'),
('it', 'product_reviews.event.new_post.message', 'A new review has been posted for product [product]. Click this notification to see the review.'),
('it', 'product_reviews.event.new_post.title', 'New review posted for a product'),
('it', 'product_reviews.event.new_reply', 'New reply was added to review'),
('it', 'product_reviews.excellent', 'Excellent!'),
('it', 'product_reviews.fair', 'Fair'),
('it', 'product_reviews.first_and_last_name', 'First and last name'),
('it', 'product_reviews.five_star_icon', '★★★★★'),
('it', 'product_reviews.four_star_icon', '★★★★'),
('it', 'product_reviews.gdpr_reviews_data', 'Personal data from reviews'),
('it', 'product_reviews.helpfulness', 'Helpfulness'),
('it', 'product_reviews.hide_name', 'Hide my name in the review'),
('it', 'product_reviews.latest_reviews', 'Latest reviews'),
('it', 'product_reviews.manager', 'Comments and reviews'),
('it', 'product_reviews.max_number_image_message', 'A review can have up to [max_image_number] images.'),
('it', 'product_reviews.menu_title', 'Reviews'),
('it', 'product_reviews.menu_title_menu_description', 'Customer reviews on products'),
('it', 'product_reviews.moderation_rules', 'Before submitting a review, make sure that it does not violate the moderation rules: it does not contain links to third-party resources and insults.'),
('it', 'product_reviews.not_approved', 'Not approved'),
('it', 'product_reviews.no_reviews_found', 'No reviews found'),
('it', 'product_reviews.n_reviews', 'review|reviews'),
('it', 'product_reviews.n_stars', '[n] star|[n] stars'),
('it', 'product_reviews.one_star_icon', '★'),
('it', 'product_reviews.out_of_five', 'out of 5'),
('it', 'product_reviews.please_log_in_to_write_a_review', 'Please sign in to write a review'),
('it', 'product_reviews.poor', 'Poor'),
('it', 'product_reviews.product_details', 'Dettagli prodotto'),
('it', 'product_reviews.product_is_rated_n_out_of_five_stars', 'The product is rated [n] out of 5 stars'),
('it', 'product_reviews.product_reviews', 'Product reviews'),
('it', 'product_reviews.rating', 'Rating'),
('it', 'product_reviews.rating_4_and_up', 'Rating 4+'),
('it', 'product_reviews.reply', 'Reply'),
('it', 'product_reviews.review', 'Recensione'),
('it', 'product_reviews.reviews', 'Reviews: [n]'),
('it', 'product_reviews.reviews_lower', 'recensioni'),
('it', 'product_reviews.review_status', 'Review status'),
('it', 'product_reviews.review_this_product', 'Review this product'),
('it', 'product_reviews.review_this_product_description', 'Share your thoughts with other customers'),
('it', 'product_reviews.scroll_to_reviews', 'Scroll to reviews'),
('it', 'product_reviews.scroll_to_review_images', 'Scroll to review images'),
('it', 'product_reviews.show_n_reviews', 'Show [n] review|Show [n] reviews'),
('it', 'product_reviews.show_rating', 'Mostra valutazione recensione'),
('it', 'product_reviews.show_review', 'Show review'),
('it', 'product_reviews.show_reviews', 'Show reviews'),
('it', 'product_reviews.show_review_images', 'Show review images'),
('it', 'product_reviews.star', 'star'),
('it', 'product_reviews.stars', 'stars'),
('it', 'product_reviews.submit_review', 'Invia recensione'),
('it', 'product_reviews.terms_and_conditions_content', '<p>Please read these Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before using the <a href=\"http://www.mywebsite.com\">http://www.mywebsite.com</a> website and the My Mobile App mobile application (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").</p><p><strong>By accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong></p><p><strong>Purchases</strong></p><p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase including, without limitation, your ...</p><p><strong>Content</strong></p><p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\"). You are responsible for the ...</p><p><strong>Changes</strong></p><p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.</p><p><strong>Contact Us</strong></p><p>If you have any questions about these Terms, please contact us.</p>'),
('it', 'product_reviews.terms_n_conditions', 'Select this check box to accept the [terms_href]'),
('it', 'product_reviews.terms_n_conditions_name', 'Terms and Conditions'),
('it', 'product_reviews.text_approval_notice', 'This review needs approving'),
('it', 'product_reviews.text_new_post_notification', 'This is a notification of a new post to product'),
('it', 'product_reviews.text_new_reply_notification', 'This is a notification of a new reply to your product review'),
('it', 'product_reviews.text_review_pended', 'Your review will be checked before it gets published.'),
('it', 'product_reviews.text_thank_you_for_post', 'Thank you for your post'),
('it', 'product_reviews.text_thank_you_for_review', 'Thank you for your review'),
('it', 'product_reviews.three_star_icon', '★★★'),
('it', 'product_reviews.title', 'Reviews'),
('it', 'product_reviews.title_giftreg', 'Guestbook'),
('it', 'product_reviews.two_star_icon', '★★'),
('it', 'product_reviews.type_message', 'Scrivi il tuo messaggio'),
('it', 'product_reviews.update_reply', 'Update reply'),
('it', 'product_reviews.uploader_drop_zone_description', 'Drop images here'),
('it', 'product_reviews.uploader_drop_zone_info', 'Photo up to [max_size]'),
('it', 'product_reviews.use_for_reviews', 'Comments and reviews forms'),
('it', 'product_reviews.vendor', 'Venditore'),
('it', 'product_reviews.vendor_reply', 'Risposta del venditore'),
('it', 'product_reviews.verified_purchase', 'Acquisto verificato'),
('it', 'product_reviews.very_good', 'Very Good'),
('it', 'product_reviews.vote_down', 'Vote down'),
('it', 'product_reviews.vote_up', 'Vote up'),
('it', 'product_reviews.without_photo', 'Senza foto'),
('it', 'product_reviews.with_photo', 'Con foto'),
('it', 'product_reviews.write_review', 'Write a review'),
('it', 'product_reviews.write_review_anonymously', 'Lasca la tua recensione anonima'),
('it', 'product_reviews.write_your_review', 'Scrivi la tua recensione'),
('it', 'product_reviews.your_rating', 'Your rating'),
('it', 'product_reviews.you_have_to_buy_product_before_writing_review', 'You can\'t write a review for this product. Customers can write reviews only for the products they bought. If you actually bought this product from us, but are still seeing this message, please contact us.'),
('it', 'product_s', 'Prodotto(i)'),
('it', 'product_state_description.mve', '<p>You\'ve activated your [product]. You can use it without time restrictions now. For advanced features (such as separate checkout for each vendor, and vendor-created promotions), get the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus license.</a> To use multiple domains for your marketplace, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br>'),
('it', 'product_state_description.mve.new', '<p>Accesso pieno non limitato per tutte le caratteristiche. Introdurre uno numro di licenza valido per attivare.</p><p>Questo modo puo essere attivato in ogni momento.</p><br />'),
('it', 'product_state_description.mve.plus', '<p>Access to all the functionality, except for multiple storefronts. To have domains for specific audiences, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br />'),
('it', 'product_state_description.mve.ru', '<p>You\'ve activated your [product]. You can use it without time restrictions now. For advanced features (such as separate checkout for each vendor, and vendor-created promotions), get the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus license.</a> To use multiple domains for your marketplace, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br>'),
('it', 'product_state_description.mve.ru.new', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p> <br />'),
('it', 'product_state_description.mve.ru.plus', '<p>Access to all the functionality, except for multiple storefronts. To have domains for specific audiences, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br />'),
('it', 'product_state_description.mve.ru.ultimate', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('it', 'product_state_description.mve.ultimate', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('it', 'product_state_description.ult', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('it', 'product_state_description.ult.b2b', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('it', 'product_state_description.ult.b2b.new', '<p>You can use one of these licenses: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> or <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Both licenses allow you to use [product] without time restrictions.</p><br>'),
('it', 'product_state_description.ult.b2b.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('it', 'product_state_description.ult.new', '<p>Puo utilizzare alcune di queste licenze: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> o <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimo</a>. Entrambe licenze le permettono d\'utilizzare [product] senza tempo limitato.</p><br>'),
('it', 'product_state_description.ult.ru', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('it', 'product_state_description.ult.ru.new', '<p>Lei puo utilizzare una di queste licenze:<a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> o <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimo</a>. Entrambe licenze le permettono di utilizzare [product] senza tempo limitato.</p><br>'),
('it', 'product_state_description.ult.ru.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('it', 'product_state_description.ult.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('it', 'product_subscriptions', 'Iscrizioni a prodotti'),
('it', 'product_summary', 'Riepilogo prodotto'),
('it', 'product_tabs', 'Schede prodotto (tabs)'),
('it', 'product_type', 'Tipo di prodotto'),
('it', 'product_url', 'URL prodotto'),
('it', 'product_variations.add_variations', 'Add variations'),
('it', 'product_variations.add_variations_description', 'Allow customers to switch between similar products by selecting the desired value of their common features.'),
('it', 'product_variations.belongs_to_catalog_item', 'Belongs to catalog item:'),
('it', 'product_variations.cant_edit_feature_categories', 'Couldn\'t assign feature to categories or a feature group. Some variations use this feature and aren\'t in the categories you tried to assign. Please delete <a href=\"[href]\">these products</a>, or disband their variation groups, or assign them to the same categories as feature or feature group, and try again.'),
('it', 'product_variations.converter.features.list.hint', 'Below you\'ll find the list of features and feature variants that will be created during the conversion.'),
('it', 'product_variations.converter.features.list.title', 'Features and feature variants'),
('it', 'product_variations.converter.features.merge', 'Merge selected'),
('it', 'product_variations.converter.features.unmerge', 'Split'),
('it', 'product_variations.converter.progress.combinations.error', 'Couldn\'t convert option combination \"[combination]\" of product \"[product]\"'),
('it', 'product_variations.converter.progress.combinations.title', 'Converting option combinations'),
('it', 'product_variations.converter.progress.configurable_products.error', 'Couldn\'t convert product \"[product]\"'),
('it', 'product_variations.converter.progress.configurable_products.title', 'Converting configurable products'),
('it', 'product_variations.converter.progress.errors', 'Errors'),
('it', 'product_variations.converter.progress.features.error', 'Couldn\'t create feature \"[feature]\"'),
('it', 'product_variations.converter.progress.features.title', 'Creating features'),
('it', 'product_variations.converter.progress.products_with_combinations.error', 'Couldn\'t convert product \"[product]\"'),
('it', 'product_variations.converter.progress.products_with_combinations.error_with_reason', 'Couldn\'t convert product \"[product]\". Reason: [error]'),
('it', 'product_variations.converter.progress.products_with_combinations.no_available_combinations', 'Product doesn\'t have any option combinations.'),
('it', 'product_variations.converter.progress.products_with_combinations.only_one_combination', 'A product with only one available option combination can\'t be converted to a variation. It will work properly even without conversion.'),
('it', 'product_variations.converter.progress.products_with_combinations.title', 'Converting products with option combinations'),
('it', 'product_variations.converter.progress.result.combinations_count', 'Number of converted option combinations:'),
('it', 'product_variations.converter.progress.result.configurable_products_count', 'Number of converted configurable products:'),
('it', 'product_variations.converter.progress.result.go_on_products', 'Go to products'),
('it', 'product_variations.converter.progress.result.products_with_combinations_count', 'Number of converted products with option combinations:'),
('it', 'product_variations.converter.progress.result.title', 'Conversion results'),
('it', 'product_variations.converter.progress.result.variations_count', 'Number of converted variations:'),
('it', 'product_variations.converter.progress.variations.error', 'Couldn\'t convert product \"[product]\"'),
('it', 'product_variations.converter.progress.variations.title', 'Converting variations'),
('it', 'product_variations.converter.progress.wait_another_process', 'Please wait while another process will be complete'),
('it', 'product_variations.converter.result.problems_encountered', 'Some of the products couldn\'t be converted. This is not a standard situation and wasn\'t supposed to happen. There are several ways to address it:<ul><li>Check the products that couldn\'t be converted and configure them manually.</li><li>Contact our technical support via Help Desk, and we\'ll see why products weren\'t converted and what can be done about it.</li></ul>'),
('it', 'product_variations.converter.view.combinations_count', 'Number of option combinations found:'),
('it', 'product_variations.converter.view.configurable_products_count', 'Number of configurable products found:'),
('it', 'product_variations.converter.view.no_data', 'No data for conversion found: it appears that your store doesn\'t have option combinations or product variations.'),
('it', 'product_variations.converter.view.products_with_combinations_count', 'Number of products with option combinations found:'),
('it', 'product_variations.converter.view.title', 'Converting products into variations'),
('it', 'product_variations.converter.view.variations_count', 'Number of product variations found:'),
('it', 'product_variations.create_new', 'Create new products'),
('it', 'product_variations.delete', 'Disband group'),
('it', 'product_variations.delete_product', 'Delete product'),
('it', 'product_variations.edit_features', 'Edit features'),
('it', 'product_variations.error.cannot_mark_main_product_child_product', 'Product #[product_id] in group \"[group_code]\" isn\'t a variation, so it can\'t become default for a catalog item'),
('it', 'product_variations.error.features_is_empty', 'Features couldn\'t be found'),
('it', 'product_variations.error.feature_combination_is_invalid_for_product', 'Wrong combination of features for product #[product_id] \"[product]\"'),
('it', 'product_variations.error.generate_combinations_is_empty', 'Couldn\'t generate variations. Please specify the values of features to generate variations.'),
('it', 'product_variations.error.generate_products_is_empty', 'No new products were created'),
('it', 'product_variations.error.group_code_is_duplicate', 'The specified variation group code is already in use'),
('it', 'product_variations.error.group_code_is_invalid', 'Couldn\'t set this code for variation group. A group code can contain only digits, Latin characters, and the following signs: \"-\" and \"_\"'),
('it', 'product_variations.error.group_code_is_required', 'Variation group code must be specified'),
('it', 'product_variations.error.group_not_found', 'Variation group #[id] not found'),
('it', 'product_variations.error.group_not_found_by_product', 'Couldn\'t find variation group for #[product_id] \"[product]\"'),
('it', 'product_variations.error.no_available_products', 'No suitable products were found'),
('it', 'product_variations.error.product_company_does_not_match_to_group_company.mve', 'Product #[product_id] \"[product]\" can\'t be added to the variation group because all products in a variation group must belong to the same vendor.'),
('it', 'product_variations.error.product_company_does_not_match_to_group_company.ult', 'Product #[product_id] \"[product]\" can\'t be added to the variation group because all products in a variation group must belong to the same storefront.'),
('it', 'product_variations.error.product_has_not_required_features', 'Product #[product_id] \"[product]\" doesn\'t have the required features to become a variation. Please set feature values for that product.'),
('it', 'product_variations.error.product_ids_empty', 'Products couldn\'t be found'),
('it', 'product_variations.error.product_not_found', 'Product #[product_id] not found'),
('it', 'product_variations.error.product_not_found_in_group', 'Product #[product_id] not found in variation group \"[group_code]\"'),
('it', 'product_variations.error.product_with_features_combination_exits', 'Product #[product_id] \"[product]\" has the exact same combination of feature values as a variation that already exists in the group.'),
('it', 'product_variations.exim.result_notice', 'Data is imported successfully.<br />New products - <b>[new]</b>;<br />Updated products - <b>[exist]</b>;<br />Skipped products - <b>[skipped]</b>;<br />Total - <b>[total]</b>;<br />Created variations - <b>[variation_created]</b>;<br />Updated variations - <b>[variation_updated]</b>;<br />Disbanded variations - <b>[variation_removed]</b>.'),
('it', 'product_variations.feature_can_be_deleted', 'Couldn\'t delete a feature or its variant because at least one variation group is based on it. Please delete <a href=\"[href]\">these products</a> or disband their product groups, and try again.'),
('it', 'product_variations.feature_used_by_variation_group.tooltip', 'This feature is used by variation group [code]. To choose a different value of this feature for a product, switch to the \"Variations\" tab of the product editing page. New values can be added on the feature editing page.'),
('it', 'product_variations.group_code', 'Variation group'),
('it', 'product_variations.group_code.description', 'Use the group code on a product editing page or during import to add the product to this group as a variation. A group code can contain only digits, Latin characters, and the following signs: \"-\" and \"_\".'),
('it', 'product_variations.group_code.link', 'Add to variation group'),
('it', 'product_variations.group_code.link.description', 'Select the code of the group to which this product will be added as a variation. If the desired variation group doesn\'t appear among suggestions, please make sure that you have specified the value for every feature that defines the group.'),
('it', 'product_variations.group_code.placeholder', 'Set custom group code here'),
('it', 'product_variations.hide_add_to_wishlist_button', 'Hide add to wish list button'),
('it', 'product_variations.link_existing', 'Use existing products'),
('it', 'product_variations.manage', 'Manage variations'),
('it', 'product_variations.mark_main_product', 'Set as default variation'),
('it', 'product_variations.notice.is_old_product_variation', 'This product is an old variation that hasn\'t been converted yet. To make it work as before the upgrade, <a href=\"[convert_url]\">convert old variations to new variations</a>.'),
('it', 'product_variations.notice.old_product_variations_exists', 'Your store still has old product variations. They currently appear as separate products, without the ability to switch between them. To make them work as before the upgrade, <a href=\"[convert_url]\">convert old variations to new variations</a>. It\'s easy and automatic.'),
('it', 'product_variations.no_available_features', 'This product doesn\'t have features that allow grouping products. Please make sure that:<ol><li>You have created at least one feature with <b>Purpose:</b> <i>Variations as separate products</i> or <i>Variations as one product</i>.</li><li>You have specified the value of that feature for the product.</li></ol>'),
('it', 'product_variations.product_type', 'Product type'),
('it', 'product_variations.product_type.catalog_item', 'Catalog item'),
('it', 'product_variations.product_type.variation_of_catalog_item', 'Variation of a catalog item'),
('it', 'product_variations.remove_variation', 'Remove variation from group'),
('it', 'product_variations.select_variation', 'Select a Variation'),
('it', 'product_variations.show_product_code', 'Show product code'),
('it', 'product_variations.show_variation_thumbnails', 'Show variation thumbnails'),
('it', 'product_variations.too_many_combinations', 'Sorry, there are too many possible variations that can be generated. To prevent heavy load, we won\'t display them here. Please create the products with the right feature values manually or via import, and add them to the group.'),
('it', 'product_variations.upgrade_notification.convert_variations_message', '<p>Product variations in version 4.10.1 are more powerful than ever. They can now occupy separate positions in the catalog, be filtered and imported easily. To achieve this, we remade variations from scratch. They are now based on features instead of options.</p><p><b>We have disabled the old variations in your store, because they won’t work until they are converted.</b> The conversion is automatic, we just need your consent. Please check what we plan to do, and convert variations to use features.</p><p><a href=\"[convert_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check and convert variations</a> <a href=\"https://docs.cs-cart.com/4.10.x/user_guide/manage_products/products/product_variations.html\" target=\"_blank\" class=\"btn btn-large\">Learn more about variations</a></p>'),
('it', 'product_variations.upgrade_notification.convert_variations_title', 'Convert product variations to use features'),
('it', 'product_variations.variations', 'Variations'),
('it', 'product_variations.variations_filling', 'Variations'),
('it', 'product_variations.variations_list', 'Variations'),
('it', 'product_variations.variations_list_block_name', 'Variations list'),
('it', 'product_variations.variations_list_tab_name', 'View all variations as list'),
('it', 'product_variations.variations_naming_strategy.key_value', 'Color: Red, Size: Small'),
('it', 'product_variations.variations_naming_strategy.value', 'Red, Small'),
('it', 'product_variations.variation_of_product', 'Variation of catalog item <a href=\"[url]\">[product]</a>'),
('it', 'profile', 'Profilo'),
('it', 'profiles', 'Profili'),
('it', 'profile_activated', 'Conto attivato'),
('it', 'profile_deactivated', 'Account disattivato'),
('it', 'profile_details', 'Dettagli profilo'),
('it', 'profile_fields', 'Campi profilo'),
('it', 'profile_fields_menu_description', 'Configurare la combinazione dei campi inclusi nei moduli del profilo.'),
('it', 'profile_field_name', 'Nome campo'),
('it', 'profile_field_name_tooltip', 'A character sequence that serves as an identifier. You can use figures from 0 to 9, symbols of the English alphabet and \"_\" sign.'),
('it', 'profile_info', 'Informazioni profilo'),
('it', 'profile_name', 'Nome profilo'),
('it', 'profile_type', 'Tipo profilo'),
('it', 'profile_types_section_seller', 'Informazioni venditore'),
('it', 'profile_types_section_user', 'Clienti e amministratori'),
('it', 'project_id', 'ID progetto'),
('it', 'project_password', 'Password progetto'),
('it', 'prolongate_download_key', 'Prolungare chiave di download fino a'),
('it', 'promotion', 'Promozione'),
('it', 'promotions', 'Promozioni'),
('it', 'promotions.cond_all', 'tutti'),
('it', 'promotions.cond_any', 'qualsiasi'),
('it', 'promotions.cond_false', 'falso'),
('it', 'promotions.cond_true', 'vero'),
('it', 'promotions_menu_description', 'Promuovere articoli e offrire premi a clienti che sono registrati come membri/soci nel vostro negozio.'),
('it', 'promotion_bonus_discount_on_categories', 'Sconti su tutti i prodotti in categorie'),
('it', 'promotion_bonus_discount_on_products', 'Sconto su prodotti'),
('it', 'promotion_bonus_free_products', 'Prodotti gratuiti'),
('it', 'promotion_bonus_free_shipping', 'Spedizione gratuita'),
('it', 'promotion_bonus_gift_certificate', 'Buono regalo'),
('it', 'promotion_bonus_give_coupon', 'Regala buono'),
('it', 'promotion_bonus_give_points', 'Regala punti'),
('it', 'promotion_bonus_give_usergroup', 'Concedi a gruppo utente'),
('it', 'promotion_bonus_order_discount', 'Sconto ordinazione'),
('it', 'promotion_bonus_product_discount', 'Sconto ordine'),
('it', 'promotion_cond_auto_coupons', 'Codici del buono generati automaticamente'),
('it', 'promotion_cond_birthday', 'Data di nascita'),
('it', 'promotion_cond_categories', 'Categorie'),
('it', 'promotion_cond_country', 'Paese del cliente (spedizione)'),
('it', 'promotion_cond_coupon_code', 'Codice buono'),
('it', 'promotion_cond_feature', 'Carratteristica prodotto'),
('it', 'promotion_cond_number_of_usages', 'Numero di utilizzi'),
('it', 'promotion_cond_once_per_customer', 'Una volta per cliente'),
('it', 'promotion_cond_payment', 'Metodo di pagamento'),
('it', 'promotion_cond_price', 'Prezzo prodotto'),
('it', 'promotion_cond_products', 'Prodotti'),
('it', 'promotion_cond_products_number', 'Totale prodotti nel carrello'),
('it', 'promotion_cond_purchased_products', 'Prodotti acquistati'),
('it', 'promotion_cond_reward_points', 'Punti per account utente'),
('it', 'promotion_cond_shipping', 'Metodi di spedizione'),
('it', 'promotion_cond_state', 'Provincia del cliente (spedizione)'),
('it', 'promotion_cond_subscribed', 'Cliente è stato iscritto'),
('it', 'promotion_cond_subtotal', 'Subtotale ordine'),
('it', 'promotion_cond_total', 'Totale ordine'),
('it', 'promotion_cond_total_weight', 'Peso totale dei prodotti nel carrello'),
('it', 'promotion_cond_usergroup', 'Gruppo utente'),
('it', 'promotion_cond_users', 'Utenti'),
('it', 'promotion_cond_zip_postal_code', 'CAP/codice postale cliente (spedizione)'),
('it', 'promotion_op_amount', 'importo'),
('it', 'promotion_op_cont', 'contiene'),
('it', 'promotion_op_eq', 'uguale a'),
('it', 'promotion_op_gt', 'maggiore di'),
('it', 'promotion_op_gte', 'maggiore o uguale a'),
('it', 'promotion_op_in', 'in'),
('it', 'promotion_op_lt', 'minore'),
('it', 'promotion_op_lte', 'minore o uguale a'),
('it', 'promotion_op_ncont', 'non contiene'),
('it', 'promotion_op_neq', 'non uguale a'),
('it', 'promotion_op_nin', 'non in'),
('it', 'promo_code', 'Codice promozione'),
('it', 'promo_code_or_certificate', 'Buono regalo o codice promozionale'),
('it', 'promo_text', 'Testo promozione'),
('it', 'properties', 'Proprietà'),
('it', 'protection_eligibility', 'Ammissibilità di protezione'),
('it', 'provider', 'Fornitore'),
('it', 'pspid', 'PSPID'),
('it', 'public', 'Pubblico'),
('it', 'public_files', 'File pubblici'),
('it', 'public_key', 'Chiave pubblica'),
('it', 'purchased', 'Acquistato'),
('it', 'purchased_in_orders', 'Acquistato(i) negli ordini'),
('it', 'purchased_qty', 'Q.tà acquistata'),
('it', 'purchasers_name', 'Da'),
('it', 'purchase_gift_certificate', 'Acquista buono regalo'),
('it', 'purpose', 'Purpose'),
('it', 'qty', 'Q.tà'),
('it', 'qty_discounts', 'Sconti quantità'),
('it', 'qty_discount_type_tooltip', 'Importo fisso/percentuale da dedurre dal prezzo'),
('it', 'quantity', 'Quantità'),
('it', 'quantity_step', 'Intervalli di Quantità'),
('it', 'query', 'Interrogazione (query)'),
('it', 'questions', 'Domande'),
('it', 'question_text', 'Testo domanda'),
('it', 'quick_checkout', 'Cassa veloce'),
('it', 'quick_links', 'Collegamenti rapidi'),
('it', 'quick_menu', 'Menù rapido'),
('it', 'quick_product_viewer', 'Visualizzazione rapida'),
('it', 'quick_view', 'Visualizzazione rapida'),
('it', 'radiogroup', 'Radiogroup'),
('it', 'random', 'Casuale'),
('it', 'rank_number', 'Numero rango (\'machine\')'),
('it', 'rates_depend_on', 'Aliquote dipendono da'),
('it', 'rate_area', 'Rate area'),
('it', 'rate_areas', 'Rate areas');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('it', 'rate_calculation', 'Calcolo tariffa'),
('it', 'rate_calculation_by_rate_area', 'Manual (by defined rate area)'),
('it', 'rate_calculation_manual', 'Manuale (per destinazione definita)'),
('it', 'rate_calculation_realtime', 'Tempo reale'),
('it', 'rate_value', 'Valore aliquota'),
('it', 'rating', 'Voto'),
('it', 'read', 'Leggi'),
('it', 'readme', 'Leggimi'),
('it', 'read_more_3d_secure', 'Maggiori informazioni su 3D Secure'),
('it', 'reason', 'Motivo'),
('it', 'reasons', 'Motivi'),
('it', 'reason_text', 'Risposta processore pagamenti'),
('it', 'rebuild_cache_automatically', 'Ricostruzione automatica della cache'),
('it', 'rebuild_cache_automatically_tooltip', 'I file modificati vengono monitorati in tempo reale (compresi i file modificati direttamente sul server) e nella cache. Il blocco della cache verrà disabilitato. Le prestazioni possono essere influenzate. Si raccomanda di disattivare sulla produzione.'),
('it', 'rebuild_combinations', 'Ricostruisci combinazioni'),
('it', 'recalculate', 'Ricalcola'),
('it', 'recalculate_order', 'Ricalcola ordine'),
('it', 'recalculate_rates', 'Ricalcola tariffe'),
('it', 'recalculate_shipping_cost', 'Ricalcola il costo di spedizione'),
('it', 'recalculate_totals', 'Ricalcolare totali'),
('it', 'recaptcha.text_forbidden_countries_notice', '<p>Google reCAPTACHA will be disabled for the selected countries. Instead, visitors from those countries will be asked to type a few symbols they see on the screen.</p>'),
('it', 'recaptcha.text_settings_notice', '<p>The instructions on how to get the <b>site key</b> and <b>secret</b> are available <b><a target=\"_blank\" href=\"https://developers.google.com/recaptcha/intro\">here</a></b>.<br>Please note that the add-on currently supports only <b>reCAPTCHA v2: Checkbox</b></p>'),
('it', 'recaptcha_settings_notice', '<p>Le istruzioni su come va ottenere <b>codice del site</b> e <b>secreto</b> sono disponibili <b><a target=\"_blank\" href=\"https://developers.google.com/recaptcha/docs/start\">here</a></b>.</p>'),
('it', 'recaptcha_upgrade_notification_text', '[product] now comes with the <b>Google reCAPTCHA</b> add-on to improve anti-bot validation. The add-on has been installed and activated during the upgrade, but the old CAPTCHA will still be used until you configure the add-on. We recommend switching to Google reCAPTCHA as soon as possible. To do that: <ol><li>Go to <b>Add-ons → Manage add-ons</b>.</li><li>Find and click on <b>Google reCAPTCHA</b> in the list of add-ons.</li><li>A pop-up window will open. Enter <b>Site key</b> and <b>Secret token</b>, then save your changes. The instructions on how to get the key and token are available <a href=\'https://developers.google.com/recaptcha/docs/start\'>here</a>.</li></ol> <b>The Google reCAPTCHA add-on supports only the Responsive theme and its <a href=\'http://docs.cs-cart.com/4.5.x/designer_guide/parent_themes.html\'>child themes</a>.</b> Please contact the developer of your theme for more information before you switch to Google reCAPTCHA.'),
('it', 'recaptcha_upgrade_notification_title', 'Tornare a Google reCAPTCHA per protegere contro accessi bots'),
('it', 'recent_activity', 'Attività recente'),
('it', 'recent_blog_posts', 'Articoli recenti'),
('it', 'recent_orders', 'Ordini recenti'),
('it', 'recent_products', 'Visti di recente'),
('it', 'recheck', 'Ricontrolla'),
('it', 'recipient', 'Destinatario'),
('it', 'recipients_name', 'A'),
('it', 'recipient_description', 'Descrizione del commerciante'),
('it', 'recommended', 'Raccomandato'),
('it', 'recommenders', 'REES46'),
('it', 'recover', 'Recover'),
('it', 'recover_password', 'Ripristina la tua password'),
('it', 'recover_password_subj', 'Recupero password'),
('it', 'recursively', 'Ricorsivamente'),
('it', 'redesk_connection_ask_question', 'Ask a question'),
('it', 'redesk_connection_create_ticket', 'Contact vendor'),
('it', 'redesk_connection_multivendor_contact_form_info', 'If all is set up correctly, you can use the following contact form with the Re:Desk departments, which will send the messages directly to your Re:Desk help desk:<br /><a href=\"[http_location]/?dispatch=redesk_connection_multivendor.contact\" target=\"_blank\">[http_location]/?dispatch=redesk_connection_multivendor.contact</a>'),
('it', 'redesk_connection_multivendor_manage', 'Import Vendors into Re:Desk'),
('it', 'redesk_create_vendors_accounts', 'Create manager accounts into Re:Desk for Vendors'),
('it', 'redesk_import_vendors', 'Import vendors into Re:Desk'),
('it', 'redesk_import_vendors_as_departments', 'Import Vendors into Re:Desk as Departments'),
('it', 'redirect_customer_from_storefront', 'Re-indirizzare i visitatori del negozio verso quello che appartiene ai paesi che sono stati definiti negli indirizzi IP'),
('it', 'rees46_docs', '\n            <p>Ознакомьтесь с <a href=\"http://docs.rees46.com/pages/viewpage.action?pageId=1409157\" target=\"_blank\">подробной инструкцией</a> по настройке модуля и расстановке блоков рекомендаций.</p>\n        '),
('it', 'rees46_error_export_order', 'Для выгрузки заказов и синхронизации статусов заказов введите код и секретный ключ вашего магазина в настройках модуля.'),
('it', 'rees46_export_order', 'Выгрузить заказы'),
('it', 'rees46_export_success', 'Выгрузка заказов в REES46 успешно инициирована.'),
('it', 'rees46_export_unsuccess', 'Ошибка инициализации выгрузки заказов в REES46.'),
('it', 'rees46_info', '\n            <p>Если вы ещё не зарегистрированы в REES46, то, пожалуйста, <a href=\"http://rees46.com\" target=\"_blank\">зарегистрируйтесь</a>. Затем добавьте свой интернет-магазин в <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личном кабинете</a> REES46. Обратите внимание на \"<b>код магазина</b>\" и \"<b>секретный ключ</b>\", они понадобятся для настройки модуля.</p>\n        '),
('it', 'rees46_menu', 'Рекомендательная система REES46'),
('it', 'rees46_menu_settings', 'Настройки'),
('it', 'rees46_orders', '\n            <p>Процесс обучения алгоритма рекомендаций занимает определенное время. Основное время, как правило, требуется на сбор информации и построение взаимосвязей между покупателями и товарами. Ускорить это время можно, загрузив в систему REES46 историю ваших заказов за последние полгода. Это позволяет построить рекомендации для ваших предыдущих клиентов и сформировать более детальные связи между товарами. Загрузка истории может занять некоторое время.</p>\n        '),
('it', 'rees46_orientation_horizontal', 'Горизонтальное'),
('it', 'rees46_orientation_vertical', 'Вертикальное'),
('it', 'rees46_products_per_line', 'Кол-во товаров в каждой линии блока'),
('it', 'rees46_recommender_code', 'Уникальный код блока рекомендаций'),
('it', 'rees46_recommender_orientation', 'Расположение блока'),
('it', 'rees46_statistics', '\n            <p>Для анализа статистики работы товарных рекомендаций, пожалуйста, перейдите в ваш <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личный кабинет</a> REES46.</p>\n        '),
('it', 'rees46_yml', '\n            <p>Ссылку на YML-файл необходимо указать в настройках <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личного кабинета</a> REES46.</p>\n        '),
('it', 'referer', 'Referente'),
('it', 'referrers', 'Referrers HTTP'),
('it', 'referrer_domain', 'Referrer HTTP dominio'),
('it', 'refresh', 'Aggiorna'),
('it', 'refresh_packages_list', 'Rinovare surclassamenti disponibili'),
('it', 'refund', 'Rimborso'),
('it', 'refunded', 'Rimborsato'),
('it', 'refunded_amount', 'Importo rimborsato'),
('it', 'regexp', 'RegExp'),
('it', 'regexp_hint', 'Se si utilizza il controllo regexp, è necessario impostare un messaggio informando del riempimento errato del campo, in caso contrario, il controllo non verrà eseguito'),
('it', 'region', 'Regione'),
('it', 'regions', 'Regioni'),
('it', 'register', 'Crea'),
('it', 'registered', 'Registrato'),
('it', 'registered_customers', 'Clienti registrati'),
('it', 'register_autoresponder', 'E-mail di conferma'),
('it', 'register_new_account', 'Registra un nuovo account'),
('it', 'register_profile', 'Registra profilo'),
('it', 'registration', 'Registrazione'),
('it', 'registration_date', 'Registration date'),
('it', 'regnumber', 'Codice fiscale'),
('it', 'related_gift_cert', 'Buoni regalo correlati'),
('it', 'related_order', 'Ordine associato'),
('it', 'release_date', 'Data di emissione'),
('it', 'remember_me', 'Resta connesso'),
('it', 'remove', 'Rimuovi'),
('it', 'remove_backup_files', 'Elimina file di backup'),
('it', 'remove_cc_info', 'Elimina informazioni sulla carta di credito'),
('it', 'remove_invoice', 'Eliminare fattura'),
('it', 'remove_new_orders_filter_upgrade_notification_text', '<p>In previous versions, every administrator could search for orders that he or she hadn\'t viewed yet (\"New orders\"). Because not every administrator views every order, the list of \"new orders\" only kept growing, which could affect the database negatively in a very long run.</p><p>The \"New orders\" condition in the advanced search has been removed. Please take that into account if you have any saved searches with that condition.</p><p><a href=\"[saved_searches]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check saved searches</a></p>'),
('it', 'remove_new_orders_filter_upgrade_notification_title', 'La ricerca per \"Nuovi ordini\" è stata rimossa'),
('it', 'remove_theme', 'Rimuovi tema'),
('it', 'remove_this_item', 'Cancella questo elemento'),
('it', 'rename', 'Rinomina'),
('it', 'repay_order', 'Paga ordine'),
('it', 'reply', 'Reply'),
('it', 'reply_to', 'Rispondi a'),
('it', 'report', 'Rapporto'),
('it', 'reports', 'Rapporti'),
('it', 'reports_interval_1', 'Totale'),
('it', 'reports_interval_3', 'Giorno'),
('it', 'reports_interval_5', 'Settimana'),
('it', 'reports_interval_7', 'Mese'),
('it', 'reports_interval_9', 'Anno'),
('it', 'reports_list', 'Lista rapporti'),
('it', 'reports_parameter_1', 'Totale ordini'),
('it', 'reports_parameter_10', 'Spese di spedizione'),
('it', 'reports_parameter_11', 'Categorie'),
('it', 'reports_parameter_12', 'Prodotti'),
('it', 'reports_parameter_13', 'Costi prodotto'),
('it', 'reports_parameter_14', 'Quantità prodotti'),
('it', 'reports_parameter_15', 'Amministratori'),
('it', 'reports_parameter_2', 'Numero (quantità) ordini'),
('it', 'reports_parameter_3', 'Ordini'),
('it', 'reports_parameter_4', 'Stato degli ordini'),
('it', 'reports_parameter_5', 'Metodi di pagamento'),
('it', 'reports_parameter_6', 'Rate areas'),
('it', 'reports_parameter_7', 'Utenti'),
('it', 'reports_parameter_8', 'Sconti e buoni'),
('it', 'reports_parameter_9', 'Tasse'),
('it', 'report_a_bug', 'Segnala un errore'),
('it', 'request', 'Richiesta'),
('it', 'requests_count', 'Numero (quantità) di richieste'),
('it', 'requesttype', 'Tipo di richiesta'),
('it', 'request_account_name', 'Nome account richiesto'),
('it', 'request_error_information', 'Customers have experienced issues with receiving rates from <b>the [shipping]</b> shipping method. Please make sure that is configured properly and that the shipping rate calculation is correct'),
('it', 'request_error_information_title', 'Errore spedizione'),
('it', 'request_statuses', 'Stati dei resi'),
('it', 'required', 'Obbligatorio'),
('it', 'required_not_answered', 'È necessario rispondere a tutte le domande obbligatorie'),
('it', 'required_products', 'Prodotti obbligatori'),
('it', 'required_products_added', 'Il seguente prodotto obbligatorio è stato aggiunto al carrello'),
('it', 'required_products_out_of_stock', 'Questo prodotto non può essere aggiunto al carrello, perché a seguito della richiesta il prodotto è terminato:'),
('it', 'reset', 'Ripristina filtri'),
('it', 'reset_filter', 'Ripristina filtro'),
('it', 'reset_inventory', 'Ripristina inventario'),
('it', 'reset_password', 'Ripristina la password'),
('it', 'reset_quantity_to_zero', 'Set quantity of all products to zero'),
('it', 'reset_quantity_to_zero_tooltip', 'If you enable this setting, all the products in your store will have their quantity set to 0, except for the products that have the quantity specified in the imported file.'),
('it', 'resolved', 'Risolto'),
('it', 'response', 'Risposta'),
('it', 'responsive_admin.email_order_invoice_subject', '[company_name]: fattura per ordine'),
('it', 'restore', 'Ripristino'),
('it', 'restore_default', 'Utilizza valore predefinito'),
('it', 'restore_default_value', 'Ristorare valore default'),
('it', 'restore_from_repository', 'Ripristina da archivio'),
('it', 'restore_original', 'Ripristina l\'originale'),
('it', 'restore_robots', 'Ripristinare il file robots.txt predefinito'),
('it', 'ResultCode', 'Codice risultato'),
('it', 'ResultDescription', 'Descrizione risultato'),
('it', 'return', 'Ritorna a visualizzazione normale'),
('it', 'returnable', 'Restituibile'),
('it', 'returnable_product', 'Prodotto restituibile'),
('it', 'returned_product', 'Prodotto restituito'),
('it', 'returned_products', 'Prodotti restituiti'),
('it', 'returning_customer', 'Sono già cliente'),
('it', 'returns', 'Resi'),
('it', 'returns_info', 'Informazioni sul reso'),
('it', 'return_info', 'Informazione sul reso'),
('it', 'return_period', 'Periodo del reso'),
('it', 'return_period_days', 'Periodo del reso (giorni)'),
('it', 'return_printslip', 'Etiqueta de retorno'),
('it', 'return_products_information', 'Informazione prodotti resi'),
('it', 'return_registration', 'Richiedi una sostituzione o un rimborso'),
('it', 'return_requests', 'Richieste di reso'),
('it', 'return_requests_menu_description', 'Mostra e processa le richieste di reso per gli ordini inseriti sul tuo sito web.'),
('it', 'return_requests_note', 'Vai alla lista dei tuoi resi merce'),
('it', 'return_status', 'Stato del reso'),
('it', 'return_url_target', 'URL di ritorno'),
('it', 'reuse', 'Riutilizza'),
('it', 'reversa_rastreamento', 'Rastreamento'),
('it', 'reversed', 'Invertito'),
('it', 'revert', 'Ripristina'),
('it', 'reviews', 'recensione|recensioni'),
('it', 'reward_points', 'Punti fedeltà'),
('it', 'reward_points_log', 'Autenticazione punti fedeltà'),
('it', 'reward_points_menu_description', 'Assegna punti fedeltà globali nel tuo negozio.'),
('it', 'reward_points_subj_added_to', '[n] punti sono stati aggiunti al suo conto.|[n] punti sono aggiunti al suo conto.'),
('it', 'reward_points_subj_subtracted_from', '[n] point have been subtracted from your account.|[n] points have been subtracted from your account.'),
('it', 're_desk_contact_us', 'Contact us'),
('it', 're_desk_department', 'Vendor'),
('it', 're_desk_full_name', 'Full name'),
('it', 're_desk_thank_you', 'Thank you, your message has been sent.'),
('it', 're_desk_you_can_send', 'You can send us a message using the form below.'),
('it', 're_order', 'Ordina di nuovo'),
('it', 'right', 'Destra'),
('it', 'right_to_left_orientation', 'Orientamento da destra a sinistra'),
('it', 'risk_checking', 'Controllo fattore rischio in corso. Provate a ricaricare questa pagina tra un minuto.'),
('it', 'risk_information', 'Informazione rischio'),
('it', 'rma', 'RMA'),
('it', 'rma_actions', 'Azioni RMA'),
('it', 'rma_notify_supplier', 'Notifica fornitore'),
('it', 'rma_reasons', 'Motivazioni RMA'),
('it', 'rma_request_statuses', 'Richiesta stato RMA'),
('it', 'rma_return', 'Ritorno'),
('it', 'robots_title', 'Modifica: robots.txt'),
('it', 'romanian', 'Rumeno'),
('it', 'root_category', 'Categoria principale'),
('it', 'root_level', 'Livello principale'),
('it', 'root_page', 'Pagina al livello principale'),
('it', 'round_to', 'Arrotondare a'),
('it', 'routing_code', 'Numero routing'),
('it', 'rss_created', 'Creato'),
('it', 'rss_display_add_to_cart', 'Mostra pulsante Aggiungi al Carrello'),
('it', 'rss_display_image', 'Mostra immagine'),
('it', 'rss_display_original_price', 'Mostra prezzo netto'),
('it', 'rss_display_price', 'Mostra prezzo lordo'),
('it', 'rss_display_sku', 'Mostra Codice Prodotto (SKU)'),
('it', 'rss_feed', 'Feed RSS'),
('it', 'rss_sort_by', 'Ordina articoli per'),
('it', 'rss_updated', 'Caricato'),
('it', 'ru.tax_and_payments.upgrade_message.message', '<p>You have upgraded to [product] [version]. This version is prepared for the recent changes in Russian legislation (the increase of VAT to 20% and the support of Fiscal Data Format 1.05 for online cash registers). You\'ll only need to do this:</p><p>— If you use ATOL Online, switch to Fiscal Data Format 1.05 as described <a href=\"https://www.cs-cart.ru/blog/vyishel-cs-cart-4-9-2-c-podderzhkoy-ffd-1-05-v-atol-onlayn/\" target=\"_blank\">in our Russian blog</a>. You may have done it already after the release of version 4.9.2.</p>[tax_conversion][failing_services]'),
('it', 'ru.tax_and_payments.upgrade_message.title', 'Russian Legislation: Preparing for January 1, 2019'),
('it', 'runtime', 'Runtime'),
('it', 'russian', 'Russo'),
('it', 'rus_geolocation_upgrade_notification_text', '<p>The <b>[rus_geolocation_addon]</b> add-on allowed your customers to select their city and see estimated shipping rates on a product page. That functionality is now a part of a new add-on called <b>[geo_maps_addon]</b>. It is already installed and active.</p><p>Two geolocation add-ons shouldn’t be active at the same time. Please make sure that the old <b>[rus_geolocation_addon]</b> add-on is disabled.</p><p><a href=\"[disable_geolocation]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Disable deprecated add-on here</a></p>'),
('it', 'rus_geolocation_upgrade_notification_title', 'Geolocalizzazione: Questo addon è deprecato, si consiglia di utilizzare [geo_maps_addon]'),
('it', 'sale', 'Vendita'),
('it', 'sales', 'Vendite'),
('it', 'sales_amount', 'Importo vendite'),
('it', 'sales_commission', 'Commissione vendite'),
('it', 'sales_period', 'Periodo vendite'),
('it', 'sales_period_total', 'Totale periodo vendite'),
('it', 'sales_reports', 'Rapporti di vendita'),
('it', 'sales_reports_menu_description', 'Statistiche di vendita dettagliate.'),
('it', 'sales_reports_side_bar_notes', 'To include Order statuses, Payment methods and Rate areas in the conditions list, check the necessary item and click on the \"Save\" button.'),
('it', 'salt', 'Salt'),
('it', 'same_as_source', 'identico alla sorgente'),
('it', 'save', 'Salva'),
('it', 'saved_search', 'Ricerche salvate'),
('it', 'save_and_close', 'Salva e chiudi'),
('it', 'save_and_send', 'Salva e invia'),
('it', 'save_as', 'Salva come...'),
('it', 'save_cc', 'Salvar cartão de crédito'),
('it', 'save_changes', 'Salva i cambiamenti'),
('it', 'save_directory', 'Cartella del Server'),
('it', 'save_discount', 'Risparmia'),
('it', 'save_layout', 'Salva layout'),
('it', 'save_layout_as', 'Salva layout come'),
('it', 'save_process_payment', 'Salva ed elabora il pagamento'),
('it', 'save_this_search_as', 'Salva questa ricerca come'),
('it', 'sb_share', 'Condividi'),
('it', 'scan_for_modified_core_files', 'Cerca file principali modificati'),
('it', 'scb_text_notice', 'Si prega di inviare il seguente URL per il supporto SCB da impostare come PostbackURL:<br /><b>[return_url]</b>'),
('it', 'screen', 'Schermo'),
('it', 'screen_resolution', 'Risoluzione schermo'),
('it', 'script', 'Script'),
('it', 'scroller_direction', 'Direzione barra di scorrimento'),
('it', 'scroll_per_page', 'Scorri per pagina'),
('it', 'search', 'Cerca'),
('it', 'search_again', 'Cerca ancora'),
('it', 'search_by_order', 'Cerca per ordine'),
('it', 'search_by_owner', 'Cerca per proprietario'),
('it', 'search_by_price', 'Cerca per prezzo'),
('it', 'search_by_product_features', 'Cerca per caratteristiche prodotto'),
('it', 'search_by_product_filters', 'Cerca per filtri prodotto'),
('it', 'search_by_sku', 'Cerca per codice prodotto'),
('it', 'search_by_supplier', 'Cerca per fornitore'),
('it', 'search_by_vendor', 'Cerca per vendor'),
('it', 'search_by_weight', 'Cerca per peso'),
('it', 'search_engine', 'Motore di ricerca'),
('it', 'search_for_pattern', 'Cerca schema'),
('it', 'search_in', 'Cerca in'),
('it', 'search_in_category', 'Cerca in categorie'),
('it', 'search_in_subcategories', 'Cerca in sottocategorie'),
('it', 'search_options', 'Opzioni di ricerca'),
('it', 'search_product', 'Cerca prodotto'),
('it', 'search_products', 'Cerca prodotti'),
('it', 'search_results', 'Risultati di ricerca'),
('it', 'search_results_for', 'Risultati di ricerca per [search]'),
('it', 'search_string', 'Stringa di ricerca'),
('it', 'search_tooltip', 'Ricerca per prodotti, clienti, ordini e pagine'),
('it', 'search_words', 'Parole di ricerca'),
('it', 'secondary_categories', 'Categoria secondaria'),
('it', 'seconds_left', '[n] secondo rimanente|[n] secondi rimasti'),
('it', 'secret_key', 'Chiave segreta'),
('it', 'secret_string', 'Stringa segreta'),
('it', 'secret_word', 'Parola segreta'),
('it', 'section', 'Sezione'),
('it', 'section_is_not_completed', 'La sezione non è completa.'),
('it', 'section_links', 'Ccollegamenti sezione'),
('it', 'section_name', 'Nome sezione'),
('it', 'secure', 'Sicuro(a)'),
('it', 'secure_checkout', 'Secure checkout'),
('it', 'secure_storefront_url', 'URL frond-end sicuro'),
('it', 'secure_storefront_url_already_exists', 'Il valore del parametro di <strong>URL sicuro nel front-end</strong> da te menzionato appartiene già a un\'altra azienda.'),
('it', 'security', 'Impostazioni di sicurezza'),
('it', 'security_settings', 'Impostazioni di sicurezza'),
('it', 'see_demo', 'Vedi demo'),
('it', 'see_full_templates_list', 'Can\'t find a notification you\'re looking for?<br/><a href=\"[email_template_manage]\">See the full list of email templates</a><br/><a href=\"[internal_template_manage]\">See the full list of on-site notification templates</a>'),
('it', 'select', 'Seleziona'),
('it', 'selectbox', 'Box di selezione'),
('it', 'selected', 'Selezionato'),
('it', 'selected_fields', 'Selected fields'),
('it', 'selected_filters', 'Filtri selezionati'),
('it', 'selected_items', 'Elementi selezionati'),
('it', 'select_all', 'Seleziona tutti'),
('it', 'select_all_product_options', 'Devi selezionare tutte le opzioni prodotto'),
('it', 'select_block', 'Seleziona blocco'),
('it', 'select_coordinates', 'Seleziona coordinate'),
('it', 'select_country', 'Seleziona paese'),
('it', 'select_customer', 'Seleziona cliente'),
('it', 'select_dates', 'Seleziona date'),
('it', 'select_descr_lang', 'Seleziona lingua'),
('it', 'select_fields_to_edit', 'Seleziona campi da modificare'),
('it', 'select_file', 'Seleziona file'),
('it', 'select_image', 'Select image'),
('it', 'select_new_owner_company', 'Selezionare un nuovo proprietario per questo profilo azienda:'),
('it', 'select_one_or_more_type', 'Seleziona una o più opzioni'),
('it', 'select_options', 'Seleziona opzioni'),
('it', 'select_option_above', 'Seleziona prima l\'opzione precedente'),
('it', 'select_product', 'Seleziona prodotto'),
('it', 'select_products', 'Seleziona prodotti'),
('it', 'select_profile', 'Seleziona profilo'),
('it', 'select_shipping_method', 'Seleziona metodo di spedizione'),
('it', 'select_single_type', 'Seleziona singola opzione'),
('it', 'select_state', 'Seleziona provincia'),
('it', 'select_storefront', 'Select [store] storefront'),
('it', 'select_tables', 'Seleziona tabelle'),
('it', 'sell_files', 'File da vendere'),
('it', 'semicolon', 'Punto e virgola'),
('it', 'send', 'Invia'),
('it', 'sender', 'Mittente'),
('it', 'sending_email_to', 'Invio email a [email]...'),
('it', 'send_feedback', 'Aiutateci a migliorare [product]'),
('it', 'send_invitations', 'Invite'),
('it', 'send_notification', 'Invia notifica a selezionato'),
('it', 'send_shipment_notification_to_customer', 'Invia notifica spedizione al cliente'),
('it', 'send_shipping_address', 'Invia indirizzo di consegna al cliente'),
('it', 'send_test_email', 'Inviare test via email'),
('it', 'send_test_notification', 'Send test notification'),
('it', 'send_to', 'Invia a'),
('it', 'send_to_test_email', 'Invia a indirizzo di test'),
('it', 'send_via', 'Spedire tramite'),
('it', 'send_via_email', 'Spedire tramite e-mail'),
('it', 'send_via_postal_mail', 'Spedire tramite posta'),
('it', 'sent', 'Inviato'),
('it', 'seo', 'SEO'),
('it', 'seo.create_redirect', 'Creare il reindirizzamento dal vecchio URL'),
('it', 'seo.error_incorrect_url', 'Formato non corretto dell\'URL <b>[url]</b>. Ad esempio, se l\'URL è <b>http://example.com/path/to/object</b>, è necessario inserire <b>/path/to/object</b>'),
('it', 'seo.error_old_url_exists', 'L\'URL che vuoi reindirizzare esiste già'),
('it', 'seo.important_language_text', '<b>Avviso!</b> L\'add-on <b>SEO</b> e configurato in questo momento per utilizzare uno unico URL per tutte le lingue. Se occulta, deattiva, or elimina una lingua default di una pagine frontale di mercato, i URLs SEO saranno cambiati.'),
('it', 'seo.new_redirect', 'Nuovo Redirect'),
('it', 'seo.new_url', 'Nuovo URL'),
('it', 'seo.old_url', 'Vecchio URL'),
('it', 'seo.redirects_manager', 'Reindirizzamenti 301'),
('it', 'seo.redirects_manager_menu_description', 'Gestisce le regole redirect dai vecchi URL'),
('it', 'seo.rich_snippets', 'Anteprima dei rich snippet di Google'),
('it', 'seo.rich_snippets_rating', 'Valutazione'),
('it', 'seo.rich_snippets_reviews', '[n] recensione|[n] recensioni'),
('it', 'seo_menu_description', 'Impostazioni SEO del tuo negozio.'),
('it', 'seo_meta_data', 'SEO / Meta data'),
('it', 'seo_name', 'Nome SEO'),
('it', 'seo_page_title', 'pagina [n]'),
('it', 'seo_robots', 'robots.txt'),
('it', 'seo_rules', 'Regole SEO'),
('it', 'seo_rules_menu_description', 'Utilizzare questa sezione per definire le regole globali per la riscrittura degli URL del tuo negozio.'),
('it', 'separate_multiple_email_addresses', 'If you enter multiple emails, write each of them in a new line.'),
('it', 'separator', 'Separatore'),
('it', 'sequential', 'Sequenziale'),
('it', 'server', 'Server'),
('it', 'service_not_available', 'Questo servizio non è disponibile.'),
('it', 'set', 'Imposta'),
('it', 'settings', 'Impostazioni'),
('it', 'settings_overwrite_text', '<b>[theme_name]</b> applicherà le seguenti impostazioni con l\'attivazione'),
('it', 'settings_overwrite_title', 'Il tema sovrascrive le impostazioni archiviate'),
('it', 'settings_wizard', 'Wizard delle impostazioni'),
('it', 'settings_wizard_close_tooltip', 'È possibile riaprire di nuovo il wizard nel menu -> Wizard delle impostazioni'),
('it', 'settings_wizard_title', 'Wizard delle impostazioni: Passo [current_step] di [total_steps]'),
('it', 'setting_min_order_amount_type_was_hidden_upgrade_notification_text', '<p>Previously, the <b>Minimum order amount</b> in your store included the shipping costs. If the minimum order amount was $50, and a customer bought 2 products at $20 each, and the shipping cost was $12, then it would be possible to place an order. But now this behavior has changed: only the total price of all products in the cart will determine whether the minimum order amount has been reached.</p><p>Please go to <b>Settings → Checkout</b> and adjust your <b>Minimum order amount</b> to reflect this change.</p><p><a href=\"[checkout_settings]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Open checkout settings</a></p>'),
('it', 'setting_min_order_amount_type_was_hidden_upgrade_notification_title', 'L\'impostazione \"Definire quantità minima ordinabile\" è stata rimossa'),
('it', 'set_custom_configuration', 'Imposta configurazione personalizzata'),
('it', 'share', 'Condividi'),
('it', 'share.congratulations_first_order', 'Congratulazioni per il tuo primo ordine completato.'),
('it', 'share.first_order_tweet', 'Wow! Il primo ordine completato nel mio Negozio [product]'),
('it', 'share.installation_tweet', 'Ho appena creato un negozio on-line con [product_name]'),
('it', 'sharedsec', 'SharedSec'),
('it', 'shared_secret', 'Shared Secret'),
('it', 'share_discount', 'Sconto condiviso'),
('it', 'sha_sign', 'Firma SHA-1'),
('it', 'shipment', 'Spedizione'),
('it', 'shipments', 'Informazione spedizioni'),
('it', 'shipments_menu_description', 'Visualizzare e stampare la bolla di consegna per spedizioni separate create dagli ordini.'),
('it', 'shipment_date', 'Data spedizione'),
('it', 'shipment_details', 'Dettagli spedizione'),
('it', 'shipment_has_been_created', 'La spedizione è stata creata'),
('it', 'shipment_id', 'ID spedizione'),
('it', 'shipment_info', 'Informazioni spedizione'),
('it', 'shipment_statuses', 'Stati di avanzamento della spedizione'),
('it', 'shipped', 'Spedito'),
('it', 'shipped_products', 'Prodotti spediti'),
('it', 'shipper_number', 'Numero corriere'),
('it', 'shipping', 'Spedizione'),
('it', 'shippings', 'Spedizioni'),
('it', 'shippings.aup.currency_not_configured', 'Per attivare il processore spedizione Australia Post, è necessario disporre la valuta Dollaro australiano abilitata.'),
('it', 'shippings.aup.pac_api_key', 'Chiave API PAC'),
('it', 'shippings.can.api_keys', 'Chiavi API'),
('it', 'shippings.can.business_account_information', 'Informazioni account Aziendali'),
('it', 'shippings.can.contract_id', 'ID contratto'),
('it', 'shippings.can.customer_number', 'Codice cliente'),
('it', 'shippings.can.options', 'Opzioni di Consegna'),
('it', 'shippings.can.option_cod', 'Pagamento in contrassegno'),
('it', 'shippings.can.option_cov', 'Copertura'),
('it', 'shippings.can.option_cov_amount', 'Importo di copertura'),
('it', 'shippings.can.option_dns', 'Non spedire a caselle postali'),
('it', 'shippings.can.option_hfp', 'Carta per pick-up'),
('it', 'shippings.can.option_lad', 'Lascia sulla porta - nessuna cartolina'),
('it', 'shippings.can.option_pa18', 'Prova di età richiesta - 18'),
('it', 'shippings.can.option_pa19', 'Prova di età richiesta - 19'),
('it', 'shippings.can.option_so', 'Firma'),
('it', 'shippings.can.password', 'Password'),
('it', 'shippings.can.username', 'Nome utente'),
('it', 'shippings.currency_not_found', 'Valuta [currency] non trovata'),
('it', 'shippings.fedex.currency_is_missing', 'The rates calculated by FedEx are in [currency], and that currency doesn\'t exist in your store. Please create that currency; otherwise customers won\'t be able to select this shipping method.'),
('it', 'shippings.fedex.freight_account_number', 'Numero di spedizione'),
('it', 'shippings.fedex.options', 'Opzioni di Consegna'),
('it', 'shippings.fedex.option_broker_select_option', 'Selezionare Broker'),
('it', 'shippings.fedex.option_call_before_delivery', 'Chiamare prima della consegna'),
('it', 'shippings.fedex.option_cod', 'COD'),
('it', 'shippings.fedex.option_cod_amount', 'Somma COD'),
('it', 'shippings.fedex.option_cod_collection_type', 'COD tipo di collezione'),
('it', 'shippings.fedex.option_cod_collection_type_any', 'Qualsiasi'),
('it', 'shippings.fedex.option_cod_collection_type_cash', 'Contanti'),
('it', 'shippings.fedex.option_cod_collection_type_guaranteed_funds', 'Fondi garantiti'),
('it', 'shippings.fedex.option_custom_delivery_window', 'Finestra di consegna personalizzata'),
('it', 'shippings.fedex.option_dangerous_goods', 'Carico pericoloso'),
('it', 'shippings.fedex.option_dangerous_goods_accessibility', 'Oggetti pericolosi accessibili'),
('it', 'shippings.fedex.option_dangerous_goods_accessibility_accessible', 'Accessibile'),
('it', 'shippings.fedex.option_dangerous_goods_accessibility_inaccessible', 'Senza accesso'),
('it', 'shippings.fedex.option_dangerous_goods_options', 'ContenutI pericolosi'),
('it', 'shippings.fedex.option_dangerous_goods_options_battery', 'Batteria'),
('it', 'shippings.fedex.option_dangerous_goods_options_hazardous_materials', 'MaterIali pericolosi'),
('it', 'shippings.fedex.option_dangerous_goods_options_limited_quantities_commodities', 'QuantIta dI valute limitate'),
('it', 'shippings.fedex.option_dangerous_goods_options_orm_d', 'ORM-D'),
('it', 'shippings.fedex.option_dangerous_goods_options_reportable_quantities', 'Quantita per rapporto'),
('it', 'shippings.fedex.option_dangerous_goods_options_small_quantity_exception', 'Esezione per piccole quantità'),
('it', 'shippings.fedex.option_do_not_break_down_pallets', 'Bancale riutilizzabile, non distruggere'),
('it', 'shippings.fedex.option_do_not_stack_pallets', 'Non impilare i bancali'),
('it', 'shippings.fedex.option_dry_ice', 'Ghiaccio secco'),
('it', 'shippings.fedex.option_east_coast_special', 'Speciale Costa Est'),
('it', 'shippings.fedex.option_electronic_trade_documents', 'Documenti per Commercio online'),
('it', 'shippings.fedex.option_extreme_length', 'Lunghezza fuori misura'),
('it', 'shippings.fedex.option_fedex_one_rate', 'FedEx Uno Tasso'),
('it', 'shippings.fedex.option_food', 'Alimento'),
('it', 'shippings.fedex.option_freight_guarantee', 'Fretto guarantito'),
('it', 'shippings.fedex.option_freight_to_collect', 'Fretto da collezionare'),
('it', 'shippings.fedex.option_future_day_shipment', 'Invio giorno seguente'),
('it', 'shippings.fedex.option_hold_at_location', 'Mantenere nel luogo'),
('it', 'shippings.fedex.option_home_delivery_premium', 'Consegna a casa Premium'),
('it', 'shippings.fedex.option_inside_delivery', 'Consegna interna'),
('it', 'shippings.fedex.option_inside_pickup', 'Ritiro interno'),
('it', 'shippings.fedex.option_international_controlled_export_service', 'Servizio esportazione internazionale controllato'),
('it', 'shippings.fedex.option_international_traffic_in_arms_regulations', 'Regole traffico internazionale di armi'),
('it', 'shippings.fedex.option_liftgate_delivery', 'Consegna al piano'),
('it', 'shippings.fedex.option_liftgate_pickup', 'Ritiro al piano'),
('it', 'shippings.fedex.option_limited_access_delivery', 'Consegna ad accesso limitato'),
('it', 'shippings.fedex.option_limited_access_pickup', 'Ritiro ad accesso limitato'),
('it', 'shippings.fedex.option_pharmacy_delivery', 'Consegna di medicali'),
('it', 'shippings.fedex.option_poison', 'Veneno'),
('it', 'shippings.fedex.option_protection_from_freezing', 'Proteggere dal congelamento'),
('it', 'shippings.fedex.option_returns_clearance', 'Regolamento di restituzione'),
('it', 'shippings.fedex.option_saturday_delivery', 'Consegna il sabato'),
('it', 'shippings.fedex.option_saturday_pickup', 'Ritiro il sabato'),
('it', 'shippings.fedex.option_top_load', 'Carico top'),
('it', 'shippings.fedex.upgrade_notification_text', '<p>La ultima versione di [product] ha dei parametri differenti per calcolare il tasso d\'invio in tempo reale se utilizza Fedex come Dittta.</p><p> Se vuo mostrare i tassi d\'invio presente ai tui clienti, fa questo:</p><ul><li>andare all\'Amministrazione -> Invio & tassi -> Metodi da inviare</li><li>sceglie il metodo d\'invio che utilizza FedEx come Ditta per calcolare i tassi d\'invio</li><li>al tab Generale e introdurre il proprio service d\'Invio</li><li>tornare all\'arco Configure e selezionare i tipi di consegna desirati</li></ul>'),
('it', 'shippings.fedex.upgrade_notification_title', 'Cambii di tasso d\'invio di FedEx calcolati in tempo reale'),
('it', 'shippings.service_not_configured', 'Il servizio non è configurato'),
('it', 'shippings.service_not_found', 'Il servizio non è stato trovato'),
('it', 'shippings.ups.package_type.01', 'Lettera UPS'),
('it', 'shippings.ups.package_type.02', 'Paccheto'),
('it', 'shippings.ups.package_type.03', 'Tubo'),
('it', 'shippings.ups.package_type.04', 'Pacco'),
('it', 'shippings.ups.package_type.21', 'Express Box'),
('it', 'shippings.ups.package_type.24', 'Scattola di 25KG'),
('it', 'shippings.ups.package_type.25', 'Scattola di 10KG'),
('it', 'shippings.ups.package_type.2a', 'Small Express Box'),
('it', 'shippings.ups.package_type.2b', 'Medium Express Box'),
('it', 'shippings.ups.package_type.2c', 'Large Express Box'),
('it', 'shippings.ups.package_type.30', 'Bancale'),
('it', 'shippings_taxes', 'Spedizione & Tasse'),
('it', 'shipping_address', 'Indirizzo di consegna'),
('it', 'shipping_address_changed', 'Lindirizzo di spedizione è stato modificato'),
('it', 'shipping_address_line_2', 'Shipping: address (line 2)'),
('it', 'shipping_applied_to_vendors', 'Il metodo di spedizione è stato applicato ai fornitori [vendors]'),
('it', 'shipping_charges', 'Spese di spedizione'),
('it', 'shipping_city', 'Shipping: city'),
('it', 'shipping_cost', 'Spese di spedizione'),
('it', 'shipping_costs_will_changed', 'Le spese di spedizione saranno modificate di'),
('it', 'shipping_country', 'Shipping: country'),
('it', 'shipping_estimation', 'Stima spese di spedizione'),
('it', 'shipping_first_name', 'Spedizone: Nome'),
('it', 'shipping_freight', 'Spese di spedizione'),
('it', 'shipping_information', 'Informazioni spedizione'),
('it', 'shipping_last_name', 'Shipping: last name'),
('it', 'shipping_method', 'Metodo di spedizione'),
('it', 'shipping_methods', 'Metodi di spedizione'),
('it', 'shipping_methods_menu_description', 'Combinazione di regole e parametri per calcolare i costi di spedizione.'),
('it', 'shipping_name', 'Nome spedizione'),
('it', 'shipping_options', 'Metodi di spedizione'),
('it', 'shipping_phone', 'Shipping: phone'),
('it', 'shipping_properties', 'Shipping properties'),
('it', 'shipping_rates', 'Tariffe di spedizione'),
('it', 'shipping_same_as_billing', 'Indirizzo spedizione è uguale a indirizzo di fatturazione'),
('it', 'shipping_service', 'Servizio di spedizione'),
('it', 'shipping_state', 'Shipping: state'),
('it', 'shipping_time_and_charges', 'Shipping time and rates'),
('it', 'shipping_tips', ''),
('it', 'shipping_zipcode', 'Shipping: zipcode'),
('it', 'ship_dhl_height', 'Altezza pacco (pollici)'),
('it', 'ship_dhl_length', 'Lunghezza pacco (in pollici)'),
('it', 'ship_dhl_site_id', 'ID del sito'),
('it', 'ship_dhl_width', 'Larghezza pacco (pollici)'),
('it', 'ship_downloadable', 'Abilita spezione per prodotti scaricabili'),
('it', 'ship_fedex_ancillary_endorsement', 'Sanzioni accessorie'),
('it', 'ship_fedex_ancillary_endorsement_address_correction', 'Servizio indirizzo richiesto'),
('it', 'ship_fedex_ancillary_endorsement_carrier_leave_if_no_response', 'Il corriere parte se non ci sono risposte'),
('it', 'ship_fedex_ancillary_endorsement_change_service', 'Cambiare il servizio richiesto'),
('it', 'ship_fedex_ancillary_endorsement_forwarding_service', 'Servizio di inoltro richiesto'),
('it', 'ship_fedex_ancillary_endorsement_return_delivery', 'Servizio di resi richiesto'),
('it', 'ship_fedex_customer_manifest_id', 'Customer manifest ID'),
('it', 'ship_fedex_drop_off_type', 'Genere di consegna (drop off)'),
('it', 'ship_fedex_drop_off_type_business_service_center', 'Centro di servizi di Business'),
('it', 'ship_fedex_drop_off_type_drop_box', 'Drop box'),
('it', 'ship_fedex_drop_off_type_regular_pickup', 'Ritriro normale'),
('it', 'ship_fedex_drop_off_type_request_courier', 'Richiesta corriere'),
('it', 'ship_fedex_drop_off_type_station', 'Consegna all\'ufficio'),
('it', 'ship_fedex_height', 'Altezza (pollici)'),
('it', 'ship_fedex_hub_id', 'Hub ID'),
('it', 'ship_fedex_indicia', 'Indicia'),
('it', 'ship_fedex_indicia_media_mail', 'Media Mail (pacchetti da 1 a 70 libbre libri, videocassette DVD, CD)'),
('it', 'ship_fedex_indicia_parcel_select', 'Seleziona Pacco (pacchetti da 1 a 70 libbre)'),
('it', 'ship_fedex_indicia_presorted_bound_printed_matter', 'Pacchetti Bound Printed Matter (pacchetti da 1 a 15 libbre di cataloghi, libri di telefono)'),
('it', 'ship_fedex_indicia_presorted_standard', 'Pacchetti Standard Mail (pacchetti meno di 1 libbra)'),
('it', 'ship_fedex_length', 'Lunghezza (in pollici)'),
('it', 'ship_fedex_meter_number', 'Numero'),
('it', 'ship_fedex_package_type_fedex_10kg_box', 'FedEx 10kg Box'),
('it', 'ship_fedex_package_type_fedex_25kg_box', 'FedEx 25kg Box'),
('it', 'ship_fedex_package_type_fedex_box', 'FedEx Box'),
('it', 'ship_fedex_package_type_fedex_envelope', 'Busta FedEx'),
('it', 'ship_fedex_package_type_fedex_extra_large_box', 'FedEx Scatola Larga Extra'),
('it', 'ship_fedex_package_type_fedex_large_box', 'FedEx Scatola Larga'),
('it', 'ship_fedex_package_type_fedex_medium_box', 'FedEx Scatola Media'),
('it', 'ship_fedex_package_type_fedex_pak', 'FedEx Pak'),
('it', 'ship_fedex_package_type_fedex_small_box', 'FedEx Scatola Piccola'),
('it', 'ship_fedex_package_type_fedex_tube', 'FedEx Tube'),
('it', 'ship_fedex_package_type_your_packaging', 'Vostro imballaggio'),
('it', 'ship_fedex_smart_post', 'Smart Post'),
('it', 'ship_fedex_special_services', 'Servizio speciale (conferma di consegna)'),
('it', 'ship_fedex_width', 'Larghezza (pollici)'),
('it', 'ship_height', 'Altezza pacco (cm)'),
('it', 'ship_length', 'Lunghezza pacco (in centimetri)'),
('it', 'ship_sp_l_acknowledgement_of_delivery', 'Conferma della consegna (solo per invio registrato)'),
('it', 'ship_sp_l_cash_on_delivery', 'Pagamento contro rimborso (contrassegno), solo per invio registrato'),
('it', 'ship_sp_l_personal_delivery', 'Consegna privata (solo per invio registrato)'),
('it', 'ship_sp_l_registered_mail', 'Invio iscritto registrato'),
('it', 'ship_sp_pc_assurance', 'Assicurazione'),
('it', 'ship_sp_pc_cash_on_delivery', 'Pagamento contro rimborso (contrassegno)'),
('it', 'ship_sp_pc_fragile', 'Fragile'),
('it', 'ship_sp_pc_manual_handling', 'Elaborazione manuale'),
('it', 'ship_sp_pc_personal', 'Personale'),
('it', 'ship_sp_pc_signature', 'Firma'),
('it', 'ship_sp_pp_additional_insurance', 'Assicurazione addizionale (fino a CHF 3000.-)'),
('it', 'ship_sp_pp_bulky_goods', 'Merci ingombranti'),
('it', 'ship_sp_pp_cash_on_delivery', 'Pagamento alla consegna (contrassegno) solo ECONOMY'),
('it', 'ship_sp_pp_manual_processing', 'Elaborazione manuale'),
('it', 'ship_sp_ur_additional_insurance', 'Assicurazione addizionale per merci URGENTI (fino a CHF 3000.-)'),
('it', 'ship_swisspost_error_intl_delivery', 'Non è possibile utilizzare questo metodo di spedizione per la consegna internazionale'),
('it', 'ship_swisspost_error_private_delivery', 'Non è possibile utilizzare questo metodo di spedizione per la consegna privata'),
('it', 'ship_swisspost_heavy_package', 'Il pacco è troppo pesante'),
('it', 'ship_swisspost_unable_to_open_additional_services', 'Impossibile aprire il file: additional_services.csv'),
('it', 'ship_swisspost_unable_to_open_service', 'Impossibile aprire il file [code]'),
('it', 'ship_temando_height', 'Altezza pacco'),
('it', 'ship_temando_length', 'Lunghezza pacco'),
('it', 'ship_temando_measurement', 'Misura pacco'),
('it', 'ship_temando_method', 'Metodo di consegna'),
('it', 'ship_temando_package', 'Imballaggio'),
('it', 'ship_temando_readydate', 'Ready date (giorni)'),
('it', 'ship_temando_subclass', 'Classe dell\'articolo da inviare'),
('it', 'ship_temando_weight_measurement', 'Tipo di misurazione del peso'),
('it', 'ship_temando_width', 'Larghezza pacco'),
('it', 'ship_to', 'Indirizzo di consegna'),
('it', 'ship_to_another', 'Indirizzo di consegna è diverso'),
('it', 'ship_ups_access_key', 'Chiave d\'accesso tariffe UPS'),
('it', 'ship_ups_dcist_type', 'Tipo di conferma'),
('it', 'ship_ups_delivery_confirmation', 'Nessuna firma'),
('it', 'ship_ups_delivery_confirmation_adult_signature', 'Richiesta la firma di un adulto'),
('it', 'ship_ups_delivery_confirmation_signature', 'Firma richiesta'),
('it', 'ship_ups_package_type_01', 'Busta UPS / Busta UPS Express'),
('it', 'ship_ups_package_type_03', 'UPS tubo (Tube)'),
('it', 'ship_ups_package_type_04', 'Pacco UPS (Pak)'),
('it', 'ship_ups_package_type_21', 'UPS Express Box'),
('it', 'ship_ups_package_type_24', 'UPS 25Kg Box'),
('it', 'ship_ups_package_type_25', 'UPS 10Kg Box'),
('it', 'ship_ups_pickup_type', 'Tipo di ritiro'),
('it', 'ship_ups_pickup_type_01', 'Ritiro giornaliero'),
('it', 'ship_ups_pickup_type_03', 'Sportello clienti'),
('it', 'ship_ups_pickup_type_06', 'Ritiro unico'),
('it', 'ship_ups_pickup_type_07', 'Via aerea (On Call Air)'),
('it', 'ship_ups_pickup_type_11', 'Tariffe al dettaglio consigliate'),
('it', 'ship_ups_pickup_type_19', 'Centro lettere'),
('it', 'ship_ups_pickup_type_20', 'Centro servizio aereo'),
('it', 'ship_ups_use_delivery_confirmation', 'Usare la conferma di consegna'),
('it', 'ship_usps_container', 'Contenitore'),
('it', 'ship_usps_container_express', 'Contenitore (Express)'),
('it', 'ship_usps_container_express_flat_rate_envelope', 'Busta Flat Rate (forfettario)'),
('it', 'ship_usps_container_priority', 'Contenitore(Priority Mail)'),
('it', 'ship_usps_container_priority_flat_rate_box', 'Flat Rate (forfettario) Box'),
('it', 'ship_usps_container_priority_flat_rate_envelope', 'Lettera Flat Rate (forfettario)'),
('it', 'ship_usps_container_priority_gift_card_flat_rate_envelope', 'Gift Card Flat Rate Envelope'),
('it', 'ship_usps_container_priority_legal_flat_rate_envelope', 'Busta Flat Legale'),
('it', 'ship_usps_container_priority_lg_flat_rate_box', 'Flat Rate (forfettario) Box grande'),
('it', 'ship_usps_container_priority_md_flat_rate_box', 'Flat Rate (forfettario) Box medio'),
('it', 'ship_usps_container_priority_nonrectangular', 'Non rettangolare'),
('it', 'ship_usps_container_priority_padded_flat_rate_envelope', 'Busta imbottita Flat Reate'),
('it', 'ship_usps_container_priority_rectangular', 'Rettangolare'),
('it', 'ship_usps_container_priority_regional_a_rate_box', 'Regional Rate Box A'),
('it', 'ship_usps_container_priority_regional_b_rate_box', 'Regional Rate Box B'),
('it', 'ship_usps_container_priority_regional_c_rate_box', 'Regional Rate Box C'),
('it', 'ship_usps_container_priority_sm_flat_rate_box', 'Flat Rate (forfettario) box piccolo'),
('it', 'ship_usps_container_priority_sm_flat_rate_envelope', 'Busta Flat SM'),
('it', 'ship_usps_container_priority_window_flat_rate_envelope', 'Window Flat Rate Envelope'),
('it', 'ship_usps_first_class_mail_type', 'First Class Mail Type'),
('it', 'ship_usps_first_class_mail_type_flat', 'Flat (forfettario)'),
('it', 'ship_usps_first_class_mail_type_parcel', 'Pacco (parcel)'),
('it', 'ship_usps_intl_package_girth', 'Circonferenza imballaggio'),
('it', 'ship_usps_intl_package_height', 'Altezza imballaggio'),
('it', 'ship_usps_intl_package_length', 'Lunghezza pacco'),
('it', 'ship_usps_intl_package_size', 'Dimensione imballaggio'),
('it', 'ship_usps_intl_package_width', 'Larghezza imballaggio'),
('it', 'ship_usps_machinable', 'Machinable (invio First-Class oppure Pacco)'),
('it', 'ship_usps_machinable_false', 'Non applicabile'),
('it', 'ship_usps_machinable_true', 'Applicabile'),
('it', 'ship_usps_mailtype', 'Tipo invio'),
('it', 'ship_usps_mailtype_matter_for_the_blind', 'Contenuto per ciechi'),
('it', 'ship_usps_mailtype_postcards_or_aerogrammes', 'Cartoline postali oppure aerogrammi'),
('it', 'ship_usps_package_size', 'Dimensioni pacco (lunghezza + circonferenza, in pollici)'),
('it', 'ship_usps_package_size_large', 'Grande (84..108)'),
('it', 'ship_usps_package_size_oversize', 'Fuori misura (108..130)'),
('it', 'ship_usps_package_size_regular', 'Regular (0..84) (normale)'),
('it', 'ship_usps_priority_girth', 'Priority Mail (Dimensione: Grande, Container: Non rettangolare) Circonferenza (pollici)'),
('it', 'ship_usps_priority_height', 'Priority Mail (Dimensione:Grande) Altezza (pollici)'),
('it', 'ship_usps_priority_length', 'Priority Mail (Dimensione:Large) Lunghezza (in pollici)'),
('it', 'ship_usps_priority_width', 'Priority Mail (Dimensione:Grande) Larghezza (pollici)'),
('it', 'ship_usps_username', 'ID Utente'),
('it', 'ship_width', 'Larghezza imballaggio (cm)'),
('it', 'shop_now', 'Compra ora'),
('it', 'short_description', 'Descrizione breve'),
('it', 'short_hour', 'ora(e)'),
('it', 'short_list', 'Lista breve'),
('it', 'show', 'Mostra'),
('it', 'show_all', 'Mostra tutto'),
('it', 'show_all_storefronts', 'Show all storefronts'),
('it', 'show_all_storefronts_with_count', 'Show all [count] storefronts'),
('it', 'show_in_product_header', 'Mostra in intestazione prodotti'),
('it', 'show_in_product_list', 'Mostra in lista prodotti'),
('it', 'show_items_in_line', 'Mostra elementi in linea'),
('it', 'show_less', 'Mostra meno'),
('it', 'show_location', 'Show location'),
('it', 'show_menu_on_mouse_over', 'Mostra menù al passaggio del mouse'),
('it', 'show_more', 'Mostra dettagli'),
('it', 'show_on_checkout', 'Mostrare alla cassa'),
('it', 'show_on_separate_page', 'Visualizza su pagina separata'),
('it', 'show_on_the_features_tab', 'Mostra nel tab catatteristiche'),
('it', 'show_options', 'Mostra opzioni'),
('it', 'show_orders', 'Mostra ordini'),
('it', 'show_package_contents', 'Vedere contenuti surclassati'),
('it', 'show_price', 'Mostra prezzo'),
('it', 'show_products_count', 'Show products count'),
('it', 'show_rate_for_destination', 'Imposta le tariffe per destinazione'),
('it', 'show_rate_for_rate_area', 'Show rates for rate area'),
('it', 'show_rating', 'Show review rating'),
('it', 'show_tab_in_popup', 'Mostra questo tab (linguetta) in finestra popup'),
('it', 'show_to', 'Show to'),
('it', 'sidebox_general', 'Ordinary block (H3 heading) [deprecated]'),
('it', 'sidebox_important', 'Ordinary block (H3 heading)'),
('it', 'signature', 'Firma'),
('it', 'signed_in_as', 'Registrato come'),
('it', 'sign_in', 'Accedi'),
('it', 'sign_in_as_different', 'Effettua l\'accesso come utente diverso'),
('it', 'sign_in_to_buy', 'Prego effettua l\'accesso per acquistare'),
('it', 'sign_in_to_enter_tags', 'Esegui login per inserire tag'),
('it', 'sign_in_to_view_price', '[Effettua l\'accesso per visualizzare il prezzo]'),
('it', 'sign_out', 'Esci'),
('it', 'sign_up_for_notification', 'Registrati per ricevere le notifiche'),
('it', 'similar', 'Simili'),
('it', 'similar_category', 'Della stessa categoria'),
('it', 'similar_in_stock', 'Solo prodotti disponibili'),
('it', 'similar_only', 'Soltanto i simili'),
('it', 'similar_subcats', 'Considera le sottocategorie'),
('it', 'simple_ultimate_companies_selector', 'Si prega di contattare il supporto tecnico'),
('it', 'simultaneous', 'Simultaneamente'),
('it', 'single', 'Singolo'),
('it', 'single_coupon_is_allowed', 'È ammesso un solo buono sconto'),
('it', 'sitemap', 'Mappa del sito'),
('it', 'sitemap_available_in_customer', 'La Sitemap è disponibile a questo link: <a href=\"[sitemap_url]\">[sitemap_url]</a><br /><br />La Sitemap è raggiungibile dall\'URL <a href=\"[http_location]/sitemap.xml\">[http_location]/sitemap.xml</a>'),
('it', 'sitemap_menu_description', 'Genera sitemap.xml del tuo negozio per i motori di ricerca.'),
('it', 'sitemap_settings', 'Impostazioni mappa del sito'),
('it', 'siteurl', 'Site URL'),
('it', 'site_number', 'Numero sito (EPT)'),
('it', 'size', 'Dimensione'),
('it', 'skiplastpage', 'Salta ultima pagina'),
('it', 'skip_creating_new_products', 'Skip creating new products'),
('it', 'skip_payment', 'Salta pagamento'),
('it', 'skrill_customer_id', 'ID cliente Skrill'),
('it', 'sku', 'Codice prodotto'),
('it', 'slovak', 'Slovacco'),
('it', 'slow', 'Lento'),
('it', 'small_items', 'Articoli piccoli'),
('it', 'smarty_block', 'Blocco HTML con supporto Smarty'),
('it', 'sms_customer_registered', 'Il cliente [name] è stato registrato.'),
('it', 'sms_for_the_sum', 'per l\'importo di'),
('it', 'sms_order_placed', 'è stato inoltrato'),
('it', 'snapshot_date', 'Istantanea data'),
('it', 'snippets', 'Snippets'),
('it', 'snippets_have_been_deleted', 'I snippets sono stati eliminati con successo.'),
('it', 'snippet_exists', 'Il snippet con il codice scelto gia esiste, prego provare un altro.'),
('it', 'sort_by', 'Ordina per'),
('it', 'sort_by_bestsellers_asc', 'Ordina per più venduti: crescente'),
('it', 'sort_by_bestsellers_desc', 'Ordina per più venduti'),
('it', 'sort_by_company_asc', 'Ordina alfabeticamente: A - Z'),
('it', 'sort_by_company_desc', 'Ordina alfabeticamente: Z - A'),
('it', 'sort_by_helpfulness_asc', 'Utile prima');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('it', 'sort_by_helpfulness_desc', 'Utile prima'),
('it', 'sort_by_null_asc', 'Nessun ordinamento'),
('it', 'sort_by_null_desc', 'No sorting'),
('it', 'sort_by_on_sale_asc', 'Ordina per sconto: crescente'),
('it', 'sort_by_on_sale_desc', 'Ordina per sconto: decrescente'),
('it', 'sort_by_popularity_asc', 'Ordina per popolarità: in ordine crescente'),
('it', 'sort_by_popularity_desc', 'Ordina per popolarità: in ordine decrescente'),
('it', 'sort_by_position_asc', 'Ordina per posizione: in ordine crescente'),
('it', 'sort_by_position_desc', 'Ordina per posizione: in ordine decrescente'),
('it', 'sort_by_price_asc', 'Ordina per prezzo: in ordine crescente'),
('it', 'sort_by_price_desc', 'Ordina per prezzo:  in ordine decrescente'),
('it', 'sort_by_product_asc', 'In ordine alfabetico: A-Z'),
('it', 'sort_by_product_desc', 'In ordine alfabetico: Z-A'),
('it', 'sort_by_product_review_timestamp_asc', 'Sort by date: Oldest to Newest'),
('it', 'sort_by_product_review_timestamp_desc', 'Sort by date: Newest to Oldest'),
('it', 'sort_by_rating_asc', 'Sort by rating: Low to High'),
('it', 'sort_by_rating_desc', 'Sort by rating'),
('it', 'sort_by_rating_value_asc', 'Ordina per valutazione: dal più basso al più alto'),
('it', 'sort_by_rating_value_desc', 'Ordina per valutazione: dal più alto al più basso'),
('it', 'sort_by_timestamp_asc', 'Ordina per articoli più vecchi'),
('it', 'sort_by_timestamp_desc', 'Ordina per articoli più recenti'),
('it', 'sort_images', 'Ordina immagini'),
('it', 'sort_order', 'Order'),
('it', 'spanish', 'Spagnolo'),
('it', 'special', 'Speciale'),
('it', 'specific_settings', 'Impostazioni specifiche'),
('it', 'specify_options', 'Specificare le opzioni'),
('it', 'specify_url', 'Specifica URL'),
('it', 'speed', 'Velocità'),
('it', 'ssl_certificate', 'Certificato SSL'),
('it', 'staff_only_notes', 'Spazio riservato per annotazioni interne'),
('it', 'stage', 'Fase'),
('it', 'standard_sidebox', 'Sidebox standard'),
('it', 'start', 'Inizia'),
('it', 'start_communication', 'Scrivi una nota da allegare all\'ordine'),
('it', 'start_date', 'Data inizio'),
('it', 'start_price', 'Importo iniziale'),
('it', 'state', 'Provincia'),
('it', 'states', 'Province'),
('it', 'states_list', 'Lista Province'),
('it', 'states_menu_description', 'Gestisci la combinazione di province supportate nel vostro negozio.'),
('it', 'static_block', 'Blocco statico'),
('it', 'static_data', 'Dati statici'),
('it', 'static_data_use_item', 'Utilizza il \"Testo\" e il valore \"URL\" dell\'elemento selezionato'),
('it', 'statistics', 'Statistiche'),
('it', 'statistics_by_questions', 'Statistiche di domande'),
('it', 'status', 'Stato'),
('it', 'statuses', 'Stati'),
('it', 'statuses_management', 'Stati'),
('it', 'status_changed', 'Status modificato'),
('it', 'status_changed_after_process_payment', 'Lo stato dell\'ordine è stato impostato in base al risultato di elaborazione del pagamento'),
('it', 'stay_connected', 'Resta aggiornato'),
('it', 'stay_connected_notice', 'Inserisci tuo indirizzo e-mail per ricevere offerte speciali e promozioni.'),
('it', 'step_four', 'Passo 4'),
('it', 'step_one', 'Passo 1'),
('it', 'step_three', 'Passo 3'),
('it', 'step_two', 'Passo 2'),
('it', 'stop_other_rules', 'Interrompi altre regole'),
('it', 'storage', 'Memoria'),
('it', 'store', 'Store CS-Cart'),
('it', 'storefront', 'Storefront (frond-end)'),
('it', 'storefronts', 'Storefronts'),
('it', 'storefronts_limit_exceeded', 'Il numero dei storefronts del tuo CS-Cart ha superato il numero di licenze di storefronts acquistate.'),
('it', 'storefronts_themes_upgrade_notification.message', '<p>Previously, all storefronts looked the same. They differed only in currencies, languages, and vendors. But now storefronts can have their own themes and layouts. This allows you to customize their look and structure.</p><ul><li>Themes let you give each storefront its own set colors, fonts, logos, backgrounds, and styles. Match the appearance of a storefronts to its products or the preference of its audience.</li><li>Layouts and blocks let you create storefronts with entirely different structure and content. Show different banners, change the positions of elements on the pages, and so on. Everything in [product] is displayed via blocks, so you have many ways to customize your storefronts.</li></ul><p><a href=\"[themes_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Manage themes</a> <a href=\"[layouts_url]\" target=\"_blank\" class=\"btn btn-large\">Manage layouts</a></p>'),
('it', 'storefronts_themes_upgrade_notification.title', 'Gli storefront adesso possono essere molto diversi tra loro'),
('it', 'storefront_access_key', 'Access key to temporarily closed storefront'),
('it', 'storefront_access_key.setting_notice', 'You can set the access key on the storefront editing page'),
('it', 'storefront_license', 'Storefront License'),
('it', 'storefront_rest_api.guests_cant_add_products_to_cart', 'Guests can\'t add products to cart. Please log in to your account to add products to cart.'),
('it', 'storefront_status', 'Stato'),
('it', 'storefront_status.tooltip', 'Even if the storefront is closed (the status set to OFF), you\'ll be able to view it if you have an access key. Specify the <i>Access key to temporarily closed storefront</i> below.<br/>Use http://www.example.com/index.php?store_access_key=key_value to access a closed storefront.'),
('it', 'storefront_status_access_key_hint', 'Even if the storefront is closed (the status set to OFF), you\'ll be able to view it if you have an access key. Go to <a target=\"blank\" href=\"[url]\">Settings → General</a> and specify the <i>Access key to temporarily closed store</i> setting. Please note that a different key can be specified for each storefront, so make sure to select the correct storefront first. Use the key as described in the tooltip of that setting.'),
('it', 'storefront_status_changed.N', 'Il negozio è stato <b>aperto</b>| I negozi sono stati <b>aperi</b>'),
('it', 'storefront_status_changed.Y', 'Il negozio è stato <b>chiuso</b>| I negozi sono stati <b>chiusi</b>'),
('it', 'storefront_url', 'Storefront (frond-end) URL'),
('it', 'storefront_url_already_exists', 'Il valore del parametro <strong>Storefront URL</strong> da te menzionato appartiene già ad un\'altra azienda.'),
('it', 'storefront_url_not_defined', 'URL storefront (front-end) non definito'),
('it', 'storefront_with_same_url_exists', 'Un frontend negozio con l\'URL specificata esiste già'),
('it', 'stores', 'Negozi'),
('it', 'stores_nothing_found', 'No stores have been found'),
('it', 'stores_status', 'Status'),
('it', 'store_access_key', 'Access key to temporarily closed store'),
('it', 'store_admin', 'Amministrazione negozio'),
('it', 'store_closed', 'Negozio chiuso'),
('it', 'store_closed_banner', 'Negozio<br/>chiuso'),
('it', 'store_home', 'Store home'),
('it', 'store_locator', 'Stores & pickup points'),
('it', 'store_locator.any_rate_area', 'Any rate area'),
('it', 'store_locator.available_fields', 'Available stores'),
('it', 'store_locator.display', 'Locations list view on the checkout page'),
('it', 'store_locator.display_l', 'Lista'),
('it', 'store_locator.display_m', 'Mappa'),
('it', 'store_locator.display_ml', 'Map and list'),
('it', 'store_locator.main_destination', 'Located in rate area'),
('it', 'store_locator.name', 'Name'),
('it', 'store_locator.no_rate_area', 'No rate area'),
('it', 'store_locator.pickup', 'Pickup'),
('it', 'store_locator.pickup_avail', 'Available for pick-up'),
('it', 'store_locator.pickup_locations', 'Pickup Locations'),
('it', 'store_locator.pickup_rates_calculation_logic_changed_text', '<p>The <b>[pickup_addon]</b> and <b>[store_locator_addon]</b> add-ons were merged into a new add-on called [stores_pickups_addon]. Shipping rates and time are more flexible now: they depend on the location (rate area) of a pickup point. The rates are now specified in one place: the editing page of a shipping method.</p><p>For that reason, we removed the <b>Surcharge</b> field from the pickup point editing page. Its value still appears in the admin panel, but isn’t used in rate calculation. Please check your pickup points, then adjust the shipping rates of all your \"Pick up from store\" shipping methods accordingly.</p><p><a href=\"[shippings_manage]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Adjust shipping rates</a> <a href=\"[pickup_points_list]\" target=\"_blank\" class=\"btn btn-large\">View my pickup points</a></p>'),
('it', 'store_locator.pickup_rates_calculation_logic_changed_title', 'Pick up from store: Surcharge per pickup point removed'),
('it', 'store_locator.pick_up_points', 'Pick-up points'),
('it', 'store_locator.scroll_to_top', 'Scroll to top'),
('it', 'store_locator.selected_fields', 'Selected stores'),
('it', 'store_locator.select_stores', 'Select stores'),
('it', 'store_locator.shipping_position', 'Order selected in the shipping method settings'),
('it', 'store_locator.shipping_price_from', 'from [price]'),
('it', 'store_locator.show_pickup_points_only', 'Hide places where I can\'t pick up my order'),
('it', 'store_locator.show_to', 'Show to'),
('it', 'store_locator.stores_and_pickup_points', 'Stores and pickup points'),
('it', 'store_locator.stores_position', 'The \"Position\" field in the store settings'),
('it', 'store_locator.surcharge_changes_hint', 'In previous versions, the surcharge was added to the standard rates that were specified for a shipping method. Now this surcharge isn\'t taken into account during shipping rate calculation. We left it here for your convenience, so that you could see it and adjust the rates on the shipping method editing page accordingly.'),
('it', 'store_locator.text_pickup_instruction', 'The \"Customer pick-up\" shipping method offers a customer to choose a store to pick up a product from. The stores can be created in the \"Store location\" add-on<br /><b>Store creation:</b> <a href=\"[store_locator]\">Store location</a>'),
('it', 'store_locator.use_two_fingers_for_move_map', 'Use two fingers to move the map'),
('it', 'store_locator.work_time', 'Working hours'),
('it', 'store_mode', 'Modalità di licenza'),
('it', 'store_mode.plus', 'Plus'),
('it', 'store_mode.ultimate', 'Ultimate'),
('it', 'store_mode_changed', 'La modalità di licenza è stata cambiata'),
('it', 'store_number', 'Numero negozio'),
('it', 'store_object_denied', 'Il [object_type] [object_name] non è disponibile per questo negozio.'),
('it', 'store_rating', 'Store rating'),
('it', 'store_theme', 'Tema storefront'),
('it', 'subcategories', 'Sottocategorie'),
('it', 'subcategories_tree_cat', 'Alberatura sottocategorie'),
('it', 'subject', 'Oggetto'),
('it', 'submit', 'Invia'),
('it', 'submit_my_order', 'Effettua Ordine'),
('it', 'subpages', 'Sottopagine'),
('it', 'subscribe', 'Iscriviti'),
('it', 'subscribed', 'Iscritto'),
('it', 'subscribed_to', 'Iscritto a [num] liste'),
('it', 'subscriber', 'Abbonato/Iscritto'),
('it', 'subscribers', 'Iscritti/Abbonati'),
('it', 'subscribers_date', 'Subscribers date'),
('it', 'subscribers_menu_description', 'Gestisci le impostazioni e gli iscritti alla newsletter.'),
('it', 'subscribers_menu_item_text', 'Iscritti'),
('it', 'subscribers_no_promo', 'Nessuna promozione'),
('it', 'subscribers_num', 'Numero iscritti'),
('it', 'subscribers_promo_subject', 'Grazie per esserti iscritto! Utilizza il codice coupon [coupon] per usufruire della nostra offerta speciale \"[promotion]\".'),
('it', 'subscriber_email', 'E-mail abbonato'),
('it', 'subscriptions', 'Abbonamenti'),
('it', 'subtotal', 'Subtotale'),
('it', 'subtotal_sum', 'Somma sub-totale'),
('it', 'subtract', 'Sottrarre'),
('it', 'suburb', 'Sobborgo'),
('it', 'successful', 'Riuscito'),
('it', 'successfully_registered', 'Registrato con successo'),
('it', 'successful_login', 'Hai effettuato l\'accesso correttamente.'),
('it', 'success_registration_text', 'Congratulazioni! La registrazione è avvenuta con successo! <br/>Ora hai accesso completo a tutte le funzionalità del negozio. Clicca su \"Mio account\" per visualizzarle.'),
('it', 'suffix', 'Suffisso'),
('it', 'summary', 'Riepilogo'),
('it', 'supplier', 'Fornitore'),
('it', 'suppliers', 'Fornitori'),
('it', 'suppliers.event.order.supplier_notified.name', 'Suppliers: order status changed to [status]'),
('it', 'suppliers.supplier_notifications', 'Supplier notifications'),
('it', 'suppliers_menu_description', 'Lista ordinata di fornitori registrati nel negozio.'),
('it', 'supplier_deleted', 'Il fornitore è stato eliminato con successo.'),
('it', 'supplier_email_header', 'I seguenti prodotti sono stati acquistati nel nostro negozio e hanno bisogno di essere spediti.'),
('it', 'supplier_id', 'ID Fornitore'),
('it', 'surcharge', 'Supplemento'),
('it', 'surcharge_title', 'Titolo sovrapprezzo'),
('it', 'sweden', 'Svezia'),
('it', 'swedish', 'Svedese'),
('it', 'swing', 'Swing'),
('it', 'switch_layout', 'Cambia layout'),
('it', 'symbol', 'Simbolo'),
('it', 'system', 'Sistema operativo'),
('it', 'system_environment', 'System environment'),
('it', 's_first_name_and_last_name', 'Nome e Cognome (per spedizione)'),
('it', 's_fullname', 'Nome completo (per spedizione)'),
('it', 's_last_name_and_first_name', 'Cognome e nome (per spedizione)'),
('it', 'tab', 'Tabulatore'),
('it', 'table', 'Tabella'),
('it', 'tables', 'Tabelle'),
('it', 'table_column_has_been_deleted', 'La colonna di prodotti e stato eliminato con successo.'),
('it', 'table_conditions', 'Condizioni tabelle'),
('it', 'tabs', 'Tab (linguette)'),
('it', 'tag', 'Tag'),
('it', 'tags', 'Tag'),
('it', 'tags_menu_description', 'Gestire Tag di pagina e prodotto.'),
('it', 'tag_cloud', 'Nuvola di tag'),
('it', 'tax', 'Tassa'),
('it', 'taxes', 'Tasse'),
('it', 'taxes_menu_description', 'Gestisci combinazioni di tasse che sono supportate nel vostro negozio.'),
('it', 'tax_exempt', 'Esente da tasse'),
('it', 'tax_rates', 'Aliquote tassa'),
('it', 'temando_centimetres', 'centimetri'),
('it', 'temando_feet', 'piedi'),
('it', 'temando_inches', 'pollici'),
('it', 'temando_method_depottodepot', 'Da deposito a deposito'),
('it', 'temando_method_doortodoor', 'Porta a porta'),
('it', 'temando_metres', 'metri'),
('it', 'temando_package_backpack', 'Zaino'),
('it', 'temando_package_bale', 'Balla'),
('it', 'temando_package_box', 'Cassone'),
('it', 'temando_package_bunch', 'Mazzo'),
('it', 'temando_package_bundle', 'Fascina'),
('it', 'temando_package_carton', 'Cartone'),
('it', 'temando_package_crate', 'Gabbia'),
('it', 'temando_package_cylinder', 'Cilindro'),
('it', 'temando_package_documentenvelope', 'Busta documento'),
('it', 'temando_package_drum', 'Fusto'),
('it', 'temando_package_flatpack', 'Pacco piatto'),
('it', 'temando_package_letter', 'Lettera'),
('it', 'temando_package_pail', 'Secchio'),
('it', 'temando_package_pallet', 'Pallet'),
('it', 'temando_package_parcel', 'Pacco'),
('it', 'temando_package_pipe', 'Tubo'),
('it', 'temando_package_roll', 'Rotolo'),
('it', 'temando_package_satchel', 'Cartella/borsa'),
('it', 'temando_package_skid', 'Scivolo'),
('it', 'temando_package_suitcase', 'Valigia'),
('it', 'temando_package_tube', 'Tubo'),
('it', 'temando_package_unpackaged', 'Non confezionato o N/D'),
('it', 'temando_package_wheel', 'Ruota/copertone'),
('it', 'temando_subclass_excessbaggage', 'Bagaglio in eccesso'),
('it', 'temando_subclass_furniture', 'Mobili'),
('it', 'temando_subclass_householdgoods', 'Masserizie'),
('it', 'temando_subclass_other', 'Altro ecc. (Other (etc.))'),
('it', 'temando_system', 'Sistema Temando'),
('it', 'temando_weight_grams', 'Grammi'),
('it', 'temando_weight_kilograms', 'Kilogrammi'),
('it', 'temando_weight_ounces', 'Once'),
('it', 'temando_weight_pounds', 'Libbre'),
('it', 'template', 'Modello'),
('it', 'templates', 'Modelli'),
('it', 'templates_tree', 'Alberatura modello'),
('it', 'template_document_gift_certificate_default', 'Certificati di dono: default'),
('it', 'template_document_order_imagem', 'Fattura'),
('it', 'template_document_order_image_product', 'Imagem do produto'),
('it', 'template_document_order_invoice', 'Fattura'),
('it', 'template_document_order_summary', 'Riepilogo ordine'),
('it', 'template_document_packing_slip_default', 'Ritiro in attesa'),
('it', 'template_document_product_imagem', 'Fattura'),
('it', 'template_document_rma_packing_slip_default', 'Richiesta di ritorno: slip in pacchetto'),
('it', 'template_document_supplier_order_invoice', 'Fornitori: fattura'),
('it', 'terminal', 'Terminale'),
('it', 'terminal_id', 'ID Terminal'),
('it', 'terms_and_conditions', 'Termini e condizioni'),
('it', 'terms_and_conditions_content', '<p>Si prega di leggere questi termini e condizioni (\"Termini\", \"Termini e condizioni\") con attenzione prima di utilizzare il sito Web <a href=\"http://www.mywebsite.com\"> http://www.mywebsite.com</a> e la mia App Mobile applicazione mobile (il \"servizio\") operati da My Company (\"noi\", \"noi\" o \"nostro\").</p> <p><strong>Accedendo o utilizzando il servizio accetti di essere vincolato da questi termini. Se non siete d\'accordo con qualsiasi parte dei termini quindi non si può accedere al servizio.</strong></p> <p><strong>Acquisti</strong></p> <p>Se si desidera acquistare qualsiasi prodotto o servizio reso disponibile attraverso il servizio (\"acquisto\"), potrebbe essere richiesto di fornire determinate informazioni rilevanti per il vostro acquisto, compresi, senza limitazione, il tuo...</p> <p><strong>Contenuto</strong></p> <p>Il nostro servizio consente di inviare, collegare, archiviare, condividere e rendere altrimenti disponibili determinate informazioni, testo, grafica, video o altro materiale (\"contenuti\"). Sei responsabile per la...</p> <p><strong>Modifiche</strong></p> <p>Ci riserviamo il diritto, a nostra discrezione, di modificare o sostituire questi termini in qualsiasi momento. Se una revisione è materiale cercheremo di fornire preavviso di almeno 30 giorni prima di qualsiasi nuovo termine di entrata in vigore. Che cosa costituisce un cambiamento materiale sarà determinato a nostra discrezione.</p> <p><strong>Contattaci</strong></p> <p>Se avete domande su questi termini, vi preghiamo di contattarci.</p>'),
('it', 'test', 'Prova'),
('it', 'testimonials', 'Testimonial'),
('it', 'test_live_mode', 'Modalità Test/Live'),
('it', 'test_mode', 'Modalità Test'),
('it', 'text', 'Testo'),
('it', 'textarea', 'Area di testo'),
('it', 'text_2checkout_notice', '<b>Note</b>: Per seguire i vostri ordini con 2Checkout dal negozio dovete seguire questi passi:<br><br>-&nbsp;Accedere al vostro account 2Checkout<br>-&nbsp;Cliccare su <u>\'Impostazioni visualizzazione\'</u> nella sezione <u>\'Links utili\'</u>.<br>-&nbsp;Impostare l\'opzione <u>\'Ritorno diretto?\'</u> su <b>\'Si\'</b><br>-&nbsp;Impostare <u>\'Indirizzo web approvato\'</u> su:<br><b>[return_url]</b><br>-&nbsp;Impostare <u>\'La tua parola segreta\'</u>. La parola segreta e nota solo al proprietario dell\'account di 2Checkout.<br>'),
('it', 'text_2co_ins', 'Servizio di notifica immediata (INS)'),
('it', 'text_access_notice', 'È possibile utilizzare i caratteri jolly per il \"dominio\", \"E-mail\" e \"Carta di credito\" schede: <br /><b>*</b> - può rappresentare qualsiasi numero di caratteri, compreso lo zero<br /><b>?</b> - può rappresentare ogni singolo carattere.'),
('it', 'text_additional_detailed_image', '(visualizzazione in finestra popup)'),
('it', 'text_additional_storefront_license_required', '<p>Non puo aggiungere un nuovo negozio virtuale. Il massimo numero di negozii virtuali permesso dalla sua liceza presente <code>[license_number]</code> e [allowed_storefronts] e Lei ha adesso [existing_storefronts].</p><p>Per potere aggiungere un altro negozio virtuale, prego comprare [product] una Licenza di Negozio Virtuale addizionale. Se vuo aggiungere molti negozii virtuali, comprare le licenze relative.</p>'),
('it', 'text_additional_thumbnail', '(visualizza in pagina dettagliata del prodotto in \"altre immagini supplementari\")'),
('it', 'text_addon_cannot_enable', 'Estensione (Add-on) \"[addon_name]\" non è compatibile con i seguenti add-ons: [addons]. Esso non può essere attivato'),
('it', 'text_addon_confclicts', 'Add-on \"[addon_name]\" non è compatibile con i seguenti add-ons: [addons]. Questi add-ons saranno disattivati automaticamente.'),
('it', 'text_addon_confclicts_on_install', 'Add-on \"[addon_name]\" non è compatibile con i seguenti add-ons: [addons], per questo esso non sarà attivato automaticamente. Per attivare l\'add-on, attivarlo manualmente e l\'add-on incompatibile sarà disattivato automaticamente.'),
('it', 'text_addon_disable_dependencies', 'L\'add_on non puo essere deattivato perche gli add-ons dipendono di esso: [addons]'),
('it', 'text_addon_enable_dependencies', 'L\'add on non puo essere attivato perche dipende sul add-ons: [addons]'),
('it', 'text_addon_installed', 'Estensione (add-on) <b>\"[addon]\"</b> è stata installata con successo'),
('it', 'text_addon_install_dependencies', 'L\'estensione non può essere installata perchè una dipendenza per l\'estensione [addon] è impostata su di essa. Prego installare prima l\'estensione [addon].'),
('it', 'text_addon_refreshed', 'The settings and language variables of the <b>\"[addon]\"</b> add-on have been updated successfully'),
('it', 'text_addon_uninstalled', 'Estensione (add-on) <b>\"[addon]\"</b> è stata disinstallata'),
('it', 'text_addon_uninstall_dependencies', 'L\' estensione (add-on) non può essere cancellata perchè le seguenti estensioni hanno una dipendenza: [addons]'),
('it', 'text_addresses_wildcards', 'In questo campo puoi utilizzare caratteri jolly (wildcards):<br> <b>\'?\'</b> - qualsiasi carattere singolo; <b>\'*\'</b> - qualsiasi numero di caratteri. <br><br> <u>Esempio:</u><br> <b>* strada</b> &nbsp;&nbsp;(corrisponde a via1, via 102, ecc...)'),
('it', 'text_address_not_found', 'Indirizzo non trovato'),
('it', 'text_admin_new_orders', 'Questa sezione mostra gli ordini che non hai mai visualizzato.'),
('it', 'text_allowed_to_upload_file_extension', 'Sono supportate le seguenti estensioni di file: <b>[ext]</b>.'),
('it', 'text_all_categories_included', 'Tutte le categorie incluse'),
('it', 'text_all_products_included', 'Tutti i prodotti inclusi'),
('it', 'text_amazon_callback_url', 'Importante! È necessario specificare l\'URL del tuo nefo<io <b>[callback_url]</b> come URL venditore su Amazon Seller Central (Impostazioni > Impostazioni di collegamento Checkout). In caso contrario, non sarai in grado di accettare pagamenti tramite Amazon Checkout nel tuo negozio'),
('it', 'text_amazon_failed_order', 'Non è stata ricevuta alcuna risposta da Amazon Checkout, attendere lo stesso. Anche se l\'ordine potrebbe non essere stato creato nel negozio, è altamente probabile che siato stato correttamente creato ed elaborato da Amazon Checkout. Si prega di contattare il personale del negozio e comunicargli l\'ID ordine fornito da Amazon'),
('it', 'text_amazon_incorrect_products_count', 'Il numero di prodotti nel carrello è diverso dal numero di prodotti nella richiesta Amazon.'),
('it', 'text_amazon_link_message', 'Per scopi di test, l\'URL venditore può essere il link HTTP al tuo negozio, ma la modalità produzione richiede la connessione sicura e deve utilizzare i link HTTPS. Inoltre, ricorda di attivare la modalità di produzione sul sito di Amazon Seller Central, quando si è pronti per la messa online.'),
('it', 'text_amazon_surcharge', '<b>Nota:</b> Secondo la <a href=\'https://payments.amazon.com/sdui/sdui/about?nodeId=6019\' target=\'_blank\'>Politica Amazon</a> (B4.2), i supplementi non sono supportati. Eventuali maggiorazioni impostate verranno ignorate quando Amazon Checkout verrà utilizzato.'),
('it', 'text_anonymous_checkout', 'Devi essere un utente registrato per poter procedere alla cassa'),
('it', 'text_answer_type', 'Fornisci una risposta testuale'),
('it', 'text_applied_promotions', 'Promozioni applicate'),
('it', 'text_approval_notice', 'Questo messaggio ha bisogno di approvazione'),
('it', 'text_are_you_sure_to_delete_file', 'Sei sicuro di volere cancellare l\'elemento?'),
('it', 'text_are_you_sure_to_proceed', 'Sei sicuro di voler procedere?'),
('it', 'text_atos_notice', '<b>NOTA:</b><br />1. Copia il tuo certificato che hai ricevuto nella cartella [home_path]. Rinomina il certificato in certif.fr.[my_merchant_id], dove [my_merchant_id] è il codice commerciante.<br /> 2. Rinomina i parametri del negozio nel file (parmcom.014213245611111) in parmcom.[my_merchant_id].<br />3. Modifica il percorso del file <b>pathfile</b> nella cartella <b>[home_path]</b><br />- Sostituisci la stringa \'<u>D_LOGO![some_dir]!</u>\' con \'<u>D_LOGO![http_path]/logo/!</u>\'<br />- Sostituisci la stringa \'<u>F_DEFAULT![/some_dirs/parmcom.sogenactif]!</u>\' con \'<u>F_DEFAULT![home_path]/parmcom.sogenactif!</u>\'<br />- Sostituisci la stringa \'<u>F_PARAM![/some_dirs/parmcom]!</u>\' con \'<u>F_PARAM![home_path]/parmcom!</u>\'<br />- Sostituisci la stringa \'<u>F_CERTIFICATE![/some_dirs/certif]!</u>\' con \'<u>F_CERTIFICATE![home_path]/certif!</u>\'<br />4. Modifica il file <b>parmcom.[some_number]</b> nella cartella <b>[home_path]</b><br />- Sostituisci la stringa \'<u>AUTO_RESPONSE_URL![some_url]!</u>\' con \'<u>AUTO_RESPONSE_URL![auto_url]!</u>\'<br />- Sostituisci la stringa \'<u>CANCEL_URL![some_url]!</u>\' con \'<u>CANCEL_URL![ok_url]!</u>\'<br />- Sostituisci la stringa \'<u>RETURN_URL![some_url]!</u>\' con \'<u>RETURN_URL![ok_url]!</u>\'<br />'),
('it', 'text_atos_warning', '<span style=\"color:#FF2222\">Attenzione!!!</span> Il percorso per i file atos dovrebbe essere non più di 60 simboli, altrimenti si prega di copiare la cartella atos_files in alcune cartelle superiori, p.e. nella cartella principale. Inoltre assicurati che la cartella atos abbia tutte le autorizzazioni.'),
('it', 'text_authentication_failed_message', 'Il tuo istituto finanziario o banca ci ha indicato che questa transazione non è stata autenticata con successo. Per proteggerti contro le frodi, questa carta non può essere utilizzata per completare il tuo acquisto. Puoi effettuare l\'acquisto selezionando un altro metodo di pagamento.'),
('it', 'text_backup_filename_hint', 'Per scaricare questo backup, fare clic sull\'icona dell\'ingranaggio e selezionare Download'),
('it', 'text_backup_management_notice', 'Questa sezione vi permette di amministrare i vostri files di backup<br> - Per ripristinare il database, spuntare la casella accanto al nome del file desiderato e cliccare sul tasto <b>Ripristino </b> <br> - Per eliminare dei files, spuntare la casella accanto al nome dei files che desiderate cancellare e cliccare sul tasto <b>Cancella selezionati</b> <br> - Per scaricare un file sul vostro computer locale, spuntare la casella accanto al nome del file e cliccare sul tasto <b>Caricare (upload)</b>'),
('it', 'text_banner', 'Testo del banner'),
('it', 'text_billing_address_is_different_from_shipping', 'My billing address is different from shipping address'),
('it', 'text_billing_same_with_shipping', 'L\'indirizzo fatturazione è uguale all\'indirizzo di consegna'),
('it', 'text_block_trial_notice', 'Il tuo periodo di prova di 30 giorni è scaduto. Ti preghiamo di acquistare la licenza commerciale completa ([href]) oppure rimuovere il software dal tuo server.'),
('it', 'text_box', 'Testo nel box'),
('it', 'text_buy_new_license', 'Se non avete ancora un numero di licenza, è possibile acquistarlo presso il nostro Sito Ufficiale.'),
('it', 'text_cannot_apply_points_to_this_order_because_total', 'Purtroppo, non è possibile applicare i punti a questo ordine, perché il costo totale è pari a zero.'),
('it', 'text_cannot_apply_points_to_this_order_because_user', 'Purtroppo, non è possibile applicare i punti a questo ordine, perché non hai abbastanza punti sull\'account.'),
('it', 'text_cannot_create_directory', 'Impossibile creare la cartella <b>[directory]</b>. Per favore controllare i permessi.'),
('it', 'text_cannot_create_file', 'Impossibile creare il file <b>[file]</b>. Per favore controllare i permessi della cartella.'),
('it', 'text_cannot_delete_directory', 'Impossibile cancellare la cartella <b>[directory]</b>. Per favore controllare i permessi.'),
('it', 'text_cannot_delete_file', 'Impossibile cancellare il file <b>[file]</b>. Per favore controllare i permessi.'),
('it', 'text_cannot_rename_directory', 'Impossibile rinominare la cartella <b>[directory]</b>. Per favore controllare i permessi.'),
('it', 'text_cannot_rename_file', 'Impossibile rinominare il file<b>[file]</b>. Per favore controllare i permessi.'),
('it', 'text_cannot_restore_directory', 'Impossibile ripristinare la cartella <b>[directory]</b> dall\'archivio. Per favore controllare se l\'archivio esiste.'),
('it', 'text_cannot_restore_file', 'Impossibile ripristinare il file <b>[file]</b> dall\'archivio. Per favore controllare se l\'archivio esiste.'),
('it', 'text_can_be_used_once', 'Questo buono può essere utilizzato solo una volta ed è già stato utilizzato.'),
('it', 'text_cart_amount_changed', 'La quantità del prodotto <b>[product]</b> nel tuo carrello è stata cambiata in ammissibile.'),
('it', 'text_cart_amount_corrected', 'La quantità di prodotti nell\'inventario non è sufficiente per il tuo ordine. La quantità del prodotto <b>[product]</b> nel vostro carrello è stata cambiata.'),
('it', 'text_cart_empty', 'Il tuo carrello è vuoto!'),
('it', 'text_cart_max_qty', 'La quantità massima per \"[product]\" è <b>[quantity]</b>'),
('it', 'text_cart_min_qty', 'La quantità minima per \"[product]\" è <b>[quantity]</b>'),
('it', 'text_cart_not_enough_inventory', 'Il quantitativo di prodotti in inventario non è sufficiente per il tuo ordine'),
('it', 'text_cart_zero_inventory', 'Il prodotto <b>[product]</b> non è disponibile e non può essere aggiunto al carrello'),
('it', 'text_cart_zero_inventory_and_removed', 'Il prodotto <b>[product]</b> non è disponibile e quindi è stato rimosso dal carrello'),
('it', 'text_catalog_mode_zero_price_action_notice', 'Per mostrare il pulsante \"Acquista ora\" nella pagina dettaglio prodotto, per favore impostare \"Comportamento con prezzo zero\" su \"Permettere ai clienti di aggiungere il prodotto al carrello\".'),
('it', 'text_categories_have_been_deleted', 'Le categorie sono state cancellate con successo.'),
('it', 'text_category_delimiter', 'Delimitatore percorso categorie per categoria principale prodotto (es. \"Computers///Desktops\")</p>'),
('it', 'text_category_detailed_image', '(opzionale, visualizzata solo nella pagina dettagli categorie)'),
('it', 'text_category_has_been_deleted', 'Categorie, sottocategorie e relativi prodotti sono stati cancellati con successo.'),
('it', 'text_category_icon', '(Visualizzata nella lista categorie e nelle pagine dettagli)'),
('it', 'text_cc_javascript_disabled', 'Nota! Il tuo browser ha <b>JavaScript</b> disabilitato. Per pagare il tuo ordine fai click su'),
('it', 'text_cc_number_is_blocked', 'Il numero della carta di credito <b>[cc_number]</b> è bloccato dall\'amministratore. Contattare l\'amministratore o provare un altro numero.'),
('it', 'text_cc_processor_connection', 'Connessione con <b>[processor]</b> in corso...'),
('it', 'text_cdn_check', '<strong>Attenzione!</strong> Per favore testare alcuni URL, p.e. <a href=\"[url]\">[url]</a>, per essere sicuri che funzioni prima di attivare la CDN (puoi attivarlo dopo che la memoria è diventata attiva).  Di regola il tempo per attivare la memoria dura 10-15 minuti (il campo \"Status\" dovrebbe visualizzare \"Active\", ricarica la pagina per aggiornare il valore).'),
('it', 'text_cdn_setup', 'La CDN è stata impostata con successo.'),
('it', 'text_changes_not_saved', 'Le tue modifiche non sono state salvate.'),
('it', 'text_changes_saved', 'Le tue modifiche sono state salvate.'),
('it', 'text_change_password', 'Hai effettuato l\'accesso al tuo account. Per favore cambia la password e clicca sul tasto \"aggiorna\".'),
('it', 'text_character_identifier_tooltip', 'Una sequenza di caratteri utilizzata per indentificare. Puo utilizzare numeri da 0 a 9, simboli dell\'alfabeto inglese e i segni seguenti: \"-\", \"_\", \".\".'),
('it', 'text_checkout_new_profile_notice', 'Se sei un nuovo cliente, abbiamo bisogno di sapere i tuoi dati personali.'),
('it', 'text_cities_wildcards', 'In questo campo potete utilizzare caratteri jolly (wildcards):<br>   <b>\'?\'</b> - qualsiasi carattere singolo;  <b>\'*\'</b> - qualsiasi numero di caratteri.  <br><br>  <u>Esempio:</u><br>  <b>New Y*</b> &nbsp;&nbsp;(corrisponde a New York, New Yark, ecc.)<br>  <b>L?s*</b>&nbsp;&nbsp; (corrisponde a Las Vegas, Los Angeles, ecc.)'),
('it', 'text_click_here', 'Clicca qui per vedere i dettagli'),
('it', 'text_cmcic_notice', 'Imposta il seguente URL come il <b>CGI2</b>: <b>[postback_url]</b>'),
('it', 'text_cmpi_frame_message', 'Per la vostra sicurezza, per favore compilare il modulo qui sotto per completare la vostra ordinazione. Non cliccare sul tasto \"aggiorna\" o il tasto \"indietro\", perché questa transazione potrebbe venire interrotta o annullata.'),
('it', 'text_cmpi_go_back', 'Ritorna indietro'),
('it', 'text_combination_out_of_stock', 'Non ci sono prodotti con le opzioni selezionate in magazzino'),
('it', 'text_companies_activated', 'Le aziende selezionate sono state attivate'),
('it', 'text_companies_disabled', 'Le aziende selezionate sono state disattivate'),
('it', 'text_company_status_active_subj', 'La tua azienda è stata attivata.'),
('it', 'text_company_status_active_to_pending', 'Il tuo stato di fornitore è stato modificato da \"attivo\" a \"in attesa\".'),
('it', 'text_company_status_changed', 'Lo status della tua azienda [company] è stato cambiato in [status].'),
('it', 'text_company_status_disabled_subj', 'La tua azienda è stata disattivata.'),
('it', 'text_company_status_disabled_to_pending', 'Il tuo stato di fornitore è stato modificato da \"disattivato\" a \"in attesa\".'),
('it', 'text_company_status_new_to_active', 'La tua richiesta come vendor [company] è stata approvata.'),
('it', 'text_company_status_new_to_active_administrator_created', 'Uno nuovo amministratore e stato creato. Lei puo accedere l\'area dell\'amministratore.<a href=\"[link]\">[link_text]</a> utilizzando certificati. Connetarsi:<br />Login: [login]<br />Password: [password]'),
('it', 'text_company_status_new_to_active_administrator_updated', 'Il tipo del suo conto [login] e cambiato all\'amministratore. Puo connetarsi al campo d\'amministratore: <a href=\"[link]\">[link_text]</a>'),
('it', 'text_company_status_new_to_active_subj', 'La tua richiesta come vendor è stata approvata.'),
('it', 'text_company_status_new_to_disable', 'La tua richiesta come vendor [company] è stata respinta.'),
('it', 'text_company_status_new_to_disable_subj', 'La tua richiesta come vendor è stata respinta.'),
('it', 'text_company_status_new_to_pending', 'Congratulazioni, la tua richiesta per un conto vendor è stata approvata. Non appena le informazioni riguardanti il vostro conto saranno esaminate, saranno pubblicate sul tuo sito.'),
('it', 'text_company_status_pending', 'Lo stato \"in sospeso\" consente di accedere al pannello di amministrazione, modificare le informazioni sulla società e riempire il negozio con i prodotti.'),
('it', 'text_company_status_pending_subj', 'La tua azienda stà aspettando l\'approvazione.'),
('it', 'text_company_status_pending_to_active', 'I tuoi cambiamenti del profilo riguardanti il vendor [company] sono stati approvati.'),
('it', 'text_conditions_cleared', 'Le condizioni tabella sono state cancellate'),
('it', 'text_confirmation_page_header', 'Questa è una pagina di conferma. Dovete confermare l\'operazione per poterla eseguire.'),
('it', 'text_confirm_passwd_recovery', 'Cliccate sul seguente collegamento per confermare la procedura di ripristino della vostra password'),
('it', 'text_cpf_exists', 'CPF está vinculado a outra conta'),
('it', 'text_csrf_attack', 'Accesso negato: possibile attacco CSRF'),
('it', 'text_customer_area_logo', 'Logo per area <b>clienti</b>'),
('it', 'text_datatrans_notice', '<b>Nota</b>: al fine di monitorare i tuoi ordini DataTrans con il software ecommerce, devi adottare le seguenti misure: < br / > < br / >-accedi al tuo account DataTrans < br / >-Clicca sul link <u>Upp Data</u> nella sezione <u>\'Amministrazione Upp\'.</u> < br / > - Imposta <u>\'URL Post data format\'</u> <b>\'</b> nel modulo HTML\'. < br / > - Set <u>Post URL\'</u> a: < br / > <b>[post_url]</b> < br / >-Clicca sul link <u>\'Sicurezza\'</u> nella sezione <u>\' amministrazione Upp\'.</u> < br / > - Select l\'opzione <b>\'un\'ulteriore identificazione mercantile verranno inviati con messaggi di pagamento\'</b>. < br / >-generare nuova firma digitale utilizzando il pulsante <u>\'Genera nuovo segno\'</u>. < br / >-Set generato valore per il campo <u>\'Firma digitale\'</u> nella pagina di configurazione del pagamento DataTrans nel tuo negozio < br / >'),
('it', 'text_data_changed', 'Le tue modifiche non sono state salvate. Cliccare su continua, o cancella per restare sulla pagina corrente.'),
('it', 'text_decrease_points_in_use', 'I punti utilizzati in questo ordine sono stati sottratti dall\'account utente.'),
('it', 'text_deltapay_notice', '<b>Nota:</b> Si prega di inviare le seguenti informazioni al supporto DeltaPay: <br />Pagina di pagamento: \'<u>[payment_url]\'</u><br />Pagina di successo: \'<u>[result_url]\'</u><br />Pagina di errore: \' <u>[result_url]\'</u><br />Pagina Annullamento: \'<u>[result_url]\'</u><br />'),
('it', 'text_directebanking_notice', 'Impostare il \'link successo\': <b>[success_url]</b><br />impostare \'link annullamento\' su: <b>[abort_url]</b><br />Aggiungere nuove notifiche HTTP e \'URL di Notifica\': <b>[notification_url]</b><br />Attivare il controllo di ingresso e \'Hash Algoritm\' su \'SHA1\'<br />'),
('it', 'text_directory_created', 'La cartella <b>[directory]</b> è stata creata con successo.'),
('it', 'text_directory_deleted', 'La cartella <b>[directory]</b> è stata cancellata con successo'),
('it', 'text_directory_renamed', 'La cartella <b>[directory]</b> è stata rinominata con successo in: <b>[to_directory]</b>'),
('it', 'text_directory_restored', 'La cartella <b>[directory]</b> è stata ripristinata dall\'archivio'),
('it', 'text_downloads_empty', 'La tua lista dei dowload è vuota'),
('it', 'text_editing', 'Modifica testo'),
('it', 'text_edp_product', 'questo prodotto viene distribuito in modo elettronico (scaricabile)'),
('it', 'text_ekey_not_valid', 'La chiave elettronica da te inserita non è valida oppure è scaduta'),
('it', 'text_email_is_blocked', 'L\'e-mail <b>[email]</b> è bloccata dall\'amministratore. Per favore contatta l\'amministratore del negozio o prova un altra email.'),
('it', 'text_email_sent', 'L\'e-mail è stata inviata con successo.'),
('it', 'text_emerchantpay_notice', 'Si prega di aggiungere questi campi URL nella configurazione del modulo di pagamento e-commerce eMerchantPay: <br/> <br/> <b>BackReturn URL:</b> <br/> [backreturn_url] <br/> <br/> <b>URL Approvazione personalizzata:</b> <br/>[notify_url] <br/> <br/> <b>URL Annullamento personalizzato:</b> <br/> [decline_url] <br/> <br/> <b>URL notifica:</b> <br/> [process_url]'),
('it', 'text_enabled_testimonials_notice', 'Le testimonianze sono disattivate. Per abilitarle vai su <a href=\"[link]\">Commenti e recensioni: opzioni</a> e seleziona \"Comunicazione\", \"Valutazione\" oppure \"Comunicazione e valutazione\" come valore del campo \"Testimonianze\".'),
('it', 'text_enets_notice', 'Per favore invia il seguente URL al gestore eNPS come URL di risposta per tutti e tre i casi (successo, fallimento, cancellazione): [r_url]'),
('it', 'text_entered_html_was_sanitized', 'Alcuni <strong>tag HTML</strong> che avete usato <strong>sono stati tagliati fuori</strong> a causa delle restrizioni sull\'inserimento di HTML tag ad esempio &lt; oggetto &gt;, &lt; iframe &gt;, &lt; embed &gt; e codice JavaScript. Ecco perché il contenuto che hai inserito tramite questi tag non verrà visualizzato.'),
('it', 'text_enter_filename', 'Inserire un nuovo nome per il file'),
('it', 'text_error_adding_request', 'Errore durante l\'aggiunta della richiesta.'),
('it', 'text_exim_data_exported', 'I dati sono stati esportati con successo'),
('it', 'text_exim_data_imported', 'Dati importati con successo.<br />Nuovi oggetti- <b>[new]</b>;<br />Oggetti aggiornati- <b>[exist]</b>;<br />Oggetti omessi- <b>[skipped]</b>;<br />Totale - <b>[total]</b>.'),
('it', 'text_exim_data_imported_clear', 'Dati sono stati importati con successo.'),
('it', 'text_exim_export_notice', 'Sotto si trova una lista di campi che possono essere esportati. I <b>campi evidenziati</b> sono obbligatori.'),
('it', 'text_exim_import_features_note', '<h4>Product features import format</h4><code>(%Group name%) %Feature name%: %Feature type%[%Feature value%]</code>where,<dl class=\"dl-horizontal\"><dt>%Group name%</dt><dd>the name of feature group</dd><dt>%Feature name%</dt><dd>the name of feature</dd><dt>%Feature type%</dt><dd>the feature type (C - checkbox, M - multiple checkboxes, S - text select box, N - number select box, E - extended selectbox, T - simple text, O - number, D - date)</dd><dt>%Feature value%</dt><dd>the feature value (several values can be delimited by comma)</dd></dl><p>Several features must be delimited by semicolon.</p><h5>Example:</h5><code>ISBN: T[1233423423]; Release date: D[05/05/07]; Color: S[Red]</code>'),
('it', 'text_exim_import_files_note', '<h4>Formato Importazione file</h4><code>%File location%</code> dove, <dl class=\"dl-horizontal\"> <dt>%File location%</dt> <dd>può essere un percorso assoluto o relativo in un sistema di file server o un URL</dd></dl><p>diversi file devono essere delimitati da virgola.</p> <h5>Esempio 1:</h5><code>file1.jpg</code><h5>Esempio 2:</h5><code>backup/file1.zip, images/file2.jpg</code>'),
('it', 'text_exim_import_images_note', '<b>Formato importazione immagine</b><code>%Image location%#%Alternative text%</code>dove,<p>%Image location% - può essere un percorso assoluto o relativo in un filesystem del server oppure URL,<br />%Alternative text% - Testo alternativo immagine</p><b>Esempio 1:</b><br /><code>images/product_images/apples.jpg#Apples</code><b>Esempio 2:</b><br /><code>http://www.site.com/apples.jpg#Apples</code>'),
('it', 'text_exim_import_notice', 'Sotto si trova una lista di campi che il vostro file dati può contenere. I campi in <b>grassetto</b> sono obbligatori'),
('it', 'text_exim_import_options_note', '<h4>Product options import format</h4><code>%Option name%: %Option type%[{$ldelim}%Variant 1 ID%{$rdelim}%Variant 1%,{$ldelim}%Variant 2 ID%{$rdelim}%Variant 2%,{$ldelim}%Variant N ID%{$rdelim}%Variant N%]</code> where,<dl class=\"dl-horizontal\"><dt>%Option name%</dt><dd>the name of the option,</dd><dt>%Variant N ID%</dt><dd>the id of the variant,</dd><dt>%Variant N%</dt><dd>the name of the variant. Variants must be specified if the option type is a selectbox or radiogroup only.</dd><dt>%Option type%</dt><dd>the option type, can be the following:<br><ul><li><b>S</b> - selectbox,</li><li><b>R</b> - radiogroup,</li><li><b>C</b> - checkbox,</li><li><b>I</b> - simple input,</li><li><b>T</b> - textarea.</li></ul></dd></dl><p>Several options must be delimited by semicolon.</p><h5>Examples:</h5>Simple text options:<code>Your age: I; Date of birth: I; Notes: T</code><br>Options with variants:<code>Color: S[Red, Green, Blue]; Size: R[X, XL, XXL]</code>'),
('it', 'text_exim_utf8_file_format', 'Prego assicurati che il file che stai importando abbia il set di caratteri UTF-8 per garantire un\'importazione corretta'),
('it', 'text_expired_license', 'Sfortunatamente la tua sottoscrizione al software [product] è scaduta. Per favore rinnovarla appena possibile per evitare la sospensione del programma.'),
('it', 'text_failed_gift_certificate_addition', 'Impossibile aggiungere il certificato. Assicurarsi che la quantità non sia pari a zero.'),
('it', 'text_features_delimiter', 'Delimitatore tra valori varianti di una caratteristica del prodotto.'),
('it', 'text_feedback_notice', 'I parametri che verranno inviati al nostro server per analizzare la funzionalità e la configurazione corrente sono elencati qui sotto<br />Prego notare; nessuna informazione personale o finanziaria verrà inviata. Dopo esservi familiarizzati con i parametri, cliccare su\"Send (invia)\".<br />'),
('it', 'text_files_directory', 'Directory nella quale si trovano i files dei prodotti.<br>Questa verrà utilizzata se il campo dati \"File \"  viene specficicato senza percorso; questo deve essere un percorso assoluto</p>'),
('it', 'text_file_created', 'Il file <b>[file]</b> è stato creato con successo.'),
('it', 'text_file_deleted', 'Il file <b>[file]</b> è stato cancellato con successo.'),
('it', 'text_file_editor_notice', 'Puoi caricare e scaricare file tramite l\'<a href=\"[href]\"> Editor di file</a>'),
('it', 'text_file_editor_notice_full_link', 'You can upload and download files via [link]'),
('it', 'text_file_renamed', 'Il file <b>[file]</b> è stato rinominato con successo in: <b>[to_file]</b>'),
('it', 'text_file_restored', 'Il file <b>[file]</b> è stato ripristinato dall\'archivio'),
('it', 'text_file_saved', 'Il file <b>[file]</b> è stato salvato con successo'),
('it', 'text_fill_the_mandatory_fields', 'Devi compilare tutti i campi obbligatori'),
('it', 'text_forbidden_file_extension', 'Non è consentito creare/caricare/rinominare i files con estensione <b>.[ext]</b>'),
('it', 'text_forbidden_file_mime', 'Non è permesso creare/caricare/rinominare files del tipo <b>[mime]</b> MIME'),
('it', 'text_forbidden_functionality', '<p>Per utilizzare questa funzione, è necessaria la licenza di [product].</p>'),
('it', 'text_forbidden_uploaded_file_extension', 'Non è consentito il caricamento di file con estensione <b>.[ext]</b>. Estensioni consentite sono: <b>[exts]</b>'),
('it', 'text_forbidden_uploaded_file_size', 'Non è consentito caricare files più grandi di <b>[size]</b>'),
('it', 'text_form_cresecure_notice', 'Si prega di completare il pagamento sottostante.<br />Questa è una pagina sicura per il pagamento, fornita da un server protetto.'),
('it', 'text_full_mode_required', 'È necessaria la <strong>Modalità COMPLETA</strong>.'),
('it', 'text_gate2shop_notice', '<p>Si prega di impostare i seguenti valori nelle impostazioni Gate2Shop:</p><p>URL Successo, fallito e annullato:<b>[result_url]</b></p><p>URL Indietro: <b>[back_url]</b></p>'),
('it', 'text_gd_not_avail', 'Libreria GD <b>NON È INSTALLATA</b> sul vostro server. Prego contattare il vostro fornitore di hosting. <br /> Solo il tipo \"Tabella\" può essere utilizzato per i grafici.'),
('it', 'text_gift_certificate_logo', 'Logo per i <b>buoni regalo</b>'),
('it', 'text_gift_cert_added_to_wishlist', 'Il buono regalo è stato aggiunto alla lista desideri'),
('it', 'text_gift_cert_amount_alert', 'L\'importo dovrebbe essere tra [min] e [max]'),
('it', 'text_gift_cert_applied', 'Il buono regalo è stato applicato'),
('it', 'text_gift_cert_cannot_delete', 'Il buono regalo [code] non può essere eliminato perché è stato utilizzato negli ordini con ID: [ids].'),
('it', 'text_gift_cert_has_been_deleted', 'Il buono regalo è stato cancellato con successo.'),
('it', 'text_hidpi_support_enabled', 'Il supporto HiDPI è abilitato'),
('it', 'text_hsbc_notice', '<b>ID Cliente  -</b> Il tuo ID cliente è un numero compreso tra 0 e 999999999, oppure un nome cliente nella forma UK12345678CUR. <br /> Il nome è sensibile alle maiuscole.<br /> <b>Utenti UNIX:</b><br /> Assicurarsi di avere i seguenti permessi impostati per la seguente cartella: chmod -R 755 .[cart_dir]/payments.'),
('it', 'text_ideal_basic_notice', '-&nbsp;Accedi al tuo account iDEAL<br />-&nbsp;Clicca su <u>\'Security\'</u> nella sezione <u>\'Profile\'</u>.<br />-&nbsp;Imposta l\'opzione <u>\'Notification\'</u> su <b>\'XML\'</b><br />-&nbsp;Imposta il <u>\'Notification URL\'</u> su:<br /><b>[return_url]</b><br />-&nbsp;Imposta la <u>\'Secret key\'</u>. La Secret key è nota solo al venditore e a iDEAL.'),
('it', 'text_images_directory', 'La cartella dove sono situate le immagini. Questa verrà utilizzata se il nome del file è senza percorso.'),
('it', 'text_increase_points_in_use', 'I punti utilizzati nell\'ordine stati aggiunti all\'account dell\'utente.'),
('it', 'text_input_license_code', 'Inserisci il tuo numero di licenza per poter gestire il tuo Store / Negozio:'),
('it', 'text_installing_theme_dependencies', 'Installare i temi correlati: [dependencies]'),
('it', 'text_invalid_url', 'Hai inserito un indirizzo URL non valido'),
('it', 'text_ips_denied', 'Non sei abilitato ad accedere a quest\'area'),
('it', 'text_ip_blocked_failed_login', 'L\'IP è stato bloccato dopo [numero] accessi non riusciti'),
('it', 'text_ip_is_blocked', 'Il tuo indirizzo IP è bloccato'),
('it', 'text_items_added', 'Articoli sono stati aggiunti con successo'),
('it', 'text_license_is_disabled', 'La licenza è disabilitata. Si prega di controllarne lo stato.'),
('it', 'text_license_is_disabled_full', 'La licenza è disabilitata. Si prega di controllarne lo stato della licenza, o selezionare una modalità negozio differente.'),
('it', 'text_license_is_invalid', 'Numero di licenza non valido. Inserisci un numero di licenza valido.'),
('it', 'text_license_is_invalid_full', 'Numero di licenza non valido. Inserisci un numero di licenza valido o selezionare una modalità di negozio differente.'),
('it', 'text_license_required_ebay', 'Aumentare le sue vente vendendo prodotti presentati nel suo store CS-Cart sul mercato piu grande del mondo eBay.'),
('it', 'text_license_required_ebay-title', 'sincronisazione eBay'),
('it', 'text_license_required_facebook', 'Creare il suo mercato nella pagina di Facebook per attenere la sua audianza e dessinare piu clienti nuovi.'),
('it', 'text_license_required_facebook-title', 'App Facebook'),
('it', 'text_license_required_full', 'Your current CS-Cart edition is Professional. We also offer another one, a more advanced edition—<b>Ultimate</b>. With CS-Cart Ultimate, you\'ll be able to use unlimited number of storefronts and the mobile commerce app as well as the eBay Synchronization add-on and the Facebook app without additional fees. To unlock unlimited storefronts and mobile commerce, get the Ultimate license.'),
('it', 'text_license_required_storefronts', 'Aggiungere quante pagine di mercato nella pagina centrale che vuo e gestionarle via un pannello admin.'),
('it', 'text_license_required_storefronts-title', 'Mercati delle pagine frontali non-limitati'),
('it', 'text_links', 'Collegamenti di testo'),
('it', 'text_login_form', '<h4>Non sei ancora registrato?</h4><p>Creare un nuovo account è facilissimo e richiede meno di un minuto.</p>'),
('it', 'text_login_to_add_to_cart', 'Questo prodotto non può essere aggiunto al <br>carrello perché non siete registrati.');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('it', 'text_mail_area_logo', 'Logo per <b>fatture</b>'),
('it', 'text_mandatory_fields', '<p class=\"mandatory-fields\">I campi contrassegnati con<span class=\"required\">*</span> sono obbligatori</p>'),
('it', 'text_max_limit_of_parameters', 'Valore massimo del campo \"limite\" non può superare 25 se il tipo di grafico non è \"Tabella\". Il limite di questo grafico è stato corretto.'),
('it', 'text_mb_failed_order', 'Nessuna risposta da Skrill è stata ancora ricevuta, attendere. Anche se l\'ordine potrebbe non essere stato inserito, probabilmente è stato comunque elaborato da Skrill. Per favore contatta il negoziante e chiedi l\'ID dell\'Ordine fornito da Skrill'),
('it', 'text_min_order_amount_required', 'Per potere procedere con il pagamento, il totale del tuo ordine deve essere superiore a'),
('it', 'text_min_products_amount_required', 'Per potere procedere con il pagamento, il sub-totale del tuo ordine deve essere superiore a'),
('it', 'text_money_back_guarantee', 'Offriamo 30 giorni-soddisfatti o rimborsati. Se non ti piace il nostro prodotto, ti restituiremo i soldi, senza fare domande.'),
('it', 'text_multiprofile_notice', 'Ogni utente può avere profili multipli. Per esempio è possibile avere un profilo per acquisti personali, uno per acquisti aziendali e un\'altro per fare acquisti per gli amici, la famiglia, ecc...'),
('it', 'text_mve_plus_license_required', '<p>Let your vendors receive money from customers directly via your marketplace.</p><p>Manage vendors\' abilities via user groups, and allow your vendors to change the looks of their stores.</p><p>Create a unified catalog, where vendors can start selling any product in a matter of minutes.</p>'),
('it', 'text_mve_ultimate_license', 'A special edition of [product] that offers all the features of [product] Plus and an unlimited number of storefronts. If you switch to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see the message about the storefront limit again.'),
('it', 'text_mve_ultimate_license_required', '<p>Branch out: get an unlimited number of storefronts for your marketplace.</p><p>A storefront is another domain created either for a specific country or city, or for a specific part of your product catalog.</p><p>Get all the other functionality of [product] Plus.</p>'),
('it', 'text_mve_ultimate_or_plus_license_required', 'This action requires [product] Ultimate or [product] Plus. If you switch to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a> or <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus</a>, you\'ll get access to all their features.'),
('it', 'text_newsletter_sent', 'La newsletter è stata inviata con successo.'),
('it', 'text_new_payment_was_created', 'È stato creato un nuovo pagamento.'),
('it', 'text_new_post_notification', 'Questa è una notifica di un nuovo messaggio'),
('it', 'text_new_user_activation', 'Il profilo possesato da \"[user_login]\'\' e stato creato recemente, deve controllare il dati di questo utente (si e requisito) e attivarlo segunedo il legato seguente:<br/><a href=\"[url]\">[url_text]</a>'),
('it', 'text_nothing_found', 'Non è stato trovato niente'),
('it', 'text_not_allowed_to_upload_file_extension', 'Qui non è consentito caricare files con estensione<b>.[ext]</b>.'),
('it', 'text_not_approved_products', 'Ci sono prodotti che richiedono la tua approvazione. Si prega di <a href=\"[link]\">cliccare qui</a> per consultare i prodotti.'),
('it', 'text_not_approved_vendors', 'Hai vendors che richiedono l\'approvazione. Prego segui questo link [follow this link] per esaminare questi vendors.'),
('it', 'text_not_valid_cc_number', '<b>[cc_number]</b> Non è un numero di carta valido'),
('it', 'text_not_valid_cpf', 'CPF está invalido'),
('it', 'text_not_valid_domain', '<b>[domain]</b> Non è un nome di dominio valido'),
('it', 'text_not_valid_email', 'L\' E-mail <b>[email]</b> non è un indirizzo e-mail valido.'),
('it', 'text_not_valid_ip', '<b>[ip]</b> Non è un valido indirizzo IP'),
('it', 'text_no_active_promotions', 'Al momento non vi sono promozioni disponibili.'),
('it', 'text_no_conflicts', 'Nessun conflitto trovato'),
('it', 'text_no_items_defined', 'Nessun [items] definito'),
('it', 'text_no_matching_products_found', 'Nessun prodotto trovato corrispondente ai criteri di ricerca'),
('it', 'text_no_matching_results_found', 'Nessun risultato trovato corrispondente ai criteri di ricerca'),
('it', 'text_no_orders', 'Nessun ordine trovato'),
('it', 'text_no_payments_needed', 'Nessuna informazione di pagamento richiesta'),
('it', 'text_no_payments_required', 'No payment required'),
('it', 'text_no_products', 'Non esistono prodotti in questa sezione'),
('it', 'text_no_products_defined', 'Nessun prodotto definito'),
('it', 'text_no_products_found', 'Nessun prodotto trovato'),
('it', 'text_no_shipments_found', 'Nessuna spedizione separate trovata'),
('it', 'text_no_shipping_methods', 'Purtroppo nessuna opzione di spedizione è disponibile per la tua destinazione.<br /> Ti preghiamo di contattarci e troveremo la soluzione più adatta per consegnarti la merce.'),
('it', 'text_no_ticket_found', 'No Ticket Found'),
('it', 'text_no_upgrades_available', 'Nessun aggiornamento attualmente disponibile'),
('it', 'text_objects_for_export', '<b>[total]</b> [name] saranno esportati.'),
('it', 'text_ogonedirect_notice', 'Inserisci la firma SHA-1 per entrambi: qui e sulla configurazione Ogone. <br /><br />Per i nuovi account Ogone creati dal 11 maggio 2010, la nuova politica SHA è automaticamente attiva. <br/>Per favore non dimenticare di selezionare l\'opzione \"Utilizza la nuova politica di firma SHA\".'),
('it', 'text_ogoneweb_notice', 'Please set the following URL in the Technical Information section on the Ogone Configuration as a <b>Response Url</b> for all cases (\"accepted\", \"on hold\", \"uncertain\", \"canceled by the client\", \"too many rejections by the acquirer\"): <b>[r_url]</b><br /> Also enter SHA-1 Signature both: here and on the Ogone Configuration. Then select Request Type: \"Make this request in background and deferred\".'),
('it', 'text_only_ultimate_license_required', 'A special edition called [product] Ultimate is required to perform this action. If you switch to <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see this message again, and you\'ll also be able to create an unlimited number of storefronts.'),
('it', 'text_options_no_inventory', 'Per creare combinazioni di opzioni, almeno una delle tue opzioni prodotto deve avere la casella \"inventario\" spuntata.'),
('it', 'text_order_backordered', 'La tua merce mancante è stata ordinata. Ti contatteremo appena possibile.'),
('it', 'text_order_placed_error', 'Il tuo ordine è stato rifiutato dal banca emittente. Controlla le informazioni fornite e contattate l\'amministratore del negozio.'),
('it', 'text_order_placed_successfully', 'Congratulazioni! Il tuo ordine è stato inoltrato con successo.'),
('it', 'text_order_repayed_successfully', 'Ordine è stato pagato ancora una volta con successo.'),
('it', 'text_order_saved_successfully', 'Ordine è stato salvato con successo.'),
('it', 'text_order_status_has_not_been_changed', 'Lo stato dell\'ordine non è stato modificato, perché l\'utente non ha avuto abbastanza punti.'),
('it', 'text_order_status_notification', 'Nota: la notifica del cambiamento dello stato dell\'ordine verrà inviata in base alle impostazioni di questo stato'),
('it', 'text_out_of_stock', 'Non disponibili in magazzino'),
('it', 'text_owl', 'OwlCarousel'),
('it', 'text_pages_cloned', 'Le pagine sono state duplicate con successo. Qui sotto la lista delle nuove pagine.'),
('it', 'text_pages_have_been_deleted', 'Le pagine sono state cancellate con successo'),
('it', 'text_page_changed', 'Sei sicuro di volere lasciare questa pagina? Le tue modifiche non sono state salvate. Cliccare su OK per continuare, oppure su Cancella per rimanere sulla pagina attuale.'),
('it', 'text_page_has_been_deleted', 'La pagina e stata cancellata con successo'),
('it', 'text_page_loading', 'Caricamento... la tua richiesta sta per essere elaborata, per favore attendere.'),
('it', 'text_password_recovery_instructions_sent', 'Password recovery instructions have been sent to [email] address.'),
('it', 'text_pay4later_notice', '<b>Nota</b>: al fine di monitorare i tuoi ordini di Pay4Later tramite il software, devi effettuare questi passaggi: <br /><br />-accedi al BackOffice Pay4Later <br />- Clicca sul link \'<u>impostazioni/installazioni</u>\' nella sezione <u>\'Quick Links\'</u>.<br />- Imposta <u>\'Return URL (Verified)\'</u>: <br /><b>[verified_url]</b><br />- Imposta <u>\'Return URL (annullamento) \'</u>:<br /><b>[decline_url]</b><br />- Imposta <u>\'Return URL (Refer)\'</u>: <br /><b>[refer_url]</b><br />- Imposta <u>\'Return URL (Cancel)\'</u>: <br /><b>[cancel_url]</b><br />- Imposta <u>\'CSN URL\'</u> su: <br /><b>[process_url]</b><br />- Clicca sul pulsante <u>\'Salva modifiche\'</u><br />'),
('it', 'text_paybox_notice', '<b>Nota:</b>Si prega di scaricare il file modulev2.cgi dal server PayBox, copiarlo in <b>[paybox_dir]</b><u>in modalità binaria</u> e renderlo eseguibile.<br />Eseguire il seguente comando:<br /><b><i>modulev2.cgi chmod 755</b></i><br /><br />Chiedere anche al servizio &#8220;Paybox&#8221; di aggiungere l\'URL al loro database il &#8220;Callback URL&#8221;:<br /><b>[callback_url]</b>'),
('it', 'text_payment_first_data_notice', 'Per favore accedi in FirstData Connect 2.0 Admin, Apri la scheda \"Amministrazione\", fai click sul collegamento \"Connect 2.0 Setup\". <br />Imposta l\'URL seguente nelle sezioni \"Modulo d\'ordine\", \"Pagina di conferma\", \"Pagina di errore\": [return_url] <br />'),
('it', 'text_payment_have_been_deleted', 'Il pagamento è stato cancellato con successo.'),
('it', 'text_payment_have_not_been_deleted', 'Il pagamento non può essere cancellato.'),
('it', 'text_paypal_processing_payment', 'Per favore attendere mentre i dettagli del pagamento vengono elaborati...'),
('it', 'text_paypal_surcharge', '<b>Nota:</b> Secondo la <a href=\'https://www.paypal.com/webapps/mpp/ua/useragreement-full#4\' target=\'_blank\'>Politica di PayPal</a> (4.6), i supplementi non sono supportati.'),
('it', 'text_paysitecash_debug', 'Informazioni di Debug'),
('it', 'text_paysitecash_mode', 'Modalità'),
('it', 'text_paysitecash_mode_debug_off', 'SPENTO'),
('it', 'text_paysitecash_mode_debug_on', 'ACCESO'),
('it', 'text_paysitecash_mode_live', 'Produzione'),
('it', 'text_paysitecash_mode_test', 'Prova'),
('it', 'text_paysitecash_nocurrencies', 'Modalità valuta'),
('it', 'text_paysitecash_nocurrencies_no', 'Consente al cliente di selezionare una delle valute supportate'),
('it', 'text_paysitecash_nocurrencies_yes', 'Non mostrare affatto la selezione valuta'),
('it', 'text_paysitecash_notice', 'Si prega di aggiungere questi campi URL nella tua configurazione Paysite Cash: <br/> <br/> <b>URL:</b> <br/> [url] <br/> <br/> <b>url Referer:</b> <br/> [ref_url] <br/> <br/> <b>URL di ritorno dal pagamento:</b> <br/> [sucess_url] <br/> <br/> <b>URL pagamento annullato:</b> <br/> [cancel_url] <br/> <br/> <b>URL conferma Backoffice:</b> <br/> [confirm_url]'),
('it', 'text_paysitecash_processor', 'Processore'),
('it', 'text_paysitecash_site_id', 'Sito ID'),
('it', 'text_payway_notice', 'Imposta i seguenti parametri nel back-end PayWay: <p>URL Pre-pagamento: <b>[prepayment]</b><br />URL di ritorno:<b>[return]</b><br />URL di notifica: <b>[notify]</b> <br />Tipo di notifica: lasciare vuoto</p>'),
('it', 'text_permissions_changed', 'Le autorizzazioni di accesso sono state modificate'),
('it', 'text_piraeus_notice', '<b>Nota:</b>Si prega di inviare le seguenti informazioni per il supporto a pagamento:<br />URL Sito: \'<u>[website_url]\'</u><br />Referrer URL: \'<u>[referrer_url]\'</u><br />URL Completo: \'<u>[success_url]\'</u><br />URL Annullamento: \'<u>[failure_url]\'</u><br />Backlink URL: \'<u>[backlink_url]\'</u><br />indirizzo IP: \'<u>[indirizzo_ip]\'</u><br /><br />Metodo risposta: \'<u>[response_method]\'</u><br /><br />'),
('it', 'text_points_cannot_applied_because_subtotal_redeemed', 'I punti non possono essere applicate in quanto il totale parziale viene completamente rimborsato.'),
('it', 'text_points_exceed_points_on_account', 'Il numero dei punti inserito dall\'utente supera il numero di punti al vostro account.'),
('it', 'text_points_exceed_points_that_can_be_applied', 'Il numero di punti immessi dall\'utente supera il numero di punti che possono essere applicati a questo ordine.'),
('it', 'text_points_used_in_order', 'I punti sono stati utilizzati per'),
('it', 'text_point_in_account', 'Tu hai'),
('it', 'text_position_updating', 'Caricamento... Le posizioni vengono aggiornate, per favore attendere.'),
('it', 'text_post_pended', 'Il tuo messaggio verrà controllato prima della pubblicazione'),
('it', 'text_price_dec_sign_delimiter', 'Delimitatore decimale per prezzi prodotto.'),
('it', 'text_products_added', 'I seguenti prodotti sono appena stati aggiunti al negozio:'),
('it', 'text_products_cloned', 'I seguenti prodotti sono appena stati aggiunti al negozio:'),
('it', 'text_products_have_been_deleted', 'I prodotti sono stati cancellati con successo.'),
('it', 'text_products_updated', 'I prodotti sono stati aggiornati con successo:'),
('it', 'text_products_updated_successfully', 'Prodotto(i) aggiornato(i) con successo'),
('it', 'text_product_cloned', 'Il prodotto è stato duplicato con successo'),
('it', 'text_product_detailed_image', '(opzione verrà visualizzata in nuova finestra popup)'),
('it', 'text_product_file_has_been_deleted', 'File prodotto è stato cancellato'),
('it', 'text_product_filters_were_disabled', 'I seguenti <a href=\"[url]\" target=\"_blank\">filtri prodotto</a> sono stati disattivati: [filters_list].'),
('it', 'text_product_has_been_deleted', 'Il prodotto è stato cancellato con successo.'),
('it', 'text_product_option_delimiter', 'Delimitatore per opzioni prodotto all\'interno di una combinazione di opzioni (per esempio \"Colore: Rosso, Misura: Piccolo\")'),
('it', 'text_product_thumbnail', '(visualizzata nella lista prodotti e pagine dettagli prodotto)'),
('it', 'text_profile_activated', 'Il suo conto e adessO attivo. PuO accedere in sO conto utiLizzando i sui certificati.'),
('it', 'text_profile_benefits', '<h4>I vantaggi di essere registrati</h4><ul><li>Effettua l\'accesso in ogni momento e controlla lo stato degli ordini</li><li>Personalizza il tuo negozio</li><li>Più facilità per i tuoi futuri acquisti</li></ul>'),
('it', 'text_profile_deactivated', 'Il suo conto e deattivato. Per favore contattarci per piu detagli.'),
('it', 'text_profile_details', '<h4>Dettagli profilo</h4><p>In questa pagina puoi modificare i dati per l\'accesso e i dati personali da utilizzare per i tuoi prossimi acquisti.</p><p>Per la sicurezza del vostro account vi raccomandiamo di non utilizzare password che comprendono:</p><ul><li>Parole che si possono trovare in un dizionario (ogni lingua).</li><li>Parole scritte al contrario, errori grammaticali comuni e abbreviazioni.</li><li>Sequenze o caratteri ripetuti, esempi: 12345678, 222222, abcdefg, o lettere adiacenti sulla vostra tastiera (qwerty).</li><li>Informazioni personali come il tuo nome, data di nascita, numero patente, numero del passaporto o informazioni simili.</li></ul>'),
('it', 'text_profile_is_created', 'Il account è stato creato con successo.'),
('it', 'text_profile_is_updated', 'Il dati del tuo profilo sono stati aggiornati con successo.'),
('it', 'text_profile_should_be_approved', 'Il tuo account è stato creato con successo, ma deve prima essere attivato dall\'amministratore del negozio, dopodiché potrai effettuare l\'accesso.'),
('it', 'text_promotions_group_condition', 'se [set] queste condizioni sono [set_value]'),
('it', 'text_qty_discounts', 'I nostri sconti quantità'),
('it', 'text_recommendation_notes', 'Ti e stata segnalata questa pagina. Per visitarla segui il link:'),
('it', 'text_recover_password', '<p>Se hai dimenticato la tua password, inserisci il tuo indirizzo e-mail in questo campo e fai click su <i>Resetta la password</i>.</p><p>Riceverai una nuova password e un collegamento per effettuare l\'accesso. Potrai cambiare la tua password successivamente.</p>'),
('it', 'text_recover_password_notice', 'Inserisci la tua e-mail, ti sarà inviata una nuova password di accesso. Clicca sul collegamento che trovi nell\'e-mail per effettuare l\'accesso e cambiare la tua password.'),
('it', 'text_recover_password_title', 'Resetta la password'),
('it', 'text_redactor2', 'Redactor II'),
('it', 'text_remove_additional_images', 'Quando vengono importate immagini aggiuntive di un prodotto aggiornato, le immagini già esistenti per questo prodotto verranno cancellate prima dell\'importazione'),
('it', 'text_remove_backup_files', 'AVVISO! Se cancellate i vostri file di backup (copie di sicurezza), non potrete più ripristinare la vostra installazione di CS-Cart precedente. Controllate che il vostro CS-Cart installato funzioni bene, e custodite i files di backup in un luogo sicuro.'),
('it', 'text_required_group_product', 'Prego selezionate un prodotto per il gruppo [group_name] richiesto (obbligatorio)'),
('it', 'text_reset_inventory_description', 'Le quantità di tutti i prodotti nello store verranno resettate.'),
('it', 'text_restore_question', 'Sei sicuro di volere ripristinare il template?'),
('it', 'text_return_change_warning', 'Lo stato del reso #[return_id] sarà cambiato'),
('it', 'text_sagepay_dir_notice', '<b>Nota:</b> Al fine di monitorare i tuoi ordini SagePay dal software carrello della spesa, si prega di abilitare il 3D Secure frode controllando opzione per tuo conto SagePay VSP diretto.'),
('it', 'text_sagepay_notice', 'Use <b> testvendor</b> as <b>Vendor Name</b> for the testing purposes<br /><p> <b>PAYMENT</b> - transaction type is used to gain an authorisation from the bank, then settle that transaction early the following morning, committing the funds to be taken from your customer\'s card.<br /></p><p><b>DEFERRED</b> - transactions are NOT sent to the bank for completion until you RELEASE them by logging into the SagePay VSP Admin interface, finding the transaction and clicking the Release button.</p>'),
('it', 'text_secret_key_notice', 'Prego compilare questo campo con un valore non-vuoto. Questo aumenterà la sicurezza delle transazioni.'),
('it', 'text_select_fields2edit_note', 'Puoi modificare diversi elementi contemporaneamente. Selezionate alcuni elementi nella lista qui sotto, spuntate le caselle dei campi che desiderate modificare e cliccate sul tasto \"Modifica selezionati\".'),
('it', 'text_select_file', 'Seleziona un file o inserisci URL'),
('it', 'text_select_range', 'Puoi selezionare un\'intervallo da esportare (altrimenti tutti i [name] saranno esportati)'),
('it', 'text_select_vendor', 'Si prega di selezionare prima un negozio'),
('it', 'text_set_write_permissions_for_dirs', 'Puoi impostare i permessi di scrittura per il server Web per le cartelle cui sopra o fornire un FTP con accesso con le autorizzazioni di scrittura per queste cartelle.'),
('it', 'text_share_product_features_tooltip', 'Attenzione! Alcuni dati non saranno copiati durante quest\'operazione: le categorie impostate in filtri saranno perse anche se copiate tutte le categorie. Prego adattare categorie manualmente.'),
('it', 'text_share_product_filters_tooltip', 'Attenzione! Alcuni dati non saranno copiati durante quest\'operazione: le categorie impostate in filtri saranno perse anche se copiate tutte le categorie. Prego adattare categorie manualmente.'),
('it', 'text_share_promotions_tooltip', 'Puoi potere condividere le promozioni assicurarsi che anche i rispettivi prodotti sono condivisi (spuntare condividere prodotti qui sotto)'),
('it', 'text_shipping_packages_info', 'Per assicurare uns stima più precisa dei costi di spedizione, i prodotti sono stati suddivisi in imballaggi secondo le impostazioni dei prodotti e la configurazione del metodo di spedizione. Le informazioni seguenti vogliono essere solo una referenza.'),
('it', 'text_shipping_rates_changed', 'Costi di spedizione sono stati cambiati'),
('it', 'text_ship_to_billing', 'Ordine sarà spedito all\'indirizzo di fatturazione'),
('it', 'text_shoppers_can_order_products', 'Ora gli acquirenti possono ordinare questi prodotti nel negozio.'),
('it', 'text_signup_for_subscriptions', 'Iscriviti alla nostra newsletter!'),
('it', 'text_skip_creating_new_products', 'If you enable this setting, then only the products that already exist in your database will be updated.'),
('it', 'text_skrill_activate_quick_checkout_short_explanation', 'Skrill Merchant Tools consente di acquisire pagamenti da carte di credito, carte di debito e oltre 60 altre opzioni di pagamento locale in oltre 200 paesi. I prezzi altamente competitivi per questo servizio sono pubblicati sul sito Skrill presso www.skrill.com.'),
('it', 'text_skrill_activate_quick_checkout_short_explanation_1', 'Hai inviato una richiesta di attivazione [date]. Si prega che, durante il processo di verifica, è necessario utilizzare gli strumenti di Skrill Merchant e potrebbero impiegare fino a 72 ore. Sarete contattati da Skrill quando è stato completato il processo di verifica.'),
('it', 'text_skrill_activate_quick_checkout_short_explanation_2', 'Dopo l\'attivazione Skrill concederà di accedere a una nuova sezione nel tuo Skrill Account chiamato Merchant Tools. Vi prego scegliere una parola segreta (non la stessa password) e inserirla nella sezione sottostante per connettersi a Skrill. La parola segreta è l\'ultimo passaggio del processo di attivazione per crittografare i tuoi pagamenti in modo sicuro. Dopo sarete pronti per utilizzare tutte le opzioni di pagamento diretto di Skrill.'),
('it', 'text_skrill_currs_notice', 'Se si seleziona una valuta che non è quella base nel tuo negozio, si prega di assicurarsi che abbia il giusto <a href=\"http://en.wikipedia.org/wiki/ISO_4217\">codice ISO 4217</a> sulla pagina <a href=\"[link]\">valute</a>.'),
('it', 'text_skrill_email_is_not_registered', 'L\'indirizzo e-mail specificato non è registrato su Skrill.'),
('it', 'text_skrill_email_is_registered', 'L\'indirizzo e-mail specificato è registrato su Skrill.'),
('it', 'text_skrill_empty_input_data', 'Mancano alcuni campi necessari per l\'attivazione della Cassa Veloce. Si prega di controllare.'),
('it', 'text_skrill_logo_notice', 'Se il server HTTPS non è impostato, il logo verrà passato dal protocollo HTTP e gli utenti potranno visualizzare l\'avviso \"Connessione crittografata parzialmente\" sulla pagina Skrill.'),
('it', 'text_skrill_notice', 'Per accedere il networK InternazIonaLe di pagamento di Skrill, prego soscrIvere <a href=\"[register_url]\" target=\"_blank\">cui</a> per un conto gratuito se Lei non n\"ha uno ancora.<p><strong>Attenzione</strong>: prego salvare i parametri prima di confirmare email, parola secreta o attivare i ustensili del mercante.</p>'),
('it', 'text_skrill_notice_register', 'Per avere accesso al netowork internazionale di pagamenti di Skrill, soscrivere <a href=\"[register_url]\" target=\"_blank\"> cui</a> per un conto gratuito se non ha uno ancora<p><strong>Attenzione</strong>: per favore salvare i parametri prima di attivare le ferramente del mercante.</p>'),
('it', 'text_skrill_payment_is_not_saved', 'Per poter utilizzare questa funzione, si prega di salvare prima il metodo di pagamento.'),
('it', 'text_skrill_secred_word_notice', 'La parola segreta deve essere in lettere minuscole senza caratteri speciali e almeno di 10 caratteri.'),
('it', 'text_skrill_secret_word_is_correct', 'La parola segreta specificata è corretta.'),
('it', 'text_skrill_secret_word_is_incorrect', 'La tua parola segreta non è corretta. Scegli la tua parola segreta nella sezione del vostro Skrill Account Merchant Tools e poi immetterla qui.'),
('it', 'text_skrill_support', '<b>Supporto:</b><br /><br />avete domande?<br />Contatta Skrill a <a href=\"mailto:ecommerce@skrill.com\">ecommerce@skrill.com</a> o telefonicamente al numero + 44 (0) 870 383 0762.<br />'),
('it', 'text_status_is_float', 'Non puoi utilizzare un intervallo di tempo per il parametro \"status\" perchè questo parametro è dipendente dal fattore tempo'),
('it', 'text_storage_changed', 'Memoria cambiata con successo'),
('it', 'text_storefront_license_required', 'An additional storefront for your standard [product] license. Good for those who don\'t intend to add a few more storefronts in the future.'),
('it', 'text_store_closed', 'Siamo spiacenti, il negozio è temporaneamente chiuso per manutenzione.'),
('it', 'text_store_mode_changed_to_full', 'La <strong>Modalità COMPLETA</strong> è stata attivata. In questa modalità tutte le funzionalità complete e-Commerce sono disponibili.'),
('it', 'text_store_mode_changed_to_mve', 'Your store now uses active license. With the [product] edition, you get almost all the features we offer. The additional features (such as separate checkout for each vendor, and vendor-created promotions) are available with the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus edition</a>. There is an even more advanced edition, <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, that lets you use multiple storefronts for different audiences.'),
('it', 'text_store_mode_changed_to_mve.plus', '<strong>Plus mode</strong> has been activated. This mode offers all the advanced eCommerce features, except for multiple storefronts. If your marketplace ever needs separate domains for different audiences, upgrade your license to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>.'),
('it', 'text_store_mode_changed_to_mve.ru', 'Your store now uses active license. With the [product] edition, you get almost all the features we offer. The additional features (such as separate checkout for each vendor, and vendor-created promotions) are available with the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus edition</a>. There is an even more advanced edition, <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, that lets you use multiple storefronts for different audiences.'),
('it', 'text_store_mode_changed_to_mve.ru.plus', '<strong>Plus mode</strong> has been activated. This mode offers all the advanced eCommerce features, except for multiple storefronts. If your marketplace ever needs separate domains for different audiences, upgrade your license to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>.'),
('it', 'text_store_mode_changed_to_mve.ru.ultimate', '<strong>Ultimate mode</strong> has been activated. In this mode, all the advanced eCommerce features are available.'),
('it', 'text_store_mode_changed_to_mve.ultimate', '<strong>Ultimate mode</strong> has been activated. In this mode, all the advanced eCommerce features are available.'),
('it', 'text_store_mode_changed_to_ult', 'Your store now uses an active license of [product].'),
('it', 'text_store_mode_changed_to_ult.b2b', 'Your store now uses an active license of [product].'),
('it', 'text_store_mode_changed_to_ult.b2b.ultimate', 'Your store now uses an active license of [product].'),
('it', 'text_store_mode_changed_to_ult.ru', 'Your store now uses an active license of [product].'),
('it', 'text_store_mode_changed_to_ult.ru.ultimate', 'Your store now uses an active license of [product].'),
('it', 'text_store_mode_changed_to_ult.ultimate', 'Your store now uses an active license of [product].'),
('it', 'text_store_mode_closed', 'Il negozio è stato <b>chiuso</b>'),
('it', 'text_store_mode_full', '<p>Accesso pieno non limitato a tutte caratteristiche. Introdurre un numero di licenza valido per attivare.</p><p>Questo modo puo essere attivato ogni momento.</p><br />'),
('it', 'text_store_mode_open', 'The store was <b>opened</b>'),
('it', 'text_store_mode_opened', 'Il negozio è stato <b>aperto</b>'),
('it', 'text_store_mode_trial', '<p>Accesso pieno a tutte caratteristiche durante il periodo di prova di 30 giorni, comminciando dal tempo di attivazione.</p><p>Quando il periodo di prova avra terminato, dovresse <a href=\"[product_buy_url]\" target=\"_blank\">comprare una licenza</a> o introdurre un numero di licenza valido per potere gestionare il suo mercato.</p>'),
('it', 'text_store_mode_trial_rb', 'Tutte le funzionalità sono disponibili durante i 30 giorni dopo il download del pacchetto di installazione. Non è necessario immettere la chiave di licenza. <br /><br />Dopo il periodo di prova di 30 giorni è necessario acquistare la licenza o inserire la chiave di licenza in vostro possesso.<br /><br />'),
('it', 'text_subscriber_activated', 'Il tuo indirizzo e-mail è stato attivato correttamente'),
('it', 'text_subscriber_added', 'Sei stato iscritto correttamente alla nostra lista per la ricezione di aggiornamenti e promozioni via email'),
('it', 'text_subscriber_removed', 'Il tuo indirizzo email e stato rimosso dal nostro database'),
('it', 'text_successful_request', 'La sua richiesta è stata aggiunta con successo. Riceverà una mail con la risposta più tardi.'),
('it', 'text_success_subscription', 'Sei stato iscritto correttamente alla nostra lista per la ricezione di aggiornamenti e promozioni via email!'),
('it', 'text_tax_applied', 'La tassa <b>[tax]</b> è stata applicata a tutti i prodotti'),
('it', 'text_tax_unset', 'La tassa <b>[tax]</b> è stata rimossa da tutti i prodotti'),
('it', 'text_template_changed', 'Le tue modifiche sono state salvate. Clicca su OK per salvare i cambiamenti o Cancella per ignorarli.'),
('it', 'text_test_email_sent', 'L\'email del test e stato inviato a <b>[email]</b> indirizzo.'),
('it', 'text_thaiepay_notice', '<p>Si prega di impostare i seguenti valori nelle impostazioni Thaiepay:</p><p>Return Url: <b>[return_url]</b></p><p>Status: <b>Sì (è importante!)</b></p><p>Post back Url: <b>[postback_url]</b></p><p>Parametro principale: <b>\"totale\" deve essere verificato</b> - aumenterà la sicurezza delle transazioni</p><p>Parametro aggiuntivo: è obbligatorio per la riuscita elaborazione delle transazioni. Ad esempio, è possibile impostare <b>name = completed</b> e <b>value = some_secret_word</b>. Copiare questi valori in questi campi del modulo: \"Additional parameter Name\" e \"Additional parameter Value\".</p>'),
('it', 'text_thank_you_for_post', 'Grazie per aver scritto'),
('it', 'text_thumbnail_manual_loading', 'Le miniature verranno generate dalle immagini originali automaticamente, ma potete anche <a id=\"[id]\" class=\"[class]\">importarle manualmente.</a>'),
('it', 'text_tinymce', 'TinyMCE'),
('it', 'text_topmenu_more', 'Più info [item] <i class=\"text-arrow\">&rarr;</i>'),
('it', 'text_topmenu_view_more', 'Vedi altri <i class=\"text-arrow\">&rarr;</i>'),
('it', 'text_track_instructions_sent', 'Le istruzioni per l\'accesso sono state inviate al tuo indirizzo e-mail.'),
('it', 'text_track_request', 'Hai richiesto informazioni sugli ordini effettuati nel nostro negozio.'),
('it', 'text_track_view_all_orders', 'Per visualizzare tutti i tuoi ordini, prego cliccare sul seguente collegamento:'),
('it', 'text_track_view_order', 'Per visualizzare l\'ordine # [order] prego cliccare sul seguente collegamento:'),
('it', 'text_transaction_cancelled', 'La transazione è stata cancellata dal cliente'),
('it', 'text_transaction_declined', 'La transazione è stata rifiutata dal processore di pagamento oppure cancellata dal cliente.'),
('it', 'text_uc_addon_upgrade_completed', 'Componente aggiuntivo \"[name]\" è stato aggiornato con successo'),
('it', 'text_uc_agreed_collisions', 'Sono consapevole che le mie modifiche locali saranno definitivamente perse durante l\'aggiornamento'),
('it', 'text_uc_another_update_process_running', 'Forse un altro processo di aggiornamento è in esecuzione. <br />Si prega di attendere fino a quando non è finito.<br />Se il processo è terminato con un errore, rimuovere il file [filename] e provare a riavviare l\'aggiornamento.<br /><a href=\"[url]\">Rimuovere il file bloccato e riavviare l\'aggiornamento</a>'),
('it', 'text_uc_backup_database', 'Le seguenti tabelle del database sono state salvate'),
('it', 'text_uc_backup_files', 'I seguenti file sono stati salvati'),
('it', 'text_uc_broken_package', 'Il pacchetto di aggiornamento sembra essere corrotto. Si prega di aggiornare la lista dei pacchetti e provare a scaricare di nuovo'),
('it', 'text_uc_cannot_lock_upgrade_process', 'Processo di avvio disattivazione aggiornamento non riuscito'),
('it', 'text_uc_cant_download_package', 'Non è possibile scaricare il pacchetto di aggiornamento'),
('it', 'text_uc_changed_files_message', 'Questi file hanno le modifiche locali e verranno eseguiti il backup. Una volta completato l\'aggiornamento, confrontare i file di backup con i nuovi file e riapplicare le modifiche apportate ai nuovi file, se necessario.'),
('it', 'text_uc_check_ok', 'La tua versione di [product] è stata verificata con successo ed è pronta per l\'aggiornamento.'),
('it', 'text_uc_conflicts', 'I seguenti file sono stati modificati localmente'),
('it', 'text_uc_db_right_needed', 'Non hai sufficienti autorizzazioni per aggiornare la banca dati. Prego assegnare le seguenti autorizzazioni al tuo utente della banca dati [db_user]: [priviliges].'),
('it', 'text_uc_emergency_restore', 'ATTENZIONE! Prego copiare e salvare il collegamento qui sotto - potrai utilizzarlo per rispristinare il tuo negozio se l\'aggiornamento dovesse fallire.<br /><b>[href]</b>'),
('it', 'text_uc_failed_to_backup_tables', 'Le tabelle della banca dati non sono state salvate'),
('it', 'text_uc_failed_to_create_directory', 'Creazione della nuova cartella non riuscita'),
('it', 'text_uc_failed_to_decompress_files', 'L\'estrazione dei file dall\'archivio non è riuscita'),
('it', 'text_uc_failed_to_ftp_copy', 'Trasferimento FTP non riuscito'),
('it', 'text_uc_ftp_cart_directory_not_found', 'Non siamo riusciti a trovare l\'installazione di CS-Cart nella cartella specificata. Si prega di assicurarsi di aver inserito la corretta cartella FTP.'),
('it', 'text_uc_ftp_connection_failed', 'Connessione FTP non riuscita'),
('it', 'text_uc_ftp_connect_failed', 'Non è possibile collegarsi al server FTP. Prego verificare se il nome del host (hostname) è giusto.'),
('it', 'text_uc_ftp_login_failed', 'Non è possibile effettuare il login al server FTP. Prego verificare se nome utente e password sono giusti.'),
('it', 'text_uc_ftp_needed', 'Accesso FTP deve accedere a file che non hanno autorizzazioni in scrittura'),
('it', 'text_uc_has_conflicts', 'Alcuni dei vostri files sono stati modificati localmente. Puoi controllarli cliccando sul seguente link'),
('it', 'text_uc_incorrect_upgrade_path', 'Percorso errato per files di upgrade'),
('it', 'text_uc_license_number_required', 'Prego digitare il tuo numero di licenza CS-Cart'),
('it', 'text_uc_list_of_updates_missing', 'Lista degli upgrade mancante'),
('it', 'text_uc_local_modification', 'Modifiche locali'),
('it', 'text_uc_non_writable_files', 'I seguenti file non hanno autorizzazioni in scrittura. Devi impostare queste autorizzazioni manualmente oppure utilizzare un programma per FTP (se non lo stai già utilizzando) per accedere a questi file.'),
('it', 'text_uc_no_enough_space_to_backup_database', 'Spazio su disco insufficiente per eseguire salvataggio della banca dati'),
('it', 'text_uc_no_ftp_module', 'Sembra che nessun modulo (client) FTP è installato sul tuo server. Non puoi utilizzare FTP prima che questo modulo è stato installato.'),
('it', 'text_uc_package_installed_with_errors', 'Si sono verificati errori durante il processo di aggiornamento. Si prega di contattare il supporto tecnico per esaminare il problema.'),
('it', 'text_uc_timeout_check_success', 'Sembra che il tuo server consenta di modificare l\'opzione di \"max_execution_time\" da script. Vi sono buone possibilità per andare avanti con il processo di aggiornamento.'),
('it', 'text_uc_unable_to_create_upgrade_folder', 'Creazione cartella di aggiornamento non riuscita'),
('it', 'text_uc_unable_to_parse_uc_xml', 'Analisi del processo descriptor uc.xml per l\'aggiornamento non riuscito'),
('it', 'text_uc_unable_to_remove_file', 'Rimozione del file non riuscito'),
('it', 'text_uc_unable_to_remove_packages_xml', '\"Upgrade descriptor packages.xml\" non è stato rimosso.'),
('it', 'text_uc_unable_to_remove_upgrade_lock', 'Il file di aggiornamento bloccato non è stato rimosso. Prego cancellare il file [file].'),
('it', 'text_uc_unable_to_update_list_of_installed_upgrades', 'Aggiornamento lista degli aggiornamenti installati non riuscito'),
('it', 'text_uc_upgrade_completed', 'Il negozio è stato aggiornato con successo'),
('it', 'text_uc_upgrade_completed_check_and_open', '<p>Il tuo negozio è stato chiuso durante la procedura di aggiornamento. Ti consigliamo di controllare il negozio dopo il completamento dell\'aggiornamento e poi riaprirlo di nuovo.</p><p>Puoi aprire il tuo negozio togliendo il segno di spunta alla casella di impostazione CHIUDI in Impostazioni → Generale.</p>'),
('it', 'text_uc_upgrade_log_file_not_writable', 'Il file di Log non è scrivibile'),
('it', 'text_uc_upgrade_needed', 'Devi effettuare un aggiornamento alla versione <b>[to_version]</b> prima di potere applicare questo pacchetto di aggiornamenti, (la vostra versione è <b>[your_version]</b>).'),
('it', 'text_uc_upgrade_not_selected', 'Nessun pacchetto di aggiornamento selezionato'),
('it', 'text_uc_upgrade_reverted', 'L\'aggiornamento è stato ripristinato con successo'),
('it', 'text_uc_will_be_changed', 'Sarà cambiato'),
('it', 'text_uc_will_be_deleted', 'Verranno eliminati'),
('it', 'text_ult_product_store_field_tooltip', 'Proprietario prodotti. Solo il proprietario del prodotto può modificare tutti i campi in prodotti condivisi.'),
('it', 'text_unable_to_install_theme_dependencies', 'Impossibile installare i temi correlati: [dependencies]'),
('it', 'text_unable_to_parse_xml', 'Analisi della struttura XML non riuscita'),
('it', 'text_unsubscribe_instructions', 'Rispettiamo la tua privacy e non invieremo email non richieste. Hai ricevuto questa email perche hai fatto richiesta della ricezione di novita dal nostro sito riguardo promozioni e aggiornamenti.<br><br> Se vuoi cancellare il tuo indirizzo email dal nostro database segui questo link:'),
('it', 'text_unsupported_currency', 'Una valuta che non viene supportata dal sistema di pagamento viene utilizzata nel tuo negozio. Prego contattare l\'amministratore riguardo a questo problema.'),
('it', 'text_upgrade_available', 'Una nuova versione di CS-Cart è disponibile! <a href=\"[link]\">Prego aggiornarla adesso</a>'),
('it', 'text_usergroup_activated', 'I gruppi d\'utente seguenti sono stati attivati per il suo conto: [usergroups].'),
('it', 'text_usergroup_disactivated', 'I gruppi seguenti di utente sono stati eliminati dal suo conto: [usergroups].'),
('it', 'text_usergroup_request', 'Cliente ha richiesto gruppo utente.'),
('it', 'text_usergroup_requested_by', 'Il <b>[usergroup]</b> e stato richiesto da [name] ([email]).'),
('it', 'text_vendor_profile_changes_notice', 'Sei sicuro di voler aggiornare il profilo? Le informazioni della vostra azienda non saranno disponibili nell\'area clienti fino a all\'approvazione dell\'amministratore.'),
('it', 'text_worldpay_notice', 'Configurare il proprio account WorldPay prima di utilizzare il pagamento.<br /><br />Vai alla pagina di amministrazione WorldPay e passa alla sezione installazione.<br /><br />Riempire i campi come segue:<br /><br />URL di risposta del pagamento: <b>[return_url]</b><br />Password Risposta Pagamento: <b>crea una parola segreta.</b>La stessa parola deve essere immessa nel rispettivo campo sottostante<br />MD5 segreto per le transazioni: <b>crea una parola segreta.</b> La stessa parola deve essere immessa nel rispettivo campo sottostante<br />SignatureFields: <b>instId:amount:currency:cartId</b>'),
('it', 'text_you_have_already_filled_this_poll', 'Hai già completato questo sondaggio'),
('it', 'text_zipcodes_wildcards', 'In questo campo potete utilizzare caratteri jolly (wildcards):<br> <b>\'?\'</b> - qualsiasi carattere singolo; <b>\'*\'</b> - qualsiasi numero di caratteri. <br><br> <u>Esempio:</u><br> <b>98?78</b> &nbsp;&nbsp;(corrisponde a 98878, 98378, 98978, ecc.)<br> <b>12*</b>&nbsp;&nbsp; (corrisponde a 12345, 12876, 12098, ecc..)'),
('it', 'thanks_for_voting', 'Grazie per aver dedicato tempo per completare questo sondaggio.'),
('it', 'theme', 'Modello'),
('it', 'themes', 'Modelli'),
('it', 'theme_directory', 'Cartella modelli'),
('it', 'theme_editor', 'Editor di Modelli'),
('it', 'theme_editor.atc_button_bkg', 'Add to cart'),
('it', 'theme_editor.atc_button_text', 'Add to cart text'),
('it', 'theme_editor.auto_scroller_animations_style', 'Image auto scroller animation'),
('it', 'theme_editor.auto_scroll_animations', 'Use image auto scroller animation'),
('it', 'theme_editor.background', 'Sfondo'),
('it', 'theme_editor.backgrounds', 'Sfondi'),
('it', 'theme_editor.background_color', 'Colore di sfondo'),
('it', 'theme_editor.base_color', 'Base'),
('it', 'theme_editor.block_titles', 'Block titles'),
('it', 'theme_editor.body_font', 'Carattere corpo testo'),
('it', 'theme_editor.brand_page_image', 'Brand page images'),
('it', 'theme_editor.browse', 'Sfoglia'),
('it', 'theme_editor.buttons_font', 'Pulsanti'),
('it', 'theme_editor.call_request_bkg', 'Buy now with one click'),
('it', 'theme_editor.call_request_text', 'Buy now with one click text'),
('it', 'theme_editor.category_menu_bkg', 'Category menu background'),
('it', 'theme_editor.category_menu_expand_links', 'Expanded menu links'),
('it', 'theme_editor.category_menu_expand_links_hover', 'Expanded menu links hover'),
('it', 'theme_editor.category_menu_horizontal_background', 'Category menu expanded background'),
('it', 'theme_editor.category_menu_horizontal_decoration', 'Category menu expanded decoartion'),
('it', 'theme_editor.category_menu_horizontal_decoration_text', 'Category menu expanded decoartion text'),
('it', 'theme_editor.category_menu_horizontal_decoration_text_hover', 'Category menu expanded decoartion text hover'),
('it', 'theme_editor.checkout_control_background', 'Checkout: Payment / shipping method background'),
('it', 'theme_editor.checkout_control_border', 'Checkout: Payment / shipping method border'),
('it', 'theme_editor.checkout_control_description', 'Checkout: Payment / shipping method description'),
('it', 'theme_editor.checkout_control_label', 'Checkout: Credit card field names'),
('it', 'theme_editor.checkout_control_title', 'Checkout: Payment / shipping method title'),
('it', 'theme_editor.checkout_input_border', 'Checkout: Field border'),
('it', 'theme_editor.checkout_input_label', 'Checkout: Field label'),
('it', 'theme_editor.checkout_input_text', 'Checkout: Text in fields'),
('it', 'theme_editor.checkout_selected_control_background', 'Checkout: Selected payment / shipping method background'),
('it', 'theme_editor.checkout_selected_control_border', 'Checkout: Selected payment / shipping method border'),
('it', 'theme_editor.checkout_selected_input_border', 'Checkout: Selected field border'),
('it', 'theme_editor.checkout_step_title', 'Checkout: Step title'),
('it', 'theme_editor.checkout_terms_background', 'Checkout: \"Terms and conditions\" section background'),
('it', 'theme_editor.close', 'Chiudi editor di modelli'),
('it', 'theme_editor.colors', 'Colori'),
('it', 'theme_editor.color_gen_algorithm', 'Combinazione colori'),
('it', 'theme_editor.color_gen_analogic', 'Analogico'),
('it', 'theme_editor.color_gen_base_color', 'Colore di base'),
('it', 'theme_editor.color_gen_contrast', 'Contrasto'),
('it', 'theme_editor.color_gen_dark_pastel', 'Pastello scuro'),
('it', 'theme_editor.color_gen_default', 'Predefinito'),
('it', 'theme_editor.color_gen_light_pastel', 'Pastello chiaro'),
('it', 'theme_editor.color_gen_monochromatic', 'Monochromatico'),
('it', 'theme_editor.color_gen_pale', 'Chiaro'),
('it', 'theme_editor.color_gen_pastel', 'Pastello'),
('it', 'theme_editor.color_gen_title', 'Genera colori'),
('it', 'theme_editor.color_gen_triad', 'Triade'),
('it', 'theme_editor.color_gen_variant', 'Variazione'),
('it', 'theme_editor.color_gen_vcontrast', 'Contrasto'),
('it', 'theme_editor.compare_color', 'Compare hover'),
('it', 'theme_editor.confirm_enable_less', 'Le modifiche CSS saranno salvate e sovrascritte. Sei sicuro di continuare con il ripristino LESS?'),
('it', 'theme_editor.content_bg', 'Contenuto'),
('it', 'theme_editor.convert_to_css', 'Converti in CSS'),
('it', 'theme_editor.create_style_first', 'Non è possibile modificare questo parametro per gli stili predefiniti. Prima creane una nuova'),
('it', 'theme_editor.css', 'CSS personalizzato'),
('it', 'theme_editor.customize', 'Personalizza'),
('it', 'theme_editor.decorative_color', 'Decorativo'),
('it', 'theme_editor.discount_label', 'Etichetta sconto'),
('it', 'theme_editor.discount_label_text', 'Discount label text'),
('it', 'theme_editor.enable', 'Attiva editor di modelli'),
('it', 'theme_editor.enable_less', 'Attiva LESS'),
('it', 'theme_editor.error_preset_exists', 'Il preset con questo nome esiste già. Si prega di sceglierne un altro.'),
('it', 'theme_editor.error_style_exists', 'Lo stile con questo nome esiste già. Si prega di scegliere un altro.'),
('it', 'theme_editor.error_theme_converted_to_css', 'I file CSS compilati non supportano lo styling. Ripristinare la modalità LESS nell\'<a target=\"_blank\" href=\"[url]\">editor visuale</a> per poter modificare gli stili.'),
('it', 'theme_editor.favicon', 'Favicon'),
('it', 'theme_editor.favicon_size', 'Dimensione Favicon deve essere 16x16 px'),
('it', 'theme_editor.fixed', 'Fisso'),
('it', 'theme_editor.font', 'Carattere'),
('it', 'theme_editor.fonts', 'Caratteri'),
('it', 'theme_editor.font_color', 'Carattere'),
('it', 'theme_editor.font_one', 'Primary font'),
('it', 'theme_editor.font_two', 'Secondary font'),
('it', 'theme_editor.footer', 'Piè di pagina'),
('it', 'theme_editor.footer_bottom', 'Footer bottom'),
('it', 'theme_editor.footer_bottom_text', 'Footer bottom text'),
('it', 'theme_editor.footer_location_icon', 'Footer location icons'),
('it', 'theme_editor.footer_location_icon_bkg', 'Footer location icons background'),
('it', 'theme_editor.footer_social_icons', 'Footer social icons'),
('it', 'theme_editor.footer_text', 'Testo piè di pagina'),
('it', 'theme_editor.footer_title', 'Footer title'),
('it', 'theme_editor.full_width', 'Larghezza completa'),
('it', 'theme_editor.general', 'Generale'),
('it', 'theme_editor.general_bg', 'Generale'),
('it', 'theme_editor.gift_cert', 'Buono regalo'),
('it', 'theme_editor.google_fonts', 'Use google fonts'),
('it', 'theme_editor.gradient', 'Sfumatura'),
('it', 'theme_editor.grid_icon', 'Grid Quick view, Compare, Wishlist icons'),
('it', 'theme_editor.grid_icon_add_to_cart', 'Add to cart button'),
('it', 'theme_editor.grid_icon_add_to_cart_bkg', 'Add to cart background'),
('it', 'theme_editor.grid_icon_add_to_cart_text', 'Add to cart button text'),
('it', 'theme_editor.grid_icon_add_to_compare_bkg', 'Add to compare background'),
('it', 'theme_editor.grid_icon_add_wishlist_bkg', 'Add to wishlist background'),
('it', 'theme_editor.grid_icon_bkg', 'Grid Quick view, Compare, Wishlist icons background'),
('it', 'theme_editor.grid_icon_hover', 'Grid Quick view, Compare, Wishlist icons hover'),
('it', 'theme_editor.grid_icon_quick_view_bkg', 'Quick view background'),
('it', 'theme_editor.grid_info_background', 'Grid info background'),
('it', 'theme_editor.grid_info_title', 'Grid info title'),
('it', 'theme_editor.grid_info_title_hover', 'Grid info title hover'),
('it', 'theme_editor.header', 'Testata'),
('it', 'theme_editor.header_call_request_link', 'Header call request link'),
('it', 'theme_editor.header_cart_ammount', 'Header cart amount'),
('it', 'theme_editor.header_cart_ammount_bkg', 'Header cart amount background'),
('it', 'theme_editor.header_icons', 'Header icons'),
('it', 'theme_editor.header_icons_hover', 'Header icons hover'),
('it', 'theme_editor.header_text', 'Header text'),
('it', 'theme_editor.headings_font', 'Testate'),
('it', 'theme_editor.hide_show', 'Nascondi/mostra pannello modifica'),
('it', 'theme_editor.incorrect_preset_name', 'Preset name can not contain the following characters: \"/ # % ? * : ; { } \\ \"'),
('it', 'theme_editor.incorrect_style_name', 'Il nome dello stile non può contenere i seguenti caratteri: \"/ # %? * : ; { } \\ \"'),
('it', 'theme_editor.info_blocks', 'Info blocks'),
('it', 'theme_editor.in_stock', 'Disponibile'),
('it', 'theme_editor.links_font', 'Collegamenti'),
('it', 'theme_editor.links_hover', 'Links hover'),
('it', 'theme_editor.link_color', 'Collegamenti'),
('it', 'theme_editor.list-price', 'List price'),
('it', 'theme_editor.logos', 'Loghi'),
('it', 'theme_editor.mail', 'Posta'),
('it', 'theme_editor.main', 'Contenuto principale'),
('it', 'theme_editor.mainbox_title', 'Mainbox title'),
('it', 'theme_editor.mainbox_title_bkg', 'Mainbox title background'),
('it', 'theme_editor.max_image_size', 'L\'immagine non può essere più grande di 200 kB.'),
('it', 'theme_editor.menu_categ_left_content_description', 'Categories menu left content description'),
('it', 'theme_editor.menu_categ_left_content_link', 'Categories menu left content link'),
('it', 'theme_editor.menu_categ_left_content_link_hover', 'Categories menu left content link hover'),
('it', 'theme_editor.menu_categ_right_content_link', 'Categories menu right content link'),
('it', 'theme_editor.menu_categ_right_content_link_hover', 'Categories menu right content link hover'),
('it', 'theme_editor.menu_categ_right_content_title', 'Categories menu right content title'),
('it', 'theme_editor.menu_categ_title', 'Categories menu title'),
('it', 'theme_editor.menu_categ_title_bkg', 'Categories menu background'),
('it', 'theme_editor.menu_color', 'Main Menu'),
('it', 'theme_editor.menu_color_hover', 'Main Menu background hover'),
('it', 'theme_editor.menu_links_color', 'Main Menu links'),
('it', 'theme_editor.menu_links_color_hover', 'Main Menu links hover'),
('it', 'theme_editor.menu_links_hover', 'Menu links hover'),
('it', 'theme_editor.menu_links_hover_text', 'Menu links hover text'),
('it', 'theme_editor.menu_link_1_background', 'Main menu link 1 background'),
('it', 'theme_editor.menu_link_2_background', 'Main menu link 2 background'),
('it', 'theme_editor.menu_link_3_background', 'Main menu link 3 background'),
('it', 'theme_editor.menu_link_4_background', 'Main menu link 4 background'),
('it', 'theme_editor.menu_link_5_background', 'Main menu link 5 background');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('it', 'theme_editor.menu_link_6_background', 'Main menu link 6 background'),
('it', 'theme_editor.menu_link_7_background', 'Main menu link 7 background'),
('it', 'theme_editor.middle_bg', 'Centrale'),
('it', 'theme_editor.multiscroller', 'Multiscroller header background'),
('it', 'theme_editor.multiscroller_compare_color', 'Multiscroller Compare hover'),
('it', 'theme_editor.multiscroller_icon', 'Multiscroller Quick view, Compare, Wishlist icons'),
('it', 'theme_editor.multiscroller_icon_border', 'Multiscroller icon border'),
('it', 'theme_editor.multiscroller_link', 'Multiscroller tab text'),
('it', 'theme_editor.multiscroller_link_active_hover_bkg', 'Multiscroller tab background hover'),
('it', 'theme_editor.multiscroller_link_bkg', 'Multiscroller tab background'),
('it', 'theme_editor.multiscroller_link_hover', 'Multiscroller tab text hover'),
('it', 'theme_editor.multiscroller_quick_view_color', 'Multiscroller Quick view hover'),
('it', 'theme_editor.multiscroller_wishlist_color', 'Multiscroller Wishlist hover'),
('it', 'theme_editor.no_repeat', 'Non ripetere'),
('it', 'theme_editor.off', 'Disattivato'),
('it', 'theme_editor.on', 'Attivo'),
('it', 'theme_editor.other_fonts', 'Altri caratteri'),
('it', 'theme_editor.out_of_stock', 'Non disponibile'),
('it', 'theme_editor.page_cant_be_configured', 'The appearance of this page can\'t be configured with the Theme editor.'),
('it', 'theme_editor.pattern', 'Disegno'),
('it', 'theme_editor.popular_fonts', 'Caratteri più utilizzati'),
('it', 'theme_editor.popup_title_bkg', 'Popup title background'),
('it', 'theme_editor.popup_title_text', 'Popup title text'),
('it', 'theme_editor.position', 'Posizione'),
('it', 'theme_editor.pp_price_saving_bkg', 'Product page price saving background'),
('it', 'theme_editor.pp_price_saving_text', 'Product page price saving text'),
('it', 'theme_editor.presets', 'Preimpostazioni'),
('it', 'theme_editor.preset_data_cannot_be_saved', 'I dati preimpostati non possono essere salvati. È necessario impostare i permessi di scrittura per la cartella <b>[theme_dir]</b> per risolvere questo problema.'),
('it', 'theme_editor.preset_name', 'Nome della preimpostazione'),
('it', 'theme_editor.price', 'Prezzo'),
('it', 'theme_editor.price_font', 'Etichetta prezzo'),
('it', 'theme_editor.primary_button', 'Primary color'),
('it', 'theme_editor.primary_button_text', 'Primary text'),
('it', 'theme_editor.product_carousel_scroll_animations_style', 'Product image in carousel scroll animation'),
('it', 'theme_editor.product_title', 'Product title'),
('it', 'theme_editor.product_title_link', 'Product title link'),
('it', 'theme_editor.quick_view_color', 'Quick view hover'),
('it', 'theme_editor.rating_color', 'Rating color'),
('it', 'theme_editor.rating_icons', 'Rating icons'),
('it', 'theme_editor.rating_text', 'Rating text'),
('it', 'theme_editor.repeat', 'Ripeti'),
('it', 'theme_editor.repeat_x', 'Ripeti x'),
('it', 'theme_editor.repeat_y', 'Ripeti y'),
('it', 'theme_editor.reset_backgrounds', 'Ripristina sfondi'),
('it', 'theme_editor.reset_colors', 'Ripristina colori'),
('it', 'theme_editor.reset_css', 'Ripristina CSS'),
('it', 'theme_editor.reset_fonts', 'Ripristina caratteri'),
('it', 'theme_editor.reset_general', 'Ripristina generale'),
('it', 'theme_editor.reset_logos', 'Ripristina loghi'),
('it', 'theme_editor.rounded_corners', 'Angoli arrotondati'),
('it', 'theme_editor.scroll', 'Scrollare'),
('it', 'theme_editor.scroll_animations', 'Use scroll animations'),
('it', 'theme_editor.scroll_up', 'Scroll up button'),
('it', 'theme_editor.search_button_bkg', 'Search button background'),
('it', 'theme_editor.search_button_bkg_hover', 'Search button background hover'),
('it', 'theme_editor.search_button_text', 'Search button icon'),
('it', 'theme_editor.search_button_text_hover', 'Search button icon hover'),
('it', 'theme_editor.secondary_button', 'Secondary color'),
('it', 'theme_editor.secondary_button_text', 'Secondary text'),
('it', 'theme_editor.secondary_content_bg', 'Secondary content'),
('it', 'theme_editor.secondbox_title', 'Secondbox title'),
('it', 'theme_editor.secondbox_title_bkg', 'Secondbox title background'),
('it', 'theme_editor.shipping_label', 'Shipping label'),
('it', 'theme_editor.shipping_label_text', 'Shipping label text'),
('it', 'theme_editor.show_dropdown_homepage', 'Expand menu on homepage'),
('it', 'theme_editor.show_mega_menu_category_images', 'Mega Menu category thumbnails'),
('it', 'theme_editor.sidebar', 'Sidebar background'),
('it', 'theme_editor.sidebar_decorative', 'Sidebar decorative'),
('it', 'theme_editor.sidebar_link', 'Sidebar links'),
('it', 'theme_editor.sidebar_links', 'Sidebar links'),
('it', 'theme_editor.sidebar_title', 'Sidebar title'),
('it', 'theme_editor.sticky_menu', 'Sticky menu'),
('it', 'theme_editor.style', 'Stile'),
('it', 'theme_editor.styles', 'Stili'),
('it', 'theme_editor.style_data_cannot_be_saved', 'I dati dello stile non possono essere salvati. È necessario impostare i permessi di scrittura per <b>[theme_dir]</b> per risolvere questo problema.'),
('it', 'theme_editor.style_name', 'Nome stile'),
('it', 'theme_editor.sub_footer', 'Sub footer'),
('it', 'theme_editor.sub_footer_text', 'Sub footer text'),
('it', 'theme_editor.system_fonts', 'Caratteri di sistema'),
('it', 'theme_editor.tertiary_button', 'Tertiary color'),
('it', 'theme_editor.tertiary_button_text', 'Tertiary text'),
('it', 'theme_editor.tertiary_content_bg', 'Teritary content'),
('it', 'theme_editor.text_align', 'Allineamento testo'),
('it', 'theme_editor.text_close_editor', 'Sei sicuro di volere uscire dall\'editor di modelli?'),
('it', 'theme_editor.text_close_editor_unsaved', 'Hai cambiamenti non salvati. Sei sicuro di volere uscire dall\'editor di modelli?'),
('it', 'theme_editor.text_convert_to_css', '<p>Genera file CSS da LESS (per la modifica manuale).</p><p>Importante: non sarà possibile utilizzare l\'editor visuale per personalizzare la vetrina!</p><p><i>I file LESS originali saranno salvati e sarete in grado di ripristinarli successivamente</i></p>'),
('it', 'theme_editor.text_reset_changes', 'Tutti i cambiamenti dopo l\'ultimo salvataggio saranno ripristinati'),
('it', 'theme_editor.te_font_one', 'Primary font'),
('it', 'theme_editor.te_font_two', 'Secondary font'),
('it', 'theme_editor.theme', 'Modello'),
('it', 'theme_editor.third_button', 'Third button'),
('it', 'theme_editor.top_account_cart', 'Top account/cart'),
('it', 'theme_editor.top_account_cart_hover', 'Top account/cart hover'),
('it', 'theme_editor.top_panel', 'Pannello superiore'),
('it', 'theme_editor.top_panel_links', 'Links pannello superiore'),
('it', 'theme_editor.top_panel_links_hover', 'Top panel links hover'),
('it', 'theme_editor.top_panel_links_hover_active', 'Top link hover/active'),
('it', 'theme_editor.top_panel_text', 'Testo pannello superiore'),
('it', 'theme_editor.transparent', 'Trasparente'),
('it', 'theme_editor.upload_image', 'Carica immagine'),
('it', 'theme_editor.vendor_contact_link', 'Vendor cotact link'),
('it', 'theme_editor.vendor_location', 'Vendor location'),
('it', 'theme_editor.vendor_name', 'Vendor name'),
('it', 'theme_editor.vendor_phone', 'Vendor phone'),
('it', 'theme_editor.vendor_product_number', 'Vendor product number'),
('it', 'theme_editor.vendor_rating', 'Vendor rating'),
('it', 'theme_editor.vendor_rating_text', 'Vendor rating text'),
('it', 'theme_editor.vendor_store_button_bkg', 'Vendor store button background'),
('it', 'theme_editor.vendor_store_button_text', 'Vendor store button text'),
('it', 'theme_editor.vendor_store_header_background', 'Vendor store header background'),
('it', 'theme_editor.vendor_store_header_name', 'Vendor store header name'),
('it', 'theme_editor.vendor_store_header_title', 'Vendor store header titles'),
('it', 'theme_editor.vendor_store_social_icon_bkg', 'Vendor store social icon background'),
('it', 'theme_editor.vendor_store_social_icon_text', 'Vendor store social icon'),
('it', 'theme_editor.warning_css_changes_will_be_reverted', '<p>Dovresti tornare alla modalità LESS per poter utilizzare l\'editor visuale, questo perché funziona con file LESS invece che con i CSS.</p><p><strong>Importante:</strong>tutti i file CSS verranno sovrascritti durante il ripristino! Le modifiche personalizzate CSS verranno salvate nella cartella di backup.</p>'),
('it', 'theme_editor.wishlist_color', 'Wishlist hover'),
('it', 'theme_editor_mode', 'Modalità editor di modelli'),
('it', 'theme_editor_not_supported', 'Questo tema non prevede l\'editor del tema'),
('it', 'theme_information', 'Informazione Tema'),
('it', 'theme_no_styles_text', 'Questo Tema non ha nessuno stile.'),
('it', 'theme_styles_and_layouts', 'Stili per Temi e Layout'),
('it', 'the_test_transaction', 'Questa è una transazione di PROVA'),
('it', 'this_day', 'Oggi'),
('it', 'this_month', 'Questo mese'),
('it', 'this_week', 'Questa settimana'),
('it', 'this_year', 'Quest\'anno'),
('it', 'ths_sign', 'Simb. migliaia'),
('it', 'thumb', 'Miniatura'),
('it', 'thumbnail', 'Miniatura'),
('it', 'thumbnails', 'Miniature'),
('it', 'thumbnails_removed', 'Le miniature sono state cancellate'),
('it', 'thumbnail_width', 'Larghezza miniatura con barra di scorrimento'),
('it', 'ticket_id', 'Ticket Id'),
('it', 'ticket_information', 'TICKET INFORMATION'),
('it', 'ticket_list', 'Ticket List'),
('it', 'ticket_message', 'Ticket Message'),
('it', 'ticket_subject', 'Ticket Subject'),
('it', 'ticket_type', 'Ticket Type'),
('it', 'tier_account', 'Conto a livelli (Tier account)'),
('it', 'time', 'Ora'),
('it', 'timeout', 'Sospensione (timeout)'),
('it', 'Timestamp', 'Timestamp'),
('it', 'timezone_upgrade_notification_text', '<p>Zona d\'ora \"Atene, Beirut, Istanbul\" e stato ripartito in 3 zone differenti:</p><ul><li>Europa/Istanbul</li><li>Europa/Atene</li><li>Asia/Beirut</li></ul><p> Per favore andare a <b>Parametri</b> &rarr; <b>Comparta</b> e assicurarsi che ha la zona d\'ora correta la.</p>'),
('it', 'timezone_upgrade_notification_title', 'Cambii di zona d\'ora'),
('it', 'time_interval', 'Intervallo di tempo'),
('it', 'time_unlimited_download', 'Download senza limiti di tempo'),
('it', 'tip', 'Tip'),
('it', 'tip.quick_select_and_close_category_selector', 'Tip: Hold \'Ctrl\' (or \"⌘\" on Mac) while clicking on a category name. This will add one category and close the window.'),
('it', 'title', 'Titolo'),
('it', 'tmpl_abt__ut2_dropdown_horizontal_mwi', 'AB: Horizontal dropdown list with icons'),
('it', 'tmpl_abt__ut2_dropdown_vertical_mwi', 'AB: Vertical dropdown list with icons'),
('it', 'tmpl_abt__ut2__categories_title_block', 'AB: Block: Category title'),
('it', 'tmpl_abt__ut2__features_title_block', 'AB: Block: Feature title'),
('it', 'tmpl_abt__ut2__my_account_links_advanced', 'AB: My account (advanced)'),
('it', 'tmpl_abt__ut2__recent_posts_advanced', 'AB: Blog: Recent posts'),
('it', 'tmpl_abt__ut2__subscribe_advanced', 'AB: Subscription form'),
('it', 'tmpl_abt__ut2__subscription', 'AB: Newsletters: Subscription form'),
('it', 'tmpl_abt__ut2__title_block', 'AB: Block: Title'),
('it', 'tmpl_abt__ut2__top_buttons', 'AB: Buttons Compare and Wishlist'),
('it', 'tmpl_abt__ut2__top_buttons.compare_list.tooltip', 'View Comparison list'),
('it', 'tmpl_call_request', 'Modulo di richiesta di chiamata'),
('it', 'tmpl_copyright', 'Informazione sul Copyright'),
('it', 'tmpl_grid', 'Griglia'),
('it', 'tmpl_grid2', 'Griglia2'),
('it', 'tmpl_list_without_options', 'Lista senza opzioni'),
('it', 'tmpl_logo', 'Logo dello store'),
('it', 'tmpl_multicolumns_small', 'Multi-colonne piccolo'),
('it', 'tmpl_multicolumn_list', 'Multi-colonne lista'),
('it', 'tmpl_newsletters_subscription_advanced', 'Newsletters: Form di iscrizione avanzata'),
('it', 'tmpl_payment_icons', 'Loghi sistemi di pagamento'),
('it', 'tmpl_payment_icons_rus', 'Icone sistemi di pagamento russi'),
('it', 'tmpl_polls_central', 'Centrale'),
('it', 'tmpl_polls_side', 'Box laterale'),
('it', 'tmpl_quick_links', 'Collegamenti rapidi'),
('it', 'tmpl_scroller', 'Scroller'),
('it', 'tmpl_search', 'Campo ricerca'),
('it', 'tmpl_sidebox_1_item', 'Sidebox - Primo elemento'),
('it', 'tmpl_subscription', 'Newsletter: modulo di iscrizione'),
('it', 'tmpl_subscription_advanced', 'Form avanzato di iscrizione'),
('it', 'tmpl_text_ckeditor', 'CKEditor'),
('it', 'to', 'A'),
('it', 'today', 'Oggi'),
('it', 'tools', 'Strumenti'),
('it', 'tools_addons_activated_count', 'Componenti aggiuntivi attivi:'),
('it', 'tools_addons_additional_payment_methods', 'There may be more payment processors. They\'ll show up if you activate the corresponding <a href=\"[url]\">payment add-ons</a>.'),
('it', 'tools_addons_additional_shipping_methods', 'There may be more carriers. They\'ll show up if you activate the corresponding <a href=\"[url]\">shipping add-ons</a>.'),
('it', 'tools_addons_additional_themes', 'There may be more themes. They\'ll show up if you activate the corresponding <a href=\"[url]\">theme add-ons</a>.'),
('it', 'tools_addons_core_addons_count', 'Built-in Add-ons:'),
('it', 'tools_addons_current_state', 'Stato attuale'),
('it', 'tools_addons_disabled_msg', 'L\'amministratore ha disattivato tutti i componenti aggiuntivi o i componenti aggiuntivi di terze parti. <br>Premere il pulsante Ri-abilita Add-ons per inizializzare i componenti aggiuntivi che sono stati precedentemente attivi.'),
('it', 'tools_addons_disable_all', 'Disattivare tutti i componenti aggiuntivi'),
('it', 'tools_addons_disable_third_party', 'Disattivare i componenti aggiuntivi di terze parti'),
('it', 'tools_addons_installed_count', 'Componenti aggiuntivi installati:'),
('it', 'tools_addons_no_addons', 'Niente addons'),
('it', 'tools_addons_no_third_party_addons', 'Nessun addon di terze parti'),
('it', 'tools_addons_other_addons_count', 'Componenti aggiuntivi di terze parti:'),
('it', 'tools_re_enable_add_ons', 'Riattivare i componenti aggiuntivi'),
('it', 'tooltip', 'Suggerimento'),
('it', 'top_panel', 'Pannello superiore'),
('it', 'top_sellers', 'Ventori top'),
('it', 'top_wishlist_compare', 'ET - Top wishlist compare'),
('it', 'total', 'Totale'),
('it', 'totally_paid', 'Totale pagato'),
('it', 'totals', 'Totali'),
('it', 'total_amount', 'Prezzo totale'),
('it', 'total_amount_due', 'Totale importo dovuto'),
('it', 'total_cost', 'Totale ordine'),
('it', 'total_items', 'Totale elementi'),
('it', 'total_list_price', 'Prezzo di listino totale'),
('it', 'total_orders', 'Created orders'),
('it', 'total_paid_orders', 'Paid orders'),
('it', 'total_period_payout', 'Totale pagamanto periodo vendite'),
('it', 'total_price', 'Prezzo totale'),
('it', 'total_product_cost', 'Totale costo prodotto'),
('it', 'total_replies', 'Total Replies'),
('it', 'total_results', 'Totale risultati'),
('it', 'total_spent_money', 'Total spend'),
('it', 'total_unpaid_balance', 'Totale dovuto - Saldo'),
('it', 'total_without_commission', 'Total descontando a comissão'),
('it', 'to_all_subcats', 'Applica a tutte le sottocategorie'),
('it', 'to_date', 'a data'),
('it', 'to_fixed', 'a importo fisso'),
('it', 'to_percentage', 'a percentuale del prezzo originale'),
('it', 'tpe', 'TPE'),
('it', 'track', 'Monitoraggio'),
('it', 'tracking_num', 'Numero di seguito'),
('it', 'tracking_number', 'Numero di tracking'),
('it', 'tracks', 'Identificatore'),
('it', 'track_my_order', 'Monitoraggio ordini (verrà inviato alla tua e-mail)'),
('it', 'track_on_carrier_site', 'Controlla sul sito'),
('it', 'track_orders', 'Tenere traccia degli ordini'),
('it', 'track_request_subj', 'Monitoraggio ordini (tracking)'),
('it', 'track_without_options', 'Monitoraggio senza opzioni'),
('it', 'track_with_options', 'Monitoraggio con opzioni'),
('it', 'TransactionDateTime', 'Data/Ora transazione'),
('it', 'transaction_approved', 'Transazione approvata'),
('it', 'transaction_cancelled', 'La transazione è stata cancellata'),
('it', 'transaction_datetime', 'Data della transazione'),
('it', 'transaction_declined', 'La transazione è stata rifiutata'),
('it', 'transaction_id', 'ID della transazione'),
('it', 'transaction_key', 'Chiave della transazione'),
('it', 'transaction_password', 'Password della transazione'),
('it', 'transaction_type', 'Tipo di transazione'),
('it', 'transaction_url', 'URL della transazione'),
('it', 'transaction_used_fee_value', 'Comissão p/ usados'),
('it', 'translate', 'Traduci'),
('it', 'translations', 'Traduzioni'),
('it', 'trash_category', 'Categoria cancellata'),
('it', 'trash_category_description', 'Quando un prodotto viene eliminato da ogni categoria del negozio allora verrà spostato in questa categoria.'),
('it', 'tree', 'Struttura (albero)'),
('it', 'trial', 'PROVA'),
('it', 'trial_expired', 'Il periodo di prova di [product] è scaduto !'),
('it', 'trial_mode_mve_disabled', 'La modalità di Prova non è più disponibile perché avete una licenza valida attivata per questa installazione'),
('it', 'trial_mode_ult_disabled', 'La modalità PROVA non può essere attivata'),
('it', 'trial_notice', 'Il tuo negozio è in modalità PROVA.<br /><br />Terminato il periodo di Prova di 30 giorni, devi inserire un numero di licenza valido per poter gestire lo Store / Negozio.<br /><br />Per sospendere questo messaggio, e poter accedere il Pannello di Amministrazione al termine del periodo di Prova, acquista una licenza e <a class=\"cm-dialog-opener cm-dialog-auto-size\" data-ca-target-id=\"store_mode_dialog\"> ATTIVA la modalità Full mode</a> !'),
('it', 'true', 'Vero'),
('it', 'ttc_abt__ut2.menu_with_icons.desc', 'Short description for menu item (it is shown this field only for first-level items after menu item name)'),
('it', 'ttc_abt__ut2.menu_with_icons.dropdown', 'Show children menu items with dropdown list (only for <b>AB: Vertical dropdown list with icons</b> for the first-level items). It is rational to use this mode for those first level menu items, that have a large number of elements (subitems) on the third nesting level'),
('it', 'ttc_abt__ut2.menu_with_icons.icon', 'Icon for menu item (max size for icons:<br> — for the first level items 32x32px / for HiDPI 64x64px). If you don\'t use <b>Short description</b> for the first level menu items, then max size will be 24x24px / for HiDPI 48x48px<br> — for the second level items max icons width 100px / for HiDPI 200px)'),
('it', 'ttc_abt__ut2.menu_with_icons.label', 'Label for menu item (ability to mark with labels, important menu items (promotion, new, total sales, etc. optional))'),
('it', 'ttc_abt__ut2.menu_with_icons.label_background', 'Label background for menu item'),
('it', 'ttc_abt__ut2.menu_with_icons.label_color', 'Label color for menu item'),
('it', 'ttc_abt__ut2.menu_with_icons.text', 'HTML-content shown in this menu item (only for the first-level items). Used to show banner in mega menu (or any another content)'),
('it', 'ttc_abt__ut2.menu_with_icons.text_position', 'Position of HTML-content, that will be shown in this menu item (only for the first-level items)'),
('it', 'ttc_ab__lc.catalog.icon', 'Is displayed on the page <b>AB: Catalog</b> to the left of the name of category'),
('it', 'ttc_ab__lc.catalog.image_control', 'For display the size specified in the fields \"Categories list thumbnail width/height\" on admin panel page \"Settings\" - \"Thumbnails\" will be used. Size 32*32px will be used for displaying to the left'),
('it', 'ttc_ab__lc.control_subcategory_structure.inherit_control', 'If it is noted, then each point of a subcategory will be constructed taking into account its settings <b>AB: Management of the displayed structure of landing category/page</b> on <b>AB: Landing category/page</b> pages'),
('it', 'ttc_ab__lc.control_subcategory_structure.menu_id', 'Specify the menu ID which will be used for creation of the new structure of the subcategories'),
('it', 'ttc_ab__lc.landing_category.landing', 'The page of category will be displayed as a landing. Only subcategories, without products will be displayed'),
('it', 'ttc_ab__lc.landing_category.subsubcategories', 'The maximum amount of displayed sub-subcategories. If it is equal 0 - sub-subcategories won\'t be displayed'),
('it', 'ttc_ab__search_motivation.default_search_phrases', 'Will be used when fields in categories are empty'),
('it', 'ttc_ab__search_motivation.search_phrases', 'Input the list of expressions for this category; each expression should be written from a new line'),
('it', 'ttc_addons.form_builder.email_subject_field', 'È possibile utilizzare campi casella di tipo \"Select\" (a tendina) oppure di \"Input\"'),
('it', 'ttc_addons.paypal.rma.perform_refund', 'Sarà effettuato il rimborso una volta che un amministratore validerà lo stato di richiesta di restituzione'),
('it', 'ttc_addons.paypal.status_for_new_orders', 'Tutti i ordini di pagamento con Paypal, prendono questo status fin\'a una risposta da Paypa; (messaggio IPN) o il ritorno di uno cliente all\'archivo via un legato sul site di Paypal.'),
('it', 'ttc_hybrid_auth.linkedin_api_version', 'LinkedIn <a target=\"_blank\" href=\"https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/migration-faq?context=linkedin/consumer/context\">deprecated API v1</a>, but old apps still use it. If you\'re configuring LinkedIn app for the first time now, use API v2. Old LinkedIn apps configured some time ago may still be using v1.'),
('it', 'ttc_mobile_app.appfulldescription', 'Application full description (up to 4000 symbols)'),
('it', 'ttc_mobile_app.appname', 'Application name (up to 30 symbols)'),
('it', 'ttc_mobile_app.appshortdescription', 'Application short description (up to 80 symbols)'),
('it', 'ttc_mobile_app.privacypolicyurl', 'URL of the Privacy Policy page of your store'),
('it', 'ttc_mobile_app.pushnotifications', 'Push notifications'),
('it', 'ttc_mobile_app.shopname', 'Shop Name'),
('it', 'ttc_mobile_app.supportemail', 'Will be displayed in \'about app\' section'),
('it', 'ttc_ogone.sha_in', 'The SHA-IN pass phrase is set on the Ingenico administration panel on the <b>Data and origin verification</b> tab.'),
('it', 'ttc_ogone_web.sha_out', 'The SHA-OUT pass phrase is set on the Ingenico administration panel on the <b>Transaction feedback</b> tab.'),
('it', 'ttc_page_title', 'Titolo pagina visualizzato in un pannello del navigatore.'),
('it', 'ttc_paypal_logo', 'Utilizzare un formato grafico valido, ad esempio GIF,. jpg o. png. Limitare l\'immagine a 190 pixel di larghezza per 60 pixel di altezza. PayPal taglia le immagini che sono più grandi. PayPal pone l\'immagine del logo nella parte superiore della zona di revisione del carrello.'),
('it', 'ttc_paypal_use_in_context_checkout', 'Nel contesto di Check-out non verrà utilizzato quando l\'archivio è in esecuzione in modalità di Widget'),
('it', 'ttc_popularity', 'Valutazione della popolarità del prodotto è basata su: quante volte il negozio è stato visualizzato, numero di aggiunte al carrello e numero di acquisti.'),
('it', 'ttc_post_description', 'Usa il tag &lt;!--CUT--&gt; (passa alla vista codice sorgente per inserirlo) per nascondere parte dell\'articolo. Solo la parte sopra la tag sarà mostrata nell\'elenco di tutti gli articoli.<br /><br />Assicurarti di <strong>chiudere tutti i tag HTML</strong> sopra il tag &lt;!--CUT--&gt;'),
('it', 'ttc_product_feature.feature_style', 'Determines the look of this feature on the product page.'),
('it', 'ttc_product_feature.filter_style', 'Determines the look of a filter by this feature on the product list. Filters make it easier for customers to find a product with the desired feature value. You\'ll be able to create a filter after you create a feature.'),
('it', 'ttc_product_feature.purpose', 'Determines how you and your customers will be able to use this feature.'),
('it', 'ttc_search_words', 'Enter a few words here, and the product will appear in the results of the built-in search for those words, even if the product name or description doesn\'t have them. Separate different search words by commas.'),
('it', 'ttc_shippings.can.contract_id', 'ID del contratto è richiesto per ottenere tariffe scontate per i clienti commerciali quando viene specificato il numero di cliente. ID del contratto deve essere omesso per soluzioni per piccole imprese membri o utenti aziendali generali'),
('it', 'ttc_shippings.can.customer_number', 'Il Codice cliente è richiesto per i Clienti Business o le Soluzioni per i membri di Piccole Imprese per ottenere sconti nel caso che il pacco venga spedito per conto del Cliente'),
('it', 'ttc_shippings.can.option_cov', 'Richiede una quantità o un importo'),
('it', 'ttc_storefront_url', 'Tutti i nomi dei domini dei negozi devono essere associati con lo stesso indirizzo IP. Nota: commutare su \"tutti i negozi\" per modificare'),
('it', 'ttc_stores_status', 'ON—the storefront is open; everyone will see it. OFF—the storefront is closed; only those who have the access key will be able to see it.'),
('it', 'ttc_vendor_debt_payout.payout_overdue_limit', 'Payments for plans are drawn from the vendor\'s account balance. If the balance gets negative after the fee is taken, and this period expires, the vendor\'s administration panel will not allow to perform any actions until the vendor pays the debt.'),
('it', 'ttc_vendor_debt_payout.vendor_debt_limit', 'When a vendor\'s balance is negative and reaches this number, the vendor\'s administration panel will not allow to perform any actions. When a vendor\'s negative balance is half this number, the vendor will see the warning specified in the \"vendor_debt_payout.debt_near_limit_message\" language variable.'),
('it', 'tts_activate_menu_tab_for', 'L\'elemento del menu verrà visualizzato come attivato per la spedizione specificata.'),
('it', 'tts_generate_submenu', 'Il sottomenu include sottoelementi del oggetto selezionato.'),
('it', 'tts_link_text', 'URL di destinazione. Può essere un URL esterno, un URL interno dello store oppure una spedizione.'),
('it', 'tts_menu_user_class', 'La Classe CSS definita dall\'utente verrà aggiunta alla voce di menu, questo vi permetterà di definire la voce di menu con un proprio stile CSS.'),
('it', 'tt_addons_abt__unitheme2_views_abt__ut2_buy_together_generate_description', 'You can use placeholder %product% which will be replaced by original product name'),
('it', 'tt_addons_abt__unitheme2_views_abt__ut2_buy_together_generate_name', 'You can use placeholder %product% which will be replaced by original product name'),
('it', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.friday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('it', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.monday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('it', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.position', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
('it', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.saturday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('it', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.sunday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('it', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.thursday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('it', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.tuesday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('it', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.url', 'The link format with the indication of the controller is recommended (for example, products.view?product_id=12121)'),
('it', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.wednesday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('it', 'tt_addons_ab__category_banners_views_ab__category_banners_update_image', 'The image is output \"as is\", without cutting'),
('it', 'tt_addons_ab__motivation_block_views_ab__motivation_block_update_image', 'The image is displayed \"as is\" without scaling. Upload the prepared image of the necessary size, it is recommended to use size 24*24px'),
('it', 'tt_addons_ab__video_gallery_hooks_products_tabs_content_post_ab__vg.form.replace_image', 'Use the first video as the default image on the product page'),
('it', 'tt_addons_newsletters_views_mailing_lists_update_from_email', 'Email del mittente.'),
('it', 'tt_addons_newsletters_views_mailing_lists_update_from_name', 'Nome del mittente (ad es. nome azienda).'),
('it', 'tt_addons_newsletters_views_mailing_lists_update_reply_to', 'Email per inviare risposte.'),
('it', 'tt_addons_newsletters_views_newsletters_update_more_subjects', 'Se sono specificati diversi soggetti, l\'oggetto e-mail è scelto casualmente da questo elenco.'),
('it', 'tt_addons_newsletters_views_newsletters_update_users', 'Se il testo del messaggio contiene il link di cancellazione, sarà vuoto per questi utenti.\\n.'),
('it', 'tt_addons_paypal_settings_partial_refund_action_order_status', 'Determina si o non cambiare l\'altro stato automaticamente dopo una cancellazione partiale di Paypal.'),
('it', 'tt_addons_polls_hooks_pages_tabs_content_post_poll_results', 'Messaggio visualizzato al pubblico dopo il sondaggio completato.'),
('it', 'tt_addons_seo_views_seo_redirects_manage_seo.old_url', 'Ad esempio, se l\'URL è <b>http://example.com/path/to/object</b>, è necessario <b>/path/to/object</b>'),
('it', 'tt_addons_store_locator_views_store_locator_update_store_locator.main_destination', 'Determines the shipping rates for this pickup point. The rates are specified on the shipping method editing page. If you don\'t select a rate area for a pickup point, then the pickup point won\'t appear at checkout.'),
('it', 'tt_addons_store_locator_views_store_locator_update_store_locator.show_to', 'Allows you to offer this pickup point to the residents of other rate areas at checkout.'),
('it', 'tt_addons_vendor_locations_hooks_companies_shipping_address_post_vendor_locations.location', 'The address that will be used to determine the position on Google Maps.'),
('it', 'tt_mobile_app.crop_when_resize', 'If ticked, some part of an image might be lost (cut out) when it\'s resized, otherwise transparent borders might be added.'),
('it', 'tt_mobile_app.m_app_icon', '1024 x 1024 (the big one is because it\'s Apple requirement, please note that it should look fine even if resized to 256x256)'),
('it', 'tt_mobile_app.m_app_splash_landscape', 'Recommended image size 2208x1536. It is displayed when you start the application on your mobile phone'),
('it', 'tt_mobile_app.m_app_splash_portrait', 'Recommended image size 1536x2208. It is displayed when you start the application on your mobile phone'),
('it', 'tt_mobile_app.m_app_store_logo', '(1024 x 500). It\'s the image shown in the Google Play page of your application, see \"Feature Graphic\" section <a href=\"https://support.google.com/googleplay/android-developer/answer/1078870?hl=en\" target=\"_blank\">here</a>'),
('it', 'tt_mobile_app.services_config', 'Upload the google-services.json file that was generated when you added an Android application in Firebase.'),
('it', 'tt_views_block_manager_update_block_override_by_this', 'Se salvi il blocco con questa opzione attivata, il contenuto attuale del blocco sovrascriverà il contenuto di questo blocco ovunque esso venga utilizzato nel carrello'),
('it', 'tt_views_block_manager_update_block_width', 'Larghezza blocco funziona per blocchi che si trovano nel gruppo con direzione orizzontale, per gli altri casi questo parametro non funziona.'),
('it', 'tt_views_block_manager_update_location_default', 'Una posizione deve essere scelta come default. I suoi contenitori in alto e in basso saranno utilizzati in tutte le posizioni.'),
('it', 'tt_views_block_manager_update_location_head_custom_html', 'Questo codice HTML verrà messo tra i tag &lt;head&gt; e &lt;/head&gt;'),
('it', 'tt_views_cart_components_carts_search_form_online_only', 'Se attivati, i risultati di ricerca includono solo utenti che al momento sono online.'),
('it', 'tt_views_categories_update_product_details_layout', 'Per default, viene utilizzato il template che è stato definito nelle impostazioni per il front-end (area clienti)'),
('it', 'tt_views_currencies_update_after_sum', 'Se attivato, il simbolo valuta verrà visualizzato dopo la somma.'),
('it', 'tt_views_currencies_update_decimals', 'Numero di cifre dopo il simbolo decimale.'),
('it', 'tt_views_currencies_update_dec_sign', 'Separatore dei decimali'),
('it', 'tt_views_currencies_update_ths_sign', 'Separatore delle migliaia.'),
('it', 'tt_views_database_manage_backup_data', 'Se attivato, il file di backup della banca dati include i dati attuali della tabella.'),
('it', 'tt_views_database_manage_backup_schema', 'Se attivato, il file di backup della banca dati mantiene la struttura della tabella.'),
('it', 'tt_views_exim_export_output', 'Scegliere un \"azione\" sul file \"download diretto\" -  per salvare il file sul computer locale, \"schermo\" - per visualizzare i contenuti del file, \"server\" - per salvare il file sul file system del server.'),
('it', 'tt_views_languages_manage_language_code', 'Il codice a due lettere della lingua.'),
('it', 'tt_views_languages_update_country', 'La bandiera di questo paese sarà utilizzata come icona della lingua.'),
('it', 'tt_views_orders_components_orders_search_form_customer_files', 'Se attivati, i risultati della ricerca conterranno gli ordini per i quali i clienti hanno scaricato i propri file.'),
('it', 'tt_views_pages_components_pages_link_page_target_url', 'L\'URL a cui reindirizzare i clienti'),
('it', 'tt_views_pages_components_pages_link_page_url', 'La pagina a questo URL'),
('it', 'tt_views_payments_update_surcharge_title', 'Lasciare vuoto per utilizzare \'pagamento sovrapprezzo\' come titolo'),
('it', 'tt_views_payments_update_taxes', 'Se un supplemento di pagamento è stato prelevato dai vendors, le tasse non saranno calcolate'),
('it', 'tt_views_payments_update_template', 'Modello responsabile per la visualizzazione dei campi supplementari per il metodo di pagamento.'),
('it', 'tt_views_products_components_products_shipping_settings_free_shipping', 'I prodotti con l\'opzione di spedizione gratuita attivata verranno esclusi dal calcolo della spedizione se l\'opzione \"Usa per la spedizione gratuita\" è attiva'),
('it', 'tt_views_products_components_products_shipping_settings_items_in_box', 'Utilizza questo campo per definire il numero minimo e massimo di prodotti da spedire all\'interno di un pacco separato. Inserisci un valore superiore a zero e specifica le dimensioni del pacco qui sotto.'),
('it', 'tt_views_products_components_products_shipping_settings_weight', 'Prodotti non scaricabili con peso zero sono trattati come se avessero un peso non-zero minimo posibile'),
('it', 'tt_views_products_update_categories', 'Categorie da visualizzare nelle breadcrumbs di navigazione.'),
('it', 'tt_views_products_update_inventory', 'Traccia quantità disponibili in stock. Abilita l\'opzione \"Abilita tracciamento inventario\" (Impostazioni -> Generali) per modificare.'),
('it', 'tt_views_products_update_list_price', 'Il produttore ha consigliato il prezzo al dettaglio.'),
('it', 'tt_views_products_update_out_of_stock_actions', '\'Buy in advance\' lets customers buy out-of-stock products and products that will be available since a specific date. \'Sign up for notification\' works only when the product has zero or negative quantity.'),
('it', 'tt_views_products_update_product_details_layout', 'Come comportamento predefinito, viene utilizzato il modello definito nelle impostazioni della categoria principale prodotti'),
('it', 'tt_views_product_features_update_feature_display_on_catalog', 'Visualizza questa caratteristica sulla pagina elenco prodotti con descrizione del prodotto.'),
('it', 'tt_views_product_features_update_feature_display_on_product', 'Se attivato, la caratteristica viene visualizzata nella pagina dettagli del prodotto nell\'area clienti (storefront)'),
('it', 'tt_views_product_features_update_prefix', 'Un\'aggiunta che precede la caratteristica del prodotto.'),
('it', 'tt_views_product_features_update_suffix', 'Un\'aggiunta che segue la caratteristica del prodotto.'),
('it', 'tt_views_product_options_update_incorrect_filling_message', 'Messaggio che viene visualizzato se i dati introdotti sono errati.'),
('it', 'tt_views_product_options_update_inner_hint', 'Una nota che indica il valore da introdurre.'),
('it', 'tt_views_product_options_update_inventory', 'Se attivata, l\'opzione viene presa in considerazione per formare l\'inventario del prodotto.'),
('it', 'tt_views_product_options_update_regexp', 'Espressione regolare che specifica un \"pattern\" a cui deve corrispondere.'),
('it', 'tt_views_promotions_update_stop_other_rules', 'Se attivate, le altre promozioni non verranno applicate.'),
('it', 'tt_views_sales_reports_table_time_interval', 'Periodi da analizzare (giorno, settimana, anno).'),
('it', 'tt_views_sales_reports_update_table_dependence', 'Parametro per ordinare i valori. Esso dovrebbe riguardare il valore da visualizzare (p.e. i costi di prodotto — totale costo o numero di prodotti — numero di elementi).'),
('it', 'tt_views_sales_reports_update_table_limit', 'Numero massimo di componenti del grafico.'),
('it', 'tt_views_shippings_components_services_ups_ship_ups_pickup_type', '<p>Select \"Daily Pickup\" to calculate the delivery cost according to Daily Rates.</p><p>Select \"One Time Pickup\", \"Letter Center\", or \"Air Service Center\" to calculate the delivery cost according to Retail Rates.</p>'),
('it', 'tt_views_shippings_update_delivery_time', 'Il tempo di consegna viene visualizzato accanto al nome del metodo di spedizione. Se si utilizza in tempo reale, calcolo della frequenza di spedizione, il servizio di trasporto può fornire il suo tempo di consegna. Il tempo previsto dal servizio di trasporto verrà visualizzato al posto del tempo specificato qui.'),
('it', 'tt_views_shippings_update_use_for_free_shipping', 'Escludi i prodotti con l\'opzione di spedizione gratuita abilitata dal calcolo del costo di spedizione'),
('it', 'tt_views_site_layout_logos_alt_text', 'Lasciare vuoto per utilizzare nome azienda come testo alternativo.'),
('it', 'tt_views_storage_cdn_cname', 'Il nome dominio che vuoi utilizzare al posto del nome dominio di CloudFront per l\'URL per i tuoi file. Devi anche creare un record CNAME con il tuo servizio DNS per indirizzare le richieste verso l\'host CloudFront (esso sarà visualizzato su questa pagina dopo che avrai inserito le informazioni del tuo account).'),
('it', 'tt_views_storage_cdn_key', 'AWS Access Key ID. Vai su <a href=\"http://amzn.to/14FZLi3\" target=\"_blank\">http://amzn.to/14FZLi3</a> per scoprire come ottenere la Key e la Secret Key.'),
('it', 'tt_views_taxes_update_regnumber', 'Numero di registrazione di questa tassa in questo negozio.'),
('it', 'turkish', 'Turco'),
('it', 'txn_id', 'ID transazione'),
('it', 'type', 'Tipo'),
('it', 'type_comment', 'Inserisci un commento qui'),
('it', 'type_comments_here', 'Puoi lasciare un commento qui'),
('it', 'type_to_search', 'Type to search...'),
('it', 'type_to_search_or_click_button', 'Type to search, or click the button on the right for advanced search'),
('it', 'uc_addon_package_files_do_not_match_schema', 'Il pacchetto contiene i file che non sono stati riportati nello schema o lo schema ha collegamenti a file mancanti'),
('it', 'uc_addon_package_forbidden_path', 'Proibito: Il componente aggiuntivo cerca di aggiornare il file core ([path])'),
('it', 'uc_addon_package_languages_forbidden', 'Il pacchetto contiene lingue che non sono state riportate nello schema o lo schema ha collegamenti a file di lingue mancanti'),
('it', 'uc_addon_package_migrations_forbidden', 'Il pacchetto contiene migrazioni che non sono state descritte nello schema o lo schema ha collegamenti di migrazione file mancanti'),
('it', 'uc_addon_package_pre_post_scripts_mismatch', 'Il pacchetto contiene gli script di pre/post che non sono stati riportati nello schema o lo schema ha collegamenti a file mancanti'),
('it', 'uc_backup_info_subj', 'Centro aggiornamenti: Il negozio e stato backuppato e chiuso.'),
('it', 'uc_broken_upgrade_connector', 'L\'aggiornamento del connettore [connector_id] ha restituito dati non corretti'),
('it', 'uc_connector_not_found', 'Aggiorna il connettore non trovato'),
('it', 'uc_copy_files', 'Copia i file'),
('it', 'uc_downloaded_and_ready', 'Il pacchetto di aggiornamento è stato scaricato e pronto per l\'installazione'),
('it', 'uc_execute_validator', 'Eseguire il validatore \"[validator]\"'),
('it', 'uc_info_subj', 'Centro aggiornamenti: Il negozio è stato chiuso.'),
('it', 'uc_install_languages', 'Installa lingue'),
('it', 'uc_migration_failed', 'Si è verificato un errore durante l\'aggiornamento della struttura del database (applicando la migrazione [migration]).'),
('it', 'uc_ok', 'OK'),
('it', 'uc_open_store_email_body', '<p>Before the upgrade, your store was closed. Check if it\'s running fine after the upgrade and <a href=\"[settings_section]\">open it</a>.</p>'),
('it', 'uc_package_schema_is_not_json', 'Lo schema del pacchetto non è un JSON valido'),
('it', 'uc_package_schema_not_found', 'Schema di contenuto pacchetto non trovato'),
('it', 'uc_restore_email_body', '<p>Il Database del tuo negozio e i file sono stati salvati con un Backup prima dell\'aggiornamento. L\'archivio di backup comprende l\'intero database e tutti i file tranne le immagini. L\'archivio di backup è stato memorizzato sul server: [backup_file].</p><p>Prima dell\'aggiornamento, il negozio è stato chiuso. Verifica se tutto è funzionante dopo l\'aggiornamento e <a href=\"[settings_section]\">apri nuovamente il negozio</a>.</p><p>Se qualcosa è andato male durante l\'aggiornamento, vai al tuo pannello admin, <strong>Amministrazione → Backup/Ripristino</strong>, per ripristinare il backup.</p><p>Se non è possibile accedere il tuo pannello di amministrazione, è possibile utilizzare il seguente link per ripristinare l\'ultimo backup. <b>Importante:</b> seguendo questo link si avvierà immediatamente il processo di ripristino. Utilizzatelo solo se non è possibile accedere il tuo pannello di amministrazione! Per ripristinare l\'ultimo backup:</p>'),
('it', 'uc_restore_email_subject', 'Centro di aggiornamento: Il negozio è stato backuppato e chiuso.'),
('it', 'uc_run_migrations', 'Esegui migrazioni'),
('it', 'uc_searchanise_disabled', 'L\'add-on di Searchanise è stato disattivata automaticamente durante l\'aggiornamento per evitare risultati errati. Attivala in qualsiasi momento nella pagina <a href=\"[url]\"> Componenti aggiuntivi</a>.'),
('it', 'uc_title_validators', 'Aggiorna pacchetto Validatori'),
('it', 'uc_unable_to_read_schema', 'Impossibile leggere schema di pacchetto (schema.json)'),
('it', 'uc_upgrade_progress', 'Progresso aggiornamento'),
('it', 'uk_cookies_law', 'I Cookie vengono utilizzati per fornire la migliore esperienza all\'utente. Se continui, diamo per scontato che l\'utente accetti di ricevere Cookies da questo sito. <span class=\"button button-wrap-left\"><span class=\"button button-wrap-right\"><a rel=\"nofollow\" href=\"[url]\">OK</a></span></span>'),
('it', 'ultimate_license', '[product] Ultimate'),
('it', 'ultimate_license_required', '[product] Ultimate is required for this'),
('it', 'ultimate_or_storefront_license_required', 'This action requires [product] Ultimate or an additional Storefront License'),
('it', 'ult_shared_with', 'Condiviso con:'),
('it', 'ult_share_users_setting_disabled', 'Il valore dell\'impostazione non può essere modificato perché indirizzi e-mail identici sono registrati nel vostro negozio.'),
('it', 'unable_delete_vendor_orders_exists', 'Impossibile cancellare questo conto vendor perchè vi sono ancora ordini contenenti prodotti di questo vendor nel database dello store. Per potere cancellare il conto prego cancellare prima questi ordini.'),
('it', 'unable_to_assign_usergroup', 'Non è stato possibile assegnare il gruppo utenti. Prego contattare l\'amministratore del negozio.'),
('it', 'unable_to_check_license', 'Non è possibile verificare il tuo numero di licenza'),
('it', 'unable_to_create_status', 'Impossibile creare un nuovo stato'),
('it', 'unable_to_delete_last_storefront', 'Deve rimanere almeno un negozio'),
('it', 'unable_to_delete_setting_description', 'Impossibile cancellare impostazione descrizione: [reason]'),
('it', 'unable_to_delete_setting_variant', 'Impossibile cancellare variante impostazione: [reason]'),
('it', 'unable_to_read_resource', 'Impossibile leggere la risorsa: [file]'),
('it', 'unable_to_unpack_file', 'Impossibile decomprimere il file'),
('it', 'unable_to_update_setting_description', 'Impossibile aggiornare descrizione impostazione: [reason]'),
('it', 'unable_to_update_setting_value', 'Impossibile aggiornare valore impostazione: [reason]'),
('it', 'ungroupped_features', 'Caratteristiche non raggruppate'),
('it', 'uninstall', 'Disinstalla'),
('it', 'unique_html_block', 'Blocco HTML unico'),
('it', 'unit', 'Unità'),
('it', 'united_kingdom', 'Regno Unito'),
('it', 'unit_price', 'Prezzo unitario'),
('it', 'unknown', 'Sconosciuto'),
('it', 'unknown_server_response', 'Risposta del server sconosciuta'),
('it', 'unmark', 'Deselezionare'),
('it', 'unregistered_customer', 'Cliente non registrato'),
('it', 'unregistered_customer_short', 'Non registrato'),
('it', 'unselect_all', 'Deseleziona tutti'),
('it', 'unset_tax_to_products', 'Rimuovi tasse selezionate da tutti i prodotti'),
('it', 'unsubscribe', 'Cancella iscrizione'),
('it', 'unsubscribe_key', 'Unsubscribe key'),
('it', 'unsubscribe_link', 'Link disiscrivi'),
('it', 'up', 'Verso l\'alto'),
('it', 'update', 'Aggiorna'),
('it', 'updated_last', 'Updated in the last'),
('it', 'updates_subscription', 'Iscrizione per aggiornamenti e promozioni'),
('it', 'update_all', 'Atualizar todos'),
('it', 'update_categories', 'Aggiorna categorie'),
('it', 'update_current_layout', 'Aggiorna il layout corrente'),
('it', 'update_customer_info', 'Aggiorna informazione cliente'),
('it', 'update_datafeed', 'Modifica feed dati'),
('it', 'update_existing_products_only', 'Update existing products only'),
('it', 'update_existing_products_only_tooltip', 'If you enable this setting, products that don\'t exist in the database of your store will be skipped during import.'),
('it', 'update_for_all_act', 'Il nuovo valore sarà salvato per TUTTI i negozi che condividono questo elemento. Cliccare per salvarlo solo per il proprietario del negozio.'),
('it', 'update_for_all_dis', 'Il nuovo valore sarà salvato SOLO per il proprietario del negozio. Cliccare per salvarlo per tutti i negozi che condividono questo elemento.'),
('it', 'update_for_all_hid_act', 'Cliccare per cancellare aggiornamento campo.'),
('it', 'update_for_all_hid_dis', 'Cliccare per inserire un nuovo valore nel campo da aggiornare in tutti i negozi quando vengono salvati.'),
('it', 'update_group', 'Aggiorna gruppo'),
('it', 'update_period_expired', '<p class=\"text-error\">Questo abbonamento sugli aggiornamenti è scaduto, quindi non è possibile installare questo aggiornamento del software. Si può prorogare l\'abbonamento su <a href=\"[url]\"> Customer Help Desk</a>.</p><p>Si prega di notare che non è obbligatorio: si può continuare a usare questo software senza limitazioni anche senza un abbonamento aggiornamenti.</p>'),
('it', 'update_products', 'Aggiorna prodotti'),
('it', 'update_profile', 'Aggiorna profilo'),
('it', 'update_profile_notification', 'Il tuo profilo è stato aggiornato'),
('it', 'update_profile_notification_header', 'Il tuo profilo è stato aggiornato'),
('it', 'update_status', 'Aggiorna stato'),
('it', 'update_text', 'Aggiorna testo'),
('it', 'update_totals_and_inventory', 'Aggiorna totale e inventario'),
('it', 'update_translation', 'Aggiornamento traduzioni'),
('it', 'updating', 'Aggiornamento'),
('it', 'updating_links', 'Aggiornare collegamenti'),
('it', 'upgrade', 'Aggiorna'),
('it', 'upgraded_on', 'Aggiornato il'),
('it', 'upgrade_center', 'Centro aggiornamenti'),
('it', 'upgrade_center.apply_migration_failed', '<p>Per favore ristorare il backup di pre-surclasamento manualmente o via un legato inviato al suo email, poi contattare il servizio cliente.</p><br><p>Dati tecnici: Non a possuto completare migrazione [migration]. Raggione: [error].</p><p>Migrazioni completate: [processed_count] da [total_count].</p>'),
('it', 'upgrade_center.error_unable_to_prepare_restore', 'Impossibile preparare lo script di ripristino.'),
('it', 'upgrade_center.filehash_check_failed', 'L\'aggiornamento non è possibile a causa di un errore di controllo integrità del file. Per favore contattare il supporto tecnico CS-Cart.'),
('it', 'upgrade_center.skip_backup', 'Ignora file e backup del database'),
('it', 'upgrade_center.upgrades_are_not_available_in_trial', 'Gli aggiornamenti sono disponibili solo nella modalità di licenza <strong>COMPLETA</strong> oppure <strong>GRATUITA</strong> <br /><br />La modalità di licenza può essere cambiata in Impostazioni → <a class=\"cm-dialog-opener cm-dialog-auto-size\" data-ca-target-id=\"store_mode_dialog\">Modalità di Licenza</a>.');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('it', 'upgrade_center.upgrade_process_failed', 'Il processo di aggiornamento del negozio non ha avuto successo'),
('it', 'upgrade_center.validation_issue', 'Problema di validazione'),
('it', 'upgrade_center.validator_fail_result', 'Il validatore \"[validator_name]\" ha restituito lo stato \"fallito\"'),
('it', 'upgrade_center.warning_msg_after_upgrade', 'Dopo l\'aggiornamento, verificare la funzionalità di base del tuo negozio.'),
('it', 'upgrade_center.warning_msg_executed_php', '<p class=\"text-error\">E\'stato avviato uno script PHP di test. Questo durerà 6 minutes. Quando il test sarà terminato saprai se il timeout degli script PHP è impostato in modo corretto. Se si potrai procedere con l\'aggiornamento. Attendi fino al termine tel test per essere sicuro delle impostazioni di timeout PHP della tua configurazione.</p>'),
('it', 'upgrade_center.warning_msg_generally', 'In genere, l\'aggiornamento non riesce perché l\'esecuzione di script PHP è terminato a causa di configurazione del server. È essenziale verificare le impostazioni di timeout dello script PHP sul vostro server.'),
('it', 'upgrade_center.warning_msg_specialists', 'Se non si ha familiarità con gli aspetti tecnici di CS-Cart e il processo di aggiornamento, è consigliabile affidarsi <a href=\"[upgrade_center_specialist]\" target=\"_blank\">a uno specialista</a> o <a href=\"[upgrade_center_team]\" target=\"_blank\"> chiedere al nostro team di supporto</a> per aggiornare il tuo negozio per voi.'),
('it', 'upgrade_center.warning_msg_test_local', 'Aggiornare la copia di prova del tuo negozio prima per assicurarsi che l\'aggiornamento andrà senza problemi.'),
('it', 'upgrade_center.warning_msg_third_party_add_ons', 'L\'aggiornamento non aggiorna i componenti aggiuntivi di terze parti. Ecco perché si consiglia di disattivare tutti i componenti aggiuntivi di terze parti prima dell\'aggiornamento.'),
('it', 'upgrade_center.warning_msg_timeout_check_failed', 'Il server ha impostazioni sbagliate di timeout per gli script PHP. Questo potrebbe essere a causa di restrizioni alla funzione <a href=\"http://php.net/manual/en/function.set-time-limit.php\" target=\"_blank\">set_time_limit</a> PHP o FastCGI di \"Timeout\". Si consiglia di contattare il vostro hosting provider al fine di risolvere il problema o contattare il nostro team di supporto tecnico per eseguire l\'aggiornamento per voi.'),
('it', 'upgrade_center.warning_msg_timeout_fail', 'Noi NON consigliamo di avviare l\'aggiornamento sul server.'),
('it', 'upgrade_center.warning_msg_upgrade_is_complicated', 'L\'aggiornamento è un processo complicato. Esso può essere impossibile a causa di motivi che sfuggono al nostro controllo.<br>Per rendere l\'aggiornamento del tuo negozio più sicuro, abbiamo preparato per voi alcuni consigli:'),
('it', 'upgrade_center_permission_adjusted_properly', 'Tutte le autorizzazioni di file e cartelle sono state regolate correttamente.'),
('it', 'upgrade_fl54_atol_boxberry_text', '<p>The following tools were added to help store owners comply with Federal Law 54 and work with online cash registers:</p><ul><li>The ability to <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/payment_methods/yandex_54fz.html\">send receipt data to Yandex.Checkout</a>.</li><li>The <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/addons/atol_online/\">ATOL Online</a> add-on that integrates CS-Cart with this rent-an-online-cash-register service.</li></ul><p>Other additions:</p><ul><li>An add-on for <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/addons/retailcrm/\">exchanging data with retailCRM</a>;</li><li>An add-on for <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/shipping_and_taxes/shipping_methods/realtime_shipping_methods/boxberry.html\">creating real-time shipping methods that use Boxberry</a>, a Russian shipping service.</li></ul>'),
('it', 'upgrade_fl54_atol_boxberry_title', 'New features of Russian version of CS-Cart 4.6.1: compliance with Federal Law 54, add-ons for retailCRM and Boxberry'),
('it', 'upgrade_flash_player', 'È necessario aggiornare il tuo Flash Player'),
('it', 'upgrade_is_not_avail', '<p class=\"text-error\">Questo aggiornamento non è disponibile per la tua licenza. Per favore contatta il <a href=\"[href]\">supporto CS-Cart</a> per aggiornare la tua licenza</p>'),
('it', 'upgrade_license', 'Upgrade my license'),
('it', 'upgrade_notification_message', '<p class=\'upgrade-center_notice-msg\'> Copia di questo messaggio è stato inviato via mail all\'Amministratore.</p> <hr>'),
('it', 'upgrade_notification_title', 'Aggiorna le modifiche di [product] [version]'),
('it', 'upgrade_notification_welcome_text', '<p class=\"lead\">To help you get started, we’ve compiled the list of what you should check after the upgrade. The full list of changes is in the changelog.</p><p class=\"lead\">If you ever need to check this message later, we’ve also sent a copy to [email].</p>'),
('it', 'upgrade_notification_welcome_title', 'Benvenuto in [product] [version]!'),
('it', 'upgrade_notification_what_check_first', 'Cosa controllare prima?'),
('it', 'upgrade_notification_what_else_to_check', 'Cos\'altro deve essere controllato?'),
('it', 'upload', 'Caricare'),
('it', 'uploaded_files', 'Uploaded Files'),
('it', 'upload_addon', 'Carica & installa add-on'),
('it', 'upload_another_file', 'Caricare un altro file'),
('it', 'upload_file', 'Caricare file'),
('it', 'upload_install', 'Carica & installa'),
('it', 'upload_theme', 'Carica tema'),
('it', 'upload_to_ftp', 'Carica su server FTP'),
('it', 'upload_upgrade_package', 'Carica il pacchetto di aggiornamento'),
('it', 'upload_upgrade_text', 'Il caricamento del pacchetto di aggiornamento consente di applicare gli aggiornamenti rapidi al componente aggiuntivo. È possibile caricare un pacchetto di aggiornamento scegliendo un tgz, gz, zip e cliccando Upload.'),
('it', 'upload_via_ftp', 'Carica via FTP'),
('it', 'ups', 'United Parcel Service (UPS)'),
('it', 'ups_suggested_retail_rates_upgrade_notification_text', '<p>The latest [product] version doesn\'t support the \"Suggested Retail Rates\" Pickup type for the UPS-based shipping methods.</p><p>If you used Suggested Retail Rates before, do this to actualize the delivery cost for your customers:</p><ul><li>Go to Administration → Shipping & taxes → Shipping methods.</li><li>Select the shipping method that uses UPS as a carrier.</li><li>Switch to the Configure tab and select a proper Pickup type: use \"One Time Pickup\", \"Letter Center\", or \"Air Service Center\" to calculate the delivery cost according to Retail Rates</li></ul>'),
('it', 'ups_suggested_retail_rates_upgrade_notification_title', '\"Suggested Retail Rates\" Pickup type for the UPS-based shipping methods is no longer supported'),
('it', 'ups_upgrade_notification_text', '<p><b>UPS Canada: Expedited SM</b> e <b>UPS polacco: oggi Intercity</b> servizi di spedizione non sono supportati da questa versione di [product]. Se li utilizzi, eseguire le operazioni seguenti:</p> <ul><li>andare a amministrazione > spedizione & tasse > spedizione Metodi</li> <li>scegliere il metodo di spedizione che utilizza UPS come un elemento portante per calcolare le tariffe di spedizione</li>, <li>passare alla scheda generale e immettere il corretto servizio di spedizione</li></ul>'),
('it', 'ups_upgrade_notification_title', 'UPS Canada: Expedited SM e polacco UPS: Servizi di spedizione di oggi Intercity non sono più supportati'),
('it', 'url', 'URL'),
('it', 'url_access_storefront', 'Use the following URL to access the storefront:<br><a href=\"[url]\" target=\"_blank\">[url]</a>'),
('it', 'url_dispatch_part', 'Il valore del parametro \"spedizione\" dall\'URL'),
('it', 'used', 'Usato'),
('it', 'user', 'Utente'),
('it', 'usergroup', 'Gruppo utente'),
('it', 'usergroups', 'Gruppi utente'),
('it', 'usergroups_menu_description', 'Lista di gruppi utenti presenti nel vostro negozio.'),
('it', 'usergroup_activated', 'Il gruppo utente è stato attivato'),
('it', 'usergroup_disactivated', 'Gruppo utente è stato disattivato'),
('it', 'usergroup_ids', 'Id gruppi utente'),
('it', 'usergroup_privileges', 'Diritti d\'accesso per gruppo utente'),
('it', 'usergroup_registered', 'Utenti registrati'),
('it', 'usergroup_request_by_customer', 'Richiesta gruppo utente da parte di cliente'),
('it', 'username', 'Nome utente'),
('it', 'users', 'Utenti'),
('it', 'users_carts', 'Carrelli abbandonati'),
('it', 'users_carts_menu_description', 'Lista di prodotti che per qualche ragione non sono stati acquistati.'),
('it', 'users_menu_description', 'Gestisci gli account utente che sono regsitrati nel tuo negozio.'),
('it', 'user_account_info', 'Informazioni account utente'),
('it', 'user_account_information', 'Informazioni account utente'),
('it', 'user_cannot_be_deleted', 'Spiacenti, l\'utente con ID utente [user_id] non può essere cancellato.'),
('it', 'user_class', 'Classe CSS personalizzata'),
('it', 'user_data_required', 'Prego seleziona un cliente o inserisci dati'),
('it', 'user_details_page', 'Pagina dettagli utente'),
('it', 'user_group', 'Gruppi utente'),
('it', 'user_group_ids', 'User group IDs'),
('it', 'user_group_requests', 'Richieste gruppo utente'),
('it', 'user_id', 'ID utente'),
('it', 'user_info', 'Informazione utente'),
('it', 'user_pin', 'PIN utente'),
('it', 'user_profile_info', 'Informazione profilo utente'),
('it', 'user_settings', 'Impostazioni utente'),
('it', 'user_type', 'Tipo di utente'),
('it', 'use_avail_period', 'Utilizza periodo disponibile'),
('it', 'use_cardinal', 'Usare Cardinal Centinel&reg; per 3-D Secure Payer Authentication'),
('it', 'use_coupons_commission', 'Buono di commissione'),
('it', 'use_current_link', 'Utilizza collegamento pagina corrente'),
('it', 'use_custom_view', 'Utilizzare la visualizzazione personalizzata'),
('it', 'use_custom_weight_settings', 'Utilizza impostazioni peso personalizzate'),
('it', 'use_default_block_configuration', 'Usa la configurazione blocchi predefinita'),
('it', 'use_existing_block', 'Utilizza blocco esistente'),
('it', 'use_existing_store', 'Copia configurazione negozio esistente'),
('it', 'use_for_apply_for_vendor_account', 'Applica per il modulo account venditore'),
('it', 'use_for_checkout', 'Modulo Cassa (informazioni utente)'),
('it', 'use_for_discussion', 'Moduli commenti e recensioni'),
('it', 'use_for_form_builder', 'Moduli personalizzati'),
('it', 'use_for_free_shipping', 'Uso della spedizione gratuita'),
('it', 'use_for_login', 'Modulo login'),
('it', 'use_for_polls', 'Sondaggi'),
('it', 'use_for_register', 'Crea e modifica il modulo del profilo'),
('it', 'use_for_re_desk', 'Use for Re:Desk'),
('it', 'use_for_track_orders', 'Modulo tracciamento ordine'),
('it', 'use_negotiated_rates', 'Utilizza i prezzi trattati stabiliti'),
('it', 'use_new_sha_method', 'Utilizza nuova SHA Signature Policy'),
('it', 'use_this_style', 'Utilizza questo stile'),
('it', 'usps', 'U.S Postal Service'),
('it', 'usps_package_size_large', 'Grande'),
('it', 'usps_package_size_regular', 'Regular (normale)'),
('it', 'usps_service_certificate_of_mailing', 'Certificato mailing (certificate of mailing)'),
('it', 'usps_service_certificate_of_mailing_for_firm_mailing_books', 'Certificato mailing (certificate of mailing) per libri mailing aziendali'),
('it', 'usps_service_certificate_of_mailing_per_individual_article', 'Certificato mailing (certificate of mailing) per articoli individuali'),
('it', 'usps_service_certified', 'Certificato'),
('it', 'usps_service_collect_on_delivery', 'Pagamento in contrassegno'),
('it', 'usps_service_delivery_confirmation', 'Conferma di consegna'),
('it', 'usps_service_edelivery_confirmation', 'Conferma e-Delivery'),
('it', 'usps_service_express_mail_insurance', 'Assicurazione posta espresso'),
('it', 'usps_service_insurance', 'Assicurazione'),
('it', 'usps_service_pick_up_on_demand', 'Ritiro su richiesta'),
('it', 'usps_service_registered_mail', 'Invio iscritto (registrato)'),
('it', 'usps_service_registered_without_insurance', 'Iscritto (registrato) senza assicurazione'),
('it', 'usps_service_registered_with_insurance', 'Iscritto (registrato) con assicurazione'),
('it', 'usps_service_return_receipt', 'Ricevuta di ritorno'),
('it', 'usps_service_return_receipt_electronic', 'Ricevuta di ritorno elettronica'),
('it', 'usps_service_return_receipt_for_merchandise', 'Ricevuta di ritorno per merce'),
('it', 'usps_service_signature_confirmation', 'Conferma con firma'),
('it', 'usps_size', 'Prego specificare larghezza, altezza e lunghezza per Priority Mail, solo se la dimensione del pacco è \"Grande\" (large)'),
('it', 'usps_upgrade_notification_text', '<p>The following USPS shipping services are no longer supported:<ul><li>USPS First-Class Mail International Large Envelope</li><li>USPS First-Class Mail International Letter/Postcard</li></ul>All your shipping methods that used these services have been changed to use <b>USPS First-Class Package International Service</b> instead. Please go to <b>Administration → Shipping & taxes → Shipping methods</b> and check the settings of your shipping methods that use USPS.</p>'),
('it', 'usps_upgrade_notification_title', 'Changes to USPS shipping services'),
('it', 'uvdesk_already_account', 'Your account already exist. To manage your tickets please login.'),
('it', 'uvdesk_answered', 'Answered'),
('it', 'uvdesk_closed', 'Closed'),
('it', 'uvdesk_label', 'Label'),
('it', 'uvdesk_mine', 'Mine'),
('it', 'uvdesk_notreplied', 'Notreplied'),
('it', 'uvdesk_open', 'Open'),
('it', 'uvdesk_pending', 'Pending'),
('it', 'uvdesk_resolved', 'Resolved'),
('it', 'uvdesk_spam', 'Spam'),
('it', 'uvdesk_starred', 'Starred'),
('it', 'uvdesk_tickets', 'UVDesk Ticktes'),
('it', 'uvdesk_timestamp', 'Timestamp'),
('it', 'uvdesk_trashed', 'Trashed'),
('it', 'uvdesk_unassigned', 'Unassigned'),
('it', 'uvdesk_viewticket', 'UVDesk View Ticket'),
('it', 'valid', 'Periodo di validità'),
('it', 'validate_email', 'Convalida e-mail'),
('it', 'validate_secret_word', 'Convalida parola segreta'),
('it', 'valid_thru', 'Valido fino a (mm/aa)'),
('it', 'value', 'Valore'),
('it', 'value_to_display', 'Valore da visualizzare'),
('it', 'variables', 'Variabili'),
('it', 'variant', 'Variante'),
('it', 'variants', 'Varianti'),
('it', 'variant_id', 'Codice variante'),
('it', 'variant_name', 'Nome variante'),
('it', 'variations_in_stock', 'Only \"in stock\" products'),
('it', 'variation_group_code', 'Variation group code'),
('it', 'variation_group_id', 'Variation group ID'),
('it', 'variation_parent_product_id', 'Variation parent product ID'),
('it', 'variation_set_as_default', 'Variation set as default'),
('it', 'variation_sub_group_id', 'Variation sub group ID'),
('it', 'vendor', 'Fornitore'),
('it', 'vendors_activity', 'Vendor activity in the selected period'),
('it', 'vendors_activity.new_products', 'New products'),
('it', 'vendors_activity.new_vendors', 'New vendors'),
('it', 'vendors_activity.not_logged_in_vendors', 'Vendors who haven\'t signed in'),
('it', 'vendors_activity.orders_created', 'Orders created'),
('it', 'vendors_activity.vendors_with_new_products', 'Vendors with new products'),
('it', 'vendors_activity.vendors_with_sales', 'Vendors with sales'),
('it', 'vendors_menu_description', 'Lista ordinata di conti \"vendors\" esterni registrati nel tuo store.'),
('it', 'vendors_statistics', 'Vendor\'s statistics'),
('it', 'vendors_with_absolute_commissions_notice', '<p>I ventori seguenti hanno avuto commisioni assolute prima il surclassamenti:</p><ul>[vendors_list]</ul><p><b> Costo di transazione</b> nei loro piani e stato installato a 0.</p><p> Le taglie delle commissioni assolute sono ancora nella base di dati, ma non piu utilizzate. Tuttavia, puo utilizzare quelli dati per installare i piani del nuovo ventore con commissioni relative. Sapere piu in questo articolo:</p> [instructions]'),
('it', 'vendor_accounting', 'Contabilita'),
('it', 'vendor_accounting_menu_description', 'Statistica di reddito ed invio (reddito totale, saldo del ventore, ritiri di ventori).'),
('it', 'vendor_account_balance', 'Saldo conto vendor'),
('it', 'vendor_account_balance_menu_description', 'Statistiche entrate e uscite (totale, per \"vendor\", per periodo).'),
('it', 'vendor_administrator', 'Amministratore per vendors'),
('it', 'vendor_administrators', 'Amministratori per vendor'),
('it', 'vendor_administrators_menu_description', 'Lista di amministratori dei vendors, utenti registrati con un conto vendor.'),
('it', 'vendor_approval_pending', 'Nuova richiesta per un conto vendor'),
('it', 'vendor_candidate_notification', 'Hello!<br/><br/> Lei ha uno nuovo candidato nel suo archivio. Questo conto di ventore e pendente fin\'a che approvarlo. Seguire <a href=\"[href]\">questo URL</a> per vedere i dati del conto</a>.'),
('it', 'vendor_commission_changes_upgrade_notification_text', '<p>Commisioni di ventore sono state sostituiti con piani di ventore ed un proprio piano e stato creato per ogni ventore. Purtroppo, commissioni assolute non sono piu sopportato.</p>'),
('it', 'vendor_commission_changes_upgrade_notification_title', 'Modifica commissioni venditore'),
('it', 'vendor_communication', 'Message center'),
('it', 'vendor_communication.ask_a_question', 'Ask a question'),
('it', 'vendor_communication.author', 'Author'),
('it', 'vendor_communication.cannot_create_thread', 'Cannot create thread'),
('it', 'vendor_communication.cannot_delete_thread', 'Cannot delete thread'),
('it', 'vendor_communication.cannot_delete_threads', 'Cannot delete threads'),
('it', 'vendor_communication.cannot_post_message', 'Cannot post message'),
('it', 'vendor_communication.cannot_update_thread', 'Cannot update thread'),
('it', 'vendor_communication.contact_vendor', 'Contact vendor'),
('it', 'vendor_communication.contact_vendor_name', 'Contact [vendor_name]'),
('it', 'vendor_communication.contact_with', '#[thread_id]. Communication with [thread_company]'),
('it', 'vendor_communication.created_at', 'Created on'),
('it', 'vendor_communication.customer_name', 'Customer name'),
('it', 'vendor_communication.date', 'Date'),
('it', 'vendor_communication.error_message', 'Please enter your message'),
('it', 'vendor_communication.event.message_received.name', 'New message received'),
('it', 'vendor_communication.invalid_thread_object_type', 'Provided thread object type is invalid'),
('it', 'vendor_communication.message', 'Message'),
('it', 'vendor_communication.messages', 'Messages'),
('it', 'vendor_communication.message_center', 'Message center'),
('it', 'vendor_communication.message_center_menu_description', 'Customer-to-vendor messages'),
('it', 'vendor_communication.message_center_name', 'Message center'),
('it', 'vendor_communication.message_center_name_menu_description', 'Messages from customers'),
('it', 'vendor_communication.message_sent', 'Your message has been sent to <b>[vendor_name]</b>.<br/><br/>We\'ll notify you about a reply. To view your message history, please <a href=\"[thread_url]\" target=\"_blank\">go to the Message Center</a> located in the \"Messages\" section of the \"My account\" menu.'),
('it', 'vendor_communication.new_message.message', 'Click this notification to see the message'),
('it', 'vendor_communication.new_message.title', '[company_name] has a new message from [customer]'),
('it', 'vendor_communication.new_thread_created', 'Your message has been sent to <b>[vendor_name]</b>.<br/><br/>The vendor\'s reply will be sent to the email address of your account. To view your message history, please <a href=\"[thread_url]\">go to the Message Center</a> located in the \"Messages\" section of the \"My account\" menu.'),
('it', 'vendor_communication.no_messages_found', 'No messages found'),
('it', 'vendor_communication.no_threads_found', 'No threads found'),
('it', 'vendor_communication.please_log_in_to_be_notified', 'Please sign in so that we can notify you about a reply'),
('it', 'vendor_communication.please_log_in_to_contact_vendor', 'Please sign in to contact the vendor'),
('it', 'vendor_communication.required_field_is_missing', 'The [field_name] field is required'),
('it', 'vendor_communication.subject_email', 'You have a new message from [message_from]'),
('it', 'vendor_communication.thread', 'Thread #[thread_id]'),
('it', 'vendor_communication.threads_deleted', 'Threads have been deleted'),
('it', 'vendor_communication.thread_deleted', 'Thread has been deleted'),
('it', 'vendor_communication.ticket', 'Thread'),
('it', 'vendor_communication.type_message', 'Type a message...'),
('it', 'vendor_communication.you', 'You'),
('it', 'vendor_communication.your_message_to_vendor_name', 'Your message to [vendor_name]'),
('it', 'vendor_communication.you_have_new_message', 'You have a new <a href=\"[thread_url]\">message</a> from [message_from].'),
('it', 'vendor_custom_page', 'Vendor custom page'),
('it', 'vendor_data_premoderation', 'Pre-moderazione dati venditore'),
('it', 'vendor_data_premoderation.approval_info_text', 'If approval is required only for some vendors, you\'ll be able to set what vendors need moderation on the Add-ons tab of the vendor editing page.'),
('it', 'vendor_data_premoderation.approve_product', 'Approve \"[product]\"'),
('it', 'vendor_data_premoderation.approve_product_btn', 'Approve product'),
('it', 'vendor_data_premoderation.disapproval_reason', 'Disapproval reason'),
('it', 'vendor_data_premoderation.disapproved', 'Disapproved'),
('it', 'vendor_data_premoderation.disapprove_product', 'Disapprove \"[product]\"'),
('it', 'vendor_data_premoderation.disapprove_products', 'Disapprove products'),
('it', 'vendor_data_premoderation.disapprove_product_btn', 'Disapprove product'),
('it', 'vendor_data_premoderation.enter_disapproval_reason', 'Enter the reason for disapproval and save the changes.'),
('it', 'vendor_data_premoderation.event.product_status.approved.name', 'Vendor data premoderation: your product was approved'),
('it', 'vendor_data_premoderation.event.product_status.disapproved.name', 'Vendor data premoderation: your product was disapproved'),
('it', 'vendor_data_premoderation.exclude_disapproved_products', 'Exclude disapproved products'),
('it', 'vendor_data_premoderation.notification.approved.message', '\"[product]\" has been approved by the store administration and added to the product catalog. Click here to view this product.|[n] products have been approved by the store administration and added to the product catalog. Click here to view these products.'),
('it', 'vendor_data_premoderation.notification.approved.title', 'Your product has been approved|Your products have been approved'),
('it', 'vendor_data_premoderation.notification.disapproved.message', '\"[product]\" has been disapproved by the store administration. Click here to view this product.|[n] products have been disapproved by the store administration. Click here to view these products.'),
('it', 'vendor_data_premoderation.notification.disapproved.title', 'Your product has been disapproved|Your products have been disapproved'),
('it', 'vendor_data_premoderation.notification.products_require_approval.message', 'This product is pending for your approval since [since]. Click here to view this product.|These products are pending for your approval since [since]. Click here to view these products.'),
('it', 'vendor_data_premoderation.notification.products_require_approval.title', 'You have [n] product that requires your approval|You have [n] products that require your approval'),
('it', 'vendor_data_premoderation.notification_for_deleted_statuses', 'Vendor Data Premoderation add-on has been disabled. Products with  the \"Requires approval\" or \"Disapproved\" statuses no longer have any status. These products won\'t appear to customers until you or your vendors set some other status for them. If you activate the add-on again, the statusless products will get their statuses back. If you uninstall the add-on, all products will get a correct status automatically.'),
('it', 'vendor_data_premoderation.products_sent_to_premoderation', 'Your changes have been saved. Before your product is added to the product catalog, it must be approved by the store administration. Follow <a href=\"[product_approval_url]\">this link</a> to view products that require approval.|Your changes have been saved. Before your products are added to the product catalog, they must be approved by the store administration. Follow <a href=\"[product_approval_url]\">this link</a> to view products that require approval.'),
('it', 'vendor_data_premoderation.product_status.disapproved', 'Disapproved'),
('it', 'vendor_data_premoderation.product_status.requires_approval', 'Requires approval'),
('it', 'vendor_data_premoderation.require_approval', 'Products on moderation'),
('it', 'vendor_data_premoderation.require_vendor_action', 'Disapproved products'),
('it', 'vendor_debt_payout.block_alert', '<p>Your access to the administration panel has been restricted automatically because you have reached the limit of negative account balance or haven\'t paid a fee for your vendor plan in time.</p><p>Your current account balance is [current_balance].</p><p>Please <a href=\"[pay_url]\">pay the marketplace fees</a> — once the payment is processed, your access to the administration panel will be restored automatically.</p>'),
('it', 'vendor_debt_payout.day_or_days', 'day(s)'),
('it', 'vendor_debt_payout.debt_near_limit_message', 'Your account balance is currently [current_balance]. If it reaches [minimal_balance], you won\'t be able to use your administration panel until you <a href=\"[pay_url]\" target=\"_blank\">pay all your marketplace fees</a>.'),
('it', 'vendor_debt_payout.debt_payout', 'Marketplace fees'),
('it', 'vendor_debt_payout.debt_payout_w_order', 'Marketplace fees (order #[id])'),
('it', 'vendor_debt_payout.payout_overdue_limit', 'Grace period for vendor plan fees'),
('it', 'vendor_debt_payout.pay_fees', 'Pay the fees'),
('it', 'vendor_debt_payout.pending_payout_message', 'You need to pay the fee of [fee_amount] for using the [plan_name] plan. Your current account balance is [current_balance]. If the fee isn\'t paid until [overdue_date], you won\'t be able to work with the administration panel until you <a href=\"[pay_url]\" target=\"_blank\">pay all your marketplace fees</a>.'),
('it', 'vendor_debt_payout.vendor_debt_limit', 'Restrict admin panel functions if vendor\'s debt reaches'),
('it', 'vendor_edit_invitation_email_template', '<a href=\"[url]\">Edit vendor invitation email template</a>'),
('it', 'vendor_filters', 'Filtri prodotto del venditore'),
('it', 'vendor_filters_description', ''),
('it', 'vendor_id', 'ID Vendor'),
('it', 'vendor_invitations_fail_notification', 'Invitations not sent: [failed_quantity]<br/><b>[emails_list]</b><br/>An invitation won\'t be sent if it has already been sent to that email address before. But if none of your invitations are being sent, and you haven\'t sent invitations to those addresses before, please make sure that [product] can send any emails at all. If it can\'t, then the problem is related to [product] or server configuration. In that case, please contact your server administrator, hosting provider, or <a href=\"https://helpdesk.cs-cart.com/\" target=\"_blank\">our technical support</a> to investigate.'),
('it', 'vendor_invitations_sent_notification', 'Invitations sent: [sent_quantity]'),
('it', 'vendor_invitation_email_body', '<p>Hello,</p><br/><p>We\'d like to invite you to <a href=\"[create_account_url]\">create an account</a> with [default_company_name].  You\'ll be able to expand your client base by listing your products on our platform and selling them to our visitors.</p><br/><p>Best regards,</p><p>[default_company_name] team</p>'),
('it', 'vendor_invitation_email_subject', 'Come Sell With [default_company_name]'),
('it', 'vendor_invited_at', 'Date sent'),
('it', 'vendor_language', 'Vendor language'),
('it', 'vendor_location.search_vendors_geolocation', 'Search for vendors'),
('it', 'vendor_locations.block_template_location_selector', 'Location selector'),
('it', 'vendor_locations.closest_vendors', 'Closest vendors'),
('it', 'vendor_locations.customer_geolocation', 'Your location'),
('it', 'vendor_locations.filter_by_city', 'Vendor\'s city'),
('it', 'vendor_locations.filter_by_distance', 'Distance to vendor'),
('it', 'vendor_locations.location', 'Location'),
('it', 'vendor_locations.nearby', 'Nearby'),
('it', 'vendor_locations.not_your_city', 'Not your city?'),
('it', 'vendor_locations.search_city', 'Search for a city'),
('it', 'vendor_locations.search_nearby', 'Search nearby'),
('it', 'vendor_locations.search_vendors_by_address', 'Search vendors'),
('it', 'vendor_locations.selected_city', 'Selected city'),
('it', 'vendor_locations.select_city', 'Select a city'),
('it', 'vendor_locations.vendors_map', 'Vendors map'),
('it', 'vendor_logos_and_product_count', 'Vendor logos and product count'),
('it', 'vendor_name', 'Nome Vendor'),
('it', 'vendor_names', 'Vendor names'),
('it', 'vendor_name_field', 'Nome del fornitore'),
('it', 'vendor_notifications', 'Vendor notifications'),
('it', 'vendor_page.add_post', 'Add new page'),
('it', 'vendor_page.editing_post', 'Editing'),
('it', 'vendor_page.new_post', 'New vendor page'),
('it', 'vendor_pages', 'Pagine vendor'),
('it', 'vendor_pages_title', 'ET - Vendor pages title'),
('it', 'vendor_panel', 'Pannello vendor'),
('it', 'vendor_panel_configurator.configure_vendor_panel_notice', 'To make onboarding easier, vendors don\'t see some menu items and some fields on the product editing page. You can configure what vendors see and don\'t see <a href=\"[config_url]\" target=\"_blank\">in the settings of the \"Vendor panel configurator\" add-on</a>. If you disable the add-on, the menus and the vendor panel itself will change to resemble the admin panel of the marketplace.'),
('it', 'vendor_panel_configurator.element_color', 'Element color'),
('it', 'vendor_panel_configurator.global_setting_warning', 'This setting doesn\'t appear on the product editing page right now, because it is set globally for all products. Check the <a href=\"[settings_url]\" target=\"_blank\">\"Settings\" menu</a> to find it.'),
('it', 'vendor_panel_configurator.payment_methods.description', 'Manage how you receive payments from customers'),
('it', 'vendor_panel_configurator.product_page_configuration', 'Product page settings'),
('it', 'vendor_panel_configurator.seller_info', 'Seller info'),
('it', 'vendor_panel_configurator.sidebar_background_image', 'Sidebar background image'),
('it', 'vendor_panel_configurator.sidebar_background_image_description', 'If you upload the background image, it will be displayed instead of the sidebar color. If you upload it, we recommend picking a sidebar color that matches the background image.'),
('it', 'vendor_panel_configurator.sidebar_color', 'Sidebar color'),
('it', 'vendor_panel_configurator.theme_layouts', 'Page layouts'),
('it', 'vendor_panel_configurator.theme_layouts.description', 'Manage layouts of the microstore and product pages'),
('it', 'vendor_panel_configurator.theme_styles', 'Logos and styles'),
('it', 'vendor_panel_configurator.theme_styles.description', 'Manage logos used on site and in e-mails and configure appearance of the microstore and product pages'),
('it', 'vendor_panel_configurator.unconfigurable_tab', 'This tab has no configurable fields and is displayed as is'),
('it', 'vendor_payouts.approval_status', 'Stato approvato'),
('it', 'vendor_payouts.approval_status.C', 'Completato'),
('it', 'vendor_payouts.approval_status.D', 'Rifiutato'),
('it', 'vendor_payouts.approval_status.P', 'In attesa'),
('it', 'vendor_payouts.balance', 'Saldo'),
('it', 'vendor_payouts.balance_carried_forward', 'Saldo promoto'),
('it', 'vendor_payouts.current_balance', 'Saldo presente: [balance]'),
('it', 'vendor_payouts.current_balance_text', 'Saldo presente'),
('it', 'vendor_payouts.income', 'Reddito'),
('it', 'vendor_payouts.income_carried_forward', 'Reddito transferito'),
('it', 'vendor_payouts.new_payout_issued', 'Uno nuovo pagamento e stato editato'),
('it', 'vendor_payouts.new_payout_issued_text', 'Uno nuovo pagamento [amount] e stato editato [issuer]'),
('it', 'vendor_payouts.new_withdrawal_requested', 'Uno nuvo ritiro e stato richiesto'),
('it', 'vendor_payouts.new_withdrawal_requested_text', 'Uno nuovo ritiro di [amount] e stato richiesto da [requester]'),
('it', 'vendor_payouts.payout_approved', 'Il pagamento e completato'),
('it', 'vendor_payouts.payout_approved_text', 'Il pagamento di [amount] rilasciato il [date] e stato marcato come <b>Completato</b>'),
('it', 'vendor_payouts.payout_comments', 'Commenti di pagamento'),
('it', 'vendor_payouts.payout_declined', 'Il pagamento non e stato completato'),
('it', 'vendor_payouts.payout_declined_text', 'Il pagamento di [amount] rilasciato il [date] e marcato come <b>Non completato</b>'),
('it', 'vendor_payouts.transactions', 'Transazioni'),
('it', 'vendor_payouts.transaction_value', 'Valore di Transazione'),
('it', 'vendor_payouts.type', 'Tipo'),
('it', 'vendor_payouts.type.order_changed', 'L\'ordine ha cambiato'),
('it', 'vendor_payouts.type.order_changed.description', 'Ordine <a href=\"[order_url]\">#[order_id]</a>cambiato'),
('it', 'vendor_payouts.type.order_placed', 'Il vostro ordine è stato inoltrato'),
('it', 'vendor_payouts.type.order_placed.description', 'L\'ordine <a href=\"[order_url]\">#[order_id]</a> e stato inviato'),
('it', 'vendor_payouts.type.order_refunded', 'Ordine rimborsato'),
('it', 'vendor_payouts.type.order_refunded.description', 'L\'ordine <a href=\"[order_url]\">#[order_id]</a> e stato cancellato'),
('it', 'vendor_payouts.type.other', 'Altro'),
('it', 'vendor_payouts.type.other.description', 'Altro'),
('it', 'vendor_payouts.type.payout', 'Pagamento'),
('it', 'vendor_payouts.type.payout.description', 'Pagamento'),
('it', 'vendor_payouts.type.withdrawal', 'Ritiro'),
('it', 'vendor_payouts.type.withdrawal.description', 'Ritiro'),
('it', 'vendor_payouts.view_details', 'Lei puo vedere i dati cui'),
('it', 'vendor_payouts.withdrawals', 'Ritiri dei soldi'),
('it', 'vendor_payouts.withdrawal_approved', 'Il ritiro e stato completato'),
('it', 'vendor_payouts.withdrawal_approved_text', 'Il ritiro di [amount] richiesto il [date] e marcato come completato <b>Completato</b>'),
('it', 'vendor_payouts.withdrawal_comments', 'Commenti su ritiri'),
('it', 'vendor_payouts.withdrawal_declined', 'Il ritiro e stato rifiutato'),
('it', 'vendor_payouts.withdrawal_declined_text', 'Il ritiro di [amount] richiesto il [date] e stato marcato come <b>Rifiutato</b>'),
('it', 'vendor_plan', 'Vendor plan'),
('it', 'vendor_plans.add_vendor_plan', 'Aggiungere il piano di ventore'),
('it', 'vendor_plans.best_choice', 'Ottima scelta'),
('it', 'vendor_plans.best_choise', 'Offerta come la migliora scelta'),
('it', 'vendor_plans.best_choise_short', 'Ottima scelta'),
('it', 'vendor_plans.category_is_empty', 'Prego< determinare una categoria.'),
('it', 'vendor_plans.choose', 'Scegliere'),
('it', 'vendor_plans.choose_your_plan', 'Scegli il suo piano'),
('it', 'vendor_plans.commission', 'Commissione'),
('it', 'vendor_plans.current_plan', 'Piano presente'),
('it', 'vendor_plans.current_plan_usage', 'Uso di piano presente'),
('it', 'vendor_plans.delete_plan_vendor_exists_text', 'Non ha possuto eliminare il piano: alcuni ventori vanno utilizzarlo'),
('it', 'vendor_plans.disable_plan_vendor_exists_text', 'Non a possuto deattivare il piano: alcuni ventori vanno utilizzarlo'),
('it', 'vendor_plans.editing_vendor_plan', 'Modificando il piano del ventore'),
('it', 'vendor_plans.fixed_transaction_fee', 'Transaction fee (abs)'),
('it', 'vendor_plans.many_products_text', 'Molti prodotti ([actual]/[allowed])'),
('it', 'vendor_plans.month', 'Mese'),
('it', 'vendor_plans.much_revenue_text', 'Molto revenu ([actual]/[allowed])'),
('it', 'vendor_plans.new_vendor_plan', 'Nuovo piano del ventore'),
('it', 'vendor_plans.not_available', 'Non disponibile'),
('it', 'vendor_plans.out_of_amount', 'out of [amount]'),
('it', 'vendor_plans.periodicity_biweekly', 'Quinzenal'),
('it', 'vendor_plans.periodicity_half', 'Semestre'),
('it', 'vendor_plans.periodicity_month', 'per mese'),
('it', 'vendor_plans.periodicity_onetime', 'one time'),
('it', 'vendor_plans.periodicity_trimester', 'por trimestre'),
('it', 'vendor_plans.periodicity_year', 'per anno'),
('it', 'vendor_plans.plan', 'Piano'),
('it', 'vendor_plans.plan_has_been_changed', 'Il suo Piano E Stato Caricato'),
('it', 'vendor_plans.plan_has_been_changed_text', 'Il suo piano e stato caricato a [plan]. Vederne i dati del suo nuovo piano sotto.'),
('it', 'vendor_plans.plan_name', 'Nome di piano'),
('it', 'vendor_plans.plan_not_available_text', 'Mi spiace< questo piano non e disponibile per Lei> Prego< scegliere un piano disponibile.'),
('it', 'vendor_plans.plan_payment', 'Pagamento per il Suo Piano'),
('it', 'vendor_plans.plan_payment_text', 'Una somma di [price] e stato ritirata dal suo conto per utilizzare il [plan] piano. Seguire il legato a <a href=\"[href]\"> vedere il resto del suo conto</a> o vedere i dati del sup piano sotto.'),
('it', 'vendor_plans.plan_will_be_change_text', 'Sta tornando ad un altr piano di ventore. Lei dovra pagare il prezzo intero del piano. Vuo continuare?'),
('it', 'vendor_plans.products_exceeded_text', 'Non puo aggiungere piu prodotti: Lei ha processato il minimo numero di profotti permessi dal suo piano. Per caricare il suo piano, prego <a href=\"[href]\">seguire il legato</a>.'),
('it', 'vendor_plans.products_limit', 'Max. prodotti'),
('it', 'vendor_plans.products_limit_tooltip', 'Installare il numero massimo di prodotti che uno ventore puo avere su questo piano. Lasciare vuoto per permittere un numero prodotti non limitato.'),
('it', 'vendor_plans.products_limit_unlimited', '<strong>Non limitati</strong>prodotti'),
('it', 'vendor_plans.products_limit_value', '<strong>[products]</strong>prodotti'),
('it', 'vendor_plans.restrictions', 'Restrizioni'),
('it', 'vendor_plans.revenue', 'Profito'),
('it', 'vendor_plans.revenue_exceeded_subj', 'Minimo Revenu Excesso'),
('it', 'vendor_plans.revenue_exceeded_text', '<a href=\"[href]\">[vendor]</a> excesso il minimo revenu permesso dal piano [plan].'),
('it', 'vendor_plans.revenue_up_to', 'Profito fin\'a'),
('it', 'vendor_plans.revenue_up_to_tooltip', 'Il massimo profito per mese permesso per i ventori che utilizzano questo piano. Lasciare questo campo vuoto per permettere profiti non limitati.'),
('it', 'vendor_plans.revenue_up_to_unlimited', '<strong>Non limitati</strong> profiti'),
('it', 'vendor_plans.revenue_up_to_value', 'Ingressi fin a <strong>[revenue]</strong>'),
('it', 'vendor_plans.select_plan_text', '<div class=\"et-vendor-plans_select_plan_text_big\">Find the  <span class=\"et-highlight\">perfect plan</span> for your business</div><div class=\"et-vendor-plans_select_plan_text_small\">You will be charged for the plan after the admin approves your vendor account.</div>'),
('it', 'vendor_plans.storefronts_update_for_plan.add_storefronts_message', 'Add the vendor to the storefronts that got added to the plan|Add the vendors to the storefronts that got added to the plan'),
('it', 'vendor_plans.storefronts_update_for_plan.general_message', 'What should we do about <a href=\"[search_url]\" target=\"_blank\">[n] vendor </a> who is using this plan now?|What should we do about <a href=\"[search_url]\" target=\"_blank\">[n] vendors </a> who are using this plan now?'),
('it', 'vendor_plans.storefronts_update_for_plan.remove_storefronts_message', 'Remove the vendor from the storefronts that got removed from this plan|Remove the vendors from the storefronts that got removed from this plan'),
('it', 'vendor_plans.storefronts_update_for_plan.title', 'Storefronts available in the vendor plan got changed'),
('it', 'vendor_plans.storefronts_update_for_vendor.add_storefronts_message', 'Add the vendor to the storefronts available in the new vendor plan'),
('it', 'vendor_plans.storefronts_update_for_vendor.general_message', 'What should we do about the storefronts that are available to this vendor?'),
('it', 'vendor_plans.storefronts_update_for_vendor.remove_storefronts_message', 'Remove the vendor from the storefronts available in his previous plan'),
('it', 'vendor_plans.storefronts_update_for_vendor.title', 'The vendor got moved to another plan'),
('it', 'vendor_plans.transaction_fee', 'Costo di transazione'),
('it', 'vendor_plans.transaction_fee_value', 'Transaction fee: <strong>[value]</strong>'),
('it', 'vendor_plans.unlimited', 'Non limitato'),
('it', 'vendor_plans.upgrade_notification_text', '<p>Previously, the <b>Vendor Plans</b> add-on had a setting called <b>Take payment surcharge from vendors</b>. It removed payment surcharge from order total, so that customers wouldn\'t have to pay it. Instead, the payment surcharge was deducted from the order total in favor of the marketplace. This setting has been removed: if you\'d like to take money from vendors per order, please specify commissions for the corresponding vendor plans.</p>'),
('it', 'vendor_plans.upgrade_notification_title', 'Setting removed from the Vendor Plans add-on'),
('it', 'vendor_plans.vendor_approved_text', 'Tu piano e stato installato a [plan]. Vedere dati del suo piano sotto.'),
('it', 'vendor_plans.vendor_commission', 'Commissione di ventore'),
('it', 'vendor_plans.vendor_plans', 'Piani di ventori'),
('it', 'vendor_plans.vendor_plans_menu_description', 'Creare piani per i tui ventori, con restrizioni differenti e prezzi'),
('it', 'vendor_plans.vendor_store', 'Microstore di ventore'),
('it', 'vendor_plans.vendor_store_tooltip', 'Uno ventore puo avere il suo microstore in uno indirizzo separato come <i>example.com/vendor/</i>. Uno microstore contiene soltanto prodotti del ventore che posessa questo microstore. Anche, i risultati di ricerca in un microstore di ventore includono soltanto prodotti di questo ventore.'),
('it', 'vendor_plans.year', 'Anno'),
('it', 'vendor_products', 'Prodotti venditore'),
('it', 'vendor_rating', 'ET - Vendor rating'),
('it', 'vendor_store_blocks', 'Vendor home blocks'),
('it', 'vendor_terms', 'Termini e condizioni venditore'),
('it', 'vendor_terms.checkout_terms_and_conditions', 'Io accetto i [terms_href] del [vendor]'),
('it', 'vendor_terms.checkout_terms_and_conditions_name', 'Termi e condizioni'),
('it', 'vendor_terms.terms_and_conditions', 'Termi e condizioni'),
('it', 'vendor_terms.terms_and_conditions_tooltip', 'Se Lei vuo che un cliente accorde con i sui termi e condizioni nel checkout, completare Terms& Conditions. Se lascia i Terms e Conditions vuoti, un cliente va vi procedere senza accordo.'),
('it', 'vendor_terms_field_alert', 'Avviso termini e condizioni Venditore'),
('it', 'vendor_terms_field_terms_text', 'Testo termini e condizionio venditore'),
('it', 'vendor_terms_n_conditions', 'Accetto i [terms_href]'),
('it', 'vendor_terms_n_conditions_alert', 'Per poter procedere, devi accettare i nostri termini e condizioni.'),
('it', 'vendor_terms_n_conditions_content', '<p>Si prega di leggere questi termini e condizioni (\"Termini\", \"Termini e condizioni\") con attenzione prima di utilizzare il sito Web <a href=\"http://www.mywebsite.com\"> http://www.mywebsite.com</a> e la mia App Mobile applicazione mobile (il \"servizio\") operati da My Company (\"noi\", \"noi\" o \"nostro\").</p> <p><strong>Accedendo o utilizzando il servizio accetti di essere vincolato da questi termini. Se non siete d\'accordo con qualsiasi parte dei termini quindi non si può accedere al servizio.</strong></p> <p><strong>Acquisti</strong></p> <p>Se si desidera acquistare qualsiasi prodotto o servizio reso disponibile attraverso il servizio (\"acquisto\"), potrebbe essere richiesto di fornire determinate informazioni rilevanti per il vostro acquisto, compresi, senza limitazione, il tuo...</p> <p><strong>Contenuto</strong></p> <p>Il nostro servizio consente di inviare, collegare, archiviare, condividere e rendere altrimenti disponibili determinate informazioni, testo, grafica, video o altro materiale (\"contenuti\"). Sei responsabile per la...</p> <p><strong>Modifiche</strong></p> <p>Ci riserviamo il diritto, a nostra discrezione, di modificare o sostituire questi termini in qualsiasi momento. Se una revisione è materiale cercheremo di fornire preavviso di almeno 30 giorni prima di qualsiasi nuovo termine di entrata in vigore. Che cosa costituisce un cambiamento materiale sarà determinato a nostra discrezione.</p> <p><strong>Contattaci</strong></p> <p>Se avete domande su questi termini, vi preghiamo di contattarci.</p>'),
('it', 'vendor_terms_n_conditions_name', 'Termini e condizioni'),
('it', 'verify', 'Verifica'),
('it', 'version', 'Versione'),
('it', 'vertical', 'Verticale'),
('it', 'very_good', 'Molto buono'),
('it', 'view', 'Visualizza'),
('it', 'viewing_feature', 'Visualizza caratteristica'),
('it', 'viewing_filter', 'Visualizza filtro'),
('it', 'views', 'Visite'),
('it', 'view_all', 'Visualizza tutti'),
('it', 'view_all_orders', 'Visualizza tutti gli ordini'),
('it', 'view_all_product_features', 'Visualizza tutte le caratteristiche prodotto'),
('it', 'view_answers', 'Visualizza risposte'),
('it', 'view_avail_files_for_order', 'Visualizza tutti i file disponibili per l\'ordine #[order_id].'),
('it', 'view_cart', 'Visualizza carrello'),
('it', 'view_categories', 'Visualizza categorie'),
('it', 'view_changelog', 'Guarda il log delle modifiche'),
('it', 'view_comparison_list', 'Lista di comparazione'),
('it', 'view_details', 'Visualizza dettagli'),
('it', 'view_more', 'view more'),
('it', 'view_on_map', 'Visualizza sulla mappa'),
('it', 'view_orders', 'Visualizza ordini'),
('it', 'view_orders_menu_description', 'Visualizza, elabora e stampa fatture per ordini ricevuti nel tuo negozio.'),
('it', 'view_page', 'Visualizza pagina'),
('it', 'view_product', 'Visualizza prodotto'),
('it', 'view_products', 'Visualizza prodotti'),
('it', 'view_product_features', 'Visualizza caratteristiche prodotto'),
('it', 'view_purchased_products', 'Visualizza prodotti acquistati'),
('it', 'view_report', 'Visualizza rapporto'),
('it', 'view_results', 'Visualizza risultati'),
('it', 'view_store', 'View store'),
('it', 'view_storefront', 'Visualizza storefront'),
('it', 'view_supplier_products', 'Visualizza prodotti fornitore'),
('it', 'view_ticket', 'View Ticket'),
('it', 'view_user_points', 'Visualizza punti utente'),
('it', 'view_vendor_categories', 'Visualizzare categorie del negozio'),
('it', 'view_vendor_orders', 'Visualizza ordini vendor'),
('it', 'view_vendor_products', 'Visualizza prodotti vendor'),
('it', 'view_vendor_users', 'Visualizza utenti vendor'),
('it', 'view_wishlist', 'Mostra la lista dei desideri'),
('it', 'visa_card_discover', 'Visa, MasterCard, Discover'),
('it', 'visited_page', 'Pagine visitate'),
('it', 'voided', 'Annullato'),
('it', 'vsb_new_home_block', 'New home block'),
('it', 'vs_browse_our_categories', 'Browse our categories'),
('it', 'vs_footerbox', 'Footerbox'),
('it', 'vs_footer_mv', 'Footerbox MultiVendor'),
('it', 'vs_homepage_mainbox', 'Mainbox Homepage'),
('it', 'vs_home_box', 'Home box'),
('it', 'vs_icon_menu', 'Icon menu'),
('it', 'vs_mainbox', 'Mainbox'),
('it', 'vs_mainbox_icon', 'Mainbox with icon'),
('it', 'vs_mainbox_simple', 'Mainbox simple'),
('it', 'vs_multi_scroller', 'Multi scroller'),
('it', 'vs_recent_blog', 'Recent blog'),
('it', 'vs_responsive_menu', 'Responsive menu'),
('it', 'vs_scroller_category_product', 'Scroller category product'),
('it', 'vs_scroller_product_page', 'Scroller product page'),
('it', 'vs_scroller_with_title', 'Scroller with tittle'),
('it', 'vs_sidebox', 'Sidebox'),
('it', 'vs_sidebox_category', 'Sidebox category'),
('it', 'vs_sidebox_info', 'Sidebox info'),
('it', 'vs_sidebox_scroller_banner', 'Sidebox scroller banner'),
('it', 'vs_sidebox_simple', 'Sidebox simple'),
('it', 'vs_sidebox_with_icon', 'Sidebox with icon'),
('it', 'vs_testimonials', 'Testimonials'),
('it', 'vs_vendor_categories', 'Vendor categories'),
('it', 'vs_vendor_plans.month', 'per month'),
('it', 'vs_vendor_plans.no_microstore', 'NO microstore'),
('it', 'vs_vendor_plans.onetime', 'one time fee'),
('it', 'vs_vendor_plans.year', 'per year'),
('it', 'warehouses.add_all', 'Aggiunti tutto'),
('it', 'warehouses.any_store_type', 'Qualsiasi tipo di negozio'),
('it', 'warehouses.city', 'Città'),
('it', 'warehouses.commerceml.import.error.product.warehouse_not_found', 'Impossibile trovare il magazzino [id]'),
('it', 'warehouses.commerceml.import.message.warehouse.created', 'Categoria [id] creata; ID locale: [local_id]'),
('it', 'warehouses.destinations_configuration.tooltip', 'I prodotti possono essere prelevati prima da diversi negozi e magazzini, a seconda di dove si trova il cliente.  <a href=\"[destinations_url]\" target=\"_blank\">Configurare individualmente la priorità del negozio e del magazzino per ciascuna area.</a>'),
('it', 'warehouses.exim_reset_inventory_tooltip', 'Ciò non influirà sui prodotti che hanno la quantità specificata nel file importato. Anche questo non influirà sui prodotti nei magazzini che non sono aggiornati in questa preimpostazione.'),
('it', 'warehouses.in_n_stores', 'in [n] negozio|nei [n] negozi'),
('it', 'warehouses.main_destination_tooltip', 'Determina dove si trova questo luogo. A sua volta, questo determina la tariffa di spedizione e il tempo di consegna in questo luogo.'),
('it', 'warehouses.name', 'Nome'),
('it', 'warehouses.no_matching_stores_found', 'Nessun prodotto trovato corrispondente ai criteri di ricerca'),
('it', 'warehouses.out_of_stock_products', '[product] non è disponibile nella regione selezionata. | I seguenti prodotti non sono disponibili nella regione selezionata: [products]'),
('it', 'warehouses.phone', 'Telefono'),
('it', 'warehouses.product_availability', 'Disponibile nei negozi'),
('it', 'warehouses.product_available_if_ordered', 'Disponibile su ordinazione'),
('it', 'warehouses.product_in_stock', 'in magazzino'),
('it', 'warehouses.quantity', 'Quantità'),
('it', 'warehouses.quantity_tab.no_data', 'Questo shop non ha negozi o magazzini. Per favore <a href=\"[create_url]\">area uno</a> oppure <a href=\"[list_url]\">mostra uno disponibile, esistente</a> per questo negozio'),
('it', 'warehouses.rate_area', 'Tariffa area'),
('it', 'warehouses.search_store', 'Cerca per negozio'),
('it', 'warehouses.settings', 'Impostazioni'),
('it', 'warehouses.shipping_delay', 'Tempo di attesa'),
('it', 'warehouses.shipping_delay.description', 'Il prodotto si trova in un magazzino esterno. Se lo ordini, te lo invieremo in [shipping_delay].'),
('it', 'warehouses.shipping_delay.description.default', 'Il prodotto si trova in un magazzino esterno. Se lo ordini, la spedizione potrebbe richiedere un po \'più di tempo.'),
('it', 'warehouses.shipping_delay.description.short', 'Se ordinato: [shipping_delay]'),
('it', 'warehouses.shipping_delay.tooltip', 'Il tempo necessario per spostare i prodotti da qui a un altro negozio o magazzino in questa area tariffaria.');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('it', 'warehouses.shipping_delay_for_products', 'Alcuni dei prodotti che hai ordinato si trovano in un magazzino esterno. La spedizione potrebbe richiedere un tempo leggermente più lungo di quanto dichiarato qui.'),
('it', 'warehouses.shipping_delay_notification', 'Avviso di ritardo'),
('it', 'warehouses.shipping_delay_notification.tooltip', 'Apparirà se i prodotti non sono disponibili nei negozi e nei magazzini sopra.'),
('it', 'warehouses.ship_to', 'Spedisci a '),
('it', 'warehouses.ship_to_tooltip', 'Determina le aree tariffarie in cui i prodotti di questo magazzino saranno considerati disponibili.'),
('it', 'warehouses.show_to', 'Mostra a'),
('it', 'warehouses.show_to_tooltip', 'Ti consente di offrire questo punto di ritiro ai residenti di altre aree tariffarie al momento del pagamento.'),
('it', 'warehouses.stores_and_warehouses', 'Negozi e magazzini'),
('it', 'warehouses.stores_list', 'Lista'),
('it', 'warehouses.stores_map', 'Mappa'),
('it', 'warehouses.store_and_address', 'Negozio ed indirizzo'),
('it', 'warehouses.store_type', 'Tipologia'),
('it', 'warehouses.store_type_pickup', 'Punti ritiro'),
('it', 'warehouses.store_type_store', 'Negozi'),
('it', 'warehouses.store_type_warehouse', 'Magazzino'),
('it', 'warehouses.store_warehouse', 'Negozi / Magazzini'),
('it', 'warehouses.type_to_search_or_check_all', 'Digita per cercare o fai clic sul pulsante a destra per aggiungere tutte le aree tariffarie'),
('it', 'warehouses.warehouse_stock', 'Quantità'),
('it', 'warehouses.warn_about_delay', 'Avvisa del ritardo'),
('it', 'warehouses.warn_about_delay.tooltip', 'Se un prodotto deve essere spostato nell\'area tariffaria da qui, mostra il tempo di spostamento nell\'elenco dei prodotti e nel carrello.'),
('it', 'warning', 'Attenzione'),
('it', 'warning_default_language_disabled', 'La lingua predefinita nelle tue impostazioni e stata disabilitata o cancellata. Per favore aggiorna le impostazioni alla seguente pagina: <a href=\"[link]\">Impostazioni :: Apparenza</a>'),
('it', 'warning_default_language_sharing_removed', 'La lingua predefinita definita nelle impostazioni è stata rimossa per l\'archivio <b>[company]</b>. Si prega di aggiornare il valore di lingua Frontend predefinito nella seguente pagina: <a href=\"[link]\"> Impostazioni:: aspetto</a>'),
('it', 'warning_gift_cert_deny', 'I seguenti buoni regalo sono stati eliminati o cancellati dall\'amministratore e sono stati rimossi dal carrello: [codes]. Si prega di contattare l\'amministratore del negozio o provarne un altro.'),
('it', 'warning_https_is_disabled', 'Il check di connesione sicura ha faltato. Prego assicurarsi che il certificato SSL e installato nel suo server. Verificare il <a href=\"[href]\" target=\"_blank\">Articolo di documenti</a> per piu detagli.'),
('it', 'warning_insecure_admin_script', 'E raccomendato di rinommare lo scritto default <b>admin.php</b> (verificare il <a href=\"[href]\" target=\"_blank\">Documenti</a>) per sicurezza.'),
('it', 'warning_insecure_password_email', 'La password deve essere diversa dall\'indirizzo email! <p><a href=\"[link]\" class=\"underlined\"><b>Cambiare password&#155;&#155;</b></a></p>'),
('it', 'warning_lanvar_incorrect_name', 'La variabile della lingua contiene caratteri non supportati!'),
('it', 'warning_merging_companies', 'Unire i conti di due aziende rimuoverà [company_name] dalla banca dati, e tutti i dati del profilo (prodotti, ordini, metodi di spedizione, utenti, promozioni, ecc..) verranno trasferiti sul nome di questa azienda.'),
('it', 'warning_newsletter_no_recipients', 'Newsletter non è stata inviata perché non è stato trovato nessun destinatario corrispondente ai criteri selezionati.'),
('it', 'warning_not_deleted_default_language', 'La lingua [lang_name] non può essere cancellata perchè essa è la lingua predefinita del negozio'),
('it', 'warning_of_ip_adding', 'L\'indirizzo IP inserito <b>[entered_ip]</b> vieta l\'accesso al pannello di amministrazione dal computer (il tuo IP è <b>[your_ip]</b>).'),
('it', 'warning_promotions_incorrect_condition', 'La condizione \"[condition]\" può essere utilizzata solo in gruppi con condizione \"[set_value]\".'),
('it', 'warning_seo_urls_disabled', 'Gli URL SEO-friendly sono disabilitati. Controlla il tuo server Web e la riscrittura URL nelle impostazioni vhost e .htaccess.'),
('it', 'warning_store_optimization_dev', 'Cache disattivata.<br /><br />I file modificati vengono monitorati in tempo reale (compresi i file modificati direttamente sul server) e rigenerati.<br /><br />Le prestazioni dello store possono essere leggermente influenzate. Raccomandiamo di disattivarla in fase di produzione in <a href=\"[link]\">Editor di Modelli</a>.'),
('it', 'warning_store_optimization_dev_disabled', 'Cache attivata.<br /><br />Cancellare i modelli compilati manualmente dopo avere modificato i file del modello (tema), cliccare sul seguente collegamento <a href=\"[link]\">applica</a> per applicare le modifiche.'),
('it', 'warning_subscribers_import', 'Alcune Liste Destinatari dal file di input potrebbero non essere state trovate nel database. Alcuni iscritti importati non saranno associati ad una lista.'),
('it', 'warning_subscr_email_exists', 'L\'indirizzo e-mail <b>[email]</b> esiste già.'),
('it', 'warning_theme_clone_dir_exists', 'Non è possibile duplicare il modello (tema) perché la cartella specificata esiste già. Per favore inserire un\'altra cartella.'),
('it', 'warning_track_orders_not_allowed', 'Non sei autorizzato a visionare i dettagli di questo ordine.'),
('it', 'warning_track_orders_not_found', 'L\'E-mail/ID ordine da te immessi non esistono nel nostro database (banca dati).'),
('it', 'warning_variants_removal', 'Cliccando su salva saranno rimosse le varianti prodotto.'),
('it', 'warning_zero_price_restricted_product', 'Il prodotto <b>\"[product]\"</b> non è stato aggiunto al carrello perché non ha un prezzo.'),
('it', 'webkul_uvdesk', 'Webkul UVdesk'),
('it', 'website', 'Sito web'),
('it', 'web_pages', 'Pagine Web'),
('it', 'web_site', 'Sito web'),
('it', 'week', 'Settimana'),
('it', 'weekday_0', 'Domenica'),
('it', 'weekday_1', 'Lunedì'),
('it', 'weekday_2', 'Martedì'),
('it', 'weekday_3', 'Mercoledì'),
('it', 'weekday_4', 'Giovedì'),
('it', 'weekday_5', 'Venerdì'),
('it', 'weekday_6', 'Sabato'),
('it', 'weekday_abr_0', 'Dom'),
('it', 'weekday_abr_1', 'Lun'),
('it', 'weekday_abr_2', 'Mar'),
('it', 'weekday_abr_3', 'Mer'),
('it', 'weekday_abr_4', 'Gio'),
('it', 'weekday_abr_5', 'Ven'),
('it', 'weekday_abr_6', 'Sa'),
('it', 'weekly', 'Settimanale'),
('it', 'weeks', 'settimana(e)'),
('it', 'weight', 'Peso'),
('it', 'weight_dependences', 'Dipendenze peso'),
('it', 'weight_limit', 'Limite peso'),
('it', 'weight_modifier', 'Modificatore peso'),
('it', 'weight_symbol', 'Simbolo peso'),
('it', 'welcome_screen.administrator_info', 'Per accedere all\'area amministratore, utilizza l\'e-mail (<b> [email] </ b>) e la password che hai inserito in precedenza.'),
('it', 'welcome_screen.go_admin_panel', 'Vai al pannello di amministrazione'),
('it', 'welcome_screen.go_settings_wizard', 'Vai alla procedura guidata per la configurazione delle impostazioni di base del negozio'),
('it', 'welcome_screen.go_storefront', 'Vai all\'area clienti'),
('it', 'welcome_screen.knowledge_base', 'Documenti'),
('it', 'welcome_screen.learn_more_configuration', 'Per saperne di più sulla configurazione del negozio nel nostro'),
('it', 'welcome_screen.run_settings_wizard', 'Esegui la procedura guidata delle impostazioni'),
('it', 'welcome_screen.thanks', 'Grazie per aver scelto CS-Cart. Ti aguriamo buoni affari!'),
('it', 'well_done', 'Ben fatto!'),
('it', 'we_would_like_to_inform', 'Siamo lieati di informarvi che'),
('it', 'what_is_cvv2', 'Cos\'è il CVV2'),
('it', 'what_you_would_like_to_do', 'Cosa vorresti fare'),
('it', 'which_is', 'Che è'),
('it', 'widget_code', 'Codice Widget'),
('it', 'widget_what_is_it', '<a href=\"[href]\" target=\"_blank\">Cos\'è?</a>'),
('it', 'width', 'Larghezza'),
('it', 'wishlist', 'Lista dei desideri'),
('it', 'wishlist_content', 'Contenuto lista dei desideri'),
('it', 'wishlist_note', 'Vai alla Lista Desideri'),
('it', 'wishlist_products', 'Prodotti desiderati'),
('it', 'wishlist_short', 'Wish list'),
('it', 'without_image', 'Senza immagine'),
('it', 'with_contact_information', 'Solo con informazioni sul contatto'),
('it', 'world', 'Mondo'),
('it', 'worldnettps_hash_error', 'Si è verificato un errore. Dettagli errore: richiesta e risposta \"hash\" non corrispondono.'),
('it', 'worldpay_secret', 'MD5 secret per le transazioni'),
('it', 'wrapper', 'Tipo di riquadro'),
('it', 'wrapper_class', 'Classe Wrapper CSS personalizzata'),
('it', 'write', 'Scrivi'),
('it', 'write_a_reply', 'write a reply'),
('it', 'write_review', 'Scrivi una recensione'),
('it', 'wrong_number_initial_order_id', 'Il valore che ha introdotto per \'\'il valore iniziale d\'ordine ID non esiste. Soltanto numeri integri da 1 a [max_initial_order_id] sono sopportati'),
('it', 'wt_access_note', 'Nota bene: se vuoi disattivare o disinstallare l\'add-on \'\'Filigrana\'\', è necessario rimuovere queste istruzioni dal file \'.htaccess\' manualmente. In caso contrario, le immagini di categoria e il prodotto non saranno disponibili.'),
('it', 'wt_access_warning', 'Filigranatura disabilitata. Se ci sono alcune \"regole di Rewrite\" nel file .htaccess in \"images/.htaccess\",dovresti rimuoverle manualmente. Altrimenti non si vedranno le immagini prodotto e di categoria.'),
('it', 'wt_detailed', 'immagini più grandi in popup'),
('it', 'wt_fail_apply_graphic_watermark', 'Applicazione filigrana all\'immagine fallita. La filigrana non è stata aggiunta'),
('it', 'wt_font', 'Tipo di carattere'),
('it', 'wt_font_color', 'Colore carattere'),
('it', 'wt_font_size_detailed', 'Grandezza carattere (immagine larga)'),
('it', 'wt_font_size_icon', 'Dimensione carattere (miniatura)'),
('it', 'wt_graphic_watermark', 'Grafica filigrana'),
('it', 'wt_icons', 'miniature'),
('it', 'wt_images_access_description', 'Per negare l\'accesso alle immagini originali, si prega di aggiungere le seguenti istruzioni per il file \'.htaccess\' nella cartella \'immagini\' dell\'installazione. Esso protegge le immagini originali. Anche se l\'immagine originale è aperta, la corrispondente immagine filigranata sarà mostrata al suo posto.'),
('it', 'wt_images_access_info', 'Accesso immagini'),
('it', 'wt_text_watermark', 'Testo filigrana'),
('it', 'wt_watermarks', 'Filigrane'),
('it', 'wt_watermarks_access_description', 'Per generare immagini filigranate anche se queste non sono richieste dalle pagine del tuo negozio, si prega di aggiungere il file \'.htaccess\' con le seguenti istruzioni nella cartella \'images/watermarked\' del vostro negozio.'),
('it', 'wt_watermark_detailed', 'Filigrana immagine grande in popup'),
('it', 'wt_watermark_horizontal_position', 'Posizione orizzontale filigrana'),
('it', 'wt_watermark_icon', 'Filigrana miniatura'),
('it', 'wt_watermark_image', 'Filigrana immagine'),
('it', 'wt_watermark_position', 'Posizione filigrana'),
('it', 'wt_watermark_text', 'Testo filigrana'),
('it', 'wt_watermark_vertical_position', 'Posizione verticale filigrana'),
('it', 'xml_error', 'Errore parsing XML'),
('it', 'year', 'Anno'),
('it', 'yearly', 'Annuale'),
('it', 'years', 'Anni'),
('it', 'yes', 'Si'),
('it', 'yesterday', 'Ieri'),
('it', 'your_age', 'La tua età'),
('it', 'your_ip_added', 'Il tuo IP  <b>[ip]</b> è stato aggiunto alla lista degli accessi consentiti.'),
('it', 'your_ip_enabled', 'Il tuo IP è stato abilitato'),
('it', 'your_ip_removed', 'Il tuo IP è stato rimosso'),
('it', 'your_message', 'Tuo messaggio'),
('it', 'your_name', 'Tuo nome e paese (paese non obbligatorio)'),
('it', 'your_range', 'Tuo intervallo'),
('it', 'your_rating', 'Il tuo voto'),
('it', 'you_can_edit_account_details', 'Puoi modificare i dettagli del conto adesso.'),
('it', 'you_have_no_permissions', 'Non hai le autorizzazioni'),
('it', 'you_save', 'Risparmia'),
('it', 'zero_price_action', 'Comportamento con prezzo zero'),
('it', 'zipcode', 'CAP'),
('it', 'zipcodes', 'CAP (codici postali)'),
('it', 'zip_postal_code', 'CAP (codice postale)'),
('it', 'zone', 'Tipo'),
('it', 'zpa_ask_price', 'Chiedi al cliente di inserire il prezzo'),
('it', 'zpa_permit', 'Consenti aggiunta del prodotto al carrello'),
('it', 'zpa_refuse', 'Non consentire ai clienti di aggiungere il prodotto al carrello'),
('nl', '2co_enable_fraud_verification', 'Ondersteuning voor fraude melding inschakelen'),
('nl', '2co_fraud_fail', 'Status van bestellingen met mislukte fraude review'),
('nl', '2co_fraud_wait', 'Status van bestellingen wachtend op een fraude review'),
('nl', '3d_secure', '3-D Veilig'),
('nl', '404', 'Het 404 Niet gevonden fout bericht'),
('nl', 'about_us', 'About us'),
('nl', 'absolute', 'Absoluut'),
('nl', 'absolute_commissions_instructions', '<a href=\"http://docs.cs-cart.com/4.3.x/user_guide/addons/vendor_commission/vendor_commissions_and_plans.html\" target=\"_blank\">Upgrading from 4.3.x to 4.4.x: Vendor Commissions and Vendor Plans</a>'),
('nl', 'abt_menu_ajax_load', 'AB: Use Ajax-loading for menu items (second level and behind it)'),
('nl', 'abt_menu_ajax_load.tooltip', 'Use Ajax to get the content of the second and third menu levels after page loading. The content of the first level will be loaded along with the page main content'),
('nl', 'abt_menu_icon_items', 'AB: Show icons for menu items of the second level'),
('nl', 'abt_menu_icon_items.tooltip', 'The active status of this setting allows the display of an icon that is assigned to a menu item of the second level menu.'),
('nl', 'abt_menu_long_names', 'AB: Show long names of the first level menu items in two lines'),
('nl', 'abt_menu_long_names.tooltip', 'The active status of this setting allows displaying menu names in two lines (with line break), if more space is required to place the name, than the setting <b>AB: The maximum width of the menu item for the first level</b> specifies'),
('nl', 'abt_menu_long_names_max_width', 'AB: The maximum width of the menu item for the first level'),
('nl', 'abt_menu_long_names_max_width.tooltip', 'Specifies the width of the cell in pixels to place the name of the menu item. If the name of the menu item exceeds this value, then with the active setting <b>AB: Show long names of the first level menu items in two lines</b>, then it will be displayed in two lines (with line break).'),
('nl', 'abt__unitheme2', 'AB: UniTheme2'),
('nl', 'abt__unitheme2.settings', 'Settings only for AB: UniTheme2'),
('nl', 'abt__unitheme2_mv', 'AB: UniTheme2 (Multi-Vendor)'),
('nl', 'abt__ut2.addon_social_buttons.share', 'Share'),
('nl', 'abt__ut2.add_to_cart', 'Buy now'),
('nl', 'abt__ut2.add_to_wishlist.tooltip', 'Add to wishlist'),
('nl', 'abt__ut2.banner.color_use', 'Please select the checkbox to use a new color'),
('nl', 'abt__ut2.banner.params.avail_from', 'Available from'),
('nl', 'abt__ut2.banner.params.avail_till', 'Available till'),
('nl', 'abt__ut2.banner.params.background_color', 'Background color'),
('nl', 'abt__ut2.banner.params.background_color.tooltip', 'Please select the checkbox to use a new color'),
('nl', 'abt__ut2.banner.params.background_image', 'Background image'),
('nl', 'abt__ut2.banner.params.background_image_size', 'Specify the size of a background image'),
('nl', 'abt__ut2.banner.params.background_image_size.tooltip', 'abt__ut2.banner.params.background_image_size.tooltip'),
('nl', 'abt__ut2.banner.params.background_image_size.variants.contain', 'Resize the background image to make sure the image is fully visible'),
('nl', 'abt__ut2.banner.params.background_image_size.variants.cover', 'Resize the background image to cover the entire container, even if it has to stretch the image or cut a little bit off one of the edges'),
('nl', 'abt__ut2.banner.params.button_color', 'Button color'),
('nl', 'abt__ut2.banner.params.button_color.tooltip', 'Please select the checkbox to use a new color'),
('nl', 'abt__ut2.banner.params.button_text', 'Text (an appeal to action)'),
('nl', 'abt__ut2.banner.params.button_text_color', 'Text color'),
('nl', 'abt__ut2.banner.params.button_text_color.tooltip', 'Please select the checkbox to use a new color'),
('nl', 'abt__ut2.banner.params.button_use', 'Add button'),
('nl', 'abt__ut2.banner.params.button_use.tooltip', 'Select a checkbox for adding of the button. <b>Important!</b>The button will appear only in the presence of the link in the field \"Specify link\"'),
('nl', 'abt__ut2.banner.params.class', 'User CSS-class'),
('nl', 'abt__ut2.banner.params.color_scheme', 'Color scheme'),
('nl', 'abt__ut2.banner.params.color_scheme.tooltip', 'Specifies what color will be <b>Title</b> and <b>Description</b> on the banner. For <b>Dark</b> banner texts will be white, for <b>Light</b> — black.'),
('nl', 'abt__ut2.banner.params.color_scheme.variants.dark', 'Dark'),
('nl', 'abt__ut2.banner.params.color_scheme.variants.light', 'Light'),
('nl', 'abt__ut2.banner.params.content_align', 'Horizontal alignment'),
('nl', 'abt__ut2.banner.params.content_align.tooltip', 'Location of the content inside the banner by the horizontal'),
('nl', 'abt__ut2.banner.params.content_align.variants.center', 'On the center'),
('nl', 'abt__ut2.banner.params.content_align.variants.left', 'On the left'),
('nl', 'abt__ut2.banner.params.content_align.variants.right', 'On the right'),
('nl', 'abt__ut2.banner.params.content_bg', 'Add semi-transparent background'),
('nl', 'abt__ut2.banner.params.content_bg.tooltip', 'Under the description will appear semi-transparent background (the color depends on the color scheme), it will provide a better readability of text on motley background'),
('nl', 'abt__ut2.banner.params.content_full_width', 'Content on full width'),
('nl', 'abt__ut2.banner.params.content_full_width.tooltip', 'The width of the content block has a default width of 50%. Set this parameter and the width of the block content will be 100%'),
('nl', 'abt__ut2.banner.params.content_valign', 'Vertical alignment'),
('nl', 'abt__ut2.banner.params.content_valign.tooltip', 'Location of the content inside the banner by the vertical'),
('nl', 'abt__ut2.banner.params.content_valign.variants.bottom', 'At the bottom'),
('nl', 'abt__ut2.banner.params.content_valign.variants.center', 'On the center'),
('nl', 'abt__ut2.banner.params.content_valign.variants.top', 'On the top'),
('nl', 'abt__ut2.banner.params.data_type', 'Content type'),
('nl', 'abt__ut2.banner.params.data_type.variants.url', 'Link'),
('nl', 'abt__ut2.banner.params.description', 'Short description'),
('nl', 'abt__ut2.banner.params.description_bg_color', 'Background color'),
('nl', 'abt__ut2.banner.params.description_bg_color.tooltip', 'Please select the checkbox to use a new color'),
('nl', 'abt__ut2.banner.params.description_color', 'Description color'),
('nl', 'abt__ut2.banner.params.description_color.tooltip', 'Please select the checkbox to use a new color'),
('nl', 'abt__ut2.banner.params.description_font_size', 'Font size'),
('nl', 'abt__ut2.banner.params.how_to_open', 'How to open'),
('nl', 'abt__ut2.banner.params.how_to_open.variants.in_new_window', 'In a new window'),
('nl', 'abt__ut2.banner.params.how_to_open.variants.in_popup', 'In a popup'),
('nl', 'abt__ut2.banner.params.how_to_open.variants.in_this_window', 'In this window'),
('nl', 'abt__ut2.banner.params.main_image', 'Main image'),
('nl', 'abt__ut2.banner.params.mobile_use', 'Use own settings for Phones'),
('nl', 'abt__ut2.banner.params.mobile_use.tooltip', 'Use this option to allow own banner settings for the mobile device Phone'),
('nl', 'abt__ut2.banner.params.object', 'The displayed object'),
('nl', 'abt__ut2.banner.params.object.variants.image', 'Image'),
('nl', 'abt__ut2.banner.params.object.variants.video', 'YouTube video'),
('nl', 'abt__ut2.banner.params.padding', 'Internal paddings, px'),
('nl', 'abt__ut2.banner.params.padding.tooltip', 'CSS <code>padding</code>. Spacing in pixels inside the banner. It is useful, to standardize the paddings of banner borders to the content'),
('nl', 'abt__ut2.banner.params.tablet_use', 'Use own settings for Tablets'),
('nl', 'abt__ut2.banner.params.tablet_use.tooltip', 'Use this option to allow own banner settings for the mobile device Tablet'),
('nl', 'abt__ut2.banner.params.title', 'Title'),
('nl', 'abt__ut2.banner.params.title_color', 'Title color'),
('nl', 'abt__ut2.banner.params.title_color.tooltip', 'Please select the checkbox to use a new color'),
('nl', 'abt__ut2.banner.params.title_font_size', 'Font size'),
('nl', 'abt__ut2.banner.params.title_font_weight', 'Weight of the font'),
('nl', 'abt__ut2.banner.params.title_font_weight.variants.300', 'Thin'),
('nl', 'abt__ut2.banner.params.title_font_weight.variants.400', 'Normal'),
('nl', 'abt__ut2.banner.params.title_font_weight.variants.700', 'Bold'),
('nl', 'abt__ut2.banner.params.title_font_weight.variants.900', 'Heavy'),
('nl', 'abt__ut2.banner.params.title_shadow', 'Add a shadow for the title'),
('nl', 'abt__ut2.banner.params.title_tag', 'Title tag'),
('nl', 'abt__ut2.banner.params.title_tag.variants.div', 'div'),
('nl', 'abt__ut2.banner.params.title_tag.variants.h1', 'h1'),
('nl', 'abt__ut2.banner.params.title_tag.variants.h2', 'h2'),
('nl', 'abt__ut2.banner.params.title_tag.variants.h3', 'h3'),
('nl', 'abt__ut2.banner.params.url', 'Specify link'),
('nl', 'abt__ut2.banner.params.use_avail_period', 'Use available period'),
('nl', 'abt__ut2.banner.params.youtube_autoplay', 'Autoplay'),
('nl', 'abt__ut2.banner.params.youtube_autoplay.tooltip', 'Due to changes in <b>Google\'s</b> policy, autoplay will only be available without sound. For more information, see <a href=\'https://developers.google.com/web/updates/2017/09/autoplay-policy-changes\' target=\'_blank\'>documentation</a>.<b>Google</b> strongly recommends that the player\'s control panel should be displayed on autoplay.'),
('nl', 'abt__ut2.banner.params.youtube_hide_controls', 'Hide player control elements'),
('nl', 'abt__ut2.banner.params.youtube_hide_controls.tooltip', 'Don\'t ever assume a video will play, and don\'t show a pause button when the video is not actually playing'),
('nl', 'abt__ut2.banner.params.youtube_id', 'YouTube video ID'),
('nl', 'abt__ut2.banner.params.youtube_id.tooltip', 'ID video — https://www.youtube.com/watch?v=<b>abcd1234567</b>, specify only <b>abcd1234567</b>'),
('nl', 'abt__ut2.banner.params.youtube_use', 'Add YouTube video'),
('nl', 'abt__ut2.banner.params_additional', 'Additional settings'),
('nl', 'abt__ut2.banner.params_of_block', 'Banner block settings'),
('nl', 'abt__ut2.banner.params_of_button', 'Banner button settings'),
('nl', 'abt__ut2.banner.params_of_content', 'Settings for the content, shown in the banner'),
('nl', 'abt__ut2.banner.params_of_description', 'Banner description settings'),
('nl', 'abt__ut2.banner.params_of_object', 'Banner settings for the object/image'),
('nl', 'abt__ut2.banner.params_of_title', 'Banner title settings'),
('nl', 'abt__ut2.banner.use_own_info', 'Use own value'),
('nl', 'abt__ut2.banner.warning', 'Expert banner settings'),
('nl', 'abt__ut2.banners', 'Banners'),
('nl', 'abt__ut2.banners.manage', 'AB: UniTheme2: Advanced banners'),
('nl', 'abt__ut2.banner_tab.general', 'General (AB: UniTheme2: Desktop)'),
('nl', 'abt__ut2.banner_tab.mobile', 'AB: UniTheme2: Phone'),
('nl', 'abt__ut2.banner_tab.tablet', 'AB: UniTheme2: Tablet'),
('nl', 'abt__ut2.block.availability.show_on', '!!! Only for AB: UniTheme2 when using the setting <b>[show_on]</b> block content will be cut from HTML-code for the corresponding device and is not simply hidden by styles'),
('nl', 'abt__ut2.blog.there_are_offers', 'Recommendations'),
('nl', 'abt__ut2.blog.there_is_video', 'Video'),
('nl', 'abt__ut2.brands', 'Brands'),
('nl', 'abt__ut2.city_short', 'c.'),
('nl', 'abt__ut2.contacts', 'Contact us'),
('nl', 'abt__ut2.demodata', 'Demo data'),
('nl', 'abt__ut2.demodata.description', 'On this page you can quickly create theme demo data'),
('nl', 'abt__ut2.demodata.errors.menu_wasnt_created', 'Menu [name] failed to create'),
('nl', 'abt__ut2.demodata.errors.no_blog_page', 'You should create the blog`s parent page'),
('nl', 'abt__ut2.demodata.errors.no_data', 'No data.json file'),
('nl', 'abt__ut2.demodata.success', 'were created successfully'),
('nl', 'abt__ut2.demodata.success.banners', 'Banners [ids] were created successfully'),
('nl', 'abt__ut2.demodata.success.blog', 'Blog pages [ids] were created successfully'),
('nl', 'abt__ut2.demodata.success.menu', 'Menu [menus] were created successfully'),
('nl', 'abt__ut2.demodata.table.add_banners', 'Add demo banners'),
('nl', 'abt__ut2.demodata.table.add_blog', 'Add demo blog'),
('nl', 'abt__ut2.demodata.table.add_menu', 'Add demo menu with icons and banners'),
('nl', 'abt__ut2.demodata.table.add_products', 'Add demo products'),
('nl', 'abt__ut2.demodata.table.description', 'Demo data type'),
('nl', 'abt__ut2.developer', 'Powered by <a href=\"https://www.cs-cart.com/\" rel=\"nofollow\">CS-Cart</a> and premium theme — <a href=\"https://unitheme.net/?sl=en\" rel=\"nofollow\">© AB: UniTheme2</a>'),
('nl', 'abt__ut2.errors.is_correctly_installed.mv.disabled', 'For correct working of UniTheme2 on the CS-Cart Multi-Vendor (used by you) enable addon UniTheme2 for Multi-Vendor edition of CS-Cart (comes with the theme for this edition) and try again'),
('nl', 'abt__ut2.errors.is_correctly_installed.mv.uninstalled', 'For correct working of UniTheme2 on the CS-Cart Multi-Vendor (used by you), install and enable addon UniTheme2 for Multi-Vendor edition of CS-Cart (comes with the theme for this edition) and try again'),
('nl', 'abt__ut2.export', 'Export'),
('nl', 'abt__ut2.export.actions.banners', 'Banners'),
('nl', 'abt__ut2.export.actions.banners.placeholder', 'Banners IDs'),
('nl', 'abt__ut2.export.actions.blog', 'Blog'),
('nl', 'abt__ut2.export.actions.blog.placeholder', 'Parent pages IDs'),
('nl', 'abt__ut2.export.actions.menu', 'Menu'),
('nl', 'abt__ut2.export.actions.menu.placeholder', 'Menu IDs'),
('nl', 'abt__ut2.export.actions.products', 'Products'),
('nl', 'abt__ut2.export.actions.products.placeholder', 'Products IDs'),
('nl', 'abt__ut2.export.description', 'On this page you can quickly export the data you need in json format'),
('nl', 'abt__ut2.export.errors.no_such_type', 'No such type of export for the theme'),
('nl', 'abt__ut2.export.success', 'were exported successfully'),
('nl', 'abt__ut2.export.success.banners', 'Banners [ids] were exported successfully'),
('nl', 'abt__ut2.export.success.blog', 'Blog were exported successfully'),
('nl', 'abt__ut2.export.success.menu', 'Menu [ids] were exported successfully'),
('nl', 'abt__ut2.export.table.data', 'Export data'),
('nl', 'abt__ut2.export.table.description', 'Data type'),
('nl', 'abt__ut2.extended.e', 'Extended'),
('nl', 'abt__ut2.extended.f', 'On the full width'),
('nl', 'abt__ut2.extended.o', 'Original'),
('nl', 'abt__ut2.form.generate', 'Generate'),
('nl', 'abt__ut2.form.header.additional_products', 'Additional products'),
('nl', 'abt__ut2.form.header.base_products', 'Base products'),
('nl', 'abt__ut2.form.header.general', 'General'),
('nl', 'abt__ut2.grid.padding', 'Padding'),
('nl', 'abt__ut2.grid.padding.variants.bottom', 'Only bottom'),
('nl', 'abt__ut2.grid.padding.variants.none', 'None'),
('nl', 'abt__ut2.grid.padding.variants.top', 'Only top'),
('nl', 'abt__ut2.grid.padding.variants.top_bottom', 'Top and bottom'),
('nl', 'abt__ut2.grid.tab_description', 'The settings below apply only to the theme AB: UniTheme2 layouts sections'),
('nl', 'abt__ut2.grid_settings', 'AB: UniTheme2: Additional settings'),
('nl', 'abt__ut2.grid_tabs.abt__ut2_show_in_tabs', 'Show all section blocks in tabs'),
('nl', 'abt__ut2.grid_tabs.abt__ut2_use_ajax', 'Use Ajax for loading the second and next tabs content'),
('nl', 'abt__ut2.help', 'Help'),
('nl', 'abt__ut2.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/abt__unitheme2.doc\'>the documentation</a>.'),
('nl', 'abt__ut2.hover_to_enlarge', 'Hover on image to enlarge'),
('nl', 'abt__ut2.icons', 'Available icons'),
('nl', 'abt__ut2.icons.class', 'Icon class'),
('nl', 'abt__ut2.icons.info', 'On this page you can see the list of icons, available to you in the theme'),
('nl', 'abt__ut2.icons.ut2_icons', 'Theme icons list'),
('nl', 'abt__ut2.less_settings', 'Color scheme settings'),
('nl', 'abt__ut2.less_settings.containers', 'Containers'),
('nl', 'abt__ut2.less_settings.containers.header.add_delimiters', 'Add dividing strips'),
('nl', 'abt__ut2.less_settings.containers.header.add_delimiters.tooltip', 'Adds dividing strips at the Top part of the site, visually separates the blocks \"Categories\", \"Search\", \"Account\" and \"Cart\"'),
('nl', 'abt__ut2.less_settings.containers.header.use_animation_for_not_empty_cart', 'Use animation effect for non empty cart'),
('nl', 'abt__ut2.less_settings.containers.header.use_animation_for_not_empty_cart.tooltip', 'Adds animation effect, to pay attention to the non empty user cart'),
('nl', 'abt__ut2.less_settings.containers.header.use_color_elements_on_hover', 'Color for hovering over the elements \"Categories\", \"Account\" and \"Cart\"'),
('nl', 'abt__ut2.less_settings.containers.header.use_color_elements_on_hover.tooltip', 'The color for hovering over the drop-down elements \"Categories\", \"Account\" and \"Cart\" is used only in the \"Advanced\" and \"Fixed\" layouts'),
('nl', 'abt__ut2.less_settings.containers.header.use_color_icons', 'The color of the icons for elements \"Categories\", \"Account\" and \"Cart\"'),
('nl', 'abt__ut2.less_settings.containers.header.use_color_icons.tooltip', 'Is used only in layouts \"Advanced\" and \"Fixed\"'),
('nl', 'abt__ut2.less_settings.containers.header.use_color_menu_on_hover', 'Color for hovering over a first level menu item'),
('nl', 'abt__ut2.less_settings.containers.header.use_color_menu_on_hover.tooltip', 'Background color used for hovering over menu items of the first level. It is used only in the \"Default\" layout with a horizontal menu type. Also determines the color of the active first level menu item'),
('nl', 'abt__ut2.less_settings.containers.header_group', 'Header'),
('nl', 'abt__ut2.less_settings.containers.header_group_description', 'Settings for blocks and sections of the \"Header\" container'),
('nl', 'abt__ut2.less_settings.containers_description', 'Below are the settings that affect the blocks and sections of the corresponding container in the layouts.'),
('nl', 'abt__ut2.less_settings.general', 'General'),
('nl', 'abt__ut2.less_settings.general.buttons.style', 'Style'),
('nl', 'abt__ut2.less_settings.general.buttons.style.tooltip', 'Set button style'),
('nl', 'abt__ut2.less_settings.general.buttons.style.variants.use_background', 'Use filled background'),
('nl', 'abt__ut2.less_settings.general.buttons.style.variants.use_border', 'Use border only'),
('nl', 'abt__ut2.less_settings.general.buttons.use_gradient', 'Add bulk'),
('nl', 'abt__ut2.less_settings.general.buttons.use_gradient.tooltip', 'The buttons will use a background color with a gradient fill from light to dark based on the color of the button'),
('nl', 'abt__ut2.less_settings.general.buttons.use_shadow', 'Add shadow'),
('nl', 'abt__ut2.less_settings.general.buttons.use_shadow.tooltip', 'Use shadow in the buttons design'),
('nl', 'abt__ut2.less_settings.general.buttons.use_text_uppercase', 'Display text in capital letters'),
('nl', 'abt__ut2.less_settings.general.buttons.use_text_uppercase.tooltip', 'Allows you to define the display format of letters in buttons, lowercase or uppercase letters'),
('nl', 'abt__ut2.less_settings.general.buttons_group', 'Buttons'),
('nl', 'abt__ut2.less_settings.general.buttons_group_description', 'Allows you to set button styles'),
('nl', 'abt__ut2.less_settings.general.labels.style', 'Form'),
('nl', 'abt__ut2.less_settings.general.labels.style.tooltip', 'Specify the displaying form of discount labels'),
('nl', 'abt__ut2.less_settings.general.labels.style.variants.as_circle', 'Round'),
('nl', 'abt__ut2.less_settings.general.labels.style.variants.as_drop', 'Drop'),
('nl', 'abt__ut2.less_settings.general.labels.style.variants.as_rectangle', 'Rectangular'),
('nl', 'abt__ut2.less_settings.general.labels.use_outline', 'Use border style'),
('nl', 'abt__ut2.less_settings.general.labels.use_outline.tooltip', 'Adds border style'),
('nl', 'abt__ut2.less_settings.general.labels.use_shadow', 'Add shadow'),
('nl', 'abt__ut2.less_settings.general.labels.use_shadow.tooltip', 'Adds shadow'),
('nl', 'abt__ut2.less_settings.general.labels.use_text_shadow', 'Add shadow for text'),
('nl', 'abt__ut2.less_settings.general.labels.use_text_shadow.tooltip', 'Adds shadow for text'),
('nl', 'abt__ut2.less_settings.general.labels_group', 'Labels (stickers)'),
('nl', 'abt__ut2.less_settings.general.labels_group_description', 'Allows you to set styles for product stickers. For example, Free Shipping, Discount, etc.'),
('nl', 'abt__ut2.less_settings.general.stars_rating_color', 'Color of starlets for product rating'),
('nl', 'abt__ut2.less_settings.general.stars_rating_color.tooltip', 'Specify your own star color for product rating'),
('nl', 'abt__ut2.less_settings.general.use_rounding', 'Round corners for interface elements'),
('nl', 'abt__ut2.less_settings.general.use_rounding.tooltip', 'Use rounding corners of elements (windows, buttons, icons, form fields, etc.)'),
('nl', 'abt__ut2.less_settings.general.use_rounding.variants.do_not_use', 'Don\'t use'),
('nl', 'abt__ut2.less_settings.general.use_rounding.variants.full', 'Fully rounded'),
('nl', 'abt__ut2.less_settings.general.use_rounding.variants.little', 'Make a little roundness'),
('nl', 'abt__ut2.less_settings.general.use_titles_uppercase', 'Display headers in capital letters'),
('nl', 'abt__ut2.less_settings.general.use_titles_uppercase.tooltip', 'Allows you to show headers in capital letters (used for all page headers, blocks, banners headers, etc.)'),
('nl', 'abt__ut2.less_settings.general_description', 'Below are the general settings.'),
('nl', 'abt__ut2.less_settings.is_absent', 'The following color values are not set for your [style] style'),
('nl', 'abt__ut2.less_settings.is_absent.core', 'System values'),
('nl', 'abt__ut2.less_settings.is_absent.recomend_to_add', 'We recommend that you assign their values, as this may lead to errors in the future.'),
('nl', 'abt__ut2.less_settings.is_absent.theme', 'Theme values'),
('nl', 'abt__ut2.less_settings.products', 'Product'),
('nl', 'abt__ut2.less_settings.products.use_color_buttons_add_to_cart', 'Set individual color for <br> \"Add to cart\" button'),
('nl', 'abt__ut2.less_settings.products.use_color_buttons_add_to_cart.tooltip', 'Allows you to assign an individual color to the \"Add to cart\" button on the product detail page and in the \"Quick view\" window'),
('nl', 'abt__ut2.less_settings.products_description', 'Below are the settings that affect the styles for product detail page'),
('nl', 'abt__ut2.less_settings.product_list', 'Product lists'),
('nl', 'abt__ut2.less_settings.product_list.extend_grid_item_on_hover', 'Expand grid item on hover'),
('nl', 'abt__ut2.less_settings.product_list.extend_grid_item_on_hover.tooltip', 'Adds the extending effect for item grid, when hovering on it in the list. Applies only to the Grid view of listings.'),
('nl', 'abt__ut2.less_settings.product_list.show_grid_border', 'Frame type of the product in the grid'),
('nl', 'abt__ut2.less_settings.product_list.show_grid_border.tooltip', 'You can change the frame type for cells in the lists of products'),
('nl', 'abt__ut2.less_settings.product_list.show_grid_border.variants.none', 'Not framed'),
('nl', 'abt__ut2.less_settings.product_list.show_grid_border.variants.solid_without_margins', 'Frame without external indents'),
('nl', 'abt__ut2.less_settings.product_list.show_grid_border.variants.solid_with_margins', 'Frame with outer indents'),
('nl', 'abt__ut2.less_settings.product_list.use_elements_alignment', 'Use elements alignment'),
('nl', 'abt__ut2.less_settings.product_list.use_elements_alignment.tooltip', 'Allows you to align some elements of the list of symmetrically neighboring cells of products'),
('nl', 'abt__ut2.less_settings.product_list.use_elements_alignment.variants.do_not_use', 'Don\'t use'),
('nl', 'abt__ut2.less_settings.product_list.use_elements_alignment.variants.use', 'Use'),
('nl', 'abt__ut2.less_settings.product_list_description', 'Below are the settings that affect the styles for elements in the product lists'),
('nl', 'abt__ut2.less_settings.style.tooltip', 'Select Style (less-file, to which the following settings will be applied)'),
('nl', 'abt__ut2.less_settings_description', '<b>Attention!</b> These settings apply only to the selected color scheme (in order to see the changes: make sure, that the selected in the \"Style\" settings field value corresponds to the color scheme, selected in your store (you can check the selected color scheme by Design -> Themes -> in the table opposite the chosen as default layout))'),
('nl', 'abt__ut2.light_menu.back_to_main', 'Back to main'),
('nl', 'abt__ut2.load_more.show_more.pages', 'Show another [n] page|Show another [n] pages'),
('nl', 'abt__ut2.load_more.show_more.products', 'Show another [n] product|Show another [n] products'),
('nl', 'abt__ut2.load_more_products.already_showing_all_products', 'Showing [n] product|Showing all [n] products'),
('nl', 'abt__ut2.load_more_products.show_more', 'Show another [n] product|Show another [n] products'),
('nl', 'abt__ut2.mainbox_general_seo', 'AB: General title (SEO)'),
('nl', 'abt__ut2.menu.tab_description', 'The following settings should be used only for menu items, that use extra templates in the menu block layout: <b>AB: Horizontal dropdown list with icons</b> or <b>AB: Vertical dropdown list with icons</b> of the UniTheme2 theme'),
('nl', 'abt__ut2.menus.pickers.add_menus', 'Add menu'),
('nl', 'abt__ut2.menus.pickers.add_menus_and_close', 'Add menu and close'),
('nl', 'abt__ut2.menus.pickers.states', 'Initial menu state'),
('nl', 'abt__ut2.menus.pickers.states.hide_items', 'Hide elements and show the menu name'),
('nl', 'abt__ut2.menus.pickers.states.show_items', 'Show elements'),
('nl', 'abt__ut2.menus.pickers.states.tooltip', 'Select how the menu will be displayed when loading the page'),
('nl', 'abt__ut2.menu_with_icons.desc', 'Short description'),
('nl', 'abt__ut2.menu_with_icons.dropdown', 'Activate 3-level menu (dropdown list)'),
('nl', 'abt__ut2.menu_with_icons.icon', 'Icon'),
('nl', 'abt__ut2.menu_with_icons.label', 'Label'),
('nl', 'abt__ut2.menu_with_icons.label_background', 'Label background'),
('nl', 'abt__ut2.menu_with_icons.label_color', 'Label color'),
('nl', 'abt__ut2.menu_with_icons.status', 'Activate settings'),
('nl', 'abt__ut2.menu_with_icons.text', 'HTML-content'),
('nl', 'abt__ut2.menu_with_icons.text_position', 'HTML-content position'),
('nl', 'abt__ut2.menu_with_icons.text_position.bottom', 'Bottom'),
('nl', 'abt__ut2.menu_with_icons.text_position.right_bottom', 'Right bottom'),
('nl', 'abt__ut2.menu_with_icons.text_position.right_top', 'Right top'),
('nl', 'abt__ut2.microdata', 'Organization microdata'),
('nl', 'abt__ut2.microdata.schema_type', 'Schema type'),
('nl', 'abt__ut2.microdata.schema_type.article', 'Article'),
('nl', 'abt__ut2.microdata.schema_type.blogposting', 'Blog'),
('nl', 'abt__ut2.microdata.schema_type.newsarticle', 'News'),
('nl', 'abt__ut2.microdata.schema_type.none', 'Do not use'),
('nl', 'abt__ut2.migaritions_from_unitheme1.update_po', 'Language variables recovery'),
('nl', 'abt__ut2.migaritions_from_unitheme1.update_po.exist.description', 'For your installation, no additional actions for language variables recovery are required!'),
('nl', 'abt__ut2.migaritions_from_unitheme1.update_po.not_exist.description', 'On this page, you can recover language variables which were deleted during removing of the first generation UniTheme addon'),
('nl', 'abt__ut2.migaritions_from_unitheme1.update_po.success', 'Selected language variables were successfully recovered!'),
('nl', 'abt__ut2.option.height', 'Height, px'),
('nl', 'abt__ut2.option.margin', 'Margin, px'),
('nl', 'abt__ut2.settings', 'Theme settings'),
('nl', 'abt__ut2.settings.addons', 'Addons'),
('nl', 'abt__ut2.settings.addons.wishlist_products.item_quantity', 'Show products in a row'),
('nl', 'abt__ut2.settings.addons.wishlist_products.item_quantity.tooltip', 'Specify the quantity to display products in a row (only for \"Grid\")'),
('nl', 'abt__ut2.settings.addons.wishlist_products_group', '\"Wish List\" addon'),
('nl', 'abt__ut2.settings.addons.wishlist_products_group_description', 'Allows to add products to user wishlists'),
('nl', 'abt__ut2.settings.addons_description', 'Here are setting, that affect on appearance of different addons pages in theme'),
('nl', 'abt__ut2.settings.category', 'Category'),
('nl', 'abt__ut2.settings.category.description_position', 'Display category description'),
('nl', 'abt__ut2.settings.category.description_position.tooltip', 'Determines how the category description is displayed (nevertheless, regardless of the place of display, the Description field will be displayed in the code always above the product block, this is one of the recommendations of SEO audits)'),
('nl', 'abt__ut2.settings.category.description_position.variants.bottom', 'After products'),
('nl', 'abt__ut2.settings.category.description_position.variants.none', 'Don\'t display'),
('nl', 'abt__ut2.settings.category.description_position.variants.top', 'Before products'),
('nl', 'abt__ut2.settings.category.show_subcategories', 'Show subcategories on category pages'),
('nl', 'abt__ut2.settings.category.show_subcategories.tooltip', 'Allows subcategories to be displayed in categories'),
('nl', 'abt__ut2.settings.category_description', 'Here are the theme settings for Categories pages'),
('nl', 'abt__ut2.settings.features', 'Features'),
('nl', 'abt__ut2.settings.features.description_position', 'Display description of feature variant'),
('nl', 'abt__ut2.settings.features.description_position.tooltip', 'Determines how the feature description is displayed (nevertheless, regardless of the place of display, the Description field will be displayed in the code always above the product block, this is one of the recommendations of SEO audits)'),
('nl', 'abt__ut2.settings.features.description_position.variants.bottom', 'After products'),
('nl', 'abt__ut2.settings.features.description_position.variants.none', 'Don\'t display'),
('nl', 'abt__ut2.settings.features.description_position.variants.top', 'Before products'),
('nl', 'abt__ut2.settings.features_description', 'Here are the settings for the Features pages (Purpose: Brand, author, etc.)'),
('nl', 'abt__ut2.settings.general', 'General'),
('nl', 'abt__ut2.settings.general.blog_page_id', 'Blog main page ID'),
('nl', 'abt__ut2.settings.general.blog_page_id.button', 'All blog articles'),
('nl', 'abt__ut2.settings.general.blog_page_id.tooltip', 'Specify this setting to display the link \"All pages\" in the block \"Actual news\" (see Website -> Blog)'),
('nl', 'abt__ut2.settings.general.brand_feature_id', 'Brand feature ID'),
('nl', 'abt__ut2.settings.general.brand_feature_id.tooltip', 'Specify brand Feature ID (Purpose: Brand, author, etc.). Feature ID is located next to the feature name in the features list (Products -> Features in the store administrative panel).The parameter \"Show in product list\" must be checked/ticked for specified feature'),
('nl', 'abt__ut2.settings.general.enable_fixed_header_panel', 'Enable sticky menu'),
('nl', 'abt__ut2.settings.general.enable_fixed_header_panel.tooltip', 'Allows you to display a fixed panel with elements of the header. The main elements of the store header will be visible even, when scrolling'),
('nl', 'abt__ut2.settings.general.menu_min_height', 'Minimum height for the menu (only for Vertical type), px'),
('nl', 'abt__ut2.settings.general.menu_min_height.tooltip', 'The minimum height for the vertical menu block with items of the second level. It is used to make the match of the height for left and right parts of menu (well described in the theme documentation)'),
('nl', 'abt__ut2.settings.general_description', 'Here are the general theme settings, they affect the appearance and store functionality'),
('nl', 'abt__ut2.settings.load_more', 'Show more'),
('nl', 'abt__ut2.settings.load_more.before_end', 'Start for N px to the end of the page'),
('nl', 'abt__ut2.settings.load_more.before_end.tooltip', 'Used only for working mode Automatically'),
('nl', 'abt__ut2.settings.load_more.blog', 'Allow for the Blog'),
('nl', 'abt__ut2.settings.load_more.blog.tooltip', 'Allow displaying \"Show more\" button for Blog posts'),
('nl', 'abt__ut2.settings.load_more.mode', 'Paginator operation mode'),
('nl', 'abt__ut2.settings.load_more.mode.tooltip', 'Choose working mode for button Show more.<br /><b>Automatically</b> — in this mode next page will be loaded over N px before the end of page while scrolling down.<br /><b>By button click</b> — next products page will be loaded only clicking the button by the user'),
('nl', 'abt__ut2.settings.load_more.mode.variants.auto', 'Automatically'),
('nl', 'abt__ut2.settings.load_more.mode.variants.on_button_click', 'By button click'),
('nl', 'abt__ut2.settings.load_more.product_list', 'Allow for product lists'),
('nl', 'abt__ut2.settings.load_more.product_list.tooltip', 'Allow display of \"Show more\" button for categories, brands, newest pages etc.'),
('nl', 'abt__ut2.settings.load_more_description', 'Below are the settings for the \"Show more\" functional for various objects in lists (lazy pagination)'),
('nl', 'abt__ut2.settings.name', 'Name'),
('nl', 'abt__ut2.settings.products', 'Product'),
('nl', 'abt__ut2.settings.products.addon_buy_together.view', 'Way of display'),
('nl', 'abt__ut2.settings.products.addon_buy_together.view.tooltip', 'Choose way of display (added by AB: UniTheme2 theme or standard output by the tab)'),
('nl', 'abt__ut2.settings.products.addon_buy_together.view.variants.as_block_above_tabs', 'As block before product tabs'),
('nl', 'abt__ut2.settings.products.addon_buy_together.view.variants.as_tab_in_tabs', 'As product tab'),
('nl', 'abt__ut2.settings.products.addon_buy_together_group', '\"Buy together\" addon'),
('nl', 'abt__ut2.settings.products.addon_buy_together_group_description', 'Native CS-Cart add-on, which allows to display profitable offers in combination with the current product, on the page of which the user is located'),
('nl', 'abt__ut2.settings.products.addon_required_products.item_quantity', 'Show products in row'),
('nl', 'abt__ut2.settings.products.addon_required_products.item_quantity.tooltip', 'Specify the quantity products to display in a row (only for \"Grid\")'),
('nl', 'abt__ut2.settings.products.addon_required_products.list_type', 'Template'),
('nl', 'abt__ut2.settings.products.addon_required_products.list_type.tooltip', 'Choose template for displaying product list'),
('nl', 'abt__ut2.settings.products.addon_required_products.list_type.variants.compact_list', 'Compact list'),
('nl', 'abt__ut2.settings.products.addon_required_products.list_type.variants.grid_list', 'Grid'),
('nl', 'abt__ut2.settings.products.addon_required_products.list_type.variants.product_list', 'List without options'),
('nl', 'abt__ut2.settings.products.addon_required_products_group', '\"Required products\" addon'),
('nl', 'abt__ut2.settings.products.addon_required_products_group_description', 'Native CS-Cart addon \"Required products\" creates a group of products, that will be added to the cart with the product, on which page the user is located'),
('nl', 'abt__ut2.settings.products.addon_social_buttons.view', 'Show Share buttons for social networks'),
('nl', 'abt__ut2.settings.products.addon_social_buttons.view.tooltip', 'Please note, that using this option slows down the loading of the product page. Not recommended for displaying on mobile devices.'),
('nl', 'abt__ut2.settings.products.addon_social_buttons_group', 'Addon \"Social buttons\"'),
('nl', 'abt__ut2.settings.products.addon_social_buttons_group_description', 'Native CS-Cart addon \"Social Buttons\" displays Share buttons widgets for social networks'),
('nl', 'abt__ut2.settings.products.custom_block_id', 'Custom block ID / Output the block in the right column'),
('nl', 'abt__ut2.settings.products.custom_block_id.tooltip', 'Specify the custom block ID, which you want to display on the right side of the product detail page (the block must be added to the Products layout and can be turned off, a special function will add it to the intended place to bypass the CS-Cart layout system) (well described in the theme documentation)'),
('nl', 'abt__ut2.settings.products.vendor.show_ask_question_link', 'Show \"Ask a question\" link'),
('nl', 'abt__ut2.settings.products.vendor.show_ask_question_link.tooltip', 'Allows customers to communicate with the vendor using chat. Depends on \"Ask seller a question\" addon'),
('nl', 'abt__ut2.settings.products.vendor.show_logo', 'Show vendor logo'),
('nl', 'abt__ut2.settings.products.vendor.show_logo.tooltip', 'Displays the vendor\'s logo'),
('nl', 'abt__ut2.settings.products.vendor.show_name_as_link', 'Use vendor name as a link on a vendor page'),
('nl', 'abt__ut2.settings.products.vendor.show_name_as_link.tooltip', 'Allows use vendor name as a link to the page of this vendor'),
('nl', 'abt__ut2.settings.products.vendor.show_phone', 'Show vendor phone number'),
('nl', 'abt__ut2.settings.products.vendor.show_phone.tooltip', 'Allows you to display the phone number of the vendor'),
('nl', 'abt__ut2.settings.products.vendor.truncate_short_description', 'Number of characters for vendor description'),
('nl', 'abt__ut2.settings.products.vendor.truncate_short_description.tooltip', 'Allows you to limit the output of a vendor description, specify the number of displayed characters. To disable output, use the value \"0\"'),
('nl', 'abt__ut2.settings.products.vendor_group', 'Block with vendor information'),
('nl', 'abt__ut2.settings.products.vendor_group_description', 'Settings for block with vendor information on the product page'),
('nl', 'abt__ut2.settings.products.view.brand_link_behavior', 'Brand logo link behavior'),
('nl', 'abt__ut2.settings.products.view.brand_link_behavior.tooltip', 'Determines the brand logo link'),
('nl', 'abt__ut2.settings.products.view.brand_link_behavior.variants.to_brand_page', 'The link leads to brand page'),
('nl', 'abt__ut2.settings.products.view.brand_link_behavior.variants.to_category_with_filter', 'The link leads to the main product category with the selected filter by product brand'),
('nl', 'abt__ut2.settings.products.view.show_brand_logo', 'Show product brand logo'),
('nl', 'abt__ut2.settings.products.view.show_brand_logo.tooltip', 'Allow the display of product brand logo. For the setting to work, you must correctly specify Brand feature ID setting value in General tab');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('nl', 'abt__ut2.settings.products.view.show_features', 'Show product features'),
('nl', 'abt__ut2.settings.products.view.show_features.tooltip', 'Allow displaying of selected product features (for displaying on the product page (but not in Features tab), the feature must have an active setting \"Show in header on the product details page\")'),
('nl', 'abt__ut2.settings.products.view.show_qty', 'Show quantity changer'),
('nl', 'abt__ut2.settings.products.view.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('nl', 'abt__ut2.settings.products.view.show_short_description', 'Show short description'),
('nl', 'abt__ut2.settings.products.view.show_short_description.tooltip', 'Allow the display of the \"Short description\"'),
('nl', 'abt__ut2.settings.products.view.show_sku', 'Show product code (Sku)'),
('nl', 'abt__ut2.settings.products.view.show_sku.tooltip', 'Allow product code (Sku) showing'),
('nl', 'abt__ut2.settings.products.view.show_sticky_add_to_cart', 'Show sticky block Add to cart (only for mobile devices)'),
('nl', 'abt__ut2.settings.products.view.show_sticky_add_to_cart.tooltip', 'Allow output of a fixed block with the Add to cart button at the bottom of the mobile device screen. Also depending on the state of the option \"Show quantity changer\" in the block, the changer of products quantity for the order can be shown'),
('nl', 'abt__ut2.settings.products.view_group', 'Additional displaying settings'),
('nl', 'abt__ut2.settings.products.view_group_description', 'Additional appearance settings for the product page'),
('nl', 'abt__ut2.settings.products_description', 'Here theme settings which affect the product detailed page appearance'),
('nl', 'abt__ut2.settings.product_list', 'Product lists'),
('nl', 'abt__ut2.settings.product_list.decolorate_out_of_stock_products', 'Decolorize out of stock products'),
('nl', 'abt__ut2.settings.product_list.decolorate_out_of_stock_products.tooltip', 'Applies the effect of decolorize for product items, that are out of stock. Only for lists in categories is used'),
('nl', 'abt__ut2.settings.product_list.lazy_load', 'Use images lazy load'),
('nl', 'abt__ut2.settings.product_list.lazy_load.tooltip', 'Speeds up the category page loading due to the fact, that images are loaded after the page is already loaded, images will be loaded only by users screen demand. Not compatible with activated option of setting \"Show product mini icons gallery in the product list\"'),
('nl', 'abt__ut2.settings.product_list.limit_product_variations', 'The maximum quantity of the displayed products variations'),
('nl', 'abt__ut2.settings.product_list.limit_product_variations.tooltip', 'Specify the number of available variations, that will be shown for the product in the list, if more variations are available, than specified in the setting, the remaining amount will be indicated in brackets (+ N more). Value <code>0</code> in setting will block the display of variations.'),
('nl', 'abt__ut2.settings.product_list.max_features', 'Max number of displayed features in lists'),
('nl', 'abt__ut2.settings.product_list.max_features.tooltip', 'Specify the number of features displayed in all available lists for different devices'),
('nl', 'abt__ut2.settings.product_list.price_display_format', 'Price display format'),
('nl', 'abt__ut2.settings.product_list.price_display_format.tooltip', 'Formats options (of the elements positions) of price display'),
('nl', 'abt__ut2.settings.product_list.price_display_format.variants.col', 'Option 1'),
('nl', 'abt__ut2.settings.product_list.price_display_format.variants.mix', 'Option 3'),
('nl', 'abt__ut2.settings.product_list.price_display_format.variants.row', 'Option 2'),
('nl', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content', 'Content of bottom part of the product grid item'),
('nl', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.tooltip', 'Select, what fields will be used as a additional information of the product item'),
('nl', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.description', 'Short description'),
('nl', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.features', 'Features list'),
('nl', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.features_and_variations', 'Features and variations list'),
('nl', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.none', 'Don\'t display'),
('nl', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.variations', 'Variations list'),
('nl', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_height', 'Minimum height for product cell, px'),
('nl', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_height.tooltip', 'Defines the product cell height according to your needs'),
('nl', 'abt__ut2.settings.product_list.products_multicolumns.show_brand_logo', 'Show brand logo'),
('nl', 'abt__ut2.settings.product_list.products_multicolumns.show_brand_logo.tooltip', 'Allow the brand logo displaying (requires proper assigned option \"Brand feature ID\" in the \"General\" section of theme settings and downloaded images for Brand feature variants)'),
('nl', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons', 'Show \"Add to cart\" buttons'),
('nl', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons.tooltip', 'Allow the display of the \"Add to cart\" and \"Buy now with 1-click\" buttons'),
('nl', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons_on_hover', 'Show buttons only while hovering'),
('nl', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons_on_hover.tooltip', 'Buttons \"Add to cart\" and \"Buy now with 1-click\" will be shown only while hovering on the product cell'),
('nl', 'abt__ut2.settings.product_list.products_multicolumns.show_qty', 'Show quantity changer'),
('nl', 'abt__ut2.settings.product_list.products_multicolumns.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('nl', 'abt__ut2.settings.product_list.products_multicolumns.show_sku', 'Show product code (Sku)'),
('nl', 'abt__ut2.settings.product_list.products_multicolumns.show_sku.tooltip', 'Allow product code (Sku) showing'),
('nl', 'abt__ut2.settings.product_list.products_multicolumns.show_you_save', 'Show \"You save\"'),
('nl', 'abt__ut2.settings.product_list.products_multicolumns.show_you_save.tooltip', 'Shows information about savings (amount of your savings)'),
('nl', 'abt__ut2.settings.product_list.products_multicolumns_group', 'Settings for \"Grid\" product list view'),
('nl', 'abt__ut2.settings.product_list.products_multicolumns_group_description', 'Settings for \"Grid\" product list view. Please note, that some settings allow you to control the output of functional elements for different devices separately'),
('nl', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content', 'Content under description'),
('nl', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.tooltip', 'Select, what fields will be used as the additional information of the product item'),
('nl', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.features', 'Features list'),
('nl', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.features_and_variations', 'Features and variations list'),
('nl', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.none', 'Don\'t display'),
('nl', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.variations', 'Variations list'),
('nl', 'abt__ut2.settings.product_list.products_without_options.show_amount', 'Show product availability status'),
('nl', 'abt__ut2.settings.product_list.products_without_options.show_amount.tooltip', 'Allow the display of the status of stock availability (In stock, Out of stock)'),
('nl', 'abt__ut2.settings.product_list.products_without_options.show_brand_logo', 'Show brand logo'),
('nl', 'abt__ut2.settings.product_list.products_without_options.show_brand_logo.tooltip', 'Allow the brand logo displaying (requires proper assigned option \"Brand feature ID\" in the \"General\" section of theme settings and downloaded images for Brand feature variants)'),
('nl', 'abt__ut2.settings.product_list.products_without_options.show_features', 'Show product features'),
('nl', 'abt__ut2.settings.product_list.products_without_options.show_features.tooltip', 'Allow display of selected product features (for displaying in the product list the feature must have an active setting \"Show in product list\")'),
('nl', 'abt__ut2.settings.product_list.products_without_options.show_options', 'Show product options'),
('nl', 'abt__ut2.settings.product_list.products_without_options.show_options.tooltip', 'Allow display of product options'),
('nl', 'abt__ut2.settings.product_list.products_without_options.show_qty', 'Show quantity changer'),
('nl', 'abt__ut2.settings.product_list.products_without_options.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('nl', 'abt__ut2.settings.product_list.products_without_options.show_sku', 'Show product code (Sku)'),
('nl', 'abt__ut2.settings.product_list.products_without_options.show_sku.tooltip', 'Allow product code (Sku) showing'),
('nl', 'abt__ut2.settings.product_list.products_without_options_group', 'Settings for \"List without options\" product list view'),
('nl', 'abt__ut2.settings.product_list.products_without_options_group_description', 'Settings for \"List without options\" product list view. Please note, that some settings allow you to control the output of functional elements for different devices separately'),
('nl', 'abt__ut2.settings.product_list.short_list.show_button', 'Show \"Add to cart\" button'),
('nl', 'abt__ut2.settings.product_list.short_list.show_button.tooltip', 'Allow the display of the \"Add to cart\" buttons'),
('nl', 'abt__ut2.settings.product_list.short_list.show_button_compare', 'Show \"Add to comparison list\" button'),
('nl', 'abt__ut2.settings.product_list.short_list.show_button_compare.tooltip', 'Allow the display of the \"Add to comparison list\" button'),
('nl', 'abt__ut2.settings.product_list.short_list.show_button_quick_view', 'Show \"Quick view\" button'),
('nl', 'abt__ut2.settings.product_list.short_list.show_button_quick_view.tooltip', 'Allow the display of the \"Quick view\" button'),
('nl', 'abt__ut2.settings.product_list.short_list.show_button_wishlist', 'Show \"Add to wish list\" button'),
('nl', 'abt__ut2.settings.product_list.short_list.show_button_wishlist.tooltip', 'Allow the display of the \"Add to wish list\" button'),
('nl', 'abt__ut2.settings.product_list.short_list.show_qty', 'Show quantity changer'),
('nl', 'abt__ut2.settings.product_list.short_list.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('nl', 'abt__ut2.settings.product_list.short_list.show_sku', 'Show product code (Sku)'),
('nl', 'abt__ut2.settings.product_list.short_list.show_sku.tooltip', 'Allow product code (Sku) showing'),
('nl', 'abt__ut2.settings.product_list.short_list_group', 'Settings for \"Compact list\" product list view'),
('nl', 'abt__ut2.settings.product_list.short_list_group_description', 'Settings for \"Compact list\" product list view. Pay attention to the presence of addon-dependent settings. Some settings allow managing functionality elements output for different devices separately'),
('nl', 'abt__ut2.settings.product_list.show_fixed_filters_button', 'Enable fixed filter call button'),
('nl', 'abt__ut2.settings.product_list.show_fixed_filters_button.tooltip', 'When the setting is turned on when the page is scrolled, a button for calling filters will appear.'),
('nl', 'abt__ut2.settings.product_list.show_gallery', 'Show product mini icons gallery in the product list'),
('nl', 'abt__ut2.settings.product_list.show_gallery.tooltip', 'Activates the option of scrolling the product photos mini gallery in the lists. Applies only to the product list with the \"Grid\" output template'),
('nl', 'abt__ut2.settings.product_list.show_rating', 'Display product rating'),
('nl', 'abt__ut2.settings.product_list.show_rating.tooltip', 'Allows to display product rating stars'),
('nl', 'abt__ut2.settings.product_list_description', 'Here are the product lists settings of the theme, that affect the output for all product blocks and product lists on categories, search, features pages. Note: blocks can have their own settings and not use selected parameters. The presence of the <i class=\"icon-is-addon\"></i> icon for the setting means, that it is dependent on the presence of an addon, that needs to be turned on'),
('nl', 'abt__ut2.settings.value', 'Value for all devices'),
('nl', 'abt__ut2.settings.value.desktop', 'Value for Desktop'),
('nl', 'abt__ut2.settings.value.mobile', 'Value for Phone'),
('nl', 'abt__ut2.settings.value.tablet', 'Value for Tablet'),
('nl', 'abt__ut2.settings.vendor', 'Vendor'),
('nl', 'abt__ut2.settings.vendor.show_ask_question_link', 'Display \"Ask a question\" link'),
('nl', 'abt__ut2.settings.vendor.show_ask_question_link.tooltip', 'Allows customers to communicate with the vendor using chat. Depends on \"Ask seller a question\" addon'),
('nl', 'abt__ut2.settings.vendor.truncate_short_description', 'Number of characters for vendor description'),
('nl', 'abt__ut2.settings.vendor.truncate_short_description.tooltip', 'Allows you to limit the output of vendor short description, specify the number of displayed characters. To disable output, use the value \"0\"'),
('nl', 'abt__ut2.settings.vendor_description', 'Block with vendor information on the vendor\'s page'),
('nl', 'abt__ut2.sort_by_bestsellers_asc', 'Bestselling: Low to High'),
('nl', 'abt__ut2.sort_by_bestsellers_desc', 'Bestselling First'),
('nl', 'abt__ut2.sort_by_company_asc', 'Sort by alphabetical: A to Z'),
('nl', 'abt__ut2.sort_by_company_desc', 'Sort by alphabetical: Z to A'),
('nl', 'abt__ut2.sort_by_null_asc', 'Without sorting'),
('nl', 'abt__ut2.sort_by_on_sale_asc', 'Discount: Low to High'),
('nl', 'abt__ut2.sort_by_on_sale_desc', 'Discount: High to Low'),
('nl', 'abt__ut2.sort_by_popularity_asc', 'Popularity: Low to High'),
('nl', 'abt__ut2.sort_by_popularity_desc', 'Popular First'),
('nl', 'abt__ut2.sort_by_position_asc', 'Position: Low to High'),
('nl', 'abt__ut2.sort_by_position_desc', 'Position: High to Low'),
('nl', 'abt__ut2.sort_by_price_asc', 'Price: Low to High'),
('nl', 'abt__ut2.sort_by_price_desc', 'Price: High to Low'),
('nl', 'abt__ut2.sort_by_product_asc', 'from A to Z'),
('nl', 'abt__ut2.sort_by_product_desc', 'from Z to A'),
('nl', 'abt__ut2.sort_by_rating_asc', 'Sort by rating: Low to High'),
('nl', 'abt__ut2.sort_by_rating_desc', 'Sort by rating'),
('nl', 'abt__ut2.sort_by_timestamp_asc', 'Oldest Items First'),
('nl', 'abt__ut2.sort_by_timestamp_desc', 'Newest Items First'),
('nl', 'abt__ut2.upgrade_notifications.4.10.2.d.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update used layout.'),
('nl', 'abt__ut2.upgrade_notifications.4.10.2.d.new_layouts.title', 'New layout \"Checkout\" is available!'),
('nl', 'abt__ut2.upgrade_notifications.4.10.3.a.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('nl', 'abt__ut2.upgrade_notifications.4.10.3.a.new_layouts.title', 'We recommend to update the used layout!'),
('nl', 'abt__ut2.upgrade_notifications.4.10.3.b.added_compatibility_with_ab__ia.text', 'For users of <a target=\"_blank\" href=\"https://cs-cart.alexbranding.com/en/addon-intellectual-analogues-accessories-by-features.html\">AB: Intellectual selection of products</a> addon starting from version 2.6.0: special places for displaying a block of selected products were added in theme (optionally above or below the product tabs, taking into account the display settings for various devices).'),
('nl', 'abt__ut2.upgrade_notifications.4.10.3.b.added_compatibility_with_ab__ia.title', 'Fixed compatibility with \"AB: Intellectual selection of products\" addon'),
('nl', 'abt__ut2.upgrade_notifications.4.10.4.b.added_new_less_settings.text', '<p>In this version, we have significantly expanded the settings for \"color schemes\" and grouped them into tabs corresponding to their place of application and functional purpose.</p><p><b>IMPORTANT!!!</b></p><p>After the upgrade, your current color scheme will work as before. To use the new settings you need to perform one of the variants: <ol><li>or adjust the current used color scheme. To do this, go to the page AB: Addons → AB: UniTheme2 → Color scheme settings, select the active color scheme and set the necessary values for all settings;</li><li>or create a new color scheme using the \"Theme Editor\" based on the color schemes available in this version.</li></ol></p><p>List of new color scheme settings (AB: Addons → AB: UniTheme2 → Color scheme settings):<ul><li>General → Display headers in capital letters;</li><li>General → Buttons → Display text in capital letters;</li><li>General → Buttons → Add shadow;</li><li>General → Buttons → Add bulk;</li><li>General → Labels (stickers) → Use border style;</li> <li>General → Labels (stickers) → Add shadow;</li><li>General → Labels (stickers) → Add shadow for text;</li><li>Containers → Header → Add dividing strips;</li><li>Containers → Header → Color for hovering over a first level menu item;</li><li>Containers → Header → Color for hovering over the elements \"Categories\", \"Account\" and \"Cart\";</li><li>Containers → Header → The color of the icons for elements \"Categories\", \"Account\" and \"Cart\";</li><li>Product → Set individual color for \"Add to cart\" button.</li></ul><p>'),
('nl', 'abt__ut2.upgrade_notifications.4.10.4.b.added_new_less_settings.title', 'We recommend to update the used color scheme (Style) settings!'),
('nl', 'abt__ut2.upgrade_notifications.4.11.3.b.ab__deal_of_the_day.text', 'For theme version v4.11.3.b is needed the add-on \"AB: Product of the day and extended promotions\" version v3.2.0 to provide the correct display of the add-on elements in the theme.'),
('nl', 'abt__ut2.upgrade_notifications.4.11.3.b.ab__deal_of_the_day.title', 'Attention! The update of the \"AB: Product of the day and extended promotions\" add-on is needed'),
('nl', 'abt__ut2.upgrade_notifications.4.11.3.b.brands_page_will_be_removed.text', 'The functionality of the Brands page will be moved and expanded into the separate add-on <a href=\"https://cs-cart.alexbranding.com/en/seo-for-brands.html\" target=\"_blank\">AB: SEO for Brands</a> from the next version of the theme. It is available in the package <a href=\"https://cs-cart.alexbranding.com/en/seo-package.html\" target=\"_blank\">SEO</a>.'),
('nl', 'abt__ut2.upgrade_notifications.4.11.3.b.brands_page_will_be_removed.title', 'Attention! The removing of Brands page functionality is planned'),
('nl', 'abt__ut2.upgrade_notifications.4.11.3.c.brands_page_was_removed.text', 'Functionality of the Brands page was moved out and expanded to the separate add-on <a href=\"https://cs-cart.alexbranding.com/ru/seo-dlya-brendov.html\" target=\"_blank\">AB: SEO for Brands</a> that is available in the package <a href=\"https://cs-cart.alexbranding.com/ru/paket-moduley-seo.html\" target=\"_blank\">SEO</a>. In the absence of the specified add-on, theme will still use outdated functionality, which will be permanently removed in the next releases.'),
('nl', 'abt__ut2.upgrade_notifications.4.11.3.c.brands_page_was_removed.title', 'Attention! The Brands page functionality was moved out to the separate add-on.'),
('nl', 'abt__ut2.upgrade_notifications.recommend_to_update_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('nl', 'abt__ut2.upgrade_notifications.recommend_to_update_layouts.title', 'We recommend to update the used layout!'),
('nl', 'abt__ut2.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the theme in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-118\">List of releases</a>.'),
('nl', 'abt__ut2.upgrade_notifications.title', 'AB: UniTheme2 was successfully updated to v[ver]!'),
('nl', 'abt__ut2_advanced_subcategories_menu', 'AB: Advanced subcategories menu'),
('nl', 'abt__ut2_banner_carousel_combined', 'AB: Advanced banner (Carousel)'),
('nl', 'abt__ut2_banner_combined', 'AB: Advanced banner'),
('nl', 'abt__ut2_bt.combinations_generated', 'Generated [n] comb.'),
('nl', 'abt__ut2_bt.empty_data', 'Choose products for combinations'),
('nl', 'abt__ut2_bt.form.find_by_additional_product', 'Find by additional product'),
('nl', 'abt__ut2_bt.form.find_by_base_product', 'Find by base product'),
('nl', 'abt__ut2_bt.form.find_by_name', 'Find by name'),
('nl', 'abt__ut2_buy_together.editing', 'Editing'),
('nl', 'abt__ut2_buy_together.generate', 'AB: \"Buy together\" generator'),
('nl', 'abt__ut2_buy_together.manage', 'AB: \"Buy together\" manage'),
('nl', 'abt__ut2_light_menu', 'AB: Fly menu'),
('nl', 'abt__ut2_mv.autoinstall.add_layouts', 'Added layouts for Multi-Vendor'),
('nl', 'abt__ut2_mv.help', 'Help'),
('nl', 'abt__ut2_mv.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/abt__unitheme2_mv.doc\'>the documentation</a>.'),
('nl', 'abt__ut2_mv.product_page_vendor_settings', 'Vendor settings on product page'),
('nl', 'abt__ut2_mv.upgrade_notifications.4.10.2.b.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('nl', 'abt__ut2_mv.upgrade_notifications.4.10.2.b.new_layouts.title', 'We recommend to update the used layout!'),
('nl', 'abt__ut2_mv.upgrade_notifications.4.11.2.a.new_settings.text', '<h3>Block with information about the vendor on the product page</h3><p>To edit this settings go to: Admin panel → AB: Addons → AB: UniTheme2 → Theme settings, go to Product tab and find section Block with vendor information:</p><ul><li>Use vendor name as a link on a vendor page;</li><li>Show vendor logo;</li><li>Number of characters for vendor description;</li><li>Show vendor phone number;</li><li>Show \"Ask a question\" link.</li></ul><h3>Block with information about the vendor on the vendor\'s page</h3><p>To edit this settings go to: Admin panel → AB: Addons → AB: UniTheme2 → Theme settings, go to Vendor tab:</p><ul><li>Number of characters for vendor description;</li><li>Display \"Ask a question\" link.</li></ul>'),
('nl', 'abt__ut2_mv.upgrade_notifications.4.11.2.a.new_settings.title', 'Added new settings'),
('nl', 'abt__ut2_mv.upgrade_notifications.recommend_to_update_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('nl', 'abt__ut2_mv.upgrade_notifications.recommend_to_update_layouts.title', 'We recommend to update the used layout!'),
('nl', 'abt__ut2_mv.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the theme in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2_mv.doc#p-1276\">List of releases</a>.'),
('nl', 'abt__ut2_mv.upgrade_notifications.title', 'AB: UniTheme2 (Multi-Vendor) was successfully updated to v[ver]!'),
('nl', 'abt__ut2_mv.vendor_settings_tab', 'Vendor settings on vendor page'),
('nl', 'abt__ut2_selected_filters', 'AB: Selected filter variants'),
('nl', 'abt__ut2_show_title', 'Show title'),
('nl', 'abt__ut2_thumbnail_height', 'Scroller thumbnail height'),
('nl', 'abt__ut2_view_more_btn_behavior', 'AB: Behaviour for the \"More\" button'),
('nl', 'abt__ut2_view_more_btn_behavior.tooltip', 'The setting determines the behavior variants of the button and will display the hidden menu elements when hover the mouse cursor or it will transfer to the parent menu item'),
('nl', 'abt__ut2_view_more_btn_behavior_trigger_parent_link', 'Go to the parent menu item link'),
('nl', 'abt__ut2_view_more_btn_behavior_view_items', 'Show hidden items'),
('nl', 'abt__ut2__mainbox_general', 'AB: Main block (SEO)'),
('nl', 'abt__ut2__mainbox_simple', 'AB: Simplified block'),
('nl', 'abt__ut2__scroller_advanced', 'AB: Scroller advanced'),
('nl', 'abt__ut2__sidebox_general', 'AB: Secondary block'),
('nl', 'abt__ut2__sidebox_important', 'AB: Secondary framed block'),
('nl', 'abt__ut2__swipe', 'AB: Swipe block'),
('nl', 'ab__addons', 'AB: Add-ons'),
('nl', 'ab__addons_manager', 'AB: Add-ons Manager'),
('nl', 'ab__am.addon.action.install_addon', 'New version <code>v[ver]</code> is available for you'),
('nl', 'ab__am.addon.action.install_addon.button.tooltip', 'By clicking on this button, the v[ver] of add-on will be automatically downloaded and installed to bypass the standard installation of CS-Cart. You also have the possibility to install the add-on in a standard way by downloading the version of the add-on, compatible with your store on the page My Profile → Orders page on the <a href=\'https://cs-cart.alexbranding.com/en/orders/\'>cs-cart.alexbranding.com </a>'),
('nl', 'ab__am.addon.action.install_addon.button.value', 'Install v[ver]'),
('nl', 'ab__am.addon.action.not_tested_yet', 'The installed version <code>v[ver]</code> has not yet passed testing for your version of the store <b>[cscart]</b>'),
('nl', 'ab__am.addon.action.require_update', 'To install the add-on or updates, please, update <b>AB: Add-ons Manager</b> to the actual version <code>v[ver]<code>'),
('nl', 'ab__am.addon.action.unavailable_addon', 'The add-on is not available for you (either due to incompatibility with your version of the CS-Cart <b>[cscart]</b> or your subscription for updates has expired)'),
('nl', 'ab__am.addon.action.update_addon', 'Update <code>v[ver]</code> is available for you'),
('nl', 'ab__am.addon.action.update_addon.button.tooltip', 'If the update is not available through the CS-Cart Upgrade Center, uninstall the add-on on the page <b> Add-ons → Manage Add-ons</b> and v[ver] will be available for installation on this page'),
('nl', 'ab__am.addon.action.update_addon.button.value', 'Update to v[ver]'),
('nl', 'ab__am.addon.action.wait_new_version', 'The latest version <code>v[ver]</code> is compatible with <b>[cscart]</b> according to your subscription'),
('nl', 'ab__am.addon.button_buy_updates.text', 'Renew your subscription to the add-on'),
('nl', 'ab__am.addon.button_buy_updates.tooltip', 'Renew the subscription to get the latest updates'),
('nl', 'ab__am.addon.button_download_am.note', '<p>AB: Add-ons manager is necessary for the proper operation of our solutions.It organizes your add-ons and groups them by sets. Unobtrusively notifying you about new available updates of the add-on, and gives the opportunity to update them in one click.Also, you can easily extend the subscription to our solutions and get the most current version of the add-on. We constantly update add-ons to make them as useful to you, as possible.<p>Please note, that in order to install and/or update the add-ons, you must have the latest version of AB: Add-ons Manager v[ver]. You will be informed about the release of the new version of the add-on and a link will be provided for downloading add-on archive.</p><hr><p></b>How to update AB: Add-ons Manager to v[ver]?</b></p><ol><li>When a notification appears about the availability of the new version of AB: Add-ons Manager, download the archive;</li><li>Close the storefront. (To do this go to Settings → General → Close storefront - set the checkbox and click on the [Save] button, close for just 2 minutes);</li><li>Delete AB: Add-ons Manager (To do this, go to Add-ons → Manage Add-ons → AB: Add-ons Manager: Delete);</li><li>Install archive of AB: Add-ons Manager from step 1 (To do this, on the Add-ons → Manage add-ons → button [+]: select the previously downloaded archive from step 1);</li><li>Clear the cache (Go to the menu item Administration → Storage → Clear Cache);</li><li>Open the storefront. (To do this, go to Settings → General → Close storefront - uncheck the checkbox and click the [Save] button);</li></ol>'),
('nl', 'ab__am.addon.button_download_am.text', 'Download'),
('nl', 'ab__am.addon.changelog', 'List of changes'),
('nl', 'ab__am.addon.doc', 'Documentation'),
('nl', 'ab__am.addon.msg.available_version_is_installed', 'The latest available version of the add-on is installed'),
('nl', 'ab__am.addon.msg.expired_subscription', 'Only v[ver] is available to your store. Renew the subscription to get the actual version of the add-on'),
('nl', 'ab__am.addon.msg.final_version_is_installed', 'The Actual version of the add-on is installed'),
('nl', 'ab__am.addon.msg.not_available', 'The add-on is not available for your store!'),
('nl', 'ab__am.addon.new_version_is_available', 'v[ver] from [date]'),
('nl', 'ab__am.addon.new_version_is_available.tooltip', 'New version v[ver] is available from [date]'),
('nl', 'ab__am.addon.settings', 'Add-on settings'),
('nl', 'ab__am.addon.status.a', 'Add-on status is \"Active\"'),
('nl', 'ab__am.addon.status.d', 'Add-on status is \"Inactive\"'),
('nl', 'ab__am.addon.status.n', 'Add-on status is \"Not installed yet\"'),
('nl', 'ab__am.addon.subscription.active', 'Subscription is active until [date]'),
('nl', 'ab__am.addon.subscription.exp', 'Your subscription for updates has expired<b>[date]</b>. To access the current add-on versions, you must buy a subscription.'),
('nl', 'ab__am.addon.subscription.exp.button.tooltip', 'Buy subscription to get access to the current add-on versions'),
('nl', 'ab__am.addon.subscription.exp.button.value', 'Buy subscription'),
('nl', 'ab__am.addon.subscription.expired', 'Subscription expired on [date]. Renew subscription to get actual add-on versions'),
('nl', 'ab__am.addon.subscription.ok', 'Your subscription is active until <b>[date]</b>'),
('nl', 'ab__am.addon.subscription.ok.button.tooltip', 'Renew subscription to get access to the current add-on versions'),
('nl', 'ab__am.addon.subscription.ok.button.value', 'Renew subscription'),
('nl', 'ab__am.addon.subscription_updates', 'Updates are available until [date]'),
('nl', 'ab__am.addon.table_head.actions', 'Actions'),
('nl', 'ab__am.addon.table_head.addon', 'Add-on name'),
('nl', 'ab__am.addon.table_head.note', 'Note'),
('nl', 'ab__am.addon.table_head.subscription', 'Subscription'),
('nl', 'ab__am.addon.table_head.versions', 'Versions'),
('nl', 'ab__am.addon.table_head.versions.tooltip', 'List of variants: Installed, Available and Actual'),
('nl', 'ab__am.addon.update_instruction', 'Procedure of updating'),
('nl', 'ab__am.addon.versions.available', 'Available'),
('nl', 'ab__am.addon.versions.final', 'Actual'),
('nl', 'ab__am.addon.versions.installed', 'Installed'),
('nl', 'ab__am.addon.version_info', '<b>Release date</b>: [date]<br><b>Compatibility</b>:<br>CS-Cart: [ultimate]<br>Multivendor: [multivendor]'),
('nl', 'ab__am.addons', 'AB: List of available sets/add-ons'),
('nl', 'ab__am.addons_sets.notes', '<h4>Basic concepts</h4><p><u>The installed version</u> is the version of the add-on, that is currently installed on your store.</p><p><u>The available version</u> is the latest version of the add-on, that is available for you to install and/or update within the prepaid subscription for updates. For example, for the add-on there are versions v2.0 from February 15, 2019 and v2.1 from March 2, 2019 and your subscription to the add-on updates ended on March 1, 2019, then the latest available version for you will be version v2.0 from 15 February 2019. To receive version v2.1 of March 2, 2019, it is necessary to renew the subscription period.</p><p><u>The actual version</u> is the latest version of the add-on at the moment. We recommend you always update to the actual version, which contains fixed bugs and new useful functionality.</p><p><u>The add-on is not available for your store</u> — it is possible, the version of your CS-Cart does not correspond to the minimum acceptable version for the add-on. For example, the YoupiTheme is available only for CS-Cart 4.7.x and more.</p><br><h4>Installation process</h4><p>The installation of the add-on has never been so simple as it is now. After purchasing AlexBranding add-ons and installing <b>AB: Add-ons Manager</b> you can install the latest version of the add-on in one click, without any visits to the personal cabinet in the store, order search, downloading of archives, etc.</p><br><h4>Upgrade process</h4><p>Add-ons updating goes via CS-Cart <b>Upgrade Center</b>. If there is no update available in the CS-Cart Upgrade Center, the update is performed by Deinstallation the old version of the add-on and Installing the new version</p><br><h4>Cache</h4><p>After installing and/or updating, you must reset CS-Cart cache. See CS-Cart <a target=\'_blank\' href=\'https://docs.cs-cart.com/4.7.x/developer_guide/getting_started/cache_clearing.html\'>documentation</a> for more details.</p>'),
('nl', 'ab__am.available_addons', 'List of available AB: Add-ons'),
('nl', 'ab__am.available_sets', 'List of available AB: Sets'),
('nl', 'ab__am.filter', 'Filter ([active] from [total])'),
('nl', 'ab__am.go_to_all_stores', 'AB: Add-ons are available only in the <a href=\'[link]\'>All stores</a> mode.'),
('nl', 'ab__am.install.checking', '[name] — <b>checking</b>'),
('nl', 'ab__am.install.clearing_cache', 'Clearing cache'),
('nl', 'ab__am.install.downloading', '[name] — <b>downloading</b>'),
('nl', 'ab__am.install.install', 'The installation process'),
('nl', 'ab__am.install.installing', '[name] — <b>installing</b>'),
('nl', 'ab__am.install.update', 'The update process'),
('nl', 'ab__am.menu.available_update', 'Update available'),
('nl', 'ab__am.menu.available_updates', 'Updates available'),
('nl', 'ab__am.menu.new_version', 'v[ver]'),
('nl', 'ab__am.menu.number_of_notifications', 'Number of notifications'),
('nl', 'ab__am.menu.number_of_updates', 'Number of updates'),
('nl', 'ab__am.msg.addon_is_already_installed', 'You have already installed the add-on <b>[name]</b> the latest version <b>[version]</b>'),
('nl', 'ab__am.msg.addon_is_already_installed_upd', 'You have already installed the add-on <b>[name]</b> the latest version <b>[version]</b>, you can perform the add-on update to version <b>[version_last]</b>'),
('nl', 'ab__am.msg.error_code', 'Error Code'),
('nl', 'ab__am.msg.no_permissions', 'No write permission'),
('nl', 'ab__am.msg.update_am', 'To install and/or update our add-ons, you should update AB: Add-ons Manager to the latest version <b>v[ver]</b>!'),
('nl', 'ab__am.note', 'More info'),
('nl', 'ab__am.notifications', 'List of notifications from AlexBranding'),
('nl', 'ab__am.notifications.notes', 'In this section you will find information about our news and promotions. Regularly we will inform you about the releases of our new solutions, discounts or closed promotions, available only for you.'),
('nl', 'ab__am.no_data', 'To use AlexBranding add-ons and/or sets, your domain <b>[domain]</b> must be licensed.<br>In the case of absence of the domain <b>[domain]</b> in the list of licensed domains, all AlexBranding solutions will be automatically turned off. <br>Contact <b>info@alexbranding.com</b> for problem solving.'),
('nl', 'ab__am.no_data.notification', 'Due to the fact, that your domain [domain] is not included in the list of licensed, some AlexBranding add-ons have been automatically turned off. <a href=\'[link]\'>More info</a>.'),
('nl', 'ab__am.order', '(Order #[order_id])'),
('nl', 'ab__am.our_store', 'AlexBranding\'s store'),
('nl', 'ab__am.set.available_updates', 'New versions are available: [n]'),
('nl', 'ab__am.set.button_buy_updates.text', 'Renew your subscription to the set'),
('nl', 'ab__am.set.button_buy_updates.tooltip', 'Update subscription expired [date]. Renew the subscription for the latest updates'),
('nl', 'ab__am.set.set', 'Set name'),
('nl', 'ab__am.set.subscription_updates', 'Updates are available until [date]'),
('nl', 'ab__am.submit.install.text', 'Install version v[ver]'),
('nl', 'ab__am.submit.tooltip', 'Keep in mind that before installing/updating all files of this add-on will be deleted, including your changes in this add-on. If you have any files - be sure to save them. [update_info]'),
('nl', 'ab__am.submit.tooltip.update_info', 'Be sure to remember add-on settings to restore them after the update if they are'),
('nl', 'ab__am.submit.update.text', 'Update to version v[ver]'),
('nl', 'ab__am.submit.update.tooltip', ''),
('nl', 'ab__am.subscription', 'Subscribe to our channels to be the first<br>to know about new releases and promotions!'),
('nl', 'ab__am.subscription.channels.variant.email.href', 'https://cs-cart.alexbranding.com/en/subscription-en.html'),
('nl', 'ab__am.subscription.channels.variant.email.title', 'Email'),
('nl', 'ab__am.subscription.channels.variant.facebook.href', 'https://fb.me/AlexBrandingEn'),
('nl', 'ab__am.subscription.channels.variant.facebook.title', 'Facebook'),
('nl', 'ab__am.subscription.channels.variant.instagram.href', 'https://www.instagram.com/alexbrandingteam/'),
('nl', 'ab__am.subscription.channels.variant.instagram.title', 'Instagram'),
('nl', 'ab__am.subscription.channels.variant.telegram.href', 'https://t.me/alexbranding_en'),
('nl', 'ab__am.subscription.channels.variant.telegram.title', 'Telegram'),
('nl', 'ab__am.subscription.channels.variant.twitter.href', 'https://twitter.com/alexbranding_en'),
('nl', 'ab__am.subscription.channels.variant.twitter.title', 'Twitter'),
('nl', 'ab__am.subscription.channels.variant.whatsapp.href', 'https://chat.whatsapp.com/GzW9eZjXH6YL2b0d9gitvk'),
('nl', 'ab__am.subscription.channels.variant.whatsapp.title', 'WhatsApp'),
('nl', 'ab__am.subscription.channels.variant.youtube.href', 'https://www.youtube.com/channel/UCTkiV2DqPqQaLOyWZzBFjaA'),
('nl', 'ab__am.subscription.channels.variant.youtube.title', 'Youtube'),
('nl', 'ab__category_banners', 'AB: Banners for categories'),
('nl', 'ab__category_banners.add', 'Add banner for category'),
('nl', 'ab__category_banners.adding', 'Adding banner for category'),
('nl', 'ab__category_banners.demodata', 'Demo data'),
('nl', 'ab__category_banners.editing', 'Editing banner for category'),
('nl', 'ab__category_banners.export', 'Data export'),
('nl', 'ab__category_banners.help', 'Help'),
('nl', 'ab__category_banners.manage', 'Banners management'),
('nl', 'ab__cb.autoinstall.banners_created', 'Demo category banners [banners] is created successfully'),
('nl', 'ab__cb.autoinstall.banners_not_created', 'Failed to create demo category banners'),
('nl', 'ab__cb.autoinstall.no_category', 'Available category not found'),
('nl', 'ab__cb.autoinstall.no_demodata', 'File with demo data is missing'),
('nl', 'ab__cb.banner_position', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
('nl', 'ab__cb.cat_banner', 'banner for category'),
('nl', 'ab__cb.cron_links', '<p>For an automatic switching off of expired banners - use one of these links:<b/r><br/><code>[cron_cmd]</code><br/>or<br/><code>[cron_url]</code></p>'),
('nl', 'ab__cb.datatime', 'date/time'),
('nl', 'ab__cb.demodata.table.action', 'Action'),
('nl', 'ab__cb.demodata.table.add_banners', 'Add banners'),
('nl', 'ab__cb.demodata.table.description', 'Demo data'),
('nl', 'ab__cb.demodata_description', 'Demo data can be downloaded on this page'),
('nl', 'ab__cb.errors.cron_key', '<p>Warning! The value <code>[value]</code> of the setting <code>Cron key</code> doesn\'t meet the safety requirements</p>'),
('nl', 'ab__cb.export.actions.banners', 'Banners export'),
('nl', 'ab__cb.export.actions.banners.placeholder', 'Banners ID'),
('nl', 'ab__cb.export.table.action', 'Action'),
('nl', 'ab__cb.export.table.data', 'Data for export'),
('nl', 'ab__cb.export.table.description', 'Data export'),
('nl', 'ab__cb.export_description', 'Addon data can be exported on this page'),
('nl', 'ab__cb.form.friday', 'Friday'),
('nl', 'ab__cb.form.from_date', 'Active from date/time'),
('nl', 'ab__cb.form.grid_image', 'Images for an output as a grid'),
('nl', 'ab__cb.form.include_subcategories', 'Show in subcategories'),
('nl', 'ab__cb.form.list_image', 'Images for an output as a list without options'),
('nl', 'ab__cb.form.monday', 'Monday'),
('nl', 'ab__cb.form.m_turn_off', 'Switch off selected'),
('nl', 'ab__cb.form.m_turn_on', 'Switch on selected'),
('nl', 'ab__cb.form.position', 'Position'),
('nl', 'ab__cb.form.saturday', 'Saturday'),
('nl', 'ab__cb.form.sunday', 'Sunday'),
('nl', 'ab__cb.form.target_blank', 'Open banner link in a new window'),
('nl', 'ab__cb.form.thursday', 'Thursday'),
('nl', 'ab__cb.form.to_date', 'Active to date/time'),
('nl', 'ab__cb.form.tuesday', 'Tuesday'),
('nl', 'ab__cb.form.url', 'Link'),
('nl', 'ab__cb.form.wednesday', 'Wednesday'),
('nl', 'ab__cb.help.cron.title', 'Automatic switching off of expired banners'),
('nl', 'ab__cb.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__category_banners.doc\'>documentation</a>.'),
('nl', 'ab__cb.settings', 'General settings'),
('nl', 'ab__cb.set_from_and_to', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('nl', 'ab__cb.upgrade_notifications.2.0.0.text', 'Banners behavier has been changed. The output of several banners at the same time is allowed. They will be displayed in random order at the specified positions. Check the settings and change the position of the banners if necessary.'),
('nl', 'ab__cb.upgrade_notifications.2.0.0.title', 'Multiple banners output'),
('nl', 'ab__deal_of_the_day', 'AB: Product of the day and extended promotions'),
('nl', 'ab__deal_of_the_day_title_product', 'Promotions'),
('nl', 'ab__dotd.add_promotions', 'Add promotions'),
('nl', 'ab__dotd.add_promotions_and_close', 'Add promotions and close'),
('nl', 'ab__dotd.all_promotions', 'Also in promotions'),
('nl', 'ab__dotd.all_promotions.title', 'View all promotions for this product'),
('nl', 'ab__dotd.all_promotions_list', 'All promotions list'),
('nl', 'ab__dotd.autoinstall.no_demodata', 'File with demo data is missing'),
('nl', 'ab__dotd.autoinstall.promotions_created', 'Demo promotions [promotions] is created successfully'),
('nl', 'ab__dotd.autoinstall.promotions_not_created', 'Failed to create demo promotions'),
('nl', 'ab__dotd.block.priority', 'Priority'),
('nl', 'ab__dotd.chains_list.title', 'Products combinations'),
('nl', 'ab__dotd.choose_promotion', 'Choose promotion'),
('nl', 'ab__dotd.clear_filter', 'Clear filter'),
('nl', 'ab__dotd.counter.days', 'days'),
('nl', 'ab__dotd.counter.hours', 'hours'),
('nl', 'ab__dotd.counter.minutes', 'minutes'),
('nl', 'ab__dotd.counter.months', 'months'),
('nl', 'ab__dotd.counter.seconds', 'seconds'),
('nl', 'ab__dotd.counter.years', 'years'),
('nl', 'ab__dotd.days_left', '<span>[n]</span> day left|<span>[n]</span> days left'),
('nl', 'ab__dotd.days_to_start', '<span>[n]</span> day to start|<span>[n]</span> days to start'),
('nl', 'ab__dotd.demodata', 'Demo data'),
('nl', 'ab__dotd.demodata.table.action', 'Action'),
('nl', 'ab__dotd.demodata.table.add_promotions', 'Adding promotions'),
('nl', 'ab__dotd.demodata.table.description', 'Demo data'),
('nl', 'ab__dotd.demodata_description', 'Installing demo data page'),
('nl', 'ab__dotd.detailed', 'Promotion details'),
('nl', 'ab__dotd.error.use_schedule_is_on', 'When using the \"AB: Promotion schedule\" available period changes are not available'),
('nl', 'ab__dotd.form.filter', 'Use filter by category'),
('nl', 'ab__dotd.form.h1', 'h1 tag'),
('nl', 'ab__dotd.form.hide_products_block', 'Hide products block'),
('nl', 'ab__dotd.form.list_image', 'Image for promotions list'),
('nl', 'ab__dotd.form.meta_description', 'Meta tag <code>description</code>'),
('nl', 'ab__dotd.form.meta_keywords', 'Meta tag <code>keywords</code>'),
('nl', 'ab__dotd.form.page_image', 'Image for promotion page'),
('nl', 'ab__dotd.form.page_title', 'Page title'),
('nl', 'ab__dotd.form.use_products_filter', 'Use filter by products'),
('nl', 'ab__dotd.form.use_schedule', 'Use schedule'),
('nl', 'ab__dotd.form.use_schedule.tooltip', 'If you activate this option, the standard promotion setting \"Use available period\" will be disabled and the promotion activity will be determined by the Schedule that you can set in this tab interface. Conversely, if you disable this setting, the standard option \"Use available period\" will controls the activity of the promotion.'),
('nl', 'ab__dotd.from', 'from'),
('nl', 'ab__dotd.get_more_combinations', 'Show more [n] combination|Show more [n] combinations'),
('nl', 'ab__dotd.help', 'Help'),
('nl', 'ab__dotd.layouts', 'Layouts'),
('nl', 'ab__dotd.layouts.choose_layout_to_reset', 'Choose layout to reset'),
('nl', 'ab__dotd.layouts.header', 'There are displaying all layout pages, added by the addon, on this page. You can reset pages in any layout to the default state. Also you can download xml-file of a layout page and import it manually.'),
('nl', 'ab__dotd.layouts.layout_is_not_found', 'Layout is not found'),
('nl', 'ab__dotd.layouts.layout_was_reset', 'Layout was reset'),
('nl', 'ab__dotd.layouts.table.action', 'Action'),
('nl', 'ab__dotd.layouts.table.dispatch', 'Dispatch'),
('nl', 'ab__dotd.layouts.table.dispatch_description', 'Type of the layout page'),
('nl', 'ab__dotd.layouts.table.get_file', 'Get file'),
('nl', 'ab__dotd.layouts.table.layouts', 'Layouts'),
('nl', 'ab__dotd.less', 'Less'),
('nl', 'ab__dotd.more', 'More'),
('nl', 'ab__dotd.page_action_period', 'Promotion period:'),
('nl', 'ab__dotd.promotion_awaited', 'Promotion is awaiting'),
('nl', 'ab__dotd.promotion_expired', 'Promotion is ended'),
('nl', 'ab__dotd.schedule.table_header', 'Time and Date'),
('nl', 'ab__dotd.settings', 'General settings'),
('nl', 'ab__dotd.showed_combinations', 'Shown [n] from [total]'),
('nl', 'ab__dotd.sort.created', 'by creation date'),
('nl', 'ab__dotd.sort.name', 'by name'),
('nl', 'ab__dotd.sort.priority', 'by priority'),
('nl', 'ab__dotd.sort.to_date', 'by ending date'),
('nl', 'ab__dotd.tab.ab__dotd_schedule_header', 'Use the time range selection for each day of each month to specify the promotion activity period. When setting the schedule, refer to that left mouse button - select, right mouse button - unselect'),
('nl', 'ab__dotd.to', 'to'),
('nl', 'ab__dotd.today_only', 'Only today'),
('nl', 'ab__dotd_awaited_promotions', 'Awaiting promotions'),
('nl', 'ab__dotd_expired_promotions', 'Ended promotions'),
('nl', 'ab__dotd_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__deal_of_the_day.doc\'>documentation</a>'),
('nl', 'ab__dotd_product_label', 'Promotion'),
('nl', 'ab__dotd_schedule', 'AB: Promotion schedule'),
('nl', 'ab__dotd_scroller', 'Promotions scroller'),
('nl', 'ab__dotd_sorted_promotions', 'Active promotions'),
('nl', 'ab__dotd_time_awaited_left', 'To start promotion remains'),
('nl', 'ab__dotd_time_left', 'To end of promotions remains'),
('nl', 'ab__fast_navigation', 'AB: Fast navigation'),
('nl', 'ab__fast_navigation.demodata', 'Demo data'),
('nl', 'ab__fast_navigation.export', 'Export'),
('nl', 'ab__fast_navigation.help', 'Help'),
('nl', 'ab__fast_navigation.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__fast_navigation.doc\'>documentation</a>.'),
('nl', 'ab__fn.category.label', 'Label text'),
('nl', 'ab__fn.category.label.show', 'Show label'),
('nl', 'ab__fn.category.label.show.tooltip', 'Display label for this language'),
('nl', 'ab__fn.category.label_background', 'Label background color'),
('nl', 'ab__fn.category.label_color', 'Label text color'),
('nl', 'ab__fn.category.status', 'Allow displaying in AB: Fast navigation'),
('nl', 'ab__fn.category.status.tooltip', 'Activate an option for editing the AB: Fast navigation block element'),
('nl', 'ab__fn.category.use_origin_image', 'Use images originals'),
('nl', 'ab__fn.category.use_origin_image.tooltip', 'When the option is enabled — uploaded originals will be used \"as is\"(recommend using small size images). Images sizes are set in the block settings on layouts page'),
('nl', 'ab__fn.common_btn_text.tooltip', 'Allows to set button text. If leave empty — text \"BUTTON\" will be represented by default'),
('nl', 'ab__fn.demodata.actions.export_menu', 'Menu'),
('nl', 'ab__fn.demodata.actions.export_menu.placeholder', 'Menu ID'),
('nl', 'ab__fn.demodata.errors.file_broken', 'File [file_path] does not exist or was broken'),
('nl', 'ab__fn.demodata.success.menu_created', 'Demo menu <a target=\"_blank\" href=\"[href]\">[name]</a> is added'),
('nl', 'ab__fn.demodata.table.action', 'Action'),
('nl', 'ab__fn.demodata.table.add_menu', 'Add the menu'),
('nl', 'ab__fn.demodata.table.description', 'Demo data'),
('nl', 'ab__fn.demodata_description', 'Fast demo data creation for addon'),
('nl', 'ab__fn.export.table.action', 'Action'),
('nl', 'ab__fn.export.table.data', 'Data for export'),
('nl', 'ab__fn.export.table.description', 'The export data'),
('nl', 'ab__fn.export_description', 'Fast menu export for the addon AB: Fast navigation'),
('nl', 'ab__fn.front.button.defult_text', 'Button'),
('nl', 'ab__fn.menu.icon', 'Icon'),
('nl', 'ab__fn.menu.label', 'Label text'),
('nl', 'ab__fn.menu.label.show', 'Show label'),
('nl', 'ab__fn.menu.label.show.tooltip', 'Display label for this language'),
('nl', 'ab__fn.menu.label_background', 'Label background color'),
('nl', 'ab__fn.menu.label_color', 'Label text color'),
('nl', 'ab__fn.menu.status', 'Allow displaying in AB: Fast navigation'),
('nl', 'ab__fn.menu.status.tooltip', 'Activate an option for editing the AB: Fast navigation block element'),
('nl', 'ab__fn.menu.use_origin_image', 'Use images originals');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('nl', 'ab__fn.menu.use_origin_image.tooltip', 'When the option is enabled — uploaded originals will be used \"as is\"(recommend using small size images). Images sizes are set in the block settings on layouts page'),
('nl', 'ab__fn.more', 'All from the section'),
('nl', 'ab__fn.show_more', 'Show more [x] of [y]'),
('nl', 'ab__fn_add_link', 'Add a link on \"All from the section\"'),
('nl', 'ab__fn_add_link.tooltip', 'The link will have the URL of the parent element'),
('nl', 'ab__fn_cbt_as_btn', 'Button'),
('nl', 'ab__fn_cbt_as_txt', 'Text'),
('nl', 'ab__fn_common_btn_class', '\"General link\" additional class'),
('nl', 'ab__fn_common_btn_class.tooltip', 'List of classes that will be added to the link (space-separated)'),
('nl', 'ab__fn_common_btn_text', '\"General link\" button text'),
('nl', 'ab__fn_common_btn_type', 'Appearance of the \"General link\" button'),
('nl', 'ab__fn_common_btn_type.tooltip', 'Choose the button representation on the storefront'),
('nl', 'ab__fn_display_type', 'Display type'),
('nl', 'ab__fn_grid', 'Grid'),
('nl', 'ab__fn_icon_width', 'Icon width, px'),
('nl', 'ab__fn_init_scrollbar', 'Enable scroll progress bar for the first level'),
('nl', 'ab__fn_init_second_level_scroll', 'Enable scroller for the second level'),
('nl', 'ab__fn_number_of_columns', 'Number of columns in the list'),
('nl', 'ab__fn_number_of_columns.tooltip', 'Number of columns for screens'),
('nl', 'ab__fn_number_of_columns_desktop', 'Number of columns in the list (Desktop)'),
('nl', 'ab__fn_number_of_columns_desktop.tooltip', 'Number of columns for screens > 1230px'),
('nl', 'ab__fn_number_of_columns_desktop_small', 'Number of columns in the list (Notebook)'),
('nl', 'ab__fn_number_of_columns_desktop_small.tooltip', 'Number of columns for screens 992px - 1229px'),
('nl', 'ab__fn_number_of_columns_mobile', 'Number of columns in the list (Phone)'),
('nl', 'ab__fn_number_of_columns_mobile.tooltip', 'Number of columns for screens < 575px'),
('nl', 'ab__fn_number_of_columns_tablet', 'Number of columns in the list (Tablet)'),
('nl', 'ab__fn_number_of_columns_tablet.tooltip', 'Number of columns for screens 768px - 991px'),
('nl', 'ab__fn_number_of_columns_tablet_small', 'Number of columns in the list (Phablet)'),
('nl', 'ab__fn_number_of_columns_tablet_small.tooltip', 'Number of columns for screens 576px - 767px'),
('nl', 'ab__fn_one_level', 'Single-level navigation'),
('nl', 'ab__fn_scroller', 'Scroller'),
('nl', 'ab__fn_show_common_btn', 'Show \"General link\" button'),
('nl', 'ab__fn_show_common_btn.tooltip', 'A \"General link\" with assigned URL will be displayed under a block'),
('nl', 'ab__fn_show_common_btn_link', '\"General link\" URL'),
('nl', 'ab__fn_show_common_btn_link.tooltip', 'Destination URL. Can be an external link, a link inside the store or a dispatcher'),
('nl', 'ab__fn_two_level', 'Two-level navigation'),
('nl', 'ab__hide_product_description', 'AB: Hide the part of the content up to a certain height'),
('nl', 'ab__landing_categories', 'AB: Landing categories/pages'),
('nl', 'ab__lc.add_menu.added_new_menu', 'The new Menu is created'),
('nl', 'ab__lc.add_menu.used_existing_menu', 'The existing Menu is used'),
('nl', 'ab__lc.breadcrumb_catalog', 'Catalog'),
('nl', 'ab__lc.catalog.icon', 'Category mini-icon'),
('nl', 'ab__lc.catalog.image_control', 'Way of displaying icon'),
('nl', 'ab__lc.catalog.image_control.left', 'Display the category mini-icon to the left of the name'),
('nl', 'ab__lc.catalog.image_control.none', 'Don\'t display'),
('nl', 'ab__lc.catalog.image_control.top', 'Display the category image on top of the name'),
('nl', 'ab__lc.catalog.show_more', 'More'),
('nl', 'ab__lc.category.list', 'Landing categories list'),
('nl', 'ab__lc.category.list.tooltip', 'To correctly display the hierarchy of categories, the parent categories for the landing categories will be displayed, even if they are not landing categories!'),
('nl', 'ab__lc.control_subcategory_structure', 'AB: Management of the displayed structure of landing category/page'),
('nl', 'ab__lc.control_subcategory_structure.add_menu', 'Add and/or associate Menu'),
('nl', 'ab__lc.control_subcategory_structure.add_menu.added_new_menu', 'The Menu has been successfully created and is associated with the current category!'),
('nl', 'ab__lc.control_subcategory_structure.add_menu.info', 'The landing category menu is created only if necessary, as the menu is searched for by code <code>ABLC-xxx</code>, where <code>xxx</code> — category_id'),
('nl', 'ab__lc.control_subcategory_structure.add_menu.info.multiplestore', 'Before creating the Menu — select <b>Store</b>'),
('nl', 'ab__lc.control_subcategory_structure.add_menu.used_existing_menu', 'The Menu already existed and was associated with the current category!'),
('nl', 'ab__lc.control_subcategory_structure.how_to_use_menu', 'Using of menu items'),
('nl', 'ab__lc.control_subcategory_structure.how_to_use_menu.append', 'Add menu items in the end of a structure of the subcategories'),
('nl', 'ab__lc.control_subcategory_structure.how_to_use_menu.not_to_use', 'Not to use'),
('nl', 'ab__lc.control_subcategory_structure.how_to_use_menu.prepend', 'Add menu items in the beginning of a structure of the subcategories'),
('nl', 'ab__lc.control_subcategory_structure.how_to_use_menu.replace', 'Replace the current sub-categories structure with the menu items'),
('nl', 'ab__lc.control_subcategory_structure.inherit_control', 'To inherit management'),
('nl', 'ab__lc.control_subcategory_structure.menu_id', 'Menu ID'),
('nl', 'ab__lc.demodata', 'Demo data'),
('nl', 'ab__lc.demodata.actions.export_category', 'Categories'),
('nl', 'ab__lc.demodata.actions.export_category.placeholder', 'Categories ID'),
('nl', 'ab__lc.demodata.success.category', '<a href=\"[href]\" target=\"_blank\">Demo category</a> was installed successfully'),
('nl', 'ab__lc.demodata.table.action', 'Action'),
('nl', 'ab__lc.demodata.table.add_category', 'Add a category'),
('nl', 'ab__lc.demodata.table.description', 'Demo data'),
('nl', 'ab__lc.demodata_description', 'The page of quick creation of a demo category for demonstration of operating of the addon'),
('nl', 'ab__lc.export', 'Export'),
('nl', 'ab__lc.export.description', 'The page of quick creation of the exports of the functional'),
('nl', 'ab__lc.export.table.action', 'Action'),
('nl', 'ab__lc.export.table.data', 'Data for export'),
('nl', 'ab__lc.export.table.description', 'The exported data'),
('nl', 'ab__lc.help', 'Help'),
('nl', 'ab__lc.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__landing_categories.doc\'>documentation</a>.'),
('nl', 'ab__lc.landing_category.landing', 'Use category as a landing page'),
('nl', 'ab__lc.landing_category.show_more', 'More'),
('nl', 'ab__lc.landing_category.subsubcategories', 'Amount of sub-subcategories'),
('nl', 'ab__lc.settings', 'General settings'),
('nl', 'ab__lc_catalog', 'AB: Catalog'),
('nl', 'ab__lc_landing_category', 'AB: Landing category/page'),
('nl', 'ab__mb.admin.categories_update.description', 'There is a <a href=\"[href]\" target=\"_blank\">list of motivational elements</a> that will be displayed for products in this category.<br/>Please note that <span title=\"[text]\" class=\"cm-tooltip\" style=\"color: red\">other conditions</span> may be used due to which these motivational elements will not be displayed for products of this category'),
('nl', 'ab__mb.admin.categories_update.description.tooltip', 'The conditions for displaying motivational elements depend on:<ul><li>Terms for categories</li><li>Terms for destinations</li></ul>See <a href=\'[href]\' title=\'Documentation\' target=\'_blank\'>the documentation</a> for more details'),
('nl', 'ab__mb.admin.categories_update.description.tooltip.link', 'https://docs.cs-cart.abt.team/en/ab__motivation_block.doc/#p-946'),
('nl', 'ab__mb.class_copied', 'The class is copied in a clipboard'),
('nl', 'ab__mb.demodata.description', 'On this page, you can quickly create a demo data for the motivation block'),
('nl', 'ab__mb.demodata.errors.no_data', 'It seems the \"data.json\" file was deleted'),
('nl', 'ab__mb.demodata.successes.blocks', 'Motivational elements [blocks] were successfully created'),
('nl', 'ab__mb.demodata.table.add_blocks', 'Add demo data into the motivation block'),
('nl', 'ab__mb.demodata.table.description', 'Demo data type'),
('nl', 'ab__mb.description', 'Custom content (HTML/Smarty)'),
('nl', 'ab__mb.destinations', 'Rate areas'),
('nl', 'ab__mb.destinations.add_destinations', 'Add rate areas'),
('nl', 'ab__mb.destinations.add_destinations_and_close', 'Add rate areas and close'),
('nl', 'ab__mb.destinations.text_all_destinations_included', 'All rate areas are included'),
('nl', 'ab__mb.editing_motivation_item', 'Editing motivational element'),
('nl', 'ab__mb.errors.disabled_option_choosen', 'Invalid value for \"[field]\" field'),
('nl', 'ab__mb.exclude.categories', 'Active for'),
('nl', 'ab__mb.exclude.categories.tooltip', 'Choose how to use objects selected by picker'),
('nl', 'ab__mb.exclude.destinations', 'Active for'),
('nl', 'ab__mb.exclude.destinations.tooltip', 'Choose how to use objects selected by picker'),
('nl', 'ab__mb.exclude.exclude', 'all not in the list'),
('nl', 'ab__mb.exclude.exclude.full_text', 'Active for all not in the list'),
('nl', 'ab__mb.exclude.not_exclude', 'all in the list'),
('nl', 'ab__mb.exclude.not_exclude.full_text', 'Active for all in the list'),
('nl', 'ab__mb.go_to', 'Go to page of'),
('nl', 'ab__mb.go_to.destinations_manage', 'Go to page of destinations management'),
('nl', 'ab__mb.go_to.mb_manage', 'Go to page of motivational elements management'),
('nl', 'ab__mb.icons.class', 'Icon class'),
('nl', 'ab__mb.icons.class.tooltip', 'A value which needs to be used in the field \"Icon class\" in motivation block settings'),
('nl', 'ab__mb.icons.info', 'On this page, you can find the available icons list'),
('nl', 'ab__mb.icons.refresh', 'Refresh icons'),
('nl', 'ab__mb.icons.refreshed_successfully', 'Icons have been updated successfully'),
('nl', 'ab__mb.icons.tygh_icons', 'Icons list by default'),
('nl', 'ab__mb.icons.yt_icons', 'List of icons added by AB: YoupiTheme'),
('nl', 'ab__mb.icon_class', 'Icon class'),
('nl', 'ab__mb.icon_color', 'Icon color'),
('nl', 'ab__mb.icon_type', 'Icon type'),
('nl', 'ab__mb.new_motivation_item', 'New motivational element'),
('nl', 'ab__mb.not_display_on', 'Do not display on'),
('nl', 'ab__mb.only_for.vertical_tabs.tooltip', 'This setting only works if the \"Vertical tabs\" display option is selected in the add-on settings'),
('nl', 'ab__mb.products.also_in_categories', 'This product also participates in category|This product also participates in categories'),
('nl', 'ab__mb.settings', 'General settings'),
('nl', 'ab__mb.set_default_value', 'Restore by default'),
('nl', 'ab__mb.templates_settings.brand_feature_id', '\"Brand\" feature ID'),
('nl', 'ab__mb.templates_settings.brand_feature_id.tooltip', 'This setting will be used to form a filter link in the product category'),
('nl', 'ab__mb.templates_settings.max_tags_count', 'Maximum tags count'),
('nl', 'ab__mb.template_path.search.ignore_this_field', 'Ignore this field'),
('nl', 'ab__mb.template_path.search.ignore_this_field.tooltip', 'When choosing this option - the \"Template\" field of the motivational element will not be taken into account when sampling'),
('nl', 'ab__mb.template_path.templates.categories_list', 'Product categories list'),
('nl', 'ab__mb.template_path.templates.categories_list.tooltip', 'The template displays a list of all categories in which the product is involved. It is available if there is at least one category in the store (except for the \"Trash category\")'),
('nl', 'ab__mb.template_path.templates.geo_maps', 'Shipping information'),
('nl', 'ab__mb.template_path.templates.geo_maps.tooltip', 'The template displays information about the cost of delivery of products. Available when the \"Maps and Geolocation\" add-on is active. Information will be shown only with active setting \"Show shipping cost and time on product pages\" for \"Maps and Geolocation\" add-on. The standard information output provided by CS-Cart by default will be blocked'),
('nl', 'ab__mb.template_path.templates.payment_methods', 'Payment methods information'),
('nl', 'ab__mb.template_path.templates.payment_methods.tooltip', 'The template displays information about the available payment methods'),
('nl', 'ab__mb.template_path.templates.tags_list', 'Product tags list'),
('nl', 'ab__mb.template_path.templates.tags_list.tooltip', 'The template displays a list of all tags assigned to the product. Available when the \"Tags\" add-on is active. Be sure to create and assigned tags for products'),
('nl', 'ab__mb.template_path.templates.warning', 'The standard information output provided by CS-Cart by default will be blocked'),
('nl', 'ab__mb.template_path.tooltip', 'Choose a way to fill content of motivational element'),
('nl', 'ab__mb.template_path.variants.custom', 'Custom content (HTML/Smarty)'),
('nl', 'ab__mb.update_help.tip_1', 'To fill the content of motivational elements, you can use all the variables declared on the Smarty product page, for example:<br/><hr>Array <code>{$product}</code> - information about the current product;<br/><hr>Massive <code>{$currencies}</code> - currency information;<br/><hr>Array <code>{$user_info}</code> - information about the user (note that if the client is not authorized, the array will be empty);<br/><hr>Array <code>{$settings}</code> - an array of store settings.'),
('nl', 'ab__mb.update_help.title', 'Additional info for content managing'),
('nl', 'ab__mb.upgrade_notifications.2.0.0.added_new_settings.text', 'Please note that new settings have been added to the add-on settings.'),
('nl', 'ab__mb.upgrade_notifications.2.0.0.added_new_settings.title', 'Added new settings'),
('nl', 'ab__mb.upgrade_notifications.2.0.0.added_templates.text', 'Please note that in the settings of the motivational element, the \"Template\" field was added that defines the way the content of the motivational element is filled.'),
('nl', 'ab__mb.upgrade_notifications.2.0.0.added_templates.title', 'A new way of filling motivational elements has been added.'),
('nl', 'ab__mb.upgrade_notifications.2.1.0.added_template.text', 'Please note that a new version of the template has been added to fill the content of the motivational element'),
('nl', 'ab__mb.upgrade_notifications.2.1.0.added_template.title', 'Added a new template \"Information about payment methods\"'),
('nl', 'ab__mb.upgrade_notifications.2.1.0.regenerate_data.text', 'If you use old demo-data of the add-on (or your data is based on old demo-data), then you need to regenerate the demo-data'),
('nl', 'ab__mb.upgrade_notifications.2.1.0.regenerate_data.title', 'Regenerate demo-data'),
('nl', 'ab__mb.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the add-on in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/ab__motivation_block.doc#p-929\">List of releases</a>.'),
('nl', 'ab__mb.upgrade_notifications.title', 'AB: Motivation block was successfully updated to v[ver]!'),
('nl', 'ab__mb.vendor.motivation_item.template_choosen', 'For this motivational element, the type of filling using the template is seted. <br>You can contact the store administrator to create another motivational element with the filling type \"Custom content (HTML/Smarty)\"'),
('nl', 'ab__mb_all_destinations', 'All rate areas'),
('nl', 'ab__mb_bg_color', 'Block color'),
('nl', 'ab__mb_expanded', 'Set the disclosure element by default'),
('nl', 'ab__mb_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__motivation_block.doc\'>documentation</a>.'),
('nl', 'ab__mb_icon_class.tooltip', 'The complete available icons list can be found on the page<a href=\"[link]\">Administration panel -> AB: Add-ons -> AB: Motivation block -> Available icons</a>'),
('nl', 'ab__mb_icon_type.icon', 'Icon'),
('nl', 'ab__mb_icon_type.img', 'Image'),
('nl', 'ab__mb_icon_type.nothing', 'No icon'),
('nl', 'ab__mb_vendor_edit', 'Allow vendor editing'),
('nl', 'ab__motivation_block', 'AB: Motivation block'),
('nl', 'ab__motivation_block.breadcrumbs.manage', 'AB: Motivation block: Data management'),
('nl', 'ab__motivation_block.demodata', 'Demo data'),
('nl', 'ab__motivation_block.help', 'Help'),
('nl', 'ab__motivation_block.icons', 'Available icons'),
('nl', 'ab__motivation_block.manage', 'Data management'),
('nl', 'ab__promotions_list', 'AB: Promotions list'),
('nl', 'ab__promotions_view', 'AB: Promotion page'),
('nl', 'ab__promotion_main_data', 'Promotion header'),
('nl', 'ab__scroll_to_top', 'AB: \"Scroll to top\" button'),
('nl', 'ab__scroll_to_top.arrow', 'Arrow'),
('nl', 'ab__scroll_to_top.help', 'Help'),
('nl', 'ab__scroll_to_top.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__scroll_to_top.doc\'>documentation</a>.'),
('nl', 'ab__search_motivation', 'AB: Search motivation'),
('nl', 'ab__search_motivation.default_search_phrases', 'Search expressions by default'),
('nl', 'ab__search_motivation.help', 'Help'),
('nl', 'ab__search_motivation.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__search_motivation.doc\'>the documentation</a>.'),
('nl', 'ab__search_motivation.manage', 'Search expressions by default'),
('nl', 'ab__search_motivation.search_phrases', 'Search expressions'),
('nl', 'ab__show_additional_product_images', 'Show additional products images'),
('nl', 'ab__sm.demo_phrases.0', 'Try our search'),
('nl', 'ab__sm.demo_phrases.1', 'Enter the product name here'),
('nl', 'ab__sm.demo_phrases.2', 'For example, iphone X'),
('nl', 'ab__sm.demo_phrases.added', 'Added search motivation expressions'),
('nl', 'ab__sm.settings', 'General settings'),
('nl', 'ab__smc', 'AB: Hide the part of the content up to a certain height'),
('nl', 'ab__smc.help', 'Help'),
('nl', 'ab__smc.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__hide_product_description.doc\'>documentation</a>.'),
('nl', 'ab__smc.less', 'Less'),
('nl', 'ab__smc.more', 'More'),
('nl', 'ab__smc.product_tabs.height', 'Displaying height, px'),
('nl', 'ab__smc.product_tabs.height.tooltip', 'The value will set own height of the content display in px'),
('nl', 'ab__smc.product_tabs.hide_content', 'Hide the content'),
('nl', 'ab__smc.product_tabs.hide_content.less', 'Button text for hiding content'),
('nl', 'ab__smc.product_tabs.hide_content.more', 'Button text for showing more content'),
('nl', 'ab__smc.product_tabs.override', 'Redefine height for the tab'),
('nl', 'ab__smc.product_tabs.override.tooltip', 'The value of the height of content will undertake from settings of the tab'),
('nl', 'ab__smc.product_tabs.tab_description', '\"AB: Hide the part of the content up to a certain height\" addon settings'),
('nl', 'ab__smc.settings', 'General settings'),
('nl', 'ab__stt.color', 'Value of the icon attribute <b>color</b>'),
('nl', 'ab__stt.only_integer', 'Only integers'),
('nl', 'ab__stt.settings', 'General settings'),
('nl', 'ab__ut2.autoinstall.demodata', 'Added demo data (new banners, menus and blog pages)'),
('nl', 'ab__ut2.autoinstall.theme', 'Installed theme AB: UniTheme2'),
('nl', 'ab__vg.exim.remove_videos', 'Clear up'),
('nl', 'ab__vg.exim.remove_videos.text', 'When importing the existing videos of the updated product will be removed'),
('nl', 'ab__vg.form.description', 'Description'),
('nl', 'ab__vg.form.icon', 'Icon'),
('nl', 'ab__vg.form.icon_type', 'Icon type'),
('nl', 'ab__vg.form.icon_type.icon', 'Manual icon'),
('nl', 'ab__vg.form.icon_type.snapshot', 'Video snapshot'),
('nl', 'ab__vg.form.pos', 'Pos.'),
('nl', 'ab__vg.form.product_settings', 'Settings'),
('nl', 'ab__vg.form.product_videos', 'Video'),
('nl', 'ab__vg.form.replace_image', 'Set video as the default product image'),
('nl', 'ab__vg.form.status', 'Status'),
('nl', 'ab__vg.form.title', 'Video title'),
('nl', 'ab__vg.form.youtube_id', 'YouTube video ID'),
('nl', 'ab__vg.form.youtube_id.tooltip', 'For example, for video \"https://www.youtube.com/watch?v=-boKk8uhmcY\", video ID is <code>-boKk8uhmcY</code>'),
('nl', 'ab__vg.settings', 'General settings'),
('nl', 'ab__vg_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__video_gallery.doc\'>documentation</a>.'),
('nl', 'ab__video_gallery', 'AB: Video gallery of the product'),
('nl', 'ab__video_gallery.help', 'Help'),
('nl', 'ab__video_gallery_title_product', 'Video gallery'),
('nl', 'accept', 'Accepteren'),
('nl', 'accept_products', 'Producten accepteren'),
('nl', 'access_denied', 'Toegang geweigerd'),
('nl', 'access_denied_text', 'U heeft geen rechten om deze pagina te bezoeken.'),
('nl', 'access_for_authorized_customers_only', 'Access for authorized customers only.'),
('nl', 'access_restrictions', 'Toegangsbeperkingen'),
('nl', 'account', 'Klantprofiel'),
('nl', 'account_name', 'Klantprofiel naam'),
('nl', 'account_number', 'Klantprofiel nummer'),
('nl', 'account_type', 'Profiel type'),
('nl', 'acquirerid', 'Overnemende ID'),
('nl', 'action', 'Actie'),
('nl', 'actions', 'Acties'),
('nl', 'activate', 'Activeren'),
('nl', 'activate_menu_tab_for', 'Activeer tabmenu'),
('nl', 'activate_selected', 'Activeer geselecteerde'),
('nl', 'activate_skrill_merchant_tools', 'Activeer Skrill Merchant Tools'),
('nl', 'activation_key', 'Activation key'),
('nl', 'activation_link', 'Activatie link'),
('nl', 'activation_mode', 'Activatie mode'),
('nl', 'active', 'Actief'),
('nl', 'active_categories', 'Actieve categorieën'),
('nl', 'active_preset', 'Actieve preset'),
('nl', 'active_products', 'Actieve producten'),
('nl', 'active_promotions', 'Actieve aanbiedingen'),
('nl', 'active_style', 'Actieve stijl'),
('nl', 'act_on_behalf', 'Winkelen op naam van deze klant'),
('nl', 'add', 'Toevoegen'),
('nl', 'added', 'Toegevoegd'),
('nl', 'adding_block_to_grid', 'Blok aan rooster toevoegen'),
('nl', 'adding_grid', 'Rooster toevoegen'),
('nl', 'additional_data', 'Aanvullende gegevens'),
('nl', 'additional_images', 'Extra afbeeldingen'),
('nl', 'additional_options', 'Aanvullende opties'),
('nl', 'additional_parameter_not_correct', 'Aanvullende parameter is onjuist'),
('nl', 'additional_popup_larger_image', 'Popupvergroting van extra miniaturen'),
('nl', 'additional_storefront_license_required', 'Additional [product] Storefront License Required'),
('nl', 'additional_thumbnail', 'Extra minituur-afbeeldingen'),
('nl', 'additional__option_thumbnail', 'Extra miniatuur opties'),
('nl', 'addon', 'Plug-in'),
('nl', 'addons', 'Plug-ins'),
('nl', 'addons.form_builder.email_subject_field', 'E-mail onderwerp veld'),
('nl', 'addons.form_builder.form_fields', 'Formuliervelden'),
('nl', 'addons.form_builder.form_name', 'Formuliernaam'),
('nl', 'addons.form_builder.other_subject', 'Ander onderwerp (specificeer hieronder)'),
('nl', 'addons.newsletters.email_exists_in_list', '<b>[email]</b> is al aanwezig in de mailing lijst'),
('nl', 'addons.newsletters.show_on_registration_and_profile', 'Op de registratie en profieldetails pagina weergeven'),
('nl', 'addons.paypal.3d_secure_mandatory_notice', '3-D secure is mandatory in the United Kingdom.'),
('nl', 'addons.paypal.configure_live', 'Configure Live'),
('nl', 'addons.paypal.configure_test', 'Configure Test'),
('nl', 'addons.paypal.connecting_to_signup_server', 'Connecting to <b>PayPal Sign Up Server</b>...'),
('nl', 'addons.paypal.connect_to_paypal', 'Connect to PayPal'),
('nl', 'addons.paypal.display_description', 'Display description'),
('nl', 'addons.paypal.display_name', 'Display name'),
('nl', 'addons.paypal.do_not_change', 'Niet wijzigen'),
('nl', 'addons.paypal.ipn_receiving_time', 'IPN receiving time'),
('nl', 'addons.paypal.refund_message', '[amount] [currency] have been refunded in [date] at [time].'),
('nl', 'addons.paypal.rma.perform_refund', 'Een terugbetaling geven via PayPal'),
('nl', 'addons.paypal.rma.refund_performed', 'De terugboeking is gedaan via PayPal'),
('nl', 'addons.paypal.set_status_to', 'Set to:'),
('nl', 'addons.paypal.signup_completed', 'The <b>[payment]</b> payment method has been successfully configured'),
('nl', 'addons.paypal.signup_errors.merchant_credentials', 'An error occurred when obtaining the payment method configuration'),
('nl', 'addons.paypal.signup_errors.signup_init', 'An error occurred when connecting to a PayPal account'),
('nl', 'addons.paypal.signup_messages.confirmation_needed', 'To access payments from your customers, please confirm your email address by following the instructions PayPal emailed to you.'),
('nl', 'addons.paypal.signup_messages.finish_signup', 'You now have a PayPal business account, and you\'ve successfully integrated [product] with PayPal.<br>Don\'t forget to confirm your email to activate your account so you can access the payments. To do this, follow the instructions PayPal sent to your email.'),
('nl', 'addons.paypal.status_for_new_orders', 'Initial order status'),
('nl', 'addons.paypal.status_for_new_orders.incomplete', 'This ensures that you won\'t have abandoned unpaid orders with the <i>Open</i> status and reserved products. But until the response from PayPal (an IPN message) arrives or the customer returns to the store via a link on the PayPal site, the order will be listed as <i>Incomplete</i>, and products won\'t be reserved.'),
('nl', 'addons.paypal.status_for_new_orders.open', 'By default, the <i>Open</i> status decreases the inventory, so two customers won\'t be able to buy the same product while the payment is being processed by PayPal. But if a customer leaves the PayPal website without paying or returning to the store via a link on the PayPal site, you\'ll have an abandoned <i>Open</i> order with reserved products.'),
('nl', 'addons.paypal.surcharge_policy_notice', 'Surcharge has been set for the payment method that uses PayPal Services. Please make sure this complies with the <a href=\"https://www.paypal.com/webapps/mpp/ua/legalhub-full\" target=\"_blank\">User Agreement for PayPal Services</a> for your region.'),
('nl', 'addons.paypal.technical_details', 'Technische details'),
('nl', 'addons.paypal.use_buttons_to_signup', 'Use these buttons to complete the configuration wizard'),
('nl', 'addons.rss_feed.icon', 'RSS feed abonnement pictogram'),
('nl', 'addons.social_buttons.yandex_button_update_notice', '<p>Na enkele wijzigingen aan het einde van Yandex werkte de sociale knop Odnoklassniki niet meer voor sommige van onze klanten. Om ervoor te zorgen dat de knop in uw winkel werkt, kopieert u de actuele code van de Yandex-website, plakt u deze in het veld <b>Yandex.Share code</b> en slaat u uw wijzigingen op.</p><p><a href=\"[GO_TO_ADDON_SETTING_LINK]\" target=“_blank\" class=\"btn btn-large btn-primary\"> Instellingen voor invoegtoepassingen openen</a><a href = \"https://tech.yandex.ru/share/\"target=\"_blank\" class=\" btn btn-large\">Up-to-date code van Yandex</a></p>'),
('nl', 'addons.social_buttons.yandex_button_update_notice_title', 'Sociale knoppen: Werk de Yandex.Share codes bij als u de sociale knoppen van Yandex gebruikt'),
('nl', 'addons.tags.add_a_tag', 'een tag toevoegen'),
('nl', 'addons.vendor_plans.commission_description_absolute', '[amount] out of [sum]'),
('nl', 'addons.vendor_plans.commission_description_percent', '[amount]% of [sum]'),
('nl', 'addons.vendor_plans.payout_for_the_plan', 'Payout for the vendor plan: [plan]'),
('nl', 'addons_source', 'Bron'),
('nl', 'addon_built_in', 'Ingebouwd'),
('nl', 'addon_files_was_copied', 'The <b>\"[addon]\"</b> add-on files has been copied successfully'),
('nl', 'addon_license_key_tooltip', 'Enter license key you\'ve received by e-mail in order to receive the add-on upgrades.'),
('nl', 'addon_reinstall.dangerous_way', '<strong>The dangerous way:</strong> we\'ll replace all the files of the add-on with new ones, but keep all the add-on\'s data in the database intact. This can break the add-on, or might even break your store. Please don\'t use the dangerous way, unless you absolutely know what you\'re doing.'),
('nl', 'addon_reinstall.dangerous_way.action', 'Use the dangerous way'),
('nl', 'addon_reinstall.dangerous_way.confirm', 'I know the risks and want to use the dangerous way.'),
('nl', 'addon_reinstall.intro', 'Looks like you are trying to install an add-on that is already installed. We can do it for you in two ways; we recommend the safe way.'),
('nl', 'addon_reinstall.safe_way', '<strong>The safe way:</strong> we\'ll uninstall the old add-on first, and then install the new one. The drawback is that any data and settings related to the add-on will be lost.'),
('nl', 'addon_reinstall.safe_way.action', 'Use the safe way'),
('nl', 'addon_sql_error', 'Er is een fout opgetreden bij een SQL-query tijdens het installeren van een plug-in. De plug-in is niet geïnstalleerd.'),
('nl', 'addon_third_party', 'Van derden'),
('nl', 'addon_uninstall_sql_error', 'Er is een fout opgetreden in een SQL-query tijdens het verwijderen van de add-on.'),
('nl', 'address', 'Adres'),
('nl', 'addresses', 'Adressen'),
('nl', 'address_2', 'Adres (regel 2)'),
('nl', 'address_commercial', 'Zakelijk'),
('nl', 'address_residential', 'Thuis'),
('nl', 'address_type', 'Adres type'),
('nl', 'add_administrator', 'Beheerder toevoegen'),
('nl', 'add_all_to_cart', 'Alles aan winkelwagen toevoegen'),
('nl', 'add_as_order', 'Add as order'),
('nl', 'add_attachment', 'Bijlage toevoegen'),
('nl', 'add_autoresponder', 'Auto-beantwoorder toevoegen'),
('nl', 'add_banner', 'Banner toevoegen'),
('nl', 'add_banners', 'Banners toevoegen'),
('nl', 'add_banners_and_close', 'Banners toevoegen en sluiten'),
('nl', 'add_block', 'Blok toevoegen'),
('nl', 'add_bonus', 'Bonus toevoegen'),
('nl', 'add_campaign', 'Campagne toevoegen'),
('nl', 'add_cart_promotion', 'Winkelwagen aanbieding toevoegen'),
('nl', 'add_catalog_promotion', 'Catalogus aanbieding toevoegen'),
('nl', 'add_categories', 'Categorieën toevoegen'),
('nl', 'add_categories_and_close', 'Categorieën toevoegen en sluiten'),
('nl', 'add_category', 'Categorie toevoegen'),
('nl', 'add_chart', 'Grafiek toevoegen'),
('nl', 'add_combination', 'Combinatie toevoegen'),
('nl', 'add_companies', 'Verkopers toevoegen'),
('nl', 'add_companies_and_close', 'Verkopers toevoegen en sluiten'),
('nl', 'add_condition', 'Conditie toevoegen'),
('nl', 'add_credit_card', 'Creditcard toevoegen'),
('nl', 'add_currency', 'Valuta toevoegen'),
('nl', 'add_customer', 'Klant toevoegen'),
('nl', 'add_datafeed', 'Datafeed toevoegen'),
('nl', 'add_domains', 'Domeinen toevoegen'),
('nl', 'add_elements', 'Elementen toevoegen'),
('nl', 'add_emails', 'E-mailadressen toevoegen'),
('nl', 'add_email_snippet', 'Snippet toevoegen'),
('nl', 'add_empty_item', 'Leeg item toevoegen'),
('nl', 'add_feature', 'Eigenschap toevoegen'),
('nl', 'add_field', 'Veld toevoegen'),
('nl', 'add_file', 'Bestand toevoegen'),
('nl', 'add_filter', 'Filter toevoegen'),
('nl', 'add_filters', 'Filters toevoegen'),
('nl', 'add_filters_and_close', 'Filters toevoegen en sluiten'),
('nl', 'add_folder', 'Map toevoegen'),
('nl', 'add_form', 'Formulier toevoegen'),
('nl', 'add_gift_certificate', 'Cadeaubon toevoegen'),
('nl', 'add_global_option', 'Globale optie toevoegen'),
('nl', 'add_grid_block', 'Rooster of blok toevoegen'),
('nl', 'add_group', 'Groep toevoegen'),
('nl', 'add_image_from_server', 'Afbeelding van server toevoegen'),
('nl', 'add_image_from_url', 'Afbeelding van URL toevoegen'),
('nl', 'add_ips', 'IP-adressen toevoegen'),
('nl', 'add_item', 'Item toevoegen'),
('nl', 'add_items', 'Toevoegen [items]'),
('nl', 'add_language', 'Taal toevoegen'),
('nl', 'add_language_variable', 'Taal variabele toevoegen'),
('nl', 'add_layout', 'Opmaak toevoegen'),
('nl', 'add_link', 'Link toevoegen'),
('nl', 'add_localization', 'Lokalisatie toevoegen'),
('nl', 'add_location', 'Locatie toevoegen'),
('nl', 'add_mailing_lists', 'Mailinglijst toevoegen'),
('nl', 'add_menu', 'Menu toevoegen'),
('nl', 'add_new', 'Nieuw toevoegen'),
('nl', 'add_newsletter', 'Nieuwsbrief toevoegen'),
('nl', 'add_new_datafeed', 'Nieuwe datafeed'),
('nl', 'add_new_field', 'Nieuw veld toevoegen'),
('nl', 'add_new_order', 'Nieuwe bestelling toevoegen'),
('nl', 'add_new_variant', 'Nieuwe variant toevoegen'),
('nl', 'add_nf_warning', 'É necessário anexar nota fiscal para gerar etiqueta'),
('nl', 'add_option', 'Optie toevoegen'),
('nl', 'add_order', 'Bestelling toevoegen'),
('nl', 'add_orders', 'Bestellingen toevoegen'),
('nl', 'add_orders_and_close', 'Bestellingen toevoegen en sluiten'),
('nl', 'add_page', 'Pagina toevoegen'),
('nl', 'add_pages', 'Pagina\'s toevoegen'),
('nl', 'add_pages_and_close', 'Pagina\'s toevoegen en sluiten'),
('nl', 'add_payment', 'Betaalmethode toevoegen'),
('nl', 'add_payout', 'Uitbetaling toevoegen'),
('nl', 'add_poll', 'Poll toevoegen'),
('nl', 'add_polls', 'Polls toevoegen'),
('nl', 'add_polls_and_close', 'Polls toevoegen en sluiten'),
('nl', 'add_post', 'Bericht toevoegen'),
('nl', 'add_product', 'Product toevoegen'),
('nl', 'add_products', 'Producten toevoegen'),
('nl', 'add_products_and_close', 'Producten toevoegen en sluiten'),
('nl', 'add_products_to_section', 'Product(en) toevoegen aan deze sectie'),
('nl', 'add_product_filter', 'Productfilter toevoegen'),
('nl', 'add_profile_fields', 'Add profile fields'),
('nl', 'add_profile_fields_and_close', 'Add profile fields and close'),
('nl', 'add_promotions', 'Aanbiedingen toevoegen'),
('nl', 'add_question', 'Vraag toevoegen'),
('nl', 'add_rate_area', 'Tariefgebied toevoegen'),
('nl', 'add_reason', 'Reden toevoegen'),
('nl', 'add_recipients_from_users', 'Ontvangers toevoegen van gebruikers'),
('nl', 'add_report', 'Verslag toevoegen'),
('nl', 'add_section', 'Sectie toevoegen'),
('nl', 'add_selected_to_cart', 'Selectie toevoegen aan winkelwagen'),
('nl', 'add_shipping_method', 'Verzendmethode toevoegen'),
('nl', 'add_site_map_section', 'Sitemap gedeelte toevoegen'),
('nl', 'add_snippet', 'Snippet toevoegen'),
('nl', 'add_state', 'Staat toevoegen'),
('nl', 'add_status', 'Status toevoegen'),
('nl', 'add_storefront', 'Add storefront'),
('nl', 'add_storefronts', 'Add storefronts'),
('nl', 'add_storefronts_and_close', 'Add storefronts and close'),
('nl', 'add_store_location', 'Winkel locatie toevoegen'),
('nl', 'add_subcategory', 'Subcategorie toevoegen'),
('nl', 'add_subscriber', 'Abonnee toevoegen'),
('nl', 'add_subscribers_from_users', 'Abonnees toevoegen van de gebruikerslijst'),
('nl', 'add_subtract_points', 'Punten toevoegen & in mindering brengen'),
('nl', 'add_supplier', 'Leverancier toevoegen'),
('nl', 'add_tab', 'Tab toevoegen'),
('nl', 'add_table_column', 'Kolom toevoegen'),
('nl', 'add_tag', 'Tag toevoegen'),
('nl', 'add_tax', 'Belasting toevoegen'),
('nl', 'add_template', 'Sjabloon toevoegen'),
('nl', 'add_to_cart', 'Bestel'),
('nl', 'add_to_comparison_list', 'Aan vergelijking toevoegen'),
('nl', 'add_to_wishlist', 'Add to Wishlist'),
('nl', 'add_user', 'Gebruiker toevoegen'),
('nl', 'add_users', 'Gebruikers toevoegen'),
('nl', 'add_users_and_close', 'Gebruikers toevoegen en sluiten'),
('nl', 'add_vendor', 'Verkoper toevoegen'),
('nl', 'add_vendor_administrator', 'Beheerder van verkopers toevoegen'),
('nl', 'add_withdrawal', 'Verzoek tot herroeping'),
('nl', 'admin2', 'U kunt geen import gebruiken in deze winkel omdat u een verlopen test-versie gebruikt'),
('nl', 'administration', 'Administratie'),
('nl', 'administration_menu_structure_changed_upgrade_notification_text', '<p><b>Locations</b> in <i>Administration → Shipping & taxes</i> renamed to <b>Rate areas</b>. That\'s because the purpose of locations is to set different shipping rates and tax rates.</p><p>Order statuses, shipment statuses, and gift certificate statuses are now located in their own sub-menu: <b>Administration → Statuses.</b></p>'),
('nl', 'administration_menu_structure_changed_upgrade_notification_title', 'Beheermenu gewijzigd'),
('nl', 'administration_panel', 'Beheerpaneel'),
('nl', 'administration_panel.block_manager.enable', 'Edit structure<br/><br/>Change various blocks with information: show them, hide them, or move them as you see fit.<br/>This currently works only at the checkout page. Add a product to cart and proceed to checkout to see the editor'),
('nl', 'administration_panel.live_editor.enable', 'Edit сontent<br/><br/>Change the texts and other data directly on the storefront, without using the administration panel'),
('nl', 'administration_panel.theme_editor.enable', 'Edit style<br/><br/>Change the style of your store (logos, colors, fonts, and so on) and see the changes as you make them'),
('nl', 'administrator', 'Beheerder'),
('nl', 'administrators', 'Beheerders'),
('nl', 'administrators_menu_description', 'Overzicht van beheerders van de webwinkel.'),
('nl', 'administrators_notified', '[count] beheerders gemeld.'),
('nl', 'admin_notifications', 'Beheerder meldingen'),
('nl', 'admin_panel', 'Beheerpaneel'),
('nl', 'admin_panel.block_manager', 'Opmaak aanpassen'),
('nl', 'admin_panel_will_be_blocked', 'Installatie integriteitscontrole mislukt. De toegang tot het beheerpaneel wordt voor 2 dagen geblokkeerd. Neem contact op met ons <a href=\"[href]\">Support team</a>'),
('nl', 'admin_text_letter_footer', 'Webwinkel van [company_name].'),
('nl', 'advanced', 'Geavanceerd'),
('nl', 'advanced_companies_search', 'Advanced companies search'),
('nl', 'advanced_customer_search', 'Advanced customer search'),
('nl', 'advanced_import.additional_settings', 'Aanvullende instellingen'),
('nl', 'advanced_import.add_preset', 'Add preset'),
('nl', 'advanced_import.advanced_products_import', 'Producten'),
('nl', 'advanced_import.cannot_detect_csv_delimiter', 'Cannot detect delimiter automatically. Please specify the correct delimiter manually in the additional settings on the \"File\" tab.'),
('nl', 'advanced_import.cant_load_file', 'Bestand kan niet worden geladen'),
('nl', 'advanced_import.cant_load_file_for_company', 'File can\'t be loaded for the specified company'),
('nl', 'advanced_import.cant_save_preset_invalid_modifiers', 'The preset can\'t be saved because it contains invalid modifiers'),
('nl', 'advanced_import.column_header', 'Column name in the imported file'),
('nl', 'advanced_import.coming_soon', '... komt binnenkort'),
('nl', 'advanced_import.create_new_products_only', 'Create new products only'),
('nl', 'advanced_import.delete_additional_images', 'Delete existing additional images'),
('nl', 'advanced_import.delete_additional_images_tooltip', 'If you enable this setting, then the existing additional images of the imported products will be replaced with the images specified in the imported file (if no images are specified, the old images will remain). If the setting is disabled, the new additional images will simply be added to the existing images.'),
('nl', 'advanced_import.editing_preset', 'Editing preset: [preset]'),
('nl', 'advanced_import.example_imported_title', 'For example, here\'s a value in the first line of your file:'),
('nl', 'advanced_import.example_modified_title', 'And here is how this value will be imported:'),
('nl', 'advanced_import.fetching_schema_failed_check_file', 'Before you can run the import, please make sure that:<ul><li>You have created the import preset by using the Create button. If you see Save instead of Create, then you\'ve already done that.</li><li>You have specified the correct XML target node on the File tab and saved the preset.</li><li>You have matched the imported information with the product properties in CS-Cart on the Fields mapping tab and saved the preset.</li></ul>If you see this message, you haven\'t completed point 1 or 2.'),
('nl', 'advanced_import.fetching_schema_failed_check_target_node', 'Please make sure that the <b>XML target node</b> field is filled in properly.'),
('nl', 'advanced_import.fields_mapping', 'Velden toewijzen'),
('nl', 'advanced_import.fields_mapping.description', 'Deze tabel bevat de lijst met kolommen uit het geïmporteerde bestand. Selecteer voor elke kolom die u wilt importeren een overeenkomstige producteigenschap in [product]. Controleer vervolgens welk soort gegevens uit die kolom worden geïmporteerd en gebruik modifiers om die gegevens indien nodig te wijzigen. Vergeet niet om uw wijzigingen op te slaan.'),
('nl', 'advanced_import.file', 'Bestand'),
('nl', 'advanced_import.first_line_import_value', 'Voorbeeld van geïmporteerde waarde'),
('nl', 'advanced_import.general_settings', 'Algemene instellingen'),
('nl', 'advanced_import.has_modifiers', 'Has modifiers'),
('nl', 'advanced_import.images_delimiter', 'Scheidingsteken afbeeldingen'),
('nl', 'advanced_import.images_delimiter.description', 'Scheidingsteken tussen productafbeeldingen.'),
('nl', 'advanced_import.import_all', 'Import all products from the file'),
('nl', 'advanced_import.import_fields', 'Import fields'),
('nl', 'advanced_import.import_file', 'Import file'),
('nl', 'advanced_import.import_products', 'Producten importeren'),
('nl', 'advanced_import.import_products_w_preset', 'Import products: [preset]'),
('nl', 'advanced_import.import_strategy', 'Import strategy'),
('nl', 'advanced_import.import_strategy_tooltip', 'If you select \"Update existing products only\", products that don\'t exist in the database of your store will be skipped during import.<br>If you select \"Create new products only\", products that exist in the database of your store will be skipped during import.'),
('nl', 'advanced_import.incorrect_delimiter', 'Specified (or auto detected) delimiter seems to be incorrect. Please specify the correct delimiter manually in the additional settings on the \"File\" tab.'),
('nl', 'advanced_import.invalid_function_firs_character', 'The modifier name cannot start with character <b>[character]</b>.'),
('nl', 'advanced_import.invalid_modifier_message', 'The modifier <b>[modifier]</b> is invalid. [message]'),
('nl', 'advanced_import.invalid_number_of_parameters_provided', 'Invalid number of parameters provided for modifier: <b>[modifier]</b>: expected [expected_count], got [actual_count].'),
('nl', 'advanced_import.last_launch', 'Laatste import'),
('nl', 'advanced_import.last_status', 'Status'),
('nl', 'advanced_import.last_status.F', 'Mislukt'),
('nl', 'advanced_import.last_status.P', 'In behandeling'),
('nl', 'advanced_import.last_status.S', 'Succesvol'),
('nl', 'advanced_import.last_status.X', '&mdash;'),
('nl', 'advanced_import.missing_parameters_list_closer', 'The expected <b>[closer]</b> after the parameters list is missing.'),
('nl', 'advanced_import.modifier', 'Modifier'),
('nl', 'advanced_import.modifiers_description', 'Use these functions in the <b>Modifier</b> column to alter the values in the fields from the imported file. Enter the functions as follows: <b>function(parameter, parameter)</b>. Please note that nesting of functions isn\'t supported.'),
('nl', 'advanced_import.modifiers_list', 'Modifiers list'),
('nl', 'advanced_import.modifiers_self_referencing_info', 'Most functions allow you to use the non-modified value of the imported field by using <b>$value</b> as a parameter. If there are any exceptions, they will be mentioned in function descriptions.'),
('nl', 'advanced_import.modifier_description.case', '<b>case</b>&mdash;odd parameters are expressions, and the following even parameters are corresponding values. The function checks the expressions and returns the value corresponding to the first expression that ends up being <i>true</i>.<ul><li>Examples:</li><ul><li><b>case($value>100, \"More than 100\", $value>70, \"More than 70\", $value>20, \"More than 20\", $value>0, \"In stock\", $value=0, \"Out of stock\")</b> will result in <i>More than 70</i> if the <i>$value</i> in the imported file is a number between 71 and 100</li></ul><li>Notes:<ul><li>This function shares expression rules and available operations with the <b>if</b> function.</li><li>Only even numbers of parameters are supported: <b>2, 4, 6, 8</b>, etc.</li></ul></li></ul>'),
('nl', 'advanced_import.modifier_description.concat', '<b>concat</b>&mdash;concatenates all the provided parameters. <ul><li>Examples:</li><ul><li><b>concat(\'abc\', def)</b> will result in <i>abcdef</i></li> <li><b>concat(\'PRODUCT_\', $value, \'_CODE\')</b> will result in <i>PRODUCT_$value_CODE</i>, but <b>$value</b> will be replaced with the the value of the imported field</li></ul></ul>'),
('nl', 'advanced_import.modifier_description.div', '<b>div</b>&mdash;divides the first parameter by the second. <ul><li>Examples:</li><ul><li><b>div(9, 3)</b> equals <i>3</i></li> <li><b>div($value, 7)</b> equals <i>the value of the imported field ÷ 7</i></li></ul></ul>'),
('nl', 'advanced_import.modifier_description.if', '<b>if</b>&mdash;checks the expression in the first parameter. If the first parameter is <i>true</i>, the function returns the second parameter. Otherwise the function returns the third parameter.<ul><li>Examples:</li><ul><li><b>if($value>\"0\", \"In Stock\", \"Out of stock\")</b> will result in <i>In Stock</i> if <i>$value > 0</i> is <i>true</i>; otherwise the result will be <i>Out of stock</i></li></ul><li>Available operations for the expression are:<ul><li><b>=</b>&mdash;checks for equality: <i>if($value=100, ...)</i></li><li><b>!=</b>&mdash;checks for inequality: <i>if($value!=100, ...)</i></li><li><b>&gt;</b>&mdash;checks if the first value is greater than the second: <i>if($value&gt;100, ...)</i></li><li><b>&lt;</b>&mdash;checks if the first value is less than the second: <i>if($value&lt;100, ...)</i></li><li><b>&gt;=</b>&mdash;checks if the first value is greater than or equal to the second: <i>if($value&gt;=100, ...)</i></li><li><b>&lt;=</b>&mdash;checks if the first value is less than or equal to the second: <i>if($value&lt;=100, ...)</i></li></ul></li><li>Notes:<ul><li>If you use single (\') or double (\") quotes in the first parameter, make sure that the first parameter is either wrapped in quotes entirely, or that there is no end quote in the middle of the parameter. For example, <i>if(\"My value\"=$value, ...)</i> will not work, but <i>if(\"My value=$value\", ...)</i> will.</ul></li></ul>'),
('nl', 'advanced_import.modifier_description.mul', '<b>mul</b>&mdash;multiplies the numbers provided as parameters. <ul><li>Examples:</li><ul><li><b>mul(3, 1)</b> equals <i>3</i></li> <li><b>mul($value, 7)</b> equals <i>the value of the imported field × 7</i></li></ul></ul>'),
('nl', 'advanced_import.modifier_description.rand', '<b>rand</b>&mdash;generates a random number from 1 to the maximum value provided as the parameter. <ul><li>Examples:</li><ul><li><b>rand(999)</b> may result in any number from 1 to 999.</li></ul></ul>'),
('nl', 'advanced_import.modifier_description.replace', '<b>replace</b>&mdash;replaces all occurrences of the search string with the replacement string. <br>The order of parameters is important: <b>replace(\'search\', \'replace\', \'subject\')</b>. <ul><li>Examples:</li><ul><li><b>replace(\'a\', !, \"banana\")</b> will result in <i>b!n!n!</i></li> <li><b>replace(\"t-shirt\", \'T-Shirt\', $value)</b> will replace every occurrence of <i>t-shirt</i> with <i>T-Shirt</i> in every entry in the column.</li></ul></ul>'),
('nl', 'advanced_import.modifier_description.sub', '<b>sub</b>&mdash;subtracts the second parameter from the first. <ul><li>Examples:</li><ul><li><b>sub(3, 1)</b> equals <i>2</i></li> <li><b>sub($value, 7)</b> equals <i>the value of the imported field - 7</i></li></ul></ul>'),
('nl', 'advanced_import.modifier_description.sum', '<b>sum</b>&mdash;sums up two numbers provided as parameters. <ul><li>Examples:</li><ul><li><b>sum(1, 3)</b> equals <i>4</i></li> <li><b>sum(7, $value)</b> equals <i>7 + the value of the imported field</i></li></ul></ul>'),
('nl', 'advanced_import.modifier_description.w_replace', '<b>w_replace</b>&mdash;replaces all occurrences of the search string with the replacement string using wildcards. <br>The order of parameters is important: <b>w_replace(\'search\', \'replace\', \'subject\')</b>. <br>Supported wildcards: <b>?</b>&mdash;any single character; <b>*</b>&mdash;any number of characters to the end of the word. <ul><li>Examples</li><ul><li><b>w_replace(\'banan?\', bananas, banana banans bananz)</b> will result in <i>bananas bananas bananas</i></li> <li><b>w_replace(\"ban*\", \'bananas\', banana banans bananz)</b> will also result in <i>bananas bananas bananas</i></li></ul></ul>'),
('nl', 'advanced_import.modifier_number_of_parameters', 'Number of parameters'),
('nl', 'advanced_import.modifier_self_reference_is_unsupported', 'This function doesn\'t support the use of a non-modified value from the imported file.'),
('nl', 'advanced_import.modifier_title', 'A modifier is a rule that alters values in a column'),
('nl', 'advanced_import.never', 'Nooit'),
('nl', 'advanced_import.new_preset', 'New preset'),
('nl', 'advanced_import.options', 'Opties'),
('nl', 'advanced_import.preset_last_view', 'Preset'),
('nl', 'advanced_import.preset_not_found', 'Patroon niet gevonden'),
('nl', 'advanced_import.previewing_fields_mapping', 'Previewing fields mapping for the preset: [preset]'),
('nl', 'advanced_import.product_property', 'Product property in [product]'),
('nl', 'advanced_import.properties', 'Eigenschappen'),
('nl', 'advanced_import.remove_images', 'Verwijder extra afbeeldingen'),
('nl', 'advanced_import.run_import_via_cron_message', 'You can run the import automatically at certain time intervals. To do it, add the following command to CRON:'),
('nl', 'advanced_import.show_less', 'Minder weergeven'),
('nl', 'advanced_import.show_more', 'Meer weergeven'),
('nl', 'advanced_import.target_node', 'XML target node'),
('nl', 'advanced_import.target_node.description', 'The full path to the XML node with the information about an imported entity. The nodes nested in the specified node will be used as columns of the imported file. Here is an example of the path: yml_catalog/shop/offers/offer'),
('nl', 'advanced_import.test_import', 'Perform test import'),
('nl', 'advanced_import.test_import_tooltip', 'If you enable this setting, only the first [n] product will be processed.|If you enable this setting, only the first [n] products will be processed.'),
('nl', 'advanced_import.unexpected_parameter_passed', 'Verwacht wordt <b>[delimiter]</b> of <b>[closer]</b>, maar bevat <b>[char]</b>.'),
('nl', 'advanced_import.unrecognized_modifier', 'The modifier <b>[modifier]</b> does not exist.'),
('nl', 'advanced_import.uploading_file', 'Uploading file for the preset: [preset]'),
('nl', 'advanced_import.user_upload', 'Gebruikersupload'),
('nl', 'advanced_import_images', 'Product afbeeldingen'),
('nl', 'advanced_products_search', 'Advanced products search'),
('nl', 'advanced_search', 'Geavanceerd zoeken'),
('nl', 'advanced_search_options', 'Geavanceerde zoekopties'),
('nl', 'advanced_storefronts_search', 'Advanced storefronts search'),
('nl', 'affected_email_templates', 'Email templates using this document'),
('nl', 'after_full_payment', 'Na volledige betaling');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('nl', 'after_sum', 'Valutateken achter het bedrag'),
('nl', 'agent', 'Agent'),
('nl', 'agent_id', 'Agent ID'),
('nl', 'age_limit', 'Leeftijdsgrens'),
('nl', 'age_verification', 'Leeftijdscontrole'),
('nl', 'age_warning_message', 'Waarschuwing'),
('nl', 'agilecrm.account_ask', 'Do not have an Agile Account. <a target=\"_blank\" href=\"https://www.agilecrm.com/pricing?utm_source=cscart	&utm_medium=website&utm_campaign=integration\" style=\"text-decoration:none;padding:5px\" class=\"btn-primary\">Create account</a> and fill the details below<br/><br/>'),
('nl', 'agilecrm_btn_validate', 'Validate'),
('nl', 'agile_domain', 'Agile Domain'),
('nl', 'agile_rest_api_key', 'Rest API Key'),
('nl', 'agreement_required', 'Akkoord vereist'),
('nl', 'all', 'Alle'),
('nl', 'allowed', 'Toegestaan'),
('nl', 'allowed_combinations', 'Toegestane combinaties'),
('nl', 'allowed_extensions', 'Toegestane extensies'),
('nl', 'allowed_extensions_hint', 'Laat dit veld leeg om uploaden van alle bestandstypes toe te staan, of voer de toegestane extensies geschieden door een komma in (bijv: jpg,bmp,gif,pdf)'),
('nl', 'allow_api_access', 'Ja, sta deze gebruik toe de API te gebruiken'),
('nl', 'allow_return_registration', 'Retour registratie toestaan'),
('nl', 'all_actions', 'Alle acties'),
('nl', 'all_block_types', 'All block types'),
('nl', 'all_categories', 'All categories'),
('nl', 'all_companies', 'Alle verkopers'),
('nl', 'all_currencies', 'Alle valuta'),
('nl', 'all_downloads', 'Alle downloads'),
('nl', 'all_features', 'Alle eigenschappen'),
('nl', 'all_filters', 'Alle productfilters'),
('nl', 'all_languages', 'Alle talen'),
('nl', 'all_layouts', 'All layouts'),
('nl', 'all_locations', 'All locations'),
('nl', 'all_pages', 'Alle pagina\'s'),
('nl', 'all_products', 'All products'),
('nl', 'all_products_have_been_updated', 'Alle producten zijn bijgewerkt.'),
('nl', 'all_storefronts', 'All storefronts'),
('nl', 'all_storefronts_short', 'Alle'),
('nl', 'all_stores', 'Alle winkels'),
('nl', 'all_vendors', 'Alle verkopers'),
('nl', 'all_words', 'Al deze woorden'),
('nl', 'also_bought', 'Kochten ook'),
('nl', 'alternative_text', 'Alternatieve tekst'),
('nl', 'alt_text', 'Alternatieve tekst/titel'),
('nl', 'always', 'Altijd'),
('nl', 'american_express', 'American Express'),
('nl', 'american_express_info', 'De CVV veiligheidscode bevindt zich boven het creditcard nummer (aan de rechter of linker kant van de creditcard).'),
('nl', 'amount', 'Aantal'),
('nl', 'amount_decreased', 'Hoeveelheid is verlaagd met'),
('nl', 'amount_increased', 'Aantal is verhoogd met'),
('nl', 'amount_type', 'Bedrag soort'),
('nl', 'and', 'en'),
('nl', 'anonymous', 'Anoniem'),
('nl', 'answer', 'Antwoord'),
('nl', 'answers', 'Antwoorden'),
('nl', 'answer_text', 'Antwoord tekst'),
('nl', 'any', 'Elke'),
('nl', 'any_category', 'Elke categorie'),
('nl', 'any_date', 'Elke datum'),
('nl', 'any_option_combinations', 'Elke optie combinatie'),
('nl', 'any_product', 'Elk product'),
('nl', 'any_status', 'Elke status'),
('nl', 'any_words', 'Elk woord'),
('nl', 'api', 'API'),
('nl', 'apikey', 'API Key'),
('nl', 'api_access', 'API toegang'),
('nl', 'api_access_for_user', 'API-toegang voor deze gebruiker'),
('nl', 'api_access_has_been_disabled', 'De API kan niet meer worden gebruikt'),
('nl', 'api_access_has_been_enabled', 'De API kan nu gebruikt worden'),
('nl', 'api_invalid_value', 'Invalid value `[value]` specified for [field]'),
('nl', 'api_invalid_value_w_valid_list', 'Invalid value `[value]` specified for [field]. Valid values are: [valid_list]'),
('nl', 'api_key', 'API sleutel'),
('nl', 'api_key_not_found', 'Api key was not found'),
('nl', 'api_need_correct_company_id', 'Bedrijf niet gevonden'),
('nl', 'api_need_id', 'Object ID ongedefenieerd'),
('nl', 'api_need_params', 'Missende parameters'),
('nl', 'api_need_store', 'Winkel is vereist (de company_id parameter of entiteit winkels)'),
('nl', 'api_not_need_id', 'ID moet gedefinieerd zijn'),
('nl', 'api_no_shipping_methods_available', 'Er zijn geen verzendmethoden beschikbaar'),
('nl', 'api_order_couldnt_be_created', 'Bestelling kan niet worden aangemaakt'),
('nl', 'api_partner', 'API partner'),
('nl', 'api_password', 'API wachtwoord'),
('nl', 'api_required_field', 'Het veld [field] is verplicht'),
('nl', 'api_required_fields', 'The following fields are required: [fields]'),
('nl', 'api_shipments_not_allow_update', 'Alleen de parameters \'tracking_number\' en \'vervoerder\' kunnen worden bijgewerkt met de optie \'Klanten toestaan verzendingen aan te maken\''),
('nl', 'api_shipments_update_not_allowed', 'Only the tracking_number and carrier params can be updated'),
('nl', 'api_user', 'API gebruiker'),
('nl', 'api_wrong_user_company_relation', 'The user doesn\'t exist for this store, and sharing users among stores is disabled.'),
('nl', 'appearance', 'Opmaak'),
('nl', 'appearance_settings', 'Opmaak-instellingen'),
('nl', 'appearance_type', 'Uitstraling type'),
('nl', 'application_id', 'Applicatie ID'),
('nl', 'application_login', 'Applicatie login'),
('nl', 'apply', 'Toepassen'),
('nl', 'apply_as_link', 'Toepassen als link'),
('nl', 'apply_for_vendor_account', 'Verkoper account aanvragen'),
('nl', 'apply_shipping_for_all_vendors', 'Verzenden voor alle leveranciers toestaan'),
('nl', 'apply_shipping_for_all_vendors_confirm', 'De verzendmethode wordt toegepast op alle leveranciers. Weet je zeker dat je verder wilt gaan?'),
('nl', 'apply_tax_to_products', 'Belasting toepassen op alle producten'),
('nl', 'apply_to_all_languages', 'Toepassen op alle talen'),
('nl', 'apply_to_products', 'Toepassen op producten'),
('nl', 'approval', 'Goedkeuring'),
('nl', 'approve', 'Goedkeuren'),
('nl', 'approved', 'Goedgekeurd'),
('nl', 'approve_selected', 'Geselecteerden goedkeuren'),
('nl', 'app_params', 'Applicatie'),
('nl', 'arabic', 'Arabisch'),
('nl', 'arrows', 'Pijlen'),
('nl', 'asc', 'oplopend'),
('nl', 'assign_to_me', 'Assign to me'),
('nl', 'attachments', 'Bijlagen'),
('nl', 'attention', 'Attentie!'),
('nl', 'audience', 'Publiek'),
('nl', 'australia_post_upgrade_notification_text', '<p>The latest version of [product] has different settings for realtime shipping rate calculation if you use Australia Post as a Carrier.</p><p>If you want to show current shipping rates to your clients, do this:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses Australia Post as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li><li>switch to the Configure tab and enter the proper <a href=\"https://developers.auspost.com.au/apis/pacpcs-registration\" target=\"_blank\">PAC API key</a></li></ul>'),
('nl', 'australia_post_upgrade_notification_title', 'Australië Post realtime verzendkosten berekening wijzigingen'),
('nl', 'auth.one_time_password.notification.error_password_invalid', 'Sorry, it seems that the code you\'ve entered is incorrect. It may have expired or been used already. Please check the code you\'re entering or request a new code.'),
('nl', 'auth.one_time_password.notification.error_password_required', 'Please enter the code to sign in.'),
('nl', 'auth.one_time_password.notification.info_password_sent', 'We\'ve sent a one-time code to [email].'),
('nl', 'auth.one_time_password.popup.input_placeholder', 'Enter the code here'),
('nl', 'auth.one_time_password.popup.message', 'We\'ve sent a one-time code to <strong>[email]</strong>. Please enter it below, and we\'ll sign you in without a password.'),
('nl', 'auth.one_time_password.popup.resend_btn', 'Resend the code'),
('nl', 'auth.one_time_password.popup.sign_in_btn', 'Sign me in'),
('nl', 'auth.one_time_password.popup.title', 'Password-free sign-in'),
('nl', 'authentication_failed', 'Authenticatie mislukt'),
('nl', 'authentication_key', 'Authenticatie sleutel'),
('nl', 'authentication_password', 'Authenticatie wachtwoord'),
('nl', 'author', 'Auteur'),
('nl', 'authorization', 'Authorisatie'),
('nl', 'authorize_before_order', 'Only registered customers can place an order. Please sign in to your account or register a new one.'),
('nl', 'authorize_capture', 'Authoriseer en capture'),
('nl', 'authorize_only', 'Alleen autoriseren'),
('nl', 'auth_code', 'Authenticatiecode'),
('nl', 'auth_info', 'Authenticatie informatie'),
('nl', 'auto', 'Automatisch'),
('nl', 'autoresponders', 'Autobeantwoorders'),
('nl', 'auto_set_permissions_via_ftp', 'Rechten automatisch instellen via FTP'),
('nl', 'avail', 'Beschikb.'),
('nl', 'availability', 'Beschikbaarheid'),
('nl', 'available', 'Beschikbaar'),
('nl', 'available_fields', 'Beschikbare velden'),
('nl', 'available_for_supplier', 'Beschikbaar voor leverancier'),
('nl', 'available_for_vendor', 'Beschikbaar voor verkoper'),
('nl', 'available_items', 'Beschikbare items'),
('nl', 'available_languages', 'Beschikbaar'),
('nl', 'available_since', 'Beschikbaar sinds'),
('nl', 'available_upgrades', 'Beschikbare updates'),
('nl', 'available_views', 'Beschikbare weergaven'),
('nl', 'avail_from', 'Beschikbaar vanaf'),
('nl', 'avail_till', 'Beschikbaar tot'),
('nl', 'average', 'Gemiddeld'),
('nl', 'avs', 'AVS'),
('nl', 'awaiting', 'In afwachting'),
('nl', 'awaiting_approval', 'In afwachting van goedkeuring'),
('nl', 'backend_google_auth.errors.not_configured', 'Please configure the add-on first'),
('nl', 'backend_google_auth.login_page.btn', 'Sign in with Google'),
('nl', 'backend_google_auth.login_page.help', 'Please select the email address that was specified for your administrator account.'),
('nl', 'backend_google_auth.settings.authorized_redirect_uris', 'Your authorized redirect URIs:'),
('nl', 'backend_google_auth.settings.create_new_application', 'To acquire your client ID and secret create a new application in your Google APIs account.'),
('nl', 'backend_google_auth.settings.learn_more_about', 'Learn more about Google APIs'),
('nl', 'backend_google_auth.settings.provide_your_credentials', 'Please provide your Google API credentials'),
('nl', 'backend_google_auth.settings.save_and_check_btn', 'Save and test the sign-in'),
('nl', 'backend_google_auth.settings.warning', 'Once you configure this add-on, only administrators with Gmail email addresses will be able to sign in to the Administration panel. If your administrators have non-Google email addresses specified, don\'t configure the add-on, or else those administrators won\'t be able to sign in.'),
('nl', 'backend_google_auth.user_not_found', 'The <strong>[user]</strong> user not found'),
('nl', 'backend_google_auth.warnings.only_gmail_address_is_available_to_auth', 'The \"Back-End Sign-In via Google\" add-on is active. Only administrators with Gmail email addresses will be able to sign in.'),
('nl', 'backtrace', 'Backtrace'),
('nl', 'backup', 'Back-up'),
('nl', 'backupping_data', 'Backing up data voor'),
('nl', 'backupping_schema', 'Backing up schema voor'),
('nl', 'backup_data', 'Back-up maken van database gegevens'),
('nl', 'backup_filename', 'Back-up bestandsnaam'),
('nl', 'backup_files', 'Back-up bestanden'),
('nl', 'backup_options', 'Back-up opties'),
('nl', 'backup_restore', 'Back-up/Herstel'),
('nl', 'backup_schema', 'Back-up maken van database schema'),
('nl', 'back_in_stock_notification_footer', 'Welkom in onze webwinkel!'),
('nl', 'back_in_stock_notification_header', 'We willen u graag laten weten dat het volgende product weer op voorraad is in onze winkel:'),
('nl', 'balance', 'Balans'),
('nl', 'balance_account', 'Account balans'),
('nl', 'balance_carried_forward', 'Saldo overgeboekt'),
('nl', 'bank', 'Bank'),
('nl', 'bank_cic', 'CIC Groep'),
('nl', 'bank_cm', 'Crédit Mutuel'),
('nl', 'bank_obc', 'ORIENTAL BANK OF COMMERCE'),
('nl', 'bank_routing_number', 'Bank routeer nummer'),
('nl', 'banner', 'Banner'),
('nl', 'banners', 'Banners'),
('nl', 'banners.editing_banner', 'Banner aanpassen'),
('nl', 'banners.new_banner', 'Nieuwe banner'),
('nl', 'banners_menu_description', 'Maak grafische en tekstuele banners die u in uw winkel kunt tonen.'),
('nl', 'banner_code', 'Banner code'),
('nl', 'banner_code_for_some_products', 'Banner code voor sommige producten'),
('nl', 'banner_details_notes', 'Na het aanmaken van een banner kunt u deze aan uw webwinkel toevoegen via <strong>opmaak</strong>.<br /><br />Ga naar <a href=\"[layouts_href]\" target=\"_blank\">Ontwerp → Opmaak</a>, schakel naar de locatie waar u de banner wilt plaatsen, en plaats een nieuw blok met als type <strong>Banners</strong>.<br /><br />In deze blok instellingen, ga naar de <strong>Inhoud</strong> tab, kies <strong>Handmatig vullen</strong>, en klik op <strong>Banners toevoegen</strong>.<br /><br />Selecteer uit de volledige lijst de banners die u nodig heeft en klik op <strong>Banners toevoegen en sluiten</strong>.<br /><br />Klik ten slotte op <strong>Opslaan</strong>.'),
('nl', 'banner_type.abt__ut2', 'AB: UniTheme2: Advanced banner'),
('nl', 'bar', 'Staaf'),
('nl', 'base', 'Basis'),
('nl', 'baseurl', 'Base URL'),
('nl', 'base_currency', 'Basis'),
('nl', 'base_currency_not_deleted', 'De valuta is niet verwijderd omdat het de standaard valuta van de winkel is.'),
('nl', 'base_price', 'Basisprijs'),
('nl', 'bestsellers', 'Bestsellers'),
('nl', 'bestselling', 'Bestseller'),
('nl', 'bigpicture_template', 'De grote afbeelding'),
('nl', 'biller_code', 'Koper code'),
('nl', 'billing_address', 'Factuuradres'),
('nl', 'billing_address_line_2', 'Billing: address (line 2)'),
('nl', 'billing_city', 'Billing: city'),
('nl', 'billing_country', 'Billing: country'),
('nl', 'billing_first_name', 'Billing: first name'),
('nl', 'billing_last_name', 'Billing: last name'),
('nl', 'billing_options', 'Betaalopties'),
('nl', 'billing_phone', 'Billing: phone'),
('nl', 'billing_shipping_address', 'Factuur- en verzendadres'),
('nl', 'billing_state', 'Billing: state'),
('nl', 'billing_zipcode', 'Billing: zipcode'),
('nl', 'bill_to', 'Factuur naar'),
('nl', 'birthday', 'Verjaardag'),
('nl', 'bling', 'Bling ERP'),
('nl', 'bling_integration', 'Integração com a Bling'),
('nl', 'block', 'Blok'),
('nl', 'blocks', 'Blokken'),
('nl', 'block_abt__ut2_advanced_subcategories_menu', 'AB: Advanced subcategories menu'),
('nl', 'block_abt__ut2_light_menu', 'AB: Fly menu'),
('nl', 'block_ab__deal_of_the_day', 'AB: Deal of the day'),
('nl', 'block_ab__deal_of_the_day_description', 'Preview of the chosen promotion'),
('nl', 'block_ab__fast_navigation', 'AB: Fast navigation'),
('nl', 'block_ab__fast_navigation_categories', 'AB: Fast navigation by categories'),
('nl', 'block_ab__fast_navigation_categories_description', 'Fast navigation block by subcategories'),
('nl', 'block_ab__fast_navigation_description', 'Block with fast navigation'),
('nl', 'block_ab__motivation_block', 'AB: Motivation block'),
('nl', 'block_ab__motivation_block_description', 'Output additional information about the store work'),
('nl', 'block_ab__multi_deal_of_the_day', 'AB: Multi Deal of the day'),
('nl', 'block_ab__multi_deal_of_the_day_description', 'Display anounce of one of chosen promotions, considering to their priorities'),
('nl', 'block_ab__promotions', 'AB: Promotions'),
('nl', 'block_ab__promotions_description', 'Promotions list'),
('nl', 'block_ab__promotion_main_data', 'AB: Promotion header'),
('nl', 'block_ab__promotion_main_data_description', 'General promotion data (name, image, description etc.)'),
('nl', 'block_already_exists_in_grid', 'Dit blok bestaat al in het rooster'),
('nl', 'block_availability_in_stores', 'Availability in stores'),
('nl', 'block_availability_in_stores_description', 'List of stores where the product can be purchased'),
('nl', 'block_banners', 'Banners'),
('nl', 'block_banners_description', 'Visuele en tekstuele banners'),
('nl', 'block_blog', 'Recente berichten'),
('nl', 'block_breadcrumbs', 'Broodkruimelpad'),
('nl', 'block_breadcrumbs_description', 'Navigatie broodkruimelpaden'),
('nl', 'block_call_request', 'Bel verzoek'),
('nl', 'block_call_request_description', 'Telefoonnummer en formulier voor bel verzoek opslaan'),
('nl', 'block_cart_content', 'Winkelwagen inhoud'),
('nl', 'block_cart_content_description', 'Huidige winkelwagen inhoud'),
('nl', 'block_categories', 'Categorieën'),
('nl', 'block_categories_description', 'Categorieën boom'),
('nl', 'block_checkout', 'Afrekenen'),
('nl', 'block_checkout_description', 'Huidige bestel informatie'),
('nl', 'block_closest_vendors', 'Closest vendors'),
('nl', 'block_closest_vendors_description', 'Vendors from customer\'s city'),
('nl', 'block_content', 'Blok inhoud'),
('nl', 'block_currencies', 'Valuta'),
('nl', 'block_currencies_description', 'Valuta keuze'),
('nl', 'block_disabled', 'Blok is uitgeschakeld voor deze locatie'),
('nl', 'block_enabled', 'Blok was ingeschakeld voor deze locatie'),
('nl', 'block_et_category_banner', 'ET - Category banners'),
('nl', 'block_et_cta', 'ET - Call to action'),
('nl', 'block_et_eib', 'ET - Extra info block'),
('nl', 'block_et_featured_product_banner_tabs', 'ET - Featured product banner tabs'),
('nl', 'block_et_featured_vendors', 'ET - Featured vendors'),
('nl', 'block_et_featured_vendors_sidebar', 'ET - Featured vendors sidebar'),
('nl', 'block_et_home_banners', 'ET - Home banners'),
('nl', 'block_et_home_grid', 'ET - Home grid'),
('nl', 'block_et_main_menu', 'ET - Main menu'),
('nl', 'block_et_menu_horizontal', 'ET - Menu (horizontal)'),
('nl', 'block_et_profile_info', 'ET - Profile info'),
('nl', 'block_et_search', 'ET - Search'),
('nl', 'block_et_sidebar_subcategories', 'ET - Sidebar subcategories'),
('nl', 'block_et_subcaegories', 'ET - Subcategories'),
('nl', 'block_et_subcategories', 'ET - Subcategories'),
('nl', 'block_et_top_menu', 'ET - Top menu'),
('nl', 'block_et_vendor_categories', 'ET - Vendor categories'),
('nl', 'block_et_vendor_contact_button', 'ET - Vendor contact button'),
('nl', 'block_et_vendor_store_description', 'ET - Vendor store description'),
('nl', 'block_et_vendor_store_header', 'ET - Vendor store header'),
('nl', 'block_et_vendor_store_header_mobile', 'ET - Vendor store header (mobile)'),
('nl', 'block_et_vendor_store_menu', 'ET - Vendor store menu'),
('nl', 'block_et_vendor_store_menu_mobile', 'ET - Vendor store menu (mobile)'),
('nl', 'block_geo_maps_customer_location', 'Customer location'),
('nl', 'block_geo_maps_customer_location_description', 'Customer city and city selection form'),
('nl', 'block_gift_certificates_verify', 'Cadeaubon verificatie'),
('nl', 'block_gift_certificates_verify_description', 'Cadeaubon invullen en valideren'),
('nl', 'block_html_block', 'HTML blok'),
('nl', 'block_html_block_description', 'Elke HTML inhoud'),
('nl', 'block_ip_after', 'Blok IP na een aantal mislukte pogingen'),
('nl', 'block_languages', 'Talen'),
('nl', 'block_languages_description', 'Taal keuze'),
('nl', 'block_lite_checkout_customer_address', 'Afrekenen: adres'),
('nl', 'block_lite_checkout_customer_address_description', 'Profielvelden voor klantadres'),
('nl', 'block_lite_checkout_customer_billing', 'Afrekenen: factuuradres'),
('nl', 'block_lite_checkout_customer_billing_description', 'Profielvelden voor factuuradres'),
('nl', 'block_lite_checkout_customer_information', 'Afrekenen: klantinformatie'),
('nl', 'block_lite_checkout_customer_information_description', 'Profielvelden voor klantinformatie'),
('nl', 'block_lite_checkout_customer_notes', 'Afrekenen: notities'),
('nl', 'block_lite_checkout_customer_notes_description', 'Opmerkingen van de klant over de bestelling'),
('nl', 'block_lite_checkout_customer_sign_in', 'Afrekenen: Aanmelden'),
('nl', 'block_lite_checkout_customer_sign_in_description', 'Log-in knop'),
('nl', 'block_lite_checkout_location', 'Afrekenen: Locatie'),
('nl', 'block_lite_checkout_location_description', 'Plaats, provincie en land van klant'),
('nl', 'block_lite_checkout_newsletters', 'Checkout: Newsletters'),
('nl', 'block_lite_checkout_newsletters_description', 'Ability to sign up for newsletters'),
('nl', 'block_lite_checkout_payment_methods', 'Afrekenen: betaalmethoden'),
('nl', 'block_lite_checkout_payment_methods_description', 'Betalingsmethode selectie'),
('nl', 'block_lite_checkout_shipping_methods', 'Afrekenen: verzendmethoden'),
('nl', 'block_lite_checkout_shipping_methods_description', 'Verzendmethode selectie'),
('nl', 'block_lite_checkout_terms_and_conditions', 'Checkout: algemene voorwaarden'),
('nl', 'block_lite_checkout_terms_and_conditions_description', 'Selectievakje voor het accepteren van algemene voorwaarden'),
('nl', 'block_localizations', 'Lokalisaties'),
('nl', 'block_localizations_description', 'Lokalisatie keuze'),
('nl', 'block_location_selector', 'Customer\'s location'),
('nl', 'block_location_selector_description', 'Enter address to search by location'),
('nl', 'block_mailing_lists', 'Nieuwsbrief aanmelding'),
('nl', 'block_mailing_lists_description', 'Het veld \'e-mailadres\' voor het aanmelden op de nieuwsbrief'),
('nl', 'block_main', 'Hoofd'),
('nl', 'block_main_description', 'Hoofd inhoud (geladen door controller)'),
('nl', 'block_manager', 'Blokbeheer'),
('nl', 'block_manager.add_layout_page', 'Opmaak pagina toevoegen'),
('nl', 'block_manager.availability.desktop', 'Desktop'),
('nl', 'block_manager.availability.phone', 'Telefoon'),
('nl', 'block_manager.availability.show_on', 'Show on'),
('nl', 'block_manager.availability.tablet', 'Tablet'),
('nl', 'block_manager.editing_layout_page', 'Opmaak pagina aanpassen'),
('nl', 'block_manager.fixed_layout', 'Vaste breedte'),
('nl', 'block_manager.fluid_layout', 'Vloeibaar'),
('nl', 'block_manager.forbid_changing_layout_in_css_mode', 'De opmaak kan niet worden gewijzigd als het thema is omgezet naar CSS. Gebruik de LESS-modus in de <a target=\"_blank\" href=\"[url]\">Themabewerker</a>.'),
('nl', 'block_manager.full_width_layout', 'Volledige breedte'),
('nl', 'block_manager.grid_columns', 'Roosterkolommen'),
('nl', 'block_manager.layout_pages', 'Opmaak pagina\'s'),
('nl', 'block_manager.layout_width', 'Breedte van de opmaak'),
('nl', 'block_manager.max_width', 'Maximale breedte'),
('nl', 'block_manager.min_width', 'Minimale breedte'),
('nl', 'block_manager.new_layout_page', 'Nieuwe opmaak pagina'),
('nl', 'block_manager.view_layout.desktop', 'Desktop preview'),
('nl', 'block_manager.view_layout.phone', 'Phone preview'),
('nl', 'block_manager.view_layout.reset_filter', 'Opmaak wijzigen'),
('nl', 'block_manager.view_layout.tablet', 'Tablet preview'),
('nl', 'block_manager.wrappers.lite_checkout', 'Lite checkout'),
('nl', 'block_menu', 'Menu'),
('nl', 'block_menu_description', 'Verschillende typen menu\'s'),
('nl', 'block_my_account', 'Mijn profiel'),
('nl', 'block_my_account_description', 'Toegang tot klantprofiel'),
('nl', 'block_name', 'Blok naam'),
('nl', 'block_options', 'Blok opties'),
('nl', 'block_order', 'Blok sortering'),
('nl', 'block_our_brands', 'Merken'),
('nl', 'block_our_brands_description', 'Product merken weergegeven in winkel'),
('nl', 'block_pages', 'Pagina\'s'),
('nl', 'block_pages_description', 'Winkel pagina\'s'),
('nl', 'block_payment_methods', 'Betaal methodes'),
('nl', 'block_payment_methods_description', 'Beschikbare betaalmethoden'),
('nl', 'block_polls', 'Polls'),
('nl', 'block_products', 'Producten'),
('nl', 'block_products_description', 'Productoverzicht'),
('nl', 'block_product_filters', 'Productfilters'),
('nl', 'block_product_filters_description', 'Productfilter opties'),
('nl', 'block_product_filters_home', 'Productfilters voor de homepage'),
('nl', 'block_product_filters_home_description', 'Product filteropties, weergegeven op de homepage'),
('nl', 'block_rees46', 'REES46'),
('nl', 'block_rees46_description', 'Блок товарных рекомендаций'),
('nl', 'block_rss_feed', 'RSS-feed'),
('nl', 'block_rss_feed_description', 'RSS-feed aanmeld-pictogram'),
('nl', 'block_search_vendors', 'Vendors by location'),
('nl', 'block_search_vendors_description', 'Search for vendors in a specific location'),
('nl', 'block_settings', 'Blok instellingen'),
('nl', 'block_shipping_methods', 'Verzendmethoden'),
('nl', 'block_shipping_methods_description', 'Beschikbare verzendmethoden'),
('nl', 'block_smarty_block', 'HTML blok met Smarty ondersteuning'),
('nl', 'block_smarty_block_description', 'Elke HTML/Smart inhoud'),
('nl', 'block_store_locator', 'Winkel zoeker'),
('nl', 'block_store_locator_description', 'Winkelzoeker blok'),
('nl', 'block_tags', 'Tags'),
('nl', 'block_tags_description', 'Product tags'),
('nl', 'block_template', 'Sjabloon'),
('nl', 'block_template_description', 'Blok met een bepaald sjabloon'),
('nl', 'block_testimonials', 'Beoordelingen'),
('nl', 'block_testimonials_description', 'Gebruikers beoordelingen'),
('nl', 'block_text', 'Blok tekst'),
('nl', 'block_time', 'Tijd waarop IP geblokkeerd moeten worden'),
('nl', 'block_vendors', 'Verkopers'),
('nl', 'block_vendors_map', 'Vendor map'),
('nl', 'block_vendors_map_description', 'A map of all vendors'),
('nl', 'block_vendor_categories', 'Verkoper categorieën'),
('nl', 'block_vendor_categories_description', 'Productcategorieën beschikbaar voor een bepaalde verkoper'),
('nl', 'block_vendor_filters', 'Filters van verkoper'),
('nl', 'block_vendor_information', 'Verkoper informatie'),
('nl', 'block_vendor_logo', 'Verkoper logo'),
('nl', 'block_vendor_plan_info', 'Vendor plan info'),
('nl', 'block_vendor_plan_info_description', 'Shows information about the selected vendor plan'),
('nl', 'block_vendor_search', 'Zoek op producten van een verkoper'),
('nl', 'block_width', 'Blok breedte'),
('nl', 'block_wrapper_updated', 'Blokomslag is bijgewerkt'),
('nl', 'blog', 'Blog'),
('nl', 'blog.add_post', 'Blog bericht plaatsen'),
('nl', 'blog.editing_post', 'Blog berichten bewerken'),
('nl', 'blog.et_featured_recent_posts_scroller', 'ET - Blog featured recent posts scroller'),
('nl', 'blog.et_sidebar_latest_posts_scroller', 'ET - Blog sidebar latest posts scroller'),
('nl', 'blog.new_post', 'Nieuwe blog berichten'),
('nl', 'blog.post', 'Bericht'),
('nl', 'blog.posts', 'Berichten'),
('nl', 'blog.read_more', 'Lees meer'),
('nl', 'blog.recent_posts', 'Blog: recente berichten'),
('nl', 'blog.recent_posts_scroller', 'Blog: recente berichten scroller'),
('nl', 'blog.text_links', 'Blog: tekstlinks'),
('nl', 'blog.view_post', 'Bericht bekijken'),
('nl', 'blog_functionality_notes', '<p>Gebruik deze pagina om het blog te beheren. Zo moeten blogberichten worden ingesteld:</p><ul><li>Blog is een standaard bericht en heeft het <b>Hoof niveau</b> als bovenliggende pagina.</li><li>Kies <b>Blog</b> als de bovenliggende pagina voor de blog berichten.</li></ul>'),
('nl', 'blog_menu_description', 'Blog berichten beheren.'),
('nl', 'bm.customer_information_block.warning.email_or_phome_must_be_required', 'Contact information must always have either email, or phone as a required field.'),
('nl', 'bm.customer_information_block.warning.field_automaticly_added', '\"[field_name]\" has been added as a required field automatically.'),
('nl', 'bm.customer_information_block.warning.field_marked_as_required', 'The \"[field_name]\" field has been marked as required.'),
('nl', 'bm_confirm', 'Deze actie uitvoeren zal dit blok [action] op alle [location_name] pagina\'s. Weet je zeker dat je wilt doorgaan?'),
('nl', 'body', 'Inhoud'),
('nl', 'body_html', 'HTML bericht'),
('nl', 'bonus', 'Bonus'),
('nl', 'bonuses', 'Bonussen'),
('nl', 'both', 'Beide'),
('nl', 'bottom_panel.admin_panel', 'Administratie paneel'),
('nl', 'bottom_panel.build_mode', 'Structuur bewerken'),
('nl', 'bottom_panel.build_mode.not_available', 'Available only at the checkout page. Add a product to cart and go to checkout to see how it works.'),
('nl', 'bottom_panel.buy_license', 'Koop een licentie'),
('nl', 'bottom_panel.change_theme', 'Verander thema'),
('nl', 'bottom_panel.community_forums', 'Community forums'),
('nl', 'bottom_panel.customer_help_desk', 'Contact support'),
('nl', 'bottom_panel.documentation', 'Documentatie'),
('nl', 'bottom_panel.download', 'Download'),
('nl', 'bottom_panel.edit_layout', 'Opmaak wijzigen'),
('nl', 'bottom_panel.edit_menus', 'Menu\'s wijzigen'),
('nl', 'bottom_panel.edit_product_tabs', 'Edit product tabs'),
('nl', 'bottom_panel.edit_template', 'Sjabloon wijzigen'),
('nl', 'bottom_panel.edit_translations', 'Vertalingen wijzigen'),
('nl', 'bottom_panel.faq', 'FAQ'),
('nl', 'bottom_panel.go_to_dashboard', 'Go to Dashboard'),
('nl', 'bottom_panel.go_to_home_page', 'Ga naar de homepagina'),
('nl', 'bottom_panel.help', 'Help'),
('nl', 'bottom_panel.hide_bottom_admin_panel', 'Hide admin toolbar'),
('nl', 'bottom_panel.hire_a_developers', 'Hire a developer'),
('nl', 'bottom_panel.preview_mode', 'Voorvertoning'),
('nl', 'bottom_panel.restore_demo', 'Restore demo'),
('nl', 'bottom_panel.settings', 'Instellingen'),
('nl', 'bottom_panel.show_bottom_admin_panel', 'Show admin toolbar'),
('nl', 'bottom_panel.storefront', 'Storefront'),
('nl', 'bottom_panel.text_mode', 'Teksten bewerken'),
('nl', 'bottom_panel.theme_mode', 'Stijl bewerken'),
('nl', 'bottom_panel.trial_left', 'Remaining trial period'),
('nl', 'bottom_panel.vendor_panel', 'Verkopers paneel'),
('nl', 'bottom_panel.video_tutorials', 'Video tutorials'),
('nl', 'bought', 'Kochten ook'),
('nl', 'bought_amount', 'Aantal gekocht'),
('nl', 'box_height', 'Hoogte doos'),
('nl', 'box_length', 'Lengte doos'),
('nl', 'box_size', 'Box size'),
('nl', 'box_width', 'Breedte doos'),
('nl', 'brand', 'Merk'),
('nl', 'brand_type', 'Merk/Fabrikant'),
('nl', 'breadcrumbs', 'Broodkruimelpaden'),
('nl', 'broken_addon_pack', 'Plug-in heeft niet de juiste opmaak. De geüploade plug-in kan niet worden gebruikt.'),
('nl', 'broken_po_pack', 'Onjuiste PO-pack structuur. De geüploade pack kan niet worden geïnstalleerd.'),
('nl', 'browse', 'Bladeren...'),
('nl', 'browser_upgrade_notice', '<p>We hebben gedetecteerd dat de browser het CS-Cart beheerpaneel niet volledig ondersteund. Deze site is te bekijken met de huidige browser, maar het kan zijn dat niet alles naar behoren werkt.</p><br><p>Het CS-Cart beheerpaneel is het best te bekijken met de volgende browsers:</p><br><ul><li>&ndash; <a href=\"http://windows.microsoft.com/en-US/internet-explorer/products/ie/home\" target=\"_blank\">Internet Explorer 9 en hoger</a></li><li>&ndash; <a href=\"http://www.mozilla.org/en-US/\" target=\"_blank\">Mozilla Firefox (laatste versie)</a></li><li>&ndash; <a href=\"https://www.google.com/intl/en/chrome/browser/\" target=\"_blank\">Google Chrome (laatste versie)</a></li></ul><br><p>Klik op één van de links om een browser naar keuze te downloaden. Installeer de browser zodra deze is gedownload.</p><br><p>Indien de browser nu niet bijgewerkt kan worden, kunt u het beheerpaneel blijven gebruiken maar wellicht werkt niet alles zoals zou moeten.<br><br><a href=\"[url]\">Ga verder</a></p>'),
('nl', 'browser_upgrade_notice_title', 'Browser upgrade melding'),
('nl', 'browse_all_available_addons', 'Blader door alle beschikbare plug-ins'),
('nl', 'browse_all_available_themes', 'Door alle beschikbare thema\'s bladeren'),
('nl', 'browse_by_category', 'Browse by category'),
('nl', 'bucket', 'Emmer'),
('nl', 'bulk_category_addition', 'Meerdere categorieën toevoegen'),
('nl', 'bulk_category_deletion_side_effects', 'Alle geselecteerde categorieën, subcategorieën en producten zullen worden verwijderd.'),
('nl', 'bulk_edit.decrease_hint', 'To decrease the value use the \"-\". Example: -5'),
('nl', 'bulk_edit.example_of_modified_value', 'Example of the modified value'),
('nl', 'bulk_edit.make_active', 'Producten actief maken'),
('nl', 'bulk_edit.make_disabled', 'Producten uitschakelen'),
('nl', 'bulk_edit.make_hidden', 'Producten verbergen'),
('nl', 'bulk_edit.price_and_stock', 'Price & Stock'),
('nl', 'bulk_edit.some_products_were_omitted', 'Some products were skipped because the last remaining category can\'t be removed or added for a product.'),
('nl', 'bulk_edit.some_products_were_omitted_other_storefront', 'Couldn\'t edit selected products. Some of the selected products belong to other storefronts; please deselect those products to be able to edit remaining ones.'),
('nl', 'bulk_edit.unable_to_delete_all_categories', 'At least one category must be selected'),
('nl', 'bulk_edit.what_do_these_checkboxes_mean', 'What do these checkboxes mean?'),
('nl', 'bulk_edit.what_do_these_checkboxes_mean_checked', 'all the selected products belong to this category or will be assigned to it.'),
('nl', 'bulk_edit.what_do_these_checkboxes_mean_indeterminate', 'some of the selected products belong to this category; no changes will be made.'),
('nl', 'bulk_edit.what_do_these_checkboxes_mean_unchecked', 'none of the selected products belong to this category, or they will be removed from it.'),
('nl', 'bulk_print_invoice', 'Meerdere facturen afdrukken'),
('nl', 'bulk_print_packing_slip', 'Meerdere pakbonnen afdrukken'),
('nl', 'bulk_print_pdf', 'Meerdere facturen afdrukken (PDF)'),
('nl', 'bulk_product_addition', 'Meerdere producten toevoegen'),
('nl', 'bundleid', 'Bundle Id'),
('nl', 'button_bgcolor', 'Knop achtergrondkleur'),
('nl', 'button_text_color', 'Knop tekst kleur'),
('nl', 'but_change', 'Wijzig'),
('nl', 'buyer_name', 'Naam koper'),
('nl', 'buy_in_advance', 'Vooraf kopen'),
('nl', 'buy_in_advance_upgrade_notification.message', '<p>Customers can now preorder products that have <b>Out of stock actions</b> set to <i>Buy in advance</i> even when the <b>Allow negative amount in inventory</b> setting is disabled. Currently the following products are available on backorder:</p><ul>[products_list]</ul><p>If you don\'t want to allow customers to purchase some of these products while you don\'t have them in stock, please edit these products and set their <b>Out of stock actions</b> to <i>None</i>.</p>'),
('nl', 'buy_in_advance_upgrade_notification.title', 'New behavior of \"Out of stock actions: Buy in advance\"'),
('nl', 'buy_license', 'Koop een licentie'),
('nl', 'buy_new_storefront_license', 'Buy [product] Storefront License'),
('nl', 'buy_now', 'Koop nu'),
('nl', 'buy_now_url', 'Koop nu URL'),
('nl', 'buy_together', 'Samen kopen'),
('nl', 'buy_together_calculation_information', 'Totaalprijs: [total_price], korting: [korting], combinatie prijs: [combination_price]'),
('nl', 'buy_together_combination_cannot_be_added', 'Combinatie kan niet worden toegevoegd aan uw winkelwagen'),
('nl', 'buy_together_fill_the_mandatory_fields', 'Geef productopties op voordat u dit product aan uw winkelwagen toevoegt.'),
('nl', 'buy_together_is_not_compatible_with_configurator', '[product_name] kan niet worden toegevoegd aan de combinatie. Samen kopen is niet compatibel met de productconfiguratie plug-in'),
('nl', 'buy_together_is_not_compatible_with_recurring_billing', '[product_name] kan niet worden toegevoegd aan de combinatie. De plug-in Samen Kopen is niet compatibel met de terugkerende facturering plug-in'),
('nl', 'buy_together_product_was_removed', '[product] is onvoldoende beschikbaar ([hoeveelheid]) en werd verwijderd van uw winkelwagen'),
('nl', 'by', 'door'),
('nl', 'bytes', 'bytes'),
('nl', 'by_fixed', 'met vast bedrag'),
('nl', 'by_percentage', 'met percentage van oorspronkelijke prijs'),
('nl', 'b_first_name_and_last_name', 'First name and last name (for billing)'),
('nl', 'b_fullname', 'Volledige naam (voor facturatie)'),
('nl', 'b_last_name_and_first_name', 'Last name and first name (for billing)'),
('nl', 'C128A', 'Code 128 is een high-density barcode symbology.<br/>Op grote schaal gebruikt over de hele wereld.<br/>Code 128 is ontworpen om 128 volledige ASCII-tekens te coderen.<br/>Code 128-A - 0-9, A-Z, ASCII control codes, speciale karakters.<br/>Code 128-B - 0-9, A-Z, a-z, speciale karakters.<br/>Code 128-C - 00-99 (dubbele density encoding van uitsluitend numerieke gegevens).<br/>'),
('nl', 'C128B', 'Code 128 is een high-density barcode symbology.<br/>Wereldwijd veelvuldig gebruikt.<br/>Code 128 is ontworpen om 128 full ASCII karakters te coderen.<br/>Code 128-A - 0-9, A-Z, ASCII control codes, speciale karakters.<br/>Code 128-B - 0-9, A-Z, a-z, speciale karakters.<br/>Code 128-C - 00-99 (double density encoding van uitsluitend numerieke gegevens).<br/>'),
('nl', 'C128C', 'Code 128 is een high-density barcode symbology.<br/>Wereldwijd veelvuldig gebruikt.<br/>Code 128 is ontworpen om 128 full ASCII karakters te coderen.<br/>Code 128-A - 0-9, A-Z, ASCII control codes, speciale karakters.<br/>Code 128-B - 0-9, A-Z, a-z, speciale karakters.<br/>Code 128-C - 00-99 (double density encoding voor uitsluitend numerieke gegevens).<br/>'),
('nl', 'C39', 'Ook bekend als USS Code 39, 3 of 9.<br/>Code 39 kan alfanumerieke tekens coderen.<br/>De symbology wordt gebruikt in non-retail omgeving.<br/>Code 39 is ontworpen om 26 hoofdletters, 10 cijfers en 7 speciale karakters te coderen.'),
('nl', 'cache_cleared', 'Cache is gewist'),
('nl', 'calculate', 'Bereken'),
('nl', 'calculate_shipping_cost', 'Bereken verzendkosten'),
('nl', 'calendar', 'Kalender'),
('nl', 'call_request.work_time', 'Mon-Fr 9a.m.-6p.m.'),
('nl', 'call_requests', 'Bel verzoeken'),
('nl', 'call_requests.agreement_text_full_request_call_request_form', '<p>We ([company]) will use the data you provide here to contact you regarding your call request or order. That data will remain in our system, visible to our staff (or the relevant vendor), until you withdraw your consent. If you’d like to have your personal data removed, send an email to [email].</p> <p>If you believe that your personal data has been misused, you have the right to lodge a complaint with a supervisory authority. We’re obliged by EU General Data Protection Regulation to let you know about this right; we don’t actually intend to misuse your data.</p>'),
('nl', 'call_requests.agreement_text_short_request_call_request_form', 'I agree to have my personal data <u>processed as follows.</u>'),
('nl', 'call_requests.awaiting_call', 'Wachtend op oproep'),
('nl', 'call_requests.buy_now_with_one_click', 'Koop nu met één klik'),
('nl', 'call_requests.convenient_time', 'Convenient time'),
('nl', 'call_requests.enter_phone_or_email_text', 'Plaats uw telefoonnummer of e-mailadres (zodat wij contact met u kunnen opnemen)'),
('nl', 'call_requests.error_validate_call_form', 'Vul uw e-mailadres of telefoonnummer in'),
('nl', 'call_requests.error_validator_phone', 'Het telefoonnummer in het veld <b>[field]</b> is ongeldig.'),
('nl', 'call_requests.event.request_about_product_created.name', 'Call requests: request about product created'),
('nl', 'call_requests.event.request_created.name', 'Call requests: request created'),
('nl', 'call_requests.notes', 'Opmerkingen'),
('nl', 'call_requests.no_name_specified', 'Geen naam opgegeven'),
('nl', 'call_requests.order_exists', 'Bestelling is aanwezig'),
('nl', 'call_requests.order_placed', 'We hebben uw aanvraag ontvangen! Bestelling #[order_id] is aangemaakt. We zullen spoedig contact met u opnemen.'),
('nl', 'call_requests.person_name_and_phone', 'Naam en telefoonnummer'),
('nl', 'call_requests.phone_from_settings', 'Telefoon van instellingen'),
('nl', 'call_requests.requested_product', 'Gevraagde product'),
('nl', 'call_requests.request_call', 'Bel verzoek'),
('nl', 'call_requests.request_call_request_form', 'Call requests: request form'),
('nl', 'call_requests.request_recieved', 'We hebben uw aanvraag ontvangen en zullen spoedig contact met u opnemen.'),
('nl', 'call_requests.responsible', 'Verantwoordelijk'),
('nl', 'call_requests.status.completed', 'Afgerond'),
('nl', 'call_requests.status.in_progress', 'In behandeling'),
('nl', 'call_requests.status.new', 'Nieuw'),
('nl', 'call_requests.status.no_answer', 'Geen antwoord'),
('nl', 'call_requests.text_buy_with_one_click_request', 'Klant [customer] is <a href=\"[href]\">in afwachting van een telefoontje</a> op telefoonnummer [phone_number], met betrekking tot de aankoop van het product <a href=\"[product_href]\">[product_name]</a>.'),
('nl', 'call_requests.text_call_request', 'Customer [customer] is <a href=\"[href]\">awaiting your call</a> on [phone_number].'),
('nl', 'call_requests.text_call_request_call_time', 'Bij voorkeur bellen tussen [time_from] en [time_to].'),
('nl', 'call_requests.use_for_call_requests', 'Bel verzoek en Koop nu met één klik-formulier'),
('nl', 'call_requests_menu_description', 'Bel verzoeken van klant beheren'),
('nl', 'campaign', 'Campagne'),
('nl', 'campaigns', 'Campagnes'),
('nl', 'campaign_stats', 'Campagne statistieken'),
('nl', 'canada_post_activation_error', 'Om de Canada post verzending te activeren moet de Canadese Dollar zijn ingeschakeld.'),
('nl', 'canada_post_upgrade_notification_text', '<p>De nieuwste versie van [product] heeft verschillende instellingen voor het berekenen van de werkelijke verzendkosten als u Canada Post als koerier gebruikt.</p><p>Als u de huidige verzendkosten aan uw klanten wilt tonen, doet u dit:</p><ul><li>ga naar Beheer > Verzenden & belastingen> Verzendmethoden</li><li>kies de verzendmethode die Canada Post gebruikt als koerier om verzendkosten te berekenen</li><li>schakel over naar het tabblad Algemeen en voer de juiste verzendservice in</li><li>ga naar het tabblad Configureren en voer de juiste <a href=\"https://www.canadapost.ca/cpo/mc/business/productsservices/developers/services/gettingstarted.jsf\" target=\"_blank\">API-sleutels</a></li></ul>'),
('nl', 'canada_post_upgrade_notification_title', 'Canada Post werkelijke verzendkosten berekening wijzigingen'),
('nl', 'cancel', 'Annuleren'),
('nl', 'canceled_reversal', 'Geannuleerde herroeping'),
('nl', 'cancelled', 'Geannuleerd'),
('nl', 'cancel_order', 'Cancelar pedido'),
('nl', 'cancel_url_target', 'Annuleer URL doel'),
('nl', 'cannot_buy', 'U kunt het product niet kopen met deze optie-variant'),
('nl', 'cannot_proccess_checkout', 'De winkelwagen is nog leeg. Afrekenen is hierdoor nog niet mogelijk.'),
('nl', 'cannot_proccess_checkout_without_payment_methods', 'Er zijn geen betaalmethodes beschikbaar, dus kunt u niet verder om af te rekenen.'),
('nl', 'cannot_remove_active_theme', 'Kan het actieve thema niet verwijderen'),
('nl', 'cannot_remove_theme_has_dependent_themes', 'The theme can\'t be removed as the following themes depend on it: [dependent_themes]'),
('nl', 'cannot_upload_file', 'Kan bestand niet uploaden'),
('nl', 'cannot_write_file', 'Kan niet naar bestand <b>[file]</b> schrijven: controleer rechten van bestanden en/of mappen.'),
('nl', 'cant_create_backup_file', 'Het back-up bestand kan niet worden geupload. Controleer de rechten van de map \"var/backups\" in de installatie.'),
('nl', 'cant_find_thread', 'Bericht kan niet worden gevonden.'),
('nl', 'cant_remove_addon_files', 'Add-on files couldn\'t be removed'),
('nl', 'cant_remove_default_storefront', 'Standaard storefront <b>[url]</b> kan niet worden verwijderd'),
('nl', 'cant_save_percentage_price', 'U kunt geen percentage waarden gebruiken voor de basis prijs.'),
('nl', 'cant_upload_file', 'Kan het bestand niet uploaden. Het probleem zit niet noodzakelijk aan het einde van het [product]. Neem contact op met uw serverbeheerder of onze technische ondersteuning als dit regelmatig gebeurt.'),
('nl', 'captcha_upgrade_notification_text', '<p>Previously you had to use <b>Settings → Image verification</b> to configure anti-bot protection. Starting with [product] 4.5.1, that section of the settings doesn\'t exist. All relevant settings were moved to the Google reCAPTCHA add-on. The values of those settings remain as they were before the upgrade.</p><p>The Google reCAPTCHA add-on is now the only mechanism of anti-bot protection available in [product] by default. To set up anti-bot validation, follow these steps:</p><ol><li>Go to <b>Add-ons → Manage add-ons</b>.</li><li>Find and click on <b>Google reCAPTCHA</b> in the list of add-ons.</li><li>A pop-up window will open. Enter <b>Site key</b> and <b>Secret token</b>, then save your changes. The instructions on how to get the key and token are available <a href=\'https://developers.google.com/recaptcha/docs/start\' target=\'_blank\'>here</a>.</li><li>Configure other settings of the add-on as you see fit.</li></ol>'),
('nl', 'captcha_upgrade_notification_title', 'Image verification was fully replaced by Google reCAPTCHA'),
('nl', 'capture', 'Pakken'),
('nl', 'card', 'Kaart'),
('nl', 'cardholder_name', 'Naam van kaarthouder'),
('nl', 'card_number', 'Kaartnummer'),
('nl', 'carousel', 'Slideshow'),
('nl', 'carousel_swiper', 'Swiper'),
('nl', 'carrier', 'Vervoerder'),
('nl', 'carrier_aup', 'Australië Post'),
('nl', 'carrier_can', 'Canada Post'),
('nl', 'carrier_dhl', 'DHL'),
('nl', 'carrier_fedex', 'FedEx'),
('nl', 'carrier_store_locator', 'Afhalen'),
('nl', 'carrier_swisspost', 'SwissPost'),
('nl', 'carrier_temando', 'Temando'),
('nl', 'carrier_ups', 'UPS'),
('nl', 'carrier_usps', 'USPS'),
('nl', 'cart', 'Winkelwagen'),
('nl', 'cart_content', 'Inhoud winkelwagen'),
('nl', 'cart_contents', 'Inhoud winkelwagen'),
('nl', 'cart_info', 'Webshop informatie'),
('nl', 'cart_is_empty', 'Winkelwagen is leeg'),
('nl', 'cart_items', 'Winkelwagen items'),
('nl', 'cart_or_wishlist', 'Winkelwagen of verlanglijst'),
('nl', 'cart_subtotal', 'Subtotaal'),
('nl', 'cash_on_delivery', 'Rembours'),
('nl', 'catalog', 'Catalogus'),
('nl', 'catalog_mode', 'Catalogus-modus'),
('nl', 'catalog_pages', 'Catalogus pagina\'s'),
('nl', 'categories', 'Categorieen'),
('nl', 'categories_have_been_added', 'Categorieën zijn toegevoegd'),
('nl', 'categories_in', 'Categorieën in'),
('nl', 'categories_menu_description', 'Productcategorieën in de webwinkel beheren.'),
('nl', 'category', 'Categorie'),
('nl', 'category_deletion_side_effects', 'Alle geselecteerde categorieën, subcategorieën en producten zullen worden verwijderd.'),
('nl', 'category_delimiter', 'Categorie scheidingsteken'),
('nl', 'category_description', 'Categorie-omschrijving'),
('nl', 'category_location', 'Categorie lokatie'),
('nl', 'category_name', 'Categorie naam'),
('nl', 'cc_button_submit', 'Ga verder om af te rekenen'),
('nl', 'cc_last_digit', 'Final do cartão'),
('nl', 'cdn_settings', 'CDN instellingen'),
('nl', 'central', 'Centraal'),
('nl', 'central_content', 'Centrale content'),
('nl', 'certificate', 'Certificaat'),
('nl', 'certificate_already_used', 'Deze cadeaubon is al in gebruik'),
('nl', 'certificate_code_not_available', 'Cadeaubon kan niet worden toegepast. Neem contact met ons op.'),
('nl', 'certificate_code_not_valid', 'Cadeaubon code is ongeldig'),
('nl', 'certificate_filename', 'Bestandsnaam certificaat'),
('nl', 'certificate_verification', 'Cadeaubon inwisselen'),
('nl', 'change', 'Wijzig'),
('nl', 'changed', 'Gewijzigd'),
('nl', 'changes', 'Wijzigingen'),
('nl', 'change_access_permission_to_config', 'Het is aanbevolen om de toegangsrechten voor het bestand config.local.php te wijzigen. Het zou 644 (lees/schrijf voor alle gebruikers en lees voor andere) moeten zijn.'),
('nl', 'change_addons_initialization', 'Initialisatie plug-ins wijzigen'),
('nl', 'change_addons_initialization_description', 'Alle plug-ins of alle plug-ins van derden kunnen worden uitgeschakeld om te bepalen of een bepaald probleem wordt veroorzaakt door een plug-in. Later kunnen deze weer worden ingeschakeld met één klik.'),
('nl', 'change_customer', 'Change customer'),
('nl', 'change_gift_certificate_status', 'Status cadeaubon wijzigen naar'),
('nl', 'change_language', 'Wijzig taal'),
('nl', 'change_order_status_b_subj', 'Bestelling #[order] is nabesteld'),
('nl', 'change_order_status_b_text', 'De bestelling is nabesteld.'),
('nl', 'change_order_status_c_subj', 'Bestelling #[order] is afgerond'),
('nl', 'change_order_status_c_text', 'De bestelling is afgerond. Bedankt voor het vertrouwen in ons.'),
('nl', 'change_order_status_default_subj', 'De status van bestelling #[order] is gewijzigd naar [status]'),
('nl', 'change_order_status_default_text', 'De status van uw bestelling is gewijzigd naar [status].'),
('nl', 'change_order_status_d_subj', 'Bestelling #[order] is afgewezen'),
('nl', 'change_order_status_d_text', 'De bestelling is afgewezen. Neem contact met ons op voor meer informatie.'),
('nl', 'change_order_status_f_subj', 'Bestelling #[order] is mislukt'),
('nl', 'change_order_status_f_text', 'Er ging iets mis bij de bestelling. Neem contact met ons op voor meer informatie.'),
('nl', 'change_order_status_i_subj', 'Bestelling #[order] is geannuleerd'),
('nl', 'change_order_status_i_text', 'De bestelling is geannuleerd. Neem contact met ons op voor meer informatie.'),
('nl', 'change_order_status_o_subj', 'Bestelling #[order] is met succes geplaatst'),
('nl', 'change_order_status_o_text', 'Bedankt voor de bestelling. Tot ziens!'),
('nl', 'change_order_status_p_subj', 'Bestelling #[order] is verwerkt'),
('nl', 'change_order_status_p_text', 'De bestelling is met succes verwerkt.'),
('nl', 'change_password_notification', 'Wijzig uw wachtwoord'),
('nl', 'change_password_notification_body', 'Uw wachtwoord voor het beheerpaneel van de webwinkel [store] is [days] dagen geleden voor het laatst gewijzigd. Om veiligheidsredenen is het beter uw wachtwoord te wijzigen. Klik op de volgende link om dit te doen:'),
('nl', 'change_permissions', 'Rechten wijzigen'),
('nl', 'change_points', 'Spaarpunten wijzigen'),
('nl', 'change_range', 'Wijzig bereik'),
('nl', 'charged_amount', 'Kostenbedrag'),
('nl', 'charge_to_vendor_account', 'In rekening brengen aan verkoper'),
('nl', 'charset', 'Karakterset'),
('nl', 'chart', 'Diagram'),
('nl', 'charts', 'Diagram'),
('nl', 'chart_type', 'Diagramtype'),
('nl', 'check', 'Controleer'),
('nl', 'checkbox', 'Checkbox'),
('nl', 'checked', 'Gecontroleerd'),
('nl', 'checking_account_number', 'Bankrekeningnummer'),
('nl', 'checking_core_edition_is_not_suitable', 'Deze versie van CS-Cart ([current_edition]) wordt niet ondersteund. De [required_edition]-versie is vereist.'),
('nl', 'checking_core_version_is_not_suitable', 'Deze versie van CS-Cart ([version]) wordt niet ondersteund. Minimaal: [min]. Maximaal: [max].'),
('nl', 'checking_extension_should_be_installed', 'De [extension] plug-in moet op de server worden geïnstalleerd voor een correcte werking.'),
('nl', 'checking_extension_should_be_removed', 'De [extension] plug-in moet van der server worden verwijderd voor een correcte werking.'),
('nl', 'checking_extension_version_is_not_suitable', 'De [extension] versie ([version]) wordt niet ondersteund door de plug-in. Minimaal: [min]. Maximaal: [max].'),
('nl', 'checking_php_version_is_not_suitable', 'PHP versie ([version]) wordt niet ondersteund. Minimaal: [min]. Maximaal: [max].'),
('nl', 'checkout', 'Afrekenen'),
('nl', 'checkout.email_exists.popup.cancel_btn', 'Use another email'),
('nl', 'checkout.email_exists.popup.message', 'An account with your email already exists. We can sign you in (password won\'t be needed), or you can use another email if you\'d like.'),
('nl', 'checkout.email_exists.popup.sign_in_btn', 'Sign me in'),
('nl', 'checkout.email_exists.popup.title', 'You may have bought from us before'),
('nl', 'checkout.min_cart_subtotal_required', 'Om af te rekenen dient uw totaal hoger te zijn dan [amount]'),
('nl', 'checkout_as_guest', 'Alleen afrekenen'),
('nl', 'checkout_block_with_heading', 'Checkout block (H2 heading)'),
('nl', 'checkout_edp_terms_n_conditions', 'Ik accepteer de voorwaarden in de');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('nl', 'checkout_location_was_rewritten_upgrade_notification_text', '<p>You can now move parts of the new checkout page around, or hide the parts you don\'t need. To do this, go to <b>Design → Layouts</b> and switch to the <i>Checkout</i> tab. For your convenience, we have updated your checkout page: it now has all the new blocks that a clean [product] installation has. Please check your checkout page and modify it as you see fit.</p><p>We also made a back-up of your previous checkout page. If you need to revert our changes, just import the layout from <b>[file_paths]</b></p><p><a href=\"[layout_page]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Configure checkout here</a></p>'),
('nl', 'checkout_location_was_rewritten_upgrade_notification_title', 'Afrekenpagina aanpassen'),
('nl', 'checkout_select_profile_before_order', 'Please select a profile before you place the order.'),
('nl', 'checkout_terms_n_conditions', 'Aanvinken om de [terms_href] te accepteren'),
('nl', 'checkout_terms_n_conditions_alert', 'Om verder te gaan dient u de algemene voorwaarden te accepteren.'),
('nl', 'checkout_terms_n_conditions_name', 'Algemene voorwaarden'),
('nl', 'check_active', 'Actief'),
('nl', 'check_again', 'Controleer nogmaals'),
('nl', 'check_all', 'Alle'),
('nl', 'check_disabled', 'Uitgeschakeld'),
('nl', 'check_hidden', 'Verborgen'),
('nl', 'check_items_text', 'Controleer het gewenste item en klik op de knop \"Opslaan\" om bestelstatussen, betaalmethoden en locaties in de conditielijst op te nemen.'),
('nl', 'check_none', 'Geen'),
('nl', 'check_number', 'Controleer nummer'),
('nl', 'check_pending', 'In afwachting'),
('nl', 'check_permissions', 'Rechten controleren'),
('nl', 'check_php_timeout', 'PHP time-out controleren'),
('nl', 'check_server_export_settings', 'Controleer de server export-instellingen'),
('nl', 'check_ssl', 'Controleer SSL'),
('nl', 'check_uncheck_all', 'Alles aan/uitvinken'),
('nl', 'chinese', 'Chinees'),
('nl', 'choose', 'Kies'),
('nl', 'choose_action', 'Kies actie'),
('nl', 'choose_category', 'Kies categorie'),
('nl', 'choose_user', 'Kies gebruiker'),
('nl', 'choose_your_country', 'Kies uw land'),
('nl', 'choose_your_store_mode', 'Kies uw licentie modus'),
('nl', 'cities', 'Steden'),
('nl', 'city', 'Stad'),
('nl', 'classes', 'klasses'),
('nl', 'clean', 'schoon'),
('nl', 'cleanup_history', 'Geschiedenis opschonen'),
('nl', 'cleanup_log', 'Log opschonen'),
('nl', 'clean_logs', 'Logbestanden opschonen'),
('nl', 'clean_old_logs', 'Logboeken die ouder zijn dan [n] dag legen|Logboeken die ouder zijn dan [n] dagen legen'),
('nl', 'clean_up_all_locations_on_import', 'Locaties opschonen voor de import'),
('nl', 'clear', 'Verwijder'),
('nl', 'clear_cache', 'Cache leeg maken'),
('nl', 'clear_cart', 'Winkelwagen Legen'),
('nl', 'clear_conditions', 'Wis voorwaarden'),
('nl', 'clear_fields', 'Velden leegmaken'),
('nl', 'clear_list', 'Lijst wissen'),
('nl', 'clear_thumbnails', 'Gegenereerde miniaturen opschonen'),
('nl', 'clear_wishlist', 'Verlanglijst wissen'),
('nl', 'clicks', 'Klikken'),
('nl', 'client_id', 'Klantnummer'),
('nl', 'clone', 'Kloon'),
('nl', 'clone_categories', 'Categorieën kopiëren'),
('nl', 'clone_from', 'Kloon van'),
('nl', 'clone_layouts', 'Opmaak kopiëren'),
('nl', 'clone_pages', 'Deel pagina\'s'),
('nl', 'clone_payments', 'Deel betaal mogelijkheden'),
('nl', 'clone_products', 'Deel producten'),
('nl', 'clone_product_features', 'Deel producteigenschappen'),
('nl', 'clone_product_filters', 'Deel product filters'),
('nl', 'clone_profile_fields', 'Deel profielvelden'),
('nl', 'clone_promotions', 'Deel aanbiedingen'),
('nl', 'clone_selected', 'Kloon geselecteerd'),
('nl', 'clone_settings', 'Instellingen kopiëren'),
('nl', 'clone_shippings', 'Deel verzendmethodes'),
('nl', 'clone_sitemap', 'Sitemap kopiëren'),
('nl', 'clone_static_data_clone', 'Menu\'s kopiëren'),
('nl', 'clone_table', 'Kloon tabel'),
('nl', 'clone_theme', 'Kloon thema'),
('nl', 'clone_this_item', 'Kloon item'),
('nl', 'clone_this_page', 'Kloon deze pagina'),
('nl', 'close', 'Sluiten'),
('nl', 'close_selected_storefronts', 'Close selected'),
('nl', 'close_storefront', 'Winkel sluiten'),
('nl', 'close_storefront.setting_notice', 'U kunt een winkel openen of sluiten op de bewerkingspagina van de winkel'),
('nl', 'cmcic_societe', 'Société'),
('nl', 'cname', 'CNAME'),
('nl', 'code', 'Code'),
('nl', 'code_snippets', 'Code snippets'),
('nl', 'coefficient', 'Coëfficient'),
('nl', 'collapse_bg_color', 'Achtergrondkleur inkorten'),
('nl', 'collapse_section', 'Collapse section'),
('nl', 'collapse_sublist_of_items', 'Itemlijst opvouwen'),
('nl', 'collapse_text_color', 'Tekstkleur inkorten'),
('nl', 'color', 'Kleur'),
('nl', 'column', 'Kolom'),
('nl', 'combination', 'Combinatie'),
('nl', 'combination_code', 'Combination code'),
('nl', 'combination_products', 'Combinatieproducten'),
('nl', 'comma', 'Komma'),
('nl', 'comment', 'Reactie'),
('nl', 'comments', 'Reacties'),
('nl', 'comments_and_reviews', 'Opmerkingen en beoordelingen'),
('nl', 'comments_and_reviews_menu_description', 'Opmerkingen en beoordelingen van klanten op producten, categorieën, bestellingen, enz.'),
('nl', 'comment_by', 'Reactie door'),
('nl', 'comment_hint', 'Geef uw reactie'),
('nl', 'commerceml.map.entity_type.warehouse', 'Warehouses'),
('nl', 'commerceml.tab.warehouse', 'Warehouses'),
('nl', 'commission', 'Commissie'),
('nl', 'commissions', 'Commissies'),
('nl', 'commissions_of_last_periods', 'Commissies van laatste periode'),
('nl', 'commission_rates', 'Commissie tarieven'),
('nl', 'communication', 'Mededeling'),
('nl', 'communication_and_rating', 'Mededeling en beoordeling'),
('nl', 'compact_list', 'Compacte lijst'),
('nl', 'companies', 'Verkopers'),
('nl', 'company', 'Bedrijf'),
('nl', 'company_address', 'Bedrijfsadres'),
('nl', 'company_name', 'Bedrijfsnaam'),
('nl', 'company_not_found', 'Geselecteerde bedrijf niet gevonden.'),
('nl', 'company_phone', 'Bedrijfs telefoonnummer'),
('nl', 'company_settings', 'Bedrijfsinstellingen'),
('nl', 'compare', 'Vergelijk'),
('nl', 'compare_product_features', 'Vergelijk producteigenschappen'),
('nl', 'comparison_list', 'Vergelijkingslijst'),
('nl', 'comparison_list_note', 'Ga naar de productvergelijking'),
('nl', 'comparsion', 'Comparison'),
('nl', 'compatible_class', 'Compatibele class'),
('nl', 'completed', 'Voltooid'),
('nl', 'compressing_backup', 'Back-up inpakken'),
('nl', 'compress_dump', 'Back-up inpakken'),
('nl', 'condition', 'Conditie'),
('nl', 'conditions', 'Voorwaarden'),
('nl', 'configure', 'Configureren'),
('nl', 'confirm', 'Bevestig'),
('nl', 'confirmation_dialog', 'Bevestigingsdialoog'),
('nl', 'confirmed', 'Bevestigd'),
('nl', 'confirm_password', 'Bevestig wachtwoord'),
('nl', 'conflicts', 'Conflicten'),
('nl', 'congratulations', 'Gefeliciteerd!'),
('nl', 'connection_ticket', 'Connectie ticket'),
('nl', 'contact', 'Contact'),
('nl', 'contact_information', 'Contactinformatie'),
('nl', 'contact_us_for_price', '[Bel voor prijsopgave]'),
('nl', 'container_not_used', 'Deze container wordt NIET gebruikt. In plaats daarvan wordt de \"[container]\" container van de standaard locatie gebruikt. Deze locatie als standaard instellen zodat deze container als \"[container]\" voor alle locaties gebruikt wordt.'),
('nl', 'container_options', 'Container opties'),
('nl', 'content', 'Inhoud'),
('nl', 'content_alignment', 'Inhoud uitlijning'),
('nl', 'content_changed_for', 'Dit blok heeft verschillende inhoud voor'),
('nl', 'continue', 'Verder'),
('nl', 'continue_shopping', 'Verder winkelen'),
('nl', 'controller', 'Vervangen door'),
('nl', 'controller_description', 'Als u een SEO-naam wilt opgeven voor de URL, bijvoorbeeld http://example.com/index.php?dispatch= <b>categories.catalog</b>, moet u de \"<b>categories.catalog</b>\" waarde invoeren in het veld \"<b>de waarde van de  \"dispatch\"-parameter van de URL</b>\" en de SEO-naam invoeren in het veld \"<b>SEO naam</b>\".'),
('nl', 'conversion', 'Conversie'),
('nl', 'converting_data_in_table', 'Converteren gegevens in tabel [table]'),
('nl', 'cookie_is_disabled', '<a href=\"http://www.wikihow.com/Enable-Cookies-in-Your-Internet-Web-Browser\" target=\"_blank\">Stel uw internet browser in zodat deze cookies accepteert</a> voor een volledige winkelervaring'),
('nl', 'cookie_policy_upgrade_notification_text', '<p>Some countries require that websites notify customers about the use of cookies. Previously you could do that under <b>Settings → Security</b>. That setting has now been moved to the <b>GDPR Compliance (EU)</b> add-on. Here\'s what we advise doing:</p><ol><li>Go to <b>Add-ons → Manage add-ons</b>.</li><li>Switch to the <b>Browse all available add-ons</b> tab.</li><li>Make sure that the <b>GDPR Compliance (EU)</b> add-on is installed and active.</li><li>Click on the add-on name to open the its settings.</li><li>If the <b>Cookie consent</b> setting is set to <i>Implicit</i>, then your store behaves as before the upgrade.</li><li>Switch to the GDPR tab and make sure that the notifications about personal data processing are configured as you want them to.</li><li>Click <b>Save</b>.</li></ol><p>If you\'d like, you can set the consent mode to <i>Explicit</i>; that way customers will need to explicitly agree to the use of cookies before they can access your store.</p>'),
('nl', 'cookie_policy_upgrade_notification_title', 'Cookie notification settings moved to GDPR add-on'),
('nl', 'coordinates', 'Coördinaten'),
('nl', 'copied', 'Gekopieerd'),
('nl', 'copy', 'Kopie'),
('nl', 'copyright_shopping_cart', 'CS-Cart - webwinkelsoftware'),
('nl', 'copy_from_layout', 'Gegevens van opmaak kopiëren'),
('nl', 'copy_theme_from_another_storefront', 'Kopieer het thema en de lay-outs van een andere winkel'),
('nl', 'copy_to_other_locations', 'Naar andere locaties kopiëren'),
('nl', 'core', 'Kern'),
('nl', 'core_files_have_been_modified', 'Some of your <a href=\"[changes_url]\">core files</a>  were changed manually. That can lead to various problems, especially when upgrading to a new version of [product]. To learn more about why we advise against changing the core files, please read this <a href=\"[docs_url]\" target=\"_blank\" >article</a>.<br><br>[product] automatically checks for changes in core files every time you log in. To disable this check, go to <a href=\"[settings_url]\">Settings → General</a>  and untick the Monitor changes in core files checkbox.'),
('nl', 'cost', 'Kosten'),
('nl', 'cost_dependences', 'Kosten-afhankelijkheden'),
('nl', 'could_not_connect_to_database', 'Could not connect to database'),
('nl', 'could_not_open_file', 'Sorry, kon het bestand niet openen.'),
('nl', 'countries', 'Landen'),
('nl', 'countries_list', 'Landenlijst'),
('nl', 'countries_menu_description', 'Beheer de landen welke door uw webwinkel worden ondersteund.'),
('nl', 'country', 'Land'),
('nl', 'country_code', 'Country code'),
('nl', 'count_document_fail_imported', 'Documenten importeren is mislukt:'),
('nl', 'count_document_successfully_imported', 'Documenten geïmporteerd:'),
('nl', 'count_email_template_fail_imported', 'E-mail sjablonen importeren is mislukt:'),
('nl', 'count_email_template_successfully_imported', 'E-mail sjablonen geïmporteerd:'),
('nl', 'count_internal_template_fail_imported', 'On-site notification templates import failed:'),
('nl', 'count_internal_template_successfully_imported', 'On-site notification templates successfully imported:'),
('nl', 'count_snippet_fail_imported', 'Snippets import failed:'),
('nl', 'count_snippet_successfully_imported', 'Snippets successfully imported:'),
('nl', 'coupon', 'Coupon'),
('nl', 'coupons', 'Couponnen'),
('nl', 'coupon_already_used', 'Deze coupon is al in gebruik'),
('nl', 'coupon_code', 'Coupon code'),
('nl', 'cpi_hash_key', 'CPI Hash Key'),
('nl', 'create', 'Aanmaken'),
('nl', 'created', 'Aangemaakt'),
('nl', 'create_account', 'Klantprofiel aanmaken'),
('nl', 'create_administrator_account', 'Beheerdersaccount aanmaken'),
('nl', 'create_and_close', 'Aanmaken en sluiten'),
('nl', 'create_backup', 'Back-up aanmaken'),
('nl', 'create_detailed_shipment', 'Gedetailleerde zending maken'),
('nl', 'create_file', 'Bestand aanmaken'),
('nl', 'create_folder', 'Map aanmaken'),
('nl', 'create_gift_certificate', 'Cadeaubon maken'),
('nl', 'create_gift_certificate_for_customer', 'Een cadeaubon voor deze klant maken'),
('nl', 'create_guest_account', 'Snel afrekenen zonder klantprofiel aan te maken'),
('nl', 'create_new_account', 'Maak een klantprofiel aan zodat u de volgende keer eenvoudig kunt inloggen'),
('nl', 'create_new_block', 'Nieuw blok aanmaken'),
('nl', 'create_new_layout', 'Nieuwe opmaak'),
('nl', 'create_new_order', 'Nieuwe bestelling aanmaken'),
('nl', 'create_process_payment', 'Betaling aanmaken en verwerken'),
('nl', 'create_profile', 'Nieuw profiel aanmaken'),
('nl', 'create_profile_notification_header', 'Dank u voor het registreren als gebruiker in onze winkel. Hieronder vindt u uw accountgegevens.'),
('nl', 'create_table', 'Aanmaken nieuwe tabel'),
('nl', 'create_ticket', 'Create Ticket'),
('nl', 'creating', 'Aanmaken'),
('nl', 'creating_storefront', 'Creating storefront'),
('nl', 'creating_table', 'Aanmaken tabel'),
('nl', 'creation_date', 'Aanmaakdatum'),
('nl', 'credit_card', 'Credit card'),
('nl', 'credit_card_info', 'Dit nummer is geprint op de achterkant van de kaart. Het zijn 3 getallen NA het creditcard nummer.'),
('nl', 'credit_card_number', 'Creditcard nummer'),
('nl', 'credit_memo', 'Creditnota'),
('nl', 'credit_memo_id', 'Creditnota ID'),
('nl', 'cresecureapitoken', 'CRE SecureAPIToken'),
('nl', 'cresecureid', 'CRE SecureID'),
('nl', 'cresecure_allowed_types', 'Toegestane kaart types'),
('nl', 'cron_export', 'Cron export-instellingen'),
('nl', 'cscart_uvdesk', 'UVDesk Dashboard'),
('nl', 'cscart_uvdesk_menu_description', 'Uvdesk dashboard manage, tickets view, etc.'),
('nl', 'csv_delimiter', 'CSV scheidingsteken'),
('nl', 'csv_file', 'CSV bestand'),
('nl', 'cta', 'ET - Call to action'),
('nl', 'curl_error_code_reference_link', 'Om te weten te komen wat de Curl error heeft veroorzaakt, zoekt u uw foutnummer in <a target=\"_blank\" href=\"[href]\">dit artikel</a>.'),
('nl', 'curl_error_description_curle_ssl_invalidcertstatus', 'Status retourneerde fout wanneer gevraagd met CURLOPT_SSL_VERIFYSTATUS.'),
('nl', 'currencies', 'Valuta'),
('nl', 'currency', 'Valuta'),
('nl', 'currencycode', 'Valuta code'),
('nl', 'currency_code_aed', 'Verenigde Arabische Emiraten-Dirham'),
('nl', 'currency_code_afn', 'Afghaanse Afghani'),
('nl', 'currency_code_ang', 'ANG'),
('nl', 'currency_code_aoa', 'Angolese Kwanza'),
('nl', 'currency_code_aon', 'Angolan New Kwanza'),
('nl', 'currency_code_ars', 'ARS'),
('nl', 'currency_code_ats', 'Antilliaanse Gulden'),
('nl', 'currency_code_aud', 'Australische Dollar'),
('nl', 'currency_code_awg', 'AWG'),
('nl', 'currency_code_azn', 'Azerbeidzjaanse Manat'),
('nl', 'currency_code_bam', 'Bosnische inwisselbare Mark'),
('nl', 'currency_code_bbd', 'Barbadiaanse Dollar'),
('nl', 'currency_code_bdt', 'Bangladese Taka'),
('nl', 'currency_code_bef', 'Belgische Frank'),
('nl', 'currency_code_bgl', 'Bulgaarse Lev'),
('nl', 'currency_code_bgn', 'BGN'),
('nl', 'currency_code_bhd', 'Bahreinse Dinar'),
('nl', 'currency_code_bif', 'Burundese Frank'),
('nl', 'currency_code_bmd', 'Bermudaanse Dollar'),
('nl', 'currency_code_bnd', 'Bruneise Dollar'),
('nl', 'currency_code_bob', 'Boliviaanse Boliviano'),
('nl', 'currency_code_brl', 'Braziliaanse Real'),
('nl', 'currency_code_bsd', 'Bahamaanse Dollar'),
('nl', 'currency_code_btn', 'Bhutaanse Ngultrum'),
('nl', 'currency_code_bwp', 'Botswaanse Pula'),
('nl', 'currency_code_byn', 'Wit-Russische Roebel'),
('nl', 'currency_code_byr', 'BYR'),
('nl', 'currency_code_bzd', 'Belizaanse Dollar'),
('nl', 'currency_code_cad', 'Canadese dollar'),
('nl', 'currency_code_cdf', 'Congolese Frank'),
('nl', 'currency_code_chf', 'Zweedse Frank'),
('nl', 'currency_code_clp', 'Chileense Peso'),
('nl', 'currency_code_cny', 'CNY'),
('nl', 'currency_code_cop', 'Colombiaanse Peso'),
('nl', 'currency_code_crc', 'Costa Ricaanse Colon'),
('nl', 'currency_code_csd', 'Servische Dinar'),
('nl', 'currency_code_cve', 'Kaapverdische Escudo'),
('nl', 'currency_code_cyp', 'Cypriotische Pond'),
('nl', 'currency_code_cyr', 'Cyprisch pond'),
('nl', 'currency_code_czk', 'Tsjechische kroon'),
('nl', 'currency_code_dem', 'Duitse Mark'),
('nl', 'currency_code_djf', 'Djiboutiaanse Frank'),
('nl', 'currency_code_dkk', 'Deense kronen'),
('nl', 'currency_code_dop', 'Dominicaanse Peso'),
('nl', 'currency_code_dzd', 'Algerijnse Dinar'),
('nl', 'currency_code_ecs', 'Ecuatoriaanse Sucre'),
('nl', 'currency_code_eek', 'Estlandse Kroon'),
('nl', 'currency_code_egp', 'EGP'),
('nl', 'currency_code_ern', 'Eritrese Nakfa'),
('nl', 'currency_code_esp', 'Spaanse Peseta'),
('nl', 'currency_code_etb', 'Ethiopische Birr'),
('nl', 'currency_code_eur', 'Euro'),
('nl', 'currency_code_fim', 'Finse Mark'),
('nl', 'currency_code_fjd', 'Fiji Dollar'),
('nl', 'currency_code_fkp', 'Falklandeilands Pond'),
('nl', 'currency_code_frf', 'Franse Franc'),
('nl', 'currency_code_gbp', 'Britse pond'),
('nl', 'currency_code_gel', 'GEL'),
('nl', 'currency_code_ghs', 'Ghanese Cedi'),
('nl', 'currency_code_gip', 'Gibraltarees Pond'),
('nl', 'currency_code_gmd', 'Gambiaanse Dalasi'),
('nl', 'currency_code_gnf', 'Guinea Franc'),
('nl', 'currency_code_grd', 'Griekse Drachme'),
('nl', 'currency_code_gtq', 'Guatemalteekse Quetzal'),
('nl', 'currency_code_gyd', 'Guyana Dollar'),
('nl', 'currency_code_hkd', 'Hong Kong Dollar'),
('nl', 'currency_code_hnl', 'Honduran Lempira'),
('nl', 'currency_code_hrk', 'HRK'),
('nl', 'currency_code_htg', 'Haiti Gourde'),
('nl', 'currency_code_huf', 'Hongaarse Forint'),
('nl', 'currency_code_idr', 'Indonesian Rupiah'),
('nl', 'currency_code_iep', 'Irish Pound'),
('nl', 'currency_code_ils', 'Israël nieuwe Shequel'),
('nl', 'currency_code_inr', 'Indiase Rupee'),
('nl', 'currency_code_iqd', 'Iraqi Dinar'),
('nl', 'currency_code_irr', 'Iranian Rial'),
('nl', 'currency_code_isk', 'IJslandse kroon'),
('nl', 'currency_code_itl', 'Italiaanse Lira'),
('nl', 'currency_code_jmd', 'Jamaicaanse Dollar'),
('nl', 'currency_code_jod', 'Jordaanse Dinar'),
('nl', 'currency_code_jpy', 'Japanse Yen'),
('nl', 'currency_code_kes', 'Keniaanse Shilling'),
('nl', 'currency_code_khr', 'Cambodjaanse Riel'),
('nl', 'currency_code_kmf', 'Congolese Frank'),
('nl', 'currency_code_kpw', 'Noord-Koreaanse Won'),
('nl', 'currency_code_krw', 'Zuid-Koreaanse Won'),
('nl', 'currency_code_kwd', 'Koeweitse Dinar'),
('nl', 'currency_code_kyd', 'Kaaimaneilandse Dollar'),
('nl', 'currency_code_kzt', 'Kazachstaanse Tenge'),
('nl', 'currency_code_lak', 'Laotiaanse Kip'),
('nl', 'currency_code_lbp', 'Libanees Pond'),
('nl', 'currency_code_lkr', 'Sri Lankaanse Roepie'),
('nl', 'currency_code_lrd', 'Liberiaanse Dollar'),
('nl', 'currency_code_lsl', 'Lesothaanse Loti (Maloti)'),
('nl', 'currency_code_ltl', 'Litouwse Litas'),
('nl', 'currency_code_luf', 'Luxemburgse Frank'),
('nl', 'currency_code_lvl', 'Letse Lat'),
('nl', 'currency_code_lyd', 'Libische Dinar'),
('nl', 'currency_code_mad', 'MAD'),
('nl', 'currency_code_mdl', 'Moldavische Leu'),
('nl', 'currency_code_mga', 'Malagassische Ariary'),
('nl', 'currency_code_mgf', 'Malagassische Frank'),
('nl', 'currency_code_mkd', 'Macedonische Denar'),
('nl', 'currency_code_mmk', 'Myanmarese Kyat'),
('nl', 'currency_code_mnt', 'Mongoolse Tugrik'),
('nl', 'currency_code_mop', 'Macause Pataca'),
('nl', 'currency_code_mro', 'Mauritiaanse Ouguiya'),
('nl', 'currency_code_mtl', 'Maltese Lire'),
('nl', 'currency_code_mur', 'Mauritiaanse Roepie'),
('nl', 'currency_code_mvr', 'Maldivische Rufiyaa'),
('nl', 'currency_code_mwk', 'Malawische Kwacha'),
('nl', 'currency_code_mxn', 'Mexicaanse Peso'),
('nl', 'currency_code_myr', 'Maleisische Ringgit'),
('nl', 'currency_code_mzn', 'Mozambikaanse Metical'),
('nl', 'currency_code_nad', 'Namibische Dollar'),
('nl', 'currency_code_ngn', 'Nigeriaanse Naira'),
('nl', 'currency_code_nio', 'Nicaraguaanse Córdoba'),
('nl', 'currency_code_nlg', 'Nederlandse Gulden'),
('nl', 'currency_code_nok', 'Noorweegse kroon'),
('nl', 'currency_code_npr', 'Nepalese Roepie'),
('nl', 'currency_code_nzd', 'Nieuw Zeeland Dollar'),
('nl', 'currency_code_omr', 'Omaanse rial'),
('nl', 'currency_code_pab', 'Panamese Balboa'),
('nl', 'currency_code_pen', 'Peruviaanse Sol'),
('nl', 'currency_code_pgk', 'Papoea-Nieuw-Guinese Kina'),
('nl', 'currency_code_php', 'Filippijnse Peso'),
('nl', 'currency_code_pkr', 'Pakistaanse Roepie'),
('nl', 'currency_code_pln', 'Poolse Zloty'),
('nl', 'currency_code_png', 'Papoea-Nieuw-Guinea Kina'),
('nl', 'currency_code_pte', 'Portugese Escudo'),
('nl', 'currency_code_pyg', 'Paraguayaanse Guarani'),
('nl', 'currency_code_qar', 'Qatarese Rial'),
('nl', 'currency_code_rol', 'Roemeense Leu'),
('nl', 'currency_code_ron', 'RON'),
('nl', 'currency_code_rsd', 'New Serbian Dinar'),
('nl', 'currency_code_rub', 'WRIJF'),
('nl', 'currency_code_rur', 'Russische roebel'),
('nl', 'currency_code_rwf', 'Rwandese Frank'),
('nl', 'currency_code_sar', 'Saoedi-Arabische Riyal'),
('nl', 'currency_code_sbd', 'Salomonseilandse Dollar'),
('nl', 'currency_code_scr', 'Seychelse Roepie'),
('nl', 'currency_code_sdp', 'Soedanees Pond'),
('nl', 'currency_code_sek', 'Zweedse kronen'),
('nl', 'currency_code_sgd', 'Singaporese Dollar'),
('nl', 'currency_code_shp', 'Sint-Heleens Pond'),
('nl', 'currency_code_sit', 'Sloveense Tolar'),
('nl', 'currency_code_skk', 'Slowaakse Koruna'),
('nl', 'currency_code_sll', 'Sierra Leoonse Leone'),
('nl', 'currency_code_sos', 'Somalische Shilling'),
('nl', 'currency_code_srd', 'Surinaamse Dollar'),
('nl', 'currency_code_srg', 'Surinaamse Gulden'),
('nl', 'currency_code_std', 'Dobra'),
('nl', 'currency_code_svc', 'Salvadoraanse Colon'),
('nl', 'currency_code_syp', 'Syrische Pond'),
('nl', 'currency_code_szl', 'Swazische Lilangeni'),
('nl', 'currency_code_thb', 'Thaise Baht'),
('nl', 'currency_code_tjs', 'Tadzjiekse Somoni'),
('nl', 'currency_code_tmt', 'Turkmeense Manat'),
('nl', 'currency_code_tnd', 'Tunesische Dinar'),
('nl', 'currency_code_top', 'Tongaans Pa\'anga'),
('nl', 'currency_code_trl', 'Turkse Lira'),
('nl', 'currency_code_try', 'Turkse Lira'),
('nl', 'currency_code_ttd', 'Trinidad en Tobagodollar'),
('nl', 'currency_code_twd', 'Nieuwe Taiwanese dollar'),
('nl', 'currency_code_tzs', 'Tanzaniaanse Shilling'),
('nl', 'currency_code_uah', 'UAH'),
('nl', 'currency_code_ugx', 'Oegandese Shilling'),
('nl', 'currency_code_usd', 'Amerikaanse Dollar'),
('nl', 'currency_code_uyu', 'Uruguayaanse Peso'),
('nl', 'currency_code_uzs', 'Oezbeekse Sum'),
('nl', 'currency_code_veb', 'Venezolaanse Bolivar'),
('nl', 'currency_code_vef', 'Venezolaanse Bolívar Fuerte'),
('nl', 'currency_code_vnd', 'Vietnamese Dong'),
('nl', 'currency_code_vuv', 'Vanuatu Vatu'),
('nl', 'currency_code_wst', 'Samoan Tala'),
('nl', 'currency_code_xaf', 'XAF'),
('nl', 'currency_code_xcd', 'Oost-Caribische Dollar'),
('nl', 'currency_code_xof', 'XOF'),
('nl', 'currency_code_xpf', 'XPF'),
('nl', 'currency_code_yer', 'Jemenitische Rial'),
('nl', 'currency_code_yum', 'Joegoslavische Dinar'),
('nl', 'currency_code_zar', 'Rand'),
('nl', 'currency_code_zmw', 'Zambiaanse Kwacha'),
('nl', 'currency_code_zwd', 'Zimbabwaanse Dollar'),
('nl', 'currency_deleted', 'De valuta is verwijderd.'),
('nl', 'currency_rate', 'Koers'),
('nl', 'currency_rate_greater_than_null', 'Wisselkoers moet hoger zijn dan 0.'),
('nl', 'currency_sign', 'Teken'),
('nl', 'currently_in_use', 'Momenteel in gebruik'),
('nl', 'current_amount', 'Huidige bedrag'),
('nl', 'current_database_size', 'Huidige database-grootte'),
('nl', 'current_path', 'Huidig pad'),
('nl', 'current_period', 'Huidige periode'),
('nl', 'current_setting_value', 'Huidige waarde'),
('nl', 'current_theme', 'Huidige thema'),
('nl', 'custom', 'Aangepast'),
('nl', 'customer', 'Klant'),
('nl', 'customers', 'Klanten'),
('nl', 'customers_menu_description', 'Overzicht van geregistreerde klanten in uw webwinkel.'),
('nl', 'customers_with_abandoned', 'Verlaten klanten'),
('nl', 'customer_address', 'Klant adres'),
('nl', 'customer_create_ticket', 'Create Ticket'),
('nl', 'customer_details', 'Klantdetails'),
('nl', 'customer_email', 'Klant e-mail'),
('nl', 'customer_id', 'Klant ID'),
('nl', 'customer_info', 'Klantinfo'),
('nl', 'customer_information', 'Klantinformatie'),
('nl', 'customer_name', 'Customer Name'),
('nl', 'customer_notes', 'Klantnotities'),
('nl', 'customer_notifications', 'Klant meldingen'),
('nl', 'customer_phone', 'Telefoon van de klant'),
('nl', 'customer_signature', 'Klant handtekening'),
('nl', 'customer_sign_in', 'Klant Login'),
('nl', 'customer_text_letter_footer', 'Bedankt voor het gebruik van onze winkelwagen.'),
('nl', 'customization', 'Customization'),
('nl', 'customize', 'Aanpassen'),
('nl', 'custom_range', 'Aangepast bereik'),
('nl', 'custom_search', 'Custom search'),
('nl', 'cutted_product_codes', 'De volgende productcodes zijn te lang en werden tot 32 tekens ingekort:'),
('nl', 'cvv2', 'CVV/CVC'),
('nl', 'czech', 'Tsjechisch'),
('nl', 'daily', 'Dagelijks'),
('nl', 'danish', 'Deens'),
('nl', 'dashboard', 'Dashboard'),
('nl', 'database', 'Database'),
('nl', 'database_data_changes', 'Wijzigingen databasegegevens'),
('nl', 'database_structure_changes', 'Database structuur wijzigingen'),
('nl', 'datafeed.description', 'Alleen de producten die voldoen aan <strong>alle</strong> van de onderstaande voorwaarden worden geëxporteerd:'),
('nl', 'datafeed_name', 'Datafeed naam'),
('nl', 'datakeeper.error_unsupported_file_type', 'Het bestand kan niet worden hersteld. Alleen .sql, .zip en .tgz bestanden zijn toegestaan.'),
('nl', 'datakeeper.file_cannot_be_overrided', 'Naar het bestand <b>[file]</b> schrijven is niet mogelijk. Stel de schrijfrechten handmatig in of controleer de FTP-toegang naar de server in het <a href=\"[url]\">\"Upgrade gedeelte\"</a>'),
('nl', 'datakeeper.run_backup_via_cron_message', 'You can run the backup automatically at certain time intervals. To do it, add the following command to <a href=\"https://en.wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a>:'),
('nl', 'datatrans_caa', 'Authorisatie met direct akkoord'),
('nl', 'datatrans_noa', 'Alleen authorizatie'),
('nl', 'datatrans_sign', 'Digitale handtekening'),
('nl', 'data_feed', 'Datafeed'),
('nl', 'data_feed.error_exim_no_data_exported', 'Geen gegevens geëxporteerd'),
('nl', 'data_feeds', 'Datafeeds'),
('nl', 'data_feeds.exclude_shared_products', 'Gedeelde producten uitsluiten'),
('nl', 'data_feeds.text_tooltip_field_name', 'De naam van de kolom in de gegevensfeed bestand.'),
('nl', 'data_feeds.text_tooltip_field_type', 'Het type gegevens van uw winkel die worden geëxporteerd naar deze kolom van het gegevensfeed bestand.'),
('nl', 'date', 'Datum'),
('nl', 'date_added', 'Datum toegevoegd'),
('nl', 'date_of_birth', 'Geboortedatum'),
('nl', 'day', 'dag'),
('nl', 'days', 'dagen'),
('nl', 'days_old', 'dagen oud'),
('nl', 'db_backup_restore', 'Database Back-up/Herstel'),
('nl', 'db_name', 'Database naam'),
('nl', 'dear', 'Beste'),
('nl', 'dear_sirs', 'Geachte heer/mevrouw'),
('nl', 'debit', 'Debet'),
('nl', 'decimals', 'Decimalen'),
('nl', 'decline', 'Weigeren'),
('nl', 'declined', 'Afgewezen'),
('nl', 'declined_products_information', 'Informatie geweigerde producten'),
('nl', 'decline_products', 'Producten afwijzen'),
('nl', 'decline_selected', 'Geselecteerde weigeren'),
('nl', 'decorator', 'Decorateur'),
('nl', 'decrease', 'Verlagen'),
('nl', 'dec_sign', 'Decimaal teken'),
('nl', 'default', 'Standaard'),
('nl', 'default_category_view', 'Standaard categorieweergave'),
('nl', 'default_currency_status', 'Status van de hoofd valuta kan niet worden gewijzigd'),
('nl', 'default_filter_by_location', 'Geen filter opgegeven. Standaard wordt er gefilterd op lokatie.'),
('nl', 'default_language', 'Standaard taal'),
('nl', 'default_language_status', 'Status van de standaard taal kan niet worden gewijzigd'),
('nl', 'default_layout', 'Standaard opmaak'),
('nl', 'default_long_options_template', 'Standaard sjabloon (lange product optie namen)'),
('nl', 'default_product_details_view', 'Bovenliggende ([standaard])'),
('nl', 'default_storefront', 'Standaard'),
('nl', 'default_storefront_must_exist', 'Standaard storefront moet bestaan in de winkel'),
('nl', 'default_template', 'Standaard sjabloon'),
('nl', 'default_value', 'Standaard waarde'),
('nl', 'deferred', 'Uitgesteld'),
('nl', 'defined', 'Gedefinieerd'),
('nl', 'defined_desired_products', 'Overzicht van gewenste producten'),
('nl', 'defined_items', 'gedefinieerde items'),
('nl', 'delay', 'Vertraging (in seconden)'),
('nl', 'delete', 'Verwijder'),
('nl', 'deleted', 'Verwijderd'),
('nl', 'deleted_product', 'verwijderd product'),
('nl', 'delete_all_images', 'Verwijder alle afbeeldingen'),
('nl', 'delete_block', 'Blok verwijderen'),
('nl', 'delete_confirmation', 'Wilt u de geselecteerde items verwijderen?'),
('nl', 'delete_downloadable_product_files', 'Bestaande bestanden van downloadbare producten verwijderen'),
('nl', 'delete_downloadable_product_files_tooltip', 'Als u deze instelling inschakelt, worden gedownloade bestanden verwijderd door het importeren van downloadbare producten. Als de instelling is uitgeschakeld, worden de nieuwe bestanden met downloadbare producten eenvoudig toegevoegd aan bestaande bestanden.'),
('nl', 'delete_grid', 'Rooster verwijderen'),
('nl', 'delete_image', 'Afbeelding verwijderen'),
('nl', 'delete_image_pair', 'Set afbeeldingen verwijderen'),
('nl', 'delete_install_folder', 'Verwijder de installatiemap<br /><br />Het behouden van de installatiemap op de server is niet veilig.'),
('nl', 'delete_range', 'Verwijder reeks'),
('nl', 'delete_selected', 'Selectie verwijderen'),
('nl', 'delete_this_category', 'Deze categorie verwijderen'),
('nl', 'delete_this_page', 'Deze pagina verwijderen'),
('nl', 'delete_this_return', 'Deze retouraanvraag verwijderen'),
('nl', 'delivery_time', 'Levertijd'),
('nl', 'demo', 'Demo'),
('nl', 'demo_mode', 'Demo mode is ingeschakeld'),
('nl', 'demo_mode_content_text', '<p>De winkelwagen werkt in de <b>DEMO</b> mode en deze functie is hierin uitgeschakeld.</p>'),
('nl', 'demo_panel.block_manager.enable', 'Edit structure<br/><br/>Change various blocks with information: show them, hide them, or move them as you see fit.<br/>This currently works only at the checkout page. Add a product to cart and proceed to checkout to see the editor.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Edit layout on-site\"'),
('nl', 'demo_panel.demo_store_panel', 'Demo webwinkel paneel'),
('nl', 'demo_panel.demo_will_be_reset_in', 'Demo wordt gereset in:'),
('nl', 'demo_panel.go_admin_panel', 'Ga naar beheerpaneel'),
('nl', 'demo_panel.go_storefront', 'Ga naar winkel'),
('nl', 'demo_panel.go_vendor_panel', 'Ga naar het paneel voor verkopers'),
('nl', 'demo_panel.live_editor.enable', 'Edit сontent<br/><br/>Change the texts and other data directly on the storefront, without using the administration panel.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Edit content on-site\"'),
('nl', 'demo_panel.theme_editor.enable', 'Edit style<br/><br/>Change the style of your store (logos, colors, fonts, and so on) and see the changes as you make them.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Theme editor\"'),
('nl', 'denied', 'Geweigerd'),
('nl', 'dependence', 'Sorteer op'),
('nl', 'deposit_amount', 'Stortingsbedrag'),
('nl', 'deprecated', 'Deprecated'),
('nl', 'desc', 'aflopend'),
('nl', 'description', 'Description'),
('nl', 'descr_avs', 'AVS verificatieresponse'),
('nl', 'descr_cvv', 'CVV2 verificatieresponse'),
('nl', 'design', 'Ontwerp'),
('nl', 'design_mode', 'Ontwerpmodus'),
('nl', 'desired_amount', 'Gewenste hoeveelheid'),
('nl', 'destination', 'Bestemming'),
('nl', 'destination_nothing_found', 'Er is geen geschikte bestemming gevonden'),
('nl', 'detailed_description', 'Gedetailleerde omschrijving'),
('nl', 'detailed_image', 'Detailed image'),
('nl', 'detailed_images', 'Detailafbeeldingen'),
('nl', 'detailed_image_url', 'Detailed image URL'),
('nl', 'detailed_info', 'Gedetailleerde info'),
('nl', 'detailed_shipment', 'Gedetailleerde verzending'),
('nl', 'details', 'Details'),
('nl', 'developer', 'Ontwikkelaar'),
('nl', 'development', 'Ontwikkeling'),
('nl', 'dhl_upgrade_notification_text', '<p>De laatste versie van [product] heeft andere instellingen voor het berekenen van verzendkosten indien men DHL als vervoerder gebruikt.</p><p>Indien u de huidige verzendkosten wilt weergeven aan uw klanten, volgt u deze stappen: </p><ul><li>Ga naar Administratie > Verzendmethoden & heffingen > Verzendmethoden</li><li>Kies de verzendmethode welke DHL als vervoerder gebruikt om verzendkosten te berekenen</li><li>Ga naar het tabblad Algemeen en voer de juiste verzendservice in</li><li>Ga naar het tabblad configuratie en vul het juiste Site ID en wachtwoord in</li></ul>'),
('nl', 'dhl_upgrade_notification_title', 'Wijzigingen bij DHL realtime berekening van verzendkosten'),
('nl', 'diff', 'Bestand wijzigingen'),
('nl', 'different_only', 'Alleen verschillende'),
('nl', 'directory', 'Map'),
('nl', 'direct_download', 'Directe download'),
('nl', 'disable', 'Uitschakelen'),
('nl', 'disabled', 'Uitgezet'),
('nl', 'disabled_categories', 'Uitgeschakelde categorieën'),
('nl', 'disable_for', 'Uitschakelen voor'),
('nl', 'disable_selected', 'Geselecteerde uitschakelen'),
('nl', 'disapprove', 'Afkeuren'),
('nl', 'disapproved', 'Afgekeurd'),
('nl', 'disapprove_selected', 'Geselecteerde producten afkeuren'),
('nl', 'discount', 'Korting'),
('nl', 'discounted_price', 'Afgeprijsd'),
('nl', 'discounts', 'Kortingen'),
('nl', 'discount_coupon', 'Kortingscoupon'),
('nl', 'discount_coupon_code', 'Kortingsbon code'),
('nl', 'discussion', 'Opmerkingen en beoordelingen'),
('nl', 'discussion.add_new_review', 'Discussie: nieuwe beoordeling'),
('nl', 'discussion.agreement_text_full_add_new_review', '<p> Uw naam zal naast uw beoordeling of opmerking komen te staan, zichtbaar voor iedereen. Wij ([bedrijf]) slaan uw IP adres op als veiligheidsmaatregel, maar deze is enkel zichtbaar voor onze medewerkers. Het blijft in ons systeem aanwezig totdat u uw toestemming intrekt. Als u uw persoonlijke gegevens verwijderd wilt hebben, stuur dan een e-mail naar [email].</p> <p> Als u van mening bent dat uw persoonlijke gegevens zijn misbruikt, heeft u het recht om een klacht in te dienen bij een toezichthoudende autoriteit. We zijn verplicht door de Algemene Verordening Gegevensbescherming van de EU om u op de hoogte te stellen van dit recht; we zijn niet van plan uw gegevens te misbruiken. </p>'),
('nl', 'discussion.agreement_text_short_add_new_review', 'Ik ga ermee akkoord dat mijn persoonlijke gegevens <u>als volgt worden verwerkt.</u>'),
('nl', 'discussion.anonymous_setting_restored_upgrade_notification', 'In de 4.9.1 versie is de <strong> Alleen anonieme klanten </strong> variant van de <strong> Beheerder moet berichten goedkeuren die zijn ingediend door </strong> instelling is verwijderd. Nu is het weer beschikbaar, met de mogelijkheid om beoordelingen achter te laten voor niet-geautoriseerde klanten. Controleer of de gewenste waarde van de instelling is geselecteerd.'),
('nl', 'discussion.anonymous_setting_restored_upgrade_notification_title', 'Add-on instellingen voor opmerkingen en beoordelingen zijn gewijzigd'),
('nl', 'discussion.please_log_in_to_write_a_review', 'Meld u aan om een ​​beoordeling te schrijven'),
('nl', 'discussion.you_have_to_buy_from_vendor_before_writing_review', 'U kunt geen beoordeling schrijven voor deze verkoper. Klanten kunnen alleen beoordelingen schrijven over een verkoper na het kopen van een product bij deze verkoper. Als u daadwerkelijk een product heeft gekocht bij deze verkoper, maar dit bericht nog steeds ziet, neem dan contact met ons op.'),
('nl', 'discussion.you_have_to_buy_product_before_writing_review', 'U kunt geen beoordeling schrijven voor dit product. Klanten kunnen alleen beoordelingen schrijven voor de producten die ze hebben gekocht. Als u dit product daadwerkelijk bij ons heeft gekocht, maar dit bericht nog steeds ziet, neem dan contact met ons op.'),
('nl', 'discussion_manager', 'Opmerkingen en beoordelingen'),
('nl', 'discussion_tab_categories', 'Categorie Beoordelingen'),
('nl', 'discussion_tab_companies', 'Bedrijf Beoordelingen'),
('nl', 'discussion_tab_home_page', 'Getuigenissen'),
('nl', 'discussion_tab_orders', 'Order communicatie'),
('nl', 'discussion_tab_pages', 'Pagina opmerkingen'),
('nl', 'discussion_tab_products', 'Productbeoordelingen'),
('nl', 'discussion_title_category', 'Beoordelingen'),
('nl', 'discussion_title_company', 'Beoordelingen'),
('nl', 'discussion_title_giftreg', 'Gastenboek'),
('nl', 'discussion_title_home_page', 'Beoordelingen'),
('nl', 'discussion_title_home_page_menu_description', 'Beheer beoordelingen van uw bezoekers.'),
('nl', 'discussion_title_order', 'Mededeling'),
('nl', 'discussion_title_page', 'Opmerkingen'),
('nl', 'discussion_title_product', 'Beoordelingen'),
('nl', 'discussion_title_return', 'Mededeling'),
('nl', 'dispatch', 'Dispatch'),
('nl', 'dispatch_value', 'Dispatch waarde'),
('nl', 'displayed_vendors', 'Weergegeven verkopers'),
('nl', 'display_bottom_buttons', 'Weergeven bottom knoppen'),
('nl', 'display_delete_icons', 'Verwijder-pictogrammen laten zien'),
('nl', 'display_in_promotions', 'Weergeven in promoties'),
('nl', 'display_message', 'Berichten weergeven'),
('nl', 'display_on', 'Weergeven aan'),
('nl', 'display_type', 'Weergave type'),
('nl', 'display_variants_count', 'Aantal getoonde filteropties voor de scroll'),
('nl', 'documents', 'Documenten'),
('nl', 'document_exists', 'Het document met deze code bestaat al, probeer een andere.'),
('nl', 'document_import_success_msg', 'Alle documenten zijn zonder fouten geïmporteerd.'),
('nl', 'document_preview_gift_certificate_not_found', 'Kan geen cadeaubon vinden. Preview werkt alleen met bestaande gegevens. Maak een cadeaubon aan en gebruik Preview opnieuw.'),
('nl', 'document_preview_order_not_found', 'Couldn\'t find an order. Preview only works with existing data. Please create an order and use Preview again.'),
('nl', 'document_preview_return_request_not_found', 'Kan geen retourverzoek vinden. Preview werkt alleen met bestaande gegevens. Maak een retourverzoek aan en gebruik Preview opnieuw.'),
('nl', 'document_preview_suppliers_not_found', 'Kan geen leverancier vinden. Preview werkt alleen met bestaande gegevens. Maak een leverancier aan en gebruik Preview opnieuw.'),
('nl', 'domain', 'Domein'),
('nl', 'domains', 'Domeinen'),
('nl', 'domestic_usps', 'Nationaal U.S.P.S.'),
('nl', 'done', 'Klaar'),
('nl', 'dont_recalculate_order', 'De bestelling niet herberekenen'),
('nl', 'dont_track', 'niet traceren'),
('nl', 'dont_use_cardinal', 'Gebruik Cardinal Centinel&reg; voor 3-D Secure Payer Authenticatie niet'),
('nl', 'dots', 'Punten'),
('nl', 'down', 'Naar beneden'),
('nl', 'download', 'Download'),
('nl', 'downloadable', 'Downloadbaar'),
('nl', 'downloadable_product_files_directory', 'Directory voor de bestanden van downloadbare producten'),
('nl', 'downloadable_shipping', 'Verzending inschakelen indien downloadbaar'),
('nl', 'downloads', 'Downloads'),
('nl', 'downloads_max_left', 'Downloads (max./over)'),
('nl', 'download_key_expiry', 'Downloadsleutel afloop'),
('nl', 'download_link_expired', 'De download link is verlopen of nog niet klaar.'),
('nl', 'do_not_change', 'Niet aanpassen'),
('nl', 'do_not_pass_logo', 'Geef het shopping-cart logo niet aan de merchant'),
('nl', 'do_not_use', 'Gebruik niet'),
('nl', 'drlicense_number', 'Rijbewijsnummer'),
('nl', 'dropdown_horizontal', 'Dropdown horizontaal'),
('nl', 'dropdown_limit', 'Minimum aantal items geplaatst in een dropdown lijst.'),
('nl', 'dropdown_second_level_elements', '2e niveau elementen'),
('nl', 'dropdown_third_level_elements', 'Derde niveau elementen'),
('nl', 'dropdown_vertical', 'Dropdown verticaal'),
('nl', 'drop_existing_data', 'Verwijder alle bestaande producten voor het importeren'),
('nl', 'drop_images_select', 'Selecteer afbeeldingen'),
('nl', 'drop_images_select_short', 'Selecteer'),
('nl', 'drop_images_to_upload', 'Drop images here'),
('nl', 'dump_file_not_writable', 'Het bestand waarin u de database back-up wilt schrijven is niet schrijfbaar: controleer de rechten.'),
('nl', 'duplicate', 'Kopieer transacties'),
('nl', 'dutch', 'Nederlands'),
('nl', 'dynamic', 'Dynamisch'),
('nl', 'dynamic_content', 'Deze blokinhoud wordt alleen getoond op <a href=\"[url]\">deze pagina</a>.'),
('nl', 'dynamic_tree_cat', 'Dynamische structuur'),
('nl', 'dynamic_tree_pages', 'Dynamische structuur'),
('nl', 'earned_points', 'Spaarpunten ontvangen per product'),
('nl', 'earned_point_modifier', 'Ontvangen spaarpunten wijzigen'),
('nl', 'easing', 'Verlichting'),
('nl', 'easter_coming_soon_message', 'Uh-oh, it looks like this feature doesn\'t work yet! But we\'re on the job and will try to get it working soon.'),
('nl', 'edit', 'Aanpassen'),
('nl', 'editing', 'Aanpassen'),
('nl', 'editing_attachment', 'Bijlage bewerken'),
('nl', 'editing_block', 'Blok aanpassen'),
('nl', 'editing_category', 'Categorie aanpassen'),
('nl', 'editing_certificate', 'Cadeaubon aanpassen'),
('nl', 'editing_chart', 'Tabel aanpassen'),
('nl', 'editing_combination', 'Combinatie bewerken'),
('nl', 'editing_container', 'Container aanpassen'),
('nl', 'editing_currency', 'Valuta aanpassen'),
('nl', 'editing_defined_products', 'Bepaalde producten aanpassen'),
('nl', 'editing_document', '[name] bewerken'),
('nl', 'editing_email_snippet', 'Snippets bewerken'),
('nl', 'editing_email_template', 'E-mail sjablonen bewerken'),
('nl', 'editing_file', 'Bestand aanpassen'),
('nl', 'editing_filter', 'Filter aanpassen'),
('nl', 'editing_folder', 'Map aanpassen'),
('nl', 'editing_form', 'Formulier aanpassen'),
('nl', 'editing_global_vars', 'Globale variabelen bewerken'),
('nl', 'editing_grid', 'Rooster aanpassen'),
('nl', 'editing_group', 'Groep aanpassen'),
('nl', 'editing_internal_template', 'Editing on-site notification template'),
('nl', 'editing_item', 'Item aanpassen'),
('nl', 'editing_language', 'Taal aanpassen'),
('nl', 'editing_layout', 'Opmaak aanpassen'),
('nl', 'editing_link', 'Link aanpassen'),
('nl', 'editing_localization', 'Localisatie aanpassen'),
('nl', 'editing_location', 'Locatie aanpassen'),
('nl', 'editing_mailing_list', 'Mailing lijst bewerken'),
('nl', 'editing_menu', 'Menu\'s aanpassen'),
('nl', 'editing_option', 'Optie aanpassen'),
('nl', 'editing_order', 'Bestelling aanpassen'),
('nl', 'editing_order_invoice', 'Editing invoice for order #[order_id]'),
('nl', 'editing_order_invoice_responsive', 'Editing invoice for order'),
('nl', 'editing_page', 'Pagina aanpassen'),
('nl', 'editing_payment', 'Betaling aanpassen'),
('nl', 'editing_poll', 'Poll bewerken'),
('nl', 'editing_product', 'Product aanpassen'),
('nl', 'editing_product_feature', 'Producteigenschap aanpassen'),
('nl', 'editing_profile', 'Profiel aanpassen'),
('nl', 'editing_profile_field', 'Profielveld aanpassen'),
('nl', 'editing_profile_name', 'Editing profile: [name]'),
('nl', 'editing_promotion', 'Aanbieding aanpassen'),
('nl', 'editing_question', 'Vraag bewerken'),
('nl', 'editing_quick_menu_link', 'Link van snelkeuze-menu aanpassen'),
('nl', 'editing_quick_menu_section', 'Gedeelte van snelkeuze-menu aanpassen'),
('nl', 'editing_rate_area', 'Tariefgebied bewerken'),
('nl', 'editing_report', 'Rapport aanpassen'),
('nl', 'editing_shipping_method', 'Verzendmethode aanpassen'),
('nl', 'editing_sitemap_section', 'Sitemap gedeelte aanpassen'),
('nl', 'editing_snippet', 'Snippets bewerken'),
('nl', 'editing_status', 'Status aanpassen'),
('nl', 'editing_storefront', 'Editing storefront'),
('nl', 'editing_store_location', 'Winkel locatie aanpassen'),
('nl', 'editing_supplier', 'Leverancier aanpassen'),
('nl', 'editing_tab', 'Tabblad aanpassen'),
('nl', 'editing_table_column', 'Kolom bewerken'),
('nl', 'editing_tax', 'Belasting aanpassen'),
('nl', 'editing_vendor', 'Verkoper wijzigen'),
('nl', 'edition_type', 'Editie type'),
('nl', 'edit_admin_notification', 'Bewerk de e-mail die naar beheerders is verzonden'),
('nl', 'edit_and_send_invoice', 'Tweak and send invoice'),
('nl', 'edit_content_on_site', 'Inhoud on-site aanpassen'),
('nl', 'edit_corresponding_profile_field', 'To change the field type or variants, <a href=\"[URL]\">edit the corresponding field in the Shipping Address section</a>.'),
('nl', 'edit_customer_notification', 'Bewerk de e-mail die naar klanten is verzonden'),
('nl', 'edit_files', 'Kan bewerken'),
('nl', 'edit_invoice', 'Factuur bewerken'),
('nl', 'edit_layout', 'Opmaak aanpassen'),
('nl', 'edit_layout_on_site', 'Edit layout on-site'),
('nl', 'edit_order', 'Bestelling aanpassen'),
('nl', 'edit_products', 'Producten aanpassen'),
('nl', 'edit_profile', 'Profiel aanpassen'),
('nl', 'edit_profile_note', 'Wijzig e-mail, wachtwoord, verzend/factuur info, en andere profiel instellingen'),
('nl', 'edit_report', 'Rapport aanpassen'),
('nl', 'edit_robots', 'robots.txt aanpassen'),
('nl', 'edit_selected', 'Geselecteerde aanpassen'),
('nl', 'edp_access_granted', 'U kunt nu de gekochte producten downloaden.'),
('nl', 'edp_access_subj', 'Electronische productuitgave-toegang toegestaan'),
('nl', 'edp_enable_shipping', 'Activeer verzending voor producten tbv download'),
('nl', 'eib', 'ET - Extra info block'),
('nl', 'eib_wrapper', 'ET - Extra info block'),
('nl', 'elements_per_column_third_level_view', 'AB: Elements number per column for the mode <b>3-level menu (dropdown list)</b>'),
('nl', 'elements_per_column_third_level_view.tooltip', 'This setting limits the number of displayed third-level menu items in each of the two columns of the last level when the <b>3-level menu mode (drop-down list) </ b> is turned on. The remaining menu items (exceeding the limit settings) will not be displayed in the menu. It is rational to use the setting, if there is a very large number of menu items on the third level'),
('nl', 'email', 'E-mail'),
('nl', 'email.one_time_password.message', '<p>You\'ve requested a one-time code to sign in to <a href=\"[storefront_url]\">[storefront_url]</a>. Here it is:</p><p><strong><code>[password]</code></strong></p><p>Please don\'t tell this code to anyone else. If you haven\'t requested the code, then you can safely ignore this message. Nobody will be able to sign in to your account, unless they know your password or can view your inbox.</p>'),
('nl', 'email.one_time_password.title', 'Sign in without password'),
('nl', 'emails', 'E-mails'),
('nl', 'email_address', 'E-mailadres'),
('nl', 'email_cannot_be_empty', 'Het veld e-mailadres mag niet leeg zijn'),
('nl', 'email_header', 'E-mail kop'),
('nl', 'email_marketing.confirm_subscription', 'Bevestig inschrijving'),
('nl', 'email_marketing.email_subscribed', 'U werd ingeschreven voor onze nieuwsbrief'),
('nl', 'email_marketing.email_subscribed_2optin', 'Inschrijving bevestigd'),
('nl', 'email_marketing.enter_api_key_and_save', 'Vul uw API-sleutel in en sla deze eerst op'),
('nl', 'email_marketing.error_no_list', 'Selecteer een mailing lijst in de plug-in instellingen om het importeren te starten'),
('nl', 'email_marketing.export_all', 'Alles exporteren'),
('nl', 'email_marketing.new_subscriber', 'Nieuwe inschrijvingen'),
('nl', 'email_marketing.subscription_confirmed', 'Dank u voor het inschrijven op onze nieuwsbrief'),
('nl', 'email_marketing.subscription_confirmed_2', 'Inschrijving bevestigd'),
('nl', 'email_marketing.subscription_pending', 'E-mailbevestiging is vereist!'),
('nl', 'email_marketing.sync', 'Sync'),
('nl', 'email_marketing.text_confirm_subscription', 'Wij hebben een inschrijving ontvangen van u. Gelieve deze te bevestigen:<p><a href=\"[href]\">Klik hier om uw inschrijving te bevestigen op onze nieuwsbrief</a></p>Als u deze e-mail per vergissing heeft ontvangen, verwijder deze deze dan. U wordt niet ingeschreven als u niet ter bevestiging op bovenstaande link klikt.'),
('nl', 'email_marketing.text_email_subscribed', 'Dank u voor de inschrijving op onze nieuwsbrief. <p>Als u onze e-mails niet meer wilt ontvangen, <a href=\"[href]\"> Klikt u op deze link om uit te schrijven</a>.</p>'),
('nl', 'email_marketing.text_email_subscribed_2optin', 'Uw inschrijving op onze nieuwsbrief is bevestigd.<p>Als u onze e-mails niet meer wilt ontvangen, <a href=\"[href]\"> Klikt u op deze link om uit te schrijven</a>.</p>'),
('nl', 'email_marketing.text_subscribe', 'Inschrijven op onze nieuwsbrief'),
('nl', 'email_marketing.text_subscription_confirmed', 'Uw inschrijving is bevestigd. Er zijn geen extra handelingen vereist.'),
('nl', 'email_marketing.text_subscription_confirmed_2', 'Uw inschrijving op onze nieuwsbrief is bevestigd. Dank u!'),
('nl', 'email_marketing.text_subscription_pending', 'Bedankt voor uw inschrijving op onze nieuwsbrief.<p>Een bevestigingsmail is verzonden naar u. Gebruik de link in de e-mail om uw inschrijving te bevestigen</p>'),
('nl', 'email_marketing.text_unsubscribe_successful', 'Uw e-mailadres is verwijderd uit onze mailinglijst.'),
('nl', 'email_marketing.tmpl_subscription', 'E-mailmarketing: nieuwsbrief inschrijvingsformulier'),
('nl', 'email_marketing.unsubscribe_successful', 'U bent uitgeschreven voor onze nieuwsbrief'),
('nl', 'email_marketing.warning_email_exists', 'Het e-maialdres [email] is al ingeschreven'),
('nl', 'email_order_invoice_subject', '[company_name]: Invoice for order #[order_id]'),
('nl', 'email_subject', 'E-mail onderwerp'),
('nl', 'email_template.accounting_new_payout', 'Boekhouding: Uitbetaling is uitgegeven'),
('nl', 'email_template.accounting_new_withdrawal', 'Boekhouding: opname is aangevraagd'),
('nl', 'email_template.accounting_payout_approved', 'Boekhouding: Uitbetaling is voltooid'),
('nl', 'email_template.accounting_payout_declined', 'Boekhouding: Uitbetaling is niet voltooid'),
('nl', 'email_template.accounting_withdrawal_approved', 'Boekhouding: Opname is voltooid'),
('nl', 'email_template.accounting_withdrawal_declined', 'Boekhouding: Opname is geweigerd'),
('nl', 'email_template.activate_profile', 'Gebruikersprofiel vereist activering'),
('nl', 'email_template.apply_for_vendor_notification', 'Aanvraag om te verkopen'),
('nl', 'email_template.back_in_stock_notification', 'Melding als product weer op voorraad is'),
('nl', 'email_template.call_requests_buy_with_one_click', 'Bel verzoek: Koop met één klik melding'),
('nl', 'email_template.call_requests_call_request', 'Bel verzoek: Bel verzoek melding'),
('nl', 'email_template.company_payment_notification', 'Bedrijfsbetaling'),
('nl', 'email_template.company_status_notification', 'Verandering van bedrijfsstatus'),
('nl', 'email_template.create_profile', 'Gebruikersprofiel aanmaken'),
('nl', 'email_template.discussion_notification', 'Reacties en recensies notificaties'),
('nl', 'email_template.edp_access', 'Bestellingen: toegang tot downloadbare producten'),
('nl', 'email_template.email_marketing_confirmation', 'E-mailmarketing: Bevestiging inschrijving'),
('nl', 'email_template.email_marketing_welcome', 'E-mailmarketing: Welkomstbrief '),
('nl', 'email_template.email_marketing_welcome_2optin', 'E-mailmarketing: Welkomstbrief (2optin)'),
('nl', 'email_template.form_builder_form', 'Contactformulier'),
('nl', 'email_template.gift_certificates_notification', 'Cadeaubon'),
('nl', 'email_template.give_coupon', 'Aanbiedingen: coupon');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('nl', 'email_template.hybrid_auth_create_profile', 'Maak een gebruikersprofiel via sociale login'),
('nl', 'email_template.low_stock', 'Melding bij lage voorraad'),
('nl', 'email_template.newsletters_newsletter', 'Nieuwsbrief'),
('nl', 'email_template.newsletters_promotion', 'Nieuwsbrieven: Aanbieding'),
('nl', 'email_template.one_time_password_request', 'One-time code for password-free sign-in'),
('nl', 'email_template.order_notification', 'Melding bestelling: [name]'),
('nl', 'email_template.order_notification_default', 'Melding bestelling: standaard sjabloon voor nieuwe bestelstatus'),
('nl', 'email_template.params.attach_order_document', 'Voeg een pdf-document toe'),
('nl', 'email_template.product_reviews_notification', 'Product reviews: New review notification'),
('nl', 'email_template.product_reviews_reply_notification', 'Product reviews: Reply notification'),
('nl', 'email_template.profile_activated', 'Gebruikersaccounts activeren'),
('nl', 'email_template.profile_deactivated', 'User account deactivation'),
('nl', 'email_template.recover_password', 'Wachtwoord herstel'),
('nl', 'email_template.reminder', 'Beheer wachtwoord verlopen'),
('nl', 'email_template.reward_points_notification', 'Spaarpunten'),
('nl', 'email_template.rma_slip_notification', 'RMA pakbon'),
('nl', 'email_template.shipment_products', 'Bestellingen: verzonden producten'),
('nl', 'email_template.shipping_error', 'Shipping: request error'),
('nl', 'email_template.suppliers_notification', 'Leverancier meldingen'),
('nl', 'email_template.track', 'Bestellingen: traceren'),
('nl', 'email_template.update_profile', 'Gebruikersprofiel bijwerken'),
('nl', 'email_template.upgrade_backup_info', 'Upgrade: link herstellen'),
('nl', 'email_template.usergroup_activation', 'Activering gebruikersgroep'),
('nl', 'email_template.usergroup_disactivation', 'Gebruikersgroep deactiveren'),
('nl', 'email_template.usergroup_request', 'Verzoek gebruikersgroep'),
('nl', 'email_template.vendor_communication.notify_admin', 'Ask seller a question: Admin Notification'),
('nl', 'email_template.vendor_communication.notify_customer', 'Ask seller a question: Customer Notification'),
('nl', 'email_template.vendor_data_premoderation_notification', 'Premoderation verkoper'),
('nl', 'email_template.vendor_invitation', 'Verkoper uitnodiging'),
('nl', 'email_template.vendor_plans_payment', 'Vendor plans: payment notification'),
('nl', 'email_template.vendor_plans_plan_changed', 'Vendor plans: plan changed notification'),
('nl', 'email_template.vendor_plans_revenue', 'Vendor plans: revenue notification'),
('nl', 'email_templates', 'E-mail sjablonen'),
('nl', 'email_template_exists', 'Het e-mail sjabloon met deze code bestaat al, probeer een andere.'),
('nl', 'email_template_import_success_msg', 'Alle e-mail sjablonen zijn zonder fouten geïmporteerd.'),
('nl', 'email_to', 'E-mail aan'),
('nl', 'empty', 'Leeg'),
('nl', 'empty_key_value', 'Lege tabel sleutel waarde'),
('nl', 'enable', 'Inschakelen'),
('nl', 'enabled', 'Toegestaan'),
('nl', 'enable_cdn', 'CDN inschakelen'),
('nl', 'enable_for', 'Inschakelen voor'),
('nl', 'enable_link', 'Schakel link in'),
('nl', 'enable_or_disable_block', 'Activeer/Deactiveer blok'),
('nl', 'enable_or_disable_container', 'Activeer/Deactiveer Container'),
('nl', 'enable_or_disable_grid', 'Rooster activeren/deactiveren'),
('nl', 'enable_quick_view', 'Beknopt overzicht inschakelen'),
('nl', 'enclosure', 'Bijlage'),
('nl', 'encryption', 'Encryptie'),
('nl', 'encryption_key', 'Encryptie sleutel'),
('nl', 'end_date', 'Einddatum'),
('nl', 'english', 'Engels'),
('nl', 'enter_category_name_and_path', 'Voer pad en categorienaam in. Voorbeeld: \'Elektronica/Computers/Laptops\''),
('nl', 'enter_code', 'Vul code in'),
('nl', 'enter_color_name_and_code', 'Voer de kleurnaam en code in. Voorbeeld: \"Rood # ff0000\"'),
('nl', 'enter_data', 'Vul gegevens in'),
('nl', 'enter_email', 'Uw e-mailadres'),
('nl', 'enter_new_lang_code', 'Vul een nieuwe taalcode in'),
('nl', 'enter_other', 'Vul een andere in'),
('nl', 'enter_your_price', 'Uw prijs'),
('nl', 'entity', 'Entiteit'),
('nl', 'entry_page', 'Globale instap pagina'),
('nl', 'entry_point', 'Ingangspunt'),
('nl', 'envelope', 'Envelop'),
('nl', 'epdq_3ds_main', 'Hoofdvenster'),
('nl', 'epdq_3ds_popup', 'Popup'),
('nl', 'error', 'Fout'),
('nl', 'errorCode', 'Fout code'),
('nl', 'errorName', 'Fout naam'),
('nl', 'error_account_disabled', 'Uw klantprofiel is geblokkeerd. Neem a.u.b. contact op met de beheerder.'),
('nl', 'error_admin_not_created_email_already_used', 'Beheerdersaccount is niet aangemaakt. Het e-maildres behoort al tot een andere gebruiker. U kunt de beheerder voor deze verkoper handmatig toevoegen.'),
('nl', 'error_admin_not_created_name_already_used', 'Beheerdersaccount is niet aangemaakt. De gebruikersnaam behoort tot een andere gebruiker. Wijzig de naam om verder te gaan.'),
('nl', 'error_admin_registers_as_vendor', 'U kunt geen verkoper worden omdat u momenteel bent aangemeld als beheerder. Meld u af en verzend het formulier opnieuw.'),
('nl', 'error_ajax', 'Oeps, er ging iets mis ([error]). Probeer het opnieuw.'),
('nl', 'error_already_posted', 'U heeft hier al een bericht geplaatst'),
('nl', 'error_area_access_denied', 'U heeft geen toegang tot dit gebied.'),
('nl', 'error_cannot_delete_files', 'Kan de volgende bestanden niet verwijderen: <b>[files]</b>. Controleer de rechten.'),
('nl', 'error_change_admin_data_in_frontend', 'Het is niet toegestaan om het e-mailadres of wachtwoord van de administrator te wijzigen in de klanten-gedeelte. Meld aan met een klantenprofiel.'),
('nl', 'error_class_phar_data_not_found', 'De PharData class werd niet gevonden. Lees meer: https://php.net/manual/en/class.phardata.php'),
('nl', 'error_class_zip_archive_not_found', 'De ZipArchive class werd niet gevonden. Lees meer: https://php.net/manual/en/class.ziparchive.php'),
('nl', 'error_confirmation_code_invalid', 'Sorry, de anti-bot validatie is mislukt. Probeer het opnieuw.'),
('nl', 'error_curl_not_exists', '<b>Let op!</b><br />PHP CURL extensie wordt niet ondersteund op uw server. <b>[method]</b> zal niet werken. Neem contact op met uw provider.'),
('nl', 'error_curl_ssl_not_exists', '<b>Let op!</b><br />PHP CURL extensie is gecompileerd <b>zonder</b> SSL support op uw server. <b>[method]</b> zal dan niet werken. Neem contact op met uw hosting provider.'),
('nl', 'error_currency_exists', 'Valuta met code <b>[code]</b> bestaat reeds'),
('nl', 'error_delete_theme_company', 'Een van uw winkels maakt gebruik van dit thema. Stel een ander thema in voordat u het verwijdert.'),
('nl', 'error_delete_theme_layout', 'De opmaak die dit thema gebruikt is als standaard ingesteld. Kies een andere standaardopmaak.'),
('nl', 'error_demo_mode', 'De cart werkt nu in DEMO-mode: deze functionaliteit is uitgezet.'),
('nl', 'error_directory_not_writable', 'Directory \"[dir]\" is niet schrijfbaar. Controleer de rechten voor deze map van uw installatie.'),
('nl', 'error_email_already_subscribed', 'Dit e-mailadres is al ingeschreven.'),
('nl', 'error_empty_company_name', 'Bedrijfsnaam mag niet leeg zijn'),
('nl', 'error_exim_cant_open_file', 'Geüploade bestand kan niet worden geopend'),
('nl', 'error_exim_cant_read_file', 'Kan geüploade bestand niet lezen'),
('nl', 'error_exim_fields_not_selected', 'Geen velden geselecteerd voor exporteren'),
('nl', 'error_exim_file_doesnt_exist', 'Bestand bestaat niet'),
('nl', 'error_exim_get_images_for_products', 'Kon afbeeldingen voor sommige producten niet importeren. Ofwel deze afbeeldingen bestaan niet (of zijn niet toegankelijk), of de paden naar die afbeeldingen in het geïmporteerde bestand zijn onjuist.'),
('nl', 'error_exim_incorrect_lines', 'Uw CSV bestand heeft een onjuist gegevens formaat (ongeldig scheidingsteken, gemiste/ontbrekende velden, etc) in de volgende lijnen: <b>[lines]</b>'),
('nl', 'error_exim_incorrent_delimiter', 'Het scheidingsteken in het CSV bestand verschilt van het door u gekozen scheidingsteken'),
('nl', 'error_exim_invalid_count_langs', 'Fout in meertaligheid: de verschillende talen hebben een verschillend aantal regels'),
('nl', 'error_exim_layout_required_fields', 'De volgende velden zijn verplicht en kunnen niet uit de opmaak worden verwijderd:'),
('nl', 'error_exim_no_data_exported_new', 'Geen gegevens geëxporteerd. Het probleem wordt waarschijnlijk veroorzaakt door een verkeerd bereik van de export. <a class=\"cm-post\" href=\"[url]\">Herstel het bereik van de export</a> en probeer het opnieuw'),
('nl', 'error_exim_no_file_uploaded', 'Geen bestand geupload'),
('nl', 'error_exim_pattern_definition_alt_keys', 'Ongeldig patroon definitie: alternatieve sleutel is niet aanwezig'),
('nl', 'error_exim_pattern_definition_references', 'Ongeldige patroon definitie: ontbrekende tabelverwijzingen'),
('nl', 'error_exim_pattern_dont_match', 'Uw importeer bestand voldoet niet aan de geselecteerde patroon'),
('nl', 'error_exim_pattern_not_found', 'Patroon niet gevonden'),
('nl', 'error_exim_pattern_required_fields', 'Uw import bestand moet de volgende velden bevatten: <b>[fields]</b>'),
('nl', 'error_features_too_many_variants', 'Op kenmerken zoeken is niet beschikbaar vanwege het buitensporig aantal varianten.'),
('nl', 'error_file_already_exists', 'Het bestand \"[file]\" bestaat al.'),
('nl', 'error_file_not_found', 'Bestand \"[file]\" niet gevonden.'),
('nl', 'error_filter_by_feature_exists', 'Filter op eigenschap \"[name]\" bestaat al.'),
('nl', 'error_filter_by_product_field_exists', 'Filter op productveld \"[name]\" bestaat al.'),
('nl', 'error_gift_cert_code', 'U heeft een ongeldige cadeaubon-code ingevuld. Probeer het opnieuw.'),
('nl', 'error_hash_generation', 'Error in hashgeneratie. Kies een andere betaalwijze.'),
('nl', 'error_images_need_located_root_dir', 'Geef de map voor afbeeldingen aan binnen de root van uw webwinkel. Plaats de te importeren afbeeldingen in deze map.'),
('nl', 'error_image_format_not_supported', 'Het afbeeldingsformaat <b>[format]</b> wordt niet ondersteund door deze GD library installatier. De miniatuur is niet gecreeerd.'),
('nl', 'error_incorrect_login', 'Invoer van gebruikersnaam of wachtwoord is ongeldig. Probeer nogmaals.'),
('nl', 'error_invalid_emails', 'De volgende emailadressen zijn ongeldig: <b>[emails]</b>'),
('nl', 'error_lang_code_exists', 'De verstrekte taal-code ([code]) bestaat al'),
('nl', 'error_login_not_exists', 'Uw gebruikersnaam komt niet voor in onze bestanden. Controleer of de gebruikersnaam van uw account correct is ingevoerd en probeer nogmaals.'),
('nl', 'error_message_not_sent', 'Bericht kon niet verzonden worden.<br>E-mail Fout:'),
('nl', 'error_not_logged', 'U dient in te loggen alvorens dit gedeelte te betreden.'),
('nl', 'error_no_items_selected', 'Geen selectie! U dient minimaal 1 checkbox te selecteren om door te gaan.'),
('nl', 'error_occured', 'Fout opgetreden.'),
('nl', 'error_occurred', 'Fout opgetreden'),
('nl', 'error_passwords_dont_match', 'De wachtwoorden komen niet overeen.'),
('nl', 'error_password_content', 'Het wachtwoord moet zowel letters als cijfers bevatten.'),
('nl', 'error_password_expired', 'Uw wachtwoord is verlopen. U moet uw wachtwoord nu aanpassen.'),
('nl', 'error_password_expired_change', 'Uw wachtwoord is verlopen. <p><a href=\"[link]\" class=\"underlined\"><b>Wijzig wachtwoord &#155;&#155;</b></a></p>'),
('nl', 'error_password_min_symbols', 'Het wachtwoord moet ten minste <b>[number]</b> karakters bevatten.'),
('nl', 'error_password_was_used', 'Uw nieuwe wachtwoord mag niet overeenkomen met één van de 4 eerder gebruikte wachtwoorden. Gebruik een ander wachtwoord.'),
('nl', 'error_permissions_not_changed', 'Rechten kunnen niet worden aangepast'),
('nl', 'error_product_codes_length', 'The following product codes are too long and were cut off at [product_code_length] symbols:'),
('nl', 'error_profile_field_name_exists', 'A profile field with this name already exists. Please choose another name.'),
('nl', 'error_shipment_not_created', 'Couldn\'t create a shipment. Please choose a carrier or enter a tracking number.'),
('nl', 'error_status_not_changed', 'Fout tijdens het updaten van de status. Status is niet gewijzigd.'),
('nl', 'error_theme_manifest_missed', 'Thema omschrijvings bestand (\"manifest\") is niet gevonden. Installatie geannuleerd.'),
('nl', 'error_unable_to_create_backups', 'Niet mogelijk om back-ups te maken.'),
('nl', 'error_unable_to_create_thumbnail', 'Het is niet mogelijk om een miniatuur-afbeelding te maken van het bestand \"[file]\": [error]'),
('nl', 'error_unknown_archive_format', 'Onbekend archiefformaat: [ext]'),
('nl', 'error_user_exists', 'Deze naam of e-mail bestaat al in ons bestand. Probeer a.u.b. een ander.'),
('nl', 'error_validator_ccv', 'CVV/CVC is te kort.'),
('nl', 'error_validator_color', 'De kleurcode in het <b>[field]</b> veld is ongeldig.'),
('nl', 'error_validator_email', 'Het e-mailadres in het veld <b>[field]</b> is ongeldig.'),
('nl', 'error_validator_integer', 'De waarde van het veld <b>[field]</b> is ongeldig. Het moet een getal zijn.'),
('nl', 'error_validator_message', 'De waarde in het veld <b>[field]</b> is ongeldig.'),
('nl', 'error_validator_multiple', 'Het veld <b>[field]</b> bevat niet de geselecteerde opties.'),
('nl', 'error_validator_password', 'De wachtwoorden in de velden <b>[field2]</b> en <b>[field]</b> komen niet overeen.'),
('nl', 'error_validator_phone', 'Het telefoonnummer in het veld <b>[field]</b> is ongeldig. Het juiste formaat is (555) 555-55-55 of 55 55 555 5555.'),
('nl', 'error_validator_phone_mask', 'Het telefoonnummer in het veld <b>[field]</b> is ongeldig.'),
('nl', 'error_validator_phone_number', 'Het is verplicht het volgende formaat te gebruiken voor deze betaalmethode: 555 555 5555.'),
('nl', 'error_validator_recaptcha', 'Bevestig dat je geen robot bent.'),
('nl', 'error_validator_required', 'Het veld <b>[field]</b> is verplicht.'),
('nl', 'error_validator_zipcode', 'De postcode in het veld <b>[field]</b> is onjuist. Het jusite formaat is [extra].'),
('nl', 'error_vendor_exists', 'Er bestaat al een verkoper met het e-mailadres wat je hebt ingevoerd. Probeer een ander e-mailadres.'),
('nl', 'error_zip_php_extension_not_installed', 'De \"Zip\" extensie van PHP is niet geïnstalleerd. Installeer deze om Zip-bestanden te maken en uit te pakken.'),
('nl', 'et_above_button', 'Above the BUTTON'),
('nl', 'et_above_description', 'Above the DESCRIPTION'),
('nl', 'et_above_info_block', 'Above (the Info Block)'),
('nl', 'et_above_title', 'Above the TITLE'),
('nl', 'et_add', 'et_add?'),
('nl', 'et_additional_image', 'Additional image'),
('nl', 'et_additional_settings', 'Additional settings'),
('nl', 'et_addons', 'ET Addons'),
('nl', 'et_addons_menu', 'EnergoThemes: Add-ons'),
('nl', 'et_add_description_text_shadow', 'Add description text shadow'),
('nl', 'et_add_title_text_shadow', 'Add title text shadow'),
('nl', 'et_ask_a_question', 'Ask a question'),
('nl', 'et_average_star_rating', 'Average Star Rating'),
('nl', 'et_background_color', 'Background color'),
('nl', 'et_background_hover', 'Background hover'),
('nl', 'et_background_settings', 'Background settings'),
('nl', 'et_banner', 'Extended banner'),
('nl', 'et_banners', 'Design professional responsive banners by adding custom text, colors, buttons and backgrounds, as well as create different banners for desktop and mobile devices. Developed by <a href=\"https://www.energothemes.com/\"target=\"_blank\">EnergoThemes</a>'),
('nl', 'et_banner_full_width_no_title', 'ET - Banner full width (no title)'),
('nl', 'et_banner_wrapper', 'ET - Banner wrapper'),
('nl', 'et_below_button', 'Below the BUTTON'),
('nl', 'et_below_info_block', 'Below (the Info Block)'),
('nl', 'et_block_title_background', 'Block title background'),
('nl', 'et_block_title_background_hover', 'Block title background hover'),
('nl', 'et_block_title_border', 'Block title border'),
('nl', 'et_block_title_color', 'Block title color'),
('nl', 'et_block_title_color_hover', 'Block title hover color'),
('nl', 'et_blog_scroller_secondary_title', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.'),
('nl', 'et_bottom', 'Bottom'),
('nl', 'et_button', 'Button'),
('nl', 'et_button_align', 'Button align'),
('nl', 'et_button_animation', 'Button Animation'),
('nl', 'et_button_background', 'Button background'),
('nl', 'et_button_border', 'Button border'),
('nl', 'et_button_border_size', 'Border size'),
('nl', 'et_button_border_style', 'Border style'),
('nl', 'et_button_font_size', 'Button font size'),
('nl', 'et_button_font_style', 'Button font style'),
('nl', 'et_button_font_weight', 'Button font weight'),
('nl', 'et_button_hover_background', 'Button hover background'),
('nl', 'et_button_hover_text_color', 'Button hover text color'),
('nl', 'et_button_margin', 'Button margin'),
('nl', 'et_button_padding', 'Button padding'),
('nl', 'et_button_rounded_corners', 'Button rounded corners'),
('nl', 'et_button_shadow', 'Add button shadow'),
('nl', 'et_button_text', 'Button text'),
('nl', 'et_button_text_color', 'Button text color'),
('nl', 'et_button_url', 'Button URL'),
('nl', 'et_category_banner', 'ET - Category banners'),
('nl', 'et_category_description', 'ET - Category description'),
('nl', 'et_category_label', 'Category label'),
('nl', 'et_category_menu', 'ET - Category menu'),
('nl', 'et_category_menu_icon', 'ET - Category menu (icon)'),
('nl', 'et_category_menu_vertical', 'ET - Category menu (vertical)'),
('nl', 'et_category_title', 'ET - Category title'),
('nl', 'et_center', 'Center'),
('nl', 'et_collapsed', 'Collapsed'),
('nl', 'et_colors', 'Colors'),
('nl', 'et_color_hover', 'Color hover'),
('nl', 'et_color_settings', 'Color settings'),
('nl', 'et_columns', 'Columns'),
('nl', 'et_columns_tooltip', 'Number of columns to display the products'),
('nl', 'et_coming_soon', 'Coming soon'),
('nl', 'et_contact_info', 'Contact info'),
('nl', 'et_contact_page', 'Contact page'),
('nl', 'et_cta_button_text', 'Button text'),
('nl', 'et_cta_button_url', 'Button URL'),
('nl', 'et_cta_step_1_text', 'Step 1 text'),
('nl', 'et_cta_step_1_title', 'Step 1 title'),
('nl', 'et_cta_step_2_text', 'Step 2 text'),
('nl', 'et_cta_step_2_title', 'Step 2 title'),
('nl', 'et_cta_step_3_text', 'Step 3 text'),
('nl', 'et_cta_step_3_title', 'Step 3 title'),
('nl', 'et_cta_title_text', 'Block title'),
('nl', 'et_custom_class', 'Custom class'),
('nl', 'et_custom_color', 'Custom color'),
('nl', 'et_custom_icon_settings', 'Icon settings'),
('nl', 'et_custom_label_settings', 'Label settings'),
('nl', 'et_custom_label_settings_tooltip', 'Only used by the Main Menu block'),
('nl', 'et_custom_menu_colors', 'Menu colors'),
('nl', 'et_dd_custom_menu_settings', 'Advanced menu settings'),
('nl', 'et_dd_image', 'Mega Menu image settings by EnergoThemes'),
('nl', 'et_dd_image_height', 'Image height'),
('nl', 'et_dd_image_width', 'Image width'),
('nl', 'et_dd_menu_width', 'Menu width'),
('nl', 'et_dd_min_menu_height', 'Menu minimum height'),
('nl', 'et_dd_offset_bottom', 'Image offset bottom'),
('nl', 'et_dd_offset_right', 'Image offset right'),
('nl', 'et_dd_push_menu_items', 'Push menu items'),
('nl', 'et_dd_url', 'Image link'),
('nl', 'et_default_vendor', 'Default vendor'),
('nl', 'et_description_animation', 'Description Animation'),
('nl', 'et_description_font_size', 'Description font size'),
('nl', 'et_description_font_style', 'Description font style'),
('nl', 'et_description_font_weight', 'Description font weight'),
('nl', 'et_description_line_height', 'Description line-height'),
('nl', 'et_description_margin', 'Description margin'),
('nl', 'et_description_text', 'Description text'),
('nl', 'et_description_text_background', 'Description text background'),
('nl', 'et_description_text_color', 'Description text color'),
('nl', 'et_eib_block_1_text', 'Block 1 text'),
('nl', 'et_eib_block_1_title', 'Block 1 title'),
('nl', 'et_eib_block_2_text', 'Block 2 text'),
('nl', 'et_eib_block_2_title', 'Block 2 title'),
('nl', 'et_eib_block_3_text', 'Block 3 text'),
('nl', 'et_eib_block_3_title', 'Block 3 title'),
('nl', 'et_eib_block_4_text', 'Block 4 text'),
('nl', 'et_eib_block_4_title', 'Block 4 title'),
('nl', 'et_email_marketing_description', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt'),
('nl', 'et_expanded', 'Expanded'),
('nl', 'et_exteded_out_of', '<strong>[average_rating]</strong> out of <strong>5</strong> stars'),
('nl', 'et_featured_products_banner', 'ET - Featured products and banners'),
('nl', 'et_featured_product_banner_tabs', 'Featured product and banner tabs'),
('nl', 'et_featured_product_banner_tabs.manage', 'Featured product and banner tabs'),
('nl', 'et_featured_vendors_sidebar', 'ET - Featured vendors sidebar'),
('nl', 'et_footer_info', 'ET - Footer info'),
('nl', 'et_full_grid', 'ET - Full width grid'),
('nl', 'et_full_width', 'Full width'),
('nl', 'et_google_map', 'Google Map'),
('nl', 'et_header_call_us', 'LET US CALL YOU BACK'),
('nl', 'et_home_blog', 'ET - Home blog'),
('nl', 'et_home_featured_vendors', 'ET - Home featured vendors'),
('nl', 'et_home_grid', 'ET - Home grid'),
('nl', 'et_home_special_title', 'ET - Home special title'),
('nl', 'et_home_testimonials', 'ET - Home testimonials'),
('nl', 'et_horizontal', 'Horizontal'),
('nl', 'et_horizontal_align', 'Horizontal align'),
('nl', 'et_horizontal_with_info_block', 'Horizontal with the Info Block'),
('nl', 'et_horziontal_filters_clear', 'Clear all filters'),
('nl', 'et_horziontal_filters_selected', 'Your selected filters '),
('nl', 'et_hover_color', 'Hover color'),
('nl', 'et_hover_image', 'Hover image'),
('nl', 'et_hover_opacity', 'Hover opacity'),
('nl', 'et_icon_color', 'Icon color'),
('nl', 'et_icon_color_hover', 'Icon color hover'),
('nl', 'et_icon_position', 'Icon position'),
('nl', 'et_icon_settings', 'Icon settings'),
('nl', 'et_image_animation', 'Image animation'),
('nl', 'et_image_background_color', 'Image background color'),
('nl', 'et_image_margin', 'Image margin'),
('nl', 'et_image_position', 'Image position'),
('nl', 'et_image_position_horizontal', 'Image position horizontal'),
('nl', 'et_image_position_inside', 'Image position inside'),
('nl', 'et_image_position_vertical', 'Image position vertical'),
('nl', 'et_image_url', 'Image URL'),
('nl', 'et_info_block_background', 'Info block background'),
('nl', 'et_info_block_margin', 'Info block margin'),
('nl', 'et_info_block_settings', 'Info Block Settings'),
('nl', 'et_info_block_width', 'Info block width'),
('nl', 'et_inside_info_block', 'Inside the Info Block'),
('nl', 'et_label_color', 'Label text color'),
('nl', 'et_label_colors', 'Label colors'),
('nl', 'et_label_text', 'Label text'),
('nl', 'et_language_specific', 'Language specific'),
('nl', 'et_left_menu', 'ET - Left menu (mobile)'),
('nl', 'et_left_of_info_block', 'Left (of the Info Block)'),
('nl', 'et_license_invalid', 'EnergoThemes license is not valid'),
('nl', 'et_mainbox_general', 'ET - Mainbox general'),
('nl', 'et_mainbox_general_full_width_no_title', 'ET - Mainbox general full width (no title)'),
('nl', 'et_mainbox_general_full_width_title', 'ET - Mainbox general full width'),
('nl', 'et_mainbox_simple', 'ET - Mainbox simple'),
('nl', 'et_mainbox_simple_full_width_no_title', 'ET - Mainbox simple full width (no title)'),
('nl', 'et_mainbox_simple_full_width_title', 'ET - Mainbox simple full width'),
('nl', 'et_main_slider', 'ET - Main slider'),
('nl', 'et_manage', 'et_manage?'),
('nl', 'et_marketplace_menu', 'ET - Marketplace Menu'),
('nl', 'et_master_vendors', 'vendor|vendors'),
('nl', 'et_mega_menu', 'ET - Advanced Mega Menu'),
('nl', 'et_mega_menu.banner_settings', 'Banner Settings'),
('nl', 'et_mega_menu.category_settings', 'Menu Category Settings'),
('nl', 'et_mega_menu.icon_settings', 'Icon Settings'),
('nl', 'et_mega_menu.products_settings', 'Featured Product Settings'),
('nl', 'et_mega_menu.size_settings', 'Window Size Settings'),
('nl', 'et_mega_menu.subcategory_thumbnails', 'Subcategory Thumbnails'),
('nl', 'et_mega_menu_tab', 'Additional menu settings'),
('nl', 'et_menu_horizontal', 'ET - Menu (horizontal)'),
('nl', 'et_min_height', 'Min height'),
('nl', 'et_mobile_footer_block', 'ET - Footer block (mobile)'),
('nl', 'et_mobile_footer_menu', 'ET - Footer menu (mobile)'),
('nl', 'et_mobile_menu_wrapper', 'ET - Mobile Menu'),
('nl', 'et_multi_scroller', 'ET - Multi scroller'),
('nl', 'et_my_content', 'My content'),
('nl', 'et_newsletter_description', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt'),
('nl', 'et_offset_bottom', 'Offset bottom'),
('nl', 'et_offset_right', 'Offset right'),
('nl', 'et_opacity', 'Opacity'),
('nl', 'et_overlay_settings', 'Overlay settings'),
('nl', 'et_padding', 'Padding'),
('nl', 'et_pp_block', 'Info blocks'),
('nl', 'et_pp_block_r', 'Return policy'),
('nl', 'et_pp_block_s', 'Shipping policy'),
('nl', 'et_pp_block_w', 'Warranty policy'),
('nl', 'et_pp_info_expanded', 'Expanded by default'),
('nl', 'et_pp_info_icon_and_color_settings', 'Icon and color settings'),
('nl', 'et_pp_info_use_icon', 'Use icon'),
('nl', 'et_pp_sold_by', 'Sold by'),
('nl', 'et_pp_this_item_sold_by', 'This item is sold by'),
('nl', 'et_product_coming_soon', 'Available on: [avail_date]'),
('nl', 'et_product_display_options', 'Product display options'),
('nl', 'et_product_filters', 'Product filters'),
('nl', 'et_product_tabs_rating_right_text', 'Tell us something about it and help others make the right decision'),
('nl', 'et_product_tabs_rating_right_title', 'Have you used the product?'),
('nl', 'et_product_tabs_rating_testimonial_right_text', 'Tell us something about your experience here'),
('nl', 'et_product_tabs_rating_testimonial_right_title', 'Have you bought from our Marketplace?'),
('nl', 'et_product_tabs_rating_testimonial_right_title_ult', 'Have you bought from our Store?'),
('nl', 'et_product_tabs_rating_vendor_right_text', 'Tell us something about it and help others make the right decision'),
('nl', 'et_product_tabs_rating_vendor_right_title', 'Have you bought from this vendor?'),
('nl', 'et_product_title_rows', 'Product title rows'),
('nl', 'et_product_title_rows_tooltip', 'Number of rows to display the product titles'),
('nl', 'et_profile_info', 'ET - Profile info'),
('nl', 'et_profile_text', 'Profile text'),
('nl', 'et_push_items', 'Push menu items'),
('nl', 'et_quick_info', 'Product page quick info'),
('nl', 'et_quick_info.manage', 'Product page quick info blocks'),
('nl', 'et_quick_info.new_block', 'New quick info block'),
('nl', 'et_quick_info_block', 'Product page quick info'),
('nl', 'et_read_all', 'Read all'),
('nl', 'et_read_more', 'Read more'),
('nl', 'et_register_text', 'Register text'),
('nl', 'et_review_variant', 'Product variant reviewed'),
('nl', 'et_right_menu', 'ET - Right menu (mobile)'),
('nl', 'et_right_of_info_block', 'Right (of the Info Block)'),
('nl', 'et_rounded_corners', 'Rounded corners'),
('nl', 'et_same_vendor', 'ET - Same vendor'),
('nl', 'et_search', 'ET - Search'),
('nl', 'et_search_marketplace_products', 'Search by Marketplace products'),
('nl', 'et_search_wrapper', 'ET - Search'),
('nl', 'et_select_category_hover_text', 'Select category'),
('nl', 'et_seo_rules', 'VIVAshop SEO rules for vendor stores'),
('nl', 'et_separate_blog_image', 'ET - Blog image'),
('nl', 'et_settings', 'Settings'),
('nl', 'et_short_description', 'Category mini description'),
('nl', 'et_show_all_reviews', 'Show all reviews'),
('nl', 'et_show_discount_label', 'Show discount label'),
('nl', 'et_show_old_price', 'Show old price'),
('nl', 'et_show_product_name', 'Show product name'),
('nl', 'et_show_product_price', 'Show price'),
('nl', 'et_show_reviews_with', 'Show reviews with'),
('nl', 'et_show_title', 'Show title'),
('nl', 'et_sidebar_category', 'Sidebar category'),
('nl', 'et_sidebar_subcategories', 'ET - Sidebar subcategories'),
('nl', 'et_sidebox_filters', 'ET - Sidebox filters'),
('nl', 'et_sidebox_products', 'ET - Sidebox products'),
('nl', 'et_sidebox_simple_open_on_mobile', 'ET - Sidebox open on mobile'),
('nl', 'et_sidebox_subcategories', 'ET - Sidebox subcategories'),
('nl', 'et_social_links', 'Social links'),
('nl', 'et_star', 'star|stars'),
('nl', 'et_sticky_cart', 'ET - Sticky cart'),
('nl', 'et_sticky_my_account', 'ET - Sticky My account'),
('nl', 'et_store_settings', 'Store settings'),
('nl', 'et_subcategories', 'ET - Subcategories'),
('nl', 'et_subcateg_opt_img_title', 'Image'),
('nl', 'et_tab_title_active_color', 'Tab title active color'),
('nl', 'et_tab_title_color', 'Tab title color'),
('nl', 'et_text_align', 'Text align'),
('nl', 'et_text_color', 'Text color'),
('nl', 'et_text_hover', 'Text hover'),
('nl', 'et_thumbnail_width', 'Thumbnail width'),
('nl', 'et_thumbnail_width_tooltip', 'Product image thumbnail width in pixels'),
('nl', 'et_title_animation', 'Title Animation'),
('nl', 'et_title_background', 'Title background'),
('nl', 'et_title_color', 'Title text color'),
('nl', 'et_title_font_size', 'Title font size'),
('nl', 'et_title_font_style', 'Title font style'),
('nl', 'et_title_font_weight', 'Title font weight'),
('nl', 'et_title_line_height', 'Title line-height'),
('nl', 'et_title_margin', 'Title margin'),
('nl', 'et_title_text', 'Title text'),
('nl', 'et_title_text_background', 'Title text background'),
('nl', 'et_title_text_color', 'Title text color'),
('nl', 'et_top', 'Top'),
('nl', 'et_top_menu', 'ET - Top menu'),
('nl', 'et_transparent_background', 'Transparent background'),
('nl', 'et_type', 'Type'),
('nl', 'et_update_for_all_languages', 'Update for all languages'),
('nl', 'et_update_for_all_languges', 'Update for all languages'),
('nl', 'et_use_bkg_overlay', 'Use background overlay'),
('nl', 'et_vendor_categories', 'ET - Vendor categories'),
('nl', 'et_vendor_extra_details_f', 'Facebook'),
('nl', 'et_vendor_extra_details_i', 'Instagram'),
('nl', 'et_vendor_extra_details_l', 'Linkedin'),
('nl', 'et_vendor_extra_details_p', 'Pinterest'),
('nl', 'et_vendor_extra_details_t', 'Twitter'),
('nl', 'et_vendor_extra_details_y', 'Youtube'),
('nl', 'et_vendor_header.feedback', 'Feedback'),
('nl', 'et_vendor_header.social', 'Socials'),
('nl', 'et_vendor_header.store', 'Store'),
('nl', 'et_vendor_menu', 'Vendor Menu'),
('nl', 'et_vendor_menu_mobile', 'ET - Vendor menu mobile'),
('nl', 'et_vendor_panel_menu.default_vendor_store', 'Default vendor blocks'),
('nl', 'et_vendor_panel_menu.my_banners', 'Banners'),
('nl', 'et_vendor_panel_menu.my_home_blocks', 'Home blocks'),
('nl', 'et_vendor_panel_menu.my_pages', 'Pages'),
('nl', 'et_vendor_plans.footer', '<div class=\"et-vendor-plans_footer_big\">Not sure which plan will suit you best?</div><div class=\"et-vendor-plans_footer_small\">Start with a 14-day trial of all Marketplace features then choose the plan that\'s right for you</div>'),
('nl', 'et_vendor_plans.footer_button_link', './index.php?dispatch=pages.view&page_id=30'),
('nl', 'et_vendor_plans.footer_button_text', 'Contact us'),
('nl', 'et_vendor_plans.no_vendor_store', 'NO microstore'),
('nl', 'et_vendor_plans.per', 'per'),
('nl', 'et_vendor_store_header', 'ET - Vendor store header'),
('nl', 'et_vendor_store_header_mobile', 'ET - Vendor store header mobile'),
('nl', 'et_vendor_store_menu', 'ET - Vendor store menu'),
('nl', 'et_vendor_store_menu_mobile', 'ET - Vendor store menu mobile'),
('nl', 'et_vertical', 'Vertical'),
('nl', 'et_vertical_align', 'Vertical align'),
('nl', 'et_vertical_with_info_block', 'Vertical with the Info Block'),
('nl', 'et_vivashop_mv_functionality.home_blocks', 'Vendor home blocks'),
('nl', 'et_vivashop_mv_functionality.vendor_pages', 'Vendor pages'),
('nl', 'et_vivashop_mv_settings.best_bkg', 'Best choice background'),
('nl', 'et_vivashop_mv_settings.best_outer_bkg', 'Best choice outer background'),
('nl', 'et_vivashop_mv_settings.best_outer_text', 'Best choice outer text'),
('nl', 'et_vivashop_mv_settings.best_text', 'Best choice text'),
('nl', 'et_vivashop_mv_settings.footer_bkg', 'Footer background'),
('nl', 'et_vivashop_mv_settings.footer_bkg_img', 'Footer background image'),
('nl', 'et_vivashop_mv_settings.footer_button_text', 'Button text'),
('nl', 'et_vivashop_mv_settings.footer_button_url', 'Button URL'),
('nl', 'et_vivashop_mv_settings.footer_text', 'Footer text'),
('nl', 'et_vivashop_mv_settings.header_bkg', 'Header background'),
('nl', 'et_vivashop_mv_settings.header_hover', 'Header text hover'),
('nl', 'et_vivashop_mv_settings.header_text', 'Header text color'),
('nl', 'et_vivashop_mv_settings.highlight_text', 'Title highlighted text'),
('nl', 'et_vivashop_mv_settings.menu_bkg', 'Menu background'),
('nl', 'et_vivashop_mv_settings.menu_bkg_hover', 'Menu background hover'),
('nl', 'et_vivashop_mv_settings.menu_text', 'Menu text color'),
('nl', 'et_vivashop_mv_settings.menu_text_hover', 'Menu text color hover'),
('nl', 'et_vivashop_mv_settings.price_bkg', 'Price background'),
('nl', 'et_vivashop_mv_settings.price_text', 'Price text'),
('nl', 'et_vivashop_mv_settings.show_footer', 'Show footer'),
('nl', 'et_vivashop_settings.arrow', 'Arrow'),
('nl', 'et_vivashop_settings.box_color', 'Box color'),
('nl', 'et_vivashop_settings.circles_bkg', 'Circle background'),
('nl', 'et_vivashop_settings.circles_icons', 'Circle icon'),
('nl', 'et_vivashop_settings.circles_steps_txt', 'Step number text'),
('nl', 'et_vivashop_settings.circles_step_bkg', 'Step number background'),
('nl', 'et_vivashop_settings.circles_text', 'Circle text'),
('nl', 'et_vivashop_settings.demo_banners', '<p><a class=\"cm-ajax btn btn-primary\" href=\"[demo_data_url]\">Add all demo data</a></p> <br/> <p><a class=\"cm-ajax btn btn-secondary\" href=\"[demo_banners_url]\">Add only demo banners</a></p>'),
('nl', 'et_vivashop_settings.go_btn_bkg', 'Button background'),
('nl', 'et_vivashop_settings.go_btn_bkg_hover', 'Button hover background'),
('nl', 'et_vivashop_settings.go_btn_txt', 'Button text'),
('nl', 'et_vivashop_settings.go_btn_txt_hover', 'Button hover text'),
('nl', 'et_vivashop_settings.icons', 'Icons'),
('nl', 'et_vivashop_settings.icon_bkg', 'Icon background color'),
('nl', 'et_vivashop_settings.icon_color', 'Icon color'),
('nl', 'et_vivashop_settings.main_bkg_color', 'Background color'),
('nl', 'et_vivashop_settings.overlay', 'Overlay color'),
('nl', 'et_vivashop_settings.overlay_alpha', 'Overlay opacity'),
('nl', 'et_vivashop_settings.text', 'Text'),
('nl', 'et_vivashop_settings.text_color', 'Text color'),
('nl', 'et_vivashop_settings.text_top', 'Title text'),
('nl', 'et_vivashop_settings.title_color', 'Title color'),
('nl', 'et_width', 'Width'),
('nl', 'et_wishlist_button_text', 'Wishlist'),
('nl', 'event.order.edp.name', 'Access to downloadable products granted'),
('nl', 'event.order.shipment_updated.name', 'Products were shipped'),
('nl', 'event.order.status_changed.name', 'Orderstatus gewijzigd in [status]'),
('nl', 'event.order.updated.name', 'Order was updated'),
('nl', 'event.profile.activated.name', 'Profile was activated'),
('nl', 'event.profile.added.name', 'Profile requires activation'),
('nl', 'event.profile.created.name', 'Profile was created'),
('nl', 'event.profile.deactivated.name', 'Profile was deactivated'),
('nl', 'event.profile.password_recovery.name', 'Password recovery'),
('nl', 'event.profile.password_reminder.name', 'Reminder about necessary password change'),
('nl', 'event.profile.updated.name', 'Profile was updated'),
('nl', 'event.profile.usergroup_activation.name', 'User group activation'),
('nl', 'event.profile.usergroup_disactivation.name', 'User group disactivation'),
('nl', 'event.profile.usergroup_request.name', 'Membership in user group was requested'),
('nl', 'event.profile.usergroup_updated.name', 'Membership in user group was changed'),
('nl', 'event.receiver.a', 'Beheerder'),
('nl', 'event.receiver.c', 'Klant'),
('nl', 'event.receiver.s', 'Leverancier'),
('nl', 'event.receiver.v', 'Verkoper'),
('nl', 'event.transport.internal', 'Notifications center'),
('nl', 'event.transport.mail', 'E-mail'),
('nl', 'event.vendors_require_approval.name', 'Vendors require approval'),
('nl', 'event.vendors_require_approval.title', 'Some vendors are pending approval'),
('nl', 'event.vendor_status_changed.active.message', 'All your active products will now appear in the store'),
('nl', 'event.vendor_status_changed.name', 'Vendor status changed to [status]'),
('nl', 'event.vendor_status_changed.pending.message', 'You can work with the admin panel and manage your products, but they won\'t appear to customers until your status changes to Active.'),
('nl', 'event.vendor_status_changed.title', 'Your status has been changed to [status]'),
('nl', 'eway_configuration_note', '<a href=\'https://go.eway.io/s/article/How-do-I-setup-my-Live-eWAY-API-Key-and-Password\' target=\'_blank\'>Hoe stel ik mijn Live eWAY API Key en wachtwoord in?</a>'),
('nl', 'eway_upgrade_notification_text', '<p><b>eWAY</b>, <b>eWAY Direct Payment</b> and <b>eWAY Shared Payment</b> are not supported since this [product] version.</p><p>We strongly recommend you to <b>upgrade to eWAY Direct Payment (Rapid API)</b> or <b>eWAY Responsive Shared (Rapid API)</b>, here are the instructions:</p><ul><li>go to Administration > Payment methods</li><li>open one of the payment methods utilizing deprecated eWAY processor</li><li>switch to General tab and specify eWAY Direct Payment (Rapid API) or eWAY Responsive Shared (Rapid API) payment processor</li><li>switch to Configure tab and specify proper:<ul><li>API Key, API Password and Encryption Key for eWAY Direct Payment (Rapid API)</li><li>API Key and API Password for eWAY Responsive Shared (Rapid API)</li></ul></li></ul><p>eWAY, eWAY Direct Payment and eWAY Shared Payment will still be operational but we <b>renamed</b> them to Deprecated eWAY, Deprecated eWAY Direct Payment and Deprecated eWAY Shared Payment accordingly.</p>'),
('nl', 'eway_upgrade_notification_title', 'eWAY, eWAY Direct Payment en eWAY Shared Payment worden niet langer ondersteund'),
('nl', 'exact_phrase', 'De juiste uitdrukking'),
('nl', 'excellent', 'Uitstekend!'),
('nl', 'exception', 'Uitzondering'),
('nl', 'exceptions', 'Uitzonderingen'),
('nl', 'exceptions_type', 'Soort uitzondering'),
('nl', 'exception_disabled', 'Er kan geen variant worden geselecteerd'),
('nl', 'exception_disregard', 'Elke variant'),
('nl', 'exception_error', 'FOUT'),
('nl', 'exception_error_code', 'Fout code:'),
('nl', 'exception_exist', 'Deze uitzonderingscombinatie bestaat al'),
('nl', 'exception_title', 'Oeps!<br />We hebben niet gevonden waar u naar op zoek was.'),
('nl', 'exchange_rate', 'Live wisselkoersen'),
('nl', 'exclude_disabled_products', 'Uitgeschakelde producten uitsluiten'),
('nl', 'exclusive_promotions', 'Exclusieve kortingen'),
('nl', 'exclusive_promotions_content', 'Abonneer op onze nieuwsbrief en ontvang een kortingsbon van 10%!'),
('nl', 'exec', 'Uitvoeren'),
('nl', 'exim_cannot_create_variant_for_shareable_feature', 'You cannot create a variant for a shareable feature.'),
('nl', 'exim_error_empty_feature_name', 'Functienaam ontbreekt. Enkele functies van het product zijn niet bijgewerkt.'),
('nl', 'exim_error_incorrect_feature_type', 'Onjuist type van de functie. Enkele functies van het product zijn niet bijgewerkt.'),
('nl', 'exim_remove_additional_images', 'Opschonen'),
('nl', 'exim_vendor_cant_create_feature', 'Leveranciers kunnen geen producteigenschappen toevoegen. Sommige producteigenschappen kunnen niet worden gewijzigd.'),
('nl', 'exit_point', 'Exitpunt'),
('nl', 'exp', 'Exp'),
('nl', 'expanded', 'Uitgebreid'),
('nl', 'expand_collapse_list', 'Itemlijst in- en uitklappen'),
('nl', 'expand_section', 'Expand section'),
('nl', 'expand_sublist_of_items', 'Item-sublijst uitbreiden'),
('nl', 'expenditure', 'Uitgaven'),
('nl', 'expired', 'Verlopen'),
('nl', 'expirepreauth', 'Pre-authenticatie'),
('nl', 'expirepreauth_description', 'Preauthorisatie wacht limiet in dagen. De maximale waarde is 30 dagen. Laat dit veld leeg bij het aanvraagtype \"Sale\".'),
('nl', 'expiry_date', 'Verloopdatum'),
('nl', 'export', 'Exporteer'),
('nl', 'exported_fields', 'Geëxporteerde velden'),
('nl', 'exported_files', 'Geëxporteerde bestanden'),
('nl', 'exported_items', 'Geëxporteerde items'),
('nl', 'exporting_data', 'Geëxporteerde gegevens'),
('nl', 'export_by_cron', 'Exporteer via cron'),
('nl', 'export_by_cron_to', 'Exporteer via cron naar'),
('nl', 'export_cron_hint', 'Gebruik de volgende regel om het script uit te voeren volgens het schema'),
('nl', 'export_data', 'Exporteer gegevens'),
('nl', 'export_found_products', 'Export found products'),
('nl', 'export_layout', 'Opmaak exporteren'),
('nl', 'export_locations', 'Exporteer locaties'),
('nl', 'export_options', 'Export opties'),
('nl', 'export_selected', 'Exporteer geselecteerde'),
('nl', 'export_to_ftp', 'FTP server opties'),
('nl', 'export_to_server', 'Exporteren naar server'),
('nl', 'extended', 'Uitgebreid'),
('nl', 'extra', 'Extra'),
('nl', 'extract_archive', 'Archief uitpakken'),
('nl', 'extra_fields', 'Extra fields'),
('nl', 'extra_folders', 'Extra map'),
('nl', 'extra_services', 'Extra diensten'),
('nl', 'facebook', 'Facebook'),
('nl', 'facebook_obj_type', 'Facebook object type'),
('nl', 'fail', 'Faal'),
('nl', 'failed', 'Mislukt'),
('nl', 'fair', 'Gemiddeld'),
('nl', 'false', 'Onjuist'),
('nl', 'faroese', 'Faroese'),
('nl', 'fast', 'Snel'),
('nl', 'fax', 'Fax'),
('nl', 'fb_activities', 'Activiteiten'),
('nl', 'fb_businesses', 'Bedrijven'),
('nl', 'fb_groups', 'Groepen'),
('nl', 'fb_organizations', 'Organisaties'),
('nl', 'fb_people', 'Mensen'),
('nl', 'fb_places', 'Plaatsen'),
('nl', 'fb_products_entertainment', 'Producten en Entertainment'),
('nl', 'fb_websites', 'Websites'),
('nl', 'feature', 'Eigenschap'),
('nl', 'features', 'Eigenschappen'),
('nl', 'features_delimiter', 'Scheidingsteken voor eigenschap opties'),
('nl', 'features_menu_description', 'Extra producteigenschappen beheren'),
('nl', 'feature_code', 'Eigenschap code'),
('nl', 'feature_comparison', 'Eigenschap vergelijking'),
('nl', 'feature_comparison_upgrade_notification_text', 'The <b>Feature comparison</b> checkbox under <b>Products → Products → &lt;Desired Product&gt;</b> has been removed.<br>By ticking the new <b>Allow customers to compare products</b> checkbox under Settings → General → Catalog, you can now enable your customers to add any products in your store to comparison lists.<br>To show up on a comparison list, a feature must have one (or more) of the following checkboxes enabled under <b>Products → Features → &lt;Desired Feature&gt;</b>:<br><ul><li>Show on the Features tab</li><li>Show in product list</li><li>Show in header on the product details page</li></ul>'),
('nl', 'feature_comparison_upgrade_notification_title', 'Wijzigingen in vergelijking van eigenschappen'),
('nl', 'feature_display_on_catalog', 'Toon in productlijst'),
('nl', 'feature_display_on_header', 'Toon in header op de pagina met productdetails'),
('nl', 'feature_display_on_product', 'Toon in het tabblad Eigenschappen'),
('nl', 'feature_group', 'Feature group'),
('nl', 'feature_groups', 'Functiegroepen'),
('nl', 'feature_id', 'Feature ID'),
('nl', 'feature_name', 'Feature name'),
('nl', 'feature_style', 'Feature style'),
('nl', 'feedback_is_sent_successfully', 'De feedback is verzonden.'),
('nl', 'feedback_values', 'Feedback waarden'),
('nl', 'feed_description', 'Omschrijving van de feed'),
('nl', 'feed_title', 'Titel van de feed'),
('nl', 'fib_wrapper', 'ET - Footer info block'),
('nl', 'field', 'Veld'),
('nl', 'fields', 'Velden'),
('nl', 'field_editor', 'Veld editor'),
('nl', 'field_name', 'Veldnaam'),
('nl', 'field_type', 'Veldtype'),
('nl', 'file', 'Bestand'),
('nl', 'filename', 'Bestandsnaam'),
('nl', 'files', 'Bestanden'),
('nl', 'filesize', 'Bestandsgrootte'),
('nl', 'files_are_too_large', 'Totale grootte van de geüploade bestanden overschrijdt de maximale grootte van [size].'),
('nl', 'files_changes', 'Bestand wijzigingen'),
('nl', 'files_directory', 'Bestandsmap'),
('nl', 'file_avail_after_payment', 'Dit bestand wordt beschikbaar zodra de bestelling volledig is betaald.'),
('nl', 'file_browser', 'Bestandsverkenner'),
('nl', 'file_changes_detector', 'File changes detector'),
('nl', 'file_changes_detector.added', 'Toegevoegd'),
('nl', 'file_changes_detector.changed', 'Gewijzigd'),
('nl', 'file_changes_detector.deleted', 'Verwijderd'),
('nl', 'file_changes_detector.snapshot_not_found', 'Snapshot of the clear installation was not found. Please restore <b>[dist_filename]</b>.'),
('nl', 'file_doesnt_have_key', 'Dit bestand heeft geen download sleutel.'),
('nl', 'file_download_limit_exceeded', 'Het bestand kan niet worden gedownload omdat de downloadlimiet van [limit] is overschreden.'),
('nl', 'file_editor', 'Bestandsbewerker'),
('nl', 'file_is_too_large', 'Bestand is te groot. Maximale upload is [size]'),
('nl', 'file_tree', 'Bestand structuur'),
('nl', 'file_uploading_in_progress_please_wait', 'File uploading in progress. Please wait.'),
('nl', 'filling', 'Vullen'),
('nl', 'filter', 'Filter'),
('nl', 'filters', 'Filters'),
('nl', 'filters_in_use', 'Alle eigenschappen zijn al in gebruik'),
('nl', 'filters_menu_description', 'Productfilters worden weergegeven in de winkel en helpen klanten om snel de producten te vinden.'),
('nl', 'filter_by', 'Filter op'),
('nl', 'filter_by_categories', 'Filter op categorie'),
('nl', 'filter_description', 'Filter omschrijving'),
('nl', 'filter_name', 'Filter naam'),
('nl', 'filter_style', 'Filter type'),
('nl', 'final_sale', 'Definitieve verkoop'),
('nl', 'finance_product_code', 'Financiële product code'),
('nl', 'financial_state', 'Financiële staat'),
('nl', 'find_results_with', 'Zoek resultaten met'),
('nl', 'finish', 'Eind'),
('nl', 'finished', 'Afgerond'),
('nl', 'finnish', 'Fins'),
('nl', 'first_name', 'Voornaam'),
('nl', 'first_name_and_last_name', 'Voor- en achternaam'),
('nl', 'flemish', 'Vlaams'),
('nl', 'folder', 'Map'),
('nl', 'folder_is_empty', 'Map is leeg'),
('nl', 'footer', 'Voettekst'),
('nl', 'footer_bottom', 'Footer bottom'),
('nl', 'footer_general', 'Footer algemeen'),
('nl', 'for', 'voor'),
('nl', 'forbidden', 'Verboden'),
('nl', 'forbidden_combinations', 'Verboden combinaties'),
('nl', 'forgot_password_question', 'Wachtwoord vergeten?'),
('nl', 'form', 'Formulier'),
('nl', 'format', 'Formaat'),
('nl', 'forms', 'Formulieren'),
('nl', 'form_builder', 'Formulieren maken'),
('nl', 'form_id', 'Formulier ID'),
('nl', 'form_submit_text', 'Bevestigingstekst formulier'),
('nl', 'for_all_found_orders', 'Voor bestellingen op ALLE pagina\'s'),
('nl', 'for_this_page_orders', 'Voor bestellingen op DEZE pagina'),
('nl', 'fragile', 'Breekbaar'),
('nl', 'free', 'Gratis'),
('nl', 'free_products', 'Gratis producten'),
('nl', 'free_shipping', 'Geen verzendkosten'),
('nl', 'free_shipping_upgrade_notification_text', '<p>Enkele producten hebben de eigenschap <b>Gratis verzenden</b> ingeschakeld. In eerdere versies van [product] hoefde een klant geen verzendmethode te kiezen wanneer deze producten werden gekocht. </p><p>Sinds deze [product] versie kiest de klant een verzendmethode tijdens het afrekenen voor producten met <b>Gratis verzenden</b> ingeschakeld.</p><p>Om verzendmethoden in te stellen welke worden gebruikt bij \'gratis verzenden\' volg de volgende stappen:</p><ol><li>Ga naar <b>Administratie → Verzenden &amp; heffingen → Verzendmethoden</b>.</li><li>Kies de bestaande verzendmethode die gebruikt mag worden voor gratis verzending of maak een nieuwe aan.</li><li>Scroll naar <i>Extra</i> en vink <b>Gebruik voor gratis verzending</b> aan.</li></ol><p>Meerdere verzendmethoden zijn mogelijk voor gratis verzending.</p><p>Op elke afzonderlijke verzendmethoden moet de <b>Gebruik voor gratis verzending</b> worden toegepast.</p><p>Vink het vakje <b>Gebruik voor gratis verzending</b> aan, indien je producten met <b>Gratis verzenden</b> wilt uitsluiten voor het berekenen van de verzendkosten. [product] zal de verzendkosten berekenen van de producten waarvoor wel verzendkosten berekend mogen worden.</p><p>Indien het vakje niet wordt aangevinkt, zal [product] de verzendkosten berekenen op basis van alle producten in de bestelling.</p>'),
('nl', 'free_shipping_upgrade_notification_title', 'Gratis verzenden wijzigingen'),
('nl', 'french', 'Frans'),
('nl', 'from', 'van'),
('nl', 'from_date', 'Datum vanaf'),
('nl', 'from_email', 'E-mailadres afzender'),
('nl', 'from_name', 'Naam afzender'),
('nl', 'ftp', 'FTP'),
('nl', 'ftp_connection_problem', 'Er kan geen verbinding worden gemaakt met de FTP-server. Controleer de FTP-gegevens'),
('nl', 'ftp_directory', 'FTP-map'),
('nl', 'ftp_pass', 'FTP wachtwoord'),
('nl', 'ftp_server_options', 'FTP server opties'),
('nl', 'ftp_url', 'FTP-server'),
('nl', 'ftp_url_hint', 'Het formaat is: FTPHOST[:PORT][/DIRECTORY]. Voorbeeld: ftp.uwhost.com:21/home/naam/map'),
('nl', 'ftp_user', 'FTP gebruikersnaam'),
('nl', 'fulfillment_state', 'Staat vervullen'),
('nl', 'full', 'Volledig'),
('nl', 'fullauth', 'Volledige authorisatie'),
('nl', 'fullname', 'Volledige naam'),
('nl', 'full_description', 'Volledige omschrijving'),
('nl', 'full_list', 'Volledige lijst'),
('nl', 'full_tree_cat', 'Volledige structuur'),
('nl', 'full_tree_pages', 'Volledige structuur'),
('nl', 'full_width', 'Volledige breedte'),
('nl', 'function', 'Kern'),
('nl', 'function_deprecated', 'Functie [old_function] is verouderd en zal in de volgende versie van CS-Cart worden verwijderd. Gebruik in plaats de functie [new_function].'),
('nl', 'gateway', 'Gateway'),
('nl', 'gateways', 'Gateways'),
('nl', 'gc_redeem_and_add_free_products', 'Inwisselen & gratis producten toevoegen aan winkelwagen'),
('nl', 'gdpr_call_requests', 'Personal data from call requests'),
('nl', 'gdpr_discussions_data', 'Persoonlijke gegevens van discussies'),
('nl', 'gdpr_newsletters', 'Personal data from newsletters'),
('nl', 'general', 'Algemeen'),
('nl', 'general_info', 'Algemene info'),
('nl', 'general_settings', 'Algemene instellingen'),
('nl', 'general_statistics', 'Algemene statistieken'),
('nl', 'generate', 'Genereer'),
('nl', 'generate_cache', 'Cache genereren'),
('nl', 'generate_new_api_key', 'Nieuwe API-sleutel genereren'),
('nl', 'generate_printslip', 'Gerar Etiqueta'),
('nl', 'generate_printslip_and_tracking_number', 'Gerar Etiqueta e Código de Rastreamento'),
('nl', 'generate_submenu', 'Genereer submenu'),
('nl', 'generating_pdf', 'Bezig met aanmaken van PDF. Even geduld a.u.b...'),
('nl', 'generating_xls', 'Bezig met aanmaken van XLS. Even geduld a.u.b...'),
('nl', 'geography', 'Geografisch'),
('nl', 'geo_maps.cannot_select_location', 'This location couldn\'t be selected due to technical reasons. If you encounter any difficulties when placing an order, please contact us.'),
('nl', 'geo_maps.from_pickup_points', '[shipping], [n] pickup point|[shipping], [n] pickup points'),
('nl', 'geo_maps.location_detection_disabled', 'Your location could not be determined. Try enabling the location services on your device or disabling the tracking protection.'),
('nl', 'geo_maps.no_shippings', 'Sorry, we couldn\'t find any shipping options for your location. Please contact us, and we\'ll see what we can do about it.'),
('nl', 'geo_maps.select_your_city', 'Selecteer uw plaats'),
('nl', 'geo_maps.shipping_about', 'about'),
('nl', 'geo_maps.shipping_address_on_map', 'Shipping address on map');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('nl', 'geo_maps.shipping_from', 'van'),
('nl', 'geo_maps.shipping_group_delivery', 'Shipping'),
('nl', 'geo_maps.shipping_group_pickup', 'Pick-up'),
('nl', 'geo_maps.shipping_time', 'Shipping time'),
('nl', 'geo_maps.shipping_time_and_rates', 'Shipping time and rates'),
('nl', 'geo_maps.text_settings_google_api_notice', 'Learn more about setting up API key <a target=\"_blank\" href=\"https://docs.cs-cart.com/4.10.x/user_guide/addons/maps_and_geolocation/#configuration\">in the documentation</a>.'),
('nl', 'geo_maps.your_city', 'Uw plaats'),
('nl', 'german', 'Duits'),
('nl', 'get_api_key', 'Verkrijgen van een API-sleutel'),
('nl', 'get_rates', 'Tarieven ophalen'),
('nl', 'get_social', 'Volg ons via social media'),
('nl', 'gift_add_products', 'Producten als cadeau toevoegen'),
('nl', 'gift_certificate', 'Cadeaubon'),
('nl', 'gift_certificates', 'Cadeaubonnen'),
('nl', 'gift_certificates.certificate_purchase_form', 'Aankoopformulier cadeaubon'),
('nl', 'gift_certificates.event.gift_certificate.status_changed.name', 'Status cadeaubon gewijzigd in [status]'),
('nl', 'gift_certificates.event.gift_certificate.updated.name', 'Cadeaubon bijgewerkt'),
('nl', 'gift_certificates_menu_description', 'De cadeaubonnen die klanten hebben gekocht bekijken en beheren'),
('nl', 'gift_certificates_verify', 'Cadeaubon verificatie'),
('nl', 'gift_certificate_added_to_cart', 'De cadeaubon is toegevoegd aan uw winkelwagen'),
('nl', 'gift_certificate_created', 'Cadeaubon is aangemaakt'),
('nl', 'gift_certificate_info', 'Cadeaubon informatie'),
('nl', 'gift_certificate_status', 'Status cadeaubon'),
('nl', 'gift_certificate_statuses', 'Cadeaubon statussen'),
('nl', 'gift_certificate_verification', 'Cadeaubon verificatie'),
('nl', 'gift_cert_amount_changed', 'Het bedrag van de cadeaubon is gewijzigd.'),
('nl', 'gift_cert_code', 'Cadeaubon code'),
('nl', 'gift_cert_debit', 'Debetsaldo'),
('nl', 'gift_cert_error_amount', 'Bedrag mag niet hoger zijn dan [max] en minder dan [min]'),
('nl', 'gift_cert_from', 'Van'),
('nl', 'gift_cert_to', 'Aan'),
('nl', 'gift_cert_with_products', 'Aankoop van producten en cadeaubonnen samen is onmogelijk. Plaats eerst de huidige bestelling en herhaal uw poging.'),
('nl', 'gift_comment', 'Bericht'),
('nl', 'give_coupon_subj', 'U heeft een nieuwe aanbieding'),
('nl', 'global', 'Globaal'),
('nl', 'global_options', 'Globale opties'),
('nl', 'global_order_id', 'Id Global'),
('nl', 'global_status', 'Globale status'),
('nl', 'global_update', 'Globale update'),
('nl', 'global_update_description', 'Positieve of negatieve waarden kunnen worden ingevoerd in de velden hieronder (bijv. -5).'),
('nl', 'global_vars', 'Globale variabelen'),
('nl', 'go', 'Ga'),
('nl', 'google', 'Google'),
('nl', 'google_base', 'Google Base'),
('nl', 'google_base_export_notice', '<b>Opmerking:</b> U kunt btw tarieven en verzendkosten instellen op de <a href=\"http://www.google.com/merchants/taxshippingsettings\">BTW en Verzend samenvatting</a> pagina in uw Google merchant center.'),
('nl', 'google_export_upgrade_notification_text', '<p>The latest version of [product] has different settings for data feeds: <b>Google price</b> doesn\'t include tax now.</p><p>If you want to export products with tax included in the price, do the following:</p><ul><li>Go to Administration &rarr; Add-ons &rarr; Data feeds.</li><li>Choose the data feed used to export products to Google Product Feed.</li><li>Switch to the <b>Fields mapping</b> tab and select <b>Google price (with tax included)</b> for the <b>price</b> field.</li></ul>'),
('nl', 'google_export_upgrade_notification_title', 'Google export wijzigingen'),
('nl', 'google_sitemap.export_progress_entry', '[storefront]: [object]'),
('nl', 'google_sitemap.generate_map', 'De sitemap is nog niet aangemaakt. Ga naar de instellingen van de plug-in en klik op de knop \"Sitemap opnieuw genereren\"'),
('nl', 'google_sitemap.map_generated', 'De sitemap is succesvol gegenereerd'),
('nl', 'google_sitemap.text_regenerate', '<a class=\"cm-ajax cm-comet btn btn-primary\" href=\"[regenerate_url]\">Genereer opnieuw de sitemap</a> wanneer producten, categorieën, etc zijn aangemaakt of gewijzigd.<br /><br />[sitemap_available_in_customer]'),
('nl', 'google_sitemap.text_select_storefront', 'Selecteer eerst een webwinkel om een sitemap te genereren.'),
('nl', 'goto_theme_configuration', 'Door thema\'s bladeren'),
('nl', 'go_back', 'Ga terug'),
('nl', 'go_to_admin_panel', 'Administratie paneel'),
('nl', 'go_to_the_admin_homepage', 'Ga naar de admin home pagina'),
('nl', 'go_to_the_homepage', 'Ga naar de homepage'),
('nl', 'grams_in_the_unit_of_weight', 'Gram in de eenheid van gewicht gedefinieerd door het gewicht-symbool'),
('nl', 'grant_point', 'Verleen beloningspunten'),
('nl', 'graphic', 'Grafiek'),
('nl', 'graphic_banner', 'Grafische banner'),
('nl', 'greek', 'Grieks'),
('nl', 'grid', 'Rooster'),
('nl', 'grid_options', 'Roosteropties'),
('nl', 'gross_total', 'Bruto totaal'),
('nl', 'ground_only', 'Alleen over land'),
('nl', 'group', 'Groep'),
('nl', 'groups', 'Groepen'),
('nl', 'guest', 'Gast'),
('nl', 'has_credit_memo', 'Heeft creditnota'),
('nl', 'has_invoice', 'Heeft een factuur'),
('nl', 'header', 'Kop'),
('nl', 'header_image', 'Kop afbeelding'),
('nl', 'head_custom_html', 'Aangepaste HTML code'),
('nl', 'hebrew', 'Hebreews'),
('nl', 'height', 'Hoogte'),
('nl', 'hello', 'Hallo'),
('nl', 'hello_name', 'Hello [name],'),
('nl', 'help', 'Hulp'),
('nl', 'hidden', 'Verborgen'),
('nl', 'hidden_categories', 'Verborgen categorieën'),
('nl', 'hide', 'Verberg'),
('nl', 'hide_add_to_cart_button', 'Verberg bestel-knop'),
('nl', 'hide_options', 'Verberg opties'),
('nl', 'hide_option_completely', 'Verberg opties compleet'),
('nl', 'hidpi.notice.images_were_not_restored', 'Sommige van de oude afbeeldingen in uw winkel zijn nog steeds van lage kwaliteit. Om de hoogst mogelijke kwaliteit te gebruiken, <a href=\"[convert_url]\"> afbeeldingen van hoge kwaliteit herstellen </a>. Het proces verloopt automatisch.'),
('nl', 'hidpi.refactoring_upgrade_notification_text', '<p> De vorige versie van de add-on <b>[addon_name]</b> heeft de geüploade afbeeldingen gekrompen. We hebben de add-on verbeterd, dus dat is nu niet nodig. De bestaande afbeeldingen blijven echter kleiner en zien er niet goed uit. </p><p> We kunnen uw bestaande afbeeldingen er mooi en scherp uit laten zien, maar die procedure zal enige tijd duren. Daarom hebben we u nodig om het te starten. </p><p><a href=\"[url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Laat de afbeelding er goed uitzien</a></p>'),
('nl', 'hidpi.refactoring_upgrade_notification_title', 'Zorg ervoor dat uw afbeeldingen er goed uitzien.'),
('nl', 'hidpi.restore_btn', 'Herstellen'),
('nl', 'hidpi.restore_images', 'Afbeelding restauratie'),
('nl', 'hidpi.text_restore_images', 'De vorige versie van de HiDPI-display-add-on deed de geüploade afbeeldingen slinken. Dat is nu niet nodig. Maar om uw afbeeldingen er mooi en scherp uit te laten zien, moet u op Herstellen klikken.'),
('nl', 'hidpi.upload_high_res_image', 'Ik upload een HiDPI-afbeelding.'),
('nl', 'hidpi.upload_high_res_image.tooltip', 'Als dit selectievakje is ingeschakeld, wordt de bronafbeelding twee keer verkleind weergegeven. Deze instelling heeft alleen invloed op de weergave van de bronafbeelding en niet op de miniatuur. Schakel dit selectievakje uit als u een afbeelding in de oorspronkelijke grootte wilt weergeven.'),
('nl', 'hidpi.warning_restore_images', '<strong>Let op!</strong> deze procedure kan niet ongedaan worden gemaakt: wanneer u de upgrade ongedaan maakt, worden de beeldherstelmanipulaties niet ongedaan gemaakt. Zorg dus dat u een back-up uitvoert. De procedure kan enige tijd duren - het hangt af van het aantal afbeeldingen in uw winkel.'),
('nl', 'history', 'Geschiedenis'),
('nl', 'home', 'Home'),
('nl', 'home_blocks', 'Vendor home blocks'),
('nl', 'home_page', 'Homepage'),
('nl', 'horizontal', 'Horizontaal'),
('nl', 'horizontal_filters', 'Horizontale filters'),
('nl', 'host', 'Host naam'),
('nl', 'host_code', 'Host code'),
('nl', 'hour', 'Uur'),
('nl', 'hourly', 'Per uur'),
('nl', 'hour_or_hours', 'hour(s)'),
('nl', 'how_to_send', 'Hoe te versturen?'),
('nl', 'html_block', 'HTML blok'),
('nl', 'http_transport_error_prefix_curl', 'Curl fout'),
('nl', 'http_transport_error_prefix_socket', 'Socket fout'),
('nl', 'hungarian', 'Hongaars'),
('nl', 'hybrid_auth', 'Sociale login'),
('nl', 'hybrid_auth.add_provider', 'Provider toevoegen'),
('nl', 'hybrid_auth.callback_url', 'Callback URL'),
('nl', 'hybrid_auth.cant_create_profile', 'Helaas, het is mislukt om een klant aan te maken en in te loggen in onze webwinkel vanwege de volgende redenen: <br />- Er is eerder al eens aangemeld in onze webwinkel met een andere OpenID provider waarbij het e-mailadres hetzelfde is.<br />- Dit e-mailadres is al geregistreerd in deze webwinkel. <br />Neem contact op met de eigenaar van deze webwinkel om het probleem te verhelpen.'),
('nl', 'hybrid_auth.change_password', 'Wachtwoord wijzigen kan hier'),
('nl', 'hybrid_auth.configuration_error', 'Fout in de configuratie van Hybriauth'),
('nl', 'hybrid_auth.connecting_provider', 'Probeer verbinding te maken met <b>[provider]</b>. Even geduld...'),
('nl', 'hybrid_auth.connect_social', 'Sociale profiel koppelen'),
('nl', 'hybrid_auth.connect_social_title', 'Deze gebruiker bestaat reeds'),
('nl', 'hybrid_auth.editing_provider', 'Provider bewerken'),
('nl', 'hybrid_auth.facebook_disabled_upgrade_notification_text', '<p>We moesten verhuizen naar een nieuwere versie van Facebook API, omdat de eerder gebruikte API-versie niet langer wordt ondersteund. Voor het werken met de nieuwe API is voor [product] echter PHP 5.4 vereist. U ziet dit bericht omdat uw server een oudere PHP-versie heeft.</p><p>De status van de provider<b>Facebook</b>onder<b>Website → Social login</b>is ingesteld op<i>Uitgeschakeld</i>.</p><p>Werk uw PHP-versie bij naar 5.4 of hoger voordat u Facebook opnieuw inschakelt.</p>'),
('nl', 'hybrid_auth.facebook_disabled_upgrade_notification_title', 'Social Login: Inloggen via Facebook is uitgeschakeld vanwege een oude PHP-versie'),
('nl', 'hybrid_auth.facebook_oauth_redirect_uris', 'Geldige OAuth-omleidings-URI\'s'),
('nl', 'hybrid_auth.failed_auth', 'Verificatie mislukt. De gebruiker heeft de verificatie geannuleerd of de provider heeft de verbinding geweigerd'),
('nl', 'hybrid_auth.instruction_facebook', 'Gebruik de applicatie-ID en Geheime sleutel die je hebt ontvangen na het maken van een applicatie op <a href=\'https://developers.facebook.com/apps\' target=\'_blank\'>Facebook-ontwikkelaars</a>.'),
('nl', 'hybrid_auth.instruction_facebook_login', 'Gebruik de applicatie-ID en Geheime sleutel die u hebt ontvangen na het maken van een applicatie op <a href=\"https://developers.facebook.com/apps\" target=\"_blank\">Facebook-ontwikkelaars</a>. Kopieer daarna de waarde van het <b>Geldige OAuth-omleidings-URI\'s</b> veld naar de overeenkomstige instelling van het product <b>Facebook Login</b> in uw Facebook-toepassing.'),
('nl', 'hybrid_auth.instruction_foursquare', 'Gebruik de applicatie-ID en Geheime sleutel die u hebt ontvangen na het maken van een applicatie op <a href=\'https://foursquare.com/developers/apps\' target=\'_blank\'>Fousquare</a>.'),
('nl', 'hybrid_auth.instruction_google', 'Gebruik de ID en Geheime sleutel die u hebt ontvangen na het maken van een project op <a href=\'https://code.google.com/apis/console/?pli=1\' target=\'_blank\'> Google </a>.'),
('nl', 'hybrid_auth.instruction_linkedin', 'Gebruik de ID (consumentensleutel) en Geheime sleutel die u hebt ontvangen na het maken van een applicatie op <a href=\'https://www.linkedin.com/developer/apps\' target=\'_blank\'>LinkedIn-ontwikkelaars</a>.'),
('nl', 'hybrid_auth.instruction_live', 'Gebruik de applicatie-ID en Geheime sleutel die u hebt ontvangen na het toevoegen van een applicatie op <a href=\'https://account.live.com/developers/applications/create\' target=\'_blank\'>Live</a>.'),
('nl', 'hybrid_auth.instruction_paypal', 'Gebruik de applicatie-ID en geheime sleutel die u hebt ontvangen na het maken van een applicatie op <a href=\'https://developer.paypal.com/developer/applications\' target=\'_blank\'>PayPal-ontwikkelaars</a>.'),
('nl', 'hybrid_auth.instruction_twitter', 'Gebruik een ID (Consumentensleutel) en Geheime sleutel die u hebt ontvangen na het maken van een applicatie op <a href=\'https://apps.twitter.com/\' target=\'_blank\'>Twitter</a>.'),
('nl', 'hybrid_auth.instruction_yahoo', 'Gebruik ID (Identificator) en Geheime sleutel die u hebt ontvangen na het maken van een applicatie op <a href=\'https://developer.yahoo.com/apps/create/\' target=\'_blank\'>Yahoo</a>.'),
('nl', 'hybrid_auth.linkedin_api_v1', 'v1'),
('nl', 'hybrid_auth.linkedin_api_v2', 'v2'),
('nl', 'hybrid_auth.linkedin_api_version', 'API versie'),
('nl', 'hybrid_auth.linked_provider', 'Gekoppeld'),
('nl', 'hybrid_auth.link_provider', 'Sociale netwerk profielen'),
('nl', 'hybrid_auth.live_redirect_urls', 'Omleidings-URL’s'),
('nl', 'hybrid_auth.missing_credentials', 'Ontbrekende provider toepassing referenties'),
('nl', 'hybrid_auth.new_provider', 'Nieuwe provider'),
('nl', 'hybrid_auth.not_linked_provider', 'Niet gekoppeld'),
('nl', 'hybrid_auth.password_generated', 'We zijn blij om te melden dat de registratie in de webwinkel succesvol is verlopen. Er is een wachtwoord gegenereerd'),
('nl', 'hybrid_auth.providers', 'Provider'),
('nl', 'hybrid_auth.provider_error_configuration', 'Provider is niet correct geconfigureerd'),
('nl', 'hybrid_auth.provider_not_found', 'Provider [provider] niet gevonden'),
('nl', 'hybrid_auth.social_login', 'Of meld aan met een andere identiteits provider'),
('nl', 'hybrid_auth.specify_email', 'E-mailadres opgeven'),
('nl', 'hybrid_auth.specify_email_title', 'Dit e-mailadres is niet opgegeven.'),
('nl', 'hybrid_auth.text_connect_social', '<p>De gebruiker met tijdens de sociale login opgegeven e-mailadres bestaat reeds.</p><p>Log in om een social netwerk profiel te koppelen aan de geregistreerde gebruiker.</p>'),
('nl', 'hybrid_auth.text_link_provider', 'Sociale netwerk profiel koppelen deze en gebruiken om te loggen'),
('nl', 'hybrid_auth.text_specify_email', '<p>Bij het inloggen via het sociale netwerk was de e-mail niet gespecificeerd. </p> <p>Voer uw e-mail in en klik op Doorgaan.</p>'),
('nl', 'hybrid_auth.text_user_is_already_link', 'Dit sociale netwerk profiel wordt al gebruikt'),
('nl', 'hybrid_auth.unspecified_error', 'Onbekende fout'),
('nl', 'hybrid_auth.wrong_provider', 'Onbekende of uitgeschakelde provider'),
('nl', 'hybrid_auth_menu_description', 'Sociale provider aanmaken'),
('nl', 'I25', 'Interleaved 2 of 5 is gebaseerd op Standaard 2 of 5 symbology.<br/>Interleaved 2 of 5 is ontworpen slechts 10 cijfers te coderen.'),
('nl', 'icon', 'Icoon'),
('nl', 'id', 'ID'),
('nl', 'identifier', 'BetaalBox identifier'),
('nl', 'iframe_mode', 'IFrame mode'),
('nl', 'illegal_item_weight', 'Onwettig item gewicht'),
('nl', 'image', 'Afbeelding'),
('nl', 'images', 'Afbeeldingen'),
('nl', 'images_directory', 'Afbeeldingen map'),
('nl', 'images_params', 'Afbeeldingen'),
('nl', 'image_has_been_deleted', 'Deze afbeelding is verwijderd'),
('nl', 'image_pair', 'Afbeeldingen-set'),
('nl', 'image_url', 'Afbeeldings Url'),
('nl', 'image_verification', 'Afbeelding verificatie'),
('nl', 'image_verification_body', 'Type de karakters die u in de afbeelding hierboven ziet.'),
('nl', 'image_verification_label', 'Anti-spam validatie'),
('nl', 'image_zoom.rework_update_notification.message', '<p>We hebben de invoegtoepassing <b>Afbeeldingszoom</b> opnieuw bewerkt, omdat deze een oplossing van derden gebruikte die niet compatibel is met moderne versies van jQuery. Als gevolg van het herwerken zijn enkele instellingen van de add-on verwijderd. </p><p>Controleer nu hoe de afbeeldingzoom er op de productpagina\'s uitziet. Als u het uiterlijk wilt wijzigen, past u de instellingen van de invoegtoepassing <b> Afbeeldingszoom </b> aan. </p><p><a href=\"[image_zoom_settings]\" target=\"_blank\"class=\"btn btn-large btn-primary\">Controleer de instellingen voor Beeldzoomen</a></p>'),
('nl', 'image_zoom.rework_update_notification.title', 'Image Zoom add-on herwerkt'),
('nl', 'immediately', 'Direct'),
('nl', 'import', 'Importeer'),
('nl', 'important', 'Belangrijk'),
('nl', 'important_language_text', 'Wanneer u een standaardtaal van een van de storefronts verbergt, uitschakelt of verwijdert, zorg er dan voor dat u de waarde van de instelling <b>Frontend standaardtaal</b> bijwerkt in de instellingen <a href=\"[link]\">Instellingen → Uiterlijk</a>.'),
('nl', 'importing_data', 'Importeren gegevens'),
('nl', 'import_data', 'Importeer gegevens'),
('nl', 'import_errors', 'Fouten tijdens het importeren'),
('nl', 'import_layout', 'Opmaak importeren'),
('nl', 'import_locations', 'Importeer locaties'),
('nl', 'import_new_vendor', '[n] new vendor was created during the import. This vendor only has a name so far. Please edit the new vendor to add other information.|[n] new vendors were created during the import. These vendors only have names so far. Please edit the new vendors to add other information.'),
('nl', 'import_options', 'Importeer opties'),
('nl', 'import_results', 'Resultaten van het importeren'),
('nl', 'in', 'In'),
('nl', 'included', 'inbegrepen'),
('nl', 'include_cvn', 'Inclusief CVN'),
('nl', 'including_discount', 'Inclusief korting'),
('nl', 'including_tax', 'Incl.'),
('nl', 'income', 'Inkomsten'),
('nl', 'incompleted', 'Incompleet'),
('nl', 'incompleted_orders', 'Incomplete bestellingen'),
('nl', 'incorrect_filling_message', 'Verkeerd ingevuld bericht'),
('nl', 'incorrect_po_pack_structure', 'De structuur van het pakket dat \".po\" vertaal-bestanden bevat en zich bevindt op <b>\"[pack_path]\"</b> is onjuist.'),
('nl', 'incorrect_price_warning', 'Product is niet aan de winkelwagen toegevoegd. Vul de juiste prijs in a.u.b.'),
('nl', 'increase', 'Verhogen'),
('nl', 'inc_tax', 'incl btw'),
('nl', 'index', 'Homepage'),
('nl', 'individual', 'Individual'),
('nl', 'information', 'Informatie'),
('nl', 'information_file_roobots', 'A robots.txt file was detected. The changes you make here won\'t take effect until you delete the existing <b>robots.txt</b> file from the root directory of your store.'),
('nl', 'inner_hint', 'Innerlijke hint'),
('nl', 'input_field', 'Invoerveld'),
('nl', 'insert_block', 'Blok toevoegen'),
('nl', 'insert_grid', 'Rooster toevoegen'),
('nl', 'insert_image', 'Insert image'),
('nl', 'install', 'Installeer'),
('nl', 'installation_id', 'Installatie ID'),
('nl', 'installed', 'Geïnstalleerd'),
('nl', 'installed_addons', 'Geïnstalleerde plug-ins'),
('nl', 'installed_languages', 'Geïnstalleerd'),
('nl', 'installed_themes', 'Geïnstalleerde thema \'s'),
('nl', 'installed_upgrades', 'Geïnstalleerde upgrades'),
('nl', 'installer_complete_title', 'De installatie is afgerond'),
('nl', 'installments', 'Parcelas'),
('nl', 'installment_qty', 'Quantidade de parcelas'),
('nl', 'install_addon_text', 'Plug-ins verhogen de functionaliteit van de webwinkel. <br/> Installeer een plug-in door een .zip, .tgz of .gz-archief te selecteren en op Upload en installeer te klikken.'),
('nl', 'install_theme_text', 'Een nieuw thema uploaden en installeren is een goede manier om je winkel te personaliseren. Je kunt een thema uploaden door een tgz, gz of zip-archief te kiezen en te klikken op <strong>Upload</strong>.'),
('nl', 'install_upgrade_package_text', 'U kunt het uploaden van een upgradepakket handmatig doen vanaf de lokale computer, de server of vanaf een externe locatie. Geef de locatie van een [exts] indeling archief en klik op <strong>uploaden</strong>.'),
('nl', 'internal_option_name', 'Interne naam'),
('nl', 'internal_option_name_tooltip', 'This name is shown only in the Administration panel to help you distinguish between multiple options that have the same displayed name.'),
('nl', 'internal_template.vendor_data_premoderation_product_approved', 'Vendor data premoderation: your product was approved'),
('nl', 'internal_template.vendor_data_premoderation_product_disapproved', 'Vendor data premoderation: your product was disapproved'),
('nl', 'internal_templates', 'On-site notification templates'),
('nl', 'internal_template_exists', 'The on-site notification template with the chosen code already exists, please try another.'),
('nl', 'internal_template_import_success_msg', 'All the on-site notification templates have been imported without errors.'),
('nl', 'international_settings', 'Internationale instellingen'),
('nl', 'international_usps', 'Internationaal U.S.P.S.'),
('nl', 'invalid_ftp_access', 'Ongeldige FTP toegang'),
('nl', 'inventory', 'Inventaris'),
('nl', 'inventory_tracking', 'Inventaris'),
('nl', 'invitees', 'Genodigden'),
('nl', 'invite_vendors', 'Nodig verkopers uit'),
('nl', 'invite_vendors_enter_emails', 'E-mails waar uitnodigingen naartoe kunnen worden gestuurd'),
('nl', 'invite_vendors_title', 'Nodig mensen uit om zich te registreren als leveranciers op uw marktplaats'),
('nl', 'invoice', 'Factuur'),
('nl', 'invoices', 'Facturen'),
('nl', 'invoice_credit_memo', 'Factuur/Creditnota'),
('nl', 'invoice_heading', 'Factuur'),
('nl', 'invoice_id', 'Factuurnummer'),
('nl', 'invoice_title', 'FACTUUR'),
('nl', 'in_progress', 'In behandeling'),
('nl', 'in_stock', 'Voorraad'),
('nl', 'ip', 'IP'),
('nl', 'ipn_errors', 'IPN fouten'),
('nl', 'ips', 'IP-adressen'),
('nl', 'ip_address', 'IP-adres'),
('nl', 'ip_from', 'IP-adres van'),
('nl', 'ip_to', 'IP-adres naar'),
('nl', 'issuer_id', 'Issuer ID'),
('nl', 'is_address_required', 'Customer must specify his/her address'),
('nl', 'is_back_in_stock', 'is weer op voorraad!'),
('nl', 'is_default_storefront', 'Standaard storefront'),
('nl', 'is_pbp', 'Betaling met punten toestaan'),
('nl', 'italian', 'Italiaans'),
('nl', 'items', 'items'),
('nl', 'items_dependences', 'Items afhankelijkheden'),
('nl', 'items_in_box', 'Items in een doos'),
('nl', 'items_in_cart', 'U heeft [n] item in uw winkelwagen|U heeft [n] items in uw winkelwagen'),
('nl', 'items_marked_by_tag', 'Items gemarkeerd met de tag \"[tag]\":'),
('nl', 'items_per_page', 'Items per pagina'),
('nl', 'items_title', 'Items'),
('nl', 'item_id', 'Item ID'),
('nl', 'item_number', 'Toon item nummer'),
('nl', 'item_quantity', 'Item hoeveelheid'),
('nl', 'i_agree_continue', 'Ik ga akkoord en ga door'),
('nl', 'janrain_cant_create_profile', 'Helaas, het is mislukt om een klant aan te maken en in te loggen in onze webwinkel vanwege de volgende redenen: <br />- Er is eerder al eens aangemeld in onze webwinkel met een andere OpenID provider waarbij het e-mailadres hetzelfde is.<br />- Dit e-mailadres is al geregistreerd in deze webwinkel. <br />Neem contact op met de eigenaar van deze webwinkel om het probleem te verhelpen.'),
('nl', 'janrain_general_info', '<p>Krijg deze waarden en configureer sociale login bij<a href=\"http://janrain.com\" target=\"_blank\">janrain.com</a></p>'),
('nl', 'janrain_need_update_profile', 'Het veld \"Wachtwoord\" en een aantal andere verplichte velden zijn op dit moment leeg. Update het klantprofiel.'),
('nl', 'janrain_social_login', 'Sociale login'),
('nl', 'japanese', 'Japans'),
('nl', 'join', 'Verenigen'),
('nl', 'json_error_ctrl_char', 'Karakter controlefout, mogelijk onjuist gecodeerd'),
('nl', 'json_error_depth', 'De maximale stapel diepte is overschreden'),
('nl', 'json_error_state_mismatch', 'Ongeldig of misvormt JSON'),
('nl', 'json_error_syntax', 'Syntax fout, misvormd JSON'),
('nl', 'json_error_unknown', 'Onbekende JSON fout'),
('nl', 'json_error_utf8', 'Misvormde UTF-8 karakters, mogelijk onjuist gecodeerd'),
('nl', 'key', 'Sleutel'),
('nl', 'key1_for_md5', 'Auth sleutel 1 voor md5'),
('nl', 'key2_for_md5', 'Auth sleutel 2 voor md5'),
('nl', 'keywords', 'Zoekwoorden'),
('nl', 'korean', 'Koreaans'),
('nl', 'label_text_color', 'Label tekstkleur'),
('nl', 'landing_header', 'Uw bestelling is ontvangen'),
('nl', 'language', 'Taal'),
('nl', 'languagecode', 'Taal code'),
('nl', 'languages', 'Talen'),
('nl', 'languages_find_more', 'Als u de taal die u nodig hebt niet hebt gevonden, bekijk dan <a href=\"[href]\" target=\"_blank\">onze site met gratis taalpakketten</a>.'),
('nl', 'language_code', 'Taalcode'),
('nl', 'language_variable', 'Taal variabele'),
('nl', 'language_variables', 'Taal variabelen'),
('nl', 'last4ssn', 'Laatste 4 nummers van het Social Security Number'),
('nl', 'last_24hours', 'Laatste 24 uur'),
('nl', 'last_days', 'Laatste dagen'),
('nl', 'last_login', 'Last login'),
('nl', 'last_month', 'Laatste maand'),
('nl', 'last_name', 'Achternaam'),
('nl', 'last_name_and_first_name', 'Last name and first name'),
('nl', 'last_n_days', 'Laatste [N] dagen'),
('nl', 'last_order', 'Laatste bestelling'),
('nl', 'last_scan_time', 'Laatste scan tijd'),
('nl', 'last_year', 'Vorig jaar'),
('nl', 'latest_reviews', 'Laatste reacties & beoordelingen'),
('nl', 'latitude', 'Omvang'),
('nl', 'latitude_short', 'breedte'),
('nl', 'layout', 'Opmaak'),
('nl', 'layoutid', 'Layout Id'),
('nl', 'layouts', 'Opmaak'),
('nl', 'lbl_amazon_aws_access_public_key', 'AWC publieke toegang sleutel'),
('nl', 'lbl_amazon_aws_access_secret_key', 'AWS geheime toegangs sleutel'),
('nl', 'lbl_amazon_background_color', 'Achtergrondkleur'),
('nl', 'lbl_amazon_button_color', 'Knopkleur'),
('nl', 'lbl_amazon_button_size', 'Knopafmeting'),
('nl', 'lbl_amazon_button_style', 'Amazon knop stijl'),
('nl', 'lbl_amazon_color_dark', 'Donker'),
('nl', 'lbl_amazon_color_light', 'Licht'),
('nl', 'lbl_amazon_color_orange', 'Oranje'),
('nl', 'lbl_amazon_color_tan', 'Tan'),
('nl', 'lbl_amazon_color_white', 'Wit'),
('nl', 'lbl_amazon_process_order_on_failure', 'Behandeling bestelling mislukt op callback'),
('nl', 'lbl_amazon_size_large', 'Groot'),
('nl', 'lbl_amazon_size_medium', 'Middel'),
('nl', 'lbl_amazon_size_xlarge', 'XL'),
('nl', 'left', 'Links'),
('nl', 'length', 'Lengte'),
('nl', 'less', 'minder'),
('nl', 'letter', 'Brief'),
('nl', 'level', 'Niveau'),
('nl', 'licence_agreement', 'Licentieovereenkomst'),
('nl', 'licensed_product', 'Licensed product'),
('nl', 'license_agreement', 'Licentie overeenkomst'),
('nl', 'license_number', 'Licentienummer'),
('nl', 'license_number_cannot_be_empty', 'Licentienummer mag niet leeg zijn'),
('nl', 'license_required', '[product] licentie vereist'),
('nl', 'licensing.license_error_license_is_disabled', 'The license is disabled. Please check your license status.'),
('nl', 'licensing.license_error_license_is_disabled.text', 'Please contact us <a href=\"[helpdesk_url]\" target=\"_blank\">via Customer Help Desk</a> to find out why it happened and what can be done about it. To access the admin panel right now, you can enter another valid license number, as long as it isn\'t used in another store:'),
('nl', 'licensing.license_error_license_is_disabled.title', 'Your [product] license has been disabled'),
('nl', 'licensing.license_error_license_is_invalid', 'Invalid license number. Please enter a valid license number.'),
('nl', 'licensing.license_error_wrong_edition', 'The license does not match your store edition. Please enter a valid license number.'),
('nl', 'licensing.license_error_wrong_licensing_mode', 'The license does not match your store licensing mode. Please enter a valid license number.'),
('nl', 'licensing_and_upgrades', 'Licentie verlening en upgrades'),
('nl', 'limit', 'Limiet'),
('nl', 'line', 'Lijn'),
('nl', 'linear', 'Lineair'),
('nl', 'link', 'Link'),
('nl', 'linked_categories', 'Gelinkte categorieën'),
('nl', 'linked_products', 'Gelinkte producten'),
('nl', 'links', 'Links'),
('nl', 'links_thumb', 'Links miniatuur'),
('nl', 'link_an_existing_option', 'Link an existing option'),
('nl', 'link_message_for_test_letter', 'De link wordt weergegeven in een nieuwsbrief'),
('nl', 'link_text', 'Link tekst'),
('nl', 'link_to', 'Link naar'),
('nl', 'list', 'Lijst'),
('nl', 'list_objects', 'Lijst objecten'),
('nl', 'list_price', 'Adviesprijs'),
('nl', 'list_price_decreased', 'Lijst prijs is verlaagd met'),
('nl', 'list_price_increased', 'Lijst prijs is verhoogd met'),
('nl', 'list_price_short', 'Lijst prijs'),
('nl', 'list_qty_count', 'List quantity count'),
('nl', 'list_quantity_count', 'Lijst hoeveelheid telling'),
('nl', 'lite_checkout.change_in_geolocation_cities_upgrade_notification_text', '<p>Previously, you could create a list of cities that would be available to customers for selection in the geolocation block on the storefront. That had to be done in <b>Administration → Shipping &amp; taxes → Geolocation cities.</b></p><p>That page was removed, and the list of cities is now generated automatically from your pickup points. It works only if the corresponding setting in the [stores_pickups_addon] add-on is enabled, and only for pickup points that have a country, state, and city specified.</p><p>For your convenience, here is the list of cities that you previously had on the <b>Geolocation cities</b> page. It may help with configuring pickup points:<p><p>[locations_table]</p><p><a href=\"[stores_pickups_search]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Edit add-on settings</a></p>'),
('nl', 'lite_checkout.change_in_geolocation_cities_upgrade_notification_title', 'Lijst met geolocatiegestuurde steden wordt nu automatisch gegenereerd'),
('nl', 'lite_checkout.choose_from_list', 'Kies van lijst'),
('nl', 'lite_checkout.city_and_state', 'Plaats, provincie'),
('nl', 'lite_checkout.click_here_to_update_shipping', 'Enter city and state and click here to update shipping rates'),
('nl', 'lite_checkout.customer_information', 'Klant'),
('nl', 'lite_checkout.delivery_note', 'Klantnotities'),
('nl', 'lite_checkout.deliver_to', 'Lever aan:'),
('nl', 'lite_checkout.nearest_station', 'Nearest station'),
('nl', 'lite_checkout.personal_name', 'Volledige naam'),
('nl', 'lite_checkout.place_an_order_for', 'Place order ([amount])'),
('nl', 'lite_checkout.select_pickup_item', 'Select a pickup point'),
('nl', 'lite_checkout.select_your_city', 'Specificeer uw plaats'),
('nl', 'lite_checkout.shippings.show_all_on_map', 'Show all on map'),
('nl', 'lite_checkout.shipping_method_for', 'Shipping method for [group_name]'),
('nl', 'lite_checkout.use_two_fingers_for_move_map', 'Gebruik twee vingers om kaart te bewegen'),
('nl', 'live', 'Live'),
('nl', 'livechat.change_account', 'If you would like to change LiveChat account you can'),
('nl', 'livechat.check_our_apps', 'Check out apps for <a href=\'[url]\' target=\'_blank\'>desktop or mobile</a>'),
('nl', 'livechat.create_account', 'Create an account'),
('nl', 'livechat.current_login', 'Currently you are using <strong>[login]</strong> LiveChat account.'),
('nl', 'livechat.license_cleared', 'LiveChat settings have been reset'),
('nl', 'livechat.license_received', 'LiveChat added to your website'),
('nl', 'livechat.reset_settings', 'reset settings'),
('nl', 'livechat.use_web_app', 'Use our web app'),
('nl', 'live_preview', 'Live voorvertoning'),
('nl', 'load', 'Laden'),
('nl', 'loading', 'Laden...'),
('nl', 'local', 'Lokaal'),
('nl', 'localization', 'Localisatie'),
('nl', 'localizations', 'Localisaties'),
('nl', 'localizations_menu_description', 'Beheer locaties voor uw winkel'),
('nl', 'local_export', 'Download'),
('nl', 'local_modifications', 'Lokale wijzigingen'),
('nl', 'local_modifications_message', 'Deze bestanden hadden lokale wijzigingen. Tijdens de upgradeprocedure is een back-up archief gemaakt in de map <strong>[dir]</strong>. Wellicht wilt u deze bestanden in het archief controleren en de wijzigingen opnieuw toepassen in de webwinkel.'),
('nl', 'location', 'Lokatie'),
('nl', 'locations', 'Lokaties'),
('nl', 'locations_menu_description', 'Beheer de set tariefgebieden die worden ondersteund in uw winkel.'),
('nl', 'log', 'Log'),
('nl', 'loggedin_time', 'Login tijd'),
('nl', 'logging', 'Loggen'),
('nl', 'login', 'Inloggen'),
('nl', 'login_url', 'Inlog URL'),
('nl', 'login_with_facebook', 'Login with Facebook'),
('nl', 'login_with_foursquare', 'Login with Foursquare'),
('nl', 'login_with_google', 'Login with Google'),
('nl', 'login_with_linkedin', 'Login with LinkedIn'),
('nl', 'login_with_live', 'Login with Microsoft'),
('nl', 'login_with_paypal', 'Login with PayPal'),
('nl', 'login_with_twitter', 'Login with Twitter'),
('nl', 'login_with_yahoo', 'Login with Yahoo'),
('nl', 'logistica_reversa', 'Devolução'),
('nl', 'logos', 'Logo\'s'),
('nl', 'logo_for_invoices', 'Logo voor facturen'),
('nl', 'logo_for_the_customer_area', 'Logo voor de klant omgeving'),
('nl', 'logo_link', 'Locatie (URL) van het logo'),
('nl', 'logs', 'Logbestanden'),
('nl', 'log_action_backup', 'back-up'),
('nl', 'log_action_create', 'aanmaken'),
('nl', 'log_action_delete', 'verwijder'),
('nl', 'log_action_deprecated', 'Afgekeurd'),
('nl', 'log_action_error', 'fout'),
('nl', 'log_action_failed_login', 'mislukte login'),
('nl', 'log_action_http', 'http/https aanvraag'),
('nl', 'log_action_login', 'Inschrijven'),
('nl', 'log_action_low_stock', 'Lage voorraad'),
('nl', 'log_action_optimize', 'optimaliseer'),
('nl', 'log_action_restore', 'herstellen'),
('nl', 'log_action_runtime', 'runtime'),
('nl', 'log_action_session', 'sessie'),
('nl', 'log_action_shipping', 'Shipping request'),
('nl', 'log_action_status', 'Status wijziging'),
('nl', 'log_action_update', 'bijwerken'),
('nl', 'log_in_as_user', 'Log in as user'),
('nl', 'log_in_as_vendor', 'Log in as vendor'),
('nl', 'log_type_categories', 'Categorieën'),
('nl', 'log_type_database', 'Database'),
('nl', 'log_type_general', 'algemeen'),
('nl', 'log_type_orders', 'Bestellingen'),
('nl', 'log_type_products', 'Producten'),
('nl', 'log_type_requests', 'Aanvragen'),
('nl', 'log_type_users', 'Gebruikers'),
('nl', 'longitude', 'Lengte'),
('nl', 'longitude_short', 'lengte'),
('nl', 'lower_limit', 'Lower limit'),
('nl', 'low_stock_subj', 'Lage voorraad voor \"[product]\"'),
('nl', 'mac_key', 'Mac sleutel'),
('nl', 'mail', 'Mail'),
('nl', 'mailing_list', 'Mailinglijst'),
('nl', 'mailing_lists', 'Mailinglijst'),
('nl', 'mailing_list_date', 'Mailing list date'),
('nl', 'mail_message', 'E-mail bericht'),
('nl', 'mail_subject', 'E-mail onderwerp'),
('nl', 'main', 'Hoofd'),
('nl', 'mainbox_general', 'Gewoon blok (H1 kop)'),
('nl', 'mainbox_simple', 'Belangrijk blok (H2 kop)'),
('nl', 'maintenance', 'Onderhoud'),
('nl', 'main_category', 'Hoofdcategorie'),
('nl', 'main_menu', 'Main menu'),
('nl', 'make_archive', 'Archief aanmaken'),
('nl', 'make_default', 'Als standaard markeren'),
('nl', 'make_permanent', 'Permanent maken'),
('nl', 'manage', 'Beheer'),
('nl', 'manager', 'Beheer'),
('nl', 'manage_addons', 'Plug-ins beheren'),
('nl', 'manage_banners', 'Banners beheren'),
('nl', 'manage_blocks', 'Beheer blokken'),
('nl', 'manage_categories', 'Categorieën beheren'),
('nl', 'manage_existing_block', 'Bestaande blokken wijzigen'),
('nl', 'manage_items', 'Items beheren'),
('nl', 'manage_languages', 'Talen beheren'),
('nl', 'manage_menus', 'Menu\'s beheren'),
('nl', 'manage_pages', 'Kan bewerken'),
('nl', 'manage_products', 'Producten beheren'),
('nl', 'manage_reports', 'Rapportages beheren'),
('nl', 'manage_shippings', 'Verzendmethoden'),
('nl', 'manage_sitemap', 'Sitemap beheren'),
('nl', 'manage_stores', 'Winkels beheren'),
('nl', 'manage_subscribers', 'Abonnees beheren'),
('nl', 'manage_vendors', 'Beheer verkopers'),
('nl', 'mandatory', 'Vereist'),
('nl', 'manually', 'Handmatig'),
('nl', 'manually_recalculate_order', 'De bestelling handmatig herberekenen'),
('nl', 'manually_set_tax_rates', 'Handmatig instellen BTW-waarden'),
('nl', 'map_fields', 'Velden toewijzen'),
('nl', 'mark', 'Markeer als opgelost'),
('nl', 'marketing', 'Marketing'),
('nl', 'marketplace', 'Handelsplaats'),
('nl', 'marketplace_find_more', 'Vind meer plug-ins en thema\'s op de <a href=\"http://marketplace.cs-cart.com/\" target=\"_blank\">CS-Cart handelsplaats</a>'),
('nl', 'marketplace_menu', 'Marketplace Menu'),
('nl', 'master_products.add_product_from_catalog', 'Add product from catalog'),
('nl', 'master_products.all_products', 'Alle producten'),
('nl', 'master_products.all_vendors_master_product', 'All vendors (common product)'),
('nl', 'master_products.create_new_product', 'Maak nieuw product aan'),
('nl', 'master_products.exported_products', 'Products to export'),
('nl', 'master_products.for_sale', 'For sale'),
('nl', 'master_products.master_product', 'Common product'),
('nl', 'master_products.price_from', 'From [formatted_price]'),
('nl', 'master_products.products_being_sold', 'Products being sold'),
('nl', 'master_products.products_that_vendors_can_sell', 'Products that vendors can sell'),
('nl', 'master_products.products_were_added_to_your_products', '[n] product was added to your products|[n] products were added to your products'),
('nl', 'master_products.product_type.offer', 'Vendor offer'),
('nl', 'master_products.product_type.offer_variation', 'Vendor variation offer'),
('nl', 'master_products.sell_selected', 'Verkoop geselecteerde'),
('nl', 'master_products.sell_this', 'Verkoop dit'),
('nl', 'master_products.upgrade_notification.message', '<p>For technical reasons, the <b>[master_product_addon]</b> add-on works only with global options now. If any vendor sells a common product, then we have already converted all options from that product into global options during the upgrade.</p>'),
('nl', 'master_products.upgrade_notification.title', 'Common Products for Vendors: Add-on now works only with global options'),
('nl', 'master_products.vendor_products_block_name', 'Sellers of a product'),
('nl', 'master_products.vendor_products_filling', 'Sellers of this product'),
('nl', 'master_products.vendor_products_tab_name', 'Verkopers van dit product'),
('nl', 'master_products.view_product_offers', 'See all offers'),
('nl', 'maximum', 'Maximaal'),
('nl', 'maximum_items_in_box', 'Maximale aantal items in doos'),
('nl', 'maximum_number_of_statuses_reached', 'U heeft het maximale aantal statussen bereikt'),
('nl', 'max_amount', 'Totaal kosten'),
('nl', 'max_box_weight', 'Maximale doos gewicht'),
('nl', 'max_downloads', 'Maximaal aantal downloads'),
('nl', 'max_item', 'Aantal items'),
('nl', 'max_order_qty', 'Maximale bestelhoeveelheid'),
('nl', 'max_quantity', 'Maximale bestelhoeveelheid'),
('nl', 'max_storefronts_reached', '<p>U heeft de limiet van beschikbare storefronts voor uw licentie bereikt. Als u nog een winkel wilt toevoegen, moet u een <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a> kopen, een editie met een onbeperkt aantal storefronts.</p>'),
('nl', 'max_uploading_file_size', 'Maximale bestandsgrootte voor uploaden'),
('nl', 'max_uploading_file_size_hint', 'Om een bestandsupload van elke grootte toe te staan laat u dit veld leeg, of stel een limiet in (\"100\" komt overeen met 100 Kb)'),
('nl', 'mb_amounts_not_match', 'Het bedrag ontvangen in de statusaanvraag verschilt van het bedrag ontvangen in de webwinkel'),
('nl', 'mb_currencies_not_match', 'De valuta ontvangen in de statusaanvraag verschilt van de valuta ontvangen in de webwinkel'),
('nl', 'mb_md5_hashes_not_match', 'De in status-aanvraag ontvangen md5 hash waarde verschilt van de ontvangen waarde in CS-Cart'),
('nl', 'mb_transaction_id', 'MB Transactie ID'),
('nl', 'md5_checksum_failed', 'MD5 checksum mislukt'),
('nl', 'md5_hash_value', 'MD5 hash waarde'),
('nl', 'menu', 'Menu'),
('nl', 'menus', 'Menu\'s'),
('nl', 'menu_items', 'Items voor menu'),
('nl', 'merchantid', 'Verkoper ID'),
('nl', 'merchant_email', 'Merchant notificatie e-mail'),
('nl', 'merchant_firstname', 'Merchant voornaam'),
('nl', 'merchant_id', 'HandelsID'),
('nl', 'merchant_key', 'Merchant sleutel'),
('nl', 'merchant_lastname', 'Merchant achternaam'),
('nl', 'merchant_login', 'Verkoper login'),
('nl', 'merchant_name', 'Merchant naam'),
('nl', 'merchant_pin', 'Verkoper PIN'),
('nl', 'merchant_response_was_not_received', 'Geen reactiev an de merchant ontvangen. Controleer deze transactie handmatig.'),
('nl', 'merchant_site_id', 'Verkoper website ID'),
('nl', 'merchant_warrior_api_key', 'API sleutel.'),
('nl', 'merchant_warrior_api_passphrase', 'API Passphrase.'),
('nl', 'merge', 'Samenvoegen'),
('nl', 'merge_vendor', 'Verkopers samenvoegen'),
('nl', 'message', 'Bericht'),
('nl', 'messages', 'Berichten'),
('nl', 'meta_description', 'Meta omschrijving'),
('nl', 'meta_keywords', 'Meta zoekwoorden'),
('nl', 'method', 'Methode'),
('nl', 'migrations', 'Migraties'),
('nl', 'minimized', 'Geminimaliseerd'),
('nl', 'minimum_commission_payment', 'Minimale commissie betaling'),
('nl', 'minimum_items_in_box', 'Minimale items in doos'),
('nl', 'minutes', 'Minuten'),
('nl', 'min_order_qty', 'Minimale bestelhoeveelheid'),
('nl', 'min_quantity', 'Minimale bestelhoeveelheid'),
('nl', 'missing_variants_handling', 'Missende varianten handeling'),
('nl', 'mobile_app.appfulldescription', 'Volledige omschrijving'),
('nl', 'mobile_app.apple_pay', 'Apple Pay'),
('nl', 'mobile_app.apple_pay_merchant_identifier', 'Merchant identifier'),
('nl', 'mobile_app.apple_pay_merchant_identifier_tooltip', 'Obtain the <b>Merchant Identifier</b> as described in <a href=\"https://help.apple.com/developer-account/#/devb2e62b839?sub=dev103e030bb\" target=\"_blank\">Developer Account Help</a>'),
('nl', 'mobile_app.apple_pay_merchant_name', 'Merchant name'),
('nl', 'mobile_app.apple_pay_merchant_name_tooltip', 'Enter the Merchant ID Description that you used when registering your Merchant ID at the Apple Developer website.'),
('nl', 'mobile_app.apple_pay_supported_networks', 'Payment networks'),
('nl', 'mobile_app.appname', 'App Name'),
('nl', 'mobile_app.appshortdescription', 'Korte omschrijving'),
('nl', 'mobile_app.configure_colors', 'Configureer kleuren'),
('nl', 'mobile_app.crop_when_resize', 'Crop image'),
('nl', 'mobile_app.download_config', 'Download config'),
('nl', 'mobile_app.fcm_api_key', 'API key for push notifications'),
('nl', 'mobile_app.fcm_api_key_tooltip', 'Obtain the Cloud Messaging <b>Legacy server key</b> from the <a href=\"https://console.firebase.google.com\" target=\"_blank\">Firebase console</a> using your bundle ID: [bundle_id]'),
('nl', 'mobile_app.mobile_address_colon', 'Adres:'),
('nl', 'mobile_app.mobile_add_to_cart', 'Voeg toe aan winkelwagen'),
('nl', 'mobile_app.mobile_auth', 'Auth'),
('nl', 'mobile_app.mobile_authentication', 'Authentication'),
('nl', 'mobile_app.mobile_bank_routing_number', 'Bank routing number'),
('nl', 'mobile_app.mobile_billing_address', 'Billing address'),
('nl', 'mobile_app.mobile_cancel', 'Annuleren'),
('nl', 'mobile_app.mobile_cannot_handle_url', 'Can\'t handle url'),
('nl', 'mobile_app.mobile_cardholder_name', 'Naam van kaarthouder'),
('nl', 'mobile_app.mobile_card_number', 'Kaartnummer'),
('nl', 'mobile_app.mobile_cart', 'Winkelwagen'),
('nl', 'mobile_app.mobile_categories', 'Categorieën'),
('nl', 'mobile_app.mobile_change_address', 'Wijzig adres'),
('nl', 'mobile_app.mobile_checking_account_number', 'Checking account number'),
('nl', 'mobile_app.mobile_checkout', 'Checkout'),
('nl', 'mobile_app.mobile_checkout_complete', 'Checkout complete'),
('nl', 'mobile_app.mobile_city_colon', 'Plaats:'),
('nl', 'mobile_app.mobile_comment', 'Reactie'),
('nl', 'mobile_app.mobile_comments_and_reviews', 'Opmerkingen & beoordelingen'),
('nl', 'mobile_app.mobile_companies', 'Verkopers'),
('nl', 'mobile_app.mobile_confirm_clear_the_cart', 'Clear all cart ?'),
('nl', 'mobile_app.mobile_confirm_clear_wishlist', 'Verlanglijst wissen?'),
('nl', 'mobile_app.mobile_congratulations', 'Congratulations!'),
('nl', 'mobile_app.mobile_contact_information', 'Contactinformatie'),
('nl', 'mobile_app.mobile_country_colon', 'Land:'),
('nl', 'mobile_app.mobile_customer_signature', 'Customer\'s signature'),
('nl', 'mobile_app.mobile_cvv2', 'CVV/CVC'),
('nl', 'mobile_app.mobile_delete', 'Delete'),
('nl', 'mobile_app.mobile_delivery', 'Delivery'),
('nl', 'mobile_app.mobile_details', 'Details'),
('nl', 'mobile_app.mobile_discussion_title_product', 'Beoordelingen'),
('nl', 'mobile_app.mobile_email', 'E-mail'),
('nl', 'mobile_app.mobile_email_colon', 'E-mail:'),
('nl', 'mobile_app.mobile_empty_wish_list_message', 'Your Wish Lists will love here.'),
('nl', 'mobile_app.mobile_error', 'Fout'),
('nl', 'mobile_app.mobile_error_try_later', 'Something went wrong. Please try again later.'),
('nl', 'mobile_app.mobile_fax', 'Fax'),
('nl', 'mobile_app.mobile_features', 'Kenmerken'),
('nl', 'mobile_app.mobile_firstname_colon', 'First name:'),
('nl', 'mobile_app.mobile_go_to_store', 'Go To Store'),
('nl', 'mobile_app.mobile_home', 'Home'),
('nl', 'mobile_app.mobile_information', 'Informatie'),
('nl', 'mobile_app.mobile_items', '%1 item(s)'),
('nl', 'mobile_app.mobile_lastname_colon', 'Last name:'),
('nl', 'mobile_app.mobile_list_is_empty', 'Lijst is leeg'),
('nl', 'mobile_app.mobile_login', 'Login'),
('nl', 'mobile_app.mobile_looking_for_ideas', 'Looking for ideas?'),
('nl', 'mobile_app.mobile_my_profile', 'Mijn profiel'),
('nl', 'mobile_app.mobile_next', 'Volgende'),
('nl', 'mobile_app.mobile_notice', 'Notice'),
('nl', 'mobile_app.mobile_no_posts_found', 'Geen berichten gevonden'),
('nl', 'mobile_app.mobile_no_products_in_this_section', 'There are no products in this section'),
('nl', 'mobile_app.mobile_number_of_reviews', '%1 reviews'),
('nl', 'mobile_app.mobile_number_products_found', 'Products found: %1'),
('nl', 'mobile_app.mobile_ok', 'Ok'),
('nl', 'mobile_app.mobile_order', 'Bestelling'),
('nl', 'mobile_app.mobile_orders', 'Bestellingen'),
('nl', 'mobile_app.mobile_order_details', 'Besteldetails'),
('nl', 'mobile_app.mobile_order_lowercase', 'order'),
('nl', 'mobile_app.mobile_payment_method', 'Betaalmethode'),
('nl', 'mobile_app.mobile_payment_method_colon', 'Betaalmethode:'),
('nl', 'mobile_app.mobile_phone', 'Telefoon'),
('nl', 'mobile_app.mobile_phone_colon', 'Phone:'),
('nl', 'mobile_app.mobile_placed_on', 'Placed on'),
('nl', 'mobile_app.mobile_place_order', 'Plaats bestelling'),
('nl', 'mobile_app.mobile_products', 'Products'),
('nl', 'mobile_app.mobile_products_information', 'Products information'),
('nl', 'mobile_app.mobile_product_added_to_cart', 'Het product is toegevoegd aan uw winkelwagen.'),
('nl', 'mobile_app.mobile_product_added_to_wl', 'Het product is toegevoegd aan uw verlanglijst.'),
('nl', 'mobile_app.mobile_product_in_wishlist', 'Dit product is reeds aanwezig in de verlanglijst.'),
('nl', 'mobile_app.mobile_profile', 'Profiel'),
('nl', 'mobile_app.mobile_rating_is_mandatory', 'The rating field is mandatory.'),
('nl', 'mobile_app.mobile_registration', 'Registratie'),
('nl', 'mobile_app.mobile_registration_complete', 'Registratie compleet.'),
('nl', 'mobile_app.mobile_reviews_number', 'Reviews (%1)'),
('nl', 'mobile_app.mobile_save', 'Opslaan'),
('nl', 'mobile_app.mobile_search', 'Search'),
('nl', 'mobile_app.mobile_send_review', 'Send review'),
('nl', 'mobile_app.mobile_share_product', 'Deel product'),
('nl', 'mobile_app.mobile_shipping', 'Shipping'),
('nl', 'mobile_app.mobile_shipping_address', 'Shipping address'),
('nl', 'mobile_app.mobile_shipping_cost_colon', 'Verzendkosten:'),
('nl', 'mobile_app.mobile_shipping_method_colon', 'Verzendmethode:'),
('nl', 'mobile_app.mobile_show_all', 'Show all'),
('nl', 'mobile_app.mobile_sign_in', 'Sign in'),
('nl', 'mobile_app.mobile_sign_in_as_different', 'Sign in as a different user'),
('nl', 'mobile_app.mobile_state_colon', 'Provincie:'),
('nl', 'mobile_app.mobile_subtotal_colon', 'Subtotaal:'),
('nl', 'mobile_app.mobile_success', 'Succesvol'),
('nl', 'mobile_app.mobile_summary', 'Samenvatting'),
('nl', 'mobile_app.mobile_text_cart_empty', 'Your shopping cart is empty.'),
('nl', 'mobile_app.mobile_text_cart_zero_inventory', 'Product has zero inventory and cannot be added to the cart.'),
('nl', 'mobile_app.mobile_text_order_placed_successfully', 'Your order has been successfully placed.'),
('nl', 'mobile_app.mobile_text_post_pended', 'Uw bericht zal worden gecontroleerd voordat het wordt gepubliceerd.'),
('nl', 'mobile_app.mobile_text_profile_is_updated', 'The profile data has been updated successfully.'),
('nl', 'mobile_app.mobile_text_thank_you_for_post', 'Bedankt voor uw bericht.'),
('nl', 'mobile_app.mobile_there_are_no_features', 'Er zijn geen kenmerken.'),
('nl', 'mobile_app.mobile_total', 'Totaal'),
('nl', 'mobile_app.mobile_total_colon', 'Totaal:'),
('nl', 'mobile_app.mobile_valid_thru_mm', 'Geldig tot (mm)'),
('nl', 'mobile_app.mobile_valid_thru_yy', 'Geldig tot (jj)'),
('nl', 'mobile_app.mobile_vendor', 'Vendor'),
('nl', 'mobile_app.mobile_vendor_details', 'Verkoper details'),
('nl', 'mobile_app.mobile_vendor_info', 'Vendor Info'),
('nl', 'mobile_app.mobile_vendor_products', 'Vendor products'),
('nl', 'mobile_app.mobile_vertical_delimiter', '|'),
('nl', 'mobile_app.mobile_view_all', 'Bekijk alle'),
('nl', 'mobile_app.mobile_view_details', 'Bekijk detail'),
('nl', 'mobile_app.mobile_website', 'Website'),
('nl', 'mobile_app.mobile_wishlist', 'Verlanglijst'),
('nl', 'mobile_app.mobile_write_review', 'Schrijf een beoordeling'),
('nl', 'mobile_app.mobile_wrong_password', 'Wrong password.'),
('nl', 'mobile_app.mobile_your_message', 'Uw bericht'),
('nl', 'mobile_app.mobile_your_name', 'Uw naam'),
('nl', 'mobile_app.m_app_icon', 'App Icon'),
('nl', 'mobile_app.m_app_splash_landscape', 'Splash Screen (landscape)'),
('nl', 'mobile_app.m_app_splash_portrait', 'Splash Screen (portrait)'),
('nl', 'mobile_app.m_app_store_logo', 'Feature Graphic image'),
('nl', 'mobile_app.preparing_android_images', 'Preparing Android images'),
('nl', 'mobile_app.preparing_archive', 'Preparing archive'),
('nl', 'mobile_app.preparing_config', 'Preparing config'),
('nl', 'mobile_app.preparing_ios_icons', 'Preparing iOS icons'),
('nl', 'mobile_app.preparing_ios_images', 'Preparing iOS images'),
('nl', 'mobile_app.privacypolicyurl', 'Privacy Policy URL'),
('nl', 'mobile_app.pushnotifications', 'Pushmeldingen'),
('nl', 'mobile_app.section.category', 'Categorieën'),
('nl', 'mobile_app.section.drawer', 'Drawer (sidebar menu)'),
('nl', 'mobile_app.section.main', 'Main screen'),
('nl', 'mobile_app.section.navbar', 'Navigation bar'),
('nl', 'mobile_app.section.product_screen', 'Product screen'),
('nl', 'mobile_app.services_config', 'Firebase config file (Android)'),
('nl', 'mobile_app.settings.access_key', 'Access key:'),
('nl', 'mobile_app.shopname', 'Shop Name'),
('nl', 'mobile_app.supportemail', 'Support email'),
('nl', 'mobile_sticky_compare', 'ET - Mobile sticky compare'),
('nl', 'mobile_sticky_home', 'ET - Mobile sticky home'),
('nl', 'mobile_sticky_wishlist', 'ET - Mobile sticky wishlist'),
('nl', 'modified_core_files_found', 'Some of your core files have been changed. This may become a problem when upgrading [product] as changes in these files may be lost.'),
('nl', 'modifier', 'Prijsaanpassing'),
('nl', 'modify_profile', 'Wijzigen profiel'),
('nl', 'modify_selected', 'Wijzig selectie'),
('nl', 'month', 'Maand'),
('nl', 'monthly', 'Maandelijks'),
('nl', 'months', 'maand(en)'),
('nl', 'month_name_1', 'Januari'),
('nl', 'month_name_10', 'Oktober'),
('nl', 'month_name_11', 'November'),
('nl', 'month_name_12', 'December'),
('nl', 'month_name_2', 'Februari'),
('nl', 'month_name_3', 'Maart'),
('nl', 'month_name_4', 'April'),
('nl', 'month_name_5', 'Mei'),
('nl', 'month_name_6', 'Juni'),
('nl', 'month_name_7', 'Juli'),
('nl', 'month_name_8', 'Augustus'),
('nl', 'month_name_9', 'September'),
('nl', 'month_name_abr_1', 'Jan'),
('nl', 'month_name_abr_10', 'Okt');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('nl', 'month_name_abr_11', 'Nov'),
('nl', 'month_name_abr_12', 'Dec'),
('nl', 'month_name_abr_2', 'Feb'),
('nl', 'month_name_abr_3', 'Maa'),
('nl', 'month_name_abr_4', 'Apr'),
('nl', 'month_name_abr_5', 'Mei'),
('nl', 'month_name_abr_6', 'Jun'),
('nl', 'month_name_abr_7', 'Jul'),
('nl', 'month_name_abr_8', 'Aug'),
('nl', 'month_name_abr_9', 'Sep'),
('nl', 'more', 'Meer'),
('nl', 'more_info', 'Meer info'),
('nl', 'more_languages', 'Meer talen'),
('nl', 'more_link', '[meer]'),
('nl', 'more_sign_in_options', 'Terug naar meer inschrijf opties'),
('nl', 'more_subjects', 'Willekeurige onderwerpen (1 per regel)'),
('nl', 'more_than', 'Meer dan'),
('nl', 'more_w_ellipsis', 'Meer...'),
('nl', 'most_popular', 'Meest populair'),
('nl', 'most_popular_addons', 'Meest populaire plug-ins'),
('nl', 'mr', 'Dhr.'),
('nl', 'ms', 'Mevr.'),
('nl', 'multiple', 'Meerdere'),
('nl', 'multiple_checkboxes', 'Meerkeuze-checkboxen'),
('nl', 'multiple_selectbox', 'Meerkeuze-selectbox'),
('nl', 'multiple_selectbox_notice', '<p style=\"font-size:10px;\">Om meerdere items te selecteren, houdt u de Control-toets in tijdens de selectie. Dit geldt tevens voor de-selecteren.</p>'),
('nl', 'multiupload', 'Multi-upload'),
('nl', 'mve.container_not_used', 'Deze container heeft momenteel een standaardconfiguratie. Het ziet er precies uit zoals de winkeleigenaar het heeft geconfigureerd. Leveranciers kunnen aangepaste configuratie gebruiken om de blokken in deze container te wijzigen.'),
('nl', 'mve_plus_license', '[product] Plus'),
('nl', 'mve_ultimate_license', '[product] Ultimate'),
('nl', 'mve_ultimate_license_required', '[product] Ultimate is hiervoor vereist'),
('nl', 'mve_ultimate_or_plus_license_required', 'Voor deze actie is [product] Ultimate of [product] Plus vereist'),
('nl', 'my_account', 'Mijn profiel'),
('nl', 'my_account_links', 'Links naar mijn profiel'),
('nl', 'my_account_links_advanced', 'Mijn account geavanceerd'),
('nl', 'my_cards', 'Meus Cartões'),
('nl', 'my_cart', 'My cart'),
('nl', 'my_payments', 'Cartões salvos'),
('nl', 'my_points', 'Mijn punten'),
('nl', 'na', 'NB'),
('nl', 'name', 'Naam'),
('nl', 'navigation', 'Navigatie'),
('nl', 'navi_pages', 'Pagina\'s'),
('nl', 'need_company_id', 'Bedrijfs ID is vereist (de company_id parameter)'),
('nl', 'need_product_name', 'Geef het product een naam'),
('nl', 'need_snippet_name', 'Er moet een geldige naam voor de snippet worden opgegeven'),
('nl', 'neighbours', 'Buren'),
('nl', 'never', 'Nooit'),
('nl', 'new', 'Nieuw'),
('nl', 'newest', 'Nieuwste'),
('nl', 'newsletter', 'Nieuwsbrief'),
('nl', 'newsletters', 'Nieuwsbrieven'),
('nl', 'newsletters.agreement_text_full_subscribe_to_newsletters', '<p>When you sign up for a specific newsletter, we ([company]) add your email address to a corresponding mailing list. While it is there, we know that we can contact you by email regarding that topic.</p> <p>You can always have your email address removed from our mailing lists. There are multiple ways to do it:</p><ul> <li>Once your account is registered, just sign in and unsubscribe from newsletters in profile settings.</li> <li>Use the “Unsubscribe” link in our newsletters that you receive.</li> <li>Send an email to [email].</li> </ul> <p>We may use a third-party email service (MailChimp and/or Mad Mimi) to send newsletters. Some members of our staff can view mailing lists with email addresses. That way they’ll be able to remove your email address from the mailing list, should you request us to do so.</p> <p>Please note that mailing lists are independent from each other. If you decide not to receive newsletters at all, you’ll have to unsubscribe from all the mailing lists. Even if you do that, you’ll still receive account-related emails (such as order status notifications, password reset emails, and more). It is essential for operating an online store.</p> <p>If you decide that you no longer want to use our store and would like to have your personal data removed from our database (or if you’d like to get all the personal data associated with your account that we have), please send an email to [email].</p> <p>If you believe that your personal data has been misused, you have the right to lodge a complaint with a supervisory authority. We’re obliged by EU General Data Protection Regulation to let you know about this right; we don’t actually intend to misuse your data.</p>'),
('nl', 'newsletters.agreement_text_short_subscribe_to_newsletters', 'I agree to have my personal data <u>processed as follows</u> and I want to subscribe for the following newsletters:'),
('nl', 'newsletters.new_subscribers', 'Nieuwe abonnees'),
('nl', 'newsletters.subscribe_to_newsletters', 'Newsletters: Subscribe to newsletters'),
('nl', 'newsletters_menu_description', 'Nieuwsbrieven aanmaken en versturen aan klanten.'),
('nl', 'newsletter_autoresponder', 'Nieuwsbrief autobeantwoorder'),
('nl', 'newsletter_autoresponders', 'Nieuwsbrief autobeantwoorders'),
('nl', 'newsletter_template', 'Nieuwsbrief sjabloon'),
('nl', 'newsletter_templates', 'Nieuwsbrief sjabloon'),
('nl', 'news_plain', 'Platte tekst'),
('nl', 'new_administrator_account_created', 'Nieuwe beheerder is succesvol aangemaakt.'),
('nl', 'new_administrator_password', 'Nieuwe beheer wachtwoord'),
('nl', 'new_attachment', 'Nieuwe bijlage'),
('nl', 'new_campaign', 'Nieuwe campagne'),
('nl', 'new_category', 'Nieuwe categorie'),
('nl', 'new_certificate', 'Nieuwe cadeaubon'),
('nl', 'new_chart', 'Nieuwe grafiek'),
('nl', 'new_combination', 'Toevoegen combinatie'),
('nl', 'new_credit_card', 'Nieuwe creditcard'),
('nl', 'new_currency', 'Nieuwe valuta'),
('nl', 'new_customer', 'Nieuwe klant'),
('nl', 'new_domains', 'Nieuwe domeinen'),
('nl', 'new_emails', 'Nieuwe e-mailadressen'),
('nl', 'new_feature', 'Toevoegen eigenschap'),
('nl', 'new_file', 'Nieuw bestand'),
('nl', 'new_filter', 'Nieuwe filter'),
('nl', 'new_folder', 'Nieuwe map'),
('nl', 'new_form', 'Nieuw formulier'),
('nl', 'new_group', 'Nieuwe groep'),
('nl', 'new_invoice_langvar_upgrade_notification_message', '<p>A new language variable called <b>invoice_heading</b> has been added. You can use it to alter the title of your invoices as you see fit without altering the word \"Invoice\" in other parts of the store. The values for <b>invoice_heading</b> have been copied from the values of the <b>invoice</b> language variable.</p><p>Please note that whether or not the language variable appears in your invoices depends on <a href=\"http://docs.cs-cart.com/latest/user_guide/look_and_feel/documents/enable_document_editor.html\">whether or not you use the email template and document editors</a>:</p><ul><li>If you use the editors, then you\'ll have to add the new language variable to your invoice manually.</li><li>If you use the old way of editing documents (via TPL files), then the new language variable is already included in the default TPL files.</li></ul>'),
('nl', 'new_invoice_langvar_upgrade_notification_title', 'New language variable for invoice heading'),
('nl', 'new_ips', 'Nieuwe IP-adressen'),
('nl', 'new_items', 'New items'),
('nl', 'new_language', 'Nieuwe taal'),
('nl', 'new_language_variable', 'Nieuw taal variabele'),
('nl', 'new_layout', 'Nieuwe opmaak'),
('nl', 'new_link', 'Nieuwe link'),
('nl', 'new_localization', 'Nieuwe localisatie'),
('nl', 'new_location', 'Nieuwe locatie'),
('nl', 'new_mailing_lists', 'Nieuwe mailing lijst'),
('nl', 'new_menu', 'Nieuw menu'),
('nl', 'new_option', 'Nieuwe optie'),
('nl', 'new_page', 'Nieuwe pagina'),
('nl', 'new_payments', 'Toevoegen betaalmethode'),
('nl', 'new_payout', 'Nieuw uitbetaling'),
('nl', 'new_poll', 'Nieuwe poll'),
('nl', 'new_post', 'Nieuw bericht'),
('nl', 'new_product', 'Nieuw product'),
('nl', 'new_profile', 'Nieuw profiel'),
('nl', 'new_profile_field', 'Nieuw profiel veld'),
('nl', 'new_profile_notification', 'Nieuw profiel notificatie'),
('nl', 'new_promotion', 'Nieuwe aanbieding'),
('nl', 'new_question', 'Nieuwe vraag'),
('nl', 'new_rate_area', 'Nieuw tariefgebied'),
('nl', 'new_reason', 'Nieuwe reden'),
('nl', 'new_report', 'Nieuw rapport'),
('nl', 'new_rule', 'Nieuwe regel'),
('nl', 'new_saved_search', 'Nieuwe opgeslagen zoekopdracht'),
('nl', 'new_section', 'Nieuwe sectie'),
('nl', 'new_setting_value', 'New value'),
('nl', 'new_shipment', 'Nieuwe verzending'),
('nl', 'new_shipment_was_created', 'Nieuwe verzending is aangemaakt'),
('nl', 'new_shipping_method', 'Nieuwe verzendmethode'),
('nl', 'new_site_map_section', 'Toevoegen site-map sectie'),
('nl', 'new_states', 'Toevoegen provincies voor geselecteerd land'),
('nl', 'new_status', 'Nieuwe status'),
('nl', 'new_store_location', 'Nieuwe winkel locatie'),
('nl', 'new_subscribers', 'Nieuwe inschrijvingen'),
('nl', 'new_tab', 'Nieuw tabblad'),
('nl', 'new_tax', 'Nieuw btw-tarief'),
('nl', 'new_text_ultimate_license_required', 'A special edition of [product] that offers an unlimited number of storefronts. If you switch to <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see the message about the storefront limit again.'),
('nl', 'new_usergroups', 'Nieuwe gebruikersgroep(en)'),
('nl', 'new_user_profile', 'Nieuw klantprofiel'),
('nl', 'new_vendor', 'Nieuwe verkoper'),
('nl', 'new_version', 'Nieuwe versie'),
('nl', 'new_withdrawal', 'Nieuwe opname'),
('nl', 'new_zealand', 'Nieuw Zeeland'),
('nl', 'next', 'Volgende'),
('nl', 'next_step', 'Volgende stap'),
('nl', 'ne_add_subscribers_from_users', 'Abonnees toevoegen via het klantenbestand'),
('nl', 'ne_warning_subscr_email_exists', 'Het e-mailadres <b>[email]</b> is al aanwezig in de mailinglijst'),
('nl', 'no', 'Nee'),
('nl', 'nocombination', 'Deze combinatie is helaas niet toegankelijk'),
('nl', 'none', 'Geen'),
('nl', 'non_writable_directories', 'De volgende mappen hebben geen schrijfrechten'),
('nl', 'normal', 'Normaal'),
('nl', 'norway', 'Noorwegen'),
('nl', 'norwegian', 'Noors'),
('nl', 'note', 'Opmerking'),
('nl', 'notes', 'Notities'),
('nl', 'notice', 'Opmerking'),
('nl', 'notice_too_many_decimals', 'U heeft [DECIMALS] decimalen ingesteld voor [CURRENCY]. Het maximale aantal decimalen is 2. Verdere waarden worden als nullen weergegeven.'),
('nl', 'notice_undeliverable_products_removed', 'Niet leverbare producten zijn verwijderd uit je winkelwagen. U kunt verder gaan met uw aankoop.'),
('nl', 'notice_update_customer_details', 'Het e-mailadres van deze klant is gewijzigd. Selecteer het selectievlakje om de details van de bestelling bij te werken:'),
('nl', 'notification.upgrade_available.message', 'A new version of [product] is available. If you want to upgrade to the latest version now, click here.'),
('nl', 'notification.upgrade_available.title', 'Upgrade available'),
('nl', 'notifications', 'Meldingen'),
('nl', 'notifications_center.notifications', 'Meldingen'),
('nl', 'notifications_center.no_notifications', 'Geen meldingen'),
('nl', 'notifications_center.section.administration', 'Administratie'),
('nl', 'notifications_center.section.all', 'All'),
('nl', 'notifications_center.section.communication', 'Communication'),
('nl', 'notifications_center.section.other', 'Other'),
('nl', 'notifications_center.section.products', 'Producten'),
('nl', 'notifications_center.tag.administration.license', 'Licence'),
('nl', 'notifications_center.tag.administration.update', 'Update'),
('nl', 'notifications_center.tag.messages', 'Messages'),
('nl', 'notifications_center.tag.other', 'Other'),
('nl', 'notification_template.tab.email', 'Email'),
('nl', 'notification_template.tab.internal', 'On-site'),
('nl', 'notify_customer', 'Breng klant hiervan op de hoogte'),
('nl', 'notify_orders_department', 'Breng afdeling bestellingen op de hoogte'),
('nl', 'notify_supplier', 'Meld aan leverancier'),
('nl', 'notify_user', 'Meld aan gebruiker'),
('nl', 'notify_vendor', 'Melden aan verkoper'),
('nl', 'notify_vendors_by_email', 'Melden aan verkopers per e-mail'),
('nl', 'notify_vendor_by_email', 'Melden aan verkoper per e-mail'),
('nl', 'notify_when_back_in_stock', 'Breng me op de hoogte als dit product weer op voorraad is'),
('nl', 'not_active', 'Niet actief'),
('nl', 'not_active_file_notice', 'Dit bestand wordt alleen beschikbaar voor downloaden wanneer de beheerder deze goedkeurd'),
('nl', 'not_approved', 'Niet goedgekeurd'),
('nl', 'not_a_member', 'Geen lid'),
('nl', 'not_checked', 'Niet gecontroleerd'),
('nl', 'not_installed', 'Niet geïnstalleerd'),
('nl', 'not_scroll_automatically', 'Niet automatisch scrollen'),
('nl', 'no_active_storefronts', 'No active storefronts'),
('nl', 'no_autoresponder', 'Geen autobeantwoorder'),
('nl', 'no_categories_available', 'Geen categorieën beschikbaar'),
('nl', 'no_data', 'Geen gegevens gevonden'),
('nl', 'no_data_found', 'Geen data die deze condities tegenmoetkomen'),
('nl', 'no_files', 'Geen bestanden'),
('nl', 'no_hidden_elements_second_level_view', 'AB: Number of visible elements of the 2-level menu'),
('nl', 'no_hidden_elements_second_level_view.tooltip', 'This setting limits the number of third-level menu items, displayed in the menu structure. The remaining elements of the third level will be displayed when clicking on the <b>More</b> link'),
('nl', 'no_image', 'Geen afbeelding'),
('nl', 'no_items', 'Geen items gedefinieerd'),
('nl', 'no_items_found', 'Geen items gevonden met dit zoekcriterium'),
('nl', 'no_manager_assigned', 'No manager assigned'),
('nl', 'no_menus', 'Geen menu\'s'),
('nl', 'no_modified_core_files_found', 'No changed core files found'),
('nl', 'no_posts_found', 'Geen berichten gevonden'),
('nl', 'no_products_for_shipment', 'Er zijn geen producten voor verzending'),
('nl', 'no_products_selected', 'Geen producten geselecteerd'),
('nl', 'no_rates_for_empty_cart', '<p class=\"error-text\" align=\"center\">Uw winkelwagen is leeg en de verzendkosten kunnen niet worden geschat</p>'),
('nl', 'no_rates_for_empty_cart_warning', 'Uw winkelwagen is leeg en de verzendkosten kunnen niet worden berekend'),
('nl', 'no_return_requests_found', 'Geen retour aanvragen gevonden'),
('nl', 'no_shipping_required', 'Geen verzending vereist'),
('nl', 'no_such_coupon', 'Onbekende kortingscoupon.<br>Probeer a.u.b. opnieuw.'),
('nl', 'no_template', 'Geen sjabloon'),
('nl', 'no_themes_available', 'Geen thema\'s beschikbaar'),
('nl', 'no_users_found', 'Geen gebruikers gevonden'),
('nl', 'number', 'Nummer'),
('nl', 'number_of_columns', 'Aantal kolommen in de object lijst'),
('nl', 'n_banners', '[n] banner|[n] banners'),
('nl', 'n_categories', '[n] category|[n] categories'),
('nl', 'n_days', '[n] dag | [n] dagen'),
('nl', 'n_filters', '[n] filter|[n] filters'),
('nl', 'n_pages', '[n] page|[n] pages'),
('nl', 'n_polls', '[n] poll|[n] polls'),
('nl', 'n_posts', '[n] post|[n] posts'),
('nl', 'n_products', '[n] product|[n] producten'),
('nl', 'n_profile_fields', '[n] profile field|[n] profile fields'),
('nl', 'n_tags', '[n] tag|[n] tags'),
('nl', 'n_vendors', '[n] verkoper|[n] verkopers'),
('nl', 'object', 'Object'),
('nl', 'objects_per_page', '[n] per pagina'),
('nl', 'object_does_not_exist', 'Het object bestaat niet'),
('nl', 'object_exists', 'Object met dezelfde naam bestaat al. Wilt u het overschrijven?'),
('nl', 'object_not_found', 'Het [object] is niet gevonden'),
('nl', 'of', 'van'),
('nl', 'off', 'Uit'),
('nl', 'offline', 'Offline'),
('nl', 'offset', 'Compenseren'),
('nl', 'ogone.sha_in', 'SHA-IN pass phrase'),
('nl', 'ogone_direct.config_info', 'Enter SHA-IN pass phrase both here and on the Ingenico administation panel.<br><br>For new Ingenico accounts created since May 11th, 2010, the new SHA policy is automatically active.<br/>Please do not forget to select the \"Use new SHA signature policy\" checkbox.'),
('nl', 'ogone_web.config_info', 'Please set the following URL in the Technical Information section on the Ingenico administation panel as the <b>URL of the merchant\'s post-payment page</b> for all cases (\"accepted\", \"on hold\", \"uncertain\", \"canceled by the client\", \"too many rejections by the acquirer\"): <code>[r_url]</code><br>Select \"Always deferred (not immediately after the payment)\" for the <b>Timing of the request</b>.<br>Enter SHA-IN and SHA-OUT pass phrases both here and on the Ingenico administation panel.'),
('nl', 'ogone_web.sha_out', 'SHA-OUT pass phrase'),
('nl', 'ok', 'AKKOORD'),
('nl', 'old_price', 'Oude prijs'),
('nl', 'on', 'aan'),
('nl', 'onboarding_adicionar_socio_extra', 'Adicionar Sócio Extra'),
('nl', 'onboarding_bairro', 'Bairro'),
('nl', 'onboarding_cadastro_do_cliente', 'Cadastro do cliente'),
('nl', 'onboarding_celular', 'Celular'),
('nl', 'onboarding_cnpj', 'CNPJ'),
('nl', 'onboarding_complemento', 'Complemento'),
('nl', 'onboarding_confirmar_senha', 'Confirmar Senha'),
('nl', 'onboarding_continuar', 'Continuar'),
('nl', 'onboarding_cpf', 'CPF'),
('nl', 'onboarding_identificacao_empresarial', 'Identificação empresarial'),
('nl', 'onboarding_informacao_pessoal', 'Informação Pessoal'),
('nl', 'onboarding_inscricao_estadual', 'Inscrição Estadual'),
('nl', 'onboarding_inscricao_municipal', 'Inscrição Municipal'),
('nl', 'onboarding_municipio', 'Município'),
('nl', 'onboarding_nome_completo', 'Nome Completo'),
('nl', 'onboarding_nome_completo_do_titular', 'Nome Completo do Titular'),
('nl', 'onboarding_nome_da_loja', 'Nome da loja'),
('nl', 'onboarding_nome_da_mae', 'Nome da Mãe'),
('nl', 'onboarding_nome_fantasia', 'Nome Fantasia'),
('nl', 'onboarding_pf_titulo', 'Cadastro Pessoa Física (CPF)'),
('nl', 'onboarding_pj_titulo', 'Cadastro Empresarial (CNPJ)'),
('nl', 'onboarding_previous', 'Previous'),
('nl', 'onboarding_razao_social', 'Razão Social'),
('nl', 'onboarding_responsavel_da_conta', 'Responsável da Conta'),
('nl', 'onboarding_rg', 'RG'),
('nl', 'onboarding_rua', 'Rua'),
('nl', 'onboarding_socios', 'Sócios'),
('nl', 'onboarding_telefone_fixo', 'Telefone Fixo'),
('nl', 'onboarding_termos_e_condicoes', 'Termos e Condições'),
('nl', 'onboarding_texto_de_introducao_loja_empresarial', 'Texto de introdução'),
('nl', 'onboarding_texto_de_introducao_loja_pessoal', 'Texto de introdução'),
('nl', 'onboarding_titulo_de_selecao_de_conta', 'PARTIU SE CADASTRAR E VENDER MUITO ?'),
('nl', 'onboarding_validacao_de_dados', 'Validação de dados'),
('nl', 'onboarding_validacao_de_dados_descricao', 'Validação utilizada para que ninguém possa criar uma conta utilizando seus dados'),
('nl', 'onboarding_validar', 'Validar'),
('nl', 'onboarding_validar_email', 'Validar e-mail'),
('nl', 'onboarding_validar_email_descricao', 'Ele será utilizado para recuperar a sua conta.'),
('nl', 'onboarding_validar_telefone', 'Validar telefone'),
('nl', 'onboarding_validar_telefone_descricao', 'Ele será utilizado para recuperar a sua conta caso você perca o acesso ao seu email.'),
('nl', 'once_per_customer', 'Eén keer per klant'),
('nl', 'onclick_dropdown', 'BijKlik-dropdown'),
('nl', 'one_click_template_title', 'Selecione o cartão'),
('nl', 'online_only', 'Alleen online'),
('nl', 'on_backorder', 'On backorder'),
('nl', 'on_off', 'Aan/Uit'),
('nl', 'on_sale', 'Aanbiedingen'),
('nl', 'on_site_layout_editing', 'Editing layout page: [page]'),
('nl', 'on_site_live_editing', 'On-site live wijzigen'),
('nl', 'on_site_template_editing', 'On-site sjabloon wijzigen'),
('nl', 'open', 'Open'),
('nl', 'open_action', 'Open'),
('nl', 'open_file_or_create_new', 'Open een bestand of maak een nieuw bestand om te starten.'),
('nl', 'open_hours', 'Open hours'),
('nl', 'open_in_new_window', 'Open link in nieuw venster'),
('nl', 'open_selected_storefronts', 'Open selected'),
('nl', 'open_store', 'Winkel openen'),
('nl', 'optimize_database', 'Optimaliseer database'),
('nl', 'optimizing_table', 'Optimaliseren tabel'),
('nl', 'options', 'Opties'),
('nl', 'options_for', 'Opties voor'),
('nl', 'options_have_been_applied_to_products', 'De opties zijn toegepast op de geselecteerde producten'),
('nl', 'options_menu_description', 'Productopties in uw webwinkel beheren'),
('nl', 'options_settings', 'Instellingen van opties'),
('nl', 'options_type', 'Optie type'),
('nl', 'option_combinations', 'Optie combinaties'),
('nl', 'option_exceptions', 'Optie uitzonderingen'),
('nl', 'option_name', 'Naamopties'),
('nl', 'option_unlinked', 'Globale optie \"[option_name]\" is losgekoppeld van het product'),
('nl', 'option_variants', 'Variantopties'),
('nl', 'opt_currency_name', 'Toon valuta titels'),
('nl', 'opt_currency_symbol', 'Gebruik valuta symbolen ipv titels'),
('nl', 'opt_language_icon', 'Gebruik taal iconen in plaats van namen'),
('nl', 'opt_language_name', 'Toon taal namen'),
('nl', 'or', 'of'),
('nl', 'order', 'Bestelling'),
('nl', 'ordered_products', 'Bestelde producten'),
('nl', 'orders', 'Bestellingen'),
('nl', 'orders_not_allow_to_change_company', 'Bedrijf is niet gewijzigd. Het is niet toegestaan om het bedrijf te aanpassen wanneer u een bestelling aan het aanpassen bent.'),
('nl', 'orders_no_items', 'Gebruik de \"producten toevoegen\" knop hierboven om producten aan bestelling toe te voegen.'),
('nl', 'order_by_status', 'Sorteer op status'),
('nl', 'order_date', 'Besteldatum'),
('nl', 'order_details', 'Besteldetails'),
('nl', 'order_discount', 'Bestelkorting'),
('nl', 'order_id', 'BestellingID'),
('nl', 'order_info', 'Informatie bestelling'),
('nl', 'order_items', 'Bestel items'),
('nl', 'order_landing_page', 'Order landingspagina'),
('nl', 'order_management', 'Bestellingenbeheer'),
('nl', 'order_placed', 'Bestelling is geplaatst.'),
('nl', 'order_prefix', 'Bestelling voorloop'),
('nl', 'order_returns', 'Retour bestelling'),
('nl', 'order_search', 'Zoek bestelling'),
('nl', 'order_status', 'Bestelstatus'),
('nl', 'order_statuses', 'Bestelstatussen'),
('nl', 'order_statuses_menu_description', 'Nieuwe bestelstatus toevoegen of bestaande aanpassen.'),
('nl', 'order_total', 'Besteltotaal'),
('nl', 'order_total_not_correct', 'Het betaalde bedrag komt niet overeen met het totaal van de bestelling'),
('nl', 'order_total_will_changed', 'Het besteltotaal zal worden gewijzigd door'),
('nl', 'order_was_not_placed', 'Bestelling werd niet geplaatst'),
('nl', 'original', 'Origineel'),
('nl', 'origination', 'Herkomst'),
('nl', 'or_saved_search', 'of ieder item van de opgeslagen zoekopdracht'),
('nl', 'or_use', 'Of gebruik'),
('nl', 'others', 'Anderen'),
('nl', 'other_addons', 'Andere plug-ins'),
('nl', 'other_notification', 'Other'),
('nl', 'our_brands', 'Onze merken'),
('nl', 'output', 'Output'),
('nl', 'outside_navigation', 'Navigatie van buitenaf'),
('nl', 'out_of_stock_actions', 'Niet op voorraad acties'),
('nl', 'out_of_stock_products', 'Niet op voorraad'),
('nl', 'override_by_dispatch', 'Locaties overschrijven door dispatch'),
('nl', 'override_by_this', 'Gebruik deze inhoud voor alle blokken'),
('nl', 'override_exchange_rate', 'Override exchange rate'),
('nl', 'override_gc_points', 'Overschrijf de standaard- en categorie puntwaarde voor dit product'),
('nl', 'override_gc_points_brief', 'Overschrijf algehele- en/of categorie spaarpunten'),
('nl', 'override_g_points', 'Overschrijf de waarde van spaarpunten voor alle producten in deze categorie'),
('nl', 'override_per', 'Overschrijf de standaard PuntenWisselkoers'),
('nl', 'override_points', 'Override points'),
('nl', 'override_product_data', 'Waarden toepassen op alle geselecteerde producten'),
('nl', 'overwrite', 'Overschrijven'),
('nl', 'overwrite_selected_settings', 'Overwrite selected settings'),
('nl', 'owner', 'Eigenaar'),
('nl', 'p21agree', 'Type a.u.b. \"AKKOORD\" of \"NIET AKKOORD\" in het daarvoor aangewezen veld'),
('nl', 'p21agree_tooltip', 'Door AGREE in te typen zet ik mijn handtekening als machtiging naar Payment21&reg; om mijn account elektronisch te debiteren voor het ingevoerde bedrag. Ik begrijp en geef uitdrukkelijk toestemming aan de verkoper, mocht mijn eCheck niet geaccepteerd of geretourneerd wordt om welke reden dan ook, het bedrag elektronisch van mijn rekening te schrijven plus een NSF-vergoeding. Ik zal deze pagina printen of opslaan voor mijn administratie. Ik kan 1-888-770-0850 bellen voor 24/7 ondersteuning en vragen over deze transactie.'),
('nl', 'package', 'Pakket'),
('nl', 'packages', 'Verpakkingen'),
('nl', 'package_type', 'Pakkettype'),
('nl', 'packing_slip', 'Pakbon'),
('nl', 'packing_slip_for_order', 'Pakbon voor bestelling'),
('nl', 'page', 'Pagina'),
('nl', 'pages', 'Pagina\'s'),
('nl', 'pages_menu_description', 'Pagina\'s, polls, formulieren en links aanmaken en publiseren.'),
('nl', 'page_cloned', 'De pagina <b>[page]</b> is gekloond. Nu kunt u de nieuwe pagina aanpassen'),
('nl', 'page_id', 'Pagina ID'),
('nl', 'page_link', 'Pagina URL'),
('nl', 'page_name', 'Pagina naam'),
('nl', 'page_not_found', 'Pagina niet gevonden'),
('nl', 'page_not_found_text', 'De pagina die u probeert te bezoeken kon niet worden gevonden.'),
('nl', 'page_target_url', 'Doel URL'),
('nl', 'page_title', 'Pagina titel'),
('nl', 'page_url', 'Pagina URL'),
('nl', 'pagination_range', '<span>[pagination.range_from]</span>–<span>[pagination.range_to]</span>&nbsp;of&nbsp;[pagination.total_items]'),
('nl', 'paid_amount', 'Betaald bedrag'),
('nl', 'pair_type', 'Pair type'),
('nl', 'param', 'Parameter'),
('nl', 'parameter', 'Analyseer object'),
('nl', 'parameter_name', 'Parameter naam'),
('nl', 'parent_category', 'Van hoofdcategorie'),
('nl', 'parent_category_id', 'Hoofdcategorie'),
('nl', 'parent_item', 'Hoofd item'),
('nl', 'parent_page', 'Hoofdpagina'),
('nl', 'parent_page_id', 'Hoofdpagina'),
('nl', 'partiuhub_continuar_compras', 'Continuar compras'),
('nl', 'partiuhub_numero_do_pedido', 'Numero do pedido - '),
('nl', 'partiuhub_planos_vendedores.vendor_groups', 'Grupos dos vendedores'),
('nl', 'partiuhub_status_rastreamento_1', 'O vendedor já postou o seu produto!'),
('nl', 'partiuhub_status_rastreamento_2', 'Olha que legal, o seu produto ja esta em transito!'),
('nl', 'partiuhub_status_rastreamento_3', 'O seu produto ja PARTIU para o seu endereço!'),
('nl', 'partiuhub_status_rastreamento_4', 'Chegou! PARTIU aproveitar!!!! '),
('nl', 'partiuhub_tente_novamente', 'Tente novamente mais tarde!'),
('nl', 'partner', 'Partner'),
('nl', 'passphrase', 'Pass-phrase'),
('nl', 'passport_number', 'Paspoortnummer'),
('nl', 'password', 'Wachtwoord'),
('nl', 'path_to_files', 'Volledige pad naar the \"atos\" bestanden'),
('nl', 'pause_delay', 'Pauze vertraging (in seconden)'),
('nl', 'payflowcolor', 'Payflow kleur'),
('nl', 'payment', 'betaling'),
('nl', 'payments', 'Betalingen'),
('nl', 'payments.cresecure.location_notice', '<b>Let op:</b><br>1. Voor deze betaalmethode moet de https-afrekenoptie ingeschakeld zijn.<br>2. De standaard afreken-locatie wordt getoond op het moment dat er een betaling plaats vindt. Om een andere locatie weer te geven: maak een nieuwe locatie aan met de \'checkout.cresecure_template\' in de <a href=\\\"[url]\\\" target=\\\"_blank\\\">Opmaakassistent</a>.'),
('nl', 'payments.epdq.bgcolor', 'Achtergrondkleur'),
('nl', 'payments.epdq.btn_bgcolor', 'Knop achtergrondkleur'),
('nl', 'payments.epdq.btn_textcolor', 'Knop tekstkleur'),
('nl', 'payments.epdq.font_type', 'Lettertype'),
('nl', 'payments.epdq.hash_error', 'Sorry, de hash-string komt niet overeen'),
('nl', 'payments.epdq.instructions', '<ol><li><p>Vul de volgende URL in de \"Technical information\"→\"Transaction feedback\" sectie in, in het ePDQ beheerpaneel:</p><p>voor de \"accepted\" en \"cancelled\" betalingen: [url]</p></li><li>Controleer of de \"Timing of the request\" is ingesteld als \"Always online\", en \"Request method\" is ingesteld als \"POST\"</li><li>Definieer de \"SHA-OUT pass phrase\" waarde in het ePDQ beheerpaneel zoals u wilt, en kopieer de \"SHA-IN pass phrase\" naar de \"Data and origin verification\" sectie, en ook in het \"Pass-phrase\" veld hieronder</li><li>Controleer of de \"Default operation code\" optie in het ePDQ beheerpaneel dezelfde waarde heeft als de \"Transaction type\" optie hieronder</li><li>Stel de \"Hash algorithm\" in als \"SHA-1\" in de \"Global security parameters\" sectie in het ePDQ beheerpaneel</li></ol>'),
('nl', 'payments.epdq.pspid', 'EPDQ pspid'),
('nl', 'payments.epdq.tbl_bgcolor', 'Tabel achtergrondkleur'),
('nl', 'payments.epdq.tbl_textcolor', 'Tabel tekstkleur'),
('nl', 'payments.epdq.textcolor', 'Tekstkleur'),
('nl', 'payments.epdq.title', 'Titel'),
('nl', 'payments.eway_rapidapi_rsp.header_text', 'Koptekst'),
('nl', 'payments.globalpayments.connector_error', 'Your Global Payments account has been suspended. Contact Global Payments support for further information.'),
('nl', 'payments.globalpayments.globalpayments_error', 'Error with Global Payments systems'),
('nl', 'payments.globalpayments.referring_ip', 'Please supply the IP address of your server to your Global Payments account manager'),
('nl', 'payments.globalpayments.referring_url', 'Please supply this URL to your Global Payments account manager'),
('nl', 'payments.globalpayments.text_status_map', 'Global Payments to [product] order status conversion map'),
('nl', 'payments.layout_a', 'Opmaak A'),
('nl', 'payments.layout_b', 'Opmaak B'),
('nl', 'payments.layout_c', 'Opmaak C'),
('nl', 'payments.paypal_adv_layout', 'Opmaak'),
('nl', 'payments.qbms.app_token', 'App code'),
('nl', 'payments.qbms.configuration_required', '<p>Vul de onderstaande velden in en sla de wijzigingen op:<br>- App Token<br>- OAuth Consumer Key<br> - OAuth Consumer Secret</p><p>Klik op de knop \"Connect to QuickBooks\" die verschijnt in plaats van dit bericht om de betalingsconfiguratie te voltooien.</p>'),
('nl', 'payments.qbms.configure_payment_method', '<p>Hoe de betaalmethode te configureren:</p><p>1. <a target=\"_blank\" href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/authentication-and-authorization/oauth-2.0#obtain-oauth2-credentials-for-your-app\">OAuth 2.0-referenties verkrijgen</a> van de QuickBooks Online-toepassing en deze kopiëren naar de betalingsmethode-instellingen in [product].</p><p>2. Klik op “Maken” en open vervolgens de instellingen van deze betaalmethode opnieuw om de configuratie te voltooien.</p>'),
('nl', 'payments.qbms.oauth_client_id', 'OAuth klant ID'),
('nl', 'payments.qbms.oauth_client_secret', 'OAuth klantengeheim'),
('nl', 'payments.qbms.oauth_consumer_key', 'OAuth Consumentensleutel'),
('nl', 'payments.qbms.oauth_consumer_secret', 'OAuth Consumentengeheim'),
('nl', 'payments.qbms.quickbooks_connection', 'QuickBooks Verbinding'),
('nl', 'payments.qbms.renew_token', 'Druk op \"Verbinden met QuickBooks\" om het token te vernieuwen.'),
('nl', 'payments.qbms.tip_fill_redirect', '<p>- Kopieer in de QuickBooks-toepassing de volgende waarde naar het veld URI:</p><p>[url]</p><p>- Klik op de knop \"Verbinden met QuickBooks\".</p>'),
('nl', 'payments.qbms.token_expired', 'Het token is verlopen.'),
('nl', 'payments.qbms.token_expires', 'Het token verloopt op <b>[date]</b> om <b>[time]</b>.'),
('nl', 'payments.qbms.upgrade_notification_text', '<p>De nieuwste versie van [product] heeft verschillende instellingen voor betaalmethoden als u QB Merchant Service als processor gebruikt.</p><p>Als u de betaalmethoden wilt gebruiken, doet u dit:</p><ul><li>ga naar Beheer > Betalingsmethoden</li><li>kies de betalingsmethode die QB Merchant Service als processor gebruikt</li><li>schakel over naar het tabblad Configureren</li><li>voer het juiste app-token, OAuth Gebruikerssleutel en OAuth Gebruikersgeheim in</li><li> verbinding maken met QuickBooks</li></ul>'),
('nl', 'payments.qbms.upgrade_notification_title', 'QB Merchant Service betalingsprocessor verandert'),
('nl', 'payments.qbms.upgrade_oauth20_notification_text', '<p>Online winkels maken nu een andere verbinding met QuickBooks Merchant Services. Uw betaalmethoden die QB Merchant Services als processor gebruiken, moeten opnieuw worden geconfigureerd, anders werken ze niet meer. Om ze te laten werken:</p><p>1. Schakel uw Quickbooks-app naar OAuth 2.0.</p><p>2. Kopieer <i>OAuth klant ID</i> en <i>OAuth klantgeheim</i> van de app naar de betalingsmethode-instellingen in [product].</p><p>3. Wijzig de status van de betaalmethode in <i>Actief</i></p><p>4. Sla uw wijzigingen op en gebruik de knop <i>Verbinden met QuickBooks</i> om de betalingsconfiguratie te voltooien.</p><p><a href=\"[payments_url]\" target=\"_ blank\" class=\"btn btn-large btn-primary\">Bekijk mijn betaalmethoden</a></p>'),
('nl', 'payments.qbms.upgrade_oauth20_notification_title', 'Betalingsmethoden: instellingen van QB Merchant Services wijzigen'),
('nl', 'payments.realex.3d_secure_message', '3-D Beveiligd bericht'),
('nl', 'payments.realex.auto_settled', 'Automatische uitkering'),
('nl', 'payments.realex.avs.matched', 'Gematched'),
('nl', 'payments.realex.avs.not_matched', 'Niet gematched'),
('nl', 'payments.realex.avs.partial_match', 'Gedeeltelijke match'),
('nl', 'payments.realex.avs.problem_with_check', 'Probleem met controle'),
('nl', 'payments.realex.avs.unable_to_check', 'Niet in staat om te controleren'),
('nl', 'payments.realex.avs_address', 'AVS adres'),
('nl', 'payments.realex.avs_postcode', 'AVS Postcode'),
('nl', 'payments.realex.bank_error', 'Fout met bank systemen'),
('nl', 'payments.realex.card_lost_or_stolen', 'Kaart is als verloren of gestolen gemeld'),
('nl', 'payments.realex.cavv', 'CAVV'),
('nl', 'payments.realex.connector_error', 'Uw Realex profiel is geschorst. Neem contact op met het Realex Support Team voor meer informatie.'),
('nl', 'payments.realex.delayed_settlement', 'Vertraagde uitkering'),
('nl', 'payments.realex.eci', 'ECI'),
('nl', 'payments.realex.incorrect_request', 'XML bericht formaat of inhoud is onjuist'),
('nl', 'payments.realex.incorrect_valid_trhu', 'Het veld \"Geldig t/m\" heeft een onjuiste invoer.'),
('nl', 'payments.realex.liability_shift', 'Verschuiven aansprakelijkheid'),
('nl', 'payments.realex.liability_shift_required', 'Verschuiven van de aansprakelijkheid is vereist'),
('nl', 'payments.realex.realex_error', 'Fout met Realex systemen'),
('nl', 'payments.realex.referring_ip', 'Het IP-adres van uw server toepassen in uw Realex Payments  profiel'),
('nl', 'payments.realex.referring_url', 'Deze URL op het Realex Payments profiel toepassen'),
('nl', 'payments.realex.refferal', 'Raadplegen door de bank'),
('nl', 'payments.realex.result_code', 'Resultaat code'),
('nl', 'payments.realex.result_message', 'Resultaat bericht'),
('nl', 'payments.realex.settlement', 'Uitkering'),
('nl', 'payments.realex.subaccount', 'Subprofiel'),
('nl', 'payments.realex.text_status_map', 'Realex naar CS-Cart bestelstatus conversie kaart'),
('nl', 'payments.realex.transaction_order_id', 'Transactie Bestel ID'),
('nl', 'payments.realex.transaction_pasref', 'Transactie PASREF'),
('nl', 'payments.realex.tss_result', 'TSS'),
('nl', 'payments.realex.wrong_card_type', 'Deze betaling is voor dit type creditcards niet beschikbaar.'),
('nl', 'payments.realex.xid', 'XID'),
('nl', 'payments.rocketgate.avs_mode', 'AVS modus'),
('nl', 'payments.rocketgate.ignore', 'Negeren'),
('nl', 'payments.rocketgate.scrub_mode', 'SCRUB modus'),
('nl', 'payments.signin_to_checkout', '<a href=[url]>Login</a> om af te rekenen'),
('nl', 'payments_tab1', 'Credit card'),
('nl', 'payments_tab2', 'Internet betalingen'),
('nl', 'payments_tab3', 'Andere betaalopties'),
('nl', 'payment_amount', 'Te betalen bedrag'),
('nl', 'payment_category', 'Betaal categorie'),
('nl', 'payment_category_note', 'Betaalcategorie tabbladen worden NIET weergegeven wanneer de actieve betaalmethoden tot dezelfde categorie behoren'),
('nl', 'payment_details', 'Betalingsdetails'),
('nl', 'payment_form_url', 'Betaal Formulier URL'),
('nl', 'payment_id', 'Payment ID'),
('nl', 'payment_info', 'Betaaltype'),
('nl', 'payment_information', 'Betalinginformatie'),
('nl', 'payment_instructions', 'Betalingsinstructies'),
('nl', 'payment_method', 'Betaalwijze'),
('nl', 'payment_methods', 'Betaalmethode'),
('nl', 'payment_method_not_found', 'Payment method not found. It could\'ve been disabled, or a technical problem occurred. Please choose a payment method and try again.'),
('nl', 'payment_response_password', 'Betaal Reactie Wachtwoord'),
('nl', 'payment_surcharge', 'Betaaltoeslag'),
('nl', 'payment_type', 'Betaal type'),
('nl', 'paypal.addon_is_disabled_notice', 'The <b>PayPal payments</b> add-on is disabled so you can\'t configure this payment method.'),
('nl', 'paypal.ipn_transaction_status', 'Transaction status: [status]'),
('nl', 'paypal_authentication_method', 'PayPal authenticatie methode'),
('nl', 'paypal_express_notice', 'A merchant ID is required for using <a href=\'https://developer.paypal.com/docs/classic/express-checkout/in-context\' target=\'_blank\'>In-Context Checkout feature</a> within this integration. You can look up your merchant ID by logging into <a href=\'https://www.paypal.com/\' target=\'_blank\'>https://www.paypal.com/</a>. Click the profile icon on the top right side of the page and then select <b>Profile and settings</b> in the <b>Business Profile</b> menu. (If you do not see the profile icon at the top of the page, click <b>Profile</b>, which appears in the top menu when the <b>My Account tab</b> is selected.) Click <b>My business info</b> on the left, and the <b>Merchant account ID</b> is displayed in the list of profile items on the right.'),
('nl', 'paypal_ipn_note', 'Instant Payment Notification (IPN) is a service that automatically notifies merchants of events related to PayPal transactions.<br>When a customer places an order and chooses PayPal as the payment method, the order gets the <b>Open</b> status.<br>PayPal then sends Instant Payment Notification messages that include the transaction status. This status changes the order status in your store according to the status conversion map.'),
('nl', 'paypal_ipn_transaction_status', 'Transactie status'),
('nl', 'paypal_item_name', 'Naam van item (of een naam voor de Shopping Cart)'),
('nl', 'paypal_logo', 'PayPal logo'),
('nl', 'paypal_sandbox', 'Testmodus'),
('nl', 'paypal_seamless', 'Gebruik naadloos afrekenen'),
('nl', 'paypal_security_error', 'Uw bestelling is niet geplaatst: de PayPal account van de ontvangen is verkeerd.'),
('nl', 'paypal_use_in_context_checkout', 'Gebruik In-Context afrekenen'),
('nl', 'paypal_vendor', 'Verkoper'),
('nl', 'pay_by_points', 'Betalingen met spaarpunten toestaan'),
('nl', 'pay_from_email', 'E-mailadres klant'),
('nl', 'pay_order_again', 'Betaal bestelling opnieuw'),
('nl', 'pay_to_email', 'E-mailadres van de Merchant'),
('nl', 'pdf_documents.activate_notification', 'PDF documents (such as invoices, packing slips, etc.) will now be generated at our cloud service: [service_url]. It works as follows: your store sends an HTML document and receives a PDF copy of it. We do not view, keep, or analyze any of your data that goes through that service.'),
('nl', 'pdf_documents.disable_notification', 'The generation of PDF documents (such as invoices, packing slips, etc.) has been disabled. Your data will no longer go through our cloud service [service_url]. If you\'d like to generate PDF documents without using our cloud service, you\'re welcome to <a href=\"[helpdesk_url]\" target=\"_blank\">contact us via Help Desk</a> or configure it on your own.'),
('nl', 'pending', 'In afwachting'),
('nl', 'pending_return', 'Aguardando a aprovação'),
('nl', 'pending_vendor_invitations', 'In afwachting van leveranciersuitnodigingen'),
('nl', 'pending_vendor_invitations_menu_description', 'Beheer uitnodigingen voor uw marktplaats voor potentiële leveranciers.'),
('nl', 'per', 'Per [object]'),
('nl', 'percent', 'Procent'),
('nl', 'percentage_discount', 'Percentage discount'),
('nl', 'percent_range', 'Prijsklasse (in % van de prijs van het hoofdproduct)'),
('nl', 'period', 'Periode'),
('nl', 'permissions_issue', 'Probleem met rechten'),
('nl', 'person_name', 'Naam'),
('nl', 'per_item', 'Per item'),
('nl', 'per_page', 'Per pagina'),
('nl', 'phone', 'Telefoon'),
('nl', 'phone1_label', 'Telefoon'),
('nl', 'phone2', 'Internationaal'),
('nl', 'phone2_label', 'Internationaal'),
('nl', 'phpinfo', 'PHP informatie'),
('nl', 'php_extension_missing', 'The [extension] PHP extension is not installed on your server'),
('nl', 'pickup', 'Afhalen'),
('nl', 'pickup_address', 'Ophaaladres'),
('nl', 'pickup_avail', 'Ophalen mogelijk'),
('nl', 'pickup_destinations_ids', 'Ophaalbestemmingen ids'),
('nl', 'pickup_id', 'Afhaal-ID'),
('nl', 'pickup_phone', 'Ophaaltelefoon'),
('nl', 'pickup_point_not_selected', 'Sorry, we couldn\'t determine your pickup point. Please choose a pickup point, so that we know where to deliver your order.'),
('nl', 'pickup_surcharge', 'Ophaaltoeslag'),
('nl', 'pickup_time', 'Ophaaltijd'),
('nl', 'pick_store', 'Kies een winkel'),
('nl', 'pie', 'Taart'),
('nl', 'pie_3d', 'Taart 3D'),
('nl', 'pixels', 'pixels'),
('nl', 'place_order', 'Plaats bestelling'),
('nl', 'placing_order', 'Plaatsen van de bestelling'),
('nl', 'plain', 'Plat'),
('nl', 'plano_anuncio', 'Plano de Anúncio'),
('nl', 'plans', 'Planos'),
('nl', 'platform', 'Platform'),
('nl', 'please_be_patient', 'Geduld a.u.b.'),
('nl', 'please_copy_api_key', 'Kopieer de API-sleutel nu en bewaar deze ergens. Nadat u de wijzigingen hebt opgeslagen, wordt deze sleutel hier niet meer weergegeven. Als de sleutel verloren gaat, is de enige manier om API-toegang terug te krijgen, het genereren van een nieuwe sleutel op deze pagina.'),
('nl', 'please_enable_the_add_on_to_see_barcode', 'Schakel de plug-in in om een voorbeeld code te zien.'),
('nl', 'please_enter_license_here', 'Voer het licentienummer in'),
('nl', 'please_select_one', 'Kies een optie'),
('nl', 'please_sign_in', 'S.v.p. inloggen'),
('nl', 'points', 'Punten'),
('nl', 'points_in_use', 'Punten in gebruik'),
('nl', 'points_in_use_lower', 'punten in gebruik'),
('nl', 'points_in_use_lowercase', '[n] punt in gebruik|[n] punten in gebruik'),
('nl', 'points_lower', 'punten'),
('nl', 'points_lowercase', '[n] punt|[n] punten'),
('nl', 'points_to_use', 'Punten te gebruiken'),
('nl', 'point_payment', 'Betaling met spaarpunten'),
('nl', 'point_price', 'Prijs in punten'),
('nl', 'polish', 'Pools'),
('nl', 'poll', 'Poll'),
('nl', 'polls', 'Polls'),
('nl', 'polls_answers_with_comments', 'Antwoorden met reacties'),
('nl', 'polls_first_submited', 'Eerste poll formulier ingediend'),
('nl', 'polls_have_completed', 'Deze poll is al voltooid.'),
('nl', 'polls_last_submited', 'Laatste poll formulier ingediend'),
('nl', 'polls_total_completed', 'Aantal poll formulieren volledig ingevuld'),
('nl', 'polls_total_submited', 'Totaal aantal ingediende poll formulieren'),
('nl', 'polls_total_votes', 'Totaal aantal stemmen'),
('nl', 'polls_votes', 'Stemmen'),
('nl', 'poll_footer', 'Poll footer'),
('nl', 'poll_header', 'Poll header'),
('nl', 'poll_results', 'Poll bericht'),
('nl', 'poll_results_everybody', 'iedereen (in een pop-up)'),
('nl', 'poll_results_nobody', 'niemand'),
('nl', 'poll_results_voted', 'stemmende gebruikers'),
('nl', 'poll_show_results', 'Poll resultaten zichtbaar voor'),
('nl', 'poll_statistics', 'Poll statistieken'),
('nl', 'poor', 'Slecht'),
('nl', 'popularity', 'Populariteit'),
('nl', 'popup', 'Popup'),
('nl', 'popup_larger_image', 'Popup grotere afbeelding'),
('nl', 'portugese', 'Portugees'),
('nl', 'posid', 'POS ID'),
('nl', 'position', 'Positie'),
('nl', 'positions_updated', 'Nieuwe posities opgeslagen'),
('nl', 'position_short', 'Positie'),
('nl', 'postal_mail', 'Post'),
('nl', 'postauth', 'Postauth'),
('nl', 'posted_by', 'Posted by'),
('nl', 'post_description', 'Bericht omschrijving'),
('nl', 'post_url', 'Bericht URL'),
('nl', 'powered_by', 'Mogelijk gemaakt door'),
('nl', 'po_file', 'Kies een bestand met bestandsformaat PO of ZIP'),
('nl', 'po_file_is_incorrect', 'Het po-bestand <b>\"[file]\"</b> bevat syntaxisfouten of een onjuiste structuur.'),
('nl', 'po_meta_error_validating_lang_code', 'De taalcode in het PO-bestand komt niet overeen met de bijgewerkte taal'),
('nl', 'po_number', 'PO nummer'),
('nl', 'pp_currency_is_incorrect', 'De gebruikte valuta bij de betaling verschilt met de valuta van de bestelling.'),
('nl', 'pp_mode', 'PayPal modus'),
('nl', 'pp_product_count_is_incorrect', 'Aantal betaalde items verschilt met het aantal items in de bestelling'),
('nl', 'pp_total_is_incorrect', 'Totaalbedrag verschilt met het totaal van de bestelling.'),
('nl', 'preauth', 'Preauth'),
('nl', 'preauthorization', 'Preauthorisatie'),
('nl', 'prefix', 'Voorvoegsel'),
('nl', 'preshared_key', 'Vooraf gedeelde sleutel'),
('nl', 'press_continue_to_recover_password', 'Click <b>Continue</b> to proceed with password change.'),
('nl', 'prev', 'Vorige'),
('nl', 'preview', 'Voorvertoning'),
('nl', 'previous', 'Vorige'),
('nl', 'previous_month', 'Vorige maand'),
('nl', 'previous_period', 'Vorige periode'),
('nl', 'previous_week', 'Vorige week'),
('nl', 'previous_year', 'Vorig jaar'),
('nl', 'prev_page', 'Vorige'),
('nl', 'pre_moderation', 'Producten moeten eerst gecontroleerd worden voor goedkeuring'),
('nl', 'pre_moderation_edit', 'Updates aan product goedkeuren'),
('nl', 'pre_moderation_edit_vendors', 'Updates aan het verkopersprofiel goedkeuren'),
('nl', 'price', 'Prijs'),
('nl', 'price_decreased', 'Prijs is verlaagd met'),
('nl', 'price_dec_sign_delimiter', 'Prijs decimaal scheidingsteken'),
('nl', 'price_for_all', 'Gezamelijke prijs'),
('nl', 'price_includes_tax', 'Prijs incl. btw'),
('nl', 'price_increased', 'Prijs is verhoogd met'),
('nl', 'price_in_points', 'Prijs in punten'),
('nl', 'price_in_points_decreased', 'De prijs in spaarpunten is verlaagd met'),
('nl', 'price_in_points_increased', 'De prijs in spaarpunten is verhoogd met'),
('nl', 'price_list', 'Prijslijst'),
('nl', 'price_list.text_regenerate', '<p>Als producten, categorieën of geselecteerde velden zijn toegevoegd of gewijzigd, regenereer dan een prijslijst:<br/>[buttons]</p><p>Gegenereerde prijslijsten zijn beschikbaar via deze links<br/>[links] </p>'),
('nl', 'price_list.text_select_storefront', 'Selecteer eerst een winkel om een prijslijst te genereren.'),
('nl', 'price_list_ziparchive_not_installed', 'Onmogelijk om XML-prijslijst te maken. Voeg zip ondersteuning in PHP toe op de server. Volg <a href=\"http://www.php.net/manual/en/zip.installation.php\"> http://www.php.net/manual/en/zip.installation.php</a>.'),
('nl', 'price_summary', 'Samenvatting prijs'),
('nl', 'pricing_inventory', 'Prijs / Inventaris'),
('nl', 'primary', 'Eerste'),
('nl', 'primary_currency', 'Primaire valuta'),
('nl', 'printslip_request', 'Requisições de Etiquetas'),
('nl', 'printslip_request_pending', 'Você irá receber uma notificação quando a etiqueta estiver disponível.'),
('nl', 'print_card', 'Print winkelwagen'),
('nl', 'print_credit_memo', 'Print creditnota'),
('nl', 'print_invoice', 'Printen bestelling'),
('nl', 'print_order_details', 'Print besteldetails'),
('nl', 'print_packing_slip', 'Pakbon printen'),
('nl', 'print_pdf_credit_memo', 'Print creditnota (pdf)'),
('nl', 'print_pdf_invoice', 'Print factuur (pdf)'),
('nl', 'print_pdf_order_details', 'Print ordergegevens (PDF)'),
('nl', 'print_pdf_packing_slip', 'Pakbon printen (PDF)'),
('nl', 'print_slip', 'Print bon'),
('nl', 'priority', 'Prioriteit'),
('nl', 'private', 'Prive'),
('nl', 'private_customer_settings', 'Instellingen klant'),
('nl', 'private_files', 'Privé bestanden'),
('nl', 'privilege', 'Privilege'),
('nl', 'privilege.apply_to_all', 'Apply value to all'),
('nl', 'privilege.custom_access', 'Custom access'),
('nl', 'privilege.full_access', 'Volledige toegang'),
('nl', 'privilege.no_access', 'Geen toegang'),
('nl', 'privilege.view_access', 'Kan alleen bekijken'),
('nl', 'privileges', 'Privileges'),
('nl', 'privileges.abt__ut2.settings.manage', 'Manage theme settings'),
('nl', 'privileges.abt__ut2.settings.view', 'View theme settings'),
('nl', 'privileges.ab__cb_manage_banners', 'AB: Manage banners for categories'),
('nl', 'privileges.ab__cb_view_banners', 'AB: View banners for categories'),
('nl', 'privileges.ab__dotd_manage_seodata', 'Manage promotions SEO data'),
('nl', 'privileges.ab__dotd_view_seodata', 'View promotions SEO data'),
('nl', 'privileges.ab__hpd.manage', 'Manage data'),
('nl', 'privileges.ab__hpd.view', 'View help'),
('nl', 'privileges.ab__mb_manage_data', 'Managing motivational data'),
('nl', 'privileges.ab__mb_view_data', 'Viewing motivational data'),
('nl', 'privileges.ab__stt.data.manage', 'Manage button data'),
('nl', 'privileges.ab__stt.data.view', 'View button data'),
('nl', 'privileges.ab__vg_manage_videos', 'Manage videos'),
('nl', 'privileges.ab__vg_view_videos', 'View videos'),
('nl', 'privileges.backup_restore', 'Aankunnen'),
('nl', 'privileges.change_order_status', 'Kan statussen wijzigen'),
('nl', 'privileges.create_order', 'Kan aanmaken'),
('nl', 'privileges.delete_logs', 'Kan verwijderen'),
('nl', 'privileges.delete_orders', 'Kan verwijderen'),
('nl', 'privileges.edit_blocks', 'Kan bewerken'),
('nl', 'privileges.edit_files', 'Bestanden aanpassen'),
('nl', 'privileges.edit_order', 'Can edit entire order (select other products, payment and shipping methods, customers)'),
('nl', 'privileges.exim_access', 'Aankunnen'),
('nl', 'privileges.manage_access_restrictions', 'Kan bewerken'),
('nl', 'privileges.manage_banners', 'Kan bewerken'),
('nl', 'privileges.manage_call_requests', 'Kan bewerken'),
('nl', 'privileges.manage_catalog', 'Kan bewerken'),
('nl', 'privileges.manage_cscart_uvdesk', 'Manage UVDesk'),
('nl', 'privileges.manage_currencies', 'Kan bewerken'),
('nl', 'privileges.manage_design', 'Kan bewerken'),
('nl', 'privileges.manage_discussions', 'Kan bewerken'),
('nl', 'privileges.manage_document_templates', 'Kan bewerken'),
('nl', 'privileges.manage_email_marketing', 'Kan bewerken'),
('nl', 'privileges.manage_email_templates', 'Kan bewerken'),
('nl', 'privileges.manage_gift_certificates', 'Kan bewerken'),
('nl', 'privileges.manage_languages', 'Kan bewerken'),
('nl', 'privileges.manage_locations', 'Kan bewerken'),
('nl', 'privileges.manage_newsletters', 'Kan bewerken'),
('nl', 'privileges.manage_order_statuses', 'Kan bewerken'),
('nl', 'privileges.manage_pages', 'Pagina\'s  beheren'),
('nl', 'privileges.manage_payments', 'Kan bewerken'),
('nl', 'privileges.manage_payouts', 'Kan bewerken'),
('nl', 'privileges.manage_product_premoderation', 'Aankunnen'),
('nl', 'privileges.manage_product_reviews', 'Can edit'),
('nl', 'privileges.manage_promotions', 'Kan bewerken'),
('nl', 'privileges.manage_providers', 'Kan bewerken'),
('nl', 'privileges.manage_reports', 'Kan bewerken'),
('nl', 'privileges.manage_reward_points', 'Kan bewerken'),
('nl', 'privileges.manage_rma', 'Kan bewerken'),
('nl', 'privileges.manage_seo_rules', 'Kan bewerken'),
('nl', 'privileges.manage_shipping', 'Kan bewerken'),
('nl', 'privileges.manage_sitemap', 'Kan bewerken'),
('nl', 'privileges.manage_static_data', 'Kan bewerken'),
('nl', 'privileges.manage_storage', 'Aankunnen'),
('nl', 'privileges.manage_stores', 'Winkels beheren'),
('nl', 'privileges.manage_store_locator', 'Kan bewerken'),
('nl', 'privileges.manage_suppliers', 'Kan bewerken'),
('nl', 'privileges.manage_taxes', 'Kan bewerken'),
('nl', 'privileges.manage_themes', 'Kan bewerken'),
('nl', 'privileges.manage_translation', 'Kan bewerken'),
('nl', 'privileges.manage_usergroups', 'Kan bewerken'),
('nl', 'privileges.manage_users', 'Kan bewerken'),
('nl', 'privileges.manage_vendors', 'Kan bewerken'),
('nl', 'privileges.manage_vendor_communication', 'Kan bewerken'),
('nl', 'privileges.manage_vendor_plans', 'Kan bewerken'),
('nl', 'privileges.update_settings', 'Kan bewerken'),
('nl', 'privileges.upgrade_store', 'Kan upgraden');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('nl', 'privileges.view_banners', 'Kan bekijken'),
('nl', 'privileges.view_call_requests', 'Kan bekijken'),
('nl', 'privileges.view_catalog', 'Kan bekijken'),
('nl', 'privileges.view_cscart_uvdesk', 'View UVDesk'),
('nl', 'privileges.view_currencies', 'Kan bekijken'),
('nl', 'privileges.view_discussions', 'Kan bekijken'),
('nl', 'privileges.view_email_marketing', 'Kan bekijken'),
('nl', 'privileges.view_file_changes', 'Kan bekijken'),
('nl', 'privileges.view_languages', 'Kan bekijken'),
('nl', 'privileges.view_locations', 'Kan bekijken'),
('nl', 'privileges.view_logs', 'Kan bekijken'),
('nl', 'privileges.view_newsletters', 'Kan bekijken'),
('nl', 'privileges.view_orders', 'Kan bekijken'),
('nl', 'privileges.view_pages', 'Kan bekijken'),
('nl', 'privileges.view_payments', 'Kan bekijken'),
('nl', 'privileges.view_payouts', 'Kan bekijken'),
('nl', 'privileges.view_product_reviews', 'Can view'),
('nl', 'privileges.view_providers', 'Kan bekijken'),
('nl', 'privileges.view_reports', 'Kan bekijken'),
('nl', 'privileges.view_seo_rules', 'Kan bekijken'),
('nl', 'privileges.view_settings', 'Kan bekijken'),
('nl', 'privileges.view_shipping', 'Kan bekijken'),
('nl', 'privileges.view_static_data', 'Kan bekijken'),
('nl', 'privileges.view_stores', 'Winkels bekijken'),
('nl', 'privileges.view_store_locator', 'Kan bekijken'),
('nl', 'privileges.view_taxes', 'Kan bekijken'),
('nl', 'privileges.view_usergroups', 'Kan bekijken'),
('nl', 'privileges.view_users', 'Kan bekijken'),
('nl', 'privileges.view_vendors', 'Kan bekijken'),
('nl', 'privileges.view_vendor_communication', 'Kan bekijken'),
('nl', 'privileges.view_vendor_plans', 'Kan bekijken'),
('nl', 'privilege_groups.ab__addons_manager', 'AB: Add-ons Manager'),
('nl', 'privilege_groups.ab__category_banners', 'AB: Banners for categories'),
('nl', 'privilege_groups.ab__deal_of_the_day', 'AB: Product of the day and extended promotions'),
('nl', 'privilege_groups.ab__fast_navigation', 'AB: Fast navigation'),
('nl', 'privilege_groups.ab__hide_product_description', 'AB: Hide the part of the content up to a certain height'),
('nl', 'privilege_groups.ab__landing_categories', 'AB: Landing categories/pages'),
('nl', 'privilege_groups.ab__motivation_block', 'AB: Motivation block'),
('nl', 'privilege_groups.ab__scroll_to_top', 'AB: \"Scroll to top\" button'),
('nl', 'privilege_groups.ab__video_gallery', 'AB: Video gallery of the product'),
('nl', 'privilege_groups.access_restrictions', 'Toegangsbeperkingen'),
('nl', 'privilege_groups.backup_restore', 'Back-up/Herstel'),
('nl', 'privilege_groups.banners', 'Banners'),
('nl', 'privilege_groups.blocks', 'Blokken'),
('nl', 'privilege_groups.blog_and_pages', 'Blog & Pages'),
('nl', 'privilege_groups.call_requests', 'Call requests'),
('nl', 'privilege_groups.currencies', 'Valuta'),
('nl', 'privilege_groups.design', 'Ontwerp'),
('nl', 'privilege_groups.discussions', 'Opmerkingen en beoordelingen'),
('nl', 'privilege_groups.documents', 'Documenten'),
('nl', 'privilege_groups.edit_on_site', 'Edit content on-site'),
('nl', 'privilege_groups.email_marketing', 'E-mailmarketing'),
('nl', 'privilege_groups.email_templates', 'Email templates'),
('nl', 'privilege_groups.exim', 'Importeer en exporteer gegevens'),
('nl', 'privilege_groups.files', 'Bestanden'),
('nl', 'privilege_groups.file_changes', 'File changes detector'),
('nl', 'privilege_groups.gift_certificates', 'Cadeaubonnen'),
('nl', 'privilege_groups.languages', 'Talen'),
('nl', 'privilege_groups.locations', 'Rate areas'),
('nl', 'privilege_groups.logs', 'Logs'),
('nl', 'privilege_groups.newsletters', 'Nieuwsbrieven'),
('nl', 'privilege_groups.orders', 'Bestellingen'),
('nl', 'privilege_groups.order_statuses', 'Bestelstatussen'),
('nl', 'privilege_groups.other', 'Other'),
('nl', 'privilege_groups.payments', 'Payment methods'),
('nl', 'privilege_groups.products', 'Categories, Products, Features, Filters, Options'),
('nl', 'privilege_groups.product_premoderation', 'Product goedkeuring'),
('nl', 'privilege_groups.product_reviews', 'Product reviews'),
('nl', 'privilege_groups.promotions', 'Promotions'),
('nl', 'privilege_groups.reward_points', 'Spaarpunten'),
('nl', 'privilege_groups.rma', 'Retour merchandise autorisatie (RMA)'),
('nl', 'privilege_groups.sales_reports', 'Sales reports'),
('nl', 'privilege_groups.seo', 'SEO'),
('nl', 'privilege_groups.settings', 'Instellingen'),
('nl', 'privilege_groups.shipping', 'Shipping methods'),
('nl', 'privilege_groups.sitemap', 'Sitemap'),
('nl', 'privilege_groups.social_login', 'Sociale login'),
('nl', 'privilege_groups.static_data', 'Statische gegevens'),
('nl', 'privilege_groups.storage', 'Storage'),
('nl', 'privilege_groups.stores', 'Storefronts'),
('nl', 'privilege_groups.store_locator', 'Winkelzoeker'),
('nl', 'privilege_groups.suppliers', 'Leveranciers'),
('nl', 'privilege_groups.taxes', 'Belastingen'),
('nl', 'privilege_groups.themes', 'Thema\'s'),
('nl', 'privilege_groups.upgrade_center', 'Upgrade centrum'),
('nl', 'privilege_groups.users', 'Gebruikers'),
('nl', 'privilege_groups.user_groups', 'Gebruikersgroepen'),
('nl', 'privilege_groups.vendors', 'Winkels'),
('nl', 'privilege_groups.vendor_communication', 'Message center: Customer to Vendor'),
('nl', 'privilege_groups.vendor_payouts', 'Rekening'),
('nl', 'privilege_groups.vendor_plans', 'Vendor plans'),
('nl', 'privilege_sections.ab__addons', 'AB: Add-ons'),
('nl', 'privilege_sections.addons', 'Add-on rechten'),
('nl', 'privilege_sections.administration', 'Beheerrechten'),
('nl', 'privilege_sections.cart', 'Winkelwagen'),
('nl', 'privilege_sections.catalog', 'Catalogus'),
('nl', 'privilege_sections.cms', 'CMS'),
('nl', 'privilege_sections.design', 'Ontwerprechten'),
('nl', 'privilege_sections.marketing', 'Marketingrechten'),
('nl', 'privilege_sections.orders', 'Bestelrechten'),
('nl', 'privilege_sections.products', 'Productrechten'),
('nl', 'privilege_sections.settings', 'Instellingen rechten'),
('nl', 'privilege_sections.users', 'Klantrechten'),
('nl', 'privilege_sections.vendors', 'Winkelrechten'),
('nl', 'privilege_sections.website', 'Websiterechten'),
('nl', 'proceed', 'Verder gaan'),
('nl', 'proceed_to_checkout', 'Afrekenen'),
('nl', 'proceed_to_the_next_step', 'Naar de volgende stap'),
('nl', 'processed', 'Verwerkt'),
('nl', 'processing', 'Verwerken'),
('nl', 'processing_order', 'Verwerken bestelling'),
('nl', 'processor', 'Verwerkingseenheid'),
('nl', 'processor_description_cardsave', 'Merchant accounts aangeboden door Cardsave, <a href=\"http://www.cardsave.net\">www.cardsave.net</a><br/><br/>Email: <a href=\'mailto:ecomm@cardsave.net\'>ecomm@cardsave.net</a>'),
('nl', 'processor_description_p21', '<b>P21 Simple API</b> kunt u om check-betalingen te accepteren. Het biedt de industrie het meest uitgebreide pakket van het check-creatie en clearing-oplossingen. Met Check 21, zult u uw geld ontvangen binnen dezelfde dag per cheque of directe storting. <br/> <br/>Om Check-21 te activeren neemt u contact met ons op via e-mail: <a href=\"mailto:support@payment21.com\"> support@payment21.com</a> of telefonisch via: 1-888-770-0850 (Amerikaanse Toll gratis) of 0041-71-740-1629 (Internationaal). <br/> <br/><a href=\"http://www.payment21.com\" target=\"_blank\"> www.payment21.com</a>'),
('nl', 'processor_id', 'Processor ID'),
('nl', 'process_selected', 'Proces geselecteerd'),
('nl', 'product', 'Product'),
('nl', 'products2', 'Producten2'),
('nl', 'products_added_to_cart', 'De producten zijn toegevoegd aan uw winkelwagen'),
('nl', 'products_adopted', '[n] product had a new main category assigned to it.|[n] products had a new main category assigned to them.'),
('nl', 'products_amount', 'Product aantallen'),
('nl', 'products_approval_status_approved', 'Bedankt voor het plaatsen van de nieuwe producten.  De volgende producten zijn goedgekeurd door de beheerder en toegevoegd aan de catalogus'),
('nl', 'products_approval_status_changed', 'Uw product(en) hebben de status [status]'),
('nl', 'products_approval_status_disapproved', 'Bedankt voor het plaatsen van de nieuwe producten.  De volgende producten zijn niet goedgekeurd door de beheerder'),
('nl', 'products_bar', 'Producten balk'),
('nl', 'products_cost', 'Productkosten'),
('nl', 'products_deprecated', 'Producten (verouderd)'),
('nl', 'products_for_shipment_not_selected', 'Producten voor verzending zijn niet geselecteerd'),
('nl', 'products_found', 'Producten gevonden'),
('nl', 'products_grid', 'Productrooster'),
('nl', 'products_in', 'Producten in'),
('nl', 'products_information', 'Productinformatie'),
('nl', 'products_in_cart', 'Producten in winkelwagen'),
('nl', 'products_links_type', 'Producten links type'),
('nl', 'products_menu_description', 'Producten in uw webwinkel beheren'),
('nl', 'products_moved_to_trash', '[count] producten zijn verplaatst naar <a href=\'[url]\' target=\'_blank\'>Prullenbak categorie</a>'),
('nl', 'products_number_added_to_cart', '<b>[number]</b> products were added to your cart'),
('nl', 'products_required', 'Voeg product(en) toe'),
('nl', 'products_stat', 'Productstatistieken'),
('nl', 'products_weight', 'Productgewicht'),
('nl', 'products_were_sent', 'De producten zijn naar u verzonden. De bestel informatie vindt u hieronder'),
('nl', 'product_added_to_cart', 'Het product is toegevoegd aan uw winkelwagen'),
('nl', 'product_added_to_cl', 'Het product is toegevoegd aan de vergelijking'),
('nl', 'product_added_to_wl', 'Het product is toegevoegd aan uw verlanglijst'),
('nl', 'product_approval', 'Product goedkeuring'),
('nl', 'product_approval_menu_description', 'Afzonderlijke producten of groepen producten die zijn geleverd door de leveranciers beheren.'),
('nl', 'product_approval_status_approved', 'Uw product [product] is goedgekeurd door de beheerder en toegevoegd aan de catalogus. Klanten kunnen dit product nu bestellen via de webwinkel.'),
('nl', 'product_approval_status_disapproved', 'Uw product [product] is niet goedgekeurd door de beheerder'),
('nl', 'product_cannot_be_added', 'Het product kan niet toegevoegd worden. Controleer of alle geüploade bestanden de juiste condities hebben'),
('nl', 'product_code', 'Productcode'),
('nl', 'product_columns', 'Productkolommen'),
('nl', 'product_combinations', 'Product combinaties'),
('nl', 'product_coming_soon', 'Dit product kan nu niet aan de winkelwagen worden toegevoegd. Het product is beschikbaar op [avail_date]'),
('nl', 'product_coming_soon_add', 'Dit product is beschikbaar vanaf [avail_date]'),
('nl', 'product_comparison_list', 'Vergelijking'),
('nl', 'product_details', 'Product detailpagina'),
('nl', 'product_details_tabs', 'Tabs'),
('nl', 'product_details_view', 'Productgegevens bekijken'),
('nl', 'product_disabled_options', 'Het product <strong>[product]</strong> heeft opties of varianten die niet meer beschikbaar zijn, waardoor het werd verwijderd uit de winkelwagen'),
('nl', 'product_feature.feature_style', 'Feature style'),
('nl', 'product_feature.feature_style.brand', 'Merk'),
('nl', 'product_feature.feature_style.checkbox', 'Checkbox'),
('nl', 'product_feature.feature_style.color', 'Kleur'),
('nl', 'product_feature.feature_style.dropdown', 'Drop-down list'),
('nl', 'product_feature.feature_style.dropdown_images', 'Afbeeldingen'),
('nl', 'product_feature.feature_style.dropdown_labels', 'Text labels'),
('nl', 'product_feature.feature_style.multiple_checkbox', 'Multiple checkboxes'),
('nl', 'product_feature.feature_style.number', 'Nummer'),
('nl', 'product_feature.feature_style.text', 'Text or number'),
('nl', 'product_feature.filter_style', 'Filter type'),
('nl', 'product_feature.filter_style.checkbox', 'Checkbox'),
('nl', 'product_feature.filter_style.color', 'Kleur'),
('nl', 'product_feature.filter_style.date', 'Date selector'),
('nl', 'product_feature.filter_style.slider', 'Number slider'),
('nl', 'product_feature.purpose', 'Purpose'),
('nl', 'product_feature.purpose.describe_product', 'Additional information'),
('nl', 'product_feature.purpose.describe_product.description', 'For cases when you just need to show some information on a product page. There are no filters for this kind of features.'),
('nl', 'product_feature.purpose.find_products', 'Product search via filters'),
('nl', 'product_feature.purpose.find_products.description', 'For a feature that just allows you to specify an additional property of a product (for example, \"Fabric\" for T-shirts). If you create a filter by that feature, customers will see that such a property exists, and will be able to search products by it.'),
('nl', 'product_feature.purpose.group_catalog_item', 'Variations as separate products'),
('nl', 'product_feature.purpose.group_catalog_item.description', 'For cases when a few similar products differ visibly by a feature, and have different names (for example, multiple \"Color\" variants of a T-shirt). These products will appear as separate positions in the catalog. Customers will also be able to select the desired feature value on the product page. To achieve this, <b>set up variations for products with this feature</b>.'),
('nl', 'product_feature.purpose.group_variation_catalog_item', 'Variations as one product'),
('nl', 'product_feature.purpose.group_variation_catalog_item.description', 'For cases when a few similar products differ by a feature, but have the same name and similar appearance (for example, multiple \"Size\" variants of a T-shirt). These products will occupy a single position in the catalog. Customers will be able to select the desired feature value on the product page. To achieve this, <b>set up variations for products with this feature</b>.'),
('nl', 'product_feature.purpose.organize_catalog', 'Brand, author, etc.'),
('nl', 'product_feature.purpose.organize_catalog.description', 'For features like \"Brand\" or \"Manufacturer\" (for most products), \"Performer\" or \"Label\" (for music), \"Author\" or \"Publisher\" (for books), and so on. Every variant of this feature gets its own page with an image, description, and the list of products.'),
('nl', 'product_feature_cannot_assigned', 'De eigenschap \"[feature_name]\" kan niet worden toegepast op het product \"[product_name]\"'),
('nl', 'product_fields', 'Product velden'),
('nl', 'product_groups', 'Productgroepen'),
('nl', 'product_id', 'Product ID'),
('nl', 'product_images', 'Product afbeeldingen'),
('nl', 'product_info', 'Productinformatie'),
('nl', 'product_inventory', 'Product inventaris'),
('nl', 'product_in_cart', 'Dit product is al aanwezig in de winkelwagen'),
('nl', 'product_in_comparison_list', 'Het product is al aanwezig in de vergelijking'),
('nl', 'product_in_wishlist', 'Dit product is reeds aanwezig in de verlanglijst'),
('nl', 'product_must_have_owner_category', 'Product moet tot een categorie behoren, aangemaakt door de bedrijfseigenaar.'),
('nl', 'product_name', 'Productnaam'),
('nl', 'product_name_added_to_cart', '<b>[product]</b> was added to your cart'),
('nl', 'product_need_age_verification', 'U moet uw leeftijd controleren om dit product te bekijken.'),
('nl', 'product_notification_subscribed', 'U krijgt een melding zodra het product op voorraad is'),
('nl', 'product_notification_subscription_error', 'Helaas kan je niet ingeschreven worden om notificaties te ontvangen over de product voorraad'),
('nl', 'product_notification_unsubscribed', 'U ontvangt geen melding meer wanneer het product op voorraad is'),
('nl', 'product_options', 'Productopties'),
('nl', 'product_options_forbidden_combination', 'U heeft bij product <strong>[product]</strong> een verkeerde combinatie gemaakt in de opties. Het product is uit de winkelwagen verwijderd.'),
('nl', 'product_option_delimiter', 'Optie scheidingsteken'),
('nl', 'product_reviews.add_images', 'Add a photo'),
('nl', 'product_reviews.add_new_review', 'reviews: new review'),
('nl', 'product_reviews.add_reply', 'Add reply'),
('nl', 'product_reviews.admin_reply', 'Administrator reply'),
('nl', 'product_reviews.advantages', 'Advantages'),
('nl', 'product_reviews.agreement_text_full_add_new_review', '<p>Your name will appear next to your review or comment, visible to everyone. We ([company]) also save your IP address as a security precaution, but in can only be viewed by our staff. It will remain in our system until you withdraw your consent. If you’d like to have your personal data removed, send an email to [email].</p> <p>If you believe that your personal data has been misused, you have the right to lodge a complaint with a supervisory authority. We’re obliged by EU General Data Protection Regulation to let you know about this right; we don’t actually intend to misuse your data.</p>'),
('nl', 'product_reviews.agreement_text_short_add_new_review', 'I agree to have my personal data <u>processed as follows.</u>'),
('nl', 'product_reviews.and', 'and'),
('nl', 'product_reviews.approve', 'Approve'),
('nl', 'product_reviews.approved', 'Approved'),
('nl', 'product_reviews.average', 'Average'),
('nl', 'product_reviews.click_to_see_reviews', 'Click to see the reviews'),
('nl', 'product_reviews.comment', 'Comment'),
('nl', 'product_reviews.comments', 'Comments'),
('nl', 'product_reviews.comments_and_reviews', 'Comments and reviews'),
('nl', 'product_reviews.comment_by', 'Comment by'),
('nl', 'product_reviews.company_reply', '[company_name] reply'),
('nl', 'product_reviews.copy_old_reviews_notice', '<h4 class=\"subheader hand\" data-toggle=\"collapse\" data-target=\"#collapsable_addon_product_reviews_notice\">Copy reviews from the \"Comments and reviews\" add-on<span class=\"icon-caret-down\"></span></h4><div id=\"collapsable_addon_product_reviews_notice\" class=\"in collapse\" style=\"height: auto;\"><ol><li>Only reviews that have both a score and a user\'s comment will be copied. Go to your products and check the \\“Reviews\" setting on the \"Add-ons\" tab. You might have to allow communication and rating first.</li><li>A review without a score or without a comment will not be copied. To transfer it, you must first manually add the missing score or comment by editing the review.</li><li>While the old \"Comments and reviews\" add-on is installed, the reviews won\'t be removed from there. That way, you can choose to move to \"Product reviews\" whenever all your reviews are ready.</li><li>If you ever need to copy the reviews from the old add-on again in the future, just uninstall and reinstall the \"Product reviews\" add-on. This will remove all its reviews from the database, and you\'ll be able to import the reviews from the \"Comments and reviews\" add-on again.</li></ol><a class=\"cm-post btn btn-primary\" href=\"[url]\">Copy product reviews</a></div>'),
('nl', 'product_reviews.copy_old_reviews_warning', 'You have product reviews in the old \"Comments and reviews\" add-on. While that add-on is installed, you\'ll be able copy those reviews to the new \"Product reviews\" add-on <a class=\"cm-post\" href=\"[url]\">in its settings</a>.'),
('nl', 'product_reviews.customer_photos', 'Customer photos'),
('nl', 'product_reviews.date', 'Date'),
('nl', 'product_reviews.disabled', 'Disabled'),
('nl', 'product_reviews.disadvantages', 'Disadvantages'),
('nl', 'product_reviews.disapprove', 'Disapprove'),
('nl', 'product_reviews.error_already_posted', 'You have posted in this review already'),
('nl', 'product_reviews.event.new_post', 'New review posted'),
('nl', 'product_reviews.event.new_post.message', 'A new review has been posted for product [product]. Click this notification to see the review.'),
('nl', 'product_reviews.event.new_post.title', 'New review posted for a product'),
('nl', 'product_reviews.event.new_reply', 'New reply was added to review'),
('nl', 'product_reviews.excellent', 'Excellent!'),
('nl', 'product_reviews.fair', 'Fair'),
('nl', 'product_reviews.first_and_last_name', 'First and last name'),
('nl', 'product_reviews.five_star_icon', '★★★★★'),
('nl', 'product_reviews.four_star_icon', '★★★★'),
('nl', 'product_reviews.gdpr_reviews_data', 'Personal data from reviews'),
('nl', 'product_reviews.helpfulness', 'Helpfulness'),
('nl', 'product_reviews.hide_name', 'Hide my name in the review'),
('nl', 'product_reviews.latest_reviews', 'Latest reviews'),
('nl', 'product_reviews.manager', 'Comments and reviews'),
('nl', 'product_reviews.max_number_image_message', 'A review can have up to [max_image_number] images.'),
('nl', 'product_reviews.menu_title', 'Reviews'),
('nl', 'product_reviews.menu_title_menu_description', 'Customer reviews on products'),
('nl', 'product_reviews.moderation_rules', 'Before submitting a review, make sure that it does not violate the moderation rules: it does not contain links to third-party resources and insults.'),
('nl', 'product_reviews.not_approved', 'Not approved'),
('nl', 'product_reviews.no_reviews_found', 'No reviews found'),
('nl', 'product_reviews.n_reviews', 'review|reviews'),
('nl', 'product_reviews.n_stars', '[n] star|[n] stars'),
('nl', 'product_reviews.one_star_icon', '★'),
('nl', 'product_reviews.out_of_five', 'out of 5'),
('nl', 'product_reviews.please_log_in_to_write_a_review', 'Please sign in to write a review'),
('nl', 'product_reviews.poor', 'Poor'),
('nl', 'product_reviews.product_details', 'Product details'),
('nl', 'product_reviews.product_is_rated_n_out_of_five_stars', 'The product is rated [n] out of 5 stars'),
('nl', 'product_reviews.product_reviews', 'Product reviews'),
('nl', 'product_reviews.rating', 'Rating'),
('nl', 'product_reviews.rating_4_and_up', 'Rating 4+'),
('nl', 'product_reviews.reply', 'Reply'),
('nl', 'product_reviews.review', 'Review'),
('nl', 'product_reviews.reviews', 'Reviews: [n]'),
('nl', 'product_reviews.reviews_lower', 'reviews'),
('nl', 'product_reviews.review_status', 'Review status'),
('nl', 'product_reviews.review_this_product', 'Review this product'),
('nl', 'product_reviews.review_this_product_description', 'Share your thoughts with other customers'),
('nl', 'product_reviews.scroll_to_reviews', 'Scroll to reviews'),
('nl', 'product_reviews.scroll_to_review_images', 'Scroll to review images'),
('nl', 'product_reviews.show_n_reviews', 'Show [n] review|Show [n] reviews'),
('nl', 'product_reviews.show_rating', 'Show review rating'),
('nl', 'product_reviews.show_review', 'Show review'),
('nl', 'product_reviews.show_reviews', 'Show reviews'),
('nl', 'product_reviews.show_review_images', 'Show review images'),
('nl', 'product_reviews.star', 'star'),
('nl', 'product_reviews.stars', 'stars'),
('nl', 'product_reviews.submit_review', 'Submit review'),
('nl', 'product_reviews.terms_and_conditions_content', '<p>Please read these Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before using the <a href=\"http://www.mywebsite.com\">http://www.mywebsite.com</a> website and the My Mobile App mobile application (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").</p><p><strong>By accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong></p><p><strong>Purchases</strong></p><p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase including, without limitation, your ...</p><p><strong>Content</strong></p><p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\"). You are responsible for the ...</p><p><strong>Changes</strong></p><p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.</p><p><strong>Contact Us</strong></p><p>If you have any questions about these Terms, please contact us.</p>'),
('nl', 'product_reviews.terms_n_conditions', 'Select this check box to accept the [terms_href]'),
('nl', 'product_reviews.terms_n_conditions_name', 'Terms and Conditions'),
('nl', 'product_reviews.text_approval_notice', 'This review needs approving'),
('nl', 'product_reviews.text_new_post_notification', 'This is a notification of a new post to product'),
('nl', 'product_reviews.text_new_reply_notification', 'This is a notification of a new reply to your product review'),
('nl', 'product_reviews.text_review_pended', 'Your review will be checked before it gets published.'),
('nl', 'product_reviews.text_thank_you_for_post', 'Thank you for your post'),
('nl', 'product_reviews.text_thank_you_for_review', 'Thank you for your review'),
('nl', 'product_reviews.three_star_icon', '★★★'),
('nl', 'product_reviews.title', 'Reviews'),
('nl', 'product_reviews.title_giftreg', 'Guestbook'),
('nl', 'product_reviews.two_star_icon', '★★'),
('nl', 'product_reviews.type_message', 'Type a message...'),
('nl', 'product_reviews.update_reply', 'Update reply'),
('nl', 'product_reviews.uploader_drop_zone_description', 'Drop images here'),
('nl', 'product_reviews.uploader_drop_zone_info', 'Photo up to [max_size]'),
('nl', 'product_reviews.use_for_reviews', 'Comments and reviews forms'),
('nl', 'product_reviews.vendor', 'Vendor'),
('nl', 'product_reviews.vendor_reply', 'Vendor reply'),
('nl', 'product_reviews.verified_purchase', 'Verified purchase'),
('nl', 'product_reviews.very_good', 'Very Good'),
('nl', 'product_reviews.vote_down', 'Vote down'),
('nl', 'product_reviews.vote_up', 'Vote up'),
('nl', 'product_reviews.without_photo', 'Without photo'),
('nl', 'product_reviews.with_photo', 'With photo'),
('nl', 'product_reviews.write_review', 'Write a review'),
('nl', 'product_reviews.write_review_anonymously', 'Write your review anonymously'),
('nl', 'product_reviews.write_your_review', 'Write your review'),
('nl', 'product_reviews.your_rating', 'Your rating'),
('nl', 'product_reviews.you_have_to_buy_product_before_writing_review', 'You can\'t write a review for this product. Customers can write reviews only for the products they bought. If you actually bought this product from us, but are still seeing this message, please contact us.'),
('nl', 'product_s', 'Product(en)'),
('nl', 'product_state_description.mve', '<p>U hebt uw [product] geactiveerd. Je kunt het nu zonder tijdsbeperkingen gebruiken. Voor geavanceerde functies (zoals afzonderlijk afrekenen voor elke leverancier en door de leverancier gemaakte promoties), krijgt u de <a href=\" [mve_plus_license_url]\" target=\"_blank\">[product] Plus-licentie.</a> Om meerdere domeinen te gebruiken koop voor uw marktplaats de <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate licentie. </a></p><br>'),
('nl', 'product_state_description.mve.new', '<p>Volledige onbeperkte toegang tot alle functies. Voer een geldig licentienummer in om te activeren.</p><p>Deze modus kan op elk moment worden geactiveerd.</p><br />'),
('nl', 'product_state_description.mve.plus', '<p>Toegang tot alle functionaliteit, behalve meerdere storefronts. Als u domeinen voor specifieke doelgroepen wilt hebben, krijgt u de <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate licentie.</a></p><br />'),
('nl', 'product_state_description.mve.ru', '<p>U hebt uw [product] geactiveerd. Je kunt het nu zonder tijdsbeperkingen gebruiken. Voor geavanceerde functies (zoals afzonderlijk afrekenen voor elke leverancier en door de leverancier gemaakte promoties), krijgt u de <a href=\" [mve_plus_license_url]\" target=\"_blank\">[product] Plus-licentie.</a> Om meerdere domeinen te gebruiken koop voor uw marktplaats de <a href=“[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate licentie. </a></p><br>'),
('nl', 'product_state_description.mve.ru.new', '<p>Volledige onbeperkte toegang tot alle functies. Voer een geldig licentienummer in om te activeren.</p><p>Deze modus kan op elk moment worden geactiveerd.</p> <br />'),
('nl', 'product_state_description.mve.ru.plus', '<p>Toegang tot alle functionaliteit, behalve meerdere storefronts. Als u domeinen voor specifieke doelgroepen wilt hebben, krijgt u de <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate licentie.</a></p><br />'),
('nl', 'product_state_description.mve.ru.ultimate', '<p>Volledige onbeperkte toegang tot alle functies. Voer een geldig licentienummer in om te activeren.</p><p> Deze modus kan op elk moment worden geactiveerd.</p><br />'),
('nl', 'product_state_description.mve.ultimate', '<p>Volledige onbeperkte toegang tot alle functies. Voer een geldig licentienummer in om te activeren.</p><p> Deze modus kan op elk moment worden geactiveerd.</p><br />'),
('nl', 'product_state_description.ult', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('nl', 'product_state_description.ult.b2b', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('nl', 'product_state_description.ult.b2b.new', '<p>You can use one of these licenses: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> or <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Both licenses allow you to use [product] without time restrictions.</p><br>'),
('nl', 'product_state_description.ult.b2b.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('nl', 'product_state_description.ult.new', '<p>You can use one of these licenses: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> or <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Both licenses allow you to use [product] without time restrictions.</p><br>'),
('nl', 'product_state_description.ult.ru', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('nl', 'product_state_description.ult.ru.new', '<p>You can use one of these licenses: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> or <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Both licenses allow you to use [product] without time restrictions.</p><br>'),
('nl', 'product_state_description.ult.ru.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('nl', 'product_state_description.ult.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('nl', 'product_subscriptions', 'Product inschrijvingen'),
('nl', 'product_summary', 'Product samenvatting'),
('nl', 'product_tabs', 'Product tabbladen'),
('nl', 'product_type', 'Productsoort'),
('nl', 'product_url', 'Product Url'),
('nl', 'product_variations.add_variations', 'Voeg variaties toe'),
('nl', 'product_variations.add_variations_description', 'Allow customers to switch between similar products by selecting the desired value of their common features.'),
('nl', 'product_variations.belongs_to_catalog_item', 'Belongs to catalog item:'),
('nl', 'product_variations.cant_edit_feature_categories', 'Couldn\'t assign feature to categories or a feature group. Some variations use this feature and aren\'t in the categories you tried to assign. Please delete <a href=\"[href]\">these products</a>, or disband their variation groups, or assign them to the same categories as feature or feature group, and try again.'),
('nl', 'product_variations.converter.features.list.hint', 'Below you\'ll find the list of features and feature variants that will be created during the conversion.'),
('nl', 'product_variations.converter.features.list.title', 'Features and feature variants'),
('nl', 'product_variations.converter.features.merge', 'Merge selected'),
('nl', 'product_variations.converter.features.unmerge', 'Split'),
('nl', 'product_variations.converter.progress.combinations.error', 'Couldn\'t convert option combination \"[combination]\" of product \"[product]\"'),
('nl', 'product_variations.converter.progress.combinations.title', 'Converting option combinations'),
('nl', 'product_variations.converter.progress.configurable_products.error', 'Couldn\'t convert product \"[product]\"'),
('nl', 'product_variations.converter.progress.configurable_products.title', 'Converting configurable products'),
('nl', 'product_variations.converter.progress.errors', 'Fouten'),
('nl', 'product_variations.converter.progress.features.error', 'Couldn\'t create feature \"[feature]\"'),
('nl', 'product_variations.converter.progress.features.title', 'Creating features'),
('nl', 'product_variations.converter.progress.products_with_combinations.error', 'Couldn\'t convert product \"[product]\"'),
('nl', 'product_variations.converter.progress.products_with_combinations.error_with_reason', 'Couldn\'t convert product \"[product]\". Reason: [error]'),
('nl', 'product_variations.converter.progress.products_with_combinations.no_available_combinations', 'Product doesn\'t have any option combinations.'),
('nl', 'product_variations.converter.progress.products_with_combinations.only_one_combination', 'A product with only one available option combination can\'t be converted to a variation. It will work properly even without conversion.'),
('nl', 'product_variations.converter.progress.products_with_combinations.title', 'Converting products with option combinations'),
('nl', 'product_variations.converter.progress.result.combinations_count', 'Number of converted option combinations:'),
('nl', 'product_variations.converter.progress.result.configurable_products_count', 'Number of converted configurable products:'),
('nl', 'product_variations.converter.progress.result.go_on_products', 'Ga naar producten'),
('nl', 'product_variations.converter.progress.result.products_with_combinations_count', 'Number of converted products with option combinations:'),
('nl', 'product_variations.converter.progress.result.title', 'Conversion results'),
('nl', 'product_variations.converter.progress.result.variations_count', 'Number of converted variations:'),
('nl', 'product_variations.converter.progress.variations.error', 'Couldn\'t convert product \"[product]\"'),
('nl', 'product_variations.converter.progress.variations.title', 'Variaties omzetten'),
('nl', 'product_variations.converter.progress.wait_another_process', 'Please wait while another process will be complete'),
('nl', 'product_variations.converter.result.problems_encountered', 'Some of the products couldn\'t be converted. This is not a standard situation and wasn\'t supposed to happen. There are several ways to address it:<ul><li>Check the products that couldn\'t be converted and configure them manually.</li><li>Contact our technical support via Help Desk, and we\'ll see why products weren\'t converted and what can be done about it.</li></ul>'),
('nl', 'product_variations.converter.view.combinations_count', 'Number of option combinations found:'),
('nl', 'product_variations.converter.view.configurable_products_count', 'Number of configurable products found:'),
('nl', 'product_variations.converter.view.no_data', 'No data for conversion found: it appears that your store doesn\'t have option combinations or product variations.'),
('nl', 'product_variations.converter.view.products_with_combinations_count', 'Number of products with option combinations found:'),
('nl', 'product_variations.converter.view.title', 'Converting products into variations'),
('nl', 'product_variations.converter.view.variations_count', 'Number of product variations found:'),
('nl', 'product_variations.create_new', 'Maak nieuwe producten'),
('nl', 'product_variations.delete', 'Disband group'),
('nl', 'product_variations.delete_product', 'Verwijder product'),
('nl', 'product_variations.edit_features', 'Functies bewerken'),
('nl', 'product_variations.error.cannot_mark_main_product_child_product', 'Product #[product_id] in group \"[group_code]\" isn\'t a variation, so it can\'t become default for a catalog item'),
('nl', 'product_variations.error.features_is_empty', 'Kenmerken konden niet gevonden worden'),
('nl', 'product_variations.error.feature_combination_is_invalid_for_product', 'Wrong combination of features for product #[product_id] \"[product]\"'),
('nl', 'product_variations.error.generate_combinations_is_empty', 'Couldn\'t generate variations. Please specify the values of features to generate variations.'),
('nl', 'product_variations.error.generate_products_is_empty', 'No new products were created'),
('nl', 'product_variations.error.group_code_is_duplicate', 'The specified variation group code is already in use'),
('nl', 'product_variations.error.group_code_is_invalid', 'Couldn\'t set this code for variation group. A group code can contain only digits, Latin characters, and the following signs: \"-\" and \"_\"'),
('nl', 'product_variations.error.group_code_is_required', 'Variation group code must be specified'),
('nl', 'product_variations.error.group_not_found', 'Variation group #[id] not found'),
('nl', 'product_variations.error.group_not_found_by_product', 'Couldn\'t find variation group for #[product_id] \"[product]\"'),
('nl', 'product_variations.error.no_available_products', 'No suitable products were found'),
('nl', 'product_variations.error.product_company_does_not_match_to_group_company.mve', 'Product #[product_id] \"[product]\" can\'t be added to the variation group because all products in a variation group must belong to the same vendor.'),
('nl', 'product_variations.error.product_company_does_not_match_to_group_company.ult', 'Product #[product_id] \"[product]\" can\'t be added to the variation group because all products in a variation group must belong to the same storefront.'),
('nl', 'product_variations.error.product_has_not_required_features', 'Product #[product_id] \"[product]\" doesn\'t have the required features to become a variation. Please set feature values for that product.'),
('nl', 'product_variations.error.product_ids_empty', 'Producten konden niet gevonden worden'),
('nl', 'product_variations.error.product_not_found', 'Product #[product_id] not found'),
('nl', 'product_variations.error.product_not_found_in_group', 'Product #[product_id] not found in variation group \"[group_code]\"'),
('nl', 'product_variations.error.product_with_features_combination_exits', 'Product #[product_id] \"[product]\" has the exact same combination of feature values as a variation that already exists in the group.'),
('nl', 'product_variations.exim.result_notice', 'Data is imported successfully.<br />New products - <b>[new]</b>;<br />Updated products - <b>[exist]</b>;<br />Skipped products - <b>[skipped]</b>;<br />Total - <b>[total]</b>;<br />Created variations - <b>[variation_created]</b>;<br />Updated variations - <b>[variation_updated]</b>;<br />Disbanded variations - <b>[variation_removed]</b>.'),
('nl', 'product_variations.feature_can_be_deleted', 'Couldn\'t delete a feature or its variant because at least one variation group is based on it. Please delete <a href=\"[href]\">these products</a> or disband their product groups, and try again.'),
('nl', 'product_variations.feature_used_by_variation_group.tooltip', 'This feature is used by variation group [code]. To choose a different value of this feature for a product, switch to the \"Variations\" tab of the product editing page. New values can be added on the feature editing page.'),
('nl', 'product_variations.group_code', 'Variation group'),
('nl', 'product_variations.group_code.description', 'Use the group code on a product editing page or during import to add the product to this group as a variation. A group code can contain only digits, Latin characters, and the following signs: \"-\" and \"_\".'),
('nl', 'product_variations.group_code.link', 'Add to variation group'),
('nl', 'product_variations.group_code.link.description', 'Select the code of the group to which this product will be added as a variation. If the desired variation group doesn\'t appear among suggestions, please make sure that you have specified the value for every feature that defines the group.'),
('nl', 'product_variations.group_code.placeholder', 'Set custom group code here'),
('nl', 'product_variations.hide_add_to_wishlist_button', 'Hide add to wish list button'),
('nl', 'product_variations.link_existing', 'Gebruik bestaande producten'),
('nl', 'product_variations.manage', 'Beheer variaties'),
('nl', 'product_variations.mark_main_product', 'Set as default variation'),
('nl', 'product_variations.notice.is_old_product_variation', 'This product is an old variation that hasn\'t been converted yet. To make it work as before the upgrade, <a href=\"[convert_url]\">convert old variations to new variations</a>.'),
('nl', 'product_variations.notice.old_product_variations_exists', 'Your store still has old product variations. They currently appear as separate products, without the ability to switch between them. To make them work as before the upgrade, <a href=\"[convert_url]\">convert old variations to new variations</a>. It\'s easy and automatic.'),
('nl', 'product_variations.no_available_features', 'This product doesn\'t have features that allow grouping products. Please make sure that:<ol><li>You have created at least one feature with <b>Purpose:</b> <i>Variations as separate products</i> or <i>Variations as one product</i>.</li><li>You have specified the value of that feature for the product.</li></ol>'),
('nl', 'product_variations.product_type', 'Productsoort'),
('nl', 'product_variations.product_type.catalog_item', 'Catalog item'),
('nl', 'product_variations.product_type.variation_of_catalog_item', 'Variation of a catalog item'),
('nl', 'product_variations.remove_variation', 'Verwijder variatie uit groep'),
('nl', 'product_variations.select_variation', 'Select a Variation'),
('nl', 'product_variations.show_product_code', 'Show product code'),
('nl', 'product_variations.show_variation_thumbnails', 'Show variation thumbnails'),
('nl', 'product_variations.too_many_combinations', 'Sorry, there are too many possible variations that can be generated. To prevent heavy load, we won\'t display them here. Please create the products with the right feature values manually or via import, and add them to the group.'),
('nl', 'product_variations.upgrade_notification.convert_variations_message', '<p>Product variations in version 4.10.1 are more powerful than ever. They can now occupy separate positions in the catalog, be filtered and imported easily. To achieve this, we remade variations from scratch. They are now based on features instead of options.</p><p><b>We have disabled the old variations in your store, because they won’t work until they are converted.</b> The conversion is automatic, we just need your consent. Please check what we plan to do, and convert variations to use features.</p><p><a href=\"[convert_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check and convert variations</a> <a href=\"https://docs.cs-cart.com/4.10.x/user_guide/manage_products/products/product_variations.html\" target=\"_blank\" class=\"btn btn-large\">Learn more about variations</a></p>'),
('nl', 'product_variations.upgrade_notification.convert_variations_title', 'Convert product variations to use features'),
('nl', 'product_variations.variations', 'Variaties'),
('nl', 'product_variations.variations_filling', 'Variaties'),
('nl', 'product_variations.variations_list', 'Variaties'),
('nl', 'product_variations.variations_list_block_name', 'Variations list'),
('nl', 'product_variations.variations_list_tab_name', 'View all variations as list'),
('nl', 'product_variations.variations_naming_strategy.key_value', 'Kleur: rood, maat: klein'),
('nl', 'product_variations.variations_naming_strategy.value', 'Rood, klein'),
('nl', 'product_variations.variation_of_product', 'Variation of catalog item <a href=\"[url]\">[product]</a>'),
('nl', 'profile', 'Profiel'),
('nl', 'profiles', 'Profielen'),
('nl', 'profile_activated', 'Account geactiveerd'),
('nl', 'profile_deactivated', 'Account gedeactiveerd'),
('nl', 'profile_details', 'Profiel details'),
('nl', 'profile_fields', 'Profiel velden'),
('nl', 'profile_fields_menu_description', 'Configureer de velden in het profiel formulier.'),
('nl', 'profile_field_name', 'Veld naam'),
('nl', 'profile_field_name_tooltip', 'A character sequence that serves as an identifier. You can use figures from 0 to 9, symbols of the English alphabet and \"_\" sign.'),
('nl', 'profile_info', 'Profiel info'),
('nl', 'profile_name', 'Profiel naam'),
('nl', 'profile_type', 'Profile type'),
('nl', 'profile_types_section_seller', 'Verkoper informatie'),
('nl', 'profile_types_section_user', 'Customers and admins'),
('nl', 'project_id', 'Project Id'),
('nl', 'project_password', 'Project wachtwoord'),
('nl', 'prolongate_download_key', 'Verleng downloadsleutel tot'),
('nl', 'promotion', 'Aanbieding'),
('nl', 'promotions', 'Aanbiedingen'),
('nl', 'promotions.cond_all', 'alle'),
('nl', 'promotions.cond_any', 'elke'),
('nl', 'promotions.cond_false', 'niet waar'),
('nl', 'promotions.cond_true', 'waar'),
('nl', 'promotions_menu_description', 'Promoot producten en biedt bonussen aan gebaseerd op klant lidmaatschappen.'),
('nl', 'promotion_bonus_discount_on_categories', 'Korting op alle producten in categorieën'),
('nl', 'promotion_bonus_discount_on_products', 'Korting op producten'),
('nl', 'promotion_bonus_free_products', 'Gratis producten'),
('nl', 'promotion_bonus_free_shipping', 'Gratis verzending'),
('nl', 'promotion_bonus_gift_certificate', 'Cadeaubon'),
('nl', 'promotion_bonus_give_coupon', 'Geef coupon'),
('nl', 'promotion_bonus_give_points', 'Geef punten'),
('nl', 'promotion_bonus_give_usergroup', 'Geef gebruikersgroep'),
('nl', 'promotion_bonus_order_discount', 'Bestelkorting'),
('nl', 'promotion_bonus_product_discount', 'Productkorting'),
('nl', 'promotion_cond_auto_coupons', 'Automatisch gegenereerde couponcodes'),
('nl', 'promotion_cond_birthday', 'Geboortedag'),
('nl', 'promotion_cond_categories', 'Categorieën'),
('nl', 'promotion_cond_country', 'Land van de klant (verzenden)'),
('nl', 'promotion_cond_coupon_code', 'Couponcode'),
('nl', 'promotion_cond_feature', 'Producteigenschap'),
('nl', 'promotion_cond_number_of_usages', 'Aantal keer gebruikt'),
('nl', 'promotion_cond_once_per_customer', 'Eén keer per klant'),
('nl', 'promotion_cond_payment', 'Betaalmethode'),
('nl', 'promotion_cond_price', 'Productprijs'),
('nl', 'promotion_cond_products', 'Producten'),
('nl', 'promotion_cond_products_number', 'Totaal aantal producten in winkelwagen'),
('nl', 'promotion_cond_purchased_products', 'Verkochte producten'),
('nl', 'promotion_cond_reward_points', 'Punten in gebruikersprofiel'),
('nl', 'promotion_cond_shipping', 'Verzendmethoden'),
('nl', 'promotion_cond_state', 'Klant staat (verzending)'),
('nl', 'promotion_cond_subscribed', 'Klant is aangemeld'),
('nl', 'promotion_cond_subtotal', 'Subtotaal bestelling'),
('nl', 'promotion_cond_total', 'Totaal bestelling'),
('nl', 'promotion_cond_total_weight', 'Totale gewicht in het winkelwagentje'),
('nl', 'promotion_cond_usergroup', 'Gebruikersgroep'),
('nl', 'promotion_cond_users', 'Gebruikers'),
('nl', 'promotion_cond_zip_postal_code', 'Klant postcode (verzending)'),
('nl', 'promotion_op_amount', 'Bedrag'),
('nl', 'promotion_op_cont', 'bevat'),
('nl', 'promotion_op_eq', 'gelijk'),
('nl', 'promotion_op_gt', 'groter'),
('nl', 'promotion_op_gte', 'gelijk of groter'),
('nl', 'promotion_op_in', 'in'),
('nl', 'promotion_op_lt', 'minder'),
('nl', 'promotion_op_lte', 'gelijk of minder'),
('nl', 'promotion_op_ncont', 'bevat niet'),
('nl', 'promotion_op_neq', 'niet gelijk'),
('nl', 'promotion_op_nin', 'niet in'),
('nl', 'promo_code', 'Promotie code'),
('nl', 'promo_code_or_certificate', 'Cadeaubon of promotiecode'),
('nl', 'promo_text', 'Promotie tekst'),
('nl', 'properties', 'Eigenschappen'),
('nl', 'protection_eligibility', 'In aanmerking komen voor bescherming'),
('nl', 'provider', 'Aanbieder'),
('nl', 'pspid', 'PSPID'),
('nl', 'public', 'Publiek'),
('nl', 'public_files', 'Publieke bestanden'),
('nl', 'public_key', 'Openbare sleutel'),
('nl', 'purchased', 'Gekocht'),
('nl', 'purchased_in_orders', 'Aangekocht in bestellingen'),
('nl', 'purchased_qty', 'Gekochte hoeveelheid'),
('nl', 'purchasers_name', 'Van'),
('nl', 'purchase_gift_certificate', 'Cadeaubon kopen'),
('nl', 'purpose', 'Purpose'),
('nl', 'qty', 'Aantal'),
('nl', 'qty_discounts', 'Kwantumkortingen'),
('nl', 'qty_discount_type_tooltip', 'Vast bedrag/Percentage wordt van de prijs afgehaald'),
('nl', 'quantity', 'Hoeveelheid'),
('nl', 'quantity_step', 'Hoeveelheid stap'),
('nl', 'query', 'Query'),
('nl', 'questions', 'Vragen'),
('nl', 'question_text', 'Tekst vraag'),
('nl', 'quick_checkout', 'Snel afrekenen'),
('nl', 'quick_links', 'Snelle links'),
('nl', 'quick_menu', 'Snelkeuze-menu'),
('nl', 'quick_product_viewer', 'Beknopt product overzicht'),
('nl', 'quick_view', 'Beknopt overzicht'),
('nl', 'radiogroup', 'Radiogroep'),
('nl', 'random', 'Willekeurig'),
('nl', 'rank_number', 'Rangnummer (machine)'),
('nl', 'rates_depend_on', 'Tarieven zijn afhankelijk van'),
('nl', 'rate_area', 'Tariefgebied'),
('nl', 'rate_areas', 'Tariefgebieden'),
('nl', 'rate_calculation', 'Tariefcalculatie'),
('nl', 'rate_calculation_by_rate_area', 'Handmatig (per gedefinieerd tariefgebied)'),
('nl', 'rate_calculation_manual', 'Handmatig (tbv vaste bestemming)'),
('nl', 'rate_calculation_realtime', 'Realtime'),
('nl', 'rate_value', 'Waarderings'),
('nl', 'rating', 'Beoordeling'),
('nl', 'read', 'Lees'),
('nl', 'readme', 'Leesmij'),
('nl', 'read_more_3d_secure', 'Lees meer over 3-D veiligheid'),
('nl', 'reason', 'Reden'),
('nl', 'reasons', 'Redenen'),
('nl', 'reason_text', 'Antwoord van betalingsprocessor'),
('nl', 'rebuild_cache_automatically', 'Herbouw cache automatisch'),
('nl', 'rebuild_cache_automatically_tooltip', 'Aangepaste bestanden worden realtime bijgehouden  (inclusief de direct op de server aangepaste bestanden) en in de cache opgeslagen. Blok cache wordt uitgeschakeld. Prestaties van de webshop kunnen enigszins worden beïnvloed. Aanbevolen wordt om dit uit te schakelen tijdens productie.'),
('nl', 'rebuild_combinations', 'Herbouw combinaties'),
('nl', 'recalculate', 'Herbereken'),
('nl', 'recalculate_order', 'Bestelling herberekenen'),
('nl', 'recalculate_rates', 'Herbereken tarieven'),
('nl', 'recalculate_shipping_cost', 'Herbereken de verzendkosten'),
('nl', 'recalculate_totals', 'Herbereken totaal'),
('nl', 'recaptcha.text_forbidden_countries_notice', '<p>Google reCAPTACHA will be disabled for the selected countries. Instead, visitors from those countries will be asked to type a few symbols they see on the screen.</p>');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('nl', 'recaptcha.text_settings_notice', '<p>The instructions on how to get the <b>site key</b> and <b>secret</b> are available <b><a target=\"_blank\" href=\"https://developers.google.com/recaptcha/intro\">here</a></b>.<br>Please note that the add-on currently supports only <b>reCAPTCHA v2: Checkbox</b></p>'),
('nl', 'recaptcha_settings_notice', '<p>The instructions on how to get the <b>site key</b> and <b>secret</b> are available <b><a target=\"_blank\" href=\"https://developers.google.com/recaptcha/docs/start\">here</a></b>.</p>'),
('nl', 'recaptcha_upgrade_notification_text', '[product] now comes with the <b>Google reCAPTCHA</b> add-on to improve anti-bot validation. The add-on has been installed and activated during the upgrade, but the old CAPTCHA will still be used until you configure the add-on. We recommend switching to Google reCAPTCHA as soon as possible. To do that: <ol><li>Go to <b>Add-ons → Manage add-ons</b>.</li><li>Find and click on <b>Google reCAPTCHA</b> in the list of add-ons.</li><li>A pop-up window will open. Enter <b>Site key</b> and <b>Secret token</b>, then save your changes. The instructions on how to get the key and token are available <a href=\'https://developers.google.com/recaptcha/docs/start\'>here</a>.</li></ol> <b>The Google reCAPTCHA add-on supports only the Responsive theme and its <a href=\'http://docs.cs-cart.com/4.5.x/designer_guide/parent_themes.html\'>child themes</a>.</b> Please contact the developer of your theme for more information before you switch to Google reCAPTCHA.'),
('nl', 'recaptcha_upgrade_notification_title', 'Overschakelen naar Google reCAPTCHA voor bescherming tegen spamrobots'),
('nl', 'recent_activity', 'Recente activiteit'),
('nl', 'recent_blog_posts', 'Recente blog berichten'),
('nl', 'recent_orders', 'Recente bestellingen'),
('nl', 'recent_products', 'Recentelijk bekeken'),
('nl', 'recheck', 'Controleer'),
('nl', 'recipient', 'Ontvanger'),
('nl', 'recipients_name', 'Aan'),
('nl', 'recipient_description', 'Omschrijving van de merchant'),
('nl', 'recommended', 'Aanbevolen'),
('nl', 'recommenders', 'REES46'),
('nl', 'recover', 'Herstel'),
('nl', 'recover_password', 'Wachtwoord om opnieuw in te stellen'),
('nl', 'recover_password_subj', 'Wachtwoordherstel'),
('nl', 'recursively', 'Recursief'),
('nl', 'redesk_connection_ask_question', 'Ask a question'),
('nl', 'redesk_connection_create_ticket', 'Contact vendor'),
('nl', 'redesk_connection_multivendor_contact_form_info', 'If all is set up correctly, you can use the following contact form with the Re:Desk departments, which will send the messages directly to your Re:Desk help desk:<br /><a href=\"[http_location]/?dispatch=redesk_connection_multivendor.contact\" target=\"_blank\">[http_location]/?dispatch=redesk_connection_multivendor.contact</a>'),
('nl', 'redesk_connection_multivendor_manage', 'Import Vendors into Re:Desk'),
('nl', 'redesk_create_vendors_accounts', 'Create manager accounts into Re:Desk for Vendors'),
('nl', 'redesk_import_vendors', 'Import vendors into Re:Desk'),
('nl', 'redesk_import_vendors_as_departments', 'Import Vendors into Re:Desk as Departments'),
('nl', 'redirect_customer_from_storefront', 'Stuur bezoekers van deze winkel door naar de winkel die landen ondersteund waar het bezoekers IP-adres aan toe behoort'),
('nl', 'rees46_docs', '\n            <p>Ознакомьтесь с <a href=\"http://docs.rees46.com/pages/viewpage.action?pageId=1409157\" target=\"_blank\">подробной инструкцией</a> по настройке модуля и расстановке блоков рекомендаций.</p>\n        '),
('nl', 'rees46_error_export_order', 'Для выгрузки заказов и синхронизации статусов заказов введите код и секретный ключ вашего магазина в настройках модуля.'),
('nl', 'rees46_export_order', 'Выгрузить заказы'),
('nl', 'rees46_export_success', 'Выгрузка заказов в REES46 успешно инициирована.'),
('nl', 'rees46_export_unsuccess', 'Ошибка инициализации выгрузки заказов в REES46.'),
('nl', 'rees46_info', '\n            <p>Если вы ещё не зарегистрированы в REES46, то, пожалуйста, <a href=\"http://rees46.com\" target=\"_blank\">зарегистрируйтесь</a>. Затем добавьте свой интернет-магазин в <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личном кабинете</a> REES46. Обратите внимание на \"<b>код магазина</b>\" и \"<b>секретный ключ</b>\", они понадобятся для настройки модуля.</p>\n        '),
('nl', 'rees46_menu', 'Рекомендательная система REES46'),
('nl', 'rees46_menu_settings', 'Настройки'),
('nl', 'rees46_orders', '\n            <p>Процесс обучения алгоритма рекомендаций занимает определенное время. Основное время, как правило, требуется на сбор информации и построение взаимосвязей между покупателями и товарами. Ускорить это время можно, загрузив в систему REES46 историю ваших заказов за последние полгода. Это позволяет построить рекомендации для ваших предыдущих клиентов и сформировать более детальные связи между товарами. Загрузка истории может занять некоторое время.</p>\n        '),
('nl', 'rees46_orientation_horizontal', 'Горизонтальное'),
('nl', 'rees46_orientation_vertical', 'Вертикальное'),
('nl', 'rees46_products_per_line', 'Кол-во товаров в каждой линии блока'),
('nl', 'rees46_recommender_code', 'Уникальный код блока рекомендаций'),
('nl', 'rees46_recommender_orientation', 'Расположение блока'),
('nl', 'rees46_statistics', '\n            <p>Для анализа статистики работы товарных рекомендаций, пожалуйста, перейдите в ваш <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личный кабинет</a> REES46.</p>\n        '),
('nl', 'rees46_yml', '\n            <p>Ссылку на YML-файл необходимо указать в настройках <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личного кабинета</a> REES46.</p>\n        '),
('nl', 'referer', 'Verwijzend'),
('nl', 'referrers', 'Verwijzers'),
('nl', 'referrer_domain', 'Refererend domein'),
('nl', 'refresh', 'Vernieuwen'),
('nl', 'refresh_packages_list', 'Vernieuwen van beschikbare upgrades'),
('nl', 'refund', 'Terugbetalen'),
('nl', 'refunded', 'Terugbetaald'),
('nl', 'refunded_amount', 'Gerestitueerde bedrag'),
('nl', 'regexp', 'RegExp'),
('nl', 'regexp_hint', 'Als u gebruik maakt van de regexp controle, is het noodzakelijk om een bericht in te stellen wat informeert over het onjuist ingevulde veld, anders kan de controle niet worden uitgevoerd'),
('nl', 'region', 'Regio'),
('nl', 'regions', 'Regio\'s'),
('nl', 'register', 'Registreer'),
('nl', 'registered', 'Geregistreerd'),
('nl', 'registered_customers', 'Geregistreerde klanten'),
('nl', 'register_autoresponder', 'E-mail ter bevestiging'),
('nl', 'register_new_account', 'Registreer voor een nieuw klantprofiel'),
('nl', 'register_profile', 'Registratieprofiel'),
('nl', 'registration', 'Registratie'),
('nl', 'registration_date', 'Registration date'),
('nl', 'regnumber', 'Reg. nummer'),
('nl', 'related_gift_cert', 'Gerelateerde cadeaubonnen'),
('nl', 'related_order', 'Gerelateerde bestelling'),
('nl', 'release_date', 'Release datum'),
('nl', 'remember_me', 'Herinner mij'),
('nl', 'remove', 'Verwijder'),
('nl', 'remove_backup_files', 'Back-up bestanden verwijderen'),
('nl', 'remove_cc_info', 'CC info verwijderen'),
('nl', 'remove_invoice', 'Factuur verwijderen'),
('nl', 'remove_new_orders_filter_upgrade_notification_text', '<p>In previous versions, every administrator could search for orders that he or she hadn\'t viewed yet (\"New orders\"). Because not every administrator views every order, the list of \"new orders\" only kept growing, which could affect the database negatively in a very long run.</p><p>The \"New orders\" condition in the advanced search has been removed. Please take that into account if you have any saved searches with that condition.</p><p><a href=\"[saved_searches]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check saved searches</a></p>'),
('nl', 'remove_new_orders_filter_upgrade_notification_title', 'Naar \"Nieuwe bestellingen\" zoeken verwijderd'),
('nl', 'remove_theme', 'Thema verwijderen'),
('nl', 'remove_this_item', 'Verwijder dit item'),
('nl', 'rename', 'Hernoem'),
('nl', 'repay_order', 'Betaal bestelling'),
('nl', 'reply', 'Reply'),
('nl', 'reply_to', 'Beantwoorden aan'),
('nl', 'report', 'Rapport'),
('nl', 'reports', 'Rapportages'),
('nl', 'reports_interval_1', 'Totaal'),
('nl', 'reports_interval_3', 'Dag'),
('nl', 'reports_interval_5', 'Week'),
('nl', 'reports_interval_7', 'Maand'),
('nl', 'reports_interval_9', 'Jaar'),
('nl', 'reports_list', 'Rapportagelijst'),
('nl', 'reports_parameter_1', 'Bestel totalen'),
('nl', 'reports_parameter_10', 'Verzendkosten'),
('nl', 'reports_parameter_11', 'Categorieën'),
('nl', 'reports_parameter_12', 'Producten'),
('nl', 'reports_parameter_13', 'Productkosten'),
('nl', 'reports_parameter_14', 'Het aantal producten'),
('nl', 'reports_parameter_15', 'Beheerders'),
('nl', 'reports_parameter_2', 'Het aantal bestellingen'),
('nl', 'reports_parameter_3', 'Bestellingen'),
('nl', 'reports_parameter_4', 'Statussen van bestellingen'),
('nl', 'reports_parameter_5', 'Betaalmethodes'),
('nl', 'reports_parameter_6', 'Tariefgebieden'),
('nl', 'reports_parameter_7', 'Gebruikers'),
('nl', 'reports_parameter_8', 'Kortingen en couponnen'),
('nl', 'reports_parameter_9', 'Btw'),
('nl', 'report_a_bug', 'Rapporteer een bug'),
('nl', 'request', 'Verzoek'),
('nl', 'requests_count', 'Aanvragen teller'),
('nl', 'requesttype', 'Aanvragen type'),
('nl', 'request_account_name', 'Aangevraagde account naam'),
('nl', 'request_error_information', 'Customers have experienced issues with receiving rates from <b>the [shipping]</b> shipping method. Please make sure that is configured properly and that the shipping rate calculation is correct'),
('nl', 'request_error_information_title', 'Verzendfout'),
('nl', 'request_statuses', 'verzoek statussen'),
('nl', 'required', 'Verplicht'),
('nl', 'required_not_answered', 'Alle verplichte vragen moeten worden beantwoord'),
('nl', 'required_products', 'Benodigde producten'),
('nl', 'required_products_added', 'De volgende vereiste product(en) werden toegevoegd aan uw winkelwagen'),
('nl', 'required_products_out_of_stock', 'Dit product kan niet worden toegevoegd aan uw winkelwagen omdat de volgende vereiste product(en) niet op voorraad zijn:'),
('nl', 'reset', 'Herstel'),
('nl', 'reset_filter', 'Filter herstellen'),
('nl', 'reset_inventory', 'Reset inventaris'),
('nl', 'reset_password', 'Reset wachtwoord'),
('nl', 'reset_quantity_to_zero', 'Zet de hoeveelheid van alle producten op nul'),
('nl', 'reset_quantity_to_zero_tooltip', 'Als u deze instelling inschakelt, wordt voor alle producten in uw winkel de hoeveelheid ingesteld op 0, behalve de producten waarvoor de hoeveelheid is opgegeven in het geïmporteerde bestand.'),
('nl', 'resolved', 'Opgelost'),
('nl', 'response', 'Antwoord'),
('nl', 'responsive_admin.email_order_invoice_subject', '[company_name]: Invoice for order'),
('nl', 'restore', 'Herstellen'),
('nl', 'restore_default', 'Gebruik standaard waarde'),
('nl', 'restore_default_value', 'Standaardinstellingen herstellen'),
('nl', 'restore_from_repository', 'Vanaf opslag herstellen'),
('nl', 'restore_original', 'Herstel het origineel'),
('nl', 'restore_robots', 'Herstel robots.txt naar het standaard bestand'),
('nl', 'ResultCode', 'ResultaatCode'),
('nl', 'ResultDescription', 'ResultaatOmschrijving'),
('nl', 'return', 'Terug naar normaal beeld'),
('nl', 'returnable', 'Retourneerbaar'),
('nl', 'returnable_product', 'Retourneerbaar product'),
('nl', 'returned_product', 'Geretourneerd product'),
('nl', 'returned_products', 'Geretourneerde producten'),
('nl', 'returning_customer', 'Terugkerende klant'),
('nl', 'returns', 'Retouraanvragen'),
('nl', 'returns_info', 'Retour info'),
('nl', 'return_info', 'Retour informatie'),
('nl', 'return_period', 'Retour periode'),
('nl', 'return_period_days', 'Retour periode (dagen)'),
('nl', 'return_printslip', 'Etiqueta de retorno'),
('nl', 'return_products_information', 'Informatie retour producten'),
('nl', 'return_registration', 'Verzoek tot vervanging of een terugbetaling'),
('nl', 'return_requests', 'Retour verzoeken'),
('nl', 'return_requests_menu_description', 'Retour-verzoeken van bestellingen bekijken en verwerken'),
('nl', 'return_requests_note', 'Ga naar de lijst met retour verzoeken'),
('nl', 'return_status', 'Retour status'),
('nl', 'return_url_target', 'Return URL doel'),
('nl', 'reuse', 'Hergebruik'),
('nl', 'reversa_rastreamento', 'Rastreamento'),
('nl', 'reversed', 'Omgekeerd'),
('nl', 'revert', 'Herstellen'),
('nl', 'reviews', 'Beoordeling|beoordelingen'),
('nl', 'reward_points', 'Spaarpunten'),
('nl', 'reward_points_log', 'Spaarpunten log'),
('nl', 'reward_points_menu_description', 'Spaarpunten toekennen voor de gehele winkel.'),
('nl', 'reward_points_subj_added_to', '[n] punten zijn toegevoegd aan uw account.|[n] punten zijn toegevoegd aan uw account.'),
('nl', 'reward_points_subj_subtracted_from', '[n] punten zijn afgetrokken van uw account.|[n] punten zijn afgetrokken van uw account.'),
('nl', 're_desk_contact_us', 'Contact us'),
('nl', 're_desk_department', 'Vendor'),
('nl', 're_desk_full_name', 'Full name'),
('nl', 're_desk_thank_you', 'Thank you, your message has been sent.'),
('nl', 're_desk_you_can_send', 'You can send us a message using the form below.'),
('nl', 're_order', 'Bestel deze bestelling opnieuw'),
('nl', 'right', 'Rechts'),
('nl', 'right_to_left_orientation', 'Rechts naar links oriëntatie'),
('nl', 'risk_checking', 'Risico controle is in proces. Probeer deze pagina te herladen binnen een minuut.'),
('nl', 'risk_information', 'Risico informatie'),
('nl', 'rma', 'RMA'),
('nl', 'rma_actions', 'RMA acties'),
('nl', 'rma_notify_supplier', 'Melden aan leverancier'),
('nl', 'rma_reasons', 'RMA reden'),
('nl', 'rma_request_statuses', 'RMA verzoek statussen'),
('nl', 'rma_return', 'Retouraanvraag'),
('nl', 'robots_title', 'Aanpassen: robots.txt'),
('nl', 'romanian', 'Roemeens'),
('nl', 'root_category', 'Root categorie'),
('nl', 'root_level', 'Root niveau'),
('nl', 'root_page', 'Root niveau pagina'),
('nl', 'round_to', 'Afronden naar'),
('nl', 'routing_code', 'Routing nummer'),
('nl', 'rss_created', 'Aangemaakt'),
('nl', 'rss_display_add_to_cart', 'Knop \"BESTEL\" weergeven'),
('nl', 'rss_display_image', 'Afbeelding weergeven'),
('nl', 'rss_display_original_price', 'Netto prijs weergeven'),
('nl', 'rss_display_price', 'Brutoprijs weergeven'),
('nl', 'rss_display_sku', 'SKU weergeven'),
('nl', 'rss_feed', 'RSS-feed'),
('nl', 'rss_sort_by', 'Items sorteren op'),
('nl', 'rss_updated', 'Bijgewerkt'),
('nl', 'ru.tax_and_payments.upgrade_message.message', '<p>You have upgraded to [product] [version]. This version is prepared for the recent changes in Russian legislation (the increase of VAT to 20% and the support of Fiscal Data Format 1.05 for online cash registers). You\'ll only need to do this:</p><p>— If you use ATOL Online, switch to Fiscal Data Format 1.05 as described <a href=\"https://www.cs-cart.ru/blog/vyishel-cs-cart-4-9-2-c-podderzhkoy-ffd-1-05-v-atol-onlayn/\" target=\"_blank\">in our Russian blog</a>. You may have done it already after the release of version 4.9.2.</p>[tax_conversion][failing_services]'),
('nl', 'ru.tax_and_payments.upgrade_message.title', 'Russian Legislation: Preparing for January 1, 2019'),
('nl', 'runtime', 'Looptijd'),
('nl', 'russian', 'Russisch'),
('nl', 'rus_geolocation_upgrade_notification_text', '<p>The <b>[rus_geolocation_addon]</b> add-on allowed your customers to select their city and see estimated shipping rates on a product page. That functionality is now a part of a new add-on called <b>[geo_maps_addon]</b>. It is already installed and active.</p><p>Two geolocation add-ons shouldn’t be active at the same time. Please make sure that the old <b>[rus_geolocation_addon]</b> add-on is disabled.</p><p><a href=\"[disable_geolocation]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Disable deprecated add-on here</a></p>'),
('nl', 'rus_geolocation_upgrade_notification_title', 'Geolocation: Add-ons deprecated in favor of [geo_maps_addon]'),
('nl', 'sale', 'Verkoop'),
('nl', 'sales', 'Verkoop'),
('nl', 'sales_amount', 'Korting'),
('nl', 'sales_commission', 'Verkoopcommissie'),
('nl', 'sales_period', 'Verkoopperiode'),
('nl', 'sales_period_total', 'Totaal verkoopperiode'),
('nl', 'sales_reports', 'Verkooprapport'),
('nl', 'sales_reports_menu_description', 'Gedetailleerde verkoopstatistieken.'),
('nl', 'sales_reports_side_bar_notes', 'Om Orderstatussen, Betalingsmethoden en Tariefgebieden in de lijst met voorwaarden op te nemen, vink het benodigde item aan en klik op de knop \"Opslaan\".'),
('nl', 'salt', 'Salt'),
('nl', 'same_as_source', 'idem als bron'),
('nl', 'save', 'Opslaan'),
('nl', 'saved_search', 'Opgeslagen zoekopdrachten'),
('nl', 'save_and_close', 'Opslaan en sluiten'),
('nl', 'save_and_send', 'Opslaan en verzenden'),
('nl', 'save_as', 'Opslaan als...'),
('nl', 'save_cc', 'Salvar cartão de crédito'),
('nl', 'save_changes', 'Wijzigingen opslaan'),
('nl', 'save_directory', 'Map op server'),
('nl', 'save_discount', 'Besparing'),
('nl', 'save_layout', 'Opmaak opslaan'),
('nl', 'save_layout_as', 'Opmaak opslaan als'),
('nl', 'save_process_payment', 'Opslaan en verder gaan met betaling'),
('nl', 'save_this_search_as', 'Bewaar deze zoekopdracht als'),
('nl', 'sb_share', 'Delen'),
('nl', 'scan_for_modified_core_files', 'Scan for changed core files'),
('nl', 'scb_text_notice', 'Stuur de volgende URL naar SCB support om als PostbackURL in te stellen: <br /><b>[return_url]</b>'),
('nl', 'screen', 'Scherm'),
('nl', 'screen_resolution', 'Schermresolutie'),
('nl', 'script', 'Script'),
('nl', 'scroller_direction', 'Auto-scroll richting'),
('nl', 'scroll_per_page', 'Scrollen per pagina'),
('nl', 'search', 'Zoeken'),
('nl', 'search_again', 'Opnieuw zoeken'),
('nl', 'search_by_order', 'Zoek op bestelling'),
('nl', 'search_by_owner', 'Zoeken op eigenaar'),
('nl', 'search_by_price', 'Zoek op prijs'),
('nl', 'search_by_product_features', 'Zoek op producteigenschappen'),
('nl', 'search_by_product_filters', 'Zoek op productfilters'),
('nl', 'search_by_sku', 'Zoek op productcode'),
('nl', 'search_by_supplier', 'Zoek op leverancier'),
('nl', 'search_by_vendor', 'Zoek op verkoper'),
('nl', 'search_by_weight', 'Zoek op gewicht'),
('nl', 'search_engine', 'Zoekmachine'),
('nl', 'search_for_pattern', 'Zoek op patroon'),
('nl', 'search_in', 'Zoek in'),
('nl', 'search_in_category', 'Zoek in categorie'),
('nl', 'search_in_subcategories', 'Zoek in subcategorieen'),
('nl', 'search_options', 'Zoekopties'),
('nl', 'search_product', 'Zoek product'),
('nl', 'search_products', 'Zoek producten'),
('nl', 'search_results', 'Zoekresultaten'),
('nl', 'search_results_for', 'Zoekresultaten voor [search]'),
('nl', 'search_string', 'Zoek-opmaak'),
('nl', 'search_tooltip', 'Naar producten, klanten, bestellingen en pagina\'s zoeken'),
('nl', 'search_words', 'Zoekwoorden'),
('nl', 'secondary_categories', 'Secondary category'),
('nl', 'seconds_left', '[n] seconde te gaan|[n] seconden te gaan'),
('nl', 'secret_key', 'Geheime sleutel'),
('nl', 'secret_string', 'Geheime tekenreeks'),
('nl', 'secret_word', 'Geheim woord'),
('nl', 'section', 'Sectie'),
('nl', 'section_is_not_completed', 'Sectie is niet voltooid.'),
('nl', 'section_links', 'Sectie links'),
('nl', 'section_name', 'Sectie naam'),
('nl', 'secure', 'Veilig'),
('nl', 'secure_checkout', 'Veilig afrekenen'),
('nl', 'secure_storefront_url', 'Veilige winkel URL'),
('nl', 'secure_storefront_url_already_exists', 'De waarde van de <strong>veilige winkel URL</strong> parameter door u ingevoerd behoort al tot een ander bedrijf.'),
('nl', 'security', 'Veiligheid'),
('nl', 'security_settings', 'Beveiligingsinstellingen'),
('nl', 'see_demo', 'Bekijk demo'),
('nl', 'see_full_templates_list', 'Can\'t find a notification you\'re looking for?<br/><a href=\"[email_template_manage]\">See the full list of email templates</a><br/><a href=\"[internal_template_manage]\">See the full list of on-site notification templates</a>'),
('nl', 'select', 'Selecteer'),
('nl', 'selectbox', 'Selectiebox'),
('nl', 'selected', 'Geselecteerd'),
('nl', 'selected_fields', 'Geselecteerde velden'),
('nl', 'selected_filters', 'Geselecteerde filters'),
('nl', 'selected_items', 'Geselecteerde items'),
('nl', 'select_all', 'Selecteer alles'),
('nl', 'select_all_product_options', 'U moet alle productopties selecteren'),
('nl', 'select_block', 'Selecteer blok'),
('nl', 'select_coordinates', 'Selecteer coördinaten'),
('nl', 'select_country', 'Selecteer land'),
('nl', 'select_customer', 'Selecteer klant'),
('nl', 'select_dates', 'Selecteer datums'),
('nl', 'select_descr_lang', 'Selecteer taalomschrijving'),
('nl', 'select_fields_to_edit', 'Selecteer velden voor bewerking'),
('nl', 'select_file', 'Selecteer'),
('nl', 'select_image', 'Selecteer afbeelding'),
('nl', 'select_new_owner_company', 'Selecteer een nieuwe eigenaar voor dit bedrijfsprofiel:'),
('nl', 'select_one_or_more_type', 'Selecteer één of meer opties'),
('nl', 'select_options', 'Selecteer opties'),
('nl', 'select_option_above', 'Kies de bovenstaande optie eerst'),
('nl', 'select_product', 'Selecteer product'),
('nl', 'select_products', 'Selecteer producten'),
('nl', 'select_profile', 'Selecteer profiel'),
('nl', 'select_shipping_method', 'Selecteer verzendmethode'),
('nl', 'select_single_type', 'Selecteer één optie'),
('nl', 'select_state', 'Selecteer provincie'),
('nl', 'select_storefront', 'Selecteer [store] storefront'),
('nl', 'select_tables', 'Selecteer tabellen'),
('nl', 'sell_files', 'Bestanden om te verkopen'),
('nl', 'semicolon', 'Puntkomma'),
('nl', 'send', 'Verzend'),
('nl', 'sender', 'Afzender'),
('nl', 'sending_email_to', 'E-mail versturen aan [email]...'),
('nl', 'send_feedback', 'Uw mening wordt gewaardeerd!'),
('nl', 'send_invitations', 'Nodig uit'),
('nl', 'send_notification', 'Verstuur notificatie naar geselecteerde'),
('nl', 'send_shipment_notification_to_customer', 'Stuur verzendnotificatie naar klant'),
('nl', 'send_shipping_address', 'Verzend klant afleveradres'),
('nl', 'send_test_email', 'Test e-mail verzenden'),
('nl', 'send_test_notification', 'Send test notification'),
('nl', 'send_to', 'Verzenden naar'),
('nl', 'send_to_test_email', 'Verzenden om de e-mail te testen'),
('nl', 'send_via', 'Stuur via'),
('nl', 'send_via_email', 'Stuur per e-mail'),
('nl', 'send_via_postal_mail', 'Verstuur via post'),
('nl', 'sent', 'Verstuur'),
('nl', 'seo', 'Zoekmachine optimalisatie'),
('nl', 'seo.create_redirect', 'Omleiding van oude URL maken'),
('nl', 'seo.error_incorrect_url', 'Ongeldig formaat voor de URL <b>[url]</b>. Als bijvoorbeeld uw URL <b>http://example.com/pad/naar/object</b> is, moet u <b>/pad/naar/object</b> invoeren'),
('nl', 'seo.error_old_url_exists', 'De URL waarvan u doorverwijst bestaat al'),
('nl', 'seo.important_language_text', '<b>Waarschuwing!</b> De <b>SEO</b> add-on is momenteel geconfigureerd om één URL voor alle talen te gebruiken. Als u een standaardtaal van een van de etalages verbergt, uitschakelt of verwijdert, worden de SEO-URL\'s gewijzigd.'),
('nl', 'seo.new_redirect', 'Nieuwe redirect'),
('nl', 'seo.new_url', 'Nieuwe URL'),
('nl', 'seo.old_url', 'Oude URL'),
('nl', 'seo.redirects_manager', '301-omleidingen'),
('nl', 'seo.redirects_manager_menu_description', 'Omleidingen van oude URL\'s beheren'),
('nl', 'seo.rich_snippets', 'Google rich snippets voorbeeld'),
('nl', 'seo.rich_snippets_rating', 'Waardering'),
('nl', 'seo.rich_snippets_reviews', '[n] beoordeling|[n] beoordelingen'),
('nl', 'seo_menu_description', 'Instellingen voor zoekmachine-optimalisatie van de webwinkel.'),
('nl', 'seo_meta_data', 'Zoekmachine optimalisatie / Meta gegevens'),
('nl', 'seo_name', 'SEO naam'),
('nl', 'seo_page_title', 'pagina [n]'),
('nl', 'seo_robots', 'robots.txt'),
('nl', 'seo_rules', 'Zoekmachine Optimalisatie'),
('nl', 'seo_rules_menu_description', 'Gebruik dit gedeelte om regels te maken voor het herschrijven van URL\'s in uw webwinkel.'),
('nl', 'separate_multiple_email_addresses', 'Als u meerdere e-mails invoert, schrijf deze dan op een nieuwe regel.'),
('nl', 'separator', 'Scheidingsteken'),
('nl', 'sequential', 'Opvolgend'),
('nl', 'server', 'Server'),
('nl', 'service_not_available', 'Deze service is niet beschikbaar.'),
('nl', 'set', 'Stel in'),
('nl', 'settings', 'Instellingen'),
('nl', 'settings_overwrite_text', '<b>[theme_name]</b> zal de volgende instellingen instellen bij activering'),
('nl', 'settings_overwrite_title', 'Het thema overschrijft de instellingen van de webwinkel'),
('nl', 'settings_wizard', 'Instellingen wizard'),
('nl', 'settings_wizard_close_tooltip', 'Wizard kan opnieuw worden geopend in het menu \'Instellingen -> Instellingen wizard\'.'),
('nl', 'settings_wizard_title', 'Instellingen wizard: Stap [current_step] of [total_steps]'),
('nl', 'setting_min_order_amount_type_was_hidden_upgrade_notification_text', '<p>Previously, the <b>Minimum order amount</b> in your store included the shipping costs. If the minimum order amount was $50, and a customer bought 2 products at $20 each, and the shipping cost was $12, then it would be possible to place an order. But now this behavior has changed: only the total price of all products in the cart will determine whether the minimum order amount has been reached.</p><p>Please go to <b>Settings → Checkout</b> and adjust your <b>Minimum order amount</b> to reflect this change.</p><p><a href=\"[checkout_settings]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Open checkout settings</a></p>'),
('nl', 'setting_min_order_amount_type_was_hidden_upgrade_notification_title', 'Setting \"Define minimum order amount by\" removed'),
('nl', 'set_custom_configuration', 'Aangepaste configuratie instellen'),
('nl', 'share', 'Deel'),
('nl', 'share.congratulations_first_order', 'Gefeliciteerd met uw eerste complete bestelling.'),
('nl', 'share.first_order_tweet', 'Wow! De eerste afgeronde bestelling in mijn CS-Cart webwinkel'),
('nl', 'share.installation_tweet', 'I heb zojuist een online webwinkel aangemaakt met [product_name]'),
('nl', 'sharedsec', 'SharedSec'),
('nl', 'shared_secret', 'Gedeeld geheim'),
('nl', 'share_discount', 'Korting delen'),
('nl', 'sha_sign', 'SHA-1 handtekening'),
('nl', 'shipment', 'Zending'),
('nl', 'shipments', 'Zendingen'),
('nl', 'shipments_menu_description', 'Bekijk en print pakbonnen voor bestellingen'),
('nl', 'shipment_date', 'Verzendingsdatum'),
('nl', 'shipment_details', 'Verzenddetails'),
('nl', 'shipment_has_been_created', 'Verzending is aangemaakt'),
('nl', 'shipment_id', 'Verzend-ID'),
('nl', 'shipment_info', 'Verzend informatie'),
('nl', 'shipment_statuses', 'Verzendstatus'),
('nl', 'shipped', 'Verzonden'),
('nl', 'shipped_products', 'Verzonden producten'),
('nl', 'shipper_number', 'Verzender nummer'),
('nl', 'shipping', 'Verzendmethode'),
('nl', 'shippings', 'Verzendingen'),
('nl', 'shippings.aup.currency_not_configured', 'Om de Australia Post verzending te activeren moet de Australische Dollar zijn ingeschakeld.'),
('nl', 'shippings.aup.pac_api_key', 'PAC API sleutel'),
('nl', 'shippings.can.api_keys', 'API Sleutels'),
('nl', 'shippings.can.business_account_information', 'Zakelijk klantprofiel informatie'),
('nl', 'shippings.can.contract_id', 'Contract ID'),
('nl', 'shippings.can.customer_number', 'Klantnummer'),
('nl', 'shippings.can.options', 'Bezorgingsopties'),
('nl', 'shippings.can.option_cod', 'Rembours'),
('nl', 'shippings.can.option_cov', 'Dekking'),
('nl', 'shippings.can.option_cov_amount', 'Bedrag van de dekking'),
('nl', 'shippings.can.option_dns', 'Niet veilig achterlaten'),
('nl', 'shippings.can.option_hfp', 'Kaart voor ophalen'),
('nl', 'shippings.can.option_lad', 'Laat achter bij de deur - niet met kaart'),
('nl', 'shippings.can.option_pa18', 'Bewijs van leeftijd vereist - 18'),
('nl', 'shippings.can.option_pa19', 'Bewijs van leeftijd vereist - 19'),
('nl', 'shippings.can.option_so', 'Handtekening'),
('nl', 'shippings.can.password', 'Wachtwoord'),
('nl', 'shippings.can.username', 'Gebruikersnaam'),
('nl', 'shippings.currency_not_found', 'De valuta [currency] werd niet gevonden'),
('nl', 'shippings.fedex.currency_is_missing', 'The rates calculated by FedEx are in [currency], and that currency doesn\'t exist in your store. Please create that currency; otherwise customers won\'t be able to select this shipping method.'),
('nl', 'shippings.fedex.freight_account_number', 'Freight account number'),
('nl', 'shippings.fedex.options', 'Bezorg opties'),
('nl', 'shippings.fedex.option_broker_select_option', 'Broker select option'),
('nl', 'shippings.fedex.option_call_before_delivery', 'Bel voor levering'),
('nl', 'shippings.fedex.option_cod', 'COD'),
('nl', 'shippings.fedex.option_cod_amount', 'COD amount'),
('nl', 'shippings.fedex.option_cod_collection_type', 'COD collection type'),
('nl', 'shippings.fedex.option_cod_collection_type_any', 'Any'),
('nl', 'shippings.fedex.option_cod_collection_type_cash', 'Cash'),
('nl', 'shippings.fedex.option_cod_collection_type_guaranteed_funds', 'Guaranteed funds'),
('nl', 'shippings.fedex.option_custom_delivery_window', 'Custom delivery window'),
('nl', 'shippings.fedex.option_dangerous_goods', 'Gevaarlijke goederen'),
('nl', 'shippings.fedex.option_dangerous_goods_accessibility', 'Dangerous goods accessibility'),
('nl', 'shippings.fedex.option_dangerous_goods_accessibility_accessible', 'Accessible'),
('nl', 'shippings.fedex.option_dangerous_goods_accessibility_inaccessible', 'Inaccessible'),
('nl', 'shippings.fedex.option_dangerous_goods_options', 'Hazardous content options'),
('nl', 'shippings.fedex.option_dangerous_goods_options_battery', 'Batterij'),
('nl', 'shippings.fedex.option_dangerous_goods_options_hazardous_materials', 'Gevaarlijke stoffen'),
('nl', 'shippings.fedex.option_dangerous_goods_options_limited_quantities_commodities', 'Limited quantities commodities'),
('nl', 'shippings.fedex.option_dangerous_goods_options_orm_d', 'ORM-D'),
('nl', 'shippings.fedex.option_dangerous_goods_options_reportable_quantities', 'Reportable quantities'),
('nl', 'shippings.fedex.option_dangerous_goods_options_small_quantity_exception', 'Small quantity exception'),
('nl', 'shippings.fedex.option_do_not_break_down_pallets', 'Do not break down pallets'),
('nl', 'shippings.fedex.option_do_not_stack_pallets', 'Do not stack pallets'),
('nl', 'shippings.fedex.option_dry_ice', 'Dry ice'),
('nl', 'shippings.fedex.option_east_coast_special', 'East Coast special'),
('nl', 'shippings.fedex.option_electronic_trade_documents', 'Electronic trade documents'),
('nl', 'shippings.fedex.option_extreme_length', 'Extreme length'),
('nl', 'shippings.fedex.option_fedex_one_rate', 'FedEx One Rate'),
('nl', 'shippings.fedex.option_food', 'Voedsel'),
('nl', 'shippings.fedex.option_freight_guarantee', 'Freight guarantee'),
('nl', 'shippings.fedex.option_freight_to_collect', 'Freight to collect'),
('nl', 'shippings.fedex.option_future_day_shipment', 'Future day shipment'),
('nl', 'shippings.fedex.option_hold_at_location', 'Hold at location'),
('nl', 'shippings.fedex.option_home_delivery_premium', 'Home delivery Premium'),
('nl', 'shippings.fedex.option_inside_delivery', 'Inside delivery'),
('nl', 'shippings.fedex.option_inside_pickup', 'Inside pickup'),
('nl', 'shippings.fedex.option_international_controlled_export_service', 'International controlled export service'),
('nl', 'shippings.fedex.option_international_traffic_in_arms_regulations', 'International traffic in arms regulations'),
('nl', 'shippings.fedex.option_liftgate_delivery', 'Liftgate delivery'),
('nl', 'shippings.fedex.option_liftgate_pickup', 'Liftgate pickup'),
('nl', 'shippings.fedex.option_limited_access_delivery', 'Limited access delivery'),
('nl', 'shippings.fedex.option_limited_access_pickup', 'Limited access pickup'),
('nl', 'shippings.fedex.option_pharmacy_delivery', 'Pharmacy delivery'),
('nl', 'shippings.fedex.option_poison', 'Poison'),
('nl', 'shippings.fedex.option_protection_from_freezing', 'Protection from freezing'),
('nl', 'shippings.fedex.option_returns_clearance', 'Returns clearance'),
('nl', 'shippings.fedex.option_saturday_delivery', 'Zaterdag levering'),
('nl', 'shippings.fedex.option_saturday_pickup', 'Zaterdag afhalen'),
('nl', 'shippings.fedex.option_top_load', 'Top load'),
('nl', 'shippings.fedex.upgrade_notification_text', '<p>The latest version of [product] has different settings for realtime shipping rate calculation if you use FedEx as a Carrier.</p><p>If you want to show current shipping rates to your clients, do this:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses FedEx as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li><li>switch to the Configure tab and select desired delivery options</li></ul>'),
('nl', 'shippings.fedex.upgrade_notification_title', 'FedEx realtime shipping rate calculation changes'),
('nl', 'shippings.service_not_configured', 'Dienst is niet geconfigureerd'),
('nl', 'shippings.service_not_found', 'Dienst werd niet gevonden'),
('nl', 'shippings.ups.package_type.01', 'UPS Letter'),
('nl', 'shippings.ups.package_type.02', 'Package'),
('nl', 'shippings.ups.package_type.03', 'Tube'),
('nl', 'shippings.ups.package_type.04', 'Pak'),
('nl', 'shippings.ups.package_type.21', 'Express Box'),
('nl', 'shippings.ups.package_type.24', '25KG Box'),
('nl', 'shippings.ups.package_type.25', '10KG Box'),
('nl', 'shippings.ups.package_type.2a', 'Small Express Box'),
('nl', 'shippings.ups.package_type.2b', 'Medium Express Box'),
('nl', 'shippings.ups.package_type.2c', 'Large Express Box'),
('nl', 'shippings.ups.package_type.30', 'Pallet'),
('nl', 'shippings_taxes', 'Verzenden & belastingen'),
('nl', 'shipping_address', 'Verzendadres'),
('nl', 'shipping_address_changed', 'Verzendadres is gewijzigd'),
('nl', 'shipping_address_line_2', 'Shipping: address (line 2)'),
('nl', 'shipping_applied_to_vendors', 'De verzendmethode is toegepast op [vendors] leveranciers'),
('nl', 'shipping_charges', 'Verzendkosten'),
('nl', 'shipping_city', 'Shipping: city'),
('nl', 'shipping_cost', 'Verzendkosten'),
('nl', 'shipping_costs_will_changed', 'Verzendkosten zullen worden gewijzigd door'),
('nl', 'shipping_country', 'Shipping: country'),
('nl', 'shipping_estimation', 'Verzend schatting'),
('nl', 'shipping_first_name', 'Shipping: first name'),
('nl', 'shipping_freight', 'Verzendkosten'),
('nl', 'shipping_information', 'Verzend informatie'),
('nl', 'shipping_last_name', 'Shipping: last name'),
('nl', 'shipping_method', 'Verzendmethode'),
('nl', 'shipping_methods', 'Verzendmethoden'),
('nl', 'shipping_methods_menu_description', 'Verzameling van regels en parameters om de verzendkosten te berekenen.'),
('nl', 'shipping_name', 'Naam verzendmethode'),
('nl', 'shipping_options', 'Verzendopties'),
('nl', 'shipping_phone', 'Shipping: phone'),
('nl', 'shipping_properties', 'Verzendeigenschappen'),
('nl', 'shipping_rates', 'Verzendtarieven'),
('nl', 'shipping_same_as_billing', 'Verzend- en factuuradres zijn hetzelfde'),
('nl', 'shipping_service', 'Verzendservice'),
('nl', 'shipping_state', 'Shipping: state'),
('nl', 'shipping_time_and_charges', 'Verzendtijd en tarieven'),
('nl', 'shipping_tips', ''),
('nl', 'shipping_zipcode', 'Shipping: zipcode'),
('nl', 'ship_dhl_height', 'Hoogte pakket (eenheid)'),
('nl', 'ship_dhl_length', 'Lengte pakket (eenheid)'),
('nl', 'ship_dhl_site_id', 'Site ID'),
('nl', 'ship_dhl_width', 'Breedte pakket (eenheid)'),
('nl', 'ship_downloadable', 'Enable shipping for downloadable products'),
('nl', 'ship_fedex_ancillary_endorsement', 'Bijkomende vermeldingen'),
('nl', 'ship_fedex_ancillary_endorsement_address_correction', 'Adres Aangevraagde Service'),
('nl', 'ship_fedex_ancillary_endorsement_carrier_leave_if_no_response', 'Vervoerder verlaten indien geen reactie'),
('nl', 'ship_fedex_ancillary_endorsement_change_service', 'Wijzig Aangevraagde Service'),
('nl', 'ship_fedex_ancillary_endorsement_forwarding_service', 'Forwarding Service Aangevraagd'),
('nl', 'ship_fedex_ancillary_endorsement_return_delivery', 'Retourzending aangevraagd'),
('nl', 'ship_fedex_customer_manifest_id', 'Klant manifest ID'),
('nl', 'ship_fedex_drop_off_type', 'Aflevertype'),
('nl', 'ship_fedex_drop_off_type_business_service_center', 'Business service center'),
('nl', 'ship_fedex_drop_off_type_drop_box', 'Drop box'),
('nl', 'ship_fedex_drop_off_type_regular_pickup', 'Regulier ophalen'),
('nl', 'ship_fedex_drop_off_type_request_courier', 'Aanvraag vervoerder'),
('nl', 'ship_fedex_drop_off_type_station', 'Bij station neerzetten'),
('nl', 'ship_fedex_height', 'Hoogte(eenheid)'),
('nl', 'ship_fedex_hub_id', 'Hub ID'),
('nl', 'ship_fedex_indicia', 'Indicia'),
('nl', 'ship_fedex_indicia_media_mail', 'Media Mail (pakketten van 1 tot 70 pond, boeken, DVD\'s, cd\'s, videobanden)'),
('nl', 'ship_fedex_indicia_parcel_select', 'Pakket Select (pakketten van 1 tot 70 lbs)'),
('nl', 'ship_fedex_indicia_presorted_bound_printed_matter', 'Gebonden drukwerk pakketten (pakketten van 1 tot 15 lbs catalogussen, telefoonboeken of iets permanent gebonden)'),
('nl', 'ship_fedex_indicia_presorted_standard', 'Standaard Mail Pakket (pakket kleiner dan 1lb)'),
('nl', 'ship_fedex_length', 'Length(inches)'),
('nl', 'ship_fedex_meter_number', 'Meternummer'),
('nl', 'ship_fedex_package_type_fedex_10kg_box', 'FedEx 10kg doos'),
('nl', 'ship_fedex_package_type_fedex_25kg_box', 'FedEx 25kg Doos'),
('nl', 'ship_fedex_package_type_fedex_box', 'FedEx Doos'),
('nl', 'ship_fedex_package_type_fedex_envelope', 'FedEx Envelop'),
('nl', 'ship_fedex_package_type_fedex_extra_large_box', 'FedEx extra grote doos'),
('nl', 'ship_fedex_package_type_fedex_large_box', 'FedEx grote doos'),
('nl', 'ship_fedex_package_type_fedex_medium_box', 'FedEx middelgrote doos'),
('nl', 'ship_fedex_package_type_fedex_pak', 'FedEx Pakket'),
('nl', 'ship_fedex_package_type_fedex_small_box', 'FedEx kleine doos'),
('nl', 'ship_fedex_package_type_fedex_tube', 'FedEx buis'),
('nl', 'ship_fedex_package_type_your_packaging', 'Uw pakket'),
('nl', 'ship_fedex_smart_post', 'Slimme Post'),
('nl', 'ship_fedex_special_services', 'Speciale service (bezorg bevestiging)'),
('nl', 'ship_fedex_width', 'Breedte(eenheid)'),
('nl', 'ship_height', 'Verpakking hoogte (cm)'),
('nl', 'ship_length', 'Pakket lengte (cm)'),
('nl', 'ship_sp_l_acknowledgement_of_delivery', 'Bevestiging van levering (alleen voor aangetekende brief)'),
('nl', 'ship_sp_l_cash_on_delivery', 'Rembours (alleen voor aangetekende brief)'),
('nl', 'ship_sp_l_personal_delivery', 'Persoonlijke bezorging (alleen voor geregistreerde mail)'),
('nl', 'ship_sp_l_registered_mail', 'Aangetekende brief'),
('nl', 'ship_sp_pc_assurance', 'Verzekering'),
('nl', 'ship_sp_pc_cash_on_delivery', 'Rembours'),
('nl', 'ship_sp_pc_fragile', 'Breekbaar'),
('nl', 'ship_sp_pc_manual_handling', 'Handmatig behandelen'),
('nl', 'ship_sp_pc_personal', 'Persoonlijk'),
('nl', 'ship_sp_pc_signature', 'Handtekening'),
('nl', 'ship_sp_pp_additional_insurance', 'Additionele verzekering (tot wel CHF 3000.-)'),
('nl', 'ship_sp_pp_bulky_goods', 'Bulkgoederen'),
('nl', 'ship_sp_pp_cash_on_delivery', 'Rembours (Alleen ECONOMY)'),
('nl', 'ship_sp_pp_manual_processing', 'Handmatige verwerking'),
('nl', 'ship_sp_ur_additional_insurance', 'Aanvullende verzekering voor DRINGENDE goederen (tot CHF 3000.-)'),
('nl', 'ship_swisspost_error_intl_delivery', 'Kan deze verzendmethode niet gebruiken voor internationale verzending'),
('nl', 'ship_swisspost_error_private_delivery', 'Niet mogelijk om deze verzendmethode te gebruiken voor particuliere levering'),
('nl', 'ship_swisspost_heavy_package', 'Het pakket is te zwaar'),
('nl', 'ship_swisspost_unable_to_open_additional_services', 'Kan het bestand additional_services.csv niet openen'),
('nl', 'ship_swisspost_unable_to_open_service', 'Het bestand [code] kan niet worden geopend'),
('nl', 'ship_temando_height', 'Pakket hoogte'),
('nl', 'ship_temando_length', 'Pakket lengte'),
('nl', 'ship_temando_measurement', 'Afmetingen verpakking'),
('nl', 'ship_temando_method', 'Verzendmethode'),
('nl', 'ship_temando_package', 'Verpakkingen'),
('nl', 'ship_temando_readydate', 'Gereed datum (dagen)'),
('nl', 'ship_temando_subclass', 'Klasse van het verzonden item'),
('nl', 'ship_temando_weight_measurement', 'Type gewichtsmeting'),
('nl', 'ship_temando_width', 'Pakket breedte'),
('nl', 'ship_to', 'Verzend naar'),
('nl', 'ship_to_another', 'Verzend naar een ander adres'),
('nl', 'ship_ups_access_key', 'UPS tarieven Toegangscode'),
('nl', 'ship_ups_dcist_type', 'Type bevestiging'),
('nl', 'ship_ups_delivery_confirmation', 'Geen handtekening'),
('nl', 'ship_ups_delivery_confirmation_adult_signature', 'Handtekening van volwassenen vereist'),
('nl', 'ship_ups_delivery_confirmation_signature', 'Handtekening vereist'),
('nl', 'ship_ups_package_type_01', 'UPS brief/ UPS Express Envelop'),
('nl', 'ship_ups_package_type_03', 'UPS buis'),
('nl', 'ship_ups_package_type_04', 'UPS Pakket'),
('nl', 'ship_ups_package_type_21', 'UPS Express Pakket'),
('nl', 'ship_ups_package_type_24', 'UPS 25Kg Pakket'),
('nl', 'ship_ups_package_type_25', 'UPS 10Kg Pakket'),
('nl', 'ship_ups_pickup_type', 'Ophaaltype'),
('nl', 'ship_ups_pickup_type_01', 'Dagelijkse pickup'),
('nl', 'ship_ups_pickup_type_03', 'Klant Teller'),
('nl', 'ship_ups_pickup_type_06', 'Eenmalige pickup'),
('nl', 'ship_ups_pickup_type_07', 'Op oproep Lucht'),
('nl', 'ship_ups_pickup_type_11', 'Advies-verkooptarief'),
('nl', 'ship_ups_pickup_type_19', 'Brief Centrum'),
('nl', 'ship_ups_pickup_type_20', 'Air Service Centrum'),
('nl', 'ship_ups_use_delivery_confirmation', 'Bevestiging van levering gebruiken'),
('nl', 'ship_usps_container', 'Container'),
('nl', 'ship_usps_container_express', 'Container (Expresse)'),
('nl', 'ship_usps_container_express_flat_rate_envelope', 'Standaard-tarief envelop'),
('nl', 'ship_usps_container_priority', 'Container (Priority Mail)'),
('nl', 'ship_usps_container_priority_flat_rate_box', 'Standaardtarief pakket'),
('nl', 'ship_usps_container_priority_flat_rate_envelope', 'Standaardtarief envelop'),
('nl', 'ship_usps_container_priority_gift_card_flat_rate_envelope', 'Enkeltarief enveloppe met cadeaubon'),
('nl', 'ship_usps_container_priority_legal_flat_rate_envelope', 'Enkeltarief enveloppe Legal-formaat'),
('nl', 'ship_usps_container_priority_lg_flat_rate_box', 'Grote doos (vast tarief)'),
('nl', 'ship_usps_container_priority_md_flat_rate_box', 'Middel Flat Rate Box'),
('nl', 'ship_usps_container_priority_nonrectangular', 'Niet rechthoekig'),
('nl', 'ship_usps_container_priority_padded_flat_rate_envelope', 'Vast tarief bubbelenvelop'),
('nl', 'ship_usps_container_priority_rectangular', 'Rechthoekig'),
('nl', 'ship_usps_container_priority_regional_a_rate_box', 'Regionale Rate Box A'),
('nl', 'ship_usps_container_priority_regional_b_rate_box', 'Regionale Rate Box B'),
('nl', 'ship_usps_container_priority_regional_c_rate_box', 'Regionaal tarief Box C'),
('nl', 'ship_usps_container_priority_sm_flat_rate_box', 'Kleine Flat Rate Box'),
('nl', 'ship_usps_container_priority_sm_flat_rate_envelope', 'Enkeltarief enveloppe SM-plat'),
('nl', 'ship_usps_container_priority_window_flat_rate_envelope', 'Enkeltarief vensterenveloppe'),
('nl', 'ship_usps_first_class_mail_type', 'Eerste Klas Mail Type'),
('nl', 'ship_usps_first_class_mail_type_flat', 'Plat'),
('nl', 'ship_usps_first_class_mail_type_parcel', 'Pakket'),
('nl', 'ship_usps_intl_package_girth', 'Pakket omvang'),
('nl', 'ship_usps_intl_package_height', 'Pakket hoogte'),
('nl', 'ship_usps_intl_package_length', 'Pakket lengte'),
('nl', 'ship_usps_intl_package_size', 'Pakket afmeting'),
('nl', 'ship_usps_intl_package_width', 'Pakket breedte'),
('nl', 'ship_usps_machinable', 'Mechanisch verwerking'),
('nl', 'ship_usps_machinable_false', 'Onwaar'),
('nl', 'ship_usps_machinable_true', 'Waar'),
('nl', 'ship_usps_mailtype', 'Mailsoort'),
('nl', 'ship_usps_mailtype_matter_for_the_blind', 'Belangrijk voor blinden'),
('nl', 'ship_usps_mailtype_postcards_or_aerogrammes', 'Postkaarten of Luchtpostbrieven'),
('nl', 'ship_usps_package_size', 'Pakketgrootte (lengte + omvang, eenhoud)'),
('nl', 'ship_usps_package_size_large', 'Groot(84..108)'),
('nl', 'ship_usps_package_size_oversize', 'Oversize(108..130)'),
('nl', 'ship_usps_package_size_regular', 'Normaal (0..84)'),
('nl', 'ship_usps_priority_girth', 'Priority Mail (Afmetingen:Groot, Container:NietRechthoeking) Omtrek (inches)'),
('nl', 'ship_usps_priority_height', 'Priority Mail (Afmeting:Groot) Hoogte (inches)'),
('nl', 'ship_usps_priority_length', 'Priority Mail (Afmeting:Groot) Lengte (inches)'),
('nl', 'ship_usps_priority_width', 'Priority Mail (Afmeting:Groot) Breedte (inches)'),
('nl', 'ship_usps_username', 'GebruikersID'),
('nl', 'ship_width', 'Pakket breedte (cm)'),
('nl', 'shop_now', 'Nu winkelen'),
('nl', 'short_description', 'Korte omschrijving'),
('nl', 'short_hour', 'u.'),
('nl', 'short_list', 'Shortlist'),
('nl', 'show', 'Toon'),
('nl', 'show_all', 'Toon alle'),
('nl', 'show_all_storefronts', 'Toon alle strorefronts'),
('nl', 'show_all_storefronts_with_count', 'Toon alle [count] storefronts'),
('nl', 'show_in_product_header', 'Show in product header'),
('nl', 'show_in_product_list', 'Show in product list'),
('nl', 'show_items_in_line', 'Toon items inline'),
('nl', 'show_less', 'Minder weergeven'),
('nl', 'show_location', 'Toon locatie'),
('nl', 'show_menu_on_mouse_over', 'Toon menu bij \"mouse-over\"'),
('nl', 'show_more', 'Meer weergeven'),
('nl', 'show_on_checkout', 'Tijdens afrekenen weergeven'),
('nl', 'show_on_separate_page', 'Op een aparte pagina weergeven'),
('nl', 'show_on_the_features_tab', 'Show on the features tab'),
('nl', 'show_options', 'Opties tonen'),
('nl', 'show_orders', 'Toon bestellingen'),
('nl', 'show_package_contents', 'Geef de inhoud van de upgrade weer'),
('nl', 'show_price', 'Toon prijs'),
('nl', 'show_products_count', 'Toon aantal producten'),
('nl', 'show_rate_for_destination', 'Toon bestemmingstarief'),
('nl', 'show_rate_for_rate_area', 'Toon tarieven voor tariefgebied'),
('nl', 'show_rating', 'Show review rating'),
('nl', 'show_tab_in_popup', 'Toon deze tab in een popup venster'),
('nl', 'show_to', 'Laten zien aan'),
('nl', 'sidebox_general', 'Gewoon blok (H3 kop) [deprecated]'),
('nl', 'sidebox_important', 'Gewoon blok (H3 kop)'),
('nl', 'signature', 'Handtekening'),
('nl', 'signed_in_as', 'Ingelogd als'),
('nl', 'sign_in', 'Log in'),
('nl', 'sign_in_as_different', 'Log in als een andere gebruiker'),
('nl', 'sign_in_to_buy', 'Log in om te kopen'),
('nl', 'sign_in_to_enter_tags', 'Meld je aan om tags in te voeren'),
('nl', 'sign_in_to_view_price', '[Log in om de prijs te bekijken]'),
('nl', 'sign_out', 'Uitloggen'),
('nl', 'sign_up_for_notification', 'Inschrijven voor notificatie'),
('nl', 'similar', 'Gelijk'),
('nl', 'similar_category', 'Van dezelfde categorie'),
('nl', 'similar_in_stock', 'Alleen producten \"in voorraad\"'),
('nl', 'similar_only', 'Alleen vergelijkbare'),
('nl', 'similar_subcats', 'Overweeg subcategorieën'),
('nl', 'simple_ultimate_companies_selector', 'Neem contact op met de technische support'),
('nl', 'simultaneous', 'Gelijktijdig'),
('nl', 'single', 'Alleen'),
('nl', 'single_coupon_is_allowed', 'Alleen een enkele kortingsbon is toegestaan'),
('nl', 'sitemap', 'Sitemap'),
('nl', 'sitemap_available_in_customer', 'De sitemap is beschikbaar via deze link: <a href=\"[sitemap_url]\">[sitemap_url]</a><br /><br />Sitemap kan worden bereikt via de URL <a href=\"[http_location]/sitemap.xml\">[http_location]/sitemap.xml</a>'),
('nl', 'sitemap_menu_description', 'Genereer voor uw webwinkel een sitemap.xml bestand voor zoekmachines.'),
('nl', 'sitemap_settings', 'Sitemap instellingen'),
('nl', 'siteurl', 'Site URL'),
('nl', 'site_number', 'Site nummer (EPT)'),
('nl', 'size', 'Afmeting'),
('nl', 'skiplastpage', 'Sla de laatste pagina over'),
('nl', 'skip_creating_new_products', 'Skip creating new products'),
('nl', 'skip_payment', 'Betaling overslaan'),
('nl', 'skrill_customer_id', 'Skrill Klant ID'),
('nl', 'sku', 'CODE'),
('nl', 'slovak', 'Slowaaks'),
('nl', 'slow', 'Langzaam'),
('nl', 'small_items', 'Kleine items'),
('nl', 'smarty_block', 'HTML blok met Smarty ondersteuning'),
('nl', 'sms_customer_registered', 'Klant [name] is geregistreerd.'),
('nl', 'sms_for_the_sum', 'naar het bedrag van'),
('nl', 'sms_order_placed', 'zijn geplaatst'),
('nl', 'snapshot_date', 'Snapshot datum'),
('nl', 'snippets', 'Snippets'),
('nl', 'snippets_have_been_deleted', 'Snippets zijn verwijderd.'),
('nl', 'snippet_exists', 'De snippet met deze code bestaat al, probeer een andere.'),
('nl', 'sort_by', 'Sorteer op'),
('nl', 'sort_by_bestsellers_asc', 'Sorteren op Bestselling: laag naar hoog'),
('nl', 'sort_by_bestsellers_desc', 'Sorteren op bestseller'),
('nl', 'sort_by_company_asc', 'Sorteer alfabetisch: A tot Z'),
('nl', 'sort_by_company_desc', 'Sorteer alfabetisch: Z tot A'),
('nl', 'sort_by_helpfulness_asc', 'Helpful last'),
('nl', 'sort_by_helpfulness_desc', 'Helpful first'),
('nl', 'sort_by_null_asc', 'Geen sortering'),
('nl', 'sort_by_null_desc', 'No sorting'),
('nl', 'sort_by_on_sale_asc', 'Sorteren op korting: laag naar hoog'),
('nl', 'sort_by_on_sale_desc', 'Sorteren op korting: hoog naar laag'),
('nl', 'sort_by_popularity_asc', 'Sorteer op populariteit: Laag naar Hoog'),
('nl', 'sort_by_popularity_desc', 'Sorteer op populariteit'),
('nl', 'sort_by_position_asc', 'Sorteer op positie: Laag naar Hoog'),
('nl', 'sort_by_position_desc', 'Sorteer op positie: Hoog naar laag'),
('nl', 'sort_by_price_asc', 'Sorteer op prijs: Laag naar hoog'),
('nl', 'sort_by_price_desc', 'Sorteer op prijs: Hoog naar laag'),
('nl', 'sort_by_product_asc', 'Sorteer Alfabetisch: A naar Z'),
('nl', 'sort_by_product_desc', 'Sorteer alfabetisch : Z - A'),
('nl', 'sort_by_product_review_timestamp_asc', 'Sort by date: Oldest to Newest'),
('nl', 'sort_by_product_review_timestamp_desc', 'Sort by date: Newest to Oldest'),
('nl', 'sort_by_rating_asc', 'Sort by rating: Low to High'),
('nl', 'sort_by_rating_desc', 'Sort by rating'),
('nl', 'sort_by_rating_value_asc', 'Sort by rating: Low to High'),
('nl', 'sort_by_rating_value_desc', 'Sort by rating: High to Low'),
('nl', 'sort_by_timestamp_asc', 'Oudste item eerst'),
('nl', 'sort_by_timestamp_desc', 'Nieuwste item eerst'),
('nl', 'sort_images', 'Sorteer afbeeldingen'),
('nl', 'sort_order', 'Order'),
('nl', 'spanish', 'Spaans'),
('nl', 'special', 'Speciaal'),
('nl', 'specific_settings', 'Specifieke instellingen'),
('nl', 'specify_options', 'Opties opgeven'),
('nl', 'specify_url', 'Specificeer URL'),
('nl', 'speed', 'Snelheid'),
('nl', 'ssl_certificate', 'SSL certificaat'),
('nl', 'staff_only_notes', 'Meldingen alleen voor personeel'),
('nl', 'stage', 'Fase'),
('nl', 'standard_sidebox', 'Standaard box zijkant'),
('nl', 'start', 'Begin'),
('nl', 'start_communication', 'Start communicatie'),
('nl', 'start_date', 'Begindatum'),
('nl', 'start_price', 'Start prijs'),
('nl', 'state', 'Provincie'),
('nl', 'states', 'Provincies'),
('nl', 'states_list', 'Provincielijst'),
('nl', 'states_menu_description', 'Beheer de provincies welke worden ondersteund in uw winkel.'),
('nl', 'static_block', 'Statisch blok'),
('nl', 'static_data', 'Statische gegevens'),
('nl', 'static_data_use_item', 'Gebruik de \"Link tekst\" en \"URL\" van dit item in de winkel'),
('nl', 'statistics', 'Statistieken'),
('nl', 'statistics_by_questions', 'Statistieken');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('nl', 'status', 'Status'),
('nl', 'statuses', 'statussen'),
('nl', 'statuses_management', 'Statussen'),
('nl', 'status_changed', 'Status is gewijzigd'),
('nl', 'status_changed_after_process_payment', 'Bestelstatus werd ingesteld op basis van het resultaat van het betaalprocess'),
('nl', 'stay_connected', 'Blijf op de hoogte'),
('nl', 'stay_connected_notice', 'Laat uw e-mailadres achter om speciale aanbiedingen te ontvangen.'),
('nl', 'step_four', 'Stap 4'),
('nl', 'step_one', 'Stap 1'),
('nl', 'step_three', 'Stap 3'),
('nl', 'step_two', 'Stap 2'),
('nl', 'stop_other_rules', 'Stop andere regels'),
('nl', 'storage', 'Verbruik'),
('nl', 'store', 'CS-Cart winkel'),
('nl', 'storefront', 'Winkel'),
('nl', 'storefronts', 'Storefronts'),
('nl', 'storefronts_limit_exceeded', 'The number of storefronts in your CS-Cart License has exceeded the number of purchased storefront licenses.'),
('nl', 'storefronts_themes_upgrade_notification.message', '<p>Previously, all storefronts looked the same. They differed only in currencies, languages, and vendors. But now storefronts can have their own themes and layouts. This allows you to customize their look and structure.</p><ul><li>Themes let you give each storefront its own set colors, fonts, logos, backgrounds, and styles. Match the appearance of a storefronts to its products or the preference of its audience.</li><li>Layouts and blocks let you create storefronts with entirely different structure and content. Show different banners, change the positions of elements on the pages, and so on. Everything in [product] is displayed via blocks, so you have many ways to customize your storefronts.</li></ul><p><a href=\"[themes_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Manage themes</a> <a href=\"[layouts_url]\" target=\"_blank\" class=\"btn btn-large\">Manage layouts</a></p>'),
('nl', 'storefronts_themes_upgrade_notification.title', 'Storefronts can now differ from each other significantly'),
('nl', 'storefront_access_key', 'Toegangssleutel tot tijdelijk gesloten storefront'),
('nl', 'storefront_access_key.setting_notice', 'U kunt de toegangssleutel instellen op de bewerkingspagina van de winkel'),
('nl', 'storefront_license', 'Storefront License'),
('nl', 'storefront_rest_api.guests_cant_add_products_to_cart', 'Guests can\'t add products to cart. Please log in to your account to add products to cart.'),
('nl', 'storefront_status', 'Status'),
('nl', 'storefront_status.tooltip', 'Zelfs als de winkel is gesloten (de status is ingesteld op UIT), kunt u deze bekijken als u een toegangssleutel hebt. Geef hieronder de <i>Toegangssleutel voor tijdelijk gesloten winkel op</i>. <br/>Gebruik http://www.example.com/index.php?store_access_key=key_waarde om toegang te krijgen tot een gesloten winkel.'),
('nl', 'storefront_status_access_key_hint', 'Zelfs als de storefront is gesloten (de status is ingesteld op UIT), kunt u deze bekijken als u een toegangssleutel hebt. Ga naar <a target=\"blank\" href=\"[url]\">Instellingen → Algemeen</a> en geef de instelling <i>Toegangssleutel tot tijdelijk gesloten winkel</i> op. Houd er rekening mee dat voor elke storefront een andere sleutel kan worden opgegeven, dus zorg ervoor dat u eerst de juiste storefront selecteert. Gebruik de sleutel zoals beschreven in de knopinfo van die instelling.'),
('nl', 'storefront_status_changed.N', 'The storefront was <b>opened</b>|The storefronts were <b>opened</b>'),
('nl', 'storefront_status_changed.Y', 'The storefront was <b>closed</b>|The storefronts were <b>closed</b>'),
('nl', 'storefront_url', 'Winkel URL'),
('nl', 'storefront_url_already_exists', 'De door u opgegeven <strong>winkel URL</strong> behoort tot een ander bedrijf.'),
('nl', 'storefront_url_not_defined', 'Winkel URL niet gedefinieerd'),
('nl', 'storefront_with_same_url_exists', 'A storefront with the specified URL already exists'),
('nl', 'stores', 'Winkels'),
('nl', 'stores_nothing_found', 'Er zijn geen winkels gevonden'),
('nl', 'stores_status', 'Status'),
('nl', 'store_access_key', 'Toegangssleutel tot tijdelijk gesloten winkel'),
('nl', 'store_admin', 'Beheerder'),
('nl', 'store_closed', 'Winkel gesloten'),
('nl', 'store_closed_banner', 'Winkel <br/> gesloten'),
('nl', 'store_home', 'Store home'),
('nl', 'store_locator', 'Winkels & afhaalpunten'),
('nl', 'store_locator.any_rate_area', 'Any rate area'),
('nl', 'store_locator.available_fields', 'Beschikbare winkels'),
('nl', 'store_locator.display', 'Locatielijstweergave op de afrekenpagina'),
('nl', 'store_locator.display_l', 'Lijst'),
('nl', 'store_locator.display_m', 'Kaart'),
('nl', 'store_locator.display_ml', 'Kaart en lijst'),
('nl', 'store_locator.main_destination', 'Gelegen in tariefgebied'),
('nl', 'store_locator.name', 'Name'),
('nl', 'store_locator.no_rate_area', 'Geen tariefgebied'),
('nl', 'store_locator.pickup', 'Afhalen'),
('nl', 'store_locator.pickup_avail', 'Beschikbaar voor afhaling'),
('nl', 'store_locator.pickup_locations', 'Pickup Locations'),
('nl', 'store_locator.pickup_rates_calculation_logic_changed_text', '<p>De <b>[pickup_addon]</b> en <b>[store_locator_addon]</b> add-ons zijn samengevoegd tot een nieuwe add-on genaamd [stores_pickups_addon]. Verzendtarieven en tijd zijn nu flexibeler: ze zijn afhankelijk van de locatie (tariefgebied) van een afhaalpunt. De tarieven zijn nu op één plaats gespecificeerd: de bewerkingspagina van een verzendmethode.</p><p>Daarom hebben we het veld <b>Toeslag</b> van de bewerkingspagina van het afhaalpunt verwijderd. De waarde ervan wordt nog steeds in de admin panel weergegeven, maar wordt niet gebruikt in tariefberekening. Controleer uw afhaalpunten en pas vervolgens de verzendkosten van al uw \"Afhalen uit winkel\" verzendmethoden aan.</p><p><a href=\"[shippings_manage]\" target= \"_blank\" class=\"btn btn-large btn-primary\">Verzendtarieven aanpassen</a> <a href=\"[pickup_points_list]\" target=\"_blank\" class=\"btn btn-large\">Mijn afhaalpunten bekijken</a></p>'),
('nl', 'store_locator.pickup_rates_calculation_logic_changed_title', 'Ophalen in winkel: Toeslag per afhaalpunt verwijderd'),
('nl', 'store_locator.pick_up_points', 'Afhaalpunten'),
('nl', 'store_locator.scroll_to_top', 'Scroll naar boven'),
('nl', 'store_locator.selected_fields', 'Geselecteerde winkels'),
('nl', 'store_locator.select_stores', 'Selecteer winkels'),
('nl', 'store_locator.shipping_position', 'Bestelling geselecteerd in de verzendmethode-instellingen'),
('nl', 'store_locator.shipping_price_from', 'van [price]'),
('nl', 'store_locator.show_pickup_points_only', 'Verberg plaatsen waar ik mijn bestelling niet kan afhalen'),
('nl', 'store_locator.show_to', 'Laten zien aan'),
('nl', 'store_locator.stores_and_pickup_points', 'Winkels en afhaalpunten'),
('nl', 'store_locator.stores_position', 'Het veld \"Positie\" in de winkelinstellingen'),
('nl', 'store_locator.surcharge_changes_hint', 'In eerdere versies werd de toeslag toegevoegd aan de standaardtarieven die waren opgegeven voor een verzendmethode. Nu wordt met deze toeslag geen rekening gehouden bij het berekenen van de verzendkosten. We hebben het hier voor uw gemak achtergelaten, zodat u het kunt zien en de tarieven op de bewerkingspagina van de verzendmethode dienovereenkomstig kunt aanpassen.'),
('nl', 'store_locator.text_pickup_instruction', 'De verzendmethode \"Afhalen van klant\" biedt een klant de mogelijkheid een winkel te kiezen om een product af te halen. De winkels kunnen worden aangemaakt in de \"Winkellocatie\" add-on<br/><b> Winkelcreatie:</b> <a href=\"[store_locator]”>Winkellocatie</a>'),
('nl', 'store_locator.use_two_fingers_for_move_map', 'Gebruik twee vingers om de kaart te bewegen'),
('nl', 'store_locator.work_time', 'Werkuren'),
('nl', 'store_mode', 'Licentie modus'),
('nl', 'store_mode.plus', 'Plus'),
('nl', 'store_mode.ultimate', 'Ultimate'),
('nl', 'store_mode_changed', 'Licentie mode is gewijzigd'),
('nl', 'store_number', 'Winkelnummer'),
('nl', 'store_object_denied', 'Het [object_type] [object_name] is niet beschikbaar voor deze winkel.'),
('nl', 'store_rating', 'Store rating'),
('nl', 'store_theme', 'Winkel thema'),
('nl', 'subcategories', 'Subcategorieën'),
('nl', 'subcategories_tree_cat', 'Overzicht subcategorieën'),
('nl', 'subject', 'Onderwerp'),
('nl', 'submit', 'OK'),
('nl', 'submit_my_order', 'Bestelling afronden'),
('nl', 'subpages', 'Subpagina\'s'),
('nl', 'subscribe', 'Inschrijven'),
('nl', 'subscribed', 'Geabonneerd'),
('nl', 'subscribed_to', 'Geabonneerd op [num] lijsten'),
('nl', 'subscriber', 'Abonnee'),
('nl', 'subscribers', 'Abonnees'),
('nl', 'subscribers_date', 'Subscribers date'),
('nl', 'subscribers_menu_description', 'Nieuwsbriefabonnees en instellingen beheren.'),
('nl', 'subscribers_menu_item_text', 'Abonnees'),
('nl', 'subscribers_no_promo', 'Geen aanbieding'),
('nl', 'subscribers_num', 'Aantal abonnees'),
('nl', 'subscribers_promo_subject', 'Bedankt voor de aanmelding! Gebruik de couponcode [coupon] in deze speciale aanbieding \"[promotion]\".'),
('nl', 'subscriber_email', 'Abonnee email'),
('nl', 'subscriptions', 'Inschrijvingen'),
('nl', 'subtotal', 'Subtotaal'),
('nl', 'subtotal_sum', 'Subtotaal opgeteld'),
('nl', 'subtract', 'In mindering brengen'),
('nl', 'suburb', 'Buitenwijk'),
('nl', 'successful', 'Succesvol'),
('nl', 'successfully_registered', 'Registratie voltooid'),
('nl', 'successful_login', 'U bent ingelogd.'),
('nl', 'success_registration_text', 'Gefeliciteerd! De registratie is afgerond!<br />Nu heeft u volledige toegang tot alle mogelijkheden van onze webwinkel. Klik op \"Mijn profiel\" om deze te zien.'),
('nl', 'suffix', 'Achtervoegsel'),
('nl', 'summary', 'Samenvatting'),
('nl', 'supplier', 'Leverancier'),
('nl', 'suppliers', 'Leveranciers'),
('nl', 'suppliers.event.order.supplier_notified.name', 'Leveranciers: bestelstatus gewijzigd in [status]'),
('nl', 'suppliers.supplier_notifications', 'Supplier notifications'),
('nl', 'suppliers_menu_description', 'Een lijst van leveranciers in de webwinkel.'),
('nl', 'supplier_deleted', 'De leverancier is verwijderd.'),
('nl', 'supplier_email_header', 'De volgende producten zijn aangekocht in onze winkel en moeten verzonden worden.'),
('nl', 'supplier_id', 'Leverancier'),
('nl', 'surcharge', 'Toeslag'),
('nl', 'surcharge_title', 'Toeslag titel'),
('nl', 'sweden', 'Zweden'),
('nl', 'swedish', 'Zweeds'),
('nl', 'swing', 'Schommel'),
('nl', 'switch_layout', 'Verander van opmaak'),
('nl', 'symbol', 'Symbool'),
('nl', 'system', 'Systeem'),
('nl', 'system_environment', 'System environment'),
('nl', 's_first_name_and_last_name', 'First name and last name (for shipping)'),
('nl', 's_fullname', 'Volledige naam (voor verzending)'),
('nl', 's_last_name_and_first_name', 'Last name and first name (for shipping)'),
('nl', 'tab', 'Tab'),
('nl', 'table', 'Tabel'),
('nl', 'tables', 'Tabellen'),
('nl', 'table_column_has_been_deleted', 'Product kolom is verwijderd.'),
('nl', 'table_conditions', 'Tabel voorwaarden'),
('nl', 'tabs', 'Tabs'),
('nl', 'tag', 'Tag'),
('nl', 'tags', 'Tags'),
('nl', 'tags_menu_description', 'Tags van producten en pagina\'s beheren.'),
('nl', 'tag_cloud', 'Tag Cloud'),
('nl', 'tax', 'Belasting'),
('nl', 'taxes', 'Btw'),
('nl', 'taxes_menu_description', 'Belastingtarieven beheren in de webwinkel'),
('nl', 'tax_exempt', 'Belastingvrij'),
('nl', 'tax_rates', 'BTW tarieven'),
('nl', 'temando_centimetres', 'Centimeters'),
('nl', 'temando_feet', 'voet'),
('nl', 'temando_inches', 'inch'),
('nl', 'temando_method_depottodepot', 'Depot tot depot'),
('nl', 'temando_method_doortodoor', 'Deur naar deur'),
('nl', 'temando_metres', 'meters'),
('nl', 'temando_package_backpack', 'Rugzak'),
('nl', 'temando_package_bale', 'Baal'),
('nl', 'temando_package_box', 'Doos'),
('nl', 'temando_package_bunch', 'Tros'),
('nl', 'temando_package_bundle', 'Bundel'),
('nl', 'temando_package_carton', 'Karton'),
('nl', 'temando_package_crate', 'Krat'),
('nl', 'temando_package_cylinder', 'Cilinder'),
('nl', 'temando_package_documentenvelope', 'Document envelop'),
('nl', 'temando_package_drum', 'Trommel'),
('nl', 'temando_package_flatpack', 'Plat pakket'),
('nl', 'temando_package_letter', 'Brief'),
('nl', 'temando_package_pail', 'Emmer'),
('nl', 'temando_package_pallet', 'Pallet'),
('nl', 'temando_package_parcel', 'Pakket'),
('nl', 'temando_package_pipe', 'Pijp'),
('nl', 'temando_package_roll', 'Rol'),
('nl', 'temando_package_satchel', 'Tas'),
('nl', 'temando_package_skid', 'Stelling'),
('nl', 'temando_package_suitcase', 'Koffer'),
('nl', 'temando_package_tube', 'Buis'),
('nl', 'temando_package_unpackaged', 'Onverpakt of Niet beschikbaar'),
('nl', 'temando_package_wheel', 'Wiel/Band'),
('nl', 'temando_subclass_excessbaggage', 'Extra baggage'),
('nl', 'temando_subclass_furniture', 'Meubelen'),
('nl', 'temando_subclass_householdgoods', 'Huishoud goederen'),
('nl', 'temando_subclass_other', 'Ander (etc.)'),
('nl', 'temando_system', 'Temando systeem'),
('nl', 'temando_weight_grams', 'Grammen'),
('nl', 'temando_weight_kilograms', 'Kilogrammen'),
('nl', 'temando_weight_ounces', 'Onsen'),
('nl', 'temando_weight_pounds', 'Ponden'),
('nl', 'template', 'Sjabloon'),
('nl', 'templates', 'Sjablonen'),
('nl', 'templates_tree', 'Sjablonen structuur'),
('nl', 'template_document_gift_certificate_default', 'Cadeaubonnen: standaard'),
('nl', 'template_document_order_imagem', 'Factuur'),
('nl', 'template_document_order_image_product', 'Imagem do produto'),
('nl', 'template_document_order_invoice', 'Factuur'),
('nl', 'template_document_order_summary', 'Order summary'),
('nl', 'template_document_packing_slip_default', 'Pakbon'),
('nl', 'template_document_product_imagem', 'Factuur'),
('nl', 'template_document_rma_packing_slip_default', 'Retouraanvraag: pakbon'),
('nl', 'template_document_supplier_order_invoice', 'Leveranciers: factuur'),
('nl', 'terminal', 'Terminal'),
('nl', 'terminal_id', 'Terminal ID'),
('nl', 'terms_and_conditions', 'Algemene voorwaarden'),
('nl', 'terms_and_conditions_content', '<p>Deze website (de \"Website\") en de eventuele mobiele applicatie worden beheerd door het bedrijf welke u terug vindt bij de contactgegevens (\"beheerder\" of \"ons\" of \"onze\") namens haarzelf en haar houdster‑ en dochtermaatschappijen (tezamen te noemen de \"Beheerder\"). Toegang wordt uitsluitend verleend in overeenstemming met de Online-voorwaarden van beheerder. Lees onderstaande Online-voorwaarden zorgvuldig door alvorens gebruik te maken van de Website. Door gebruik te maken van de Website geeft u aan deze Online-voorwaarden te accepteren en te zullen naleven. Indien u niet instemt met deze Online-voorwaarden, verzoeken wij u geen gebruik te maken van de Website.</p><p><strong>Contact</strong></p><p>Indien u vragen heeft over deze voorwaarden, neem dan contact met ons op.</p>'),
('nl', 'test', 'Test'),
('nl', 'testimonials', 'Beoordelingen'),
('nl', 'test_live_mode', 'Test/Live modus'),
('nl', 'test_mode', 'Testmodus'),
('nl', 'text', 'Tekst'),
('nl', 'textarea', 'Tekstgebied'),
('nl', 'text_2checkout_notice', '<b>Opmerking</b>: Om uw 2Checkout bestellingen te volgen met uw webwinkel dient u de volgende stappen te volgen:<br /><br />-&nbsp;Login in uw 2Checkout account<br />-&nbsp;Klik op <u>\'Site management\'</u> in de <u>\'Account\'</u> sectie.<br />-&nbsp;Selecteer de <b>\'Given links back to my website\'</b> optie in de <u>\'Direct Return\'</u> subsectie <br />-&nbsp;Stel <u>\'Approved URL\'</u> in en <u>\'Pending URL\'</u> naar:<br /><b>[return_url]</b><br />-&nbsp;Stel <u>\'Secret Word\'</u> in. Het geheime woord is alleen bekend bij de verkoper en 2CheckOut.<br />'),
('nl', 'text_2co_ins', 'Instant Notificatie Service (INS)'),
('nl', 'text_access_notice', 'U kunt de wildcards gebruiken voor de tabbladen \"Domein\", \"E-mail\" en \"Creditcard\": < br / > <b>*</b> - kan een willekeurig aantal tekens weergeven, inclusief nul < br / > <b>?</b> - kan een willekeurig teken weergeven.'),
('nl', 'text_additional_detailed_image', '(getoond in nieuw venster)'),
('nl', 'text_additional_storefront_license_required', '<p>You can\'t add a new storefront. The maximum number of storefronts allowed by your current license <code>[license_number]</code> is [allowed_storefronts], and you currently have [existing_storefronts].</p><p>To be able to add another storefront, please buy additional [product] Storefront License. If you want to add multiple new storefronts, buy the corresponding number of licenses.</p>'),
('nl', 'text_additional_thumbnail', '(getoond op productdetails pagina bij \'extra afbeeldingen\')'),
('nl', 'text_addon_cannot_enable', 'De plug-in \'[addon_name]\' is niet compatible met de volgende plug-ins: [addons]. De plug-in is niet ingeschakeld'),
('nl', 'text_addon_confclicts', 'De plug-in \'[addon_name]\' is niet compatible met de volgende plug-ins: [addons]. Deze plugins worden automatisch uitgeschakeld.'),
('nl', 'text_addon_confclicts_on_install', 'De plug-in \'[addon_name]\' is niet compatibel met de volgende plug-ins: [addons]. De plug-in is niet ingeschakeld. Om de plug-in in te schakelen dienen de niet-compatibel plug-ins eerst handmatig uitgeschakeld te worden.'),
('nl', 'text_addon_disable_dependencies', 'The add-on cannot be disabled because the following add-ons depend on it: [addons]'),
('nl', 'text_addon_enable_dependencies', 'The add-on cannot be enabled because it depends on the following add-ons: [addons]'),
('nl', 'text_addon_installed', 'De plug-in <b>\'[addon]\'</b> is geïnstalleerd'),
('nl', 'text_addon_install_dependencies', 'De plug-in kon niet worden geïnstalleerd omdat deze afhankelijk is van de [addon] plug-in. Installeer eerst de plug-in: [addon].'),
('nl', 'text_addon_refreshed', 'De instellingen en taalvariabelen van de invoegtoepassing <b>\"[addon]\"</b> zijn succesvol bijgewerkt'),
('nl', 'text_addon_uninstalled', 'De installatie van de plug-in <b>\'[addon]\'</b> is ongedaan gemaakt.'),
('nl', 'text_addon_uninstall_dependencies', 'De plug-in kon niet worden verwijderd omdat de volgende plug-ins afhankelijk zijn van deze plug-in: [addons]'),
('nl', 'text_addresses_wildcards', 'In dit veld kunt u de volgende tekens gebruiken:<br><b>\'?\'</b> - elk enkel karakter ;<b>\'*\'</b> - elk aantal karakters.<br><br><u>Voorbeeld:</u><br><b>* straat</b> &nbsp;&nbsp;(komt overeen met Langestraat 1, Grote Straat etc)'),
('nl', 'text_address_not_found', 'Adres niet gevonden'),
('nl', 'text_admin_new_orders', 'Hier ziet u de nieuwe bestellingen die nog niet bekeken zijn'),
('nl', 'text_allowed_to_upload_file_extension', 'De volgende bestand-extensies worden ondersteund: <b>[ext]</b>.'),
('nl', 'text_all_categories_included', 'Alle categorieën opgenomen'),
('nl', 'text_all_products_included', 'Alle producten opgenomen'),
('nl', 'text_amazon_callback_url', 'Belangrijk! U moet uw webwinkel URL specificeren <b>[callback_url]</b> als de Merchant URL op de centrale verkopers website van Amazon (Settings > Checkout Pipeline Settings). Anders kunnen er geen Amazon afrekenen plaats vinden via uw winkelwagen'),
('nl', 'text_amazon_failed_order', 'Nog geen antwoord van Amazon ontvangen, nog even geduld. Hoewel de bestelling nog niet is afgerond in de webwinkel, is het hoogst waarschijnlijk dat deze succesvol is verwerkt door Amazon. Neem contact met ons op en vertel ons uw bestelnummer ontvangen van Amazon'),
('nl', 'text_amazon_incorrect_products_count', 'Het aantal producten in uw winkelwagen komt niet overeen met het aantal producten in de Amazon aanvraag.'),
('nl', 'text_amazon_link_message', 'Voor testdoeleinden kan de Merchant URL de HTTP link in uw webwinkel zijn. Maar de live-mode moet een beveiligde verbinding gebruiken en dus moet u de HTTPS link gebruiken. Vergeet ook niet om de productiemode in te schakelen wanneer u live gaat, via de Amazon\'s Seller Central website.'),
('nl', 'text_amazon_surcharge', '<b>Opmerking:</b> Volgens de Amazon <a href=\'https://payments.amazon.com/sdui/sdui/about?nodeId=6019\' target=\'_blank\'>policy</a> (B4.2), worden toeslagen niet ondersteund. Elke toeslag door u ingesteld wordt genegeerd wanneer de Amazon kassa wordt gebruikt.'),
('nl', 'text_anonymous_checkout', 'U dient geregistreerd zijn om verder te gaan met uw bestelling'),
('nl', 'text_answer_type', 'Zorg voor een tekstueel antwoord'),
('nl', 'text_applied_promotions', 'Toegepaste aanbiedingen'),
('nl', 'text_approval_notice', 'Dit bericht moet goedgekeurd worden'),
('nl', 'text_are_you_sure_to_delete_file', 'Weet u zeker dat u het item wilt verwijderen?'),
('nl', 'text_are_you_sure_to_proceed', 'Weet u zeker dat u wilt doorgaan?'),
('nl', 'text_atos_notice', '<b>Opmerking:</b><br />1. Kopieer uw certificaat dat u heeft ontvangen op de disk naar de [home_path] map. Hernoem het certificaat naar certif.fr.[my_merchant_id], waar [my_merchant_id] uw website nummer is.<br /> 2. Hernoem het webwinkel parameters bestand (parmcom.014213245611111 file) naar parmcom.[my_merchant_id].<br />3. Wijzig het <b>pathfile</b> bestand in de  <b>[home_path]</b> map<br />- Vervang tekenreeks \'<u>D_LOGO![some_dir]!</u>\' met \'<u>D_LOGO![http_path]/logo/!</u>\'<br />- Vervang tekenreeks \'<u>F_DEFAULT![/some_dirs/parmcom.sogenactif]!</u>\' met \'<u>F_DEFAULT![home_path]/parmcom.sogenactif!</u>\'<br />- Vervang tekenreeks \'<u>F_PARAM![/some_dirs/parmcom]!</u>\' met \'<u>F_PARAM![home_path]/parmcom!</u>\'<br />- Vervang tekenreeks \'<u>F_CERTIFICATE![/some_dirs/certif]!</u>\' met \'<u>F_CERTIFICATE![home_path]/certif!</u>\'<br />4. Wijzig het <b>parmcom.[some_number]</b>bestand in de <b>[home_path]</b> map<br />- Vervang tekenreeks \'<u>AUTO_RESPONSE_URL![some_url]!</u>\' met \'<u>AUTO_RESPONSE_URL![auto_url]!</u>\'<br />- Vervang tekenreeks \'<u>CANCEL_URL![some_url]!</u>\' met \'<u>CANCEL_URL![ok_url]!</u>\'<br />- Vervang tekenreeks \'<u>RETURN_URL![some_url]!</u>\' met \'<u>RETURN_URL![ok_url]!</u>\'<br />'),
('nl', 'text_atos_warning', '<span style=\"color:#FF2222\">waarschuwing!</span> Het pad naar atos bestanden mag bestaan uit maximaal 60 symbolen. Kopieer anders de atos_files map naar een bovenliggende directory, bijvoorbeeld naar de core-map van de winkelwagen. Controleer ook of de atos bestanden map beschikt over volledige rechten.'),
('nl', 'text_authentication_failed_message', 'Uw financiële instelling heeft aangegeven dat de transactie niet kon worden geverifieerd. Ter bescherming tegen ongeoorloofd gebruik kan deze kaart niet worden gebruikt om uw betaling af te ronden. U kunt de aankoop afronden door een andere betaalmethode te selecteren.'),
('nl', 'text_backup_filename_hint', 'Klik op het tandwieltje en selecteer Downloaden om deze back-up te downloaden'),
('nl', 'text_backup_management_notice', 'In dit gedeelte kunnen back-up bestanden worden beheerd.<br />- Om de database te herstellen klik op het selectievakje naast de te herstellen back-up en klik op Herstellen.<br />- Om back-up bestanden te verwijderen klik op het selectievakje naast de te verwijderen bestanden en klik op Verwijderen.<br />- Klik op de bestandsnaam om een bestand te downloaden.'),
('nl', 'text_banner', 'Tekstuele banner'),
('nl', 'text_billing_address_is_different_from_shipping', 'Mijn factuuradres verschilt van het verzendadres'),
('nl', 'text_billing_same_with_shipping', 'Factuur- en verzendadres zijn hetzelfde'),
('nl', 'text_block_trial_notice', 'Uw 30-dagen evaluatie periode is verlopen. Koop een licentie (www.cs-cart.com/licenses.html) of verwijder de software van uw server.'),
('nl', 'text_box', 'Tekst box'),
('nl', 'text_buy_new_license', 'Licenties zijn te koop via onze officiële website.'),
('nl', 'text_cannot_apply_points_to_this_order_because_total', 'Helaas, u kunt geen spaarpunten gebruiken voor deze bestelling omdat de totale kosten 0 zijn.'),
('nl', 'text_cannot_apply_points_to_this_order_because_user', 'U kunt helaas geen punten gebruiken voor deze bestelling omdat u onvoldoende spaarpunten heeft.'),
('nl', 'text_cannot_create_directory', 'Kan de map <b>[directory]</b> niet aanmaken. Controleer de rechten.'),
('nl', 'text_cannot_create_file', 'Kan het bestand <b>[file]</b> niet aanmaken. Controleer de rechten van de map.'),
('nl', 'text_cannot_delete_directory', 'De map <b>[directory]</b> kan niet worden verwijderd. Controleer de rechten.'),
('nl', 'text_cannot_delete_file', 'Het bestand <b>[file]</b> kan niet worden verwijderd. Controleer de rechten.'),
('nl', 'text_cannot_rename_directory', 'Kan de map <b>[directory]</b> niet hernoemen. Controleer de rechten van de map.'),
('nl', 'text_cannot_rename_file', 'Kan bestand <b>[file]</b> niet hernoemen. Controleer de rechten van het bestand.'),
('nl', 'text_cannot_restore_directory', 'Kan de map <b>[directory]</b> niet herstellen van de bron. Check a.u.b. of de bron bestaat.'),
('nl', 'text_cannot_restore_file', 'Kan bestand <b>[file]</b> niet herstellen van de bron. Check a.u.b. of de bron bestaat.'),
('nl', 'text_can_be_used_once', 'Deze coupon is al toegepast. U kunt deze coupon slechts 1 keer gebruiken.'),
('nl', 'text_cart_amount_changed', 'De hoeveelheid van het product <b>[product]</b> in uw winkelwagen is gewijzigd naar de toegestane hoeveelheid.'),
('nl', 'text_cart_amount_corrected', 'Het aantal producten is niet voldoende voor uw bestelling. Het bedrag van product <b>[product]</b> is nu gewijzigd in uw winkelwagen.'),
('nl', 'text_cart_empty', 'Uw winkelwagen is leeg'),
('nl', 'text_cart_max_qty', 'Maximale aantal voor \"[product]\" is <b>[quantity]</b>'),
('nl', 'text_cart_min_qty', 'Minimale hoeveelheid voor \"[product]\" is <b>[quantity]</b>'),
('nl', 'text_cart_not_enough_inventory', 'Het aantal producten op voorraad is niet voldoende voor uw bestelling'),
('nl', 'text_cart_zero_inventory', 'Het product <b>[product]</b> is niet op voorraad en kan derhalve niet aan uw winkelwagen worden toegevoegd.'),
('nl', 'text_cart_zero_inventory_and_removed', '<b>[product]</b> is niet meer op voorraad en wordt verwijderd uit uw winkelwagen'),
('nl', 'text_catalog_mode_zero_price_action_notice', 'Opdat de \"Koop nu\" knop kan worden weergegeven op de pagina met productgegevens, stel a.u.b. \"Nul prijsactie\" als \"Sta klanten toe het product aan winkelwagen toe te voegen\".'),
('nl', 'text_categories_have_been_deleted', 'De categorieën zijn verwijderd.'),
('nl', 'text_category_delimiter', 'Categorie scheidingsteken voor \'main_category\'-veld (b.v. \"Computers///Desktops\")'),
('nl', 'text_category_detailed_image', '(alleen optionele weergave op detailpagina v.d. categorieen)'),
('nl', 'text_category_has_been_deleted', 'Geselecteerde categorie, subcategorieën en producten zijn verwijderd.'),
('nl', 'text_category_icon', '(weergave op categorieen en detailpagina\'s)'),
('nl', 'text_cc_javascript_disabled', 'Opmerking! De browser heeft <b>JavaScript</b> uitgeschakeld. Om de bestelling te betalen, klik'),
('nl', 'text_cc_number_is_blocked', 'Het creditcard nummer <b>[cc_number]</b> wordt geblokkeerd door de beheerder. Neem contact op met de beheerder of probeer een andere kaart.'),
('nl', 'text_cc_processor_connection', 'Verbinden met <b>[processor]</b>...'),
('nl', 'text_cdn_check', '<strong>Attentie!</strong> Test enkele statische URL\'s, bijvoorbeeld <a href=\"[url]\">[url]</a>, om er zeker van te zijn dat deze werken voordat u CND inschakeld (u kunt het inschakelen nadat de opslagruimte is geactiveerd). Normaal gesproken duurt het 10 tot 15 minuten om de opslagruimte te activeren (het \"Status\" veld zou \"Active\" moeten weergeven, vernieuw pagina om te controleren).'),
('nl', 'text_cdn_setup', 'CDN is correct geconfigureerd.'),
('nl', 'text_changes_not_saved', 'Uw wijzigingen zijn niet opgeslagen.'),
('nl', 'text_changes_saved', 'Uw wijzigingen zijn opgeslagen.'),
('nl', 'text_change_password', 'U bent nu ingelogd in uw klantprofiel. Wijzig het wachtwoord a.u.b. en klik op de knop \"Opslaan\".'),
('nl', 'text_character_identifier_tooltip', 'A character sequence that serves as an identifier. You can use figures from 0 to 9, symbols of the English alphabet and the following signs: \"-\", \"_\", \".\".'),
('nl', 'text_checkout_new_profile_notice', 'Indien u een nieuwe klant bent dienen wij uw gegevens te weten.'),
('nl', 'text_cities_wildcards', 'U kunt vervangingstekens gebruiken:<br><b>\'?\'</b> - elk enkel karakter;<b>\'*\'</b> - elk aantal karakters.<br><br><u>Voorbeeld:</u><br><b>Nieuw V*</b> &nbsp;&nbsp;(komt overeen met Nieuw Vennep, Nieuw Vriezenveen etc)<br><b>L?s*</b>&nbsp;&nbsp; (komt overeen met Las Vegas, Los Angeles, etc..)'),
('nl', 'text_click_here', 'Klik hier voor meer details'),
('nl', 'text_cmcic_notice', 'Stel de volgende URL in voor de <b>CGI2</b>: <b>[postback_url]</b>'),
('nl', 'text_cmpi_frame_message', 'Vanwege veiligheidsredenen vragen we u onderstaande formulier in te vullen om uw bestelling af te ronden. Klik niet op de knop Vernieuwen of op de Terug knop, want dan wordt deze transactie afgebroken of geannuleerd.'),
('nl', 'text_cmpi_go_back', 'Ga terug'),
('nl', 'text_combination_out_of_stock', 'Geen producten met de geselecteerde optie op voorraad'),
('nl', 'text_companies_activated', 'Geselecteerde bedrijven zijn geactiveerd'),
('nl', 'text_companies_disabled', 'Geselecteerde bedrijven zijn uitgeschakeld'),
('nl', 'text_company_status_active_subj', 'Uw bedrijf is geactiveerd.'),
('nl', 'text_company_status_active_to_pending', 'De status van uw leverancier is gewijzigd van Actief in In afwachting.'),
('nl', 'text_company_status_changed', 'Status van uw bedrijf [company] is gewijzigd naar [status].'),
('nl', 'text_company_status_disabled_subj', 'Uw bedrijf is uitgeschakeld.'),
('nl', 'text_company_status_disabled_to_pending', 'De status van uw leverancier is gewijzigd van Uitgeschakeld in In behandeling.'),
('nl', 'text_company_status_new_to_active', 'Uw aanvraag voor verkoper [company] is goedgekeurd.'),
('nl', 'text_company_status_new_to_active_administrator_created', 'Nieuwe beheerder is gemaakt. U kunt toegang krijgen tot het beheerdersgedeelte: <a href=\"[link]\"> [link_text]</a> met behulp van de volgende gegevens:<br/>Login: [login]<br />Wachtwoord: [password]'),
('nl', 'text_company_status_new_to_active_administrator_updated', 'Type van uw account [login] gewijzigd in administrator. U kunt inloggen in het beheerdersgedeelte: <a href=\"[link]\">[link_text] </a>'),
('nl', 'text_company_status_new_to_active_subj', 'Uw aanvraag om verkoper te worden is goedgekeurd.'),
('nl', 'text_company_status_new_to_disable', 'Uw aanvraag om met uw bedrijf [company] verkoper te worden is afgekeurd.'),
('nl', 'text_company_status_new_to_disable_subj', 'Uw aanvraag om verkoper te worden is afgekeurd.'),
('nl', 'text_company_status_new_to_pending', 'Gefeliciteerd. Uw aanvraag om verkoper te worden is goedgekeurd. Zodra we uw account-gegevens hebben gecontroleerd zullen we deze publiceren op onze website.'),
('nl', 'text_company_status_pending', 'Met de status In behandeling kunt u zich aanmelden bij uw beheerdersdashboard, uw bedrijfsinformatie wijzigen en uw winkel vullen met producten.'),
('nl', 'text_company_status_pending_subj', 'Uw bedrijf wacht op goedkeuring.'),
('nl', 'text_company_status_pending_to_active', 'Uw profielwijzigingen voor verkoper [company] zijn goedgekeurd.'),
('nl', 'text_conditions_cleared', 'Tabel condities zijn verwijderd'),
('nl', 'text_confirmation_page_header', 'Deze pagina is ter bevestiging. U dient te bevestigen alvorens de verwerking.'),
('nl', 'text_confirm_passwd_recovery', 'Volg a.u.b. deze link om de wachtwoord-herstelprocedure te bevestigen'),
('nl', 'text_cpf_exists', 'CPF está vinculado a outra conta'),
('nl', 'text_csrf_attack', 'Toegang geweigerd: Mogelijke CSRF aanval'),
('nl', 'text_customer_area_logo', 'Logo voor de <b>klant</b> omgeving'),
('nl', 'text_datatrans_notice', '<b>Opmerking</b>: om bestellingen van de DataTrans te volgen met de webwinkel software dienen de volgende stappen te worden genomen: < br / > < br / >-Inloggen op DataTrans account < br / >-Klik op de link <u>\'Upp Data\'</u> in de sectie <u>\' Upp Administrate\'.</u> < br / > - Stel <u>\'URL Post data formaat\'</u> in op <b>\'Gegevens in HTML\'</b>. < br / > - Stel <u>\'URL Post\'</u> in op: < br / > <b>[post_url]</b> < br / >-Klik op de link <u>\'Beveiliging\'</u> in de sectie <u>\' Upp Administration\'.</u> < br / > - Selecteer de optie <b>\'een extra merchant identificatie met betalingsmededeling wordt verzonden\'</b>. < br / >-Genereer een nieuwe digitale handtekening met behulp van de knop <u>\'Genereer nieuwe handtekening\'</u>. < br / >-Stel de gegenereerd waarde in bij het veld <u>\'Digitale handtekening\'</u> op de DataTrans betaal configuratie pagina van de webshop< br / >'),
('nl', 'text_data_changed', 'Uw wijzigingen zijn niet opgeslagen.Klik op OK om door te gaan of Annuleren om op de huidige pagina a te blijven.'),
('nl', 'text_decrease_points_in_use', 'De gebruikte punten in de bestelling worden in mindering gebracht van het account.'),
('nl', 'text_deltapay_notice', '<b>Opmerking:</b> Stuur de volgende informatie naar de DeltaPay support:<br />Payment page: \'<u>[payment_url]</u>\'<br />Success page: \'<u>[result_url]</u>\'<br />Failure page: \'<u>[result_url]</u>\'<br />Cancel page: \'<u>[result_url]</u>\'<br />'),
('nl', 'text_directebanking_notice', 'Stel \'Success link\' in naar: <b>[success_url]</b><br /> Stel \'Abort link\' in naar: <b>[abort_url]</b><br /> Voeg nieuwe HTTP notificaties toe en stel \'Notification URL\' in naar: <b>[notification_url]</b><br /> Activeer input controle en stel \'Hash Algoritm\' in als \'SHA1\'<br />'),
('nl', 'text_directory_created', 'De map <b>[directory]</b> is aangemaakt.'),
('nl', 'text_directory_deleted', 'De map <b>[directory]</b> is verwijderd.'),
('nl', 'text_directory_renamed', 'De map <b>[directory]</b> is hernoemd naar <b>[to_directory]</b>'),
('nl', 'text_directory_restored', 'De map <b>[directory]</b> is hersteld vanuit de opslag.'),
('nl', 'text_downloads_empty', 'Uw downloadlijst is leeg'),
('nl', 'text_editing', 'Tekst aanpassen'),
('nl', 'text_edp_product', 'dit product is elektronisch uitgegeven'),
('nl', 'text_ekey_not_valid', 'Deze elektronische sleutel is niet geldig of verlopen'),
('nl', 'text_email_is_blocked', 'Het e-mailadres <b>[email]</b> is geblokkeerd door de beheerder. Neem contact op met de beheerder of probeer een ander e-mailadres.'),
('nl', 'text_email_sent', 'De e-mail is verzonden.'),
('nl', 'text_emerchantpay_notice', 'Voeg deze URL velden toe in uw eMerchantPay eCommerce Payment Formulier configuratie:<br/><br/><b>BackReturn URL:</b><br/>[backreturn_url]<br/><br/><b>Custom Approval URL:</b><br/>[notify_url]<br/><br/><b>Custom Decline URL:</b><br/>[decline_url]<br/><br/><b>Activate Notification URL:</b><br/>[process_url]'),
('nl', 'text_enabled_testimonials_notice', 'Beoordelingen zijn uitgeschakeld. Als u wilt inschakelen, ga dan naar <a href=\"[link]\"> opmerkingen en beoordelingen: opties</a> en selecteer de waarde \"Mededeling\", \"Beoordeling\" of \"Mededeling en Beoordeling\" in \"Beoordelingen\" veld.'),
('nl', 'text_enets_notice', 'Please sent the following URL to the eNPS manager as a responce URL for all three cases (succes, failure, cancel): [r_url]Stuur de volgende URL naar de eNPS manager als antwoord-URL voor alle drie mogelijkheden (succes, failure, cancel): [r_url]'),
('nl', 'text_entered_html_was_sanitized', 'Some <strong>HTML tags</strong> that you have used <strong>were cut off</strong> because of the restrictions on inserting HTML tags such as &lt;object&gt;, &lt;iframe&gt;, &lt;embed&gt; and JavaScript code. That\'s why the content that you\'ve inserted via these tags will not be displayed.'),
('nl', 'text_enter_filename', 'Geef een nieuwe bestandsnaam in'),
('nl', 'text_error_adding_request', 'Fout tijdens de aanvraag.'),
('nl', 'text_exim_data_exported', 'De gegevens zijn geëxporteerd.'),
('nl', 'text_exim_data_imported', 'De gegevens zijn geïmporteerd.<br />Nieuwe items - <b>[new]</b>;<br />Bijgewerkte items - <b>[exist]</b>;<br />Overgeslagen items - <b>[skipped]</b>;<br />Totaal - <b>[total]</b>.'),
('nl', 'text_exim_data_imported_clear', 'De gegevens zijn geïmporteerd.'),
('nl', 'text_exim_export_notice', 'Hieronder een lijst met velden die u kunt exporteren. De <b>gemarkeerde</b> velden zijn verplicht.'),
('nl', 'text_exim_import_features_note', '<h4>Importeigenschappen van productfuncties</h4><code>(%Group name%) %Feature name%: %Feature type% [%Feature value%]</code>waar,<dl class=\"dl-horizontal\"><dt>%Group name%</dt><dd> de naam van de functiegroep</dd><dt>%Feature name%</dt><dd>de naam van de functie</dd><dt>%Feature type%</dt><dd>het functietype (C - selectievakje, M - meerdere selectievakjes, S - tekstselectievak, N - aantal selectievak, E - uitgebreid selectievakje, T - eenvoudige tekst, O - nummer, D - date)</dd><dt>%Feature value%</dt><dd>de kenmerkwaarde (meerdere waarden kunnen worden gescheiden door komma\'s)</dd></dl><p>Verschillende features moeten worden gescheiden door puntkomma.</p><h5>Voorbeeld:</h5><code>ISBN: T[1233423423]; Releasedatum: \nD[05/05/07]; Kleur: S[Red]</code>'),
('nl', 'text_exim_import_files_note', '<h4>Import bestandsformaat</h4><code>%File location%</code> waar,<dl class=\"dl-horizontal\"> <dt>%File location%<dt> <dd>een absoluut of relatief pad op een server of URL kan zijn</dd></dl><p>Diverse bestanden moeten worden gescheiden door een komma.</p><h5>Voorbeeld 1:</h5><code>bestand1.jpg</code><h5>Voorbeeld 2:</h5><code>backup/bestand1.zip, images/bestand2.jpg</code>'),
('nl', 'text_exim_import_images_note', '<h4>Afbeelding import formaat</h4><code>%Image location%#%Alternative text%</code> waar,<br><dl class=\"dl-horizontal\"><dt>%Image location%</dt><dd>een absoluut of relatief pad kan zijn, of een URL,</dd><dt>%Alternative text%<dt><dd>image alternative text</dd></dl><h5>Voorbeeld 1:</h5><code>images/product_images/apples.jpg#Apples</code><h5>Voorbeeld 2:</h5><code>http://www.site.com/apples.jpg#Apples</code>'),
('nl', 'text_exim_import_notice', 'Hieronder een lijst met velden die uw gegevensbestand kan bevatten. De dik gedrukte velden zijn verplicht. Zorg dat u velden tussen aanhalingstekens zet wanneer u gegevens importeert met speciale symbolen (komma\'s, puntkomma\'s, etc).'),
('nl', 'text_exim_import_options_note', '<h4>Product options import format</h4><code>%Option name%: %Option type%[{$ldelim}%Variant 1 ID%{$rdelim}%Variant 1%,{$ldelim}%Variant 2 ID%{$rdelim}%Variant 2%,{$ldelim}%Variant N ID%{$rdelim}%Variant N%]</code> where,<dl class=\"dl-horizontal\"><dt>%Option name%</dt><dd>the name of the option,</dd><dt>%Variant N ID%</dt><dd>the id of the variant,</dd><dt>%Variant N%</dt><dd>the name of the variant. Variants must be specified if the option type is a selectbox or radiogroup only.</dd><dt>%Option type%</dt><dd>the option type, can be the following:<br><ul><li><b>S</b> - selectbox,</li><li><b>R</b> - radiogroup,</li><li><b>C</b> - checkbox,</li><li><b>I</b> - simple input,</li><li><b>T</b> - textarea.</li></ul></dd></dl><p>Several options must be delimited by semicolon.</p><h5>Examples:</h5>Simple text options:<code>Your age: I; Date of birth: I; Notes: T</code><br>Options with variants:<code>Color: S[Red, Green, Blue]; Size: R[X, XL, XXL]</code>'),
('nl', 'text_exim_utf8_file_format', 'Controleer of het bestand dat u gaat importeren UTF-8 als karakterset heeft voor een correcte import'),
('nl', 'text_expired_license', 'Helaas is uw abonnement op de CS-Cart software verlopen. Gelieve deze zo snel mogelijk te vernieuwen om blokkering te voorkomen.'),
('nl', 'text_failed_gift_certificate_addition', 'Het certificaat toevoegen is mislukt. Zorg ervoor dat het bedrag niet 0 is.'),
('nl', 'text_features_delimiter', 'Scheidingsteken tussen varianten van een producteigenschap.'),
('nl', 'text_feedback_notice', 'Hieronder vindt u de gegevens die naar onze server gestuurd worden om de functionaliteit en huidige configuratie te kunnen analyseren. NB. Er worden geen financiële gegevens verzonden. Als u akkoord bent met deze gegevens, klik dan op \"verzenden\"'),
('nl', 'text_files_directory', 'Map waar productbestanden zich bevinden. Deze map zal worden gebruikt indien het veld \"Bestand\" is ingevuld zonder een pad; dit moet een absoluut pad zijn'),
('nl', 'text_file_created', 'Het bestand <b>[file]</b> is aangemaakt.'),
('nl', 'text_file_deleted', 'Het bestand <b>[file]</b> is verwijderd'),
('nl', 'text_file_editor_notice', 'Bestanden zijn via de <a href=\"[href]\">Bestandsbewerker</a> te up- en downloaden.'),
('nl', 'text_file_editor_notice_full_link', 'U kunt bestanden uploaden en downloaden via [link]'),
('nl', 'text_file_renamed', 'Het bestand <b>[file]</b> is hernoemd naar <b>[to_file]</b>'),
('nl', 'text_file_restored', 'Bestand <b>[file]</b> is teruggezet van de bron'),
('nl', 'text_file_saved', 'Het bestand <b>[file]</b> is opgeslagen'),
('nl', 'text_fill_the_mandatory_fields', 'U dient alle verplichte velden in te vullen'),
('nl', 'text_forbidden_file_extension', 'Het aanmaken/uploaden/hernoemen van bestanden met extensie <b>.[ext]</b> is niet geoorloofd.'),
('nl', 'text_forbidden_file_mime', 'Het is niet toegestaan om bestanden met het <b>[mime]</b> MIME type aan te maken/uploaden/hernoemen.'),
('nl', 'text_forbidden_functionality', '<p>Voer een [product] licentie in om deze functie te gebruiken.</p>'),
('nl', 'text_forbidden_uploaded_file_extension', 'Het is niet toegestaan bestanden te uploaden met de <b>.[ext]</b> extensie. Toegestane extensies zijn: <b>[exts]</b>'),
('nl', 'text_forbidden_uploaded_file_size', 'Het is niet toegestaan bestanden te uploaden die groter zijn dan <b>[size]</b>'),
('nl', 'text_form_cresecure_notice', 'Rond nu s.v.p. uw betaling af. Dit is een beveiligde betalingspagina op een beveiligde server-locatie.'),
('nl', 'text_full_mode_required', '<strong>Volledige mode</strong> vereist.'),
('nl', 'text_gate2shop_notice', '<p>Stel de volgende waarden in, in uw Gate2Shop merchant instellingen:</p><p>Success, failed en canceled URL: <b>[result_url]</b></p><p>Back URL: <b>[back_url]</b></p>'),
('nl', 'text_gd_not_avail', 'GD bibliotheek is <b>NIET GEINSTALLEERD</b> op uw server. Neem contact op met uw hosting provider. <br>Alleen type \"tabel\" kan hierdoor voor grafieken gebruikt worden.'),
('nl', 'text_gift_certificate_logo', 'Logo voor <b>Cadeaubonnen</b>'),
('nl', 'text_gift_cert_added_to_wishlist', 'De cadeaubon is aan uw verlanglijst toegevoegd'),
('nl', 'text_gift_cert_amount_alert', 'Bedrag moet tussen [min] en [max] zijn'),
('nl', 'text_gift_cert_applied', 'Cadeaubon is toegepast'),
('nl', 'text_gift_cert_cannot_delete', 'Cadeaubon [code] kan niet worden verwijderd omdat deze al wordt gebruikt in de bestelling (en) [ids].'),
('nl', 'text_gift_cert_has_been_deleted', 'Cadeaubon is verwijderd.'),
('nl', 'text_hidpi_support_enabled', 'HiDPI  ondersteuning is ingeschakeld'),
('nl', 'text_hsbc_notice', '<b>Client ID  -</b>Uw Client ID is een nummer tussen tussen 0 en 999999999, of een geldige Client alias is van opmaakv UK12345678CUR. <br> Deze alias is hoofdlettergevoelig. <br /> <b>Attentie voor UNIX gebruikers:</b><br /> Zorg ervoor dat de volgende map deze permissies heeft: chmod -R 755 [cart_dir]'),
('nl', 'text_ideal_basic_notice', '-&nbsp;Login in uw iDEAL account<br />-&nbsp;Klik op <u>\'Beveiliging\'</u> in de <u>\'Profiel\'</u> sectie.<br />-&nbsp;Stel de optie <u>\'Notification\'</u> op <b>\'XML\'</b> in<br />-&nbsp;Stel <u>\'Notificatie URL\'</u> in op:<br /><b>[return_url]</b><br />-&nbsp;Stel <u>\'Geheime sleutel\'</u> in. De Geheime sleutel is alleen bekend bij de verkoper en iDEAL.'),
('nl', 'text_images_directory', 'De map waar de afbeeldingen zich bevinden.<br>Dit zal werken indien een bestand geen pad heeft; het dient een absoluut pad te zijn, b.v.<br> [images_backup_dir]'),
('nl', 'text_increase_points_in_use', 'De gebruikte spaarpunten in de bestelling zijn toegevoegd aan het klantprofiel.'),
('nl', 'text_input_license_code', 'Voer het licentienummer in om de webwinkel te beheren:'),
('nl', 'text_installing_theme_dependencies', 'Installing the theme dependencies: [dependencies]'),
('nl', 'text_invalid_url', 'U heeft een ongeldige URL ingevuld'),
('nl', 'text_ips_denied', 'U heeft geen toegang tot deze pagina'),
('nl', 'text_ip_blocked_failed_login', 'Het IP is geblokkeerd na [number] mislukte aanmeldingen'),
('nl', 'text_ip_is_blocked', 'Uw IP-adres is geblokkeerd.'),
('nl', 'text_items_added', 'De items zijn toegevoegd'),
('nl', 'text_license_is_disabled', 'De licentie is uitgeschakeld. Controleer de licentiestatus.'),
('nl', 'text_license_is_disabled_full', 'De licentie is uitgeschakeld. Controleer de licentiestatus of selecteer een andere webwinkel modus.'),
('nl', 'text_license_is_invalid', 'Ongeldig licentienummer. Voer een geldig licentienummer in.'),
('nl', 'text_license_is_invalid_full', 'Ongeldig licentienummer. Voer een geldig licentienummer in of selecteer een andere webwinkel modus.'),
('nl', 'text_license_required_ebay', 'Verhoog uw omzet door producten te verkopen die in uw CS-Cart-winkel worden gepresenteerd op \'s werelds grootste marktplaats —eBay.'),
('nl', 'text_license_required_ebay-title', 'eBay Synchronisatie'),
('nl', 'text_license_required_facebook', 'Bouw uw winkel in uw Facebook-pagina om dichter bij uw doelgroep te komen en meer nieuwe klanten te trekken.'),
('nl', 'text_license_required_facebook-title', 'Facebook App'),
('nl', 'text_license_required_full', '<b>Uw huidige CS-Cart-editie is Professional. We bieden ook een andere, een meer geavanceerde versie —<b>Ultimate</b>. Met CS-Cart Ultimate kunt u een onbeperkt aantal storefronts en de mobiele commerce-app, evenals de eBay-synchronisatie-add-on en de Facebook-app gebruiken zonder extra kosten. Download de Ultimate-licentie om onbeperkte storefronts en mobiele commerce te ontgrendelen.'),
('nl', 'text_license_required_storefronts', 'Voeg zoveel winkels toe als nodig en beheer deze via één beheerpaneel.'),
('nl', 'text_license_required_storefronts-title', 'Onbeperkt aantal winkels'),
('nl', 'text_links', 'Tekst links'),
('nl', 'text_login_form', '<h4>Nog geen klantprofiel?</h4><p>Een profiel aanmaken is eenvoudig en kost nog geen minuut van uw tijd.</p>'),
('nl', 'text_login_to_add_to_cart', 'Dit product kan niet worden toegevoegd<br /> aan het winkelwagentje omdat u niet bent ingelogd.'),
('nl', 'text_mail_area_logo', 'Logo voor <b>facturen</b>'),
('nl', 'text_mandatory_fields', '<span style=\"text-decoration: underline;\">Velden gemarkeerd met <span class=\"required-field-mark\">*</span> zijn verplicht</span>'),
('nl', 'text_max_limit_of_parameters', 'Max waarde van het veld \"limiet\" kan niet hoger dan 25 zijn indien het grafiek-type niet gelijk is aan \"Tabel\". De limiet is weer aangepast.'),
('nl', 'text_mb_failed_order', 'Nog geen antwoord van Skrill ontvangen, nog even geduld. Hoewel de bestelling nog niet is afgerond in de webwinkel, is het hoogst waarschijnlijk dat deze zijn verwerkt door Skrill. Neem contact met ons op en vertel ons uw bestelnummer ontvangen van Skrill'),
('nl', 'text_min_order_amount_required', 'Om verder te winkelen dient uw totaal hoger te zijn dan'),
('nl', 'text_min_products_amount_required', 'Om af te rekenen moet het aantal producten hger zijn dan'),
('nl', 'text_money_back_guarantee', 'Wij bieden een 30 dagen niet-goed-geld-terug garantie. Als producten niet bevallen, storten we het bedrag netjes terug, zonder lastige vragen.'),
('nl', 'text_multiprofile_notice', 'Een gebruiker kan meerdere profielen hebben, b.v. een profiel voor persoonlijke bestellingen, zakelijke bestellingen etc...'),
('nl', 'text_mve_plus_license_required', '<p>Laat uw leveranciers geld van klanten rechtstreeks via uw marktplaats ontvangen. </p><p> Beheer de mogelijkheden van leveranciers via gebruikersgroepen en laat uw leveranciers het uiterlijk van hun winkels veranderen.</p><p>Maak een uniforme catalogus, waar leveranciers elk product binnen enkele minuten kunnen verkopen.</p>'),
('nl', 'text_mve_ultimate_license', 'Een speciale editie van [product] die alle functies van [product] Plus en een onbeperkt aantal etalages biedt. Als u overschakelt naar <a href=\"[mve_ultimate_license_url]” target=\"_blank\">[product] Ultimate</a>, ziet u nooit meer het bericht over de storefront limiet.'),
('nl', 'text_mve_ultimate_license_required', '<p>Vertakt u zich: krijg een onbeperkt aantal storefronts voor uw marktplaats.</p><p> Een storefront is een ander domein dat is gemaakt voor een specifiek land of stad, of voor een specifiek deel van uw productcatalogus.</p><p>Download alle andere functies van [product] Plus.</p>'),
('nl', 'text_mve_ultimate_or_plus_license_required', 'Voor deze actie is [product] Ultimate of [product] Plus vereist. Als u overschakelt naar <a href=\"[mve_ultimate_license_url]” target=“ _blank”>[product] Ultimate</a> of <a href=“[mve_plus_license_url]” target=“_blank”>[product] Plus</a>, krijgt u toegang tot al hun functies.'),
('nl', 'text_newsletter_sent', 'De nieuwsbrief is verzonden.'),
('nl', 'text_new_payment_was_created', 'Nieuwe betaling is aangemaakt'),
('nl', 'text_new_post_notification', 'Dit is een kennisgeving van een nieuw bericht op'),
('nl', 'text_new_user_activation', 'Het profiel eigendom van \"[user_login]\" is aangemaakt, u moet de gegevens van deze gebruiker controleren (indien nodig) en activeren via de volgende link: < br / > <a href=\"[url]\">[url_text]</a>'),
('nl', 'text_nothing_found', 'Niets gevonden'),
('nl', 'text_not_allowed_to_upload_file_extension', 'Het is niet toegestaan om hier bestanden met de <b>.[ext]</b> te uploaden.'),
('nl', 'text_not_approved_products', 'Er zijn producten die uw goedkeuring vereisen. Volg <a href=\"[link]\">deze link</a> om deze producten te beoordelen.'),
('nl', 'text_not_approved_vendors', 'Er zijn verkopers die wachten op uw goedkeuring. <a href=\"[link]\">Volg deze link</a> om de verkopers te controleren.'),
('nl', 'text_not_valid_cc_number', '<b>[cc_number]</b> is geen geldig creditcard nummer.'),
('nl', 'text_not_valid_cpf', 'CPF está invalido'),
('nl', 'text_not_valid_domain', '<b>[domain]</b> is geen geldige domeinnaam.'),
('nl', 'text_not_valid_email', '<b>[email]</b> is geen geldig e-mailadres.'),
('nl', 'text_not_valid_ip', '<b>[ip]</b> is geen geldig IP-adres.'),
('nl', 'text_no_active_promotions', 'Geen aanbiedingen beschikbaar.'),
('nl', 'text_no_conflicts', 'Geen conflicten gevonden'),
('nl', 'text_no_items_defined', 'Geen [items] gedefinieerd'),
('nl', 'text_no_matching_products_found', 'Geen producten gevonden met dit zoekcriterium'),
('nl', 'text_no_matching_results_found', 'Zoekterm levert geen zoekresultaten op'),
('nl', 'text_no_orders', 'Geen bestellingen gevonden'),
('nl', 'text_no_payments_needed', 'Geen betalingsgegevens nodig.'),
('nl', 'text_no_payments_required', 'Geen betaling vereist');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('nl', 'text_no_products', 'Geen producten in deze categorie'),
('nl', 'text_no_products_defined', 'Geen producten gedefinieerd'),
('nl', 'text_no_products_found', 'Geen producten gevonden'),
('nl', 'text_no_shipments_found', 'Geen verzendingen gevonden'),
('nl', 'text_no_shipping_methods', 'Er zijn helaas nog geen verzendmethoden naar uw/deze lokatie.<br>Neem contact met ons op om dit te bespreken..'),
('nl', 'text_no_ticket_found', 'No Ticket Found'),
('nl', 'text_no_upgrades_available', 'Geen upgrades momenteel beschikbaar'),
('nl', 'text_objects_for_export', '<b>[total]</b> [name] wordt geëxporteerd.'),
('nl', 'text_ogonedirect_notice', 'Vul SHA-1 Signature hier en in uw Ogone configuratie in.<br /><br />Voor nieuwe Ogone accounts aangemaakt na 11 Mei 2010, zijn de nieuwe SHA Policy automatisch actief. <br/>Vergeet niet om de checkbox \"Gebruik nieuwe SHA signature policy\" te selecteren.'),
('nl', 'text_ogoneweb_notice', 'Stel de volgende URL in bij de technische informatie in uw Ogone account als een <b>Response Url</b> voor alle statussen (\"accepted\", \"on hold\", \"uncertain\", \"canceled by the client\", \"too many rejections by the acquirer\"): <b>[r_url]</b><br /> En vul de SHA-1 Signature in voor beiden: zowel hier als ook in de Ogone Configuratie. Selecteer vervolgens voor Request Type: \"Make this request in background and deferred\".'),
('nl', 'text_only_ultimate_license_required', 'A special edition called [product] Ultimate is required to perform this action. If you switch to <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see this message again, and you\'ll also be able to create an unlimited number of storefronts.'),
('nl', 'text_options_no_inventory', 'Om optie combinaties te creëren moet er voor minimaal één product optie de checkbox \"Voorraad\" geselecteerd zijn.'),
('nl', 'text_order_backordered', 'Uw bestelling is in backorder geplaatst. We nemen z.s.m. contact met u op!'),
('nl', 'text_order_placed_error', 'Uw bestelling is afgewezen door de betalings-verwerker. Controleer nogmaals uw informatie en neem contact met ons op.'),
('nl', 'text_order_placed_successfully', 'Gefeliciteerd! Uw bestelling is geplaatst.'),
('nl', 'text_order_repayed_successfully', 'De bestelling is opnieuw betaald.'),
('nl', 'text_order_saved_successfully', 'De bestelling is opgeslagen.'),
('nl', 'text_order_status_has_not_been_changed', 'De status van de bestelling is niet gewijzigd omdat de gebruiker onvoldoende spaarpunten heeft.'),
('nl', 'text_order_status_notification', 'Houdt er rekening mee dat de notificatie van het aanpassen van de status afhankelijk van de instellingen van deze status wordt verzonden'),
('nl', 'text_out_of_stock', 'Niet op voorraad'),
('nl', 'text_owl', 'OwlCarousel'),
('nl', 'text_pages_cloned', 'De pagina\'s zijn gekloond. Hieronder de lijst met nieuwe pagina\'s.'),
('nl', 'text_pages_have_been_deleted', 'De geselecteerde pagina\'s zijn verwijderd.'),
('nl', 'text_page_changed', 'Weet u zeker dat u deze pagina wilt verlaten? Uw wijzigingen zijn niet opgeslagen. Click op OK om verder te gaan, of op Annuleren om op de huidige pagina te blijven.'),
('nl', 'text_page_has_been_deleted', 'De geselecteerde pagina is verwijderd'),
('nl', 'text_page_loading', 'Laden... Uw aanvraag is in behandeling. Even geduld a.u.b.'),
('nl', 'text_password_recovery_instructions_sent', 'Password recovery instructions have been sent to [email] address.'),
('nl', 'text_pay4later_notice', '<b>Opmerking</b>: Om uw Pay4Later bestellingen te volgen met de webwinkel software, dient u de volgende stappen te volgen:<br /><br />-&nbsp;Login in uw Pay4Later BackOffice<br />-&nbsp;Klik op de <u>\'Settings/Installations\'</u> link in de <u>\'Quick Links\'</u> sectie.<br />-&nbsp;Stel <u>\'Return URL (Verified)\'</u> in naar:<br /><b>[verified_url]</b><br />-&nbsp;Stel <u>\'Return URL (Decline)\'</u> in naar:<br /><b>[decline_url]</b><br />-&nbsp;Stel <u>\'Return URL (Refer)\'</u> in naar:<br /><b>[refer_url]</b><br />-&nbsp;Stel <u>\'Return URL (Cancel)\'</u> in naar:<br /><b>[cancel_url]</b><br />-&nbsp;Stel <u>\'CSN URL\'</u> in naar:<br /><b>[process_url]</b><br />-&nbsp;Klik op de <u>\'Save Changes\'</u> knop<br />'),
('nl', 'text_paybox_notice', '<b>Opmerking:</b> Download het bestand modulev2.cgi van de PayBox server, kopieer it naar de map <b>[paybox_dir]</b> <u>in binary mode</u> en maak het uitvoerbaar. <br />Voer het volgende commando uit:<br /><b><i>chmod 755 modulev2.cgi</b></i><br /><br />Vraag ook de &#8220;Paybox&#8221; service om de volgende URL aan de database toe te voegen als &#8220;Callback URL&#8221;:<br /><b>[callback_url]</b>'),
('nl', 'text_payment_first_data_notice', 'Login bij FirstData Connect 2.0 Admin, op de tab \"Administratie\", klik op de link \"Connect 2.0 Setup\".<br /> Stel de volgende URL in bij \"Order Submission Form\", \"Confirmation Page\", \"Failure Page\" : [return_url]<br />'),
('nl', 'text_payment_have_been_deleted', 'Betaalmethode is verwijderd.'),
('nl', 'text_payment_have_not_been_deleted', 'Betaling kan niet worden verwijderd.'),
('nl', 'text_paypal_processing_payment', 'Even geduld terwijl de betaal informatie wordt verwerkt...'),
('nl', 'text_paypal_surcharge', '<b>Opmerking:</b> Volgens het PayPal <a href=\'https://www.paypal.com/webapps/mpp/ua/useragreement-full#4\' target=\'_blank\'> beleid</a> (4.6), worden toeslagen niet ondersteund.'),
('nl', 'text_paysitecash_debug', 'Debug informatie'),
('nl', 'text_paysitecash_mode', 'Modus'),
('nl', 'text_paysitecash_mode_debug_off', 'UIT'),
('nl', 'text_paysitecash_mode_debug_on', 'AAN'),
('nl', 'text_paysitecash_mode_live', 'Live'),
('nl', 'text_paysitecash_mode_test', 'Test'),
('nl', 'text_paysitecash_nocurrencies', 'Valuta modus'),
('nl', 'text_paysitecash_nocurrencies_no', 'Klanten toestaan ondersteunde valuta te selecteren'),
('nl', 'text_paysitecash_nocurrencies_yes', 'Verberg valuta keuze volledig'),
('nl', 'text_paysitecash_notice', 'Voeg deze URL velden in uw Betaalsite Cash configuratie toe:<br/><br/><b>URL:</b><br/>[url]<br/><br/><b>Referer url:</b><br/>[ref_url]<br/><br/><b>after payment return url:</b><br/>[sucess_url]<br/><br/><b>canceled payment url:</b><br/>[cancel_url]<br/><br/><b>Backoffice confirmation url:</b><br/>[confirm_url]'),
('nl', 'text_paysitecash_processor', 'Processor'),
('nl', 'text_paysitecash_site_id', 'Website ID'),
('nl', 'text_payway_notice', 'Stel de volgende parameters in Payway backend in: <p> Browser Return URL Pre Payment: <b>[prepayment]</b><br /> Browser Return URL: <b>[return]</b><br /> Notification URL: <b>[notify]</b><br /> Notification Post Type: leave empty </p>'),
('nl', 'text_permissions_changed', 'Rechten gewijzigd'),
('nl', 'text_piraeus_notice', '<b>Opmerking:</b> Verstuur de volgende informatie naar uw payment support team:<br /> Website URL: \'<u>[website_url]</u>\'<br /> Referrer URL: \'<u>[referrer_url]</u>\'<br /> Success URL: \'<u>[success_url]</u>\'<br /> Failure URL: \'<u>[failure_url]</u>\'<br /> Backlink URL: \'<u>[backlink_url]</u>\'<br /> IP Address: \'<u>[ip_address]</u>\'<br /><br /> Response Method: \'<u>[response_method]</u>\'<br /><br />'),
('nl', 'text_points_cannot_applied_because_subtotal_redeemed', 'U kunt geen spaarpunten gebruiken omdat het totaal volledig is afgelost.'),
('nl', 'text_points_exceed_points_on_account', 'U heeft meer spaarpunten ingevuld dan aanwezig zijn in uw klantprofiel.'),
('nl', 'text_points_exceed_points_that_can_be_applied', 'U heeft meer spaarpunten ingevuld dan het toegestane aantal voor deze bestelling.'),
('nl', 'text_points_used_in_order', 'Spaarpunten zijn gebruikt in bestelling'),
('nl', 'text_point_in_account', 'U heeft'),
('nl', 'text_position_updating', 'Aan het laden... Posities worden bijgewerkt, een ogenblik geduld.'),
('nl', 'text_post_pended', 'Uw bericht zal worden gecontroleerd voordat het wordt gepubliceerd.'),
('nl', 'text_price_dec_sign_delimiter', 'Decimaal scheidingsteken voor product prijzen.'),
('nl', 'text_products_added', 'De producten zijn toegevoegd. Bekijk hieronder de lijst met nieuwe producten.'),
('nl', 'text_products_cloned', 'De producten zijn gekloond. Hieronder de lijst met nieuwe producten'),
('nl', 'text_products_have_been_deleted', 'De geselecteerde producten zijn verwijderd.'),
('nl', 'text_products_updated', 'De volgende producten zijn bijgewerkt:'),
('nl', 'text_products_updated_successfully', 'De producten zijn bijgewerkt'),
('nl', 'text_product_cloned', 'Het product <b>[product]</b> is gekloond. U kunt het nu wijzigen.'),
('nl', 'text_product_detailed_image', '(optioneel getoond in nieuw venster)'),
('nl', 'text_product_file_has_been_deleted', 'Het bestand is verwijderd'),
('nl', 'text_product_filters_were_disabled', 'De volgende <a href=\"[url]\" target=\"_blank\">product filters</a> zijn uitgeschakeld: [filters_list].'),
('nl', 'text_product_has_been_deleted', 'Het product is verwijderd.'),
('nl', 'text_product_option_delimiter', 'Scheidingsteken voor productopties binnen een combinatie (bijv. \"Kleur: Rood, Maat: Small\")'),
('nl', 'text_product_thumbnail', '(getoond bij productlijst- en detail-pagina\'s)'),
('nl', 'text_profile_activated', 'Uw account is nu actief. U kunt inloggen met uw inloggegevens.'),
('nl', 'text_profile_benefits', '<h4>Voordelen van registratie in onze webwinkel</h4><ul><li>Eenvoudig inloggen om status van uw bestellingen te bekijken</li><li>Toekomstige aankopen sneller afrekenen</li></ul>'),
('nl', 'text_profile_deactivated', 'Your account has been deactivated. Please contact us for more details.'),
('nl', 'text_profile_details', '<h4>Profiel details</h4><p>Op deze pagina kunt u uw inloggegevens en persoonlijke gegevens aanpassen voor het gebruik bij toekomstige aankopen.</p><p>Om uw account veilig te houden, adviseren we u wachtwoorden te vermijden met:</p><ul><li>Woorden uit het woordenboek, in welke taal dan ook.</li><li>Woorden achterwaarts gespeld, veelvoorkomende spelfouten, en afkortingen.</li><li>Reeksen of herhalende karakters. Bijvoorbeeld: 12345678, 222222, abcdefg, of aangrenzende letters op uw toetsenbord (qwerty).</li><li>Persoonlijke informatie. Uw naam, geboortedatum, rijbewijsnummer, paspoortnummer of dergelijke informatie.</li></ul>'),
('nl', 'text_profile_is_created', 'Het profiel is aangemaakt'),
('nl', 'text_profile_is_updated', 'Het profiel is bijgewerkt.'),
('nl', 'text_profile_should_be_approved', 'Uw profiel is aangemaakt, maar dient eerst door de beheerder goedgekeurd te worden alvorens u kunt inloggen.'),
('nl', 'text_promotions_group_condition', 'Als [set] van deze condities is [set_value]'),
('nl', 'text_qty_discounts', 'Onze kwantumkortingen'),
('nl', 'text_recommendation_notes', 'Je vriend vindt de volgende pagina een aanrader! Klik hiervoor op de volgende link:'),
('nl', 'text_recover_password', '<p>Indien u uw wachtwoord bent vergeten vult u uw e-mailadres in en klikt u op <i>Herstel wachtwoord</i>.</p><p>U ontvangt een nieuw wachtwoord en een login-link. U kunt later het wachtwoord weer aanpassen.</p>'),
('nl', 'text_recover_password_notice', 'Voer a.u.b. uw logingegevens in. Het systeem zal uw wachtwoord resetten en u een nieuwe toesturen op uw e-mail adres.'),
('nl', 'text_recover_password_title', 'Herstel wachtwoord'),
('nl', 'text_redactor2', 'Redactor II'),
('nl', 'text_remove_additional_images', 'Wanneer er extra afbeeldingen van een bijgewerkt product worden geïmporteerd zullen de bestaande afbeeldingen van het product worden verwijderd'),
('nl', 'text_remove_backup_files', 'Waarschuwing! Wanneer de back-up bestanden worden verwijderd is de vorige CS-Cart installatie niet meer te herstellen. Ben er zeker van dat de geïnstalleerde CS-Cart goed werkt, en dat de back-up van de database bestanden op een veilige plaats staan.'),
('nl', 'text_required_group_product', 'Selecteer een product voor de vereiste groep [group_name]'),
('nl', 'text_reset_inventory_description', 'Aantal van alle producten in de shop wordt gereset.'),
('nl', 'text_restore_question', 'Weet u zeker dat u het sjabloon wilt herstellen?'),
('nl', 'text_return_change_warning', 'De status van retour #[return_id] zal worden gewijzigd'),
('nl', 'text_sagepay_dir_notice', '<b>Opmerking:</b> Schakel 3D secure Fraud Checking Optie voor uw SagePay VSP Direct account in, om uw SagePay bestellingen te volgen.'),
('nl', 'text_sagepay_notice', 'Gebruik <b>testvendor</b> als <b>Vendor Naam</b> om te testen<br /><p><b>BETALING</b> - transaction type is used to gain an authorisation from the bank, then settle that transaction early the following morning, committing the funds to be taken from your customer\'s card.<br /></p><p><b>DEFERRED</b> - transactions are NOT sent to the bank for completion until you RELEASE them by logging into the SagePay VSP Admin interface, finding the transaction and clicking the Release button.</p>'),
('nl', 'text_secret_key_notice', 'Vul dit veld met een niet-lege waarde. Het zal de veiligheid van transacties verhogen.'),
('nl', 'text_select_fields2edit_note', 'U kunt meerdere items tegelijk wijzigen. Selecteer hiervoor de gewenste items, vink de velden ter bewerking uit, en klik op de \"Wijzig selectie\" knop.'),
('nl', 'text_select_file', 'Selecteer bestand'),
('nl', 'text_select_range', 'Je kunt een reeks selecteren om te exporteren (anders worden alle [name] geëxporteerd)'),
('nl', 'text_select_vendor', 'Selecteer eerst een winkel'),
('nl', 'text_set_write_permissions_for_dirs', 'Je kunt bovenstaande mappen schrijfrechten geven of geef een FTP-account op welke schrijfrechten naar deze mappen heeft.'),
('nl', 'text_share_product_features_tooltip', 'Attentie! Sommige gegevens worden niet gekopieerd tijdens de bewerking: de in de filters ingestelde categorieën gaan verloren, zelfs wanneer u alle categorieën kopieert. Repareer de categorieën handmatig.'),
('nl', 'text_share_product_filters_tooltip', 'Attentie! Sommige gegevens worden niet gekopieerd: de categorieën ingesteld bij eigenschappen zullen verloren gaan, zelfs wanneer u alle categorieën kopieert. Repareer de categorieën handmatig.'),
('nl', 'text_share_promotions_tooltip', 'Voor het delen van aanbiedingen dienen ook de respectievelijke producten gedeeld te zijn (controleer Deel producten hieronder)'),
('nl', 'text_shipping_packages_info', 'Om een nauwkeuriger verzendtarief te schatten, zijn de producten onderverdeeld in pakketten zoals gedefinieerd in de product instellingen en de verzendmethode configuratie. De volgende informatie is alleen voor referentieel gebruik.'),
('nl', 'text_shipping_rates_changed', 'Verzend tarieven zijn gewijzigd'),
('nl', 'text_ship_to_billing', 'Bestelling wordt geleverd op het factuuradres'),
('nl', 'text_shoppers_can_order_products', 'Nu kunnen klanten deze producten bestellen in de webwinkel.'),
('nl', 'text_signup_for_subscriptions', 'Meld aan voor onze nieuwsbrief!'),
('nl', 'text_skip_creating_new_products', 'If you enable this setting, then only the products that already exist in your database will be updated.'),
('nl', 'text_skrill_activate_quick_checkout_short_explanation', 'Skrill Merchant Tools stelt u in staat om betalingen met creditcard, debit cards en 60 andere locale betaalopties in 200 landen te doen. De zeer concurrerende tarieven voor deze dienst worden gepubliceerd op de website van Skrill op http://www.skrill.com.'),
('nl', 'text_skrill_activate_quick_checkout_short_explanation_1', 'U heeft een verzoek tot activering op de datum [date]. Houd er rekening mee dat het verificatieproces om Skrill Merchant Tools tot 72 uur kan duren. U zult door Moneybookers gecontacteerd worden als het verificatieproces is voltooid.'),
('nl', 'text_skrill_activate_quick_checkout_short_explanation_2', 'Na het activeren van Skrill wordt er toegang gegeven tot een apart gedeelte in het Skrill-account genaamd Merchant Tools. Kies hier een wachtwoord (NIET hetzelfde als uw Skrill wachtwoord!) en voer het in onderstaand veld in om verbinding met Skrill te maken. Dit wachtwoord is de laatste stap in het activatieproces en versleutelt de betalingen. Nadat dit voltooid is kunt u direct Skrill-betalingen accepteren.'),
('nl', 'text_skrill_currs_notice', 'Wanneer u een valuta heeft geselecteerd welke niet de standaard valuta is in uw shop, controleer dan of deze valuta de juiste <a href=\"http://en.wikipedia.org/wiki/ISO_4217\">ISO 4217 code</a> heeft op de <a href=\"[link]\">valuta</a> pagina.'),
('nl', 'text_skrill_email_is_not_registered', 'Het e-mailadres is niet geregistreerd in Skrill.'),
('nl', 'text_skrill_email_is_registered', 'Het e-mailadres is geregistreerd in skrill.'),
('nl', 'text_skrill_empty_input_data', 'Enkele verplichte velden voor Quick Checkout activatie zijn niet ingevuld. Controleer opnieuw.'),
('nl', 'text_skrill_logo_notice', 'Als uw HTTPS-server niet is ingesteld zal het logo met het HTTP-protocol worden gebruikt en gebruikers zien op de Skrill pagina de waarschuwing \"Verbinding gedeeltelijk gecodeerd\".'),
('nl', 'text_skrill_notice', 'Om toegang te krijgen tot het internationale betalingsnetwerk van Skrill, registreer je <a href=“[register_url]\" target=\"_blank\">hier</a> voor een gratis account als je er nog geen hebt.<p><strong>Let op</strong>: sla de instellingen op voordat u e-mail, geheim woord of handelaarstools valideert.</p>'),
('nl', 'text_skrill_notice_register', 'Om toegang te krijgen tot het internationale betalingsnetwerk van Skrill, registreer je <a href=\"[register_url]\" target=\"_blank\">hier</a> voor een gratis account als je er nog geen hebt.<p><strong>Let op</strong>: sla de instellingen op voordat u handelaarstools activeert.</p>'),
('nl', 'text_skrill_payment_is_not_saved', 'Om deze functie te gebruiken dient u eerst de betaalmethode op te slaan.'),
('nl', 'text_skrill_secred_word_notice', 'Het geheime woord moet uitsluitend kleine letters zijn, zonder speciale karakters, en minstens 10 tekens lang.'),
('nl', 'text_skrill_secret_word_is_correct', 'Geheime woord is juist.'),
('nl', 'text_skrill_secret_word_is_incorrect', 'Uw geheime woord in onjuist. Kies uw geheime woord in de Merchant Tools sectie van je Skrill Account en vul het hier in.'),
('nl', 'text_skrill_support', '<b>Support:</b> <br /><br /> Heeft u vragen?<br /> Neem contact op met Skrill via  <a href=\"mailto:\">ecommerce@skrill.com</a> of per telefoon +44 (0) 870 383 0762.<br />'),
('nl', 'text_status_is_float', 'U kunt geen tijds-interval gebruiken voor de \"Status\"-parameter, daar deze tijdsgebonden is.'),
('nl', 'text_storage_changed', 'Opslaglocatie is gewijzigd'),
('nl', 'text_storefront_license_required', 'An additional storefront for your standard [product] license. Good for those who don\'t intend to add a few more storefronts in the future.'),
('nl', 'text_store_closed', 'De winkel is tijdelijk gesloten voor onderhoud.'),
('nl', 'text_store_mode_changed_to_full', '<strong>Volledige versie</strong> is geactiveerd. In deze versie zijn alle uitgebreide eCommerce functies beschikbaar.'),
('nl', 'text_store_mode_changed_to_mve', 'Uw winkel gebruikt nu een actieve licentie. Met de [product] editie krijgt u bijna alle functies die we aanbieden. De extra functies (zoals afzonderlijk afrekenen voor elke leverancier en door de leverancier gemaakte promoties) zijn beschikbaar met de <a href=\"[mve_plus_license_url]\" target=\"_blank\"> [product] Plus-editie</a>. Er is een nog geavanceerdere editie, <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, waarmee u meerdere etalages voor verschillende doelgroepen kunt gebruiken.'),
('nl', 'text_store_mode_changed_to_mve.plus', '<strong>Plus-modus</strong> is geactiveerd. Deze modus biedt alle geavanceerde e-commercefuncties, behalve voor meerdere storefronts. Als uw marktplaats ooit afzonderlijke domeinen voor verschillende doelgroepen nodig heeft, upgrade dan uw licentie naar <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>.'),
('nl', 'text_store_mode_changed_to_mve.ru', 'Your store now uses active license. With the [product] edition, you get almost all the features we offer. The additional features (such as separate checkout for each vendor, and vendor-created promotions) are available with the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus edition</a>. There is an even more advanced edition, <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, that lets you use multiple storefronts for different audiences.'),
('nl', 'text_store_mode_changed_to_mve.ru.plus', '<strong>Plus mode</strong> has been activated. This mode offers all the advanced eCommerce features, except for multiple storefronts. If your marketplace ever needs separate domains for different audiences, upgrade your license to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>.'),
('nl', 'text_store_mode_changed_to_mve.ru.ultimate', '<strong>Ultimate modus</strong> is geactiveerd. In deze modus zijn alle geavanceerde e-commercefuncties beschikbaar.'),
('nl', 'text_store_mode_changed_to_mve.ultimate', '<strong>Ultimate modus</strong> is geactiveerd. In deze modus zijn alle geavanceerde e-commercefuncties beschikbaar.'),
('nl', 'text_store_mode_changed_to_ult', 'Your store now uses an active license of [product].'),
('nl', 'text_store_mode_changed_to_ult.b2b', 'Your store now uses an active license of [product].'),
('nl', 'text_store_mode_changed_to_ult.b2b.ultimate', 'Your store now uses an active license of [product].'),
('nl', 'text_store_mode_changed_to_ult.ru', 'Your store now uses an active license of [product].'),
('nl', 'text_store_mode_changed_to_ult.ru.ultimate', 'Your store now uses an active license of [product].'),
('nl', 'text_store_mode_changed_to_ult.ultimate', 'Your store now uses an active license of [product].'),
('nl', 'text_store_mode_closed', 'De winkel was <b>gesloten</b>'),
('nl', 'text_store_mode_full', '<p>Volledige onbeperkte toegang tot alle functies. Voer een geldig licentienummer in om te activeren.</p><p>Deze modus kan op elk moment worden geactiveerd.</p><br />'),
('nl', 'text_store_mode_open', 'De winkel is <b>geopend</b>'),
('nl', 'text_store_mode_opened', 'De winkel was <b>geopend</b>'),
('nl', 'text_store_mode_trial', '<p>Volledige toegang tot alle functies tijdens de 30-dagen proefperiode, vanaf het moment van activering.</p> <p>Zodra de proefperiode van 30 dagen is verlopen, moet u het product <a href=\"[product_buy_url]\" target=\"_blank\"> upgraden door een licentie aan te schaffen</a> of voer een geldig licentienummer in om uw winkel te beheren.</p>'),
('nl', 'text_store_mode_trial_rb', 'Alle functies zijn tot 30 dagen na download van het installatiepakket beschikbaar. Invoeren van een licentie is niet nodig. <br /><br />Nadat de proefperiode van 30 dagen voorbij is dient een aangekocht licentienummer ingevuld te worden. <br /><br />'),
('nl', 'text_subscriber_activated', 'Het e-mailadres is geactiveerd'),
('nl', 'text_subscriber_added', 'Het e-mailadres is toegevoegd'),
('nl', 'text_subscriber_removed', 'Het e-mailadres is verwijderd en ontvangt geen nieuwsbrieven meer'),
('nl', 'text_successful_request', 'Uw aanvraag is ingediend. U ontvangt later per e-mail een antwoord op uw aanvraag.'),
('nl', 'text_success_subscription', 'Inschrijving voltooid op onze gratis nieuwsbrief met speciale aanbiedingen en promoties!'),
('nl', 'text_tax_applied', 'De btw <b>[tax]</b> is toegepast op alle producten'),
('nl', 'text_tax_unset', 'De btw <b>[tax]</b> is verwijderd van alle producten'),
('nl', 'text_template_changed', 'Uw wijzigingen zijn niet opgeslagen. Druk OK om wijzigingen op te slaan of Annuleren om deze te annuleren.'),
('nl', 'text_test_email_sent', 'Test e-mail is verzonden naar <b>[email]</b>.'),
('nl', 'text_thaiepay_notice', 'Uw retour URL is <b>[return_url]</b>'),
('nl', 'text_thank_you_for_post', 'Dank u voor uw bericht'),
('nl', 'text_thumbnail_manual_loading', 'Miniaturen worden automatisch gegenereerd maar u kunt ze ook  <a id=\"[id]\" class=\"[class]\">handmatig uploaden.</a>.'),
('nl', 'text_tinymce', 'TinyMCE'),
('nl', 'text_topmenu_more', 'Meer [item] <i class=\"text-arrow\">&rarr;</i>'),
('nl', 'text_topmenu_view_more', 'Bekijk meer <i class=\"text-arrow\">&rarr;</i>'),
('nl', 'text_track_instructions_sent', 'Toegangsinstructies zijn verzonden naar uw e-mailadres.'),
('nl', 'text_track_request', 'U heeft informatie aangevraagd over de bestellingen die u heeft geplaatst in onze webwinkel.'),
('nl', 'text_track_view_all_orders', 'Om al uw bestellingen te bekijken, volg deze link:'),
('nl', 'text_track_view_order', 'Om bestelling #[order] te bekijken open deze link:'),
('nl', 'text_transaction_cancelled', 'De transactie is geannuleerd door de gebruiker.'),
('nl', 'text_transaction_declined', 'Transactie is geweigerd door de betaalprovider of is geannuleerd door de klant'),
('nl', 'text_uc_addon_upgrade_completed', 'Er is succesvol een upgrade gedaan voor de \"[name]\" plug-in'),
('nl', 'text_uc_agreed_collisions', 'Ik begrijp dat mijn lokale wijzigingen permanent verloren gaan tijdens de upgrade'),
('nl', 'text_uc_another_update_process_running', 'Een andere upgrade wordt mogelijk al uitgevoerd.<br />Wacht a.u.b. totdat deze is afgerond.<br />Indien het proces is afgerond met een error kunt u het bestand [filename] verwijderen en proberen de upgrade opnieuw te starten.<br /><a href=\"[url]\">Verwijder het bestand en herstart de upgrade</a>'),
('nl', 'text_uc_backup_database', 'De volgende database tabellen zijn gebackuped'),
('nl', 'text_uc_backup_files', 'De volgende bestanden zijn gebackuped'),
('nl', 'text_uc_broken_package', 'Er lijkt iets mis te zijn met het upgradepakket. Probeer de upgrade opnieuw te downloaden'),
('nl', 'text_uc_cannot_lock_upgrade_process', 'Uitschakelen upgrade proces lancering is mislukt'),
('nl', 'text_uc_cant_download_package', 'Kan het upgrade pakket niet downloaden'),
('nl', 'text_uc_changed_files_message', 'Deze bestanden hebben een lokale wijzigingen, een back-up zal worden gemaakt. Wanneer de upgrade voltooid is, vergelijk de back-upbestanden met de nieuwe bestanden en pas eventueel de wijzigingen in de nieuwe bestanden aan indien nodig.'),
('nl', 'text_uc_check_ok', 'De CS-Cart installatie is gecontroleerd en klaar voor de upgrade'),
('nl', 'text_uc_conflicts', 'The volgende bestanden hebben lokale modificaties'),
('nl', 'text_uc_db_right_needed', 'Niet genoeg rechten om de database te updaten. Ken de volgende rechten toe aan uw database gebruiker [db_user]: [priviliges].'),
('nl', 'text_uc_emergency_restore', 'Attentie! Kopieer en sla de URL hieronder op - U kunt deze gebruiken om te herstellen als de upgrade mislukt.<br /><b>[href]</b>'),
('nl', 'text_uc_failed_to_backup_tables', 'De database tabellen zijn niet gebackuped'),
('nl', 'text_uc_failed_to_create_directory', 'Nieuwe map aanmaken mislukt'),
('nl', 'text_uc_failed_to_decompress_files', 'Bestanden uitpakken is mislukt'),
('nl', 'text_uc_failed_to_ftp_copy', 'FTP transfer mislukt'),
('nl', 'text_uc_ftp_cart_directory_not_found', 'We hebben geen CS-Cart installatie gevonden in de opgegeven map. Controleer of de juiste FTP gegevens zijn ingevuld.'),
('nl', 'text_uc_ftp_connection_failed', 'FTP connectie mislukt'),
('nl', 'text_uc_ftp_connect_failed', 'Kan geen verbinding krijgen met FTP server. Controleer of de host naam correct is'),
('nl', 'text_uc_ftp_login_failed', 'Kan geen verbinding krijgen met FTP server. Controleer of gebruikersnaam en wachtwoord correct zijn'),
('nl', 'text_uc_ftp_needed', 'FTP voor toegang tot de bestanden en stel de juiste rechten automatisch in'),
('nl', 'text_uc_has_conflicts', 'Enkele bestanden hebben lokale wijzigingen. U kunt deze controleren door op de volgende link te klikken'),
('nl', 'text_uc_incorrect_upgrade_path', 'Verkeerde pad voor upgrade van bestanden'),
('nl', 'text_uc_license_number_required', 'Vul uw CS-Cart licentienummer in a.u.b.'),
('nl', 'text_uc_list_of_updates_missing', 'Overzicht van upgrades ontbreekt'),
('nl', 'text_uc_local_modification', 'Lokale wijzigingen'),
('nl', 'text_uc_non_writable_files', 'Deze bestanden hebben schrijfrechten nodig (handmatig of automatisch via FTP)'),
('nl', 'text_uc_no_enough_space_to_backup_database', 'Onvoldoende schijfruimte om een ​​backup van de database te maken'),
('nl', 'text_uc_no_ftp_module', 'Het lijkt erop dat er geen FTP module is geïnstalleerd o uw server. U kunt FTP niet gebruiken totdat deze module is geïnstalleerd'),
('nl', 'text_uc_package_installed_with_errors', 'Fouten zijn opgetreden tijdens het upgradeproces. Neem contact op met technische ondersteuning om het probleem te onderzoeken.'),
('nl', 'text_uc_timeout_check_success', 'Het lijkt erop dat de server het toestaat om de \"max_execution_time\" van het script te wijzigen. Het upgradeproces kan doorgaan.'),
('nl', 'text_uc_unable_to_create_upgrade_folder', 'Aanmaken van een upgrade-map mislukt'),
('nl', 'text_uc_unable_to_parse_uc_xml', 'Parsen van de upgrade process descriptor uc.xml mislukt'),
('nl', 'text_uc_unable_to_remove_file', 'Verwijderen van het bestand mislukt'),
('nl', 'text_uc_unable_to_remove_packages_xml', 'Verwijderen van de upgrade descriptor packages.xml mislukt'),
('nl', 'text_uc_unable_to_remove_upgrade_lock', 'Mislukt om de upgrade versleutel bestand te verwijderen. Verwijder het bestand [file].'),
('nl', 'text_uc_unable_to_update_list_of_installed_upgrades', 'Updaten van de lijst van geïnstalleerde upgrades mislukt'),
('nl', 'text_uc_upgrade_completed', 'Uw webshop is geüpgraded'),
('nl', 'text_uc_upgrade_completed_check_and_open', '<p>Uw winkel was gesloten tijdens de upgrade. We bevelen u aan om de werking van de winkel te controleren na de upgrade en dan pas de winkel te openen.</p><p>U kunt de winkel openen door Winkel sluiten uit te vinken onder Instellingen → Algemeen.</p>'),
('nl', 'text_uc_upgrade_log_file_not_writable', 'Upgrade log bestand is niet schrijfbaar'),
('nl', 'text_uc_upgrade_needed', 'U dient naar versie <b>[to_version]</b> te upgraden voordat u dit upgrade pakket kunt toepassen (uw versie is <b>[your_version]</b>).'),
('nl', 'text_uc_upgrade_not_selected', 'Geen upgrade pakket geselecteerd'),
('nl', 'text_uc_upgrade_reverted', 'De upgrade is met succes terug gezet'),
('nl', 'text_uc_will_be_changed', 'Wordt gewijzigd'),
('nl', 'text_uc_will_be_deleted', 'Wordt verwijderd'),
('nl', 'text_ult_product_store_field_tooltip', 'Producteigenaar. Alleen de producteigenaar kan alle velden van gedeelde producten aanpassen.'),
('nl', 'text_unable_to_install_theme_dependencies', 'Unable to install the theme dependencies: [dependencies]'),
('nl', 'text_unable_to_parse_xml', 'Parsen van XML structuur mislukt'),
('nl', 'text_unsubscribe_instructions', 'Wij respecteren uw privacy en willen absoluut geen ongewenste correspondentie versturen! U ontvangt deze email omdat u zich via onze webwinkel heeft ingeschreven voor het ontvangen van speciale aanbieden en/of informatie. <br /><br /> Indien u zich hiervoor wilt uitschrijven kunt u klikken op onderstaande link:'),
('nl', 'text_unsupported_currency', 'De gekozen valuta wordt niet ondersteund door het betaalsysteem op de website. neem contact op met de beheerder van deze website.'),
('nl', 'text_upgrade_available', 'Een nieuwe versie van CS-Cart is beschikbaar. Wilt u nu naar de nieuwste versie upgraden, klik <a href=\"[link]\">hier</a>.'),
('nl', 'text_usergroup_activated', 'De volgende gebruikersgroepen zijn voor uw account geactiveerd: [usergroups].'),
('nl', 'text_usergroup_disactivated', 'De volgende gebruikersgroepen zijn verwijderd uit uw account: [usergroups].'),
('nl', 'text_usergroup_request', 'Aanvraag klant voor toegang tot gebruikersgroep.'),
('nl', 'text_usergroup_requested_by', 'De <b>[usergroup]</b> was verzocht door [name] ([email]).'),
('nl', 'text_vendor_profile_changes_notice', 'Weet u zeker dat u het profiel wilt bijwerken? Informatie over uw bedrijf zal niet beschikbaar zijn in het klanten gedeelte totdat de beheerder het goedkeurt.'),
('nl', 'text_worldpay_notice', 'Configureer uw WorldPay account voor u de betaling gaat gebruiken.<br /><br />Ga naar de WorldPay administratie pagina en schakel naar de installatie pagina.<br /><br />Vul de velden als volgt in:<br /><br />Payment Response URL: <b>[return_url]</b><br />Payment Response Password: <b>Maak een geheim woord.</b> Hetzelfde woord moet ingevuld worden in het veld hieronder<br />MD5 geheim voor transacties: <b>Maak een geheim woord.</b> Hetzelfde woord moet ingevuld worden in het veld hieronder<br />SignatureFields: <b>instId:amount:currency:cartId</b>'),
('nl', 'text_you_have_already_filled_this_poll', 'Deze poll is al voltooid'),
('nl', 'text_zipcodes_wildcards', 'In dit veld kunt u wildcards gebruiken:<br><b>\'?\'</b> - elk enkel karakter;<b>\'*\'</b> - elk aantal karakters.<br><br><u>Voorbeeld:</u><br><b>98?78</b> &nbsp;&nbsp;(komt overeen met 98878, 98378, 98978, etc)<br><b>12*</b>&nbsp;&nbsp; (komt overeen met 12345, 12876, 12098, etc..)'),
('nl', 'thanks_for_voting', 'Dank voor deelname aan deze poll.'),
('nl', 'theme', 'Thema'),
('nl', 'themes', 'Thema\'s'),
('nl', 'theme_directory', 'Thema map'),
('nl', 'theme_editor', 'Thema editor'),
('nl', 'theme_editor.atc_button_bkg', 'Add to cart'),
('nl', 'theme_editor.atc_button_text', 'Add to cart text'),
('nl', 'theme_editor.auto_scroller_animations_style', 'Image auto scroller animation'),
('nl', 'theme_editor.auto_scroll_animations', 'Use image auto scroller animation'),
('nl', 'theme_editor.background', 'Achtergrond'),
('nl', 'theme_editor.backgrounds', 'Achtergronden'),
('nl', 'theme_editor.background_color', 'Achtergrondkleur'),
('nl', 'theme_editor.base_color', 'Basis'),
('nl', 'theme_editor.block_titles', 'Block titles'),
('nl', 'theme_editor.body_font', 'Body'),
('nl', 'theme_editor.brand_page_image', 'Brand page images'),
('nl', 'theme_editor.browse', 'Bladeren'),
('nl', 'theme_editor.buttons_font', 'Knoppen'),
('nl', 'theme_editor.call_request_bkg', 'Buy now with one click'),
('nl', 'theme_editor.call_request_text', 'Buy now with one click text'),
('nl', 'theme_editor.category_menu_bkg', 'Category menu background'),
('nl', 'theme_editor.category_menu_expand_links', 'Expanded menu links'),
('nl', 'theme_editor.category_menu_expand_links_hover', 'Expanded menu links hover'),
('nl', 'theme_editor.category_menu_horizontal_background', 'Category menu expanded background'),
('nl', 'theme_editor.category_menu_horizontal_decoration', 'Category menu expanded decoartion'),
('nl', 'theme_editor.category_menu_horizontal_decoration_text', 'Category menu expanded decoartion text'),
('nl', 'theme_editor.category_menu_horizontal_decoration_text_hover', 'Category menu expanded decoartion text hover'),
('nl', 'theme_editor.checkout_control_background', 'Checkout: Payment / shipping method background'),
('nl', 'theme_editor.checkout_control_border', 'Checkout: Payment / shipping method border'),
('nl', 'theme_editor.checkout_control_description', 'Checkout: Payment / shipping method description'),
('nl', 'theme_editor.checkout_control_label', 'Checkout: Credit card field names'),
('nl', 'theme_editor.checkout_control_title', 'Checkout: Payment / shipping method title'),
('nl', 'theme_editor.checkout_input_border', 'Checkout: Field border'),
('nl', 'theme_editor.checkout_input_label', 'Checkout: Field label'),
('nl', 'theme_editor.checkout_input_text', 'Checkout: Text in fields'),
('nl', 'theme_editor.checkout_selected_control_background', 'Checkout: Selected payment / shipping method background'),
('nl', 'theme_editor.checkout_selected_control_border', 'Checkout: Selected payment / shipping method border'),
('nl', 'theme_editor.checkout_selected_input_border', 'Checkout: Selected field border'),
('nl', 'theme_editor.checkout_step_title', 'Checkout: Step title'),
('nl', 'theme_editor.checkout_terms_background', 'Checkout: \"Terms and conditions\" section background'),
('nl', 'theme_editor.close', 'Sluit thema editor'),
('nl', 'theme_editor.colors', 'Kleuren'),
('nl', 'theme_editor.color_gen_algorithm', 'Kleurencombinatie'),
('nl', 'theme_editor.color_gen_analogic', 'Analoog'),
('nl', 'theme_editor.color_gen_base_color', 'Basiskleur'),
('nl', 'theme_editor.color_gen_contrast', 'Contrast'),
('nl', 'theme_editor.color_gen_dark_pastel', 'Donkere pastel'),
('nl', 'theme_editor.color_gen_default', 'Standaard'),
('nl', 'theme_editor.color_gen_light_pastel', 'Lichte pastel'),
('nl', 'theme_editor.color_gen_monochromatic', 'Monochromatisch'),
('nl', 'theme_editor.color_gen_pale', 'Bleek'),
('nl', 'theme_editor.color_gen_pastel', 'Pastel'),
('nl', 'theme_editor.color_gen_title', 'Genereer kleuren'),
('nl', 'theme_editor.color_gen_triad', 'Triade'),
('nl', 'theme_editor.color_gen_variant', 'Variatie'),
('nl', 'theme_editor.color_gen_vcontrast', 'Contrast'),
('nl', 'theme_editor.compare_color', 'Compare hover'),
('nl', 'theme_editor.confirm_enable_less', 'De gemaakte CSS-wijzigingen worden gebackupped en overschreven. Weet u zeker dat LESS hersteld moet worden?'),
('nl', 'theme_editor.content_bg', 'Inhoud'),
('nl', 'theme_editor.convert_to_css', 'Naar CSS omzetten'),
('nl', 'theme_editor.create_style_first', 'Deze parameter is niet te wijzigen voor standaard stijlen. Maak eerst een nieuwe aan'),
('nl', 'theme_editor.css', 'Aangepaste CSS'),
('nl', 'theme_editor.customize', 'Aanpassen'),
('nl', 'theme_editor.decorative_color', 'Decoratief'),
('nl', 'theme_editor.discount_label', 'Korting label'),
('nl', 'theme_editor.discount_label_text', 'Discount label text'),
('nl', 'theme_editor.enable', 'Inschakelen thema editor'),
('nl', 'theme_editor.enable_less', 'LESS inschakelen'),
('nl', 'theme_editor.error_preset_exists', 'De preset met deze naam bestaat al. Kies een andere naam.'),
('nl', 'theme_editor.error_style_exists', 'Er bestaal al een stijl met deze naam. Kies een andere naam.'),
('nl', 'theme_editor.error_theme_converted_to_css', 'Gecompileerde CSS-bestanden ondersteunen geen aangepaste stijlen. Herstel LESS in de <a target=\"_blank\" href=\"[url]\">Themabewerker</a> om stijlen weer te kunnen aanpassen.'),
('nl', 'theme_editor.favicon', 'Favicon'),
('nl', 'theme_editor.favicon_size', 'Favicon afmetingen moet 16x16 px zijn'),
('nl', 'theme_editor.fixed', 'Vast'),
('nl', 'theme_editor.font', 'Lettertype'),
('nl', 'theme_editor.fonts', 'Lettertypes'),
('nl', 'theme_editor.font_color', 'Lettertype'),
('nl', 'theme_editor.font_one', 'Primary font'),
('nl', 'theme_editor.font_two', 'Secondary font'),
('nl', 'theme_editor.footer', 'Voettekst'),
('nl', 'theme_editor.footer_bottom', 'Footer bottom'),
('nl', 'theme_editor.footer_bottom_text', 'Footer bottom text'),
('nl', 'theme_editor.footer_location_icon', 'Footer location icons'),
('nl', 'theme_editor.footer_location_icon_bkg', 'Footer location icons background'),
('nl', 'theme_editor.footer_social_icons', 'Footer social icons'),
('nl', 'theme_editor.footer_text', 'Footer tekst'),
('nl', 'theme_editor.footer_title', 'Footer title'),
('nl', 'theme_editor.full_width', 'Volledige breedte'),
('nl', 'theme_editor.general', 'Algemeen'),
('nl', 'theme_editor.general_bg', 'Algemeen'),
('nl', 'theme_editor.gift_cert', 'Cadeaubon'),
('nl', 'theme_editor.google_fonts', 'Use google fonts'),
('nl', 'theme_editor.gradient', 'Verlooptint'),
('nl', 'theme_editor.grid_icon', 'Grid Quick view, Compare, Wishlist icons'),
('nl', 'theme_editor.grid_icon_add_to_cart', 'Add to cart button'),
('nl', 'theme_editor.grid_icon_add_to_cart_bkg', 'Add to cart background'),
('nl', 'theme_editor.grid_icon_add_to_cart_text', 'Add to cart button text'),
('nl', 'theme_editor.grid_icon_add_to_compare_bkg', 'Add to compare background'),
('nl', 'theme_editor.grid_icon_add_wishlist_bkg', 'Add to wishlist background'),
('nl', 'theme_editor.grid_icon_bkg', 'Grid Quick view, Compare, Wishlist icons background'),
('nl', 'theme_editor.grid_icon_hover', 'Grid Quick view, Compare, Wishlist icons hover'),
('nl', 'theme_editor.grid_icon_quick_view_bkg', 'Quick view background'),
('nl', 'theme_editor.grid_info_background', 'Grid info background'),
('nl', 'theme_editor.grid_info_title', 'Grid info title'),
('nl', 'theme_editor.grid_info_title_hover', 'Grid info title hover'),
('nl', 'theme_editor.header', 'Kop'),
('nl', 'theme_editor.header_call_request_link', 'Header call request link'),
('nl', 'theme_editor.header_cart_ammount', 'Header cart amount'),
('nl', 'theme_editor.header_cart_ammount_bkg', 'Header cart amount background'),
('nl', 'theme_editor.header_icons', 'Header icons'),
('nl', 'theme_editor.header_icons_hover', 'Header icons hover'),
('nl', 'theme_editor.header_text', 'Header text'),
('nl', 'theme_editor.headings_font', 'Koppen'),
('nl', 'theme_editor.hide_show', 'Verberg/Toon thema editor paneel'),
('nl', 'theme_editor.incorrect_preset_name', 'Preset name can not contain the following characters: \"/ # % ? * : ; { } \\ \"'),
('nl', 'theme_editor.incorrect_style_name', 'Style name can not contain the following characters: \"/ # % ? * : ; { } \\ + \"'),
('nl', 'theme_editor.info_blocks', 'Info blocks'),
('nl', 'theme_editor.in_stock', 'Op voorraad'),
('nl', 'theme_editor.links_font', 'Links'),
('nl', 'theme_editor.links_hover', 'Links hover'),
('nl', 'theme_editor.link_color', 'Links'),
('nl', 'theme_editor.list-price', 'List price'),
('nl', 'theme_editor.logos', 'Logo\'s'),
('nl', 'theme_editor.mail', 'E-mail'),
('nl', 'theme_editor.main', 'Hoofd content'),
('nl', 'theme_editor.mainbox_title', 'Mainbox title'),
('nl', 'theme_editor.mainbox_title_bkg', 'Mainbox title background'),
('nl', 'theme_editor.max_image_size', 'De afbeelding mag niet groter zijn dan 200 kB.'),
('nl', 'theme_editor.menu_categ_left_content_description', 'Categories menu left content description'),
('nl', 'theme_editor.menu_categ_left_content_link', 'Categories menu left content link'),
('nl', 'theme_editor.menu_categ_left_content_link_hover', 'Categories menu left content link hover'),
('nl', 'theme_editor.menu_categ_right_content_link', 'Categories menu right content link'),
('nl', 'theme_editor.menu_categ_right_content_link_hover', 'Categories menu right content link hover'),
('nl', 'theme_editor.menu_categ_right_content_title', 'Categories menu right content title'),
('nl', 'theme_editor.menu_categ_title', 'Categories menu title'),
('nl', 'theme_editor.menu_categ_title_bkg', 'Categories menu background'),
('nl', 'theme_editor.menu_color', 'Main Menu'),
('nl', 'theme_editor.menu_color_hover', 'Main Menu background hover'),
('nl', 'theme_editor.menu_links_color', 'Main Menu links'),
('nl', 'theme_editor.menu_links_color_hover', 'Main Menu links hover'),
('nl', 'theme_editor.menu_links_hover', 'Menu links hover'),
('nl', 'theme_editor.menu_links_hover_text', 'Menu links hover text'),
('nl', 'theme_editor.menu_link_1_background', 'Main menu link 1 background'),
('nl', 'theme_editor.menu_link_2_background', 'Main menu link 2 background'),
('nl', 'theme_editor.menu_link_3_background', 'Main menu link 3 background'),
('nl', 'theme_editor.menu_link_4_background', 'Main menu link 4 background'),
('nl', 'theme_editor.menu_link_5_background', 'Main menu link 5 background'),
('nl', 'theme_editor.menu_link_6_background', 'Main menu link 6 background'),
('nl', 'theme_editor.menu_link_7_background', 'Main menu link 7 background'),
('nl', 'theme_editor.middle_bg', 'Midden'),
('nl', 'theme_editor.multiscroller', 'Multiscroller header background'),
('nl', 'theme_editor.multiscroller_compare_color', 'Multiscroller Compare hover'),
('nl', 'theme_editor.multiscroller_icon', 'Multiscroller Quick view, Compare, Wishlist icons'),
('nl', 'theme_editor.multiscroller_icon_border', 'Multiscroller icon border'),
('nl', 'theme_editor.multiscroller_link', 'Multiscroller tab text'),
('nl', 'theme_editor.multiscroller_link_active_hover_bkg', 'Multiscroller tab background hover'),
('nl', 'theme_editor.multiscroller_link_bkg', 'Multiscroller tab background'),
('nl', 'theme_editor.multiscroller_link_hover', 'Multiscroller tab text hover'),
('nl', 'theme_editor.multiscroller_quick_view_color', 'Multiscroller Quick view hover'),
('nl', 'theme_editor.multiscroller_wishlist_color', 'Multiscroller Wishlist hover'),
('nl', 'theme_editor.no_repeat', 'Geen herhaling'),
('nl', 'theme_editor.off', 'Uit'),
('nl', 'theme_editor.on', 'Aan'),
('nl', 'theme_editor.other_fonts', 'Andere lettertypes'),
('nl', 'theme_editor.out_of_stock', 'Niet op voorraad'),
('nl', 'theme_editor.page_cant_be_configured', 'Het uiterlijk van deze pagina kan niet worden geconfigureerd met de Thema-editor.'),
('nl', 'theme_editor.pattern', 'Patroon'),
('nl', 'theme_editor.popular_fonts', 'Populaire lettertypes'),
('nl', 'theme_editor.popup_title_bkg', 'Popup title background'),
('nl', 'theme_editor.popup_title_text', 'Popup title text'),
('nl', 'theme_editor.position', 'Positie'),
('nl', 'theme_editor.pp_price_saving_bkg', 'Product page price saving background'),
('nl', 'theme_editor.pp_price_saving_text', 'Product page price saving text'),
('nl', 'theme_editor.presets', 'Voorkeursinstellingen'),
('nl', 'theme_editor.preset_data_cannot_be_saved', 'Preset gegevens kunnen niet worden opgeslagen. U zult rechten moeten toekennen aan de map <b>[theme_dir]</b> om dit probleem op te lossen.'),
('nl', 'theme_editor.preset_name', 'Preset naam'),
('nl', 'theme_editor.price', 'Prijs'),
('nl', 'theme_editor.price_font', 'Prijs tag'),
('nl', 'theme_editor.primary_button', 'Primary color'),
('nl', 'theme_editor.primary_button_text', 'Primary text'),
('nl', 'theme_editor.product_carousel_scroll_animations_style', 'Product image in carousel scroll animation'),
('nl', 'theme_editor.product_title', 'Product title'),
('nl', 'theme_editor.product_title_link', 'Product title link'),
('nl', 'theme_editor.quick_view_color', 'Quick view hover'),
('nl', 'theme_editor.rating_color', 'Rating color'),
('nl', 'theme_editor.rating_icons', 'Rating icons'),
('nl', 'theme_editor.rating_text', 'Rating text'),
('nl', 'theme_editor.repeat', 'Herhaal'),
('nl', 'theme_editor.repeat_x', 'Herhaal x'),
('nl', 'theme_editor.repeat_y', 'Herhaal y'),
('nl', 'theme_editor.reset_backgrounds', 'Herstel achtergronden'),
('nl', 'theme_editor.reset_colors', 'Herstel kleuren'),
('nl', 'theme_editor.reset_css', 'Herstel CSS'),
('nl', 'theme_editor.reset_fonts', 'Herstel lettertypes'),
('nl', 'theme_editor.reset_general', 'Reset algemeen'),
('nl', 'theme_editor.reset_logos', 'Herstel logo\'s'),
('nl', 'theme_editor.rounded_corners', 'Ronde hoeken'),
('nl', 'theme_editor.scroll', 'Scroll'),
('nl', 'theme_editor.scroll_animations', 'Use scroll animations'),
('nl', 'theme_editor.scroll_up', 'Scroll up button'),
('nl', 'theme_editor.search_button_bkg', 'Search button background'),
('nl', 'theme_editor.search_button_bkg_hover', 'Search button background hover'),
('nl', 'theme_editor.search_button_text', 'Search button icon'),
('nl', 'theme_editor.search_button_text_hover', 'Search button icon hover'),
('nl', 'theme_editor.secondary_button', 'Secondary color'),
('nl', 'theme_editor.secondary_button_text', 'Secondary text'),
('nl', 'theme_editor.secondary_content_bg', 'Secondary content'),
('nl', 'theme_editor.secondbox_title', 'Secondbox title'),
('nl', 'theme_editor.secondbox_title_bkg', 'Secondbox title background'),
('nl', 'theme_editor.shipping_label', 'Shipping label'),
('nl', 'theme_editor.shipping_label_text', 'Shipping label text'),
('nl', 'theme_editor.show_dropdown_homepage', 'Expand menu on homepage'),
('nl', 'theme_editor.show_mega_menu_category_images', 'Mega Menu category thumbnails'),
('nl', 'theme_editor.sidebar', 'Sidebar background'),
('nl', 'theme_editor.sidebar_decorative', 'Sidebar decorative'),
('nl', 'theme_editor.sidebar_link', 'Sidebar links'),
('nl', 'theme_editor.sidebar_links', 'Sidebar links'),
('nl', 'theme_editor.sidebar_title', 'Sidebar title'),
('nl', 'theme_editor.sticky_menu', 'Sticky menu'),
('nl', 'theme_editor.style', 'Stijl'),
('nl', 'theme_editor.styles', 'Stijlen'),
('nl', 'theme_editor.style_data_cannot_be_saved', 'De stijl kan niet worden opgeslagen. Geef de map <b>[theme_dir]</b> schrijfrechten om dit probleem op te lossen.'),
('nl', 'theme_editor.style_name', 'Stijlnaam'),
('nl', 'theme_editor.sub_footer', 'Sub footer'),
('nl', 'theme_editor.sub_footer_text', 'Sub footer text'),
('nl', 'theme_editor.system_fonts', 'Systeem lettertypes'),
('nl', 'theme_editor.tertiary_button', 'Tertiary color'),
('nl', 'theme_editor.tertiary_button_text', 'Tertiary text'),
('nl', 'theme_editor.tertiary_content_bg', 'Teritary content'),
('nl', 'theme_editor.text_align', 'Tekst uitlijning'),
('nl', 'theme_editor.text_close_editor', 'Weet u zeker dat u de thema-editor wilt verlaten?'),
('nl', 'theme_editor.text_close_editor_unsaved', 'U heeft niet opgeslagen wijzigingen. Weet u zeker dat u de thema-editor wilt verlaten?'),
('nl', 'theme_editor.text_convert_to_css', '<p>Maak CSS-bestanden vanuit LESS (voor handmatig wijzigen).</p><p>LET OP: De themabewerker is dan niet meer te gebruiken!</p><p><i>De originele LESS-bestanden worden gebackupped en zijn later te herstellen</i></p>'),
('nl', 'theme_editor.text_reset_changes', 'Alle wijzigingen die nog niet zijn opgeslagen worden gereset'),
('nl', 'theme_editor.te_font_one', 'Primary font'),
('nl', 'theme_editor.te_font_two', 'Secondary font'),
('nl', 'theme_editor.theme', 'Thema'),
('nl', 'theme_editor.third_button', 'Third button'),
('nl', 'theme_editor.top_account_cart', 'Top account/cart'),
('nl', 'theme_editor.top_account_cart_hover', 'Top account/cart hover'),
('nl', 'theme_editor.top_panel', 'Boven paneel'),
('nl', 'theme_editor.top_panel_links', 'Top paneel links'),
('nl', 'theme_editor.top_panel_links_hover', 'Top panel links hover'),
('nl', 'theme_editor.top_panel_links_hover_active', 'Top link hover/active'),
('nl', 'theme_editor.top_panel_text', 'Top panel tekst'),
('nl', 'theme_editor.transparent', 'Transparant'),
('nl', 'theme_editor.upload_image', 'Upload afbeelding'),
('nl', 'theme_editor.vendor_contact_link', 'Vendor cotact link'),
('nl', 'theme_editor.vendor_location', 'Vendor location'),
('nl', 'theme_editor.vendor_name', 'Vendor name'),
('nl', 'theme_editor.vendor_phone', 'Vendor phone'),
('nl', 'theme_editor.vendor_product_number', 'Vendor product number'),
('nl', 'theme_editor.vendor_rating', 'Vendor rating'),
('nl', 'theme_editor.vendor_rating_text', 'Vendor rating text'),
('nl', 'theme_editor.vendor_store_button_bkg', 'Vendor store button background'),
('nl', 'theme_editor.vendor_store_button_text', 'Vendor store button text'),
('nl', 'theme_editor.vendor_store_header_background', 'Vendor store header background'),
('nl', 'theme_editor.vendor_store_header_name', 'Vendor store header name'),
('nl', 'theme_editor.vendor_store_header_title', 'Vendor store header titles'),
('nl', 'theme_editor.vendor_store_social_icon_bkg', 'Vendor store social icon background');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('nl', 'theme_editor.vendor_store_social_icon_text', 'Vendor store social icon'),
('nl', 'theme_editor.warning_css_changes_will_be_reverted', '<p>Om de themabewerker te kunnen gebruiken dient teruggeschakeld te worden naar LESS, omdat er dan met LESS-bestanden in plaats van eenvoudige CSS.</p><p><srtong>Belangrijk:</strong>Alle CSS-bestanden worden overschreven tijdens het herstelproces. Wijzigingen aangebracht in de CSS-bestanden wordtn opgeslagen in de backup-map.</p>'),
('nl', 'theme_editor.wishlist_color', 'Wishlist hover'),
('nl', 'theme_editor_mode', 'Thema editor modus'),
('nl', 'theme_editor_not_supported', 'Dit thema is niet geschikt voor de thema-editor'),
('nl', 'theme_information', 'Thema-informatie'),
('nl', 'theme_no_styles_text', 'Dit thema heeft geen stijlen.'),
('nl', 'theme_styles_and_layouts', 'Thema\'s en opmaak'),
('nl', 'the_test_transaction', 'Dit is een TEST transactie'),
('nl', 'this_day', 'Deze dag'),
('nl', 'this_month', 'Deze maand'),
('nl', 'this_week', 'Deze week'),
('nl', 'this_year', 'Dit jaar'),
('nl', 'ths_sign', 'Karakter voor duizendtallen'),
('nl', 'thumb', 'Miniatuur'),
('nl', 'thumbnail', 'Miniatuur'),
('nl', 'thumbnails', 'Miniaturen'),
('nl', 'thumbnails_removed', 'Miniaturen zijn verwijderd'),
('nl', 'thumbnail_width', 'Breedte miniatuur in scroller'),
('nl', 'ticket_id', 'Ticket Id'),
('nl', 'ticket_information', 'TICKET INFORMATION'),
('nl', 'ticket_list', 'Ticket List'),
('nl', 'ticket_message', 'Ticket Message'),
('nl', 'ticket_subject', 'Ticket Subject'),
('nl', 'ticket_type', 'Ticket Type'),
('nl', 'tier_account', 'niveau profiel'),
('nl', 'time', 'Tijd'),
('nl', 'timeout', 'Timeout'),
('nl', 'Timestamp', 'Timestamp'),
('nl', 'timezone_upgrade_notification_text', '<p>Time zone \"Athens, Beirut, Istanbul\" has been split into 3 different time zones:</p><ul><li>Europe/Istanbul</li><li>Europe/Athens</li><li>Asia/Beirut</li></ul><p>Please go to <b>Settings</b> &rarr; <b>Appearance</b> and make sure you have the right time zone there.</p>'),
('nl', 'timezone_upgrade_notification_title', 'Wijzigingen tijdzone'),
('nl', 'time_interval', 'Tijdsinterval'),
('nl', 'time_unlimited_download', 'Onbeperkte-tijd download'),
('nl', 'tip', 'Tip'),
('nl', 'tip.quick_select_and_close_category_selector', 'Tip: Hold \'Ctrl\' (or \"⌘\" on Mac) while clicking on a category name. This will add one category and close the window.'),
('nl', 'title', 'Aanhef'),
('nl', 'tmpl_abt__ut2_dropdown_horizontal_mwi', 'AB: Horizontal dropdown list with icons'),
('nl', 'tmpl_abt__ut2_dropdown_vertical_mwi', 'AB: Vertical dropdown list with icons'),
('nl', 'tmpl_abt__ut2__categories_title_block', 'AB: Block: Category title'),
('nl', 'tmpl_abt__ut2__features_title_block', 'AB: Block: Feature title'),
('nl', 'tmpl_abt__ut2__my_account_links_advanced', 'AB: My account (advanced)'),
('nl', 'tmpl_abt__ut2__recent_posts_advanced', 'AB: Blog: Recent posts'),
('nl', 'tmpl_abt__ut2__subscribe_advanced', 'AB: Subscription form'),
('nl', 'tmpl_abt__ut2__subscription', 'AB: Newsletters: Subscription form'),
('nl', 'tmpl_abt__ut2__title_block', 'AB: Block: Title'),
('nl', 'tmpl_abt__ut2__top_buttons', 'AB: Buttons Compare and Wishlist'),
('nl', 'tmpl_abt__ut2__top_buttons.compare_list.tooltip', 'View Comparison list'),
('nl', 'tmpl_call_request', 'Bel verzoek formulier'),
('nl', 'tmpl_copyright', 'Copyright informatie'),
('nl', 'tmpl_grid', 'Rooster'),
('nl', 'tmpl_grid2', 'Rooster2'),
('nl', 'tmpl_list_without_options', 'Lijst zonder opties'),
('nl', 'tmpl_logo', 'Winkel logo'),
('nl', 'tmpl_multicolumns_small', 'Multikolom klein'),
('nl', 'tmpl_multicolumn_list', 'Multi-kolom lijst'),
('nl', 'tmpl_newsletters_subscription_advanced', 'Newsletters: subscription advanced form'),
('nl', 'tmpl_payment_icons', 'Betaal systemen icoontjes'),
('nl', 'tmpl_payment_icons_rus', 'Payment systems russian icons'),
('nl', 'tmpl_polls_central', 'Centraal'),
('nl', 'tmpl_polls_side', 'Zijvak'),
('nl', 'tmpl_quick_links', 'Snelle links'),
('nl', 'tmpl_scroller', 'Scroll'),
('nl', 'tmpl_search', 'Zoekveld'),
('nl', 'tmpl_sidebox_1_item', 'Zijbox eerste item'),
('nl', 'tmpl_subscription', 'Nieuwsbrieven: Inschrijfformulier'),
('nl', 'tmpl_subscription_advanced', 'Subscription advanced form'),
('nl', 'tmpl_text_ckeditor', 'CKEditor'),
('nl', 'to', 'TOT'),
('nl', 'today', 'Vandaag'),
('nl', 'tools', 'Gereedschappen'),
('nl', 'tools_addons_activated_count', 'Actieve plug-ins:'),
('nl', 'tools_addons_additional_payment_methods', 'Er kunnen meer betalingsverwerkers zijn. Ze worden weergegeven als u de overeenkomstige <a href=\"[url]\">betalings-add-ons</a> activeert.'),
('nl', 'tools_addons_additional_shipping_methods', 'Er kunnen meer providers zijn. Ze worden weergegeven als u de overeenkomstige <a href=\"[url]\"> verzend-add-ons</a> activeert.'),
('nl', 'tools_addons_additional_themes', 'Er kunnen meer thema\'s zijn. Ze worden weergegeven als u de overeenkomstige <a href=\"[url]\">thema-add-ons</a> activeert.'),
('nl', 'tools_addons_core_addons_count', 'Ingebouwde plug-ins:'),
('nl', 'tools_addons_current_state', 'Huidige status'),
('nl', 'tools_addons_disabled_msg', 'Een beheerder heeft alle plug-ins of plug-ins van derden uitgeschakeld.<br>Gebruik de knop \'Plug-ins opnieuw inschakelen\' om de plug-ins die voorheen actief waren weer in te schakelen.'),
('nl', 'tools_addons_disable_all', 'Alle plug-ins uitschakelen'),
('nl', 'tools_addons_disable_third_party', 'Plug-ins van derden uitschakelen'),
('nl', 'tools_addons_installed_count', 'Geïnstalleerde plug-ins:'),
('nl', 'tools_addons_no_addons', 'Geen plug-ins'),
('nl', 'tools_addons_no_third_party_addons', 'Geen plug-ins van derden'),
('nl', 'tools_addons_other_addons_count', 'Plug-ins van derden:'),
('nl', 'tools_re_enable_add_ons', 'Plug-ins opnieuw inschakelen'),
('nl', 'tooltip', 'Tooltip'),
('nl', 'top_panel', 'Naar boven'),
('nl', 'top_sellers', 'Top verkopers'),
('nl', 'top_wishlist_compare', 'ET - Top wishlist compare'),
('nl', 'total', 'Totaal'),
('nl', 'totally_paid', 'Totaal betaald'),
('nl', 'totals', 'Totalen'),
('nl', 'total_amount', 'Totaalbedrag'),
('nl', 'total_amount_due', 'Totaal bedrag'),
('nl', 'total_cost', 'Totaal kosten'),
('nl', 'total_items', 'Totaal aantal items'),
('nl', 'total_list_price', 'Totale catalogusprijs'),
('nl', 'total_orders', 'Created orders'),
('nl', 'total_paid_orders', 'Paid orders'),
('nl', 'total_period_payout', 'Totaal uitbetaling verkoopperiode'),
('nl', 'total_price', 'Totaal'),
('nl', 'total_product_cost', 'Totale productkosten'),
('nl', 'total_replies', 'Total Replies'),
('nl', 'total_results', 'Totaal resultaten'),
('nl', 'total_spent_money', 'Total spend'),
('nl', 'total_unpaid_balance', 'Totaal niet uitbetaald'),
('nl', 'total_without_commission', 'Total descontando a comissão'),
('nl', 'to_all_subcats', 'Toepassen op alle subcategorieen'),
('nl', 'to_date', 'Tot datum'),
('nl', 'to_fixed', 'naar vast bedrag'),
('nl', 'to_percentage', 'naar percentage van de originele prijs'),
('nl', 'tpe', 'TPE'),
('nl', 'track', 'Volgen'),
('nl', 'tracking_num', 'Traceernummer'),
('nl', 'tracking_number', 'Traceernummer'),
('nl', 'tracks', 'Identificator'),
('nl', 'track_my_order', 'Volg mijn bestelling(en)'),
('nl', 'track_on_carrier_site', 'Op website bijhouden'),
('nl', 'track_orders', 'Volg bestellingen'),
('nl', 'track_request_subj', 'Bestelling volgen'),
('nl', 'track_without_options', 'traceer zonder opties'),
('nl', 'track_with_options', 'traceer met opties'),
('nl', 'TransactionDateTime', 'Datum/tijd transactie'),
('nl', 'transaction_approved', 'Transactie goedgekeurd'),
('nl', 'transaction_cancelled', 'Transactie is geannuleerd'),
('nl', 'transaction_datetime', 'Transactiedatum'),
('nl', 'transaction_declined', 'Transactie geweigerd'),
('nl', 'transaction_id', 'Transactie ID'),
('nl', 'transaction_key', 'Transactiesleutel'),
('nl', 'transaction_password', 'Transactie wachtwoord'),
('nl', 'transaction_type', 'Transactietype'),
('nl', 'transaction_url', 'Transactie URL'),
('nl', 'transaction_used_fee_value', 'Comissão p/ usados'),
('nl', 'translate', 'Schakel om naar vertaalmodus'),
('nl', 'translations', 'Vertalingen'),
('nl', 'trash_category', 'Afval categorie'),
('nl', 'trash_category_description', 'Een product wordt naar deze categorie verplaatst wanneer het uit alle andere categorieën is verwijderd.'),
('nl', 'tree', 'Structuur'),
('nl', 'trial', 'Test'),
('nl', 'trial_expired', 'De [product] proefperiode is verlopen'),
('nl', 'trial_mode_mve_disabled', 'Testmode is niet langer beschikbaar sinds u een geldige licentie heeft geactiveerd voor deze installatie'),
('nl', 'trial_mode_ult_disabled', 'Testversie kan niet worden geactiveerd'),
('nl', 'trial_notice', 'De webwinkel is in testmodus.<br /><br />Wanneer de 30-dagen testperiode voorbij is moet er een geldig licentienummer ingevoerd worden om de webwinkel te beheren.<br /><br />Koop een licentie en <a class=\"cm-dialog-opener cm-dialog-auto-size\" data-ca-target-id=\"store_mode_dialog\">activeer de volledige versie</a> om deze melding permanent te verbergen en blijvend gebruik te kunnen maken van het beheerpaneel.'),
('nl', 'true', 'Waar'),
('nl', 'ttc_abt__ut2.menu_with_icons.desc', 'Short description for menu item (it is shown this field only for first-level items after menu item name)'),
('nl', 'ttc_abt__ut2.menu_with_icons.dropdown', 'Show children menu items with dropdown list (only for <b>AB: Vertical dropdown list with icons</b> for the first-level items). It is rational to use this mode for those first level menu items, that have a large number of elements (subitems) on the third nesting level'),
('nl', 'ttc_abt__ut2.menu_with_icons.icon', 'Icon for menu item (max size for icons:<br> — for the first level items 32x32px / for HiDPI 64x64px). If you don\'t use <b>Short description</b> for the first level menu items, then max size will be 24x24px / for HiDPI 48x48px<br> — for the second level items max icons width 100px / for HiDPI 200px)'),
('nl', 'ttc_abt__ut2.menu_with_icons.label', 'Label for menu item (ability to mark with labels, important menu items (promotion, new, total sales, etc. optional))'),
('nl', 'ttc_abt__ut2.menu_with_icons.label_background', 'Label background for menu item'),
('nl', 'ttc_abt__ut2.menu_with_icons.label_color', 'Label color for menu item'),
('nl', 'ttc_abt__ut2.menu_with_icons.text', 'HTML-content shown in this menu item (only for the first-level items). Used to show banner in mega menu (or any another content)'),
('nl', 'ttc_abt__ut2.menu_with_icons.text_position', 'Position of HTML-content, that will be shown in this menu item (only for the first-level items)'),
('nl', 'ttc_ab__lc.catalog.icon', 'Is displayed on the page <b>AB: Catalog</b> to the left of the name of category'),
('nl', 'ttc_ab__lc.catalog.image_control', 'For display the size specified in the fields \"Categories list thumbnail width/height\" on admin panel page \"Settings\" - \"Thumbnails\" will be used. Size 32*32px will be used for displaying to the left'),
('nl', 'ttc_ab__lc.control_subcategory_structure.inherit_control', 'If it is noted, then each point of a subcategory will be constructed taking into account its settings <b>AB: Management of the displayed structure of landing category/page</b> on <b>AB: Landing category/page</b> pages'),
('nl', 'ttc_ab__lc.control_subcategory_structure.menu_id', 'Specify the menu ID which will be used for creation of the new structure of the subcategories'),
('nl', 'ttc_ab__lc.landing_category.landing', 'The page of category will be displayed as a landing. Only subcategories, without products will be displayed'),
('nl', 'ttc_ab__lc.landing_category.subsubcategories', 'The maximum amount of displayed sub-subcategories. If it is equal 0 - sub-subcategories won\'t be displayed'),
('nl', 'ttc_ab__search_motivation.default_search_phrases', 'Will be used when fields in categories are empty'),
('nl', 'ttc_ab__search_motivation.search_phrases', 'Input the list of expressions for this category; each expression should be written from a new line'),
('nl', 'ttc_addons.form_builder.email_subject_field', 'Velden van het type \"Select box\" of \"Input field\" kunnen worden gebruikt'),
('nl', 'ttc_addons.paypal.rma.perform_refund', 'A refund will be made once an administrator changes the return request status'),
('nl', 'ttc_addons.paypal.status_for_new_orders', 'All orders with a PayPal payment method get this status until the response from PayPal (an IPN message) arrives or a customer returns to the store via a link on the PayPal site.'),
('nl', 'ttc_hybrid_auth.linkedin_api_version', 'LinkedIn <a target=\"_blank\" href=\"https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/migration-faq?context=linkedin/consumer/context\">verouderde API v1</a>, maar oude apps gebruiken het nog steeds. Als u de LinkedIn-app nu voor het eerst configureert, gebruikt u API v2. Oude LinkedIn-apps die enige tijd geleden zijn geconfigureerd, gebruiken mogelijk nog steeds v1.'),
('nl', 'ttc_mobile_app.appfulldescription', 'Application full description (up to 4000 symbols)'),
('nl', 'ttc_mobile_app.appname', 'Application name (up to 30 symbols)'),
('nl', 'ttc_mobile_app.appshortdescription', 'Application short description (up to 80 symbols)'),
('nl', 'ttc_mobile_app.privacypolicyurl', 'URL of the Privacy Policy page of your store'),
('nl', 'ttc_mobile_app.pushnotifications', 'Pushmeldingen'),
('nl', 'ttc_mobile_app.shopname', 'Shop Name'),
('nl', 'ttc_mobile_app.supportemail', 'Will be displayed in \'about app\' section'),
('nl', 'ttc_ogone.sha_in', 'The SHA-IN pass phrase is set on the Ingenico administration panel on the <b>Data and origin verification</b> tab.'),
('nl', 'ttc_ogone_web.sha_out', 'The SHA-OUT pass phrase is set on the Ingenico administration panel on the <b>Transaction feedback</b> tab.'),
('nl', 'ttc_page_title', 'Pagina titel die getoond wordt in een browser paneel.'),
('nl', 'ttc_paypal_logo', 'Gebruik een geldige grafische indeling, zoals .gif, .jpg of .png. Beperk de afbeelding tot 190 pixels breed en 60 pixels hoog. Afbeeldingen die groter zijn worden door PayPal bijgesneden. PayPal plaatst de afbeelding van het logo aan de bovenkant van de winkelwagen.'),
('nl', 'ttc_paypal_use_in_context_checkout', 'In-Context afrekenen wordt niet gebruikt als de webwinkel in Widget modus wordt uitgevoerd'),
('nl', 'ttc_popularity', 'Product populariteit wordt gebaseerd op het aantal keer dat het product bekeken is via de winkel, hoe vaak het aan een winkelwagen toegevoegd is en het aantal keer dat het aangeschaft is.'),
('nl', 'ttc_post_description', 'Gebruik de &lt;!--CUT--&gt; tag (schakel over naar source code om in te voegen) om een deel van de post te verbergen. Alleen het gedeelte boven de tag wordt weergegeven in de lijst van alle berichten. <br /> <br /> Zorg ervoor dat alle <strong> HTML-tags te sluiten</strong> boven de &lt;!--CUT--&gt; tag!'),
('nl', 'ttc_product_feature.feature_style', 'Determines the look of this feature on the product page.'),
('nl', 'ttc_product_feature.filter_style', 'Determines the look of a filter by this feature on the product list. Filters make it easier for customers to find a product with the desired feature value. You\'ll be able to create a filter after you create a feature.'),
('nl', 'ttc_product_feature.purpose', 'Determines how you and your customers will be able to use this feature.'),
('nl', 'ttc_search_words', 'Voer hier een paar woorden in en het product zal verschijnen in de resultaten van de ingebouwde zoekactie naar die woorden, zelfs als de productnaam of beschrijving ze niet bevat. Scheid verschillende zoekwoorden door komma\'s.'),
('nl', 'ttc_shippings.can.contract_id', 'Contract-ID is vereist om gereduceerde tarieven te verkrijgen voor commerciële klanten wanneer het klantnummer is opgegeven. Contract-ID moet worden weggelaten voor Solutions for Small Business-leden of algemene zakelijke gebruikers'),
('nl', 'ttc_shippings.can.customer_number', 'Klantnummer is vereist voor commerciële klanten en Solutions for Small Business-leden om korting te krijgen als het pakket namens de klant wordt verzonden'),
('nl', 'ttc_shippings.can.option_cov', 'Vereist bedrag'),
('nl', 'ttc_storefront_url', 'Alle winkel domeinnamen moeten geassocieerd worden met hetzelfde IP-adres. Opmerking: schakel over naar \"Alle winkels\" om te wijzigen'),
('nl', 'ttc_stores_status', 'AAN-de winkel is open; iedereen zal het zien. UIT-de winkel is gesloten; alleen degenen die de toegangssleutel hebben, kunnen deze zien.'),
('nl', 'ttc_vendor_debt_payout.payout_overdue_limit', 'Payments for plans are drawn from the vendor\'s account balance. If the balance gets negative after the fee is taken, and this period expires, the vendor\'s administration panel will not allow to perform any actions until the vendor pays the debt.'),
('nl', 'ttc_vendor_debt_payout.vendor_debt_limit', 'When a vendor\'s balance is negative and reaches this number, the vendor\'s administration panel will not allow to perform any actions. When a vendor\'s negative balance is half this number, the vendor will see the warning specified in the \"vendor_debt_payout.debt_near_limit_message\" language variable.'),
('nl', 'tts_activate_menu_tab_for', 'Het menu item wordt actief weergegeven voor de gespecificeerde doorverwijzing.'),
('nl', 'tts_generate_submenu', 'Het submenu zal alle dochter-elementen van het geselecteerde object bevatten.'),
('nl', 'tts_link_text', 'Doel URL. Mag een externe URL, een interne shop URL of een dispatch zijn.'),
('nl', 'tts_menu_user_class', 'Door gebruiker gedefinieerde CSS-klasse zal worden toegevoegd aan het menu item, zodat wordt toegestaan om het menu item met een eigen CSS-stijl te definiëren.'),
('nl', 'tt_addons_abt__unitheme2_views_abt__ut2_buy_together_generate_description', 'You can use placeholder %product% which will be replaced by original product name'),
('nl', 'tt_addons_abt__unitheme2_views_abt__ut2_buy_together_generate_name', 'You can use placeholder %product% which will be replaced by original product name'),
('nl', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.friday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('nl', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.monday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('nl', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.position', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
('nl', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.saturday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('nl', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.sunday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('nl', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.thursday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('nl', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.tuesday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('nl', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.url', 'The link format with the indication of the controller is recommended (for example, products.view?product_id=12121)'),
('nl', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.wednesday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('nl', 'tt_addons_ab__category_banners_views_ab__category_banners_update_image', 'The image is output \"as is\", without cutting'),
('nl', 'tt_addons_ab__motivation_block_views_ab__motivation_block_update_image', 'The image is displayed \"as is\" without scaling. Upload the prepared image of the necessary size, it is recommended to use size 24*24px'),
('nl', 'tt_addons_ab__video_gallery_hooks_products_tabs_content_post_ab__vg.form.replace_image', 'Use the first video as the default image on the product page'),
('nl', 'tt_addons_newsletters_views_mailing_lists_update_from_email', 'E-mail van een afzender.'),
('nl', 'tt_addons_newsletters_views_mailing_lists_update_from_name', 'Naam van een afzender (bijv. bedrijfsnaam).'),
('nl', 'tt_addons_newsletters_views_mailing_lists_update_reply_to', 'Antwoordadres.'),
('nl', 'tt_addons_newsletters_views_newsletters_update_more_subjects', 'Als meerdere onderwerpen opgegeven zijn zal het systeem er steeds willekeurig een kiezen uit de lijst.'),
('nl', 'tt_addons_newsletters_views_newsletters_update_users', 'Indien het bericht de link om af te melden bevat, zal deze leeg zijn voor deze gebruikers.'),
('nl', 'tt_addons_paypal_settings_partial_refund_action_order_status', 'Determines whether or not to change the order status automatically after a partial refund via PayPal.'),
('nl', 'tt_addons_polls_hooks_pages_tabs_content_post_poll_results', 'Bericht dat getoond wordt als de enquête beëindigd is.'),
('nl', 'tt_addons_seo_views_seo_redirects_manage_seo.old_url', 'Bijvoorbeeld, als uw URL <b>http://example.com/pad/naar/object</b> is, moet u  <b>/pad/naar/object</b> invoeren'),
('nl', 'tt_addons_store_locator_views_store_locator_update_store_locator.main_destination', 'Bepaalt de verzendkosten voor dit afhaalpunt. De tarieven staan vermeld op de bewerkingspagina van de verzendmethode. Als u geen tariefgebied voor een afhaalpunt selecteert, wordt het afhaalpunt niet weergegeven bij het afrekenen.'),
('nl', 'tt_addons_store_locator_views_store_locator_update_store_locator.show_to', 'Hiermee kunt u dit afhaalpunt aanbieden aan de bewoners van andere tariefgebieden bij het afrekenen.'),
('nl', 'tt_addons_vendor_locations_hooks_companies_shipping_address_post_vendor_locations.location', 'Het adres dat zal worden gebruikt om de positie op Google Maps te bepalen.'),
('nl', 'tt_mobile_app.crop_when_resize', 'If ticked, some part of an image might be lost (cut out) when it\'s resized, otherwise transparent borders might be added.'),
('nl', 'tt_mobile_app.m_app_icon', '1024 x 1024 (the big one is because it\'s Apple requirement, please note that it should look fine even if resized to 256x256)'),
('nl', 'tt_mobile_app.m_app_splash_landscape', 'Recommended image size 2208x1536. It is displayed when you start the application on your mobile phone'),
('nl', 'tt_mobile_app.m_app_splash_portrait', 'Recommended image size 1536x2208. It is displayed when you start the application on your mobile phone'),
('nl', 'tt_mobile_app.m_app_store_logo', '(1024 x 500). It\'s the image shown in the Google Play page of your application, see \"Feature Graphic\" section <a href=\"https://support.google.com/googleplay/android-developer/answer/1078870?hl=en\" target=\"_blank\">here</a>'),
('nl', 'tt_mobile_app.services_config', 'Upload the google-services.json file that was generated when you added an Android application in Firebase.'),
('nl', 'tt_views_block_manager_update_block_override_by_this', 'De huidige blok inhoud overschrijft de inhoud van dit blok overal waar het wordt gebruikt in de winkelwagen indien u het blok opslaat met deze optie aangevinkt.'),
('nl', 'tt_views_block_manager_update_block_width', 'Blok-breedte voor blokken in een groep met een horizontale oriëntatie, voor andere blokken geld deze waarde niet.'),
('nl', 'tt_views_block_manager_update_location_default', 'Eén locatie moet als standaard worden geselecteerd. De boven- en onderkant wordt gebruikt in alle locaties.'),
('nl', 'tt_views_block_manager_update_location_head_custom_html', 'Deze HTML-code zal worden geplaatst tussen &lt;hoofd&gt;&lt;/hoofd&gt; tags'),
('nl', 'tt_views_cart_components_carts_search_form_online_only', 'Indien ingeschakeld worden alleen online gebruikers getoond in de zoekresultaten.'),
('nl', 'tt_views_categories_update_product_details_layout', 'Het sjabloon dat is geselecteerd in de opmaakinstellingen wordt als standaard voor de winkel gebruikt.'),
('nl', 'tt_views_currencies_update_after_sum', 'Indien ingeschakeld wordt het valuta teken achter het bedrag getoond i.p.v. ervoor.'),
('nl', 'tt_views_currencies_update_decimals', 'Aantal cijfers achter de komma.'),
('nl', 'tt_views_currencies_update_dec_sign', 'Decimale scheidingsteken'),
('nl', 'tt_views_currencies_update_ths_sign', 'Duizendtallen scheidingsteken'),
('nl', 'tt_views_database_manage_backup_data', 'De back-up van de database bevat, indien ingeschakeld, de actuele gegevens.'),
('nl', 'tt_views_database_manage_backup_schema', 'De back-up van de database behoudt, indien ingeschakeld, de tabelstructuur.'),
('nl', 'tt_views_exim_export_output', 'Kies een optie: \"Direct downloaden\" om het bestand naar uw computer te downloaden of  \"Server\" om het bestand op uw server op te slaan.'),
('nl', 'tt_views_languages_manage_language_code', 'Tweeletterige code van de taal (bijv. NL)'),
('nl', 'tt_views_languages_update_country', 'De vlag van dit land wordt gebruikt als taal icoon.'),
('nl', 'tt_views_orders_components_orders_search_form_customer_files', 'Indien ingeschakeld bevatten de zoekresultaten de bestellingen waarvoor klanten zelf bestanden hebben ge-upload.'),
('nl', 'tt_views_pages_components_pages_link_page_target_url', 'De URL waar klanten naar worden omgeleidt'),
('nl', 'tt_views_pages_components_pages_link_page_url', 'De innerlijke pagina URL'),
('nl', 'tt_views_payments_update_surcharge_title', 'Laat leeg om de \'Betaal toeslag\' als titel te gebruiken'),
('nl', 'tt_views_payments_update_taxes', 'Tijdens het innen van betaaltoeslag bij verkopers worden belastingen niet meegerekend'),
('nl', 'tt_views_payments_update_template', 'Sjabloon dat de extra velden definieert die nodig zijn voor de betalingsmethode.'),
('nl', 'tt_views_products_components_products_shipping_settings_free_shipping', 'Producten waarbij de optie \'gratis verzendkosten\' is ingeschakeld worden uitgesloten bij de berekening van verzendkosten'),
('nl', 'tt_views_products_components_products_shipping_settings_items_in_box', 'Gebruik dit veld om het minimum en maximum aantal producten te definiëren dat verzonden kan worden in een aparte doos. Vul geen 0 in en specificeer de afmetingen van de doos hieronder.'),
('nl', 'tt_views_products_components_products_shipping_settings_weight', 'Niet-downloadbare producten met een gewicht van 0 worden behandeld als het minimale gewicht dat mogelijk is.'),
('nl', 'tt_views_products_update_categories', 'Categorieën worden weergegeven in het broodkruimelpad.'),
('nl', 'tt_views_products_update_inventory', 'Volg de hoeveelheid product op voorraad. Schakel de optie \"Inschakelen inventaris bijhouden\" in (Instellingen -> Algemeen) om te wijzigen.'),
('nl', 'tt_views_products_update_list_price', 'Door fabrikant geadviseerde winkelprijs (adviesprijs).'),
('nl', 'tt_views_products_update_out_of_stock_actions', 'Met \'Vooraf kopen\' kunnen klanten producten kopen die niet op voorraad zijn en producten die beschikbaar zijn vanaf een specifieke datum. \'Aanmelden voor melding\' werkt alleen als het product nul of een negatieve hoeveelheid heeft.'),
('nl', 'tt_views_products_update_product_details_layout', 'Standaard wordt hier het sjabloon gebruikt dat gedefinieerd staat in de instellingen van de hoofd product categorie.'),
('nl', 'tt_views_product_features_update_feature_display_on_catalog', 'Toon deze functie op productlijst pagina\'s samen met productbeschrijving.'),
('nl', 'tt_views_product_features_update_feature_display_on_product', 'Indien ingeschakeld wordt deze eigenschap weergegeven in het tabblad Eigenschappen op de product detailpagina\'s van de winkel.'),
('nl', 'tt_views_product_features_update_prefix', 'Een tekst die voor de producteigenschap getoond wordt.'),
('nl', 'tt_views_product_features_update_suffix', 'Een tekst die achter de producteigenschap getoond wordt.'),
('nl', 'tt_views_product_options_update_incorrect_filling_message', 'bericht dat getoond wordt indien een ongeldige waarde ingevoerd wordt.'),
('nl', 'tt_views_product_options_update_inner_hint', 'Een notitie die uitlegt wat er ingevuld moet worden.'),
('nl', 'tt_views_product_options_update_inventory', 'Indien ingeschakeld wordt bij voorraad berekening rekening gehouden met deze producteigenschap.'),
('nl', 'tt_views_product_options_update_regexp', 'Reguliere expressie'),
('nl', 'tt_views_promotions_update_stop_other_rules', 'Indien ingeschakeld worden andere aanbiedingen genegeerd.'),
('nl', 'tt_views_sales_reports_table_time_interval', 'Te analyseren periode (dag, week, maand, jaar)'),
('nl', 'tt_views_sales_reports_update_table_dependence', 'Parameter om waarden te sorteren. Deze moet betrekking hebben op de weergave-parameter (bijvoorbeeld productkosten — totaal kosten of aantal producten — aantal items).'),
('nl', 'tt_views_sales_reports_update_table_limit', 'Maximaal aantal grafiek componenten.'),
('nl', 'tt_views_shippings_components_services_ups_ship_ups_pickup_type', '<p>Select \"Daily Pickup\" to calculate the delivery cost according to Daily Rates.</p><p>Select \"One Time Pickup\", \"Letter Center\", or \"Air Service Center\" to calculate the delivery cost according to Retail Rates.</p>'),
('nl', 'tt_views_shippings_update_delivery_time', 'De levertijd verschijnt naast de naam van de verzendmethode. Als u realtime verzendkosten berekent, kan uw verzendservice zijn eigen levertijd opgeven. De door de verzendservice opgegeven tijd wordt weergegeven in plaats van de tijd die u hier opgeeft.'),
('nl', 'tt_views_shippings_update_use_for_free_shipping', 'Producten waar de optie \'Gratis verzenden\' is ingeschakeld uitsluiten bij het berekenen van de verzendkosten'),
('nl', 'tt_views_site_layout_logos_alt_text', 'Laat dit veld leeg om de bedrijfsnaam als alt-tekst te gebruiken.'),
('nl', 'tt_views_storage_cdn_cname', 'Domeinnaam die u wilt gebruiken in plaats van de CloudFront domeinnaam voor de URL\'s voor uw bestanden. U dient ook een CNAME record aan te maken voor doorverwijzing naar de CloudFront host (het wordt weergegeven op deze pagina nadat u account informatie heeft ingevoerd).'),
('nl', 'tt_views_storage_cdn_key', 'AWS Toegangscode ID. Bekijk <a href=\"http://amzn.to/1sT9aw0\" target=\"_blank\">http://amzn.to/1sT9aw0</a> voor informatie over het verkrijgen van een sleutel en geheime sleutel.'),
('nl', 'tt_views_taxes_update_regnumber', 'Btw registratienummer'),
('nl', 'turkish', 'Turks'),
('nl', 'txn_id', 'Transactie ID'),
('nl', 'type', 'Type'),
('nl', 'type_comment', 'Vul hier reacties in'),
('nl', 'type_comments_here', 'U kunt hier commentaar achterlaten'),
('nl', 'type_to_search', 'Type om te zoeken...'),
('nl', 'type_to_search_or_click_button', 'Typ als u wilt zoeken, of klik op de knop aan de rechterkant voor Geavanceerd zoeken'),
('nl', 'uc_addon_package_files_do_not_match_schema', 'Pakket bevat bestanden die niet beschreven zijn in het schema of het schema bevat koppelingen naar ontbrekende bestanden'),
('nl', 'uc_addon_package_forbidden_path', 'Verboden: Plug-in probeert moeder-bestanden ([path]) te upgraden'),
('nl', 'uc_addon_package_languages_forbidden', 'Pakket bevat talen die niet beschreven zijn in het schema of het schema bevat koppelingen naar ontbrekende taal-bestanden'),
('nl', 'uc_addon_package_migrations_forbidden', 'Het pakket bevat migraties die niet beschreven zijn in het schema of het schema bevat koppelingen naar missende bestanden voor migratie'),
('nl', 'uc_addon_package_pre_post_scripts_mismatch', 'Pakket bevat pre/post scripts die niet zijn beschreven in het schema of het schema bevat koppelingen naar ontbrekende bestanden'),
('nl', 'uc_backup_info_subj', 'Upgrade centrum: Back-up van webwinkel gemaakt en gesloten.'),
('nl', 'uc_broken_upgrade_connector', 'Upgrade connector [connector_id] geeft onjuiste gegevens terug'),
('nl', 'uc_connector_not_found', 'Upgrade connectio niet gevonden'),
('nl', 'uc_copy_files', 'Bestanden kopiëren'),
('nl', 'uc_downloaded_and_ready', 'Upgradepakket is gedownload en klaar om te installeren'),
('nl', 'uc_execute_validator', '\"[validator]\" validator uitvoeren'),
('nl', 'uc_info_subj', 'Upgrade Center: Store has been closed.'),
('nl', 'uc_install_languages', 'Talen installeren'),
('nl', 'uc_migration_failed', 'Er is een fout opgetreden tijdens het upgraden van de database structuur (toepassing migratie [migration]).'),
('nl', 'uc_ok', '[OK]'),
('nl', 'uc_open_store_email_body', '<p>Voor de upgrade was uw winkel gesloten. Controleer of het goed werkt na de upgrade en <a href=\"[settings_section]\">open het</a>.</p>'),
('nl', 'uc_package_schema_is_not_json', 'Pakket schema is geen geldige JSON'),
('nl', 'uc_package_schema_not_found', 'Pakket inhoud schema niet gevonden'),
('nl', 'uc_restore_email_body', '<p>Er is van de database en bestanden van de webshop een back-up gemaakt. De back-up omvat de gehele database en alle bestanden met uitzondering van afbeeldingen. De back-up is opgeslagen op de server: [backup_file].</p><p>Voor de upgrade werd de webshop gesloten. Controleer of deze weer werkt en <a href=\"[settings_section]\">open de webshop</a>.</p><p>Ga naar het beheerpaneel, <strong>Administratie → Back-up/Herstel</strong> om de back-up te herstellen, indien er iets mis ging tijdens de upgrade.</p><p>Gebruik deze link om de laatste back-up te herstellen indien het beheerpaneel niet bereikbaar is: [restore_link]. Belangrijk: Het gebruik van deze link start onmiddellijk het herstelproces. Gebruik de link alleen als het beheerpaneel niet bereikbaar is.</p>'),
('nl', 'uc_restore_email_subject', 'Upgrade centrum: Back-up van webwinkel gemaakt en gesloten.'),
('nl', 'uc_run_migrations', 'Migraties uitvoeren'),
('nl', 'uc_searchanise_disabled', 'De Searchanise plug-in is automatisch uitgeschakeld tijdens het updaten om verkeerde zoekresultaten te vermijden. Het is mogelijk de plug-in op elk gewenst moment weer te activeren op de <a href=\"[url]\">Plug-in</a>-pagina.'),
('nl', 'uc_title_validators', 'Pakket validators upgraden'),
('nl', 'uc_unable_to_read_schema', 'Kan het pakket schema niet lezen (schema.json)'),
('nl', 'uc_upgrade_progress', 'Vooruitgang upgraden'),
('nl', 'uk_cookies_law', 'Cookies worden op deze website gebruikt voor de beste gebruikerservaring. Indien u verder gaat, gaat u akkoord met het ontvangen van cookies van deze website. <span class=\"button button-wrap-left\"><span class=\"button button-wrap-right\"><a rel=\"nofollow\" href=\"[url]\">Verder</a></span></span>'),
('nl', 'ultimate_license', '[product] Ultimate'),
('nl', 'ultimate_license_required', '[product] Ultimate is required for this'),
('nl', 'ultimate_or_storefront_license_required', 'This action requires [product] Ultimate or an additional Storefront License'),
('nl', 'ult_shared_with', 'Gedeeld met:'),
('nl', 'ult_share_users_setting_disabled', 'De ingestelde waarde kan niet worden gewijzigd omdat e-mailadressen identiek worden geregistreerd in de winkel.'),
('nl', 'unable_delete_vendor_orders_exists', 'Het is niet mogelijk om deze verkoper te verwijderen, omdat er bestellingen in de database aanwezig zijn die producten bevatten van deze verkoper. Om deze verkoper te verwijderen dient u eerst deze bestellingen te verwijderen.'),
('nl', 'unable_to_assign_usergroup', 'U kunt niet aan deze gebruikersgroep toegevoegd worden. Neem s.v.p contact op met de beheerder van deze site.'),
('nl', 'unable_to_check_license', 'NIet in staat uw licentie nummer te controleren'),
('nl', 'unable_to_create_status', 'Nieuwe status kan niet worden aangemaakt'),
('nl', 'unable_to_delete_last_storefront', 'Minimaal één winkel moet blijven'),
('nl', 'unable_to_delete_setting_description', 'De beschrijving van de instelling kon niet worden verwijderd. Reden: [reason]'),
('nl', 'unable_to_delete_setting_variant', 'De instellingsvariant kon niet worden verwijderd. Reden: [reason]'),
('nl', 'unable_to_read_resource', 'Niet in staat bron te lezen: [file]'),
('nl', 'unable_to_unpack_file', 'Niet mogelijk om bestand te decomprimeren'),
('nl', 'unable_to_update_setting_description', 'Niet in staat omschrijving in te stellen: [reason]'),
('nl', 'unable_to_update_setting_value', 'Niet in staat om waarde in te stellen: [reason]'),
('nl', 'ungroupped_features', 'Niet gegroepeerde eigenschappen'),
('nl', 'uninstall', 'Installatie ongedaan maken'),
('nl', 'unique_html_block', 'Uniek HTML blok'),
('nl', 'unit', 'Eenheid'),
('nl', 'united_kingdom', 'Verenigd Koninkrijk'),
('nl', 'unit_price', 'Stuksprijs'),
('nl', 'unknown', 'Onbekend'),
('nl', 'unknown_server_response', 'Onbekende server antwoord'),
('nl', 'unmark', 'Markering verwijderen'),
('nl', 'unregistered_customer', 'Niet geregistreerde klant'),
('nl', 'unregistered_customer_short', 'Ongeregistreerd'),
('nl', 'unselect_all', 'Deselecteer alles'),
('nl', 'unset_tax_to_products', 'Verwijder geselecteerde belastingen van alle producten'),
('nl', 'unsubscribe', 'Uitschrijven'),
('nl', 'unsubscribe_key', 'Unsubscribe key'),
('nl', 'unsubscribe_link', 'Link om uit te schrijven'),
('nl', 'up', 'Omhoog'),
('nl', 'update', 'Wijzig'),
('nl', 'updated_last', 'Updated in the last'),
('nl', 'updates_subscription', 'Updates en aanbiedingen abonnement'),
('nl', 'update_all', 'Atualizar todos'),
('nl', 'update_categories', 'Wijzig categorieen'),
('nl', 'update_current_layout', 'Huidige opmaak bijwerken'),
('nl', 'update_customer_info', 'Wijzig klantinformatie'),
('nl', 'update_datafeed', 'Datafeed aanpassen'),
('nl', 'update_existing_products_only', 'Update existing products only'),
('nl', 'update_existing_products_only_tooltip', 'If you enable this setting, products that don\'t exist in the database of your store will be skipped during import.'),
('nl', 'update_for_all_act', 'Nieuwe waarde wordt opgeslagen voor ALLE winkels welke dit item delen. Klik om het alleen voor de eigenaar van de winkel op te slaan.'),
('nl', 'update_for_all_dis', 'Nieuwe waarde wordt alleen opgeslagen voor de winkel eigenaar. Klik om de waarde op te slaan voor alle winkels welke deze item delen.'),
('nl', 'update_for_all_hid_act', 'Klik om veld-update te annuleren.'),
('nl', 'update_for_all_hid_dis', 'Klik om een nieuwe waarde in te vullen om in alle winkels te updaten wanneer het item wordt opgeslagen.'),
('nl', 'update_group', 'Update groep'),
('nl', 'update_period_expired', '<p class=\"text-error\">Uw upgrade abonnement is verlopen, dus u kunt deze software upgrade kan niet worden geïnstalleerd. U kunt uw abonnement laten verlengen bij de <a href=\"[url]\">Klanten Help Desk</a>.</p><p>Merk op dat dit niet verplicht is: u kunt deze software zonder beperkingen blijven gebruiken, ook zonder upgrade abonnement.</p>'),
('nl', 'update_products', 'Wijzig producten'),
('nl', 'update_profile', 'Wijzig profiel'),
('nl', 'update_profile_notification', 'Uw profiel is bijgewerkt.'),
('nl', 'update_profile_notification_header', 'Uw profiel is bijgewerkt'),
('nl', 'update_status', 'Wijzig status'),
('nl', 'update_text', 'Update tekst'),
('nl', 'update_totals_and_inventory', 'Totalen en inventaris bijwerken'),
('nl', 'update_translation', 'Vertalingen updaten'),
('nl', 'updating', 'Bijwerken'),
('nl', 'updating_links', 'Updaten van links'),
('nl', 'upgrade', 'Upgrade'),
('nl', 'upgraded_on', 'Bijgewerkt op'),
('nl', 'upgrade_center', 'Upgrade centrum'),
('nl', 'upgrade_center.apply_migration_failed', '<p>Please restore the pre-upgrade backup manually or via a link sent to your email address, then contact our technical support.</p><br><p>Tech details: Couldn\'t complete migration [migration]. Reason: [error].</p><p>Completed migrations: [processed_count] out of [total_count].</p>'),
('nl', 'upgrade_center.error_unable_to_prepare_restore', 'Niet in staat om het herstel script voor te bereiden.'),
('nl', 'upgrade_center.filehash_check_failed', 'Upgrade is niet mogelijk wegens een bestand-integriteit controle fout. Neem contact op met het technisch support team.'),
('nl', 'upgrade_center.skip_backup', 'Bestanden overslaan en database backup'),
('nl', 'upgrade_center.upgrades_are_not_available_in_trial', 'Upgrades zijn alleen beschikbaar in <strong>Volledige</strong> en <strong>Gratis</strong> licentie mode.<br /><br />De licentie mode kan gewijzigd worden onder instellingen → <a class=\"cm-dialog-opener cm-dialog-auto-size\" data-ca-target-id=\"store_mode_dialog\">Licentie mode</a>.'),
('nl', 'upgrade_center.upgrade_process_failed', 'Upgrade process of your store has failed'),
('nl', 'upgrade_center.validation_issue', 'Validatie probleem'),
('nl', 'upgrade_center.validator_fail_result', 'Controleur \"[validator_name]\" geeft status mislukt terug'),
('nl', 'upgrade_center.warning_msg_after_upgrade', 'Controleer de basisfuncties van de webwinkel na de upgrade.'),
('nl', 'upgrade_center.warning_msg_executed_php', '<p class=\"text-error\">We zijn een dummy PHP-script gestart. Het werkt gedurende 6 minuten. Wanneer de controle is voltooid, laten we u weten of de time-outs van het PHP-script correct kunnen worden ingesteld. Zo ja, dan bent u klaar om te gaan met de upgrade. Wacht tot de controle is voltooid om er zeker van te zijn dat uw server de juiste PHP-time-outconfiguratie heeft.</p>'),
('nl', 'upgrade_center.warning_msg_generally', 'De upgrade mislukt meestal omdat het PHP script is beëindigd op de server configuratie. Het is van belang om de PHP time-out instellingen van de server te controleren'),
('nl', 'upgrade_center.warning_msg_specialists', 'Indien niet bekend met de technische aspecten en het upgrade proces van CS-Cart, adviseren we om een <a href=\"[upgrade_center_specialist]\" target=\"_blank\">specialist in te huren</a> of om <a href=\"[upgrade_center_team]\" target=\"_blank\">ons support team te vragen</a> de upgrade van de webwinkel uit te voeren.'),
('nl', 'upgrade_center.warning_msg_test_local', 'Upgrade eerst de test kopie van de webwinkel om er zeker van te zijn dat de upgrade goed verloopt.'),
('nl', 'upgrade_center.warning_msg_third_party_add_ons', 'De upgrade zal geen plug-ins van derden bijwerken. Daarom is het beter alle plug-ins van derden uit te schakelen alvorens de upgrade uit te voeren.'),
('nl', 'upgrade_center.warning_msg_timeout_check_failed', 'De server heeft verkeerde PHP time-out instellingen. Dit kan het gevolg zijn van beperkingen op de PHP functie <a href=\"http://php.net/manual/en/function.set-time-limit.php\" target=\"_blank\">set_time_limit</a> of FastCGI \"Timeout\" opties. We raden aan contact op te nemen met de hostingprovider om het probleem op te lossen of neem contact op met onze technische support voor het uitvoeren van de upgrade.'),
('nl', 'upgrade_center.warning_msg_timeout_fail', 'We raden het af om de upgrade uit te voeren op de server.'),
('nl', 'upgrade_center.warning_msg_upgrade_is_complicated', 'De upgrade is een ingewikkeld proces. Het kan mislukken wegens redenen buiten de software om.<br>Bij deze enkele tips om de upgrade van de webwinkel veiliger te maken:'),
('nl', 'upgrade_center_permission_adjusted_properly', 'Alle machtigingen op bestanden en mappen zijn correct aangepast.'),
('nl', 'upgrade_fl54_atol_boxberry_text', '<p>The following tools were added to help store owners comply with Federal Law 54 and work with online cash registers:</p><ul><li>The ability to <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/payment_methods/yandex_54fz.html\">send receipt data to Yandex.Checkout</a>.</li><li>The <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/addons/atol_online/\">ATOL Online</a> add-on that integrates CS-Cart with this rent-an-online-cash-register service.</li></ul><p>Other additions:</p><ul><li>An add-on for <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/addons/retailcrm/\">exchanging data with retailCRM</a>;</li><li>An add-on for <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/shipping_and_taxes/shipping_methods/realtime_shipping_methods/boxberry.html\">creating real-time shipping methods that use Boxberry</a>, a Russian shipping service.</li></ul>'),
('nl', 'upgrade_fl54_atol_boxberry_title', 'New features of Russian version of CS-Cart 4.6.1: compliance with Federal Law 54, add-ons for retailCRM and Boxberry'),
('nl', 'upgrade_flash_player', 'U dient uw Flash Player te upgraden'),
('nl', 'upgrade_is_not_avail', '<p class=\"text-error\">Deze upgrade is niet beschikbaar voor uw CS-Cart licentie. Neem contact op met het <a href=\"http://www.cs-cart.com\">CS-Cart support team</a> om uw licentie te updaten.</p>'),
('nl', 'upgrade_license', 'Licentie upgraden'),
('nl', 'upgrade_notification_message', '<p class=\'upgrade-center_notice-msg\'>Een kopie van dit bericht is verzonden naar de beheerder.</p><hr>'),
('nl', 'upgrade_notification_title', 'Upgrade wijzigingen in [product] [version]'),
('nl', 'upgrade_notification_welcome_text', '<p class=\"lead\">Om u te helpen aan de slag te gaan, hebben we de lijst samengesteld van wat u na de upgrade moet controleren. De volledige lijst met wijzigingen staat in de changelog.</p><p class=\"lead\">Als u dit bericht later nog eens moet controleren, hebben we ook een kopie naar [email] gestuurd.</p>'),
('nl', 'upgrade_notification_welcome_title', 'Welkom bij [product] [version]!'),
('nl', 'upgrade_notification_what_check_first', 'Wat moet je als eerste controleren?'),
('nl', 'upgrade_notification_what_else_to_check', 'Wat is er nog meer te controleren?'),
('nl', 'upload', 'Upload'),
('nl', 'uploaded_files', 'Uploaded Files'),
('nl', 'upload_addon', 'Upload en installeer plug-ins'),
('nl', 'upload_another_file', 'Upload een ander bestand'),
('nl', 'upload_file', 'Upload bestand'),
('nl', 'upload_install', 'Upload & installeer'),
('nl', 'upload_theme', 'Upload thema'),
('nl', 'upload_to_ftp', 'Uploaden naar FTP-server'),
('nl', 'upload_upgrade_package', 'Upgrade pakket uploaden'),
('nl', 'upload_upgrade_text', 'Door het uploaden van een upgrade-pakket kunnen Hotfixes en plug-in upgrades worden toegepast. Een upgrade pakket kan worden geupload door een tgz, gz of zip bestand te selecteren en op Upload te klikken.'),
('nl', 'upload_via_ftp', 'Uploaden via FTP'),
('nl', 'ups', 'United Parcel Service'),
('nl', 'ups_suggested_retail_rates_upgrade_notification_text', '<p>The latest [product] version doesn\'t support the \"Suggested Retail Rates\" Pickup type for the UPS-based shipping methods.</p><p>If you used Suggested Retail Rates before, do this to actualize the delivery cost for your customers:</p><ul><li>Go to Administration → Shipping & taxes → Shipping methods.</li><li>Select the shipping method that uses UPS as a carrier.</li><li>Switch to the Configure tab and select a proper Pickup type: use \"One Time Pickup\", \"Letter Center\", or \"Air Service Center\" to calculate the delivery cost according to Retail Rates</li></ul>'),
('nl', 'ups_suggested_retail_rates_upgrade_notification_title', '\"Suggested Retail Rates\" Pickup type for the UPS-based shipping methods is no longer supported'),
('nl', 'ups_upgrade_notification_text', '<p><b>UPS Canada: Expedited SM</b> and <b>UPS Polish: Today Intercity</b> shipping services are not supported since this [product] version. If you were using them, do the following:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses UPS as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li></ul>'),
('nl', 'ups_upgrade_notification_title', 'UPS Canada: Expedited SM and UPS Polish: Today Intercity shipping services are no longer supported'),
('nl', 'url', 'URL'),
('nl', 'url_access_storefront', 'Gebruik de volgende URL om toegang te krijgen tot de storefront:<br><a href=\"[url]\" target=\"_blank\"> [url]</a>'),
('nl', 'url_dispatch_part', 'De waarde uit de \"dispatch\" parameter van de URL'),
('nl', 'used', 'Gebruikt'),
('nl', 'user', 'Gebruiker'),
('nl', 'usergroup', 'Gebruikersgroep'),
('nl', 'usergroups', 'Gebruikersgroepen'),
('nl', 'usergroups_menu_description', 'Overzicht van gebruikersgroepen in uw webwinkel.'),
('nl', 'usergroup_activated', 'Gebruikersgroep is geactiveerd'),
('nl', 'usergroup_disactivated', 'Gebruikersgroep is gedeactiveerd'),
('nl', 'usergroup_ids', 'Usergroup ids'),
('nl', 'usergroup_privileges', 'Gebruikersgroep privileges'),
('nl', 'usergroup_registered', 'Geregistreerde gebruikers'),
('nl', 'usergroup_request_by_customer', 'Gebruikersgroep aanvraag door klant'),
('nl', 'username', 'Gebruikersnaam'),
('nl', 'users', 'Gebruikers'),
('nl', 'users_carts', 'Verlaten / Live winkelwagens'),
('nl', 'users_carts_menu_description', 'Overzicht van producten die om bepaalde redenen niet zijn gekocht.'),
('nl', 'users_menu_description', 'Beheer geregistreerde gebruikers in uw webwinkel.'),
('nl', 'user_account_info', 'Gebruikersaccount info'),
('nl', 'user_account_information', 'Klantprofiel informatie'),
('nl', 'user_cannot_be_deleted', 'Klant met ID [user_id] kan niet worden verwijderd.'),
('nl', 'user_class', 'Door de gebruiker gedefinieerde CSS-klasse'),
('nl', 'user_data_required', 'Selecteer een klant of vul gegevens in'),
('nl', 'user_details_page', 'Gebruiker detailpagina'),
('nl', 'user_group', 'Gebruikersgroep'),
('nl', 'user_group_ids', 'User group IDs'),
('nl', 'user_group_requests', 'Gebruikersgroepen aanvragen');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('nl', 'user_id', 'Gebruikers ID'),
('nl', 'user_info', 'Gebruikersinformatie'),
('nl', 'user_pin', 'gebruikers PIN'),
('nl', 'user_profile_info', 'Gebruikersprofiel info'),
('nl', 'user_settings', 'Gebruikersinstellingen'),
('nl', 'user_type', 'Gebruikerstype'),
('nl', 'use_avail_period', 'Gebruik beschikbare periode'),
('nl', 'use_cardinal', 'Gebruik Cardinal Centinel&reg; voor 3-D Secure Payer Authentication'),
('nl', 'use_coupons_commission', 'Coupon commissie'),
('nl', 'use_current_link', 'Gebruik de huidige pagina link'),
('nl', 'use_custom_view', 'Gebruik aangepaste weergave'),
('nl', 'use_custom_weight_settings', 'Gebruik aangepaste gewicht instellingen'),
('nl', 'use_default_block_configuration', 'De standaard blok configuratie gebruiken'),
('nl', 'use_existing_block', 'Gebruik bestaande blok'),
('nl', 'use_existing_store', 'Bestaande winkelconfiguratie kopiëren'),
('nl', 'use_for_apply_for_vendor_account', 'Aanvraagformulier om verkoper te worden'),
('nl', 'use_for_checkout', 'Kassa (gebruikers informatie) formulier'),
('nl', 'use_for_discussion', 'Formulieren voor opmerkingen en beoordelingen'),
('nl', 'use_for_form_builder', 'Zelf gemaakte formulieren'),
('nl', 'use_for_free_shipping', 'Gebruik voor gratis verzending'),
('nl', 'use_for_login', 'Inlog formulier'),
('nl', 'use_for_polls', 'Polls'),
('nl', 'use_for_register', 'Aanmaken en wijzigen van profielformulier'),
('nl', 'use_for_re_desk', 'Use for Re:Desk'),
('nl', 'use_for_track_orders', 'Volg mijn bestelling formulier'),
('nl', 'use_negotiated_rates', 'Gebruik onderhandelde tarieven'),
('nl', 'use_new_sha_method', 'Gebruik nieuw SHA signature beleid'),
('nl', 'use_this_style', 'Gebruik deze stijl'),
('nl', 'usps', 'US Postal Service'),
('nl', 'usps_package_size_large', 'Groot'),
('nl', 'usps_package_size_regular', 'Regulier'),
('nl', 'usps_service_certificate_of_mailing', 'Certificaat van mailing'),
('nl', 'usps_service_certificate_of_mailing_for_firm_mailing_books', 'Certificaat van mailing voor firm mailing books'),
('nl', 'usps_service_certificate_of_mailing_per_individual_article', 'Certificaat voor mailing per individueel artikel'),
('nl', 'usps_service_certified', 'Gecertificeerd'),
('nl', 'usps_service_collect_on_delivery', 'Rembours'),
('nl', 'usps_service_delivery_confirmation', 'USPS tracking/bezorging bevestiging'),
('nl', 'usps_service_edelivery_confirmation', 'e-Delivery bevestiging'),
('nl', 'usps_service_express_mail_insurance', 'Express post verzekering'),
('nl', 'usps_service_insurance', 'Verzekering'),
('nl', 'usps_service_pick_up_on_demand', 'Ophalen op aanvraag'),
('nl', 'usps_service_registered_mail', 'Aangetekende brief'),
('nl', 'usps_service_registered_without_insurance', 'Geregistreerd zonder verzekering'),
('nl', 'usps_service_registered_with_insurance', 'Geregistreerd met verzekering'),
('nl', 'usps_service_return_receipt', 'Ontvangstbevestiging'),
('nl', 'usps_service_return_receipt_electronic', 'Elektronische ontvangsbevestiging'),
('nl', 'usps_service_return_receipt_for_merchandise', 'Ontvangstbevestiging voor goederen'),
('nl', 'usps_service_signature_confirmation', 'Handtekening bevestiging'),
('nl', 'usps_size', 'Gelieve wanneer de pakketgrootte Groot is, de pakket breedte, hoogte en lengte te specificeren voor Priority Mail.'),
('nl', 'usps_upgrade_notification_text', '<p>The following USPS shipping services are no longer supported:<ul><li>USPS First-Class Mail International Large Envelope</li><li>USPS First-Class Mail International Letter/Postcard</li></ul>All your shipping methods that used these services have been changed to use <b>USPS First-Class Package International Service</b> instead. Please go to <b>Administration → Shipping & taxes → Shipping methods</b> and check the settings of your shipping methods that use USPS.</p>'),
('nl', 'usps_upgrade_notification_title', 'Changes to USPS shipping services'),
('nl', 'uvdesk_already_account', 'Your account already exist. To manage your tickets please login.'),
('nl', 'uvdesk_answered', 'Answered'),
('nl', 'uvdesk_closed', 'Closed'),
('nl', 'uvdesk_label', 'Label'),
('nl', 'uvdesk_mine', 'Mine'),
('nl', 'uvdesk_notreplied', 'Notreplied'),
('nl', 'uvdesk_open', 'Open'),
('nl', 'uvdesk_pending', 'Pending'),
('nl', 'uvdesk_resolved', 'Resolved'),
('nl', 'uvdesk_spam', 'Spam'),
('nl', 'uvdesk_starred', 'Starred'),
('nl', 'uvdesk_tickets', 'UVDesk Ticktes'),
('nl', 'uvdesk_timestamp', 'Timestamp'),
('nl', 'uvdesk_trashed', 'Trashed'),
('nl', 'uvdesk_unassigned', 'Unassigned'),
('nl', 'uvdesk_viewticket', 'UVDesk View Ticket'),
('nl', 'valid', 'Geldigheidstermijn'),
('nl', 'validate_email', 'Valideer E-mail'),
('nl', 'validate_secret_word', 'Valideer geheime woord'),
('nl', 'valid_thru', 'Geldig tot (mm/jj)'),
('nl', 'value', 'Waarde'),
('nl', 'value_to_display', 'Waarde om te tonen'),
('nl', 'variables', 'Variabelen'),
('nl', 'variant', 'Variant'),
('nl', 'variants', 'Varianten'),
('nl', 'variant_id', 'Variant ID'),
('nl', 'variant_name', 'Variant naam'),
('nl', 'variations_in_stock', 'Only \"in stock\" products'),
('nl', 'variation_group_code', 'Variation group code'),
('nl', 'variation_group_id', 'Variation group ID'),
('nl', 'variation_parent_product_id', 'Variation parent product ID'),
('nl', 'variation_set_as_default', 'Variation set as default'),
('nl', 'variation_sub_group_id', 'Variation sub group ID'),
('nl', 'vendor', 'Verkoper'),
('nl', 'vendors_activity', 'Leveranciersactiviteit in de geselecteerde periode'),
('nl', 'vendors_activity.new_products', 'Nieuwe producten'),
('nl', 'vendors_activity.new_vendors', 'Nieuwe verkopers'),
('nl', 'vendors_activity.not_logged_in_vendors', 'Verkopers die zich niet hebben aangemeld'),
('nl', 'vendors_activity.orders_created', 'Bestellingen gemaakt'),
('nl', 'vendors_activity.vendors_with_new_products', 'Verkopers met nieuwe producten'),
('nl', 'vendors_activity.vendors_with_sales', 'Verkopers met verkoop'),
('nl', 'vendors_menu_description', 'Gesorteerde lijst van verkopers in de webwinkel.'),
('nl', 'vendors_statistics', 'Statistieken van leveranciers'),
('nl', 'vendors_with_absolute_commissions_notice', '<p>The following vendors had absolute commissions before the upgrade:</p><ul>[vendors_list]</ul><p>The <b>Transaction fee</b> in their plans has been set to 0.</p><p>The sizes of absolute commissions still remain in the database, but are no longer used. However, you can use that data to set up new vendor plans with relative commissions. Learn more in this article:</p>[instructions]'),
('nl', 'vendor_accounting', 'Boekhouding'),
('nl', 'vendor_accounting_menu_description', 'Inkomsten- en uitgavenstatistieken (totale inkomsten, leveranciersbalans, opnames van leveranciers).'),
('nl', 'vendor_account_balance', 'Account saldo'),
('nl', 'vendor_account_balance_menu_description', 'Statistieken van inkomsten en uitgaven (totaal, per verkoper, per periode).'),
('nl', 'vendor_administrator', 'Verkopers beheerder'),
('nl', 'vendor_administrators', 'Verkopers beheerders'),
('nl', 'vendor_administrators_menu_description', 'Overzicht van verkopers.'),
('nl', 'vendor_approval_pending', 'Nieuwe aanvraag tot verkoper'),
('nl', 'vendor_candidate_notification', 'Hallo,<br/><br/>U hebt een nieuwe kandidaat-leverancier in uw winkel. Dit leveranciersaccount is in behandeling totdat u het goedkeurt. Volg <a href=\"[href]\">deze URL</a> om de accountgegevens te bekijken </a>.'),
('nl', 'vendor_commission_changes_upgrade_notification_text', '<p>Vendor commissions have been replaced with vendor plans, and an own plan has been created for each vendor. However, absolute commissions are no longer supported.</p>'),
('nl', 'vendor_commission_changes_upgrade_notification_title', 'Vendor commission changes'),
('nl', 'vendor_communication', 'Message center'),
('nl', 'vendor_communication.ask_a_question', 'Ask a question'),
('nl', 'vendor_communication.author', 'Auteur'),
('nl', 'vendor_communication.cannot_create_thread', 'Cannot create thread'),
('nl', 'vendor_communication.cannot_delete_thread', 'Cannot delete thread'),
('nl', 'vendor_communication.cannot_delete_threads', 'Cannot delete threads'),
('nl', 'vendor_communication.cannot_post_message', 'Kan bericht niet plaatsen'),
('nl', 'vendor_communication.cannot_update_thread', 'Cannot update thread'),
('nl', 'vendor_communication.contact_vendor', 'Contact vendor'),
('nl', 'vendor_communication.contact_vendor_name', 'Contact [vendor_name]'),
('nl', 'vendor_communication.contact_with', '#[thread_id]. Communication with [thread_company]'),
('nl', 'vendor_communication.created_at', 'Aangemaakt op'),
('nl', 'vendor_communication.customer_name', 'Klantnaam'),
('nl', 'vendor_communication.date', 'Datum'),
('nl', 'vendor_communication.error_message', 'Please enter your message'),
('nl', 'vendor_communication.event.message_received.name', 'New message received'),
('nl', 'vendor_communication.invalid_thread_object_type', 'Provided thread object type is invalid'),
('nl', 'vendor_communication.message', 'Bericht'),
('nl', 'vendor_communication.messages', 'Messages'),
('nl', 'vendor_communication.message_center', 'Message center'),
('nl', 'vendor_communication.message_center_menu_description', 'Customer-to-vendor messages'),
('nl', 'vendor_communication.message_center_name', 'Message center'),
('nl', 'vendor_communication.message_center_name_menu_description', 'Messages from customers'),
('nl', 'vendor_communication.message_sent', 'Your message has been sent to <b>[vendor_name]</b>.<br/><br/>We\'ll notify you about a reply. To view your message history, please <a href=\"[thread_url]\" target=\"_blank\">go to the Message Center</a> located in the \"Messages\" section of the \"My account\" menu.'),
('nl', 'vendor_communication.new_message.message', 'Click this notification to see the message'),
('nl', 'vendor_communication.new_message.title', '[company_name] has a new message from [customer]'),
('nl', 'vendor_communication.new_thread_created', 'Your message has been sent to <b>[vendor_name]</b>.<br/><br/>The vendor\'s reply will be sent to the email address of your account. To view your message history, please <a href=\"[thread_url]\">go to the Message Center</a> located in the \"Messages\" section of the \"My account\" menu.'),
('nl', 'vendor_communication.no_messages_found', 'Geen berichten gevonden'),
('nl', 'vendor_communication.no_threads_found', 'No threads found'),
('nl', 'vendor_communication.please_log_in_to_be_notified', 'Please sign in so that we can notify you about a reply'),
('nl', 'vendor_communication.please_log_in_to_contact_vendor', 'Please sign in to contact the vendor'),
('nl', 'vendor_communication.required_field_is_missing', 'The [field_name] field is required'),
('nl', 'vendor_communication.subject_email', 'You have a new message from [message_from]'),
('nl', 'vendor_communication.thread', 'Thread #[thread_id]'),
('nl', 'vendor_communication.threads_deleted', 'Threads have been deleted'),
('nl', 'vendor_communication.thread_deleted', 'Thread has been deleted'),
('nl', 'vendor_communication.ticket', 'Thread'),
('nl', 'vendor_communication.type_message', 'Type een bericht...'),
('nl', 'vendor_communication.you', 'Jij'),
('nl', 'vendor_communication.your_message_to_vendor_name', 'Your message to [vendor_name]'),
('nl', 'vendor_communication.you_have_new_message', 'You have a new <a href=\"[thread_url]\">message</a> from [message_from].'),
('nl', 'vendor_custom_page', 'Vendor custom page'),
('nl', 'vendor_data_premoderation', 'Verkoper data moderatie'),
('nl', 'vendor_data_premoderation.approval_info_text', 'If approval is required only for some vendors, you\'ll be able to set what vendors need moderation on the Add-ons tab of the vendor editing page.'),
('nl', 'vendor_data_premoderation.approve_product', 'Goedkeuren “[product]”'),
('nl', 'vendor_data_premoderation.approve_product_btn', 'Product goedkeuren'),
('nl', 'vendor_data_premoderation.disapproval_reason', 'Reden van afkeuring'),
('nl', 'vendor_data_premoderation.disapproved', 'Afgekeurd'),
('nl', 'vendor_data_premoderation.disapprove_product', 'Afkeuren “[product]”'),
('nl', 'vendor_data_premoderation.disapprove_products', 'Producten afkeuren'),
('nl', 'vendor_data_premoderation.disapprove_product_btn', 'Product afkeuren'),
('nl', 'vendor_data_premoderation.enter_disapproval_reason', 'Voer de reden voor de afkeuring in en sla de wijzigingen op.'),
('nl', 'vendor_data_premoderation.event.product_status.approved.name', 'Premoderatie van gegevens van leveranciers: uw product is goedgekeurd'),
('nl', 'vendor_data_premoderation.event.product_status.disapproved.name', 'Premodering van leveranciersgegevens: uw product is afgekeurd'),
('nl', 'vendor_data_premoderation.exclude_disapproved_products', 'Afgekeurde producten uitsluiten'),
('nl', 'vendor_data_premoderation.notification.approved.message', '\"[product]\" is goedgekeurd door de winkeladministratie en toegevoegd aan de productcatalogus. Klik hier om dit product te bekijken.|[n] producten zijn goedgekeurd door de winkeladministratie en toegevoegd aan de productcatalogus. Klik hier om deze producten te bekijken.'),
('nl', 'vendor_data_premoderation.notification.approved.title', 'Uw product is goedgekeurd|Uw producten zijn goedgekeurd'),
('nl', 'vendor_data_premoderation.notification.disapproved.message', '\"[product]\" is afgekeurd door de winkeladministratie. Klik hier om dit product te bekijken.|[n] producten zijn afgekeurd door de winkeladministratie. Klik hier om deze producten te bekijken.'),
('nl', 'vendor_data_premoderation.notification.disapproved.title', 'Uw product is afgekeurd|Uw producten zijn afgekeurd'),
('nl', 'vendor_data_premoderation.notification.products_require_approval.message', 'Dit product is in afwachting van uw goedkeuring sinds [since]. Klik hier om dit product te bekijken. |Deze producten zijn in afwachting van uw goedkeuring sinds [since]. Klik hier om deze producten te bekijken.'),
('nl', 'vendor_data_premoderation.notification.products_require_approval.title', 'U hebt [n] product dat uw goedkeuring vereist|U hebt [n] producten die uw goedkeuring vereisen'),
('nl', 'vendor_data_premoderation.notification_for_deleted_statuses', 'Add-on voor leveranciersgegevens Premoderatie is uitgeschakeld. Producten met de status \'Vereist goedkeuring\' of \'Afgekeurd\' hebben geen status meer. Deze producten verschijnen niet voor klanten totdat u of uw leveranciers een andere status voor hen instellen. Als u de add-on opnieuw activeert, krijgen de statusloze producten hun status terug. Als u de add-on verwijdert, krijgen alle producten automatisch de juiste status.'),
('nl', 'vendor_data_premoderation.products_sent_to_premoderation', 'Je veranderingen zijn bewaard. Voordat uw product wordt toegevoegd aan de productcatalogus, moet het worden goedgekeurd door de winkeladministratie. Volg <a href=\"[product_approval_url]\">deze link</a> om producten te bekijken die goedkeuring behoeven.|Uw wijzigingen zijn opgeslagen. Voordat uw producten aan de productcatalogus worden toegevoegd, moeten ze worden goedgekeurd door de winkeladministratie. Volg <a href=\"[product_approval_url]\">deze link</a> om producten te bekijken die goedkeuring behoeven.'),
('nl', 'vendor_data_premoderation.product_status.disapproved', 'Afgekeurd'),
('nl', 'vendor_data_premoderation.product_status.requires_approval', 'Vereist goedkeuring'),
('nl', 'vendor_data_premoderation.require_approval', 'Producten op moderatie'),
('nl', 'vendor_data_premoderation.require_vendor_action', 'Afgekeurde producten'),
('nl', 'vendor_debt_payout.block_alert', '<p>Your access to the administration panel has been restricted automatically because you have reached the limit of negative account balance or haven\'t paid a fee for your vendor plan in time.</p><p>Your current account balance is [current_balance].</p><p>Please <a href=\"[pay_url]\">pay the marketplace fees</a> — once the payment is processed, your access to the administration panel will be restored automatically.</p>'),
('nl', 'vendor_debt_payout.day_or_days', 'dag(en)'),
('nl', 'vendor_debt_payout.debt_near_limit_message', 'Your account balance is currently [current_balance]. If it reaches [minimal_balance], you won\'t be able to use your administration panel until you <a href=\"[pay_url]\" target=\"_blank\">pay all your marketplace fees</a>.'),
('nl', 'vendor_debt_payout.debt_payout', 'Marketplace fees'),
('nl', 'vendor_debt_payout.debt_payout_w_order', 'Marketplace fees (order #[id])'),
('nl', 'vendor_debt_payout.payout_overdue_limit', 'Grace period for vendor plan fees'),
('nl', 'vendor_debt_payout.pay_fees', 'Pay the fees'),
('nl', 'vendor_debt_payout.pending_payout_message', 'You need to pay the fee of [fee_amount] for using the [plan_name] plan. Your current account balance is [current_balance]. If the fee isn\'t paid until [overdue_date], you won\'t be able to work with the administration panel until you <a href=\"[pay_url]\" target=\"_blank\">pay all your marketplace fees</a>.'),
('nl', 'vendor_debt_payout.vendor_debt_limit', 'Restrict admin panel functions if vendor\'s debt reaches'),
('nl', 'vendor_edit_invitation_email_template', '<a href=\"[url]\">E-mailsjabloon voor leveranciersuitnodigingen bewerken</a>'),
('nl', 'vendor_filters', 'Productfilters van verkoper'),
('nl', 'vendor_filters_description', ''),
('nl', 'vendor_id', 'Verkoper ID'),
('nl', 'vendor_invitations_fail_notification', 'Uitnodigingen niet verzonden: [failed_quantity]<br/><b>[emails_list]</b><br/>Een uitnodiging wordt niet verzonden als deze al eerder naar dat e-mailadres is verzonden. Maar als geen van uw uitnodigingen wordt verzonden en u nog geen uitnodigingen naar die adressen hebt verzonden, zorg er dan voor dat [product] e-mails kan verzenden. Als dit niet het geval is, is het probleem gerelateerd aan [product] of serverconfiguratie. Neem in dat geval contact op met uw serverbeheerder, hostingprovider of <a href=\"https://helpdesk.cs-cart.com/\" target=\"_blank\">onze technische ondersteuning</a> om dit te onderzoeken.'),
('nl', 'vendor_invitations_sent_notification', 'Uitnodigingen verzonden: [sent_quantity]'),
('nl', 'vendor_invitation_email_body', '<p>Hallo,</p><br/><p>We willen u graag uitnodigen om <a href=\"[create_account_url]\">een account aan te maken</a> met [default_company_name]. U kunt uw klantenbestand uitbreiden door uw producten op ons platform te vermelden en aan onze bezoekers te verkopen.</p><br/><p>Met vriendelijke groeten,</p><p>[default_company_name] team</p>'),
('nl', 'vendor_invitation_email_subject', 'Kom verkopen met [default_company_name]'),
('nl', 'vendor_invited_at', 'Datum verzonden'),
('nl', 'vendor_language', 'Taal van de leverancier'),
('nl', 'vendor_location.search_vendors_geolocation', 'Search for vendors'),
('nl', 'vendor_locations.block_template_location_selector', 'Location selector'),
('nl', 'vendor_locations.closest_vendors', 'Closest vendors'),
('nl', 'vendor_locations.customer_geolocation', 'Uw locatie'),
('nl', 'vendor_locations.filter_by_city', 'Vendor\'s city'),
('nl', 'vendor_locations.filter_by_distance', 'Distance to vendor'),
('nl', 'vendor_locations.location', 'Locatie'),
('nl', 'vendor_locations.nearby', 'Nearby'),
('nl', 'vendor_locations.not_your_city', 'Niet uw plaats?'),
('nl', 'vendor_locations.search_city', 'Search for a city'),
('nl', 'vendor_locations.search_nearby', 'Search nearby'),
('nl', 'vendor_locations.search_vendors_by_address', 'Search vendors'),
('nl', 'vendor_locations.selected_city', 'Geselecteerde plaats'),
('nl', 'vendor_locations.select_city', 'Selecteer een plaats'),
('nl', 'vendor_locations.vendors_map', 'Vendors map'),
('nl', 'vendor_logos_and_product_count', 'Leverancierslogo\'s en producttelling'),
('nl', 'vendor_name', 'Naam verkoper'),
('nl', 'vendor_names', 'Naam verkoper'),
('nl', 'vendor_name_field', 'Naam verkoper'),
('nl', 'vendor_notifications', 'Vendor notifications'),
('nl', 'vendor_page.add_post', 'Add new page'),
('nl', 'vendor_page.editing_post', 'Editing'),
('nl', 'vendor_page.new_post', 'New vendor page'),
('nl', 'vendor_pages', 'Pagina\'s verkoper'),
('nl', 'vendor_pages_title', 'ET - Vendor pages title'),
('nl', 'vendor_panel', 'Verkopers paneel'),
('nl', 'vendor_panel_configurator.configure_vendor_panel_notice', 'To make onboarding easier, vendors don\'t see some menu items and some fields on the product editing page. You can configure what vendors see and don\'t see <a href=\"[config_url]\" target=\"_blank\">in the settings of the \"Vendor panel configurator\" add-on</a>. If you disable the add-on, the menus and the vendor panel itself will change to resemble the admin panel of the marketplace.'),
('nl', 'vendor_panel_configurator.element_color', 'Element color'),
('nl', 'vendor_panel_configurator.global_setting_warning', 'This setting doesn\'t appear on the product editing page right now, because it is set globally for all products. Check the <a href=\"[settings_url]\" target=\"_blank\">\"Settings\" menu</a> to find it.'),
('nl', 'vendor_panel_configurator.payment_methods.description', 'Manage how you receive payments from customers'),
('nl', 'vendor_panel_configurator.product_page_configuration', 'Product page settings'),
('nl', 'vendor_panel_configurator.seller_info', 'Seller info'),
('nl', 'vendor_panel_configurator.sidebar_background_image', 'Sidebar background image'),
('nl', 'vendor_panel_configurator.sidebar_background_image_description', 'If you upload the background image, it will be displayed instead of the sidebar color. If you upload it, we recommend picking a sidebar color that matches the background image.'),
('nl', 'vendor_panel_configurator.sidebar_color', 'Sidebar color'),
('nl', 'vendor_panel_configurator.theme_layouts', 'Page layouts'),
('nl', 'vendor_panel_configurator.theme_layouts.description', 'Manage layouts of the microstore and product pages'),
('nl', 'vendor_panel_configurator.theme_styles', 'Logos and styles'),
('nl', 'vendor_panel_configurator.theme_styles.description', 'Manage logos used on site and in e-mails and configure appearance of the microstore and product pages'),
('nl', 'vendor_panel_configurator.unconfigurable_tab', 'This tab has no configurable fields and is displayed as is'),
('nl', 'vendor_payouts.approval_status', 'Goedkeuringsstatus'),
('nl', 'vendor_payouts.approval_status.C', 'Afgerond'),
('nl', 'vendor_payouts.approval_status.D', 'Afgewezen'),
('nl', 'vendor_payouts.approval_status.P', 'In afwachting'),
('nl', 'vendor_payouts.balance', 'Balans'),
('nl', 'vendor_payouts.balance_carried_forward', 'Opgemaakte balans'),
('nl', 'vendor_payouts.current_balance', 'Huidig saldo: [balance]'),
('nl', 'vendor_payouts.current_balance_text', 'Huidig saldo'),
('nl', 'vendor_payouts.income', 'Inkomsten'),
('nl', 'vendor_payouts.income_carried_forward', 'Overgedragen inkomsten'),
('nl', 'vendor_payouts.new_payout_issued', 'Nieuwe uitbetaling is uitgegeven'),
('nl', 'vendor_payouts.new_payout_issued_text', 'Een nieuwe uitbetaling van [amount] is uitgegeven door [issuer]'),
('nl', 'vendor_payouts.new_withdrawal_requested', 'Nieuwe opname is aangevraagd'),
('nl', 'vendor_payouts.new_withdrawal_requested_text', 'Een nieuwe opname van [amount] is aangevraagd door [requester]'),
('nl', 'vendor_payouts.payout_approved', 'Uitbetaling is voltooid'),
('nl', 'vendor_payouts.payout_approved_text', 'De betaling van [amount] uitgegeven op [date] is gemarkeerd als <b>Voltooid</b>'),
('nl', 'vendor_payouts.payout_comments', 'Opmerkingen over betalingen'),
('nl', 'vendor_payouts.payout_declined', 'De betaling is niet voltooid'),
('nl', 'vendor_payouts.payout_declined_text', 'De betaling van [amount] uitgegeven op [date] is gemarkeerd als <b>Niet voltooid</b>'),
('nl', 'vendor_payouts.transactions', 'Transacties'),
('nl', 'vendor_payouts.transaction_value', 'Transactiewaarde'),
('nl', 'vendor_payouts.type', 'Type'),
('nl', 'vendor_payouts.type.order_changed', 'Bestelling is gewijzigd'),
('nl', 'vendor_payouts.type.order_changed.description', 'Bestelling <a href=\"[order_url]\">#[order_id]</a> gewijzigd'),
('nl', 'vendor_payouts.type.order_placed', 'Bestelling is geplaatst'),
('nl', 'vendor_payouts.type.order_placed.description', 'Bestelling <a href=\" [order_url]\">#[order_id]</a> geplaatst'),
('nl', 'vendor_payouts.type.order_refunded', 'Bestelling terugbetaald'),
('nl', 'vendor_payouts.type.order_refunded.description', 'Bestelling <a href=\"[order_url]\">#[order_id]</a> terugbetaald'),
('nl', 'vendor_payouts.type.other', 'Andere'),
('nl', 'vendor_payouts.type.other.description', 'Andere'),
('nl', 'vendor_payouts.type.payout', 'Uitbetaling'),
('nl', 'vendor_payouts.type.payout.description', 'Uitbetaling'),
('nl', 'vendor_payouts.type.withdrawal', 'Herroepen'),
('nl', 'vendor_payouts.type.withdrawal.description', 'Herroepen'),
('nl', 'vendor_payouts.view_details', 'U kunt de details hier bekijken'),
('nl', 'vendor_payouts.withdrawals', 'Saldo opnames'),
('nl', 'vendor_payouts.withdrawal_approved', 'Opname is voltooid'),
('nl', 'vendor_payouts.withdrawal_approved_text', 'De opname van [amount] aangevraagd op [date] is gemarkeerd als <b>Voltooid</b>'),
('nl', 'vendor_payouts.withdrawal_comments', 'Omerkingen opname'),
('nl', 'vendor_payouts.withdrawal_declined', 'Opname is geweigerd'),
('nl', 'vendor_payouts.withdrawal_declined_text', 'De opname van [amount] aangevraagd op [date] is gemarkeerd als <b>Geweigerd</b>'),
('nl', 'vendor_plan', 'Vendor plan'),
('nl', 'vendor_plans.add_vendor_plan', 'Add vendor plan'),
('nl', 'vendor_plans.best_choice', 'Beste keus'),
('nl', 'vendor_plans.best_choise', 'Offer as the best choice'),
('nl', 'vendor_plans.best_choise_short', 'Beste keus'),
('nl', 'vendor_plans.category_is_empty', 'Please specify a category.'),
('nl', 'vendor_plans.choose', 'Kies'),
('nl', 'vendor_plans.choose_your_plan', 'Choose your plan'),
('nl', 'vendor_plans.commission', 'Commissie'),
('nl', 'vendor_plans.current_plan', 'Current plan'),
('nl', 'vendor_plans.current_plan_usage', 'Current plan usage'),
('nl', 'vendor_plans.delete_plan_vendor_exists_text', 'Couldn\'t delete the plan: some vendors use it'),
('nl', 'vendor_plans.disable_plan_vendor_exists_text', 'Couldn\'t disable the plan: some vendors use it'),
('nl', 'vendor_plans.editing_vendor_plan', 'Editing vendor plan'),
('nl', 'vendor_plans.fixed_transaction_fee', 'Transaction fee (abs)'),
('nl', 'vendor_plans.many_products_text', 'Too many products ([actual]/[allowed])'),
('nl', 'vendor_plans.month', 'Maand'),
('nl', 'vendor_plans.much_revenue_text', 'Too much revenue ([actual]/[allowed])'),
('nl', 'vendor_plans.new_vendor_plan', 'New vendor plan'),
('nl', 'vendor_plans.not_available', 'Niet beschikbaar'),
('nl', 'vendor_plans.out_of_amount', 'out of [amount]'),
('nl', 'vendor_plans.periodicity_biweekly', 'Quinzenal'),
('nl', 'vendor_plans.periodicity_half', 'Semestre'),
('nl', 'vendor_plans.periodicity_month', 'per maand'),
('nl', 'vendor_plans.periodicity_onetime', 'one time'),
('nl', 'vendor_plans.periodicity_trimester', 'por trimestre'),
('nl', 'vendor_plans.periodicity_year', 'per jaar'),
('nl', 'vendor_plans.plan', 'Plan'),
('nl', 'vendor_plans.plan_has_been_changed', 'Your Plan Has Been Changed'),
('nl', 'vendor_plans.plan_has_been_changed_text', 'Your plan has been changed to [plan]. See the details of your new plan below.'),
('nl', 'vendor_plans.plan_name', 'Plan name'),
('nl', 'vendor_plans.plan_not_available_text', 'Sorry, this plan is not available for you. Please choose an available plan.'),
('nl', 'vendor_plans.plan_payment', 'Payment for Your Plan'),
('nl', 'vendor_plans.plan_payment_text', 'A sum of [price] has been withdrawn from your account for using the [plan] plan. Follow the link to <a href=\"[href]\">view your account balance</a> or see the details of your plan below.'),
('nl', 'vendor_plans.plan_will_be_change_text', 'You are switching to another vendor plan. You will be charged the full price of the plan. Are you sure you want to continue?'),
('nl', 'vendor_plans.products_exceeded_text', 'Cannot add more products: you have reached the maximum number of products allowed by your plan. To change your plan, please <a href=\"[href]\">follow this link</a>.'),
('nl', 'vendor_plans.products_limit', 'Max. products'),
('nl', 'vendor_plans.products_limit_tooltip', 'Set the maximum number of products a vendor can have on this plan. Leave empty to allow unlimited number of products.'),
('nl', 'vendor_plans.products_limit_unlimited', '<strong>Unlimited</strong> products'),
('nl', 'vendor_plans.products_limit_value', '<strong>[products]</strong> products'),
('nl', 'vendor_plans.restrictions', 'Restrictions'),
('nl', 'vendor_plans.revenue', 'Revenue'),
('nl', 'vendor_plans.revenue_exceeded_subj', 'Maximum Revenue Exceeded'),
('nl', 'vendor_plans.revenue_exceeded_text', '<a href=\"[href]\">[vendor]</a> exceeded the maximum revenue allowed by the [plan] plan.'),
('nl', 'vendor_plans.revenue_up_to', 'Revenue up to'),
('nl', 'vendor_plans.revenue_up_to_tooltip', 'The maximum monthly revenue allowed for the vendors who use this plan. Leave this field empty to allow unlimited revenue.'),
('nl', 'vendor_plans.revenue_up_to_unlimited', '<strong>Unlimited</strong> revenue'),
('nl', 'vendor_plans.revenue_up_to_value', 'Revenue up to <strong>[revenue]</strong>'),
('nl', 'vendor_plans.select_plan_text', '<div class=\"et-vendor-plans_select_plan_text_big\">Find the  <span class=\"et-highlight\">perfect plan</span> for your business</div><div class=\"et-vendor-plans_select_plan_text_small\">You will be charged for the plan after the admin approves your vendor account.</div>'),
('nl', 'vendor_plans.storefronts_update_for_plan.add_storefronts_message', 'Add the vendor to the storefronts that got added to the plan|Add the vendors to the storefronts that got added to the plan'),
('nl', 'vendor_plans.storefronts_update_for_plan.general_message', 'What should we do about <a href=\"[search_url]\" target=\"_blank\">[n] vendor </a> who is using this plan now?|What should we do about <a href=\"[search_url]\" target=\"_blank\">[n] vendors </a> who are using this plan now?'),
('nl', 'vendor_plans.storefronts_update_for_plan.remove_storefronts_message', 'Remove the vendor from the storefronts that got removed from this plan|Remove the vendors from the storefronts that got removed from this plan'),
('nl', 'vendor_plans.storefronts_update_for_plan.title', 'Storefronts available in the vendor plan got changed'),
('nl', 'vendor_plans.storefronts_update_for_vendor.add_storefronts_message', 'Add the vendor to the storefronts available in the new vendor plan'),
('nl', 'vendor_plans.storefronts_update_for_vendor.general_message', 'What should we do about the storefronts that are available to this vendor?'),
('nl', 'vendor_plans.storefronts_update_for_vendor.remove_storefronts_message', 'Remove the vendor from the storefronts available in his previous plan'),
('nl', 'vendor_plans.storefronts_update_for_vendor.title', 'The vendor got moved to another plan'),
('nl', 'vendor_plans.transaction_fee', 'Transaction fee'),
('nl', 'vendor_plans.transaction_fee_value', 'Transaction fee: <strong>[value]</strong>'),
('nl', 'vendor_plans.unlimited', 'Unlimited'),
('nl', 'vendor_plans.upgrade_notification_text', '<p>Previously, the <b>Vendor Plans</b> add-on had a setting called <b>Take payment surcharge from vendors</b>. It removed payment surcharge from order total, so that customers wouldn\'t have to pay it. Instead, the payment surcharge was deducted from the order total in favor of the marketplace. This setting has been removed: if you\'d like to take money from vendors per order, please specify commissions for the corresponding vendor plans.</p>'),
('nl', 'vendor_plans.upgrade_notification_title', 'Setting removed from the Vendor Plans add-on'),
('nl', 'vendor_plans.vendor_approved_text', 'Your plan has been set to [plan]. See the details of your plan below.'),
('nl', 'vendor_plans.vendor_commission', 'Vendor commission'),
('nl', 'vendor_plans.vendor_plans', 'Vendor plans'),
('nl', 'vendor_plans.vendor_plans_menu_description', 'Create plans for your vendors, with different restrictions and prices'),
('nl', 'vendor_plans.vendor_store', 'Vendor microstore'),
('nl', 'vendor_plans.vendor_store_tooltip', 'A vendor can have his or her own microstore at a separate address like <i>example.com/vendor/</i>. A microstore only contains products of the vendor who owns this microstore. Also, search results in a vendor\'s microstore only include products of this vendor.'),
('nl', 'vendor_plans.year', 'Jaar'),
('nl', 'vendor_products', 'Producten van verkoper'),
('nl', 'vendor_rating', 'ET - Vendor rating'),
('nl', 'vendor_store_blocks', 'Vendor home blocks'),
('nl', 'vendor_terms', 'Vendor terms and conditions'),
('nl', 'vendor_terms.checkout_terms_and_conditions', 'I accept the [terms_href] of [vendor]'),
('nl', 'vendor_terms.checkout_terms_and_conditions_name', 'Terms & conditions'),
('nl', 'vendor_terms.terms_and_conditions', 'Terms & conditions'),
('nl', 'vendor_terms.terms_and_conditions_tooltip', 'If you want a customer to agree to your terms and conditions at checkout, fill in Terms & Conditions. If you leave Terms & Conditions empty, a customer proceeds without agreement.'),
('nl', 'vendor_terms_field_alert', 'Vendor terms and conditions alert'),
('nl', 'vendor_terms_field_terms_text', 'Vendor terms and conditions text'),
('nl', 'vendor_terms_n_conditions', 'Ik accepteer de [terms_href]'),
('nl', 'vendor_terms_n_conditions_alert', 'Om verder te gaan dient u de algemene voorwaarden te accepteren.'),
('nl', 'vendor_terms_n_conditions_content', '<p>Lees deze Algemene voorwaarden (\"Voorwaarden\", \"Algemene Voorwaarden\") zorgvuldig door voordat u de <a href=\"http://www.mywebsite.com\">http://www.mywebsite.com</a> website en de mobiele applicatie My Mobile App gebruikt (de \"Service\") beheerd door Mijn Bedrijf (\"ons\", \"wij\" of \"onze\").</p><p><strong>Door toegang te krijgen tot of te gebruiken de Service waarmee u akkoord gaat door deze Voorwaarden. Als u het niet eens bent met een deel van de Voorwaarden, heeft u geen toegang tot de Service.</strong></p><p><strong>Aankopen</strong></p><p> Als u een product wilt kopen of service beschikbaar gesteld via de Service (\"Aankoop\"), wordt u mogelijk gevraagd om bepaalde informatie te verstrekken die relevant is voor uw Aankoop, inclusief, zonder beperking, uw ... </p><p><strong>Inhoud</strong></p><p> Met onze service kunt u bepaalde informatie, tekst, afbeeldingen, video\'s of ander materiaal (\"inhoud\") posten, linken, opslaan, delen en anderszins beschikbaar stellen. U bent verantwoordelijk voor de ...</p><p><strong>Wijzigingen</strong></p><p> We behouden ons het recht voor om naar eigen goeddunken deze Voorwaarden op elk gewenst moment te wijzigen of te vervangen. Als een herziening van wezenlijk belang is, zullen we proberen dit ten minste 30 dagen van tevoren in kennis te stellen voordat nieuwe voorwaarden van kracht worden. Wat een materiële wijziging inhoudt, wordt naar ons goeddunken bepaald.</p><p><strong>Contact</strong></p><p> Neem contact met ons op als u vragen hebt over deze voorwaarden. </p>'),
('nl', 'vendor_terms_n_conditions_name', 'Algemene voorwaarden'),
('nl', 'verify', 'Controleer'),
('nl', 'version', 'Versie'),
('nl', 'vertical', 'Verticaal'),
('nl', 'very_good', 'Erg goed'),
('nl', 'view', 'Bekijk'),
('nl', 'viewing_feature', 'Eigenschap bekijken'),
('nl', 'viewing_filter', 'Filter bekijken'),
('nl', 'views', 'Aantal keer bekeken'),
('nl', 'view_all', 'Bekijk alle'),
('nl', 'view_all_orders', 'Bekijk alle bestellingen'),
('nl', 'view_all_product_features', 'Bekijk alle product eigenschappen'),
('nl', 'view_answers', 'Antwoorden bekijken'),
('nl', 'view_avail_files_for_order', 'View the list of available files from order #[order_id].'),
('nl', 'view_cart', 'Winkelwagen'),
('nl', 'view_categories', 'Bekijk categorieën'),
('nl', 'view_changelog', 'Bekijk changelog'),
('nl', 'view_comparison_list', 'Vergelijking'),
('nl', 'view_details', 'Bekijk details'),
('nl', 'view_more', 'view more'),
('nl', 'view_on_map', 'Bekijk op kaart'),
('nl', 'view_orders', 'Bekijk bestellingen'),
('nl', 'view_orders_menu_description', 'Bestellingen bekijken, verwerken en facturen uitprinten.'),
('nl', 'view_page', 'Bekijk pagina'),
('nl', 'view_product', 'Bekijk product'),
('nl', 'view_products', 'Bekijk producten'),
('nl', 'view_product_features', 'Bekijk producteigenschappen'),
('nl', 'view_purchased_products', 'Bekijk verkochte producten'),
('nl', 'view_report', 'Bekijk verslag'),
('nl', 'view_results', 'Bekijk resultaten'),
('nl', 'view_store', 'View store'),
('nl', 'view_storefront', 'Bekijk winkel'),
('nl', 'view_supplier_products', 'De producten van de leverancier bekijken'),
('nl', 'view_ticket', 'View Ticket'),
('nl', 'view_user_points', 'Spaarpunten gebruiker bekijken'),
('nl', 'view_vendor_categories', 'Bekijk winkel categorieën'),
('nl', 'view_vendor_orders', 'Bekijk bestellingen van verkoper'),
('nl', 'view_vendor_products', 'Bekijk producten van verkoper'),
('nl', 'view_vendor_users', 'Bekijk gebruikers van verkoper'),
('nl', 'view_wishlist', 'Verlanglijst bekijken'),
('nl', 'visa_card_discover', 'Visa, MasterCard, Discover'),
('nl', 'visited_page', 'Bezochte pagina'),
('nl', 'voided', 'Vervallen'),
('nl', 'vsb_new_home_block', 'New home block'),
('nl', 'vs_browse_our_categories', 'Browse our categories'),
('nl', 'vs_footerbox', 'Footerbox'),
('nl', 'vs_footer_mv', 'Footerbox MultiVendor'),
('nl', 'vs_homepage_mainbox', 'Mainbox Homepage'),
('nl', 'vs_home_box', 'Home box'),
('nl', 'vs_icon_menu', 'Icon menu'),
('nl', 'vs_mainbox', 'Mainbox'),
('nl', 'vs_mainbox_icon', 'Mainbox with icon'),
('nl', 'vs_mainbox_simple', 'Mainbox simple'),
('nl', 'vs_multi_scroller', 'Multi scroller'),
('nl', 'vs_recent_blog', 'Recent blog'),
('nl', 'vs_responsive_menu', 'Responsive menu'),
('nl', 'vs_scroller_category_product', 'Scroller category product'),
('nl', 'vs_scroller_product_page', 'Scroller product page'),
('nl', 'vs_scroller_with_title', 'Scroller with tittle'),
('nl', 'vs_sidebox', 'Sidebox'),
('nl', 'vs_sidebox_category', 'Sidebox category'),
('nl', 'vs_sidebox_info', 'Sidebox info'),
('nl', 'vs_sidebox_scroller_banner', 'Sidebox scroller banner'),
('nl', 'vs_sidebox_simple', 'Sidebox simple'),
('nl', 'vs_sidebox_with_icon', 'Sidebox with icon'),
('nl', 'vs_testimonials', 'Testimonials'),
('nl', 'vs_vendor_categories', 'Vendor categories'),
('nl', 'vs_vendor_plans.month', 'per month'),
('nl', 'vs_vendor_plans.no_microstore', 'NO microstore'),
('nl', 'vs_vendor_plans.onetime', 'one time fee'),
('nl', 'vs_vendor_plans.year', 'per year'),
('nl', 'warehouses.add_all', 'Add all'),
('nl', 'warehouses.any_store_type', 'Any type of store'),
('nl', 'warehouses.city', 'Plaats'),
('nl', 'warehouses.commerceml.import.error.product.warehouse_not_found', 'Couldn\'t find warehouse [id]'),
('nl', 'warehouses.commerceml.import.message.warehouse.created', 'Category [id] created; local ID: [local_id]'),
('nl', 'warehouses.destinations_configuration.tooltip', 'Products can be taken from different stores and warehouses first, depending on where your customer is. <a href=\"[destinations_url]\" target=\"_blank\">Configure store and warehouse priority individually for each rate area.</a>'),
('nl', 'warehouses.exim_reset_inventory_tooltip', 'This won\'t affect the products that have the quantity specified in the imported file. This also won\'t affect products at the warehouses that aren\'t updated in this preset.'),
('nl', 'warehouses.in_n_stores', 'in [n] store|in [n] stores'),
('nl', 'warehouses.main_destination_tooltip', 'Determines where this place is located. In turn, this determines the shipping rate and delivery time to this place.'),
('nl', 'warehouses.name', 'Naam'),
('nl', 'warehouses.no_matching_stores_found', 'No stores found matching the search criteria'),
('nl', 'warehouses.out_of_stock_products', '[product] isn\'t in stock in the selected region.|The following products aren\'t in stock in the selected region: [products]'),
('nl', 'warehouses.phone', 'Phone'),
('nl', 'warehouses.product_availability', 'Availability in stores'),
('nl', 'warehouses.product_available_if_ordered', 'Available if ordered'),
('nl', 'warehouses.product_in_stock', 'In stock'),
('nl', 'warehouses.quantity', 'Aantal'),
('nl', 'warehouses.quantity_tab.no_data', 'This storefront doesn\'t have any stores or warehouses. Please <a href=\"[create_url]\">create one</a> or <a href=\"[list_url]\">make an existing one available</a> for this storefront'),
('nl', 'warehouses.rate_area', 'Rate area'),
('nl', 'warehouses.search_store', 'Search store'),
('nl', 'warehouses.settings', 'Instellingen'),
('nl', 'warehouses.shipping_delay', 'Moving time'),
('nl', 'warehouses.shipping_delay.description', 'Product is at a remote warehouse. If you order it, we\'ll send it [shipping_delay].'),
('nl', 'warehouses.shipping_delay.description.default', 'Product is at a remote warehouse. If you order it, shipping may take slightly longer.'),
('nl', 'warehouses.shipping_delay.description.short', 'If ordered: [shipping_delay]'),
('nl', 'warehouses.shipping_delay.tooltip', 'The time it takes to move products from here to another store or warehouse in this rate area.'),
('nl', 'warehouses.shipping_delay_for_products', 'Some of the products you ordered are at a remote warehouse. Shipping may take slightly longer than stated here.'),
('nl', 'warehouses.shipping_delay_notification', 'Delay warning'),
('nl', 'warehouses.shipping_delay_notification.tooltip', 'It will appear if products aren\'t available in the stores and warehouses above.'),
('nl', 'warehouses.ship_to', 'Verzend naar'),
('nl', 'warehouses.ship_to_tooltip', 'Determines the rate areas in which the products from this warehouse will be considered available.'),
('nl', 'warehouses.show_to', 'Show to'),
('nl', 'warehouses.show_to_tooltip', 'Allows you to offer this pickup point to the residents of other rate areas at checkout.'),
('nl', 'warehouses.stores_and_warehouses', 'Stores & Warehouses'),
('nl', 'warehouses.stores_list', 'List'),
('nl', 'warehouses.stores_map', 'Map'),
('nl', 'warehouses.store_and_address', 'Store and address'),
('nl', 'warehouses.store_type', 'Type'),
('nl', 'warehouses.store_type_pickup', 'Pickup point'),
('nl', 'warehouses.store_type_store', 'Winkel'),
('nl', 'warehouses.store_type_warehouse', 'Magazijn'),
('nl', 'warehouses.store_warehouse', 'Store / Warehouse'),
('nl', 'warehouses.type_to_search_or_check_all', 'Type to search, or click the button on the right to add all rate areas'),
('nl', 'warehouses.warehouse_stock', 'Quantities'),
('nl', 'warehouses.warn_about_delay', 'Warn about delay'),
('nl', 'warehouses.warn_about_delay.tooltip', 'If a product has to be moved to the rate area from here, show the moving time in the product list and cart.'),
('nl', 'warning', 'Let op'),
('nl', 'warning_default_language_disabled', 'De geselecteerde standaardtaal is uitgeschakeld of verwijderd. Wijzig de standaardtaal voor de winkel op de volgende pagina: <ahref=\\\"[link]\\\">Instellingen :: Weergave</a>'),
('nl', 'warning_default_language_sharing_removed', 'The default language defined in settings has been removed for the <b>[company]</b> store. Please update the Frontend default language value on the following page: <a href=\"[link]\">Settings :: Appearance</a>'),
('nl', 'warning_gift_cert_deny', 'De volgende cadeaubonnen zijn verwijderd of geannuleerd door de beheerder en zijn verwijderd uit uw winkelwagen: [codes]. Neem contact met ons op of probeer een andere code.'),
('nl', 'warning_https_is_disabled', 'De beveiligde verbindingscontrole is mislukt. Zorg ervoor dat het SSL-certificaat op uw server is geïnstalleerd. Bekijk het <a href=\"[href]\" target=\"_blank\">Documentatieartikel</a> voor meer informatie.'),
('nl', 'warning_insecure_admin_script', 'Om veiligheidsredenen wordt het ten zeerste aanbevolen het standaardscript <b>admin.php</b> te hernoemen (controleer de <a href=\" [href]\" target=\"_blank\">Documentatie</a>).'),
('nl', 'warning_insecure_password_email', 'Het wachtwoord dient verschillend te zijn van het e-mailadres! <p><a href=\"[link]\" class=\"underlined\"><b>Wijzig wachtwoord &#155;&#155;</b></a></p>'),
('nl', 'warning_lanvar_incorrect_name', 'Taal variabelen-naam bevat niet-ondersteunde karakters!'),
('nl', 'warning_merging_companies', 'Het samenvoegen van twee bedrijven zal [company_name] verwijderen uit de database, en alle profielgegevens (producten, bestellingen, verzendmethodes, gebruikers, promoties, etc.) worden overgedragen aan dit bedrijf.'),
('nl', 'warning_newsletter_no_recipients', 'De nieuwsbrief is niet verzonden omdat er geen ontvangers zijn gevonden die aan de geselecteerde criteria voldoen.'),
('nl', 'warning_not_deleted_default_language', 'Kan de taal [lang_name] niet verwijderen omdat deze als standaard voor de winkel staat ingesteld'),
('nl', 'warning_of_ip_adding', 'Het ingevoerde IP-adres <b>[entered_ip]</b> verbiedt toegang tot het Beheerderspaneel van uw computer (uw IP is <b>[your_ip]</b>).'),
('nl', 'warning_promotions_incorrect_condition', 'De \"[condition]\" conditie kan in groepen worden gebruikt met alleen \"[set_value]\" condities.'),
('nl', 'warning_seo_urls_disabled', 'Zoekmachine-vriendelijke URL\'s zijn uitgeschakeld. Controleer uw webserver en URL instellingen.'),
('nl', 'warning_store_optimization_dev', 'Automatische cache update ingeschakeld.<br /><br />Gewijzigde bestanden worden realtime gevold (inclusief de direct gewijzigde bestanden op de server) en gere-cached.<br /><br />Winkel prestaties worden enigszins beïnvloed. Uitschakelen tijdens productie in de <a href=\"[link]\">File editor</a> wordt aanbevolen.'),
('nl', 'warning_store_optimization_dev_disabled', 'Automatische cache update uitgeschakeld.<br /><br />Na het aanpassen van de thema-bestanden, wis de samengestelde sjablonen handmatig door <a href=\"[link]\">deze link</a> te volgen om de wijzigingen toe te passen.'),
('nl', 'warning_subscribers_import', 'Sommige mailinglijsten kunnen niet worden gevonden. Enkele geïmporteerde abonnees zijn niet toegewezen.'),
('nl', 'warning_subscr_email_exists', '<b>[email]</b> bestaat al in abonnees'),
('nl', 'warning_theme_clone_dir_exists', 'Thema kan niet gekloond worden, omdat de map die u heeft ingevuld al bestaat. Probeer een andere map.'),
('nl', 'warning_track_orders_not_allowed', 'U heeft geen toegang tot de detailinformatie van deze order.'),
('nl', 'warning_track_orders_not_found', 'Het door u ingevoerde e-mailadres/bestelnummer bestaat niet'),
('nl', 'warning_variants_removal', 'Opslaan zal product varianten verwijderen.'),
('nl', 'warning_zero_price_restricted_product', 'Het product <b>\"[product]\"</b> is niet aan de winkelwagen toegevoegd omdat het er geen prijs aan gekoppeld is.'),
('nl', 'webkul_uvdesk', 'Webkul UVdesk'),
('nl', 'website', 'Website'),
('nl', 'web_pages', 'Webpagina\'s'),
('nl', 'web_site', 'Website'),
('nl', 'week', 'Week'),
('nl', 'weekday_0', 'Zondag'),
('nl', 'weekday_1', 'Maandag'),
('nl', 'weekday_2', 'Dinsdag'),
('nl', 'weekday_3', 'Woensdag'),
('nl', 'weekday_4', 'Donderdag'),
('nl', 'weekday_5', 'Vrijdag'),
('nl', 'weekday_6', 'Zaterdag'),
('nl', 'weekday_abr_0', 'Zo'),
('nl', 'weekday_abr_1', 'Ma'),
('nl', 'weekday_abr_2', 'Di'),
('nl', 'weekday_abr_3', 'Wo'),
('nl', 'weekday_abr_4', 'Do'),
('nl', 'weekday_abr_5', 'Vr'),
('nl', 'weekday_abr_6', 'Za'),
('nl', 'weekly', 'Wekelijks'),
('nl', 'weeks', 'week/weken'),
('nl', 'weight', 'Gewicht'),
('nl', 'weight_dependences', 'Gewichtafhankelijkheden'),
('nl', 'weight_limit', 'Gewichtslimiet'),
('nl', 'weight_modifier', 'Gewichtsaanpassing'),
('nl', 'weight_symbol', 'Gewicht symbool'),
('nl', 'welcome_screen.administrator_info', 'Gebruik het e-mailadres  (<b>[email]</b>) en wachtwoord dat u eerder heeft ingevoerd voor toegang tot het beheergedeelte .'),
('nl', 'welcome_screen.go_admin_panel', 'Ga naar het beheerpaneel'),
('nl', 'welcome_screen.go_settings_wizard', 'Ga naar de instellingen-wizard voor de basis winkel-setup'),
('nl', 'welcome_screen.go_storefront', 'Ga naar de winkel'),
('nl', 'welcome_screen.knowledge_base', 'Documentatie'),
('nl', 'welcome_screen.learn_more_configuration', 'Leer meer over de  winkel configuratie in onze'),
('nl', 'welcome_screen.run_settings_wizard', 'Instellingen-wizard uitvoeren'),
('nl', 'welcome_screen.thanks', 'Bedankt voor uw keuze voor Cs-Cart. Veel plezier met uw verkopen!'),
('nl', 'well_done', 'Goed gedaan!'),
('nl', 'we_would_like_to_inform', 'We willen u graag informeren dat'),
('nl', 'what_is_cvv2', 'Wat is CVV'),
('nl', 'what_you_would_like_to_do', 'Wat wilt u doen'),
('nl', 'which_is', 'welke is'),
('nl', 'widget_code', 'Widget code'),
('nl', 'widget_what_is_it', '<a href=\"[href]\" target=\"_blank\"> Wat is het?</a>'),
('nl', 'width', 'Breedte'),
('nl', 'wishlist', 'Verlanglijst'),
('nl', 'wishlist_content', 'Inhoud verlanglijst'),
('nl', 'wishlist_note', 'Ga naar uw verlanglijst'),
('nl', 'wishlist_products', 'Verlanglijst producten'),
('nl', 'wishlist_short', 'Verlanglijst'),
('nl', 'without_image', 'Zonder afbeelding'),
('nl', 'with_contact_information', 'Alleen met contactinformatie'),
('nl', 'world', 'Wereld'),
('nl', 'worldnettps_hash_error', 'Foutmelding: Antwoord-hash is niet gelijk aan verzonden hash.'),
('nl', 'worldpay_secret', 'MD5 geheim voor transacties'),
('nl', 'wrapper', 'Wrapper'),
('nl', 'wrapper_class', 'Door de gebruiker gedefinieerde wrapper CSS-klasse'),
('nl', 'write', 'Schrijf'),
('nl', 'write_a_reply', 'write a reply'),
('nl', 'write_review', 'Schrijf een beoordeling'),
('nl', 'wrong_number_initial_order_id', 'The value you entered for the \"Initial order ID value\" setting is not supported. Only integers from 1 to [max_initial_order_id] are supported'),
('nl', 'wt_access_note', 'Houdt er rekening mee dat als de watermerken add-on is uitgeschakeld of verwijderd, deze instructies handmatig verwijderd moeten worden uit het \'.htaccess\' bestand. Anders zijn de categorie- en product afbeeldingen niet beschikbaar.'),
('nl', 'wt_access_warning', 'Watermerk creëren is uitgeschakeld. Als er \"Herschrijf watermerk regels\" in het \"images / .htaccess\" bestand staan, moeten deze handmatig worden verwijderd. Anders zijn de categorie- en product afbeeldingen niet beschikbaar.'),
('nl', 'wt_detailed', 'popup grotere afbeeldingen'),
('nl', 'wt_fail_apply_graphic_watermark', 'Kan het watermerk niet toepassen op [image_type]. De watermerk afbeelding wordt niet toegevoegd.'),
('nl', 'wt_font', 'Lettertype'),
('nl', 'wt_font_color', 'Tekstkleur'),
('nl', 'wt_font_size_detailed', 'Tekstgrootte (grotere afbeelding)'),
('nl', 'wt_font_size_icon', 'Tekstgrootte (miniatuur)'),
('nl', 'wt_graphic_watermark', 'Grafisch watermerk'),
('nl', 'wt_icons', 'miniaturen');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('nl', 'wt_images_access_description', 'Om toegang tot de oorspronkelijke afbeeldingen te weigeren, dienen de volgende instructies in het \'htaccess\' bestand en in de \'images\' map van uw installatie te worden geplaatst. Het beschermd uw originele afbeeldingen. Zelfs als een originele afbeelding wordt geopend, wordt het corresponderende watermerk getoond.'),
('nl', 'wt_images_access_info', 'Afbeeldingen toegang'),
('nl', 'wt_text_watermark', 'Tekst als watermerk'),
('nl', 'wt_watermarks', 'Watermerken'),
('nl', 'wt_watermarks_access_description', 'Voeg het \'.htaccess\' bestand toe met de volgende instructies in de \'images / watermerk\' map van uw installatie, om afbeeldingen met een watermerk automatisch te genereren, ook als ze niet worden opgevraagd via de pagina\'s van uw webwinkel.'),
('nl', 'wt_watermark_detailed', 'Popup grotere afbeelding watermerk'),
('nl', 'wt_watermark_horizontal_position', 'Horizontale positie watermerk'),
('nl', 'wt_watermark_icon', 'Miniatuurafbeelding watermerk'),
('nl', 'wt_watermark_image', 'Watermerk afbeelding'),
('nl', 'wt_watermark_position', 'Positie watermerk'),
('nl', 'wt_watermark_text', 'Watermerk tekst'),
('nl', 'wt_watermark_vertical_position', 'Verticale positie watermerk'),
('nl', 'xml_error', 'XML parse fout'),
('nl', 'year', 'Jaar'),
('nl', 'yearly', 'Jaarlijks'),
('nl', 'years', 'jaren'),
('nl', 'yes', 'Ja'),
('nl', 'yesterday', 'Gisteren'),
('nl', 'your_age', 'Uw leeftijd'),
('nl', 'your_ip_added', 'Uw IP-adres <b>[ip]</b> is toegevoegd aan de tabel met toegangsbeperkingen.'),
('nl', 'your_ip_enabled', 'Uw IP-adres <b>[ip]</b> is ingeschakeld in de tabel met toegangsbeperkingen.'),
('nl', 'your_ip_removed', 'Uw IP-adres <b>[ip]</b> is verwijderd uit de tabel met toegangsbeperkingen.'),
('nl', 'your_message', 'Uw bericht'),
('nl', 'your_name', 'Uw naam'),
('nl', 'your_range', 'Uw reeks'),
('nl', 'your_rating', 'Uw beoordeling'),
('nl', 'you_can_edit_account_details', 'U kunt de accountdetails nu aanpassen.'),
('nl', 'you_have_no_permissions', 'U heeft geen rechten'),
('nl', 'you_save', 'U bespaart'),
('nl', 'zero_price_action', 'Geen prijs actie'),
('nl', 'zipcode', 'Postcode'),
('nl', 'zipcodes', 'Postcodes'),
('nl', 'zip_postal_code', 'Postcode'),
('nl', 'zone', 'Zone'),
('nl', 'zpa_ask_price', 'Vraag klanten om de prijs in te vullen'),
('nl', 'zpa_permit', 'Klanten toestaan om het product toe te voegen aan winkelwagen'),
('nl', 'zpa_refuse', 'Sta klanten niet toe het product aan het winkelwagentje toe te voegen'),
('no', '2co_enable_fraud_verification', 'Aktiver støtte for svindel-varsling'),
('no', '2co_fraud_fail', 'Status for ordre med mislyktes svindel gjennomgang'),
('no', '2co_fraud_wait', 'Status for ordre som venter på svindel-vurdering'),
('no', '3d_secure', '3-D Secure'),
('no', '404', '404 ikke funnet feilmelding'),
('no', 'about_us', 'About us'),
('no', 'absolute', 'Absolutt'),
('no', 'absolute_commissions_instructions', '<a href=\"http://docs.cs-cart.com/4.3.x/user_guide/addons/vendor_commission/vendor_commissions_and_plans.html\" target=\"_blank\">Oppgradering fra 4.3.x til 4.4.x: Forhandler provisjon og forhandler planer</a>'),
('no', 'abt_menu_ajax_load', 'AB: Use Ajax-loading for menu items (second level and behind it)'),
('no', 'abt_menu_ajax_load.tooltip', 'Use Ajax to get the content of the second and third menu levels after page loading. The content of the first level will be loaded along with the page main content'),
('no', 'abt_menu_icon_items', 'AB: Show icons for menu items of the second level'),
('no', 'abt_menu_icon_items.tooltip', 'The active status of this setting allows the display of an icon that is assigned to a menu item of the second level menu.'),
('no', 'abt_menu_long_names', 'AB: Show long names of the first level menu items in two lines'),
('no', 'abt_menu_long_names.tooltip', 'The active status of this setting allows displaying menu names in two lines (with line break), if more space is required to place the name, than the setting <b>AB: The maximum width of the menu item for the first level</b> specifies'),
('no', 'abt_menu_long_names_max_width', 'AB: The maximum width of the menu item for the first level'),
('no', 'abt_menu_long_names_max_width.tooltip', 'Specifies the width of the cell in pixels to place the name of the menu item. If the name of the menu item exceeds this value, then with the active setting <b>AB: Show long names of the first level menu items in two lines</b>, then it will be displayed in two lines (with line break).'),
('no', 'abt__unitheme2', 'AB: UniTheme2'),
('no', 'abt__unitheme2.settings', 'Settings only for AB: UniTheme2'),
('no', 'abt__unitheme2_mv', 'AB: UniTheme2 (Multi-Vendor)'),
('no', 'abt__ut2.addon_social_buttons.share', 'Share'),
('no', 'abt__ut2.add_to_cart', 'Buy now'),
('no', 'abt__ut2.add_to_wishlist.tooltip', 'Add to wishlist'),
('no', 'abt__ut2.banner.color_use', 'Please select the checkbox to use a new color'),
('no', 'abt__ut2.banner.params.avail_from', 'Available from'),
('no', 'abt__ut2.banner.params.avail_till', 'Available till'),
('no', 'abt__ut2.banner.params.background_color', 'Background color'),
('no', 'abt__ut2.banner.params.background_color.tooltip', 'Please select the checkbox to use a new color'),
('no', 'abt__ut2.banner.params.background_image', 'Background image'),
('no', 'abt__ut2.banner.params.background_image_size', 'Specify the size of a background image'),
('no', 'abt__ut2.banner.params.background_image_size.tooltip', 'abt__ut2.banner.params.background_image_size.tooltip'),
('no', 'abt__ut2.banner.params.background_image_size.variants.contain', 'Resize the background image to make sure the image is fully visible'),
('no', 'abt__ut2.banner.params.background_image_size.variants.cover', 'Resize the background image to cover the entire container, even if it has to stretch the image or cut a little bit off one of the edges'),
('no', 'abt__ut2.banner.params.button_color', 'Button color'),
('no', 'abt__ut2.banner.params.button_color.tooltip', 'Please select the checkbox to use a new color'),
('no', 'abt__ut2.banner.params.button_text', 'Text (an appeal to action)'),
('no', 'abt__ut2.banner.params.button_text_color', 'Text color'),
('no', 'abt__ut2.banner.params.button_text_color.tooltip', 'Please select the checkbox to use a new color'),
('no', 'abt__ut2.banner.params.button_use', 'Add button'),
('no', 'abt__ut2.banner.params.button_use.tooltip', 'Select a checkbox for adding of the button. <b>Important!</b>The button will appear only in the presence of the link in the field \"Specify link\"'),
('no', 'abt__ut2.banner.params.class', 'User CSS-class'),
('no', 'abt__ut2.banner.params.color_scheme', 'Color scheme'),
('no', 'abt__ut2.banner.params.color_scheme.tooltip', 'Specifies what color will be <b>Title</b> and <b>Description</b> on the banner. For <b>Dark</b> banner texts will be white, for <b>Light</b> — black.'),
('no', 'abt__ut2.banner.params.color_scheme.variants.dark', 'Dark'),
('no', 'abt__ut2.banner.params.color_scheme.variants.light', 'Light'),
('no', 'abt__ut2.banner.params.content_align', 'Horizontal alignment'),
('no', 'abt__ut2.banner.params.content_align.tooltip', 'Location of the content inside the banner by the horizontal'),
('no', 'abt__ut2.banner.params.content_align.variants.center', 'On the center'),
('no', 'abt__ut2.banner.params.content_align.variants.left', 'On the left'),
('no', 'abt__ut2.banner.params.content_align.variants.right', 'On the right'),
('no', 'abt__ut2.banner.params.content_bg', 'Add semi-transparent background'),
('no', 'abt__ut2.banner.params.content_bg.tooltip', 'Under the description will appear semi-transparent background (the color depends on the color scheme), it will provide a better readability of text on motley background'),
('no', 'abt__ut2.banner.params.content_full_width', 'Content on full width'),
('no', 'abt__ut2.banner.params.content_full_width.tooltip', 'The width of the content block has a default width of 50%. Set this parameter and the width of the block content will be 100%'),
('no', 'abt__ut2.banner.params.content_valign', 'Vertical alignment'),
('no', 'abt__ut2.banner.params.content_valign.tooltip', 'Location of the content inside the banner by the vertical'),
('no', 'abt__ut2.banner.params.content_valign.variants.bottom', 'At the bottom'),
('no', 'abt__ut2.banner.params.content_valign.variants.center', 'On the center'),
('no', 'abt__ut2.banner.params.content_valign.variants.top', 'On the top'),
('no', 'abt__ut2.banner.params.data_type', 'Content type'),
('no', 'abt__ut2.banner.params.data_type.variants.url', 'Link'),
('no', 'abt__ut2.banner.params.description', 'Short description'),
('no', 'abt__ut2.banner.params.description_bg_color', 'Background color'),
('no', 'abt__ut2.banner.params.description_bg_color.tooltip', 'Please select the checkbox to use a new color'),
('no', 'abt__ut2.banner.params.description_color', 'Description color'),
('no', 'abt__ut2.banner.params.description_color.tooltip', 'Please select the checkbox to use a new color'),
('no', 'abt__ut2.banner.params.description_font_size', 'Font size'),
('no', 'abt__ut2.banner.params.how_to_open', 'How to open'),
('no', 'abt__ut2.banner.params.how_to_open.variants.in_new_window', 'In a new window'),
('no', 'abt__ut2.banner.params.how_to_open.variants.in_popup', 'In a popup'),
('no', 'abt__ut2.banner.params.how_to_open.variants.in_this_window', 'In this window'),
('no', 'abt__ut2.banner.params.main_image', 'Main image'),
('no', 'abt__ut2.banner.params.mobile_use', 'Use own settings for Phones'),
('no', 'abt__ut2.banner.params.mobile_use.tooltip', 'Use this option to allow own banner settings for the mobile device Phone'),
('no', 'abt__ut2.banner.params.object', 'The displayed object'),
('no', 'abt__ut2.banner.params.object.variants.image', 'Image'),
('no', 'abt__ut2.banner.params.object.variants.video', 'YouTube video'),
('no', 'abt__ut2.banner.params.padding', 'Internal paddings, px'),
('no', 'abt__ut2.banner.params.padding.tooltip', 'CSS <code>padding</code>. Spacing in pixels inside the banner. It is useful, to standardize the paddings of banner borders to the content'),
('no', 'abt__ut2.banner.params.tablet_use', 'Use own settings for Tablets'),
('no', 'abt__ut2.banner.params.tablet_use.tooltip', 'Use this option to allow own banner settings for the mobile device Tablet'),
('no', 'abt__ut2.banner.params.title', 'Title'),
('no', 'abt__ut2.banner.params.title_color', 'Title color'),
('no', 'abt__ut2.banner.params.title_color.tooltip', 'Please select the checkbox to use a new color'),
('no', 'abt__ut2.banner.params.title_font_size', 'Font size'),
('no', 'abt__ut2.banner.params.title_font_weight', 'Weight of the font'),
('no', 'abt__ut2.banner.params.title_font_weight.variants.300', 'Thin'),
('no', 'abt__ut2.banner.params.title_font_weight.variants.400', 'Normal'),
('no', 'abt__ut2.banner.params.title_font_weight.variants.700', 'Bold'),
('no', 'abt__ut2.banner.params.title_font_weight.variants.900', 'Heavy'),
('no', 'abt__ut2.banner.params.title_shadow', 'Add a shadow for the title'),
('no', 'abt__ut2.banner.params.title_tag', 'Title tag'),
('no', 'abt__ut2.banner.params.title_tag.variants.div', 'div'),
('no', 'abt__ut2.banner.params.title_tag.variants.h1', 'h1'),
('no', 'abt__ut2.banner.params.title_tag.variants.h2', 'h2'),
('no', 'abt__ut2.banner.params.title_tag.variants.h3', 'h3'),
('no', 'abt__ut2.banner.params.url', 'Specify link'),
('no', 'abt__ut2.banner.params.use_avail_period', 'Use available period'),
('no', 'abt__ut2.banner.params.youtube_autoplay', 'Autoplay'),
('no', 'abt__ut2.banner.params.youtube_autoplay.tooltip', 'Due to changes in <b>Google\'s</b> policy, autoplay will only be available without sound. For more information, see <a href=\'https://developers.google.com/web/updates/2017/09/autoplay-policy-changes\' target=\'_blank\'>documentation</a>.<b>Google</b> strongly recommends that the player\'s control panel should be displayed on autoplay.'),
('no', 'abt__ut2.banner.params.youtube_hide_controls', 'Hide player control elements'),
('no', 'abt__ut2.banner.params.youtube_hide_controls.tooltip', 'Don\'t ever assume a video will play, and don\'t show a pause button when the video is not actually playing'),
('no', 'abt__ut2.banner.params.youtube_id', 'YouTube video ID'),
('no', 'abt__ut2.banner.params.youtube_id.tooltip', 'ID video — https://www.youtube.com/watch?v=<b>abcd1234567</b>, specify only <b>abcd1234567</b>'),
('no', 'abt__ut2.banner.params.youtube_use', 'Add YouTube video'),
('no', 'abt__ut2.banner.params_additional', 'Additional settings'),
('no', 'abt__ut2.banner.params_of_block', 'Banner block settings'),
('no', 'abt__ut2.banner.params_of_button', 'Banner button settings'),
('no', 'abt__ut2.banner.params_of_content', 'Settings for the content, shown in the banner'),
('no', 'abt__ut2.banner.params_of_description', 'Banner description settings'),
('no', 'abt__ut2.banner.params_of_object', 'Banner settings for the object/image'),
('no', 'abt__ut2.banner.params_of_title', 'Banner title settings'),
('no', 'abt__ut2.banner.use_own_info', 'Use own value'),
('no', 'abt__ut2.banner.warning', 'Expert banner settings'),
('no', 'abt__ut2.banners', 'Banners'),
('no', 'abt__ut2.banners.manage', 'AB: UniTheme2: Advanced banners'),
('no', 'abt__ut2.banner_tab.general', 'General (AB: UniTheme2: Desktop)'),
('no', 'abt__ut2.banner_tab.mobile', 'AB: UniTheme2: Phone'),
('no', 'abt__ut2.banner_tab.tablet', 'AB: UniTheme2: Tablet'),
('no', 'abt__ut2.block.availability.show_on', '!!! Only for AB: UniTheme2 when using the setting <b>[show_on]</b> block content will be cut from HTML-code for the corresponding device and is not simply hidden by styles'),
('no', 'abt__ut2.blog.there_are_offers', 'Recommendations'),
('no', 'abt__ut2.blog.there_is_video', 'Video'),
('no', 'abt__ut2.brands', 'Brands'),
('no', 'abt__ut2.city_short', 'c.'),
('no', 'abt__ut2.contacts', 'Contact us'),
('no', 'abt__ut2.demodata', 'Demo data'),
('no', 'abt__ut2.demodata.description', 'On this page you can quickly create theme demo data'),
('no', 'abt__ut2.demodata.errors.menu_wasnt_created', 'Menu [name] failed to create'),
('no', 'abt__ut2.demodata.errors.no_blog_page', 'You should create the blog`s parent page'),
('no', 'abt__ut2.demodata.errors.no_data', 'No data.json file'),
('no', 'abt__ut2.demodata.success', 'were created successfully'),
('no', 'abt__ut2.demodata.success.banners', 'Banners [ids] were created successfully'),
('no', 'abt__ut2.demodata.success.blog', 'Blog pages [ids] were created successfully'),
('no', 'abt__ut2.demodata.success.menu', 'Menu [menus] were created successfully'),
('no', 'abt__ut2.demodata.table.add_banners', 'Add demo banners'),
('no', 'abt__ut2.demodata.table.add_blog', 'Add demo blog'),
('no', 'abt__ut2.demodata.table.add_menu', 'Add demo menu with icons and banners'),
('no', 'abt__ut2.demodata.table.add_products', 'Add demo products'),
('no', 'abt__ut2.demodata.table.description', 'Demo data type'),
('no', 'abt__ut2.developer', 'Powered by <a href=\"https://www.cs-cart.com/\" rel=\"nofollow\">CS-Cart</a> and premium theme — <a href=\"https://unitheme.net/?sl=en\" rel=\"nofollow\">© AB: UniTheme2</a>'),
('no', 'abt__ut2.errors.is_correctly_installed.mv.disabled', 'For correct working of UniTheme2 on the CS-Cart Multi-Vendor (used by you) enable addon UniTheme2 for Multi-Vendor edition of CS-Cart (comes with the theme for this edition) and try again'),
('no', 'abt__ut2.errors.is_correctly_installed.mv.uninstalled', 'For correct working of UniTheme2 on the CS-Cart Multi-Vendor (used by you), install and enable addon UniTheme2 for Multi-Vendor edition of CS-Cart (comes with the theme for this edition) and try again'),
('no', 'abt__ut2.export', 'Export'),
('no', 'abt__ut2.export.actions.banners', 'Banners'),
('no', 'abt__ut2.export.actions.banners.placeholder', 'Banners IDs'),
('no', 'abt__ut2.export.actions.blog', 'Blog'),
('no', 'abt__ut2.export.actions.blog.placeholder', 'Parent pages IDs'),
('no', 'abt__ut2.export.actions.menu', 'Menu'),
('no', 'abt__ut2.export.actions.menu.placeholder', 'Menu IDs'),
('no', 'abt__ut2.export.actions.products', 'Products'),
('no', 'abt__ut2.export.actions.products.placeholder', 'Products IDs'),
('no', 'abt__ut2.export.description', 'On this page you can quickly export the data you need in json format'),
('no', 'abt__ut2.export.errors.no_such_type', 'No such type of export for the theme'),
('no', 'abt__ut2.export.success', 'were exported successfully'),
('no', 'abt__ut2.export.success.banners', 'Banners [ids] were exported successfully'),
('no', 'abt__ut2.export.success.blog', 'Blog were exported successfully'),
('no', 'abt__ut2.export.success.menu', 'Menu [ids] were exported successfully'),
('no', 'abt__ut2.export.table.data', 'Export data'),
('no', 'abt__ut2.export.table.description', 'Data type'),
('no', 'abt__ut2.extended.e', 'Extended'),
('no', 'abt__ut2.extended.f', 'On the full width'),
('no', 'abt__ut2.extended.o', 'Original'),
('no', 'abt__ut2.form.generate', 'Generate'),
('no', 'abt__ut2.form.header.additional_products', 'Additional products'),
('no', 'abt__ut2.form.header.base_products', 'Base products'),
('no', 'abt__ut2.form.header.general', 'General'),
('no', 'abt__ut2.grid.padding', 'Padding'),
('no', 'abt__ut2.grid.padding.variants.bottom', 'Only bottom'),
('no', 'abt__ut2.grid.padding.variants.none', 'None'),
('no', 'abt__ut2.grid.padding.variants.top', 'Only top'),
('no', 'abt__ut2.grid.padding.variants.top_bottom', 'Top and bottom'),
('no', 'abt__ut2.grid.tab_description', 'The settings below apply only to the theme AB: UniTheme2 layouts sections'),
('no', 'abt__ut2.grid_settings', 'AB: UniTheme2: Additional settings'),
('no', 'abt__ut2.grid_tabs.abt__ut2_show_in_tabs', 'Show all section blocks in tabs'),
('no', 'abt__ut2.grid_tabs.abt__ut2_use_ajax', 'Use Ajax for loading the second and next tabs content'),
('no', 'abt__ut2.help', 'Help'),
('no', 'abt__ut2.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/abt__unitheme2.doc\'>the documentation</a>.'),
('no', 'abt__ut2.hover_to_enlarge', 'Hover on image to enlarge'),
('no', 'abt__ut2.icons', 'Available icons'),
('no', 'abt__ut2.icons.class', 'Icon class'),
('no', 'abt__ut2.icons.info', 'On this page you can see the list of icons, available to you in the theme'),
('no', 'abt__ut2.icons.ut2_icons', 'Theme icons list'),
('no', 'abt__ut2.less_settings', 'Color scheme settings'),
('no', 'abt__ut2.less_settings.containers', 'Containers'),
('no', 'abt__ut2.less_settings.containers.header.add_delimiters', 'Add dividing strips'),
('no', 'abt__ut2.less_settings.containers.header.add_delimiters.tooltip', 'Adds dividing strips at the Top part of the site, visually separates the blocks \"Categories\", \"Search\", \"Account\" and \"Cart\"'),
('no', 'abt__ut2.less_settings.containers.header.use_animation_for_not_empty_cart', 'Use animation effect for non empty cart'),
('no', 'abt__ut2.less_settings.containers.header.use_animation_for_not_empty_cart.tooltip', 'Adds animation effect, to pay attention to the non empty user cart'),
('no', 'abt__ut2.less_settings.containers.header.use_color_elements_on_hover', 'Color for hovering over the elements \"Categories\", \"Account\" and \"Cart\"'),
('no', 'abt__ut2.less_settings.containers.header.use_color_elements_on_hover.tooltip', 'The color for hovering over the drop-down elements \"Categories\", \"Account\" and \"Cart\" is used only in the \"Advanced\" and \"Fixed\" layouts'),
('no', 'abt__ut2.less_settings.containers.header.use_color_icons', 'The color of the icons for elements \"Categories\", \"Account\" and \"Cart\"'),
('no', 'abt__ut2.less_settings.containers.header.use_color_icons.tooltip', 'Is used only in layouts \"Advanced\" and \"Fixed\"'),
('no', 'abt__ut2.less_settings.containers.header.use_color_menu_on_hover', 'Color for hovering over a first level menu item'),
('no', 'abt__ut2.less_settings.containers.header.use_color_menu_on_hover.tooltip', 'Background color used for hovering over menu items of the first level. It is used only in the \"Default\" layout with a horizontal menu type. Also determines the color of the active first level menu item'),
('no', 'abt__ut2.less_settings.containers.header_group', 'Header'),
('no', 'abt__ut2.less_settings.containers.header_group_description', 'Settings for blocks and sections of the \"Header\" container'),
('no', 'abt__ut2.less_settings.containers_description', 'Below are the settings that affect the blocks and sections of the corresponding container in the layouts.'),
('no', 'abt__ut2.less_settings.general', 'General'),
('no', 'abt__ut2.less_settings.general.buttons.style', 'Style'),
('no', 'abt__ut2.less_settings.general.buttons.style.tooltip', 'Set button style'),
('no', 'abt__ut2.less_settings.general.buttons.style.variants.use_background', 'Use filled background'),
('no', 'abt__ut2.less_settings.general.buttons.style.variants.use_border', 'Use border only'),
('no', 'abt__ut2.less_settings.general.buttons.use_gradient', 'Add bulk'),
('no', 'abt__ut2.less_settings.general.buttons.use_gradient.tooltip', 'The buttons will use a background color with a gradient fill from light to dark based on the color of the button'),
('no', 'abt__ut2.less_settings.general.buttons.use_shadow', 'Add shadow'),
('no', 'abt__ut2.less_settings.general.buttons.use_shadow.tooltip', 'Use shadow in the buttons design'),
('no', 'abt__ut2.less_settings.general.buttons.use_text_uppercase', 'Display text in capital letters'),
('no', 'abt__ut2.less_settings.general.buttons.use_text_uppercase.tooltip', 'Allows you to define the display format of letters in buttons, lowercase or uppercase letters'),
('no', 'abt__ut2.less_settings.general.buttons_group', 'Buttons'),
('no', 'abt__ut2.less_settings.general.buttons_group_description', 'Allows you to set button styles'),
('no', 'abt__ut2.less_settings.general.labels.style', 'Form'),
('no', 'abt__ut2.less_settings.general.labels.style.tooltip', 'Specify the displaying form of discount labels'),
('no', 'abt__ut2.less_settings.general.labels.style.variants.as_circle', 'Round'),
('no', 'abt__ut2.less_settings.general.labels.style.variants.as_drop', 'Drop'),
('no', 'abt__ut2.less_settings.general.labels.style.variants.as_rectangle', 'Rectangular'),
('no', 'abt__ut2.less_settings.general.labels.use_outline', 'Use border style'),
('no', 'abt__ut2.less_settings.general.labels.use_outline.tooltip', 'Adds border style'),
('no', 'abt__ut2.less_settings.general.labels.use_shadow', 'Add shadow'),
('no', 'abt__ut2.less_settings.general.labels.use_shadow.tooltip', 'Adds shadow'),
('no', 'abt__ut2.less_settings.general.labels.use_text_shadow', 'Add shadow for text'),
('no', 'abt__ut2.less_settings.general.labels.use_text_shadow.tooltip', 'Adds shadow for text'),
('no', 'abt__ut2.less_settings.general.labels_group', 'Labels (stickers)'),
('no', 'abt__ut2.less_settings.general.labels_group_description', 'Allows you to set styles for product stickers. For example, Free Shipping, Discount, etc.'),
('no', 'abt__ut2.less_settings.general.stars_rating_color', 'Color of starlets for product rating'),
('no', 'abt__ut2.less_settings.general.stars_rating_color.tooltip', 'Specify your own star color for product rating'),
('no', 'abt__ut2.less_settings.general.use_rounding', 'Round corners for interface elements'),
('no', 'abt__ut2.less_settings.general.use_rounding.tooltip', 'Use rounding corners of elements (windows, buttons, icons, form fields, etc.)'),
('no', 'abt__ut2.less_settings.general.use_rounding.variants.do_not_use', 'Don\'t use'),
('no', 'abt__ut2.less_settings.general.use_rounding.variants.full', 'Fully rounded'),
('no', 'abt__ut2.less_settings.general.use_rounding.variants.little', 'Make a little roundness'),
('no', 'abt__ut2.less_settings.general.use_titles_uppercase', 'Display headers in capital letters'),
('no', 'abt__ut2.less_settings.general.use_titles_uppercase.tooltip', 'Allows you to show headers in capital letters (used for all page headers, blocks, banners headers, etc.)'),
('no', 'abt__ut2.less_settings.general_description', 'Below are the general settings.'),
('no', 'abt__ut2.less_settings.is_absent', 'The following color values are not set for your [style] style'),
('no', 'abt__ut2.less_settings.is_absent.core', 'System values'),
('no', 'abt__ut2.less_settings.is_absent.recomend_to_add', 'We recommend that you assign their values, as this may lead to errors in the future.'),
('no', 'abt__ut2.less_settings.is_absent.theme', 'Theme values'),
('no', 'abt__ut2.less_settings.products', 'Product'),
('no', 'abt__ut2.less_settings.products.use_color_buttons_add_to_cart', 'Set individual color for <br> \"Add to cart\" button'),
('no', 'abt__ut2.less_settings.products.use_color_buttons_add_to_cart.tooltip', 'Allows you to assign an individual color to the \"Add to cart\" button on the product detail page and in the \"Quick view\" window'),
('no', 'abt__ut2.less_settings.products_description', 'Below are the settings that affect the styles for product detail page'),
('no', 'abt__ut2.less_settings.product_list', 'Product lists'),
('no', 'abt__ut2.less_settings.product_list.extend_grid_item_on_hover', 'Expand grid item on hover'),
('no', 'abt__ut2.less_settings.product_list.extend_grid_item_on_hover.tooltip', 'Adds the extending effect for item grid, when hovering on it in the list. Applies only to the Grid view of listings.'),
('no', 'abt__ut2.less_settings.product_list.show_grid_border', 'Frame type of the product in the grid'),
('no', 'abt__ut2.less_settings.product_list.show_grid_border.tooltip', 'You can change the frame type for cells in the lists of products'),
('no', 'abt__ut2.less_settings.product_list.show_grid_border.variants.none', 'Not framed'),
('no', 'abt__ut2.less_settings.product_list.show_grid_border.variants.solid_without_margins', 'Frame without external indents'),
('no', 'abt__ut2.less_settings.product_list.show_grid_border.variants.solid_with_margins', 'Frame with outer indents'),
('no', 'abt__ut2.less_settings.product_list.use_elements_alignment', 'Use elements alignment'),
('no', 'abt__ut2.less_settings.product_list.use_elements_alignment.tooltip', 'Allows you to align some elements of the list of symmetrically neighboring cells of products'),
('no', 'abt__ut2.less_settings.product_list.use_elements_alignment.variants.do_not_use', 'Don\'t use'),
('no', 'abt__ut2.less_settings.product_list.use_elements_alignment.variants.use', 'Use'),
('no', 'abt__ut2.less_settings.product_list_description', 'Below are the settings that affect the styles for elements in the product lists'),
('no', 'abt__ut2.less_settings.style.tooltip', 'Select Style (less-file, to which the following settings will be applied)'),
('no', 'abt__ut2.less_settings_description', '<b>Attention!</b> These settings apply only to the selected color scheme (in order to see the changes: make sure, that the selected in the \"Style\" settings field value corresponds to the color scheme, selected in your store (you can check the selected color scheme by Design -> Themes -> in the table opposite the chosen as default layout))'),
('no', 'abt__ut2.light_menu.back_to_main', 'Back to main'),
('no', 'abt__ut2.load_more.show_more.pages', 'Show another [n] page|Show another [n] pages'),
('no', 'abt__ut2.load_more.show_more.products', 'Show another [n] product|Show another [n] products'),
('no', 'abt__ut2.load_more_products.already_showing_all_products', 'Showing [n] product|Showing all [n] products'),
('no', 'abt__ut2.load_more_products.show_more', 'Show another [n] product|Show another [n] products'),
('no', 'abt__ut2.mainbox_general_seo', 'AB: General title (SEO)'),
('no', 'abt__ut2.menu.tab_description', 'The following settings should be used only for menu items, that use extra templates in the menu block layout: <b>AB: Horizontal dropdown list with icons</b> or <b>AB: Vertical dropdown list with icons</b> of the UniTheme2 theme'),
('no', 'abt__ut2.menus.pickers.add_menus', 'Add menu'),
('no', 'abt__ut2.menus.pickers.add_menus_and_close', 'Add menu and close'),
('no', 'abt__ut2.menus.pickers.states', 'Initial menu state'),
('no', 'abt__ut2.menus.pickers.states.hide_items', 'Hide elements and show the menu name'),
('no', 'abt__ut2.menus.pickers.states.show_items', 'Show elements'),
('no', 'abt__ut2.menus.pickers.states.tooltip', 'Select how the menu will be displayed when loading the page'),
('no', 'abt__ut2.menu_with_icons.desc', 'Short description'),
('no', 'abt__ut2.menu_with_icons.dropdown', 'Activate 3-level menu (dropdown list)'),
('no', 'abt__ut2.menu_with_icons.icon', 'Icon'),
('no', 'abt__ut2.menu_with_icons.label', 'Label'),
('no', 'abt__ut2.menu_with_icons.label_background', 'Label background'),
('no', 'abt__ut2.menu_with_icons.label_color', 'Label color'),
('no', 'abt__ut2.menu_with_icons.status', 'Activate settings'),
('no', 'abt__ut2.menu_with_icons.text', 'HTML-content'),
('no', 'abt__ut2.menu_with_icons.text_position', 'HTML-content position'),
('no', 'abt__ut2.menu_with_icons.text_position.bottom', 'Bottom'),
('no', 'abt__ut2.menu_with_icons.text_position.right_bottom', 'Right bottom'),
('no', 'abt__ut2.menu_with_icons.text_position.right_top', 'Right top'),
('no', 'abt__ut2.microdata', 'Organization microdata'),
('no', 'abt__ut2.microdata.schema_type', 'Schema type'),
('no', 'abt__ut2.microdata.schema_type.article', 'Article'),
('no', 'abt__ut2.microdata.schema_type.blogposting', 'Blog'),
('no', 'abt__ut2.microdata.schema_type.newsarticle', 'News'),
('no', 'abt__ut2.microdata.schema_type.none', 'Do not use'),
('no', 'abt__ut2.migaritions_from_unitheme1.update_po', 'Language variables recovery'),
('no', 'abt__ut2.migaritions_from_unitheme1.update_po.exist.description', 'For your installation, no additional actions for language variables recovery are required!'),
('no', 'abt__ut2.migaritions_from_unitheme1.update_po.not_exist.description', 'On this page, you can recover language variables which were deleted during removing of the first generation UniTheme addon'),
('no', 'abt__ut2.migaritions_from_unitheme1.update_po.success', 'Selected language variables were successfully recovered!'),
('no', 'abt__ut2.option.height', 'Height, px'),
('no', 'abt__ut2.option.margin', 'Margin, px'),
('no', 'abt__ut2.settings', 'Theme settings'),
('no', 'abt__ut2.settings.addons', 'Addons'),
('no', 'abt__ut2.settings.addons.wishlist_products.item_quantity', 'Show products in a row'),
('no', 'abt__ut2.settings.addons.wishlist_products.item_quantity.tooltip', 'Specify the quantity to display products in a row (only for \"Grid\")'),
('no', 'abt__ut2.settings.addons.wishlist_products_group', '\"Wish List\" addon'),
('no', 'abt__ut2.settings.addons.wishlist_products_group_description', 'Allows to add products to user wishlists'),
('no', 'abt__ut2.settings.addons_description', 'Here are setting, that affect on appearance of different addons pages in theme'),
('no', 'abt__ut2.settings.category', 'Category'),
('no', 'abt__ut2.settings.category.description_position', 'Display category description'),
('no', 'abt__ut2.settings.category.description_position.tooltip', 'Determines how the category description is displayed (nevertheless, regardless of the place of display, the Description field will be displayed in the code always above the product block, this is one of the recommendations of SEO audits)'),
('no', 'abt__ut2.settings.category.description_position.variants.bottom', 'After products'),
('no', 'abt__ut2.settings.category.description_position.variants.none', 'Don\'t display'),
('no', 'abt__ut2.settings.category.description_position.variants.top', 'Before products'),
('no', 'abt__ut2.settings.category.show_subcategories', 'Show subcategories on category pages'),
('no', 'abt__ut2.settings.category.show_subcategories.tooltip', 'Allows subcategories to be displayed in categories'),
('no', 'abt__ut2.settings.category_description', 'Here are the theme settings for Categories pages'),
('no', 'abt__ut2.settings.features', 'Features'),
('no', 'abt__ut2.settings.features.description_position', 'Display description of feature variant'),
('no', 'abt__ut2.settings.features.description_position.tooltip', 'Determines how the feature description is displayed (nevertheless, regardless of the place of display, the Description field will be displayed in the code always above the product block, this is one of the recommendations of SEO audits)'),
('no', 'abt__ut2.settings.features.description_position.variants.bottom', 'After products'),
('no', 'abt__ut2.settings.features.description_position.variants.none', 'Don\'t display'),
('no', 'abt__ut2.settings.features.description_position.variants.top', 'Before products'),
('no', 'abt__ut2.settings.features_description', 'Here are the settings for the Features pages (Purpose: Brand, author, etc.)'),
('no', 'abt__ut2.settings.general', 'General'),
('no', 'abt__ut2.settings.general.blog_page_id', 'Blog main page ID'),
('no', 'abt__ut2.settings.general.blog_page_id.button', 'All blog articles'),
('no', 'abt__ut2.settings.general.blog_page_id.tooltip', 'Specify this setting to display the link \"All pages\" in the block \"Actual news\" (see Website -> Blog)'),
('no', 'abt__ut2.settings.general.brand_feature_id', 'Brand feature ID'),
('no', 'abt__ut2.settings.general.brand_feature_id.tooltip', 'Specify brand Feature ID (Purpose: Brand, author, etc.). Feature ID is located next to the feature name in the features list (Products -> Features in the store administrative panel).The parameter \"Show in product list\" must be checked/ticked for specified feature'),
('no', 'abt__ut2.settings.general.enable_fixed_header_panel', 'Enable sticky menu'),
('no', 'abt__ut2.settings.general.enable_fixed_header_panel.tooltip', 'Allows you to display a fixed panel with elements of the header. The main elements of the store header will be visible even, when scrolling'),
('no', 'abt__ut2.settings.general.menu_min_height', 'Minimum height for the menu (only for Vertical type), px'),
('no', 'abt__ut2.settings.general.menu_min_height.tooltip', 'The minimum height for the vertical menu block with items of the second level. It is used to make the match of the height for left and right parts of menu (well described in the theme documentation)'),
('no', 'abt__ut2.settings.general_description', 'Here are the general theme settings, they affect the appearance and store functionality'),
('no', 'abt__ut2.settings.load_more', 'Show more'),
('no', 'abt__ut2.settings.load_more.before_end', 'Start for N px to the end of the page'),
('no', 'abt__ut2.settings.load_more.before_end.tooltip', 'Used only for working mode Automatically'),
('no', 'abt__ut2.settings.load_more.blog', 'Allow for the Blog'),
('no', 'abt__ut2.settings.load_more.blog.tooltip', 'Allow displaying \"Show more\" button for Blog posts'),
('no', 'abt__ut2.settings.load_more.mode', 'Paginator operation mode'),
('no', 'abt__ut2.settings.load_more.mode.tooltip', 'Choose working mode for button Show more.<br /><b>Automatically</b> — in this mode next page will be loaded over N px before the end of page while scrolling down.<br /><b>By button click</b> — next products page will be loaded only clicking the button by the user'),
('no', 'abt__ut2.settings.load_more.mode.variants.auto', 'Automatically'),
('no', 'abt__ut2.settings.load_more.mode.variants.on_button_click', 'By button click'),
('no', 'abt__ut2.settings.load_more.product_list', 'Allow for product lists'),
('no', 'abt__ut2.settings.load_more.product_list.tooltip', 'Allow display of \"Show more\" button for categories, brands, newest pages etc.'),
('no', 'abt__ut2.settings.load_more_description', 'Below are the settings for the \"Show more\" functional for various objects in lists (lazy pagination)'),
('no', 'abt__ut2.settings.name', 'Name'),
('no', 'abt__ut2.settings.products', 'Product'),
('no', 'abt__ut2.settings.products.addon_buy_together.view', 'Way of display'),
('no', 'abt__ut2.settings.products.addon_buy_together.view.tooltip', 'Choose way of display (added by AB: UniTheme2 theme or standard output by the tab)'),
('no', 'abt__ut2.settings.products.addon_buy_together.view.variants.as_block_above_tabs', 'As block before product tabs'),
('no', 'abt__ut2.settings.products.addon_buy_together.view.variants.as_tab_in_tabs', 'As product tab'),
('no', 'abt__ut2.settings.products.addon_buy_together_group', '\"Buy together\" addon'),
('no', 'abt__ut2.settings.products.addon_buy_together_group_description', 'Native CS-Cart add-on, which allows to display profitable offers in combination with the current product, on the page of which the user is located'),
('no', 'abt__ut2.settings.products.addon_required_products.item_quantity', 'Show products in row'),
('no', 'abt__ut2.settings.products.addon_required_products.item_quantity.tooltip', 'Specify the quantity products to display in a row (only for \"Grid\")'),
('no', 'abt__ut2.settings.products.addon_required_products.list_type', 'Template'),
('no', 'abt__ut2.settings.products.addon_required_products.list_type.tooltip', 'Choose template for displaying product list'),
('no', 'abt__ut2.settings.products.addon_required_products.list_type.variants.compact_list', 'Compact list'),
('no', 'abt__ut2.settings.products.addon_required_products.list_type.variants.grid_list', 'Grid'),
('no', 'abt__ut2.settings.products.addon_required_products.list_type.variants.product_list', 'List without options'),
('no', 'abt__ut2.settings.products.addon_required_products_group', '\"Required products\" addon'),
('no', 'abt__ut2.settings.products.addon_required_products_group_description', 'Native CS-Cart addon \"Required products\" creates a group of products, that will be added to the cart with the product, on which page the user is located'),
('no', 'abt__ut2.settings.products.addon_social_buttons.view', 'Show Share buttons for social networks'),
('no', 'abt__ut2.settings.products.addon_social_buttons.view.tooltip', 'Please note, that using this option slows down the loading of the product page. Not recommended for displaying on mobile devices.'),
('no', 'abt__ut2.settings.products.addon_social_buttons_group', 'Addon \"Social buttons\"'),
('no', 'abt__ut2.settings.products.addon_social_buttons_group_description', 'Native CS-Cart addon \"Social Buttons\" displays Share buttons widgets for social networks'),
('no', 'abt__ut2.settings.products.custom_block_id', 'Custom block ID / Output the block in the right column'),
('no', 'abt__ut2.settings.products.custom_block_id.tooltip', 'Specify the custom block ID, which you want to display on the right side of the product detail page (the block must be added to the Products layout and can be turned off, a special function will add it to the intended place to bypass the CS-Cart layout system) (well described in the theme documentation)'),
('no', 'abt__ut2.settings.products.vendor.show_ask_question_link', 'Show \"Ask a question\" link'),
('no', 'abt__ut2.settings.products.vendor.show_ask_question_link.tooltip', 'Allows customers to communicate with the vendor using chat. Depends on \"Ask seller a question\" addon'),
('no', 'abt__ut2.settings.products.vendor.show_logo', 'Show vendor logo'),
('no', 'abt__ut2.settings.products.vendor.show_logo.tooltip', 'Displays the vendor\'s logo'),
('no', 'abt__ut2.settings.products.vendor.show_name_as_link', 'Use vendor name as a link on a vendor page'),
('no', 'abt__ut2.settings.products.vendor.show_name_as_link.tooltip', 'Allows use vendor name as a link to the page of this vendor'),
('no', 'abt__ut2.settings.products.vendor.show_phone', 'Show vendor phone number'),
('no', 'abt__ut2.settings.products.vendor.show_phone.tooltip', 'Allows you to display the phone number of the vendor'),
('no', 'abt__ut2.settings.products.vendor.truncate_short_description', 'Number of characters for vendor description'),
('no', 'abt__ut2.settings.products.vendor.truncate_short_description.tooltip', 'Allows you to limit the output of a vendor description, specify the number of displayed characters. To disable output, use the value \"0\"'),
('no', 'abt__ut2.settings.products.vendor_group', 'Block with vendor information'),
('no', 'abt__ut2.settings.products.vendor_group_description', 'Settings for block with vendor information on the product page'),
('no', 'abt__ut2.settings.products.view.brand_link_behavior', 'Brand logo link behavior'),
('no', 'abt__ut2.settings.products.view.brand_link_behavior.tooltip', 'Determines the brand logo link'),
('no', 'abt__ut2.settings.products.view.brand_link_behavior.variants.to_brand_page', 'The link leads to brand page'),
('no', 'abt__ut2.settings.products.view.brand_link_behavior.variants.to_category_with_filter', 'The link leads to the main product category with the selected filter by product brand'),
('no', 'abt__ut2.settings.products.view.show_brand_logo', 'Show product brand logo'),
('no', 'abt__ut2.settings.products.view.show_brand_logo.tooltip', 'Allow the display of product brand logo. For the setting to work, you must correctly specify Brand feature ID setting value in General tab'),
('no', 'abt__ut2.settings.products.view.show_features', 'Show product features'),
('no', 'abt__ut2.settings.products.view.show_features.tooltip', 'Allow displaying of selected product features (for displaying on the product page (but not in Features tab), the feature must have an active setting \"Show in header on the product details page\")'),
('no', 'abt__ut2.settings.products.view.show_qty', 'Show quantity changer'),
('no', 'abt__ut2.settings.products.view.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('no', 'abt__ut2.settings.products.view.show_short_description', 'Show short description'),
('no', 'abt__ut2.settings.products.view.show_short_description.tooltip', 'Allow the display of the \"Short description\"'),
('no', 'abt__ut2.settings.products.view.show_sku', 'Show product code (Sku)'),
('no', 'abt__ut2.settings.products.view.show_sku.tooltip', 'Allow product code (Sku) showing'),
('no', 'abt__ut2.settings.products.view.show_sticky_add_to_cart', 'Show sticky block Add to cart (only for mobile devices)'),
('no', 'abt__ut2.settings.products.view.show_sticky_add_to_cart.tooltip', 'Allow output of a fixed block with the Add to cart button at the bottom of the mobile device screen. Also depending on the state of the option \"Show quantity changer\" in the block, the changer of products quantity for the order can be shown'),
('no', 'abt__ut2.settings.products.view_group', 'Additional displaying settings'),
('no', 'abt__ut2.settings.products.view_group_description', 'Additional appearance settings for the product page'),
('no', 'abt__ut2.settings.products_description', 'Here theme settings which affect the product detailed page appearance'),
('no', 'abt__ut2.settings.product_list', 'Product lists'),
('no', 'abt__ut2.settings.product_list.decolorate_out_of_stock_products', 'Decolorize out of stock products'),
('no', 'abt__ut2.settings.product_list.decolorate_out_of_stock_products.tooltip', 'Applies the effect of decolorize for product items, that are out of stock. Only for lists in categories is used'),
('no', 'abt__ut2.settings.product_list.lazy_load', 'Use images lazy load'),
('no', 'abt__ut2.settings.product_list.lazy_load.tooltip', 'Speeds up the category page loading due to the fact, that images are loaded after the page is already loaded, images will be loaded only by users screen demand. Not compatible with activated option of setting \"Show product mini icons gallery in the product list\"'),
('no', 'abt__ut2.settings.product_list.limit_product_variations', 'The maximum quantity of the displayed products variations'),
('no', 'abt__ut2.settings.product_list.limit_product_variations.tooltip', 'Specify the number of available variations, that will be shown for the product in the list, if more variations are available, than specified in the setting, the remaining amount will be indicated in brackets (+ N more). Value <code>0</code> in setting will block the display of variations.'),
('no', 'abt__ut2.settings.product_list.max_features', 'Max number of displayed features in lists'),
('no', 'abt__ut2.settings.product_list.max_features.tooltip', 'Specify the number of features displayed in all available lists for different devices'),
('no', 'abt__ut2.settings.product_list.price_display_format', 'Price display format'),
('no', 'abt__ut2.settings.product_list.price_display_format.tooltip', 'Formats options (of the elements positions) of price display'),
('no', 'abt__ut2.settings.product_list.price_display_format.variants.col', 'Option 1'),
('no', 'abt__ut2.settings.product_list.price_display_format.variants.mix', 'Option 3'),
('no', 'abt__ut2.settings.product_list.price_display_format.variants.row', 'Option 2'),
('no', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content', 'Content of bottom part of the product grid item'),
('no', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.tooltip', 'Select, what fields will be used as a additional information of the product item'),
('no', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.description', 'Short description'),
('no', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.features', 'Features list'),
('no', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.features_and_variations', 'Features and variations list'),
('no', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.none', 'Don\'t display'),
('no', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.variations', 'Variations list'),
('no', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_height', 'Minimum height for product cell, px'),
('no', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_height.tooltip', 'Defines the product cell height according to your needs'),
('no', 'abt__ut2.settings.product_list.products_multicolumns.show_brand_logo', 'Show brand logo'),
('no', 'abt__ut2.settings.product_list.products_multicolumns.show_brand_logo.tooltip', 'Allow the brand logo displaying (requires proper assigned option \"Brand feature ID\" in the \"General\" section of theme settings and downloaded images for Brand feature variants)'),
('no', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons', 'Show \"Add to cart\" buttons'),
('no', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons.tooltip', 'Allow the display of the \"Add to cart\" and \"Buy now with 1-click\" buttons'),
('no', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons_on_hover', 'Show buttons only while hovering'),
('no', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons_on_hover.tooltip', 'Buttons \"Add to cart\" and \"Buy now with 1-click\" will be shown only while hovering on the product cell'),
('no', 'abt__ut2.settings.product_list.products_multicolumns.show_qty', 'Show quantity changer'),
('no', 'abt__ut2.settings.product_list.products_multicolumns.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('no', 'abt__ut2.settings.product_list.products_multicolumns.show_sku', 'Show product code (Sku)'),
('no', 'abt__ut2.settings.product_list.products_multicolumns.show_sku.tooltip', 'Allow product code (Sku) showing'),
('no', 'abt__ut2.settings.product_list.products_multicolumns.show_you_save', 'Show \"You save\"'),
('no', 'abt__ut2.settings.product_list.products_multicolumns.show_you_save.tooltip', 'Shows information about savings (amount of your savings)'),
('no', 'abt__ut2.settings.product_list.products_multicolumns_group', 'Settings for \"Grid\" product list view'),
('no', 'abt__ut2.settings.product_list.products_multicolumns_group_description', 'Settings for \"Grid\" product list view. Please note, that some settings allow you to control the output of functional elements for different devices separately'),
('no', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content', 'Content under description'),
('no', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.tooltip', 'Select, what fields will be used as the additional information of the product item'),
('no', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.features', 'Features list'),
('no', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.features_and_variations', 'Features and variations list'),
('no', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.none', 'Don\'t display'),
('no', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.variations', 'Variations list'),
('no', 'abt__ut2.settings.product_list.products_without_options.show_amount', 'Show product availability status'),
('no', 'abt__ut2.settings.product_list.products_without_options.show_amount.tooltip', 'Allow the display of the status of stock availability (In stock, Out of stock)'),
('no', 'abt__ut2.settings.product_list.products_without_options.show_brand_logo', 'Show brand logo'),
('no', 'abt__ut2.settings.product_list.products_without_options.show_brand_logo.tooltip', 'Allow the brand logo displaying (requires proper assigned option \"Brand feature ID\" in the \"General\" section of theme settings and downloaded images for Brand feature variants)'),
('no', 'abt__ut2.settings.product_list.products_without_options.show_features', 'Show product features'),
('no', 'abt__ut2.settings.product_list.products_without_options.show_features.tooltip', 'Allow display of selected product features (for displaying in the product list the feature must have an active setting \"Show in product list\")'),
('no', 'abt__ut2.settings.product_list.products_without_options.show_options', 'Show product options'),
('no', 'abt__ut2.settings.product_list.products_without_options.show_options.tooltip', 'Allow display of product options'),
('no', 'abt__ut2.settings.product_list.products_without_options.show_qty', 'Show quantity changer'),
('no', 'abt__ut2.settings.product_list.products_without_options.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('no', 'abt__ut2.settings.product_list.products_without_options.show_sku', 'Show product code (Sku)'),
('no', 'abt__ut2.settings.product_list.products_without_options.show_sku.tooltip', 'Allow product code (Sku) showing'),
('no', 'abt__ut2.settings.product_list.products_without_options_group', 'Settings for \"List without options\" product list view');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('no', 'abt__ut2.settings.product_list.products_without_options_group_description', 'Settings for \"List without options\" product list view. Please note, that some settings allow you to control the output of functional elements for different devices separately'),
('no', 'abt__ut2.settings.product_list.short_list.show_button', 'Show \"Add to cart\" button'),
('no', 'abt__ut2.settings.product_list.short_list.show_button.tooltip', 'Allow the display of the \"Add to cart\" buttons'),
('no', 'abt__ut2.settings.product_list.short_list.show_button_compare', 'Show \"Add to comparison list\" button'),
('no', 'abt__ut2.settings.product_list.short_list.show_button_compare.tooltip', 'Allow the display of the \"Add to comparison list\" button'),
('no', 'abt__ut2.settings.product_list.short_list.show_button_quick_view', 'Show \"Quick view\" button'),
('no', 'abt__ut2.settings.product_list.short_list.show_button_quick_view.tooltip', 'Allow the display of the \"Quick view\" button'),
('no', 'abt__ut2.settings.product_list.short_list.show_button_wishlist', 'Show \"Add to wish list\" button'),
('no', 'abt__ut2.settings.product_list.short_list.show_button_wishlist.tooltip', 'Allow the display of the \"Add to wish list\" button'),
('no', 'abt__ut2.settings.product_list.short_list.show_qty', 'Show quantity changer'),
('no', 'abt__ut2.settings.product_list.short_list.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('no', 'abt__ut2.settings.product_list.short_list.show_sku', 'Show product code (Sku)'),
('no', 'abt__ut2.settings.product_list.short_list.show_sku.tooltip', 'Allow product code (Sku) showing'),
('no', 'abt__ut2.settings.product_list.short_list_group', 'Settings for \"Compact list\" product list view'),
('no', 'abt__ut2.settings.product_list.short_list_group_description', 'Settings for \"Compact list\" product list view. Pay attention to the presence of addon-dependent settings. Some settings allow managing functionality elements output for different devices separately'),
('no', 'abt__ut2.settings.product_list.show_fixed_filters_button', 'Enable fixed filter call button'),
('no', 'abt__ut2.settings.product_list.show_fixed_filters_button.tooltip', 'When the setting is turned on when the page is scrolled, a button for calling filters will appear.'),
('no', 'abt__ut2.settings.product_list.show_gallery', 'Show product mini icons gallery in the product list'),
('no', 'abt__ut2.settings.product_list.show_gallery.tooltip', 'Activates the option of scrolling the product photos mini gallery in the lists. Applies only to the product list with the \"Grid\" output template'),
('no', 'abt__ut2.settings.product_list.show_rating', 'Display product rating'),
('no', 'abt__ut2.settings.product_list.show_rating.tooltip', 'Allows to display product rating stars'),
('no', 'abt__ut2.settings.product_list_description', 'Here are the product lists settings of the theme, that affect the output for all product blocks and product lists on categories, search, features pages. Note: blocks can have their own settings and not use selected parameters. The presence of the <i class=\"icon-is-addon\"></i> icon for the setting means, that it is dependent on the presence of an addon, that needs to be turned on'),
('no', 'abt__ut2.settings.value', 'Value for all devices'),
('no', 'abt__ut2.settings.value.desktop', 'Value for Desktop'),
('no', 'abt__ut2.settings.value.mobile', 'Value for Phone'),
('no', 'abt__ut2.settings.value.tablet', 'Value for Tablet'),
('no', 'abt__ut2.settings.vendor', 'Vendor'),
('no', 'abt__ut2.settings.vendor.show_ask_question_link', 'Display \"Ask a question\" link'),
('no', 'abt__ut2.settings.vendor.show_ask_question_link.tooltip', 'Allows customers to communicate with the vendor using chat. Depends on \"Ask seller a question\" addon'),
('no', 'abt__ut2.settings.vendor.truncate_short_description', 'Number of characters for vendor description'),
('no', 'abt__ut2.settings.vendor.truncate_short_description.tooltip', 'Allows you to limit the output of vendor short description, specify the number of displayed characters. To disable output, use the value \"0\"'),
('no', 'abt__ut2.settings.vendor_description', 'Block with vendor information on the vendor\'s page'),
('no', 'abt__ut2.sort_by_bestsellers_asc', 'Bestselling: Low to High'),
('no', 'abt__ut2.sort_by_bestsellers_desc', 'Bestselling First'),
('no', 'abt__ut2.sort_by_company_asc', 'Sort by alphabetical: A to Z'),
('no', 'abt__ut2.sort_by_company_desc', 'Sort by alphabetical: Z to A'),
('no', 'abt__ut2.sort_by_null_asc', 'Without sorting'),
('no', 'abt__ut2.sort_by_on_sale_asc', 'Discount: Low to High'),
('no', 'abt__ut2.sort_by_on_sale_desc', 'Discount: High to Low'),
('no', 'abt__ut2.sort_by_popularity_asc', 'Popularity: Low to High'),
('no', 'abt__ut2.sort_by_popularity_desc', 'Popular First'),
('no', 'abt__ut2.sort_by_position_asc', 'Position: Low to High'),
('no', 'abt__ut2.sort_by_position_desc', 'Position: High to Low'),
('no', 'abt__ut2.sort_by_price_asc', 'Price: Low to High'),
('no', 'abt__ut2.sort_by_price_desc', 'Price: High to Low'),
('no', 'abt__ut2.sort_by_product_asc', 'from A to Z'),
('no', 'abt__ut2.sort_by_product_desc', 'from Z to A'),
('no', 'abt__ut2.sort_by_rating_asc', 'Sort by rating: Low to High'),
('no', 'abt__ut2.sort_by_rating_desc', 'Sort by rating'),
('no', 'abt__ut2.sort_by_timestamp_asc', 'Oldest Items First'),
('no', 'abt__ut2.sort_by_timestamp_desc', 'Newest Items First'),
('no', 'abt__ut2.upgrade_notifications.4.10.2.d.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update used layout.'),
('no', 'abt__ut2.upgrade_notifications.4.10.2.d.new_layouts.title', 'New layout \"Checkout\" is available!'),
('no', 'abt__ut2.upgrade_notifications.4.10.3.a.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('no', 'abt__ut2.upgrade_notifications.4.10.3.a.new_layouts.title', 'We recommend to update the used layout!'),
('no', 'abt__ut2.upgrade_notifications.4.10.3.b.added_compatibility_with_ab__ia.text', 'For users of <a target=\"_blank\" href=\"https://cs-cart.alexbranding.com/en/addon-intellectual-analogues-accessories-by-features.html\">AB: Intellectual selection of products</a> addon starting from version 2.6.0: special places for displaying a block of selected products were added in theme (optionally above or below the product tabs, taking into account the display settings for various devices).'),
('no', 'abt__ut2.upgrade_notifications.4.10.3.b.added_compatibility_with_ab__ia.title', 'Fixed compatibility with \"AB: Intellectual selection of products\" addon'),
('no', 'abt__ut2.upgrade_notifications.4.10.4.b.added_new_less_settings.text', '<p>In this version, we have significantly expanded the settings for \"color schemes\" and grouped them into tabs corresponding to their place of application and functional purpose.</p><p><b>IMPORTANT!!!</b></p><p>After the upgrade, your current color scheme will work as before. To use the new settings you need to perform one of the variants: <ol><li>or adjust the current used color scheme. To do this, go to the page AB: Addons → AB: UniTheme2 → Color scheme settings, select the active color scheme and set the necessary values for all settings;</li><li>or create a new color scheme using the \"Theme Editor\" based on the color schemes available in this version.</li></ol></p><p>List of new color scheme settings (AB: Addons → AB: UniTheme2 → Color scheme settings):<ul><li>General → Display headers in capital letters;</li><li>General → Buttons → Display text in capital letters;</li><li>General → Buttons → Add shadow;</li><li>General → Buttons → Add bulk;</li><li>General → Labels (stickers) → Use border style;</li> <li>General → Labels (stickers) → Add shadow;</li><li>General → Labels (stickers) → Add shadow for text;</li><li>Containers → Header → Add dividing strips;</li><li>Containers → Header → Color for hovering over a first level menu item;</li><li>Containers → Header → Color for hovering over the elements \"Categories\", \"Account\" and \"Cart\";</li><li>Containers → Header → The color of the icons for elements \"Categories\", \"Account\" and \"Cart\";</li><li>Product → Set individual color for \"Add to cart\" button.</li></ul><p>'),
('no', 'abt__ut2.upgrade_notifications.4.10.4.b.added_new_less_settings.title', 'We recommend to update the used color scheme (Style) settings!'),
('no', 'abt__ut2.upgrade_notifications.4.11.3.b.ab__deal_of_the_day.text', 'For theme version v4.11.3.b is needed the add-on \"AB: Product of the day and extended promotions\" version v3.2.0 to provide the correct display of the add-on elements in the theme.'),
('no', 'abt__ut2.upgrade_notifications.4.11.3.b.ab__deal_of_the_day.title', 'Attention! The update of the \"AB: Product of the day and extended promotions\" add-on is needed'),
('no', 'abt__ut2.upgrade_notifications.4.11.3.b.brands_page_will_be_removed.text', 'The functionality of the Brands page will be moved and expanded into the separate add-on <a href=\"https://cs-cart.alexbranding.com/en/seo-for-brands.html\" target=\"_blank\">AB: SEO for Brands</a> from the next version of the theme. It is available in the package <a href=\"https://cs-cart.alexbranding.com/en/seo-package.html\" target=\"_blank\">SEO</a>.'),
('no', 'abt__ut2.upgrade_notifications.4.11.3.b.brands_page_will_be_removed.title', 'Attention! The removing of Brands page functionality is planned'),
('no', 'abt__ut2.upgrade_notifications.4.11.3.c.brands_page_was_removed.text', 'Functionality of the Brands page was moved out and expanded to the separate add-on <a href=\"https://cs-cart.alexbranding.com/ru/seo-dlya-brendov.html\" target=\"_blank\">AB: SEO for Brands</a> that is available in the package <a href=\"https://cs-cart.alexbranding.com/ru/paket-moduley-seo.html\" target=\"_blank\">SEO</a>. In the absence of the specified add-on, theme will still use outdated functionality, which will be permanently removed in the next releases.'),
('no', 'abt__ut2.upgrade_notifications.4.11.3.c.brands_page_was_removed.title', 'Attention! The Brands page functionality was moved out to the separate add-on.'),
('no', 'abt__ut2.upgrade_notifications.recommend_to_update_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('no', 'abt__ut2.upgrade_notifications.recommend_to_update_layouts.title', 'We recommend to update the used layout!'),
('no', 'abt__ut2.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the theme in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-118\">List of releases</a>.'),
('no', 'abt__ut2.upgrade_notifications.title', 'AB: UniTheme2 was successfully updated to v[ver]!'),
('no', 'abt__ut2_advanced_subcategories_menu', 'AB: Advanced subcategories menu'),
('no', 'abt__ut2_banner_carousel_combined', 'AB: Advanced banner (Carousel)'),
('no', 'abt__ut2_banner_combined', 'AB: Advanced banner'),
('no', 'abt__ut2_bt.combinations_generated', 'Generated [n] comb.'),
('no', 'abt__ut2_bt.empty_data', 'Choose products for combinations'),
('no', 'abt__ut2_bt.form.find_by_additional_product', 'Find by additional product'),
('no', 'abt__ut2_bt.form.find_by_base_product', 'Find by base product'),
('no', 'abt__ut2_bt.form.find_by_name', 'Find by name'),
('no', 'abt__ut2_buy_together.editing', 'Editing'),
('no', 'abt__ut2_buy_together.generate', 'AB: \"Buy together\" generator'),
('no', 'abt__ut2_buy_together.manage', 'AB: \"Buy together\" manage'),
('no', 'abt__ut2_light_menu', 'AB: Fly menu'),
('no', 'abt__ut2_mv.autoinstall.add_layouts', 'Added layouts for Multi-Vendor'),
('no', 'abt__ut2_mv.help', 'Help'),
('no', 'abt__ut2_mv.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/abt__unitheme2_mv.doc\'>the documentation</a>.'),
('no', 'abt__ut2_mv.product_page_vendor_settings', 'Vendor settings on product page'),
('no', 'abt__ut2_mv.upgrade_notifications.4.10.2.b.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('no', 'abt__ut2_mv.upgrade_notifications.4.10.2.b.new_layouts.title', 'We recommend to update the used layout!'),
('no', 'abt__ut2_mv.upgrade_notifications.4.11.2.a.new_settings.text', '<h3>Block with information about the vendor on the product page</h3><p>To edit this settings go to: Admin panel → AB: Addons → AB: UniTheme2 → Theme settings, go to Product tab and find section Block with vendor information:</p><ul><li>Use vendor name as a link on a vendor page;</li><li>Show vendor logo;</li><li>Number of characters for vendor description;</li><li>Show vendor phone number;</li><li>Show \"Ask a question\" link.</li></ul><h3>Block with information about the vendor on the vendor\'s page</h3><p>To edit this settings go to: Admin panel → AB: Addons → AB: UniTheme2 → Theme settings, go to Vendor tab:</p><ul><li>Number of characters for vendor description;</li><li>Display \"Ask a question\" link.</li></ul>'),
('no', 'abt__ut2_mv.upgrade_notifications.4.11.2.a.new_settings.title', 'Added new settings'),
('no', 'abt__ut2_mv.upgrade_notifications.recommend_to_update_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('no', 'abt__ut2_mv.upgrade_notifications.recommend_to_update_layouts.title', 'We recommend to update the used layout!'),
('no', 'abt__ut2_mv.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the theme in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2_mv.doc#p-1276\">List of releases</a>.'),
('no', 'abt__ut2_mv.upgrade_notifications.title', 'AB: UniTheme2 (Multi-Vendor) was successfully updated to v[ver]!'),
('no', 'abt__ut2_mv.vendor_settings_tab', 'Vendor settings on vendor page'),
('no', 'abt__ut2_selected_filters', 'AB: Selected filter variants'),
('no', 'abt__ut2_show_title', 'Show title'),
('no', 'abt__ut2_thumbnail_height', 'Scroller thumbnail height'),
('no', 'abt__ut2_view_more_btn_behavior', 'AB: Behaviour for the \"More\" button'),
('no', 'abt__ut2_view_more_btn_behavior.tooltip', 'The setting determines the behavior variants of the button and will display the hidden menu elements when hover the mouse cursor or it will transfer to the parent menu item'),
('no', 'abt__ut2_view_more_btn_behavior_trigger_parent_link', 'Go to the parent menu item link'),
('no', 'abt__ut2_view_more_btn_behavior_view_items', 'Show hidden items'),
('no', 'abt__ut2__mainbox_general', 'AB: Main block (SEO)'),
('no', 'abt__ut2__mainbox_simple', 'AB: Simplified block'),
('no', 'abt__ut2__scroller_advanced', 'AB: Scroller advanced'),
('no', 'abt__ut2__sidebox_general', 'AB: Secondary block'),
('no', 'abt__ut2__sidebox_important', 'AB: Secondary framed block'),
('no', 'abt__ut2__swipe', 'AB: Swipe block'),
('no', 'ab__addons', 'AB: Add-ons'),
('no', 'ab__addons_manager', 'AB: Add-ons Manager'),
('no', 'ab__am.addon.action.install_addon', 'New version <code>v[ver]</code> is available for you'),
('no', 'ab__am.addon.action.install_addon.button.tooltip', 'By clicking on this button, the v[ver] of add-on will be automatically downloaded and installed to bypass the standard installation of CS-Cart. You also have the possibility to install the add-on in a standard way by downloading the version of the add-on, compatible with your store on the page My Profile → Orders page on the <a href=\'https://cs-cart.alexbranding.com/en/orders/\'>cs-cart.alexbranding.com </a>'),
('no', 'ab__am.addon.action.install_addon.button.value', 'Install v[ver]'),
('no', 'ab__am.addon.action.not_tested_yet', 'The installed version <code>v[ver]</code> has not yet passed testing for your version of the store <b>[cscart]</b>'),
('no', 'ab__am.addon.action.require_update', 'To install the add-on or updates, please, update <b>AB: Add-ons Manager</b> to the actual version <code>v[ver]<code>'),
('no', 'ab__am.addon.action.unavailable_addon', 'The add-on is not available for you (either due to incompatibility with your version of the CS-Cart <b>[cscart]</b> or your subscription for updates has expired)'),
('no', 'ab__am.addon.action.update_addon', 'Update <code>v[ver]</code> is available for you'),
('no', 'ab__am.addon.action.update_addon.button.tooltip', 'If the update is not available through the CS-Cart Upgrade Center, uninstall the add-on on the page <b> Add-ons → Manage Add-ons</b> and v[ver] will be available for installation on this page'),
('no', 'ab__am.addon.action.update_addon.button.value', 'Update to v[ver]'),
('no', 'ab__am.addon.action.wait_new_version', 'The latest version <code>v[ver]</code> is compatible with <b>[cscart]</b> according to your subscription'),
('no', 'ab__am.addon.button_buy_updates.text', 'Renew your subscription to the add-on'),
('no', 'ab__am.addon.button_buy_updates.tooltip', 'Renew the subscription to get the latest updates'),
('no', 'ab__am.addon.button_download_am.note', '<p>AB: Add-ons manager is necessary for the proper operation of our solutions.It organizes your add-ons and groups them by sets. Unobtrusively notifying you about new available updates of the add-on, and gives the opportunity to update them in one click.Also, you can easily extend the subscription to our solutions and get the most current version of the add-on. We constantly update add-ons to make them as useful to you, as possible.<p>Please note, that in order to install and/or update the add-ons, you must have the latest version of AB: Add-ons Manager v[ver]. You will be informed about the release of the new version of the add-on and a link will be provided for downloading add-on archive.</p><hr><p></b>How to update AB: Add-ons Manager to v[ver]?</b></p><ol><li>When a notification appears about the availability of the new version of AB: Add-ons Manager, download the archive;</li><li>Close the storefront. (To do this go to Settings → General → Close storefront - set the checkbox and click on the [Save] button, close for just 2 minutes);</li><li>Delete AB: Add-ons Manager (To do this, go to Add-ons → Manage Add-ons → AB: Add-ons Manager: Delete);</li><li>Install archive of AB: Add-ons Manager from step 1 (To do this, on the Add-ons → Manage add-ons → button [+]: select the previously downloaded archive from step 1);</li><li>Clear the cache (Go to the menu item Administration → Storage → Clear Cache);</li><li>Open the storefront. (To do this, go to Settings → General → Close storefront - uncheck the checkbox and click the [Save] button);</li></ol>'),
('no', 'ab__am.addon.button_download_am.text', 'Download'),
('no', 'ab__am.addon.changelog', 'List of changes'),
('no', 'ab__am.addon.doc', 'Documentation'),
('no', 'ab__am.addon.msg.available_version_is_installed', 'The latest available version of the add-on is installed'),
('no', 'ab__am.addon.msg.expired_subscription', 'Only v[ver] is available to your store. Renew the subscription to get the actual version of the add-on'),
('no', 'ab__am.addon.msg.final_version_is_installed', 'The Actual version of the add-on is installed'),
('no', 'ab__am.addon.msg.not_available', 'The add-on is not available for your store!'),
('no', 'ab__am.addon.new_version_is_available', 'v[ver] from [date]'),
('no', 'ab__am.addon.new_version_is_available.tooltip', 'New version v[ver] is available from [date]'),
('no', 'ab__am.addon.settings', 'Add-on settings'),
('no', 'ab__am.addon.status.a', 'Add-on status is \"Active\"'),
('no', 'ab__am.addon.status.d', 'Add-on status is \"Inactive\"'),
('no', 'ab__am.addon.status.n', 'Add-on status is \"Not installed yet\"'),
('no', 'ab__am.addon.subscription.active', 'Subscription is active until [date]'),
('no', 'ab__am.addon.subscription.exp', 'Your subscription for updates has expired<b>[date]</b>. To access the current add-on versions, you must buy a subscription.'),
('no', 'ab__am.addon.subscription.exp.button.tooltip', 'Buy subscription to get access to the current add-on versions'),
('no', 'ab__am.addon.subscription.exp.button.value', 'Buy subscription'),
('no', 'ab__am.addon.subscription.expired', 'Subscription expired on [date]. Renew subscription to get actual add-on versions'),
('no', 'ab__am.addon.subscription.ok', 'Your subscription is active until <b>[date]</b>'),
('no', 'ab__am.addon.subscription.ok.button.tooltip', 'Renew subscription to get access to the current add-on versions'),
('no', 'ab__am.addon.subscription.ok.button.value', 'Renew subscription'),
('no', 'ab__am.addon.subscription_updates', 'Updates are available until [date]'),
('no', 'ab__am.addon.table_head.actions', 'Actions'),
('no', 'ab__am.addon.table_head.addon', 'Add-on name'),
('no', 'ab__am.addon.table_head.note', 'Note'),
('no', 'ab__am.addon.table_head.subscription', 'Subscription'),
('no', 'ab__am.addon.table_head.versions', 'Versions'),
('no', 'ab__am.addon.table_head.versions.tooltip', 'List of variants: Installed, Available and Actual'),
('no', 'ab__am.addon.update_instruction', 'Procedure of updating'),
('no', 'ab__am.addon.versions.available', 'Available'),
('no', 'ab__am.addon.versions.final', 'Actual'),
('no', 'ab__am.addon.versions.installed', 'Installed'),
('no', 'ab__am.addon.version_info', '<b>Release date</b>: [date]<br><b>Compatibility</b>:<br>CS-Cart: [ultimate]<br>Multivendor: [multivendor]'),
('no', 'ab__am.addons', 'AB: List of available sets/add-ons'),
('no', 'ab__am.addons_sets.notes', '<h4>Basic concepts</h4><p><u>The installed version</u> is the version of the add-on, that is currently installed on your store.</p><p><u>The available version</u> is the latest version of the add-on, that is available for you to install and/or update within the prepaid subscription for updates. For example, for the add-on there are versions v2.0 from February 15, 2019 and v2.1 from March 2, 2019 and your subscription to the add-on updates ended on March 1, 2019, then the latest available version for you will be version v2.0 from 15 February 2019. To receive version v2.1 of March 2, 2019, it is necessary to renew the subscription period.</p><p><u>The actual version</u> is the latest version of the add-on at the moment. We recommend you always update to the actual version, which contains fixed bugs and new useful functionality.</p><p><u>The add-on is not available for your store</u> — it is possible, the version of your CS-Cart does not correspond to the minimum acceptable version for the add-on. For example, the YoupiTheme is available only for CS-Cart 4.7.x and more.</p><br><h4>Installation process</h4><p>The installation of the add-on has never been so simple as it is now. After purchasing AlexBranding add-ons and installing <b>AB: Add-ons Manager</b> you can install the latest version of the add-on in one click, without any visits to the personal cabinet in the store, order search, downloading of archives, etc.</p><br><h4>Upgrade process</h4><p>Add-ons updating goes via CS-Cart <b>Upgrade Center</b>. If there is no update available in the CS-Cart Upgrade Center, the update is performed by Deinstallation the old version of the add-on and Installing the new version</p><br><h4>Cache</h4><p>After installing and/or updating, you must reset CS-Cart cache. See CS-Cart <a target=\'_blank\' href=\'https://docs.cs-cart.com/4.7.x/developer_guide/getting_started/cache_clearing.html\'>documentation</a> for more details.</p>'),
('no', 'ab__am.available_addons', 'List of available AB: Add-ons'),
('no', 'ab__am.available_sets', 'List of available AB: Sets'),
('no', 'ab__am.filter', 'Filter ([active] from [total])'),
('no', 'ab__am.go_to_all_stores', 'AB: Add-ons are available only in the <a href=\'[link]\'>All stores</a> mode.'),
('no', 'ab__am.install.checking', '[name] — <b>checking</b>'),
('no', 'ab__am.install.clearing_cache', 'Clearing cache'),
('no', 'ab__am.install.downloading', '[name] — <b>downloading</b>'),
('no', 'ab__am.install.install', 'The installation process'),
('no', 'ab__am.install.installing', '[name] — <b>installing</b>'),
('no', 'ab__am.install.update', 'The update process'),
('no', 'ab__am.menu.available_update', 'Update available'),
('no', 'ab__am.menu.available_updates', 'Updates available'),
('no', 'ab__am.menu.new_version', 'v[ver]'),
('no', 'ab__am.menu.number_of_notifications', 'Number of notifications'),
('no', 'ab__am.menu.number_of_updates', 'Number of updates'),
('no', 'ab__am.msg.addon_is_already_installed', 'You have already installed the add-on <b>[name]</b> the latest version <b>[version]</b>'),
('no', 'ab__am.msg.addon_is_already_installed_upd', 'You have already installed the add-on <b>[name]</b> the latest version <b>[version]</b>, you can perform the add-on update to version <b>[version_last]</b>'),
('no', 'ab__am.msg.error_code', 'Error Code'),
('no', 'ab__am.msg.no_permissions', 'No write permission'),
('no', 'ab__am.msg.update_am', 'To install and/or update our add-ons, you should update AB: Add-ons Manager to the latest version <b>v[ver]</b>!'),
('no', 'ab__am.note', 'More info'),
('no', 'ab__am.notifications', 'List of notifications from AlexBranding'),
('no', 'ab__am.notifications.notes', 'In this section you will find information about our news and promotions. Regularly we will inform you about the releases of our new solutions, discounts or closed promotions, available only for you.'),
('no', 'ab__am.no_data', 'To use AlexBranding add-ons and/or sets, your domain <b>[domain]</b> must be licensed.<br>In the case of absence of the domain <b>[domain]</b> in the list of licensed domains, all AlexBranding solutions will be automatically turned off. <br>Contact <b>info@alexbranding.com</b> for problem solving.'),
('no', 'ab__am.no_data.notification', 'Due to the fact, that your domain [domain] is not included in the list of licensed, some AlexBranding add-ons have been automatically turned off. <a href=\'[link]\'>More info</a>.'),
('no', 'ab__am.order', '(Order #[order_id])'),
('no', 'ab__am.our_store', 'AlexBranding\'s store'),
('no', 'ab__am.set.available_updates', 'New versions are available: [n]'),
('no', 'ab__am.set.button_buy_updates.text', 'Renew your subscription to the set'),
('no', 'ab__am.set.button_buy_updates.tooltip', 'Update subscription expired [date]. Renew the subscription for the latest updates'),
('no', 'ab__am.set.set', 'Set name'),
('no', 'ab__am.set.subscription_updates', 'Updates are available until [date]'),
('no', 'ab__am.submit.install.text', 'Install version v[ver]'),
('no', 'ab__am.submit.tooltip', 'Keep in mind that before installing/updating all files of this add-on will be deleted, including your changes in this add-on. If you have any files - be sure to save them. [update_info]'),
('no', 'ab__am.submit.tooltip.update_info', 'Be sure to remember add-on settings to restore them after the update if they are'),
('no', 'ab__am.submit.update.text', 'Update to version v[ver]'),
('no', 'ab__am.submit.update.tooltip', ''),
('no', 'ab__am.subscription', 'Subscribe to our channels to be the first<br>to know about new releases and promotions!'),
('no', 'ab__am.subscription.channels.variant.email.href', 'https://cs-cart.alexbranding.com/en/subscription-en.html'),
('no', 'ab__am.subscription.channels.variant.email.title', 'Email'),
('no', 'ab__am.subscription.channels.variant.facebook.href', 'https://fb.me/AlexBrandingEn'),
('no', 'ab__am.subscription.channels.variant.facebook.title', 'Facebook'),
('no', 'ab__am.subscription.channels.variant.instagram.href', 'https://www.instagram.com/alexbrandingteam/'),
('no', 'ab__am.subscription.channels.variant.instagram.title', 'Instagram'),
('no', 'ab__am.subscription.channels.variant.telegram.href', 'https://t.me/alexbranding_en'),
('no', 'ab__am.subscription.channels.variant.telegram.title', 'Telegram'),
('no', 'ab__am.subscription.channels.variant.twitter.href', 'https://twitter.com/alexbranding_en'),
('no', 'ab__am.subscription.channels.variant.twitter.title', 'Twitter'),
('no', 'ab__am.subscription.channels.variant.whatsapp.href', 'https://chat.whatsapp.com/GzW9eZjXH6YL2b0d9gitvk'),
('no', 'ab__am.subscription.channels.variant.whatsapp.title', 'WhatsApp'),
('no', 'ab__am.subscription.channels.variant.youtube.href', 'https://www.youtube.com/channel/UCTkiV2DqPqQaLOyWZzBFjaA'),
('no', 'ab__am.subscription.channels.variant.youtube.title', 'Youtube'),
('no', 'ab__category_banners', 'AB: Banners for categories'),
('no', 'ab__category_banners.add', 'Add banner for category'),
('no', 'ab__category_banners.adding', 'Adding banner for category'),
('no', 'ab__category_banners.demodata', 'Demo data'),
('no', 'ab__category_banners.editing', 'Editing banner for category'),
('no', 'ab__category_banners.export', 'Data export'),
('no', 'ab__category_banners.help', 'Help'),
('no', 'ab__category_banners.manage', 'Banners management'),
('no', 'ab__cb.autoinstall.banners_created', 'Demo category banners [banners] is created successfully'),
('no', 'ab__cb.autoinstall.banners_not_created', 'Failed to create demo category banners'),
('no', 'ab__cb.autoinstall.no_category', 'Available category not found'),
('no', 'ab__cb.autoinstall.no_demodata', 'File with demo data is missing'),
('no', 'ab__cb.banner_position', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
('no', 'ab__cb.cat_banner', 'banner for category'),
('no', 'ab__cb.cron_links', '<p>For an automatic switching off of expired banners - use one of these links:<b/r><br/><code>[cron_cmd]</code><br/>or<br/><code>[cron_url]</code></p>'),
('no', 'ab__cb.datatime', 'date/time'),
('no', 'ab__cb.demodata.table.action', 'Action'),
('no', 'ab__cb.demodata.table.add_banners', 'Add banners'),
('no', 'ab__cb.demodata.table.description', 'Demo data'),
('no', 'ab__cb.demodata_description', 'Demo data can be downloaded on this page'),
('no', 'ab__cb.errors.cron_key', '<p>Warning! The value <code>[value]</code> of the setting <code>Cron key</code> doesn\'t meet the safety requirements</p>'),
('no', 'ab__cb.export.actions.banners', 'Banners export'),
('no', 'ab__cb.export.actions.banners.placeholder', 'Banners ID'),
('no', 'ab__cb.export.table.action', 'Action'),
('no', 'ab__cb.export.table.data', 'Data for export'),
('no', 'ab__cb.export.table.description', 'Data export'),
('no', 'ab__cb.export_description', 'Addon data can be exported on this page'),
('no', 'ab__cb.form.friday', 'Friday'),
('no', 'ab__cb.form.from_date', 'Active from date/time'),
('no', 'ab__cb.form.grid_image', 'Images for an output as a grid'),
('no', 'ab__cb.form.include_subcategories', 'Show in subcategories'),
('no', 'ab__cb.form.list_image', 'Images for an output as a list without options'),
('no', 'ab__cb.form.monday', 'Monday'),
('no', 'ab__cb.form.m_turn_off', 'Switch off selected'),
('no', 'ab__cb.form.m_turn_on', 'Switch on selected'),
('no', 'ab__cb.form.position', 'Position'),
('no', 'ab__cb.form.saturday', 'Saturday'),
('no', 'ab__cb.form.sunday', 'Sunday'),
('no', 'ab__cb.form.target_blank', 'Open banner link in a new window'),
('no', 'ab__cb.form.thursday', 'Thursday'),
('no', 'ab__cb.form.to_date', 'Active to date/time'),
('no', 'ab__cb.form.tuesday', 'Tuesday'),
('no', 'ab__cb.form.url', 'Link'),
('no', 'ab__cb.form.wednesday', 'Wednesday'),
('no', 'ab__cb.help.cron.title', 'Automatic switching off of expired banners'),
('no', 'ab__cb.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__category_banners.doc\'>documentation</a>.'),
('no', 'ab__cb.settings', 'General settings'),
('no', 'ab__cb.set_from_and_to', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('no', 'ab__cb.upgrade_notifications.2.0.0.text', 'Banners behavier has been changed. The output of several banners at the same time is allowed. They will be displayed in random order at the specified positions. Check the settings and change the position of the banners if necessary.'),
('no', 'ab__cb.upgrade_notifications.2.0.0.title', 'Multiple banners output'),
('no', 'ab__deal_of_the_day', 'AB: Product of the day and extended promotions'),
('no', 'ab__deal_of_the_day_title_product', 'Promotions'),
('no', 'ab__dotd.add_promotions', 'Add promotions'),
('no', 'ab__dotd.add_promotions_and_close', 'Add promotions and close'),
('no', 'ab__dotd.all_promotions', 'Also in promotions'),
('no', 'ab__dotd.all_promotions.title', 'View all promotions for this product'),
('no', 'ab__dotd.all_promotions_list', 'All promotions list'),
('no', 'ab__dotd.autoinstall.no_demodata', 'File with demo data is missing'),
('no', 'ab__dotd.autoinstall.promotions_created', 'Demo promotions [promotions] is created successfully'),
('no', 'ab__dotd.autoinstall.promotions_not_created', 'Failed to create demo promotions'),
('no', 'ab__dotd.block.priority', 'Priority'),
('no', 'ab__dotd.chains_list.title', 'Products combinations'),
('no', 'ab__dotd.choose_promotion', 'Choose promotion'),
('no', 'ab__dotd.clear_filter', 'Clear filter'),
('no', 'ab__dotd.counter.days', 'days'),
('no', 'ab__dotd.counter.hours', 'hours'),
('no', 'ab__dotd.counter.minutes', 'minutes'),
('no', 'ab__dotd.counter.months', 'months'),
('no', 'ab__dotd.counter.seconds', 'seconds'),
('no', 'ab__dotd.counter.years', 'years'),
('no', 'ab__dotd.days_left', '<span>[n]</span> day left|<span>[n]</span> days left'),
('no', 'ab__dotd.days_to_start', '<span>[n]</span> day to start|<span>[n]</span> days to start'),
('no', 'ab__dotd.demodata', 'Demo data'),
('no', 'ab__dotd.demodata.table.action', 'Action'),
('no', 'ab__dotd.demodata.table.add_promotions', 'Adding promotions'),
('no', 'ab__dotd.demodata.table.description', 'Demo data'),
('no', 'ab__dotd.demodata_description', 'Installing demo data page'),
('no', 'ab__dotd.detailed', 'Promotion details'),
('no', 'ab__dotd.error.use_schedule_is_on', 'When using the \"AB: Promotion schedule\" available period changes are not available'),
('no', 'ab__dotd.form.filter', 'Use filter by category'),
('no', 'ab__dotd.form.h1', 'h1 tag'),
('no', 'ab__dotd.form.hide_products_block', 'Hide products block'),
('no', 'ab__dotd.form.list_image', 'Image for promotions list'),
('no', 'ab__dotd.form.meta_description', 'Meta tag <code>description</code>'),
('no', 'ab__dotd.form.meta_keywords', 'Meta tag <code>keywords</code>'),
('no', 'ab__dotd.form.page_image', 'Image for promotion page'),
('no', 'ab__dotd.form.page_title', 'Page title'),
('no', 'ab__dotd.form.use_products_filter', 'Use filter by products'),
('no', 'ab__dotd.form.use_schedule', 'Use schedule'),
('no', 'ab__dotd.form.use_schedule.tooltip', 'If you activate this option, the standard promotion setting \"Use available period\" will be disabled and the promotion activity will be determined by the Schedule that you can set in this tab interface. Conversely, if you disable this setting, the standard option \"Use available period\" will controls the activity of the promotion.'),
('no', 'ab__dotd.from', 'from'),
('no', 'ab__dotd.get_more_combinations', 'Show more [n] combination|Show more [n] combinations'),
('no', 'ab__dotd.help', 'Help'),
('no', 'ab__dotd.layouts', 'Layouts'),
('no', 'ab__dotd.layouts.choose_layout_to_reset', 'Choose layout to reset'),
('no', 'ab__dotd.layouts.header', 'There are displaying all layout pages, added by the addon, on this page. You can reset pages in any layout to the default state. Also you can download xml-file of a layout page and import it manually.'),
('no', 'ab__dotd.layouts.layout_is_not_found', 'Layout is not found'),
('no', 'ab__dotd.layouts.layout_was_reset', 'Layout was reset'),
('no', 'ab__dotd.layouts.table.action', 'Action'),
('no', 'ab__dotd.layouts.table.dispatch', 'Dispatch'),
('no', 'ab__dotd.layouts.table.dispatch_description', 'Type of the layout page'),
('no', 'ab__dotd.layouts.table.get_file', 'Get file'),
('no', 'ab__dotd.layouts.table.layouts', 'Layouts'),
('no', 'ab__dotd.less', 'Less'),
('no', 'ab__dotd.more', 'More'),
('no', 'ab__dotd.page_action_period', 'Promotion period:'),
('no', 'ab__dotd.promotion_awaited', 'Promotion is awaiting'),
('no', 'ab__dotd.promotion_expired', 'Promotion is ended'),
('no', 'ab__dotd.schedule.table_header', 'Time and Date'),
('no', 'ab__dotd.settings', 'General settings'),
('no', 'ab__dotd.showed_combinations', 'Shown [n] from [total]'),
('no', 'ab__dotd.sort.created', 'by creation date'),
('no', 'ab__dotd.sort.name', 'by name'),
('no', 'ab__dotd.sort.priority', 'by priority'),
('no', 'ab__dotd.sort.to_date', 'by ending date'),
('no', 'ab__dotd.tab.ab__dotd_schedule_header', 'Use the time range selection for each day of each month to specify the promotion activity period. When setting the schedule, refer to that left mouse button - select, right mouse button - unselect'),
('no', 'ab__dotd.to', 'to'),
('no', 'ab__dotd.today_only', 'Only today'),
('no', 'ab__dotd_awaited_promotions', 'Awaiting promotions'),
('no', 'ab__dotd_expired_promotions', 'Ended promotions'),
('no', 'ab__dotd_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__deal_of_the_day.doc\'>documentation</a>'),
('no', 'ab__dotd_product_label', 'Promotion'),
('no', 'ab__dotd_schedule', 'AB: Promotion schedule'),
('no', 'ab__dotd_scroller', 'Promotions scroller'),
('no', 'ab__dotd_sorted_promotions', 'Active promotions'),
('no', 'ab__dotd_time_awaited_left', 'To start promotion remains'),
('no', 'ab__dotd_time_left', 'To end of promotions remains'),
('no', 'ab__fast_navigation', 'AB: Fast navigation'),
('no', 'ab__fast_navigation.demodata', 'Demo data'),
('no', 'ab__fast_navigation.export', 'Export'),
('no', 'ab__fast_navigation.help', 'Help'),
('no', 'ab__fast_navigation.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__fast_navigation.doc\'>documentation</a>.'),
('no', 'ab__fn.category.label', 'Label text'),
('no', 'ab__fn.category.label.show', 'Show label'),
('no', 'ab__fn.category.label.show.tooltip', 'Display label for this language'),
('no', 'ab__fn.category.label_background', 'Label background color'),
('no', 'ab__fn.category.label_color', 'Label text color'),
('no', 'ab__fn.category.status', 'Allow displaying in AB: Fast navigation'),
('no', 'ab__fn.category.status.tooltip', 'Activate an option for editing the AB: Fast navigation block element'),
('no', 'ab__fn.category.use_origin_image', 'Use images originals'),
('no', 'ab__fn.category.use_origin_image.tooltip', 'When the option is enabled — uploaded originals will be used \"as is\"(recommend using small size images). Images sizes are set in the block settings on layouts page'),
('no', 'ab__fn.common_btn_text.tooltip', 'Allows to set button text. If leave empty — text \"BUTTON\" will be represented by default'),
('no', 'ab__fn.demodata.actions.export_menu', 'Menu'),
('no', 'ab__fn.demodata.actions.export_menu.placeholder', 'Menu ID'),
('no', 'ab__fn.demodata.errors.file_broken', 'File [file_path] does not exist or was broken'),
('no', 'ab__fn.demodata.success.menu_created', 'Demo menu <a target=\"_blank\" href=\"[href]\">[name]</a> is added'),
('no', 'ab__fn.demodata.table.action', 'Action'),
('no', 'ab__fn.demodata.table.add_menu', 'Add the menu'),
('no', 'ab__fn.demodata.table.description', 'Demo data'),
('no', 'ab__fn.demodata_description', 'Fast demo data creation for addon'),
('no', 'ab__fn.export.table.action', 'Action'),
('no', 'ab__fn.export.table.data', 'Data for export'),
('no', 'ab__fn.export.table.description', 'The export data'),
('no', 'ab__fn.export_description', 'Fast menu export for the addon AB: Fast navigation'),
('no', 'ab__fn.front.button.defult_text', 'Button'),
('no', 'ab__fn.menu.icon', 'Icon'),
('no', 'ab__fn.menu.label', 'Label text'),
('no', 'ab__fn.menu.label.show', 'Show label'),
('no', 'ab__fn.menu.label.show.tooltip', 'Display label for this language'),
('no', 'ab__fn.menu.label_background', 'Label background color'),
('no', 'ab__fn.menu.label_color', 'Label text color'),
('no', 'ab__fn.menu.status', 'Allow displaying in AB: Fast navigation'),
('no', 'ab__fn.menu.status.tooltip', 'Activate an option for editing the AB: Fast navigation block element'),
('no', 'ab__fn.menu.use_origin_image', 'Use images originals'),
('no', 'ab__fn.menu.use_origin_image.tooltip', 'When the option is enabled — uploaded originals will be used \"as is\"(recommend using small size images). Images sizes are set in the block settings on layouts page'),
('no', 'ab__fn.more', 'All from the section'),
('no', 'ab__fn.show_more', 'Show more [x] of [y]'),
('no', 'ab__fn_add_link', 'Add a link on \"All from the section\"'),
('no', 'ab__fn_add_link.tooltip', 'The link will have the URL of the parent element'),
('no', 'ab__fn_cbt_as_btn', 'Button'),
('no', 'ab__fn_cbt_as_txt', 'Text'),
('no', 'ab__fn_common_btn_class', '\"General link\" additional class'),
('no', 'ab__fn_common_btn_class.tooltip', 'List of classes that will be added to the link (space-separated)'),
('no', 'ab__fn_common_btn_text', '\"General link\" button text'),
('no', 'ab__fn_common_btn_type', 'Appearance of the \"General link\" button'),
('no', 'ab__fn_common_btn_type.tooltip', 'Choose the button representation on the storefront'),
('no', 'ab__fn_display_type', 'Display type'),
('no', 'ab__fn_grid', 'Grid'),
('no', 'ab__fn_icon_width', 'Icon width, px'),
('no', 'ab__fn_init_scrollbar', 'Enable scroll progress bar for the first level'),
('no', 'ab__fn_init_second_level_scroll', 'Enable scroller for the second level'),
('no', 'ab__fn_number_of_columns', 'Number of columns in the list'),
('no', 'ab__fn_number_of_columns.tooltip', 'Number of columns for screens'),
('no', 'ab__fn_number_of_columns_desktop', 'Number of columns in the list (Desktop)'),
('no', 'ab__fn_number_of_columns_desktop.tooltip', 'Number of columns for screens > 1230px'),
('no', 'ab__fn_number_of_columns_desktop_small', 'Number of columns in the list (Notebook)'),
('no', 'ab__fn_number_of_columns_desktop_small.tooltip', 'Number of columns for screens 992px - 1229px'),
('no', 'ab__fn_number_of_columns_mobile', 'Number of columns in the list (Phone)'),
('no', 'ab__fn_number_of_columns_mobile.tooltip', 'Number of columns for screens < 575px'),
('no', 'ab__fn_number_of_columns_tablet', 'Number of columns in the list (Tablet)'),
('no', 'ab__fn_number_of_columns_tablet.tooltip', 'Number of columns for screens 768px - 991px'),
('no', 'ab__fn_number_of_columns_tablet_small', 'Number of columns in the list (Phablet)'),
('no', 'ab__fn_number_of_columns_tablet_small.tooltip', 'Number of columns for screens 576px - 767px'),
('no', 'ab__fn_one_level', 'Single-level navigation'),
('no', 'ab__fn_scroller', 'Scroller'),
('no', 'ab__fn_show_common_btn', 'Show \"General link\" button'),
('no', 'ab__fn_show_common_btn.tooltip', 'A \"General link\" with assigned URL will be displayed under a block'),
('no', 'ab__fn_show_common_btn_link', '\"General link\" URL'),
('no', 'ab__fn_show_common_btn_link.tooltip', 'Destination URL. Can be an external link, a link inside the store or a dispatcher'),
('no', 'ab__fn_two_level', 'Two-level navigation'),
('no', 'ab__hide_product_description', 'AB: Hide the part of the content up to a certain height'),
('no', 'ab__landing_categories', 'AB: Landing categories/pages'),
('no', 'ab__lc.add_menu.added_new_menu', 'The new Menu is created'),
('no', 'ab__lc.add_menu.used_existing_menu', 'The existing Menu is used'),
('no', 'ab__lc.breadcrumb_catalog', 'Catalog'),
('no', 'ab__lc.catalog.icon', 'Category mini-icon'),
('no', 'ab__lc.catalog.image_control', 'Way of displaying icon'),
('no', 'ab__lc.catalog.image_control.left', 'Display the category mini-icon to the left of the name'),
('no', 'ab__lc.catalog.image_control.none', 'Don\'t display'),
('no', 'ab__lc.catalog.image_control.top', 'Display the category image on top of the name'),
('no', 'ab__lc.catalog.show_more', 'More'),
('no', 'ab__lc.category.list', 'Landing categories list'),
('no', 'ab__lc.category.list.tooltip', 'To correctly display the hierarchy of categories, the parent categories for the landing categories will be displayed, even if they are not landing categories!'),
('no', 'ab__lc.control_subcategory_structure', 'AB: Management of the displayed structure of landing category/page'),
('no', 'ab__lc.control_subcategory_structure.add_menu', 'Add and/or associate Menu'),
('no', 'ab__lc.control_subcategory_structure.add_menu.added_new_menu', 'The Menu has been successfully created and is associated with the current category!'),
('no', 'ab__lc.control_subcategory_structure.add_menu.info', 'The landing category menu is created only if necessary, as the menu is searched for by code <code>ABLC-xxx</code>, where <code>xxx</code> — category_id'),
('no', 'ab__lc.control_subcategory_structure.add_menu.info.multiplestore', 'Before creating the Menu — select <b>Store</b>'),
('no', 'ab__lc.control_subcategory_structure.add_menu.used_existing_menu', 'The Menu already existed and was associated with the current category!'),
('no', 'ab__lc.control_subcategory_structure.how_to_use_menu', 'Using of menu items'),
('no', 'ab__lc.control_subcategory_structure.how_to_use_menu.append', 'Add menu items in the end of a structure of the subcategories'),
('no', 'ab__lc.control_subcategory_structure.how_to_use_menu.not_to_use', 'Not to use'),
('no', 'ab__lc.control_subcategory_structure.how_to_use_menu.prepend', 'Add menu items in the beginning of a structure of the subcategories'),
('no', 'ab__lc.control_subcategory_structure.how_to_use_menu.replace', 'Replace the current sub-categories structure with the menu items'),
('no', 'ab__lc.control_subcategory_structure.inherit_control', 'To inherit management'),
('no', 'ab__lc.control_subcategory_structure.menu_id', 'Menu ID'),
('no', 'ab__lc.demodata', 'Demo data'),
('no', 'ab__lc.demodata.actions.export_category', 'Categories'),
('no', 'ab__lc.demodata.actions.export_category.placeholder', 'Categories ID'),
('no', 'ab__lc.demodata.success.category', '<a href=\"[href]\" target=\"_blank\">Demo category</a> was installed successfully'),
('no', 'ab__lc.demodata.table.action', 'Action'),
('no', 'ab__lc.demodata.table.add_category', 'Add a category'),
('no', 'ab__lc.demodata.table.description', 'Demo data'),
('no', 'ab__lc.demodata_description', 'The page of quick creation of a demo category for demonstration of operating of the addon'),
('no', 'ab__lc.export', 'Export'),
('no', 'ab__lc.export.description', 'The page of quick creation of the exports of the functional'),
('no', 'ab__lc.export.table.action', 'Action'),
('no', 'ab__lc.export.table.data', 'Data for export'),
('no', 'ab__lc.export.table.description', 'The exported data'),
('no', 'ab__lc.help', 'Help'),
('no', 'ab__lc.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__landing_categories.doc\'>documentation</a>.'),
('no', 'ab__lc.landing_category.landing', 'Use category as a landing page'),
('no', 'ab__lc.landing_category.show_more', 'More'),
('no', 'ab__lc.landing_category.subsubcategories', 'Amount of sub-subcategories'),
('no', 'ab__lc.settings', 'General settings'),
('no', 'ab__lc_catalog', 'AB: Catalog'),
('no', 'ab__lc_landing_category', 'AB: Landing category/page'),
('no', 'ab__mb.admin.categories_update.description', 'There is a <a href=\"[href]\" target=\"_blank\">list of motivational elements</a> that will be displayed for products in this category.<br/>Please note that <span title=\"[text]\" class=\"cm-tooltip\" style=\"color: red\">other conditions</span> may be used due to which these motivational elements will not be displayed for products of this category'),
('no', 'ab__mb.admin.categories_update.description.tooltip', 'The conditions for displaying motivational elements depend on:<ul><li>Terms for categories</li><li>Terms for destinations</li></ul>See <a href=\'[href]\' title=\'Documentation\' target=\'_blank\'>the documentation</a> for more details'),
('no', 'ab__mb.admin.categories_update.description.tooltip.link', 'https://docs.cs-cart.abt.team/en/ab__motivation_block.doc/#p-946'),
('no', 'ab__mb.class_copied', 'The class is copied in a clipboard'),
('no', 'ab__mb.demodata.description', 'On this page, you can quickly create a demo data for the motivation block'),
('no', 'ab__mb.demodata.errors.no_data', 'It seems the \"data.json\" file was deleted'),
('no', 'ab__mb.demodata.successes.blocks', 'Motivational elements [blocks] were successfully created'),
('no', 'ab__mb.demodata.table.add_blocks', 'Add demo data into the motivation block'),
('no', 'ab__mb.demodata.table.description', 'Demo data type'),
('no', 'ab__mb.description', 'Custom content (HTML/Smarty)'),
('no', 'ab__mb.destinations', 'Rate areas'),
('no', 'ab__mb.destinations.add_destinations', 'Add rate areas'),
('no', 'ab__mb.destinations.add_destinations_and_close', 'Add rate areas and close'),
('no', 'ab__mb.destinations.text_all_destinations_included', 'All rate areas are included'),
('no', 'ab__mb.editing_motivation_item', 'Editing motivational element'),
('no', 'ab__mb.errors.disabled_option_choosen', 'Invalid value for \"[field]\" field'),
('no', 'ab__mb.exclude.categories', 'Active for'),
('no', 'ab__mb.exclude.categories.tooltip', 'Choose how to use objects selected by picker'),
('no', 'ab__mb.exclude.destinations', 'Active for'),
('no', 'ab__mb.exclude.destinations.tooltip', 'Choose how to use objects selected by picker'),
('no', 'ab__mb.exclude.exclude', 'all not in the list'),
('no', 'ab__mb.exclude.exclude.full_text', 'Active for all not in the list'),
('no', 'ab__mb.exclude.not_exclude', 'all in the list'),
('no', 'ab__mb.exclude.not_exclude.full_text', 'Active for all in the list'),
('no', 'ab__mb.go_to', 'Go to page of'),
('no', 'ab__mb.go_to.destinations_manage', 'Go to page of destinations management'),
('no', 'ab__mb.go_to.mb_manage', 'Go to page of motivational elements management'),
('no', 'ab__mb.icons.class', 'Icon class'),
('no', 'ab__mb.icons.class.tooltip', 'A value which needs to be used in the field \"Icon class\" in motivation block settings'),
('no', 'ab__mb.icons.info', 'On this page, you can find the available icons list');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('no', 'ab__mb.icons.refresh', 'Refresh icons'),
('no', 'ab__mb.icons.refreshed_successfully', 'Icons have been updated successfully'),
('no', 'ab__mb.icons.tygh_icons', 'Icons list by default'),
('no', 'ab__mb.icons.yt_icons', 'List of icons added by AB: YoupiTheme'),
('no', 'ab__mb.icon_class', 'Icon class'),
('no', 'ab__mb.icon_color', 'Icon color'),
('no', 'ab__mb.icon_type', 'Icon type'),
('no', 'ab__mb.new_motivation_item', 'New motivational element'),
('no', 'ab__mb.not_display_on', 'Do not display on'),
('no', 'ab__mb.only_for.vertical_tabs.tooltip', 'This setting only works if the \"Vertical tabs\" display option is selected in the add-on settings'),
('no', 'ab__mb.products.also_in_categories', 'This product also participates in category|This product also participates in categories'),
('no', 'ab__mb.settings', 'General settings'),
('no', 'ab__mb.set_default_value', 'Restore by default'),
('no', 'ab__mb.templates_settings.brand_feature_id', '\"Brand\" feature ID'),
('no', 'ab__mb.templates_settings.brand_feature_id.tooltip', 'This setting will be used to form a filter link in the product category'),
('no', 'ab__mb.templates_settings.max_tags_count', 'Maximum tags count'),
('no', 'ab__mb.template_path.search.ignore_this_field', 'Ignore this field'),
('no', 'ab__mb.template_path.search.ignore_this_field.tooltip', 'When choosing this option - the \"Template\" field of the motivational element will not be taken into account when sampling'),
('no', 'ab__mb.template_path.templates.categories_list', 'Product categories list'),
('no', 'ab__mb.template_path.templates.categories_list.tooltip', 'The template displays a list of all categories in which the product is involved. It is available if there is at least one category in the store (except for the \"Trash category\")'),
('no', 'ab__mb.template_path.templates.geo_maps', 'Shipping information'),
('no', 'ab__mb.template_path.templates.geo_maps.tooltip', 'The template displays information about the cost of delivery of products. Available when the \"Maps and Geolocation\" add-on is active. Information will be shown only with active setting \"Show shipping cost and time on product pages\" for \"Maps and Geolocation\" add-on. The standard information output provided by CS-Cart by default will be blocked'),
('no', 'ab__mb.template_path.templates.payment_methods', 'Payment methods information'),
('no', 'ab__mb.template_path.templates.payment_methods.tooltip', 'The template displays information about the available payment methods'),
('no', 'ab__mb.template_path.templates.tags_list', 'Product tags list'),
('no', 'ab__mb.template_path.templates.tags_list.tooltip', 'The template displays a list of all tags assigned to the product. Available when the \"Tags\" add-on is active. Be sure to create and assigned tags for products'),
('no', 'ab__mb.template_path.templates.warning', 'The standard information output provided by CS-Cart by default will be blocked'),
('no', 'ab__mb.template_path.tooltip', 'Choose a way to fill content of motivational element'),
('no', 'ab__mb.template_path.variants.custom', 'Custom content (HTML/Smarty)'),
('no', 'ab__mb.update_help.tip_1', 'To fill the content of motivational elements, you can use all the variables declared on the Smarty product page, for example:<br/><hr>Array <code>{$product}</code> - information about the current product;<br/><hr>Massive <code>{$currencies}</code> - currency information;<br/><hr>Array <code>{$user_info}</code> - information about the user (note that if the client is not authorized, the array will be empty);<br/><hr>Array <code>{$settings}</code> - an array of store settings.'),
('no', 'ab__mb.update_help.title', 'Additional info for content managing'),
('no', 'ab__mb.upgrade_notifications.2.0.0.added_new_settings.text', 'Please note that new settings have been added to the add-on settings.'),
('no', 'ab__mb.upgrade_notifications.2.0.0.added_new_settings.title', 'Added new settings'),
('no', 'ab__mb.upgrade_notifications.2.0.0.added_templates.text', 'Please note that in the settings of the motivational element, the \"Template\" field was added that defines the way the content of the motivational element is filled.'),
('no', 'ab__mb.upgrade_notifications.2.0.0.added_templates.title', 'A new way of filling motivational elements has been added.'),
('no', 'ab__mb.upgrade_notifications.2.1.0.added_template.text', 'Please note that a new version of the template has been added to fill the content of the motivational element'),
('no', 'ab__mb.upgrade_notifications.2.1.0.added_template.title', 'Added a new template \"Information about payment methods\"'),
('no', 'ab__mb.upgrade_notifications.2.1.0.regenerate_data.text', 'If you use old demo-data of the add-on (or your data is based on old demo-data), then you need to regenerate the demo-data'),
('no', 'ab__mb.upgrade_notifications.2.1.0.regenerate_data.title', 'Regenerate demo-data'),
('no', 'ab__mb.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the add-on in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/ab__motivation_block.doc#p-929\">List of releases</a>.'),
('no', 'ab__mb.upgrade_notifications.title', 'AB: Motivation block was successfully updated to v[ver]!'),
('no', 'ab__mb.vendor.motivation_item.template_choosen', 'For this motivational element, the type of filling using the template is seted. <br>You can contact the store administrator to create another motivational element with the filling type \"Custom content (HTML/Smarty)\"'),
('no', 'ab__mb_all_destinations', 'All rate areas'),
('no', 'ab__mb_bg_color', 'Block color'),
('no', 'ab__mb_expanded', 'Set the disclosure element by default'),
('no', 'ab__mb_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__motivation_block.doc\'>documentation</a>.'),
('no', 'ab__mb_icon_class.tooltip', 'The complete available icons list can be found on the page<a href=\"[link]\">Administration panel -> AB: Add-ons -> AB: Motivation block -> Available icons</a>'),
('no', 'ab__mb_icon_type.icon', 'Icon'),
('no', 'ab__mb_icon_type.img', 'Image'),
('no', 'ab__mb_icon_type.nothing', 'No icon'),
('no', 'ab__mb_vendor_edit', 'Allow vendor editing'),
('no', 'ab__motivation_block', 'AB: Motivation block'),
('no', 'ab__motivation_block.breadcrumbs.manage', 'AB: Motivation block: Data management'),
('no', 'ab__motivation_block.demodata', 'Demo data'),
('no', 'ab__motivation_block.help', 'Help'),
('no', 'ab__motivation_block.icons', 'Available icons'),
('no', 'ab__motivation_block.manage', 'Data management'),
('no', 'ab__promotions_list', 'AB: Promotions list'),
('no', 'ab__promotions_view', 'AB: Promotion page'),
('no', 'ab__promotion_main_data', 'Promotion header'),
('no', 'ab__scroll_to_top', 'AB: \"Scroll to top\" button'),
('no', 'ab__scroll_to_top.arrow', 'Arrow'),
('no', 'ab__scroll_to_top.help', 'Help'),
('no', 'ab__scroll_to_top.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__scroll_to_top.doc\'>documentation</a>.'),
('no', 'ab__search_motivation', 'AB: Search motivation'),
('no', 'ab__search_motivation.default_search_phrases', 'Search expressions by default'),
('no', 'ab__search_motivation.help', 'Help'),
('no', 'ab__search_motivation.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__search_motivation.doc\'>the documentation</a>.'),
('no', 'ab__search_motivation.manage', 'Search expressions by default'),
('no', 'ab__search_motivation.search_phrases', 'Search expressions'),
('no', 'ab__show_additional_product_images', 'Show additional products images'),
('no', 'ab__sm.demo_phrases.0', 'Try our search'),
('no', 'ab__sm.demo_phrases.1', 'Enter the product name here'),
('no', 'ab__sm.demo_phrases.2', 'For example, iphone X'),
('no', 'ab__sm.demo_phrases.added', 'Added search motivation expressions'),
('no', 'ab__sm.settings', 'General settings'),
('no', 'ab__smc', 'AB: Hide the part of the content up to a certain height'),
('no', 'ab__smc.help', 'Help'),
('no', 'ab__smc.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__hide_product_description.doc\'>documentation</a>.'),
('no', 'ab__smc.less', 'Less'),
('no', 'ab__smc.more', 'More'),
('no', 'ab__smc.product_tabs.height', 'Displaying height, px'),
('no', 'ab__smc.product_tabs.height.tooltip', 'The value will set own height of the content display in px'),
('no', 'ab__smc.product_tabs.hide_content', 'Hide the content'),
('no', 'ab__smc.product_tabs.hide_content.less', 'Button text for hiding content'),
('no', 'ab__smc.product_tabs.hide_content.more', 'Button text for showing more content'),
('no', 'ab__smc.product_tabs.override', 'Redefine height for the tab'),
('no', 'ab__smc.product_tabs.override.tooltip', 'The value of the height of content will undertake from settings of the tab'),
('no', 'ab__smc.product_tabs.tab_description', '\"AB: Hide the part of the content up to a certain height\" addon settings'),
('no', 'ab__smc.settings', 'General settings'),
('no', 'ab__stt.color', 'Value of the icon attribute <b>color</b>'),
('no', 'ab__stt.only_integer', 'Only integers'),
('no', 'ab__stt.settings', 'General settings'),
('no', 'ab__ut2.autoinstall.demodata', 'Added demo data (new banners, menus and blog pages)'),
('no', 'ab__ut2.autoinstall.theme', 'Installed theme AB: UniTheme2'),
('no', 'ab__vg.exim.remove_videos', 'Clear up'),
('no', 'ab__vg.exim.remove_videos.text', 'When importing the existing videos of the updated product will be removed'),
('no', 'ab__vg.form.description', 'Description'),
('no', 'ab__vg.form.icon', 'Icon'),
('no', 'ab__vg.form.icon_type', 'Icon type'),
('no', 'ab__vg.form.icon_type.icon', 'Manual icon'),
('no', 'ab__vg.form.icon_type.snapshot', 'Video snapshot'),
('no', 'ab__vg.form.pos', 'Pos.'),
('no', 'ab__vg.form.product_settings', 'Settings'),
('no', 'ab__vg.form.product_videos', 'Video'),
('no', 'ab__vg.form.replace_image', 'Set video as the default product image'),
('no', 'ab__vg.form.status', 'Status'),
('no', 'ab__vg.form.title', 'Video title'),
('no', 'ab__vg.form.youtube_id', 'YouTube video ID'),
('no', 'ab__vg.form.youtube_id.tooltip', 'For example, for video \"https://www.youtube.com/watch?v=-boKk8uhmcY\", video ID is <code>-boKk8uhmcY</code>'),
('no', 'ab__vg.settings', 'General settings'),
('no', 'ab__vg_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__video_gallery.doc\'>documentation</a>.'),
('no', 'ab__video_gallery', 'AB: Video gallery of the product'),
('no', 'ab__video_gallery.help', 'Help'),
('no', 'ab__video_gallery_title_product', 'Video gallery'),
('no', 'accept', 'Godta'),
('no', 'accept_products', 'Godta produkter'),
('no', 'access_denied', 'Ingen tilgang'),
('no', 'access_denied_text', 'Du har ikke tillatelse til å besøke denne siden.'),
('no', 'access_for_authorized_customers_only', 'Access for authorized customers only.'),
('no', 'access_restrictions', 'Adgangsbegrensninger'),
('no', 'account', 'Konto'),
('no', 'account_name', 'Kontonavn'),
('no', 'account_number', 'Kontonummer'),
('no', 'account_type', 'Kontotype'),
('no', 'acquirerid', 'Overtakende ID'),
('no', 'action', 'Handling'),
('no', 'actions', 'Handlinger'),
('no', 'activate', 'Aktiver'),
('no', 'activate_menu_tab_for', 'Aktiver meny element for levering'),
('no', 'activate_selected', 'Aktiver valgt'),
('no', 'activate_skrill_merchant_tools', 'Aktiver Skrill Grossistverktøy'),
('no', 'activation_key', 'Aktiviseringsnøkkel'),
('no', 'activation_link', 'Aktiviseringslink'),
('no', 'activation_mode', 'Aktiveringsmodus'),
('no', 'active', 'Aktiv'),
('no', 'active_categories', 'Aktive kategorier'),
('no', 'active_preset', 'Aktive forhåndsinnstillinger'),
('no', 'active_products', 'Aktive produkter'),
('no', 'active_promotions', 'Aktive kampanjer'),
('no', 'active_style', 'Aktiv stil'),
('no', 'act_on_behalf', 'Opptre på vegne av'),
('no', 'add', 'Legg til'),
('no', 'added', 'lagt til'),
('no', 'adding_block_to_grid', 'Legg til blokk til rutenett'),
('no', 'adding_grid', 'Legg til rutenett'),
('no', 'additional_data', 'Tilleggsdata'),
('no', 'additional_images', 'Tilleggsbilder'),
('no', 'additional_options', 'Tilleggsalternativer'),
('no', 'additional_parameter_not_correct', 'Tilleggsparameter er feil'),
('no', 'additional_popup_larger_image', 'Popup større bilder av tilleggsminiatyrbilder'),
('no', 'additional_storefront_license_required', 'Flere [product] butikkforside lisenser er påkrevd'),
('no', 'additional_thumbnail', 'Tilleggsminiatyrbilder'),
('no', 'additional__option_thumbnail', 'Ekstra miniatyrbildealternativ'),
('no', 'addon', 'Modul'),
('no', 'addons', 'Moduler'),
('no', 'addons.form_builder.email_subject_field', 'E-post emnefelt'),
('no', 'addons.form_builder.form_fields', 'Skjemafelt'),
('no', 'addons.form_builder.form_name', 'Skjemanavn'),
('no', 'addons.form_builder.other_subject', 'Andre emner (angi nedenfor)'),
('no', 'addons.newsletters.email_exists_in_list', '<b>[email]</b> er allerede i listen av abonnenter'),
('no', 'addons.newsletters.show_on_registration_and_profile', 'Vis på registrering og profildetaljer sider'),
('no', 'addons.paypal.3d_secure_mandatory_notice', '3-D secure is mandatory in the United Kingdom.'),
('no', 'addons.paypal.configure_live', 'Konfigurer Live'),
('no', 'addons.paypal.configure_test', 'Konfigurer Test'),
('no', 'addons.paypal.connecting_to_signup_server', 'Kobler til <b>PayPal Sign Up Server</b>...'),
('no', 'addons.paypal.connect_to_paypal', 'Koble til PayPal'),
('no', 'addons.paypal.display_description', 'Vis beskrivelse'),
('no', 'addons.paypal.display_name', 'Visningsnavn'),
('no', 'addons.paypal.do_not_change', 'Ikke endre'),
('no', 'addons.paypal.ipn_receiving_time', 'IPN mottakstid'),
('no', 'addons.paypal.refund_message', '[amount] [currency] har blitt refundert den [date] klokken [time].'),
('no', 'addons.paypal.rma.perform_refund', 'Gi en refusjon via PayPal'),
('no', 'addons.paypal.rma.refund_performed', 'Refusjonen er gjort via PayPal'),
('no', 'addons.paypal.set_status_to', 'Satt til:'),
('no', 'addons.paypal.signup_completed', 'Betalingsmetoden <b>[payment]</b>er vellykket konfigurert'),
('no', 'addons.paypal.signup_errors.merchant_credentials', 'Det oppstod en feil ved å nå betalingsmetode konfigurasjonen'),
('no', 'addons.paypal.signup_errors.signup_init', 'Det oppsto en feil ved tilkobling mot PayPal-kontoen'),
('no', 'addons.paypal.signup_messages.confirmation_needed', 'For å få tilgang til betalinger fra kundene dine, vennligst bekreft e-post-adressen din ved å følge instruksjonene PayPal har sendt til deg via e-post.'),
('no', 'addons.paypal.signup_messages.finish_signup', 'Du har nå en PayPal-bedriftskonto, og du har integrert [product] vellykket med PayPal.<br>Ikke glem å bekrefte e-post-adressen din for å aktivere kontoen, slik at du kan få tilgang til betalingene. For å gjøre dette, følg instruksjonene PayPal har sendt til e-post-adressen din.'),
('no', 'addons.paypal.status_for_new_orders', 'Startnummer på ordre-ID'),
('no', 'addons.paypal.status_for_new_orders.incomplete', 'Dette sikrer at du ikke vil ha forlatte ubetalte ordre med <i>Open</i> statusen og reserverte produkter. Men inntil responsen fra PayPal (en IPN melding) kommer gjennom eller kunden returnerer til butikken via en link på PayPal-området, vil ordren bli oppført som <i>Incomplete</i>, og produktene vil ikke bli reservert.'),
('no', 'addons.paypal.status_for_new_orders.open', 'Som standard reduserer <i>Open</i> statusen inventar, slik at to kunder ikke vil være i stand til å kjøpe det samme produktet, mens betalingen blir behandlet av PayPal. Men hvis en kunde forlater PayPal nettstedet uten å betale eller går tilbake til butikken via en link på PayPal-området, vil du ha en forlatt <i>Open</i> ordre med reserverte produkter.'),
('no', 'addons.paypal.surcharge_policy_notice', 'Tilleggsavgift er satt for betalingsmåten som bruker PayPal. Sørg for at dette er i samsvar med <a href=\"https://www.paypal.com/webapps/mpp/ua/legalhub-full\" target=\"_blank\">brukeravtalen for PayPals tjenester</a> i din region.'),
('no', 'addons.paypal.technical_details', 'Tekniske detaljer'),
('no', 'addons.paypal.use_buttons_to_signup', 'Bruk disse knappene for å fullføre konfigurasjonsveiviseren'),
('no', 'addons.rss_feed.icon', 'RSS-feed abonnements-ikon'),
('no', 'addons.social_buttons.yandex_button_update_notice', '<p>After some changes on the Yandex end, the Odnoklassniki social button stopped working for some of our clients. To make sure that the button works in your store, copy the up-to-date code from the Yandex website, paste it into the <b>Yandex.Share code</b> field, and save your changes.</p><p><a href=\"[GO_TO_ADDON_SETTING_LINK]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Open add-on settings</a> <a href=\"https://tech.yandex.ru/share/\" target=\"_blank\" class=\"btn btn-large\">Get up-to-date code from Yandex</a></p>'),
('no', 'addons.social_buttons.yandex_button_update_notice_title', 'Social buttons: Please update Yandex.Share code if you use Yandex social buttons'),
('no', 'addons.tags.add_a_tag', 'Legg til en tagg'),
('no', 'addons.vendor_plans.commission_description_absolute', '[amount] ut av [sum]'),
('no', 'addons.vendor_plans.commission_description_percent', '[amount]% av [sum]'),
('no', 'addons.vendor_plans.payout_for_the_plan', 'Utbetaling for forhandlerplan: [plan]'),
('no', 'addons_source', 'Kilde'),
('no', 'addon_built_in', 'Innebygd'),
('no', 'addon_files_was_copied', 'The <b>\"[addon]\"</b> add-on files has been copied successfully'),
('no', 'addon_license_key_tooltip', 'Angi lisensnummer du har mottatt via e-post for å motta modul oppgraderinger.'),
('no', 'addon_reinstall.dangerous_way', '<strong>The dangerous way:</strong> we\'ll replace all the files of the add-on with new ones, but keep all the add-on\'s data in the database intact. This can break the add-on, or might even break your store. Please don\'t use the dangerous way, unless you absolutely know what you\'re doing.'),
('no', 'addon_reinstall.dangerous_way.action', 'Use the dangerous way'),
('no', 'addon_reinstall.dangerous_way.confirm', 'I know the risks and want to use the dangerous way.'),
('no', 'addon_reinstall.intro', 'Looks like you are trying to install an add-on that is already installed. We can do it for you in two ways; we recommend the safe way.'),
('no', 'addon_reinstall.safe_way', '<strong>The safe way:</strong> we\'ll uninstall the old add-on first, and then install the new one. The drawback is that any data and settings related to the add-on will be lost.'),
('no', 'addon_reinstall.safe_way.action', 'Use the safe way'),
('no', 'addon_sql_error', 'En feil i en SQL-spørring skjedde under Tillegg installasjonen. Tillegget vil ikke bli installert.'),
('no', 'addon_third_party', 'Tredjepart'),
('no', 'addon_uninstall_sql_error', 'Det oppstod en feil i en SQL-spørring ved avinstallering av modulen.'),
('no', 'address', 'Adresse'),
('no', 'addresses', 'Adresser'),
('no', 'address_2', 'Adresse (linje 2)'),
('no', 'address_commercial', 'Kommersiell'),
('no', 'address_residential', 'Privat'),
('no', 'address_type', 'Adresse type'),
('no', 'add_administrator', 'Legg til Administrator'),
('no', 'add_all_to_cart', 'Legge til alle i handlevognen'),
('no', 'add_as_order', 'Add as order'),
('no', 'add_attachment', 'Legg til vedlegg'),
('no', 'add_autoresponder', 'Legg til autosvarer'),
('no', 'add_banner', 'Legg til banner'),
('no', 'add_banners', 'Legg til bannere'),
('no', 'add_banners_and_close', 'Legg til bannere og lukk'),
('no', 'add_block', 'Legg til blokk'),
('no', 'add_bonus', 'Legg til bonus'),
('no', 'add_campaign', 'Legg til kampanje'),
('no', 'add_cart_promotion', 'Legg til handlevognkampanje'),
('no', 'add_catalog_promotion', 'Legg til katalogkampanje'),
('no', 'add_categories', 'Legg til kategorier'),
('no', 'add_categories_and_close', 'Legg til kategorier og lukk'),
('no', 'add_category', 'Legg til kategori'),
('no', 'add_chart', 'Legg til diagram'),
('no', 'add_combination', 'Legg til kombinasjon'),
('no', 'add_companies', 'Legg til forhandlere'),
('no', 'add_companies_and_close', 'Legg til forhandlere og lukk'),
('no', 'add_condition', 'Legg til betingelse'),
('no', 'add_credit_card', 'Legg til kredittkort'),
('no', 'add_currency', 'Legg til valuta'),
('no', 'add_customer', 'Legg til kunde'),
('no', 'add_datafeed', 'Legg til data feed'),
('no', 'add_domains', 'Legg til nye domener'),
('no', 'add_elements', 'Legg til elementer'),
('no', 'add_emails', 'Legg til e-post-adresser'),
('no', 'add_email_snippet', 'Legg til tekstbit'),
('no', 'add_empty_item', 'Legg til tomt element'),
('no', 'add_feature', 'Legg til funksjon'),
('no', 'add_field', 'Legg til felt'),
('no', 'add_file', 'Legg til fil'),
('no', 'add_filter', 'Legg til filter'),
('no', 'add_filters', 'Legg til filtre'),
('no', 'add_filters_and_close', 'Legg til filtre og lukk'),
('no', 'add_folder', 'Legg til mappe'),
('no', 'add_form', 'Legg til skjema'),
('no', 'add_gift_certificate', 'Legg til Gavekort'),
('no', 'add_global_option', 'Legg til globalt alternativ'),
('no', 'add_grid_block', 'Legg til rutenett eller blokk'),
('no', 'add_group', 'Legg til gruppe'),
('no', 'add_image_from_server', 'Legge til bilde fra server'),
('no', 'add_image_from_url', 'Legg til bilde fra URL'),
('no', 'add_ips', 'Legg til nye IP-er'),
('no', 'add_item', 'Legg til element'),
('no', 'add_items', 'Legg til [items]'),
('no', 'add_language', 'Legg til et språk'),
('no', 'add_language_variable', 'Legg til språkvariabel'),
('no', 'add_layout', 'Legg til layout'),
('no', 'add_link', 'Legg til link'),
('no', 'add_localization', 'Legg til lokalisering'),
('no', 'add_location', 'Legg til beliggenhet'),
('no', 'add_mailing_lists', 'Legg til e-post liste'),
('no', 'add_menu', 'Legg til meny'),
('no', 'add_new', 'Legg til ny'),
('no', 'add_newsletter', 'Legg til nyhetsbrev'),
('no', 'add_new_datafeed', 'Ny data feed'),
('no', 'add_new_field', 'Legg til nytt felt'),
('no', 'add_new_order', 'Legg til ny ordre'),
('no', 'add_new_variant', 'Legg til ny variant'),
('no', 'add_nf_warning', 'É necessário anexar nota fiscal para gerar etiqueta'),
('no', 'add_option', 'Legg til alternativ'),
('no', 'add_order', 'Legg til ordre'),
('no', 'add_orders', 'Legg til ordre'),
('no', 'add_orders_and_close', 'Legg til ordre og lukk'),
('no', 'add_page', 'Legg til side'),
('no', 'add_pages', 'Legg til sider'),
('no', 'add_pages_and_close', 'Legg til sider og lukk'),
('no', 'add_payment', 'Legg til betalingsmåte'),
('no', 'add_payout', 'Legg til utbetaling'),
('no', 'add_poll', 'Legg til spørreundersøkelse'),
('no', 'add_polls', 'Legg til Spørreundersøkelser'),
('no', 'add_polls_and_close', 'Legg til spørreundersøkelser og lukk'),
('no', 'add_post', 'Legg til Innlegg'),
('no', 'add_product', 'Legg til produkt'),
('no', 'add_products', 'Legg til produkter'),
('no', 'add_products_and_close', 'Legg til produkter og lukk'),
('no', 'add_products_to_section', 'Legg til produkt(er) til denne seksjonen'),
('no', 'add_product_filter', 'Legg til produktfilter'),
('no', 'add_profile_fields', 'Add profile fields'),
('no', 'add_profile_fields_and_close', 'Add profile fields and close'),
('no', 'add_promotions', 'Legg til kampanjer'),
('no', 'add_question', 'Legg til Spørsmål'),
('no', 'add_rate_area', 'Add rate area'),
('no', 'add_reason', 'Legg til Begrunnelse'),
('no', 'add_recipients_from_users', 'Legge til mottakere fra brukere'),
('no', 'add_report', 'Legg til rapport'),
('no', 'add_section', 'Legg til seksjon'),
('no', 'add_selected_to_cart', 'Legg valgte i handlevognen'),
('no', 'add_shipping_method', 'Legg til fraktmetode'),
('no', 'add_site_map_section', 'Legg til seksjon i sidekart'),
('no', 'add_snippet', 'Legg til tekstbit'),
('no', 'add_state', 'Legg til Stat/kommune'),
('no', 'add_status', 'Legg til status'),
('no', 'add_storefront', 'Add storefront'),
('no', 'add_storefronts', 'Add storefronts'),
('no', 'add_storefronts_and_close', 'Add storefronts and close'),
('no', 'add_store_location', 'Legg til butikk beliggenhet'),
('no', 'add_subcategory', 'Legg til underkategori'),
('no', 'add_subscriber', 'Legg til abonnent'),
('no', 'add_subscribers_from_users', 'Legg til abonnenter fra listen over brukere'),
('no', 'add_subtract_points', 'Legg til og trekk fra poeng'),
('no', 'add_supplier', 'Legg til Leverandør'),
('no', 'add_tab', 'Legg til fane'),
('no', 'add_table_column', 'Legg til kolonne'),
('no', 'add_tag', 'Legg til tagg'),
('no', 'add_tax', 'Legg til skatt'),
('no', 'add_template', 'Legg til mal'),
('no', 'add_to_cart', 'Legg i handlevognen'),
('no', 'add_to_comparison_list', 'Legg til sammenligning'),
('no', 'add_to_wishlist', 'Add to Wishlist'),
('no', 'add_user', 'Legg til bruker'),
('no', 'add_users', 'Legg til brukere'),
('no', 'add_users_and_close', 'Legg til brukere og lukk'),
('no', 'add_vendor', 'Legg til forhandler'),
('no', 'add_vendor_administrator', 'Legg til forhandlers administrator'),
('no', 'add_withdrawal', 'Be om uttak'),
('no', 'admin2', 'Du kan ikke utføre en import til denne nettbutikken fordi du bruker en utgått testversjon av CS-Cart'),
('no', 'administration', 'Administrasjon'),
('no', 'administration_menu_structure_changed_upgrade_notification_text', '<p><b>Locations</b> in <i>Administration → Shipping & taxes</i> renamed to <b>Rate areas</b>. That\'s because the purpose of locations is to set different shipping rates and tax rates.</p><p>Order statuses, shipment statuses, and gift certificate statuses are now located in their own sub-menu: <b>Administration → Statuses.</b></p>'),
('no', 'administration_menu_structure_changed_upgrade_notification_title', 'Administration menu changed'),
('no', 'administration_panel', 'Administrasjonspanel'),
('no', 'administration_panel.block_manager.enable', 'Edit structure<br/><br/>Change various blocks with information: show them, hide them, or move them as you see fit.<br/>This currently works only at the checkout page. Add a product to cart and proceed to checkout to see the editor'),
('no', 'administration_panel.live_editor.enable', 'Edit сontent<br/><br/>Change the texts and other data directly on the storefront, without using the administration panel'),
('no', 'administration_panel.theme_editor.enable', 'Edit style<br/><br/>Change the style of your store (logos, colors, fonts, and so on) and see the changes as you make them'),
('no', 'administrator', 'Administrator'),
('no', 'administrators', 'Administratorer'),
('no', 'administrators_menu_description', 'Liste over butikkens administratorer og registrerte brukere med en adminkonto.'),
('no', 'administrators_notified', '[count] administratorer varslet.'),
('no', 'admin_notifications', 'Administrator notifikasjoner'),
('no', 'admin_panel', 'Administrasjonspanel'),
('no', 'admin_panel.block_manager', 'Editing layout'),
('no', 'admin_panel_will_be_blocked', 'Installasjon integritet sjekk mislyktes. Tilgang til adminpanelet vil bli blokkert i løpet av 2 dager. Ta kontakt med vårt <a href=\"[href]\">support team</a>'),
('no', 'admin_text_letter_footer', 'Nettbutikk for [company_name].'),
('no', 'advanced', 'Avansert'),
('no', 'advanced_companies_search', 'Advanced companies search'),
('no', 'advanced_customer_search', 'Avansert kunde søk'),
('no', 'advanced_import.additional_settings', 'Tilleggsinnstillinger'),
('no', 'advanced_import.add_preset', 'Legg til forhåndsinnstilling'),
('no', 'advanced_import.advanced_products_import', 'Products'),
('no', 'advanced_import.cannot_detect_csv_delimiter', 'Cannot detect delimiter automatically. Please specify the correct delimiter manually in the additional settings on the \"File\" tab.'),
('no', 'advanced_import.cant_load_file', 'File can\'t be loaded'),
('no', 'advanced_import.cant_load_file_for_company', 'Filen kan ikke lastes inn for det angitte selskapet'),
('no', 'advanced_import.cant_save_preset_invalid_modifiers', 'Forhåndsinnstillingen kan ikke lagres fordi den inneholder ugyldige modifikatorer'),
('no', 'advanced_import.column_header', 'Kolonnenavn i den importerte filen'),
('no', 'advanced_import.coming_soon', '... kommer snart'),
('no', 'advanced_import.create_new_products_only', 'Opprett bare nye produkter'),
('no', 'advanced_import.delete_additional_images', 'Slett eksisterende alternative bilder'),
('no', 'advanced_import.delete_additional_images_tooltip', 'Hvis du aktiverer denne innstillingen, vil eksisterende alternative bilder av de importerte produktene bli erstattet med bildene som er angitt i den importerte filen (hvis det ikke er angitt noen bilder, vil de gamle bildene forbli). Hvis innstillingen er deaktivert, legges de nye alternative bildene til de eksisterende bildene.'),
('no', 'advanced_import.editing_preset', 'Redigering forhåndsinnstilling: [preset]'),
('no', 'advanced_import.example_imported_title', 'For eksempel, her er en verdi i første linje i filen din:'),
('no', 'advanced_import.example_modified_title', 'Og her er hvordan denne verdien vil bli importert:'),
('no', 'advanced_import.fetching_schema_failed_check_file', 'Before you can run the import, please make sure that:<ul><li>You have created the import preset by using the Create button. If you see Save instead of Create, then you\'ve already done that.</li><li>You have specified the correct XML target node on the File tab and saved the preset.</li><li>You have matched the imported information with the product properties in CS-Cart on the Fields mapping tab and saved the preset.</li></ul>If you see this message, you haven\'t completed point 1 or 2.'),
('no', 'advanced_import.fetching_schema_failed_check_target_node', 'Pass på at feltet <b>XML target node</b> er fylt ut riktig.'),
('no', 'advanced_import.fields_mapping', 'Felt kartlegging'),
('no', 'advanced_import.fields_mapping.description', 'Denne tabellen inneholder listen over kolonner fra den importerte filen. For hver kolonne du vil importere, velg en tilsvarende produktegenskap i [product]. Sjekk deretter hvilken type data som skal importeres fra den kolonnen, og bruk modifikatorer for å endre disse dataene, om nødvendig. Husk å lagre endringene dine.'),
('no', 'advanced_import.file', 'Fil'),
('no', 'advanced_import.first_line_import_value', 'Eksempel på den importerte verdien'),
('no', 'advanced_import.general_settings', 'Generelle innstillinger'),
('no', 'advanced_import.has_modifiers', 'Har modifikatorer'),
('no', 'advanced_import.images_delimiter', 'Bilder skilletegn'),
('no', 'advanced_import.images_delimiter.description', 'Skilletegn mellom bilder av et produkt.'),
('no', 'advanced_import.import_all', 'Importer alle produkter fra filen'),
('no', 'advanced_import.import_fields', 'Import felt'),
('no', 'advanced_import.import_file', 'Importer fil'),
('no', 'advanced_import.import_products', 'Importer produkter'),
('no', 'advanced_import.import_products_w_preset', 'Importer produkter: [preset]'),
('no', 'advanced_import.import_strategy', 'Importstrategi'),
('no', 'advanced_import.import_strategy_tooltip', 'Hvis du velger \"Bare oppdater eksisterende produkter\", blir produkter som ikke finnes i databasen din, hoppet over under importen.<br>Hvis du velger \"Opprett bare nye produkter\", vil produkter som finnes i databasen til butikken din bli hoppet over under importen.'),
('no', 'advanced_import.incorrect_delimiter', 'Specified (or auto detected) delimiter seems to be incorrect. Please specify the correct delimiter manually in the additional settings on the \"File\" tab.'),
('no', 'advanced_import.invalid_function_firs_character', 'Modifikasjonsnavnet kan ikke starte med tegnet <b>[character]</b>.'),
('no', 'advanced_import.invalid_modifier_message', 'Modifikatoren <b>[modifier]</b> er ugyldig. [message]'),
('no', 'advanced_import.invalid_number_of_parameters_provided', 'Ugyldig antall parametere som er oppgitt for modifikator:: <b>[modifier]</b>: forventet [expected_count], fikk [actual_count].'),
('no', 'advanced_import.last_launch', 'Siste import'),
('no', 'advanced_import.last_status', 'Status'),
('no', 'advanced_import.last_status.F', 'Feil'),
('no', 'advanced_import.last_status.P', 'Pågår'),
('no', 'advanced_import.last_status.S', 'Vellykket'),
('no', 'advanced_import.last_status.X', '&mdash;'),
('no', 'advanced_import.missing_parameters_list_closer', 'Den forventede <b>[closer]</b> etter parameterlisten mangler.'),
('no', 'advanced_import.modifier', 'Modifikator'),
('no', 'advanced_import.modifiers_description', 'Bruk disse funksjonene i kolonnen <b>Modifikator</b> for å endre verdiene i feltene fra den importerte filen. Skriv inn funksjonene som følger: <b>funksjon(parameter, parameter)</b>. Vær oppmerksom på at nesting av funksjoner ikke støttes.'),
('no', 'advanced_import.modifiers_list', 'Modifiseringslisten'),
('no', 'advanced_import.modifiers_self_referencing_info', 'De fleste funksjoner lar deg bruke den ikke-modifiserte verdien av det importerte feltet ved å bruke <b>$value</b> som en parameter. Hvis det er noen unntak, blir de nevnt i funksjonsbeskrivelsene.'),
('no', 'advanced_import.modifier_description.case', '<b>case</b>&mdash;odd parameters are expressions, and the following even parameters are corresponding values. The function checks the expressions and returns the value corresponding to the first expression that ends up being <i>true</i>.<ul><li>Examples:</li><ul><li><b>case($value>100, \"More than 100\", $value>70, \"More than 70\", $value>20, \"More than 20\", $value>0, \"In stock\", $value=0, \"Out of stock\")</b> will result in <i>More than 70</i> if the <i>$value</i> in the imported file is a number between 71 and 100</li></ul><li>Notes:<ul><li>This function shares expression rules and available operations with the <b>if</b> function.</li><li>Only even numbers of parameters are supported: <b>2, 4, 6, 8</b>, etc.</li></ul></li></ul>'),
('no', 'advanced_import.modifier_description.concat', '<b>concat</b>&mdash;concatenates all the provided parameters. <ul><li>Examples:</li><ul><li><b>concat(\'abc\', def)</b> will result in <i>abcdef</i></li> <li><b>concat(\'PRODUCT_\', $value, \'_CODE\')</b> will result in <i>PRODUCT_$value_CODE</i>, but <b>$value</b> will be replaced with the the value of the imported field</li></ul></ul>'),
('no', 'advanced_import.modifier_description.div', '<b>div</b>&mdash;divides the first parameter by the second. <ul><li>Examples:</li><ul><li><b>div(9, 3)</b> equals <i>3</i></li> <li><b>div($value, 7)</b> equals <i>the value of the imported field ÷ 7</i></li></ul></ul>'),
('no', 'advanced_import.modifier_description.if', '<b>if</b>&mdash;checks the expression in the first parameter. If the first parameter is <i>true</i>, the function returns the second parameter. Otherwise the function returns the third parameter.<ul><li>Examples:</li><ul><li><b>if($value>\"0\", \"In Stock\", \"Out of stock\")</b> will result in <i>In Stock</i> if <i>$value > 0</i> is <i>true</i>; otherwise the result will be <i>Out of stock</i></li></ul><li>Available operations for the expression are:<ul><li><b>=</b>&mdash;checks for equality: <i>if($value=100, ...)</i></li><li><b>!=</b>&mdash;checks for inequality: <i>if($value!=100, ...)</i></li><li><b>&gt;</b>&mdash;checks if the first value is greater than the second: <i>if($value&gt;100, ...)</i></li><li><b>&lt;</b>&mdash;checks if the first value is less than the second: <i>if($value&lt;100, ...)</i></li><li><b>&gt;=</b>&mdash;checks if the first value is greater than or equal to the second: <i>if($value&gt;=100, ...)</i></li><li><b>&lt;=</b>&mdash;checks if the first value is less than or equal to the second: <i>if($value&lt;=100, ...)</i></li></ul></li><li>Notes:<ul><li>If you use single (\') or double (\") quotes in the first parameter, make sure that the first parameter is either wrapped in quotes entirely, or that there is no end quote in the middle of the parameter. For example, <i>if(\"My value\"=$value, ...)</i> will not work, but <i>if(\"My value=$value\", ...)</i> will.</ul></li></ul>'),
('no', 'advanced_import.modifier_description.mul', '<b>mul</b>&mdash;multiplies the numbers provided as parameters. <ul><li>Examples:</li><ul><li><b>mul(3, 1)</b> equals <i>3</i></li> <li><b>mul($value, 7)</b> equals <i>the value of the imported field × 7</i></li></ul></ul>'),
('no', 'advanced_import.modifier_description.rand', '<b>rand</b>&mdash;generates a random number from 1 to the maximum value provided as the parameter. <ul><li>Examples:</li><ul><li><b>rand(999)</b> may result in any number from 1 to 999.</li></ul></ul>'),
('no', 'advanced_import.modifier_description.replace', '<b>replace</b>&mdash;replaces all occurrences of the search string with the replacement string. <br>The order of parameters is important: <b>replace(\'search\', \'replace\', \'subject\')</b>. <ul><li>Examples:</li><ul><li><b>replace(\'a\', !, \"banana\")</b> will result in <i>b!n!n!</i></li> <li><b>replace(\"t-shirt\", \'T-Shirt\', $value)</b> will replace every occurrence of <i>t-shirt</i> with <i>T-Shirt</i> in every entry in the column.</li></ul></ul>'),
('no', 'advanced_import.modifier_description.sub', '<b>sub</b>&mdash;subtracts the second parameter from the first. <ul><li>Examples:</li><ul><li><b>sub(3, 1)</b> equals <i>2</i></li> <li><b>sub($value, 7)</b> equals <i>the value of the imported field - 7</i></li></ul></ul>'),
('no', 'advanced_import.modifier_description.sum', '<b>sum</b>&mdash;sums up two numbers provided as parameters. <ul><li>Examples:</li><ul><li><b>sum(1, 3)</b> equals <i>4</i></li> <li><b>sum(7, $value)</b> equals <i>7 + the value of the imported field</i></li></ul></ul>'),
('no', 'advanced_import.modifier_description.w_replace', '<b>w_replace</b>&mdash;replaces all occurrences of the search string with the replacement string using wildcards. <br>The order of parameters is important: <b>w_replace(\'search\', \'replace\', \'subject\')</b>. <br>Supported wildcards: <b>?</b>&mdash;any single character; <b>*</b>&mdash;any number of characters to the end of the word. <ul><li>Examples</li><ul><li><b>w_replace(\'banan?\', bananas, banana banans bananz)</b> will result in <i>bananas bananas bananas</i></li> <li><b>w_replace(\"ban*\", \'bananas\', banana banans bananz)</b> will also result in <i>bananas bananas bananas</i></li></ul></ul>'),
('no', 'advanced_import.modifier_number_of_parameters', 'Antall parametere'),
('no', 'advanced_import.modifier_self_reference_is_unsupported', 'Denne funksjonen støtter ikke bruken av en ikke-endret verdi fra den importerte filen.'),
('no', 'advanced_import.modifier_title', 'En modifikator er en regel som endrer verdier i en kolonne'),
('no', 'advanced_import.never', 'Aldri'),
('no', 'advanced_import.new_preset', 'Ny forhåndsinnstilling'),
('no', 'advanced_import.options', 'Alternativer'),
('no', 'advanced_import.preset_last_view', 'Forhåndsinnstilling'),
('no', 'advanced_import.preset_not_found', 'Forhåndsinnstilling ikke funnet'),
('no', 'advanced_import.previewing_fields_mapping', 'Forhåndsvisning av feltkartlegging for forhåndsinnstillingen: [preset]'),
('no', 'advanced_import.product_property', 'Produktegenskaper i [product]'),
('no', 'advanced_import.properties', 'Egenskaper'),
('no', 'advanced_import.remove_images', 'Fjern tilleggsbilder'),
('no', 'advanced_import.run_import_via_cron_message', 'You can run the import automatically at certain time intervals. To do it, add the following command to CRON:'),
('no', 'advanced_import.show_less', 'Vis mindre'),
('no', 'advanced_import.show_more', 'Vis mer'),
('no', 'advanced_import.target_node', 'XML target node'),
('no', 'advanced_import.target_node.description', 'The full path to the XML node with the information about an imported entity. The nodes nested in the specified node will be used as columns of the imported file. Here is an example of the path: yml_catalog/shop/offers/offer'),
('no', 'advanced_import.test_import', 'Utfør testimport'),
('no', 'advanced_import.test_import_tooltip', 'Hvis du aktiverer denne innstillingen, blir bare det første [n] produktet behandlet.|Hvis du aktiverer denne innstillingen, blir bare de første [n] produktene behandlet.'),
('no', 'advanced_import.unexpected_parameter_passed', 'Forventet <b>[delimiter]</b> eller <b>[closer]</b> fikk <b>[char]</b>.'),
('no', 'advanced_import.unrecognized_modifier', 'Modifikatoren <b>[modifier]</b> eksisterer ikke.'),
('no', 'advanced_import.uploading_file', 'Laster opp filen for forhåndsinnstillingen: [preset]'),
('no', 'advanced_import.user_upload', 'Bruker opplasting'),
('no', 'advanced_import_images', 'Produktbilder'),
('no', 'advanced_products_search', 'Avansert produkt søk'),
('no', 'advanced_search', 'Avansert søk'),
('no', 'advanced_search_options', 'Avanserte søkealternativer'),
('no', 'advanced_storefronts_search', 'Advanced storefronts search'),
('no', 'affected_email_templates', 'Email templates using this document'),
('no', 'after_full_payment', 'Etter full betaling'),
('no', 'after_sum', 'Etter sum'),
('no', 'agent', 'Agent'),
('no', 'agent_id', 'Agent ID'),
('no', 'age_limit', 'Aldersgrense'),
('no', 'age_verification', 'Verifisering av alder'),
('no', 'age_warning_message', 'Advarsel'),
('no', 'agilecrm.account_ask', 'Do not have an Agile Account. <a target=\"_blank\" href=\"https://www.agilecrm.com/pricing?utm_source=cscart	&utm_medium=website&utm_campaign=integration\" style=\"text-decoration:none;padding:5px\" class=\"btn-primary\">Create account</a> and fill the details below<br/><br/>'),
('no', 'agilecrm_btn_validate', 'Validate'),
('no', 'agile_domain', 'Agile Domain'),
('no', 'agile_rest_api_key', 'Rest API Key'),
('no', 'agreement_required', 'Avtale kreves'),
('no', 'all', 'Alle'),
('no', 'allowed', 'Tillatt'),
('no', 'allowed_combinations', 'Tillatte kombinasjoner'),
('no', 'allowed_extensions', 'Tillatte filtyper'),
('no', 'allowed_extensions_hint', 'La dette feltet stå tomt for å tillate opplasting av alle typer filer, eller skriv inn tillatte filtyper atskilt med komma (f.eks jpg, bmp, gif, pdf)'),
('no', 'allow_api_access', 'Ja, tillat denne brukeren å bruke API'),
('no', 'allow_return_registration', 'Tillat registrering av varer for retur'),
('no', 'all_actions', 'Alle handlinger'),
('no', 'all_block_types', 'All block types'),
('no', 'all_categories', 'All categories'),
('no', 'all_companies', 'All vendors'),
('no', 'all_currencies', 'All currencies'),
('no', 'all_downloads', 'Alle nedlastinger'),
('no', 'all_features', 'Alle funksjoner'),
('no', 'all_filters', 'Alle produktfiltre'),
('no', 'all_languages', 'All languages'),
('no', 'all_layouts', 'All layouts'),
('no', 'all_locations', 'All locations'),
('no', 'all_pages', 'Alle sider'),
('no', 'all_products', 'All products'),
('no', 'all_products_have_been_updated', 'Alle produkter har blitt oppdatert.'),
('no', 'all_storefronts', 'All storefronts'),
('no', 'all_storefronts_short', 'All'),
('no', 'all_stores', 'Alle butikker'),
('no', 'all_vendors', 'Alle forhandlere'),
('no', 'all_words', 'Alle disse ordene'),
('no', 'also_bought', 'Også kjøpt'),
('no', 'alternative_text', 'Alt-tekst'),
('no', 'alt_text', 'Alternativ tekst/tittel'),
('no', 'always', 'Alltid'),
('no', 'american_express', 'American Express'),
('no', 'american_express_info', 'CVV er på forsiden av kortet ovenfor kredittkortnummeret (enten på høyre eller på venstre side av kredittkortet).'),
('no', 'amount', 'Beløp'),
('no', 'amount_decreased', 'Antallet er redusert med'),
('no', 'amount_increased', 'Antall er økt med'),
('no', 'amount_type', 'Mengdetype'),
('no', 'and', 'og'),
('no', 'anonymous', 'Anonym'),
('no', 'answer', 'Svar'),
('no', 'answers', 'Svar'),
('no', 'answer_text', 'Svartekst'),
('no', 'any', 'Hvilken som helst'),
('no', 'any_category', 'Enhver kategori'),
('no', 'any_date', 'Hvilken som helst dato'),
('no', 'any_option_combinations', 'Hvilken som helst alternativkombinasjon'),
('no', 'any_product', 'Ethvert produkt'),
('no', 'any_status', 'Hvilken som helst status'),
('no', 'any_words', 'Hvilken som helst av disse ordene'),
('no', 'api', 'API'),
('no', 'apikey', 'API nøkkel'),
('no', 'api_access', 'API tilgang'),
('no', 'api_access_for_user', 'API access for this user'),
('no', 'api_access_has_been_disabled', 'Fra nå av, kan du ikke bruke vår API'),
('no', 'api_access_has_been_enabled', 'Du kan nå bruke vår API'),
('no', 'api_invalid_value', 'Ugyldig verdi `[value]` spesifisert for [field]'),
('no', 'api_invalid_value_w_valid_list', 'Ugyldig verdi `[value]` spesifisert for [field]. Gyldige verdier er: [valid_list]'),
('no', 'api_key', 'API nøkkel'),
('no', 'api_key_not_found', 'Api key was not found'),
('no', 'api_need_correct_company_id', 'Firmaet ved bestått ID ikke funnet'),
('no', 'api_need_id', 'Objekt ID udefinert'),
('no', 'api_need_params', 'Manglende parametere'),
('no', 'api_need_store', 'Butikk er påkrevd (the company_id param or entity stores)'),
('no', 'api_not_need_id', 'ID må ikke defineres'),
('no', 'api_no_shipping_methods_available', 'Ingen fraktmetoder er tilgjengelige'),
('no', 'api_order_couldnt_be_created', 'Ordre kunne ikke opprettes'),
('no', 'api_partner', 'API partner'),
('no', 'api_password', 'API passord'),
('no', 'api_required_field', 'Feltet [field] er påkrevet'),
('no', 'api_required_fields', 'Følgende felt er påkrevd: [fields]'),
('no', 'api_shipments_not_allow_update', 'Bare tracking_number og instillinger for transportselskap kan oppdateres med \'Tillat flere forsendelser for en enkelt ordre\' valgt'),
('no', 'api_shipments_update_not_allowed', 'Bare sporingsnummer og parametere for transportselskap kan oppdateres'),
('no', 'api_user', 'API bruker'),
('no', 'api_wrong_user_company_relation', 'Brukeren finnes ikke for denne butikken, og deling av brukere blant butikker er deaktivert.'),
('no', 'appearance', 'Utseende'),
('no', 'appearance_settings', 'Utseende innstillinger'),
('no', 'appearance_type', 'Utseende type'),
('no', 'application_id', 'Applikasjons ID'),
('no', 'application_login', 'Applikasjon login'),
('no', 'apply', 'Bruk'),
('no', 'apply_as_link', 'Bruk som link'),
('no', 'apply_for_vendor_account', 'Søk om en forhandlerkonto'),
('no', 'apply_shipping_for_all_vendors', 'Tillat frakt for alle leverandører'),
('no', 'apply_shipping_for_all_vendors_confirm', 'Leveringsmåten vil bli brukt for alle leverandører. Er du sikker på at du vil fortsette?'),
('no', 'apply_tax_to_products', 'Påfør valgt moms på alle produkter'),
('no', 'apply_to_all_languages', 'Bruk på alle språk'),
('no', 'apply_to_products', 'Bruk på produkter'),
('no', 'approval', 'Godkjenning'),
('no', 'approve', 'Godkjenn'),
('no', 'approved', 'Godkjent'),
('no', 'approve_selected', 'Godkjenn valgte'),
('no', 'app_params', 'Application'),
('no', 'arabic', 'Arabisk'),
('no', 'arrows', 'Piler'),
('no', 'asc', 'gå opp'),
('no', 'assign_to_me', 'Tilordne til meg'),
('no', 'attachments', 'Vedlegg'),
('no', 'attention', 'OBS!'),
('no', 'audience', 'Publikum'),
('no', 'australia_post_upgrade_notification_text', '<p>Den siste versjonen av [product] har ulike innstillinger for fraktpris beregning i sanntid hvis du bruker Australia Post som transportselskap.</p><p>Hvis du ønsker å vise gjeldende fraktpriser til kundene dine, kan du gjøre dette:</p><ul><li>gå til Administrasjon > Forsendelse og moms > Fraktmetoder</li><li>velg transportselskapet som bruker Australia Post som en leverandør for å beregne fraktpriser</li><li>bytt til fanen Generelt, og skriv inn riktig frakt tjeneste</li><li>bytte til fanen Konfigurer og skriv inn riktig <a href=\"https://developers.auspost.com.au/apis/pacpcs-registration\" target=\"_blank\">PAC API-nøkkel</a></li></ul>'),
('no', 'australia_post_upgrade_notification_title', 'Australia Post sanntid frakt beregning endringer'),
('no', 'auth.one_time_password.notification.error_password_invalid', 'Sorry, it seems that the code you\'ve entered is incorrect. It may have expired or been used already. Please check the code you\'re entering or request a new code.'),
('no', 'auth.one_time_password.notification.error_password_required', 'Please enter the code to sign in.'),
('no', 'auth.one_time_password.notification.info_password_sent', 'We\'ve sent a one-time code to [email].'),
('no', 'auth.one_time_password.popup.input_placeholder', 'Enter the code here'),
('no', 'auth.one_time_password.popup.message', 'We\'ve sent a one-time code to <strong>[email]</strong>. Please enter it below, and we\'ll sign you in without a password.'),
('no', 'auth.one_time_password.popup.resend_btn', 'Resend the code'),
('no', 'auth.one_time_password.popup.sign_in_btn', 'Sign me in'),
('no', 'auth.one_time_password.popup.title', 'Password-free sign-in'),
('no', 'authentication_failed', 'Autentisering mislyktes'),
('no', 'authentication_key', 'Autentiseringsnøkkel'),
('no', 'authentication_password', 'Autentiseringspassord'),
('no', 'author', 'Skrevet av'),
('no', 'authorization', 'Autorisasjon'),
('no', 'authorize_before_order', 'Only registered customers can place an order. Please sign in to your account or register a new one.'),
('no', 'authorize_capture', 'Autoriser og innhent'),
('no', 'authorize_only', 'Kun godkjenn'),
('no', 'auth_code', 'Auth kode'),
('no', 'auth_info', 'Autentisering informasjon'),
('no', 'auto', 'Auto'),
('no', 'autoresponders', 'Autosvarer'),
('no', 'auto_set_permissions_via_ftp', 'Auto-angi tillatelser via FTP'),
('no', 'avail', 'Tilgjengelig'),
('no', 'availability', 'Tilgjengelighet'),
('no', 'available', 'Tilgjengelig'),
('no', 'available_fields', 'Tilgjengelige felt'),
('no', 'available_for_supplier', 'Tilgjengelig for leverandør'),
('no', 'available_for_vendor', 'Tilgjengelig for forhandler'),
('no', 'available_items', 'Tilgjengelige elementer'),
('no', 'available_languages', 'Tilgjengelig'),
('no', 'available_since', 'Tilgjengelig fra'),
('no', 'available_upgrades', 'Tilgjengelige oppgraderinger'),
('no', 'available_views', 'Tilgjengelige visninger'),
('no', 'avail_from', 'Tilgjengelig fra'),
('no', 'avail_till', 'Tilgjengelig til'),
('no', 'average', 'Gjennomsnittlig'),
('no', 'avs', 'AVS'),
('no', 'awaiting', 'Venter'),
('no', 'awaiting_approval', 'Venter på godkjenning'),
('no', 'backend_google_auth.errors.not_configured', 'Please configure the add-on first'),
('no', 'backend_google_auth.login_page.btn', 'Sign in with Google'),
('no', 'backend_google_auth.login_page.help', 'Please select the email address that was specified for your administrator account.'),
('no', 'backend_google_auth.settings.authorized_redirect_uris', 'Your authorized redirect URIs:'),
('no', 'backend_google_auth.settings.create_new_application', 'To acquire your client ID and secret create a new application in your Google APIs account.'),
('no', 'backend_google_auth.settings.learn_more_about', 'Learn more about Google APIs'),
('no', 'backend_google_auth.settings.provide_your_credentials', 'Please provide your Google API credentials'),
('no', 'backend_google_auth.settings.save_and_check_btn', 'Save and test the sign-in');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('no', 'backend_google_auth.settings.warning', 'Once you configure this add-on, only administrators with Gmail email addresses will be able to sign in to the Administration panel. If your administrators have non-Google email addresses specified, don\'t configure the add-on, or else those administrators won\'t be able to sign in.'),
('no', 'backend_google_auth.user_not_found', 'The <strong>[user]</strong> user not found'),
('no', 'backend_google_auth.warnings.only_gmail_address_is_available_to_auth', 'The \"Back-End Sign-In via Google\" add-on is active. Only administrators with Gmail email addresses will be able to sign in.'),
('no', 'backtrace', 'Tilbakesporing'),
('no', 'backup', 'Backup'),
('no', 'backupping_data', 'Tar backup av data for'),
('no', 'backupping_schema', 'Tar backup av skjema for'),
('no', 'backup_data', 'Backup database data'),
('no', 'backup_filename', 'Backup filnavn'),
('no', 'backup_files', 'Backup filer'),
('no', 'backup_options', 'Backup valg'),
('no', 'backup_restore', 'Sikkerhetskopi/gjenopprett'),
('no', 'backup_schema', 'Backup databaseskjema'),
('no', 'back_in_stock_notification_footer', 'Velkommen til å handle!'),
('no', 'back_in_stock_notification_header', 'Vi vil bare informere deg om at følgende produkt er tilbake på lager i vår nettbutikk:'),
('no', 'balance', 'Balanse'),
('no', 'balance_account', 'Konto balanse'),
('no', 'balance_carried_forward', 'Balanse videreført'),
('no', 'bank', 'Bank'),
('no', 'bank_cic', 'Groupe CIC'),
('no', 'bank_cm', 'Credit Mutuel'),
('no', 'bank_obc', 'OBC'),
('no', 'bank_routing_number', 'Bank routing nummer'),
('no', 'banner', 'Banner'),
('no', 'banners', 'Bannere'),
('no', 'banners.editing_banner', 'Redigerer banner'),
('no', 'banners.new_banner', 'Ny banner'),
('no', 'banners_menu_description', 'Lag bildebannere og tekstbannere som kan plasseres på butikkforsiden.'),
('no', 'banner_code', 'Bannerkode'),
('no', 'banner_code_for_some_products', 'Bannerkode for enkelte produkter'),
('no', 'banner_details_notes', 'Etter at du har opprettet en banner her, bør du bruke <strong>Layout redigereren</strong> for å plassere de på butikkforsiden din.<br /><br />Gå til <a href=\"[layouts_href]\" target=\"_blank\">Design → Layouts </a>, velg den fanen der du vil at bannerne skal være synlige, og legg til en ny blokk av typen <strong>Bannere</strong>.<br /><br />I innstillingen på denne blokken, gå til <strong>Innhold</strong> fanen, og velg <strong>Manuelt</strong> fyll, og klikk så på <strong>Legg til bannere</strong> knappen.<br /><br />Du vil se listen over alle bannere som er lagt til i butikken din. Velg de du ønsker og klikk så på <strong>Legg til bannere og lukk</strong> knappen.<br /><br />Til slutt, klikk på  <strong>Opprett</strong> knappen for å lagre dine valg.'),
('no', 'banner_type.abt__ut2', 'AB: UniTheme2: Advanced banner'),
('no', 'bar', 'Diagram'),
('no', 'base', 'Basis'),
('no', 'baseurl', 'Base URL'),
('no', 'base_currency', 'Basis'),
('no', 'base_currency_not_deleted', 'Valutaen har ikke blitt slettet fordi den er basisvalutaen til nettbutikken.'),
('no', 'base_price', 'Basispris'),
('no', 'bestsellers', 'Bestselgere'),
('no', 'bestselling', 'Bestselgende'),
('no', 'bigpicture_template', 'Stort produktbilde'),
('no', 'biller_code', 'Fakturaavsenderkode'),
('no', 'billing_address', 'Kontoadresse'),
('no', 'billing_address_line_2', 'Fakturering: adresse (linje 2)'),
('no', 'billing_city', 'Fakturering: poststed'),
('no', 'billing_country', 'Fakturering: land'),
('no', 'billing_first_name', 'Fakturering: fornavn'),
('no', 'billing_last_name', 'Fakturering: etternavn'),
('no', 'billing_options', 'Betalingsvalg'),
('no', 'billing_phone', 'Fakturering: telefon'),
('no', 'billing_shipping_address', 'Konto og leveringsadresse'),
('no', 'billing_state', 'Fakturering: stat'),
('no', 'billing_zipcode', 'Fakturering: postnummer'),
('no', 'bill_to', 'Fakturer til'),
('no', 'birthday', 'Fødselsdag'),
('no', 'bling', 'Bling ERP'),
('no', 'bling_integration', 'Integração com a Bling'),
('no', 'block', 'Blokk'),
('no', 'blocks', 'Blokker'),
('no', 'block_abt__ut2_advanced_subcategories_menu', 'AB: Advanced subcategories menu'),
('no', 'block_abt__ut2_light_menu', 'AB: Fly menu'),
('no', 'block_ab__deal_of_the_day', 'AB: Deal of the day'),
('no', 'block_ab__deal_of_the_day_description', 'Preview of the chosen promotion'),
('no', 'block_ab__fast_navigation', 'AB: Fast navigation'),
('no', 'block_ab__fast_navigation_categories', 'AB: Fast navigation by categories'),
('no', 'block_ab__fast_navigation_categories_description', 'Fast navigation block by subcategories'),
('no', 'block_ab__fast_navigation_description', 'Block with fast navigation'),
('no', 'block_ab__motivation_block', 'AB: Motivation block'),
('no', 'block_ab__motivation_block_description', 'Output additional information about the store work'),
('no', 'block_ab__multi_deal_of_the_day', 'AB: Multi Deal of the day'),
('no', 'block_ab__multi_deal_of_the_day_description', 'Display anounce of one of chosen promotions, considering to their priorities'),
('no', 'block_ab__promotions', 'AB: Promotions'),
('no', 'block_ab__promotions_description', 'Promotions list'),
('no', 'block_ab__promotion_main_data', 'AB: Promotion header'),
('no', 'block_ab__promotion_main_data_description', 'General promotion data (name, image, description etc.)'),
('no', 'block_already_exists_in_grid', 'Denne blokken eksisterer allerede i dette rutenettet'),
('no', 'block_availability_in_stores', 'Availability in stores'),
('no', 'block_availability_in_stores_description', 'List of stores where the product can be purchased'),
('no', 'block_banners', 'Bannere'),
('no', 'block_banners_description', 'Bildebannere og tekstbannere'),
('no', 'block_blog', 'Siste innlegg'),
('no', 'block_breadcrumbs', 'Navigasjonssti'),
('no', 'block_breadcrumbs_description', 'Navigasjonssti'),
('no', 'block_call_request', 'Anrops forespørsel'),
('no', 'block_call_request_description', 'Butikkens telefonnummer og skjema for anmodning om telefonsamtale'),
('no', 'block_cart_content', 'Innhold i handlevognen'),
('no', 'block_cart_content_description', 'Nåværende  innhold i handlevognen'),
('no', 'block_categories', 'Kategorier'),
('no', 'block_categories_description', 'Kategorimenyer'),
('no', 'block_checkout', 'Sjekk ut'),
('no', 'block_checkout_description', 'Nåværende ordreinformasjon'),
('no', 'block_closest_vendors', 'Nærmeste forhandlere'),
('no', 'block_closest_vendors_description', 'Forhandlere fra kundens poststed'),
('no', 'block_content', 'Blokkinnhold'),
('no', 'block_currencies', 'Valutaer'),
('no', 'block_currencies_description', 'Valutavelger'),
('no', 'block_disabled', 'Blokken ble deaktivert for denne plasseringen'),
('no', 'block_enabled', 'Blokken ble aktivert for denne plasseringen'),
('no', 'block_et_category_banner', 'ET - Category banners'),
('no', 'block_et_cta', 'ET - Call to action'),
('no', 'block_et_eib', 'ET - Extra info block'),
('no', 'block_et_featured_product_banner_tabs', 'ET - Featured product banner tabs'),
('no', 'block_et_featured_vendors', 'ET - Featured vendors'),
('no', 'block_et_featured_vendors_sidebar', 'ET - Featured vendors sidebar'),
('no', 'block_et_home_banners', 'ET - Home banners'),
('no', 'block_et_home_grid', 'ET - Home grid'),
('no', 'block_et_main_menu', 'ET - Main menu'),
('no', 'block_et_menu_horizontal', 'ET - Menu (horizontal)'),
('no', 'block_et_profile_info', 'ET - Profile info'),
('no', 'block_et_search', 'ET - Search'),
('no', 'block_et_sidebar_subcategories', 'ET - Sidebar subcategories'),
('no', 'block_et_subcaegories', 'ET - Subcategories'),
('no', 'block_et_subcategories', 'ET - Subcategories'),
('no', 'block_et_top_menu', 'ET - Top menu'),
('no', 'block_et_vendor_categories', 'ET - Vendor categories'),
('no', 'block_et_vendor_contact_button', 'ET - Vendor contact button'),
('no', 'block_et_vendor_store_description', 'ET - Vendor store description'),
('no', 'block_et_vendor_store_header', 'ET - Vendor store header'),
('no', 'block_et_vendor_store_header_mobile', 'ET - Vendor store header (mobile)'),
('no', 'block_et_vendor_store_menu', 'ET - Vendor store menu'),
('no', 'block_et_vendor_store_menu_mobile', 'ET - Vendor store menu (mobile)'),
('no', 'block_geo_maps_customer_location', 'Customer location'),
('no', 'block_geo_maps_customer_location_description', 'Customer city and city selection form'),
('no', 'block_gift_certificates_verify', 'Gavekort verifisering'),
('no', 'block_gift_certificates_verify_description', 'Gavekort innhold og validering'),
('no', 'block_html_block', 'HTML blokk'),
('no', 'block_html_block_description', 'Alt HTML innhold'),
('no', 'block_ip_after', 'Blokker IP etter en rekke mislykkede forsøk'),
('no', 'block_languages', 'Språk'),
('no', 'block_languages_description', 'Språkvelger'),
('no', 'block_lite_checkout_customer_address', 'Checkout: Address'),
('no', 'block_lite_checkout_customer_address_description', 'Profile fields for customer address'),
('no', 'block_lite_checkout_customer_billing', 'Checkout: Billing address'),
('no', 'block_lite_checkout_customer_billing_description', 'Profile fields for billing address'),
('no', 'block_lite_checkout_customer_information', 'Checkout: Customer Information'),
('no', 'block_lite_checkout_customer_information_description', 'Profile fields for customer information'),
('no', 'block_lite_checkout_customer_notes', 'Checkout: Notes'),
('no', 'block_lite_checkout_customer_notes_description', 'Customer\'s notes about the order'),
('no', 'block_lite_checkout_customer_sign_in', 'Checkout: Sign-In'),
('no', 'block_lite_checkout_customer_sign_in_description', 'Sign-in button'),
('no', 'block_lite_checkout_location', 'Checkout: Location'),
('no', 'block_lite_checkout_location_description', 'Customer\'s city, state, and country'),
('no', 'block_lite_checkout_newsletters', 'Checkout: Newsletters'),
('no', 'block_lite_checkout_newsletters_description', 'Ability to sign up for newsletters'),
('no', 'block_lite_checkout_payment_methods', 'Checkout: Payment methods'),
('no', 'block_lite_checkout_payment_methods_description', 'Payment method selection'),
('no', 'block_lite_checkout_shipping_methods', 'Checkout: Shipping methods'),
('no', 'block_lite_checkout_shipping_methods_description', 'Shipping method selection'),
('no', 'block_lite_checkout_terms_and_conditions', 'Checkout: Terms and conditions'),
('no', 'block_lite_checkout_terms_and_conditions_description', 'Checkbox for accepting terms and conditions'),
('no', 'block_localizations', 'Lokaliseringer'),
('no', 'block_localizations_description', 'Lokaliseringsvelger'),
('no', 'block_location_selector', 'Kundens beliggenhet'),
('no', 'block_location_selector_description', 'Angi adresse for å søke etter sted'),
('no', 'block_mailing_lists', 'Nyhetsbrev abonnement'),
('no', 'block_mailing_lists_description', 'E-post-felt for nyhetsbrev abonnement'),
('no', 'block_main', 'Hoved'),
('no', 'block_main_description', 'Hovedinnhold (lastet av kontrolleren)'),
('no', 'block_manager', 'Blokk redigerer'),
('no', 'block_manager.add_layout_page', 'Legg til layout side'),
('no', 'block_manager.availability.desktop', 'Desktop'),
('no', 'block_manager.availability.phone', 'Phone'),
('no', 'block_manager.availability.show_on', 'Show on'),
('no', 'block_manager.availability.tablet', 'Tablet'),
('no', 'block_manager.editing_layout_page', 'Rediger layout side'),
('no', 'block_manager.fixed_layout', 'Fast bredde'),
('no', 'block_manager.fluid_layout', 'Flytende'),
('no', 'block_manager.forbid_changing_layout_in_css_mode', 'Endring av layout når malen er konvertert til CSS er ikke tillatt. Vennligst aktiver LESS modus i <a target=\"_blank\" class=\"cm-post\" href=\"[url]\">Mal redigeren</a>.'),
('no', 'block_manager.full_width_layout', 'Full bredde'),
('no', 'block_manager.grid_columns', 'Rutenett kolonner'),
('no', 'block_manager.layout_pages', 'Layout sider'),
('no', 'block_manager.layout_width', 'Layoutbredde'),
('no', 'block_manager.max_width', 'Maksimal bredde'),
('no', 'block_manager.min_width', 'Minimal bredde'),
('no', 'block_manager.new_layout_page', 'Ny layout side'),
('no', 'block_manager.view_layout.desktop', 'Desktop preview'),
('no', 'block_manager.view_layout.phone', 'Phone preview'),
('no', 'block_manager.view_layout.reset_filter', 'Edit layouts'),
('no', 'block_manager.view_layout.tablet', 'Tablet preview'),
('no', 'block_manager.wrappers.lite_checkout', 'Lite checkout'),
('no', 'block_menu', 'Meny'),
('no', 'block_menu_description', 'Ulike typer av menyer'),
('no', 'block_my_account', 'Min konto'),
('no', 'block_my_account_description', 'Kundeprofil tilgang'),
('no', 'block_name', 'Blokknavn'),
('no', 'block_options', 'Blokkinstillinger'),
('no', 'block_order', 'Blokkorganisering'),
('no', 'block_our_brands', 'Merker'),
('no', 'block_our_brands_description', 'Produktmerker som presenteres i butikken'),
('no', 'block_pages', 'Sider'),
('no', 'block_pages_description', 'Informasjonssider'),
('no', 'block_payment_methods', 'Betalingsmetoder'),
('no', 'block_payment_methods_description', 'Tilgjengelige betalingsmetoder'),
('no', 'block_polls', 'Spørreundersøkelser'),
('no', 'block_products', 'Produkter'),
('no', 'block_products_description', 'Produkt utstillingsvindu'),
('no', 'block_product_filters', 'Produktfilter'),
('no', 'block_product_filters_description', 'Produktfilter valg'),
('no', 'block_product_filters_home', 'Produktfiltre for home page'),
('no', 'block_product_filters_home_description', 'Produktfilter alternativer, som vises på home page'),
('no', 'block_rees46', 'REES46'),
('no', 'block_rees46_description', 'Блок товарных рекомендаций'),
('no', 'block_rss_feed', 'RSS-feed'),
('no', 'block_rss_feed_description', 'RSS-feed abonnements-ikon'),
('no', 'block_search_vendors', 'Forhandlere etter beliggenhet'),
('no', 'block_search_vendors_description', 'Søk etter forhandlere på et bestemt sted'),
('no', 'block_settings', 'Blokkinnstillinger'),
('no', 'block_shipping_methods', 'Fraktmetoder'),
('no', 'block_shipping_methods_description', 'Tilgjengelige fraktmetoder'),
('no', 'block_smarty_block', 'HTML blokk med Smarty støtte'),
('no', 'block_smarty_block_description', 'Alt av HTML/Smarty innhold'),
('no', 'block_store_locator', 'Butikk beliggenhet'),
('no', 'block_store_locator_description', 'Butikk beliggenhet blokk'),
('no', 'block_tags', 'Tagger'),
('no', 'block_tags_description', 'Produkt tagger'),
('no', 'block_template', 'Mal'),
('no', 'block_template_description', 'Blokk med en spesiell mal'),
('no', 'block_testimonials', 'Anbefalinger'),
('no', 'block_testimonials_description', 'Anbefalinger fra brukere'),
('no', 'block_text', 'Blokk tekst'),
('no', 'block_time', 'Tid som IP bør blokkeres'),
('no', 'block_vendors', 'Forhandlere'),
('no', 'block_vendors_map', 'Forhandler kart'),
('no', 'block_vendors_map_description', 'Kart over alle forhandlere'),
('no', 'block_vendor_categories', 'Forhandler-kategorier'),
('no', 'block_vendor_categories_description', 'Produktkategoriene tilgjengelig for en bestemt forhandler'),
('no', 'block_vendor_filters', 'Leverandør filtre'),
('no', 'block_vendor_information', 'Forhandler informasjon'),
('no', 'block_vendor_logo', 'Forhandler logo'),
('no', 'block_vendor_plan_info', 'Forhandler plan info'),
('no', 'block_vendor_plan_info_description', 'Viser informasjon om den valgte forhandler planen'),
('no', 'block_vendor_search', 'Søk etter forhandlerens produkter'),
('no', 'block_width', 'Blokkbredde'),
('no', 'block_wrapper_updated', 'Blokk innpakking ble oppdatert'),
('no', 'blog', 'Blogg'),
('no', 'blog.add_post', 'Legge til blogginnlegg'),
('no', 'blog.editing_post', 'Redigerer blogginnlegg'),
('no', 'blog.et_featured_recent_posts_scroller', 'ET - Blog featured recent posts scroller'),
('no', 'blog.et_sidebar_latest_posts_scroller', 'ET - Blog sidebar latest posts scroller'),
('no', 'blog.new_post', 'Nye blogginnlegg'),
('no', 'blog.post', 'Innlegg'),
('no', 'blog.posts', 'Innlegg'),
('no', 'blog.read_more', 'Les mer'),
('no', 'blog.recent_posts', 'Blogg: siste innlegg'),
('no', 'blog.recent_posts_scroller', 'Blogg: siste innlegg rullgardinmeny'),
('no', 'blog.text_links', 'Blogg: tekstkoblinger'),
('no', 'blog.view_post', 'Vis innlegg'),
('no', 'blog_functionality_notes', '<p>Bruk denne siden til å administrere bloggen din. Dette er hvordan du bør organisere blogginnleggene dine:</p><ul><li>Blogg er en vanlig post som er <b>rotnivåside</b> som overordnet side.</li><li>Velg <b>Blogg</b> som den overordnede siden for dine blogginnlegg.</li></ul>'),
('no', 'blog_menu_description', 'Administrerer blogginnleggene dine.'),
('no', 'bm.customer_information_block.warning.email_or_phome_must_be_required', 'Contact information must always have either email, or phone as a required field.'),
('no', 'bm.customer_information_block.warning.field_automaticly_added', '\"[field_name]\" has been added as a required field automatically.'),
('no', 'bm.customer_information_block.warning.field_marked_as_required', 'The \"[field_name]\" field has been marked as required.'),
('no', 'bm_confirm', 'Utføring av denne handlingen vil [action] denne blokken på alle [location_name] sider. Vil du fortsette?'),
('no', 'body', 'Brødtekst'),
('no', 'body_html', 'HTML innholdstekst'),
('no', 'bonus', 'Bonus'),
('no', 'bonuses', 'Bonuser'),
('no', 'both', 'Begge'),
('no', 'bottom_panel.admin_panel', 'Admin panel'),
('no', 'bottom_panel.build_mode', 'Edit structure'),
('no', 'bottom_panel.build_mode.not_available', 'Available only at the checkout page. Add a product to cart and go to checkout to see how it works.'),
('no', 'bottom_panel.buy_license', 'Buy license'),
('no', 'bottom_panel.change_theme', 'Change theme'),
('no', 'bottom_panel.community_forums', 'Community forums'),
('no', 'bottom_panel.customer_help_desk', 'Contact support'),
('no', 'bottom_panel.documentation', 'Documentation'),
('no', 'bottom_panel.download', 'Download'),
('no', 'bottom_panel.edit_layout', 'Edit layout'),
('no', 'bottom_panel.edit_menus', 'Edit menus'),
('no', 'bottom_panel.edit_product_tabs', 'Edit product tabs'),
('no', 'bottom_panel.edit_template', 'Edit template'),
('no', 'bottom_panel.edit_translations', 'Edit translations'),
('no', 'bottom_panel.faq', 'FAQ'),
('no', 'bottom_panel.go_to_dashboard', 'Go to Dashboard'),
('no', 'bottom_panel.go_to_home_page', 'Go to home page'),
('no', 'bottom_panel.help', 'Help'),
('no', 'bottom_panel.hide_bottom_admin_panel', 'Hide admin toolbar'),
('no', 'bottom_panel.hire_a_developers', 'Hire a developer'),
('no', 'bottom_panel.preview_mode', 'Preview'),
('no', 'bottom_panel.restore_demo', 'Restore demo'),
('no', 'bottom_panel.settings', 'Settings'),
('no', 'bottom_panel.show_bottom_admin_panel', 'Show admin toolbar'),
('no', 'bottom_panel.storefront', 'Storefront'),
('no', 'bottom_panel.text_mode', 'Edit texts'),
('no', 'bottom_panel.theme_mode', 'Edit style'),
('no', 'bottom_panel.trial_left', 'Remaining trial period'),
('no', 'bottom_panel.vendor_panel', 'Vendor panel'),
('no', 'bottom_panel.video_tutorials', 'Video tutorials'),
('no', 'bought', 'Allerede kjøpt'),
('no', 'bought_amount', 'Antall kjøpt'),
('no', 'box_height', 'Bokshøyde'),
('no', 'box_length', 'Bokslengde'),
('no', 'box_size', 'Pakke størrelse'),
('no', 'box_width', 'Boksbredde'),
('no', 'brand', 'Merke'),
('no', 'brand_type', 'Merke/Produsent'),
('no', 'breadcrumbs', 'Navigasjonssti'),
('no', 'broken_addon_pack', 'Feil modul-struktur. Den opplastede pakken kan ikke installeres.'),
('no', 'broken_po_pack', 'Feil PO-pakke struktur. Den opplastede pakken kan ikke installeres.'),
('no', 'browse', 'Bla...'),
('no', 'browser_upgrade_notice', '<p>Vi har oppdaget at nettleseren du bruker, ikke er fullt ut støttet av CS-Cart sitt adminpanel. Du kan se denne siden med din nåværende nettleser, men den vil ikke vises riktig, og du vil ikke være i stand til fullt ut å bruke alle funksjonene.</p><br><p>CS-Cart sitt adminpanel vises best med følgende nettlesere:</p><br><ul><li>&ndash; <a href=\"http://windows.microsoft.com/en-US/internet-explorer/products/ie/home\" target=\"_blank\">Internet Explorer 9 eller nyere</a></li><li>&ndash; <a href=\"http://www.mozilla.org/en-US/\" target=\"_blank\">Mozilla Firefox (siste versjon)</a></li><li>&ndash; <a href=\"https://www.google.com/intl/en/chrome/browser/\" target=\"_blank\">Google Chrome (siste versjon)</a></li></ul><br><p>Klikk på en av lenkene for å laste ned nettleser etter eget valg. Når nedlastingen er fullført, installerer den ved å kjøre installasjonsprogrammet.</p><br><p>Hvis du ikke kan oppgradere nettleseren din nå, kan du fortsatt få tilgang til CS-Cart sitt adminpanel, men du vil ikke være i stand til å bruke alle funksjonene.<br><br><a href=\"[url]\">Fortsett</a></p>'),
('no', 'browser_upgrade_notice_title', 'Nettleser oppgraderingsmelding'),
('no', 'browse_all_available_addons', 'Bla gjennom alle tilgjengelige moduler'),
('no', 'browse_all_available_themes', 'Bla gjennom alle tilgjengelige maler'),
('no', 'browse_by_category', 'Browse by category'),
('no', 'bucket', 'Bucket'),
('no', 'bulk_category_addition', 'Mengde kategoritilføyelse'),
('no', 'bulk_category_deletion_side_effects', 'Dette vil slette alle valgte kategoriers produkter, samt dens underkategorier og deres produkter.'),
('no', 'bulk_edit.decrease_hint', 'To decrease the value use the \"-\". Example: -5'),
('no', 'bulk_edit.example_of_modified_value', 'Example of the modified value'),
('no', 'bulk_edit.make_active', 'Make products active'),
('no', 'bulk_edit.make_disabled', 'Make products disabled'),
('no', 'bulk_edit.make_hidden', 'Make products hidden'),
('no', 'bulk_edit.price_and_stock', 'Price & Stock'),
('no', 'bulk_edit.some_products_were_omitted', 'Some products were skipped because the last remaining category can\'t be removed or added for a product.'),
('no', 'bulk_edit.some_products_were_omitted_other_storefront', 'Couldn\'t edit selected products. Some of the selected products belong to other storefronts; please deselect those products to be able to edit remaining ones.'),
('no', 'bulk_edit.unable_to_delete_all_categories', 'At least one category must be selected'),
('no', 'bulk_edit.what_do_these_checkboxes_mean', 'What do these checkboxes mean?'),
('no', 'bulk_edit.what_do_these_checkboxes_mean_checked', 'all the selected products belong to this category or will be assigned to it.'),
('no', 'bulk_edit.what_do_these_checkboxes_mean_indeterminate', 'some of the selected products belong to this category; no changes will be made.'),
('no', 'bulk_edit.what_do_these_checkboxes_mean_unchecked', 'none of the selected products belong to this category, or they will be removed from it.'),
('no', 'bulk_print_invoice', 'Skriv ut flere fakturaer'),
('no', 'bulk_print_packing_slip', 'Pakkseddel bulk utskrift'),
('no', 'bulk_print_pdf', 'Faktura bulk utskrift (PDF)'),
('no', 'bulk_product_addition', 'Legg til flere produkter'),
('no', 'bundleid', 'Bundle Id'),
('no', 'button_bgcolor', 'Knapp bakgrunnsfarge'),
('no', 'button_text_color', 'Knapp tekstfarge'),
('no', 'but_change', 'Endre'),
('no', 'buyer_name', 'Kjøpers navn'),
('no', 'buy_in_advance', 'Kjøp på forhånd'),
('no', 'buy_in_advance_upgrade_notification.message', '<p>Kunder kan nå forhåndsbestille produkter som i <b>Utsolgt fra lager handlinger</b> er satt til <i>Kjøp på forhånd</i> selv om <b>Tillat negativt beløp i varelager</b> i innstillinger er deaktivert. Foreløpig er følgende produkter tilgjengelige på restordre:</p><ul>[products_list]</ul><p>Hvis du ikke vil tillate kundene å kjøpe noen av disse produktene når du ikke har dem på lager, vær så snill å redigere disse produktene og angi <b>Utsolgt fra lager handlinger</b> til <i>Ingen</i>.</p>'),
('no', 'buy_in_advance_upgrade_notification.title', 'Ny funksjon av \"Ikke på lager handlinger: Kjøp på forhånd\"'),
('no', 'buy_license', 'Kjøp en med lisens'),
('no', 'buy_new_storefront_license', 'Kjøp [product] butikkforside lisens'),
('no', 'buy_now', 'Kjøp nå'),
('no', 'buy_now_url', 'Kjøp nå URL'),
('no', 'buy_together', 'Kjøp sammen'),
('no', 'buy_together_calculation_information', 'Totalpris: [total_price], Rabatt: [discount], Kombinasjonen pris: [combination_price]'),
('no', 'buy_together_combination_cannot_be_added', 'Kombinasjonen kan ikke legges til i handlevognen'),
('no', 'buy_together_fill_the_mandatory_fields', 'Angi produktalternativer før du legger til denne produktkombinasjon i handlevognen.'),
('no', 'buy_together_is_not_compatible_with_configurator', '[product_name] kan ikke legges til kombinasjonen. Kjøp sammen er ikke kompatibel med Produkt konfigurerings modulen'),
('no', 'buy_together_is_not_compatible_with_recurring_billing', '[product_name] kan ikke legges til kombinasjonen. Kjøp sammen er ikke kompatibel med Abonnement betaling modulen'),
('no', 'buy_together_product_was_removed', '[product] hadde ikke nok mengde ([amount]) og ble fjernet fra handlevognen'),
('no', 'by', 'av'),
('no', 'bytes', 'Bytes'),
('no', 'by_fixed', 'av fast beløp'),
('no', 'by_percentage', 'i prosent av den opprinnelige prisen'),
('no', 'b_first_name_and_last_name', 'First name and last name (for billing)'),
('no', 'b_fullname', 'Full name (for billing)'),
('no', 'b_last_name_and_first_name', 'Last name and first name (for billing)'),
('no', 'C128A', 'Code 128 er en høy-tetthets strekkode symbologi.<br/>Utbredt over hele verden.<br/>Code 128 er designet for å kode 128 fulle ASCII tegn.<br/>Code 128-A -... 0-9, A-Z, ASCII-kontroll koder, spesialtegn.<br/>Code 128-B -... 0-9, A-Z, a-z, spesialtegn.<br/>Code 128-C - 00-99 (dobbel tetthets koding av kun numeriske data).<br/>'),
('no', 'C128B', 'Code 128 er en høy-tetthets strekkode symbologi.<br/>Utbredt over hele verden.<br/>Code 128 er designet for å kode 128 fulle ASCII tegn.<br/>Code 128-A -... 0-9, A-Z, ASCII-kontroll koder, spesialtegn.<br/>Code 128-B -... 0-9, A-Z, a-z, spesialtegn.<br/>Code 128-C - 00-99 (dobbel tetthets koding av kun numeriske data).<br/>'),
('no', 'C128C', 'Code 128 er en høy-tetthets strekkode symbologi.<br/>Utbredt over hele verden.<br/>Code 128 er designet for å kode 128 fulle ASCII tegn.<br/>Code 128-A -... 0-9, A-Z, ASCII-kontroll koder, spesialtegn.<br/>Code 128-B -... 0-9, A-Z, a-z, spesialtegn.<br/>Code 128-C - 00-99 (dobbel tetthets koding av kun numeriske data).<br/>'),
('no', 'C39', 'Også kjent som USS Code 39, 3 av 9.<br/>Code 39 kan kode alfanumeriske tegn <br/>Symbologien brukes i ikke-butikkmiljø.<br/>Code 39 er designet for å kode 26 store bokstaver, 10 siffer og 7 spesialtegn.'),
('no', 'cache_cleared', 'Hurtigbufferen har blitt tømt'),
('no', 'calculate', 'Beregn'),
('no', 'calculate_shipping_cost', 'Beregn fraktkostnader'),
('no', 'calendar', 'Kalender'),
('no', 'call_request.work_time', 'Man. - Fre. 09-18'),
('no', 'call_requests', 'Anrops forespørsler'),
('no', 'call_requests.agreement_text_full_request_call_request_form', '<p>Vi ([company]) vil bruke dataene du oppgir her for å kontakte deg angående din forespørsel eller bestilling. Disse dataene forblir i vårt system, synlig for våre ansatte (eller den relevante leverandøren), til du trekker tilbake samtykket ditt. Hvis du vil ha dine personlige data fjernet, send en epost til [email]. </p> <p> Hvis du mener at dine personopplysninger er misbrukt, har du rett til å sende inn en klage til en tilsynsmyndighet. Vi er forpliktet av EUs generelle databeskyttelsesforskrift å gi deg beskjed om denne rettigheten. Vi har ikke tenkt å misbruke dataene dine.</p>'),
('no', 'call_requests.agreement_text_short_request_call_request_form', 'Jeg godtar at mine personlige data <u> behandles som følger. </u>'),
('no', 'call_requests.awaiting_call', 'Venter på samtale'),
('no', 'call_requests.buy_now_with_one_click', 'Kjøp nå med 1-klikk'),
('no', 'call_requests.convenient_time', 'Passende tidspunkt'),
('no', 'call_requests.enter_phone_or_email_text', 'Skriv inn ditt telefonnummer eller din e-post (så tar vi kontakt med deg)'),
('no', 'call_requests.error_validate_call_form', 'Angi din e-post eller ditt telefonnummer'),
('no', 'call_requests.error_validator_phone', 'Telefonnummeret i <b>[field]</b> feltet er ugyldig.'),
('no', 'call_requests.event.request_about_product_created.name', 'Call requests: request about product created'),
('no', 'call_requests.event.request_created.name', 'Call requests: request created'),
('no', 'call_requests.notes', 'Notater'),
('no', 'call_requests.no_name_specified', 'Ingen navn er oppgitt'),
('no', 'call_requests.order_exists', 'Ordren finnes'),
('no', 'call_requests.order_placed', 'Vi har motatt din forespørsel! Ordren #[order_id] har blitt vellykket plassert. Vi vil kontakte deg snart.'),
('no', 'call_requests.person_name_and_phone', 'Navn og telefonnummer'),
('no', 'call_requests.phone_from_settings', 'Telefon fra innstillinger'),
('no', 'call_requests.requested_product', 'Forespurt produkt'),
('no', 'call_requests.request_call', 'Skal vi ringe deg'),
('no', 'call_requests.request_call_request_form', 'Anrops forespørsler: forespørsel skjema'),
('no', 'call_requests.request_recieved', 'Vi har mottatt din forespørsel! Vi vil kontakte deg snart.'),
('no', 'call_requests.responsible', 'Ansvarlig'),
('no', 'call_requests.status.completed', 'Fullført'),
('no', 'call_requests.status.in_progress', 'Pågår'),
('no', 'call_requests.status.new', 'Ny'),
('no', 'call_requests.status.no_answer', 'Ingen svar'),
('no', 'call_requests.text_buy_with_one_click_request', 'Kunden [customer] venter <a href=\"[href]\">på at du tar kontakt</a> på nummer: [phone_number], angående kjøp av produktet <a href=\"[product_href]\">[product_name]</a>.'),
('no', 'call_requests.text_call_request', 'Kunden [customer] <a href=\"[href]\">venter telefon</a> på [phone_number].'),
('no', 'call_requests.text_call_request_call_time', 'Ringetid som passer er mellom [time_from] til [time_to].'),
('no', 'call_requests.use_for_call_requests', 'Anrops forespørsler og kjøp nå med 1-klikk skjema'),
('no', 'call_requests_menu_description', 'Behandle kunders anrops forespørsler'),
('no', 'campaign', 'Kampanje'),
('no', 'campaigns', 'Kampanjer'),
('no', 'campaign_stats', 'Kampanje statistikk'),
('no', 'canada_post_activation_error', 'For å aktivere Canada post forsendelses-prosessor, må du ha den Kanadiske Dollar valutaen aktivert.'),
('no', 'canada_post_upgrade_notification_text', '<p>Den siste versjonen av [product] har ulik innstilling for sanntid fraktpris beregning hvis du bruker Canada Post som transportselskap.</p><p>vis du ønsker å vise gjeldende fraktpriser til kundene dine, kan du gjøre dette:</p><ul><li>gå til Administrasjon > Forsendelse og moms > Fraktmetoder</li><li>velge transportselskapet som bruker Canada Post som leverandør for å beregne fraktpriser</li><li>bytt til fanen Generelt, og skriv inn riktig transportselskap</li><li>bytt til fanen Konfigurer og skriv inn riktig <a href=\"https://www.canadapost.ca/cpo/mc/business/productsservices/developers/services/gettingstarted.jsf\" target=\"_blank\">API nøkkel</a></li></ul>'),
('no', 'canada_post_upgrade_notification_title', 'Canada Post sanntid frakt beregning endring'),
('no', 'cancel', 'Avbryt'),
('no', 'canceled_reversal', 'Avbrutt reversering'),
('no', 'cancelled', 'Avbrutt'),
('no', 'cancel_order', 'Cancelar pedido'),
('no', 'cancel_url_target', 'Avbryt URL målet'),
('no', 'cannot_buy', 'Du kan ikke kjøpe produktet med disse variantalternativene'),
('no', 'cannot_proccess_checkout', 'Handlevognen er tom, så du kan ikke gå videre til kassen.'),
('no', 'cannot_proccess_checkout_without_payment_methods', 'Det er ingen betalingsmåter tilgjengelig, så du kan ikke gå videre til kassen.'),
('no', 'cannot_remove_active_theme', 'Kan ikke fjerne den aktive malen'),
('no', 'cannot_remove_theme_has_dependent_themes', 'Malen kan ikke fjernes da følgende maler er avhengig av det: [dependent_themes]'),
('no', 'cannot_upload_file', 'Kan ikke laste opp filen'),
('no', 'cannot_write_file', 'Kan ikke skrive til filen <b>[file]</b>. Vennligst sjekk fil- og katalog-tillatelser.'),
('no', 'cant_create_backup_file', 'Kan ikke laste opp sikkerhetskopifilen. Kontroller tillatelsene for mappen \"var/backup\" for din installasjon.'),
('no', 'cant_find_thread', 'Finner ikke tråden.'),
('no', 'cant_remove_addon_files', 'Add-on files couldn\'t be removed'),
('no', 'cant_remove_default_storefront', 'Default storefront <b>[url]</b> can\'t be removed'),
('no', 'cant_save_percentage_price', 'Du kan ikke bruke prosentverdi for grunnprisen.'),
('no', 'cant_upload_file', 'Couldn\'t upload the file. The problem isn\'t necessarily on the [product] end. If it occurs regularly, please contact your server administrator or our technical support.'),
('no', 'captcha_upgrade_notification_text', '<p>Tidligere måtte du bruke<b>Innstillinger → Bildebekreftelse</b> for å konfigurere anti-bot-beskyttelse. Fra og med [product] 4.5.1, eksisterer ikke den delen av innstillingene. Alle relevante innstillinger ble flyttet til Google reCAPTCHA modulen. Verdiene av disse innstillingene forblir som de var før oppgraderingen.</p><p>Google reCAPTCHA modulen er nå den eneste mekanismen for anti-bot-beskyttelse som er tilgjengelig i [product] som standard. For å konfigurere anti-bot-validering, følg disse trinnene:</p><ol><li>Gå til <b>Moduler → Administrer moduler</b>.</li><li>Finn og klikk på <b>Google reCAPTCHA</b> i modul listen.</li><li>Et popup-vindu åpnes. Skriv inn <b>Sidenøkkel</b> og <b>Hemmelighet</b>, og lagre så endringene dine. Instruksjonene om hvordan du får sidenøkkel og hemmelighet er tilgjengelige <a href=\'https://developers.google.com/recaptcha/docs/start\' target=\'_blank\'>her</a>.</li><li>Konfigurer andre innstillinger av modulen slik det passer deg.</li></ol>'),
('no', 'captcha_upgrade_notification_title', 'Bildebekreftelse ble erstattet av Google reCAPTCHA'),
('no', 'capture', 'Hent'),
('no', 'card', 'Kort'),
('no', 'cardholder_name', 'Kortholders navn'),
('no', 'card_number', 'Kortnummer'),
('no', 'carousel', 'Karusell'),
('no', 'carousel_swiper', 'Swiper'),
('no', 'carrier', 'Transportselskap'),
('no', 'carrier_aup', 'Australia Post'),
('no', 'carrier_can', 'Canada Post'),
('no', 'carrier_dhl', 'DHL'),
('no', 'carrier_fedex', 'FedEx'),
('no', 'carrier_store_locator', 'Pickup'),
('no', 'carrier_swisspost', 'SwissPost'),
('no', 'carrier_temando', 'Temando'),
('no', 'carrier_ups', 'UPS'),
('no', 'carrier_usps', 'USPS'),
('no', 'cart', 'Handlevogn'),
('no', 'cart_content', 'Innhold i handlevogn'),
('no', 'cart_contents', 'Innhold i handlevognen'),
('no', 'cart_info', 'Nettbutikk info'),
('no', 'cart_is_empty', 'Handlevognen er tom'),
('no', 'cart_items', 'Varer i handlevognen'),
('no', 'cart_or_wishlist', 'Handlevogner eller Ønskelister'),
('no', 'cart_subtotal', 'Handlevogn delsum'),
('no', 'cash_on_delivery', 'Betaling ved levering'),
('no', 'catalog', 'Katalog'),
('no', 'catalog_mode', 'Katalogmodus'),
('no', 'catalog_pages', 'Katalogsider'),
('no', 'categories', 'Kategorier'),
('no', 'categories_have_been_added', 'Kategorier er lagt til'),
('no', 'categories_in', 'Kategorier i'),
('no', 'categories_menu_description', 'Vis produktkategorier som er brukt for å gruppere produktene i nettbutikken din.'),
('no', 'category', 'Kategori'),
('no', 'category_deletion_side_effects', 'Dette vil slette alle valgte kategoriers produkter, samt dens underkategorier og deres produkter.'),
('no', 'category_delimiter', 'Kategori skilletegn'),
('no', 'category_description', 'Kategoribeskrivelse'),
('no', 'category_location', 'Kategoriplassering'),
('no', 'category_name', 'Kategorinavn'),
('no', 'cc_button_submit', 'Fortsett til kassen'),
('no', 'cc_last_digit', 'Final do cartão'),
('no', 'cdn_settings', 'CDN instillinger'),
('no', 'central', 'Sentral'),
('no', 'central_content', 'Sentralt innhold'),
('no', 'certificate', 'Sertifikat'),
('no', 'certificate_already_used', 'Dette gavekortet er allerede i bruk'),
('no', 'certificate_code_not_available', 'Gavekortet kan ikke brukes. Vennligst ta kontakt med butikkadministrasjonen.'),
('no', 'certificate_code_not_valid', 'Gavekortkode er ikke gyldig'),
('no', 'certificate_filename', 'Sertifikat filnavn'),
('no', 'certificate_verification', 'Validere/Innløse gavekort'),
('no', 'change', 'Endre'),
('no', 'changed', 'Endret'),
('no', 'changes', 'Endringer'),
('no', 'change_access_permission_to_config', 'Det er også anbefalt å endre tilgangstillatelser for config.local.php filen. Den bør ha 644 (lese/skrive for eieren og lese for andre) tillatelse.'),
('no', 'change_addons_initialization', 'Endre modulens initialisering'),
('no', 'change_addons_initialization_description', 'For å avgjøre om en bestemt problem skyldes en modul, kan du deaktivere tredjeparts moduler eller alle moduler. Aktiver dem på nytt senere med ett klikk.'),
('no', 'change_customer', 'Endre kunde'),
('no', 'change_gift_certificate_status', 'Endre gavekort status for å'),
('no', 'change_language', 'Endre språk'),
('no', 'change_order_status_b_subj', 'Ordre #[order] har blitt restbestilt'),
('no', 'change_order_status_b_text', 'Vi venter på varelevering. Produktene sendes i løpet av noen dager.'),
('no', 'change_order_status_c_subj', 'Ordre #[order] har blitt betalt'),
('no', 'change_order_status_c_text', 'Bestillingen er betalt. Takk for at du valgte oss.'),
('no', 'change_order_status_default_subj', 'Status for ordre #[order] har blitt endret til [status]'),
('no', 'change_order_status_default_text', 'Statusen for din ordre har blitt endret til [status].'),
('no', 'change_order_status_d_subj', 'Ordre #[order] har blitt avvist'),
('no', 'change_order_status_d_text', 'Bestillingen er blitt avvist. Ta kontakt om du har noen spørsmål.'),
('no', 'change_order_status_f_subj', 'Ordre #[order] mislyktes'),
('no', 'change_order_status_f_text', 'Bestillingen mislyktes. Ta kontakt med oss om du har noen spørsmål.'),
('no', 'change_order_status_i_subj', 'Ordre #[order] har blitt kansellert'),
('no', 'change_order_status_i_text', 'Bestillingen har blitt kansellert. Ta kontakt dersom du har spørsmål om betaling eller fullføring av din ordre.'),
('no', 'change_order_status_o_subj', 'Ordre #[order] har blitt motatt'),
('no', 'change_order_status_o_text', 'Takk for bestillingen. Du er velkommen til å komme tilbake!'),
('no', 'change_order_status_p_subj', 'Ordre #[order] har blitt sendt'),
('no', 'change_order_status_p_text', 'Bestillingen har blitt sendt.'),
('no', 'change_password_notification', 'Vennligst endre ditt passord'),
('no', 'change_password_notification_body', 'Ditt passord for tilgang til admin panelet på [store] butikken ble sist endret [days] dager siden. Av sikkerhetsmessige grunner må du endre passordet. For å gjøre dette, vennligst følg linken:'),
('no', 'change_permissions', 'Endre tillatelser'),
('no', 'change_points', 'Endre poeng'),
('no', 'change_range', 'Endre intervall'),
('no', 'charged_amount', 'Belastet beløp'),
('no', 'charge_to_vendor_account', 'Belast forhandlers konto'),
('no', 'charset', 'Tegnsett'),
('no', 'chart', 'Diagram'),
('no', 'charts', 'Diagrammer'),
('no', 'chart_type', 'Diagramtype'),
('no', 'check', 'Sjekk'),
('no', 'checkbox', 'Sjekkboks'),
('no', 'checked', 'Merket'),
('no', 'checking_account_number', 'Sjekkontonummer'),
('no', 'checking_core_edition_is_not_suitable', 'Utvaven av din nettbutikk ([current_edition]) er ikke støttet. Påkrevd: [required_edition].'),
('no', 'checking_core_version_is_not_suitable', 'Din versjon av nettbutikken ([version]) er ikke støttet. Minimum: [min]. Maksimum: [max].'),
('no', 'checking_extension_should_be_installed', 'Merk: [extension] tillegget bør være installert på din server for korrekt drift.'),
('no', 'checking_extension_should_be_removed', 'Merk: [extension] tillegget bør fjernes fra din server for korrekt drift.'),
('no', 'checking_extension_version_is_not_suitable', 'Merk: [extension] versjon ([versjon]) er ikke støttet av tillegget. Minimum: [min]. Maksimun: [max].'),
('no', 'checking_php_version_is_not_suitable', 'PHP versjon ([version]) er ikke støttet. Minimum: [min]. Maksimum: [max].'),
('no', 'checkout', 'Til kassen'),
('no', 'checkout.email_exists.popup.cancel_btn', 'Use another email'),
('no', 'checkout.email_exists.popup.message', 'An account with your email already exists. We can sign you in (password won\'t be needed), or you can use another email if you\'d like.'),
('no', 'checkout.email_exists.popup.sign_in_btn', 'Sign me in'),
('no', 'checkout.email_exists.popup.title', 'You may have bought from us before'),
('no', 'checkout.min_cart_subtotal_required', 'To continue checkout process your order subtotal must exceed [amount]'),
('no', 'checkout_as_guest', 'Sjekk ut som gjest'),
('no', 'checkout_block_with_heading', 'Checkout block (H2 heading)'),
('no', 'checkout_edp_terms_n_conditions', 'Jeg godtar vilkårene i'),
('no', 'checkout_location_was_rewritten_upgrade_notification_text', '<p>You can now move parts of the new checkout page around, or hide the parts you don\'t need. To do this, go to <b>Design → Layouts</b> and switch to the <i>Checkout</i> tab. For your convenience, we have updated your checkout page: it now has all the new blocks that a clean [product] installation has. Please check your checkout page and modify it as you see fit.</p><p>We also made a back-up of your previous checkout page. If you need to revert our changes, just import the layout from <b>[file_paths]</b></p><p><a href=\"[layout_page]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Configure checkout here</a></p>'),
('no', 'checkout_location_was_rewritten_upgrade_notification_title', 'Customize your checkout page'),
('no', 'checkout_select_profile_before_order', 'Please select a profile before you place the order.'),
('no', 'checkout_terms_n_conditions', 'Merk av for å godta [terms_href]'),
('no', 'checkout_terms_n_conditions_alert', 'For å fortsette må du godta våre salgsbetingelser.'),
('no', 'checkout_terms_n_conditions_name', 'Vilkår og betingelser'),
('no', 'check_active', 'Aktiv'),
('no', 'check_again', 'Sjekk igjen og korriger'),
('no', 'check_all', 'Alle'),
('no', 'check_disabled', 'Deaktivert'),
('no', 'check_hidden', 'Skjult'),
('no', 'check_items_text', 'Hvis du vil inkludere Ordrestatuser, Betalingsmåter og Beliggenheter i vilkårslisten, merk det nødvendige elementet, og klikk på \"Lagre\"-knappen.'),
('no', 'check_none', 'Ingen'),
('no', 'check_number', 'Sjekknummer'),
('no', 'check_pending', 'Venter'),
('no', 'check_permissions', 'Kontroller rettighetene'),
('no', 'check_php_timeout', 'Sjekk tidsavbrudd for PHP-scriptet'),
('no', 'check_server_export_settings', 'Sjekk serverinnstillingene for eksport'),
('no', 'check_ssl', 'Sjekk SSL'),
('no', 'check_uncheck_all', 'Marker / fjern markering på alle'),
('no', 'chinese', 'Kinesisk'),
('no', 'choose', 'Velg'),
('no', 'choose_action', 'Velg handling'),
('no', 'choose_category', 'Velg kategori'),
('no', 'choose_user', 'Velg bruker'),
('no', 'choose_your_country', 'Velg ditt land'),
('no', 'choose_your_store_mode', 'Vennligst velg din lisensmodus'),
('no', 'cities', 'Poststeder'),
('no', 'city', 'Poststed'),
('no', 'classes', 'klasser'),
('no', 'clean', 'Rydd opp'),
('no', 'cleanup_history', 'Rydd opp historie'),
('no', 'cleanup_log', 'Oppryddingslogg'),
('no', 'clean_logs', 'Rydd opp logger'),
('no', 'clean_old_logs', 'Clear logs older than [n] day|Clear logs older than [n] days'),
('no', 'clean_up_all_locations_on_import', 'Rydd opp i beliggenheter før import'),
('no', 'clear', 'Tøm'),
('no', 'clear_cache', 'Tøm hurtigbuffer/cache'),
('no', 'clear_cart', 'Tøm handlevognen'),
('no', 'clear_conditions', 'Tøm betingelser'),
('no', 'clear_fields', 'Tøm felt'),
('no', 'clear_list', 'Tøm liste'),
('no', 'clear_thumbnails', 'Rydd opp genererte miniatyrbilder'),
('no', 'clear_wishlist', 'Tøm ønskeliste'),
('no', 'clicks', 'Klikk'),
('no', 'client_id', 'Klient ID'),
('no', 'clone', 'Klone'),
('no', 'clone_categories', 'Kopier kategorier'),
('no', 'clone_from', 'Klone fra'),
('no', 'clone_layouts', 'Kopier layouter'),
('no', 'clone_pages', 'Del sider'),
('no', 'clone_payments', 'Del betalingsmetoder'),
('no', 'clone_products', 'Del produkter'),
('no', 'clone_product_features', 'Del produktfunksjoner'),
('no', 'clone_product_filters', 'Del produktfiltre'),
('no', 'clone_profile_fields', 'Del profilfelt'),
('no', 'clone_promotions', 'Del kampanjer'),
('no', 'clone_selected', 'Klone valgte'),
('no', 'clone_settings', 'Kopier innstillingene'),
('no', 'clone_shippings', 'Del leveringsmetoder'),
('no', 'clone_sitemap', 'Kopier sidekart'),
('no', 'clone_static_data_clone', 'Kopier menyer'),
('no', 'clone_table', 'Klone tabellen'),
('no', 'clone_theme', 'Klone malen'),
('no', 'clone_this_item', 'Klone dette elementet'),
('no', 'clone_this_page', 'Klone denne siden'),
('no', 'close', 'Lukk'),
('no', 'close_selected_storefronts', 'Close selected'),
('no', 'close_storefront', 'Close storefront'),
('no', 'close_storefront.setting_notice', 'You can open or close a storefront on the storefront editing page'),
('no', 'cmcic_societe', 'Societe'),
('no', 'cname', 'CNAME'),
('no', 'code', 'Kode'),
('no', 'code_snippets', 'Kode tekstbiter'),
('no', 'coefficient', 'Koeffisient'),
('no', 'collapse_bg_color', 'Slå sammen bakgrunnsfarge'),
('no', 'collapse_section', 'Collapse section'),
('no', 'collapse_sublist_of_items', 'Slå sammen underliste av elementer'),
('no', 'collapse_text_color', 'Slå sammen tekstfarge'),
('no', 'color', 'Farge'),
('no', 'column', 'Kolonne'),
('no', 'combination', 'Kombinasjon'),
('no', 'combination_code', 'Kombinasjonskode'),
('no', 'combination_products', 'Kombinasjonsprodukt'),
('no', 'comma', 'Komma'),
('no', 'comment', 'Kommentar'),
('no', 'comments', 'Kommentarer'),
('no', 'comments_and_reviews', 'Kommentarer og omtaler'),
('no', 'comments_and_reviews_menu_description', 'Kundens kommentarer og omtaler på produkter, kategorier, bestillinger, etc.'),
('no', 'comment_by', 'Kommentar av'),
('no', 'comment_hint', 'Skriv inn din kommentar som skal vises under alternativet'),
('no', 'commerceml.map.entity_type.warehouse', 'Warehouses'),
('no', 'commerceml.tab.warehouse', 'Warehouses'),
('no', 'commission', 'Provisjon'),
('no', 'commissions', 'Provisjoner'),
('no', 'commissions_of_last_periods', 'Provisjoner fra siste perioder'),
('no', 'commission_rates', 'Provisjonssatser'),
('no', 'communication', 'Kommunikasjon'),
('no', 'communication_and_rating', 'Kommunikasjon og vurdering'),
('no', 'compact_list', 'Kompakt liste'),
('no', 'companies', 'Forhandlere'),
('no', 'company', 'Firma'),
('no', 'company_address', 'Firmaadresse'),
('no', 'company_name', 'Firmanavn'),
('no', 'company_not_found', 'Valgt firma ikke funnet.'),
('no', 'company_phone', 'Firmatelefon'),
('no', 'company_settings', 'Firma innstillinger'),
('no', 'compare', 'Sammenlign'),
('no', 'compare_product_features', 'Sammenlign produktfiltre'),
('no', 'comparison_list', 'Sammenligningsliste'),
('no', 'comparison_list_note', 'Gå til sammenligningslisten for produkter'),
('no', 'comparsion', 'Sammenligning'),
('no', 'compatible_class', 'Kompatibel klasse'),
('no', 'completed', 'Betalt'),
('no', 'compressing_backup', 'Komprimerer backup fil'),
('no', 'compress_dump', 'Komprimer backup fil'),
('no', 'condition', 'Vilkår'),
('no', 'conditions', 'Vilkår'),
('no', 'configure', 'Konfigurer'),
('no', 'confirm', 'Bekreft'),
('no', 'confirmation_dialog', 'Bekreftelsesdialog'),
('no', 'confirmed', 'Bekreftet'),
('no', 'confirm_password', 'Bekreft passord'),
('no', 'conflicts', 'Konflikter'),
('no', 'congratulations', 'Gratulerer!'),
('no', 'connection_ticket', 'Forbindelsesbillett'),
('no', 'contact', 'Contact'),
('no', 'contact_information', 'Kontaktinformasjon'),
('no', 'contact_us_for_price', 'Kontakt oss for pris'),
('no', 'container_not_used', 'Denne container er IKKE i bruk. \"[container]\" containeren fra Standard vil bli brukt i stedet. Sett denne plasseringen som standard for å bruke denne containeren \"[container]\" for alle plasseringer.'),
('no', 'container_options', 'Container valg'),
('no', 'content', 'Innhold'),
('no', 'content_alignment', 'Innholdsjustering'),
('no', 'content_changed_for', 'Denne blokkens forekomster har forskjellig innhold for'),
('no', 'continue', 'Fortsett'),
('no', 'continue_shopping', 'Fortsett å handle'),
('no', 'controller', 'Erstatt med'),
('no', 'controller_description', 'Hvis du vil spesifisere et SEO-navn for nettadressen, f.eks. http://example.com/index.php?dispatch=<b>categories.catalog</b>, må du skrive \"<b>categories.catalog</b>\" verdien inn i \"<b>The value of the \"dispatch\" parameteret fra nettadressen</b>\" feltet og spesifisere SEO-navnet i \"<b>SEO name</b>\" feltet.'),
('no', 'conversion', 'Konvertering'),
('no', 'converting_data_in_table', 'Konverterer data i tabell [table]'),
('no', 'cookie_is_disabled', 'For en bedre handleopplevelse, kan du <a href=\"http://www.wikihow.com/Enable-Cookies-in-Your-Internet-Web-Browser\" target=\"_blank\">sette opp nettleseren din for å akseptere cookies</a>'),
('no', 'cookie_policy_upgrade_notification_text', '<p>Some countries require that websites notify customers about the use of cookies. Previously you could do that under <b>Settings → Security</b>. That setting has now been moved to the <b>GDPR Compliance (EU)</b> add-on. Here\'s what we advise doing:</p><ol><li>Go to <b>Add-ons → Manage add-ons</b>.</li><li>Switch to the <b>Browse all available add-ons</b> tab.</li><li>Make sure that the <b>GDPR Compliance (EU)</b> add-on is installed and active.</li><li>Click on the add-on name to open the its settings.</li><li>If the <b>Cookie consent</b> setting is set to <i>Implicit</i>, then your store behaves as before the upgrade.</li><li>Switch to the GDPR tab and make sure that the notifications about personal data processing are configured as you want them to.</li><li>Click <b>Save</b>.</li></ol><p>If you\'d like, you can set the consent mode to <i>Explicit</i>; that way customers will need to explicitly agree to the use of cookies before they can access your store.</p>'),
('no', 'cookie_policy_upgrade_notification_title', 'Cookie notification settings moved to GDPR add-on'),
('no', 'coordinates', 'Koordinater'),
('no', 'copied', 'Copied'),
('no', 'copy', 'Kopier'),
('no', 'copyright_shopping_cart', '[product]'),
('no', 'copy_from_layout', 'Kopier data fra layout'),
('no', 'copy_theme_from_another_storefront', 'Copy theme and its layouts from another storefront'),
('no', 'copy_to_other_locations', 'Kopier til andre steder'),
('no', 'core', 'Kjerne'),
('no', 'core_files_have_been_modified', 'Noen av dine <a href=\"[changes_url]\">kjernefiler</a> ble endret manuelt. Det kan føre til ulike problemer, spesielt når du oppgraderer til en ny versjon av [product]. Hvis du vil vite mer om hvorfor vi fraråder å endre kjernefilene, kan du lese denne <a href=\"[docs_url]\" target=\"_blank\" >artikkelen</a>.<br><br>[product] sjekker automatisk for endringer i kjernefiler hver gang du logger deg inn i ditt adminpanel. For å deaktivere denne kontrollen, gå til <a href=\"[settings_url]\">Innstillinger → Generelt</a> og ta bort avkryssingen for denne sjekken.'),
('no', 'cost', 'Kostnad'),
('no', 'cost_dependences', 'Kostnadsavhengig'),
('no', 'could_not_connect_to_database', 'Kunne ikke koble til databasen');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('no', 'could_not_open_file', 'Forhåndsvisning for filen er ikke tilgjengelig'),
('no', 'countries', 'Land'),
('no', 'countries_list', 'Liste over land'),
('no', 'countries_menu_description', 'Administrer utvalget av land som støttes i din nettbutikk.'),
('no', 'country', 'Land'),
('no', 'country_code', 'Landskode'),
('no', 'count_document_fail_imported', 'Dokument importen mislyktes:'),
('no', 'count_document_successfully_imported', 'Dokumentene er importert:'),
('no', 'count_email_template_fail_imported', 'E-post mal importen mislyktes:'),
('no', 'count_email_template_successfully_imported', 'E-post maler importert:'),
('no', 'count_internal_template_fail_imported', 'On-site notification templates import failed:'),
('no', 'count_internal_template_successfully_imported', 'On-site notification templates successfully imported:'),
('no', 'count_snippet_fail_imported', 'Tekstbit importen mislyktes:'),
('no', 'count_snippet_successfully_imported', 'Tekstbiter importert:'),
('no', 'coupon', 'Kupong'),
('no', 'coupons', 'Kuponger'),
('no', 'coupon_already_used', 'Denne kupongen er allerede i bruk'),
('no', 'coupon_code', 'Kupongkode'),
('no', 'cpi_hash_key', 'CPI firkanttast'),
('no', 'create', 'Opprett'),
('no', 'created', 'Opprettet'),
('no', 'create_account', 'Opprett konto'),
('no', 'create_administrator_account', 'Opprett administrator konto'),
('no', 'create_and_close', 'Opprett og lukk'),
('no', 'create_backup', 'Lag sikkerhetskopi'),
('no', 'create_detailed_shipment', 'Opprett detaljert forsendelse'),
('no', 'create_file', 'Opprett fil'),
('no', 'create_folder', 'Opprett mappe'),
('no', 'create_gift_certificate', 'Opprett gavekort'),
('no', 'create_gift_certificate_for_customer', 'Opprett gavekort for denne kunden'),
('no', 'create_guest_account', 'Sjekk ut uten å opprette en konto'),
('no', 'create_new_account', 'Opprett en konto for raske og enkle bestillinger'),
('no', 'create_new_block', 'Opprett ny blokk'),
('no', 'create_new_layout', 'Lag ny layout'),
('no', 'create_new_order', 'Opprett en ny ordre'),
('no', 'create_process_payment', 'Opprett og behandle betaling'),
('no', 'create_profile', 'Opprett en ny profil'),
('no', 'create_profile_notification_header', 'Takk for at du registrerte deg i vår nettbutikk. Under finner du dine konto opplysninger.'),
('no', 'create_table', 'Opprett ny tabell'),
('no', 'create_ticket', 'Create Ticket'),
('no', 'creating', 'Oppretter'),
('no', 'creating_storefront', 'Creating storefront'),
('no', 'creating_table', 'Oppretter tabell'),
('no', 'creation_date', 'Opprettelsesdato'),
('no', 'credit_card', 'Kredittkort'),
('no', 'credit_card_info', 'Dette tallet er skrevet inn i signatur-området på baksiden av kortet. Det er de tre sifrene etter kredittkortnummeret.'),
('no', 'credit_card_number', 'Kredittkortnummer'),
('no', 'credit_memo', 'Kreditnota'),
('no', 'credit_memo_id', 'Kreditnota ID'),
('no', 'cresecureapitoken', 'CRE SecureAPIToken'),
('no', 'cresecureid', 'CRE SecureID'),
('no', 'cresecure_allowed_types', 'Tillatte korttyper'),
('no', 'cron_export', 'Cron eksportinnstillinger'),
('no', 'cscart_uvdesk', 'UVDesk Dashboard'),
('no', 'cscart_uvdesk_menu_description', 'Uvdesk dashboard manage, tickets view, etc.'),
('no', 'csv_delimiter', 'CSV skilletegn'),
('no', 'csv_file', 'CSV fil'),
('no', 'cta', 'ET - Call to action'),
('no', 'curl_error_code_reference_link', 'For å lære hva som forårsaket feilen Curl, se etter ditt feilnummer i <a target=\"_blank\" href=\"[href]\">denne artikkelen</a>.'),
('no', 'curl_error_description_curle_ssl_invalidcertstatus', 'Statusen returnerte feil når spurt med CURLOPT_SSL_VERIFYSTATUS.'),
('no', 'currencies', 'Valutaer'),
('no', 'currency', 'Valuta'),
('no', 'currencycode', 'Valutakode'),
('no', 'currency_code_aed', 'De forente arabiske emirater dirham'),
('no', 'currency_code_afn', 'Afghansk Afghani'),
('no', 'currency_code_ang', 'ANG'),
('no', 'currency_code_aoa', 'Angolas Kwanza'),
('no', 'currency_code_aon', 'Angolas nye Kwanza'),
('no', 'currency_code_ars', 'ARS'),
('no', 'currency_code_ats', 'Antillanske gylden'),
('no', 'currency_code_aud', 'Australske Dollar (AUD)'),
('no', 'currency_code_awg', 'AWG'),
('no', 'currency_code_azn', 'Aserbajdsjanske Manat'),
('no', 'currency_code_bam', 'Bosnia og Hercegovina Convertible Marks'),
('no', 'currency_code_bbd', 'Barbados Dollar'),
('no', 'currency_code_bdt', 'Bangladesh Taka'),
('no', 'currency_code_bef', 'Belgiske Franc'),
('no', 'currency_code_bgl', 'Bulgaria Lev'),
('no', 'currency_code_bgn', 'BGN'),
('no', 'currency_code_bhd', 'Bahraini dinarer'),
('no', 'currency_code_bif', 'Burundi Franc'),
('no', 'currency_code_bmd', 'Bermudian Dollar'),
('no', 'currency_code_bnd', 'Brunei Dollar'),
('no', 'currency_code_bob', 'Bolivianske Boliviano'),
('no', 'currency_code_brl', 'Brasilianske Real'),
('no', 'currency_code_bsd', 'Bahamian Dollar'),
('no', 'currency_code_btn', 'Bhutan Ngultrum'),
('no', 'currency_code_bwp', 'Botswana Pula'),
('no', 'currency_code_byn', 'Hviterussiske rubler'),
('no', 'currency_code_byr', 'BYR'),
('no', 'currency_code_bzd', 'Belize Dollar'),
('no', 'currency_code_cad', 'Canadiske Dollar (CAD)'),
('no', 'currency_code_cdf', 'Kongolesiske Franc'),
('no', 'currency_code_chf', 'Sveitsiske Franc (CHF)'),
('no', 'currency_code_clp', 'Chilenske pesos'),
('no', 'currency_code_cny', 'CNY'),
('no', 'currency_code_cop', 'Colombianske Peso'),
('no', 'currency_code_crc', 'Costa Rica Colon'),
('no', 'currency_code_csd', 'Serbiske dinarer'),
('no', 'currency_code_cve', 'Kapp Verde Escudo'),
('no', 'currency_code_cyp', 'Kypriotiske pund'),
('no', 'currency_code_cyr', 'Kypros Pund (CYR)'),
('no', 'currency_code_czk', 'Tsjekkisk Krone (CZK)'),
('no', 'currency_code_dem', 'Deutsche Mark'),
('no', 'currency_code_djf', 'Djibouti Franc'),
('no', 'currency_code_dkk', 'Danske Kroner (DKK)'),
('no', 'currency_code_dop', 'Dominikanske pesos'),
('no', 'currency_code_dzd', 'Algeriske dinarer'),
('no', 'currency_code_ecs', 'Ecuador Sucre'),
('no', 'currency_code_eek', 'Estlandsk Krone (EEK)'),
('no', 'currency_code_egp', 'EGP'),
('no', 'currency_code_ern', 'Eritreiske Nafka'),
('no', 'currency_code_esp', 'Spanske pesetas'),
('no', 'currency_code_etb', 'Ethiopian Birr'),
('no', 'currency_code_eur', 'Euro'),
('no', 'currency_code_fim', 'Finsk Markka'),
('no', 'currency_code_fjd', 'Fiji Dollar (FJD)'),
('no', 'currency_code_fkp', 'Falklandske pund'),
('no', 'currency_code_frf', 'Franske Franc (FRF)'),
('no', 'currency_code_gbp', 'UK Pund (GBP)'),
('no', 'currency_code_gel', 'GEL'),
('no', 'currency_code_ghs', 'Ghana Cedi'),
('no', 'currency_code_gip', 'Gibraltarske pund'),
('no', 'currency_code_gmd', 'Gambian Dalasi'),
('no', 'currency_code_gnf', 'Guinea Franc'),
('no', 'currency_code_grd', 'Greske drakmer'),
('no', 'currency_code_gtq', 'Guatemalanske Quetzal'),
('no', 'currency_code_gyd', 'Guyana Dollar'),
('no', 'currency_code_hkd', 'Hong Kong Dollar (HKD)'),
('no', 'currency_code_hnl', 'Honduras Lempira'),
('no', 'currency_code_hrk', 'HRK'),
('no', 'currency_code_htg', 'Haiti Gourde'),
('no', 'currency_code_huf', 'Ungarsk Forint (HUF)'),
('no', 'currency_code_idr', 'Indonesisk Rupiah'),
('no', 'currency_code_iep', 'Irske pund'),
('no', 'currency_code_ils', 'Israelsk New Shequel (ILS)'),
('no', 'currency_code_inr', 'Indisk Rupi (INR)'),
('no', 'currency_code_iqd', 'Irakiske dinarer'),
('no', 'currency_code_irr', 'Iranske Rial'),
('no', 'currency_code_isk', 'Islandsk Krone (ISK)'),
('no', 'currency_code_itl', 'Italienske lire'),
('no', 'currency_code_jmd', 'Jamaicanske Dollar'),
('no', 'currency_code_jod', 'Jordanske dinarer'),
('no', 'currency_code_jpy', 'Japanske Yen (JPY)'),
('no', 'currency_code_kes', 'Kenyanske Shilling'),
('no', 'currency_code_khr', 'Kambodsjansk Riel'),
('no', 'currency_code_kmf', 'Kongolesiske Franc'),
('no', 'currency_code_kpw', 'Nord-koreanske Won (KPW)'),
('no', 'currency_code_krw', 'Sør-koreanske Won (KRW)'),
('no', 'currency_code_kwd', 'Kuwaitiske Dinarer (KWD)'),
('no', 'currency_code_kyd', 'Caymanøyene Dollar'),
('no', 'currency_code_kzt', 'Kazakhstani tenge'),
('no', 'currency_code_lak', 'Laos Kip'),
('no', 'currency_code_lbp', 'Libanesiske pund'),
('no', 'currency_code_lkr', 'Srilankiske rupi'),
('no', 'currency_code_lrd', 'Liberian Dollar'),
('no', 'currency_code_lsl', 'Lesotho Loti (Maloti)'),
('no', 'currency_code_ltl', 'Litauisk Litas (LTL)'),
('no', 'currency_code_luf', 'Luxembourg Franc'),
('no', 'currency_code_lvl', 'Latvisk Lat (LVL)'),
('no', 'currency_code_lyd', 'Libyan Dinar'),
('no', 'currency_code_mad', 'MAD'),
('no', 'currency_code_mdl', 'Moldovan Leu'),
('no', 'currency_code_mga', 'Malagasy Ariary'),
('no', 'currency_code_mgf', 'Malagasy Franc'),
('no', 'currency_code_mkd', 'Macedonian (FYR) Denar'),
('no', 'currency_code_mmk', 'Myanmar Kyat'),
('no', 'currency_code_mnt', 'Mongolian Tugrik'),
('no', 'currency_code_mop', 'Macau Pataca'),
('no', 'currency_code_mro', 'Mauritania Ouguiya'),
('no', 'currency_code_mtl', 'Maltese Lira'),
('no', 'currency_code_mur', 'Mauritius Rupee'),
('no', 'currency_code_mvr', 'Maldives Rufiyaa'),
('no', 'currency_code_mwk', 'Malawi Kwacha'),
('no', 'currency_code_mxn', 'Meksikanske Peso (MXN)'),
('no', 'currency_code_myr', 'Malaysiske Ringgit (MYR)'),
('no', 'currency_code_mzn', 'Mozambique Metical'),
('no', 'currency_code_nad', 'Namibian Dollar'),
('no', 'currency_code_ngn', 'Nigerian Naira'),
('no', 'currency_code_nio', 'Nicaraguan Cordoba Oro'),
('no', 'currency_code_nlg', 'Nederlandske gylden'),
('no', 'currency_code_nok', 'Norske kroner (NOK)'),
('no', 'currency_code_npr', 'Nepalese Rupee'),
('no', 'currency_code_nzd', 'New Zealand Dollar (NZD)'),
('no', 'currency_code_omr', 'Rial Omani'),
('no', 'currency_code_pab', 'Panamanian Balboa'),
('no', 'currency_code_pen', 'Peruvian Nuevo Sol'),
('no', 'currency_code_pgk', 'Papua New Guinea Kina'),
('no', 'currency_code_php', 'Filippinske peso'),
('no', 'currency_code_pkr', 'Pakistan Rupee'),
('no', 'currency_code_pln', 'Polsk Zloty (PLN)'),
('no', 'currency_code_png', 'Papua Ny Guinea Kina (PNG)'),
('no', 'currency_code_pte', 'Portugese Escudo'),
('no', 'currency_code_pyg', 'Papua New Guinea Kina'),
('no', 'currency_code_qar', 'Qatari Rial'),
('no', 'currency_code_rol', 'Romanian Lei'),
('no', 'currency_code_ron', 'RON'),
('no', 'currency_code_rsd', 'New Serbian Dinar'),
('no', 'currency_code_rub', 'RUB'),
('no', 'currency_code_rur', 'Russiske Rubler (RUR)'),
('no', 'currency_code_rwf', 'Rwanda Franc'),
('no', 'currency_code_sar', 'Saudi Riyal (SAR)'),
('no', 'currency_code_sbd', 'Solomon Øyene Dollar (SBD)'),
('no', 'currency_code_scr', 'Seychellene rupi'),
('no', 'currency_code_sdp', 'Sudanske pund'),
('no', 'currency_code_sek', 'Svenske Kroner (SEK)'),
('no', 'currency_code_sgd', 'Singapore Dollar (SGD)'),
('no', 'currency_code_shp', 'St Helena Pound'),
('no', 'currency_code_sit', 'Slovensk Tolar (SIT)'),
('no', 'currency_code_skk', 'Slovakisk Koruna (SKK)'),
('no', 'currency_code_sll', 'Sierra Leone Leone'),
('no', 'currency_code_sos', 'Somalia Shilling'),
('no', 'currency_code_srd', 'Surinam Dollar'),
('no', 'currency_code_srg', 'Surinamske gylden'),
('no', 'currency_code_std', 'Dobra'),
('no', 'currency_code_svc', 'El Salvador Colon'),
('no', 'currency_code_syp', 'Syriske pund'),
('no', 'currency_code_szl', 'Swaziland Lilangeni'),
('no', 'currency_code_thb', 'Thailandske Baht (THB)'),
('no', 'currency_code_tjs', 'Tadsjikistan Somoni'),
('no', 'currency_code_tmt', 'Turkmensk Manat'),
('no', 'currency_code_tnd', 'Tunisiske dinarer'),
('no', 'currency_code_top', 'Tonganske Pa\'anga (TOP)'),
('no', 'currency_code_trl', 'Tyrkiske Lira'),
('no', 'currency_code_try', 'Tyrkiske Lire (TRY)'),
('no', 'currency_code_ttd', 'Trinidad og Tobagos Dollar'),
('no', 'currency_code_twd', 'Ny Taiwansk dollar'),
('no', 'currency_code_tzs', 'Tanzanianske Shilling'),
('no', 'currency_code_uah', 'UAH'),
('no', 'currency_code_ugx', 'Ugandiske Shilling'),
('no', 'currency_code_usd', 'US Dollar (USD)'),
('no', 'currency_code_uyu', 'Peso Uruguayo'),
('no', 'currency_code_uzs', 'Usbekiske Sum'),
('no', 'currency_code_veb', 'Venezuela Bolivar'),
('no', 'currency_code_vef', 'Venezuela Bolivar Fuerte'),
('no', 'currency_code_vnd', 'Vietnamesisk ny Dong'),
('no', 'currency_code_vuv', 'Vanuatu Vatu (VUV)'),
('no', 'currency_code_wst', 'Samoansk Tala (WST)'),
('no', 'currency_code_xaf', 'XAF'),
('no', 'currency_code_xcd', 'Østkaribiske Dollar'),
('no', 'currency_code_xof', 'XOF'),
('no', 'currency_code_xpf', 'XPF'),
('no', 'currency_code_yer', 'Yemeni Rial'),
('no', 'currency_code_yum', 'Jugoslaviske nye dinarer'),
('no', 'currency_code_zar', 'Rand (ZAR)'),
('no', 'currency_code_zmw', 'Zambiske Kwacha'),
('no', 'currency_code_zwd', 'Zimbabwiske Dollar'),
('no', 'currency_deleted', 'Valutaen er slettet.'),
('no', 'currency_rate', 'Sats'),
('no', 'currency_rate_greater_than_null', 'Valutakursen bør være høyere enn 0.'),
('no', 'currency_sign', 'Tegn'),
('no', 'currently_in_use', 'I bruk'),
('no', 'current_amount', 'Gjeldende beløp'),
('no', 'current_database_size', 'Gjeldende database størrelse'),
('no', 'current_path', 'Gjeldende sti'),
('no', 'current_period', 'Nåværende periode'),
('no', 'current_setting_value', 'Gjeldende verdi'),
('no', 'current_theme', 'Nåværende mal'),
('no', 'custom', 'Egendefinert'),
('no', 'customer', 'Kunde'),
('no', 'customers', 'Kunder'),
('no', 'customers_menu_description', 'Liste over kunder og registrerte brukere med en kundekonto.'),
('no', 'customers_with_abandoned', 'Kunder med forlatte'),
('no', 'customer_address', 'Customer address'),
('no', 'customer_create_ticket', 'Create Ticket'),
('no', 'customer_details', 'Kundedetaljer'),
('no', 'customer_email', 'Kundens e-post'),
('no', 'customer_id', 'Kunde-ID'),
('no', 'customer_info', 'Kundeinformasjon'),
('no', 'customer_information', 'Kundeinformasjon'),
('no', 'customer_name', 'Customer Name'),
('no', 'customer_notes', 'Kundenotater'),
('no', 'customer_notifications', 'Kunde notifikasjoner'),
('no', 'customer_phone', 'Kunde telefon'),
('no', 'customer_signature', 'Kundesignatur'),
('no', 'customer_sign_in', 'Customer Sign-In'),
('no', 'customer_text_letter_footer', 'Takk for at du valgte vår butikk.'),
('no', 'customization', 'Tilpasning'),
('no', 'customize', 'Tilpass'),
('no', 'custom_range', 'Egendefinert rekkevidde'),
('no', 'custom_search', 'Custom search'),
('no', 'cutted_product_codes', 'Følgende produktkoder er for lange og ble kuttet til 32 tall:'),
('no', 'cvv2', 'CVV/CVC'),
('no', 'czech', 'Tsjekkisk'),
('no', 'daily', 'Daglig'),
('no', 'danish', 'Dansk'),
('no', 'dashboard', 'Dashboard'),
('no', 'database', 'Database'),
('no', 'database_data_changes', 'Database dataendringer'),
('no', 'database_structure_changes', 'Database strukturendringer'),
('no', 'datafeed.description', 'Bare produktene som møter <strong>alle</strong> vilkårene nedenfor, blir eksportert:'),
('no', 'datafeed_name', 'Data feed navn'),
('no', 'datakeeper.error_unsupported_file_type', 'Filen kan ikke gjenopprettes. Kun .sql, zip og .tgz filer er tillatt.'),
('no', 'datakeeper.file_cannot_be_overrided', 'Kan ikke skrive til filen <b>[file]</b>. Angi skrivetillatelser manuelt eller sjekk FTP-tilgangen til serveren i <a href=\"[url]\">\"Oppgraderingssenteret\"</a> section'),
('no', 'datakeeper.run_backup_via_cron_message', 'You can run the backup automatically at certain time intervals. To do it, add the following command to <a href=\"https://en.wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a>:'),
('no', 'datatrans_caa', 'Autorisasjon med umiddelbart oppgjør'),
('no', 'datatrans_noa', 'Kun autorisasjon'),
('no', 'datatrans_sign', 'Digital signatur'),
('no', 'data_feed', 'Data feeder'),
('no', 'data_feed.error_exim_no_data_exported', 'Ingen data eksportert'),
('no', 'data_feeds', 'Data feeder'),
('no', 'data_feeds.exclude_shared_products', 'Utelat delte produkter'),
('no', 'data_feeds.text_tooltip_field_name', 'Navnet på kolonnen i datafeedfilen.'),
('no', 'data_feeds.text_tooltip_field_type', 'Datatypen fra butikken din som vil bli eksportert til denne kolonnen i datafeedfilen.'),
('no', 'date', 'Dato'),
('no', 'date_added', 'Dato lagt til'),
('no', 'date_of_birth', 'Fødselsdato'),
('no', 'day', 'dag'),
('no', 'days', 'dager'),
('no', 'days_old', 'dager gamle'),
('no', 'db_backup_restore', 'DB Backup/Gjenopprett'),
('no', 'db_name', 'Databasenavn'),
('no', 'dear', 'Hei'),
('no', 'dear_sirs', 'Kjære hr.'),
('no', 'debit', 'Debet'),
('no', 'decimals', 'Desimaler'),
('no', 'decline', 'Avslå'),
('no', 'declined', 'Avslått'),
('no', 'declined_products_information', 'Info om avslåtte produkter'),
('no', 'decline_products', 'Avslå produkter'),
('no', 'decline_selected', 'Avslå valgt'),
('no', 'decorator', 'Dekoratør'),
('no', 'decrease', 'Reduser'),
('no', 'dec_sign', 'Desimaltegn'),
('no', 'default', 'Standard'),
('no', 'default_category_view', 'Standard kategorivisning'),
('no', 'default_currency_status', 'Status for primærvaluta kan ikke endres'),
('no', 'default_filter_by_location', 'Ingen filter spesifisert. Filtrer etter beliggenhet satt som standard.'),
('no', 'default_language', 'Standard språk'),
('no', 'default_language_status', 'Statusen til Standard språket kan ikke endres'),
('no', 'default_layout', 'Standard layout'),
('no', 'default_long_options_template', 'Standard mal (lange navn på produktalternativ)'),
('no', 'default_product_details_view', 'Overliggende nivå ([default])'),
('no', 'default_storefront', 'Default'),
('no', 'default_storefront_must_exist', 'Default storefront must exist in the store'),
('no', 'default_template', 'Standardmal'),
('no', 'default_value', 'Standardverdi'),
('no', 'deferred', 'Utsatt'),
('no', 'defined', 'Definert'),
('no', 'defined_desired_products', 'Liste over ønskede produkter'),
('no', 'defined_items', 'definerte elementer'),
('no', 'delay', 'Forsinkelse (i sekunder)'),
('no', 'delete', 'Slett'),
('no', 'deleted', 'Slettet'),
('no', 'deleted_product', 'SLETTET PRODUKT'),
('no', 'delete_all_images', 'Slett alle bilder'),
('no', 'delete_block', 'Slett blokk'),
('no', 'delete_confirmation', 'Er du sikker på at du vil slette de valgte elementene?'),
('no', 'delete_downloadable_product_files', 'Slett eksisterende filer av nedlastbare produkter'),
('no', 'delete_downloadable_product_files_tooltip', 'Hvis du aktiverer denne innstillingen, vil importen av nedlastbare produkter slette eksisterende filer. Hvis innstillingen er deaktivert, blir de nye filene for nedlastbare produkter lagt til i eksisterende filer.'),
('no', 'delete_grid', 'Slett rutenett'),
('no', 'delete_image', 'Slett bilde'),
('no', 'delete_image_pair', 'Slett bildepar'),
('no', 'delete_install_folder', 'Vennligst fjern installeringskatalogen.<br /><br />Å beholde installeringskatalog på serveren er usikkert.'),
('no', 'delete_range', 'Slett intervall'),
('no', 'delete_selected', 'Slett valgte'),
('no', 'delete_this_category', 'Slett denne kategorien'),
('no', 'delete_this_page', 'Slett denne siden'),
('no', 'delete_this_return', 'Slett denne returen'),
('no', 'delivery_time', 'Leveringstid'),
('no', 'demo', 'Demo'),
('no', 'demo_mode', 'Demo-modus er aktivert'),
('no', 'demo_mode_content_text', '<p>Handlevognen arbeider i <b>DEMO</b>-modus og denne funksjonen er deaktivert.</p>'),
('no', 'demo_panel.block_manager.enable', 'Edit structure<br/><br/>Change various blocks with information: show them, hide them, or move them as you see fit.<br/>This currently works only at the checkout page. Add a product to cart and proceed to checkout to see the editor.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Edit layout on-site\"'),
('no', 'demo_panel.demo_store_panel', 'Demobutikk panel'),
('no', 'demo_panel.demo_will_be_reset_in', 'Demo vil bli nullstilt om:'),
('no', 'demo_panel.go_admin_panel', 'Gå til admin-panelet'),
('no', 'demo_panel.go_storefront', 'Gå til butikk forsiden'),
('no', 'demo_panel.go_vendor_panel', 'Gå til Forhandler panelet'),
('no', 'demo_panel.live_editor.enable', 'Edit сontent<br/><br/>Change the texts and other data directly on the storefront, without using the administration panel.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Edit content on-site\"'),
('no', 'demo_panel.theme_editor.enable', 'Edit style<br/><br/>Change the style of your store (logos, colors, fonts, and so on) and see the changes as you make them.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Theme editor\"'),
('no', 'denied', 'Avvist'),
('no', 'dependence', 'Sorter etter'),
('no', 'deposit_amount', 'Innskuddsbeløp'),
('no', 'deprecated', 'Deprecated'),
('no', 'desc', 'beskr.'),
('no', 'description', 'Description'),
('no', 'descr_avs', 'AVS verifiseringssvar'),
('no', 'descr_cvv', 'CVV2 verifiseringssvar'),
('no', 'design', 'Design'),
('no', 'design_mode', 'Design modus'),
('no', 'desired_amount', 'Ønsket mengde'),
('no', 'destination', 'Destinasjon'),
('no', 'destination_nothing_found', 'No suitable destination has been found'),
('no', 'detailed_description', 'Detaljert beskrivelse'),
('no', 'detailed_image', 'Detaljerte bilde'),
('no', 'detailed_images', 'Detaljerte bilder'),
('no', 'detailed_image_url', 'Detaljert bilde URL'),
('no', 'detailed_info', 'Detaljert informasjon'),
('no', 'detailed_shipment', 'Detaljert forsendelse'),
('no', 'details', 'detaljer'),
('no', 'developer', 'Utvikler'),
('no', 'development', 'Utvikling'),
('no', 'dhl_upgrade_notification_text', '<p>Den nyeste versjonen av [product] har ulike innstillinger for fraktberegning i sanntid hvis du bruker DHL som transportselskap.</p><p>Hvis du vil vise gjeldende fraktpriser for dine kunder, gjør dette:</p><ul><li>gå til administrasjon > Forsendelse & moms > Fraktmetoder</li><li>Velg leveringsmåtene som bruker DHL for å beregne fraktpriser</li><li>gå til fanen Generelt, og angi den riktige frakt-tjenesten</li><li>gå så til til fanen Konfigurer og angi riktig område-ID og passord</li></ul>'),
('no', 'dhl_upgrade_notification_title', 'DHL sanntid frakt beregning endringer'),
('no', 'diff', 'Filendringer'),
('no', 'different_only', 'Kun ulike'),
('no', 'directory', 'Katalog'),
('no', 'direct_download', 'Direkte nedlasting'),
('no', 'disable', 'Deaktiver'),
('no', 'disabled', 'Deaktivert'),
('no', 'disabled_categories', 'Deaktiverte kategorier'),
('no', 'disable_for', 'Deaktiver for'),
('no', 'disable_selected', 'Deaktiver valgte'),
('no', 'disapprove', 'Avvis'),
('no', 'disapproved', 'Avvist'),
('no', 'disapprove_selected', 'Avvis valgte'),
('no', 'discount', 'Rabatt'),
('no', 'discounted_price', 'Rabattert pris'),
('no', 'discounts', 'Rabatter'),
('no', 'discount_coupon', 'Rabattkupong'),
('no', 'discount_coupon_code', 'Rabattkupong kode'),
('no', 'discussion', 'Kommentarer og omtaler'),
('no', 'discussion.add_new_review', 'Diskusjon: Ny anmeldelse'),
('no', 'discussion.agreement_text_full_add_new_review', '<p>Navnet ditt vises ved siden av din anmeldelse eller kommentar, synlig for alle. Vi ([company]) lagrer også din IP-adresse som en sikkerhetsforanstaltning, men den kan kun sees av våre ansatte. Den forblir i vårt system til du trekker tilbake samtykket ditt. Hvis du vil ha dine personlige data fjernet, send en epost til [email]. </p> <p> Hvis du mener at dine personopplysninger er misbrukt, har du rett til å sende inn en klage til en tilsynsmyndighet. Vi er forpliktet av EUs generelle databeskyttelsesforskrift å gi deg beskjed om denne rettigheten. Vi har ikke tenkt å misbruke dataene dine.</p>'),
('no', 'discussion.agreement_text_short_add_new_review', 'Jeg godtar at mine personlige data <u>behandles som følger.</u>'),
('no', 'discussion.anonymous_setting_restored_upgrade_notification', 'In the 4.9.1 version the <strong>Only anonymous customers</strong> variant of the <strong>Administrator must approve posts submitted by</strong> setting was removed. Now, it is available again, with the ability to leave reviews for nonauthorized customers. Please check if the desirable value of the setting is selected.'),
('no', 'discussion.anonymous_setting_restored_upgrade_notification_title', 'Comments and reviews add-on settings were changed'),
('no', 'discussion.please_log_in_to_write_a_review', 'Please sign in to write a review'),
('no', 'discussion.you_have_to_buy_from_vendor_before_writing_review', 'You can\'t write a review for this vendor. Customers can write reviews for a vendor only after they buy something from that vendor. If you actually placed an order with this vendor, but are still seeing this message, please contact us.'),
('no', 'discussion.you_have_to_buy_product_before_writing_review', 'You can\'t write a review for this product. Customers can write reviews only for the products they bought. If you actually bought this product from us, but are still seeing this message, please contact us.'),
('no', 'discussion_manager', 'Kommentarer og omtaler'),
('no', 'discussion_tab_categories', 'Kategori omtaler'),
('no', 'discussion_tab_companies', 'Firmavurderinger'),
('no', 'discussion_tab_home_page', 'Kundevurderinger'),
('no', 'discussion_tab_orders', 'Ordrekommunikasjon'),
('no', 'discussion_tab_pages', 'Sidekommentarer'),
('no', 'discussion_tab_products', 'Produktomtaler'),
('no', 'discussion_title_category', 'Omtaler'),
('no', 'discussion_title_company', 'Omtaler'),
('no', 'discussion_title_giftreg', 'Gjestebok'),
('no', 'discussion_title_home_page', 'Anbefalinger'),
('no', 'discussion_title_home_page_menu_description', 'Behandle anbefalinger fra besøkende i nettbutikken.'),
('no', 'discussion_title_order', 'Kommunikasjon'),
('no', 'discussion_title_page', 'Kommentarer'),
('no', 'discussion_title_product', 'Omtaler'),
('no', 'discussion_title_return', 'Kommunikasjon'),
('no', 'dispatch', 'Utsendelse'),
('no', 'dispatch_value', 'Dispatch-verdi'),
('no', 'displayed_vendors', 'Viste forhandlere'),
('no', 'display_bottom_buttons', 'Vis bunn knapper'),
('no', 'display_delete_icons', 'Vis slett ikoner'),
('no', 'display_in_promotions', 'Vis i kampanjer'),
('no', 'display_message', 'Vis melding'),
('no', 'display_on', 'Vis på'),
('no', 'display_type', 'Visningstype'),
('no', 'display_variants_count', 'Antall viste filter-varianter før blameny'),
('no', 'documents', 'Dokumenter'),
('no', 'document_exists', 'Dokumentet med den valgte koden finnes allerede, prøv med en annen.'),
('no', 'document_import_success_msg', 'Alle dokumentene har blitt importert uten feil.'),
('no', 'document_preview_gift_certificate_not_found', 'Kunne ikke finne et gavekort. Forhåndsvisning fungerer bare med eksisterende data. Opprett et gavekort og bruk forhåndsvisning igjen.'),
('no', 'document_preview_order_not_found', 'Kunne ikke finne ordren. Forhåndsvisning fungerer bare med eksisterende data. Opprett en ordre og prøv forhåndsvisning igjen.'),
('no', 'document_preview_return_request_not_found', 'Kunne ikke finne en returforespørsel. Forhåndsvisning fungerer bare med eksisterende data. Opprett en returforespørsel og bruk forhåndsvisning igjen.'),
('no', 'document_preview_suppliers_not_found', 'Kunne ikke finne en leverandør. Forhåndsvisning fungerer bare med eksisterende data. Opprett en leverandør og bruk forhåndsvisning igjen.'),
('no', 'domain', 'Domene'),
('no', 'domains', 'Domener'),
('no', 'domestic_usps', 'Innenriks USPS'),
('no', 'done', 'Ferdig'),
('no', 'dont_recalculate_order', 'Ikke rekalkuler ordren'),
('no', 'dont_track', 'ikke spor'),
('no', 'dont_use_cardinal', 'Ikke bruk Cardinal Centinel&reg; for 3-D Secure Payer godkjenning'),
('no', 'dots', 'Prikker'),
('no', 'down', 'Ned'),
('no', 'download', 'Last ned'),
('no', 'downloadable', 'Nedlastbar'),
('no', 'downloadable_product_files_directory', 'Katalog for filene med nedlastbare produkter'),
('no', 'downloadable_shipping', 'Aktiver frakt hvis nedlastbar'),
('no', 'downloads', 'Nedlastinger'),
('no', 'downloads_max_left', 'Nedlastinger (maks./gjenværende)'),
('no', 'download_key_expiry', 'Utløp av nøkkel for nedlastning'),
('no', 'download_link_expired', 'Nedlastingslinken er utløpt eller er ikke klar.'),
('no', 'do_not_change', 'Ikke endre'),
('no', 'do_not_pass_logo', 'Send ikke handlevognlogoen til grossisten'),
('no', 'do_not_use', 'Ikke bruk'),
('no', 'drlicense_number', 'Førerkortnummer'),
('no', 'dropdown_horizontal', 'Rullgardinmeny horisontal'),
('no', 'dropdown_limit', 'Minimum antall av elementer for å bli plassert i en rullgardinmeny.'),
('no', 'dropdown_second_level_elements', 'Andre nivå elementer'),
('no', 'dropdown_third_level_elements', 'Tredje nivå elementer'),
('no', 'dropdown_vertical', 'Rullgardinmeny vertikal'),
('no', 'drop_existing_data', 'Slett alle eksisterende produktfiler før import'),
('no', 'drop_images_select', 'Select images'),
('no', 'drop_images_select_short', 'Select'),
('no', 'drop_images_to_upload', 'Drop images here'),
('no', 'dump_file_not_writable', 'Vennligst sett skrive-rettighetene på database backup-filen.'),
('no', 'duplicate', 'Dupliser transaksjoner'),
('no', 'dutch', 'Nederlandsk'),
('no', 'dynamic', 'Dynamisk'),
('no', 'dynamic_content', 'Dette blokk-innholdet vil bli vist kun på <a href=\"[url]\">denne siden</a>.'),
('no', 'dynamic_tree_cat', 'Dynamisk tre'),
('no', 'dynamic_tree_pages', 'Dynamisk tre'),
('no', 'earned_points', 'Poeng opptjent per produkt'),
('no', 'earned_point_modifier', 'Opptjente poeng modifikator'),
('no', 'easing', 'Lettelser'),
('no', 'easter_coming_soon_message', 'Uh-oh, it looks like this feature doesn\'t work yet! But we\'re on the job and will try to get it working soon.'),
('no', 'edit', 'Rediger'),
('no', 'editing', 'Redigerer'),
('no', 'editing_attachment', 'Redigerer vedlegg'),
('no', 'editing_block', 'Redigerer blokk'),
('no', 'editing_category', 'Redigerer kategori'),
('no', 'editing_certificate', 'Redigerer sertifikat'),
('no', 'editing_chart', 'Redigerer diagram'),
('no', 'editing_combination', 'Rediger kombinasjon'),
('no', 'editing_container', 'Rediger beholder'),
('no', 'editing_currency', 'Redigerer valuta'),
('no', 'editing_defined_products', 'Redigerer definerte produkter'),
('no', 'editing_document', 'Redigerer [name]'),
('no', 'editing_email_snippet', 'Redigerer tekstbiter'),
('no', 'editing_email_template', 'Redigerer e-post maler'),
('no', 'editing_file', 'Redigerer fil'),
('no', 'editing_filter', 'Redigerer filter'),
('no', 'editing_folder', 'Rediger mappe'),
('no', 'editing_form', 'Redigerer skjema'),
('no', 'editing_global_vars', 'Redigerer globale variabler'),
('no', 'editing_grid', 'Rediger rutenett'),
('no', 'editing_group', 'Redigerer gruppe'),
('no', 'editing_internal_template', 'Editing on-site notification template'),
('no', 'editing_item', 'Redigerer element'),
('no', 'editing_language', 'Rediger språk'),
('no', 'editing_layout', 'Rediger layout'),
('no', 'editing_link', 'Redigerer link'),
('no', 'editing_localization', 'Redigerer lokalisering'),
('no', 'editing_location', 'Redigerer beliggenhet'),
('no', 'editing_mailing_list', 'Redigerer e-post-liste'),
('no', 'editing_menu', 'Rediger menyer'),
('no', 'editing_option', 'Redigerer alternativ'),
('no', 'editing_order', 'Redigerer ordre'),
('no', 'editing_order_invoice', 'Redigere fakturaen for ordren #[order_id]'),
('no', 'editing_order_invoice_responsive', 'Editing invoice for order'),
('no', 'editing_page', 'Redigerer siden'),
('no', 'editing_payment', 'Redigerer betaling'),
('no', 'editing_poll', 'Redigerer spørreundersøkelse'),
('no', 'editing_product', 'Redigerer produkt'),
('no', 'editing_product_feature', 'Redigerer produktfunksjon'),
('no', 'editing_profile', 'Redigerer profil'),
('no', 'editing_profile_field', 'Rediger profilfelt'),
('no', 'editing_profile_name', 'Editing profile: [name]'),
('no', 'editing_promotion', 'Redigerer kampanje'),
('no', 'editing_question', 'Redigerer spørsmål'),
('no', 'editing_quick_menu_link', 'Redigerer hurtigmeny link'),
('no', 'editing_quick_menu_section', 'Redigerer hurtigmeny seksjonen'),
('no', 'editing_rate_area', 'Editing rate area'),
('no', 'editing_report', 'Redigerer rapport'),
('no', 'editing_shipping_method', 'Redigerer fraktmetode'),
('no', 'editing_sitemap_section', 'Rediger sidekart seksjon'),
('no', 'editing_snippet', 'Redigerer tekstbiter'),
('no', 'editing_status', 'Redigerer status'),
('no', 'editing_storefront', 'Editing storefront'),
('no', 'editing_store_location', 'Redigerer butikk beliggenhet'),
('no', 'editing_supplier', 'Redigerer leverandør'),
('no', 'editing_tab', 'Rediger fane'),
('no', 'editing_table_column', 'Redigerer kolonnen'),
('no', 'editing_tax', 'Redigerer skatt'),
('no', 'editing_vendor', 'Rediger forhandler'),
('no', 'edition_type', 'Utgavetype'),
('no', 'edit_admin_notification', 'Rediger e-post sendt til administratorer'),
('no', 'edit_and_send_invoice', 'Tilpass og send faktura'),
('no', 'edit_content_on_site', 'På-siden innholdsredigering'),
('no', 'edit_corresponding_profile_field', 'For å endre felttype eller varianter, <a href=\"[URL]\">rediger tilsvarende felt i seksjonen for fraktadresse</a>.'),
('no', 'edit_customer_notification', 'Rediger e-post sendt til kunder'),
('no', 'edit_files', 'Can edit'),
('no', 'edit_invoice', 'Rediger faktura'),
('no', 'edit_layout', 'Rediger layout'),
('no', 'edit_layout_on_site', 'Edit layout on-site'),
('no', 'edit_order', 'Rediger ordre'),
('no', 'edit_products', 'Rediger produkter'),
('no', 'edit_profile', 'Rediger profil'),
('no', 'edit_profile_note', 'Endre e-post, passord, leveringsadresse / kontoadresse, og andre profilinnstillinger'),
('no', 'edit_report', 'Rediger rapport'),
('no', 'edit_robots', 'Rediger robots.txt'),
('no', 'edit_selected', 'Rediger valgte'),
('no', 'edp_access_granted', 'Nå kan du laste ned de kjøpte produktene.'),
('no', 'edp_access_subj', 'Tilgang til elektronisk distribuerte produkter er innvilget'),
('no', 'edp_enable_shipping', 'Aktiver frakt for nedlastbare produkter'),
('no', 'eib', 'ET - Extra info block'),
('no', 'eib_wrapper', 'ET - Extra info block'),
('no', 'elements_per_column_third_level_view', 'AB: Elements number per column for the mode <b>3-level menu (dropdown list)</b>'),
('no', 'elements_per_column_third_level_view.tooltip', 'This setting limits the number of displayed third-level menu items in each of the two columns of the last level when the <b>3-level menu mode (drop-down list) </ b> is turned on. The remaining menu items (exceeding the limit settings) will not be displayed in the menu. It is rational to use the setting, if there is a very large number of menu items on the third level'),
('no', 'email', 'E-post'),
('no', 'email.one_time_password.message', '<p>You\'ve requested a one-time code to sign in to <a href=\"[storefront_url]\">[storefront_url]</a>. Here it is:</p><p><strong><code>[password]</code></strong></p><p>Please don\'t tell this code to anyone else. If you haven\'t requested the code, then you can safely ignore this message. Nobody will be able to sign in to your account, unless they know your password or can view your inbox.</p>'),
('no', 'email.one_time_password.title', 'Sign in without password'),
('no', 'emails', 'E-post'),
('no', 'email_address', 'E-post-adresse'),
('no', 'email_cannot_be_empty', 'E-post-feltet kan ikke være tomt'),
('no', 'email_header', 'E-post topptekst'),
('no', 'email_marketing.confirm_subscription', 'Bekreft abonnementet'),
('no', 'email_marketing.email_subscribed', 'Du abonnenerer nå på vårt nyhetsbrev'),
('no', 'email_marketing.email_subscribed_2optin', 'Abonnement bekreftet'),
('no', 'email_marketing.enter_api_key_and_save', 'Skriv inn API-nøkkel og lagre først'),
('no', 'email_marketing.error_no_list', 'Vennligst velg e-postliste i modulens innstillinger for å starte importen'),
('no', 'email_marketing.export_all', 'Eksporter alle'),
('no', 'email_marketing.new_subscriber', 'Ny abonnent'),
('no', 'email_marketing.subscription_confirmed', 'Takk for at du abonnerer på vårt nyhetsbrev'),
('no', 'email_marketing.subscription_confirmed_2', 'Abonnement bekreftet'),
('no', 'email_marketing.subscription_pending', 'E-post bekreftelse er nødvendig!'),
('no', 'email_marketing.sync', 'Synkroniser'),
('no', 'email_marketing.text_confirm_subscription', 'Vi fikk en abonnement-forespørsel fra deg. Vennligst bekreft:<p><a href=\"[href]\">Klikk her for å bekrefte abonnementet på nyhetsbrevet</a></p> hvis du har mottatt denne e-posten ved en feil, bare slett den. Du vil ikke tegnes på abonnementet hvis du ikke klikker på bekreftelse-linken over.'),
('no', 'email_marketing.text_email_subscribed', 'Takk for å abonnerer på vårt nyhetsbrev. <p>Hvis du vil slutte å motta e-post fra oss, <a href=\"[href]\">Klikk på denne linken for å avslutte abonnementet når som helst</a>.</p>'),
('no', 'email_marketing.text_email_subscribed_2optin', 'Ditt abonnement på nyhetsbrevet er bekreftet.<p>Hvis du vil slutte å motta e-post fra oss, <a href=\"[href]\">Klikk på denne lenken for å avslutte abonnementet når som helst</a>.</p>'),
('no', 'email_marketing.text_subscribe', 'Abonner på vårt nyhetsbrev'),
('no', 'email_marketing.text_subscription_confirmed', 'Abonnementet er bekreftet. Det kreves ingen ekstra handlinger.'),
('no', 'email_marketing.text_subscription_confirmed_2', 'Abonnementet på nyhetsbrevet er bekreftet. Vi takker for interessen!'),
('no', 'email_marketing.text_subscription_pending', 'Takk for at du abonnerer på vårt nyhetsbrev.<p>En bekreftelse er sendt til deg via e-post. Bruk linken i e-posten for å bekrefte abonnementet</p>'),
('no', 'email_marketing.text_unsubscribe_successful', 'Din e-post har blitt fjernet fra vår liste.'),
('no', 'email_marketing.tmpl_subscription', 'E-post markedsføring: nyhetsbrev abonnement skjema'),
('no', 'email_marketing.unsubscribe_successful', 'Abonnementet er avsluttet'),
('no', 'email_marketing.warning_email_exists', '[email] er allerede abonnent'),
('no', 'email_order_invoice_subject', '[company_name]: Faktura for ordre #[order_id]'),
('no', 'email_subject', 'E-post emne'),
('no', 'email_template.accounting_new_payout', 'Regnskap: Utbetalingen er utstedt'),
('no', 'email_template.accounting_new_withdrawal', 'Regnskap: Uttak er forespurt'),
('no', 'email_template.accounting_payout_approved', 'Regnskap: Utbetalingen er utstedt'),
('no', 'email_template.accounting_payout_declined', 'Regnskap: Utbetaling ikke fullført'),
('no', 'email_template.accounting_withdrawal_approved', 'Regnskap: Utbetalingen er utstedt'),
('no', 'email_template.accounting_withdrawal_declined', 'Regnskap: Uttak er avvist'),
('no', 'email_template.activate_profile', 'Brukerprofil krever aktivering'),
('no', 'email_template.apply_for_vendor_notification', 'Søk om å bli forhandler'),
('no', 'email_template.back_in_stock_notification', 'Tilbake på lager varsel'),
('no', 'email_template.call_requests_buy_with_one_click', 'Anrops forespørsler: kjøp med ett klikk varsling'),
('no', 'email_template.call_requests_call_request', 'Anrops forespørsler: kontakt forespørsel via telefon'),
('no', 'email_template.company_payment_notification', 'Firma betaling'),
('no', 'email_template.company_status_notification', 'Firma statusendring'),
('no', 'email_template.create_profile', 'Bruker profil opprettelse'),
('no', 'email_template.discussion_notification', 'Varslinger for Kommentarer og omtaler'),
('no', 'email_template.edp_access', 'Ordre: tilgang til nedlastbare produkter'),
('no', 'email_template.email_marketing_confirmation', 'E-post markedsføring: abonnement bekreftelse'),
('no', 'email_template.email_marketing_welcome', 'E-post markedsføring: velkomstbrev'),
('no', 'email_template.email_marketing_welcome_2optin', 'E-post markedsføring: velkomstbrev (2optin)'),
('no', 'email_template.form_builder_form', 'Kontaktskjema'),
('no', 'email_template.gift_certificates_notification', 'Gavekort'),
('no', 'email_template.give_coupon', 'Kampanjer: kupong'),
('no', 'email_template.hybrid_auth_create_profile', 'Opprett brukerprofil via sosial innlogging'),
('no', 'email_template.low_stock', 'Produkt lavt varelager varsel'),
('no', 'email_template.newsletters_newsletter', 'Nyhetsbrev'),
('no', 'email_template.newsletters_promotion', 'Nyhetsbrev: promotering'),
('no', 'email_template.one_time_password_request', 'One-time code for password-free sign-in'),
('no', 'email_template.order_notification', 'Ordre notifikasjon: [name]'),
('no', 'email_template.order_notification_default', 'Ordre notifikasjon:: Standard mal for en ny ordrestatus'),
('no', 'email_template.params.attach_order_document', 'Legg ved et PDF-dokument'),
('no', 'email_template.product_reviews_notification', 'Product reviews: New review notification'),
('no', 'email_template.product_reviews_reply_notification', 'Product reviews: Reply notification'),
('no', 'email_template.profile_activated', 'Bruker konto aktivering'),
('no', 'email_template.profile_deactivated', 'Brukerkonto deaktivering'),
('no', 'email_template.recover_password', 'Passord gjenoppretting'),
('no', 'email_template.reminder', 'Admin passord utløpt'),
('no', 'email_template.reward_points_notification', 'Belønningspoeng'),
('no', 'email_template.rma_slip_notification', 'RMA bilag'),
('no', 'email_template.shipment_products', 'Ordre: produkter sendt'),
('no', 'email_template.shipping_error', 'Frakt: forespørsel feil'),
('no', 'email_template.suppliers_notification', 'Leverandør notifikasjon'),
('no', 'email_template.track', 'Ordre: sporing'),
('no', 'email_template.update_profile', 'Bruker profil oppdatering'),
('no', 'email_template.upgrade_backup_info', 'Oppgradering: gjenopprettingslink'),
('no', 'email_template.usergroup_activation', 'Brukergruppe aktivering'),
('no', 'email_template.usergroup_disactivation', 'Brukergruppe deaktivering'),
('no', 'email_template.usergroup_request', 'Brukergruppe forespørsel'),
('no', 'email_template.vendor_communication.notify_admin', 'Ask seller a question: Admin Notification'),
('no', 'email_template.vendor_communication.notify_customer', 'Ask seller a question: Customer Notification'),
('no', 'email_template.vendor_data_premoderation_notification', 'Forhandler forhåndsgodkjenning'),
('no', 'email_template.vendor_invitation', 'Vendor invitation'),
('no', 'email_template.vendor_plans_payment', 'Forhandler plan: betalingsnotifikasjon'),
('no', 'email_template.vendor_plans_plan_changed', 'Forhandler planer: plan endret notifikasjoner'),
('no', 'email_template.vendor_plans_revenue', 'Forhandler plan: inntektsvarsling'),
('no', 'email_templates', 'E-post maler'),
('no', 'email_template_exists', 'E-post malen med den valgte koden finnes allerede, prøv med en annen.'),
('no', 'email_template_import_success_msg', 'Alle e-post malene har blitt importert uten feil.'),
('no', 'email_to', 'E-post til'),
('no', 'empty', 'Tom'),
('no', 'empty_key_value', 'Tom tabell nøkkelverdi'),
('no', 'enable', 'Aktiver'),
('no', 'enabled', 'Aktivert'),
('no', 'enable_cdn', 'Aktiver CDN'),
('no', 'enable_for', 'Aktiver for'),
('no', 'enable_link', 'Enable link'),
('no', 'enable_or_disable_block', 'Aktiver/Deaktiver blokk'),
('no', 'enable_or_disable_container', 'Aktiver/Deaktiver Beholder'),
('no', 'enable_or_disable_grid', 'Aktiver/Deaktiver Rutenett'),
('no', 'enable_quick_view', 'Aktiver hurtigvisning'),
('no', 'enclosure', 'Enclosure'),
('no', 'encryption', 'Kryptering'),
('no', 'encryption_key', 'Krypteringsnøkkel'),
('no', 'end_date', 'Sluttdato'),
('no', 'english', 'Engelsk'),
('no', 'enter_category_name_and_path', 'Enter path and category name. Example, \"Electronics/Computers/Laptops\"'),
('no', 'enter_code', 'Tast inn kode'),
('no', 'enter_color_name_and_code', 'Enter color name and code. Example, \"Red #ff0000\"'),
('no', 'enter_data', 'Skriv inn data'),
('no', 'enter_email', 'Skriv inn e-post-adresse'),
('no', 'enter_new_lang_code', 'Skriv inn en ny landskode'),
('no', 'enter_other', 'Angi annet'),
('no', 'enter_your_price', 'Skriv inn din pris'),
('no', 'entity', 'Foretak'),
('no', 'entry_page', 'Global inngangsside'),
('no', 'entry_point', 'Inngangspunkt'),
('no', 'envelope', 'Konvolutt'),
('no', 'epdq_3ds_main', 'Hovedvindu'),
('no', 'epdq_3ds_popup', 'Popup'),
('no', 'error', 'Feil'),
('no', 'errorCode', 'Feilkode'),
('no', 'errorName', 'Feil-navn'),
('no', 'error_account_disabled', 'Kontoen er deaktivert. Vennligst ta kontakt med butikkadministrasjonen.'),
('no', 'error_admin_not_created_email_already_used', 'Administrator-kontoen ble ikke opprettet. Epost-adressen tilhører en annen bruker. Du kan legge til administratoren for denne forhandleren manuelt.'),
('no', 'error_admin_not_created_name_already_used', 'Administrator kontoen ble ikke opprettet. Brukernavnet tilhører en annen bruker. Du bør endre administratorens kontonavn.'),
('no', 'error_admin_registers_as_vendor', 'Du kan ikke bli leverandør fordi du for øyeblikket er logget på som administrator. Vennligst logg ut og send inn skjemaet på nytt.'),
('no', 'error_ajax', 'Oops, noe gikk galt ([error]). Vennligst prøv igjen.'),
('no', 'error_already_posted', 'Du har allerede lagt til innlegg i denne diskusjonen'),
('no', 'error_area_access_denied', 'Du har ikke lov til å logge inn på dette området.'),
('no', 'error_cannot_delete_files', 'Kan ikke slette filene: <b>[files]</b>. Sjekk rettighetene.'),
('no', 'error_change_admin_data_in_frontend', 'Det er ikke tillat å endre admin epost eller passord i kundeområdet. Vennligst logg inn ved hjelp av en kundekonto.'),
('no', 'error_class_phar_data_not_found', 'PharData class ble ikke funnet. Les mer: <a href=\"https://php.net/manual/en/class.phardata.php\">https://php.net/manual/en/class.phardata.php</a>'),
('no', 'error_class_zip_archive_not_found', 'ZipArchive class ikke funnet. Les mer: <a href=\"https://php.net/manual/en/class.ziparchive.php\">https://php.net/manual/en/class.ziparchive.php</a>'),
('no', 'error_confirmation_code_invalid', 'Beklager, anti-bot valideringen mislyktes. Prøv på nytt.'),
('no', 'error_curl_not_exists', '<b>Advarsel!</b><br />Din server<b>støtter ikke</ b> PHP cURL utvidelsen. <b>[method]</b> vil ikke være i drift. Vennligst kontakt din ISP.'),
('no', 'error_curl_ssl_not_exists', '<b>Advarsel!</b><br />PHP cURL utvidelsen er kompilert <b>uten</b> SSL-støtte på serveren din. <b>[method]</b> vil ikke være i drift. Vennligst kontakt din ISP.'),
('no', 'error_currency_exists', 'Valuta med kode <b>[code]</b> finnes allerede'),
('no', 'error_delete_theme_company', 'En av dine butikkforsider bruker denne malen. Vennligst angi en annen mal før du sletter den.'),
('no', 'error_delete_theme_layout', 'Layouten som bruker denne malen er satt som standard. Vennligst angi en annen layout som standard.'),
('no', 'error_demo_mode', 'Handlevognen arbeider i <b>DEMO< b>-modus, og denne funksjonen er deaktivert.'),
('no', 'error_directory_not_writable', 'Katalogen \"[dir]\" er ikke skrivbar. Vennligst sjekk tillatelser for denne katalogen på din installasjon.'),
('no', 'error_email_already_subscribed', 'Din e-post-adresse er allerede abonnent.'),
('no', 'error_empty_company_name', 'Firmanavn kan ikke være tomt'),
('no', 'error_exim_cant_open_file', 'Kan ikke åpne opplastet fil'),
('no', 'error_exim_cant_read_file', 'Kan ikke lese opplastet fil'),
('no', 'error_exim_fields_not_selected', 'Ingen felt valgt for eksport'),
('no', 'error_exim_file_doesnt_exist', 'Fil finnes ikke'),
('no', 'error_exim_get_images_for_products', 'Kan ikke importere bilder for noen av produktene. Enten finnes ikke bildene (eller de kan ikke nås) eller linkene til bildene i den importerte filen er feil.'),
('no', 'error_exim_incorrect_lines', 'CSV-filen har feil dataformatering (feil skilletegn, savnede/manglende felt, osv.) på følgende linjer: <b>[lines]</b>'),
('no', 'error_exim_incorrent_delimiter', 'Skilletegnet i CSV-filen er forskjellig fra den du har valgt'),
('no', 'error_exim_invalid_count_langs', 'Multi-språk linjetellings feil: forskjellige antall linjer for ulike språk som følger med.'),
('no', 'error_exim_layout_required_fields', 'Følgende felt er obligatoriske og kan ikke fjernes fra layouten:'),
('no', 'error_exim_no_data_exported_new', 'Ingen data eksportert. Feil eksport-felt er trolig årsaken til problemet. <a class=\"cm-post\" href=\"[url]\">Fjern eksport-feltene</a>, og prøv igjen'),
('no', 'error_exim_no_file_uploaded', 'Ingen fil lastet opp'),
('no', 'error_exim_pattern_definition_alt_keys', 'Ugyldig strukturdefinisjon: alternativ nøkkel mangler'),
('no', 'error_exim_pattern_definition_references', 'Ugyldig strukturdefinisjon: manglende tabellreferanser'),
('no', 'error_exim_pattern_dont_match', 'Din fil for import samsvarer ikke med valgte struktur'),
('no', 'error_exim_pattern_not_found', 'Struktur ikke funnet'),
('no', 'error_exim_pattern_required_fields', 'Din fil for import MÅ ha følgende felt: <b>[fields]</b>'),
('no', 'error_features_too_many_variants', 'Søk etter funksjoner er ikke tilgjengelig på grunn av for høyt antall av varianter.'),
('no', 'error_file_already_exists', 'Filen \"[file]\" finnes allerede.'),
('no', 'error_file_not_found', 'Filen \"[file]\" ikke funnet.'),
('no', 'error_filter_by_feature_exists', 'Filtrer etter funksjonen \"[name]\" finnes allerede.'),
('no', 'error_filter_by_product_field_exists', 'Filtrer etter produktfeltet \"[name]\" finnes allerede.'),
('no', 'error_gift_cert_code', 'Gavekortkoden du oppgav er ugyldig. Vennligst prøv igjen.'),
('no', 'error_hash_generation', 'Feil i hash generering. Velg en annen betalingsmåte.'),
('no', 'error_images_need_located_root_dir', 'Vennligst oppgi bildekatalogen i butikkens rotkatalog. Velg å importere bildene til denne katalogen.'),
('no', 'error_image_format_not_supported', 'Bildeformatet <b>[format]</b> støttes ikke av GD library installert på serveren din. Miniatyrbilde ble ikke opprettet.'),
('no', 'error_incorrect_login', 'Brukernavnet eller passordet du har tastet inn er ugyldig. Vennligst prøv igjen.'),
('no', 'error_invalid_emails', 'Følgende e-post-adresser er ugyldige: <b>[emails]</b>'),
('no', 'error_lang_code_exists', 'Språkkoden ([code]) finnes allerede. Vennligst skriv inn en annen egnet kode.'),
('no', 'error_login_not_exists', 'Brukernavnet du har skrevet inn passer ikke til noen konto i butikken vår. Kontroller at du har tastet inn riktig brukernavn og prøv igjen.'),
('no', 'error_message_not_sent', 'Meldingen kunne ikke sendes <br />Mailer Feil.:'),
('no', 'error_not_logged', 'Du må logge deg inn før du kan få tilgang til denne ressursen!'),
('no', 'error_no_items_selected', 'Ingen elementer valgt! Minst en avmerkingsboks må være valgt for å utføre denne handlingen.'),
('no', 'error_occured', 'En feil oppsto.'),
('no', 'error_occurred', 'En feil oppsto'),
('no', 'error_passwords_dont_match', 'Passordene samsvarer ikke.'),
('no', 'error_password_content', 'Passordet må inneholde både bokstaver og tall.'),
('no', 'error_password_expired', 'Passordet ditt er utløpt. Du må endre passord nå.'),
('no', 'error_password_expired_change', 'Passordet ditt er utløpt. <p><a href=\"[link]\" class=\"underlined\"><b>Bytt passord &#155;&#155;</b></a></p>'),
('no', 'error_password_min_symbols', 'Passordet må inneholde minst <b>[number]< b> tegn.'),
('no', 'error_password_was_used', 'Ditt nye passord må ikke samsvare med noen av de fire sist brukte passordene. Vennligst bruk et annet passord.'),
('no', 'error_permissions_not_changed', 'Kan ikke endre tillatelser'),
('no', 'error_product_codes_length', 'Følgende produktkoder er for lange og ble kuttet av ved [product_code_length] symboler:');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('no', 'error_profile_field_name_exists', 'Det finnes allerede et profilfelt med dette navnet. Velg et annet navn.'),
('no', 'error_shipment_not_created', 'Kan ikke opprette en forsendelse. Velg et transportselskap eller angi et sporingsnummer.'),
('no', 'error_status_not_changed', 'Feil ved oppdatering av status. Status ble ikke endret.'),
('no', 'error_theme_manifest_missed', 'Mal beskrivelse fil (\"manifest\") ble ikke funnet. Installasjon kansellert.'),
('no', 'error_unable_to_create_backups', 'Kan ikke opprette sikkerhetskopier.'),
('no', 'error_unable_to_create_thumbnail', 'Kan ikke opprette miniatyrbilde for filen \"[file]\": [error]'),
('no', 'error_unknown_archive_format', 'Ukjent arkivformat: [ext]'),
('no', 'error_user_exists', 'Brukernavnet eller e-posten du har valgt finnes allerede. Vennligst prøv en annen.'),
('no', 'error_validator_ccv', 'CVV/CVC er for kort.'),
('no', 'error_validator_color', 'Fargekoden i <b>[field]</b> feltet er ugyldig.'),
('no', 'error_validator_email', 'E-post-adressen i <b>[field]</b>-feltet er ugyldig.'),
('no', 'error_validator_integer', 'Verdien av <b>[field]</b>-feltet er ugyldig. Det bør være heltall.'),
('no', 'error_validator_message', 'Verdien av <b>[field]</b>-feltet er ugyldig. Det bør være heltall.'),
('no', 'error_validator_multiple', '<b>[field]</b>-feltet inneholder ikke de valgte alternativene.'),
('no', 'error_validator_password', 'Passordene i <b>[field2]</b>- og <b>[field]</ b>-feltene samsvarer ikke.'),
('no', 'error_validator_phone', 'Telefonnummeret i <b>[field]</b>-feltet er ugyldig. Det riktige formatet er 55555555 eller 55 55 55 55.'),
('no', 'error_validator_phone_mask', 'The phone number in the <b>[field]</b> field is invalid.'),
('no', 'error_validator_phone_number', 'Det er nødvendig å bruke følgende format for denne betalingsmåten: 555 555 5555.'),
('no', 'error_validator_recaptcha', 'Vennligst bekreft at du ikke er en robot.'),
('no', 'error_validator_required', '<b>[field]</b>-feltet er obligatorisk.'),
('no', 'error_validator_zipcode', 'Postnummeret i <b>[field]</b>-feltet er feil. Det riktige formatet er 0001-9999.'),
('no', 'error_vendor_exists', 'Forhandleren med e-posten du har valgt eksisterer allerede, vennligst prøv en annen.'),
('no', 'error_zip_php_extension_not_installed', '\"Zip\" PHP-utvidelsen ikke er installert. Vennligst installer \"Zip\" PHP-utvidelsen for å kunne pakke ut zip-arkiv.'),
('no', 'et_above_button', 'Above the BUTTON'),
('no', 'et_above_description', 'Above the DESCRIPTION'),
('no', 'et_above_info_block', 'Above (the Info Block)'),
('no', 'et_above_title', 'Above the TITLE'),
('no', 'et_add', 'et_add?'),
('no', 'et_additional_image', 'Additional image'),
('no', 'et_additional_settings', 'Additional settings'),
('no', 'et_addons', 'ET Addons'),
('no', 'et_addons_menu', 'EnergoThemes: Add-ons'),
('no', 'et_add_description_text_shadow', 'Add description text shadow'),
('no', 'et_add_title_text_shadow', 'Add title text shadow'),
('no', 'et_ask_a_question', 'Ask a question'),
('no', 'et_average_star_rating', 'Average Star Rating'),
('no', 'et_background_color', 'Background color'),
('no', 'et_background_hover', 'Background hover'),
('no', 'et_background_settings', 'Background settings'),
('no', 'et_banner', 'Extended banner'),
('no', 'et_banners', 'Design professional responsive banners by adding custom text, colors, buttons and backgrounds, as well as create different banners for desktop and mobile devices. Developed by <a href=\"https://www.energothemes.com/\"target=\"_blank\">EnergoThemes</a>'),
('no', 'et_banner_full_width_no_title', 'ET - Banner full width (no title)'),
('no', 'et_banner_wrapper', 'ET - Banner wrapper'),
('no', 'et_below_button', 'Below the BUTTON'),
('no', 'et_below_info_block', 'Below (the Info Block)'),
('no', 'et_block_title_background', 'Block title background'),
('no', 'et_block_title_background_hover', 'Block title background hover'),
('no', 'et_block_title_border', 'Block title border'),
('no', 'et_block_title_color', 'Block title color'),
('no', 'et_block_title_color_hover', 'Block title hover color'),
('no', 'et_blog_scroller_secondary_title', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.'),
('no', 'et_bottom', 'Bottom'),
('no', 'et_button', 'Button'),
('no', 'et_button_align', 'Button align'),
('no', 'et_button_animation', 'Button Animation'),
('no', 'et_button_background', 'Button background'),
('no', 'et_button_border', 'Button border'),
('no', 'et_button_border_size', 'Border size'),
('no', 'et_button_border_style', 'Border style'),
('no', 'et_button_font_size', 'Button font size'),
('no', 'et_button_font_style', 'Button font style'),
('no', 'et_button_font_weight', 'Button font weight'),
('no', 'et_button_hover_background', 'Button hover background'),
('no', 'et_button_hover_text_color', 'Button hover text color'),
('no', 'et_button_margin', 'Button margin'),
('no', 'et_button_padding', 'Button padding'),
('no', 'et_button_rounded_corners', 'Button rounded corners'),
('no', 'et_button_shadow', 'Add button shadow'),
('no', 'et_button_text', 'Button text'),
('no', 'et_button_text_color', 'Button text color'),
('no', 'et_button_url', 'Button URL'),
('no', 'et_category_banner', 'ET - Category banners'),
('no', 'et_category_description', 'ET - Category description'),
('no', 'et_category_label', 'Category label'),
('no', 'et_category_menu', 'ET - Category menu'),
('no', 'et_category_menu_icon', 'ET - Category menu (icon)'),
('no', 'et_category_menu_vertical', 'ET - Category menu (vertical)'),
('no', 'et_category_title', 'ET - Category title'),
('no', 'et_center', 'Center'),
('no', 'et_collapsed', 'Collapsed'),
('no', 'et_colors', 'Colors'),
('no', 'et_color_hover', 'Color hover'),
('no', 'et_color_settings', 'Color settings'),
('no', 'et_columns', 'Columns'),
('no', 'et_columns_tooltip', 'Number of columns to display the products'),
('no', 'et_coming_soon', 'Coming soon'),
('no', 'et_contact_info', 'Contact info'),
('no', 'et_contact_page', 'Contact page'),
('no', 'et_cta_button_text', 'Button text'),
('no', 'et_cta_button_url', 'Button URL'),
('no', 'et_cta_step_1_text', 'Step 1 text'),
('no', 'et_cta_step_1_title', 'Step 1 title'),
('no', 'et_cta_step_2_text', 'Step 2 text'),
('no', 'et_cta_step_2_title', 'Step 2 title'),
('no', 'et_cta_step_3_text', 'Step 3 text'),
('no', 'et_cta_step_3_title', 'Step 3 title'),
('no', 'et_cta_title_text', 'Block title'),
('no', 'et_custom_class', 'Custom class'),
('no', 'et_custom_color', 'Custom color'),
('no', 'et_custom_icon_settings', 'Icon settings'),
('no', 'et_custom_label_settings', 'Label settings'),
('no', 'et_custom_label_settings_tooltip', 'Only used by the Main Menu block'),
('no', 'et_custom_menu_colors', 'Menu colors'),
('no', 'et_dd_custom_menu_settings', 'Advanced menu settings'),
('no', 'et_dd_image', 'Mega Menu image settings by EnergoThemes'),
('no', 'et_dd_image_height', 'Image height'),
('no', 'et_dd_image_width', 'Image width'),
('no', 'et_dd_menu_width', 'Menu width'),
('no', 'et_dd_min_menu_height', 'Menu minimum height'),
('no', 'et_dd_offset_bottom', 'Image offset bottom'),
('no', 'et_dd_offset_right', 'Image offset right'),
('no', 'et_dd_push_menu_items', 'Push menu items'),
('no', 'et_dd_url', 'Image link'),
('no', 'et_default_vendor', 'Default vendor'),
('no', 'et_description_animation', 'Description Animation'),
('no', 'et_description_font_size', 'Description font size'),
('no', 'et_description_font_style', 'Description font style'),
('no', 'et_description_font_weight', 'Description font weight'),
('no', 'et_description_line_height', 'Description line-height'),
('no', 'et_description_margin', 'Description margin'),
('no', 'et_description_text', 'Description text'),
('no', 'et_description_text_background', 'Description text background'),
('no', 'et_description_text_color', 'Description text color'),
('no', 'et_eib_block_1_text', 'Block 1 text'),
('no', 'et_eib_block_1_title', 'Block 1 title'),
('no', 'et_eib_block_2_text', 'Block 2 text'),
('no', 'et_eib_block_2_title', 'Block 2 title'),
('no', 'et_eib_block_3_text', 'Block 3 text'),
('no', 'et_eib_block_3_title', 'Block 3 title'),
('no', 'et_eib_block_4_text', 'Block 4 text'),
('no', 'et_eib_block_4_title', 'Block 4 title'),
('no', 'et_email_marketing_description', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt'),
('no', 'et_expanded', 'Expanded'),
('no', 'et_exteded_out_of', '<strong>[average_rating]</strong> out of <strong>5</strong> stars'),
('no', 'et_featured_products_banner', 'ET - Featured products and banners'),
('no', 'et_featured_product_banner_tabs', 'Featured product and banner tabs'),
('no', 'et_featured_product_banner_tabs.manage', 'Featured product and banner tabs'),
('no', 'et_featured_vendors_sidebar', 'ET - Featured vendors sidebar'),
('no', 'et_footer_info', 'ET - Footer info'),
('no', 'et_full_grid', 'ET - Full width grid'),
('no', 'et_full_width', 'Full width'),
('no', 'et_google_map', 'Google Map'),
('no', 'et_header_call_us', 'LET US CALL YOU BACK'),
('no', 'et_home_blog', 'ET - Home blog'),
('no', 'et_home_featured_vendors', 'ET - Home featured vendors'),
('no', 'et_home_grid', 'ET - Home grid'),
('no', 'et_home_special_title', 'ET - Home special title'),
('no', 'et_home_testimonials', 'ET - Home testimonials'),
('no', 'et_horizontal', 'Horizontal'),
('no', 'et_horizontal_align', 'Horizontal align'),
('no', 'et_horizontal_with_info_block', 'Horizontal with the Info Block'),
('no', 'et_horziontal_filters_clear', 'Clear all filters'),
('no', 'et_horziontal_filters_selected', 'Your selected filters '),
('no', 'et_hover_color', 'Hover color'),
('no', 'et_hover_image', 'Hover image'),
('no', 'et_hover_opacity', 'Hover opacity'),
('no', 'et_icon_color', 'Icon color'),
('no', 'et_icon_color_hover', 'Icon color hover'),
('no', 'et_icon_position', 'Icon position'),
('no', 'et_icon_settings', 'Icon settings'),
('no', 'et_image_animation', 'Image animation'),
('no', 'et_image_background_color', 'Image background color'),
('no', 'et_image_margin', 'Image margin'),
('no', 'et_image_position', 'Image position'),
('no', 'et_image_position_horizontal', 'Image position horizontal'),
('no', 'et_image_position_inside', 'Image position inside'),
('no', 'et_image_position_vertical', 'Image position vertical'),
('no', 'et_image_url', 'Image URL'),
('no', 'et_info_block_background', 'Info block background'),
('no', 'et_info_block_margin', 'Info block margin'),
('no', 'et_info_block_settings', 'Info Block Settings'),
('no', 'et_info_block_width', 'Info block width'),
('no', 'et_inside_info_block', 'Inside the Info Block'),
('no', 'et_label_color', 'Label text color'),
('no', 'et_label_colors', 'Label colors'),
('no', 'et_label_text', 'Label text'),
('no', 'et_language_specific', 'Language specific'),
('no', 'et_left_menu', 'ET - Left menu (mobile)'),
('no', 'et_left_of_info_block', 'Left (of the Info Block)'),
('no', 'et_license_invalid', 'EnergoThemes license is not valid'),
('no', 'et_mainbox_general', 'ET - Mainbox general'),
('no', 'et_mainbox_general_full_width_no_title', 'ET - Mainbox general full width (no title)'),
('no', 'et_mainbox_general_full_width_title', 'ET - Mainbox general full width'),
('no', 'et_mainbox_simple', 'ET - Mainbox simple'),
('no', 'et_mainbox_simple_full_width_no_title', 'ET - Mainbox simple full width (no title)'),
('no', 'et_mainbox_simple_full_width_title', 'ET - Mainbox simple full width'),
('no', 'et_main_slider', 'ET - Main slider'),
('no', 'et_manage', 'et_manage?'),
('no', 'et_marketplace_menu', 'ET - Marketplace Menu'),
('no', 'et_master_vendors', 'vendor|vendors'),
('no', 'et_mega_menu', 'ET - Advanced Mega Menu'),
('no', 'et_mega_menu.banner_settings', 'Banner Settings'),
('no', 'et_mega_menu.category_settings', 'Menu Category Settings'),
('no', 'et_mega_menu.icon_settings', 'Icon Settings'),
('no', 'et_mega_menu.products_settings', 'Featured Product Settings'),
('no', 'et_mega_menu.size_settings', 'Window Size Settings'),
('no', 'et_mega_menu.subcategory_thumbnails', 'Subcategory Thumbnails'),
('no', 'et_mega_menu_tab', 'Additional menu settings'),
('no', 'et_menu_horizontal', 'ET - Menu (horizontal)'),
('no', 'et_min_height', 'Min height'),
('no', 'et_mobile_footer_block', 'ET - Footer block (mobile)'),
('no', 'et_mobile_footer_menu', 'ET - Footer menu (mobile)'),
('no', 'et_mobile_menu_wrapper', 'ET - Mobile Menu'),
('no', 'et_multi_scroller', 'ET - Multi scroller'),
('no', 'et_my_content', 'My content'),
('no', 'et_newsletter_description', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt'),
('no', 'et_offset_bottom', 'Offset bottom'),
('no', 'et_offset_right', 'Offset right'),
('no', 'et_opacity', 'Opacity'),
('no', 'et_overlay_settings', 'Overlay settings'),
('no', 'et_padding', 'Padding'),
('no', 'et_pp_block', 'Info blocks'),
('no', 'et_pp_block_r', 'Return policy'),
('no', 'et_pp_block_s', 'Shipping policy'),
('no', 'et_pp_block_w', 'Warranty policy'),
('no', 'et_pp_info_expanded', 'Expanded by default'),
('no', 'et_pp_info_icon_and_color_settings', 'Icon and color settings'),
('no', 'et_pp_info_use_icon', 'Use icon'),
('no', 'et_pp_sold_by', 'Sold by'),
('no', 'et_pp_this_item_sold_by', 'This item is sold by'),
('no', 'et_product_coming_soon', 'Available on: [avail_date]'),
('no', 'et_product_display_options', 'Product display options'),
('no', 'et_product_filters', 'Product filters'),
('no', 'et_product_tabs_rating_right_text', 'Tell us something about it and help others make the right decision'),
('no', 'et_product_tabs_rating_right_title', 'Have you used the product?'),
('no', 'et_product_tabs_rating_testimonial_right_text', 'Tell us something about your experience here'),
('no', 'et_product_tabs_rating_testimonial_right_title', 'Have you bought from our Marketplace?'),
('no', 'et_product_tabs_rating_testimonial_right_title_ult', 'Have you bought from our Store?'),
('no', 'et_product_tabs_rating_vendor_right_text', 'Tell us something about it and help others make the right decision'),
('no', 'et_product_tabs_rating_vendor_right_title', 'Have you bought from this vendor?'),
('no', 'et_product_title_rows', 'Product title rows'),
('no', 'et_product_title_rows_tooltip', 'Number of rows to display the product titles'),
('no', 'et_profile_info', 'ET - Profile info'),
('no', 'et_profile_text', 'Profile text'),
('no', 'et_push_items', 'Push menu items'),
('no', 'et_quick_info', 'Product page quick info'),
('no', 'et_quick_info.manage', 'Product page quick info blocks'),
('no', 'et_quick_info.new_block', 'New quick info block'),
('no', 'et_quick_info_block', 'Product page quick info'),
('no', 'et_read_all', 'Read all'),
('no', 'et_read_more', 'Read more'),
('no', 'et_register_text', 'Register text'),
('no', 'et_review_variant', 'Product variant reviewed'),
('no', 'et_right_menu', 'ET - Right menu (mobile)'),
('no', 'et_right_of_info_block', 'Right (of the Info Block)'),
('no', 'et_rounded_corners', 'Rounded corners'),
('no', 'et_same_vendor', 'ET - Same vendor'),
('no', 'et_search', 'ET - Search'),
('no', 'et_search_marketplace_products', 'Search by Marketplace products'),
('no', 'et_search_wrapper', 'ET - Search'),
('no', 'et_select_category_hover_text', 'Select category'),
('no', 'et_seo_rules', 'VIVAshop SEO rules for vendor stores'),
('no', 'et_separate_blog_image', 'ET - Blog image'),
('no', 'et_settings', 'Settings'),
('no', 'et_short_description', 'Category mini description'),
('no', 'et_show_all_reviews', 'Show all reviews'),
('no', 'et_show_discount_label', 'Show discount label'),
('no', 'et_show_old_price', 'Show old price'),
('no', 'et_show_product_name', 'Show product name'),
('no', 'et_show_product_price', 'Show price'),
('no', 'et_show_reviews_with', 'Show reviews with'),
('no', 'et_show_title', 'Show title'),
('no', 'et_sidebar_category', 'Sidebar category'),
('no', 'et_sidebar_subcategories', 'ET - Sidebar subcategories'),
('no', 'et_sidebox_filters', 'ET - Sidebox filters'),
('no', 'et_sidebox_products', 'ET - Sidebox products'),
('no', 'et_sidebox_simple_open_on_mobile', 'ET - Sidebox open on mobile'),
('no', 'et_sidebox_subcategories', 'ET - Sidebox subcategories'),
('no', 'et_social_links', 'Social links'),
('no', 'et_star', 'star|stars'),
('no', 'et_sticky_cart', 'ET - Sticky cart'),
('no', 'et_sticky_my_account', 'ET - Sticky My account'),
('no', 'et_store_settings', 'Store settings'),
('no', 'et_subcategories', 'ET - Subcategories'),
('no', 'et_subcateg_opt_img_title', 'Image'),
('no', 'et_tab_title_active_color', 'Tab title active color'),
('no', 'et_tab_title_color', 'Tab title color'),
('no', 'et_text_align', 'Text align'),
('no', 'et_text_color', 'Text color'),
('no', 'et_text_hover', 'Text hover'),
('no', 'et_thumbnail_width', 'Thumbnail width'),
('no', 'et_thumbnail_width_tooltip', 'Product image thumbnail width in pixels'),
('no', 'et_title_animation', 'Title Animation'),
('no', 'et_title_background', 'Title background'),
('no', 'et_title_color', 'Title text color'),
('no', 'et_title_font_size', 'Title font size'),
('no', 'et_title_font_style', 'Title font style'),
('no', 'et_title_font_weight', 'Title font weight'),
('no', 'et_title_line_height', 'Title line-height'),
('no', 'et_title_margin', 'Title margin'),
('no', 'et_title_text', 'Title text'),
('no', 'et_title_text_background', 'Title text background'),
('no', 'et_title_text_color', 'Title text color'),
('no', 'et_top', 'Top'),
('no', 'et_top_menu', 'ET - Top menu'),
('no', 'et_transparent_background', 'Transparent background'),
('no', 'et_type', 'Type'),
('no', 'et_update_for_all_languages', 'Update for all languages'),
('no', 'et_update_for_all_languges', 'Update for all languages'),
('no', 'et_use_bkg_overlay', 'Use background overlay'),
('no', 'et_vendor_categories', 'ET - Vendor categories'),
('no', 'et_vendor_extra_details_f', 'Facebook'),
('no', 'et_vendor_extra_details_i', 'Instagram'),
('no', 'et_vendor_extra_details_l', 'Linkedin'),
('no', 'et_vendor_extra_details_p', 'Pinterest'),
('no', 'et_vendor_extra_details_t', 'Twitter'),
('no', 'et_vendor_extra_details_y', 'Youtube'),
('no', 'et_vendor_header.feedback', 'Feedback'),
('no', 'et_vendor_header.social', 'Socials'),
('no', 'et_vendor_header.store', 'Store'),
('no', 'et_vendor_menu', 'Vendor Menu'),
('no', 'et_vendor_menu_mobile', 'ET - Vendor menu mobile'),
('no', 'et_vendor_panel_menu.default_vendor_store', 'Default vendor blocks'),
('no', 'et_vendor_panel_menu.my_banners', 'Banners'),
('no', 'et_vendor_panel_menu.my_home_blocks', 'Home blocks'),
('no', 'et_vendor_panel_menu.my_pages', 'Pages'),
('no', 'et_vendor_plans.footer', '<div class=\"et-vendor-plans_footer_big\">Not sure which plan will suit you best?</div><div class=\"et-vendor-plans_footer_small\">Start with a 14-day trial of all Marketplace features then choose the plan that\'s right for you</div>'),
('no', 'et_vendor_plans.footer_button_link', './index.php?dispatch=pages.view&page_id=30'),
('no', 'et_vendor_plans.footer_button_text', 'Contact us'),
('no', 'et_vendor_plans.no_vendor_store', 'NO microstore'),
('no', 'et_vendor_plans.per', 'per'),
('no', 'et_vendor_store_header', 'ET - Vendor store header'),
('no', 'et_vendor_store_header_mobile', 'ET - Vendor store header mobile'),
('no', 'et_vendor_store_menu', 'ET - Vendor store menu'),
('no', 'et_vendor_store_menu_mobile', 'ET - Vendor store menu mobile'),
('no', 'et_vertical', 'Vertical'),
('no', 'et_vertical_align', 'Vertical align'),
('no', 'et_vertical_with_info_block', 'Vertical with the Info Block'),
('no', 'et_vivashop_mv_functionality.home_blocks', 'Vendor home blocks'),
('no', 'et_vivashop_mv_functionality.vendor_pages', 'Vendor pages'),
('no', 'et_vivashop_mv_settings.best_bkg', 'Best choice background'),
('no', 'et_vivashop_mv_settings.best_outer_bkg', 'Best choice outer background'),
('no', 'et_vivashop_mv_settings.best_outer_text', 'Best choice outer text'),
('no', 'et_vivashop_mv_settings.best_text', 'Best choice text'),
('no', 'et_vivashop_mv_settings.footer_bkg', 'Footer background'),
('no', 'et_vivashop_mv_settings.footer_bkg_img', 'Footer background image'),
('no', 'et_vivashop_mv_settings.footer_button_text', 'Button text'),
('no', 'et_vivashop_mv_settings.footer_button_url', 'Button URL'),
('no', 'et_vivashop_mv_settings.footer_text', 'Footer text'),
('no', 'et_vivashop_mv_settings.header_bkg', 'Header background'),
('no', 'et_vivashop_mv_settings.header_hover', 'Header text hover'),
('no', 'et_vivashop_mv_settings.header_text', 'Header text color'),
('no', 'et_vivashop_mv_settings.highlight_text', 'Title highlighted text'),
('no', 'et_vivashop_mv_settings.menu_bkg', 'Menu background'),
('no', 'et_vivashop_mv_settings.menu_bkg_hover', 'Menu background hover'),
('no', 'et_vivashop_mv_settings.menu_text', 'Menu text color'),
('no', 'et_vivashop_mv_settings.menu_text_hover', 'Menu text color hover'),
('no', 'et_vivashop_mv_settings.price_bkg', 'Price background'),
('no', 'et_vivashop_mv_settings.price_text', 'Price text'),
('no', 'et_vivashop_mv_settings.show_footer', 'Show footer'),
('no', 'et_vivashop_settings.arrow', 'Arrow'),
('no', 'et_vivashop_settings.box_color', 'Box color'),
('no', 'et_vivashop_settings.circles_bkg', 'Circle background'),
('no', 'et_vivashop_settings.circles_icons', 'Circle icon'),
('no', 'et_vivashop_settings.circles_steps_txt', 'Step number text'),
('no', 'et_vivashop_settings.circles_step_bkg', 'Step number background'),
('no', 'et_vivashop_settings.circles_text', 'Circle text'),
('no', 'et_vivashop_settings.demo_banners', '<p><a class=\"cm-ajax btn btn-primary\" href=\"[demo_data_url]\">Add all demo data</a></p> <br/> <p><a class=\"cm-ajax btn btn-secondary\" href=\"[demo_banners_url]\">Add only demo banners</a></p>'),
('no', 'et_vivashop_settings.go_btn_bkg', 'Button background'),
('no', 'et_vivashop_settings.go_btn_bkg_hover', 'Button hover background'),
('no', 'et_vivashop_settings.go_btn_txt', 'Button text'),
('no', 'et_vivashop_settings.go_btn_txt_hover', 'Button hover text'),
('no', 'et_vivashop_settings.icons', 'Icons'),
('no', 'et_vivashop_settings.icon_bkg', 'Icon background color'),
('no', 'et_vivashop_settings.icon_color', 'Icon color'),
('no', 'et_vivashop_settings.main_bkg_color', 'Background color'),
('no', 'et_vivashop_settings.overlay', 'Overlay color'),
('no', 'et_vivashop_settings.overlay_alpha', 'Overlay opacity'),
('no', 'et_vivashop_settings.text', 'Text'),
('no', 'et_vivashop_settings.text_color', 'Text color'),
('no', 'et_vivashop_settings.text_top', 'Title text'),
('no', 'et_vivashop_settings.title_color', 'Title color'),
('no', 'et_width', 'Width'),
('no', 'et_wishlist_button_text', 'Wishlist'),
('no', 'event.order.edp.name', 'Access to downloadable products granted'),
('no', 'event.order.shipment_updated.name', 'Products were shipped'),
('no', 'event.order.status_changed.name', 'Order status changed to [status]'),
('no', 'event.order.updated.name', 'Order was updated'),
('no', 'event.profile.activated.name', 'Profile was activated'),
('no', 'event.profile.added.name', 'Profile requires activation'),
('no', 'event.profile.created.name', 'Profile was created'),
('no', 'event.profile.deactivated.name', 'Profile was deactivated'),
('no', 'event.profile.password_recovery.name', 'Password recovery'),
('no', 'event.profile.password_reminder.name', 'Reminder about necessary password change'),
('no', 'event.profile.updated.name', 'Profile was updated'),
('no', 'event.profile.usergroup_activation.name', 'User group activation'),
('no', 'event.profile.usergroup_disactivation.name', 'User group disactivation'),
('no', 'event.profile.usergroup_request.name', 'Membership in user group was requested'),
('no', 'event.profile.usergroup_updated.name', 'Membership in user group was changed'),
('no', 'event.receiver.a', 'Administrator'),
('no', 'event.receiver.c', 'Customer'),
('no', 'event.receiver.s', 'Supplier'),
('no', 'event.receiver.v', 'Vendor'),
('no', 'event.transport.internal', 'Notifications center'),
('no', 'event.transport.mail', 'E-mail'),
('no', 'event.vendors_require_approval.name', 'Vendors require approval'),
('no', 'event.vendors_require_approval.title', 'Some vendors are pending approval'),
('no', 'event.vendor_status_changed.active.message', 'All your active products will now appear in the store'),
('no', 'event.vendor_status_changed.name', 'Vendor status changed to [status]'),
('no', 'event.vendor_status_changed.pending.message', 'You can work with the admin panel and manage your products, but they won\'t appear to customers until your status changes to Active.'),
('no', 'event.vendor_status_changed.title', 'Your status has been changed to [status]'),
('no', 'eway_configuration_note', '<a href=\'https://go.eway.io/s/article/How-do-I-setup-my-Live-eWAY-API-Key-and-Password\' target=\'_blank\'>Hvordan setter jeg opp min live eWay API-nøkkel og passord?</a>'),
('no', 'eway_upgrade_notification_text', '<p><b>eWAY</b>, <b>eWAY Direct Payment</b> and <b>eWAY Shared Payment</b> are not supported since this [product] version.</p><p>We strongly recommend you to <b>upgrade to eWAY Direct Payment (Rapid API)</b> or <b>eWAY Responsive Shared (Rapid API)</b>, here are the instructions:</p><ul><li>go to Administration > Payment methods</li><li>open one of the payment methods utilizing deprecated eWAY processor</li><li>switch to General tab and specify eWAY Direct Payment (Rapid API) or eWAY Responsive Shared (Rapid API) payment processor</li><li>switch to Configure tab and specify proper:<ul><li>API Key, API Password and Encryption Key for eWAY Direct Payment (Rapid API)</li><li>API Key and API Password for eWAY Responsive Shared (Rapid API)</li></ul></li></ul><p>eWAY, eWAY Direct Payment and eWAY Shared Payment will still be operational but we <b>renamed</b> them to Deprecated eWAY, Deprecated eWAY Direct Payment and Deprecated eWAY Shared Payment accordingly.</p>'),
('no', 'eway_upgrade_notification_title', 'eWAY, eWAY Direct Payment og eWAY Delte betaling prosessorer støttes ikke lenger'),
('no', 'exact_phrase', 'Den nøyaktige frasen'),
('no', 'excellent', 'Utmerket!'),
('no', 'exception', 'Unntak'),
('no', 'exceptions', 'Unntak'),
('no', 'exceptions_type', 'Unntakstype'),
('no', 'exception_disabled', 'Ingen variant kan velges'),
('no', 'exception_disregard', 'Hvilken som helst variant'),
('no', 'exception_error', 'FEIL'),
('no', 'exception_error_code', 'Feilmelding:'),
('no', 'exception_exist', 'Denne unntakskombinasjonen eksisterer allerede'),
('no', 'exception_title', 'Oops!<br />Vi finner ikke siden du leter etter.'),
('no', 'exchange_rate', 'Live valutakurser'),
('no', 'exclude_disabled_products', 'Ekskluder deaktiverte produkter'),
('no', 'exclusive_promotions', 'Eksklusive rabatter'),
('no', 'exclusive_promotions_content', 'Abonner på vårt nyhetsbrev og motta en 10% rabattkupong!'),
('no', 'exec', 'Utfør'),
('no', 'exim_cannot_create_variant_for_shareable_feature', 'Du kan ikke opprette en variant for en delt funksjon.'),
('no', 'exim_error_empty_feature_name', 'Funksjonens navn mangler. Noen produktfunksjoner ble ikke oppdatert.'),
('no', 'exim_error_incorrect_feature_type', 'Feil funksjonstype. Noen produktfunksjoner ble ikke oppdatert.'),
('no', 'exim_remove_additional_images', 'Rydd opp'),
('no', 'exim_vendor_cant_create_feature', 'Forhandler kan ikke opprette produktfunksjoner og alternativer. Noen produktfunksjoner kan ikke endres.'),
('no', 'exit_point', 'Utgangs punkt'),
('no', 'exp', 'Exp'),
('no', 'expanded', 'Utvidet'),
('no', 'expand_collapse_list', 'Utvid/skjul listen over elementer'),
('no', 'expand_section', 'Expand section'),
('no', 'expand_sublist_of_items', 'Utvid underliste av elementer'),
('no', 'expenditure', 'Utgifter'),
('no', 'expired', 'Utgått'),
('no', 'expirepreauth', 'Forhåndsgodkjenning'),
('no', 'expirepreauth_description', 'Holdegrense for forhåndsgodkjenning i dager. Den maksimale verdien er 30 dager. Med \"Sale\" forespørselstype, la dette feltet stå tomt.'),
('no', 'expiry_date', 'Utløpsdato'),
('no', 'export', 'Eksport'),
('no', 'exported_fields', 'Eksporterte felt'),
('no', 'exported_files', 'Eksporterte filer'),
('no', 'exported_items', 'Eksporterte elementer'),
('no', 'exporting_data', 'Eksporterer data'),
('no', 'export_by_cron', 'Eksport med cron'),
('no', 'export_by_cron_to', 'Eksport med cron til'),
('no', 'export_cron_hint', 'Bruk følgende linje for å kjøre skriptet i henhold til planen'),
('no', 'export_data', 'Eksporter data'),
('no', 'export_found_products', 'Export found products'),
('no', 'export_layout', 'Eksporter layout'),
('no', 'export_locations', 'Eksporter beliggenheter'),
('no', 'export_options', 'Eksportopsjoner'),
('no', 'export_selected', 'Eksporter valgte'),
('no', 'export_to_ftp', 'FTP server valg'),
('no', 'export_to_server', 'Eksporter til server'),
('no', 'extended', 'Utvidet'),
('no', 'extra', 'Ekstra'),
('no', 'extract_archive', 'Pakk opp arkivfil'),
('no', 'extra_fields', 'Ekstra felt'),
('no', 'extra_folders', 'Ekstra mapper'),
('no', 'extra_services', 'Ekstra tjenester'),
('no', 'facebook', 'Facebook'),
('no', 'facebook_obj_type', 'Facebook objekttype'),
('no', 'fail', 'Mislykkes'),
('no', 'failed', 'Mislykket'),
('no', 'fair', 'Brukbar'),
('no', 'false', 'Usant'),
('no', 'faroese', 'Færøysk'),
('no', 'fast', 'Rask'),
('no', 'fax', 'Kontonummer'),
('no', 'fb_activities', 'Aktiviteter'),
('no', 'fb_businesses', 'Bedrifter'),
('no', 'fb_groups', 'Grupper'),
('no', 'fb_organizations', 'Organisasjoner'),
('no', 'fb_people', 'Personer'),
('no', 'fb_places', 'Steder'),
('no', 'fb_products_entertainment', 'Produkter og underholdning'),
('no', 'fb_websites', 'Nettsider'),
('no', 'feature', 'Funksjon'),
('no', 'features', 'Funksjoner'),
('no', 'features_delimiter', 'Funksjons variant skilletegn'),
('no', 'features_menu_description', 'Legg til og behandle ekstra produktfelt.'),
('no', 'feature_code', 'Funksjonskode'),
('no', 'feature_comparison', 'Funksjonssammenligning'),
('no', 'feature_comparison_upgrade_notification_text', '<b> Funksjonssammenligning </b>-sjekkboksen under <b>Produkter → Produkter → &lt;Desired Product&gt;</b> er fjernet.<br>Ved å krysse av i avkrysningsruten for <b>Tillat kundene å sammenligne produkter</b> sjekkboksen under Innstillinger → Generelt → Katalog, kan du nå gjøre det mulig for kunder å legge til produkter i butikken din til sammenligningslister.<br>For å dukke opp på en sammenligningliste, må en funksjon har en (eller flere) av følgende avmerkingsbokser aktivert under <b>Produkter → Funksjoner → &lt;Desired Feature&gt;</b>:<br><ul><li>Vis på funksjons-fliken</li><li>Vis i produktlisten</li><li>Vis i headeren på siden med produktdetaljer</li></ul>'),
('no', 'feature_comparison_upgrade_notification_title', 'Endringer i Funksjonssammenligning'),
('no', 'feature_display_on_catalog', 'Vis i produktlisten'),
('no', 'feature_display_on_header', 'Vis i headeren på siden med produktdetaljer'),
('no', 'feature_display_on_product', 'Vis på funksjons-fliken'),
('no', 'feature_group', 'Funksjonsgruppe'),
('no', 'feature_groups', 'Funksjonsgrupper'),
('no', 'feature_id', 'Funksjons-ID'),
('no', 'feature_name', 'Funksjonsnavn'),
('no', 'feature_style', 'Feature style'),
('no', 'feedback_is_sent_successfully', 'Tilbakemeldingen er sendt.'),
('no', 'feedback_values', 'Tilbakemeldingsverdier'),
('no', 'feed_description', 'Feed beskrivelse'),
('no', 'feed_title', 'Feed tittel'),
('no', 'fib_wrapper', 'ET - Footer info block'),
('no', 'field', 'Felt'),
('no', 'fields', 'Fields'),
('no', 'field_editor', 'Felteditor'),
('no', 'field_name', 'Field navn'),
('no', 'field_type', 'Field type'),
('no', 'file', 'Fil'),
('no', 'filename', 'Filnavn'),
('no', 'files', 'Filer'),
('no', 'filesize', 'Filstørrelse'),
('no', 'files_are_too_large', 'Totalstørrelsen på de opplastede filene overskrider maksimumsgrensen på [size].'),
('no', 'files_changes', 'Filendringer'),
('no', 'files_directory', 'Filkatalog'),
('no', 'file_avail_after_payment', 'Denne filen vil være tilgjengelig etter at ordren er betalt i sin helhet.'),
('no', 'file_browser', 'Filutforsker'),
('no', 'file_changes_detector', 'Filendring detektor'),
('no', 'file_changes_detector.added', 'Lagt til'),
('no', 'file_changes_detector.changed', 'Endret'),
('no', 'file_changes_detector.deleted', 'Slettet'),
('no', 'file_changes_detector.snapshot_not_found', 'Øyeblikksbilde av den nye Installasjonen ble ikke funnet. Vennligst gjenopprett <b>[dist_filename]</b>.'),
('no', 'file_doesnt_have_key', 'Denne filen har ikke en nedlastingsnøkkel.'),
('no', 'file_download_limit_exceeded', 'Filen kan ikke lastes ned fordi nedlastingsgrensen lik [limit] er overskredet.'),
('no', 'file_editor', 'Filredigerer'),
('no', 'file_is_too_large', 'Filen er for stor. Maks. opplasting størrelse er [size].'),
('no', 'file_tree', 'Fil tre'),
('no', 'file_uploading_in_progress_please_wait', 'File uploading in progress. Please wait.'),
('no', 'filling', 'Fyll'),
('no', 'filter', 'Filter'),
('no', 'filters', 'Filtre'),
('no', 'filters_in_use', 'Alle funksjoner er allerede i bruk'),
('no', 'filters_menu_description', 'Produktfiltre vises på kategorisidene, og gjør det mulig for kundene å raskt finne produktene de leter etter.'),
('no', 'filter_by', 'Filtrer etter'),
('no', 'filter_by_categories', 'Filtrer etter kategorier'),
('no', 'filter_description', 'Filter beskrivelse'),
('no', 'filter_name', 'Filter navn'),
('no', 'filter_style', 'Filter type'),
('no', 'final_sale', 'Siste salg'),
('no', 'finance_product_code', 'Finans produktkode'),
('no', 'financial_state', 'Finansiell tilstand'),
('no', 'find_results_with', 'Finn resultater med'),
('no', 'finish', 'Fullfør'),
('no', 'finished', 'Ferdig'),
('no', 'finnish', 'Finsk'),
('no', 'first_name', 'Fornavn'),
('no', 'first_name_and_last_name', 'First name and last name'),
('no', 'flemish', 'Flamsk'),
('no', 'folder', 'Mappe'),
('no', 'folder_is_empty', 'Mappen er tom'),
('no', 'footer', 'Footer'),
('no', 'footer_bottom', 'Footer bottom'),
('no', 'footer_general', 'Footer generelt'),
('no', 'for', 'for'),
('no', 'forbidden', 'Forbudt'),
('no', 'forbidden_combinations', 'Forbudte kombinasjoner'),
('no', 'forgot_password_question', 'Glemt passordet?'),
('no', 'form', 'Skjema'),
('no', 'format', 'Format'),
('no', 'forms', 'Skjemaer'),
('no', 'form_builder', 'Skjemabygger'),
('no', 'form_id', 'Form ID'),
('no', 'form_submit_text', 'Skjematekst for innsending'),
('no', 'for_all_found_orders', 'For ordre på ALLE sider'),
('no', 'for_this_page_orders', 'For ordre på DENNE siden'),
('no', 'fragile', 'Skjør'),
('no', 'free', 'Gratis'),
('no', 'free_products', 'Gratis produkter'),
('no', 'free_shipping', 'Gratis frakt'),
('no', 'free_shipping_upgrade_notification_text', '<p>Noen av produktene dine har <b>Gratis frakt</b> aktivert. I tidligere versjoner av [product] trengte ikke kunden å velge en leveringsmetode ved kjøp av disse produktene.</p><p>Fra og med denne [product] versjonen, så må kunden velge et fraktalternativ ved utsjekking om <b>Gratis frakt</b> er aktivert.</p><p>For å sette opp en fraktmetode som vil bli brukt for Gratis frakt - følg disse trinnene:</p><ol><li>Gå til <b>Administrasjon → Forsendels og moms → Fraktmetoder</b>.</li><li>Velg den eksisterende fraktmetoden som du vil bruke for Gratis frakt, eller opprett en ny.</li><li>Bla deg ned til avsnittet <i>Extra</i> og huk av <b>Bruk for gratis frakt</b> sjekkboksen.</li></ol><p>Du kan sette opp så mange fraktmetoder du ønsker for gratis frakt.</p><p>Vær oppmerksom på at du må bruke <b>Bruk for gratis frakt</b> valget for bestemte fraktmetoder.</p><p>Huk av <b>Bruk for gratis frakt</b> sjekkboksen, hvis du ønsker å utelukke produktene med aktivert <b>Gratis frakt</b> valget fra fraktpris beregningen. [product] vil beregne fraktprisen av de andre produktene fra rekkefølgen i samsvar med <b>Fraktpriser</b>.</p><p>Hvis du lar sjekkboksen være ukrysset, [product] vil beregnet fraktpris for alle produkter fra ordren være i samsvar med <b>Fraktprisene</b>.</p>'),
('no', 'free_shipping_upgrade_notification_title', 'Gratis frakt endringer'),
('no', 'french', 'Fransk'),
('no', 'from', 'fra'),
('no', 'from_date', 'Dato fra'),
('no', 'from_email', 'Fra e-post'),
('no', 'from_name', 'Fra navn'),
('no', 'ftp', 'FTP'),
('no', 'ftp_connection_problem', 'Kan ikke koble til FTP-serveren. Kontroller FTP tilkoblingsinformasjon'),
('no', 'ftp_directory', 'FTP-katalog'),
('no', 'ftp_pass', 'FTP passord'),
('no', 'ftp_server_options', 'FTP server valg'),
('no', 'ftp_url', 'FTP server'),
('no', 'ftp_url_hint', 'Formatet er: FTPHOST[:PORT][/DIRECTORY]. Eksempel: ftp.yourhost.com:21/home/username/folder'),
('no', 'ftp_user', 'FTP brukernavn'),
('no', 'fulfillment_state', 'Innfrielsesstatus'),
('no', 'full', 'Fullt'),
('no', 'fullauth', 'Fullauth'),
('no', 'fullname', 'Full name'),
('no', 'full_description', 'Full beskrivelse'),
('no', 'full_list', 'Full liste'),
('no', 'full_tree_cat', 'Fullt tre'),
('no', 'full_tree_pages', 'Fullt tre'),
('no', 'full_width', 'Full bredde'),
('no', 'function', 'Kjerne'),
('no', 'function_deprecated', 'Funksjonen [old_function] er foreldet og vil bli fjernet i neste versjon av CS-Cart. Vennligst bruk [new_function] i stedet.'),
('no', 'gateway', 'Innfallsport'),
('no', 'gateways', 'Innfallsporter'),
('no', 'gc_redeem_and_add_free_products', 'Innløs og legg gratis produkter i handlevognen'),
('no', 'gdpr_call_requests', 'Personlige data fra anropsforespørsler'),
('no', 'gdpr_discussions_data', 'Personopplysninger fra diskusjoner'),
('no', 'gdpr_newsletters', 'Personopplysninger fra nyhetsbrev'),
('no', 'general', 'Generelt'),
('no', 'general_info', 'Generell informasjon'),
('no', 'general_settings', 'Generelle innstillinger'),
('no', 'general_statistics', 'Generell statistikk'),
('no', 'generate', 'Generer'),
('no', 'generate_cache', 'Generer hurtigbuffer'),
('no', 'generate_new_api_key', 'Generate new API key'),
('no', 'generate_printslip', 'Gerar Etiqueta'),
('no', 'generate_printslip_and_tracking_number', 'Gerar Etiqueta e Código de Rastreamento'),
('no', 'generate_submenu', 'Generer undermeny'),
('no', 'generating_pdf', 'Genererer PDF. Vennligst vent...'),
('no', 'generating_xls', 'Genererer XLS. Vennligst vent...'),
('no', 'geography', 'Geografi'),
('no', 'geo_maps.cannot_select_location', 'This location couldn\'t be selected due to technical reasons. If you encounter any difficulties when placing an order, please contact us.'),
('no', 'geo_maps.from_pickup_points', '[shipping], [n] pickup point|[shipping], [n] pickup points'),
('no', 'geo_maps.location_detection_disabled', 'Your location could not be determined. Try enabling the location services on your device or disabling the tracking protection.'),
('no', 'geo_maps.no_shippings', 'Sorry, we couldn\'t find any shipping options for your location. Please contact us, and we\'ll see what we can do about it.'),
('no', 'geo_maps.select_your_city', 'Select your city'),
('no', 'geo_maps.shipping_about', 'about'),
('no', 'geo_maps.shipping_address_on_map', 'Shipping address on map'),
('no', 'geo_maps.shipping_from', 'from'),
('no', 'geo_maps.shipping_group_delivery', 'Shipping'),
('no', 'geo_maps.shipping_group_pickup', 'Pick-up'),
('no', 'geo_maps.shipping_time', 'Shipping time'),
('no', 'geo_maps.shipping_time_and_rates', 'Shipping time and rates'),
('no', 'geo_maps.text_settings_google_api_notice', 'Learn more about setting up API key <a target=\"_blank\" href=\"https://docs.cs-cart.com/4.10.x/user_guide/addons/maps_and_geolocation/#configuration\">in the documentation</a>.'),
('no', 'geo_maps.your_city', 'Your city'),
('no', 'german', 'Tysk'),
('no', 'get_api_key', 'Skaffer en API-nøkkel'),
('no', 'get_rates', 'Skaff priser'),
('no', 'get_social', 'Følg oss'),
('no', 'gift_add_products', 'Legg til produkter som gaver'),
('no', 'gift_certificate', 'Gavekort'),
('no', 'gift_certificates', 'Gavekort'),
('no', 'gift_certificates.certificate_purchase_form', 'Gavekort kjøpsskjema'),
('no', 'gift_certificates.event.gift_certificate.status_changed.name', 'Gift certificate status changed to [status]'),
('no', 'gift_certificates.event.gift_certificate.updated.name', 'Gift certificate updated'),
('no', 'gift_certificates_menu_description', 'Vis og administrer gavekort som kunder har kjøpt.'),
('no', 'gift_certificates_verify', 'Gavekort verifisering'),
('no', 'gift_certificate_added_to_cart', 'Gavekortet ble lagt i handlekurven'),
('no', 'gift_certificate_created', 'Gavekort har blitt opprettet'),
('no', 'gift_certificate_info', 'Gavekort informasjon'),
('no', 'gift_certificate_status', 'Gavekort status'),
('no', 'gift_certificate_statuses', 'Gavekort statuser'),
('no', 'gift_certificate_verification', 'Gavekort verifisering'),
('no', 'gift_cert_amount_changed', 'Gavekort beløp er endret.'),
('no', 'gift_cert_code', 'Gavekort kode'),
('no', 'gift_cert_debit', 'Debetsaldo'),
('no', 'gift_cert_error_amount', 'Gavekortet kan ikke være høyere enn [max] eller mindre enn [min]'),
('no', 'gift_cert_from', 'Fra'),
('no', 'gift_cert_to', 'Til'),
('no', 'gift_cert_with_products', 'Kjøp av produkter og gavekort sammen er desverre umulig. Vær snill og plasser den gjeldende ordren og gjenta forsøket.'),
('no', 'gift_comment', 'Melding'),
('no', 'give_coupon_subj', 'du har ny kampanje'),
('no', 'global', 'Global'),
('no', 'global_options', 'Globale valg'),
('no', 'global_order_id', 'Id Global'),
('no', 'global_status', 'Global status'),
('no', 'global_update', 'Global oppdatering'),
('no', 'global_update_description', 'Positive eller negative verdier kan skrives inn i feltene nedenfor (f.eks -5).'),
('no', 'global_vars', 'Globale variabler'),
('no', 'go', 'Gå'),
('no', 'google', 'Google'),
('no', 'google_base', 'Google Base'),
('no', 'google_base_export_notice', '<b>Merk:</b> Du kan sette opp moms og fraktpriser på <a href=\"http://www.google.com/merchants/taxshippingsettings\">Moms og fraktsammendrag</a> siden i Google Merchant Center.'),
('no', 'google_export_upgrade_notification_text', '<p>Den siste versjonen av [product] har ulike innstillinger for data feeds: <b>Google price</b> inkluderer ikke skatt nå.</p><p>Hvis du ønsker å eksportere produkter med skatt er inkludert i prisen, gjør du følgende:</p><ul><li>Gå til Administrasjon &rarr; Moduler &rarr; Data feed.</li><li>Velg data feed som brukes til å eksportere produkter til Google Product Feed.</li><li>Bytt til <b>Fields mapping</b> fanen og velg <b>Google price (with tax included)</b> for <b>pris</b> feltet.</li></ul>'),
('no', 'google_export_upgrade_notification_title', 'Google eksport endringer'),
('no', 'google_sitemap.export_progress_entry', '[storefront]: [object]'),
('no', 'google_sitemap.generate_map', 'Sidekartet er ikke generert enda. Gå til modulens innstillinger og klikk på \"Regenerer sidekart\" knappen'),
('no', 'google_sitemap.map_generated', 'Sidekartet ble generert vellykket'),
('no', 'google_sitemap.text_regenerate', 'Hvis produkter, kategorier, etc. er lagt til eller endret, kan du  <a class=\"cm-ajax cm-comet btn btn-primary\" href=\"[regenerate_url]\">regenerere sidekartet</a><br /><br /> [sitemap_available_in_customer]'),
('no', 'google_sitemap.text_select_storefront', 'For å opprette et sidekart må du først velge butikkforside.'),
('no', 'goto_theme_configuration', 'Bla gjennom malene'),
('no', 'go_back', 'Gå tilbake'),
('no', 'go_to_admin_panel', 'Admin panel'),
('no', 'go_to_the_admin_homepage', 'Gå til admin forsiden'),
('no', 'go_to_the_homepage', 'Gå til forsiden'),
('no', 'grams_in_the_unit_of_weight', 'Gram i vektenheten definert av vektsymbolet'),
('no', 'grant_point', 'Gi belønningspoeng'),
('no', 'graphic', 'Grafisk'),
('no', 'graphic_banner', 'Bildebanner'),
('no', 'greek', 'Gresk'),
('no', 'grid', 'Rutenett'),
('no', 'grid_options', 'Rutenett alternativer'),
('no', 'gross_total', 'Brutto total'),
('no', 'ground_only', 'Transport med varebil'),
('no', 'group', 'Gruppe'),
('no', 'groups', 'Grupper'),
('no', 'guest', 'Gjest'),
('no', 'has_credit_memo', 'Har kreditnota'),
('no', 'has_invoice', 'Har faktura'),
('no', 'header', 'Topptekst'),
('no', 'header_image', 'Header bilde'),
('no', 'head_custom_html', 'Egendefinert HTML kode'),
('no', 'hebrew', 'Hebraisk'),
('no', 'height', 'Høyde'),
('no', 'hello', 'Hallo'),
('no', 'hello_name', 'Hello [name],'),
('no', 'help', 'Hjelp'),
('no', 'hidden', 'Skjult'),
('no', 'hidden_categories', 'Skjulte kategorier'),
('no', 'hide', 'Skjul'),
('no', 'hide_add_to_cart_button', 'Skjul legg i handlevognen knappen'),
('no', 'hide_options', 'Skjul alternativer'),
('no', 'hide_option_completely', 'Skjul alternativ helt'),
('no', 'hidpi.notice.images_were_not_restored', 'Some of the old images in your store are still low-quality. To use the highest quality possible, please <a href=\"[convert_url]\">restore high-quality images</a>. The process is automatic.'),
('no', 'hidpi.refactoring_upgrade_notification_text', '<p>The previous version of the <b>[addon_name]</b> add-on shrank the uploaded images. We improved the add-on, so there is no need for that now. However, the existing images remain shrunk and don’t look good.</p><p>We can make your existing images look nice and sharp, but that procedure will take some time. That’s why we need you to start it.</p><p><a href=\"[url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Make image look good</a></p>'),
('no', 'hidpi.refactoring_upgrade_notification_title', 'Make sure your images look good.'),
('no', 'hidpi.restore_btn', 'Restore'),
('no', 'hidpi.restore_images', 'Image restoration'),
('no', 'hidpi.text_restore_images', 'The previous version of the HiDPI display support add-on shrank the uploaded images. There’s no need for that now. But to make your images look nice and sharp you need to click Restore.'),
('no', 'hidpi.upload_high_res_image', 'I’m uploading a HiDPI image.'),
('no', 'hidpi.upload_high_res_image.tooltip', 'If this checkbox is ticked, the source image will be displayed two times downscaled. This setting only affects the displaying of the source image and not its thumbnail. If you want an image to be displayed in the original size, untick this checkbox.'),
('no', 'hidpi.warning_restore_images', '<strong>Attention!</strong> This procedure is non—reversible: when you revert the upgrade, the image restoration manipulations will not be reverted. So, please make sure to perform a backup. The procedure can take some time—it depends on the number of images in your store.'),
('no', 'history', 'Historie'),
('no', 'home', 'Hjem'),
('no', 'home_blocks', 'Vendor home blocks'),
('no', 'home_page', 'Forside'),
('no', 'horizontal', 'Horisontal'),
('no', 'horizontal_filters', 'Horisontale filtre'),
('no', 'host', 'Vert navn'),
('no', 'host_code', 'Vert kode'),
('no', 'hour', 'Time'),
('no', 'hourly', 'Hver time'),
('no', 'hour_or_hours', 'time(r)'),
('no', 'how_to_send', 'Hvordan sende?'),
('no', 'html_block', 'HTML blokk'),
('no', 'http_transport_error_prefix_curl', 'Curl feil'),
('no', 'http_transport_error_prefix_socket', 'Socket feil'),
('no', 'hungarian', 'Ungarsk'),
('no', 'hybrid_auth', 'Sosial innlogging'),
('no', 'hybrid_auth.add_provider', 'Legg til tjeneste'),
('no', 'hybrid_auth.callback_url', 'Callback URL'),
('no', 'hybrid_auth.cant_create_profile', 'Dessverre klarte vi å opprette en bruker og logge inn i nettbutikken på grunn av en av følgende årsaker:<br />- Du har logget inn i vår butikk tidligere ved hjelp av andre OpenID-leverandør hvor samme e-post brukes.<br />- Du er allerede registrert i vår nettbutikk ved bruk av e-post-adressen din.<br />Kontakt oss for å løse problemet.'),
('no', 'hybrid_auth.change_password', 'Du kan endre passordet ditt her'),
('no', 'hybrid_auth.configuration_error', 'Hybriauth konfigurasjonsfeil'),
('no', 'hybrid_auth.connecting_provider', 'Kontakter <b>[provider]</b>. Vennligst vent...'),
('no', 'hybrid_auth.connect_social', 'Koble til sosial konto'),
('no', 'hybrid_auth.connect_social_title', 'Brukeren finnes allerede'),
('no', 'hybrid_auth.editing_provider', 'Rediger tjeneste'),
('no', 'hybrid_auth.facebook_disabled_upgrade_notification_text', '<p>Vi måtte endre til en nyere versjon av Facebook API, fordi API-versjonen som vi tidligere brukte, ikke støttes lenger. For å jobbe med den nye APIen, [product] kreves PHP 5.4. Du ser denne meldingen fordi serveren din har en eldre PHP-versjon.</p><p>Statusen for <b>Facebook</b> under <b>Nettside → Sosial innlogging</b> har blitt satt til <i> Deaktivert </i>.</p><p>Vennligst oppdater PHP-versjonen til 5.4 eller høyere før du aktiverer Facebook på nytt.</p>'),
('no', 'hybrid_auth.facebook_disabled_upgrade_notification_title', 'Sosial innlogging: Innlogging via Facebook har blitt deaktivert på grunn av en gammel PHP-versjon'),
('no', 'hybrid_auth.facebook_oauth_redirect_uris', 'Gyldig OAuth omdirigering av URIer'),
('no', 'hybrid_auth.failed_auth', 'Godkjenning mislyktes. Brukeren har avbrutt autentiseringen eller tjenesten nektet tilkoblingen'),
('no', 'hybrid_auth.instruction_facebook', 'Bruk den applikasjons-ID og hemmelige nøkkel du har mottatt etter å ha opprettet en applikasjon på <a href=\'https://developers.facebook.com/apps\' target=\'_blank\'>Facebook Developers</a>.'),
('no', 'hybrid_auth.instruction_facebook_login', 'Bruk en program-ID og hemmelig nøkkel du har mottatt etter å ha opprettet et program på <a href=\"https://developers.facebook.com/apps\" target=\"_blank\">Facebook Developers</a>. Deretter kopierer du verdien av <b>Valid OAuth redirect URIs</b> feltet til den tilsvarende innstillingen av <b>Facebook Login</b> produktet i ditt Facebook-program.'),
('no', 'hybrid_auth.instruction_foursquare', 'Bruk den applikasjons-ID og hemmelige nøkkel du har mottatt etter å ha opprettet en applikasjon på <a href=\'https://foursquare.com/developers/apps\' target=\'_blank\'>Fousquare</a>.'),
('no', 'hybrid_auth.instruction_google', 'Bruk ID og hemmelig nøkkel som du har mottatt etter å ha laget et prosjekt hos <a href=\'https://code.google.com/apis/console/?pli=1\' target=\'_blank\'>Google</a>.'),
('no', 'hybrid_auth.instruction_linkedin', 'Bruk ID (brukernøkkel) og hemmelige nøkkel du har mottatt etter å ha opprettet en applikasjon på <a href=\'https://www.linkedin.com/developer/apps\' target=\'_blank\'>LinkedIn Developers</a>.'),
('no', 'hybrid_auth.instruction_live', 'Bruk den applikasjons-ID og hemmelige nøkkel du har mottatt etter å ha opprettet en applikasjon på <a href=\'https://account.live.com/developers/applications/create\' target=\'_blank\'>Live</a>.'),
('no', 'hybrid_auth.instruction_paypal', 'Bruk den applikasjons-ID og hemmelige nøkkel du har mottatt etter å ha opprettet en applikasjon på <a href=\'https://developer.paypal.com/developer/applications\' target=\'_blank\'>PayPal Developers</a>.'),
('no', 'hybrid_auth.instruction_twitter', 'Bruk ID (brukernøkkel) og hemmelige nøkkel du har mottatt etter å ha opprettet en applikasjon på <a href=\'https://apps.twitter.com/\' target=\'_blank\'>Twitter</a>.'),
('no', 'hybrid_auth.instruction_yahoo', 'Bruk ID (identifikasjon) og hemmelig nøkkel som du skal ha mottatt etter å ha opprettet en konto hos <a href=\'https://developer.yahoo.com/apps/create/\' target=\'_blank\'>Yahoo</a>.'),
('no', 'hybrid_auth.linkedin_api_v1', 'v1'),
('no', 'hybrid_auth.linkedin_api_v2', 'v2');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('no', 'hybrid_auth.linkedin_api_version', 'API version'),
('no', 'hybrid_auth.linked_provider', 'Koblet'),
('no', 'hybrid_auth.link_provider', 'Kontoer for sosiale nettverk'),
('no', 'hybrid_auth.live_redirect_urls', 'Redirect URLs'),
('no', 'hybrid_auth.missing_credentials', 'Manglende tjeneste applikasjons godkjenning'),
('no', 'hybrid_auth.new_provider', 'Ny tjeneste'),
('no', 'hybrid_auth.not_linked_provider', 'Ikke koblet'),
('no', 'hybrid_auth.password_generated', 'Vi er glad for å informere deg om at du har blitt registrert i nettbutikken. Et passord har blitt opprettet for deg'),
('no', 'hybrid_auth.providers', 'Tjenester'),
('no', 'hybrid_auth.provider_error_configuration', 'Tjenesten er ikke riktig konfigurert'),
('no', 'hybrid_auth.provider_not_found', 'Leverandør [provider] ikke funnet'),
('no', 'hybrid_auth.social_login', 'Eller logg inn med en annen identitetsleverandør'),
('no', 'hybrid_auth.specify_email', 'Angi e-post'),
('no', 'hybrid_auth.specify_email_title', 'E-post-adressen ble ikke angitt.'),
('no', 'hybrid_auth.text_connect_social', '<p>Brukeren med e-posten spesifisert under sosial innlogging finnes allerede.</p><p>Hvis du vil tilordne en sosial nettverkskonto for den registrerte brukeren, vennligst logg deg inn.</p>'),
('no', 'hybrid_auth.text_link_provider', 'Tildel den sosiale nettverkskontoen til denne og bruk den til å logge inn'),
('no', 'hybrid_auth.text_specify_email', '<p>Når du logger deg inn gjennom det sosiale nettverket ble ikke e-posten din spesifisert.</p><p>Vennligst skriv inn din e-post-adresse og klikk på Fortsett.</p>'),
('no', 'hybrid_auth.text_user_is_already_link', 'Denne sosiale nettverkskontoen brukes allerede'),
('no', 'hybrid_auth.unspecified_error', 'Uspesifisert feil'),
('no', 'hybrid_auth.wrong_provider', 'Ukjent eller deaktivert tjeneste'),
('no', 'hybrid_auth_menu_description', 'Opprett sosial tjeneste'),
('no', 'I25', '\"Interleaved 2 of 5\" er basert på Standard 2 av 5 symbolikk.<br/>Den er designet til å kode bare 10 sifre.'),
('no', 'icon', 'Ikon'),
('no', 'id', 'ID'),
('no', 'identifier', 'PayBox identifikator'),
('no', 'iframe_mode', 'iFrame modus'),
('no', 'illegal_item_weight', 'Ulovlig vare vekt'),
('no', 'image', 'Bilde'),
('no', 'images', 'Bilder'),
('no', 'images_directory', 'Bildekatalog'),
('no', 'images_params', 'Bilder'),
('no', 'image_has_been_deleted', 'Dette bildet er slettet'),
('no', 'image_pair', 'Bildepar'),
('no', 'image_url', 'Bilde URL'),
('no', 'image_verification', 'Bilde verifisering'),
('no', 'image_verification_body', 'Skriv inn tegnene du ser i bildet ovenfor.'),
('no', 'image_verification_label', 'Bildebekreftelse'),
('no', 'image_zoom.rework_update_notification.message', '<p>We reworked the <b>Image zoom</b> add-on, because it used a third-party solution incompatible with modern versions of jQuery. As a result of the rework, some settings of the add-on were removed.</p><p>Please check how the image zoom looks on the product pages now. If you\'d like to make any changes to the looks, adjust the settings of the <b>Image zoom</b> add-on.</p><p><a href=\"[image_zoom_settings]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check Image Zoom settings</a></p>'),
('no', 'image_zoom.rework_update_notification.title', 'Image Zoom add-on reworked'),
('no', 'immediately', 'Umiddelbart'),
('no', 'import', 'Importer'),
('no', 'important', 'Viktig'),
('no', 'important_language_text', 'Når du skjuler, deaktiverer eller sletter standardspråket i en av butikkene, må du sørge for å oppdatere verdien av <b>Butikkforside standard språk</b> innstillingen i <a href=\"[link]\">Innstillinger → Utseende</a>.'),
('no', 'importing_data', 'Importerer data'),
('no', 'import_data', 'Importer data'),
('no', 'import_errors', 'Importer feil'),
('no', 'import_layout', 'Importer layout'),
('no', 'import_locations', 'Importer beliggenheter'),
('no', 'import_new_vendor', '[n] ny forhandler ble opprettet under import. Denne forhandleren har bare et navn så langt. Rediger den nye forhandleren for å legge til annen informasjon.|[n] nye forhandlere ble opprettet under import. Disse forhandlerne har bare navn så langt. Vennligst rediger de nye forhandlere for å legge til annen informasjon.'),
('no', 'import_options', 'Import alternativer'),
('no', 'import_results', 'Importer resultat'),
('no', 'in', 'I'),
('no', 'included', 'inkludert'),
('no', 'include_cvn', 'Inkluder CVN'),
('no', 'including_discount', 'Inkludert rabatt'),
('no', 'including_tax', 'Inkludert moms'),
('no', 'income', 'Inntekter'),
('no', 'incompleted', 'Uferdig'),
('no', 'incompleted_orders', 'Ufullstendige ordre'),
('no', 'incorrect_filling_message', 'Uriktig fyllmelding'),
('no', 'incorrect_po_pack_structure', 'Strukturen i pakken som inneholder \".po\" oversettelsesfiler lokalisert på <b>\"[pack_path]\"</b> er feil.'),
('no', 'incorrect_price_warning', 'Produktet har ikke blitt lagt til handlevognen. Vennligst skriv inn riktig pris.'),
('no', 'increase', 'Øk'),
('no', 'inc_tax', 'inkl. moms'),
('no', 'index', 'Forside'),
('no', 'individual', 'Individual'),
('no', 'information', 'Informasjon'),
('no', 'information_file_roobots', 'En robots.txt-fil ble oppdaget. Endringene du gjør her, får ikke virkning før du sletter den eksisterende <b>robots.txt</b> filen fra rotkatalogen i butikken din.'),
('no', 'inner_hint', 'Indre hint'),
('no', 'input_field', 'Inntastingsfelt'),
('no', 'insert_block', 'Legg til blokk'),
('no', 'insert_grid', 'Legg til rutenett'),
('no', 'insert_image', 'Sett inn bilde'),
('no', 'install', 'Installer'),
('no', 'installation_id', 'Installasjons ID'),
('no', 'installed', 'Installert'),
('no', 'installed_addons', 'Installerte moduler'),
('no', 'installed_languages', 'Installert'),
('no', 'installed_themes', 'Installerte maler'),
('no', 'installed_upgrades', 'Installerte oppgraderinger'),
('no', 'installer_complete_title', 'Installasjon vellykket'),
('no', 'installments', 'Parcelas'),
('no', 'installment_qty', 'Quantidade de parcelas'),
('no', 'install_addon_text', 'Moduler utvider funksjonaliteten til nettbutikken din. <br /> Du kan installere en modul ved å velge en .zip, .tgz, eller .gz pakket fil og klikke Last opp & installer.'),
('no', 'install_theme_text', 'Å laste opp og installere en ny mal er en fin måte å personliggjøre din nettbutikk på. Du kan laste opp en mal ved å velge en tgz, gz, eller zip formatert fil og klikke <strong>Last opp</strong>.'),
('no', 'install_upgrade_package_text', 'Du kan laste opp en oppgraderingspakke manuelt fra den lokale maskinen, serveren, eller fra en ekstern plassering. Angi plasseringen av en [exts] format arkiv og klikk på <strong>Last opp</strong>.'),
('no', 'internal_option_name', 'Internt navn'),
('no', 'internal_option_name_tooltip', 'Dette navnet vises bare i adminpanelet for å hjelpe deg å skille mellom flere alternativer som har samme navn.'),
('no', 'internal_template.vendor_data_premoderation_product_approved', 'Vendor data premoderation: your product was approved'),
('no', 'internal_template.vendor_data_premoderation_product_disapproved', 'Vendor data premoderation: your product was disapproved'),
('no', 'internal_templates', 'On-site notification templates'),
('no', 'internal_template_exists', 'The on-site notification template with the chosen code already exists, please try another.'),
('no', 'internal_template_import_success_msg', 'All the on-site notification templates have been imported without errors.'),
('no', 'international_settings', 'Internasjonale innstillinger'),
('no', 'international_usps', 'Internasjonal USPS'),
('no', 'invalid_ftp_access', 'Ugyldig FTP-tilgang'),
('no', 'inventory', 'Lagerbeholdning'),
('no', 'inventory_tracking', 'Lagerbeholdning'),
('no', 'invitees', 'Inviterte'),
('no', 'invite_vendors', 'Invite vendors'),
('no', 'invite_vendors_enter_emails', 'Emails where to send invitations'),
('no', 'invite_vendors_title', 'Invite people to register as vendors in your marketplace'),
('no', 'invoice', 'Faktura'),
('no', 'invoices', 'Fakturaer'),
('no', 'invoice_credit_memo', 'Faktura/Kreditnota'),
('no', 'invoice_heading', 'Faktura'),
('no', 'invoice_id', 'Faktura-ID'),
('no', 'invoice_title', 'FAKTURA'),
('no', 'in_progress', 'Under utførelse'),
('no', 'in_stock', 'På lager'),
('no', 'ip', 'IP'),
('no', 'ipn_errors', 'IPN feil'),
('no', 'ips', 'IP-adresser'),
('no', 'ip_address', 'IP-adresse'),
('no', 'ip_from', 'IP fra'),
('no', 'ip_to', 'IP til'),
('no', 'issuer_id', 'Utsteder-ID'),
('no', 'is_address_required', 'Customer must specify his/her address'),
('no', 'is_back_in_stock', 'er tilbake på lager!'),
('no', 'is_default_storefront', 'Default storefront'),
('no', 'is_pbp', 'Tillat betaling med poeng'),
('no', 'italian', 'Italiensk'),
('no', 'items', 'produkt(er)'),
('no', 'items_dependences', 'Elementavhengig'),
('no', 'items_in_box', 'Elementer i en boks'),
('no', 'items_in_cart', 'Du har [n] produkter i din handlevogn|Du har [n] produkter i din handlevogn'),
('no', 'items_marked_by_tag', 'Elementer merket med \"[tag]\" taggen:'),
('no', 'items_per_page', 'Produkter per side'),
('no', 'items_title', 'Elementer'),
('no', 'item_id', 'Element-ID'),
('no', 'item_number', 'Vis varenummer'),
('no', 'item_quantity', 'Element antall'),
('no', 'i_agree_continue', 'Jeg er enig og vil fortsette'),
('no', 'janrain_cant_create_profile', 'Dessverre kunne vi ikke opprette deg som kunde og logge deg inn i nettbutikken av følgende årsaker:<br />- Du har logget inn i vår nettbutikk tidligere med en annen OpenID tilbyder der lik e-post-adresse brukes.<br />- Du har allerede registrert deg i nettbutikken med din e-post-adresse.<br />Kontakt oss for å løse problemet.'),
('no', 'janrain_general_info', '<p>Få disse verdiene og konfigurer sosial innlogging på <a href=\"http://janrain.com\" target=\"_blank\">janrain.com</a></p>'),
('no', 'janrain_need_update_profile', 'Feltet \"Passord\" og noen andre obligatoriske felt er for øyeblikket tomme. Vennligst oppdater din profil.'),
('no', 'janrain_social_login', 'Sosial innlogging'),
('no', 'japanese', 'Japansk'),
('no', 'join', 'Bli med'),
('no', 'json_error_ctrl_char', 'Kontroller tegn-feil, muligens feil kodet'),
('no', 'json_error_depth', 'Den maksimale stabeldybden er overskredet'),
('no', 'json_error_state_mismatch', 'ugyldig eller feil JSON'),
('no', 'json_error_syntax', 'Syntax error, eller feil JSON'),
('no', 'json_error_unknown', 'Ukjent JSON feil'),
('no', 'json_error_utf8', 'Feil UTF-8 tegn, muligens feilaktig kodet'),
('no', 'key', 'Nøkkel'),
('no', 'key1_for_md5', 'Autorisasjonsnøkkel 1 for md5'),
('no', 'key2_for_md5', 'Autorisasjonsnøkkel 2 for md5'),
('no', 'keywords', 'Nøkkelord'),
('no', 'korean', 'Koreansk'),
('no', 'label_text_color', 'Etikett tekst farge'),
('no', 'landing_header', 'Din ordre er mottatt'),
('no', 'language', 'Språk'),
('no', 'languagecode', 'Språkkode'),
('no', 'languages', 'Språk'),
('no', 'languages_find_more', 'If you haven\'t found the language you need, check out <a href=\"[href]\" target=\"_blank\">our site with free language packs</a>.'),
('no', 'language_code', 'Språkkode'),
('no', 'language_variable', 'Språkvariabel'),
('no', 'language_variables', 'Språkvariabler'),
('no', 'last4ssn', '4 siste sifre i personnummer'),
('no', 'last_24hours', 'Siste 24 timer'),
('no', 'last_days', 'Siste dager'),
('no', 'last_login', 'Last login'),
('no', 'last_month', 'Forrige måned'),
('no', 'last_name', 'Etternavn'),
('no', 'last_name_and_first_name', 'Last name and first name'),
('no', 'last_n_days', 'Siste [N] dager'),
('no', 'last_order', 'Siste ordre'),
('no', 'last_scan_time', 'Siste søketid'),
('no', 'last_year', 'I fjor'),
('no', 'latest_reviews', 'Siste kommentarer og omtaler'),
('no', 'latitude', 'Breddegrader'),
('no', 'latitude_short', 'breddegrad'),
('no', 'layout', 'Layout'),
('no', 'layoutid', 'Layout Id'),
('no', 'layouts', 'Layouter'),
('no', 'lbl_amazon_aws_access_public_key', 'AWS offentlig adgangsnøkkel'),
('no', 'lbl_amazon_aws_access_secret_key', 'AWS hemmelig adgangsnøkkel'),
('no', 'lbl_amazon_background_color', 'Bakgrunnsfarge'),
('no', 'lbl_amazon_button_color', 'Knappfarge'),
('no', 'lbl_amazon_button_size', 'Knappstørrelse'),
('no', 'lbl_amazon_button_style', 'Amazon knapp stil'),
('no', 'lbl_amazon_color_dark', 'Mørk'),
('no', 'lbl_amazon_color_light', 'Lys'),
('no', 'lbl_amazon_color_orange', 'Oransje'),
('no', 'lbl_amazon_color_tan', 'Gyllenbrun'),
('no', 'lbl_amazon_color_white', 'Hvit'),
('no', 'lbl_amazon_process_order_on_failure', 'Behandle ordre ved mislykket tilbakekalling'),
('no', 'lbl_amazon_size_large', 'Stor'),
('no', 'lbl_amazon_size_medium', 'Middels'),
('no', 'lbl_amazon_size_xlarge', 'Extra Stor'),
('no', 'left', 'Venstre'),
('no', 'length', 'Lengde'),
('no', 'less', 'mindre'),
('no', 'letter', 'Brev'),
('no', 'level', 'Nivå'),
('no', 'licence_agreement', 'Lisensavtale'),
('no', 'licensed_product', 'Lisensiert produkt'),
('no', 'license_agreement', 'Lisensavtale'),
('no', 'license_number', 'Lisensnummer'),
('no', 'license_number_cannot_be_empty', 'Lisensnummeret kan ikke være tomt'),
('no', 'license_required', '[product] lisens kreves'),
('no', 'licensing.license_error_license_is_disabled', 'Lisensen er deaktivert. Vennligst sjekk din lisensstatus.'),
('no', 'licensing.license_error_license_is_disabled.text', 'Please contact us <a href=\"[helpdesk_url]\" target=\"_blank\">via Customer Help Desk</a> to find out why it happened and what can be done about it. To access the admin panel right now, you can enter another valid license number, as long as it isn\'t used in another store:'),
('no', 'licensing.license_error_license_is_disabled.title', 'Your [product] license has been disabled'),
('no', 'licensing.license_error_license_is_invalid', 'Ugyldig lisensnummer. Vennligst skriv inn et gyldig lisensnummer.'),
('no', 'licensing.license_error_wrong_edition', 'Lisensen samsvarer ikke med butikk utgaven. Angi et gyldig lisensnummer.'),
('no', 'licensing.license_error_wrong_licensing_mode', 'Lisensen samsvarer ikke med butikk utgaven. Angi et gyldig lisensnummer.'),
('no', 'licensing_and_upgrades', 'Lisenser og oppgradering'),
('no', 'limit', 'Grense'),
('no', 'line', 'Linje'),
('no', 'linear', 'Lineær'),
('no', 'link', 'Link'),
('no', 'linked_categories', 'Linkede kategorier'),
('no', 'linked_products', 'Linkede produkter'),
('no', 'links', 'Linker'),
('no', 'links_thumb', 'Miniatyrbildelinker'),
('no', 'link_an_existing_option', 'Link an existing option'),
('no', 'link_message_for_test_letter', 'Linken vil bli vist i et live nyhetsbrev'),
('no', 'link_text', 'Link tekst'),
('no', 'link_to', 'Link til'),
('no', 'list', 'Liste'),
('no', 'list_objects', 'List objekter'),
('no', 'list_price', 'Listepris'),
('no', 'list_price_decreased', 'Listepris er blitt redusert med'),
('no', 'list_price_increased', 'Listepris er økt med'),
('no', 'list_price_short', 'Listepris'),
('no', 'list_qty_count', 'List mengde antall'),
('no', 'list_quantity_count', 'Liste antall opptelling'),
('no', 'lite_checkout.change_in_geolocation_cities_upgrade_notification_text', '<p>Previously, you could create a list of cities that would be available to customers for selection in the geolocation block on the storefront. That had to be done in <b>Administration → Shipping &amp; taxes → Geolocation cities.</b></p><p>That page was removed, and the list of cities is now generated automatically from your pickup points. It works only if the corresponding setting in the [stores_pickups_addon] add-on is enabled, and only for pickup points that have a country, state, and city specified.</p><p>For your convenience, here is the list of cities that you previously had on the <b>Geolocation cities</b> page. It may help with configuring pickup points:<p><p>[locations_table]</p><p><a href=\"[stores_pickups_search]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Edit add-on settings</a></p>'),
('no', 'lite_checkout.change_in_geolocation_cities_upgrade_notification_title', 'List of geolocation cities is now generated automatically'),
('no', 'lite_checkout.choose_from_list', 'Choose from list'),
('no', 'lite_checkout.city_and_state', 'City, state'),
('no', 'lite_checkout.click_here_to_update_shipping', 'Enter city and state and click here to update shipping rates'),
('no', 'lite_checkout.customer_information', 'Customer'),
('no', 'lite_checkout.delivery_note', 'Customer\'s notes'),
('no', 'lite_checkout.deliver_to', 'Deliver to:'),
('no', 'lite_checkout.nearest_station', 'Nearest station'),
('no', 'lite_checkout.personal_name', 'Full name'),
('no', 'lite_checkout.place_an_order_for', 'Place order ([amount])'),
('no', 'lite_checkout.select_pickup_item', 'Select a pickup point'),
('no', 'lite_checkout.select_your_city', 'Specify your city'),
('no', 'lite_checkout.shippings.show_all_on_map', 'Show all on map'),
('no', 'lite_checkout.shipping_method_for', 'Shipping method for [group_name]'),
('no', 'lite_checkout.use_two_fingers_for_move_map', 'Use two fingers to move the map'),
('no', 'live', 'Live'),
('no', 'livechat.change_account', 'If you would like to change LiveChat account you can'),
('no', 'livechat.check_our_apps', 'Check out apps for <a href=\'[url]\' target=\'_blank\'>desktop or mobile</a>'),
('no', 'livechat.create_account', 'Create an account'),
('no', 'livechat.current_login', 'Currently you are using <strong>[login]</strong> LiveChat account.'),
('no', 'livechat.license_cleared', 'LiveChat settings have been reset'),
('no', 'livechat.license_received', 'LiveChat added to your website'),
('no', 'livechat.reset_settings', 'reset settings'),
('no', 'livechat.use_web_app', 'Use our web app'),
('no', 'live_preview', 'Live forhåndsvisning'),
('no', 'load', 'Last inn'),
('no', 'loading', 'Laster...'),
('no', 'local', 'Lokal'),
('no', 'localization', 'Lokalisering'),
('no', 'localizations', 'Lokaliseringer'),
('no', 'localizations_menu_description', 'Administrer lokaliseringer som støttes i din butikk.'),
('no', 'local_export', 'Last ned'),
('no', 'local_modifications', 'Lokale modifikasjoner'),
('no', 'local_modifications_message', 'Disse filene hadde lokale endringer. Under oppgraderingen ble det opprettet en sikkerhetskopi i <strong>[dir]</strong> katalogen. Du kan sjekke disse filene i arkivet og gjenbruke endringene til butikken din.'),
('no', 'location', 'Beliggenhet'),
('no', 'locations', 'Beliggenheter'),
('no', 'locations_menu_description', 'Manage the set of rate areas that are supported in your store.'),
('no', 'log', 'Logg'),
('no', 'loggedin_time', 'Logget inn tid'),
('no', 'logging', 'Logging'),
('no', 'login', 'Logg inn'),
('no', 'login_url', 'Logg inn URL'),
('no', 'login_with_facebook', 'Login with Facebook'),
('no', 'login_with_foursquare', 'Login with Foursquare'),
('no', 'login_with_google', 'Login with Google'),
('no', 'login_with_linkedin', 'Login with LinkedIn'),
('no', 'login_with_live', 'Login with Microsoft'),
('no', 'login_with_paypal', 'Login with PayPal'),
('no', 'login_with_twitter', 'Login with Twitter'),
('no', 'login_with_yahoo', 'Login with Yahoo'),
('no', 'logistica_reversa', 'Devolução'),
('no', 'logos', 'Logoer'),
('no', 'logo_for_invoices', 'Logo for fakturaer'),
('no', 'logo_for_the_customer_area', 'Logo for kunde-området'),
('no', 'logo_link', 'Beliggenhet (URL) til logo'),
('no', 'logs', 'Logger'),
('no', 'log_action_backup', 'backup'),
('no', 'log_action_create', 'opprett'),
('no', 'log_action_delete', 'slett'),
('no', 'log_action_deprecated', 'avskrevet'),
('no', 'log_action_error', 'feil'),
('no', 'log_action_failed_login', 'innlogging feilet'),
('no', 'log_action_http', 'http/https forespørsel'),
('no', 'log_action_login', 'Logg inn'),
('no', 'log_action_low_stock', 'lav lagerbeholdning'),
('no', 'log_action_optimize', 'optimaliser'),
('no', 'log_action_restore', 'gjenopprett'),
('no', 'log_action_runtime', 'runtime'),
('no', 'log_action_session', 'sesjon'),
('no', 'log_action_shipping', 'Frakt forespørsel'),
('no', 'log_action_status', 'statusendring'),
('no', 'log_action_update', 'oppdater'),
('no', 'log_in_as_user', 'Log in as user'),
('no', 'log_in_as_vendor', 'Log in as vendor'),
('no', 'log_type_categories', 'Kategorier'),
('no', 'log_type_database', 'Database'),
('no', 'log_type_general', 'generelt'),
('no', 'log_type_orders', 'Ordre'),
('no', 'log_type_products', 'Produkter'),
('no', 'log_type_requests', 'Forespørsler'),
('no', 'log_type_users', 'Brukere'),
('no', 'longitude', 'Lengdegrad'),
('no', 'longitude_short', 'lengdegrad'),
('no', 'lower_limit', 'Nedre grense'),
('no', 'low_stock_subj', 'Lav beholdning av \"[product]\"'),
('no', 'mac_key', 'Mac nøkkel'),
('no', 'mail', 'Post'),
('no', 'mailing_list', 'E-post-liste'),
('no', 'mailing_lists', 'E-post-lister'),
('no', 'mailing_list_date', 'E-post liste dato'),
('no', 'mail_message', 'E-post-melding'),
('no', 'mail_subject', 'E-post-emne'),
('no', 'main', 'Hoved'),
('no', 'mainbox_general', 'Hoved blokk (H1-overskrift)'),
('no', 'mainbox_simple', 'Viktig blokk (H2-overskrift)'),
('no', 'maintenance', 'Vedlikehold'),
('no', 'main_category', 'Hovedkategori'),
('no', 'main_menu', 'Main menu'),
('no', 'make_archive', 'Lag arkivfil'),
('no', 'make_default', 'Sett som standard'),
('no', 'make_permanent', 'Gjør permanent'),
('no', 'manage', 'Administrer'),
('no', 'manager', 'Leder'),
('no', 'manage_addons', 'Administrer moduler'),
('no', 'manage_banners', 'Administrer bannere'),
('no', 'manage_blocks', 'Administrer blokker'),
('no', 'manage_categories', 'Administrer kategorier'),
('no', 'manage_existing_block', 'Rediger eksisterende blokker'),
('no', 'manage_items', 'Administrer elementer'),
('no', 'manage_languages', 'Administrer språk'),
('no', 'manage_menus', 'Administrer menyer'),
('no', 'manage_pages', 'Can edit'),
('no', 'manage_products', 'Administrer produkter'),
('no', 'manage_reports', 'Administrer rapporter'),
('no', 'manage_shippings', 'Fraktmetoder'),
('no', 'manage_sitemap', 'Administrer sidekart'),
('no', 'manage_stores', 'Administrer butikker'),
('no', 'manage_subscribers', 'Administrer abonnenter'),
('no', 'manage_vendors', 'Administrer forhandlere'),
('no', 'mandatory', 'Påkrevd'),
('no', 'manually', 'Manuelt'),
('no', 'manually_recalculate_order', 'Rekalkuler ordren manuelt'),
('no', 'manually_set_tax_rates', 'Sett momssatser manuelt'),
('no', 'map_fields', 'Fields mapping'),
('no', 'mark', 'Marker som løst'),
('no', 'marketing', 'Markedsføring'),
('no', 'marketplace', 'Marketplace'),
('no', 'marketplace_find_more', 'Finn flere moduler og maler på <a href=\"[href]\" target=\"_blank\">Marketplace</a>'),
('no', 'marketplace_menu', 'Marketplace Menu'),
('no', 'master_products.add_product_from_catalog', 'Add product from catalog'),
('no', 'master_products.all_products', 'All products'),
('no', 'master_products.all_vendors_master_product', 'All vendors (common product)'),
('no', 'master_products.create_new_product', 'Create new product'),
('no', 'master_products.exported_products', 'Products to export'),
('no', 'master_products.for_sale', 'For sale'),
('no', 'master_products.master_product', 'Common product'),
('no', 'master_products.price_from', 'From [formatted_price]'),
('no', 'master_products.products_being_sold', 'Products being sold'),
('no', 'master_products.products_that_vendors_can_sell', 'Products that vendors can sell'),
('no', 'master_products.products_were_added_to_your_products', '[n] product was added to your products|[n] products were added to your products'),
('no', 'master_products.product_type.offer', 'Vendor offer'),
('no', 'master_products.product_type.offer_variation', 'Vendor variation offer'),
('no', 'master_products.sell_selected', 'Sell selected'),
('no', 'master_products.sell_this', 'Sell this'),
('no', 'master_products.upgrade_notification.message', '<p>For technical reasons, the <b>[master_product_addon]</b> add-on works only with global options now. If any vendor sells a common product, then we have already converted all options from that product into global options during the upgrade.</p>'),
('no', 'master_products.upgrade_notification.title', 'Common Products for Vendors: Add-on now works only with global options'),
('no', 'master_products.vendor_products_block_name', 'Sellers of a product'),
('no', 'master_products.vendor_products_filling', 'Sellers of this product'),
('no', 'master_products.vendor_products_tab_name', 'Sellers of this product'),
('no', 'master_products.view_product_offers', 'See all offers'),
('no', 'maximum', 'Maksimum'),
('no', 'maximum_items_in_box', 'Maksimum elementer i boks'),
('no', 'maximum_number_of_statuses_reached', 'Du har nådd maksimalt antall statuser'),
('no', 'max_amount', 'Totalkostnad'),
('no', 'max_box_weight', 'Maks. boksvekt'),
('no', 'max_downloads', 'Maks. nedlastinger'),
('no', 'max_item', 'Antall elementer'),
('no', 'max_order_qty', 'Maksimalt bestillingsantall'),
('no', 'max_quantity', 'Maks bestillingsantall'),
('no', 'max_storefronts_reached', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('no', 'max_uploading_file_size', 'Maks. filstørrelse for opplasting'),
('no', 'max_uploading_file_size_hint', 'La dette feltet stå tomt for å tillate opplasting av filer av alle størrelser, eller begrens filstørrelsen (\"100\" tilsvarer 100 Kb)'),
('no', 'mb_amounts_not_match', 'Beløpsverdien mottatt i status forespørselen er forskjellig fra det som er mottatt i CS-Cart systemet'),
('no', 'mb_currencies_not_match', 'Valutaverdien mottatt i status forespørselen er forskjellig fra det som er mottatt i CS-Cart systemet'),
('no', 'mb_md5_hashes_not_match', 'MD5 hash-verdien mottatt i status forespørselen er forskjellig fra det som er mottatt i CS-Cart systemet'),
('no', 'mb_transaction_id', 'MB Transaksjons ID'),
('no', 'md5_checksum_failed', 'MD5 sjekksum feilet'),
('no', 'md5_hash_value', 'MD5 hash-verdi'),
('no', 'menu', 'Meny'),
('no', 'menus', 'Menyer'),
('no', 'menu_items', 'Elementer til meny'),
('no', 'merchantid', 'Grossist ID'),
('no', 'merchant_email', 'Grossist E-post for Meldinger'),
('no', 'merchant_firstname', 'Grossist fornavn'),
('no', 'merchant_id', 'Grossist ID'),
('no', 'merchant_key', 'Grossist nøkkel'),
('no', 'merchant_lastname', 'Grossist etternavn'),
('no', 'merchant_login', 'Grossist innlogging'),
('no', 'merchant_name', 'Grossist navn'),
('no', 'merchant_pin', 'Grossist PIN'),
('no', 'merchant_response_was_not_received', 'Ingen respons fra grossisten er mottatt. Vennligst sjekk denne transaksjonen manuelt.'),
('no', 'merchant_site_id', 'Grossist nettside ID'),
('no', 'merchant_warrior_api_key', 'API nøkkel.'),
('no', 'merchant_warrior_api_passphrase', 'API Passord frase.'),
('no', 'merge', 'Slå sammen'),
('no', 'merge_vendor', 'Flett forhandler'),
('no', 'message', 'Melding'),
('no', 'messages', 'Meldinger'),
('no', 'meta_description', 'Meta beskrivelse'),
('no', 'meta_keywords', 'Meta nøkkelord'),
('no', 'method', 'Metode'),
('no', 'migrations', 'Migrasjoner'),
('no', 'minimized', 'Minimalisert'),
('no', 'minimum_commission_payment', 'Minimum provisjonsbetaling'),
('no', 'minimum_items_in_box', 'Minimum elementer i boks'),
('no', 'minutes', 'minutt(er)'),
('no', 'min_order_qty', 'Minste bestillingsantall'),
('no', 'min_quantity', 'Minste bestillingsantall'),
('no', 'missing_variants_handling', 'Mangler varianthåndtering'),
('no', 'mobile_app.appfulldescription', 'Full description'),
('no', 'mobile_app.apple_pay', 'Apple Pay'),
('no', 'mobile_app.apple_pay_merchant_identifier', 'Merchant identifier'),
('no', 'mobile_app.apple_pay_merchant_identifier_tooltip', 'Obtain the <b>Merchant Identifier</b> as described in <a href=\"https://help.apple.com/developer-account/#/devb2e62b839?sub=dev103e030bb\" target=\"_blank\">Developer Account Help</a>'),
('no', 'mobile_app.apple_pay_merchant_name', 'Merchant name'),
('no', 'mobile_app.apple_pay_merchant_name_tooltip', 'Enter the Merchant ID Description that you used when registering your Merchant ID at the Apple Developer website.'),
('no', 'mobile_app.apple_pay_supported_networks', 'Payment networks'),
('no', 'mobile_app.appname', 'App Name'),
('no', 'mobile_app.appshortdescription', 'Short description'),
('no', 'mobile_app.configure_colors', 'Configure Colors'),
('no', 'mobile_app.crop_when_resize', 'Crop image'),
('no', 'mobile_app.download_config', 'Last ned config'),
('no', 'mobile_app.fcm_api_key', 'API-nøkkel for push-varsler'),
('no', 'mobile_app.fcm_api_key_tooltip', 'Obtain the Cloud Messaging <b>Legacy server key</b> from the <a href=\"https://console.firebase.google.com\" target=\"_blank\">Firebase console</a> using your bundle ID: [bundle_id]'),
('no', 'mobile_app.mobile_address_colon', 'Address:'),
('no', 'mobile_app.mobile_add_to_cart', 'Add to cart'),
('no', 'mobile_app.mobile_auth', 'Auth'),
('no', 'mobile_app.mobile_authentication', 'Authentication'),
('no', 'mobile_app.mobile_bank_routing_number', 'Bank routing number'),
('no', 'mobile_app.mobile_billing_address', 'Billing address'),
('no', 'mobile_app.mobile_cancel', 'Cancel'),
('no', 'mobile_app.mobile_cannot_handle_url', 'Can\'t handle url'),
('no', 'mobile_app.mobile_cardholder_name', 'Cardholder\'s name'),
('no', 'mobile_app.mobile_card_number', 'Card Number'),
('no', 'mobile_app.mobile_cart', 'Cart'),
('no', 'mobile_app.mobile_categories', 'Categories'),
('no', 'mobile_app.mobile_change_address', 'Change address'),
('no', 'mobile_app.mobile_checking_account_number', 'Checking account number'),
('no', 'mobile_app.mobile_checkout', 'Checkout'),
('no', 'mobile_app.mobile_checkout_complete', 'Checkout complete'),
('no', 'mobile_app.mobile_city_colon', 'City:'),
('no', 'mobile_app.mobile_comment', 'Comment'),
('no', 'mobile_app.mobile_comments_and_reviews', 'Comments & Reviews'),
('no', 'mobile_app.mobile_companies', 'Vendors'),
('no', 'mobile_app.mobile_confirm_clear_the_cart', 'Clear all cart ?'),
('no', 'mobile_app.mobile_confirm_clear_wishlist', 'Clear wish list?'),
('no', 'mobile_app.mobile_congratulations', 'Congratulations!'),
('no', 'mobile_app.mobile_contact_information', 'Contact Information'),
('no', 'mobile_app.mobile_country_colon', 'Country:'),
('no', 'mobile_app.mobile_customer_signature', 'Customer\'s signature'),
('no', 'mobile_app.mobile_cvv2', 'CVV/CVC'),
('no', 'mobile_app.mobile_delete', 'Delete'),
('no', 'mobile_app.mobile_delivery', 'Delivery'),
('no', 'mobile_app.mobile_details', 'Details'),
('no', 'mobile_app.mobile_discussion_title_product', 'Reviews'),
('no', 'mobile_app.mobile_email', 'E-mail'),
('no', 'mobile_app.mobile_email_colon', 'E-mail:'),
('no', 'mobile_app.mobile_empty_wish_list_message', 'Your Wish Lists will love here.'),
('no', 'mobile_app.mobile_error', 'Error'),
('no', 'mobile_app.mobile_error_try_later', 'Something went wrong. Please try again later.'),
('no', 'mobile_app.mobile_fax', 'Fax'),
('no', 'mobile_app.mobile_features', 'Feautures'),
('no', 'mobile_app.mobile_firstname_colon', 'First name:'),
('no', 'mobile_app.mobile_go_to_store', 'Go To Store'),
('no', 'mobile_app.mobile_home', 'Home'),
('no', 'mobile_app.mobile_information', 'Information'),
('no', 'mobile_app.mobile_items', '%1 item(s)'),
('no', 'mobile_app.mobile_lastname_colon', 'Last name:'),
('no', 'mobile_app.mobile_list_is_empty', 'List is empty'),
('no', 'mobile_app.mobile_login', 'Login'),
('no', 'mobile_app.mobile_looking_for_ideas', 'Looking for ideas?'),
('no', 'mobile_app.mobile_my_profile', 'My Profile'),
('no', 'mobile_app.mobile_next', 'Next'),
('no', 'mobile_app.mobile_notice', 'Notice'),
('no', 'mobile_app.mobile_no_posts_found', 'No posts found'),
('no', 'mobile_app.mobile_no_products_in_this_section', 'There are no products in this section'),
('no', 'mobile_app.mobile_number_of_reviews', '%1 reviews'),
('no', 'mobile_app.mobile_number_products_found', 'Products found: %1'),
('no', 'mobile_app.mobile_ok', 'Ok'),
('no', 'mobile_app.mobile_order', 'Order'),
('no', 'mobile_app.mobile_orders', 'Orders'),
('no', 'mobile_app.mobile_order_details', 'Order Detail'),
('no', 'mobile_app.mobile_order_lowercase', 'order'),
('no', 'mobile_app.mobile_payment_method', 'Payment method'),
('no', 'mobile_app.mobile_payment_method_colon', 'Payment method:'),
('no', 'mobile_app.mobile_phone', 'Phone'),
('no', 'mobile_app.mobile_phone_colon', 'Phone:'),
('no', 'mobile_app.mobile_placed_on', 'Placed on'),
('no', 'mobile_app.mobile_place_order', 'Place order'),
('no', 'mobile_app.mobile_products', 'Products'),
('no', 'mobile_app.mobile_products_information', 'Products information'),
('no', 'mobile_app.mobile_product_added_to_cart', 'The product was added to your cart.'),
('no', 'mobile_app.mobile_product_added_to_wl', 'The product was added to your Wish list.'),
('no', 'mobile_app.mobile_product_in_wishlist', 'This product is already in the wish list.'),
('no', 'mobile_app.mobile_profile', 'Profile'),
('no', 'mobile_app.mobile_rating_is_mandatory', 'The rating field is mandatory.'),
('no', 'mobile_app.mobile_registration', 'Registration'),
('no', 'mobile_app.mobile_registration_complete', 'Registration complete.'),
('no', 'mobile_app.mobile_reviews_number', 'Reviews (%1)'),
('no', 'mobile_app.mobile_save', 'Save'),
('no', 'mobile_app.mobile_search', 'Search'),
('no', 'mobile_app.mobile_send_review', 'Send review'),
('no', 'mobile_app.mobile_share_product', 'Share product'),
('no', 'mobile_app.mobile_shipping', 'Shipping'),
('no', 'mobile_app.mobile_shipping_address', 'Shipping address'),
('no', 'mobile_app.mobile_shipping_cost_colon', 'Shipping cost:'),
('no', 'mobile_app.mobile_shipping_method_colon', 'Shipping method:'),
('no', 'mobile_app.mobile_show_all', 'Show all'),
('no', 'mobile_app.mobile_sign_in', 'Sign in'),
('no', 'mobile_app.mobile_sign_in_as_different', 'Sign in as a different user'),
('no', 'mobile_app.mobile_state_colon', 'State:'),
('no', 'mobile_app.mobile_subtotal_colon', 'Subtotal:'),
('no', 'mobile_app.mobile_success', 'Vellykket'),
('no', 'mobile_app.mobile_summary', 'Summary'),
('no', 'mobile_app.mobile_text_cart_empty', 'Your shopping cart is empty.'),
('no', 'mobile_app.mobile_text_cart_zero_inventory', 'Product has zero inventory and cannot be added to the cart.'),
('no', 'mobile_app.mobile_text_order_placed_successfully', 'Your order has been successfully placed.'),
('no', 'mobile_app.mobile_text_post_pended', 'Your post will be checked before it gets published.'),
('no', 'mobile_app.mobile_text_profile_is_updated', 'The profile data has been updated successfully.'),
('no', 'mobile_app.mobile_text_thank_you_for_post', 'Thank you for your post.'),
('no', 'mobile_app.mobile_there_are_no_features', 'There are no feautures.'),
('no', 'mobile_app.mobile_total', 'Total'),
('no', 'mobile_app.mobile_total_colon', 'Total:'),
('no', 'mobile_app.mobile_valid_thru_mm', 'Valid thru (mm)'),
('no', 'mobile_app.mobile_valid_thru_yy', 'Valid thru (yy)'),
('no', 'mobile_app.mobile_vendor', 'Vendor'),
('no', 'mobile_app.mobile_vendor_details', 'Vendor Detail'),
('no', 'mobile_app.mobile_vendor_info', 'Vendor Info'),
('no', 'mobile_app.mobile_vendor_products', 'Vendor products'),
('no', 'mobile_app.mobile_vertical_delimiter', '|'),
('no', 'mobile_app.mobile_view_all', 'View All'),
('no', 'mobile_app.mobile_view_details', 'View Detail'),
('no', 'mobile_app.mobile_website', 'Website'),
('no', 'mobile_app.mobile_wishlist', 'Wish List'),
('no', 'mobile_app.mobile_write_review', 'Write a Review'),
('no', 'mobile_app.mobile_wrong_password', 'Wrong password.'),
('no', 'mobile_app.mobile_your_message', 'Your message'),
('no', 'mobile_app.mobile_your_name', 'Your name'),
('no', 'mobile_app.m_app_icon', 'App ikon'),
('no', 'mobile_app.m_app_splash_landscape', 'Splash Screen (landskap)'),
('no', 'mobile_app.m_app_splash_portrait', 'Splash Screen (portrett)'),
('no', 'mobile_app.m_app_store_logo', 'Feature Graphic image'),
('no', 'mobile_app.preparing_android_images', 'Forbereder Android bilder'),
('no', 'mobile_app.preparing_archive', 'Forbereder arkiv'),
('no', 'mobile_app.preparing_config', 'Forbereder config'),
('no', 'mobile_app.preparing_ios_icons', 'Forbereder iOS ikoner'),
('no', 'mobile_app.preparing_ios_images', 'Forbereder iOS bilder'),
('no', 'mobile_app.privacypolicyurl', 'Privacy Policy URL'),
('no', 'mobile_app.pushnotifications', 'Push notifications'),
('no', 'mobile_app.section.category', 'Categories'),
('no', 'mobile_app.section.drawer', 'Drawer (sidebar menu)'),
('no', 'mobile_app.section.main', 'Main screen'),
('no', 'mobile_app.section.navbar', 'Navigation bar'),
('no', 'mobile_app.section.product_screen', 'Product screen'),
('no', 'mobile_app.services_config', 'Firebase config file (Android)'),
('no', 'mobile_app.settings.access_key', 'Tilgangsnøkkel:'),
('no', 'mobile_app.shopname', 'Butikknavn'),
('no', 'mobile_app.supportemail', 'Support email'),
('no', 'mobile_sticky_compare', 'ET - Mobile sticky compare'),
('no', 'mobile_sticky_home', 'ET - Mobile sticky home'),
('no', 'mobile_sticky_wishlist', 'ET - Mobile sticky wishlist'),
('no', 'modified_core_files_found', 'Noen av nettbutikkens kjernefiler har blitt endret. Dette kan bli et problem når du oppgraderer [product] da endringene i disse filene kan gå tapt.'),
('no', 'modifier', 'Modifikator'),
('no', 'modify_profile', 'Endre Profil'),
('no', 'modify_selected', 'Endre valgte'),
('no', 'month', 'Måned'),
('no', 'monthly', 'Månedlig'),
('no', 'months', 'måned(er)'),
('no', 'month_name_1', 'Januar'),
('no', 'month_name_10', 'Oktober'),
('no', 'month_name_11', 'November'),
('no', 'month_name_12', 'Desember'),
('no', 'month_name_2', 'Februar'),
('no', 'month_name_3', 'Mars'),
('no', 'month_name_4', 'April'),
('no', 'month_name_5', 'Mai'),
('no', 'month_name_6', 'Juni'),
('no', 'month_name_7', 'Juli'),
('no', 'month_name_8', 'August'),
('no', 'month_name_9', 'September'),
('no', 'month_name_abr_1', 'Jan'),
('no', 'month_name_abr_10', 'Okt'),
('no', 'month_name_abr_11', 'Nov'),
('no', 'month_name_abr_12', 'Des'),
('no', 'month_name_abr_2', 'Feb'),
('no', 'month_name_abr_3', 'Mars'),
('no', 'month_name_abr_4', 'April'),
('no', 'month_name_abr_5', 'Mai'),
('no', 'month_name_abr_6', 'Juni'),
('no', 'month_name_abr_7', 'Juli'),
('no', 'month_name_abr_8', 'Aug'),
('no', 'month_name_abr_9', 'Sept'),
('no', 'more', 'Mer'),
('no', 'more_info', 'Mer info'),
('no', 'more_languages', 'More languages'),
('no', 'more_link', '[mer]'),
('no', 'more_sign_in_options', 'Tilbake til flere innloggingsvalg'),
('no', 'more_subjects', 'Vilkårlige emner (en per linje)'),
('no', 'more_than', 'Mer enn'),
('no', 'more_w_ellipsis', 'Mer...'),
('no', 'most_popular', 'Mest populær'),
('no', 'most_popular_addons', 'Mest populære moduler'),
('no', 'mr', 'Herr'),
('no', 'ms', 'Frøken'),
('no', 'multiple', 'Flere'),
('no', 'multiple_checkboxes', 'Flere avkrysningsruter'),
('no', 'multiple_selectbox', 'Flere valgbokser'),
('no', 'multiple_selectbox_notice', '<p>For å merke flere elementer, hold nede CTRL-tasten og klikk på ønskede elementer.</p>'),
('no', 'multiupload', 'Multiopplasting'),
('no', 'mve.container_not_used', 'Denne containeren har for tiden standard konfigurasjon. Den ser ut akkurat som butikk eieren har konfigurert den. Forhandlere kan bruke tilpasset konfigurasjon for å endre blokkene i denne containeren.'),
('no', 'mve_plus_license', '[product] Plus'),
('no', 'mve_ultimate_license', '[product] Ultimate'),
('no', 'mve_ultimate_license_required', '[product] Ultimate is required for this'),
('no', 'mve_ultimate_or_plus_license_required', 'This action requires [product] Ultimate or [product] Plus'),
('no', 'my_account', 'Min konto'),
('no', 'my_account_links', 'Min konto linker'),
('no', 'my_account_links_advanced', 'Min konto avansert'),
('no', 'my_cards', 'Meus Cartões'),
('no', 'my_cart', 'My cart'),
('no', 'my_payments', 'Cartões salvos'),
('no', 'my_points', 'Mine poeng'),
('no', 'na', 'Ikke tilgjengelig'),
('no', 'name', 'Navn'),
('no', 'navigation', 'Navigasjon'),
('no', 'navi_pages', 'Sider'),
('no', 'need_company_id', 'Firma ID er påkrevd (the company_id param)'),
('no', 'need_product_name', 'Du må spesifisere produktnavn'),
('no', 'need_snippet_name', 'Du må angi et gyldig tekstbit navn'),
('no', 'neighbours', 'Naboer'),
('no', 'never', 'Aldri'),
('no', 'new', 'Ny'),
('no', 'newest', 'Nyeste'),
('no', 'newsletter', 'Nyhetsbrev'),
('no', 'newsletters', 'Nyhetsbrev'),
('no', 'newsletters.agreement_text_full_subscribe_to_newsletters', '<p>Når du registrerer deg for et bestemt nyhetsbrev, legger vi ([company]) din e-postadresse til en tilsvarende postliste. Mens det er der, vet vi at vi kan kontakte deg via e-post om det aktuelle emnet. </p> <p> Du kan alltid få e-postadressen din fjernet fra våre adresselister. Det er flere måter å gjøre det på: </p> <ul> <li> Når kontoen din er registrert, kan du bare logge deg på og endre abonnement på nyhetsbrev i dine profilinnstillinger. </li> <li> Bruk koblingen \"Unsubscribe\" i nyhetsbrev du mottar </li> <li> Send en epost til [email]. </li> </ul> <p> Vi kan bruke en e-posttjeneste fra tredjepart (MailChimp og / eller Mad Mimi) nyhetsbrev. Noen av våre ansatte kan se adresselister med e-postadresser. På den måten vil de kunne fjerne e-postadressen din fra adresselisten, hvis du ber oss om å gjøre det. </p> <p> Vær oppmerksom på at adresselister er uavhengige av hverandre. Hvis du bestemmer deg for ikke å motta nyhetsbrev i det hele tatt, må du melde deg fra alle e-postlister. Selv om du gjør det, vil du fortsatt motta e-post (for eksempel ordre statusvarsler, e-postmeldinger for tilbakestilling av e-post og mer). Dette er viktig for å operere en nettbutikk. </p> <p> Hvis du bestemmer deg for at du ikke lenger vil bruke butikken, og ønsker å få dine personlige data fjernet fra vår database (eller hvis du ønsker å få alle personlige data knyttet til kontoen din som vi har), vennligst send en epost til [email]. </p> <p> Hvis du mener at dine personopplysninger er misbrukt, har du rett til å sende inn en klage til et tilsynsorgan autoritet. Vi er forpliktet av EUs generelle databeskyttelsesforskrift å gi deg beskjed om denne rettigheten. Vi har ikke tenkt å misbruke dataene dine. </p>'),
('no', 'newsletters.agreement_text_short_subscribe_to_newsletters', 'Jeg godtar at mine personlige data <u> behandles som følger </u>, og jeg vil abonnere på følgende nyhetsbrev:'),
('no', 'newsletters.new_subscribers', 'Nye abonnenter'),
('no', 'newsletters.subscribe_to_newsletters', 'Nyhetsbrev: Abonner på nyhetsbrev'),
('no', 'newsletters_menu_description', 'Lag og send nyhetsbrev til dine kunder.'),
('no', 'newsletter_autoresponder', 'Nyhetsbrev autosvarer'),
('no', 'newsletter_autoresponders', 'Nyhetsbrev autosvarere'),
('no', 'newsletter_template', 'Nyhetsbrev mal'),
('no', 'newsletter_templates', 'Nyhetsbrev maler'),
('no', 'news_plain', 'Enkel'),
('no', 'new_administrator_account_created', 'Ny administrator konto har blitt opprettet.'),
('no', 'new_administrator_password', 'Nytt administrator passord'),
('no', 'new_attachment', 'Nytt vedlegg'),
('no', 'new_campaign', 'Ny kampanje'),
('no', 'new_category', 'Ny kategori'),
('no', 'new_certificate', 'Nytt sertifikat'),
('no', 'new_chart', 'Nytt diagram'),
('no', 'new_combination', 'Legg til ny kombinasjon'),
('no', 'new_credit_card', 'Nytt kredittkort'),
('no', 'new_currency', 'Ny valuta'),
('no', 'new_customer', 'Ny kunde'),
('no', 'new_domains', 'Nye domener'),
('no', 'new_emails', 'Nye e-post-adresser'),
('no', 'new_feature', 'Legg til ny funksjon'),
('no', 'new_file', 'Ny fil'),
('no', 'new_filter', 'Nytt filter'),
('no', 'new_folder', 'Ny mappe'),
('no', 'new_form', 'Nytt skjema'),
('no', 'new_group', 'Ny gruppe'),
('no', 'new_invoice_langvar_upgrade_notification_message', '<p>En ny språkvariabel som heter <b>invoice_heading</b> er lagt til. Du kan bruke den til å endre tittelen på dine fakturaer etter eget ønske uten å endre ordet \"Faktura\" i andre deler av butikken. Verdiene for <b>invoice_heading</b> er kopiert fra verdiene til <b>invoice</b> språkvariabelen.</p><p>Vær oppmerksom på om språkvariabelen vises i fakturaene avhenger av <a href=\"http://docs.cs-cart.com/latest/user_guide/look_and_feel/documents/enable_document_editor.html\">om du bruker e-post-malen og dokument redigereren</a>:</p><ul><li>Hvis du bruker redigereren, må du legge til den nye språkvariabelen til fakturaen manuelt.</li><li>Hvis du bruker den gamle måten å redigere dokumenter på (via TPL filer), så er den nye språkvariabelen allerede inkludert i standard TPL-filene.</li></ul>'),
('no', 'new_invoice_langvar_upgrade_notification_title', 'Nye språk variabel for faktura overskriften'),
('no', 'new_ips', 'Nye IP-er'),
('no', 'new_items', 'New items'),
('no', 'new_language', 'Nytt språk'),
('no', 'new_language_variable', 'Ny språkvariabel'),
('no', 'new_layout', 'Ny layout'),
('no', 'new_link', 'Ny link'),
('no', 'new_localization', 'Ny lokalisering'),
('no', 'new_location', 'Ny beliggenhet'),
('no', 'new_mailing_lists', 'Ny e-post-liste'),
('no', 'new_menu', 'Ny meny'),
('no', 'new_option', 'Nytt alternativ'),
('no', 'new_page', 'Ny side'),
('no', 'new_payments', 'Legg til ny betalingsmåte'),
('no', 'new_payout', 'Legg til ny utbetaling'),
('no', 'new_poll', 'Ny spørreundersøkelse'),
('no', 'new_post', 'Nytt innlegg'),
('no', 'new_product', 'Nytt produkt'),
('no', 'new_profile', 'Ny profil'),
('no', 'new_profile_field', 'Nytt profilfelt'),
('no', 'new_profile_notification', 'Ny profil notifikasjon'),
('no', 'new_promotion', 'Ny kampanje'),
('no', 'new_question', 'Nytt spørsmål'),
('no', 'new_rate_area', 'New rate area'),
('no', 'new_reason', 'Legg til ny begrunnelse'),
('no', 'new_report', 'Ny rapport'),
('no', 'new_rule', 'Ny regel'),
('no', 'new_saved_search', 'Nytt lagret søk'),
('no', 'new_section', 'Ny seksjon'),
('no', 'new_setting_value', 'Ny verdi'),
('no', 'new_shipment', 'Ny forsendelse'),
('no', 'new_shipment_was_created', 'Ny forsendelse ble opprettet'),
('no', 'new_shipping_method', 'Ny fraktmetode'),
('no', 'new_site_map_section', 'Legg til ny seksjon i sidekart'),
('no', 'new_states', 'Legg til nye stater for det valgte landet'),
('no', 'new_status', 'Ny status'),
('no', 'new_store_location', 'Ny butikk beliggenhet'),
('no', 'new_subscribers', 'Nye abonnenter'),
('no', 'new_tab', 'Ny fane'),
('no', 'new_tax', 'Ny moms'),
('no', 'new_text_ultimate_license_required', 'A special edition of [product] that offers an unlimited number of storefronts. If you switch to <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see the message about the storefront limit again.'),
('no', 'new_usergroups', 'Ny brukergruppe(r)'),
('no', 'new_user_profile', 'Ny brukerprofil'),
('no', 'new_vendor', 'Ny forhandler'),
('no', 'new_version', 'Ny versjon'),
('no', 'new_withdrawal', 'Nytt uttak'),
('no', 'new_zealand', 'New Zealand'),
('no', 'next', 'Neste'),
('no', 'next_step', 'Neste trinn'),
('no', 'ne_add_subscribers_from_users', 'Legg til abonnenter fra listen over brukere'),
('no', 'ne_warning_subscr_email_exists', '<b>[email]</b> er allerede i listen av abonnenter'),
('no', 'no', 'Nei'),
('no', 'nocombination', 'Dessverre er denne kombinasjonen ikke tilgjengelig'),
('no', 'none', 'Ingen'),
('no', 'non_writable_directories', 'Følgende kataloger ikke har skrivetillatelse'),
('no', 'normal', 'Normal'),
('no', 'norway', 'Norge'),
('no', 'norwegian', 'Norsk'),
('no', 'note', 'Notat'),
('no', 'notes', 'Notater'),
('no', 'notice', 'Melding'),
('no', 'notice_too_many_decimals', 'Du har angitt [DECIMALS] desimaler for [CURRENCY]. Maksimalt støttede antall desimaler er 2. Ytterligere verdier vil bli vist som nuller.'),
('no', 'notice_undeliverable_products_removed', 'ikke-leverbare produkter har blitt fjernet fra handlevognen. Du kan fortsette med kjøpet.'),
('no', 'notice_update_customer_details', 'Kunden oppdaterte e-post-adressen i profilen. Merk av i boksen for å oppdatere ordrens detaljer:'),
('no', 'notification.upgrade_available.message', 'A new version of [product] is available. If you want to upgrade to the latest version now, click here.'),
('no', 'notification.upgrade_available.title', 'Upgrade available'),
('no', 'notifications', 'Notifications'),
('no', 'notifications_center.notifications', 'Notifications'),
('no', 'notifications_center.no_notifications', 'No notifications'),
('no', 'notifications_center.section.administration', 'Administration'),
('no', 'notifications_center.section.all', 'All'),
('no', 'notifications_center.section.communication', 'Communication'),
('no', 'notifications_center.section.other', 'Other'),
('no', 'notifications_center.section.products', 'Products'),
('no', 'notifications_center.tag.administration.license', 'Licence'),
('no', 'notifications_center.tag.administration.update', 'Update'),
('no', 'notifications_center.tag.messages', 'Messages'),
('no', 'notifications_center.tag.other', 'Other'),
('no', 'notification_template.tab.email', 'Email'),
('no', 'notification_template.tab.internal', 'On-site'),
('no', 'notify_customer', 'Varsle kunde'),
('no', 'notify_orders_department', 'Varsle ordreavdeling'),
('no', 'notify_supplier', 'Varsle leverandør'),
('no', 'notify_user', 'Varsle bruker'),
('no', 'notify_vendor', 'Varsle forhandler'),
('no', 'notify_vendors_by_email', 'Varsle forhandlere via e-post'),
('no', 'notify_vendor_by_email', 'Varsle forhandler via e-post'),
('no', 'notify_when_back_in_stock', 'Varsle meg når dette produktet er tilbake på lager'),
('no', 'not_active', 'Ikke aktiv'),
('no', 'not_active_file_notice', 'Denne filen vil være tilgjengelig for nedlasting kun etter at administratoren godkjenner den'),
('no', 'not_approved', 'Ikke godkjent'),
('no', 'not_a_member', 'Ikke et medlem'),
('no', 'not_checked', 'Ikke merket'),
('no', 'not_installed', 'Ikke installert'),
('no', 'not_scroll_automatically', 'Ikke rull automatisk'),
('no', 'no_active_storefronts', 'No active storefronts'),
('no', 'no_autoresponder', 'Ingen autosvarer'),
('no', 'no_categories_available', 'Ingen kategorier tilgjengelig'),
('no', 'no_data', 'Ingen data funnet'),
('no', 'no_data_found', 'Ingen data funnet som tilfredsstiller disse diagramvilkårene'),
('no', 'no_files', 'Ingen filer'),
('no', 'no_hidden_elements_second_level_view', 'AB: Number of visible elements of the 2-level menu'),
('no', 'no_hidden_elements_second_level_view.tooltip', 'This setting limits the number of third-level menu items, displayed in the menu structure. The remaining elements of the third level will be displayed when clicking on the <b>More</b> link'),
('no', 'no_image', 'Ingen bilde'),
('no', 'no_items', 'Ingen elementer definert'),
('no', 'no_items_found', 'Ingen elementer funnet som passer med søkekriteriene'),
('no', 'no_manager_assigned', 'No manager assigned'),
('no', 'no_menus', 'Ingen menyer'),
('no', 'no_modified_core_files_found', 'Finner ingen endrede kjernefiler'),
('no', 'no_posts_found', 'Ingen innlegg funnet'),
('no', 'no_products_for_shipment', 'Det er ingen produkter for forsendelse'),
('no', 'no_products_selected', 'Ingen produkter valgt'),
('no', 'no_rates_for_empty_cart', '<p class=\"error-text\" align=\"center\">Handlevognen er tom og fraktkostnader kan ikke anslås</p>'),
('no', 'no_rates_for_empty_cart_warning', 'Din handlevogn er tom og fraktprisen kan ikke estimeres'),
('no', 'no_return_requests_found', 'Ingen returforespørsler funnet'),
('no', 'no_shipping_required', 'Ingen forsendelse nødvendig');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('no', 'no_such_coupon', 'Den angitte koden kan ikke brukes, fordi den ikke oppfyller kravene.'),
('no', 'no_template', 'Ingen mal'),
('no', 'no_themes_available', 'Ingen maler tilgjengelig'),
('no', 'no_users_found', 'Ingen brukere funnet'),
('no', 'number', 'Nummer'),
('no', 'number_of_columns', 'Antall kolonner i objektlisten'),
('no', 'n_banners', '[n] banner|[n] banners'),
('no', 'n_categories', '[n] category|[n] categories'),
('no', 'n_days', '[n] dag|[n] dager'),
('no', 'n_filters', '[n] filter|[n] filters'),
('no', 'n_pages', '[n] page|[n] pages'),
('no', 'n_polls', '[n] poll|[n] polls'),
('no', 'n_posts', '[n] post|[n] posts'),
('no', 'n_products', '[n] product|[n] products'),
('no', 'n_profile_fields', '[n] profile field|[n] profile fields'),
('no', 'n_tags', '[n] tag|[n] tags'),
('no', 'n_vendors', '[n] vendor|[n] vendors'),
('no', 'object', 'Objekt'),
('no', 'objects_per_page', '[n] per side'),
('no', 'object_does_not_exist', 'Objektet finnes ikke'),
('no', 'object_exists', 'Objekt med samme navn finnes allerede. Vil du overskrive den?'),
('no', 'object_not_found', '[object] ble ikke funnet'),
('no', 'of', 'av'),
('no', 'off', 'Av'),
('no', 'offline', 'Frakoblet'),
('no', 'offset', 'Offset'),
('no', 'ogone.sha_in', 'SHA-IN passfrase'),
('no', 'ogone_direct.config_info', 'Skriv inn SHA-IN passfrasen både her og på Ingenico adminpanelet.<br><br>For nye Ingenico kontoer opprettet etter 11. mai 2010, er den nye SHA-politikken automatisk aktiv.<br/>Vennligst ikke glem å velge merk av i \"Bruk ny SHA signatur policy\" sjekkboksen.'),
('no', 'ogone_web.config_info', 'Please set the following URL in the Technical Information section on the Ingenico administation panel as the <b>URL of the merchant\'s post-payment page</b> for all cases (\"accepted\", \"on hold\", \"uncertain\", \"canceled by the client\", \"too many rejections by the acquirer\"): <code>[r_url]</code><br>Select \"Always deferred (not immediately after the payment)\" for the <b>Timing of the request</b>.<br>Enter SHA-IN and SHA-OUT pass phrases both here and on the Ingenico administation panel.'),
('no', 'ogone_web.sha_out', 'SHA-OUT passfrase'),
('no', 'ok', 'OK'),
('no', 'old_price', 'Gammel pris'),
('no', 'on', 'på'),
('no', 'onboarding_adicionar_socio_extra', 'Adicionar Sócio Extra'),
('no', 'onboarding_bairro', 'Bairro'),
('no', 'onboarding_cadastro_do_cliente', 'Cadastro do cliente'),
('no', 'onboarding_celular', 'Celular'),
('no', 'onboarding_cnpj', 'CNPJ'),
('no', 'onboarding_complemento', 'Complemento'),
('no', 'onboarding_confirmar_senha', 'Confirmar Senha'),
('no', 'onboarding_continuar', 'Continuar'),
('no', 'onboarding_cpf', 'CPF'),
('no', 'onboarding_identificacao_empresarial', 'Identificação empresarial'),
('no', 'onboarding_informacao_pessoal', 'Informação Pessoal'),
('no', 'onboarding_inscricao_estadual', 'Inscrição Estadual'),
('no', 'onboarding_inscricao_municipal', 'Inscrição Municipal'),
('no', 'onboarding_municipio', 'Município'),
('no', 'onboarding_nome_completo', 'Nome Completo'),
('no', 'onboarding_nome_completo_do_titular', 'Nome Completo do Titular'),
('no', 'onboarding_nome_da_loja', 'Nome da loja'),
('no', 'onboarding_nome_da_mae', 'Nome da Mãe'),
('no', 'onboarding_nome_fantasia', 'Nome Fantasia'),
('no', 'onboarding_pf_titulo', 'Cadastro Pessoa Física (CPF)'),
('no', 'onboarding_pj_titulo', 'Cadastro Empresarial (CNPJ)'),
('no', 'onboarding_previous', 'Previous'),
('no', 'onboarding_razao_social', 'Razão Social'),
('no', 'onboarding_responsavel_da_conta', 'Responsável da Conta'),
('no', 'onboarding_rg', 'RG'),
('no', 'onboarding_rua', 'Rua'),
('no', 'onboarding_socios', 'Sócios'),
('no', 'onboarding_telefone_fixo', 'Telefone Fixo'),
('no', 'onboarding_termos_e_condicoes', 'Termos e Condições'),
('no', 'onboarding_texto_de_introducao_loja_empresarial', 'Texto de introdução'),
('no', 'onboarding_texto_de_introducao_loja_pessoal', 'Texto de introdução'),
('no', 'onboarding_titulo_de_selecao_de_conta', 'PARTIU SE CADASTRAR E VENDER MUITO ?'),
('no', 'onboarding_validacao_de_dados', 'Validação de dados'),
('no', 'onboarding_validacao_de_dados_descricao', 'Validação utilizada para que ninguém possa criar uma conta utilizando seus dados'),
('no', 'onboarding_validar', 'Validar'),
('no', 'onboarding_validar_email', 'Validar e-mail'),
('no', 'onboarding_validar_email_descricao', 'Ele será utilizado para recuperar a sua conta.'),
('no', 'onboarding_validar_telefone', 'Validar telefone'),
('no', 'onboarding_validar_telefone_descricao', 'Ele será utilizado para recuperar a sua conta caso você perca o acesso ao seu email.'),
('no', 'once_per_customer', 'En gang per kunde'),
('no', 'onclick_dropdown', 'Rullgardinmeny klikkbar'),
('no', 'one_click_template_title', 'Selecione o cartão'),
('no', 'online_only', 'Kun online'),
('no', 'on_backorder', 'På restordre'),
('no', 'on_off', 'På/Av'),
('no', 'on_sale', 'Tilbud'),
('no', 'on_site_layout_editing', 'Editing layout page: [page]'),
('no', 'on_site_live_editing', 'På-siden live redigering'),
('no', 'on_site_template_editing', 'På-siden malredigering'),
('no', 'open', 'Åpne'),
('no', 'open_action', 'Åpne'),
('no', 'open_file_or_create_new', 'Åpne en fil eller opprett en ny for å komme i gang.'),
('no', 'open_hours', 'Open hours'),
('no', 'open_in_new_window', 'Åpne i nytt vindu'),
('no', 'open_selected_storefronts', 'Open selected'),
('no', 'open_store', 'Åpne butikkforside'),
('no', 'optimize_database', 'Optimaliser database'),
('no', 'optimizing_table', 'Optimaliserer tabell'),
('no', 'options', 'Alternativer'),
('no', 'options_for', 'Alternativer for'),
('no', 'options_have_been_applied_to_products', 'Alternativer har blitt påført utvalgte produkter'),
('no', 'options_menu_description', 'Administrer globale produktalternativer og produktvarianter i nettbutikken din.'),
('no', 'options_settings', 'Innstillinger for alternativer'),
('no', 'options_type', 'Type alternativer'),
('no', 'option_combinations', 'Alternativkombinasjoner'),
('no', 'option_exceptions', 'Unntak for alternativer'),
('no', 'option_name', 'Alternativ navn'),
('no', 'option_unlinked', 'Globalt alternativ \"[option_name]\" har blitt deaktivert for produktet'),
('no', 'option_variants', 'Alternativ varianter'),
('no', 'opt_currency_name', 'Vis valuta titler'),
('no', 'opt_currency_symbol', 'Bruk valutasymboler i stedet for titler'),
('no', 'opt_language_icon', 'Bruk språk-ikoner istedet for navn'),
('no', 'opt_language_name', 'Vis språk-navn'),
('no', 'or', 'eller'),
('no', 'order', 'Ordre'),
('no', 'ordered_products', 'Bestilte produkter'),
('no', 'orders', 'Ordre'),
('no', 'orders_not_allow_to_change_company', 'Firmaet har ikke blitt endret. Det er ikke tillatt å endre firmaet når du redigerer en ordre.'),
('no', 'orders_no_items', 'Bruk \"Legg til produkter\" knappen over for å legge til produkter i ordren.'),
('no', 'order_by_status', 'Ordre etter status'),
('no', 'order_date', 'Bestillingsdato'),
('no', 'order_details', 'Ordredetaljer'),
('no', 'order_discount', 'Ordrerabatt'),
('no', 'order_id', 'Ordre ID'),
('no', 'order_info', 'Ordreinformasjon'),
('no', 'order_items', 'Ordreelementer'),
('no', 'order_landing_page', 'Ordre landingsside'),
('no', 'order_management', 'Ordreadministrasjon'),
('no', 'order_placed', 'Ordre plassert'),
('no', 'order_prefix', 'Ordreprefiks'),
('no', 'order_returns', 'Ordre retur'),
('no', 'order_search', 'Søk ordre'),
('no', 'order_status', 'Ordrestatus'),
('no', 'order_statuses', 'Ordrestatuser'),
('no', 'order_statuses_menu_description', 'Legg til ny eller rediger eksisterende ordrestatuser.'),
('no', 'order_total', 'Ordre Totalt'),
('no', 'order_total_not_correct', 'Det betalte beløpet samsvarer ikke med ordrens totalsum'),
('no', 'order_total_will_changed', 'Ordre total vil bli endret av'),
('no', 'order_was_not_placed', 'Ordre ble ikke plassert'),
('no', 'original', 'Original'),
('no', 'origination', 'Opprinnelse'),
('no', 'or_saved_search', 'eller et element fra det lagrede søket'),
('no', 'or_use', 'Eller bruk'),
('no', 'others', 'Andre'),
('no', 'other_addons', 'Andre moduler'),
('no', 'other_notification', 'Other'),
('no', 'our_brands', 'Våre merker'),
('no', 'output', 'Utdata'),
('no', 'outside_navigation', 'Utenfor navigasjon'),
('no', 'out_of_stock_actions', 'Utsolgt fra lager handlinger'),
('no', 'out_of_stock_products', 'Utsolgt fra lager'),
('no', 'override_by_dispatch', 'Overstyr beliggenhet ved utsending'),
('no', 'override_by_this', 'Bruk dette innholdet for alle blokk forekomster'),
('no', 'override_exchange_rate', 'Overstyr valutakurs'),
('no', 'override_gc_points', 'Overstyr global/kategori poengverdi for dette produktet'),
('no', 'override_gc_points_brief', 'Overstyrer globale/kategori poeng'),
('no', 'override_g_points', 'Overstyr global poengverdi for alle produkter i denne kategorien'),
('no', 'override_per', 'Overstyr global PER'),
('no', 'override_points', 'Overstyr poeng'),
('no', 'override_product_data', 'Påfør verdier til alle utvalgte produkter'),
('no', 'overwrite', 'Overskriv'),
('no', 'overwrite_selected_settings', 'Overskriv valgte innstillinger'),
('no', 'owner', 'Eier'),
('no', 'p21agree', 'Vennligst skriv \"ENIG\" eller \"UENIG\" i boksen'),
('no', 'p21agree_tooltip', 'Ved å skrive ENIG i boksen under jeg gir min signatur som fullmakt til Payment21&reg; til å elektronisk belaste min konto for beløpet jeg har skrevet. Jeg godtar også å tillate grossisten, hvis min eCheck betaling er vanæret eller returnert eller av en annen grunn, til å elektronisk belaste kontoen min for mengden av eCheck betaling pluss et NSF gebyr for ikke å overskride statens maksimale lovlige grense. Jeg vil skrive ut eller lagre denne siden i mitt arkiv. Jeg kan ringe 1-888-770-0850 for 24/7 support med spørsmål angående denne betalingstransaksjon.'),
('no', 'package', 'Pakke'),
('no', 'packages', 'Pakker'),
('no', 'package_type', 'Pakketype'),
('no', 'packing_slip', 'Pakkseddel'),
('no', 'packing_slip_for_order', 'Pakkeseddel for ordre'),
('no', 'page', 'Side'),
('no', 'pages', 'Sider'),
('no', 'pages_menu_description', 'Opprett og publiser infosider, skjemaer og lenker.'),
('no', 'page_cloned', 'Siden <b>[page]</b> har blitt klonet. Du kan nå redigere den nye siden'),
('no', 'page_id', 'Side ID'),
('no', 'page_link', 'Side URL'),
('no', 'page_name', 'Sidenavn'),
('no', 'page_not_found', 'Finner ikke siden'),
('no', 'page_not_found_text', 'Siden du har bedt om finnes ikke.'),
('no', 'page_target_url', 'Mål URL'),
('no', 'page_title', 'Sidetittel'),
('no', 'page_url', 'Side URL'),
('no', 'pagination_range', '<span>[pagination.range_from]</span>–<span>[pagination.range_to]</span>&nbsp;of&nbsp;[pagination.total_items]'),
('no', 'paid_amount', 'Betalt beløp'),
('no', 'pair_type', 'Par type'),
('no', 'param', 'Parameter'),
('no', 'parameter', 'Objekt å analysere'),
('no', 'parameter_name', 'Parameternavn'),
('no', 'parent_category', 'Overordnet kategori'),
('no', 'parent_category_id', 'Overordnet kategori'),
('no', 'parent_item', 'Overordnet element'),
('no', 'parent_page', 'Overordnet side'),
('no', 'parent_page_id', 'Overordnet side'),
('no', 'partiuhub_continuar_compras', 'Continuar compras'),
('no', 'partiuhub_numero_do_pedido', 'Numero do pedido - '),
('no', 'partiuhub_planos_vendedores.vendor_groups', 'Grupos dos vendedores'),
('no', 'partiuhub_status_rastreamento_1', 'O vendedor já postou o seu produto!'),
('no', 'partiuhub_status_rastreamento_2', 'Olha que legal, o seu produto ja esta em transito!'),
('no', 'partiuhub_status_rastreamento_3', 'O seu produto ja PARTIU para o seu endereço!'),
('no', 'partiuhub_status_rastreamento_4', 'Chegou! PARTIU aproveitar!!!! '),
('no', 'partiuhub_tente_novamente', 'Tente novamente mais tarde!'),
('no', 'partner', 'Partner'),
('no', 'passphrase', 'Pass-frase'),
('no', 'passport_number', 'Passnummer'),
('no', 'password', 'Passord'),
('no', 'path_to_files', 'Full sti til \"atos\" filene'),
('no', 'pause_delay', 'Pause forsinkelse (i sekunder)'),
('no', 'payflowcolor', 'Payflow farge'),
('no', 'payment', 'Betaling'),
('no', 'payments', 'Betalinger'),
('no', 'payments.cresecure.location_notice', '<b>Merk:</b><br>1. Denne betalingen krever at https utsjekkingsalternativet er slått på!<br>2. Som standard er utsjekkingsbeliggenhet vist til en bruker på betalingssiden. For å vise en annen beliggenhet, opprett en ny beliggenhet med \'checkout.cresecure_template\' i <a href=\"[url]\" target=\"_blank\">Layout-redigereren</a>.'),
('no', 'payments.epdq.bgcolor', 'Bakgrunnsfarge'),
('no', 'payments.epdq.btn_bgcolor', 'Knapp bakgrunnsfarge'),
('no', 'payments.epdq.btn_textcolor', 'Knapp tekst farge'),
('no', 'payments.epdq.font_type', 'Font type'),
('no', 'payments.epdq.hash_error', 'Beklager, men hash-strengen stemmer ikke'),
('no', 'payments.epdq.instructions', '<ol><li><p>Skriv inn følgende URL i \"Technical information\"→\"Transaction feedback\" seksjonen i ePDQ admin området:</p><p>for \"accepted\" og \"cancelled\" betalinger: [url]</p></li><li>Sørg for at \"Timing of the request\" er satt til \"Always online\", og \"Request method\" er watt til \"POST\"</li><li>Definer \"SHA-OUT pass phrase\" verdien i ePDQ admin området som du ønsker, dupliser der så til \"SHA-IN pass phrase\" felted i \"Data and origin verification\" seksjonen, og også i \"Pass-phrase\" felted under</li><li>Sørg for at \"Default operation code\" valet i ePDQ admin området had same verdure som \"Transaction type\" valg verdien under</li><li>Sett \"Hash algorithm\" parameteret til \"SHA-1\" i \"Global security parameters\" seksjonen i ePDQ admin området</li></ol>'),
('no', 'payments.epdq.pspid', 'EPDQ pspid'),
('no', 'payments.epdq.tbl_bgcolor', 'Tabell bakgrunnsfarge'),
('no', 'payments.epdq.tbl_textcolor', 'Tabell tekstfarge'),
('no', 'payments.epdq.textcolor', 'Tekstfarge'),
('no', 'payments.epdq.title', 'Tittel'),
('no', 'payments.eway_rapidapi_rsp.header_text', 'Overskrifts tekst'),
('no', 'payments.globalpayments.connector_error', 'Your Global Payments account has been suspended. Contact Global Payments support for further information.'),
('no', 'payments.globalpayments.globalpayments_error', 'Error with Global Payments systems'),
('no', 'payments.globalpayments.referring_ip', 'Please supply the IP address of your server to your Global Payments account manager'),
('no', 'payments.globalpayments.referring_url', 'Please supply this URL to your Global Payments account manager'),
('no', 'payments.globalpayments.text_status_map', 'Global Payments to [product] order status conversion map'),
('no', 'payments.layout_a', 'Layout A'),
('no', 'payments.layout_b', 'Layout B'),
('no', 'payments.layout_c', 'Layout C'),
('no', 'payments.paypal_adv_layout', 'Layout'),
('no', 'payments.qbms.app_token', 'App Token'),
('no', 'payments.qbms.configuration_required', '<p>Fyll ut feltene under og lagre så endringene:<br>- App Token<br>- OAuth Consumer Key<br> - OAuth Consumer Secret</p><p>Klikk på \"Connect to QuickBooks\" knappen som vises i stedet for denne meldingen for å fullføre betalings-konfigurasjonen.</p>'),
('no', 'payments.qbms.configure_payment_method', '<p>How to configure the payment method:</p><p>1. <a target=\"_blank\" href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/authentication-and-authorization/oauth-2.0#obtain-oauth2-credentials-for-your-app\">Obtain OAuth 2.0 credentials</a> from QuickBooks Online application and copy them to the payment method settings in [product].</p><p>2. Click \"Create\", then open the settings of this payment method again to finish its configuration.</p>'),
('no', 'payments.qbms.oauth_client_id', 'OAuth Client Id'),
('no', 'payments.qbms.oauth_client_secret', 'OAuth Client Secret'),
('no', 'payments.qbms.oauth_consumer_key', 'OAuth Consumer Key'),
('no', 'payments.qbms.oauth_consumer_secret', 'OAuth Consumer Secret'),
('no', 'payments.qbms.quickbooks_connection', 'QuickBooks-tilkobling'),
('no', 'payments.qbms.renew_token', 'Klikk på \"Connect to QuickBooks\" for å fornye tokenet.'),
('no', 'payments.qbms.tip_fill_redirect', '<p>- In the QuickBooks application, copy the following value into the Redirect URI field:</p><p>[url]</p><p>- Click the \"Connect to QuickBooks\" button.</p>'),
('no', 'payments.qbms.token_expired', 'Tokenet er utløpt.'),
('no', 'payments.qbms.token_expires', 'Din token utløper den <b>[date]</b> klokken <b>[time]</b>.'),
('no', 'payments.qbms.upgrade_notification_text', '<p>Den siste versjonen av [product] har ulike innstillinger for betalingsmetoder hvis du bruker QB Merchant Service som prosessor.</p><p>Hvis du ønsker å bruke betalingsmetodene, gjør dette:</p><ul><li>gå til Administrasjon > Betalingsmåter</li><li>velg betalingsmåten som bruker QB Merchant Service som prosessor</li><li>bytt til konfigurer-fanen</li><li>legg inn riktig App Token, OAuth Consumer Key og OAuth Consumer Secret</li><li>utfør tilkobling til QuickBooks</li></ul>'),
('no', 'payments.qbms.upgrade_notification_title', 'QB Merchant Service payment processor changes'),
('no', 'payments.qbms.upgrade_oauth20_notification_text', '<p>Online stores now connect to QuickBooks Merchant Services differently. Your payment methods that use QB Merchant Services as a processor need to be reconfigured, or else they will no longer work. To make them work:</p><p>1. Switch your Quickbooks app to OAuth 2.0.</p><p>2. Copy <i>OAuth Client ID</i> and <i>OAuth Client Secret</i> from the app to the payment method settings in [product].</p><p>3. Change the status of the payment method to <i>Active</i></p><p>4. Save your changes and use the <i>Connect to QuickBooks</i> button to finish payment configuration.</p><p><a href=\"[payments_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">View my payment methods</a></p>'),
('no', 'payments.qbms.upgrade_oauth20_notification_title', 'Payment methods: Change QB Merchant Services settings'),
('no', 'payments.realex.3d_secure_message', '3-D Secure melding'),
('no', 'payments.realex.auto_settled', 'Auto-oppgjort'),
('no', 'payments.realex.avs.matched', 'Stemmer overens'),
('no', 'payments.realex.avs.not_matched', 'Stemmer ikke overens'),
('no', 'payments.realex.avs.partial_match', 'Passer delvis overens'),
('no', 'payments.realex.avs.problem_with_check', 'Problem med kontroll'),
('no', 'payments.realex.avs.unable_to_check', 'Kan ikke kontrollere'),
('no', 'payments.realex.avs_address', 'AVS Adresse'),
('no', 'payments.realex.avs_postcode', 'AVS Postkode'),
('no', 'payments.realex.bank_error', 'Feil med bank systemer'),
('no', 'payments.realex.card_lost_or_stolen', 'Kort rapportert mistet eller stjålet'),
('no', 'payments.realex.cavv', 'CAVV'),
('no', 'payments.realex.connector_error', 'Din Realex konto har blitt suspendert. Kontakt Realex support for mer informasjon.'),
('no', 'payments.realex.delayed_settlement', 'Forsinket oppgjør'),
('no', 'payments.realex.eci', 'ECI'),
('no', 'payments.realex.incorrect_request', 'Feil i XML meldingsformat eller innhold'),
('no', 'payments.realex.incorrect_valid_trhu', 'Uriktige verdier i \'Gyldighets\' feltene.'),
('no', 'payments.realex.liability_shift', 'Liability Shift'),
('no', 'payments.realex.liability_shift_required', 'Liability Shift required'),
('no', 'payments.realex.realex_error', 'Feil med Realex systemer'),
('no', 'payments.realex.referring_ip', 'Vennligst oppgi IP-adressen til din server til din Realex kundekontakt'),
('no', 'payments.realex.referring_url', 'Angi denne URL-en til din Realex kundekontakt'),
('no', 'payments.realex.refferal', 'Henvisning av bank'),
('no', 'payments.realex.result_code', 'Resultat kode'),
('no', 'payments.realex.result_message', 'Resultatet melding'),
('no', 'payments.realex.settlement', 'Oppgjør'),
('no', 'payments.realex.subaccount', 'Sub konto'),
('no', 'payments.realex.text_status_map', 'Realex til CS-Cart ordre status konverteringskart'),
('no', 'payments.realex.transaction_order_id', 'Transaksjons ordre-ID'),
('no', 'payments.realex.transaction_pasref', 'Transaksjon PASREF'),
('no', 'payments.realex.tss_result', 'TSS'),
('no', 'payments.realex.wrong_card_type', 'Denne betalingen er ikke tilgjengelig for denne typen kredittkort.'),
('no', 'payments.realex.xid', 'XID'),
('no', 'payments.rocketgate.avs_mode', 'AVS-modus'),
('no', 'payments.rocketgate.ignore', 'Ignorer'),
('no', 'payments.rocketgate.scrub_mode', 'SCRUB modus'),
('no', 'payments.signin_to_checkout', '<a href=[url]>Logg inn</a> for å sjekke ut'),
('no', 'payments_tab1', 'Kredittkort'),
('no', 'payments_tab2', 'Internett betalinger'),
('no', 'payments_tab3', 'Andre betalingsalternativer'),
('no', 'payment_amount', 'Betalingsbeløp'),
('no', 'payment_category', 'Betalings kategori'),
('no', 'payment_category_note', 'Betalings kategori fanene vises IKKE hvis alle aktive betalinger tilhører samme kategori'),
('no', 'payment_details', 'Betalingsdetaljer'),
('no', 'payment_form_url', 'Betalings skjema URL'),
('no', 'payment_id', 'Betalings-ID'),
('no', 'payment_info', 'Betalingstype'),
('no', 'payment_information', 'Betalingsinformasjon'),
('no', 'payment_instructions', 'Betalingsinstruksjoner'),
('no', 'payment_method', 'Betalingsmåte'),
('no', 'payment_methods', 'Betalingsmåter'),
('no', 'payment_method_not_found', 'Betalingsmåten ikke funnet. Den kan har blitt deaktivert, eller et teknisk problem oppstod. Velg en betalingsmåte og prøv på nytt.'),
('no', 'payment_response_password', 'Betalings respons passord'),
('no', 'payment_surcharge', 'Tilleggsgebyr'),
('no', 'payment_type', 'Betalingstype'),
('no', 'paypal.addon_is_disabled_notice', '<b> PayPal-betalinger </b> tillegget er deaktivert, slik at du ikke kan konfigurere denne betalingsmetoden.'),
('no', 'paypal.ipn_transaction_status', 'Transaksjonsstatus: [status]'),
('no', 'paypal_authentication_method', 'PayPal autentiseringsmetode'),
('no', 'paypal_express_notice', 'En merchant ID er påkrevd for å bruke <a href=\'https://developer.paypal.com/docs/classic/express-checkout/in-context\' target=\'_blank\'>In-Context utsjekking funksjonen</a> innen denne integreringen. Du finner din merchant ID ved å logge deg inn på <a href=\'https://www.paypal.com/\' target=\'_blank\'>https://www.paypal.com/</a>. Klikk på profilikonet øverst på siden, og velg deretter <b>Profile and settings</b> i <b>Business Profile</b> menyen. (Hvis du ikke ser profilikonet øverst på siden, klikker du <b>Profile</b>, som vises i den øverste menyen når <b>My Account </b> er valgt.) Klikk <b>My business info</b> til venstre, og din <b>Merchant account ID</b> vises i listen over profilelementer til høyre.'),
('no', 'paypal_ipn_note', 'Instant Payment Notification (IPN) er en tjeneste som varsler leverandører automatisk ved alle hendelser knyttet til PayPal-transaksjonen. <br>Når en kunde legger inn en bestilling og velger PayPal som betalingsmåte, får ordren statusen <b>Åpen</b>. <br>PayPal sender deretter øyeblikkelig betalingsvarsling meldinger omkring transaksjonsstatusen. Denne statusen endrer ordrestatusen i nettbutikken etter status konverteringskartet.'),
('no', 'paypal_ipn_transaction_status', 'Transaksjonsstatus'),
('no', 'paypal_item_name', 'Navn på elementet (eller et navn på handlevognen)'),
('no', 'paypal_logo', 'PayPal-logo'),
('no', 'paypal_sandbox', 'Testmodus'),
('no', 'paypal_seamless', 'Bruk sømløs utsjekking'),
('no', 'paypal_security_error', 'Bestillingen ble ikke fullført: mottakerens PayPal-konto er feil.'),
('no', 'paypal_use_in_context_checkout', 'Bruk In-Context utsjekking'),
('no', 'paypal_vendor', 'Leverandør'),
('no', 'pay_by_points', 'Tillat betaling med poeng'),
('no', 'pay_from_email', 'Kundens e-post'),
('no', 'pay_order_again', 'Betal ordren på nytt'),
('no', 'pay_to_email', 'E-post-adresse til Grossisten'),
('no', 'pdf_documents.activate_notification', 'PDF documents (such as invoices, packing slips, etc.) will now be generated at our cloud service: [service_url]. It works as follows: your store sends an HTML document and receives a PDF copy of it. We do not view, keep, or analyze any of your data that goes through that service.'),
('no', 'pdf_documents.disable_notification', 'The generation of PDF documents (such as invoices, packing slips, etc.) has been disabled. Your data will no longer go through our cloud service [service_url]. If you\'d like to generate PDF documents without using our cloud service, you\'re welcome to <a href=\"[helpdesk_url]\" target=\"_blank\">contact us via Help Desk</a> or configure it on your own.'),
('no', 'pending', 'Venter'),
('no', 'pending_return', 'Aguardando a aprovação'),
('no', 'pending_vendor_invitations', 'Pending vendor invitations'),
('no', 'pending_vendor_invitations_menu_description', 'Manage invitations to your marketplace for potential vendors.'),
('no', 'per', 'Pr. [object]'),
('no', 'percent', 'Prosent'),
('no', 'percentage_discount', 'Prosentrabatt'),
('no', 'percent_range', 'Prisklasse (i % av hovedproduktets pris)'),
('no', 'period', 'Periode'),
('no', 'permissions_issue', 'Tillatelse problem'),
('no', 'person_name', 'Navn'),
('no', 'per_item', 'Per element'),
('no', 'per_page', 'Per side'),
('no', 'phone', 'Telefon'),
('no', 'phone1_label', 'Telefon'),
('no', 'phone2', 'Internasjonal'),
('no', 'phone2_label', 'Internasjonal'),
('no', 'phpinfo', 'PHP informasjon'),
('no', 'php_extension_missing', 'Funksjonen [extension] PHP extension er ikke installert på din server'),
('no', 'pickup', 'Pickup'),
('no', 'pickup_address', 'Pickup address'),
('no', 'pickup_avail', 'Pickup avail'),
('no', 'pickup_destinations_ids', 'Pickup destinations ids'),
('no', 'pickup_id', 'Pickup ID'),
('no', 'pickup_phone', 'Pickup phone'),
('no', 'pickup_point_not_selected', 'Sorry, we couldn\'t determine your pickup point. Please choose a pickup point, so that we know where to deliver your order.'),
('no', 'pickup_surcharge', 'Pickup surcharge'),
('no', 'pickup_time', 'Pickup time'),
('no', 'pick_store', 'Velg en butikk'),
('no', 'pie', 'Pai'),
('no', 'pie_3d', 'Pai 3D'),
('no', 'pixels', 'piksler'),
('no', 'place_order', 'Plasser ordre'),
('no', 'placing_order', 'Plasserer ordren'),
('no', 'plain', 'Enkel'),
('no', 'plano_anuncio', 'Plano de Anúncio'),
('no', 'plans', 'Planos'),
('no', 'platform', 'Plattform'),
('no', 'please_be_patient', 'Vennligst vær tålmodig'),
('no', 'please_copy_api_key', 'Please copy the API key now and keep it somewhere. Once you save the changes, this key won\'t appear here again. If the key is lost, the only way to regain API access will be be to generate a new key on this page.'),
('no', 'please_enable_the_add_on_to_see_barcode', 'Du må aktivere tillegget å se et kodeeksempel.'),
('no', 'please_enter_license_here', 'Skriv inn ditt lisensnummer her'),
('no', 'please_select_one', 'Vennligst velg en'),
('no', 'please_sign_in', 'Vennligst logg deg inn'),
('no', 'points', 'Poeng'),
('no', 'points_in_use', 'Poeng i bruk'),
('no', 'points_in_use_lower', 'poeng i bruk'),
('no', 'points_in_use_lowercase', '[n] poeng i bruk|[n] poeng i bruk'),
('no', 'points_lower', 'poeng'),
('no', 'points_lowercase', '[n] poeng|[n] poeng'),
('no', 'points_to_use', 'Poeng å bruke'),
('no', 'point_payment', 'Poengbetaling'),
('no', 'point_price', 'Pris i poeng'),
('no', 'polish', 'Polsk'),
('no', 'poll', 'Spørreundersøkelse'),
('no', 'polls', 'Spørreundersøkelser'),
('no', 'polls_answers_with_comments', 'Svar med kommentarer'),
('no', 'polls_first_submited', 'Første spørreundersøkelsesskjema avgitt'),
('no', 'polls_have_completed', 'Du har allerede fullført denne spørreundersøkelsen.'),
('no', 'polls_last_submited', 'Siste spørreundersøkelsesskjema sendt inn'),
('no', 'polls_total_completed', 'Antall spørreundersøkelsesskjemaer gjennomført i sitt fulle'),
('no', 'polls_total_submited', 'Totalt antall innsendte spørreundersøkelsesskjemaer'),
('no', 'polls_total_votes', 'Totalt antall stemmer'),
('no', 'polls_votes', 'Stemmer'),
('no', 'poll_footer', 'Spørreundersøkelsens bunntekst'),
('no', 'poll_header', 'Spørreundersøkelsens topptekst'),
('no', 'poll_results', 'Melding for spørreundersøkelse'),
('no', 'poll_results_everybody', 'alle (i et pop-up-vindu)'),
('no', 'poll_results_nobody', 'ingen'),
('no', 'poll_results_voted', 'brukere som stemte'),
('no', 'poll_show_results', 'Resultatet fra spørreundersøkelsen synlig for'),
('no', 'poll_statistics', 'Statistikk for spørreundersøkelse'),
('no', 'poor', 'Dårlig'),
('no', 'popularity', 'Popularitet'),
('no', 'popup', 'Popup'),
('no', 'popup_larger_image', 'Popup større bilde'),
('no', 'portugese', 'Portugisisk'),
('no', 'posid', 'Pos ID'),
('no', 'position', 'Posisjon'),
('no', 'positions_updated', 'Posisjoner av elementer ble oppdatert'),
('no', 'position_short', 'Pos.'),
('no', 'postal_mail', 'Postforsendelse'),
('no', 'postauth', 'Etterautorisasjon'),
('no', 'posted_by', 'Posted by'),
('no', 'post_description', 'Legg til en beskrivelse'),
('no', 'post_url', 'Offentliggjør URL'),
('no', 'powered_by', 'Driftet av'),
('no', 'po_file', 'Velg en fil i PO eller ZIP format'),
('no', 'po_file_is_incorrect', 'PO-filen <b>\"[file]\"</b> inneholder syntaksfeil eller feil struktur.'),
('no', 'po_meta_error_validating_lang_code', 'Språkkoden i PO-filen samsvarer ikke med det oppdaterte språket'),
('no', 'po_number', 'Ordrenummer'),
('no', 'pp_currency_is_incorrect', 'Valutaen som brukes for betalingen er annerledes enn valutaen i bestillingen.'),
('no', 'pp_mode', 'PayPal-modus'),
('no', 'pp_product_count_is_incorrect', 'Antall betalte produkter samsvarer ikke med antall produkter i bestillingen'),
('no', 'pp_total_is_incorrect', 'Innbetalingsbeløpet er annerledes enn totalsummen for ordren.'),
('no', 'preauth', 'Forhåndsautorisasjon'),
('no', 'preauthorization', 'Forhåndsautorisasjon'),
('no', 'prefix', 'Prefiks'),
('no', 'preshared_key', 'Forhåndsdelt nøkkel'),
('no', 'press_continue_to_recover_password', 'Klikk <b>Fortsett</b> for å fortsette med endring av passord.'),
('no', 'prev', 'Forrige'),
('no', 'preview', 'Forhåndsvisning'),
('no', 'previous', 'Forrige'),
('no', 'previous_month', 'Forrige måned'),
('no', 'previous_period', 'Forrige periode'),
('no', 'previous_week', 'Forrige uke'),
('no', 'previous_year', 'Forrige år'),
('no', 'prev_page', 'Forrige'),
('no', 'pre_moderation', 'Produkter krever forhåndsgodkjenning'),
('no', 'pre_moderation_edit', 'Godkjenn produktinformasjon oppdateringer'),
('no', 'pre_moderation_edit_vendors', 'Godkjenn forhandlers profiloppdateringer'),
('no', 'price', 'Pris'),
('no', 'price_decreased', 'Pris har blitt redusert med'),
('no', 'price_dec_sign_delimiter', 'Pris desimal skilletegn'),
('no', 'price_for_all', 'Prisen for alle'),
('no', 'price_includes_tax', 'Prisen inkluderer moms'),
('no', 'price_increased', 'Pris har blitt økt med'),
('no', 'price_in_points', 'Pris i poeng'),
('no', 'price_in_points_decreased', 'Pris i poeng har blitt redusert med'),
('no', 'price_in_points_increased', 'Pris i poeng har blitt økt med'),
('no', 'price_list', 'Prisliste'),
('no', 'price_list.text_regenerate', '<p>Hvis produkter, kategorier eller valgte felt ble lagt til eller endret, så regenerer prislisten:<br />[buttons]</p><p>Generert prislister er tilgjengelige etter disse linkene <br/>[links]</p>'),
('no', 'price_list.text_select_storefront', 'For å generere en prisliste, Velg nettbutikk forside først.'),
('no', 'price_list_ziparchive_not_installed', 'Umulig å opprette XML-prisliste. Legg til støtte for zip i PHP på serveren. Følg <a href=\"http://www.php.net/manual/en/zip.installation.php\">http://www.php.net/manual/en/zip.installation.php</a>.'),
('no', 'price_summary', 'Prisoppsummering'),
('no', 'pricing_inventory', 'Prissetting / lagerbeholdning'),
('no', 'primary', 'Primær'),
('no', 'primary_currency', 'Primærvaluta'),
('no', 'printslip_request', 'Requisições de Etiquetas'),
('no', 'printslip_request_pending', 'Você irá receber uma notificação quando a etiqueta estiver disponível.'),
('no', 'print_card', 'Skriv kort'),
('no', 'print_credit_memo', 'Skriv ut kreditnota'),
('no', 'print_invoice', 'Skriv ut faktura'),
('no', 'print_order_details', 'Skriv ut ordredetaljer'),
('no', 'print_packing_slip', 'Skriv ut pakkseddel'),
('no', 'print_pdf_credit_memo', 'Skriv ut kreditnota (pdf)'),
('no', 'print_pdf_invoice', 'Skriv ut faktura (pdf)'),
('no', 'print_pdf_order_details', 'Skriv ut ordredetaljer (pdf)'),
('no', 'print_pdf_packing_slip', 'Skriv ut pakkseddel (pdf)'),
('no', 'print_slip', 'Skriv ut kvittering'),
('no', 'priority', 'Prioritet'),
('no', 'private', 'Privat'),
('no', 'private_customer_settings', 'Private kundeinnstillinger'),
('no', 'private_files', 'Private filer'),
('no', 'privilege', 'Rettighet'),
('no', 'privilege.apply_to_all', 'Apply value to all'),
('no', 'privilege.custom_access', 'Custom access'),
('no', 'privilege.full_access', 'Full access'),
('no', 'privilege.no_access', 'No access'),
('no', 'privilege.view_access', 'Can view only'),
('no', 'privileges', 'Privilegier'),
('no', 'privileges.abt__ut2.settings.manage', 'Manage theme settings'),
('no', 'privileges.abt__ut2.settings.view', 'View theme settings'),
('no', 'privileges.ab__cb_manage_banners', 'AB: Manage banners for categories'),
('no', 'privileges.ab__cb_view_banners', 'AB: View banners for categories'),
('no', 'privileges.ab__dotd_manage_seodata', 'Manage promotions SEO data'),
('no', 'privileges.ab__dotd_view_seodata', 'View promotions SEO data'),
('no', 'privileges.ab__hpd.manage', 'Manage data'),
('no', 'privileges.ab__hpd.view', 'View help'),
('no', 'privileges.ab__mb_manage_data', 'Managing motivational data'),
('no', 'privileges.ab__mb_view_data', 'Viewing motivational data'),
('no', 'privileges.ab__stt.data.manage', 'Manage button data'),
('no', 'privileges.ab__stt.data.view', 'View button data'),
('no', 'privileges.ab__vg_manage_videos', 'Manage videos'),
('no', 'privileges.ab__vg_view_videos', 'View videos'),
('no', 'privileges.backup_restore', 'Can manage'),
('no', 'privileges.change_order_status', 'Can change statuses'),
('no', 'privileges.create_order', 'Can create'),
('no', 'privileges.delete_logs', 'Can delete'),
('no', 'privileges.delete_orders', 'Can delete'),
('no', 'privileges.edit_blocks', 'Can edit'),
('no', 'privileges.edit_files', 'Rediger filer'),
('no', 'privileges.edit_order', 'Can edit entire order (select other products, payment and shipping methods, customers)'),
('no', 'privileges.exim_access', 'Can manage'),
('no', 'privileges.manage_access_restrictions', 'Can edit'),
('no', 'privileges.manage_banners', 'Can edit'),
('no', 'privileges.manage_call_requests', 'Can edit'),
('no', 'privileges.manage_catalog', 'Can edit'),
('no', 'privileges.manage_cscart_uvdesk', 'Manage UVDesk'),
('no', 'privileges.manage_currencies', 'Can edit'),
('no', 'privileges.manage_design', 'Can edit'),
('no', 'privileges.manage_discussions', 'Can edit'),
('no', 'privileges.manage_document_templates', 'Can edit'),
('no', 'privileges.manage_email_marketing', 'Can edit'),
('no', 'privileges.manage_email_templates', 'Can edit'),
('no', 'privileges.manage_gift_certificates', 'Can edit'),
('no', 'privileges.manage_languages', 'Can edit'),
('no', 'privileges.manage_locations', 'Can edit'),
('no', 'privileges.manage_newsletters', 'Can edit'),
('no', 'privileges.manage_order_statuses', 'Can edit'),
('no', 'privileges.manage_pages', 'Administrer nettsider'),
('no', 'privileges.manage_payments', 'Can edit'),
('no', 'privileges.manage_payouts', 'Can edit'),
('no', 'privileges.manage_product_premoderation', 'Can manage'),
('no', 'privileges.manage_product_reviews', 'Can edit'),
('no', 'privileges.manage_promotions', 'Can edit'),
('no', 'privileges.manage_providers', 'Can edit'),
('no', 'privileges.manage_reports', 'Can edit'),
('no', 'privileges.manage_reward_points', 'Can edit'),
('no', 'privileges.manage_rma', 'Can edit'),
('no', 'privileges.manage_seo_rules', 'Can edit'),
('no', 'privileges.manage_shipping', 'Can edit'),
('no', 'privileges.manage_sitemap', 'Can edit'),
('no', 'privileges.manage_static_data', 'Can edit'),
('no', 'privileges.manage_storage', 'Can manage'),
('no', 'privileges.manage_stores', 'Administrer butikker'),
('no', 'privileges.manage_store_locator', 'Can edit'),
('no', 'privileges.manage_suppliers', 'Can edit'),
('no', 'privileges.manage_taxes', 'Can edit'),
('no', 'privileges.manage_themes', 'Can edit'),
('no', 'privileges.manage_translation', 'Can edit'),
('no', 'privileges.manage_usergroups', 'Can edit'),
('no', 'privileges.manage_users', 'Can edit'),
('no', 'privileges.manage_vendors', 'Can edit'),
('no', 'privileges.manage_vendor_communication', 'Can edit'),
('no', 'privileges.manage_vendor_plans', 'Can edit'),
('no', 'privileges.update_settings', 'Can edit'),
('no', 'privileges.upgrade_store', 'Can upgrade'),
('no', 'privileges.view_banners', 'Can view'),
('no', 'privileges.view_call_requests', 'Can view'),
('no', 'privileges.view_catalog', 'Can view'),
('no', 'privileges.view_cscart_uvdesk', 'View UVDesk'),
('no', 'privileges.view_currencies', 'Can view'),
('no', 'privileges.view_discussions', 'Can view'),
('no', 'privileges.view_email_marketing', 'Can view'),
('no', 'privileges.view_file_changes', 'Can view'),
('no', 'privileges.view_languages', 'Can view'),
('no', 'privileges.view_locations', 'Can view'),
('no', 'privileges.view_logs', 'Can view'),
('no', 'privileges.view_newsletters', 'Can view'),
('no', 'privileges.view_orders', 'Can view'),
('no', 'privileges.view_pages', 'Can view'),
('no', 'privileges.view_payments', 'Can view'),
('no', 'privileges.view_payouts', 'Can view'),
('no', 'privileges.view_product_reviews', 'Can view'),
('no', 'privileges.view_providers', 'Can view'),
('no', 'privileges.view_reports', 'Can view'),
('no', 'privileges.view_seo_rules', 'Can view'),
('no', 'privileges.view_settings', 'Can view'),
('no', 'privileges.view_shipping', 'Can view'),
('no', 'privileges.view_static_data', 'Can view'),
('no', 'privileges.view_stores', 'Vis butikker'),
('no', 'privileges.view_store_locator', 'Can view'),
('no', 'privileges.view_taxes', 'Can view'),
('no', 'privileges.view_usergroups', 'Can view'),
('no', 'privileges.view_users', 'Can view'),
('no', 'privileges.view_vendors', 'Can view'),
('no', 'privileges.view_vendor_communication', 'Can view'),
('no', 'privileges.view_vendor_plans', 'Can view'),
('no', 'privilege_groups.ab__addons_manager', 'AB: Add-ons Manager'),
('no', 'privilege_groups.ab__category_banners', 'AB: Banners for categories'),
('no', 'privilege_groups.ab__deal_of_the_day', 'AB: Product of the day and extended promotions'),
('no', 'privilege_groups.ab__fast_navigation', 'AB: Fast navigation'),
('no', 'privilege_groups.ab__hide_product_description', 'AB: Hide the part of the content up to a certain height'),
('no', 'privilege_groups.ab__landing_categories', 'AB: Landing categories/pages'),
('no', 'privilege_groups.ab__motivation_block', 'AB: Motivation block'),
('no', 'privilege_groups.ab__scroll_to_top', 'AB: \"Scroll to top\" button'),
('no', 'privilege_groups.ab__video_gallery', 'AB: Video gallery of the product'),
('no', 'privilege_groups.access_restrictions', 'Access restrictions'),
('no', 'privilege_groups.backup_restore', 'Backup/Restore'),
('no', 'privilege_groups.banners', 'Banners'),
('no', 'privilege_groups.blocks', 'Blocks'),
('no', 'privilege_groups.blog_and_pages', 'Blog & Pages'),
('no', 'privilege_groups.call_requests', 'Call requests'),
('no', 'privilege_groups.currencies', 'Currencies'),
('no', 'privilege_groups.design', 'Design'),
('no', 'privilege_groups.discussions', 'Comments and reviews'),
('no', 'privilege_groups.documents', 'Documents'),
('no', 'privilege_groups.edit_on_site', 'Edit content on-site'),
('no', 'privilege_groups.email_marketing', 'Email marketing'),
('no', 'privilege_groups.email_templates', 'Email templates'),
('no', 'privilege_groups.exim', 'Importer og eksporter data'),
('no', 'privilege_groups.files', 'Files'),
('no', 'privilege_groups.file_changes', 'File changes detector'),
('no', 'privilege_groups.gift_certificates', 'Gift certificates'),
('no', 'privilege_groups.languages', 'Languages'),
('no', 'privilege_groups.locations', 'Rate areas'),
('no', 'privilege_groups.logs', 'Logs'),
('no', 'privilege_groups.newsletters', 'Newsletters'),
('no', 'privilege_groups.orders', 'Orders'),
('no', 'privilege_groups.order_statuses', 'Order statuses'),
('no', 'privilege_groups.other', 'Other'),
('no', 'privilege_groups.payments', 'Payment methods'),
('no', 'privilege_groups.products', 'Categories, Products, Features, Filters, Options'),
('no', 'privilege_groups.product_premoderation', 'Product approval'),
('no', 'privilege_groups.product_reviews', 'Product reviews'),
('no', 'privilege_groups.promotions', 'Promotions'),
('no', 'privilege_groups.reward_points', 'Reward points'),
('no', 'privilege_groups.rma', 'Return merchandise authorization (RMA)'),
('no', 'privilege_groups.sales_reports', 'Sales reports'),
('no', 'privilege_groups.seo', 'SEO'),
('no', 'privilege_groups.settings', 'Settings'),
('no', 'privilege_groups.shipping', 'Shipping methods'),
('no', 'privilege_groups.sitemap', 'Sitemap'),
('no', 'privilege_groups.social_login', 'Social login'),
('no', 'privilege_groups.static_data', 'Static data'),
('no', 'privilege_groups.storage', 'Storage'),
('no', 'privilege_groups.stores', 'Storefronts'),
('no', 'privilege_groups.store_locator', 'Store locator'),
('no', 'privilege_groups.suppliers', 'Suppliers'),
('no', 'privilege_groups.taxes', 'Taxes'),
('no', 'privilege_groups.themes', 'Themes'),
('no', 'privilege_groups.upgrade_center', 'Upgrade center'),
('no', 'privilege_groups.users', 'Users'),
('no', 'privilege_groups.user_groups', 'User groups'),
('no', 'privilege_groups.vendors', 'Stores'),
('no', 'privilege_groups.vendor_communication', 'Message center: Customer to Vendor'),
('no', 'privilege_groups.vendor_payouts', 'Accounting'),
('no', 'privilege_groups.vendor_plans', 'Vendor plans'),
('no', 'privilege_sections.ab__addons', 'AB: Add-ons'),
('no', 'privilege_sections.addons', 'Add-on privileges'),
('no', 'privilege_sections.administration', 'Administration privileges'),
('no', 'privilege_sections.cart', 'Handlevogn'),
('no', 'privilege_sections.catalog', 'Katalog'),
('no', 'privilege_sections.cms', 'CMS'),
('no', 'privilege_sections.design', 'Design privileges'),
('no', 'privilege_sections.marketing', 'Marketing privileges'),
('no', 'privilege_sections.orders', 'Order privileges'),
('no', 'privilege_sections.products', 'Product privileges'),
('no', 'privilege_sections.settings', 'Settings privileges'),
('no', 'privilege_sections.users', 'Customer privileges'),
('no', 'privilege_sections.vendors', 'Store privileges'),
('no', 'privilege_sections.website', 'Website privileges'),
('no', 'proceed', 'Fortsett'),
('no', 'proceed_to_checkout', 'Fortsett til kassen'),
('no', 'proceed_to_the_next_step', 'Fortsett til neste trinn'),
('no', 'processed', 'Sendt'),
('no', 'processing', 'Behandler'),
('no', 'processing_order', 'Behandlingsrekkefølge'),
('no', 'processor', 'Prosessor'),
('no', 'processor_description_cardsave', 'Grossist kontoer som tilbys av Cardsave, <a href=\"http://www.cardsave.net\">www.cardsave.net</a><br/><br/>Email: <a href=\'mailto:ecomm@cardsave.net\'>ecomm@cardsave.net</a>'),
('no', 'processor_description_p21', '<b>P21 Simple API</b> muliggjør at du kan ta i mot utbetalinger via sjekk. Det tilbyr bransjens mest omfattende sett av bildeskapelse og klareringsløsninger. Med Check 21, vil du motta dine midler innenfor samme dag som sjekk eller direkte innskudd.<br/><br/>For å aktivere Check 21 alternativet, kan du kontakte oss via e-post på:. <a href=\"mailto:support@payment21.com\">support@payment21.com</a> eller på telefon: 1-888-770-0850 (avgiftsfritt i USA) eller 0041-71-740-1629 (Internasjonalt).<br/><br/><a href=\"http://www.payment21.com\" target=\"_blank\">www.payment21.com</a>'),
('no', 'processor_id', 'Prosessor ID'),
('no', 'process_selected', 'Prosess valgt'),
('no', 'product', 'Produkt'),
('no', 'products2', 'Produkter2'),
('no', 'products_added_to_cart', 'Produktene ble lagt i handlevognen'),
('no', 'products_adopted', '[n] produktet hadde en ny hovedkategori tildelt den.|[n] produktene hadde en ny hovedkategori tildelt dem.'),
('no', 'products_amount', 'Produktantall'),
('no', 'products_approval_status_approved', 'Takk for at du sender inn nye produkter. Følgende produkter har blitt godkjent av butikkens administrasjon og lagt til i produktkatalogen'),
('no', 'products_approval_status_changed', 'Dine produkt(er) har blitt [status]'),
('no', 'products_approval_status_disapproved', 'Takk for at du sender inn nye produkter. Følgende produkter har ikke blitt godkjent av butikkens administrasjon'),
('no', 'products_bar', 'Produkt diagram'),
('no', 'products_cost', 'Produktkostnad'),
('no', 'products_deprecated', 'Products (Deprecated)'),
('no', 'products_for_shipment_not_selected', 'Produkter for forsendelse ble ikke valgt'),
('no', 'products_found', 'Produkter funnet'),
('no', 'products_grid', 'Produkt rutenett'),
('no', 'products_in', 'Produkter i'),
('no', 'products_information', 'Produkt informasjon'),
('no', 'products_in_cart', 'Produkter i handlevognen'),
('no', 'products_links_type', 'Produkter link type'),
('no', 'products_menu_description', 'Vis, legg til og rediger produkter som selges i nettbutikken din.'),
('no', 'products_moved_to_trash', '[count] produktene ble flyttet til <a href=\'[url]\' target=\'_blank\'>Papirkurven</a>'),
('no', 'products_number_added_to_cart', '<b>[number]</b> products were added to your cart'),
('no', 'products_required', 'Vennligst legg inn produkt(er)'),
('no', 'products_stat', 'Produkt statistikk'),
('no', 'products_weight', 'Produktvekt'),
('no', 'products_were_sent', 'Produktene har blitt sendt ut til deg. Ordreopplysningene er gitt nedenfor'),
('no', 'product_added_to_cart', 'Produktet ble lagt i handlevognen'),
('no', 'product_added_to_cl', 'Produktet ble lagt til i sammenligningslisten'),
('no', 'product_added_to_wl', 'Produktet ble lagt til i din ønskeliste'),
('no', 'product_approval', 'Produkt godkjenning'),
('no', 'product_approval_menu_description', 'Administrer individuelle produkter eller grupper av produktene som leveres av butikkens forhandlere.'),
('no', 'product_approval_status_approved', 'Ditt produkt [product] har blitt godkjent av butikkens administrasjon og blitt lagt til i produktkatalogen. Kunder kan nå bestille dette produktet.'),
('no', 'product_approval_status_disapproved', 'Ditt produkt [product] har ikke blitt godkjent av butikkens administrasjon'),
('no', 'product_cannot_be_added', 'Produktet kan ikke legges i handlevognen. Sjekk om alle de opplastende filene oppfyller de nødvendige vilkårene'),
('no', 'product_code', 'Produkt kode'),
('no', 'product_columns', 'Produkt kolonner'),
('no', 'product_combinations', 'Produkt kombinasjoner'),
('no', 'product_coming_soon', 'Dette produktet kan ikke legges i handlevognen nå. Den vil være tilgjengelig på [avail_date]'),
('no', 'product_coming_soon_add', 'Kjøp på forhånd. Dette produktet sendes ut den [avail_date]'),
('no', 'product_comparison_list', 'Sammenligningsliste'),
('no', 'product_details', 'Produkt detaljer'),
('no', 'product_details_tabs', 'Faner'),
('no', 'product_details_view', 'Standard produktvisning'),
('no', 'product_disabled_options', 'Produktet <strong>[product]</strong> er satt opp med alternativer som ikke lengre er tilgjengelige, så det ble fjernet fra handlevognen'),
('no', 'product_feature.feature_style', 'Feature style'),
('no', 'product_feature.feature_style.brand', 'Brand'),
('no', 'product_feature.feature_style.checkbox', 'Checkbox'),
('no', 'product_feature.feature_style.color', 'Color'),
('no', 'product_feature.feature_style.dropdown', 'Drop-down list'),
('no', 'product_feature.feature_style.dropdown_images', 'Images'),
('no', 'product_feature.feature_style.dropdown_labels', 'Text labels'),
('no', 'product_feature.feature_style.multiple_checkbox', 'Multiple checkboxes'),
('no', 'product_feature.feature_style.number', 'Number'),
('no', 'product_feature.feature_style.text', 'Text or number'),
('no', 'product_feature.filter_style', 'Filter type'),
('no', 'product_feature.filter_style.checkbox', 'Checkbox'),
('no', 'product_feature.filter_style.color', 'Color'),
('no', 'product_feature.filter_style.date', 'Date selector'),
('no', 'product_feature.filter_style.slider', 'Number slider'),
('no', 'product_feature.purpose', 'Purpose'),
('no', 'product_feature.purpose.describe_product', 'Additional information'),
('no', 'product_feature.purpose.describe_product.description', 'For cases when you just need to show some information on a product page. There are no filters for this kind of features.'),
('no', 'product_feature.purpose.find_products', 'Product search via filters'),
('no', 'product_feature.purpose.find_products.description', 'For a feature that just allows you to specify an additional property of a product (for example, \"Fabric\" for T-shirts). If you create a filter by that feature, customers will see that such a property exists, and will be able to search products by it.'),
('no', 'product_feature.purpose.group_catalog_item', 'Variations as separate products'),
('no', 'product_feature.purpose.group_catalog_item.description', 'For cases when a few similar products differ visibly by a feature, and have different names (for example, multiple \"Color\" variants of a T-shirt). These products will appear as separate positions in the catalog. Customers will also be able to select the desired feature value on the product page. To achieve this, <b>set up variations for products with this feature</b>.'),
('no', 'product_feature.purpose.group_variation_catalog_item', 'Variations as one product'),
('no', 'product_feature.purpose.group_variation_catalog_item.description', 'For cases when a few similar products differ by a feature, but have the same name and similar appearance (for example, multiple \"Size\" variants of a T-shirt). These products will occupy a single position in the catalog. Customers will be able to select the desired feature value on the product page. To achieve this, <b>set up variations for products with this feature</b>.'),
('no', 'product_feature.purpose.organize_catalog', 'Brand, author, etc.'),
('no', 'product_feature.purpose.organize_catalog.description', 'For features like \"Brand\" or \"Manufacturer\" (for most products), \"Performer\" or \"Label\" (for music), \"Author\" or \"Publisher\" (for books), and so on. Every variant of this feature gets its own page with an image, description, and the list of products.'),
('no', 'product_feature_cannot_assigned', 'Funksjonen \"[feature_name]\" ikke kan tilordnes til produktet \"[product_name]\"'),
('no', 'product_fields', 'Produkt felt'),
('no', 'product_groups', 'Produkt grupper'),
('no', 'product_id', 'Produkt ID'),
('no', 'product_images', 'Produkt bilder'),
('no', 'product_info', 'Produktinfo'),
('no', 'product_inventory', 'Produkt lagerbeholdning'),
('no', 'product_in_cart', 'Dette produktet er allerede i handlevognen'),
('no', 'product_in_comparison_list', 'Dette produktet er allerede i sammenligningslisten'),
('no', 'product_in_wishlist', 'Dette produktet er allerede i ønskelisten'),
('no', 'product_must_have_owner_category', 'Produktet må tilhøre en kategori opprettet av eier firmaet.'),
('no', 'product_name', 'Produktets navn'),
('no', 'product_name_added_to_cart', '<b>[product]</b> was added to your cart');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('no', 'product_need_age_verification', 'Du må verifisere alderen din for å se dette produktet.'),
('no', 'product_notification_subscribed', 'Du vil bli varslet på e-post når produktet er tilbake på lager'),
('no', 'product_notification_subscription_error', 'Kan ikke abonnere på Tilbake på lager varsling'),
('no', 'product_notification_unsubscribed', 'Du har blitt fjernet fra produktet på lager varslinger'),
('no', 'product_options', 'Produkt alternativer'),
('no', 'product_options_forbidden_combination', 'Produktet <strong>[product]</strong> har alternativer som er inkludert i forbudte kombinasjoner. Produktet ble slettet fra handlevognen'),
('no', 'product_option_delimiter', 'Alternativt skilletegn'),
('no', 'product_reviews.add_images', 'Add a photo'),
('no', 'product_reviews.add_new_review', 'reviews: new review'),
('no', 'product_reviews.add_reply', 'Add reply'),
('no', 'product_reviews.admin_reply', 'Administrator reply'),
('no', 'product_reviews.advantages', 'Advantages'),
('no', 'product_reviews.agreement_text_full_add_new_review', '<p>Your name will appear next to your review or comment, visible to everyone. We ([company]) also save your IP address as a security precaution, but in can only be viewed by our staff. It will remain in our system until you withdraw your consent. If you’d like to have your personal data removed, send an email to [email].</p> <p>If you believe that your personal data has been misused, you have the right to lodge a complaint with a supervisory authority. We’re obliged by EU General Data Protection Regulation to let you know about this right; we don’t actually intend to misuse your data.</p>'),
('no', 'product_reviews.agreement_text_short_add_new_review', 'I agree to have my personal data <u>processed as follows.</u>'),
('no', 'product_reviews.and', 'and'),
('no', 'product_reviews.approve', 'Approve'),
('no', 'product_reviews.approved', 'Approved'),
('no', 'product_reviews.average', 'Average'),
('no', 'product_reviews.click_to_see_reviews', 'Click to see the reviews'),
('no', 'product_reviews.comment', 'Comment'),
('no', 'product_reviews.comments', 'Comments'),
('no', 'product_reviews.comments_and_reviews', 'Comments and reviews'),
('no', 'product_reviews.comment_by', 'Comment by'),
('no', 'product_reviews.company_reply', '[company_name] reply'),
('no', 'product_reviews.copy_old_reviews_notice', '<h4 class=\"subheader hand\" data-toggle=\"collapse\" data-target=\"#collapsable_addon_product_reviews_notice\">Copy reviews from the \"Comments and reviews\" add-on<span class=\"icon-caret-down\"></span></h4><div id=\"collapsable_addon_product_reviews_notice\" class=\"in collapse\" style=\"height: auto;\"><ol><li>Only reviews that have both a score and a user\'s comment will be copied. Go to your products and check the \\“Reviews\" setting on the \"Add-ons\" tab. You might have to allow communication and rating first.</li><li>A review without a score or without a comment will not be copied. To transfer it, you must first manually add the missing score or comment by editing the review.</li><li>While the old \"Comments and reviews\" add-on is installed, the reviews won\'t be removed from there. That way, you can choose to move to \"Product reviews\" whenever all your reviews are ready.</li><li>If you ever need to copy the reviews from the old add-on again in the future, just uninstall and reinstall the \"Product reviews\" add-on. This will remove all its reviews from the database, and you\'ll be able to import the reviews from the \"Comments and reviews\" add-on again.</li></ol><a class=\"cm-post btn btn-primary\" href=\"[url]\">Copy product reviews</a></div>'),
('no', 'product_reviews.copy_old_reviews_warning', 'You have product reviews in the old \"Comments and reviews\" add-on. While that add-on is installed, you\'ll be able copy those reviews to the new \"Product reviews\" add-on <a class=\"cm-post\" href=\"[url]\">in its settings</a>.'),
('no', 'product_reviews.customer_photos', 'Customer photos'),
('no', 'product_reviews.date', 'Date'),
('no', 'product_reviews.disabled', 'Disabled'),
('no', 'product_reviews.disadvantages', 'Disadvantages'),
('no', 'product_reviews.disapprove', 'Disapprove'),
('no', 'product_reviews.error_already_posted', 'You have posted in this review already'),
('no', 'product_reviews.event.new_post', 'New review posted'),
('no', 'product_reviews.event.new_post.message', 'A new review has been posted for product [product]. Click this notification to see the review.'),
('no', 'product_reviews.event.new_post.title', 'New review posted for a product'),
('no', 'product_reviews.event.new_reply', 'New reply was added to review'),
('no', 'product_reviews.excellent', 'Excellent!'),
('no', 'product_reviews.fair', 'Fair'),
('no', 'product_reviews.first_and_last_name', 'First and last name'),
('no', 'product_reviews.five_star_icon', '★★★★★'),
('no', 'product_reviews.four_star_icon', '★★★★'),
('no', 'product_reviews.gdpr_reviews_data', 'Personal data from reviews'),
('no', 'product_reviews.helpfulness', 'Helpfulness'),
('no', 'product_reviews.hide_name', 'Hide my name in the review'),
('no', 'product_reviews.latest_reviews', 'Latest reviews'),
('no', 'product_reviews.manager', 'Comments and reviews'),
('no', 'product_reviews.max_number_image_message', 'A review can have up to [max_image_number] images.'),
('no', 'product_reviews.menu_title', 'Reviews'),
('no', 'product_reviews.menu_title_menu_description', 'Customer reviews on products'),
('no', 'product_reviews.moderation_rules', 'Before submitting a review, make sure that it does not violate the moderation rules: it does not contain links to third-party resources and insults.'),
('no', 'product_reviews.not_approved', 'Not approved'),
('no', 'product_reviews.no_reviews_found', 'No reviews found'),
('no', 'product_reviews.n_reviews', 'review|reviews'),
('no', 'product_reviews.n_stars', '[n] star|[n] stars'),
('no', 'product_reviews.one_star_icon', '★'),
('no', 'product_reviews.out_of_five', 'out of 5'),
('no', 'product_reviews.please_log_in_to_write_a_review', 'Please sign in to write a review'),
('no', 'product_reviews.poor', 'Poor'),
('no', 'product_reviews.product_details', 'Product details'),
('no', 'product_reviews.product_is_rated_n_out_of_five_stars', 'The product is rated [n] out of 5 stars'),
('no', 'product_reviews.product_reviews', 'Product reviews'),
('no', 'product_reviews.rating', 'Rating'),
('no', 'product_reviews.rating_4_and_up', 'Rating 4+'),
('no', 'product_reviews.reply', 'Reply'),
('no', 'product_reviews.review', 'Review'),
('no', 'product_reviews.reviews', 'Reviews: [n]'),
('no', 'product_reviews.reviews_lower', 'reviews'),
('no', 'product_reviews.review_status', 'Review status'),
('no', 'product_reviews.review_this_product', 'Review this product'),
('no', 'product_reviews.review_this_product_description', 'Share your thoughts with other customers'),
('no', 'product_reviews.scroll_to_reviews', 'Scroll to reviews'),
('no', 'product_reviews.scroll_to_review_images', 'Scroll to review images'),
('no', 'product_reviews.show_n_reviews', 'Show [n] review|Show [n] reviews'),
('no', 'product_reviews.show_rating', 'Show review rating'),
('no', 'product_reviews.show_review', 'Show review'),
('no', 'product_reviews.show_reviews', 'Show reviews'),
('no', 'product_reviews.show_review_images', 'Show review images'),
('no', 'product_reviews.star', 'star'),
('no', 'product_reviews.stars', 'stars'),
('no', 'product_reviews.submit_review', 'Submit review'),
('no', 'product_reviews.terms_and_conditions_content', '<p>Please read these Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before using the <a href=\"http://www.mywebsite.com\">http://www.mywebsite.com</a> website and the My Mobile App mobile application (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").</p><p><strong>By accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong></p><p><strong>Purchases</strong></p><p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase including, without limitation, your ...</p><p><strong>Content</strong></p><p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\"). You are responsible for the ...</p><p><strong>Changes</strong></p><p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.</p><p><strong>Contact Us</strong></p><p>If you have any questions about these Terms, please contact us.</p>'),
('no', 'product_reviews.terms_n_conditions', 'Select this check box to accept the [terms_href]'),
('no', 'product_reviews.terms_n_conditions_name', 'Terms and Conditions'),
('no', 'product_reviews.text_approval_notice', 'This review needs approving'),
('no', 'product_reviews.text_new_post_notification', 'This is a notification of a new post to product'),
('no', 'product_reviews.text_new_reply_notification', 'This is a notification of a new reply to your product review'),
('no', 'product_reviews.text_review_pended', 'Your review will be checked before it gets published.'),
('no', 'product_reviews.text_thank_you_for_post', 'Thank you for your post'),
('no', 'product_reviews.text_thank_you_for_review', 'Thank you for your review'),
('no', 'product_reviews.three_star_icon', '★★★'),
('no', 'product_reviews.title', 'Reviews'),
('no', 'product_reviews.title_giftreg', 'Guestbook'),
('no', 'product_reviews.two_star_icon', '★★'),
('no', 'product_reviews.type_message', 'Type a message...'),
('no', 'product_reviews.update_reply', 'Update reply'),
('no', 'product_reviews.uploader_drop_zone_description', 'Drop images here'),
('no', 'product_reviews.uploader_drop_zone_info', 'Photo up to [max_size]'),
('no', 'product_reviews.use_for_reviews', 'Comments and reviews forms'),
('no', 'product_reviews.vendor', 'Vendor'),
('no', 'product_reviews.vendor_reply', 'Vendor reply'),
('no', 'product_reviews.verified_purchase', 'Verified purchase'),
('no', 'product_reviews.very_good', 'Very Good'),
('no', 'product_reviews.vote_down', 'Vote down'),
('no', 'product_reviews.vote_up', 'Vote up'),
('no', 'product_reviews.without_photo', 'Without photo'),
('no', 'product_reviews.with_photo', 'With photo'),
('no', 'product_reviews.write_review', 'Write a review'),
('no', 'product_reviews.write_review_anonymously', 'Write your review anonymously'),
('no', 'product_reviews.write_your_review', 'Write your review'),
('no', 'product_reviews.your_rating', 'Your rating'),
('no', 'product_reviews.you_have_to_buy_product_before_writing_review', 'You can\'t write a review for this product. Customers can write reviews only for the products they bought. If you actually bought this product from us, but are still seeing this message, please contact us.'),
('no', 'product_s', 'Produkt(er)'),
('no', 'product_state_description.mve', '<p>You\'ve activated your [product]. You can use it without time restrictions now. For advanced features (such as separate checkout for each vendor, and vendor-created promotions), get the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus license.</a> To use multiple domains for your marketplace, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br>'),
('no', 'product_state_description.mve.new', '<p>Full ubegrenset tilgang til alle funksjoner. Skriv inn et gyldig lisensnummer for å aktivere.</p><p>Denne modusen kan aktiveres når som helst.</p><br />'),
('no', 'product_state_description.mve.plus', '<p>Access to all the functionality, except for multiple storefronts. To have domains for specific audiences, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br />'),
('no', 'product_state_description.mve.ru', '<p>You\'ve activated your [product]. You can use it without time restrictions now. For advanced features (such as separate checkout for each vendor, and vendor-created promotions), get the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus license.</a> To use multiple domains for your marketplace, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br>'),
('no', 'product_state_description.mve.ru.new', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p> <br />'),
('no', 'product_state_description.mve.ru.plus', '<p>Access to all the functionality, except for multiple storefronts. To have domains for specific audiences, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br />'),
('no', 'product_state_description.mve.ru.ultimate', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('no', 'product_state_description.mve.ultimate', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('no', 'product_state_description.ult', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('no', 'product_state_description.ult.b2b', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('no', 'product_state_description.ult.b2b.new', '<p>You can use one of these licenses: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> or <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Both licenses allow you to use [product] without time restrictions.</p><br>'),
('no', 'product_state_description.ult.b2b.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('no', 'product_state_description.ult.new', '<p>Du kan bruke en av disse lisensene: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> eller <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Begge lisensene tillater deg å bruke [product] uten tidsbegrensninger.</p><br>'),
('no', 'product_state_description.ult.ru', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('no', 'product_state_description.ult.ru.new', '<p>Du kan bruke en av disse lisensene: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> eller <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Begge lisensene tillater deg å bruke [product] uten tidsbegrensninger.</p><br>'),
('no', 'product_state_description.ult.ru.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('no', 'product_state_description.ult.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('no', 'product_subscriptions', 'Produkt abonnementer'),
('no', 'product_summary', 'Produkt oppsummering'),
('no', 'product_tabs', 'Produktfaner'),
('no', 'product_type', 'Produkt type'),
('no', 'product_url', 'Produkt URL'),
('no', 'product_variations.add_variations', 'Legg til varianter'),
('no', 'product_variations.add_variations_description', 'Allow customers to switch between similar products by selecting the desired value of their common features.'),
('no', 'product_variations.belongs_to_catalog_item', 'Belongs to catalog item:'),
('no', 'product_variations.cant_edit_feature_categories', 'Couldn\'t assign feature to categories or a feature group. Some variations use this feature and aren\'t in the categories you tried to assign. Please delete <a href=\"[href]\">these products</a>, or disband their variation groups, or assign them to the same categories as feature or feature group, and try again.'),
('no', 'product_variations.converter.features.list.hint', 'Below you\'ll find the list of features and feature variants that will be created during the conversion.'),
('no', 'product_variations.converter.features.list.title', 'Features and feature variants'),
('no', 'product_variations.converter.features.merge', 'Merge selected'),
('no', 'product_variations.converter.features.unmerge', 'Split'),
('no', 'product_variations.converter.progress.combinations.error', 'Couldn\'t convert option combination \"[combination]\" of product \"[product]\"'),
('no', 'product_variations.converter.progress.combinations.title', 'Converting option combinations'),
('no', 'product_variations.converter.progress.configurable_products.error', 'Couldn\'t convert product \"[product]\"'),
('no', 'product_variations.converter.progress.configurable_products.title', 'Converting configurable products'),
('no', 'product_variations.converter.progress.errors', 'Errors'),
('no', 'product_variations.converter.progress.features.error', 'Couldn\'t create feature \"[feature]\"'),
('no', 'product_variations.converter.progress.features.title', 'Creating features'),
('no', 'product_variations.converter.progress.products_with_combinations.error', 'Couldn\'t convert product \"[product]\"'),
('no', 'product_variations.converter.progress.products_with_combinations.error_with_reason', 'Couldn\'t convert product \"[product]\". Reason: [error]'),
('no', 'product_variations.converter.progress.products_with_combinations.no_available_combinations', 'Product doesn\'t have any option combinations.'),
('no', 'product_variations.converter.progress.products_with_combinations.only_one_combination', 'A product with only one available option combination can\'t be converted to a variation. It will work properly even without conversion.'),
('no', 'product_variations.converter.progress.products_with_combinations.title', 'Converting products with option combinations'),
('no', 'product_variations.converter.progress.result.combinations_count', 'Number of converted option combinations:'),
('no', 'product_variations.converter.progress.result.configurable_products_count', 'Number of converted configurable products:'),
('no', 'product_variations.converter.progress.result.go_on_products', 'Go to products'),
('no', 'product_variations.converter.progress.result.products_with_combinations_count', 'Number of converted products with option combinations:'),
('no', 'product_variations.converter.progress.result.title', 'Conversion results'),
('no', 'product_variations.converter.progress.result.variations_count', 'Number of converted variations:'),
('no', 'product_variations.converter.progress.variations.error', 'Couldn\'t convert product \"[product]\"'),
('no', 'product_variations.converter.progress.variations.title', 'Converting variations'),
('no', 'product_variations.converter.progress.wait_another_process', 'Please wait while another process will be complete'),
('no', 'product_variations.converter.result.problems_encountered', 'Some of the products couldn\'t be converted. This is not a standard situation and wasn\'t supposed to happen. There are several ways to address it:<ul><li>Check the products that couldn\'t be converted and configure them manually.</li><li>Contact our technical support via Help Desk, and we\'ll see why products weren\'t converted and what can be done about it.</li></ul>'),
('no', 'product_variations.converter.view.combinations_count', 'Number of option combinations found:'),
('no', 'product_variations.converter.view.configurable_products_count', 'Number of configurable products found:'),
('no', 'product_variations.converter.view.no_data', 'No data for conversion found: it appears that your store doesn\'t have option combinations or product variations.'),
('no', 'product_variations.converter.view.products_with_combinations_count', 'Number of products with option combinations found:'),
('no', 'product_variations.converter.view.title', 'Converting products into variations'),
('no', 'product_variations.converter.view.variations_count', 'Number of product variations found:'),
('no', 'product_variations.create_new', 'Create new products'),
('no', 'product_variations.delete', 'Disband group'),
('no', 'product_variations.delete_product', 'Delete product'),
('no', 'product_variations.edit_features', 'Edit features'),
('no', 'product_variations.error.cannot_mark_main_product_child_product', 'Product #[product_id] in group \"[group_code]\" isn\'t a variation, so it can\'t become default for a catalog item'),
('no', 'product_variations.error.features_is_empty', 'Features couldn\'t be found'),
('no', 'product_variations.error.feature_combination_is_invalid_for_product', 'Wrong combination of features for product #[product_id] \"[product]\"'),
('no', 'product_variations.error.generate_combinations_is_empty', 'Couldn\'t generate variations. Please specify the values of features to generate variations.'),
('no', 'product_variations.error.generate_products_is_empty', 'No new products were created'),
('no', 'product_variations.error.group_code_is_duplicate', 'The specified variation group code is already in use'),
('no', 'product_variations.error.group_code_is_invalid', 'Couldn\'t set this code for variation group. A group code can contain only digits, Latin characters, and the following signs: \"-\" and \"_\"'),
('no', 'product_variations.error.group_code_is_required', 'Variation group code must be specified'),
('no', 'product_variations.error.group_not_found', 'Variation group #[id] not found'),
('no', 'product_variations.error.group_not_found_by_product', 'Couldn\'t find variation group for #[product_id] \"[product]\"'),
('no', 'product_variations.error.no_available_products', 'No suitable products were found'),
('no', 'product_variations.error.product_company_does_not_match_to_group_company.mve', 'Product #[product_id] \"[product]\" can\'t be added to the variation group because all products in a variation group must belong to the same vendor.'),
('no', 'product_variations.error.product_company_does_not_match_to_group_company.ult', 'Product #[product_id] \"[product]\" can\'t be added to the variation group because all products in a variation group must belong to the same storefront.'),
('no', 'product_variations.error.product_has_not_required_features', 'Product #[product_id] \"[product]\" doesn\'t have the required features to become a variation. Please set feature values for that product.'),
('no', 'product_variations.error.product_ids_empty', 'Products couldn\'t be found'),
('no', 'product_variations.error.product_not_found', 'Product #[product_id] not found'),
('no', 'product_variations.error.product_not_found_in_group', 'Product #[product_id] not found in variation group \"[group_code]\"'),
('no', 'product_variations.error.product_with_features_combination_exits', 'Product #[product_id] \"[product]\" has the exact same combination of feature values as a variation that already exists in the group.'),
('no', 'product_variations.exim.result_notice', 'Data is imported successfully.<br />New products - <b>[new]</b>;<br />Updated products - <b>[exist]</b>;<br />Skipped products - <b>[skipped]</b>;<br />Total - <b>[total]</b>;<br />Created variations - <b>[variation_created]</b>;<br />Updated variations - <b>[variation_updated]</b>;<br />Disbanded variations - <b>[variation_removed]</b>.'),
('no', 'product_variations.feature_can_be_deleted', 'Couldn\'t delete a feature or its variant because at least one variation group is based on it. Please delete <a href=\"[href]\">these products</a> or disband their product groups, and try again.'),
('no', 'product_variations.feature_used_by_variation_group.tooltip', 'This feature is used by variation group [code]. To choose a different value of this feature for a product, switch to the \"Variations\" tab of the product editing page. New values can be added on the feature editing page.'),
('no', 'product_variations.group_code', 'Variation group'),
('no', 'product_variations.group_code.description', 'Use the group code on a product editing page or during import to add the product to this group as a variation. A group code can contain only digits, Latin characters, and the following signs: \"-\" and \"_\".'),
('no', 'product_variations.group_code.link', 'Add to variation group'),
('no', 'product_variations.group_code.link.description', 'Select the code of the group to which this product will be added as a variation. If the desired variation group doesn\'t appear among suggestions, please make sure that you have specified the value for every feature that defines the group.'),
('no', 'product_variations.group_code.placeholder', 'Set custom group code here'),
('no', 'product_variations.hide_add_to_wishlist_button', 'Skjul legg til ønskeliste-knappen'),
('no', 'product_variations.link_existing', 'Use existing products'),
('no', 'product_variations.manage', 'Manage variations'),
('no', 'product_variations.mark_main_product', 'Set as default variation'),
('no', 'product_variations.notice.is_old_product_variation', 'This product is an old variation that hasn\'t been converted yet. To make it work as before the upgrade, <a href=\"[convert_url]\">convert old variations to new variations</a>.'),
('no', 'product_variations.notice.old_product_variations_exists', 'Your store still has old product variations. They currently appear as separate products, without the ability to switch between them. To make them work as before the upgrade, <a href=\"[convert_url]\">convert old variations to new variations</a>. It\'s easy and automatic.'),
('no', 'product_variations.no_available_features', 'This product doesn\'t have features that allow grouping products. Please make sure that:<ol><li>You have created at least one feature with <b>Purpose:</b> <i>Variations as separate products</i> or <i>Variations as one product</i>.</li><li>You have specified the value of that feature for the product.</li></ol>'),
('no', 'product_variations.product_type', 'Product type'),
('no', 'product_variations.product_type.catalog_item', 'Catalog item'),
('no', 'product_variations.product_type.variation_of_catalog_item', 'Variation of a catalog item'),
('no', 'product_variations.remove_variation', 'Remove variation from group'),
('no', 'product_variations.select_variation', 'Select a Variation'),
('no', 'product_variations.show_product_code', 'Vis produktkode'),
('no', 'product_variations.show_variation_thumbnails', 'Vis variasjon miniatyrbilder'),
('no', 'product_variations.too_many_combinations', 'Sorry, there are too many possible variations that can be generated. To prevent heavy load, we won\'t display them here. Please create the products with the right feature values manually or via import, and add them to the group.'),
('no', 'product_variations.upgrade_notification.convert_variations_message', '<p>Product variations in version 4.10.1 are more powerful than ever. They can now occupy separate positions in the catalog, be filtered and imported easily. To achieve this, we remade variations from scratch. They are now based on features instead of options.</p><p><b>We have disabled the old variations in your store, because they won’t work until they are converted.</b> The conversion is automatic, we just need your consent. Please check what we plan to do, and convert variations to use features.</p><p><a href=\"[convert_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check and convert variations</a> <a href=\"https://docs.cs-cart.com/4.10.x/user_guide/manage_products/products/product_variations.html\" target=\"_blank\" class=\"btn btn-large\">Learn more about variations</a></p>'),
('no', 'product_variations.upgrade_notification.convert_variations_title', 'Convert product variations to use features'),
('no', 'product_variations.variations', 'Varianter'),
('no', 'product_variations.variations_filling', 'Varianter'),
('no', 'product_variations.variations_list', 'Varianter'),
('no', 'product_variations.variations_list_block_name', 'Variantliste'),
('no', 'product_variations.variations_list_tab_name', 'View all variations as list'),
('no', 'product_variations.variations_naming_strategy.key_value', 'Color: Red, Size: Small'),
('no', 'product_variations.variations_naming_strategy.value', 'Red, Small'),
('no', 'product_variations.variation_of_product', 'Variation of catalog item <a href=\"[url]\">[product]</a>'),
('no', 'profile', 'Profil'),
('no', 'profiles', 'Profiler'),
('no', 'profile_activated', 'Konto aktivert'),
('no', 'profile_deactivated', 'Konto deaktivert'),
('no', 'profile_details', 'Profildetaljer'),
('no', 'profile_fields', 'Profilfelt'),
('no', 'profile_fields_menu_description', 'Konfigurer utvalget av felt som inngår i profilskjemaene.'),
('no', 'profile_field_name', 'Feltnavn'),
('no', 'profile_field_name_tooltip', 'En tegn sekvens som tjener som en identifikator. Du kan bruke tall fra 0 til 9, symboler i det engelske alfabetet og \"_\" tegn.'),
('no', 'profile_info', 'Profil informasjon'),
('no', 'profile_name', 'Profil navn'),
('no', 'profile_type', 'Profile type'),
('no', 'profile_types_section_seller', 'Vendor information'),
('no', 'profile_types_section_user', 'Customers and admins'),
('no', 'project_id', 'Prosjekt ID'),
('no', 'project_password', 'Prosjekt passord'),
('no', 'prolongate_download_key', 'Forleng nedlastingsnøkkelen til'),
('no', 'promotion', 'Kampanje'),
('no', 'promotions', 'Kampanjer'),
('no', 'promotions.cond_all', 'alle'),
('no', 'promotions.cond_any', 'noen'),
('no', 'promotions.cond_false', 'usant'),
('no', 'promotions.cond_true', 'sant'),
('no', 'promotions_menu_description', 'Promoter varer og tilby bonuser og rabatter til dine kunder.'),
('no', 'promotion_bonus_discount_on_categories', 'Rabatt på alle produkter i kategoriene'),
('no', 'promotion_bonus_discount_on_products', 'Rabatt på produkter'),
('no', 'promotion_bonus_free_products', 'Gratis produkter'),
('no', 'promotion_bonus_free_shipping', 'Gratis frakt'),
('no', 'promotion_bonus_gift_certificate', 'Gavekort'),
('no', 'promotion_bonus_give_coupon', 'Gi kupong'),
('no', 'promotion_bonus_give_points', 'Gi poeng'),
('no', 'promotion_bonus_give_usergroup', 'Gi brukergruppe'),
('no', 'promotion_bonus_order_discount', 'Ordre rabatt'),
('no', 'promotion_bonus_product_discount', 'Produkt rabatt'),
('no', 'promotion_cond_auto_coupons', 'Automatisk genererte kupongkoder'),
('no', 'promotion_cond_birthday', 'Bursdag'),
('no', 'promotion_cond_categories', 'Kategorier'),
('no', 'promotion_cond_country', 'Kundens land (frakt)'),
('no', 'promotion_cond_coupon_code', 'Kupong kode'),
('no', 'promotion_cond_feature', 'Produkt funksjon'),
('no', 'promotion_cond_number_of_usages', 'Antall bruksområder'),
('no', 'promotion_cond_once_per_customer', 'En gang per kunde'),
('no', 'promotion_cond_payment', 'Betalingsmåte'),
('no', 'promotion_cond_price', 'Produkt pris'),
('no', 'promotion_cond_products', 'Produkter'),
('no', 'promotion_cond_products_number', 'Totalt antall produkter i handlevognen'),
('no', 'promotion_cond_purchased_products', 'Kjøpte produkter'),
('no', 'promotion_cond_reward_points', 'Poeng på brukers konto'),
('no', 'promotion_cond_shipping', 'Fraktmetoder'),
('no', 'promotion_cond_state', 'Kundens stat/kommune (frakt)'),
('no', 'promotion_cond_subscribed', 'Kunden er abonnent'),
('no', 'promotion_cond_subtotal', 'Ordre delsum'),
('no', 'promotion_cond_total', 'Ordre totalt'),
('no', 'promotion_cond_total_weight', 'Total vekt av produkter i handlevognen'),
('no', 'promotion_cond_usergroup', 'Brukergruppe'),
('no', 'promotion_cond_users', 'Brukere'),
('no', 'promotion_cond_zip_postal_code', 'Kundens postnummer'),
('no', 'promotion_op_amount', 'beløp'),
('no', 'promotion_op_cont', 'inneholder'),
('no', 'promotion_op_eq', 'lik'),
('no', 'promotion_op_gt', 'større'),
('no', 'promotion_op_gte', 'lik eller større'),
('no', 'promotion_op_in', 'i'),
('no', 'promotion_op_lt', 'mindre'),
('no', 'promotion_op_lte', 'lik eller mindre'),
('no', 'promotion_op_ncont', 'inneholder ikke'),
('no', 'promotion_op_neq', 'ikke lik'),
('no', 'promotion_op_nin', 'ikke i'),
('no', 'promo_code', 'Rabatt kode'),
('no', 'promo_code_or_certificate', 'Gavekort eller rabattkoder'),
('no', 'promo_text', 'Promo tekst'),
('no', 'properties', 'Egenskaper'),
('no', 'protection_eligibility', 'Beskyttelse kvalifikasjon'),
('no', 'provider', 'Leverandør'),
('no', 'pspid', 'PSPID'),
('no', 'public', 'Offentlig'),
('no', 'public_files', 'Offentlige filer'),
('no', 'public_key', 'Fellesnøkkel'),
('no', 'purchased', 'Kjøpt'),
('no', 'purchased_in_orders', 'Kjøpt i ordre'),
('no', 'purchased_qty', 'Antall kjøpt'),
('no', 'purchasers_name', 'Fra'),
('no', 'purchase_gift_certificate', 'Kjøp Gavekort'),
('no', 'purpose', 'Purpose'),
('no', 'qty', 'Ant.'),
('no', 'qty_discounts', 'Mengderabatter'),
('no', 'qty_discount_type_tooltip', 'Fast beløp/Prosentandel blir trukket fra prisen'),
('no', 'quantity', 'Antall'),
('no', 'quantity_step', 'Antall pr. trinn'),
('no', 'query', 'Forespørsel'),
('no', 'questions', 'Spørsmål'),
('no', 'question_text', 'Spørsmåltekst'),
('no', 'quick_checkout', 'Hurtigkasse'),
('no', 'quick_links', 'Hurtiglinker'),
('no', 'quick_menu', 'Hurtigmeny'),
('no', 'quick_product_viewer', 'Hurtigvisning av produkter'),
('no', 'quick_view', 'Hurtigvisning'),
('no', 'radiogroup', 'Radio gruppe'),
('no', 'random', 'Tilfeldig'),
('no', 'rank_number', 'Rangerings (\'maskin\') nummer'),
('no', 'rates_depend_on', 'Satser er avhengig av'),
('no', 'rate_area', 'Rate area'),
('no', 'rate_areas', 'Rate areas'),
('no', 'rate_calculation', 'Satsberegning'),
('no', 'rate_calculation_by_rate_area', 'Manual (by defined rate area)'),
('no', 'rate_calculation_manual', 'Manuellt (etter definert beliggenhet)'),
('no', 'rate_calculation_realtime', 'Sanntid'),
('no', 'rate_value', 'Verdi'),
('no', 'rating', 'Vurdering'),
('no', 'read', 'Les'),
('no', 'readme', 'Les meg'),
('no', 'read_more_3d_secure', 'Les mer om 3-D Secure'),
('no', 'reason', 'Årsak'),
('no', 'reasons', 'Årsaker'),
('no', 'reason_text', 'Betalingsagent respons'),
('no', 'rebuild_cache_automatically', 'Gjenoppbygg hurtigbufferen automatisk'),
('no', 'rebuild_cache_automatically_tooltip', 'Endrede filer blir sporet i sanntid (inkludert filene som endres direkte på serveren) og rebufret. Hurtigbuffer av blokker vil bli deaktivert. Nettbutikkens ytelse kan bli noe påvirket. Deaktivering anbefales på operative butikker.'),
('no', 'rebuild_combinations', 'Ombygg kombinasjoner'),
('no', 'recalculate', 'Oppdater'),
('no', 'recalculate_order', 'Rekalkuler ordre'),
('no', 'recalculate_rates', 'Oppdater priser'),
('no', 'recalculate_shipping_cost', 'Rekalkuler fraktkostnad'),
('no', 'recalculate_totals', 'Oppdater totalsum'),
('no', 'recaptcha.text_forbidden_countries_notice', '<p>Google reCAPTACHA will be disabled for the selected countries. Instead, visitors from those countries will be asked to type a few symbols they see on the screen.</p>'),
('no', 'recaptcha.text_settings_notice', '<p>The instructions on how to get the <b>site key</b> and <b>secret</b> are available <b><a target=\"_blank\" href=\"https://developers.google.com/recaptcha/intro\">here</a></b>.<br>Please note that the add-on currently supports only <b>reCAPTCHA v2: Checkbox</b></p>'),
('no', 'recaptcha_settings_notice', '<p>Instruksjonene for hvordan du mottar <b>side nøkkel</b> og <b>hemmelighet</b> er tilgjengelig <b><a target=\"_blank\" href=\"https://developers.google.com/recaptcha/docs/start\">her</a></b>.</p>'),
('no', 'recaptcha_upgrade_notification_text', '[product] leveres nå med <b>Google reCAPTCHA</b> modulen for å forbedre anti-bot-validering. Modulen er installert og aktivert under oppgraderingen, men den gamle CAPTCHA funksjonen vil fortsatt bli brukt til du konfigurerer modulen. Vi anbefaler at du bytter til Google reCAPTCHA så snart som mulig. For å gjøre det: <ol><li>Gå til <b>Moduler → Administrer moduler</b>.</li><li>Finn og klikk på <b>Google reCAPTCHA</b> i modul listen.</li><li>Et popup-vindu åpnes. Skriv inn <b>Side nøkkel</b> og <b>Hemmelighet</b>,og lagre så endringene dine. Instruksjonene om hvordan du får nøkkel og hemmelighet fra Google er tilgjengelig <a href=\'https://developers.google.com/recaptcha/docs/start\'>her</a>.</li></ol> <b>Google reCAPTCHA modulen støtter bare av de responsive <a href=\'http://docs.cs-cart.com/4.5.x/designer_guide/parent_themes.html\'>malene </a>.</b> Har du en mal fra tredjepart, så ta kontakt med utvikleren av malen for mer informasjon før du bytter til Google reCAPTCHA.'),
('no', 'recaptcha_upgrade_notification_title', 'Bytte til Google reCAPTCHA for å beskytte mot roboter'),
('no', 'recent_activity', 'Nylig aktivitet'),
('no', 'recent_blog_posts', 'Nye blogginnlegg'),
('no', 'recent_orders', 'Nye ordre'),
('no', 'recent_products', 'Nylig viste'),
('no', 'recheck', 'Re-sjekk'),
('no', 'recipient', 'Mottaker'),
('no', 'recipients_name', 'Til'),
('no', 'recipient_description', 'Beskrivelse av Grossist'),
('no', 'recommended', 'Anbefalt'),
('no', 'recommenders', 'REES46'),
('no', 'recover', 'Gjenopprett'),
('no', 'recover_password', 'Gjenopprett passord'),
('no', 'recover_password_subj', 'Passord gjenoppretting'),
('no', 'recursively', 'Rekursivt'),
('no', 'redesk_connection_ask_question', 'Ask a question'),
('no', 'redesk_connection_create_ticket', 'Contact vendor'),
('no', 'redesk_connection_multivendor_contact_form_info', 'If all is set up correctly, you can use the following contact form with the Re:Desk departments, which will send the messages directly to your Re:Desk help desk:<br /><a href=\"[http_location]/?dispatch=redesk_connection_multivendor.contact\" target=\"_blank\">[http_location]/?dispatch=redesk_connection_multivendor.contact</a>'),
('no', 'redesk_connection_multivendor_manage', 'Import Vendors into Re:Desk'),
('no', 'redesk_create_vendors_accounts', 'Create manager accounts into Re:Desk for Vendors'),
('no', 'redesk_import_vendors', 'Import vendors into Re:Desk'),
('no', 'redesk_import_vendors_as_departments', 'Import Vendors into Re:Desk as Departments'),
('no', 'redirect_customer_from_storefront', 'Omdirigere besøkende fra denne butikk-forsiden til en butikk som har land som de besøkendes IP-adresser tilhører'),
('no', 'rees46_docs', '\n            <p>Ознакомьтесь с <a href=\"http://docs.rees46.com/pages/viewpage.action?pageId=1409157\" target=\"_blank\">подробной инструкцией</a> по настройке модуля и расстановке блоков рекомендаций.</p>\n        '),
('no', 'rees46_error_export_order', 'Для выгрузки заказов и синхронизации статусов заказов введите код и секретный ключ вашего магазина в настройках модуля.'),
('no', 'rees46_export_order', 'Выгрузить заказы'),
('no', 'rees46_export_success', 'Выгрузка заказов в REES46 успешно инициирована.'),
('no', 'rees46_export_unsuccess', 'Ошибка инициализации выгрузки заказов в REES46.'),
('no', 'rees46_info', '\n            <p>Если вы ещё не зарегистрированы в REES46, то, пожалуйста, <a href=\"http://rees46.com\" target=\"_blank\">зарегистрируйтесь</a>. Затем добавьте свой интернет-магазин в <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личном кабинете</a> REES46. Обратите внимание на \"<b>код магазина</b>\" и \"<b>секретный ключ</b>\", они понадобятся для настройки модуля.</p>\n        '),
('no', 'rees46_menu', 'Рекомендательная система REES46'),
('no', 'rees46_menu_settings', 'Настройки'),
('no', 'rees46_orders', '\n            <p>Процесс обучения алгоритма рекомендаций занимает определенное время. Основное время, как правило, требуется на сбор информации и построение взаимосвязей между покупателями и товарами. Ускорить это время можно, загрузив в систему REES46 историю ваших заказов за последние полгода. Это позволяет построить рекомендации для ваших предыдущих клиентов и сформировать более детальные связи между товарами. Загрузка истории может занять некоторое время.</p>\n        '),
('no', 'rees46_orientation_horizontal', 'Горизонтальное'),
('no', 'rees46_orientation_vertical', 'Вертикальное'),
('no', 'rees46_products_per_line', 'Кол-во товаров в каждой линии блока'),
('no', 'rees46_recommender_code', 'Уникальный код блока рекомендаций'),
('no', 'rees46_recommender_orientation', 'Расположение блока'),
('no', 'rees46_statistics', '\n            <p>Для анализа статистики работы товарных рекомендаций, пожалуйста, перейдите в ваш <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личный кабинет</a> REES46.</p>\n        '),
('no', 'rees46_yml', '\n            <p>Ссылку на YML-файл необходимо указать в настройках <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личного кабинета</a> REES46.</p>\n        '),
('no', 'referer', 'Henviser'),
('no', 'referrers', 'Henviserere'),
('no', 'referrer_domain', 'Henviser domene'),
('no', 'refresh', 'Oppdater'),
('no', 'refresh_packages_list', 'Oppdater tilgjengelige oppgraderinger'),
('no', 'refund', 'Refunder'),
('no', 'refunded', 'Refundert'),
('no', 'refunded_amount', 'Refundert beløp'),
('no', 'regexp', 'RegExp'),
('no', 'regexp_hint', 'Hvis du bruker regexp kontroll, er det nødvendig å sette en påminnelsesmelding som informerer om feil utfylling av feltet, ellers vil sjekken ikke utføres'),
('no', 'region', 'Region'),
('no', 'regions', 'Regioner'),
('no', 'register', 'Registrer deg'),
('no', 'registered', 'Registrert'),
('no', 'registered_customers', 'Registrerte kunder'),
('no', 'register_autoresponder', 'E-post-bekreftelse'),
('no', 'register_new_account', 'Opprett en konto'),
('no', 'register_profile', 'Register profil'),
('no', 'registration', 'Registrering'),
('no', 'registration_date', 'Registreringsdato'),
('no', 'regnumber', 'Registreringsnummer'),
('no', 'related_gift_cert', 'Relaterte gavekort'),
('no', 'related_order', 'Tilhørende ordre'),
('no', 'release_date', 'Lanseringsdato'),
('no', 'remember_me', 'Husk meg'),
('no', 'remove', 'Fjern'),
('no', 'remove_backup_files', 'Fjern backup filer'),
('no', 'remove_cc_info', 'Fjern CC info'),
('no', 'remove_invoice', 'Fjern faktura'),
('no', 'remove_new_orders_filter_upgrade_notification_text', '<p>In previous versions, every administrator could search for orders that he or she hadn\'t viewed yet (\"New orders\"). Because not every administrator views every order, the list of \"new orders\" only kept growing, which could affect the database negatively in a very long run.</p><p>The \"New orders\" condition in the advanced search has been removed. Please take that into account if you have any saved searches with that condition.</p><p><a href=\"[saved_searches]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check saved searches</a></p>'),
('no', 'remove_new_orders_filter_upgrade_notification_title', 'Search for \"New orders\" removed'),
('no', 'remove_theme', 'Fjern mal'),
('no', 'remove_this_item', 'Fjern dette elementet'),
('no', 'rename', 'Gi nytt navn'),
('no', 'repay_order', 'Betal ordre'),
('no', 'reply', 'Reply'),
('no', 'reply_to', 'Svar til'),
('no', 'report', 'Rapport'),
('no', 'reports', 'Rapporter'),
('no', 'reports_interval_1', 'Totalt'),
('no', 'reports_interval_3', 'Dag'),
('no', 'reports_interval_5', 'Uke'),
('no', 'reports_interval_7', 'Måned'),
('no', 'reports_interval_9', 'År'),
('no', 'reports_list', 'Liste over rapporter'),
('no', 'reports_parameter_1', 'Ordre totaler'),
('no', 'reports_parameter_10', 'Frakt kostnader'),
('no', 'reports_parameter_11', 'Kategorier'),
('no', 'reports_parameter_12', 'Produkter'),
('no', 'reports_parameter_13', 'Produkt kostnader'),
('no', 'reports_parameter_14', 'Antall produkter'),
('no', 'reports_parameter_15', 'Ledere'),
('no', 'reports_parameter_2', 'Antall ordre'),
('no', 'reports_parameter_3', 'Ordre'),
('no', 'reports_parameter_4', 'Ordrestatuser'),
('no', 'reports_parameter_5', 'Betalingsmåter'),
('no', 'reports_parameter_6', 'Rate areas'),
('no', 'reports_parameter_7', 'Brukere'),
('no', 'reports_parameter_8', 'Rabatter og kuponger'),
('no', 'reports_parameter_9', 'Moms'),
('no', 'report_a_bug', 'Rapporter en feil'),
('no', 'request', 'Forespørsel'),
('no', 'requests_count', 'Forespørsel opptelling'),
('no', 'requesttype', 'Forespørsel type'),
('no', 'request_account_name', 'Forespurt kontonavn'),
('no', 'request_error_information', 'Kunder har opplevd problemer med å motta priser fra <b> leveringsmetoden [shipping] </b>. Vær sikker på at den er konfigurert riktig og at beregningen av fraktsats er korrekt'),
('no', 'request_error_information_title', 'Frakt feil'),
('no', 'request_statuses', 'forespørselstatuser'),
('no', 'required', 'Obligatorisk'),
('no', 'required_not_answered', 'Du må svare på alle de obligatoriske spørsmålene'),
('no', 'required_products', 'Påkrevde produkter'),
('no', 'required_products_added', 'Følgende påkrevde produkt(er) ble lagt i handlevognen'),
('no', 'required_products_out_of_stock', 'Dette produktet kan ikke legges i handlevognen fordi følgende påkrevde produkt(er) er utsolgt fra lager:'),
('no', 'reset', 'Tilbakestill'),
('no', 'reset_filter', 'Tilbakestill filter'),
('no', 'reset_inventory', 'Tilbakestill lagerbeholdning'),
('no', 'reset_password', 'Tilbakestill passord'),
('no', 'reset_quantity_to_zero', 'Sett antallet av alle produkter til null'),
('no', 'reset_quantity_to_zero_tooltip', 'Hvis du aktiverer denne innstillingen, vil alle produktene i butikken din ha antallet satt til 0, bortsett fra produktene som har mengden spesifisert i den importerte filen.'),
('no', 'resolved', 'Løst'),
('no', 'response', 'Respons'),
('no', 'responsive_admin.email_order_invoice_subject', '[company_name]: Invoice for order'),
('no', 'restore', 'Gjenopprett'),
('no', 'restore_default', 'Bruk standardverdi'),
('no', 'restore_default_value', 'Gjenopprett standardverdier'),
('no', 'restore_from_repository', 'Gjenopprett fra oppbevaringsstedet'),
('no', 'restore_original', 'Gjenopprett original'),
('no', 'restore_robots', 'Gjenopprett standard robots.txt'),
('no', 'ResultCode', 'Resultat kode'),
('no', 'ResultDescription', 'Resultat beskrivelse'),
('no', 'return', 'Tilbake til normal visning'),
('no', 'returnable', 'Returnerbar'),
('no', 'returnable_product', 'Returnerbart produkt'),
('no', 'returned_product', 'Returnert produkt'),
('no', 'returned_products', 'Returnerte produkter'),
('no', 'returning_customer', 'Tilbakevendende kunde'),
('no', 'returns', 'Returvarer'),
('no', 'returns_info', 'Returinfo'),
('no', 'return_info', 'Returinformasjon'),
('no', 'return_period', 'Returperiode'),
('no', 'return_period_days', 'Returperiode (dager)'),
('no', 'return_printslip', 'Etiqueta de retorno'),
('no', 'return_products_information', 'Retur produkt informasjon'),
('no', 'return_registration', 'Be om en erstatning eller refusjon'),
('no', 'return_requests', 'Returforespørsler'),
('no', 'return_requests_menu_description', 'Vis og behandle returforespørsler fra bestillinger i nettbutikken.'),
('no', 'return_requests_note', 'Gå til listen over dine returforespørsler'),
('no', 'return_status', 'Returstatus'),
('no', 'return_url_target', 'Retur URL mål'),
('no', 'reuse', 'Gjenbruk'),
('no', 'reversa_rastreamento', 'Rastreamento'),
('no', 'reversed', 'Reversert'),
('no', 'revert', 'Tilbakestill'),
('no', 'reviews', 'omtale|omtaler'),
('no', 'reward_points', 'Belønningspoeng'),
('no', 'reward_points_log', 'Belønningspoeng oversikt'),
('no', 'reward_points_menu_description', 'Tilordne globale belønningspoeng i butikken.'),
('no', 'reward_points_subj_added_to', '[n] poeng er lagt til kontoen din.|[n] poeng har blitt lagt til din konto.'),
('no', 'reward_points_subj_subtracted_from', '[n] poeng er trukket fra din konto.|[n] poeng er blitt trukket fra din konto.'),
('no', 're_desk_contact_us', 'Contact us'),
('no', 're_desk_department', 'Vendor'),
('no', 're_desk_full_name', 'Full name'),
('no', 're_desk_thank_you', 'Thank you, your message has been sent.'),
('no', 're_desk_you_can_send', 'You can send us a message using the form below.'),
('no', 're_order', 'Bestill denne ordren igjen'),
('no', 'right', 'Høyre'),
('no', 'right_to_left_orientation', 'Høyre til venstre orientering'),
('no', 'risk_checking', 'Risikokontroll er i prosess. Prøv å laste denne siden igjen om ett minutt.'),
('no', 'risk_information', 'Risiko informasjon'),
('no', 'rma', 'RMA'),
('no', 'rma_actions', 'RMA handlinger'),
('no', 'rma_notify_supplier', 'Varsle leverandør'),
('no', 'rma_reasons', 'RMA begrunnelser'),
('no', 'rma_request_statuses', 'RMA forespørsel statuser'),
('no', 'rma_return', 'Retur'),
('no', 'robots_title', 'Redigerer: robots.txt'),
('no', 'romanian', 'Rumensk'),
('no', 'root_category', 'Rot kategori'),
('no', 'root_level', 'Rot nivå'),
('no', 'root_page', 'Rot nivå side'),
('no', 'round_to', 'Rund av til'),
('no', 'routing_code', 'Routing nummer'),
('no', 'rss_created', 'Opprettet'),
('no', 'rss_display_add_to_cart', 'Vis legg i handlekurven knappen'),
('no', 'rss_display_image', 'Vis bilde'),
('no', 'rss_display_original_price', 'Vis netto pris'),
('no', 'rss_display_price', 'Vis brutto pris'),
('no', 'rss_display_sku', 'Vis SKU'),
('no', 'rss_feed', 'RSS-feed'),
('no', 'rss_sort_by', 'Sorter elementer etter'),
('no', 'rss_updated', 'Oppdatert'),
('no', 'ru.tax_and_payments.upgrade_message.message', '<p>You have upgraded to [product] [version]. This version is prepared for the recent changes in Russian legislation (the increase of VAT to 20% and the support of Fiscal Data Format 1.05 for online cash registers). You\'ll only need to do this:</p><p>— If you use ATOL Online, switch to Fiscal Data Format 1.05 as described <a href=\"https://www.cs-cart.ru/blog/vyishel-cs-cart-4-9-2-c-podderzhkoy-ffd-1-05-v-atol-onlayn/\" target=\"_blank\">in our Russian blog</a>. You may have done it already after the release of version 4.9.2.</p>[tax_conversion][failing_services]'),
('no', 'ru.tax_and_payments.upgrade_message.title', 'Russian Legislation: Preparing for January 1, 2019'),
('no', 'runtime', 'Runtime'),
('no', 'russian', 'Russisk'),
('no', 'rus_geolocation_upgrade_notification_text', '<p>The <b>[rus_geolocation_addon]</b> add-on allowed your customers to select their city and see estimated shipping rates on a product page. That functionality is now a part of a new add-on called <b>[geo_maps_addon]</b>. It is already installed and active.</p><p>Two geolocation add-ons shouldn’t be active at the same time. Please make sure that the old <b>[rus_geolocation_addon]</b> add-on is disabled.</p><p><a href=\"[disable_geolocation]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Disable deprecated add-on here</a></p>');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('no', 'rus_geolocation_upgrade_notification_title', 'Geolocation: Add-ons deprecated in favor of [geo_maps_addon]'),
('no', 'sale', 'Salg'),
('no', 'sales', 'Salg'),
('no', 'sales_amount', 'Salgssum'),
('no', 'sales_commission', 'Salgsprovisjon'),
('no', 'sales_period', 'Salgsperiode'),
('no', 'sales_period_total', 'Salgsperiode totalt'),
('no', 'sales_reports', 'Salgsrapporter'),
('no', 'sales_reports_menu_description', 'Detaljert statistikk over salget.'),
('no', 'sales_reports_side_bar_notes', 'To include Order statuses, Payment methods and Rate areas in the conditions list, check the necessary item and click on the \"Save\" button.'),
('no', 'salt', 'Salt'),
('no', 'same_as_source', 'samme som kilde'),
('no', 'save', 'Lagre'),
('no', 'saved_search', 'Lagrede søk'),
('no', 'save_and_close', 'Lagre og lukk'),
('no', 'save_and_send', 'Lagre og send'),
('no', 'save_as', 'Lagre som...'),
('no', 'save_cc', 'Salvar cartão de crédito'),
('no', 'save_changes', 'Lagre endringer'),
('no', 'save_directory', 'Server katalog'),
('no', 'save_discount', 'Spar'),
('no', 'save_layout', 'Lagre layout'),
('no', 'save_layout_as', 'Lagre layout som'),
('no', 'save_process_payment', 'Lagre og behandle betaling'),
('no', 'save_this_search_as', 'Lagre dette søket som'),
('no', 'sb_share', 'Del'),
('no', 'scan_for_modified_core_files', 'Søk etter endrede kjernefiler'),
('no', 'scb_text_notice', 'Vennligst send følgende URL til SCB systemstøtte, som skal sendes som en PostbackURL: <br/><b>[return_url]</b>'),
('no', 'screen', 'Skjerm'),
('no', 'screen_resolution', 'Skjerm oppløsning'),
('no', 'script', 'Skript'),
('no', 'scroller_direction', 'Rulleretning'),
('no', 'scroll_per_page', 'Rulling per side'),
('no', 'search', 'Søk'),
('no', 'search_again', 'Søk igjen'),
('no', 'search_by_order', 'Søk relatert til ordre'),
('no', 'search_by_owner', 'Søk etter eier'),
('no', 'search_by_price', 'Søk relatert til pris'),
('no', 'search_by_product_features', 'Søk relatert til produkt funksjoner'),
('no', 'search_by_product_filters', 'Søk relatert til produkt filtre'),
('no', 'search_by_sku', 'Søk relatert til produkt kode'),
('no', 'search_by_supplier', 'Søk relatert til leverandør'),
('no', 'search_by_vendor', 'Søk etter forhandler'),
('no', 'search_by_weight', 'Søk relatert til vekt'),
('no', 'search_engine', 'Søkemotor'),
('no', 'search_for_pattern', 'Søk etter mønster'),
('no', 'search_in', 'Søk i'),
('no', 'search_in_category', 'Søk i kategori'),
('no', 'search_in_subcategories', 'Søk i underkategorier'),
('no', 'search_options', 'Søkealternativer'),
('no', 'search_product', 'Søk produkt'),
('no', 'search_products', 'Søk produkter'),
('no', 'search_results', 'Søkeresultater'),
('no', 'search_results_for', 'Søkeresultat for [search]'),
('no', 'search_string', 'Søkestreng'),
('no', 'search_tooltip', 'Søk etter produkter, kunder, ordrer og CMS sider'),
('no', 'search_words', 'Søkeord'),
('no', 'secondary_categories', 'Sekundær kategori'),
('no', 'seconds_left', '[n] sekunder igjen|[n] sekunder igjen'),
('no', 'secret_key', 'Hemmelig nøkkel'),
('no', 'secret_string', 'Hemmelig streng'),
('no', 'secret_word', 'Hemmelig ord'),
('no', 'section', 'Seksjon'),
('no', 'section_is_not_completed', 'Seksjonen er ikke ferdigstilt.'),
('no', 'section_links', 'Seksjonslinker'),
('no', 'section_name', 'Seksjonsnavn'),
('no', 'secure', 'Sikker'),
('no', 'secure_checkout', 'Sikker utsjekking'),
('no', 'secure_storefront_url', 'Sikker butikk forside URL'),
('no', 'secure_storefront_url_already_exists', 'Verdien av <strong>Secure storefront URL</strong> parameter nevnt av deg tilhører allerede et annet firma.'),
('no', 'security', 'Sikkerhet'),
('no', 'security_settings', 'Sikkerhetsinnstillinger'),
('no', 'see_demo', 'Se demo'),
('no', 'see_full_templates_list', 'Can\'t find a notification you\'re looking for?<br/><a href=\"[email_template_manage]\">See the full list of email templates</a><br/><a href=\"[internal_template_manage]\">See the full list of on-site notification templates</a>'),
('no', 'select', 'Velg'),
('no', 'selectbox', 'Velg boks'),
('no', 'selected', 'Valgt'),
('no', 'selected_fields', 'Selected fields'),
('no', 'selected_filters', 'Valgte filtre'),
('no', 'selected_items', 'Valgte elementer'),
('no', 'select_all', 'Marker alt'),
('no', 'select_all_product_options', 'Du bør velge alle produkt alternativer'),
('no', 'select_block', 'Velg blokk'),
('no', 'select_coordinates', 'Velg koordinater'),
('no', 'select_country', 'Velg land'),
('no', 'select_customer', 'Velg kunde'),
('no', 'select_dates', 'Velg datoer'),
('no', 'select_descr_lang', 'Velg beskrivelse språk'),
('no', 'select_fields_to_edit', 'Velg felt å redigere'),
('no', 'select_file', 'Velg fil'),
('no', 'select_image', 'Velg bilde'),
('no', 'select_new_owner_company', 'Velg en ny eier av dette firmaets profildata:'),
('no', 'select_one_or_more_type', 'Velg ett eller flere alternativer'),
('no', 'select_options', 'Velg alternativer'),
('no', 'select_option_above', 'Velg det forrige alternativet først'),
('no', 'select_product', 'Velg produkt'),
('no', 'select_products', 'Velg produkter'),
('no', 'select_profile', 'Velg profil'),
('no', 'select_shipping_method', 'Velg fraktmetode'),
('no', 'select_single_type', 'Velg ett alternativ'),
('no', 'select_state', 'Velg stat/kommune'),
('no', 'select_storefront', 'Select [store] storefront'),
('no', 'select_tables', 'Velg tabeller'),
('no', 'sell_files', 'Filer å selge'),
('no', 'semicolon', 'Semikolon'),
('no', 'send', 'Send'),
('no', 'sender', 'Sender'),
('no', 'sending_email_to', 'Sender e-post til [email]...'),
('no', 'send_feedback', 'Hjelp oss å forbedre nettbutikken'),
('no', 'send_invitations', 'Invite'),
('no', 'send_notification', 'Send melding til utvalgte'),
('no', 'send_shipment_notification_to_customer', 'Send forsendelse varsel til kunde'),
('no', 'send_shipping_address', 'Send kunde leveringsadresse'),
('no', 'send_test_email', 'Send test e-post'),
('no', 'send_test_notification', 'Send test notification'),
('no', 'send_to', 'Send til'),
('no', 'send_to_test_email', 'Send til test e-post'),
('no', 'send_via', 'Send via'),
('no', 'send_via_email', 'Send via e-post'),
('no', 'send_via_postal_mail', 'Send via postforsendelser'),
('no', 'sent', 'Sendt'),
('no', 'seo', 'SEO'),
('no', 'seo.create_redirect', 'Opprett redirect fra gamle nettadresser'),
('no', 'seo.error_incorrect_url', 'Feil format for <b>[url]</b> nettadressen. For eksempel hvis nettadressen din er <b>http://example.com/path/to/object</b>, må du skrive inn <b>/path/to/object</b>'),
('no', 'seo.error_old_url_exists', 'Nettadressen du redirecter fra eksisterer allerede'),
('no', 'seo.important_language_text', '<b>Advarsel!</b> Modulen <b>SEO</b> er for tiden konfigurert til å bruke den samme nettadressen for alle språk. Hvis du skjuler, deaktiverer eller sletter et standardspråk for en av butikkene, vil SEO-nettadressene bli endret.'),
('no', 'seo.new_redirect', 'Ny Redirect'),
('no', 'seo.new_url', 'Ny nettadresse'),
('no', 'seo.old_url', 'Gammel nettadresse'),
('no', 'seo.redirects_manager', '301 redirects'),
('no', 'seo.redirects_manager_menu_description', 'Behandle redirect-regler for gamle nettadresser'),
('no', 'seo.rich_snippets', 'Google rich snippets forhåndsvisning'),
('no', 'seo.rich_snippets_rating', 'Vurdering'),
('no', 'seo.rich_snippets_reviews', '[n] omtale|[n] omtaler'),
('no', 'seo_menu_description', 'SEO verktøy for nettbutikken.'),
('no', 'seo_meta_data', 'SEO / Meta data'),
('no', 'seo_name', 'SEO navn'),
('no', 'seo_page_title', 'side [n]'),
('no', 'seo_robots', 'robots.txt'),
('no', 'seo_rules', 'SEO regler'),
('no', 'seo_rules_menu_description', 'Bruk denne seksjonen for å definere globale regler for nettadresser omskrevet i nettbutikken.'),
('no', 'separate_multiple_email_addresses', 'If you enter multiple emails, write each of them in a new line.'),
('no', 'separator', 'Skilletegn'),
('no', 'sequential', 'Sekvensiell'),
('no', 'server', 'Server'),
('no', 'service_not_available', 'Denne tjenesten er ikke tilgjengelig.'),
('no', 'set', 'Sett'),
('no', 'settings', 'Innstillinger'),
('no', 'settings_overwrite_text', '<b>[theme_name]</b> vil sette følgene innstillinger på aktivering'),
('no', 'settings_overwrite_title', 'Malen overskriver butikkens innstillinger'),
('no', 'settings_wizard', 'Innstillingskontroll'),
('no', 'settings_wizard_close_tooltip', 'Veiviseren vil være mulig å gjenåpne i menyen \"Innstillinger -> Innstillings veiviser\".'),
('no', 'settings_wizard_title', 'Innstillings veiviser: Steg [current_step] av [total_steps]'),
('no', 'setting_min_order_amount_type_was_hidden_upgrade_notification_text', '<p>Previously, the <b>Minimum order amount</b> in your store included the shipping costs. If the minimum order amount was $50, and a customer bought 2 products at $20 each, and the shipping cost was $12, then it would be possible to place an order. But now this behavior has changed: only the total price of all products in the cart will determine whether the minimum order amount has been reached.</p><p>Please go to <b>Settings → Checkout</b> and adjust your <b>Minimum order amount</b> to reflect this change.</p><p><a href=\"[checkout_settings]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Open checkout settings</a></p>'),
('no', 'setting_min_order_amount_type_was_hidden_upgrade_notification_title', 'Setting \"Define minimum order amount by\" removed'),
('no', 'set_custom_configuration', 'Angi egendefinert konfigurasjon'),
('no', 'share', 'Del'),
('no', 'share.congratulations_first_order', 'Gratulerer med din første fullførte bestilling.'),
('no', 'share.first_order_tweet', 'Wow! Den første fullførte ordren i din [product] nettbutikk'),
('no', 'share.installation_tweet', 'Jeg har nettopp opprettet en nettbutikk med [product_name]'),
('no', 'sharedsec', 'SharedSec'),
('no', 'shared_secret', 'Delt hemmelighet'),
('no', 'share_discount', 'Del rabatt'),
('no', 'sha_sign', 'SHA-1 Signatur'),
('no', 'shipment', 'Forsendelse'),
('no', 'shipments', 'Forsendelser'),
('no', 'shipments_menu_description', 'Vis og skriv ut pakksedler for forsendelser opprettet fra ordre.'),
('no', 'shipment_date', 'Forsendelsesdato'),
('no', 'shipment_details', 'Forsendelsesdetaljer'),
('no', 'shipment_has_been_created', 'Forsendelse har blitt opprettet'),
('no', 'shipment_id', 'Forsendelse ID'),
('no', 'shipment_info', 'Forsendelse informasjon'),
('no', 'shipment_statuses', 'Forsendelse statuser'),
('no', 'shipped', 'Sendt'),
('no', 'shipped_products', 'Sendte produkter'),
('no', 'shipper_number', 'Avsender nummer'),
('no', 'shipping', 'Fraktkostnad'),
('no', 'shippings', 'Forsendelser'),
('no', 'shippings.aup.currency_not_configured', 'For å aktivere Australia Post frakt, må du ha australske dollar aktivert som valuta.'),
('no', 'shippings.aup.pac_api_key', 'PAC API-nøkkel'),
('no', 'shippings.can.api_keys', 'API nøkler'),
('no', 'shippings.can.business_account_information', 'Informasjon om forretningskonto'),
('no', 'shippings.can.contract_id', 'Kontrakt ID'),
('no', 'shippings.can.customer_number', 'Kundenummer'),
('no', 'shippings.can.options', 'Leveringsalternativer'),
('no', 'shippings.can.option_cod', 'Betal ved levering'),
('no', 'shippings.can.option_cov', 'Dekning'),
('no', 'shippings.can.option_cov_amount', 'Dekningsbeløp'),
('no', 'shippings.can.option_dns', 'Ikke sikker avlevering'),
('no', 'shippings.can.option_hfp', 'Kort for henting'),
('no', 'shippings.can.option_lad', 'Lever på døren - ikke kort'),
('no', 'shippings.can.option_pa18', 'Aldersbevis nødvendig - 18'),
('no', 'shippings.can.option_pa19', 'Aldersbevis nødvendig - 19'),
('no', 'shippings.can.option_so', 'Signatur'),
('no', 'shippings.can.password', 'Passord'),
('no', 'shippings.can.username', 'Brukernavn'),
('no', 'shippings.currency_not_found', 'Valuta [currency] ble ikke funnet'),
('no', 'shippings.fedex.currency_is_missing', 'Prisene beregnet av FedEx er i [currency], og denne valutaen er ikke satt opp i butikken din. Vennligst opprett den valutaen, ellers vil ikke kundene kunne velge denne fraktmetoden.'),
('no', 'shippings.fedex.freight_account_number', 'Kontonummer for frakt'),
('no', 'shippings.fedex.options', 'Leveringsalternativer'),
('no', 'shippings.fedex.option_broker_select_option', 'Megler velg alternativ'),
('no', 'shippings.fedex.option_call_before_delivery', 'Ring før levering'),
('no', 'shippings.fedex.option_cod', 'COD'),
('no', 'shippings.fedex.option_cod_amount', 'COD beløp'),
('no', 'shippings.fedex.option_cod_collection_type', 'COD samlingstype'),
('no', 'shippings.fedex.option_cod_collection_type_any', 'Hvilken som helst'),
('no', 'shippings.fedex.option_cod_collection_type_cash', 'Kontanter'),
('no', 'shippings.fedex.option_cod_collection_type_guaranteed_funds', 'Garanterte midler'),
('no', 'shippings.fedex.option_custom_delivery_window', 'Tilpasset leveringsvindu'),
('no', 'shippings.fedex.option_dangerous_goods', 'Farlig gods'),
('no', 'shippings.fedex.option_dangerous_goods_accessibility', 'Farlig gods tilgjengelighet'),
('no', 'shippings.fedex.option_dangerous_goods_accessibility_accessible', 'Tilgjengelig'),
('no', 'shippings.fedex.option_dangerous_goods_accessibility_inaccessible', 'Utilgjengelig'),
('no', 'shippings.fedex.option_dangerous_goods_options', 'Farlig innhold alternativer'),
('no', 'shippings.fedex.option_dangerous_goods_options_battery', 'Batteri'),
('no', 'shippings.fedex.option_dangerous_goods_options_hazardous_materials', 'Farlige materialer'),
('no', 'shippings.fedex.option_dangerous_goods_options_limited_quantities_commodities', 'Begrensede mengder varer'),
('no', 'shippings.fedex.option_dangerous_goods_options_orm_d', 'ORM-D'),
('no', 'shippings.fedex.option_dangerous_goods_options_reportable_quantities', 'Rapporterte antall'),
('no', 'shippings.fedex.option_dangerous_goods_options_small_quantity_exception', 'Liten mengde unntak'),
('no', 'shippings.fedex.option_do_not_break_down_pallets', 'Ikke bryt ned paller'),
('no', 'shippings.fedex.option_do_not_stack_pallets', 'Ikke stable paller'),
('no', 'shippings.fedex.option_dry_ice', 'Tørris'),
('no', 'shippings.fedex.option_east_coast_special', 'Østkyst spesial'),
('no', 'shippings.fedex.option_electronic_trade_documents', 'Elektroniske handelsdokumenter'),
('no', 'shippings.fedex.option_extreme_length', 'Ekstrem lengde'),
('no', 'shippings.fedex.option_fedex_one_rate', 'FedEx One Rate'),
('no', 'shippings.fedex.option_food', 'Mat'),
('no', 'shippings.fedex.option_freight_guarantee', 'Frakt garanti'),
('no', 'shippings.fedex.option_freight_to_collect', 'Frakt å hente'),
('no', 'shippings.fedex.option_future_day_shipment', 'Neste dag forsendelse'),
('no', 'shippings.fedex.option_hold_at_location', 'Hold på stedet'),
('no', 'shippings.fedex.option_home_delivery_premium', 'Hjemkjøring Premium'),
('no', 'shippings.fedex.option_inside_delivery', 'Inne levering'),
('no', 'shippings.fedex.option_inside_pickup', 'Hent inne'),
('no', 'shippings.fedex.option_international_controlled_export_service', 'Internasjonalt kontrollert eksportservice'),
('no', 'shippings.fedex.option_international_traffic_in_arms_regulations', 'International traffic in arms regulations'),
('no', 'shippings.fedex.option_liftgate_delivery', 'Liftgate levering'),
('no', 'shippings.fedex.option_liftgate_pickup', 'Liftgate pickup'),
('no', 'shippings.fedex.option_limited_access_delivery', 'Begrenset tilgangslevering'),
('no', 'shippings.fedex.option_limited_access_pickup', 'Begrenset tilgang pickup'),
('no', 'shippings.fedex.option_pharmacy_delivery', 'Apotek levering'),
('no', 'shippings.fedex.option_poison', 'Gift'),
('no', 'shippings.fedex.option_protection_from_freezing', 'Beskyttelse mot frysing'),
('no', 'shippings.fedex.option_returns_clearance', 'Retur klarering'),
('no', 'shippings.fedex.option_saturday_delivery', 'Lørdagslevering'),
('no', 'shippings.fedex.option_saturday_pickup', 'Lørdag pickup'),
('no', 'shippings.fedex.option_top_load', 'Topp Beregnigner'),
('no', 'shippings.fedex.upgrade_notification_text', '<p>Den nyeste versjonen av [product] har ulike innstillinger for fraktpris beregning i sanntid hvis du bruker FedEx som transportselskap.</p><p>Hvis du ønsker å vise gjeldende fraktpriser til kundene dine, kan du gjøre dette:</p><ul><li>Gå til Administrasjon > Forsendels og moms > Fraktmetoder</li><li>velg fraktmetoden som bruker FedEx som transportselskap for å beregne fraktpriser</li><li>gå til Generelt-fanen og skriv inn riktig frakttjeneste</li><li>bytte til fanen Konfigurer og velg ønsket leveringsalternativ</li></ul>'),
('no', 'shippings.fedex.upgrade_notification_title', 'FedEx realtime frakt beregning endringer'),
('no', 'shippings.service_not_configured', 'Servicen er ikke konfigurert'),
('no', 'shippings.service_not_found', 'Servicen ble ikke funnet'),
('no', 'shippings.ups.package_type.01', 'UPS brev'),
('no', 'shippings.ups.package_type.02', 'Pakke'),
('no', 'shippings.ups.package_type.03', 'Rør'),
('no', 'shippings.ups.package_type.04', 'Pak'),
('no', 'shippings.ups.package_type.21', 'Express boks'),
('no', 'shippings.ups.package_type.24', '25KG boks'),
('no', 'shippings.ups.package_type.25', '10KG boks'),
('no', 'shippings.ups.package_type.2a', 'Liten Express boks'),
('no', 'shippings.ups.package_type.2b', 'Middels Express boks'),
('no', 'shippings.ups.package_type.2c', 'Stor Express boks'),
('no', 'shippings.ups.package_type.30', 'Palle'),
('no', 'shippings_taxes', 'Forsendelse og moms'),
('no', 'shipping_address', 'Leveringsadresse'),
('no', 'shipping_address_changed', 'Leveringsadressen har blitt endret'),
('no', 'shipping_address_line_2', 'Frakt: adresse (linje 2)'),
('no', 'shipping_applied_to_vendors', 'Leveringsmåten ble lagt til for [vendors] forhandlere'),
('no', 'shipping_charges', 'Fraktomkostninger'),
('no', 'shipping_city', 'Frakt: poststed'),
('no', 'shipping_cost', 'Fraktkostnader'),
('no', 'shipping_costs_will_changed', 'Fraktkostnader vil bli endret av'),
('no', 'shipping_country', 'Frakt: land'),
('no', 'shipping_estimation', 'Fraktestimering'),
('no', 'shipping_first_name', 'Frakt: fornavn'),
('no', 'shipping_freight', 'Frakt'),
('no', 'shipping_information', 'Sporing'),
('no', 'shipping_last_name', 'Frakt: etternavn'),
('no', 'shipping_method', 'Fraktmetode'),
('no', 'shipping_methods', 'Fraktmetoder'),
('no', 'shipping_methods_menu_description', 'Sett av regler og parametere for å beregne fraktkostnader.'),
('no', 'shipping_name', 'Fraktnavn'),
('no', 'shipping_options', 'Levering'),
('no', 'shipping_phone', 'Frakt: telefon'),
('no', 'shipping_properties', 'Shipping properties'),
('no', 'shipping_rates', 'Fraktpriser'),
('no', 'shipping_same_as_billing', 'Leveringsadressen er den samme som fakturaadresse'),
('no', 'shipping_service', 'Fraktservice'),
('no', 'shipping_state', 'Frakt: stat'),
('no', 'shipping_time_and_charges', 'Shipping time and rates'),
('no', 'shipping_tips', ''),
('no', 'shipping_zipcode', 'Frakt: postnummer'),
('no', 'ship_dhl_height', 'Pakkehøyde (tommer)'),
('no', 'ship_dhl_length', 'Pakkelengde (tommer)'),
('no', 'ship_dhl_site_id', 'Nettsted ID'),
('no', 'ship_dhl_width', 'Pakkebredde (tommer)'),
('no', 'ship_downloadable', 'Aktiver frakt for nedlastbare produkter'),
('no', 'ship_fedex_ancillary_endorsement', 'Hjelpeutstyr anbefalinger'),
('no', 'ship_fedex_ancillary_endorsement_address_correction', 'Adresse service forespørsel'),
('no', 'ship_fedex_ancillary_endorsement_carrier_leave_if_no_response', 'Transportselskap reiser dersom ingen svarer'),
('no', 'ship_fedex_ancillary_endorsement_change_service', 'Endre tjeneste som er etterspurt'),
('no', 'ship_fedex_ancillary_endorsement_forwarding_service', 'Videresendings service etterspurt'),
('no', 'ship_fedex_ancillary_endorsement_return_delivery', 'Retur service etterspurt'),
('no', 'ship_fedex_customer_manifest_id', 'Kunde manifest ID'),
('no', 'ship_fedex_drop_off_type', 'Leveringstype'),
('no', 'ship_fedex_drop_off_type_business_service_center', 'Firma servicesenter'),
('no', 'ship_fedex_drop_off_type_drop_box', 'Innleveringspostkasse'),
('no', 'ship_fedex_drop_off_type_regular_pickup', 'Normal henting'),
('no', 'ship_fedex_drop_off_type_request_courier', 'Be om bud'),
('no', 'ship_fedex_drop_off_type_station', 'Lever på stasjon'),
('no', 'ship_fedex_height', 'Høyde (tommer)'),
('no', 'ship_fedex_hub_id', 'Hub ID'),
('no', 'ship_fedex_indicia', 'Indicia'),
('no', 'ship_fedex_indicia_media_mail', 'Media post (Pakker 1-70 lbs bøker, DVDer, CDer, videofilmer)'),
('no', 'ship_fedex_indicia_parcel_select', 'Pakkevalg (Pakker fra 1 ttil 70 lbs)'),
('no', 'ship_fedex_indicia_presorted_bound_printed_matter', 'Bundete trykksak-pakker (pakker fra 1 til 15 lbs kataloger, telefonbøker eller annet permanent bundet)'),
('no', 'ship_fedex_indicia_presorted_standard', 'Vanlige postpakker (pakker mindre enn 1 lb)'),
('no', 'ship_fedex_length', 'Lengde (tommer)'),
('no', 'ship_fedex_meter_number', 'Målernummer'),
('no', 'ship_fedex_package_type_fedex_10kg_box', 'FedEx 10kg Boks'),
('no', 'ship_fedex_package_type_fedex_25kg_box', 'FedEx 25kg Boks'),
('no', 'ship_fedex_package_type_fedex_box', 'FedEx Boks'),
('no', 'ship_fedex_package_type_fedex_envelope', 'FedEx konvolutt'),
('no', 'ship_fedex_package_type_fedex_extra_large_box', 'FedEx ekstra stor boks'),
('no', 'ship_fedex_package_type_fedex_large_box', 'FedEx stor boks'),
('no', 'ship_fedex_package_type_fedex_medium_box', 'FedEx Medium boks'),
('no', 'ship_fedex_package_type_fedex_pak', 'FedEx Pakke'),
('no', 'ship_fedex_package_type_fedex_small_box', 'FedEx liten boks'),
('no', 'ship_fedex_package_type_fedex_tube', 'FedEx sylinder'),
('no', 'ship_fedex_package_type_your_packaging', 'Din emballasje'),
('no', 'ship_fedex_smart_post', 'Smart Post'),
('no', 'ship_fedex_special_services', 'Spesial tjeneste (leveringsbekreftelse)'),
('no', 'ship_fedex_width', 'Bredde (tommer)'),
('no', 'ship_height', 'Pakkehøyde (cm)'),
('no', 'ship_length', 'Pakkelengde (cm)'),
('no', 'ship_sp_l_acknowledgement_of_delivery', 'Bekreftelse av levering (kun for rekommandert post)'),
('no', 'ship_sp_l_cash_on_delivery', 'Oppkrav (kun for rekommandert post)'),
('no', 'ship_sp_l_personal_delivery', 'Personlig leveranse (kun for rekommandert post)'),
('no', 'ship_sp_l_registered_mail', 'Rekommandert post'),
('no', 'ship_sp_pc_assurance', 'Forsikring'),
('no', 'ship_sp_pc_cash_on_delivery', 'Oppkrav (Cash On Delivery, COD)'),
('no', 'ship_sp_pc_fragile', 'Skjørt gods'),
('no', 'ship_sp_pc_manual_handling', 'Manuell håndtering'),
('no', 'ship_sp_pc_personal', 'Personlig'),
('no', 'ship_sp_pc_signature', 'Signatur'),
('no', 'ship_sp_pp_additional_insurance', 'Ekstra forsikring (opptil CHF 3000 .-)'),
('no', 'ship_sp_pp_bulky_goods', 'Uhåndterlig/stort gods'),
('no', 'ship_sp_pp_cash_on_delivery', 'Oppkrav (kun ØKONOMI)'),
('no', 'ship_sp_pp_manual_processing', 'Manuell behandling'),
('no', 'ship_sp_ur_additional_insurance', 'Ekstra forsikring for varer som HASTER (opptil CHF 3000 .-)'),
('no', 'ship_swisspost_error_intl_delivery', 'Kan ikke bruke denne leveringsmetoden for internasjonale leveringer'),
('no', 'ship_swisspost_error_private_delivery', 'Kan ikke bruke denne leveringsmetoden for private leveranser'),
('no', 'ship_swisspost_heavy_package', 'Pakken er for tung'),
('no', 'ship_swisspost_unable_to_open_additional_services', 'Kan ikke åpne additional_services.csv filen'),
('no', 'ship_swisspost_unable_to_open_service', 'Kan ikke åpne [code] filen'),
('no', 'ship_temando_height', 'Pakkehøyde'),
('no', 'ship_temando_length', 'Pakkelengde'),
('no', 'ship_temando_measurement', 'Pakkemål'),
('no', 'ship_temando_method', 'Leveringsmetode'),
('no', 'ship_temando_package', 'Innpakking'),
('no', 'ship_temando_readydate', 'Klar dato (dager)'),
('no', 'ship_temando_subclass', 'Klasse på varen som sendes'),
('no', 'ship_temando_weight_measurement', 'Vekt målingstype'),
('no', 'ship_temando_width', 'Pakkebredde'),
('no', 'ship_to', 'Send til'),
('no', 'ship_to_another', 'Send til en annen adresse'),
('no', 'ship_ups_access_key', 'UPS Priser Adgangsnøkkel'),
('no', 'ship_ups_dcist_type', 'Bekreftelse type'),
('no', 'ship_ups_delivery_confirmation', 'Ingen signatur'),
('no', 'ship_ups_delivery_confirmation_adult_signature', 'Signatur fra voksen kreves'),
('no', 'ship_ups_delivery_confirmation_signature', 'Signatur kreves'),
('no', 'ship_ups_package_type_01', 'UPS brev/ UPS Ekspresskonvolutt'),
('no', 'ship_ups_package_type_03', 'UPS Tube'),
('no', 'ship_ups_package_type_04', 'UPS Pak'),
('no', 'ship_ups_package_type_21', 'UPS Ekspress Boks'),
('no', 'ship_ups_package_type_24', 'UPS 25kg Boks'),
('no', 'ship_ups_package_type_25', 'UPS 10kg Boks'),
('no', 'ship_ups_pickup_type', 'Henting type'),
('no', 'ship_ups_pickup_type_01', 'Daglig henting'),
('no', 'ship_ups_pickup_type_03', 'Kundeskranke'),
('no', 'ship_ups_pickup_type_06', 'Engangs henting'),
('no', 'ship_ups_pickup_type_07', 'On Call Air'),
('no', 'ship_ups_pickup_type_11', 'Veiledende priser'),
('no', 'ship_ups_pickup_type_19', 'Brevsenter'),
('no', 'ship_ups_pickup_type_20', 'Luftfartsenter'),
('no', 'ship_ups_use_delivery_confirmation', 'Bruk Leveringsbekreftelse'),
('no', 'ship_usps_container', 'Beholder'),
('no', 'ship_usps_container_express', 'Beholder (Express)'),
('no', 'ship_usps_container_express_flat_rate_envelope', 'Fastpris Konvolutt'),
('no', 'ship_usps_container_priority', 'Container (Prioritetspost)'),
('no', 'ship_usps_container_priority_flat_rate_box', 'Fastpris Boks'),
('no', 'ship_usps_container_priority_flat_rate_envelope', 'Fastpris Brev'),
('no', 'ship_usps_container_priority_gift_card_flat_rate_envelope', 'Gavekort fast pris konvolutt'),
('no', 'ship_usps_container_priority_legal_flat_rate_envelope', 'Lovlig fast pris konvolutt'),
('no', 'ship_usps_container_priority_lg_flat_rate_box', 'Stor Fastpris Boks'),
('no', 'ship_usps_container_priority_md_flat_rate_box', 'Medium Fastpris Boks'),
('no', 'ship_usps_container_priority_nonrectangular', 'Ikke Rektangulær'),
('no', 'ship_usps_container_priority_padded_flat_rate_envelope', 'Polstret fast pris konvolutt'),
('no', 'ship_usps_container_priority_rectangular', 'Rektangulær'),
('no', 'ship_usps_container_priority_regional_a_rate_box', 'Regional pris Boks A'),
('no', 'ship_usps_container_priority_regional_b_rate_box', 'Regional pris Boks B'),
('no', 'ship_usps_container_priority_regional_c_rate_box', 'Regional pris Boks C'),
('no', 'ship_usps_container_priority_sm_flat_rate_box', 'Liten Fastpris Boks'),
('no', 'ship_usps_container_priority_sm_flat_rate_envelope', 'Sm fast pris konvolutt'),
('no', 'ship_usps_container_priority_window_flat_rate_envelope', 'Fast pris konvolutt med vindu'),
('no', 'ship_usps_first_class_mail_type', 'Førsteklasses Posttype'),
('no', 'ship_usps_first_class_mail_type_flat', 'Flat'),
('no', 'ship_usps_first_class_mail_type_parcel', 'Pakke'),
('no', 'ship_usps_intl_package_girth', 'Pakkeomkrets'),
('no', 'ship_usps_intl_package_height', 'Pakkehøyde'),
('no', 'ship_usps_intl_package_length', 'Pakkelengde'),
('no', 'ship_usps_intl_package_size', 'Pakkestørrelse'),
('no', 'ship_usps_intl_package_width', 'Pakkebredde'),
('no', 'ship_usps_machinable', 'Bearbeidbar (Førsteklasses Post eller pakkepost)'),
('no', 'ship_usps_machinable_false', 'Usant'),
('no', 'ship_usps_machinable_true', 'Sant'),
('no', 'ship_usps_mailtype', 'Type post'),
('no', 'ship_usps_mailtype_matter_for_the_blind', 'Sending for de blinde'),
('no', 'ship_usps_mailtype_postcards_or_aerogrammes', 'Postkort eller Luftpostbrev'),
('no', 'ship_usps_package_size', 'Pakkestørrelse (lengde + omkrets, tommer)'),
('no', 'ship_usps_package_size_large', 'Stor (84..108)'),
('no', 'ship_usps_package_size_oversize', 'Ekstra stor (108..130)'),
('no', 'ship_usps_package_size_regular', 'Normal (0..84)'),
('no', 'ship_usps_priority_girth', 'Prioritetspost (Størrelse: Stor, Container: ikke-rektangulær) Omkrets (tommer)'),
('no', 'ship_usps_priority_height', 'Prioritetspost (Størrelse: Stor) Høyde (tommer)'),
('no', 'ship_usps_priority_length', 'Prioritetspost (Størrelse: Stor) Lengde (tommer)'),
('no', 'ship_usps_priority_width', 'Prioritetspost (Størrelse: Stor) Bredde (tommer)'),
('no', 'ship_usps_username', 'Bruker ID'),
('no', 'ship_width', 'Pakkebredde (cm)'),
('no', 'shop_now', 'Kjøp nå'),
('no', 'short_description', 'Kort beskrivelse'),
('no', 'short_hour', 't.'),
('no', 'short_list', 'Kort liste'),
('no', 'show', 'Vis'),
('no', 'show_all', 'Vis alle'),
('no', 'show_all_storefronts', 'Show all storefronts'),
('no', 'show_all_storefronts_with_count', 'Show all [count] storefronts'),
('no', 'show_in_product_header', 'Vis i produkt headeren'),
('no', 'show_in_product_list', 'Vis i produktlisten'),
('no', 'show_items_in_line', 'Vis elementer innebygd'),
('no', 'show_less', 'Vis mindre'),
('no', 'show_location', 'Vis beliggenhet'),
('no', 'show_menu_on_mouse_over', 'Vis menyen når musen er over'),
('no', 'show_more', 'Vis mer'),
('no', 'show_on_checkout', 'Vis ved utsjekking'),
('no', 'show_on_separate_page', 'Vis på egen side'),
('no', 'show_on_the_features_tab', 'Vis på funksjons-fliken'),
('no', 'show_options', 'Vis valg'),
('no', 'show_orders', 'Vis ordre'),
('no', 'show_package_contents', 'Vis oppgraderings innholdet'),
('no', 'show_price', 'Vis pris'),
('no', 'show_products_count', 'Vis produkt antall'),
('no', 'show_rate_for_destination', 'Vis priser for beliggenhet'),
('no', 'show_rate_for_rate_area', 'Show rates for rate area'),
('no', 'show_rating', 'Show review rating'),
('no', 'show_tab_in_popup', 'Vis denne fanen i et popup vindu'),
('no', 'show_to', 'Show to'),
('no', 'sidebox_general', 'Ordinær blokk (H3-overskrift) [deprecated]'),
('no', 'sidebox_important', 'Ordinær blokk (H3-overskrift)'),
('no', 'signature', 'Signatur'),
('no', 'signed_in_as', 'Logget inn som'),
('no', 'sign_in', 'Logg deg inn'),
('no', 'sign_in_as_different', 'Logg deg inn som en annen bruker'),
('no', 'sign_in_to_buy', 'Logg deg inn for å handle'),
('no', 'sign_in_to_enter_tags', 'Logg inn for å skrive inn tagger'),
('no', 'sign_in_to_view_price', 'Logg deg inn for å se prisen'),
('no', 'sign_out', 'Logg ut'),
('no', 'sign_up_for_notification', 'Registrer deg for varslinger'),
('no', 'similar', 'Lignende'),
('no', 'similar_category', 'I samme kategori'),
('no', 'similar_in_stock', 'Bare \"på lager\" produkter'),
('no', 'similar_only', 'Kun like'),
('no', 'similar_subcats', 'Vurder underkategorier'),
('no', 'simple_ultimate_companies_selector', 'Ta kontakt med teknisk støtte'),
('no', 'simultaneous', 'Samtidig'),
('no', 'single', 'Enkel'),
('no', 'single_coupon_is_allowed', 'Kun en rabattkupong er tillatt'),
('no', 'sitemap', 'Sidekart'),
('no', 'sitemap_available_in_customer', 'Sidekartet er tilgjengelig fra denne linken: <a href=\"[sitemap_url]\">[sitemap_url]</a><br /><br />Du kan se sidekartet fra URL-en <a href=\"[http_location]/sitemap.xml\">[http_location]/sitemap.xml</a>'),
('no', 'sitemap_menu_description', 'Opprett flere seksjoner av kundeområdets sidekart og definer linker for dem.'),
('no', 'sitemap_settings', 'Sidekart innstillinger'),
('no', 'siteurl', 'Side URL'),
('no', 'site_number', 'Nettside nummer (EPT)'),
('no', 'size', 'Størrelse'),
('no', 'skiplastpage', 'Hopp over siste side'),
('no', 'skip_creating_new_products', 'Hopp over skape nye produkter'),
('no', 'skip_payment', 'Hopp over betaling'),
('no', 'skrill_customer_id', 'Skrill Kunde ID'),
('no', 'sku', 'KODE'),
('no', 'slovak', 'Slovakisk'),
('no', 'slow', 'Langsom'),
('no', 'small_items', 'Små elementer'),
('no', 'smarty_block', 'HTML blokk med Smarty støtte'),
('no', 'sms_customer_registered', 'Kunden [name] har blitt registrert.'),
('no', 'sms_for_the_sum', 'til beløpet av'),
('no', 'sms_order_placed', 'har blitt plassert'),
('no', 'snapshot_date', 'Øyeblikksbilde dato'),
('no', 'snippets', 'Tekstbiter'),
('no', 'snippets_have_been_deleted', 'Tekstbitene har blitt slettet.'),
('no', 'snippet_exists', 'Tekstbiten med den valgte koden finnes allerede, prøv med en annen.'),
('no', 'sort_by', 'Sorter etter'),
('no', 'sort_by_bestsellers_asc', 'Sorter etter bestselgende: lav til høy'),
('no', 'sort_by_bestsellers_desc', 'Sorter etter bestselgende'),
('no', 'sort_by_company_asc', 'Sorter alfabetisk: A til Z'),
('no', 'sort_by_company_desc', 'Sorter alfabetisk: Z til A'),
('no', 'sort_by_helpfulness_asc', 'Helpful last'),
('no', 'sort_by_helpfulness_desc', 'Helpful first'),
('no', 'sort_by_null_asc', 'Ingen sortering'),
('no', 'sort_by_null_desc', 'Ingen sortering'),
('no', 'sort_by_on_sale_asc', 'Sorter etter rabatt: lav til høy'),
('no', 'sort_by_on_sale_desc', 'Sorter etter rabatt: høy til lav'),
('no', 'sort_by_popularity_asc', 'Sorter etter popularitet: Lav til høy'),
('no', 'sort_by_popularity_desc', 'Sorter etter popularitet'),
('no', 'sort_by_position_asc', 'Sorter etter posisjon: Lav til høy'),
('no', 'sort_by_position_desc', 'Sorter etter posisjon: Høy til lav'),
('no', 'sort_by_price_asc', 'Sorter etter pris: Lav til høy'),
('no', 'sort_by_price_desc', 'Sorter etter pris: Høy til lav'),
('no', 'sort_by_product_asc', 'Sorter alfabetisk: A til Z'),
('no', 'sort_by_product_desc', 'Sorter alfabetisk: Z til A'),
('no', 'sort_by_product_review_timestamp_asc', 'Sort by date: Oldest to Newest'),
('no', 'sort_by_product_review_timestamp_desc', 'Sort by date: Newest to Oldest'),
('no', 'sort_by_rating_asc', 'Sort by rating: Low to High'),
('no', 'sort_by_rating_desc', 'Sort by rating'),
('no', 'sort_by_rating_value_asc', 'Sort by rating: Low to High'),
('no', 'sort_by_rating_value_desc', 'Sort by rating: High to Low'),
('no', 'sort_by_timestamp_asc', 'Eldste produkter først'),
('no', 'sort_by_timestamp_desc', 'Nyeste produkter først'),
('no', 'sort_images', 'Sorter bilder'),
('no', 'sort_order', 'Order'),
('no', 'spanish', 'Spansk'),
('no', 'special', 'Spesiell'),
('no', 'specific_settings', 'Spesifikke innstillinger'),
('no', 'specify_options', 'Angi alternativer'),
('no', 'specify_url', 'Angi URL'),
('no', 'speed', 'Hastighet'),
('no', 'ssl_certificate', 'SSL sertifikat'),
('no', 'staff_only_notes', 'Notater kun for personale'),
('no', 'stage', 'Fase'),
('no', 'standard_sidebox', 'Standard sideboks'),
('no', 'start', 'Start'),
('no', 'start_communication', 'Start kommunikasjon'),
('no', 'start_date', 'Startdato'),
('no', 'start_price', 'Startpris'),
('no', 'state', 'Stat/kommune'),
('no', 'states', 'Stater/kommuner'),
('no', 'states_list', 'Liste over stater'),
('no', 'states_menu_description', 'Administrer utvalget av stater/kommuner som er støttet i din nettbutikk.'),
('no', 'static_block', 'Statisk blokk'),
('no', 'static_data', 'Statiske data'),
('no', 'static_data_use_item', 'Bruk \"Link teksten\", og \"URL\" verdier fra dette elementet på butikkforsiden'),
('no', 'statistics', 'Statistikk'),
('no', 'statistics_by_questions', 'Statistikk etter spørsmål'),
('no', 'status', 'Status'),
('no', 'statuses', 'statuser'),
('no', 'statuses_management', 'Statuses'),
('no', 'status_changed', 'Status er endret'),
('no', 'status_changed_after_process_payment', 'Ordrestatus ble angitt i henhold til resultatet av betalingsbehandlingen'),
('no', 'stay_connected', 'Hold kontakten'),
('no', 'stay_connected_notice', 'Skriv inn din e-post for å motta spesialtilbud og kampanjer via vårt nyhetsbrev.'),
('no', 'step_four', 'Trinn 4'),
('no', 'step_one', 'Trinn 1'),
('no', 'step_three', 'Trinn 3'),
('no', 'step_two', 'Trinn 2'),
('no', 'stop_other_rules', 'Stopp andre regler'),
('no', 'storage', 'Lagring'),
('no', 'store', 'Butikk'),
('no', 'storefront', 'Butikk forside'),
('no', 'storefronts', 'Storefronts'),
('no', 'storefronts_limit_exceeded', 'Antall butikkforsider i CS-Cart lisensen har overskredet antallet kjøpte lisenser.'),
('no', 'storefronts_themes_upgrade_notification.message', '<p>Previously, all storefronts looked the same. They differed only in currencies, languages, and vendors. But now storefronts can have their own themes and layouts. This allows you to customize their look and structure.</p><ul><li>Themes let you give each storefront its own set colors, fonts, logos, backgrounds, and styles. Match the appearance of a storefronts to its products or the preference of its audience.</li><li>Layouts and blocks let you create storefronts with entirely different structure and content. Show different banners, change the positions of elements on the pages, and so on. Everything in [product] is displayed via blocks, so you have many ways to customize your storefronts.</li></ul><p><a href=\"[themes_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Manage themes</a> <a href=\"[layouts_url]\" target=\"_blank\" class=\"btn btn-large\">Manage layouts</a></p>'),
('no', 'storefronts_themes_upgrade_notification.title', 'Storefronts can now differ from each other significantly'),
('no', 'storefront_access_key', 'Access key to temporarily closed storefront'),
('no', 'storefront_access_key.setting_notice', 'You can set the access key on the storefront editing page'),
('no', 'storefront_license', 'Storefront License'),
('no', 'storefront_rest_api.guests_cant_add_products_to_cart', 'Guests can\'t add products to cart. Please log in to your account to add products to cart.'),
('no', 'storefront_status', 'Status'),
('no', 'storefront_status.tooltip', 'Even if the storefront is closed (the status set to OFF), you\'ll be able to view it if you have an access key. Specify the <i>Access key to temporarily closed storefront</i> below.<br/>Use http://www.example.com/index.php?store_access_key=key_value to access a closed storefront.'),
('no', 'storefront_status_access_key_hint', 'Even if the storefront is closed (the status set to OFF), you\'ll be able to view it if you have an access key. Go to <a target=\"blank\" href=\"[url]\">Settings → General</a> and specify the <i>Access key to temporarily closed store</i> setting. Please note that a different key can be specified for each storefront, so make sure to select the correct storefront first. Use the key as described in the tooltip of that setting.'),
('no', 'storefront_status_changed.N', 'The storefront was <b>opened</b>|The storefronts were <b>opened</b>'),
('no', 'storefront_status_changed.Y', 'The storefront was <b>closed</b>|The storefronts were <b>closed</b>'),
('no', 'storefront_url', 'Butikk forside URL'),
('no', 'storefront_url_already_exists', 'Verdien til <strong>Storefront URL</strong> parameteret nevnt av deg tilhører allerede et annet selskap.'),
('no', 'storefront_url_not_defined', 'Butikk forside URL ikke definert'),
('no', 'storefront_with_same_url_exists', 'A storefront with the specified URL already exists'),
('no', 'stores', 'Butikker'),
('no', 'stores_nothing_found', 'No stores have been found'),
('no', 'stores_status', 'Status'),
('no', 'store_access_key', 'Access key to temporarily closed store'),
('no', 'store_admin', 'Butikkadministrator'),
('no', 'store_closed', 'Butikken er stengt'),
('no', 'store_closed_banner', 'Butikk<br/>stengt'),
('no', 'store_home', 'Store home'),
('no', 'store_locator', 'Stores & pickup points'),
('no', 'store_locator.any_rate_area', 'Any rate area'),
('no', 'store_locator.available_fields', 'Available stores'),
('no', 'store_locator.display', 'Locations list view on the checkout page'),
('no', 'store_locator.display_l', 'List'),
('no', 'store_locator.display_m', 'Kart'),
('no', 'store_locator.display_ml', 'Map and list'),
('no', 'store_locator.main_destination', 'Located in rate area'),
('no', 'store_locator.name', 'Name'),
('no', 'store_locator.no_rate_area', 'No rate area'),
('no', 'store_locator.pickup', 'Pickup'),
('no', 'store_locator.pickup_avail', 'Available for pick-up'),
('no', 'store_locator.pickup_locations', 'Pickup Locations'),
('no', 'store_locator.pickup_rates_calculation_logic_changed_text', '<p>The <b>[pickup_addon]</b> and <b>[store_locator_addon]</b> add-ons were merged into a new add-on called [stores_pickups_addon]. Shipping rates and time are more flexible now: they depend on the location (rate area) of a pickup point. The rates are now specified in one place: the editing page of a shipping method.</p><p>For that reason, we removed the <b>Surcharge</b> field from the pickup point editing page. Its value still appears in the admin panel, but isn’t used in rate calculation. Please check your pickup points, then adjust the shipping rates of all your \"Pick up from store\" shipping methods accordingly.</p><p><a href=\"[shippings_manage]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Adjust shipping rates</a> <a href=\"[pickup_points_list]\" target=\"_blank\" class=\"btn btn-large\">View my pickup points</a></p>'),
('no', 'store_locator.pickup_rates_calculation_logic_changed_title', 'Pick up from store: Surcharge per pickup point removed'),
('no', 'store_locator.pick_up_points', 'Pick-up points'),
('no', 'store_locator.scroll_to_top', 'Scroll to top'),
('no', 'store_locator.selected_fields', 'Selected stores'),
('no', 'store_locator.select_stores', 'Select stores'),
('no', 'store_locator.shipping_position', 'Order selected in the shipping method settings'),
('no', 'store_locator.shipping_price_from', 'from [price]'),
('no', 'store_locator.show_pickup_points_only', 'Hide places where I can\'t pick up my order'),
('no', 'store_locator.show_to', 'Show to'),
('no', 'store_locator.stores_and_pickup_points', 'Stores and pickup points'),
('no', 'store_locator.stores_position', 'The \"Position\" field in the store settings'),
('no', 'store_locator.surcharge_changes_hint', 'In previous versions, the surcharge was added to the standard rates that were specified for a shipping method. Now this surcharge isn\'t taken into account during shipping rate calculation. We left it here for your convenience, so that you could see it and adjust the rates on the shipping method editing page accordingly.'),
('no', 'store_locator.text_pickup_instruction', 'The \"Customer pick-up\" shipping method offers a customer to choose a store to pick up a product from. The stores can be created in the \"Store location\" add-on<br /><b>Store creation:</b> <a href=\"[store_locator]\">Store location</a>'),
('no', 'store_locator.use_two_fingers_for_move_map', 'Use two fingers to move the map'),
('no', 'store_locator.work_time', 'Working hours'),
('no', 'store_mode', 'Lisensmodus'),
('no', 'store_mode.plus', 'Plus'),
('no', 'store_mode.ultimate', 'Ultimate'),
('no', 'store_mode_changed', 'Lisensmodus er blitt endret'),
('no', 'store_number', 'Butikk nummer'),
('no', 'store_object_denied', 'Den/det [object_type] [object_name] er ikke tilgjengelig for denne butikken.'),
('no', 'store_rating', 'Store rating'),
('no', 'store_theme', 'Butikk forside mal'),
('no', 'subcategories', 'Underkategorier'),
('no', 'subcategories_tree_cat', 'Underkategorier tre'),
('no', 'subject', 'Emne'),
('no', 'submit', 'Send'),
('no', 'submit_my_order', 'Fullfør bestillingen'),
('no', 'subpages', 'Undersider'),
('no', 'subscribe', 'Abonner'),
('no', 'subscribed', 'Abonnert'),
('no', 'subscribed_to', 'Abonnerer på [num] lister'),
('no', 'subscriber', 'Abonnent'),
('no', 'subscribers', 'Abonnenter'),
('no', 'subscribers_date', 'Abonnentsdato'),
('no', 'subscribers_menu_description', 'Administrere innstillinger og nyhetsbrevabonnenter.'),
('no', 'subscribers_menu_item_text', 'Abonnenter'),
('no', 'subscribers_no_promo', 'Ingen kampanjer'),
('no', 'subscribers_num', 'Antall abonnenter'),
('no', 'subscribers_promo_subject', 'Takk for at du abonnerer! Bruk kupongkoden [coupon] i vårt spesialtilbud \"[promotion]\".'),
('no', 'subscriber_email', 'Abonnent epost'),
('no', 'subscriptions', 'Abonnementer'),
('no', 'subtotal', 'Delsum'),
('no', 'subtotal_sum', 'Produkter totalt sum'),
('no', 'subtract', 'Trekk fra'),
('no', 'suburb', 'Forstad'),
('no', 'successful', 'Vellykket'),
('no', 'successfully_registered', 'Korrekt registrert'),
('no', 'successful_login', 'Du har blitt logget inn'),
('no', 'success_registration_text', 'Gratulerer! Registreringen var vellykket!<br/>Du har nå full tilgang til alle nettbutikkens funksjoner. Klikk på \"Min konto\" for å se dem.'),
('no', 'suffix', 'Suffiks'),
('no', 'summary', 'Sammendrag'),
('no', 'supplier', 'Leverandør'),
('no', 'suppliers', 'Leverandører'),
('no', 'suppliers.event.order.supplier_notified.name', 'Suppliers: order status changed to [status]'),
('no', 'suppliers.supplier_notifications', 'Supplier notifications'),
('no', 'suppliers_menu_description', 'Liste over leverandør-kontoer registrert i butikken.'),
('no', 'supplier_deleted', 'Leverandøren har blitt slettet.'),
('no', 'supplier_email_header', 'Følgende produkter er kjøpt i butikken vår og må sendes.'),
('no', 'supplier_id', 'Leverandør'),
('no', 'surcharge', 'Tilleggsgebyr'),
('no', 'surcharge_title', 'Pristillegg tittel'),
('no', 'sweden', 'Sverige'),
('no', 'swedish', 'Svensk'),
('no', 'swing', 'Swing'),
('no', 'switch_layout', 'Bytt layout'),
('no', 'symbol', 'Symbol'),
('no', 'system', 'System'),
('no', 'system_environment', 'System environment'),
('no', 's_first_name_and_last_name', 'First name and last name (for shipping)'),
('no', 's_fullname', 'Full name (for shipping)'),
('no', 's_last_name_and_first_name', 'Last name and first name (for shipping)'),
('no', 'tab', 'Fane'),
('no', 'table', 'Tabell'),
('no', 'tables', 'Tabeller'),
('no', 'table_column_has_been_deleted', 'Produkt-kolonnen er slettet.'),
('no', 'table_conditions', 'Tabell betingelser'),
('no', 'tabs', 'Faner'),
('no', 'tag', 'Tagg'),
('no', 'tags', 'Tagger'),
('no', 'tags_menu_description', 'Administrer tagger for produkt og innholdssider.'),
('no', 'tag_cloud', 'Tagg Sky'),
('no', 'tax', 'Moms'),
('no', 'taxes', 'Moms'),
('no', 'taxes_menu_description', 'Administrer utvalget av skatter og avgifter som er støttet i din nettbutikk.'),
('no', 'tax_exempt', 'Fritatt fra moms'),
('no', 'tax_rates', 'Moms satser'),
('no', 'temando_centimetres', 'centimetre'),
('no', 'temando_feet', 'fot'),
('no', 'temando_inches', 'inches'),
('no', 'temando_method_depottodepot', 'Depot til Depot'),
('no', 'temando_method_doortodoor', 'Dør til dør'),
('no', 'temando_metres', 'meter'),
('no', 'temando_package_backpack', 'Ryggsekk'),
('no', 'temando_package_bale', 'Bale'),
('no', 'temando_package_box', 'Boks'),
('no', 'temando_package_bunch', 'Bunke'),
('no', 'temando_package_bundle', 'Bunt'),
('no', 'temando_package_carton', 'Kartong'),
('no', 'temando_package_crate', 'Kasse'),
('no', 'temando_package_cylinder', 'Sylinder'),
('no', 'temando_package_documentenvelope', 'Dokument konvolutt'),
('no', 'temando_package_drum', 'Trommel'),
('no', 'temando_package_flatpack', 'Flat pakke'),
('no', 'temando_package_letter', 'Brev'),
('no', 'temando_package_pail', 'Spann'),
('no', 'temando_package_pallet', 'Palle'),
('no', 'temando_package_parcel', 'Pakke'),
('no', 'temando_package_pipe', 'Rør'),
('no', 'temando_package_roll', 'Rull'),
('no', 'temando_package_satchel', 'Ransel/Sekk'),
('no', 'temando_package_skid', 'Skid'),
('no', 'temando_package_suitcase', 'Koffert'),
('no', 'temando_package_tube', 'Tube'),
('no', 'temando_package_unpackaged', 'Uemballert eller ikke tilgjengelig'),
('no', 'temando_package_wheel', 'Hjul/Dekk'),
('no', 'temando_subclass_excessbaggage', 'Overflødig bagasje'),
('no', 'temando_subclass_furniture', 'Møbler'),
('no', 'temando_subclass_householdgoods', 'Husholdningsvarer'),
('no', 'temando_subclass_other', 'Andre (etc.)'),
('no', 'temando_system', 'Temando system'),
('no', 'temando_weight_grams', 'Gram'),
('no', 'temando_weight_kilograms', 'Kilo'),
('no', 'temando_weight_ounces', 'Unser'),
('no', 'temando_weight_pounds', 'Pund'),
('no', 'template', 'Mal'),
('no', 'templates', 'Templates'),
('no', 'templates_tree', 'Maler trestruktur'),
('no', 'template_document_gift_certificate_default', 'Gavekort: standard'),
('no', 'template_document_order_imagem', 'Faktura'),
('no', 'template_document_order_image_product', 'Imagem do produto'),
('no', 'template_document_order_invoice', 'Faktura'),
('no', 'template_document_order_summary', 'Ordresammendrag'),
('no', 'template_document_packing_slip_default', 'Pakkseddel'),
('no', 'template_document_product_imagem', 'Faktura'),
('no', 'template_document_rma_packing_slip_default', 'Returforespørsel: pakkseddel'),
('no', 'template_document_supplier_order_invoice', 'Leverandører: faktura'),
('no', 'terminal', 'Terminal'),
('no', 'terminal_id', 'Terminal ID'),
('no', 'terms_and_conditions', 'Terms and conditions'),
('no', 'terms_and_conditions_content', '<p>Vennligst les nøye gjennom våre vilkår og betingelser på denne siden: <a href=\"http://www.mywebsite.com\">http://www.mywebsite.com</a> før du benytter deg av vår nettside og/eller mobil applikasjon.</p><p><strong>Ved å besøke eller bruke denne nettsiden aksepterer du å være bundet av disse vilkårene. Hvis du er uenig med noen av vilkårene kan du ikke benytte deg av våre tjenester og/eller produkter.</strong></p><p><strong>Kjøp</strong></p><p>Hvis du ønsker å kjøpe et produkt eller en tjeneste som gjøres tilgjengelig gjennom denne nettsiden, kan du bli bedt om å oppgi informasjon som er relevant til ditt kjøp inkludert dine personlige opplysninger.</p><p><strong>Innhold</strong></p><p>Vår nettside kan la deg legge inn, linke, lagre, dele og ellers gjøre tilgjengelig visse opplysninger som tekst, grafikk, videoer eller annet materiale (innhold). Du er ansvarlig for at dette innholdet ikke bryter norske lover eller opphavsrett.</p><p><strong>Endringer</strong></p><p>Vi forbeholder oss retten til, etter eget skjønn, å endre eller erstatte disse vilkårene når som helst. Hvis en revisjon trer i kraft vil vi forsøke å gi minst 30 dagers varsel før eventuelle nye vilkår trer i kraft. Hva som er en vesentlig endring vil bli fastsatt etter eget skjønn.</p><p><strong>Kontakt oss</strong></p><p>Hvis du har spørsmål om disse vilkårene, kan du ta kontakt med oss.</p>'),
('no', 'test', 'Test'),
('no', 'testimonials', 'Anbefalinger'),
('no', 'test_live_mode', 'Test/Live modus'),
('no', 'test_mode', 'Test modus'),
('no', 'text', 'Tekst'),
('no', 'textarea', 'Tekstområde'),
('no', 'text_2checkout_notice', '<b>Merk</b>: For å spore 2Checkout bestillinger med handlevogn programvaren du har, må du gjøre følgende steg:<br /><br />-&nbsp;Logg inn på din 2Checkout konto<br />-&nbsp;Klikk på<u>\'Site management\'</ u> i <u>\'Account\'</ u> seksjonen.<br />-&nbsp;Velg <b>\'Given links back to my website\'</b> alternativet i <u>\'Direct Return\'</u> underseksjonen <br />-&nbsp;Sett <u>\'Approved URL\'</u> og <u>\'Pending URL\'</u> til:<br /><b>[return_url]</b><br />-&nbsp;Sett <u>\'Secret Word\'</u>. Det hemmelige ordet er kun kjent for selger og 2CheckOut.<br />'),
('no', 'text_2co_ins', 'Instant Notification Service (INS)'),
('no', 'text_access_notice', 'Du kan bruke jokertegn for \"Domene\", \"E-post\" og \"Kredittkort\" faner: <br /><b>*</b> - kan representere hvilket som helt antall tegn, inkludert null<br /><b>?</b> - kan representere et hvilkens som helst enkelt tegn.'),
('no', 'text_additional_detailed_image', '(Vises i popup-vindu)'),
('no', 'text_additional_storefront_license_required', '<p>Du kan ikke legge til en ny butikkforside. Maksimalt antall butikker for gjeldende lisens <code>[license_number]</code> er [allowed_storefronts], og du har for tiden [existing_storefronts].</p><p>For å kunne legge til en ny butikk, kan du kjøpe en ny [product] butikkforside lisens. Hvis du ønsker å legge til flere nye butikker, må du kjøpe tilsvarende antall lisenser.</p>');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('no', 'text_additional_thumbnail', '(Vist på produktdetaljer siden under \"Tilleggsbilder\")'),
('no', 'text_addon_cannot_enable', 'Modulen \"[addon_name]\" er uforenlig med følgende andre moduler: [addons]. Det kan ikke aktiveres'),
('no', 'text_addon_confclicts', 'Modulen \"[addon_name]\" er uforenlig med følgende andre moduler: [addons]. Disse modulene vil bli automatisk deaktivert.'),
('no', 'text_addon_confclicts_on_install', 'Modulen \"[addon_name]\" er uforenlig med følgende andre moduler: [addons]. Det har ikke blitt aktivert. Aktiver den manuelt og alle de inkompatible modulene vil bli deaktivert automatisk.'),
('no', 'text_addon_disable_dependencies', 'Modulen kan ikke avinstalleres fordi følgende moduler er avhengig av den: [addons]'),
('no', 'text_addon_enable_dependencies', 'Modulen kan ikke aktiveres fordi den er avhengig av følgende andre moduler: [addons]'),
('no', 'text_addon_installed', 'Modulen <b>\"[addon]\"</b> er installert'),
('no', 'text_addon_install_dependencies', 'Modulen kan ikke installeres fordi en avhengighet til [addon] modulen er satt for den. Vær vennlig å installere [addon] tillegget først.'),
('no', 'text_addon_refreshed', 'Innstillingene og språkvariablene for <b>\"[addon]\"</b> modulen har blitt oppdatert'),
('no', 'text_addon_uninstalled', 'Modulen <b>\"[addon]\"</b> er avinstallert.'),
('no', 'text_addon_uninstall_dependencies', 'Modulen kan ikke avinstalleres fordi følgende moduler er avhengig av det: [addons]'),
('no', 'text_addresses_wildcards', 'Du kan bruke jokertegn i dette feltet:<br /><b>\'?\'</b> - for ett enkelt tegn,<b>\'*\'</b> - et hvilken som helst tegn eller tall.<br /><br /><u>Eksempel:</u><br /><b>* street</b> &nbsp;&nbsp;(tilsvarer 1st Street, 102nd Street, osv.)'),
('no', 'text_address_not_found', 'Adresse ikke funnet'),
('no', 'text_admin_new_orders', 'Denne seksjonen viser ordrene du aldri har sett på.'),
('no', 'text_allowed_to_upload_file_extension', 'Følgende filtyper støttes: <b>[ext]</b>.'),
('no', 'text_all_categories_included', 'Alle kategorier inkludert'),
('no', 'text_all_products_included', 'Alle produktene inkludert'),
('no', 'text_amazon_callback_url', 'Viktig! Du må angi butikkens URL <b>[callback_url]</ b> som \"Merchant URL\" på Amazon\'s Seller Central hjemmeside (Settings > Checkout Pipeline Settings). Ellers, vil du ikke kunne godta betalinger via Amazon Checkout i butikken din'),
('no', 'text_amazon_failed_order', 'Ingen respons fra Amazon Checkout er mottatt ennå, vennligst vent. Selv om ordren kanskje ikke opprettes i butikken på en stund, er det overveiende sannsynlig at den har blitt opprettet og behandlet av Amazon Checkout. Vennligst kontakt butikkens personale og fortell dem ordre ID som gitt av Amazon'),
('no', 'text_amazon_incorrect_products_count', 'Antall produkter i handlevognen din avviker fra antall produkter i forespørselen til Amazon.'),
('no', 'text_amazon_link_message', 'For testformål kan \"Merchant URL\" være HTTP link til butikken din, men live-modus krever sikker tilkobling, og du må bruke HTTPS-linken. Husk også å aktivere produksjonsmodus på Amazon\'s Seller Central hjemmesiden når du er klar til å gå live.'),
('no', 'text_amazon_surcharge', '<b>Note:</b> I følge Amazon sine <a href=\'https://payments.amazon.com/sdui/sdui/about?nodeId=6019\' target=\'_blank\'> retningslinjer </a> (B4.2), støttest ikke tilleggsavgifter. Eventuelle tilleggsavgifter du har lagt inn vil bli ignorert når Amazon brukes ved utsjekking.'),
('no', 'text_anonymous_checkout', 'Du må være registrert som bruker for å gå videre til kassen'),
('no', 'text_answer_type', 'Gi et svar som tekst'),
('no', 'text_applied_promotions', 'Vi gratulerer! Du har fått følgende tilbud'),
('no', 'text_approval_notice', 'Dette innlegget trenger godkjenning'),
('no', 'text_are_you_sure_to_delete_file', 'Er du sikker på at du vil slette dette elementet?'),
('no', 'text_are_you_sure_to_proceed', 'Er du sikker på at du vil fortsette?'),
('no', 'text_atos_notice', '<b>Merk:</b><br /> 1. Kopier sertifikatet som du mottok på disken til [home_path] katalogen. Omdøp navnet på sertifikatet til certif.fr.[my_merchant_id], der [my_merchant_id] er ditt nettsidenummer.<br /> 2. Omdøp navnet til butikkens parameterfil (parmcom.014213245611111 file) til parmcom.[my_merchant_id].<br />3. Editer <b>pathfile</b> filen i <b>[home_path]</b> katalogen<br />- Erstatt tekststrengen \'<u>D_LOGO![some_dir]!</u>\' med \'<u>D_LOGO![http_path]/logo/!</u>\'<br />- Erstatt tekststrengen \'<u>F_DEFAULT![/some_dirs/parmcom.sogenactif]!</u>\' med \'<u>F_DEFAULT![home_path]/parmcom.sogenactif!</u>\'<br />- Erstatt tekststrengen \'<u>F_PARAM![/some_dirs/parmcom]!</u>\' med \'<u>F_PARAM![home_path]/parmcom!</u>\'<br />- Erstatt tekststrengen \'<u>F_CERTIFICATE![/some_dirs/certif]!</u>\' med \'<u>F_CERTIFICATE![home_path]/certif!</u>\'<br />4. Editer <b>parmcom.[some_number]</b> filen i <b>[home_path]</b> katalogen<br />- Erstatt tekststrengen \'<u>AUTO_RESPONSE_URL![some_url]!</u>\' med \'<u>AUTO_RESPONSE_URL![auto_url]!</u>\'<br />- Erstatt tekststrengen \'<u>CANCEL_URL![some_url]!</u>\' med \'<u>CANCEL_URL![ok_url]!</u>\'<br />- Erstatt tekststrengen \'<u>RETURN_URL![some_url]!</u>\' med \'<u>RETURN_URL![ok_url]!</u>\'<br />'),
('no', 'text_atos_warning', '<span style=\"color:#FF2222\">Advarsel !!!</span>Stien til ATOS-filer bør bestå av ikke mer enn 60 tegn, ellers vennligst kopier atos_files mappen til en overordnet katalog, f.eks til butikkens \"core\" katalog. I tillegg, sørge for at ATOS filkatalogen har fulle tillatelser.'),
('no', 'text_authentication_failed_message', 'Din finansinstitusjon har indikert at de ikke kunne godkjenne denne transaksjonen. For å beskytte mot uautorisert bruk, kan ikke dette kortet brukes til å fullføre kjøpet. Du kan fullføre kjøpet ved å velge en annen form for betaling.'),
('no', 'text_backup_filename_hint', 'For å laste ned denne sikkerhetskopien, klikk på gear-ikonet og velg Last ned'),
('no', 'text_backup_management_notice', 'Denne delen lar deg administrere dine backup filer.<br />- For å gjenopprette databasen, marker avmerkingsboksen i nærheten av riktig filnavn og klikk på Gjenopprett.<br />- For å slette filer, marker avmerkingsboksen i nærheten av filer som skal slettes og klikk på Slett.<br />- For å laste ned en fil til din lokale datamaskinen klikker du på filnavnet.'),
('no', 'text_banner', 'Tekstbanner'),
('no', 'text_billing_address_is_different_from_shipping', 'My billing address is different from shipping address'),
('no', 'text_billing_same_with_shipping', 'Konto og leveringsadressen er den samme'),
('no', 'text_block_trial_notice', 'Din 30-dagers evalueringsperioden er utløpt. Vennligst kjøpe full kommersiell lisens eller fjern programvaren fra serveren din.'),
('no', 'text_box', 'Tekstboks'),
('no', 'text_buy_new_license', 'Hvis du ikke har et lisensnummer ennå, kan du bestille det fra NettXpress.'),
('no', 'text_cannot_apply_points_to_this_order_because_total', 'Dessverre kan du ikke bruke poeng på denne ordren, fordi den totale kostnaden er null.'),
('no', 'text_cannot_apply_points_to_this_order_because_user', 'Dessverre kan du ikke bruke poeng på denne ordren, fordi du ikke har nok poeng på kontoen.'),
('no', 'text_cannot_create_directory', 'Kan ikke opprette katalogen <b>[directory]</b>. Vennligst sjekk tillatelser.'),
('no', 'text_cannot_create_file', 'Kan ikke opprette filen <b>[file]</b>. Vennligst sjekk katalogens tillatelser.'),
('no', 'text_cannot_delete_directory', 'Kan ikke slette katalogen <b>[directory]</b>. Vennligst sjekk tillatelser.'),
('no', 'text_cannot_delete_file', 'Kan ikke slette filen <b>[file]</b>. Vennligst sjekk tillatelser.'),
('no', 'text_cannot_rename_directory', 'Kan ikke endre navn på katalogen <b>[directory]</b>. Vennligst sjekk tillatelser.'),
('no', 'text_cannot_rename_file', 'Kan ikke endre navn på filen <b>[file]</b>. Vennligst sjekk tillatelser.'),
('no', 'text_cannot_restore_directory', 'Kan ikke gjenopprette katalogen <b>[directory]</b> fra oppbevaringsstedet. Vennligst sjekk om oppbevaringsstedet eksisterer.'),
('no', 'text_cannot_restore_file', 'Kan ikke gjenopprette filen <b>[file]</b> fra oppbevaringsstedet. Vennligst sjekk om oppbevaringsstedet eksisterer.'),
('no', 'text_can_be_used_once', 'Denne kupongen kan bare brukes en gang. Du har allerede brukt den.'),
('no', 'text_cart_amount_changed', 'Antallet av produktet <b>[product]</b> i handlevognen din har blitt endret til tillatt antall.'),
('no', 'text_cart_amount_corrected', 'Antall produkter på lager er ikke nok for din bestilling. Antall av produktet <b>[product]</b> har blitt endret i handlevognen.'),
('no', 'text_cart_empty', 'Handlevognen er tom'),
('no', 'text_cart_max_qty', 'Maksimalt antall for \"[product]\" er <b>[quantity]</b>'),
('no', 'text_cart_min_qty', 'Minimum antall for \"[product]\" er <b>[quantity]</b>'),
('no', 'text_cart_not_enough_inventory', 'Antallet produkter på lager er ikke nok for bestillingen'),
('no', 'text_cart_zero_inventory', '<b>[product]</b> er utsolgt fra lager og kan ikke legges til handlevognen'),
('no', 'text_cart_zero_inventory_and_removed', '<b>[product]</b> er utsolgt fra lager og er fjernet fra handlevognen'),
('no', 'text_catalog_mode_zero_price_action_notice', 'For at \"Kjøp nå\" knappen skal vises på siden med produktdetaljer, angi \"Nullpris handling\" som \"Tillat kunder å legge produktet til handlevognen\".'),
('no', 'text_categories_have_been_deleted', 'Kategoriene har blitt slettet.'),
('no', 'text_category_delimiter', 'Kategori-sti skilletegn for produkt hovedkategori (f.eks \"Computers///Desktops\")'),
('no', 'text_category_detailed_image', '(Alternativt vist kun på side for kategoridetaljer)'),
('no', 'text_category_has_been_deleted', 'Kategori, underkategorier og deres produkter har blitt slettet.'),
('no', 'text_category_icon', '(Vises i kategoriliste og detaljesider)'),
('no', 'text_cc_javascript_disabled', 'Merk! Din nettleser har <b>JavaScript</b> deaktivert. For å betale for din bestilling klikk'),
('no', 'text_cc_number_is_blocked', 'Kredittkortnummeret <b>[cc_number]</b> er blokkert av administrator. Vennligst ta kontakt med butikken eller prøv et annet kort.'),
('no', 'text_cc_processor_connection', 'Kobler til <b>[processor]</b>...'),
('no', 'text_cdn_check', '<strong>Viktig!</strong> Vennligst test noen statiske URL-er, f.eks. <a href=\"[url]\">[url]</a>, for å sikre at det fungerer før du aktiverer CDN (du kan aktivere det etter at lagringen ble aktiv). Det tar vanligvis 10-15 minutter for å aktivere lagring (\"Status\" feltet skal vise \"Active\", oppdater siden for oppdateringer).'),
('no', 'text_cdn_setup', 'CDN ble satt opp korrekt.'),
('no', 'text_changes_not_saved', 'Dine endringer er ikke blitt lagret.'),
('no', 'text_changes_saved', 'Endringene dine er lagret.'),
('no', 'text_change_password', 'Du er nå logget inn på kontoen din. Vennligst endre passord og klikk på \"Lagre\"-knappen.'),
('no', 'text_character_identifier_tooltip', 'En tegnsekvens som fungerer som en identifikator. Du kan bruke tallene fra 0-9, bokstaver i det engelske alfabetet og følgende tegn: \"-\", \"_\", \".\".'),
('no', 'text_checkout_new_profile_notice', 'Hvis du er en ny kunde, må vi vite dine personlige opplysninger.'),
('no', 'text_cities_wildcards', 'Du kan bruke jokertegn i dette feltet:<br /><b>\'?\'</b> - for ett enkelt tegn;<b>\'*\'</b> - hvilket som helst antall tegn.<br /><br /><u>Eksempel:</u><br /><b>New Y*</b> &nbsp;&nbsp;(tilsvarer New York, New Yark, osv.) <br /><b>L?s*</b>&nbsp;&nbsp;(tilsvarer Las Vegas, Los Angeles, osv.)'),
('no', 'text_click_here', 'Klikk her for mer informasjon'),
('no', 'text_cmcic_notice', 'Vennligst angi følgende URL som <b>CGI2</b>: <b>[postback_url]</b>'),
('no', 'text_cmpi_frame_message', 'For din egen sikkerhet, vennligst fyll ut skjemaet nedenfor for å fullføre bestillingen. Ikke klikk på Oppdater eller Tilbake-knappen, ellers kan denne transaksjonen bli forstyrret eller avbrutt.'),
('no', 'text_cmpi_go_back', 'Gå tilbake'),
('no', 'text_combination_out_of_stock', 'Ingen produkter med de valgte alternativene på lager'),
('no', 'text_companies_activated', 'Utvalgte firmaer har blitt aktivert'),
('no', 'text_companies_disabled', 'Utvalgte firmaer har blitt deaktivert'),
('no', 'text_company_status_active_subj', 'Ditt firma ble aktivert.'),
('no', 'text_company_status_active_to_pending', 'Din forhandler status er endret fra Aktiv til Behandles.'),
('no', 'text_company_status_changed', 'Status for din bedrift [company] ble endret til [status].'),
('no', 'text_company_status_disabled_subj', 'Ditt firma ble deaktivert.'),
('no', 'text_company_status_disabled_to_pending', 'Forhandler status er endret fra Deaktivert til Behandles.'),
('no', 'text_company_status_new_to_active', 'Din forespørsel om forhandler [company] ble godkjent.'),
('no', 'text_company_status_new_to_active_administrator_created', 'En ny administrator ble opprettet. Du kan få tilgang til adminområdet: <a href=\"[link]\">[link_text]</a> ved å bruke følgende innlogging:<br />Brukernavn: [login]<br />Passord: [password]'),
('no', 'text_company_status_new_to_active_administrator_updated', 'Din konto [login] er endret til administrator. Du kan logge inn på adminområdet her: <a href=\"[link]\">[link_text]</a>'),
('no', 'text_company_status_new_to_active_subj', 'Forespørselen om forhandler ble godkjent.'),
('no', 'text_company_status_new_to_disable', 'Forespørselen om forhandler [company] ble avvist.'),
('no', 'text_company_status_new_to_disable_subj', 'Forespørselen om forhandler ble avvist.'),
('no', 'text_company_status_new_to_pending', 'Gratulerer, din søknad om å få en forhandlerkonto har blitt godkjent. Når vi har vurdert din kontonformasjon, vil vi publisere det på vår nettside.'),
('no', 'text_company_status_pending', 'Statusen Behandles gjør at du kan logge deg inn i adminpanelet, redigere firmainformasjon og fylle din butikk med produkter.'),
('no', 'text_company_status_pending_subj', 'Ditt firma venter på godkjennelse.'),
('no', 'text_company_status_pending_to_active', 'Dine profilendringer for forhandleren [company] ble godkjent.'),
('no', 'text_conditions_cleared', 'Tabell betingelser ble slettet'),
('no', 'text_confirmation_page_header', 'Dette er en bekreftelsesside. Du må bekrefte operasjonen før utførelse.'),
('no', 'text_confirm_passwd_recovery', 'Vennligst følg denne linken for å bekrefte fremgangsmåten for gjenoppretting av passord'),
('no', 'text_cpf_exists', 'CPF está vinculado a outra conta'),
('no', 'text_csrf_attack', 'Tilgang avslått: Mulig CSRF-angrep'),
('no', 'text_customer_area_logo', 'Logo for <b>kunde</b>-området'),
('no', 'text_datatrans_notice', '<b>Note</b>: In order to track your DataTrans orders with the shopping cart software you have to take the following steps:<br /> <br /> -&nbsp;Log in to your DataTrans account<br /> -&nbsp;Click on the <u>\'Upp Data\'</u> link in the <u>\'Upp Administration\'</u> section.<br /> -&nbsp;Set <u>\'URL Post data format\'</u> to <b>\'Data in HTML FORM\'</b>.<br /> -&nbsp;Set <u>\'URL Post\'</u> to:<br /> <b>[post_url]</b><br /> -&nbsp;Click on the <u>\'Security\'</u> link in the <u>\'Upp Administration\'</u> section.<br /> -&nbsp;Select the <b>\'An additional merchant identification will be send with payment messages\'</b> option.<br /> -&nbsp;Generate new digital signature using the <u>\'Generate new sign\'</u> button.<br /> -&nbsp;Set generated value to the <u>\'Digital signature\'</u> field on the DataTrans payment configuration page in your store<br />'),
('no', 'text_data_changed', 'Dine endringer har ikke blitt lagret. Trykk OK for å fortsette, eller Avbryt for å bli på nåværende side.'),
('no', 'text_decrease_points_in_use', 'Poengene som ble brukt i ordren ble trukket fra brukerens konto.'),
('no', 'text_deltapay_notice', '<b>Merk:</b> Vennligst send følgende informasjon til DeltaPay brukerstøtte:<br />Payment page: \'<u>[payment_url]</u>\'<br />Success page: \'<u>[result_url]</u>\'<br />Failure page: \'<u>[result_url]</u>\'<br />Cancel page: \'<u>[result_url]</u>\'<br />'),
('no', 'text_directebanking_notice', 'Set \'Suksess link\' til: <b>[success_url]</b><br /> Sett \'Abort link\' til: <b>[abort_url]</b><br /> Legg til nye HTTP meldinger og sett \'Notification URL\' til: <b>[notification_url]</b><br /> Aktiver inntastingskontroll og sett \"Hash Algoritm\' til \'SHA1\'<br />'),
('no', 'text_directory_created', 'Katalogen <b>[directory]</b> har blitt opprettet.'),
('no', 'text_directory_deleted', 'Katalogen <b>[directory]</b> har blitt slettet'),
('no', 'text_directory_renamed', 'Katalogen <b>[directory]</b> har blitt omdøpt til <b>[to_directory]</b>'),
('no', 'text_directory_restored', 'Katalogen <b>[directory]</b> har blitt gjenopprettet fra oppbevaringsstedet'),
('no', 'text_downloads_empty', 'Listen over nedlastbare filer er tom'),
('no', 'text_editing', 'Tekst redigering'),
('no', 'text_edp_product', 'Dette produktet er elektronisk distribuert'),
('no', 'text_ekey_not_valid', 'Den elektroniske nøkkelen du har skrevet inn er ugyldig eller har utløpt.'),
('no', 'text_email_is_blocked', 'E-postadressen <b>[email]</b> er blokkert av administrator. Vennligst ta kontakt med butikken eller prøv annen e-postadresse.'),
('no', 'text_email_sent', 'E-post er sendt.'),
('no', 'text_emerchantpay_notice', 'Vennligst legg disse URL-feltene i din eMerchantPay eCommerce Payment Form konfigurasjon:<br/><br/><b>BackReturn URL:</b><br/>[backreturn_url]<br/><br/><b>Custom Approval URL:</b><br/>[notify_url]<br/><br/><b>Custom Decline URL:</b><br/>[decline_url]<br/><br/><b>Activate Notification URL:</b><br/>[process_url]'),
('no', 'text_enabled_testimonials_notice', 'Anbefalinger er deaktivert. For å aktivere, vennligst gå til<a href=\"[link]\">Kommentarer og omtaler: alternativer</a> og velg verdi \"Kommunikasjon\", \"Vurdering\" eller \"Alle\" i \"Anbefalinger\"-feltet.'),
('no', 'text_enets_notice', 'Vennligst send følgende URL til eNPS manager som svar-URL for alle de tre tilfellene (suksess, mislykket, avbryt): [r_url]'),
('no', 'text_entered_html_was_sanitized', 'Noen <strong>HTML tagger</strong> som du har brukt <strong>ble kuttet</strong> på grunn av restriksjoner på å sette inn HTML koder som &lt;object&gt;, &lt;iframe&gt;, &lt;embed&gt; og JavaScript kode. Derfor vises ikke innhold som du har satt inn via disse kodene.'),
('no', 'text_enter_filename', 'Vennligst skriv inn et nytt filnavn'),
('no', 'text_error_adding_request', 'Feil ved å legge til forespørselen.'),
('no', 'text_exim_data_exported', 'Data har blitt eksportert vellykket'),
('no', 'text_exim_data_imported', 'Data er importert.<br />Nye objekter - <b>[new]</b>;<br />Oppdaterte objekter - <b>[exist]</b>;<br />Objekter hoppet over - <b>[skipped]</b>;<br />Total - <b>[total]</b>.'),
('no', 'text_exim_data_imported_clear', 'Data ble importert.'),
('no', 'text_exim_export_notice', 'Nedenfor er en liste over felt som kan eksporteres. De <b>markerte</b> feltene er obligatoriske.'),
('no', 'text_exim_import_features_note', '<h4>Product features import format</h4><code>(%Group name%) %Feature name%: %Feature type%[%Feature value%]</code>where,<dl class=\"dl-horizontal\"><dt>%Group name%</dt><dd>the name of feature group</dd><dt>%Feature name%</dt><dd>the name of feature</dd><dt>%Feature type%</dt><dd>the feature type (C - checkbox, M - multiple checkboxes, S - text select box, N - number select box, E - extended selectbox, T - simple text, O - number, D - date)</dd><dt>%Feature value%</dt><dd>the feature value (several values can be delimited by comma)</dd></dl><p>Several features must be delimited by semicolon.</p><h5>Example:</h5><code>ISBN: T[1233423423]; Release date: D[05/05/07]; Color: S[Red]</code>'),
('no', 'text_exim_import_files_note', '<h4>File import format</h4><code>%Filplassering%</code> der,<dl class=\"dl-horizontal\"><dt>%Filplassering%<dt><dd>kan være en absolutt eller relativ sti i en server filsystem eller en nettadresse</dd></dl><p>Flere filer må være avgrenset av komma.</p><h5>Eksempel 1:</h5><code>file1.jpg</code><h5>Eksempel 2:</h5><code>backup/file1.zip, images/file2.jpg</code>'),
('no', 'text_exim_import_images_note', '<h4>Image import format</h4><code>%Bildeplassering% #%Alternativ tekst% </code> der,<br><dl class=\"dl-horizontal\"><dt>%Bildeplassering%</dt><dd>kan være en absolutt eller relativ sti i en server filsystem eller en URL,</dd><dt>%Alternativ tekst%<dt><dd>image alternativ tekst</dd></dl><h5>Eksempel 1:</h5><code>images/product_images/apples.jpg#epler</code><h5>Eksempel 2:</h5><code>http://www.site.com/apples.jpg#epler</code>'),
('no', 'text_exim_import_notice', 'Nedenfor vises en liste over de feltene som datafilen kan inneholde. Feltene merket med fet skrift er obligatoriske. Hvis du importerer data med spesielle symboler (komma, semikolon, etc.) må du sørge for at du har disse feltene i anførselstegn.'),
('no', 'text_exim_import_options_note', '<h4>Product options import format</h4><code>%Option name%: %Option type%[{$ldelim}%Variant 1 ID%{$rdelim}%Variant 1%,{$ldelim}%Variant 2 ID%{$rdelim}%Variant 2%,{$ldelim}%Variant N ID%{$rdelim}%Variant N%]</code> where,<dl class=\"dl-horizontal\"><dt>%Option name%</dt><dd>the name of the option,</dd><dt>%Variant N ID%</dt><dd>the id of the variant,</dd><dt>%Variant N%</dt><dd>the name of the variant. Variants must be specified if the option type is a selectbox or radiogroup only.</dd><dt>%Option type%</dt><dd>the option type, can be the following:<br><ul><li><b>S</b> - selectbox,</li><li><b>R</b> - radiogroup,</li><li><b>C</b> - checkbox,</li><li><b>I</b> - simple input,</li><li><b>T</b> - textarea.</li></ul></dd></dl><p>Several options must be delimited by semicolon.</p><h5>Examples:</h5>Simple text options:<code>Your age: I; Date of birth: I; Notes: T</code><br>Options with variants:<code>Color: S[Red, Green, Blue]; Size: R[X, XL, XXL]</code>'),
('no', 'text_exim_utf8_file_format', 'Vennligst sørg for at filen du importerer har UTF-8 tegnsett for korrekt import'),
('no', 'text_expired_license', 'Dessverre, er abonnementet for [product]  programvaren over. Vennligst fornye den så snart som mulig for å unngå at programmet suspenderes.'),
('no', 'text_failed_gift_certificate_addition', 'Kunne ikke legge til sertifikatet. Kontroller at sammenlagtbeløpet ikke er null.'),
('no', 'text_features_delimiter', 'Skilletegn mellom variant-verdier av en produktfunksjon.'),
('no', 'text_feedback_notice', 'Parameterne som vil bli sendt til vår server for å analysere funksjonaliteten, og den gjeldende konfigurasjonen er listet nedenfor. <br /> Vær oppmerksom på at ingen personlig eller økonomisk informasjon vil bli sendt. Når du blir kjent med listen over parametrene, klikk på \"Send\". <br />'),
('no', 'text_files_directory', 'Katalog der produktfilene ligger. Dette vil bli brukt dersom \"Fil\" feltets data er angitt uten sti; dette må være en absolutt sti'),
('no', 'text_file_created', 'Filen <b>[file]</b> har blitt opprettet'),
('no', 'text_file_deleted', 'Filen <b>[file]</b> har blitt slettet'),
('no', 'text_file_editor_notice', 'Du kan laste filer opp og ned via <a href=\"[href]\">Filredigereren</a>'),
('no', 'text_file_editor_notice_full_link', 'Du kan laste opp og laste ned filer via [link]'),
('no', 'text_file_renamed', 'Filen <b>[file]</b> har blitt omdøpt til <b>[to_file]</b>'),
('no', 'text_file_restored', 'Filen <b>[file]</b> har blitt gjenopprettedt fra oppbevaringsstedet'),
('no', 'text_file_saved', 'Filen <b>[file]</b> er lagret'),
('no', 'text_fill_the_mandatory_fields', 'Du må fullføre alle obligatoriske felt'),
('no', 'text_forbidden_file_extension', 'Det er ikke tillatt å lage/laste opp/endre navn på filer med <b>.[ext]</b> forlengelse.'),
('no', 'text_forbidden_file_mime', 'Det er ikke tillatt å opprette/laste opp/endre navn på filer av denne <b>[mime]</b> MIME typen.'),
('no', 'text_forbidden_functionality', '<p>For å bruke denne funksjonen, må du ha en [product] lisens.</p>'),
('no', 'text_forbidden_uploaded_file_extension', 'Det er ikke tillatt å laste opp filer med <b>.[ext]</b> forlengelse. Tillatte utvidelser er: <b>[exts]</b>'),
('no', 'text_forbidden_uploaded_file_size', 'Det er ikke tillatt å laste opp filer større enn <b>[size]</b>'),
('no', 'text_form_cresecure_notice', 'Vennligst fullfør betalingen nedenfor.<br />Dette er en sikker betalingsside, betjent fra en sikker beliggenhet.'),
('no', 'text_full_mode_required', '<strong>Full-modus</strong> påkrevd.'),
('no', 'text_gate2shop_notice', '<p> Vennligst angi følgende verdier i Gate2Shop kjøpmann innstillingene: </ p> Suksess, feilet og avbestilling URL: <b> [result_url] </ b> </ p> Tilbake URL: <b > [back_url] </ b> </ p>'),
('no', 'text_gd_not_avail', 'GD biblioteket er <b> ikke </ b> installert på serveren din. Vennligst kontakt din ISP. <br /> Figurer kan være representert kun som tabeller (diagramtype \"Table\").'),
('no', 'text_gift_certificate_logo', 'Logo for <b>gavekort</b>'),
('no', 'text_gift_cert_added_to_wishlist', 'Gavekortet har blitt lagt til ønskelisten'),
('no', 'text_gift_cert_amount_alert', 'Beløpet må være mellom [min] og [max]'),
('no', 'text_gift_cert_applied', 'Gavekort har blitt anvendt'),
('no', 'text_gift_cert_cannot_delete', 'Gavekort [code] kan ikke slettes fordi det er brukt i ordre [ids].'),
('no', 'text_gift_cert_has_been_deleted', 'Gavekortet har blitt slettet.'),
('no', 'text_hidpi_support_enabled', 'HiDPI-støtte er aktivert'),
('no', 'text_hsbc_notice', '<b> Client ID - </ b> Din klient ID â € \"en desimal verdi mellom 0 og 999 999 999, eller en gyldig klient alias av skjemaet UK12345678CUR. <br /> Obs, aliaset er case sensitive. <br /> <b> Viktig for UNIX-brukere: </ b> <br /> Kontroller at du har de nødvendige tillatelser for følgende katalog: [cart_dir] (shell kommando \"chmod-R 755\") .'),
('no', 'text_ideal_basic_notice', '- Logg deg på iDEAL konto <br /> - Klikk på <u> \"Sikkerhet\" </ u> i <u> \"Profil\" </ u> seksjon <br /> -. Set alternativet <u> \'Melding\' </ u> for å <b> \'XML\' </ b> <br /> - Set <u> \"Melding URL \'</ u> til: <br /> <b > [return_url] </ b> <br /> -'),
('no', 'text_images_directory', 'Katalogen hvor bildene ligger. Dette vil bli brukt hvis bildefilen er angitt uten bane, dette må være en absolutt sti'),
('no', 'text_increase_points_in_use', 'Poengene som brukes i den rekkefølgen ble lagt til brukerkonto.'),
('no', 'text_input_license_code', 'Skriv inn lisensnummeret for å administrere nettbutikken din:'),
('no', 'text_installing_theme_dependencies', 'Installerer malens avhengigheter: [dependencies]'),
('no', 'text_invalid_url', 'Du har angitt en ugyldig URL'),
('no', 'text_ips_denied', 'Du har ikke tilgang til dette området'),
('no', 'text_ip_blocked_failed_login', 'IP-adressen ble blokkert etter [number] mislykkede pålogginger'),
('no', 'text_ip_is_blocked', 'Din IP-adresse er blokkert.'),
('no', 'text_items_added', 'Elementene ble lagt til'),
('no', 'text_license_is_disabled', 'Lisensen er deaktivert. Vennligst sjekk din lisensstatus.'),
('no', 'text_license_is_disabled_full', 'Lisensen er deaktivert. Vennligst sjekk din lisensstatus eller velge en annen butikk-modus.'),
('no', 'text_license_is_invalid', 'Ugyldig lisensnummer. Vennligst skriv inn et gyldig lisensnummer.'),
('no', 'text_license_is_invalid_full', 'Ugyldig lisensnummer. Vennligst skriv inn et gyldig lisensnummer eller velg en annen butikk-modus.'),
('no', 'text_license_required_ebay', 'Øk salget ved å selge produkter presentert i din CS-Cart nettbutikk på verdens største markedsplass—eBay.'),
('no', 'text_license_required_ebay-title', 'eBay synkronisering'),
('no', 'text_license_required_facebook', 'Plasser butikken på bedriftens Facebook-side for å komme nærmere publikum og få flere nye kunder.'),
('no', 'text_license_required_facebook-title', 'Facebook App'),
('no', 'text_license_required_full', 'Your current CS-Cart edition is Professional. We also offer another one, a more advanced edition—<b>Ultimate</b>. With CS-Cart Ultimate, you\'ll be able to use unlimited number of storefronts and the mobile commerce app as well as the eBay Synchronization add-on and the Facebook app without additional fees. To unlock unlimited storefronts and mobile commerce, get the Ultimate license.'),
('no', 'text_license_required_storefronts', 'Legg til så mange butikkforsider som du ønsker og administrer dem via ett enkelt adminpanel.'),
('no', 'text_license_required_storefronts-title', 'Ubegrenset med butikkforsider'),
('no', 'text_links', 'Tekstlinker'),
('no', 'text_login_form', '<h4>Er du ikke registrert fra før?</h4><p>Å opprette en konto er enkelt og tar mindre enn et minutt.</p>'),
('no', 'text_login_to_add_to_cart', 'Dette produktet kan ikke legges til <br>handlevognen fordi du ikke er logget inn'),
('no', 'text_mail_area_logo', 'Logo for <b>fakturaer</b>'),
('no', 'text_mandatory_fields', '<p class=\"mandatory-fields\"> Feltene merket med <span class=\"required\">*</span> er obligatoriske</p>'),
('no', 'text_max_limit_of_parameters', 'Maksimal verdi av \"grensen\"-feltet kan ikke overstige 25 mindre diagramtypen er \"Table\". Begrens av dette diagrammet er korrigert.'),
('no', 'text_mb_failed_order', 'Ingen respons fra Skrill er mottatt ennå, vennligst vent. Selv om ordren ikke kan bli opprettet i butikken, er det overveiende sannsynlig at den har blitt opprettet og behandlet av Skrill. Ta kontakt med nettbutikken og fortell dem om ordre-ID-en som ble gitt av Skrill'),
('no', 'text_min_order_amount_required', 'For å fortsette betalingsprosessen må din ordre totalt overstige'),
('no', 'text_min_products_amount_required', 'For å fortsette betalingsprosessen må din ordre delsum overstige'),
('no', 'text_money_back_guarantee', 'Vi tilbyr en 30-dagers pengene-tilbake-garanti, før lisensnummer er lagt inn. Hvis du ikke liker produktet vårt, vil vi refundere deg pengene du har betalt, uten plagsomme spørsmål.'),
('no', 'text_multiprofile_notice', 'En bruker kan ha flere profiler. For eksempel, en for personlige ordre og en annen for arbeidsplassen.'),
('no', 'text_mve_plus_license_required', '<p>Let your vendors receive money from customers directly via your marketplace.</p><p>Manage vendors\' abilities via user groups, and allow your vendors to change the looks of their stores.</p><p>Create a unified catalog, where vendors can start selling any product in a matter of minutes.</p>'),
('no', 'text_mve_ultimate_license', 'A special edition of [product] that offers all the features of [product] Plus and an unlimited number of storefronts. If you switch to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see the message about the storefront limit again.'),
('no', 'text_mve_ultimate_license_required', '<p>Branch out: get an unlimited number of storefronts for your marketplace.</p><p>A storefront is another domain created either for a specific country or city, or for a specific part of your product catalog.</p><p>Get all the other functionality of [product] Plus.</p>'),
('no', 'text_mve_ultimate_or_plus_license_required', 'This action requires [product] Ultimate or [product] Plus. If you switch to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a> or <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus</a>, you\'ll get access to all their features.'),
('no', 'text_newsletter_sent', 'Nyhetsbrev(ene) har blitt vellykket sendt.'),
('no', 'text_new_payment_was_created', 'Ny betaling ble opprettet'),
('no', 'text_new_post_notification', 'Dette er et varsel om et nytt innlegg til'),
('no', 'text_new_user_activation', 'Profilen eid av \"[user_login]\" er nylig opprettet, du bør sjekke detaljene for denne brukeren (hvis påkrevd) og aktivere den ved hjelp av følgende link:<br /><a href=\"[url]\">[url_text]</a>'),
('no', 'text_nothing_found', 'Ingenting funnet'),
('no', 'text_not_allowed_to_upload_file_extension', 'Det er ikke tillatt å laste opp filer med <b>.[ext]</b> endelsen her.'),
('no', 'text_not_approved_products', 'Du har produkter som krever godkjenning. Vennligst <a href=\"[link]\">følg denne linken</a> for å vurdere og godkjenne disse produktene.'),
('no', 'text_not_approved_vendors', 'Du har forhandlere som krever godkjenning. vennligst <a href=\"[link]\">følg denne linken</a> for å vurdere disse forhandlerne.'),
('no', 'text_not_valid_cc_number', '<b>[cc_number]</b> er ikke et gyldig kredittkortnummer.'),
('no', 'text_not_valid_cpf', 'CPF está invalido'),
('no', 'text_not_valid_domain', '<b>[domain]</b> er ikke et gyldig domenenavn.'),
('no', 'text_not_valid_email', '<b>[email]</ b> er ikke en gyldig e-postadresse.'),
('no', 'text_not_valid_ip', '<b>[ip]</b> er ikke en gyldig IP-adresse.'),
('no', 'text_no_active_promotions', '<b>[ip]</b> er ikke en gyldig IP-adresse.'),
('no', 'text_no_conflicts', 'Ingen konflikter funnet'),
('no', 'text_no_items_defined', 'Ingen [items] definert'),
('no', 'text_no_matching_products_found', 'Ingen produkter passer med søkekriteriene'),
('no', 'text_no_matching_results_found', 'Ingen resultater passer til søket'),
('no', 'text_no_orders', 'Ingen ordre funnet'),
('no', 'text_no_payments_needed', 'Ingen betalingsinformasjon nødvendig'),
('no', 'text_no_payments_required', 'No payment required'),
('no', 'text_no_products', 'Det er ingen produkter i denne seksjonen'),
('no', 'text_no_products_defined', 'Ingen produkter definert'),
('no', 'text_no_products_found', 'Ingen produkter funnet'),
('no', 'text_no_shipments_found', 'Ingen forsendelser funnet'),
('no', 'text_no_shipping_methods', 'Beklager, det virker ikke som vi har noen frakt alternativer tilgjengelige for din beliggenhet. <br/> Sjekk leveringsadressen og kontakt oss hvis alt er i orden. Vi får se hva vi kan gjøre med det.'),
('no', 'text_no_ticket_found', 'No Ticket Found'),
('no', 'text_no_upgrades_available', 'Ingen oppgraderinger tilgjengelig'),
('no', 'text_objects_for_export', '<b>[total]</b> [name] vil bli eksportert.'),
('no', 'text_ogonedirect_notice', 'Skriv SHA-1 Signature både: her og på Ogone Configuration <br /> <br /> For nye Ogone kontoer som er opprettet siden 11 mai 2010, er den nye SHA politikken automatisk aktiv.. <br/> Vennligst ikke glem å velge \"Bruk nye SHA signatur policy\" avkrysningsruten.'),
('no', 'text_ogoneweb_notice', 'Vennligst angi følgende URL i tekniske del på Ogone konfigurasjon som <b> Response Url </ b> for alle tilfeller (\"akseptert\", \"på vent\", \"usikker\", \"tilbakekalles av brukeren\", \" for mange avslag av erververen \"): <b> [r_url] </ b> <br /> også inn SHA-1 Signature både: her og på Ogone konfigurasjon. Deretter velger du Be om Type: \"Gjør denne forespørselen i bakgrunnen og utsatt\".'),
('no', 'text_only_ultimate_license_required', 'A special edition called [product] Ultimate is required to perform this action. If you switch to <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see this message again, and you\'ll also be able to create an unlimited number of storefronts.'),
('no', 'text_options_no_inventory', 'For å opprette \'kombinasjoner, må du ha \"Lagerbeholdning\" merket av for minst ett produkt alternativ.'),
('no', 'text_order_backordered', 'Ordren har blitt bestilt som en restordre. Vi kontakter deg så raskt vi kan.'),
('no', 'text_order_placed_error', 'Din bestilling har blitt avslått av betalingen prosessoren. Se gjennom informasjonen og kontakt butikken administrasjon.'),
('no', 'text_order_placed_successfully', 'Takk for bestillingen! Din ordre er motatt.'),
('no', 'text_order_repayed_successfully', 'Ordren har blitt tilbakebetalt vellykket.'),
('no', 'text_order_saved_successfully', 'Ordren har blitt lagret.'),
('no', 'text_order_status_has_not_been_changed', 'Ordrestatusen har ikke blitt forandret, fordi brukeren ikke hadde nok poeng.'),
('no', 'text_order_status_notification', 'Vær oppmerksom på at varsel om endring av status vil bli sendt avhengig av innstillingene i denne statusen'),
('no', 'text_out_of_stock', 'Utsolgt fra lager'),
('no', 'text_owl', 'OwlCarousel'),
('no', 'text_pages_cloned', 'Sidene har blitt klonet vellykket. Under listen over nye sider.'),
('no', 'text_pages_have_been_deleted', 'Sider har blitt slettet.'),
('no', 'text_page_changed', 'Er du sikker på at du vil forlate denne siden? Dine forandringer er ikke blitt lagret. Klikk på OK for å fortsette, eller Avbryt for å bli på den nåværende siden.'),
('no', 'text_page_has_been_deleted', 'Siden har blitt slettet.'),
('no', 'text_page_loading', 'Laster... Din forespørsel blir behandlet, vennligst vent.'),
('no', 'text_password_recovery_instructions_sent', 'Password recovery instructions have been sent to [email] address.'),
('no', 'text_pay4later_notice', '<b>Merk</b>: For å kunne følge dine Pay4Later orderre fra nettbutikken, å du følge disse trinnene:<br /><br />-&nbsp;Logg inn på Pay4Later BackOffice<br />-&nbsp;Klikk på <u>\'Settings/Installations\'</u> linken i <u>\'Quick Links\'</u> seksjonen.<br />-&nbsp;Sett <u>\'Return URL (Verified)\'</u> innstillingen til:<br /><b>[verified_url]</b><br />-&nbsp;Sett <u>\'Return URL (Decline)\'</u> innstillingen til:<br /><b>[decline_url]</b><br />-&nbsp;Sett <u>\'Return URL (Refer)\'</u> innstillingen til:<br /><b>[refer_url]</b><br />-&nbsp;Set <u>\'Return URL (Cancel)\'</u> innstillingen til:<br /><b>[cancel_url]</b><br />-&nbsp;Set <u>\'CSN URL\'</u> innstillingen til:<br /><b>[process_url]</b><br />-&nbsp;Klikk på <u>\'Save Changes\'</u> knappen<br />'),
('no', 'text_paybox_notice', '<b> Merk: </ b> Last ned filen modulev2.cgi fra PayBox serveren, kopiere den til <b> [cart_dir] / utbetalinger / paybox_files / </ b> katalogen <u> i binær modus </ u > og gjøre den kjørbar. <br /> Kjør følgende kommando: <br /> <i> chmod 755 modulev2.cgi </ b> </ i> <br /> <br /> Også spør \"Paybox\" service å legge til følgende URL til databasen som \"Tilbakering URL\": <br /> <b> [callback_url] </ b>'),
('no', 'text_payment_first_data_notice', 'Vennligst logg inn på FirstData Connect 2.0 Admin, åpne \"Administration\" fanen, klikk på \"Connect 2.0 Setup\" linken.<br /> Angi følgende URL i \"Order Submission Form\", \"Confirmation Page\", \"Failure Page\" seksjonene: [return_url]<br />'),
('no', 'text_payment_have_been_deleted', 'Betaling har blitt slettet.'),
('no', 'text_payment_have_not_been_deleted', 'Betalingen kan ikke slettes'),
('no', 'text_paypal_processing_payment', 'Vennligst vent mens vi behandler betaling informasjonen...'),
('no', 'text_paypal_surcharge', '<b>Note:</b> According to the PayPal <a href=\'https://www.paypal.com/webapps/mpp/ua/useragreement-full#4\' target=\'_blank\'>policy</a> (4.6), surcharges are not supported.'),
('no', 'text_paysitecash_debug', 'Debug Informasjon'),
('no', 'text_paysitecash_mode', 'Modus'),
('no', 'text_paysitecash_mode_debug_off', 'AV'),
('no', 'text_paysitecash_mode_debug_on', 'PÅ'),
('no', 'text_paysitecash_mode_live', 'Live'),
('no', 'text_paysitecash_mode_test', 'Test'),
('no', 'text_paysitecash_nocurrencies', 'Valuta modus'),
('no', 'text_paysitecash_nocurrencies_no', 'Tillat kunden å velge hvilken som helst støttet valuta'),
('no', 'text_paysitecash_nocurrencies_yes', 'Ikke vis valutavalg i det hele tatt'),
('no', 'text_paysitecash_notice', 'Vennligst legg disse URL-feltene i din Paysite Cash konfigurasjon:<br/><br/><b>URL:</b><br/>[url]<br/><br/><b>Referer url:</b><br/>[ref_url]<br/><br/><b>after payment return url:</b><br/>[sucess_url]<br/><br/><b>canceled payment url:</b><br/>[cancel_url]<br/><br/><b>Backoffice confirmation url:</b><br/>[confirm_url]'),
('no', 'text_paysitecash_processor', 'Prosessor'),
('no', 'text_paysitecash_site_id', 'Nettsted ID'),
('no', 'text_payway_notice', 'Vennligst sett opp følgende parametre i PayWay bakenden: <p> Browser Tilbake URL Pre Betaling: <b> [forhåndsbetaling] </ b> <br /> Browser Tilbake URL: <b> [retur] </ b> <br /> Melding URL: <b> [varsle] </ b> <br /> Melding Post Type: la tomt </ p>'),
('no', 'text_permissions_changed', 'Tillatelser endret'),
('no', 'text_piraeus_notice', '<b> Merk: </ b> Vennligst send følgende informasjon til utbetaling støtte: <br /> Website URL: \'<u> [website_url] </ u>\' <br /> Verver URL: \'<u> [ referrer_url] </ u> \'<br /> Suksess URL:\' <u> [success_url] </ u> \'<br /> Failure URL:\' <u> [failure_url] </ u> \'<br /> tilbakekobling URL: \'<u> [backlink_url] </ u>\' <br /> IP-adresse: \'<u> [IP_adresse] </ u>\' <br /> <br /> Response Metode: \'<u> [response_method ] </ u> \'<br /> <br />'),
('no', 'text_points_cannot_applied_because_subtotal_redeemed', 'Poeng kan ikke brukes fordi delsummen er helt innfridd.'),
('no', 'text_points_exceed_points_on_account', 'Antallet poeng som du har lagt inn overstiger antall poeng på kontoen din.'),
('no', 'text_points_exceed_points_that_can_be_applied', 'Antall poeng som du har lagt overstiger antall poeng som kan brukes på denne bestillingen.'),
('no', 'text_points_used_in_order', 'Poeng ble brukt i ordre'),
('no', 'text_point_in_account', 'Du har'),
('no', 'text_position_updating', 'Laster... Plasseringer blir oppdatert, vennligst vent.'),
('no', 'text_post_pended', 'Ditt innlegg vil bli kontrollert før det blir publisert.'),
('no', 'text_price_dec_sign_delimiter', 'Desimalskilletegn for produktpriser.'),
('no', 'text_products_added', 'Produktene har blitt lagt til. Se listen over de nye produktene nedenfor.'),
('no', 'text_products_cloned', 'Produktene har blitt klonet vellykket. Under listen over nye produkter'),
('no', 'text_products_have_been_deleted', 'Produkter har blitt slettet.'),
('no', 'text_products_updated', 'Følgende produkter har blitt oppdatert:'),
('no', 'text_products_updated_successfully', 'Produktene har blitt oppdatert'),
('no', 'text_product_cloned', 'Produktet har blitt klonet'),
('no', 'text_product_detailed_image', '(Alternativt vist i popup-vindu)'),
('no', 'text_product_file_has_been_deleted', 'Produktfil har blitt slettet'),
('no', 'text_product_filters_were_disabled', 'Følgende <a href=\"[url]\" target=\"_blank\">produktfiltre</a> ble deaktivert: [filters_list].'),
('no', 'text_product_has_been_deleted', 'Produkt er slettet.'),
('no', 'text_product_option_delimiter', 'Skilletegn for produktvalg innenfor en produktkombinasjon (f.eks. \"Farge: Gul, Størrelse: Medium\")'),
('no', 'text_product_thumbnail', '(Vises på produktlisten og produktdetaljer sidene)'),
('no', 'text_profile_activated', 'Din konto er nå aktiv. Du kan logge på kontoen din ved hjelp av din innloggingsinformasjon.'),
('no', 'text_profile_benefits', '<h4>Fordeler ved å opprette en konto</h4><ul><li>Logg inn når som helst for å sjekke din ordrestatus</li><li>Personaliser din handleopplevelse</li><li>Raskt og enkelt å legge inn bestillinger</li></ul>'),
('no', 'text_profile_deactivated', 'Kontoen er deaktivert. Kontakt oss for mer informasjon.'),
('no', 'text_profile_details', '<h4>Profildetaljer</h4><p>På denne siden kan du endre påloggingsinformasjon og personlige data som skal brukes under fremtidige kjøp.</p><p>For å holde kontoen din sikker, anbefaler vi å unngå å skape passord som bruker:</p><ul><li>Ordbok-ord i alle språk.</li><li>Ord skrevet baklengs, vanlige feilstavinger og forkortelser.</li><li>Sekvenser eller gjentatte tegn. Eksempler: 12345678, 222222, abcdefg, eller tilstøtende bokstaver på tastaturet (qwerty).</li><li>Personlig informasjon. Ditt navn, fødselsdag, førerkort, passnummer, eller lignende informasjon.</li></ul>'),
('no', 'text_profile_is_created', 'Kontoen er opprettet.'),
('no', 'text_profile_is_updated', 'Profildata har blitt oppdatert.'),
('no', 'text_profile_should_be_approved', 'Din konto har blitt opprettet, men den må aktiveres av butikkadministrator før du kan logge deg inn.'),
('no', 'text_promotions_group_condition', 'hvis [set] av disse vilkårene er [set_value]'),
('no', 'text_qty_discounts', 'Våre mengderabatter'),
('no', 'text_recommendation_notes', 'Din venn har anbefalt denne siden til deg. Vennligst følg linken:'),
('no', 'text_recover_password', '<p>Hvis du har glemt passordet ditt, skriv inn e-post-adressen din i feltet ved siden av, og klikk på knappen <i>Tilbakestill passord</i>.</p><p>Du vil motta en link i en e-post. Klikk på denne og du kan opprette et nytt passord.</p>'),
('no', 'text_recover_password_notice', 'Skriv inn din e-post-adresse for å motta en ny påloggingsnøkkel og en link for å logge inn og endre passord.'),
('no', 'text_recover_password_title', 'Tilbakestill passordet ditt'),
('no', 'text_redactor2', 'Redactor II'),
('no', 'text_remove_additional_images', 'Når du importerer flere bilder av en oppdatert produkt, vil eksisterende bilder av dette produktet bli slettet før import'),
('no', 'text_remove_backup_files', 'Advarsel! Hvis du fjerner backup-filene, vil du ikke kunne gjenopprette tidligere CS-Cart installasjonen. Kontroller at de installerte CS-Cart fungerer, og backup database filer på et trygt sted.'),
('no', 'text_required_group_product', 'Vennligst velg et produkt for den obligatoriske gruppen [group_name]'),
('no', 'text_reset_inventory_description', 'Antall av alle produkter i butikken vil bli tilbakestilt.'),
('no', 'text_restore_question', 'Er du sikker på at du vil gjenopprette malen?'),
('no', 'text_return_change_warning', 'Statusen for retur #[return_id] vil bli endret'),
('no', 'text_sagepay_dir_notice', '<b> Merk: </ b> For å spore SagePay bestillinger av shopping cart software, kan du aktivere 3D-Secure Fraud sjekket Mulighet for din SagePay VSP Direct-konto.'),
('no', 'text_sagepay_notice', 'Bruk <b> testforhandler </b> som <b> Forhandernavn </b> for testing<br /><p><b>PAYMENT</b> - transaksjonstype brukes til å få en fullmakt fra banken , deretter fullføre transaksjonen tidlig neste morgen, forplikter at midlene trekkes fra kundens kort.<br /></p><p><b>DEFERRED</b> - transaksjoner er IKKE sendt til banken for ferdigstillelse før du slipper dem ved å logge inn på SagePay VSP Admin grensesnittet, finner transaksjonen og klikker på utløserknappen.</p>'),
('no', 'text_secret_key_notice', 'Vennligst fyll ut dette feltet med en hvilken som helst ikke-tom verdi. Det vil øke sikkerheten for transaksjoner.'),
('no', 'text_select_fields2edit_note', 'Du kan endre flere elementer samtidig. Merk av i boksene som tilsvarer de feltene du vil redigere, og klikk på Endre valgt.'),
('no', 'text_select_file', 'Velg en fil eller skriv inn en URL'),
('no', 'text_select_range', 'Du kan velge et område å eksportere (ellers vil alle [name] bli eksportert)'),
('no', 'text_select_vendor', 'Velg en butikk først'),
('no', 'text_set_write_permissions_for_dirs', 'Du kan sette skriverettigheter for webserveren til katalogene listet ovenfor eller gi FTP-tilgang med skriverettigheter til disse katalogene.'),
('no', 'text_share_product_features_tooltip', 'OBS! Noen data vil ikke bli kopiert under denne operasjonen: kategoriene satt i produktfiltrene vil gå tapt selv om du kopierer alle kategorier. Vennligst, fiks kategoriene manuelt.'),
('no', 'text_share_product_filters_tooltip', 'OBS! Noen data vil ikke bli kopiert under denne operasjonen: kategoriene satt i produktfunksjonene vil gå tapt selv om du kopierer alle kategorier. Vennligst, fiks kategoriene manuelt.'),
('no', 'text_share_promotions_tooltip', 'For å dele kampanjer sørg for at de respektive produktene også er delt (Sjekk Del produkter nedenfor)'),
('no', 'text_shipping_packages_info', 'For å sikre en mer presis estimering av fraktkostnaden, har produktene blitt delt inn i pakker som definert av produktets innstillinger og konfigurasjonen for leveringsmåte. Følgende info er kun for referanse'),
('no', 'text_shipping_rates_changed', 'Fraktpriser ble endret'),
('no', 'text_ship_to_billing', 'Ordre vil bli levert til fakturaadressen'),
('no', 'text_shoppers_can_order_products', 'Kunder kan nå bestille disse produktene i butikken.'),
('no', 'text_signup_for_subscriptions', 'Meld deg på for vårt nyhetsbrev!'),
('no', 'text_skip_creating_new_products', 'Hvis du aktiverer denne innstillingen, blir bare produktene som allerede finnes i databasen din oppdatert.'),
('no', 'text_skrill_activate_quick_checkout_short_explanation', 'Skrill Merchant Tools gjør det mulig å ta betaling fra kredittkort, debetkort og over 60 andre lokale betalingsmåter i over 200 land. Den svært konkurransedyktige priser for denne tjenesten er publisert på Skrill nettsted www.skrill.com.'),
('no', 'text_skrill_activate_quick_checkout_short_explanation_1', 'Du har sendt en forespørsel om aktivisering på [dato]. Vær oppmerksom på at bekreftelsesprosessen til å bruke Skrill Merchant Tools kunne ta opptil 72 timer. Du vil bli kontaktet av Skrill når verifiseringen prosessen er fullført.'),
('no', 'text_skrill_activate_quick_checkout_short_explanation_2', 'Etter aktivering Skrill vil gi deg tilgang til en ny seksjon på din Skrill-konto kalt Merchant Tools. Det kan du velge et hemmelig ord (IKKE det samme som passord) og angi det i avsnittet under for å koble til Skrill. Det hemmelige ordet er siste trinn i aktiveringsprosessen, og krypterer dine betalinger sikkert. Etter vellykket innlevering vil du være klar til å bruke alle direkte betaling valg av Skrill.'),
('no', 'text_skrill_currs_notice', 'Hvis du har valgt en valuta som ikke er basen en i butikken din, må du sørge for at den har riktig <a href=\"http://en.wikipedia.org/wiki/ISO_4217\"> ISO 4217-koden </ a> på <a href=\"[link]\"> valutaene </ a> siden.'),
('no', 'text_skrill_email_is_not_registered', 'Angitte e-post-adressen er ikke registrert i Skrill.'),
('no', 'text_skrill_email_is_registered', 'Angitte e-post-adressen er registrert i Skrill.'),
('no', 'text_skrill_empty_input_data', 'Noen av feltene som kreves for Quick Checkout aktivering mangler. Vennligst sjekk.'),
('no', 'text_skrill_logo_notice', 'Hvis HTTPS server ikke er satt opp, vil logoen bli vedtatt av HTTP-protokollen, og brukerne vil se \"Connection Delvis Kryptert\" advarsel på Skrill siden.'),
('no', 'text_skrill_notice', 'For å få tilgang til det internasjonale betalingsnettverket Skrill, kan du registrere deg <a href=\"[register_url]\" target=\"_blank\">her</a> for en gratis konto, hvis du ikke har en ennå.<p><strong>Attention</strong>: Husk å lagre innstillingene før du validerer e-post, hemmelig ord eller aktiverer merchant verktøyene.</p>');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('no', 'text_skrill_notice_register', 'For å få tilgang til det internasjonale betalingsnettverket til Skrill, vennligst registrer <a href=\"[register_url]\" target=\"_blank\">here</a> deg for en gratis konto hvis du ikke har en ennå.<p><strong>Merk</strong>: Vennligst lagre innstillingene før du aktiverer forhandler verktøy.</p>'),
('no', 'text_skrill_payment_is_not_saved', 'For å bruke denne funksjonen må du lagre betalingsmåten først.'),
('no', 'text_skrill_secred_word_notice', 'Det hemmelige ordet må være med små bokstaver uten spesialtegn og minst 10 siffer lang.'),
('no', 'text_skrill_secret_word_is_correct', 'Spesifisert hemmelige ord er riktig.'),
('no', 'text_skrill_secret_word_is_incorrect', 'Din hemmelige ordet er feil. Vennligst velg din hemmelige ordet i Merchant-delen i din Skrill konto og deretter oppgi den her.'),
('no', 'text_skrill_support', '<b> Support: </ b> <br /> <br /> Har du spørsmål <br /> Kontakt Skrill på <a href=\"mailto:\"> ecommerce@skrill.com </ a> eller via telefon? +44 (0) 870 383 0762. <br />'),
('no', 'text_status_is_float', 'Du kan ikke bruke tidsintervall for \"Status\" parameteret fordi dette parameteren er tidsavhengig.'),
('no', 'text_storage_changed', 'Lagring endret'),
('no', 'text_storefront_license_required', 'An additional storefront for your standard [product] license. Good for those who don\'t intend to add a few more storefronts in the future.'),
('no', 'text_store_closed', 'Beklager, butikken er midlertidig stengt for vedlikehold.'),
('no', 'text_store_mode_changed_to_full', '<strong>Full modus</strong> har blitt aktivert. I denne modusen er alle de avanserte funksjonene tilgjengelige.'),
('no', 'text_store_mode_changed_to_mve', 'Your store now uses active license. With the [product] edition, you get almost all the features we offer. The additional features (such as separate checkout for each vendor, and vendor-created promotions) are available with the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus edition</a>. There is an even more advanced edition, <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, that lets you use multiple storefronts for different audiences.'),
('no', 'text_store_mode_changed_to_mve.plus', '<strong>Plus mode</strong> has been activated. This mode offers all the advanced eCommerce features, except for multiple storefronts. If your marketplace ever needs separate domains for different audiences, upgrade your license to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>.'),
('no', 'text_store_mode_changed_to_mve.ru', 'Your store now uses active license. With the [product] edition, you get almost all the features we offer. The additional features (such as separate checkout for each vendor, and vendor-created promotions) are available with the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus edition</a>. There is an even more advanced edition, <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, that lets you use multiple storefronts for different audiences.'),
('no', 'text_store_mode_changed_to_mve.ru.plus', '<strong>Plus mode</strong> has been activated. This mode offers all the advanced eCommerce features, except for multiple storefronts. If your marketplace ever needs separate domains for different audiences, upgrade your license to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>.'),
('no', 'text_store_mode_changed_to_mve.ru.ultimate', '<strong>Ultimate mode</strong> has been activated. In this mode, all the advanced eCommerce features are available.'),
('no', 'text_store_mode_changed_to_mve.ultimate', '<strong>Ultimate mode</strong> has been activated. In this mode, all the advanced eCommerce features are available.'),
('no', 'text_store_mode_changed_to_ult', 'Your store now uses an active license of [product].'),
('no', 'text_store_mode_changed_to_ult.b2b', 'Your store now uses an active license of [product].'),
('no', 'text_store_mode_changed_to_ult.b2b.ultimate', 'Your store now uses an active license of [product].'),
('no', 'text_store_mode_changed_to_ult.ru', 'Your store now uses an active license of [product].'),
('no', 'text_store_mode_changed_to_ult.ru.ultimate', 'Your store now uses an active license of [product].'),
('no', 'text_store_mode_changed_to_ult.ultimate', 'Your store now uses an active license of [product].'),
('no', 'text_store_mode_closed', 'Butikken var <b>stengt</b>'),
('no', 'text_store_mode_full', '<p>Full ubegrenset tilgang til alle funksjoner. Skriv inn et gyldig lisensnummer for å aktivere.</p><p>Denne modusen kan aktiveres når som helst.</p><br />'),
('no', 'text_store_mode_open', 'The store was <b>opened</b>'),
('no', 'text_store_mode_opened', 'Butikken ble <b>åpnet</b>'),
('no', 'text_store_mode_trial', '<p>Full tilgang til alle funksjoner i en 30-dagers testperiode, fra tidspunktet for aktivering.</p><p>Når den 30-dagers testperioden utløper, må du <a href=\"[product_buy_url]\" target=\"_blank\">kjøpe en lisens</a> og angi en gyldig lisensnummer for å kunne fortsette å administrere din nettbutikk.</p>'),
('no', 'text_store_mode_trial_rb', 'Alle funksjoner er tilgjengelige i 30 dager etter nedlasting av installasjonspakken. Du trenger ikke å legge inn lisensnøkkel.<br /><br />Etter at 30-dagers prøveperioden er over, må du kjøpe en lisens eller legge inn en lisensnøkkel dersom du allerede har en.<br /><br />'),
('no', 'text_subscriber_activated', 'Din e-post har blitt aktivert'),
('no', 'text_subscriber_added', 'Din e-post har blitt lagt til i vår liste for gratis e-post oppdateringer'),
('no', 'text_subscriber_removed', 'Din e-post har blitt fjernet fra vår liste for gratis e-post oppdateringer'),
('no', 'text_successful_request', 'Forespørselen ble lagt til. Du vil motta en e-post med svar senere.'),
('no', 'text_success_subscription', 'Du er nå påmeldt til våre gratis e-post oppdateringer og kampanjer!'),
('no', 'text_tax_applied', 'Momsen <b>[tax]</b> har blitt påført alle produkter'),
('no', 'text_tax_unset', 'Momsen <b>[tax]</b> har blitt fjernet fra alle produkter'),
('no', 'text_template_changed', 'Dine endringer har ikke blitt lagret. Klikk OK for å lagre endringene eller Avbryt for å forkaste dem.'),
('no', 'text_test_email_sent', 'Test e-posten ble sendt til <b>[email]</b>.'),
('no', 'text_thaiepay_notice', '<p> Vennligst angi følgende verdier i Thaiepay kjøpmann innstillingene: </ p> Tilbake Url: <b> [return_url] </ b> </ p> Status: <b> Ja (det er viktig) </ b> </ p> Post Tilbake Url:! <b> [postback_url] </ b> </ p> Main Parameter: <b> \"total\" skal kontrolleres </ b > - det vil øke sikkerheten for transaksjoner </ p> Flere Parameter: Det er obligatorisk for vellykket behandling av transaksjoner. For eksempel kan du sette <b> name = fullført </ b> og <b> verdi = some_secret_word </ b>. Kopier disse verdiene til disse feltene: \"Flere parameter Name\" og \"Flere parameter Value\" </ p>.'),
('no', 'text_thank_you_for_post', 'Takk for ditt innlegg'),
('no', 'text_thumbnail_manual_loading', 'Miniatyrbilder vil bli generert automatisk fra dedetaljerte bildene, men du kan også <a id=\"[id]\" class=\"[class]\">laste dem opp manuelt.</a>'),
('no', 'text_tinymce', 'TinyMCE'),
('no', 'text_topmenu_more', 'Mer [item] <i class=\"text-arrow\">&rarr;</i>'),
('no', 'text_topmenu_view_more', 'Vis mer <i class=\"text-arrow\">&rarr;</i>'),
('no', 'text_track_instructions_sent', 'Tilgangsinstruksjoner ble sendt til din e-post-adresse.'),
('no', 'text_track_request', 'Du ba om informasjon om en ordre du har plassert i vår nettbutikken.'),
('no', 'text_track_view_all_orders', 'For å vise alle dine ordre, vennligst følg denne linken:'),
('no', 'text_track_view_order', 'For å vise ordre #[order] vennligst åpne denne linken:'),
('no', 'text_transaction_cancelled', 'Transaksjonen ble avbrutt'),
('no', 'text_transaction_declined', 'Transaksjonen ble avslått av betalingstilbyderen eller ble kansellert av kunden'),
('no', 'text_uc_addon_upgrade_completed', 'Modulen \"[name]\" er oppgradert'),
('no', 'text_uc_agreed_collisions', 'Jeg forstår at mine lokale modifikasjoner går tapt under oppgraderingen'),
('no', 'text_uc_another_update_process_running', 'Det er mulig en annen oppgraderingsprosess kjører.<br />Vennligst vent til den er ferdig.<br />Hvis prosessen er ferdig med en feil, kan du fjerne filen [filename] og prøv å restarte oppgraderingen.<br /><a href=\"[url]\">Fjern låsefila og restart oppgraderingen</a>'),
('no', 'text_uc_backup_database', 'Backup av følgende database tabeller har blitt utført'),
('no', 'text_uc_backup_files', 'Backup av følgende filer har blitt utført'),
('no', 'text_uc_broken_package', 'Oppgraderingspakken ser ut til å være skadet. Oppdater pakkene og prøv å last de ned på nytt'),
('no', 'text_uc_cannot_lock_upgrade_process', 'Klarte ikke å deaktivere oppstart av oppgraderingsprosessen'),
('no', 'text_uc_cant_download_package', 'Kan ikke laste ned oppgraderingspakken'),
('no', 'text_uc_changed_files_message', 'Disse filene har lokale modifikasjoner og blir sikkerhetskopiert. Når oppgraderingen er fullført, sammenlign backup filene med de nye filene og legg til endringene til nye filer, om nødvendig.'),
('no', 'text_uc_check_ok', 'Din [product] versjon har blitt kontrollert. Den er klar for oppgradering'),
('no', 'text_uc_conflicts', 'Følgende filer hadde lokale modifikasjoner'),
('no', 'text_uc_db_right_needed', 'Ikke tilstrekkelig med rettigheter til å oppdatere databasen. Vennligst tildele følgende rettigheter til databasen bruker [db_user]: [priviliges].'),
('no', 'text_uc_emergency_restore', 'OBS! Vennligst kopier og lagre adressen nedenfor - du kan bruke den til å gjenopprette nettbutikken dersom oppgraderingen mislykkes <br /> <b> [href] </ b>.'),
('no', 'text_uc_failed_to_backup_tables', 'Databasetabellene har ikke blitt sikkerhetskopiert'),
('no', 'text_uc_failed_to_create_directory', 'Kunne ikke opprette en ny katalog'),
('no', 'text_uc_failed_to_decompress_files', 'Kunne ikke pakke ut filer fra arkivet'),
('no', 'text_uc_failed_to_ftp_copy', 'FTP overføring mislyktes'),
('no', 'text_uc_ftp_cart_directory_not_found', 'Vi fant ingen CS-Cart installasjon i den angitte mappen. Kontroller at du har angitt den riktige FTP-katalogen.'),
('no', 'text_uc_ftp_connection_failed', 'FTP tilkobling mislyktes'),
('no', 'text_uc_ftp_connect_failed', 'Kan ikke koble til FTP-serveren. Vennligst sjekk om vertsnavnet er riktig'),
('no', 'text_uc_ftp_login_failed', 'Kan ikke logge på FTP-serveren. Vennligst sjekk om brukernavn og passord er korrekt'),
('no', 'text_uc_ftp_needed', 'FTP-opplysninger for å få tilgang til filer og sette riktige tillatelser automatisk'),
('no', 'text_uc_has_conflicts', 'Noen av dine filer hadde lokale modifikasjoner. Du kan sjekke dem ved å klikke på følgende link'),
('no', 'text_uc_incorrect_upgrade_path', 'Feil sti til å oppgradere filer'),
('no', 'text_uc_license_number_required', 'Vennligst skriv inn ditt [product] lisensnummer'),
('no', 'text_uc_list_of_updates_missing', 'Liste over oppgraderinger mangler'),
('no', 'text_uc_local_modification', 'Lokale modifikasjoner'),
('no', 'text_uc_non_writable_files', 'Disse filene krever skrivetilgang (manuelt eller automatisk via FTP)'),
('no', 'text_uc_no_enough_space_to_backup_database', 'Utilstrekkelig diskplass til å ta backup av databasen'),
('no', 'text_uc_no_ftp_module', 'Det virker som ingen FTP-modul er installert på serveren din. Du kan ikke bruke FTP før denne modulen er installert'),
('no', 'text_uc_package_installed_with_errors', 'Det oppstod feil under oppgraderings-prosessen. Kontakt teknisk support for å undersøke problemet.'),
('no', 'text_uc_timeout_check_success', 'Ser ut som serveren din gjør det mulig å endre \"max_execution_time\" fra scriptet. Du kan gå videre med oppgraderingsprosessen.'),
('no', 'text_uc_unable_to_create_upgrade_folder', 'Klarte ikke å opprette en katalog for oppgradering'),
('no', 'text_uc_unable_to_parse_uc_xml', 'Klarte ikke å analysere descriptor uc.xml for oppgraderingsprosessen'),
('no', 'text_uc_unable_to_remove_file', 'Kunne ikke fjerne filen'),
('no', 'text_uc_unable_to_remove_packages_xml', 'Kunne ikke fjerne descriptor packages.xml for oppgraderingen'),
('no', 'text_uc_unable_to_remove_upgrade_lock', 'Kunne ikke fjerne oppgraderings låsefilen. Vennligst fjern [file] filen.'),
('no', 'text_uc_unable_to_update_list_of_installed_upgrades', 'Kunne ikke oppdatere listen over installerte oppgraderinger'),
('no', 'text_uc_upgrade_completed', 'Butikken er oppgradert'),
('no', 'text_uc_upgrade_completed_check_and_open', '<p>Nettbutikken ble stengt under oppgraderingsprosedyren. Vi anbefaler deg å sjekke funksjonaliteten til butikken etter oppgraderingen, før du åpner den igjen.</p><p>Du kan åpne nettbutikken igjen ved å klikke bort haken på valget: Steng butikk forsiden under Innstillinger → Generelt.</p>'),
('no', 'text_uc_upgrade_log_file_not_writable', 'Loggfil for oppgraderinger er ikke skrivbar'),
('no', 'text_uc_upgrade_needed', 'Du må oppgradere til versjon <b> [to_version] </ b> før du installerer denne oppgraderingen pakken (din versjon er <b> [your_version] </ b>).'),
('no', 'text_uc_upgrade_not_selected', 'Ingen oppgraderingspakke er valgt'),
('no', 'text_uc_upgrade_reverted', 'Oppgraderingen har blitt tilbakestilt vellykket'),
('no', 'text_uc_will_be_changed', 'Vil bli endret'),
('no', 'text_uc_will_be_deleted', 'Vil bli slettet'),
('no', 'text_ult_product_store_field_tooltip', 'Produkteier. Kun produkteier kan redigere alle felt i delte produkter.'),
('no', 'text_unable_to_install_theme_dependencies', 'Ikke i stand til å installerer malens avhengigheter: [dependencies]'),
('no', 'text_unable_to_parse_xml', 'Kunne ikke analysere XML struktur'),
('no', 'text_unsubscribe_instructions', 'Vi respekterer ditt privatliv og vil ikke sende uønsket e-post til brukere som ikke har bedt om det. Du har mottatt denne e-posten fordi du meldt deg på vår gratis oppdatering og kampanje liste.<br /><br /> Hvis du ønsker å avslutte abonnementet, vennligst bruk linken nedenfor:'),
('no', 'text_unsupported_currency', 'Valuta som ikke støttes av betalingssystemet er brukt på nettstedet. Vennligst kontakt butikkens administrator angående dette problemet.'),
('no', 'text_upgrade_available', 'En ny versjon av [product] er tilgjengelig. Hvis du ønsker å oppgradere til den nyeste versjonen, klikk <a href=\"[link]\">her</a>.'),
('no', 'text_usergroup_activated', 'Følgende brukergrupper har blitt aktivert for kontoen din: [usergroups].'),
('no', 'text_usergroup_disactivated', 'Følgende brukergrupper er fjernet fra kontoen din: [usergroups].'),
('no', 'text_usergroup_request', 'Kunde forespurte brukergruppe.'),
('no', 'text_usergroup_requested_by', 'Gruppen <b>[usergroup]</b> ble forespurt av [name] ([email]).'),
('no', 'text_vendor_profile_changes_notice', 'Er du sikker på at du vil oppdatere denne profilen? Informasjonen om firmaet vil ikke være tilgjengelig i kundeområdet før den er godkjent av administratoren.'),
('no', 'text_worldpay_notice', 'Configure your WorldPay account before using the payment.<br /><br />Go to the WorldPay administration page and switch to the Installation section.<br /><br />Fill the fields as follows:<br /><br />Payment Response URL: <b>[return_url]</b><br />Payment Response Password: <b>Make up a secret word.</b> The same word must be entered in the respective field below<br />MD5 secret for transactions: <b>Make up a secret word.</b> The same word must be entered in the respective field below<br />SignatureFields: <b>instId:amount:currency:cartId</b>'),
('no', 'text_you_have_already_filled_this_poll', 'Du har allerede fullført denne spørreundersøkelsen'),
('no', 'text_zipcodes_wildcards', 'Du kan bruke jokertegn i dette feltet:<br /><b>\'?\'</b> - for ett enkelt tegn;<b>\'*\'</b> - any number of characters.<br /><br /><u> Eksempel:</u><br /><b>98?78</b> &nbsp;&nbsp;(tilsvarer 98878, 98378, 98978, etc)<br /><b>12*</b>&nbsp;&nbsp; (tilsvarer 12345, 12876, 12098, etc..)'),
('no', 'thanks_for_voting', 'Takk for at du tok deg tid til å fullføre denne spørreundersøkelsen.'),
('no', 'theme', 'Mal'),
('no', 'themes', 'Maler'),
('no', 'theme_directory', 'Mal katalog'),
('no', 'theme_editor', 'Mal redigerer'),
('no', 'theme_editor.atc_button_bkg', 'Add to cart'),
('no', 'theme_editor.atc_button_text', 'Add to cart text'),
('no', 'theme_editor.auto_scroller_animations_style', 'Image auto scroller animation'),
('no', 'theme_editor.auto_scroll_animations', 'Use image auto scroller animation'),
('no', 'theme_editor.background', 'Bakgrunn'),
('no', 'theme_editor.backgrounds', 'Bakgrunner'),
('no', 'theme_editor.background_color', 'Bakgrunnsfarge'),
('no', 'theme_editor.base_color', 'Base'),
('no', 'theme_editor.block_titles', 'Block titles'),
('no', 'theme_editor.body_font', 'Brødtekst'),
('no', 'theme_editor.brand_page_image', 'Brand page images'),
('no', 'theme_editor.browse', 'Bla'),
('no', 'theme_editor.buttons_font', 'Knapper'),
('no', 'theme_editor.call_request_bkg', 'Buy now with one click'),
('no', 'theme_editor.call_request_text', 'Buy now with one click text'),
('no', 'theme_editor.category_menu_bkg', 'Category menu background'),
('no', 'theme_editor.category_menu_expand_links', 'Expanded menu links'),
('no', 'theme_editor.category_menu_expand_links_hover', 'Expanded menu links hover'),
('no', 'theme_editor.category_menu_horizontal_background', 'Category menu expanded background'),
('no', 'theme_editor.category_menu_horizontal_decoration', 'Category menu expanded decoartion'),
('no', 'theme_editor.category_menu_horizontal_decoration_text', 'Category menu expanded decoartion text'),
('no', 'theme_editor.category_menu_horizontal_decoration_text_hover', 'Category menu expanded decoartion text hover'),
('no', 'theme_editor.checkout_control_background', 'Checkout: Payment / shipping method background'),
('no', 'theme_editor.checkout_control_border', 'Checkout: Payment / shipping method border'),
('no', 'theme_editor.checkout_control_description', 'Checkout: Payment / shipping method description'),
('no', 'theme_editor.checkout_control_label', 'Checkout: Credit card field names'),
('no', 'theme_editor.checkout_control_title', 'Checkout: Payment / shipping method title'),
('no', 'theme_editor.checkout_input_border', 'Checkout: Field border'),
('no', 'theme_editor.checkout_input_label', 'Checkout: Field label'),
('no', 'theme_editor.checkout_input_text', 'Checkout: Text in fields'),
('no', 'theme_editor.checkout_selected_control_background', 'Checkout: Selected payment / shipping method background'),
('no', 'theme_editor.checkout_selected_control_border', 'Checkout: Selected payment / shipping method border'),
('no', 'theme_editor.checkout_selected_input_border', 'Checkout: Selected field border'),
('no', 'theme_editor.checkout_step_title', 'Checkout: Step title'),
('no', 'theme_editor.checkout_terms_background', 'Checkout: \"Terms and conditions\" section background'),
('no', 'theme_editor.close', 'Lukk mal redigereren'),
('no', 'theme_editor.colors', 'Farger'),
('no', 'theme_editor.color_gen_algorithm', 'Farge kombinasjoner'),
('no', 'theme_editor.color_gen_analogic', 'Analogic'),
('no', 'theme_editor.color_gen_base_color', 'Base farge'),
('no', 'theme_editor.color_gen_contrast', 'Kontrast'),
('no', 'theme_editor.color_gen_dark_pastel', 'Mørk pastell'),
('no', 'theme_editor.color_gen_default', 'Standard'),
('no', 'theme_editor.color_gen_light_pastel', 'Lys pastell'),
('no', 'theme_editor.color_gen_monochromatic', 'Monochromatic'),
('no', 'theme_editor.color_gen_pale', 'Blek'),
('no', 'theme_editor.color_gen_pastel', 'Pastell'),
('no', 'theme_editor.color_gen_title', 'Generer farger'),
('no', 'theme_editor.color_gen_triad', 'Triad'),
('no', 'theme_editor.color_gen_variant', 'Variasjon'),
('no', 'theme_editor.color_gen_vcontrast', 'Kontrast'),
('no', 'theme_editor.compare_color', 'Compare hover'),
('no', 'theme_editor.confirm_enable_less', 'Dine CSS modifikasjoner vil bli sikkerhetskopiert og overskrevet. Er du sikker på at du vil fortsette med LESS-gjenopprettingen?'),
('no', 'theme_editor.content_bg', 'Innhold'),
('no', 'theme_editor.convert_to_css', 'Konverter til CSS'),
('no', 'theme_editor.create_style_first', 'Du kan ikke endre denne parameteren for standardstiler. Opprett en ny først'),
('no', 'theme_editor.css', 'Tilpasset CSS'),
('no', 'theme_editor.customize', 'Tilpass'),
('no', 'theme_editor.decorative_color', 'Dekorativ'),
('no', 'theme_editor.discount_label', 'Rabatt etikett'),
('no', 'theme_editor.discount_label_text', 'Discount label text'),
('no', 'theme_editor.enable', 'Aktiver mal redigereren'),
('no', 'theme_editor.enable_less', 'Aktiver LESS'),
('no', 'theme_editor.error_preset_exists', 'En forhåndsinnstilling med dette navnet eksisterer allerede. Vennligst velg et annet navn.'),
('no', 'theme_editor.error_style_exists', 'Stilen med dette navnet eksisterer allerede. Vennligst velg et annet navn.'),
('no', 'theme_editor.error_theme_converted_to_css', 'Samlede CSS-filer støtter ikke stiler. Gjenopprett LESS i <a target=\"_blank\" href=\"[url]\">Malredigereren</a> for å kunne endre stiler.'),
('no', 'theme_editor.favicon', 'Favicon'),
('no', 'theme_editor.favicon_size', 'Favicon størrelsen må være på 16x16 px'),
('no', 'theme_editor.fixed', 'Fast'),
('no', 'theme_editor.font', 'Font'),
('no', 'theme_editor.fonts', 'Fonter'),
('no', 'theme_editor.font_color', 'Font'),
('no', 'theme_editor.font_one', 'Primary font'),
('no', 'theme_editor.font_two', 'Secondary font'),
('no', 'theme_editor.footer', 'Footer'),
('no', 'theme_editor.footer_bottom', 'Footer bottom'),
('no', 'theme_editor.footer_bottom_text', 'Footer bottom text'),
('no', 'theme_editor.footer_location_icon', 'Footer location icons'),
('no', 'theme_editor.footer_location_icon_bkg', 'Footer location icons background'),
('no', 'theme_editor.footer_social_icons', 'Footer social icons'),
('no', 'theme_editor.footer_text', 'Footer tekst'),
('no', 'theme_editor.footer_title', 'Footer title'),
('no', 'theme_editor.full_width', 'Full bredde'),
('no', 'theme_editor.general', 'Generelt'),
('no', 'theme_editor.general_bg', 'Generelt'),
('no', 'theme_editor.gift_cert', 'Gavekort'),
('no', 'theme_editor.google_fonts', 'Use google fonts'),
('no', 'theme_editor.gradient', 'Gradient'),
('no', 'theme_editor.grid_icon', 'Grid Quick view, Compare, Wishlist icons'),
('no', 'theme_editor.grid_icon_add_to_cart', 'Add to cart button'),
('no', 'theme_editor.grid_icon_add_to_cart_bkg', 'Add to cart background'),
('no', 'theme_editor.grid_icon_add_to_cart_text', 'Add to cart button text'),
('no', 'theme_editor.grid_icon_add_to_compare_bkg', 'Add to compare background'),
('no', 'theme_editor.grid_icon_add_wishlist_bkg', 'Add to wishlist background'),
('no', 'theme_editor.grid_icon_bkg', 'Grid Quick view, Compare, Wishlist icons background'),
('no', 'theme_editor.grid_icon_hover', 'Grid Quick view, Compare, Wishlist icons hover'),
('no', 'theme_editor.grid_icon_quick_view_bkg', 'Quick view background'),
('no', 'theme_editor.grid_info_background', 'Grid info background'),
('no', 'theme_editor.grid_info_title', 'Grid info title'),
('no', 'theme_editor.grid_info_title_hover', 'Grid info title hover'),
('no', 'theme_editor.header', 'Header'),
('no', 'theme_editor.header_call_request_link', 'Header call request link'),
('no', 'theme_editor.header_cart_ammount', 'Header cart amount'),
('no', 'theme_editor.header_cart_ammount_bkg', 'Header cart amount background'),
('no', 'theme_editor.header_icons', 'Header icons'),
('no', 'theme_editor.header_icons_hover', 'Header icons hover'),
('no', 'theme_editor.header_text', 'Header text'),
('no', 'theme_editor.headings_font', 'Overskrifter'),
('no', 'theme_editor.hide_show', 'Vis/skjul mal redigerer panelet'),
('no', 'theme_editor.incorrect_preset_name', 'Forhåndsinnstilt navn kan ikke inneholde følgende tegn: \"/ # % ? * : ; { } \\ \"'),
('no', 'theme_editor.incorrect_style_name', 'Style name can not contain the following characters: \"/ # % ? * : ; { } \\ + \"'),
('no', 'theme_editor.info_blocks', 'Info blocks'),
('no', 'theme_editor.in_stock', 'På lager'),
('no', 'theme_editor.links_font', 'Linker'),
('no', 'theme_editor.links_hover', 'Links hover'),
('no', 'theme_editor.link_color', 'Linker'),
('no', 'theme_editor.list-price', 'List price'),
('no', 'theme_editor.logos', 'Logoer'),
('no', 'theme_editor.mail', 'E-post'),
('no', 'theme_editor.main', 'Hoved innhold'),
('no', 'theme_editor.mainbox_title', 'Mainbox title'),
('no', 'theme_editor.mainbox_title_bkg', 'Mainbox title background'),
('no', 'theme_editor.max_image_size', 'Bildet kan ikke være større enn 200 kB.'),
('no', 'theme_editor.menu_categ_left_content_description', 'Categories menu left content description'),
('no', 'theme_editor.menu_categ_left_content_link', 'Categories menu left content link'),
('no', 'theme_editor.menu_categ_left_content_link_hover', 'Categories menu left content link hover'),
('no', 'theme_editor.menu_categ_right_content_link', 'Categories menu right content link'),
('no', 'theme_editor.menu_categ_right_content_link_hover', 'Categories menu right content link hover'),
('no', 'theme_editor.menu_categ_right_content_title', 'Categories menu right content title'),
('no', 'theme_editor.menu_categ_title', 'Categories menu title'),
('no', 'theme_editor.menu_categ_title_bkg', 'Categories menu background'),
('no', 'theme_editor.menu_color', 'Main Menu'),
('no', 'theme_editor.menu_color_hover', 'Main Menu background hover'),
('no', 'theme_editor.menu_links_color', 'Main Menu links'),
('no', 'theme_editor.menu_links_color_hover', 'Main Menu links hover'),
('no', 'theme_editor.menu_links_hover', 'Menu links hover'),
('no', 'theme_editor.menu_links_hover_text', 'Menu links hover text'),
('no', 'theme_editor.menu_link_1_background', 'Main menu link 1 background'),
('no', 'theme_editor.menu_link_2_background', 'Main menu link 2 background'),
('no', 'theme_editor.menu_link_3_background', 'Main menu link 3 background'),
('no', 'theme_editor.menu_link_4_background', 'Main menu link 4 background'),
('no', 'theme_editor.menu_link_5_background', 'Main menu link 5 background'),
('no', 'theme_editor.menu_link_6_background', 'Main menu link 6 background'),
('no', 'theme_editor.menu_link_7_background', 'Main menu link 7 background'),
('no', 'theme_editor.middle_bg', 'Midten'),
('no', 'theme_editor.multiscroller', 'Multiscroller header background'),
('no', 'theme_editor.multiscroller_compare_color', 'Multiscroller Compare hover'),
('no', 'theme_editor.multiscroller_icon', 'Multiscroller Quick view, Compare, Wishlist icons'),
('no', 'theme_editor.multiscroller_icon_border', 'Multiscroller icon border'),
('no', 'theme_editor.multiscroller_link', 'Multiscroller tab text'),
('no', 'theme_editor.multiscroller_link_active_hover_bkg', 'Multiscroller tab background hover'),
('no', 'theme_editor.multiscroller_link_bkg', 'Multiscroller tab background'),
('no', 'theme_editor.multiscroller_link_hover', 'Multiscroller tab text hover'),
('no', 'theme_editor.multiscroller_quick_view_color', 'Multiscroller Quick view hover'),
('no', 'theme_editor.multiscroller_wishlist_color', 'Multiscroller Wishlist hover'),
('no', 'theme_editor.no_repeat', 'Ikke repeter'),
('no', 'theme_editor.off', 'Av'),
('no', 'theme_editor.on', 'På'),
('no', 'theme_editor.other_fonts', 'Andre fonter'),
('no', 'theme_editor.out_of_stock', 'Utsolgt fra lager'),
('no', 'theme_editor.page_cant_be_configured', 'Utseendet på denne siden kan ikke konfigureres med mal-redigereren.'),
('no', 'theme_editor.pattern', 'Mønster'),
('no', 'theme_editor.popular_fonts', 'Populære fonter'),
('no', 'theme_editor.popup_title_bkg', 'Popup title background'),
('no', 'theme_editor.popup_title_text', 'Popup title text'),
('no', 'theme_editor.position', 'Posisjon'),
('no', 'theme_editor.pp_price_saving_bkg', 'Product page price saving background'),
('no', 'theme_editor.pp_price_saving_text', 'Product page price saving text'),
('no', 'theme_editor.presets', 'Forhåndsinnstilling'),
('no', 'theme_editor.preset_data_cannot_be_saved', 'Forhåndsinnstillings data kan ikke lagres. Du bør endre skriverettighetene for <b>[theme_dir]</b> katalogen for å fikse dette problemet.'),
('no', 'theme_editor.preset_name', 'Forhåndsinnstillings navn'),
('no', 'theme_editor.price', 'Pris'),
('no', 'theme_editor.price_font', 'Prislapp'),
('no', 'theme_editor.primary_button', 'Primary color'),
('no', 'theme_editor.primary_button_text', 'Primary text'),
('no', 'theme_editor.product_carousel_scroll_animations_style', 'Product image in carousel scroll animation'),
('no', 'theme_editor.product_title', 'Product title'),
('no', 'theme_editor.product_title_link', 'Product title link'),
('no', 'theme_editor.quick_view_color', 'Quick view hover'),
('no', 'theme_editor.rating_color', 'Rating color'),
('no', 'theme_editor.rating_icons', 'Rating icons'),
('no', 'theme_editor.rating_text', 'Rating text'),
('no', 'theme_editor.repeat', 'Repeter'),
('no', 'theme_editor.repeat_x', 'Repeter x'),
('no', 'theme_editor.repeat_y', 'Repeter y'),
('no', 'theme_editor.reset_backgrounds', 'Tilbakestill bakgrunner'),
('no', 'theme_editor.reset_colors', 'Tilbakestill farger'),
('no', 'theme_editor.reset_css', 'Tilbakestill CSS'),
('no', 'theme_editor.reset_fonts', 'Tilbakestill fonter'),
('no', 'theme_editor.reset_general', 'Tilbakestill generelt'),
('no', 'theme_editor.reset_logos', 'Tilbakestill logoer'),
('no', 'theme_editor.rounded_corners', 'Avrundede hjørner'),
('no', 'theme_editor.scroll', 'Rull'),
('no', 'theme_editor.scroll_animations', 'Use scroll animations'),
('no', 'theme_editor.scroll_up', 'Scroll up button'),
('no', 'theme_editor.search_button_bkg', 'Search button background'),
('no', 'theme_editor.search_button_bkg_hover', 'Search button background hover'),
('no', 'theme_editor.search_button_text', 'Search button icon'),
('no', 'theme_editor.search_button_text_hover', 'Search button icon hover'),
('no', 'theme_editor.secondary_button', 'Secondary color'),
('no', 'theme_editor.secondary_button_text', 'Secondary text'),
('no', 'theme_editor.secondary_content_bg', 'Secondary content'),
('no', 'theme_editor.secondbox_title', 'Secondbox title'),
('no', 'theme_editor.secondbox_title_bkg', 'Secondbox title background'),
('no', 'theme_editor.shipping_label', 'Shipping label'),
('no', 'theme_editor.shipping_label_text', 'Shipping label text'),
('no', 'theme_editor.show_dropdown_homepage', 'Expand menu on homepage'),
('no', 'theme_editor.show_mega_menu_category_images', 'Mega Menu category thumbnails'),
('no', 'theme_editor.sidebar', 'Sidebar background'),
('no', 'theme_editor.sidebar_decorative', 'Sidebar decorative'),
('no', 'theme_editor.sidebar_link', 'Sidebar links'),
('no', 'theme_editor.sidebar_links', 'Sidebar links'),
('no', 'theme_editor.sidebar_title', 'Sidebar title'),
('no', 'theme_editor.sticky_menu', 'Sticky menu'),
('no', 'theme_editor.style', 'Stil'),
('no', 'theme_editor.styles', 'Stiler'),
('no', 'theme_editor.style_data_cannot_be_saved', 'Stildata kan ikke lagres. Du bør sette skriverettigheter for <b>[theme_dir]</b> katalogen for å fikse dette problemet.'),
('no', 'theme_editor.style_name', 'Stilnavn'),
('no', 'theme_editor.sub_footer', 'Sub footer'),
('no', 'theme_editor.sub_footer_text', 'Sub footer text'),
('no', 'theme_editor.system_fonts', 'System fonter'),
('no', 'theme_editor.tertiary_button', 'Tertiary color'),
('no', 'theme_editor.tertiary_button_text', 'Tertiary text'),
('no', 'theme_editor.tertiary_content_bg', 'Teritary content'),
('no', 'theme_editor.text_align', 'Tekst justering'),
('no', 'theme_editor.text_close_editor', 'Er du sikker på at du vil gå ut av mal redigereren?'),
('no', 'theme_editor.text_close_editor_unsaved', 'Du har ulagrede endringer. Er du sikker på at du vil gå ut fra mal redigereren?'),
('no', 'theme_editor.text_convert_to_css', '<p>Generer CSS-filer fra LESS (for manuell redigering).</p><p>VIKTIG: Du vil ikke være i stand til å bruke Malredigereren for å tilpasse butikkforsiden!</p><p><i>De opprinnelige LESS-filene vil bli sikkerhetskopiert, og du vil kan gjenopprette dem senere</i></p>'),
('no', 'theme_editor.text_reset_changes', 'Alle endringer etter siste lagring vil bli tilbakestilt'),
('no', 'theme_editor.te_font_one', 'Primary font'),
('no', 'theme_editor.te_font_two', 'Secondary font'),
('no', 'theme_editor.theme', 'Mal'),
('no', 'theme_editor.third_button', 'Third button'),
('no', 'theme_editor.top_account_cart', 'Top account/cart'),
('no', 'theme_editor.top_account_cart_hover', 'Top account/cart hover'),
('no', 'theme_editor.top_panel', 'Topp panel'),
('no', 'theme_editor.top_panel_links', 'Topp panel linker'),
('no', 'theme_editor.top_panel_links_hover', 'Top panel links hover'),
('no', 'theme_editor.top_panel_links_hover_active', 'Top link hover/active'),
('no', 'theme_editor.top_panel_text', 'Topp panel tekst'),
('no', 'theme_editor.transparent', 'Gjennomsiktig'),
('no', 'theme_editor.upload_image', 'Last opp bilde'),
('no', 'theme_editor.vendor_contact_link', 'Vendor cotact link'),
('no', 'theme_editor.vendor_location', 'Vendor location'),
('no', 'theme_editor.vendor_name', 'Vendor name'),
('no', 'theme_editor.vendor_phone', 'Vendor phone'),
('no', 'theme_editor.vendor_product_number', 'Vendor product number'),
('no', 'theme_editor.vendor_rating', 'Vendor rating'),
('no', 'theme_editor.vendor_rating_text', 'Vendor rating text'),
('no', 'theme_editor.vendor_store_button_bkg', 'Vendor store button background'),
('no', 'theme_editor.vendor_store_button_text', 'Vendor store button text'),
('no', 'theme_editor.vendor_store_header_background', 'Vendor store header background'),
('no', 'theme_editor.vendor_store_header_name', 'Vendor store header name'),
('no', 'theme_editor.vendor_store_header_title', 'Vendor store header titles'),
('no', 'theme_editor.vendor_store_social_icon_bkg', 'Vendor store social icon background'),
('no', 'theme_editor.vendor_store_social_icon_text', 'Vendor store social icon'),
('no', 'theme_editor.warning_css_changes_will_be_reverted', '<p>Du bør bytte tilbake til LESS å kunne bruke malredigereren, fordi den omhandler LESS-filer i stedet for vanlig CSS.</p><p><srtong>Viktig:</strong> Alle CSS-filer vil bli overskrevet under gjenopprettingen! Tilpassede CSS-modifikasjoner vil bli lagret i backup-katalogen.</p>'),
('no', 'theme_editor.wishlist_color', 'Wishlist hover'),
('no', 'theme_editor_mode', 'Mal redigerer modus'),
('no', 'theme_editor_not_supported', 'Denne malen støtter ikke bruk av Malredigereren'),
('no', 'theme_information', 'Mal informasjon'),
('no', 'theme_no_styles_text', 'Denne malen har ikke stiler.'),
('no', 'theme_styles_and_layouts', 'Mal stiler og layouter'),
('no', 'the_test_transaction', 'Dette er en TEST transaksjon'),
('no', 'this_day', 'Denne dagen'),
('no', 'this_month', 'Denne måneden'),
('no', 'this_week', 'Denne uken'),
('no', 'this_year', 'Dette året'),
('no', 'ths_sign', 'Tusen tegn'),
('no', 'thumb', 'Miniatyrbilde'),
('no', 'thumbnail', 'Miniatyr'),
('no', 'thumbnails', 'Miniatyrer'),
('no', 'thumbnails_removed', 'Miniatyrbildene har blitt fjernet'),
('no', 'thumbnail_width', 'Miniatyrbredde i ruller'),
('no', 'ticket_id', 'Ticket Id'),
('no', 'ticket_information', 'TICKET INFORMATION'),
('no', 'ticket_list', 'Ticket List'),
('no', 'ticket_message', 'Ticket Message'),
('no', 'ticket_subject', 'Ticket Subject'),
('no', 'ticket_type', 'Ticket Type'),
('no', 'tier_account', 'Lagkonto'),
('no', 'time', 'Tid'),
('no', 'timeout', 'Tidsavbrudd'),
('no', 'Timestamp', 'Tidsstempel'),
('no', 'timezone_upgrade_notification_text', '<p>Tidssonen \"Athen, Beirut, Istanbul\" har blitt delt inn i 3 forskjellige tidssoner:</p><ul><li>Europa/Istanbul</li><li>Europa/Athen</li><li>Asia/Beirut</li></ul><p>Vennligst gå til <b>Innstillinger</b> &rarr; <b>Utseende</b> og kontroller at du har valgt riktig tidssone.</p>'),
('no', 'timezone_upgrade_notification_title', 'Tidssoneendringer'),
('no', 'time_interval', 'Tidsintervall'),
('no', 'time_unlimited_download', 'Tidsubegrenset nedlasting'),
('no', 'tip', 'Tip'),
('no', 'tip.quick_select_and_close_category_selector', 'Tip: Hold \'Ctrl\' (or \"⌘\" on Mac) while clicking on a category name. This will add one category and close the window.'),
('no', 'title', 'Tittel'),
('no', 'tmpl_abt__ut2_dropdown_horizontal_mwi', 'AB: Horizontal dropdown list with icons'),
('no', 'tmpl_abt__ut2_dropdown_vertical_mwi', 'AB: Vertical dropdown list with icons'),
('no', 'tmpl_abt__ut2__categories_title_block', 'AB: Block: Category title'),
('no', 'tmpl_abt__ut2__features_title_block', 'AB: Block: Feature title'),
('no', 'tmpl_abt__ut2__my_account_links_advanced', 'AB: My account (advanced)'),
('no', 'tmpl_abt__ut2__recent_posts_advanced', 'AB: Blog: Recent posts'),
('no', 'tmpl_abt__ut2__subscribe_advanced', 'AB: Subscription form'),
('no', 'tmpl_abt__ut2__subscription', 'AB: Newsletters: Subscription form'),
('no', 'tmpl_abt__ut2__title_block', 'AB: Block: Title'),
('no', 'tmpl_abt__ut2__top_buttons', 'AB: Buttons Compare and Wishlist'),
('no', 'tmpl_abt__ut2__top_buttons.compare_list.tooltip', 'View Comparison list'),
('no', 'tmpl_call_request', 'Skjema for anrops forespørsler'),
('no', 'tmpl_copyright', 'Opphavsrett informasjon'),
('no', 'tmpl_grid', 'Rutenett'),
('no', 'tmpl_grid2', 'Rutenett2'),
('no', 'tmpl_list_without_options', 'List opp uten valg'),
('no', 'tmpl_logo', 'Butikk logo'),
('no', 'tmpl_multicolumns_small', 'Multikolonner små'),
('no', 'tmpl_multicolumn_list', 'Multi kolonneliste'),
('no', 'tmpl_newsletters_subscription_advanced', 'Nyhetsbrev: Avansert abonnement skjema'),
('no', 'tmpl_payment_icons', 'Betaling systemer ikoner'),
('no', 'tmpl_payment_icons_rus', 'Betaling systemer russiske ikoner'),
('no', 'tmpl_polls_central', 'Sentral'),
('no', 'tmpl_polls_side', 'Sideboks'),
('no', 'tmpl_quick_links', 'Hurtiglinker'),
('no', 'tmpl_scroller', 'Ruller'),
('no', 'tmpl_search', 'Søkefelt'),
('no', 'tmpl_sidebox_1_item', 'Sideboks første element'),
('no', 'tmpl_subscription', 'Nyhetsbrev: abonnement skjema'),
('no', 'tmpl_subscription_advanced', 'Avansert abonnement skjema'),
('no', 'tmpl_text_ckeditor', 'CKEditor'),
('no', 'to', 'TIL'),
('no', 'today', 'I dag'),
('no', 'tools', 'Verktøy'),
('no', 'tools_addons_activated_count', 'Aktive moduler:'),
('no', 'tools_addons_additional_payment_methods', 'There may be more payment processors. They\'ll show up if you activate the corresponding <a href=\"[url]\">payment add-ons</a>.'),
('no', 'tools_addons_additional_shipping_methods', 'There may be more carriers. They\'ll show up if you activate the corresponding <a href=\"[url]\">shipping add-ons</a>.'),
('no', 'tools_addons_additional_themes', 'There may be more themes. They\'ll show up if you activate the corresponding <a href=\"[url]\">theme add-ons</a>.'),
('no', 'tools_addons_core_addons_count', 'Innebygde moduler:'),
('no', 'tools_addons_current_state', 'Nåværende tilstand'),
('no', 'tools_addons_disabled_msg', 'En administrator har deaktivert alle moduler eller tredjeparts moduler. <br>Trykk på Aktiver moduler for å initialisere moduler som tidligere var aktive.'),
('no', 'tools_addons_disable_all', 'Deaktivere alle moduler'),
('no', 'tools_addons_disable_third_party', 'Deaktiver tredjeparts moduler'),
('no', 'tools_addons_installed_count', 'Installerte moduler:'),
('no', 'tools_addons_no_addons', 'Ingen moduler'),
('no', 'tools_addons_no_third_party_addons', 'Ingen tredjeparts moduler'),
('no', 'tools_addons_other_addons_count', 'Tredjeparts moduler:'),
('no', 'tools_re_enable_add_ons', 'Aktiver moduler'),
('no', 'tooltip', 'Verktøytips'),
('no', 'top_panel', 'Topp panel'),
('no', 'top_sellers', 'Bestselgere'),
('no', 'top_wishlist_compare', 'ET - Top wishlist compare'),
('no', 'total', 'Totalt'),
('no', 'totally_paid', 'Sum betalt'),
('no', 'totals', 'Totalsummer'),
('no', 'total_amount', 'Totalt beløp'),
('no', 'total_amount_due', 'Totalt beløp skyldig'),
('no', 'total_cost', 'Ordre totalt'),
('no', 'total_items', 'Sum elementer'),
('no', 'total_list_price', 'Total listepris'),
('no', 'total_orders', 'Created orders'),
('no', 'total_paid_orders', 'Paid orders'),
('no', 'total_period_payout', 'Salgsperiode utbetalingsbeløp totalt'),
('no', 'total_price', 'Pris totalt'),
('no', 'total_product_cost', 'Sum produktkostnad'),
('no', 'total_replies', 'Total Replies'),
('no', 'total_results', 'Sum resultater'),
('no', 'total_spent_money', 'Total spend'),
('no', 'total_unpaid_balance', 'Totalt ubetalt saldo'),
('no', 'total_without_commission', 'Total descontando a comissão'),
('no', 'to_all_subcats', 'Gjelder for alle underkategorier'),
('no', 'to_date', 'Dato til'),
('no', 'to_fixed', 'til fast beløp'),
('no', 'to_percentage', 'til prosent av den opprinnelige prisen'),
('no', 'tpe', 'TPE'),
('no', 'track', 'Spor'),
('no', 'tracking_num', 'Sporingsnummer'),
('no', 'tracking_number', 'sporingsnummmer'),
('no', 'tracks', 'Identifikator'),
('no', 'track_my_order', 'Spor mine ordre'),
('no', 'track_on_carrier_site', 'Spor på nettsiden'),
('no', 'track_orders', 'Spor ordre'),
('no', 'track_request_subj', 'Bestill sporing'),
('no', 'track_without_options', 'Spor uten alternativer'),
('no', 'track_with_options', 'Spor med alternativer'),
('no', 'TransactionDateTime', 'TransaksjonDatoTid'),
('no', 'transaction_approved', 'Transaksjon godkjent'),
('no', 'transaction_cancelled', 'Transaksjon ble avbrutt'),
('no', 'transaction_datetime', 'Transaksjonstidspunkt'),
('no', 'transaction_declined', 'Transaksjon avvist'),
('no', 'transaction_id', 'Transaksjons-ID'),
('no', 'transaction_key', 'Transaksjonsnøkkel'),
('no', 'transaction_password', 'Transaksjonspassord'),
('no', 'transaction_type', 'Transaksjonstype'),
('no', 'transaction_url', 'Transaksjons URL'),
('no', 'transaction_used_fee_value', 'Comissão p/ usados'),
('no', 'translate', 'Oversett'),
('no', 'translations', 'Oversettelser'),
('no', 'trash_category', 'Papirkurven'),
('no', 'trash_category_description', 'Når et produkt er slettet fra den siste kategorien i nettbutikken, flyttes den til denne kategorien.'),
('no', 'tree', 'Tre'),
('no', 'trial', 'Test'),
('no', 'trial_expired', 'Din [product] testperiode har utløpt'),
('no', 'trial_mode_mve_disabled', 'Test-modus er ikke lenger tilgjengelig siden du har en gyldig lisens aktivert for denne installasjonen'),
('no', 'trial_mode_ult_disabled', 'Test-modus kan ikke aktiveres'),
('no', 'trial_notice', 'Din nettbutikk er nå i test-modus.<br /><br />Når din 30-dagers prøveperiode utløper, må du oppgi et gyldig lisensnummer for å kunne fortsette å bruke din nettbutikk.<br /><br />For å fjerne denne meldingen permanent, og for å få tilgang til adminpanelet etter at testperioden er over, må du kjøpe en lisens og så <a class=\"cm-dialog-opener cm-dialog-auto-size\" data-ca-target-id=\"store_mode_dialog\">aktivere full-modus</a>.'),
('no', 'true', 'Sant'),
('no', 'ttc_abt__ut2.menu_with_icons.desc', 'Short description for menu item (it is shown this field only for first-level items after menu item name)'),
('no', 'ttc_abt__ut2.menu_with_icons.dropdown', 'Show children menu items with dropdown list (only for <b>AB: Vertical dropdown list with icons</b> for the first-level items). It is rational to use this mode for those first level menu items, that have a large number of elements (subitems) on the third nesting level'),
('no', 'ttc_abt__ut2.menu_with_icons.icon', 'Icon for menu item (max size for icons:<br> — for the first level items 32x32px / for HiDPI 64x64px). If you don\'t use <b>Short description</b> for the first level menu items, then max size will be 24x24px / for HiDPI 48x48px<br> — for the second level items max icons width 100px / for HiDPI 200px)'),
('no', 'ttc_abt__ut2.menu_with_icons.label', 'Label for menu item (ability to mark with labels, important menu items (promotion, new, total sales, etc. optional))'),
('no', 'ttc_abt__ut2.menu_with_icons.label_background', 'Label background for menu item'),
('no', 'ttc_abt__ut2.menu_with_icons.label_color', 'Label color for menu item'),
('no', 'ttc_abt__ut2.menu_with_icons.text', 'HTML-content shown in this menu item (only for the first-level items). Used to show banner in mega menu (or any another content)'),
('no', 'ttc_abt__ut2.menu_with_icons.text_position', 'Position of HTML-content, that will be shown in this menu item (only for the first-level items)'),
('no', 'ttc_ab__lc.catalog.icon', 'Is displayed on the page <b>AB: Catalog</b> to the left of the name of category'),
('no', 'ttc_ab__lc.catalog.image_control', 'For display the size specified in the fields \"Categories list thumbnail width/height\" on admin panel page \"Settings\" - \"Thumbnails\" will be used. Size 32*32px will be used for displaying to the left'),
('no', 'ttc_ab__lc.control_subcategory_structure.inherit_control', 'If it is noted, then each point of a subcategory will be constructed taking into account its settings <b>AB: Management of the displayed structure of landing category/page</b> on <b>AB: Landing category/page</b> pages'),
('no', 'ttc_ab__lc.control_subcategory_structure.menu_id', 'Specify the menu ID which will be used for creation of the new structure of the subcategories'),
('no', 'ttc_ab__lc.landing_category.landing', 'The page of category will be displayed as a landing. Only subcategories, without products will be displayed'),
('no', 'ttc_ab__lc.landing_category.subsubcategories', 'The maximum amount of displayed sub-subcategories. If it is equal 0 - sub-subcategories won\'t be displayed'),
('no', 'ttc_ab__search_motivation.default_search_phrases', 'Will be used when fields in categories are empty'),
('no', 'ttc_ab__search_motivation.search_phrases', 'Input the list of expressions for this category; each expression should be written from a new line'),
('no', 'ttc_addons.form_builder.email_subject_field', 'Felt av typen \"Velg boks\" eller \"Input felt\" kan brukes'),
('no', 'ttc_addons.paypal.rma.perform_refund', 'En refusjon vil bli gjort når en administrator endrer returforespørselens status'),
('no', 'ttc_addons.paypal.status_for_new_orders', 'Alle bestillinger med en PayPal betalingsmetode får denne statusen inntil responsen fra PayPal (en IPN melding) kommer gjennom eller en kunde returnerer til butikken via en link på PayPal-området.'),
('no', 'ttc_hybrid_auth.linkedin_api_version', 'LinkedIn <a target=\"_blank\" href=\"https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/migration-faq?context=linkedin/consumer/context\">deprecated API v1</a>, but old apps still use it. If you\'re configuring LinkedIn app for the first time now, use API v2. Old LinkedIn apps configured some time ago may still be using v1.'),
('no', 'ttc_mobile_app.appfulldescription', 'Application full description (up to 4000 symbols)'),
('no', 'ttc_mobile_app.appname', 'Application name (up to 30 symbols)'),
('no', 'ttc_mobile_app.appshortdescription', 'Application short description (up to 80 symbols)'),
('no', 'ttc_mobile_app.privacypolicyurl', 'URL of the Privacy Policy page of your store'),
('no', 'ttc_mobile_app.pushnotifications', 'Push notifications'),
('no', 'ttc_mobile_app.shopname', 'Butikknavn'),
('no', 'ttc_mobile_app.supportemail', 'Will be displayed in \'about app\' section'),
('no', 'ttc_ogone.sha_in', 'SHA-IN-passfrasen er angitt på Ingenico adminpanelet på fanen <b> Data og opprinnelsesbekreftelse </b>.'),
('no', 'ttc_ogone_web.sha_out', 'SHA-OUT-passfrasen er satt på Ingenico adminpanelet på fanen <b>Transaksjons tilbakemelding</b>.'),
('no', 'ttc_page_title', 'Sidetittel vist på et nettleserpanel.'),
('no', 'ttc_paypal_logo', 'Burke et gyldig filformat, som f.eks. .gif, .jpg, eller .png. Begrens bidet til 190 pixels i bredden og 60 pixels i høyden. PayPal forminsker bilder som er større. PayPal plasserer logo-filen på toppen av handlevogn-området.'),
('no', 'ttc_paypal_use_in_context_checkout', 'In-Context utsjekking kan ikke brukes når butikken kjører i Widget-modus'),
('no', 'ttc_popularity', 'Produkt popularitet vurdering basert på hvor mange ganger butikkforsiden har blitt vist, antall ganger lag til i handlevognen og antall kjøp.'),
('no', 'ttc_post_description', 'Bruk &lt;!--CUT--&gt; taggen (bytt til visning med kildekode for å legge den til) for å skjule deler av innlegget. Bare delen over taggen vises i listen med alle innlegg.<br /><br />Husk å <strong>lukke alle HTML-tagger</strong> over &lt;!--CUT--&gt; taggen!'),
('no', 'ttc_product_feature.feature_style', 'Determines the look of this feature on the product page.'),
('no', 'ttc_product_feature.filter_style', 'Determines the look of a filter by this feature on the product list. Filters make it easier for customers to find a product with the desired feature value. You\'ll be able to create a filter after you create a feature.'),
('no', 'ttc_product_feature.purpose', 'Determines how you and your customers will be able to use this feature.'),
('no', 'ttc_search_words', 'Enter a few words here, and the product will appear in the results of the built-in search for those words, even if the product name or description doesn\'t have them. Separate different search words by commas.'),
('no', 'ttc_shippings.can.contract_id', 'Kontrakt-ID er nødvendig for å få rabatt for kommersielle kunder når kundenummeret er angitt. Kontrakt ID må utelates for småbedrifters medlemmer eller generelt for firmabrukere'),
('no', 'ttc_shippings.can.customer_number', 'Kundenummeret kreves for kommersielle kunder for at medlemmer skal kunne å få rabatterte priser hvis pakken er sendt på vegne av kunden'),
('no', 'ttc_shippings.can.option_cov', 'Nødvendig beløp'),
('no', 'ttc_storefront_url', 'Alle butikk forsidenes domenenavn må være knyttet til den samme IP-adressen. Merk: Bytt til \"Alle butikker\" for å redigere'),
('no', 'ttc_stores_status', 'ON—the storefront is open; everyone will see it. OFF—the storefront is closed; only those who have the access key will be able to see it.'),
('no', 'ttc_vendor_debt_payout.payout_overdue_limit', 'Betalinger for planer er trukket fra forhandlerens kontosaldo. Hvis saldoen blir negativ etter at gebyret er tatt, og denne perioden utløper, vil forhandlerens adminpanel ikke tillate å utføre visse handlinger før forhandleren betaler gjelden.'),
('no', 'ttc_vendor_debt_payout.vendor_debt_limit', 'Når forhandlerens balanse er negativ og når denne summen, tillater leverandørens adminpanel ikke å utføre enkelte handlinger. Når en forhandlers negative balanse er halvparten av dette nummeret, vil leverandøren se advarselen angitt i språkvariabelen \"vendor_debt_payout.debt_near_limit_message\".'),
('no', 'tts_activate_menu_tab_for', 'Angi andre sider hvor elementet skal vises som aktivt.'),
('no', 'tts_generate_submenu', 'Undermenyen vil omfatte underelementer av det valgte objektet.'),
('no', 'tts_link_text', 'Mål-URL. Kan være en ekstern URL, en indre butikk URL eller en utsendelse.');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('no', 'tts_menu_user_class', 'Brukerdefinert CSS class vil legges til menyelementet, slik at det er mulig å definere menyelementet med sine egne CSS-stiler.'),
('no', 'tt_addons_abt__unitheme2_views_abt__ut2_buy_together_generate_description', 'You can use placeholder %product% which will be replaced by original product name'),
('no', 'tt_addons_abt__unitheme2_views_abt__ut2_buy_together_generate_name', 'You can use placeholder %product% which will be replaced by original product name'),
('no', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.friday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('no', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.monday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('no', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.position', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
('no', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.saturday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('no', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.sunday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('no', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.thursday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('no', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.tuesday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('no', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.url', 'The link format with the indication of the controller is recommended (for example, products.view?product_id=12121)'),
('no', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.wednesday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('no', 'tt_addons_ab__category_banners_views_ab__category_banners_update_image', 'The image is output \"as is\", without cutting'),
('no', 'tt_addons_ab__motivation_block_views_ab__motivation_block_update_image', 'The image is displayed \"as is\" without scaling. Upload the prepared image of the necessary size, it is recommended to use size 24*24px'),
('no', 'tt_addons_ab__video_gallery_hooks_products_tabs_content_post_ab__vg.form.replace_image', 'Use the first video as the default image on the product page'),
('no', 'tt_addons_newsletters_views_mailing_lists_update_from_email', 'E-post til en avsender.'),
('no', 'tt_addons_newsletters_views_mailing_lists_update_from_name', 'Navn på en avsender (f.eks firmanavn).'),
('no', 'tt_addons_newsletters_views_mailing_lists_update_reply_to', 'E-post å sende svar til.'),
('no', 'tt_addons_newsletters_views_newsletters_update_more_subjects', 'Hvis flere emner er spesifisert, blir e-post emne tilfeldig plukket fra denne listen.'),
('no', 'tt_addons_newsletters_views_newsletters_update_users', 'Hvis meldingsteksten inneholder stopp abonnement linken, vil det stå tomt for disse brukerne.'),
('no', 'tt_addons_paypal_settings_partial_refund_action_order_status', 'Avgjør om du vil endre ordrestatusen automatisk etter en delvis tilbakebetaling via PayPal.'),
('no', 'tt_addons_polls_hooks_pages_tabs_content_post_poll_results', 'Melding som vises på butikkforsiden etter at spørreundersøkelsen er fullført.'),
('no', 'tt_addons_seo_views_seo_redirects_manage_seo.old_url', 'For eksempel hvis nettadressen din er <b>http://example.com/path/to/object</b>, må du skrive inn <b>/path/to/object</b>'),
('no', 'tt_addons_store_locator_views_store_locator_update_store_locator.main_destination', 'Determines the shipping rates for this pickup point. The rates are specified on the shipping method editing page. If you don\'t select a rate area for a pickup point, then the pickup point won\'t appear at checkout.'),
('no', 'tt_addons_store_locator_views_store_locator_update_store_locator.show_to', 'Allows you to offer this pickup point to the residents of other rate areas at checkout.'),
('no', 'tt_addons_vendor_locations_hooks_companies_shipping_address_post_vendor_locations.location', 'Adressen som vil bli brukt til å bestemme posisjonen på Google Maps.'),
('no', 'tt_mobile_app.crop_when_resize', 'If ticked, some part of an image might be lost (cut out) when it\'s resized, otherwise transparent borders might be added.'),
('no', 'tt_mobile_app.m_app_icon', '1024 x 1024 (the big one is because it\'s Apple requirement, please note that it should look fine even if resized to 256x256)'),
('no', 'tt_mobile_app.m_app_splash_landscape', 'Recommended image size 2208x1536. It is displayed when you start the application on your mobile phone'),
('no', 'tt_mobile_app.m_app_splash_portrait', 'Recommended image size 1536x2208. It is displayed when you start the application on your mobile phone'),
('no', 'tt_mobile_app.m_app_store_logo', '(1024 x 500). It\'s the image shown in the Google Play page of your application, see \"Feature Graphic\" section <a href=\"https://support.google.com/googleplay/android-developer/answer/1078870?hl=en\" target=\"_blank\">here</a>'),
('no', 'tt_mobile_app.services_config', 'Upload the google-services.json file that was generated when you added an Android application in Firebase.'),
('no', 'tt_views_block_manager_update_block_override_by_this', 'Hvis du lagrer blokken med dette alternativet valgt, vil den aktuelle blokkens innholdsverdi overstyre innholdet i denne blokken overalt hvor den brukes i nettbutikken'),
('no', 'tt_views_block_manager_update_block_width', 'Blokkbredde virker for blokker som ligger i gruppen som har horisontal retning, for andre tilfeller virker denne parameteren ikke.'),
('no', 'tt_views_block_manager_update_location_default', 'En plassering må velges som standard. Topp-og bunn beholdere vil bli brukt på alle plasseringer.'),
('no', 'tt_views_block_manager_update_location_head_custom_html', 'Denne HTML-koden vil bli lagt mellom &lt;head&gt;&lt;/head&gt; taggene'),
('no', 'tt_views_cart_components_carts_search_form_online_only', 'Hvis aktivert, inkluderer søkeresultatene bare brukere som er pålogget i øyeblikket.'),
('no', 'tt_views_categories_update_product_details_layout', 'Som standard er malen som er definert i utseendet-innstillingene for butikkforsiden brukt'),
('no', 'tt_views_currencies_update_after_sum', 'Hvis aktivert, vises symbolet for valutaen etter summen.'),
('no', 'tt_views_currencies_update_decimals', 'Antall sifre etter desimaltegnet.'),
('no', 'tt_views_currencies_update_dec_sign', 'Desimaltegn.'),
('no', 'tt_views_currencies_update_ths_sign', 'Tusen atskiller.'),
('no', 'tt_views_database_manage_backup_data', 'Hvis aktivert, inneholder database backupfilen de faktiske dataene.'),
('no', 'tt_views_database_manage_backup_schema', 'Hvis aktivert, holder database backupfilen tabellstrukturen.'),
('no', 'tt_views_exim_export_output', 'Velg en handling på filen: \"Direkte nedlasting\" - å lagre filen på den lokale datamaskinen, \"Skjerm\" - for å vise innholdet i filene, \"Server\" - å lagre filen på serveren filsystemet.'),
('no', 'tt_views_languages_manage_language_code', 'To-bokstavers kode for språket.'),
('no', 'tt_views_languages_update_country', 'Flagget for dette landet vil bli brukt som språk-ikon.'),
('no', 'tt_views_orders_components_orders_search_form_customer_files', 'Hvis aktivert, vil søkeresultatene inneholde ordrene hvor kunder lastet sine egne filer.'),
('no', 'tt_views_pages_components_pages_link_page_target_url', 'URL å omdirigere kunder til'),
('no', 'tt_views_pages_components_pages_link_page_url', 'Sidens indre URL'),
('no', 'tt_views_payments_update_surcharge_title', 'La stå tomt for å bruke \"Tilleggsavgifter\" som en tittel'),
('no', 'tt_views_payments_update_taxes', 'Hvis betalingsgebyr er tatt fra forhandlerne, er ikke skatt beregnet'),
('no', 'tt_views_payments_update_template', 'Mal som viser ekstrafeltene for betalingsmåten.'),
('no', 'tt_views_products_components_products_shipping_settings_free_shipping', 'Produkter med gratis frakt aktivert vil bli ekskludert fra fraktberegningen om leveringsmåten har Bruk gratis frakt alternativet aktivert'),
('no', 'tt_views_products_components_products_shipping_settings_items_in_box', 'Bruk dette feltet til å definere minimum og maksimum antall produkt elementer som skal sendes i en egen boks. Tast inn en ikke-null verdi og angi boksen dimensjoner nedenfor.'),
('no', 'tt_views_products_components_products_shipping_settings_weight', 'Ikke-nedlastbare produkter med null vekt håndteres som å ha minimal og mulig ikke-null vekt'),
('no', 'tt_views_products_update_categories', 'Kategorier som skal vises i navigasjonsstien.'),
('no', 'tt_views_products_update_inventory', 'Spor antall produkter på lager. Aktiver \"Aktiver lagerstyring\" under (Innstillinger -> Generelt) for å endre.'),
('no', 'tt_views_products_update_list_price', 'Produsentens veiledende utsalgspris.'),
('no', 'tt_views_products_update_out_of_stock_actions', '\'Buy in advance\' lets customers buy out-of-stock products and products that will be available since a specific date. \'Sign up for notification\' works only when the product has zero or negative quantity.'),
('no', 'tt_views_products_update_product_details_layout', 'Som standard er malen som er definert i innstillingene for hovedproduktet kategorien som brukes'),
('no', 'tt_views_product_features_update_feature_display_on_catalog', 'Vis denne funksjonen på produkt-liste-sider sammen med produktbeskrivelsen.'),
('no', 'tt_views_product_features_update_feature_display_on_product', 'Hvis aktivert, vises funksjonen på produktsiden på butikkforsiden.'),
('no', 'tt_views_product_features_update_prefix', 'En forstavelse som kommer før produktfunksjonen.'),
('no', 'tt_views_product_features_update_suffix', 'En forstavelse som følger produktfunksjonen.'),
('no', 'tt_views_product_options_update_incorrect_filling_message', 'Melding som vises hvis oppgitte data er feil.'),
('no', 'tt_views_product_options_update_inner_hint', 'Et notat som angir verdien som må legges inn.'),
('no', 'tt_views_product_options_update_inventory', 'Hvis aktivert, er alternativet tatt i betraktning når produkt varelageret settes sammen.'),
('no', 'tt_views_product_options_update_regexp', 'Vanlig uttrykk som spesifiserer et mønster å sammenlikne med.'),
('no', 'tt_views_promotions_update_stop_other_rules', 'Hvis aktivert, er de andre kampanjene ikke brukt.'),
('no', 'tt_views_sales_reports_table_time_interval', 'Perioder å analysere (dag, uke, måned, år).'),
('no', 'tt_views_sales_reports_update_table_dependence', 'Parametere å sortere verdier etter. De bør forholde seg til verdien som skal vise parameteret (f.eks Produktkostnader—Totalkostnader eller Antall produkter—Antall elementer).'),
('no', 'tt_views_sales_reports_update_table_limit', 'Maks antall diagram komponenter.'),
('no', 'tt_views_shippings_components_services_ups_ship_ups_pickup_type', '<p>Valg \"Daily Pickup\" for å beregne fraktkostnaden i henhold til daglige priser.</p><p>Velg \"One Time Pickup\", \"Letter Center\", eller \"Air Service Center\" for å beregne fraktkostnaden i henhold til oppdaterete rater.</p>'),
('no', 'tt_views_shippings_update_delivery_time', 'Leveringstiden vises ved siden av leveringsmåtene. Hvis du bruker frakt beregning i sanntid, kan frakttjenesten gi sin egen leveringstid. Tidspunktet fra frakttjenesten vises i stedet for tiden du angir her.'),
('no', 'tt_views_shippings_update_use_for_free_shipping', 'Utelat produkter med aktivert Gratis frakt alternativet fra fraktberegningen'),
('no', 'tt_views_site_layout_logos_alt_text', 'La stå tomt for å bruke firmanavnet som alternativ tekst.'),
('no', 'tt_views_storage_cdn_cname', 'Domenenavn som du ønsker å bruke i stedet for domenenavnet CloudFront for URL-en for filene dine. Du må også opprette en CNAME-post med din DNS-tjeneste for å rute spørringer til CloudFront sin vert (den vil bli vist på denne siden etter at du skriver inn kontoinformasjonen).'),
('no', 'tt_views_storage_cdn_key', 'AWS Tilgangsnøkkel ID. Se <a href=\"http://amzn.to/1sT9aw0\" target=\"_blank\">http://amzn.to/1sT9aw0</a> for å lære mer om hvordan du får tilgangsnøkkel og hemmelig nøkkel.'),
('no', 'tt_views_taxes_update_regnumber', 'Registreringsnummer for denne momsen i butikken.'),
('no', 'turkish', 'Tyrkisk'),
('no', 'txn_id', 'Transaksjons-ID'),
('no', 'type', 'Type'),
('no', 'type_comment', 'Skriv inn kommentarer her'),
('no', 'type_comments_here', 'Her kan du legge til en kommentar til din bestilling (valgfritt):'),
('no', 'type_to_search', 'Skriv for å søke...'),
('no', 'type_to_search_or_click_button', 'Skriv inn for å søke, eller klikk på knappen til høyre for avansert søk'),
('no', 'uc_addon_package_files_do_not_match_schema', 'Pakken inneholder filer som ikke ble beskrevet i skjemaet eller skjemaet inneholder koblinger til manglende filer'),
('no', 'uc_addon_package_forbidden_path', 'Forbudt: Modulen prøver å overskrive kjernefiler ([path])'),
('no', 'uc_addon_package_languages_forbidden', 'Pakken inneholder språk som ikke er beskrevet i skjemaet eller skjemaet har koblinger til manglende språkfiler'),
('no', 'uc_addon_package_migrations_forbidden', 'Pakken inneholder migrasjoner som ikke ble beskrevet i skjemaet eller skjemaet har koblinger til manglende migrasjonsfiler'),
('no', 'uc_addon_package_pre_post_scripts_mismatch', 'Pakken inneholder pre/post skript som ikke er beskrevet i skjemaet eller skjemaet inneholder koblinger til manglende filer'),
('no', 'uc_backup_info_subj', 'Oppdateringssenter: Nettbutikken har blitt sikkerhetskopiert og stengt for besøkende.'),
('no', 'uc_broken_upgrade_connector', 'Oppgraderingskoblingen [connector_id] returnerte feil data'),
('no', 'uc_connector_not_found', 'Oppgraderingskoblings ikke funnet'),
('no', 'uc_copy_files', 'Kopier filer'),
('no', 'uc_downloaded_and_ready', 'Oppgraderingspakken er lastet ned og klar til å bli installert'),
('no', 'uc_execute_validator', 'Kjør \"[validator]\" validator'),
('no', 'uc_info_subj', 'Upgrade Center: Store has been closed.'),
('no', 'uc_install_languages', 'Installer språk'),
('no', 'uc_migration_failed', 'Det oppsto en feil under oppgraderingen av database-strukturen (applying migration [migration]).'),
('no', 'uc_ok', 'OK'),
('no', 'uc_open_store_email_body', '<p>Before the upgrade, your store was closed. Check if it\'s running fine after the upgrade and <a href=\"[settings_section]\">open it</a>.</p>'),
('no', 'uc_package_schema_is_not_json', 'Pakkens skjema er ikke en gyldig JSON'),
('no', 'uc_package_schema_not_found', 'Pakke innholdets skjema ikke funnet'),
('no', 'uc_restore_email_body', '<p>Butikkens database og filer har blitt sikkerhetskopiert før oppgraderingen. Sikkerhetskopien inkluderer hele databasen og alle filer unntatt bilder. Sikkerhetskopien er lagret på serveren din: [backup_file].</p><p>Før oppgraderingen, ble butikken stengt. Sjekk at alt er som det skal etter oppgraderingen, og <a href=\"[settings_section]\">åpne butikken igjen</a>.</p><p>Hvis noe går galt under oppgraderingen, kan du gå til din adminpanel, <strong>Administrasjon → Backup/Gjenopprett</strong>, for å gjenopprette backupen.</p><p>Hvis du ikke får tilgang til adminpanelet, kan du bruke følgende link for å gjenopprette den siste sikkerhetskopien. <b>Viktig:</b> Ved å følge denne linken vil gjenopprettingsprosessen starte umiddelbart. Bruk den bare dersom du ikke kan få tilgang til adminpanelet på vanlig måte! Gjenopprett den siste sikkerhetskopien:</p>'),
('no', 'uc_restore_email_subject', 'Oppgraderingssenter: Nettbutikken har blitt sikkerhetskopiert og stengt for besøkende.'),
('no', 'uc_run_migrations', 'Kjør migrasjon'),
('no', 'uc_searchanise_disabled', 'Searchanise modulen ble automatisk deaktivert under oppgraderingen for å unngå feil i søkeresultat. Aktivere den når som helst på <a href=\"[url]\">Tillegg</a> siden.'),
('no', 'uc_title_validators', 'Oppgraderingspakke validatorer'),
('no', 'uc_unable_to_read_schema', 'Kan ikke lese pakkens skjema (schema.json)'),
('no', 'uc_upgrade_progress', 'Fremdriften i oppgraderingen'),
('no', 'uk_cookies_law', 'Cookies brukes på dette området for å gi den beste brukeropplevelsen. Hvis du fortsetter, antar vi at du samtykker i å motta cookies fra dette nettstedet. <span class=\"button button-wrap-left\"><span class=\"button button-wrap-right\"><a rel=\"nofollow\" href=\"[url]\">OK</a></span></span>'),
('no', 'ultimate_license', '[product] Ultimate'),
('no', 'ultimate_license_required', '[product] Ultimate is required for this'),
('no', 'ultimate_or_storefront_license_required', 'This action requires [product] Ultimate or an additional Storefront License'),
('no', 'ult_shared_with', 'Delt med:'),
('no', 'ult_share_users_setting_disabled', 'Innstillingsverdien kan ikke endres da identiske e-post-adresser er registrert i din butikk.'),
('no', 'unable_delete_vendor_orders_exists', 'Kan ikke slette denne butikken fordi det er ordrer som inneholder produkter fra dette firmaet i forhandlerens database. For å slette kontoen, må du slette alle slike ordrer først.'),
('no', 'unable_to_assign_usergroup', 'Kan ikke tildele brukergruppe. Vennligst ta kontakt med butikkadministrator.'),
('no', 'unable_to_check_license', 'Kunne ikke kontrollere lisensnummeret ditt'),
('no', 'unable_to_create_status', 'Kan ikke opprette en ny status'),
('no', 'unable_to_delete_last_storefront', 'Minst én nettbutikk må være igjen'),
('no', 'unable_to_delete_setting_description', 'Kunne ikke slette innstillingsbeskrivelsen: [reason]'),
('no', 'unable_to_delete_setting_variant', 'Kan ikke slette setting_variant: [reason]'),
('no', 'unable_to_read_resource', 'Kan ikke lese ressurs: [file]'),
('no', 'unable_to_unpack_file', 'Kan ikke dekomprimere fil'),
('no', 'unable_to_update_setting_description', 'Kan ikke sette beskrivelse: [reason]'),
('no', 'unable_to_update_setting_value', 'Kan ikke sette verdier: [reason]'),
('no', 'ungroupped_features', 'Ugrupperte funksjoner'),
('no', 'uninstall', 'Avinstaller'),
('no', 'unique_html_block', 'Unik HTML blokk'),
('no', 'unit', 'Enhet'),
('no', 'united_kingdom', 'Storbritannia'),
('no', 'unit_price', 'Enhetspris'),
('no', 'unknown', 'Ukjent'),
('no', 'unknown_server_response', 'Ukjent server response'),
('no', 'unmark', 'Fjern merking'),
('no', 'unregistered_customer', 'Uregistrert kunde'),
('no', 'unregistered_customer_short', 'Unregistered'),
('no', 'unselect_all', 'Fjern all markering'),
('no', 'unset_tax_to_products', 'Fjern valgte Moms fra alle produkter'),
('no', 'unsubscribe', 'Stopp abonnement'),
('no', 'unsubscribe_key', 'Stopp abonnement nøkkel'),
('no', 'unsubscribe_link', 'Stopp abonnement link'),
('no', 'up', 'Opp'),
('no', 'update', 'Oppdater'),
('no', 'updated_last', 'Oppdatert den siste'),
('no', 'updates_subscription', 'oppdateringer og kampanjer abonnement'),
('no', 'update_all', 'Atualizar todos'),
('no', 'update_categories', 'Oppdater Kategorier'),
('no', 'update_current_layout', 'Oppdater nåværende layout'),
('no', 'update_customer_info', 'Oppdater kundeinformasjon'),
('no', 'update_datafeed', 'Redigerer data feed'),
('no', 'update_existing_products_only', 'Oppdater kun eksisterende produkter'),
('no', 'update_existing_products_only_tooltip', 'Hvis du aktiverer denne innstillingen, blir produkter som ikke finnes i databasen din, hoppet over under importen.'),
('no', 'update_for_all_act', 'Ny verdi vil bli lagret for ALLE butikker som deler dette elementet. Klikk for å bare lagre det for eier-butikken.'),
('no', 'update_for_all_dis', 'Ny verdi lagres KUN for eier-butikken. Klikk for å lagre det for alle butikker som deler dette elementet.'),
('no', 'update_for_all_hid_act', 'Klikk for å avbryte oppdatering av feltet.'),
('no', 'update_for_all_hid_dis', 'Klikk for å legge inn en ny verdi for å oppdatere i alle butikkene når du lagrer elementet.'),
('no', 'update_group', 'Oppdater gruppe'),
('no', 'update_period_expired', '<p class=\"text-error\">Tilgang til denne oppgraderingen, og til alle fremtidige oppgraderinger er stengt. Du kan kjøpe et oppgraderingsabonnement på  <a href=\"[url]\">Customer Help Desk</a>.</p><p>Vær oppmerksom på at det ikke er obligatorisk: du kan fortsette å bruke denne programvaren uten begrensning, selv uten et oppgraderingsabonnement.</p>'),
('no', 'update_products', 'Oppdater Produkter'),
('no', 'update_profile', 'Oppdater profil'),
('no', 'update_profile_notification', 'Profilen din er oppdatert.'),
('no', 'update_profile_notification_header', 'Profilen din er oppdatert'),
('no', 'update_status', 'Oppdater status'),
('no', 'update_text', 'Oppdater tekst'),
('no', 'update_totals_and_inventory', 'Oppdater totaler og lagerbeholdning'),
('no', 'update_translation', 'Oppdater oversettelser'),
('no', 'updating', 'Oppdaterer'),
('no', 'updating_links', 'Oppdaterer linker'),
('no', 'upgrade', 'Oppgrader'),
('no', 'upgraded_on', 'Oppgradert på'),
('no', 'upgrade_center', 'Oppdateringssenter'),
('no', 'upgrade_center.apply_migration_failed', '<p>Vennligst gjenopprett sikkerhetskopien som bla tatt før oppdateringen manuelt eller via linken som ble sendt til e-postadressen din, eller ta kontakt med vår tekniske support.</p><br><p>Tech details: Couldn\'t complete migration [migration]. Reason: [error].</p><p>Completed migrations: [processed_count] out of [total_count].</p>'),
('no', 'upgrade_center.error_unable_to_prepare_restore', 'Kan ikke forberede gjenopprettings scriptet.'),
('no', 'upgrade_center.filehash_check_failed', 'Oppgradering er umulig på grunn av en \"file integrity check error\". Ta kontakt med teknisk support.'),
('no', 'upgrade_center.skip_backup', 'Hopp over filer og database backup'),
('no', 'upgrade_center.upgrades_are_not_available_in_trial', 'Oppgraderinger er bare tilgjengelig i <strong>Full</strong> og <strong>Free</strong> lisens modus.<br /><br />Lisensmodusen kan endres under Innstillinger → <a class=\"cm-dialog-opener cm-dialog-auto-size\" data-ca-target-id=\"store_mode_dialog\">Lisensmodus</a>.'),
('no', 'upgrade_center.upgrade_process_failed', 'Oppgraderingsprosessen til butikken mislyktes'),
('no', 'upgrade_center.validation_issue', 'Problem med validering'),
('no', 'upgrade_center.validator_fail_result', 'Valideringen \"[validator_name]\" returnerte feil status'),
('no', 'upgrade_center.warning_msg_after_upgrade', 'Sjekk den grunnleggende funksjonaliteten i butikken etter oppgraderingen.'),
('no', 'upgrade_center.warning_msg_executed_php', '<p class=\"text-error\">We have started a dummy PHP script. It will be working during 6 minutes. When the check is finished, we\'ll tell you if the PHP script\'s timeouts can be set correctly. If yes, then you are good to go with the upgrade. Please wait until the check is finished to be sure that your server has correct PHP timeout configuration.</p>'),
('no', 'upgrade_center.warning_msg_generally', 'Vanligvis vil oppgraderingen mislykkes fordi PHP-scriptet blir avsluttet på grunn av serverkonfigurasjonen. Det er viktig å sjekke PHP scriptets tidsavbrudd på serveren din'),
('no', 'upgrade_center.warning_msg_specialists', 'Hvis du ikke er kjent med tekniske aspekter av CS-Cart og oppgraderingsprosessen, anbefaler vi sterkt at du <a href=\"[upgrade_center_specialist]\" target=\"_blank\">kontakter en spesialist</a> eller <a href=\"[upgrade_center_team]\" target=\"_blank\">kontakter vår HelpDesk</a> for oppgradere butikken for deg.'),
('no', 'upgrade_center.warning_msg_test_local', 'Oppgrader en test kopi til butikken først å kontrollere at oppgraderingen vil gå greit.'),
('no', 'upgrade_center.warning_msg_third_party_add_ons', 'Oppgraderingen oppdater ikke tredjeparts moduler. Derfor anbefaler vi at du deaktiverer alle tredjeparts moduler før oppgraderingen.'),
('no', 'upgrade_center.warning_msg_timeout_check_failed', 'Serveren har feil PHP script tidsavbrudd . Dette kan være på grunn av begrensninger i PHP <a href=\"http://php.net/manual/en/function.set-time-limit.php\" target=\"_blank\">set_time_limit</a> funksjon eller FastCGI \"Timeout\" valg. Vi anbefaler deg å kontakte din hosting leverandør (ISP) for å løse dette problemet, eller kontakter vår HelpDesk for å utføre oppgraderingen for deg.'),
('no', 'upgrade_center.warning_msg_timeout_fail', 'Vi vil IKKE anbefaler deg å starte oppgraderingen på din server.'),
('no', 'upgrade_center.warning_msg_upgrade_is_complicated', 'Oppgradering er en komplisert prosess, og kan mislykkes på grunn av årsaker som er utenfor vår kontroll.<br> For å gjøre oppgraderingen av nettbutikken tryggere, har vi forberedt noen tips til deg:'),
('no', 'upgrade_center_permission_adjusted_properly', 'Alle fil- og mappetillatelser har blitt justert riktig.'),
('no', 'upgrade_fl54_atol_boxberry_text', '<p>Følgende verktøy ble lagt til for å hjelpe eiere i overensstemmelse med Federal Law 54 og arbeid med elektroniske kasseapparater:</p><ul><li>Muligheten til <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/payment_methods/yandex_54fz.html\">å sende kvitteringsdata til Yandex.Checkout</a>.</li><li>Modulen <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/addons/atol_online/\">ATOL Online</a> som integrerer CS-Cart med denne rent-an-online-cash-register tjenesten.</li></ul><p>Andre tillegg:</p><ul><li>En modul for <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/addons/retailcrm/\">utveksling av data med retailCRM</a>;</li><li>En modul for <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/shipping_and_taxes/shipping_methods/realtime_shipping_methods/boxberry.html\">>beregning av sanntidssendingsmetoder som bruker Boxberry</a>, en russisk frakttjeneste.</li></ul>'),
('no', 'upgrade_fl54_atol_boxberry_title', 'Nye funksjoner i den russiske versjonen av CS-Cart 4.6.1: Overholdelse av Federal Law 54, tillegg til retailCRM og Boxberry'),
('no', 'upgrade_flash_player', 'Du må oppgradere din Flash Player'),
('no', 'upgrade_is_not_avail', '<p class=\"text-error\">Denne oppgraderingen er ikke tilgjengelig for din [product] lisens. Ta kontakt <a href=\"[href]\">med vårt support team </a> for å oppdatere din lisens status.</p>'),
('no', 'upgrade_license', 'Upgrade my license'),
('no', 'upgrade_notification_message', '<p class=\'upgrade-enter_notice-msg\'>Kopi av denne meldingen ble sendt til administrators e-post.</p><hr>'),
('no', 'upgrade_notification_title', 'Oppgrader endringer i [product] [version]'),
('no', 'upgrade_notification_welcome_text', '<p class=\"lead\">To help you get started, we’ve compiled the list of what you should check after the upgrade. The full list of changes is in the changelog.</p><p class=\"lead\">If you ever need to check this message later, we’ve also sent a copy to [email].</p>'),
('no', 'upgrade_notification_welcome_title', 'Welcome to [product] [version]!'),
('no', 'upgrade_notification_what_check_first', 'What to check first?'),
('no', 'upgrade_notification_what_else_to_check', 'What else is there to check?'),
('no', 'upload', 'Last opp'),
('no', 'uploaded_files', 'Uploaded Files'),
('no', 'upload_addon', 'Last opp & installer modulen'),
('no', 'upload_another_file', 'Last opp enda en fil'),
('no', 'upload_file', 'Last opp fil'),
('no', 'upload_install', 'Last opp & installer'),
('no', 'upload_theme', 'Last opp mal'),
('no', 'upload_to_ftp', 'Last opp til FTP server'),
('no', 'upload_upgrade_package', 'Last opp oppgraderingspakken'),
('no', 'upload_upgrade_text', 'Opplasting av oppgraderingspakken gjør at du kan legge til hurtigreparasjoner eller modul oppgraderinger. Du kan laste opp en oppgraderingspakke ved å velge en tgz, gz eller zip formatert fil og så klikke Last opp.'),
('no', 'upload_via_ftp', 'Last opp via FTP'),
('no', 'ups', 'United Parcel Service'),
('no', 'ups_suggested_retail_rates_upgrade_notification_text', '<p>Den siste [product] versjonen støtter ikke \"Suggested Retail Rates\" fraktmetode for UPS-baserte fraktmetoder.</p><p>Hvis du brukte dette tidligere, gjør du dette for å realisere fraktkostnaden for kundene dine:</p><ul><li>Gå til Administrasjon → Forsendelse og moms → Fraktmetoder.</li><li>Velg fraktmetoden UPS.</li><li>Bytt til fanen Konfigurer og velg en riktig fraktmetode: Bruk \"One Time Pickup\", \"Letter Center\", eller \"Air Service Center\" for å beregne fraktkostnaden i henhold til gjeldende rater</li></ul>'),
('no', 'ups_suggested_retail_rates_upgrade_notification_title', '\"Suggested Retail Rates\" levering for UPS-baserte fraktmetoder støttes ikke lenger'),
('no', 'ups_upgrade_notification_text', '<p><b>UPS Canada: Fremskyndet SM</b> og <b>UPS Polen: Today Intercity</b> leverings services er ikke lengre støttet siden [product] versjonen. Hvis du fortsatt bruker den, gjør følgende:</p><ul><li>Gå til Administrasjon > Forsendelse og moms > Fraktmetoder</li><li>velg den fraktmetoden som bruker UPS som levering for å beregne fraktpriser</li><li>gå så til kategorien Generelt og legg inn korrekte fraktpriser</li></ul>'),
('no', 'ups_upgrade_notification_title', 'UPS Canada: Hurtig SM og UPS polen: Intercity frakt-tjenester støttes ikke lenger'),
('no', 'url', 'URL'),
('no', 'url_access_storefront', 'Use the following URL to access the storefront:<br><a href=\"[url]\" target=\"_blank\">[url]</a>'),
('no', 'url_dispatch_part', 'Verdien fra \"dispatch\" parameteret til nettadressen'),
('no', 'used', 'Brukt'),
('no', 'user', 'Bruker'),
('no', 'usergroup', 'Brukergruppe'),
('no', 'usergroups', 'Brukergrupper'),
('no', 'usergroups_menu_description', 'Liste over brukergrupper i din nettbutikk.'),
('no', 'usergroup_activated', 'Brukergruppe er aktivert'),
('no', 'usergroup_disactivated', 'Brukergruppe har blitt deaktivert'),
('no', 'usergroup_ids', 'Brukergruppe-ID'),
('no', 'usergroup_privileges', 'Brukergruppe privilegier'),
('no', 'usergroup_registered', 'Registrerte brukere'),
('no', 'usergroup_request_by_customer', 'Brukergruppe forespørsel fra kunde'),
('no', 'username', 'Brukernavn'),
('no', 'users', 'Brukere'),
('no', 'users_carts', 'Forlatte handlevogner'),
('no', 'users_carts_menu_description', 'Liste over handlevogner som har blitt forlatt av kunder.'),
('no', 'users_menu_description', 'Administrer brukerkontoer som er registrert i butikken din.'),
('no', 'user_account_info', 'Brukerkontoinformasjon'),
('no', 'user_account_information', 'Brukerkontoinformasjon'),
('no', 'user_cannot_be_deleted', 'Beklager, bruker med id [user_id] kan ikke bli slettet.'),
('no', 'user_class', 'User-defined CSS class'),
('no', 'user_data_required', 'Vennligst velg en kunde eller legg inn data'),
('no', 'user_details_page', 'Bruker detaljerside'),
('no', 'user_group', 'Brukergruppe'),
('no', 'user_group_ids', 'Brukergruppe-ID'),
('no', 'user_group_requests', 'Brukergruppe forespørsler'),
('no', 'user_id', 'Bruker ID'),
('no', 'user_info', 'Bruker informasjon'),
('no', 'user_pin', 'Bruker PIN'),
('no', 'user_profile_info', 'Bruker profilinformasjon'),
('no', 'user_settings', 'Bruker-innstillinger'),
('no', 'user_type', 'Brukertype'),
('no', 'use_avail_period', 'Bruk tilgjengelig periode'),
('no', 'use_cardinal', 'Bruk Cardinal Centinel&reg; til 3-D Secure Payer autentisering'),
('no', 'use_coupons_commission', 'Kupong provisjon'),
('no', 'use_current_link', 'Bruk gjeldende sidelink'),
('no', 'use_custom_view', 'Bruk egendefinert visning'),
('no', 'use_custom_weight_settings', 'Bruk egendefinerte innstillinger for vekt'),
('no', 'use_default_block_configuration', 'Bruk standardkonfigurasjon blokk'),
('no', 'use_existing_block', 'Bruk eksisterende blokk'),
('no', 'use_existing_store', 'Kopier eksisterende butikk konfigurasjon'),
('no', 'use_for_apply_for_vendor_account', 'Skjema for å søke om en forhandlerkonto'),
('no', 'use_for_checkout', 'Sjekk ut (brukerinformasjon) skjema'),
('no', 'use_for_discussion', 'Kommentarer og omtaler skjemaer'),
('no', 'use_for_form_builder', 'Egendefinerte skjemaer'),
('no', 'use_for_free_shipping', 'Bruk for gratis frakt'),
('no', 'use_for_login', 'Logg inn skjema'),
('no', 'use_for_polls', 'Spørreundersøkelser'),
('no', 'use_for_register', 'Opprett og rediger profilskjema'),
('no', 'use_for_re_desk', 'Use for Re:Desk'),
('no', 'use_for_track_orders', 'Spor mine ordre skjema'),
('no', 'use_negotiated_rates', 'Bruk framforhandlede satser'),
('no', 'use_new_sha_method', 'Bruk ny SHA signaturpolitikk'),
('no', 'use_this_style', 'Bruk denne stilen'),
('no', 'usps', 'U.S Postal Service'),
('no', 'usps_package_size_large', 'Stor'),
('no', 'usps_package_size_regular', 'Normal'),
('no', 'usps_service_certificate_of_mailing', 'Sertifikat for forsendelse'),
('no', 'usps_service_certificate_of_mailing_for_firm_mailing_books', 'Sertifikat for forsendelse for firmapostbøker'),
('no', 'usps_service_certificate_of_mailing_per_individual_article', 'Sertifikat for forsendelse per individuell artikkel'),
('no', 'usps_service_certified', 'Sertifisert'),
('no', 'usps_service_collect_on_delivery', 'Krev inn ved levering'),
('no', 'usps_service_delivery_confirmation', 'Leveringsbekreftelse'),
('no', 'usps_service_edelivery_confirmation', 'e-Delivery bekreftelse'),
('no', 'usps_service_express_mail_insurance', 'Ekspresspost forsikring'),
('no', 'usps_service_insurance', 'Forsikring'),
('no', 'usps_service_pick_up_on_demand', 'Plukk opp etter behov'),
('no', 'usps_service_registered_mail', 'Rekommandert post'),
('no', 'usps_service_registered_without_insurance', 'Rekommandert uten forsikring'),
('no', 'usps_service_registered_with_insurance', 'Rekommandert med forsikring'),
('no', 'usps_service_return_receipt', 'Mottakelsesbevis'),
('no', 'usps_service_return_receipt_electronic', 'Kvittering elektronisk'),
('no', 'usps_service_return_receipt_for_merchandise', 'Kvittering for varer'),
('no', 'usps_service_signature_confirmation', 'Signaturbekreftelse'),
('no', 'usps_size', 'Vennligst oppgi pakken bredde, høyde og lengde for Prioritet post, hvis Pakke Størrelse er Large bare.'),
('no', 'usps_upgrade_notification_text', '<p>The following USPS shipping services are no longer supported:<ul><li>USPS First-Class Mail International Large Envelope</li><li>USPS First-Class Mail International Letter/Postcard</li></ul>All your shipping methods that used these services have been changed to use <b>USPS First-Class Package International Service</b> instead. Please go to <b>Administration → Shipping & taxes → Shipping methods</b> and check the settings of your shipping methods that use USPS.</p>'),
('no', 'usps_upgrade_notification_title', 'Endringer i USPS frakt tjenester'),
('no', 'uvdesk_already_account', 'Your account already exist. To manage your tickets please login.'),
('no', 'uvdesk_answered', 'Answered'),
('no', 'uvdesk_closed', 'Closed'),
('no', 'uvdesk_label', 'Label'),
('no', 'uvdesk_mine', 'Mine'),
('no', 'uvdesk_notreplied', 'Notreplied'),
('no', 'uvdesk_open', 'Open'),
('no', 'uvdesk_pending', 'Pending'),
('no', 'uvdesk_resolved', 'Resolved'),
('no', 'uvdesk_spam', 'Spam'),
('no', 'uvdesk_starred', 'Starred'),
('no', 'uvdesk_tickets', 'UVDesk Ticktes'),
('no', 'uvdesk_timestamp', 'Timestamp'),
('no', 'uvdesk_trashed', 'Trashed'),
('no', 'uvdesk_unassigned', 'Unassigned'),
('no', 'uvdesk_viewticket', 'UVDesk View Ticket'),
('no', 'valid', 'Gyldighetstid'),
('no', 'validate_email', 'Valider E-post'),
('no', 'validate_secret_word', 'Bekreft hemmelig ord'),
('no', 'valid_thru', 'Gyldig til (mm/yy)'),
('no', 'value', 'Verdi'),
('no', 'value_to_display', 'Verdi å vise'),
('no', 'variables', 'Variabler'),
('no', 'variant', 'Variant'),
('no', 'variants', 'Varianter'),
('no', 'variant_id', 'Variant-ID'),
('no', 'variant_name', 'Variantnavn'),
('no', 'variations_in_stock', 'Bare \"på lager\" produkter'),
('no', 'variation_group_code', 'Variation group code'),
('no', 'variation_group_id', 'Variation group ID'),
('no', 'variation_parent_product_id', 'Variation parent product ID'),
('no', 'variation_set_as_default', 'Variation set as default'),
('no', 'variation_sub_group_id', 'Variation sub group ID'),
('no', 'vendor', 'Forhandler'),
('no', 'vendors_activity', 'Vendor activity in the selected period'),
('no', 'vendors_activity.new_products', 'New products'),
('no', 'vendors_activity.new_vendors', 'New vendors'),
('no', 'vendors_activity.not_logged_in_vendors', 'Vendors who haven\'t signed in'),
('no', 'vendors_activity.orders_created', 'Orders created'),
('no', 'vendors_activity.vendors_with_new_products', 'Vendors with new products'),
('no', 'vendors_activity.vendors_with_sales', 'Vendors with sales'),
('no', 'vendors_menu_description', 'Sortert liste over forhandler kontoer registrert i butikken.'),
('no', 'vendors_statistics', 'Forhandlerens statistikk'),
('no', 'vendors_with_absolute_commissions_notice', '<p>Følgende forhandlere hadde absolutt provisjoner før oppgraderingen:</p><ul>[vendors_list]</ul><p>Merk at <b>Transaction fee</b> i deres planer har blitt satt til 0.</p><p>Størrelsene på absolutte provisjoner er fortsatt i databasen, men brukes ikke lenger. Du kan imidlertid bruke disse dataene til å sette opp nye forhandler planer med relative provisjoner. Les mer i denne artikkelen:</p>[instructions]'),
('no', 'vendor_accounting', 'Regnskap'),
('no', 'vendor_accounting_menu_description', 'Statistikk for inntekter og utgifter (samlet inntekt, forhandlersaldo, forhandleruttak).'),
('no', 'vendor_account_balance', 'Kontobalanse'),
('no', 'vendor_account_balance_menu_description', 'Inntekter og utgifter statistikk (totalt, per forhandler, per periode).'),
('no', 'vendor_administrator', 'Forhandlers administrator'),
('no', 'vendor_administrators', 'Forhandlers administratorer'),
('no', 'vendor_administrators_menu_description', 'Liste over forhandleres administratorer, registrerte brukere med en forhandlerkonto.'),
('no', 'vendor_approval_pending', 'Ny forhandler konto søknad'),
('no', 'vendor_candidate_notification', 'Hei,<br/><br/>Du har en ny forhandler kandidat i nettbutikken din. Deres forhandlerkonto venter på at du godkjenner den. Følg <a href=\"[href]\">this URL</a> for å vise kontodetaljene</a>.'),
('no', 'vendor_commission_changes_upgrade_notification_text', '<p>Forhandler provisjon har blitt erstattet med forhandler planer, og en egen plan har blitt opprettet for hver forhandler. Merk at absolutte provisjoner ikke lenger støttes.</p>'),
('no', 'vendor_commission_changes_upgrade_notification_title', 'Forhandler provisjon endringer'),
('no', 'vendor_communication', 'Message center'),
('no', 'vendor_communication.ask_a_question', 'Ask a question'),
('no', 'vendor_communication.author', 'Skrevet av'),
('no', 'vendor_communication.cannot_create_thread', 'Kan ikke opprette tråden'),
('no', 'vendor_communication.cannot_delete_thread', 'Kan ikke slette tråden'),
('no', 'vendor_communication.cannot_delete_threads', 'Kan ikke slette tråder'),
('no', 'vendor_communication.cannot_post_message', 'Kan ikke legge inn meldingen'),
('no', 'vendor_communication.cannot_update_thread', 'Kan ikke oppdatere tråden'),
('no', 'vendor_communication.contact_vendor', 'Kontakt forhandleren'),
('no', 'vendor_communication.contact_vendor_name', 'Kontakt [vendor_name]'),
('no', 'vendor_communication.contact_with', '#[thread_id]. Kommunikasjon med [thread_company]'),
('no', 'vendor_communication.created_at', 'Opprettet'),
('no', 'vendor_communication.customer_name', 'Kundenavn'),
('no', 'vendor_communication.date', 'Dato'),
('no', 'vendor_communication.error_message', 'Skriv inn meldingen'),
('no', 'vendor_communication.event.message_received.name', 'New message received'),
('no', 'vendor_communication.invalid_thread_object_type', 'Provided thread object type is invalid'),
('no', 'vendor_communication.message', 'Melding'),
('no', 'vendor_communication.messages', 'Meldinger'),
('no', 'vendor_communication.message_center', 'Meldingssenter'),
('no', 'vendor_communication.message_center_menu_description', 'Kunde-til-forhandler meldinger'),
('no', 'vendor_communication.message_center_name', 'Message center'),
('no', 'vendor_communication.message_center_name_menu_description', 'Messages from customers'),
('no', 'vendor_communication.message_sent', 'Your message has been sent to <b>[vendor_name]</b>.<br/><br/>We\'ll notify you about a reply. To view your message history, please <a href=\"[thread_url]\" target=\"_blank\">go to the Message Center</a> located in the \"Messages\" section of the \"My account\" menu.'),
('no', 'vendor_communication.new_message.message', 'Click this notification to see the message'),
('no', 'vendor_communication.new_message.title', '[company_name] has a new message from [customer]'),
('no', 'vendor_communication.new_thread_created', 'Din melding er sendt til <b>[vendor_name]</b>.<br/><br/>Forhandlerens svar vil bli sendt til e-postadressen til kontoen din. For å se meldingsloggen din, vennligst <a href=\"[thread_url]\">gå til meldingssenteret</a> under menyen \"Min konto\".'),
('no', 'vendor_communication.no_messages_found', 'Ingen meldinger funnet'),
('no', 'vendor_communication.no_threads_found', 'Ingen tråder funnet'),
('no', 'vendor_communication.please_log_in_to_be_notified', 'Please sign in so that we can notify you about a reply'),
('no', 'vendor_communication.please_log_in_to_contact_vendor', 'Vennligst logg inn for å kontakte forhandleren'),
('no', 'vendor_communication.required_field_is_missing', 'Feltet [field_name] er påkrevd'),
('no', 'vendor_communication.subject_email', 'Du har en ny melding fra [message_from]'),
('no', 'vendor_communication.thread', 'Tråd #[thread_id]'),
('no', 'vendor_communication.threads_deleted', 'Trådene har blitt slettet'),
('no', 'vendor_communication.thread_deleted', 'Tråden har blitt slettet'),
('no', 'vendor_communication.ticket', 'Tråd'),
('no', 'vendor_communication.type_message', 'Skriv inn en melding...'),
('no', 'vendor_communication.you', 'Du'),
('no', 'vendor_communication.your_message_to_vendor_name', 'Your message to [vendor_name]'),
('no', 'vendor_communication.you_have_new_message', 'Du har en ny <a href=\"[thread_url]\">melding</a> fra [message_from].'),
('no', 'vendor_custom_page', 'Vendor custom page'),
('no', 'vendor_data_premoderation', 'Forhandler data forhåndsgodkjenning'),
('no', 'vendor_data_premoderation.approval_info_text', 'If approval is required only for some vendors, you\'ll be able to set what vendors need moderation on the Add-ons tab of the vendor editing page.'),
('no', 'vendor_data_premoderation.approve_product', 'Approve \"[product]\"'),
('no', 'vendor_data_premoderation.approve_product_btn', 'Approve product'),
('no', 'vendor_data_premoderation.disapproval_reason', 'Disapproval reason'),
('no', 'vendor_data_premoderation.disapproved', 'Disapproved'),
('no', 'vendor_data_premoderation.disapprove_product', 'Disapprove \"[product]\"'),
('no', 'vendor_data_premoderation.disapprove_products', 'Disapprove products'),
('no', 'vendor_data_premoderation.disapprove_product_btn', 'Disapprove product'),
('no', 'vendor_data_premoderation.enter_disapproval_reason', 'Enter the reason for disapproval and save the changes.'),
('no', 'vendor_data_premoderation.event.product_status.approved.name', 'Vendor data premoderation: your product was approved'),
('no', 'vendor_data_premoderation.event.product_status.disapproved.name', 'Vendor data premoderation: your product was disapproved'),
('no', 'vendor_data_premoderation.exclude_disapproved_products', 'Exclude disapproved products'),
('no', 'vendor_data_premoderation.notification.approved.message', '\"[product]\" has been approved by the store administration and added to the product catalog. Click here to view this product.|[n] products have been approved by the store administration and added to the product catalog. Click here to view these products.'),
('no', 'vendor_data_premoderation.notification.approved.title', 'Your product has been approved|Your products have been approved'),
('no', 'vendor_data_premoderation.notification.disapproved.message', '\"[product]\" has been disapproved by the store administration. Click here to view this product.|[n] products have been disapproved by the store administration. Click here to view these products.'),
('no', 'vendor_data_premoderation.notification.disapproved.title', 'Your product has been disapproved|Your products have been disapproved'),
('no', 'vendor_data_premoderation.notification.products_require_approval.message', 'This product is pending for your approval since [since]. Click here to view this product.|These products are pending for your approval since [since]. Click here to view these products.'),
('no', 'vendor_data_premoderation.notification.products_require_approval.title', 'You have [n] product that requires your approval|You have [n] products that require your approval'),
('no', 'vendor_data_premoderation.notification_for_deleted_statuses', 'Vendor Data Premoderation add-on has been disabled. Products with  the \"Requires approval\" or \"Disapproved\" statuses no longer have any status. These products won\'t appear to customers until you or your vendors set some other status for them. If you activate the add-on again, the statusless products will get their statuses back. If you uninstall the add-on, all products will get a correct status automatically.'),
('no', 'vendor_data_premoderation.products_sent_to_premoderation', 'Your changes have been saved. Before your product is added to the product catalog, it must be approved by the store administration. Follow <a href=\"[product_approval_url]\">this link</a> to view products that require approval.|Your changes have been saved. Before your products are added to the product catalog, they must be approved by the store administration. Follow <a href=\"[product_approval_url]\">this link</a> to view products that require approval.'),
('no', 'vendor_data_premoderation.product_status.disapproved', 'Disapproved'),
('no', 'vendor_data_premoderation.product_status.requires_approval', 'Requires approval'),
('no', 'vendor_data_premoderation.require_approval', 'Products on moderation'),
('no', 'vendor_data_premoderation.require_vendor_action', 'Disapproved products'),
('no', 'vendor_debt_payout.block_alert', '<p>Din tilgang til adminpanelet er begrenset automatisk fordi du har nådd grensen for negativ kontosaldo eller ikke har betalt et gebyr for leverandørplanen din i tide.</p><p>Din nåværende kontosaldo er [current_balance].</p><p>Vennligst <a href=\"[pay_url]\">betal avgiftene</a> — når betalingen er behandlet, blir tilgangen til adminpanelet automatisk gjenopprettet.</p>'),
('no', 'vendor_debt_payout.day_or_days', 'dag(er)'),
('no', 'vendor_debt_payout.debt_near_limit_message', 'Kontosaldoen din er for øyeblikket [current_balance]. Hvis den når [minimal_balance], vil du ikke kunne bruke adminpanelet før du <a href=\"[pay_url]\" target=\"_blank\">betaler alle gebyrene dine</a>.'),
('no', 'vendor_debt_payout.debt_payout', 'Markedsplass avgifter'),
('no', 'vendor_debt_payout.debt_payout_w_order', 'Markedsplass avgifter (order #[id])'),
('no', 'vendor_debt_payout.payout_overdue_limit', 'Tillat periode for forhandlerens avgifter'),
('no', 'vendor_debt_payout.pay_fees', 'Betal avgiftene'),
('no', 'vendor_debt_payout.pending_payout_message', 'Du må betale avgiften på [fee_amount] for å bruke [plan_name] planen. Din nåværende kontosaldo er [current_balance]. Hvis gebyret ikke er betalt innen [overdue_date], vil du ikke kunne arbeide med adminpanelet før du <a href=\"[pay_url]\" target=\"_blank\">betaler alle gebyrene dine</a>.'),
('no', 'vendor_debt_payout.vendor_debt_limit', 'Begrenser enkelte admin funksjoner hvis leverandørens gjeld når'),
('no', 'vendor_edit_invitation_email_template', '<a href=\"[url]\">Edit vendor invitation email template</a>'),
('no', 'vendor_filters', 'Leverandørens produkt filtre'),
('no', 'vendor_filters_description', ''),
('no', 'vendor_id', 'Forhandler ID'),
('no', 'vendor_invitations_fail_notification', 'Invitations not sent: [failed_quantity]<br/><b>[emails_list]</b><br/>An invitation won\'t be sent if it has already been sent to that email address before. But if none of your invitations are being sent, and you haven\'t sent invitations to those addresses before, please make sure that [product] can send any emails at all. If it can\'t, then the problem is related to [product] or server configuration. In that case, please contact your server administrator, hosting provider, or <a href=\"https://helpdesk.cs-cart.com/\" target=\"_blank\">our technical support</a> to investigate.'),
('no', 'vendor_invitations_sent_notification', 'Invitations sent: [sent_quantity]'),
('no', 'vendor_invitation_email_body', '<p>Hello,</p><br/><p>We\'d like to invite you to <a href=\"[create_account_url]\">create an account</a> with [default_company_name].  You\'ll be able to expand your client base by listing your products on our platform and selling them to our visitors.</p><br/><p>Best regards,</p><p>[default_company_name] team</p>'),
('no', 'vendor_invitation_email_subject', 'Come Sell With [default_company_name]'),
('no', 'vendor_invited_at', 'Date sent'),
('no', 'vendor_language', 'Forhandlerens språk'),
('no', 'vendor_location.search_vendors_geolocation', 'Søk etter forhandler');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('no', 'vendor_locations.block_template_location_selector', 'Lokaliseringsvelger'),
('no', 'vendor_locations.closest_vendors', 'Nærmeste forhandlere'),
('no', 'vendor_locations.customer_geolocation', 'Posisjonen din'),
('no', 'vendor_locations.filter_by_city', 'Forhandlers poststed'),
('no', 'vendor_locations.filter_by_distance', 'Avstand til forhandler'),
('no', 'vendor_locations.location', 'Beliggenhet'),
('no', 'vendor_locations.nearby', 'Nærliggende'),
('no', 'vendor_locations.not_your_city', 'Ikke din by?'),
('no', 'vendor_locations.search_city', 'Søk etter en by'),
('no', 'vendor_locations.search_nearby', 'Søk i nærheten'),
('no', 'vendor_locations.search_vendors_by_address', 'Søk etter forhandler'),
('no', 'vendor_locations.selected_city', 'Valgt by'),
('no', 'vendor_locations.select_city', 'Velg en by'),
('no', 'vendor_locations.vendors_map', 'Forhandler kart'),
('no', 'vendor_logos_and_product_count', 'Forhandler logoer og produkt antalll'),
('no', 'vendor_name', 'Forhandler navn'),
('no', 'vendor_names', 'Forhandler navn'),
('no', 'vendor_name_field', 'Forhandler navn'),
('no', 'vendor_notifications', 'Vendor notifications'),
('no', 'vendor_page.add_post', 'Add new page'),
('no', 'vendor_page.editing_post', 'Editing'),
('no', 'vendor_page.new_post', 'New vendor page'),
('no', 'vendor_pages', 'Forhandler sider'),
('no', 'vendor_pages_title', 'ET - Vendor pages title'),
('no', 'vendor_panel', 'Forhandler panel'),
('no', 'vendor_panel_configurator.configure_vendor_panel_notice', 'To make onboarding easier, vendors don\'t see some menu items and some fields on the product editing page. You can configure what vendors see and don\'t see <a href=\"[config_url]\" target=\"_blank\">in the settings of the \"Vendor panel configurator\" add-on</a>. If you disable the add-on, the menus and the vendor panel itself will change to resemble the admin panel of the marketplace.'),
('no', 'vendor_panel_configurator.element_color', 'Element color'),
('no', 'vendor_panel_configurator.global_setting_warning', 'This setting doesn\'t appear on the product editing page right now, because it is set globally for all products. Check the <a href=\"[settings_url]\" target=\"_blank\">\"Settings\" menu</a> to find it.'),
('no', 'vendor_panel_configurator.payment_methods.description', 'Manage how you receive payments from customers'),
('no', 'vendor_panel_configurator.product_page_configuration', 'Product page settings'),
('no', 'vendor_panel_configurator.seller_info', 'Seller info'),
('no', 'vendor_panel_configurator.sidebar_background_image', 'Sidebar background image'),
('no', 'vendor_panel_configurator.sidebar_background_image_description', 'If you upload the background image, it will be displayed instead of the sidebar color. If you upload it, we recommend picking a sidebar color that matches the background image.'),
('no', 'vendor_panel_configurator.sidebar_color', 'Sidebar color'),
('no', 'vendor_panel_configurator.theme_layouts', 'Page layouts'),
('no', 'vendor_panel_configurator.theme_layouts.description', 'Manage layouts of the microstore and product pages'),
('no', 'vendor_panel_configurator.theme_styles', 'Logos and styles'),
('no', 'vendor_panel_configurator.theme_styles.description', 'Manage logos used on site and in e-mails and configure appearance of the microstore and product pages'),
('no', 'vendor_panel_configurator.unconfigurable_tab', 'This tab has no configurable fields and is displayed as is'),
('no', 'vendor_payouts.approval_status', 'Godkjenningsstatus'),
('no', 'vendor_payouts.approval_status.C', 'Fullført'),
('no', 'vendor_payouts.approval_status.D', 'Avslått'),
('no', 'vendor_payouts.approval_status.P', 'Venter'),
('no', 'vendor_payouts.balance', 'Balanse'),
('no', 'vendor_payouts.balance_carried_forward', 'Balanse videreført'),
('no', 'vendor_payouts.current_balance', 'Gjeldende saldo: [balance]'),
('no', 'vendor_payouts.current_balance_text', 'Gjeldende saldo'),
('no', 'vendor_payouts.income', 'Inntekter'),
('no', 'vendor_payouts.income_carried_forward', 'Inntekt videreført'),
('no', 'vendor_payouts.new_payout_issued', 'Ny utbetaling er utstedt'),
('no', 'vendor_payouts.new_payout_issued_text', 'En ny utbetaling av [amount] har blitt utstedt av [issuer]'),
('no', 'vendor_payouts.new_withdrawal_requested', 'Nye uttak er forespurt'),
('no', 'vendor_payouts.new_withdrawal_requested_text', 'Et nytt uttak av [amount] har blitt forespurt av [requester]'),
('no', 'vendor_payouts.payout_approved', 'Utbetalingen er fullført'),
('no', 'vendor_payouts.payout_approved_text', 'Utbetalingen av [amount] utstedt den [date] har blitt merket som <b>Fullført</b>'),
('no', 'vendor_payouts.payout_comments', 'Kommentarer til utbetalinger'),
('no', 'vendor_payouts.payout_declined', 'Utbetaling ikke fullført'),
('no', 'vendor_payouts.payout_declined_text', 'Utbetalingen av [amount] utstedt den [date] har blitt merket som <b>Ikke fullført</b>'),
('no', 'vendor_payouts.transactions', 'Transaksjoner'),
('no', 'vendor_payouts.transaction_value', 'Transaksjonsverdi'),
('no', 'vendor_payouts.type', 'Type'),
('no', 'vendor_payouts.type.order_changed', 'Ordre endret'),
('no', 'vendor_payouts.type.order_changed.description', 'Ordre <a href=\"[order_url]\">#[order_id]</a> er endret'),
('no', 'vendor_payouts.type.order_placed', 'Ordre plassert'),
('no', 'vendor_payouts.type.order_placed.description', 'Ordre <a href=\"[order_url]\">#[order_id]</a> er plassert'),
('no', 'vendor_payouts.type.order_refunded', 'Ordre refundert'),
('no', 'vendor_payouts.type.order_refunded.description', 'Ordre <a href=\"[order_url]\">#[order_id]</a> refundert'),
('no', 'vendor_payouts.type.other', 'Andre'),
('no', 'vendor_payouts.type.other.description', 'Andre'),
('no', 'vendor_payouts.type.payout', 'Utbetaling'),
('no', 'vendor_payouts.type.payout.description', 'Utbetaling'),
('no', 'vendor_payouts.type.withdrawal', 'Uttak'),
('no', 'vendor_payouts.type.withdrawal.description', 'Uttak'),
('no', 'vendor_payouts.view_details', 'Du kan se detaljene her'),
('no', 'vendor_payouts.withdrawals', 'Balanse uttak'),
('no', 'vendor_payouts.withdrawal_approved', 'Utbetalingen har blitt utstedt'),
('no', 'vendor_payouts.withdrawal_approved_text', 'Uttak av [amount] forespurt den [date] har blitt merket som <b>Fullført</b>'),
('no', 'vendor_payouts.withdrawal_comments', 'Uttak kommentarer'),
('no', 'vendor_payouts.withdrawal_declined', 'Uttak har blitt avvist'),
('no', 'vendor_payouts.withdrawal_declined_text', 'Uttak av [amount] forespurt den [date] har blitt merket som <b>Avslått</b>'),
('no', 'vendor_plan', 'Forhandler planer'),
('no', 'vendor_plans.add_vendor_plan', 'Legg til forhandler plan'),
('no', 'vendor_plans.best_choice', 'Best valg'),
('no', 'vendor_plans.best_choise', 'Tilby som det beste valget'),
('no', 'vendor_plans.best_choise_short', 'Best valg'),
('no', 'vendor_plans.category_is_empty', 'Vær vennlig å spesifiser en kategori.'),
('no', 'vendor_plans.choose', 'Velg'),
('no', 'vendor_plans.choose_your_plan', 'Velg din plan'),
('no', 'vendor_plans.commission', 'Provisjon'),
('no', 'vendor_plans.current_plan', 'Gjeldende plan'),
('no', 'vendor_plans.current_plan_usage', 'Gjeldende plan bruk'),
('no', 'vendor_plans.delete_plan_vendor_exists_text', 'Kunne ikke slette planen: noen forhandlere bruker den'),
('no', 'vendor_plans.disable_plan_vendor_exists_text', 'Kunne ikke deaktivere planen: noen forhandlere bruker den'),
('no', 'vendor_plans.editing_vendor_plan', 'Rediger forhandler plan'),
('no', 'vendor_plans.fixed_transaction_fee', 'Transaction fee (abs)'),
('no', 'vendor_plans.many_products_text', 'For mange produkter ([actual]/[allowed])'),
('no', 'vendor_plans.month', 'Måned'),
('no', 'vendor_plans.much_revenue_text', 'For mye inntekter ([actual]/[allowed])'),
('no', 'vendor_plans.new_vendor_plan', 'Ny forhandler plan'),
('no', 'vendor_plans.not_available', 'Ikke tilgjengelig'),
('no', 'vendor_plans.out_of_amount', 'out of [amount]'),
('no', 'vendor_plans.periodicity_biweekly', 'Quinzenal'),
('no', 'vendor_plans.periodicity_half', 'Semestre'),
('no', 'vendor_plans.periodicity_month', 'per måned'),
('no', 'vendor_plans.periodicity_onetime', 'en gang'),
('no', 'vendor_plans.periodicity_trimester', 'por trimestre'),
('no', 'vendor_plans.periodicity_year', 'per år'),
('no', 'vendor_plans.plan', 'Plan'),
('no', 'vendor_plans.plan_has_been_changed', 'Din plan er endret'),
('no', 'vendor_plans.plan_has_been_changed_text', 'Din plan er endret til [plan]. Se detaljene i den nye planen nedenfor.'),
('no', 'vendor_plans.plan_name', 'Plan navn'),
('no', 'vendor_plans.plan_not_available_text', 'Beklager, denne planen er ikke tilgjengelig for deg. Velg en tilgjengelig plan.'),
('no', 'vendor_plans.plan_payment', 'Betaling for planen'),
('no', 'vendor_plans.plan_payment_text', 'En sum pålydende [price] har blitt trukket fra kontoen din for bruk av [plan] planen. Følg linken for å <a href=\"[href]\">se din kontobalanse</a> eller se detaljene i planen din nedenfor.'),
('no', 'vendor_plans.plan_will_be_change_text', 'Du bytter til en annen forhandler plan. Du vil bli belastet full pris av planen. Er du sikker på at du vil fortsette?'),
('no', 'vendor_plans.products_exceeded_text', 'Kan ikke legge til flere produkter: du har nådd maksimalt antall produkter som tillates av planen. For å endre planen, vennligst <a href=\"[href]\">følg denne linken</a>.'),
('no', 'vendor_plans.products_limit', 'Maks. produkter'),
('no', 'vendor_plans.products_limit_tooltip', 'Angi maksimalt antall produkter en forhandler kan ha på denne planen. La stå tomt for å tillate ubegrenset antall produkter.'),
('no', 'vendor_plans.products_limit_unlimited', '<strong>Ubegrenset</strong> produkter'),
('no', 'vendor_plans.products_limit_value', '<strong>[products]</strong> produkter'),
('no', 'vendor_plans.restrictions', 'Begrensninger'),
('no', 'vendor_plans.revenue', 'Inntekter'),
('no', 'vendor_plans.revenue_exceeded_subj', 'Maksimal fortjeneste overskredet'),
('no', 'vendor_plans.revenue_exceeded_text', '<a href=\"[href]\">[vendor]</a> overskriver den høyeste fortjenesten tillat på [plan] planen.'),
('no', 'vendor_plans.revenue_up_to', 'Inntekter opp til'),
('no', 'vendor_plans.revenue_up_to_tooltip', 'Den maksimale månedlige inntekter tillatt for forhandlere som bruker denne planen. La dette feltet stå tomt for å tillate ubegrenset inntekt.'),
('no', 'vendor_plans.revenue_up_to_unlimited', '<strong>Ubegrenset</strong> inntekter'),
('no', 'vendor_plans.revenue_up_to_value', 'Inntekter opp til <strong>[revenue]</strong>'),
('no', 'vendor_plans.select_plan_text', '<div class=\"et-vendor-plans_select_plan_text_big\">Find the  <span class=\"et-highlight\">perfect plan</span> for your business</div><div class=\"et-vendor-plans_select_plan_text_small\">You will be charged for the plan after the admin approves your vendor account.</div>'),
('no', 'vendor_plans.storefronts_update_for_plan.add_storefronts_message', 'Add the vendor to the storefronts that got added to the plan|Add the vendors to the storefronts that got added to the plan'),
('no', 'vendor_plans.storefronts_update_for_plan.general_message', 'What should we do about <a href=\"[search_url]\" target=\"_blank\">[n] vendor </a> who is using this plan now?|What should we do about <a href=\"[search_url]\" target=\"_blank\">[n] vendors </a> who are using this plan now?'),
('no', 'vendor_plans.storefronts_update_for_plan.remove_storefronts_message', 'Remove the vendor from the storefronts that got removed from this plan|Remove the vendors from the storefronts that got removed from this plan'),
('no', 'vendor_plans.storefronts_update_for_plan.title', 'Storefronts available in the vendor plan got changed'),
('no', 'vendor_plans.storefronts_update_for_vendor.add_storefronts_message', 'Add the vendor to the storefronts available in the new vendor plan'),
('no', 'vendor_plans.storefronts_update_for_vendor.general_message', 'What should we do about the storefronts that are available to this vendor?'),
('no', 'vendor_plans.storefronts_update_for_vendor.remove_storefronts_message', 'Remove the vendor from the storefronts available in his previous plan'),
('no', 'vendor_plans.storefronts_update_for_vendor.title', 'The vendor got moved to another plan'),
('no', 'vendor_plans.transaction_fee', 'Transaksjonsgebyr'),
('no', 'vendor_plans.transaction_fee_value', 'Transaction fee: <strong>[value]</strong>'),
('no', 'vendor_plans.unlimited', 'Ubegrenset'),
('no', 'vendor_plans.upgrade_notification_text', '<p>Previously, the <b>Vendor Plans</b> add-on had a setting called <b>Take payment surcharge from vendors</b>. It removed payment surcharge from order total, so that customers wouldn\'t have to pay it. Instead, the payment surcharge was deducted from the order total in favor of the marketplace. This setting has been removed: if you\'d like to take money from vendors per order, please specify commissions for the corresponding vendor plans.</p>'),
('no', 'vendor_plans.upgrade_notification_title', 'Setting removed from the Vendor Plans add-on'),
('no', 'vendor_plans.vendor_approved_text', 'Din plan er satt til [plan]. Se detaljer om planen nedenfor.'),
('no', 'vendor_plans.vendor_commission', 'Forhandler kommisjon'),
('no', 'vendor_plans.vendor_plans', 'Forhandler planer'),
('no', 'vendor_plans.vendor_plans_menu_description', 'Opprett planer for forhandlere, med ulike restriksjoner og priser'),
('no', 'vendor_plans.vendor_store', 'Forhandler mikrobutikk'),
('no', 'vendor_plans.vendor_store_tooltip', 'En forhandler kan ha sin egen mikrobutikk på en egen adresse som <i>example.com/vendor/</i>. En mikrobutikk inneholder kun produkter fra forhandleren som eier denne butikken. Også søkeresultater i en forhandlers mikrobutikk omfatter kun produkter fra denne forhandleren.'),
('no', 'vendor_plans.year', 'År'),
('no', 'vendor_products', 'Leverandørens produkter'),
('no', 'vendor_rating', 'ET - Vendor rating'),
('no', 'vendor_store_blocks', 'Vendor home blocks'),
('no', 'vendor_terms', 'Vendor terms and conditions'),
('no', 'vendor_terms.checkout_terms_and_conditions', 'Jeg godtar [terms_href] of [vendor]'),
('no', 'vendor_terms.checkout_terms_and_conditions_name', 'Vilkår og betingelser'),
('no', 'vendor_terms.terms_and_conditions', 'Vilkår og betingelser'),
('no', 'vendor_terms.terms_and_conditions_tooltip', 'Hvis du vil at kundene skal godta vilkår og betingelser i kassen, så fyll inn vilkår og betingelser. Hvis du lar dette stå tomt, kan en kunde forsette kjøpet uten en avtale.'),
('no', 'vendor_terms_field_alert', 'Vendor terms and conditions alert'),
('no', 'vendor_terms_field_terms_text', 'Vendor terms and conditions text'),
('no', 'vendor_terms_n_conditions', 'Jeg aksepterer [terms_href]'),
('no', 'vendor_terms_n_conditions_alert', 'For å fortsette må du godta våre vilkår og betingelser.'),
('no', 'vendor_terms_n_conditions_content', '<p>Vennligst les gjennom våre vilkår og betingelser før du kjøper produkter fra denne leverandøren via nettstedet http://www.mywebsite.com eller vår mobilapplikasjon.</p><p><strong>Ved å sende ordren godtar du disse vilkåre og betingelser. Hvis du er uenig med vilkårene skal du ikke benytte deg av tjenesten.</strong></p><p><strong>Kjøp</strong></p><p>Hvis du ønsker å kjøpe et produkt eller en tjeneste som gjøres tilgjengelig gjennom oss, kan du bli bedt om å oppgi informasjon som er relevant til kjøpet inkludert...</p><p><strong>Innhold</strong></p><p>Vår tjeneste lar deg legge inn, linke, lagre, dele og ellers gjøre tilgjengelig visse opplysninger, tekst, grafikk, videoer eller annet materiale. Du er ansvarlig for...</p><p><strong>Endringer</strong></p><p>Vi forbeholder oss retten til, etter eget skjønn, å endre eller erstatte disse vilkårene når som helst. Hvis en endring er viktig vil vi forsøke å gi minst 30 dagers varsel før eventuelle nye vilkår trer i kraft. Hva som er en vesentlig endring vil bli fastsatt etter eget skjønn.</p><p><strong>Kontakt oss</strong></p><p>Hvis du har spørsmål om disse vilkårene, kan du ta kontakt med oss.</p>'),
('no', 'vendor_terms_n_conditions_name', 'Vilkår og betingelser'),
('no', 'verify', 'Bekreft'),
('no', 'version', 'Versjon'),
('no', 'vertical', 'Vertikal'),
('no', 'very_good', 'Veldig bra'),
('no', 'view', 'Vis'),
('no', 'viewing_feature', 'Viser funksjon'),
('no', 'viewing_filter', 'Viser filter'),
('no', 'views', 'Visninger'),
('no', 'view_all', 'vis alle'),
('no', 'view_all_orders', 'Vis alle ordre'),
('no', 'view_all_product_features', 'Vis alle produktfunksjoner'),
('no', 'view_answers', 'Vis svar'),
('no', 'view_avail_files_for_order', 'Se listen over tilgjengelige filer fra ordre #[order_id].'),
('no', 'view_cart', 'Vis handlevognen'),
('no', 'view_categories', 'Vis kategorier'),
('no', 'view_changelog', 'View changelog'),
('no', 'view_comparison_list', 'Sammenligningsliste'),
('no', 'view_details', 'Vis detaljer'),
('no', 'view_more', 'view more'),
('no', 'view_on_map', 'Vis på kart'),
('no', 'view_orders', 'Vis ordre'),
('no', 'view_orders_menu_description', 'Vis, behandle og skriv ut fakturaer for ordrer motatt i din nettbutikk.'),
('no', 'view_page', 'Vis side'),
('no', 'view_product', 'Vis produkt'),
('no', 'view_products', 'Vis produkter'),
('no', 'view_product_features', 'Vis produktfunksjoner'),
('no', 'view_purchased_products', 'Vis kjøpte produkter'),
('no', 'view_report', 'Vis rapport'),
('no', 'view_results', 'Vis resultater'),
('no', 'view_store', 'View store'),
('no', 'view_storefront', 'View storefront'),
('no', 'view_supplier_products', 'Vis leverandørprodukter'),
('no', 'view_ticket', 'View Ticket'),
('no', 'view_user_points', 'Vis brukerpoeng'),
('no', 'view_vendor_categories', 'Vis butikkens kategorier'),
('no', 'view_vendor_orders', 'Vis forhandlers ordre'),
('no', 'view_vendor_products', 'Vis forhandlers produkter'),
('no', 'view_vendor_users', 'Vis forhandlers brukere'),
('no', 'view_wishlist', 'Vis ønskelisten'),
('no', 'visa_card_discover', 'Visa, MasterCard, Discover'),
('no', 'visited_page', 'Besøkt side'),
('no', 'voided', 'Annulert'),
('no', 'vsb_new_home_block', 'New home block'),
('no', 'vs_browse_our_categories', 'Browse our categories'),
('no', 'vs_footerbox', 'Footerbox'),
('no', 'vs_footer_mv', 'Footerbox MultiVendor'),
('no', 'vs_homepage_mainbox', 'Mainbox Homepage'),
('no', 'vs_home_box', 'Home box'),
('no', 'vs_icon_menu', 'Icon menu'),
('no', 'vs_mainbox', 'Mainbox'),
('no', 'vs_mainbox_icon', 'Mainbox with icon'),
('no', 'vs_mainbox_simple', 'Mainbox simple'),
('no', 'vs_multi_scroller', 'Multi scroller'),
('no', 'vs_recent_blog', 'Recent blog'),
('no', 'vs_responsive_menu', 'Responsive menu'),
('no', 'vs_scroller_category_product', 'Scroller category product'),
('no', 'vs_scroller_product_page', 'Scroller product page'),
('no', 'vs_scroller_with_title', 'Scroller with tittle'),
('no', 'vs_sidebox', 'Sidebox'),
('no', 'vs_sidebox_category', 'Sidebox category'),
('no', 'vs_sidebox_info', 'Sidebox info'),
('no', 'vs_sidebox_scroller_banner', 'Sidebox scroller banner'),
('no', 'vs_sidebox_simple', 'Sidebox simple'),
('no', 'vs_sidebox_with_icon', 'Sidebox with icon'),
('no', 'vs_testimonials', 'Testimonials'),
('no', 'vs_vendor_categories', 'Vendor categories'),
('no', 'vs_vendor_plans.month', 'per month'),
('no', 'vs_vendor_plans.no_microstore', 'NO microstore'),
('no', 'vs_vendor_plans.onetime', 'one time fee'),
('no', 'vs_vendor_plans.year', 'per year'),
('no', 'warehouses.add_all', 'Add all'),
('no', 'warehouses.any_store_type', 'Any type of store'),
('no', 'warehouses.city', 'City'),
('no', 'warehouses.commerceml.import.error.product.warehouse_not_found', 'Couldn\'t find warehouse [id]'),
('no', 'warehouses.commerceml.import.message.warehouse.created', 'Category [id] created; local ID: [local_id]'),
('no', 'warehouses.destinations_configuration.tooltip', 'Products can be taken from different stores and warehouses first, depending on where your customer is. <a href=\"[destinations_url]\" target=\"_blank\">Configure store and warehouse priority individually for each rate area.</a>'),
('no', 'warehouses.exim_reset_inventory_tooltip', 'This won\'t affect the products that have the quantity specified in the imported file. This also won\'t affect products at the warehouses that aren\'t updated in this preset.'),
('no', 'warehouses.in_n_stores', 'in [n] store|in [n] stores'),
('no', 'warehouses.main_destination_tooltip', 'Determines where this place is located. In turn, this determines the shipping rate and delivery time to this place.'),
('no', 'warehouses.name', 'Name'),
('no', 'warehouses.no_matching_stores_found', 'No stores found matching the search criteria'),
('no', 'warehouses.out_of_stock_products', '[product] isn\'t in stock in the selected region.|The following products aren\'t in stock in the selected region: [products]'),
('no', 'warehouses.phone', 'Phone'),
('no', 'warehouses.product_availability', 'Availability in stores'),
('no', 'warehouses.product_available_if_ordered', 'Available if ordered'),
('no', 'warehouses.product_in_stock', 'In stock'),
('no', 'warehouses.quantity', 'Quantity'),
('no', 'warehouses.quantity_tab.no_data', 'This storefront doesn\'t have any stores or warehouses. Please <a href=\"[create_url]\">create one</a> or <a href=\"[list_url]\">make an existing one available</a> for this storefront'),
('no', 'warehouses.rate_area', 'Rate area'),
('no', 'warehouses.search_store', 'Search store'),
('no', 'warehouses.settings', 'Settings'),
('no', 'warehouses.shipping_delay', 'Moving time'),
('no', 'warehouses.shipping_delay.description', 'Product is at a remote warehouse. If you order it, we\'ll send it [shipping_delay].'),
('no', 'warehouses.shipping_delay.description.default', 'Product is at a remote warehouse. If you order it, shipping may take slightly longer.'),
('no', 'warehouses.shipping_delay.description.short', 'If ordered: [shipping_delay]'),
('no', 'warehouses.shipping_delay.tooltip', 'The time it takes to move products from here to another store or warehouse in this rate area.'),
('no', 'warehouses.shipping_delay_for_products', 'Some of the products you ordered are at a remote warehouse. Shipping may take slightly longer than stated here.'),
('no', 'warehouses.shipping_delay_notification', 'Delay warning'),
('no', 'warehouses.shipping_delay_notification.tooltip', 'It will appear if products aren\'t available in the stores and warehouses above.'),
('no', 'warehouses.ship_to', 'Ship to'),
('no', 'warehouses.ship_to_tooltip', 'Determines the rate areas in which the products from this warehouse will be considered available.'),
('no', 'warehouses.show_to', 'Show to'),
('no', 'warehouses.show_to_tooltip', 'Allows you to offer this pickup point to the residents of other rate areas at checkout.'),
('no', 'warehouses.stores_and_warehouses', 'Stores & Warehouses'),
('no', 'warehouses.stores_list', 'List'),
('no', 'warehouses.stores_map', 'Map'),
('no', 'warehouses.store_and_address', 'Store and address'),
('no', 'warehouses.store_type', 'Type'),
('no', 'warehouses.store_type_pickup', 'Pickup point'),
('no', 'warehouses.store_type_store', 'Store'),
('no', 'warehouses.store_type_warehouse', 'Warehouse'),
('no', 'warehouses.store_warehouse', 'Store / Warehouse'),
('no', 'warehouses.type_to_search_or_check_all', 'Type to search, or click the button on the right to add all rate areas'),
('no', 'warehouses.warehouse_stock', 'Quantities'),
('no', 'warehouses.warn_about_delay', 'Warn about delay'),
('no', 'warehouses.warn_about_delay.tooltip', 'If a product has to be moved to the rate area from here, show the moving time in the product list and cart.'),
('no', 'warning', 'Advarsel'),
('no', 'warning_default_language_disabled', 'Standardspråket definert i innstillingene er deaktivert eller slettet. Vennligst oppdater innstillingene på følgende side: <a href=\"[link]\">Innstillinger :: Utseende</a>'),
('no', 'warning_default_language_sharing_removed', 'Standardspråket som er definert i innstillinger har blitt fjernet for <b>[company]</b> butikken. Vennligst oppdater språket til butikkforsiden på denne siden: <a href=\"[link]\">Innstillinger :: Utseende</a>'),
('no', 'warning_gift_cert_deny', 'Følgende gavekort er slettet eller avbrutt av administrator og er fjernet fra handlekurven: [codes]. Vennligst kontakt oss eller prøv en annen.'),
('no', 'warning_https_is_disabled', 'Sikker tilkoblingskontroll har feilet. Sørg for at SSL-sertifikatet er installert på serveren din. Ta en titt på <a href=\"[href]\" target=\"_blank\"> dokumentasjon artikkelen </a> for mer informasjon.'),
('no', 'warning_insecure_admin_script', 'Det anbefales sterkt at du endrer navnet på standard <b>admin.php</b> scriptet (sjekk <a href=\"[href]\" target=\"_blank\"> Dokumentasjon </a>) av sikkerhetsgrunner.'),
('no', 'warning_insecure_password_email', 'Passordet må være forskjellig fra E-posten! <p><a href=\"[link]\" class=\"underlined\"><b>Change password &#155;&#155;</b></a></p>'),
('no', 'warning_lanvar_incorrect_name', 'Språk variabel navnet inneholder ikke støttes tegn!'),
('no', 'warning_merging_companies', 'Fletting av to firmakontoer vil fjerne [company_name] fra databasen, og alle profildata (produkter, ordere, fraktmetoder, brukere, kampanjer, m.m.) vil bli overført til dette firmaets konto'),
('no', 'warning_newsletter_no_recipients', 'Nyhetsbrevet har ikke blitt sendt fordi ingen mottakere ble funnet som passer de valgte kriteriene.'),
('no', 'warning_not_deleted_default_language', 'Språket [lang_name] kan ikke slettes fordi det er butikkens standardspråk'),
('no', 'warning_of_ip_adding', 'Den angitte IP-adressen <b>[entered_ip]</b> forbyr tilgang til adminpanelet fra denne datamaskinen (din IP er <b>[your_ip]</b>).'),
('no', 'warning_promotions_incorrect_condition', 'Den \"[tilstand]\" tilstand kan brukes i grupper med \"[set_value]\" forhold bare.'),
('no', 'warning_seo_urls_disabled', 'SEO-vennlige nettadresser er deaktivert. Sjekk din webserver og instillinger i din URL manipulation engine.'),
('no', 'warning_store_optimization_dev', 'Auto cache oppdatering er aktivert.<br /><br />Endrede filer spores i sanntid (inkludert de filer som er endret direkte på serveren) og re-bufret.<br /><br />Butikkytelsen kan bli litt påvirket. Anbefales å deaktivere på live nettbutikk i <a href=\"[link]\">malredigereren</a>.'),
('no', 'warning_store_optimization_dev_disabled', 'Auto cache oppdatering er deaktivert.<br /><br />Rens opp samlede maler manuelt etter å ha modifisert malfilene ved følgende <a href=\"?dispatch=template_editor.manage&ctpl\">denne linken</a> for å aktivere endringene.'),
('no', 'warning_subscribers_import', 'Noen e-postlister fra filen ble ikke funnet i databasen. Enkelte importerte abonnenter vil bli liggende utildelt.'),
('no', 'warning_subscr_email_exists', '<b> [email] </ b> er allerede i listen over medlemmer'),
('no', 'warning_theme_clone_dir_exists', 'Kan ikke klone malen, fordi katalogen du anga allerede eksisterer. Vennligst skriv inn en annen.'),
('no', 'warning_track_orders_not_allowed', 'Du har ikke tillatelse til å se detaljene for denne ordren.'),
('no', 'warning_track_orders_not_found', 'E-mail/Ordre ID\'en du skrev inn eksisterer ikke'),
('no', 'warning_variants_removal', 'Produktvarianter vil bli fjernet ved å klikke på Lagre.'),
('no', 'warning_zero_price_restricted_product', 'Produktet <b>\"[product]\"</b> kan ikke legges i handlekurven, da det ikke er oppført med noen pris.'),
('no', 'webkul_uvdesk', 'Webkul UVdesk'),
('no', 'website', 'Nettside'),
('no', 'web_pages', 'Nettsider'),
('no', 'web_site', 'Nettside'),
('no', 'week', 'Uke'),
('no', 'weekday_0', 'Søndag'),
('no', 'weekday_1', 'Mandag'),
('no', 'weekday_2', 'Tirsdag'),
('no', 'weekday_3', 'Onsdag'),
('no', 'weekday_4', 'Torsdag'),
('no', 'weekday_5', 'Fredag'),
('no', 'weekday_6', 'Lørdag'),
('no', 'weekday_abr_0', 'Søn'),
('no', 'weekday_abr_1', 'Man'),
('no', 'weekday_abr_2', 'Tir'),
('no', 'weekday_abr_3', 'Ons'),
('no', 'weekday_abr_4', 'Tor'),
('no', 'weekday_abr_5', 'Fre'),
('no', 'weekday_abr_6', 'Lør'),
('no', 'weekly', 'Ukentlig'),
('no', 'weeks', 'uke(r)'),
('no', 'weight', 'Vekt'),
('no', 'weight_dependences', 'Vektavhengig'),
('no', 'weight_limit', 'Vektgrense'),
('no', 'weight_modifier', 'Vektmodifikator'),
('no', 'weight_symbol', 'Vektsymbol'),
('no', 'welcome_screen.administrator_info', 'For å få tilgang til admin-området bruk e-posten (<b>[email]</b>) og passordet du har skrevet inn tidligere.'),
('no', 'welcome_screen.go_admin_panel', 'Gå til admin panalet'),
('no', 'welcome_screen.go_settings_wizard', 'Gå til Innstillings veiviseren for grunnleggende oppsett av nettbutikken'),
('no', 'welcome_screen.go_storefront', 'Gå til butikk forsiden'),
('no', 'welcome_screen.knowledge_base', 'Dokumentasjon'),
('no', 'welcome_screen.learn_more_configuration', 'Lær mer om butikkforsidens konfigurasjon i vår'),
('no', 'welcome_screen.run_settings_wizard', 'Kjør innstillings hjelperen'),
('no', 'welcome_screen.thanks', 'Takk for at du valgte [product]. Lykke til med salget!'),
('no', 'well_done', 'Bra gjort!'),
('no', 'we_would_like_to_inform', 'Vi ønsker å informere deg om at'),
('no', 'what_is_cvv2', 'Hva er CVV/CVC'),
('no', 'what_you_would_like_to_do', 'Hva ønsker du å gjøre'),
('no', 'which_is', 'som er'),
('no', 'widget_code', 'Widget kode'),
('no', 'widget_what_is_it', '<a href=\"[href]\" target=\"_blank\">Hva er det?</a>'),
('no', 'width', 'Bredde'),
('no', 'wishlist', 'Ønskeliste'),
('no', 'wishlist_content', 'Innhold i ønskelisten'),
('no', 'wishlist_note', 'Gå til din ønskeliste'),
('no', 'wishlist_products', 'Produkter i ønskelisten'),
('no', 'wishlist_short', 'Wish list'),
('no', 'without_image', 'Uten bilde'),
('no', 'with_contact_information', 'Kun med kontaktinformasjon'),
('no', 'world', 'Verden'),
('no', 'worldnettps_hash_error', 'En feil oppstod. Feildetaljer: Anmodning og Response hash samsvarer ikke.'),
('no', 'worldpay_secret', 'MD5 hemmelighet for transaksjoner'),
('no', 'wrapper', 'Innpakkning'),
('no', 'wrapper_class', 'User-defined wrapper CSS class'),
('no', 'write', 'Skriv'),
('no', 'write_a_reply', 'write a reply'),
('no', 'write_review', 'Skriv en omtale'),
('no', 'wrong_number_initial_order_id', 'Verdien du skrev inn for innstillingen \"Innledende ordre ID-verdi\" støttes ikke. Bare hele tall fra 1 til [max_initial_order_id] støttes'),
('no', 'wt_access_note', 'Vær oppmerksom på at hvis du deaktiverer eller avinstallerer \'Vannmerker\' modulen, bør du fjerne disse instruksjonene fra \'.htaccess\' filen på webhotellet ditt manuelt. Ellers vil kategori -og produktbilder være utilgjengelig.'),
('no', 'wt_access_warning', 'Oppretting av vannmerke er deaktivert. Hvis det er noen \"Rewrite watermarks rules\" instruksjoner i \"images/.htaccess\" filen på webhotellet ditt bør du fjerne dem manuelt. Ellers vil kategori -og produktbilder være utilgjengelig.'),
('no', 'wt_detailed', 'popup større bilder'),
('no', 'wt_fail_apply_graphic_watermark', 'Klarte ikke å påføre vannmerket til [image_type]. Vannmerkebildet er ikke lagt til.'),
('no', 'wt_font', 'Font'),
('no', 'wt_font_color', 'Fontfarge'),
('no', 'wt_font_size_detailed', 'Font størrelse (større bilde)'),
('no', 'wt_font_size_icon', 'Font størrelse (miniatyrbilder)'),
('no', 'wt_graphic_watermark', 'Grafisk vannmerke'),
('no', 'wt_icons', 'miniatyrbilder'),
('no', 'wt_images_access_description', 'Hvis du vil nekte tilgang til originalbildene, Legg følgende instruksjoner i \'.htaccess\' filen i mappen \'images\' på ditt webhotell. Det beskytter originalbildene. Selv om et originalbilde åpnes, vil et tilsvarende vannmerkebilde bli vist i stedet.'),
('no', 'wt_images_access_info', 'Tilgang til bilder'),
('no', 'wt_text_watermark', 'Tekst vannmerke'),
('no', 'wt_watermarks', 'Vannmerker'),
('no', 'wt_watermarks_access_description', 'For å generere vannmerkede bilder automatisk, selv om de ikke blir hentet fra dine nettsider, må du legge til følgende instuksjoner i \'.htaccess\' filen i mappen \'images/watermarked\' på webhotellet ditt.'),
('no', 'wt_watermark_detailed', 'Popup større bilde vannmerke'),
('no', 'wt_watermark_horizontal_position', 'Vannmerke horisontal posisjon'),
('no', 'wt_watermark_icon', 'Miniatyrbilder vannmerke'),
('no', 'wt_watermark_image', 'Vannmerke bilde'),
('no', 'wt_watermark_position', 'Vannmerke posisjon'),
('no', 'wt_watermark_text', 'Vannmerke tekst'),
('no', 'wt_watermark_vertical_position', 'Vannmerke vertikal posisjon'),
('no', 'xml_error', 'XML analysefeil'),
('no', 'year', 'År'),
('no', 'yearly', 'Årlig'),
('no', 'years', 'år'),
('no', 'yes', 'Ja'),
('no', 'yesterday', 'I går'),
('no', 'your_age', 'Din alder'),
('no', 'your_ip_added', 'Din IP-adresse<b>[ip]</b> har blitt lagt til tabellen med tilgangsbegrensninger.'),
('no', 'your_ip_enabled', 'Din IP-adresse<b>[ip]</b> har blitt aktivert i tabellen med tilgangsbegrensninger.'),
('no', 'your_ip_removed', 'Din IP-adresse <b>[ip]</b> har blitt fjernet fra tabellen med tilgangsbegrensninger.'),
('no', 'your_message', 'Din melding'),
('no', 'your_name', 'Ditt navn'),
('no', 'your_range', 'Ditt intervall'),
('no', 'your_rating', 'Din vurdering'),
('no', 'you_can_edit_account_details', 'Du kan redigere kontodetaljene nå.'),
('no', 'you_have_no_permissions', 'Du har ingen tillatelser'),
('no', 'you_save', 'Du sparer'),
('no', 'zero_price_action', 'Nullpris handling'),
('no', 'zipcode', 'Postnummer'),
('no', 'zipcodes', 'Postnummer'),
('no', 'zip_postal_code', 'Postnummer'),
('no', 'zone', 'Sone'),
('no', 'zpa_ask_price', 'Spør kunde om å oppgi prisen'),
('no', 'zpa_permit', 'Tillat kunder å legge produktet til handlevognen'),
('no', 'zpa_refuse', 'Ikke tillat kunder å legge produktet til handlevognen'),
('pt', '2co_enable_fraud_verification', 'Ativar o suporte de notificação de fraude'),
('pt', '2co_fraud_fail', 'Status para pedidos com erro na análise de fraude'),
('pt', '2co_fraud_wait', 'Status para pedidos aguardando a análise de fraude'),
('pt', '3d_secure', '3-D Secure'),
('pt', '404', 'Mensagem de erro 404 - Não encontrada'),
('pt', 'about_us', 'About us'),
('pt', 'absolute', 'Absoluto'),
('pt', 'absolute_commissions_instructions', '<a href=\"http://docs.cs-cart.com/4.3.x/user_guide/addons/vendor_commission/vendor_commissions_and_plans.html\" target=\"_blank\">Atualizando de 4.3.x para 4.4.x: Comissões dos Vendedores e Planos de Vendedores</a>'),
('pt', 'abt_menu_ajax_load', 'AB: Use Ajax-loading para itens de menu (segundo nível e atrás dele)'),
('pt', 'abt_menu_ajax_load.tooltip', 'Use Ajax para obter o conteúdo do segundo e terceiro níveis do menu após o carregamento da página. O conteúdo do primeiro nível será carregado junto com o conteúdo principal da página'),
('pt', 'abt_menu_icon_items', 'AB: Mostra ícones para itens de menu do segundo nível'),
('pt', 'abt_menu_icon_items.tooltip', 'O status ativo desta configuração permite a exibição de um ícone que é atribuído a um item de menu do menu de segundo nível.'),
('pt', 'abt_menu_long_names', 'AB: Mostra os nomes longos dos itens do menu de primeiro nível em duas linhas'),
('pt', 'abt_menu_long_names.tooltip', 'O status ativo desta configuração permite exibir nomes de menu em duas linhas (com quebra de linha), se mais espaço for necessário para colocar o nome, do que a configuração <b>AB: A largura máxima do item de menu para o primeiro nível</b> \r\nespecifica'),
('pt', 'abt_menu_long_names_max_width', 'AB: A largura máxima do item de menu para o primeiro nível'),
('pt', 'abt_menu_long_names_max_width.tooltip', 'Especifica a largura da célula em pixels para colocar o nome do item de menu. Se o nome do item de menu exceder este valor, então com a configuração ativa <b> AB: Mostrar nomes longos dos itens de menu de primeiro nível em duas linhas </b>, então ele será exibido em duas linhas (com quebra de linha )'),
('pt', 'abt__unitheme2', 'AB: UniTheme2'),
('pt', 'abt__unitheme2.settings', 'Configurações apenas para AB: UniTheme2'),
('pt', 'abt__unitheme2_mv', 'AB: UniTheme2 (Multi-Vendor)'),
('pt', 'abt__ut2.addon_social_buttons.share', 'Compartilhar'),
('pt', 'abt__ut2.add_to_cart', 'Comprar'),
('pt', 'abt__ut2.add_to_wishlist.tooltip', 'Adicionar Favorito'),
('pt', 'abt__ut2.banner.color_use', 'Selecione a caixa de seleção para usar uma nova cor'),
('pt', 'abt__ut2.banner.params.avail_from', 'disponível a partir de'),
('pt', 'abt__ut2.banner.params.avail_till', 'Disponível até'),
('pt', 'abt__ut2.banner.params.background_color', 'Cor de fundo'),
('pt', 'abt__ut2.banner.params.background_color.tooltip', 'Selecione a caixa de seleção para usar uma nova cor'),
('pt', 'abt__ut2.banner.params.background_image', 'Imagem de fundo'),
('pt', 'abt__ut2.banner.params.background_image_size', 'Especifique o tamanho de uma imagem de fundo'),
('pt', 'abt__ut2.banner.params.background_image_size.tooltip', 'abt__ut2.banner.params.background_image_size.tooltip'),
('pt', 'abt__ut2.banner.params.background_image_size.variants.contain', 'Redimensione a imagem de fundo para se certificar de que a imagem está totalmente visível'),
('pt', 'abt__ut2.banner.params.background_image_size.variants.cover', 'Redimensione a imagem de fundo para cobrir todo o contêiner, mesmo que seja necessário esticar a imagem ou cortar um pouco uma das bordas'),
('pt', 'abt__ut2.banner.params.button_color', 'Cor do botao'),
('pt', 'abt__ut2.banner.params.button_color.tooltip', 'Selecione a caixa de seleção para usar uma nova cor'),
('pt', 'abt__ut2.banner.params.button_text', 'Texto (um apelo à ação)'),
('pt', 'abt__ut2.banner.params.button_text_color', 'Cor do texto'),
('pt', 'abt__ut2.banner.params.button_text_color.tooltip', 'Selecione a caixa de seleção para usar uma nova cor'),
('pt', 'abt__ut2.banner.params.button_use', 'Adicionar botão'),
('pt', 'abt__ut2.banner.params.button_use.tooltip', 'Selecione uma caixa de seleção para adicionar o botão. <b> Importante! </b> O botão aparecerá apenas na presença do link no campo \"Especificar link\"'),
('pt', 'abt__ut2.banner.params.class', 'Classe CSS do usuário'),
('pt', 'abt__ut2.banner.params.color_scheme', 'Esquema de cores'),
('pt', 'abt__ut2.banner.params.color_scheme.tooltip', 'Especifica qual será a cor do <b> Título </b> e da <b> Descrição </b> no banner. Para texto do banner <b> escuro </b> será branco, para <b> claro </b> - preto.'),
('pt', 'abt__ut2.banner.params.color_scheme.variants.dark', 'Escuro'),
('pt', 'abt__ut2.banner.params.color_scheme.variants.light', 'Claro'),
('pt', 'abt__ut2.banner.params.content_align', 'Alinhamento horizontal'),
('pt', 'abt__ut2.banner.params.content_align.tooltip', 'Localização do conteúdo dentro do banner pela horizontal'),
('pt', 'abt__ut2.banner.params.content_align.variants.center', 'No centro'),
('pt', 'abt__ut2.banner.params.content_align.variants.left', 'À esquerda'),
('pt', 'abt__ut2.banner.params.content_align.variants.right', 'À direita'),
('pt', 'abt__ut2.banner.params.content_bg', 'Adicionar fundo semitransparente'),
('pt', 'abt__ut2.banner.params.content_bg.tooltip', 'Abaixo da descrição aparecerá um fundo semitransparente (a cor depende do esquema de cores), ele fornecerá uma melhor legibilidade do texto em fundo heterogêneo'),
('pt', 'abt__ut2.banner.params.content_full_width', 'Conteúdo em largura total'),
('pt', 'abt__ut2.banner.params.content_full_width.tooltip', 'A largura do bloco de conteúdo tem uma largura padrão de 50%. Defina este parâmetro e a largura do conteúdo do bloco será 100%'),
('pt', 'abt__ut2.banner.params.content_valign', 'Alinhamento vertical'),
('pt', 'abt__ut2.banner.params.content_valign.tooltip', 'Localização do conteúdo dentro do banner pela vertical'),
('pt', 'abt__ut2.banner.params.content_valign.variants.bottom', 'No fundo'),
('pt', 'abt__ut2.banner.params.content_valign.variants.center', 'No centro'),
('pt', 'abt__ut2.banner.params.content_valign.variants.top', 'No topo'),
('pt', 'abt__ut2.banner.params.data_type', 'Tipo de conteúdo'),
('pt', 'abt__ut2.banner.params.data_type.variants.url', 'Link'),
('pt', 'abt__ut2.banner.params.description', 'Pequena descrição'),
('pt', 'abt__ut2.banner.params.description_bg_color', 'Cor de fundo'),
('pt', 'abt__ut2.banner.params.description_bg_color.tooltip', 'Selecione a caixa de seleção para usar uma nova cor'),
('pt', 'abt__ut2.banner.params.description_color', 'Cor da descrição'),
('pt', 'abt__ut2.banner.params.description_color.tooltip', 'Selecione a caixa de seleção para usar uma nova cor'),
('pt', 'abt__ut2.banner.params.description_font_size', 'Tamanho da fonte'),
('pt', 'abt__ut2.banner.params.how_to_open', 'Como abrir'),
('pt', 'abt__ut2.banner.params.how_to_open.variants.in_new_window', 'Em uma nova janela'),
('pt', 'abt__ut2.banner.params.how_to_open.variants.in_popup', 'Em um pop-up'),
('pt', 'abt__ut2.banner.params.how_to_open.variants.in_this_window', 'Nesta janela'),
('pt', 'abt__ut2.banner.params.main_image', 'Imagem principal'),
('pt', 'abt__ut2.banner.params.mobile_use', 'Use as próprias configurações para telefones'),
('pt', 'abt__ut2.banner.params.mobile_use.tooltip', 'Use esta opção para permitir as próprias configurações de banner para o dispositivo móvel Telefone'),
('pt', 'abt__ut2.banner.params.object', 'O objeto exibido'),
('pt', 'abt__ut2.banner.params.object.variants.image', 'Imagem'),
('pt', 'abt__ut2.banner.params.object.variants.video', 'Vídeo do youtube'),
('pt', 'abt__ut2.banner.params.padding', 'Preenchimentos internos, px'),
('pt', 'abt__ut2.banner.params.padding.tooltip', 'CSS <code> padding </code>. Espaçamento em pixels dentro do banner. É útil padronizar o preenchimento das bordas do banner para o conteúdo'),
('pt', 'abt__ut2.banner.params.tablet_use', 'Use as próprias configurações para tablets'),
('pt', 'abt__ut2.banner.params.tablet_use.tooltip', 'Use esta opção para permitir as próprias configurações de banner para o dispositivo móvel Tablet'),
('pt', 'abt__ut2.banner.params.title', 'Título'),
('pt', 'abt__ut2.banner.params.title_color', 'Cor do título'),
('pt', 'abt__ut2.banner.params.title_color.tooltip', 'Selecione a caixa de seleção para usar uma nova cor'),
('pt', 'abt__ut2.banner.params.title_font_size', 'Tamanho da fonte'),
('pt', 'abt__ut2.banner.params.title_font_weight', 'Peso da fonte'),
('pt', 'abt__ut2.banner.params.title_font_weight.variants.300', 'Fino'),
('pt', 'abt__ut2.banner.params.title_font_weight.variants.400', 'Normal'),
('pt', 'abt__ut2.banner.params.title_font_weight.variants.700', 'Audacioso'),
('pt', 'abt__ut2.banner.params.title_font_weight.variants.900', 'Pesado'),
('pt', 'abt__ut2.banner.params.title_shadow', 'Adicione uma sombra para o título'),
('pt', 'abt__ut2.banner.params.title_tag', 'Tag do título'),
('pt', 'abt__ut2.banner.params.title_tag.variants.div', 'div'),
('pt', 'abt__ut2.banner.params.title_tag.variants.h1', 'h1'),
('pt', 'abt__ut2.banner.params.title_tag.variants.h2', 'h2'),
('pt', 'abt__ut2.banner.params.title_tag.variants.h3', 'h3'),
('pt', 'abt__ut2.banner.params.url', 'Especifique o link'),
('pt', 'abt__ut2.banner.params.use_avail_period', 'Use o período disponível'),
('pt', 'abt__ut2.banner.params.youtube_autoplay', 'Reprodução automática'),
('pt', 'abt__ut2.banner.params.youtube_autoplay.tooltip', 'Devido a mudanças na política do <b> Google </b>, a reprodução automática só estará disponível sem som. Para obter mais informações, consulte a  <a href=\'https://developers.google.com/web/updates/2017/09/autoplay-policy-changes\' target=\'_blank\'>documentation</a>.<b>Google</b> recomenda enfaticamente que o painel de controle do player seja exibido na reprodução automática.'),
('pt', 'abt__ut2.banner.params.youtube_hide_controls', 'Ocultar elementos de controle do jogador'),
('pt', 'abt__ut2.banner.params.youtube_hide_controls.tooltip', 'Nunca presuma que um vídeo será reproduzido e não mostre um botão de pausa quando o vídeo não estiver realmente sendo reproduzido'),
('pt', 'abt__ut2.banner.params.youtube_id', 'ID de vídeo do YouTube'),
('pt', 'abt__ut2.banner.params.youtube_id.tooltip', 'Vídeo ID -  https://www.youtube.com/watch?v=<b>abcd1234567</b>, especifique apenas<b>abcd1234567</b>'),
('pt', 'abt__ut2.banner.params.youtube_use', 'Adicionar vídeo do YouTube'),
('pt', 'abt__ut2.banner.params_additional', 'Configurações adicionais'),
('pt', 'abt__ut2.banner.params_of_block', 'Configurações de bloqueio de banner'),
('pt', 'abt__ut2.banner.params_of_button', 'Configurações do botão de banner'),
('pt', 'abt__ut2.banner.params_of_content', 'Configurações de conteúdo, mostradas no banner'),
('pt', 'abt__ut2.banner.params_of_description', 'Configurações de descrição de banner'),
('pt', 'abt__ut2.banner.params_of_object', 'Configurações de banner para o objeto / imagem'),
('pt', 'abt__ut2.banner.params_of_title', 'Configurações de título de banner'),
('pt', 'abt__ut2.banner.use_own_info', 'Use seu próprio valor'),
('pt', 'abt__ut2.banner.warning', 'Configurações de banner para especialistas'),
('pt', 'abt__ut2.banners', 'Banners'),
('pt', 'abt__ut2.banners.manage', 'AB: UniTheme2: Banners avançados'),
('pt', 'abt__ut2.banner_tab.general', 'Geral (AB: UniTheme2: Desktop)'),
('pt', 'abt__ut2.banner_tab.mobile', 'AB: UniTheme2: Telefone'),
('pt', 'abt__ut2.banner_tab.tablet', 'AB: UniTheme2: Tablet'),
('pt', 'abt__ut2.block.availability.show_on', '!!! Apenas para AB: UniTheme2 ao usar a configuração <b> [show_on] </b> o conteúdo do bloco será cortado do código HTML para o dispositivo correspondente e não será simplesmente oculto por estilos'),
('pt', 'abt__ut2.blog.there_are_offers', 'Recomendações'),
('pt', 'abt__ut2.blog.there_is_video', 'Video'),
('pt', 'abt__ut2.brands', 'Marcas'),
('pt', 'abt__ut2.city_short', 'c.'),
('pt', 'abt__ut2.contacts', 'Contate-Nos'),
('pt', 'abt__ut2.demodata', 'Dados de demonstração'),
('pt', 'abt__ut2.demodata.description', 'Nesta página, você pode criar rapidamente dados de demonstração do tema'),
('pt', 'abt__ut2.demodata.errors.menu_wasnt_created', 'Falha ao criar menu [name]'),
('pt', 'abt__ut2.demodata.errors.no_blog_page', 'Você deve criar a página pai do blog'),
('pt', 'abt__ut2.demodata.errors.no_data', 'Nenhum arquivo data.json'),
('pt', 'abt__ut2.demodata.success', 'foram criados com sucesso'),
('pt', 'abt__ut2.demodata.success.banners', 'Banners [ids] foram criados com sucesso'),
('pt', 'abt__ut2.demodata.success.blog', 'As páginas do blog [ids] foram criadas com sucesso'),
('pt', 'abt__ut2.demodata.success.menu', 'Menu [menus] foram criados com sucesso'),
('pt', 'abt__ut2.demodata.table.add_banners', 'Adicionar banners de demonstração'),
('pt', 'abt__ut2.demodata.table.add_blog', 'Adicionar blog de demonstração'),
('pt', 'abt__ut2.demodata.table.add_menu', 'Adicionar menu de demonstração com ícones e banners'),
('pt', 'abt__ut2.demodata.table.add_products', 'Adicionar produtos de demonstração'),
('pt', 'abt__ut2.demodata.table.description', 'Tipo de dados de demonstração'),
('pt', 'abt__ut2.developer', 'Fastcore | www.partiushop.com.br | Av. Paulista, 2202 - Conjunto 166 | São Paulo - SP - CEP: 01310-200 - CNPJ: 23.441.282/0001-68 | Telefone: (11) 2031-9686.\r\npartiu.shop é uma marca registrada da Fastcore. '),
('pt', 'abt__ut2.errors.is_correctly_installed.mv.disabled', 'Para o funcionamento correto do UniTheme2 no CS-Cart Multi-Vendor (usado por você), ative o addon UniTheme2 para a edição Multi-Vendor do CS-Cart (vem com o tema para esta edição) e tente novamente'),
('pt', 'abt__ut2.errors.is_correctly_installed.mv.uninstalled', 'Para o funcionamento correto do UniTheme2 no CS-Cart Multi-Vendor (usado por você), instale e habilite o addon UniTheme2 para a edição Multi-Vendor do CS-Cart (vem com o tema para esta edição) e tente novamente'),
('pt', 'abt__ut2.export', 'Exportar'),
('pt', 'abt__ut2.export.actions.banners', 'Banners'),
('pt', 'abt__ut2.export.actions.banners.placeholder', 'Banners IDs'),
('pt', 'abt__ut2.export.actions.blog', 'Blog'),
('pt', 'abt__ut2.export.actions.blog.placeholder', 'IDs das páginas principais'),
('pt', 'abt__ut2.export.actions.menu', 'Menu'),
('pt', 'abt__ut2.export.actions.menu.placeholder', 'Menu IDs'),
('pt', 'abt__ut2.export.actions.products', 'Produtos'),
('pt', 'abt__ut2.export.actions.products.placeholder', 'Produtos IDs'),
('pt', 'abt__ut2.export.description', 'Nesta página, você pode exportar rapidamente os dados de que precisa no formato json'),
('pt', 'abt__ut2.export.errors.no_such_type', 'Não existe esse tipo de exportação para o tema'),
('pt', 'abt__ut2.export.success', 'foram exportados com sucesso'),
('pt', 'abt__ut2.export.success.banners', 'Banners [ids] foram exportados com sucesso'),
('pt', 'abt__ut2.export.success.blog', 'O blog foi exportado com sucesso'),
('pt', 'abt__ut2.export.success.menu', 'O menu [ids] foi exportado com sucesso'),
('pt', 'abt__ut2.export.table.data', 'Exportar dados'),
('pt', 'abt__ut2.export.table.description', 'Tipo de dados'),
('pt', 'abt__ut2.extended.e', 'Estendido'),
('pt', 'abt__ut2.extended.f', 'Em toda a largura'),
('pt', 'abt__ut2.extended.o', 'Original'),
('pt', 'abt__ut2.filter.vendor_location_variant', 'Local selecionado + [range] [suffix]'),
('pt', 'abt__ut2.form.generate', 'Gerar'),
('pt', 'abt__ut2.form.header.additional_products', 'Produtos adicionais'),
('pt', 'abt__ut2.form.header.base_products', 'Produtos básicos'),
('pt', 'abt__ut2.form.header.general', 'Geral'),
('pt', 'abt__ut2.grid.padding', 'Preenchimento'),
('pt', 'abt__ut2.grid.padding.variants.bottom', 'Apenas inferior'),
('pt', 'abt__ut2.grid.padding.variants.none', 'Nenhum'),
('pt', 'abt__ut2.grid.padding.variants.top', 'Só top'),
('pt', 'abt__ut2.grid.padding.variants.top_bottom', 'Cabeçalho e rodapé'),
('pt', 'abt__ut2.grid.tab_description', 'As configurações abaixo se aplicam apenas ao tema AB: seções de layouts UniTheme2'),
('pt', 'abt__ut2.grid_settings', 'AB: UniTheme2: Configurações adicionais'),
('pt', 'abt__ut2.grid_tabs.abt__ut2_show_in_tabs', 'Mostrar todos os blocos de seção em guias'),
('pt', 'abt__ut2.grid_tabs.abt__ut2_use_ajax', 'Use Ajax para carregar o conteúdo da segunda e da próxima guia'),
('pt', 'abt__ut2.help', 'Ajuda'),
('pt', 'abt__ut2.help.doc', 'Leia <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/abt__unitheme2.doc\'>a documentação</a>.'),
('pt', 'abt__ut2.hover_to_enlarge', 'Passe o mouse sobre a imagem para ampliar'),
('pt', 'abt__ut2.icons', 'Ícones disponíveis'),
('pt', 'abt__ut2.icons.class', 'Classe de ícone'),
('pt', 'abt__ut2.icons.info', 'Nesta página você pode ver a lista de ícones, disponíveis para você no tema'),
('pt', 'abt__ut2.icons.ut2_icons', 'Lista de ícones do tema'),
('pt', 'abt__ut2.less_settings', 'Configurações de esquema de cores'),
('pt', 'abt__ut2.less_settings.containers', 'Contêineres'),
('pt', 'abt__ut2.less_settings.containers.header.add_delimiters', 'Adicionar tiras divisórias'),
('pt', 'abt__ut2.less_settings.containers.header.add_delimiters.tooltip', 'Adiciona faixas divisórias na parte superior do site, separa visualmente os blocos \"Categorias\", \"Pesquisa\", \"Conta\" e \"Carrinho\"'),
('pt', 'abt__ut2.less_settings.containers.header.use_animation_for_not_empty_cart', 'Use efeito de animação para carrinho não vazio');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('pt', 'abt__ut2.less_settings.containers.header.use_animation_for_not_empty_cart.tooltip', 'Adiciona efeito de animação, para prestar atenção ao carrinho do usuário não vazio'),
('pt', 'abt__ut2.less_settings.containers.header.use_color_elements_on_hover', 'Cor para passar o mouse sobre os elementos \"Categorias\", \"Conta\" e \"Carrinho\"'),
('pt', 'abt__ut2.less_settings.containers.header.use_color_elements_on_hover.tooltip', 'A cor para passar o mouse sobre os elementos suspensos \"Categorias\", \"Conta\" e \"Carrinho\" é usada apenas nos layouts \"Avançado\" e \"Fixo\"'),
('pt', 'abt__ut2.less_settings.containers.header.use_color_icons', 'A cor dos ícones dos elementos \"Categorias\", \"Conta\" e \"Carrinho\"'),
('pt', 'abt__ut2.less_settings.containers.header.use_color_icons.tooltip', 'É usado apenas nos layouts \"Avançado\" e \"Fixo\"'),
('pt', 'abt__ut2.less_settings.containers.header.use_color_menu_on_hover', 'Cor para pairar sobre um itema de menu de primeiro nível'),
('pt', 'abt__ut2.less_settings.containers.header.use_color_menu_on_hover.tooltip', 'Cor de fundo usada para passar o mouse sobre os itens de menu do primeiro nível. É usado apenas no layout \"Padrão\" com um tipo de menu horizontal. Também determina a cor do item de menu de primeiro nível ativo'),
('pt', 'abt__ut2.less_settings.containers.header_group', 'Cabeçalho'),
('pt', 'abt__ut2.less_settings.containers.header_group_description', 'Configurações para blocos e seções do contêiner \"Cabeçalho\"'),
('pt', 'abt__ut2.less_settings.containers_description', 'Abaixo estão as configurações que afetam os blocos e seções do contêiner correspondente nos layouts.'),
('pt', 'abt__ut2.less_settings.general', 'Geral'),
('pt', 'abt__ut2.less_settings.general.buttons.style', 'Estilo'),
('pt', 'abt__ut2.less_settings.general.buttons.style.tooltip', 'Definir o estilo do botão'),
('pt', 'abt__ut2.less_settings.general.buttons.style.variants.use_background', 'Use fundo preenchido'),
('pt', 'abt__ut2.less_settings.general.buttons.style.variants.use_border', 'Use apenas borda'),
('pt', 'abt__ut2.less_settings.general.buttons.use_gradient', 'Adicionar em massa'),
('pt', 'abt__ut2.less_settings.general.buttons.use_gradient.tooltip', 'Os botões usarão uma cor de fundo com um preenchimento gradiente de claro a escuro com base na cor do botão'),
('pt', 'abt__ut2.less_settings.general.buttons.use_shadow', 'Adicionar sombra'),
('pt', 'abt__ut2.less_settings.general.buttons.use_shadow.tooltip', 'Use sombra no design dos botões'),
('pt', 'abt__ut2.less_settings.general.buttons.use_text_uppercase', 'Exibir texto em letras maiúsculas'),
('pt', 'abt__ut2.less_settings.general.buttons.use_text_uppercase.tooltip', 'Permite definir o formato de exibição das letras nos botões, letras minúsculas ou maiúsculas'),
('pt', 'abt__ut2.less_settings.general.buttons_group', 'Botões'),
('pt', 'abt__ut2.less_settings.general.buttons_group_description', 'Permite que você defina estilos de botão'),
('pt', 'abt__ut2.less_settings.general.labels.style', 'Forma'),
('pt', 'abt__ut2.less_settings.general.labels.style.tooltip', 'Especifique a forma de exibição das etiquetas de desconto'),
('pt', 'abt__ut2.less_settings.general.labels.style.variants.as_circle', 'Arredondar'),
('pt', 'abt__ut2.less_settings.general.labels.style.variants.as_drop', 'Derrubar'),
('pt', 'abt__ut2.less_settings.general.labels.style.variants.as_rectangle', 'Retangular'),
('pt', 'abt__ut2.less_settings.general.labels.use_outline', 'Use estilo de borda'),
('pt', 'abt__ut2.less_settings.general.labels.use_outline.tooltip', 'Adiciona estilo de borda'),
('pt', 'abt__ut2.less_settings.general.labels.use_shadow', 'Adicionar sombra'),
('pt', 'abt__ut2.less_settings.general.labels.use_shadow.tooltip', 'Adiciona sombra'),
('pt', 'abt__ut2.less_settings.general.labels.use_text_shadow', 'Adicionar sombra para o texto'),
('pt', 'abt__ut2.less_settings.general.labels.use_text_shadow.tooltip', 'Adiciona sombra ao texto'),
('pt', 'abt__ut2.less_settings.general.labels_group', 'Etiquetas (adesivos)'),
('pt', 'abt__ut2.less_settings.general.labels_group_description', 'Permite definir estilos para adesivos de produtos. Por exemplo, frete grátis, desconto, etc.'),
('pt', 'abt__ut2.less_settings.general.stars_rating_color', 'Cor das estrelas para avaliação do produto'),
('pt', 'abt__ut2.less_settings.general.stars_rating_color.tooltip', 'Especifique a cor da sua própria estrela para a avaliação do produto'),
('pt', 'abt__ut2.less_settings.general.use_rounding', 'Cantos arredondados para elementos de interface'),
('pt', 'abt__ut2.less_settings.general.use_rounding.tooltip', 'Use arredondamento de cantos de elementos (janelas, botões, ícones, campos de formulário, etc.)'),
('pt', 'abt__ut2.less_settings.general.use_rounding.variants.do_not_use', 'Não use'),
('pt', 'abt__ut2.less_settings.general.use_rounding.variants.full', 'Totalmente arredondado'),
('pt', 'abt__ut2.less_settings.general.use_rounding.variants.little', 'Faça um pouco de arredondamento'),
('pt', 'abt__ut2.less_settings.general.use_titles_uppercase', 'Exibir cabeçalhos em letras maiúsculas'),
('pt', 'abt__ut2.less_settings.general.use_titles_uppercase.tooltip', 'Permite mostrar cabeçalhos em letras maiúsculas (usado para todos os cabeçalhos de página, blocos, cabeçalhos de banners, etc.)'),
('pt', 'abt__ut2.less_settings.general_description', 'Abaixo estão as configurações gerais.'),
('pt', 'abt__ut2.less_settings.is_absent', 'Os seguintes valores de cor não são definidos para o seu [style] estilo '),
('pt', 'abt__ut2.less_settings.is_absent.core', 'Valores do sistema'),
('pt', 'abt__ut2.less_settings.is_absent.recomend_to_add', 'Recomendamos que você atribua seus valores, pois isso pode levar a erros no futuro.'),
('pt', 'abt__ut2.less_settings.is_absent.theme', 'Valores do tema'),
('pt', 'abt__ut2.less_settings.products', 'Produto'),
('pt', 'abt__ut2.less_settings.products.use_color_buttons_add_to_cart', 'Defina uma cor individual para o <br> botão \"Adicionar ao carrinho\"'),
('pt', 'abt__ut2.less_settings.products.use_color_buttons_add_to_cart.tooltip', 'Permite que você atribua uma cor individual ao botão \"Adicionar ao carrinho\" na página de detalhes do produto e na janela \"Visualização rápida\"'),
('pt', 'abt__ut2.less_settings.products_description', 'Abaixo estão as configurações que afetam os estilos da página de detalhes do produto'),
('pt', 'abt__ut2.less_settings.product_list', 'Listas de produtos'),
('pt', 'abt__ut2.less_settings.product_list.extend_grid_item_on_hover', 'Expandir item de grade ao passar o mouse'),
('pt', 'abt__ut2.less_settings.product_list.extend_grid_item_on_hover.tooltip', 'Adiciona o efeito de extensão para grade de item, ao passar o mouse sobre ele na lista. Aplica-se apenas à visualização em Grade de listagens.'),
('pt', 'abt__ut2.less_settings.product_list.show_grid_border', 'Tipo de quadro do produto na grade'),
('pt', 'abt__ut2.less_settings.product_list.show_grid_border.tooltip', 'Você pode alterar o tipo de quadro para células nas listas de produtos'),
('pt', 'abt__ut2.less_settings.product_list.show_grid_border.variants.none', 'Sem moldura'),
('pt', 'abt__ut2.less_settings.product_list.show_grid_border.variants.solid_without_margins', 'Quadro sem indentações externas'),
('pt', 'abt__ut2.less_settings.product_list.show_grid_border.variants.solid_with_margins', 'Quadro com recuos externos'),
('pt', 'abt__ut2.less_settings.product_list.use_elements_alignment', 'Use o alinhamento dos elementos'),
('pt', 'abt__ut2.less_settings.product_list.use_elements_alignment.tooltip', 'Permite alinhar alguns elementos da lista de células simetricamente vizinhas de produtos'),
('pt', 'abt__ut2.less_settings.product_list.use_elements_alignment.variants.do_not_use', 'Não use'),
('pt', 'abt__ut2.less_settings.product_list.use_elements_alignment.variants.use', 'Use'),
('pt', 'abt__ut2.less_settings.product_list_description', 'Abaixo estão as configurações que afetam os estilos dos elementos nas listas de produtos'),
('pt', 'abt__ut2.less_settings.style.tooltip', 'Selecione o estilo (menos arquivo, ao qual as configurações a seguir serão aplicadas)'),
('pt', 'abt__ut2.less_settings_description', '<b> Atenção! </b> Estas configurações aplicam-se apenas ao esquema de cores selecionado (para ver as alterações: certifique-se de que o valor do campo de configurações \"Estilo\" selecionado corresponde ao esquema de cores selecionado em sua loja (você pode verificar o esquema de cores selecionado em Design -> Temas -> na tabela ao lado do layout escolhido como padrão))'),
('pt', 'abt__ut2.light_menu.back_to_main', 'Voltar ao principal'),
('pt', 'abt__ut2.load_more.show_more.pages', 'Mostrar outra [n] página | Mostrar outras [n] páginas'),
('pt', 'abt__ut2.load_more.show_more.products', 'Mostrar outro [n] produto | Mostrar outro [n] produto'),
('pt', 'abt__ut2.load_more_products.already_showing_all_products', 'Mostrando [n] produto | Mostrando todos os [n] produtos'),
('pt', 'abt__ut2.load_more_products.show_more', 'Mostrar outro [n] produto | Mostrar outro [n] produto'),
('pt', 'abt__ut2.mainbox_general_seo', 'AB: Título geral (SEO)'),
('pt', 'abt__ut2.menu.tab_description', 'As seguintes configurações devem ser usadas apenas para itens de menu, que usam modelos extras no layout do bloco de menu: <b> AB: lista suspensa horizontal com ícones </b> ou <b> AB: lista suspensa vertical com ícones </b> do tema UniTheme2'),
('pt', 'abt__ut2.menus.pickers.add_menus', 'Adicionar menu'),
('pt', 'abt__ut2.menus.pickers.add_menus_and_close', 'Adicionar menu e fechar'),
('pt', 'abt__ut2.menus.pickers.states', 'Estado inicial do menu'),
('pt', 'abt__ut2.menus.pickers.states.hide_items', 'Oculte os elementos e mostre o nome do menu'),
('pt', 'abt__ut2.menus.pickers.states.show_items', 'Mostrar elementos'),
('pt', 'abt__ut2.menus.pickers.states.tooltip', 'Selecione como o menu será exibido ao carregar a página'),
('pt', 'abt__ut2.menu_with_icons.desc', 'Pequena descrição'),
('pt', 'abt__ut2.menu_with_icons.dropdown', 'Ative o menu de 3 níveis (lista suspensa)'),
('pt', 'abt__ut2.menu_with_icons.icon', 'Ícone'),
('pt', 'abt__ut2.menu_with_icons.label', 'Etiqueta'),
('pt', 'abt__ut2.menu_with_icons.label_background', 'Fundo da etiqueta'),
('pt', 'abt__ut2.menu_with_icons.label_color', 'Cor do rótulo'),
('pt', 'abt__ut2.menu_with_icons.status', 'Ativar configurações'),
('pt', 'abt__ut2.menu_with_icons.text', 'Conteúdo HTML'),
('pt', 'abt__ut2.menu_with_icons.text_position', 'Posição do conteúdo HTML'),
('pt', 'abt__ut2.menu_with_icons.text_position.bottom', 'Fundo'),
('pt', 'abt__ut2.menu_with_icons.text_position.right_bottom', 'Inferior direito'),
('pt', 'abt__ut2.menu_with_icons.text_position.right_top', 'Bem no topo'),
('pt', 'abt__ut2.microdata', 'Microdados de organização'),
('pt', 'abt__ut2.microdata.schema_type', 'Tipo de esquema'),
('pt', 'abt__ut2.microdata.schema_type.article', 'Artigo'),
('pt', 'abt__ut2.microdata.schema_type.blogposting', 'Blog'),
('pt', 'abt__ut2.microdata.schema_type.newsarticle', 'Notícia'),
('pt', 'abt__ut2.microdata.schema_type.none', 'Não use'),
('pt', 'abt__ut2.migaritions_from_unitheme1.update_po', 'Variáveis ​​de linguagem recoverya'),
('pt', 'abt__ut2.migaritions_from_unitheme1.update_po.exist.description', 'Para sua instalação, nenhuma ação adicional para recuperação de variáveis ​​de idioma é necessária!'),
('pt', 'abt__ut2.migaritions_from_unitheme1.update_po.not_exist.description', 'Nesta página, você pode recuperar as variáveis ​​de idioma que foram excluídas durante a remoção do addon UniTheme de primeira geração'),
('pt', 'abt__ut2.migaritions_from_unitheme1.update_po.success', 'As variáveis ​​de idioma selecionadas foram recuperadas com sucesso!'),
('pt', 'abt__ut2.option.height', 'Altura, px'),
('pt', 'abt__ut2.option.margin', 'Margem, px'),
('pt', 'abt__ut2.settings', 'Configurações de tema'),
('pt', 'abt__ut2.settings.addons', 'Módulos '),
('pt', 'abt__ut2.settings.addons.wishlist_products.item_quantity', 'Mostrar produtos em uma linha'),
('pt', 'abt__ut2.settings.addons.wishlist_products.item_quantity.tooltip', 'Especifique a quantidade para exibir os produtos em uma linha (apenas para \"Grade\")'),
('pt', 'abt__ut2.settings.addons.wishlist_products_group', 'Addon \"Lista de desejos\"'),
('pt', 'abt__ut2.settings.addons.wishlist_products_group_description', 'Permite adicionar produtos às listas de desejos dos usuários'),
('pt', 'abt__ut2.settings.addons_description', 'Aqui estão as configurações, que afetam a aparência de diferentes páginas de complementos no tema'),
('pt', 'abt__ut2.settings.category', 'Categoria'),
('pt', 'abt__ut2.settings.category.description_position', 'Exibir descrição da categoria'),
('pt', 'abt__ut2.settings.category.description_position.tooltip', 'Determina como será exibida a descrição da categoria (porém, independente do local de exibição, o campo Descrição será exibido no código sempre acima do bloco do produto, esta é uma das recomendações das auditorias de SEO)'),
('pt', 'abt__ut2.settings.category.description_position.variants.bottom', 'Próximo produto'),
('pt', 'abt__ut2.settings.category.description_position.variants.none', 'Não exibir'),
('pt', 'abt__ut2.settings.category.description_position.variants.top', 'Produto Anterior'),
('pt', 'abt__ut2.settings.category.show_subcategories', 'Mostrar subcategorias nas páginas de categoria'),
('pt', 'abt__ut2.settings.category.show_subcategories.tooltip', 'Permite que subcategorias sejam exibidas em categorias'),
('pt', 'abt__ut2.settings.category_description', 'Aqui estão as configurações de tema para as páginas de categorias'),
('pt', 'abt__ut2.settings.features', 'Recursos'),
('pt', 'abt__ut2.settings.features.description_position', 'Exibir a descrição da variante de recurso'),
('pt', 'abt__ut2.settings.features.description_position.tooltip', 'Determina como a descrição do recurso é exibida (no entanto, independentemente do local de exibição, o campo Descrição será exibido no código sempre acima do bloco do produto, esta é uma das recomendações das auditorias de SEO)'),
('pt', 'abt__ut2.settings.features.description_position.variants.bottom', 'Próximo produtos'),
('pt', 'abt__ut2.settings.features.description_position.variants.none', 'Não exibir'),
('pt', 'abt__ut2.settings.features.description_position.variants.top', 'Produtos Anteriores'),
('pt', 'abt__ut2.settings.features_description', 'Aqui estão as configurações para as páginas de recursos (objetivo: marca, autor, etc.)'),
('pt', 'abt__ut2.settings.general', 'Geral'),
('pt', 'abt__ut2.settings.general.blog_page_id', 'ID da página principal do blog'),
('pt', 'abt__ut2.settings.general.blog_page_id.button', 'Todos os artigos do blog'),
('pt', 'abt__ut2.settings.general.blog_page_id.tooltip', 'Especifique esta configuração para exibir o link \"Todas as páginas\" no bloco \"Notícias atuais\" (ver Site -> Blog)'),
('pt', 'abt__ut2.settings.general.brand_feature_id', 'ID de característica da marca'),
('pt', 'abt__ut2.settings.general.brand_feature_id.tooltip', 'Especifique o ID do recurso da marca (objetivo: marca, autor, etc.). O ID do recurso está localizado próximo ao nome do recurso na lista de recursos (Produtos -> Recursos no painel administrativo da loja). O parâmetro \"Mostrar na lista de produtos\" deve ser verificado / assinalado para o recurso especificado'),
('pt', 'abt__ut2.settings.general.enable_fixed_header_panel', 'Ativar menu fixo'),
('pt', 'abt__ut2.settings.general.enable_fixed_header_panel.tooltip', 'Permite que você exiba um painel fixo com elementos do cabeçalho. Os principais elementos do cabeçalho da loja serão visíveis mesmo, ao rolar'),
('pt', 'abt__ut2.settings.general.menu_min_height', 'Altura mínima para o menu (apenas para tipo vertical), px'),
('pt', 'abt__ut2.settings.general.menu_min_height.tooltip', 'A altura mínima para o bloco de menu vertical com itens do segundo nível. É usado para fazer a correspondência da altura para as partes esquerda e direita do menu (bem descrito na documentação do tema)'),
('pt', 'abt__ut2.settings.general_description', 'Aqui estão as configurações gerais do tema, elas afetam a aparência e a funcionalidade da loja'),
('pt', 'abt__ut2.settings.load_more', 'Mostre mais'),
('pt', 'abt__ut2.settings.load_more.before_end', 'Comece com N px até o final da página'),
('pt', 'abt__ut2.settings.load_more.before_end.tooltip', 'Usado apenas para o modo de trabalho automaticamente'),
('pt', 'abt__ut2.settings.load_more.blog', 'Permitir para o blog'),
('pt', 'abt__ut2.settings.load_more.blog.tooltip', 'Permitir a exibição do botão \"Mostrar mais\" para postagens de blog'),
('pt', 'abt__ut2.settings.load_more.mode', 'Modo de operação do paginador'),
('pt', 'abt__ut2.settings.load_more.mode.tooltip', 'Escolha o modo de trabalho para o botão Mostrar mais. <br /> <b> Automaticamente </b> - neste modo, a próxima página será carregada em N px antes do final da página ao rolar para baixo. <br /> <b> Por botão clique </b> - a próxima página de produtos será carregada apenas clicando no botão pelo usuário'),
('pt', 'abt__ut2.settings.load_more.mode.variants.auto', 'Automaticamente'),
('pt', 'abt__ut2.settings.load_more.mode.variants.on_button_click', 'Por clique de botão'),
('pt', 'abt__ut2.settings.load_more.product_list', 'Permitir listas de produtos'),
('pt', 'abt__ut2.settings.load_more.product_list.tooltip', 'Permitir a exibição do botão \"Mostrar mais\" para categorias, marcas, páginas mais recentes etc.'),
('pt', 'abt__ut2.settings.load_more_description', 'Abaixo estão as configurações para o funcional \"Mostrar mais\" para vários objetos em listas (paginação preguiçosa)'),
('pt', 'abt__ut2.settings.name', 'Nome'),
('pt', 'abt__ut2.settings.products', 'Produto'),
('pt', 'abt__ut2.settings.products.addon_buy_together.view', 'Forma de exibição'),
('pt', 'abt__ut2.settings.products.addon_buy_together.view.tooltip', 'Escolha a forma de exibição (adicionado por AB: tema UniTheme2 ou saída padrão pela guia)'),
('pt', 'abt__ut2.settings.products.addon_buy_together.view.variants.as_block_above_tabs', 'Como bloco antes das guias do produto'),
('pt', 'abt__ut2.settings.products.addon_buy_together.view.variants.as_tab_in_tabs', 'Como guia de produto'),
('pt', 'abt__ut2.settings.products.addon_buy_together_group', 'Add-on \"Compre junto\"'),
('pt', 'abt__ut2.settings.products.addon_buy_together_group_description', 'Complemento CS-Cart nativo, que permite exibir ofertas lucrativas em combinação com o produto atual, na página em que o usuário está localizado'),
('pt', 'abt__ut2.settings.products.addon_required_products.item_quantity', 'Mostrar produtos em linha'),
('pt', 'abt__ut2.settings.products.addon_required_products.item_quantity.tooltip', 'Especifique a quantidade de produtos a serem exibidos em uma linha (apenas para \"Grade\")'),
('pt', 'abt__ut2.settings.products.addon_required_products.list_type', 'Template'),
('pt', 'abt__ut2.settings.products.addon_required_products.list_type.tooltip', 'Escolha o modelo para exibir a lista de produtos'),
('pt', 'abt__ut2.settings.products.addon_required_products.list_type.variants.compact_list', 'Lista compacta'),
('pt', 'abt__ut2.settings.products.addon_required_products.list_type.variants.grid_list', 'Rede'),
('pt', 'abt__ut2.settings.products.addon_required_products.list_type.variants.product_list', 'Lista sem opções'),
('pt', 'abt__ut2.settings.products.addon_required_products_group', 'Addon \"Produtos necessários\"'),
('pt', 'abt__ut2.settings.products.addon_required_products_group_description', 'O complemento CS-Cart nativo \"Produtos necessários\" cria um grupo de produtos, que será adicionado ao carrinho com o produto, na página em que o usuário está localizado'),
('pt', 'abt__ut2.settings.products.addon_social_buttons.view', 'Mostrar botões de compartilhamento para redes sociais'),
('pt', 'abt__ut2.settings.products.addon_social_buttons.view.tooltip', 'Observe que usar esta opção retarda o carregamento da página do produto. Não recomendado para exibição em dispositivos móveis.'),
('pt', 'abt__ut2.settings.products.addon_social_buttons_group', 'Addon \"Botões sociais\"'),
('pt', 'abt__ut2.settings.products.addon_social_buttons_group_description', 'O complemento nativo CS-Cart \"Botões sociais\" exibe widgets de botões de compartilhamento para redes sociais'),
('pt', 'abt__ut2.settings.products.custom_block_id', 'ID de bloco personalizado / saída do bloco na coluna da direita'),
('pt', 'abt__ut2.settings.products.custom_block_id.tooltip', 'Especifique o ID do bloco personalizado, que você deseja exibir no lado direito da página de detalhes do produto (o bloco deve ser adicionado ao layout Produtos e pode ser desativado, uma função especial irá adicioná-lo ao local pretendido para ignorar o CS -Sistema de layout de arte) (bem descrito na documentação do tema)'),
('pt', 'abt__ut2.settings.products.vendor.show_ask_question_link', 'Mostrar link \"Faça uma pergunta\"'),
('pt', 'abt__ut2.settings.products.vendor.show_ask_question_link.tooltip', 'Permite que os clientes se comuniquem com o vendedor por meio de chat. Depende do complemento \"Faça uma pergunta ao vendedor\"'),
('pt', 'abt__ut2.settings.products.vendor.show_logo', 'Mostrar logotipo do vendedor'),
('pt', 'abt__ut2.settings.products.vendor.show_logo.tooltip', 'Exibe o logotipo do vendedor'),
('pt', 'abt__ut2.settings.products.vendor.show_name_as_link', 'Use o nome do vendedor como um link na página de um vendedor'),
('pt', 'abt__ut2.settings.products.vendor.show_name_as_link.tooltip', 'Permite usar o nome do vendedor como um link para a página deste vendedor'),
('pt', 'abt__ut2.settings.products.vendor.show_phone', 'Mostrar o número de telefone do vendedor'),
('pt', 'abt__ut2.settings.products.vendor.show_phone.tooltip', 'Permite que você exiba o número de telefone do vendedor'),
('pt', 'abt__ut2.settings.products.vendor.truncate_short_description', 'Número de caracteres para a descrição do vendedor'),
('pt', 'abt__ut2.settings.products.vendor.truncate_short_description.tooltip', 'Permite que você limite a saída de uma descrição do vendedor, especifique o número de caracteres exibidos. Para desativar a saída, use o valor \"0\"'),
('pt', 'abt__ut2.settings.products.vendor_group', 'Bloco com informações do vendedor'),
('pt', 'abt__ut2.settings.products.vendor_group_description', 'Configurações para bloqueio com informações do vendedor na página do produto'),
('pt', 'abt__ut2.settings.products.view.brand_link_behavior', 'Comportamento do link do logotipo da marca'),
('pt', 'abt__ut2.settings.products.view.brand_link_behavior.tooltip', 'Determina o link do logotipo da marca'),
('pt', 'abt__ut2.settings.products.view.brand_link_behavior.variants.to_brand_page', 'O link leva à página da marca'),
('pt', 'abt__ut2.settings.products.view.brand_link_behavior.variants.to_category_with_filter', 'O link leva à categoria de produto principal com o filtro selecionado por marca de produto'),
('pt', 'abt__ut2.settings.products.view.show_brand_logo', 'Mostrar logotipo da marca do produto'),
('pt', 'abt__ut2.settings.products.view.show_brand_logo.tooltip', 'Permitir a exibição do logotipo da marca do produto. Para que a configuração funcione, você deve especificar corretamente o valor de configuração do ID de recurso da marca na guia Geral'),
('pt', 'abt__ut2.settings.products.view.show_features', 'Mostrar recursos do produto'),
('pt', 'abt__ut2.settings.products.view.show_features.tooltip', 'Permitir a exibição de recursos de produto selecionados (para exibição na página do produto (mas não na guia Recursos), o recurso deve ter uma configuração ativa \"Mostrar no cabeçalho da página de detalhes do produto\")'),
('pt', 'abt__ut2.settings.products.view.show_qty', 'Mostrar trocador de quantidade'),
('pt', 'abt__ut2.settings.products.view.show_qty.tooltip', 'Permitir a exibição do campo de seleção de quantidade'),
('pt', 'abt__ut2.settings.products.view.show_short_description', 'Mostrar breve descrição'),
('pt', 'abt__ut2.settings.products.view.show_short_description.tooltip', 'Permitir a exibição de \"Breve descrição\"'),
('pt', 'abt__ut2.settings.products.view.show_sku', 'Mostrar código do produto (Sku)'),
('pt', 'abt__ut2.settings.products.view.show_sku.tooltip', 'Permitir a exibição do código do produto (Sku)'),
('pt', 'abt__ut2.settings.products.view.show_sticky_add_to_cart', 'Mostrar bloco aderente Adicionar ao carrinho (apenas para dispositivos móveis)'),
('pt', 'abt__ut2.settings.products.view.show_sticky_add_to_cart.tooltip', 'Permita a saída de um bloco fixo com o botão Adicionar ao carrinho na parte inferior da tela do dispositivo móvel. Também dependendo do estado da opção \"Mostrar trocador de quantidade\" no bloco, pode ser mostrado o trocador de quantidade de produtos para o pedido'),
('pt', 'abt__ut2.settings.products.view_group', 'Configurações de exibição adicionais'),
('pt', 'abt__ut2.settings.products.view_group_description', 'Configurações adicionais de aparência para a página do produto'),
('pt', 'abt__ut2.settings.products_description', 'Aqui, as configurações do tema que afetam a aparência da página detalhada do produto'),
('pt', 'abt__ut2.settings.product_list', 'Listas de produtos'),
('pt', 'abt__ut2.settings.product_list.decolorate_out_of_stock_products', 'Descolorir produtos fora de estoque'),
('pt', 'abt__ut2.settings.product_list.decolorate_out_of_stock_products.tooltip', 'Aplica o efeito de descolorir para itens do produto, que estão fora de estoque. Apenas para listas em categorias é usado'),
('pt', 'abt__ut2.settings.product_list.lazy_load', 'Use imagens de carregamento lento'),
('pt', 'abt__ut2.settings.product_list.lazy_load.tooltip', 'Acelera o carregamento da página da categoria devido ao fato das imagens serem carregadas após a página já ter sido carregada, as imagens serão carregadas apenas por demanda da tela do usuário. Não compatível com a opção ativada de configuração \"Mostrar galeria de mini-ícones de produtos na lista de produtos\"'),
('pt', 'abt__ut2.settings.product_list.limit_product_variations', 'A quantidade máxima de variações dos produtos exibidos'),
('pt', 'abt__ut2.settings.product_list.limit_product_variations.tooltip', 'Especifique o número de variações disponíveis, que será mostrado para o produto na lista, se mais variações estiverem disponíveis, do que o especificado na configuração, o valor restante será indicado entre colchetes (+ N mais). O valor <code> 0 </code> na configuração bloqueará a exibição de variações.'),
('pt', 'abt__ut2.settings.product_list.max_features', 'Número máximo de recursos exibidos nas listas'),
('pt', 'abt__ut2.settings.product_list.max_features.tooltip', 'Especifique o número de recursos exibidos em todas as listas disponíveis para diferentes dispositivos'),
('pt', 'abt__ut2.settings.product_list.price_display_format', 'Formato de exibição de preço'),
('pt', 'abt__ut2.settings.product_list.price_display_format.tooltip', 'Opções de formatos (das posições dos elementos) de exibição de preço'),
('pt', 'abt__ut2.settings.product_list.price_display_format.variants.col', 'Opção 1'),
('pt', 'abt__ut2.settings.product_list.price_display_format.variants.mix', 'Opção 3'),
('pt', 'abt__ut2.settings.product_list.price_display_format.variants.row', 'Opção 2'),
('pt', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content', 'Conteúdo da parte inferior do item da grade do produto'),
('pt', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.tooltip', 'Selecione quais campos serão usados ​​como informações adicionais do item do produto'),
('pt', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.description', 'Pequena descrição'),
('pt', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.features', 'Lista de recursos'),
('pt', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.features_and_variations', 'Lista de recursos e variações'),
('pt', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.none', 'Não exibir'),
('pt', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.variations', 'Lista de variações'),
('pt', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_height', 'Altura mínima para a célula do produto, px'),
('pt', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_height.tooltip', 'Define a altura da célula do produto de acordo com suas necessidades'),
('pt', 'abt__ut2.settings.product_list.products_multicolumns.show_brand_logo', 'Mostrar logotipo da marca'),
('pt', 'abt__ut2.settings.product_list.products_multicolumns.show_brand_logo.tooltip', 'Permitir a exibição do logotipo da marca (requer a opção adequada atribuída \"ID do recurso da marca\" na seção \"Geral\" das configurações do tema e imagens baixadas para variantes de recursos da marca)'),
('pt', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons', 'Mostrar botões \"Adicionar ao carrinho\"'),
('pt', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons.tooltip', 'Permitir a exibição dos botões \"Adicionar ao carrinho\" e \"Compre agora com 1 clique\"'),
('pt', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons_on_hover', 'Mostrar botões apenas ao pairar'),
('pt', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons_on_hover.tooltip', 'Os botões \"Adicionar ao carrinho\" e \"Compre agora com 1 clique\" serão exibidos apenas ao passar o mouse sobre a célula do produto'),
('pt', 'abt__ut2.settings.product_list.products_multicolumns.show_qty', 'Mostrar trocador de quantidade'),
('pt', 'abt__ut2.settings.product_list.products_multicolumns.show_qty.tooltip', 'Permitir a exibição do campo de seleção de quantidade'),
('pt', 'abt__ut2.settings.product_list.products_multicolumns.show_sku', 'Mostrar código do produto (Sku)'),
('pt', 'abt__ut2.settings.product_list.products_multicolumns.show_sku.tooltip', 'Permitir a exibição do código do produto (Sku)'),
('pt', 'abt__ut2.settings.product_list.products_multicolumns.show_you_save', 'Mostrar \"Você salva\"'),
('pt', 'abt__ut2.settings.product_list.products_multicolumns.show_you_save.tooltip', 'Mostra informações sobre economia (valor de suas economias)'),
('pt', 'abt__ut2.settings.product_list.products_multicolumns_group', 'Configurações para visualização de lista de produtos em \"Grade\"'),
('pt', 'abt__ut2.settings.product_list.products_multicolumns_group_description', 'Configurações para visualização da lista de produtos em \"Grade\". Observe que algumas configurações permitem que você controle a saída de elementos funcionais para diferentes dispositivos separadamente'),
('pt', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content', 'Conteúdo sob descrição'),
('pt', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.tooltip', 'Selecione quais campos serão usados ​​como informações adicionais do item do produto'),
('pt', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.features', 'Lista de recursos'),
('pt', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.features_and_variations', 'Lista de recursos e variações'),
('pt', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.none', 'Não exibir'),
('pt', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.variations', 'Lista de variações'),
('pt', 'abt__ut2.settings.product_list.products_without_options.show_amount', 'Mostrar status de disponibilidade do produto'),
('pt', 'abt__ut2.settings.product_list.products_without_options.show_amount.tooltip', 'Permitir a exibição do status de disponibilidade de estoque (Em estoque, Fora de estoque)'),
('pt', 'abt__ut2.settings.product_list.products_without_options.show_brand_logo', 'Mostrar logotipo da marca'),
('pt', 'abt__ut2.settings.product_list.products_without_options.show_brand_logo.tooltip', 'Permitir a exibição do logotipo da marca (requer a opção adequada atribuída \"ID do recurso da marca\" na seção \"Geral\" das configurações do tema e imagens baixadas para variantes de recursos da marca)'),
('pt', 'abt__ut2.settings.product_list.products_without_options.show_features', 'Mostrar recursos do produto'),
('pt', 'abt__ut2.settings.product_list.products_without_options.show_features.tooltip', 'Permitir a exibição de recursos de produtos selecionados (para exibição na lista de produtos, o recurso deve ter uma configuração ativa \"Mostrar na lista de produtos\")'),
('pt', 'abt__ut2.settings.product_list.products_without_options.show_options', 'Mostrar opções de produto'),
('pt', 'abt__ut2.settings.product_list.products_without_options.show_options.tooltip', 'Permitir a exibição de opções de produto'),
('pt', 'abt__ut2.settings.product_list.products_without_options.show_qty', 'Mostrar trocador de quantidade'),
('pt', 'abt__ut2.settings.product_list.products_without_options.show_qty.tooltip', 'Permitir a exibição do campo de seleção de quantidade'),
('pt', 'abt__ut2.settings.product_list.products_without_options.show_sku', 'Mostrar código do produto (Sku)'),
('pt', 'abt__ut2.settings.product_list.products_without_options.show_sku.tooltip', 'Permitir a exibição do código do produto (Sku)'),
('pt', 'abt__ut2.settings.product_list.products_without_options_group', 'Configurações para visualização de lista de produtos \"Lista sem opções\"'),
('pt', 'abt__ut2.settings.product_list.products_without_options_group_description', 'Configurações para visualização de lista de produtos \"Lista sem opções\". Observe que algumas configurações permitem que você controle a saída de elementos funcionais para diferentes dispositivos separadamente'),
('pt', 'abt__ut2.settings.product_list.short_list.show_button', 'Mostrar o botão \"Adicionar ao carrinho\"'),
('pt', 'abt__ut2.settings.product_list.short_list.show_button.tooltip', 'Permitir a exibição dos botões \"Adicionar ao carrinho\"'),
('pt', 'abt__ut2.settings.product_list.short_list.show_button_compare', 'Mostrar o botão \"Adicionar à lista de comparação\"'),
('pt', 'abt__ut2.settings.product_list.short_list.show_button_compare.tooltip', 'Permitir a exibição do botão \"Adicionar à lista de comparação\"'),
('pt', 'abt__ut2.settings.product_list.short_list.show_button_quick_view', 'Mostrar o botão \"Visualização rápida\"'),
('pt', 'abt__ut2.settings.product_list.short_list.show_button_quick_view.tooltip', 'Permitir a exibição do botão \"Visualização rápida\"'),
('pt', 'abt__ut2.settings.product_list.short_list.show_button_wishlist', 'Mostrar o botão \"Adicionar à lista de desejos\"'),
('pt', 'abt__ut2.settings.product_list.short_list.show_button_wishlist.tooltip', 'Permitir a exibição do botão \"Adicionar à lista de desejos\"'),
('pt', 'abt__ut2.settings.product_list.short_list.show_qty', 'Mostrar trocador de quantidade'),
('pt', 'abt__ut2.settings.product_list.short_list.show_qty.tooltip', 'Permitir a exibição do campo de seleção de quantidade'),
('pt', 'abt__ut2.settings.product_list.short_list.show_sku', 'Mostrar código do produto (Sku)'),
('pt', 'abt__ut2.settings.product_list.short_list.show_sku.tooltip', 'Permitir a exibição do código do produto (Sku)'),
('pt', 'abt__ut2.settings.product_list.short_list_group', 'Configurações para visualização de lista de produtos \"Lista compacta\"'),
('pt', 'abt__ut2.settings.product_list.short_list_group_description', 'Configurações para visualização da lista de produtos \"Lista compacta\". Preste atenção à presença de configurações dependentes do complemento. Algumas configurações permitem gerenciar a saída de elementos de funcionalidade para diferentes dispositivos separadamente'),
('pt', 'abt__ut2.settings.product_list.show_fixed_filters_button', 'Habilitar botão de chamada de filtro fixo'),
('pt', 'abt__ut2.settings.product_list.show_fixed_filters_button.tooltip', 'Quando a configuração é ativada quando a página é rolada, um botão para chamar filtros aparecerá.'),
('pt', 'abt__ut2.settings.product_list.show_gallery', 'Mostrar mini-galeria de ícones de produtos na lista de produtos'),
('pt', 'abt__ut2.settings.product_list.show_gallery.tooltip', 'Ativa a opção de rolar a mini galeria de fotos do produto nas listas. Aplica-se apenas à lista de produtos com o modelo de saída \"Grade\"'),
('pt', 'abt__ut2.settings.product_list.show_rating', 'Exibir avaliação do produto'),
('pt', 'abt__ut2.settings.product_list.show_rating.tooltip', 'Permite exibir estrelas de avaliação do produto'),
('pt', 'abt__ut2.settings.product_list_description', 'Aqui estão as configurações de listas de produtos do tema, que afetam a saída de todos os blocos de produtos e listas de produtos nas páginas de categorias, pesquisa e recursos. Nota: os blocos podem ter suas próprias configurações e não usar parâmetros selecionados. A presença do ícone <i class = \"icon-is-addon\"> </i> para a configuração significa que ela depende da presença de um complemento, que precisa ser ativado'),
('pt', 'abt__ut2.settings.value', 'Valor para todos os dispositivos'),
('pt', 'abt__ut2.settings.value.desktop', 'Valor para desktop'),
('pt', 'abt__ut2.settings.value.mobile', 'Valor para telefone'),
('pt', 'abt__ut2.settings.value.tablet', 'Valor para Tablet'),
('pt', 'abt__ut2.settings.vendor', 'Vendedor'),
('pt', 'abt__ut2.settings.vendor.show_ask_question_link', 'Exibir link \"Faça uma pergunta\"'),
('pt', 'abt__ut2.settings.vendor.show_ask_question_link.tooltip', 'Permite que os clientes se comuniquem com o vendedor por meio de chat. Depende do complemento \"Faça uma pergunta ao vendedor\"'),
('pt', 'abt__ut2.settings.vendor.truncate_short_description', 'Número de caracteres para a descrição do vendedor'),
('pt', 'abt__ut2.settings.vendor.truncate_short_description.tooltip', 'Permite que você limite a saída de uma breve descrição do vendedor, especifique o número de caracteres exibidos. Para desativar a saída, use o valor \"0\"'),
('pt', 'abt__ut2.settings.vendor_description', 'Bloco com informações do vendedor na página do vendedor'),
('pt', 'abt__ut2.sort_by_bestsellers_asc', 'Mais vendidos: baixo para alto'),
('pt', 'abt__ut2.sort_by_bestsellers_desc', 'Mais vendidos primeiro'),
('pt', 'abt__ut2.sort_by_company_asc', 'Classificar em ordem alfabética: A a Z'),
('pt', 'abt__ut2.sort_by_company_desc', 'Classificar em ordem alfabética: Z a A'),
('pt', 'abt__ut2.sort_by_null_asc', 'Sem classificação'),
('pt', 'abt__ut2.sort_by_on_sale_asc', 'Desconto: baixo para alto'),
('pt', 'abt__ut2.sort_by_on_sale_desc', 'Desconto: alto para baixo'),
('pt', 'abt__ut2.sort_by_popularity_asc', 'Popularidade: baixa para alta'),
('pt', 'abt__ut2.sort_by_popularity_desc', 'Popular primeiro'),
('pt', 'abt__ut2.sort_by_position_asc', 'Posição: Baixa para Alta'),
('pt', 'abt__ut2.sort_by_position_desc', 'Posição: Alto para Baixo'),
('pt', 'abt__ut2.sort_by_price_asc', 'Preço: baixo para alto'),
('pt', 'abt__ut2.sort_by_price_desc', 'Preço: alto para baixo'),
('pt', 'abt__ut2.sort_by_product_asc', 'De A até o Z'),
('pt', 'abt__ut2.sort_by_product_desc', 'de Z a A'),
('pt', 'abt__ut2.sort_by_rating_asc', 'Classificar por classificação: de baixo para alto'),
('pt', 'abt__ut2.sort_by_rating_desc', 'Classificar por classificação'),
('pt', 'abt__ut2.sort_by_timestamp_asc', 'Itens mais antigos primeiro'),
('pt', 'abt__ut2.sort_by_timestamp_desc', 'Itens mais novos primeiro'),
('pt', 'abt__ut2.upgrade_notifications.4.10.2.d.new_layouts.text', 'Use o seguinte <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> para atualizar o layout usado.'),
('pt', 'abt__ut2.upgrade_notifications.4.10.2.d.new_layouts.title', 'Novo layout \"Checkout\" está disponível!'),
('pt', 'abt__ut2.upgrade_notifications.4.10.3.a.new_layouts.text', 'Use o seguinte a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">introdução</a> para atualizar o layout usado.'),
('pt', 'abt__ut2.upgrade_notifications.4.10.3.a.new_layouts.title', 'Recomendamos atualizar o layout usado!'),
('pt', 'abt__ut2.upgrade_notifications.4.10.3.b.added_compatibility_with_ab__ia.text', 'Para usuários de<a target=\"_blank\" href=\"https://cs-cart.alexbranding.com/en/addon-intellectual-analogues-accessories-by-features.html\">AB: Seleção intelectual de produtos</a> addon a partir da versão 2.6.0: locais especiais para exibir um bloco de produtos selecionados foram adicionados no tema (opcionalmente acima ou abaixo das guias do produto, levando em consideração as configurações de exibição de vários dispositivos).'),
('pt', 'abt__ut2.upgrade_notifications.4.10.3.b.added_compatibility_with_ab__ia.title', 'Compatibilidade corrigida com o complemento \"AB: Seleção intelectual de produtos\"'),
('pt', 'abt__ut2.upgrade_notifications.4.10.4.b.added_new_less_settings.text', '<p> Nesta versão, expandimos significativamente as configurações de \"esquemas de cores\" e os agrupamos em guias correspondentes ao local de aplicação e finalidade funcional. </p> <p> <b> IMPORTANTE !!! </ b > </p> <p> Após a atualização, seu esquema de cores atual funcionará como antes. Para usar as novas configurações, você precisa executar uma das variantes: <ol> <li> ou ajustar o esquema de cores usado atualmente. Para fazer isso, vá para a página AB: Complementos → AB: UniTheme2 → Configurações do esquema de cores, selecione o esquema de cores ativo e defina os valores necessários para todas as configurações; </li> <li> ou crie um novo esquema de cores usando o \" Editor de temas \"com base nos esquemas de cores disponíveis nesta versão. </li> </ol> </p> <p> Lista de novas configurações de esquema de cores (AB: Complementos → AB: UniTheme2 → Configurações de esquema de cores): <ul > <li> Geral → Exibir cabeçalhos em letras maiúsculas; </li> <li> Geral → Botões → Exibir texto em letras maiúsculas; </li> <li> Geral → Botões → Adicionar sombra; </li> <li> Geral → Botões → Adicionar em massa; </li> <li> Geral → Etiquetas (adesivos) → Usar estilo de borda; </li> <li> Geral → Etiquetas (adesivos) → Adicionar sombra; </li> <li> Geral → Etiquetas (adesivos) → Adicionar sombra para texto; </li> <li> Contêineres → Cabeçalho → Adicionar tiras divisórias; </li> <li> Contêineres → Cabeçalho → Cor para passar o mouse sobre um item de menu de primeiro nível; </ li > <li> Contêineres → Cabeçalho → Cor para passar o mouse sobre os elementos \"Categorias\", \"Conta\" e \"Carrinho\"; </li> <li> Contêineres → Cabeçalho → Th e cor dos ícones para os elementos \"Categorias\", \"Conta\" e \"Carrinho\"; </li> <li> Produto → Definir cor individual para o botão \"Adicionar ao carrinho\". </li> </ul> <p>'),
('pt', 'abt__ut2.upgrade_notifications.4.10.4.b.added_new_less_settings.title', 'Recomendamos atualizar as configurações do esquema de cores (Estilo) usado!'),
('pt', 'abt__ut2.upgrade_notifications.4.11.3.b.ab__deal_of_the_day.text', 'Para a versão do tema v4.11.3.b é necessário o add-on \"AB: Produto do dia e promoções estendidas\" versão v3.2.0 para fornecer a exibição correta dos elementos do add-on no tema.'),
('pt', 'abt__ut2.upgrade_notifications.4.11.3.b.ab__deal_of_the_day.title', 'Atenção! A atualização do add-on \"AB: Produto do dia e promoções estendidas\" é necessária'),
('pt', 'abt__ut2.upgrade_notifications.4.11.3.b.brands_page_will_be_removed.text', 'A funcionalidade da página Marcas será movida e expandida para o complemento separado<a href=\"https://cs-cart.alexbranding.com/en/seo-for-brands.html\" target=\"_blank\">AB: SEO para marcas </a> da próxima versão do tema. Está disponível no pacote<a href=\"https://cs-cart.alexbranding.com/en/seo-package.html\" target=\"_blank\">SEO</a>.'),
('pt', 'abt__ut2.upgrade_notifications.4.11.3.b.brands_page_will_be_removed.title', 'Atenção! A remoção da funcionalidade da página de Marcas está planejada'),
('pt', 'abt__ut2.upgrade_notifications.4.11.3.c.ab__category_banners.text', 'Para a versão do tema v4.11.3.b é necessário o add-on \"AB: Banners para categorias\" versão v2.1.0 para garantir o funcionamento correto da configuração \"AB: UniTheme2: Configurações do tema -> Listas de produtos -> Usar upload de imagem adiado \"'),
('pt', 'abt__ut2.upgrade_notifications.4.11.3.c.ab__category_banners.title', 'Atenção! A atualização do add-on \"AB: Banners para categorias\" é necessária'),
('pt', 'abt__ut2.upgrade_notifications.4.11.3.c.ab__video_gallery.text', 'Para o tema versão v4.11.3.b é necessário o add-on \"AB: Galeria de vídeos do produto\" versão v2.2.0 para garantir o correto funcionamento da configuração \"AB: UniTheme2: Theme Settings -> Product Lists -> Use Deferred Upload de imagem \".'),
('pt', 'abt__ut2.upgrade_notifications.4.11.3.c.ab__video_gallery.title', 'Atenção! A atualização do add-on \"AB: Galeria de vídeos do produto\" é necessária'),
('pt', 'abt__ut2.upgrade_notifications.4.11.3.c.brands_page_was_removed.text', 'A funcionalidade da página Marcas foi removida e expandida para o complemento separado <a href=\"https://cs-cart.alexbranding.com/ru/seo-dlya-brendov.html\" target=\"_blank\">AB: SEO para marcas</a> que está disponível no pacote<a href=\"https://cs-cart.alexbranding.com/ru/paket-moduley-seo.html\" target=\"_blank\">SEO</a>.Na ausência do complemento especificado, o tema ainda usará funcionalidades desatualizadas, que serão removidas permanentemente nas próximas versões.'),
('pt', 'abt__ut2.upgrade_notifications.4.11.3.c.brands_page_was_removed.title', 'Atenção! A funcionalidade da página Marcas foi movida para o complemento separado.'),
('pt', 'abt__ut2.upgrade_notifications.4.11.4.a.ab__antibot.text', 'Encerramento ao encerramento do suporte para o complemento SEOhide, a partir da versão do tema v4.11.4.a, uma integração do novo <a target=\"_blank\" href=\"https://cs-cart.alexbranding.com/en/antibot-seo.html\">AB: Antibot </a> add-on incluído no </a> add-on included in the <a target=\"_blank\" href=\"https://cs-cart.alexbranding.com/en/seo-package.html\">SEO</a>e <a target=\"_blank\" href=\"https://cs-cart.alexbranding.com/en/set-speedup.html\"> Speed-Up </a> são usados ​​para ocultar conteúdo de bots. Desinstale o complemento SEOhide, instale o complemento <a target=\"_blank\" href=\"https://cs-cart.alexbranding.com/en/antibot-seo.html\"> AB: Antibot </a> e configure-o de acordo com a <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/ab__antibot.doc\">documentação</a>.'),
('pt', 'abt__ut2.upgrade_notifications.4.11.4.a.ab__antibot.title', 'Atenção! Se você usar o complemento SEOhide - verifique !!!'),
('pt', 'abt__ut2.upgrade_notifications.recommend_to_update_layouts.text', 'Use a seguinte <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> para atualizar o layout usado.'),
('pt', 'abt__ut2.upgrade_notifications.recommend_to_update_layouts.title', 'Recomendamos atualizar o layout usado!'),
('pt', 'abt__ut2.upgrade_notifications.text', 'A lista detalhada de mudanças para a versão <b> v [ver] </b> procure na documentação do tema na seção  <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-118\">Lista de versões </a>.'),
('pt', 'abt__ut2.upgrade_notifications.title', 'AB: UniTheme2 foi atualizado com sucesso para v [ver]!'),
('pt', 'abt__ut2_advanced_subcategories_menu', 'AB: menu de subcategorias avançadas'),
('pt', 'abt__ut2_banner_carousel_combined', 'AB: banner avançado (carrossel)'),
('pt', 'abt__ut2_banner_combined', 'AB: banner avançado'),
('pt', 'abt__ut2_bt.combinations_generated', 'Pente gerado [n].'),
('pt', 'abt__ut2_bt.empty_data', 'Escolha produtos para combinações'),
('pt', 'abt__ut2_bt.form.find_by_additional_product', 'Encontre por produto adicional'),
('pt', 'abt__ut2_bt.form.find_by_base_product', 'Encontre por produto base'),
('pt', 'abt__ut2_bt.form.find_by_name', 'Encontrar pelo nome'),
('pt', 'abt__ut2_buy_together.editing', 'Editando'),
('pt', 'abt__ut2_buy_together.generate', 'AB: gerador \"Compre juntos\"'),
('pt', 'abt__ut2_buy_together.manage', 'AB: Gerenciar \"Compre junto\"'),
('pt', 'abt__ut2_light_menu', 'AB: Menu Fly'),
('pt', 'abt__ut2_mv.autoinstall.add_layouts', 'Layouts adicionados para vários vendedores'),
('pt', 'abt__ut2_mv.help', 'Ajuda'),
('pt', 'abt__ut2_mv.help.doc', 'Leia <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/abt__unitheme2_mv.doc\'>a documentação</a>.'),
('pt', 'abt__ut2_mv.product_page_vendor_settings', 'Configurações do vendedor na página do produto'),
('pt', 'abt__ut2_mv.upgrade_notifications.4.10.2.b.new_layouts.text', 'Use a seguinte  <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\"> instrução </a> para atualizar o layout usado.'),
('pt', 'abt__ut2_mv.upgrade_notifications.4.10.2.b.new_layouts.title', 'Recomendamos atualizar o layout usado!'),
('pt', 'abt__ut2_mv.upgrade_notifications.4.11.2.a.new_settings.text', '<h3> Bloquear com informações sobre o fornecedor na página do produto </h3> <p> Para editar essas configurações, vá para: Painel do administrador → AB: Complementos → AB: UniTheme2 → Configurações do tema, vá para a guia Produto e encontre a seção Bloquear com informações do fornecedor: </p> <ul> <li> Use o nome do fornecedor como um link em uma página do fornecedor; </li> <li> Mostre o logotipo do fornecedor; </li> <li> Número de caracteres para a descrição do fornecedor; < / li> <li> Mostrar número de telefone do fornecedor; </li> <li> Mostrar link \"Faça uma pergunta\". </li> </ul> <h3> Bloco com informações sobre o fornecedor na página do fornecedor </ h3 > <p> Para editar essas configurações, vá para: Painel do administrador → AB: Complementos → AB: UniTheme2 → Configurações do tema, vá para a guia Fornecedor: </p> <ul> <li> Número de caracteres para a descrição do fornecedor; </ li > <li> Exibir o link \"Faça uma pergunta\". </li> </ul>'),
('pt', 'abt__ut2_mv.upgrade_notifications.4.11.2.a.new_settings.title', 'Adicionadas novas configurações'),
('pt', 'abt__ut2_mv.upgrade_notifications.recommend_to_update_layouts.text', 'Use a seguinte <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\"> instrução </a> para atualizar o layout usado.'),
('pt', 'abt__ut2_mv.upgrade_notifications.recommend_to_update_layouts.title', 'Recomendamos atualizar o layout usado!');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('pt', 'abt__ut2_mv.upgrade_notifications.text', 'A lista detalhada de mudanças para a versão <b> v [ver] </b> procure na documentação do tema na seção <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2_mv.doc#p-1276\">Lista de versões </a>.'),
('pt', 'abt__ut2_mv.upgrade_notifications.title', 'AB: UniTheme2 (Multi-Vendor) foi atualizado com sucesso para v [ver]!'),
('pt', 'abt__ut2_mv.vendor_settings_tab', 'Configurações do vendedor na página do vendedor'),
('pt', 'abt__ut2_selected_filters', 'AB: variantes de filtro selecionadas'),
('pt', 'abt__ut2_show_title', 'Mostrar título'),
('pt', 'abt__ut2_thumbnail_height', 'Altura da miniatura de rolagem'),
('pt', 'abt__ut2_view_more_btn_behavior', 'AB: Comportamento do botão \"Mais\"'),
('pt', 'abt__ut2_view_more_btn_behavior.tooltip', 'A configuração determina as variantes de comportamento do botão e exibirá os elementos de menu ocultos ao passar o cursor do mouse ou será transferido para o item de menu pai'),
('pt', 'abt__ut2_view_more_btn_behavior_trigger_parent_link', 'Vá para o link do item de menu principal'),
('pt', 'abt__ut2_view_more_btn_behavior_view_items', 'Mostrar itens escondidos'),
('pt', 'abt__ut2__mainbox_general', 'AB: Bloco principal (SEO)'),
('pt', 'abt__ut2__mainbox_simple', 'AB: bloco simplificado'),
('pt', 'abt__ut2__scroller_advanced', 'AB: Scroller avançado'),
('pt', 'abt__ut2__sidebox_general', 'AB: Bloco Secundário'),
('pt', 'abt__ut2__sidebox_important', 'AB: Bloco com moldura secundária'),
('pt', 'abt__ut2__swipe', 'AB: bloco deslizante'),
('pt', 'ab_set_video_as_product_image', 'Definir vídeo como imagem padrão do produto'),
('pt', 'ab__addons', 'AB: Add-ons'),
('pt', 'ab__addons_manager', 'AB: Add-ons Manager'),
('pt', 'ab__am.addon.action.install_addon', 'New version <code>v[ver]</code> is available for you'),
('pt', 'ab__am.addon.action.install_addon.button.tooltip', 'By clicking on this button, the v[ver] of add-on will be automatically downloaded and installed to bypass the standard installation of CS-Cart. You also have the possibility to install the add-on in a standard way by downloading the version of the add-on, compatible with your store on the page My Profile → Orders page on the <a href=\'https://cs-cart.alexbranding.com/en/orders/\'>cs-cart.alexbranding.com </a>'),
('pt', 'ab__am.addon.action.install_addon.button.value', 'Install v[ver]'),
('pt', 'ab__am.addon.action.not_tested_yet', 'The installed version <code>v[ver]</code> has not yet passed testing for your version of the store <b>[cscart]</b>'),
('pt', 'ab__am.addon.action.require_update', 'To install the add-on or updates, please, update <b>AB: Add-ons Manager</b> to the actual version <code>v[ver]<code>'),
('pt', 'ab__am.addon.action.unavailable_addon', 'The add-on is not available for you (either due to incompatibility with your version of the CS-Cart <b>[cscart]</b> or your subscription for updates has expired)'),
('pt', 'ab__am.addon.action.update_addon', 'Update <code>v[ver]</code> is available for you'),
('pt', 'ab__am.addon.action.update_addon.button.tooltip', 'If the update is not available through the CS-Cart Upgrade Center, uninstall the add-on on the page <b> Add-ons → Manage Add-ons</b> and v[ver] will be available for installation on this page'),
('pt', 'ab__am.addon.action.update_addon.button.value', 'Update to v[ver]'),
('pt', 'ab__am.addon.action.wait_new_version', 'The latest version <code>v[ver]</code> is compatible with <b>[cscart]</b> according to your subscription'),
('pt', 'ab__am.addon.button_buy_updates.text', 'Renew your subscription to the add-on'),
('pt', 'ab__am.addon.button_buy_updates.tooltip', 'Renew the subscription to get the latest updates'),
('pt', 'ab__am.addon.button_download_am.note', '<p>AB: Add-ons manager is necessary for the proper operation of our solutions.It organizes your add-ons and groups them by sets. Unobtrusively notifying you about new available updates of the add-on, and gives the opportunity to update them in one click.Also, you can easily extend the subscription to our solutions and get the most current version of the add-on. We constantly update add-ons to make them as useful to you, as possible.<p>Please note, that in order to install and/or update the add-ons, you must have the latest version of AB: Add-ons Manager v[ver]. You will be informed about the release of the new version of the add-on and a link will be provided for downloading add-on archive.</p><hr><p></b>How to update AB: Add-ons Manager to v[ver]?</b></p><ol><li>When a notification appears about the availability of the new version of AB: Add-ons Manager, download the archive;</li><li>Close the storefront. (To do this go to Settings → General → Close storefront - set the checkbox and click on the [Save] button, close for just 2 minutes);</li><li>Delete AB: Add-ons Manager (To do this, go to Add-ons → Manage Add-ons → AB: Add-ons Manager: Delete);</li><li>Install archive of AB: Add-ons Manager from step 1 (To do this, on the Add-ons → Manage add-ons → button [+]: select the previously downloaded archive from step 1);</li><li>Clear the cache (Go to the menu item Administration → Storage → Clear Cache);</li><li>Open the storefront. (To do this, go to Settings → General → Close storefront - uncheck the checkbox and click the [Save] button);</li></ol>'),
('pt', 'ab__am.addon.button_download_am.text', 'Download'),
('pt', 'ab__am.addon.changelog', 'Lista de mudanças'),
('pt', 'ab__am.addon.doc', 'Documentation'),
('pt', 'ab__am.addon.msg.available_version_is_installed', 'The latest available version of the add-on is installed'),
('pt', 'ab__am.addon.msg.expired_subscription', 'Only v[ver] is available to your store. Renew the subscription to get the actual version of the add-on'),
('pt', 'ab__am.addon.msg.final_version_is_installed', 'The Actual version of the add-on is installed'),
('pt', 'ab__am.addon.msg.not_available', 'The add-on is not available for your store!'),
('pt', 'ab__am.addon.new_version_is_available', 'v[ver] from [date]'),
('pt', 'ab__am.addon.new_version_is_available.tooltip', 'New version v[ver] is available from [date]'),
('pt', 'ab__am.addon.settings', 'Add-on settings'),
('pt', 'ab__am.addon.status.a', 'Add-on status is \"Active\"'),
('pt', 'ab__am.addon.status.d', 'Add-on status is \"Inactive\"'),
('pt', 'ab__am.addon.status.n', 'Add-on status is \"Not installed yet\"'),
('pt', 'ab__am.addon.subscription.active', 'Subscription is active until [date]'),
('pt', 'ab__am.addon.subscription.exp', 'Your subscription for updates has expired<b>[date]</b>. To access the current add-on versions, you must buy a subscription.'),
('pt', 'ab__am.addon.subscription.exp.button.tooltip', 'Buy subscription to get access to the current add-on versions'),
('pt', 'ab__am.addon.subscription.exp.button.value', 'Buy subscription'),
('pt', 'ab__am.addon.subscription.expired', 'Subscription expired on [date]. Renew subscription to get actual add-on versions'),
('pt', 'ab__am.addon.subscription.ok', 'Your subscription is active until <b>[date]</b>'),
('pt', 'ab__am.addon.subscription.ok.button.tooltip', 'Renew subscription to get access to the current add-on versions'),
('pt', 'ab__am.addon.subscription.ok.button.value', 'Renew subscription'),
('pt', 'ab__am.addon.subscription_updates', 'Updates are available until [date]'),
('pt', 'ab__am.addon.table_head.actions', 'Actions'),
('pt', 'ab__am.addon.table_head.addon', 'Add-on name'),
('pt', 'ab__am.addon.table_head.note', 'Note'),
('pt', 'ab__am.addon.table_head.subscription', 'Subscription'),
('pt', 'ab__am.addon.table_head.versions', 'Versions'),
('pt', 'ab__am.addon.table_head.versions.tooltip', 'List of variants: Installed, Available and Actual'),
('pt', 'ab__am.addon.update_instruction', 'Procedure of updating'),
('pt', 'ab__am.addon.versions.available', 'Available'),
('pt', 'ab__am.addon.versions.final', 'Actual'),
('pt', 'ab__am.addon.versions.installed', 'Installed'),
('pt', 'ab__am.addon.version_info', '<b>Data de lançamento</b>: [date]<br><b>Compatibilidade</b>:<br>CS-Cart: [ultimate]<br>Multivendor: [multivendor]'),
('pt', 'ab__am.addons', 'AB: List of available sets/add-ons'),
('pt', 'ab__am.addons_sets.notes', '<h4>Basic concepts</h4><p><u>The installed version</u> is the version of the add-on, that is currently installed on your store.</p><p><u>The available version</u> is the latest version of the add-on, that is available for you to install and/or update within the prepaid subscription for updates. For example, for the add-on there are versions v2.0 from February 15, 2019 and v2.1 from March 2, 2019 and your subscription to the add-on updates ended on March 1, 2019, then the latest available version for you will be version v2.0 from 15 February 2019. To receive version v2.1 of March 2, 2019, it is necessary to renew the subscription period.</p><p><u>The actual version</u> is the latest version of the add-on at the moment. We recommend you always update to the actual version, which contains fixed bugs and new useful functionality.</p><p><u>The add-on is not available for your store</u> — it is possible, the version of your CS-Cart does not correspond to the minimum acceptable version for the add-on. For example, the YoupiTheme is available only for CS-Cart 4.7.x and more.</p><br><h4>Installation process</h4><p>The installation of the add-on has never been so simple as it is now. After purchasing AlexBranding add-ons and installing <b>AB: Add-ons Manager</b> you can install the latest version of the add-on in one click, without any visits to the personal cabinet in the store, order search, downloading of archives, etc.</p><br><h4>Upgrade process</h4><p>Add-ons updating goes via CS-Cart <b>Upgrade Center</b>. If there is no update available in the CS-Cart Upgrade Center, the update is performed by Deinstallation the old version of the add-on and Installing the new version</p><br><h4>Cache</h4><p>After installing and/or updating, you must reset CS-Cart cache. See CS-Cart <a target=\'_blank\' href=\'https://docs.cs-cart.com/4.7.x/developer_guide/getting_started/cache_clearing.html\'>documentation</a> for more details.</p>'),
('pt', 'ab__am.available_addons', 'List of available AB: Add-ons'),
('pt', 'ab__am.available_sets', 'List of available AB: Sets'),
('pt', 'ab__am.filter', 'Filter ([active] from [total])'),
('pt', 'ab__am.go_to_all_stores', 'AB: Add-ons are available only in the <a href=\'[link]\'>All stores</a> mode.'),
('pt', 'ab__am.install.checking', '[name] — <b>checking</b>'),
('pt', 'ab__am.install.clearing_cache', 'Clearing cache'),
('pt', 'ab__am.install.downloading', '[name] — <b>downloading</b>'),
('pt', 'ab__am.install.install', 'The installation process'),
('pt', 'ab__am.install.installing', '[name] — <b>installing</b>'),
('pt', 'ab__am.install.update', 'The update process'),
('pt', 'ab__am.menu.available_update', 'Update available'),
('pt', 'ab__am.menu.available_updates', 'Updates available'),
('pt', 'ab__am.menu.new_version', 'v[ver]'),
('pt', 'ab__am.menu.number_of_notifications', 'Number of notifications'),
('pt', 'ab__am.menu.number_of_updates', 'Number of updates'),
('pt', 'ab__am.msg.addon_is_already_installed', 'You have already installed the add-on <b>[name]</b> the latest version <b>[version]</b>'),
('pt', 'ab__am.msg.addon_is_already_installed_upd', 'You have already installed the add-on <b>[name]</b> the latest version <b>[version]</b>, you can perform the add-on update to version <b>[version_last]</b>'),
('pt', 'ab__am.msg.error_code', 'Error Code'),
('pt', 'ab__am.msg.no_permissions', 'No write permission'),
('pt', 'ab__am.msg.update_am', 'To install and/or update our add-ons, you should update AB: Add-ons Manager to the latest version <b>v[ver]</b>!'),
('pt', 'ab__am.note', 'More info'),
('pt', 'ab__am.notifications', 'List of notifications from AlexBranding'),
('pt', 'ab__am.notifications.notes', 'In this section you will find information about our news and promotions. Regularly we will inform you about the releases of our new solutions, discounts or closed promotions, available only for you.'),
('pt', 'ab__am.no_data', 'To use AlexBranding add-ons and/or sets, your domain <b>[domain]</b> must be licensed.<br>In the case of absence of the domain <b>[domain]</b> in the list of licensed domains, all AlexBranding solutions will be automatically turned off. <br>Contact <b>info@alexbranding.com</b> for problem solving.'),
('pt', 'ab__am.no_data.notification', 'Due to the fact, that your domain [domain] is not included in the list of licensed, some AlexBranding add-ons have been automatically turned off. <a href=\'[link]\'>More info</a>.'),
('pt', 'ab__am.order', '(Order #[order_id])'),
('pt', 'ab__am.our_store', 'AlexBranding\'s store'),
('pt', 'ab__am.set.available_updates', 'New versions are available: [n]'),
('pt', 'ab__am.set.button_buy_updates.text', 'Renew your subscription to the set'),
('pt', 'ab__am.set.button_buy_updates.tooltip', 'Update subscription expired [date]. Renew the subscription for the latest updates'),
('pt', 'ab__am.set.set', 'Set name'),
('pt', 'ab__am.set.subscription_updates', 'Updates are available until [date]'),
('pt', 'ab__am.submit.install.text', 'Install version v[ver]'),
('pt', 'ab__am.submit.tooltip', 'Keep in mind that before installing/updating all files of this add-on will be deleted, including your changes in this add-on. If you have any files - be sure to save them. [update_info]'),
('pt', 'ab__am.submit.tooltip.update_info', 'Be sure to remember add-on settings to restore them after the update if they are'),
('pt', 'ab__am.submit.update.text', 'Update to version v[ver]'),
('pt', 'ab__am.submit.update.tooltip', ''),
('pt', 'ab__am.subscription', 'Subscribe to our channels to be the first<br>to know about new releases and promotions!'),
('pt', 'ab__am.subscription.channels.variant.email.href', 'https://cs-cart.alexbranding.com/en/subscription-en.html'),
('pt', 'ab__am.subscription.channels.variant.email.title', 'Email'),
('pt', 'ab__am.subscription.channels.variant.facebook.href', 'https://fb.me/AlexBrandingEn'),
('pt', 'ab__am.subscription.channels.variant.facebook.title', 'Facebook'),
('pt', 'ab__am.subscription.channels.variant.instagram.href', 'https://www.instagram.com/alexbrandingteam/'),
('pt', 'ab__am.subscription.channels.variant.instagram.title', 'Instagram'),
('pt', 'ab__am.subscription.channels.variant.telegram.href', 'https://t.me/alexbranding_en'),
('pt', 'ab__am.subscription.channels.variant.telegram.title', 'Telegram'),
('pt', 'ab__am.subscription.channels.variant.twitter.href', 'https://twitter.com/alexbranding_en'),
('pt', 'ab__am.subscription.channels.variant.twitter.title', 'Twitter'),
('pt', 'ab__am.subscription.channels.variant.whatsapp.href', 'https://chat.whatsapp.com/GzW9eZjXH6YL2b0d9gitvk'),
('pt', 'ab__am.subscription.channels.variant.whatsapp.title', 'WhatsApp'),
('pt', 'ab__am.subscription.channels.variant.youtube.href', 'https://www.youtube.com/channel/UCTkiV2DqPqQaLOyWZzBFjaA'),
('pt', 'ab__am.subscription.channels.variant.youtube.title', 'Youtube'),
('pt', 'ab__category_banners', 'AB: Banners para categorias'),
('pt', 'ab__category_banners.add', 'Adicionar banner para categoria'),
('pt', 'ab__category_banners.adding', 'Adicionando banner para categoria'),
('pt', 'ab__category_banners.demodata', 'Dados de demonstração'),
('pt', 'ab__category_banners.editing', 'Editando banner para categoria'),
('pt', 'ab__category_banners.export', 'Exportação de dados'),
('pt', 'ab__category_banners.help', 'Ajuda'),
('pt', 'ab__category_banners.manage', 'Gestão de banners'),
('pt', 'ab__cb.autoinstall.banners_created', 'Banners de categoria de demonstração [banners] criados com sucesso'),
('pt', 'ab__cb.autoinstall.banners_not_created', 'Falha ao criar banners de categoria de demonstração'),
('pt', 'ab__cb.autoinstall.no_category', 'Categoria disponível não encontrada'),
('pt', 'ab__cb.autoinstall.no_demodata', 'Arquivo com dados de demonstração faltando'),
('pt', 'ab__cb.banner_position', 'Posição do banner, que pode ser especificada de uma forma para: <br/> <ul><li> <code> 7 </code> - número de posição única </li> <li> <code> 1,5,7 , 9 </code> - números para várias posições </li> <li> <code> 1-10 </code> - intervalo de várias posições </li> </ul> O uso de combinações dessas opções é permitido. Por exemplo: <br/> <code> 1-5, 7-9, 11, 13 </code> - será mostrado o banner em uma posição a partir de: 1, 2, 3, 4, 5, 7, 8, 9 , 11, 13'),
('pt', 'ab__cb.cat_banner', 'banner para categoria'),
('pt', 'ab__cb.cron_links', '<p> Para desligar automaticamente os banners expirados - use um destes links: <b / r> <br/> <code> [cron_cmd] </code> <br/> ou <br/> <code> [ cron_url] </code> </p>'),
('pt', 'ab__cb.datatime', 'data/hora'),
('pt', 'ab__cb.demodata.table.action', 'Ação'),
('pt', 'ab__cb.demodata.table.add_banners', 'Adicionar banners'),
('pt', 'ab__cb.demodata.table.description', 'Dados de demonstração'),
('pt', 'ab__cb.demodata_description', 'Os dados de demonstração podem ser baixados nesta página'),
('pt', 'ab__cb.errors.cron_key', '<p> Atenção! O valor <code> [value] </code> da configuração <code> Cron key </code> não atende aos requisitos de segurança </p>'),
('pt', 'ab__cb.export.actions.banners', 'Exportação de banners'),
('pt', 'ab__cb.export.actions.banners.placeholder', 'ID de Banners'),
('pt', 'ab__cb.export.table.action', 'Ação'),
('pt', 'ab__cb.export.table.data', 'Dados para exportação'),
('pt', 'ab__cb.export.table.description', 'Exportação de dados'),
('pt', 'ab__cb.export_description', 'Os dados adicionais podem ser exportados nesta página'),
('pt', 'ab__cb.form.content_general', 'Geral'),
('pt', 'ab__cb.form.content_link', 'Link'),
('pt', 'ab__cb.form.content_schedule', 'Cronograma'),
('pt', 'ab__cb.form.friday', 'Sexta-feira'),
('pt', 'ab__cb.form.from_date', 'Ativo desde a data / hora'),
('pt', 'ab__cb.form.grid_image', 'Imagens para uma saída como uma grade'),
('pt', 'ab__cb.form.include_subcategories', 'Mostrar em subcategorias'),
('pt', 'ab__cb.form.list_image', 'Imagens para uma saída como uma lista sem opções'),
('pt', 'ab__cb.form.monday', 'segunda-feira'),
('pt', 'ab__cb.form.m_turn_off', 'Desativar selecionado'),
('pt', 'ab__cb.form.m_turn_on', 'Ativar selecionado'),
('pt', 'ab__cb.form.nofollow', 'Adicionar atributo rel = \"nofollow\"'),
('pt', 'ab__cb.form.position', 'Posição'),
('pt', 'ab__cb.form.saturday', 'sábado'),
('pt', 'ab__cb.form.sunday', 'domingo'),
('pt', 'ab__cb.form.target_blank', 'Abra o link do banner em uma nova janela'),
('pt', 'ab__cb.form.thursday', 'quinta-feira'),
('pt', 'ab__cb.form.to_date', 'Ativo até a data / hora'),
('pt', 'ab__cb.form.tuesday', 'terça-feira'),
('pt', 'ab__cb.form.url', 'Link'),
('pt', 'ab__cb.form.wednesday', 'quarta-feira'),
('pt', 'ab__cb.help.cron.title', 'Desligamento automático de banners expirados'),
('pt', 'ab__cb.help.doc', 'Leia a <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__category_banners.doc\'>documentation</a>.'),
('pt', 'ab__cb.settings', 'Configurações Gerais'),
('pt', 'ab__cb.set_from_and_to', 'Defina o tempo de ação do banner \'de\' e \'para\'. <br/> Se a hora de início não foi definida, então é igual a 00:00 <br/> Se a hora de término não foi definida, então é igual 23:59 <br/> Se ambos os valores não foram definidos, o banner será exibido das 00:00 às 23:59'),
('pt', 'ab__cb.upgrade_notifications.2.0.0.text', 'O comportamento dos banners foi alterado. A saída de vários banners ao mesmo tempo é permitida. Eles serão exibidos em ordem aleatória nas posições especificadas. Verifique as configurações e altere a posição dos banners se necessário.'),
('pt', 'ab__cb.upgrade_notifications.2.0.0.title', 'Saída de vários banners'),
('pt', 'ab__deal_of_the_day', 'AB: Produto do dia e promoções estendidas'),
('pt', 'ab__deal_of_the_day_title_product', 'Promoções'),
('pt', 'ab__dotd.add_promotions', 'Adicionar promoções'),
('pt', 'ab__dotd.add_promotions_and_close', 'Adicione promoções e feche'),
('pt', 'ab__dotd.all_promotions', 'Também em promoções'),
('pt', 'ab__dotd.all_promotions.title', 'Veja todas as promoções para este produto'),
('pt', 'ab__dotd.all_promotions_list', 'Todas promoções'),
('pt', 'ab__dotd.autoinstall.no_demodata', 'Arquivo com dados de demonstração faltando'),
('pt', 'ab__dotd.autoinstall.promotions_created', 'As promoções de demonstração  [promotions]  foram criadas com sucesso'),
('pt', 'ab__dotd.autoinstall.promotions_not_created', 'Falha ao criar promoções de demonstração'),
('pt', 'ab__dotd.block.priority', 'Prioridade'),
('pt', 'ab__dotd.chains_list.title', 'Combinações de produtos'),
('pt', 'ab__dotd.choose_promotion', 'Escolha a promoção'),
('pt', 'ab__dotd.clear_filter', 'Filtro limpo'),
('pt', 'ab__dotd.counter.days', 'dias'),
('pt', 'ab__dotd.counter.hours', 'horas'),
('pt', 'ab__dotd.counter.minutes', 'minutos'),
('pt', 'ab__dotd.counter.months', 'mês'),
('pt', 'ab__dotd.counter.seconds', 'segundos'),
('pt', 'ab__dotd.counter.years', 'anos'),
('pt', 'ab__dotd.days_left', 'Faltam <span> [n] </span> dias | <span> [n] </span> dias restantes'),
('pt', 'ab__dotd.days_to_start', '<span> [n] </span> dia para começar | <span> [n] </span> dias para começar'),
('pt', 'ab__dotd.demodata', 'Dados de demonstração'),
('pt', 'ab__dotd.demodata.table.action', 'Ação'),
('pt', 'ab__dotd.demodata.table.add_promotions', 'Adicionando promoções'),
('pt', 'ab__dotd.demodata.table.description', 'Dados de demonstração'),
('pt', 'ab__dotd.demodata_description', 'Instalando página de dados de demonstração'),
('pt', 'ab__dotd.detailed', 'Detalhes da promoção'),
('pt', 'ab__dotd.error.use_schedule_is_on', 'Ao usar o \"AB: Calendário de promoção\", as alterações de período disponíveis não estão disponíveis'),
('pt', 'ab__dotd.form.filter', 'Use o filtro por categoria'),
('pt', 'ab__dotd.form.h1', 'h1 tag'),
('pt', 'ab__dotd.form.hide_products_block', 'Ocultar bloco de produtos'),
('pt', 'ab__dotd.form.list_image', 'Imagem para lista de promoções'),
('pt', 'ab__dotd.form.meta_description', 'Meta tag <code> descrição </code>'),
('pt', 'ab__dotd.form.meta_keywords', 'Meta tag <code> palavras-chave </code>'),
('pt', 'ab__dotd.form.page_image', 'Imagem para página de promoção'),
('pt', 'ab__dotd.form.page_title', 'Título da página'),
('pt', 'ab__dotd.form.show_label_in_products_lists', 'Display label (sticker) \"Promotion\" in products lists'),
('pt', 'ab__dotd.form.show_label_in_products_lists.tooltip', 'All products with applied this promotion will output in products lists with \"Promotion\" label'),
('pt', 'ab__dotd.form.use_products_filter', 'Use filtro por produtos'),
('pt', 'ab__dotd.form.use_schedule', 'Use o cronograma'),
('pt', 'ab__dotd.form.use_schedule.tooltip', 'Se você ativar esta opção, a configuração padrão da promoção \"Usar período disponível\" será desabilitada e a atividade da promoção será determinada pela Programação que você pode definir nesta interface da guia. Por outro lado, se você desabilitar esta configuração, a opção padrão \"Usar período disponível\" controlará a atividade da promoção.'),
('pt', 'ab__dotd.from', 'Para'),
('pt', 'ab__dotd.get_more_combinations', 'Mostrar mais combinações de [n] | Mostrar mais combinações de [n]'),
('pt', 'ab__dotd.help', 'Ajuda'),
('pt', 'ab__dotd.layouts', 'Layouts'),
('pt', 'ab__dotd.layouts.choose_layout_to_reset', 'Escolha o layout para redefinir'),
('pt', 'ab__dotd.layouts.header', 'Estão exibindo todas as páginas de layout, adicionadas pelo addon, nesta página. Você pode redefinir as páginas em qualquer layout para o estado padrão. Além disso, você pode baixar o arquivo xml de uma página de layout e importá-lo manualmente.'),
('pt', 'ab__dotd.layouts.layout_is_not_found', 'Layout não encontrado'),
('pt', 'ab__dotd.layouts.layout_was_reset', 'Layout foi redefinido'),
('pt', 'ab__dotd.layouts.table.action', 'Ação'),
('pt', 'ab__dotd.layouts.table.dispatch', 'Despacho'),
('pt', 'ab__dotd.layouts.table.dispatch_description', 'Tipo de página de layout'),
('pt', 'ab__dotd.layouts.table.get_file', 'Obter arquivo'),
('pt', 'ab__dotd.layouts.table.layouts', 'Layouts'),
('pt', 'ab__dotd.less', 'Menos'),
('pt', 'ab__dotd.more', 'Mais'),
('pt', 'ab__dotd.page_action_period', 'Período da promoção:'),
('pt', 'ab__dotd.promotion_awaited', 'A promoção está aguardando'),
('pt', 'ab__dotd.promotion_expired', 'Promoção encerrada\r\n'),
('pt', 'ab__dotd.schedule.table_header', 'Hora e data'),
('pt', 'ab__dotd.settings', 'Configurações Gerais'),
('pt', 'ab__dotd.showed_combinations', 'Exibido [n] de [total]'),
('pt', 'ab__dotd.sort.created', 'Por data de criação'),
('pt', 'ab__dotd.sort.name', 'Pelo nome'),
('pt', 'ab__dotd.sort.priority', 'Por prioridade'),
('pt', 'ab__dotd.sort.to_date', 'Por data de término'),
('pt', 'ab__dotd.tab.ab__dotd_schedule_header', 'Use a seleção de intervalo de tempo para cada dia de cada mês para especificar o período de atividade da promoção. Ao definir a programação, consulte o botão esquerdo do mouse - selecione, botão direito do mouse - desmarque'),
('pt', 'ab__dotd.to', 'Para\r\n'),
('pt', 'ab__dotd.today_only', 'Apenas hoje'),
('pt', 'ab__dotd_awaited_promotions', 'Aguardando promoções'),
('pt', 'ab__dotd_enable_countdown_timer', 'Display promotion timer'),
('pt', 'ab__dotd_expired_promotions', 'Promoções encerradas'),
('pt', 'ab__dotd_help.docs', 'Leia a<a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__deal_of_the_day.doc\'>documentação</a>'),
('pt', 'ab__dotd_product_label', 'Promoção'),
('pt', 'ab__dotd_schedule', 'AB: Calendário da promoção'),
('pt', 'ab__dotd_scroller', 'Rolagem de promoções'),
('pt', 'ab__dotd_sorted_promotions', 'Promoções ativas'),
('pt', 'ab__dotd_time_awaited_left', 'Para começar a promoção permanece'),
('pt', 'ab__dotd_time_left', 'Para finalizar as promoções permanece'),
('pt', 'ab__fast_navigation', 'AB: navegação rápida'),
('pt', 'ab__fast_navigation.demodata', 'Dados de demonstração'),
('pt', 'ab__fast_navigation.export', 'Exportar'),
('pt', 'ab__fast_navigation.help', 'Ajuda'),
('pt', 'ab__fast_navigation.help.doc', 'Leia a<a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__fast_navigation.doc\'>documentação</a>.'),
('pt', 'ab__fn.category.label', 'Texto da etiqueta'),
('pt', 'ab__fn.category.label.show', 'Mostrar etiqueta\r\n'),
('pt', 'ab__fn.category.label.show.tooltip', 'Etiqueta de exibição para este idioma'),
('pt', 'ab__fn.category.label_background', 'Cor de fundo do rótulo'),
('pt', 'ab__fn.category.label_color', 'Cor do texto do rótulo'),
('pt', 'ab__fn.category.status', 'Permitir exibição em AB: navegação rápida'),
('pt', 'ab__fn.category.status.tooltip', 'Ative uma opção para editar o AB: elemento de bloco de navegação rápida'),
('pt', 'ab__fn.category.use_origin_image', 'Use imagens originais'),
('pt', 'ab__fn.category.use_origin_image.tooltip', 'Quando a opção está ativada - os originais carregados serão usados ​​\"no estado em que se encontram\" (recomendamos o uso de imagens de tamanho pequeno). Os tamanhos das imagens são definidos nas configurações de bloco na página de layouts\r\n'),
('pt', 'ab__fn.common_btn_text.tooltip', 'Permite definir o texto do botão. Se deixar em branco - o texto \"BOTÃO\" será representado por padrão'),
('pt', 'ab__fn.demodata.actions.export_menu', 'Menu'),
('pt', 'ab__fn.demodata.actions.export_menu.placeholder', 'Menu ID'),
('pt', 'ab__fn.demodata.errors.file_broken', 'O arquivo [file_path] não existe ou estava corrompido'),
('pt', 'ab__fn.demodata.success.menu_created', 'Menu de demonstração <a target=\"_blank\" href=\"[href]\">[name]</a> is added'),
('pt', 'ab__fn.demodata.table.action', 'Ação'),
('pt', 'ab__fn.demodata.table.add_menu', 'Adicione o menu'),
('pt', 'ab__fn.demodata.table.description', 'Dados de demonstração'),
('pt', 'ab__fn.demodata_description', 'Criação rápida de dados de demonstração para addon'),
('pt', 'ab__fn.export.table.action', 'Ação'),
('pt', 'ab__fn.export.table.data', 'Dados para exportação'),
('pt', 'ab__fn.export.table.description', 'Os dados de exportação'),
('pt', 'ab__fn.export_description', 'Exportação rápida de menu para o addon AB: navegação rápida'),
('pt', 'ab__fn.front.button.defult_text', 'Botão'),
('pt', 'ab__fn.menu.icon', 'Ícone'),
('pt', 'ab__fn.menu.label', 'Texto da etiqueta'),
('pt', 'ab__fn.menu.label.show', 'Mostrar etiqueta'),
('pt', 'ab__fn.menu.label.show.tooltip', 'Etiqueta de exibição para este idioma'),
('pt', 'ab__fn.menu.label_background', 'Cor de fundo do rótulo'),
('pt', 'ab__fn.menu.label_color', 'Cor do texto do rótulo'),
('pt', 'ab__fn.menu.status', 'Permitir exibição em AB: navegação rápida'),
('pt', 'ab__fn.menu.status.tooltip', 'Ative uma opção para editar o AB: elemento de bloco de navegação rápida'),
('pt', 'ab__fn.menu.use_origin_image', 'Use imagens originais'),
('pt', 'ab__fn.menu.use_origin_image.tooltip', 'Quando a opção está ativada - os originais carregados serão usados ​​\"no estado em que se encontram\" (recomendamos o uso de imagens de tamanho pequeno). Os tamanhos das imagens são definidos nas configurações de bloco na página de layouts'),
('pt', 'ab__fn.more', 'Tudo da seção'),
('pt', 'ab__fn.show_more', 'Mostrar mais [x] de [y]'),
('pt', 'ab__fn_add_link', 'Adicione um link em \"Todos da seção\"'),
('pt', 'ab__fn_add_link.tooltip', 'O link terá o URL do elemento pai'),
('pt', 'ab__fn_cbt_as_btn', 'Botão'),
('pt', 'ab__fn_cbt_as_txt', 'Texto'),
('pt', 'ab__fn_common_btn_class', 'Classe adicional \"link geral\"'),
('pt', 'ab__fn_common_btn_class.tooltip', 'Lista de classes que serão adicionadas ao link (separadas por espaço)'),
('pt', 'ab__fn_common_btn_text', 'Texto do botão \"Link geral\"'),
('pt', 'ab__fn_common_btn_type', 'Aparência do botão \"Link geral\"'),
('pt', 'ab__fn_common_btn_type.tooltip', 'Escolha a representação do botão na vitrine'),
('pt', 'ab__fn_display_type', 'Tipo de exibição'),
('pt', 'ab__fn_grid', 'Grade'),
('pt', 'ab__fn_icon_width', 'Largura do ícone, px'),
('pt', 'ab__fn_init_scrollbar', 'Habilita a barra de progresso de rolagem para o primeiro nível'),
('pt', 'ab__fn_init_second_level_scroll', 'Habilitar rolador para o segundo nível'),
('pt', 'ab__fn_number_of_columns', 'Número de colunas na lista'),
('pt', 'ab__fn_number_of_columns.tooltip', 'Número de colunas para telas'),
('pt', 'ab__fn_number_of_columns_desktop', 'Número de colunas na lista (Desktop)'),
('pt', 'ab__fn_number_of_columns_desktop.tooltip', 'Número de colunas para telas> 1230 px'),
('pt', 'ab__fn_number_of_columns_desktop_small', 'Número de colunas na lista (Notebook)'),
('pt', 'ab__fn_number_of_columns_desktop_small.tooltip', 'Número de colunas para telas 992 - 1229 px'),
('pt', 'ab__fn_number_of_columns_mobile', 'Número de colunas na lista (telefone)'),
('pt', 'ab__fn_number_of_columns_mobile.tooltip', 'Número de colunas para telas <575px'),
('pt', 'ab__fn_number_of_columns_tablet', 'Número de colunas na lista (tablet)'),
('pt', 'ab__fn_number_of_columns_tablet.tooltip', 'Número de colunas para telas de 768 a 991 pixels'),
('pt', 'ab__fn_number_of_columns_tablet_small', 'Número de colunas na lista (Phablet)'),
('pt', 'ab__fn_number_of_columns_tablet_small.tooltip', 'Número de colunas para telas 576 - 767 px'),
('pt', 'ab__fn_one_level', 'Navegação de nível único'),
('pt', 'ab__fn_scroller', 'Scroller'),
('pt', 'ab__fn_show_common_btn', 'Mostrar botão \"Link geral\"'),
('pt', 'ab__fn_show_common_btn.tooltip', 'Um \"link geral\" com URL atribuído será exibido em um bloco'),
('pt', 'ab__fn_show_common_btn_link', 'URL do \"link geral\"'),
('pt', 'ab__fn_show_common_btn_link.tooltip', 'URL de destino. Pode ser um link externo, um link dentro da loja ou um despachante'),
('pt', 'ab__fn_two_level', 'Navegação em dois níveis'),
('pt', 'ab__hide_product_description', 'AB: oculta a parte do conteúdo até uma certa altura'),
('pt', 'ab__landing_categories', 'AB: Categorias / páginas de destino'),
('pt', 'ab__lc.add_menu.added_new_menu', 'O novo Menu é criado'),
('pt', 'ab__lc.add_menu.used_existing_menu', 'O menu existente é usado'),
('pt', 'ab__lc.breadcrumb_catalog', 'Catálogo'),
('pt', 'ab__lc.catalog.icon', 'Mini-ícone de categoria'),
('pt', 'ab__lc.catalog.image_control', 'Maneira de exibir o ícone'),
('pt', 'ab__lc.catalog.image_control.left', 'Exibe o mini-ícone da categoria à esquerda do nome'),
('pt', 'ab__lc.catalog.image_control.none', 'Não exibir'),
('pt', 'ab__lc.catalog.image_control.top', 'Mostra a imagem da categoria em cima do nome'),
('pt', 'ab__lc.catalog.show_more', 'Mais'),
('pt', 'ab__lc.category.list', 'Lista de categorias de aterrissagem'),
('pt', 'ab__lc.category.list.tooltip', 'Para exibir corretamente a hierarquia de categorias, as categorias pai para as categorias de destino serão exibidas, mesmo se não forem categorias de destino!'),
('pt', 'ab__lc.control_subcategory_structure', 'AB: Gerenciamento da estrutura exibida da categoria / página de destino'),
('pt', 'ab__lc.control_subcategory_structure.add_menu', 'Adicionar e / ou associar Menu'),
('pt', 'ab__lc.control_subcategory_structure.add_menu.added_new_menu', 'O Menu foi criado com sucesso e está associado à categoria atual!'),
('pt', 'ab__lc.control_subcategory_structure.add_menu.info', 'O menu da categoria de destino é criado apenas se necessário, pois o menu é pesquisado pelo código <code> ABLC-xxx </code>, onde <code> xxx </code> - category_id'),
('pt', 'ab__lc.control_subcategory_structure.add_menu.info.multiplestore', 'Antes de criar o Menu - selecione <b> Loja </b>'),
('pt', 'ab__lc.control_subcategory_structure.add_menu.used_existing_menu', 'O Menu já existia e estava associado à categoria atual!'),
('pt', 'ab__lc.control_subcategory_structure.how_to_use_menu', 'Uso de itens do menu'),
('pt', 'ab__lc.control_subcategory_structure.how_to_use_menu.append', 'Adicione itens de menu no final de uma estrutura de subcategorias'),
('pt', 'ab__lc.control_subcategory_structure.how_to_use_menu.not_to_use', 'Não usar'),
('pt', 'ab__lc.control_subcategory_structure.how_to_use_menu.prepend', 'Adicione itens de menu no início de uma estrutura de subcategorias'),
('pt', 'ab__lc.control_subcategory_structure.how_to_use_menu.replace', 'Substitua a estrutura atual de subcategorias pelos itens do menu'),
('pt', 'ab__lc.control_subcategory_structure.inherit_control', 'Para herdar a gestão'),
('pt', 'ab__lc.control_subcategory_structure.menu_id', 'ID do menu'),
('pt', 'ab__lc.demodata', 'Dados de demonstração'),
('pt', 'ab__lc.demodata.actions.export_category', 'Categorias'),
('pt', 'ab__lc.demodata.actions.export_category.placeholder', 'ID de categorias'),
('pt', 'ab__lc.demodata.success.category', '<a href=\"[href]\" target=\"_blank\">Demo category</a> foi instalado com sucesso'),
('pt', 'ab__lc.demodata.table.action', 'Ação'),
('pt', 'ab__lc.demodata.table.add_category', 'Adicione uma categoria'),
('pt', 'ab__lc.demodata.table.description', 'Dados de demonstração'),
('pt', 'ab__lc.demodata_description', 'A página de criação rápida de uma categoria de demonstração para demonstração de funcionamento do addon'),
('pt', 'ab__lc.export', 'Exportar'),
('pt', 'ab__lc.export.description', 'A página de criação rápida das exportações do funcional'),
('pt', 'ab__lc.export.table.action', 'Ação'),
('pt', 'ab__lc.export.table.data', 'Dados para exportação'),
('pt', 'ab__lc.export.table.description', 'Os dados exportados'),
('pt', 'ab__lc.help', 'Ajuda'),
('pt', 'ab__lc.help.doc', 'Leia a <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__landing_categories.doc\'>documentação</a>.'),
('pt', 'ab__lc.landing_category.landing', 'Use a categoria como página de destino'),
('pt', 'ab__lc.landing_category.show_more', 'Mais'),
('pt', 'ab__lc.landing_category.subsubcategories', 'Quantidade de sub-subcategorias'),
('pt', 'ab__lc.settings', 'Configurações Gerais'),
('pt', 'ab__lc_catalog', 'AB: Catálogo'),
('pt', 'ab__lc_landing_category', 'AB: Categoria / página de destino'),
('pt', 'ab__mb.admin.categories_update.description', 'Existe um <a href=\"[href]\" target=\"_blank\">lista de elementos motivacionais</a> que será exibido para produtos nesta categoria. <br/> Observe que<span title=\"[text]\" class=\"cm-tooltip\" style=\"color: red\">other conditions</span> pode ser usado devido ao qual esses elementos motivacionais não serão exibidos para produtos desta categoria'),
('pt', 'ab__mb.admin.categories_update.description.tooltip', 'As condições para exibir elementos motivacionais dependem de: <ul> <li> Termos para categorias </li> <li> Termos para destinos </li> </ul> Consulte <a href=\'[href]\' title=\'Documentation\' target=\'_blank\'>the documentation</a> para mais detalhes'),
('pt', 'ab__mb.admin.categories_update.description.tooltip.link', 'https://docs.cs-cart.abt.team/en/ab__motivation_block.doc/#p-946'),
('pt', 'ab__mb.class_copied', 'A aula é copiada em uma prancheta'),
('pt', 'ab__mb.demodata.description', 'Nesta página, você pode criar rapidamente dados de demonstração para o bloco de motivação'),
('pt', 'ab__mb.demodata.errors.no_data', 'Parece que o arquivo \"data.json\" foi excluído'),
('pt', 'ab__mb.demodata.successes.blocks', 'Os elementos motivacionais [blocos] foram criados com sucesso'),
('pt', 'ab__mb.demodata.table.add_blocks', 'Adicione dados de demonstração ao bloco de motivação'),
('pt', 'ab__mb.demodata.table.description', 'Tipo de dados de demonstração'),
('pt', 'ab__mb.description', 'Conteúdo personalizado (HTML / Smarty)'),
('pt', 'ab__mb.destinations', 'Avaliar áreas'),
('pt', 'ab__mb.destinations.add_destinations', 'Adicionar áreas de avaliação'),
('pt', 'ab__mb.destinations.add_destinations_and_close', 'Adicionar áreas de avaliação e fechar'),
('pt', 'ab__mb.destinations.text_all_destinations_included', 'Todas as áreas de tarifas estão incluídas'),
('pt', 'ab__mb.editing_motivation_item', 'Editando o elemento motivacional'),
('pt', 'ab__mb.errors.disabled_option_choosen', 'Valor inválido para o campo \"[field]\"'),
('pt', 'ab__mb.exclude.categories', 'Ativo por'),
('pt', 'ab__mb.exclude.categories.tooltip', 'Escolha como usar os objetos selecionados pelo seletor'),
('pt', 'ab__mb.exclude.destinations', 'Ativo por'),
('pt', 'ab__mb.exclude.destinations.tooltip', 'Escolha como usar os objetos selecionados pelo seletor'),
('pt', 'ab__mb.exclude.exclude', 'nem todos estão na lista'),
('pt', 'ab__mb.exclude.exclude.full_text', 'Ativo para todos que não estão na lista'),
('pt', 'ab__mb.exclude.not_exclude', 'tudo na lista'),
('pt', 'ab__mb.exclude.not_exclude.full_text', 'Ativo para todos na lista'),
('pt', 'ab__mb.go_to', 'Vá para a página de'),
('pt', 'ab__mb.go_to.destinations_manage', 'Vá para a página de gerenciamento de destinos'),
('pt', 'ab__mb.go_to.mb_manage', 'Vá para a página de gerenciamento de elementos motivacionais'),
('pt', 'ab__mb.icons.class', 'Classe de ícone'),
('pt', 'ab__mb.icons.class.tooltip', 'Um valor que precisa ser usado no campo \"Classe de ícone\" nas configurações do bloco de motivação'),
('pt', 'ab__mb.icons.info', 'Nesta página, você pode encontrar a lista de ícones disponíveis'),
('pt', 'ab__mb.icons.refresh', 'Atualizar ícones'),
('pt', 'ab__mb.icons.refreshed_successfully', 'Os ícones foram atualizados com sucesso'),
('pt', 'ab__mb.icons.tygh_icons', 'Lista de ícones por padrão'),
('pt', 'ab__mb.icons.yt_icons', 'Lista de ícones adicionados por AB: YoupiTheme'),
('pt', 'ab__mb.icon_class', 'Classe de ícone'),
('pt', 'ab__mb.icon_color', 'Cor do ícone'),
('pt', 'ab__mb.icon_type', 'Tipo de ícone'),
('pt', 'ab__mb.new_motivation_item', 'Novo elemento motivacional'),
('pt', 'ab__mb.not_display_on', 'Não exibir em'),
('pt', 'ab__mb.only_for.vertical_tabs.tooltip', 'Esta configuração só funciona se a opção de exibição \"Guias verticais\" estiver selecionada nas configurações do complemento'),
('pt', 'ab__mb.products.also_in_categories', 'Este produto também participa de categorias | Este produto também participa de categorias'),
('pt', 'ab__mb.settings', 'Configurações Gerais'),
('pt', 'ab__mb.set_default_value', 'Restaurar por padrão'),
('pt', 'ab__mb.templates_settings.brand_feature_id', 'ID de recurso de \"marca\"'),
('pt', 'ab__mb.templates_settings.brand_feature_id.tooltip', 'Esta configuração será usada para formar um link de filtro na categoria de produto'),
('pt', 'ab__mb.templates_settings.max_tags_count', 'Contagem máxima de tags'),
('pt', 'ab__mb.template_path.search.ignore_this_field', 'Ignore este campo'),
('pt', 'ab__mb.template_path.search.ignore_this_field.tooltip', 'Ao escolher esta opção - o campo \"Modelo\" do elemento motivacional não será levado em consideração na amostragem'),
('pt', 'ab__mb.template_path.templates.categories_list', 'Lista de categorias de produtos'),
('pt', 'ab__mb.template_path.templates.categories_list.tooltip', 'O modelo exibe uma lista de todas as categorias nas quais o produto está envolvido. Ele estará disponível se houver pelo menos uma categoria na loja (exceto para a \"categoria Lixeira\")'),
('pt', 'ab__mb.template_path.templates.geo_maps', 'Informação de envio'),
('pt', 'ab__mb.template_path.templates.geo_maps.tooltip', 'O modelo exibe informações sobre o custo de entrega dos produtos. Disponível quando o add-on \"Mapas e Geolocalização\" está ativo. As informações serão mostradas apenas com a configuração ativa \"Mostrar custo e tempo de envio nas páginas do produto\" para o complemento \"Mapas e geolocalização\". A saída de informações padrão fornecida pelo CS-Cart por padrão será bloqueada'),
('pt', 'ab__mb.template_path.templates.payment_methods', 'Informação de métodos de pagamento'),
('pt', 'ab__mb.template_path.templates.payment_methods.tooltip', 'O modelo exibe informações sobre os métodos de pagamento disponíveis'),
('pt', 'ab__mb.template_path.templates.tags_list', 'Lista de tags de produto'),
('pt', 'ab__mb.template_path.templates.tags_list.tooltip', 'O modelo exibe uma lista de todas as tags atribuídas ao produto. Disponível quando o add-on \"Tags\" está ativo. Certifique-se de criar e atribuir tags para produtos'),
('pt', 'ab__mb.template_path.templates.warning', 'A saída de informações padrão fornecida pelo CS-Cart por padrão será bloqueada'),
('pt', 'ab__mb.template_path.tooltip', 'Escolha uma forma de preencher o conteúdo do elemento motivacional'),
('pt', 'ab__mb.template_path.variants.custom', 'Conteúdo personalizado (HTML / Smarty)'),
('pt', 'ab__mb.template_path.variants.custom.tooltip', 'Permite que você defina seu próprio preenchimento para o elemento motivacional'),
('pt', 'ab__mb.update_help.tip_1', 'Para preencher o conteúdo dos elementos motivacionais, você pode usar todas as variáveis ​​declaradas na página do produto Smarty, por exemplo: <br/><hr>Array <code>{$product}</code> - informações sobre o produto atual; <br/><hr>Massive <code>{$currencies}</code> - informações de moeda;<br/><hr>Array <code>{$user_info}</code> - informações sobre o usuário (observe que se o cliente não estiver autorizado, o array ficará vazio); <br/><hr>Array <code>{$settings}</code> - um array de configurações de armazenamento.'),
('pt', 'ab__mb.update_help.title', 'Informações adicionais para gerenciamento de conteúdo'),
('pt', 'ab__mb.upgrade_notifications.2.0.0.added_new_settings.text', 'Observe que novas configurações foram adicionadas às configurações do add-on.'),
('pt', 'ab__mb.upgrade_notifications.2.0.0.added_new_settings.title', 'Adicionadas novas configurações'),
('pt', 'ab__mb.upgrade_notifications.2.0.0.added_templates.text', 'Observe que nas configurações do elemento motivacional foi adicionado o campo \"Modelo\" que define a forma como o conteúdo do elemento motivacional é preenchido.'),
('pt', 'ab__mb.upgrade_notifications.2.0.0.added_templates.title', 'Uma nova forma de preencher os elementos motivacionais foi adicionada.'),
('pt', 'ab__mb.upgrade_notifications.2.1.0.added_template.text', 'Observe que uma nova versão do modelo foi adicionada para preencher o conteúdo do elemento motivacional'),
('pt', 'ab__mb.upgrade_notifications.2.1.0.added_template.title', 'Adicionado um novo modelo \"Informações sobre métodos de pagamento\"'),
('pt', 'ab__mb.upgrade_notifications.2.1.0.regenerate_data.text', 'Se você usar dados demo antigos do complemento (ou seus dados são baseados em dados demo antigos), então você precisa regenerar os dados demo'),
('pt', 'ab__mb.upgrade_notifications.2.1.0.regenerate_data.title', 'Regenerar dados de demostração '),
('pt', 'ab__mb.upgrade_notifications.text', 'A lista detalhada de mudanças para<b>v[ver]</b> versão procure na documentação para o add-on na seção <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/ab__motivation_block.doc#p-929\">Lista de lançamentos\r\n</a>.'),
('pt', 'ab__mb.upgrade_notifications.title', 'AB: Bloco de motivação foi atualizado com sucesso para v [ver]!'),
('pt', 'ab__mb.vendor.motivation_item.template_choosen', 'Para este elemento motivacional, o tipo de enchimento usando o modelo é definido. <br> Você pode entrar em contato com o administrador da loja para criar outro elemento motivacional com o tipo de preenchimento \"Conteúdo personalizado (HTML / Smarty)\"'),
('pt', 'ab__mb_all_destinations', 'Todas as áreas de taxas'),
('pt', 'ab__mb_bg_color', 'Cor do bloco'),
('pt', 'ab__mb_expanded', 'Defina o elemento de divulgação por padrão'),
('pt', 'ab__mb_help.docs', 'Leia a <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__motivation_block.doc\'>documentação</a>.'),
('pt', 'ab__mb_icon_class.tooltip', 'A lista completa de ícones disponíveis pode ser encontrada na página <a href=\"[link]\"> painel de administração -> AB: Complementos -> AB: Bloco de motivação -> Ícones disponíveis </a>'),
('pt', 'ab__mb_icon_type.icon', 'Ícone'),
('pt', 'ab__mb_icon_type.img', 'Imagem'),
('pt', 'ab__mb_icon_type.nothing', 'Sem ícone'),
('pt', 'ab__mb_vendor_edit', 'Permitir edição do vendedor'),
('pt', 'ab__motivation_block', 'AB: bloco de motivação'),
('pt', 'ab__motivation_block.breadcrumbs.manage', 'AB: Bloco de motivação: gerenciamento de dados'),
('pt', 'ab__motivation_block.demodata', 'Dados de demonstração'),
('pt', 'ab__motivation_block.help', 'Ajuda'),
('pt', 'ab__motivation_block.icons', 'Ícones disponíveis'),
('pt', 'ab__motivation_block.manage', 'Gestão de dados'),
('pt', 'ab__promotions_list', 'AB: Lista de promoções'),
('pt', 'ab__promotions_view', 'AB: página de promoção'),
('pt', 'ab__promotion_main_data', 'Cabeçalho de promoção'),
('pt', 'ab__scroll_to_top', 'AB: botão \"Rolar para cima\"'),
('pt', 'ab__scroll_to_top.arrow', 'Flecha'),
('pt', 'ab__scroll_to_top.help', 'Ajuda'),
('pt', 'ab__scroll_to_top.help.doc', 'Leia a <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__scroll_to_top.doc\'>documentação</a>.'),
('pt', 'ab__search_motivation', 'AB: Motivação de pesquisa'),
('pt', 'ab__search_motivation.default_search_phrases', 'Expressões de pesquisa por padrão'),
('pt', 'ab__search_motivation.help', 'Ajuda'),
('pt', 'ab__search_motivation.help.doc', 'Ler <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__search_motivation.doc\'>a documentação</a>.'),
('pt', 'ab__search_motivation.manage', 'Expressões de pesquisa por padrão'),
('pt', 'ab__search_motivation.search_phrases', 'Expressões de busca'),
('pt', 'ab__show_additional_product_images', 'Mostrar imagens de produtos adicionais'),
('pt', 'ab__sm.demo_phrases.0', 'Experimente nossa busca'),
('pt', 'ab__sm.demo_phrases.1', 'Insira o nome do produto aqui'),
('pt', 'ab__sm.demo_phrases.2', 'Por exemplo, iphone X'),
('pt', 'ab__sm.demo_phrases.added', 'Adicionadas expressões de motivação de pesquisa'),
('pt', 'ab__sm.random_char', 'abcdefghijklmnopqrstuvwxyz'),
('pt', 'ab__sm.settings', 'Configurações Gerais'),
('pt', 'ab__smc', 'AB: oculta a parte do conteúdo até uma certa altura'),
('pt', 'ab__smc.help', 'Ajuda'),
('pt', 'ab__smc.help.doc', 'Leia a <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__hide_product_description.doc\'>documentação</a>.'),
('pt', 'ab__smc.less', 'Menos'),
('pt', 'ab__smc.more', 'Mais'),
('pt', 'ab__smc.product_tabs.height', 'Exibindo altura, px'),
('pt', 'ab__smc.product_tabs.height.tooltip', 'O valor definirá a própria altura da exibição do conteúdo em px'),
('pt', 'ab__smc.product_tabs.hide_content', 'Esconda o conteúdo'),
('pt', 'ab__smc.product_tabs.hide_content.less', 'Texto do botão para ocultar o conteúdo'),
('pt', 'ab__smc.product_tabs.hide_content.more', 'Texto do botão para mostrar mais conteúdo'),
('pt', 'ab__smc.product_tabs.override', 'Redefina a altura da guia'),
('pt', 'ab__smc.product_tabs.override.tooltip', 'O valor da altura do conteúdo assumirá a partir das configurações da guia'),
('pt', 'ab__smc.product_tabs.tab_description', '\"AB: oculta a parte do conteúdo até uma certa altura\" configurações adicionais'),
('pt', 'ab__smc.settings', 'Configurações Gerais'),
('pt', 'ab__stt.color', 'Valor do atributo do ícone <b> cor </b>'),
('pt', 'ab__stt.only_integer', 'Apenas inteiros'),
('pt', 'ab__stt.settings', 'Configurações Gerais'),
('pt', 'ab__ut2.autoinstall.demodata', 'Adicionados dados de demonstração (novos banners, menus e páginas de blog)'),
('pt', 'ab__ut2.autoinstall.theme', 'Tema instalado AB: UniTheme2'),
('pt', 'ab__vg.exim.remove_videos', 'Limpar'),
('pt', 'ab__vg.exim.remove_videos.text', 'Ao importar os vídeos existentes do produto atualizado serão removidos'),
('pt', 'ab__vg.form.description', 'Descrição\r\n'),
('pt', 'ab__vg.form.icon', 'Ícone'),
('pt', 'ab__vg.form.icon_type', 'Tipo de ícone'),
('pt', 'ab__vg.form.icon_type.icon', 'Ícone manual'),
('pt', 'ab__vg.form.icon_type.snapshot', 'Instantâneo de vídeo'),
('pt', 'ab__vg.form.pos', 'Publicar.'),
('pt', 'ab__vg.form.product_settings', 'Configurações'),
('pt', 'ab__vg.form.product_videos', 'Video'),
('pt', 'ab__vg.form.replace_image', 'Definir vídeo como imagem padrão do produto'),
('pt', 'ab__vg.form.status', 'Status'),
('pt', 'ab__vg.form.title', 'Título do vídeo'),
('pt', 'ab__vg.form.youtube_id', 'ID de vídeo do YouTube'),
('pt', 'ab__vg.form.youtube_id.tooltip', 'Por exemplo, para o vídeo \"https://www.youtube.com/watch?v=-boKk8uhmcY\", o ID do vídeo é <code> -boKk8uhmcY </code>'),
('pt', 'ab__vg.products_search.with_video', 'Produtos com vídeo'),
('pt', 'ab__vg.settings', 'Configurações Gerais'),
('pt', 'ab__vg_help.docs', 'Leia a<a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__video_gallery.doc\'>documentação</a>.'),
('pt', 'ab__video_gallery', 'AB: Galeria de vídeos do produto'),
('pt', 'ab__video_gallery.help', 'Ajuda'),
('pt', 'ab__video_gallery_title_product', 'Video gallery'),
('pt', 'accept', 'Aceitar'),
('pt', 'accept_products', 'Aceitar produtos'),
('pt', 'access_denied', 'Acesso negado'),
('pt', 'access_denied_text', 'Você não tem permissão para acessar à página.'),
('pt', 'access_for_authorized_customers_only', 'Acesso apenas para clientes autorizados.'),
('pt', 'access_restrictions', 'Restrições de acesso'),
('pt', 'account', 'Conta'),
('pt', 'account_name', 'Nome da conta');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('pt', 'account_number', 'Número da conta'),
('pt', 'account_type', 'Tipo de conta'),
('pt', 'acquirerid', 'Código do adquirente'),
('pt', 'action', 'Ação'),
('pt', 'actions', 'Ações'),
('pt', 'activate', 'Ativar'),
('pt', 'activate_menu_tab_for', 'Ativar o item de menu para despacho'),
('pt', 'activate_selected', 'Ativar selecionados'),
('pt', 'activate_skrill_merchant_tools', 'Ativar Skrill Merchant Tools'),
('pt', 'activation_key', 'Activation key'),
('pt', 'activation_link', 'Link de ativação'),
('pt', 'activation_mode', 'Modo de ativação'),
('pt', 'active', 'Ativado'),
('pt', 'active_categories', 'Categorias ativas'),
('pt', 'active_preset', 'Predefinição ativa'),
('pt', 'active_products', 'Produtos ativos'),
('pt', 'active_promotions', 'Promoções ativas'),
('pt', 'active_style', 'Estilo ativo'),
('pt', 'actual_version', 'Actual version'),
('pt', 'act_on_behalf', 'Agir em nome de'),
('pt', 'add', 'Adicionar'),
('pt', 'added', 'adicionado'),
('pt', 'adding_block_to_grid', 'Adicionando um bloco à grade'),
('pt', 'adding_grid', 'Adicionando grade'),
('pt', 'additional_data', 'Dados adicionais'),
('pt', 'additional_images', 'Fotos adicionais'),
('pt', 'additional_options', 'Opções adicionais'),
('pt', 'additional_parameter_not_correct', 'Parâmetro adicional é incorreto'),
('pt', 'additional_popup_larger_image', 'Abrir em popup a imagem maior das fotos adicionais'),
('pt', 'additional_settings', 'Additional settings'),
('pt', 'additional_storefront_license_required', 'Licença adicional de loja [product] necessária'),
('pt', 'additional_thumbnail', 'Miniaturas adicional'),
('pt', 'additional__option_thumbnail', 'Opção de miniatura adicional'),
('pt', 'addon', 'Plugin'),
('pt', 'addons', 'Plugins'),
('pt', 'addons.activate', 'Ativar'),
('pt', 'addons.and_half_stars', 'and a half stars'),
('pt', 'addons.disabled', 'Disabled'),
('pt', 'addons.documentation', 'Documentation'),
('pt', 'addons.error_at_sending_addon_review', 'Something went wrong at sending add-on review. Please try again later.'),
('pt', 'addons.error_while_sending_review', 'Your add-on review was not posted to marketplace. Please make sure that you acquire this add-on from CS-Cart Marketplace and try again later.'),
('pt', 'addons.form_builder.email_subject_field', 'Assunto'),
('pt', 'addons.form_builder.form_fields', 'Campos do formulário'),
('pt', 'addons.form_builder.form_name', 'Nome do formulario'),
('pt', 'addons.form_builder.other_subject', 'Outro assunto (especifique abaixo)'),
('pt', 'addons.forum', 'Forum'),
('pt', 'addons.forum_en', 'Forum (EN)'),
('pt', 'addons.forum_ru', 'Forum (RU)'),
('pt', 'addons.get_support', 'Get support'),
('pt', 'addons.hide_all_reviews', 'Ocultar todas as avaliações'),
('pt', 'addons.install', 'Install'),
('pt', 'addons.is_enjoying_addon', 'Enjoying add-on?'),
('pt', 'addons.is_enjoying_addon_name', 'Enjoying [addon]?'),
('pt', 'addons.latest_available_for_installation_version', 'Latest available for installation version'),
('pt', 'addons.latest_version', 'Latest version'),
('pt', 'addons.message', 'Message'),
('pt', 'addons.multiple_dependencies_required', 'The add-on cannot be installed because it depends on the following add-ons:<ul>[addon_list]</ul> Please install these add-ons first.'),
('pt', 'addons.mve_ult_or_plus_required', '[product] Necessário Plus ou Ultimate'),
('pt', 'addons.name', 'Add-on name'),
('pt', 'addons.newsletters.email_exists_in_list', '<b> [email] </b> já está na lista de distribuição'),
('pt', 'addons.newsletters.hide_on_registration_and_profile', 'Hide on the Registration and Profile Details pages'),
('pt', 'addons.newsletters.show_on_registration_and_profile', 'Mostrar nas páginas de registro e detalhes do perfil'),
('pt', 'addons.not_installed', 'Not installed'),
('pt', 'addons.no_changelog', 'No changelog'),
('pt', 'addons.no_information', 'No information'),
('pt', 'addons.no_reviews', 'Sem comentários'),
('pt', 'addons.n_reviews', 'resenha | resenhas'),
('pt', 'addons.other_category', 'Outros'),
('pt', 'addons.out_of_five', 'de 5'),
('pt', 'addons.paypal.3d_secure_mandatory_notice', '3-D secure é obrigatório no Reino Unido.'),
('pt', 'addons.paypal.configure_live', 'Configurar ao vivo'),
('pt', 'addons.paypal.configure_test', 'Configurar teste'),
('pt', 'addons.paypal.connecting_to_signup_server', 'Conectando-se ao <b> servidor de inscrição do PayPal </b> ...'),
('pt', 'addons.paypal.connect_to_paypal', 'Conecte-se ao PayPal'),
('pt', 'addons.paypal.display_description', 'Descrição da tela'),
('pt', 'addons.paypal.display_name', 'Nome em Exibição'),
('pt', 'addons.paypal.do_not_change', 'Não mude'),
('pt', 'addons.paypal.ipn_receiving_time', 'Tempo de recebimento IPN'),
('pt', 'addons.paypal.refund_message', '[amount] [currency] oi reembolsada em  [date] às [time].'),
('pt', 'addons.paypal.rma.perform_refund', 'Dê um reembolso via PayPal'),
('pt', 'addons.paypal.rma.refund_performed', 'O reembolso foi feito via PayPal'),
('pt', 'addons.paypal.set_status_to', 'Definido como:'),
('pt', 'addons.paypal.signup_completed', 'O método de pagamento <b>[payment]</b> foi configurado com sucesso'),
('pt', 'addons.paypal.signup_errors.merchant_credentials', 'Ocorreu um erro ao obter a configuração da forma de pagamento'),
('pt', 'addons.paypal.signup_errors.signup_init', 'Ocorreu um erro ao conectar a uma conta do PayPal'),
('pt', 'addons.paypal.signup_messages.confirmation_needed', 'Para acessar os pagamentos de seus clientes, confirme seu endereço de e-mail seguindo as instruções que o PayPal enviou a você.'),
('pt', 'addons.paypal.signup_messages.finish_signup', 'Agora você tem uma conta comercial do PayPal e integrou-se com sucesso [product] com o PayPal. <br> Não esqueça de confirmar seu e-mail para ativar sua conta e acessar os pagamentos. Para fazer isso, siga as instruções que o PayPal enviou para seu e-mail.'),
('pt', 'addons.paypal.status_for_new_orders', 'Status do pedido inicial'),
('pt', 'addons.paypal.status_for_new_orders.incomplete', 'Isso garante que você não terá abandonado pedidos não pagos com o status <i> Aberto </i> e produtos reservados. Mas até que a resposta do PayPal (uma mensagem IPN) chegue ou o cliente retorne à loja por meio de um link no site do PayPal, o pedido será listado como <i> Incompleto </i> e os produtos não serão reservados.'),
('pt', 'addons.paypal.status_for_new_orders.open', 'Por padrão, o status <i> Aberto </i> diminui o estoque, então dois clientes não poderão comprar o mesmo produto enquanto o pagamento estiver sendo processado pelo PayPal. Mas se um cliente sair do site do PayPal sem pagar ou retornar à loja por meio de um link no site do PayPal, você terá um pedido <i> Aberto </i> abandonado com produtos reservados.'),
('pt', 'addons.paypal.surcharge_policy_notice', 'A sobretaxa foi definida para o método de pagamento que usa os serviços do PayPal. Certifique-se de que está em conformidade com o<a href=\"https://www.paypal.com/webapps/mpp/ua/legalhub-full\" target=\"_blank\">User Agreement for PayPal Services</a> for your region.'),
('pt', 'addons.paypal.technical_details', 'Detalhes técnicos'),
('pt', 'addons.paypal.use_buttons_to_signup', 'Use estes botões para completar o assistente de configuração'),
('pt', 'addons.rss_feed.icon', 'Ícone de assinatura de feed RSS'),
('pt', 'addons.search_description', 'Search by add-on name, description, developer, and add-on ID.'),
('pt', 'addons.show_all_reviews', 'Mostrar todas as avaliações'),
('pt', 'addons.show_n_reviews', 'Mostrar [n] comentários|Mostrar [n] comentários'),
('pt', 'addons.show_review', 'Show review'),
('pt', 'addons.social_buttons.yandex_button_update_notice', '<p> Após algumas mudanças no final do Yandex, o botão social Odnoklassniki parou de funcionar para alguns de nossos clientes. Para ter certeza de que o botão funciona em sua loja, copie o código atualizado do site Yandex, cole-o no campo <b> Yandex.Share code </b> e salve suas alterações.</p><p><a href=\"[GO_TO_ADDON_SETTING_LINK]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Abra as configurações do complemento</a> <a href=\"https://tech.yandex.ru/share/\" target=\"_blank\" class=\"btn btn-large\">Obtenha o código atualizado do Yandex</a></p>'),
('pt', 'addons.social_buttons.yandex_button_update_notice_title', 'Botões sociais: atualize o código Yandex.Share se você usar botões sociais Yandex'),
('pt', 'addons.something_went_wrong', 'Something went wrong with your request. Please try again later.'),
('pt', 'addons.stars', 'stars'),
('pt', 'addons.support', 'Support'),
('pt', 'addons.tags.add_a_tag', 'adicionar uma tag'),
('pt', 'addons.tap_star_to_rate_on_marketplace', 'Tap a star to rate it on the CS-Cart Marketplace.'),
('pt', 'addons.text_post_pended', 'Your post will be checked before it gets published.'),
('pt', 'addons.text_thank_you_for_post', 'Thank you for your post'),
('pt', 'addons.ult_required', '[product] Necessário final'),
('pt', 'addons.upgrade', 'Upgrade'),
('pt', 'addons.upgrades', 'Upgrades'),
('pt', 'addons.upgrade_available', 'Upgrade available'),
('pt', 'addons.upgrade_to_product_version', 'Atualize para [product] [version]'),
('pt', 'addons.upgrade_to_version', 'Atualize para [product] [version]'),
('pt', 'addons.vendor_plans.commission_description_absolute', '[amount] fora de [sum]'),
('pt', 'addons.vendor_plans.commission_description_percent', '[amount]% do[sum]'),
('pt', 'addons.vendor_plans.payout_for_the_plan', 'Pagamento pelo plano do vendedor: [plan]'),
('pt', 'addons.website', 'Website'),
('pt', 'addons.write_review', 'Write a review'),
('pt', 'addons.your_account_doesnt_have_this_addon', 'You can not create a add-on review because you do not have this add-on purchased in your Marketplace account.'),
('pt', 'addons.your_message', 'Your message'),
('pt', 'addons.you_already_posted_review', 'You can not create a add-on review because you already have a review that requires premoderation'),
('pt', 'addons_source', 'Fonte'),
('pt', 'addon_added_to_favorites', 'Add-on added to your favorites'),
('pt', 'addon_built_in', 'Construídas em'),
('pt', 'addon_files_was_copied', 'O <b>\"[addon]\"</b> arquivos complementares foram copiados com sucesso'),
('pt', 'addon_has_admin_review', 'You have left a review of the add-on'),
('pt', 'addon_id', 'Add-on ID'),
('pt', 'addon_is_compatible', 'Esta versão complementar é compatível com sua versão atual do [product].'),
('pt', 'addon_license_key_tooltip', 'Insira a chave de licença que você recebeu por e-mail para receber as atualizações complementares.'),
('pt', 'addon_reinstall.dangerous_way', '<strong> O caminho perigoso: </strong> substituiremos todos os arquivos do complemento por novos, mas manteremos todos os dados do complemento no banco de dados intactos. Isso pode quebrar o add-on ou até mesmo quebrar sua loja. Por favor, não use o caminho perigoso, a menos que você saiba absolutamente o que está fazendo.'),
('pt', 'addon_reinstall.dangerous_way.action', 'Use o caminho perigoso'),
('pt', 'addon_reinstall.dangerous_way.confirm', 'Eu conheço os riscos e quero usar o caminho perigoso.'),
('pt', 'addon_reinstall.intro', 'Parece que você está tentando instalar um complemento que já está instalado. Podemos fazer isso por você de duas maneiras; recomendamos o caminho seguro.'),
('pt', 'addon_reinstall.safe_way', '<strong> A maneira segura: </strong> desinstalaremos o complemento antigo primeiro e, em seguida, instalaremos o novo. A desvantagem é que todos os dados e configurações relacionados ao complemento serão perdidos.'),
('pt', 'addon_reinstall.safe_way.action', 'Use o caminho seguro'),
('pt', 'addon_removed_from_favorites', 'Add-on removed from your favorites'),
('pt', 'addon_required_version', 'The add-on requires [version] version.'),
('pt', 'addon_reviews', 'Avaliações'),
('pt', 'addon_sql_error', 'Ocorreu um erro de consulta SQL durante a instalação do plugin. O plugin não será instalado.'),
('pt', 'addon_status', 'Add-on status'),
('pt', 'addon_subscriptions', 'Subscriptions ([n])'),
('pt', 'addon_third_party', 'Terceiro'),
('pt', 'addon_type', 'Add-on type'),
('pt', 'addon_uninstall_sql_error', 'Ocorreu um erro em uma consulta SQL durante a desinstalação do complemento.'),
('pt', 'address', 'Endereço'),
('pt', 'addresses', 'Endereços'),
('pt', 'address_2', 'Endereço (linha 2)'),
('pt', 'address_commercial', 'Comercial'),
('pt', 'address_residential', 'Residencial'),
('pt', 'address_type', 'Tipo de endereço'),
('pt', 'add_addon_to_favorites', 'Add add-on to favorites'),
('pt', 'add_administrator', 'Adicionar administrador'),
('pt', 'add_all_destinations', 'Adicionar tudo'),
('pt', 'add_all_to_cart', 'Adicionar todos ao carrinho'),
('pt', 'add_as_order', 'Add as order'),
('pt', 'add_attachment', 'Adicionar anexo'),
('pt', 'add_autoresponder', 'Add autoresponder'),
('pt', 'add_banner', 'Adicionar banner'),
('pt', 'add_banners', 'Adicionar banners'),
('pt', 'add_banners_and_close', 'Adicionar banners e fechar'),
('pt', 'add_block', 'Adicionar bloco'),
('pt', 'add_bonus', 'Adicionar bónus'),
('pt', 'add_campaign', 'Adicionar campanha'),
('pt', 'add_cart_promotion', 'Adicionar promoção no carrinho'),
('pt', 'add_catalog_promotion', 'Adicionar promoção no catálogo'),
('pt', 'add_categories', 'Adicionar categorias'),
('pt', 'add_categories_and_close', 'Adicionar categorias e fechar'),
('pt', 'add_category', 'Adicionar categoria'),
('pt', 'add_chart', 'Adicionar gráfico'),
('pt', 'add_combination', 'Adicionar combinação'),
('pt', 'add_companies', 'Adicionar vendedores'),
('pt', 'add_companies_and_close', 'Adicionar vendedores e fechar'),
('pt', 'add_condition', 'Adicionar condição'),
('pt', 'add_credit_card', 'Adicionar cartão de crédito'),
('pt', 'add_currency', 'Adicionar moeda'),
('pt', 'add_customer', 'Adicionar cliente'),
('pt', 'add_datafeed', 'Adicionar feed de dados'),
('pt', 'add_domains', 'Adicionar domínios'),
('pt', 'add_elements', 'Adicionar elementos'),
('pt', 'add_emails', 'Adicionar endereços de e-mail'),
('pt', 'add_email_snippet', 'Adicionar trecho'),
('pt', 'add_empty_item', 'Adicionar item vazio'),
('pt', 'add_feature', 'Adicionar atríbuto'),
('pt', 'add_field', 'Adicionar campo'),
('pt', 'add_file', 'Adicionar arquivo'),
('pt', 'add_filter', 'Adicionar filtro'),
('pt', 'add_filters', 'Adicionar filtros'),
('pt', 'add_filters_and_close', 'Adicionar filtros e fechar'),
('pt', 'add_folder', 'Adicionar pasta'),
('pt', 'add_form', 'Adicionar formulário'),
('pt', 'add_gift_certificate', 'Adicionar vale-presente'),
('pt', 'add_global_option', 'Adicionar opção global'),
('pt', 'add_grid_block', 'Adicionar grade ou bloco'),
('pt', 'add_group', 'Adicionar grupo'),
('pt', 'add_image_from_server', 'Adicionar imagem do servidor'),
('pt', 'add_image_from_url', 'Adicionar imagem do URL'),
('pt', 'add_in_all_realtime_shippings', 'Add in all realtime shipping methods'),
('pt', 'add_ips', 'Adicionar IPs'),
('pt', 'add_item', 'Adicionar item'),
('pt', 'add_items', 'Adicionar [items]'),
('pt', 'add_language', 'Adicionar idioma'),
('pt', 'add_language_variable', 'Adicionar variável de idioma'),
('pt', 'add_layout', 'Adicionar layout'),
('pt', 'add_link', 'Adicionar link'),
('pt', 'add_localization', 'Adicionar localização'),
('pt', 'add_location', 'Adicionar local'),
('pt', 'add_mailing_lists', 'Adicionar lista de correio'),
('pt', 'add_menu', 'Adicionar menu'),
('pt', 'add_new', 'Adicionar novo'),
('pt', 'add_newsletter', 'Adicionar boletim informativo'),
('pt', 'add_new_datafeed', 'Novo feed de dados'),
('pt', 'add_new_field', 'Adicionar novo campo'),
('pt', 'add_new_order', 'Adicionando novo pedido'),
('pt', 'add_new_variant', 'Adicionar nova variante'),
('pt', 'add_nf_warning', 'É necessário anexar nota fiscal para gerar etiqueta'),
('pt', 'add_option', 'Adicionar opção'),
('pt', 'add_order', 'Adicionar pedido'),
('pt', 'add_orders', 'Adicionar pedidos'),
('pt', 'add_orders_and_close', 'Adicionar pedidos e fechar'),
('pt', 'add_page', 'Adicionar página'),
('pt', 'add_pages', 'Adicionar páginas'),
('pt', 'add_pages_and_close', 'Adicionar páginas e fechar'),
('pt', 'add_payment', 'Adicionar método de pagamento'),
('pt', 'add_payout', 'Adicionar pagamento'),
('pt', 'add_poll', 'Adicionar enquete'),
('pt', 'add_polls', 'Adicionar enquetes'),
('pt', 'add_polls_and_close', 'Adicionar enquetes e fechar'),
('pt', 'add_post', 'Adicionar post'),
('pt', 'add_product', 'Adicionar produto'),
('pt', 'add_products', 'Adicionar produtos'),
('pt', 'add_products_and_close', 'Adicionar produtos e fechar'),
('pt', 'add_products_to_section', 'Adicionar produto(s) a esta seção'),
('pt', 'add_product_filter', 'Adicionar filtro de produtos'),
('pt', 'add_profile_fields', 'Adicionar campos de perfil'),
('pt', 'add_profile_fields_and_close', 'Adicionar campos de perfil e fechar'),
('pt', 'add_promotions', 'Adicionar promoções'),
('pt', 'add_question', 'Adicionar pergunta'),
('pt', 'add_rate_area', 'Adicionar taxa da área'),
('pt', 'add_reason', 'Adicionar motivo'),
('pt', 'add_recipients_from_users', 'Add recipients from users'),
('pt', 'add_report', 'Adicionar relatório'),
('pt', 'add_section', 'Adicionar seção'),
('pt', 'add_selected_to_cart', 'Adicionar selecionados ao carrinho'),
('pt', 'add_shipping_method', 'Adicionar método de envio'),
('pt', 'add_site_map_section', 'Adicionar seção de sitemap'),
('pt', 'add_snippet', 'Adicionar trecho'),
('pt', 'add_state', 'Adicionar região'),
('pt', 'add_status', 'Adicionar status'),
('pt', 'add_storefront', 'Adicionar a vitrine'),
('pt', 'add_storefronts', 'Adicional vitrine'),
('pt', 'add_storefronts_and_close', 'Adicione vitrines e feche'),
('pt', 'add_store_location', 'Adicionar localização da loja'),
('pt', 'add_subcategory', 'Adicionar subcategoria'),
('pt', 'add_subscriber', 'Adicionar assinante'),
('pt', 'add_subscribers_from_users', 'Adicionar assinantes da lista de usuários'),
('pt', 'add_subtract_points', 'Adicionar & subtrair pontos'),
('pt', 'add_supplier', 'Adicionar fornecedor'),
('pt', 'add_tab', 'Adicionar guia'),
('pt', 'add_table_column', 'Adicionar coluna'),
('pt', 'add_tag', 'Adicionar tag'),
('pt', 'add_tax', 'Adicionar imposto'),
('pt', 'add_template', 'Adicionar template'),
('pt', 'add_to_cart', 'Adicionar ao carrinho'),
('pt', 'add_to_comparison_list', 'Adicionar à lista comparativa'),
('pt', 'add_to_wishlist', 'Add to Wishlist'),
('pt', 'add_user', 'Adicionar usuário'),
('pt', 'add_users', 'Adicionar usuários'),
('pt', 'add_users_and_close', 'Adicionar usuários e fechar'),
('pt', 'add_vendor', 'Adicionar vendedor'),
('pt', 'add_vendor_administrator', 'Adicionar administrador do vendedor'),
('pt', 'add_withdrawal', 'Solicitar retirada'),
('pt', 'admin2', 'Você não pode realizar uma importação para esta loja, porque esta utilizando uma versão de avaliação expirada'),
('pt', 'administration', 'Administração'),
('pt', 'administration_menu_structure_changed_upgrade_notification_text', '<p><b>Locations</b> in <i>Administration → Shipping & taxes</i> renamed to <b>Rate areas</b>. That\'s because the purpose of locations is to set different shipping rates and tax rates.</p><p>Order statuses, shipment statuses, and gift certificate statuses are now located in their own sub-menu: <b>Administration → Statuses.</b></p>'),
('pt', 'administration_menu_structure_changed_upgrade_notification_title', 'Menu de administração alterado'),
('pt', 'administration_panel', 'Painel administrativo'),
('pt', 'administration_panel.block_manager.enable', 'Editar estrutura <br/> <br/> Alterar vários blocos com informações: mostrá-los, ocultá-los ou movê-los como quiser. <br/> Isso atualmente funciona apenas na página de checkout. Adicione um produto ao carrinho e prossiga para finalizar a compra para ver o editor'),
('pt', 'administration_panel.live_editor.enable', 'Editar conteúdo <br/> <br/> Altere os textos e outros dados diretamente na vitrine, sem usar o painel de administração'),
('pt', 'administration_panel.theme_editor.enable', 'Editar estilo <br/> <br/> Altere o estilo de sua loja (logotipos, cores, fontes e assim por diante) e veja as alterações conforme você as faz'),
('pt', 'administrator', 'Administrador'),
('pt', 'administrators', 'Administradores'),
('pt', 'administrators_menu_description', 'Lista de administradores da loja, usuários registados com uma conta de administrador.'),
('pt', 'administrators_notified', '[count] administradores notificados.'),
('pt', 'admin_notifications', 'Notificações de administrador'),
('pt', 'admin_panel', 'Painel administrativo'),
('pt', 'admin_panel.block_manager', 'Editando layout'),
('pt', 'admin_panel_will_be_blocked', 'A verificação de integridade da instalação falhou. O acesso ao painel de administração será bloqueado em 2 dias. Entre em contato com nossa<a href=\"[href]\">equipe de suporte</a>'),
('pt', 'admin_text_letter_footer', 'Loja online de [company_name].'),
('pt', 'advanced', 'Avançado'),
('pt', 'advanced_companies_search', 'Pesquisa avançada de empresas'),
('pt', 'advanced_customer_search', 'Pesquisa avançada de cliente'),
('pt', 'advanced_feature_creation', 'Advanced feature creation'),
('pt', 'advanced_import.additional_settings', 'Configurações adicionais'),
('pt', 'advanced_import.add_preset', 'Adicione pré-configuração'),
('pt', 'advanced_import.advanced_products_import', 'Produtos'),
('pt', 'advanced_import.cannot_detect_csv_delimiter', 'Não é possível detectar o delimitador automaticamente. Especifique o delimitador correto manualmente nas configurações adicionais na guia \"Arquivo\".'),
('pt', 'advanced_import.cant_load_file', 'Arquivo não pode ser carregado'),
('pt', 'advanced_import.cant_load_file_for_company', 'Arquivo não pode ser carregado para a companhia especificada'),
('pt', 'advanced_import.cant_save_preset_invalid_modifiers', 'A predefinição não pode ser salva porque contém modificadores inválidos'),
('pt', 'advanced_import.column_header', 'Nome da coluna no arquivo importado'),
('pt', 'advanced_import.coming_soon', '... em breve'),
('pt', 'advanced_import.common_preset', 'Todos os vendedores'),
('pt', 'advanced_import.common_presets', 'Marketplace presets'),
('pt', 'advanced_import.create_new_products_only', 'Apenas criar novos produtos'),
('pt', 'advanced_import.delete_additional_images', 'Excluir imagens adicionais existentes'),
('pt', 'advanced_import.delete_additional_images_tooltip', 'Se você habilitar essa configuração, as imagens adicionais existentes dos produtos importados serão substituídas pelas imagens especificadas no arquivo importado (se nenhuma imagem for especificada, as imagens antigas permanecerão). Se a configuração estiver desativada, as novas imagens adicionais serão simplesmente adicionadas às imagens existentes.'),
('pt', 'advanced_import.editing_preset', 'Editando pré-configurações: [preset]'),
('pt', 'advanced_import.example_imported_title', 'Por exemplo, para o seguinte valor da primeira linha de seu arquivo:'),
('pt', 'advanced_import.example_modified_title', 'E ao modo como esse valor será importado:'),
('pt', 'advanced_import.fetching_schema_failed_check_file', 'Antes de executar a importação, verifique se: <ul> <li> Você criou a predefinição de importação usando o botão Criar. Se aparecer \"Salvar\" em vez de \"Criar\", a predefinição já foi criada. </li> <li> Você especificou o nó de destino XML correto na guia \"Arquivo\" e salvou a predefinição. </li> <li> Você correspondeu as informações importadas com as propriedades do produto no CS-Cart na guia \"Mapeamento\" de campos e salvas na predefinição. </li> </ul> Se essa mensagem for exibida, o ponto 1 ou o ponto 2 não foram concluídos.'),
('pt', 'advanced_import.fetching_schema_failed_check_target_node', 'Please make sure that the <b>XML target node</b> field is filled in properly.'),
('pt', 'advanced_import.fields_delimiter', 'XML node delimiter'),
('pt', 'advanced_import.fields_delimiter.description', 'Delimiter between similar nodes.'),
('pt', 'advanced_import.fields_mapping', 'Mapeamento de campos'),
('pt', 'advanced_import.fields_mapping.description', 'Esta tabela contém a lista de colunas do arquivo importado. Para cada coluna que você deseja importar, selecione uma propriedade de produto correspondente em [product]. Em seguida, verifique que tipo de dados serão importados dessa coluna e, se necessário, use os modificadores para alterar os dados. Lembre-se de salvar suas alterações.'),
('pt', 'advanced_import.file', 'Arquivo'),
('pt', 'advanced_import.file_extension_was_not_supported_by_owner', 'Não foi possível utilizar o seu arquivo [name]. Esta predefinição de importação permite apenas as seguintes extensões: [ext].'),
('pt', 'advanced_import.file_not_loaded', 'File was not loaded. Please reload the page and try again.'),
('pt', 'advanced_import.file_will_be_deleted_are_you_sure_to_proceed', 'Deleting this import preset will also delete the file attached to it. Are you sure you want to proceed?'),
('pt', 'advanced_import.first_line_import_value', 'Exemplo para o valor importado'),
('pt', 'advanced_import.general_settings', 'Configurações gerais'),
('pt', 'advanced_import.has_modifiers', 'Possui modificadores'),
('pt', 'advanced_import.images_delimiter', 'Delimitador de imagens'),
('pt', 'advanced_import.images_delimiter.description', 'Delimitador entre imagens de um produto.'),
('pt', 'advanced_import.import_all', 'Importar todos os produtos do arquivo'),
('pt', 'advanced_import.import_fields', 'Importe campos'),
('pt', 'advanced_import.import_file', 'Importe o arquivo'),
('pt', 'advanced_import.import_products', 'Importe produtos'),
('pt', 'advanced_import.import_products_w_preset', 'Importe produtos: [preset]'),
('pt', 'advanced_import.import_strategy', 'Estratégia de importação'),
('pt', 'advanced_import.import_strategy_tooltip', 'Se você selecionar \"Apenas atualizar produtos existentes\", os produtos que não existirem no banco de dados da sua loja serão ignorados durante a importação. <br> Se você selecionar \"Apenas criar novos produtos\", os produtos existentes no banco de dados da sua loja serão ignorados durante a importação.'),
('pt', 'advanced_import.incorrect_delimiter', 'O delimitador especificado (ou detectado automaticamente) parece estar incorreto. Especifique o delimitador correto manualmente nas configurações adicionais na guia \"Arquivo\".'),
('pt', 'advanced_import.invalid_function_firs_character', 'O nome do modificador não pode começar com o caractere <b>[character]</b>.'),
('pt', 'advanced_import.invalid_modifier_message', 'O modificador <b>[modifier]</b> é inválido. [message]'),
('pt', 'advanced_import.invalid_number_of_parameters_provided', 'Quantidade inválida de parâmetros para o modificador <b> [modifier]</b>: esperado [expected_count], fornecido [actual_count].'),
('pt', 'advanced_import.last_launch', 'Última importação'),
('pt', 'advanced_import.last_status', 'Estado'),
('pt', 'advanced_import.last_status.F', 'Falhou'),
('pt', 'advanced_import.last_status.P', 'Em andamento'),
('pt', 'advanced_import.last_status.S', 'Sucesso'),
('pt', 'advanced_import.last_status.X', '&mdash;'),
('pt', 'advanced_import.local_file_selected', 'Local file selected'),
('pt', 'advanced_import.missing_parameters_list_closer', 'O esperado <b>[closer]</b> após a lista de parâmetros está faltando.'),
('pt', 'advanced_import.modifier', 'Modificadores'),
('pt', 'advanced_import.modifiers_description', 'Use essas funções na coluna <b> Modificador </b> para alterar os valores nos campos do arquivo importado. Digite as funções da seguinte forma: <b> função (parâmetro, parâmetro) </b>. Observe que não é possível o aninhamento de funções.'),
('pt', 'advanced_import.modifiers_list', 'Lista de modificadores'),
('pt', 'advanced_import.modifiers_self_referencing_info', 'A maioria das funções permite que você use o valor não modificado do campo importado usando <b>$value</b> como parâmetro. Se houver alguma exceção, elas serão mencionadas nas descrições das funções.'),
('pt', 'advanced_import.modifier_description.case', '<b>case</b>&mdash;parâmetros ímpares são expressões, e os seguintes parâmetros pares são valores correspondentes. A função verifica as expressões e retorna o valor correspondente à primeira expressão que acaba sendo <i>true</i>.<ul><li>Exemplos:</li><ul><li><b>case( $valor>100, \"Mais de 100\", $valor>70, \"Mais de 70\", $valor>20, \"Mais de 20\", $valor>0, \"Em estoque\", $valor=0, \"Fora de estoque\")</b> resultará em <i>Mais de 70</i> se o <i>$value</i> no arquivo importado for um número entre 71 e 100</li></ul ><li>Observações:<ul><li>Esta função compartilha regras de expressão e operações disponíveis com a função <b>if</b>.</li><li>Somente números pares de parâmetros são suportados: <b> 2, 4, 6, 8</b>, etc.</li></ul></li></ul>'),
('pt', 'advanced_import.modifier_description.concat', '<b>concat</b>&mdash;concatena todos os parâmetros fornecidos. <ul><li>Exemplo:</li><ul><li><b>concat(\'abc\', def)</b> resultará em <i>abcdef</i></li> <li><b>concat(\'PRODUCT_\', $value, \'_CODE\')</b> resultará em <i>PRODUCT_$value_CODE</i>, em que <b>$value</b> será substituído pelo valor do campo importado </li></ul></ul>'),
('pt', 'advanced_import.modifier_description.div', '<b>div</b>&mdash;divide o primeiro parâmetro pelo segundo. <ul><li>Exemplo:</li><ul><li><b>div(9, 3)</b> igual a <i>3</i></li> <li><b>div($value, 7)</b> igual a <i>o valor do campo importado ÷ 7</i></li></ul></ul>'),
('pt', 'advanced_import.modifier_description.if', '<b> se </b> & mdash; verifica a expressão no primeiro parâmetro. Se o primeiro parâmetro for <i> true </i>, a função retornará o segundo parâmetro. Caso contrário, a função retorna o terceiro parâmetro. <ul> <li> Exemplos: </li> <ul> <li> <b> se($value>\"0\", \"In Stock\", \"Out of stock\")</b> will result in <i>In Stock</i> if <i>$value > 0</i> is <i>true</i>; caso contrário, o resultado será <i> Esgotado </i> </li> </ul> <li> As operações disponíveis para a expressão são: <ul> <li> <b> = </b> & mdash; verificações para igualdade: <i> se($value=100, ...) </i> </li> <li> <b>! = </b> & mdash; verifica a desigualdade: <i> se($value!=100, ...)</i></li><li> <b> & gt; </b> & mdash; verifica se o primeiro valor é maior que o segundo: <i> se($value&gt;100, ...)</i></li><li> <b> & lt; </b> & mdash; verifica se o primeiro valor é menor que o segundo: <i> if ($value&lt;100, ...)</i></li><li> <b> & gt; = </b> & mdash; verifica se o primeiro valor é maior ou igual ao segundo: <i> se($value&gt;=100, ...)</i></li><li> <b> & lt; = </b> & mdash; verifica se o primeiro valor é menor ou igual ao segundo: <i> se($value&lt;=100, ...)</ i> </li> </ul> </li> <li> Observações: <ul> <li> Se você usar aspas simples (\') ou duplas (\") no primeiro parâmetro, certifique-se de que o primeiro parâmetro está totalmente entre aspas ou não há aspas finais no meio do parâmetro. Por exemplo, <i> if (\"My value\" = $ value, ...) </i> não funcionará, mas <i> if (\"Meu valor = $ valor\", ...) </i> irá. </ul> </li> </ul>'),
('pt', 'advanced_import.modifier_description.mul', '<b>mul</b>&mdash;multiplica os números fornecidos como parâmetros. <ul><li>Exemplos:</li><ul><li><b>mul(3, 1)</b> igual a <i>3</i></li> <li><b>mul($value, 7)</b> igual a <i>o valor do campo importado × 7</i></li></ul></ul>'),
('pt', 'advanced_import.modifier_description.rand', '<b> rand </b> & mdash; gera um número aleatório de 1 ao valor máximo fornecido como parâmetro. <ul><li>Exemplos:</li><ul><li> <b> rand (999) </b> pode resultar em qualquer número de 1 a 999. </li> </ul> </ ul >'),
('pt', 'advanced_import.modifier_description.replace', '<b> substituir </b> & mdash; substitui todas as ocorrências da string de pesquisa pela string de substituição. <br> A ordem dos parâmetros é importante: <b> substituir (\'pesquisar\', \'substituir\', \'assunto\') </b>. <ul><li>Exemplos:</li><ul><li> <b> substituir (\'a\',!, \"banana\") </b> resultará em <i> b! n! n! < / i> </li> <li> <b> replace (\"t-shirt\", \'T-Shirt\', $ value) </b> irá substituir todas as ocorrências de <i> t-shirt </i> por <i> Camiseta </i> em cada entrada da coluna. </li> </ul> </ul>'),
('pt', 'advanced_import.modifier_description.sub', '<b>sub</b>&mdash;subtrai o segundo parâmetro do primeiro. <ul><li>Exemplos:</li><ul><li><b>sub(3, 1)</b> igual a <i>2</i></li> <li><b>sub($value, 7)</b> igual a <i>o valor do campo importado - 7</i></li></ul></ul>'),
('pt', 'advanced_import.modifier_description.sum', '<b>soma</b>&mdash;soma dois números fornecidos como parâmetro. <ul><li>Exemplos:</li><ul><li><b>soma(1, 3)</b> igual a <i>4</i></li> <li><b>soma(7, $value)</b> igual a <i>7 + o valor do campo importado</i></li></ul></ul>'),
('pt', 'advanced_import.modifier_description.w_replace', '<b> w_replace </b> & mdash; substitui todas as ocorrências da string de pesquisa pela string de substituição usando curingas. <br> A ordem dos parâmetros é importante: <b> w_replace (\'pesquisar\', \'substituir\', \'assunto\') </b>. <br> Caracteres curinga suportados: <b>? </b> & mdash; qualquer caractere único; <b> * </b> & mdash; qualquer número de caracteres até o final da palavra. <ul><li>Exemplos</li><ul><li> <b> w_replace (\'banan?\', bananas, banana banans bananz) </b> resultará em <i> bananas bananas bananas </i> </li> <li> <b> w_replace (\"ban *\", \'bananas\', banana banans bananz) </b> também resultará em <i> bananas bananas bananas </i> </li> </ ul > </ul>'),
('pt', 'advanced_import.modifier_number_of_parameters', 'Quantidade de parâmetros'),
('pt', 'advanced_import.modifier_self_reference_is_unsupported', 'This function doesn\'t support the use of a non-modified value from the imported file.'),
('pt', 'advanced_import.modifier_title', 'Um modificador é uma regra que altera o valor de uma coluna'),
('pt', 'advanced_import.never', 'Nunca'),
('pt', 'advanced_import.new_preset', 'Nova pré-configuração'),
('pt', 'advanced_import.options', 'Opções'),
('pt', 'advanced_import.preset_last_view', 'Preset'),
('pt', 'advanced_import.preset_not_found', 'Predefinição não encontrada'),
('pt', 'advanced_import.previewing_fields_mapping', 'Visualização do mapeamento de campos para a predefinição: [preset]'),
('pt', 'advanced_import.product_property', 'Propriedade do produto em [product]'),
('pt', 'advanced_import.properties', 'Propriedades'),
('pt', 'advanced_import.remove_images', 'Remova imagens adicionais'),
('pt', 'advanced_import.run_import_via_cron_message', 'Você pode executar a importação automaticamente em determinados intervalos de tempo. Para fazer isso, adicione o seguinte comando ao CRON:'),
('pt', 'advanced_import.save_selected_file', 'Salvar arquivo selecionado'),
('pt', 'advanced_import.show_less', 'Ver menos'),
('pt', 'advanced_import.show_more', 'Ver mais'),
('pt', 'advanced_import.target_node', 'XML target node'),
('pt', 'advanced_import.target_node.description', 'O caminho completo para o nó XML com as informações sobre uma entidade importada. Os nós aninhados no nó especificado serão usados ​​como colunas do arquivo importado. Aqui está um exemplo do caminho: yml_catalog / shop / offers / offer'),
('pt', 'advanced_import.test_import', 'Executar importação de teste'),
('pt', 'advanced_import.test_import_tooltip', 'Se você habilitar essa configuração, apenas o primeiro [n] produto será processado. | Se você habilitar essa configuração, apenas os [n] primeiros produtos serão processados.'),
('pt', 'advanced_import.text_popup_file_editor_notice_full_link', 'You can upload and download files via <a class=\"advanced-import-file-editor-opener\" data-target-input-id=\"[target]\">[link_text]</a>'),
('pt', 'advanced_import.unexpected_parameter_passed', 'Esperado <b>[delimiter]</b> ou <b>[closer]</b>, fornecido: <b>[char]</b>.'),
('pt', 'advanced_import.unrecognized_modifier', 'O modificador <b>[modifier]</b> não existe.'),
('pt', 'advanced_import.uploading_file', 'Upload de arquivo para a predefinição: [preset]'),
('pt', 'advanced_import.user_upload', 'Upload pelo usuário'),
('pt', 'advanced_import.your_presets', 'Predefinições do vendedor'),
('pt', 'advanced_import_attachments', 'Acessórios de produto'),
('pt', 'advanced_import_images', 'Imagens do produto'),
('pt', 'advanced_option_creation', 'Criação de opção avançada'),
('pt', 'advanced_products_search', 'Pesquisa avançada de produtos'),
('pt', 'advanced_search', 'Pesquisa avançada'),
('pt', 'advanced_search_options', 'Opções de pesquisa avançada'),
('pt', 'advanced_storefronts_search', 'Pesquisa avançada de vitrines'),
('pt', 'affected_email_templates', 'Modelos de email usando este documento'),
('pt', 'after_full_payment', 'Após pagamento integral'),
('pt', 'after_sum', 'Após somatória'),
('pt', 'agent', 'Agente'),
('pt', 'agent_id', 'Código do agente'),
('pt', 'age_limit', 'Limite de idade'),
('pt', 'age_verification', 'Verificação de idade'),
('pt', 'age_warning_message', 'Mensagem de aviso'),
('pt', 'agilecrm.account_ask', 'Não tenha uma conta Agile. <a target=\"_blank\" href=\"https://www.agilecrm.com/pricing?utm_source=cscart	&utm_medium=website&utm_campaign=integration\" style=\"text-decoration:none;padding:5px\" class=\"btn-primary\">Criar Conta</a> e preencha os dados abaixo <br/> <br/>'),
('pt', 'agilecrm_btn_validate', 'Validate'),
('pt', 'agile_domain', 'Domínio Ágil'),
('pt', 'agile_rest_api_key', 'Rest API Key'),
('pt', 'agreement_required', 'Acordo obrigatório'),
('pt', 'all', 'Todos'),
('pt', 'allowed', 'Permitido'),
('pt', 'allowed_combinations', 'Combinações permitidas'),
('pt', 'allowed_extensions', 'Extensões permitidas'),
('pt', 'allowed_extensions_hint', 'Deixe este campo em branco para permitir o envio de todos os tipos de arquivos, ou digite as extensões permitidas separadas por vírgula (p.ex. jpg, bmp, gif, pdf)'),
('pt', 'allow_api_access', 'Permitir que este usuário utilize a API'),
('pt', 'allow_return_registration', 'Permitir o registro de devolução'),
('pt', 'all_actions', 'Todas as ações'),
('pt', 'all_block_types', 'Todos os tipos de bloco'),
('pt', 'all_categories', 'Todas as categorias'),
('pt', 'all_companies', 'Todos os Vendedores'),
('pt', 'all_currencies', 'Todas as moedas'),
('pt', 'all_downloads', 'Todos downloads'),
('pt', 'all_features', 'Todos atributos'),
('pt', 'all_filters', 'Todos filtros'),
('pt', 'all_languages', 'Todas as línguas'),
('pt', 'all_layouts', 'Todos os layouts'),
('pt', 'all_locations', 'Todos os locais'),
('pt', 'all_pages', 'Todas páginas'),
('pt', 'all_products', 'All products'),
('pt', 'all_products_have_been_updated', 'Todos os produtos foram atualizados com sucesso.'),
('pt', 'all_storefronts', 'Todas as vitrines'),
('pt', 'all_storefronts_short', 'Todos'),
('pt', 'all_stores', 'Todas as lojas'),
('pt', 'all_vendors', 'Todos os vendedores'),
('pt', 'all_words', 'Todas estas palavras'),
('pt', 'also_bought', 'Também comprou'),
('pt', 'alternative_text', 'Alt text'),
('pt', 'alt_text', 'Título/texto alternativo'),
('pt', 'always', 'Sempre'),
('pt', 'american_express', 'American Express'),
('pt', 'american_express_info', 'O CVV está na frente do cartão, acima do número do cartão de crédito (à direita ou à esquerda do cartão de crédito).'),
('pt', 'amount', 'Montante'),
('pt', 'amount_decreased', 'Quantidade reduzida por'),
('pt', 'amount_increased', 'Quantidade aumentada por'),
('pt', 'amount_type', 'Tipo de quantidade'),
('pt', 'and', 'e'),
('pt', 'anonymize', 'Anonymize'),
('pt', 'anonymous', 'Anônimo'),
('pt', 'answer', 'Resposta'),
('pt', 'answers', 'Respostas'),
('pt', 'answer_text', 'Texto da resposta'),
('pt', 'any', 'Qualquer'),
('pt', 'any_category', 'Any category'),
('pt', 'any_date', 'Qualquer data'),
('pt', 'any_option_combinations', 'Qualquer combinação de opções'),
('pt', 'any_product', 'Qualquer produto'),
('pt', 'any_status', 'Qualquer estado'),
('pt', 'any_vendor', 'Qualquer vendedor'),
('pt', 'any_words', 'Qualquer uma dessas palavras'),
('pt', 'api', 'API'),
('pt', 'apikey', 'API Key'),
('pt', 'api_access', 'Acesso da API'),
('pt', 'api_access_for_user', 'Acesso API para este utilizador'),
('pt', 'api_access_has_been_disabled', 'De agora em diante, você não pode usar a API'),
('pt', 'api_access_has_been_enabled', 'Você está livre para usar a API agora'),
('pt', 'api_empty_value', 'Empty value specified for the required [field] field.'),
('pt', 'api_invalid_value', 'Valor inválido `[value]` especificado para [field]'),
('pt', 'api_invalid_value_w_valid_list', 'Valor inválido `[value]` especificado para [field]. Os valores válidos são: [valid_list]'),
('pt', 'api_key', 'Chave da API'),
('pt', 'api_key_not_found', 'A chave de API não foi encontrada'),
('pt', 'api_need_correct_company_id', 'Código da empresa não encontrado'),
('pt', 'api_need_id', 'Código do objeto não definido'),
('pt', 'api_need_params', 'Parâmetros faltando'),
('pt', 'api_need_store', 'Loja é obrigatório (os parâmetros company_id ou a entidade lojas)'),
('pt', 'api_not_need_id', 'O código não deve ser definido'),
('pt', 'api_no_shipping_methods_available', 'Nenhum método de envio está disponível'),
('pt', 'api_order_couldnt_be_created', 'Não foi possível criar o pedido'),
('pt', 'api_partner', 'API do parceiro'),
('pt', 'api_password', 'Senha da API'),
('pt', 'api_required_field', 'O campo [field] é obrigatório'),
('pt', 'api_required_fields', 'Os seguintes campos são obrigatórios: [fields]'),
('pt', 'api_shipments_not_allow_update', 'Apenas os parâmetros da transportadora e tracking_number podem ser atualizados quando a opção \'Permitir multiplos envios para um único pedido\' estiver ativa'),
('pt', 'api_shipments_update_not_allowed', 'Apenas o tracking_number e os parâmetros da operadora podem ser atualizados'),
('pt', 'api_user', 'Usuário da API'),
('pt', 'api_wrong_user_company_relation', 'O usuário não existe para esta loja e o compartilhamento de usuários entre as lojas está desabilitado.'),
('pt', 'appearance', 'Aparência'),
('pt', 'appearance_settings', 'Configurações de aparência'),
('pt', 'appearance_type', 'Tipo de aparência'),
('pt', 'application_id', 'Código da aplicação'),
('pt', 'application_login', 'Login da aplicação'),
('pt', 'apply', 'Aplicar'),
('pt', 'apply_as_link', 'Adicionar como link'),
('pt', 'apply_for_vendor_account', 'Inscrever-se para uma conta de vendedor'),
('pt', 'apply_shipping_for_all_vendors', 'Permitir envio para todos os vendedores'),
('pt', 'apply_shipping_for_all_vendors_confirm', 'O método de envio será aplicado a todos os vendedores. Tem certeza de que deseja continuar?'),
('pt', 'apply_tax_to_products', 'Aplicar impostos selecionados a todos os produtos'),
('pt', 'apply_to_all_languages', 'Aplicar a todos os idiomas'),
('pt', 'apply_to_products', 'Aplicar aos produtos'),
('pt', 'approval', 'Aprovação'),
('pt', 'approve', 'Aprovar'),
('pt', 'approved', 'Aprovado'),
('pt', 'approve_selected', 'Aprovar seleção'),
('pt', 'app_params', 'Aplicação'),
('pt', 'arabic', 'Árabe'),
('pt', 'arrows', 'Setas'),
('pt', 'asc', 'asc.'),
('pt', 'assign_to_me', 'Atribuir para mim'),
('pt', 'attachemnts.attachments_directory', 'Diretório de anexos'),
('pt', 'attachments', 'Anexos'),
('pt', 'attachments.attachments_delimiter', 'Delimitador de anexos'),
('pt', 'attachments.attachments_delimiter.description', 'Delimitador entre anexos de um produto.'),
('pt', 'attachments.attachments_directory', 'Attachments directory'),
('pt', 'attachments.attachments_need_located_root_dir', 'Especifique o diretório de anexos dentro do diretório raiz da loja. Coloque os anexos a serem importados neste diretório.'),
('pt', 'attachments.cant_upload_file', 'Não foi possível carregar o arquivo [url] para o produto [product]'),
('pt', 'attachments.delete_attachments', 'Excluir anexos existentes'),
('pt', 'attachments.delete_attachments_tooltip', 'Se você habilitar esta configuração, os anexos existentes dos produtos importados serão substituídos pelos anexos especificados no arquivo importado (se nenhum anexo for especificado, os anexos antigos permanecerão). Se a configuração for desativada, os novos anexos serão simplesmente adicionados aos anexos existentes.'),
('pt', 'attachments.error_exim_get_attachments_for_products', 'Não foi possível importar anexos para alguns dos produtos. Esses anexos não existem (ou não podem ser acessados) ou os caminhos para esses anexos no arquivo importado estão incorretos.'),
('pt', 'attempt_to_set_itself_or_a_own_child_as_its_parent_warning', 'The parent page wasn\'t changed. Reason: can\'t assign child page as a parent for its own parent.'),
('pt', 'attention', 'Atenção!'),
('pt', 'audience', 'Audiência'),
('pt', 'australia_post_upgrade_notification_text', '<p> A versão mais recente do [product] tem configurações diferentes para o cálculo da taxa de frete em tempo real se você usar o Australia Post como transportadora. </p> <p> Se quiser mostrar as taxas de frete atuais para seus clientes, faça o seguinte: < / p> <ul> <li> vá para Administração> Frete e impostos> Métodos de envio </li> <li> escolha o método de envio que usa o Australia Post como uma transportadora para calcular as taxas de envio </li> <li> mude para a guia Geral e insira o serviço de frete adequado </li> <li> mude para a guia Configurar e insira o <a href = \"https://developers.auspost.com.au/apis/pacpcs-registration\" target = adequado \"_blank\"> Chave da API PAC </a> </li> </ul>'),
('pt', 'australia_post_upgrade_notification_title', 'Austrália Post mudanças no cálculo da taxa de envio em tempo real'),
('pt', 'auth.one_time_password.notification.error_password_invalid', 'Parece que o código que você digitou está incorreto. Pode ter expirado ou já ter sido usado. Verifique o código que você está inserindo ou solicite um novo código.'),
('pt', 'auth.one_time_password.notification.error_password_required', 'Por favor insira o código para entrar.'),
('pt', 'auth.one_time_password.notification.info_password_sent', 'Enviamos um código único para [email].'),
('pt', 'auth.one_time_password.popup.input_placeholder', 'Insira o código aqui'),
('pt', 'auth.one_time_password.popup.message', 'Enviamos um código único para <strong>[email] </strong>. Insira-o abaixo e faremos seu login sem uma senha.'),
('pt', 'auth.one_time_password.popup.resend_btn', 'Reenviar o código'),
('pt', 'auth.one_time_password.popup.sign_in_btn', 'Inscrever-me'),
('pt', 'auth.one_time_password.popup.title', 'Login sem senha'),
('pt', 'authentication_failed', 'Autenticação falhou'),
('pt', 'authentication_key', 'Chave de autenticação'),
('pt', 'authentication_password', 'Senha de autenticação'),
('pt', 'author', 'Autor'),
('pt', 'authorization', 'Autorização'),
('pt', 'authorize_before_order', 'Apenas clientes registrados podem fazer um pedido. Por favor, entre em sua conta ou registre uma nova.'),
('pt', 'authorize_capture', 'Autorizar e capturar'),
('pt', 'authorize_only', 'Autorizar apenas'),
('pt', 'auth_code', 'Código de autenticação'),
('pt', 'auth_info', 'Informações de login'),
('pt', 'auto', 'Auto'),
('pt', 'autoresponders', 'Serviços de auto resposta'),
('pt', 'auto_set_permissions_via_ftp', 'Auto-configurar permissões via FTP'),
('pt', 'avail', 'Disponível'),
('pt', 'availability', 'Disponibilidade'),
('pt', 'available', 'Disponível'),
('pt', 'available_fields', 'Campos disponíveis'),
('pt', 'available_for_supplier', 'Disponível para o fornecedor'),
('pt', 'available_for_vendor', 'Disponível para vendedores'),
('pt', 'available_items', 'Itens disponíveis'),
('pt', 'available_languages', 'Disponível'),
('pt', 'available_since', 'Disponível a partir de'),
('pt', 'available_upgrades', 'Available upgrades'),
('pt', 'available_views', 'Visualizações disponíveis'),
('pt', 'avail_from', 'Disponível a partir de'),
('pt', 'avail_till', 'Disponível até'),
('pt', 'average', 'Média'),
('pt', 'avs', 'AVS'),
('pt', 'awaiting', 'Em espera'),
('pt', 'awaiting_approval', 'Aguarda aprovação'),
('pt', 'backend_google_auth.errors.not_configured', 'Por favor, configure o complemento primeiro'),
('pt', 'backend_google_auth.login_page.btn', 'Acesse com Google'),
('pt', 'backend_google_auth.login_page.help', 'Selecione o endereço de e-mail especificado para sua conta de administrador.'),
('pt', 'backend_google_auth.settings.authorized_redirect_uris', 'URIs de redirecionamento autorizados:'),
('pt', 'backend_google_auth.settings.create_new_application', 'Para adquirir seu código e sua chave de cliente, crie uma nova aplicação em sua conta do Google APIs.'),
('pt', 'backend_google_auth.settings.learn_more_about', 'Saiba mais sobre o Google APIs'),
('pt', 'backend_google_auth.settings.provide_your_credentials', 'Forneça suas credenciais do Google APIs'),
('pt', 'backend_google_auth.settings.save_and_check_btn', 'Salvar e testar o acesso'),
('pt', 'backend_google_auth.settings.warning', 'Depois de configurar este complemento, apenas administradores com endereços de e-mail do Gmail poderão fazer login no painel \"Administração\". Se os administradores tiverem endereços de e-mail que não sejam do Google, não configure o complemento, senão esses administradores não poderão fazer login.'),
('pt', 'backend_google_auth.user_not_found', 'O usuário <strong> [user] </strong> não foi encontrado'),
('pt', 'backend_google_auth.warnings.only_gmail_address_is_available_to_auth', 'O complemento \"Acesso via Google\" está ativo. Somente administradores com endereços de e-mail do Gmail poderão fazer login.'),
('pt', 'backtrace', 'Backtrace'),
('pt', 'backup', 'Backup'),
('pt', 'backupping_data', 'Backup dos dados para'),
('pt', 'backupping_schema', 'Backup do esquemático para'),
('pt', 'backup_data', 'Backup dos dados do banco de dados'),
('pt', 'backup_filename', 'Nome do arquivo de backup'),
('pt', 'backup_files', 'Arquivos de backup'),
('pt', 'backup_options', 'Opções de backup'),
('pt', 'backup_restore', 'Backup/Restore'),
('pt', 'backup_schema', 'Backup do schema do banco de dados'),
('pt', 'back_in_stock_notification_footer', 'Bem-vindo às compras!'),
('pt', 'back_in_stock_notification_header', 'Informamos que o seguinte produto está novamente disponível em nosso estoque:'),
('pt', 'balance', 'Saldo'),
('pt', 'balance_account', 'Saldo da conta'),
('pt', 'balance_carried_forward', 'Saldo transferido'),
('pt', 'bank', 'Banco'),
('pt', 'bank_cic', 'Groupe  CIC'),
('pt', 'bank_cm', 'Crédito mútuo'),
('pt', 'bank_obc', 'OBC'),
('pt', 'bank_routing_number', 'Número de roteamento do banco'),
('pt', 'banner', 'Banner'),
('pt', 'banners', 'Banners'),
('pt', 'banners.editing_banner', 'Alterando banner'),
('pt', 'banners.new_banner', 'Novo banner'),
('pt', 'banners_menu_description', 'Cria banners gráficos e de texto que podem ser inseridos na loja.'),
('pt', 'banner_code', 'Código do banner'),
('pt', 'banner_code_for_some_products', 'Código do banner para alguns produtos');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('pt', 'banner_details_notes', 'Depois de criar um banner aqui, você deve usar o <strong>Editor de Layout</strong> para adicioná-lo  na loja.<br /> <br /> ir para <a href=\"[layouts_href]\" target=\"_blank\">Design → Layouts</a>, alterne para o local onde você deseja que o banner apareça e adicione um novo bloco com tipo <strong>Banners</strong>. <br /> <br />Neste bloco configurações, vá até a guia <strong>Conteúdo</strong>, escolher o preenchimento <strong>Manual</strong>, e clique no botão <strong>Adicionar banners</strong>. <br /> <br /> você verá a lista de todos os banners em sua loja. Escolha os banners que você precisa e clique no botão <strong>Adicionar banners e fechar</strong>. <br /> <br /> Finalmente, clique no botão <strong>Criar</strong> para salvar suas alterações.'),
('pt', 'banner_type.abt__ut2', 'AB: UniTheme2: Advanced banner'),
('pt', 'bar', 'Barra'),
('pt', 'base', 'Base'),
('pt', 'baseurl', 'Base URL'),
('pt', 'base_currency', 'Base'),
('pt', 'base_currency_not_deleted', 'A moeda não foi excluída porque é a moeda base da loja.'),
('pt', 'base_price', 'Preço base'),
('pt', 'base_rate', 'Base rate'),
('pt', 'bestsellers', 'Mais vendidos'),
('pt', 'bestselling', 'Mais vendidos'),
('pt', 'bigpicture_template', 'The big picture'),
('pt', 'biller_code', 'Código Biller'),
('pt', 'billing_address', 'Endereço de cobrança'),
('pt', 'billing_address_line_2', 'Billing: address (line 2)'),
('pt', 'billing_city', 'Billing: city'),
('pt', 'billing_country', 'Billing: country'),
('pt', 'billing_first_name', 'Billing: first name'),
('pt', 'billing_last_name', 'Billing: last name'),
('pt', 'billing_options', 'Opções de cobrança'),
('pt', 'billing_phone', 'Billing: phone'),
('pt', 'billing_shipping_address', 'Endereços de cobrança e entrega'),
('pt', 'billing_state', 'Billing: state'),
('pt', 'billing_zipcode', 'Billing: zipcode'),
('pt', 'bill_to', 'Endereço de cobrança'),
('pt', 'birthday', 'Aniversário'),
('pt', 'bling', 'Bling ERP'),
('pt', 'bling_integration', 'Integração com a Bling'),
('pt', 'block', 'Bloco'),
('pt', 'blocks', 'Blocos'),
('pt', 'block_abt__ut2_advanced_subcategories_menu', 'AB: menu de subcategorias avançadas'),
('pt', 'block_abt__ut2_light_menu', 'AB: Menu voador'),
('pt', 'block_ab__deal_of_the_day', 'AB: Negócio do dia'),
('pt', 'block_ab__deal_of_the_day_description', 'Antevisão da promoção escolhida'),
('pt', 'block_ab__fast_navigation', 'AB: navegação rápida'),
('pt', 'block_ab__fast_navigation_categories', 'AB: Navegação rápida por categorias'),
('pt', 'block_ab__fast_navigation_categories_description', 'Bloco de navegação rápida por subcategorias'),
('pt', 'block_ab__fast_navigation_description', 'Bloco com navegação rápida'),
('pt', 'block_ab__motivation_block', 'AB: bloco de motivação'),
('pt', 'block_ab__motivation_block_description', 'Gerar informações adicionais sobre o trabalho da loja'),
('pt', 'block_ab__multi_deal_of_the_day', 'AB: Multi oferta do dia'),
('pt', 'block_ab__multi_deal_of_the_day_description', 'Exibir anúncio de uma das promoções escolhidas, considerando suas prioridades'),
('pt', 'block_ab__promotions', 'AB: Promoções'),
('pt', 'block_ab__promotions_description', 'Lista de promoções'),
('pt', 'block_ab__promotion_main_data', 'AB: cabeçalho da promoção'),
('pt', 'block_ab__promotion_main_data_description', 'Dados gerais de promoção (nome, imagem, descrição etc.)'),
('pt', 'block_already_exists_in_grid', 'Este bloco já existe nesta grade'),
('pt', 'block_availability_in_stores', 'Disponibilidade em lojas'),
('pt', 'block_availability_in_stores_description', 'Lista de lojas onde o produto pode ser comprado'),
('pt', 'block_banners', 'Banners'),
('pt', 'block_banners_description', 'Banners gráficos e de textos'),
('pt', 'block_blog', 'Postagens recentes'),
('pt', 'block_breadcrumbs', 'Navegação'),
('pt', 'block_breadcrumbs_description', 'Mostra links de navegação'),
('pt', 'block_call_request', 'Solicitação de chamada'),
('pt', 'block_call_request_description', 'Número do telefone da loja e formulário de solicitação de chamada'),
('pt', 'block_cart_content', 'Conteúdo do carrinho'),
('pt', 'block_cart_content_description', 'Conteúdo atual do carrinho'),
('pt', 'block_categories', 'Categorias'),
('pt', 'block_categories_description', 'Árvore das categorias'),
('pt', 'block_checkout', 'Checkout'),
('pt', 'block_checkout_description', 'Informações sobre o pedido'),
('pt', 'block_closest_vendors', 'Vendedores mais próximos'),
('pt', 'block_closest_vendors_description', 'Vendedores da cidade do cliente'),
('pt', 'block_content', 'Conteúdo do bloco'),
('pt', 'block_currencies', 'Moedas'),
('pt', 'block_currencies_description', 'Seletor de moeda'),
('pt', 'block_disabled', 'Bloco desativado para este local'),
('pt', 'block_enabled', 'Bloco ativado para este local'),
('pt', 'block_et_category_banner', 'ET - Category banners'),
('pt', 'block_et_cta', 'ET - Call to action'),
('pt', 'block_et_eib', 'ET - Extra info block'),
('pt', 'block_et_featured_product_banner_tabs', 'ET - Featured product banner tabs'),
('pt', 'block_et_featured_vendors', 'ET - Featured vendors'),
('pt', 'block_et_featured_vendors_sidebar', 'ET - Featured vendors sidebar'),
('pt', 'block_et_home_banners', 'ET - Home banners'),
('pt', 'block_et_home_grid', 'ET - Home grid'),
('pt', 'block_et_main_menu', 'ET - Main menu'),
('pt', 'block_et_menu_horizontal', 'ET - Menu (horizontal)'),
('pt', 'block_et_profile_info', 'ET - Profile info'),
('pt', 'block_et_search', 'ET - Search'),
('pt', 'block_et_sidebar_subcategories', 'ET - Sidebar subcategories'),
('pt', 'block_et_subcaegories', 'ET - Subcategories'),
('pt', 'block_et_subcategories', 'ET - Subcategories'),
('pt', 'block_et_top_menu', 'ET - Top menu'),
('pt', 'block_et_vendor_categories', 'ET - Vendor categories'),
('pt', 'block_et_vendor_contact_button', 'ET - Vendor contact button'),
('pt', 'block_et_vendor_store_description', 'ET - Vendor store description'),
('pt', 'block_et_vendor_store_header', 'ET - Vendor store header'),
('pt', 'block_et_vendor_store_header_mobile', 'ET - Vendor store header (mobile)'),
('pt', 'block_et_vendor_store_menu', 'ET - Vendor store menu'),
('pt', 'block_et_vendor_store_menu_mobile', 'ET - Vendor store menu (mobile)'),
('pt', 'block_geo_maps_customer_location', 'Localização do cliente'),
('pt', 'block_geo_maps_customer_location_description', 'Cidade do cliente e formulário de seleção de cidade'),
('pt', 'block_gift_certificates_verify', 'Verificação de vale-presente'),
('pt', 'block_gift_certificates_verify_description', 'Entrada e validação de vale-presente'),
('pt', 'block_html_block', 'Bloco HTML'),
('pt', 'block_html_block_description', 'Qualquer conteúdo HTML'),
('pt', 'block_ip_after', 'Bloquear IP depois de várias tentativas sem sucesso'),
('pt', 'block_languages', 'Idiomas'),
('pt', 'block_languages_description', 'Seletor de idioma'),
('pt', 'block_lite_checkout_customer_address', 'Checkout: Endereço'),
('pt', 'block_lite_checkout_customer_address_description', 'Campos de perfil para endereço do cliente'),
('pt', 'block_lite_checkout_customer_billing', 'Checkout: Endereço da fatura'),
('pt', 'block_lite_checkout_customer_billing_description', 'Campos do perfil para o endereço da fatura'),
('pt', 'block_lite_checkout_customer_information', 'Checkout: Informação ao Cliente'),
('pt', 'block_lite_checkout_customer_information_description', 'Campos de perfil para informações do cliente'),
('pt', 'block_lite_checkout_customer_notes', 'Checkout: Notas'),
('pt', 'block_lite_checkout_customer_notes_description', 'Observações do cliente sobre o pedido'),
('pt', 'block_lite_checkout_customer_sign_in', 'Checkout: Entrar'),
('pt', 'block_lite_checkout_customer_sign_in_description', 'Botão de login'),
('pt', 'block_lite_checkout_location', 'Checkout: Localização'),
('pt', 'block_lite_checkout_location_description', 'Cidade, estado e país do cliente'),
('pt', 'block_lite_checkout_newsletters', 'Checkout: boletins informativos'),
('pt', 'block_lite_checkout_newsletters_description', 'Capacidade de se inscrever em boletins informativos'),
('pt', 'block_lite_checkout_payment_methods', 'Checkout: Métodos de Pagamento'),
('pt', 'block_lite_checkout_payment_methods_description', 'Seleção da forma de pagamento'),
('pt', 'block_lite_checkout_shipping_methods', 'Checkout: Métodos de Envio'),
('pt', 'block_lite_checkout_shipping_methods_description', 'Seleção do método de envio'),
('pt', 'block_lite_checkout_terms_and_conditions', 'Checkout: Termos e Condições'),
('pt', 'block_lite_checkout_terms_and_conditions_description', 'Caixa de seleção para aceitar os termos e condições'),
('pt', 'block_localizations', 'Localizações'),
('pt', 'block_localizations_description', 'Seletor de localização'),
('pt', 'block_location_selector', 'Localização do cliente'),
('pt', 'block_location_selector_description', 'Insira o endereço para pesquisar por localização'),
('pt', 'block_mailing_lists', 'Assinatura de Newsletter'),
('pt', 'block_mailing_lists_description', 'Campo de e-mail para assinatura de boletim informativo'),
('pt', 'block_main', 'Principal'),
('pt', 'block_main_description', 'Conteúdo principal (carregado pelo controller)'),
('pt', 'block_manager', 'Gestor de blocos'),
('pt', 'block_manager.add_layout_page', 'Adicionar layout da página'),
('pt', 'block_manager.availability.desktop', 'Desktop'),
('pt', 'block_manager.availability.phone', 'Telefone'),
('pt', 'block_manager.availability.show_on', 'Mostrar em'),
('pt', 'block_manager.availability.tablet', 'Tablet'),
('pt', 'block_manager.brands_per_screen', 'Marcas por tela'),
('pt', 'block_manager.can_not_add_product', 'Não foi possível direcionar você para a página de checkout. Requer pelo menos um produto no carrinho e não foi possível adicionar nenhum. Crie um produto e disponibilize-o primeiro na vitrine.'),
('pt', 'block_manager.description_available_values_for_grid_select', 'The available values depend on the size and offset of parent and nested elements.'),
('pt', 'block_manager.dynamic_entity_categories', 'categoria'),
('pt', 'block_manager.dynamic_entity_companies', 'vendedor'),
('pt', 'block_manager.dynamic_entity_pages', 'página'),
('pt', 'block_manager.dynamic_entity_products', 'produto'),
('pt', 'block_manager.editing_layout_page', 'Editar layout da página'),
('pt', 'block_manager.fixed_layout', 'Largura fixa'),
('pt', 'block_manager.fluid_layout', 'Fluido'),
('pt', 'block_manager.forbid_changing_layout_in_css_mode', 'Não é permitido alterar o layout quando o tema é convertido em CSS. Ative o modo MENOS no target=\"_blank\" class=\"cm-post\" href=\"[url]\">Editor de tema</a>.'),
('pt', 'block_manager.full_width_layout', 'Largura total'),
('pt', 'block_manager.grid_columns', 'Colunas da grade'),
('pt', 'block_manager.layout_pages', 'Layout das páginas'),
('pt', 'block_manager.layout_width', 'Largura do layout'),
('pt', 'block_manager.manage_layout_in_tab_not_exist_location', '<p>Esta [entity] atualmente não possui uma página de layout associada. É por isso que ele usa blocos da página de layout padrão. <br> Se você gostaria de editar blocos especificamente para esta[entity], então: </p> <p> <ol> <li> Vá para <b><a href=\"[link]\">Design → Layouts </a> </b></li> <li> Adicione uma página de layout com <b> Despacho: </b> <code> [dispatch_value]</ code >. </li> <li> Mude para a guia <b> [entity_tab] </b> e certifique-se de que a página de layout esteja habilitada para esta[entity].</li> <li> Salve suas alterações e retorne aqui. </li> </ol> </p>'),
('pt', 'block_manager.manage_layout_in_tab_unavailable', '\r\nDesculpe, você não pode editar blocos para esta [entity]. Se desejar fazer isso, entre em contato com o administrador principal. Peça a ele para verificar a guia <b> Layouts </b> desta [entity] em seu painel de administração. Isso fornecerá ao administrador principal todas as informações necessárias.'),
('pt', 'block_manager.manage_layout_in_tab_unavailable_by_object_id', '<p> Esta [entity] atualmente não possui uma página de layout associada. É por isso que ele usa blocos da página de layout padrão. <br> Se você gostaria de editar blocos especificamente para esta [entity], então: </p> <p> <ol> <li> Edite o <b> < a href = \"[link]\">[location_name]</a> </b> página de layout. </li> <li> Mude para a [entity_tab] e certifique-se de que a página de layout esteja habilitada para esta [entity]. </li> <li> Salve suas alterações e volte aqui. </li> </ol> </p>'),
('pt', 'block_manager.max_width', 'Largura máxima'),
('pt', 'block_manager.min_width', 'Largura mínima'),
('pt', 'block_manager.new_layout_page', 'Nova layout da página'),
('pt', 'block_manager.total_displayed_brands', 'Quantidade total de marcas exibidas'),
('pt', 'block_manager.view_layout.desktop', 'Visualização da área de trabalho'),
('pt', 'block_manager.view_layout.phone', 'Antevisão do telefone'),
('pt', 'block_manager.view_layout.reset_filter', 'Editar layouts'),
('pt', 'block_manager.view_layout.tablet', 'Antevisão do Tablet'),
('pt', 'block_manager.wrappers.lite_checkout', 'Checkout leve'),
('pt', 'block_menu', 'Menu'),
('pt', 'block_menu_description', 'Diferentes tipos de menus'),
('pt', 'block_my_account', 'Minha conta'),
('pt', 'block_my_account_description', 'Acesso do perfil do cliente'),
('pt', 'block_name', 'Nome do bloco'),
('pt', 'block_options', 'Opções do bloco'),
('pt', 'block_order', 'Ordem do bloco'),
('pt', 'block_our_brands', 'Marcas'),
('pt', 'block_our_brands_description', 'Marcas de produtos apresentadas na loja'),
('pt', 'block_pages', 'Páginas'),
('pt', 'block_pages_description', 'Páginas da loja'),
('pt', 'block_payment_methods', 'Formas de pagamento'),
('pt', 'block_payment_methods_description', 'Formas de pagamento disponíveis'),
('pt', 'block_polls', 'Enquetes'),
('pt', 'block_products', 'Produtos'),
('pt', 'block_products_description', 'Listagem de produtos'),
('pt', 'block_product_filters', 'Filtros do produto'),
('pt', 'block_product_filters_description', 'Opções de filtragem do produto'),
('pt', 'block_product_filters_home', 'Filtros de produto para página inicial'),
('pt', 'block_product_filters_home_description', 'Opções de filtragem de produto, exibidas na página inicial'),
('pt', 'block_rees46', 'REES46'),
('pt', 'block_rees46_description', 'Bloco de recomendação de produto'),
('pt', 'block_rss_feed', 'Feed RSS'),
('pt', 'block_rss_feed_description', 'Ícone de inscrição do feed RSS'),
('pt', 'block_search_vendors', 'Vendedores por localização'),
('pt', 'block_search_vendors_description', 'Procure vendedores em um local específico'),
('pt', 'block_settings', 'Configurações do bloco'),
('pt', 'block_shipping_methods', 'Formas de frete'),
('pt', 'block_shipping_methods_description', 'Formas de frete disponíveis'),
('pt', 'block_smarty_block', 'Bloco HTML com Smarty'),
('pt', 'block_smarty_block_description', 'Qualquer conteúdo HTML/Smarty'),
('pt', 'block_store_locator', 'Localizador de lojas'),
('pt', 'block_store_locator_description', 'Bloco do localizador de lojas'),
('pt', 'block_tags', 'Tags'),
('pt', 'block_tags_description', 'Tags de produto'),
('pt', 'block_template', 'Modelo'),
('pt', 'block_template_description', 'Bloco com um modelo em particular'),
('pt', 'block_testimonials', 'Depoimentos'),
('pt', 'block_testimonials_description', 'Depoimentos do usuário'),
('pt', 'block_text', 'Texto do bloco'),
('pt', 'block_time', 'Tempo em que o IP irá ficar bloqueado'),
('pt', 'block_vendors', 'Vendedores'),
('pt', 'block_vendors_map', 'Mapa de vendedores'),
('pt', 'block_vendors_map_description', 'Um mapa de todos os vendedores'),
('pt', 'block_vendor_blog', 'Postagens recentes do vendedor'),
('pt', 'block_vendor_categories', 'Categorias de vendedores'),
('pt', 'block_vendor_categories_description', 'Categorias de produtos disponíveis para um determinado vendedor'),
('pt', 'block_vendor_filters', 'Filtros dos vendedores'),
('pt', 'block_vendor_information', 'Informações do vendedor'),
('pt', 'block_vendor_logo', 'Logotipo do vendedor'),
('pt', 'block_vendor_plan_info', 'Informações do plano do vendedor'),
('pt', 'block_vendor_plan_info_description', 'Mostra informações sobre o plano do vendedor selecionado'),
('pt', 'block_vendor_search', 'Pesquisar por produtos de vendedores'),
('pt', 'block_width', 'Largura do bloco'),
('pt', 'block_wrapper_updated', 'Caixa do bloco foi atualizada'),
('pt', 'blog', 'Blog'),
('pt', 'blog.add_post', 'Adicionar postagem de blog'),
('pt', 'blog.editing_post', 'Editar postagem de blog'),
('pt', 'blog.et_featured_recent_posts_scroller', 'ET - Blog featured recent posts scroller'),
('pt', 'blog.et_sidebar_latest_posts_scroller', 'ET - Blog sidebar latest posts scroller'),
('pt', 'blog.new_post', 'Nova postagem de blog'),
('pt', 'blog.post', 'Postagem'),
('pt', 'blog.posts', 'Postagens'),
('pt', 'blog.read_more', 'Continuar lendo'),
('pt', 'blog.recent_posts', 'Blog: postagens recentes'),
('pt', 'blog.recent_posts_scroller', 'Blog: slider de postagens recentes'),
('pt', 'blog.text_links', 'Blog: links de texto'),
('pt', 'blog.view_post', 'Ver postagem'),
('pt', 'blog_functionality_notes', '<p>Use esta página para gerenciar seu blog. Você deve organizar suas postagens da seguinte forma:</p><ul><li>O blog é uma postagem comum que possui a <b>Página de nível raiz</b> como a página pai.</li><li>Escolha o <b>Blog</b> como a página pai de suas postagens.</li></ul>'),
('pt', 'blog_menu_description', 'Gerencie suas postagens de blog.'),
('pt', 'bm.customer_information_block.warning.email_or_phome_must_be_required', 'As informações de contato devem sempre ter um e-mail ou telefone como campo obrigatório.'),
('pt', 'bm.customer_information_block.warning.field_automaticly_added', 'foi adicionado como um campo obrigatório automaticamente.'),
('pt', 'bm.customer_information_block.warning.field_marked_as_required', 'O \"[field_name]\" campo foi marcado como obrigatório.'),
('pt', 'bm_confirm', 'Realizando esta ação irá [action] a este bloco em todas páginas da [location_name]. Você deseja continuar?'),
('pt', 'body', 'Corpo'),
('pt', 'body_html', 'HTML body'),
('pt', 'bonus', 'Bônus'),
('pt', 'bonuses', 'Bônus'),
('pt', 'both', 'Ambos'),
('pt', 'bottom_panel.admin_panel', 'Painel de administração'),
('pt', 'bottom_panel.build_mode', 'Editar estrutura'),
('pt', 'bottom_panel.build_mode.not_available', 'Disponível apenas na página de checkout. Adicione um produto ao carrinho e vá para finalizar a compra para ver como funciona.'),
('pt', 'bottom_panel.buy_license', 'Comprar licença'),
('pt', 'bottom_panel.change_theme', 'Mudar tema'),
('pt', 'bottom_panel.community_forums', 'Fóruns da comunidade'),
('pt', 'bottom_panel.customer_help_desk', 'Contate o suporte'),
('pt', 'bottom_panel.documentation', 'Documentação'),
('pt', 'bottom_panel.download', 'Download'),
('pt', 'bottom_panel.edit_layout', 'Editar layout'),
('pt', 'bottom_panel.edit_menus', 'Edit menus'),
('pt', 'bottom_panel.edit_product_tabs', 'Editar guias de produtos'),
('pt', 'bottom_panel.edit_template', 'Editar modelo'),
('pt', 'bottom_panel.edit_translations', 'Editar traduções'),
('pt', 'bottom_panel.faq', 'FAQ'),
('pt', 'bottom_panel.go_to_dashboard', 'Ir para a dashboard'),
('pt', 'bottom_panel.go_to_home_page', 'Vá para a página inicial'),
('pt', 'bottom_panel.help', 'Ajuda'),
('pt', 'bottom_panel.hide_bottom_admin_panel', 'Ocultar barra de ferramentas de administração'),
('pt', 'bottom_panel.hire_a_developers', 'Contrate um desenvolvedor'),
('pt', 'bottom_panel.preview_mode', 'Preview'),
('pt', 'bottom_panel.restore_demo', 'Restaurar demonstração'),
('pt', 'bottom_panel.settings', 'Configurações'),
('pt', 'bottom_panel.show_bottom_admin_panel', 'Mostrar barra de ferramentas de administração'),
('pt', 'bottom_panel.storefront', 'Vitrine'),
('pt', 'bottom_panel.text_mode', 'Editar textos'),
('pt', 'bottom_panel.theme_mode', 'Editar estilo'),
('pt', 'bottom_panel.theme_mode.not_available', 'Available only in your microstore or on the pages of your products and blog articles.'),
('pt', 'bottom_panel.trial_left', 'Restante período experimental'),
('pt', 'bottom_panel.vendor_panel', 'Painel de vendedores'),
('pt', 'bottom_panel.video_tutorials', 'Tutoriais em vídeo'),
('pt', 'bought', 'Também comprou'),
('pt', 'bought_amount', 'Quantidade comprada'),
('pt', 'box_height', 'Altura da caixa'),
('pt', 'box_length', 'Comprimento da caixa'),
('pt', 'box_size', 'Tamanho da caixa'),
('pt', 'box_width', 'Largura da caixa'),
('pt', 'brand', 'Marca'),
('pt', 'brand_type', 'Marca/Fabricante'),
('pt', 'breadcrumbs', 'Navegação'),
('pt', 'broken_addon_pack', 'Estrutura de plugin incorreta. O pacote de upload não pode ser instalado.'),
('pt', 'broken_po_pack', 'Estrutura PO-Pack incorreta. O pacote enviado não pôde ser instalado.'),
('pt', 'browse', 'Procurar...'),
('pt', 'browser_upgrade_notice', '<p>Nos detectamos que o navegador utilizado por você não é completamente suportado em nosso Painel Administrativo. Você pode ver este site utilizando seu atual navegador, mas a navegação pode ficar comprometida e vo cê não terá acesso a todos os recursos.</p><br><p>O Painel Administrativo é melhor visualizado utilizando os seguintes navegadores</p><br><ul><li>&ndash; <a href=\"http://windows.microsoft.com/pt-BR/internet-explorer/products/ie/home\" target=\"_blank\">Internet Explorer 9 ou superior</a></li><li>&ndash; <a href=\"http://www.mozilla.org/pt-BR\" target=\"_blank\">Mozilla Firefox (Última versão)</a></li><li>&ndash; <a href=\"https://www.google.com/intl/pt/chrome/browser/\" target=\"_blank\">Google Chrome (Última versão)</a></li></ul><br><p>Clique em um dos links de download do navegador de sua escolha. Quando o download estiver completo, instale o navegador executando seu arquivo de instalação.</p><br><p>Se você não pode atualizar seu navegador agora, você ainda poderá acessar o Painel Administrativo, mas não terá todos os recursos.<br><br><a href=\"[url]\">Continuar</a></p>'),
('pt', 'browser_upgrade_notice_title', 'Aviso de atualização de Navegador'),
('pt', 'browse_all_available_addons', 'Pesquisar todos os módulos disponíveis'),
('pt', 'browse_all_available_themes', 'Pesquisar todos os temas disponíveis'),
('pt', 'browse_by_category', 'Browse by category'),
('pt', 'bucket', 'Balde'),
('pt', 'bulk_attempt_to_set_itself_or_a_own_child_as_its_parent_warning', 'The parent page of some of the selected pages wasn\'t changed. Reason: can\'t assign child page as a parent for its own parent.'),
('pt', 'bulk_category_addition', 'Adicionar multiplas categorias'),
('pt', 'bulk_category_deletion_side_effects', 'Esta ação irá eliminar todos os produtos da categoria e subcategorias selecionadas'),
('pt', 'bulk_edit.decrease_hint', 'Para diminuir o valor, use \"-\". Exemplo: -5'),
('pt', 'bulk_edit.example_of_modified_value', 'Exemplo do valor modificado'),
('pt', 'bulk_edit.make_active', 'Tornar os produtos ativos'),
('pt', 'bulk_edit.make_disabled', 'Desabilitar produtos'),
('pt', 'bulk_edit.make_hidden', 'Faça produtos ocultos'),
('pt', 'bulk_edit.price_and_stock', 'Preço e estoque'),
('pt', 'bulk_edit.some_products_were_omitted', 'Alguns produtos foram ignorados porque a última categoria restante não pode ser removida ou adicionada para um produto.'),
('pt', 'bulk_edit.some_products_were_omitted_other_storefront', 'Não foi possível editar os produtos selecionados. Alguns dos produtos selecionados pertencem a outras vitrines; desmarque esses produtos para poder editar os restantes.'),
('pt', 'bulk_edit.unable_to_delete_all_categories', 'Pelo menos uma categoria deve ser selecionada'),
('pt', 'bulk_edit.what_do_these_checkboxes_mean', 'O que essas caixas de seleção significam?'),
('pt', 'bulk_edit.what_do_these_checkboxes_mean_checked', 'todos os produtos selecionados pertencem a esta categoria ou serão atribuídos a ela.'),
('pt', 'bulk_edit.what_do_these_checkboxes_mean_indeterminate', 'alguns dos produtos selecionados pertencem a esta categoria; nenhuma alteração será feita.'),
('pt', 'bulk_edit.what_do_these_checkboxes_mean_unchecked', 'nenhum dos produtos selecionados pertence a esta categoria, ou eles serão removidos dela.'),
('pt', 'bulk_print_invoice', 'Imprimir pedidos'),
('pt', 'bulk_print_packing_slip', 'Imprimir etiquetas de postagem'),
('pt', 'bulk_print_pdf', 'Imprimir pedidos (PDF)'),
('pt', 'bulk_product_addition', 'Adicionar multiplos produtos'),
('pt', 'bulk_product_features_warning', 'Essa alteração não afetará alguns dos recursos selecionados, pois eles pertencem a um grupo de recursos. Você pode atribuir categorias a um grupo de recursos inteiro.'),
('pt', 'bundleid', 'Id do pacote'),
('pt', 'button_bgcolor', 'Cor de fundo do botão'),
('pt', 'button_text_color', 'Cor do texto do botão'),
('pt', 'but_change', 'Alterar'),
('pt', 'buyer_name', 'Nome do comprador'),
('pt', 'buy_in_advance', 'Permitir a pré-venda'),
('pt', 'buy_in_advance_upgrade_notification.message', '<p> Os clientes agora podem encomendar produtos com <b> ações de falta de estoque </b> definidas como <i> Comprar com antecedência </i>, mesmo quando a configuração <b> Permitir quantidade negativa no estoque </b> for Desativado. Atualmente, os seguintes produtos estão disponíveis em pedidos pendentes: </p> <ul> [lista_produtos] </ul> <p> Se você não quiser permitir que os clientes comprem alguns desses produtos enquanto você não os tiver em estoque , edite esses produtos e defina suas <b> Ações de falta de estoque </b> como <i> Nenhum </i>. </p>'),
('pt', 'buy_in_advance_upgrade_notification.title', 'Novo comportamento de \"Ações fora de estoque: Compre com antecedência\"'),
('pt', 'buy_license', 'Adquira uma licença'),
('pt', 'buy_new_storefront_license', 'Compre [product] Licença de loja'),
('pt', 'buy_now', 'Comprar agora'),
('pt', 'buy_now_url', 'URL do Comprar Agora'),
('pt', 'buy_together', 'Compre junto'),
('pt', 'buy_together_calculation_information', 'Preço total: [total_price], Desconto: [discount], Preço da combinação: [combination_price]'),
('pt', 'buy_together_combination_cannot_be_added', 'A combinação não pôde ser adicionada ao carrinho'),
('pt', 'buy_together_fill_the_mandatory_fields', 'Selecione as opções do produto antes de adicionar esta combinação ao seu carrinho.'),
('pt', 'buy_together_info_message', 'Para adicionar uma combinação, primeiro <a class=\"buy-together-js-storefront-switcher\" data-ca-switcher-storefront-id=\"[storefront_id]\" data-ca-switcher-param-name=\"switch_company_id\" data -ca-switcher-product-id=\"[product_id]\">selecione a loja</a>.'),
('pt', 'buy_together_info_message_for_mve', 'Somente vendedores podem adicionar combinações de produtos. Para adicionar uma combinação, primeiro <a class=\"buy-together-js-company-switcher\" data-ca-switcher-company-id=\"[company_id]\" data-ca-switcher-param-name=\"company_id\" data -ca-switcher-product-id=\"[product_id]\">faça login como vendedor</a>.'),
('pt', 'buy_together_is_not_compatible_with_configurator', 'O produto [product_name] não pôde ser adicionado à combinação. A opção Compre Junto não é compatível com o Configurador de Produtos.'),
('pt', 'buy_together_is_not_compatible_with_recurring_billing', 'O produto [product_name] não pôde ser adicionado à combinação. A opção Compre Junto não é compatível com o Cobrança Recorrente.'),
('pt', 'buy_together_product_was_removed', 'Não há estoque suficiente ([amount]) do produto [product] e por isso ele foi removido do carrinho'),
('pt', 'by', 'por'),
('pt', 'bytes', 'bytes'),
('pt', 'by_fixed', 'por montante fixo'),
('pt', 'by_percentage', 'por porcentagem do preço original'),
('pt', 'b_first_name_and_last_name', 'Nome e sobrenome (para faturamento)'),
('pt', 'b_fullname', 'Nome completo (para cobrança)'),
('pt', 'b_last_name_and_first_name', 'Sobrenome e nome (para cobrança)'),
('pt', 'C128A', 'Code 128 é uma simbologia de código de barras de alta densidade. <br/>Usado extensivamente em todo o mundo. <br/>Code 128 é projetado para codificar os 128 caracteres ASCII completo. <br/>Code 128-A - 0-9, A-Z, códigos de controle ASCII, caracteres especiais. <br/>Code 128-B-0-9, A-Z, a-z, caracteres especiais . <br/>Code128-C-00-99 (densidade dupla de codificação de dados apenas numéricos). <br/>'),
('pt', 'C128B', 'Code 128 é uma simbologia de código de barras de alta densidade. <br/>Usado extensivamente em todo o mundo. <br/>Code 128 é projetado para codificar os 128 caracteres ASCII completo. <br/>Code 128-A - 0-9, A-Z, códigos de controle ASCII, caracteres especiais. <br/>Code 128-B-0-9, A-Z, a-z, caracteres especiais . <br/>Code128-C-00-99 (densidade dupla de codificação de dados apenas numéricos). <br/>'),
('pt', 'C128C', 'Code 128 é uma simbologia de código de barras de alta densidade. <br/>Usado extensivamente em todo o mundo. <br/>Code 128 é projetado para codificar os 128 caracteres ASCII completo. <br/>Code 128-A - 0-9, A-Z, códigos de controle ASCII, caracteres especiais. <br/>Code 128-B-0-9, A-Z, a-z, caracteres especiais . <br/>Code128-C-00-99 (densidade dupla de codificação de dados apenas numéricos). <br/>'),
('pt', 'C39', 'Conhecido também como USS Code 39, 3 de 9<br />Code 39 pode ser codificado de caractéres alphanuméricos.<br /> Simbologia utilizada em ambiente não  comercial.<br/> Code 39 é designado para codificar 26 letras capitais, 10 digitos e 7 caractéres especiais.'),
('pt', 'cache_cleared', 'Cache apagado'),
('pt', 'calculate', 'Calcular'),
('pt', 'calculated_automatically', 'Calculated automatically'),
('pt', 'calculated_rate', 'Calculated rate'),
('pt', 'calculate_shipping_cost', 'Calcular portes de envio'),
('pt', 'calendar', 'Calendário'),
('pt', 'call_request.work_time', 'Segunda a sexta entre 09:00-18:00.'),
('pt', 'call_requests', 'Solicitações de chamada'),
('pt', 'call_requests.agreement_text_full_request_call_request_form', '<p> Nós ([company]) usaremos os dados aqui fornecidos para entrar em contato com você sobre sua solicitação ou pedido de chamada. Esses dados permanecerão em nosso sistema, visíveis para nossa equipe (ou o fornecedor relevante), até que você revogue o seu consentimento. Se você deseja remover seus dados pessoais, envie um e-mail para [email]. </p> <p> Se você acredita que seus dados pessoais foram mal utilizados, você tem o direito de apresentar uma reclamação junto aos órgãos de proteção ao cliente. Claro que não pretendemos de forma alguma usar indevidamente seus dados, mas cabe-nos, por questões legais, informá-lo sobre esse seu direito. </p>'),
('pt', 'call_requests.agreement_text_short_request_call_request_form', 'Eu concordo em ter meus dados pessoais <u>processados da seguinte forma.</u>'),
('pt', 'call_requests.awaiting_call', 'Aguardando ligação'),
('pt', 'call_requests.buy_now_with_one_click', 'Compre agora com 1 clique'),
('pt', 'call_requests.convenient_time', 'Melhor horário'),
('pt', 'call_requests.enter_phone_or_email_text', 'Digite seu telefone ou e-mail (para que nós possamos entrar em contato com você)'),
('pt', 'call_requests.error_validate_call_form', 'Informe seu e-mail ou telefone'),
('pt', 'call_requests.error_validator_phone', 'O telefone informado no campo <b>[field]</b> não é válido.'),
('pt', 'call_requests.event.request_about_product_created.name', 'Solicitações de chamada: solicitação sobre o produto criado'),
('pt', 'call_requests.event.request_created.name', 'Solicitações de chamada: solicitação criada'),
('pt', 'call_requests.notes', 'Observações'),
('pt', 'call_requests.no_name_specified', 'Nenhum nome especificado'),
('pt', 'call_requests.order_exists', 'Já existe um pedido'),
('pt', 'call_requests.order_placed', 'Recebemos a sua solicitação. O pedido nº [order_id] foi registrado com sucesso. Nós entraremos em contato em breve.'),
('pt', 'call_requests.person_name_and_phone', 'Nome e telefone'),
('pt', 'call_requests.phone_from_settings', 'Telefone das configurações'),
('pt', 'call_requests.requested_product', 'Produto solicitado'),
('pt', 'call_requests.request_call', 'Solicitar chamada'),
('pt', 'call_requests.request_call_request_form', 'Solicitação de chamada: formulário de pedido'),
('pt', 'call_requests.request_recieved', 'Recebemos a sua solicitação. Nós entraremos em contato em breve.'),
('pt', 'call_requests.responsible', 'Responsável'),
('pt', 'call_requests.status.completed', 'Concluído'),
('pt', 'call_requests.status.in_progress', 'Em andamento'),
('pt', 'call_requests.status.new', 'Novo'),
('pt', 'call_requests.status.no_answer', 'Sem resposta'),
('pt', 'call_requests.text_buy_with_one_click_request', 'O cliente [customer] está <a href=\"[href]\">aguardando a sua ligação</a> no telefone [phone_number] com relação a compra do produto <a href=\"[product_href]\">[product_name]</a>.'),
('pt', 'call_requests.text_call_request', '[customer] cliente está <a href=\"[href]\"> aguardando a sua chamada</a> na [phone_number].'),
('pt', 'call_requests.text_call_request_call_time', 'A melhor hora para ligar é entre [time_from] e [time_to].'),
('pt', 'call_requests.use_for_call_requests', 'Formulário de solicitação de chamada e compre agora com um clique'),
('pt', 'call_requests_menu_description', 'Gerenciar solicitações de chamada dos clientes'),
('pt', 'campaign', 'Campanhas'),
('pt', 'campaigns', 'Campanhas'),
('pt', 'campaign_stats', 'Estatísticas de campanha'),
('pt', 'canada_post_activation_error', 'Para ativar o processador de remessa Canada post, você precisa da moeda Dólar Canadense ativada.'),
('pt', 'canada_post_upgrade_notification_text', '<p> A versão mais recente do [produto] tem configurações diferentes para o cálculo da taxa de frete em tempo real se você usar o Canada Post como uma transportadora. </p> <p> Se quiser mostrar as taxas de frete atuais aos seus clientes, faça o seguinte: < / p> <ul> <li> vá para Administração> Frete e impostos> Métodos de envio </li> <li> escolha o método de envio que usa os Correios do Canadá como uma transportadora para calcular as taxas de envio </li> <li> mude para a guia Geral e insira o serviço de frete adequado </li> <li> mude para a guia Configurar e insira o adequado<a href=\"https://www.canadapost.ca/cpo/mc/business/productsservices/developers/services/gettingstarted.jsf\" target=\"_blank\">Chaves API </a> </li> </ul>'),
('pt', 'canada_post_upgrade_notification_title', 'Canadá Post mudanças no cálculo da taxa de envio em tempo real'),
('pt', 'cancel', 'Cancelar'),
('pt', 'canceled_reversal', 'Envio reverso cancelado'),
('pt', 'cancelled', 'Cancelado'),
('pt', 'cancel_order', 'Cancelar pedido'),
('pt', 'cancel_url_target', 'Cancelar destino da URL'),
('pt', 'cannot_buy', 'Você não pode comprar o artigo com essas combinações de opção'),
('pt', 'cannot_proccess_checkout', 'Você não pode pode finalizar compras com o carrinho de compras vazio.'),
('pt', 'cannot_proccess_checkout_without_payment_methods', 'Não há nenhuma forma de pagamento disponível e você não poderá finalizar o seu pedido.'),
('pt', 'cannot_remove_active_theme', 'Não foi possível remover o tema atual'),
('pt', 'cannot_remove_theme_has_dependent_themes', 'O tema não pode ser removido, pois os seguintes temas dependem dele: [Dependentes_temas]'),
('pt', 'cannot_upload_file', 'Não é possível fazer upload do arquivo'),
('pt', 'cannot_write_file', 'Não foi possível salvar o arquivo <b>[file]</b>. Verifique as permissões do arquivo e da pasta.'),
('pt', 'cant_create_backup_file', 'Não é possível fazer upload do arquivo de backup. Verifique as permissões para o diretório \"var / backups\" de sua instalação.'),
('pt', 'cant_find_thread', 'Segmento não pode ser encontrado.'),
('pt', 'cant_remove_addon_files', 'Não foi possível remover arquivos de complemento'),
('pt', 'cant_remove_default_storefront', 'A vitrine padrão <b> [url] </b> não pode ser removida'),
('pt', 'cant_save_percentage_price', 'Você não pode usar valores percentuais no preço base.'),
('pt', 'cant_upload_file', 'Não foi possível fazer upload do arquivo. O problema não está necessariamente no final [product]. Se ocorrer regularmente, entre em contato com o administrador do servidor ou com nosso suporte técnico.'),
('pt', 'can_not_add_file_type_profile_field', 'Sorry, this page doesn\'t support fields with the \"File\" type, and they weren\'t added.'),
('pt', 'captcha_upgrade_notification_text', '<p> Anteriormente, você tinha que usar <b> Configurações → Verificação de imagem </b> para configurar a proteção anti-bot. A partir do [produto] 4.5.1, essa seção de configurações não existe. Todas as configurações relevantes foram movidas para o complemento Google reCAPTCHA. Os valores dessas configurações permanecem como estavam antes da atualização. </p> <p> O complemento Google reCAPTCHA agora é o único mecanismo de proteção anti-bot disponível em [produto] por padrão. Para configurar a validação anti-bot, siga estas etapas: </p> <ol> <li> Vá para <b> Complementos → Gerenciar complementos </b>. </li> <li> Localize e clique em no <b> Google reCAPTCHA </b> na lista de complementos. </li> <li> Uma janela pop-up será aberta. Insira a <b> chave do site </b> e o <b> token secreto </b> e salve suas alterações. As instruções sobre como obter a chave e o token estão disponíveis <a href=\'https://developers.google.com/recaptcha/docs/start\' target=\'_blank\'>here</a></li> <li> Defina outras configurações do complemento conforme achar necessário. </li> </ol>'),
('pt', 'captcha_upgrade_notification_title', 'A verificação de imagem foi totalmente substituída pelo Google reCAPTCHA'),
('pt', 'capture', 'Captura'),
('pt', 'card', 'Cartão'),
('pt', 'cardholder_name', 'Nome do titular do cartão'),
('pt', 'card_number', 'Número do cartão'),
('pt', 'carousel', 'Carrossel'),
('pt', 'carousel_swiper', 'Swiper'),
('pt', 'carrier', 'Transportadora'),
('pt', 'carrier_aup', 'Australia Post'),
('pt', 'carrier_can', 'Canada Post'),
('pt', 'carrier_dhl', 'DHL'),
('pt', 'carrier_fedex', 'FedEx'),
('pt', 'carrier_store_locator', 'Pickup'),
('pt', 'carrier_swisspost', 'SwissPost'),
('pt', 'carrier_temando', 'Temando'),
('pt', 'carrier_ups', 'UPS'),
('pt', 'carrier_usps', 'USPS'),
('pt', 'cart', 'Carrinho'),
('pt', 'cart_content', 'Conteúdo do carrinho'),
('pt', 'cart_contents', 'Conteúdo do carrinho'),
('pt', 'cart_info', 'Informação do SIte'),
('pt', 'cart_is_empty', 'Carrinho vazio'),
('pt', 'cart_items', 'Items no carrinho'),
('pt', 'cart_or_wishlist', 'Cart or Wishlist'),
('pt', 'cart_subtotal', 'Subtotal'),
('pt', 'cash_on_delivery', 'Cobrança postal'),
('pt', 'catalog', 'Catálogo'),
('pt', 'catalog_mode', 'Modo catálogo'),
('pt', 'catalog_pages', 'Páginas do catálogo'),
('pt', 'categories', 'Categorias'),
('pt', 'categories_have_been_added', 'As categorias foram adicionadas'),
('pt', 'categories_in', 'Categorias de entrada'),
('pt', 'categories_menu_description', 'Ver categorias de produtos que são utilizados para grupos de produtos em sua loja.'),
('pt', 'category', 'Categoria'),
('pt', 'category_appearance', 'Сategory appearance in mobile application'),
('pt', 'category_deletion_side_effects', 'Isso excluirá todos os produtos da categoria selecionada, bem como suas subcategorias e seus produtos.'),
('pt', 'category_delimiter', 'Delimitador de categoria'),
('pt', 'category_description', 'Descrição da categoria'),
('pt', 'category_location', 'Localização da categoria'),
('pt', 'category_name', 'Nome da categoria'),
('pt', 'cc_button_submit', 'Fazer o  checkout'),
('pt', 'cc_last_digit', 'Final do cartão'),
('pt', 'cdn_settings', 'Configurações de CDN'),
('pt', 'central', 'Central'),
('pt', 'central_content', 'Conteúdo central'),
('pt', 'certificate', 'Certificado'),
('pt', 'certificate_already_used', 'Este vale-presente já está em uso'),
('pt', 'certificate_code_not_available', 'O vale-presente não pode ser aplicado.  Por favor entre em contato com a administração da loja.'),
('pt', 'certificate_code_not_valid', 'Código do vale-presente não é válido'),
('pt', 'certificate_filename', 'Arquivo do certificado'),
('pt', 'certificate_verification', 'Validar/resgatar vale-presente'),
('pt', 'change', 'Alterar'),
('pt', 'changed', 'Alterado'),
('pt', 'changes', 'Alterações'),
('pt', 'change_access_permission_to_config', 'Também é aconselhável alterar as permissões de acesso para o arquivo config.local.php. Ele deve ter permissões de 644 (leitura/gravação para o proprietário e leitura para os outros).'),
('pt', 'change_addons_initialization', 'Alterar inicialização de add-ons'),
('pt', 'change_addons_initialization_description', 'Para determinar se um determinado problema é causado por um Módulo, você pode desabilitar os Módulo de terceiros ou todos os Módulo. Reative-os mais tarde com um clique.'),
('pt', 'change_customer', 'Change customer'),
('pt', 'change_gift_certificate_status', 'Alterar status do vale-presente para'),
('pt', 'change_language', 'Alterar idioma'),
('pt', 'change_order_status_b_subj', 'Pedido #[order] foi colocado em espera'),
('pt', 'change_order_status_b_text', 'Seu pedido foi colocado em espera.'),
('pt', 'change_order_status_c_subj', 'Pedido #[order] foi completado'),
('pt', 'change_order_status_c_text', 'Seu pedido foi concluído. Obrigado por nos escolher.'),
('pt', 'change_order_status_default_subj', 'O status do pedido nº [order] foi alterado para [status]'),
('pt', 'change_order_status_default_text', 'O status do seu pedido foi alterado para [status].'),
('pt', 'change_order_status_d_subj', 'O pedido nº [order] foi recusado'),
('pt', 'change_order_status_d_text', 'Seu pedido foi recusado. Entre em contato com a administração da loja.'),
('pt', 'change_order_status_f_subj', 'O pedido nº [order] falhou'),
('pt', 'change_order_status_f_text', 'Seu pedido não foi bem sucedido. Entre em contato com a administração da loja.'),
('pt', 'change_order_status_i_subj', 'O pedido nº [order] foi cancelado'),
('pt', 'change_order_status_i_text', 'Seu pedido foi cancelado. Entre em contato com a administração da loja.'),
('pt', 'change_order_status_o_subj', 'O pedido nº [order] foi realizado com sucesso'),
('pt', 'change_order_status_o_text', 'Thank you for the order. You are welcome to come back!'),
('pt', 'change_order_status_p_subj', 'Order #[order] has been processed'),
('pt', 'change_order_status_p_text', 'Your order has been processed successfully.'),
('pt', 'change_password_notification', 'Por favor, altere a sua senha'),
('pt', 'change_password_notification_body', 'Sua senha para acessar o painel de administrativo da loja [store] foi alterado pela último vez a [days] dias atrás. Por razões de segurança, por favor, altere sua senha. Para fazer isso, por favor siga o link:'),
('pt', 'change_permissions', 'Alterar permissões'),
('pt', 'change_points', 'Trocar pontos'),
('pt', 'change_range', 'Alterar faixa'),
('pt', 'change_to_status', 'Change to [status]'),
('pt', 'charged_amount', 'Valor cobrado'),
('pt', 'charge_to_vendor_account', 'Cobrar da conta do vendedor'),
('pt', 'charset', 'Conjunto de caracteres'),
('pt', 'chart', 'Gráfico'),
('pt', 'charts', 'Gráficos'),
('pt', 'chart_type', 'Tipo de gráfico'),
('pt', 'check', 'Verificar'),
('pt', 'checkbox', 'Caixa de verificação'),
('pt', 'checked', 'Checked'),
('pt', 'checking_account_number', 'Número de conta corrente'),
('pt', 'checking_core_edition_is_not_suitable', 'Edição de seu carrinho ([current_edition]) não é suportada. Requerido: [required_edition].'),
('pt', 'checking_core_version_is_not_suitable', 'Versão do seu carrinho ([version]) não é suportada. Mínima: [min]. Máxima: [max].'),
('pt', 'checking_extension_should_be_installed', 'A extensão [extension] deve ser instalada no seu servidor para a operação correta do add-on.'),
('pt', 'checking_extension_should_be_removed', 'A extensão [extension] deve ser removida do seu servidor para a operação correta do add-on.'),
('pt', 'checking_extension_version_is_not_suitable', 'A versão [extension] ([version]) não é suportada pelo add-on. Mínima: [min]. Máxima: [max].'),
('pt', 'checking_php_version_is_not_suitable', 'Versão do PHP ([version]) não é suportada. Mínima: [min]. Máxima: [max].'),
('pt', 'checkout', 'Checkout'),
('pt', 'checkout.email_exists.popup.cancel_btn', 'Use another email'),
('pt', 'checkout.email_exists.popup.message', 'An account with your email already exists. We can sign you in (password won\'t be needed), or you can use another email if you\'d like.'),
('pt', 'checkout.email_exists.popup.sign_in_btn', 'Sign me in'),
('pt', 'checkout.email_exists.popup.title', 'You may have bought from us before'),
('pt', 'checkout.min_cart_subtotal_required', 'To continue checkout process your order subtotal must exceed [amount]'),
('pt', 'checkout_as_guest', 'Checkout como convidado'),
('pt', 'checkout_block_with_heading', 'Checkout block (H2 heading)'),
('pt', 'checkout_edp_terms_n_conditions', 'Aceito os termos constantes nas'),
('pt', 'checkout_location_was_rewritten_upgrade_notification_text', '<p>You can now move parts of the new checkout page around, or hide the parts you don\'t need. To do this, go to <b>Design → Layouts</b> and switch to the <i>Checkout</i> tab. For your convenience, we have updated your checkout page: it now has all the new blocks that a clean [product] installation has. Please check your checkout page and modify it as you see fit.</p><p>We also made a back-up of your previous checkout page. If you need to revert our changes, just import the layout from <b>[file_paths]</b></p><p><a href=\"[layout_page]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Configure checkout here</a></p>'),
('pt', 'checkout_location_was_rewritten_upgrade_notification_title', 'Customize your checkout page'),
('pt', 'checkout_select_profile_before_order', 'Please select a profile before you place the order.'),
('pt', 'checkout_terms_n_conditions', 'Select this check box to accept the [terms_href]'),
('pt', 'checkout_terms_n_conditions_alert', 'Para continuar você deve aceitar os termos e condições.'),
('pt', 'checkout_terms_n_conditions_name', 'Terms and Conditions'),
('pt', 'check_active', 'Ativado'),
('pt', 'check_again', 'Verificar e corrigir'),
('pt', 'check_all', 'Todos'),
('pt', 'check_disabled', 'Desativado'),
('pt', 'check_hidden', 'Oculto'),
('pt', 'check_items_text', 'Para incluir o status do pedido, métodos de pagamento e locais na lista de condições, verifique o item necessário e clique no botão \"Salvar\".'),
('pt', 'check_none', 'Nenhum'),
('pt', 'check_number', 'Número do cheque'),
('pt', 'check_other_sources_for_personal_data', '<p>Please note that anonymization doesn\'t affect any backups and logs that you might have. If necessary, please do the following:</p><ol><li>Clear the logs under <b>Administration → Logs</b>.</li><li>Secure and delete the backups you might have under <b>Administration → Backup/Restore</b>.</li></ol>'),
('pt', 'check_pending', 'Pendente'),
('pt', 'check_permissions', 'Check permissions'),
('pt', 'check_php_timeout', 'Check PHP script timeout'),
('pt', 'check_server_export_settings', 'Verifique as configurações de exportação do servidor'),
('pt', 'check_ssl', 'Verificação de SSL'),
('pt', 'check_uncheck_all', 'Selecionar/Deselecionar todos'),
('pt', 'chinese', 'Chinês'),
('pt', 'choose', 'Escolha'),
('pt', 'choose_action', 'Escolha a ação'),
('pt', 'choose_category', 'Escolha a categoria'),
('pt', 'choose_user', 'Escolha um usuário'),
('pt', 'choose_your_country', 'Escolha o seu país'),
('pt', 'choose_your_store_mode', 'Por favor, escolha o modo de licenciamento'),
('pt', 'cities', 'Cidades'),
('pt', 'city', 'Localidade'),
('pt', 'classes', 'classes'),
('pt', 'clean', 'limpar'),
('pt', 'cleanup_history', 'Limpar histórico'),
('pt', 'cleanup_log', 'Limpar log'),
('pt', 'clean_logs', 'Clear logs'),
('pt', 'clean_old_logs', 'Clear logs older than [n] day|Clear logs older than [n] days'),
('pt', 'clean_up_all_locations_on_import', 'Limpar locais antes de importar'),
('pt', 'clear', 'Limpar'),
('pt', 'clear_cache', 'Limpar cache'),
('pt', 'clear_cart', 'Esvaziar o carrinho'),
('pt', 'clear_conditions', 'Limpar condições'),
('pt', 'clear_fields', 'Limpar campos'),
('pt', 'clear_list', 'Limpar lista'),
('pt', 'clear_thumbnails', 'Limpar miniaturas'),
('pt', 'clear_wishlist', 'Limpar lista de desejo'),
('pt', 'clicks', 'Cliques'),
('pt', 'client_id', 'Código do cliente'),
('pt', 'clone', 'Copiar'),
('pt', 'clone_categories', 'Copiar categorias'),
('pt', 'clone_from', 'Copiar de'),
('pt', 'clone_layouts', 'Copiar layouts'),
('pt', 'clone_pages', 'Compartilhar páginas'),
('pt', 'clone_payments', 'Compartilhar formas de pagamento'),
('pt', 'clone_products', 'Compartilhar produtos'),
('pt', 'clone_product_features', 'Compartilhar características de produtos'),
('pt', 'clone_product_filters', 'Compartilhar filtros do produto'),
('pt', 'clone_profile_fields', 'Compartilhar campos de cadastro'),
('pt', 'clone_promotions', 'Compartilhar promoções'),
('pt', 'clone_selected', 'Copiar selecionados'),
('pt', 'clone_settings', 'Copiar configurações'),
('pt', 'clone_shippings', 'Compartilhar fretes'),
('pt', 'clone_sitemap', 'Copie o mapa do site'),
('pt', 'clone_static_data_clone', 'Copiar menus'),
('pt', 'clone_table', 'Copiar tabela'),
('pt', 'clone_theme', 'Copiar tema'),
('pt', 'clone_this_item', 'Copiar este item'),
('pt', 'clone_this_page', 'Copiar esta página'),
('pt', 'close', 'Fechar'),
('pt', 'close_selected_storefronts', 'Close selected'),
('pt', 'close_storefront', 'Close storefront'),
('pt', 'close_storefront.setting_notice', 'You can open or close a storefront on the storefront editing page'),
('pt', 'cmcic_societe', 'Societe'),
('pt', 'cname', 'CNAME'),
('pt', 'code', 'Código'),
('pt', 'code_snippets', 'Partes de código'),
('pt', 'coefficient', 'Coeficiente'),
('pt', 'collapse_bg_color', 'Cor de fundo do acordeon'),
('pt', 'collapse_section', 'Collapse section'),
('pt', 'collapse_sublist_of_items', 'Sub-lista de itens do acordeon'),
('pt', 'collapse_text_color', 'Cor de texto do acordeon'),
('pt', 'color', 'Cor'),
('pt', 'column', 'Coluna'),
('pt', 'combination', 'Combinação'),
('pt', 'combination_code', 'Combination code'),
('pt', 'combination_products', 'Produtos da combinação'),
('pt', 'comma', 'Vírgula'),
('pt', 'comment', 'Comentário'),
('pt', 'comments', 'Comentários'),
('pt', 'comments_and_reviews', 'Comentários e avaliações'),
('pt', 'comments_and_reviews_menu_description', 'Comentários de clientes e resenhas sobre produtos, categorias, pedidos, etc.'),
('pt', 'comment_by', 'Comentário por'),
('pt', 'comment_hint', 'Escreva o seu comentário para aparecer abaixo da opção'),
('pt', 'commerceml.map.entity_type.warehouse', 'Armazéns'),
('pt', 'commerceml.tab.warehouse', 'Armazéns'),
('pt', 'commission', 'Comissão'),
('pt', 'commissions', 'Comissões'),
('pt', 'commissions_of_last_periods', 'Comissões dos períodos mais recentes'),
('pt', 'commission_rates', 'Comissões'),
('pt', 'communication', 'Comunicação'),
('pt', 'communication_and_rating', 'Comunicação e classificação'),
('pt', 'compact_list', 'Lista compacta'),
('pt', 'companies', 'Vendedores'),
('pt', 'company', 'Empresa'),
('pt', 'company_address', 'Endereço da empresa'),
('pt', 'company_name', 'Nome da empresa'),
('pt', 'company_not_found', 'A empresa selecionada não foi encontrada.'),
('pt', 'company_phone', 'Telefone da empresa'),
('pt', 'company_settings', 'Configurações da empresa'),
('pt', 'compare', 'Comparar');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('pt', 'compare_product_features', 'Comparar características do produto'),
('pt', 'comparison_list', 'Lista de comparação'),
('pt', 'comparison_list_note', 'Go to the products comparison list'),
('pt', 'comparsion', 'Comparison'),
('pt', 'compatibility', 'Compatibility'),
('pt', 'compatible_class', 'Classe compatível'),
('pt', 'completed', 'Concluído'),
('pt', 'compressing_backup', 'Compactando o arquivo de backup'),
('pt', 'compress_dump', 'Compactar o arquivo de backup'),
('pt', 'condition', 'Condição'),
('pt', 'conditions', 'Condições'),
('pt', 'configure', 'Configurar'),
('pt', 'confirm', 'Confirme'),
('pt', 'confirmation_dialog', 'Diálogo de confirmação'),
('pt', 'confirmed', 'Confirmed'),
('pt', 'confirm_password', 'Confirmação de senha'),
('pt', 'conflicts', 'Conflitos'),
('pt', 'congratulations', 'Parabéns!'),
('pt', 'connection_ticket', 'Bilhete de conexão'),
('pt', 'contact', 'Contact'),
('pt', 'contact_information', 'Informações de contato'),
('pt', 'contact_the_developer', 'Entre em contato com o desenvolvedor'),
('pt', 'contact_us_for_price', 'Preço por consulta'),
('pt', 'container_not_used', 'This container is NOT used. \"[container]\" container from the default location will be used instead. Set this location as default to use this container as \"[container]\" for all locations.'),
('pt', 'container_options', 'Opções do recipiente'),
('pt', 'content', 'Conteúdo'),
('pt', 'content_alignment', 'Alinhamento do conteúdo'),
('pt', 'content_changed_for', 'Este bloco de instâncias tem conteúdo diferente de'),
('pt', 'content_more', 'more'),
('pt', 'continue', 'Continuar'),
('pt', 'continue_shopping', 'Continuar compras'),
('pt', 'controller', 'Trocar por'),
('pt', 'controller_description', 'Para criar uma URL amigável para um endereço como http://www.minhaloja.com.br?dispatch=<b>categories.catalog</b> você deve preencher o valor \"<b>categories.catalog</b>\" no campo \"<b>Valor do despacho</b>\" e preencher o nome desejado no campo \"<b>Nome SEO</b>\".'),
('pt', 'conversion', 'Conversão'),
('pt', 'converting_data_in_table', 'Convertendo dados na tabela [table]'),
('pt', 'cookie_is_disabled', 'For a complete shopping experience, please <a href=\"http://www.wikihow.com/Enable-Cookies-in-Your-Internet-Web-Browser\" target=\"_blank\">set your browser to accept cookies</a>'),
('pt', 'cookie_policy_upgrade_notification_text', '<p>Some countries require that websites notify customers about the use of cookies. Previously you could do that under <b>Settings → Security</b>. That setting has now been moved to the <b>GDPR Compliance (EU)</b> add-on. Here\'s what we advise doing:</p><ol><li>Go to <b>Add-ons → Manage add-ons</b>.</li><li>Switch to the <b>Browse all available add-ons</b> tab.</li><li>Make sure that the <b>GDPR Compliance (EU)</b> add-on is installed and active.</li><li>Click on the add-on name to open the its settings.</li><li>If the <b>Cookie consent</b> setting is set to <i>Implicit</i>, then your store behaves as before the upgrade.</li><li>Switch to the GDPR tab and make sure that the notifications about personal data processing are configured as you want them to.</li><li>Click <b>Save</b>.</li></ol><p>If you\'d like, you can set the consent mode to <i>Explicit</i>; that way customers will need to explicitly agree to the use of cookies before they can access your store.</p>'),
('pt', 'cookie_policy_upgrade_notification_title', 'Cookie notification settings moved to GDPR add-on'),
('pt', 'coordinates', 'Coordenadas'),
('pt', 'copied', 'Copied'),
('pt', 'copy', 'Copy'),
('pt', 'copyright_shopping_cart', 'Loja Marcial'),
('pt', 'copy_from_layout', 'Copiar dados do layout'),
('pt', 'copy_theme_from_another_storefront', 'Copie o tema e seus layouts de outra vitrine'),
('pt', 'copy_to_other_locations', 'Copiar para outros locais'),
('pt', 'core', 'Núcleo'),
('pt', 'core_addon', 'CS-Cart'),
('pt', 'core_files_have_been_modified', 'Some of your <a href=\"[changes_url]\">core files</a>  were changed manually. That can lead to various problems, especially when upgrading to a new version of [product]. To learn more about why we advise against changing the core files, please read this <a href=\"[docs_url]\" target=\"_blank\" >article</a>.<br><br>[product] automatically checks for changes in core files every time you log in. To disable this check, go to <a href=\"[settings_url]\">Settings → General</a>  and untick the Monitor changes in core files checkbox.'),
('pt', 'cost', 'Custo'),
('pt', 'cost_dependences', 'Frete por valor'),
('pt', 'could_not_connect_to_database', 'Could not connect to database'),
('pt', 'could_not_open_file', 'Visualização do arquivo não está disponível'),
('pt', 'countries', 'Países'),
('pt', 'countries_list', 'Lista de países'),
('pt', 'countries_menu_description', 'Gerencie o conjunto de países que são suportados em sua loja.'),
('pt', 'country', 'País'),
('pt', 'country_code', 'Country code'),
('pt', 'count_document_fail_imported', 'Documents import failed:'),
('pt', 'count_document_successfully_imported', 'Documents successfully imported:'),
('pt', 'count_email_template_fail_imported', 'Falha na importação de modelos de e-mail:'),
('pt', 'count_email_template_successfully_imported', 'Modelos de e-mail importados com sucesso:'),
('pt', 'count_internal_template_fail_imported', 'Falha na importação de modelos de notificação no local:'),
('pt', 'count_internal_template_successfully_imported', 'Modelos de notificação no local importados com sucesso:'),
('pt', 'count_snippet_fail_imported', 'Snippets import failed:'),
('pt', 'count_snippet_successfully_imported', 'Snippets successfully imported:'),
('pt', 'coupon', 'Cupão'),
('pt', 'coupons', 'Cupons'),
('pt', 'coupon_already_used', 'Este cupão já está a ser usado'),
('pt', 'coupon_code', 'Código do cupão'),
('pt', 'cpi_hash_key', 'CPI Hash Key'),
('pt', 'create', 'Criar'),
('pt', 'created', 'Criar conta'),
('pt', 'create_account', 'Criar conta'),
('pt', 'create_administrator_account', 'Criar conta de administrador'),
('pt', 'create_and_close', 'Criar e fechar'),
('pt', 'create_backup', 'Create backup'),
('pt', 'create_detailed_shipment', 'Crie uma remessa detalhada'),
('pt', 'create_file', 'Criar arquivo'),
('pt', 'create_filters', 'Create filters'),
('pt', 'create_folder', 'Criar pasta'),
('pt', 'create_gift_certificate', 'Criar o vale presente'),
('pt', 'create_gift_certificate_for_customer', 'Criar vale-presente para este cliente'),
('pt', 'create_guest_account', 'Checkout rápido sem criação de conta obrigatória'),
('pt', 'create_new_account', 'Criar uma conta e utilizar para o checkout'),
('pt', 'create_new_block', 'Criar um novo bloco'),
('pt', 'create_new_layout', 'Criar novo layout'),
('pt', 'create_new_order', 'Criar um novo pedido'),
('pt', 'create_new_product', 'Create new product'),
('pt', 'create_or_link_an_existing_option', 'Create or link an existing option'),
('pt', 'create_process_payment', 'Criar e processar pagamento'),
('pt', 'create_profile', 'Criar um novo perfil'),
('pt', 'create_profile_notification_header', 'Thank you for becoming a registered user at our store. Below you will find your account information.'),
('pt', 'create_table', 'Criar nova tabela'),
('pt', 'create_ticket', 'Create Ticket'),
('pt', 'creating', 'Criando'),
('pt', 'creating_storefront', 'Creating storefront'),
('pt', 'creating_table', 'Criando tabela'),
('pt', 'creation_date', 'Data de criação'),
('pt', 'credit_card', 'Cartão de crédito'),
('pt', 'credit_card_info', 'Este número é impresso na área de assinatura na parte de trás do cartão. São os 3 dígitos após o número do cartão de crédito.'),
('pt', 'credit_card_number', 'Número de cartão de crédito'),
('pt', 'credit_memo', 'Anotação de crédito'),
('pt', 'credit_memo_id', 'Código da anotação de crédito'),
('pt', 'cresecureapitoken', 'CRE SecureAPIToken'),
('pt', 'cresecureid', 'CRE SecureID'),
('pt', 'cresecure_allowed_types', 'Tipos de cartões permitido'),
('pt', 'cron_export', 'Configurações de exportação do cron'),
('pt', 'cscart_marketplace', 'CS-Cart Marketplace'),
('pt', 'cscart_uvdesk', 'UVDesk Dashboard'),
('pt', 'cscart_uvdesk_menu_description', 'Uvdesk dashboard manage, tickets view, etc.'),
('pt', 'csv_delimiter', 'Delimitador de CSV'),
('pt', 'csv_file', 'Arquivo CSV'),
('pt', 'cta', 'ET - Call to action'),
('pt', 'curl_error_code_reference_link', 'To learn what caused the Curl error, look for your error number in <a target=\"_blank\" href=\"[href]\">this article</a>.'),
('pt', 'curl_error_description_curle_ssl_invalidcertstatus', 'Status returned failure when asked with CURLOPT_SSL_VERIFYSTATUS.'),
('pt', 'currencies', 'Moedas'),
('pt', 'currency', 'Moeda'),
('pt', 'currencycode', 'Código da moeda'),
('pt', 'currency_code_aed', 'Dirham dos Emirados Árabes Unidos'),
('pt', 'currency_code_afn', 'Afghan Afghani'),
('pt', 'currency_code_ang', 'ANG'),
('pt', 'currency_code_aoa', 'Angolan Kwanza'),
('pt', 'currency_code_aon', 'Angolan New Kwanza'),
('pt', 'currency_code_ars', 'ARS'),
('pt', 'currency_code_ats', 'Antillian Guilder'),
('pt', 'currency_code_aud', 'Dólar australiano'),
('pt', 'currency_code_awg', 'AWG'),
('pt', 'currency_code_azn', 'Azerbaijanian Manat'),
('pt', 'currency_code_bam', 'Bosnia and Herzegovina Convertible Marks'),
('pt', 'currency_code_bbd', 'Barbados Dollar'),
('pt', 'currency_code_bdt', 'Bangladesh Taka'),
('pt', 'currency_code_bef', 'Belgian Franc'),
('pt', 'currency_code_bgl', 'Bulgaria Lev'),
('pt', 'currency_code_bgn', 'BGN'),
('pt', 'currency_code_bhd', 'Bahraini Dinar'),
('pt', 'currency_code_bif', 'Burundi Franc'),
('pt', 'currency_code_bmd', 'Bermudian Dollar'),
('pt', 'currency_code_bnd', 'Brunei Dollar'),
('pt', 'currency_code_bob', 'Bolivian Boliviano'),
('pt', 'currency_code_brl', 'Real'),
('pt', 'currency_code_bsd', 'Bahamian Dollar'),
('pt', 'currency_code_btn', 'Bhutan Ngultrum'),
('pt', 'currency_code_bwp', 'Botswana Pula'),
('pt', 'currency_code_byn', 'Belarussian Ruble'),
('pt', 'currency_code_byr', 'BYR'),
('pt', 'currency_code_bzd', 'Belize Dollar'),
('pt', 'currency_code_cad', 'Dólar canadense'),
('pt', 'currency_code_cdf', 'Congolese Franc'),
('pt', 'currency_code_chf', 'Franco suíço'),
('pt', 'currency_code_clp', 'Chilean Peso'),
('pt', 'currency_code_cny', 'CNY'),
('pt', 'currency_code_cop', 'Colombian Peso'),
('pt', 'currency_code_crc', 'Costa Rican Colon'),
('pt', 'currency_code_csd', 'Serbian Dinar'),
('pt', 'currency_code_cve', 'Cape Verde Escudo'),
('pt', 'currency_code_cyp', 'Cyprus Pound'),
('pt', 'currency_code_cyr', 'Libra de Chipre'),
('pt', 'currency_code_czk', 'Coroa Checa'),
('pt', 'currency_code_dem', 'Deutsche Mark'),
('pt', 'currency_code_djf', 'Djibouti Franc'),
('pt', 'currency_code_dkk', 'Coroas dinamarquesas'),
('pt', 'currency_code_dop', 'Dominican Peso'),
('pt', 'currency_code_dzd', 'Algerian Dinar'),
('pt', 'currency_code_ecs', 'Ecuador Sucre'),
('pt', 'currency_code_eek', 'Coroa estoniana'),
('pt', 'currency_code_egp', 'EGP'),
('pt', 'currency_code_ern', 'Eritrean Nafka'),
('pt', 'currency_code_esp', 'Spanish Peseta'),
('pt', 'currency_code_etb', 'Ethiopian Birr'),
('pt', 'currency_code_eur', 'Euro'),
('pt', 'currency_code_fim', 'Finnish Markka'),
('pt', 'currency_code_fjd', 'Dólar de Fiji'),
('pt', 'currency_code_fkp', 'Falkland Islands Pound'),
('pt', 'currency_code_frf', 'Franco francês'),
('pt', 'currency_code_gbp', 'Libra'),
('pt', 'currency_code_gel', 'GEL'),
('pt', 'currency_code_ghs', 'Ghana Cedi'),
('pt', 'currency_code_gip', 'Gibraltar Pound'),
('pt', 'currency_code_gmd', 'Gambian Dalasi'),
('pt', 'currency_code_gnf', 'Guinea Franc'),
('pt', 'currency_code_grd', 'Greek Drachma'),
('pt', 'currency_code_gtq', 'Guatemalan Quetzal'),
('pt', 'currency_code_gyd', 'Guyana Dollar'),
('pt', 'currency_code_hkd', 'Dólar de Hong Kong'),
('pt', 'currency_code_hnl', 'Honduran Lempira'),
('pt', 'currency_code_hrk', 'HRK'),
('pt', 'currency_code_htg', 'Haiti Gourde'),
('pt', 'currency_code_huf', 'Forint húngaro'),
('pt', 'currency_code_idr', 'Indonesian Rupiah'),
('pt', 'currency_code_iep', 'Irish Pound'),
('pt', 'currency_code_ils', 'Novo Shequel Israel'),
('pt', 'currency_code_inr', 'Rupia indiana'),
('pt', 'currency_code_iqd', 'Iraqi Dinar'),
('pt', 'currency_code_irr', 'Iranian Rial'),
('pt', 'currency_code_isk', 'Krona de Islândia'),
('pt', 'currency_code_itl', 'Italian Lira'),
('pt', 'currency_code_jmd', 'Jamaican Dollar'),
('pt', 'currency_code_jod', 'Jordanian Dinar'),
('pt', 'currency_code_jpy', 'Iene Japonês'),
('pt', 'currency_code_kes', 'Kenyan Shilling'),
('pt', 'currency_code_khr', 'Cambodian Riel'),
('pt', 'currency_code_kmf', 'Congolese Franc'),
('pt', 'currency_code_kpw', 'Won norte-coreano'),
('pt', 'currency_code_krw', 'Won sul-coreano'),
('pt', 'currency_code_kwd', 'Dinar do Kuwait'),
('pt', 'currency_code_kyd', 'Cayman Islands Dollar'),
('pt', 'currency_code_kzt', 'Kazakhstani tenge'),
('pt', 'currency_code_lak', 'Laos Kip'),
('pt', 'currency_code_lbp', 'Lebanese Pound'),
('pt', 'currency_code_lkr', 'Sri Lanka Rupee'),
('pt', 'currency_code_lrd', 'Liberian Dollar'),
('pt', 'currency_code_lsl', 'Lesotho Loti (Maloti)'),
('pt', 'currency_code_ltl', 'Litas lituana'),
('pt', 'currency_code_luf', 'Luxembourg Franc'),
('pt', 'currency_code_lvl', 'Lats letão'),
('pt', 'currency_code_lyd', 'Libyan Dinar'),
('pt', 'currency_code_mad', 'MAD'),
('pt', 'currency_code_mdl', 'Moldovan Leu'),
('pt', 'currency_code_mga', 'Malagasy Ariary'),
('pt', 'currency_code_mgf', 'Malagasy Franc'),
('pt', 'currency_code_mkd', 'Macedonian (FYR) Denar'),
('pt', 'currency_code_mmk', 'Myanmar Kyat'),
('pt', 'currency_code_mnt', 'Mongolian Tugrik'),
('pt', 'currency_code_mop', 'Macau Pataca'),
('pt', 'currency_code_mro', 'Mauritania Ouguiya'),
('pt', 'currency_code_mtl', 'Maltese Lira'),
('pt', 'currency_code_mur', 'Mauritius Rupee'),
('pt', 'currency_code_mvr', 'Maldives Rufiyaa'),
('pt', 'currency_code_mwk', 'Malawi Kwacha'),
('pt', 'currency_code_mxn', 'Peso mexicano'),
('pt', 'currency_code_myr', 'Malaysian Ringgit'),
('pt', 'currency_code_mzn', 'Mozambique Metical'),
('pt', 'currency_code_nad', 'Namibian Dollar'),
('pt', 'currency_code_ngn', 'Nigerian Naira'),
('pt', 'currency_code_nio', 'Nicaraguan Cordoba Oro'),
('pt', 'currency_code_nlg', 'Dutch Guilder'),
('pt', 'currency_code_nok', 'Coroas norueguesas'),
('pt', 'currency_code_npr', 'Nepalese Rupee'),
('pt', 'currency_code_nzd', 'Dólar de Nova Zelândia'),
('pt', 'currency_code_omr', 'Rial Omani'),
('pt', 'currency_code_pab', 'Panamanian Balboa'),
('pt', 'currency_code_pen', 'Peruvian Nuevo Sol'),
('pt', 'currency_code_pgk', 'Papua New Guinea Kina'),
('pt', 'currency_code_php', 'Peso Philippine'),
('pt', 'currency_code_pkr', 'Pakistan Rupee'),
('pt', 'currency_code_pln', 'Zloty polonês'),
('pt', 'currency_code_png', 'Papua Nova Guiné Kina'),
('pt', 'currency_code_pte', 'Portugese Escudo'),
('pt', 'currency_code_pyg', 'Paraguayan Guarani'),
('pt', 'currency_code_qar', 'Qatari Rial'),
('pt', 'currency_code_rol', 'Romanian Lei'),
('pt', 'currency_code_ron', 'RON'),
('pt', 'currency_code_rsd', 'New Serbian Dinar'),
('pt', 'currency_code_rub', 'RUB'),
('pt', 'currency_code_rur', 'Rublo Russo'),
('pt', 'currency_code_rwf', 'Rwanda Franc'),
('pt', 'currency_code_sar', 'Rial saudita'),
('pt', 'currency_code_sbd', 'Dólar das Ilhas Salomão'),
('pt', 'currency_code_scr', 'Seychelles Rupee'),
('pt', 'currency_code_sdp', 'Sudanese Pound'),
('pt', 'currency_code_sek', 'Suécia coroas'),
('pt', 'currency_code_sgd', 'Dólar de Singapura'),
('pt', 'currency_code_shp', 'St Helena Pound'),
('pt', 'currency_code_sit', 'Tolar esloveno'),
('pt', 'currency_code_skk', 'Coroa Eslovaca'),
('pt', 'currency_code_sll', 'Sierra Leone Leone'),
('pt', 'currency_code_sos', 'Somalia Shilling'),
('pt', 'currency_code_srd', 'Suriname Dollar'),
('pt', 'currency_code_srg', 'Suriname Guilder'),
('pt', 'currency_code_std', 'Dobra'),
('pt', 'currency_code_svc', 'El Salvador Colon'),
('pt', 'currency_code_syp', 'Syrian Pound'),
('pt', 'currency_code_szl', 'Swaziland Lilangeni'),
('pt', 'currency_code_thb', 'Baht tailandês'),
('pt', 'currency_code_tjs', 'Tajikistan Somoni'),
('pt', 'currency_code_tmt', 'Turkmenistan Manat'),
('pt', 'currency_code_tnd', 'Tunisian Dinar'),
('pt', 'currency_code_top', 'Pa\'anga de Tonga'),
('pt', 'currency_code_trl', 'Turkish Lira'),
('pt', 'currency_code_try', 'Turkish Lira'),
('pt', 'currency_code_ttd', 'Trinidad and Tobago Dollar'),
('pt', 'currency_code_twd', 'Novo dólar de Taiwan'),
('pt', 'currency_code_tzs', 'Tanzanian Shilling'),
('pt', 'currency_code_uah', 'UAH'),
('pt', 'currency_code_ugx', 'Uganda Shilling'),
('pt', 'currency_code_usd', 'Dólar americano'),
('pt', 'currency_code_uyu', 'Peso Uruguayo'),
('pt', 'currency_code_uzs', 'Uzbekistan Sum'),
('pt', 'currency_code_veb', 'Venezuela Bolivar'),
('pt', 'currency_code_vef', 'Venezuela Bolivar Fuerte'),
('pt', 'currency_code_vnd', 'Vietnamese New Dong'),
('pt', 'currency_code_vuv', 'Vanuatu Vatu'),
('pt', 'currency_code_wst', 'Samoan Tala'),
('pt', 'currency_code_xaf', 'XAF'),
('pt', 'currency_code_xcd', 'East Caribbean Dollar'),
('pt', 'currency_code_xof', 'XOF'),
('pt', 'currency_code_xpf', 'XPF'),
('pt', 'currency_code_yer', 'Yemeni Rial'),
('pt', 'currency_code_yum', 'Yugoslavian New Dinar'),
('pt', 'currency_code_zar', 'Rand'),
('pt', 'currency_code_zmw', 'Zambian Kwacha'),
('pt', 'currency_code_zwd', 'Zimbabwe Dollar'),
('pt', 'currency_deleted', 'A moeda foi excluída com sucesso.'),
('pt', 'currency_rate', 'Taxa'),
('pt', 'currency_rate_greater_than_null', 'Taxa de câmbio deve ser maior que 0.'),
('pt', 'currency_sign', 'Símbolo'),
('pt', 'currently_in_use', 'Atualmente em uso'),
('pt', 'current_amount', 'Quantidade atual'),
('pt', 'current_database_size', 'Tamanho atual do banco de dados'),
('pt', 'current_path', 'Caminho atual'),
('pt', 'current_period', 'Período atual'),
('pt', 'current_previous_period', '\'Current (\'[date]\') and previous period\''),
('pt', 'current_setting_value', 'Current value'),
('pt', 'current_theme', 'Tema atual'),
('pt', 'custom', 'Personalizado'),
('pt', 'customer', 'Cliente'),
('pt', 'customers', 'Clientes'),
('pt', 'customers_menu_description', 'Lista de clientes da loja, usuários registrados com uma conta de cliente.'),
('pt', 'customers_menu_title', 'Administração'),
('pt', 'customers_with_abandoned', 'Customers with abandoned'),
('pt', 'customer_address', 'Customer address'),
('pt', 'customer_create_ticket', 'Create Ticket'),
('pt', 'customer_details', 'Detalhes do cliente'),
('pt', 'customer_email', 'E-mail do cliente'),
('pt', 'customer_id', 'Código do cliente'),
('pt', 'customer_info', 'Detalhes do cliente'),
('pt', 'customer_information', 'Detalhes do cliente'),
('pt', 'customer_info_sidebar', 'Customer info'),
('pt', 'customer_name', 'Customer Name'),
('pt', 'customer_notes', 'Notas do cliente'),
('pt', 'customer_notifications', 'Notificações de clientes'),
('pt', 'customer_phone', 'Customer phone'),
('pt', 'customer_signature', 'Assinatura do cliente'),
('pt', 'customer_sign_in', 'Customer Sign-In'),
('pt', 'customer_text_letter_footer', 'Obrigado pela preferência!'),
('pt', 'customer_to_admin_communication.event.message_received.name', 'Cliente para administrador: nova mensagem recebida'),
('pt', 'customization', 'Customization'),
('pt', 'customize', 'Personalizar'),
('pt', 'custom_range', 'Período específico'),
('pt', 'custom_search', 'Custom search'),
('pt', 'cutted_product_codes', 'Os seguintes códigos de produto são muito longos e foram cortados para 32 caracteres:'),
('pt', 'cvv2', 'CVV/CVC'),
('pt', 'czech', 'Tcheco'),
('pt', 'daily', 'Diário'),
('pt', 'danish', 'Dinamarquês'),
('pt', 'dashboard', 'Painel de controle'),
('pt', 'database', 'Banco de dados'),
('pt', 'database_data_changes', 'Alterações de dados do banco de dados'),
('pt', 'database_structure_changes', 'Alterações de estrutura do banco de dados'),
('pt', 'datafeed.description', 'Somente os produtos que atendam a <strong> todas </strong> as condições abaixo serão exportados:'),
('pt', 'datafeed_name', 'Nome do feed de dados'),
('pt', 'datakeeper.error_unsupported_file_type', 'File cannot be restored. Only .sql, .zip and .tgz files are allowed.'),
('pt', 'datakeeper.file_cannot_be_overrided', 'Cannot write to the file <b>[file]</b>. Set the writable permissions manually or check the FTP access to your server in the <a href=\"[url]\">\"Upgrade center\"</a> section'),
('pt', 'datakeeper.run_backup_via_cron_message', 'You can run the backup automatically at certain time intervals. To do it, add the following command to <a href=\"https://en.wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a>:'),
('pt', 'datatrans_caa', 'Autorização com liquidação imediata'),
('pt', 'datatrans_noa', 'Autorição apenas'),
('pt', 'datatrans_sign', 'Assinatura digital'),
('pt', 'data_feed', 'Feeds de dados'),
('pt', 'data_feed.error_exim_no_data_exported', 'Nenhum conteúdo exportado'),
('pt', 'data_feeds', 'Feeds de dados'),
('pt', 'data_feeds.exclude_shared_products', 'Exclui produtos compartilhados'),
('pt', 'data_feeds.text_tooltip_field_name', 'O nome da coluna no arquivo de entrada de dados.'),
('pt', 'data_feeds.text_tooltip_field_type', 'O tipo de dados da sua loja que serão exportados para esta coluna do arquivo de entrada de dados.'),
('pt', 'date', 'Data'),
('pt', 'date_added', 'Data de adição'),
('pt', 'date_of_birth', 'Data de nascimento'),
('pt', 'day', 'dia'),
('pt', 'days', 'dias'),
('pt', 'days_old', 'days old'),
('pt', 'day_or_days', 'day(s)'),
('pt', 'db_backup_restore', 'Cópia e restauração do BD'),
('pt', 'db_name', 'Nome do banco de dados'),
('pt', 'dear', 'Prezado(a)'),
('pt', 'dear_sirs', 'Prezados Senhores(as)'),
('pt', 'debit', 'Débito'),
('pt', 'decimals', 'Casas decimais'),
('pt', 'decline', 'Recusar'),
('pt', 'declined', 'Recusado'),
('pt', 'declined_products_information', 'Informações sobre os produtos recusados'),
('pt', 'decline_products', 'Produtos recusados'),
('pt', 'decline_selected', 'Recusar selecionados'),
('pt', 'decorator', 'Decorador'),
('pt', 'decrease', 'Diminuir'),
('pt', 'dec_sign', 'Separador decimal'),
('pt', 'default', 'Padrão'),
('pt', 'default_category_view', 'Modo de exibição padrão para categoria'),
('pt', 'default_currency_status', 'O status da moeda principal não pode ser alterado'),
('pt', 'default_custom.custom', 'Custom...'),
('pt', 'default_custom.custom_value', 'Custom ([value])'),
('pt', 'default_custom.disabled', 'Disabled'),
('pt', 'default_custom.edit_global', 'Edit global ([name])...'),
('pt', 'default_custom.edit_parent', 'Edit parent ([name])...'),
('pt', 'default_custom.global', 'Global ([name])'),
('pt', 'default_custom.parent', 'Parent ([name])'),
('pt', 'default_decline_inventory_info', 'To avoid the situation when two customers buy the same product, this status always decreases inventory.'),
('pt', 'default_filter_by_location', 'Nenhum filtro especificado. Filtrar por local definido como padrão.'),
('pt', 'default_language', 'Idioma padrão'),
('pt', 'default_language_status', 'Status do idioma padrão não pode ser alterado'),
('pt', 'default_layout', 'Layout padrão'),
('pt', 'default_long_options_template', 'Modelo padrão (nomes longos nas opções dos produtos)'),
('pt', 'default_product_details_view', 'Pai ([default])'),
('pt', 'default_storefront', 'Default'),
('pt', 'default_storefront_must_exist', 'Default storefront must exist in the store'),
('pt', 'default_template', 'Modelo padrão'),
('pt', 'default_value', 'Valor padrão'),
('pt', 'deferred', 'Adiado'),
('pt', 'defined', 'Definido'),
('pt', 'defined_desired_products', 'Lista de produtos desejados'),
('pt', 'defined_items', 'itens selecionados'),
('pt', 'delay', 'Atraso (em segundos)'),
('pt', 'delete', 'Excluir'),
('pt', 'deleted', 'Apagado'),
('pt', 'deleted_product', 'Artigo apagado'),
('pt', 'delete_all_images', 'Delete all images'),
('pt', 'delete_block', 'Excluir bloco'),
('pt', 'delete_confirmation', 'Você tem certeza de que deseja excluir os itens selecionados?'),
('pt', 'delete_default_destination_notice', 'Couldn\'t delete the default rate area. It must always exist.'),
('pt', 'delete_downloadable_product_files', 'Delete existing files of downloadable products'),
('pt', 'delete_downloadable_product_files_tooltip', 'If you enable this setting, then importing downloadable products will delete their existing files. If the setting is disabled, the new files of downloadable products will simply be added to existing files.'),
('pt', 'delete_grid', 'Excluir a grade'),
('pt', 'delete_image', 'Excluir foto'),
('pt', 'delete_image_pair', 'Excluir par de fotos'),
('pt', 'delete_install_folder', 'Por favor, remova o diretório de instalação. <br /> <br /> manter o diretório de instalação no servidor não é seguro.'),
('pt', 'delete_my_account', 'Delete my account'),
('pt', 'delete_my_account_description', '<p>We’ll deactivate your account and remove all your personal data from it. After that you won’t be able to sign in. However, you’ll be able to register a new account with the same email address in the future. Please note that we’ll need some time to process this request, so your account won’t be deactivated immediately. If you have any comments regarding your request, please leave them in the field below.</p>'),
('pt', 'delete_range', 'Excluir série'),
('pt', 'delete_selected', 'Excluir selecionados'),
('pt', 'delete_subscribers', 'Delete subscribers'),
('pt', 'delete_this_category', 'Excluir esta categoria'),
('pt', 'delete_this_page', 'Excluir esta página'),
('pt', 'delete_this_return', 'Excluir esta devolução'),
('pt', 'deleting_required_category_notification_text', 'A categoria \"[category]\" é necessária e não pode ser apagada.'),
('pt', 'delivery_time', 'Prazo de entrega'),
('pt', 'demo', 'Demo'),
('pt', 'demo_mode', 'Modo de demonstração está habilitado'),
('pt', 'demo_mode_content_text', '<p>o carrinho está funcionando no modo <b>DEMO</b> e essa funcionalidade está desabilitada.</p>'),
('pt', 'demo_panel.block_manager.enable', 'Edit structure<br/><br/>Change various blocks with information: show them, hide them, or move them as you see fit.<br/>This currently works only at the checkout page. Add a product to cart and proceed to checkout to see the editor.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Edit layout on-site\"'),
('pt', 'demo_panel.demo_store_panel', 'Painel de loja demo'),
('pt', 'demo_panel.demo_will_be_reset_in', 'Demo será resetada em:'),
('pt', 'demo_panel.go_admin_panel', 'Vá ao painel de administração'),
('pt', 'demo_panel.go_storefront', 'Ir para loja'),
('pt', 'demo_panel.go_vendor_panel', 'Ir para o painel do vendedor'),
('pt', 'demo_panel.live_editor.enable', 'Edit сontent<br/><br/>Change the texts and other data directly on the storefront, without using the administration panel.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Edit content on-site\"'),
('pt', 'demo_panel.theme_editor.enable', 'Edit style<br/><br/>Change the style of your store (logos, colors, fonts, and so on) and see the changes as you make them.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Theme editor\"'),
('pt', 'denied', 'Negado'),
('pt', 'dependence', 'Ordenar por'),
('pt', 'deposit_amount', 'Valor do depósito'),
('pt', 'deprecated', 'Deprecated'),
('pt', 'desc', 'descendente'),
('pt', 'description', 'Description'),
('pt', 'descr_avs', 'Resposta de verificação de AVS'),
('pt', 'descr_cvv', 'Resposta de verificação de CVV2'),
('pt', 'design', 'Design'),
('pt', 'design_mode', 'Modo de design'),
('pt', 'desired_amount', 'Quantidade desejada'),
('pt', 'destination', 'Destino'),
('pt', 'destination_nothing_found', 'No suitable destination has been found'),
('pt', 'detailed_description', 'Descrição detalhada'),
('pt', 'detailed_image', 'Detailed image'),
('pt', 'detailed_images', 'Fotos detalhadas'),
('pt', 'detailed_image_url', 'Detailed image URL'),
('pt', 'detailed_info', 'Informações detalhadas'),
('pt', 'detailed_shipment', 'Detailed shipment'),
('pt', 'details', 'Detalhes'),
('pt', 'developer', 'Desenvolvedor'),
('pt', 'developers', 'Developers'),
('pt', 'developer_page', 'Developer page'),
('pt', 'development', 'Desenvolvimento'),
('pt', 'dhl_upgrade_notification_text', '<p>The latest version of [product] has different settings for realtime shipping rate calculation if you use DHL as a Carrier.</p><p>If you want to show current shipping rates to your clients, do this:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses DHL as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li><li>switch to the Configure tab and enter the proper Site ID and Password</li></ul>'),
('pt', 'dhl_upgrade_notification_title', 'DHL realtime shipping rate calculation changes'),
('pt', 'diff', 'Alterações do arquivo'),
('pt', 'different_only', 'Apenas diferente'),
('pt', 'directory', 'Pasta'),
('pt', 'direct_download', 'Download direto'),
('pt', 'disable', 'Desativar'),
('pt', 'disabled', 'Desativado'),
('pt', 'disabled_categories', 'Categorias desativadas'),
('pt', 'disable_for', 'Desativar para'),
('pt', 'disable_selected', 'Desativar selecionados'),
('pt', 'disapprove', 'Reprovar'),
('pt', 'disapproved', 'Reprovado'),
('pt', 'disapprove_selected', 'Reprovar seleção'),
('pt', 'discount', 'Desconto'),
('pt', 'discounted_price', 'Preço com desconto'),
('pt', 'discounts', 'Descontos'),
('pt', 'discount_coupon', 'Cupão de desconto'),
('pt', 'discount_coupon_code', 'Código do cupão de desconto'),
('pt', 'discussion', 'Comentários e avaliações'),
('pt', 'discussion.add_new_review', 'Discussion: new review'),
('pt', 'discussion.agreement_text_full_add_new_review', '<p>Your name will appear next to your review or comment, visible to everyone. We ([company]) also save your IP address as a security precaution, but in can only be viewed by our staff. It will remain in our system until you withdraw your consent. If you’d like to have your personal data removed, send an email to [email].</p> <p>If you believe that your personal data has been misused, you have the right to lodge a complaint with a supervisory authority. We’re obliged by EU General Data Protection Regulation to let you know about this right; we don’t actually intend to misuse your data.</p>'),
('pt', 'discussion.agreement_text_short_add_new_review', 'I agree to have my personal data <u>processed as follows.</u>'),
('pt', 'discussion.anonymous_setting_restored_upgrade_notification', 'Na versão 4.9.1, a variante <strong>Somente clientes anônimos</strong> da configuração <strong>Administrador deve aprovar postagens enviadas por</strong> foi removida. Agora, ele está disponível novamente, com a capacidade de deixar comentários para clientes não autorizados. Verifique se o valor desejável da configuração está selecionado.'),
('pt', 'discussion.anonymous_setting_restored_upgrade_notification_title', 'As configurações do complemento de comentários e avaliações foram alteradas'),
('pt', 'discussion.event.categories.new_post', 'Categories: new review posted'),
('pt', 'discussion.event.orders.new_post', 'Comunicação do pedido: nova mensagem adicionada'),
('pt', 'discussion.event.pages.new_post', 'Páginas: novo comentário postado'),
('pt', 'discussion.event.products.new_post', 'Produtos: nova resenha postada'),
('pt', 'discussion.event.testimonials.new_post', 'Depoimentos: nova resenha postada'),
('pt', 'discussion.event.vendors.new_post', 'Vendedores: nova avaliação postada'),
('pt', 'discussion.please_log_in_to_write_a_review', 'Please sign in to write a review'),
('pt', 'discussion.you_have_to_buy_from_vendor_before_writing_review', 'Você não pode escrever uma avaliação para este vendedor. Os clientes podem escrever avaliações para um vendedor somente depois de comprar algo desse vendedor. Se você realmente fez um pedido com este vendedor, mas ainda está vendo esta mensagem, entre em contato conosco.'),
('pt', 'discussion.you_have_to_buy_product_before_writing_review', 'Você não pode escrever um comentário para este produto. Os clientes podem escrever comentários apenas para os produtos que compraram. Se você realmente comprou este produto conosco, mas ainda está vendo esta mensagem, entre em contato conosco.'),
('pt', 'discussion_manager', 'Comentários e avaliações'),
('pt', 'discussion_tab_categories', 'Comentários de categoria'),
('pt', 'discussion_tab_companies', 'Avaliações da empresa'),
('pt', 'discussion_tab_home_page', 'Testimonials'),
('pt', 'discussion_tab_orders', 'Comunicação do pedido'),
('pt', 'discussion_tab_pages', 'Page Comments'),
('pt', 'discussion_tab_products', 'Revisão de produtos'),
('pt', 'discussion_title_category', 'Avaliações'),
('pt', 'discussion_title_company', 'Avaliações'),
('pt', 'discussion_title_giftreg', 'Livro de visitas'),
('pt', 'discussion_title_home_page', 'Depoimentos'),
('pt', 'discussion_title_home_page_menu_description', 'Gerencie os depoimentos de seus visitantes da loja.'),
('pt', 'discussion_title_order', 'Comunicação'),
('pt', 'discussion_title_page', 'Comentários'),
('pt', 'discussion_title_product', 'Avaliações'),
('pt', 'discussion_title_return', 'Comunicação'),
('pt', 'dispatch', 'Despacho'),
('pt', 'dispatch_value', 'Despacho'),
('pt', 'display', 'Display'),
('pt', 'displayed_vendors', 'Vendedores exibidos'),
('pt', 'display_bottom_buttons', 'Exibir botões do rodapé'),
('pt', 'display_delete_icons', 'Exibir botões de exclusão'),
('pt', 'display_in_promotions', 'Exibir em promoções'),
('pt', 'display_message', 'Exibir mensagem'),
('pt', 'display_on', 'Exibir em'),
('pt', 'display_type', 'Tipo de exibição'),
('pt', 'display_variants_count', 'Number of displayed filter variants before scroll'),
('pt', 'documents', 'Documentos'),
('pt', 'document_exists', 'O documento com o código escolhido já existe, tente outro.'),
('pt', 'document_import_success_msg', 'All the documents have been imported without errors.'),
('pt', 'document_preview_gift_certificate_not_found', 'Não foi possível encontrar um vale-presente. Visualização prévia funciona somente para os existentes. Por favor, crie um vale-presente e tente a pré-visualização novamente.'),
('pt', 'document_preview_order_not_found', 'Couldn\'t find an order. Preview only works with existing data. Please create an order and use Preview again.'),
('pt', 'document_preview_return_request_not_found', 'Couldn\'t find a return request. Preview only works with existing data. Please create a return request and use Preview again.'),
('pt', 'document_preview_suppliers_not_found', 'Fornecedor não encontrado. Pre-visualização funciona somente para os existentes. Por favor, crie um fornecedor e tente a pré-visualização novamente.'),
('pt', 'domain', 'Domínio'),
('pt', 'domains', 'Domínios'),
('pt', 'domestic_usps', 'U.S.P.S. doméstico'),
('pt', 'done', 'Finalizado'),
('pt', 'dont_recalculate_order', 'Não recalcular o pedido'),
('pt', 'dont_track', 'Não rastrear'),
('pt', 'dont_use_cardinal', 'Não use o Cardeal Centinel &reg; para autenticação 3-d Secure Payer'),
('pt', 'dots', 'Pontos'),
('pt', 'down', 'Para baixo'),
('pt', 'download', 'Download'),
('pt', 'downloadable', 'Produto adquirido via download'),
('pt', 'downloadable_product_files_directory', 'Directory for the files of downloadable products'),
('pt', 'downloadable_shipping', 'Permitir cobrança de frete se o produto for para download'),
('pt', 'downloaded_addons', 'Downloaded addons ([n])'),
('pt', 'downloads', 'Downloads'),
('pt', 'downloads_max_left', 'Downloads (máx. /esquerda)'),
('pt', 'download_key_expiry', 'Chave de expiração do Download'),
('pt', 'download_link_expired', 'O link de download expirou ou não está pronto.'),
('pt', 'do_not_change', 'Não alterar'),
('pt', 'do_not_pass_logo', 'Não passe o logotipo do carrinho de compras para o comerciante'),
('pt', 'do_not_use', 'Não usar'),
('pt', 'drlicense_number', 'Número da licença de condução'),
('pt', 'dropdown_horizontal', 'Dropdown horizontal'),
('pt', 'dropdown_limit', 'Número mínimo de itens a ser colocado em um dropdown.'),
('pt', 'dropdown_second_level_elements', 'Elementos de segundo nível'),
('pt', 'dropdown_third_level_elements', 'Elementos de terceiros nível'),
('pt', 'dropdown_vertical', 'Dropdown vertical'),
('pt', 'drop_existing_data', 'Excluir todos os arquivos de produto existentes antes de importar'),
('pt', 'drop_images_select', 'Select images'),
('pt', 'drop_images_select_short', 'Select'),
('pt', 'drop_images_to_upload', 'Drop images here'),
('pt', 'dump_file_not_writable', 'Por favor, defina permissões de gravação no arquivo de backup do banco de dados.'),
('pt', 'duplicate', 'Transações duplicadas'),
('pt', 'dutch', 'Holandês'),
('pt', 'dynamic', 'Dinâmica'),
('pt', 'dynamic_content', 'Este bloco de conteúdo irá aparecer <a href=\"[url]\">nesta página</a> apenas.'),
('pt', 'dynamic_tree_cat', 'Árvore dinâmica'),
('pt', 'dynamic_tree_pages', 'Árvore dinâmica'),
('pt', 'earned_points', 'Pontos recebidos por produto'),
('pt', 'earned_point_modifier', 'Modificador de ganho de ponto'),
('pt', 'easing', 'Easing'),
('pt', 'easter_coming_soon_message', 'Uh-oh, it looks like this feature doesn\'t work yet! But we\'re on the job and will try to get it working soon.'),
('pt', 'edit', 'Editar'),
('pt', 'editing', 'Edição'),
('pt', 'editing_attachment', 'Editando anexo'),
('pt', 'editing_block', 'Editando bloco'),
('pt', 'editing_category', 'Editando categoria'),
('pt', 'editing_certificate', 'Editando vale'),
('pt', 'editing_chart', 'Editando gráfico'),
('pt', 'editing_combination', 'Editando combinação'),
('pt', 'editing_container', 'Editando recipiente'),
('pt', 'editing_currency', 'Editando moeda'),
('pt', 'editing_defined_products', 'Editando produtos definidos'),
('pt', 'editing_document', 'Editing [name]'),
('pt', 'editing_email_snippet', 'Editing snippet'),
('pt', 'editing_email_template', 'Editando o modelo de e-mail'),
('pt', 'editing_file', 'Editando arquivo'),
('pt', 'editing_filter', 'Editando filtros'),
('pt', 'editing_folder', 'Editando pasta'),
('pt', 'editing_form', 'Editando formulário'),
('pt', 'editing_global_vars', 'Editing global variables'),
('pt', 'editing_grid', 'Editando grade'),
('pt', 'editing_group', 'Editando grupo'),
('pt', 'editing_internal_template', 'Editando o modelo de notificação no local'),
('pt', 'editing_item', 'Editando item'),
('pt', 'editing_language', 'Editando idioma'),
('pt', 'editing_layout', 'Editando layout'),
('pt', 'editing_link', 'Editando link'),
('pt', 'editing_localization', 'Editando localização'),
('pt', 'editing_location', 'Editando local'),
('pt', 'editing_mailing_list', 'Editing mailing list'),
('pt', 'editing_menu', 'Editando menus'),
('pt', 'editing_option', 'Editando opção'),
('pt', 'editing_order', 'Editando ordem'),
('pt', 'editing_order_invoice', 'Editing invoice for order #[order_id]'),
('pt', 'editing_order_invoice_responsive', 'Editing invoice for order'),
('pt', 'editing_page', 'Editando página'),
('pt', 'editing_payment', 'Editando pagamento'),
('pt', 'editing_poll', 'Editando enquete'),
('pt', 'editing_product', 'Editando produto'),
('pt', 'editing_product_feature', 'Editando características do produto'),
('pt', 'editing_profile', 'Editando cadastro'),
('pt', 'editing_profile_field', 'Editando campo do cadastro'),
('pt', 'editing_profile_name', 'Editing profile: [name]'),
('pt', 'editing_promotion', 'Editando promoção'),
('pt', 'editing_question', 'Editando pergunta'),
('pt', 'editing_quick_menu_link', 'Editando link de menu rápido'),
('pt', 'editing_quick_menu_section', 'Editando seção de menu rápido'),
('pt', 'editing_rate_area', 'Editing rate area'),
('pt', 'editing_report', 'Editando relatório'),
('pt', 'editing_shipping_method', 'Editando frete'),
('pt', 'editing_sitemap_section', 'Editando seção de sitemap'),
('pt', 'editing_snippet', 'Editing snippet'),
('pt', 'editing_status', 'Editando status'),
('pt', 'editing_storefront', 'Editing storefront'),
('pt', 'editing_store_location', 'Editando localização da loja'),
('pt', 'editing_supplier', 'Editando fornecedor'),
('pt', 'editing_tab', 'Editando guia'),
('pt', 'editing_table_column', 'Editing column'),
('pt', 'editing_tax', 'Editando taxa'),
('pt', 'editing_vendor', 'Editando vendedor'),
('pt', 'edition_type', 'Editando tipo'),
('pt', 'edit_admin_notification', 'Edit the email sent to administrators'),
('pt', 'edit_and_send_invoice', 'Ajustar e enviar fatura'),
('pt', 'edit_content_on_site', 'Editar o conteúdo do site'),
('pt', 'edit_corresponding_profile_field', 'To change the field type or variants, <a href=\"[URL]\">edit the corresponding field in the Shipping Address section</a>.'),
('pt', 'edit_customer_notification', 'Edit the email sent to customers'),
('pt', 'edit_files', 'Can edit'),
('pt', 'edit_invoice', 'Edit invoice'),
('pt', 'edit_layout', 'Editar layout'),
('pt', 'edit_layout_on_site', 'Edit layout on-site'),
('pt', 'edit_on_site', 'Editar no site'),
('pt', 'edit_order', 'Editar pedido'),
('pt', 'edit_products', 'Editar produtos'),
('pt', 'edit_profile', 'Editar cadastro'),
('pt', 'edit_profile_note', 'Alterar e-mail, senha, endereços e outras informações do cadastro'),
('pt', 'edit_report', 'Editar relatório'),
('pt', 'edit_robots', 'Edit robots.txt'),
('pt', 'edit_selected', 'Editar selecionados'),
('pt', 'edit_texts', 'Editar textos'),
('pt', 'edp_access_granted', 'Agora você pode baixar os produtos comprados.'),
('pt', 'edp_access_subj', 'Acesso a produtos distribuídos eletronicamente está concedido'),
('pt', 'edp_enable_shipping', 'Permitir cobrança de frete se o produto for para download'),
('pt', 'eib', 'ET - Extra info block'),
('pt', 'eib_wrapper', 'ET - Extra info block'),
('pt', 'elements_per_column_third_level_view', 'AB: Elements number per column for the mode <b>3-level menu (dropdown list)</b>'),
('pt', 'elements_per_column_third_level_view.tooltip', 'This setting limits the number of displayed third-level menu items in each of the two columns of the last level when the <b>3-level menu mode (drop-down list) </ b> is turned on. The remaining menu items (exceeding the limit settings) will not be displayed in the menu. It is rational to use the setting, if there is a very large number of menu items on the third level'),
('pt', 'email', 'E-mail'),
('pt', 'email.one_time_password.message', '<p>You\'ve requested a one-time code to sign in to <a href=\"[storefront_url]\">[storefront_url]</a>. Here it is:</p><p><strong><code>[password]</code></strong></p><p>Please don\'t tell this code to anyone else. If you haven\'t requested the code, then you can safely ignore this message. Nobody will be able to sign in to your account, unless they know your password or can view your inbox.</p>'),
('pt', 'email.one_time_password.title', 'Sign in without password'),
('pt', 'emails', 'E-mails'),
('pt', 'email_address', 'E-mail'),
('pt', 'email_body_anonymization_request', '<p><a href=\"[user_profile_url]\" target=\"_blank\">[user]</a> with the email address [customer_email] has requested the removal of personal data with the following comment:</p> <p>[comment]</p> <p>Make sure that all business with the customer (orders, return requests, etc.) is concluded. Then <a href=\"[user_profile_url]\" target=\"_blank\">go to the customer page in the admin panel</a> and choose the \"Anonymize\" action. This will remove the customer\'s personal data (including email, name, etc.) everywhere in the system, while retaining the data relevant to your business (ordered products, etc). The customer will be able to register a new account with the same email.</p>'),
('pt', 'email_cannot_be_empty', 'E-mail cannot be empty'),
('pt', 'email_header', 'Cabeçalho'),
('pt', 'email_marketing.confirm_subscription', 'Por favor confirmar a inscrição'),
('pt', 'email_marketing.email_subscribed', 'Você se inscreveu para nossa newsletter'),
('pt', 'email_marketing.email_subscribed_2optin', 'Inscrição confirmada'),
('pt', 'email_marketing.enter_api_key_and_save', 'Digite a chave de API e salve primeiro'),
('pt', 'email_marketing.error_no_list', 'Selecione a lista desejada nas configurações do plugin para iniciar a importação'),
('pt', 'email_marketing.export_all', 'Exportação todos'),
('pt', 'email_marketing.mailchimp_url_update_notification', 'We have vastly reduced the load on your server when you send emails via MailChimp. To achieve this, we had to reset one of the settings of the <b>E-mail marketing</b> add-on on our end. Once you select the desired value again, the MailChimp integration will work again, and better than before. Here\'s what you need to do:<br><br><ol><li>Open your storefront. It gets closed automatically during the upgrade, but the following steps require the storefront to be open.</li><br><li>Go to the MaliChimp settings of the <b>E-mail marketing</b> add-on.</li><br><li>Select the <b>List</b> again.</li><br><li>Save your changes.</li></ol><br><a href=\"[url]\" target=\"_blank\">Select the list</a>'),
('pt', 'email_marketing.mailchimp_url_update_notification_title', 'E-mail marketing: Select your MailChimp list again'),
('pt', 'email_marketing.new_subscriber', 'Novo assinante'),
('pt', 'email_marketing.subscription_confirmed', 'Obrigado por se inscrever em nossa newsletter'),
('pt', 'email_marketing.subscription_confirmed_2', 'Inscrição confirmada'),
('pt', 'email_marketing.subscription_pending', 'E-mail de confirmação é necessário!'),
('pt', 'email_marketing.sync', 'Sync'),
('pt', 'email_marketing.text_confirm_subscription', 'Recebemos um pedido de inscrição de você. Por favor confirmá-lo: <p><a href=\"[href]\">clique aqui para confirmar sua inscrição em nossa newsletter</a></p> se você recebeu este e-mail por engano, simplesmente exclua-o. Você não vai ser inscrito se você não clicar no link de confirmação acima.'),
('pt', 'email_marketing.text_email_subscribed', 'Obrigado por se inscrever em nossa newsletter. <p>Se a qualquer momento você desejar parar de receber nossos e-mails, <a href=\"[href]\">clique neste link para descadastrar</a>.</p>'),
('pt', 'email_marketing.text_email_subscribed_2optin', 'Sua inscrição em nossa newsletter foi confirmada.<p>Se a qualquer momento você desejar parar de receber nossos e-mails, <a href=\"[href]\">clique neste link para descadastrar</a>.</p>'),
('pt', 'email_marketing.text_subscribe', 'Assinar nossa newsletter'),
('pt', 'email_marketing.text_subscription_confirmed', 'Sua assinatura foi confirmada. Nenhuma ação adicional é necessária.'),
('pt', 'email_marketing.text_subscription_confirmed_2', 'Sua inscrição em nossa newsletter foi confirmada. Obrigado por se inscrever!'),
('pt', 'email_marketing.text_subscription_pending', 'Obrigado por se inscrever em nossa newsletter.<p>Um email de confirmação foi enviado para você. Por favor, use o link no e-mail para confirmar sua inscrição</p>'),
('pt', 'email_marketing.text_unsubscribe_successful', 'Seu email foi removido de nossa lista.'),
('pt', 'email_marketing.tmpl_subscription', 'Email marketing: Formulário de inscrição na newsletter'),
('pt', 'email_marketing.unsubscribe_successful', 'Cancelamento da inscrição realizado com sucesso'),
('pt', 'email_marketing.warning_email_exists', '[email] já está inscrito'),
('pt', 'email_order_invoice_subject', '[company_name]: Invoice for order #[order_id]'),
('pt', 'email_subject', 'Assunto'),
('pt', 'email_subject_anonymization_request', 'Personal Data Removal Request: [customer_email]'),
('pt', 'email_template.accounting_new_payout', 'Contabilidade: O pagamento foi emitido'),
('pt', 'email_template.accounting_new_withdrawal', 'Contabilidade: A retirada foi solicitada'),
('pt', 'email_template.accounting_payout_approved', 'Contabilidade: o pagamento foi concluído'),
('pt', 'email_template.accounting_payout_declined', 'Contabilidade: o pagamento não foi concluído'),
('pt', 'email_template.accounting_withdrawal_approved', 'Contabilidade: A retirada foi concluída'),
('pt', 'email_template.accounting_withdrawal_declined', 'Contabilidade: A retirada foi recusada'),
('pt', 'email_template.activate_profile', 'Perfil de usuário requer ativação'),
('pt', 'email_template.apply_for_vendor_notification', 'Aplicar como vendedor'),
('pt', 'email_template.back_in_stock_notification', 'Notificação de retorno ao estoque'),
('pt', 'email_template.call_requests_buy_with_one_click', 'Chamar de solicitações: Compre com um clique notificação'),
('pt', 'email_template.call_requests_call_request', 'Solicitações de chamada: chamar o pedido de notificação'),
('pt', 'email_template.company_payment_notification', 'Pagamento da empresa'),
('pt', 'email_template.company_status_changed_from_suspended_notification', 'Status do fornecedor alterado de Suspenso'),
('pt', 'email_template.company_status_notification', 'Mudança de status da loja'),
('pt', 'email_template.company_status_suspended_notification', 'Alteração do status da loja para Suspenso'),
('pt', 'email_template.create_profile', 'Criação de perfil de usuário'),
('pt', 'email_template.discussion_notification', 'Notificação de comentários e avaliações'),
('pt', 'email_template.edp_access', 'Encomendas: acesso a produtos para download'),
('pt', 'email_template.email_marketing_confirmation', 'Marketing por email: confirmação de inscrição'),
('pt', 'email_template.email_marketing_welcome', 'Marketing por email: mensagem de boas vindas'),
('pt', 'email_template.email_marketing_welcome_2optin', 'Marketing por email: mensagem de boas vindas (2a opcao)'),
('pt', 'email_template.form_builder_form', 'Formulário de Contato'),
('pt', 'email_template.gift_certificates_notification', 'Vale-presente'),
('pt', 'email_template.give_coupon', 'Promotions: coupon'),
('pt', 'email_template.hybrid_auth_create_profile', 'Criar perfil de usuário via login social'),
('pt', 'email_template.low_stock', 'Notificação de estoque baixo do produto'),
('pt', 'email_template.newsletters_newsletter', 'Boletins informativos'),
('pt', 'email_template.newsletters_promotion', 'Boletins: promoção'),
('pt', 'email_template.new_vendor_notification', 'New vendor account approved automatically'),
('pt', 'email_template.one_time_password_request', 'Código único para login sem senha'),
('pt', 'email_template.order_notification', 'Notificação do pedido: [name]'),
('pt', 'email_template.order_notification_default', 'Notificação do pedido: Modelo padrão para um novo status de pedido'),
('pt', 'email_template.params.attach_order_document', 'Anexar um documento PDF'),
('pt', 'email_template.product_reviews_notification', 'Revisões de produtos: nova notificação de revisão'),
('pt', 'email_template.product_reviews_reply_notification', 'Revisões do produto: notificação de resposta'),
('pt', 'email_template.profile_activated', 'Ativação da conta do usuário'),
('pt', 'email_template.profile_deactivated', 'Desativação de conta de usuário'),
('pt', 'email_template.recover_password', 'Recuperação de senha'),
('pt', 'email_template.reminder', 'Expiração da senha do administrador'),
('pt', 'email_template.reward_points_notification', 'Pontos de recompensa'),
('pt', 'email_template.rma_slip_notification', 'Etiqueta de devolução'),
('pt', 'email_template.shipment_products', 'Encomendas: produtos enviados'),
('pt', 'email_template.shipping_error', 'Envio: erro de solicitação'),
('pt', 'email_template.suppliers_notification', 'Notificação de vendedores');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('pt', 'email_template.suppliers_notification_default', 'Notificação do fornecedor: modelo padrão para um novo status de pedido'),
('pt', 'email_template.supplier_notification_with_status', 'Notificação do fornecedor: [name]'),
('pt', 'email_template.track', 'Pedidos: rastreamento'),
('pt', 'email_template.update_profile', 'Atualização do perfil do usuário'),
('pt', 'email_template.upgrade_backup_info', 'Atualização: link de restauração'),
('pt', 'email_template.usergroup_activation', 'Ativação do grupo de usuários'),
('pt', 'email_template.usergroup_disactivation', 'Desativação do grupo de usuários'),
('pt', 'email_template.usergroup_request', 'Solicitação de grupo de usuários'),
('pt', 'email_template.vendor_communication.notify_admin', 'Faça uma pergunta ao vendedor: Notificação do administrador'),
('pt', 'email_template.vendor_communication.notify_customer', 'Faça uma pergunta ao vendedor: Notificação ao cliente'),
('pt', 'email_template.vendor_data_premoderation_notification', 'Pré-moderação do vendedor'),
('pt', 'email_template.vendor_debt_payout_email_admin_notification_vendor_status_changed_to_disabled', 'Notificações de entrega de vendedor para administrador'),
('pt', 'email_template.vendor_debt_payout_email_admin_notification_vendor_status_changed_to_suspended', 'Notificações de pagamentos de vendedor para administrador'),
('pt', 'email_template.vendor_debt_payout_vendor_days_before_suspended', 'Notificações de pagamentos de vendedor para administrador'),
('pt', 'email_template.vendor_debt_payout_weekly_digest_of_debtors', 'Resumo semanal dos devedores'),
('pt', 'email_template.vendor_invitation', 'Convite do vendedor'),
('pt', 'email_template.vendor_plans_payment', 'Planos de Vendedores: notificação de pagamento'),
('pt', 'email_template.vendor_plans_plan_changed', 'Planos de Vendedores: notificação de mudança de plano'),
('pt', 'email_template.vendor_plans_revenue', 'Planos de Vendedores: notificação de receita'),
('pt', 'email_template.vendor_plans_vendor_plan_changed_info_for_admin', 'Planos de Vendedores: plano foi alterado'),
('pt', 'email_templates', 'Modelos de e-mail'),
('pt', 'email_template_exists', 'O modelo de email com o código escolhido já existe, tente outro.'),
('pt', 'email_template_import_success_msg', 'Todos os modelos de email foram importados sem erros.'),
('pt', 'email_to', 'Destinatário'),
('pt', 'empty', 'Vazio'),
('pt', 'empty_key_value', 'Valor da chave da tabela vazia'),
('pt', 'enable', 'Ativar'),
('pt', 'enabled', 'Ativado'),
('pt', 'enable_cdn', 'Ativar CDN'),
('pt', 'enable_for', 'Ativar para'),
('pt', 'enable_link', 'Enable link'),
('pt', 'enable_or_disable_block', 'Ativar/Desativar bloco'),
('pt', 'enable_or_disable_container', 'Ativar/Desativar recipiente'),
('pt', 'enable_or_disable_grid', 'Ativar/Desativar grade'),
('pt', 'enable_quick_view', 'Ativar espiadinha'),
('pt', 'enclosure', 'Enclosure'),
('pt', 'encryption', 'Criptografia'),
('pt', 'encryption_key', 'Chave de criptografia'),
('pt', 'end_date', 'Data de término'),
('pt', 'english', 'Inglês'),
('pt', 'enter_category_name_and_path', 'Enter path and category name. Example, \"Electronics/Computers/Laptops\"'),
('pt', 'enter_code', 'Digite o código'),
('pt', 'enter_color_name_and_code', 'Enter color name and code. Example, \"Red #ff0000\"'),
('pt', 'enter_data', 'Insera os dados'),
('pt', 'enter_disapproval_reason', 'Enter the reason for disapproval'),
('pt', 'enter_email', 'Introduzir e-mail'),
('pt', 'enter_new_lang_code', 'Introduza um novo código de idioma'),
('pt', 'enter_other', 'Insira outro'),
('pt', 'enter_your_price', 'Insira seu preço'),
('pt', 'entity', 'Entidade'),
('pt', 'entry_page', 'Página de entrada global'),
('pt', 'entry_point', 'Ponto de entrada'),
('pt', 'envelope', 'Envelope'),
('pt', 'epdq_3ds_main', 'Janela principal'),
('pt', 'epdq_3ds_popup', 'Pop-up'),
('pt', 'error', 'Erro'),
('pt', 'errorCode', 'Código do erro'),
('pt', 'errorName', 'Nome do erro'),
('pt', 'error_account_disabled', 'A sua conta está desativada. Para mais informações, contacte-nos por e-mail ou telefone.'),
('pt', 'error_admin_not_created_email_already_used', 'A conta de administrador não foi criada. Este endereço de e-mail pertence a outro usuário. Você pode adicionar manualmente o administrador para este fornecedor.'),
('pt', 'error_admin_not_created_name_already_used', 'A conta de administrador não foi criada. Este nome de usuário pertence a outro usuário. Você pode adicionar manualmente o administrador para este fornecedor.'),
('pt', 'error_admin_registers_as_vendor', 'Você não pode se tornar um vendedor porque está conectado como administrador. Por favor, saia e reenvie o formulário.'),
('pt', 'error_ajax', 'Oops, algo correu mal ([error]). Tente novamente.'),
('pt', 'error_already_posted', 'Você já postou nesta discussão'),
('pt', 'error_area_access_denied', 'Você não tem permissão para realizar login nesta área.'),
('pt', 'error_cannot_delete_files', 'Cannot delete files: <b>[files]</b>. Please check the permissions.'),
('pt', 'error_change_admin_data_in_frontend', 'It\'s forbidden to change the admin email or password in the customer area. Please sign in using a customer account.'),
('pt', 'error_class_phar_data_not_found', 'A classe PharData não foi encontrada. Leia mais: <a href=\"https://php.net/manual/en/class.phardata.php\"> https://php.net/manual/en/class.phardata.php</a>'),
('pt', 'error_class_zip_archive_not_found', 'A classe ZipArchive não foi encontrada. Leia mais: <a href=\"https://php.net/manual/en/class.ziparchive.php\"> https://php.net/manual/en/class.ziparchive.php</a>'),
('pt', 'error_confirmation_code_invalid', 'Sorry, the anti-bot validation has failed. Please try again.'),
('pt', 'error_curl_not_exists', '<b>Aviso!</b><br /> seu servidor <b>não</b> suporte a extensão cURL do PHP. <b>[method]</b> não irá funcionar. Entre em contato com seu provedor de hospedagem.'),
('pt', 'error_curl_ssl_not_exists', '<b>Aviso!</b><br /> extensão de cURL do PHP é compilado <b>sem</b> suporte a SSL no seu servidor. <b>[method]</b> não irá funcionar. Entre em contato com seu provedor de hospedagem.'),
('pt', 'error_currency_exists', 'Moeda com código <b>[code]</b> já existe'),
('pt', 'error_delete_theme_company', 'Uma de suas paginas usa este tema. Por favor, defina outro tema antes de excluí-lo.'),
('pt', 'error_delete_theme_layout', 'Layout que utiliza este tema está definido como padrão. Por favor, defina outro layout como padrão.'),
('pt', 'error_demo_mode', 'O carrinho está funcionando no modo <b>DEMO</b> e essa funcionalidade está desabilitada.'),
('pt', 'error_directory_not_writable', 'Directory \"[dir]\" is not writable. Please check permissions for this directory of your installation.'),
('pt', 'error_email_already_subscribed', 'Your e-mail is already subscribed.'),
('pt', 'error_empty_company_name', 'Nome da empresa não pode ser vazio'),
('pt', 'error_exchange_rate', 'Unable to get exchange rates. Please try reloading this page in a minute.'),
('pt', 'error_exim_cant_open_file', 'Não é possível abrir o arquivo enviado'),
('pt', 'error_exim_cant_read_file', 'Não é possível ler o arquivo enviado'),
('pt', 'error_exim_fields_not_selected', 'Nenhum campo selecionado para exportação'),
('pt', 'error_exim_file_doesnt_exist', 'Arquivo não existe'),
('pt', 'error_exim_get_images_for_products', 'Could not import images for some of the products. Either those images don\'t exist (or can\'t be accessed), or the paths to those images in the imported file are incorrect.'),
('pt', 'error_exim_incorrect_lines', 'Seu arquivo CSV tem dados de formatação incorretos  (delimitador incorreto, falta campos, etc.) nas seguintes linhas: <b>[lines]</b>'),
('pt', 'error_exim_incorrent_delimiter', 'O delimitador no arquivo CSV difere da selecionado por você'),
('pt', 'error_exim_invalid_count_langs', 'Contagem de linha multi-idioma não bate: número diferente de linhas para diferentes idiomas fornecidos.'),
('pt', 'error_exim_layout_required_fields', 'Os seguintes campos são obrigatórios e não podem ser removidos do layout:'),
('pt', 'error_exim_no_data_exported_new', 'No data exported. The wrong export range is probably causing this issue. <a class=\"cm-post\" href=\"[url]\">Clear the export range</a>, then try again'),
('pt', 'error_exim_no_file_uploaded', 'Nenhum arquivo enviado'),
('pt', 'error_exim_pattern_definition_alt_keys', 'Definição de padrão inválido: chave alternativa está faltando'),
('pt', 'error_exim_pattern_definition_references', 'Definição de padrão inválido: faltando referências de tabela'),
('pt', 'error_exim_pattern_dont_match', 'Seu arquivo de importação não coincide com o padrão selecionado'),
('pt', 'error_exim_pattern_not_found', 'Padrão não encontrado'),
('pt', 'error_exim_pattern_required_fields', 'Seu arquivo de importação DEVE conter os seguintes campos: <b>[fields]</b>'),
('pt', 'error_features_too_many_variants', 'Search by features is not available due to the excessive number of variants.'),
('pt', 'error_file_already_exists', 'File \"[file]\" already exists.'),
('pt', 'error_file_not_found', 'File \"[file]\" not found.'),
('pt', 'error_filter_by_feature_exists', 'Filter by feature \"[name]\" already exists.'),
('pt', 'error_filter_by_product_field_exists', 'Filter by product field \"[name]\" already exists.'),
('pt', 'error_gift_cert_code', 'O código do vale-presente que você inseriu é inválido. Por favor, tente novamente.'),
('pt', 'error_hash_generation', 'Erro na geração de hash. Por favor, escolha outro método de pagamento.'),
('pt', 'error_images_need_located_root_dir', 'Selecione a pasta de fotos dentro da pasta raiz da loja. Em seguida, coloque as fotos a serem importadas nesta pasta.'),
('pt', 'error_image_format_not_supported', 'O formato de foto <b>[format]</b> não é suportado pela biblioteca GD instalada no servidor. A miniatura não foi criada.'),
('pt', 'error_incorrect_login', 'O nome de utilizador e/ou palavre passe introduzidos são inválidos. Tente novamente.'),
('pt', 'error_invalid_emails', 'Os seguintes endereços de e-mail são inválidos: <b>[emails]</b>'),
('pt', 'error_lang_code_exists', 'O código de idioma fornecido ([code]) já existe'),
('pt', 'error_login_not_exists', 'O usuário que você digitou não coincide com qualquer conta em nossa loja. Verifique se você digitou o usuário correto e tente novamente.'),
('pt', 'error_message_not_sent', 'Mensagem não pode ser enviada. <br /> Mailer erro:'),
('pt', 'error_not_logged', 'Identifique-se antes de poder acessar este recurso!'),
('pt', 'error_no_items_selected', 'Nenhum item selecionado! Pelo menos uma caixa de seleção deve ser selecionada para executar esta ação.'),
('pt', 'error_n_filters_already_exists', 'Some filters ([n]) already exist.'),
('pt', 'error_occured', 'Ocorreu um erro.'),
('pt', 'error_occurred', 'Ocorreu um erro'),
('pt', 'error_passwords_dont_match', 'As palavras chave não coincidem.'),
('pt', 'error_password_content', 'A senha deve conter letras e números.'),
('pt', 'error_password_expired', 'Sua senha expirou. Você deve alterar sua senha agora.'),
('pt', 'error_password_expired_change', 'Sua senha expirou. <p><a href=\"[link]\" class=\"underlined\"> <b>Alterar senha&#155;&#155;</b></a></p>'),
('pt', 'error_password_min_symbols', 'A senha deve conter pelo menos <b>[number]</b> caracteres.'),
('pt', 'error_password_was_used', 'Sua nova senha não deve coincidir com um das quarto últimas senhas utilizadas.  Por favor, utilize outra senha.'),
('pt', 'error_permissions_not_changed', 'Não é possível alterar as permissões'),
('pt', 'error_product_codes_length', 'The following product codes are too long and were cut off at [product_code_length] symbols:'),
('pt', 'error_profile_field_code_exists', 'A profile field with this code already exists. Please choose another code.'),
('pt', 'error_profile_field_name_exists', 'A profile field with this name already exists. Please choose another name.'),
('pt', 'error_shipment_not_created', 'Couldn\'t create a shipment. Please choose a carrier or enter a tracking number.'),
('pt', 'error_status_not_changed', 'Erro ao atualizar o status. Status não foi alterado.'),
('pt', 'error_theme_manifest_missed', 'Arquivo de descrição do tema (\"manifest\") não foi encontrado. Instalação cancelada.'),
('pt', 'error_unable_to_create_backups', 'Unable to create backups.'),
('pt', 'error_unable_to_create_thumbnail', 'Unable to create thumbnail for file \"[file]\": [error]'),
('pt', 'error_unknown_archive_format', 'Unknown archive format: [ext]'),
('pt', 'error_user_exists', 'O usuário ou e-mail que você escolheu já existe. Por favor, tente outros dados.'),
('pt', 'error_validator_ccv', 'O CVV/CVC é muito curto.'),
('pt', 'error_validator_ccv_long', 'CVV/CVC is too long.'),
('pt', 'error_validator_color', 'O código da cor no campo <b>[field]</b> é inválido.'),
('pt', 'error_validator_email', 'O endereço de e-mail no campo <b>[field]</b> é inválido.'),
('pt', 'error_validator_integer', 'O valor do campo <b>[field]</b> é inválido. Deve ser número inteiro.'),
('pt', 'error_validator_message', 'O valor do campo <b>[field]</b> é inválido.'),
('pt', 'error_validator_multiple', 'O campo <b>[field]</b> não contém as opções selecionadas.'),
('pt', 'error_validator_password', 'As senhas nos campos <b>[field2]</b> e <b>[field]</b> não combinam.'),
('pt', 'error_validator_phone', 'O número de telefone no campo <b>[field]</b> é inválido. O formato correto é (555) 555-55-55 ou 55 55 555 5555.'),
('pt', 'error_validator_phone_mask', 'The phone number in the <b>[field]</b> field is invalid.'),
('pt', 'error_validator_phone_number', 'É necessário usar o seguinte formato para este método de pagamento: 555 555 5555.'),
('pt', 'error_validator_recaptcha', 'Please confirm you are not a robot.'),
('pt', 'error_validator_required', 'O campo <b>[field]</b> é obrigatório.'),
('pt', 'error_validator_zipcode', 'O CEP preenchido no campo <b>[field]</b> está incorreto. O formato correto é [extra].'),
('pt', 'error_vendor_exists', 'Já existe um vendedor usando o endereço de e-mail informado. Informe outro endereço de e-mail.'),
('pt', 'error_zip_php_extension_not_installed', '\"Zip\" PHP extension is not installed. Please install the \"Zip\" PHP extension to create and extract ZIP-archives.'),
('pt', 'et_above_button', 'Above the BUTTON'),
('pt', 'et_above_description', 'Above the DESCRIPTION'),
('pt', 'et_above_info_block', 'Above (the Info Block)'),
('pt', 'et_above_title', 'Above the TITLE'),
('pt', 'et_add', 'et_add?'),
('pt', 'et_additional_image', 'Additional image'),
('pt', 'et_additional_settings', 'Additional settings'),
('pt', 'et_addons', 'ET Addons'),
('pt', 'et_addons_menu', 'EnergoThemes: Add-ons'),
('pt', 'et_add_description_text_shadow', 'Add description text shadow'),
('pt', 'et_add_title_text_shadow', 'Add title text shadow'),
('pt', 'et_ask_a_question', 'Ask a question'),
('pt', 'et_average_star_rating', 'Average Star Rating'),
('pt', 'et_background_color', 'Background color'),
('pt', 'et_background_hover', 'Background hover'),
('pt', 'et_background_settings', 'Background settings'),
('pt', 'et_banner', 'Extended banner'),
('pt', 'et_banners', 'Design professional responsive banners by adding custom text, colors, buttons and backgrounds, as well as create different banners for desktop and mobile devices. Developed by <a href=\"https://www.energothemes.com/\"target=\"_blank\">EnergoThemes</a>'),
('pt', 'et_banner_full_width_no_title', 'ET - Banner full width (no title)'),
('pt', 'et_banner_wrapper', 'ET - Banner wrapper'),
('pt', 'et_below_button', 'Below the BUTTON'),
('pt', 'et_below_info_block', 'Below (the Info Block)'),
('pt', 'et_block_title_background', 'Block title background'),
('pt', 'et_block_title_background_hover', 'Block title background hover'),
('pt', 'et_block_title_border', 'Block title border'),
('pt', 'et_block_title_color', 'Block title color'),
('pt', 'et_block_title_color_hover', 'Block title hover color'),
('pt', 'et_blog_scroller_secondary_title', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.'),
('pt', 'et_bottom', 'Bottom'),
('pt', 'et_button', 'Button'),
('pt', 'et_button_align', 'Button align'),
('pt', 'et_button_animation', 'Button Animation'),
('pt', 'et_button_background', 'Button background'),
('pt', 'et_button_border', 'Button border'),
('pt', 'et_button_border_size', 'Border size'),
('pt', 'et_button_border_style', 'Border style'),
('pt', 'et_button_font_size', 'Button font size'),
('pt', 'et_button_font_style', 'Button font style'),
('pt', 'et_button_font_weight', 'Button font weight'),
('pt', 'et_button_hover_background', 'Button hover background'),
('pt', 'et_button_hover_text_color', 'Button hover text color'),
('pt', 'et_button_margin', 'Button margin'),
('pt', 'et_button_padding', 'Button padding'),
('pt', 'et_button_rounded_corners', 'Button rounded corners'),
('pt', 'et_button_shadow', 'Add button shadow'),
('pt', 'et_button_text', 'Button text'),
('pt', 'et_button_text_color', 'Button text color'),
('pt', 'et_button_url', 'Button URL'),
('pt', 'et_category_banner', 'ET - Category banners'),
('pt', 'et_category_description', 'ET - Category description'),
('pt', 'et_category_label', 'Category label'),
('pt', 'et_category_menu', 'ET - Category menu'),
('pt', 'et_category_menu_icon', 'ET - Category menu (icon)'),
('pt', 'et_category_menu_vertical', 'ET - Category menu (vertical)'),
('pt', 'et_category_title', 'ET - Category title'),
('pt', 'et_center', 'Center'),
('pt', 'et_collapsed', 'Collapsed'),
('pt', 'et_colors', 'Colors'),
('pt', 'et_color_hover', 'Color hover'),
('pt', 'et_color_settings', 'Color settings'),
('pt', 'et_columns', 'Columns'),
('pt', 'et_columns_tooltip', 'Number of columns to display the products'),
('pt', 'et_coming_soon', 'Coming soon'),
('pt', 'et_contact_info', 'Contact info'),
('pt', 'et_contact_page', 'Contact page'),
('pt', 'et_cta_button_text', 'Button text'),
('pt', 'et_cta_button_url', 'Button URL'),
('pt', 'et_cta_step_1_text', 'Step 1 text'),
('pt', 'et_cta_step_1_title', 'Step 1 title'),
('pt', 'et_cta_step_2_text', 'Step 2 text'),
('pt', 'et_cta_step_2_title', 'Step 2 title'),
('pt', 'et_cta_step_3_text', 'Step 3 text'),
('pt', 'et_cta_step_3_title', 'Step 3 title'),
('pt', 'et_cta_title_text', 'Block title'),
('pt', 'et_custom_class', 'Custom class'),
('pt', 'et_custom_color', 'Custom color'),
('pt', 'et_custom_icon_settings', 'Icon settings'),
('pt', 'et_custom_label_settings', 'Label settings'),
('pt', 'et_custom_label_settings_tooltip', 'Only used by the Main Menu block'),
('pt', 'et_custom_menu_colors', 'Menu colors'),
('pt', 'et_dd_custom_menu_settings', 'Advanced menu settings'),
('pt', 'et_dd_image', 'Mega Menu image settings by EnergoThemes'),
('pt', 'et_dd_image_height', 'Image height'),
('pt', 'et_dd_image_width', 'Image width'),
('pt', 'et_dd_menu_width', 'Menu width'),
('pt', 'et_dd_min_menu_height', 'Menu minimum height'),
('pt', 'et_dd_offset_bottom', 'Image offset bottom'),
('pt', 'et_dd_offset_right', 'Image offset right'),
('pt', 'et_dd_push_menu_items', 'Push menu items'),
('pt', 'et_dd_url', 'Image link'),
('pt', 'et_default_vendor', 'Default vendor'),
('pt', 'et_description_animation', 'Description Animation'),
('pt', 'et_description_font_size', 'Description font size'),
('pt', 'et_description_font_style', 'Description font style'),
('pt', 'et_description_font_weight', 'Description font weight'),
('pt', 'et_description_line_height', 'Description line-height'),
('pt', 'et_description_margin', 'Description margin'),
('pt', 'et_description_text', 'Description text'),
('pt', 'et_description_text_background', 'Description text background'),
('pt', 'et_description_text_color', 'Description text color'),
('pt', 'et_eib_block_1_text', 'Block 1 text'),
('pt', 'et_eib_block_1_title', 'Block 1 title'),
('pt', 'et_eib_block_2_text', 'Block 2 text'),
('pt', 'et_eib_block_2_title', 'Block 2 title'),
('pt', 'et_eib_block_3_text', 'Block 3 text'),
('pt', 'et_eib_block_3_title', 'Block 3 title'),
('pt', 'et_eib_block_4_text', 'Block 4 text'),
('pt', 'et_eib_block_4_title', 'Block 4 title'),
('pt', 'et_email_marketing_description', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt'),
('pt', 'et_expanded', 'Expanded'),
('pt', 'et_exteded_out_of', '<strong>[average_rating]</strong> out of <strong>5</strong> stars'),
('pt', 'et_featured_products_banner', 'ET - Featured products and banners'),
('pt', 'et_featured_product_banner_tabs', 'Featured product and banner tabs'),
('pt', 'et_featured_product_banner_tabs.manage', 'Featured product and banner tabs'),
('pt', 'et_featured_vendors_sidebar', 'ET - Featured vendors sidebar'),
('pt', 'et_footer_info', 'ET - Footer info'),
('pt', 'et_full_grid', 'ET - Full width grid'),
('pt', 'et_full_width', 'Full width'),
('pt', 'et_google_map', 'Google Map'),
('pt', 'et_header_call_us', 'LET US CALL YOU BACK'),
('pt', 'et_home_blog', 'ET - Home blog'),
('pt', 'et_home_featured_vendors', 'ET - Home featured vendors'),
('pt', 'et_home_grid', 'ET - Home grid'),
('pt', 'et_home_special_title', 'ET - Home special title'),
('pt', 'et_home_testimonials', 'ET - Home testimonials'),
('pt', 'et_horizontal', 'Horizontal'),
('pt', 'et_horizontal_align', 'Horizontal align'),
('pt', 'et_horizontal_with_info_block', 'Horizontal with the Info Block'),
('pt', 'et_horziontal_filters_clear', 'Clear all filters'),
('pt', 'et_horziontal_filters_selected', 'Your selected filters '),
('pt', 'et_hover_color', 'Hover color'),
('pt', 'et_hover_image', 'Hover image'),
('pt', 'et_hover_opacity', 'Hover opacity'),
('pt', 'et_icon_color', 'Icon color'),
('pt', 'et_icon_color_hover', 'Icon color hover'),
('pt', 'et_icon_position', 'Icon position'),
('pt', 'et_icon_settings', 'Icon settings'),
('pt', 'et_image_animation', 'Image animation'),
('pt', 'et_image_background_color', 'Image background color'),
('pt', 'et_image_margin', 'Image margin'),
('pt', 'et_image_position', 'Image position'),
('pt', 'et_image_position_horizontal', 'Image position horizontal'),
('pt', 'et_image_position_inside', 'Image position inside'),
('pt', 'et_image_position_vertical', 'Image position vertical'),
('pt', 'et_image_url', 'Image URL'),
('pt', 'et_info_block_background', 'Info block background'),
('pt', 'et_info_block_margin', 'Info block margin'),
('pt', 'et_info_block_settings', 'Info Block Settings'),
('pt', 'et_info_block_width', 'Info block width'),
('pt', 'et_inside_info_block', 'Inside the Info Block'),
('pt', 'et_label_color', 'Label text color'),
('pt', 'et_label_colors', 'Label colors'),
('pt', 'et_label_text', 'Label text'),
('pt', 'et_language_specific', 'Language specific'),
('pt', 'et_left_menu', 'ET - Left menu (mobile)'),
('pt', 'et_left_of_info_block', 'Left (of the Info Block)'),
('pt', 'et_license_invalid', 'EnergoThemes license is not valid'),
('pt', 'et_mainbox_general', 'ET - Mainbox general'),
('pt', 'et_mainbox_general_full_width_no_title', 'ET - Mainbox general full width (no title)'),
('pt', 'et_mainbox_general_full_width_title', 'ET - Mainbox general full width'),
('pt', 'et_mainbox_simple', 'ET - Mainbox simple'),
('pt', 'et_mainbox_simple_full_width_no_title', 'ET - Mainbox simple full width (no title)'),
('pt', 'et_mainbox_simple_full_width_title', 'ET - Mainbox simple full width'),
('pt', 'et_main_slider', 'ET - Main slider'),
('pt', 'et_manage', 'et_manage?'),
('pt', 'et_marketplace_menu', 'ET - Marketplace Menu'),
('pt', 'et_master_vendors', 'vendor|vendors'),
('pt', 'et_mega_menu', 'ET - Advanced Mega Menu'),
('pt', 'et_mega_menu.banner_settings', 'Banner Settings'),
('pt', 'et_mega_menu.category_settings', 'Menu Category Settings'),
('pt', 'et_mega_menu.icon_settings', 'Icon Settings'),
('pt', 'et_mega_menu.products_settings', 'Featured Product Settings'),
('pt', 'et_mega_menu.size_settings', 'Window Size Settings'),
('pt', 'et_mega_menu.subcategory_thumbnails', 'Subcategory Thumbnails'),
('pt', 'et_mega_menu_tab', 'Additional menu settings'),
('pt', 'et_menu_horizontal', 'ET - Menu (horizontal)'),
('pt', 'et_min_height', 'Min height'),
('pt', 'et_mobile_footer_block', 'ET - Footer block (mobile)'),
('pt', 'et_mobile_footer_menu', 'ET - Footer menu (mobile)'),
('pt', 'et_mobile_menu_wrapper', 'ET - Mobile Menu'),
('pt', 'et_multi_scroller', 'ET - Multi scroller'),
('pt', 'et_my_content', 'My content'),
('pt', 'et_newsletter_description', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt'),
('pt', 'et_offset_bottom', 'Offset bottom'),
('pt', 'et_offset_right', 'Offset right'),
('pt', 'et_opacity', 'Opacity'),
('pt', 'et_overlay_settings', 'Overlay settings'),
('pt', 'et_padding', 'Padding'),
('pt', 'et_pp_block', 'Info blocks'),
('pt', 'et_pp_block_r', 'Return policy'),
('pt', 'et_pp_block_s', 'Shipping policy'),
('pt', 'et_pp_block_w', 'Warranty policy'),
('pt', 'et_pp_info_expanded', 'Expanded by default'),
('pt', 'et_pp_info_icon_and_color_settings', 'Icon and color settings'),
('pt', 'et_pp_info_use_icon', 'Use icon'),
('pt', 'et_pp_sold_by', 'Sold by'),
('pt', 'et_pp_this_item_sold_by', 'This item is sold by'),
('pt', 'et_product_coming_soon', 'Available on: [avail_date]'),
('pt', 'et_product_display_options', 'Product display options'),
('pt', 'et_product_filters', 'Product filters'),
('pt', 'et_product_tabs_rating_right_text', 'Tell us something about it and help others make the right decision'),
('pt', 'et_product_tabs_rating_right_title', 'Have you used the product?'),
('pt', 'et_product_tabs_rating_testimonial_right_text', 'Tell us something about your experience here'),
('pt', 'et_product_tabs_rating_testimonial_right_title', 'Have you bought from our Marketplace?'),
('pt', 'et_product_tabs_rating_testimonial_right_title_ult', 'Have you bought from our Store?'),
('pt', 'et_product_tabs_rating_vendor_right_text', 'Tell us something about it and help others make the right decision'),
('pt', 'et_product_tabs_rating_vendor_right_title', 'Have you bought from this vendor?'),
('pt', 'et_product_title_rows', 'Product title rows'),
('pt', 'et_product_title_rows_tooltip', 'Number of rows to display the product titles'),
('pt', 'et_profile_info', 'ET - Profile info'),
('pt', 'et_profile_text', 'Profile text'),
('pt', 'et_push_items', 'Push menu items'),
('pt', 'et_quick_info', 'Product page quick info'),
('pt', 'et_quick_info.manage', 'Product page quick info blocks'),
('pt', 'et_quick_info.new_block', 'New quick info block'),
('pt', 'et_quick_info_block', 'Product page quick info'),
('pt', 'et_read_all', 'Read all'),
('pt', 'et_read_more', 'Read more'),
('pt', 'et_register_text', 'Register text'),
('pt', 'et_review_variant', 'Product variant reviewed'),
('pt', 'et_right_menu', 'ET - Right menu (mobile)'),
('pt', 'et_right_of_info_block', 'Right (of the Info Block)'),
('pt', 'et_rounded_corners', 'Rounded corners'),
('pt', 'et_same_vendor', 'ET - Same vendor'),
('pt', 'et_search', 'ET - Search'),
('pt', 'et_search_marketplace_products', 'Search by Marketplace products'),
('pt', 'et_search_wrapper', 'ET - Search'),
('pt', 'et_select_category_hover_text', 'Select category'),
('pt', 'et_seo_rules', 'VIVAshop SEO rules for vendor stores'),
('pt', 'et_separate_blog_image', 'ET - Blog image'),
('pt', 'et_settings', 'Settings'),
('pt', 'et_short_description', 'Category mini description'),
('pt', 'et_show_all_reviews', 'Show all reviews'),
('pt', 'et_show_discount_label', 'Show discount label'),
('pt', 'et_show_old_price', 'Show old price'),
('pt', 'et_show_product_name', 'Show product name'),
('pt', 'et_show_product_price', 'Show price'),
('pt', 'et_show_reviews_with', 'Show reviews with'),
('pt', 'et_show_title', 'Show title'),
('pt', 'et_sidebar_category', 'Sidebar category'),
('pt', 'et_sidebar_subcategories', 'ET - Sidebar subcategories'),
('pt', 'et_sidebox_filters', 'ET - Sidebox filters'),
('pt', 'et_sidebox_products', 'ET - Sidebox products'),
('pt', 'et_sidebox_simple_open_on_mobile', 'ET - Sidebox open on mobile'),
('pt', 'et_sidebox_subcategories', 'ET - Sidebox subcategories'),
('pt', 'et_social_links', 'Social links'),
('pt', 'et_star', 'star|stars'),
('pt', 'et_sticky_cart', 'ET - Sticky cart'),
('pt', 'et_sticky_my_account', 'ET - Sticky My account'),
('pt', 'et_store_settings', 'Store settings'),
('pt', 'et_subcategories', 'ET - Subcategories'),
('pt', 'et_subcateg_opt_img_title', 'Image'),
('pt', 'et_tab_title_active_color', 'Tab title active color'),
('pt', 'et_tab_title_color', 'Tab title color'),
('pt', 'et_text_align', 'Text align'),
('pt', 'et_text_color', 'Text color'),
('pt', 'et_text_hover', 'Text hover'),
('pt', 'et_thumbnail_width', 'Thumbnail width'),
('pt', 'et_thumbnail_width_tooltip', 'Product image thumbnail width in pixels'),
('pt', 'et_title_animation', 'Title Animation'),
('pt', 'et_title_background', 'Title background'),
('pt', 'et_title_color', 'Title text color'),
('pt', 'et_title_font_size', 'Title font size'),
('pt', 'et_title_font_style', 'Title font style'),
('pt', 'et_title_font_weight', 'Title font weight'),
('pt', 'et_title_line_height', 'Title line-height'),
('pt', 'et_title_margin', 'Title margin'),
('pt', 'et_title_text', 'Title text'),
('pt', 'et_title_text_background', 'Title text background'),
('pt', 'et_title_text_color', 'Title text color'),
('pt', 'et_top', 'Top'),
('pt', 'et_top_menu', 'ET - Top menu'),
('pt', 'et_transparent_background', 'Transparent background'),
('pt', 'et_type', 'Type'),
('pt', 'et_update_for_all_languages', 'Update for all languages'),
('pt', 'et_update_for_all_languges', 'Update for all languages'),
('pt', 'et_use_bkg_overlay', 'Use background overlay'),
('pt', 'et_vendor_categories', 'ET - Vendor categories'),
('pt', 'et_vendor_extra_details_f', 'Facebook'),
('pt', 'et_vendor_extra_details_i', 'Instagram'),
('pt', 'et_vendor_extra_details_l', 'Linkedin'),
('pt', 'et_vendor_extra_details_p', 'Pinterest'),
('pt', 'et_vendor_extra_details_t', 'Twitter'),
('pt', 'et_vendor_extra_details_y', 'Youtube'),
('pt', 'et_vendor_header.feedback', 'Feedback'),
('pt', 'et_vendor_header.social', 'Socials'),
('pt', 'et_vendor_header.store', 'Store'),
('pt', 'et_vendor_menu', 'Vendor Menu'),
('pt', 'et_vendor_menu_mobile', 'ET - Vendor menu mobile'),
('pt', 'et_vendor_panel_menu.default_vendor_store', 'Default vendor blocks'),
('pt', 'et_vendor_panel_menu.my_banners', 'Banners'),
('pt', 'et_vendor_panel_menu.my_home_blocks', 'Home blocks'),
('pt', 'et_vendor_panel_menu.my_pages', 'Pages'),
('pt', 'et_vendor_plans.footer', '<div class=\"et-vendor-plans_footer_big\">Not sure which plan will suit you best?</div><div class=\"et-vendor-plans_footer_small\">Start with a 14-day trial of all Marketplace features then choose the plan that\'s right for you</div>'),
('pt', 'et_vendor_plans.footer_button_link', './index.php?dispatch=pages.view&page_id=30'),
('pt', 'et_vendor_plans.footer_button_text', 'Contact us'),
('pt', 'et_vendor_plans.no_vendor_store', 'Sem micro loja'),
('pt', 'et_vendor_plans.per', 'per'),
('pt', 'et_vendor_store_header', 'ET - Vendor store header'),
('pt', 'et_vendor_store_header_mobile', 'ET - Vendor store header mobile'),
('pt', 'et_vendor_store_menu', 'ET - Vendor store menu'),
('pt', 'et_vendor_store_menu_mobile', 'ET - Vendor store menu mobile'),
('pt', 'et_vertical', 'Vertical'),
('pt', 'et_vertical_align', 'Vertical align'),
('pt', 'et_vertical_with_info_block', 'Vertical with the Info Block'),
('pt', 'et_vivashop_mv_functionality.home_blocks', 'Vendor home blocks'),
('pt', 'et_vivashop_mv_functionality.vendor_pages', 'Vendor pages'),
('pt', 'et_vivashop_mv_settings.best_bkg', 'Best choice background'),
('pt', 'et_vivashop_mv_settings.best_outer_bkg', 'Best choice outer background'),
('pt', 'et_vivashop_mv_settings.best_outer_text', 'Best choice outer text'),
('pt', 'et_vivashop_mv_settings.best_text', 'Best choice text'),
('pt', 'et_vivashop_mv_settings.footer_bkg', 'Footer background'),
('pt', 'et_vivashop_mv_settings.footer_bkg_img', 'Footer background image'),
('pt', 'et_vivashop_mv_settings.footer_button_text', 'Button text'),
('pt', 'et_vivashop_mv_settings.footer_button_url', 'Button URL'),
('pt', 'et_vivashop_mv_settings.footer_text', 'Footer text'),
('pt', 'et_vivashop_mv_settings.header_bkg', 'Header background'),
('pt', 'et_vivashop_mv_settings.header_hover', 'Header text hover'),
('pt', 'et_vivashop_mv_settings.header_text', 'Header text color'),
('pt', 'et_vivashop_mv_settings.highlight_text', 'Title highlighted text'),
('pt', 'et_vivashop_mv_settings.menu_bkg', 'Menu background'),
('pt', 'et_vivashop_mv_settings.menu_bkg_hover', 'Menu background hover'),
('pt', 'et_vivashop_mv_settings.menu_text', 'Menu text color'),
('pt', 'et_vivashop_mv_settings.menu_text_hover', 'Menu text color hover'),
('pt', 'et_vivashop_mv_settings.price_bkg', 'Price background'),
('pt', 'et_vivashop_mv_settings.price_text', 'Price text'),
('pt', 'et_vivashop_mv_settings.show_footer', 'Show footer'),
('pt', 'et_vivashop_settings.arrow', 'Arrow'),
('pt', 'et_vivashop_settings.box_color', 'Box color'),
('pt', 'et_vivashop_settings.circles_bkg', 'Circle background'),
('pt', 'et_vivashop_settings.circles_icons', 'Circle icon'),
('pt', 'et_vivashop_settings.circles_steps_txt', 'Step number text'),
('pt', 'et_vivashop_settings.circles_step_bkg', 'Step number background'),
('pt', 'et_vivashop_settings.circles_text', 'Circle text'),
('pt', 'et_vivashop_settings.demo_banners', '<p><a class=\"cm-ajax btn btn-primary\" href=\"[demo_data_url]\">Add all demo data</a></p> <br/> <p><a class=\"cm-ajax btn btn-secondary\" href=\"[demo_banners_url]\">Add only demo banners</a></p>'),
('pt', 'et_vivashop_settings.go_btn_bkg', 'Button background'),
('pt', 'et_vivashop_settings.go_btn_bkg_hover', 'Button hover background'),
('pt', 'et_vivashop_settings.go_btn_txt', 'Button text'),
('pt', 'et_vivashop_settings.go_btn_txt_hover', 'Button hover text'),
('pt', 'et_vivashop_settings.icons', 'Icons'),
('pt', 'et_vivashop_settings.icon_bkg', 'Icon background color'),
('pt', 'et_vivashop_settings.icon_color', 'Icon color'),
('pt', 'et_vivashop_settings.main_bkg_color', 'Background color'),
('pt', 'et_vivashop_settings.overlay', 'Overlay color'),
('pt', 'et_vivashop_settings.overlay_alpha', 'Overlay opacity'),
('pt', 'et_vivashop_settings.text', 'Text'),
('pt', 'et_vivashop_settings.text_color', 'Text color'),
('pt', 'et_vivashop_settings.text_top', 'Title text'),
('pt', 'et_vivashop_settings.title_color', 'Title color'),
('pt', 'et_width', 'Width'),
('pt', 'et_wishlist_button_text', 'Wishlist'),
('pt', 'event.apply_for_vendor_notification.name', 'Novo aplicativo de conta de vendedor'),
('pt', 'event.new_vendor_notification.name', 'Nova conta de vendedor criada'),
('pt', 'event.new_vendor_notification.title', 'Cadastro de novo vendedor'),
('pt', 'event.notification_type', 'Tipo de notificação'),
('pt', 'event.order.edp.name', 'Acesso a produtos para download concedido'),
('pt', 'event.order.shipment_updated.name', 'Os produtos foram enviados'),
('pt', 'event.order.status_changed.name', 'Status do pedido alterado para [status]'),
('pt', 'event.order.updated.name', 'O pedido foi atualizado'),
('pt', 'event.product.back_in_stock.name', 'Produto voltou ao estoque'),
('pt', 'event.profile.activated.name', 'Perfil foi ativado'),
('pt', 'event.profile.added.name', 'O perfil requer ativação'),
('pt', 'event.profile.created.name', 'Perfil foi criado'),
('pt', 'event.profile.deactivated.name', 'Perfil foi desativado'),
('pt', 'event.profile.password_recovery.name', 'Recuperação de senha'),
('pt', 'event.profile.password_reminder.name', 'embrete sobre a mudança de senha necessária'),
('pt', 'event.profile.updated.name', 'O perfil foi atualizado'),
('pt', 'event.profile.usergroup_activation.name', 'Ativação do grupo de usuários'),
('pt', 'event.profile.usergroup_disactivation.name', 'Desativação do grupo de usuários'),
('pt', 'event.profile.usergroup_request.name', 'A associação ao grupo de usuários foi solicitada'),
('pt', 'event.profile.usergroup_updated.name', 'A associação ao grupo de usuários foi alterada'),
('pt', 'event.receiver.a', 'Administrator'),
('pt', 'event.receiver.c', 'Cliente'),
('pt', 'event.receiver.s', 'Vendedor'),
('pt', 'event.receiver.v', 'Vendedor'),
('pt', 'event.rma.status_changed.name', 'Status da solicitação de devolução alterado para [status]'),
('pt', 'event.system.realtime_shipping_error.name', 'Erros de envio em tempo real'),
('pt', 'event.transport.internal', 'Central de notificações'),
('pt', 'event.transport.mail', 'E-mail'),
('pt', 'event.vendors_require_approval.name', 'Os vendedores exigem aprovação'),
('pt', 'event.vendors_require_approval.title', 'Alguns vendedores estão aguardando aprovação'),
('pt', 'event.vendor_status_changed.active.message', 'Todos os seus produtos ativos agora aparecerão na loja'),
('pt', 'event.vendor_status_changed.name', 'Status do vendedor alterado para [status]'),
('pt', 'event.vendor_status_changed.pending.message', 'Você pode trabalhar com o painel de administração e gerenciar seus produtos, mas eles não aparecerão para os clientes até que seu status mude para Ativo.'),
('pt', 'event.vendor_status_changed.suspended.message', 'Para levantar a suspensão, contacte-nos.'),
('pt', 'event.vendor_status_changed.suspended.title', 'Sua conta está suspensa'),
('pt', 'event.vendor_status_changed.title', 'Seu status foi alterado para [status]'),
('pt', 'event.vendor_status_changed_from.name', 'O status do vendedor foi alterado de [status]'),
('pt', 'eway_configuration_note', '<a href=\'https://go.eway.io/s/article/How-do-I-setup-my-Live-eWAY-API-Key-and-Password\' target=\'_blank\'>How do I set up my Live eWAY API Key and Password?</a>'),
('pt', 'eway_failed_to_pay', 'Failed to pay for the order. Please contact the store administration about this payment method.'),
('pt', 'eway_upgrade_notification_text', '<p><b>eWAY</b>, <b>eWAY Direct Payment</b> and <b>eWAY Shared Payment</b> are not supported since this [product] version.</p><p>We strongly recommend you to <b>upgrade to eWAY Direct Payment (Rapid API)</b> or <b>eWAY Responsive Shared (Rapid API)</b>, here are the instructions:</p><ul><li>go to Administration > Payment methods</li><li>open one of the payment methods utilizing deprecated eWAY processor</li><li>switch to General tab and specify eWAY Direct Payment (Rapid API) or eWAY Responsive Shared (Rapid API) payment processor</li><li>switch to Configure tab and specify proper:<ul><li>API Key, API Password and Encryption Key for eWAY Direct Payment (Rapid API)</li><li>API Key and API Password for eWAY Responsive Shared (Rapid API)</li></ul></li></ul><p>eWAY, eWAY Direct Payment and eWAY Shared Payment will still be operational but we <b>renamed</b> them to Deprecated eWAY, Deprecated eWAY Direct Payment and Deprecated eWAY Shared Payment accordingly.</p>'),
('pt', 'eway_upgrade_notification_title', 'eWAY, eWAY Direct Payment and eWAY Shared Payment payment processors are no longer supported'),
('pt', 'exact_phrase', 'A frase exata'),
('pt', 'excellent', 'Excelente!'),
('pt', 'exception', 'Excepção'),
('pt', 'exceptions', 'Excepções'),
('pt', 'exceptions_type', 'Tipo de exceções'),
('pt', 'exception_disabled', 'Nenhuma variante pode ser selecionada'),
('pt', 'exception_disregard', 'Qualquer variante'),
('pt', 'exception_error', 'Erro'),
('pt', 'exception_error_code', 'Código do erro:'),
('pt', 'exception_exist', 'Esta combinação de exceção já existe'),
('pt', 'exception_title', 'Oops!<br/>Não conseguimos encontrar o que procura.'),
('pt', 'exchange_rate', 'Cotações ao vivo'),
('pt', 'exclude_disabled_products', 'Excluir produtos desativados'),
('pt', 'exclusive_promotions', 'Exclusive discounts'),
('pt', 'exclusive_promotions_content', 'Subscribe to our news and get a 10% discount coupon!'),
('pt', 'exec', 'Executar'),
('pt', 'exim_cannot_create_variant_for_shareable_feature', 'You cannot create a variant for a shareable feature.'),
('pt', 'exim_error_empty_feature_name', 'Feature name is missing. Some product features were not updated.'),
('pt', 'exim_error_incorrect_feature_type', 'Incorrect feature type. Some product features were not updated.'),
('pt', 'exim_features', 'Features (Deprecated)'),
('pt', 'exim_import_detailed_image', 'Detailed image (Deprecated)'),
('pt', 'exim_remove_additional_images', 'Limpar'),
('pt', 'exim_reset_inventory_tooltip', 'This won\'t affect the products that have the quantity specified in the imported file.'),
('pt', 'exim_storefront_feature_name', 'Storefront feature name'),
('pt', 'exim_subtotal_discount', 'Subtotal discount'),
('pt', 'exim_vendor_cant_create_feature', 'Vendors cannot create product features and their variants. Some product features cannot be modified.'),
('pt', 'exit_point', 'Ponto de saída'),
('pt', 'exp', 'Exp'),
('pt', 'expanded', 'Expandido'),
('pt', 'expand_collapse_list', 'Expandir / recolher a lista de itens'),
('pt', 'expand_section', 'Expand section'),
('pt', 'expand_sublist_of_items', 'Expandir a sublista dos itens'),
('pt', 'expenditure', 'Despesa'),
('pt', 'expired', 'Expirado'),
('pt', 'expirepreauth', 'Pré-autorização'),
('pt', 'expirepreauth_description', 'LImite em dias para segurar a pré-autorização. O valor máximo é de 30 dias. Com o tipo de solicitação de \"Venda\", deixe este campo em branco.'),
('pt', 'expiry_date', 'Data de expiração'),
('pt', 'export', 'Exportar'),
('pt', 'exported_fields', 'Campos exportados'),
('pt', 'exported_files', 'Arquivos exportados'),
('pt', 'exported_items', 'Itens exportados'),
('pt', 'exporting_data', 'Exportando dados'),
('pt', 'export_by_cron', 'Exportação por cron'),
('pt', 'export_by_cron_to', 'Exportação pelo cron para'),
('pt', 'export_cron_hint', 'Use a seguinte linha para executar o script de acordo com o agendamento'),
('pt', 'export_data', 'Exportar dados'),
('pt', 'export_found_products', 'Export found products'),
('pt', 'export_layout', 'Exportar layout'),
('pt', 'export_locations', 'Exportar locais'),
('pt', 'export_options', 'Exportar opções'),
('pt', 'export_products', 'Export products'),
('pt', 'export_selected', 'Exportar selecionados'),
('pt', 'export_to_ftp', 'Opções do servidor FTP'),
('pt', 'export_to_server', 'Exportar para o servidor'),
('pt', 'extended', 'Estendido'),
('pt', 'extra', 'Adicional'),
('pt', 'extract_archive', 'Descompactar arquivo'),
('pt', 'extra_fields', 'Extra fields'),
('pt', 'extra_folders', 'Extra folders'),
('pt', 'extra_services', 'Serviços adicionais'),
('pt', 'facebook', 'Facebook'),
('pt', 'facebook_obj_type', 'Tipo de objeto do Facebook'),
('pt', 'fail', 'Falha'),
('pt', 'failed', 'Falhou'),
('pt', 'fair', 'Justo'),
('pt', 'false', 'Falso'),
('pt', 'faroese', 'Faroês'),
('pt', 'fast', 'Rápido'),
('pt', 'favorites', 'Favorites'),
('pt', 'fax', 'Fax'),
('pt', 'fb_activities', 'Atividades'),
('pt', 'fb_businesses', 'Empresas'),
('pt', 'fb_groups', 'Grupos'),
('pt', 'fb_organizations', 'Organizações'),
('pt', 'fb_people', 'Pessoas'),
('pt', 'fb_places', 'Lugares'),
('pt', 'fb_products_entertainment', 'Produtos e Entretenimento'),
('pt', 'fb_websites', 'Sites'),
('pt', 'feature', 'Recurso'),
('pt', 'features', 'Características'),
('pt', 'features_delimiter', 'Feature variants delimiter'),
('pt', 'features_menu_description', 'Adicionar e gerenciar campos adicionais nos produtos.'),
('pt', 'feature_already_in_use', 'Couldn\'t delete the feature. It is already used by your or someone else\'s products.'),
('pt', 'feature_category', 'Feature category'),
('pt', 'feature_code', 'Código da característica'),
('pt', 'feature_comparison', 'Comparação de características'),
('pt', 'feature_comparison_upgrade_notification_text', 'The <b>Feature comparison</b> checkbox under <b>Products → Products → &lt;Desired Product&gt;</b> has been removed.<br>By ticking the new <b>Allow customers to compare products</b> checkbox under Settings → General → Catalog, you can now enable your customers to add any products in your store to comparison lists.<br>To show up on a comparison list, a feature must have one (or more) of the following checkboxes enabled under <b>Products → Features → &lt;Desired Feature&gt;</b>:<br><ul><li>Show on the Features tab</li><li>Show in product list</li><li>Show in header on the product details page</li></ul>'),
('pt', 'feature_comparison_upgrade_notification_title', 'Changes in feature comparison'),
('pt', 'feature_display_on_catalog', 'Exibir na listagem de produtos'),
('pt', 'feature_display_on_header', 'Show in header on the product details page'),
('pt', 'feature_display_on_product', 'Exibir na aba Características'),
('pt', 'feature_group', 'Feature group'),
('pt', 'feature_groups', 'Feature groups'),
('pt', 'feature_hide_on_catalog', 'Hide in product list'),
('pt', 'feature_hide_on_header', 'Hide in header on the product details page'),
('pt', 'feature_hide_on_product', 'Hide on the Features tab'),
('pt', 'feature_id', 'Feature ID'),
('pt', 'feature_name', 'Feature name'),
('pt', 'feature_style', 'Feature style'),
('pt', 'feature_variants_already_in_use', 'Couldn\'t delete some feature variants. They are already used by your or someone else\'s products.'),
('pt', 'feedback_is_sent_successfully', 'O feedback foi enviado com sucesso.'),
('pt', 'feedback_values', 'Envio de parâmetros'),
('pt', 'feed_description', 'Descrição do feed'),
('pt', 'feed_title', 'Título do feed'),
('pt', 'fib_wrapper', 'ET - Footer info block'),
('pt', 'field', 'Campo'),
('pt', 'fields', 'Campos'),
('pt', 'field_editor', 'Editor de campo'),
('pt', 'field_name', 'Nome do campo'),
('pt', 'field_type', 'Tipo do campo'),
('pt', 'file', 'Arquivo'),
('pt', 'filename', 'Nome do arquivo'),
('pt', 'files', 'Arquivos'),
('pt', 'filesize', 'Tamanho do arquivo'),
('pt', 'files_are_too_large', 'Total size of the uploaded files exceeds the maximum limit of [size].'),
('pt', 'files_changes', 'Alterações do arquivo'),
('pt', 'files_directory', 'Pasta de arquivos'),
('pt', 'file_avail_after_payment', 'Este arquivo estará disponível depois que o pedido estiver integralmente pago.'),
('pt', 'file_browser', 'Navegador de arquivos'),
('pt', 'file_changes_detector', 'Detector de alterações de arquivo'),
('pt', 'file_changes_detector.added', 'Added'),
('pt', 'file_changes_detector.changed', 'Changed'),
('pt', 'file_changes_detector.deleted', 'Deleted'),
('pt', 'file_changes_detector.snapshot_not_found', 'Snapshot of the clear installation was not found. Please restore <b>[dist_filename]</b>.'),
('pt', 'file_doesnt_have_key', 'O arquivo não tem uma chave de download.'),
('pt', 'file_download_limit_exceeded', 'O arquivo não pode ser baixado porque ultrapassa o limite de download igual a [limit].'),
('pt', 'file_editor', 'Editor de arquivos'),
('pt', 'file_is_too_large', 'O arquivo é muito grande. O tamanho máximo é [size].'),
('pt', 'file_tree', 'Árvore de arquivos'),
('pt', 'file_uploading_in_progress_please_wait', 'File uploading in progress. Please wait.'),
('pt', 'filling', 'Preenchimento'),
('pt', 'filter', 'Filtro'),
('pt', 'filters', 'Filtros'),
('pt', 'filters_in_use', 'All features are already in use'),
('pt', 'filters_menu_description', 'Filtros de produto são exibidos na  loja e permitem que os seus clientes localizar rapidamente os produtos.'),
('pt', 'filter_by', 'Filtrar por'),
('pt', 'filter_by_categories', 'Filtrar por categorias'),
('pt', 'filter_description', 'Descrição do filtro'),
('pt', 'filter_name', 'Nome do filtro'),
('pt', 'filter_style', 'Filter type'),
('pt', 'final_sale', 'Promoção final'),
('pt', 'finance_product_code', 'Código do produto de finanças'),
('pt', 'financial_state', 'Estado financeiro'),
('pt', 'find_results_with', 'Pesquisar'),
('pt', 'finish', 'Finalizar'),
('pt', 'finished', 'Finalizado'),
('pt', 'finnish', 'Finlandês'),
('pt', 'first_name', 'Primeiro nome'),
('pt', 'first_name_and_last_name', 'First name and last name'),
('pt', 'first_order', 'First order'),
('pt', 'flemish', 'Flamengo'),
('pt', 'folder', 'Pasta'),
('pt', 'folder_is_empty', 'A pasta está vazia'),
('pt', 'footer', 'Rodapé'),
('pt', 'footer_bottom', 'Footer bottom'),
('pt', 'footer_general', 'Footer general'),
('pt', 'for', 'para'),
('pt', 'forbidden', 'Proibido'),
('pt', 'forbidden_combinations', 'Combinações não permitidas'),
('pt', 'forgot_password_question', 'Esqueceu sua senha?'),
('pt', 'form', 'Formulário'),
('pt', 'format', 'Formato'),
('pt', 'forms', 'Formulários'),
('pt', 'form_builder', 'Construtor de formulários'),
('pt', 'form_id', 'Código do formulário'),
('pt', 'form_submit_text', 'Mensagem do formulário enviado'),
('pt', 'for_all_found_orders', 'Para pedidos em TODAS as páginas'),
('pt', 'for_this_page_orders', 'Para pedidos NESTA página'),
('pt', 'fragile', 'Frágil'),
('pt', 'free', 'Grátis'),
('pt', 'free_products', 'Produtos gratuitos'),
('pt', 'free_shipping', 'Frete grátis'),
('pt', 'free_shipping_upgrade_notification_text', '<p>Some of your products have the <b>Free shipping</b> property enabled. In earlier versions of [product] a customer didn\'t have to choose a shipping method when buying these products.</p><p>Starting with this [product] version, a customer chooses a shipping method at checkout for products with the <b>Free shipping</b> property enabled.</p><p>To set up a shipping method that will be used for free shipping, complete these steps:</p><ol><li>Go to <b>Administration → Shipping &amp; taxes → Shipping methods</b>.</li><li>Choose the existing shipping method that you want to use for free shipping, or create a new one.</li><li>Scroll to the <i>Extra</i> section and enable the <b>Use for free shipping</b> setting.</li></ol><p>You can set up as many shipping methods as you want for free shipping.</p><p>Note that you have to apply the <b>Use for free shipping</b> option to particular shipping methods.</p><p>Tick the <b>Use for free shipping</b> checkbox, if you want to exclude the products with the enabled <b>Free shipping</b> option from the shipping price calculation. [product] will calculate the shipping price of the other products from the order in accordance with the <b>Shipping charges</b>.</p><p>If you leave the checkbox unticked, [product] will calculate the shipping price for all products from the order in accordance with the <b>Shipping charges</b>.</p>'),
('pt', 'free_shipping_upgrade_notification_title', 'Free shipping changes'),
('pt', 'french', 'Francês'),
('pt', 'from', 'de'),
('pt', 'from_date', 'Data a partir de'),
('pt', 'from_email', 'From email'),
('pt', 'from_name', 'From name'),
('pt', 'ftp', 'FTP'),
('pt', 'ftp_connection_problem', 'Não é possível conectar ao servidor FTP. Por favor, verifique as informações de conexão do FTP'),
('pt', 'ftp_directory', 'Diretório do FTP'),
('pt', 'ftp_pass', 'Senha do FTP'),
('pt', 'ftp_server_options', 'Opções do servidor FTP'),
('pt', 'ftp_url', 'Servidor FTP'),
('pt', 'ftp_url_hint', 'O formato é: FTPHOST[:PORT][/DIRECTORY]. Exemplo: ftp.yourhost.com:21/home/username/folder'),
('pt', 'ftp_user', 'Usuário do FTP'),
('pt', 'fulfillment_state', 'Estado de realização'),
('pt', 'full', 'Completo'),
('pt', 'fullauth', 'Fullauth'),
('pt', 'fullname', 'Full name'),
('pt', 'full_description', 'Descrição completa'),
('pt', 'full_list', 'Lista completa'),
('pt', 'full_tree_cat', 'Árvore completa'),
('pt', 'full_tree_pages', 'Árvore completa');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('pt', 'full_width', 'Largura total'),
('pt', 'function', 'Núcleo'),
('pt', 'function_deprecated', 'Função [old_function] está obsoleta e será removida na próxima versão. Por favor, use o [new_function] em vez de isso.'),
('pt', 'gateway', 'Gateway'),
('pt', 'gateways', 'Gateways'),
('pt', 'gc_redeem_and_add_free_products', 'Resgatar e adicionar produtos grátis ao carrinho'),
('pt', 'gdpr_call_requests', 'Dados pessoais de solicitações de chamada'),
('pt', 'gdpr_discussions_data', 'Personal data from discussions'),
('pt', 'gdpr_newsletters', 'Personal data from newsletters'),
('pt', 'general', 'Geral'),
('pt', 'general_info', 'Informações gerais'),
('pt', 'general_settings', 'Configurações gerais'),
('pt', 'general_statistics', 'Estatísticas gerais'),
('pt', 'generate', 'Gerar'),
('pt', 'generate_cache', 'Generate cache'),
('pt', 'generate_new_api_key', 'Gerar nova chave de API'),
('pt', 'generate_printslip', 'Gerar Etiqueta'),
('pt', 'generate_printslip_and_tracking_number', 'Gerar Etiqueta e Código de Rastreamento'),
('pt', 'generate_submenu', 'Gerar o submenu'),
('pt', 'generating_pdf', 'Gerando o PDF. Por favor aguarde...'),
('pt', 'generating_xls', 'Gerando o XLS. Por favor aguarde...'),
('pt', 'geography', 'Geografia'),
('pt', 'geo_maps.cannot_select_location', 'Este local não pôde ser selecionado por motivos técnicos. Se você encontrar alguma dificuldade ao fazer um pedido, entre em contato conosco.'),
('pt', 'geo_maps.from_pickup_points', '[shipping], [n] pickup point|[shipping], [n] pickup points'),
('pt', 'geo_maps.location_detection_disabled', 'Your location could not be determined. Try enabling the location services on your device or disabling the tracking protection.'),
('pt', 'geo_maps.no_shippings', 'Sorry, we couldn\'t find any shipping options for your location. Please contact us, and we\'ll see what we can do about it.'),
('pt', 'geo_maps.select_your_city', 'Selecione a sua Cidade'),
('pt', 'geo_maps.settings_is_configured_correctly_notice', 'If you see the map here, everything is configured correctly, and the maps are working on the map provider end.'),
('pt', 'geo_maps.shipping_about', 'about'),
('pt', 'geo_maps.shipping_address_on_map', 'Endereço de entrega no mapa'),
('pt', 'geo_maps.shipping_from', 'de'),
('pt', 'geo_maps.shipping_group_delivery', 'Shipping'),
('pt', 'geo_maps.shipping_group_pickup', 'Pick-up'),
('pt', 'geo_maps.shipping_time', 'Tempo de Entrega'),
('pt', 'geo_maps.shipping_time_and_rates', 'Tempo de entrega e taxas'),
('pt', 'geo_maps.text_settings_google_api_notice', 'Learn more about setting up API key <a target=\"_blank\" href=\"https://docs.cs-cart.com/4.10.x/user_guide/addons/maps_and_geolocation/#configuration\">in the documentation</a>.'),
('pt', 'geo_maps.your_city', 'Sua cidade'),
('pt', 'german', 'Alemão'),
('pt', 'get_api_key', 'Obtendo chave de API'),
('pt', 'get_rates', 'Calcular frete'),
('pt', 'get_social', 'Obter social'),
('pt', 'gift_add_products', 'Adicionar produtos para presente'),
('pt', 'gift_certificate', 'Vale-presente'),
('pt', 'gift_certificates', 'Vales-presente'),
('pt', 'gift_certificates.certificate_purchase_form', 'Formulário de aquisição de vale-presente'),
('pt', 'gift_certificates.event.gift_certificate.status_changed.name', 'Estado do vale-presente mudou para [status]'),
('pt', 'gift_certificates.event.gift_certificate.updated.name', 'Vale-presente atualizado'),
('pt', 'gift_certificates.recipient_email', 'Recipient email'),
('pt', 'gift_certificates_menu_description', 'Visualizar e gerenciar os vales-presente que os clientes compraram.'),
('pt', 'gift_certificates_verify', 'Verificação de vale-presente'),
('pt', 'gift_certificate_added_to_cart', 'Vale-presente foi adicionado ao seu carrinho'),
('pt', 'gift_certificate_created', 'Um vale-presente foi criado'),
('pt', 'gift_certificate_info', 'Informação do vale-presente'),
('pt', 'gift_certificate_status', 'Status dos vales-presente'),
('pt', 'gift_certificate_statuses', 'Status dos vales-presentes'),
('pt', 'gift_certificate_verification', 'Verificação do vale-presente'),
('pt', 'gift_cert_amount_changed', 'Quantidade do vale-presente foi alterada.'),
('pt', 'gift_cert_code', 'Código do vale-presente'),
('pt', 'gift_cert_debit', 'Saldo devedor'),
('pt', 'gift_cert_error_amount', 'Quantidade não deve ser superior a [max] e menos [min]'),
('pt', 'gift_cert_from', 'De'),
('pt', 'gift_cert_to', 'Até'),
('pt', 'gift_cert_with_products', 'Comprar produtos e vales-presentes juntos é impossível. Por favor, realize seu pedido atual e repita sua tentativa.'),
('pt', 'gift_comment', 'Mensagem'),
('pt', 'give_coupon_subj', 'Você tem uma nova promoção'),
('pt', 'global', 'Global'),
('pt', 'global_individual.global', 'Global'),
('pt', 'global_individual.global_tooltip', 'The value of this setting can be changed for individual items. Click here to make this setting global.'),
('pt', 'global_individual.global_value_all_items', 'Global value for all items'),
('pt', 'global_individual.individual', 'Individual'),
('pt', 'global_individual.individual_tooltip', 'This setting is currently global. Click here to allow changing its value for individual items.'),
('pt', 'global_individual.individual_values_each_item', 'Individual values for each item'),
('pt', 'global_options', 'Opções globais'),
('pt', 'global_order_id', 'Id Global'),
('pt', 'global_status', 'Status global'),
('pt', 'global_update', 'Atualização global'),
('pt', 'global_update_description', 'Valores positivos ou negativos podem ser inseridos nos campos abaixo (por exemplo, -5).'),
('pt', 'global_vars', 'Global variables'),
('pt', 'go', 'Ir'),
('pt', 'google', 'Google'),
('pt', 'google_base', 'Google Base'),
('pt', 'google_base_export_notice', '<b>Nota:</b> Você pode configurar impostos e taxas de envio na página do <a href=\"http://www.google.com/merchants/taxshippingsettings\"> Resumo de imposto e frete</a> em seu Google Merchant Center.'),
('pt', 'google_export_upgrade_notification_text', '<p>The latest version of [product] has different settings for data feeds: <b>Google price</b> doesn\'t include tax now.</p><p>If you want to export products with tax included in the price, do the following:</p><ul><li>Go to Administration &rarr; Add-ons &rarr; Data feeds.</li><li>Choose the data feed used to export products to Google Product Feed.</li><li>Switch to the <b>Fields mapping</b> tab and select <b>Google price (with tax included)</b> for the <b>price</b> field.</li></ul>'),
('pt', 'google_export_upgrade_notification_title', 'Google Export changes'),
('pt', 'google_sitemap.export_progress_entry', '[storefront]: [object]'),
('pt', 'google_sitemap.generate_map', 'The sitemap is not generated yet. Please go to add-on settings and press \"Regenerate a sitemap\" button'),
('pt', 'google_sitemap.map_generated', 'The sitemap was generated successfully'),
('pt', 'google_sitemap.text_regenerate', 'If products, categories, etc. were added or changed, please <a class=\"cm-ajax cm-comet btn btn-primary\" href=\"[regenerate_url]\">Regenerate a sitemap</a><br /><br /> [sitemap_available_in_customer]'),
('pt', 'google_sitemap.text_select_storefront', 'To generate a sitemap, please select storefront first.'),
('pt', 'goto_theme_configuration', 'Procurar temas'),
('pt', 'go_back', 'Voltar'),
('pt', 'go_to_admin_panel', 'Admin panel'),
('pt', 'go_to_the_admin_homepage', 'Ir para a homepage do admin'),
('pt', 'go_to_the_homepage', 'Ir para página inicial'),
('pt', 'grams_in_the_unit_of_weight', 'Gramas na unidade de peso definido como símbolo de peso'),
('pt', 'grant_point', 'Grant reward points'),
('pt', 'graphic', 'Gráfico'),
('pt', 'graphic_banner', 'Banner gráfico'),
('pt', 'greek', 'Grego'),
('pt', 'grid', 'Grade'),
('pt', 'grid_options', 'Opções de grade'),
('pt', 'gross_total', 'Total bruto'),
('pt', 'ground_only', 'Apenas terrestre'),
('pt', 'group', 'Grupo'),
('pt', 'groups', 'Grupos'),
('pt', 'guest', 'Convidado'),
('pt', 'has_additional_pages', 'Has additional pages'),
('pt', 'has_credit_memo', 'Possui anotação de crédito'),
('pt', 'has_invoice', 'Possui pedidos'),
('pt', 'header', 'Cabeçalho'),
('pt', 'header_image', 'Imagem de cabeçalho'),
('pt', 'head_custom_html', 'Custom HTML code'),
('pt', 'hebrew', 'Hebraico'),
('pt', 'height', 'Altura'),
('pt', 'hello', 'Olá'),
('pt', 'hello_name', 'Olá [name],'),
('pt', 'help', 'Ajuda'),
('pt', 'helpdesk_account.helpdesk_account', 'Conta Help Desk '),
('pt', 'helpdesk_account.request_permissions', 'Solicitar permissões'),
('pt', 'helpdesk_account.request_permissions_from_store_owner_to_manage_addons', 'Você precisa ter a permissão adequada do proprietário da loja para gerenciar add-ons.'),
('pt', 'helpdesk_account.signed_in_message', 'Logado'),
('pt', 'helpdesk_account.signed_out_message', 'Faça login com sua conta de Help Desk para acessar todos os serviços do CS-Cart usando uma única conta.'),
('pt', 'helpdesk_account.signed_out_message.marketplace', 'Inscreva-se com sua conta de Help Desk para obter informações sobre as versões de complementos mais recentes do Marketplace, avalie e analise complementos que você comprou e prolongue suas assinaturas de licença.'),
('pt', 'helpdesk_account.signed_out_message.marketplace_single_addon', 'Entre com sua conta de Help Desk para obter informações sobre as versões mais recentes de complementos do Marketplace, avalie e analise este complemento e prolongue sua assinatura de licença.'),
('pt', 'helpdesk_account.sign_in', 'Entrar'),
('pt', 'helpdesk_account.sign_in_to_manage_addons', 'Faça login com sua conta de Help Desk para gerenciar add-ons.'),
('pt', 'helpdesk_account.sign_out', 'Sair'),
('pt', 'hidden', 'Oculto'),
('pt', 'hidden_categories', 'Categorias ocultas'),
('pt', 'hide', 'Esconder'),
('pt', 'hide_add_to_cart_button', 'Ocultar botão de adicionar ao carrinho'),
('pt', 'hide_extra_logos', 'Hide extra logos'),
('pt', 'hide_on_checkout', 'Hide at checkout'),
('pt', 'hide_options', 'Ocultar opções'),
('pt', 'hide_option_completely', 'Ocultar a opção completamente'),
('pt', 'hidpi.notice.images_were_not_restored', 'Some of the old images in your store are still low-quality. To use the highest quality possible, please <a href=\"[convert_url]\">restore high-quality images</a>. The process is automatic.'),
('pt', 'hidpi.refactoring_upgrade_notification_text', '<p>The previous version of the <b>[addon_name]</b> add-on shrank the uploaded images. We improved the add-on, so there is no need for that now. However, the existing images remain shrunk and don’t look good.</p><p>We can make your existing images look nice and sharp, but that procedure will take some time. That’s why we need you to start it.</p><p><a href=\"[url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Make image look good</a></p>'),
('pt', 'hidpi.refactoring_upgrade_notification_title', 'Make sure your images look good.'),
('pt', 'hidpi.restore_btn', 'Restore'),
('pt', 'hidpi.restore_images', 'Image restoration'),
('pt', 'hidpi.text_restore_images', 'The previous version of the HiDPI display support add-on shrank the uploaded images. There’s no need for that now. But to make your images look nice and sharp you need to click Restore.'),
('pt', 'hidpi.upload_high_res_image', 'I’m uploading a HiDPI image.'),
('pt', 'hidpi.upload_high_res_image.tooltip', 'If this checkbox is ticked, the source image will be displayed two times downscaled. This setting only affects the displaying of the source image and not its thumbnail. If you want an image to be displayed in the original size, untick this checkbox.'),
('pt', 'hidpi.warning_restore_images', '<strong>Attention!</strong> This procedure is non—reversible: when you revert the upgrade, the image restoration manipulations will not be reverted. So, please make sure to perform a backup. The procedure can take some time—it depends on the number of images in your store.'),
('pt', 'history', 'Histórico'),
('pt', 'home', 'Home'),
('pt', 'home_blocks', 'Vendor home blocks'),
('pt', 'home_page', 'Página inicial'),
('pt', 'horizontal', 'Horizontal'),
('pt', 'horizontal_filters', 'Horizontal filters'),
('pt', 'host', 'Nome do host'),
('pt', 'host_code', 'Código do host'),
('pt', 'hour', 'Hora'),
('pt', 'hourly', 'Por hora'),
('pt', 'hour_or_hours', 'hour(s)'),
('pt', 'how_to_send', 'Como enviar?'),
('pt', 'html_block', 'Bloco HTML'),
('pt', 'http_transport_error_prefix_curl', 'Curl Error'),
('pt', 'http_transport_error_prefix_socket', 'Socket Error'),
('pt', 'hungarian', 'Húngaro'),
('pt', 'hybrid_auth', 'Login social'),
('pt', 'hybrid_auth.add_provider', 'Adicionar provedor'),
('pt', 'hybrid_auth.callback_url', 'URL de callback'),
('pt', 'hybrid_auth.cant_create_profile', 'Infelizmente não foi possível criar o cadastro e fazer login na loja devido a um destes motivos:<br />- O cadastro já havia sido feito usando outro login social com o mesmo endereço de e-mail.<br />- O cadastro já havia sido feito na loja usando o endereço de e-mail.<br />Entre em contato conosco para resolver o problema.'),
('pt', 'hybrid_auth.change_password', 'Você pode alterar sua senha aqui'),
('pt', 'hybrid_auth.configuration_error', 'Erro de configuração do hybridauth'),
('pt', 'hybrid_auth.connecting_provider', 'Contatando <b>[provider]</b>. Aguarde...'),
('pt', 'hybrid_auth.connect_social', 'Conectar redes sociais'),
('pt', 'hybrid_auth.connect_social_title', 'Este usuário já existe'),
('pt', 'hybrid_auth.editing_provider', 'Editando provedor'),
('pt', 'hybrid_auth.facebook_disabled_upgrade_notification_text', '<p>We had to move to a newer version of Facebook API, because the API version that we used previously is no longer supported. However, to work with the new API, [product] requires PHP 5.4. You are seeing this message because your server has an older PHP version.</p><p>The status of the <b>Facebook</b> provider under <b>Website → Social login</b> has been set to <i>Disabled</i>.</p><p>Please update your PHP version to 5.4 or higher before you re-enable Facebook.</p>'),
('pt', 'hybrid_auth.facebook_disabled_upgrade_notification_title', 'Social Login: Sign-ins via Facebook have been disabled due to an old PHP version'),
('pt', 'hybrid_auth.facebook_oauth_redirect_uris', 'Valid OAuth redirect URIs'),
('pt', 'hybrid_auth.failed_auth', 'Erro na autenticação. O usuário cancelou a autenticação ou o provedor recusou a conexão.'),
('pt', 'hybrid_auth.instruction_facebook', 'Use the application ID and Secret key that you\'ve received after creating an application on <a href=\'https://developers.facebook.com/apps\' target=\'_blank\'>Facebook Developers</a>.'),
('pt', 'hybrid_auth.instruction_facebook_login', 'Use the application ID and Secret key that you\'ve received after creating an application on <a href=\"https://developers.facebook.com/apps\" target=\"_blank\">Facebook Developers</a>. After that copy the value of the <b>Valid OAuth redirect URIs</b> field to the corresponding setting of the <b>Facebook Login</b> product in your Facebook application.'),
('pt', 'hybrid_auth.instruction_foursquare', 'Use the application ID and Secret key that you\'ve received after creating an application on <a href=\'https://foursquare.com/developers/apps\' target=\'_blank\'>Fousquare</a>.'),
('pt', 'hybrid_auth.instruction_google', 'Use ID and Secret key that you\'ve received after creating a project on <a href=\'https://code.google.com/apis/console/?pli=1\' target=\'_blank\'>Google</a>.'),
('pt', 'hybrid_auth.instruction_linkedin', 'Use ID (Consumer key) and Secret key that you\'ve received after creating an application on <a href=\'https://www.linkedin.com/developer/apps\' target=\'_blank\'>LinkedIn Developers</a>.'),
('pt', 'hybrid_auth.instruction_live', 'Use the application ID and Secret key that you\'ve received after adding an application on <a href=\'https://account.live.com/developers/applications/create\' target=\'_blank\'>Live</a>.'),
('pt', 'hybrid_auth.instruction_paypal', 'Use the application ID and Secret key that you\'ve received after creating an application on <a href=\'https://developer.paypal.com/developer/applications\' target=\'_blank\'>PayPal Developers</a>.'),
('pt', 'hybrid_auth.instruction_paypal_application', 'Use the application ID and Secret key that you\'ve received after creating an application on <a href=\'https://developer.paypal.com/developer/applications\' target=\'_blank\'>PayPal Developers</a>. Please enable all Personal Profile scope attributes and at least one scope attribute in Address and in Account Information in your PayPal application settings.'),
('pt', 'hybrid_auth.instruction_twitter', 'Use ID (Consumer key) and Secret key that you\'ve received after creating an application on <a href=\'https://apps.twitter.com/\' target=\'_blank\'>Twitter</a>.'),
('pt', 'hybrid_auth.instruction_yahoo', 'Use ID (Identificator) and Secret key that you\'ve received after creating an application on <a href=\'https://developer.yahoo.com/apps/create/\' target=\'_blank\'>Yahoo</a>.'),
('pt', 'hybrid_auth.linkedin_api_v1', 'v1'),
('pt', 'hybrid_auth.linkedin_api_v2', 'v2'),
('pt', 'hybrid_auth.linkedin_api_version', 'API version'),
('pt', 'hybrid_auth.linked_provider', 'Conectado'),
('pt', 'hybrid_auth.link_provider', 'Contas nas redes sociais'),
('pt', 'hybrid_auth.live_redirect_urls', 'Redirect URLs'),
('pt', 'hybrid_auth.missing_credentials', 'As credenciais de aplicativo do provedor não foram configuradas'),
('pt', 'hybrid_auth.new_provider', 'Novo provedor'),
('pt', 'hybrid_auth.not_linked_provider', 'Não conectado'),
('pt', 'hybrid_auth.password_generated', 'Seu cadastro na loja foi efetuado com sucesso. Uma senha foi criada para você.'),
('pt', 'hybrid_auth.providers', 'Provedores'),
('pt', 'hybrid_auth.provider_error_configuration', 'Provedor não configurado corretamente'),
('pt', 'hybrid_auth.provider_not_found', 'Provider [provider] not found'),
('pt', 'hybrid_auth.social_login', 'Ou faça login usando outro provedor de identidade'),
('pt', 'hybrid_auth.specify_email', 'Specify email'),
('pt', 'hybrid_auth.specify_email_title', 'The e-mail was not specified.'),
('pt', 'hybrid_auth.text_connect_social', '<p>The user with the e-mail specified during social login already exists.</p><p>If you want to assign a social network account to the registered user, please log in.</p>'),
('pt', 'hybrid_auth.text_link_provider', 'Associe a sua conta de rede social e use-a para fazer login'),
('pt', 'hybrid_auth.text_specify_email', '<p>When logging through the social network the e-mail was not specified.</p><p>Please enter your e-mail and click Continue.</p>'),
('pt', 'hybrid_auth.text_user_is_already_link', 'Esta conta de rede social já está sendo usada'),
('pt', 'hybrid_auth.unspecified_error', 'Erro não especificado'),
('pt', 'hybrid_auth.wrong_provider', 'Provedor desconhecido ou desativado'),
('pt', 'hybrid_auth_menu_description', 'Criar provedor'),
('pt', 'I25', 'Interleaved 2 of 5 é baseado no padrão de symbology 2 de 5. <br/>Interleaved 2 of 5 é projetado para codificar apenas 10 dígitos.'),
('pt', 'icon', 'Ícone'),
('pt', 'id', 'Código'),
('pt', 'identifier', 'Identificador de PayBox'),
('pt', 'iframe_mode', 'modo de iFrame'),
('pt', 'illegal_item_weight', 'Peso do item ilegal'),
('pt', 'image', 'Foto'),
('pt', 'images', 'Fotos'),
('pt', 'images_directory', 'Pasta de fotos'),
('pt', 'images_params', 'Fotos'),
('pt', 'image_has_been_deleted', 'This image has been deleted'),
('pt', 'image_pair', 'Par de fotos'),
('pt', 'image_url', 'Image URL'),
('pt', 'image_verification', 'Verificação por imagem'),
('pt', 'image_verification_body', 'Digite os caracteres que você vê na imagem acima.'),
('pt', 'image_verification_label', 'Verificação por imagem'),
('pt', 'image_zoom.rework_update_notification.message', '<p>We reworked the <b>Image zoom</b> add-on, because it used a third-party solution incompatible with modern versions of jQuery. As a result of the rework, some settings of the add-on were removed.</p><p>Please check how the image zoom looks on the product pages now. If you\'d like to make any changes to the looks, adjust the settings of the <b>Image zoom</b> add-on.</p><p><a href=\"[image_zoom_settings]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check Image Zoom settings</a></p>'),
('pt', 'image_zoom.rework_update_notification.title', 'Image Zoom add-on reworked'),
('pt', 'immediately', 'Imediatamente'),
('pt', 'imperial_units', 'Imperial (in, lb)'),
('pt', 'import', 'Importar'),
('pt', 'important', 'Importante'),
('pt', 'important_language_text', 'When you hide, disable, or delete a default language of one of the storefronts, make sure to update the value of the <b>Frontend default language</b> setting in <a href=\"[link]\">Settings → Appearance</a>.'),
('pt', 'importing_data', 'Importando dados'),
('pt', 'import_data', 'Importar dados'),
('pt', 'import_errors', 'Import errors'),
('pt', 'import_layout', 'Importar layout'),
('pt', 'import_locations', 'Importar locais'),
('pt', 'import_new_vendor', '[n] new vendor was created during the import. This vendor only has a name so far. Please edit the new vendor to add other information.|[n] new vendors were created during the import. These vendors only have names so far. Please edit the new vendors to add other information.'),
('pt', 'import_options', 'Importar opções'),
('pt', 'import_products', 'Import products'),
('pt', 'import_results', 'Import results'),
('pt', 'in', 'em'),
('pt', 'included', 'incluído'),
('pt', 'include_cvn', 'incluir CVN'),
('pt', 'including_discount', 'Incluindo desconto'),
('pt', 'including_tax', 'Incluindo imposto'),
('pt', 'income', 'Receita'),
('pt', 'incompleted', 'Incompleto'),
('pt', 'incompleted_orders', 'Pedidos incompletos'),
('pt', 'incorrect_filling_message', 'Mensagem de preenchimento incorreto'),
('pt', 'incorrect_po_pack_structure', 'The structure of package that contains \".po\" translation files located at <b>\"[pack_path]\"</b> is incorrect.'),
('pt', 'incorrect_po_pack_structure_file_not_exist', 'The structure of package that contains \".po\" translation files located at <b>\"[pack_path]\"</b> is incorrect. The file <b>\"[po_file]\"</b> does not exist.'),
('pt', 'incorrect_price_warning', 'Produto não foi adicionado ao carrinho. Por favor, insira um preço correto.'),
('pt', 'increase', 'aumento'),
('pt', 'inc_tax', 'inc imposto'),
('pt', 'index', 'Página inicial'),
('pt', 'individual', 'Individual'),
('pt', 'information', 'Informações'),
('pt', 'information_file_roobots', 'A robots.txt file was detected. The changes you make here won\'t take effect until you delete the existing <b>robots.txt</b> file from the root directory of your store.'),
('pt', 'inner_hint', 'Dica interna'),
('pt', 'input_field', 'Caixa de texto'),
('pt', 'insert_block', 'Adicionar bloco'),
('pt', 'insert_grid', 'Adicionar grade'),
('pt', 'insert_image', 'Insert image'),
('pt', 'install', 'Instalar'),
('pt', 'installation_id', 'Código da instalação'),
('pt', 'installed', 'Instalado'),
('pt', 'installed_addons', 'Complementos instalados'),
('pt', 'installed_date', 'Installed date'),
('pt', 'installed_languages', 'Instalado'),
('pt', 'installed_themes', 'Temas instalados'),
('pt', 'installed_upgrades', 'Atualizações instaladas'),
('pt', 'installed_version', 'Installed version'),
('pt', 'installer_complete_title', 'A instalação foi finalizada com sucesso'),
('pt', 'installments', 'Parcelas'),
('pt', 'installment_qty', 'Quantidade de parcelas'),
('pt', 'install_addon_text', 'Os plugins complementam as funcionalidades de sua loja.<br />Você pode instalar plugins selecionando um arquivo [exts] e clicando em Enviar e instalar.'),
('pt', 'install_date', 'Install date'),
('pt', 'install_theme_text', 'Instalar um novo tema é uma ótima forma de personalizar a sua loja. Você pode enviar um novo tema escolhendo um arquivo [exts] e então clicando em <strong>Enviar</strong>.'),
('pt', 'install_upgrade_package_text', 'You can upload an upgrade package manually from the local machine, your server, or from a remote location. Specify the location of a [exts] format archive and click <strong>Upload</strong>.'),
('pt', 'internal_feature_group_name_tooltip', 'This name is shown only in the Administration panel to help you distinguish between multiple feature groups that have the same displayed name.'),
('pt', 'internal_feature_name_tooltip', 'This name is shown only in the Administration panel to help you distinguish between multiple features that have the same displayed name.'),
('pt', 'internal_option_name', 'Internal name'),
('pt', 'internal_option_name_tooltip', 'This name is shown only in the Administration panel to help you distinguish between multiple options that have the same displayed name.'),
('pt', 'internal_template.vendor_communication_message_received', 'Nova mensagem recebida'),
('pt', 'internal_template.vendor_data_premoderation_product_approved', 'Pré-moderação de dados do vendedor: seu produto foi aprovado'),
('pt', 'internal_template.vendor_data_premoderation_product_disapproved', 'Pré-moderação de dados do vendedor: seu produto foi reprovado'),
('pt', 'internal_template.vendor_debt_payout_internal_admin_notification_vendor_status_changed_to_disabled', 'Notificações de pagamentos do vendedor para administrador'),
('pt', 'internal_template.vendor_debt_payout_internal_admin_notification_vendor_status_changed_to_suspended', 'Notificações de pagamentos do vendedor para administrador'),
('pt', 'internal_template.vendor_debt_payout_negative_balance_reached', 'Login do vendedor: Dívida e período de carência'),
('pt', 'internal_template.vendor_debt_payout_vendor_days_before_suspended', 'Notificações de pagamentos do vendedor para administrador'),
('pt', 'internal_templates', 'Modelos de notificação no local'),
('pt', 'internal_template_exists', 'O modelo de notificação no local com o código escolhido já existe, tente outro.'),
('pt', 'internal_template_import_success_msg', 'Todos os modelos de notificação no local foram importados sem erros.'),
('pt', 'international_settings', 'Configurações internacionais'),
('pt', 'international_usps', 'International U.S.P.S.'),
('pt', 'invalid_ftp_access', 'Acesso inválido de FTP'),
('pt', 'invalid_value_for_grid_with_content', 'This value can not be set, because the content does not fit into the grid width. Edit the grid content and try again.'),
('pt', 'inventory', 'Estoque'),
('pt', 'inventory_tracking', 'Inventory'),
('pt', 'invitees', 'Convidados'),
('pt', 'invite_vendors', 'Invite vendors'),
('pt', 'invite_vendors_enter_emails', 'Emails where to send invitations'),
('pt', 'invite_vendors_title', 'Invite people to register as vendors in your marketplace'),
('pt', 'invoice', 'Pedido'),
('pt', 'invoices', 'Pedidos'),
('pt', 'invoice_credit_memo', 'Pedido/Anotação de crédito'),
('pt', 'invoice_heading', 'Invoice'),
('pt', 'invoice_id', 'Código do pedido'),
('pt', 'invoice_pdf', 'Invoice (PDF)'),
('pt', 'invoice_title', 'PEDIDO'),
('pt', 'in_progress', 'Em progresso'),
('pt', 'in_stock', 'Disponível'),
('pt', 'ip', 'IP'),
('pt', 'ipn_errors', 'IPN errors'),
('pt', 'ips', 'IPs'),
('pt', 'ip_address', 'Endereço IP'),
('pt', 'ip_from', 'IP de'),
('pt', 'ip_to', 'IP até'),
('pt', 'issuer_id', 'Issuer ID'),
('pt', 'is_address_required', 'Customer must specify his/her address'),
('pt', 'is_back_in_stock', 'está de volta ao estoque!'),
('pt', 'is_default_storefront', 'Default storefront'),
('pt', 'is_pbp', 'Permitir pagamento por pontos'),
('pt', 'italian', 'Italiano'),
('pt', 'items', 'item(ns)'),
('pt', 'items_dependences', 'Frete por quantidade de itens'),
('pt', 'items_in_box', 'Itens na caixa'),
('pt', 'items_in_cart', 'Você tem [n] item no seu carrinho|Você tem [n] itens no seu carrinho'),
('pt', 'items_marked_by_tag', 'Itens marcados com a tag \"[tag]\":'),
('pt', 'items_per_page', 'Itens por página'),
('pt', 'items_title', 'Itens'),
('pt', 'item_id', 'Item ID'),
('pt', 'item_number', 'Exibir código do item'),
('pt', 'item_quantity', 'Quantidade do item'),
('pt', 'i_agree_continue', 'I agree and continue'),
('pt', 'janrain_cant_create_profile', 'Infelizmente não foi possível criar o cadastro e fazer login na loja devido a um destes motivos:<br />- O cadastro já havia sido feito usando outro login social com o mesmo endereço de e-mail.<br />- O cadastro já havia sido feito na loja usando o endereço de e-mail.<br />Entre em contato conosco para resolver o problema.'),
('pt', 'janrain_general_info', '<p>Obtenha estas informações e configure o login social em <a href=\"http://janrain.com\" target=\"_blank\">janrain.com</a></p>'),
('pt', 'janrain_need_update_profile', 'O campo senha e outros campos obrigatórios estão vazios. Atualize o seu cadastro.'),
('pt', 'janrain_social_login', 'Login social'),
('pt', 'japanese', 'Japonês'),
('pt', 'join', 'Juntar'),
('pt', 'json_error_ctrl_char', 'Erro do controle de caracteres, possivelmente foi codificado incorretamente'),
('pt', 'json_error_depth', 'A profundidade máxima da pilha foi excedida'),
('pt', 'json_error_state_mismatch', 'JSON invalido ou mal formado'),
('pt', 'json_error_syntax', 'Erro de sintaxe, JSON malformado'),
('pt', 'json_error_unknown', 'Erro JSON desconhecido'),
('pt', 'json_error_utf8', 'Caracteres UTF-8 malformado, possivelmente incorretamente codificado'),
('pt', 'key', 'Chave'),
('pt', 'key1_for_md5', 'Auth key 1 para md5'),
('pt', 'key2_for_md5', 'Auth key 2 para md5'),
('pt', 'keywords', 'Palavras-chave'),
('pt', 'korean', 'Coreano'),
('pt', 'label_text_color', 'Cor do texto do rótulo'),
('pt', 'landing_header', 'Seu pedido foi recebido'),
('pt', 'language', 'Idioma'),
('pt', 'languagecode', 'Código de idioma'),
('pt', 'languages', 'Idiomas'),
('pt', 'languages_find_more', 'If you haven\'t found the language you need, check out <a href=\"[href]\" target=\"_blank\">our site with free language packs</a>.'),
('pt', 'language_code', 'Código de idioma'),
('pt', 'language_variable', 'Variável de linguagem'),
('pt', 'language_variables', 'Variáveis de linguagem'),
('pt', 'last4ssn', 'Última 4 dígitos do número da Segurança Social'),
('pt', 'last_24hours', 'Últimas 24 horas'),
('pt', 'last_days', 'Últimos dias'),
('pt', 'last_login', 'Last login'),
('pt', 'last_month', 'Mês passado'),
('pt', 'last_name', 'Último nome'),
('pt', 'last_name_and_first_name', 'Last name and first name'),
('pt', 'last_n_days', 'Últimos [N] dias'),
('pt', 'last_order', 'Último pedido'),
('pt', 'last_scan_time', 'Last scan time'),
('pt', 'last_sync', 'Last sync'),
('pt', 'last_year', 'Último ano'),
('pt', 'latest_available_version', 'Latest available version'),
('pt', 'latest_reviews', 'Últimos comentários e avaliações'),
('pt', 'latitude', 'Latitude'),
('pt', 'latitude_short', 'latitude'),
('pt', 'layout', 'Layout'),
('pt', 'layoutid', 'Layout Id'),
('pt', 'layouts', 'Layouts'),
('pt', 'layout_meta_data', 'Meta data & more'),
('pt', 'layout_page', 'Layout Page'),
('pt', 'lbl_amazon_aws_access_public_key', 'Chave pública de acesso AWS'),
('pt', 'lbl_amazon_aws_access_secret_key', 'Chave secreta de acesso AWS'),
('pt', 'lbl_amazon_background_color', 'Cor de fundo'),
('pt', 'lbl_amazon_button_color', 'Cor do botão'),
('pt', 'lbl_amazon_button_size', 'Tamanho do botão'),
('pt', 'lbl_amazon_button_style', 'Estilo de botão da Amazon'),
('pt', 'lbl_amazon_color_dark', 'Escuro'),
('pt', 'lbl_amazon_color_light', 'Claro'),
('pt', 'lbl_amazon_color_orange', 'Laranja'),
('pt', 'lbl_amazon_color_tan', 'Tan'),
('pt', 'lbl_amazon_color_white', 'Branco'),
('pt', 'lbl_amazon_process_order_on_failure', 'Processar pedido no callback de falha'),
('pt', 'lbl_amazon_size_large', 'Grande'),
('pt', 'lbl_amazon_size_medium', 'Medio'),
('pt', 'lbl_amazon_size_xlarge', 'Extra Largo'),
('pt', 'left', 'Esquerda'),
('pt', 'length', 'Comprimento'),
('pt', 'less', 'menos'),
('pt', 'letter', 'Letra'),
('pt', 'level', 'Nível'),
('pt', 'licence_agreement', 'Contrato de licença'),
('pt', 'license', 'License'),
('pt', 'licensed_product', 'Licensed product'),
('pt', 'license_agreement', 'Contrato de licença'),
('pt', 'license_expires', 'License expires'),
('pt', 'license_number', 'Número de licença'),
('pt', 'license_number_cannot_be_empty', 'Número de licença não pode ser vazio'),
('pt', 'license_required', '[product] license required'),
('pt', 'licensing.license_error_license_is_disabled', 'The license is disabled. Please check your license status.'),
('pt', 'licensing.license_error_license_is_disabled.text', 'Please contact us <a href=\"[helpdesk_url]\" target=\"_blank\">via Customer Help Desk</a> to find out why it happened and what can be done about it. To access the admin panel right now, you can enter another valid license number, as long as it isn\'t used in another store:'),
('pt', 'licensing.license_error_license_is_disabled.title', 'Your [product] license has been disabled'),
('pt', 'licensing.license_error_license_is_invalid', 'Invalid license number. Please enter a valid license number.'),
('pt', 'licensing.license_error_wrong_edition', 'The license does not match your store edition. Please enter a valid license number.'),
('pt', 'licensing.license_error_wrong_licensing_mode', 'The license does not match your store licensing mode. Please enter a valid license number.'),
('pt', 'licensing_and_upgrades', 'Licensing and upgrades'),
('pt', 'limit', 'Limite'),
('pt', 'line', 'Linha'),
('pt', 'linear', 'Linear'),
('pt', 'link', 'Link'),
('pt', 'linked_categories', 'Categorias vinculadas'),
('pt', 'linked_products', 'Produtos vinculados'),
('pt', 'links', 'Links'),
('pt', 'links_thumb', 'Miniaturas com links'),
('pt', 'link_an_existing_option', 'Link an existing option'),
('pt', 'link_from_layout', 'Link blocks from layout'),
('pt', 'link_message_for_test_letter', 'The link will be displayed in a live newsletter'),
('pt', 'link_text', 'Texto do link'),
('pt', 'link_to', 'Link para'),
('pt', 'list', 'Lista'),
('pt', 'list_objects', 'Lista de objetos'),
('pt', 'list_price', 'Preço sugerido'),
('pt', 'list_price_decreased', 'Preço sugerido reduzido por'),
('pt', 'list_price_increased', 'Preço sugerido aumentado por'),
('pt', 'list_price_short', 'Preço sugerido'),
('pt', 'list_qty_count', 'List quantity count'),
('pt', 'list_quantity_count', 'Itens na lista de qualidades'),
('pt', 'lite_checkout.change_in_geolocation_cities_upgrade_notification_text', '<p>Previously, you could create a list of cities that would be available to customers for selection in the geolocation block on the storefront. That had to be done in <b>Administration → Shipping &amp; taxes → Geolocation cities.</b></p><p>That page was removed, and the list of cities is now generated automatically from your pickup points. It works only if the corresponding setting in the [stores_pickups_addon] add-on is enabled, and only for pickup points that have a country, state, and city specified.</p><p>For your convenience, here is the list of cities that you previously had on the <b>Geolocation cities</b> page. It may help with configuring pickup points:<p><p>[locations_table]</p><p><a href=\"[stores_pickups_search]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Edit add-on settings</a></p>'),
('pt', 'lite_checkout.change_in_geolocation_cities_upgrade_notification_title', 'List of geolocation cities is now generated automatically'),
('pt', 'lite_checkout.choose_from_list', 'Choose from list'),
('pt', 'lite_checkout.chosen_shipping_not_avaliable', 'Sorry, we can\'t get the rates for your selected shipping method. Please check your address and make sure that it is correct. If this doesn\'t help, please select another shipping method or contact us.'),
('pt', 'lite_checkout.city_and_state', 'City, state'),
('pt', 'lite_checkout.click_here_to_update_shipping', 'Enter city and state and click here to update shipping rates'),
('pt', 'lite_checkout.customer_information', 'Customer'),
('pt', 'lite_checkout.delivery_note', 'Customer\'s notes'),
('pt', 'lite_checkout.deliver_to', 'Deliver to:'),
('pt', 'lite_checkout.nearest_station', 'Nearest station'),
('pt', 'lite_checkout.not_available', 'Not available'),
('pt', 'lite_checkout.personal_name', 'Full name'),
('pt', 'lite_checkout.place_an_order_for', 'Finalizar pedido ([amount])'),
('pt', 'lite_checkout.select_pickup_item', 'Select a pickup point'),
('pt', 'lite_checkout.select_your_city', 'Specify your city'),
('pt', 'lite_checkout.shippings.show_all_on_map', 'Show all on map'),
('pt', 'lite_checkout.shipping_method_for', 'Shipping method for [group_name]'),
('pt', 'lite_checkout.use_two_fingers_for_move_map', 'Use two fingers to move the map'),
('pt', 'live', 'Ao vivo'),
('pt', 'livechat.change_account', 'If you would like to change LiveChat account you can'),
('pt', 'livechat.check_our_apps', 'Check out apps for <a href=\'[url]\' target=\'_blank\'>desktop or mobile</a>'),
('pt', 'livechat.create_account', 'Create an account'),
('pt', 'livechat.current_login', 'Currently you are using <strong>[login]</strong> LiveChat account.'),
('pt', 'livechat.license_cleared', 'LiveChat settings have been reset'),
('pt', 'livechat.license_received', 'LiveChat added to your website'),
('pt', 'livechat.reset_settings', 'reset settings'),
('pt', 'livechat.use_web_app', 'Use our web app'),
('pt', 'live_preview', 'Previsualizar'),
('pt', 'load', 'Load'),
('pt', 'loading', 'Carregando...'),
('pt', 'local', 'Local'),
('pt', 'localization', 'Localização'),
('pt', 'localizations', 'Localizações'),
('pt', 'localizations_menu_description', 'Gerenciar localizações que são suportados em sua loja.'),
('pt', 'local_export', 'Download'),
('pt', 'local_modifications', 'Local modifications'),
('pt', 'local_modifications_message', 'These files had local modifications. During the upgrade a backup archive was created in the <strong>[dir]</strong> directory. You may want to check these files in the archive and reapply the modifications to your store.'),
('pt', 'location', 'Destino'),
('pt', 'locations', 'Destinos'),
('pt', 'locations_menu_description', 'Manage the set of rate areas that are supported in your store.'),
('pt', 'log', 'Log'),
('pt', 'loggedin_time', 'Tempo logado'),
('pt', 'logging', 'Logs'),
('pt', 'login', 'Login'),
('pt', 'login_url', 'Login URL'),
('pt', 'login_with_facebook', 'Entrar com Facebook'),
('pt', 'login_with_foursquare', 'Entrar com Foursquare'),
('pt', 'login_with_google', 'Entrar com Google'),
('pt', 'login_with_linkedin', 'Entrar com LinkedIn'),
('pt', 'login_with_live', 'Entrar com Microsoft'),
('pt', 'login_with_paypal', 'Entrar com PayPal'),
('pt', 'login_with_twitter', 'Entrar com Twitter'),
('pt', 'login_with_yahoo', 'Entrar com Yahoo'),
('pt', 'logistica_reversa', 'Devolução'),
('pt', 'logos', 'Logos'),
('pt', 'logo_for_invoices', 'Logo for invoices'),
('pt', 'logo_for_the_customer_area', 'Logo for the customer area'),
('pt', 'logo_link', 'Localização (URL) do logo'),
('pt', 'logo_section.favicon', 'Favicon'),
('pt', 'logo_section.gift_cert', 'Gift certificate logo'),
('pt', 'logo_section.mail', 'E-mail logo'),
('pt', 'logo_section.theme', 'Site logo'),
('pt', 'logo_section.vendor', 'Default logo for new vendors'),
('pt', 'logs', 'Logs'),
('pt', 'log_action_backup', 'backup'),
('pt', 'log_action_create', 'criar'),
('pt', 'log_action_delete', 'excluir'),
('pt', 'log_action_deprecated', 'depreciado'),
('pt', 'log_action_error', 'erro'),
('pt', 'log_action_failed_login', 'falha no login'),
('pt', 'log_action_http', 'requisição http/https'),
('pt', 'log_action_login', 'entrar'),
('pt', 'log_action_low_stock', 'estoque baixo'),
('pt', 'log_action_optimize', 'otimizar'),
('pt', 'log_action_restore', 'restaurar'),
('pt', 'log_action_runtime', 'tempo de execução'),
('pt', 'log_action_session', 'sessão'),
('pt', 'log_action_shipping', 'Shipping request'),
('pt', 'log_action_status', 'alteração de status'),
('pt', 'log_action_update', 'atualizar'),
('pt', 'log_file', 'Log file'),
('pt', 'log_in_as_user', 'Faça login como usuário'),
('pt', 'log_in_as_vendor', 'Faça login como vendedor'),
('pt', 'log_type_categories', 'Categorias'),
('pt', 'log_type_database', 'Banco de dados'),
('pt', 'log_type_general', 'geral'),
('pt', 'log_type_orders', 'Pedidos'),
('pt', 'log_type_products', 'Produtos'),
('pt', 'log_type_requests', 'Solicitações'),
('pt', 'log_type_users', 'Usuários'),
('pt', 'longitude', 'Longitude'),
('pt', 'longitude_short', 'longitude'),
('pt', 'lower_limit', 'Lower limit'),
('pt', 'low_stock_subj', 'Estoque baixo de \"[product]\"'),
('pt', 'mac_key', 'Chave Mac'),
('pt', 'mail', 'Email'),
('pt', 'mailing_list', 'Mailing list'),
('pt', 'mailing_lists', 'Listas de mailing'),
('pt', 'mailing_list_date', 'Mailing list date'),
('pt', 'mail_message', 'Mensagem do e-mail'),
('pt', 'mail_subject', 'Assunto do email'),
('pt', 'main', 'Principal'),
('pt', 'mainbox_general', 'Main block (H1 heading)'),
('pt', 'mainbox_simple', 'Important block (H2 heading)'),
('pt', 'maintenance', 'Manutenção'),
('pt', 'main_category', 'Categoria principal'),
('pt', 'main_menu', 'Main menu'),
('pt', 'make_archive', 'Compactar arquivo'),
('pt', 'make_default', 'Tornar como predefinição'),
('pt', 'make_permanent', 'Tornar permanente'),
('pt', 'manage', 'Gerenciar'),
('pt', 'manager', 'Manager'),
('pt', 'manage_addons', 'Lista de Módulos'),
('pt', 'manage_banners', 'Gerenciar banners'),
('pt', 'manage_blocks', 'Gerenciar blocos'),
('pt', 'manage_categories', 'Gerenciar categorias'),
('pt', 'manage_existing_block', 'Editar blocos existentes'),
('pt', 'manage_items', 'Gerenciar itens'),
('pt', 'manage_languages', 'Gerenciar idiomas'),
('pt', 'manage_menus', 'Gerenciar menus'),
('pt', 'manage_pages', 'Can edit'),
('pt', 'manage_products', 'Gerencias produtos'),
('pt', 'manage_reports', 'Gerenciar relatórios'),
('pt', 'manage_shippings', 'Fretes'),
('pt', 'manage_sitemap', 'Gerenciar mapa do site'),
('pt', 'manage_stores', 'Gerenciar lojas'),
('pt', 'manage_subscribers', 'Manage subscribers'),
('pt', 'manage_vendors', 'Gerenciar vendedores'),
('pt', 'mandatory', 'Obrigatório'),
('pt', 'manually', 'Manualmente'),
('pt', 'manually_recalculate_order', 'Recalcular o pedido manualmente'),
('pt', 'manually_set_tax_rates', 'Definir manualmente as taxas de imposto'),
('pt', 'manual_installation', 'Manual installation'),
('pt', 'map_fields', 'Mapeamento dos campos'),
('pt', 'mark', 'Marcar como resolvido'),
('pt', 'marketing', 'Marketing'),
('pt', 'marketplace', 'Marketplace'),
('pt', 'marketplace_find_more', 'Encontrar mais add-ons e temas no <a href=\"[href]\" target=\"_blank\"> Marketplace</a>'),
('pt', 'marketplace_menu', 'Marketplace Menu'),
('pt', 'master_products.add_product_from_catalog', 'Add product from catalog'),
('pt', 'master_products.all_products', 'All products'),
('pt', 'master_products.all_vendors_master_product', 'All vendors (common product)'),
('pt', 'master_products.best_price', '[formatted_price] (<a class=\"[link_class]\" data-ca-scroll=\"[data_scroll]\" [other_offers_link]>and other offers</a>)'),
('pt', 'master_products.buy_together_info_message_for_admin', 'Only vendors can add product combinations. To add a combination for a common product, first log in as one of the vendors that sell it.'),
('pt', 'master_products.buy_together_info_message_for_vendor', 'To add a combination for a common product, <a class=\"cm-post\" href=\"[href]\">start selling it</a> first.'),
('pt', 'master_products.changing_owner_is_not_available', 'Couldn\'t change the owner of the product because some vendors still sell it. Please delete <a href=\"[vendors_offers_link]\" target=\"_blank\">vendors\' offers</a> before changing the owner of this product.'),
('pt', 'master_products.create_new_product', 'Criar novo produto'),
('pt', 'master_products.exported_products', 'Exportar produtos'),
('pt', 'master_products.for_sale', 'For sale'),
('pt', 'master_products.include_offers_from_multiple_sellers', 'To add the required number of items to cart, we had to include offers from multiple sellers. Some of them may come at different prices.'),
('pt', 'master_products.master_product', 'Common product'),
('pt', 'master_products.price_from', 'From [formatted_price]'),
('pt', 'master_products.products_being_sold', 'Produtos sendo vendidos'),
('pt', 'master_products.products_that_vendors_can_sell', 'Produtos que os vendedores podem vender'),
('pt', 'master_products.products_were_added_to_your_products', '[n] product was added to your products|[n] products were added to your products'),
('pt', 'master_products.product_bundles_info', 'Only vendors can add product bundles. To add a bundle for a common product, first log in as one of the vendors that sell it.'),
('pt', 'master_products.product_type.offer', 'Vendor offer'),
('pt', 'master_products.product_type.offer_variation', 'Vendor variation offer'),
('pt', 'master_products.resave_after_show_out_of_stock_products_changed', 'Você alterou a configuração <b>Mostrar produtos esgotados</b>. Exporte <a href=\"[url]\">todos os itens do seu catálogo</a> (use \"Exportar produtos encontrados\" no botão de engrenagem) e reimporte-os. Isso garantirá que o preço exibido dos produtos comuns permaneça sempre correto até que você altere a configuração novamente.'),
('pt', 'master_products.save_up_to', 'Save up to'),
('pt', 'master_products.sell_selected', 'Sell selected'),
('pt', 'master_products.sell_this', 'Sell this'),
('pt', 'master_products.upgrade_notification.message', '<p>For technical reasons, the <b>[master_product_addon]</b> add-on works only with global options now. If any vendor sells a common product, then we have already converted all options from that product into global options during the upgrade.</p>'),
('pt', 'master_products.upgrade_notification.message_add_allow_buy_default_common_product_setting', 'Previously, customers had to open the product page and choose one of the offers from vendors. Now they\'ll be able to add a common product to cart much like a normal product: from the product list, or on the product page without scrolling down to offers. By default, CS-Cart Multi-Vendor will choose the best offer based on the price and availability. If you use the \"Vendor rating\" add-on, its settings allow you to pick a product based on the rating rather than price.<br><br>To allow this, go to the settings of the \"Common products for vendors\" add-on and enable the \"Buy a default common product\" setting.<br><br><a target=\"_blank\" href=\"[settings_url]\" class=\"btn\">Go to settings</a>'),
('pt', 'master_products.upgrade_notification.title', 'Common Products for Vendors: Add-on now works only with global options'),
('pt', 'master_products.upgrade_notification.title_add_allow_buy_default_common_product_setting', '\"Common products for vendors\" are now easier to buy'),
('pt', 'master_products.vendor_products_block_name', 'Sellers of a product'),
('pt', 'master_products.vendor_products_filling', 'Distribuidores deste produto'),
('pt', 'master_products.vendor_products_tab_name', 'Distribuidores deste produto'),
('pt', 'master_products.view_product_offers', 'Ver todas as ofertas'),
('pt', 'maximum', 'Máximo'),
('pt', 'maximum_items_in_box', 'Máximo de itens na caixa'),
('pt', 'maximum_number_of_statuses_reached', 'You have reached the maximum number of statuses'),
('pt', 'max_amount', 'Total'),
('pt', 'max_box_weight', 'Peso máximo da caixa'),
('pt', 'max_downloads', 'Máx. de downloads'),
('pt', 'max_item', 'Número de itens'),
('pt', 'max_order_qty', 'Quantidade máxima para compra'),
('pt', 'max_quantity', 'Maximum order quantity'),
('pt', 'max_storefronts_reached', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('pt', 'max_storefronts_reached.ult', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('pt', 'max_storefronts_reached.ult.b2b', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('pt', 'max_storefronts_reached.ult.b2b.new', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('pt', 'max_storefronts_reached.ult.b2b.ultimate', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('pt', 'max_storefronts_reached.ult.new', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('pt', 'max_storefronts_reached.ult.ru', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('pt', 'max_storefronts_reached.ult.ru.new', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('pt', 'max_storefronts_reached.ult.ru.ultimate', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('pt', 'max_storefronts_reached.ult.ultimate', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('pt', 'max_uploading_file_size', 'Tamanho máx para envio'),
('pt', 'max_uploading_file_size_hint', 'Deixe este campo em branco para permitir o  envio de arquivos de qualquer tamanho, ou insira um limite (\"100\" é igual a 100Kb)'),
('pt', 'mb_amounts_not_match', 'O valor recebido na requisição de status difere do valor total original do pedido'),
('pt', 'mb_currencies_not_match', 'A moeda recebida na requisição de status difere da moeda da loja'),
('pt', 'mb_md5_hashes_not_match', 'O valor hash md5 recebido da requisição de status difere do calculado'),
('pt', 'mb_transaction_id', 'Código da transação MB'),
('pt', 'md5_checksum_failed', 'Verificação do checksum MD5 falhou'),
('pt', 'md5_hash_value', 'Valor hash MD5'),
('pt', 'menu', 'Menu'),
('pt', 'menus', 'Menus'),
('pt', 'menu_items', 'Itens para o menu'),
('pt', 'merchantid', 'Código do comerciante'),
('pt', 'merchant_email', 'E-mail de notificação do comerciante'),
('pt', 'merchant_firstname', 'Primeiro nome do comerciante'),
('pt', 'merchant_id', 'Código do comerciante'),
('pt', 'merchant_key', 'Chave do comerciante'),
('pt', 'merchant_lastname', 'Sobrenome do comerciante'),
('pt', 'merchant_login', 'Login do comerciante'),
('pt', 'merchant_name', 'Nome do comerciante'),
('pt', 'merchant_pin', 'PIN do comerciante'),
('pt', 'merchant_response_was_not_received', 'Nenhuma resposta recebida do comerciante. Por favor verifique esta transação manualmente.'),
('pt', 'merchant_site_id', 'Código do site do comerciante'),
('pt', 'merchant_warrior_api_key', 'API Key.'),
('pt', 'merchant_warrior_api_passphrase', 'API Passphrase.'),
('pt', 'merge', 'Mesclar'),
('pt', 'merge_vendor', 'Mesclar vendedor'),
('pt', 'message', 'Mensagem'),
('pt', 'messages', 'Mensagens'),
('pt', 'message_successfully_sent_to_developer', 'Message was successfully sent to [developer]'),
('pt', 'meta_description', 'Meta descrição'),
('pt', 'meta_keywords', 'Meta palavras-chave'),
('pt', 'method', 'Método'),
('pt', 'metric_units', 'Metric (cm, kg)'),
('pt', 'migrations', 'Migrations'),
('pt', 'minimized', 'Minimizado'),
('pt', 'minimum_commission_payment', 'Pagamento mínimo de comissão'),
('pt', 'minimum_items_in_box', 'Mínimo de itens na caixa'),
('pt', 'minutes', 'minuto(s)'),
('pt', 'min_order_qty', 'Quantidade mínima para compra'),
('pt', 'min_quantity', 'Minimum order quantity'),
('pt', 'missing_variants_handling', 'Controle de variantes não encontrado'),
('pt', 'mobile_app.appfulldescription', 'Full description'),
('pt', 'mobile_app.apple_pay', 'Apple Pay'),
('pt', 'mobile_app.apple_pay_merchant_identifier', 'Merchant identifier'),
('pt', 'mobile_app.apple_pay_merchant_identifier_tooltip', 'Obtain the <b>Merchant Identifier</b> as described in <a href=\"https://help.apple.com/developer-account/#/devb2e62b839?sub=dev103e030bb\" target=\"_blank\">Developer Account Help</a>'),
('pt', 'mobile_app.apple_pay_merchant_name', 'Merchant name'),
('pt', 'mobile_app.apple_pay_merchant_name_tooltip', 'Enter the Merchant ID Description that you used when registering your Merchant ID at the Apple Developer website.'),
('pt', 'mobile_app.apple_pay_supported_networks', 'Payment networks'),
('pt', 'mobile_app.appname', 'App Name'),
('pt', 'mobile_app.appshortdescription', 'Short description'),
('pt', 'mobile_app.app_store_app_id', 'App Store application ID'),
('pt', 'mobile_app.app_store_app_id_tooltip', 'Take it from the application link in <a href=\"https://www.apple.com/app-store\" target=\"_blank\">App Store</a>. <br> For example, in https://apps.apple.com/us/app/multi-vendor-app-by-cs-cart/id1304872157 the ID is 1304872157.'),
('pt', 'mobile_app.app_translations', 'Mobile application translations'),
('pt', 'mobile_app.app_translation_updated', 'Mobile application translations have been updated'),
('pt', 'mobile_app.app_translation_updated.item', '[language]: [n] texts|[language]: [n] texts'),
('pt', 'mobile_app.category_image_without_background', 'Category image without background'),
('pt', 'mobile_app.category_image_with_background', 'Category image with background'),
('pt', 'mobile_app.category_without_image', 'Category without image'),
('pt', 'mobile_app.colors', 'Colors'),
('pt', 'mobile_app.color_preset', 'Color preset'),
('pt', 'mobile_app.color_preset_berry', 'Berry - Wildberries style'),
('pt', 'mobile_app.color_preset_bright', 'Bright'),
('pt', 'mobile_app.color_preset_custom', 'Custom'),
('pt', 'mobile_app.color_preset_marine', 'Marine - Amazon style'),
('pt', 'mobile_app.color_preset_navyblue', 'Navy blue - Ozon style'),
('pt', 'mobile_app.color_preset_orange', 'Orange - AliExpress style'),
('pt', 'mobile_app.configure_colors', 'Configurar Cores'),
('pt', 'mobile_app.crop_when_resize', 'Crop image'),
('pt', 'mobile_app.download_config', 'Download config'),
('pt', 'mobile_app.edit_app_layouts', 'Edit mobile application layouts'),
('pt', 'mobile_app.edit_app_translations', 'Edit mobile application texts'),
('pt', 'mobile_app.fcm_api_key', 'API key for push notifications'),
('pt', 'mobile_app.fcm_api_key_tooltip', 'Obtain the Cloud Messaging <b>Legacy server key</b> from the <a href=\"https://console.firebase.google.com\" target=\"_blank\">Firebase console</a> using your bundle ID: [bundle_id]'),
('pt', 'mobile_app.google_pay', 'Google Pay'),
('pt', 'mobile_app.google_pay_api_key', 'Google Pay Api Key'),
('pt', 'mobile_app.google_pay_supported_networks', 'Payment networks'),
('pt', 'mobile_app.google_play_app_id', 'Google Play application ID'),
('pt', 'mobile_app.google_play_app_id_tooltip', 'Take it from the application link in <a href=\"https://play.google.com/store\" target=\"_blank\">Google Play</a>. <br> For example, in https://play.google.com/store/apps/details?id=com.simtech.multivendor&hl=en_US the ID is com.simtech.multivendor.'),
('pt', 'mobile_app.invalid_locale_file', 'Invalid locale file selected for the \"[language]\" language'),
('pt', 'mobile_app.mobile_aberdeenshire', 'Aberdeenshire'),
('pt', 'mobile_app.mobile_account_delete_fail', 'Account delete fail'),
('pt', 'mobile_app.mobile_active', 'Active'),
('pt', 'mobile_app.mobile_add', 'Add'),
('pt', 'mobile_app.mobile_address', 'Address'),
('pt', 'mobile_app.mobile_address_2', 'Address 2'),
('pt', 'mobile_app.mobile_address_colon', 'Address:'),
('pt', 'mobile_app.mobile_add_product', 'Add product'),
('pt', 'mobile_app.mobile_add_to_cart', 'Add to cart'),
('pt', 'mobile_app.mobile_advantages', 'Advantages'),
('pt', 'mobile_app.mobile_afghanistan', 'Afghanistan'),
('pt', 'mobile_app.mobile_aisne', 'Aisne'),
('pt', 'mobile_app.mobile_aland_islands', 'Aland Islands'),
('pt', 'mobile_app.mobile_alaska', 'Alaska'),
('pt', 'mobile_app.mobile_alava', 'Álava'),
('pt', 'mobile_app.mobile_albacete', 'Albacete'),
('pt', 'mobile_app.mobile_albania', 'Albania'),
('pt', 'mobile_app.mobile_alessandria', 'Alessandria'),
('pt', 'mobile_app.mobile_algeria', 'Algeria'),
('pt', 'mobile_app.mobile_alicante', 'Alicante'),
('pt', 'mobile_app.mobile_allier', 'Allier'),
('pt', 'mobile_app.mobile_almeria', 'Almería'),
('pt', 'mobile_app.mobile_alpes_de_haute_provence', 'Alpes-de-Haute-Provence'),
('pt', 'mobile_app.mobile_alpes_maritimes', 'Alpes-Maritimes'),
('pt', 'mobile_app.mobile_altajskij_kraj', 'Altajskij kraj'),
('pt', 'mobile_app.mobile_american_samoa', 'American Samoa'),
('pt', 'mobile_app.mobile_amurskaja_oblast', 'Amurskaja oblast\''),
('pt', 'mobile_app.mobile_ancona', 'Ancona'),
('pt', 'mobile_app.mobile_andorra', 'Andorra'),
('pt', 'mobile_app.mobile_anglesey', 'Anglesey'),
('pt', 'mobile_app.mobile_angola', 'Angola'),
('pt', 'mobile_app.mobile_anguilla', 'Anguilla'),
('pt', 'mobile_app.mobile_angus', 'Angus'),
('pt', 'mobile_app.mobile_anonymous', 'Anonymous'),
('pt', 'mobile_app.mobile_antarctica', 'Antarctica'),
('pt', 'mobile_app.mobile_antigua_and_barbuda', 'Antigua and Barbuda'),
('pt', 'mobile_app.mobile_aosta', 'Aosta'),
('pt', 'mobile_app.mobile_appenzell_rhodes_interieures', 'Appenzell Rhodes-Intérieures'),
('pt', 'mobile_app.mobile_apply', 'Aplicar'),
('pt', 'mobile_app.mobile_ardeche', 'Ardèche'),
('pt', 'mobile_app.mobile_ardennes', 'Ardennes'),
('pt', 'mobile_app.mobile_arezzo', 'Arezzo'),
('pt', 'mobile_app.mobile_argentina', 'Argentina'),
('pt', 'mobile_app.mobile_argovie', 'Argovie'),
('pt', 'mobile_app.mobile_argyll_and_bute', 'Argyll and Bute'),
('pt', 'mobile_app.mobile_arhangelskaja_oblast', 'Arhangel\'skaja oblast\''),
('pt', 'mobile_app.mobile_ariege', 'Ariège'),
('pt', 'mobile_app.mobile_arizona', 'Arizona'),
('pt', 'mobile_app.mobile_arkansas', 'Arkansas'),
('pt', 'mobile_app.mobile_armenia', 'Armenia'),
('pt', 'mobile_app.mobile_aruba', 'Aruba'),
('pt', 'mobile_app.mobile_ascoli_piceno', 'Ascoli Piceno'),
('pt', 'mobile_app.mobile_asia_pacific', 'Asia-Pacific'),
('pt', 'mobile_app.mobile_asti', 'Asti'),
('pt', 'mobile_app.mobile_astrahanskaja_oblast', 'Astrahanskaja oblast\''),
('pt', 'mobile_app.mobile_asturias', 'Asturias'),
('pt', 'mobile_app.mobile_aube', 'Aube'),
('pt', 'mobile_app.mobile_aude', 'Aude'),
('pt', 'mobile_app.mobile_australia', 'Australia'),
('pt', 'mobile_app.mobile_australian_capital_territory', 'Australian Capital Territory'),
('pt', 'mobile_app.mobile_austria', 'Austria'),
('pt', 'mobile_app.mobile_auth', 'Auth'),
('pt', 'mobile_app.mobile_authentication', 'Authentication'),
('pt', 'mobile_app.mobile_avellino', 'Avellino'),
('pt', 'mobile_app.mobile_aveyron', 'Aveyron'),
('pt', 'mobile_app.mobile_avila', 'Ávila'),
('pt', 'mobile_app.mobile_avon', 'Avon'),
('pt', 'mobile_app.mobile_awaiting_call', 'Awaiting call'),
('pt', 'mobile_app.mobile_azerbaijan', 'Azerbaijan'),
('pt', 'mobile_app.mobile_backordered', 'Backordered'),
('pt', 'mobile_app.mobile_badajoz', 'Badajoz'),
('pt', 'mobile_app.mobile_bad_request_only_buyers_can_write_review', 'Solicitação inválida: você não pode escrever um comentário para este produto. Os clientes podem escrever comentários apenas para os produtos que compraram. Se você realmente comprou este produto conosco, mas ainda está vendo esta mensagem, entre em contato conosco.'),
('pt', 'mobile_app.mobile_bad_request_repeat_ip', 'Bad Request: You have posted in this review already'),
('pt', 'mobile_app.mobile_bahamas', 'Bahamas'),
('pt', 'mobile_app.mobile_bahrain', 'Bahrain'),
('pt', 'mobile_app.mobile_baleares', 'Baleares'),
('pt', 'mobile_app.mobile_bale_campagne', 'Bâle-Campagne'),
('pt', 'mobile_app.mobile_bale_ville', 'Bâle-Ville'),
('pt', 'mobile_app.mobile_banffshire', 'Banffshire'),
('pt', 'mobile_app.mobile_bangladesh', 'Bangladesh'),
('pt', 'mobile_app.mobile_bank_routing_number', 'Bank routing number'),
('pt', 'mobile_app.mobile_barbados', 'Barbados'),
('pt', 'mobile_app.mobile_barcelona', 'Barcelona'),
('pt', 'mobile_app.mobile_bari', 'Bari'),
('pt', 'mobile_app.mobile_bas_rhin', 'Bas-Rhin'),
('pt', 'mobile_app.mobile_bayern', 'Bayern'),
('pt', 'mobile_app.mobile_bedfordshire', 'Bedfordshire'),
('pt', 'mobile_app.mobile_belarus', 'Belarus'),
('pt', 'mobile_app.mobile_belgium', 'Belgium'),
('pt', 'mobile_app.mobile_belgorodskaja_oblast', 'Belgorodskaja oblast\''),
('pt', 'mobile_app.mobile_belize', 'Belize'),
('pt', 'mobile_app.mobile_belluno', 'Belluno'),
('pt', 'mobile_app.mobile_benevento', 'Benevento'),
('pt', 'mobile_app.mobile_benin', 'Benin'),
('pt', 'mobile_app.mobile_bergamo', 'Bergamo'),
('pt', 'mobile_app.mobile_berkshire', 'Berkshire'),
('pt', 'mobile_app.mobile_berlin', 'Berlin'),
('pt', 'mobile_app.mobile_bermuda', 'Bermuda'),
('pt', 'mobile_app.mobile_berne', 'Berne'),
('pt', 'mobile_app.mobile_berwickshire', 'Berwickshire'),
('pt', 'mobile_app.mobile_bhutan', 'Bhutan'),
('pt', 'mobile_app.mobile_biella', 'Biella'),
('pt', 'mobile_app.mobile_billing_address', 'Billing address'),
('pt', 'mobile_app.mobile_blaenau_gwent', 'Blaenau Gwent'),
('pt', 'mobile_app.mobile_bolivia', 'Bolivia'),
('pt', 'mobile_app.mobile_bologna', 'Bologna'),
('pt', 'mobile_app.mobile_bolzano', 'Bolzano'),
('pt', 'mobile_app.mobile_bosnia_and_herzegovina', 'Bosnia and Herzegovina'),
('pt', 'mobile_app.mobile_botswana', 'Botswana'),
('pt', 'mobile_app.mobile_bouches_du_rhone', 'Bouches-du-Rhône'),
('pt', 'mobile_app.mobile_bouvet_island', 'Bouvet Island'),
('pt', 'mobile_app.mobile_branderburg', 'Branderburg'),
('pt', 'mobile_app.mobile_brazil', 'Brazil'),
('pt', 'mobile_app.mobile_bremen', 'Bremen'),
('pt', 'mobile_app.mobile_brescia', 'Brescia'),
('pt', 'mobile_app.mobile_bridgend', 'Bridgend'),
('pt', 'mobile_app.mobile_brindisi', 'Brindisi'),
('pt', 'mobile_app.mobile_bristol', 'Bristol'),
('pt', 'mobile_app.mobile_british_columbia', 'British Columbia'),
('pt', 'mobile_app.mobile_british_indian_ocean_territory', 'British Indian Ocean Territory'),
('pt', 'mobile_app.mobile_british_virgin_islands', 'British Virgin Islands'),
('pt', 'mobile_app.mobile_brjanskaja_oblast', 'Brjanskaja oblast\''),
('pt', 'mobile_app.mobile_brunei_darussalam', 'Brunei Darussalam'),
('pt', 'mobile_app.mobile_buckinghamshire', 'Buckinghamshire'),
('pt', 'mobile_app.mobile_bulgaria', 'Bulgaria'),
('pt', 'mobile_app.mobile_burgos', 'Burgos'),
('pt', 'mobile_app.mobile_burkina_faso', 'Burkina Faso'),
('pt', 'mobile_app.mobile_burundi', 'Burundi'),
('pt', 'mobile_app.mobile_buyer', 'Comprador'),
('pt', 'mobile_app.mobile_caceres', 'Cáceres'),
('pt', 'mobile_app.mobile_cadiz', 'Cádiz'),
('pt', 'mobile_app.mobile_caerphilly', 'Caerphilly'),
('pt', 'mobile_app.mobile_cagliari', 'Cagliari'),
('pt', 'mobile_app.mobile_caithness', 'Caithness'),
('pt', 'mobile_app.mobile_california', 'California'),
('pt', 'mobile_app.mobile_caltanissetta', 'Caltanissetta'),
('pt', 'mobile_app.mobile_calvados', 'Calvados'),
('pt', 'mobile_app.mobile_cambodia', 'Cambodia'),
('pt', 'mobile_app.mobile_cambridgeshire', 'Cambridgeshire'),
('pt', 'mobile_app.mobile_cameroon', 'Cameroon'),
('pt', 'mobile_app.mobile_campobasso', 'Campobasso'),
('pt', 'mobile_app.mobile_canada', 'Canada'),
('pt', 'mobile_app.mobile_cancel', 'Cancel'),
('pt', 'mobile_app.mobile_canceled', 'Canceled'),
('pt', 'mobile_app.mobile_cannot_handle_url', 'Cannot handle url'),
('pt', 'mobile_app.mobile_cantabria', 'Cantabria'),
('pt', 'mobile_app.mobile_cantal', 'Cantal'),
('pt', 'mobile_app.mobile_cant_apply_code', 'The entered code cannot be applied, because it does not meet the requirements.'),
('pt', 'mobile_app.mobile_cant_handle_url', 'Can\'t handle url'),
('pt', 'mobile_app.mobile_cape_verde', 'Cape Verde'),
('pt', 'mobile_app.mobile_carbonia_iglesias', 'Carbonia-Iglesias'),
('pt', 'mobile_app.mobile_cardholders_name', 'Cardholder\'s name'),
('pt', 'mobile_app.mobile_cardholder_name', 'Cardholder\'s name'),
('pt', 'mobile_app.mobile_cardiff', 'Cardiff'),
('pt', 'mobile_app.mobile_card_number', 'Card number'),
('pt', 'mobile_app.mobile_carmarthenshire', 'Carmarthenshire'),
('pt', 'mobile_app.mobile_cart', 'Carrinho'),
('pt', 'mobile_app.mobile_caserta', 'Caserta'),
('pt', 'mobile_app.mobile_castellon', 'Castellón'),
('pt', 'mobile_app.mobile_catania', 'Catania'),
('pt', 'mobile_app.mobile_catanzaro', 'Catanzaro'),
('pt', 'mobile_app.mobile_categories', 'Categories'),
('pt', 'mobile_app.mobile_cayman_islands', 'Cayman Islands'),
('pt', 'mobile_app.mobile_central_african_republic', 'Central African Republic'),
('pt', 'mobile_app.mobile_ceredigion', 'Ceredigion'),
('pt', 'mobile_app.mobile_ceuta', 'Ceuta'),
('pt', 'mobile_app.mobile_chad', 'Chad'),
('pt', 'mobile_app.mobile_change_address', 'Change address'),
('pt', 'mobile_app.mobile_charente', 'Charente'),
('pt', 'mobile_app.mobile_charente_maritime', 'Charente-Maritime'),
('pt', 'mobile_app.mobile_chechenskaja_respublika', 'Chechenskaja respublika'),
('pt', 'mobile_app.mobile_checking_account_number', 'Checking account number'),
('pt', 'mobile_app.mobile_checkout', 'Check-out'),
('pt', 'mobile_app.mobile_checkout_complete', 'Checkout complete'),
('pt', 'mobile_app.mobile_cheljabinskaja_oblast', 'Cheljabinskaja oblast\''),
('pt', 'mobile_app.mobile_cher', 'Cher'),
('pt', 'mobile_app.mobile_cheshire', 'Cheshire'),
('pt', 'mobile_app.mobile_chieti', 'Chieti'),
('pt', 'mobile_app.mobile_chile', 'Chile'),
('pt', 'mobile_app.mobile_china', 'China'),
('pt', 'mobile_app.mobile_christmas_island', 'Christmas Island'),
('pt', 'mobile_app.mobile_chukotskij_avtonomnyj_okrug', 'Chukotskij avtonomnyj okrug'),
('pt', 'mobile_app.mobile_chuvashskaja_respublika', 'Chuvashskaja Respublika'),
('pt', 'mobile_app.mobile_city', 'City'),
('pt', 'mobile_app.mobile_city_colon', 'City:'),
('pt', 'mobile_app.mobile_ciudad_real', 'Ciudad Real'),
('pt', 'mobile_app.mobile_clackmannanshire', 'Clackmannanshire'),
('pt', 'mobile_app.mobile_clear_all_cart', 'Clear all cart ?'),
('pt', 'mobile_app.mobile_clear_all_filter', 'Limpar tudo'),
('pt', 'mobile_app.mobile_clear_wish_list', 'Clear wish list?'),
('pt', 'mobile_app.mobile_cleveland', 'Cleveland'),
('pt', 'mobile_app.mobile_clwyd', 'Clwyd'),
('pt', 'mobile_app.mobile_cocos_keeling_islands', 'Cocos (Keeling) Islands'),
('pt', 'mobile_app.mobile_code', 'CODE'),
('pt', 'mobile_app.mobile_code_does_not_match', 'The username you have entered does not match any account in our store. Please make sure you have entered the correct username and try again.'),
('pt', 'mobile_app.mobile_code_has_been_sent', 'The confirmation code has been sent to the {{email}}, type it below to log in.'),
('pt', 'mobile_app.mobile_colombia', 'Colombia'),
('pt', 'mobile_app.mobile_colorado', 'Colorado'),
('pt', 'mobile_app.mobile_comment', 'Comment'),
('pt', 'mobile_app.mobile_comments_and_reviews', 'Comentários e avaliações'),
('pt', 'mobile_app.mobile_comments_reviews', 'Comentários e revisões'),
('pt', 'mobile_app.mobile_como', 'Como'),
('pt', 'mobile_app.mobile_comoros', 'Comoros'),
('pt', 'mobile_app.mobile_companies', 'Vendors'),
('pt', 'mobile_app.mobile_complete', 'completo'),
('pt', 'mobile_app.mobile_confirm_clear_the_cart', 'Clear the cart?'),
('pt', 'mobile_app.mobile_confirm_clear_wishlist', 'Clear your wish list?'),
('pt', 'mobile_app.mobile_congo', 'Congo'),
('pt', 'mobile_app.mobile_congratulations', 'Congratulations!'),
('pt', 'mobile_app.mobile_connecticut', 'Connecticut'),
('pt', 'mobile_app.mobile_contact_information', 'Contact information'),
('pt', 'mobile_app.mobile_contact_us_for_a_price', 'Contact us for a price'),
('pt', 'mobile_app.mobile_conwy', 'Conwy'),
('pt', 'mobile_app.mobile_cook_islands', 'Cook Islands'),
('pt', 'mobile_app.mobile_cordoba', 'Córdoba'),
('pt', 'mobile_app.mobile_cornwall', 'Cornwall'),
('pt', 'mobile_app.mobile_correze', 'Corrèze'),
('pt', 'mobile_app.mobile_corse_du_sud', 'Corse-du-Sud'),
('pt', 'mobile_app.mobile_cosenza', 'Cosenza'),
('pt', 'mobile_app.mobile_costa_rica', 'Costa Rica'),
('pt', 'mobile_app.mobile_cotes_darmor', 'Côtes-d\'Armor'),
('pt', 'mobile_app.mobile_cote_divoire', 'Cote D\'ivoire'),
('pt', 'mobile_app.mobile_cote_dor', 'Côte-d\'Or'),
('pt', 'mobile_app.mobile_country', 'Country'),
('pt', 'mobile_app.mobile_country_colon', 'Country:'),
('pt', 'mobile_app.mobile_county_antrim', 'County Antrim'),
('pt', 'mobile_app.mobile_county_armagh', 'County Armagh'),
('pt', 'mobile_app.mobile_county_down', 'County Down'),
('pt', 'mobile_app.mobile_county_fermanagh', 'County Fermanagh'),
('pt', 'mobile_app.mobile_county_londonderry', 'County Londonderry'),
('pt', 'mobile_app.mobile_county_tyrone', 'County Tyrone'),
('pt', 'mobile_app.mobile_coupon_code', 'Coupon code'),
('pt', 'mobile_app.mobile_create', 'Create'),
('pt', 'mobile_app.mobile_cremona', 'Cremona'),
('pt', 'mobile_app.mobile_creuse', 'Creuse'),
('pt', 'mobile_app.mobile_croatia', 'Croatia'),
('pt', 'mobile_app.mobile_crotone', 'Crotone'),
('pt', 'mobile_app.mobile_cuba', 'Cuba'),
('pt', 'mobile_app.mobile_cuenca', 'Cuenca'),
('pt', 'mobile_app.mobile_cumbria', 'Cumbria'),
('pt', 'mobile_app.mobile_cuneo', 'Cuneo'),
('pt', 'mobile_app.mobile_curacao', 'Curaçao'),
('pt', 'mobile_app.mobile_currency', 'Moeda'),
('pt', 'mobile_app.mobile_customers_signature', 'Customer\'s signature'),
('pt', 'mobile_app.mobile_customer_signature', 'Customer\'s signature'),
('pt', 'mobile_app.mobile_cvv2', 'CVV/CVC'),
('pt', 'mobile_app.mobile_cvv_cvc', 'CVV/CVC'),
('pt', 'mobile_app.mobile_cyprus', 'Cyprus'),
('pt', 'mobile_app.mobile_czech_republic', 'Czech Republic'),
('pt', 'mobile_app.mobile_declined', 'Recusado'),
('pt', 'mobile_app.mobile_delaware', 'Delaware'),
('pt', 'mobile_app.mobile_delete', 'Delete'),
('pt', 'mobile_app.mobile_delete_account', 'Delete account'),
('pt', 'mobile_app.mobile_delete_account_alert', 'Are you sure you want to delete your account?'),
('pt', 'mobile_app.mobile_delete_this_product', 'Delete This Product'),
('pt', 'mobile_app.mobile_delimiter', '|'),
('pt', 'mobile_app.mobile_delivery', 'Delivery'),
('pt', 'mobile_app.mobile_denbighshire', 'Denbighshire'),
('pt', 'mobile_app.mobile_denmark', 'Denmark'),
('pt', 'mobile_app.mobile_derbyshire', 'Derbyshire'),
('pt', 'mobile_app.mobile_description', 'Description'),
('pt', 'mobile_app.mobile_description_optional', 'Descrição (opcional)'),
('pt', 'mobile_app.mobile_details', 'Details'),
('pt', 'mobile_app.mobile_deux_sevres', 'Deux-Sèvres'),
('pt', 'mobile_app.mobile_devon', 'Devon'),
('pt', 'mobile_app.mobile_didnt_receive_code', 'Didn\'t receive the code?'),
('pt', 'mobile_app.mobile_disabled', 'Disabled'),
('pt', 'mobile_app.mobile_disadvantages', 'Disadvantages'),
('pt', 'mobile_app.mobile_disapproved', 'Disapproved'),
('pt', 'mobile_app.mobile_discount', 'Discount'),
('pt', 'mobile_app.mobile_discussion_title_product', 'Avaliações'),
('pt', 'mobile_app.mobile_district_of_columbia', 'District of Columbia'),
('pt', 'mobile_app.mobile_djibouti', 'Djibouti'),
('pt', 'mobile_app.mobile_dominica', 'Dominica'),
('pt', 'mobile_app.mobile_dominican_republic', 'Dominican Republic'),
('pt', 'mobile_app.mobile_dordogne', 'Dordogne'),
('pt', 'mobile_app.mobile_dorset', 'Dorset'),
('pt', 'mobile_app.mobile_doubs', 'Doubs'),
('pt', 'mobile_app.mobile_drome', 'Drôme'),
('pt', 'mobile_app.mobile_dumfries_and_galloway', 'Dumfries and Galloway'),
('pt', 'mobile_app.mobile_dumfries_shire', 'Dumfries-shire'),
('pt', 'mobile_app.mobile_dundee', 'Dundee'),
('pt', 'mobile_app.mobile_durham', 'Durham'),
('pt', 'mobile_app.mobile_dyfed', 'Dyfed'),
('pt', 'mobile_app.mobile_east_ayrshire', 'East Ayrshire'),
('pt', 'mobile_app.mobile_east_dunbartonshire', 'East Dunbartonshire'),
('pt', 'mobile_app.mobile_east_lothian', 'East Lothian'),
('pt', 'mobile_app.mobile_east_renfrewshire', 'East Renfrewshire'),
('pt', 'mobile_app.mobile_east_riding_of_yorkshire', 'East Riding of Yorkshire'),
('pt', 'mobile_app.mobile_east_sussex', 'East Sussex'),
('pt', 'mobile_app.mobile_east_timor', 'East Timor'),
('pt', 'mobile_app.mobile_ecuador', 'Ecuador'),
('pt', 'mobile_app.mobile_edinburgh', 'Edinburgh'),
('pt', 'mobile_app.mobile_egypt', 'Egypt'),
('pt', 'mobile_app.mobile_el_salvador', 'El Salvador'),
('pt', 'mobile_app.mobile_email', 'E-mail'),
('pt', 'mobile_app.mobile_email_colon', 'E-mail:'),
('pt', 'mobile_app.mobile_empty_wish_list_message', 'Your wish list will love it here.'),
('pt', 'mobile_app.mobile_enna', 'Enna'),
('pt', 'mobile_app.mobile_enter_email_to_get_code', 'Enter your e-mail, we will send you a code to log into your account.'),
('pt', 'mobile_app.mobile_enter_the_name', 'Enter the name'),
('pt', 'mobile_app.mobile_enter_the_price', 'Enter the price'),
('pt', 'mobile_app.mobile_equatorial_guinea', 'Equatorial Guinea'),
('pt', 'mobile_app.mobile_eritrea', 'Eritrea'),
('pt', 'mobile_app.mobile_error', 'Error'),
('pt', 'mobile_app.mobile_error_try_later', 'Something went wrong. Please try again later.'),
('pt', 'mobile_app.mobile_essex', 'Essex'),
('pt', 'mobile_app.mobile_essonne', 'Essonne'),
('pt', 'mobile_app.mobile_estonia', 'Estonia'),
('pt', 'mobile_app.mobile_ethiopia', 'Ethiopia'),
('pt', 'mobile_app.mobile_eure', 'Eure'),
('pt', 'mobile_app.mobile_eure_et_loir', 'Eure-et-Loir'),
('pt', 'mobile_app.mobile_europe', 'Europe'),
('pt', 'mobile_app.mobile_evrejskaja_avtonomnaja_oblast', 'Evrejskaja avtonomnaja oblast\''),
('pt', 'mobile_app.mobile_e_mail', 'E-mail'),
('pt', 'mobile_app.mobile_failed', 'Failed'),
('pt', 'mobile_app.mobile_falkirk', 'Falkirk'),
('pt', 'mobile_app.mobile_falkland_islands_malvinas', 'Falkland Islands (Malvinas)'),
('pt', 'mobile_app.mobile_faroe_islands', 'Faroe Islands'),
('pt', 'mobile_app.mobile_favorite', 'Favorito'),
('pt', 'mobile_app.mobile_fax', 'Fax'),
('pt', 'mobile_app.mobile_features', 'Features'),
('pt', 'mobile_app.mobile_ferrara', 'Ferrara'),
('pt', 'mobile_app.mobile_fife', 'Fife'),
('pt', 'mobile_app.mobile_fiji', 'Fiji'),
('pt', 'mobile_app.mobile_filter', 'Filter'),
('pt', 'mobile_app.mobile_finistere', 'Finistère'),
('pt', 'mobile_app.mobile_finland', 'Finland'),
('pt', 'mobile_app.mobile_firenze', 'Firenze'),
('pt', 'mobile_app.mobile_firstname_colon', 'First name:'),
('pt', 'mobile_app.mobile_first_name', 'First name'),
('pt', 'mobile_app.mobile_flevoland', 'Flevoland'),
('pt', 'mobile_app.mobile_flintshire', 'Flintshire'),
('pt', 'mobile_app.mobile_florida', 'Florida'),
('pt', 'mobile_app.mobile_foggia', 'Foggia'),
('pt', 'mobile_app.mobile_forgot_password', 'Forgot your password?'),
('pt', 'mobile_app.mobile_forli_cesena', 'Forli-Cesena'),
('pt', 'mobile_app.mobile_france', 'France'),
('pt', 'mobile_app.mobile_france_metropolitan', 'France, Metropolitan'),
('pt', 'mobile_app.mobile_free_shipping', 'Envio Grátis'),
('pt', 'mobile_app.mobile_french_guiana', 'French Guiana'),
('pt', 'mobile_app.mobile_french_polynesia', 'French Polynesia'),
('pt', 'mobile_app.mobile_french_southern_territories', 'French Southern Territories'),
('pt', 'mobile_app.mobile_fribourg', 'Fribourg'),
('pt', 'mobile_app.mobile_friesland', 'Friesland'),
('pt', 'mobile_app.mobile_frosinone', 'Frosinone'),
('pt', 'mobile_app.mobile_full_product_description', 'Descrição completa'),
('pt', 'mobile_app.mobile_gabon', 'Gabon'),
('pt', 'mobile_app.mobile_gambia', 'Gambia'),
('pt', 'mobile_app.mobile_gard', 'Gard'),
('pt', 'mobile_app.mobile_gelderland', 'Gelderland'),
('pt', 'mobile_app.mobile_geneve', 'Genève'),
('pt', 'mobile_app.mobile_genova', 'Genova'),
('pt', 'mobile_app.mobile_georgia', 'Georgia'),
('pt', 'mobile_app.mobile_germany', 'Germany'),
('pt', 'mobile_app.mobile_gers', 'Gers'),
('pt', 'mobile_app.mobile_get_the_code', 'Get the code'),
('pt', 'mobile_app.mobile_ghana', 'Ghana'),
('pt', 'mobile_app.mobile_gibraltar', 'Gibraltar'),
('pt', 'mobile_app.mobile_girona', 'Girona'),
('pt', 'mobile_app.mobile_gironde', 'Gironde'),
('pt', 'mobile_app.mobile_glaris', 'Glaris'),
('pt', 'mobile_app.mobile_glasgow', 'Glasgow'),
('pt', 'mobile_app.mobile_gloucestershire', 'Gloucestershire'),
('pt', 'mobile_app.mobile_gorizia', 'Gorizia'),
('pt', 'mobile_app.mobile_go_to_store', 'Go to store'),
('pt', 'mobile_app.mobile_granada', 'Granada'),
('pt', 'mobile_app.mobile_greater_london', 'Greater London'),
('pt', 'mobile_app.mobile_greater_manchester', 'Greater Manchester'),
('pt', 'mobile_app.mobile_greece', 'Greece'),
('pt', 'mobile_app.mobile_greenland', 'Greenland'),
('pt', 'mobile_app.mobile_grenada', 'Grenada'),
('pt', 'mobile_app.mobile_grisons', 'Grisons'),
('pt', 'mobile_app.mobile_groningen', 'Groningen'),
('pt', 'mobile_app.mobile_grosseto', 'Grosseto'),
('pt', 'mobile_app.mobile_guadalajara', 'Guadalajara'),
('pt', 'mobile_app.mobile_guadeloupe', 'Guadeloupe'),
('pt', 'mobile_app.mobile_guam', 'Guam'),
('pt', 'mobile_app.mobile_guatemala', 'Guatemala'),
('pt', 'mobile_app.mobile_guernsey', 'Guernsey'),
('pt', 'mobile_app.mobile_guinea', 'Guinea'),
('pt', 'mobile_app.mobile_guinea_bissau', 'Guinea-Bissau'),
('pt', 'mobile_app.mobile_guipuzcoa', 'Guipúzcoa'),
('pt', 'mobile_app.mobile_guyana', 'Guyana'),
('pt', 'mobile_app.mobile_gwynedd', 'Gwynedd'),
('pt', 'mobile_app.mobile_habarovskij_kraj', 'Habarovskij kraj'),
('pt', 'mobile_app.mobile_haiti', 'Haiti'),
('pt', 'mobile_app.mobile_hamburg', 'Hamburg'),
('pt', 'mobile_app.mobile_hampshire', 'Hampshire'),
('pt', 'mobile_app.mobile_hanty_mansijskij_avtonomnyj_okrug___jugra', 'Hanty-Mansijskij avtonomnyj okrug - Jugra'),
('pt', 'mobile_app.mobile_hautes_alpes', 'Hautes-Alpes'),
('pt', 'mobile_app.mobile_hautes_pyrenees', 'Hautes-Pyrénées'),
('pt', 'mobile_app.mobile_haute_corse', 'Haute-Corse'),
('pt', 'mobile_app.mobile_haute_garonne', 'Haute-Garonne'),
('pt', 'mobile_app.mobile_haute_loire', 'Haute-Loire'),
('pt', 'mobile_app.mobile_haute_marne', 'Haute-Marne'),
('pt', 'mobile_app.mobile_haute_saone', 'Haute-Saône'),
('pt', 'mobile_app.mobile_haute_savoie', 'Haute-Savoie'),
('pt', 'mobile_app.mobile_haute_vienne', 'Haute-Vienne'),
('pt', 'mobile_app.mobile_hauts_de_seine', 'Hauts-de-Seine'),
('pt', 'mobile_app.mobile_haut_rhin', 'Haut-Rhin'),
('pt', 'mobile_app.mobile_hawaii', 'Hawaii'),
('pt', 'mobile_app.mobile_heard_and_mcdonald_islands', 'Heard and McDonald Islands'),
('pt', 'mobile_app.mobile_herault', 'Hérault'),
('pt', 'mobile_app.mobile_herefordshire', 'Herefordshire'),
('pt', 'mobile_app.mobile_hertfordshire', 'Hertfordshire'),
('pt', 'mobile_app.mobile_hessen', 'Hessen'),
('pt', 'mobile_app.mobile_hidden', 'Hidden'),
('pt', 'mobile_app.mobile_highlands', 'Highlands'),
('pt', 'mobile_app.mobile_home', 'Home'),
('pt', 'mobile_app.mobile_honduras', 'Honduras'),
('pt', 'mobile_app.mobile_hong_kong', 'Hong Kong'),
('pt', 'mobile_app.mobile_huelva', 'Huelva'),
('pt', 'mobile_app.mobile_huesca', 'Huesca'),
('pt', 'mobile_app.mobile_humberside', 'Humberside'),
('pt', 'mobile_app.mobile_hungary', 'Hungary'),
('pt', 'mobile_app.mobile_iceland', 'Iceland'),
('pt', 'mobile_app.mobile_idaho', 'Idaho'),
('pt', 'mobile_app.mobile_ille_et_vilaine', 'Ille-et-Vilaine'),
('pt', 'mobile_app.mobile_illinois', 'Illinois'),
('pt', 'mobile_app.mobile_image', 'Image'),
('pt', 'mobile_app.mobile_imperia', 'Imperia'),
('pt', 'mobile_app.mobile_including_discount', 'Including discount'),
('pt', 'mobile_app.mobile_including_tax', 'Including tax'),
('pt', 'mobile_app.mobile_incorrect_code', 'Incorrect code.'),
('pt', 'mobile_app.mobile_india', 'India'),
('pt', 'mobile_app.mobile_indiana', 'Indiana'),
('pt', 'mobile_app.mobile_indonesia', 'Indonesia'),
('pt', 'mobile_app.mobile_indre', 'Indre'),
('pt', 'mobile_app.mobile_indre_et_loire', 'Indre-et-Loire'),
('pt', 'mobile_app.mobile_information', 'Information'),
('pt', 'mobile_app.mobile_inverclyde', 'Inverclyde'),
('pt', 'mobile_app.mobile_inverness_shire', 'Inverness-shire'),
('pt', 'mobile_app.mobile_in_stock', 'In stock'),
('pt', 'mobile_app.mobile_iowa', 'Iowa'),
('pt', 'mobile_app.mobile_iraq', 'Iraq'),
('pt', 'mobile_app.mobile_ireland', 'Ireland'),
('pt', 'mobile_app.mobile_irkutskaja_oblast', 'Irkutskaja oblast\''),
('pt', 'mobile_app.mobile_isere', 'Isère'),
('pt', 'mobile_app.mobile_isernia', 'Isernia'),
('pt', 'mobile_app.mobile_islamic_republic_of_iran', 'Islamic Republic of Iran'),
('pt', 'mobile_app.mobile_isles_of_scilly', 'Isles of Scilly'),
('pt', 'mobile_app.mobile_isle_of_man', 'Isle of Man'),
('pt', 'mobile_app.mobile_isle_of_wight', 'Isle of Wight'),
('pt', 'mobile_app.mobile_israel', 'Israel'),
('pt', 'mobile_app.mobile_italy', 'Italy'),
('pt', 'mobile_app.mobile_items', '%1 item(s)'),
('pt', 'mobile_app.mobile_ivanovskaja_oblast', 'Ivanovskaja oblast\''),
('pt', 'mobile_app.mobile_jaen', 'Jaén'),
('pt', 'mobile_app.mobile_jamaica', 'Jamaica'),
('pt', 'mobile_app.mobile_jamalo_neneckij_avtonomnyj_okrug', 'Jamalo-Neneckij avtonomnyj okrug'),
('pt', 'mobile_app.mobile_japan', 'Japan'),
('pt', 'mobile_app.mobile_jaroslavskaja_oblast', 'Jaroslavskaja oblast\''),
('pt', 'mobile_app.mobile_jersey', 'Jersey'),
('pt', 'mobile_app.mobile_jordan', 'Jordan'),
('pt', 'mobile_app.mobile_jura', 'Jura'),
('pt', 'mobile_app.mobile_kabardino_balkarskaja_respublika', 'Kabardino-Balkarskaja Respublika'),
('pt', 'mobile_app.mobile_kaliningradskaja_oblast', 'Kaliningradskaja oblast\''),
('pt', 'mobile_app.mobile_kaluzhskaja_oblast', 'Kaluzhskaja oblast\''),
('pt', 'mobile_app.mobile_kamchatskiy_kraj', 'Kamchatskiy kraj'),
('pt', 'mobile_app.mobile_kansas', 'Kansas'),
('pt', 'mobile_app.mobile_karachaevo_cherkesskaja_respublika', 'Karachaevo-Cherkesskaja respublika'),
('pt', 'mobile_app.mobile_kazakhstan', 'Kazakhstan'),
('pt', 'mobile_app.mobile_kemerovskaja_oblast', 'Kemerovskaja oblast\''),
('pt', 'mobile_app.mobile_kent', 'Kent'),
('pt', 'mobile_app.mobile_kentucky', 'Kentucky'),
('pt', 'mobile_app.mobile_kenya', 'Kenya'),
('pt', 'mobile_app.mobile_kincardineshire', 'Kincardineshire'),
('pt', 'mobile_app.mobile_kiribati', 'Kiribati'),
('pt', 'mobile_app.mobile_kirovskaja_oblast', 'Kirovskaja oblast\''),
('pt', 'mobile_app.mobile_korea', 'Korea'),
('pt', 'mobile_app.mobile_korea_republic_of', 'Korea, Republic of'),
('pt', 'mobile_app.mobile_kostromskaja_oblast', 'Kostromskaja oblast\''),
('pt', 'mobile_app.mobile_krasnodarskij_kraj', 'Krasnodarskij kraj'),
('pt', 'mobile_app.mobile_krasnojarskij_kraj', 'Krasnojarskij kraj'),
('pt', 'mobile_app.mobile_kurganskaja_oblast', 'Kurganskaja oblast\''),
('pt', 'mobile_app.mobile_kurskaja_oblast', 'Kurskaja oblast\''),
('pt', 'mobile_app.mobile_kuwait', 'Kuwait'),
('pt', 'mobile_app.mobile_kyrgyzstan', 'Kyrgyzstan'),
('pt', 'mobile_app.mobile_lancashire', 'Lancashire'),
('pt', 'mobile_app.mobile_landes', 'Landes'),
('pt', 'mobile_app.mobile_language', 'Idioma'),
('pt', 'mobile_app.mobile_laos', 'Laos'),
('pt', 'mobile_app.mobile_laquila', 'L\'Aquila'),
('pt', 'mobile_app.mobile_lastname_colon', 'Last name:'),
('pt', 'mobile_app.mobile_last_name', 'Last name'),
('pt', 'mobile_app.mobile_las_palmas', 'Las Palmas'),
('pt', 'mobile_app.mobile_latina', 'Latina'),
('pt', 'mobile_app.mobile_latvia', 'Latvia'),
('pt', 'mobile_app.mobile_la_rioja', 'La Rioja'),
('pt', 'mobile_app.mobile_la_spezia', 'La Spezia'),
('pt', 'mobile_app.mobile_lebanon', 'Lebanon'),
('pt', 'mobile_app.mobile_lecce', 'Lecce'),
('pt', 'mobile_app.mobile_lecco', 'Lecco'),
('pt', 'mobile_app.mobile_leicestershire', 'Leicestershire'),
('pt', 'mobile_app.mobile_leningradskaja_oblast', 'Leningradskaja oblast\''),
('pt', 'mobile_app.mobile_leon', 'León'),
('pt', 'mobile_app.mobile_lesotho', 'Lesotho'),
('pt', 'mobile_app.mobile_liberia', 'Liberia'),
('pt', 'mobile_app.mobile_libyan_arab_jamahiriya', 'Libyan Arab Jamahiriya'),
('pt', 'mobile_app.mobile_liechtenstein', 'Liechtenstein'),
('pt', 'mobile_app.mobile_limburg', 'Limburg'),
('pt', 'mobile_app.mobile_lincolnshire', 'Lincolnshire'),
('pt', 'mobile_app.mobile_lipeckaja_oblast', 'Lipeckaja oblast\''),
('pt', 'mobile_app.mobile_list_is_empty', 'List is empty.'),
('pt', 'mobile_app.mobile_list_price', 'List price'),
('pt', 'mobile_app.mobile_list_price_dollar', 'List price ($)'),
('pt', 'mobile_app.mobile_lithuania', 'Lithuania'),
('pt', 'mobile_app.mobile_livorno', 'Livorno'),
('pt', 'mobile_app.mobile_lleida', 'Lleida'),
('pt', 'mobile_app.mobile_lodi', 'Lodi'),
('pt', 'mobile_app.mobile_login', 'Login'),
('pt', 'mobile_app.mobile_logout', 'Sair'),
('pt', 'mobile_app.mobile_loire', 'Loire'),
('pt', 'mobile_app.mobile_loiret', 'Loiret'),
('pt', 'mobile_app.mobile_loire_atlantique', 'Loire-Atlantique'),
('pt', 'mobile_app.mobile_loir_et_cher', 'Loir-et-Cher'),
('pt', 'mobile_app.mobile_looking_for_ideas', 'Looking for ideas?'),
('pt', 'mobile_app.mobile_lot', 'Lot'),
('pt', 'mobile_app.mobile_lot_et_garonne', 'Lot-et-Garonne'),
('pt', 'mobile_app.mobile_louisiana', 'Louisiana'),
('pt', 'mobile_app.mobile_lozere', 'Lozère'),
('pt', 'mobile_app.mobile_lucca', 'Lucca'),
('pt', 'mobile_app.mobile_lucerne', 'Lucerne'),
('pt', 'mobile_app.mobile_lugo', 'Lugo'),
('pt', 'mobile_app.mobile_luxembourg', 'Luxembourg'),
('pt', 'mobile_app.mobile_macau', 'Macau'),
('pt', 'mobile_app.mobile_macedonia', 'Macedonia'),
('pt', 'mobile_app.mobile_macerata', 'Macerata'),
('pt', 'mobile_app.mobile_madagascar', 'Madagascar'),
('pt', 'mobile_app.mobile_madrid', 'Madrid'),
('pt', 'mobile_app.mobile_magadanskaja_oblast', 'Magadanskaja oblast\''),
('pt', 'mobile_app.mobile_maine', 'Maine'),
('pt', 'mobile_app.mobile_maine_et_loire', 'Maine-et-Loire'),
('pt', 'mobile_app.mobile_make_product_active', 'Make Product Active'),
('pt', 'mobile_app.mobile_make_product_disabled', 'Make Product Disabled'),
('pt', 'mobile_app.mobile_make_product_hidden', 'Make Product Hidden'),
('pt', 'mobile_app.mobile_malaga', 'Málaga'),
('pt', 'mobile_app.mobile_malawi', 'Malawi'),
('pt', 'mobile_app.mobile_malaysia', 'Malaysia'),
('pt', 'mobile_app.mobile_maldives', 'Maldives'),
('pt', 'mobile_app.mobile_mali', 'Mali'),
('pt', 'mobile_app.mobile_malta', 'Malta'),
('pt', 'mobile_app.mobile_manche', 'Manche'),
('pt', 'mobile_app.mobile_manitoba', 'Manitoba'),
('pt', 'mobile_app.mobile_mantova', 'Mantova'),
('pt', 'mobile_app.mobile_marne', 'Marne'),
('pt', 'mobile_app.mobile_marshall_islands', 'Marshall Islands'),
('pt', 'mobile_app.mobile_martinique', 'Martinique'),
('pt', 'mobile_app.mobile_maryland', 'Maryland'),
('pt', 'mobile_app.mobile_massachusetts', 'Massachusetts'),
('pt', 'mobile_app.mobile_massa_carrara', 'Massa-Carrara'),
('pt', 'mobile_app.mobile_matera', 'Matera'),
('pt', 'mobile_app.mobile_mauritania', 'Mauritania'),
('pt', 'mobile_app.mobile_mauritius', 'Mauritius'),
('pt', 'mobile_app.mobile_mayenne', 'Mayenne'),
('pt', 'mobile_app.mobile_mayotte', 'Mayotte'),
('pt', 'mobile_app.mobile_mecklenburg_vorpommern', 'Mecklenburg-Vorpommern'),
('pt', 'mobile_app.mobile_medio_campidano', 'Medio Campidano'),
('pt', 'mobile_app.mobile_melilla', 'Melilla'),
('pt', 'mobile_app.mobile_merionethshire', 'Merionethshire'),
('pt', 'mobile_app.mobile_merseyside', 'Merseyside'),
('pt', 'mobile_app.mobile_merthyr_tydfil', 'Merthyr Tydfil'),
('pt', 'mobile_app.mobile_messina', 'Messina'),
('pt', 'mobile_app.mobile_meurthe_et_moselle', 'Meurthe-et-Moselle'),
('pt', 'mobile_app.mobile_meuse', 'Meuse'),
('pt', 'mobile_app.mobile_mexico', 'Mexico'),
('pt', 'mobile_app.mobile_michigan', 'Michigan'),
('pt', 'mobile_app.mobile_micronesia', 'Micronesia'),
('pt', 'mobile_app.mobile_middlesex', 'Middlesex'),
('pt', 'mobile_app.mobile_midlothian', 'Midlothian'),
('pt', 'mobile_app.mobile_milano', 'Milano'),
('pt', 'mobile_app.mobile_minnesota', 'Minnesota'),
('pt', 'mobile_app.mobile_mississippi', 'Mississippi'),
('pt', 'mobile_app.mobile_missouri', 'Missouri'),
('pt', 'mobile_app.mobile_modena', 'Modena'),
('pt', 'mobile_app.mobile_moldova_republic_of', 'Moldova, Republic of'),
('pt', 'mobile_app.mobile_monaco', 'Monaco'),
('pt', 'mobile_app.mobile_mongolia', 'Mongolia'),
('pt', 'mobile_app.mobile_monmouthshire', 'Monmouthshire'),
('pt', 'mobile_app.mobile_montana', 'Montana'),
('pt', 'mobile_app.mobile_montenegro', 'Montenegro'),
('pt', 'mobile_app.mobile_montserrat', 'Montserrat'),
('pt', 'mobile_app.mobile_moray', 'Moray'),
('pt', 'mobile_app.mobile_morbihan', 'Morbihan'),
('pt', 'mobile_app.mobile_morocco', 'Morocco'),
('pt', 'mobile_app.mobile_moselle', 'Moselle'),
('pt', 'mobile_app.mobile_moskovskaja_oblast', 'Moskovskaja oblast\''),
('pt', 'mobile_app.mobile_moskva', 'Moskva'),
('pt', 'mobile_app.mobile_mozambique', 'Mozambique'),
('pt', 'mobile_app.mobile_murcia', 'Murcia'),
('pt', 'mobile_app.mobile_murmanskaja_oblast', 'Murmanskaja oblast\''),
('pt', 'mobile_app.mobile_myanmar', 'Myanmar'),
('pt', 'mobile_app.mobile_my_profile', 'My Profile'),
('pt', 'mobile_app.mobile_nairnshire', 'Nairnshire'),
('pt', 'mobile_app.mobile_name', 'Name'),
('pt', 'mobile_app.mobile_namibia', 'Namibia'),
('pt', 'mobile_app.mobile_napoli', 'Napoli'),
('pt', 'mobile_app.mobile_nauru', 'Nauru'),
('pt', 'mobile_app.mobile_navarra', 'Navarra'),
('pt', 'mobile_app.mobile_neath_port_talbot', 'Neath Port Talbot'),
('pt', 'mobile_app.mobile_nebraska', 'Nebraska'),
('pt', 'mobile_app.mobile_neneckij_avtonomnyj_okrug', 'Neneckij avtonomnyj okrug'),
('pt', 'mobile_app.mobile_nepal', 'Nepal'),
('pt', 'mobile_app.mobile_netherlands', 'Netherlands'),
('pt', 'mobile_app.mobile_neuchatel', 'Neuchâtel'),
('pt', 'mobile_app.mobile_nevada', 'Nevada'),
('pt', 'mobile_app.mobile_newfoundland_and_labrador', 'Newfoundland and Labrador'),
('pt', 'mobile_app.mobile_newport', 'Newport'),
('pt', 'mobile_app.mobile_new_brunswick', 'New Brunswick'),
('pt', 'mobile_app.mobile_new_caledonia', 'New Caledonia'),
('pt', 'mobile_app.mobile_new_hampshire', 'New Hampshire'),
('pt', 'mobile_app.mobile_new_jersey', 'New Jersey'),
('pt', 'mobile_app.mobile_new_mexico', 'New Mexico'),
('pt', 'mobile_app.mobile_new_south_wales', 'New South Wales'),
('pt', 'mobile_app.mobile_new_york', 'New York'),
('pt', 'mobile_app.mobile_new_zealand', 'New Zealand'),
('pt', 'mobile_app.mobile_next', 'Next'),
('pt', 'mobile_app.mobile_nicaragua', 'Nicaragua'),
('pt', 'mobile_app.mobile_nidwald', 'Nidwald'),
('pt', 'mobile_app.mobile_niedersachsen', 'Niedersachsen'),
('pt', 'mobile_app.mobile_nievre', 'Nièvre'),
('pt', 'mobile_app.mobile_niger', 'Niger'),
('pt', 'mobile_app.mobile_nigeria', 'Nigeria'),
('pt', 'mobile_app.mobile_niue', 'Niue'),
('pt', 'mobile_app.mobile_nizhegorodskaja_oblast', 'Nizhegorodskaja oblast\''),
('pt', 'mobile_app.mobile_noord_brabant', 'Noord Brabant'),
('pt', 'mobile_app.mobile_noord_holland', 'Noord Holland'),
('pt', 'mobile_app.mobile_nord', 'Nord'),
('pt', 'mobile_app.mobile_nordrhein_westfalen', 'Nordrhein-Westfalen'),
('pt', 'mobile_app.mobile_norfolk', 'Norfolk'),
('pt', 'mobile_app.mobile_norfolk_island', 'Norfolk Island'),
('pt', 'mobile_app.mobile_northamptonshire', 'Northamptonshire'),
('pt', 'mobile_app.mobile_northern_mariana_islands', 'Northern Mariana Islands'),
('pt', 'mobile_app.mobile_northern_territory', 'Northern Territory'),
('pt', 'mobile_app.mobile_northumberland', 'Northumberland'),
('pt', 'mobile_app.mobile_northwest_territories', 'Northwest Territories'),
('pt', 'mobile_app.mobile_north_ayrshire', 'North Ayrshire'),
('pt', 'mobile_app.mobile_north_carolina', 'North Carolina'),
('pt', 'mobile_app.mobile_north_dakota', 'North Dakota'),
('pt', 'mobile_app.mobile_north_lanarkshire', 'North Lanarkshire'),
('pt', 'mobile_app.mobile_north_yorkshire', 'North Yorkshire'),
('pt', 'mobile_app.mobile_norway', 'Norway'),
('pt', 'mobile_app.mobile_notice', 'Notice'),
('pt', 'mobile_app.mobile_nottinghamshire', 'Nottinghamshire'),
('pt', 'mobile_app.mobile_not_reviews_yet', 'Este produto ainda não foi revisado.'),
('pt', 'mobile_app.mobile_novara', 'Novara'),
('pt', 'mobile_app.mobile_nova_scotia', 'Nova Scotia'),
('pt', 'mobile_app.mobile_novgorodskaja_oblast', 'Novgorodskaja oblast\''),
('pt', 'mobile_app.mobile_novosibirskaja_oblast', 'Novosibirskaja oblast\''),
('pt', 'mobile_app.mobile_no_posts_found', 'No posts found'),
('pt', 'mobile_app.mobile_no_products_in_this_section', 'There are no products in this section'),
('pt', 'mobile_app.mobile_number_of_reviews', '%1 comentários'),
('pt', 'mobile_app.mobile_number_products_found', 'Products found: %1'),
('pt', 'mobile_app.mobile_nunavut', 'Nunavut'),
('pt', 'mobile_app.mobile_nuoro', 'Nuoro'),
('pt', 'mobile_app.mobile_obwald', 'Obwald'),
('pt', 'mobile_app.mobile_ogliastra', 'Ogliastra'),
('pt', 'mobile_app.mobile_ohio', 'Ohio'),
('pt', 'mobile_app.mobile_oise', 'Oise'),
('pt', 'mobile_app.mobile_ok', 'OK'),
('pt', 'mobile_app.mobile_oklahoma', 'Oklahoma'),
('pt', 'mobile_app.mobile_olbia_tempio', 'Olbia-Tempio'),
('pt', 'mobile_app.mobile_old_price', 'Old price'),
('pt', 'mobile_app.mobile_oman', 'Oman'),
('pt', 'mobile_app.mobile_omskaja_oblast', 'Omskaja oblast\''),
('pt', 'mobile_app.mobile_ontario', 'Ontario'),
('pt', 'mobile_app.mobile_open', 'Aberto'),
('pt', 'mobile_app.mobile_optional', '(Optional)'),
('pt', 'mobile_app.mobile_order', 'Order'),
('pt', 'mobile_app.mobile_orders', 'Orders'),
('pt', 'mobile_app.mobile_order_detail', 'Order Detail'),
('pt', 'mobile_app.mobile_order_details', 'Order details'),
('pt', 'mobile_app.mobile_order_discount', 'Order discount'),
('pt', 'mobile_app.mobile_order_lower', 'order'),
('pt', 'mobile_app.mobile_order_lowercase', 'order'),
('pt', 'mobile_app.mobile_oregon', 'Oregon'),
('pt', 'mobile_app.mobile_orenburgskaja_oblast', 'Orenburgskaja oblast\''),
('pt', 'mobile_app.mobile_oristano', 'Oristano'),
('pt', 'mobile_app.mobile_orkney_islands', 'Orkney Islands'),
('pt', 'mobile_app.mobile_orlovskaja_oblast', 'Orlovskaja oblast\''),
('pt', 'mobile_app.mobile_orne', 'Orne'),
('pt', 'mobile_app.mobile_ourense', 'Ourense'),
('pt', 'mobile_app.mobile_out_of_stock', 'Fora de estoque'),
('pt', 'mobile_app.mobile_overijssel', 'Overijssel'),
('pt', 'mobile_app.mobile_oxfordshire', 'Oxfordshire'),
('pt', 'mobile_app.mobile_padova', 'Padova'),
('pt', 'mobile_app.mobile_pages', 'Páginas'),
('pt', 'mobile_app.mobile_pakistan', 'Pakistan'),
('pt', 'mobile_app.mobile_palau', 'Palau'),
('pt', 'mobile_app.mobile_palencia', 'Palencia'),
('pt', 'mobile_app.mobile_palermo', 'Palermo'),
('pt', 'mobile_app.mobile_palestine_authority', 'Palestine Authority'),
('pt', 'mobile_app.mobile_panama', 'Panama'),
('pt', 'mobile_app.mobile_papua_new_guinea', 'Papua New Guinea'),
('pt', 'mobile_app.mobile_paraguay', 'Paraguay'),
('pt', 'mobile_app.mobile_paris', 'Paris'),
('pt', 'mobile_app.mobile_parma', 'Parma'),
('pt', 'mobile_app.mobile_password', 'Password'),
('pt', 'mobile_app.mobile_pas_de_calais', 'Pas-de-Calais'),
('pt', 'mobile_app.mobile_pavia', 'Pavia'),
('pt', 'mobile_app.mobile_payment_method', 'Payment method'),
('pt', 'mobile_app.mobile_payment_method_colon', 'Payment method:'),
('pt', 'mobile_app.mobile_peebles_shire', 'Peebles-shire'),
('pt', 'mobile_app.mobile_pembrokeshire', 'Pembrokeshire'),
('pt', 'mobile_app.mobile_pennsylvania', 'Pennsylvania'),
('pt', 'mobile_app.mobile_penzenskaja_oblast', 'Penzenskaja oblast\''),
('pt', 'mobile_app.mobile_permskij_kraj', 'Permskij kraj'),
('pt', 'mobile_app.mobile_perth_and_kinross', 'Perth and Kinross'),
('pt', 'mobile_app.mobile_peru', 'Peru'),
('pt', 'mobile_app.mobile_perugia', 'Perugia'),
('pt', 'mobile_app.mobile_pesaro_e_urbino', 'Pesaro e Urbino'),
('pt', 'mobile_app.mobile_pescara', 'Pescara'),
('pt', 'mobile_app.mobile_philippines', 'Philippines'),
('pt', 'mobile_app.mobile_phone', 'Telefone'),
('pt', 'mobile_app.mobile_phone_colon', 'Phone:'),
('pt', 'mobile_app.mobile_piacenza', 'Piacenza'),
('pt', 'mobile_app.mobile_pisa', 'Pisa'),
('pt', 'mobile_app.mobile_pistoia', 'Pistoia'),
('pt', 'mobile_app.mobile_pitcairn', 'Pitcairn'),
('pt', 'mobile_app.mobile_placed_on', 'Feito em'),
('pt', 'mobile_app.mobile_place_order', 'Finalizar pedido'),
('pt', 'mobile_app.mobile_please_fill_required_fields', 'Please fill in the required fields.'),
('pt', 'mobile_app.mobile_please_sign_in_to_buy', 'Please sign in to buy'),
('pt', 'mobile_app.mobile_poland', 'Poland'),
('pt', 'mobile_app.mobile_pontevedra', 'Pontevedra'),
('pt', 'mobile_app.mobile_pordenone', 'Pordenone'),
('pt', 'mobile_app.mobile_portugal', 'Portugal'),
('pt', 'mobile_app.mobile_potenza', 'Potenza'),
('pt', 'mobile_app.mobile_powys', 'Powys'),
('pt', 'mobile_app.mobile_prato', 'Prato'),
('pt', 'mobile_app.mobile_price', 'Price'),
('pt', 'mobile_app.mobile_pricing_slash_inventory', 'Pricing / Inventory'),
('pt', 'mobile_app.mobile_primorskij_kraj', 'Primorskij kraj'),
('pt', 'mobile_app.mobile_prince_edward_island', 'Prince Edward Island'),
('pt', 'mobile_app.mobile_processed', 'Processados'),
('pt', 'mobile_app.mobile_products', 'Produtos'),
('pt', 'mobile_app.mobile_products_found', 'Products found: %1'),
('pt', 'mobile_app.mobile_products_information', 'Products information'),
('pt', 'mobile_app.mobile_product_added_to_cart', 'The product was added to your cart.'),
('pt', 'mobile_app.mobile_product_added_to_wl', 'The product was added to your wish list.'),
('pt', 'mobile_app.mobile_product_has_zero_inventory_and_cannot_be_added_to_the_cart', 'Product has zero inventory and cannot be added to the cart.'),
('pt', 'mobile_app.mobile_product_in_wishlist', 'This product is already in the wish list'),
('pt', 'mobile_app.mobile_profile', 'Profile'),
('pt', 'mobile_app.mobile_pskovskaja_oblast', 'Pskovskaja oblast\''),
('pt', 'mobile_app.mobile_puerto_rico', 'Puerto Rico'),
('pt', 'mobile_app.mobile_puy_de_dome', 'Puy-de-Dôme'),
('pt', 'mobile_app.mobile_pyrenees_atlantiques', 'Pyrénées-Atlantiques'),
('pt', 'mobile_app.mobile_pyrenees_orientales', 'Pyrénées-Orientales'),
('pt', 'mobile_app.mobile_qatar', 'Qatar'),
('pt', 'mobile_app.mobile_quebec', 'Quebec'),
('pt', 'mobile_app.mobile_queensland', 'Queensland'),
('pt', 'mobile_app.mobile_ragusa', 'Ragusa'),
('pt', 'mobile_app.mobile_rating_is_mandatory', 'The rating field is mandatory.'),
('pt', 'mobile_app.mobile_ravenna', 'Ravenna'),
('pt', 'mobile_app.mobile_recovery_code', 'Recovery code'),
('pt', 'mobile_app.mobile_reggio_calabria', 'Reggio Calabria'),
('pt', 'mobile_app.mobile_reggio_emilia', 'Reggio Emilia'),
('pt', 'mobile_app.mobile_register', 'Register'),
('pt', 'mobile_app.mobile_registration', 'Registration'),
('pt', 'mobile_app.mobile_registration_complete', 'Registration complete.'),
('pt', 'mobile_app.mobile_registration_failed', 'Registration failed'),
('pt', 'mobile_app.mobile_renfrewshire', 'Renfrewshire'),
('pt', 'mobile_app.mobile_republic_of_serbia', 'Republic of Serbia'),
('pt', 'mobile_app.mobile_requires_approval', 'Requires approval'),
('pt', 'mobile_app.mobile_reset_password', 'Reset password'),
('pt', 'mobile_app.mobile_respublika_adygeja', 'Respublika Adygeja'),
('pt', 'mobile_app.mobile_respublika_altaj', 'Respublika Altaj'),
('pt', 'mobile_app.mobile_respublika_bashkortostan', 'Respublika Bashkortostan'),
('pt', 'mobile_app.mobile_respublika_burjatija', 'Respublika Burjatija'),
('pt', 'mobile_app.mobile_respublika_dagestan', 'Respublika Dagestan'),
('pt', 'mobile_app.mobile_respublika_hakasija', 'Respublika Hakasija'),
('pt', 'mobile_app.mobile_respublika_ingushetija', 'Respublika Ingushetija'),
('pt', 'mobile_app.mobile_respublika_kalmykija', 'Respublika Kalmykija'),
('pt', 'mobile_app.mobile_respublika_karelija', 'Respublika Karelija'),
('pt', 'mobile_app.mobile_respublika_komi', 'Respublika Komi'),
('pt', 'mobile_app.mobile_respublika_marij_jel', 'Respublika Marij Jel'),
('pt', 'mobile_app.mobile_respublika_mordovija', 'Respublika Mordovija'),
('pt', 'mobile_app.mobile_respublika_saha_jakutija', 'Respublika Saha (Jakutija)'),
('pt', 'mobile_app.mobile_respublika_severnaja_osetija_alanija', 'Respublika Severnaja Osetija-Alanija'),
('pt', 'mobile_app.mobile_respublika_tatarstan', 'Respublika Tatarstan'),
('pt', 'mobile_app.mobile_respublika_tyva', 'Respublika Tyva'),
('pt', 'mobile_app.mobile_reunion', 'Reunion'),
('pt', 'mobile_app.mobile_reviews', 'Avaliações'),
('pt', 'mobile_app.mobile_reviews_number', 'Avaliações (%1)'),
('pt', 'mobile_app.mobile_reviews_product_details', 'Avaliações (%1)'),
('pt', 'mobile_app.mobile_reviews_quantity', '%1 avaliações'),
('pt', 'mobile_app.mobile_rheinland_pfalz', 'Rheinland-Pfalz'),
('pt', 'mobile_app.mobile_rhode_island', 'Rhode Island'),
('pt', 'mobile_app.mobile_rhondda_cynon_taff', 'Rhondda Cynon Taff'),
('pt', 'mobile_app.mobile_rhone', 'Rhône'),
('pt', 'mobile_app.mobile_rieti', 'Rieti'),
('pt', 'mobile_app.mobile_rimini', 'Rimini'),
('pt', 'mobile_app.mobile_rjazanskaja_oblast', 'Rjazanskaja oblast\''),
('pt', 'mobile_app.mobile_roma', 'Roma'),
('pt', 'mobile_app.mobile_romania', 'Romania'),
('pt', 'mobile_app.mobile_rostovskaja_oblast', 'Rostovskaja oblast\''),
('pt', 'mobile_app.mobile_rovigo', 'Rovigo');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('pt', 'mobile_app.mobile_roxburghshire', 'Roxburghshire'),
('pt', 'mobile_app.mobile_russian_federation', 'Russian Federation'),
('pt', 'mobile_app.mobile_rutland', 'Rutland'),
('pt', 'mobile_app.mobile_rwanda', 'Rwanda'),
('pt', 'mobile_app.mobile_saarland', 'Saarland'),
('pt', 'mobile_app.mobile_sachsen', 'Sachsen'),
('pt', 'mobile_app.mobile_sachsen_anhalt', 'Sachsen-Anhalt'),
('pt', 'mobile_app.mobile_sahalinskaja_oblast', 'Sahalinskaja oblast\''),
('pt', 'mobile_app.mobile_saint_gall', 'Saint-Gall'),
('pt', 'mobile_app.mobile_saint_lucia', 'Saint Lucia'),
('pt', 'mobile_app.mobile_salamanca', 'Salamanca'),
('pt', 'mobile_app.mobile_salerno', 'Salerno'),
('pt', 'mobile_app.mobile_samarskaja_oblast', 'Samarskaja oblast\''),
('pt', 'mobile_app.mobile_samoa', 'Samoa'),
('pt', 'mobile_app.mobile_sankt_peterburg', 'Sankt-Peterburg'),
('pt', 'mobile_app.mobile_santa_cruz_de_tenerife', 'Santa Cruz de Tenerife'),
('pt', 'mobile_app.mobile_san_marino', 'San Marino'),
('pt', 'mobile_app.mobile_saone_et_loire', 'Saône-et-Loire'),
('pt', 'mobile_app.mobile_sao_tome_and_principe', 'Sao Tome and Principe'),
('pt', 'mobile_app.mobile_saratovskaja_oblast', 'Saratovskaja oblast\''),
('pt', 'mobile_app.mobile_sarthe', 'Sarthe'),
('pt', 'mobile_app.mobile_saskatchewan', 'Saskatchewan'),
('pt', 'mobile_app.mobile_sassari', 'Sassari'),
('pt', 'mobile_app.mobile_saudi_arabia', 'Saudi Arabia'),
('pt', 'mobile_app.mobile_save', 'Salvar'),
('pt', 'mobile_app.mobile_savoie', 'Savoie'),
('pt', 'mobile_app.mobile_savona', 'Savona'),
('pt', 'mobile_app.mobile_schaffhouse', 'Schaffhouse'),
('pt', 'mobile_app.mobile_schleswig_holstein', 'Schleswig-Holstein'),
('pt', 'mobile_app.mobile_schwytz', 'Schwytz'),
('pt', 'mobile_app.mobile_scottish_borders', 'Scottish Borders'),
('pt', 'mobile_app.mobile_search', 'Search'),
('pt', 'mobile_app.mobile_segovia', 'Segovia'),
('pt', 'mobile_app.mobile_seine_et_marne', 'Seine-et-Marne'),
('pt', 'mobile_app.mobile_seine_maritime', 'Seine-Maritime'),
('pt', 'mobile_app.mobile_seine_saint_denis', 'Seine-Saint-Denis'),
('pt', 'mobile_app.mobile_select', 'Select'),
('pt', 'mobile_app.mobile_select_country', 'Select country'),
('pt', 'mobile_app.mobile_select_date', 'Select date'),
('pt', 'mobile_app.mobile_select_feature', 'Select feature'),
('pt', 'mobile_app.mobile_select_features', 'Select features'),
('pt', 'mobile_app.mobile_select_image', 'Select image'),
('pt', 'mobile_app.mobile_select_language', 'Selecionar idioma'),
('pt', 'mobile_app.mobile_select_product_image', 'Select product image'),
('pt', 'mobile_app.mobile_select_state', 'Select state'),
('pt', 'mobile_app.mobile_selkirkshire', 'Selkirkshire'),
('pt', 'mobile_app.mobile_seller', 'Vendedor'),
('pt', 'mobile_app.mobile_sellers', 'Vendedores'),
('pt', 'mobile_app.mobile_send_review', 'Send review'),
('pt', 'mobile_app.mobile_senegal', 'Senegal'),
('pt', 'mobile_app.mobile_serbia', 'Serbia'),
('pt', 'mobile_app.mobile_settings', 'Configurações'),
('pt', 'mobile_app.mobile_sevilla', 'Sevilla'),
('pt', 'mobile_app.mobile_seychelles', 'Seychelles'),
('pt', 'mobile_app.mobile_share_product', 'Share product'),
('pt', 'mobile_app.mobile_shetland_islands', 'Shetland Islands'),
('pt', 'mobile_app.mobile_shipping', 'Shipping'),
('pt', 'mobile_app.mobile_shipping_address', 'Shipping address'),
('pt', 'mobile_app.mobile_shipping_cost', 'Shipping cost'),
('pt', 'mobile_app.mobile_shipping_cost_colon', 'Shipping cost:'),
('pt', 'mobile_app.mobile_shipping_method', 'Shipping method'),
('pt', 'mobile_app.mobile_shipping_method_colon', 'Shipping method:'),
('pt', 'mobile_app.mobile_shipping_properties', 'Configurações de frete'),
('pt', 'mobile_app.mobile_show_all', 'Show all'),
('pt', 'mobile_app.mobile_shropshire', 'Shropshire'),
('pt', 'mobile_app.mobile_siena', 'Siena'),
('pt', 'mobile_app.mobile_sierra_leone', 'Sierra Leone'),
('pt', 'mobile_app.mobile_sign_in', 'Sign in'),
('pt', 'mobile_app.mobile_sign_in_as_a_different_user', 'Sign in as a different user'),
('pt', 'mobile_app.mobile_sign_in_as_different', 'Sign in as a different user'),
('pt', 'mobile_app.mobile_sign_in_to_view_price', 'Sign in to view price'),
('pt', 'mobile_app.mobile_singapore', 'Singapore'),
('pt', 'mobile_app.mobile_sint_maarten', 'Sint Maarten'),
('pt', 'mobile_app.mobile_siracusa', 'Siracusa'),
('pt', 'mobile_app.mobile_slovakia', 'Slovakia'),
('pt', 'mobile_app.mobile_slovenia', 'Slovenia'),
('pt', 'mobile_app.mobile_smolenskaja_oblast', 'Smolenskaja oblast\''),
('pt', 'mobile_app.mobile_sofia', 'Sofia'),
('pt', 'mobile_app.mobile_soleure', 'Soleure'),
('pt', 'mobile_app.mobile_solomon_islands', 'Solomon Islands'),
('pt', 'mobile_app.mobile_somalia', 'Somalia'),
('pt', 'mobile_app.mobile_somerset', 'Somerset'),
('pt', 'mobile_app.mobile_something_went_wrong_please_try_again_later', 'Something went wrong. Please try again later.'),
('pt', 'mobile_app.mobile_somme', 'Somme'),
('pt', 'mobile_app.mobile_sondrio', 'Sondrio'),
('pt', 'mobile_app.mobile_soria', 'Soria'),
('pt', 'mobile_app.mobile_sorting_a_to_z', 'Sorting: A to Z'),
('pt', 'mobile_app.mobile_sorting_highest_prices_first', 'Sorting: Highest prices first'),
('pt', 'mobile_app.mobile_sorting_lowest_prices_first', 'Sorting: Lowest prices first'),
('pt', 'mobile_app.mobile_sorting_most_popular_first', 'Sorting: Most popular first'),
('pt', 'mobile_app.mobile_sorting_newest_items_first', 'Sorting: Newest items first'),
('pt', 'mobile_app.mobile_sorting_z_to_a', 'Sorting: Z to A'),
('pt', 'mobile_app.mobile_south_africa', 'South Africa'),
('pt', 'mobile_app.mobile_south_australia', 'South Australia'),
('pt', 'mobile_app.mobile_south_ayrshire', 'South Ayrshire'),
('pt', 'mobile_app.mobile_south_carolina', 'South Carolina'),
('pt', 'mobile_app.mobile_south_dakota', 'South Dakota'),
('pt', 'mobile_app.mobile_south_lanarkshire', 'South Lanarkshire'),
('pt', 'mobile_app.mobile_south_yorkshire', 'South Yorkshire'),
('pt', 'mobile_app.mobile_spain', 'Spain'),
('pt', 'mobile_app.mobile_sri_lanka', 'Sri Lanka'),
('pt', 'mobile_app.mobile_st._helena', 'St. Helena'),
('pt', 'mobile_app.mobile_st._kitts_and_nevis', 'St. Kitts and Nevis'),
('pt', 'mobile_app.mobile_st._pierre_and_miquelon', 'St. Pierre and Miquelon'),
('pt', 'mobile_app.mobile_st._vincent_and_the_grenadines', 'St. Vincent and the Grenadines'),
('pt', 'mobile_app.mobile_staffordshire', 'Staffordshire'),
('pt', 'mobile_app.mobile_state', 'State'),
('pt', 'mobile_app.mobile_state_colon', 'State:'),
('pt', 'mobile_app.mobile_status', 'Status'),
('pt', 'mobile_app.mobile_stavropolskij_kraj', 'Stavropol\'skij kraj'),
('pt', 'mobile_app.mobile_stirling', 'Stirling'),
('pt', 'mobile_app.mobile_stirlingshire', 'Stirlingshire'),
('pt', 'mobile_app.mobile_store_closed', 'Store closed'),
('pt', 'mobile_app.mobile_store_closed_for_maintenance', 'Sorry, the store is temporarily closed for maintenance.'),
('pt', 'mobile_app.mobile_subtotal', 'Subtotal'),
('pt', 'mobile_app.mobile_subtotal_colon', 'Subtotal:'),
('pt', 'mobile_app.mobile_success', 'Success'),
('pt', 'mobile_app.mobile_sudan', 'Sudan'),
('pt', 'mobile_app.mobile_suffolk', 'Suffolk'),
('pt', 'mobile_app.mobile_summary', 'Summary'),
('pt', 'mobile_app.mobile_suriname', 'Suriname'),
('pt', 'mobile_app.mobile_surrey', 'Surrey'),
('pt', 'mobile_app.mobile_sutherland', 'Sutherland'),
('pt', 'mobile_app.mobile_svalbard_and_jan_mayen_islands', 'Svalbard and Jan Mayen Islands'),
('pt', 'mobile_app.mobile_sverdlovskaja_oblast', 'Sverdlovskaja oblast\''),
('pt', 'mobile_app.mobile_swansea', 'Swansea'),
('pt', 'mobile_app.mobile_swaziland', 'Swaziland'),
('pt', 'mobile_app.mobile_sweden', 'Sweden'),
('pt', 'mobile_app.mobile_switzerland', 'Switzerland'),
('pt', 'mobile_app.mobile_syrian_arab_republic', 'Syrian Arab Republic'),
('pt', 'mobile_app.mobile_taiwan', 'Taiwan'),
('pt', 'mobile_app.mobile_tajikistan', 'Tajikistan'),
('pt', 'mobile_app.mobile_tambovskaja_oblast', 'Tambovskaja oblast\''),
('pt', 'mobile_app.mobile_tanzania_united_republic_of', 'Tanzania, United Republic of'),
('pt', 'mobile_app.mobile_taranto', 'Taranto'),
('pt', 'mobile_app.mobile_tarn', 'Tarn'),
('pt', 'mobile_app.mobile_tarn_et_garonne', 'Tarn-et-Garonne'),
('pt', 'mobile_app.mobile_tarragona', 'Tarragona'),
('pt', 'mobile_app.mobile_tasmania', 'Tasmania'),
('pt', 'mobile_app.mobile_taxes', 'Taxes'),
('pt', 'mobile_app.mobile_tennessee', 'Tennessee'),
('pt', 'mobile_app.mobile_teramo', 'Teramo'),
('pt', 'mobile_app.mobile_terni', 'Terni'),
('pt', 'mobile_app.mobile_territoire_de_belfort', 'Territoire de Belfort'),
('pt', 'mobile_app.mobile_teruel', 'Teruel'),
('pt', 'mobile_app.mobile_tessin', 'Tessin'),
('pt', 'mobile_app.mobile_texas', 'Texas'),
('pt', 'mobile_app.mobile_text_cart_empty', 'Your cart is empty'),
('pt', 'mobile_app.mobile_text_cart_zero_inventory', 'Product has zero inventory and cannot be added to the cart.'),
('pt', 'mobile_app.mobile_text_order_placed_successfully', 'Parabéns! Seu pedido foi feito com sucesso.'),
('pt', 'mobile_app.mobile_text_post_pended', 'Your post will be checked before it gets published.'),
('pt', 'mobile_app.mobile_text_profile_is_updated', 'The profile data has been updated successfully.'),
('pt', 'mobile_app.mobile_text_thank_you_for_post', 'Thank you for your post.'),
('pt', 'mobile_app.mobile_thailand', 'Thailand'),
('pt', 'mobile_app.mobile_thank_you_for_your_post', 'Thank you for your post.'),
('pt', 'mobile_app.mobile_there_are_no_features', 'There are no features.'),
('pt', 'mobile_app.mobile_there_are_no_images', 'There are no images'),
('pt', 'mobile_app.mobile_there_are_no_products_in_this_section', 'There are no products in this section'),
('pt', 'mobile_app.mobile_the_product_was_added_to_your_cart', 'The product was added to your cart.'),
('pt', 'mobile_app.mobile_the_product_was_added_to_your_wish_list', 'The product was added to your Wish list.'),
('pt', 'mobile_app.mobile_the_product_was_created', 'The product was created'),
('pt', 'mobile_app.mobile_the_product_was_deleted', 'The product was deleted'),
('pt', 'mobile_app.mobile_the_product_was_updated', 'The product was updated'),
('pt', 'mobile_app.mobile_the_profile_data_has_been_updated_successfully', 'The profile data has been updated successfully'),
('pt', 'mobile_app.mobile_the_profile_data_has_been_updated_successfully_dot', 'The profile data has been updated successfully.'),
('pt', 'mobile_app.mobile_the_rating_field_is_mandatory', 'The rating field is mandatory.'),
('pt', 'mobile_app.mobile_this_product_is_already_in_the_wish_list', 'This product is already in the wish list.'),
('pt', 'mobile_app.mobile_thurgovie', 'Thurgovie'),
('pt', 'mobile_app.mobile_thuringen', 'Thüringen'),
('pt', 'mobile_app.mobile_tjumenskaja_oblast', 'Tjumenskaja oblast\''),
('pt', 'mobile_app.mobile_togo', 'Togo'),
('pt', 'mobile_app.mobile_tokelau', 'Tokelau'),
('pt', 'mobile_app.mobile_toledo', 'Toledo'),
('pt', 'mobile_app.mobile_tomskaja_oblast', 'Tomskaja oblast\''),
('pt', 'mobile_app.mobile_tonga', 'Tonga'),
('pt', 'mobile_app.mobile_torfaen', 'Torfaen'),
('pt', 'mobile_app.mobile_torino', 'Torino'),
('pt', 'mobile_app.mobile_total', 'Total'),
('pt', 'mobile_app.mobile_total_colon', 'Total:'),
('pt', 'mobile_app.mobile_trapani', 'Trapani'),
('pt', 'mobile_app.mobile_trento', 'Trento'),
('pt', 'mobile_app.mobile_treviso', 'Treviso'),
('pt', 'mobile_app.mobile_trieste', 'Trieste'),
('pt', 'mobile_app.mobile_trinidad_and_tobago', 'Trinidad and Tobago'),
('pt', 'mobile_app.mobile_try_again', 'Try again:'),
('pt', 'mobile_app.mobile_tulskaja_oblast', 'Tul\'skaja oblast\''),
('pt', 'mobile_app.mobile_tunisia', 'Tunisia'),
('pt', 'mobile_app.mobile_turkey', 'Turkey'),
('pt', 'mobile_app.mobile_turkmenistan', 'Turkmenistan'),
('pt', 'mobile_app.mobile_turks_and_caicos_islands', 'Turks and Caicos Islands'),
('pt', 'mobile_app.mobile_tuvalu', 'Tuvalu'),
('pt', 'mobile_app.mobile_tverskaja_oblast', 'Tverskaja oblast\''),
('pt', 'mobile_app.mobile_tyne_and_wear', 'Tyne and Wear'),
('pt', 'mobile_app.mobile_udine', 'Udine'),
('pt', 'mobile_app.mobile_udmurtskaja_respublika', 'Udmurtskaja Respublika'),
('pt', 'mobile_app.mobile_uganda', 'Uganda'),
('pt', 'mobile_app.mobile_ukraine', 'Ukraine'),
('pt', 'mobile_app.mobile_uljanovskaja_oblast', 'Ul\'janovskaja oblast\''),
('pt', 'mobile_app.mobile_united_arab_emirates', 'United Arab Emirates'),
('pt', 'mobile_app.mobile_united_kingdom_great_britain', 'United Kingdom (Great Britain)'),
('pt', 'mobile_app.mobile_united_states', 'United States'),
('pt', 'mobile_app.mobile_united_states_virgin_islands', 'United States Virgin Islands'),
('pt', 'mobile_app.mobile_uri', 'Uri'),
('pt', 'mobile_app.mobile_uruguay', 'Uruguay'),
('pt', 'mobile_app.mobile_utah', 'Utah'),
('pt', 'mobile_app.mobile_utrecht', 'Utrecht'),
('pt', 'mobile_app.mobile_uzbekistan', 'Uzbekistan'),
('pt', 'mobile_app.mobile_valais', 'Valais'),
('pt', 'mobile_app.mobile_valencia', 'Valencia'),
('pt', 'mobile_app.mobile_vale_of_glamorgan', 'Vale of Glamorgan'),
('pt', 'mobile_app.mobile_valid_thru_mm', 'Valid thru (mm)'),
('pt', 'mobile_app.mobile_valid_thru_yy', 'Valid thru (yy)'),
('pt', 'mobile_app.mobile_valladolid', 'Valladolid'),
('pt', 'mobile_app.mobile_val_de_marne', 'Val-de-Marne'),
('pt', 'mobile_app.mobile_val_doise', 'Val-d\'Oise'),
('pt', 'mobile_app.mobile_vanuatu', 'Vanuatu'),
('pt', 'mobile_app.mobile_var', 'Var'),
('pt', 'mobile_app.mobile_varese', 'Varese'),
('pt', 'mobile_app.mobile_vatican_city_state', 'Vatican City State'),
('pt', 'mobile_app.mobile_vaucluse', 'Vaucluse'),
('pt', 'mobile_app.mobile_vaud', 'Vaud'),
('pt', 'mobile_app.mobile_vendee', 'Vendée'),
('pt', 'mobile_app.mobile_vendor', 'Vendor'),
('pt', 'mobile_app.mobile_vendors', 'Vendors'),
('pt', 'mobile_app.mobile_vendor_detail', 'Vendor Detail'),
('pt', 'mobile_app.mobile_vendor_details', 'Vendor details'),
('pt', 'mobile_app.mobile_vendor_info', 'Informação do vendedor'),
('pt', 'mobile_app.mobile_vendor_orders', 'Vendor Orders'),
('pt', 'mobile_app.mobile_vendor_products', 'Vendor products'),
('pt', 'mobile_app.mobile_venezia', 'Venezia'),
('pt', 'mobile_app.mobile_venezuela', 'Venezuela'),
('pt', 'mobile_app.mobile_verbano_cusio_ossola', 'Verbano-Cusio-Ossola'),
('pt', 'mobile_app.mobile_vercelli', 'Vercelli'),
('pt', 'mobile_app.mobile_vermont', 'Vermont'),
('pt', 'mobile_app.mobile_verona', 'Verona'),
('pt', 'mobile_app.mobile_vertical_delimiter', '|'),
('pt', 'mobile_app.mobile_vibo_valentia', 'Vibo Valentia'),
('pt', 'mobile_app.mobile_vicenza', 'Vicenza'),
('pt', 'mobile_app.mobile_victoria', 'Victoria'),
('pt', 'mobile_app.mobile_vienne', 'Vienne'),
('pt', 'mobile_app.mobile_viet_nam', 'Viet Nam'),
('pt', 'mobile_app.mobile_view_all', 'Ver todos'),
('pt', 'mobile_app.mobile_view_detail', 'View Detail'),
('pt', 'mobile_app.mobile_view_details', 'View details'),
('pt', 'mobile_app.mobile_virginia', 'Virginia'),
('pt', 'mobile_app.mobile_virgin_islands', 'Virgin Islands'),
('pt', 'mobile_app.mobile_viterbo', 'Viterbo'),
('pt', 'mobile_app.mobile_vizcaya', 'Vizcaya'),
('pt', 'mobile_app.mobile_vladimirskaja_oblast', 'Vladimirskaja oblast\''),
('pt', 'mobile_app.mobile_volgogradskaja_oblast', 'Volgogradskaja oblast\''),
('pt', 'mobile_app.mobile_vologodskaja_oblast', 'Vologodskaja oblast\''),
('pt', 'mobile_app.mobile_voronezhskaja_oblast', 'Voronezhskaja oblast\''),
('pt', 'mobile_app.mobile_vosges', 'Vosges'),
('pt', 'mobile_app.mobile_wallis_and_futuna_islands', 'Wallis And Futuna Islands'),
('pt', 'mobile_app.mobile_warwickshire', 'Warwickshire'),
('pt', 'mobile_app.mobile_washington', 'Washington'),
('pt', 'mobile_app.mobile_website', 'Website'),
('pt', 'mobile_app.mobile_weight_lbs', 'Weight (lbs)'),
('pt', 'mobile_app.mobile_western_australia', 'Western Australia'),
('pt', 'mobile_app.mobile_western_isles', 'Western Isles'),
('pt', 'mobile_app.mobile_western_sahara', 'Western Sahara'),
('pt', 'mobile_app.mobile_west_dunbartonshire', 'West Dunbartonshire'),
('pt', 'mobile_app.mobile_west_lothian', 'West Lothian'),
('pt', 'mobile_app.mobile_west_midlands', 'West Midlands'),
('pt', 'mobile_app.mobile_west_sussex', 'West Sussex'),
('pt', 'mobile_app.mobile_west_virginia', 'West Virginia'),
('pt', 'mobile_app.mobile_west_yorkshire', 'West Yorkshire'),
('pt', 'mobile_app.mobile_we_have_no_shipping_options_available_for_your_location', 'Sorry, it seems that we have no shipping options available for your location.Please check your shipping address and contact us if everything is okay. We\'ll see what we can do about it.'),
('pt', 'mobile_app.mobile_wigtownshire', 'Wigtownshire'),
('pt', 'mobile_app.mobile_wiltshire', 'Wiltshire'),
('pt', 'mobile_app.mobile_wisconsin', 'Wisconsin'),
('pt', 'mobile_app.mobile_wishlist', 'Wish list'),
('pt', 'mobile_app.mobile_wish_list', 'Wish List'),
('pt', 'mobile_app.mobile_worcestershire', 'Worcestershire'),
('pt', 'mobile_app.mobile_wrexham', 'Wrexham'),
('pt', 'mobile_app.mobile_write_a_review', 'Write a Review'),
('pt', 'mobile_app.mobile_write_review', 'Write a review'),
('pt', 'mobile_app.mobile_wrong_password', 'Wrong password.'),
('pt', 'mobile_app.mobile_wyoming', 'Wyoming'),
('pt', 'mobile_app.mobile_yemen', 'Yemen'),
('pt', 'mobile_app.mobile_yonne', 'Yonne'),
('pt', 'mobile_app.mobile_yookassa', 'YooKassa'),
('pt', 'mobile_app.mobile_yorkshire', 'Yorkshire'),
('pt', 'mobile_app.mobile_your_changes_have_been_saved', 'Your changes have been saved.'),
('pt', 'mobile_app.mobile_your_message', 'Your message'),
('pt', 'mobile_app.mobile_your_name', 'Your name'),
('pt', 'mobile_app.mobile_your_order_has_been_successfully_placed', 'Seu pedido foi feito com sucesso.'),
('pt', 'mobile_app.mobile_your_post_will_be_checked_before_it_gets_published', 'Your post will be checked before it gets published.'),
('pt', 'mobile_app.mobile_your_request_has_been_sent', 'Your request has been sent successfully.'),
('pt', 'mobile_app.mobile_your_shopping_cart_is_empty', 'Your shopping cart is empty.'),
('pt', 'mobile_app.mobile_your_wish_lists_will_love_here', 'Your Wish Lists will love here.'),
('pt', 'mobile_app.mobile_you_can_leave_us_a_comment_here', 'You can leave us a comment here.'),
('pt', 'mobile_app.mobile_yukon', 'Yukon'),
('pt', 'mobile_app.mobile_yvelines', 'Yvelines'),
('pt', 'mobile_app.mobile_zabaykalskiy_kraj', 'Zabaykal\'skiy kraj'),
('pt', 'mobile_app.mobile_zaire', 'Zaire'),
('pt', 'mobile_app.mobile_zambia', 'Zambia'),
('pt', 'mobile_app.mobile_zamora', 'Zamora'),
('pt', 'mobile_app.mobile_zaragoza', 'Zaragoza'),
('pt', 'mobile_app.mobile_zeeland', 'Zeeland'),
('pt', 'mobile_app.mobile_zimbabwe', 'Zimbabwe'),
('pt', 'mobile_app.mobile_zip_code', 'Zip code'),
('pt', 'mobile_app.mobile_zoug', 'Zoug'),
('pt', 'mobile_app.mobile_zuid_holland', 'Zuid Holland'),
('pt', 'mobile_app.mobile_zurich', 'Zurich'),
('pt', 'mobile_app.m_app_icon', 'App Icon'),
('pt', 'mobile_app.m_app_notification_icon', 'Notification icon'),
('pt', 'mobile_app.m_app_splash_landscape', 'Splash Screen (landscape)'),
('pt', 'mobile_app.m_app_splash_portrait', 'Splash Screen (portrait)'),
('pt', 'mobile_app.m_app_store_logo', 'Feature Graphic image'),
('pt', 'mobile_app.open', 'Open'),
('pt', 'mobile_app.preparing_android_images', 'Preparing Android images'),
('pt', 'mobile_app.preparing_archive', 'Preparing archive'),
('pt', 'mobile_app.preparing_config', 'Preparing config'),
('pt', 'mobile_app.preparing_ios_icons', 'Preparing iOS icons'),
('pt', 'mobile_app.preparing_ios_images', 'Preparing iOS images'),
('pt', 'mobile_app.privacypolicyurl', 'Privacy Policy URL'),
('pt', 'mobile_app.promotion', 'Promotion'),
('pt', 'mobile_app.promotion_note', 'Visitors of your site who use iOS or Android devices will see a prompt to install the mobile application.<br>To show your application\'s icon in this prompt, <a href=\"[icon_url]\">upload App Icon</a> in the add-on settings. If App Icon is not specified, the favicon of a storefront will be used instead.'),
('pt', 'mobile_app.pushnotifications', 'Push notifications'),
('pt', 'mobile_app.section.bottom_tabs', 'Bottom tabs'),
('pt', 'mobile_app.section.category', 'Categorias'),
('pt', 'mobile_app.section.changeable_settings_description', 'These settings change in every customer\'s app as soon as you change them here and save the changes. You won\'t need to build the new app and release an upgrade.'),
('pt', 'mobile_app.section.configure_app', 'Configure app'),
('pt', 'mobile_app.section.configure_app_description', 'These settings are hard-coded into the app and can\'t be changed on the fly. After you change them, you\'ll need to save the changes, download the config, build the new app, and release an upgrade.'),
('pt', 'mobile_app.section.drawer', 'Drawer (sidebar menu)'),
('pt', 'mobile_app.section.main', 'Main screen'),
('pt', 'mobile_app.section.navbar', 'Navigation bar'),
('pt', 'mobile_app.section.product_screen', 'Product screen'),
('pt', 'mobile_app.section.profile', 'Perfil'),
('pt', 'mobile_app.section.push_notifications', 'Push notifications'),
('pt', 'mobile_app.services_config', 'Firebase config file (Android)'),
('pt', 'mobile_app.settings.access_key', 'Código de acesso:'),
('pt', 'mobile_app.shopname', 'Shop Name'),
('pt', 'mobile_app.supportemail', 'E-mail de suporte'),
('pt', 'mobile_app.upload_existing_translations', 'Update texts using existing locale files'),
('pt', 'mobile_app.view_demo', 'View demo'),
('pt', 'mobile_app.we_also_have_a_mobile_app', 'We also have a mobile app'),
('pt', 'mobile_sticky_compare', 'ET - Mobile sticky compare'),
('pt', 'mobile_sticky_home', 'ET - Mobile sticky home'),
('pt', 'mobile_sticky_wishlist', 'ET - Mobile sticky wishlist'),
('pt', 'modified_core_files_found', 'Some of your core files have been changed. This may become a problem when upgrading [product] as changes in these files may be lost.'),
('pt', 'modifier', 'Modificador'),
('pt', 'modify_profile', 'Modificar perfil'),
('pt', 'modify_selected', 'Editar selecionados'),
('pt', 'month', 'Mês'),
('pt', 'monthly', 'Mensal'),
('pt', 'months', 'mês(es)'),
('pt', 'month_name_1', 'Janeiro'),
('pt', 'month_name_10', 'Outubro'),
('pt', 'month_name_11', 'Novembro'),
('pt', 'month_name_12', 'Dezembro'),
('pt', 'month_name_2', 'Fevereiro'),
('pt', 'month_name_3', 'Março'),
('pt', 'month_name_4', 'Abril'),
('pt', 'month_name_5', 'Maio'),
('pt', 'month_name_6', 'Junho'),
('pt', 'month_name_7', 'Julho'),
('pt', 'month_name_8', 'Agosto'),
('pt', 'month_name_9', 'Setembro'),
('pt', 'month_name_abr_1', 'Jan'),
('pt', 'month_name_abr_10', 'Out'),
('pt', 'month_name_abr_11', 'Nov'),
('pt', 'month_name_abr_12', 'Dez'),
('pt', 'month_name_abr_2', 'Fev'),
('pt', 'month_name_abr_3', 'Mar'),
('pt', 'month_name_abr_4', 'Abr'),
('pt', 'month_name_abr_5', 'Mai'),
('pt', 'month_name_abr_6', 'Jun'),
('pt', 'month_name_abr_7', 'Jul'),
('pt', 'month_name_abr_8', 'Ago'),
('pt', 'month_name_abr_9', 'Set'),
('pt', 'more', 'Mais'),
('pt', 'more_info', 'Mais informações'),
('pt', 'more_languages', 'More languages'),
('pt', 'more_link', '[more]'),
('pt', 'more_sign_in_options', 'Volte para mais opções de login'),
('pt', 'more_subjects', 'Random subjects (one per line)'),
('pt', 'more_than', 'Maior que'),
('pt', 'more_w_ellipsis', 'Mais...'),
('pt', 'most_popular', 'Mais populares'),
('pt', 'most_popular_addons', 'Add-ons mais populares'),
('pt', 'mr', 'Sr.'),
('pt', 'ms', 'Sra.'),
('pt', 'multiple', 'Múltiplas'),
('pt', 'multiple_checkboxes', 'Caixas de seleção múltiplas'),
('pt', 'multiple_selectbox', 'Campos de seleção múltiplos'),
('pt', 'multiple_selectbox_notice', '<p>Para selecionar vários itens, pressione e mantenha a tecla CTRL e clique nos itens desejados</p>'),
('pt', 'multiupload', 'Multiupload'),
('pt', 'mve.container_not_used', 'This container currently has default configuration. It looks exactly like the store owner configured it. Vendors can use custom configuration to change the blocks in this container.'),
('pt', 'mve_plus_license', '[product] Plus'),
('pt', 'mve_ultimate_license', '[product] Ultimate'),
('pt', 'mve_ultimate_license_required', '[product] Ultimate is required for this'),
('pt', 'mve_ultimate_or_plus_license_required', 'This action requires [product] Ultimate or [product] Plus'),
('pt', 'my_account', 'Minha conta'),
('pt', 'my_account_links', 'Links da minha conta'),
('pt', 'my_account_links_advanced', 'My account advanced'),
('pt', 'my_cards', 'Meus Cartões'),
('pt', 'my_cart', 'My cart'),
('pt', 'my_payments', 'Cartões salvos'),
('pt', 'my_points', 'Meus pontos'),
('pt', 'na', 'N/A'),
('pt', 'name', 'Nome'),
('pt', 'navigation', 'Navegação'),
('pt', 'navi_pages', 'Páginas'),
('pt', 'need_company_id', 'O código da empresa é obrigatório (parâmetro \'company_id\')'),
('pt', 'need_product_name', 'Você tem que especificar o nome do produto'),
('pt', 'need_snippet_name', 'You have to specify valid snippet name'),
('pt', 'need_storefront_id', 'Storefront ID is required (the storefront_id param)'),
('pt', 'need_upgrade', 'Need upgrade'),
('pt', 'neighbours', 'Vizinhos'),
('pt', 'never', 'Nunca'),
('pt', 'new', 'Novo'),
('pt', 'newest', 'Mais novo'),
('pt', 'newsletter', 'Newsletter'),
('pt', 'newsletters', 'boletins informativos'),
('pt', 'newsletters.agreement_text_full_subscribe_to_newsletters', '<p>When you sign up for a specific newsletter, we ([company]) add your email address to a corresponding mailing list. While it is there, we know that we can contact you by email regarding that topic.</p> <p>You can always have your email address removed from our mailing lists. There are multiple ways to do it:</p><ul> <li>Once your account is registered, just sign in and unsubscribe from newsletters in profile settings.</li> <li>Use the “Unsubscribe” link in our newsletters that you receive.</li> <li>Send an email to [email].</li> </ul> <p>We may use a third-party email service (MailChimp and/or Mad Mimi) to send newsletters. Some members of our staff can view mailing lists with email addresses. That way they’ll be able to remove your email address from the mailing list, should you request us to do so.</p> <p>Please note that mailing lists are independent from each other. If you decide not to receive newsletters at all, you’ll have to unsubscribe from all the mailing lists. Even if you do that, you’ll still receive account-related emails (such as order status notifications, password reset emails, and more). It is essential for operating an online store.</p> <p>If you decide that you no longer want to use our store and would like to have your personal data removed from our database (or if you’d like to get all the personal data associated with your account that we have), please send an email to [email].</p> <p>If you believe that your personal data has been misused, you have the right to lodge a complaint with a supervisory authority. We’re obliged by EU General Data Protection Regulation to let you know about this right; we don’t actually intend to misuse your data.</p>'),
('pt', 'newsletters.agreement_text_short_subscribe_to_newsletters', 'I agree to have my personal data <u>processed as follows</u> and I want to subscribe for the following newsletters:'),
('pt', 'newsletters.default_mailing_list', 'Default mailing list'),
('pt', 'newsletters.new_subscribers', 'New subscribers'),
('pt', 'newsletters.subscribe_to_newsletters', 'Newsletters: Subscribe to newsletters'),
('pt', 'newsletters.use_for_subscribe_form', 'Subscribe form'),
('pt', 'newsletters_menu_description', 'Criar e enviar newsletters para seu cliente.'),
('pt', 'newsletter_autoresponder', 'Newsletter autoresponder'),
('pt', 'newsletter_autoresponders', 'Newsletter autoresponders'),
('pt', 'newsletter_template', 'Newsletter template'),
('pt', 'newsletter_templates', 'Newsletter templates'),
('pt', 'news_plain', 'Plain'),
('pt', 'new_addon', 'New add-on'),
('pt', 'new_add_on_is_not_compatible_with_your_product', 'The new add-on is not compatible with your current version of [product]. To update the add-on to the latest version, please upgrade [product] to version [version].'),
('pt', 'new_administrator_account_created', 'A conta de administrador foi criada com sucesso.'),
('pt', 'new_administrator_password', 'Nova senha de administrador'),
('pt', 'new_attachment', 'Novo anexo'),
('pt', 'new_campaign', 'New campaign'),
('pt', 'new_category', 'Nova categoria'),
('pt', 'new_certificate', 'Novo vale'),
('pt', 'new_chart', 'Novo gráfico'),
('pt', 'new_combination', 'Nova combinação'),
('pt', 'new_credit_card', 'Novo cartão de crédito'),
('pt', 'new_currency', 'Nova moeda'),
('pt', 'new_customer', 'Novo cliente'),
('pt', 'new_domains', 'Novos domínios'),
('pt', 'new_emails', 'Novos endereços de e-mail'),
('pt', 'new_feature', 'Nova característica'),
('pt', 'new_file', 'Novo arquivo'),
('pt', 'new_filter', 'Novo filtro'),
('pt', 'new_folder', 'Nova pasta'),
('pt', 'new_form', 'Novo formulário'),
('pt', 'new_group', 'Novo grupo'),
('pt', 'new_invoice_langvar_upgrade_notification_message', '<p>Uma nova variável de idioma chamada <b>invoice_heading</b> foi adicionada. Você pode usá-lo para alterar o título de suas faturas como achar melhor, sem alterar a palavra \"Fatura\" em outras partes da loja. Os valores de <b>invoice_heading</b> foram copiados dos valores da variável de idioma <b>invoice</b>.</p><p>Observe se a variável de idioma aparece ou não em suas faturas depende de <a href=\"http://docs.cs-cart.com/latest/user_guide/look_and_feel/documents/enable_document_editor.html\">se você usa ou não o modelo de e-mail e os editores de documentos</a>:</ p><ul><li>Se você usar os editores, terá que adicionar a nova variável de idioma à sua fatura manualmente.</li><li>Se você usar a maneira antiga de editar documentos (via arquivos TPL ), então a nova variável de idioma já está incluída nos arquivos TPL padrão.</li></ul>'),
('pt', 'new_invoice_langvar_upgrade_notification_title', 'New language variable for invoice heading'),
('pt', 'new_ips', 'Novos IPs'),
('pt', 'new_items', 'New items'),
('pt', 'new_language', 'Novo idioma'),
('pt', 'new_language_variable', 'Nova variável de idioma'),
('pt', 'new_layout', 'Novo layout'),
('pt', 'new_link', 'Novo link'),
('pt', 'new_localization', 'Nova localização'),
('pt', 'new_location', 'Novo destino'),
('pt', 'new_mailing_lists', 'New mailing list'),
('pt', 'new_menu', 'Novo menu'),
('pt', 'new_option', 'Nova opção'),
('pt', 'new_page', 'Nova página'),
('pt', 'new_payments', 'Nova forma de pagamento'),
('pt', 'new_payout', 'Novo pagamento'),
('pt', 'new_poll', 'Nova enquete'),
('pt', 'new_post', 'Novo post'),
('pt', 'new_product', 'Novo produto'),
('pt', 'new_profile', 'Novo perfil'),
('pt', 'new_profile_field', 'Novo campo de cadastro'),
('pt', 'new_profile_notification', 'New profile notification'),
('pt', 'new_promotion', 'Nova promoção'),
('pt', 'new_question', 'Nova pergunta'),
('pt', 'new_rate_area', 'New rate area'),
('pt', 'new_reason', 'Novo motivo'),
('pt', 'new_report', 'Novo relatório'),
('pt', 'new_rule', 'Nova regra'),
('pt', 'new_saved_search', 'Nova pesquisa salva'),
('pt', 'new_section', 'Nova seção'),
('pt', 'new_setting_value', 'New value'),
('pt', 'new_shipment', 'Novo despacho'),
('pt', 'new_shipment_was_created', 'Um novo envio foi criado'),
('pt', 'new_shipping_method', 'Novo frete'),
('pt', 'new_site_map_section', 'Nova seção de sitemap'),
('pt', 'new_states', 'Novo estado(s) para o país selecionado'),
('pt', 'new_status', 'Novo status'),
('pt', 'new_store_location', 'Nova localização da loja'),
('pt', 'new_subscribers', 'Novos assinantes'),
('pt', 'new_tab', 'Nova guia'),
('pt', 'new_tax', 'Novo imposto'),
('pt', 'new_text_ultimate_license_required', 'A special edition of [product] that offers an unlimited number of storefronts. If you switch to <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see the message about the storefront limit again.'),
('pt', 'new_usergroups', 'Novo grupo(s) de usuário'),
('pt', 'new_user_profile', 'Novo perfil de usuário'),
('pt', 'new_vendor', 'Novo vendedor'),
('pt', 'new_vendor_notification', 'Hello,<br/><br/>A new vendor has registered and received access to the storefront and the admin panel. <a href=\"[link]\">Use this link to view the vendor\'s account details.</a>'),
('pt', 'new_vendor_panel.upgrade_notification', '<p>Multi-Vendor 4.14.1 comes with a new vendor panel. It features a sidebar, has much fewer menus, and generally looks much lighter. To top it off, you can tailor the colors of that vendor panel to your brand, and decide which product fields and tabs vendors will see.</p><p>Only you decide when to move to the new vendor panel. It is part of the add-on called \"Vendor panel configurator\". Once you install the add-on, vendors will get the new experience, and you\'ll see the add-on settings that will allow you to configure the new vendor panel.</p><p><a href=\"[configure_vendor_panel_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Configure vendor panel</a></p>'),
('pt', 'new_vendor_panel.upgrade_notification_title', 'New vendor panel: modern and easier'),
('pt', 'new_version', 'New version'),
('pt', 'new_withdrawal', 'New withdrawal'),
('pt', 'new_zealand', 'Nova Zelândia'),
('pt', 'next', 'Próximo'),
('pt', 'next_step', 'Próximo passo'),
('pt', 'ne_add_subscribers_from_users', 'Add subscribers from the list of users'),
('pt', 'ne_warning_subscr_email_exists', '<b>[email]</b> is already in the subscribers list'),
('pt', 'no', 'Não'),
('pt', 'nocombination', 'Infelizmente esta combinação não está acessível'),
('pt', 'none', 'Nenhum'),
('pt', 'non_writable_directories', 'Os seguintes diretórios não têm permissões de escrita'),
('pt', 'normal', 'Normal'),
('pt', 'norway', 'Noruega'),
('pt', 'norwegian', 'Norueguês'),
('pt', 'note', 'Nota'),
('pt', 'notes', 'Notas'),
('pt', 'nothing_sign', '&mdash;'),
('pt', 'notice', 'Aviso'),
('pt', 'notice_too_many_decimals', 'Você especificou [DECIMALS] casas decimais para a [CURRENCY]. O número máximo de casas decimais com suporte é 2. Valores adicionais serão exibidos como zeros.'),
('pt', 'notice_undeliverable_products_removed', 'Produtos que não podem ser entregues foram removidos do seu carrinho. Você pode prosseguir com a compra.'),
('pt', 'notice_update_customer_details', 'O cliente atualizou o endereço de e-mail no cadastro. Marque a opção para atualizar os dados do pedido:'),
('pt', 'notification', 'Notification'),
('pt', 'notification.upgrade_available.message', 'A new version of [product] is available. If you want to upgrade to the latest version now, click here.'),
('pt', 'notification.upgrade_available.title', 'Upgrade available'),
('pt', 'notifications', 'Notificações'),
('pt', 'notifications_center.notifications', 'Notificações'),
('pt', 'notifications_center.no_notifications', 'No notifications'),
('pt', 'notifications_center.section.administration', 'Administration'),
('pt', 'notifications_center.section.all', 'All'),
('pt', 'notifications_center.section.communication', 'Comunicação'),
('pt', 'notifications_center.section.other', 'Other'),
('pt', 'notifications_center.section.products', 'Produtos'),
('pt', 'notifications_center.tag.administration.license', 'Licence'),
('pt', 'notifications_center.tag.administration.update', 'Update'),
('pt', 'notifications_center.tag.messages', 'Messages'),
('pt', 'notifications_center.tag.other', 'Other'),
('pt', 'notification_template.tab.email', 'Email'),
('pt', 'notification_template.tab.internal', 'On-site'),
('pt', 'notify_customer', 'Notificar o cliente'),
('pt', 'notify_orders_department', 'Notificar o departamento de pedidos'),
('pt', 'notify_supplier', 'Notificar o fornecedor'),
('pt', 'notify_user', 'Notificar o usuário'),
('pt', 'notify_vendor', 'Notificar vendedor'),
('pt', 'notify_vendors_by_email', 'Notificar vendedores por e-mail'),
('pt', 'notify_vendor_by_email', 'Informar vendedor por e-mail'),
('pt', 'notify_when_back_in_stock', 'Notificar-me quando este produto voltar ao estoque'),
('pt', 'not_active', 'Desativado'),
('pt', 'not_active_file_notice', 'Este arquivo estará disponível para download somente após aprovação do administrador'),
('pt', 'not_approved', 'Não aprovado'),
('pt', 'not_a_member', 'Não é um membro'),
('pt', 'not_checked', 'Not checked'),
('pt', 'not_installed', 'Não instalado'),
('pt', 'not_scroll_automatically', 'Não rolar automaticamente'),
('pt', 'no_active_storefronts', 'No active storefronts'),
('pt', 'no_autoresponder', 'No autoresponder'),
('pt', 'no_categories_available', 'Não há categorias disponíveis'),
('pt', 'no_data', 'Sem informações'),
('pt', 'no_data_found', 'Não há informações que atendam aos parâmetros deste gráfico'),
('pt', 'no_files', 'Não há arquivos'),
('pt', 'no_hidden_elements_second_level_view', 'AB: Number of visible elements of the 2-level menu'),
('pt', 'no_hidden_elements_second_level_view.tooltip', 'This setting limits the number of third-level menu items, displayed in the menu structure. The remaining elements of the third level will be displayed when clicking on the <b>More</b> link'),
('pt', 'no_image', 'Sem foto'),
('pt', 'no_items', 'Nenhum item selecionado'),
('pt', 'no_items_found', 'Não  foram encontrados itens correspondentes aos critérios de pesquisa'),
('pt', 'no_manager_assigned', 'Nenhum gerente atribuído'),
('pt', 'no_menus', 'Sem menus'),
('pt', 'no_modified_core_files_found', 'No changed core files found'),
('pt', 'no_posts_found', 'Nenhuma mensagem encontrada'),
('pt', 'no_products_for_shipment', 'Não há nenhum produto para o envio'),
('pt', 'no_products_selected', 'Nenhum produto selecionado'),
('pt', 'no_rates_for_empty_cart', '<p class=\"error-text\" align=\"center\">Seu carrinho está vazio e o frete não pôde ser calculado</p>'),
('pt', 'no_rates_for_empty_cart_warning', 'Your cart is empty and the shipping cost cannot be estimated'),
('pt', 'no_return_requests_found', 'Nenhuma solicitação de devolução encontrada'),
('pt', 'no_shipping_required', 'Sem envio obrigatório'),
('pt', 'no_such_coupon', 'O código introduzido não pode ser aplicado, porque não satisfaz os requisitos.'),
('pt', 'no_template', 'No template'),
('pt', 'no_themes_available', 'Nenhum tema disponível'),
('pt', 'no_users_found', 'Nenhum usuário encontrado'),
('pt', 'number', 'Número'),
('pt', 'number_of_columns', 'Número de colunas na lista de objetos'),
('pt', 'n_banners', '[n] banner|[n] banners'),
('pt', 'n_categories', '[n] category|[n] categories'),
('pt', 'n_days', '[n] day|[n] days'),
('pt', 'n_filters', '[n] filter|[n] filters'),
('pt', 'n_pages', '[n] page|[n] pages'),
('pt', 'n_polls', '[n] poll|[n] polls'),
('pt', 'n_posts', '[n] post|[n] posts'),
('pt', 'n_products', '[n] product|[n] products'),
('pt', 'n_products_found', '[n] product found|[n] products found'),
('pt', 'n_profile_fields', '[n] profile field|[n] profile fields'),
('pt', 'n_stars', '[n] star|[n] stars'),
('pt', 'n_tags', '[n] tag|[n] tags'),
('pt', 'n_vendors', '[n] vendor|[n] vendors'),
('pt', 'object', 'Objeto'),
('pt', 'objects_per_page', '[n] per page'),
('pt', 'object_does_not_exist', 'O objeto não existe'),
('pt', 'object_exists', 'Já existe um objeto com o mesmo nome. Você quer substituí-lo?'),
('pt', 'object_not_found', 'O [object] não foi encontrado'),
('pt', 'of', 'de'),
('pt', 'off', 'Off'),
('pt', 'offline', 'Off-line'),
('pt', 'offset', 'Offset'),
('pt', 'ogone.sha_in', 'SHA-IN pass phrase'),
('pt', 'ogone_direct.config_info', 'Enter SHA-IN pass phrase both here and on the Ingenico administation panel.<br><br>For new Ingenico accounts created since May 11th, 2010, the new SHA policy is automatically active.<br/>Please do not forget to select the \"Use new SHA signature policy\" checkbox.'),
('pt', 'ogone_web.config_info', 'Please set the following URL in the Technical Information section on the Ingenico administation panel as the <b>URL of the merchant\'s post-payment page</b> for all cases (\"accepted\", \"on hold\", \"uncertain\", \"canceled by the client\", \"too many rejections by the acquirer\"): <code>[r_url]</code><br>Select \"Always deferred (not immediately after the payment)\" for the <b>Timing of the request</b>.<br>Enter SHA-IN and SHA-OUT pass phrases both here and on the Ingenico administation panel.'),
('pt', 'ogone_web.sha_out', 'SHA-OUT pass phrase'),
('pt', 'ok', 'OK'),
('pt', 'old_price', 'Preço antigo'),
('pt', 'on', 'on'),
('pt', 'onboarding_adicionar_socio_extra', 'Adicionar Sócio Extra'),
('pt', 'onboarding_bairro', 'Bairro'),
('pt', 'onboarding_cadastro_do_cliente', 'Cadastro do cliente'),
('pt', 'onboarding_celular', 'Celular'),
('pt', 'onboarding_cnpj', 'CNPJ'),
('pt', 'onboarding_complemento', 'Complemento'),
('pt', 'onboarding_confirmar_senha', 'Confirmar Senha'),
('pt', 'onboarding_continuar', 'Continuar'),
('pt', 'onboarding_cpf', 'CPF'),
('pt', 'onboarding_identificacao_empresarial', 'Identificação empresarial'),
('pt', 'onboarding_informacao_pessoal', 'Informação Pessoal'),
('pt', 'onboarding_inscricao_estadual', 'Inscrição Estadual'),
('pt', 'onboarding_inscricao_municipal', 'Inscrição Municipal'),
('pt', 'onboarding_municipio', 'Município'),
('pt', 'onboarding_nome_completo', 'Nome Completo'),
('pt', 'onboarding_nome_completo_do_titular', 'Nome Completo do Titular'),
('pt', 'onboarding_nome_da_loja', 'Nome da loja'),
('pt', 'onboarding_nome_da_mae', 'Nome da Mãe'),
('pt', 'onboarding_nome_fantasia', 'Nome Fantasia'),
('pt', 'onboarding_pf_titulo', 'Cadastro Pessoa Física (CPF)'),
('pt', 'onboarding_pj_titulo', 'Cadastro Empresarial (CNPJ)'),
('pt', 'onboarding_previous', 'Previous'),
('pt', 'onboarding_razao_social', 'Razão Social'),
('pt', 'onboarding_responsavel_da_conta', 'Responsável da Conta'),
('pt', 'onboarding_rg', 'RG'),
('pt', 'onboarding_rua', 'Rua'),
('pt', 'onboarding_socios', 'Sócios'),
('pt', 'onboarding_telefone_fixo', 'Telefone Fixo'),
('pt', 'onboarding_termos_e_condicoes', 'Termos e Condições'),
('pt', 'onboarding_texto_de_introducao_loja_empresarial', 'Texto de introdução'),
('pt', 'onboarding_texto_de_introducao_loja_pessoal', 'Texto de introdução'),
('pt', 'onboarding_titulo_de_selecao_de_conta', 'PARTIU SE CADASTRAR E VENDER MUITO ?'),
('pt', 'onboarding_validacao_de_dados', 'Validação de dados'),
('pt', 'onboarding_validacao_de_dados_descricao', 'Validação utilizada para que ninguém possa criar uma conta utilizando seus dados'),
('pt', 'onboarding_validar', 'Validar'),
('pt', 'onboarding_validar_email', 'Validar e-mail'),
('pt', 'onboarding_validar_email_descricao', 'Ele será utilizado para recuperar a sua conta.'),
('pt', 'onboarding_validar_telefone', 'Validar telefone'),
('pt', 'onboarding_validar_telefone_descricao', 'Ele será utilizado para recuperar a sua conta caso você perca o acesso ao seu email.'),
('pt', 'once_per_customer', 'Uma vez por cliente'),
('pt', 'onclick_dropdown', 'Onclick-dropdown'),
('pt', 'one_click_template_title', 'Selecione o cartão'),
('pt', 'online_only', 'Somente online'),
('pt', 'on_backorder', 'On backorder'),
('pt', 'on_off', 'On/Off'),
('pt', 'on_sale', 'Promoção'),
('pt', 'on_site_layout_editing', 'Editing layout page: [page]'),
('pt', 'on_site_live_editing', 'On-site live editing'),
('pt', 'on_site_template_editing', 'Editar modelo diretamente na loja'),
('pt', 'open', 'Aberto'),
('pt', 'open_action', 'Abrir'),
('pt', 'open_file_or_create_new', 'Abra um arquivo ou crie um novo para começar.'),
('pt', 'open_hours', 'Open hours'),
('pt', 'open_in_new_window', 'Abrir nova janela'),
('pt', 'open_selected_storefronts', 'Open selected'),
('pt', 'open_store', 'Abrir loja'),
('pt', 'optimize_database', 'Otimizar banco de dados'),
('pt', 'optimizing_table', 'Otimizando tabela'),
('pt', 'options', 'Opções'),
('pt', 'options_for', 'Opções para'),
('pt', 'options_have_been_applied_to_products', 'Opções foram aplicadas com sucesso nos produtos selecionados'),
('pt', 'options_menu_description', 'Gerenciar opções globais de produtos e opções variantes em sua loja.'),
('pt', 'options_settings', 'Configurações de opções'),
('pt', 'options_type', 'Tipo de opções'),
('pt', 'option_combinations', 'Combinações de opções'),
('pt', 'option_exceptions', 'Option exceptions'),
('pt', 'option_name', 'Nome da opção'),
('pt', 'option_unlinked', 'Opção global \"[option_name]\" foi desativada para o produto'),
('pt', 'option_variants', 'Opções'),
('pt', 'opt_currency_name', 'Exibir nome da moeda'),
('pt', 'opt_currency_symbol', 'Use símbolos de moedas ao invés de títulos'),
('pt', 'opt_language_icon', 'Usar ícones de idiomas ao invés de nomes'),
('pt', 'opt_language_name', 'Exibir nome do idioma'),
('pt', 'or', 'ou'),
('pt', 'order', 'Pedido'),
('pt', 'ordered_products', 'Produtos adquiridos'),
('pt', 'orders', 'Pedidos'),
('pt', 'orders_not_allow_to_change_company', 'A empresa não foi alterada. Não é permitido alterar a empresa quando altera um pedido.'),
('pt', 'orders_no_items', 'Use o botão \"Adicionar produtos\" acima para adicionar produtos no pedido.'),
('pt', 'order_by_status', 'Pedido por status'),
('pt', 'order_date', 'Data do pedido'),
('pt', 'order_details', 'Detalhes do pedido'),
('pt', 'order_discount', 'Desconto do pedido'),
('pt', 'order_id', 'Código do pedido'),
('pt', 'order_info', 'Informações do pedido'),
('pt', 'order_items', 'Itens do pedido'),
('pt', 'order_landing_page', 'Página inicial do pedido'),
('pt', 'order_management', 'Gerenciamento de pedidos'),
('pt', 'order_manager', 'Order manager'),
('pt', 'order_placed', 'Pedidos realizados'),
('pt', 'order_prefix', 'Prefixo do pedido'),
('pt', 'order_returns', 'Devoluções do pedido'),
('pt', 'order_search', 'Pesquisar pedido'),
('pt', 'order_status', 'Status do pedido'),
('pt', 'order_statuses', 'Status para os pedidos'),
('pt', 'order_statuses_menu_description', 'Adicionar ou editar o status do pedido.'),
('pt', 'order_total', 'Total'),
('pt', 'order_total_not_correct', 'O valor total pago não coincide com o total do pedido'),
('pt', 'order_total_will_changed', 'O total do pedido será alterado por'),
('pt', 'order_was_not_placed', 'O pedido não foi realizado'),
('pt', 'original', 'Original'),
('pt', 'origination', 'Originação'),
('pt', 'or_saved_search', 'ou qualquer outro item da pesquisa salva'),
('pt', 'or_use', 'Ou use'),
('pt', 'others', 'Outros'),
('pt', 'other_addons', 'Outros add-ons'),
('pt', 'other_notification', 'Other'),
('pt', 'other_notifications.email_templates', 'Veja a lista completa de modelos de e-mail'),
('pt', 'other_notifications.internal_templates', 'Veja a lista completa de modelos de notificação no local'),
('pt', 'other_notifications.title', 'Não consegue encontrar a notificação que procura?'),
('pt', 'our_brands', 'Nossas marcas'),
('pt', 'output', 'Saída'),
('pt', 'outside_navigation', 'Outside navigation'),
('pt', 'out_of_stock_actions', 'O que fazer se o estoque for zero'),
('pt', 'out_of_stock_products', 'Produtos sem estoque'),
('pt', 'override_by_dispatch', 'Substituir destinos por despacho'),
('pt', 'override_by_this', 'Usar esse conteúdo para todas as instâncias de bloco'),
('pt', 'override_exchange_rate', 'Override exchange rate'),
('pt', 'override_gc_points', 'Substituir o valor de ponto global/categoria para este produto'),
('pt', 'override_gc_points_brief', 'Substituir pontos global/categoria'),
('pt', 'override_g_points', 'Substituir o valor de ponto global para todos os produtos nesta categoria'),
('pt', 'override_per', 'Substituir global PER'),
('pt', 'override_points', 'Override points'),
('pt', 'override_product_data', 'Aplicar valores para todos os produtos selecionados'),
('pt', 'overwrite', 'Overwrite'),
('pt', 'overwrite_selected_settings', 'Overwrite selected settings'),
('pt', 'owner', 'Proprietário'),
('pt', 'owner_company', 'Vendor'),
('pt', 'p21agree', 'Por favor, digite \"AGREE\" ou \"DISAGREE\" na caixa fornecida'),
('pt', 'p21agree_tooltip', 'Digitando AGREE na caixa abaixo  eu estou oferecendo minha assinatura como autorização para Payment21 &reg; para debitar eletronicamente minha conta para a quantidade que eu entrei. Também entendo e autorizo expressamente o comerciante, se meu pagamento eCheck é recusado ou devolvido por qualquer motivo,  a debitar eletronicamente minha conta  o valor do pagamento do  eCheck mais uma taxa de NSF para não exceder o limite máximo de estado legal. Vou imprimir ou salvar esta página para meus registros. Posso ligar para 1-888-770-0850 para suporte 24/7 com qualquer dúvida sobre esta transação de pagamento.'),
('pt', 'package', 'Embalagem'),
('pt', 'packages', 'Embalagens'),
('pt', 'package_type', 'Tipo de embalagem'),
('pt', 'packing_slip', 'Guia de envio'),
('pt', 'packing_slip_for_order', 'Etiqueta de despacho para o pedido'),
('pt', 'page', 'Página'),
('pt', 'pages', 'Páginas'),
('pt', 'pages_menu_description', 'Create and publish pages, polls, forms and links.'),
('pt', 'page_cloned', 'A página <b>[page]</b> foi duplicada com sucesso. Agora você pode editar a nova página'),
('pt', 'page_id', 'Código da página'),
('pt', 'page_link', 'URL da página'),
('pt', 'page_name', 'Nome da página'),
('pt', 'page_not_found', 'Página não encontrada'),
('pt', 'page_not_found_text', 'A página que você solicitou não pode ser encontrada.'),
('pt', 'page_target_url', 'Target URL'),
('pt', 'page_title', 'Título da página'),
('pt', 'page_url', 'Page URL'),
('pt', 'pagination_range', '<span>[pagination.range_from]</span>–<span>[pagination.range_to]</span>&nbsp;of&nbsp;[pagination.total_items]'),
('pt', 'paid_amount', 'Valor pago'),
('pt', 'pair_type', 'Pair type'),
('pt', 'param', 'Parâmetro'),
('pt', 'parameter', 'Objeto para analise'),
('pt', 'parameter_name', 'Nome do parâmetro'),
('pt', 'parent', 'Parent'),
('pt', 'parent_category', 'Categoria pai'),
('pt', 'parent_category_id', 'Categoria pai'),
('pt', 'parent_item', 'Item pai'),
('pt', 'parent_page', 'Página pai'),
('pt', 'parent_page_id', 'Página pai'),
('pt', 'partiuhub_continuar_compras', 'Continuar compras'),
('pt', 'partiuhub_numero_do_pedido', 'Numero do pedido - '),
('pt', 'partiuhub_planos_vendedores.vendor_groups', 'Grupos dos vendedores'),
('pt', 'partiuhub_status_rastreamento_1', 'O vendedor já postou o seu produto!'),
('pt', 'partiuhub_status_rastreamento_2', 'Olha que legal, o seu produto ja esta em transito!'),
('pt', 'partiuhub_status_rastreamento_3', 'O seu produto ja PARTIU para o seu endereço!'),
('pt', 'partiuhub_status_rastreamento_4', 'Chegou! PARTIU aproveitar!!!! '),
('pt', 'partiuhub_tente_novamente', 'Tente novamente mais tarde!'),
('pt', 'partner', 'Parceiro'),
('pt', 'passphrase', 'Pass-phrase'),
('pt', 'passport_number', 'Número de passaporte'),
('pt', 'password', 'Senha'),
('pt', 'path_to_files', 'Caminho completo para os arquivos  \"atos\"'),
('pt', 'pause_delay', 'Atraso de pausa (em segundos)'),
('pt', 'payflowcolor', 'Cor Payflow'),
('pt', 'payment', 'Pagamento'),
('pt', 'payments', 'Pagamentos'),
('pt', 'payments.cresecure.location_notice', '<b>Nota:</b><br>1. Este pagamento requer a opção de check-out com https ativado!<br>2. Por padrão, a localização do Checkout é mostrada a um usuário na execução do pagamento. A fim de mostrar um local diferente, crie um novo destino com a expedição  \'checkout.cresecure_template\' no <a href=\"[url]\" target=\"_blank\">Gerenciador de Layout</a>.'),
('pt', 'payments.epdq.bgcolor', 'Cor de fundo'),
('pt', 'payments.epdq.btn_bgcolor', 'Cor de fundo do botão'),
('pt', 'payments.epdq.btn_textcolor', 'Cor do texto do botão'),
('pt', 'payments.epdq.font_type', 'Tipo de fonte'),
('pt', 'payments.epdq.hash_error', 'Desculpe, a seqüência de hash  não coincide');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('pt', 'payments.epdq.instructions', '<ol><li><p>Enter the following URL in the \"Technical information\"→\"Transaction feedback\" section in the Barclaycard ePDQ admin area:</p><p>for the \"accepted\" and \"cancelled\" payments: [url]</p></li><li>Make sure that the \"Timing of the request\" is set to \"Always online\", and \"Request method\" is set to \"POST\"</li><li>Define the \"SHA-OUT pass phrase\" value in the ePDQ admin area as you like, then duplicate it in the \"SHA-IN pass phrase\" field in the \"Data and origin verification\" section, and also in the \"Pass-phrase\" field below</li><li>Make sure that the \"Default operation code\" option in the ePDQ admin area has the same value as the \"Transaction type\" option value below</li><li>Set the \"Hash algorithm\" parameter to \"SHA-1\" in the \"Global security parameters\" section in the Barclaycard ePDQ admin area</li></ol>'),
('pt', 'payments.epdq.pspid', 'EPDQ pspid'),
('pt', 'payments.epdq.tbl_bgcolor', 'Cor de fundo da tabela'),
('pt', 'payments.epdq.tbl_textcolor', 'Cor do texto da tabela'),
('pt', 'payments.epdq.textcolor', 'Cor do texto'),
('pt', 'payments.epdq.title', 'Título'),
('pt', 'payments.eway_rapidapi_rsp.header_text', 'Texto de cabeçalho'),
('pt', 'payments.globalpayments.connector_error', 'Your Global Payments account has been suspended. Contact Global Payments support for further information.'),
('pt', 'payments.globalpayments.globalpayments_error', 'Error with Global Payments systems'),
('pt', 'payments.globalpayments.referring_ip', 'Please supply the IP address of your server to your Global Payments account manager'),
('pt', 'payments.globalpayments.referring_url', 'Please supply this URL to your Global Payments account manager'),
('pt', 'payments.globalpayments.text_status_map', 'Global Payments to [product] order status conversion map'),
('pt', 'payments.layout_a', 'Layout A'),
('pt', 'payments.layout_b', 'Layout B'),
('pt', 'payments.layout_c', 'Layout C'),
('pt', 'payments.paypal_adv_layout', 'Layout'),
('pt', 'payments.qbms.app_token', 'App Token'),
('pt', 'payments.qbms.configuration_required', '<p>Fill in the fields below and save the changes:<br>- App Token<br>- OAuth Consumer Key<br> - OAuth Consumer Secret</p><p>Click \"Connect to QuickBooks\" button that will appear instead of this message to finish payment configuration.</p>'),
('pt', 'payments.qbms.configure_payment_method', '<p>How to configure the payment method:</p><p>1. <a target=\"_blank\" href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/authentication-and-authorization/oauth-2.0#obtain-oauth2-credentials-for-your-app\">Obtain OAuth 2.0 credentials</a> from QuickBooks Online application and copy them to the payment method settings in [product].</p><p>2. Click \"Create\", then open the settings of this payment method again to finish its configuration.</p>'),
('pt', 'payments.qbms.oauth_client_id', 'OAuth Client Id'),
('pt', 'payments.qbms.oauth_client_secret', 'OAuth Client Secret'),
('pt', 'payments.qbms.oauth_consumer_key', 'OAuth Consumer Key'),
('pt', 'payments.qbms.oauth_consumer_secret', 'OAuth Consumer Secret'),
('pt', 'payments.qbms.quickbooks_connection', 'QuickBooks Connection'),
('pt', 'payments.qbms.renew_token', 'Press \"Connect to QuickBooks\" to renew the token.'),
('pt', 'payments.qbms.tip_fill_redirect', '<p>- In the QuickBooks application, copy the following value into the Redirect URI field:</p><p>[url]</p><p>- Click the \"Connect to QuickBooks\" button.</p>'),
('pt', 'payments.qbms.token_expired', 'The token has expired.'),
('pt', 'payments.qbms.token_expires', 'The token expires on <b>[date]</b> at <b>[time]</b>.'),
('pt', 'payments.qbms.upgrade_notification_text', '<p>The latest version of [product] has different settings for payment methods if you use QB Merchant Service as a Processor.</p><p>If you want to use the payment methods, do this:</p><ul><li>go to Administration > Payment methods</li><li>choose the payment method that uses QB Merchant Service as a Processor</li><li>switch to the Configure tab</li><li>enter the proper App Token, OAuth Consumer Key and OAuth Consumer Secret</li><li>perform connection to QuickBooks</li></ul>'),
('pt', 'payments.qbms.upgrade_notification_title', 'QB Merchant Service payment processor changes'),
('pt', 'payments.qbms.upgrade_oauth20_notification_text', '<p>Online stores now connect to QuickBooks Merchant Services differently. Your payment methods that use QB Merchant Services as a processor need to be reconfigured, or else they will no longer work. To make them work:</p><p>1. Switch your Quickbooks app to OAuth 2.0.</p><p>2. Copy <i>OAuth Client ID</i> and <i>OAuth Client Secret</i> from the app to the payment method settings in [product].</p><p>3. Change the status of the payment method to <i>Active</i></p><p>4. Save your changes and use the <i>Connect to QuickBooks</i> button to finish payment configuration.</p><p><a href=\"[payments_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">View my payment methods</a></p>'),
('pt', 'payments.qbms.upgrade_oauth20_notification_title', 'Payment methods: Change QB Merchant Services settings'),
('pt', 'payments.realex.3d_secure_message', '3-D Secure message'),
('pt', 'payments.realex.auto_settled', 'Auto-settled'),
('pt', 'payments.realex.avs.matched', 'Matched'),
('pt', 'payments.realex.avs.not_matched', 'Not matched'),
('pt', 'payments.realex.avs.partial_match', 'Partial match'),
('pt', 'payments.realex.avs.problem_with_check', 'Problem with check'),
('pt', 'payments.realex.avs.unable_to_check', 'Unable to check'),
('pt', 'payments.realex.avs_address', 'AVS Address'),
('pt', 'payments.realex.avs_postcode', 'AVS Postcode'),
('pt', 'payments.realex.bank_error', 'Error with bank systems'),
('pt', 'payments.realex.card_lost_or_stolen', 'Card reported lost or stolen'),
('pt', 'payments.realex.cavv', 'CAVV'),
('pt', 'payments.realex.connector_error', 'Your Realex account has been suspended. Contact Realex support for further information.'),
('pt', 'payments.realex.delayed_settlement', 'Delayed settlement'),
('pt', 'payments.realex.eci', 'ECI'),
('pt', 'payments.realex.incorrect_request', 'Incorrect XML message formation or content'),
('pt', 'payments.realex.incorrect_valid_trhu', 'Incorrect values of \'Valid thru\' fields.'),
('pt', 'payments.realex.liability_shift', 'Liability Shift'),
('pt', 'payments.realex.liability_shift_required', 'Liability Shift required'),
('pt', 'payments.realex.realex_error', 'Error with Realex systems'),
('pt', 'payments.realex.referring_ip', 'Please supply the IP address of your server to your Realex Payments account manager'),
('pt', 'payments.realex.referring_url', 'Please supply this URL to your Realex Payments account manager'),
('pt', 'payments.realex.refferal', 'Referral by bank'),
('pt', 'payments.realex.result_code', 'Result code'),
('pt', 'payments.realex.result_message', 'Result message'),
('pt', 'payments.realex.settlement', 'Settlement'),
('pt', 'payments.realex.subaccount', 'Subaccount'),
('pt', 'payments.realex.text_status_map', 'Realex to CS-Cart order status conversion map'),
('pt', 'payments.realex.transaction_order_id', 'Transaction Order ID'),
('pt', 'payments.realex.transaction_pasref', 'Transaction PASREF'),
('pt', 'payments.realex.tss_result', 'TSS'),
('pt', 'payments.realex.wrong_card_type', 'This payment is unavailable for this type of credit cards.'),
('pt', 'payments.realex.xid', 'XID'),
('pt', 'payments.rocketgate.avs_mode', 'AVS Mode'),
('pt', 'payments.rocketgate.ignore', 'Ignore'),
('pt', 'payments.rocketgate.scrub_mode', 'SCRUB Mode'),
('pt', 'payments.signin_to_checkout', '<a href=[url]>Cadastre-se</a> para o check out'),
('pt', 'payments_tab1', 'Cartão de crédito'),
('pt', 'payments_tab2', 'Pagamentos de Internet'),
('pt', 'payments_tab3', 'Outras formas de pagamento'),
('pt', 'payment_amount', 'Valor do pagamento'),
('pt', 'payment_category', 'Categoria do pagamento'),
('pt', 'payment_category_note', 'Guias de categorias de pagamento não serão exibidas se todos os pagamentos ativos pertencerem à mesma categoria'),
('pt', 'payment_details', 'Detalhes do pagamento'),
('pt', 'payment_form_url', 'URL do formulário de pagamento'),
('pt', 'payment_id', 'Payment ID'),
('pt', 'payment_info', 'Tipo de pagamento'),
('pt', 'payment_information', 'Informações do pagamento'),
('pt', 'payment_instructions', 'Instruções para o pagamento'),
('pt', 'payment_method', 'Forma de pagamento'),
('pt', 'payment_methods', 'Formas de pagamento'),
('pt', 'payment_method_not_found', 'Payment method not found. It could\'ve been disabled, or a technical problem occurred. Please choose a payment method and try again.'),
('pt', 'payment_processors.category.checkout', 'Checkout'),
('pt', 'payment_processors.category.gateway', 'Gateways'),
('pt', 'payment_processors.category.russian', 'Russian payment methods'),
('pt', 'payment_response_password', 'Senha da resposta do pagamento'),
('pt', 'payment_surcharge', 'Acréscimo'),
('pt', 'payment_type', 'Tipo de pagamento'),
('pt', 'paypal.addon_is_disabled_notice', 'The <b>PayPal payments</b> add-on is disabled so you can\'t configure this payment method.'),
('pt', 'paypal.ipn_transaction_status', 'Transaction status: [status]'),
('pt', 'paypal.show_cart_button', 'Show the \"Checkout with PayPal\" button on the cart contents page'),
('pt', 'paypal_authentication_method', 'Método de autenticação do PayPal'),
('pt', 'paypal_express_notice', 'A merchant ID is required for using <a href=\'https://developer.paypal.com/docs/classic/express-checkout/in-context\' target=\'_blank\'>In-Context Checkout feature</a> within this integration. You can look up your merchant ID by logging into <a href=\'https://www.paypal.com/\' target=\'_blank\'>https://www.paypal.com/</a>. Click the profile icon on the top right side of the page and then select <b>Profile and settings</b> in the <b>Business Profile</b> menu. (If you do not see the profile icon at the top of the page, click <b>Profile</b>, which appears in the top menu when the <b>My Account tab</b> is selected.) Click <b>My business info</b> on the left, and the <b>Merchant account ID</b> is displayed in the list of profile items on the right.'),
('pt', 'paypal_ipn_note', 'A Notificação instantânea de pagamento (IPN) é um serviço que notifica automaticamente os comerciantes sobre eventos relacionados a transações do PayPal.<br>Quando um cliente faz um pedido e escolhe o PayPal como método de pagamento, o pedido recebe o status <b>Aberto</b> .<br>O PayPal então envia mensagens de Notificação de Pagamento Instantâneo que incluem o status da transação. Esse status altera o status do pedido em sua loja de acordo com o mapa de conversão de status.'),
('pt', 'paypal_ipn_transaction_status', 'Transaction status'),
('pt', 'paypal_item_name', 'Nome do item (ou um nome para o carrinho de compras)'),
('pt', 'paypal_logo', 'PayPal logo'),
('pt', 'paypal_sandbox', 'Modo de teste'),
('pt', 'paypal_seamless', 'Usar checkout integrado'),
('pt', 'paypal_security_error', 'Seu pedido não foi realizado: a conta PayPal  do destinatário é incorreta.'),
('pt', 'paypal_use_in_context_checkout', 'Use In-Context Checkout'),
('pt', 'paypal_vendor', 'Vendor'),
('pt', 'pay_by_points', 'Permitir pagamento por pontos'),
('pt', 'pay_from_email', 'E-mail do cliente'),
('pt', 'pay_order_again', 'Permitir que o pedido seja pago novamente'),
('pt', 'pay_to_email', 'Endereço de e-mail do comerciante'),
('pt', 'pdf_documents.activate_notification', 'PDF documents (such as invoices, packing slips, etc.) will now be generated at our cloud service: [service_url]. It works as follows: your store sends an HTML document and receives a PDF copy of it. We do not view, keep, or analyze any of your data that goes through that service.'),
('pt', 'pdf_documents.disable_notification', 'The generation of PDF documents (such as invoices, packing slips, etc.) has been disabled. Your data will no longer go through our cloud service [service_url]. If you\'d like to generate PDF documents without using our cloud service, you\'re welcome to <a href=\"[helpdesk_url]\" target=\"_blank\">contact us via Help Desk</a> or configure it on your own.'),
('pt', 'pending', 'Pendente'),
('pt', 'pending_return', 'Aguardando a aprovação'),
('pt', 'pending_vendor_invitations', 'Pending vendor invitations'),
('pt', 'pending_vendor_invitations_menu_description', 'Manage invitations to your marketplace for potential vendors.'),
('pt', 'per', 'Por [object]'),
('pt', 'percent', 'Porcentagem'),
('pt', 'percentage_discount', 'Percentage discount'),
('pt', 'percent_range', 'Faixa de preço (em % do preço do produto principal)'),
('pt', 'period', 'Período'),
('pt', 'permissions_issue', 'Permissions issue'),
('pt', 'person_name', 'Nome'),
('pt', 'per_item', 'Por Item'),
('pt', 'per_page', 'Por página'),
('pt', 'phone', 'Telefone'),
('pt', 'phone1_label', 'Telefone'),
('pt', 'phone2', 'International'),
('pt', 'phone2_label', 'Intencional'),
('pt', 'phpinfo', 'Informação do PHP'),
('pt', 'php_extension_missing', 'The [extension] PHP extension is not installed on your server'),
('pt', 'pickup', 'Pickup'),
('pt', 'pickup_address', 'Pickup address'),
('pt', 'pickup_avail', 'Pickup avail'),
('pt', 'pickup_destinations_ids', 'Pickup destinations ids'),
('pt', 'pickup_id', 'Pickup ID'),
('pt', 'pickup_phone', 'Pickup phone'),
('pt', 'pickup_point_not_selected', 'Sorry, we couldn\'t determine your pickup point. Please choose a pickup point, so that we know where to deliver your order.'),
('pt', 'pickup_surcharge', 'Pickup surcharge'),
('pt', 'pickup_time', 'Pickup time'),
('pt', 'pick_store', 'Escolha uma loja'),
('pt', 'pie', 'Pizza'),
('pt', 'pie_3d', 'Pizza 3D'),
('pt', 'pixels', 'pixels'),
('pt', 'place_order', 'Realizar pedido'),
('pt', 'placing_order', 'Realizando o pedido'),
('pt', 'plain', 'Limpo'),
('pt', 'plano_anuncio', 'Plano de Anúncio'),
('pt', 'plans', 'Planos'),
('pt', 'platform', 'Plataforma'),
('pt', 'please_be_patient', 'Por favor, seja paciente'),
('pt', 'please_copy_api_key', 'Por favor, copie a chave da API agora e guarde-a em algum lugar. Depois de salvar as alterações, essa chave não aparecerá aqui novamente. Se a chave for perdida, a única maneira de recuperar o acesso à API será gerar uma nova chave nesta página.'),
('pt', 'please_enable_the_add_on_to_see_barcode', 'Ative o add-on para ver um exemplo de código.'),
('pt', 'please_enter_license_here', 'Enter your license number here'),
('pt', 'please_select_one', 'Por favor, selecione uma'),
('pt', 'please_sign_in', 'Inscreva-se'),
('pt', 'points', 'Pontos'),
('pt', 'points_in_use', 'Pontos sendo utilizados'),
('pt', 'points_in_use_lower', 'pontos sendo utilizados'),
('pt', 'points_in_use_lowercase', '[n] ponto de fidelidade em uso | [n] pontos de fidelidade em uso'),
('pt', 'points_lower', 'pontos'),
('pt', 'points_lowercase', '[n] ponto | [n] pontos'),
('pt', 'points_to_use', 'Pontos a utilizar'),
('pt', 'point_payment', 'Pagamento através de pontos'),
('pt', 'point_price', 'Preço em pontos de fidelidade'),
('pt', 'polish', 'Polonês'),
('pt', 'poll', 'Enquete'),
('pt', 'polls', 'Enquetes'),
('pt', 'polls_answers_with_comments', 'Respostas com comentários'),
('pt', 'polls_first_submited', 'Primeira enquete enviada'),
('pt', 'polls_have_completed', 'Você já participou desta enquete.'),
('pt', 'polls_last_submited', 'Última enquete enviada'),
('pt', 'polls_total_completed', 'Número de enquetes completamente preenchidas'),
('pt', 'polls_total_submited', 'Número total enviados a enquete'),
('pt', 'polls_total_votes', 'Total de votos'),
('pt', 'polls_votes', 'Votos'),
('pt', 'poll_footer', 'Rodapé da enquete'),
('pt', 'poll_header', 'Cabeçalho da enquete'),
('pt', 'poll_results', 'Mensagem da enquete'),
('pt', 'poll_results_everybody', 'todos (em uma janela popup)'),
('pt', 'poll_results_nobody', 'ninguém'),
('pt', 'poll_results_voted', 'usuários que votaram'),
('pt', 'poll_show_results', 'Resultados da enquete visíveis para'),
('pt', 'poll_statistics', 'Estatísticas da enquete'),
('pt', 'poor', 'Fraco'),
('pt', 'popularity', 'Popularidade'),
('pt', 'popular_developer', 'Popular developer'),
('pt', 'popup', 'Pop-up'),
('pt', 'popup_larger_image', 'Popup com foto maior'),
('pt', 'portugese', 'Português'),
('pt', 'posid', 'Código do POS'),
('pt', 'position', 'Posição'),
('pt', 'positions_updated', 'As posições dos itens foram atualizadas'),
('pt', 'position_short', 'Ordem'),
('pt', 'postal_mail', 'Correio postal'),
('pt', 'postauth', 'Postauth'),
('pt', 'posted_by', 'Posted by'),
('pt', 'post_description', 'Descrição da postagem'),
('pt', 'post_url', 'URL do post'),
('pt', 'powered_by', 'Feito por'),
('pt', 'po_file', 'Escolha um arquivo no formato PO ou ZIP'),
('pt', 'po_file_is_incorrect', 'PO-file <b>\"[file]\"</b> contains syntax errors or incorrect structure.'),
('pt', 'po_meta_error_validating_lang_code', 'Código de idioma no arquivo PO não coincide com o do idioma atualizado'),
('pt', 'po_number', 'Número do PO'),
('pt', 'pp_currency_is_incorrect', 'Currency used for the payment is different than the order currency.'),
('pt', 'pp_mode', 'Paypal mode'),
('pt', 'pp_product_count_is_incorrect', 'Number of paid items is different than the number of items in the order'),
('pt', 'pp_total_is_incorrect', 'Payment total is different than the order total.'),
('pt', 'preauth', 'Preauth'),
('pt', 'preauthorization', 'Pré-autorização'),
('pt', 'prefix', 'Prefixo'),
('pt', 'preshared_key', 'PreShared Key'),
('pt', 'press_continue_to_recover_password', 'Click <b>Continue</b> to proceed with password change.'),
('pt', 'prev', 'Ant.'),
('pt', 'preview', 'Previsualizar'),
('pt', 'previous', 'Anterior'),
('pt', 'previous_month', 'Mês anterior'),
('pt', 'previous_period', 'Período anterior'),
('pt', 'previous_week', 'Semana anterior'),
('pt', 'previous_year', 'Ano anterior'),
('pt', 'prev_page', 'Anterior'),
('pt', 'pre_moderation', 'Produtos exigem aprovação prévia'),
('pt', 'pre_moderation_edit', 'Aprovar atualizações de informação do produto'),
('pt', 'pre_moderation_edit_vendors', 'Aprovar atualizações do perfil do vendedor'),
('pt', 'price', 'Preço'),
('pt', 'price_decreased', 'Preço reduzido por'),
('pt', 'price_dec_sign_delimiter', 'Separador decimal de preço'),
('pt', 'price_for_all', 'Preço para todos os itens'),
('pt', 'price_includes_tax', 'O preço inclui impostos'),
('pt', 'price_increased', 'Preço aumentado por'),
('pt', 'price_in_points', 'Preço em pontos'),
('pt', 'price_in_points_decreased', 'Preço em pontos foi reduzido em'),
('pt', 'price_in_points_increased', 'Preço em pontos foi aumentado em'),
('pt', 'price_list', 'Lista de preços'),
('pt', 'price_list.text_regenerate', '<p> Se produtos, categorias ou campos selecionados foram adicionados ou alterados, gere novamente a lista de preços: <br /> [buttons]</p> <p> As listas de preços geradas estão disponíveis aqui <br/> [links] </p>'),
('pt', 'price_list.text_select_storefront', 'É necessário selecionar primeiro a frente de loja antes de gerar uma lista de preço.'),
('pt', 'price_list_ziparchive_not_installed', 'É Impossível criar lista de preço em XML. Por favor, adicione suporte a zip em PHP no seu servidor. Siga <a href=\"http://www.php.net/manual/en/zip.installation.php\">http://www.php.net/manual/en/zip.installation.php</a>.'),
('pt', 'price_rate_not_set', 'Price rate was not set.'),
('pt', 'price_summary', 'Resumo do preço'),
('pt', 'pricing_inventory', 'Preços e estoque'),
('pt', 'primary', 'Primário'),
('pt', 'primary_currency', 'Moeda principal'),
('pt', 'printslip_request', 'Solicitações de Etiquetas'),
('pt', 'printslip_request_pending', 'Você irá receber uma notificação quando a etiqueta estiver disponível.'),
('pt', 'print_card', 'Imprimir cartão'),
('pt', 'print_credit_memo', 'Imprimir anotação de crédito'),
('pt', 'print_documents', 'Print documents'),
('pt', 'print_invoice', 'Imprimir pedido'),
('pt', 'print_order_details', 'Imprimir detalhes do pedido'),
('pt', 'print_packing_slip', 'Imprimir etiqueta de despacho'),
('pt', 'print_pdf_credit_memo', 'Imprimir anotação de crédito (PDF)'),
('pt', 'print_pdf_invoice', 'Imprimir pedido (PDF)'),
('pt', 'print_pdf_order_details', 'Imprimir detalhes do pedido (pdf)'),
('pt', 'print_pdf_packing_slip', 'Imprimir etiqueta de despacho (PDF)'),
('pt', 'print_slip', 'Imprimir etiqueta'),
('pt', 'priority', 'Prioridade'),
('pt', 'private', 'Privado'),
('pt', 'private_customer_settings', 'Configurações privadas do cliente'),
('pt', 'private_files', 'Arquivos privados'),
('pt', 'privilege', 'Privilégio'),
('pt', 'privilege.apply_to_all', 'Apply value to all'),
('pt', 'privilege.custom_access', 'Custom access'),
('pt', 'privilege.full_access', 'Full access'),
('pt', 'privilege.no_access', 'No access'),
('pt', 'privilege.view_access', 'Can view only'),
('pt', 'privileges', 'Privilégios'),
('pt', 'privileges.abt__ut2.buy_together.manage', 'AB: \"Buy together\" generator'),
('pt', 'privileges.abt__ut2.settings.manage', 'Manage theme settings'),
('pt', 'privileges.abt__ut2.settings.view', 'View theme settings'),
('pt', 'privileges.ab__cb_manage_banners', 'AB: Manage banners for categories'),
('pt', 'privileges.ab__cb_view_banners', 'AB: View banners for categories'),
('pt', 'privileges.ab__dotd_manage_seodata', 'Manage promotions SEO data'),
('pt', 'privileges.ab__dotd_view_seodata', 'View promotions SEO data'),
('pt', 'privileges.ab__hpd.manage', 'Manage data'),
('pt', 'privileges.ab__hpd.view', 'View help'),
('pt', 'privileges.ab__mb_manage_data', 'Managing motivational data'),
('pt', 'privileges.ab__mb_view_data', 'Viewing motivational data'),
('pt', 'privileges.ab__stt.data.manage', 'Manage button data'),
('pt', 'privileges.ab__stt.data.view', 'View button data'),
('pt', 'privileges.ab__vg_manage_videos', 'Manage videos'),
('pt', 'privileges.ab__vg_view_videos', 'View videos'),
('pt', 'privileges.backup_restore', 'Can manage'),
('pt', 'privileges.change_order_status', 'Can change statuses'),
('pt', 'privileges.create_order', 'Can create'),
('pt', 'privileges.delete_logs', 'Can delete'),
('pt', 'privileges.delete_orders', 'Can delete'),
('pt', 'privileges.edit_blocks', 'Can edit'),
('pt', 'privileges.edit_files', 'Editar arquivos'),
('pt', 'privileges.edit_order', 'Can edit entire order (select other products, payment and shipping methods, customers)'),
('pt', 'privileges.exim_access', 'Can manage'),
('pt', 'privileges.manage_access_restrictions', 'Pode editar'),
('pt', 'privileges.manage_banners', 'Pode editar'),
('pt', 'privileges.manage_call_requests', 'Pode editar'),
('pt', 'privileges.manage_catalog', 'Can edit'),
('pt', 'privileges.manage_cscart_uvdesk', 'Manage UVDesk'),
('pt', 'privileges.manage_currencies', 'Can edit'),
('pt', 'privileges.manage_design', 'Can edit'),
('pt', 'privileges.manage_discussions', 'Can edit'),
('pt', 'privileges.manage_document_templates', 'Can edit'),
('pt', 'privileges.manage_email_marketing', 'Pode editar'),
('pt', 'privileges.manage_email_templates', 'Pode editar'),
('pt', 'privileges.manage_gift_certificates', 'Pode editar'),
('pt', 'privileges.manage_languages', 'Can edit'),
('pt', 'privileges.manage_locations', 'Can edit'),
('pt', 'privileges.manage_newsletters', 'Can edit'),
('pt', 'privileges.manage_order_statuses', 'Can edit'),
('pt', 'privileges.manage_pages', 'Gerencias páginas'),
('pt', 'privileges.manage_payments', 'Can edit'),
('pt', 'privileges.manage_payouts', 'Can edit'),
('pt', 'privileges.manage_product_premoderation', 'Can manage'),
('pt', 'privileges.manage_product_reviews', 'Pode editar'),
('pt', 'privileges.manage_promotions', 'Can edit'),
('pt', 'privileges.manage_providers', 'Pode editar'),
('pt', 'privileges.manage_reports', 'Can edit'),
('pt', 'privileges.manage_reward_points', 'Can edit'),
('pt', 'privileges.manage_rma', 'Can edit'),
('pt', 'privileges.manage_seo_rules', 'Can edit'),
('pt', 'privileges.manage_shipping', 'Can edit'),
('pt', 'privileges.manage_sitemap', 'Can edit'),
('pt', 'privileges.manage_static_data', 'Can edit'),
('pt', 'privileges.manage_storage', 'Can manage'),
('pt', 'privileges.manage_stores', 'Gerenciar lojas'),
('pt', 'privileges.manage_store_locator', 'Can edit'),
('pt', 'privileges.manage_suppliers', 'Pode editar'),
('pt', 'privileges.manage_taxes', 'Can edit'),
('pt', 'privileges.manage_themes', 'Can edit'),
('pt', 'privileges.manage_translation', 'Can edit'),
('pt', 'privileges.manage_usergroups', 'Can edit'),
('pt', 'privileges.manage_users', 'Can edit'),
('pt', 'privileges.manage_vendors', 'Can edit'),
('pt', 'privileges.manage_vendor_communication', 'Editar'),
('pt', 'privileges.manage_vendor_plans', 'Pode editar'),
('pt', 'privileges.update_order_details', 'Can edit minor details (select manager; edit shipments, notes, and tracking number)'),
('pt', 'privileges.update_settings', 'Can edit'),
('pt', 'privileges.upgrade_store', 'Can upgrade'),
('pt', 'privileges.view_banners', 'Pode visualizar'),
('pt', 'privileges.view_call_requests', 'Pode visualizar'),
('pt', 'privileges.view_catalog', 'Can view'),
('pt', 'privileges.view_cscart_uvdesk', 'View UVDesk'),
('pt', 'privileges.view_currencies', 'Can view'),
('pt', 'privileges.view_discussions', 'Can view'),
('pt', 'privileges.view_email_marketing', 'Pode visualizar'),
('pt', 'privileges.view_file_changes', 'Can view'),
('pt', 'privileges.view_languages', 'Can view'),
('pt', 'privileges.view_locations', 'Can view'),
('pt', 'privileges.view_logs', 'Can view'),
('pt', 'privileges.view_newsletters', 'Can view'),
('pt', 'privileges.view_orders', 'Can view'),
('pt', 'privileges.view_pages', 'Can view'),
('pt', 'privileges.view_payments', 'Can view'),
('pt', 'privileges.view_payouts', 'Can view'),
('pt', 'privileges.view_product_reviews', 'Pode ver'),
('pt', 'privileges.view_providers', 'Pode visualizar'),
('pt', 'privileges.view_reports', 'Can view'),
('pt', 'privileges.view_seo_rules', 'Can view'),
('pt', 'privileges.view_settings', 'Can view'),
('pt', 'privileges.view_shipping', 'Can view'),
('pt', 'privileges.view_static_data', 'Can view'),
('pt', 'privileges.view_stores', 'Visualizar lojas'),
('pt', 'privileges.view_store_locator', 'Can view'),
('pt', 'privileges.view_taxes', 'Can view'),
('pt', 'privileges.view_usergroups', 'Can view'),
('pt', 'privileges.view_users', 'Can view'),
('pt', 'privileges.view_vendors', 'Can view'),
('pt', 'privileges.view_vendor_communication', 'Visualizar'),
('pt', 'privileges.view_vendor_plans', 'Pode ver'),
('pt', 'privilege_groups.abt__unitheme2', 'AB: UniTheme2'),
('pt', 'privilege_groups.ab__addons_manager', 'AB: Add-ons Manager'),
('pt', 'privilege_groups.ab__category_banners', 'AB: Banners for categories'),
('pt', 'privilege_groups.ab__deal_of_the_day', 'AB: Product of the day and extended promotions'),
('pt', 'privilege_groups.ab__fast_navigation', 'AB: Fast navigation'),
('pt', 'privilege_groups.ab__hide_product_description', 'AB: Hide the part of the content up to a certain height'),
('pt', 'privilege_groups.ab__landing_categories', 'AB: Landing categories/pages'),
('pt', 'privilege_groups.ab__motivation_block', 'AB: Motivation block'),
('pt', 'privilege_groups.ab__scroll_to_top', 'AB: \"Scroll to top\" button'),
('pt', 'privilege_groups.ab__search_motivation', 'AB: Search motivation'),
('pt', 'privilege_groups.ab__video_gallery', 'AB: Video gallery of the product'),
('pt', 'privilege_groups.access_restrictions', 'Restrições de acesso'),
('pt', 'privilege_groups.admin_communication', 'Centro de mensagens: comunicação do fornecedor para o administrador'),
('pt', 'privilege_groups.backup_restore', 'Backup/Restore'),
('pt', 'privilege_groups.banners', 'Banners'),
('pt', 'privilege_groups.blocks', 'Blocks'),
('pt', 'privilege_groups.blog_and_pages', 'Blog e Páginas'),
('pt', 'privilege_groups.call_requests', 'Pode solicitar'),
('pt', 'privilege_groups.currencies', 'Currencies'),
('pt', 'privilege_groups.design', 'Design'),
('pt', 'privilege_groups.discussions', 'Comentários e avaliações'),
('pt', 'privilege_groups.documents', 'Documentos'),
('pt', 'privilege_groups.edit_on_site', 'Edit content on-site'),
('pt', 'privilege_groups.email_marketing', 'Marketing por email'),
('pt', 'privilege_groups.email_templates', 'Modelos de e-mail'),
('pt', 'privilege_groups.exim', 'Importar e exportar dados'),
('pt', 'privilege_groups.files', 'Files'),
('pt', 'privilege_groups.file_changes', 'Detector de alterações de arquivo'),
('pt', 'privilege_groups.gift_certificates', 'Vales-presente'),
('pt', 'privilege_groups.internal_templates', 'Modelos de notificação no local'),
('pt', 'privilege_groups.languages', 'Languages'),
('pt', 'privilege_groups.locations', 'Rate areas'),
('pt', 'privilege_groups.logs', 'Logs'),
('pt', 'privilege_groups.newsletters', 'Newsletters'),
('pt', 'privilege_groups.notification_settings', 'Notificações'),
('pt', 'privilege_groups.orders', 'Orders'),
('pt', 'privilege_groups.order_communication', 'Central de mensagens: comunicação com o cliente'),
('pt', 'privilege_groups.order_statuses', 'Order statuses'),
('pt', 'privilege_groups.other', 'Other'),
('pt', 'privilege_groups.payments', 'Métodos de Pagamento'),
('pt', 'privilege_groups.products', 'Categories, Products, Features, Filters, Options'),
('pt', 'privilege_groups.product_premoderation', 'Product approval'),
('pt', 'privilege_groups.product_reviews', 'Revisão de produtos'),
('pt', 'privilege_groups.promotions', 'Promotions'),
('pt', 'privilege_groups.reward_points', 'Reward points'),
('pt', 'privilege_groups.rma', 'Return merchandise authorization (RMA)'),
('pt', 'privilege_groups.sales_reports', 'Sales reports'),
('pt', 'privilege_groups.seo', 'SEO'),
('pt', 'privilege_groups.settings', 'Settings'),
('pt', 'privilege_groups.shipping', 'Shipping methods'),
('pt', 'privilege_groups.sitemap', 'Sitemap'),
('pt', 'privilege_groups.social_login', 'Social login'),
('pt', 'privilege_groups.static_data', 'Static data'),
('pt', 'privilege_groups.storage', 'Storage'),
('pt', 'privilege_groups.stores', 'Storefronts'),
('pt', 'privilege_groups.store_locator', 'Store locator'),
('pt', 'privilege_groups.suppliers', 'Fornecedores'),
('pt', 'privilege_groups.taxes', 'Taxes'),
('pt', 'privilege_groups.themes', 'Themes'),
('pt', 'privilege_groups.upgrade_center', 'Upgrade center'),
('pt', 'privilege_groups.users', 'Users'),
('pt', 'privilege_groups.user_groups', 'User groups'),
('pt', 'privilege_groups.vendors', 'Stores'),
('pt', 'privilege_groups.vendor_communication', 'Centro de mensagens: cliente para vendedor'),
('pt', 'privilege_groups.vendor_payouts', 'Contabilidade'),
('pt', 'privilege_groups.vendor_plans', 'Planos de vendedores'),
('pt', 'privilege_sections.ab__addons', 'AB: Add-ons'),
('pt', 'privilege_sections.addons', 'Add-on privileges'),
('pt', 'privilege_sections.administration', 'Administration privileges'),
('pt', 'privilege_sections.cart', 'Carrinho'),
('pt', 'privilege_sections.catalog', 'Catálogo'),
('pt', 'privilege_sections.cms', 'CMS'),
('pt', 'privilege_sections.design', 'Design privileges'),
('pt', 'privilege_sections.marketing', 'Marketing privileges'),
('pt', 'privilege_sections.orders', 'Order privileges'),
('pt', 'privilege_sections.products', 'Product privileges'),
('pt', 'privilege_sections.settings', 'Settings privileges'),
('pt', 'privilege_sections.users', 'Customer privileges'),
('pt', 'privilege_sections.vendors', 'Store privileges'),
('pt', 'privilege_sections.website', 'Website privileges'),
('pt', 'proceed', 'Prosseguir'),
('pt', 'proceed_to_checkout', 'Avançar para o checkout'),
('pt', 'proceed_to_the_next_step', 'Prossiga para a próxima etapa'),
('pt', 'processed', 'Processados'),
('pt', 'processing', 'Processando'),
('pt', 'processing_order', 'Processando pedido'),
('pt', 'processor', 'Processador'),
('pt', 'processor_description_cardsave', 'Merchant Accounts provided by Worldpay Cardsave, <a href=\"http://www.cardsave.net\">www.cardsave.net</a><br/><br/>Email: <a href=\'mailto:ecomm@cardsave.net\'>ecomm@cardsave.net</a>'),
('pt', 'processor_description_p21', '<b>P21 Simple API</b> permite que você aceita pagamentos com cheque. Pacote mais completo do setor de validação de criação  e limpeza de imagem. Com Check 21, você receberá seus fundos dentro do mesmo dia por cheque ou depósito directo. <br/> <br/>Para ativar a opção Check 21, entre em contato pelo e-mail: <a href=\"mailto:support@payment21.com\"> support@payment21.com</a> ou pelo telefone: 1-888-770-0850 (EUA ligação gratuita) ou 0041-71-740-1629 (internacional). <br/> <br/><a href=\"http://www.payment21.com\" target=\"_blank\"> www.payment21.com</a>'),
('pt', 'processor_id', 'Código do processador'),
('pt', 'process_selected', 'Processar selecionados'),
('pt', 'product', 'Produto'),
('pt', 'products', 'Produtos'),
('pt', 'products2', 'Produtos2'),
('pt', 'products_added_to_cart', 'Os produtos foram adicionados ao seu carrinho'),
('pt', 'products_adopted', '[n] product had a new main category assigned to it.|[n] products had a new main category assigned to them.'),
('pt', 'products_amount', 'Quantidade do produto'),
('pt', 'products_approval_status_approved', 'Obrigado por enviar novos produtos. Os seguintes produtos foram aprovados pela administração da loja e adicionados ao catálogo de produtos'),
('pt', 'products_approval_status_changed', 'Seus produtos foram [status]'),
('pt', 'products_approval_status_disapproved', 'Obrigado por enviar novos produtos. Os seguintes produtos foram reprovados pela administração loja'),
('pt', 'products_are_not_selectable_for_context_menu', 'You can not select products that belong to another storefront.'),
('pt', 'products_bar', 'Barra dos produtos'),
('pt', 'products_cost', 'Custo dos produtos'),
('pt', 'products_deprecated', 'Products (Deprecated)'),
('pt', 'products_for_shipment_not_selected', 'Produtos para envio não foram selecionados'),
('pt', 'products_found', 'Produtos encontrados'),
('pt', 'products_grid', 'Grade de produtos'),
('pt', 'products_in', 'Produtos entre'),
('pt', 'products_information', 'Produtos adquiridos'),
('pt', 'products_in_cart', 'Produtos no carrinho'),
('pt', 'products_links_type', 'Tipo de links de produtos'),
('pt', 'products_menu_description', 'Exibir, adicionar e editar produtos que são mostrados aos visitantes da sua loja.'),
('pt', 'products_menu_title', 'Produtos'),
('pt', 'products_moved_to_trash', '[count] products were moved to <a href=\'[url]\' target=\'_blank\'>Trash category</a>'),
('pt', 'products_number_added_to_cart', '<b>[number]</b> products were added to your cart'),
('pt', 'products_required', 'Por favor adicione produto(s)'),
('pt', 'products_stat', 'Estatísticas de produto'),
('pt', 'products_weight', 'Peso de produtos'),
('pt', 'products_were_sent', 'Os produtos foram enviados para você. Segue abaixo as informações do pedido'),
('pt', 'products_without_category', 'Produtos sem categoria'),
('pt', 'products_without_category_description', 'Um produto criado sem categoria durante a importação será colocado nesta categoria.'),
('pt', 'products_without_category_notification_text', 'Alguns dos seus produtos estão sem categoria. Os clientes podem ter dificuldade em encontrá-los.<br /> <a href=\"[url]\" target=\"_blank\">Verifique-os e atribua-lhes uma categoria.</a>'),
('pt', 'product_added_to_cart', 'O produto foi adicionado ao seu carrinho'),
('pt', 'product_added_to_cl', 'The product was added to your Comparison list'),
('pt', 'product_added_to_wl', 'O produto foi adicionado à sua lista de desejos'),
('pt', 'product_approval', 'Aprovação de produto'),
('pt', 'product_approval_menu_description', 'Gerencie produtos individuais ou grupo de produtos fornecidos pelas lojas dos vendedores.'),
('pt', 'product_approval_status_approved', 'Seu produto [product] foi aprovado pela administração da loja e adicionado ao catálogo de produtos. Agora os clientes podem encomendar este produto na loja.'),
('pt', 'product_approval_status_disapproved', 'Seu produto [product] foi reprovado pela administração loja'),
('pt', 'product_availability', 'Product availability'),
('pt', 'product_cannot_be_added', 'O produto não pode ser adicionado ao carrinho. Verificar se todos os arquivos de upload satisfazem as condições necessárias'),
('pt', 'product_code', 'Código do produto'),
('pt', 'product_columns', 'Colunas do produto'),
('pt', 'product_combinations', 'Combinações do produto'),
('pt', 'product_coming_soon', 'Este produto não pode ser adicionado ao carrinho agora. Estará disponível em [avail_date]'),
('pt', 'product_coming_soon_add', 'Este produto será enviado em [avail_date]'),
('pt', 'product_comparison_list', 'Comparison list'),
('pt', 'product_details', 'Página de detalhes do produto'),
('pt', 'product_details_sidebar', 'Product details'),
('pt', 'product_details_tabs', 'Tabs'),
('pt', 'product_details_view', 'Visualização das informações do produto'),
('pt', 'product_disabled_options', 'The product <strong>[product]</strong> has options or option variants that are not available anymore, so it was removed from cart'),
('pt', 'product_feature.feature_style', 'Feature style'),
('pt', 'product_feature.feature_style.brand', 'Brand'),
('pt', 'product_feature.feature_style.checkbox', 'Checkbox'),
('pt', 'product_feature.feature_style.color', 'Cor'),
('pt', 'product_feature.feature_style.dropdown', 'Drop-down list'),
('pt', 'product_feature.feature_style.dropdown_images', 'Fotos'),
('pt', 'product_feature.feature_style.dropdown_labels', 'Text labels'),
('pt', 'product_feature.feature_style.multiple_checkbox', 'Multiple checkboxes'),
('pt', 'product_feature.feature_style.number', 'Number'),
('pt', 'product_feature.feature_style.text', 'Text or number'),
('pt', 'product_feature.filter_style', 'Filter type'),
('pt', 'product_feature.filter_style.checkbox', 'Checkbox'),
('pt', 'product_feature.filter_style.color', 'Cor'),
('pt', 'product_feature.filter_style.date', 'Date selector'),
('pt', 'product_feature.filter_style.slider', 'Number slider'),
('pt', 'product_feature.purpose', 'Purpose'),
('pt', 'product_feature.purpose.describe_product', 'Additional information'),
('pt', 'product_feature.purpose.describe_product.description', 'For cases when you just need to show some information on a product page. There are no filters for this kind of features.'),
('pt', 'product_feature.purpose.find_products', 'Product search via filters'),
('pt', 'product_feature.purpose.find_products.description', 'For a feature that just allows you to specify an additional property of a product (for example, \"Fabric\" for T-shirts). If you create a filter by that feature, customers will see that such a property exists, and will be able to search products by it.'),
('pt', 'product_feature.purpose.group_catalog_item', 'Variations as separate products'),
('pt', 'product_feature.purpose.group_catalog_item.description', 'For cases when a few similar products differ visibly by a feature, and have different names (for example, multiple \"Color\" variants of a T-shirt). These products will appear as separate positions in the catalog. Customers will also be able to select the desired feature value on the product page. To achieve this, <b>set up variations for products with this feature</b>.'),
('pt', 'product_feature.purpose.group_variation_catalog_item', 'Variations as one product'),
('pt', 'product_feature.purpose.group_variation_catalog_item.description', 'For cases when a few similar products differ by a feature, but have the same name and similar appearance (for example, multiple \"Size\" variants of a T-shirt). These products will occupy a single position in the catalog. Customers will be able to select the desired feature value on the product page. To achieve this, <b>set up variations for products with this feature</b>.'),
('pt', 'product_feature.purpose.organize_catalog', 'Brand, author, etc.'),
('pt', 'product_feature.purpose.organize_catalog.description', 'For features like \"Brand\" or \"Manufacturer\" (for most products), \"Performer\" or \"Label\" (for music), \"Author\" or \"Publisher\" (for books), and so on. Every variant of this feature gets its own page with an image, description, and the list of products.'),
('pt', 'product_features_are_not_selectable_for_context_menu', 'You can not select product features that belong to another storefront.'),
('pt', 'product_feature_cannot_assigned', 'O atríbuto \"[feature_name]\" não pode ser designado ao produto \"[product_name]\"'),
('pt', 'product_feature_groups_are_not_selectable_for_context_menu', 'You can not select product feature groups that belong to another storefront.'),
('pt', 'product_fields', 'Campos do produto'),
('pt', 'product_filters_are_not_selectable_for_context_menu', 'You can not select product filters that belong to another storefront.'),
('pt', 'product_groups', 'Grupos de produtos'),
('pt', 'product_id', 'Código do produto'),
('pt', 'product_images', 'Fotos do produto'),
('pt', 'product_info', 'Product info'),
('pt', 'product_inventory', 'Estoque do produto'),
('pt', 'product_in_cart', 'Este produto já está no carrinho'),
('pt', 'product_in_comparison_list', 'This product is already in the comparison list'),
('pt', 'product_in_wishlist', 'Este produto já está na lista de desejo'),
('pt', 'product_must_have_owner_category', 'O produto deve pertencer a uma categoria criada pela empresa proprietária.'),
('pt', 'product_name', 'Nome do produto'),
('pt', 'product_name_added_to_cart', '<b>[product]</b> was added to your cart'),
('pt', 'product_need_age_verification', 'Você deve verificar sua idade para ver este produto.'),
('pt', 'product_notification_subscribed', 'Você se inscreveu nas notificações de estoque do produto'),
('pt', 'product_notification_subscription_error', 'Cannot subscribe for the product in stock notification'),
('pt', 'product_notification_unsubscribed', 'Você retirou sua inscrição nas notificações de estoque do produto'),
('pt', 'product_options', 'Opções do produto'),
('pt', 'product_options_are_not_selectable_for_context_menu', 'You can not select product options that belong to another storefront'),
('pt', 'product_options_forbidden_combination', 'O produto <strong>[product]</strong> tem opções que são incluídas na combinação proibida. O produto foi excluído do carrinho'),
('pt', 'product_option_delimiter', 'Delimitador de opção'),
('pt', 'product_reviews.add_images', 'Adicionar uma foto'),
('pt', 'product_reviews.add_new_review', 'comentários: novo comentário'),
('pt', 'product_reviews.add_reply', 'Adicionar resposta'),
('pt', 'product_reviews.admin_reply', 'Resposta do administrador'),
('pt', 'product_reviews.advantages', 'Vantagens'),
('pt', 'product_reviews.agreement_text_full_add_new_review', '<p>Seu nome aparecerá ao lado de sua avaliação ou comentário, visível para todos. Nós ([company]) também salvamos seu endereço IP como medida de segurança, mas só pode ser visualizado por nossa equipe. Ele permanecerá em nosso sistema até que você retire seu consentimento. Se você deseja que seus dados pessoais sejam removidos, envie um e-mail para [email].</p> <p>Se você acredita que seus dados pessoais foram usados indevidamente, você tem o direito de apresentar uma reclamação a uma autoridade supervisora . Somos obrigados pelo Regulamento Geral de Proteção de Dados da UE a informá-lo sobre esse direito; na verdade, não pretendemos fazer uso indevido de seus dados.</p>'),
('pt', 'product_reviews.agreement_text_short_add_new_review', 'Concordo que meus dados pessoais sejam <u>processados da seguinte forma.</u>'),
('pt', 'product_reviews.and', 'e'),
('pt', 'product_reviews.approve', 'Aprovar'),
('pt', 'product_reviews.approved', 'Aprovado'),
('pt', 'product_reviews.average', 'Média'),
('pt', 'product_reviews.click_to_see_reviews', 'Clique para ver os comentários'),
('pt', 'product_reviews.comment', 'Comentário'),
('pt', 'product_reviews.comments', 'Comentários'),
('pt', 'product_reviews.comments_and_reviews', 'Comentários e avaliações'),
('pt', 'product_reviews.comment_by', 'Comentário de'),
('pt', 'product_reviews.company_reply', '[company_name] responder'),
('pt', 'product_reviews.copy_old_reviews_notice', '<h4 class=\"subheader hand\" data-toggle=\"collapse\" data-target=\"#collapsable_addon_product_reviews_notice\">Copiar resenhas do complemento \"Comentários e resenhas\"<span class=\"icon-caret-down\"></ span></h4><div id=\"collapsable_addon_product_reviews_notice\" class=\"in collapse\" style=\"height: auto;\"><ol><li>Somente as resenhas que tenham uma pontuação e um comentário do usuário serão copiadas. Acesse seus produtos e marque a configuração \\“Avaliações\" na guia \"Complementos\". Talvez seja necessário permitir a comunicação e a classificação primeiro.</li><li>Uma avaliação sem pontuação ou comentário não será copiado. Para transferi-lo, você deve primeiro adicionar manualmente a pontuação ou comentário ausente editando o comentário.</li><li>Enquanto o antigo complemento \"Comentários e comentários\" estiver instalado, os comentários não serão removidos Dessa forma, você pode optar por mudar para \"Revisões de produtos\" sempre que todas as suas avaliações estiverem prontas.</li><li>Se você precisar copiar as avaliações do complemento antigo novamente no futuro, basta desinstalá-las e reinstale o complemento \"Comentários de produtos\". Isso removerá todos os comentários do banco de dados e você poderá importar os comentários do complemento \"Comentários e comentários\" novamente.</li></ol ><a class=\"cm-post btn btn-primary\" href=\"[url]\">Copiar análises de produtos</a></div>'),
('pt', 'product_reviews.copy_old_reviews_warning', 'Você tem avaliações de produtos no antigo complemento \"Comentários e avaliações\". Enquanto esse complemento estiver instalado, você poderá copiar essas avaliações para o novo complemento \"Avaliações de produtos\" <a class=\"cm-post\" href=\"[url]\">nas configurações</a> .'),
('pt', 'product_reviews.customer_photos', 'Fotos do cliente'),
('pt', 'product_reviews.date', 'Data'),
('pt', 'product_reviews.disabled', 'Desabilitado'),
('pt', 'product_reviews.disadvantages', 'Desvantagens'),
('pt', 'product_reviews.disapprove', 'Reprovar'),
('pt', 'product_reviews.error_already_posted', 'Você já postou nesta avaliação'),
('pt', 'product_reviews.event.new_post', 'Nova avaliação postada'),
('pt', 'product_reviews.event.new_post.message', 'Uma nova avaliação foi publicada para o produto [product]. Clique nesta notificação para ver a revisão.'),
('pt', 'product_reviews.event.new_post.title', 'Nova avaliação postada para um produto'),
('pt', 'product_reviews.event.new_reply', 'Nova resposta foi adicionada à revisão'),
('pt', 'product_reviews.excellent', 'Excelente!'),
('pt', 'product_reviews.fair', 'Justo'),
('pt', 'product_reviews.first_and_last_name', 'Primeiro e último nome'),
('pt', 'product_reviews.five_star_icon', '★★★★★'),
('pt', 'product_reviews.four_star_icon', '★★★★'),
('pt', 'product_reviews.gdpr_reviews_data', 'Personal data from reviews'),
('pt', 'product_reviews.helpfulness', 'Helpfulness'),
('pt', 'product_reviews.hide_name', 'Hide my name in the review'),
('pt', 'product_reviews.latest_reviews', 'Latest reviews'),
('pt', 'product_reviews.manager', 'Comments and reviews'),
('pt', 'product_reviews.max_number_image_message', 'A review can have up to [max_image_number] images.'),
('pt', 'product_reviews.menu_title', 'Reviews'),
('pt', 'product_reviews.menu_title_menu_description', 'Customer reviews on products'),
('pt', 'product_reviews.moderation_rules', 'Before submitting a review, make sure that it does not violate the moderation rules: it does not contain links to third-party resources and insults.'),
('pt', 'product_reviews.not_approved', 'Not approved'),
('pt', 'product_reviews.no_reviews_found', 'No reviews found'),
('pt', 'product_reviews.n_reviews', 'review|reviews'),
('pt', 'product_reviews.n_stars', '[n] star|[n] stars'),
('pt', 'product_reviews.one_star_icon', '★'),
('pt', 'product_reviews.out_of_five', 'de 5'),
('pt', 'product_reviews.please_log_in_to_write_a_review', 'Please sign in to write a review'),
('pt', 'product_reviews.poor', 'Poor'),
('pt', 'product_reviews.product_details', 'Product details'),
('pt', 'product_reviews.product_is_rated_n_out_of_five_stars', 'O produto é avaliado [n] de 5 estrelas'),
('pt', 'product_reviews.product_reviews', 'Product reviews'),
('pt', 'product_reviews.rating', 'Rating'),
('pt', 'product_reviews.rating_4_and_up', 'Rating 4+'),
('pt', 'product_reviews.reply', 'Reply'),
('pt', 'product_reviews.review', 'Review'),
('pt', 'product_reviews.reviews', 'Reviews: [n]'),
('pt', 'product_reviews.reviews_lower', 'reviews'),
('pt', 'product_reviews.review_status', 'Review status'),
('pt', 'product_reviews.review_this_product', 'Review this product'),
('pt', 'product_reviews.review_this_product_description', 'Share your thoughts with other customers'),
('pt', 'product_reviews.scroll_to_reviews', 'Scroll to reviews'),
('pt', 'product_reviews.scroll_to_review_images', 'Scroll to review images'),
('pt', 'product_reviews.show_n_reviews', 'Show [n] review|Show [n] reviews'),
('pt', 'product_reviews.show_rating', 'Show review rating'),
('pt', 'product_reviews.show_review', 'Show review'),
('pt', 'product_reviews.show_reviews', 'Show reviews'),
('pt', 'product_reviews.show_review_images', 'Show review images'),
('pt', 'product_reviews.split_reviews_for_variations_as_separate_products', 'Divida as avaliações por variações como produtos diferentes'),
('pt', 'product_reviews.star', 'star'),
('pt', 'product_reviews.stars', 'stars'),
('pt', 'product_reviews.submit_review', 'Submit review'),
('pt', 'product_reviews.terms_and_conditions_content', '<p>Please read these Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before using the <a href=\"http://www.mywebsite.com\">http://www.mywebsite.com</a> website and the My Mobile App mobile application (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").</p><p><strong>By accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong></p><p><strong>Purchases</strong></p><p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase including, without limitation, your ...</p><p><strong>Content</strong></p><p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\"). You are responsible for the ...</p><p><strong>Changes</strong></p><p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.</p><p><strong>Contact Us</strong></p><p>If you have any questions about these Terms, please contact us.</p>'),
('pt', 'product_reviews.terms_n_conditions', 'Select this check box to accept the [terms_href]'),
('pt', 'product_reviews.terms_n_conditions_name', 'Terms and Conditions');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('pt', 'product_reviews.text_approval_notice', 'This review needs approving'),
('pt', 'product_reviews.text_new_post_notification', 'This is a notification of a new post to product'),
('pt', 'product_reviews.text_new_reply_notification', 'This is a notification of a new reply to your product review'),
('pt', 'product_reviews.text_review_pended', 'Your review will be checked before it gets published.'),
('pt', 'product_reviews.text_thank_you_for_post', 'Thank you for your post'),
('pt', 'product_reviews.text_thank_you_for_review', 'Thank you for your review'),
('pt', 'product_reviews.three_star_icon', '★★★'),
('pt', 'product_reviews.title', 'Reviews'),
('pt', 'product_reviews.title_giftreg', 'Guestbook'),
('pt', 'product_reviews.two_star_icon', '★★'),
('pt', 'product_reviews.type_message', 'Type a message...'),
('pt', 'product_reviews.update_reply', 'Update reply'),
('pt', 'product_reviews.uploader_drop_zone_description', 'Drop images here'),
('pt', 'product_reviews.uploader_drop_zone_info', 'Photo up to [max_size]'),
('pt', 'product_reviews.use_for_reviews', 'Comments and reviews forms'),
('pt', 'product_reviews.vendor', 'Vendor'),
('pt', 'product_reviews.vendor_reply', 'Vendor reply'),
('pt', 'product_reviews.verified_purchase', 'Verified purchase'),
('pt', 'product_reviews.very_good', 'Very Good'),
('pt', 'product_reviews.vote_down', 'Vote down'),
('pt', 'product_reviews.vote_up', 'Vote up'),
('pt', 'product_reviews.without_photo', 'Without photo'),
('pt', 'product_reviews.with_photo', 'With photo'),
('pt', 'product_reviews.write_review', 'Write a review'),
('pt', 'product_reviews.write_review_anonymously', 'Write your review anonymously'),
('pt', 'product_reviews.write_your_review', 'Write your review'),
('pt', 'product_reviews.your_rating', 'Your rating'),
('pt', 'product_reviews.you_have_to_buy_product_before_writing_review', 'You can\'t write a review for this product. Customers can write reviews only for the products they bought. If you actually bought this product from us, but are still seeing this message, please contact us.'),
('pt', 'product_s', 'Produto(s)'),
('pt', 'product_state_description.mve', '<p>You\'ve activated your [product]. You can use it without time restrictions now. For advanced features (such as separate checkout for each vendor, and vendor-created promotions), get the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus license.</a> To use multiple domains for your marketplace, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br>'),
('pt', 'product_state_description.mve.enterprise', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('pt', 'product_state_description.mve.new', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('pt', 'product_state_description.mve.plus', '<p>Access to all the functionality, except for multiple storefronts. To have domains for specific audiences, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br />'),
('pt', 'product_state_description.mve.ru', '<p>You\'ve activated your [product]. You can use it without time restrictions now. For advanced features (such as separate checkout for each vendor, and vendor-created promotions), get the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus license.</a> To use multiple domains for your marketplace, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br>'),
('pt', 'product_state_description.mve.ru.enterprise', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('pt', 'product_state_description.mve.ru.new', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p> <br />'),
('pt', 'product_state_description.mve.ru.plus', '<p>Access to all the functionality, except for multiple storefronts. To have domains for specific audiences, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br />'),
('pt', 'product_state_description.mve.ru.ultimate', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('pt', 'product_state_description.mve.ultimate', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('pt', 'product_state_description.ult', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('pt', 'product_state_description.ult.b2b', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('pt', 'product_state_description.ult.b2b.enterprise', '<p>You can use the software without time restrictions now.</p><br>'),
('pt', 'product_state_description.ult.b2b.new', '<p>You can use one of these licenses: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> or <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Both licenses allow you to use [product] without time restrictions.</p><br>'),
('pt', 'product_state_description.ult.b2b.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('pt', 'product_state_description.ult.enterprise', '<p>You can use the software without time restrictions now.</p><br>'),
('pt', 'product_state_description.ult.new', '<p>You can use one of these licenses: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> or <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Both licenses allow you to use [product] without time restrictions.</p><br>'),
('pt', 'product_state_description.ult.ru', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('pt', 'product_state_description.ult.ru.enterprise', '<p>You can use the software without time restrictions now.</p><br>'),
('pt', 'product_state_description.ult.ru.new', '<p>You can use one of these licenses: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> or <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Both licenses allow you to use [product] without time restrictions.</p><br>'),
('pt', 'product_state_description.ult.ru.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('pt', 'product_state_description.ult.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('pt', 'product_subscriptions', 'Assinaturas de produto'),
('pt', 'product_summary', 'Resumo do produto'),
('pt', 'product_tabs', 'Abas'),
('pt', 'product_type', 'Tipo do produto'),
('pt', 'product_url', 'Product URL'),
('pt', 'product_variations.add_all_variants', 'Add all variants'),
('pt', 'product_variations.add_variations', 'Adicionar variação'),
('pt', 'product_variations.add_variations_description', 'Add variations to generate a group of similar products that differ in color, size, etc. Or add this product to an existing group by entering the group code.'),
('pt', 'product_variations.allow_own_features_setting_changing', 'You\'ve disabled the <b>Allow own feature values for child variations</b> setting. Please export <a href=\"[url]\">all your default variations</a> (use \"Export found products\" in the gear button) and reimport them. This will apply their feature values to existing child variations.'),
('pt', 'product_variations.allow_own_images_setting_changing', 'You\'ve disabled the <b>Allow own images for child variations</b> setting. Please export <a href=\"[url]\">all your default variations</a> (use \"Export found products\" in the gear button) and reimport them. This will apply their images to existing child variations.'),
('pt', 'product_variations.belongs_to_catalog_item', 'Belongs to catalog item:'),
('pt', 'product_variations.cant_edit_feature_categories', 'Couldn\'t assign feature to categories or a feature group. Some variations use this feature and aren\'t in the categories you tried to assign. Please delete <a href=\"[href]\">these products</a>, or disband their variation groups, or assign them to the same categories as feature or feature group, and try again.'),
('pt', 'product_variations.converter.features.list.hint', 'Below you\'ll find the list of features and feature variants that will be created during the conversion.'),
('pt', 'product_variations.converter.features.list.title', 'Features and feature variants'),
('pt', 'product_variations.converter.features.merge', 'Merge selected'),
('pt', 'product_variations.converter.features.unmerge', 'Split'),
('pt', 'product_variations.converter.progress.combinations.error', 'Couldn\'t convert option combination \"[combination]\" of product \"[product]\"'),
('pt', 'product_variations.converter.progress.combinations.title', 'Converting option combinations'),
('pt', 'product_variations.converter.progress.configurable_products.error', 'Couldn\'t convert product \"[product]\"'),
('pt', 'product_variations.converter.progress.configurable_products.title', 'Converting configurable products'),
('pt', 'product_variations.converter.progress.errors', 'Erros'),
('pt', 'product_variations.converter.progress.features.error', 'Couldn\'t create feature \"[feature]\"'),
('pt', 'product_variations.converter.progress.features.title', 'Creating features'),
('pt', 'product_variations.converter.progress.products_with_combinations.error', 'Couldn\'t convert product \"[product]\"'),
('pt', 'product_variations.converter.progress.products_with_combinations.error_with_reason', 'Couldn\'t convert product \"[product]\". Reason: [error]'),
('pt', 'product_variations.converter.progress.products_with_combinations.no_available_combinations', 'Product doesn\'t have any option combinations.'),
('pt', 'product_variations.converter.progress.products_with_combinations.only_one_combination', 'A product with only one available option combination can\'t be converted to a variation. It will work properly even without conversion.'),
('pt', 'product_variations.converter.progress.products_with_combinations.title', 'Converting products with option combinations'),
('pt', 'product_variations.converter.progress.result.combinations_count', 'Number of converted option combinations:'),
('pt', 'product_variations.converter.progress.result.configurable_products_count', 'Number of converted configurable products:'),
('pt', 'product_variations.converter.progress.result.go_on_products', 'Go to products'),
('pt', 'product_variations.converter.progress.result.products_with_combinations_count', 'Number of converted products with option combinations:'),
('pt', 'product_variations.converter.progress.result.title', 'Conversion results'),
('pt', 'product_variations.converter.progress.result.variations_count', 'Number of converted variations:'),
('pt', 'product_variations.converter.progress.variations.error', 'Couldn\'t convert product \"[product]\"'),
('pt', 'product_variations.converter.progress.variations.title', 'Converting variations'),
('pt', 'product_variations.converter.progress.wait_another_process', 'Please wait while another process will be complete'),
('pt', 'product_variations.converter.result.problems_encountered', 'Some of the products couldn\'t be converted. This is not a standard situation and wasn\'t supposed to happen. There are several ways to address it:<ul><li>Check the products that couldn\'t be converted and configure them manually.</li><li>Contact our technical support via Help Desk, and we\'ll see why products weren\'t converted and what can be done about it.</li></ul>'),
('pt', 'product_variations.converter.view.combinations_count', 'Number of option combinations found:'),
('pt', 'product_variations.converter.view.configurable_products_count', 'Number of configurable products found:'),
('pt', 'product_variations.converter.view.no_data', 'No data for conversion found: it appears that your store doesn\'t have option combinations or product variations.'),
('pt', 'product_variations.converter.view.products_with_combinations_count', 'Number of products with option combinations found:'),
('pt', 'product_variations.converter.view.title', 'Converting products into variations'),
('pt', 'product_variations.converter.view.variations_count', 'Number of product variations found:'),
('pt', 'product_variations.create_new', 'Criar novo produto'),
('pt', 'product_variations.delete', 'Disband group'),
('pt', 'product_variations.delete_product', 'Delete product'),
('pt', 'product_variations.edit_features', 'Edit features'),
('pt', 'product_variations.error.cannot_mark_main_product_child_product', 'Product #[product_id] in group \"[group_code]\" isn\'t a variation, so it can\'t become default for a catalog item'),
('pt', 'product_variations.error.features_is_empty', 'Features couldn\'t be found'),
('pt', 'product_variations.error.feature_combination_is_invalid_for_product', 'Wrong combination of features for product #[product_id] \"[product]\"'),
('pt', 'product_variations.error.generate_combinations_is_empty', 'Couldn\'t generate variations. Please specify the values of features to generate variations.'),
('pt', 'product_variations.error.generate_products_is_empty', 'Nenhum produto novo foi criado'),
('pt', 'product_variations.error.group_code_is_duplicate', 'The specified variation group code is already in use'),
('pt', 'product_variations.error.group_code_is_invalid', 'Couldn\'t set this code for variation group. A group code can contain only digits, Latin characters, and the following signs: \"-\" and \"_\"'),
('pt', 'product_variations.error.group_code_is_required', 'Variation group code must be specified'),
('pt', 'product_variations.error.group_not_found', 'Variation group #[id] not found'),
('pt', 'product_variations.error.group_not_found_by_product', 'Couldn\'t find variation group for #[product_id] \"[product]\"'),
('pt', 'product_variations.error.not_available_feature_purpose', 'Couldn\'t create variation group based on these features; please use the features with the purpose that is eligible for creating variations (group_catalog_item or group_variation_catalog_item).'),
('pt', 'product_variations.error.no_available_products', 'No suitable products were found'),
('pt', 'product_variations.error.product_company_does_not_match_to_group_company.mve', 'Product #[product_id] \"[product]\" can\'t be added to the variation group because all products in a variation group must belong to the same vendor.'),
('pt', 'product_variations.error.product_company_does_not_match_to_group_company.ult', 'Product #[product_id] \"[product]\" can\'t be added to the variation group because all products in a variation group must belong to the same storefront.'),
('pt', 'product_variations.error.product_has_not_required_features', 'Product #[product_id] \"[product]\" doesn\'t have the required features to become a variation. Please set feature values for that product.'),
('pt', 'product_variations.error.product_ids_empty', 'Products couldn\'t be found'),
('pt', 'product_variations.error.product_not_found', 'Product #[product_id] not found'),
('pt', 'product_variations.error.product_not_found_in_group', 'Product #[product_id] not found in variation group \"[group_code]\"'),
('pt', 'product_variations.error.product_with_features_combination_exits', 'Product #[product_id] \"[product]\" has the exact same combination of feature values as a variation that already exists in the group.'),
('pt', 'product_variations.exim.result_notice', 'Data is imported successfully.<br />New products - <b>[new]</b>;<br />Updated products - <b>[exist]</b>;<br />Skipped products - <b>[skipped]</b>;<br />Total - <b>[total]</b>;<br />Created variations - <b>[variation_created]</b>;<br />Updated variations - <b>[variation_updated]</b>;<br />Disbanded variations - <b>[variation_removed]</b>.'),
('pt', 'product_variations.feature_can_be_deleted', 'Couldn\'t delete a feature or its variant because at least one variation group is based on it. Please delete <a href=\"[href]\">these products</a> or disband their product groups, and try again.'),
('pt', 'product_variations.feature_used_by_variation_group.tooltip', 'This feature is used by variation group [code]. To choose a different value of this feature for a product, switch to the \"Variations\" tab of the product editing page. New values can be added on the feature editing page.'),
('pt', 'product_variations.generator.create_btn', 'Create [n] variation|Create [n] variations'),
('pt', 'product_variations.generator.features.placeholder', 'Search for features that can generate variations'),
('pt', 'product_variations.generator.feature_variants.add_all_variants', 'Add all variants'),
('pt', 'product_variations.generator.feature_variants.placeholder', 'Type to search'),
('pt', 'product_variations.generator.table.title', 'Modify the variations to be created:'),
('pt', 'product_variations.generator.warning.new_features_add', 'You can add a new feature if you disband the group in the actions menu and create variations again.'),
('pt', 'product_variations.group_code', 'Variation group'),
('pt', 'product_variations.group_code.description', 'Use the group code on a product editing page or during import to add the product to this group as a variation. A group code can contain only digits, Latin characters, and the following signs: \"-\" and \"_\".'),
('pt', 'product_variations.group_code.link', 'Add to variation group'),
('pt', 'product_variations.group_code.link.description', 'Select the code of the group to which this product will be added as a variation. If the desired variation group doesn\'t appear among suggestions, please make sure that you have specified the value for every feature that defines the group.'),
('pt', 'product_variations.group_code.placeholder', 'Set custom group code here'),
('pt', 'product_variations.hide_add_to_wishlist_button', 'Hide add to wish list button'),
('pt', 'product_variations.link_existing', 'Use existing products'),
('pt', 'product_variations.manage', 'Manage variations'),
('pt', 'product_variations.mark_main_product', 'Set as default variation'),
('pt', 'product_variations.notice.is_old_product_variation', 'This product is an old variation that hasn\'t been converted yet. To make it work as before the upgrade, <a href=\"[convert_url]\">convert old variations to new variations</a>.'),
('pt', 'product_variations.notice.old_product_variations_exists', 'Your store still has old product variations. They currently appear as separate products, without the ability to switch between them. To make them work as before the upgrade, <a href=\"[convert_url]\">convert old variations to new variations</a>. It\'s easy and automatic.'),
('pt', 'product_variations.no_available_features', 'This product doesn\'t have features that allow grouping products. Please make sure that:<ol><li>You have created at least one feature with <b>Purpose:</b> <i>Variations as separate products</i> or <i>Variations as one product</i>.</li><li>You have specified the value of that feature for the product.</li></ol>'),
('pt', 'product_variations.product_type', 'Tipo do produto'),
('pt', 'product_variations.product_type.catalog_item', 'Catalog item'),
('pt', 'product_variations.product_type.variation_of_catalog_item', 'Variation of a catalog item'),
('pt', 'product_variations.remove_variation', 'Remove variation from group'),
('pt', 'product_variations.select_variation', 'Select a Variation'),
('pt', 'product_variations.show_product_code', 'Mostrar código do produto'),
('pt', 'product_variations.show_variation_thumbnails', 'Show variation thumbnails'),
('pt', 'product_variations.too_many_combinations', 'Sorry, there are too many possible variations that can be generated. To prevent heavy load, we won\'t display them here. Please create the products with the right feature values manually or via import, and add them to the group.'),
('pt', 'product_variations.upgrade_notification.convert_combination_message', '<p>In the upcoming version 4.12.1, product variations will fully replace option combinations. The code that handles option combinations will be removed. Please note that ONLY <a href=\"https://docs.cs-cart.com/4.11.x/user_guide/manage_products/options/option_combinations.html\" target=\"_blank\">option combinations</a> and their code will be removed. <a href=\"https://docs.cs-cart.com/4.11.x/user_guide/manage_products/options/index.html\" target=\"_blank\">Options</a> themselves will remain exactly as they are now.</p><p>Your store still has option combinations. That\'s why we ask you to convert option combinations into product variations. The process is mostly automatic. We only ask your input to make sure that everything goes smoothly and according to your expectations.</p><p><a href=\"[convert_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Convert option combinations</a></p>'),
('pt', 'product_variations.upgrade_notification.convert_combination_message_without_variations', '<p>In the upcoming version 4.12.1, product variations will fully replace option combinations. The code that handles option combinations will be removed. Please note that ONLY <a href=\"https://docs.cs-cart.com/4.11.x/user_guide/manage_products/options/option_combinations.html\" target=\"_blank\">option combinations</a> and their code will be removed. <a href=\"https://docs.cs-cart.com/4.11.x/user_guide/manage_products/options/index.html\" target=\"_blank\">Options</a> themselves will remain exactly as they are now.</p><p>Your store still has option combinations. That\'s why we ask you to convert option combinations into product variations. The process is mostly automatic. We only ask your input to make sure that everything goes smoothly and according to your expectations.</p><p>However, the Product Variations add-on isn\'t active in your store yet. You\'ll need to install or enable it first, and run the conversion.</p><p><a href=\"[search_for_addon]\" target=\"_blank\" class=\"btn btn-large\">1. Activate the add-on</a> <a href=\"[convert_url]\" target=\"_blank\" class=\"btn btn-large\">2. Convert option combinations</a></p>'),
('pt', 'product_variations.upgrade_notification.convert_combination_title', 'Convert option combinations to product variations'),
('pt', 'product_variations.upgrade_notification.convert_variations_message', '<p>Product variations in version 4.10.1 are more powerful than ever. They can now occupy separate positions in the catalog, be filtered and imported easily. To achieve this, we remade variations from scratch. They are now based on features instead of options.</p><p><b>We have disabled the old variations in your store, because they won’t work until they are converted.</b> The conversion is automatic, we just need your consent. Please check what we plan to do, and convert variations to use features.</p><p><a href=\"[convert_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check and convert variations</a> <a href=\"https://docs.cs-cart.com/4.10.x/user_guide/manage_products/products/product_variations.html\" target=\"_blank\" class=\"btn btn-large\">Learn more about variations</a></p>'),
('pt', 'product_variations.upgrade_notification.convert_variations_title', 'Convert product variations to use features'),
('pt', 'product_variations.variations', 'Variação'),
('pt', 'product_variations.variations_filling', 'Variations'),
('pt', 'product_variations.variations_list', 'Variations'),
('pt', 'product_variations.variations_list_block_name', 'Lista de variações'),
('pt', 'product_variations.variations_list_tab_name', 'Ver todas opções deste item'),
('pt', 'product_variations.variations_naming_strategy.key_value', 'Cor: Vermelho, Tamanho: Pequeno'),
('pt', 'product_variations.variations_naming_strategy.value', 'Red, Small'),
('pt', 'product_variations.variation_of_product', 'Variation of catalog item <a href=\"[url]\">[product]</a>'),
('pt', 'product_variations.warning.before_edit_variations_save_product', 'Before you can edit variations, please save the product.'),
('pt', 'profile', 'Perfil'),
('pt', 'profiles', 'Perfis'),
('pt', 'profile_activated', 'Account activated'),
('pt', 'profile_deactivated', 'Account deactivated'),
('pt', 'profile_details', 'Cadastro'),
('pt', 'profile_fields', 'Campos do cadastro'),
('pt', 'profile_fields_menu_description', 'Permite configurar os campos exibidos durante o cadastro.'),
('pt', 'profile_field_contains_information', 'Сouldn\'t change the field type: someone has already submitted data in this field.'),
('pt', 'profile_field_name', 'Field name'),
('pt', 'profile_field_name_tooltip', 'A character sequence that serves as an identifier. You can use figures from 0 to 9, symbols of the English alphabet and \"_\" sign.'),
('pt', 'profile_info', 'Informações do cadastro'),
('pt', 'profile_name', 'Nome do perfil'),
('pt', 'profile_type', 'Profile type'),
('pt', 'profile_types_section_seller', 'Informação do vendedor'),
('pt', 'profile_types_section_user', 'Clientes e administradores'),
('pt', 'project_id', 'Código do projeto'),
('pt', 'project_password', 'Senha do projeto'),
('pt', 'prolongate_download_key', 'Permitir o acesso ao download até'),
('pt', 'promotion', 'Promoção'),
('pt', 'promotions', 'Promoções'),
('pt', 'promotions.cond_all', 'todos'),
('pt', 'promotions.cond_any', 'qualquer'),
('pt', 'promotions.cond_false', 'falso'),
('pt', 'promotions.cond_true', 'verdadeiro'),
('pt', 'promotions_menu_description', 'Promover bens e oferecem bônus baseando em associações de clientes.'),
('pt', 'promotion_bonus_discount_on_categories', 'Desconto em todos os produtos nas categorias'),
('pt', 'promotion_bonus_discount_on_products', 'Desconto em produtos'),
('pt', 'promotion_bonus_free_products', 'Produtos gratuitos'),
('pt', 'promotion_bonus_free_shipping', 'Frete grátis'),
('pt', 'promotion_bonus_gift_certificate', 'Vale-presente'),
('pt', 'promotion_bonus_give_coupon', 'Dar cupom'),
('pt', 'promotion_bonus_give_points', 'Dar pontos'),
('pt', 'promotion_bonus_give_usergroup', 'Dar ao grupo de usuário'),
('pt', 'promotion_bonus_order_discount', 'Desconto do pedido'),
('pt', 'promotion_bonus_product_discount', 'Desconto de produto'),
('pt', 'promotion_cond_auto_coupons', 'Códigos de cupom gerado automaticamente'),
('pt', 'promotion_cond_birthday', 'Aniversário'),
('pt', 'promotion_cond_categories', 'Categorias'),
('pt', 'promotion_cond_country', 'País do cliente (entrega)'),
('pt', 'promotion_cond_coupon_code', 'Código do cupom'),
('pt', 'promotion_cond_feature', 'Característica do produto'),
('pt', 'promotion_cond_number_of_usages', 'Número de usos'),
('pt', 'promotion_cond_once_per_customer', 'Uma vez por cliente'),
('pt', 'promotion_cond_payment', 'Forma de pagamento'),
('pt', 'promotion_cond_price', 'Preço do produto'),
('pt', 'promotion_cond_products', 'Produtos'),
('pt', 'promotion_cond_products_number', 'Total de produtos no carrinho'),
('pt', 'promotion_cond_purchased_products', 'Produtos comprados'),
('pt', 'promotion_cond_reward_points', 'Pontos no cadastro do usuário'),
('pt', 'promotion_cond_shipping', 'Shipping methods'),
('pt', 'promotion_cond_state', 'Estado do cliente (entrega)'),
('pt', 'promotion_cond_subscribed', 'Customer is subscribed'),
('pt', 'promotion_cond_subtotal', 'Subtotal do pedido'),
('pt', 'promotion_cond_total', 'Total'),
('pt', 'promotion_cond_total_weight', 'Peso total dos produtos no carrinho'),
('pt', 'promotion_cond_usergroup', 'Grupos de usuários'),
('pt', 'promotion_cond_users', 'Usuários'),
('pt', 'promotion_cond_zip_postal_code', 'CEP do cliente (endereço de entrega)'),
('pt', 'promotion_op_amount', 'quantidade'),
('pt', 'promotion_op_cont', 'contém'),
('pt', 'promotion_op_eq', 'igual'),
('pt', 'promotion_op_gt', 'maior'),
('pt', 'promotion_op_gte', 'igual ou maior'),
('pt', 'promotion_op_in', 'em'),
('pt', 'promotion_op_lt', 'menos'),
('pt', 'promotion_op_lte', 'igual ou menor'),
('pt', 'promotion_op_ncont', 'Não contém'),
('pt', 'promotion_op_neq', 'Não igual'),
('pt', 'promotion_op_nin', 'Não está em'),
('pt', 'promo_code', 'Código promocional'),
('pt', 'promo_code_or_certificate', 'Vale-presente ou código promocional'),
('pt', 'promo_text', 'Texto promocional'),
('pt', 'properties', 'Configurações'),
('pt', 'protection_eligibility', 'Protection eligibility'),
('pt', 'provider', 'Provedor'),
('pt', 'pspid', 'PSPID'),
('pt', 'public', 'Público'),
('pt', 'public_files', 'Arquivos públicos'),
('pt', 'public_key', 'Chave pública'),
('pt', 'purchased', 'Comprado'),
('pt', 'purchased_in_orders', 'Comprado nos pedidos'),
('pt', 'purchased_qty', 'Quantidade adquirida'),
('pt', 'purchasers_name', 'De'),
('pt', 'purchase_gift_certificate', 'Comprar vale-presente'),
('pt', 'purpose', 'Purpose'),
('pt', 'qty', 'Quantidade'),
('pt', 'qty_discounts', 'Descontos por quantidade'),
('pt', 'qty_discount_type_tooltip', 'Quantidade fixa/Porcentagem para ser retirado do preço'),
('pt', 'quantity', 'Quantidade'),
('pt', 'quantity_step', 'Quantidade em incrementos de'),
('pt', 'query', 'Query'),
('pt', 'questions', 'Perguntas'),
('pt', 'question_text', 'Texto da pergunta'),
('pt', 'quick_checkout', 'Check-out rápido'),
('pt', 'quick_links', 'Links rápidos'),
('pt', 'quick_menu', 'Menu de início rápido'),
('pt', 'quick_product_viewer', 'Visualizador rápido de produto'),
('pt', 'quick_view', 'Espiadinha'),
('pt', 'radiogroup', 'Grupo de rádio'),
('pt', 'random', 'Aleatório'),
('pt', 'rank_number', 'Rank número (\'machine\')'),
('pt', 'rates_calculated_info', 'Rates are calculated for [n] product that costs [price].|Rates are calculated for [n] products that cost [price].'),
('pt', 'rates_depend_on', 'Taxas dependem de'),
('pt', 'rate_area', 'Rate area'),
('pt', 'rate_areas', 'Rate areas'),
('pt', 'rate_calculation', 'Tipo de cálculo'),
('pt', 'rate_calculation_by_customer_address', 'By customer\'s address'),
('pt', 'rate_calculation_by_rate_area', 'Manual (by defined rate area)'),
('pt', 'rate_calculation_manual', 'Manual (de acordo com o endereço de entrega)'),
('pt', 'rate_calculation_manual_by_rate_area', 'Manual (by rate areas)'),
('pt', 'rate_calculation_realtime', 'Automático (via webservice)'),
('pt', 'rate_calculation_realtime_automatic', 'Real-time (automatic)'),
('pt', 'rate_value', 'Valor'),
('pt', 'rating', 'Classificação'),
('pt', 'read', 'Leitura'),
('pt', 'readme', 'Leia-me'),
('pt', 'read_more_3d_secure', 'Leia mais sobre 3-D Secure'),
('pt', 'reason', 'Razão'),
('pt', 'reasons', 'razões'),
('pt', 'reason_text', 'Resposta do processador de pagamento'),
('pt', 'rebuild_cache_automatically', 'Atualizar o cache automaticamente'),
('pt', 'rebuild_cache_automatically_tooltip', 'Modified files are tracked in real time (including the files modified directly on server) and re-cached. Block cache will be disabled. Store performance may be slightly affected. Recommended to disable on production.'),
('pt', 'rebuild_combinations', 'Atualizar as combinações'),
('pt', 'recalculate', 'Recalcular'),
('pt', 'recalculate_order', 'Recalcular pedido'),
('pt', 'recalculate_rates', 'Recalcular as taxas'),
('pt', 'recalculate_shipping_cost', 'Recalcular o custo de transporte'),
('pt', 'recalculate_totals', 'Recalcular totais'),
('pt', 'recaptcha.error_recaptcha_v3_failed', 'Sorry, the anti-bot validation has failed. If you\'re seeing this message, please contact us and let us know about it.'),
('pt', 'recaptcha.none', 'none'),
('pt', 'recaptcha.recaptcha_v2', 'reCAPTCHA v2'),
('pt', 'recaptcha.recaptcha_v3', 'reCAPTCHA v3'),
('pt', 'recaptcha.text_forbidden_countries_notice', '<p>Google reCAPTACHA will be disabled for the selected countries. Instead, visitors from those countries will be asked to type a few symbols they see on the screen.</p>'),
('pt', 'recaptcha.text_settings_notice', '<p>The instructions on how to get the <b>site key</b> and <b>secret</b> are available <b><a target=\"_blank\" href=\"https://developers.google.com/recaptcha/intro\">here</a></b>.<br>Please note that the add-on currently supports only <b>Google reCAPTCHA v2: Checkbox</b> and <b>Google reCAPTCHA v3</b></p>'),
('pt', 'recaptcha_settings_notice', '<p>The instructions on how to get the <b>site key</b> and <b>secret</b> are available <b><a target=\"_blank\" href=\"https://developers.google.com/recaptcha/docs/start\">here</a></b>.</p>'),
('pt', 'recaptcha_upgrade_notification_text', '[product] now comes with the <b>Google reCAPTCHA</b> add-on to improve anti-bot validation. The add-on has been installed and activated during the upgrade, but the old CAPTCHA will still be used until you configure the add-on. We recommend switching to Google reCAPTCHA as soon as possible. To do that: <ol><li>Go to <b>Add-ons → Manage add-ons</b>.</li><li>Find and click on <b>Google reCAPTCHA</b> in the list of add-ons.</li><li>A pop-up window will open. Enter <b>Site key</b> and <b>Secret token</b>, then save your changes. The instructions on how to get the key and token are available <a href=\'https://developers.google.com/recaptcha/docs/start\'>here</a>.</li></ol> <b>The Google reCAPTCHA add-on supports only the Responsive theme and its <a href=\'http://docs.cs-cart.com/4.5.x/designer_guide/parent_themes.html\'>child themes</a>.</b> Please contact the developer of your theme for more information before you switch to Google reCAPTCHA.'),
('pt', 'recaptcha_upgrade_notification_title', 'Switch to Google reCAPTCHA to protect against bots'),
('pt', 'receivers', 'Receivers'),
('pt', 'recent_activity', 'Atividade recente'),
('pt', 'recent_blog_posts', 'Postagens recentes'),
('pt', 'recent_orders', 'Pedidos recentes'),
('pt', 'recent_products', 'Recentemente visto'),
('pt', 'recheck', 'Verificar novamente'),
('pt', 'recipient', 'Destinatário'),
('pt', 'recipients_name', 'Até'),
('pt', 'recipient_description', 'Descrição do comerciante'),
('pt', 'recommended', 'Recomendado'),
('pt', 'recommenders', 'REES46'),
('pt', 'recover', 'Recover'),
('pt', 'recover_password', 'Recuperar senha'),
('pt', 'recover_password_subj', 'Recuperação de senha'),
('pt', 'recursively', 'Recursivamente'),
('pt', 'redesk_connection_ask_question', 'Faça uma pergunta'),
('pt', 'redesk_connection_create_ticket', 'Contact vendor'),
('pt', 'redesk_connection_multivendor_contact_form_info', 'If all is set up correctly, you can use the following contact form with the Re:Desk departments, which will send the messages directly to your Re:Desk help desk:<br /><a href=\"[http_location]/?dispatch=redesk_connection_multivendor.contact\" target=\"_blank\">[http_location]/?dispatch=redesk_connection_multivendor.contact</a>'),
('pt', 'redesk_connection_multivendor_manage', 'Import Vendors into Re:Desk'),
('pt', 'redesk_create_vendors_accounts', 'Create manager accounts into Re:Desk for Vendors'),
('pt', 'redesk_import_vendors', 'Import vendors into Re:Desk'),
('pt', 'redesk_import_vendors_as_departments', 'Import Vendors into Re:Desk as Departments'),
('pt', 'redirect_customer_from_storefront', 'Redirecionar visitantes desta loja para aquela que tem os países dos quais os endereços IP dos visitantes pertencem'),
('pt', 'rees46_docs', '            <p>Verificação de saída <a href=\"http://docs.rees46.com/pages/viewpage.action?pageId=1409157\" target=\"_blank\">instruções detalhadas</a> na configuração do módulo e na colocação de blocos de recomendação</p>\r\n        '),
('pt', 'rees46_error_export_order', 'Para fazer upload de pedidos e sincronizar status de pedidos, insira o código e a chave secreta de sua loja nas configurações do módulo.'),
('pt', 'rees46_export_order', 'Descarregar pedidos'),
('pt', 'rees46_export_success', 'O upload de pedidos para REES46 foi iniciado com sucesso.'),
('pt', 'rees46_export_unsuccess', 'Erro ao inicializar pedidos de descarregamento em REES46.'),
('pt', 'rees46_info', '            <p>Se você ainda não está registrado no REES46, por favor, <a href=\"http://rees46.com\" target=\"_blank\">registre-se</a>. Em seguida, adicione sua loja online para <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">conta pessoal,</a> REES46. prestar atenção em \"<b>código da loja</b>\" e \"<b>A chave secreta</b>\",você precisará deles para configurar o módulo.</p>\r\n        '),
('pt', 'rees46_menu', 'REES46: centro de controle de conversão'),
('pt', 'rees46_menu_settings', 'Configurações'),
('pt', 'rees46_orders', '            <p>O processo de treinamento do algoritmo de recomendação leva um certo tempo. Na maioria das vezes, como regra, é necessário para coletar informações e construir relacionamentos entre compradores e mercadorias. Você pode acelerar esse tempo enviando seu histórico de pedidos dos últimos seis meses para o sistema REES46. Isso permite que você crie recomendações para seus clientes anteriores e forme relacionamentos mais detalhados entre os produtos. O download do histórico pode demorar um pouco..</p>\r\n        '),
('pt', 'rees46_orientation_horizontal', 'Horizontal'),
('pt', 'rees46_orientation_vertical', 'Vertical'),
('pt', 'rees46_products_per_line', 'Número de produtos em cada linha de bloqueio'),
('pt', 'rees46_recommender_code', 'Código único do bloco de recomendação'),
('pt', 'rees46_recommender_orientation', 'Localização do bloco'),
('pt', 'rees46_statistics', '            <p>Para analisar as estatísticas do trabalho de recomendações de produtos, vá para o seu <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">\r\nÁrea Pessoal</a> REES46.</p>\r\n        '),
('pt', 'rees46_yml', '            <p>O link para o arquivo YML deve ser especificado nas configurações<a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">\r\nconta pessoal</a> REES46.</p>\r\n        '),
('pt', 'referer', 'URL de origem'),
('pt', 'referrers', 'Referenciadores'),
('pt', 'referrer_domain', 'Domínio de referência'),
('pt', 'refresh', 'Refresh'),
('pt', 'refresh_packages_list', 'Refresh available upgrades'),
('pt', 'refund', 'Restituição'),
('pt', 'refunded', 'Reembolsado'),
('pt', 'refunded_amount', 'Montante reembolsado'),
('pt', 'regexp', 'RegExp'),
('pt', 'regexp_hint', 'Se você estiver usando verificação regexp, é necessário definir uma mensagem informando do preenchimento incorreto do campo, caso contrário, a verificação não será executada'),
('pt', 'region', 'Região'),
('pt', 'regions', 'Regiões'),
('pt', 'register', 'Registre-se'),
('pt', 'registered', 'Registrado'),
('pt', 'registered_customers', 'Clientes cadastrados'),
('pt', 'register_autoresponder', 'Confirmation email'),
('pt', 'register_new_account', 'Registrar uma nova conta'),
('pt', 'register_profile', 'Cadastro'),
('pt', 'registration', 'Cadastro'),
('pt', 'registration_date', 'Registration date'),
('pt', 'regnumber', 'Número de cadastro'),
('pt', 'related_gift_cert', 'Vales-presentes relacionados'),
('pt', 'related_order', 'Pedido relacionado'),
('pt', 'release_date', 'Data de lançamento'),
('pt', 'remember_me', 'Lembra conta'),
('pt', 'remove', 'Remover'),
('pt', 'remove_addon_from_favorites', 'Remove add-on from favorites'),
('pt', 'remove_backup_files', 'Remover arquivos de backup'),
('pt', 'remove_cc_info', 'Apagar dados do cartão de crédito'),
('pt', 'remove_invoice', 'Remove invoice'),
('pt', 'remove_new_orders_filter_upgrade_notification_text', '<p>In previous versions, every administrator could search for orders that he or she hadn\'t viewed yet (\"New orders\"). Because not every administrator views every order, the list of \"new orders\" only kept growing, which could affect the database negatively in a very long run.</p><p>The \"New orders\" condition in the advanced search has been removed. Please take that into account if you have any saved searches with that condition.</p><p><a href=\"[saved_searches]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check saved searches</a></p>'),
('pt', 'remove_new_orders_filter_upgrade_notification_title', 'Search for \"New orders\" removed'),
('pt', 'remove_theme', 'Excluir tema'),
('pt', 'remove_this_item', 'Remover este item'),
('pt', 'removing_default_language_from_storefront', 'Sorry, we couldn\'t remove the [language_name] language from storefront [storefront_name]. To remove it, please go to <b>Settings → Appearance</b> and change the <b>Frontend default language</b> for storefront [storefront_name] first.|Sorry, we couldn\'t remove the [language_name] language from storefronts: [storefront_name]. To remove it, please go to <b>Settings → Appearance</b> and change the <b>Frontend default language</b> for storefronts: [storefront_name] first.'),
('pt', 'rename', 'Renomear'),
('pt', 'repay_order', 'Pagar pagamento'),
('pt', 'reply', 'Reply'),
('pt', 'reply_to', 'Reply to'),
('pt', 'report', 'Relatório'),
('pt', 'reports', 'Relatórios'),
('pt', 'reports_interval_1', 'Total'),
('pt', 'reports_interval_3', 'Dia'),
('pt', 'reports_interval_5', 'Semana'),
('pt', 'reports_interval_7', 'Mês'),
('pt', 'reports_interval_9', 'Ano'),
('pt', 'reports_list', 'Lista de relatórios'),
('pt', 'reports_parameter_1', 'Total'),
('pt', 'reports_parameter_10', 'Despesas de frete'),
('pt', 'reports_parameter_11', 'Categorias'),
('pt', 'reports_parameter_12', 'Produtos'),
('pt', 'reports_parameter_13', 'Custos do produto'),
('pt', 'reports_parameter_14', 'O número de produtos'),
('pt', 'reports_parameter_15', 'Managers'),
('pt', 'reports_parameter_2', 'O número de pedidos'),
('pt', 'reports_parameter_3', 'Pedidos'),
('pt', 'reports_parameter_4', 'Status dos pedidos'),
('pt', 'reports_parameter_5', 'Formas de pagamento'),
('pt', 'reports_parameter_6', 'Rate areas'),
('pt', 'reports_parameter_7', 'Usuários'),
('pt', 'reports_parameter_8', 'Descontos e cupons'),
('pt', 'reports_parameter_9', 'Impostos'),
('pt', 'report_a_bug', 'Report a bug'),
('pt', 'request', 'Requisição'),
('pt', 'requests_count', 'Contagem de requisições'),
('pt', 'requesttype', 'Tipo de requisição'),
('pt', 'request_account_name', 'Nome da conta requisitada'),
('pt', 'request_error_information', 'Customers have experienced issues with receiving rates from <b>the [shipping]</b> shipping method. Please make sure that is configured properly and that the shipping rate calculation is correct'),
('pt', 'request_error_information_title', 'Shipping error'),
('pt', 'request_statuses', 'requisitar status'),
('pt', 'required', 'Obrigatório'),
('pt', 'required_not_answered', 'Você deve responder todas as perguntas obrigatórias'),
('pt', 'required_products', 'Produtos obrigatórios'),
('pt', 'required_products_added', 'O(s) seguinte(s) produto(s) obrigatório(s) foram adicionados ao seu carrinho'),
('pt', 'required_products_out_of_stock', 'Este produto não pôde ser adicionado ao carrinho pois o(s) seguinte(s) produto(s) obrigatório(s) não se encontra(m) em estoque:'),
('pt', 'required_profile_field_description', 'The \"[field_name]\" profile field is required as it is used to calculate shipping rates.'),
('pt', 'requires_upgrade', 'Requires [product] upgrade'),
('pt', 'reset', 'Redefinir'),
('pt', 'reset_filter', 'Redefinir filtro'),
('pt', 'reset_inventory', 'Redefinir estoque'),
('pt', 'reset_password', 'Recuperar senha'),
('pt', 'reset_quantity_to_zero', 'Set quantity of all products to zero'),
('pt', 'reset_quantity_to_zero_tooltip', 'If you enable this setting, all the products in your store will have their quantity set to 0, except for the products that have the quantity specified in the imported file.'),
('pt', 'resolved', 'Resolvido'),
('pt', 'response', 'Resposta'),
('pt', 'responsive_admin.email_order_invoice_subject', '[company_name]: Invoice for order'),
('pt', 'restore', 'Restauração'),
('pt', 'restore_default', 'Use o valor padrão'),
('pt', 'restore_default_value', 'Restore default value'),
('pt', 'restore_from_repository', 'Restaurar a partir do repositório'),
('pt', 'restore_original', 'Restaurar Padrão'),
('pt', 'restore_robots', 'Restore the default robots.txt'),
('pt', 'ResultCode', 'ResultCode'),
('pt', 'ResultDescription', 'ResultDescription'),
('pt', 'return', 'Retornar à exibição normal'),
('pt', 'returnable', 'Pode ser devolvido'),
('pt', 'returnable_product', 'Produto pode ser devolvido'),
('pt', 'returned_product', 'Produto devolvido'),
('pt', 'returned_products', 'Produtos devolvidos'),
('pt', 'returning_customer', 'Cliente retornando'),
('pt', 'returns', 'Devoluções'),
('pt', 'returns_info', 'Informações sobre devoluções'),
('pt', 'return_info', 'Informações da devolução'),
('pt', 'return_period', 'Período de devolução'),
('pt', 'return_period_days', 'Período de devolução (dias)'),
('pt', 'return_printslip', 'Etiqueta de devolução'),
('pt', 'return_products_information', 'Informações sobre os produtos devolvidos'),
('pt', 'return_registration', 'Solicitar uma devolução ou reembolso'),
('pt', 'return_requests', 'Solicitações de devolução'),
('pt', 'return_requests_menu_description', 'Visualizar e processar requisições de devolução de pedidos feitos em seu site.'),
('pt', 'return_requests_note', 'Ir para a lista de solicitações de devolução'),
('pt', 'return_status', 'Status da devolução'),
('pt', 'return_url_target', 'Alvo da URL de retorno'),
('pt', 'reuse', 'Reutilizar'),
('pt', 'reversa_rastreamento', 'Rastreamento'),
('pt', 'reversed', 'Revertido'),
('pt', 'revert', 'Reverter'),
('pt', 'reviews', 'avaliação|avaliações'),
('pt', 'reward_points', 'Pontos de fidelidade'),
('pt', 'reward_points_log', 'Registro de pontos de fidelidade'),
('pt', 'reward_points_menu_description', 'Atribui pontos de fidelidade globais à sua loja.'),
('pt', 'reward_points_subj_added_to', '[n] point have been added to your account.|[n] points have been added to your account.'),
('pt', 'reward_points_subj_subtracted_from', '[n] point have been subtracted from your account.|[n] points have been subtracted from your account.'),
('pt', 're_desk_contact_us', 'Contact us'),
('pt', 're_desk_department', 'Vendor'),
('pt', 're_desk_full_name', 'Full name'),
('pt', 're_desk_thank_you', 'Thank you, your message has been sent.'),
('pt', 're_desk_you_can_send', 'You can send us a message using the form below.'),
('pt', 're_order', 'Repetir este pedido'),
('pt', 'right', 'Direita'),
('pt', 'right_to_left_orientation', 'Orientação da direita para a esquerda'),
('pt', 'risk_checking', 'Verificação de risco em processo.  Por favor recarregue está página em um minuto.'),
('pt', 'risk_information', 'Informação de risco'),
('pt', 'rma', 'Devolução'),
('pt', 'rma.choose_change_return_status', 'O que fazer com o pedido'),
('pt', 'rma.dont_recalculate_order', 'Não recalcular o pedido'),
('pt', 'rma.manually_recalculate_order', 'Defina o total do novo pedido manualmente'),
('pt', 'rma.order_total_will_changed', 'O total do pedido será definido para'),
('pt', 'rma.please_confirm_decision', 'Confirme a sua escolha'),
('pt', 'rma.recalculate_order', 'Recalcular pedido'),
('pt', 'rma.shipping_costs_will_changed', 'Os custos de frete serão alterados para'),
('pt', 'rma.text_return_change_warning', 'A requisição de devolução passará de [old_status] para [new_status].'),
('pt', 'rma_actions', 'Ações de devolução'),
('pt', 'rma_notify_supplier', 'Avisar o fornecedor'),
('pt', 'rma_reasons', 'Motivos de devolução'),
('pt', 'rma_request_statuses', 'Status das solicitações de devolução'),
('pt', 'rma_return', 'Devolução'),
('pt', 'robots_title', 'Editing: robots.txt'),
('pt', 'romanian', 'Romeno'),
('pt', 'root_category', 'Categoria principal'),
('pt', 'root_level', 'Nível primário'),
('pt', 'root_page', 'Nível de página primário'),
('pt', 'round_to', 'Arredondar para'),
('pt', 'routing_code', 'Número de roteamento'),
('pt', 'rss_created', 'Criado'),
('pt', 'rss_display_add_to_cart', 'Exibir botão Adicionar ao carrinho'),
('pt', 'rss_display_image', 'Exibir foto'),
('pt', 'rss_display_original_price', 'Exibir preço líquido'),
('pt', 'rss_display_price', 'Exibir preço bruto'),
('pt', 'rss_display_sku', 'Exibir código'),
('pt', 'rss_feed', 'Feed RSS'),
('pt', 'rss_sort_by', 'Ordenar por'),
('pt', 'rss_updated', 'Atualizado'),
('pt', 'ru.tax_and_payments.upgrade_message.message', '<p>You have upgraded to [product] [version]. This version is prepared for the recent changes in Russian legislation (the increase of VAT to 20% and the support of Fiscal Data Format 1.05 for online cash registers). You\'ll only need to do this:</p><p>— If you use ATOL Online, switch to Fiscal Data Format 1.05 as described <a href=\"https://www.cs-cart.ru/blog/vyishel-cs-cart-4-9-2-c-podderzhkoy-ffd-1-05-v-atol-onlayn/\" target=\"_blank\">in our Russian blog</a>. You may have done it already after the release of version 4.9.2.</p>[tax_conversion][failing_services]'),
('pt', 'ru.tax_and_payments.upgrade_message.title', 'Russian Legislation: Preparing for January 1, 2019'),
('pt', 'runtime', 'Tempo de execução'),
('pt', 'russian', 'Russo'),
('pt', 'rus_geolocation_upgrade_notification_text', '<p>The <b>[rus_geolocation_addon]</b> add-on allowed your customers to select their city and see estimated shipping rates on a product page. That functionality is now a part of a new add-on called <b>[geo_maps_addon]</b>. It is already installed and active.</p><p>Two geolocation add-ons shouldn’t be active at the same time. Please make sure that the old <b>[rus_geolocation_addon]</b> add-on is disabled.</p><p><a href=\"[disable_geolocation]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Disable deprecated add-on here</a></p>'),
('pt', 'rus_geolocation_upgrade_notification_title', 'Geolocation: Add-ons deprecated in favor of [geo_maps_addon]'),
('pt', 'sale', 'Sale'),
('pt', 'sales', 'Vendas'),
('pt', 'sales_amount', 'Quantidade de vendas'),
('pt', 'sales_commission', 'Comissão de vendas'),
('pt', 'sales_period', 'Período de vendas'),
('pt', 'sales_period_total', 'Total do período de vendas'),
('pt', 'sales_reports', 'Relatórios de vendas'),
('pt', 'sales_reports_menu_description', 'Veja relatórios detalhados das suas vendas.'),
('pt', 'sales_reports_side_bar_notes', 'To include Order statuses, Payment methods and Rate areas in the conditions list, check the necessary item and click on the \"Save\" button.'),
('pt', 'salt', 'Salt'),
('pt', 'same_as_source', 'O mesmo que a fonte'),
('pt', 'save', 'Salvar'),
('pt', 'saved_search', 'Pesquisas gravadas'),
('pt', 'saved_search.set_as_default', 'Definir como padrão');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('pt', 'saved_search.set_as_default_confirm', 'A pesquisa salva \"[name]\" será aberta por padrão em vez da lista completa de objetos. É isso que você quer?'),
('pt', 'saved_search.set_as_non_default', 'Definir como não padrão'),
('pt', 'saved_search.set_as_non_default_confirm', 'A lista completa de objetos será aberta por padrão em vez da pesquisa salva \"[name]\". É isso que você quer?'),
('pt', 'save_and_close', 'Salvar e fechar'),
('pt', 'save_and_send', 'Save and send'),
('pt', 'save_as', 'Salvar como...'),
('pt', 'save_cc', 'Salvar cartão de crédito'),
('pt', 'save_changes', 'Salvar alterações'),
('pt', 'save_directory', 'Diretório do servidor'),
('pt', 'save_discount', '-'),
('pt', 'save_layout', 'Salvar layout'),
('pt', 'save_layout_as', 'Salvar layout como'),
('pt', 'save_process_payment', 'Salvar e processar pagamento'),
('pt', 'save_this_search_as', 'Salvar esta pesquisa como'),
('pt', 'sb_share', 'Compartilhar'),
('pt', 'scan_for_modified_core_files', 'Scan for changed core files'),
('pt', 'scb_text_notice', 'Por favor, envie a seguinte URL para o suporte da SCB para ser definido como PostbackURL: <br /> <b>[return_url]</b>'),
('pt', 'screen', 'Tela'),
('pt', 'screen_resolution', 'Resolução de tela'),
('pt', 'script', 'Script'),
('pt', 'scroller_direction', 'Direção automática de rolagem'),
('pt', 'scroll_per_page', 'Scroll por página'),
('pt', 'search', 'Pesquisar'),
('pt', 'search_again', 'Pesquisar novamente'),
('pt', 'search_by_order', 'Pesquisar por pedido'),
('pt', 'search_by_owner', 'Pesquisar por criador'),
('pt', 'search_by_price', 'Pesquisar por preço'),
('pt', 'search_by_product_features', 'Pesquisar por características do produto'),
('pt', 'search_by_product_filters', 'Pesquisar por filtros do produto'),
('pt', 'search_by_sku', 'Pesquisar por código do produto'),
('pt', 'search_by_supplier', 'Busca por fornecedor'),
('pt', 'search_by_vendor', 'Pesquisar por vendedor'),
('pt', 'search_by_weight', 'Pesquisar por peso'),
('pt', 'search_engine', 'Pesquisar por engine'),
('pt', 'search_for_pattern', 'Pesquisar por padrão'),
('pt', 'search_in', 'Pesquisar em'),
('pt', 'search_in_category', 'Pesquisar na categoria'),
('pt', 'search_in_subcategories', 'Pesquisar nas subcategorias'),
('pt', 'search_options', 'Opções de pesquisa'),
('pt', 'search_product', 'Procurar produto'),
('pt', 'search_products', 'Procurar produtos'),
('pt', 'search_results', 'Resultados da pesquisa'),
('pt', 'search_results_for', 'Resultados da pesquisa para [search]'),
('pt', 'search_string', 'Valor da pesquisa'),
('pt', 'search_tooltip', 'Search for products, customers, orders and CMS pages'),
('pt', 'search_words', 'Termos de busca'),
('pt', 'secondary_categories', 'Secondary category'),
('pt', 'seconds_left', '[n] second left|[n] seconds left'),
('pt', 'secret_key', 'Chave secreta'),
('pt', 'secret_string', 'Palavra secreta'),
('pt', 'secret_word', 'Palavra secreta'),
('pt', 'section', 'Seção'),
('pt', 'section_is_not_completed', 'Seção não esta concluída.'),
('pt', 'section_links', 'Links da seção'),
('pt', 'section_name', 'Nome da seção'),
('pt', 'secure', 'Seguro'),
('pt', 'secure_checkout', 'Checkout seguro'),
('pt', 'secure_storefront_url', 'URL segura da loja'),
('pt', 'secure_storefront_url_already_exists', 'O valor da <strong>URL de segurança da loja</strong> mencionado por você já pertence a outra empresa.'),
('pt', 'security', 'Segurança'),
('pt', 'security_settings', 'Segurança'),
('pt', 'see_demo', 'Ver demo'),
('pt', 'see_full_templates_list', 'Não consegue encontrar a notificação que procura?<br/><a href=\"[email_template_manage]\"></a><br/><a href=\"[internal_template_manage]\">Veja a lista completa de -modelos de notificação do site</a>'),
('pt', 'select', 'Seleção'),
('pt', 'selectbox', 'Caixa de seleção'),
('pt', 'selected', 'Selecionado'),
('pt', 'selected_fields', 'Selected fields'),
('pt', 'selected_filters', 'Selected filters'),
('pt', 'selected_items', 'Itens selecionados'),
('pt', 'select_all', 'Selecionar todos'),
('pt', 'select_all_product_options', 'Você deve selecionar todas as opções do produto'),
('pt', 'select_block', 'Selecionar bloco'),
('pt', 'select_categories', 'Select categories'),
('pt', 'select_coordinates', 'Selecionar coordenadas'),
('pt', 'select_country', 'Selecionar país'),
('pt', 'select_customer', 'Selecionar cliente'),
('pt', 'select_dates', 'Selecionar datas'),
('pt', 'select_default', 'Select default'),
('pt', 'select_descr_lang', 'Selecionar a descrição de linguagem'),
('pt', 'select_developer', 'Select developer'),
('pt', 'select_fields_to_edit', 'Selecionar campos para editar'),
('pt', 'select_file', 'Selecionar arquivo'),
('pt', 'select_image', 'Select image'),
('pt', 'select_new_owner_company', 'Selecione o novo proprietário dos dados desta empresa:'),
('pt', 'select_one_or_more_type', 'Escolha uma ou mais opções'),
('pt', 'select_options', 'Selecionar opções'),
('pt', 'select_option_above', 'Selecionar a opção anterior primeiro'),
('pt', 'select_product', 'Selecionar produto'),
('pt', 'select_products', 'Selecionar produtos'),
('pt', 'select_profile', 'Selecionar perfil'),
('pt', 'select_selectbox_option', 'Select option'),
('pt', 'select_shipping_method', 'Selecionar método de envio'),
('pt', 'select_single_type', 'Escolha uma opção'),
('pt', 'select_state', 'Selecionar estado'),
('pt', 'select_storefront', 'Select [store] storefront'),
('pt', 'select_tables', 'Selecionar tabelas'),
('pt', 'sell_files', 'Arquivos para vender'),
('pt', 'semicolon', 'Ponto e vírgula'),
('pt', 'send', 'Enviar'),
('pt', 'sender', 'Remetente'),
('pt', 'sending_email_to', 'Sending email to [email]...'),
('pt', 'send_feedback', 'Ajude-nos a melhorar o [product]'),
('pt', 'send_invitations', 'Invite'),
('pt', 'send_notification', 'Enviar notificação para selecionado'),
('pt', 'send_shipment_notification_to_customer', 'Enviar notificação de envio para o cliente'),
('pt', 'send_shipping_address', 'Enviar endereço de entrega do cliente'),
('pt', 'send_test_email', 'Enviar e-mail de teste'),
('pt', 'send_test_notification', 'Enviar notificação de teste'),
('pt', 'send_to', 'Enviar para'),
('pt', 'send_to_test_email', 'Enviar para e-mail de teste'),
('pt', 'send_via', 'Enviar via'),
('pt', 'send_via_email', 'Enviar via email'),
('pt', 'send_via_postal_mail', 'Enviar via carta postal'),
('pt', 'sent', 'Enviei'),
('pt', 'seo', 'SEO'),
('pt', 'seo.brand', 'Marca'),
('pt', 'seo.create_redirect', 'Criar redirecionamento a partir da URL antiga'),
('pt', 'seo.default_storefront_frontend_default_language_warning', 'O complemento <a href=\"[link]\">SEO</a> está atualmente configurado para usar um único URL para todos os idiomas. Se você alterar um idioma padrão da vitrine padrão, os URLs de SEO serão alterados para todas as lojas.'),
('pt', 'seo.error_at_creation_seo_name', 'O seguinte nome de SEO já existe em sua loja: <b>[names]</b>. <p> Em vez disso, foi usado o seguinte nome de SEO: <b>[new_names]</b>.|Os seguintes nomes de SEO já existem em sua loja: <b>[names]</b>. Em vez disso, foram usados os seguintes nomes de SEO: <b>[new_names]</b>.'),
('pt', 'seo.error_incorrect_seo_name', 'O seguinte nome de SEO tinha formato incorreto: <b>[nomes]</b>. <p> Em vez disso, foi usado o seguinte nome de SEO: <b>[new_names]</b>.|Os seguintes nomes de SEO tinham formato incorreto: <b>[names]</b>. Em vez disso, foram usados os seguintes nomes de SEO: <b>[new_names]</b>.'),
('pt', 'seo.error_incorrect_url', 'Formato incorreto para a URL <b>[url]</b>. Por exemplo, se a URL é <b>http://www.minhaloja.com.br/caminho/do/item</b> você deve preencher <b>/caminho/do/item</b>'),
('pt', 'seo.error_old_url_exists', 'A URL que você está redirecionando já existe'),
('pt', 'seo.feature_code.brand.description', 'Nome usado por uma organização ou pessoa de negócios para rotular um produto'),
('pt', 'seo.feature_code.gtin.description', 'Número Global do Item Comercial'),
('pt', 'seo.feature_code.isbn.description', 'Número de livro padrão internacional'),
('pt', 'seo.feature_code.mpn.description', 'Número da peça do fabricante'),
('pt', 'seo.gtin', 'GTIN'),
('pt', 'seo.important_language_text', '<b>Aviso!</b> O complemento <b>SEO</b> está atualmente configurado para usar um único URL para todos os idiomas. Se você ocultar, desativar ou excluir um idioma padrão de uma das vitrines, os URLs de SEO serão alterados.'),
('pt', 'seo.isbn', 'ISBN'),
('pt', 'seo.MPN', 'MPN'),
('pt', 'seo.new_redirect', 'Adicionar redirecionamento'),
('pt', 'seo.new_url', 'Nova URL'),
('pt', 'seo.old_url', 'URL antiga'),
('pt', 'seo.product_feature.feature_code.notice', 'Um código adequado pode ajudar esse recurso a aparecer com o produto nos mecanismos de pesquisa. Códigos suportados:'),
('pt', 'seo.redirects_manager', 'Redirecionamentos 301'),
('pt', 'seo.redirects_manager_menu_description', 'Gerencia as regras de redirecionamento de URLs antigas'),
('pt', 'seo.rich_snippets', 'Prévia do rich snippet do Google'),
('pt', 'seo.rich_snippets_rating', 'Avaliação'),
('pt', 'seo.rich_snippets_reviews', '[n] avaliação|[n] avaliações'),
('pt', 'seo.storefront_frontend_default_language_warning', 'O complemento <a href=\"[link]\">SEO</a> está atualmente configurado para usar um único URL para todos os idiomas. Se você alterar um idioma padrão dessa vitrine, os URLs de SEO serão alterados.'),
('pt', 'seo.upgrade_notes.seo_language.message', 'Para melhorar a classificação nos mecanismos de pesquisa, alteramos o comportamento da configuração \"Mostrar idioma no URL\". O idioma padrão da vitrine não será mais exibido na URL. Se sua vitrine no idioma padrão estava localizada anteriormente em <b>[old_store_url]</b>, agora ela estará disponível em <b>[new_store_url]</b>.<br/>Todos os URLs antigos serão redirecionados corretamente aos novos.'),
('pt', 'seo.upgrade_notes.seo_language.title', 'Mudanças no módulo de SEO'),
('pt', 'seo_menu_description', 'Configurações de SEO da sua loja.'),
('pt', 'seo_meta_data', 'Metadados'),
('pt', 'seo_name', 'Nome SEO'),
('pt', 'seo_page_title', 'página [n]'),
('pt', 'seo_robots', 'robots.txt'),
('pt', 'seo_rules', 'Regras de SEO'),
('pt', 'seo_rules_menu_description', 'Use esta seção para definir as regras globais para as URLs amigáveis em sua loja.'),
('pt', 'separate_multiple_email_addresses', 'Se você inserir vários e-mails, escreva cada um deles em uma nova linha.'),
('pt', 'separator', 'Separador'),
('pt', 'sequential', 'Sequencial'),
('pt', 'server', 'Servidor'),
('pt', 'service_not_available', 'Este serviço não está disponível.'),
('pt', 'set', 'Definir'),
('pt', 'settings', 'Configurações'),
('pt', 'settings.smtp_error', 'Erro SMTP'),
('pt', 'settings_overwrite_text', '<b>[theme_name]</b> irá definir as seguintes configurações na ativação'),
('pt', 'settings_overwrite_title', 'O tema substitui as configurações da loja'),
('pt', 'settings_wizard', 'Assistente de configuração'),
('pt', 'settings_wizard_close_tooltip', 'Você poderá acessar novamente o assistente em Configurações > Assistente de configuração.'),
('pt', 'settings_wizard_title', 'Assistente de configuração: Etapa [current_step] de [total_steps]'),
('pt', 'setting_min_order_amount_type_was_hidden_upgrade_notification_text', '<p>Previously, the <b>Minimum order amount</b> in your store included the shipping costs. If the minimum order amount was $50, and a customer bought 2 products at $20 each, and the shipping cost was $12, then it would be possible to place an order. But now this behavior has changed: only the total price of all products in the cart will determine whether the minimum order amount has been reached.</p><p>Please go to <b>Settings → Checkout</b> and adjust your <b>Minimum order amount</b> to reflect this change.</p><p><a href=\"[checkout_settings]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Open checkout settings</a></p>'),
('pt', 'setting_min_order_amount_type_was_hidden_upgrade_notification_title', 'A configuração \"Definir valor mínimo do pedido por\" foi removida'),
('pt', 'settled_order_status', 'Considere pedido pago'),
('pt', 'set_custom_configuration', 'Configuração personalizada'),
('pt', 'share', 'Compartilhar'),
('pt', 'share.congratulations_first_order', 'Parabéns por completar seu primeiro pedido.'),
('pt', 'share.first_order_tweet', 'Wow! O primeiro pedido finalizado na minha loja fornecida por [product]'),
('pt', 'share.installation_tweet', 'Acabo de criar uma loja online com [product_name]'),
('pt', 'sharedsec', 'SharedSec'),
('pt', 'shared_secret', 'Shared Secret'),
('pt', 'share_discount', 'Desconto compartilhado'),
('pt', 'sha_sign', 'SHA-1 Signature'),
('pt', 'shipment', 'Despacho'),
('pt', 'shipments', 'Despachos'),
('pt', 'shipments_menu_description', 'Veja e imprima etiquetas para os despachos feitos a partir dos seus pedidos.'),
('pt', 'shipment_date', 'Data do despacho'),
('pt', 'shipment_details', 'Informações sobre o despacho'),
('pt', 'shipment_has_been_created', 'Envio foi criado'),
('pt', 'shipment_id', 'Código do despacho'),
('pt', 'shipment_info', 'Informações sobre o despacho'),
('pt', 'shipment_statuses', 'Status de remessa'),
('pt', 'shipped', 'Enviado'),
('pt', 'shipped_products', 'Produtos enviados'),
('pt', 'shipper_number', 'Número do remetente'),
('pt', 'shipping', 'Forma de frete'),
('pt', 'shipping.pricing', 'Preço'),
('pt', 'shippings', 'Despachos'),
('pt', 'shippings.aup.currency_not_configured', 'Para ativar o processador de envio dos Correios da Austrália, você deve habilitar a moeda Dólar Australiano.'),
('pt', 'shippings.aup.pac_api_key', 'Chave PAC API'),
('pt', 'shippings.can.api_keys', 'Chaves API'),
('pt', 'shippings.can.business_account_information', 'Informações da conta comercial'),
('pt', 'shippings.can.contract_id', 'Código do contrato'),
('pt', 'shippings.can.customer_number', 'Número do cliente'),
('pt', 'shippings.can.options', 'Opções de entrega'),
('pt', 'shippings.can.option_cod', 'Recolher na entrega'),
('pt', 'shippings.can.option_cov', 'Cobertura'),
('pt', 'shippings.can.option_cov_amount', 'Valor da cobertura'),
('pt', 'shippings.can.option_dns', 'Não deixe cair com segurança'),
('pt', 'shippings.can.option_hfp', 'Cartão para retirada'),
('pt', 'shippings.can.option_lad', 'Leave at door - do not card'),
('pt', 'shippings.can.option_pa18', 'Proof of Age Required - 18'),
('pt', 'shippings.can.option_pa19', 'Proof of Age Required - 19'),
('pt', 'shippings.can.option_so', 'Signature'),
('pt', 'shippings.can.password', 'Password'),
('pt', 'shippings.can.username', 'Username'),
('pt', 'shippings.currency_not_found', 'Currency [currency] was not found'),
('pt', 'shippings.fedex.currency_is_missing', 'The rates calculated by FedEx are in [currency], and that currency doesn\'t exist in your store. Please create that currency; otherwise customers won\'t be able to select this shipping method.'),
('pt', 'shippings.fedex.freight_account_number', 'Freight account number'),
('pt', 'shippings.fedex.options', 'Delivery options'),
('pt', 'shippings.fedex.option_broker_select_option', 'Broker select option'),
('pt', 'shippings.fedex.option_call_before_delivery', 'Call before delivery'),
('pt', 'shippings.fedex.option_cod', 'COD'),
('pt', 'shippings.fedex.option_cod_amount', 'COD amount'),
('pt', 'shippings.fedex.option_cod_collection_type', 'COD collection type'),
('pt', 'shippings.fedex.option_cod_collection_type_any', 'Any'),
('pt', 'shippings.fedex.option_cod_collection_type_cash', 'Cash'),
('pt', 'shippings.fedex.option_cod_collection_type_guaranteed_funds', 'Guaranteed funds'),
('pt', 'shippings.fedex.option_custom_delivery_window', 'Custom delivery window'),
('pt', 'shippings.fedex.option_dangerous_goods', 'Dangerous goods'),
('pt', 'shippings.fedex.option_dangerous_goods_accessibility', 'Dangerous goods accessibility'),
('pt', 'shippings.fedex.option_dangerous_goods_accessibility_accessible', 'Accessible'),
('pt', 'shippings.fedex.option_dangerous_goods_accessibility_inaccessible', 'Inaccessible'),
('pt', 'shippings.fedex.option_dangerous_goods_options', 'Hazardous content options'),
('pt', 'shippings.fedex.option_dangerous_goods_options_battery', 'Battery'),
('pt', 'shippings.fedex.option_dangerous_goods_options_hazardous_materials', 'Hazardous materials'),
('pt', 'shippings.fedex.option_dangerous_goods_options_limited_quantities_commodities', 'Limited quantities commodities'),
('pt', 'shippings.fedex.option_dangerous_goods_options_orm_d', 'ORM-D'),
('pt', 'shippings.fedex.option_dangerous_goods_options_reportable_quantities', 'Reportable quantities'),
('pt', 'shippings.fedex.option_dangerous_goods_options_small_quantity_exception', 'Small quantity exception'),
('pt', 'shippings.fedex.option_do_not_break_down_pallets', 'Do not break down pallets'),
('pt', 'shippings.fedex.option_do_not_stack_pallets', 'Do not stack pallets'),
('pt', 'shippings.fedex.option_dry_ice', 'Dry ice'),
('pt', 'shippings.fedex.option_east_coast_special', 'East Coast special'),
('pt', 'shippings.fedex.option_electronic_trade_documents', 'Electronic trade documents'),
('pt', 'shippings.fedex.option_extreme_length', 'Extreme length'),
('pt', 'shippings.fedex.option_fedex_one_rate', 'FedEx One Rate'),
('pt', 'shippings.fedex.option_food', 'Food'),
('pt', 'shippings.fedex.option_freight_guarantee', 'Freight guarantee'),
('pt', 'shippings.fedex.option_freight_to_collect', 'Freight to collect'),
('pt', 'shippings.fedex.option_future_day_shipment', 'Future day shipment'),
('pt', 'shippings.fedex.option_hold_at_location', 'Hold at location'),
('pt', 'shippings.fedex.option_home_delivery_premium', 'Home delivery Premium'),
('pt', 'shippings.fedex.option_inside_delivery', 'Inside delivery'),
('pt', 'shippings.fedex.option_inside_pickup', 'Inside pickup'),
('pt', 'shippings.fedex.option_international_controlled_export_service', 'International controlled export service'),
('pt', 'shippings.fedex.option_international_traffic_in_arms_regulations', 'International traffic in arms regulations'),
('pt', 'shippings.fedex.option_liftgate_delivery', 'Liftgate delivery'),
('pt', 'shippings.fedex.option_liftgate_pickup', 'Liftgate pickup'),
('pt', 'shippings.fedex.option_limited_access_delivery', 'Limited access delivery'),
('pt', 'shippings.fedex.option_limited_access_pickup', 'Limited access pickup'),
('pt', 'shippings.fedex.option_pharmacy_delivery', 'Pharmacy delivery'),
('pt', 'shippings.fedex.option_poison', 'Poison'),
('pt', 'shippings.fedex.option_protection_from_freezing', 'Protection from freezing'),
('pt', 'shippings.fedex.option_returns_clearance', 'Returns clearance'),
('pt', 'shippings.fedex.option_saturday_delivery', 'Saturday delivery'),
('pt', 'shippings.fedex.option_saturday_pickup', 'Saturday pickup'),
('pt', 'shippings.fedex.option_top_load', 'Top load'),
('pt', 'shippings.fedex.upgrade_notification_text', '<p>The latest version of [product] has different settings for realtime shipping rate calculation if you use FedEx as a Carrier.</p><p>If you want to show current shipping rates to your clients, do this:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses FedEx as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li><li>switch to the Configure tab and select desired delivery options</li></ul>'),
('pt', 'shippings.fedex.upgrade_notification_title', 'FedEx realtime shipping rate calculation changes'),
('pt', 'shippings.service_not_configured', 'Serviço não está configurado'),
('pt', 'shippings.service_not_found', 'Serviço não foi encontrado'),
('pt', 'shippings.ups.package_type.01', 'UPS Letter'),
('pt', 'shippings.ups.package_type.02', 'Package'),
('pt', 'shippings.ups.package_type.03', 'Tube'),
('pt', 'shippings.ups.package_type.04', 'Pak'),
('pt', 'shippings.ups.package_type.21', 'Express Box'),
('pt', 'shippings.ups.package_type.24', '25KG Box'),
('pt', 'shippings.ups.package_type.25', '10KG Box'),
('pt', 'shippings.ups.package_type.2a', 'Small Express Box'),
('pt', 'shippings.ups.package_type.2b', 'Medium Express Box'),
('pt', 'shippings.ups.package_type.2c', 'Large Express Box'),
('pt', 'shippings.ups.package_type.30', 'Pallet'),
('pt', 'shippings_taxes', 'Frete e impostos'),
('pt', 'shipping_address', 'Endereço de entrega'),
('pt', 'shipping_address_changed', 'Shipping address has been changed'),
('pt', 'shipping_address_line_2', 'Shipping: address (line 2)'),
('pt', 'shipping_add_conditions', 'Add conditions'),
('pt', 'shipping_add_items_condition', 'Add items conditions'),
('pt', 'shipping_add_price_condition', 'Add price conditions'),
('pt', 'shipping_add_weight_condition', 'Add weight conditions'),
('pt', 'shipping_and_up', 'and up'),
('pt', 'shipping_applied_to_vendors', 'The shipping method was applied to [vendors] vendors'),
('pt', 'shipping_charges', 'Valores'),
('pt', 'shipping_city', 'Shipping: city'),
('pt', 'shipping_cost', 'Frete'),
('pt', 'shipping_costs_will_changed', 'Os custos de frete serão alterados por'),
('pt', 'shipping_country', 'Shipping: country'),
('pt', 'shipping_edit_rate_area', 'Edit rate area'),
('pt', 'shipping_estimation', 'Cálculo de frete'),
('pt', 'shipping_first_name', 'Shipping: first name'),
('pt', 'shipping_freight', 'Frete'),
('pt', 'shipping_from_value', 'From'),
('pt', 'shipping_hide_conditions', 'Hide conditions'),
('pt', 'shipping_information', 'Informações sobre o despacho'),
('pt', 'shipping_item', 'item'),
('pt', 'shipping_items_condition', 'Items condition'),
('pt', 'shipping_last_name', 'Shipping: last name'),
('pt', 'shipping_method', 'Frete'),
('pt', 'shipping_methods', 'Fretes'),
('pt', 'shipping_methods_menu_description', 'Conjunto de regras e parâmetros para calcular o custo do frete.'),
('pt', 'shipping_name', 'Nome do envio'),
('pt', 'shipping_options', 'Formas de frete'),
('pt', 'shipping_per', 'per'),
('pt', 'shipping_phone', 'Shipping: phone'),
('pt', 'shipping_price_condition', 'Price condition'),
('pt', 'shipping_properties', 'Configurações de frete'),
('pt', 'shipping_rate', 'Rate'),
('pt', 'shipping_rates', 'Taxas de frete'),
('pt', 'shipping_rate_absolute', 'Absolute ([currency])'),
('pt', 'shipping_rate_percent', 'Cart percent (%)'),
('pt', 'shipping_rate_range_limit_error_message', 'The beginning of the range can\'t be higher than the end.'),
('pt', 'shipping_rate_range_overlap_error_message', 'Condition must not fall within existing range.'),
('pt', 'shipping_remove_items_condition', 'Remove items conditions'),
('pt', 'shipping_remove_price_condition', 'Remove price conditions'),
('pt', 'shipping_remove_rate_area', 'Remove rate area from shipping'),
('pt', 'shipping_remove_weight_condition', 'Remove weight conditions'),
('pt', 'shipping_same_as_billing', 'Os endereços de cobrança e entrega são os mesmos?'),
('pt', 'shipping_service', 'Serviço'),
('pt', 'shipping_state', 'Shipping: state'),
('pt', 'shipping_surcharge_discount', 'Surcharge / Discount'),
('pt', 'shipping_time', 'Prazo de entrega'),
('pt', 'shipping_time_and_charges', 'Tempo e taxas de envio'),
('pt', 'shipping_tips', 'Dicas'),
('pt', 'shipping_to_value', 'Para'),
('pt', 'shipping_weight_condition', 'Condição de peso'),
('pt', 'shipping_zipcode', 'Envio: CEP'),
('pt', 'ship_dhl_account_country', 'País da conta'),
('pt', 'ship_dhl_height', 'Altura do pacote (inches)'),
('pt', 'ship_dhl_length', 'Comprimento do pacote (inches)'),
('pt', 'ship_dhl_site_id', 'ID do site'),
('pt', 'ship_dhl_width', 'Largura do pacote (inches)'),
('pt', 'ship_downloadable', 'Ativar o envio de produtos para download'),
('pt', 'ship_fedex_ancillary_endorsement', 'Menções acessórias'),
('pt', 'ship_fedex_ancillary_endorsement_address_correction', 'Endereço serviço solicitado'),
('pt', 'ship_fedex_ancillary_endorsement_carrier_leave_if_no_response', 'Entregador irá sair se não tiver resposta'),
('pt', 'ship_fedex_ancillary_endorsement_change_service', 'Alertar serviço solicitado'),
('pt', 'ship_fedex_ancillary_endorsement_forwarding_service', 'Solicitando serviço de encaminhamento'),
('pt', 'ship_fedex_ancillary_endorsement_return_delivery', 'Retorno do serviço solicitado'),
('pt', 'ship_fedex_customer_manifest_id', 'Código do manifesto do cliente'),
('pt', 'ship_fedex_drop_off_type', 'Tipo de Drop Off'),
('pt', 'ship_fedex_drop_off_type_business_service_center', 'Business service center'),
('pt', 'ship_fedex_drop_off_type_drop_box', 'Drop box'),
('pt', 'ship_fedex_drop_off_type_regular_pickup', 'Coleta regular'),
('pt', 'ship_fedex_drop_off_type_request_courier', 'Requisitar correio'),
('pt', 'ship_fedex_drop_off_type_station', 'Deixar na estação'),
('pt', 'ship_fedex_height', 'Altura (inches)'),
('pt', 'ship_fedex_hub_id', 'Código do hub'),
('pt', 'ship_fedex_indicia', 'Indícios'),
('pt', 'ship_fedex_indicia_media_mail', 'Media Mail (pacotes de 1 a 70 libras, livros, DVD e CDs)'),
('pt', 'ship_fedex_indicia_parcel_select', 'Parcel Select (Pacotes de 1 a 70 libras)'),
('pt', 'ship_fedex_indicia_presorted_bound_printed_matter', 'Bom dia Printed Matter Pacotes (Pacotes de 1 a 15 libras de catálogos, livros de telefone ou qualquer coisa que permanentemente ligados)'),
('pt', 'ship_fedex_indicia_presorted_standard', 'Pacotes de correio padrão (Pacotes de menos de 1 lb)'),
('pt', 'ship_fedex_length', 'Comprimento (inches)'),
('pt', 'ship_fedex_meter_number', 'Número métrico'),
('pt', 'ship_fedex_package_type_fedex_10kg_box', 'Caixa de 10kg FedEx'),
('pt', 'ship_fedex_package_type_fedex_25kg_box', 'Caixa de 25kg FedEx'),
('pt', 'ship_fedex_package_type_fedex_box', 'Caixa FedEx'),
('pt', 'ship_fedex_package_type_fedex_envelope', 'Envelope FedEx'),
('pt', 'ship_fedex_package_type_fedex_extra_large_box', 'FedEx Extra Large Box'),
('pt', 'ship_fedex_package_type_fedex_large_box', 'FedEx Large Box'),
('pt', 'ship_fedex_package_type_fedex_medium_box', 'FedEx Medium Box'),
('pt', 'ship_fedex_package_type_fedex_pak', 'FedEx Pak'),
('pt', 'ship_fedex_package_type_fedex_small_box', 'FedEx Small Box'),
('pt', 'ship_fedex_package_type_fedex_tube', 'Tubo FedEx'),
('pt', 'ship_fedex_package_type_your_packaging', 'Sua embalagem'),
('pt', 'ship_fedex_smart_post', 'Postagem inteligente'),
('pt', 'ship_fedex_special_services', 'Serviço especial (confirmação de entrega)'),
('pt', 'ship_fedex_width', 'Largura (inches)'),
('pt', 'ship_height', 'Altura do pacote (cm)'),
('pt', 'ship_length', 'Comprimento do pacote (cm)'),
('pt', 'ship_sp_l_acknowledgement_of_delivery', 'Confirmação de entrega (para correio registado apenas)'),
('pt', 'ship_sp_l_cash_on_delivery', 'Pagamento na entrega (por correio registado apenas)'),
('pt', 'ship_sp_l_personal_delivery', 'Entrega pessoal (por correio registado apenas)'),
('pt', 'ship_sp_l_registered_mail', 'Correio registado'),
('pt', 'ship_sp_pc_assurance', 'Garantia'),
('pt', 'ship_sp_pc_cash_on_delivery', 'Pagamento na entrega (COD)'),
('pt', 'ship_sp_pc_fragile', 'Frágil'),
('pt', 'ship_sp_pc_manual_handling', 'Manuseio manual'),
('pt', 'ship_sp_pc_personal', 'Pessoal'),
('pt', 'ship_sp_pc_signature', 'Assinatura'),
('pt', 'ship_sp_pp_additional_insurance', 'Seguro adicional (até CHF 3000.-)'),
('pt', 'ship_sp_pp_bulky_goods', 'Mercadorias volumosas'),
('pt', 'ship_sp_pp_cash_on_delivery', 'Pagamento na entrega (somente para economica)'),
('pt', 'ship_sp_pp_manual_processing', 'Processamento manual'),
('pt', 'ship_sp_ur_additional_insurance', 'Seguro adicional para mercadorias urgentes (até CHF 3000.-)'),
('pt', 'ship_swisspost_error_intl_delivery', 'Não é possível usar este frete para entregas internacionais'),
('pt', 'ship_swisspost_error_private_delivery', 'Não é possível usar este frete para entregas particulares'),
('pt', 'ship_swisspost_heavy_package', 'O pacote é muito pesado'),
('pt', 'ship_swisspost_unable_to_open_additional_services', 'Não é possível abrir o arquivo additional_services.csv'),
('pt', 'ship_swisspost_unable_to_open_service', 'Não é possível abrir o arquivo [code]'),
('pt', 'ship_temando_height', 'Altura do pacote'),
('pt', 'ship_temando_length', 'Comprimento do pacote'),
('pt', 'ship_temando_measurement', 'Medição do pacote'),
('pt', 'ship_temando_method', 'Frete'),
('pt', 'ship_temando_package', 'Embalagens'),
('pt', 'ship_temando_readydate', 'Data de prontidão (dias)'),
('pt', 'ship_temando_subclass', 'Classe do item sendo enviado'),
('pt', 'ship_temando_weight_measurement', 'Tipo de medida de peso'),
('pt', 'ship_temando_width', 'Largura do pacote'),
('pt', 'ship_to', 'Endereço de entrega'),
('pt', 'ship_to_another', 'Enviar para um endereço diferente'),
('pt', 'ship_ups_access_key', 'Chave de acesso de Ups Rates'),
('pt', 'ship_ups_dcist_type', 'Confirmation type'),
('pt', 'ship_ups_delivery_confirmation', 'No Signature'),
('pt', 'ship_ups_delivery_confirmation_adult_signature', 'Adult Signature Required'),
('pt', 'ship_ups_delivery_confirmation_signature', 'Signature Required'),
('pt', 'ship_ups_package_type_01', 'UPS Letter/ UPS Express Envelope'),
('pt', 'ship_ups_package_type_03', 'Tubo UPS'),
('pt', 'ship_ups_package_type_04', 'Pacote UPS'),
('pt', 'ship_ups_package_type_21', 'UPS Express Box'),
('pt', 'ship_ups_package_type_24', 'Caixa de 25Kg da UPS'),
('pt', 'ship_ups_package_type_25', 'Caixa de 10Kg da UPS'),
('pt', 'ship_ups_pickup_type', 'Tipo de remessa'),
('pt', 'ship_ups_pickup_type_01', 'Coleta diária'),
('pt', 'ship_ups_pickup_type_03', 'Contador de cliente'),
('pt', 'ship_ups_pickup_type_06', 'Coleta única'),
('pt', 'ship_ups_pickup_type_07', 'On Call Air'),
('pt', 'ship_ups_pickup_type_11', 'Preço de venda sugerido'),
('pt', 'ship_ups_pickup_type_19', 'Letter Center'),
('pt', 'ship_ups_pickup_type_20', 'Air Service Center'),
('pt', 'ship_ups_use_delivery_confirmation', 'Use Delivery confirmation'),
('pt', 'ship_usps_container', 'Recipiente'),
('pt', 'ship_usps_container_express', 'Recipiente (Express)'),
('pt', 'ship_usps_container_express_flat_rate_envelope', 'Flat Rate Envelope'),
('pt', 'ship_usps_container_priority', 'Recipiente (Priority Mail)'),
('pt', 'ship_usps_container_priority_flat_rate_box', 'Flat Rate Box'),
('pt', 'ship_usps_container_priority_flat_rate_envelope', 'Flat Rate Letter'),
('pt', 'ship_usps_container_priority_gift_card_flat_rate_envelope', 'Gift Card Flat Rate Envelope'),
('pt', 'ship_usps_container_priority_legal_flat_rate_envelope', 'Legal Flat Rate Envelope'),
('pt', 'ship_usps_container_priority_lg_flat_rate_box', 'Large Flat Rate Box'),
('pt', 'ship_usps_container_priority_md_flat_rate_box', 'Medium Flat Rate Box'),
('pt', 'ship_usps_container_priority_nonrectangular', 'Não-retangular'),
('pt', 'ship_usps_container_priority_padded_flat_rate_envelope', 'Padded Flat Rate Envelope'),
('pt', 'ship_usps_container_priority_rectangular', 'Retangular'),
('pt', 'ship_usps_container_priority_regional_a_rate_box', 'Regional Rate Box A'),
('pt', 'ship_usps_container_priority_regional_b_rate_box', 'Regional Rate Box B'),
('pt', 'ship_usps_container_priority_regional_c_rate_box', 'Regional Rate Box C'),
('pt', 'ship_usps_container_priority_sm_flat_rate_box', 'Small Flat Rate Box'),
('pt', 'ship_usps_container_priority_sm_flat_rate_envelope', 'Sm Flat Rate Envelope'),
('pt', 'ship_usps_container_priority_window_flat_rate_envelope', 'Window Flat Rate Envelope'),
('pt', 'ship_usps_first_class_mail_type', 'First Class Mail Type'),
('pt', 'ship_usps_first_class_mail_type_flat', 'Flat'),
('pt', 'ship_usps_first_class_mail_type_parcel', 'Parcela'),
('pt', 'ship_usps_intl_package_girth', 'Circunferência do pacote'),
('pt', 'ship_usps_intl_package_height', 'Altura do pacote'),
('pt', 'ship_usps_intl_package_length', 'Comprimento do pacote'),
('pt', 'ship_usps_intl_package_size', 'Tamanho do pacote'),
('pt', 'ship_usps_intl_package_width', 'Largura do pacote'),
('pt', 'ship_usps_machinable', 'Produzível à máquina (First-Class Mail ou Standard Post)'),
('pt', 'ship_usps_machinable_false', 'Falso'),
('pt', 'ship_usps_machinable_true', 'Verdadeiro'),
('pt', 'ship_usps_mailtype', 'Tipo do correio'),
('pt', 'ship_usps_mailtype_matter_for_the_blind', 'Matéria para cegos'),
('pt', 'ship_usps_mailtype_postcards_or_aerogrammes', 'Cartões postais ou Aerograma'),
('pt', 'ship_usps_package_size', 'Tamanho do pacote (comprimento + perímetro, polegadas)'),
('pt', 'ship_usps_package_size_large', 'Grande (84..108)'),
('pt', 'ship_usps_package_size_oversize', 'Tamanho grande (108..130)'),
('pt', 'ship_usps_package_size_regular', 'Regular (0..84)'),
('pt', 'ship_usps_priority_girth', 'Priority Mail (tamanho: grande, recipiente: não-retangular) Circunferência (polegadas)'),
('pt', 'ship_usps_priority_height', 'Priority Mail (tamanho: grande) Altura (cm)'),
('pt', 'ship_usps_priority_length', 'Priority Mail (Tamanho: Grande) Altura (polegadas)'),
('pt', 'ship_usps_priority_width', 'Priority Mail (Tamanho: Grande) Largura (polegadas)'),
('pt', 'ship_usps_username', 'ID do usuário'),
('pt', 'ship_width', 'Largura do pacote (cm)'),
('pt', 'shop_now', 'Comprar agora'),
('pt', 'short_description', 'Breve descrição'),
('pt', 'short_hour', 'h.'),
('pt', 'short_list', 'Lista curta'),
('pt', 'show', 'Exibir'),
('pt', 'show_all', 'Exibir todos'),
('pt', 'show_all_category_addons', 'Show all [category] add-ons'),
('pt', 'show_all_developer_addons', 'Show all developer add-ons'),
('pt', 'show_all_storefronts', 'Show all storefronts'),
('pt', 'show_all_storefronts_with_count', 'Show all [count] storefronts'),
('pt', 'show_extra_logos', 'Show extra logos'),
('pt', 'show_in_product_header', 'Show in product header'),
('pt', 'show_in_product_list', 'Show in product list'),
('pt', 'show_items_in_line', 'Exibir itens em linha'),
('pt', 'show_less', 'Show less'),
('pt', 'show_location', 'Show location'),
('pt', 'show_menu_on_mouse_over', 'Exibir menu ao passar o mouse'),
('pt', 'show_more', 'Show more'),
('pt', 'show_on_checkout', 'Show at checkout'),
('pt', 'show_on_separate_page', 'Show on separate page'),
('pt', 'show_on_storefront', 'Show on Storefront'),
('pt', 'show_on_the_features_tab', 'Show on the features tab'),
('pt', 'show_options', 'Show options'),
('pt', 'show_orders', 'Exibir pedidos'),
('pt', 'show_package_contents', 'View upgrade contents'),
('pt', 'show_price', 'Exibir preço'),
('pt', 'show_products_count', 'Show products count'),
('pt', 'show_rate_for_destination', 'Exibir valores para o destino'),
('pt', 'show_rate_for_rate_area', 'Show rates for rate area'),
('pt', 'show_rating', 'Show review rating'),
('pt', 'show_tab_in_popup', 'Exibir esta guia em uma janela pop-up'),
('pt', 'show_to', 'Show to'),
('pt', 'show_vendor_info_if_shipping_no_required', 'Show information about vendors whose products do not require shipping'),
('pt', 'sidebar', 'Sidebar'),
('pt', 'sidebox_general', 'Ordinary block (H3 heading) [deprecated]'),
('pt', 'sidebox_important', 'Ordinary block (H3 heading)'),
('pt', 'signature', 'Assinatura'),
('pt', 'signed_in_as', 'Conectado como'),
('pt', 'sign_in', 'Entrar'),
('pt', 'sign_in_as_different', 'Entrar com um usuário diferente'),
('pt', 'sign_in_to_buy', 'Cadastre-se para comprar'),
('pt', 'sign_in_to_enter_tags', 'Faça login para adicionar tags'),
('pt', 'sign_in_to_view_price', '[Logar para ver os preços]'),
('pt', 'sign_out', 'Sair'),
('pt', 'sign_up_for_notification', 'Permitir o aviso de quando estiver disponível'),
('pt', 'similar', 'Similares'),
('pt', 'similar_category', 'Da mesma categoria'),
('pt', 'similar_in_stock', 'Apenas produtos \"em estoque\"'),
('pt', 'similar_only', 'Similar apenas'),
('pt', 'similar_subcats', 'Considerar subcategorias'),
('pt', 'simple_ultimate_companies_selector', 'Entre em contato com o suporte técnico'),
('pt', 'simultaneous', 'Simultâneo'),
('pt', 'single', 'Único'),
('pt', 'single_coupon_is_allowed', 'Só é permitido um único cupom de desconto'),
('pt', 'sitemap', 'Mapa do site'),
('pt', 'sitemap_available_in_customer', 'Sitemap is available by this link: <a href=\"[sitemap_url]\">[sitemap_url]</a><br /><br />Sitemap can be reached by the URL <a href=\"[http_location]/sitemap.xml\">[http_location]/sitemap.xml</a>'),
('pt', 'sitemap_menu_description', 'Criar seções adicionais do mapa do site da área do cliente e definir o conjunto de links para eles.'),
('pt', 'sitemap_settings', 'Configurações de mapa do site'),
('pt', 'siteurl', 'Site URL'),
('pt', 'site_number', 'Número do site (EPT)'),
('pt', 'size', 'Tamanho'),
('pt', 'skiplastpage', 'Pular última página'),
('pt', 'skip_creating_new_products', 'Skip creating new products'),
('pt', 'skip_payment', 'Pular pagamento'),
('pt', 'skrill_customer_id', 'Código do cliente Skrill'),
('pt', 'sku', 'Código'),
('pt', 'slovak', 'Eslovaco'),
('pt', 'slow', 'Lento'),
('pt', 'small_items', 'Itens pequenos'),
('pt', 'smarty_block', 'Bloco HTML com Smarty'),
('pt', 'sms_customer_registered', 'Cliente [name] foi registrado.'),
('pt', 'sms_for_the_sum', 'até a quantidade de'),
('pt', 'sms_order_placed', 'foi colocado'),
('pt', 'snapshot_date', 'Data do Snapshot'),
('pt', 'snippets', 'Snippets'),
('pt', 'snippets_have_been_deleted', 'Snippets have been deleted successfully.'),
('pt', 'snippet_exists', 'The snippet with the chosen code already exists, please try another.'),
('pt', 'sort_by', 'Ordenar por'),
('pt', 'sort_by_bestsellers_asc', 'Ordenar por mais vendidos: menor para maior'),
('pt', 'sort_by_bestsellers_desc', 'Ordenar por mais vendidos'),
('pt', 'sort_by_company_asc', 'Ordenar alfabeticamente: de A a Z'),
('pt', 'sort_by_company_desc', 'Ordenar alfabeticamente: de Z a A'),
('pt', 'sort_by_helpfulness_asc', 'Helpful last'),
('pt', 'sort_by_helpfulness_desc', 'Helpful first'),
('pt', 'sort_by_null_asc', 'Sem ordenação'),
('pt', 'sort_by_null_desc', 'No sorting'),
('pt', 'sort_by_on_sale_asc', 'Ordenar por desconto: menor para maior'),
('pt', 'sort_by_on_sale_desc', 'Ordenar por desconto: maior para menor'),
('pt', 'sort_by_popularity_asc', 'Ordenar por popularidade: menor para maior'),
('pt', 'sort_by_popularity_desc', 'Ordenar por popularidade'),
('pt', 'sort_by_position_asc', 'Ordenar por posição: menor para maior'),
('pt', 'sort_by_position_desc', 'Ordenar por posição: maior para menor'),
('pt', 'sort_by_price_asc', 'Ordenar por preço: menor para maior'),
('pt', 'sort_by_price_desc', 'Ordenar por preço: maior para menor'),
('pt', 'sort_by_product_asc', 'Ordenar alfabeticamente: de A a Z'),
('pt', 'sort_by_product_desc', 'Ordenar alfabeticamente: de Z a A'),
('pt', 'sort_by_product_review_timestamp_asc', 'Sort by date: Oldest to Newest'),
('pt', 'sort_by_product_review_timestamp_desc', 'Sort by date: Newest to Oldest'),
('pt', 'sort_by_rating_asc', 'Sort by rating: Low to High'),
('pt', 'sort_by_rating_desc', 'Sort by rating'),
('pt', 'sort_by_rating_value_asc', 'Sort by rating: Low to High'),
('pt', 'sort_by_rating_value_desc', 'Sort by rating: High to Low'),
('pt', 'sort_by_timestamp_asc', 'Produtos mais antigos primeiro'),
('pt', 'sort_by_timestamp_desc', 'Produtos mais novos primeiro'),
('pt', 'sort_images', 'Ordenar fotos'),
('pt', 'sort_order', 'Order'),
('pt', 'spanish', 'Espanhol'),
('pt', 'special', 'Especial'),
('pt', 'specific_settings', 'Configurações específicas'),
('pt', 'specify_options', 'Especificar opções'),
('pt', 'specify_url', 'Especifique a URL'),
('pt', 'speed', 'Velocidade'),
('pt', 'ssl_certificate', 'Certificado SSL'),
('pt', 'staff_only_notes', 'Observações (visíveis apenas para funcionários)'),
('pt', 'stage', 'Estágio'),
('pt', 'standard_sidebox', 'Caixa lateral padrão'),
('pt', 'start', 'Iníciar'),
('pt', 'start_communication', 'Iniciar comunicação'),
('pt', 'start_date', 'Data de início'),
('pt', 'start_price', 'Preço inicial'),
('pt', 'state', 'Estado'),
('pt', 'states', 'Estados'),
('pt', 'states_list', 'Lista de estados'),
('pt', 'states_menu_description', 'Gerencie o conjunto de estados que são suportados em sua loja.'),
('pt', 'state_field_required_only_for_countries_with_regions', 'State field is required only for countries with states/provinces'),
('pt', 'static_block', 'Bloco estático'),
('pt', 'static_data', 'Dados estáticos'),
('pt', 'static_data_use_item', 'Use os valores de \"Texto do Link\" e a \"URL\" deste item na página inicial da loja'),
('pt', 'statistics', 'Estatísticas'),
('pt', 'statistics_by_questions', 'Estatísticas por pergunta'),
('pt', 'status', 'Status'),
('pt', 'statuses', 'Status'),
('pt', 'statuses_management', 'Status'),
('pt', 'status_changed', 'Status foi alterado'),
('pt', 'status_changed_after_process_payment', 'Status do pedido foi definido de acordo com o resultado de processamento do pagamento'),
('pt', 'stay_connected', 'Receba Promoções no seu E-Mail'),
('pt', 'stay_connected_notice', 'Digite seu endereço de e-mail para receber promoções e ofertas especiais.'),
('pt', 'step_four', 'Passo 4'),
('pt', 'step_one', 'Passo 1'),
('pt', 'step_three', 'Passo 3'),
('pt', 'step_two', 'Passo 2'),
('pt', 'stop_following_rules', 'Stop following rules'),
('pt', 'stop_other_rules', 'Parar outras regras'),
('pt', 'storage', 'Armazenamento'),
('pt', 'store', 'Loja'),
('pt', 'storefront', 'Página principal'),
('pt', 'storefronts', 'Storefronts'),
('pt', 'storefronts.manage_currency_availability', 'Configure the currencies available on this storefront'),
('pt', 'storefronts.manage_language_availability', 'Configure the languages available on this storefront'),
('pt', 'storefronts_for_currency_absent', 'The <b>[name]</b> currency had no storefronts selected. All storefronts has been made available for it.'),
('pt', 'storefronts_for_language_absent', 'The <b>[name]</b> language had no storefronts selected. All storefronts has been made available for it.'),
('pt', 'storefronts_limit_exceeded', 'The number of storefronts in your CS-Cart License has exceeded the number of purchased storefront licenses.'),
('pt', 'storefronts_themes_upgrade_notification.message', '<p>Previously, all storefronts looked the same. They differed only in currencies, languages, and vendors. But now storefronts can have their own themes and layouts. This allows you to customize their look and structure.</p><ul><li>Themes let you give each storefront its own set colors, fonts, logos, backgrounds, and styles. Match the appearance of a storefronts to its products or the preference of its audience.</li><li>Layouts and blocks let you create storefronts with entirely different structure and content. Show different banners, change the positions of elements on the pages, and so on. Everything in [product] is displayed via blocks, so you have many ways to customize your storefronts.</li></ul><p><a href=\"[themes_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Manage themes</a> <a href=\"[layouts_url]\" target=\"_blank\" class=\"btn btn-large\">Manage layouts</a></p>'),
('pt', 'storefronts_themes_upgrade_notification.title', 'Storefronts can now differ from each other significantly'),
('pt', 'storefront_access_key', 'Access key to temporarily closed storefront'),
('pt', 'storefront_access_key.setting_notice', 'You can set the access key on the storefront editing page'),
('pt', 'storefront_all_common_categories', 'Storefront: All (Common categories)'),
('pt', 'storefront_currencies_assigned', 'The \"<a href=\"[url]\">[name]</a>\" storefront had no available currencies configured. Default currency has been made available for it.'),
('pt', 'storefront_languages_assigned', 'The \"<a href=\"[url]\">[name]</a>\" storefront had no available languages configured. All languages has been made available for it.'),
('pt', 'storefront_license', 'Storefront License'),
('pt', 'storefront_name', 'Storefront name'),
('pt', 'storefront_rest_api.guests_cant_add_products_to_cart', 'Guests can\'t add products to cart. Please log in to your account to add products to cart.'),
('pt', 'storefront_status', 'Status'),
('pt', 'storefront_status.tooltip', 'Even if the storefront is closed (the status set to OFF), you\'ll be able to view it if you have an access key. Specify the <i>Access key to temporarily closed storefront</i> below.<br/>Use http://www.example.com/index.php?store_access_key=key_value to access a closed storefront.'),
('pt', 'storefront_status_access_key_hint', 'Even if the storefront is closed (the status set to OFF), you\'ll be able to view it if you have an access key. Go to <a target=\"blank\" href=\"[url]\">Settings → General</a> and specify the <i>Access key to temporarily closed store</i> setting. Please note that a different key can be specified for each storefront, so make sure to select the correct storefront first. Use the key as described in the tooltip of that setting.'),
('pt', 'storefront_status_changed.N', 'The storefront was <b>opened</b>|The storefronts were <b>opened</b>'),
('pt', 'storefront_status_changed.Y', 'The storefront was <b>closed</b>|The storefronts were <b>closed</b>'),
('pt', 'storefront_url', 'URL da página principal'),
('pt', 'storefront_url_already_exists', 'O valor da <strong>URL da loja</strong> mencionado por você já pertence a outra empresa.'),
('pt', 'storefront_url_not_defined', 'URL da loja não definida'),
('pt', 'storefront_with_same_url_exists', 'A storefront with the specified URL already exists'),
('pt', 'stores', 'Lojas'),
('pt', 'stores_nothing_found', 'No stores have been found'),
('pt', 'stores_status', 'Status'),
('pt', 'store_access_key', 'Access key to temporarily closed store'),
('pt', 'store_admin', 'Administrador da loja'),
('pt', 'store_closed', 'Loja fechada'),
('pt', 'store_closed_banner', 'Loja<br/>fechada'),
('pt', 'store_home', 'Store home'),
('pt', 'store_locator', 'Lojas & pontos de coleta'),
('pt', 'store_locator.any', 'Any'),
('pt', 'store_locator.any_rate_area', 'Any rate area'),
('pt', 'store_locator.any_vendor', 'Any vendor'),
('pt', 'store_locator.available_fields', 'Available stores'),
('pt', 'store_locator.display', 'Locations list view on the checkout page'),
('pt', 'store_locator.display_l', 'List'),
('pt', 'store_locator.display_m', 'Mapa'),
('pt', 'store_locator.display_ml', 'Map and list'),
('pt', 'store_locator.main_destination', 'Located in rate area'),
('pt', 'store_locator.name', 'Name'),
('pt', 'store_locator.no_rate_area', 'No rate area'),
('pt', 'store_locator.pickup', 'Pickup'),
('pt', 'store_locator.pickup_avail', 'Available for pick-up'),
('pt', 'store_locator.pickup_from_store', 'Pickup from store'),
('pt', 'store_locator.pickup_locations', 'Pickup Locations'),
('pt', 'store_locator.pickup_rates_calculation_logic_changed_text', '<p>The <b>[pickup_addon]</b> and <b>[store_locator_addon]</b> add-ons were merged into a new add-on called [stores_pickups_addon]. Shipping rates and time are more flexible now: they depend on the location (rate area) of a pickup point. The rates are now specified in one place: the editing page of a shipping method.</p><p>For that reason, we removed the <b>Surcharge</b> field from the pickup point editing page. Its value still appears in the admin panel, but isn’t used in rate calculation. Please check your pickup points, then adjust the shipping rates of all your \"Pick up from store\" shipping methods accordingly.</p><p><a href=\"[shippings_manage]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Adjust shipping rates</a> <a href=\"[pickup_points_list]\" target=\"_blank\" class=\"btn btn-large\">View my pickup points</a></p>'),
('pt', 'store_locator.pickup_rates_calculation_logic_changed_title', 'Pick up from store: Surcharge per pickup point removed'),
('pt', 'store_locator.pick_up_points', 'Pick-up points'),
('pt', 'store_locator.scroll_to_top', 'Scroll to top'),
('pt', 'store_locator.selected_fields', 'Selected stores'),
('pt', 'store_locator.select_stores', 'Select stores'),
('pt', 'store_locator.shipping_position', 'Order selected in the shipping method settings'),
('pt', 'store_locator.shipping_price_from', 'from [price]'),
('pt', 'store_locator.shipping_price_from_to', 'from [from_price] to [to_price]'),
('pt', 'store_locator.show_pickup_points_only', 'Hide places where I can\'t pick up my order'),
('pt', 'store_locator.show_to', 'Show to'),
('pt', 'store_locator.stores_and_pickup_points', 'Stores and pickup points'),
('pt', 'store_locator.stores_position', 'The \"Position\" field in the store settings'),
('pt', 'store_locator.surcharge_changes_hint', 'In previous versions, the surcharge was added to the standard rates that were specified for a shipping method. Now this surcharge isn\'t taken into account during shipping rate calculation. We left it here for your convenience, so that you could see it and adjust the rates on the shipping method editing page accordingly.'),
('pt', 'store_locator.text_pickup_instruction', 'The \"Customer pick-up\" shipping method offers a customer to choose a store to pick up a product from. The stores can be created in the \"Store location\" add-on<br /><b>Store creation:</b> <a href=\"[store_locator]\">Store location</a>'),
('pt', 'store_locator.use_two_fingers_for_move_map', 'Use two fingers to move the map'),
('pt', 'store_locator.work_time', 'Working hours'),
('pt', 'store_mode', 'Modo de licenciamento'),
('pt', 'store_mode.enterprise', 'Enterprise'),
('pt', 'store_mode.plus', 'Plus'),
('pt', 'store_mode.ultimate', 'Ultimate'),
('pt', 'store_mode_changed', 'Modo de licenciamento foi alterado'),
('pt', 'store_number', 'Número da loja'),
('pt', 'store_object_denied', 'O [object_type] [object_name] não está disponível para esta loja.'),
('pt', 'store_rating', 'Store rating'),
('pt', 'store_theme', 'Tema da loja'),
('pt', 'subcategories', 'Subcategorias'),
('pt', 'subcategories_tree_cat', 'Subcategories tree'),
('pt', 'subject', 'Objeto'),
('pt', 'submit', 'Enviar'),
('pt', 'submit_my_order', 'Enviar meu pedido'),
('pt', 'subpages', 'Subpáginas'),
('pt', 'subscribe', 'Inscreva-se'),
('pt', 'subscribed', 'Subscribed'),
('pt', 'subscribed_to', 'Subscribed to [num] lists'),
('pt', 'subscriber', 'Assinante'),
('pt', 'subscribers', 'Assinantes'),
('pt', 'subscribers_date', 'Subscribers date'),
('pt', 'subscribers_menu_description', 'Gerenciar configurações e assinantes da newsletter.'),
('pt', 'subscribers_menu_item_text', 'Assinantes'),
('pt', 'subscribers_no_promo', 'No promotion'),
('pt', 'subscribers_num', 'Número de assinantes'),
('pt', 'subscribers_promo_subject', 'Thank you for subscribing! Use the coupon code [coupon] in our special offer \"[promotion]\".'),
('pt', 'subscriber_email', 'E-mail do assinante'),
('pt', 'subscription', 'Subscription'),
('pt', 'subscriptions', 'Assinaturas'),
('pt', 'subtotal', 'Subtotal'),
('pt', 'subtotal_sum', 'Somatória do subtotal'),
('pt', 'subtract', 'Subtrair'),
('pt', 'suburb', 'Subúrbio'),
('pt', 'successful', 'Sucesso'),
('pt', 'successfully_registered', 'Registrado com sucesso'),
('pt', 'successful_login', 'Você foi conectado com sucesso.'),
('pt', 'success_registration_text', 'Parabéns! O registro foi bem sucedido! <br/>Agora, você tem acesso completo a todas as funcionalidades da loja. Clique em \"Minha conta\" para vê-los.'),
('pt', 'suffix', 'Sufixo'),
('pt', 'summary', 'Resumo'),
('pt', 'supplier', 'Fornecedor'),
('pt', 'suppliers', 'Fornecedores'),
('pt', 'suppliers.event.order.supplier_notified.name', 'Vendedor: estado do pedido mudou para [status]'),
('pt', 'suppliers.supplier_notifications', 'Notificações de fornecedores'),
('pt', 'suppliers_menu_description', 'Lista de contas de fornecedores registrado na loja.'),
('pt', 'supplier_deleted', 'Fornecedor foi removido com sucesso.');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('pt', 'supplier_email_header', 'Os seguintes produtos foram comprados em nossa loja e precisam ser enviados.'),
('pt', 'supplier_id', 'Fornecedor'),
('pt', 'surcharge', 'Acréscimo'),
('pt', 'surcharge_title', 'Título do acréscimo'),
('pt', 'suspended', 'Suspended'),
('pt', 'suspend_alert', '<p>Your account is suspended. To lift the suspension, please contact us.</p>'),
('pt', 'sw.about_store', 'About store'),
('pt', 'sw.access_to_admin_panel_and_storefront', 'Immediate access to admin panel and storefront'),
('pt', 'sw.access_to_admin_panel_and_storefront.description', 'Applying vendors get the \"Active\" status. They immediately appear on the storefront and gain access to their admin panel. At the same time, their first vendor plan fee also becomes due for payment.'),
('pt', 'sw.access_to_admin_panel_approval_storefront', 'Immediate access to admin panel; approval for storefront'),
('pt', 'sw.access_to_admin_panel_approval_storefront.description', 'Applying vendors get the \"Pending\" status. They don\'t appear on the storefront yet, but gain access to their admin panel and can start working on their products. Once you change their status to \"Active\", their first vendor plan fee becomes due for payment.'),
('pt', 'sw.accounting', 'Accounting'),
('pt', 'sw.activate', 'Activate'),
('pt', 'sw.activated', 'Activated'),
('pt', 'sw.address_text', 'Company address (street, house, etc.)'),
('pt', 'sw.admin_notifications', 'Admin notifications'),
('pt', 'sw.allow_negative_amount', 'Allow negative amount in inventory'),
('pt', 'sw.allow_vendors_to_register_by_themselves', 'Allow vendors to register by themselves'),
('pt', 'sw.apply', 'Apply'),
('pt', 'sw.approval_access_to_admin_panel_and_storefront', 'Approval for access to admin panel and storefront'),
('pt', 'sw.approval_access_to_admin_panel_and_storefront.description', 'Applying vendors get the \"New\" status. After you verify them, they\'ll get the \"Active\" status and gain access to their admin panel and the storefront. Their first vendor plan fee will also become due for payment.'),
('pt', 'sw.branding_and_colors', 'Branding and colors'),
('pt', 'sw.business_model', 'Business Model'),
('pt', 'sw.check_newly_registered_vendors', 'Check newly-registered vendors manually before they appear on the storefront'),
('pt', 'sw.city', 'Company city'),
('pt', 'sw.collect_taxes_from_vendors', 'Collect taxes from vendors'),
('pt', 'sw.company_name', 'Company name'),
('pt', 'sw.company_start_year', 'Year when the store started its operation'),
('pt', 'sw.configure', 'Configure'),
('pt', 'sw.confirm_demo_data_removal_title', 'Remove the data?'),
('pt', 'sw.country', 'Company country'),
('pt', 'sw.delete_demo_data', 'Apagar os dados'),
('pt', 'sw.demo_data_removed', 'Demo data removed.'),
('pt', 'sw.design', 'Design'),
('pt', 'sw.disable', 'Disable'),
('pt', 'sw.easy_admin_panel_for_vendors', 'Easy admin panel for vendors'),
('pt', 'sw.edit_design', 'Edit design'),
('pt', 'sw.edost', 'eDost'),
('pt', 'sw.ems_russian_post', 'EMS Russian Post'),
('pt', 'sw.enable', 'Enable'),
('pt', 'sw.enable_inventory_tracking', 'Enable inventory tracking'),
('pt', 'sw.enable_quick_view', 'Enable quick view'),
('pt', 'sw.enable_vendor_location_using_google_map', 'Let vendors set their location on Google Maps'),
('pt', 'sw.error_removing_demo_data', 'An error occurred while removing the demo data'),
('pt', 'sw.error_updating_payment', 'Error occured during payment method update'),
('pt', 'sw.fax', 'Fax'),
('pt', 'sw.fedex', 'FedEx'),
('pt', 'sw.google_analytics.tracking_code', 'Google Analytics account number'),
('pt', 'sw.goto_shipping_methods', 'Go to shipping methods'),
('pt', 'sw.grace_period_to_refill_balance', 'Bloquear fornecedor após dias'),
('pt', 'sw.keep_demo_data', 'Manter os dados'),
('pt', 'sw.location', 'Location'),
('pt', 'sw.logo_mail', 'Email'),
('pt', 'sw.logo_recommended_size_text', 'tamanho recomendado [height] px x [width] px'),
('pt', 'sw.logo_theme', 'Main'),
('pt', 'sw.lowers_allowed_balance', 'Saldo mínimo permitido do fornecedor'),
('pt', 'sw.marketplace_setup_wizard', 'Marketplace setup wizard'),
('pt', 'sw.min_order_amount', 'Minimum order amount'),
('pt', 'sw.moderation', 'Moderation'),
('pt', 'sw.money_goes_to_owner', 'O cliente faz um único pagamento, todo o dinheiro vai para você'),
('pt', 'sw.money_goes_to_owner_descr', 'The money owed to the vendor is tracked in the admin panel. A vendor can request money withdrawal through the admin panel. You forward the money to vendors as you see fit.'),
('pt', 'sw.money_goes_to_vendor', 'O cliente faz diversos pagamentos (um para cada vendedor)'),
('pt', 'sw.money_goes_to_vendor_descr', 'Cada vendedor tem de criar as próprias formas de pagamento. O dinheiro vai diretamente para os vendedores, e a comissão do marketplace é adicionada à dívida deles. Pagar o marketplace se torna responsabilidade do vendedor.'),
('pt', 'sw.money_split_automaticaly', 'O cliente faz um único pagamento, o dinheiro é dividido automaticamente'),
('pt', 'sw.money_split_automaticaly_descr', 'This is achieved via [stripe_connect], so each vendor must have a Stripe account. We\'ll create a payment method for you. You\'ll just need to configure it, and vendors will need to provide their account information.'),
('pt', 'sw.money_split_automaticaly_descr.ru', 'This is achieved via YooMoney for marketplaces, so each vendor must have a YooMoney account. We\'ll create a payment method for you. You\'ll just need to configure it, and vendors will need to provide their account information.'),
('pt', 'sw.more_themes_in_marketplace', 'Mais temas no Marketplace'),
('pt', 'sw.notifications', 'Notifications'),
('pt', 'sw.order_start_id', 'Initial order ID value (leave empty for auto)'),
('pt', 'sw.over_payment_system', 'Use another payment system'),
('pt', 'sw.payments', 'Payments'),
('pt', 'sw.payment_not_found', 'The Yandex.Money payment method not found'),
('pt', 'sw.phone', 'Company phone'),
('pt', 'sw.phone_2', 'Company phone 2'),
('pt', 'sw.preview', 'Preview'),
('pt', 'sw.products_prior_approval', 'Premoderate all new products'),
('pt', 'sw.products_updates_approval', 'Premoderate all updated products'),
('pt', 'sw.product_tabs_and_properties', 'Product tabs and properties'),
('pt', 'sw.remove', 'Clean up'),
('pt', 'sw.remove_demo_data_text', 'Clean up orders, products, categories, user profiles, and related data'),
('pt', 'sw.russian_post', 'Russian Post'),
('pt', 'sw.selected_design', 'Current design'),
('pt', 'sw.select_image', 'Select image'),
('pt', 'sw.select_model', 'Select model'),
('pt', 'sw.select_money_transfer_methods', 'Select one of the following models, and we\'ll handle most of the setup for you.'),
('pt', 'sw.select_right_design', 'Pick a design preset'),
('pt', 'sw.send', 'Send'),
('pt', 'sw.settings', 'Settings'),
('pt', 'sw.set_up_vendor_profile_fields', 'What information about vendors do you need?'),
('pt', 'sw.shippings', 'Shipping services'),
('pt', 'sw.show_out_of_stock_products', 'Mostrar produtos esgotados'),
('pt', 'sw.site_admin_email', 'Site administrator e-mail address'),
('pt', 'sw.state', 'Company state'),
('pt', 'sw.store_setup_wizard', 'Store setup wizard'),
('pt', 'sw.store_setup_wizard_short', 'Setup wizard'),
('pt', 'sw.text_about_store_header', 'Fill out the contact information about your store'),
('pt', 'sw.text_business_model_header', 'Choose your business model and checkout flow'),
('pt', 'sw.text_confirm_demo_data_removal', 'All orders, products, product categories, customer profiles, and associated data (tags, comments, etc.) including the data added by you <b>will be permanently removed.</b> This operation cannot be undone. Are you sure you want to continue?'),
('pt', 'sw.text_design_header', 'Select your storefront design and upload the logo'),
('pt', 'sw.text_payments_header', 'Set up the service to recieve payments'),
('pt', 'sw.text_settings_header', 'Configure product catalog settings'),
('pt', 'sw.text_shippings_header', 'Select shipping services'),
('pt', 'sw.text_vendors_header', 'Set up how you work with vendors and their data'),
('pt', 'sw.timezone', 'Time zone'),
('pt', 'sw.upload_logo', 'Upload logo'),
('pt', 'sw.ups', 'UPS'),
('pt', 'sw.usps', 'USPS'),
('pt', 'sw.vendors', 'Vendors'),
('pt', 'sw.vendor_data_premoderation', 'Vendor data premoderation'),
('pt', 'sw.vendor_notifications', 'Vendor notifications'),
('pt', 'sw.vendor_onboarding', 'Vendor onboarding'),
('pt', 'sw.vendor_panel', 'Vendor panel'),
('pt', 'sw.vendor_profile_fields', 'Vendor profile fields'),
('pt', 'sw.vendor_profile_updates_approval', 'Premoderate all new vendors'),
('pt', 'sw.vendor_registration_flow', 'Vendor registration flow'),
('pt', 'sw.website', 'Company website'),
('pt', 'sw.ym_merchant_country', 'Country'),
('pt', 'sw.ym_merchant_forma', 'Ownership'),
('pt', 'sw.zipcode', 'Company zip code'),
('pt', 'sweden', 'Suécia'),
('pt', 'swedish', 'Sueco'),
('pt', 'swing', 'Balanço'),
('pt', 'switch_layout', 'Layout'),
('pt', 'symbol', 'Símbolo'),
('pt', 'sync_data', 'Sync data'),
('pt', 'system', 'Sistema'),
('pt', 'system_environment', 'System environment'),
('pt', 'system_of_measurement', 'System of measurement'),
('pt', 's_first_name_and_last_name', 'First name and last name (for shipping)'),
('pt', 's_fullname', 'Full name (for shipping)'),
('pt', 's_last_name_and_first_name', 'Last name and first name (for shipping)'),
('pt', 'tab', 'Guia'),
('pt', 'table', 'Tabela'),
('pt', 'tables', 'Tabelas'),
('pt', 'table_column_has_been_deleted', 'Product column has been deleted successfully.'),
('pt', 'table_conditions', 'Condições da tabela'),
('pt', 'tabs', 'Guias'),
('pt', 'tag', 'Tag'),
('pt', 'tags', 'Tags'),
('pt', 'tags_menu_description', 'Gerencia as tags de produtos e páginas.'),
('pt', 'tag_cloud', 'Nuvem de tags'),
('pt', 'tax', 'IVA'),
('pt', 'taxes', 'Impostos'),
('pt', 'taxes_menu_description', 'Gerencie o conjunto de impostos que são suportados em sua loja.'),
('pt', 'tax_exempt', 'Isento de impostos'),
('pt', 'tax_number', 'Tax number'),
('pt', 'tax_rates', 'Taxas de IVA'),
('pt', 'temando_centimetres', 'centímetros'),
('pt', 'temando_feet', 'pés'),
('pt', 'temando_inches', 'polegadas'),
('pt', 'temando_method_depottodepot', 'Depósito para depósito'),
('pt', 'temando_method_doortodoor', 'De porta em porta'),
('pt', 'temando_metres', 'metros'),
('pt', 'temando_package_backpack', 'Mochila'),
('pt', 'temando_package_bale', 'Bale'),
('pt', 'temando_package_box', 'Caixa'),
('pt', 'temando_package_bunch', 'Monte'),
('pt', 'temando_package_bundle', 'Pacote'),
('pt', 'temando_package_carton', 'Caixa'),
('pt', 'temando_package_crate', 'Caixote'),
('pt', 'temando_package_cylinder', 'Cilindro'),
('pt', 'temando_package_documentenvelope', 'Documento de Envelope'),
('pt', 'temando_package_drum', 'Tambor'),
('pt', 'temando_package_flatpack', 'Flat Pack'),
('pt', 'temando_package_letter', 'Carta'),
('pt', 'temando_package_pail', 'Balde'),
('pt', 'temando_package_pallet', 'Pálete'),
('pt', 'temando_package_parcel', 'Parcela'),
('pt', 'temando_package_pipe', 'Tubulação'),
('pt', 'temando_package_roll', 'Rolo'),
('pt', 'temando_package_satchel', 'Mochila/saco'),
('pt', 'temando_package_skid', 'Skid'),
('pt', 'temando_package_suitcase', 'Mala'),
('pt', 'temando_package_tube', 'Tubo'),
('pt', 'temando_package_unpackaged', 'Fora da embalagem ou n/a'),
('pt', 'temando_package_wheel', 'Roda/pneu'),
('pt', 'temando_subclass_excessbaggage', 'Excesso de bagagem'),
('pt', 'temando_subclass_furniture', 'Móveis'),
('pt', 'temando_subclass_householdgoods', 'Bens domésticos'),
('pt', 'temando_subclass_other', 'Outros (etc.)'),
('pt', 'temando_system', 'Sistema Temando'),
('pt', 'temando_weight_grams', 'Gramas'),
('pt', 'temando_weight_kilograms', 'Quilogramas'),
('pt', 'temando_weight_ounces', 'Onças'),
('pt', 'temando_weight_pounds', 'Libras'),
('pt', 'template', 'Modelo'),
('pt', 'templates', 'Templates'),
('pt', 'templates_tree', 'Árvore de modelos'),
('pt', 'template_document_gift_certificate_default', 'Vales-presente: padrão'),
('pt', 'template_document_order_imagem', 'Invoice'),
('pt', 'template_document_order_image_product', 'Imagem do produto'),
('pt', 'template_document_order_invoice', 'Invoice'),
('pt', 'template_document_order_summary', 'Order summary'),
('pt', 'template_document_packing_slip_default', 'Packing slip'),
('pt', 'template_document_product_imagem', 'Invoice'),
('pt', 'template_document_rma_packing_slip_default', 'Return request: packing slip'),
('pt', 'template_document_supplier_order_invoice', 'Fornecedores: nota de venda'),
('pt', 'terminal', 'Terminal'),
('pt', 'terminal_id', 'Código do terminal'),
('pt', 'terms_and_conditions', 'Terms and conditions'),
('pt', 'terms_and_conditions_content', '<p>Please read these Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before using the <a href=\"http://www.mywebsite.com\">http://www.mywebsite.com</a> website and the My Mobile App mobile application (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").</p><p><strong>By accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong></p><p><strong>Purchases</strong></p><p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase including, without limitation, your ...</p><p><strong>Content</strong></p><p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\"). You are responsible for the ...</p><p><strong>Changes</strong></p><p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.</p><p><strong>Contact Us</strong></p><p>If you have any questions about these Terms, please contact us.</p>'),
('pt', 'test', 'Testar'),
('pt', 'testimonials', 'Depoimentos'),
('pt', 'test_live_mode', 'Modo de teste/Live'),
('pt', 'test_mode', 'Modo de teste'),
('pt', 'test_rate_calculation', 'Test rate calculation'),
('pt', 'text', 'Texto'),
('pt', 'textarea', 'Caixa de texto'),
('pt', 'texts_languages', 'Textos e idiomas'),
('pt', 'text_2checkout_notice', '<b>Nota</b>: para acompanhar seus pedidos da 2Checkout com o software de carrinho de compras, você tem que tomar essas medidas: <br /> <br />- Faça login na sua conta do 2Checkout <br />- Clique em <u>\'Gerenciamento de Site\'</u> na seção <u>\'Conta\'</u>. <br />- Selecionar opção <b>\'Dado links para meu site\'</b> a subseção <u>\' retornar direto \'</u> <br /> - Atribua \' <u>URL aprovado \'</u> e <u>Pendente \' URL</u> para: <br /> <b>[return_url]</b> <br /> - Atribua <u>A palavra \' segredo \'</u>. A palavra segredo é conhecida apenas pelo o vendedor e 2CheckOut. <br />'),
('pt', 'text_2co_ins', 'Serviço de notificação instantânea (INS)'),
('pt', 'text_access_notice', 'Você pode usar caracteres curinga para as guias de \"Domínio\", \"E-mail\" e \"Cartão de crédito\": <br /> <b>*</b> - pode representar qualquer número de caracteres, incluindo zero <br /> <b>?</b> - pode representar um único caracter.'),
('pt', 'text_additional_detailed_image', '(exibido numa janela pop-up)'),
('pt', 'text_additional_storefront_license_required', '<p>You can\'t add a new storefront. The maximum number of storefronts allowed by your current license <code>[license_number]</code> is [allowed_storefronts], and you currently have [existing_storefronts].</p><p>To be able to add another storefront, please buy additional [product] Storefront License. If you want to add multiple new storefronts, buy the corresponding number of licenses.</p>'),
('pt', 'text_additional_thumbnail', '(exibido na página de detalhes do produto em \"Fotos adicionais\")'),
('pt', 'text_addon_cannot_enable', 'Add-on \"[addon_name]\" é incompatível com os seguintes add-ons: [addons]. Ele não pode ser ativado'),
('pt', 'text_addon_confclicts', 'Add-on \"[addon_name]\" é incompatível com os seguintes add-ons: [addons]. Estes add-ons serão desativados automaticamente.'),
('pt', 'text_addon_confclicts_on_install', 'Add-on \"[addon_name]\" é incompatível com os seguintes add-ons: [addons]. Ele não foi ativado. Ative-o manualmente e todos os add-ons incompatíveis serão desativados automaticamente.'),
('pt', 'text_addon_disable_dependencies', 'The add-on cannot be disabled because the following add-ons depend on it: [addons]'),
('pt', 'text_addon_enable_dependencies', 'The add-on cannot be enabled because it depends on the following add-ons: [addons]'),
('pt', 'text_addon_installed', 'O Add-on <b>\"[addon]\"</b> foi instalado com sucesso'),
('pt', 'text_addon_install_dependencies', 'O add-on não pode ser instalado porque uma dependência no add-on [addon] está definida para ele. Por favor, instale o add-on [addon] primeiro.'),
('pt', 'text_addon_refreshed', 'The settings and language variables of the <b>\"[addon]\"</b> add-on have been updated successfully'),
('pt', 'text_addon_uninstalled', 'O add-on <b>\"[addon]\"</b> foi desinstalado.'),
('pt', 'text_addon_uninstall_dependencies', 'O complemento não pode ser desinstalado porque os seguintes add-ons dependem dele: [addons]'),
('pt', 'text_addresses_wildcards', 'Você pode usar caracteres especiais neste campo:<br /><b>\'?\'</b>- qualquer caractere único<br /><b>\'*\'</b>- qualquer quantidade de caracteres<br /><br /><u>Exemplo:</u><br /><b>Rua *</b>&nbsp;&nbsp;(corresponde a Rua Brasil, Rua Mato Grosso, etc)'),
('pt', 'text_address_not_found', 'Endereço não encontrado'),
('pt', 'text_admin_new_orders', 'Esta seção mostra os pedidos que você nunca viu.'),
('pt', 'text_allowed_to_upload_file_extension', 'The following file extensions are supported: <b>[ext]</b>.'),
('pt', 'text_all_categories_included', 'Todas as categorias incluídas'),
('pt', 'text_all_products_included', 'Todos os produtos incluídos'),
('pt', 'text_amazon_callback_url', 'Importante! Você deve especificar a URL <b>[callback_url] </b> como a Merchant URL no site da Amazon (Configurações > Checkout Pipeline). Caso contrário, você não será capaz de aceitar pagamentos através do Amazon Checkout na sua loja'),
('pt', 'text_amazon_failed_order', 'Nenhuma resposta foi recebida ainda do Amazon Checkout, por favor, espere. Embora o pedido não pode ser criada na loja, é altamente provável que foi processada com sucesso pelo Amazon Checkout. Por favor entre em contato com o pessoal da loja e diga o ID do seu pedido conforme fornecido pela Amazon'),
('pt', 'text_amazon_incorrect_products_count', 'Número de produtos em seu carrinho difere do número de produtos na solicitação da Amazon.'),
('pt', 'text_amazon_link_message', 'Para fins de teste, o Merchant URL pode ser o link HTTP para sua loja, mas o modo online requer conexão segura e você deve usar o link HTTPS. Além disso, lembre-se de ativar o modo de produção no site Central de vendedor da Amazon, quando você estiver pronto para ficar online.'),
('pt', 'text_amazon_surcharge', '<b>Atenção:</b> De acordo com as <a href=\'https://payments.amazon.com/sdui/sdui/about?nodeId=6019\' target=\'_blank\'>políticas da Amazon</a> (seção B4.2) o uso de acréscimos não é suportado. Quaisquer acréscimos definidos serão ignorados se você usar o Amazon Checkout.'),
('pt', 'text_anonymize_question', 'Once you anonymize someone, all their personal information will be replaced with randomly-generated data. This action can not be undone, unless you restore the database from a backup. Are you sure you want to proceed?'),
('pt', 'text_anonymous_checkout', 'Você deve possuir uma conta para avançar para checkout'),
('pt', 'text_answer_type', 'Forneça uma resposta em texto'),
('pt', 'text_applied_promotions', 'Promoções ativas'),
('pt', 'text_approval_notice', 'Este post precisa de aprovação'),
('pt', 'text_are_you_sure_to_delete_file', 'Tem certeza que deseja excluir o item?'),
('pt', 'text_are_you_sure_to_proceed', 'Tem a certeza que deseja prosseguir?'),
('pt', 'text_atos_notice', '<b>Nota:</b><br />1. Copie o certificado que você recebeu para o diretório [home_path]. Renomeie o certificado para certif.fr.[my_merchant_id], onde [my_merchant_id] é seu número do site.<br /> 2. Renomeie o arquivo de parâmetros da loja (parmcom.014213245611111) para parmcom.[my_merchant_id].<br />3. Altere o arquivo <b>pathfile</b> no diretório  <b>[home_path]</b><br />- Substutuir o texto \'<u>D_LOGO![some_dir]!</u>\' por \'<u>D_LOGO![http_path]/logo/!</u>\'<br />- Substituir o texto \'<u>F_DEFAULT![/some_dirs/parmcom.sogenactif]!</u>\' por \'<u>F_DEFAULT![home_path]/parmcom.sogenactif!</u>\'<br />- Substituir o texto \'<u>F_PARAM![/some_dirs/parmcom]!</u>\' por \'<u>F_PARAM![home_path]/parmcom!</u>\'<br />- Substituir o texto \'<u>F_CERTIFICATE![/some_dirs/certif]!</u>\' por \'<u>F_CERTIFICATE![home_path]/certif!</u>\'<br />4.Alterar o arquivo <b>parmcom.[some_number]</b> no diretório <b>[home_path]</b><br />- Alterar texto \'<u>AUTO_RESPONSE_URL![some_url]!</u>\' por \'<u>AUTO_RESPONSE_URL![auto_url]!</u>\'<br />- Alterar texto \'<u>CANCEL_URL![some_url]!</u>\' por \'<u>CANCEL_URL![ok_url]!</u>\'<br />- Alterar texto \'<u>RETURN_URL![some_url]!</u>\' por \'<u>RETURN_URL![ok_url]!</u>\'<br />'),
('pt', 'text_atos_warning', '<span style=\"color:#FF2222\"> atenção!!!</span> O caminho para  arquivos atos devem consistir em não mais de 60 símbolos, caso contrário copie a pasta atos_files para algum diretório pai, por exemplo, para o diretório de raiz do carrinho. Também verifique se que o diretório de arquivos de atos tem permissões completas.'),
('pt', 'text_authentication_failed_message', 'Sua instituição financeira indicou que ele não poderia  autenticar esta transação com sucesso. Para proteger contra uso não autorizado, este cartão não pode ser utilizado para concluir a compra. Você pode finalizar a compra, selecionando uma outra forma de pagamento.'),
('pt', 'text_backup_filename_hint', 'To download this backup, click the gear icon and select Download'),
('pt', 'text_backup_management_notice', 'Esta seção permite que você gerencie seus arquivos de backup... <br /> - Para restaurar o banco de dados, marque a caixa perto do nome de arquivo apropriado e clique em Restaurar. <br /> - Para excluir arquivos, marque as caixas de verificação perto os arquivos que precisam ser excluído e clique em Remover. <br /> - Para baixar um arquivo para seu computador local, clique no nome do arquivo.'),
('pt', 'text_banner', 'Banner de texto'),
('pt', 'text_billing_address_is_different_from_shipping', 'O endereço da fatura é diferente do endereço de entrega'),
('pt', 'text_billing_same_with_shipping', 'Os endereços de cobrança e entrega são os mesmos'),
('pt', 'text_block_trial_notice', 'Seu período de avaliação de 30 dias expirou. Por favor, comprar uma licença ([href]) ou remova o software do seu servidor.'),
('pt', 'text_box', 'Caixa de texto'),
('pt', 'text_buy_new_license', 'If you don\'t have a license number yet, you can purchase it at our official website.'),
('pt', 'text_cannot_apply_points_to_this_order_because_total', 'Infelizmente, não é possível aplicar pontos neste pedido, porque o custo total é zero.'),
('pt', 'text_cannot_apply_points_to_this_order_because_user', 'Infelizmente, não é possível aplicar pontos neste pedido porque você não tem pontos suficientes na conta.'),
('pt', 'text_cannot_create_directory', 'Não é possível criar o diretório <b>[directory]</b>. Por favor, verifique as permissões.'),
('pt', 'text_cannot_create_file', 'Não foi possível criar o arquivo <b>[file]</b>. Por favor, verifique as permissões do diretório.'),
('pt', 'text_cannot_create_file_check_file', 'Сouldn\'t create the file. Please try again or choose another file.'),
('pt', 'text_cannot_delete_directory', 'Não foi possível remover o diretório <b>[directory]</b>. Por favor, verifique as permissões.'),
('pt', 'text_cannot_delete_file', 'Não foi possível remover o arquivo <b>[file]</b>. Por favor, verifique as permissões.'),
('pt', 'text_cannot_rename_directory', 'Não é possível renomear o diretório <b>[directory]</b>. Por favor, verifique as permissões.'),
('pt', 'text_cannot_rename_file', 'Não foi possível renomear o arquivo <b>[file]</b>. Por favor, verifique as permissões.'),
('pt', 'text_cannot_restore_directory', 'Não é possível restaurar o diretório <b>[directory]</b> do repositório. Por favor, verifique se o repositório existe.'),
('pt', 'text_cannot_restore_file', 'Não foi possível restaurar o arquivo <b>[file]</b> do repositório. Por favor, verifique se o repositório existe.'),
('pt', 'text_can_be_used_once', 'O cupão só pode ser utilizado uma vez. O mesmo já se encontra ativo.'),
('pt', 'text_cart_amount_changed', 'A quantidade do produto <b>[product]</b> no seu carrinho foi alterada para o  permitido.'),
('pt', 'text_cart_amount_corrected', 'A quantidade de produtos no estoque não é suficiente para este pedido. A quantidade do produto <b>[product]</b> foi ajustada no carrinho.'),
('pt', 'text_cart_empty', 'Seu carrinho está vazio'),
('pt', 'text_cart_max_qty', 'Quantidade máxima para \"[product]\" é de <b>[quantity]</b>'),
('pt', 'text_cart_min_qty', 'Quantidade mínima para \"[product]\" é de <b>[quantity]</b>'),
('pt', 'text_cart_not_enough_inventory', 'O número de produtos no estoque não é suficiente para o seu pedido'),
('pt', 'text_cart_zero_inventory', 'O artigo <b>[product]</b> está esgotado e não pode ser adicionado ao carrinho'),
('pt', 'text_cart_zero_inventory_and_removed', 'O artigo <b>[product]</b> está esgotado, tendo sido removido do carrinho'),
('pt', 'text_catalog_mode_zero_price_action_notice', 'A fim de que o botão \"Comprar agora\" possa ser exibido na página de detalhes do produto, por favor, defina \"Ação de preço zerado\" como \"Permitir que clientes adicionem o produto ao carrinho\".'),
('pt', 'text_categories_have_been_deleted', 'Categorias foram removidas com sucesso.'),
('pt', 'text_category_delimiter', 'Delimitador de caminho da categoria para categoria dp produto principal (ex. , \"Computadores///Desktops\")'),
('pt', 'text_category_detailed_image', '(exibido opcionalmente apenas na página de detalhes da categoria)'),
('pt', 'text_category_has_been_deleted', 'Categoria, subcategorias e seus produtos foram removidos com sucesso.'),
('pt', 'text_category_icon', '(exibido na lista e página de detalhes da categoria)'),
('pt', 'text_cc_javascript_disabled', 'Note! Your browser has the <b>JavaScript</b> disabled. To pay for your order click'),
('pt', 'text_cc_number_is_blocked', 'O número de cartão de crédito <b>[cc_number]</b> está bloqueado pelo administrador. Por favor entre em contato com o administrador da loja, ou tente outro cartão.'),
('pt', 'text_cc_processor_connection', 'Conectando-se ao <b>[processor]</b>...'),
('pt', 'text_cdn_check', '<strong>Atenção:</strong> Faça testes em alguma URL estática, por exemplo: <a href=\"[url]\">[url]</a> para certificar-se de que está funcionando antes de ativar a CDN (você pode ativá-la depois que o armazenamento estiver disponível). A ativação do armazenamento normalmente ocorre após 10 ou 15 minutos (o campo \"Status\" deve mostrar \"Ativo\", atualize a página para verificar).'),
('pt', 'text_cdn_setup', 'CDN foi configurado com sucesso.'),
('pt', 'text_changes_not_saved', 'As alterações não foram salvas.'),
('pt', 'text_changes_saved', 'As alterações foram salvas.'),
('pt', 'text_change_password', 'Entrou na sua conta. Altere a palavra chave e clique no botão \"Guardar\"'),
('pt', 'text_character_identifier_tooltip', 'A character sequence that serves as an identifier. You can use figures from 0 to 9, symbols of the English alphabet and the following signs: \"-\", \"_\", \".\".'),
('pt', 'text_checkout_new_profile_notice', 'Se você for um novo cliente, precisamos de seus dados pessoais.'),
('pt', 'text_cities_wildcards', 'Você pode usar caracteres especiais neste campo:<br /><b>\'?\'</b>- qualquer caractere único<br /><b>\'*\'</b>- qualquer quantidade de caracteres<br /><br /><u>Exemplo:</u><br /><b>São J*</b>&nbsp;&nbsp;(corresponde a São José dos Campos, São João da Boa Vista, etc)<br /><b>R?n*</b>&nbsp;&nbsp; (corresponde a Rancharia, Rinópolis, etc)'),
('pt', 'text_click_here', 'Clique aqui para ver detalhes'),
('pt', 'text_cmcic_notice', 'Por favor, defina a seguinte URL como o <b>CGI2</b>: <b>[postback_url]</b>'),
('pt', 'text_cmpi_frame_message', 'Para sua segurança, por favor, preencha o formulário abaixo para concluir o seu pedido. Não clique em atualizar ou botão voltar, esta transação pode ser interrompida ou cancelada.'),
('pt', 'text_cmpi_go_back', 'Voltar'),
('pt', 'text_combination_out_of_stock', 'Não há nenhum produtos com as opções selecionadas em estoque'),
('pt', 'text_companies_activated', 'As empresas selecionadas foram ativadas'),
('pt', 'text_companies_disabled', 'As empresas selecionadas foram desativadas'),
('pt', 'text_company_status_active_subj', 'Sua empresa foi ativada.'),
('pt', 'text_company_status_active_to_pending', 'Seu status de fornecedor foi alterado de ativo para pendente.'),
('pt', 'text_company_status_changed', 'Status da sua empresa [company] foi alterado para [status].'),
('pt', 'text_company_status_disabled_subj', 'Sua empresa foi desativada.'),
('pt', 'text_company_status_disabled_to_pending', 'Seu status de fornecedor foi alterado de desativado para pendente.'),
('pt', 'text_company_status_new_to_active', 'Sua solicitação para ser um fornecedor [company] foi aprovada.'),
('pt', 'text_company_status_new_to_active_administrator_created', 'New administrator was created. You can access to the administrator area: <a href=\"[link]\">[link_text]</a> by using the following credentials:<br />Login: [login]<br />Password: [password]'),
('pt', 'text_company_status_new_to_active_administrator_updated', 'Type of your account [login] changed to administrator. You may login into the administrator area: <a href=\"[link]\">[link_text]</a>'),
('pt', 'text_company_status_new_to_active_subj', 'Sua solicitação para ser um fornecedor foi aprovada.'),
('pt', 'text_company_status_new_to_disable', 'Seu pedido para ser fornecedor de [company] foi rejeitado.'),
('pt', 'text_company_status_new_to_disable_subj', 'Sua solicitação para ser um fornecedor foi rejeitada.'),
('pt', 'text_company_status_new_to_pending', 'Parabéns! Sua solicitação para ser um fornecedor foi aprovada. Depois de analisarmos os dados de sua conta eles serão publicados em nossa loja.'),
('pt', 'text_company_status_pending', 'O status pendente permite que você faça login no painel administrativo, altere as informações de sua empresa e cadastre produtos em sua loja.'),
('pt', 'text_company_status_pending_subj', 'Sua solicitação está aguardando aprovação.'),
('pt', 'text_company_status_pending_to_active', 'Suas alterações de perfil para fornecedor de [company] foram aprovadas.'),
('pt', 'text_company_status_suspended_subj', 'Your account is suspended'),
('pt', 'text_conditions_cleared', 'Condições da tabela foram limpas'),
('pt', 'text_confirmation_page_header', 'Esta é uma página de confirmação. Você deve confirmar a operação antes que ela seja realizada.'),
('pt', 'text_confirm_passwd_recovery', 'Siga o seguinte link para confirmar o procedimento de recuperação da palavra chave'),
('pt', 'text_cpf_exists', 'CPF está vinculado a outra conta'),
('pt', 'text_created_new_vendors', 'A new vendor has registered and received access to the storefront and the admin panel. <a href=\"[link]\">Use this link to view the vendor.</a>'),
('pt', 'text_csrf_attack', 'Acesso negado: Possível ataque CSRF'),
('pt', 'text_customer_area_logo', 'Logotipo para a área de <b>cliente</b>'),
('pt', 'text_datatrans_notice', '<b>Note</b>: In order to track your Datatrans orders with the shopping cart software you have to take the following steps:<br /> <br /> -&nbsp;Log in to your Datatrans account<br /> -&nbsp;Click on the <u>\'Upp Data\'</u> link in the <u>\'Upp Administration\'</u> section.<br /> -&nbsp;Set <u>\'URL Post data format\'</u> to <b>\'Data in HTML FORM\'</b>.<br /> -&nbsp;Set <u>\'URL Post\'</u> to:<br /> <b>[post_url]</b><br /> -&nbsp;Click on the <u>\'Security\'</u> link in the <u>\'Upp Administration\'</u> section.<br /> -&nbsp;Select the <b>\'An additional merchant identification will be send with payment messages\'</b> option.<br /> -&nbsp;Generate new digital signature using the <u>\'Generate new sign\'</u> button.<br /> -&nbsp;Set generated value to the <u>\'Digital signature\'</u> field on the Datatrans payment configuration page in your store<br />'),
('pt', 'text_data_changed', 'As alterações não foram salvas. Clique em OK para continuar ou Cancelar para permanecer na página atual.'),
('pt', 'text_decrease_points_in_use', 'Os pontos utilizados no pedido foram subtraídos da conta de usuário.'),
('pt', 'text_deltapay_notice', '<b>Nota:</b> Por favor, envie as seguintes informações para o suporte da DeltaPay: <br />Payment page: \'<u>[payment_url]</u>\'<br />Success page: \'<u>[result_url]</u>\'<br />Failure page: \'<u>[result_url]</u>\' <br /> Cancel page: \'<u>[result_url]</u>\'<br />'),
('pt', 'text_directebanking_notice', 'Defina \'Success link\' para: <b>[success_url]</b> <br /> Defina \'Abort link\' para: <b>[abort_url]</b> <br /> Adicione novas notificações de HTTP e defina \'Notification URL\' para : <b>[notification_url]</b> <br /> Ative a verificação de entrada e defina \'Hash Algoritm\' para o \'SHA1\' <br />'),
('pt', 'text_directory_created', 'O diretório <b>[directory]</b> foi criado com sucesso.'),
('pt', 'text_directory_deleted', 'O diretório <b>[directory]</b> foi removido com sucesso'),
('pt', 'text_directory_renamed', 'O diretório <b>[directory]</b> foi renomeado com sucesso para <b>[to_directory]</b>'),
('pt', 'text_directory_restored', 'O diretório <b>[directory]</b> foi restaurado do repositório'),
('pt', 'text_downloads_empty', 'A sua lista de downloads está vazia'),
('pt', 'text_editing', 'Edição de texto'),
('pt', 'text_edp_product', 'Este produto é distribuído eletronicamente'),
('pt', 'text_ekey_not_valid', 'O link de confirmação é inválido ou expirou.'),
('pt', 'text_email_is_blocked', 'O endereço de email <b>[email]</b> está bloqueado pelo administrador. Por favor entre em contato com o administrador da loja, ou tente com outro.'),
('pt', 'text_email_sent', 'O e-mail foi enviado com sucesso.'),
('pt', 'text_emerchantpay_notice', 'Por favor, adicione esses campos de URL na sua configuração de forma de pagamento de eCommerce eMerchantPay: <br/> <br/> <b>BackReturn URL:</b> <br/> [backreturn_url] <br/> <br/> <b>Custom Approval URL:</b><br/>[notify_url]<br/><br/><b>Custom Decline URL:</b><br/>[decline_url]<br/><br/><b>Activate Notification URL:</b><br/>[process_url]'),
('pt', 'text_enabled_testimonials_notice', 'Os depoimentos estão desativados. Para ativá-los acesse <a href=\"[link]\">Comentários e avaliações: Opções</a> e escolha \"Comunicação\", \"Avaliação\" ou \"Comunicação e Avaliação\" no campo \"Depoimentos\".'),
('pt', 'text_enets_notice', 'Por favor, envie a seguinte URL para o gerenciador eNPS como uma URL de resposta para todos os três casos (sucesso, fracasso, cancelar): [r_url]'),
('pt', 'text_entered_html_was_sanitized', 'Some <strong>HTML tags</strong> that you have used <strong>were cut off</strong> because of the restrictions on inserting HTML tags such as &lt;object&gt;, &lt;iframe&gt;, &lt;embed&gt; and JavaScript code. That\'s why the content that you\'ve inserted via these tags will not be displayed.'),
('pt', 'text_enter_filename', 'Por favor, digite um novo nome de arquivo'),
('pt', 'text_error_adding_request', 'Erro ao adicionar o pedido.'),
('pt', 'text_exim_data_exported', 'Os dados foram exportados com sucesso'),
('pt', 'text_exim_data_imported', 'Os dados foram importados com sucesso. <br />Novos itens - <b>[new]</b>; <br />Itens atualizados - <b>[exist]</b>; <br />Itens ignorados- <b>[skipped]</b>; <br />Total - <b>[total]</b>.'),
('pt', 'text_exim_data_imported_clear', 'Os dados foram importados com sucesso.'),
('pt', 'text_exim_export_notice', 'Abaixo está uma lista dos campos que podem ser exportados. Os campos <b>destacados</b> são obrigatórios.'),
('pt', 'text_exim_import_features_note', '<h4>Product features import format</h4><code>(%Group name%) %Feature name%: %Feature type%[%Feature value%]</code>where,<dl class=\"dl-horizontal\"><dt>%Group name%</dt><dd>the name of feature group</dd><dt>%Feature name%</dt><dd>the name of feature</dd><dt>%Feature type%</dt><dd>the feature type (C - checkbox, M - multiple checkboxes, S - text select box, N - number select box, E - extended selectbox, T - simple text, O - number, D - date)</dd><dt>%Feature value%</dt><dd>the feature value (several values can be delimited by comma)</dd></dl><p>Several features must be delimited by semicolon.</p><h5>Example:</h5><code>ISBN: T[1233423423]; Release date: D[05/05/07]; Color: S[Red]</code>'),
('pt', 'text_exim_import_files_note', '<h4>Formato de importação de arquivo</h4><code>%File location%</code> onde ,<dl class=\"dl-horizontal\"><dt>%File location%</dt><dd>pode ser relativo ou absoluto em relação ao sistema de arquivos do servidor ou uma URL</dd></dl><p>Vários arquivos devem ser delimitados por vírgula.</p><h5>Exemplo1:</h5><code>file1.jpg</code><h5>Exemplo 2:</h5><code>backup/file1.zip, images/file2.jpg</code>'),
('pt', 'text_exim_import_images_note', '<h4>Formato de importação de imagens</h4><code>%Image location%#%Alternative text%</code> onde,<br><dl class=\"dl-horizontal\"><dt>%Image location%</dt><dd>pode ser relativo ou absoluto em relação ao sistema de arquivos do servidor ou uma URL,</dd><dt>%Alternative text%<dt><dd>texto alternativo da imagem</dd></dl><h5>Exemplo1:</h5><code>images/product_images/apples.jpg#Apples</code><h5>Exemplo 2:</h5><code>http://www.site.com/apples.jpg#Apples</code>'),
('pt', 'text_exim_import_notice', 'Abaixo está uma lista dos campos que o seu arquivo de dados pode conter. Os campos realçados em negrito são obrigatórios. Se você estiver importando dados com símbolos especiais (vírgulas, ponto e vírgula, etc), por favor, certifique-se que você tenha esses campos citados.'),
('pt', 'text_exim_import_options_note', '<h4>Product options import format</h4><code>%Option name%: %Option type%[{$ldelim}%Variant 1 ID%{$rdelim}%Variant 1%,{$ldelim}%Variant 2 ID%{$rdelim}%Variant 2%,{$ldelim}%Variant N ID%{$rdelim}%Variant N%]</code> where,<dl class=\"dl-horizontal\"><dt>%Option name%</dt><dd>the name of the option,</dd><dt>%Variant N ID%</dt><dd>the id of the variant,</dd><dt>%Variant N%</dt><dd>the name of the variant. Variants must be specified if the option type is a selectbox or radiogroup only.</dd><dt>%Option type%</dt><dd>the option type, can be the following:<br><ul><li><b>S</b> - selectbox,</li><li><b>R</b> - radiogroup,</li><li><b>C</b> - checkbox,</li><li><b>I</b> - simple input,</li><li><b>T</b> - textarea.</li></ul></dd></dl><p>Several options must be delimited by semicolon.</p><h5>Examples:</h5>Simple text options:<code>Your age: I; Date of birth: I; Notes: T</code><br>Options with variants:<code>Color: S[Red, Green, Blue]; Size: R[X, XL, XXL]</code>'),
('pt', 'text_exim_utf8_file_format', 'Por favor, certifique-se de que o arquivo que você está importando tem charset UTF-8 para importar correntemente'),
('pt', 'text_expired_license', 'Infelizmente, a sua assinatura para software [product] acabou. Por favor, renove-o assim que possível para evitar a suspensão do programa.'),
('pt', 'text_failed_gift_certificate_addition', 'Falha ao adicionar o vale. Certifica-se de que a quantidade geral não é zero.'),
('pt', 'text_features_delimiter', 'Delimiter between variant values of a product feature.'),
('pt', 'text_feedback_notice', 'Os parâmetros que serão enviados para o nosso servidor analisar a funcionalidade e a configuração atual estão listados abaixo. <br/> Por favor note que nenhuma informação pessoal ou financeira será enviada. Depois que você se familiarizar com a lista de parâmetros, clique em \"Enviar\". <br/>'),
('pt', 'text_files_directory', 'Diretório onde os arquivos de produto estão localizados. Isto será usado se os dados do campo \"Arquivo\" for especificados sem um caminho.'),
('pt', 'text_file_created', 'O arquivo <b>[file]</b> foi criado com sucesso'),
('pt', 'text_file_deleted', 'O arquivo <b>[file]</b> foi removido com sucesso'),
('pt', 'text_file_editor_notice', 'Você pode enviar e baixar arquivos via <a href=\"[href]\"> Editor de arquivos</a>'),
('pt', 'text_file_editor_notice_full_link', 'You can upload and download files via [link]'),
('pt', 'text_file_renamed', 'O arquivo <b>[file]</b> foi renomeado com sucesso para <b>[to_file]</b>'),
('pt', 'text_file_restored', 'O arquivo <b>[file]</b> foi restaurado do repositório'),
('pt', 'text_file_saved', 'O arquivo <b>[file]</b> foi salvo com sucesso'),
('pt', 'text_fill_the_mandatory_fields', 'Você deve preencher todos os campos obrigatórios'),
('pt', 'text_forbidden_file_extension', 'Não é permitido criar/enviar/renomear arquivos com a extensão <b>. [ext]</b>.'),
('pt', 'text_forbidden_file_mime', 'Não é permitido criar/enviar/renomear arquivos do tipo MIME <b>[mime]</b>.'),
('pt', 'text_forbidden_functionality', '<p>To use this feature, you need a [product] license.</p>'),
('pt', 'text_forbidden_uploaded_file_extension', 'Não é permitido fazer upload de arquivos com extensão <b>. [ext]</b> . As extensões permitidas são: <b>[exts]</b>'),
('pt', 'text_forbidden_uploaded_file_size', 'Não é permitido fazer upload de arquivos com tamanho superior a <b>[size]</b>'),
('pt', 'text_form_cresecure_notice', 'Por favor, complete o seu pagamento abaixo. <br /> Esta é uma página de pagamento seguro, servida a partir de um local seguro.'),
('pt', 'text_full_mode_required', '<strong>Modo completo</strong> exigido.'),
('pt', 'text_gate2shop_notice', '<p>Por favor, defina os seguintes valores nas configurações  Gate2Shop merchant:</p><p>Success, failed and canceled URL: <b>[result_url]</b></p><p>Back URL: <b>[back_url]</b></p>'),
('pt', 'text_gd_not_avail', 'Biblioteca GD <b>não</b> está instalada no seu servidor. Entre em contato com seu provedor de hospedagem. <br /> gráficos podem ser representados apenas como tabelas (tipo de gráfico \"Tabela\").'),
('pt', 'text_gift_certificate_logo', 'Logo para <b>vales-presente</b>'),
('pt', 'text_gift_cert_added_to_wishlist', 'O vale presente foi adicionado à lista de desejo'),
('pt', 'text_gift_cert_amount_alert', 'Quantidade deve ser entre [min] e [max]'),
('pt', 'text_gift_cert_applied', 'Vale-presente foi aplicado'),
('pt', 'text_gift_cert_cannot_delete', 'Vale-presente [code] não pode ser removido porque é usado em pedido(s) [ids].'),
('pt', 'text_gift_cert_has_been_deleted', 'Vale-presente foi removido com sucesso.'),
('pt', 'text_hidpi_support_enabled', 'Suporte a HiDPI  está habilitado'),
('pt', 'text_hsbc_notice', '<b>ID do cliente-</b> Seu ID de cliente - um valor decimal entre 0 e 999999999 ou um alias de cliente válido do formulário UK12345678CUR. <br /> Note que o alias diferencia maiúsculas de minúsculas. <br /> <b>Nota importante para usuários de UNIX:</b> <br /> por favor verifique se você tem as permissões apropriadas para o seguinte diretório: [cart_dir] (comando shell \"chmod -R 755\").'),
('pt', 'text_ideal_basic_notice', '-&nbsp;Entre na sua conta iDEAL<br />-&nbsp;Clique em <u>\'Security\'</u> na seção <u>\'Profile\'</u>.<br />-&nbsp;Marque a opção <u>\'Notification\'</u> para <b>\'XML\'</b><br />-&nbsp;Marque <u>\'Notification URL\'</u> para:<br /><b>[return_url]</b><br />-&nbsp;Marque <u>\'Secret key\'</u>. A Secret key  é conhecida apenas pelo vendedor e  iDEAL.'),
('pt', 'text_images_directory', 'Diretório onde as imagens estão localizados. Isto será usado se um arquivo de imagem especificado não tiver um caminho.'),
('pt', 'text_increase_points_in_use', 'Os pontos usados no pedido foram adicionados à conta do usuário.'),
('pt', 'text_input_license_code', 'Please enter your license number to be able to manage your store:'),
('pt', 'text_installing_theme_dependencies', 'Installing the theme dependencies: [dependencies]'),
('pt', 'text_invalid_url', 'URL inválido'),
('pt', 'text_ips_denied', 'Você não tem permissão para acessar esta área'),
('pt', 'text_ip_blocked_failed_login', 'O IP foi bloqueado após [number] tentativas inválidas de login'),
('pt', 'text_ip_is_blocked', 'Seu endereço IP está bloqueado.'),
('pt', 'text_items_added', 'Os itens foram adicionados com sucesso'),
('pt', 'text_items_updated', 'The items were updated successfully'),
('pt', 'text_license_is_disabled', 'The license is disabled. Please check your license status.'),
('pt', 'text_license_is_disabled_full', 'The license is disabled. Please check your license status or select a different store mode.'),
('pt', 'text_license_is_invalid', 'Invalid license number. Please enter a valid license number.'),
('pt', 'text_license_is_invalid_full', 'Invalid license number. Please enter a valid license number or select a different store mode.'),
('pt', 'text_license_required_ebay', 'Boost your sales by selling products presented in your CS-Cart store on the world\'s biggest marketplace—eBay.'),
('pt', 'text_license_required_ebay-title', 'eBay Synchronization'),
('pt', 'text_license_required_facebook', 'Build your store into your Facebook page to get closer to your audience and draw more new customers.'),
('pt', 'text_license_required_facebook-title', 'Facebook App'),
('pt', 'text_license_required_full', 'Your current CS-Cart edition is Professional. We also offer another one, a more advanced edition—<b>Ultimate</b>. With CS-Cart Ultimate, you\'ll be able to use unlimited number of storefronts and the mobile commerce app as well as the eBay Synchronization add-on and the Facebook app without additional fees. To unlock unlimited storefronts and mobile commerce, get the Ultimate license.'),
('pt', 'text_license_required_storefronts', 'Add as many storefronts as you want and manage them via a single admin panel.'),
('pt', 'text_license_required_storefronts-title', 'Unlimited Storefronts'),
('pt', 'text_links', 'Links de texto'),
('pt', 'text_login_form', '<h4>Não é um membro registrado?</h4><p>Criar uma nova conta é fácil e leva menos de um minuto.</p>'),
('pt', 'text_login_to_add_to_cart', 'Este produto não pode ser adicionado ao<br> carrinho porque você não está logado.'),
('pt', 'text_mail_area_logo', 'Logo para os <b>pedidos</b>'),
('pt', 'text_mandatory_fields', '<p class=\"mandatory-fields\">Os campos marcados com <span class=\"required\">*</span> são de preenchimento obrigatório</p>'),
('pt', 'text_max_limit_of_parameters', 'Valor máximo do campo \"limite\" não pode exceder 25 a menos que o tipo de gráfico seja \"Tabela\". O limite deste gráfico foi corrigido.'),
('pt', 'text_mb_failed_order', 'Nenhuma resposta foi recebida ainda do Skrill, por favor, espere. Embora o pedido não pode ser criada na loja, é altamente provável que foi processada com sucesso pelo Skrill. Por favor entre em contato com o pessoal da loja e diga o ID do seu pedido conforme fornecido pela Skrill'),
('pt', 'text_menus_have_been_deleted', 'Menus have been deleted successfully.'),
('pt', 'text_min_order_amount_required', 'Para continuar o processo de checkout o total do pedido deve ultrapassar'),
('pt', 'text_min_products_amount_required', 'Para continuar o processo de checkout o subtotal do pedido deve ultrapassar'),
('pt', 'text_money_back_guarantee', 'We offer 30-day money-back guarantee. If you don\'t like our product, we\'ll return you the money, no needless questions asked.'),
('pt', 'text_multiprofile_notice', 'Um usuário pode ter vários perfis. Por exemplo, precisa de um para pedidos pessoais e outra para o trabalho.'),
('pt', 'text_mve_plus_license_required', '<p>Let your vendors receive money from customers directly via your marketplace.</p><p>Manage vendors\' abilities via user groups, and allow your vendors to change the looks of their stores.</p><p>Create a unified catalog, where vendors can start selling any product in a matter of minutes.</p>'),
('pt', 'text_mve_ultimate_license', 'A special edition of [product] that offers all the features of [product] Plus and an unlimited number of storefronts. If you switch to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see the message about the storefront limit again.'),
('pt', 'text_mve_ultimate_license_required', '<p>Branch out: get an unlimited number of storefronts for your marketplace.</p><p>A storefront is another domain created either for a specific country or city, or for a specific part of your product catalog.</p><p>Get all the other functionality of [product] Plus.</p>'),
('pt', 'text_mve_ultimate_or_plus_license_required', 'This action requires [product] Ultimate or [product] Plus. If you switch to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a> or <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus</a>, you\'ll get access to all their features.'),
('pt', 'text_newsletter_sent', 'The newsletter(s) have been sent successfully.'),
('pt', 'text_new_payment_was_created', 'Um novo pagamento foi registrado'),
('pt', 'text_new_post_notification', 'Esta é uma notificação de um novo post para'),
('pt', 'text_new_user_activation', 'The profile owned by \"[user_login]\" has been newly created, you should check the details of this user (if required) and activate it by using the following link:<br /><a href=\"[url]\">[url_text]</a>'),
('pt', 'text_nothing_found', 'Nada foi encontrado'),
('pt', 'text_not_allowed_to_upload_file_extension', 'Não é permitido fazer upload de arquivos com a extensão <b>. [ext]</b> .'),
('pt', 'text_not_approved_products', 'Você tem produtos que requerem a sua aprovação. Por favor <a href=\"[link]\">siga este link</a> para rever estes produtos.'),
('pt', 'text_not_approved_vendors', 'Você tem vendedores que exigem a sua aprovação. Por favor <a href=\"[link]\">siga este link</a> para rever estes vendedores.'),
('pt', 'text_not_valid_cc_number', '<b>[cc_number]</b> não é um número válido de cartão de crédito.'),
('pt', 'text_not_valid_cpf', 'CPF está invalido'),
('pt', 'text_not_valid_domain', '<b>[domain]</b> não é um nome de domínio válido.'),
('pt', 'text_not_valid_email', '<b>[email]</b> não é um e-mail válido'),
('pt', 'text_not_valid_ip', '<b>[ip]</b> não é um endereço ip válido.'),
('pt', 'text_no_active_promotions', 'Não há promoções disponíveis.'),
('pt', 'text_no_conflicts', 'Nenhum conflito encontrado');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('pt', 'text_no_items_defined', 'Nenhum [items] defenido'),
('pt', 'text_no_matching_products_found', 'Nenhum artigo satisfaz os parâmetros introduzidos'),
('pt', 'text_no_matching_results_found', 'Nenhum resultado corresponde a pesquisa'),
('pt', 'text_no_orders', 'Nenhum pedido encontrado'),
('pt', 'text_no_payments_needed', 'Não é necessário fornecer nenhuma informação de pagamento'),
('pt', 'text_no_payments_required', 'No payment required'),
('pt', 'text_no_products', 'Sem produtos'),
('pt', 'text_no_products_defined', 'Não há produtos definidos'),
('pt', 'text_no_products_found', 'Nenhum produto encontrado'),
('pt', 'text_no_shipments_found', 'Nenhum despacho encontrado'),
('pt', 'text_no_shipping_methods', 'Parece que não existem opções de frete disponíveis para o seu endereço.<br/>Verifique se o endereço foi informado corretamente e/ou entre em contato conosco para obter ajuda.'),
('pt', 'text_no_ticket_found', 'No Ticket Found'),
('pt', 'text_no_upgrades_available', 'Não há atualizações disponíveis no momento'),
('pt', 'text_n_filters_created', 'Filters created: [n].'),
('pt', 'text_objects_for_export', '<b>[total]</b> [name] será exportado.'),
('pt', 'text_ogonedirect_notice', 'Insira ambos SHA-1 Signature: aqui e na configuração do Ogone. <br /><br />Para novas contas Ogone criadas desde 11 de maio de 2010, a nova política SHA é automaticamente ativa. <br/> Por favor, não esqueça de selecionar \"Use new SHA signature policy\".'),
('pt', 'text_ogoneweb_notice', 'Defina a seguinte UR na seção de informações técnicas da Ogone Configuration como <b>Response Url</b> para todos os casos (\"accepted\", \"on hold\", \"uncertain\", \"canceled by the client\", \"too many rejections by the acquirer): <b>[r_url]</b> <br /> Também insera a SHA-1 Signature: aqui e na cOgone Configuration. Em seguida, selecione o tipo de requisição: \"Make this request in background and deferred\".'),
('pt', 'text_only_ultimate_license_required', 'A special edition called [product] Ultimate is required to perform this action. If you switch to <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see this message again, and you\'ll also be able to create an unlimited number of storefronts.'),
('pt', 'text_options_no_inventory', 'Para criar combinações de opções você deve ativar a opção de controle de estoque em pelo menos uma das opções do produto.'),
('pt', 'text_order_backordered', 'Seu pedido está pendente por falta de estoque. Entraremos em contato o mais breve possível.'),
('pt', 'text_order_placed_error', 'Seu pedido foi recusado pelo intermediador de pagamentos. Verifique as informações fornecidas e entre em contato conosco.'),
('pt', 'text_order_placed_successfully', 'Parabéns! Seu pedido foi realizado com sucesso.'),
('pt', 'text_order_repayed_successfully', 'O pedido foi reembolsado com sucesso.'),
('pt', 'text_order_saved_successfully', 'O pedido foi salvo com sucesso.'),
('pt', 'text_order_status_has_not_been_changed', 'O status do pedido não foi alterado, porque o usuário não tem pontos suficientes.'),
('pt', 'text_order_status_notification', 'Por favor, note que notificação de alteração de status será enviada dependendo das configurações deste status'),
('pt', 'text_out_of_stock', 'Esgotado'),
('pt', 'text_owl', 'OwlCarousel'),
('pt', 'text_pages_cloned', 'As páginas foram copiadas com sucesso. Veja abaixo a lista das novas páginas.'),
('pt', 'text_pages_have_been_deleted', 'Páginas foram removidas com sucesso.'),
('pt', 'text_page_changed', 'Tem certeza que deseja deixar esta página? Suas alterações não foram salvas. Clique em OK para continuar ou em Cancelar para permanecer na página atual.'),
('pt', 'text_page_has_been_deleted', 'Página foi removida com sucesso.'),
('pt', 'text_page_loading', 'A carregar... O seu pedido está a ser processado, por favor aguarde.'),
('pt', 'text_password_recovery_instructions_sent', 'Password recovery instructions have been sent to [email] address.'),
('pt', 'text_pay4later_notice', '<b>Note</b>: In order to track your Deko orders with the shopping cart software, you have to take these steps:<br /><br />-&nbsp;Log in to Deko BackOffice<br />-&nbsp;Click on the <u>\'Settings/Installations\'</u> link in the <u>\'Quick Links\'</u> section.<br />-&nbsp;Set <u>\'Return URL (Verified)\'</u> setting to:<br /><b>[verified_url]</b><br />-&nbsp;Set <u>\'Return URL (Decline)\'</u> setting to:<br /><b>[decline_url]</b><br />-&nbsp;Set <u>\'Return URL (Refer)\'</u> setting to:<br /><b>[refer_url]</b><br />-&nbsp;Set <u>\'Return URL (Cancel)\'</u> setting to:<br /><b>[cancel_url]</b><br />-&nbsp;Set <u>\'CSN URL\'</u> setting to:<br /><b>[process_url]</b><br />-&nbsp;Click on the <u>\'Save Changes\'</u> button<br />'),
('pt', 'text_paybox_notice', '<b>Nota:</b> Por favor, baixe o arquivo modulev2.cgi do servidor PayBox, copie-o para o diretório <b>[paybox_dir]</b> <u>em modo binário</u> e torne-o executável. <br /> Execute o seguinte comando: <br /> <b><i>chmod 755 modulev2.cgi</b></i> <br /> <br /> Também requisite o serviço &#8220;Paybox&#8221; para adicionar a seguinte URL para o banco de dados &#8220;Callback URL&#8221;: <br /><b>[callback_url]</b>'),
('pt', 'text_payment_first_data_notice', 'Please log in to FirstData Connect 2.0 Admin, open the \"Administration\" tab, click on the \"Connect 2.0 Setup\" link.<br /> Set the following URL in the \"Order Submission Form\", \"Confirmation Page\", \"Failure Page\" sections: [return_url]<br />'),
('pt', 'text_payment_have_been_deleted', 'Pagamentos foi removido com sucesso.'),
('pt', 'text_payment_have_not_been_deleted', 'Pagamento não pode ser removido.'),
('pt', 'text_paypal_processing_payment', 'Por favor aguarde enquanto o pagamento está a ser processado...'),
('pt', 'text_paypal_surcharge', '<b>Note:</b> According to the PayPal <a href=\'https://www.paypal.com/webapps/mpp/ua/useragreement-full#4\' target=\'_blank\'>policy</a> (4.6), surcharges are not supported.'),
('pt', 'text_paysitecash_debug', 'Informações de depuração'),
('pt', 'text_paysitecash_mode', 'Modo'),
('pt', 'text_paysitecash_mode_debug_off', 'OFF'),
('pt', 'text_paysitecash_mode_debug_on', 'ON'),
('pt', 'text_paysitecash_mode_live', 'Ao vivo'),
('pt', 'text_paysitecash_mode_test', 'Testar'),
('pt', 'text_paysitecash_nocurrencies', 'Modo de moeda'),
('pt', 'text_paysitecash_nocurrencies_no', 'Permitem ao cliente selecionar qualquer moeda suportada'),
('pt', 'text_paysitecash_nocurrencies_yes', 'Não exibir a moeda selecionada'),
('pt', 'text_paysitecash_notice', 'Please add these URL fields in your Paysite-cash configuration:<br/><br/><b>URL:</b><br/>[url]<br/><br/><b>Referer url:</b><br/>[ref_url]<br/><br/><b>after payment return url:</b><br/>[sucess_url]<br/><br/><b>canceled payment url:</b><br/>[cancel_url]<br/><br/><b>Backoffice confirmation url:</b><br/>[confirm_url]'),
('pt', 'text_paysitecash_processor', 'Processador'),
('pt', 'text_paysitecash_site_id', 'Código do site'),
('pt', 'text_payway_notice', 'Por favor configurar os seguintes parâmetros no backend do  PayWay: <p> Browser Return URL Pre Payment: <b>[prepayment]</b><br /> Browser Return URL: <b>[return]</b><br /> Notification URL: <b>[notify]</b><br /> Notification Post Type: deixar em branco </p>'),
('pt', 'text_permissions_changed', 'Permissões modificadas'),
('pt', 'text_piraeus_notice', '<b>Nota:</b>Por favor, envie as seguintes informações para o suporte de pagamento:<br /> Website URL: \'<u>[website_url]</u>\'<br /> Referrer URL: \'<u>[referrer_url]</u>\'<br /> Success URL: \'<u>[success_url]</u>\'<br /> Failure URL: \'<u>[failure_url]</u>\'<br /> Backlink URL: \'<u>[backlink_url]</u>\'<br /> IP Address: \'<u>[ip_address]</u>\'<br /><br /> Response Method: \'<u>[response_method]</u>\'<br /><br />'),
('pt', 'text_points_cannot_applied_because_subtotal_redeemed', 'Pontos não podem ser aplicados porque o subtotal é completamente redimido.'),
('pt', 'text_points_exceed_points_on_account', 'O número dos pontos inseridos por você excede o número de pontos na sua conta.'),
('pt', 'text_points_exceed_points_that_can_be_applied', 'O número de pontos inseridos por você excede o número de pontos que podem ser aplicadas ao pedido.'),
('pt', 'text_points_used_in_order', 'Pontos foram usados no pedido'),
('pt', 'text_point_in_account', 'Você possui'),
('pt', 'text_position_updating', 'Carregando... As posições estão sendo atualizadas, por favor aguarde.'),
('pt', 'text_post_pended', 'Sua postagem será verificada antes de ser publicada.'),
('pt', 'text_price_dec_sign_delimiter', 'Separador decimal para os preços do produto.'),
('pt', 'text_products_added', 'Os produtos foram adicionados com sucesso. Veja abaixo a lista dos novos produtos.'),
('pt', 'text_products_cloned', 'Os produtos foram copiados com sucesso. Veja abaixo a lista dos novos produtos.'),
('pt', 'text_products_have_been_deleted', 'Produtos foram removidos com sucesso.'),
('pt', 'text_products_updated', 'Os seguintes produtos foram atualizados:'),
('pt', 'text_products_updated_successfully', 'O(s) seguinte(s) produto(s) foi(ram) atualizado(s) com sucesso'),
('pt', 'text_product_cloned', 'O produto foi clonado'),
('pt', 'text_product_detailed_image', '(janela de pop-up exibida opcionalmente)'),
('pt', 'text_product_file_has_been_deleted', 'Arquivo do produto foi removido'),
('pt', 'text_product_filters_were_disabled', 'Os seguintes <a href=\"[url]\" target=\"_blank\"> filtros de produto</a> foram desativados: [filters_list].'),
('pt', 'text_product_has_been_deleted', 'Produto foi removido com sucesso.'),
('pt', 'text_product_option_delimiter', 'Delimitador para opções de produto dentro de uma combinação de opção (por exemplo, \"cor: vermelho, tamanho: pequeno\")'),
('pt', 'text_product_thumbnail', '(exibido na lista de produtos e páginas de detalhes do produto)'),
('pt', 'text_profile_activated', 'Your account is now active. You may log in to your account using your credentials.'),
('pt', 'text_profile_benefits', '<h4>Benefícios de se tornar um membro registrado</h4><ul><li>Entrar a qualquer momento para verificar o estado do seu pedido</li> <li>Personalizar suas compras</li> <li>Agilizar futuras compras</li></ul>'),
('pt', 'text_profile_deactivated', 'Your account has been deactivated. Please contact us for more details.'),
('pt', 'text_profile_details', '<h4>Cadastro</h4><p>Nesta página, você pode modificar suas credenciais de login e dados pessoais a serem usados durante seus próximos pedidos.</p><p>Para manter sua conta segura, recomendamos evitar criar senhas que usam:</p><ul><li>Palavras de dicionário em qualquer idioma.</li><li>Palavras escrito ao contrário, erros comuns de ortografia e abreviações.</li><li>Sequências ou caracteres repetidos. Exemplos: 12345678, 222222, abcdefg, ou letras adjacentes no teclado (qwerty).</li><li>Informações pessoais. Seu nome, data de aniversário, placa do carro, RG, CPF ou informações similares.</li></ul>'),
('pt', 'text_profile_is_created', 'A conta foi criada com sucesso.'),
('pt', 'text_profile_is_updated', 'O cadastro foi atualizado com sucesso.'),
('pt', 'text_profile_should_be_approved', 'Sua conta foi criada com sucesso, mas deve ser ativada pelo administrador da loja antes.'),
('pt', 'text_promotions_group_condition', 'se [set] estas condições são [set_value]'),
('pt', 'text_qty_discounts', 'Descontos por quantidade'),
('pt', 'text_recommendation_notes', 'Seu amigo lhe recomendou esta página. Acesse este link:'),
('pt', 'text_recover_password', '<p>Se não se lembra da sua senha, digite o seu e-mail e clique em <i>Recuperar senha</i>.</p><p>Você irá receber uma nova senha e um link para acessar a sua conta. Você poderá alterar a senha em seguida.</p>'),
('pt', 'text_recover_password_notice', 'Digite seu endereço de e-mail para receber uma nova chave de login e um link para entrar e alterar a sua senha.'),
('pt', 'text_recover_password_title', 'Redefinir senha'),
('pt', 'text_redactor2', 'Redactor II'),
('pt', 'text_remove_additional_images', 'Ao importar imagens adicionais de um produto atualizado, imagens existentes deste produto serão excluídas antes de importar'),
('pt', 'text_remove_backup_files', 'Aviso! Se você remover os arquivos de backup, você não será capaz de restaurar a instalação anterior. Certifique-se que a nova versão está funcionando corretamente, e os arquivos de backup do banco de dados estão em um local seguro.'),
('pt', 'text_required_group_product', 'Por favor, selecione um produto para o grupo [group_name]'),
('pt', 'text_reset_inventory_description', 'A quantidade de todos os produtos da loja será redefinida.'),
('pt', 'text_restore_question', 'Tem certeza de que você deseja restaurar o template?'),
('pt', 'text_return_change_warning', 'O status da devolução [return_id] será alterado'),
('pt', 'text_review_and_reach_out_request', 'We\'ll review your application and reach out to you via email soon.'),
('pt', 'text_sagepay_dir_notice', '<b>Note:</b> In order to track your Sage Pay orders by the shopping cart software, please enable the 3D Secure Fraud Checking Option for your Sage Pay VSP Direct account.'),
('pt', 'text_sagepay_notice', 'Use <b>testvendor</b> como <b>Vendor Name</b> para fins de teste <br /> <p><b>PAYMENT</b> - tipo de transação é usada para obter uma autorização do banco e, em seguida, a transação será efetuada na manhã seguinte, retirando fundos do  cartão do seu cliente <br /></p> <p><b>DEFERRED</b> - transações NÃO são enviadas para o banco até sua LIBERAÇÃO fazendo o login na interface Admin do SagePay VSP, encontrando a transação e clicando no botão de Release.</p>'),
('pt', 'text_secret_key_notice', 'Por favor, preencha este campo com qualquer valor. Vai aumentar a segurança das transacções.'),
('pt', 'text_select_fields2edit_note', 'Você pode modificar vários itens de uma vez. Marque as opções correspondentes aos campos que você deseja editar e clique em Editar Selecionados.'),
('pt', 'text_select_file', 'Selecione um arquivo ou digite uma URL'),
('pt', 'text_select_range', 'Você pode selecionar um intervalo para exportar (caso contrário todos [name] serão exportados)'),
('pt', 'text_select_vendor', 'Por favor, selecione uma loja primeiro'),
('pt', 'text_send_an_email_access_information', 'We\'ll send you an email with access information.'),
('pt', 'text_sent_an_email_access_information', 'We\'ve sent you an email with access information.'),
('pt', 'text_set_write_permissions_for_dirs', 'Você pode definir as permissões de escrita para o servidor Web para os diretórios listados acima ou fornecer um acesso FTP com as permissões de escrita para esses diretórios.'),
('pt', 'text_share_product_features_tooltip', 'Atenção! Alguns dados não serão copiados durante esta operação: as categorias definidas em filtros serão perdidas, mesmo se você copiar todas as categorias. Por favor, corrija as categorias manualmente.'),
('pt', 'text_share_product_filters_tooltip', 'Atenção! Alguns dados não serão copiados durante esta operação: as categorias definidas em filtros serão perdidas, mesmo se você copiar todas as categorias. Por favor, corrija as categorias manualmente.'),
('pt', 'text_share_promotions_tooltip', 'A fim de compartilhar promoções certifique-se de que os respectivos produtos também são compartilhaveis (marque compartilhar produtos abaixo)'),
('pt', 'text_shipping_packages_info', 'Para garantir uma estimativa mais precisa do frete, os produtos foram separados por pacotes conforme definido pelas configurações do produto e a configuração do método de transporte. A seguinte informação é somente utilizada como referência'),
('pt', 'text_shipping_rates_changed', 'O valor do frete foi alterado'),
('pt', 'text_ship_to_billing', 'O pedido será entregue no endereço de cobrança'),
('pt', 'text_shoppers_can_order_products', 'Agora os clientes podem encomendar esses produtos na loja.'),
('pt', 'text_signup_for_subscriptions', 'Cadastre-se para receber as novidades!'),
('pt', 'text_skip_creating_new_products', 'If you enable this setting, then only the products that already exist in your database will be updated.'),
('pt', 'text_skrill_activate_quick_checkout_short_explanation', 'O Skrill Merchant Tools permite que você aceite pagamentos com cartões de crédito, cartões de débito e mais de 60 outras formas de pagamento locais em mais de 200 países. Você pode verificar as nossas taxas no site www.skrill.com.'),
('pt', 'text_skrill_activate_quick_checkout_short_explanation_1', 'Você enviou um pedido de ativação em [date]. Por favor, esteja ciente de que o processo de verificação para usar Skrill Merchant Tools pode levar até 72 horas. Você será contactado pela Skrill quando o processo de verificação for concluído.'),
('pt', 'text_skrill_activate_quick_checkout_short_explanation_2', 'Depois da ativação de sua conta Skrill você terá acesso a uma nova seção chamada Merchant Tools. Lá você poderá escolher uma palavra secreta (que seja diferente de sua senha) e informá-la abaixo para se conectar ao Skrill. A palavra secreta é o último passo da ativação e permite encriptar os pagamentos de forma segura. Depois disso você estará pronto para usar todas as formas de pagamento disponibilizadas pela Skrill.'),
('pt', 'text_skrill_currs_notice', 'Se você selecionou uma moeda que não é a base em sua loja, por favor, certifique-se de que tenha o <a href=\"http://en.wikipedia.org/wiki/ISO_4217\">código ISO 4217</a> correto na página de <a href=\"[link]\"> moedas</a>.'),
('pt', 'text_skrill_email_is_not_registered', 'Email especificado não está registrado no Skrill.'),
('pt', 'text_skrill_email_is_registered', 'Email especificado está registrado no Skrill.'),
('pt', 'text_skrill_empty_input_data', 'Alguns campos obrigatórios para a ativação do Checkout rápido está faltando. Por favor verifique.'),
('pt', 'text_skrill_logo_notice', 'Se seu servidor HTTPS não estiver configurado, o logotipo será passado pelo protocolo HTTP e os usuários visualizarão o aviso de \"Conexão criptografada parcialmente\" na página do Skrill.'),
('pt', 'text_skrill_notice', 'To gain access to the international payment network of Skrill, please register <a href=\"[register_url]\" target=\"_blank\">here</a> for a free account if you do not have one yet.<p><strong>Attention</strong>: please save settings before validating email, secret word or activating merchant tools.</p>'),
('pt', 'text_skrill_notice_register', 'To gain access to the international payment network of Skrill, please register <a href=\"[register_url]\" target=\"_blank\">here</a> for a free account if you do not have one yet.<p><strong>Attention</strong>: please save settings before activating merchant tools.</p>'),
('pt', 'text_skrill_payment_is_not_saved', 'Em ordem de utilizar este recurso, por favor salve o método de pagamento primeiro.'),
('pt', 'text_skrill_secred_word_notice', 'A palavra secreta deve ter pelo menos 10 dígitos e se minúscula sem caracteres especiais.'),
('pt', 'text_skrill_secret_word_is_correct', 'Palavra secreta especificada está correta.'),
('pt', 'text_skrill_secret_word_is_incorrect', 'Sua palavra secreta está incorreta. Por favor, escolha a sua palavra secreta na seção Merchant Todos da sua conta de Skrill e informe-o aqui.'),
('pt', 'text_skrill_support', '<b>Suporte:</b> <br /> <br />Tem perguntas? <br /> Entre em contato com o Skrill  em<a href=\"mailto:\">ecommerce@skrill.com</a> ou pelo telefone + 44 (0) 870 383 0762. <br />'),
('pt', 'text_status_is_float', 'Você não pode usar o intervalo de tempo para o parâmetro de \"Status\" porque este parâmetro é dependente de tempo.'),
('pt', 'text_storage_changed', 'Loja alterada com sucesso'),
('pt', 'text_storefront_license_required', 'An additional storefront for your standard [product] license. Good for those who don\'t intend to add a few more storefronts in the future.'),
('pt', 'text_store_closed', 'Desculpe, a loja está temporariamente fechada para manutenção.'),
('pt', 'text_store_mode_changed_to_full', '<strong>Modo completo</strong> foi ativado. Neste modo, todas as funcionalidades avançadas do eCommerce estão disponíveis.'),
('pt', 'text_store_mode_changed_to_mve', 'Your store now uses active license. With the [product] edition, you get almost all the features we offer. The additional features (such as separate checkout for each vendor, and vendor-created promotions) are available with the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus edition</a>. There is an even more advanced edition, <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, that lets you use multiple storefronts for different audiences.'),
('pt', 'text_store_mode_changed_to_mve.enterprise', '<strong>Enterprise mode</strong> has been activated. In this mode, all the advanced eCommerce features are available.'),
('pt', 'text_store_mode_changed_to_mve.plus', '<strong>Plus mode</strong> has been activated. This mode offers all the advanced eCommerce features, except for multiple storefronts. If your marketplace ever needs separate domains for different audiences, upgrade your license to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>.'),
('pt', 'text_store_mode_changed_to_mve.ru', 'Your store now uses active license. With the [product] edition, you get almost all the features we offer. The additional features (such as separate checkout for each vendor, and vendor-created promotions) are available with the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus edition</a>. There is an even more advanced edition, <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, that lets you use multiple storefronts for different audiences.'),
('pt', 'text_store_mode_changed_to_mve.ru.enterprise', '<strong>Enterprise mode</strong> has been activated. In this mode, all the advanced eCommerce features are available.'),
('pt', 'text_store_mode_changed_to_mve.ru.plus', '<strong>Plus mode</strong> has been activated. This mode offers all the advanced eCommerce features, except for multiple storefronts. If your marketplace ever needs separate domains for different audiences, upgrade your license to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>.'),
('pt', 'text_store_mode_changed_to_mve.ru.ultimate', '<strong>Ultimate mode</strong> has been activated. In this mode, all the advanced eCommerce features are available.'),
('pt', 'text_store_mode_changed_to_mve.ultimate', '<strong>Ultimate mode</strong> has been activated. In this mode, all the advanced eCommerce features are available.'),
('pt', 'text_store_mode_changed_to_ult', 'Your store now uses an active license of [product].'),
('pt', 'text_store_mode_changed_to_ult.b2b', 'Your store now uses an active license of [product].'),
('pt', 'text_store_mode_changed_to_ult.b2b.enterprise', 'Your store now uses an active license of [product].'),
('pt', 'text_store_mode_changed_to_ult.b2b.ultimate', 'Your store now uses an active license of [product].'),
('pt', 'text_store_mode_changed_to_ult.enterprise', 'Your store now uses an active license of [product].'),
('pt', 'text_store_mode_changed_to_ult.ru', 'Your store now uses an active license of [product].'),
('pt', 'text_store_mode_changed_to_ult.ru.enterprise', 'Your store now uses an active license of [product].'),
('pt', 'text_store_mode_changed_to_ult.ru.ultimate', 'Your store now uses an active license of [product].'),
('pt', 'text_store_mode_changed_to_ult.ultimate', 'Your store now uses an active license of [product].'),
('pt', 'text_store_mode_closed', 'A loja foi <b>fechada</b>'),
('pt', 'text_store_mode_full', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('pt', 'text_store_mode_open', 'The store was <b>opened</b>'),
('pt', 'text_store_mode_opened', 'A loja foi <b>aberta</b>'),
('pt', 'text_store_mode_trial', '<p>Full access to all features during the 30-day trial period, starting from the time of activation.</p><p>Once the 30-day trial period expires, you\'ll have to <a href=\"[product_buy_url]\" target=\"_blank\">purchase a license</a> or enter a valid license number to be able to manage your store.</p>'),
('pt', 'text_store_mode_trial_rb', 'All features are available during 30 days after download of the installation package. You don\'t need to enter the license key.<br /><br />After the 30-day trial period is over, you need to buy the license or enter the license key if you already have one.<br /><br />'),
('pt', 'text_subscriber_activated', 'Your email has been successfully activated'),
('pt', 'text_subscriber_added', 'Your e-mail has been successfully added to our free e-mail updates list'),
('pt', 'text_subscriber_removed', 'Your e-mail has been successfully removed from our free e-mail updates list'),
('pt', 'text_successful_request', 'Seu pedido foi adicionado com sucesso. Você receberá o e-mail com a resposta mais tarde.'),
('pt', 'text_success_subscription', 'You have been successfully subscribed to our free e-mail updates and promotions!'),
('pt', 'text_tax_applied', 'O imposto <b>[tax]</b> foi  aplicado para todos os produtos'),
('pt', 'text_tax_unset', 'O imposto <b>[tax]</b> foi removido de todos os produtos'),
('pt', 'text_template_changed', 'Suas alterações ainda não foram salvas. Pressione OK para salvar as alterações ou Cancelar para descarta-las.'),
('pt', 'text_test_email_sent', 'Test email was sent to <b>[email]</b> address.'),
('pt', 'text_thaiepay_notice', '<p>Defina os seguintes valores nas configurações do comerciante ThaiePay:</p><p>URL de retorno: <b>[return_url]</b></p><p>Status: <b>Sim (é importante!)</b></p><p>Post Back Url: <b>[postback_url]</b></p><p>Parâmetro principal: <b>\"total\" deve ser verificado</b> > - aumentará a segurança das transações</p><p>Parâmetro Adicional: é obrigatório para o processamento bem-sucedido das transações. Por exemplo, você pode definir <b>name=completed</b> e <b>value=some_secret_word</b>. Copie esses valores para estes campos de formulário: \"Nome do parâmetro adicional\" e \"Valor do parâmetro adicional\".</p>'),
('pt', 'text_thank_you_for_post', 'Obrigado pela sua postagem'),
('pt', 'text_thumbnail_manual_loading', 'As miniaturas serão criadas automaticamente mas você também pode <a id=\"[id]\" class=\"[class]\">enviá-las manualmente.</a>'),
('pt', 'text_tinymce', 'TinyMCE'),
('pt', 'text_topmenu_more', 'Mais [item] <i class=\"text-arrow\">&rarr;</i>'),
('pt', 'text_topmenu_view_more', 'Ver mais <i class=\"text-arrow\">&rarr;</i>'),
('pt', 'text_track_instructions_sent', 'Instruções de acesso foram enviadas para seu endereço de e-mail.'),
('pt', 'text_track_request', 'Você solicitou informações sobre seus pedidos em nossa loja.'),
('pt', 'text_track_view_all_orders', 'Para ver todos os seus pedidos clique neste link:'),
('pt', 'text_track_view_order', 'Para ver o pedido [order] clique neste link:'),
('pt', 'text_transaction_cancelled', 'A transação foi cancelada pelo cliente'),
('pt', 'text_transaction_declined', 'A transação foi recusada pelo processador de pagamento ou foi cancelada pelo cliente'),
('pt', 'text_uc_addon_upgrade_completed', 'Add-on \"[name]\" has been upgraded successfully'),
('pt', 'text_uc_agreed_collisions', 'I understand that my local modifications will be permanently lost during the upgrade'),
('pt', 'text_uc_another_update_process_running', 'Possivelmente um outro processo de atualização está em execução. <br />Aguarde até que esteja terminado. <br />Se o processo tiver terminado com um erro, você pode remover o arquivo [filename] e tentar reiniciar a atualização... <br /> <a href=\"[url]\">Remova o bloqueio de arquivo e reinicie a atualização</a>'),
('pt', 'text_uc_backup_database', 'As seguintes tabelas de banco de dados foram backupeadas'),
('pt', 'text_uc_backup_files', 'Os seguintes arquivos tenham foram backpeados'),
('pt', 'text_uc_broken_package', 'The upgrade package seems to be broken. Please refresh packages list and try to download it again'),
('pt', 'text_uc_cannot_lock_upgrade_process', 'Falhou em desativar a abertura do processo de atualização'),
('pt', 'text_uc_cant_download_package', 'Não foi possível baixar o pacote de atualização'),
('pt', 'text_uc_changed_files_message', 'These files have local modifications and will be backed up. Once the upgrade is complete, compare the backup files with the new files and reapply the modifications to the new files, if necessary.'),
('pt', 'text_uc_check_ok', 'Sua versão do [product] foi verificada com sucesso. Você está pronto para atualizar.'),
('pt', 'text_uc_conflicts', 'Os seguintes arquivos locais possuem modificações'),
('pt', 'text_uc_db_right_needed', 'Não possui permissões suficiente para atualizar o banco de dados. Por favor, atribua os seguintes privilégios para seu usuário do banco de dados [db_user]: [priviliges].'),
('pt', 'text_uc_emergency_restore', 'Atenção! Por favor, copie e salve a URL abaixo - você pode usá-la para restaurar sua loja se a atualização falha. <br /> <b>[href]</b>'),
('pt', 'text_uc_failed_to_backup_tables', 'As tabelas do banco de dados não foram backpeadas'),
('pt', 'text_uc_failed_to_create_directory', 'Falha ao criar um novo diretório'),
('pt', 'text_uc_failed_to_decompress_files', 'Falha ao extrair arquivos do pacote'),
('pt', 'text_uc_failed_to_ftp_copy', 'Transferência do FTP falhou'),
('pt', 'text_uc_ftp_cart_directory_not_found', 'We were unable to find CS-Cart installation in the specified directory. Please make sure that you have entered the correct FTP directory.'),
('pt', 'text_uc_ftp_connection_failed', 'Conexão com o FTP falhou'),
('pt', 'text_uc_ftp_connect_failed', 'Não é possível conectar ao servidor FTP. Por favor, verifique se o nome do host está correto'),
('pt', 'text_uc_ftp_login_failed', 'Não pode fazer login servidor FTP. Por favor, verifique se o nome de usuário e senha estão corretos'),
('pt', 'text_uc_ftp_needed', 'Credencias do FTP para acessar os arquivos e definir as permissões adequadas automaticamente'),
('pt', 'text_uc_has_conflicts', 'Alguns arquivos tem modificações locais. Você pode vê-los clicando no link a seguir'),
('pt', 'text_uc_incorrect_upgrade_path', 'Caminho errado para atualizar arquivos'),
('pt', 'text_uc_license_number_required', 'Por favor digite o seu número de licença do [product]'),
('pt', 'text_uc_list_of_updates_missing', 'Lista de atualizações faltando'),
('pt', 'text_uc_local_modification', 'Local modifications'),
('pt', 'text_uc_non_writable_files', 'Esses arquivos requerem o conjunto de permissões de gravação (manual ou automaticamente através do FTP)'),
('pt', 'text_uc_no_enough_space_to_backup_database', 'Espaço em disco insuficiente para fazer backup do banco de dados'),
('pt', 'text_uc_no_ftp_module', 'Parece que nenhum módulo FTP está instalado no seu servidor. Você não pode usar FTP até este módulo ser instalado'),
('pt', 'text_uc_package_installed_with_errors', 'Errors occurred during the upgrade process. Please contact technical support to investigate the problem.'),
('pt', 'text_uc_timeout_check_success', 'Looks like your server allows to change the \"max_execution_time\" option from the script. You are good to go with the upgrade process.'),
('pt', 'text_uc_unable_to_create_upgrade_folder', 'Falha ao criar uma pasta de atualização'),
('pt', 'text_uc_unable_to_parse_uc_xml', 'Falha ao analisar o descritor do processo de atualização uc.xml'),
('pt', 'text_uc_unable_to_remove_file', 'Falha ao remover o arquivo'),
('pt', 'text_uc_unable_to_remove_packages_xml', 'Falha ao remover o descritor de atualização packages.xml'),
('pt', 'text_uc_unable_to_remove_upgrade_lock', 'Falha ao remover o arquivo de bloqueio de atualização. Por favor, remova o arquivo [file].'),
('pt', 'text_uc_unable_to_update_list_of_installed_upgrades', 'Falha ao atualizar a lista de atualizações instaladas'),
('pt', 'text_uc_upgrade_completed', 'Your store has been upgraded successfully'),
('pt', 'text_uc_upgrade_completed_check_and_open', '<p>Sua loja foi fechada durante o procedimento de atualização. Recomendamos que você verifique o resultado na loja e  então libere a loja</p><p>Você pode abrir a loja, desmarcando a opção Fechar loja em Configurações → Geral.</p>'),
('pt', 'text_uc_upgrade_log_file_not_writable', 'Arquivo de log de atualização não é gravável'),
('pt', 'text_uc_upgrade_needed', 'Você precisa atualizar para a versão <b>[to_version]</b> antes de aplicar este pacote de atualização (sua versão é <b>[your_version]</b>).'),
('pt', 'text_uc_upgrade_not_selected', 'Nenhum pacote de atualização selecionado'),
('pt', 'text_uc_upgrade_reverted', 'A atualização foi revertida com sucesso'),
('pt', 'text_uc_will_be_changed', 'Will be changed'),
('pt', 'text_uc_will_be_deleted', 'Will be deleted'),
('pt', 'text_ult_product_store_field_tooltip', 'Proprietário do produto. Apenas o proprietário do produto pode editar todos os campos em produtos compartilhados.'),
('pt', 'text_unable_to_install_theme_dependencies', 'Unable to install the theme dependencies: [dependencies]'),
('pt', 'text_unable_to_parse_xml', 'Falha ao analisar a estrutura XML'),
('pt', 'text_unsubscribe_instructions', 'We respect your privacy and do not send unsolicited e-mail to users who have not requested correspondence. You have received this e-mail because you requested to receive our free updates and promotions.<br /><br /> If you wish to unsubscribe, please follow the link below:'),
('pt', 'text_unsupported_currency', 'A moeda não é suportada pelo sistema de pagamento é utilizado no site. Entre em contato com o administrador da loja sobre o assunto.'),
('pt', 'text_upgrade_available', 'Está disponível uma nova versão do CS-Cart. Para atualizar, clique <a href=\"[link]\">aqui</a>.'),
('pt', 'text_usergroup_activated', 'The following user groups have been activated for your account: [usergroups].'),
('pt', 'text_usergroup_disactivated', 'The following user groups have been removed from your account: [usergroups].'),
('pt', 'text_usergroup_request', 'Grupo de usuário solicitado pelo cliente.'),
('pt', 'text_usergroup_requested_by', 'The <b>[usergroup]</b> group was requested by [name] ([email]).'),
('pt', 'text_vendor_profile_changes_notice', 'Tem certeza de que você deseja atualizar o perfil? Informações sobre a sua empresa não estará disponíveis na área do cliente até que o administrador aprovar.'),
('pt', 'text_worldpay_notice', 'Configure sua conta Worldpay antes de usar o pagamento.<br/><br />Vá para a página de administração do Worldpay e mude para a seção Instalação.<br/><br />Preencher os campos da seguinte forma:<br/><br />URL de resposta de pagamento: <b>[return_url]</b><br />Senha de resposta de pagamento: <b>Inventar uma palavra secreta.</b> A mesma palavra deve ser inserida no respectivo campo abaixo<br/>Segredo MD5 para transações: <b>Construa uma palavra secreta.</b> A mesma palavra deve ser inserida no respectivo campo abaixo<br/>SignatureFields: <b>instId:amount:currency: ID do carrinho</b>'),
('pt', 'text_you_have_already_filled_this_poll', 'Você já participou desta enquete'),
('pt', 'text_zipcodes_wildcards', 'Você é capaz de usar curingas neste campo: <br /> <b>\'? \'</b> - qualquer caracter;<b>\'* \'</b> - qualquer número. <br /><br /> <u>Exemplo:</u> < br / > <b>98?78</b>&nbsp;&nbsp;(corresponde a 98878, 98378, 98978, etc) <br /> <b>12*</b>&nbsp;&nbsp;(corresponde a 12345, 12876, 12098, etc..)'),
('pt', 'thanks_for_voting', 'Obrigado por completar esta enquete.'),
('pt', 'thank_you', 'Thank you!'),
('pt', 'thank_you_for_registering_as_a_seller', 'Thank you for registering as a seller at [url]. We\'ll review your application and then grant you access to your admin panel in a separate email.'),
('pt', 'thank_you_for_registration', 'Thank you for registration!'),
('pt', 'theme', 'Tema'),
('pt', 'themes', 'Temas'),
('pt', 'theme_directory', 'Diretório do tema'),
('pt', 'theme_editor', 'Editor de tema'),
('pt', 'theme_editor.atc_button_bkg', 'Add to cart'),
('pt', 'theme_editor.atc_button_text', 'Add to cart text'),
('pt', 'theme_editor.auto_scroller_animations_style', 'Image auto scroller animation'),
('pt', 'theme_editor.auto_scroll_animations', 'Use image auto scroller animation'),
('pt', 'theme_editor.background', 'Fundo'),
('pt', 'theme_editor.backgrounds', 'Fundos'),
('pt', 'theme_editor.background_color', 'Cor de fundo'),
('pt', 'theme_editor.base_color', 'Base'),
('pt', 'theme_editor.block_titles', 'Block titles'),
('pt', 'theme_editor.body_font', 'Corpo'),
('pt', 'theme_editor.brand_page_image', 'Brand page images'),
('pt', 'theme_editor.browse', 'Procurar'),
('pt', 'theme_editor.buttons_font', 'Botões'),
('pt', 'theme_editor.call_request_bkg', 'Buy now with one click'),
('pt', 'theme_editor.call_request_text', 'Buy now with one click text'),
('pt', 'theme_editor.category_menu_bkg', 'Category menu background'),
('pt', 'theme_editor.category_menu_expand_links', 'Expanded menu links'),
('pt', 'theme_editor.category_menu_expand_links_hover', 'Expanded menu links hover'),
('pt', 'theme_editor.category_menu_horizontal_background', 'Category menu expanded background'),
('pt', 'theme_editor.category_menu_horizontal_decoration', 'Category menu expanded decoartion'),
('pt', 'theme_editor.category_menu_horizontal_decoration_text', 'Category menu expanded decoartion text'),
('pt', 'theme_editor.category_menu_horizontal_decoration_text_hover', 'Category menu expanded decoartion text hover'),
('pt', 'theme_editor.checkout_active_selector_background', 'Checkout: Active selector background'),
('pt', 'theme_editor.checkout_active_selector_border', 'Checkout: Active selector border'),
('pt', 'theme_editor.checkout_control_background', 'Checkout: Payment / shipping method background'),
('pt', 'theme_editor.checkout_control_border', 'Checkout: Payment / shipping method border'),
('pt', 'theme_editor.checkout_control_description', 'Checkout: Payment / shipping method description'),
('pt', 'theme_editor.checkout_control_label', 'Checkout: Credit card field names'),
('pt', 'theme_editor.checkout_control_title', 'Checkout: Payment / shipping method title'),
('pt', 'theme_editor.checkout_input_border', 'Checkout: Field border'),
('pt', 'theme_editor.checkout_input_label', 'Checkout: Field label'),
('pt', 'theme_editor.checkout_input_text', 'Checkout: Text in fields'),
('pt', 'theme_editor.checkout_link', 'Checkout: Link'),
('pt', 'theme_editor.checkout_selected_control_background', 'Checkout: Selected payment / shipping method background'),
('pt', 'theme_editor.checkout_selected_control_border', 'Checkout: Selected payment / shipping method border'),
('pt', 'theme_editor.checkout_selected_input_border', 'Checkout: Selected field border'),
('pt', 'theme_editor.checkout_selector_background', 'Checkout: Selector background'),
('pt', 'theme_editor.checkout_selector_border', 'Checkout: Selector border'),
('pt', 'theme_editor.checkout_selector_title', 'Checkout: Selector title'),
('pt', 'theme_editor.checkout_selector_tooltip', 'Checkout: Selector tooltip'),
('pt', 'theme_editor.checkout_step_title', 'Checkout: Step title'),
('pt', 'theme_editor.checkout_terms_background', 'Checkout: \"Terms and conditions\" section background'),
('pt', 'theme_editor.close', 'Fechar editor de tema'),
('pt', 'theme_editor.colors', 'Cores'),
('pt', 'theme_editor.color_gen_algorithm', 'Combinação de cores'),
('pt', 'theme_editor.color_gen_analogic', 'Analógico'),
('pt', 'theme_editor.color_gen_base_color', 'Cor de base'),
('pt', 'theme_editor.color_gen_contrast', 'Contraste'),
('pt', 'theme_editor.color_gen_dark_pastel', 'Pastel escuro'),
('pt', 'theme_editor.color_gen_default', 'Padrão'),
('pt', 'theme_editor.color_gen_light_pastel', 'Pastel claro'),
('pt', 'theme_editor.color_gen_monochromatic', 'Monocromático'),
('pt', 'theme_editor.color_gen_pale', 'Pálido'),
('pt', 'theme_editor.color_gen_pastel', 'Pastel'),
('pt', 'theme_editor.color_gen_title', 'Gerar cores'),
('pt', 'theme_editor.color_gen_triad', 'Tríade'),
('pt', 'theme_editor.color_gen_variant', 'Variação'),
('pt', 'theme_editor.color_gen_vcontrast', 'Contraste'),
('pt', 'theme_editor.compare_color', 'Compare hover'),
('pt', 'theme_editor.confirm_enable_less', 'Suas modificações CSS serão backupeados e sobrescritas. Tens a certeza de continuar com a restauração do LESS?'),
('pt', 'theme_editor.content_bg', 'Conteúdo'),
('pt', 'theme_editor.convert_to_css', 'Converter para CSS'),
('pt', 'theme_editor.create_style_first', 'You cannot modify this parameter for default styles. Create a new one first'),
('pt', 'theme_editor.css', 'CSS personalizado'),
('pt', 'theme_editor.customize', 'Personalizar'),
('pt', 'theme_editor.decorative_color', 'Decorativo'),
('pt', 'theme_editor.discount_label', 'Etiqueta de desconto'),
('pt', 'theme_editor.discount_label_text', 'Discount label text'),
('pt', 'theme_editor.enable', 'Ativar o editor de temas'),
('pt', 'theme_editor.enable_less', 'Ativar LESS'),
('pt', 'theme_editor.error_preset_exists', 'Uma predefinição com esse nome já existe. Por favor escolha outro.'),
('pt', 'theme_editor.error_style_exists', 'Um estilo com esse nome já existe. Por favor escolha outro.'),
('pt', 'theme_editor.error_theme_converted_to_css', 'Arquivos compilados de CSS não oferecem suporte a estilos. Restaure o LESS no <a target=\"_blank\" href=\"[url]\"> editor de temas</a> para ser capaz de mudar estilos.'),
('pt', 'theme_editor.favicon', 'Favicon'),
('pt', 'theme_editor.favicon_size', 'Tamanho do favicon deve ser 16x16 px'),
('pt', 'theme_editor.fixed', 'Fixo'),
('pt', 'theme_editor.font', 'Fonte'),
('pt', 'theme_editor.fonts', 'Fontes'),
('pt', 'theme_editor.font_color', 'Fonte'),
('pt', 'theme_editor.font_one', 'Primary font'),
('pt', 'theme_editor.font_two', 'Secondary font'),
('pt', 'theme_editor.footer', 'Rodapé'),
('pt', 'theme_editor.footer_bottom', 'Footer bottom'),
('pt', 'theme_editor.footer_bottom_text', 'Footer bottom text'),
('pt', 'theme_editor.footer_location_icon', 'Footer location icons'),
('pt', 'theme_editor.footer_location_icon_bkg', 'Footer location icons background'),
('pt', 'theme_editor.footer_social_icons', 'Footer social icons'),
('pt', 'theme_editor.footer_text', 'Texto do rodapé'),
('pt', 'theme_editor.footer_title', 'Footer title'),
('pt', 'theme_editor.full_width', 'Largura total'),
('pt', 'theme_editor.general', 'Geral'),
('pt', 'theme_editor.general_bg', 'Geral'),
('pt', 'theme_editor.gift_cert', 'Vale-presente'),
('pt', 'theme_editor.google_fonts', 'Use google fonts'),
('pt', 'theme_editor.gradient', 'Gradiente'),
('pt', 'theme_editor.grid_icon', 'Grid Quick view, Compare, Wishlist icons'),
('pt', 'theme_editor.grid_icon_add_to_cart', 'Add to cart button'),
('pt', 'theme_editor.grid_icon_add_to_cart_bkg', 'Add to cart background'),
('pt', 'theme_editor.grid_icon_add_to_cart_text', 'Add to cart button text'),
('pt', 'theme_editor.grid_icon_add_to_compare_bkg', 'Add to compare background'),
('pt', 'theme_editor.grid_icon_add_wishlist_bkg', 'Add to wishlist background'),
('pt', 'theme_editor.grid_icon_bkg', 'Grid Quick view, Compare, Wishlist icons background'),
('pt', 'theme_editor.grid_icon_hover', 'Grid Quick view, Compare, Wishlist icons hover'),
('pt', 'theme_editor.grid_icon_quick_view_bkg', 'Quick view background'),
('pt', 'theme_editor.grid_info_background', 'Grid info background'),
('pt', 'theme_editor.grid_info_title', 'Grid info title'),
('pt', 'theme_editor.grid_info_title_hover', 'Grid info title hover'),
('pt', 'theme_editor.header', 'Cabeçalho'),
('pt', 'theme_editor.header_call_request_link', 'Header call request link'),
('pt', 'theme_editor.header_cart_ammount', 'Header cart amount'),
('pt', 'theme_editor.header_cart_ammount_bkg', 'Header cart amount background'),
('pt', 'theme_editor.header_icons', 'Header icons'),
('pt', 'theme_editor.header_icons_hover', 'Header icons hover'),
('pt', 'theme_editor.header_text', 'Header text'),
('pt', 'theme_editor.headings_font', 'Cabeçalhos'),
('pt', 'theme_editor.hide_show', 'Exibir/esconder painel do editor de tema'),
('pt', 'theme_editor.incorrect_preset_name', 'Preset name can not contain the following characters: \"/ # % ? * : ; { } \\ \"'),
('pt', 'theme_editor.incorrect_style_name', 'Style name can not contain the following characters: \"/ # % ? * : ; { } \\ + \"'),
('pt', 'theme_editor.info_blocks', 'Info blocks'),
('pt', 'theme_editor.in_stock', 'Disponível'),
('pt', 'theme_editor.links_font', 'Links'),
('pt', 'theme_editor.links_hover', 'Links hover'),
('pt', 'theme_editor.link_color', 'Links'),
('pt', 'theme_editor.list-price', 'List price'),
('pt', 'theme_editor.logos', 'Logotipos'),
('pt', 'theme_editor.mail', 'Email'),
('pt', 'theme_editor.main', 'Conteúdo principal'),
('pt', 'theme_editor.mainbox_title', 'Mainbox title'),
('pt', 'theme_editor.mainbox_title_bkg', 'Mainbox title background'),
('pt', 'theme_editor.max_image_size', 'A imagem não deve ser maior que 200 kB.'),
('pt', 'theme_editor.menu_categ_left_content_description', 'Categories menu left content description'),
('pt', 'theme_editor.menu_categ_left_content_link', 'Categories menu left content link'),
('pt', 'theme_editor.menu_categ_left_content_link_hover', 'Categories menu left content link hover'),
('pt', 'theme_editor.menu_categ_right_content_link', 'Categories menu right content link'),
('pt', 'theme_editor.menu_categ_right_content_link_hover', 'Categories menu right content link hover'),
('pt', 'theme_editor.menu_categ_right_content_title', 'Categories menu right content title'),
('pt', 'theme_editor.menu_categ_title', 'Categories menu title'),
('pt', 'theme_editor.menu_categ_title_bkg', 'Categories menu background'),
('pt', 'theme_editor.menu_color', 'Main Menu'),
('pt', 'theme_editor.menu_color_hover', 'Main Menu background hover'),
('pt', 'theme_editor.menu_links_color', 'Main Menu links'),
('pt', 'theme_editor.menu_links_color_hover', 'Main Menu links hover'),
('pt', 'theme_editor.menu_links_hover', 'Menu links hover'),
('pt', 'theme_editor.menu_links_hover_text', 'Menu links hover text'),
('pt', 'theme_editor.menu_link_1_background', 'Main menu link 1 background'),
('pt', 'theme_editor.menu_link_2_background', 'Main menu link 2 background'),
('pt', 'theme_editor.menu_link_3_background', 'Main menu link 3 background'),
('pt', 'theme_editor.menu_link_4_background', 'Main menu link 4 background'),
('pt', 'theme_editor.menu_link_5_background', 'Main menu link 5 background'),
('pt', 'theme_editor.menu_link_6_background', 'Main menu link 6 background'),
('pt', 'theme_editor.menu_link_7_background', 'Main menu link 7 background'),
('pt', 'theme_editor.middle_bg', 'Meio'),
('pt', 'theme_editor.multiscroller', 'Multiscroller header background'),
('pt', 'theme_editor.multiscroller_compare_color', 'Multiscroller Compare hover'),
('pt', 'theme_editor.multiscroller_icon', 'Multiscroller Quick view, Compare, Wishlist icons'),
('pt', 'theme_editor.multiscroller_icon_border', 'Multiscroller icon border'),
('pt', 'theme_editor.multiscroller_link', 'Multiscroller tab text'),
('pt', 'theme_editor.multiscroller_link_active_hover_bkg', 'Multiscroller tab background hover'),
('pt', 'theme_editor.multiscroller_link_bkg', 'Multiscroller tab background'),
('pt', 'theme_editor.multiscroller_link_hover', 'Multiscroller tab text hover'),
('pt', 'theme_editor.multiscroller_quick_view_color', 'Multiscroller Quick view hover'),
('pt', 'theme_editor.multiscroller_wishlist_color', 'Multiscroller Wishlist hover'),
('pt', 'theme_editor.no_repeat', 'Sem repetição'),
('pt', 'theme_editor.off', 'Off'),
('pt', 'theme_editor.on', 'On'),
('pt', 'theme_editor.other_fonts', 'Outras fontes'),
('pt', 'theme_editor.out_of_stock', 'Esgotado'),
('pt', 'theme_editor.page_cant_be_configured', 'The appearance of this page can\'t be configured with the Theme editor.'),
('pt', 'theme_editor.pattern', 'Padrão'),
('pt', 'theme_editor.popular_fonts', 'Fontes populares'),
('pt', 'theme_editor.popup_title_bkg', 'Popup title background'),
('pt', 'theme_editor.popup_title_text', 'Popup title text'),
('pt', 'theme_editor.position', 'Posição'),
('pt', 'theme_editor.pp_price_saving_bkg', 'Product page price saving background'),
('pt', 'theme_editor.pp_price_saving_text', 'Product page price saving text'),
('pt', 'theme_editor.presets', 'Predefinições'),
('pt', 'theme_editor.preset_data_cannot_be_saved', 'Dados da predefinição não podem ser gravados. Você deve definir as permissões de gravação para o diretório <b>[theme_dir]</b> para corrigir este problema.'),
('pt', 'theme_editor.preset_name', 'Nome da predefinição'),
('pt', 'theme_editor.price', 'Preço'),
('pt', 'theme_editor.price_font', 'Preços'),
('pt', 'theme_editor.primary_button', 'Primary color'),
('pt', 'theme_editor.primary_button_text', 'Primary text'),
('pt', 'theme_editor.product_carousel_scroll_animations_style', 'Product image in carousel scroll animation'),
('pt', 'theme_editor.product_title', 'Product title'),
('pt', 'theme_editor.product_title_link', 'Product title link'),
('pt', 'theme_editor.quick_view_color', 'Quick view hover'),
('pt', 'theme_editor.rating_color', 'Rating color'),
('pt', 'theme_editor.rating_icons', 'Rating icons'),
('pt', 'theme_editor.rating_text', 'Rating text'),
('pt', 'theme_editor.repeat', 'Repetição'),
('pt', 'theme_editor.repeat_x', 'Horizontal'),
('pt', 'theme_editor.repeat_y', 'Vertical'),
('pt', 'theme_editor.reset_backgrounds', 'Redefinir os fundos'),
('pt', 'theme_editor.reset_colors', 'Redefinir cores'),
('pt', 'theme_editor.reset_css', 'Redefinir CSS'),
('pt', 'theme_editor.reset_fonts', 'Redefinir fontes'),
('pt', 'theme_editor.reset_general', 'Redefinir geral'),
('pt', 'theme_editor.reset_logos', 'Redefinir logos'),
('pt', 'theme_editor.rounded_corners', 'Bordas arredondados'),
('pt', 'theme_editor.scroll', 'Rolagem'),
('pt', 'theme_editor.scroll_animations', 'Use scroll animations'),
('pt', 'theme_editor.scroll_up', 'Scroll up button'),
('pt', 'theme_editor.search_button_bkg', 'Search button background'),
('pt', 'theme_editor.search_button_bkg_hover', 'Search button background hover'),
('pt', 'theme_editor.search_button_text', 'Search button icon'),
('pt', 'theme_editor.search_button_text_hover', 'Search button icon hover'),
('pt', 'theme_editor.secondary_button', 'Secondary color'),
('pt', 'theme_editor.secondary_button_text', 'Secondary text'),
('pt', 'theme_editor.secondary_content_bg', 'Secondary content'),
('pt', 'theme_editor.secondbox_title', 'Secondbox title'),
('pt', 'theme_editor.secondbox_title_bkg', 'Secondbox title background'),
('pt', 'theme_editor.shipping_label', 'Shipping label'),
('pt', 'theme_editor.shipping_label_text', 'Shipping label text'),
('pt', 'theme_editor.show_dropdown_homepage', 'Expand menu on homepage'),
('pt', 'theme_editor.show_mega_menu_category_images', 'Mega Menu category thumbnails');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('pt', 'theme_editor.sidebar', 'Sidebar background'),
('pt', 'theme_editor.sidebar_decorative', 'Sidebar decorative'),
('pt', 'theme_editor.sidebar_link', 'Sidebar links'),
('pt', 'theme_editor.sidebar_links', 'Sidebar links'),
('pt', 'theme_editor.sidebar_title', 'Sidebar title'),
('pt', 'theme_editor.sticky_menu', 'Sticky menu'),
('pt', 'theme_editor.style', 'Estilo'),
('pt', 'theme_editor.styles', 'Estilos'),
('pt', 'theme_editor.style_data_cannot_be_saved', 'Dados de estilo não podem ser gravados. Você deve definir as permissões de gravação para o diretório <b>[theme_dir]</b> para corrigir este problema.'),
('pt', 'theme_editor.style_name', 'Nome do estilo'),
('pt', 'theme_editor.sub_footer', 'Sub footer'),
('pt', 'theme_editor.sub_footer_text', 'Sub footer text'),
('pt', 'theme_editor.system_fonts', 'Fontes do sistema'),
('pt', 'theme_editor.tertiary_button', 'Tertiary color'),
('pt', 'theme_editor.tertiary_button_text', 'Tertiary text'),
('pt', 'theme_editor.tertiary_content_bg', 'Teritary content'),
('pt', 'theme_editor.text_align', 'Alinhamento de texto'),
('pt', 'theme_editor.text_close_editor', 'Tem certeza que deseja sair do editor de tema?'),
('pt', 'theme_editor.text_close_editor_unsaved', 'Você tem alterações que não gravou. Tem a certeza que quer sair do editor do tema?'),
('pt', 'theme_editor.text_convert_to_css', '<p>Gerar arquivos CSS a partir do LESS (para edição manual).</p><p>Importante: você não poderá usar o editor de temas para personalizar a loja!</p><p><i>Será  realizado backup dos arquivos originais do LESS e você será capaz de recuperá-los mais tarde</i></p>'),
('pt', 'theme_editor.text_reset_changes', 'Todas as alterações após a última gravação serão redefinidas'),
('pt', 'theme_editor.te_font_one', 'Primary font'),
('pt', 'theme_editor.te_font_two', 'Secondary font'),
('pt', 'theme_editor.theme', 'Tema'),
('pt', 'theme_editor.third_button', 'Third button'),
('pt', 'theme_editor.top_account_cart', 'Top account/cart'),
('pt', 'theme_editor.top_account_cart_hover', 'Top account/cart hover'),
('pt', 'theme_editor.top_panel', 'Painel superior'),
('pt', 'theme_editor.top_panel_links', 'Links do painel superior'),
('pt', 'theme_editor.top_panel_links_hover', 'Top panel links hover'),
('pt', 'theme_editor.top_panel_links_hover_active', 'Top link hover/active'),
('pt', 'theme_editor.top_panel_text', 'Texto do painel superior'),
('pt', 'theme_editor.transparent', 'Transparente'),
('pt', 'theme_editor.upload_image', 'Enviar foto'),
('pt', 'theme_editor.vendor_contact_link', 'Vendor cotact link'),
('pt', 'theme_editor.vendor_location', 'Vendor location'),
('pt', 'theme_editor.vendor_name', 'Vendor name'),
('pt', 'theme_editor.vendor_phone', 'Vendor phone'),
('pt', 'theme_editor.vendor_product_number', 'Vendor product number'),
('pt', 'theme_editor.vendor_rating', 'Vendor rating'),
('pt', 'theme_editor.vendor_rating_text', 'Vendor rating text'),
('pt', 'theme_editor.vendor_store_button_bkg', 'Vendor store button background'),
('pt', 'theme_editor.vendor_store_button_text', 'Vendor store button text'),
('pt', 'theme_editor.vendor_store_header_background', 'Vendor store header background'),
('pt', 'theme_editor.vendor_store_header_name', 'Vendor store header name'),
('pt', 'theme_editor.vendor_store_header_title', 'Vendor store header titles'),
('pt', 'theme_editor.vendor_store_social_icon_bkg', 'Vendor store social icon background'),
('pt', 'theme_editor.vendor_store_social_icon_text', 'Vendor store social icon'),
('pt', 'theme_editor.warning_css_changes_will_be_reverted', '<p>Você deve alternar para LESS para ser capaz de usar o editor do tema, porque ele lida com arquivos LESS em vez de CSS simples.</p><p><strong>Importante:</strong> todos os arquivos CSS serão substituídos durante a restauração! Modificações de CSS personalizados serão gravados no diretório de backup.</p>'),
('pt', 'theme_editor.wishlist_color', 'Wishlist hover'),
('pt', 'theme_editor_logo.gift_cert', 'Gift Certificate'),
('pt', 'theme_editor_logo.mail', 'E-mails'),
('pt', 'theme_editor_logo.theme', 'Theme'),
('pt', 'theme_editor_mode', 'Modo do editor de tema'),
('pt', 'theme_editor_not_supported', 'This theme doesn\'t support theme editor'),
('pt', 'theme_information', 'Informações do tema'),
('pt', 'theme_no_styles_text', 'Este tema não tem estilos.'),
('pt', 'theme_styles_and_layouts', 'Estilos de tema e layouts'),
('pt', 'the_test_transaction', 'Esta é uma transação de TESTE'),
('pt', 'third_party_addons', 'Third-party add-ons'),
('pt', 'this_day', 'Hoje'),
('pt', 'this_month', 'Este mês'),
('pt', 'this_week', 'Esta semana'),
('pt', 'this_year', 'Este ano'),
('pt', 'ths_sign', 'Separador de milhar'),
('pt', 'thumb', 'Miniatura'),
('pt', 'thumbnail', 'Miniatura'),
('pt', 'thumbnails', 'Miniaturas'),
('pt', 'thumbnails_removed', 'As miniaturas foram removidas'),
('pt', 'thumbnail_width', 'Largura da miniatura no scroller'),
('pt', 'ticket_id', 'Ticket Id'),
('pt', 'ticket_information', 'TICKET INFORMATION'),
('pt', 'ticket_list', 'Ticket List'),
('pt', 'ticket_message', 'Ticket Message'),
('pt', 'ticket_subject', 'Ticket Subject'),
('pt', 'ticket_type', 'Ticket Type'),
('pt', 'tier_account', 'conta principal'),
('pt', 'time', 'Hora'),
('pt', 'timeout', 'Prazo'),
('pt', 'Timestamp', 'Timestamp'),
('pt', 'timezone_upgrade_notification_text', '<p>Time zone \"Athens, Beirut, Istanbul\" has been split into 3 different time zones:</p><ul><li>Europe/Istanbul</li><li>Europe/Athens</li><li>Asia/Beirut</li></ul><p>Please go to <b>Settings</b> &rarr; <b>Appearance</b> and make sure you have the right time zone there.</p>'),
('pt', 'timezone_upgrade_notification_title', 'Time zone changes'),
('pt', 'time_interval', 'Intervalo de tempo'),
('pt', 'time_unlimited_download', 'Download por tempo ilimitado'),
('pt', 'tip', 'Tip'),
('pt', 'tip.quick_select_and_close_category_selector', 'Tip: Hold \'Ctrl\' (or \"⌘\" on Mac) while clicking on a category name. This will add one category and close the window.'),
('pt', 'title', 'Título'),
('pt', 'tmpl_abt__ut2_dropdown_horizontal_mwi', 'AB: Horizontal dropdown list with icons'),
('pt', 'tmpl_abt__ut2_dropdown_vertical_mwi', 'AB: Vertical dropdown list with icons'),
('pt', 'tmpl_abt__ut2__categories_title_block', 'AB: Block: Category title'),
('pt', 'tmpl_abt__ut2__features_title_block', 'AB: Block: Feature title'),
('pt', 'tmpl_abt__ut2__my_account_links_advanced', 'AB: My account (advanced)'),
('pt', 'tmpl_abt__ut2__recent_posts_advanced', 'AB: Blog: Recent posts'),
('pt', 'tmpl_abt__ut2__subscribe_advanced', 'AB: Subscription form'),
('pt', 'tmpl_abt__ut2__subscription', 'AB: Newsletters: Subscription form'),
('pt', 'tmpl_abt__ut2__title_block', 'AB: Block: Title'),
('pt', 'tmpl_abt__ut2__top_buttons', 'AB: Buttons Compare and Wishlist'),
('pt', 'tmpl_abt__ut2__top_buttons.compare_list.tooltip', 'View Comparison list'),
('pt', 'tmpl_call_request', 'Formulário de solicitação de chamada'),
('pt', 'tmpl_copyright', 'Informações de copyright'),
('pt', 'tmpl_grid', 'Grade'),
('pt', 'tmpl_grid2', 'Grade2'),
('pt', 'tmpl_list_without_options', 'Lista sem opções'),
('pt', 'tmpl_logo', 'Logotipo da loja'),
('pt', 'tmpl_multicolumns_small', 'Multi-colunas pequenas'),
('pt', 'tmpl_multicolumn_list', 'Lista de várias colunas'),
('pt', 'tmpl_newsletters_subscription_advanced', 'Newsletters: subscription advanced form'),
('pt', 'tmpl_payment_icons', 'Ícones das formas de pagamento'),
('pt', 'tmpl_payment_icons_rus', 'Payment systems russian icons'),
('pt', 'tmpl_polls_central', 'Central'),
('pt', 'tmpl_polls_side', 'Caixa lateral'),
('pt', 'tmpl_quick_links', 'Links rápidos'),
('pt', 'tmpl_scroller', 'Rolagem'),
('pt', 'tmpl_search', 'Campo de pesquisa'),
('pt', 'tmpl_sidebox_1_item', 'Primeiro item da caixa lateral'),
('pt', 'tmpl_subscription', 'Newsletters: subscription form'),
('pt', 'tmpl_subscription_advanced', 'Subscription advanced form'),
('pt', 'tmpl_text_ckeditor', 'CKEditor'),
('pt', 'to', 'para'),
('pt', 'today', 'Hoje'),
('pt', 'tools', 'Ferramentas'),
('pt', 'tools_addons_activated_count', 'Módulos ativados '),
('pt', 'tools_addons_additional_payment_methods', 'There may be more payment processors. They\'ll show up if you activate the corresponding <a href=\"[url]\">payment add-ons</a>.'),
('pt', 'tools_addons_additional_shipping_methods', 'There may be more carriers. They\'ll show up if you activate the corresponding <a href=\"[url]\">shipping add-ons</a>.'),
('pt', 'tools_addons_additional_shipping_methods_msg', 'Pode haver mais maneiras de calcular as taxas de envio. Eles aparecerão se você ativar o correspondente <a href=\"[url]\">módulos de envios</a>.'),
('pt', 'tools_addons_additional_themes', 'There may be more themes. They\'ll show up if you activate the corresponding <a href=\"[url]\">theme add-ons</a>.'),
('pt', 'tools_addons_core_addons_count', 'Built-in add-ons:'),
('pt', 'tools_addons_current_state', 'Estado atual'),
('pt', 'tools_addons_disabled_msg', 'An administrator disabled all add-ons or third-party add-ons.<br> Press the Re-enable add-ons button to initialize the add-ons that were previously active.'),
('pt', 'tools_addons_disable_all', 'Desative todos os módulos'),
('pt', 'tools_addons_disable_third_party', '\r\nDesativar módulos de terceiros'),
('pt', 'tools_addons_installed_count', 'Módulos instalados:'),
('pt', 'tools_addons_no_addons', 'No add-ons'),
('pt', 'tools_addons_no_third_party_addons', 'No third party add-ons'),
('pt', 'tools_addons_other_addons_count', 'Módulos de terceiros:'),
('pt', 'tools_re_enable_add_ons', 'Re-enable add-ons'),
('pt', 'tooltip', 'Dica'),
('pt', 'top_panel', 'Painel superior'),
('pt', 'top_sellers', 'Top sellers'),
('pt', 'top_wishlist_compare', 'ET - Top wishlist compare'),
('pt', 'total', 'Total'),
('pt', 'totally_paid', 'Total pago'),
('pt', 'totals', 'Totais'),
('pt', 'total_amount', 'Montante total'),
('pt', 'total_amount_due', 'Total devido'),
('pt', 'total_cost', 'Total'),
('pt', 'total_items', 'Total de itens'),
('pt', 'total_list_price', 'Preço total de tabela'),
('pt', 'total_orders', 'Created orders'),
('pt', 'total_paid_orders', 'Paid orders'),
('pt', 'total_period_payout', 'Pagamentos no período'),
('pt', 'total_price', 'Preço total'),
('pt', 'total_product_cost', 'Preço total do artigo'),
('pt', 'total_replies', 'Total Replies'),
('pt', 'total_results', 'Resultados totais'),
('pt', 'total_spent_money', 'Total spend'),
('pt', 'total_unpaid_balance', 'Saldo não pago'),
('pt', 'total_without_commission', 'Total descontando a comissão'),
('pt', 'to_all_subcats', 'Aplicar a todas as subcategorias'),
('pt', 'to_date', 'Data através'),
('pt', 'to_fixed', 'para montante fixo'),
('pt', 'to_percentage', 'para porcentagem do preço original'),
('pt', 'tpe', 'TPE'),
('pt', 'track', 'Rastrear'),
('pt', 'tracking_num', 'Tracking number'),
('pt', 'tracking_number', 'Número de rastreamento'),
('pt', 'tracks', 'Identificador'),
('pt', 'track_inventory', 'Track inventory'),
('pt', 'track_inventory_tooltip', 'When inventory is tracked, the number of products in stock will decrease after each purchase.'),
('pt', 'track_my_order', 'Rastrear meu pedido'),
('pt', 'track_on_carrier_site', 'Track on website'),
('pt', 'track_orders', 'Rastrear pedidos'),
('pt', 'track_request_subj', 'Rastreamento'),
('pt', 'track_without_options', 'Rastrear sem opções'),
('pt', 'track_with_options', 'Rastrear com opções'),
('pt', 'TransactionDateTime', 'TransactionDateTime'),
('pt', 'transaction_approved', 'Transação aprovada'),
('pt', 'transaction_cancelled', 'Transação foi cancelada'),
('pt', 'transaction_datetime', 'Data da transação'),
('pt', 'transaction_declined', 'Transação declinada'),
('pt', 'transaction_id', 'Código da transação'),
('pt', 'transaction_key', 'Chave da transação'),
('pt', 'transaction_password', 'Senha da transação'),
('pt', 'transaction_type', 'Tipo da transação'),
('pt', 'transaction_url', 'URL da transação'),
('pt', 'transaction_used_fee_value', 'Comissão p/ usados: <strong>[value]</strong>'),
('pt', 'translate', 'Traduzir'),
('pt', 'translations', 'Traduções'),
('pt', 'trash_category', 'Trash category'),
('pt', 'trash_category_description', 'When a product is deleted from the last category in the store, it will be moved to this category.'),
('pt', 'tree', 'Árvore'),
('pt', 'trial', 'Teste'),
('pt', 'trial_expired', 'Your [product] trial period has expired'),
('pt', 'trial_mode_mve_disabled', 'Modo de teste não está mais disponível já que você tem uma licença válida ativada para esta instalação'),
('pt', 'trial_mode_ult_disabled', 'Modo de teste não pode ser ativado'),
('pt', 'trial_notice', 'Your store is in the Trial mode.<br /><br />When the 30-day trial period expires, you\'ll have to enter a valid license number to be able to manage your store.<br /><br />To dismiss this message permanently, and to access to the Administration panel after the trial period is over, purchase a license and <a class=\"cm-dialog-opener cm-dialog-auto-size\" data-ca-target-id=\"store_mode_dialog\">activate the Full mode</a>.'),
('pt', 'true', 'Verdadeiro'),
('pt', 'ttc_abt__ut2.menu_with_icons.desc', 'Short description for menu item (it is shown this field only for first-level items after menu item name)'),
('pt', 'ttc_abt__ut2.menu_with_icons.dropdown', 'Show children menu items with dropdown list (only for <b>AB: Vertical dropdown list with icons</b> for the first-level items). It is rational to use this mode for those first level menu items, that have a large number of elements (subitems) on the third nesting level'),
('pt', 'ttc_abt__ut2.menu_with_icons.icon', 'Icon for menu item (max size for icons:<br> — for the first level items 32x32px / for HiDPI 64x64px). If you don\'t use <b>Short description</b> for the first level menu items, then max size will be 24x24px / for HiDPI 48x48px<br> — for the second level items max icons width 100px / for HiDPI 200px)'),
('pt', 'ttc_abt__ut2.menu_with_icons.label', 'Label for menu item (ability to mark with labels, important menu items (promotion, new, total sales, etc. optional))'),
('pt', 'ttc_abt__ut2.menu_with_icons.label_background', 'Label background for menu item'),
('pt', 'ttc_abt__ut2.menu_with_icons.label_color', 'Label color for menu item'),
('pt', 'ttc_abt__ut2.menu_with_icons.text', 'HTML-content shown in this menu item (only for the first-level items). Used to show banner in mega menu (or any another content)'),
('pt', 'ttc_abt__ut2.menu_with_icons.text_position', 'Position of HTML-content, that will be shown in this menu item (only for the first-level items)'),
('pt', 'ttc_ab__lc.catalog.icon', 'Is displayed on the page <b>AB: Catalog</b> to the left of the name of category'),
('pt', 'ttc_ab__lc.catalog.image_control', 'For display the size specified in the fields \"Categories list thumbnail width/height\" on admin panel page \"Settings\" - \"Thumbnails\" will be used. Size 32*32px will be used for displaying to the left'),
('pt', 'ttc_ab__lc.control_subcategory_structure.inherit_control', 'If it is noted, then each point of a subcategory will be constructed taking into account its settings <b>AB: Management of the displayed structure of landing category/page</b> on <b>AB: Landing category/page</b> pages'),
('pt', 'ttc_ab__lc.control_subcategory_structure.menu_id', 'Specify the menu ID which will be used for creation of the new structure of the subcategories'),
('pt', 'ttc_ab__lc.landing_category.landing', 'The page of category will be displayed as a landing. Only subcategories, without products will be displayed'),
('pt', 'ttc_ab__lc.landing_category.subsubcategories', 'The maximum amount of displayed sub-subcategories. If it is equal 0 - sub-subcategories won\'t be displayed'),
('pt', 'ttc_ab__search_motivation.default_search_phrases', 'Will be used when fields in categories are empty'),
('pt', 'ttc_ab__search_motivation.search_phrases', 'Input the list of expressions for this category; each expression should be written from a new line'),
('pt', 'ttc_addons.form_builder.email_subject_field', 'Fields of type \"Select box\" or \"Input field\" can be used'),
('pt', 'ttc_addons.paypal.rma.perform_refund', 'A refund will be made once an administrator changes the return request status'),
('pt', 'ttc_addons.paypal.status_for_new_orders', 'All orders with a PayPal payment method get this status until the response from PayPal (an IPN message) arrives or a customer returns to the store via a link on the PayPal site.'),
('pt', 'ttc_hybrid_auth.linkedin_api_version', 'LinkedIn <a target=\"_blank\" href=\"https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/migration-faq?context=linkedin/consumer/context\">deprecated API v1</a>, but old apps still use it. If you\'re configuring LinkedIn app for the first time now, use API v2. Old LinkedIn apps configured some time ago may still be using v1.'),
('pt', 'ttc_mobile_app.appfulldescription', 'Application full description (up to 4000 symbols)'),
('pt', 'ttc_mobile_app.appname', 'Application name (up to 30 symbols)'),
('pt', 'ttc_mobile_app.appshortdescription', 'Application short description (up to 80 symbols)'),
('pt', 'ttc_mobile_app.privacypolicyurl', 'URL of the Privacy Policy page of your store'),
('pt', 'ttc_mobile_app.pushnotifications', 'Push notifications'),
('pt', 'ttc_mobile_app.shopname', 'Shop Name'),
('pt', 'ttc_mobile_app.supportemail', 'Will be displayed in \'about app\' section'),
('pt', 'ttc_ogone.sha_in', 'The SHA-IN pass phrase is set on the Ingenico administration panel on the <b>Data and origin verification</b> tab.'),
('pt', 'ttc_ogone_web.sha_out', 'The SHA-OUT pass phrase is set on the Ingenico administration panel on the <b>Transaction feedback</b> tab.'),
('pt', 'ttc_page_title', 'Título da página exibido em um painel do navegador.'),
('pt', 'ttc_paypal_logo', 'Use a valid graphics format, such as .gif, .jpg, or .png. Limit the image to 190 pixels wide by 60 pixels high. PayPal crops images that are larger. PayPal places your logo image at the top of the cart review area.'),
('pt', 'ttc_paypal_use_in_context_checkout', 'In-Context Checkout will not be used when the store is running in Widget mode'),
('pt', 'ttc_popularity', 'Classificação de popularidade do produto  com base em quantas vezes foi visto na loja, número de adições ao carrinho e número de compras.'),
('pt', 'ttc_post_description', 'Use a tag &lt;!--CUT--&gt; (alterne para a visualização de código fonte para inseri-la) para esconder parte da postagem. Somente a parte acima da tag será exibida nas listagens.<br /><br />Certifique-se de <strong>fechar todas as tags HTML</strong> acima da tag &lt;!--CUT--&gt;!'),
('pt', 'ttc_product_feature.feature_style', 'Determines the look of this feature on the product page.'),
('pt', 'ttc_product_feature.filter_style', 'Determines the look of a filter by this feature on the product list. Filters make it easier for customers to find a product with the desired feature value. You\'ll be able to create a filter after you create a feature.'),
('pt', 'ttc_product_feature.purpose', 'Determines how you and your customers will be able to use this feature.'),
('pt', 'ttc_search_words', 'Enter a few words here, and the product will appear in the results of the built-in search for those words, even if the product name or description doesn\'t have them. Separate different search words by commas.'),
('pt', 'ttc_shippings.can.contract_id', 'Contract ID is required to obtain discounted rates for commercial customers when the Customer number is specified. Contract ID must be omitted for Solutions for Small Business members or general business users'),
('pt', 'ttc_shippings.can.customer_number', 'Customer number is required for commercial customers and Solutions for Small Business members to get discounted rates if parcel is mailed on behalf of customer'),
('pt', 'ttc_shippings.can.option_cov', 'Requires amount'),
('pt', 'ttc_storefront_url', 'Todos os domínios das lojas devem estar associados com o mesmo endereço IP. Nota: Mudar para \"Todas as lojas\" para editar'),
('pt', 'ttc_stores_status', 'ON—the storefront is open; everyone will see it. OFF—the storefront is closed; only those who have the access key will be able to see it.'),
('pt', 'ttc_vendor_debt_payout.payout_overdue_limit', 'Os pagamentos dos planos são retirados do saldo da conta do vendedor. Se o saldo ficar negativo após a cobrança da taxa, e esse prazo expirar, o painel de administração do vendedor não permitirá realizar nenhuma ação até que o vendedor pague a dívida.'),
('pt', 'ttc_vendor_debt_payout.vendor_debt_limit', 'Quando o saldo de um vendedor for negativo e atingir esse número, o painel de administração do vendedor não permitirá realizar nenhuma ação. Quando o saldo negativo de um vendedor for metade desse número, o fornecedor verá o aviso especificado na variável de idioma \"vendor_debt_payout.debt_near_limit_message\".'),
('pt', 'tts_activate_menu_tab_for', 'O item do menu será revelado como ativado para o despacho especificado.'),
('pt', 'tts_generate_submenu', 'O submenu incluirá elementos filhos do objeto selecionado.'),
('pt', 'tts_link_text', 'URL de destino. Pode ser uma URL externa, uma URL interna loja ou um despacho.'),
('pt', 'tts_menu_user_class', 'User-defined CSS class will be added to the menu item, so this will allow to define the menu item with its own CSS style.'),
('pt', 'tt_addons_abt__unitheme2_views_abt__ut2_buy_together_generate_description', 'You can use placeholder %product% which will be replaced by original product name'),
('pt', 'tt_addons_abt__unitheme2_views_abt__ut2_buy_together_generate_name', 'Você pode usar o espaço reservado %product% que será substituído pelo nome original do produto'),
('pt', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.friday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('pt', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.monday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('pt', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.nofollow', 'It\'s recommended to use for external link (to another site) or link to non-indexing pages'),
('pt', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.position', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
('pt', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.saturday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('pt', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.sunday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('pt', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.thursday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('pt', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.tuesday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('pt', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.url', 'The link format with the indication of the controller is recommended (for example, products.view?product_id=12121)'),
('pt', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.wednesday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('pt', 'tt_addons_ab__category_banners_views_ab__category_banners_update_image', 'The image is output \"as is\", without cutting'),
('pt', 'tt_addons_ab__motivation_block_views_ab__motivation_block_update_image', 'The image is displayed \"as is\" without scaling. Upload the prepared image of the necessary size, it is recommended to use size 24*24px'),
('pt', 'tt_addons_ab__video_gallery_hooks_products_tabs_content_post_ab__vg.form.replace_image', 'Use the first video as the default image on the product page'),
('pt', 'tt_addons_newsletters_views_mailing_lists_update_from_email', 'Email of a sender.'),
('pt', 'tt_addons_newsletters_views_mailing_lists_update_from_name', 'Name of a sender (e.g. company name).'),
('pt', 'tt_addons_newsletters_views_mailing_lists_update_reply_to', 'Email to send replies to.'),
('pt', 'tt_addons_newsletters_views_newsletters_update_more_subjects', 'If several subjects are specified, email subject is randomly picked from this list.'),
('pt', 'tt_addons_newsletters_views_newsletters_update_users', 'If the message text contains the unsubscribe link, it will be empty for these users.'),
('pt', 'tt_addons_paypal_settings_partial_refund_action_order_status', 'Determines whether or not to change the order status automatically after a partial refund via PayPal.'),
('pt', 'tt_addons_polls_hooks_pages_tabs_content_post_poll_results', 'Mensagem exibida na loja após a participação na enquete.'),
('pt', 'tt_addons_seo_views_seo_redirects_manage_seo.old_url', 'Por exemplo, se a URL é <b>http://www.minhaloja.com.br/caminho/do/item</b> você deve preencher <b>/caminho/do/item</b>'),
('pt', 'tt_addons_store_locator_views_store_locator_update_store_locator.main_destination', 'Determines the shipping rates for this pickup point. The rates are specified on the shipping method editing page. If you don\'t select a rate area for a pickup point, then the pickup point won\'t appear at checkout.'),
('pt', 'tt_addons_store_locator_views_store_locator_update_store_locator.show_to', 'Allows you to offer this pickup point to the residents of other rate areas at checkout.'),
('pt', 'tt_addons_vendor_locations_hooks_companies_shipping_address_post_vendor_locations.location', 'The address that will be used to determine the position on Google Maps.'),
('pt', 'tt_mobile_app.crop_when_resize', 'If ticked, some part of an image might be lost (cut out) when it\'s resized, otherwise transparent borders might be added.'),
('pt', 'tt_mobile_app.m_app_icon', '1024 x 1024 (the big one is because it\'s Apple requirement, please note that it should look fine even if resized to 256x256)'),
('pt', 'tt_mobile_app.m_app_notification_icon', '(192 x 192) Push notification icon (Android)'),
('pt', 'tt_mobile_app.m_app_splash_landscape', 'Recommended image size 2208x1536. It is displayed when you start the application on your mobile phone'),
('pt', 'tt_mobile_app.m_app_splash_portrait', 'Recommended image size 1536x2208. It is displayed when you start the application on your mobile phone'),
('pt', 'tt_mobile_app.m_app_store_logo', '(1024 x 500). It\'s the image shown in the Google Play page of your application, see \"Feature Graphic\" section <a href=\"https://support.google.com/googleplay/android-developer/answer/1078870?hl=en\" target=\"_blank\">here</a>'),
('pt', 'tt_mobile_app.services_config', 'Upload the google-services.json file that was generated when you added an Android application in Firebase.'),
('pt', 'tt_views_block_manager_update_block_override_by_this', 'Se você salvar o bloco com esta opção marcada, o  conteúdo atual do bloco substituirá o conteúdo deste bloco em todos os lugares em que é utilizado no carrinho'),
('pt', 'tt_views_block_manager_update_block_width', 'Largura do bloco funciona para blocos localizados em um grupo de sentido horizontal, para outros casos, este parâmetro não funciona.'),
('pt', 'tt_views_block_manager_update_location_default', 'Um local deve ser escolhido como padrão. Seus recipientes superior e inferior serão usados em todos os locais.'),
('pt', 'tt_views_block_manager_update_location_head_custom_html', 'This HTML code will be put between &lt;head&gt;&lt;/head&gt; tags'),
('pt', 'tt_views_cart_components_carts_search_form_online_only', 'Se habilitado, os resultados da pesquisa incluirá somente os usuários que estão online no momento.'),
('pt', 'tt_views_categories_update_product_details_layout', 'Por padrão, é usado o template que está definido nas configurações de aparência da sua loja'),
('pt', 'tt_views_currencies_update_after_sum', 'Se habilitado, o símbolo da moeda é mostrado após a soma.'),
('pt', 'tt_views_currencies_update_decimals', 'Número de dígitos após o sinal de decimal.'),
('pt', 'tt_views_currencies_update_dec_sign', 'Separador decimal.'),
('pt', 'tt_views_currencies_update_ths_sign', 'Separador de milhar.'),
('pt', 'tt_views_database_manage_backup_data', 'Se habilitado, o arquivo de backup do banco de dados inclui os dados da tabela atual.'),
('pt', 'tt_views_database_manage_backup_schema', 'Se habilitado, o arquivo de backup do banco de dados mantém a estrutura de tabela.'),
('pt', 'tt_views_exim_export_output', 'Escolher uma ação no arquivo: \"Download direto -\" para salvar o arquivo no computador, \"Tela\" - para exibir o arquivo de conteúdo, \"Servidor\" - para salvar o arquivo no servidor de sistema de arquivos.'),
('pt', 'tt_views_languages_manage_language_code', 'Código de duas letras do idioma.'),
('pt', 'tt_views_languages_update_country', 'A bandeira deste país irá ser utilizada como ícone de idioma.'),
('pt', 'tt_views_orders_components_orders_search_form_customer_files', 'Se habilitado, os resultados da pesquisa conterá os pedidos para os clientes que enviaram seus próprios arquivos.'),
('pt', 'tt_views_pages_components_pages_link_page_target_url', 'The URL to redirect customers to'),
('pt', 'tt_views_pages_components_pages_link_page_url', 'The page inner URL'),
('pt', 'tt_views_payments_update_surcharge_title', 'Deixar vazio para usar \'Acréscimo\' como título'),
('pt', 'tt_views_payments_update_taxes', 'Se o acréscimo do pagamento for obtido dos vendedores, os impostos não serão calculados'),
('pt', 'tt_views_payments_update_template', 'Modelo responsável por exibir campos adicionais para a forma de pagamento.'),
('pt', 'tt_views_products_components_products_shipping_settings_free_shipping', 'Products with the Free shipping option enabled will be excluded from shipping calculation if shipping method has the Use for free shipping option enabled'),
('pt', 'tt_views_products_components_products_shipping_settings_items_in_box', 'Use este campo para definir o número mínimo e máximo de itens do produto a ser enviado em uma caixa separada. Insira um valor diferente de zero e especifique as dimensões da caixa abaixo.'),
('pt', 'tt_views_products_components_products_shipping_settings_weight', 'Produtos sem download com peso zerado são tratados como tendo o menor peso diferente de zero possível'),
('pt', 'tt_views_products_update_categories', 'Categories to be displayed in the navigation breadcrumbs.'),
('pt', 'tt_views_products_update_inventory', 'Track in stock product quantity. Enable the \"Enable inventory tracking\" option (Settings -> General) to modify.'),
('pt', 'tt_views_products_update_list_price', 'Preço de varejo sugerido pelo fabricante.'),
('pt', 'tt_views_products_update_out_of_stock_actions', '\'Buy in advance\' lets customers buy out-of-stock products and products that will be available since a specific date. \'Sign up for notification\' works only when the product has zero or negative quantity.'),
('pt', 'tt_views_products_update_product_details_layout', 'Por padrão, o template que está definido nas configurações da categoria principal do produto será utilizado'),
('pt', 'tt_views_product_features_update_feature_display_on_catalog', 'Show this feature on product list pages along with product description.'),
('pt', 'tt_views_product_features_update_feature_display_on_product', 'Se ativado, a característica do produto é exibida nas páginas de detalhes do produto'),
('pt', 'tt_views_product_features_update_prefix', 'Um prefixo para a característica do produto.'),
('pt', 'tt_views_product_features_update_suffix', 'Um sufixo para a característica do produto.'),
('pt', 'tt_views_product_options_update_incorrect_filling_message', 'A mensagem que será exibida se os dados introduzidos incorreta forem incorreta.'),
('pt', 'tt_views_product_options_update_inner_hint', 'Uma nota que indica o valor inserido.'),
('pt', 'tt_views_product_options_update_inventory', 'Se habilitada, a opção é levada em consideração quando estiver formando o estoque de produtos.'),
('pt', 'tt_views_product_options_update_regexp', 'Especificando um padrão validação de expressão regular.'),
('pt', 'tt_views_promotions_update_stop_other_rules', 'Se habilitada, as outras promoções não serão aplicadas.'),
('pt', 'tt_views_sales_reports_table_time_interval', 'Períodos para analisar (dia, semana, mês, ano).'),
('pt', 'tt_views_sales_reports_update_table_dependence', 'Parâmetro para ordenar valores por. Ele deve se relacionado com o valor para exibir o parâmetro (por exemplo, Custos do produto — Custo total ou Número de produtos — Número de itens).'),
('pt', 'tt_views_sales_reports_update_table_limit', 'Número máximo de componentes de gráfico.'),
('pt', 'tt_views_shippings_components_services_ups_ship_ups_pickup_type', '<p>Select \"Daily Pickup\" to calculate the delivery cost according to Daily Rates.</p><p>Select \"One Time Pickup\", \"Letter Center\", or \"Air Service Center\" to calculate the delivery cost according to Retail Rates.</p>'),
('pt', 'tt_views_shippings_update_delivery_time', 'The delivery time appears next to the name of the shipping method. If you use realtime shipping rate calculation, your shipping service may provide its own delivery time. The time provided by the shipping service will be displayed instead of the time you specify here.'),
('pt', 'tt_views_shippings_update_use_for_free_shipping', 'Exclude products with the enabled Free shipping option from the shipping price calculation'),
('pt', 'tt_views_site_layout_logos_alt_text', 'Deixe em branco para usar o nome da empresa como texto alternativo.'),
('pt', 'tt_views_storage_cdn_cname', 'Nome de domínio que você deseja usar em vez do nome de domínio CloudFront para as URLs dos  seus arquivos. Você também precisa criar um registro CNAME com seu serviço DNS para consultas de rota para CloudFront host (ele será exibido nesta página depois que você inserir informações da conta).'),
('pt', 'tt_views_storage_cdn_key', 'AWS Access Key ID. See <a href=\"http://amzn.to/1sT9aw0\" target=\"_blank\">http://amzn.to/1sT9aw0</a> to learn how to get key and secret key.'),
('pt', 'tt_views_taxes_update_regnumber', 'Número de cadastro deste imposto na loja.'),
('pt', 'turkish', 'Turco'),
('pt', 'txn_id', 'Transaction ID'),
('pt', 'type', 'Tipo'),
('pt', 'type_comment', 'Observações'),
('pt', 'type_comments_here', 'Pode deixar aqui o seu comentário'),
('pt', 'type_to_create', 'Type to create...'),
('pt', 'type_to_search', 'Type to search...'),
('pt', 'type_to_search_or_click_button', 'Type to search, or click the button on the right for advanced search'),
('pt', 'uc_addon_package_files_do_not_match_schema', 'Package contains files that were not described in schema or schema has links to missing files'),
('pt', 'uc_addon_package_forbidden_path', 'Forbidden: Add-on tries to upgrade core files ([path])'),
('pt', 'uc_addon_package_languages_forbidden', 'Package contains languages that were not described in schema or schema has links to missing languages files'),
('pt', 'uc_addon_package_migrations_forbidden', 'Package contains migrations that were not described in schema or schema has links to missing migration files'),
('pt', 'uc_addon_package_pre_post_scripts_mismatch', 'Package contains pre/post scripts that were not described in schema or schema has links to missing files'),
('pt', 'uc_backup_info_subj', 'Upgrade Center: Store has been backed up and closed.'),
('pt', 'uc_broken_upgrade_connector', 'Upgrade connector [connector_id] returned incorrect data'),
('pt', 'uc_connector_not_found', 'Upgrade connector not found'),
('pt', 'uc_copy_files', 'Copy files'),
('pt', 'uc_downloaded_and_ready', 'Upgrade package has been downloaded and ready to install'),
('pt', 'uc_execute_validator', 'Execute \"[validator]\" validator'),
('pt', 'uc_info_subj', 'Upgrade Center: Store has been closed.'),
('pt', 'uc_install_languages', 'Install languages'),
('pt', 'uc_migration_failed', 'An error has occured during upgrading database structure (applying migration [migration]).'),
('pt', 'uc_ok', 'OK'),
('pt', 'uc_open_store_email_body', '<p>Before the upgrade, your store was closed. Check if it\'s running fine after the upgrade and <a href=\"[settings_section]\">open it</a>.</p>'),
('pt', 'uc_package_schema_is_not_json', 'Package schema is not a valid JSON'),
('pt', 'uc_package_schema_not_found', 'Package content schema not found'),
('pt', 'uc_restore_email_body', '<p>Your store\'s database and files has been backed up before the upgrade. The backup archive includes the whole database and all files except for images. The backup archive has been stored on your server: [backup_file].</p><p>Before the upgrade, your store was closed. Check if it\'s running fine after the upgrade and <a href=\"[settings_section]\">open it</a>.</p><p>If something goes wrong during the upgrade, go to your admin panel, <strong>Administration → Backup/Restore</strong>, to restore the backup.</p><p>If you can\'t access your admin panel, use the following link to restore the last backup. <b>Important:</b> following this link will immediately launch the restore process. Use it only if you can\'t access your admin panel! Restore the last backup:</p>'),
('pt', 'uc_restore_email_subject', 'Upgrade center: Store has been backed up and closed.'),
('pt', 'uc_run_migrations', 'Run migrations'),
('pt', 'uc_searchanise_disabled', 'O add-on Searchanise foi automaticamente desativado durante a atualização para evitar resultados falsos. Ative-o qualquer momento na página de <a href=\"[url]\"> Add-ons</a>.'),
('pt', 'uc_title_validators', 'Upgrade package validators'),
('pt', 'uc_unable_to_read_schema', 'Unable to read package schema (schema.json)'),
('pt', 'uc_upgrade_progress', 'Upgrade progress'),
('pt', 'uk_cookies_law', 'Os cookies são usados neste site para fornecer a melhor experiência de usuário. Se você continuar, assumimos que você concorda em receber cookies deste site. <span class=\"button button-wrap-left\"> <span class=\"button button-wrap-right\"> <a rel=\"nofollow\" href=\"[url]\"> OK</a></span></span>'),
('pt', 'ultimate_license', '[product] Ultimate'),
('pt', 'ultimate_license_required', '[product] Ultimate is required for this'),
('pt', 'ultimate_or_storefront_license_required', 'This action requires [product] Ultimate or an additional Storefront License'),
('pt', 'ultimate_or_storefront_license_required.ult', 'This action requires [product] Ultimate or an additional Storefront License'),
('pt', 'ultimate_or_storefront_license_required.ult.b2b', 'This action requires [product] Ultimate or an additional Storefront License'),
('pt', 'ultimate_or_storefront_license_required.ult.b2b.new', 'This action requires [product] Ultimate or an additional Storefront License'),
('pt', 'ultimate_or_storefront_license_required.ult.b2b.ultimate', 'This action requires [product] Ultimate or an additional Storefront License'),
('pt', 'ultimate_or_storefront_license_required.ult.new', 'This action requires [product] Ultimate or an additional Storefront License'),
('pt', 'ultimate_or_storefront_license_required.ult.ru', 'This action requires [product] Ultimate'),
('pt', 'ultimate_or_storefront_license_required.ult.ru.new', 'This action requires [product] Ultimate'),
('pt', 'ultimate_or_storefront_license_required.ult.ru.ultimate', 'This action requires [product] Ultimate'),
('pt', 'ultimate_or_storefront_license_required.ult.ultimate', 'This action requires [product] Ultimate or an additional Storefront License'),
('pt', 'ult_shared_with', 'Shared with:'),
('pt', 'ult_share_users_setting_disabled', 'O valor da configuração não pode ser alterado visto que há endereços de e-mail idênticos estão registrados em sua loja.'),
('pt', 'unable_delete_storefront_orders_exists', 'Unable to delete this storefront because there are orders containing the products of this storefront in the store database. To delete the storefront, please delete all such orders first.'),
('pt', 'unable_delete_vendor_orders_exists', 'Não foi possível excluir este fornecedor pois existem pedidos contendo os produtos deste fornecedor. Para excluir este fornecedor, exclua estes pedidos primeiro.'),
('pt', 'unable_to_assign_usergroup', 'Não é possível atribuir o grupo de utilizadores. Entre em contato com o administrador da loja.'),
('pt', 'unable_to_check_license', 'Não é possível verificar o seu número de licença'),
('pt', 'unable_to_create_status', 'Couldn\'t create a new status'),
('pt', 'unable_to_delete_last_storefront', 'At least one storefront must remain'),
('pt', 'unable_to_delete_setting_description', 'Não foi possível remover a descrição da configuração: [reason]'),
('pt', 'unable_to_delete_setting_variant', 'Não é possível remover setting_variant: [reason]'),
('pt', 'unable_to_read_resource', 'Não foi possível ler o recurso: [file]'),
('pt', 'unable_to_unpack_file', 'Não foi possível descompactar o arquivo'),
('pt', 'unable_to_update_setting_description', 'Não foi possível definir a descrição: [reason]'),
('pt', 'unable_to_update_setting_value', 'Não foi possível definir o valor: [reason]'),
('pt', 'ungroupped_features', 'Características não agrupadas'),
('pt', 'unidentified', 'Unidentified'),
('pt', 'uninstall', 'Desinstalar'),
('pt', 'unique_html_block', 'Bloco HTML único'),
('pt', 'unit', 'Unidade'),
('pt', 'united_kingdom', 'Reino Unido'),
('pt', 'unit_price', 'Preço unitário'),
('pt', 'unknown', 'Desconhecido'),
('pt', 'unknown_server_response', 'Resposta do servidor desconhecida'),
('pt', 'unmark', 'Deselecionar'),
('pt', 'unregistered_customer', 'Cliente não registado'),
('pt', 'unregistered_customer_short', 'Unregistered'),
('pt', 'unselect_all', 'Deselecionar todos'),
('pt', 'unset_tax_to_products', 'Remover os impostos selecionados de todos os produtos'),
('pt', 'unsubscribe', 'Cancelar a inscrição'),
('pt', 'unsubscribe_key', 'Unsubscribe key'),
('pt', 'unsubscribe_link', 'Unsubscribe link'),
('pt', 'unsupported_browser_notice', '<p>We have detected that the browser you are using is not fully supported by our Admin Panel. You can view this site using your current browser but it may not display properly, and you may not be able to fully use all features.</p><br><p>Admin Panel is best viewed using the following browsers:</p><br><ul><li>&ndash; <a href=\"http://www.mozilla.org/en-US/\" target=\"_blank\">Mozilla Firefox (latest version)</a></li><li>&ndash; <a href=\"https://www.google.com/intl/en/chrome/browser/\" target=\"_blank\">Google Chrome (latest version)</a></li><li>&ndash; <a href=\"https://www.microsoft.com/en-us/edge\" target=\"_blank\">Microsoft Edge (latest version)</a></li><li>&ndash; <a href=\"https://www.apple.com/safari/\" target=\"_blank\">Safari (latest version)</a></li></ul><br><p>Click on one of the links to download the browser of your choice. Once the download has completed, install the browser by running the setup program.</p><br><p>If you cannot upgrade your browser now, you can still access Admin Panel, but you may not be able to fully use all features.<br><br><a href=\"[url]\">Continue</a></p>'),
('pt', 'unverified', 'Unverified'),
('pt', 'up', 'Cima'),
('pt', 'update', 'Atualizar'),
('pt', 'updated_last', 'Updated in the last'),
('pt', 'updates', 'Updates'),
('pt', 'updates_subscription', 'updates and promotions subscription'),
('pt', 'update_addon', 'Update add-on'),
('pt', 'update_all', 'Atualizar todos'),
('pt', 'update_available', 'Update available'),
('pt', 'update_categories', 'Atualizar categorias'),
('pt', 'update_current_layout', 'Atualizar layout atual'),
('pt', 'update_customer_info', 'Atualizar dados do cliente'),
('pt', 'update_datafeed', 'Alterando feed de dados'),
('pt', 'update_existing_products_only', 'Update existing products only'),
('pt', 'update_existing_products_only_tooltip', 'If you enable this setting, products that don\'t exist in the database of your store will be skipped during import.'),
('pt', 'update_for_all_act', 'Novo valor será gravado para TODAS as lojas que compartilham este item. Clique para grava-lo apenas para o proprietário da loja.'),
('pt', 'update_for_all_dis', 'Novo valor será gravado APENAS para a proprietário de loja. Clique para grava-lo para todas as lojas que compartilham este item.'),
('pt', 'update_for_all_hid_act', 'Clique para cancelar a atualização do campo.'),
('pt', 'update_for_all_hid_dis', 'Clique para inserir um novo valor do campo para atualizar em todas as lojas ao salvar o produto.'),
('pt', 'update_group', 'Grupo de atualização'),
('pt', 'update_notification.approve_vendors_notification', '<p>Previously, administrators had to check each and every vendor that registered in the marketplace. They manually approved those vendors to make them appear on the storefront and/or grant them access to the admin panel. There was no way for a vendor to start working in the marketplace (at least in the admin panel) immediately after registration.</p><p>Now vendors get access to the admin panel immediately after registration, as long as you allow automatic creation of administrator accounts for them. By default, vendors still require approval before they and their products appear on the storefront. But you can lift that restriction in the settings of the \"Vendor data premoderation\" add-on.</p><p><a href=\"[url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">View moderation settings</a></p>'),
('pt', 'update_notification.approve_vendors_notification_title', 'Simplified vendor approval flow'),
('pt', 'update_notification.order_conversations_moved_to_message_center_message', '<p>Anteriormente, os clientes podiam enviar mensagens sobre pedidos para você por meio do complemento \"Comentários e avaliações\". Desde então, adicionamos um novo complemento chamado \"Centro de mensagens\". Ao contrário dos antigos \"Comentários e críticas\", o novo \"Centro de mensagens\" foi projetado para comunicação bidirecional. Os administradores veem o contexto de cada mensagem e recebem notificações sobre novas mensagens.</p><p>É por isso que movemos a funcionalidade de comunicação de pedidos junto com seu histórico de comunicação de \"Comentários e avaliações\" para o complemento \"Central de mensagens\". Você não precisa fazer nada a respeito, mas pode verificar onde estão suas mensagens agora. Como antes, você pode acessar as mensagens de pedidos nas páginas de pedidos individuais ou no menu <b>Clientes → Central de mensagens</b>.</p><p><a href=\"[url]\" target=\" _blank\" class=\"btn btn-large btn-primary\">Ver Centro de mensagens</a></p>'),
('pt', 'update_notification.order_conversations_moved_to_message_center_title', 'Order conversations moved to Message Center'),
('pt', 'update_notification.remove_percentage_surcharges_from_all_shipping_methods_message', '<p>Starting with version 4.12.1, shipping methods no longer support \"a percentage of order total\" surcharges. During the upgrade, this type of surcharge has been removed from the following shipping methods:</p><ul>[shipping_methods]</ul><p>Please check these shipping methods and make sure that their rates and surcharges are correct.</p>'),
('pt', 'update_notification.remove_percentage_surcharges_from_all_shipping_methods_title', 'Shipping methods: Percent surcharges no longer supported'),
('pt', 'update_notification.upgrade_to_version_4.13.1', '<ul><li><b>Plataforma de comércio do PayPal e Stripe Connect</b> em Multi-Vendor agora permitem que você retenha o dinheiro dos fornecedores por um tempo. Dessa forma, você pode verificar os pedidos e certificar-se de que está tudo ok antes de liberar os fundos para os fornecedores. Verifique as configurações da forma de pagamento para obter mais informações.</li><br><li><b>Comentários de produtos</b> agora têm votos, fotos, respostas de vendedores e muito mais. Isso é alcançado pelo novo complemento \"Revisões de produtos\". Para obter a nova funcionalidade, basta instalar o complemento, e nós o guiaremos pelo restante do processo.</li><br><li><b>Central de mensagens</b> agora lida com a comunicação sobre pedidos . Anteriormente, era tratado pelo complemento \"Comentários e avaliações\". Estamos planejando tornar a Central de mensagens o hub para todas as comunicações.</li><br><li><b>A página \"Complementos → Gerenciar complementos\"</b> foi reformulada para facilitar o tratamento add-ons de terceiros mais fácil. Mais mudanças podem seguir; o objetivo final é facilitar as atualizações, mesmo se você tiver vários complementos de terceiros instalados.</li><br><li><b>A interface do painel de administração</b> foi atualizada: a seleção em massa de objetos em todos os lugares agora funciona como a seleção em massa na lista de produtos. Esse é um passo para simplificar a interface e torná-la melhor para dispositivos móveis.</li><br><li><b>Uma mudança técnica:</b> a interface do usuário do jQuery foi atualizada para a versão 1.12.1 para melhorar a segurança e como os mecanismos de pesquisa veem e classificam o site.</li></ul>'),
('pt', 'update_notification.upgrade_to_version_4.13.1_title', 'The most important changes in version 4.13.1');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('pt', 'update_period_expired', '<p class=\"text-error\">Sua assinatura expirou e esta atualização não pode ser instalada. Você pode renovar a sua assinatura através do <a href=\"[url]\">helpdesk</a>.</p><p>Mas atenção: a renovação não é obrigatória. Você pode continuar usando o aplicativo sem restrições mesmo que não tenha uma assinatura para as atualizações.</p>'),
('pt', 'update_products', 'Atualizar artigos'),
('pt', 'update_profile', 'Atualizar perfil'),
('pt', 'update_profile_notification', 'Perfil atualizado.'),
('pt', 'update_profile_notification_header', 'Perfil atualizado'),
('pt', 'update_status', 'Estado da atualização'),
('pt', 'update_text', 'Atualizar texto'),
('pt', 'update_totals_and_inventory', 'Atualizar totais e estoque'),
('pt', 'update_to_version', 'Update to [version]'),
('pt', 'update_translation', 'Update translations'),
('pt', 'updating', 'Em atualização'),
('pt', 'updating_links', 'A atualizar os links'),
('pt', 'upgrade', 'Atualização'),
('pt', 'upgraded_on', 'Upgraded on'),
('pt', 'upgrades', 'Upgrades ([n])'),
('pt', 'upgrade_and_update_addon', 'Upgrade [product] and update the add-on'),
('pt', 'upgrade_center', 'Atualizações'),
('pt', 'upgrade_center.apply_migration_failed', '<p>Restaure o backup de pré-atualização manualmente ou por meio de um link enviado para seu endereço de e-mail e entre em contato com nosso suporte técnico.</p><br><p>Detalhes técnicos: não foi possível concluir a migração [migration]. Motivo: [erro].</p><p>Migrações concluídas: [processed_count] de [total_count].</p>'),
('pt', 'upgrade_center.error_unable_to_prepare_restore', 'Unable to prepare restore script.'),
('pt', 'upgrade_center.filehash_check_failed', 'Atualizar é impossível devido ao erro de verificação de integridade do arquivo. Entre em contato com a equipe de suporte técnico.'),
('pt', 'upgrade_center.skip_backup', 'Skip files and database backup'),
('pt', 'upgrade_center.upgrades_are_not_available_in_trial', 'Atualizações estão disponíveis somente nas licenças <strong>Completa</strong> e <strong>Gratuito </strong>. <br /> <br />O modo de licenciamento pode ser alterado em configurações → <a class=\"cm-dialog-opener cm-dialog-auto-size\" data-ca-target-id=\"store_mode_dialog\">Modo de licenciamento</a>.'),
('pt', 'upgrade_center.upgrade_process_failed', 'Upgrade process of your store has failed'),
('pt', 'upgrade_center.validation_issue', 'Validation issue'),
('pt', 'upgrade_center.validator_fail_result', 'Validator \"[validator_name]\" returned fail status'),
('pt', 'upgrade_center.warning_msg_after_upgrade', 'After the upgrade, check the basic functionality of your store.'),
('pt', 'upgrade_center.warning_msg_executed_php', '<p class=\"text-error\">We have started a dummy PHP script. It will be working during 6 minutes. When the check is finished, we\'ll tell you if the PHP script\'s timeouts can be set correctly. If yes, then you are good to go with the upgrade. Please wait until the check is finished to be sure that your server has correct PHP timeout configuration.</p>'),
('pt', 'upgrade_center.warning_msg_generally', 'Generally, the upgrade fails because the PHP script execution is terminated due to your server configuration. It\'s essential to check the PHP script timeout settings on your server'),
('pt', 'upgrade_center.warning_msg_specialists', 'If you are not familiar with technical aspects of CS-Cart and the upgrade process, we strongly recommend that you <a href=\"[upgrade_center_specialist]\" target=\"_blank\">hire a specialist</a> or <a href=\"[upgrade_center_team]\" target=\"_blank\">ask our support team</a> to upgrade your store for you.'),
('pt', 'upgrade_center.warning_msg_test_local', 'Upgrade the test copy of your store first to make sure that the upgrade will go smoothly.'),
('pt', 'upgrade_center.warning_msg_third_party_add_ons', 'The upgrade doesn\'t update third-party add-ons. That\'s why we recommend that you disable all the third-party add-ons before the upgrade.'),
('pt', 'upgrade_center.warning_msg_timeout_check_failed', 'Your server has wrong PHP script timeout settings. This could be due to restrictions on the PHP <a href=\"http://php.net/manual/en/function.set-time-limit.php\" target=\"_blank\">set_time_limit</a> function or FastCGI \"Timeout\" options. We recommend you to contact your hosting provider in order to resolve this issue or contact our tech support team to perform the upgrade for you.'),
('pt', 'upgrade_center.warning_msg_timeout_fail', 'We DO NOT recommend to start the upgrade on your server.'),
('pt', 'upgrade_center.warning_msg_upgrade_is_complicated', 'The upgrade is a complicated process. It can be failed due to reasons that are beyond our control.<br> To make the upgrade of your store safer, we have prepared tips for you:'),
('pt', 'upgrade_center_permission_adjusted_properly', 'All file and folder permissions have been adjusted properly.'),
('pt', 'upgrade_fl54_atol_boxberry_text', '<p>The following tools were added to help store owners comply with Federal Law 54 and work with online cash registers:</p><ul><li>The ability to <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/payment_methods/yandex_54fz.html\">send receipt data to Yandex.Checkout</a>.</li><li>The <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/addons/atol_online/\">ATOL Online</a> add-on that integrates CS-Cart with this rent-an-online-cash-register service.</li></ul><p>Other additions:</p><ul><li>An add-on for <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/addons/retailcrm/\">exchanging data with retailCRM</a>;</li><li>An add-on for <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/shipping_and_taxes/shipping_methods/realtime_shipping_methods/boxberry.html\">creating real-time shipping methods that use Boxberry</a>, a Russian shipping service.</li></ul>'),
('pt', 'upgrade_fl54_atol_boxberry_title', 'New features of Russian version of CS-Cart 4.6.1: compliance with Federal Law 54, add-ons for retailCRM and Boxberry'),
('pt', 'upgrade_flash_player', 'Necessita de atualizar o seu Flash player'),
('pt', 'upgrade_is_not_avail', '<p class=\"text-error\">Esta atualização não está disponível para sua licença [product]. Entre em contato com nossa <a href=\"[href]\">equipe de suporte</a> para atualizar seu status de licença.</p>'),
('pt', 'upgrade_license', 'Upgrade my license'),
('pt', 'upgrade_notice.order_fulfillment_can_use_stores_now.message', '<p>\"Order fulfillment by marketplace\" is the add-on that allows the marketplace to ship products on behalf of vendors and collect money for it. Starting with version 4.14.1, the add-on also supports the scenario when the marketplace collects all the products, and the customer picks up the order from one place.</p><p>Now, if you use the \"Stores and pickup points\" add-on, you can create pickup points that belong to the marketplace under \"Administration → Stores & pickup points\". Note that if a \"Pickup from store\" shipping method belongs to the marketplace, it will only use the pickup points that belong to the marketplace.</p>'),
('pt', 'upgrade_notice.order_fulfillment_can_use_stores_now.title', 'Fulfillment by marketplace now works with \"Pickup from store\" shipping method'),
('pt', 'upgrade_notification.message_fix_vendor_company_id', 'Under rare circumstances, a vendor\'s administrator could accidentally become unlinked from their vendor. That would allow the administrator to see the orders of other vendors. We took action to prevent unlinking from happening in the future, and also relinked vendors\' admins to vendors where we could.<br><br>However, we couldn\'t reliably link some administrators to vendors. That needs to be done manually. Please select a vendor for the vendor\'s administrators listed below. Just follow the links to their profile pages in the admin panel, select the vendors there, and save your changes. You don\'t have to do it now (you can always do it in \"Customers > Vendor\'s administrators\" later), but the sooner it is done, the better.<br><br>Here are the administrators that need to be assigned to vendors:<br><br><ul>[profiles]</ul>'),
('pt', 'upgrade_notification.some_product_features_now_belong_to_marketplace_last_paragraph', '<p>Some of your vendors already used the product features created by other vendors. We\'ve set the <b>Vendor</b> field of those product features to <i>None</i>, to keep them available to other vendors, as before. Click the button to see which features we made available to all vendors.</p><p><a href=\"[updated_features_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">View updated features</a></p>'),
('pt', 'upgrade_notification.some_product_features_now_belong_to_marketplace_message', '<p>Your marketplace allows vendors to create their own product features. This is useful for vendors with unique products or product variations. Previously, a vendor could see and use the product features created by other vendors. Too many features could make this confusing. Now, only the owner of a product feature can use it in their products. You can still make a vendor\'s product feature available to all other vendors: just set the <b>Vendor</b> of that feature to <i>None</i>.</p>[show_changed_features]'),
('pt', 'upgrade_notification.some_product_features_now_belong_to_marketplace_title', 'Some vendors\' product features now belong to the marketplace'),
('pt', 'upgrade_notification.title_fix_vendor_company_id', 'Action required to ensure data safety: assign admins to vendors'),
('pt', 'upgrade_notification_message', '<p class=\'upgrade-center_notice-msg\'>Copy of this message was sent to administrator\'s email.</p><hr>'),
('pt', 'upgrade_notification_title', 'Upgrade changes in [product] [version]'),
('pt', 'upgrade_notification_welcome_text', '<p class=\"lead\">To help you get started, we’ve compiled the list of what you should check after the upgrade. The full list of changes is in the changelog.</p><p class=\"lead\">If you ever need to check this message later, we’ve also sent a copy to [email].</p>'),
('pt', 'upgrade_notification_welcome_title', 'Welcome to [product] [version]!'),
('pt', 'upgrade_notification_what_check_first', 'What to check first?'),
('pt', 'upgrade_notification_what_else_to_check', 'What else is there to check?'),
('pt', 'upload', 'Enviar'),
('pt', 'uploaded_files', 'Uploaded Files'),
('pt', 'upload_addon', 'Instalar plugin'),
('pt', 'upload_another_file', 'Enviar outro arquivo'),
('pt', 'upload_file', 'Enviar arquivo'),
('pt', 'upload_install', 'Instalar'),
('pt', 'upload_theme', 'Enviar tema'),
('pt', 'upload_to_ftp', 'Enviar para o servidor FTP'),
('pt', 'upload_upgrade_package', 'Upload upgrade package'),
('pt', 'upload_upgrade_text', 'Uploading upgrade package allows you to apply HotFixes or Add-on upgrades. You can upload an upgrade pack by picking a tgz,gz,zip format archive and clicking Upload.'),
('pt', 'upload_via_ftp', 'Fazer o envio via FTP'),
('pt', 'ups', 'United Parcel Service'),
('pt', 'ups_suggested_retail_rates_upgrade_notification_text', '<p>The latest [product] version doesn\'t support the \"Suggested Retail Rates\" Pickup type for the UPS-based shipping methods.</p><p>If you used Suggested Retail Rates before, do this to actualize the delivery cost for your customers:</p><ul><li>Go to Administration → Shipping & taxes → Shipping methods.</li><li>Select the shipping method that uses UPS as a carrier.</li><li>Switch to the Configure tab and select a proper Pickup type: use \"One Time Pickup\", \"Letter Center\", or \"Air Service Center\" to calculate the delivery cost according to Retail Rates</li></ul>'),
('pt', 'ups_suggested_retail_rates_upgrade_notification_title', '\"Suggested Retail Rates\" Pickup type for the UPS-based shipping methods is no longer supported'),
('pt', 'ups_upgrade_notification_text', '<p><b>UPS Canada: Expedited SM</b> and <b>UPS Polish: Today Intercity</b> shipping services are not supported since this [product] version. If you were using them, do the following:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses UPS as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li></ul>'),
('pt', 'ups_upgrade_notification_title', 'UPS Canada: Expedited SM and UPS Polish: Today Intercity shipping services are no longer supported'),
('pt', 'url', 'URL'),
('pt', 'url_access_storefront', 'Use the following URL to access the storefront:<br><a href=\"[url]\" target=\"_blank\">[url]</a>'),
('pt', 'url_dispatch_part', 'Valor do parâmetro \"dispatch\" na URL'),
('pt', 'used', 'Usado'),
('pt', 'user', 'Cliente'),
('pt', 'usergroup', 'Grupos de usuários'),
('pt', 'usergroups', 'Grupos de usuários'),
('pt', 'usergroups_menu_description', 'Lista de grupos de usuário que existem em sua loja.'),
('pt', 'usergroup_activated', 'Grupo de usuário foi ativado'),
('pt', 'usergroup_disactivated', 'Grupo de usuário foi desativado'),
('pt', 'usergroup_ids', 'Usergroup ids'),
('pt', 'usergroup_must_have_privileges', 'O grupo de usuários deve ter pelo menos um privilégio.'),
('pt', 'usergroup_privileges', 'Privilégios do grupo de usuários'),
('pt', 'usergroup_registered', 'Usuários cadastrados'),
('pt', 'usergroup_request_by_customer', 'Solicitação de grupo de usuário por cliente'),
('pt', 'username', 'Nome de utilizador'),
('pt', 'users', 'Usuários'),
('pt', 'users_carts', 'Carrinhos abandonados e em tempo real'),
('pt', 'users_carts_menu_description', 'Listas de produtos que não tenham sido comprados por alguma razão.'),
('pt', 'users_menu_description', 'Gerenciar contas de usuário que estão registrados na sua loja.'),
('pt', 'user_account_info', 'Informações do cadastro'),
('pt', 'user_account_information', 'Informações do cadastro'),
('pt', 'user_action_request_fail', 'An error has occurred during the attempt to send your request. Please try again or send a message to the following email address: <a href=\"mailto:[email]\">[email]</a>'),
('pt', 'user_action_request_success', 'Your request has been sent successfully.'),
('pt', 'user_anonymized', 'User has been anonymized.'),
('pt', 'user_cannot_be_deleted', 'Desculpe, o usuário com id [user_id] não pode ser removido.'),
('pt', 'user_class', 'User-defined CSS class'),
('pt', 'user_data_required', 'Por favor selecione um cliente ou insira os dados'),
('pt', 'user_details_page', 'Página de detalhes do usuário'),
('pt', 'user_group', 'User group'),
('pt', 'user_group_ids', 'User group IDs'),
('pt', 'user_group_requests', 'Solicitações do grupo de usuário'),
('pt', 'user_id', 'Código do usuário'),
('pt', 'user_info', 'Detalhes do cliente'),
('pt', 'user_pin', 'PIN do usuário'),
('pt', 'user_profile_info', 'Dados de perfil'),
('pt', 'user_settings', 'Definições do cliente'),
('pt', 'user_type', 'Tipo de usuário'),
('pt', 'use_avail_period', 'Período de utilização disponível'),
('pt', 'use_cardinal', 'Usar Cardinal Centinel&reg;  para 3-D Secure Payer Authentication'),
('pt', 'use_comma_enter_to_separate_variants', 'Use a comma or Enter to separate variants.'),
('pt', 'use_coupons_commission', 'Comissão de cupom'),
('pt', 'use_current_link', 'Usar o link da página atual'),
('pt', 'use_custom_view', 'Usar o modo de exibição personalizado'),
('pt', 'use_custom_weight_settings', 'Usar as configurações de peso personalizado'),
('pt', 'use_default_block_configuration', 'Usar Configuração de bloco de padrão'),
('pt', 'use_existing_block', 'Usar o bloco existente'),
('pt', 'use_existing_store', 'Copy existing storefront configuration'),
('pt', 'use_for_all_new_vendors', 'Use for all new vendors'),
('pt', 'use_for_apply_for_vendor_account', 'Preencher um formulário de conta de vendedor'),
('pt', 'use_for_checkout', 'Checkout (user information) form'),
('pt', 'use_for_discussion', 'Formulários de comentários e opiniões'),
('pt', 'use_for_form_builder', 'Formulários personalizados'),
('pt', 'use_for_free_shipping', 'Use for free shipping'),
('pt', 'use_for_login', 'Login form'),
('pt', 'use_for_polls', 'Polls'),
('pt', 'use_for_register', 'Create and edit profile form'),
('pt', 'use_for_re_desk', 'Use for Re:Desk'),
('pt', 'use_for_track_orders', 'Track my order form'),
('pt', 'use_for_track_product_in_stock', 'In-stock notification subscription form'),
('pt', 'use_negotiated_rates', 'Usar tarifas negociadas'),
('pt', 'use_new_sha_method', 'Use a nova diretiva de assinatura SHA'),
('pt', 'use_this_style', 'Usar este estilo'),
('pt', 'usps', 'Serviço Postal de Estados Unidos'),
('pt', 'usps_package_size_large', 'Large'),
('pt', 'usps_package_size_regular', 'Regular'),
('pt', 'usps_service_certificate_of_mailing', 'Certificado de mailing'),
('pt', 'usps_service_certificate_of_mailing_for_firm_mailing_books', 'Certificado de mailing para livros de correspondência firmes'),
('pt', 'usps_service_certificate_of_mailing_per_individual_article', 'Certificado de mailing por artigo individual'),
('pt', 'usps_service_certified', 'Certificado'),
('pt', 'usps_service_collect_on_delivery', 'Coleta na entrega'),
('pt', 'usps_service_delivery_confirmation', 'Confirmação de entrega/rastreamento do USPS'),
('pt', 'usps_service_edelivery_confirmation', 'Confirmação e-Delivery'),
('pt', 'usps_service_express_mail_insurance', 'Seguro Express mail'),
('pt', 'usps_service_insurance', 'Seguro'),
('pt', 'usps_service_pick_up_on_demand', 'Pegar na demanda'),
('pt', 'usps_service_registered_mail', 'Correio registrado'),
('pt', 'usps_service_registered_without_insurance', 'Registrado sem seguro'),
('pt', 'usps_service_registered_with_insurance', 'Registrado com seguro'),
('pt', 'usps_service_return_receipt', 'Confirmação de recebimento'),
('pt', 'usps_service_return_receipt_electronic', 'Confirmação de recebimento eletrônico'),
('pt', 'usps_service_return_receipt_for_merchandise', 'Recibo de devolução de mercadoria'),
('pt', 'usps_service_signature_confirmation', 'Confirmação de assinatura'),
('pt', 'usps_size', 'Por favor, especifique a largura do pacote, a altura e o comprimento para o correio de prioridade, se o tamanho do pacote for somente Large.'),
('pt', 'usps_upgrade_notification_text', '<p>The following USPS shipping services are no longer supported:<ul><li>USPS First-Class Mail International Large Envelope</li><li>USPS First-Class Mail International Letter/Postcard</li></ul>All your shipping methods that used these services have been changed to use <b>USPS First-Class Package International Service</b> instead. Please go to <b>Administration → Shipping & taxes → Shipping methods</b> and check the settings of your shipping methods that use USPS.</p>'),
('pt', 'usps_upgrade_notification_title', 'Changes to USPS shipping services'),
('pt', 'uvdesk_already_account', 'Your account already exist. To manage your tickets please login.'),
('pt', 'uvdesk_answered', 'Answered'),
('pt', 'uvdesk_closed', 'Closed'),
('pt', 'uvdesk_label', 'Label'),
('pt', 'uvdesk_mine', 'Mine'),
('pt', 'uvdesk_notreplied', 'Notreplied'),
('pt', 'uvdesk_open', 'Aberto'),
('pt', 'uvdesk_pending', 'Pending'),
('pt', 'uvdesk_resolved', 'Resolved'),
('pt', 'uvdesk_spam', 'Spam'),
('pt', 'uvdesk_starred', 'Starred'),
('pt', 'uvdesk_tickets', 'UVDesk Ticktes'),
('pt', 'uvdesk_timestamp', 'Timestamp'),
('pt', 'uvdesk_trashed', 'Trashed'),
('pt', 'uvdesk_unassigned', 'Unassigned'),
('pt', 'uvdesk_viewticket', 'UVDesk View Ticket'),
('pt', 'valid', 'Prazo de validade'),
('pt', 'validate_email', 'Validar E-mail'),
('pt', 'validate_secret_word', 'Validar a palavra secreta'),
('pt', 'valid_thru', 'Thru válido (mm/aa)'),
('pt', 'value', 'Valor'),
('pt', 'value_to_display', 'Valor a ser exibido'),
('pt', 'variables', 'Variables'),
('pt', 'variant', 'Variante'),
('pt', 'variants', 'Opções'),
('pt', 'variant_id', 'Variant ID'),
('pt', 'variant_name', 'Nome da variante'),
('pt', 'variant_with_name_already_exist', 'Couldn\'t rename feature variant \"[variant]\". Reason: a variant with the new name already exists.'),
('pt', 'variations_in_stock', 'Only \"in stock\" products'),
('pt', 'variation_group_code', 'Variation group code'),
('pt', 'variation_group_id', 'Variation group ID'),
('pt', 'variation_parent_product_id', 'Variation parent product ID'),
('pt', 'variation_set_as_default', 'Variation set as default'),
('pt', 'variation_sub_group_id', 'Variation sub group ID'),
('pt', 'vendor', 'Vendedor'),
('pt', 'vendors', 'Lojas'),
('pt', 'vendors_activity', 'Atividade do vendedor no período selecionado'),
('pt', 'vendors_activity.new_products', 'Novos Produtos'),
('pt', 'vendors_activity.new_vendors', 'Novos vendedores'),
('pt', 'vendors_activity.not_logged_in_vendors', 'Vendedores que não fizeram login'),
('pt', 'vendors_activity.orders_created', 'Orders created'),
('pt', 'vendors_activity.vendors_with_new_products', 'Vendedores com novos produtos'),
('pt', 'vendors_activity.vendors_with_sales', 'Vendedores com vendas'),
('pt', 'vendors_menu_description', 'Lista ordenada de contas de vendedores registrados na loja.'),
('pt', 'vendors_menu_title', 'Vendedores'),
('pt', 'vendors_statistics', 'Vendor\'s statistics'),
('pt', 'vendors_with_absolute_commissions_notice', '<p>Os seguintes vendedores tinham comissões absolutas antes da atualização:</p><ul>[vendors_list]</ul><p>A <b>Taxa de transação</b> em seus planos foi definida como 0.< /p><p>Os tamanhos das comissões absolutas ainda permanecem no banco de dados, mas não são mais usados. No entanto, você pode usar esses dados para configurar novos planos de fornecedores com comissões relativas. Saiba mais neste artigo:</p>[instructions]'),
('pt', 'vendor_accounting', 'Contabilidade'),
('pt', 'vendor_accounting_menu_description', 'Estatísticas de receitas e despesas (receita total, saldo dos vendedores, saques dos vendedores).'),
('pt', 'vendor_account_balance', 'Saldo da conta'),
('pt', 'vendor_account_balance_menu_description', 'Estatísticas de receitas e despesas (total, por vendedor, por período).'),
('pt', 'vendor_administrator', 'Administrador do vendedor'),
('pt', 'vendor_administrators', 'Vendedores'),
('pt', 'vendor_administrators_menu_description', 'Exibe os administradores dos vendedores - usuários cadastrados com uma conta de vendedor.'),
('pt', 'vendor_approval_pending', 'Solicitação de novo vendedor'),
('pt', 'vendor_candidate_notification', 'You have a new vendor candidate in your store. This vendor account is pending until you approve it. Follow <a href=\"[href]\">this URL</a> to view the account details</a>.'),
('pt', 'vendor_commission_changes_upgrade_notification_text', '<p>As comissões dos vendedores foram substituídas por planos de vendedores e um plano próprio foi criado para cada vendedor. No entanto, as comissões absolutas não são mais suportadas.</p>'),
('pt', 'vendor_commission_changes_upgrade_notification_title', 'Vendor commission changes'),
('pt', 'vendor_communication', 'Central de mensagens'),
('pt', 'vendor_communication.admin', 'Administrador'),
('pt', 'vendor_communication.ask_a_question', 'Faça uma pergunta'),
('pt', 'vendor_communication.author', 'Autor'),
('pt', 'vendor_communication.cannot_create_thread', 'Não é possível criar o tópico'),
('pt', 'vendor_communication.cannot_delete_thread', 'Não é possível excluir o tópico'),
('pt', 'vendor_communication.cannot_delete_threads', 'Não é possível excluir tópicos'),
('pt', 'vendor_communication.cannot_post_message', 'Não é possível postar mensagem'),
('pt', 'vendor_communication.cannot_update_thread', 'Não é possível atualizar o tópico'),
('pt', 'vendor_communication.communication', 'Comunicação'),
('pt', 'vendor_communication.communication_vendor_to_admin', 'Comunicação com o vendedor'),
('pt', 'vendor_communication.communication_vendor_to_admin_with_admin', 'Comunicação com o administrador'),
('pt', 'vendor_communication.communication_vendor_to_customer', 'Comunicação com o cliente'),
('pt', 'vendor_communication.contact_admin', 'Entre em contato com o administrador'),
('pt', 'vendor_communication.contact_customer', 'Entre em contato com o cliente'),
('pt', 'vendor_communication.contact_vendor', 'Entre em contato com o vendedor'),
('pt', 'vendor_communication.contact_vendor_name', 'Contato [vendor_name]'),
('pt', 'vendor_communication.contact_with', '#[thread_id]. Comunicação com [thread_company]'),
('pt', 'vendor_communication.created_at', 'Criado'),
('pt', 'vendor_communication.customer_name', 'Nome do cliente'),
('pt', 'vendor_communication.date', 'Data'),
('pt', 'vendor_communication.error_message', 'Por favor insira a sua mensagem'),
('pt', 'vendor_communication.event.message_received.name', 'Cliente-vendedor: Nova mensagem recebida'),
('pt', 'vendor_communication.event.order_message_received.name', 'Comunicação do pedido: Nova mensagem recebida'),
('pt', 'vendor_communication.event.vendor_to_admin_message_received.name', 'Vendedor para administrador: Nova mensagem recebida'),
('pt', 'vendor_communication.import_details', 'Detalhes da importação'),
('pt', 'vendor_communication.invalid_thread_object_type', 'O tipo de objeto de encadeamento fornecido é inválido'),
('pt', 'vendor_communication.message', 'Mensagem'),
('pt', 'vendor_communication.messages', 'Mensagens'),
('pt', 'vendor_communication.message_center', 'Centro de mensagens'),
('pt', 'vendor_communication.message_center_menu_description', 'Mensagens de cliente para vendedor'),
('pt', 'vendor_communication.message_center_name', 'Centro de mensagens'),
('pt', 'vendor_communication.message_center_name_menu_description', 'Mensagens de clientes'),
('pt', 'vendor_communication.message_center_vendor_name', 'Centro de mensagens'),
('pt', 'vendor_communication.message_center_vendor_name_menu_description', 'Mensagens do vendedor para o administrador'),
('pt', 'vendor_communication.message_sent', 'Sua mensagem foi enviada para <b>[vendor_name]</b>.<br/><br/>Nós o notificaremos sobre uma resposta. Para visualizar seu histórico de mensagens, <a href=\"[thread_url]\" target=\"_blank\">vá para a Central de mensagens</a> localizada na seção \"Mensagens\" do menu \"Minha conta\".'),
('pt', 'vendor_communication.new_message.message', 'Clique nesta notificação para ver a mensagem'),
('pt', 'vendor_communication.new_message.title', '[company_name] tem uma nova mensagem de [customer]'),
('pt', 'vendor_communication.new_thread_created', 'Sua mensagem foi enviada para <b>[vendor_name]</b>.<br/><br/>A resposta do vendedor será enviada para o endereço de e-mail de sua conta. Para visualizar seu histórico de mensagens, <a href=\"[thread_url]\">vá para a Central de mensagens</a> localizada na seção \"Mensagens\" do menu \"Minha conta\".'),
('pt', 'vendor_communication.no_messages_found', 'Nenhuma mensagem encontrada'),
('pt', 'vendor_communication.no_threads_found', 'Nenhum tópico encontrado'),
('pt', 'vendor_communication.order_details', 'Detalhes do pedido'),
('pt', 'vendor_communication.please_log_in_to_be_notified', 'Faça login para que possamos notificá-lo sobre uma resposta'),
('pt', 'vendor_communication.please_log_in_to_contact_vendor', 'Faça login para entrar em contato com o vendedor'),
('pt', 'vendor_communication.product_details', 'Detalhes do produto'),
('pt', 'vendor_communication.required_field_is_missing', 'O campo [field_name] é obrigatório'),
('pt', 'vendor_communication.scroll_to_top', 'Role para cima'),
('pt', 'vendor_communication.send_message', 'Enviar mensagem'),
('pt', 'vendor_communication.some_threads_have_not_been_created', 'Alguns tópicos não foram criados: [count]'),
('pt', 'vendor_communication.start_communication', 'Iniciar comunicação'),
('pt', 'vendor_communication.subject', 'Assunto'),
('pt', 'vendor_communication.subject_email', 'Você tem uma nova mensagem de [message_from]'),
('pt', 'vendor_communication.tab_vendor_to_admin', 'Comunicação do vendedor'),
('pt', 'vendor_communication.tab_vendor_to_admin_for_vendor_panel', 'Comunicação do administrador'),
('pt', 'vendor_communication.tab_vendor_to_customer', 'Comunicação do cliente'),
('pt', 'vendor_communication.thread', 'Tópico #[thread_id]'),
('pt', 'vendor_communication.threads_deleted', 'Os tópicos foram excluídos'),
('pt', 'vendor_communication.thread_deleted', 'O tópico foi excluído'),
('pt', 'vendor_communication.ticket', 'Tópico'),
('pt', 'vendor_communication.type_message', 'Digite uma mensagem...'),
('pt', 'vendor_communication.vendor_to_admin.message_list_sent', 'Suas mensagens foram enviadas.<br/><br/>Para ver seu histórico de mensagens, <a href=\"[thread_url]\">vá para a Central de mensagens</a> localizada no menu \"Vendedores\".'),
('pt', 'vendor_communication.vendor_to_admin.message_sent', 'Sua mensagem foi enviada para <b>[name]</b>.<br/><br/>Para ver seu histórico de mensagens, <a href=\"[thread_url]\">vá para a Central de mensagens</a > localizado no menu \"Vendedores\".'),
('pt', 'vendor_communication.vendor_to_customer.message_sent', 'Sua mensagem foi enviada para <b>[name]</b>.<br/><br/>Para ver seu histórico de mensagens, <a href=\"[thread_url]\">vá para a Central de mensagens</a > localizado no menu \"Clientes\".'),
('pt', 'vendor_communication.you', 'Você'),
('pt', 'vendor_communication.your_message_to_admin', 'Sua mensagem para o administrador'),
('pt', 'vendor_communication.your_message_to_customer', 'Sua mensagem para o cliente'),
('pt', 'vendor_communication.your_message_to_vendor_name', 'Sua mensagem para [vendor_name]'),
('pt', 'vendor_communication.you_have_new_message', 'Você tem uma nova <a href=\"[thread_url]\">mensagem</a> de [message_from].'),
('pt', 'vendor_custom_page', 'Vendor custom page'),
('pt', 'vendor_data_premoderation', 'Pré-moderação de dados do vendedor'),
('pt', 'vendor_data_premoderation.approval_info_text', 'If approval is required only for some vendors, you\'ll be able to set what vendors need moderation on the Add-ons tab of the vendor editing page.'),
('pt', 'vendor_data_premoderation.approve_product', 'Approve \"[product]\"'),
('pt', 'vendor_data_premoderation.approve_product_btn', 'Approve product'),
('pt', 'vendor_data_premoderation.disapproval_reason', 'Disapproval reason'),
('pt', 'vendor_data_premoderation.disapproved', 'Reprovado'),
('pt', 'vendor_data_premoderation.disapprove_product', 'Disapprove \"[product]\"'),
('pt', 'vendor_data_premoderation.disapprove_products', 'Disapprove products'),
('pt', 'vendor_data_premoderation.disapprove_product_btn', 'Disapprove product'),
('pt', 'vendor_data_premoderation.enter_disapproval_reason', 'Enter the reason for disapproval and save the changes.'),
('pt', 'vendor_data_premoderation.event.product_status.approved.name', 'Pré-moderação de dados do vendedor: seu produto foi aprovado'),
('pt', 'vendor_data_premoderation.event.product_status.disapproved.name', 'Pré-moderação de dados do vendedor: seu produto foi reprovado'),
('pt', 'vendor_data_premoderation.exclude_disapproved_products', 'Exclude disapproved products'),
('pt', 'vendor_data_premoderation.moderation', 'Moderation'),
('pt', 'vendor_data_premoderation.notification.approved.message', '\"[product]\" has been approved by the store administration and added to the product catalog. Click here to view this product.|[n] products have been approved by the store administration and added to the product catalog. Click here to view these products.'),
('pt', 'vendor_data_premoderation.notification.approved.title', 'Your product has been approved|Your products have been approved'),
('pt', 'vendor_data_premoderation.notification.disapproved.message', '\"[product]\" has been disapproved by the store administration. Click here to view this product.|[n] products have been disapproved by the store administration. Click here to view these products.'),
('pt', 'vendor_data_premoderation.notification.disapproved.title', 'Your product has been disapproved|Your products have been disapproved'),
('pt', 'vendor_data_premoderation.notification.products_require_approval.message', 'This product is pending for your approval since [since]. Click here to view this product.|These products are pending for your approval since [since]. Click here to view these products.'),
('pt', 'vendor_data_premoderation.notification.products_require_approval.title', 'You have [n] product that requires your approval|You have [n] products that require your approval'),
('pt', 'vendor_data_premoderation.notification_for_deleted_statuses', 'Vendor Data Premoderation add-on has been disabled. Products with  the \"Requires approval\" or \"Disapproved\" statuses no longer have any status. These products won\'t appear to customers until you or your vendors set some other status for them. If you activate the add-on again, the statusless products will get their statuses back. If you uninstall the add-on, all products will get a correct status automatically.'),
('pt', 'vendor_data_premoderation.preventing_registration_info_text', 'If you want to prevent vendor registration altogether, please check <a href=\"[url]\" target=\"_blank\">Settings → Vendors</a>.'),
('pt', 'vendor_data_premoderation.products_sent_to_premoderation', 'Your changes have been saved. Before your product is added to the product catalog, it must be approved by the store administration. Follow <a href=\"[product_approval_url]\">this link</a> to view products that require approval.|Your changes have been saved. Before your products are added to the product catalog, they must be approved by the store administration. Follow <a href=\"[product_approval_url]\">this link</a> to view products that require approval.'),
('pt', 'vendor_data_premoderation.product_status.disapproved', 'Reprovado'),
('pt', 'vendor_data_premoderation.product_status.requires_approval', 'Requires approval'),
('pt', 'vendor_data_premoderation.require_approval', 'Produtos com monitoramento'),
('pt', 'vendor_data_premoderation.require_vendor_action', 'Produtos reprovados'),
('pt', 'vendor_debt_payout', 'Pagamentos de vendedor para administrador'),
('pt', 'vendor_debt_payout.account_balance', 'Account balance'),
('pt', 'vendor_debt_payout.actions_on_suspended', 'Actions on suspended vendors'),
('pt', 'vendor_debt_payout.admin_notifications', 'Notify admin about suspended vendors'),
('pt', 'vendor_debt_payout.admin_notifications_about_disable', 'Notify admin about disabled vendors'),
('pt', 'vendor_debt_payout.admin_notifications_weekly', 'Send weekly digest of suspended vendors'),
('pt', 'vendor_debt_payout.admin_weekly_digest_of_suspended_vendors', 'Send weekly digest of suspended vendors'),
('pt', 'vendor_debt_payout.block_admin_panel', 'Block admin panel of suspended vendors'),
('pt', 'vendor_debt_payout.block_alert', '<p>Seu acesso ao painel de administração foi restringido automaticamente porque você atingiu o limite de saldo negativo da conta ou não pagou uma taxa pelo seu plano de vendedor a tempo.</p><p>O saldo atual da sua conta é [current_balance].</p><p>Por favor, <a href=\"[pay_url]\">pague as taxas do mercado</a> — assim que o pagamento for processado, seu acesso ao painel de administração será restaurado automaticamente.</p >'),
('pt', 'vendor_debt_payout.catalog_items', 'Naming \"Vendor debt\" for different languages'),
('pt', 'vendor_debt_payout.catalog_items.help', 'Vendors repay their debt by purchasing specific marketplace fees product. Here you can edit details of the product and the category it belongs to.'),
('pt', 'vendor_debt_payout.category', 'Category'),
('pt', 'vendor_debt_payout.dashboard_suspended_vendors', 'Suspended vendors'),
('pt', 'vendor_debt_payout.days_before_disable', 'Time in days before a suspended vendor is disabled'),
('pt', 'vendor_debt_payout.day_or_days', 'day(s)'),
('pt', 'vendor_debt_payout.debt_near_limit_message', 'Atualmente, o saldo da sua conta é [current_balance]. Se atingir [minimal_balance], você não poderá usar seu painel de administração até <a href=\"[pay_url]\" target=\"_blank\">pagar todas as suas taxas de mercado</a>.'),
('pt', 'vendor_debt_payout.debt_owned', 'Debt owned'),
('pt', 'vendor_debt_payout.debt_payout', 'Taxas do marketplace'),
('pt', 'vendor_debt_payout.debt_payout_w_order', 'Taxas (pedido #[id])'),
('pt', 'vendor_debt_payout.disable_suspended_vendors', 'Disable suspended vendors after a while'),
('pt', 'vendor_debt_payout.edit_description', '<a href=\"[link]\" target=\"_blank\">Edit</a>'),
('pt', 'vendor_debt_payout.edit_notifications_link', '<a target = \"_blank\" href = \"[link]\">Edit notifications</a>'),
('pt', 'vendor_debt_payout.empty_list_of_vendors_got_suspended_and_paid_label', 'No vendors paid their debt and had their suspension lifted since the last report.'),
('pt', 'vendor_debt_payout.empty_list_of_vendors_got_suspended_label', 'No vendors got suspended for debt automatically since the last report.'),
('pt', 'vendor_debt_payout.enter_an_amount', 'Enter an amount'),
('pt', 'vendor_debt_payout.error_refill_amount_lower_than_zero', 'Sorry, couldn\'t proceed to payment. The specified sum must be greater than 0.'),
('pt', 'vendor_debt_payout.event.negative_balance_reached.name', 'Login do vendedor: Dívida e período de carência'),
('pt', 'vendor_debt_payout.event.vendor_days_before_suspend.name', 'Informações sobre a próxima suspensão'),
('pt', 'vendor_debt_payout.event.vendor_status_changed_to_disabled.name', 'O status do vendedor foi alterado para desativado'),
('pt', 'vendor_debt_payout.event.vendor_status_changed_to_suspended.name', 'O status do vendedor foi alterado para suspenso'),
('pt', 'vendor_debt_payout.event.weekly_digest_of_debtors.name', 'Resumo semanal dos devedores'),
('pt', 'vendor_debt_payout.grace_period_to_refill_balance', 'Período de carência para reabastecer o saldo'),
('pt', 'vendor_debt_payout.hide_products', 'Hide products of suspended vendors'),
('pt', 'vendor_debt_payout.list_of_vendors_got_suspended_and_paid_label', 'These vendors paid their debt and had their suspension lifted since the last report:'),
('pt', 'vendor_debt_payout.list_of_vendors_got_suspended_label', 'These vendors got suspended for debt automatically since the last report:'),
('pt', 'vendor_debt_payout.lowest_allowed_balance', 'Suspend vendors if their balance remains below'),
('pt', 'vendor_debt_payout.lowest_allowed_balance_info_text', 'Para facilitar o trabalho com os vendedores suspensos, verifique as configurações do complemento <a href=\"[link]\">Pagamentos de vendedor para administrador</a>.'),
('pt', 'vendor_debt_payout.minimum_allowed_balance_to_zero', 'We\'ve set the minimum allowed balance to 0. Now whenever a vendor\'s balance goes below 0, the grace period will start, and the vendor will be asked to pay the debt.'),
('pt', 'vendor_debt_payout.negative_balance_reached.message', 'Please deposit at least [amount] until [date] to avoid suspension.'),
('pt', 'vendor_debt_payout.negative_balance_reached.subject', 'Your account might get suspended soon'),
('pt', 'vendor_debt_payout.notifications', 'Notifications'),
('pt', 'vendor_debt_payout.old_addon_name', 'Vendor debt payout'),
('pt', 'vendor_debt_payout.payment_surcharge_w_order', 'Sobretaxa de pagamento para taxas de mercado (pedido #[id])'),
('pt', 'vendor_debt_payout.payout_overdue_limit', 'Grace period for vendor plan fees'),
('pt', 'vendor_debt_payout.pay_fees', 'Pay the fees'),
('pt', 'vendor_debt_payout.pending_payout_message', 'Você precisa pagar a taxa de [fee_amount] para usar o plano [plan_name]. O saldo da sua conta atual é [current_balance]. Se a taxa não for paga até [overdue_date], você não poderá trabalhar com o painel de administração até <a href=\"[pay_url]\" target=\"_blank\">pagar todas as suas taxas do mercado</a> .'),
('pt', 'vendor_debt_payout.product', 'Product'),
('pt', 'vendor_debt_payout.reason_block', 'Seu saldo atual é [balance], que está abaixo do saldo mínimo permitido de [lowers_allowed_balance]. Por favor, deposite pelo menos [amount] até [date] para evitar a suspensão. Você pode reabastecer o saldo em seu <a href=\"[link]\">painel do vendedor</a>.'),
('pt', 'vendor_debt_payout.refill_balance', 'Depositar'),
('pt', 'vendor_debt_payout.rework_update_notification.message', '<p>We have reworked the <b>[vendor_debt_payout_old_addon_name]</b> add-on. It is now called <b>[vendor_debt_payout_addon]</b>, and it can do more than before. Here are the changes to look out for:</p><p>The maximum debt and grace period can now be specified on the vendor plan level, if you allow it in the add-on settings.</p><p>The maximum debt and the grace period now work in conjunction. A vendor reaches maximum debt, and then has to pay it within the grace period.</p><p>The add-on settings allow you to decide what to do with debtors: block their admin panel and/or hide their products from the storefront.</p><p><a href=\"[vendor_debt_payout_href]\" target=\"_blank\" class=\"btn btn-large btn-primary\">View add-on settings</a></p>'),
('pt', 'vendor_debt_payout.rework_update_notification.title', 'Vendor debt management reworked. Check your add-on settings.'),
('pt', 'vendor_debt_payout.suspended_status_reached.message', 'To lift the suspension, please deposit at least [amount] to refill the balance up to [vendor_plan_lowers_allowed_balance].'),
('pt', 'vendor_debt_payout.suspended_status_reached.subject', 'Your account is suspended'),
('pt', 'vendor_debt_payout.suspend_debt_alert', '<p>Sua conta foi suspensa automaticamente.</p><p>Motivo: seu saldo atual é [balance], que está abaixo do saldo mínimo permitido de [lowers_allowed_balance].</p><p>Deposite pelo menos [amount]. Assim que o pagamento for processado, a suspensão será cancelada automaticamente.</p>\r\n'),
('pt', 'vendor_debt_payout.suspend_debt_notification', 'Sua conta está suspensa. Para cancelar a suspensão, deposite pelo menos [amount] para reabastecer o saldo até [vendor_plan_lowers_allowed_balance]. <a target=\"_blank\" href=\"[link]\">Recarregar saldo</a>.'),
('pt', 'vendor_debt_payout.suspend_vendors', 'Suspend vendors'),
('pt', 'vendor_debt_payout.total_debts', 'The total debt of all vendors in your marketplace (including those not listed in this report) is currently [total_debt].'),
('pt', 'vendor_debt_payout.update_notification.message', '<p>Antes da atualização, o painel de administração de um vendedor pode ser bloqueado mesmo quando o vendedor não atinge o débito máximo. Isso acontece quando 3 condições se juntaram: era hora de pagar o plano; o saldo do vendedor não poderia cobri-lo; o vendedor não pagou a tempo. <b>Mas agora um vendedor não é bloqueado antes de ficar abaixo do saldo mínimo permitido</b>.</p><p>É por isso que pedimos que você:</p><ol><li>Decida como você gostaria que seu mercado funcionasse. Configure o complemento Vendor Plans adequadamente. Existem 2 cenários:<ul><li>O saldo de um vendedor pode ficar negativo até certo ponto. Feito isso, o vendedor tem algum tempo para pagar as dívidas antes que as repercussões aconteçam. <b>É assim que seu mercado funciona agora</b>. Se você gosta dessa forma, dê uma olhada no complemento Vendor Plans e sua configuração.</li><li>Nenhuma dívida do vendedor é permitida. Sempre que o saldo de um vendedor não puder cobrir a taxa do plano sem ficar negativo, o fornecedor terá que pagar a dívida dentro do prazo especificado. <b>Para este cenário, o saldo mínimo permitido deve ser 0</b>. Se é isso que você deseja, basta clicar no botão correspondente abaixo e configuraremos tudo para você. Você não precisa decidir agora — você sempre poderá ajustá-lo mais tarde.</li></ul></li><li>Alguns vendedores podem ter sido bloqueados pelo antigo <b>[vendor_debt_payout_old_addon_name ]</b>, mas não seria bloqueado com a configuração atual de <b>[vendor_debt_payout_addon]</b>. Clique no botão abaixo para ver se você tem algum desses vendedores. Se fizer isso, você pode dar a eles o status \"Suspenso\" para restringir o acesso ao painel de administração. Mas é melhor decidir por um dos cenários acima, configurar o complemento Vendor Plans e deixar o problema se resolver automaticamente.</li></ol><p><a href=\"[unblocked_vendors_href]\" target= \"_blank\" class=\"btn btn-large btn-primary\">Ver se algum vendedor foi desbloqueado</a> <a href=\"[drop_lowers_allowed_balance_of_vendor_plans_href]\" class=\"btn btn-large\" style=\"margin-left: 35px ;\">Não permitir saldo negativo</a></p>'),
('pt', 'vendor_debt_payout.update_notification.title', 'Vendor debt is now handled differently. Decide how you want to handle it.'),
('pt', 'vendor_debt_payout.vendor_days_before_suspend.message', 'Your account at [marketplace] might get suspended soon.'),
('pt', 'vendor_debt_payout.vendor_days_before_suspend.subject', 'Your account might get suspended soon'),
('pt', 'vendor_debt_payout.vendor_debt_limit', 'Restrict admin panel functions if vendor\'s debt reaches'),
('pt', 'vendor_debt_payout.vendor_notifications', 'Notify vendors about upcoming suspension'),
('pt', 'vendor_debt_payout.vendor_notifications_about_disable', 'Notify vendors about their disabled account'),
('pt', 'vendor_debt_payout.vendor_plan_debt_info_text', 'A vendor can get suspended if the debt exceeds the conditions of the <a href=\"[link]\">vendor plan</a>.'),
('pt', 'vendor_debt_payout.vendor_status_changed.message', 'O status do vendedor [vendor_name] foi alterado para [status].'),
('pt', 'vendor_debt_payout.vendor_status_changed.reason', 'A dívida de [amount] que não foi paga até [date].'),
('pt', 'vendor_debt_payout.vendor_status_changed.subject', '[vendor_name]: Status alterado para [status]'),
('pt', 'vendor_debt_payout.warning_debt_alert', '<p>Seu saldo atual é [balance], que está abaixo do saldo mínimo permitido de [lowers_allowed_balance].</p><p>Deposite pelo menos [amount] até [date]. Caso contrário, sua conta pode ser suspensa.'),
('pt', 'vendor_debt_payout.warning_debt_notification', 'Sua conta pode ser suspensa em breve. Por favor, deposite pelo menos [amount] até [date] para evitar a suspensão. <a target=\"_blank\" href=\"[link]\">Recarregar saldo</a>.'),
('pt', 'vendor_debt_payout.weekly_digest_of_debtors.message', 'This is a weekly report on debtors in your marketplace. It includes the vendors who have become debtors or paid their debt since the last report. Your marketplace might have <a href=\"[href]\">more suspended vendors</a>.'),
('pt', 'vendor_debt_payout.weekly_digest_of_debtors.subject', '[marketplace_name]: Weekly digest of debtors'),
('pt', 'vendor_edit_invitation_email_template', '<a href=\"[url]\">Editar modelo de e-mail de convite de vendedor</a>'),
('pt', 'vendor_emails', 'Vendor emails'),
('pt', 'vendor_emails_added.upgrade_notification_text', 'When your vendors are companies, they have multiple administrators. Some of the vendor\'s personnel might work with orders without accessing the vendor panel of your marketplace. Meanwhile, the main admin of the vendor might not even need to know about every order. That\'s why you can now send notifications to vendors\' emails.<ul><li>Create profile fields with the \"Email\" type in <b>Administration → Profile fields → Vendor information</b>. For example, you can create a dedicated field for an email address that vendors will use for order notifications.</li><li>Select the emails that will receive this or that notification in <b>Administration → Notifications → Vendor notifications</b>. There is a new type of receiver called <b>Vendor emails</b>.</li><li>Once vendors enter their email addresses, they\'ll start receiving relevant notifications.</li></ul><br><p align=\"right\"><a href=\"[email_fields_url]\" target=\"_blank\" class=\"btn\" style=\"margin-right: 3px\">Create fields for emails</a><a href=\"[notifications_url]\" target=\"_blank\" class=\"btn btn-primary\">Configure notifications</a></p>'),
('pt', 'vendor_emails_added.upgrade_notification_title', 'New email notifications for bigger vendors'),
('pt', 'vendor_features_only', 'Features created by vendors'),
('pt', 'vendor_filters', 'Filtros de produtos dos vendedores'),
('pt', 'vendor_filters_description', ''),
('pt', 'vendor_id', 'Código do vendedor'),
('pt', 'vendor_invitations_fail_notification', 'Invitations not sent: [failed_quantity]<br/><b>[emails_list]</b><br/>An invitation won\'t be sent if it has already been sent to that email address before. But if none of your invitations are being sent, and you haven\'t sent invitations to those addresses before, please make sure that [product] can send any emails at all. If it can\'t, then the problem is related to [product] or server configuration. In that case, please contact your server administrator, hosting provider, or <a href=\"https://helpdesk.cs-cart.com/\" target=\"_blank\">our technical support</a> to investigate.'),
('pt', 'vendor_invitations_sent_notification', 'Invitations sent: [sent_quantity]'),
('pt', 'vendor_invitation_email_body', '<p>Hello,</p><br/><p>We\'d like to invite you to <a href=\"[create_account_url]\">create an account</a> with [default_company_name].  You\'ll be able to expand your client base by listing your products on our platform and selling them to our visitors.</p><br/><p>Best regards,</p><p>[default_company_name] team</p>'),
('pt', 'vendor_invitation_email_subject', 'Come Sell With [default_company_name]'),
('pt', 'vendor_invited_at', 'Date sent'),
('pt', 'vendor_language', 'Vendor language'),
('pt', 'vendor_location.search_vendors_geolocation', 'Search for vendors'),
('pt', 'vendor_locations.block_template_location_selector', 'Location selector'),
('pt', 'vendor_locations.closest_vendors', 'Closest vendors'),
('pt', 'vendor_locations.customer_geolocation', 'Your location'),
('pt', 'vendor_locations.filter_by_city', 'Vendor\'s city'),
('pt', 'vendor_locations.filter_by_distance', 'Distance to vendor'),
('pt', 'vendor_locations.location', 'Location'),
('pt', 'vendor_locations.nearby', 'Nearby'),
('pt', 'vendor_locations.not_your_city', 'Not your city?'),
('pt', 'vendor_locations.search_city', 'Search for a city'),
('pt', 'vendor_locations.search_nearby', 'Search nearby'),
('pt', 'vendor_locations.search_vendors_by_address', 'Search vendors'),
('pt', 'vendor_locations.selected_city', 'Selected city'),
('pt', 'vendor_locations.select_city', 'Select a city'),
('pt', 'vendor_locations.vendors_map', 'Vendors map'),
('pt', 'vendor_logos_and_product_count', 'Vendor logos and product count'),
('pt', 'vendor_name', 'Nome do vendedor'),
('pt', 'vendor_names', 'Vendor names'),
('pt', 'vendor_name_field', 'Vendor name'),
('pt', 'vendor_notifications', 'Notificações de vendedores'),
('pt', 'vendor_owner', 'Vendor\'s main administrator'),
('pt', 'vendor_page.add_post', 'Add new page'),
('pt', 'vendor_page.editing_post', 'Editing'),
('pt', 'vendor_page.new_post', 'New vendor page'),
('pt', 'vendor_pages', 'Páginas do vendedor'),
('pt', 'vendor_pages_title', 'ET - Vendor pages title'),
('pt', 'vendor_panel', 'Painel do vendedor');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('pt', 'vendor_panel_configurator.configure_vendor_panel_notice', 'Para fazer a integração mais fácil, vendedores não veem alguns itens de menu e alguns campos da página de edição do produto. Voce pode configurar o que os vendedores veem e não veem href=\"[config_url]\" target=\"_blank\">inas configurações da extensão\"Configurador do painel do vendedor\" </a>. Se voce desabilitar a extensão, os menus e o painel do vendedor em si irão mudar para se assemelhar ao painel do administrador do marketplace.'),
('pt', 'vendor_panel_configurator.element_color', 'Cor do elemento'),
('pt', 'vendor_panel_configurator.global_setting_warning', 'This setting doesn\'t appear on the product editing page right now, because it is set globally for all products. Check the <a href=\"[settings_url]\" target=\"_blank\">\"Settings\" menu</a> to find it.'),
('pt', 'vendor_panel_configurator.payment_methods.description', 'Administre como você recebe os pagamentos dos clientes'),
('pt', 'vendor_panel_configurator.product_page_configuration', 'Configurações da página de produto'),
('pt', 'vendor_panel_configurator.seller_info', 'Informação do vendedor'),
('pt', 'vendor_panel_configurator.sidebar_background_image', 'Imagem de fundo da barra lateral'),
('pt', 'vendor_panel_configurator.sidebar_background_image_description', 'Se voce subir a imagem de fundo, ela será exibida ao invés da cor da barra lateral. Se voce subir ,nós recomendamos pegar uma cor de barra lateral que combine com a imagem de fundo'),
('pt', 'vendor_panel_configurator.sidebar_color', 'Cor da barra lateral'),
('pt', 'vendor_panel_configurator.theme_layouts', 'Layout da página'),
('pt', 'vendor_panel_configurator.theme_layouts.description', 'Gere layouts das páginas de produto e da micro loja'),
('pt', 'vendor_panel_configurator.theme_styles', 'Logos e estilos'),
('pt', 'vendor_panel_configurator.theme_styles.description', 'Gere logos usados no site  e no email e configura  a aparência da páginas da micro loja e do produto'),
('pt', 'vendor_panel_configurator.unconfigurable_tab', 'Essa aba não tem campos configuráveis e é exibida como é.'),
('pt', 'vendor_payouts.approval_status', 'Approval status'),
('pt', 'vendor_payouts.approval_status.C', 'Concluído'),
('pt', 'vendor_payouts.approval_status.D', 'Recusado'),
('pt', 'vendor_payouts.approval_status.P', 'Pending'),
('pt', 'vendor_payouts.balance', 'Balance'),
('pt', 'vendor_payouts.balance_carried_forward', 'Balance carried forward'),
('pt', 'vendor_payouts.current_balance', 'Saldo atual: [balance]'),
('pt', 'vendor_payouts.current_balance_text', 'Saldo atual'),
('pt', 'vendor_payouts.income', 'Renda'),
('pt', 'vendor_payouts.income_carried_forward', 'Receita transportada'),
('pt', 'vendor_payouts.new_payout_issued', 'New payout has been issued'),
('pt', 'vendor_payouts.new_payout_issued_text', 'Um novo pagamento de [amount] foi emitido por [issuer]\r\n'),
('pt', 'vendor_payouts.new_withdrawal_requested', 'New withdrawal has been requested'),
('pt', 'vendor_payouts.new_withdrawal_requested_text', 'A new withdrawal of [amount] has been requested by [requester]'),
('pt', 'vendor_payouts.payout_approved', 'Payout has been completed'),
('pt', 'vendor_payouts.payout_approved_text', 'O pagamento de [amount] emitido em [date] foi marcado como <b>Concluído</b>'),
('pt', 'vendor_payouts.payout_comments', 'Payout comments'),
('pt', 'vendor_payouts.payout_declined', 'O pagamento não foi concluído'),
('pt', 'vendor_payouts.payout_declined_text', 'O pagamento de [amount] emitido em [date] foi marcado como <b>Não concluído</b>'),
('pt', 'vendor_payouts.transactions', 'Transações'),
('pt', 'vendor_payouts.transaction_value', 'Valor da transação'),
('pt', 'vendor_payouts.type', 'Tipo'),
('pt', 'vendor_payouts.type.order_changed', 'Order changed'),
('pt', 'vendor_payouts.type.order_changed.description', 'Order <a href=\"[order_url]\">#[order_id]</a> changed'),
('pt', 'vendor_payouts.type.order_placed', 'Pedido feito'),
('pt', 'vendor_payouts.type.order_placed.description', 'Pedido <a href=\"[order_url]\">#[order_id]</a> feito'),
('pt', 'vendor_payouts.type.order_refunded', 'Order refunded'),
('pt', 'vendor_payouts.type.order_refunded.description', 'Order <a href=\"[order_url]\">#[order_id]</a> refunded'),
('pt', 'vendor_payouts.type.other', 'Other'),
('pt', 'vendor_payouts.type.other.description', 'Other'),
('pt', 'vendor_payouts.type.payout', 'Payout'),
('pt', 'vendor_payouts.type.payout.description', 'Payout'),
('pt', 'vendor_payouts.type.withdrawal', 'Withdrawal'),
('pt', 'vendor_payouts.type.withdrawal.description', 'Withdrawal'),
('pt', 'vendor_payouts.view_details', 'You can view the details here'),
('pt', 'vendor_payouts.withdrawals', 'Saques de saldo'),
('pt', 'vendor_payouts.withdrawal_approved', 'Withdrawal has been completed'),
('pt', 'vendor_payouts.withdrawal_approved_text', 'The withdrawal of [amount] requested on [date] has been marked as <b>Completed</b>'),
('pt', 'vendor_payouts.withdrawal_comments', 'Withdrawal comments'),
('pt', 'vendor_payouts.withdrawal_declined', 'A retirada foi recusada'),
('pt', 'vendor_payouts.withdrawal_declined_text', 'A retirada de [amount] solicitada em [date] foi marcada como <b>Recusada</b>'),
('pt', 'vendor_plan', 'Vendor plan'),
('pt', 'vendor_plans', 'Planos de vendedores'),
('pt', 'vendor_plans.add_vendor_plan', 'Adicionar plano de vendedor'),
('pt', 'vendor_plans.advanced_vendor_plan_creation', 'Criação avançada de plano de vendedor'),
('pt', 'vendor_plans.all_categories_included', 'All categories included'),
('pt', 'vendor_plans.all_storefronts_included', 'All storefronts included'),
('pt', 'vendor_plans.best_choice', 'Melhor escolha'),
('pt', 'vendor_plans.best_choise', 'Oferecer como a melhor escolha'),
('pt', 'vendor_plans.best_choise_short', 'Melhor escolha'),
('pt', 'vendor_plans.category_is_empty', 'Por favor, especifique uma categoria.'),
('pt', 'vendor_plans.category_is_not_available', 'Desculpe, esta categoria não está disponível para o vendedor. Verifique a configuração do plano do fornecedor.'),
('pt', 'vendor_plans.choose', 'Selecionar'),
('pt', 'vendor_plans.choose_your_plan', 'Escolha seu plano'),
('pt', 'vendor_plans.commission', 'Comissão'),
('pt', 'vendor_plans.commission_fee', '[commission]% taxa'),
('pt', 'vendor_plans.current_plan', 'Plano atual'),
('pt', 'vendor_plans.current_plan_usage', 'Uso atual do plano'),
('pt', 'vendor_plans.default_vendor_plan', 'Plano padrão'),
('pt', 'vendor_plans.delete_plan_vendor_exists_text', 'Não foi possível excluir o plano: alguns vendedores o utilizam'),
('pt', 'vendor_plans.disable_plan_is_default_text', 'Não foi possível desativar o plano do vendedor. Deve existir pelo menos um plano de vendedor ativo ou oculto.'),
('pt', 'vendor_plans.disable_plan_vendor_exists_text', 'Não foi possível desativar o plano: alguns vendedores o utilizam'),
('pt', 'vendor_plans.editing_vendor_plan', 'Editando o plano do vendedor'),
('pt', 'vendor_plans.event.plan_changed', 'O plano do vendedor foi alterado'),
('pt', 'vendor_plans.fixed_transaction_fee', 'Taxa de transação (abs)'),
('pt', 'vendor_plans.many_products_text', 'Muitos produtos ([actual]/[allowed])'),
('pt', 'vendor_plans.month', 'Mês'),
('pt', 'vendor_plans.much_revenue_text', 'Muita receita ([actual]/[allowed])'),
('pt', 'vendor_plans.new_plan', 'Novo plano'),
('pt', 'vendor_plans.new_vendor_plan', 'Novo plano de vendedor'),
('pt', 'vendor_plans.not_available', 'Não  está disponível'),
('pt', 'vendor_plans.old_plan', 'Plano antigo'),
('pt', 'vendor_plans.out_of_amount', 'de [amount]'),
('pt', 'vendor_plans.periodicity_biweekly', 'Quinzenal'),
('pt', 'vendor_plans.periodicity_half', 'Semestre'),
('pt', 'vendor_plans.periodicity_month', 'por mês'),
('pt', 'vendor_plans.periodicity_onetime', 'uma vez'),
('pt', 'vendor_plans.periodicity_trimester', 'por trimestre'),
('pt', 'vendor_plans.periodicity_year', 'por ano'),
('pt', 'vendor_plans.plan', 'Plano'),
('pt', 'vendor_plans.plan_has_been_changed', 'Seu plano foi atualizado'),
('pt', 'vendor_plans.plan_has_been_changed_text', 'Seu plano foi atualizado para [plan]. Veja abaixo os detalhes do seu novo plano.'),
('pt', 'vendor_plans.plan_name', 'Nome do plano'),
('pt', 'vendor_plans.plan_not_available_text', 'Desculpa, esse plano não está disponível para você. Escolha um plano disponível.'),
('pt', 'vendor_plans.plan_payment', 'Pagamento do seu plano'),
('pt', 'vendor_plans.plan_payment_notice_upgrade_notification', 'Anteriormente, as notificações sobre as taxas do plano do vendedor eram enviadas para 2 e-mails: o de um vendedor e o administrador principal do vendedor. Esse comportamento mudou. Agora apenas os principais administradores de vendedores receberão esta notificação.<br><br>A mudança ocorreu porque as notificações sobre taxas foram movidas para <b>Administração → Notificações → Notificações dos vendedores</b>. Este é o local onde você poderá ver e configurar todas as notificações que seu marketplace envia.<br><br>Muitos vendedores podem não perceber a mudança, porque os e-mails de um vendedor e seu administrador principal geralmente coincidem. Mas é melhor anunciar essa mudança para seus vendedores de qualquer maneira.'),
('pt', 'vendor_plans.plan_payment_notice_upgrade_notification_title', 'Informe seus vendedores: Mudança nas notificações sobre taxas periódicas'),
('pt', 'vendor_plans.plan_payment_text', 'Uma quantia de [price] foi retirada de sua conta para usar o plano [plan]. Siga o link para <a href=\"[href]\">ver o saldo da sua conta</a> ou veja os detalhes do seu plano abaixo.'),
('pt', 'vendor_plans.plan_short', 'Plano'),
('pt', 'vendor_plans.plan_will_be_change_text', 'Você está mudando para outro plano de vendedor. Você será cobrado o preço total do plano. Você tem certeza que quer continuar?'),
('pt', 'vendor_plans.products_exceeded_text', 'Não é possível adicionar mais produtos: você atingiu o número máximo de produtos permitidos pelo seu plano. Para alterar seu plano, <a href=\"[href]\">siga este link</a>.'),
('pt', 'vendor_plans.products_limit', 'Máx. produtos'),
('pt', 'vendor_plans.products_limit_tooltip', 'Defina o número máximo de produtos que um vendedor pode ter neste plano. Deixe em branco para permitir um número ilimitado de produtos.'),
('pt', 'vendor_plans.products_limit_unlimited', '<strong>Produtos </strong> Ilimitados'),
('pt', 'vendor_plans.products_limit_value', '<strong>[products]</strong> produtos'),
('pt', 'vendor_plans.restrictions', 'Restrições'),
('pt', 'vendor_plans.revenue', 'Faturamento'),
('pt', 'vendor_plans.revenue_exceeded_subj', 'Receita máxima excedida'),
('pt', 'vendor_plans.revenue_exceeded_text', '<a href=\"[href]\">[vendor]</a> ultrapassou a receita máxima permitida pelo [plan] plano.'),
('pt', 'vendor_plans.revenue_up_to', 'Faturamento até'),
('pt', 'vendor_plans.revenue_up_to_tooltip', 'A receita mensal máxima permitida para os vendedores que usam este plano. Deixe este campo vazio para permitir receita ilimitada.'),
('pt', 'vendor_plans.revenue_up_to_unlimited', '<strong>Faturamento</strong> Ilimitado'),
('pt', 'vendor_plans.revenue_up_to_value', 'Receita até <strong>[revenue]</strong>'),
('pt', 'vendor_plans.select_plan_text', '<div class=\"et-vendor-plans_select_plan_text_big\">Find the  <span class=\"et-highlight\">perfect plan</span> for your business</div><div class=\"et-vendor-plans_select_plan_text_small\">You will be charged for the plan after the admin approves your vendor account.</div>'),
('pt', 'vendor_plans.storefronts_update_for_plan.add_storefronts_message', 'Adicione o vendedor às lojas que foram adicionadas ao plano | Adicione os vendedores às vitrines que foram adicionadas ao plano'),
('pt', 'vendor_plans.storefronts_update_for_plan.general_message', 'O que devemos fazer com <a href=\"[search_url]\" target=\"_blank\">[n] vendedor </a> que está usando este plano agora?|O que devemos fazer com <a href=\"[search_url]\" target=\"_blank\">[n] vendedores </a> que estão usando este plano agora?'),
('pt', 'vendor_plans.storefronts_update_for_plan.remove_storefronts_message', 'Remover o vendedor das lojas que foram removidas deste plano |Remover os vendedores das lojas que foram removidas deste plano'),
('pt', 'vendor_plans.storefronts_update_for_plan.title', 'As lojas disponíveis no plano do vendedor foram alteradas'),
('pt', 'vendor_plans.storefronts_update_for_vendor.add_storefronts_message', 'Adicione o vendedor às lojas disponíveis no novo plano de vendedor'),
('pt', 'vendor_plans.storefronts_update_for_vendor.general_message', 'O que devemos fazer com as lojas que estão disponíveis para esse vendedor?'),
('pt', 'vendor_plans.storefronts_update_for_vendor.remove_storefronts_message', 'Remova o vendedor das lojas disponíveis em seu plano anterior'),
('pt', 'vendor_plans.storefronts_update_for_vendor.title', 'O vendedor foi movido para outro plano'),
('pt', 'vendor_plans.text_vendor_plan_created', 'Um novo plano de vendedor \"[plan_name]\" foi criado. Agora você pode <a href=\"[link]\">definir restrições para vendedores que usam este plano</a>.'),
('pt', 'vendor_plans.transaction_fee', 'Taxa de transação'),
('pt', 'vendor_plans.transaction_fee_value', 'Comissão: <strong>[value]</strong>'),
('pt', 'vendor_plans.unlimited', 'Ilimitado'),
('pt', 'vendor_plans.update_for_plan.general_message', 'O que faremos com <a href=\"[search_url]\" target=\"_blank\">[n] vendedor</a> que possui este plano?|O que faremos com <a href=\"[search_url]\" target=\"_blank\">[n] vendedores</a> que possuem este plano?'),
('pt', 'vendor_plans.update_for_plan.title', 'Suas alterações devem afetar os vendedores existentes?'),
('pt', 'vendor_plans.upgrade_notification_text', '<p>Anteriormente, o complemento <b>Planos de vendedores</b> tinha uma configuração chamada <b>Receber taxa de pagamento de vendedores</b>. Ele removeu a sobretaxa de pagamento do total do pedido, para que os clientes não precisassem pagá-la. Em vez disso, a sobretaxa de pagamento foi deduzida do total do pedido em favor do mercado. Esta configuração foi removida: se você quiser receber dinheiro de vendedores por pedido, especifique as comissões para os planos de vendedor correspondentes.</p>'),
('pt', 'vendor_plans.upgrade_notification_title', 'Configuração removida do complemento Vendor Plans'),
('pt', 'vendor_plans.usergroups_update_for_plan', 'Estes são os grupos de usuários que os administradores do vendedor obterão quando um vendedor obtiver este plano'),
('pt', 'vendor_plans.usergroups_update_for_plan.add_usergroups_message', 'Adicionar administradores de vendedores aos grupos de usuários adicionados ao plano'),
('pt', 'vendor_plans.usergroups_update_for_plan.remove_usergroups_message', 'Remova os administradores de vendedores dos grupos de usuários removidos do plano'),
('pt', 'vendor_plans.vendor_approved_text', 'Seu plano foi definido como [plan]. Veja abaixo os detalhes do seu plano.'),
('pt', 'vendor_plans.vendor_commission', 'Comissão do vendedor'),
('pt', 'vendor_plans.vendor_plans', 'Planos de vendedores'),
('pt', 'vendor_plans.vendor_plans_menu_description', 'Crie planos para seus vendedores, com diferentes restrições e preços'),
('pt', 'vendor_plans.vendor_plan_has_been_changed', 'Vendedor \"[vendor]\" trocou de plano para \"[plan]\"'),
('pt', 'vendor_plans.vendor_plan_has_been_changed_text', 'O plano do vendedor \"[vendor]\" for alterado de \"[old_plan]\" para \"[new_plan]\".'),
('pt', 'vendor_plans.vendor_store', 'Sua Loja Virtual'),
('pt', 'vendor_plans.vendor_store_tooltip', 'Um vendedor pode ter sua própria micro loja em um endereço separado, como <i>example.com/vendor/</i>. Uma micro loja contém apenas produtos do vendedor que possui essa micro loja. Além disso, os resultados da pesquisa na micro loja de um fornecedor incluem apenas produtos desse fornecedor.'),
('pt', 'vendor_plans.year', 'Ano'),
('pt', 'vendor_privileges.default_usergroup_is_assigned_to_new_vendors', '<span class=\"muted\">This user group is assigned to all new vendors by the \"Vendor privileges\" add-on.</span> <a href=\"[settings_link]\" target=\"_blank\">Edit add-on settings</a>'),
('pt', 'vendor_products', 'Produtos dos vendedores'),
('pt', 'vendor_rating', 'ET - Vendor rating'),
('pt', 'vendor_store_blocks', 'Vendor home blocks'),
('pt', 'vendor_terms', 'Vendor terms and conditions'),
('pt', 'vendor_terms.checkout_terms_and_conditions', 'I accept the [terms_href] of [vendor]'),
('pt', 'vendor_terms.checkout_terms_and_conditions_name', 'Terms & conditions'),
('pt', 'vendor_terms.terms_and_conditions', 'Terms & conditions'),
('pt', 'vendor_terms.terms_and_conditions_tooltip', 'If you want a customer to agree to your terms and conditions at checkout, fill in Terms & Conditions. If you leave Terms & Conditions empty, a customer proceeds without agreement.'),
('pt', 'vendor_terms_field_alert', 'Vendor terms and conditions alert'),
('pt', 'vendor_terms_field_terms_text', 'Vendor terms and conditions text'),
('pt', 'vendor_terms_n_conditions', 'I accept the [terms_href]'),
('pt', 'vendor_terms_n_conditions_alert', 'In order to proceed, you need to accept our Terms and Conditions.'),
('pt', 'vendor_terms_n_conditions_content', '<p>Please read these Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before using the <a href=\"http://www.mywebsite.com\">http://www.mywebsite.com</a> website and the My Mobile App mobile application (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").</p><p><strong>By accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong></p><p><strong>Purchases</strong></p><p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase including, without limitation, your ...</p><p><strong>Content</strong></p><p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\"). You are responsible for the ...</p><p><strong>Changes</strong></p><p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.</p><p><strong>Contact Us</strong></p><p>If you have any questions about these Terms, please contact us.</p>'),
('pt', 'vendor_terms_n_conditions_name', 'Terms and Conditions'),
('pt', 'verified', 'Verified'),
('pt', 'verified_developer', 'Verified developer'),
('pt', 'verify', 'Verificar'),
('pt', 'version', 'Versão'),
('pt', 'version_information', 'Version information'),
('pt', 'vertical', 'Vertical'),
('pt', 'very_good', 'Muito Bom'),
('pt', 'view', 'Visualizar'),
('pt', 'viewing_feature', 'Visualizando recurso'),
('pt', 'viewing_filter', 'Visualizando filtro'),
('pt', 'views', 'Visualizações'),
('pt', 'view_all', 'Exibir todos'),
('pt', 'view_all_orders', 'Exibir todos os pedidos'),
('pt', 'view_all_product_features', 'Exibir todas as características do produto'),
('pt', 'view_answers', 'Ver respostas'),
('pt', 'view_avail_files_for_order', 'View the list of available files from order #[order_id].'),
('pt', 'view_cart', 'Ver carrinho'),
('pt', 'view_categories', 'Ver categorias'),
('pt', 'view_changelog', 'View changelog'),
('pt', 'view_comparison_list', 'Comparison list'),
('pt', 'view_details', 'Ver detalhes'),
('pt', 'view_feature_groups', 'View feature groups'),
('pt', 'view_in_marketplace', 'View in CS-Cart Marketplace'),
('pt', 'view_more', 'view more'),
('pt', 'view_on_map', 'Ver no mapa'),
('pt', 'view_orders', 'Pedidos'),
('pt', 'view_orders_menu_description', 'Veja, processe e imprima os pedidos recebidos em sua loja.'),
('pt', 'view_page', 'Ver página'),
('pt', 'view_product', 'Ver artigo'),
('pt', 'view_products', 'Exibir produtos'),
('pt', 'view_product_features', 'Exibir as características do produto'),
('pt', 'view_purchased_products', 'Ver produtos adquiridos'),
('pt', 'view_report', 'Visualizar relatório'),
('pt', 'view_results', 'Visualizar resultados'),
('pt', 'view_store', 'View store'),
('pt', 'view_storefront', 'View storefront'),
('pt', 'view_supplier_products', 'Visualizar produtos do fornecedor'),
('pt', 'view_ticket', 'View Ticket'),
('pt', 'view_user_points', 'Ver pontos do usuário'),
('pt', 'view_vendor_admins', 'View vendor admins'),
('pt', 'view_vendor_categories', 'Visualizar categorias da loja'),
('pt', 'view_vendor_orders', 'Exibir pedidos do vendedor'),
('pt', 'view_vendor_products', 'Exibir produtos do vendedor'),
('pt', 'view_vendor_users', 'Exibir usuários do vendedor'),
('pt', 'view_wishlist', 'Ver lista de desejos'),
('pt', 'visa_card_discover', 'Visa, MasterCard, Discover'),
('pt', 'visited_page', 'Página visitada'),
('pt', 'visit_marketplace', 'Visit the CS-Cart Marketplace'),
('pt', 'voided', 'Anulada'),
('pt', 'vsb_new_home_block', 'New home block'),
('pt', 'vs_browse_our_categories', 'Browse our categories'),
('pt', 'vs_footerbox', 'Footerbox'),
('pt', 'vs_footer_mv', 'Footerbox MultiVendor'),
('pt', 'vs_homepage_mainbox', 'Mainbox Homepage'),
('pt', 'vs_home_box', 'Home box'),
('pt', 'vs_icon_menu', 'Icon menu'),
('pt', 'vs_mainbox', 'Mainbox'),
('pt', 'vs_mainbox_icon', 'Mainbox with icon'),
('pt', 'vs_mainbox_simple', 'Mainbox simple'),
('pt', 'vs_multi_scroller', 'Multi scroller'),
('pt', 'vs_recent_blog', 'Recent blog'),
('pt', 'vs_responsive_menu', 'Responsive menu'),
('pt', 'vs_scroller_category_product', 'Scroller category product'),
('pt', 'vs_scroller_product_page', 'Scroller product page'),
('pt', 'vs_scroller_with_title', 'Scroller with tittle'),
('pt', 'vs_sidebox', 'Sidebox'),
('pt', 'vs_sidebox_category', 'Sidebox category'),
('pt', 'vs_sidebox_info', 'Sidebox info'),
('pt', 'vs_sidebox_scroller_banner', 'Sidebox scroller banner'),
('pt', 'vs_sidebox_simple', 'Sidebox simple'),
('pt', 'vs_sidebox_with_icon', 'Sidebox with icon'),
('pt', 'vs_testimonials', 'Testimonials'),
('pt', 'vs_vendor_categories', 'Vendor categories'),
('pt', 'vs_vendor_plans.month', 'por mês'),
('pt', 'vs_vendor_plans.no_microstore', 'sem micro lojas'),
('pt', 'vs_vendor_plans.onetime', 'taxa única'),
('pt', 'vs_vendor_plans.year', 'por ano'),
('pt', 'warehouses.add_all', 'Adicionar todas'),
('pt', 'warehouses.any_store_type', 'Qualquer tipo de loja'),
('pt', 'warehouses.city', 'Cidade'),
('pt', 'warehouses.commerceml.import.error.product.warehouse_not_found', 'Armazém [id] não encontrado'),
('pt', 'warehouses.commerceml.import.message.warehouse.created', 'Categoria [id] criada; ID local: [local_id]'),
('pt', 'warehouses.destinations_configuration.tooltip', 'Produtos podem ser recolhidos de diferentes lojas e armazéns primeiro, dependendo da localização do seu cliente. <a href=\"[destinations_url]\" target=\"_blank\">Configure a prioridade de loja e armazém individualmente para cada área tarifária.</a>'),
('pt', 'warehouses.exim_reset_inventory_tooltip', 'Isto não vai afetar os produtos que possuem a quantidade especificada no arquivo importado, nem os produtos nos armazéns que não foram atualizados nesta predefinição.'),
('pt', 'warehouses.in_n_stores', 'em [n] loja|em [n] lojas'),
('pt', 'warehouses.main_destination_tooltip', 'Determina onde fica este local. Com isso, o custo do frete e o prazo de entrega são calculados.'),
('pt', 'warehouses.name', 'Nome'),
('pt', 'warehouses.no_matching_stores_found', 'Não foram encontradas lojas correspondentes aos critérios de pesquisa'),
('pt', 'warehouses.out_of_stock_products', 'Não há estoque de [product] na região selecionada.|Não há estoque dos seguintes produtos na região selecionada: [products]'),
('pt', 'warehouses.phone', 'Telefone'),
('pt', 'warehouses.product_availability', 'Disponibilidade em lojas'),
('pt', 'warehouses.product_available_if_ordered', 'Disponível se pedido'),
('pt', 'warehouses.product_in_stock', 'Disponível'),
('pt', 'warehouses.quantity', 'Quantidade'),
('pt', 'warehouses.quantity_tab.no_data', 'Esta loja não possui lojas nem armazéns. <a href=\"[create_url]\">Crie um</a> ou <a href=\"[list_url]\">disponibilize um já existente</a> para ela.'),
('pt', 'warehouses.rate_area', 'Área tarifária'),
('pt', 'warehouses.search_store', 'Pesquisar loja'),
('pt', 'warehouses.settings', 'Configurações'),
('pt', 'warehouses.shipping_delay', 'Tempo de transporte'),
('pt', 'warehouses.shipping_delay.description', 'O produto está em um armazém afastado. Se você o pedir, ele será enviado em [shipping_delay].'),
('pt', 'warehouses.shipping_delay.description.default', 'O produto está em um armazém afastado. Se você o pedir, o envio pode demorar um pouco mais.'),
('pt', 'warehouses.shipping_delay.description.short', 'Se pedido: [shipping_delay]'),
('pt', 'warehouses.shipping_delay.tooltip', 'O tempo necessário para transportar produtos daqui para outra loja ou armazém nesta área tarifária.'),
('pt', 'warehouses.shipping_delay_for_products', 'Alguns produtos que você pediu estão em um armazém afastado. O envio pode demorar um pouco mais do que o estimado aqui.'),
('pt', 'warehouses.shipping_delay_notification', 'Aviso de atraso'),
('pt', 'warehouses.shipping_delay_notification.tooltip', 'Aparecerá se não houver produtos disponíveis nas lojas e nos armazéns acima.'),
('pt', 'warehouses.ship_to', 'Endereço de entrega'),
('pt', 'warehouses.ship_to_tooltip', 'Determina as áreas tarifárias em que os produtos deste armazém serão considerados disponíveis.'),
('pt', 'warehouses.show_to', 'Exibir para'),
('pt', 'warehouses.show_to_tooltip', 'Permite oferecer este ponto de retirada aos habitantes de outras áreas tarifárias na finalização da compra.'),
('pt', 'warehouses.stores_and_warehouses', 'Lojas e armazéns'),
('pt', 'warehouses.stores_list', 'Lista'),
('pt', 'warehouses.stores_map', 'Mapa'),
('pt', 'warehouses.store_and_address', 'Loja e endereço'),
('pt', 'warehouses.store_type', 'Tipo'),
('pt', 'warehouses.store_type_pickup', 'Ponto de retirada'),
('pt', 'warehouses.store_type_store', 'Loja'),
('pt', 'warehouses.store_type_warehouse', 'Armazém'),
('pt', 'warehouses.store_warehouse', 'Loja / Armazém'),
('pt', 'warehouses.type_to_search_or_check_all', 'Digite para pesquisar, ou clique no botão à direita para adicionar todas as áreas tarifárias'),
('pt', 'warehouses.warehouse_stock', 'Quantidades'),
('pt', 'warehouses.warn_about_delay', 'Avisar sobre atraso'),
('pt', 'warehouses.warn_about_delay.tooltip', 'Se um produto tiver de ser transportado daqui para a área tarifária, exiba o tempo de transporte na lista de produtos e no carrinho.'),
('pt', 'warning', 'Aviso'),
('pt', 'warning_default_currency_absent', 'Could not assign default currency for the <b>[storefront]</b> storefront. Please update the default currency value on the following page: <a href=\"[link]\">Administration :: Currencies</a>'),
('pt', 'warning_default_language_disabled', 'O idioma padrão definido nas suas configurações foi desativado ou removido. Por favor, atualize o valor de idioma padrão do Frontend na seguinte página: <a href=\"[link]\">Configurações :: Aparência</a>'),
('pt', 'warning_default_language_sharing_removed', 'The default language defined in settings has been removed for the <b>[company]</b> storefront. Please update the Frontend default language value on the following page: <a href=\"[link]\">Settings :: Appearance</a>'),
('pt', 'warning_gift_cert_deny', 'Os vales-presente foram removidos ou cancelados pelo administrador e foram removidos do seu carrinho: [codes]. Por favor entre em contato com o administrador da loja, ou tentar outro código.'),
('pt', 'warning_https_is_disabled', 'The secure connection check has failed. Please ensure that SSL certificate is installed on your server. Check out the <a href=\"[href]\" target=\"_blank\">Documentation article</a> for more details.'),
('pt', 'warning_insecure_admin_script', 'It is strongly recommended that you rename the default <b>admin.php</b> script (check the <a href=\"[href]\" target=\"_blank\">Documentation</a>) for security reasons.'),
('pt', 'warning_insecure_password_email', 'A senha deve ser diferente do email!<p><a href=\"[link]\" class=\"underlined\"><b>Alterar senha &#155;&#155;</b></a></p>'),
('pt', 'warning_lanvar_incorrect_name', 'Nome da variável de idioma contém caracteres não suportados!'),
('pt', 'warning_merging_companies', 'Ao mesclar dois vendedores a empresa [company_name] será removida do banco de dados e todos os dados pertencentes a ela (produtos, pedidos, fretes, usuários, promoções, etc) serão transferidos para esta empresa.'),
('pt', 'warning_newsletter_no_recipients', 'Newsletter hasn\'t been sent because no recipients were found matching the selected criteria.'),
('pt', 'warning_not_deleted_default_language', 'O idioma [lang_name] não pode ser removido porque é o idioma padrão da loja'),
('pt', 'warning_of_ip_adding', 'O  endereço IP <b>[entered_ip]</b> inserido proíbe acesso ao painel de administração do seu computador (seu IP é <b>[your_ip]</b>).'),
('pt', 'warning_promotions_incorrect_condition', 'A condição \"[condition]\" pode ser usada em grupos com condições \"[set_value]\" apenas.'),
('pt', 'warning_seo_urls_disabled', 'As URLs amigáveis estão desativadas. Verifique a configuração de seu servidor e as configurações do sistema de gerenciamento de URLs.'),
('pt', 'warning_store_optimization_dev', 'Atualização automática de cache ativada.<br /><br />Os arquivos modificados serão atualizados em tempo real (incluindo os arquivos modificados diretamente no servidor) e recolocados no cache.<br /><br />A performance da loja poderá ser afetada. É recomendável que esta opção esteja desativada em sites de produção através da tela <a href=\"[link]\">Temas</a>.'),
('pt', 'warning_store_optimization_dev_disabled', 'Atualização automática de cache desativada.<br /><br />Você pode limpar o cache manualmente após modificar os arquivos desejados através <a href=\"[link]\">deste link</a>.'),
('pt', 'warning_subscribers_import', 'Some mailing lists from the input file could not be found in the database. Certain imported subscribers will be left unassigned.'),
('pt', 'warning_subscr_email_exists', '<b>[email]</b> já está na lista de assinantes'),
('pt', 'warning_theme_clone_dir_exists', 'Não foi possível copiar o tema porque a pasta informada já existe. Informe outra pasta.'),
('pt', 'warning_track_orders_not_allowed', 'Você não tem permissão para ver as informações deste pedido.'),
('pt', 'warning_track_orders_not_found', 'O e-mail e/ou código de pedido informado não existem'),
('pt', 'warning_variants_removal', 'Ao clicar em Salvar você irá remover todos os valores das características do produto.'),
('pt', 'warning_zero_price_restricted_product', 'Product <b>\"[product]\"</b> has not been added to the cart, because it doesn\'t have a price.'),
('pt', 'webkul_uvdesk', 'Webkul UVdesk'),
('pt', 'website', 'Site'),
('pt', 'web_pages', 'Páginas'),
('pt', 'web_site', 'Site'),
('pt', 'week', 'Semana'),
('pt', 'weekday_0', 'Domingo'),
('pt', 'weekday_1', '2ª feira'),
('pt', 'weekday_2', '3ª feira'),
('pt', 'weekday_3', '4ª feira'),
('pt', 'weekday_4', '5ª feira'),
('pt', 'weekday_5', '6ª feira'),
('pt', 'weekday_6', 'Sábado'),
('pt', 'weekday_abr_0', 'Dom'),
('pt', 'weekday_abr_1', 'Seg'),
('pt', 'weekday_abr_2', 'Ter'),
('pt', 'weekday_abr_3', 'Qua'),
('pt', 'weekday_abr_4', 'Qui'),
('pt', 'weekday_abr_5', 'Sex'),
('pt', 'weekday_abr_6', 'Sáb'),
('pt', 'weekly', 'Semanal'),
('pt', 'weeks', 'semana(s)'),
('pt', 'weight', 'Peso'),
('pt', 'weight_dependences', 'Frete por peso'),
('pt', 'weight_limit', 'Faixa de peso'),
('pt', 'weight_modifier', 'Modificador de peso'),
('pt', 'weight_symbol', 'Símbolo de peso'),
('pt', 'welcome_screen.administrator_info', 'Para acessar a área do administrador, use o e-mail (<b>[email]</b>) e senha que você digitou anteriormente.'),
('pt', 'welcome_screen.go_admin_panel', 'Ir para o  painel de administração'),
('pt', 'welcome_screen.go_settings_wizard', 'Ir para o assistente de configuração para fazer a instalação básica da loja'),
('pt', 'welcome_screen.go_storefront', 'Ir para loja'),
('pt', 'welcome_screen.knowledge_base', 'Documentation'),
('pt', 'welcome_screen.learn_more_configuration', 'Saiba mais sobre a configuração da loja no nosso'),
('pt', 'welcome_screen.run_settings_wizard', 'Executar o assistente de configuração'),
('pt', 'welcome_screen.thanks', 'Obrigaod por escolher o [product]. Tenha ótimas vendas!'),
('pt', 'well_done', 'Muito bem!'),
('pt', 'we_would_like_to_inform', 'Gostaríamos de informá-lo que'),
('pt', 'what_is_cvv2', 'O que é CVV/CVC'),
('pt', 'what_is_new', 'What\'s new'),
('pt', 'what_you_would_like_to_do', 'O que você gostaria de fazer'),
('pt', 'where_access_addon', 'Where to access this add-on'),
('pt', 'which_is', 'which is'),
('pt', 'widget_code', 'Código do widget'),
('pt', 'widget_what_is_it', '<a href=\"[href]\" target=\"_blank\"> o que é isso?</a>'),
('pt', 'width', 'Largura'),
('pt', 'wishlist', 'Lista de desejos'),
('pt', 'wishlist_content', 'Conteúdo da lista de desejos'),
('pt', 'wishlist_note', 'Ir para sua lista de desejos'),
('pt', 'wishlist_products', 'Produtos na lista de desejos'),
('pt', 'wishlist_short', 'Wish list'),
('pt', 'without_image', 'Sem foto'),
('pt', 'without_rating', 'Without rating'),
('pt', 'with_contact_information', 'Com informações de contato'),
('pt', 'world', 'Mundo'),
('pt', 'worldnettps_hash_error', 'Ocorreu um erro. Detalhes do erro: hash de solicitação e resposta não corresponde.'),
('pt', 'worldpay_secret', 'Segredo do MD5 para transações'),
('pt', 'wrapper', 'Wrapper'),
('pt', 'wrapper_class', 'User-defined wrapper CSS class'),
('pt', 'write', 'Escrever'),
('pt', 'write_a_reply', 'write a reply'),
('pt', 'write_review', 'Fazer uma avaliação'),
('pt', 'wrong_number_initial_order_id', 'The value you entered for the \"Initial order ID value\" setting is not supported. Only integers from 1 to [max_initial_order_id] are supported'),
('pt', 'wt_access_note', 'Atenção: Se você desativar ou desinstalar o plugin de marca d\'água você deverá remover estas instruções do arquivo \'.htaccess\'. Caso contrário as fotos não poderão ser acessadas.'),
('pt', 'wt_access_warning', 'A criação de marca d\'água foi desativada. Se houverem quaisquer regras referentes a marcas d\'água no arquivo \'.htaccess\' presente na pasta \'images\' você deverá removê-las manualmente. Caso contrário, as fotos de produtos e as imagens de categoria não estarão disponíveis.'),
('pt', 'wt_detailed', 'fotos maiores'),
('pt', 'wt_fail_apply_graphic_watermark', 'Erro ao adicionar a marca d\'água a [image_type]. A marca d\'água não será adicionada.'),
('pt', 'wt_font', 'Fonte'),
('pt', 'wt_font_color', 'Cor da fonte'),
('pt', 'wt_font_size_detailed', 'Tamanho da fonte (fotos grandes)'),
('pt', 'wt_font_size_icon', 'Tamanho da fonte (miniaturas)'),
('pt', 'wt_graphic_watermark', 'Marca d\'água gráfica'),
('pt', 'wt_icons', 'miniaturas'),
('pt', 'wt_images_access_description', 'Para evitar o acesso às fotos originais adicione os comandos abaixo ao arquivo \'.htaccess\' presente na pasta \'images\' de sua instalação. Estes comandos protegerão as fotos originais. Mesmo se a foto original for solicitada, a foto correspondente com a marca d\'água será exibida.'),
('pt', 'wt_images_access_info', 'Acesso às fotos'),
('pt', 'wt_text_watermark', 'Marca d\'água de texto'),
('pt', 'wt_watermarks', 'Marcas d\'água'),
('pt', 'wt_watermarks_access_description', 'Para exibir as fotos com marca d\'água automaticamente mesmo que elas não sejam carregadas a partir das páginas de sua loja, adicione os comandos abaixo ao arquivo \'.htaccess\' presente na pasta \'images/watermarked\' em sua instalação.'),
('pt', 'wt_watermark_detailed', 'Marca d\'água da foto maior'),
('pt', 'wt_watermark_horizontal_position', 'Posição horizontal da marca d\'água'),
('pt', 'wt_watermark_icon', 'Marca d\'água da miniatura'),
('pt', 'wt_watermark_image', 'Imagem da marca d\'água'),
('pt', 'wt_watermark_position', 'Posição da marca d\'água'),
('pt', 'wt_watermark_text', 'Texto da marca d\'água'),
('pt', 'wt_watermark_vertical_position', 'Posição vertical da marca d\'água'),
('pt', 'xml_error', 'Erro de análise XML'),
('pt', 'year', 'Ano'),
('pt', 'yearly', 'Anual'),
('pt', 'years', 'anos'),
('pt', 'yes', 'Sim'),
('pt', 'yesterday', 'Ontem'),
('pt', 'your_age', 'Sua idade'),
('pt', 'your_ip_added', 'Seu endereço IP <b>[ip]</b> foi adicionado à tabela de restrições de acesso.'),
('pt', 'your_ip_enabled', 'Seu endereço IP <b>[ip]</b> foi habilitado na tabela de restrições de acesso.'),
('pt', 'your_ip_removed', 'Seu endereço IP <b>[ip]</b> foi removido da tabela de restrições de acesso.'),
('pt', 'your_message', 'Mensagem'),
('pt', 'your_name', 'Nome'),
('pt', 'your_range', 'Seu intervalo'),
('pt', 'your_rating', 'Sua classificação'),
('pt', 'you_can_edit_account_details', 'Você pode editar as informações da conta.'),
('pt', 'you_have_no_permissions', 'Não tem permissão'),
('pt', 'you_save', 'Economiza'),
('pt', 'zero_price_action', 'O que fazer se o preço for zero'),
('pt', 'zipcode', 'Zipcode'),
('pt', 'zipcodes', 'CEPs'),
('pt', 'zip_postal_code', 'CEP'),
('pt', 'zone', 'Zona'),
('pt', 'zpa_ask_price', 'Perguntar o preço ao cliente'),
('pt', 'zpa_permit', 'Permitir que clientes adicionem o produto ao carrinho'),
('pt', 'zpa_refuse', 'Não permitir que clientes adicionem o produto ao carrinho'),
('ro', '2co_enable_fraud_verification', 'Activare notificare frauda'),
('ro', '2co_fraud_fail', 'Status comenzi cu revizuire frauda esuata'),
('ro', '2co_fraud_wait', 'Status comenzi care asteapta revizuire frauda'),
('ro', '3d_secure', '3-D Secure'),
('ro', '404', 'Eroare 404 - Pagina nu a fost gasita'),
('ro', 'about_us', 'About us'),
('ro', 'absolute', 'Absolut'),
('ro', 'absolute_commissions_instructions', '<a href=\"http://docs.cs-cart.com/4.3.x/user_guide/addons/vendor_commission/vendor_commissions_and_plans.html\" target=\"_blank\">Upgrading from 4.3.x to 4.4.x: Vendor Commissions and Vendor Plans</a>'),
('ro', 'abt_menu_ajax_load', 'AB: Use Ajax-loading for menu items (second level and behind it)'),
('ro', 'abt_menu_ajax_load.tooltip', 'Use Ajax to get the content of the second and third menu levels after page loading. The content of the first level will be loaded along with the page main content'),
('ro', 'abt_menu_icon_items', 'AB: Show icons for menu items of the second level'),
('ro', 'abt_menu_icon_items.tooltip', 'The active status of this setting allows the display of an icon that is assigned to a menu item of the second level menu.'),
('ro', 'abt_menu_long_names', 'AB: Show long names of the first level menu items in two lines'),
('ro', 'abt_menu_long_names.tooltip', 'The active status of this setting allows displaying menu names in two lines (with line break), if more space is required to place the name, than the setting <b>AB: The maximum width of the menu item for the first level</b> specifies'),
('ro', 'abt_menu_long_names_max_width', 'AB: The maximum width of the menu item for the first level'),
('ro', 'abt_menu_long_names_max_width.tooltip', 'Specifies the width of the cell in pixels to place the name of the menu item. If the name of the menu item exceeds this value, then with the active setting <b>AB: Show long names of the first level menu items in two lines</b>, then it will be displayed in two lines (with line break).'),
('ro', 'abt__unitheme2', 'AB: UniTheme2'),
('ro', 'abt__unitheme2.settings', 'Settings only for AB: UniTheme2'),
('ro', 'abt__unitheme2_mv', 'AB: UniTheme2 (Multi-Vendor)'),
('ro', 'abt__ut2.addon_social_buttons.share', 'Share'),
('ro', 'abt__ut2.add_to_cart', 'Buy now'),
('ro', 'abt__ut2.add_to_wishlist.tooltip', 'Add to wishlist'),
('ro', 'abt__ut2.banner.color_use', 'Please select the checkbox to use a new color'),
('ro', 'abt__ut2.banner.params.avail_from', 'Available from'),
('ro', 'abt__ut2.banner.params.avail_till', 'Available till'),
('ro', 'abt__ut2.banner.params.background_color', 'Background color'),
('ro', 'abt__ut2.banner.params.background_color.tooltip', 'Please select the checkbox to use a new color'),
('ro', 'abt__ut2.banner.params.background_image', 'Background image'),
('ro', 'abt__ut2.banner.params.background_image_size', 'Specify the size of a background image'),
('ro', 'abt__ut2.banner.params.background_image_size.tooltip', 'abt__ut2.banner.params.background_image_size.tooltip'),
('ro', 'abt__ut2.banner.params.background_image_size.variants.contain', 'Resize the background image to make sure the image is fully visible'),
('ro', 'abt__ut2.banner.params.background_image_size.variants.cover', 'Resize the background image to cover the entire container, even if it has to stretch the image or cut a little bit off one of the edges'),
('ro', 'abt__ut2.banner.params.button_color', 'Button color'),
('ro', 'abt__ut2.banner.params.button_color.tooltip', 'Please select the checkbox to use a new color'),
('ro', 'abt__ut2.banner.params.button_text', 'Text (an appeal to action)'),
('ro', 'abt__ut2.banner.params.button_text_color', 'Text color'),
('ro', 'abt__ut2.banner.params.button_text_color.tooltip', 'Please select the checkbox to use a new color'),
('ro', 'abt__ut2.banner.params.button_use', 'Add button'),
('ro', 'abt__ut2.banner.params.button_use.tooltip', 'Select a checkbox for adding of the button. <b>Important!</b>The button will appear only in the presence of the link in the field \"Specify link\"'),
('ro', 'abt__ut2.banner.params.class', 'User CSS-class'),
('ro', 'abt__ut2.banner.params.color_scheme', 'Color scheme'),
('ro', 'abt__ut2.banner.params.color_scheme.tooltip', 'Specifies what color will be <b>Title</b> and <b>Description</b> on the banner. For <b>Dark</b> banner texts will be white, for <b>Light</b> — black.'),
('ro', 'abt__ut2.banner.params.color_scheme.variants.dark', 'Dark'),
('ro', 'abt__ut2.banner.params.color_scheme.variants.light', 'Light'),
('ro', 'abt__ut2.banner.params.content_align', 'Horizontal alignment'),
('ro', 'abt__ut2.banner.params.content_align.tooltip', 'Location of the content inside the banner by the horizontal'),
('ro', 'abt__ut2.banner.params.content_align.variants.center', 'On the center'),
('ro', 'abt__ut2.banner.params.content_align.variants.left', 'On the left'),
('ro', 'abt__ut2.banner.params.content_align.variants.right', 'On the right'),
('ro', 'abt__ut2.banner.params.content_bg', 'Add semi-transparent background'),
('ro', 'abt__ut2.banner.params.content_bg.tooltip', 'Under the description will appear semi-transparent background (the color depends on the color scheme), it will provide a better readability of text on motley background'),
('ro', 'abt__ut2.banner.params.content_full_width', 'Content on full width'),
('ro', 'abt__ut2.banner.params.content_full_width.tooltip', 'The width of the content block has a default width of 50%. Set this parameter and the width of the block content will be 100%'),
('ro', 'abt__ut2.banner.params.content_valign', 'Vertical alignment'),
('ro', 'abt__ut2.banner.params.content_valign.tooltip', 'Location of the content inside the banner by the vertical'),
('ro', 'abt__ut2.banner.params.content_valign.variants.bottom', 'At the bottom'),
('ro', 'abt__ut2.banner.params.content_valign.variants.center', 'On the center'),
('ro', 'abt__ut2.banner.params.content_valign.variants.top', 'On the top'),
('ro', 'abt__ut2.banner.params.data_type', 'Content type'),
('ro', 'abt__ut2.banner.params.data_type.variants.url', 'Link'),
('ro', 'abt__ut2.banner.params.description', 'Short description'),
('ro', 'abt__ut2.banner.params.description_bg_color', 'Background color'),
('ro', 'abt__ut2.banner.params.description_bg_color.tooltip', 'Please select the checkbox to use a new color'),
('ro', 'abt__ut2.banner.params.description_color', 'Description color'),
('ro', 'abt__ut2.banner.params.description_color.tooltip', 'Please select the checkbox to use a new color'),
('ro', 'abt__ut2.banner.params.description_font_size', 'Font size'),
('ro', 'abt__ut2.banner.params.how_to_open', 'How to open'),
('ro', 'abt__ut2.banner.params.how_to_open.variants.in_new_window', 'In a new window'),
('ro', 'abt__ut2.banner.params.how_to_open.variants.in_popup', 'In a popup'),
('ro', 'abt__ut2.banner.params.how_to_open.variants.in_this_window', 'In this window'),
('ro', 'abt__ut2.banner.params.main_image', 'Main image'),
('ro', 'abt__ut2.banner.params.mobile_use', 'Use own settings for Phones'),
('ro', 'abt__ut2.banner.params.mobile_use.tooltip', 'Use this option to allow own banner settings for the mobile device Phone'),
('ro', 'abt__ut2.banner.params.object', 'The displayed object'),
('ro', 'abt__ut2.banner.params.object.variants.image', 'Image'),
('ro', 'abt__ut2.banner.params.object.variants.video', 'YouTube video'),
('ro', 'abt__ut2.banner.params.padding', 'Internal paddings, px'),
('ro', 'abt__ut2.banner.params.padding.tooltip', 'CSS <code>padding</code>. Spacing in pixels inside the banner. It is useful, to standardize the paddings of banner borders to the content'),
('ro', 'abt__ut2.banner.params.tablet_use', 'Use own settings for Tablets'),
('ro', 'abt__ut2.banner.params.tablet_use.tooltip', 'Use this option to allow own banner settings for the mobile device Tablet'),
('ro', 'abt__ut2.banner.params.title', 'Title'),
('ro', 'abt__ut2.banner.params.title_color', 'Title color'),
('ro', 'abt__ut2.banner.params.title_color.tooltip', 'Please select the checkbox to use a new color'),
('ro', 'abt__ut2.banner.params.title_font_size', 'Font size'),
('ro', 'abt__ut2.banner.params.title_font_weight', 'Weight of the font'),
('ro', 'abt__ut2.banner.params.title_font_weight.variants.300', 'Thin'),
('ro', 'abt__ut2.banner.params.title_font_weight.variants.400', 'Normal'),
('ro', 'abt__ut2.banner.params.title_font_weight.variants.700', 'Bold'),
('ro', 'abt__ut2.banner.params.title_font_weight.variants.900', 'Heavy'),
('ro', 'abt__ut2.banner.params.title_shadow', 'Add a shadow for the title'),
('ro', 'abt__ut2.banner.params.title_tag', 'Title tag'),
('ro', 'abt__ut2.banner.params.title_tag.variants.div', 'div'),
('ro', 'abt__ut2.banner.params.title_tag.variants.h1', 'h1'),
('ro', 'abt__ut2.banner.params.title_tag.variants.h2', 'h2'),
('ro', 'abt__ut2.banner.params.title_tag.variants.h3', 'h3'),
('ro', 'abt__ut2.banner.params.url', 'Specify link'),
('ro', 'abt__ut2.banner.params.use_avail_period', 'Use available period'),
('ro', 'abt__ut2.banner.params.youtube_autoplay', 'Autoplay'),
('ro', 'abt__ut2.banner.params.youtube_autoplay.tooltip', 'Due to changes in <b>Google\'s</b> policy, autoplay will only be available without sound. For more information, see <a href=\'https://developers.google.com/web/updates/2017/09/autoplay-policy-changes\' target=\'_blank\'>documentation</a>.<b>Google</b> strongly recommends that the player\'s control panel should be displayed on autoplay.'),
('ro', 'abt__ut2.banner.params.youtube_hide_controls', 'Hide player control elements'),
('ro', 'abt__ut2.banner.params.youtube_hide_controls.tooltip', 'Don\'t ever assume a video will play, and don\'t show a pause button when the video is not actually playing'),
('ro', 'abt__ut2.banner.params.youtube_id', 'YouTube video ID'),
('ro', 'abt__ut2.banner.params.youtube_id.tooltip', 'ID video — https://www.youtube.com/watch?v=<b>abcd1234567</b>, specify only <b>abcd1234567</b>'),
('ro', 'abt__ut2.banner.params.youtube_use', 'Add YouTube video'),
('ro', 'abt__ut2.banner.params_additional', 'Additional settings'),
('ro', 'abt__ut2.banner.params_of_block', 'Banner block settings'),
('ro', 'abt__ut2.banner.params_of_button', 'Banner button settings'),
('ro', 'abt__ut2.banner.params_of_content', 'Settings for the content, shown in the banner'),
('ro', 'abt__ut2.banner.params_of_description', 'Banner description settings'),
('ro', 'abt__ut2.banner.params_of_object', 'Banner settings for the object/image'),
('ro', 'abt__ut2.banner.params_of_title', 'Banner title settings'),
('ro', 'abt__ut2.banner.use_own_info', 'Use own value'),
('ro', 'abt__ut2.banner.warning', 'Expert banner settings'),
('ro', 'abt__ut2.banners', 'Banners'),
('ro', 'abt__ut2.banners.manage', 'AB: UniTheme2: Advanced banners'),
('ro', 'abt__ut2.banner_tab.general', 'General (AB: UniTheme2: Desktop)'),
('ro', 'abt__ut2.banner_tab.mobile', 'AB: UniTheme2: Phone'),
('ro', 'abt__ut2.banner_tab.tablet', 'AB: UniTheme2: Tablet'),
('ro', 'abt__ut2.block.availability.show_on', '!!! Only for AB: UniTheme2 when using the setting <b>[show_on]</b> block content will be cut from HTML-code for the corresponding device and is not simply hidden by styles'),
('ro', 'abt__ut2.blog.there_are_offers', 'Recommendations'),
('ro', 'abt__ut2.blog.there_is_video', 'Video'),
('ro', 'abt__ut2.brands', 'Brands'),
('ro', 'abt__ut2.city_short', 'c.'),
('ro', 'abt__ut2.contacts', 'Contact us'),
('ro', 'abt__ut2.demodata', 'Demo data'),
('ro', 'abt__ut2.demodata.description', 'On this page you can quickly create theme demo data'),
('ro', 'abt__ut2.demodata.errors.menu_wasnt_created', 'Menu [name] failed to create'),
('ro', 'abt__ut2.demodata.errors.no_blog_page', 'You should create the blog`s parent page'),
('ro', 'abt__ut2.demodata.errors.no_data', 'No data.json file'),
('ro', 'abt__ut2.demodata.success', 'were created successfully'),
('ro', 'abt__ut2.demodata.success.banners', 'Banners [ids] were created successfully'),
('ro', 'abt__ut2.demodata.success.blog', 'Blog pages [ids] were created successfully'),
('ro', 'abt__ut2.demodata.success.menu', 'Menu [menus] were created successfully'),
('ro', 'abt__ut2.demodata.table.add_banners', 'Add demo banners'),
('ro', 'abt__ut2.demodata.table.add_blog', 'Add demo blog'),
('ro', 'abt__ut2.demodata.table.add_menu', 'Add demo menu with icons and banners'),
('ro', 'abt__ut2.demodata.table.add_products', 'Add demo products'),
('ro', 'abt__ut2.demodata.table.description', 'Demo data type'),
('ro', 'abt__ut2.developer', 'Powered by <a href=\"https://www.cs-cart.com/\" rel=\"nofollow\">CS-Cart</a> and premium theme — <a href=\"https://unitheme.net/?sl=en\" rel=\"nofollow\">© AB: UniTheme2</a>'),
('ro', 'abt__ut2.errors.is_correctly_installed.mv.disabled', 'For correct working of UniTheme2 on the CS-Cart Multi-Vendor (used by you) enable addon UniTheme2 for Multi-Vendor edition of CS-Cart (comes with the theme for this edition) and try again'),
('ro', 'abt__ut2.errors.is_correctly_installed.mv.uninstalled', 'For correct working of UniTheme2 on the CS-Cart Multi-Vendor (used by you), install and enable addon UniTheme2 for Multi-Vendor edition of CS-Cart (comes with the theme for this edition) and try again'),
('ro', 'abt__ut2.export', 'Export'),
('ro', 'abt__ut2.export.actions.banners', 'Banners'),
('ro', 'abt__ut2.export.actions.banners.placeholder', 'Banners IDs'),
('ro', 'abt__ut2.export.actions.blog', 'Blog'),
('ro', 'abt__ut2.export.actions.blog.placeholder', 'Parent pages IDs'),
('ro', 'abt__ut2.export.actions.menu', 'Menu');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('ro', 'abt__ut2.export.actions.menu.placeholder', 'Menu IDs'),
('ro', 'abt__ut2.export.actions.products', 'Products'),
('ro', 'abt__ut2.export.actions.products.placeholder', 'Products IDs'),
('ro', 'abt__ut2.export.description', 'On this page you can quickly export the data you need in json format'),
('ro', 'abt__ut2.export.errors.no_such_type', 'No such type of export for the theme'),
('ro', 'abt__ut2.export.success', 'were exported successfully'),
('ro', 'abt__ut2.export.success.banners', 'Banners [ids] were exported successfully'),
('ro', 'abt__ut2.export.success.blog', 'Blog were exported successfully'),
('ro', 'abt__ut2.export.success.menu', 'Menu [ids] were exported successfully'),
('ro', 'abt__ut2.export.table.data', 'Export data'),
('ro', 'abt__ut2.export.table.description', 'Data type'),
('ro', 'abt__ut2.extended.e', 'Extended'),
('ro', 'abt__ut2.extended.f', 'On the full width'),
('ro', 'abt__ut2.extended.o', 'Original'),
('ro', 'abt__ut2.form.generate', 'Generate'),
('ro', 'abt__ut2.form.header.additional_products', 'Additional products'),
('ro', 'abt__ut2.form.header.base_products', 'Base products'),
('ro', 'abt__ut2.form.header.general', 'General'),
('ro', 'abt__ut2.grid.padding', 'Padding'),
('ro', 'abt__ut2.grid.padding.variants.bottom', 'Only bottom'),
('ro', 'abt__ut2.grid.padding.variants.none', 'None'),
('ro', 'abt__ut2.grid.padding.variants.top', 'Only top'),
('ro', 'abt__ut2.grid.padding.variants.top_bottom', 'Top and bottom'),
('ro', 'abt__ut2.grid.tab_description', 'The settings below apply only to the theme AB: UniTheme2 layouts sections'),
('ro', 'abt__ut2.grid_settings', 'AB: UniTheme2: Additional settings'),
('ro', 'abt__ut2.grid_tabs.abt__ut2_show_in_tabs', 'Show all section blocks in tabs'),
('ro', 'abt__ut2.grid_tabs.abt__ut2_use_ajax', 'Use Ajax for loading the second and next tabs content'),
('ro', 'abt__ut2.help', 'Help'),
('ro', 'abt__ut2.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/abt__unitheme2.doc\'>the documentation</a>.'),
('ro', 'abt__ut2.hover_to_enlarge', 'Hover on image to enlarge'),
('ro', 'abt__ut2.icons', 'Available icons'),
('ro', 'abt__ut2.icons.class', 'Icon class'),
('ro', 'abt__ut2.icons.info', 'On this page you can see the list of icons, available to you in the theme'),
('ro', 'abt__ut2.icons.ut2_icons', 'Theme icons list'),
('ro', 'abt__ut2.less_settings', 'Color scheme settings'),
('ro', 'abt__ut2.less_settings.containers', 'Containers'),
('ro', 'abt__ut2.less_settings.containers.header.add_delimiters', 'Add dividing strips'),
('ro', 'abt__ut2.less_settings.containers.header.add_delimiters.tooltip', 'Adds dividing strips at the Top part of the site, visually separates the blocks \"Categories\", \"Search\", \"Account\" and \"Cart\"'),
('ro', 'abt__ut2.less_settings.containers.header.use_animation_for_not_empty_cart', 'Use animation effect for non empty cart'),
('ro', 'abt__ut2.less_settings.containers.header.use_animation_for_not_empty_cart.tooltip', 'Adds animation effect, to pay attention to the non empty user cart'),
('ro', 'abt__ut2.less_settings.containers.header.use_color_elements_on_hover', 'Color for hovering over the elements \"Categories\", \"Account\" and \"Cart\"'),
('ro', 'abt__ut2.less_settings.containers.header.use_color_elements_on_hover.tooltip', 'The color for hovering over the drop-down elements \"Categories\", \"Account\" and \"Cart\" is used only in the \"Advanced\" and \"Fixed\" layouts'),
('ro', 'abt__ut2.less_settings.containers.header.use_color_icons', 'The color of the icons for elements \"Categories\", \"Account\" and \"Cart\"'),
('ro', 'abt__ut2.less_settings.containers.header.use_color_icons.tooltip', 'Is used only in layouts \"Advanced\" and \"Fixed\"'),
('ro', 'abt__ut2.less_settings.containers.header.use_color_menu_on_hover', 'Color for hovering over a first level menu item'),
('ro', 'abt__ut2.less_settings.containers.header.use_color_menu_on_hover.tooltip', 'Background color used for hovering over menu items of the first level. It is used only in the \"Default\" layout with a horizontal menu type. Also determines the color of the active first level menu item'),
('ro', 'abt__ut2.less_settings.containers.header_group', 'Header'),
('ro', 'abt__ut2.less_settings.containers.header_group_description', 'Settings for blocks and sections of the \"Header\" container'),
('ro', 'abt__ut2.less_settings.containers_description', 'Below are the settings that affect the blocks and sections of the corresponding container in the layouts.'),
('ro', 'abt__ut2.less_settings.general', 'General'),
('ro', 'abt__ut2.less_settings.general.buttons.style', 'Style'),
('ro', 'abt__ut2.less_settings.general.buttons.style.tooltip', 'Set button style'),
('ro', 'abt__ut2.less_settings.general.buttons.style.variants.use_background', 'Use filled background'),
('ro', 'abt__ut2.less_settings.general.buttons.style.variants.use_border', 'Use border only'),
('ro', 'abt__ut2.less_settings.general.buttons.use_gradient', 'Add bulk'),
('ro', 'abt__ut2.less_settings.general.buttons.use_gradient.tooltip', 'The buttons will use a background color with a gradient fill from light to dark based on the color of the button'),
('ro', 'abt__ut2.less_settings.general.buttons.use_shadow', 'Add shadow'),
('ro', 'abt__ut2.less_settings.general.buttons.use_shadow.tooltip', 'Use shadow in the buttons design'),
('ro', 'abt__ut2.less_settings.general.buttons.use_text_uppercase', 'Display text in capital letters'),
('ro', 'abt__ut2.less_settings.general.buttons.use_text_uppercase.tooltip', 'Allows you to define the display format of letters in buttons, lowercase or uppercase letters'),
('ro', 'abt__ut2.less_settings.general.buttons_group', 'Buttons'),
('ro', 'abt__ut2.less_settings.general.buttons_group_description', 'Allows you to set button styles'),
('ro', 'abt__ut2.less_settings.general.labels.style', 'Form'),
('ro', 'abt__ut2.less_settings.general.labels.style.tooltip', 'Specify the displaying form of discount labels'),
('ro', 'abt__ut2.less_settings.general.labels.style.variants.as_circle', 'Round'),
('ro', 'abt__ut2.less_settings.general.labels.style.variants.as_drop', 'Drop'),
('ro', 'abt__ut2.less_settings.general.labels.style.variants.as_rectangle', 'Rectangular'),
('ro', 'abt__ut2.less_settings.general.labels.use_outline', 'Use border style'),
('ro', 'abt__ut2.less_settings.general.labels.use_outline.tooltip', 'Adds border style'),
('ro', 'abt__ut2.less_settings.general.labels.use_shadow', 'Add shadow'),
('ro', 'abt__ut2.less_settings.general.labels.use_shadow.tooltip', 'Adds shadow'),
('ro', 'abt__ut2.less_settings.general.labels.use_text_shadow', 'Add shadow for text'),
('ro', 'abt__ut2.less_settings.general.labels.use_text_shadow.tooltip', 'Adds shadow for text'),
('ro', 'abt__ut2.less_settings.general.labels_group', 'Labels (stickers)'),
('ro', 'abt__ut2.less_settings.general.labels_group_description', 'Allows you to set styles for product stickers. For example, Free Shipping, Discount, etc.'),
('ro', 'abt__ut2.less_settings.general.stars_rating_color', 'Color of starlets for product rating'),
('ro', 'abt__ut2.less_settings.general.stars_rating_color.tooltip', 'Specify your own star color for product rating'),
('ro', 'abt__ut2.less_settings.general.use_rounding', 'Round corners for interface elements'),
('ro', 'abt__ut2.less_settings.general.use_rounding.tooltip', 'Use rounding corners of elements (windows, buttons, icons, form fields, etc.)'),
('ro', 'abt__ut2.less_settings.general.use_rounding.variants.do_not_use', 'Don\'t use'),
('ro', 'abt__ut2.less_settings.general.use_rounding.variants.full', 'Fully rounded'),
('ro', 'abt__ut2.less_settings.general.use_rounding.variants.little', 'Make a little roundness'),
('ro', 'abt__ut2.less_settings.general.use_titles_uppercase', 'Display headers in capital letters'),
('ro', 'abt__ut2.less_settings.general.use_titles_uppercase.tooltip', 'Allows you to show headers in capital letters (used for all page headers, blocks, banners headers, etc.)'),
('ro', 'abt__ut2.less_settings.general_description', 'Below are the general settings.'),
('ro', 'abt__ut2.less_settings.is_absent', 'The following color values are not set for your [style] style'),
('ro', 'abt__ut2.less_settings.is_absent.core', 'System values'),
('ro', 'abt__ut2.less_settings.is_absent.recomend_to_add', 'We recommend that you assign their values, as this may lead to errors in the future.'),
('ro', 'abt__ut2.less_settings.is_absent.theme', 'Theme values'),
('ro', 'abt__ut2.less_settings.products', 'Product'),
('ro', 'abt__ut2.less_settings.products.use_color_buttons_add_to_cart', 'Set individual color for <br> \"Add to cart\" button'),
('ro', 'abt__ut2.less_settings.products.use_color_buttons_add_to_cart.tooltip', 'Allows you to assign an individual color to the \"Add to cart\" button on the product detail page and in the \"Quick view\" window'),
('ro', 'abt__ut2.less_settings.products_description', 'Below are the settings that affect the styles for product detail page'),
('ro', 'abt__ut2.less_settings.product_list', 'Product lists'),
('ro', 'abt__ut2.less_settings.product_list.extend_grid_item_on_hover', 'Expand grid item on hover'),
('ro', 'abt__ut2.less_settings.product_list.extend_grid_item_on_hover.tooltip', 'Adds the extending effect for item grid, when hovering on it in the list. Applies only to the Grid view of listings.'),
('ro', 'abt__ut2.less_settings.product_list.show_grid_border', 'Frame type of the product in the grid'),
('ro', 'abt__ut2.less_settings.product_list.show_grid_border.tooltip', 'You can change the frame type for cells in the lists of products'),
('ro', 'abt__ut2.less_settings.product_list.show_grid_border.variants.none', 'Not framed'),
('ro', 'abt__ut2.less_settings.product_list.show_grid_border.variants.solid_without_margins', 'Frame without external indents'),
('ro', 'abt__ut2.less_settings.product_list.show_grid_border.variants.solid_with_margins', 'Frame with outer indents'),
('ro', 'abt__ut2.less_settings.product_list.use_elements_alignment', 'Use elements alignment'),
('ro', 'abt__ut2.less_settings.product_list.use_elements_alignment.tooltip', 'Allows you to align some elements of the list of symmetrically neighboring cells of products'),
('ro', 'abt__ut2.less_settings.product_list.use_elements_alignment.variants.do_not_use', 'Don\'t use'),
('ro', 'abt__ut2.less_settings.product_list.use_elements_alignment.variants.use', 'Use'),
('ro', 'abt__ut2.less_settings.product_list_description', 'Below are the settings that affect the styles for elements in the product lists'),
('ro', 'abt__ut2.less_settings.style.tooltip', 'Select Style (less-file, to which the following settings will be applied)'),
('ro', 'abt__ut2.less_settings_description', '<b>Attention!</b> These settings apply only to the selected color scheme (in order to see the changes: make sure, that the selected in the \"Style\" settings field value corresponds to the color scheme, selected in your store (you can check the selected color scheme by Design -> Themes -> in the table opposite the chosen as default layout))'),
('ro', 'abt__ut2.light_menu.back_to_main', 'Back to main'),
('ro', 'abt__ut2.load_more.show_more.pages', 'Show another [n] page|Show another [n] pages'),
('ro', 'abt__ut2.load_more.show_more.products', 'Show another [n] product|Show another [n] products'),
('ro', 'abt__ut2.load_more_products.already_showing_all_products', 'Showing [n] product|Showing all [n] products'),
('ro', 'abt__ut2.load_more_products.show_more', 'Show another [n] product|Show another [n] products'),
('ro', 'abt__ut2.mainbox_general_seo', 'AB: General title (SEO)'),
('ro', 'abt__ut2.menu.tab_description', 'The following settings should be used only for menu items, that use extra templates in the menu block layout: <b>AB: Horizontal dropdown list with icons</b> or <b>AB: Vertical dropdown list with icons</b> of the UniTheme2 theme'),
('ro', 'abt__ut2.menus.pickers.add_menus', 'Add menu'),
('ro', 'abt__ut2.menus.pickers.add_menus_and_close', 'Add menu and close'),
('ro', 'abt__ut2.menus.pickers.states', 'Initial menu state'),
('ro', 'abt__ut2.menus.pickers.states.hide_items', 'Hide elements and show the menu name'),
('ro', 'abt__ut2.menus.pickers.states.show_items', 'Show elements'),
('ro', 'abt__ut2.menus.pickers.states.tooltip', 'Select how the menu will be displayed when loading the page'),
('ro', 'abt__ut2.menu_with_icons.desc', 'Short description'),
('ro', 'abt__ut2.menu_with_icons.dropdown', 'Activate 3-level menu (dropdown list)'),
('ro', 'abt__ut2.menu_with_icons.icon', 'Icon'),
('ro', 'abt__ut2.menu_with_icons.label', 'Label'),
('ro', 'abt__ut2.menu_with_icons.label_background', 'Label background'),
('ro', 'abt__ut2.menu_with_icons.label_color', 'Label color'),
('ro', 'abt__ut2.menu_with_icons.status', 'Activate settings'),
('ro', 'abt__ut2.menu_with_icons.text', 'HTML-content'),
('ro', 'abt__ut2.menu_with_icons.text_position', 'HTML-content position'),
('ro', 'abt__ut2.menu_with_icons.text_position.bottom', 'Bottom'),
('ro', 'abt__ut2.menu_with_icons.text_position.right_bottom', 'Right bottom'),
('ro', 'abt__ut2.menu_with_icons.text_position.right_top', 'Right top'),
('ro', 'abt__ut2.microdata', 'Organization microdata'),
('ro', 'abt__ut2.microdata.schema_type', 'Schema type'),
('ro', 'abt__ut2.microdata.schema_type.article', 'Article'),
('ro', 'abt__ut2.microdata.schema_type.blogposting', 'Blog'),
('ro', 'abt__ut2.microdata.schema_type.newsarticle', 'News'),
('ro', 'abt__ut2.microdata.schema_type.none', 'Do not use'),
('ro', 'abt__ut2.migaritions_from_unitheme1.update_po', 'Language variables recovery'),
('ro', 'abt__ut2.migaritions_from_unitheme1.update_po.exist.description', 'For your installation, no additional actions for language variables recovery are required!'),
('ro', 'abt__ut2.migaritions_from_unitheme1.update_po.not_exist.description', 'On this page, you can recover language variables which were deleted during removing of the first generation UniTheme addon'),
('ro', 'abt__ut2.migaritions_from_unitheme1.update_po.success', 'Selected language variables were successfully recovered!'),
('ro', 'abt__ut2.option.height', 'Height, px'),
('ro', 'abt__ut2.option.margin', 'Margin, px'),
('ro', 'abt__ut2.settings', 'Theme settings'),
('ro', 'abt__ut2.settings.addons', 'Addons'),
('ro', 'abt__ut2.settings.addons.wishlist_products.item_quantity', 'Show products in a row'),
('ro', 'abt__ut2.settings.addons.wishlist_products.item_quantity.tooltip', 'Specify the quantity to display products in a row (only for \"Grid\")'),
('ro', 'abt__ut2.settings.addons.wishlist_products_group', '\"Wish List\" addon'),
('ro', 'abt__ut2.settings.addons.wishlist_products_group_description', 'Allows to add products to user wishlists'),
('ro', 'abt__ut2.settings.addons_description', 'Here are setting, that affect on appearance of different addons pages in theme'),
('ro', 'abt__ut2.settings.category', 'Category'),
('ro', 'abt__ut2.settings.category.description_position', 'Display category description'),
('ro', 'abt__ut2.settings.category.description_position.tooltip', 'Determines how the category description is displayed (nevertheless, regardless of the place of display, the Description field will be displayed in the code always above the product block, this is one of the recommendations of SEO audits)'),
('ro', 'abt__ut2.settings.category.description_position.variants.bottom', 'After products'),
('ro', 'abt__ut2.settings.category.description_position.variants.none', 'Don\'t display'),
('ro', 'abt__ut2.settings.category.description_position.variants.top', 'Before products'),
('ro', 'abt__ut2.settings.category.show_subcategories', 'Show subcategories on category pages'),
('ro', 'abt__ut2.settings.category.show_subcategories.tooltip', 'Allows subcategories to be displayed in categories'),
('ro', 'abt__ut2.settings.category_description', 'Here are the theme settings for Categories pages'),
('ro', 'abt__ut2.settings.features', 'Features'),
('ro', 'abt__ut2.settings.features.description_position', 'Display description of feature variant'),
('ro', 'abt__ut2.settings.features.description_position.tooltip', 'Determines how the feature description is displayed (nevertheless, regardless of the place of display, the Description field will be displayed in the code always above the product block, this is one of the recommendations of SEO audits)'),
('ro', 'abt__ut2.settings.features.description_position.variants.bottom', 'After products'),
('ro', 'abt__ut2.settings.features.description_position.variants.none', 'Don\'t display'),
('ro', 'abt__ut2.settings.features.description_position.variants.top', 'Before products'),
('ro', 'abt__ut2.settings.features_description', 'Here are the settings for the Features pages (Purpose: Brand, author, etc.)'),
('ro', 'abt__ut2.settings.general', 'General'),
('ro', 'abt__ut2.settings.general.blog_page_id', 'Blog main page ID'),
('ro', 'abt__ut2.settings.general.blog_page_id.button', 'All blog articles'),
('ro', 'abt__ut2.settings.general.blog_page_id.tooltip', 'Specify this setting to display the link \"All pages\" in the block \"Actual news\" (see Website -> Blog)'),
('ro', 'abt__ut2.settings.general.brand_feature_id', 'Brand feature ID'),
('ro', 'abt__ut2.settings.general.brand_feature_id.tooltip', 'Specify brand Feature ID (Purpose: Brand, author, etc.). Feature ID is located next to the feature name in the features list (Products -> Features in the store administrative panel).The parameter \"Show in product list\" must be checked/ticked for specified feature'),
('ro', 'abt__ut2.settings.general.enable_fixed_header_panel', 'Enable sticky menu'),
('ro', 'abt__ut2.settings.general.enable_fixed_header_panel.tooltip', 'Allows you to display a fixed panel with elements of the header. The main elements of the store header will be visible even, when scrolling'),
('ro', 'abt__ut2.settings.general.menu_min_height', 'Minimum height for the menu (only for Vertical type), px'),
('ro', 'abt__ut2.settings.general.menu_min_height.tooltip', 'The minimum height for the vertical menu block with items of the second level. It is used to make the match of the height for left and right parts of menu (well described in the theme documentation)'),
('ro', 'abt__ut2.settings.general_description', 'Here are the general theme settings, they affect the appearance and store functionality'),
('ro', 'abt__ut2.settings.load_more', 'Show more'),
('ro', 'abt__ut2.settings.load_more.before_end', 'Start for N px to the end of the page'),
('ro', 'abt__ut2.settings.load_more.before_end.tooltip', 'Used only for working mode Automatically'),
('ro', 'abt__ut2.settings.load_more.blog', 'Allow for the Blog'),
('ro', 'abt__ut2.settings.load_more.blog.tooltip', 'Allow displaying \"Show more\" button for Blog posts'),
('ro', 'abt__ut2.settings.load_more.mode', 'Paginator operation mode'),
('ro', 'abt__ut2.settings.load_more.mode.tooltip', 'Choose working mode for button Show more.<br /><b>Automatically</b> — in this mode next page will be loaded over N px before the end of page while scrolling down.<br /><b>By button click</b> — next products page will be loaded only clicking the button by the user'),
('ro', 'abt__ut2.settings.load_more.mode.variants.auto', 'Automatically'),
('ro', 'abt__ut2.settings.load_more.mode.variants.on_button_click', 'By button click'),
('ro', 'abt__ut2.settings.load_more.product_list', 'Allow for product lists'),
('ro', 'abt__ut2.settings.load_more.product_list.tooltip', 'Allow display of \"Show more\" button for categories, brands, newest pages etc.'),
('ro', 'abt__ut2.settings.load_more_description', 'Below are the settings for the \"Show more\" functional for various objects in lists (lazy pagination)'),
('ro', 'abt__ut2.settings.name', 'Name'),
('ro', 'abt__ut2.settings.products', 'Product'),
('ro', 'abt__ut2.settings.products.addon_buy_together.view', 'Way of display'),
('ro', 'abt__ut2.settings.products.addon_buy_together.view.tooltip', 'Choose way of display (added by AB: UniTheme2 theme or standard output by the tab)'),
('ro', 'abt__ut2.settings.products.addon_buy_together.view.variants.as_block_above_tabs', 'As block before product tabs'),
('ro', 'abt__ut2.settings.products.addon_buy_together.view.variants.as_tab_in_tabs', 'As product tab'),
('ro', 'abt__ut2.settings.products.addon_buy_together_group', '\"Buy together\" addon'),
('ro', 'abt__ut2.settings.products.addon_buy_together_group_description', 'Native CS-Cart add-on, which allows to display profitable offers in combination with the current product, on the page of which the user is located'),
('ro', 'abt__ut2.settings.products.addon_required_products.item_quantity', 'Show products in row'),
('ro', 'abt__ut2.settings.products.addon_required_products.item_quantity.tooltip', 'Specify the quantity products to display in a row (only for \"Grid\")'),
('ro', 'abt__ut2.settings.products.addon_required_products.list_type', 'Template'),
('ro', 'abt__ut2.settings.products.addon_required_products.list_type.tooltip', 'Choose template for displaying product list'),
('ro', 'abt__ut2.settings.products.addon_required_products.list_type.variants.compact_list', 'Compact list'),
('ro', 'abt__ut2.settings.products.addon_required_products.list_type.variants.grid_list', 'Grid'),
('ro', 'abt__ut2.settings.products.addon_required_products.list_type.variants.product_list', 'List without options'),
('ro', 'abt__ut2.settings.products.addon_required_products_group', '\"Required products\" addon'),
('ro', 'abt__ut2.settings.products.addon_required_products_group_description', 'Native CS-Cart addon \"Required products\" creates a group of products, that will be added to the cart with the product, on which page the user is located'),
('ro', 'abt__ut2.settings.products.addon_social_buttons.view', 'Show Share buttons for social networks'),
('ro', 'abt__ut2.settings.products.addon_social_buttons.view.tooltip', 'Please note, that using this option slows down the loading of the product page. Not recommended for displaying on mobile devices.'),
('ro', 'abt__ut2.settings.products.addon_social_buttons_group', 'Addon \"Social buttons\"'),
('ro', 'abt__ut2.settings.products.addon_social_buttons_group_description', 'Native CS-Cart addon \"Social Buttons\" displays Share buttons widgets for social networks'),
('ro', 'abt__ut2.settings.products.custom_block_id', 'Custom block ID / Output the block in the right column'),
('ro', 'abt__ut2.settings.products.custom_block_id.tooltip', 'Specify the custom block ID, which you want to display on the right side of the product detail page (the block must be added to the Products layout and can be turned off, a special function will add it to the intended place to bypass the CS-Cart layout system) (well described in the theme documentation)'),
('ro', 'abt__ut2.settings.products.vendor.show_ask_question_link', 'Show \"Ask a question\" link'),
('ro', 'abt__ut2.settings.products.vendor.show_ask_question_link.tooltip', 'Allows customers to communicate with the vendor using chat. Depends on \"Ask seller a question\" addon'),
('ro', 'abt__ut2.settings.products.vendor.show_logo', 'Show vendor logo'),
('ro', 'abt__ut2.settings.products.vendor.show_logo.tooltip', 'Displays the vendor\'s logo'),
('ro', 'abt__ut2.settings.products.vendor.show_name_as_link', 'Use vendor name as a link on a vendor page'),
('ro', 'abt__ut2.settings.products.vendor.show_name_as_link.tooltip', 'Allows use vendor name as a link to the page of this vendor'),
('ro', 'abt__ut2.settings.products.vendor.show_phone', 'Show vendor phone number'),
('ro', 'abt__ut2.settings.products.vendor.show_phone.tooltip', 'Allows you to display the phone number of the vendor'),
('ro', 'abt__ut2.settings.products.vendor.truncate_short_description', 'Number of characters for vendor description'),
('ro', 'abt__ut2.settings.products.vendor.truncate_short_description.tooltip', 'Allows you to limit the output of a vendor description, specify the number of displayed characters. To disable output, use the value \"0\"'),
('ro', 'abt__ut2.settings.products.vendor_group', 'Block with vendor information'),
('ro', 'abt__ut2.settings.products.vendor_group_description', 'Settings for block with vendor information on the product page'),
('ro', 'abt__ut2.settings.products.view.brand_link_behavior', 'Brand logo link behavior'),
('ro', 'abt__ut2.settings.products.view.brand_link_behavior.tooltip', 'Determines the brand logo link'),
('ro', 'abt__ut2.settings.products.view.brand_link_behavior.variants.to_brand_page', 'The link leads to brand page'),
('ro', 'abt__ut2.settings.products.view.brand_link_behavior.variants.to_category_with_filter', 'The link leads to the main product category with the selected filter by product brand'),
('ro', 'abt__ut2.settings.products.view.show_brand_logo', 'Show product brand logo'),
('ro', 'abt__ut2.settings.products.view.show_brand_logo.tooltip', 'Allow the display of product brand logo. For the setting to work, you must correctly specify Brand feature ID setting value in General tab'),
('ro', 'abt__ut2.settings.products.view.show_features', 'Show product features'),
('ro', 'abt__ut2.settings.products.view.show_features.tooltip', 'Allow displaying of selected product features (for displaying on the product page (but not in Features tab), the feature must have an active setting \"Show in header on the product details page\")'),
('ro', 'abt__ut2.settings.products.view.show_qty', 'Show quantity changer'),
('ro', 'abt__ut2.settings.products.view.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('ro', 'abt__ut2.settings.products.view.show_short_description', 'Show short description'),
('ro', 'abt__ut2.settings.products.view.show_short_description.tooltip', 'Allow the display of the \"Short description\"'),
('ro', 'abt__ut2.settings.products.view.show_sku', 'Show product code (Sku)'),
('ro', 'abt__ut2.settings.products.view.show_sku.tooltip', 'Allow product code (Sku) showing'),
('ro', 'abt__ut2.settings.products.view.show_sticky_add_to_cart', 'Show sticky block Add to cart (only for mobile devices)'),
('ro', 'abt__ut2.settings.products.view.show_sticky_add_to_cart.tooltip', 'Allow output of a fixed block with the Add to cart button at the bottom of the mobile device screen. Also depending on the state of the option \"Show quantity changer\" in the block, the changer of products quantity for the order can be shown'),
('ro', 'abt__ut2.settings.products.view_group', 'Additional displaying settings'),
('ro', 'abt__ut2.settings.products.view_group_description', 'Additional appearance settings for the product page'),
('ro', 'abt__ut2.settings.products_description', 'Here theme settings which affect the product detailed page appearance'),
('ro', 'abt__ut2.settings.product_list', 'Product lists'),
('ro', 'abt__ut2.settings.product_list.decolorate_out_of_stock_products', 'Decolorize out of stock products'),
('ro', 'abt__ut2.settings.product_list.decolorate_out_of_stock_products.tooltip', 'Applies the effect of decolorize for product items, that are out of stock. Only for lists in categories is used'),
('ro', 'abt__ut2.settings.product_list.lazy_load', 'Use images lazy load'),
('ro', 'abt__ut2.settings.product_list.lazy_load.tooltip', 'Speeds up the category page loading due to the fact, that images are loaded after the page is already loaded, images will be loaded only by users screen demand. Not compatible with activated option of setting \"Show product mini icons gallery in the product list\"'),
('ro', 'abt__ut2.settings.product_list.limit_product_variations', 'The maximum quantity of the displayed products variations'),
('ro', 'abt__ut2.settings.product_list.limit_product_variations.tooltip', 'Specify the number of available variations, that will be shown for the product in the list, if more variations are available, than specified in the setting, the remaining amount will be indicated in brackets (+ N more). Value <code>0</code> in setting will block the display of variations.'),
('ro', 'abt__ut2.settings.product_list.max_features', 'Max number of displayed features in lists'),
('ro', 'abt__ut2.settings.product_list.max_features.tooltip', 'Specify the number of features displayed in all available lists for different devices'),
('ro', 'abt__ut2.settings.product_list.price_display_format', 'Price display format'),
('ro', 'abt__ut2.settings.product_list.price_display_format.tooltip', 'Formats options (of the elements positions) of price display'),
('ro', 'abt__ut2.settings.product_list.price_display_format.variants.col', 'Option 1'),
('ro', 'abt__ut2.settings.product_list.price_display_format.variants.mix', 'Option 3'),
('ro', 'abt__ut2.settings.product_list.price_display_format.variants.row', 'Option 2'),
('ro', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content', 'Content of bottom part of the product grid item'),
('ro', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.tooltip', 'Select, what fields will be used as a additional information of the product item'),
('ro', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.description', 'Short description'),
('ro', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.features', 'Features list'),
('ro', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.features_and_variations', 'Features and variations list'),
('ro', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.none', 'Don\'t display'),
('ro', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.variations', 'Variations list'),
('ro', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_height', 'Minimum height for product cell, px'),
('ro', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_height.tooltip', 'Defines the product cell height according to your needs'),
('ro', 'abt__ut2.settings.product_list.products_multicolumns.show_brand_logo', 'Show brand logo'),
('ro', 'abt__ut2.settings.product_list.products_multicolumns.show_brand_logo.tooltip', 'Allow the brand logo displaying (requires proper assigned option \"Brand feature ID\" in the \"General\" section of theme settings and downloaded images for Brand feature variants)'),
('ro', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons', 'Show \"Add to cart\" buttons'),
('ro', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons.tooltip', 'Allow the display of the \"Add to cart\" and \"Buy now with 1-click\" buttons'),
('ro', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons_on_hover', 'Show buttons only while hovering'),
('ro', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons_on_hover.tooltip', 'Buttons \"Add to cart\" and \"Buy now with 1-click\" will be shown only while hovering on the product cell'),
('ro', 'abt__ut2.settings.product_list.products_multicolumns.show_qty', 'Show quantity changer'),
('ro', 'abt__ut2.settings.product_list.products_multicolumns.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('ro', 'abt__ut2.settings.product_list.products_multicolumns.show_sku', 'Show product code (Sku)'),
('ro', 'abt__ut2.settings.product_list.products_multicolumns.show_sku.tooltip', 'Allow product code (Sku) showing'),
('ro', 'abt__ut2.settings.product_list.products_multicolumns.show_you_save', 'Show \"You save\"'),
('ro', 'abt__ut2.settings.product_list.products_multicolumns.show_you_save.tooltip', 'Shows information about savings (amount of your savings)'),
('ro', 'abt__ut2.settings.product_list.products_multicolumns_group', 'Settings for \"Grid\" product list view'),
('ro', 'abt__ut2.settings.product_list.products_multicolumns_group_description', 'Settings for \"Grid\" product list view. Please note, that some settings allow you to control the output of functional elements for different devices separately'),
('ro', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content', 'Content under description'),
('ro', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.tooltip', 'Select, what fields will be used as the additional information of the product item'),
('ro', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.features', 'Features list'),
('ro', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.features_and_variations', 'Features and variations list'),
('ro', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.none', 'Don\'t display'),
('ro', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.variations', 'Variations list'),
('ro', 'abt__ut2.settings.product_list.products_without_options.show_amount', 'Show product availability status'),
('ro', 'abt__ut2.settings.product_list.products_without_options.show_amount.tooltip', 'Allow the display of the status of stock availability (In stock, Out of stock)'),
('ro', 'abt__ut2.settings.product_list.products_without_options.show_brand_logo', 'Show brand logo'),
('ro', 'abt__ut2.settings.product_list.products_without_options.show_brand_logo.tooltip', 'Allow the brand logo displaying (requires proper assigned option \"Brand feature ID\" in the \"General\" section of theme settings and downloaded images for Brand feature variants)'),
('ro', 'abt__ut2.settings.product_list.products_without_options.show_features', 'Show product features'),
('ro', 'abt__ut2.settings.product_list.products_without_options.show_features.tooltip', 'Allow display of selected product features (for displaying in the product list the feature must have an active setting \"Show in product list\")'),
('ro', 'abt__ut2.settings.product_list.products_without_options.show_options', 'Show product options'),
('ro', 'abt__ut2.settings.product_list.products_without_options.show_options.tooltip', 'Allow display of product options'),
('ro', 'abt__ut2.settings.product_list.products_without_options.show_qty', 'Show quantity changer'),
('ro', 'abt__ut2.settings.product_list.products_without_options.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('ro', 'abt__ut2.settings.product_list.products_without_options.show_sku', 'Show product code (Sku)'),
('ro', 'abt__ut2.settings.product_list.products_without_options.show_sku.tooltip', 'Allow product code (Sku) showing'),
('ro', 'abt__ut2.settings.product_list.products_without_options_group', 'Settings for \"List without options\" product list view'),
('ro', 'abt__ut2.settings.product_list.products_without_options_group_description', 'Settings for \"List without options\" product list view. Please note, that some settings allow you to control the output of functional elements for different devices separately'),
('ro', 'abt__ut2.settings.product_list.short_list.show_button', 'Show \"Add to cart\" button'),
('ro', 'abt__ut2.settings.product_list.short_list.show_button.tooltip', 'Allow the display of the \"Add to cart\" buttons'),
('ro', 'abt__ut2.settings.product_list.short_list.show_button_compare', 'Show \"Add to comparison list\" button'),
('ro', 'abt__ut2.settings.product_list.short_list.show_button_compare.tooltip', 'Allow the display of the \"Add to comparison list\" button'),
('ro', 'abt__ut2.settings.product_list.short_list.show_button_quick_view', 'Show \"Quick view\" button'),
('ro', 'abt__ut2.settings.product_list.short_list.show_button_quick_view.tooltip', 'Allow the display of the \"Quick view\" button'),
('ro', 'abt__ut2.settings.product_list.short_list.show_button_wishlist', 'Show \"Add to wish list\" button'),
('ro', 'abt__ut2.settings.product_list.short_list.show_button_wishlist.tooltip', 'Allow the display of the \"Add to wish list\" button'),
('ro', 'abt__ut2.settings.product_list.short_list.show_qty', 'Show quantity changer'),
('ro', 'abt__ut2.settings.product_list.short_list.show_qty.tooltip', 'Allow the display of the quantity selection field'),
('ro', 'abt__ut2.settings.product_list.short_list.show_sku', 'Show product code (Sku)'),
('ro', 'abt__ut2.settings.product_list.short_list.show_sku.tooltip', 'Allow product code (Sku) showing'),
('ro', 'abt__ut2.settings.product_list.short_list_group', 'Settings for \"Compact list\" product list view'),
('ro', 'abt__ut2.settings.product_list.short_list_group_description', 'Settings for \"Compact list\" product list view. Pay attention to the presence of addon-dependent settings. Some settings allow managing functionality elements output for different devices separately'),
('ro', 'abt__ut2.settings.product_list.show_fixed_filters_button', 'Enable fixed filter call button'),
('ro', 'abt__ut2.settings.product_list.show_fixed_filters_button.tooltip', 'When the setting is turned on when the page is scrolled, a button for calling filters will appear.'),
('ro', 'abt__ut2.settings.product_list.show_gallery', 'Show product mini icons gallery in the product list'),
('ro', 'abt__ut2.settings.product_list.show_gallery.tooltip', 'Activates the option of scrolling the product photos mini gallery in the lists. Applies only to the product list with the \"Grid\" output template'),
('ro', 'abt__ut2.settings.product_list.show_rating', 'Display product rating'),
('ro', 'abt__ut2.settings.product_list.show_rating.tooltip', 'Allows to display product rating stars'),
('ro', 'abt__ut2.settings.product_list_description', 'Here are the product lists settings of the theme, that affect the output for all product blocks and product lists on categories, search, features pages. Note: blocks can have their own settings and not use selected parameters. The presence of the <i class=\"icon-is-addon\"></i> icon for the setting means, that it is dependent on the presence of an addon, that needs to be turned on'),
('ro', 'abt__ut2.settings.value', 'Value for all devices'),
('ro', 'abt__ut2.settings.value.desktop', 'Value for Desktop'),
('ro', 'abt__ut2.settings.value.mobile', 'Value for Phone'),
('ro', 'abt__ut2.settings.value.tablet', 'Value for Tablet'),
('ro', 'abt__ut2.settings.vendor', 'Vendor'),
('ro', 'abt__ut2.settings.vendor.show_ask_question_link', 'Display \"Ask a question\" link'),
('ro', 'abt__ut2.settings.vendor.show_ask_question_link.tooltip', 'Allows customers to communicate with the vendor using chat. Depends on \"Ask seller a question\" addon'),
('ro', 'abt__ut2.settings.vendor.truncate_short_description', 'Number of characters for vendor description'),
('ro', 'abt__ut2.settings.vendor.truncate_short_description.tooltip', 'Allows you to limit the output of vendor short description, specify the number of displayed characters. To disable output, use the value \"0\"'),
('ro', 'abt__ut2.settings.vendor_description', 'Block with vendor information on the vendor\'s page'),
('ro', 'abt__ut2.sort_by_bestsellers_asc', 'Bestselling: Low to High'),
('ro', 'abt__ut2.sort_by_bestsellers_desc', 'Bestselling First'),
('ro', 'abt__ut2.sort_by_company_asc', 'Sort by alphabetical: A to Z'),
('ro', 'abt__ut2.sort_by_company_desc', 'Sort by alphabetical: Z to A'),
('ro', 'abt__ut2.sort_by_null_asc', 'Without sorting'),
('ro', 'abt__ut2.sort_by_on_sale_asc', 'Discount: Low to High'),
('ro', 'abt__ut2.sort_by_on_sale_desc', 'Discount: High to Low'),
('ro', 'abt__ut2.sort_by_popularity_asc', 'Popularity: Low to High'),
('ro', 'abt__ut2.sort_by_popularity_desc', 'Popular First'),
('ro', 'abt__ut2.sort_by_position_asc', 'Position: Low to High'),
('ro', 'abt__ut2.sort_by_position_desc', 'Position: High to Low'),
('ro', 'abt__ut2.sort_by_price_asc', 'Price: Low to High'),
('ro', 'abt__ut2.sort_by_price_desc', 'Price: High to Low'),
('ro', 'abt__ut2.sort_by_product_asc', 'from A to Z'),
('ro', 'abt__ut2.sort_by_product_desc', 'from Z to A'),
('ro', 'abt__ut2.sort_by_rating_asc', 'Sort by rating: Low to High'),
('ro', 'abt__ut2.sort_by_rating_desc', 'Sort by rating'),
('ro', 'abt__ut2.sort_by_timestamp_asc', 'Oldest Items First'),
('ro', 'abt__ut2.sort_by_timestamp_desc', 'Newest Items First'),
('ro', 'abt__ut2.upgrade_notifications.4.10.2.d.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update used layout.'),
('ro', 'abt__ut2.upgrade_notifications.4.10.2.d.new_layouts.title', 'New layout \"Checkout\" is available!'),
('ro', 'abt__ut2.upgrade_notifications.4.10.3.a.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('ro', 'abt__ut2.upgrade_notifications.4.10.3.a.new_layouts.title', 'We recommend to update the used layout!'),
('ro', 'abt__ut2.upgrade_notifications.4.10.3.b.added_compatibility_with_ab__ia.text', 'For users of <a target=\"_blank\" href=\"https://cs-cart.alexbranding.com/en/addon-intellectual-analogues-accessories-by-features.html\">AB: Intellectual selection of products</a> addon starting from version 2.6.0: special places for displaying a block of selected products were added in theme (optionally above or below the product tabs, taking into account the display settings for various devices).'),
('ro', 'abt__ut2.upgrade_notifications.4.10.3.b.added_compatibility_with_ab__ia.title', 'Fixed compatibility with \"AB: Intellectual selection of products\" addon'),
('ro', 'abt__ut2.upgrade_notifications.4.10.4.b.added_new_less_settings.text', '<p>In this version, we have significantly expanded the settings for \"color schemes\" and grouped them into tabs corresponding to their place of application and functional purpose.</p><p><b>IMPORTANT!!!</b></p><p>After the upgrade, your current color scheme will work as before. To use the new settings you need to perform one of the variants: <ol><li>or adjust the current used color scheme. To do this, go to the page AB: Addons → AB: UniTheme2 → Color scheme settings, select the active color scheme and set the necessary values for all settings;</li><li>or create a new color scheme using the \"Theme Editor\" based on the color schemes available in this version.</li></ol></p><p>List of new color scheme settings (AB: Addons → AB: UniTheme2 → Color scheme settings):<ul><li>General → Display headers in capital letters;</li><li>General → Buttons → Display text in capital letters;</li><li>General → Buttons → Add shadow;</li><li>General → Buttons → Add bulk;</li><li>General → Labels (stickers) → Use border style;</li> <li>General → Labels (stickers) → Add shadow;</li><li>General → Labels (stickers) → Add shadow for text;</li><li>Containers → Header → Add dividing strips;</li><li>Containers → Header → Color for hovering over a first level menu item;</li><li>Containers → Header → Color for hovering over the elements \"Categories\", \"Account\" and \"Cart\";</li><li>Containers → Header → The color of the icons for elements \"Categories\", \"Account\" and \"Cart\";</li><li>Product → Set individual color for \"Add to cart\" button.</li></ul><p>'),
('ro', 'abt__ut2.upgrade_notifications.4.10.4.b.added_new_less_settings.title', 'We recommend to update the used color scheme (Style) settings!'),
('ro', 'abt__ut2.upgrade_notifications.4.11.3.b.ab__deal_of_the_day.text', 'For theme version v4.11.3.b is needed the add-on \"AB: Product of the day and extended promotions\" version v3.2.0 to provide the correct display of the add-on elements in the theme.'),
('ro', 'abt__ut2.upgrade_notifications.4.11.3.b.ab__deal_of_the_day.title', 'Attention! The update of the \"AB: Product of the day and extended promotions\" add-on is needed'),
('ro', 'abt__ut2.upgrade_notifications.4.11.3.b.brands_page_will_be_removed.text', 'The functionality of the Brands page will be moved and expanded into the separate add-on <a href=\"https://cs-cart.alexbranding.com/en/seo-for-brands.html\" target=\"_blank\">AB: SEO for Brands</a> from the next version of the theme. It is available in the package <a href=\"https://cs-cart.alexbranding.com/en/seo-package.html\" target=\"_blank\">SEO</a>.'),
('ro', 'abt__ut2.upgrade_notifications.4.11.3.b.brands_page_will_be_removed.title', 'Attention! The removing of Brands page functionality is planned'),
('ro', 'abt__ut2.upgrade_notifications.4.11.3.c.brands_page_was_removed.text', 'Functionality of the Brands page was moved out and expanded to the separate add-on <a href=\"https://cs-cart.alexbranding.com/ru/seo-dlya-brendov.html\" target=\"_blank\">AB: SEO for Brands</a> that is available in the package <a href=\"https://cs-cart.alexbranding.com/ru/paket-moduley-seo.html\" target=\"_blank\">SEO</a>. In the absence of the specified add-on, theme will still use outdated functionality, which will be permanently removed in the next releases.'),
('ro', 'abt__ut2.upgrade_notifications.4.11.3.c.brands_page_was_removed.title', 'Attention! The Brands page functionality was moved out to the separate add-on.'),
('ro', 'abt__ut2.upgrade_notifications.recommend_to_update_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('ro', 'abt__ut2.upgrade_notifications.recommend_to_update_layouts.title', 'We recommend to update the used layout!'),
('ro', 'abt__ut2.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the theme in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-118\">List of releases</a>.'),
('ro', 'abt__ut2.upgrade_notifications.title', 'AB: UniTheme2 was successfully updated to v[ver]!'),
('ro', 'abt__ut2_advanced_subcategories_menu', 'AB: Advanced subcategories menu'),
('ro', 'abt__ut2_banner_carousel_combined', 'AB: Advanced banner (Carousel)'),
('ro', 'abt__ut2_banner_combined', 'AB: Advanced banner'),
('ro', 'abt__ut2_bt.combinations_generated', 'Generated [n] comb.'),
('ro', 'abt__ut2_bt.empty_data', 'Choose products for combinations'),
('ro', 'abt__ut2_bt.form.find_by_additional_product', 'Find by additional product'),
('ro', 'abt__ut2_bt.form.find_by_base_product', 'Find by base product'),
('ro', 'abt__ut2_bt.form.find_by_name', 'Find by name'),
('ro', 'abt__ut2_buy_together.editing', 'Editing'),
('ro', 'abt__ut2_buy_together.generate', 'AB: \"Buy together\" generator'),
('ro', 'abt__ut2_buy_together.manage', 'AB: \"Buy together\" manage'),
('ro', 'abt__ut2_light_menu', 'AB: Fly menu'),
('ro', 'abt__ut2_mv.autoinstall.add_layouts', 'Added layouts for Multi-Vendor'),
('ro', 'abt__ut2_mv.help', 'Help'),
('ro', 'abt__ut2_mv.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/abt__unitheme2_mv.doc\'>the documentation</a>.'),
('ro', 'abt__ut2_mv.product_page_vendor_settings', 'Vendor settings on product page'),
('ro', 'abt__ut2_mv.upgrade_notifications.4.10.2.b.new_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('ro', 'abt__ut2_mv.upgrade_notifications.4.10.2.b.new_layouts.title', 'We recommend to update the used layout!'),
('ro', 'abt__ut2_mv.upgrade_notifications.4.11.2.a.new_settings.text', '<h3>Block with information about the vendor on the product page</h3><p>To edit this settings go to: Admin panel → AB: Addons → AB: UniTheme2 → Theme settings, go to Product tab and find section Block with vendor information:</p><ul><li>Use vendor name as a link on a vendor page;</li><li>Show vendor logo;</li><li>Number of characters for vendor description;</li><li>Show vendor phone number;</li><li>Show \"Ask a question\" link.</li></ul><h3>Block with information about the vendor on the vendor\'s page</h3><p>To edit this settings go to: Admin panel → AB: Addons → AB: UniTheme2 → Theme settings, go to Vendor tab:</p><ul><li>Number of characters for vendor description;</li><li>Display \"Ask a question\" link.</li></ul>'),
('ro', 'abt__ut2_mv.upgrade_notifications.4.11.2.a.new_settings.title', 'Added new settings'),
('ro', 'abt__ut2_mv.upgrade_notifications.recommend_to_update_layouts.text', 'Use the following <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2.doc#p-142\">instruction</a> to update the used layout.'),
('ro', 'abt__ut2_mv.upgrade_notifications.recommend_to_update_layouts.title', 'We recommend to update the used layout!'),
('ro', 'abt__ut2_mv.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the theme in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/abt__unitheme2_mv.doc#p-1276\">List of releases</a>.'),
('ro', 'abt__ut2_mv.upgrade_notifications.title', 'AB: UniTheme2 (Multi-Vendor) was successfully updated to v[ver]!'),
('ro', 'abt__ut2_mv.vendor_settings_tab', 'Vendor settings on vendor page'),
('ro', 'abt__ut2_selected_filters', 'AB: Selected filter variants'),
('ro', 'abt__ut2_show_title', 'Show title'),
('ro', 'abt__ut2_thumbnail_height', 'Scroller thumbnail height'),
('ro', 'abt__ut2_view_more_btn_behavior', 'AB: Behaviour for the \"More\" button'),
('ro', 'abt__ut2_view_more_btn_behavior.tooltip', 'The setting determines the behavior variants of the button and will display the hidden menu elements when hover the mouse cursor or it will transfer to the parent menu item'),
('ro', 'abt__ut2_view_more_btn_behavior_trigger_parent_link', 'Go to the parent menu item link'),
('ro', 'abt__ut2_view_more_btn_behavior_view_items', 'Show hidden items'),
('ro', 'abt__ut2__mainbox_general', 'AB: Main block (SEO)'),
('ro', 'abt__ut2__mainbox_simple', 'AB: Simplified block'),
('ro', 'abt__ut2__scroller_advanced', 'AB: Scroller advanced'),
('ro', 'abt__ut2__sidebox_general', 'AB: Secondary block'),
('ro', 'abt__ut2__sidebox_important', 'AB: Secondary framed block'),
('ro', 'abt__ut2__swipe', 'AB: Swipe block'),
('ro', 'ab__addons', 'AB: Add-ons'),
('ro', 'ab__addons_manager', 'AB: Add-ons Manager'),
('ro', 'ab__am.addon.action.install_addon', 'New version <code>v[ver]</code> is available for you'),
('ro', 'ab__am.addon.action.install_addon.button.tooltip', 'By clicking on this button, the v[ver] of add-on will be automatically downloaded and installed to bypass the standard installation of CS-Cart. You also have the possibility to install the add-on in a standard way by downloading the version of the add-on, compatible with your store on the page My Profile → Orders page on the <a href=\'https://cs-cart.alexbranding.com/en/orders/\'>cs-cart.alexbranding.com </a>'),
('ro', 'ab__am.addon.action.install_addon.button.value', 'Install v[ver]');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('ro', 'ab__am.addon.action.not_tested_yet', 'The installed version <code>v[ver]</code> has not yet passed testing for your version of the store <b>[cscart]</b>'),
('ro', 'ab__am.addon.action.require_update', 'To install the add-on or updates, please, update <b>AB: Add-ons Manager</b> to the actual version <code>v[ver]<code>'),
('ro', 'ab__am.addon.action.unavailable_addon', 'The add-on is not available for you (either due to incompatibility with your version of the CS-Cart <b>[cscart]</b> or your subscription for updates has expired)'),
('ro', 'ab__am.addon.action.update_addon', 'Update <code>v[ver]</code> is available for you'),
('ro', 'ab__am.addon.action.update_addon.button.tooltip', 'If the update is not available through the CS-Cart Upgrade Center, uninstall the add-on on the page <b> Add-ons → Manage Add-ons</b> and v[ver] will be available for installation on this page'),
('ro', 'ab__am.addon.action.update_addon.button.value', 'Update to v[ver]'),
('ro', 'ab__am.addon.action.wait_new_version', 'The latest version <code>v[ver]</code> is compatible with <b>[cscart]</b> according to your subscription'),
('ro', 'ab__am.addon.button_buy_updates.text', 'Renew your subscription to the add-on'),
('ro', 'ab__am.addon.button_buy_updates.tooltip', 'Renew the subscription to get the latest updates'),
('ro', 'ab__am.addon.button_download_am.note', '<p>AB: Add-ons manager is necessary for the proper operation of our solutions.It organizes your add-ons and groups them by sets. Unobtrusively notifying you about new available updates of the add-on, and gives the opportunity to update them in one click.Also, you can easily extend the subscription to our solutions and get the most current version of the add-on. We constantly update add-ons to make them as useful to you, as possible.<p>Please note, that in order to install and/or update the add-ons, you must have the latest version of AB: Add-ons Manager v[ver]. You will be informed about the release of the new version of the add-on and a link will be provided for downloading add-on archive.</p><hr><p></b>How to update AB: Add-ons Manager to v[ver]?</b></p><ol><li>When a notification appears about the availability of the new version of AB: Add-ons Manager, download the archive;</li><li>Close the storefront. (To do this go to Settings → General → Close storefront - set the checkbox and click on the [Save] button, close for just 2 minutes);</li><li>Delete AB: Add-ons Manager (To do this, go to Add-ons → Manage Add-ons → AB: Add-ons Manager: Delete);</li><li>Install archive of AB: Add-ons Manager from step 1 (To do this, on the Add-ons → Manage add-ons → button [+]: select the previously downloaded archive from step 1);</li><li>Clear the cache (Go to the menu item Administration → Storage → Clear Cache);</li><li>Open the storefront. (To do this, go to Settings → General → Close storefront - uncheck the checkbox and click the [Save] button);</li></ol>'),
('ro', 'ab__am.addon.button_download_am.text', 'Download'),
('ro', 'ab__am.addon.changelog', 'List of changes'),
('ro', 'ab__am.addon.doc', 'Documentation'),
('ro', 'ab__am.addon.msg.available_version_is_installed', 'The latest available version of the add-on is installed'),
('ro', 'ab__am.addon.msg.expired_subscription', 'Only v[ver] is available to your store. Renew the subscription to get the actual version of the add-on'),
('ro', 'ab__am.addon.msg.final_version_is_installed', 'The Actual version of the add-on is installed'),
('ro', 'ab__am.addon.msg.not_available', 'The add-on is not available for your store!'),
('ro', 'ab__am.addon.new_version_is_available', 'v[ver] from [date]'),
('ro', 'ab__am.addon.new_version_is_available.tooltip', 'New version v[ver] is available from [date]'),
('ro', 'ab__am.addon.settings', 'Add-on settings'),
('ro', 'ab__am.addon.status.a', 'Add-on status is \"Active\"'),
('ro', 'ab__am.addon.status.d', 'Add-on status is \"Inactive\"'),
('ro', 'ab__am.addon.status.n', 'Add-on status is \"Not installed yet\"'),
('ro', 'ab__am.addon.subscription.active', 'Subscription is active until [date]'),
('ro', 'ab__am.addon.subscription.exp', 'Your subscription for updates has expired<b>[date]</b>. To access the current add-on versions, you must buy a subscription.'),
('ro', 'ab__am.addon.subscription.exp.button.tooltip', 'Buy subscription to get access to the current add-on versions'),
('ro', 'ab__am.addon.subscription.exp.button.value', 'Buy subscription'),
('ro', 'ab__am.addon.subscription.expired', 'Subscription expired on [date]. Renew subscription to get actual add-on versions'),
('ro', 'ab__am.addon.subscription.ok', 'Your subscription is active until <b>[date]</b>'),
('ro', 'ab__am.addon.subscription.ok.button.tooltip', 'Renew subscription to get access to the current add-on versions'),
('ro', 'ab__am.addon.subscription.ok.button.value', 'Renew subscription'),
('ro', 'ab__am.addon.subscription_updates', 'Updates are available until [date]'),
('ro', 'ab__am.addon.table_head.actions', 'Actions'),
('ro', 'ab__am.addon.table_head.addon', 'Add-on name'),
('ro', 'ab__am.addon.table_head.note', 'Note'),
('ro', 'ab__am.addon.table_head.subscription', 'Subscription'),
('ro', 'ab__am.addon.table_head.versions', 'Versions'),
('ro', 'ab__am.addon.table_head.versions.tooltip', 'List of variants: Installed, Available and Actual'),
('ro', 'ab__am.addon.update_instruction', 'Procedure of updating'),
('ro', 'ab__am.addon.versions.available', 'Available'),
('ro', 'ab__am.addon.versions.final', 'Actual'),
('ro', 'ab__am.addon.versions.installed', 'Installed'),
('ro', 'ab__am.addon.version_info', '<b>Release date</b>: [date]<br><b>Compatibility</b>:<br>CS-Cart: [ultimate]<br>Multivendor: [multivendor]'),
('ro', 'ab__am.addons', 'AB: List of available sets/add-ons'),
('ro', 'ab__am.addons_sets.notes', '<h4>Basic concepts</h4><p><u>The installed version</u> is the version of the add-on, that is currently installed on your store.</p><p><u>The available version</u> is the latest version of the add-on, that is available for you to install and/or update within the prepaid subscription for updates. For example, for the add-on there are versions v2.0 from February 15, 2019 and v2.1 from March 2, 2019 and your subscription to the add-on updates ended on March 1, 2019, then the latest available version for you will be version v2.0 from 15 February 2019. To receive version v2.1 of March 2, 2019, it is necessary to renew the subscription period.</p><p><u>The actual version</u> is the latest version of the add-on at the moment. We recommend you always update to the actual version, which contains fixed bugs and new useful functionality.</p><p><u>The add-on is not available for your store</u> — it is possible, the version of your CS-Cart does not correspond to the minimum acceptable version for the add-on. For example, the YoupiTheme is available only for CS-Cart 4.7.x and more.</p><br><h4>Installation process</h4><p>The installation of the add-on has never been so simple as it is now. After purchasing AlexBranding add-ons and installing <b>AB: Add-ons Manager</b> you can install the latest version of the add-on in one click, without any visits to the personal cabinet in the store, order search, downloading of archives, etc.</p><br><h4>Upgrade process</h4><p>Add-ons updating goes via CS-Cart <b>Upgrade Center</b>. If there is no update available in the CS-Cart Upgrade Center, the update is performed by Deinstallation the old version of the add-on and Installing the new version</p><br><h4>Cache</h4><p>After installing and/or updating, you must reset CS-Cart cache. See CS-Cart <a target=\'_blank\' href=\'https://docs.cs-cart.com/4.7.x/developer_guide/getting_started/cache_clearing.html\'>documentation</a> for more details.</p>'),
('ro', 'ab__am.available_addons', 'List of available AB: Add-ons'),
('ro', 'ab__am.available_sets', 'List of available AB: Sets'),
('ro', 'ab__am.filter', 'Filter ([active] from [total])'),
('ro', 'ab__am.go_to_all_stores', 'AB: Add-ons are available only in the <a href=\'[link]\'>All stores</a> mode.'),
('ro', 'ab__am.install.checking', '[name] — <b>checking</b>'),
('ro', 'ab__am.install.clearing_cache', 'Clearing cache'),
('ro', 'ab__am.install.downloading', '[name] — <b>downloading</b>'),
('ro', 'ab__am.install.install', 'The installation process'),
('ro', 'ab__am.install.installing', '[name] — <b>installing</b>'),
('ro', 'ab__am.install.update', 'The update process'),
('ro', 'ab__am.menu.available_update', 'Update available'),
('ro', 'ab__am.menu.available_updates', 'Updates available'),
('ro', 'ab__am.menu.new_version', 'v[ver]'),
('ro', 'ab__am.menu.number_of_notifications', 'Number of notifications'),
('ro', 'ab__am.menu.number_of_updates', 'Number of updates'),
('ro', 'ab__am.msg.addon_is_already_installed', 'You have already installed the add-on <b>[name]</b> the latest version <b>[version]</b>'),
('ro', 'ab__am.msg.addon_is_already_installed_upd', 'You have already installed the add-on <b>[name]</b> the latest version <b>[version]</b>, you can perform the add-on update to version <b>[version_last]</b>'),
('ro', 'ab__am.msg.error_code', 'Error Code'),
('ro', 'ab__am.msg.no_permissions', 'No write permission'),
('ro', 'ab__am.msg.update_am', 'To install and/or update our add-ons, you should update AB: Add-ons Manager to the latest version <b>v[ver]</b>!'),
('ro', 'ab__am.note', 'More info'),
('ro', 'ab__am.notifications', 'List of notifications from AlexBranding'),
('ro', 'ab__am.notifications.notes', 'In this section you will find information about our news and promotions. Regularly we will inform you about the releases of our new solutions, discounts or closed promotions, available only for you.'),
('ro', 'ab__am.no_data', 'To use AlexBranding add-ons and/or sets, your domain <b>[domain]</b> must be licensed.<br>In the case of absence of the domain <b>[domain]</b> in the list of licensed domains, all AlexBranding solutions will be automatically turned off. <br>Contact <b>info@alexbranding.com</b> for problem solving.'),
('ro', 'ab__am.no_data.notification', 'Due to the fact, that your domain [domain] is not included in the list of licensed, some AlexBranding add-ons have been automatically turned off. <a href=\'[link]\'>More info</a>.'),
('ro', 'ab__am.order', '(Order #[order_id])'),
('ro', 'ab__am.our_store', 'AlexBranding\'s store'),
('ro', 'ab__am.set.available_updates', 'New versions are available: [n]'),
('ro', 'ab__am.set.button_buy_updates.text', 'Renew your subscription to the set'),
('ro', 'ab__am.set.button_buy_updates.tooltip', 'Update subscription expired [date]. Renew the subscription for the latest updates'),
('ro', 'ab__am.set.set', 'Set name'),
('ro', 'ab__am.set.subscription_updates', 'Updates are available until [date]'),
('ro', 'ab__am.submit.install.text', 'Install version v[ver]'),
('ro', 'ab__am.submit.tooltip', 'Keep in mind that before installing/updating all files of this add-on will be deleted, including your changes in this add-on. If you have any files - be sure to save them. [update_info]'),
('ro', 'ab__am.submit.tooltip.update_info', 'Be sure to remember add-on settings to restore them after the update if they are'),
('ro', 'ab__am.submit.update.text', 'Update to version v[ver]'),
('ro', 'ab__am.submit.update.tooltip', ''),
('ro', 'ab__am.subscription', 'Subscribe to our channels to be the first<br>to know about new releases and promotions!'),
('ro', 'ab__am.subscription.channels.variant.email.href', 'https://cs-cart.alexbranding.com/en/subscription-en.html'),
('ro', 'ab__am.subscription.channels.variant.email.title', 'Email'),
('ro', 'ab__am.subscription.channels.variant.facebook.href', 'https://fb.me/AlexBrandingEn'),
('ro', 'ab__am.subscription.channels.variant.facebook.title', 'Facebook'),
('ro', 'ab__am.subscription.channels.variant.instagram.href', 'https://www.instagram.com/alexbrandingteam/'),
('ro', 'ab__am.subscription.channels.variant.instagram.title', 'Instagram'),
('ro', 'ab__am.subscription.channels.variant.telegram.href', 'https://t.me/alexbranding_en'),
('ro', 'ab__am.subscription.channels.variant.telegram.title', 'Telegram'),
('ro', 'ab__am.subscription.channels.variant.twitter.href', 'https://twitter.com/alexbranding_en'),
('ro', 'ab__am.subscription.channels.variant.twitter.title', 'Twitter'),
('ro', 'ab__am.subscription.channels.variant.whatsapp.href', 'https://chat.whatsapp.com/GzW9eZjXH6YL2b0d9gitvk'),
('ro', 'ab__am.subscription.channels.variant.whatsapp.title', 'WhatsApp'),
('ro', 'ab__am.subscription.channels.variant.youtube.href', 'https://www.youtube.com/channel/UCTkiV2DqPqQaLOyWZzBFjaA'),
('ro', 'ab__am.subscription.channels.variant.youtube.title', 'Youtube'),
('ro', 'ab__category_banners', 'AB: Banners for categories'),
('ro', 'ab__category_banners.add', 'Add banner for category'),
('ro', 'ab__category_banners.adding', 'Adding banner for category'),
('ro', 'ab__category_banners.demodata', 'Demo data'),
('ro', 'ab__category_banners.editing', 'Editing banner for category'),
('ro', 'ab__category_banners.export', 'Data export'),
('ro', 'ab__category_banners.help', 'Help'),
('ro', 'ab__category_banners.manage', 'Banners management'),
('ro', 'ab__cb.autoinstall.banners_created', 'Demo category banners [banners] is created successfully'),
('ro', 'ab__cb.autoinstall.banners_not_created', 'Failed to create demo category banners'),
('ro', 'ab__cb.autoinstall.no_category', 'Available category not found'),
('ro', 'ab__cb.autoinstall.no_demodata', 'File with demo data is missing'),
('ro', 'ab__cb.banner_position', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
('ro', 'ab__cb.cat_banner', 'banner for category'),
('ro', 'ab__cb.cron_links', '<p>For an automatic switching off of expired banners - use one of these links:<b/r><br/><code>[cron_cmd]</code><br/>or<br/><code>[cron_url]</code></p>'),
('ro', 'ab__cb.datatime', 'date/time'),
('ro', 'ab__cb.demodata.table.action', 'Action'),
('ro', 'ab__cb.demodata.table.add_banners', 'Add banners'),
('ro', 'ab__cb.demodata.table.description', 'Demo data'),
('ro', 'ab__cb.demodata_description', 'Demo data can be downloaded on this page'),
('ro', 'ab__cb.errors.cron_key', '<p>Warning! The value <code>[value]</code> of the setting <code>Cron key</code> doesn\'t meet the safety requirements</p>'),
('ro', 'ab__cb.export.actions.banners', 'Banners export'),
('ro', 'ab__cb.export.actions.banners.placeholder', 'Banners ID'),
('ro', 'ab__cb.export.table.action', 'Action'),
('ro', 'ab__cb.export.table.data', 'Data for export'),
('ro', 'ab__cb.export.table.description', 'Data export'),
('ro', 'ab__cb.export_description', 'Addon data can be exported on this page'),
('ro', 'ab__cb.form.friday', 'Friday'),
('ro', 'ab__cb.form.from_date', 'Active from date/time'),
('ro', 'ab__cb.form.grid_image', 'Images for an output as a grid'),
('ro', 'ab__cb.form.include_subcategories', 'Show in subcategories'),
('ro', 'ab__cb.form.list_image', 'Images for an output as a list without options'),
('ro', 'ab__cb.form.monday', 'Monday'),
('ro', 'ab__cb.form.m_turn_off', 'Switch off selected'),
('ro', 'ab__cb.form.m_turn_on', 'Switch on selected'),
('ro', 'ab__cb.form.position', 'Position'),
('ro', 'ab__cb.form.saturday', 'Saturday'),
('ro', 'ab__cb.form.sunday', 'Sunday'),
('ro', 'ab__cb.form.target_blank', 'Open banner link in a new window'),
('ro', 'ab__cb.form.thursday', 'Thursday'),
('ro', 'ab__cb.form.to_date', 'Active to date/time'),
('ro', 'ab__cb.form.tuesday', 'Tuesday'),
('ro', 'ab__cb.form.url', 'Link'),
('ro', 'ab__cb.form.wednesday', 'Wednesday'),
('ro', 'ab__cb.help.cron.title', 'Automatic switching off of expired banners'),
('ro', 'ab__cb.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__category_banners.doc\'>documentation</a>.'),
('ro', 'ab__cb.settings', 'General settings'),
('ro', 'ab__cb.set_from_and_to', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('ro', 'ab__cb.upgrade_notifications.2.0.0.text', 'Banners behavier has been changed. The output of several banners at the same time is allowed. They will be displayed in random order at the specified positions. Check the settings and change the position of the banners if necessary.'),
('ro', 'ab__cb.upgrade_notifications.2.0.0.title', 'Multiple banners output'),
('ro', 'ab__deal_of_the_day', 'AB: Product of the day and extended promotions'),
('ro', 'ab__deal_of_the_day_title_product', 'Promotions'),
('ro', 'ab__dotd.add_promotions', 'Add promotions'),
('ro', 'ab__dotd.add_promotions_and_close', 'Add promotions and close'),
('ro', 'ab__dotd.all_promotions', 'Also in promotions'),
('ro', 'ab__dotd.all_promotions.title', 'View all promotions for this product'),
('ro', 'ab__dotd.all_promotions_list', 'All promotions list'),
('ro', 'ab__dotd.autoinstall.no_demodata', 'File with demo data is missing'),
('ro', 'ab__dotd.autoinstall.promotions_created', 'Demo promotions [promotions] is created successfully'),
('ro', 'ab__dotd.autoinstall.promotions_not_created', 'Failed to create demo promotions'),
('ro', 'ab__dotd.block.priority', 'Priority'),
('ro', 'ab__dotd.chains_list.title', 'Products combinations'),
('ro', 'ab__dotd.choose_promotion', 'Choose promotion'),
('ro', 'ab__dotd.clear_filter', 'Clear filter'),
('ro', 'ab__dotd.counter.days', 'days'),
('ro', 'ab__dotd.counter.hours', 'hours'),
('ro', 'ab__dotd.counter.minutes', 'minutes'),
('ro', 'ab__dotd.counter.months', 'months'),
('ro', 'ab__dotd.counter.seconds', 'seconds'),
('ro', 'ab__dotd.counter.years', 'years'),
('ro', 'ab__dotd.days_left', '<span>[n]</span> day left|<span>[n]</span> days left'),
('ro', 'ab__dotd.days_to_start', '<span>[n]</span> day to start|<span>[n]</span> days to start'),
('ro', 'ab__dotd.demodata', 'Demo data'),
('ro', 'ab__dotd.demodata.table.action', 'Action'),
('ro', 'ab__dotd.demodata.table.add_promotions', 'Adding promotions'),
('ro', 'ab__dotd.demodata.table.description', 'Demo data'),
('ro', 'ab__dotd.demodata_description', 'Installing demo data page'),
('ro', 'ab__dotd.detailed', 'Promotion details'),
('ro', 'ab__dotd.error.use_schedule_is_on', 'When using the \"AB: Promotion schedule\" available period changes are not available'),
('ro', 'ab__dotd.form.filter', 'Use filter by category'),
('ro', 'ab__dotd.form.h1', 'h1 tag'),
('ro', 'ab__dotd.form.hide_products_block', 'Hide products block'),
('ro', 'ab__dotd.form.list_image', 'Image for promotions list'),
('ro', 'ab__dotd.form.meta_description', 'Meta tag <code>description</code>'),
('ro', 'ab__dotd.form.meta_keywords', 'Meta tag <code>keywords</code>'),
('ro', 'ab__dotd.form.page_image', 'Image for promotion page'),
('ro', 'ab__dotd.form.page_title', 'Page title'),
('ro', 'ab__dotd.form.use_products_filter', 'Use filter by products'),
('ro', 'ab__dotd.form.use_schedule', 'Use schedule'),
('ro', 'ab__dotd.form.use_schedule.tooltip', 'If you activate this option, the standard promotion setting \"Use available period\" will be disabled and the promotion activity will be determined by the Schedule that you can set in this tab interface. Conversely, if you disable this setting, the standard option \"Use available period\" will controls the activity of the promotion.'),
('ro', 'ab__dotd.from', 'from'),
('ro', 'ab__dotd.get_more_combinations', 'Show more [n] combination|Show more [n] combinations'),
('ro', 'ab__dotd.help', 'Help'),
('ro', 'ab__dotd.layouts', 'Layouts'),
('ro', 'ab__dotd.layouts.choose_layout_to_reset', 'Choose layout to reset'),
('ro', 'ab__dotd.layouts.header', 'There are displaying all layout pages, added by the addon, on this page. You can reset pages in any layout to the default state. Also you can download xml-file of a layout page and import it manually.'),
('ro', 'ab__dotd.layouts.layout_is_not_found', 'Layout is not found'),
('ro', 'ab__dotd.layouts.layout_was_reset', 'Layout was reset'),
('ro', 'ab__dotd.layouts.table.action', 'Action'),
('ro', 'ab__dotd.layouts.table.dispatch', 'Dispatch'),
('ro', 'ab__dotd.layouts.table.dispatch_description', 'Type of the layout page'),
('ro', 'ab__dotd.layouts.table.get_file', 'Get file'),
('ro', 'ab__dotd.layouts.table.layouts', 'Layouts'),
('ro', 'ab__dotd.less', 'Less'),
('ro', 'ab__dotd.more', 'More'),
('ro', 'ab__dotd.page_action_period', 'Promotion period:'),
('ro', 'ab__dotd.promotion_awaited', 'Promotion is awaiting'),
('ro', 'ab__dotd.promotion_expired', 'Promotion is ended'),
('ro', 'ab__dotd.schedule.table_header', 'Time and Date'),
('ro', 'ab__dotd.settings', 'General settings'),
('ro', 'ab__dotd.showed_combinations', 'Shown [n] from [total]'),
('ro', 'ab__dotd.sort.created', 'by creation date'),
('ro', 'ab__dotd.sort.name', 'by name'),
('ro', 'ab__dotd.sort.priority', 'by priority'),
('ro', 'ab__dotd.sort.to_date', 'by ending date'),
('ro', 'ab__dotd.tab.ab__dotd_schedule_header', 'Use the time range selection for each day of each month to specify the promotion activity period. When setting the schedule, refer to that left mouse button - select, right mouse button - unselect'),
('ro', 'ab__dotd.to', 'to'),
('ro', 'ab__dotd.today_only', 'Only today'),
('ro', 'ab__dotd_awaited_promotions', 'Awaiting promotions'),
('ro', 'ab__dotd_expired_promotions', 'Ended promotions'),
('ro', 'ab__dotd_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__deal_of_the_day.doc\'>documentation</a>'),
('ro', 'ab__dotd_product_label', 'Promotion'),
('ro', 'ab__dotd_schedule', 'AB: Promotion schedule'),
('ro', 'ab__dotd_scroller', 'Promotions scroller'),
('ro', 'ab__dotd_sorted_promotions', 'Active promotions'),
('ro', 'ab__dotd_time_awaited_left', 'To start promotion remains'),
('ro', 'ab__dotd_time_left', 'To end of promotions remains'),
('ro', 'ab__fast_navigation', 'AB: Fast navigation'),
('ro', 'ab__fast_navigation.demodata', 'Demo data'),
('ro', 'ab__fast_navigation.export', 'Export'),
('ro', 'ab__fast_navigation.help', 'Help'),
('ro', 'ab__fast_navigation.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__fast_navigation.doc\'>documentation</a>.'),
('ro', 'ab__fn.category.label', 'Label text'),
('ro', 'ab__fn.category.label.show', 'Show label'),
('ro', 'ab__fn.category.label.show.tooltip', 'Display label for this language'),
('ro', 'ab__fn.category.label_background', 'Label background color'),
('ro', 'ab__fn.category.label_color', 'Label text color'),
('ro', 'ab__fn.category.status', 'Allow displaying in AB: Fast navigation'),
('ro', 'ab__fn.category.status.tooltip', 'Activate an option for editing the AB: Fast navigation block element'),
('ro', 'ab__fn.category.use_origin_image', 'Use images originals'),
('ro', 'ab__fn.category.use_origin_image.tooltip', 'When the option is enabled — uploaded originals will be used \"as is\"(recommend using small size images). Images sizes are set in the block settings on layouts page'),
('ro', 'ab__fn.common_btn_text.tooltip', 'Allows to set button text. If leave empty — text \"BUTTON\" will be represented by default'),
('ro', 'ab__fn.demodata.actions.export_menu', 'Menu'),
('ro', 'ab__fn.demodata.actions.export_menu.placeholder', 'Menu ID'),
('ro', 'ab__fn.demodata.errors.file_broken', 'File [file_path] does not exist or was broken'),
('ro', 'ab__fn.demodata.success.menu_created', 'Demo menu <a target=\"_blank\" href=\"[href]\">[name]</a> is added'),
('ro', 'ab__fn.demodata.table.action', 'Action'),
('ro', 'ab__fn.demodata.table.add_menu', 'Add the menu'),
('ro', 'ab__fn.demodata.table.description', 'Demo data'),
('ro', 'ab__fn.demodata_description', 'Fast demo data creation for addon'),
('ro', 'ab__fn.export.table.action', 'Action'),
('ro', 'ab__fn.export.table.data', 'Data for export'),
('ro', 'ab__fn.export.table.description', 'The export data'),
('ro', 'ab__fn.export_description', 'Fast menu export for the addon AB: Fast navigation'),
('ro', 'ab__fn.front.button.defult_text', 'Button'),
('ro', 'ab__fn.menu.icon', 'Icon'),
('ro', 'ab__fn.menu.label', 'Label text'),
('ro', 'ab__fn.menu.label.show', 'Show label'),
('ro', 'ab__fn.menu.label.show.tooltip', 'Display label for this language'),
('ro', 'ab__fn.menu.label_background', 'Label background color'),
('ro', 'ab__fn.menu.label_color', 'Label text color'),
('ro', 'ab__fn.menu.status', 'Allow displaying in AB: Fast navigation'),
('ro', 'ab__fn.menu.status.tooltip', 'Activate an option for editing the AB: Fast navigation block element'),
('ro', 'ab__fn.menu.use_origin_image', 'Use images originals'),
('ro', 'ab__fn.menu.use_origin_image.tooltip', 'When the option is enabled — uploaded originals will be used \"as is\"(recommend using small size images). Images sizes are set in the block settings on layouts page'),
('ro', 'ab__fn.more', 'All from the section'),
('ro', 'ab__fn.show_more', 'Show more [x] of [y]'),
('ro', 'ab__fn_add_link', 'Add a link on \"All from the section\"'),
('ro', 'ab__fn_add_link.tooltip', 'The link will have the URL of the parent element'),
('ro', 'ab__fn_cbt_as_btn', 'Button'),
('ro', 'ab__fn_cbt_as_txt', 'Text'),
('ro', 'ab__fn_common_btn_class', '\"General link\" additional class'),
('ro', 'ab__fn_common_btn_class.tooltip', 'List of classes that will be added to the link (space-separated)'),
('ro', 'ab__fn_common_btn_text', '\"General link\" button text'),
('ro', 'ab__fn_common_btn_type', 'Appearance of the \"General link\" button'),
('ro', 'ab__fn_common_btn_type.tooltip', 'Choose the button representation on the storefront'),
('ro', 'ab__fn_display_type', 'Display type'),
('ro', 'ab__fn_grid', 'Grid'),
('ro', 'ab__fn_icon_width', 'Icon width, px'),
('ro', 'ab__fn_init_scrollbar', 'Enable scroll progress bar for the first level'),
('ro', 'ab__fn_init_second_level_scroll', 'Enable scroller for the second level'),
('ro', 'ab__fn_number_of_columns', 'Number of columns in the list'),
('ro', 'ab__fn_number_of_columns.tooltip', 'Number of columns for screens'),
('ro', 'ab__fn_number_of_columns_desktop', 'Number of columns in the list (Desktop)'),
('ro', 'ab__fn_number_of_columns_desktop.tooltip', 'Number of columns for screens > 1230px'),
('ro', 'ab__fn_number_of_columns_desktop_small', 'Number of columns in the list (Notebook)'),
('ro', 'ab__fn_number_of_columns_desktop_small.tooltip', 'Number of columns for screens 992px - 1229px'),
('ro', 'ab__fn_number_of_columns_mobile', 'Number of columns in the list (Phone)'),
('ro', 'ab__fn_number_of_columns_mobile.tooltip', 'Number of columns for screens < 575px'),
('ro', 'ab__fn_number_of_columns_tablet', 'Number of columns in the list (Tablet)'),
('ro', 'ab__fn_number_of_columns_tablet.tooltip', 'Number of columns for screens 768px - 991px'),
('ro', 'ab__fn_number_of_columns_tablet_small', 'Number of columns in the list (Phablet)'),
('ro', 'ab__fn_number_of_columns_tablet_small.tooltip', 'Number of columns for screens 576px - 767px'),
('ro', 'ab__fn_one_level', 'Single-level navigation'),
('ro', 'ab__fn_scroller', 'Scroller'),
('ro', 'ab__fn_show_common_btn', 'Show \"General link\" button'),
('ro', 'ab__fn_show_common_btn.tooltip', 'A \"General link\" with assigned URL will be displayed under a block'),
('ro', 'ab__fn_show_common_btn_link', '\"General link\" URL'),
('ro', 'ab__fn_show_common_btn_link.tooltip', 'Destination URL. Can be an external link, a link inside the store or a dispatcher'),
('ro', 'ab__fn_two_level', 'Two-level navigation'),
('ro', 'ab__hide_product_description', 'AB: Hide the part of the content up to a certain height'),
('ro', 'ab__landing_categories', 'AB: Landing categories/pages'),
('ro', 'ab__lc.add_menu.added_new_menu', 'The new Menu is created'),
('ro', 'ab__lc.add_menu.used_existing_menu', 'The existing Menu is used'),
('ro', 'ab__lc.breadcrumb_catalog', 'Catalog'),
('ro', 'ab__lc.catalog.icon', 'Category mini-icon'),
('ro', 'ab__lc.catalog.image_control', 'Way of displaying icon'),
('ro', 'ab__lc.catalog.image_control.left', 'Display the category mini-icon to the left of the name'),
('ro', 'ab__lc.catalog.image_control.none', 'Don\'t display'),
('ro', 'ab__lc.catalog.image_control.top', 'Display the category image on top of the name'),
('ro', 'ab__lc.catalog.show_more', 'More'),
('ro', 'ab__lc.category.list', 'Landing categories list'),
('ro', 'ab__lc.category.list.tooltip', 'To correctly display the hierarchy of categories, the parent categories for the landing categories will be displayed, even if they are not landing categories!'),
('ro', 'ab__lc.control_subcategory_structure', 'AB: Management of the displayed structure of landing category/page'),
('ro', 'ab__lc.control_subcategory_structure.add_menu', 'Add and/or associate Menu'),
('ro', 'ab__lc.control_subcategory_structure.add_menu.added_new_menu', 'The Menu has been successfully created and is associated with the current category!'),
('ro', 'ab__lc.control_subcategory_structure.add_menu.info', 'The landing category menu is created only if necessary, as the menu is searched for by code <code>ABLC-xxx</code>, where <code>xxx</code> — category_id'),
('ro', 'ab__lc.control_subcategory_structure.add_menu.info.multiplestore', 'Before creating the Menu — select <b>Store</b>'),
('ro', 'ab__lc.control_subcategory_structure.add_menu.used_existing_menu', 'The Menu already existed and was associated with the current category!'),
('ro', 'ab__lc.control_subcategory_structure.how_to_use_menu', 'Using of menu items'),
('ro', 'ab__lc.control_subcategory_structure.how_to_use_menu.append', 'Add menu items in the end of a structure of the subcategories'),
('ro', 'ab__lc.control_subcategory_structure.how_to_use_menu.not_to_use', 'Not to use'),
('ro', 'ab__lc.control_subcategory_structure.how_to_use_menu.prepend', 'Add menu items in the beginning of a structure of the subcategories'),
('ro', 'ab__lc.control_subcategory_structure.how_to_use_menu.replace', 'Replace the current sub-categories structure with the menu items'),
('ro', 'ab__lc.control_subcategory_structure.inherit_control', 'To inherit management'),
('ro', 'ab__lc.control_subcategory_structure.menu_id', 'Menu ID'),
('ro', 'ab__lc.demodata', 'Demo data'),
('ro', 'ab__lc.demodata.actions.export_category', 'Categories'),
('ro', 'ab__lc.demodata.actions.export_category.placeholder', 'Categories ID'),
('ro', 'ab__lc.demodata.success.category', '<a href=\"[href]\" target=\"_blank\">Demo category</a> was installed successfully'),
('ro', 'ab__lc.demodata.table.action', 'Action'),
('ro', 'ab__lc.demodata.table.add_category', 'Add a category'),
('ro', 'ab__lc.demodata.table.description', 'Demo data'),
('ro', 'ab__lc.demodata_description', 'The page of quick creation of a demo category for demonstration of operating of the addon'),
('ro', 'ab__lc.export', 'Export'),
('ro', 'ab__lc.export.description', 'The page of quick creation of the exports of the functional'),
('ro', 'ab__lc.export.table.action', 'Action'),
('ro', 'ab__lc.export.table.data', 'Data for export'),
('ro', 'ab__lc.export.table.description', 'The exported data'),
('ro', 'ab__lc.help', 'Help'),
('ro', 'ab__lc.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__landing_categories.doc\'>documentation</a>.'),
('ro', 'ab__lc.landing_category.landing', 'Use category as a landing page'),
('ro', 'ab__lc.landing_category.show_more', 'More'),
('ro', 'ab__lc.landing_category.subsubcategories', 'Amount of sub-subcategories'),
('ro', 'ab__lc.settings', 'General settings'),
('ro', 'ab__lc_catalog', 'AB: Catalog'),
('ro', 'ab__lc_landing_category', 'AB: Landing category/page'),
('ro', 'ab__mb.admin.categories_update.description', 'There is a <a href=\"[href]\" target=\"_blank\">list of motivational elements</a> that will be displayed for products in this category.<br/>Please note that <span title=\"[text]\" class=\"cm-tooltip\" style=\"color: red\">other conditions</span> may be used due to which these motivational elements will not be displayed for products of this category'),
('ro', 'ab__mb.admin.categories_update.description.tooltip', 'The conditions for displaying motivational elements depend on:<ul><li>Terms for categories</li><li>Terms for destinations</li></ul>See <a href=\'[href]\' title=\'Documentation\' target=\'_blank\'>the documentation</a> for more details'),
('ro', 'ab__mb.admin.categories_update.description.tooltip.link', 'https://docs.cs-cart.abt.team/en/ab__motivation_block.doc/#p-946'),
('ro', 'ab__mb.class_copied', 'The class is copied in a clipboard'),
('ro', 'ab__mb.demodata.description', 'On this page, you can quickly create a demo data for the motivation block'),
('ro', 'ab__mb.demodata.errors.no_data', 'It seems the \"data.json\" file was deleted'),
('ro', 'ab__mb.demodata.successes.blocks', 'Motivational elements [blocks] were successfully created'),
('ro', 'ab__mb.demodata.table.add_blocks', 'Add demo data into the motivation block'),
('ro', 'ab__mb.demodata.table.description', 'Demo data type'),
('ro', 'ab__mb.description', 'Custom content (HTML/Smarty)'),
('ro', 'ab__mb.destinations', 'Rate areas'),
('ro', 'ab__mb.destinations.add_destinations', 'Add rate areas'),
('ro', 'ab__mb.destinations.add_destinations_and_close', 'Add rate areas and close'),
('ro', 'ab__mb.destinations.text_all_destinations_included', 'All rate areas are included'),
('ro', 'ab__mb.editing_motivation_item', 'Editing motivational element'),
('ro', 'ab__mb.errors.disabled_option_choosen', 'Invalid value for \"[field]\" field'),
('ro', 'ab__mb.exclude.categories', 'Active for'),
('ro', 'ab__mb.exclude.categories.tooltip', 'Choose how to use objects selected by picker'),
('ro', 'ab__mb.exclude.destinations', 'Active for'),
('ro', 'ab__mb.exclude.destinations.tooltip', 'Choose how to use objects selected by picker'),
('ro', 'ab__mb.exclude.exclude', 'all not in the list'),
('ro', 'ab__mb.exclude.exclude.full_text', 'Active for all not in the list'),
('ro', 'ab__mb.exclude.not_exclude', 'all in the list'),
('ro', 'ab__mb.exclude.not_exclude.full_text', 'Active for all in the list'),
('ro', 'ab__mb.go_to', 'Go to page of'),
('ro', 'ab__mb.go_to.destinations_manage', 'Go to page of destinations management'),
('ro', 'ab__mb.go_to.mb_manage', 'Go to page of motivational elements management'),
('ro', 'ab__mb.icons.class', 'Icon class'),
('ro', 'ab__mb.icons.class.tooltip', 'A value which needs to be used in the field \"Icon class\" in motivation block settings'),
('ro', 'ab__mb.icons.info', 'On this page, you can find the available icons list'),
('ro', 'ab__mb.icons.refresh', 'Refresh icons'),
('ro', 'ab__mb.icons.refreshed_successfully', 'Icons have been updated successfully'),
('ro', 'ab__mb.icons.tygh_icons', 'Icons list by default'),
('ro', 'ab__mb.icons.yt_icons', 'List of icons added by AB: YoupiTheme'),
('ro', 'ab__mb.icon_class', 'Icon class'),
('ro', 'ab__mb.icon_color', 'Icon color'),
('ro', 'ab__mb.icon_type', 'Icon type'),
('ro', 'ab__mb.new_motivation_item', 'New motivational element'),
('ro', 'ab__mb.not_display_on', 'Do not display on'),
('ro', 'ab__mb.only_for.vertical_tabs.tooltip', 'This setting only works if the \"Vertical tabs\" display option is selected in the add-on settings'),
('ro', 'ab__mb.products.also_in_categories', 'This product also participates in category|This product also participates in categories'),
('ro', 'ab__mb.settings', 'General settings'),
('ro', 'ab__mb.set_default_value', 'Restore by default'),
('ro', 'ab__mb.templates_settings.brand_feature_id', '\"Brand\" feature ID'),
('ro', 'ab__mb.templates_settings.brand_feature_id.tooltip', 'This setting will be used to form a filter link in the product category'),
('ro', 'ab__mb.templates_settings.max_tags_count', 'Maximum tags count'),
('ro', 'ab__mb.template_path.search.ignore_this_field', 'Ignore this field'),
('ro', 'ab__mb.template_path.search.ignore_this_field.tooltip', 'When choosing this option - the \"Template\" field of the motivational element will not be taken into account when sampling'),
('ro', 'ab__mb.template_path.templates.categories_list', 'Product categories list'),
('ro', 'ab__mb.template_path.templates.categories_list.tooltip', 'The template displays a list of all categories in which the product is involved. It is available if there is at least one category in the store (except for the \"Trash category\")'),
('ro', 'ab__mb.template_path.templates.geo_maps', 'Shipping information'),
('ro', 'ab__mb.template_path.templates.geo_maps.tooltip', 'The template displays information about the cost of delivery of products. Available when the \"Maps and Geolocation\" add-on is active. Information will be shown only with active setting \"Show shipping cost and time on product pages\" for \"Maps and Geolocation\" add-on. The standard information output provided by CS-Cart by default will be blocked'),
('ro', 'ab__mb.template_path.templates.payment_methods', 'Payment methods information'),
('ro', 'ab__mb.template_path.templates.payment_methods.tooltip', 'The template displays information about the available payment methods'),
('ro', 'ab__mb.template_path.templates.tags_list', 'Product tags list'),
('ro', 'ab__mb.template_path.templates.tags_list.tooltip', 'The template displays a list of all tags assigned to the product. Available when the \"Tags\" add-on is active. Be sure to create and assigned tags for products'),
('ro', 'ab__mb.template_path.templates.warning', 'The standard information output provided by CS-Cart by default will be blocked'),
('ro', 'ab__mb.template_path.tooltip', 'Choose a way to fill content of motivational element'),
('ro', 'ab__mb.template_path.variants.custom', 'Custom content (HTML/Smarty)'),
('ro', 'ab__mb.update_help.tip_1', 'To fill the content of motivational elements, you can use all the variables declared on the Smarty product page, for example:<br/><hr>Array <code>{$product}</code> - information about the current product;<br/><hr>Massive <code>{$currencies}</code> - currency information;<br/><hr>Array <code>{$user_info}</code> - information about the user (note that if the client is not authorized, the array will be empty);<br/><hr>Array <code>{$settings}</code> - an array of store settings.'),
('ro', 'ab__mb.update_help.title', 'Additional info for content managing'),
('ro', 'ab__mb.upgrade_notifications.2.0.0.added_new_settings.text', 'Please note that new settings have been added to the add-on settings.'),
('ro', 'ab__mb.upgrade_notifications.2.0.0.added_new_settings.title', 'Added new settings'),
('ro', 'ab__mb.upgrade_notifications.2.0.0.added_templates.text', 'Please note that in the settings of the motivational element, the \"Template\" field was added that defines the way the content of the motivational element is filled.'),
('ro', 'ab__mb.upgrade_notifications.2.0.0.added_templates.title', 'A new way of filling motivational elements has been added.'),
('ro', 'ab__mb.upgrade_notifications.2.1.0.added_template.text', 'Please note that a new version of the template has been added to fill the content of the motivational element'),
('ro', 'ab__mb.upgrade_notifications.2.1.0.added_template.title', 'Added a new template \"Information about payment methods\"'),
('ro', 'ab__mb.upgrade_notifications.2.1.0.regenerate_data.text', 'If you use old demo-data of the add-on (or your data is based on old demo-data), then you need to regenerate the demo-data'),
('ro', 'ab__mb.upgrade_notifications.2.1.0.regenerate_data.title', 'Regenerate demo-data'),
('ro', 'ab__mb.upgrade_notifications.text', 'The detailed list of changes for <b>v[ver]</b> version look in documentation for the add-on in the section <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/en/ab__motivation_block.doc#p-929\">List of releases</a>.'),
('ro', 'ab__mb.upgrade_notifications.title', 'AB: Motivation block was successfully updated to v[ver]!'),
('ro', 'ab__mb.vendor.motivation_item.template_choosen', 'For this motivational element, the type of filling using the template is seted. <br>You can contact the store administrator to create another motivational element with the filling type \"Custom content (HTML/Smarty)\"'),
('ro', 'ab__mb_all_destinations', 'All rate areas'),
('ro', 'ab__mb_bg_color', 'Block color'),
('ro', 'ab__mb_expanded', 'Set the disclosure element by default'),
('ro', 'ab__mb_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__motivation_block.doc\'>documentation</a>.'),
('ro', 'ab__mb_icon_class.tooltip', 'The complete available icons list can be found on the page<a href=\"[link]\">Administration panel -> AB: Add-ons -> AB: Motivation block -> Available icons</a>'),
('ro', 'ab__mb_icon_type.icon', 'Icon'),
('ro', 'ab__mb_icon_type.img', 'Image'),
('ro', 'ab__mb_icon_type.nothing', 'No icon'),
('ro', 'ab__mb_vendor_edit', 'Allow vendor editing'),
('ro', 'ab__motivation_block', 'AB: Motivation block'),
('ro', 'ab__motivation_block.breadcrumbs.manage', 'AB: Motivation block: Data management'),
('ro', 'ab__motivation_block.demodata', 'Demo data'),
('ro', 'ab__motivation_block.help', 'Help'),
('ro', 'ab__motivation_block.icons', 'Available icons'),
('ro', 'ab__motivation_block.manage', 'Data management'),
('ro', 'ab__promotions_list', 'AB: Promotions list'),
('ro', 'ab__promotions_view', 'AB: Promotion page'),
('ro', 'ab__promotion_main_data', 'Promotion header'),
('ro', 'ab__scroll_to_top', 'AB: \"Scroll to top\" button'),
('ro', 'ab__scroll_to_top.arrow', 'Arrow'),
('ro', 'ab__scroll_to_top.help', 'Help'),
('ro', 'ab__scroll_to_top.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__scroll_to_top.doc\'>documentation</a>.'),
('ro', 'ab__search_motivation', 'AB: Search motivation'),
('ro', 'ab__search_motivation.default_search_phrases', 'Search expressions by default'),
('ro', 'ab__search_motivation.help', 'Help'),
('ro', 'ab__search_motivation.help.doc', 'Read <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__search_motivation.doc\'>the documentation</a>.'),
('ro', 'ab__search_motivation.manage', 'Search expressions by default'),
('ro', 'ab__search_motivation.search_phrases', 'Search expressions'),
('ro', 'ab__show_additional_product_images', 'Show additional products images'),
('ro', 'ab__sm.demo_phrases.0', 'Try our search'),
('ro', 'ab__sm.demo_phrases.1', 'Enter the product name here'),
('ro', 'ab__sm.demo_phrases.2', 'For example, iphone X'),
('ro', 'ab__sm.demo_phrases.added', 'Added search motivation expressions'),
('ro', 'ab__sm.settings', 'General settings'),
('ro', 'ab__smc', 'AB: Hide the part of the content up to a certain height'),
('ro', 'ab__smc.help', 'Help'),
('ro', 'ab__smc.help.doc', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__hide_product_description.doc\'>documentation</a>.'),
('ro', 'ab__smc.less', 'Less'),
('ro', 'ab__smc.more', 'More'),
('ro', 'ab__smc.product_tabs.height', 'Displaying height, px'),
('ro', 'ab__smc.product_tabs.height.tooltip', 'The value will set own height of the content display in px'),
('ro', 'ab__smc.product_tabs.hide_content', 'Hide the content'),
('ro', 'ab__smc.product_tabs.hide_content.less', 'Button text for hiding content'),
('ro', 'ab__smc.product_tabs.hide_content.more', 'Button text for showing more content'),
('ro', 'ab__smc.product_tabs.override', 'Redefine height for the tab'),
('ro', 'ab__smc.product_tabs.override.tooltip', 'The value of the height of content will undertake from settings of the tab'),
('ro', 'ab__smc.product_tabs.tab_description', '\"AB: Hide the part of the content up to a certain height\" addon settings'),
('ro', 'ab__smc.settings', 'General settings'),
('ro', 'ab__stt.color', 'Value of the icon attribute <b>color</b>'),
('ro', 'ab__stt.only_integer', 'Only integers'),
('ro', 'ab__stt.settings', 'General settings'),
('ro', 'ab__ut2.autoinstall.demodata', 'Added demo data (new banners, menus and blog pages)'),
('ro', 'ab__ut2.autoinstall.theme', 'Installed theme AB: UniTheme2'),
('ro', 'ab__vg.exim.remove_videos', 'Clear up'),
('ro', 'ab__vg.exim.remove_videos.text', 'When importing the existing videos of the updated product will be removed'),
('ro', 'ab__vg.form.description', 'Description'),
('ro', 'ab__vg.form.icon', 'Icon'),
('ro', 'ab__vg.form.icon_type', 'Icon type'),
('ro', 'ab__vg.form.icon_type.icon', 'Manual icon'),
('ro', 'ab__vg.form.icon_type.snapshot', 'Video snapshot'),
('ro', 'ab__vg.form.pos', 'Pos.'),
('ro', 'ab__vg.form.product_settings', 'Settings'),
('ro', 'ab__vg.form.product_videos', 'Video'),
('ro', 'ab__vg.form.replace_image', 'Set video as the default product image'),
('ro', 'ab__vg.form.status', 'Status'),
('ro', 'ab__vg.form.title', 'Video title'),
('ro', 'ab__vg.form.youtube_id', 'YouTube video ID'),
('ro', 'ab__vg.form.youtube_id.tooltip', 'For example, for video \"https://www.youtube.com/watch?v=-boKk8uhmcY\", video ID is <code>-boKk8uhmcY</code>'),
('ro', 'ab__vg.settings', 'General settings'),
('ro', 'ab__vg_help.docs', 'Read the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/ab__video_gallery.doc\'>documentation</a>.'),
('ro', 'ab__video_gallery', 'AB: Video gallery of the product'),
('ro', 'ab__video_gallery.help', 'Help'),
('ro', 'ab__video_gallery_title_product', 'Video gallery'),
('ro', 'accept', 'Accepta'),
('ro', 'accept_products', 'Acceptă produse'),
('ro', 'access_denied', 'Acces interzis'),
('ro', 'access_denied_text', 'Nu aveti permisiunea pentru accesarea acestei pagini.'),
('ro', 'access_for_authorized_customers_only', 'Access for authorized customers only.'),
('ro', 'access_restrictions', 'Restricții acces'),
('ro', 'account', 'Cont'),
('ro', 'account_name', 'Numele contului'),
('ro', 'account_number', 'Numarul contului'),
('ro', 'account_type', 'Tipul contului'),
('ro', 'acquirerid', 'ID-ul solicitantului'),
('ro', 'action', 'Actiune'),
('ro', 'actions', 'Actiuni'),
('ro', 'activate', 'Activeaza'),
('ro', 'activate_menu_tab_for', 'Tab-ul pentru a activa meniul'),
('ro', 'activate_selected', 'Activeaza cele selectate'),
('ro', 'activate_skrill_merchant_tools', 'Activeaza Skrill Merchant Tools'),
('ro', 'activation_key', 'Activation key'),
('ro', 'activation_link', 'Link-ul de activare'),
('ro', 'activation_mode', 'Modalitatea de activare'),
('ro', 'active', 'Activ'),
('ro', 'active_categories', 'Categorii active'),
('ro', 'active_preset', 'Activare predefinita'),
('ro', 'active_products', 'Produse active'),
('ro', 'active_promotions', 'Promotiile active'),
('ro', 'active_style', 'Stiluri active'),
('ro', 'act_on_behalf', 'Actionati in numele...'),
('ro', 'add', 'Adauga'),
('ro', 'added', 'Adaugat'),
('ro', 'adding_block_to_grid', 'Adauga un bloc la grid'),
('ro', 'adding_grid', 'Adauga grid'),
('ro', 'additional_data', 'Informatii aditionale'),
('ro', 'additional_images', 'Imagini aditionale'),
('ro', 'additional_options', 'Optiuni aditionale'),
('ro', 'additional_parameter_not_correct', 'Parametrul aditional nu e corect'),
('ro', 'additional_popup_larger_image', 'Deschide in fereastra Popup imaginile mai mari decat pictograme'),
('ro', 'additional_storefront_license_required', 'Additional [product] Storefront License Required'),
('ro', 'additional_thumbnail', 'Pictograme sumplimentare'),
('ro', 'additional__option_thumbnail', 'Optiune suplimentara pentru pictograme'),
('ro', 'addon', 'Add-on'),
('ro', 'addons', 'Add-on-uri'),
('ro', 'addons.form_builder.email_subject_field', 'Câmpul de subiect de e-mail'),
('ro', 'addons.form_builder.form_fields', 'Câmpuri de formular'),
('ro', 'addons.form_builder.form_name', 'Numele formularului'),
('ro', 'addons.form_builder.other_subject', 'Alt subiect (specifica mai jos)'),
('ro', 'addons.newsletters.email_exists_in_list', '<b>[email]</b> is already in the mailing list'),
('ro', 'addons.newsletters.show_on_registration_and_profile', 'Show on the Registration and Profile Details pages'),
('ro', 'addons.paypal.3d_secure_mandatory_notice', '3-D secure is mandatory in the United Kingdom.'),
('ro', 'addons.paypal.configure_live', 'Configure Live'),
('ro', 'addons.paypal.configure_test', 'Configure Test'),
('ro', 'addons.paypal.connecting_to_signup_server', 'Connecting to <b>PayPal Sign Up Server</b>...'),
('ro', 'addons.paypal.connect_to_paypal', 'Connect to PayPal'),
('ro', 'addons.paypal.display_description', 'Display description'),
('ro', 'addons.paypal.display_name', 'Display name'),
('ro', 'addons.paypal.do_not_change', 'Do not change'),
('ro', 'addons.paypal.ipn_receiving_time', 'IPN receiving time'),
('ro', 'addons.paypal.refund_message', '[amount] [currency] have been refunded in [date] at [time].'),
('ro', 'addons.paypal.rma.perform_refund', 'Give a refund via PayPal'),
('ro', 'addons.paypal.rma.refund_performed', 'The refund has been made via PayPal'),
('ro', 'addons.paypal.set_status_to', 'Set to:'),
('ro', 'addons.paypal.signup_completed', 'The <b>[payment]</b> payment method has been successfully configured'),
('ro', 'addons.paypal.signup_errors.merchant_credentials', 'An error occurred when obtaining the payment method configuration'),
('ro', 'addons.paypal.signup_errors.signup_init', 'An error occurred when connecting to a PayPal account'),
('ro', 'addons.paypal.signup_messages.confirmation_needed', 'To access payments from your customers, please confirm your email address by following the instructions PayPal emailed to you.'),
('ro', 'addons.paypal.signup_messages.finish_signup', 'You now have a PayPal business account, and you\'ve successfully integrated [product] with PayPal.<br>Don\'t forget to confirm your email to activate your account so you can access the payments. To do this, follow the instructions PayPal sent to your email.'),
('ro', 'addons.paypal.status_for_new_orders', 'Initial order status'),
('ro', 'addons.paypal.status_for_new_orders.incomplete', 'This ensures that you won\'t have abandoned unpaid orders with the <i>Open</i> status and reserved products. But until the response from PayPal (an IPN message) arrives or the customer returns to the store via a link on the PayPal site, the order will be listed as <i>Incomplete</i>, and products won\'t be reserved.'),
('ro', 'addons.paypal.status_for_new_orders.open', 'By default, the <i>Open</i> status decreases the inventory, so two customers won\'t be able to buy the same product while the payment is being processed by PayPal. But if a customer leaves the PayPal website without paying or returning to the store via a link on the PayPal site, you\'ll have an abandoned <i>Open</i> order with reserved products.');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('ro', 'addons.paypal.surcharge_policy_notice', 'Surcharge has been set for the payment method that uses PayPal Services. Please make sure this complies with the <a href=\"https://www.paypal.com/webapps/mpp/ua/legalhub-full\" target=\"_blank\">User Agreement for PayPal Services</a> for your region.'),
('ro', 'addons.paypal.technical_details', 'Technical details'),
('ro', 'addons.paypal.use_buttons_to_signup', 'Use these buttons to complete the configuration wizard'),
('ro', 'addons.rss_feed.icon', 'RSS feed subscription icon'),
('ro', 'addons.social_buttons.yandex_button_update_notice', '<p>After some changes on the Yandex end, the Odnoklassniki social button stopped working for some of our clients. To make sure that the button works in your store, copy the up-to-date code from the Yandex website, paste it into the <b>Yandex.Share code</b> field, and save your changes.</p><p><a href=\"[GO_TO_ADDON_SETTING_LINK]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Open add-on settings</a> <a href=\"https://tech.yandex.ru/share/\" target=\"_blank\" class=\"btn btn-large\">Get up-to-date code from Yandex</a></p>'),
('ro', 'addons.social_buttons.yandex_button_update_notice_title', 'Social buttons: Please update Yandex.Share code if you use Yandex social buttons'),
('ro', 'addons.tags.add_a_tag', 'add a tag'),
('ro', 'addons.vendor_plans.commission_description_absolute', '[amount] out of [sum]'),
('ro', 'addons.vendor_plans.commission_description_percent', '[amount]% of [sum]'),
('ro', 'addons.vendor_plans.payout_for_the_plan', 'Payout for the vendor plan: [plan]'),
('ro', 'addons_source', 'Source'),
('ro', 'addon_built_in', 'Built-in'),
('ro', 'addon_files_was_copied', 'The <b>\"[addon]\"</b> add-on files has been copied successfully'),
('ro', 'addon_license_key_tooltip', 'Enter license key you\'ve received by e-mail in order to receive the add-on upgrades.'),
('ro', 'addon_reinstall.dangerous_way', '<strong>The dangerous way:</strong> we\'ll replace all the files of the add-on with new ones, but keep all the add-on\'s data in the database intact. This can break the add-on, or might even break your store. Please don\'t use the dangerous way, unless you absolutely know what you\'re doing.'),
('ro', 'addon_reinstall.dangerous_way.action', 'Use the dangerous way'),
('ro', 'addon_reinstall.dangerous_way.confirm', 'I know the risks and want to use the dangerous way.'),
('ro', 'addon_reinstall.intro', 'Looks like you are trying to install an add-on that is already installed. We can do it for you in two ways; we recommend the safe way.'),
('ro', 'addon_reinstall.safe_way', '<strong>The safe way:</strong> we\'ll uninstall the old add-on first, and then install the new one. The drawback is that any data and settings related to the add-on will be lost.'),
('ro', 'addon_reinstall.safe_way.action', 'Use the safe way'),
('ro', 'addon_sql_error', 'A avut loc o eroare SQL. Add-onul nu va fi instalat'),
('ro', 'addon_third_party', 'Third-party'),
('ro', 'addon_uninstall_sql_error', 'An error in an SQL query occurred during the add-on uninstallation.'),
('ro', 'address', 'Adresa'),
('ro', 'addresses', 'Adrese'),
('ro', 'address_2', 'Adresa (linie 2)'),
('ro', 'address_commercial', 'Adresa firma'),
('ro', 'address_residential', 'Adresa acasa'),
('ro', 'address_type', 'Tipul adresei'),
('ro', 'add_administrator', 'Adaugati administrator'),
('ro', 'add_all_to_cart', 'Adaugă toate în coș'),
('ro', 'add_as_order', 'Adaugă ca și comandă'),
('ro', 'add_attachment', 'Adăugare atașament'),
('ro', 'add_autoresponder', 'Add autoresponder'),
('ro', 'add_banner', 'Adăugați un banner'),
('ro', 'add_banners', 'Adăugați bannere'),
('ro', 'add_banners_and_close', 'Adăugați bannere și închideți'),
('ro', 'add_block', 'Adaugati un bloc'),
('ro', 'add_bonus', 'Adaugati un bonus'),
('ro', 'add_campaign', 'Add campaign'),
('ro', 'add_cart_promotion', 'Adaugati o promotie la cosul de cumparaturi'),
('ro', 'add_catalog_promotion', 'Adaugati un o promotie la produse'),
('ro', 'add_categories', 'Adaugati categorii'),
('ro', 'add_categories_and_close', 'Adaugati categorii si inchideti'),
('ro', 'add_category', 'Adaugati categorie'),
('ro', 'add_chart', 'Adaugati un grafic'),
('ro', 'add_combination', 'Adaugati o combinatie'),
('ro', 'add_companies', 'Adaugă furnizori'),
('ro', 'add_companies_and_close', 'Adaugă furnizori și închideți'),
('ro', 'add_condition', 'Adaugati o conditie'),
('ro', 'add_credit_card', 'Adaugare carte de credit'),
('ro', 'add_currency', 'Adaugati moneda'),
('ro', 'add_customer', 'Adaugati client'),
('ro', 'add_datafeed', 'Adauga flux de date'),
('ro', 'add_domains', 'Adăugați noi domenii'),
('ro', 'add_elements', 'Adaugati produse'),
('ro', 'add_emails', 'Adăugaţi adresele de e-mail'),
('ro', 'add_email_snippet', 'Adaugă fragment'),
('ro', 'add_empty_item', 'Adaugati un produs gol'),
('ro', 'add_feature', 'Adaugati o caracteristica'),
('ro', 'add_field', 'Adaugati un camp'),
('ro', 'add_file', 'Adaugati un fisier'),
('ro', 'add_filter', 'Adaugati un filtru'),
('ro', 'add_filters', 'Adaugati filtre'),
('ro', 'add_filters_and_close', 'Adaugati filtre si inchideti'),
('ro', 'add_folder', 'Adaugati dosar'),
('ro', 'add_form', 'Adăugați un formular'),
('ro', 'add_gift_certificate', 'Adăugați o primă (cadou)'),
('ro', 'add_global_option', 'Adaugati o optiune globala'),
('ro', 'add_grid_block', 'Adaugati grid sau bloc'),
('ro', 'add_group', 'Adaugati un grup'),
('ro', 'add_image_from_server', 'Adaugă imagine de pe server'),
('ro', 'add_image_from_url', 'Adaugă imagine de la URL'),
('ro', 'add_ips', 'Adăugați IP-uri noi'),
('ro', 'add_item', 'Adaugati produs'),
('ro', 'add_items', 'Adaugati [elemente]'),
('ro', 'add_language', 'Adaugati limba'),
('ro', 'add_language_variable', 'Adaugati variabila limba'),
('ro', 'add_layout', 'Adaugati layout'),
('ro', 'add_link', 'Adaugati un link'),
('ro', 'add_localization', 'Adaugati o localizare'),
('ro', 'add_location', 'Adaugati o locatie'),
('ro', 'add_mailing_lists', 'Add mailing list'),
('ro', 'add_menu', 'Adaugati meniu'),
('ro', 'add_new', 'Adaugati o regula noua'),
('ro', 'add_newsletter', 'Add newsletter'),
('ro', 'add_new_datafeed', 'Flux de date nou'),
('ro', 'add_new_field', 'Adaugati un camp nou'),
('ro', 'add_new_order', 'Adaugati comanda noua'),
('ro', 'add_new_variant', 'Adaugati o varianta noua'),
('ro', 'add_nf_warning', 'É necessário anexar nota fiscal para gerar etiqueta'),
('ro', 'add_option', 'Adaugati o optiune'),
('ro', 'add_order', 'Adaugati comanda'),
('ro', 'add_orders', 'Adaugati comenzi'),
('ro', 'add_orders_and_close', 'Adaugati comenzi si inchideti'),
('ro', 'add_page', 'Adaugati o pagina'),
('ro', 'add_pages', 'Adaugati pagini'),
('ro', 'add_pages_and_close', 'Adaugati pagini si inchideti'),
('ro', 'add_payment', 'Adaugă metodă de plată'),
('ro', 'add_payout', 'Adaugati o plata a compensatiilor'),
('ro', 'add_poll', 'Adăugați un chestionar'),
('ro', 'add_polls', 'Adăugați chestionare'),
('ro', 'add_polls_and_close', 'Adăugați chestionare și închideți'),
('ro', 'add_post', 'Adăugați o postare'),
('ro', 'add_product', 'Adaugati un produs'),
('ro', 'add_products', 'Adaugati produse'),
('ro', 'add_products_and_close', 'Adaugati produse si inchideti'),
('ro', 'add_products_to_section', 'Adaugare produs(e) acestei sectiuni'),
('ro', 'add_product_filter', 'Adaugati un filtru nou de produse'),
('ro', 'add_profile_fields', 'Add profile fields'),
('ro', 'add_profile_fields_and_close', 'Add profile fields and close'),
('ro', 'add_promotions', 'Adaugati promotii'),
('ro', 'add_question', 'Adăugați o întrebare'),
('ro', 'add_rate_area', 'Add rate area'),
('ro', 'add_reason', 'Adăugați un motiv'),
('ro', 'add_recipients_from_users', 'Add recipients from users'),
('ro', 'add_report', 'Adaugati un raport'),
('ro', 'add_section', 'Adaugati o sectiune'),
('ro', 'add_selected_to_cart', 'Adaugati cea selectata cosului de cumparaturi'),
('ro', 'add_shipping_method', 'Adaugati o noua modalitate de transport'),
('ro', 'add_site_map_section', 'Adaugati sectiune harta site-ului'),
('ro', 'add_snippet', 'Adaugă fragment'),
('ro', 'add_state', 'Adaugati regiune'),
('ro', 'add_status', 'Adaugati statut'),
('ro', 'add_storefront', 'Add storefront'),
('ro', 'add_storefronts', 'Add storefronts'),
('ro', 'add_storefronts_and_close', 'Add storefronts and close'),
('ro', 'add_store_location', 'Adăugați locația magazinului'),
('ro', 'add_subcategory', 'Agaugati o subcategorie'),
('ro', 'add_subscriber', 'Adaugati un abonat'),
('ro', 'add_subscribers_from_users', 'Adaugati abonati din lista de utilizatori'),
('ro', 'add_subtract_points', 'Adăugați & sustrageți puncte'),
('ro', 'add_supplier', 'Adăugați furnizor'),
('ro', 'add_tab', 'Adaugati fila noua'),
('ro', 'add_table_column', 'Add column'),
('ro', 'add_tag', 'Adăugați un tag'),
('ro', 'add_tax', 'Adaugati o taxa'),
('ro', 'add_template', 'Add template'),
('ro', 'add_to_cart', 'Adaugati in cos'),
('ro', 'add_to_comparison_list', 'Adaugă la lista de comparaţie'),
('ro', 'add_to_wishlist', 'Add to Wishlist'),
('ro', 'add_user', 'Adaugati un utilizator'),
('ro', 'add_users', 'Adaugati utilizatori'),
('ro', 'add_users_and_close', 'Adaugati utilizatori si inchideti'),
('ro', 'add_vendor', 'Adaugă furnizor'),
('ro', 'add_vendor_administrator', 'Adauga Administratorul de furnizor'),
('ro', 'add_withdrawal', 'Request withdrawal'),
('ro', 'admin2', 'Nu puteti efectua un import in acest stor pentru ca utilizati o versiune de trial expirata'),
('ro', 'administration', 'Administrare'),
('ro', 'administration_menu_structure_changed_upgrade_notification_text', '<p><b>Locations</b> in <i>Administration → Shipping & taxes</i> renamed to <b>Rate areas</b>. That\'s because the purpose of locations is to set different shipping rates and tax rates.</p><p>Order statuses, shipment statuses, and gift certificate statuses are now located in their own sub-menu: <b>Administration → Statuses.</b></p>'),
('ro', 'administration_menu_structure_changed_upgrade_notification_title', 'Administration menu changed'),
('ro', 'administration_panel', 'Panou de administrare'),
('ro', 'administration_panel.block_manager.enable', 'Edit structure<br/><br/>Change various blocks with information: show them, hide them, or move them as you see fit.<br/>This currently works only at the checkout page. Add a product to cart and proceed to checkout to see the editor'),
('ro', 'administration_panel.live_editor.enable', 'Edit сontent<br/><br/>Change the texts and other data directly on the storefront, without using the administration panel'),
('ro', 'administration_panel.theme_editor.enable', 'Edit style<br/><br/>Change the style of your store (logos, colors, fonts, and so on) and see the changes as you make them'),
('ro', 'administrator', 'Administrator'),
('ro', 'administrators', 'Administratori'),
('ro', 'administrators_menu_description', 'Lista de administratori, utilizatori inregistrati cu cont de administrator'),
('ro', 'administrators_notified', '[count] administratori notificati.'),
('ro', 'admin_notifications', 'Administrator notifications'),
('ro', 'admin_panel', 'Panou de administrare'),
('ro', 'admin_panel.block_manager', 'Editing layout'),
('ro', 'admin_panel_will_be_blocked', 'Installation integrity check failed. The access to the Administration panel will be blocked within 2 days. Please contact our <a href=\"[href]\">support team</a>'),
('ro', 'admin_text_letter_footer', 'Magazinul online al [company_name].'),
('ro', 'advanced', 'Avansat'),
('ro', 'advanced_companies_search', 'Advanced companies search'),
('ro', 'advanced_customer_search', 'Advanced customer search'),
('ro', 'advanced_import.additional_settings', 'Setări suplimentare'),
('ro', 'advanced_import.add_preset', 'Adaugă model'),
('ro', 'advanced_import.advanced_products_import', 'Produse'),
('ro', 'advanced_import.cannot_detect_csv_delimiter', 'Nu se poate detecta automat delimitatorul. Vă rugăm să specificaţi manual delimitator corect în Setări suplimentare pe fila \"Fișier\".'),
('ro', 'advanced_import.cant_load_file', 'Fișierul nu poate fi încărcat'),
('ro', 'advanced_import.cant_load_file_for_company', 'Imposibil de încărcat fişierul pentru compania specificat'),
('ro', 'advanced_import.cant_save_preset_invalid_modifiers', 'Presetarea nu poate fi salvată deoarece conține modificatori nevalabili'),
('ro', 'advanced_import.column_header', 'Nume de coloană în fişierul de import'),
('ro', 'advanced_import.coming_soon', '... în curând'),
('ro', 'advanced_import.create_new_products_only', 'Creați numai produse noi'),
('ro', 'advanced_import.delete_additional_images', 'Ștergeți imaginile suplimentare existente'),
('ro', 'advanced_import.delete_additional_images_tooltip', 'Dacă activați această setare, imaginile suplimentare existente ale produselor importate vor fi înlocuite cu imaginile specificate în fișierul importat (dacă nu sunt specificate imagini, imaginile vechi vor rămâne). Dacă setarea este dezactivată, noile imagini suplimentare vor fi adăugate pur și simplu la imaginile existente.'),
('ro', 'advanced_import.editing_preset', 'Editare presetare: [preset]'),
('ro', 'advanced_import.example_imported_title', 'De exemplu, aici este o valoare în prima linie a fişierului:'),
('ro', 'advanced_import.example_modified_title', 'Şi iată cum această valoare va fi importată:'),
('ro', 'advanced_import.fetching_schema_failed_check_file', 'Înainte de executa importul, asigurați-vă că: <ul> <li> Ați creat presetarea de import utilizând butonul Creare. Dacă vedeți Salvare în loc de Creare, atunci ați făcut deja acest lucru. </ li> <li> Ați specificat nodul corect țintă XML din fila Fișier și ați salvat presetarea. </ li> <li> informațiile importate cu proprietățile produsului din CS-Cart din fila de mapare a câmpurilor și au salvat presetarea. </ li> </ ul> Dacă vedeți acest mesaj, nu ați finalizat punctul 1 sau 2.'),
('ro', 'advanced_import.fetching_schema_failed_check_target_node', 'Vă rugăm să asiguraţi-vă că câmpul <b>XML ţintă nod</b> este completat în mod corespunzător.'),
('ro', 'advanced_import.fields_mapping', 'Campurile de cartografiat'),
('ro', 'advanced_import.fields_mapping.description', 'Acest tabel conţine lista de coloane din fişierul de import. Pentru fiecare coloană pe care doriţi sa o importaţi, selectaţi o proprietate corespunzătoare produsului în [product]. Apoi atunci verificați ce fel de date vor fi importate din acea coloană, şi utilizeați modificatori pentru a modifica aceste date, dacă este necesar. Nu uitați să salvați modificările.'),
('ro', 'advanced_import.file', 'Fişier'),
('ro', 'advanced_import.first_line_import_value', 'Exemplu de valoarea importată'),
('ro', 'advanced_import.general_settings', 'Setări generale'),
('ro', 'advanced_import.has_modifiers', 'Are modificatori'),
('ro', 'advanced_import.images_delimiter', 'Delimitator de imagini'),
('ro', 'advanced_import.images_delimiter.description', 'Separator între imaginile unui produs.'),
('ro', 'advanced_import.import_all', 'Importați toate produsele din fișier'),
('ro', 'advanced_import.import_fields', 'Câmpuri de importat'),
('ro', 'advanced_import.import_file', 'Fişier de import'),
('ro', 'advanced_import.import_products', 'Import produse'),
('ro', 'advanced_import.import_products_w_preset', 'Import produse: [preset]'),
('ro', 'advanced_import.import_strategy', 'Strategia de import'),
('ro', 'advanced_import.import_strategy_tooltip', 'Dacă selectați \"Actualizați numai produsele existente\", produsele care nu există în baza de date a magazinului dvs. vor fi ignorate în timpul importului. <br> Dacă selectați \"Creați numai produse noi\", produsele care există în baza de date a magazinului dvs. va fi sărit peste import.'),
('ro', 'advanced_import.incorrect_delimiter', 'Nu se poate detecta automat delimitatorul. Vă rugăm să specificaţi manual delimitator corect în Setări suplimentare pe fila \"Fișier\".'),
('ro', 'advanced_import.invalid_function_firs_character', 'Numele modelului nu poate începe cu caracterul <b>[character]</b>.'),
('ro', 'advanced_import.invalid_modifier_message', 'Modelul <b>[modifier]</b> este nevalid. [message]'),
('ro', 'advanced_import.invalid_number_of_parameters_provided', 'Număr nevalid de parametri furnizați pentru modelul: <b>[modifier]</b>: așteptat [expected_count], a primit [actual_count].'),
('ro', 'advanced_import.last_launch', 'Ultimul import'),
('ro', 'advanced_import.last_status', 'Stare'),
('ro', 'advanced_import.last_status.F', 'Eşec'),
('ro', 'advanced_import.last_status.P', 'În curs de desfăşurare'),
('ro', 'advanced_import.last_status.S', 'Succes'),
('ro', 'advanced_import.last_status.X', '&mdash;'),
('ro', 'advanced_import.missing_parameters_list_closer', 'Aşteptat <b>[closer]</b> după lista de parametri este lipsă.'),
('ro', 'advanced_import.modifier', 'Modificator'),
('ro', 'advanced_import.modifiers_description', 'Utilizați aceste funcții în coloana <b>Modifer</b> pentru a modifica valorile din câmpurile din fișierul importat. Introduceți funcțiile după cum urmează: <b>function(parameter, parameter)</b>. Rețineți că nu este acceptată configurarea funcțiilor.'),
('ro', 'advanced_import.modifiers_list', 'Lista modificărilor'),
('ro', 'advanced_import.modifiers_self_referencing_info', 'Cele mai multe funcții vă permit să utilizați valoarea nemodificată a câmpului importat utilizând <b>$value </b> ca parametru. Dacă există excepții, acestea vor fi menționate în descrierile funcțiilor.'),
('ro', 'advanced_import.modifier_description.case', '<b>case</b>&mdash;odd parameters are expressions, and the following even parameters are corresponding values. The function checks the expressions and returns the value corresponding to the first expression that ends up being <i>true</i>.<ul><li>Examples:</li><ul><li><b>case($value>100, \"More than 100\", $value>70, \"More than 70\", $value>20, \"More than 20\", $value>0, \"In stock\", $value=0, \"Out of stock\")</b> will result in <i>More than 70</i> if the <i>$value</i> in the imported file is a number between 71 and 100</li></ul><li>Notes:<ul><li>This function shares expression rules and available operations with the <b>if</b> function.</li><li>Only even numbers of parameters are supported: <b>2, 4, 6, 8</b>, etc.</li></ul></li></ul>'),
('ro', 'advanced_import.modifier_description.concat', '<b>concat</b>&mdash;concatenates all the provided parameters. <ul><li>Examples:</li><ul><li><b>concat(\'abc\', def)</b> will result in <i>abcdef</i></li> <li><b>concat(\'PRODUCT_\', $value, \'_CODE\')</b> will result in <i>PRODUCT_$value_CODE</i>, but <b>$value</b> will be replaced with the the value of the imported field</li></ul></ul>'),
('ro', 'advanced_import.modifier_description.div', '<b>div</b>&mdash;divides the first parameter by the second. <ul><li>Examples:</li><ul><li><b>div(9, 3)</b> equals <i>3</i></li> <li><b>div($value, 7)</b> equals <i>the value of the imported field ÷ 7</i></li></ul></ul>'),
('ro', 'advanced_import.modifier_description.if', '<b>if</b>&mdash;checks the expression in the first parameter. If the first parameter is <i>true</i>, the function returns the second parameter. Otherwise the function returns the third parameter.<ul><li>Examples:</li><ul><li><b>if($value>\"0\", \"In Stock\", \"Out of stock\")</b> will result in <i>In Stock</i> if <i>$value > 0</i> is <i>true</i>; otherwise the result will be <i>Out of stock</i></li></ul><li>Available operations for the expression are:<ul><li><b>=</b>&mdash;checks for equality: <i>if($value=100, ...)</i></li><li><b>!=</b>&mdash;checks for inequality: <i>if($value!=100, ...)</i></li><li><b>&gt;</b>&mdash;checks if the first value is greater than the second: <i>if($value&gt;100, ...)</i></li><li><b>&lt;</b>&mdash;checks if the first value is less than the second: <i>if($value&lt;100, ...)</i></li><li><b>&gt;=</b>&mdash;checks if the first value is greater than or equal to the second: <i>if($value&gt;=100, ...)</i></li><li><b>&lt;=</b>&mdash;checks if the first value is less than or equal to the second: <i>if($value&lt;=100, ...)</i></li></ul></li><li>Notes:<ul><li>If you use single (\') or double (\") quotes in the first parameter, make sure that the first parameter is either wrapped in quotes entirely, or that there is no end quote in the middle of the parameter. For example, <i>if(\"My value\"=$value, ...)</i> will not work, but <i>if(\"My value=$value\", ...)</i> will.</ul></li></ul>'),
('ro', 'advanced_import.modifier_description.mul', '<b>mul</b>&mdash;înmulţeşte numerele furnizate ca parametri. <ul><li>exemple:</li><ul><li><b>mul (3, 1)</b> este egal cu <i>3</i></li> <li><b>mul)$value, 7)</b> este egal cu <i>valoarea de câmp importat × 7</i></li></ul></ul>'),
('ro', 'advanced_import.modifier_description.rand', '<b>rand</b>&mdash;generates a random number from 1 to the maximum value provided as the parameter. <ul><li>Examples:</li><ul><li><b>rand(999)</b> may result in any number from 1 to 999.</li></ul></ul>'),
('ro', 'advanced_import.modifier_description.replace', '<b>replace</b>&mdash;replaces all occurrences of the search string with the replacement string. <br>The order of parameters is important: <b>replace(\'search\', \'replace\', \'subject\')</b>. <ul><li>Examples:</li><ul><li><b>replace(\'a\', !, \"banana\")</b> will result in <i>b!n!n!</i></li> <li><b>replace(\"t-shirt\", \'T-Shirt\', $value)</b> will replace every occurrence of <i>t-shirt</i> with <i>T-Shirt</i> in every entry in the column.</li></ul></ul>'),
('ro', 'advanced_import.modifier_description.sub', '<b>sub</b>&mdash;scade parametrul al doilea la primul. <ul><li>exemple:</li><ul><li><b>sub (3, 1)</b> este egal cu <i>2</i></li> <li><b>sub)$value, 7)</b> este egal cu <i>valoarea câmpului importate - 7</i></li></ul></ul>'),
('ro', 'advanced_import.modifier_description.sum', '<b>sum</b>&mdash;însumează două numere cu condiţia ca parametrii. <ul><li>Exemple:</li><ul><li><b>sum(1, 3)</b> este egal cu <i>4</i></li> <li><b>sum(7, $value)</b> este egal cu <i>7 + valoarea de câmp importat</i></li></ul></ul>'),
('ro', 'advanced_import.modifier_description.w_replace', '<b>w_replace</b>&mdash;replaces all occurrences of the search string with the replacement string using wildcards. <br>The order of parameters is important: <b>w_replace(\'search\', \'replace\', \'subject\')</b>. <br>Supported wildcards: <b>?</b>&mdash;any single character; <b>*</b>&mdash;any number of characters to the end of the word. <ul><li>Examples</li><ul><li><b>w_replace(\'banan?\', bananas, banana banans bananz)</b> will result in <i>bananas bananas bananas</i></li> <li><b>w_replace(\"ban*\", \'bananas\', banana banans bananz)</b> will also result in <i>bananas bananas bananas</i></li></ul></ul>'),
('ro', 'advanced_import.modifier_number_of_parameters', 'Număr de parametri'),
('ro', 'advanced_import.modifier_self_reference_is_unsupported', 'Această funcţie nu acceptă utilizarea de o valoare non-modificat din fişierul de import.'),
('ro', 'advanced_import.modifier_title', 'Un modificator este o regulă care modifică valorile dintr-o coloană'),
('ro', 'advanced_import.never', 'Niciodată'),
('ro', 'advanced_import.new_preset', 'Presetare nouă'),
('ro', 'advanced_import.options', 'Opţiuni'),
('ro', 'advanced_import.preset_last_view', 'Presetate'),
('ro', 'advanced_import.preset_not_found', 'Modelul nu a fost gasit'),
('ro', 'advanced_import.previewing_fields_mapping', 'Previzualizare câmpuri de cartografiere pentru modelul: [preset]'),
('ro', 'advanced_import.product_property', 'Proprietatea produsului în [product]'),
('ro', 'advanced_import.properties', 'Proprietăţi'),
('ro', 'advanced_import.remove_images', 'Elimină imagini suplimentare'),
('ro', 'advanced_import.run_import_via_cron_message', 'Poți rula automat backup-ul la anumite intervale de timp. Pentru aceasta, adaugă următoarea comandă la CRON:'),
('ro', 'advanced_import.show_less', 'Arată mai puţin'),
('ro', 'advanced_import.show_more', 'Arată mai multe'),
('ro', 'advanced_import.target_node', 'Nodul tinta XML'),
('ro', 'advanced_import.target_node.description', 'Calea completă a nodului XML cu informaţiile despre o entitate importate. Noduri imbricate în nodul specificat var fi folosite ca coloane din fişierul de import. Iată un exemplu de cale: yml_catalog/magazin/oferte/oferta'),
('ro', 'advanced_import.test_import', 'Efectuați testul de import'),
('ro', 'advanced_import.test_import_tooltip', 'Dacă activaţi această setare, doar primul [n] produs va fi procesat.|Dacă activaţi această setare, doar primele [n] produse vor fi procesate.'),
('ro', 'advanced_import.unexpected_parameter_passed', 'Se așteaptă <b> [delimiter]</b> sau <b> [closer]</b> și a primit<b>[char]</b>.'),
('ro', 'advanced_import.unrecognized_modifier', 'Modelul <b>[modifier]</b> nu există.'),
('ro', 'advanced_import.uploading_file', 'Încărcarea fişierului pentru modelul: [preset]'),
('ro', 'advanced_import.user_upload', 'Încărcat de utilizator'),
('ro', 'advanced_import_images', 'Imaginile produsului'),
('ro', 'advanced_products_search', 'Advanced products search'),
('ro', 'advanced_search', 'Cautare avansata'),
('ro', 'advanced_search_options', 'Optiuni de cautare avansata'),
('ro', 'advanced_storefronts_search', 'Advanced storefronts search'),
('ro', 'affected_email_templates', 'Email templates using this document'),
('ro', 'after_full_payment', 'Dupa plata integrala'),
('ro', 'after_sum', 'Dupa o suma'),
('ro', 'agent', 'Agent'),
('ro', 'agent_id', 'ID-ul agentului'),
('ro', 'age_limit', 'Limită de vârstă'),
('ro', 'age_verification', 'Verificarea vârstei'),
('ro', 'age_warning_message', 'Mesaj de avertizare'),
('ro', 'agilecrm.account_ask', 'Do not have an Agile Account. <a target=\"_blank\" href=\"https://www.agilecrm.com/pricing?utm_source=cscart	&utm_medium=website&utm_campaign=integration\" style=\"text-decoration:none;padding:5px\" class=\"btn-primary\">Create account</a> and fill the details below<br/><br/>'),
('ro', 'agilecrm_btn_validate', 'Validate'),
('ro', 'agile_domain', 'Agile Domain'),
('ro', 'agile_rest_api_key', 'Rest API Key'),
('ro', 'agreement_required', 'Acordul este necesar'),
('ro', 'all', 'Toate'),
('ro', 'allowed', 'Permis'),
('ro', 'allowed_combinations', 'Combinatii permise'),
('ro', 'allowed_extensions', 'Extensii permise'),
('ro', 'allowed_extensions_hint', 'Lasa acest camp gol pentru a permite incarcarea tuturor tipurilor de fisiere sau specifica separandu-le prin virgula (ex. jpg,bmp,gif,pdf)'),
('ro', 'allow_api_access', 'Da, permite acestui utilizator sa foloseasca API'),
('ro', 'allow_return_registration', 'Permiteti inregistrarea cu intoarcere'),
('ro', 'all_actions', 'Toate acțiunile'),
('ro', 'all_block_types', 'All block types'),
('ro', 'all_categories', 'All categories'),
('ro', 'all_companies', 'All vendors'),
('ro', 'all_currencies', 'All currencies'),
('ro', 'all_downloads', 'Toate descarcarile'),
('ro', 'all_features', 'Toate caracteristicele'),
('ro', 'all_filters', 'Toate filtrele de produse'),
('ro', 'all_languages', 'All languages'),
('ro', 'all_layouts', 'All layouts'),
('ro', 'all_locations', 'All locations'),
('ro', 'all_pages', 'Toate paginile'),
('ro', 'all_products', 'All products'),
('ro', 'all_products_have_been_updated', 'Toate produsele au fost actualizate cu succes.'),
('ro', 'all_storefronts', 'All storefronts'),
('ro', 'all_storefronts_short', 'All'),
('ro', 'all_stores', 'All stores'),
('ro', 'all_vendors', 'Toți Furnizorii'),
('ro', 'all_words', 'Toate aceste cuvinte'),
('ro', 'also_bought', 'Incluse si cele cumparate'),
('ro', 'alternative_text', 'Alt text'),
('ro', 'alt_text', 'Text alternativ'),
('ro', 'always', 'Întotdeauna'),
('ro', 'american_express', 'American Express'),
('ro', 'american_express_info', 'CVV este pe partea din faţă a cardului de deasupra numărul de card de credit (fie pe dreapta sau pe partea stângă a cardului de credit).'),
('ro', 'amount', 'Cantitate'),
('ro', 'amount_decreased', 'Cantitatea a fost scazuta cu'),
('ro', 'amount_increased', 'Cantitatea a fost majorata cu'),
('ro', 'amount_type', 'Tipul sumei'),
('ro', 'and', 'și'),
('ro', 'anonymous', 'Sub anonimat'),
('ro', 'answer', 'Raspuns'),
('ro', 'answers', 'Răspunsuri'),
('ro', 'answer_text', 'Textul răspunsului'),
('ro', 'any', 'Oricare'),
('ro', 'any_category', 'Orice categorie'),
('ro', 'any_date', 'Orice data'),
('ro', 'any_option_combinations', 'Orice combinatii de optiuni'),
('ro', 'any_product', 'Orice produs'),
('ro', 'any_status', 'Orice statut'),
('ro', 'any_words', 'Oricare dintre aceste cuvinte'),
('ro', 'api', 'API'),
('ro', 'apikey', 'API Key'),
('ro', 'api_access', 'Acces API'),
('ro', 'api_access_for_user', 'API access for this user'),
('ro', 'api_access_has_been_disabled', 'From now on, you cannot use the API'),
('ro', 'api_access_has_been_enabled', 'You are free to use the API now'),
('ro', 'api_invalid_value', 'Invalid value `[value]` specified for [field]'),
('ro', 'api_invalid_value_w_valid_list', 'Invalid value `[value]` specified for [field]. Valid values are: [valid_list]'),
('ro', 'api_key', 'Cheie API'),
('ro', 'api_key_not_found', 'Api key was not found'),
('ro', 'api_need_correct_company_id', 'Compania nu este gasita dupa ID-ul inregistrat'),
('ro', 'api_need_id', 'Id-ul obiectului este nedefinit'),
('ro', 'api_need_params', 'Parametrii lipsa'),
('ro', 'api_need_store', 'Este necesar store-ul'),
('ro', 'api_not_need_id', 'Id-ul nu trebuie definit'),
('ro', 'api_no_shipping_methods_available', 'Nu sunt disponibile metode de expediere'),
('ro', 'api_order_couldnt_be_created', 'Comanda nu a putut fi creată'),
('ro', 'api_partner', 'Partener API'),
('ro', 'api_password', 'Parola API'),
('ro', 'api_required_field', 'Domeniul [field] este necesară'),
('ro', 'api_required_fields', 'The following fields are required: [fields]'),
('ro', 'api_shipments_not_allow_update', 'Doar codul de urmarire si parametrii de transport pot fi updatate cu setarea \'Permite utilizatorilor sa creeze transporturi\''),
('ro', 'api_shipments_update_not_allowed', 'Only the tracking_number and carrier params can be updated'),
('ro', 'api_user', 'Utilizator API'),
('ro', 'api_wrong_user_company_relation', 'The user doesn\'t exist for this store, and sharing users among stores is disabled.'),
('ro', 'appearance', 'Aspect'),
('ro', 'appearance_settings', 'Setari aspect'),
('ro', 'appearance_type', 'Tipul aspectului'),
('ro', 'application_id', 'ID-ul aplicatiei'),
('ro', 'application_login', 'Cerere de conectare'),
('ro', 'apply', 'Aplicati'),
('ro', 'apply_as_link', 'Aplicati ca si link'),
('ro', 'apply_for_vendor_account', 'Aplică pentru contul de furnizor'),
('ro', 'apply_shipping_for_all_vendors', 'Permite transport pentru toţi furnizorii'),
('ro', 'apply_shipping_for_all_vendors_confirm', 'Metoda de transport va fi aplicată la toti furnizori. Sunteţi sigur că doriţi să continuaţi?'),
('ro', 'apply_tax_to_products', 'Aplicati taxele selectate tuturor produselor'),
('ro', 'apply_to_all_languages', 'Aplicati la toate limbile'),
('ro', 'apply_to_products', 'Aplicati produselor'),
('ro', 'approval', 'Approval'),
('ro', 'approve', 'Aprobati'),
('ro', 'approved', 'Aprobat'),
('ro', 'approve_selected', 'Approve selected'),
('ro', 'app_params', 'Application'),
('ro', 'arabic', 'Araba'),
('ro', 'arrows', 'Sageti'),
('ro', 'asc', 'asc.'),
('ro', 'assign_to_me', 'Assign to me'),
('ro', 'attachments', 'Atașamente'),
('ro', 'attention', 'Atentie!'),
('ro', 'audience', 'Audienta'),
('ro', 'australia_post_upgrade_notification_text', '<p>The latest version of [product] has different settings for realtime shipping rate calculation if you use Australia Post as a Carrier.</p><p>If you want to show current shipping rates to your clients, do this:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses Australia Post as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li><li>switch to the Configure tab and enter the proper <a href=\"https://developers.auspost.com.au/apis/pacpcs-registration\" target=\"_blank\">PAC API key</a></li></ul>'),
('ro', 'australia_post_upgrade_notification_title', 'Australia Post realtime shipping rate calculation changes'),
('ro', 'auth.one_time_password.notification.error_password_invalid', 'Sorry, it seems that the code you\'ve entered is incorrect. It may have expired or been used already. Please check the code you\'re entering or request a new code.'),
('ro', 'auth.one_time_password.notification.error_password_required', 'Please enter the code to sign in.'),
('ro', 'auth.one_time_password.notification.info_password_sent', 'We\'ve sent a one-time code to [email].'),
('ro', 'auth.one_time_password.popup.input_placeholder', 'Enter the code here'),
('ro', 'auth.one_time_password.popup.message', 'We\'ve sent a one-time code to <strong>[email]</strong>. Please enter it below, and we\'ll sign you in without a password.'),
('ro', 'auth.one_time_password.popup.resend_btn', 'Resend the code'),
('ro', 'auth.one_time_password.popup.sign_in_btn', 'Sign me in'),
('ro', 'auth.one_time_password.popup.title', 'Password-free sign-in'),
('ro', 'authentication_failed', 'Autentificare esuata'),
('ro', 'authentication_key', 'Cheie de autentificare'),
('ro', 'authentication_password', 'Parola de autentificare'),
('ro', 'author', 'Autor'),
('ro', 'authorization', 'Autorizatie'),
('ro', 'authorize_before_order', 'Only registered customers can place an order. Please sign in to your account or register a new one.'),
('ro', 'authorize_capture', 'Autorizatie si captare'),
('ro', 'authorize_only', 'Autorizati doar'),
('ro', 'auth_code', 'Cod de autentificare'),
('ro', 'auth_info', 'Informatii de autentificare'),
('ro', 'auto', 'Automat'),
('ro', 'autoresponders', 'Autoresponders'),
('ro', 'auto_set_permissions_via_ftp', 'Permisiuni auto-setate prin FTP'),
('ro', 'avail', 'Dispon.'),
('ro', 'availability', 'Disponibilitate'),
('ro', 'available', 'Disponibil'),
('ro', 'available_fields', 'Campuri disponibile'),
('ro', 'available_for_supplier', 'Available for supplier'),
('ro', 'available_for_vendor', 'Disponibil pentru furnizor'),
('ro', 'available_items', 'Produse disponibile'),
('ro', 'available_languages', 'Limbi disponibile'),
('ro', 'available_since', 'Disponibil incepand cu'),
('ro', 'available_upgrades', 'Upgradări disponibile'),
('ro', 'available_views', 'Vizualizări disponibile'),
('ro', 'avail_from', 'Disponibil de la'),
('ro', 'avail_till', 'Disponibil pana la'),
('ro', 'average', 'Medie'),
('ro', 'avs', 'AVS'),
('ro', 'awaiting', 'in asteptare'),
('ro', 'awaiting_approval', 'in asteptarea aprobarii'),
('ro', 'backend_google_auth.errors.not_configured', 'Configurați mai întâi add-on-ul'),
('ro', 'backend_google_auth.login_page.btn', 'Autentificaţi-vă prin Google'),
('ro', 'backend_google_auth.login_page.help', 'Vă rugăm selectaţi adresa de e-mail pe care aţi specificat-o pentru contul de administrator.'),
('ro', 'backend_google_auth.settings.authorized_redirect_uris', 'URI-urile de redirecționare autorizate:'),
('ro', 'backend_google_auth.settings.create_new_application', 'Pentru a dobândi ID-ul de client și secret creati o nouă aplicație în contul dvs. Google API-uri.'),
('ro', 'backend_google_auth.settings.learn_more_about', 'Aflați mai multe despre API-urile Google'),
('ro', 'backend_google_auth.settings.provide_your_credentials', 'Furnizați acreditările dvs. API Google'),
('ro', 'backend_google_auth.settings.save_and_check_btn', 'Salvați și testați conectarea'),
('ro', 'backend_google_auth.settings.warning', 'După ce configurați acest add-on, numai administratorii cu adrese de e-mail Gmail vor putea să se conecteze la panoul Administrare. Dacă administratorii dvs. au adrese de e-mail non-Google specificate, nu configurați add-on-ul, altfel administratorii nu vor putea să se conecteze.'),
('ro', 'backend_google_auth.user_not_found', 'Utilizatorul <strong> [user] </strong> nu a fost găsit'),
('ro', 'backend_google_auth.warnings.only_gmail_address_is_available_to_auth', 'Este activă extensia \"Conectare back-end prin Google\". Numai administratorii cu adrese de e-mail Gmail vor putea să se conecteze.'),
('ro', 'backtrace', 'Istoric'),
('ro', 'backup', 'Copie de rezerva'),
('ro', 'backupping_data', 'Se creaza o copie de siguranta a datelor pentru'),
('ro', 'backupping_schema', 'Se creaza o copie de siguranta a schemei pentru'),
('ro', 'backup_data', 'Creati o copie de siguranta a datelor din baza de date'),
('ro', 'backup_filename', 'Numele fisierului de backup'),
('ro', 'backup_files', 'Fisierele backup'),
('ro', 'backup_options', 'Optiuni Backup'),
('ro', 'backup_restore', 'Copiere de rezervă/restaurare'),
('ro', 'backup_schema', 'Backup-ul datei de baza a schemei'),
('ro', 'back_in_stock_notification_footer', 'Achizitionare!'),
('ro', 'back_in_stock_notification_header', 'Va scriem pentru a va informa ca urmatorul produs este din nou in stoc in magazinul nostru:'),
('ro', 'balance', 'Balanta'),
('ro', 'balance_account', 'Balanta contului'),
('ro', 'balance_carried_forward', 'Sold reportat'),
('ro', 'bank', 'Banca'),
('ro', 'bank_cic', 'Banca CIC'),
('ro', 'bank_cm', 'Credit Mutuel'),
('ro', 'bank_obc', 'OBC'),
('ro', 'bank_routing_number', 'Numarul de rutare al bancii'),
('ro', 'banner', 'Banner'),
('ro', 'banners', 'Bannere'),
('ro', 'banners.editing_banner', 'Editare banner'),
('ro', 'banners.new_banner', 'Banner nou'),
('ro', 'banners_menu_description', 'Creati bannere grafice şi textuale care pot fi apoi amplasate pe pagina web.'),
('ro', 'banner_code', 'Codul banner-ului'),
('ro', 'banner_code_for_some_products', 'Codul banner-ului pentru câteva din produse'),
('ro', 'banner_details_notes', 'După ce creaţi un banner aici, ar trebui să utilizaţi <strong>editorul</strong> să-l adăugaţi în magazin. < br / >< br / > Du-te la <a href=\"[layouts_href]\" target=\"_blank\"> Design → Machete</a>, schimbă locaţia unde doriţi banner-ul să apară, şi adăugaţi un bloc nou cu tip <strong>Bannere</strong>.< br / >< br / > în acest setări de bloc, du-te la fila <strong>Conţinut</strong>, alege <strong>Manual</strong> umplere, şi faceţi clic pe butonul <strong>Adaugă bannere</strong>.< br / >< br / > Veţi vedea lista cu toate bannerele în magazin. Alege unul (e) de care aveţi nevoie şi faceţi clic pe <strong>Adauga bannere şi închide</strong> buton. < br / >< br / > În cele din urmă, faceţi clic pe butonul <strong>Creare</strong> pentru a salva modificările.'),
('ro', 'banner_type.abt__ut2', 'AB: UniTheme2: Advanced banner'),
('ro', 'bar', 'Bara'),
('ro', 'base', 'Bază'),
('ro', 'baseurl', 'Base URL'),
('ro', 'base_currency', 'De baza'),
('ro', 'base_currency_not_deleted', 'Moneda nu a fost inlaturata, deoarece este moneda de baza in magazin.'),
('ro', 'base_price', 'Pretul de baza'),
('ro', 'bestsellers', 'Cel mai bine vandut'),
('ro', 'bestselling', 'Cele mai vândute'),
('ro', 'bigpicture_template', 'Imaginea mare'),
('ro', 'biller_code', 'Codul Facturantului'),
('ro', 'billing_address', 'Adresa de facturare'),
('ro', 'billing_address_line_2', 'Billing: address (line 2)'),
('ro', 'billing_city', 'Billing: city'),
('ro', 'billing_country', 'Billing: country'),
('ro', 'billing_first_name', 'Billing: first name'),
('ro', 'billing_last_name', 'Billing: last name'),
('ro', 'billing_options', 'Optiuni de facturare'),
('ro', 'billing_phone', 'Billing: phone'),
('ro', 'billing_shipping_address', 'Adresa de facturare si de livrare'),
('ro', 'billing_state', 'Billing: state'),
('ro', 'billing_zipcode', 'Billing: zipcode'),
('ro', 'bill_to', 'Facturati catre'),
('ro', 'birthday', 'Zi de naștere'),
('ro', 'bling', 'Bling ERP'),
('ro', 'bling_integration', 'Integração com a Bling'),
('ro', 'block', 'Bloc'),
('ro', 'blocks', 'Blocuri'),
('ro', 'block_abt__ut2_advanced_subcategories_menu', 'AB: Advanced subcategories menu'),
('ro', 'block_abt__ut2_light_menu', 'AB: Fly menu'),
('ro', 'block_ab__deal_of_the_day', 'AB: Deal of the day'),
('ro', 'block_ab__deal_of_the_day_description', 'Preview of the chosen promotion'),
('ro', 'block_ab__fast_navigation', 'AB: Fast navigation'),
('ro', 'block_ab__fast_navigation_categories', 'AB: Fast navigation by categories'),
('ro', 'block_ab__fast_navigation_categories_description', 'Fast navigation block by subcategories'),
('ro', 'block_ab__fast_navigation_description', 'Block with fast navigation'),
('ro', 'block_ab__motivation_block', 'AB: Motivation block'),
('ro', 'block_ab__motivation_block_description', 'Output additional information about the store work'),
('ro', 'block_ab__multi_deal_of_the_day', 'AB: Multi Deal of the day'),
('ro', 'block_ab__multi_deal_of_the_day_description', 'Display anounce of one of chosen promotions, considering to their priorities'),
('ro', 'block_ab__promotions', 'AB: Promotions'),
('ro', 'block_ab__promotions_description', 'Promotions list'),
('ro', 'block_ab__promotion_main_data', 'AB: Promotion header'),
('ro', 'block_ab__promotion_main_data_description', 'General promotion data (name, image, description etc.)'),
('ro', 'block_already_exists_in_grid', 'Acest bloc exista deja in grid'),
('ro', 'block_availability_in_stores', 'Availability in stores'),
('ro', 'block_availability_in_stores_description', 'List of stores where the product can be purchased'),
('ro', 'block_banners', 'Bannere'),
('ro', 'block_banners_description', 'Bannere vizuale şi textuale'),
('ro', 'block_blog', 'Posturi recente'),
('ro', 'block_breadcrumbs', 'Breadcrumbs'),
('ro', 'block_breadcrumbs_description', 'Breadcrumbs de navigare'),
('ro', 'block_call_request', 'Cereri de apel'),
('ro', 'block_call_request_description', 'Numărul de telefon al magazinului şi formularul pentru a solicita un apel'),
('ro', 'block_cart_content', 'Continutul cosului'),
('ro', 'block_cart_content_description', 'Continutul actual al cosului'),
('ro', 'block_categories', 'Categorii bloc'),
('ro', 'block_categories_description', 'Categorii arborescente'),
('ro', 'block_checkout', 'Checkout'),
('ro', 'block_checkout_description', 'Informatia curenta a comenzii'),
('ro', 'block_closest_vendors', 'Closest vendors'),
('ro', 'block_closest_vendors_description', 'Vendors from customer\'s city'),
('ro', 'block_content', 'Continutul barierei'),
('ro', 'block_currencies', 'Monede'),
('ro', 'block_currencies_description', 'Selectare moneda'),
('ro', 'block_disabled', 'Bariera a fost dezactivata pentru aceasta locatie'),
('ro', 'block_enabled', 'Bariera a fost activata pentru aceasta locatie'),
('ro', 'block_et_category_banner', 'ET - Category banners'),
('ro', 'block_et_cta', 'ET - Call to action'),
('ro', 'block_et_eib', 'ET - Extra info block'),
('ro', 'block_et_featured_product_banner_tabs', 'ET - Featured product banner tabs'),
('ro', 'block_et_featured_vendors', 'ET - Featured vendors'),
('ro', 'block_et_featured_vendors_sidebar', 'ET - Featured vendors sidebar'),
('ro', 'block_et_home_banners', 'ET - Home banners'),
('ro', 'block_et_home_grid', 'ET - Home grid'),
('ro', 'block_et_main_menu', 'ET - Main menu'),
('ro', 'block_et_menu_horizontal', 'ET - Menu (horizontal)'),
('ro', 'block_et_profile_info', 'ET - Profile info'),
('ro', 'block_et_search', 'ET - Search'),
('ro', 'block_et_sidebar_subcategories', 'ET - Sidebar subcategories'),
('ro', 'block_et_subcaegories', 'ET - Subcategories'),
('ro', 'block_et_subcategories', 'ET - Subcategories'),
('ro', 'block_et_top_menu', 'ET - Top menu'),
('ro', 'block_et_vendor_categories', 'ET - Vendor categories'),
('ro', 'block_et_vendor_contact_button', 'ET - Vendor contact button'),
('ro', 'block_et_vendor_store_description', 'ET - Vendor store description'),
('ro', 'block_et_vendor_store_header', 'ET - Vendor store header'),
('ro', 'block_et_vendor_store_header_mobile', 'ET - Vendor store header (mobile)'),
('ro', 'block_et_vendor_store_menu', 'ET - Vendor store menu'),
('ro', 'block_et_vendor_store_menu_mobile', 'ET - Vendor store menu (mobile)'),
('ro', 'block_geo_maps_customer_location', 'Locatia clientului'),
('ro', 'block_geo_maps_customer_location_description', 'Orasul clientului si formularul de selectie a orasului'),
('ro', 'block_gift_certificates_verify', 'Verificare certificat de cadou'),
('ro', 'block_gift_certificates_verify_description', 'Certificat de cadou de intrare şi de validare'),
('ro', 'block_html_block', 'Bloc HTML'),
('ro', 'block_html_block_description', 'Orice continut HTML'),
('ro', 'block_ip_after', 'Blocati IP-ul dupa un numar de incercari nereusite'),
('ro', 'block_languages', 'Limbi'),
('ro', 'block_languages_description', 'Selectare limba'),
('ro', 'block_lite_checkout_customer_address', 'Checkout: Address'),
('ro', 'block_lite_checkout_customer_address_description', 'Profile fields for customer address'),
('ro', 'block_lite_checkout_customer_billing', 'Finalizare comandă: Adresă facturare'),
('ro', 'block_lite_checkout_customer_billing_description', 'Câmpuri profil pentru adresă facturare'),
('ro', 'block_lite_checkout_customer_information', 'Checkout: Customer Information'),
('ro', 'block_lite_checkout_customer_information_description', 'Profile fields for customer information'),
('ro', 'block_lite_checkout_customer_notes', 'Checkout: Notes'),
('ro', 'block_lite_checkout_customer_notes_description', 'Customer\'s notes about the order'),
('ro', 'block_lite_checkout_customer_sign_in', 'Checkout: Sign-In'),
('ro', 'block_lite_checkout_customer_sign_in_description', 'Sign-in button'),
('ro', 'block_lite_checkout_location', 'Checkout: Location'),
('ro', 'block_lite_checkout_location_description', 'Customer\'s city, state, and country'),
('ro', 'block_lite_checkout_newsletters', 'Checkout: Newsletters'),
('ro', 'block_lite_checkout_newsletters_description', 'Ability to sign up for newsletters'),
('ro', 'block_lite_checkout_payment_methods', 'Checkout: Payment methods'),
('ro', 'block_lite_checkout_payment_methods_description', 'Payment method selection'),
('ro', 'block_lite_checkout_shipping_methods', 'Checkout: Shipping methods'),
('ro', 'block_lite_checkout_shipping_methods_description', 'Shipping method selection'),
('ro', 'block_lite_checkout_terms_and_conditions', 'Checkout: Terms and conditions'),
('ro', 'block_lite_checkout_terms_and_conditions_description', 'Checkbox for accepting terms and conditions'),
('ro', 'block_localizations', 'Locatii'),
('ro', 'block_localizations_description', 'Selectare locatie'),
('ro', 'block_location_selector', 'Customer\'s location'),
('ro', 'block_location_selector_description', 'Enter address to search by location'),
('ro', 'block_mailing_lists', 'Newsletter subscription'),
('ro', 'block_mailing_lists_description', 'Email field for newsletter subscription'),
('ro', 'block_main', 'Principal'),
('ro', 'block_main_description', 'Continut principal'),
('ro', 'block_manager', 'Gestionare bariere'),
('ro', 'block_manager.add_layout_page', 'Adăugaţi aspect pagină'),
('ro', 'block_manager.availability.desktop', 'Desktop'),
('ro', 'block_manager.availability.phone', 'Phone'),
('ro', 'block_manager.availability.show_on', 'Show on'),
('ro', 'block_manager.availability.tablet', 'Tablet'),
('ro', 'block_manager.editing_layout_page', 'Ediţați aspect pagină'),
('ro', 'block_manager.fixed_layout', 'Latime fixa'),
('ro', 'block_manager.fluid_layout', 'Lichid'),
('ro', 'block_manager.forbid_changing_layout_in_css_mode', 'Schimbare de aspect atunci când tema este convertit la CSS nu este permisă. Vă rugăm să activaţi modul mai puţin în <a target=\"_blank\" class=\"cm-post\" href=\"[url]\"> Tematica editor</a>.'),
('ro', 'block_manager.full_width_layout', 'Latime completa'),
('ro', 'block_manager.grid_columns', 'Coloane grid'),
('ro', 'block_manager.layout_pages', 'Paginile de aspect'),
('ro', 'block_manager.layout_width', 'Latime layout'),
('ro', 'block_manager.max_width', 'Latime maxima'),
('ro', 'block_manager.min_width', 'Latime minima'),
('ro', 'block_manager.new_layout_page', 'Aspect nou pagină'),
('ro', 'block_manager.view_layout.desktop', 'Desktop preview'),
('ro', 'block_manager.view_layout.phone', 'Phone preview'),
('ro', 'block_manager.view_layout.reset_filter', 'Edit layouts'),
('ro', 'block_manager.view_layout.tablet', 'Tablet preview'),
('ro', 'block_manager.wrappers.lite_checkout', 'Lite checkout'),
('ro', 'block_menu', 'Meniu'),
('ro', 'block_menu_description', 'Diferite tipuri de meniuri'),
('ro', 'block_my_account', 'Contul meu'),
('ro', 'block_my_account_description', 'Acces profil client'),
('ro', 'block_name', 'Numele barierei'),
('ro', 'block_options', 'Optiuni bloc'),
('ro', 'block_order', 'Ordinea blocului'),
('ro', 'block_our_brands', 'Branduri'),
('ro', 'block_our_brands_description', 'Branduri de produse in stor'),
('ro', 'block_pages', 'Pagini'),
('ro', 'block_pages_description', 'Pagini stor'),
('ro', 'block_payment_methods', 'Metode de plata'),
('ro', 'block_payment_methods_description', 'Metode de plata disponibile'),
('ro', 'block_polls', 'Polls'),
('ro', 'block_products', 'Produse'),
('ro', 'block_products_description', 'Prezentare produs'),
('ro', 'block_product_filters', 'Filtre produs'),
('ro', 'block_product_filters_description', 'Optiuni de filtrare a produselor'),
('ro', 'block_product_filters_home', 'Filtre de produs pentru pagina de start'),
('ro', 'block_product_filters_home_description', 'Opțiuni de filtrare produs, afișate pe pagina de start'),
('ro', 'block_rees46', 'REES46'),
('ro', 'block_rees46_description', 'Блок товарных рекомендаций'),
('ro', 'block_rss_feed', 'RSS feed'),
('ro', 'block_rss_feed_description', 'RSS feed subscription icon'),
('ro', 'block_search_vendors', 'Vendors by location'),
('ro', 'block_search_vendors_description', 'Search for vendors in a specific location'),
('ro', 'block_settings', 'Setarile barierei'),
('ro', 'block_shipping_methods', 'Metode de livrare'),
('ro', 'block_shipping_methods_description', 'Metode de livrare disponibile'),
('ro', 'block_smarty_block', 'Bloc HTML cu suport Smarty'),
('ro', 'block_smarty_block_description', 'Orice continut HTML/Smarty'),
('ro', 'block_store_locator', 'Store locator'),
('ro', 'block_store_locator_description', 'Store locator block'),
('ro', 'block_tags', 'Tags'),
('ro', 'block_tags_description', 'Product tags'),
('ro', 'block_template', 'Şablon'),
('ro', 'block_template_description', 'Bloc cu template particular'),
('ro', 'block_testimonials', 'Mărturii (aprecieri)'),
('ro', 'block_testimonials_description', 'Marturii de la utilizatori'),
('ro', 'block_text', 'Textul blocului'),
('ro', 'block_time', 'Timpul pentru fiecare IP ca sa fie blocat'),
('ro', 'block_vendors', 'Furnizori'),
('ro', 'block_vendors_map', 'Vendor map'),
('ro', 'block_vendors_map_description', 'A map of all vendors'),
('ro', 'block_vendor_categories', 'Categorii vanzător'),
('ro', 'block_vendor_categories_description', 'Categorii de produse disponibile pentru un anumit vânzător'),
('ro', 'block_vendor_filters', 'Filtre furnizor'),
('ro', 'block_vendor_information', 'Informații vânzători'),
('ro', 'block_vendor_logo', 'Logo vânzător'),
('ro', 'block_vendor_plan_info', 'Vendor plan info'),
('ro', 'block_vendor_plan_info_description', 'Shows information about the selected vendor plan'),
('ro', 'block_vendor_search', 'Căutare după produsele vânzătorului'),
('ro', 'block_width', 'Latimea blocului');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('ro', 'block_wrapper_updated', 'Wrapperul blocului a fost actualizat'),
('ro', 'blog', 'Blog'),
('ro', 'blog.add_post', 'Adaugă postări pe blog'),
('ro', 'blog.editing_post', 'Editare postări de pe blog'),
('ro', 'blog.et_featured_recent_posts_scroller', 'ET - Blog featured recent posts scroller'),
('ro', 'blog.et_sidebar_latest_posts_scroller', 'ET - Blog sidebar latest posts scroller'),
('ro', 'blog.new_post', 'Postare nouă pe blog'),
('ro', 'blog.post', 'Postare-mesaj'),
('ro', 'blog.posts', 'Mesaje'),
('ro', 'blog.read_more', 'Citeste mai mult'),
('ro', 'blog.recent_posts', 'Blog: postări recente'),
('ro', 'blog.recent_posts_scroller', 'Blog: ultimele mesaje scroller'),
('ro', 'blog.text_links', 'Blog: link-uri text'),
('ro', 'blog.view_post', 'Vizualizare postare'),
('ro', 'blog_functionality_notes', '<p>Utilizează aceasta pagina pentru a gestiona blog-ul dvs. Acest lucru este cum să organizați mesajele dumneavoastră blog:</p> <ul><li>Blog este un post de obicei care are <b>nivelul pagina rădăcină</b> ca pagina părinte.</li> <li>Alege <b>blog-ul</b> ca pagina părinte pentru mesajele dumneavoastră blog.</li></ul>'),
('ro', 'blog_menu_description', 'Administreaza postarile tale din blog.'),
('ro', 'bm.customer_information_block.warning.email_or_phome_must_be_required', 'Contact information must always have either email, or phone as a required field.'),
('ro', 'bm.customer_information_block.warning.field_automaticly_added', '\"[field_name]\" has been added as a required field automatically.'),
('ro', 'bm.customer_information_block.warning.field_marked_as_required', 'The \"[field_name]\" field has been marked as required.'),
('ro', 'bm_confirm', 'Efectuarea acestei actiuni va [actiune] acest bloc de pe toate paginile de [LOCATION_NAME]. Vrei sa continui?'),
('ro', 'body', 'Sistem'),
('ro', 'body_html', 'HTML body'),
('ro', 'bonus', 'Bonus'),
('ro', 'bonuses', 'Bonusuri'),
('ro', 'both', 'Amandoua'),
('ro', 'bottom_panel.admin_panel', 'Admin panel'),
('ro', 'bottom_panel.build_mode', 'Edit structure'),
('ro', 'bottom_panel.build_mode.not_available', 'Available only at the checkout page. Add a product to cart and go to checkout to see how it works.'),
('ro', 'bottom_panel.buy_license', 'Buy license'),
('ro', 'bottom_panel.change_theme', 'Change theme'),
('ro', 'bottom_panel.community_forums', 'Community forums'),
('ro', 'bottom_panel.customer_help_desk', 'Contact support'),
('ro', 'bottom_panel.documentation', 'Documentation'),
('ro', 'bottom_panel.download', 'Download'),
('ro', 'bottom_panel.edit_layout', 'Edit layout'),
('ro', 'bottom_panel.edit_menus', 'Edit menus'),
('ro', 'bottom_panel.edit_product_tabs', 'Edit product tabs'),
('ro', 'bottom_panel.edit_template', 'Edit template'),
('ro', 'bottom_panel.edit_translations', 'Edit translations'),
('ro', 'bottom_panel.faq', 'FAQ'),
('ro', 'bottom_panel.go_to_dashboard', 'Go to Dashboard'),
('ro', 'bottom_panel.go_to_home_page', 'Go to home page'),
('ro', 'bottom_panel.help', 'Help'),
('ro', 'bottom_panel.hide_bottom_admin_panel', 'Hide admin toolbar'),
('ro', 'bottom_panel.hire_a_developers', 'Hire a developer'),
('ro', 'bottom_panel.preview_mode', 'Preview'),
('ro', 'bottom_panel.restore_demo', 'Restore demo'),
('ro', 'bottom_panel.settings', 'Settings'),
('ro', 'bottom_panel.show_bottom_admin_panel', 'Show admin toolbar'),
('ro', 'bottom_panel.storefront', 'Storefront'),
('ro', 'bottom_panel.text_mode', 'Edit texts'),
('ro', 'bottom_panel.theme_mode', 'Edit style'),
('ro', 'bottom_panel.trial_left', 'Remaining trial period'),
('ro', 'bottom_panel.vendor_panel', 'Vendor panel'),
('ro', 'bottom_panel.video_tutorials', 'Video tutorials'),
('ro', 'bought', 'Deja achizitionat'),
('ro', 'bought_amount', 'Cantitate cumparata'),
('ro', 'box_height', 'Inaltime caseta'),
('ro', 'box_length', 'Lungime caseta'),
('ro', 'box_size', 'Box size'),
('ro', 'box_width', 'Latime caseta'),
('ro', 'brand', 'Brand'),
('ro', 'brand_type', 'Brand/Producator'),
('ro', 'breadcrumbs', 'Breadcrumbs'),
('ro', 'broken_addon_pack', 'Structura add-onului este incorecta. Pachetul nu poate fi instalat'),
('ro', 'broken_po_pack', 'Structura PO-pack incorectă. Pachetul încărcat nu poate fi instalat.'),
('ro', 'browse', 'Rasfoiti...'),
('ro', 'browser_upgrade_notice', '<p> Am detectat ca browser-ul pe care îl utilizati nu este pe deplin suportat de CS - Cart Admin Panel . Puteti vizualiza acest site folosind browserul dvs. curent , dar nu se afisaza in mod corespunzator , si este posibil sa nu puteti utiliza pe deplin toate caracteristicile acestuia. .</p><br><p>CS-Cart Admin Panel este vizualizat cel mai bine utilizand urmatoarele browsere : :</p><br><ul><li>&ndash; <a href=\"http://windows.microsoft.com/en-US/internet-explorer/products/ie/home\" target=\"_blank\">Internet Explorer 9 and above</a></li><li>&ndash; <a href=\"http://www.mozilla.org/en-US/\" target=\"_blank\">Mozilla Firefox (ultima versiune)</a></li><li>&ndash; <a href=\"https://www.google.com/intl/en/chrome/browser/\" target=\"_blank\">Google Chrome (ultima versiune)</a></li></ul><br><p> Faceți clic pe unul dintre link-urile pentru a descărca browser-ul dorit.. După ce s-a terminat descărcarea , instalati browser-ul pentru a rula programul ..</p><br><p> Dacă nu puteți să faceți upgrade browser-ului dvs., puteți accesa în continuare CS - Cart Admin Panel , dar este posibil sa nu puteti folosi pe deplin toate caracteristicile . <br><br><a href=\"[url]\">Continue</a></p>'),
('ro', 'browser_upgrade_notice_title', 'Notificare upgrade browser'),
('ro', 'browse_all_available_addons', 'Răsfoiți toate suplimentele disponibile'),
('ro', 'browse_all_available_themes', 'Răsfoiți toate temele disponibile'),
('ro', 'browse_by_category', 'Browse by category'),
('ro', 'bucket', 'Găleată'),
('ro', 'bulk_category_addition', 'Categorie aditionala in masa'),
('ro', 'bulk_category_deletion_side_effects', 'Aceasta va şterge toate categoriile produselor selectate, precum şi subcategoriile sale şi produsele lor.'),
('ro', 'bulk_edit.decrease_hint', 'To decrease the value use the \"-\". Example: -5'),
('ro', 'bulk_edit.example_of_modified_value', 'Example of the modified value'),
('ro', 'bulk_edit.make_active', 'Make products active'),
('ro', 'bulk_edit.make_disabled', 'Make products disabled'),
('ro', 'bulk_edit.make_hidden', 'Make products hidden'),
('ro', 'bulk_edit.price_and_stock', 'Price & Stock'),
('ro', 'bulk_edit.some_products_were_omitted', 'Some products were skipped because the last remaining category can\'t be removed or added for a product.'),
('ro', 'bulk_edit.some_products_were_omitted_other_storefront', 'Couldn\'t edit selected products. Some of the selected products belong to other storefronts; please deselect those products to be able to edit remaining ones.'),
('ro', 'bulk_edit.unable_to_delete_all_categories', 'At least one category must be selected'),
('ro', 'bulk_edit.what_do_these_checkboxes_mean', 'What do these checkboxes mean?'),
('ro', 'bulk_edit.what_do_these_checkboxes_mean_checked', 'all the selected products belong to this category or will be assigned to it.'),
('ro', 'bulk_edit.what_do_these_checkboxes_mean_indeterminate', 'some of the selected products belong to this category; no changes will be made.'),
('ro', 'bulk_edit.what_do_these_checkboxes_mean_unchecked', 'none of the selected products belong to this category, or they will be removed from it.'),
('ro', 'bulk_print_invoice', 'Imprimare factură bulk'),
('ro', 'bulk_print_packing_slip', 'Packing slip bulk print'),
('ro', 'bulk_print_pdf', 'Imprimare facturi in masa (PDF)'),
('ro', 'bulk_product_addition', 'Produse aditionale in masa'),
('ro', 'bundleid', 'Bundle Id'),
('ro', 'button_bgcolor', 'Buton culoare fundal'),
('ro', 'button_text_color', 'Buton culoare text'),
('ro', 'but_change', 'Schimbati'),
('ro', 'buyer_name', 'Numele cumparatorului'),
('ro', 'buy_in_advance', 'Cumparati in avans'),
('ro', 'buy_in_advance_upgrade_notification.message', '<p>Customers can now preorder products that have <b>Out of stock actions</b> set to <i>Buy in advance</i> even when the <b>Allow negative amount in inventory</b> setting is disabled. Currently the following products are available on backorder:</p><ul>[products_list]</ul><p>If you don\'t want to allow customers to purchase some of these products while you don\'t have them in stock, please edit these products and set their <b>Out of stock actions</b> to <i>None</i>.</p>'),
('ro', 'buy_in_advance_upgrade_notification.title', 'New behavior of \"Out of stock actions: Buy in advance\"'),
('ro', 'buy_license', 'Achiziţionaţi o licenţă'),
('ro', 'buy_new_storefront_license', 'Cumpără licența pentru magazinul [product]'),
('ro', 'buy_now', 'Cumparati acum'),
('ro', 'buy_now_url', 'Cumpara acum URL'),
('ro', 'buy_together', 'Cumpără împreună'),
('ro', 'buy_together_calculation_information', 'Preț total: [total_price], Discount: [discount], Preț combinație: [combination_price]'),
('ro', 'buy_together_combination_cannot_be_added', 'Combinația nu poate fi adăugată în coș'),
('ro', 'buy_together_fill_the_mandatory_fields', 'Te rugăm să specifici opțiunile produsului înainte de a adăuga combinația în coș.'),
('ro', 'buy_together_is_not_compatible_with_configurator', '[product_name] nu poate fi adăugat la combinație. «Cumpără împreună» nu este compatibil cu add-on-ul «Configurator produs»'),
('ro', 'buy_together_is_not_compatible_with_recurring_billing', '[product_name] nu poate fi adăugat la combinație. «Cumpără împreună» nu este compatibil cu add-on-ul «Facturare periodică»'),
('ro', 'buy_together_product_was_removed', '[product] nu a fost în cantitate suficientă ([amount]) și a fost eliminat din coș'),
('ro', 'by', 'de catre'),
('ro', 'bytes', 'octeti'),
('ro', 'by_fixed', 'Cu o suma fixa de'),
('ro', 'by_percentage', 'Dupa un procentaj din pretul initial'),
('ro', 'b_first_name_and_last_name', 'First name and last name (for billing)'),
('ro', 'b_fullname', 'Full name (for billing)'),
('ro', 'b_last_name_and_first_name', 'Last name and first name (for billing)'),
('ro', 'C128A', 'Codul 128 este un cod cu o densitate mare, simbolistic codului de bare.<br/>Utilizat pe o scara larga in intreaga lume.<br/>Codul 128 este proiectat pentru a codifica 128 de caractere intregi ASCII.<br/>Codul 128-A - 0-9, A-Z, ASCII controleaza doruile, caracterele speciale.<br/>Codul 128-B - 0-9, A-Z, a-z, caracterele speciale.<br/>Codul 128-C - 00-99 (densitatea dubla de codare a datelor, doar pentru cele numerice).<br/>'),
('ro', 'C128B', 'Codul 128 este un cod de densitate mare, simbolistic codului de bare.<br/>Utilizat pe scara larga in intreaga lume.<br/>Codul 128 este proiectat sa codifice 128 de caractere intregi in ASCII.<br/>Codul 128-A - 0-9, A-Z, ASCII controleaza codurile, caracterele speciale.<br/>Codul 128-B - 0-9, A-Z, a-z, caracterele speciale.<br/>Codul 128-C - 00-99 (densitate dubla de codare a datelor, doar pentru cele numerice).<br/>'),
('ro', 'C128C', 'Codul 128 este un cod de densitate mare, simbolistic codului de bare.<br/>Utilizat pe scara larga in intreaga lume.<br/>Codul 128-A - 0-9, A-Z, ASCII controleaza codurile, caracterele speciale.<br/>Codul 128-B - 0-9, A-Z, a-z, caracterele speciale.<br/>Codul 128-C - 00-99 (densitate dubla de codare a datelor, doar pentru cele numerice).<br/>'),
('ro', 'C39', 'Cunoscut de asemenea ca: USS 39, 3 din 9.<br/>Codul 39 poate codifica caractere aflanumerice.<br/>Simbolistica este utilizata intr-un mediu de vanzare amanuntit.<br/>Codul 39 este conceput pentru a codifica 26 de litere cu majuscule, 10 cifre si 7 caractere speciale.'),
('ro', 'cache_cleared', 'Cache-ul a fost curatat'),
('ro', 'calculate', 'Calculeaza'),
('ro', 'calculate_shipping_cost', 'Calculeaza costul de livrare'),
('ro', 'calendar', 'Calendar'),
('ro', 'call_request.work_time', 'Lu-Vi 9:00-18:00'),
('ro', 'call_requests', 'Cereri de apel'),
('ro', 'call_requests.agreement_text_full_request_call_request_form', '<p>Noi ([company]) vom folosi datele pe care le furnizaţi aici pentru a vă contacta cu privire la cererea de apel sau comanda dvs. Că datele vor rămâne în sistemul nostru, vor fi vizibile doar pentru personalul nostru (sau distribuitorul relevant), până când vă retrageţi consimţământul dumneavoastră. Dacă doriţi să aveţi datele personale eliminat, trimite un email pe adresa [email].</p> <p>În cazul în care credeţi că datele cu caracter personal a fost utilizat în mod abuziv, aveţi dreptul de a depune o plângere la autoritatea de supraveghere. Suntem obligați, conform Regulamentului UE privind protecția generală a datelor, să vă informăm despre acest drept; nu intenționăm să folosim în mod greșit datele dvs.</p>'),
('ro', 'call_requests.agreement_text_short_request_call_request_form', 'Sunt de acord ca datele mele personale să fie <u>prelucrate după cum urmează.</u>'),
('ro', 'call_requests.awaiting_call', 'Apel in aşteptare'),
('ro', 'call_requests.buy_now_with_one_click', 'Cumpără acum cu un singur clic'),
('ro', 'call_requests.convenient_time', 'Ora convenabila'),
('ro', 'call_requests.enter_phone_or_email_text', 'Vă rugăm să introduceţi numărul de telefon sau e-mail (departamentul vânzări vă va contacta)'),
('ro', 'call_requests.error_validate_call_form', 'Vă rugăm să introduceţi numărul dvs. de telefon sau e-mail'),
('ro', 'call_requests.error_validator_phone', 'Numărul de telefon în câmpul <b>[field]</b> nu este valid.'),
('ro', 'call_requests.event.request_about_product_created.name', 'Call requests: request about product created'),
('ro', 'call_requests.event.request_created.name', 'Call requests: request created'),
('ro', 'call_requests.notes', 'Note'),
('ro', 'call_requests.no_name_specified', 'Nici un nume specificat'),
('ro', 'call_requests.order_exists', 'Comanda existenta'),
('ro', 'call_requests.order_placed', 'Am primit cererea dumneavoastră! Comanda #[order_id] a fost creată cu succes. Un agent vânzări vă va contacta în curând.'),
('ro', 'call_requests.person_name_and_phone', 'Numele şi telefonul'),
('ro', 'call_requests.phone_from_settings', 'Setările telefonului'),
('ro', 'call_requests.requested_product', 'Produsul solicitat'),
('ro', 'call_requests.request_call', 'Cereri de apel'),
('ro', 'call_requests.request_call_request_form', 'Cereri de apel: formularul de cerere'),
('ro', 'call_requests.request_recieved', 'Am primit cererea dumneavoastră! Un agent vânzări vă va contacta în curând.'),
('ro', 'call_requests.responsible', 'Responsabil'),
('ro', 'call_requests.status.completed', 'Finalizat'),
('ro', 'call_requests.status.in_progress', 'În curs de desfăşurare'),
('ro', 'call_requests.status.new', 'Nou'),
('ro', 'call_requests.status.no_answer', 'Nici un răspuns'),
('ro', 'call_requests.text_buy_with_one_click_request', 'Clientul [customer] este <a href=\"[href]\"> aşteaptă apelul dumneavoastră</a> pe [phone_number], cu privire la achiziţionarea de produs <a href=\"[product_href]\">[product_name]</a>.'),
('ro', 'call_requests.text_call_request', 'Clientul [customer] <a href=\"[href]\"> aşteaptă apelul dumneavoastră</a> pe numarul [phone_number].'),
('ro', 'call_requests.text_call_request_call_time', 'Timpul convenabil pentru apel este între [time_from] şi [time_to].'),
('ro', 'call_requests.use_for_call_requests', 'Cererea de apel şi cumpara acum cu un singur clic pe formular'),
('ro', 'call_requests_menu_description', 'Gestionati cererile de apel pentru clienți'),
('ro', 'campaign', 'Campaign'),
('ro', 'campaigns', 'Campaigns'),
('ro', 'campaign_stats', 'Campaign statistics'),
('ro', 'canada_post_activation_error', 'Pentru a acitvat transportul prin posta Canadiana va trebui sa aveti moneda Dolar Canadian activat.'),
('ro', 'canada_post_upgrade_notification_text', '<p>The latest version of [product] has different settings for realtime shipping rate calculation if you use Canada Post as a Carrier.</p><p>If you want to show current shipping rates to your clients, do this:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses Canada Post as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li><li>switch to the Configure tab and enter the proper <a href=\"https://www.canadapost.ca/cpo/mc/business/productsservices/developers/services/gettingstarted.jsf\" target=\"_blank\">API keys</a></li></ul>'),
('ro', 'canada_post_upgrade_notification_title', 'Canada Post realtime shipping rate calculation changes'),
('ro', 'cancel', 'Anulati'),
('ro', 'canceled_reversal', 'Inversare anulata'),
('ro', 'cancelled', 'Anulat'),
('ro', 'cancel_order', 'Cancelar pedido'),
('ro', 'cancel_url_target', 'Destinatia URL-ului de Anulare'),
('ro', 'cannot_buy', 'Nu puteti cumpara produsul cu aceste optiuni de variante'),
('ro', 'cannot_proccess_checkout', 'Cosul dvs. este gol, va rugam adaugati un produs in cos.'),
('ro', 'cannot_proccess_checkout_without_payment_methods', 'Nu exista metode de plata disponibile, astfel incat dvs. sa puteti cumpara.'),
('ro', 'cannot_remove_active_theme', 'Nu se poate elimina tema activă'),
('ro', 'cannot_remove_theme_has_dependent_themes', 'The theme can\'t be removed as the following themes depend on it: [dependent_themes]'),
('ro', 'cannot_upload_file', 'Cannot upload file'),
('ro', 'cannot_write_file', 'Nu s-a putut scrie fisierul <b>[file]</b>. Va rugam verificati permisiunea fisierului si folderului.'),
('ro', 'cant_create_backup_file', 'Nu pot încărca fişierul copie de rezervă. Vă rugăm să verificaţi permisiunile pentru \"var/backup\" directorul de instalare.'),
('ro', 'cant_find_thread', 'Subiectul nu poate fi găsit.'),
('ro', 'cant_remove_addon_files', 'Add-on files couldn\'t be removed'),
('ro', 'cant_remove_default_storefront', 'Default storefront <b>[url]</b> can\'t be removed'),
('ro', 'cant_save_percentage_price', 'Nu puteti folosi o valoare procentuala pentru pretul de baza'),
('ro', 'cant_upload_file', 'Couldn\'t upload the file. The problem isn\'t necessarily on the [product] end. If it occurs regularly, please contact your server administrator or our technical support.'),
('ro', 'captcha_upgrade_notification_text', '<p>Previously you had to use <b>Settings → Image verification</b> to configure anti-bot protection. Starting with [product] 4.5.1, that section of the settings doesn\'t exist. All relevant settings were moved to the Google reCAPTCHA add-on. The values of those settings remain as they were before the upgrade.</p><p>The Google reCAPTCHA add-on is now the only mechanism of anti-bot protection available in [product] by default. To set up anti-bot validation, follow these steps:</p><ol><li>Go to <b>Add-ons → Manage add-ons</b>.</li><li>Find and click on <b>Google reCAPTCHA</b> in the list of add-ons.</li><li>A pop-up window will open. Enter <b>Site key</b> and <b>Secret token</b>, then save your changes. The instructions on how to get the key and token are available <a href=\'https://developers.google.com/recaptcha/docs/start\' target=\'_blank\'>here</a>.</li><li>Configure other settings of the add-on as you see fit.</li></ol>'),
('ro', 'captcha_upgrade_notification_title', 'Image verification was fully replaced by Google reCAPTCHA'),
('ro', 'capture', 'Captura'),
('ro', 'card', 'Card'),
('ro', 'cardholder_name', 'Detinatorul cardului'),
('ro', 'card_number', 'Numarul cardului'),
('ro', 'carousel', 'Carusel'),
('ro', 'carousel_swiper', 'Swiper'),
('ro', 'carrier', 'Cariera'),
('ro', 'carrier_aup', 'Posta Australiana'),
('ro', 'carrier_can', 'Canada Post'),
('ro', 'carrier_dhl', 'DHL'),
('ro', 'carrier_fedex', 'FedEx'),
('ro', 'carrier_store_locator', 'Pickup'),
('ro', 'carrier_swisspost', 'SwissPost'),
('ro', 'carrier_temando', 'Temando'),
('ro', 'carrier_ups', 'UPS'),
('ro', 'carrier_usps', 'USPS'),
('ro', 'cart', 'Cos'),
('ro', 'cart_content', 'Continut cos'),
('ro', 'cart_contents', 'Continutul cosului'),
('ro', 'cart_info', 'CS-Cart info'),
('ro', 'cart_is_empty', 'Cosul este gol'),
('ro', 'cart_items', 'Continutul cosului'),
('ro', 'cart_or_wishlist', 'Cart or Wishlist'),
('ro', 'cart_subtotal', 'Subtotalul cosului'),
('ro', 'cash_on_delivery', 'Plata la livrare'),
('ro', 'catalog', 'Catalog'),
('ro', 'catalog_mode', 'Mod catalog'),
('ro', 'catalog_pages', 'Paginile catalogului'),
('ro', 'categories', 'Categorii'),
('ro', 'categories_have_been_added', 'Au fost adaugate categorii'),
('ro', 'categories_in', 'Categorii în'),
('ro', 'categories_menu_description', 'Vezi categoriile de produse folosite pentru a grupa produsele din stor.'),
('ro', 'category', 'Categorie'),
('ro', 'category_deletion_side_effects', 'Aceasta va şterge toate selectat categoria produselor, precum şi subcategoriile sale şi produsele lor.'),
('ro', 'category_delimiter', 'Delimitatorul de categorie'),
('ro', 'category_description', 'Descrierea categoriei'),
('ro', 'category_location', 'Categoria de locatii'),
('ro', 'category_name', 'Numele categoriei'),
('ro', 'cc_button_submit', 'Proceed to checkout'),
('ro', 'cc_last_digit', 'Final do cartão'),
('ro', 'cdn_settings', 'Setari CDN'),
('ro', 'central', 'Central'),
('ro', 'central_content', 'Continutul central'),
('ro', 'certificate', 'Certificat'),
('ro', 'certificate_already_used', 'Acest certificat cadou este deja în folosință'),
('ro', 'certificate_code_not_available', 'Certificatul de cadou nu poate fi aplicat. Vă rugăm să contactați administrația magazinului virtual.'),
('ro', 'certificate_code_not_valid', 'Codul certificatului cadou nu este valabil'),
('ro', 'certificate_filename', 'Numele fisierului pentru certificat'),
('ro', 'certificate_verification', 'Validați/Uliziați Certificatul Cadou'),
('ro', 'change', 'Schimbati'),
('ro', 'changed', 'Schimbat'),
('ro', 'changes', 'Schimbari'),
('ro', 'change_access_permission_to_config', 'De asemenea, este recomandat sa schimbati permisiunile de acces pentru fisierul config.local.php. Acesta ar trebui sa aiba permisiuni 644 (citire/modificare pentru proprietar si citire pentru restul).'),
('ro', 'change_addons_initialization', 'Schimbare initializare de suplimente'),
('ro', 'change_addons_initialization_description', 'To determine if a certain problem is caused by an add-on, you can disable third-party add-ons or all add-ons. Re-enable them later with one click.'),
('ro', 'change_customer', 'Change customer'),
('ro', 'change_gift_certificate_status', 'Schimbați statutul certificatului cadou în'),
('ro', 'change_language', 'Schimba limba'),
('ro', 'change_order_status_b_subj', 'Order #[order] has been backordered'),
('ro', 'change_order_status_b_text', 'Your order has been backordered.'),
('ro', 'change_order_status_c_subj', 'Order #[order] has been completed'),
('ro', 'change_order_status_c_text', 'Your order has been completed. Thank you for choosing us.'),
('ro', 'change_order_status_default_subj', 'The status of order #[order] has been changed to [status]'),
('ro', 'change_order_status_default_text', 'The status of your order has been changed to [status].'),
('ro', 'change_order_status_d_subj', 'Order #[order] has been declined'),
('ro', 'change_order_status_d_text', 'Your order has been declined. Please contact shop administration.'),
('ro', 'change_order_status_f_subj', 'Order #[order] failed'),
('ro', 'change_order_status_f_text', 'Your order has been unsuccessful. Please contact shop administration.'),
('ro', 'change_order_status_i_subj', 'Order #[order] has been canceled'),
('ro', 'change_order_status_i_text', 'Your order has been canceled. Please contact shop administration.'),
('ro', 'change_order_status_o_subj', 'Order #[order] has been placed successfully'),
('ro', 'change_order_status_o_text', 'Thank you for the order. You are welcome to come back!'),
('ro', 'change_order_status_p_subj', 'Order #[order] has been processed'),
('ro', 'change_order_status_p_text', 'Your order has been processed successfully.'),
('ro', 'change_password_notification', 'Va rugam sa va schimbati parola'),
('ro', 'change_password_notification_body', 'Parola dvs.catre panoul de administrare al magazinului [store] fost schimbata acum [days] zile. Din motive de securitate, va rugam sa va schimbati parola. Pentru a face acest lucru, accesati link-ul de mai jos:'),
('ro', 'change_permissions', 'Schimbati permisiunile'),
('ro', 'change_points', 'Schimbați punctele'),
('ro', 'change_range', 'Schimbati intervalul'),
('ro', 'charged_amount', 'Suma perceputa'),
('ro', 'charge_to_vendor_account', 'Încărcați pentru contul de furnizor'),
('ro', 'charset', 'Setul de caractere'),
('ro', 'chart', 'Grafic'),
('ro', 'charts', 'Grafice'),
('ro', 'chart_type', 'Tipul diagramei'),
('ro', 'check', 'Verificati'),
('ro', 'checkbox', 'Checkbox'),
('ro', 'checked', 'Checked'),
('ro', 'checking_account_number', 'Verificarea numarului de cont'),
('ro', 'checking_core_edition_is_not_suitable', 'Versiunea curenta a cosului ([current_edition]) nu este suportata. Versiunea necesara: [required_edition].'),
('ro', 'checking_core_version_is_not_suitable', 'Versiunea cosului dvs ([version]) nu este suportata. Minim: [min]. Maxim: [max].'),
('ro', 'checking_extension_should_be_installed', 'Extensia [extension] ar trebui instalata pe serverul dvs pentru o corecta functionare a add-onului.'),
('ro', 'checking_extension_should_be_removed', 'Extensia [extension] ar trebui inlaturata de pe serverul dvs pentru o corecta functionare a add-onului.Extensia [extension] va trebui stearsa de pe serverul dvs. pentru a functiona corect.Extensia [extension] ar trebui stearsa pentru o corecta functionare a add-onului.'),
('ro', 'checking_extension_version_is_not_suitable', 'Versiunea [extension] extensiei ([version]) nu este suportata de add-on. Minim: [min]. Maxim: [max].'),
('ro', 'checking_php_version_is_not_suitable', 'Versiunea de PHP ([version]) nu este suportata. Minim: [min]. Maxim: [max].'),
('ro', 'checkout', 'Procesare'),
('ro', 'checkout.email_exists.popup.cancel_btn', 'Use another email'),
('ro', 'checkout.email_exists.popup.message', 'An account with your email already exists. We can sign you in (password won\'t be needed), or you can use another email if you\'d like.'),
('ro', 'checkout.email_exists.popup.sign_in_btn', 'Sign me in'),
('ro', 'checkout.email_exists.popup.title', 'You may have bought from us before'),
('ro', 'checkout.min_cart_subtotal_required', 'To continue checkout process your order subtotal must exceed [amount]'),
('ro', 'checkout_as_guest', 'Platiti fara crearea unui cont'),
('ro', 'checkout_block_with_heading', 'Checkout block (H2 heading)'),
('ro', 'checkout_edp_terms_n_conditions', 'Accept termenii din'),
('ro', 'checkout_location_was_rewritten_upgrade_notification_text', '<p>You can now move parts of the new checkout page around, or hide the parts you don\'t need. To do this, go to <b>Design → Layouts</b> and switch to the <i>Checkout</i> tab. For your convenience, we have updated your checkout page: it now has all the new blocks that a clean [product] installation has. Please check your checkout page and modify it as you see fit.</p><p>We also made a back-up of your previous checkout page. If you need to revert our changes, just import the layout from <b>[file_paths]</b></p><p><a href=\"[layout_page]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Configure checkout here</a></p>'),
('ro', 'checkout_location_was_rewritten_upgrade_notification_title', 'Customize your checkout page'),
('ro', 'checkout_select_profile_before_order', 'Please select a profile before you place the order.'),
('ro', 'checkout_terms_n_conditions', 'Selectaţi această casetă de selectare pentru a accepta [terms_href]'),
('ro', 'checkout_terms_n_conditions_alert', 'Pentru a continua, trebuie sa acceptati Termenii si Conditiile noastre.'),
('ro', 'checkout_terms_n_conditions_name', 'Termeni și condiții'),
('ro', 'check_active', 'Activ'),
('ro', 'check_again', 'Verificati din nou'),
('ro', 'check_all', 'Verifica tot'),
('ro', 'check_disabled', 'Verificare invalida'),
('ro', 'check_hidden', 'Verificare ascunsa'),
('ro', 'check_items_text', 'Pentru a include statuturi de comenzi, Modalitati de plata si Locatii in lista cu, conditii, verificati elementele necesare si faceti click pe butonul \"Salvare\".'),
('ro', 'check_none', 'Verificarea nu s-a realizat'),
('ro', 'check_number', 'Numarul verificarii'),
('ro', 'check_pending', 'Verificare in asteptare'),
('ro', 'check_permissions', 'Verificați permisiunile'),
('ro', 'check_php_timeout', 'Check PHP script timeout'),
('ro', 'check_server_export_settings', 'Verificaţi setările de export server'),
('ro', 'check_ssl', 'Verifica SSL'),
('ro', 'check_uncheck_all', 'Bifati / De-bifati toate'),
('ro', 'chinese', 'Chineza'),
('ro', 'choose', 'Alegeti'),
('ro', 'choose_action', 'Alegeti o actiune'),
('ro', 'choose_category', 'Alegeti o categorie'),
('ro', 'choose_user', 'Alege utilizator'),
('ro', 'choose_your_country', 'Alege tara'),
('ro', 'choose_your_store_mode', 'Va rugam alegeti licenta'),
('ro', 'cities', 'Orase'),
('ro', 'city', 'Oras'),
('ro', 'classes', 'Clase'),
('ro', 'clean', 'Curatati'),
('ro', 'cleanup_history', 'Curatati istoricul'),
('ro', 'cleanup_log', 'Curățați jurnalul'),
('ro', 'clean_logs', 'Goleste logurile'),
('ro', 'clean_old_logs', 'Clear logs older than [n] day|Clear logs older than [n] days'),
('ro', 'clean_up_all_locations_on_import', 'Curata locatiile inainte de import'),
('ro', 'clear', 'Sterge'),
('ro', 'clear_cache', 'Sterge cache'),
('ro', 'clear_cart', 'Goliti cosul'),
('ro', 'clear_conditions', 'Conditiile stergerii'),
('ro', 'clear_fields', 'Stergeti campuri'),
('ro', 'clear_list', 'Curatati liste'),
('ro', 'clear_thumbnails', 'Sterge miniaturile generate'),
('ro', 'clear_wishlist', 'Ștergeți lista de preferințe'),
('ro', 'clicks', 'Click-uri'),
('ro', 'client_id', 'ID-ul clientului'),
('ro', 'clone', 'Clona'),
('ro', 'clone_categories', 'Cloneaza categorii'),
('ro', 'clone_from', 'Cloneaza din'),
('ro', 'clone_layouts', 'Cloneaza layouts'),
('ro', 'clone_pages', 'Cloneaza pagini'),
('ro', 'clone_payments', 'Cloneaza metode de plata'),
('ro', 'clone_products', 'Cloneaza produse'),
('ro', 'clone_product_features', 'Cloneaza caracteristicile produselor'),
('ro', 'clone_product_filters', 'Cloneaza filtrele produselor'),
('ro', 'clone_profile_fields', 'Cloneaza campurile de profil'),
('ro', 'clone_promotions', 'Cloneaza promotii'),
('ro', 'clone_selected', 'Creati o copie celui selectat'),
('ro', 'clone_settings', 'Cloneaza setarile'),
('ro', 'clone_shippings', 'Cloneaza modalitatile de livrare'),
('ro', 'clone_sitemap', 'Cloneaza sitemap'),
('ro', 'clone_static_data_clone', 'Cloneaza meniul'),
('ro', 'clone_table', 'Creati o copie tabelului'),
('ro', 'clone_theme', 'Cloneaza tema'),
('ro', 'clone_this_item', 'Creati o copie acestui item'),
('ro', 'clone_this_page', 'Creati o copie acestei pagini'),
('ro', 'close', 'inchideti'),
('ro', 'close_selected_storefronts', 'Close selected'),
('ro', 'close_storefront', 'Close storefront'),
('ro', 'close_storefront.setting_notice', 'You can open or close a storefront on the storefront editing page'),
('ro', 'cmcic_societe', 'Societate'),
('ro', 'cname', 'CNAME'),
('ro', 'code', 'Cod'),
('ro', 'code_snippets', 'Code snippets'),
('ro', 'coefficient', 'Coeficient'),
('ro', 'collapse_bg_color', 'Sterge culoarea de fundal'),
('ro', 'collapse_section', 'Collapse section'),
('ro', 'collapse_sublist_of_items', 'Ascundeti sub-lista elementelor'),
('ro', 'collapse_text_color', 'Sterge culoarea textului'),
('ro', 'color', 'Culoare'),
('ro', 'column', 'Coloana'),
('ro', 'combination', 'Asociere'),
('ro', 'combination_code', 'Combination code'),
('ro', 'combination_products', 'Combinație produse'),
('ro', 'comma', 'Virgula'),
('ro', 'comment', 'Comentariu'),
('ro', 'comments', 'Comentarii'),
('ro', 'comments_and_reviews', 'Comentarii şi recenzii'),
('ro', 'comments_and_reviews_menu_description', 'Comentariile clienților si recenziile despre produse, categorii, comenzi etc.'),
('ro', 'comment_by', 'Comment postat de'),
('ro', 'comment_hint', 'Foloseste comentariul propriu care va fi afisat sub aceasta optiune'),
('ro', 'commerceml.map.entity_type.warehouse', 'Warehouses'),
('ro', 'commerceml.tab.warehouse', 'Warehouses'),
('ro', 'commission', 'Comision'),
('ro', 'commissions', 'Comisioane'),
('ro', 'commissions_of_last_periods', 'Comisioane ultima perioada'),
('ro', 'commission_rates', 'Rata comisionului'),
('ro', 'communication', 'Comunicare'),
('ro', 'communication_and_rating', 'Comunicare şi evaluare'),
('ro', 'compact_list', 'Lista compacta'),
('ro', 'companies', 'Companie Furnizor'),
('ro', 'company', 'Companie'),
('ro', 'company_address', 'Adresa companiei'),
('ro', 'company_name', 'Numele companiei'),
('ro', 'company_not_found', 'Compania selectata nu a fost gasita'),
('ro', 'company_phone', 'Telefonul companiei'),
('ro', 'company_settings', 'Setari companie'),
('ro', 'compare', 'Comparati'),
('ro', 'compare_product_features', 'Comparati caracteristicile produsului.'),
('ro', 'comparison_list', 'Lista de comparare'),
('ro', 'comparison_list_note', 'Du-te la lista de comparaţie de produse'),
('ro', 'comparsion', 'Comparison'),
('ro', 'compatible_class', 'Clasa compatibila'),
('ro', 'completed', 'Completat(a)'),
('ro', 'compressing_backup', 'Se comprima fisierul backup'),
('ro', 'compress_dump', 'Comprimarea fisierului backup'),
('ro', 'condition', 'Conditie'),
('ro', 'conditions', 'Conditii'),
('ro', 'configure', 'Configurati'),
('ro', 'confirm', 'Confirmati'),
('ro', 'confirmation_dialog', 'Dialogul de confirmare'),
('ro', 'confirmed', 'Confirmed'),
('ro', 'confirm_password', 'Confirmare parola'),
('ro', 'conflicts', 'Conflicte'),
('ro', 'congratulations', 'Felicitari!'),
('ro', 'connection_ticket', 'Biletul de conectare'),
('ro', 'contact', 'Contact'),
('ro', 'contact_information', 'Informatii de contact'),
('ro', 'contact_us_for_price', '[Contactati-ne pentru un pret]'),
('ro', 'container_not_used', 'Acest container nu este folosit. Containerul care contine \"footer-ul\" setat in locatia \"default\" va fi folosit.'),
('ro', 'container_options', 'Optiuni container'),
('ro', 'content', 'Continut'),
('ro', 'content_alignment', 'Aliniere continut'),
('ro', 'content_changed_for', 'Acest block are continut diferit pentru'),
('ro', 'continue', 'Continuati'),
('ro', 'continue_shopping', 'Inapoi la produse'),
('ro', 'controller', 'inlocuiti pentru'),
('ro', 'controller_description', 'Partea URL-ului care va indica o înlocuire (e.g. <b>categories.catalog</b> pentru URL-ul index.php?dispatch=<b>categories.catalog</b>)'),
('ro', 'conversion', 'Conversia'),
('ro', 'converting_data_in_table', 'Conversia datelor din tabel [table]'),
('ro', 'cookie_is_disabled', 'For a complete shopping experience, please <a href=\"http://www.wikihow.com/Enable-Cookies-in-Your-Internet-Web-Browser\" target=\"_blank\">set your browser to accept cookies</a>'),
('ro', 'cookie_policy_upgrade_notification_text', '<p>Some countries require that websites notify customers about the use of cookies. Previously you could do that under <b>Settings → Security</b>. That setting has now been moved to the <b>GDPR Compliance (EU)</b> add-on. Here\'s what we advise doing:</p><ol><li>Go to <b>Add-ons → Manage add-ons</b>.</li><li>Switch to the <b>Browse all available add-ons</b> tab.</li><li>Make sure that the <b>GDPR Compliance (EU)</b> add-on is installed and active.</li><li>Click on the add-on name to open the its settings.</li><li>If the <b>Cookie consent</b> setting is set to <i>Implicit</i>, then your store behaves as before the upgrade.</li><li>Switch to the GDPR tab and make sure that the notifications about personal data processing are configured as you want them to.</li><li>Click <b>Save</b>.</li></ol><p>If you\'d like, you can set the consent mode to <i>Explicit</i>; that way customers will need to explicitly agree to the use of cookies before they can access your store.</p>'),
('ro', 'cookie_policy_upgrade_notification_title', 'Cookie notification settings moved to GDPR add-on'),
('ro', 'coordinates', 'Coordonatele'),
('ro', 'copied', 'Copied'),
('ro', 'copy', 'Copy'),
('ro', 'copyright_shopping_cart', 'Seonid Studio'),
('ro', 'copy_from_layout', 'Copiaza datele din layout'),
('ro', 'copy_theme_from_another_storefront', 'Copy theme and its layouts from another storefront'),
('ro', 'copy_to_other_locations', 'Copie la alte locaţii'),
('ro', 'core', 'Nucleu'),
('ro', 'core_files_have_been_modified', 'Some of your <a href=\"[changes_url]\">core files</a>  were changed manually. That can lead to various problems, especially when upgrading to a new version of [product]. To learn more about why we advise against changing the core files, please read this <a href=\"[docs_url]\" target=\"_blank\" >article</a>.<br><br>[product] automatically checks for changes in core files every time you log in. To disable this check, go to <a href=\"[settings_url]\">Settings → General</a>  and untick the Monitor changes in core files checkbox.'),
('ro', 'cost', 'Pret'),
('ro', 'cost_dependences', 'Dependentele de cost'),
('ro', 'could_not_connect_to_database', 'Could not connect to database'),
('ro', 'could_not_open_file', 'Ne pare rau, nu am putut deschide fisierul'),
('ro', 'countries', 'tari'),
('ro', 'countries_list', 'Listă țări'),
('ro', 'countries_menu_description', 'Editeaza tarile care sunt suportate de catre magazinul tau'),
('ro', 'country', 'tara'),
('ro', 'country_code', 'Country code'),
('ro', 'count_document_fail_imported', 'Documents import failed:'),
('ro', 'count_document_successfully_imported', 'Documents successfully imported:'),
('ro', 'count_email_template_fail_imported', 'Email templates import failed:'),
('ro', 'count_email_template_successfully_imported', 'Email templates successfully imported:'),
('ro', 'count_internal_template_fail_imported', 'On-site notification templates import failed:'),
('ro', 'count_internal_template_successfully_imported', 'On-site notification templates successfully imported:'),
('ro', 'count_snippet_fail_imported', 'Snippets import failed:'),
('ro', 'count_snippet_successfully_imported', 'Snippets successfully imported:'),
('ro', 'coupon', 'Cupon'),
('ro', 'coupons', 'Cuponuri'),
('ro', 'coupon_already_used', 'Acest cupon este folosit deja'),
('ro', 'coupon_code', 'Codul cuponului'),
('ro', 'cpi_hash_key', 'Cheia CPI Hash'),
('ro', 'create', 'Creati'),
('ro', 'created', 'Creat'),
('ro', 'create_account', 'Creati cont'),
('ro', 'create_administrator_account', 'Creare cont de Administrator'),
('ro', 'create_and_close', 'Creaza si inchide'),
('ro', 'create_backup', 'Creaza copie de rezervă'),
('ro', 'create_detailed_shipment', 'Creați detalii de transport'),
('ro', 'create_file', 'Creati fisier'),
('ro', 'create_folder', 'Creati dosar'),
('ro', 'create_gift_certificate', 'Creați un certificat de cadou'),
('ro', 'create_gift_certificate_for_customer', 'Creați Certificat cadou pentru acest client'),
('ro', 'create_guest_account', 'Comanda rapida fara necesitatea creeri unui cont'),
('ro', 'create_new_account', 'Creaza un cont'),
('ro', 'create_new_block', 'Creaza un bloc'),
('ro', 'create_new_layout', 'Creaza un nou layout'),
('ro', 'create_new_order', 'Creati o noua ordine'),
('ro', 'create_process_payment', 'Creati si realizati procesul de plata'),
('ro', 'create_profile', 'Creati un profil nou'),
('ro', 'create_profile_notification_header', 'Multumim pentru inregistrare. Mai jos gasiti detaliile contului dumneavoastra.'),
('ro', 'create_table', 'Creati un Tabel Nou'),
('ro', 'create_ticket', 'Create Ticket'),
('ro', 'creating', 'in proces de realizare'),
('ro', 'creating_storefront', 'Creating storefront'),
('ro', 'creating_table', 'Creaza tabel'),
('ro', 'creation_date', 'Data crearii'),
('ro', 'credit_card', 'Carte de credit'),
('ro', 'credit_card_info', 'Acest numar se afla printat pe verso-ul cartii de credit. Sunt ultimele 3 cifre'),
('ro', 'credit_card_number', 'Numărul cardului de credit'),
('ro', 'credit_memo', 'Notă de credit'),
('ro', 'credit_memo_id', 'ID-ul Credit memo'),
('ro', 'cresecureapitoken', 'CRE SecureAPIToken'),
('ro', 'cresecureid', 'CRE SecureID'),
('ro', 'cresecure_allowed_types', 'Carti de credit acceptate'),
('ro', 'cron_export', 'Setările de export pentru cron'),
('ro', 'cscart_uvdesk', 'UVDesk Dashboard'),
('ro', 'cscart_uvdesk_menu_description', 'Uvdesk dashboard manage, tickets view, etc.'),
('ro', 'csv_delimiter', 'Delimitatorul CSV'),
('ro', 'csv_file', 'Fisierul CSV'),
('ro', 'cta', 'ET - Call to action'),
('ro', 'curl_error_code_reference_link', 'To learn what caused the Curl error, look for your error number in <a target=\"_blank\" href=\"[href]\">this article</a>.'),
('ro', 'curl_error_description_curle_ssl_invalidcertstatus', 'Status returned failure when asked with CURLOPT_SSL_VERIFYSTATUS.'),
('ro', 'currencies', 'Monede'),
('ro', 'currency', 'Moneda'),
('ro', 'currencycode', 'Cod moneda'),
('ro', 'currency_code_aed', 'Dirham Emiratele Arabe Unite'),
('ro', 'currency_code_afn', 'Afghan Afghani'),
('ro', 'currency_code_ang', 'ANG'),
('ro', 'currency_code_aoa', 'Angolan Kwanza'),
('ro', 'currency_code_aon', 'Angolan New Kwanza'),
('ro', 'currency_code_ars', 'ARS'),
('ro', 'currency_code_ats', 'Antillian Guilder'),
('ro', 'currency_code_aud', 'Dolarul Australian'),
('ro', 'currency_code_awg', 'AWG'),
('ro', 'currency_code_azn', 'Azerbaijanian Manat'),
('ro', 'currency_code_bam', 'Bosnia and Herzegovina Convertible Marks'),
('ro', 'currency_code_bbd', 'Barbados Dollar'),
('ro', 'currency_code_bdt', 'Bangladesh Taka'),
('ro', 'currency_code_bef', 'Belgian Franc'),
('ro', 'currency_code_bgl', 'Bulgaria Lev'),
('ro', 'currency_code_bgn', 'BGN'),
('ro', 'currency_code_bhd', 'Bahraini Dinar'),
('ro', 'currency_code_bif', 'Burundi Franc'),
('ro', 'currency_code_bmd', 'Bermudian Dollar'),
('ro', 'currency_code_bnd', 'Brunei Dollar'),
('ro', 'currency_code_bob', 'Bolivian Boliviano'),
('ro', 'currency_code_brl', 'Brazilian Real'),
('ro', 'currency_code_bsd', 'Bahamian Dollar'),
('ro', 'currency_code_btn', 'Bhutan Ngultrum'),
('ro', 'currency_code_bwp', 'Botswana Pula'),
('ro', 'currency_code_byn', 'Belarussian Ruble'),
('ro', 'currency_code_byr', 'BYR'),
('ro', 'currency_code_bzd', 'Belize Dollar'),
('ro', 'currency_code_cad', 'Dolarul Canadian'),
('ro', 'currency_code_cdf', 'Congolese Franc'),
('ro', 'currency_code_chf', 'Francul Elvetian'),
('ro', 'currency_code_clp', 'Chilean Peso'),
('ro', 'currency_code_cny', 'CNY'),
('ro', 'currency_code_cop', 'Colombian Peso'),
('ro', 'currency_code_crc', 'Costa Rican Colon'),
('ro', 'currency_code_csd', 'Serbian Dinar'),
('ro', 'currency_code_cve', 'Cape Verde Escudo'),
('ro', 'currency_code_cyp', 'Cyprus Pound'),
('ro', 'currency_code_cyr', 'Lira Cipriota'),
('ro', 'currency_code_czk', 'Coroana Ceha'),
('ro', 'currency_code_dem', 'Deutsche Mark'),
('ro', 'currency_code_djf', 'Djibouti Franc'),
('ro', 'currency_code_dkk', 'Coroana Daneza'),
('ro', 'currency_code_dop', 'Dominican Peso'),
('ro', 'currency_code_dzd', 'Algerian Dinar'),
('ro', 'currency_code_ecs', 'Ecuador Sucre'),
('ro', 'currency_code_eek', 'Coroana Estoniana'),
('ro', 'currency_code_egp', 'EGP'),
('ro', 'currency_code_ern', 'Eritrean Nafka'),
('ro', 'currency_code_esp', 'Spanish Peseta'),
('ro', 'currency_code_etb', 'Ethiopian Birr'),
('ro', 'currency_code_eur', 'Euro'),
('ro', 'currency_code_fim', 'Finnish Markka'),
('ro', 'currency_code_fjd', 'Dolar Fiji'),
('ro', 'currency_code_fkp', 'Falkland Islands Pound'),
('ro', 'currency_code_frf', 'Francul Francez'),
('ro', 'currency_code_gbp', 'Lira Sterlina'),
('ro', 'currency_code_gel', 'GEL'),
('ro', 'currency_code_ghs', 'Ghana Cedi'),
('ro', 'currency_code_gip', 'Gibraltar Pound'),
('ro', 'currency_code_gmd', 'Gambian Dalasi'),
('ro', 'currency_code_gnf', 'Guinea Franc'),
('ro', 'currency_code_grd', 'Greek Drachma'),
('ro', 'currency_code_gtq', 'Guatemalan Quetzal'),
('ro', 'currency_code_gyd', 'Guyana Dollar'),
('ro', 'currency_code_hkd', 'Dolarul Hong Kong'),
('ro', 'currency_code_hnl', 'Honduran Lempira'),
('ro', 'currency_code_hrk', 'HRK'),
('ro', 'currency_code_htg', 'Haiti Gourde'),
('ro', 'currency_code_huf', 'Forint'),
('ro', 'currency_code_idr', 'Indonesian Rupiah'),
('ro', 'currency_code_iep', 'Irish Pound'),
('ro', 'currency_code_ils', 'Noul Shekel Israielian'),
('ro', 'currency_code_inr', 'Rupia Indiana'),
('ro', 'currency_code_iqd', 'Iraqi Dinar'),
('ro', 'currency_code_irr', 'Iranian Rial'),
('ro', 'currency_code_isk', 'Coroana Islandeza'),
('ro', 'currency_code_itl', 'Italian Lira'),
('ro', 'currency_code_jmd', 'Jamaican Dollar'),
('ro', 'currency_code_jod', 'Jordanian Dinar'),
('ro', 'currency_code_jpy', 'Yenul'),
('ro', 'currency_code_kes', 'Kenyan Shilling'),
('ro', 'currency_code_khr', 'Cambodian Riel'),
('ro', 'currency_code_kmf', 'Congolese Franc'),
('ro', 'currency_code_kpw', 'Won-ul Nord Corean'),
('ro', 'currency_code_krw', 'Won-ul Sud Corean'),
('ro', 'currency_code_kwd', 'Dinarul Kuweitian'),
('ro', 'currency_code_kyd', 'Cayman Islands Dollar'),
('ro', 'currency_code_kzt', 'Tenge Kazahstan'),
('ro', 'currency_code_lak', 'Laos Kip'),
('ro', 'currency_code_lbp', 'Lebanese Pound'),
('ro', 'currency_code_lkr', 'Sri Lanka Rupee'),
('ro', 'currency_code_lrd', 'Liberian Dollar'),
('ro', 'currency_code_lsl', 'Lesotho Loti (Maloti)'),
('ro', 'currency_code_ltl', 'Lit-ul Lituanian'),
('ro', 'currency_code_luf', 'Luxembourg Franc'),
('ro', 'currency_code_lvl', 'Lat-ul Letonian'),
('ro', 'currency_code_lyd', 'Libyan Dinar'),
('ro', 'currency_code_mad', 'MAD'),
('ro', 'currency_code_mdl', 'Moldovan Leu'),
('ro', 'currency_code_mga', 'Malagasy Ariary'),
('ro', 'currency_code_mgf', 'Malagasy Franc'),
('ro', 'currency_code_mkd', 'Macedonian (FYR) Denar'),
('ro', 'currency_code_mmk', 'Myanmar Kyat'),
('ro', 'currency_code_mnt', 'Mongolian Tugrik'),
('ro', 'currency_code_mop', 'Macau Pataca'),
('ro', 'currency_code_mro', 'Mauritania Ouguiya'),
('ro', 'currency_code_mtl', 'Maltese Lira'),
('ro', 'currency_code_mur', 'Mauritius Rupee'),
('ro', 'currency_code_mvr', 'Maldives Rufiyaa'),
('ro', 'currency_code_mwk', 'Malawi Kwacha'),
('ro', 'currency_code_mxn', 'Peso-ul Mexican'),
('ro', 'currency_code_myr', 'Ringgit-ul Malaiezian'),
('ro', 'currency_code_mzn', 'Mozambique Metical'),
('ro', 'currency_code_nad', 'Namibian Dollar'),
('ro', 'currency_code_ngn', 'Nigerian Naira'),
('ro', 'currency_code_nio', 'Nicaraguan Cordoba Oro'),
('ro', 'currency_code_nlg', 'Dutch Guilder'),
('ro', 'currency_code_nok', 'Coroana Norvegiana'),
('ro', 'currency_code_npr', 'Nepalese Rupee'),
('ro', 'currency_code_nzd', 'Dolarul NeoZeelandez'),
('ro', 'currency_code_omr', 'Rial Omani'),
('ro', 'currency_code_pab', 'Panamanian Balboa'),
('ro', 'currency_code_pen', 'Peruvian Nuevo Sol'),
('ro', 'currency_code_pgk', 'Papua New Guinea Kina'),
('ro', 'currency_code_php', 'Peso filipinez'),
('ro', 'currency_code_pkr', 'Pakistan Rupee'),
('ro', 'currency_code_pln', 'Zlotul Polonez'),
('ro', 'currency_code_png', 'Papua Noua Guinee Kina'),
('ro', 'currency_code_pte', 'Portugese Escudo'),
('ro', 'currency_code_pyg', 'Paraguayan Guarani'),
('ro', 'currency_code_qar', 'Qatari Rial'),
('ro', 'currency_code_rol', 'Romanian Lei'),
('ro', 'currency_code_ron', 'RON'),
('ro', 'currency_code_rsd', 'New Serbian Dinar'),
('ro', 'currency_code_rub', 'RUB'),
('ro', 'currency_code_rur', 'Rubla Rusa'),
('ro', 'currency_code_rwf', 'Rwanda Franc'),
('ro', 'currency_code_sar', 'Riyal-ul Arabiei Saudite'),
('ro', 'currency_code_sbd', 'Dolarul Insulelor lui Solomon'),
('ro', 'currency_code_scr', 'Seychelles Rupee'),
('ro', 'currency_code_sdp', 'Sudanese Pound'),
('ro', 'currency_code_sek', 'Coroana Suedeza'),
('ro', 'currency_code_sgd', 'Dolarul Singapore'),
('ro', 'currency_code_shp', 'St Helena Pound'),
('ro', 'currency_code_sit', 'Tolarul Sloven'),
('ro', 'currency_code_skk', 'Coroana Slovaca'),
('ro', 'currency_code_sll', 'Sierra Leone Leone'),
('ro', 'currency_code_sos', 'Somalia Shilling'),
('ro', 'currency_code_srd', 'Suriname Dollar'),
('ro', 'currency_code_srg', 'Suriname Guilder'),
('ro', 'currency_code_std', 'Dobra'),
('ro', 'currency_code_svc', 'El Salvador Colon'),
('ro', 'currency_code_syp', 'Syrian Pound'),
('ro', 'currency_code_szl', 'Swaziland Lilangeni'),
('ro', 'currency_code_thb', 'Baht-ul'),
('ro', 'currency_code_tjs', 'Tajikistan Somoni'),
('ro', 'currency_code_tmt', 'Turkmenistan Manat'),
('ro', 'currency_code_tnd', 'Tunisian Dinar'),
('ro', 'currency_code_top', 'Tongan Pa\'anga-ul'),
('ro', 'currency_code_trl', 'Turkish Lira'),
('ro', 'currency_code_try', 'Lira Turca'),
('ro', 'currency_code_ttd', 'Trinidad and Tobago Dollar'),
('ro', 'currency_code_twd', 'New Taiwan dollar'),
('ro', 'currency_code_tzs', 'Tanzanian Shilling'),
('ro', 'currency_code_uah', 'UAH'),
('ro', 'currency_code_ugx', 'Uganda Shilling'),
('ro', 'currency_code_usd', 'Dolarul American'),
('ro', 'currency_code_uyu', 'Peso Uruguayo'),
('ro', 'currency_code_uzs', 'Uzbekistan Sum'),
('ro', 'currency_code_veb', 'Venezuela Bolivar'),
('ro', 'currency_code_vef', 'Venezuela Bolivar Fuerte'),
('ro', 'currency_code_vnd', 'Vietnamese New Dong'),
('ro', 'currency_code_vuv', 'Vanuatu Vatu-ul'),
('ro', 'currency_code_wst', 'Tala Samaoniana'),
('ro', 'currency_code_xaf', 'XAF'),
('ro', 'currency_code_xcd', 'East Caribbean Dollar'),
('ro', 'currency_code_xof', 'XOF'),
('ro', 'currency_code_xpf', 'XPF'),
('ro', 'currency_code_yer', 'Yemeni Rial'),
('ro', 'currency_code_yum', 'Yugoslavian New Dinar'),
('ro', 'currency_code_zar', 'Rand-ul'),
('ro', 'currency_code_zmw', 'Zambian Kwacha'),
('ro', 'currency_code_zwd', 'Zimbabwe Dollar'),
('ro', 'currency_deleted', 'Moneda a fost stearsa cu succes.'),
('ro', 'currency_rate', 'Valuta'),
('ro', 'currency_rate_greater_than_null', 'Moneda cursului de schimb ar trebui sa fie mai mare decat 0.'),
('ro', 'currency_sign', 'Inregistrare moneda'),
('ro', 'currently_in_use', 'Folosit momentan'),
('ro', 'current_amount', 'Suma actuală'),
('ro', 'current_database_size', 'Dimensiunea curenta a bazei de date'),
('ro', 'current_path', 'Calea curenta'),
('ro', 'current_period', 'Perioada curenta'),
('ro', 'current_setting_value', 'Current value'),
('ro', 'current_theme', 'Tema actuala'),
('ro', 'custom', 'Clientela'),
('ro', 'customer', 'Client'),
('ro', 'customers', 'Clienti'),
('ro', 'customers_menu_description', 'Lista clientilor, utilizatorilor inregistrati.'),
('ro', 'customers_with_abandoned', 'Customers with abandoned'),
('ro', 'customer_address', 'Customer address'),
('ro', 'customer_create_ticket', 'Create Ticket'),
('ro', 'customer_details', 'Detalii client'),
('ro', 'customer_email', 'E-mail client'),
('ro', 'customer_id', 'ID client'),
('ro', 'customer_info', 'Info client'),
('ro', 'customer_information', 'Informatii client'),
('ro', 'customer_name', 'Customer Name'),
('ro', 'customer_notes', 'Notatii client'),
('ro', 'customer_notifications', 'Customer notifications'),
('ro', 'customer_phone', 'Customer phone'),
('ro', 'customer_signature', 'Semnatura clientului'),
('ro', 'customer_sign_in', 'Customer Sign-In'),
('ro', 'customer_text_letter_footer', 'Va multumim pentru ca ati ales magazinul nostru.'),
('ro', 'customization', 'Customization'),
('ro', 'customize', 'Personalizati'),
('ro', 'custom_range', 'Interval'),
('ro', 'custom_search', 'Custom search'),
('ro', 'cutted_product_codes', 'Urmatoarele coduri de produs sunt prea lungi si au fost taiate la 32 cifre'),
('ro', 'cvv2', 'CVV/CVC'),
('ro', 'czech', 'Ceha'),
('ro', 'daily', 'Zilnic');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('ro', 'danish', 'Daneza'),
('ro', 'dashboard', 'Tablou de bord'),
('ro', 'database', 'Baza de date'),
('ro', 'database_data_changes', 'Schimbari in baza de date'),
('ro', 'database_structure_changes', 'Schimbari in structura bazei de date'),
('ro', 'datafeed.description', 'Numai produsele care îndeplinesc <strong>toate</strong> condiţiile de mai jos se vor exporta:'),
('ro', 'datafeed_name', 'Nume flux de date'),
('ro', 'datakeeper.error_unsupported_file_type', 'File cannot be restored. Only .sql, .zip and .tgz files are allowed.'),
('ro', 'datakeeper.file_cannot_be_overrided', 'Cannot write to the file <b>[file]</b>. Set the writable permissions manually or check the FTP access to your server in the <a href=\"[url]\">\"Upgrade center\"</a> section'),
('ro', 'datakeeper.run_backup_via_cron_message', 'You can run the backup automatically at certain time intervals. To do it, add the following command to <a href=\"https://en.wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a>:'),
('ro', 'datatrans_caa', 'Autorizarea cu deconectare imediata'),
('ro', 'datatrans_noa', 'Doar cu autorizare'),
('ro', 'datatrans_sign', 'Semnatura digitala'),
('ro', 'data_feed', 'Flux de date'),
('ro', 'data_feed.error_exim_no_data_exported', 'Nu exista date exportate'),
('ro', 'data_feeds', 'Fluxuri de date'),
('ro', 'data_feeds.exclude_shared_products', 'Exclude produsele distribuite'),
('ro', 'data_feeds.text_tooltip_field_name', 'Numele coloanelor în fişierul de fluxuri de date.'),
('ro', 'data_feeds.text_tooltip_field_type', 'Tipul de date de la magazin care vor fi exportate în această coloană din fişierul de fluxuri de date.'),
('ro', 'date', 'Data'),
('ro', 'date_added', 'Data adaugarii'),
('ro', 'date_of_birth', 'Data nasterii'),
('ro', 'day', 'zi'),
('ro', 'days', 'zile'),
('ro', 'days_old', 'days old'),
('ro', 'db_backup_restore', 'Salvati baza de date'),
('ro', 'db_name', 'Numele bazei de date'),
('ro', 'dear', 'Draga'),
('ro', 'dear_sirs', 'Bună ziua'),
('ro', 'debit', 'Debit'),
('ro', 'decimals', 'Decimale'),
('ro', 'decline', 'Respingeti'),
('ro', 'declined', 'Respins'),
('ro', 'declined_products_information', 'Informațiile produselor respinse'),
('ro', 'decline_products', 'Produse respinse'),
('ro', 'decline_selected', 'Respingeti cele selectate'),
('ro', 'decorator', 'Decorator'),
('ro', 'decrease', 'Micsorati'),
('ro', 'dec_sign', 'Semn de micsorare'),
('ro', 'default', 'Modul implicit'),
('ro', 'default_category_view', 'Vizualizare implicită categorie'),
('ro', 'default_currency_status', 'Statutul monedei primare nu poate fi schimbat'),
('ro', 'default_filter_by_location', 'Nu este specificat nici un filtru. Filtrarea dupa locatie a fost setata ca initiala'),
('ro', 'default_language', 'Limba initiala'),
('ro', 'default_language_status', 'Statusul limbii initiale nu poate fi schimbat'),
('ro', 'default_layout', 'layout initial'),
('ro', 'default_long_options_template', 'Tema Default ( produse cu nume lung si optiuni )'),
('ro', 'default_product_details_view', 'Părinte ([default])'),
('ro', 'default_storefront', 'Default'),
('ro', 'default_storefront_must_exist', 'Default storefront must exist in the store'),
('ro', 'default_template', 'Tema initiala'),
('ro', 'default_value', 'Valoarea initiala'),
('ro', 'deferred', 'Amanat'),
('ro', 'defined', 'Definit'),
('ro', 'defined_desired_products', 'Lista produselor dorite'),
('ro', 'defined_items', 'produse definite'),
('ro', 'delay', 'Timp asteptare (in secunde)'),
('ro', 'delete', 'stergeti'),
('ro', 'deleted', 'sters'),
('ro', 'deleted_product', 'Stergeti produs'),
('ro', 'delete_all_images', 'Delete all images'),
('ro', 'delete_block', 'Stergeti bloc'),
('ro', 'delete_confirmation', 'Sunteti sigur ca doriti sa stergeti produsele selectate?'),
('ro', 'delete_downloadable_product_files', 'Șterge fișierele existente ale produselor descărcabile'),
('ro', 'delete_downloadable_product_files_tooltip', 'Dacă activezi această opțiune, atunci importarea produselor descărcabile va șterge fișierele existente. Dacă opțiunea este dezactivată, noile fișiere ale produselor descărcabile vor fi pur și simplu adăugate fișierelor existente.'),
('ro', 'delete_grid', 'Sterge grid'),
('ro', 'delete_image', 'stergeti imagine'),
('ro', 'delete_image_pair', 'stergeti imagini secundare'),
('ro', 'delete_install_folder', 'Va rugam sa stergeti directorul \"install\". Mentinerea lui poate cauza probleme.'),
('ro', 'delete_range', 'Stergeti gama'),
('ro', 'delete_selected', 'Stergeti cele selectate'),
('ro', 'delete_this_category', 'Stergeti aceasta categorie'),
('ro', 'delete_this_page', 'Stergeti aceasta pagina'),
('ro', 'delete_this_return', 'Ștergeți stoc'),
('ro', 'delivery_time', 'Timp de livrare'),
('ro', 'demo', 'Demo'),
('ro', 'demo_mode', 'Modul demo este activat'),
('ro', 'demo_mode_content_text', '<p>Magazinul functioneaza in modul <b>DEMO</b> si cateva din functionalitatiile sale sunt dezactivate.</p>'),
('ro', 'demo_panel.block_manager.enable', 'Edit structure<br/><br/>Change various blocks with information: show them, hide them, or move them as you see fit.<br/>This currently works only at the checkout page. Add a product to cart and proceed to checkout to see the editor.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Edit layout on-site\"'),
('ro', 'demo_panel.demo_store_panel', 'Panoul magazinului demo'),
('ro', 'demo_panel.demo_will_be_reset_in', 'Demo-ul va fi resetat in'),
('ro', 'demo_panel.go_admin_panel', 'Mergi la panoul de administrare'),
('ro', 'demo_panel.go_storefront', 'Mergi la Magazin'),
('ro', 'demo_panel.go_vendor_panel', 'Mergeți la panoul de furnizor'),
('ro', 'demo_panel.live_editor.enable', 'Edit сontent<br/><br/>Change the texts and other data directly on the storefront, without using the administration panel.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Edit content on-site\"'),
('ro', 'demo_panel.theme_editor.enable', 'Edit style<br/><br/>Change the style of your store (logos, colors, fonts, and so on) and see the changes as you make them.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Theme editor\"'),
('ro', 'denied', 'Refuzat'),
('ro', 'dependence', 'Sortare după'),
('ro', 'deposit_amount', 'Valoarea depusa'),
('ro', 'deprecated', 'Deprecated'),
('ro', 'desc', 'descendent'),
('ro', 'description', 'Description'),
('ro', 'descr_avs', 'Raspunsul verificarii AVS'),
('ro', 'descr_cvv', 'Raspunsul verificarii CVV2'),
('ro', 'design', 'Design'),
('ro', 'design_mode', 'Modul de proiectare'),
('ro', 'desired_amount', 'Cantitatea dorita'),
('ro', 'destination', 'Destinatia'),
('ro', 'destination_nothing_found', 'No suitable destination has been found'),
('ro', 'detailed_description', 'Descriere detailata'),
('ro', 'detailed_image', 'Detailed image'),
('ro', 'detailed_images', 'Imagini detailate'),
('ro', 'detailed_image_url', 'Detailed image URL'),
('ro', 'detailed_info', 'Informații detailate'),
('ro', 'detailed_shipment', 'Detalii de expediere'),
('ro', 'details', 'detalii'),
('ro', 'developer', 'Dezvoltator'),
('ro', 'development', 'Dezvoltare'),
('ro', 'dhl_upgrade_notification_text', '<p>The latest version of [product] has different settings for realtime shipping rate calculation if you use DHL as a Carrier.</p><p>If you want to show current shipping rates to your clients, do this:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses DHL as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li><li>switch to the Configure tab and enter the proper Site ID and Password</li></ul>'),
('ro', 'dhl_upgrade_notification_title', 'DHL realtime shipping rate calculation changes'),
('ro', 'diff', 'Schimbari fisiere'),
('ro', 'different_only', 'Doar cele diferite'),
('ro', 'directory', 'Director'),
('ro', 'direct_download', 'Descarcare directa'),
('ro', 'disable', 'Dezactivati'),
('ro', 'disabled', 'Dezactivat'),
('ro', 'disabled_categories', 'Categorii dezactivate'),
('ro', 'disable_for', 'Dezactivati pentru'),
('ro', 'disable_selected', 'Dezactivati cele selectate'),
('ro', 'disapprove', 'Dezaprobare'),
('ro', 'disapproved', 'Dezaprobat'),
('ro', 'disapprove_selected', 'Disapprove selected'),
('ro', 'discount', 'Reducere'),
('ro', 'discounted_price', 'Pretul redus'),
('ro', 'discounts', 'Discounturi'),
('ro', 'discount_coupon', 'Cupon de discount'),
('ro', 'discount_coupon_code', 'Reducere cod promotional'),
('ro', 'discussion', 'Comentarii și recenzii'),
('ro', 'discussion.add_new_review', 'Discuție: o nouă recenzie'),
('ro', 'discussion.agreement_text_full_add_new_review', '<p>Numele tău va apărea alături de recenzia sau comentariul dumneavoastră, vizibil pentru toată lumea. Noi ([company]), de asemenea, salvează adresa IP ca o măsură de precauţie de securitate, dar pot fi vizualizate numai de personalul nostru. Acesta va rămâne în sistemul nostru până când vă retrageţi consimţământul dumneavoastră. Dacă doriţi să aveţi datele personale eliminat, trimite un email pe adresa [email].</p> <p>în cazul în care credeţi că datele cu caracter personal au fost utilizat în mod abuziv, aveţi dreptul de a depune o plângere la autoritatea de supraveghere. Suntem obligati de UE, Regulamentul General protectia datelor pentru a vă înştiinţa despre acest drept; nu intenționăm să folosim în mod greșit datele dvs.</p>'),
('ro', 'discussion.agreement_text_short_add_new_review', 'Sunt de acord ca datele mele personale să fie <u>prelucrate după cum urmează.</u>'),
('ro', 'discussion.anonymous_setting_restored_upgrade_notification', 'În versiunea 4.9.1<strong> Numai clienții anonimi </ strong> din <strong> Administratorul trebuie să aprobe postările trimise de </ strong> a fost eliminată. Acum, este disponibil din nou, cu abilitatea de a lăsa recenzii pentru clienții neautorizați. Verificați dacă este selectată valoarea dorită a setării.'),
('ro', 'discussion.anonymous_setting_restored_upgrade_notification_title', 'S-au modificat comentariile și recenziile pentru setările add-on'),
('ro', 'discussion.please_log_in_to_write_a_review', 'Vă rugăm conectaţi-vă pentru a scrie o recenzie'),
('ro', 'discussion.you_have_to_buy_from_vendor_before_writing_review', 'Nu puteți scrie o recenzie pentru acest vânzător. Clienții pot scrie recenzii pentru un vânzător numai după ce au cumpărat ceva de la acel furnizor. Dacă de fapt ați plasat o comandă la acest furnizor, dar văd încă acest mesaj, vă rugăm să ne contactați.'),
('ro', 'discussion.you_have_to_buy_product_before_writing_review', 'Nu puteți scrie o recenzie pentru acest produs. Clienții pot scrie recenzii numai pentru produsele pe care le-au achiziționat. Dacă ați achiziționat acest produs de la noi, dar văd încă acest mesaj, vă rugăm să ne contactați.'),
('ro', 'discussion_manager', 'Comentarii şi recenzii'),
('ro', 'discussion_tab_categories', 'Recenzii categorie'),
('ro', 'discussion_tab_companies', 'Recenzii companie'),
('ro', 'discussion_tab_home_page', 'Mărturii (aprecieri)'),
('ro', 'discussion_tab_orders', 'Comunicare în legătură cu comanda făcută'),
('ro', 'discussion_tab_pages', 'Comentarii pagină'),
('ro', 'discussion_tab_products', 'Recenzii la produse'),
('ro', 'discussion_title_category', 'Recenzii'),
('ro', 'discussion_title_company', 'Recenzii'),
('ro', 'discussion_title_giftreg', 'Cartea de oaspeți'),
('ro', 'discussion_title_home_page', 'Mărturii (aprecieri)'),
('ro', 'discussion_title_home_page_menu_description', 'Gestionați marturiile vizitatorilor din magazinul online.'),
('ro', 'discussion_title_order', 'Comunicare'),
('ro', 'discussion_title_page', 'Comentarii'),
('ro', 'discussion_title_product', 'Recenzii'),
('ro', 'discussion_title_return', 'Comunicare'),
('ro', 'dispatch', 'Expediere'),
('ro', 'dispatch_value', 'Valoare trimitere'),
('ro', 'displayed_vendors', 'Afişare Furnizori'),
('ro', 'display_bottom_buttons', 'Afiseaza butoanele din josul paginii'),
('ro', 'display_delete_icons', 'Afiseaza icoanele sterse'),
('ro', 'display_in_promotions', 'Afișează în promoții'),
('ro', 'display_message', 'Mesaj de afisare'),
('ro', 'display_on', 'Afiseaza in'),
('ro', 'display_type', 'Tipul afisarii'),
('ro', 'display_variants_count', 'Numărul de filtru de afisat înainte de derulare'),
('ro', 'documents', 'Documents'),
('ro', 'document_exists', 'The document with the chosen code already exists, please try another.'),
('ro', 'document_import_success_msg', 'All the documents have been imported without errors.'),
('ro', 'document_preview_gift_certificate_not_found', 'Nu am găsit un certificat cadou. Previzualizarea funcționează doar cu datele existente. Creează un certificat cadou și folosește din nou Previzualizarea.'),
('ro', 'document_preview_order_not_found', 'Couldn\'t find an order. Preview only works with existing data. Please create an order and use Preview again.'),
('ro', 'document_preview_return_request_not_found', 'Couldn\'t find a return request. Preview only works with existing data. Please create a return request and use Preview again.'),
('ro', 'document_preview_suppliers_not_found', 'Couldn\'t find a supplier. Preview only works with existing data. Please create a supplier and use Preview again.'),
('ro', 'domain', 'Domeniu'),
('ro', 'domains', 'Domenii'),
('ro', 'domestic_usps', 'U.S.P.S. Intern'),
('ro', 'done', 'Terminat'),
('ro', 'dont_recalculate_order', 'Nu recalculați comanda'),
('ro', 'dont_track', 'Nu urmariti'),
('ro', 'dont_use_cardinal', 'Nu folosi Cardinal Centinel&reg; pentru Autentificare 3-D Secure a Platitorului'),
('ro', 'dots', 'Puncte'),
('ro', 'down', 'Jos'),
('ro', 'download', 'Descarcare'),
('ro', 'downloadable', 'Descarcabil'),
('ro', 'downloadable_product_files_directory', 'Folderul pentru fișierele produselor descărcabile'),
('ro', 'downloadable_shipping', 'Activati transportul daca e descarcabil'),
('ro', 'downloads', 'Descarcari'),
('ro', 'downloads_max_left', 'Descarcari maxime ramase'),
('ro', 'download_key_expiry', 'Descarcati cheia de expirare'),
('ro', 'download_link_expired', 'Link-ul de descarcare a expirat sau nu e disponibil.'),
('ro', 'do_not_change', 'Nu modifica'),
('ro', 'do_not_pass_logo', 'Nu pasati logo-ul magazinului catre comerciant'),
('ro', 'do_not_use', 'Nu folosi'),
('ro', 'drlicense_number', 'Numarul permisului de conducere'),
('ro', 'dropdown_horizontal', 'Lista orizontala'),
('ro', 'dropdown_limit', 'Numarul minim de elemete care sa fie plasate intr-o lista verticala'),
('ro', 'dropdown_second_level_elements', 'Elemente de gradul doi'),
('ro', 'dropdown_third_level_elements', 'Elemente de gradul trei'),
('ro', 'dropdown_vertical', 'Lista verticala'),
('ro', 'drop_existing_data', 'Stergeti toate produsele existente inainte de importare'),
('ro', 'drop_images_select', 'Select images'),
('ro', 'drop_images_select_short', 'Select'),
('ro', 'drop_images_to_upload', 'Drop images here'),
('ro', 'dump_file_not_writable', 'Fisierul care doriti sa-l stocati in baza de date de rezerva nu poate fi scris. Va rugam sa verificati perimisiunile.'),
('ro', 'duplicate', 'Tranzactii duplicate'),
('ro', 'dutch', 'Olandez'),
('ro', 'dynamic', 'Dinamic'),
('ro', 'dynamic_content', 'Continut dinamic'),
('ro', 'dynamic_tree_cat', 'Categorii dinamice'),
('ro', 'dynamic_tree_pages', 'Arhitectura dinamica'),
('ro', 'earned_points', 'Puncte acumulate pe produs'),
('ro', 'earned_point_modifier', 'Modificatorul de puncte acumulate'),
('ro', 'easing', 'Facilitare'),
('ro', 'easter_coming_soon_message', 'Uh-oh, it looks like this feature doesn\'t work yet! But we\'re on the job and will try to get it working soon.'),
('ro', 'edit', 'Editati'),
('ro', 'editing', 'In curs de editare'),
('ro', 'editing_attachment', 'Editare atașament'),
('ro', 'editing_block', 'Editare bariera'),
('ro', 'editing_category', 'Editare categorie'),
('ro', 'editing_certificate', 'Editare certificat'),
('ro', 'editing_chart', 'Editare grafic'),
('ro', 'editing_combination', 'Editare combinații'),
('ro', 'editing_container', 'Editare container'),
('ro', 'editing_currency', 'Editare moneda'),
('ro', 'editing_defined_products', 'Editarea produselor definite'),
('ro', 'editing_document', 'Editing [name]'),
('ro', 'editing_email_snippet', 'Editing snippet'),
('ro', 'editing_email_template', 'Editing email template'),
('ro', 'editing_file', 'Editare fisier'),
('ro', 'editing_filter', 'Editare filtru'),
('ro', 'editing_folder', 'Editare director'),
('ro', 'editing_form', 'Editare formular'),
('ro', 'editing_global_vars', 'Editing global variables'),
('ro', 'editing_grid', 'Editare grid'),
('ro', 'editing_group', 'Editare grup'),
('ro', 'editing_internal_template', 'Editing on-site notification template'),
('ro', 'editing_item', 'Editare produs'),
('ro', 'editing_language', 'Editare limba'),
('ro', 'editing_layout', 'Editare layout'),
('ro', 'editing_link', 'Editare link'),
('ro', 'editing_localization', 'Editare localizare'),
('ro', 'editing_location', 'Editare locatie'),
('ro', 'editing_mailing_list', 'Editing mailing list'),
('ro', 'editing_menu', 'Editare meniuri'),
('ro', 'editing_option', 'Editare optiune'),
('ro', 'editing_order', 'Editare comanda'),
('ro', 'editing_order_invoice', 'Editing invoice for order #[order_id]'),
('ro', 'editing_order_invoice_responsive', 'Editing invoice for order'),
('ro', 'editing_page', 'Editare pagina'),
('ro', 'editing_payment', 'Editare plata'),
('ro', 'editing_poll', 'Editare sonaj'),
('ro', 'editing_product', 'Editare produs'),
('ro', 'editing_product_feature', 'Editare caracteristica produs'),
('ro', 'editing_profile', 'Editare profil'),
('ro', 'editing_profile_field', 'Editare câmp profil'),
('ro', 'editing_profile_name', 'Editing profile: [name]'),
('ro', 'editing_promotion', 'Editare promotie'),
('ro', 'editing_question', 'Editare întrebare'),
('ro', 'editing_quick_menu_link', 'Editare link meniu rapid'),
('ro', 'editing_quick_menu_section', 'Editare sectiune meniu rapid'),
('ro', 'editing_rate_area', 'Editing rate area'),
('ro', 'editing_report', 'Editare raport'),
('ro', 'editing_shipping_method', 'Editare metoda de transport'),
('ro', 'editing_sitemap_section', 'Editare sectiune harta site'),
('ro', 'editing_snippet', 'Editing snippet'),
('ro', 'editing_status', 'Editare statut'),
('ro', 'editing_storefront', 'Editing storefront'),
('ro', 'editing_store_location', 'Editare locația magazinului'),
('ro', 'editing_supplier', 'Editing supplier'),
('ro', 'editing_tab', 'Editare tab'),
('ro', 'editing_table_column', 'Editing column'),
('ro', 'editing_tax', 'Editare taxa'),
('ro', 'editing_vendor', 'Editaţi Furniroul'),
('ro', 'edition_type', 'Tipul edititarii'),
('ro', 'edit_admin_notification', 'Edit the email sent to administrators'),
('ro', 'edit_and_send_invoice', 'Tweak and send invoice'),
('ro', 'edit_content_on_site', 'Editaţi conţinutul site-ul'),
('ro', 'edit_corresponding_profile_field', 'To change the field type or variants, <a href=\"[URL]\">edit the corresponding field in the Shipping Address section</a>.'),
('ro', 'edit_customer_notification', 'Edit the email sent to customers'),
('ro', 'edit_files', 'Poate edita'),
('ro', 'edit_invoice', 'Editare factură'),
('ro', 'edit_layout', 'Modificare schema'),
('ro', 'edit_layout_on_site', 'Edit layout on-site'),
('ro', 'edit_order', 'Editati comenzi'),
('ro', 'edit_products', 'Modificati produse'),
('ro', 'edit_profile', 'Modificati profilul'),
('ro', 'edit_profile_note', 'Modificati e-mail-ul, parola, informatiile de livrare/facturare si alte setari de profil'),
('ro', 'edit_report', 'Editati raport'),
('ro', 'edit_robots', 'Editare robots.txt'),
('ro', 'edit_selected', 'Editati cele selectate'),
('ro', 'edp_access_granted', 'Acum puteti descarca produsele cumparate.'),
('ro', 'edp_access_subj', 'Este permis accesul la produsele distribuite electronic'),
('ro', 'edp_enable_shipping', 'Activati transportul pentru produsele descarcabile'),
('ro', 'eib', 'ET - Extra info block'),
('ro', 'eib_wrapper', 'ET - Extra info block'),
('ro', 'elements_per_column_third_level_view', 'AB: Elements number per column for the mode <b>3-level menu (dropdown list)</b>'),
('ro', 'elements_per_column_third_level_view.tooltip', 'This setting limits the number of displayed third-level menu items in each of the two columns of the last level when the <b>3-level menu mode (drop-down list) </ b> is turned on. The remaining menu items (exceeding the limit settings) will not be displayed in the menu. It is rational to use the setting, if there is a very large number of menu items on the third level'),
('ro', 'email', 'E-mail'),
('ro', 'email.one_time_password.message', '<p>You\'ve requested a one-time code to sign in to <a href=\"[storefront_url]\">[storefront_url]</a>. Here it is:</p><p><strong><code>[password]</code></strong></p><p>Please don\'t tell this code to anyone else. If you haven\'t requested the code, then you can safely ignore this message. Nobody will be able to sign in to your account, unless they know your password or can view your inbox.</p>'),
('ro', 'email.one_time_password.title', 'Sign in without password'),
('ro', 'emails', 'E-mailuri'),
('ro', 'email_address', 'Adrese de e-mail'),
('ro', 'email_cannot_be_empty', 'E-mail cannot be empty'),
('ro', 'email_header', 'Antetul e-mail'),
('ro', 'email_marketing.confirm_subscription', 'Vă rugăm să confirmaţi abonarea'),
('ro', 'email_marketing.email_subscribed', 'S-au abonat la newsletterul nostru'),
('ro', 'email_marketing.email_subscribed_2optin', 'Abonament confirmat'),
('ro', 'email_marketing.enter_api_key_and_save', 'Introduceţi API-cheie şi salvați mai întâi'),
('ro', 'email_marketing.error_no_list', 'Vă rugăm să selectaţi lista de discuţii în setările de supliment pentru a începe importul'),
('ro', 'email_marketing.export_all', 'Export toate'),
('ro', 'email_marketing.new_subscriber', 'Adăugați noi abonați'),
('ro', 'email_marketing.subscription_confirmed', 'Vă mulţumim pentru abonarea la newsletter'),
('ro', 'email_marketing.subscription_confirmed_2', 'Abonament confirmat'),
('ro', 'email_marketing.subscription_pending', 'E-mail de confirmare este necesar!'),
('ro', 'email_marketing.sync', 'Sincronizare'),
('ro', 'email_marketing.text_confirm_subscription', 'Am primit o cerere de abonament de la dumneavoastră. Vă rugăm să confirmaţi că: <p><a href=\"[href]\"> Click aici pentru a confirma abonarea la newsletter-ul nostru</a></p> în cazul în care aţi primit acest e-mail de greşeală, pur şi simplu ştergeţi-l. Tu nu va fi abonat dacă nu faceţi clic pe link-ul de confirmare de mai sus.'),
('ro', 'email_marketing.text_email_subscribed', 'Vă mulţumim pentru abonarea la newsletter-ul nostru. <p>Dacă, în orice moment doriţi pentru a opri primirea email-urile noastre, <a href=\"[href]\"> faceţi clic pe acest link pentru a vă dezabona</a>.</p>'),
('ro', 'email_marketing.text_email_subscribed_2optin', 'Abonarea la newsletter-ul nostru a fost confirmat.<p>Dacă, în orice moment doriţi pentru a opri primirea email-urile noastre, <a href=\"[href]\"> faceţi clic pe acest link pentru a vă dezabona</a>.</p>'),
('ro', 'email_marketing.text_subscribe', 'Abonează-te la buletinul nostru informativ'),
('ro', 'email_marketing.text_subscription_confirmed', 'Abonamentul a fost confirmat. Nicio acţiune suplimentară nu este necesară.'),
('ro', 'email_marketing.text_subscription_confirmed_2', 'Abonarea la newsletter-ul nostru a fost confirmat. Vă mulţumim pentru abonaţi!'),
('ro', 'email_marketing.text_subscription_pending', 'Vă mulţumim pentru abonarea la newsletter-ul nostru.<p>Un email de confirmare a fost trimis la tine. Vă rugăm să folosiţi link-ul în e-mail pentru a confirma abonament</p>'),
('ro', 'email_marketing.text_unsubscribe_successful', 'Email-ul a fost eliminat din lista noastră.'),
('ro', 'email_marketing.tmpl_subscription', 'E-mail marketing: formular de abonare Newsletter'),
('ro', 'email_marketing.unsubscribe_successful', 'Dezabona de succes'),
('ro', 'email_marketing.warning_email_exists', '[email] este deja abonat'),
('ro', 'email_order_invoice_subject', '[company_name]: Invoice for order #[order_id]'),
('ro', 'email_subject', 'Subiectul e-mail-ului'),
('ro', 'email_template.accounting_new_payout', 'Accounting: Payout has been issued'),
('ro', 'email_template.accounting_new_withdrawal', 'Accounting: Withdrawal has been requested'),
('ro', 'email_template.accounting_payout_approved', 'Accounting: Payout has been completed'),
('ro', 'email_template.accounting_payout_declined', 'Accounting: Payout hasn\'t been completed'),
('ro', 'email_template.accounting_withdrawal_approved', 'Accounting: Withdrawal has been completed'),
('ro', 'email_template.accounting_withdrawal_declined', 'Accounting: Withdrawal has been declined'),
('ro', 'email_template.activate_profile', 'User profile requires activation'),
('ro', 'email_template.apply_for_vendor_notification', 'Se aplică pentru furnizor'),
('ro', 'email_template.back_in_stock_notification', 'Back in stock notification'),
('ro', 'email_template.call_requests_buy_with_one_click', 'Cereri de apel: cumpara cu un singur clic notificare'),
('ro', 'email_template.call_requests_call_request', 'Cereri de apel: notificare cereri de apel'),
('ro', 'email_template.company_payment_notification', 'Sisteme de plata pentru firma'),
('ro', 'email_template.company_status_notification', 'Schimbare stare firma'),
('ro', 'email_template.create_profile', 'User profile creation'),
('ro', 'email_template.discussion_notification', 'Notificare de comentarii și recenzii'),
('ro', 'email_template.edp_access', 'Orders: access to downloadable products'),
('ro', 'email_template.email_marketing_confirmation', 'Abonare noutati: confirmare abonare'),
('ro', 'email_template.email_marketing_welcome', 'Abonare noutati: Scrisoare de bun venit'),
('ro', 'email_template.email_marketing_welcome_2optin', 'Abonare noutati: Scrisoare de bun venit ( a 2-a optiune)'),
('ro', 'email_template.form_builder_form', 'Formular de contact'),
('ro', 'email_template.gift_certificates_notification', 'Certificat cadou'),
('ro', 'email_template.give_coupon', 'Promotions: coupon'),
('ro', 'email_template.hybrid_auth_create_profile', 'Create user profile via social login'),
('ro', 'email_template.low_stock', 'Product low stock notification'),
('ro', 'email_template.newsletters_newsletter', 'Newsletter'),
('ro', 'email_template.newsletters_promotion', 'Newsletters: promotion'),
('ro', 'email_template.one_time_password_request', 'One-time code for password-free sign-in'),
('ro', 'email_template.order_notification', 'Order notification: [name]'),
('ro', 'email_template.order_notification_default', 'Order notification: Default template for a new order status'),
('ro', 'email_template.params.attach_order_document', 'Attach a PDF document'),
('ro', 'email_template.product_reviews_notification', 'Product reviews: New review notification'),
('ro', 'email_template.product_reviews_reply_notification', 'Product reviews: Reply notification'),
('ro', 'email_template.profile_activated', 'User account activation'),
('ro', 'email_template.profile_deactivated', 'User account deactivation'),
('ro', 'email_template.recover_password', 'Password recovery'),
('ro', 'email_template.reminder', 'Admin password expiration'),
('ro', 'email_template.reward_points_notification', 'Reward points'),
('ro', 'email_template.rma_slip_notification', 'RMA slip'),
('ro', 'email_template.shipment_products', 'Orders: products shipped'),
('ro', 'email_template.shipping_error', 'Shipping: request error'),
('ro', 'email_template.suppliers_notification', 'Supplier notification'),
('ro', 'email_template.track', 'Orders: tracking'),
('ro', 'email_template.update_profile', 'User profile update'),
('ro', 'email_template.upgrade_backup_info', 'Upgradare: link de restaurare'),
('ro', 'email_template.usergroup_activation', 'User group activation'),
('ro', 'email_template.usergroup_disactivation', 'User group disactivation'),
('ro', 'email_template.usergroup_request', 'User group request'),
('ro', 'email_template.vendor_communication.notify_admin', 'Puneți o întrebare vânzătorului: Notificare administrativă'),
('ro', 'email_template.vendor_communication.notify_customer', 'Puneți o întrebare vânzătorului: Notificare administrativă'),
('ro', 'email_template.vendor_data_premoderation_notification', 'Vendor premoderation'),
('ro', 'email_template.vendor_invitation', 'Vendor invitation'),
('ro', 'email_template.vendor_plans_payment', 'Vendor plans: payment notification'),
('ro', 'email_template.vendor_plans_plan_changed', 'Vendor plans: plan changed notification'),
('ro', 'email_template.vendor_plans_revenue', 'Vendor plans: revenue notification'),
('ro', 'email_templates', 'Email templates'),
('ro', 'email_template_exists', 'The email template with the chosen code already exists, please try another.'),
('ro', 'email_template_import_success_msg', 'All the email templates have been imported without errors.'),
('ro', 'email_to', 'E-mail către'),
('ro', 'empty', 'Gol'),
('ro', 'empty_key_value', 'Valoarea cheii este goala'),
('ro', 'enable', 'Activeaza'),
('ro', 'enabled', 'Activat'),
('ro', 'enable_cdn', 'Activeaza CDN'),
('ro', 'enable_for', 'Activeaza pentru'),
('ro', 'enable_link', 'Enable link'),
('ro', 'enable_or_disable_block', 'Activeaza/Dezactiveaza bloc'),
('ro', 'enable_or_disable_container', 'Activeaza/Dezactiveaza Container'),
('ro', 'enable_or_disable_grid', 'Activeaza/Dezactiveaza Grid'),
('ro', 'enable_quick_view', 'Activeaza vizualizare rapida'),
('ro', 'enclosure', 'Închidere'),
('ro', 'encryption', 'Criptare'),
('ro', 'encryption_key', 'Cheia de criptare'),
('ro', 'end_date', 'Data finala'),
('ro', 'english', 'Engleza'),
('ro', 'enter_category_name_and_path', 'Enter path and category name. Example, \"Electronics/Computers/Laptops\"'),
('ro', 'enter_code', 'Introduceti codul'),
('ro', 'enter_color_name_and_code', 'Enter color name and code. Example, \"Red #ff0000\"'),
('ro', 'enter_data', 'Introduceti data'),
('ro', 'enter_email', 'Introduceti adresa de e-mail'),
('ro', 'enter_new_lang_code', 'Introduceti un nou cod de limba'),
('ro', 'enter_other', 'Intorduceti alt/a'),
('ro', 'enter_your_price', 'Intorduceti pretul'),
('ro', 'entity', 'Entitate'),
('ro', 'entry_page', 'Pagina de intrare'),
('ro', 'entry_point', 'Punct de intrare'),
('ro', 'envelope', 'Plic'),
('ro', 'epdq_3ds_main', 'Imagine principala'),
('ro', 'epdq_3ds_popup', 'Popup'),
('ro', 'error', 'Eroare'),
('ro', 'errorCode', 'Cod eroare'),
('ro', 'errorName', 'Nume eroare'),
('ro', 'error_account_disabled', 'Contul dvs. e dezactivat. Va rugam contactati magazinul.'),
('ro', 'error_admin_not_created_email_already_used', 'Cont de administrator nu a fost creat. Adresa de e-mail aparține unui alt utilizator. Puteți adăuga administratorul pentru acest furnizor manual.'),
('ro', 'error_admin_not_created_name_already_used', 'Cont de administrator nu a fost creat. Numele de utilizator aparține unui alt utilizator. Dvs., trebuie să schimbaţi numele contului de administrator.'),
('ro', 'error_admin_registers_as_vendor', 'You can\'t become a vendor because you are currently signed in as an administrator. Please sign out and resubmit the form.'),
('ro', 'error_ajax', 'Oops, ceva nu a mers bine([error]).Va rugam incercati din nou'),
('ro', 'error_already_posted', 'Ați postat deja în această discuție'),
('ro', 'error_area_access_denied', 'Nu va este permisa autentificarea in aceasta zona.'),
('ro', 'error_cannot_delete_files', 'Cannot delete files: <b>[files]</b>. Please check the permissions.'),
('ro', 'error_change_admin_data_in_frontend', 'Este interzis schimbarea adresei de email sau parola administratorului din zona de client. Te rugăm să te conectezi utilizând un cont de client.'),
('ro', 'error_class_phar_data_not_found', 'Clasa PharData nu a fost găsit. Citeşte mai mult: <a href=\"https://php.net/manual/en/class.phardata.php\"> https://php.net/manual/en/class.phardata.php</a>'),
('ro', 'error_class_zip_archive_not_found', 'ZipArchive clasei nu a fost găsit. Citeşte mai mult: <a href=\"https://php.net/manual/en/class.ziparchive.php\"> https://php.net/manual/en/class.ziparchive.php</a>'),
('ro', 'error_confirmation_code_invalid', 'Ne pare rau, validarea anti-bot a eşuat. Vă rugăm să încercaţi din nou.'),
('ro', 'error_curl_not_exists', '<b>Atentie!</b><br />Extensia PHP CURL <b>nu</b> este disponibila pe serverul dvs.. <b>[method]</b> nu va fi operational. Va rugam contactati furnizorul dvs. de gazduire.'),
('ro', 'error_curl_ssl_not_exists', '<b>Atentie!</b><br />Extensia PHP CURL este compilata <b>fara</b> supprot SSL pe serverul dvs. <b>[method]</b> nu va fi operational. Va rugam contactati furnizorul dvs. de gazduire.'),
('ro', 'error_currency_exists', 'Moneda cu, codul <b>[code]</b> exista deja'),
('ro', 'error_delete_theme_company', 'Unul dintre magazinele dumneavoastră foloseşte această temă. Vă rugăm să setaţi o altă temă înainte de a şterge tema curentă.'),
('ro', 'error_delete_theme_layout', 'Schema cu aceasta tema este setata ca \"initial\". selecteaza alta schema ca fiind \"initial\"'),
('ro', 'error_demo_mode', 'Magazinul functioneaza in modul <b>DEMO</b> si aceasta functionalitate este dezactivata.'),
('ro', 'error_directory_not_writable', 'Directory \"[dir]\" is not writable. Please check permissions for this directory of your installation.'),
('ro', 'error_email_already_subscribed', 'Your e-mail is already subscribed.'),
('ro', 'error_empty_company_name', 'Campul destinat numelui companiei nu poate fi gol'),
('ro', 'error_exim_cant_open_file', 'Nu se poate deschide fisierul incarcat'),
('ro', 'error_exim_cant_read_file', 'Nu se poate citi fisierul incarcat'),
('ro', 'error_exim_fields_not_selected', 'Nici un camp selectat pentru export'),
('ro', 'error_exim_file_doesnt_exist', 'Fisierul nu exista'),
('ro', 'error_exim_get_images_for_products', 'Could not import images for some of the products. Either those images don\'t exist (or can\'t be accessed), or the paths to those images in the imported file are incorrect.'),
('ro', 'error_exim_incorrect_lines', 'Fisierul CSV contine o formatare incorecta a datelor (delimitatorul incorect, campuri lipsa, etc.) pe urmatoarele linii: <b>[lines]</b>'),
('ro', 'error_exim_incorrent_delimiter', 'Delimitatorul in fisierul CSV difera fata de cel selectat de dvs.'),
('ro', 'error_exim_invalid_count_langs', 'Numaratoarea randurilor pentru limbi multiple difera'),
('ro', 'error_exim_layout_required_fields', 'Urmatoarele campuri sunt obligatorii si nu pot fi sterse din cofiguratie:'),
('ro', 'error_exim_no_data_exported_new', 'Nu există date exportate. Selecția greșită pentru export probabil cauzează această problemă. <a class=\"cm-post\" href=\"[url]\">Șterge selecția </a>, apoi încearcă din nou'),
('ro', 'error_exim_no_file_uploaded', 'Nici un fisier incarcat'),
('ro', 'error_exim_pattern_definition_alt_keys', 'Definitia model invalida: cheia alternativa lipseste'),
('ro', 'error_exim_pattern_definition_references', 'Definitia model invalida: lipsesc referintele tabelului'),
('ro', 'error_exim_pattern_dont_match', 'Fisierul dvs. pentru importare nu se potriveste cu modelul selectat'),
('ro', 'error_exim_pattern_not_found', 'Modelul nu a fost gasit'),
('ro', 'error_exim_pattern_required_fields', 'Fisierul dvs. pentru importare TREBUIE sa aiba urmatoarele campuri: <b>[fields]</b>'),
('ro', 'error_features_too_many_variants', 'Search by features is not available due to the excessive number of variants.'),
('ro', 'error_file_already_exists', 'File \"[file]\" already exists.'),
('ro', 'error_file_not_found', 'File \"[file]\" not found.'),
('ro', 'error_filter_by_feature_exists', 'Filter by feature \"[name]\" already exists.'),
('ro', 'error_filter_by_product_field_exists', 'Filter by product field \"[name]\" already exists.'),
('ro', 'error_gift_cert_code', 'Codul certificatului cadou introdus este invalid. Vă rugăm să încercați din nou.'),
('ro', 'error_hash_generation', 'Eroare de generare hash. Va rugam alegeti alta modalitate de plata.'),
('ro', 'error_images_need_located_root_dir', 'Va rugam specificati directorul destinat imaginilor in root-ul magazinului. Amplasati imaginile destinate importarii in acest director.'),
('ro', 'error_image_format_not_supported', 'Formatul imaginii <b>[format]</b> nu este suportat de libraria GD instalata pe serverul dvs. Pictograma nu a fost creata.'),
('ro', 'error_incorrect_login', 'Numele de utilizator sau parola introdusa este incorecta. Va rugam sa incercati din nou.'),
('ro', 'error_invalid_emails', 'Urmatoarele adrese de e-mail sunt incorecte: <b>[emails]</b>'),
('ro', 'error_lang_code_exists', 'Codul pentru limba ([code]) este deja folosit'),
('ro', 'error_login_not_exists', 'Numele de utilizator care l-ati specificat nu se potriveste cu conturile existente ale magazinul nostru. Va rugam sa va asigurati ca ati introdus numele de utilizator asociat cu contul dvs. si incercati din nou.'),
('ro', 'error_message_not_sent', 'Mesajul nu a putut fi trimis.<br />Eroare de e-mail:'),
('ro', 'error_not_logged', 'Trebuie sa va autentificati inainte de a putea accesa aceasta resursa!'),
('ro', 'error_no_items_selected', 'Nici un produs selectat! Cel putin o casuta trebuie bifata pentru a efectua o actiune.'),
('ro', 'error_occured', 'A aparut o eroare'),
('ro', 'error_occurred', 'A aparut o eroare'),
('ro', 'error_passwords_dont_match', 'Parolele nu se potrivesc.'),
('ro', 'error_password_content', 'Parola trebuie sa contina litere si numere.'),
('ro', 'error_password_expired', 'Parola dvs. a expirat. Trebuie sa va schimbati parola acum.'),
('ro', 'error_password_expired_change', 'Parola dvs. a expirat. <p><a href=\"[link]\" class=\"underlined\"><b>Schimbati parola &#155;&#155;</b></a></p>'),
('ro', 'error_password_min_symbols', 'Parola trebuie sa contina cel putin <b>[number]</b> caractere.'),
('ro', 'error_password_was_used', 'Noua dvs.parola nu coincide cu nici una din acele patru utilizate anterior. Va rugam folositi o alta parola.'),
('ro', 'error_permissions_not_changed', 'Nu s-au putut modifica permisiunile.'),
('ro', 'error_product_codes_length', 'The following product codes are too long and were cut off at [product_code_length] symbols:'),
('ro', 'error_profile_field_name_exists', 'A profile field with this name already exists. Please choose another name.'),
('ro', 'error_shipment_not_created', 'Couldn\'t create a shipment. Please choose a carrier or enter a tracking number.'),
('ro', 'error_status_not_changed', 'A existat o eroare in timpul actualizarii statusului. Statusul nu a fost schimbat.'),
('ro', 'error_theme_manifest_missed', 'Descrierea fisierului pentru aspect (\"manifest\") nu a fost gasita. Instalarea a fost anulata.'),
('ro', 'error_unable_to_create_backups', 'Unable to create backups.'),
('ro', 'error_unable_to_create_thumbnail', 'Unable to create thumbnail for file \"[file]\": [error]'),
('ro', 'error_unknown_archive_format', 'Unknown archive format: [ext]'),
('ro', 'error_user_exists', 'Numele de utilizator sau e-mail-ul ales exista deja, va rugam sa incercati altele.'),
('ro', 'error_validator_ccv', 'CVV/CVC este prea scurt.'),
('ro', 'error_validator_color', 'Codul de culoare in fisierul <b>[field]</b> este invalid'),
('ro', 'error_validator_email', 'Adresa de e-mail din campul <b>[field]</b> este invalida.'),
('ro', 'error_validator_integer', 'Valoarea campului <b>[field]</b> este invalida. Ar trebui sa fie o valoare intreaga.'),
('ro', 'error_validator_message', 'Valoarea campului <b>[field]</b> este invalida.'),
('ro', 'error_validator_multiple', 'Campul <b>[field]</b> nu are optiuni selectate.'),
('ro', 'error_validator_password', 'Parola in campul <b>[field2]</b> si <b>[field]</b> nu se potrivesc.'),
('ro', 'error_validator_phone', 'Formatul numarului de telefon in campul <b>[field]</b> este invalida. Formatul corect este (555) 555-55-55 sau 55 55 555 5555.'),
('ro', 'error_validator_phone_mask', 'The phone number in the <b>[field]</b> field is invalid.'),
('ro', 'error_validator_phone_number', 'Este necesar sa folositi urmatorul format pentru aceasta metoda de plata: 555 555 5555.'),
('ro', 'error_validator_recaptcha', 'Please confirm you are not a robot.'),
('ro', 'error_validator_required', 'Campul <b>[field]</b> este obligatoriu.'),
('ro', 'error_validator_zipcode', 'Codul postal in campul <b>[field]</b> este incorect. Formatul corect este [extra].'),
('ro', 'error_vendor_exists', 'Adresa de e-mail aleasă pentru furnizor există deja, incercaţi una nouă.'),
('ro', 'error_zip_php_extension_not_installed', '\"Zip\" PHP extension is not installed. Please install the \"Zip\" PHP extension to create and extract ZIP-archives.'),
('ro', 'et_above_button', 'Above the BUTTON'),
('ro', 'et_above_description', 'Above the DESCRIPTION'),
('ro', 'et_above_info_block', 'Above (the Info Block)'),
('ro', 'et_above_title', 'Above the TITLE'),
('ro', 'et_add', 'et_add?'),
('ro', 'et_additional_image', 'Additional image'),
('ro', 'et_additional_settings', 'Additional settings'),
('ro', 'et_addons', 'ET Addons'),
('ro', 'et_addons_menu', 'EnergoThemes: Add-ons'),
('ro', 'et_add_description_text_shadow', 'Add description text shadow'),
('ro', 'et_add_title_text_shadow', 'Add title text shadow'),
('ro', 'et_ask_a_question', 'Ask a question'),
('ro', 'et_average_star_rating', 'Average Star Rating'),
('ro', 'et_background_color', 'Background color'),
('ro', 'et_background_hover', 'Background hover'),
('ro', 'et_background_settings', 'Background settings'),
('ro', 'et_banner', 'Extended banner'),
('ro', 'et_banners', 'Design professional responsive banners by adding custom text, colors, buttons and backgrounds, as well as create different banners for desktop and mobile devices. Developed by <a href=\"https://www.energothemes.com/\"target=\"_blank\">EnergoThemes</a>'),
('ro', 'et_banner_full_width_no_title', 'ET - Banner full width (no title)'),
('ro', 'et_banner_wrapper', 'ET - Banner wrapper'),
('ro', 'et_below_button', 'Below the BUTTON'),
('ro', 'et_below_info_block', 'Below (the Info Block)'),
('ro', 'et_block_title_background', 'Block title background'),
('ro', 'et_block_title_background_hover', 'Block title background hover'),
('ro', 'et_block_title_border', 'Block title border'),
('ro', 'et_block_title_color', 'Block title color'),
('ro', 'et_block_title_color_hover', 'Block title hover color'),
('ro', 'et_blog_scroller_secondary_title', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.'),
('ro', 'et_bottom', 'Bottom'),
('ro', 'et_button', 'Button'),
('ro', 'et_button_align', 'Button align'),
('ro', 'et_button_animation', 'Button Animation'),
('ro', 'et_button_background', 'Button background'),
('ro', 'et_button_border', 'Button border'),
('ro', 'et_button_border_size', 'Border size'),
('ro', 'et_button_border_style', 'Border style'),
('ro', 'et_button_font_size', 'Button font size'),
('ro', 'et_button_font_style', 'Button font style'),
('ro', 'et_button_font_weight', 'Button font weight'),
('ro', 'et_button_hover_background', 'Button hover background'),
('ro', 'et_button_hover_text_color', 'Button hover text color'),
('ro', 'et_button_margin', 'Button margin'),
('ro', 'et_button_padding', 'Button padding'),
('ro', 'et_button_rounded_corners', 'Button rounded corners'),
('ro', 'et_button_shadow', 'Add button shadow'),
('ro', 'et_button_text', 'Button text'),
('ro', 'et_button_text_color', 'Button text color'),
('ro', 'et_button_url', 'Button URL'),
('ro', 'et_category_banner', 'ET - Category banners'),
('ro', 'et_category_description', 'ET - Category description'),
('ro', 'et_category_label', 'Category label'),
('ro', 'et_category_menu', 'ET - Category menu'),
('ro', 'et_category_menu_icon', 'ET - Category menu (icon)'),
('ro', 'et_category_menu_vertical', 'ET - Category menu (vertical)'),
('ro', 'et_category_title', 'ET - Category title'),
('ro', 'et_center', 'Center'),
('ro', 'et_collapsed', 'Collapsed'),
('ro', 'et_colors', 'Colors'),
('ro', 'et_color_hover', 'Color hover'),
('ro', 'et_color_settings', 'Color settings'),
('ro', 'et_columns', 'Columns'),
('ro', 'et_columns_tooltip', 'Number of columns to display the products'),
('ro', 'et_coming_soon', 'Coming soon'),
('ro', 'et_contact_info', 'Contact info'),
('ro', 'et_contact_page', 'Contact page'),
('ro', 'et_cta_button_text', 'Button text'),
('ro', 'et_cta_button_url', 'Button URL'),
('ro', 'et_cta_step_1_text', 'Step 1 text'),
('ro', 'et_cta_step_1_title', 'Step 1 title'),
('ro', 'et_cta_step_2_text', 'Step 2 text'),
('ro', 'et_cta_step_2_title', 'Step 2 title'),
('ro', 'et_cta_step_3_text', 'Step 3 text'),
('ro', 'et_cta_step_3_title', 'Step 3 title'),
('ro', 'et_cta_title_text', 'Block title'),
('ro', 'et_custom_class', 'Custom class'),
('ro', 'et_custom_color', 'Custom color'),
('ro', 'et_custom_icon_settings', 'Icon settings'),
('ro', 'et_custom_label_settings', 'Label settings'),
('ro', 'et_custom_label_settings_tooltip', 'Only used by the Main Menu block'),
('ro', 'et_custom_menu_colors', 'Menu colors'),
('ro', 'et_dd_custom_menu_settings', 'Advanced menu settings'),
('ro', 'et_dd_image', 'Mega Menu image settings by EnergoThemes'),
('ro', 'et_dd_image_height', 'Image height'),
('ro', 'et_dd_image_width', 'Image width'),
('ro', 'et_dd_menu_width', 'Menu width'),
('ro', 'et_dd_min_menu_height', 'Menu minimum height'),
('ro', 'et_dd_offset_bottom', 'Image offset bottom'),
('ro', 'et_dd_offset_right', 'Image offset right'),
('ro', 'et_dd_push_menu_items', 'Push menu items'),
('ro', 'et_dd_url', 'Image link'),
('ro', 'et_default_vendor', 'Default vendor'),
('ro', 'et_description_animation', 'Description Animation'),
('ro', 'et_description_font_size', 'Description font size'),
('ro', 'et_description_font_style', 'Description font style'),
('ro', 'et_description_font_weight', 'Description font weight'),
('ro', 'et_description_line_height', 'Description line-height'),
('ro', 'et_description_margin', 'Description margin'),
('ro', 'et_description_text', 'Description text'),
('ro', 'et_description_text_background', 'Description text background'),
('ro', 'et_description_text_color', 'Description text color'),
('ro', 'et_eib_block_1_text', 'Block 1 text'),
('ro', 'et_eib_block_1_title', 'Block 1 title'),
('ro', 'et_eib_block_2_text', 'Block 2 text'),
('ro', 'et_eib_block_2_title', 'Block 2 title'),
('ro', 'et_eib_block_3_text', 'Block 3 text'),
('ro', 'et_eib_block_3_title', 'Block 3 title'),
('ro', 'et_eib_block_4_text', 'Block 4 text'),
('ro', 'et_eib_block_4_title', 'Block 4 title'),
('ro', 'et_email_marketing_description', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt'),
('ro', 'et_expanded', 'Expanded'),
('ro', 'et_exteded_out_of', '<strong>[average_rating]</strong> out of <strong>5</strong> stars'),
('ro', 'et_featured_products_banner', 'ET - Featured products and banners'),
('ro', 'et_featured_product_banner_tabs', 'Featured product and banner tabs'),
('ro', 'et_featured_product_banner_tabs.manage', 'Featured product and banner tabs'),
('ro', 'et_featured_vendors_sidebar', 'ET - Featured vendors sidebar'),
('ro', 'et_footer_info', 'ET - Footer info'),
('ro', 'et_full_grid', 'ET - Full width grid'),
('ro', 'et_full_width', 'Full width'),
('ro', 'et_google_map', 'Google Map'),
('ro', 'et_header_call_us', 'LET US CALL YOU BACK'),
('ro', 'et_home_blog', 'ET - Home blog'),
('ro', 'et_home_featured_vendors', 'ET - Home featured vendors'),
('ro', 'et_home_grid', 'ET - Home grid'),
('ro', 'et_home_special_title', 'ET - Home special title'),
('ro', 'et_home_testimonials', 'ET - Home testimonials'),
('ro', 'et_horizontal', 'Horizontal'),
('ro', 'et_horizontal_align', 'Horizontal align'),
('ro', 'et_horizontal_with_info_block', 'Horizontal with the Info Block'),
('ro', 'et_horziontal_filters_clear', 'Clear all filters'),
('ro', 'et_horziontal_filters_selected', 'Your selected filters '),
('ro', 'et_hover_color', 'Hover color'),
('ro', 'et_hover_image', 'Hover image'),
('ro', 'et_hover_opacity', 'Hover opacity'),
('ro', 'et_icon_color', 'Icon color'),
('ro', 'et_icon_color_hover', 'Icon color hover'),
('ro', 'et_icon_position', 'Icon position'),
('ro', 'et_icon_settings', 'Icon settings'),
('ro', 'et_image_animation', 'Image animation'),
('ro', 'et_image_background_color', 'Image background color'),
('ro', 'et_image_margin', 'Image margin'),
('ro', 'et_image_position', 'Image position'),
('ro', 'et_image_position_horizontal', 'Image position horizontal'),
('ro', 'et_image_position_inside', 'Image position inside'),
('ro', 'et_image_position_vertical', 'Image position vertical'),
('ro', 'et_image_url', 'Image URL'),
('ro', 'et_info_block_background', 'Info block background'),
('ro', 'et_info_block_margin', 'Info block margin'),
('ro', 'et_info_block_settings', 'Info Block Settings'),
('ro', 'et_info_block_width', 'Info block width'),
('ro', 'et_inside_info_block', 'Inside the Info Block'),
('ro', 'et_label_color', 'Label text color'),
('ro', 'et_label_colors', 'Label colors'),
('ro', 'et_label_text', 'Label text'),
('ro', 'et_language_specific', 'Language specific'),
('ro', 'et_left_menu', 'ET - Left menu (mobile)'),
('ro', 'et_left_of_info_block', 'Left (of the Info Block)'),
('ro', 'et_license_invalid', 'EnergoThemes license is not valid'),
('ro', 'et_mainbox_general', 'ET - Mainbox general'),
('ro', 'et_mainbox_general_full_width_no_title', 'ET - Mainbox general full width (no title)'),
('ro', 'et_mainbox_general_full_width_title', 'ET - Mainbox general full width'),
('ro', 'et_mainbox_simple', 'ET - Mainbox simple'),
('ro', 'et_mainbox_simple_full_width_no_title', 'ET - Mainbox simple full width (no title)'),
('ro', 'et_mainbox_simple_full_width_title', 'ET - Mainbox simple full width'),
('ro', 'et_main_slider', 'ET - Main slider'),
('ro', 'et_manage', 'et_manage?'),
('ro', 'et_marketplace_menu', 'ET - Marketplace Menu'),
('ro', 'et_master_vendors', 'vendor|vendors'),
('ro', 'et_mega_menu', 'ET - Advanced Mega Menu'),
('ro', 'et_mega_menu.banner_settings', 'Banner Settings'),
('ro', 'et_mega_menu.category_settings', 'Menu Category Settings'),
('ro', 'et_mega_menu.icon_settings', 'Icon Settings'),
('ro', 'et_mega_menu.products_settings', 'Featured Product Settings'),
('ro', 'et_mega_menu.size_settings', 'Window Size Settings'),
('ro', 'et_mega_menu.subcategory_thumbnails', 'Subcategory Thumbnails'),
('ro', 'et_mega_menu_tab', 'Additional menu settings'),
('ro', 'et_menu_horizontal', 'ET - Menu (horizontal)'),
('ro', 'et_min_height', 'Min height'),
('ro', 'et_mobile_footer_block', 'ET - Footer block (mobile)'),
('ro', 'et_mobile_footer_menu', 'ET - Footer menu (mobile)'),
('ro', 'et_mobile_menu_wrapper', 'ET - Mobile Menu'),
('ro', 'et_multi_scroller', 'ET - Multi scroller'),
('ro', 'et_my_content', 'My content'),
('ro', 'et_newsletter_description', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt'),
('ro', 'et_offset_bottom', 'Offset bottom'),
('ro', 'et_offset_right', 'Offset right'),
('ro', 'et_opacity', 'Opacity'),
('ro', 'et_overlay_settings', 'Overlay settings'),
('ro', 'et_padding', 'Padding'),
('ro', 'et_pp_block', 'Info blocks');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('ro', 'et_pp_block_r', 'Return policy'),
('ro', 'et_pp_block_s', 'Shipping policy'),
('ro', 'et_pp_block_w', 'Warranty policy'),
('ro', 'et_pp_info_expanded', 'Expanded by default'),
('ro', 'et_pp_info_icon_and_color_settings', 'Icon and color settings'),
('ro', 'et_pp_info_use_icon', 'Use icon'),
('ro', 'et_pp_sold_by', 'Sold by'),
('ro', 'et_pp_this_item_sold_by', 'This item is sold by'),
('ro', 'et_product_coming_soon', 'Available on: [avail_date]'),
('ro', 'et_product_display_options', 'Product display options'),
('ro', 'et_product_filters', 'Product filters'),
('ro', 'et_product_tabs_rating_right_text', 'Tell us something about it and help others make the right decision'),
('ro', 'et_product_tabs_rating_right_title', 'Have you used the product?'),
('ro', 'et_product_tabs_rating_testimonial_right_text', 'Tell us something about your experience here'),
('ro', 'et_product_tabs_rating_testimonial_right_title', 'Have you bought from our Marketplace?'),
('ro', 'et_product_tabs_rating_testimonial_right_title_ult', 'Have you bought from our Store?'),
('ro', 'et_product_tabs_rating_vendor_right_text', 'Tell us something about it and help others make the right decision'),
('ro', 'et_product_tabs_rating_vendor_right_title', 'Have you bought from this vendor?'),
('ro', 'et_product_title_rows', 'Product title rows'),
('ro', 'et_product_title_rows_tooltip', 'Number of rows to display the product titles'),
('ro', 'et_profile_info', 'ET - Profile info'),
('ro', 'et_profile_text', 'Profile text'),
('ro', 'et_push_items', 'Push menu items'),
('ro', 'et_quick_info', 'Product page quick info'),
('ro', 'et_quick_info.manage', 'Product page quick info blocks'),
('ro', 'et_quick_info.new_block', 'New quick info block'),
('ro', 'et_quick_info_block', 'Product page quick info'),
('ro', 'et_read_all', 'Read all'),
('ro', 'et_read_more', 'Read more'),
('ro', 'et_register_text', 'Register text'),
('ro', 'et_review_variant', 'Product variant reviewed'),
('ro', 'et_right_menu', 'ET - Right menu (mobile)'),
('ro', 'et_right_of_info_block', 'Right (of the Info Block)'),
('ro', 'et_rounded_corners', 'Rounded corners'),
('ro', 'et_same_vendor', 'ET - Same vendor'),
('ro', 'et_search', 'ET - Search'),
('ro', 'et_search_marketplace_products', 'Search by Marketplace products'),
('ro', 'et_search_wrapper', 'ET - Search'),
('ro', 'et_select_category_hover_text', 'Select category'),
('ro', 'et_seo_rules', 'VIVAshop SEO rules for vendor stores'),
('ro', 'et_separate_blog_image', 'ET - Blog image'),
('ro', 'et_settings', 'Settings'),
('ro', 'et_short_description', 'Category mini description'),
('ro', 'et_show_all_reviews', 'Show all reviews'),
('ro', 'et_show_discount_label', 'Show discount label'),
('ro', 'et_show_old_price', 'Show old price'),
('ro', 'et_show_product_name', 'Show product name'),
('ro', 'et_show_product_price', 'Show price'),
('ro', 'et_show_reviews_with', 'Show reviews with'),
('ro', 'et_show_title', 'Show title'),
('ro', 'et_sidebar_category', 'Sidebar category'),
('ro', 'et_sidebar_subcategories', 'ET - Sidebar subcategories'),
('ro', 'et_sidebox_filters', 'ET - Sidebox filters'),
('ro', 'et_sidebox_products', 'ET - Sidebox products'),
('ro', 'et_sidebox_simple_open_on_mobile', 'ET - Sidebox open on mobile'),
('ro', 'et_sidebox_subcategories', 'ET - Sidebox subcategories'),
('ro', 'et_social_links', 'Social links'),
('ro', 'et_star', 'star|stars'),
('ro', 'et_sticky_cart', 'ET - Sticky cart'),
('ro', 'et_sticky_my_account', 'ET - Sticky My account'),
('ro', 'et_store_settings', 'Store settings'),
('ro', 'et_subcategories', 'ET - Subcategories'),
('ro', 'et_subcateg_opt_img_title', 'Image'),
('ro', 'et_tab_title_active_color', 'Tab title active color'),
('ro', 'et_tab_title_color', 'Tab title color'),
('ro', 'et_text_align', 'Text align'),
('ro', 'et_text_color', 'Text color'),
('ro', 'et_text_hover', 'Text hover'),
('ro', 'et_thumbnail_width', 'Thumbnail width'),
('ro', 'et_thumbnail_width_tooltip', 'Product image thumbnail width in pixels'),
('ro', 'et_title_animation', 'Title Animation'),
('ro', 'et_title_background', 'Title background'),
('ro', 'et_title_color', 'Title text color'),
('ro', 'et_title_font_size', 'Title font size'),
('ro', 'et_title_font_style', 'Title font style'),
('ro', 'et_title_font_weight', 'Title font weight'),
('ro', 'et_title_line_height', 'Title line-height'),
('ro', 'et_title_margin', 'Title margin'),
('ro', 'et_title_text', 'Title text'),
('ro', 'et_title_text_background', 'Title text background'),
('ro', 'et_title_text_color', 'Title text color'),
('ro', 'et_top', 'Top'),
('ro', 'et_top_menu', 'ET - Top menu'),
('ro', 'et_transparent_background', 'Transparent background'),
('ro', 'et_type', 'Type'),
('ro', 'et_update_for_all_languages', 'Update for all languages'),
('ro', 'et_update_for_all_languges', 'Update for all languages'),
('ro', 'et_use_bkg_overlay', 'Use background overlay'),
('ro', 'et_vendor_categories', 'ET - Vendor categories'),
('ro', 'et_vendor_extra_details_f', 'Facebook'),
('ro', 'et_vendor_extra_details_i', 'Instagram'),
('ro', 'et_vendor_extra_details_l', 'Linkedin'),
('ro', 'et_vendor_extra_details_p', 'Pinterest'),
('ro', 'et_vendor_extra_details_t', 'Twitter'),
('ro', 'et_vendor_extra_details_y', 'Youtube'),
('ro', 'et_vendor_header.feedback', 'Feedback'),
('ro', 'et_vendor_header.social', 'Socials'),
('ro', 'et_vendor_header.store', 'Store'),
('ro', 'et_vendor_menu', 'Vendor Menu'),
('ro', 'et_vendor_menu_mobile', 'ET - Vendor menu mobile'),
('ro', 'et_vendor_panel_menu.default_vendor_store', 'Default vendor blocks'),
('ro', 'et_vendor_panel_menu.my_banners', 'Banners'),
('ro', 'et_vendor_panel_menu.my_home_blocks', 'Home blocks'),
('ro', 'et_vendor_panel_menu.my_pages', 'Pages'),
('ro', 'et_vendor_plans.footer', '<div class=\"et-vendor-plans_footer_big\">Not sure which plan will suit you best?</div><div class=\"et-vendor-plans_footer_small\">Start with a 14-day trial of all Marketplace features then choose the plan that\'s right for you</div>'),
('ro', 'et_vendor_plans.footer_button_link', './index.php?dispatch=pages.view&page_id=30'),
('ro', 'et_vendor_plans.footer_button_text', 'Contact us'),
('ro', 'et_vendor_plans.no_vendor_store', 'NO microstore'),
('ro', 'et_vendor_plans.per', 'per'),
('ro', 'et_vendor_store_header', 'ET - Vendor store header'),
('ro', 'et_vendor_store_header_mobile', 'ET - Vendor store header mobile'),
('ro', 'et_vendor_store_menu', 'ET - Vendor store menu'),
('ro', 'et_vendor_store_menu_mobile', 'ET - Vendor store menu mobile'),
('ro', 'et_vertical', 'Vertical'),
('ro', 'et_vertical_align', 'Vertical align'),
('ro', 'et_vertical_with_info_block', 'Vertical with the Info Block'),
('ro', 'et_vivashop_mv_functionality.home_blocks', 'Vendor home blocks'),
('ro', 'et_vivashop_mv_functionality.vendor_pages', 'Vendor pages'),
('ro', 'et_vivashop_mv_settings.best_bkg', 'Best choice background'),
('ro', 'et_vivashop_mv_settings.best_outer_bkg', 'Best choice outer background'),
('ro', 'et_vivashop_mv_settings.best_outer_text', 'Best choice outer text'),
('ro', 'et_vivashop_mv_settings.best_text', 'Best choice text'),
('ro', 'et_vivashop_mv_settings.footer_bkg', 'Footer background'),
('ro', 'et_vivashop_mv_settings.footer_bkg_img', 'Footer background image'),
('ro', 'et_vivashop_mv_settings.footer_button_text', 'Button text'),
('ro', 'et_vivashop_mv_settings.footer_button_url', 'Button URL'),
('ro', 'et_vivashop_mv_settings.footer_text', 'Footer text'),
('ro', 'et_vivashop_mv_settings.header_bkg', 'Header background'),
('ro', 'et_vivashop_mv_settings.header_hover', 'Header text hover'),
('ro', 'et_vivashop_mv_settings.header_text', 'Header text color'),
('ro', 'et_vivashop_mv_settings.highlight_text', 'Title highlighted text'),
('ro', 'et_vivashop_mv_settings.menu_bkg', 'Menu background'),
('ro', 'et_vivashop_mv_settings.menu_bkg_hover', 'Menu background hover'),
('ro', 'et_vivashop_mv_settings.menu_text', 'Menu text color'),
('ro', 'et_vivashop_mv_settings.menu_text_hover', 'Menu text color hover'),
('ro', 'et_vivashop_mv_settings.price_bkg', 'Price background'),
('ro', 'et_vivashop_mv_settings.price_text', 'Price text'),
('ro', 'et_vivashop_mv_settings.show_footer', 'Show footer'),
('ro', 'et_vivashop_settings.arrow', 'Arrow'),
('ro', 'et_vivashop_settings.box_color', 'Box color'),
('ro', 'et_vivashop_settings.circles_bkg', 'Circle background'),
('ro', 'et_vivashop_settings.circles_icons', 'Circle icon'),
('ro', 'et_vivashop_settings.circles_steps_txt', 'Step number text'),
('ro', 'et_vivashop_settings.circles_step_bkg', 'Step number background'),
('ro', 'et_vivashop_settings.circles_text', 'Circle text'),
('ro', 'et_vivashop_settings.demo_banners', '<p><a class=\"cm-ajax btn btn-primary\" href=\"[demo_data_url]\">Add all demo data</a></p> <br/> <p><a class=\"cm-ajax btn btn-secondary\" href=\"[demo_banners_url]\">Add only demo banners</a></p>'),
('ro', 'et_vivashop_settings.go_btn_bkg', 'Button background'),
('ro', 'et_vivashop_settings.go_btn_bkg_hover', 'Button hover background'),
('ro', 'et_vivashop_settings.go_btn_txt', 'Button text'),
('ro', 'et_vivashop_settings.go_btn_txt_hover', 'Button hover text'),
('ro', 'et_vivashop_settings.icons', 'Icons'),
('ro', 'et_vivashop_settings.icon_bkg', 'Icon background color'),
('ro', 'et_vivashop_settings.icon_color', 'Icon color'),
('ro', 'et_vivashop_settings.main_bkg_color', 'Background color'),
('ro', 'et_vivashop_settings.overlay', 'Overlay color'),
('ro', 'et_vivashop_settings.overlay_alpha', 'Overlay opacity'),
('ro', 'et_vivashop_settings.text', 'Text'),
('ro', 'et_vivashop_settings.text_color', 'Text color'),
('ro', 'et_vivashop_settings.text_top', 'Title text'),
('ro', 'et_vivashop_settings.title_color', 'Title color'),
('ro', 'et_width', 'Width'),
('ro', 'et_wishlist_button_text', 'Wishlist'),
('ro', 'event.order.edp.name', 'Access to downloadable products granted'),
('ro', 'event.order.shipment_updated.name', 'Products were shipped'),
('ro', 'event.order.status_changed.name', 'Order status changed to [status]'),
('ro', 'event.order.updated.name', 'Order was updated'),
('ro', 'event.profile.activated.name', 'Profile was activated'),
('ro', 'event.profile.added.name', 'Profile requires activation'),
('ro', 'event.profile.created.name', 'Profile was created'),
('ro', 'event.profile.deactivated.name', 'Profile was deactivated'),
('ro', 'event.profile.password_recovery.name', 'Password recovery'),
('ro', 'event.profile.password_reminder.name', 'Reminder about necessary password change'),
('ro', 'event.profile.updated.name', 'Profile was updated'),
('ro', 'event.profile.usergroup_activation.name', 'User group activation'),
('ro', 'event.profile.usergroup_disactivation.name', 'User group disactivation'),
('ro', 'event.profile.usergroup_request.name', 'Membership in user group was requested'),
('ro', 'event.profile.usergroup_updated.name', 'Membership in user group was changed'),
('ro', 'event.receiver.a', 'Administrator'),
('ro', 'event.receiver.c', 'Customer'),
('ro', 'event.receiver.s', 'Supplier'),
('ro', 'event.receiver.v', 'Vendor'),
('ro', 'event.transport.internal', 'Notifications center'),
('ro', 'event.transport.mail', 'E-mail'),
('ro', 'event.vendors_require_approval.name', 'Vendors require approval'),
('ro', 'event.vendors_require_approval.title', 'Some vendors are pending approval'),
('ro', 'event.vendor_status_changed.active.message', 'All your active products will now appear in the store'),
('ro', 'event.vendor_status_changed.name', 'Vendor status changed to [status]'),
('ro', 'event.vendor_status_changed.pending.message', 'You can work with the admin panel and manage your products, but they won\'t appear to customers until your status changes to Active.'),
('ro', 'event.vendor_status_changed.title', 'Your status has been changed to [status]'),
('ro', 'eway_configuration_note', '<a href=\'https://go.eway.io/s/article/How-do-I-setup-my-Live-eWAY-API-Key-and-Password\' target=\'_blank\'>How do I set up my Live eWAY API Key and Password?</a>'),
('ro', 'eway_upgrade_notification_text', '<p><b>eWAY</b>, <b>eWAY Direct Payment</b> and <b>eWAY Shared Payment</b> are not supported since this [product] version.</p><p>We strongly recommend you to <b>upgrade to eWAY Direct Payment (Rapid API)</b> or <b>eWAY Responsive Shared (Rapid API)</b>, here are the instructions:</p><ul><li>go to Administration > Payment methods</li><li>open one of the payment methods utilizing deprecated eWAY processor</li><li>switch to General tab and specify eWAY Direct Payment (Rapid API) or eWAY Responsive Shared (Rapid API) payment processor</li><li>switch to Configure tab and specify proper:<ul><li>API Key, API Password and Encryption Key for eWAY Direct Payment (Rapid API)</li><li>API Key and API Password for eWAY Responsive Shared (Rapid API)</li></ul></li></ul><p>eWAY, eWAY Direct Payment and eWAY Shared Payment will still be operational but we <b>renamed</b> them to Deprecated eWAY, Deprecated eWAY Direct Payment and Deprecated eWAY Shared Payment accordingly.</p>'),
('ro', 'eway_upgrade_notification_title', 'eWAY, eWAY Direct Payment and eWAY Shared Payment payment processors are no longer supported'),
('ro', 'exact_phrase', 'Fraza exacta'),
('ro', 'excellent', 'Excelent!'),
('ro', 'exception', 'Exceptie'),
('ro', 'exceptions', 'Exceptii'),
('ro', 'exceptions_type', 'Tipul exceptiilor'),
('ro', 'exception_disabled', 'Nici o varianta nu poate fi selectata'),
('ro', 'exception_disregard', 'Orice varianta poate fi selectata'),
('ro', 'exception_error', 'EROARE'),
('ro', 'exception_error_code', 'Cod eroare'),
('ro', 'exception_exist', 'Aceasta combinatie pentru exceptie exista deja'),
('ro', 'exception_title', 'Oops!<br />Nu am reusit sa gasim ceea ce ati cautat.'),
('ro', 'exchange_rate', 'Rata de schimb valutar'),
('ro', 'exclude_disabled_products', 'Exclude produsele dezactivate'),
('ro', 'exclusive_promotions', 'Exclusive discounts'),
('ro', 'exclusive_promotions_content', 'Subscribe to our news and get a 10% discount coupon!'),
('ro', 'exec', 'Executa'),
('ro', 'exim_cannot_create_variant_for_shareable_feature', 'You cannot create a variant for a shareable feature.'),
('ro', 'exim_error_empty_feature_name', 'Lipsește numele de facilitate. Unele caracteristici de produse nu au fost actualizate.'),
('ro', 'exim_error_incorrect_feature_type', 'Incorecte caracteristică tip. Unele caracteristici de produse nu au fost actualizate.'),
('ro', 'exim_remove_additional_images', 'Curata'),
('ro', 'exim_vendor_cant_create_feature', 'Vendors cannot create product features and their variants. Some product features cannot be modified.'),
('ro', 'exit_point', 'Punct de iesire'),
('ro', 'exp', 'Exp'),
('ro', 'expanded', 'Extindeti'),
('ro', 'expand_collapse_list', 'Extindeti / ascundeti lista produselor'),
('ro', 'expand_section', 'Expand section'),
('ro', 'expand_sublist_of_items', 'Extindeti sublista de produse'),
('ro', 'expenditure', 'Cheltuieli'),
('ro', 'expired', 'Expirat'),
('ro', 'expirepreauth', 'Pre-Autorizare'),
('ro', 'expirepreauth_description', 'Pre-autorizarea este limitata in zile. Maximul valorii este 30 zile. Lasati acest camp gol in cazul in care cererea este de tip \"Sale\"'),
('ro', 'expiry_date', 'Data expirarii'),
('ro', 'export', 'Exportati'),
('ro', 'exported_fields', 'Campuri exportate'),
('ro', 'exported_files', 'Fisiere exportate'),
('ro', 'exported_items', 'Elemente de exportat'),
('ro', 'exporting_data', 'Exportati date'),
('ro', 'export_by_cron', 'Export de cron'),
('ro', 'export_by_cron_to', 'Export de cron pentru a'),
('ro', 'export_cron_hint', 'Utilizaţi următoarea linie pentru a rula script-ul conform programului'),
('ro', 'export_data', 'Exportati date'),
('ro', 'export_found_products', 'Export found products'),
('ro', 'export_layout', 'Exportati schema'),
('ro', 'export_locations', 'Exportati locatii'),
('ro', 'export_options', 'Exportati optiuni'),
('ro', 'export_selected', 'Exportati cele selectate'),
('ro', 'export_to_ftp', 'Opţiuni de server FTP'),
('ro', 'export_to_server', 'Export la server'),
('ro', 'extended', 'Extins'),
('ro', 'extra', 'Suplimentar'),
('ro', 'extract_archive', 'Dezarhiveaza'),
('ro', 'extra_fields', 'Extra fields'),
('ro', 'extra_folders', 'Foldere suplimentare'),
('ro', 'extra_services', 'Servicii aditionale'),
('ro', 'facebook', 'Facebook'),
('ro', 'facebook_obj_type', 'Facebook object type'),
('ro', 'fail', 'Esec'),
('ro', 'failed', 'Esuat'),
('ro', 'fair', 'Acceptabil'),
('ro', 'false', 'FALS'),
('ro', 'faroese', 'Feroeza'),
('ro', 'fast', 'Rapid'),
('ro', 'fax', 'Fax'),
('ro', 'fb_activities', 'Activities'),
('ro', 'fb_businesses', 'Businesses'),
('ro', 'fb_groups', 'Groups'),
('ro', 'fb_organizations', 'Organizations'),
('ro', 'fb_people', 'People'),
('ro', 'fb_places', 'Places'),
('ro', 'fb_products_entertainment', 'Products and Entertainment'),
('ro', 'fb_websites', 'Websites'),
('ro', 'feature', 'Caracteristica'),
('ro', 'features', 'Caracteristici'),
('ro', 'features_delimiter', 'Caracteristică delimitator de variante'),
('ro', 'features_menu_description', 'Adauga si administreaza \"campuri\" aditionale in produs'),
('ro', 'feature_code', 'Codul caracteristicii'),
('ro', 'feature_comparison', 'Comparati caracteristicile'),
('ro', 'feature_comparison_upgrade_notification_text', 'Caseta de selectare <b>caracteristică comparaţie</b> sub <b>produse → produse → &lt; produsul dorit &gt;</b> a fost eliminat. <br>De bifând caseta de selectare <b>permite clienţilor să compara produsele</b> noi sub Setări → → generale Catalogul, aveţi posibilitatea să activaţi acum clienţii dumneavoastră să adăugaţi orice produse în magazin la listele de comparaţie. <br>Să apară pe o listă de comparaţie, o caracteristică trebuie să aibă una (sau mai multe) dintre următoarele casete de selectare activat sub <b>produse → caracteristici → &lt; dorit caracteristică &gt;</b>: <br><ul><li>Arată în fila caracteristici</li> <li>Arată în lista de produse</li> <li>Arată în antet pe pagina de detalii a produsului</li></ul>'),
('ro', 'feature_comparison_upgrade_notification_title', 'Changes in feature comparison'),
('ro', 'feature_display_on_catalog', 'Arata in lista de produse'),
('ro', 'feature_display_on_header', 'Arată în antet pe pagina de detalii produs'),
('ro', 'feature_display_on_product', 'Arata in tab-ul caracteristici'),
('ro', 'feature_group', 'Feature group'),
('ro', 'feature_groups', 'Feature groups'),
('ro', 'feature_id', 'Feature ID'),
('ro', 'feature_name', 'Feature name'),
('ro', 'feature_style', 'Feature style'),
('ro', 'feedback_is_sent_successfully', 'Sugestiile au fost trimise cu succes.'),
('ro', 'feedback_values', 'Valoarea sugestiilor'),
('ro', 'feed_description', 'Feed description'),
('ro', 'feed_title', 'Feed title'),
('ro', 'fib_wrapper', 'ET - Footer info block'),
('ro', 'field', 'Camp'),
('ro', 'fields', 'Câmpuri'),
('ro', 'field_editor', 'Editor de campuri'),
('ro', 'field_name', 'Nume de câmp'),
('ro', 'field_type', 'Tipul de câmp'),
('ro', 'file', 'Fisier'),
('ro', 'filename', 'Numele fisierului'),
('ro', 'files', 'Fisiere'),
('ro', 'filesize', 'Marimea fisierului'),
('ro', 'files_are_too_large', 'Dimensiunea totală a fişierelor încărcate depășește limita maximă de [size].'),
('ro', 'files_changes', 'Modificari in fisier'),
('ro', 'files_directory', 'Directorul de fisiere'),
('ro', 'file_avail_after_payment', 'Fisier disponibil doar dupa efectuarea platii integrale a comenzii dvs.'),
('ro', 'file_browser', 'Browser-ul de fisiere'),
('ro', 'file_changes_detector', 'File changes detector'),
('ro', 'file_changes_detector.added', 'Added'),
('ro', 'file_changes_detector.changed', 'Changed'),
('ro', 'file_changes_detector.deleted', 'Deleted'),
('ro', 'file_changes_detector.snapshot_not_found', 'Snapshot of the clear installation was not found. Please restore <b>[dist_filename]</b>.'),
('ro', 'file_doesnt_have_key', 'Acest fisier nu are o cheie pentru a-i permite descarcarea.'),
('ro', 'file_download_limit_exceeded', 'Fisierul nu poate fi descarcat din moment ce limita de [limit] a fost depasita.'),
('ro', 'file_editor', 'Editor fisiere'),
('ro', 'file_is_too_large', 'Fisierul este prea mare. Dimensiunea maxima admina este [size].'),
('ro', 'file_tree', 'Structura fisiere'),
('ro', 'file_uploading_in_progress_please_wait', 'File uploading in progress. Please wait.'),
('ro', 'filling', 'Completare'),
('ro', 'filter', 'Filtru'),
('ro', 'filters', 'Filtre'),
('ro', 'filters_in_use', 'Toate caracteristicile sunt deja în uz'),
('ro', 'filters_menu_description', 'Filtrele produselor sunt afisate in interfata utilizator si ajuta utilizatorii in filtrarea produselor.'),
('ro', 'filter_by', 'Filtreaza dupa'),
('ro', 'filter_by_categories', 'Filtreaza dupa categorie'),
('ro', 'filter_description', 'Descrierea filtrului'),
('ro', 'filter_name', 'Numele filtrului'),
('ro', 'filter_style', 'Filter type'),
('ro', 'final_sale', 'Final de vânzare'),
('ro', 'finance_product_code', 'Cod produs financiar'),
('ro', 'financial_state', 'Situatia financiara'),
('ro', 'find_results_with', 'Cautati rezultate cu'),
('ro', 'finish', 'Finalizati'),
('ro', 'finished', 'Finalizat'),
('ro', 'finnish', 'Finlandeza'),
('ro', 'first_name', 'Prenume'),
('ro', 'first_name_and_last_name', 'First name and last name'),
('ro', 'flemish', 'Flamanda'),
('ro', 'folder', 'Director'),
('ro', 'folder_is_empty', 'Directorul este gol'),
('ro', 'footer', 'Partea de jos'),
('ro', 'footer_bottom', 'Footer bottom'),
('ro', 'footer_general', 'Subsol universal'),
('ro', 'for', ':'),
('ro', 'forbidden', 'Interzis'),
('ro', 'forbidden_combinations', 'Combinatii interzise'),
('ro', 'forgot_password_question', 'V-ati uitat parola?'),
('ro', 'form', 'Formular'),
('ro', 'format', 'Format'),
('ro', 'forms', 'Formulare'),
('ro', 'form_builder', 'Constructorul de formulare'),
('ro', 'form_id', 'ID-ul formularului'),
('ro', 'form_submit_text', 'Textul de trimite din formular'),
('ro', 'for_all_found_orders', 'Pentru toate comenzile gasite'),
('ro', 'for_this_page_orders', 'Pentru comenzile din acesta pagina'),
('ro', 'fragile', 'Fragil'),
('ro', 'free', 'Gratuit'),
('ro', 'free_products', 'Produse gratuite'),
('ro', 'free_shipping', 'Transport Gratuit'),
('ro', 'free_shipping_upgrade_notification_text', '<p>Some of your products have the <b>Free shipping</b> property enabled. In earlier versions of [product] a customer didn\'t have to choose a shipping method when buying these products.</p><p>Starting with this [product] version, a customer chooses a shipping method at checkout for products with the <b>Free shipping</b> property enabled.</p><p>To set up a shipping method that will be used for free shipping, complete these steps:</p><ol><li>Go to <b>Administration → Shipping &amp; taxes → Shipping methods</b>.</li><li>Choose the existing shipping method that you want to use for free shipping, or create a new one.</li><li>Scroll to the <i>Extra</i> section and enable the <b>Use for free shipping</b> setting.</li></ol><p>You can set up as many shipping methods as you want for free shipping.</p><p>Note that you have to apply the <b>Use for free shipping</b> option to particular shipping methods.</p><p>Tick the <b>Use for free shipping</b> checkbox, if you want to exclude the products with the enabled <b>Free shipping</b> option from the shipping price calculation. [product] will calculate the shipping price of the other products from the order in accordance with the <b>Shipping charges</b>.</p><p>If you leave the checkbox unticked, [product] will calculate the shipping price for all products from the order in accordance with the <b>Shipping charges</b>.</p>'),
('ro', 'free_shipping_upgrade_notification_title', 'Free shipping changes'),
('ro', 'french', 'Francez'),
('ro', 'from', 'De la'),
('ro', 'from_date', 'Din data de'),
('ro', 'from_email', 'From email'),
('ro', 'from_name', 'From name'),
('ro', 'ftp', 'FTP'),
('ro', 'ftp_connection_problem', 'Nu se poate conecta la server-ul de FTP. Vă rugăm, verificaţi informaţiile de conexiune FTP'),
('ro', 'ftp_directory', 'Director FTP'),
('ro', 'ftp_pass', 'Parola FTP'),
('ro', 'ftp_server_options', 'Optiuni server FTP'),
('ro', 'ftp_url', 'FTP server'),
('ro', 'ftp_url_hint', 'Formatul este: FTPHOST [: PORT][/DIRECTORY]. Exemplu: ftp.yourhost.com:21/home/username/folder'),
('ro', 'ftp_user', 'Numele de utilizator FTP'),
('ro', 'fulfillment_state', 'Realizare de stat'),
('ro', 'full', 'complet/a'),
('ro', 'fullauth', 'Autentificare completa'),
('ro', 'fullname', 'Full name'),
('ro', 'full_description', 'Descriere completa'),
('ro', 'full_list', 'Lista completa'),
('ro', 'full_tree_cat', 'Structura arborescenta a categoriilor'),
('ro', 'full_tree_pages', 'Intreaga structura'),
('ro', 'full_width', 'latime maxima'),
('ro', 'function', 'Functie'),
('ro', 'function_deprecated', 'Functia [old_function] este invechita si va fi stearsa in urmatoarea versiune CS-Cart. Va rugam utilizati [new_function].'),
('ro', 'gateway', 'Gateway'),
('ro', 'gateways', 'Gateway-uri'),
('ro', 'gc_redeem_and_add_free_products', 'Răscumpăra & adaugă gratuit produse în coş'),
('ro', 'gdpr_call_requests', 'Datele cu caracter personal de cereri de apel'),
('ro', 'gdpr_discussions_data', 'Datele personale de la discuţii'),
('ro', 'gdpr_newsletters', 'Personal data from newsletters'),
('ro', 'general', 'General'),
('ro', 'general_info', 'Informatii generale'),
('ro', 'general_settings', 'Setări generale'),
('ro', 'general_statistics', 'Statistici generale'),
('ro', 'generate', 'Generati'),
('ro', 'generate_cache', 'Generare cache'),
('ro', 'generate_new_api_key', 'Generate new API key'),
('ro', 'generate_printslip', 'Gerar Etiqueta'),
('ro', 'generate_printslip_and_tracking_number', 'Gerar Etiqueta e Código de Rastreamento'),
('ro', 'generate_submenu', 'Generati un sub-meniu'),
('ro', 'generating_pdf', 'Se generează PDF-ul. Te rugăm, ai răbdare...'),
('ro', 'generating_xls', 'Se generează XLS-ul. Te rugăm, ai răbdare...'),
('ro', 'geography', 'Geografia'),
('ro', 'geo_maps.cannot_select_location', 'Aceasta locatie nu a putut fi selectata din motive tehnice. In cazul in care intampinati dificultati la plasarea comenzii, va rugam sa ne contactati.'),
('ro', 'geo_maps.from_pickup_points', '[shipping], [n] pickup point|[shipping], [n] pickup points'),
('ro', 'geo_maps.location_detection_disabled', 'Locatia dvs nu a putut fi determinata. Incercati serviciile de localizare pe dispoziltivul dvs sau dezactivati protectia de urmarire.'),
('ro', 'geo_maps.no_shippings', 'Ne pare rau, nu am putut gasi nici o optiune de transport pentru locatia dvs. Va rugam sa ne contactati si vom vedea ce putem face.'),
('ro', 'geo_maps.select_your_city', 'Selectează orașul tău'),
('ro', 'geo_maps.shipping_about', 'despre'),
('ro', 'geo_maps.shipping_address_on_map', 'Adresa de livrare pe harta'),
('ro', 'geo_maps.shipping_from', 'de la'),
('ro', 'geo_maps.shipping_group_delivery', 'Transport'),
('ro', 'geo_maps.shipping_group_pickup', 'Pick-up, ridicare'),
('ro', 'geo_maps.shipping_time', 'Timp de transport'),
('ro', 'geo_maps.shipping_time_and_rates', 'Timp de livrare si tarife'),
('ro', 'geo_maps.text_settings_google_api_notice', 'Learn more about setting up API key <a target=\"_blank\" href=\"https://docs.cs-cart.com/4.10.x/user_guide/addons/maps_and_geolocation/#configuration\">in the documentation</a>.'),
('ro', 'geo_maps.your_city', 'Orașul tău'),
('ro', 'german', 'Germana'),
('ro', 'get_api_key', 'Obtaining an API Key'),
('ro', 'get_rates', 'Calculati preturi'),
('ro', 'get_social', 'Obţine comunicare'),
('ro', 'gift_add_products', 'Adauga produse pentru un cadou'),
('ro', 'gift_certificate', 'Certificatul de cadou'),
('ro', 'gift_certificates', 'Certificate pentru cadou'),
('ro', 'gift_certificates.certificate_purchase_form', 'Formular de cumpărare certificat cadou'),
('ro', 'gift_certificates.event.gift_certificate.status_changed.name', 'Starea certificatului cadou s-a modificat la [status]'),
('ro', 'gift_certificates.event.gift_certificate.updated.name', 'Certificat cadou actualizat'),
('ro', 'gift_certificates_menu_description', 'Vizualiza şi gestiona certificatele cadou cu care clienţii au cumpărat.'),
('ro', 'gift_certificates_verify', 'Verificare certificat de cadou'),
('ro', 'gift_certificate_added_to_cart', 'Certificatul de cadou a fost adaugat in cos'),
('ro', 'gift_certificate_created', 'Certificatul cadou a fost creat'),
('ro', 'gift_certificate_info', 'Informații certificate pentru cadouri'),
('ro', 'gift_certificate_status', 'Statutul certificatului de cadou'),
('ro', 'gift_certificate_statuses', 'Statuturi certificatelor pentru cadou'),
('ro', 'gift_certificate_verification', 'Verificare certificat de cadou'),
('ro', 'gift_cert_amount_changed', 'Suma pentru certificatul de cadou a fost schimbată.'),
('ro', 'gift_cert_code', 'Codul certificatului de cadou'),
('ro', 'gift_cert_debit', 'Debitul balanței'),
('ro', 'gift_cert_error_amount', 'Suma nu ar trebui să fie mai mare decât [max] şi mai puţin de [min]'),
('ro', 'gift_cert_from', 'De la'),
('ro', 'gift_cert_to', 'Către'),
('ro', 'gift_cert_with_products', 'Achiziţionarea de produse şi certificate de cadou împreună este imposibil. Vă rugăm loc comanda curentă şi se repetă încercarea.'),
('ro', 'gift_comment', 'Mesaj'),
('ro', 'give_coupon_subj', 'Aveti o promotie noua'),
('ro', 'global', 'Global'),
('ro', 'global_options', 'Optiuni globale'),
('ro', 'global_order_id', 'Id Global'),
('ro', 'global_status', 'Stare globala'),
('ro', 'global_update', 'Actualizare globala'),
('ro', 'global_update_description', 'Valorile pozitive sau negative pot fi introduse in campurile de mai jos (ex: -5).'),
('ro', 'global_vars', 'Global variables'),
('ro', 'go', 'Mergeti'),
('ro', 'google', 'Google'),
('ro', 'google_base', 'Baza Google'),
('ro', 'google_base_export_notice', '<b>Nota:</b> Puteti seta taxele si valorile transportului <a href=\"http://www.google.com/merchants/taxshippingsettings\">Taxe si sumarul transportului </a> in contul tau google.'),
('ro', 'google_export_upgrade_notification_text', '<p>The latest version of [product] has different settings for data feeds: <b>Google price</b> doesn\'t include tax now.</p><p>If you want to export products with tax included in the price, do the following:</p><ul><li>Go to Administration &rarr; Add-ons &rarr; Data feeds.</li><li>Choose the data feed used to export products to Google Product Feed.</li><li>Switch to the <b>Fields mapping</b> tab and select <b>Google price (with tax included)</b> for the <b>price</b> field.</li></ul>'),
('ro', 'google_export_upgrade_notification_title', 'Google Export changes'),
('ro', 'google_sitemap.export_progress_entry', '[storefront]: [object]'),
('ro', 'google_sitemap.generate_map', 'Harta site-ului nu este generat încă. Vă rugăm să mergeţi la setările de supliment şi apăsaţi butonul \"Regenera un sitemap\"'),
('ro', 'google_sitemap.map_generated', 'Harta site-ului a fost generată cu succes'),
('ro', 'google_sitemap.text_regenerate', 'Dacă produsele, categoriile, etc au fost adăugate sau modificate, vă rugăm să <a class=\"cm-ajax cm-comet btn btn-primary\" href=\"[regenerate_url]\"> regeneraţi un sitemap</a> < br / > < br / > [sitemap_available_in_customer]'),
('ro', 'google_sitemap.text_select_storefront', 'Pentru a genera un sitemap, vă rugăm să selectaţi mai întâi magazinului.'),
('ro', 'goto_theme_configuration', 'Configureaza teme'),
('ro', 'go_back', 'Mergeti inapoi'),
('ro', 'go_to_admin_panel', 'Admin panel'),
('ro', 'go_to_the_admin_homepage', 'Mergeti la pagina de pornire, in zona de administrare'),
('ro', 'go_to_the_homepage', 'Mergeti la pagina de pornie'),
('ro', 'grams_in_the_unit_of_weight', 'Grame in unitatea greutatii definita de simbolul greutatii'),
('ro', 'grant_point', 'Grant reward points'),
('ro', 'graphic', 'Grafic'),
('ro', 'graphic_banner', 'Baner grafic'),
('ro', 'greek', 'Greaca'),
('ro', 'grid', 'Grila'),
('ro', 'grid_options', 'Optiuni grid'),
('ro', 'gross_total', 'Total (Brut)'),
('ro', 'ground_only', 'Doar la sol'),
('ro', 'group', 'Grup'),
('ro', 'groups', 'Grupuri'),
('ro', 'guest', 'Oaspete'),
('ro', 'has_credit_memo', 'Are credit memo'),
('ro', 'has_invoice', 'Are facutra'),
('ro', 'header', 'Antet'),
('ro', 'header_image', 'Imagine antet'),
('ro', 'head_custom_html', 'Custom HTML cod'),
('ro', 'hebrew', 'Ebraica'),
('ro', 'height', 'inaltime'),
('ro', 'hello', 'Salut!'),
('ro', 'hello_name', 'Hello [name],'),
('ro', 'help', 'Ajutor'),
('ro', 'hidden', 'Ascuns'),
('ro', 'hidden_categories', 'Categorii ascunse'),
('ro', 'hide', 'Ascundeti'),
('ro', 'hide_add_to_cart_button', 'Ascudeti posibilitate de a adauga in cos'),
('ro', 'hide_options', 'Ascunde optiuni'),
('ro', 'hide_option_completely', 'Ascunde optiunea complet'),
('ro', 'hidpi.notice.images_were_not_restored', 'Some of the old images in your store are still low-quality. To use the highest quality possible, please <a href=\"[convert_url]\">restore high-quality images</a>. The process is automatic.'),
('ro', 'hidpi.refactoring_upgrade_notification_text', '<p>The previous version of the <b>[addon_name]</b> add-on shrank the uploaded images. We improved the add-on, so there is no need for that now. However, the existing images remain shrunk and don’t look good.</p><p>We can make your existing images look nice and sharp, but that procedure will take some time. That’s why we need you to start it.</p><p><a href=\"[url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Make image look good</a></p>'),
('ro', 'hidpi.refactoring_upgrade_notification_title', 'Make sure your images look good.'),
('ro', 'hidpi.restore_btn', 'Restaurează'),
('ro', 'hidpi.restore_images', 'Restaurare imagine'),
('ro', 'hidpi.text_restore_images', 'The previous version of the HiDPI display support add-on shrank the uploaded images. There’s no need for that now. But to make your images look nice and sharp you need to click Restore.'),
('ro', 'hidpi.upload_high_res_image', 'I’m uploading a HiDPI image.'),
('ro', 'hidpi.upload_high_res_image.tooltip', 'If this checkbox is ticked, the source image will be displayed two times downscaled. This setting only affects the displaying of the source image and not its thumbnail. If you want an image to be displayed in the original size, untick this checkbox.'),
('ro', 'hidpi.warning_restore_images', '<strong>Attention!</strong> This procedure is non—reversible: when you revert the upgrade, the image restoration manipulations will not be reverted. So, please make sure to perform a backup. The procedure can take some time—it depends on the number of images in your store.'),
('ro', 'history', 'Istoric'),
('ro', 'home', 'Pagina start'),
('ro', 'home_blocks', 'Vendor home blocks'),
('ro', 'home_page', 'Prima pagina'),
('ro', 'horizontal', 'Orizontal'),
('ro', 'horizontal_filters', 'Filtre orizontale'),
('ro', 'host', 'Numele Host-ului'),
('ro', 'host_code', 'Codul host-ului'),
('ro', 'hour', 'Ora'),
('ro', 'hourly', 'Frecvent'),
('ro', 'hour_or_hours', 'hour(s)'),
('ro', 'how_to_send', 'Cum sa trimit?'),
('ro', 'html_block', 'Bloc HTML'),
('ro', 'http_transport_error_prefix_curl', 'Curl Error'),
('ro', 'http_transport_error_prefix_socket', 'Socket Error'),
('ro', 'hungarian', 'Maghiara'),
('ro', 'hybrid_auth', 'Autentificare prin retea de socializare'),
('ro', 'hybrid_auth.add_provider', 'Adauga furnizor'),
('ro', 'hybrid_auth.callback_url', 'Callback URL'),
('ro', 'hybrid_auth.cant_create_profile', 'Din păcate, nu am reuşit să creem un client şi autentificarea la magazin a esuat din cauza la unul din următoarele motive:<br />- sunteţi logat în magazinul nostru mai devreme folosind un alt furnizor de OpenID în care aceeaşi adresă de email este utilizat.<br />- au deja înregistrat în magazinul nostru folosind adresa de email.<br />vă rugăm să contactaţi proprietarul de magazin pentru a rezolva problemele.'),
('ro', 'hybrid_auth.change_password', 'Puteți schimba parola aici'),
('ro', 'hybrid_auth.configuration_error', 'Hybriauth configuration error'),
('ro', 'hybrid_auth.connecting_provider', 'Realizam conexiunea cu <b>[provider]</b>. Te rog să aştepţi...'),
('ro', 'hybrid_auth.connect_social', 'Connect social account'),
('ro', 'hybrid_auth.connect_social_title', 'Such user already exists'),
('ro', 'hybrid_auth.editing_provider', 'Editeaza furnizor'),
('ro', 'hybrid_auth.facebook_disabled_upgrade_notification_text', '<p>We had to move to a newer version of Facebook API, because the API version that we used previously is no longer supported. However, to work with the new API, [product] requires PHP 5.4. You are seeing this message because your server has an older PHP version.</p><p>The status of the <b>Facebook</b> provider under <b>Website → Social login</b> has been set to <i>Disabled</i>.</p><p>Please update your PHP version to 5.4 or higher before you re-enable Facebook.</p>'),
('ro', 'hybrid_auth.facebook_disabled_upgrade_notification_title', 'Social Login: Sign-ins via Facebook have been disabled due to an old PHP version'),
('ro', 'hybrid_auth.facebook_oauth_redirect_uris', 'Valid OAuth redirect URIs'),
('ro', 'hybrid_auth.failed_auth', 'Autentificare a eşuat. Utilizatorul a anulat autentificarea sau furnizorul a refuzat conexiunea'),
('ro', 'hybrid_auth.instruction_facebook', 'Use the application ID and Secret key that you\'ve received after creating an application on <a href=\'https://developers.facebook.com/apps\' target=\'_blank\'>Facebook Developers</a>.'),
('ro', 'hybrid_auth.instruction_facebook_login', 'Use the application ID and Secret key that you\'ve received after creating an application on <a href=\"https://developers.facebook.com/apps\" target=\"_blank\">Facebook Developers</a>. After that copy the value of the <b>Valid OAuth redirect URIs</b> field to the corresponding setting of the <b>Facebook Login</b> product in your Facebook application.'),
('ro', 'hybrid_auth.instruction_foursquare', 'Use the application ID and Secret key that you\'ve received after creating an application on <a href=\'https://foursquare.com/developers/apps\' target=\'_blank\'>Fousquare</a>.'),
('ro', 'hybrid_auth.instruction_google', 'Use ID and Secret key that you\'ve received after creating a project on <a href=\'https://code.google.com/apis/console/?pli=1\' target=\'_blank\'>Google</a>.'),
('ro', 'hybrid_auth.instruction_linkedin', 'Use ID (Consumer key) and Secret key that you\'ve received after creating an application on <a href=\'https://www.linkedin.com/developer/apps\' target=\'_blank\'>LinkedIn Developers</a>.'),
('ro', 'hybrid_auth.instruction_live', 'Use the application ID and Secret key that you\'ve received after adding an application on <a href=\'https://account.live.com/developers/applications/create\' target=\'_blank\'>Live</a>.'),
('ro', 'hybrid_auth.instruction_paypal', 'Use the application ID and Secret key that you\'ve received after creating an application on <a href=\'https://developer.paypal.com/developer/applications\' target=\'_blank\'>PayPal Developers</a>.'),
('ro', 'hybrid_auth.instruction_twitter', 'Use ID (Consumer key) and Secret key that you\'ve received after creating an application on <a href=\'https://apps.twitter.com/\' target=\'_blank\'>Twitter</a>.'),
('ro', 'hybrid_auth.instruction_yahoo', 'Use ID (Identificator) and Secret key that you\'ve received after creating an application on <a href=\'https://developer.yahoo.com/apps/create/\' target=\'_blank\'>Yahoo</a>.'),
('ro', 'hybrid_auth.linkedin_api_v1', 'v1'),
('ro', 'hybrid_auth.linkedin_api_v2', 'v2'),
('ro', 'hybrid_auth.linkedin_api_version', 'API version'),
('ro', 'hybrid_auth.linked_provider', 'Linked'),
('ro', 'hybrid_auth.link_provider', 'Conturi de rețea socială'),
('ro', 'hybrid_auth.live_redirect_urls', 'Redirect URLs'),
('ro', 'hybrid_auth.missing_credentials', 'Missing provider application credentials'),
('ro', 'hybrid_auth.new_provider', 'Furnizor nou'),
('ro', 'hybrid_auth.not_linked_provider', 'Not linked'),
('ro', 'hybrid_auth.password_generated', 'Suntem bucuroși să vă informăm că ați fost înregistrat cu succes în magazin. A fost generată o parolă pentru dvs'),
('ro', 'hybrid_auth.providers', 'Furnizori'),
('ro', 'hybrid_auth.provider_error_configuration', 'Provider not properly configured'),
('ro', 'hybrid_auth.provider_not_found', 'Provider [provider] not found'),
('ro', 'hybrid_auth.social_login', 'Or sign-in with another identity provider'),
('ro', 'hybrid_auth.specify_email', 'Specify email'),
('ro', 'hybrid_auth.specify_email_title', 'The e-mail was not specified.'),
('ro', 'hybrid_auth.text_connect_social', '<p>The user with the e-mail specified during social login already exists.</p><p>If you want to assign a social network account to the registered user, please log in.</p>'),
('ro', 'hybrid_auth.text_link_provider', 'Atribuiți contul dvs. de rețea socială la acesta și îl utilizați pentru a vă conecta'),
('ro', 'hybrid_auth.text_specify_email', '<p>When logging through the social network the e-mail was not specified.</p><p>Please enter your e-mail and click Continue.</p>'),
('ro', 'hybrid_auth.text_user_is_already_link', 'Acest cont de rețea socială este deja utilizat'),
('ro', 'hybrid_auth.unspecified_error', 'Eroare nespecificată'),
('ro', 'hybrid_auth.wrong_provider', 'Unknown or disabled provider'),
('ro', 'hybrid_auth_menu_description', 'Create social provider'),
('ro', 'I25', 'Interleaved-ul 2 din 5 e bazat pe un standard de 2 din 5 simbologii.<br/>Interleaved-ul 2 din 5 e conceput pentru a codifica doar 10 cifre.'),
('ro', 'icon', 'Iconita'),
('ro', 'id', 'ID'),
('ro', 'identifier', 'Identificatorul PayBox'),
('ro', 'iframe_mode', 'Mod iFrame'),
('ro', 'illegal_item_weight', 'Greutatea ileagala a produsului'),
('ro', 'image', 'Imagine'),
('ro', 'images', 'Imagini'),
('ro', 'images_directory', 'Directorul de imagini'),
('ro', 'images_params', 'Images'),
('ro', 'image_has_been_deleted', 'This image has been deleted'),
('ro', 'image_pair', 'Imagini aditionale'),
('ro', 'image_url', 'Image URL'),
('ro', 'image_verification', 'Captcha'),
('ro', 'image_verification_body', 'Tastati caracterele pe care le vedeti in imaginea de mai jos.'),
('ro', 'image_verification_label', 'Validare anti-roboti'),
('ro', 'image_zoom.rework_update_notification.message', '<p>We reworked the <b>Image zoom</b> add-on, because it used a third-party solution incompatible with modern versions of jQuery. As a result of the rework, some settings of the add-on were removed.</p><p>Please check how the image zoom looks on the product pages now. If you\'d like to make any changes to the looks, adjust the settings of the <b>Image zoom</b> add-on.</p><p><a href=\"[image_zoom_settings]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check Image Zoom settings</a></p>'),
('ro', 'image_zoom.rework_update_notification.title', 'Image Zoom add-on reworked'),
('ro', 'immediately', 'Imediat'),
('ro', 'import', 'Import'),
('ro', 'important', 'Important'),
('ro', 'important_language_text', 'Când ascundeți, dezactivați sau ştergeți o limbă implicită a unuia dintre magazine, asiguraţi-vă că ați actualizat mai întâi valoarea setării <b>limbă implicită pentru frontend</b> în <a href=\"[link]\"> Setări → Aspect</a>.'),
('ro', 'importing_data', 'Se importa date'),
('ro', 'import_data', 'Importare date'),
('ro', 'import_errors', 'Import errors'),
('ro', 'import_layout', 'Importare layout'),
('ro', 'import_locations', 'Importare locatii'),
('ro', 'import_new_vendor', '[n] new vendor was created during the import. This vendor only has a name so far. Please edit the new vendor to add other information.|[n] new vendors were created during the import. These vendors only have names so far. Please edit the new vendors to add other information.'),
('ro', 'import_options', 'Optiunile importarii'),
('ro', 'import_results', 'Import results'),
('ro', 'in', 'În'),
('ro', 'included', 'Inclus'),
('ro', 'include_cvn', 'Includeti CVN'),
('ro', 'including_discount', 'Inclusiv cu discount'),
('ro', 'including_tax', 'Incluzand taxa'),
('ro', 'income', 'Venituri'),
('ro', 'incompleted', 'Incompleta'),
('ro', 'incompleted_orders', 'Comenzi incomplete'),
('ro', 'incorrect_filling_message', 'Mesaje completate incorect'),
('ro', 'incorrect_po_pack_structure', 'Structura de pachet care conţine fişiere de traducere \".po\" la <b>\"[pack_path]\"</b> este incorectă.'),
('ro', 'incorrect_price_warning', 'Produsul nu a fost adaugat in cos. Va rugam sa introduceti pretul corect.'),
('ro', 'increase', 'Cresteti'),
('ro', 'inc_tax', 'Taxa de crestere'),
('ro', 'index', 'Prima pagina'),
('ro', 'individual', 'Individual'),
('ro', 'information', 'Informatii'),
('ro', 'information_file_roobots', 'A robots.txt file was detected. The changes you make here won\'t take effect until you delete the existing <b>robots.txt</b> file from the root directory of your store.'),
('ro', 'inner_hint', 'Afisari interne'),
('ro', 'input_field', 'Campul de introducere'),
('ro', 'insert_block', 'Adaugati bloc'),
('ro', 'insert_grid', 'Adaugati grila'),
('ro', 'insert_image', 'Insert image'),
('ro', 'install', 'Instalati'),
('ro', 'installation_id', 'ID-ul instalarii'),
('ro', 'installed', 'Instalat'),
('ro', 'installed_addons', 'Suplimente instalate'),
('ro', 'installed_languages', 'Instalat'),
('ro', 'installed_themes', 'Teme instalate'),
('ro', 'installed_upgrades', 'Upgrade-uri instalate'),
('ro', 'installer_complete_title', 'Instalare terminata cu succes.'),
('ro', 'installments', 'Parcelas'),
('ro', 'installment_qty', 'Quantidade de parcelas'),
('ro', 'install_addon_text', 'Modulele extind functionalitatea magazinului dvs. <br /> Puteti instala un modul alegand.zip, .tgz, or .gz formatele arhiva si clicand Incarcare & Instalare.'),
('ro', 'install_theme_text', 'Inarcand si instaland o noua tema este o modalitate buna de a personaliza magazinul dvs.Puteti incarca o tema alegand a tgz, gz, or zip formatele arhiva si clicand <strong>Upload</strong>.'),
('ro', 'install_upgrade_package_text', 'You can upload an upgrade package manually from the local machine, your server, or from a remote location. Specify the location of a [exts] format archive and click <strong>Upload</strong>.'),
('ro', 'internal_option_name', 'Internal name'),
('ro', 'internal_option_name_tooltip', 'This name is shown only in the Administration panel to help you distinguish between multiple options that have the same displayed name.'),
('ro', 'internal_template.vendor_data_premoderation_product_approved', 'Vendor data premoderation: your product was approved'),
('ro', 'internal_template.vendor_data_premoderation_product_disapproved', 'Vendor data premoderation: your product was disapproved'),
('ro', 'internal_templates', 'On-site notification templates'),
('ro', 'internal_template_exists', 'The on-site notification template with the chosen code already exists, please try another.'),
('ro', 'internal_template_import_success_msg', 'All the on-site notification templates have been imported without errors.'),
('ro', 'international_settings', 'Setari internationale'),
('ro', 'international_usps', 'U.S.P.S. International'),
('ro', 'invalid_ftp_access', 'Acces FTP invalid.'),
('ro', 'inventory', 'Inventar'),
('ro', 'inventory_tracking', 'Inventory'),
('ro', 'invitees', 'Invitati'),
('ro', 'invite_vendors', 'Invite vendors'),
('ro', 'invite_vendors_enter_emails', 'Emails where to send invitations'),
('ro', 'invite_vendors_title', 'Invite people to register as vendors in your marketplace'),
('ro', 'invoice', 'Factura'),
('ro', 'invoices', 'Facturi'),
('ro', 'invoice_credit_memo', 'Factura/Credit memo'),
('ro', 'invoice_heading', 'Invoice'),
('ro', 'invoice_id', 'ID-ul Facturii'),
('ro', 'invoice_title', 'FACTURa'),
('ro', 'in_progress', 'in progres'),
('ro', 'in_stock', 'in stoc'),
('ro', 'ip', 'IP'),
('ro', 'ipn_errors', 'Erori IPN'),
('ro', 'ips', 'IP-uri'),
('ro', 'ip_address', 'Adresa IP'),
('ro', 'ip_from', 'IP de la'),
('ro', 'ip_to', 'IP către'),
('ro', 'issuer_id', 'Issuer ID'),
('ro', 'is_address_required', 'Customer must specify his/her address'),
('ro', 'is_back_in_stock', 'Este din nou in stoc!'),
('ro', 'is_default_storefront', 'Default storefront'),
('ro', 'is_pbp', 'Permiteti efectuarea platiilor cu puncte'),
('ro', 'italian', 'Italiana'),
('ro', 'items', 'Produs(e)'),
('ro', 'items_dependences', 'Dependentele produselor'),
('ro', 'items_in_box', 'Produse intr-o cutie.'),
('ro', 'items_in_cart', 'In acest moment aveti [n] produse in cos|In acest moment aveti [n] produse in cos'),
('ro', 'items_marked_by_tag', 'Items marked by the \"[tag]\" tag:'),
('ro', 'items_per_page', 'Produse per pagina'),
('ro', 'items_title', 'Produse'),
('ro', 'item_id', 'Item ID'),
('ro', 'item_number', 'Afisare numarul produsului'),
('ro', 'item_quantity', 'Cantitate produs'),
('ro', 'i_agree_continue', 'I agree and continue'),
('ro', 'janrain_cant_create_profile', 'Unfortunately, we failed to create a customer and log in to the store due to one of the following reasons:<br />- You logged in to our store earlier using some other OpenID provider in which the same email is used.<br />- You have already registered in our store using your email.<br />Please contact the store owner to resolve the problems.'),
('ro', 'janrain_general_info', '<p>Get these values and configure social login at <a href=\"http://janrain.com\" target=\"_blank\">janrain.com</a></p>'),
('ro', 'janrain_need_update_profile', 'The \"Password\" field and some other mandatory fields are empty at the moment. Please update your profile.'),
('ro', 'janrain_social_login', 'Social login'),
('ro', 'japanese', 'Japoneza'),
('ro', 'join', 'Alaturare'),
('ro', 'json_error_ctrl_char', 'Eroare de control charactere, posibila codificare gresita a acesteia.'),
('ro', 'json_error_depth', 'Nivelul maxim al stivei a fost depasit.'),
('ro', 'json_error_state_mismatch', 'JSON invalid sau incorect'),
('ro', 'json_error_syntax', 'Eroare de sintaxa, JSON malformat'),
('ro', 'json_error_unknown', 'Eroare JSON necunoscuta'),
('ro', 'json_error_utf8', 'Caracterele UTF-8 deformate, posibila codificarea incorecta a acestora.'),
('ro', 'key', 'Cheie'),
('ro', 'key1_for_md5', 'Cheia de autentificare 1 pentru md5'),
('ro', 'key2_for_md5', 'Cheia de autentificare 2 pentru md5'),
('ro', 'keywords', 'Cuvinte cheie'),
('ro', 'korean', 'Koreana'),
('ro', 'label_text_color', 'Culoarea textului etichetei'),
('ro', 'landing_header', 'Comanda dumneavoastra a fost inregistrata'),
('ro', 'language', 'Limba'),
('ro', 'languagecode', 'Codul limbii'),
('ro', 'languages', 'Limbi'),
('ro', 'languages_find_more', 'If you haven\'t found the language you need, check out <a href=\"[href]\" target=\"_blank\">our site with free language packs</a>.'),
('ro', 'language_code', 'Codul limbii'),
('ro', 'language_variable', 'Variabila limba'),
('ro', 'language_variables', 'Variabile limba'),
('ro', 'last4ssn', 'Ultimele 4 cifre ale numarului de securitate sociala.'),
('ro', 'last_24hours', 'Ultimele 24 de ore'),
('ro', 'last_days', 'Utilimele zile'),
('ro', 'last_login', 'Last login'),
('ro', 'last_month', 'Luna trecuta'),
('ro', 'last_name', 'Nume'),
('ro', 'last_name_and_first_name', 'Last name and first name'),
('ro', 'last_n_days', 'Ultimele [N] zile'),
('ro', 'last_order', 'Ultima comanda'),
('ro', 'last_scan_time', 'Last scan time'),
('ro', 'last_year', 'Anul trecut'),
('ro', 'latest_reviews', 'Ultimele comentarii și recenzii'),
('ro', 'latitude', 'Latitudine');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('ro', 'latitude_short', 'lat'),
('ro', 'layout', 'Aranjare in pagina'),
('ro', 'layoutid', 'Layout Id'),
('ro', 'layouts', 'Aranjari in pagini'),
('ro', 'lbl_amazon_aws_access_public_key', 'AWS acces public key'),
('ro', 'lbl_amazon_aws_access_secret_key', 'AWS acces la cheie secretă'),
('ro', 'lbl_amazon_background_color', 'Culoare de fundal'),
('ro', 'lbl_amazon_button_color', 'Culoare buton'),
('ro', 'lbl_amazon_button_size', 'Dimensiune buton'),
('ro', 'lbl_amazon_button_style', 'Stilizare buton Amazon'),
('ro', 'lbl_amazon_color_dark', 'Inchis'),
('ro', 'lbl_amazon_color_light', 'Deschis'),
('ro', 'lbl_amazon_color_orange', 'Orange'),
('ro', 'lbl_amazon_color_tan', 'Cafeniu'),
('ro', 'lbl_amazon_color_white', 'Alb'),
('ro', 'lbl_amazon_process_order_on_failure', 'Procesul de comanda pe apel invers a așuat'),
('ro', 'lbl_amazon_size_large', 'Mare'),
('ro', 'lbl_amazon_size_medium', 'Mediu'),
('ro', 'lbl_amazon_size_xlarge', 'Extra mare'),
('ro', 'left', 'Stanga'),
('ro', 'length', 'Lungime'),
('ro', 'less', 'mai puţin'),
('ro', 'letter', 'Scrisoare'),
('ro', 'level', 'Nivel'),
('ro', 'licence_agreement', 'Acord de Licienta'),
('ro', 'licensed_product', 'Licensed product'),
('ro', 'license_agreement', 'Acord de licienta'),
('ro', 'license_number', 'Numarul de licienta'),
('ro', 'license_number_cannot_be_empty', 'Numarul de licenta nu poate fi gol.'),
('ro', 'license_required', 'Este necesara licenta [product]'),
('ro', 'licensing.license_error_license_is_disabled', 'The license is disabled. Please check your license status.'),
('ro', 'licensing.license_error_license_is_disabled.text', 'Please contact us <a href=\"[helpdesk_url]\" target=\"_blank\">via Customer Help Desk</a> to find out why it happened and what can be done about it. To access the admin panel right now, you can enter another valid license number, as long as it isn\'t used in another store:'),
('ro', 'licensing.license_error_license_is_disabled.title', 'Your [product] license has been disabled'),
('ro', 'licensing.license_error_license_is_invalid', 'Invalid license number. Please enter a valid license number.'),
('ro', 'licensing.license_error_wrong_edition', 'The license does not match your store edition. Please enter a valid license number.'),
('ro', 'licensing.license_error_wrong_licensing_mode', 'The license does not match your store licensing mode. Please enter a valid license number.'),
('ro', 'licensing_and_upgrades', 'Licenţiere şi actualizări'),
('ro', 'limit', 'Limita'),
('ro', 'line', 'Linie'),
('ro', 'linear', 'Liniar'),
('ro', 'link', 'Legatura'),
('ro', 'linked_categories', 'Categoriile link-uite'),
('ro', 'linked_products', 'Produsele link-uite'),
('ro', 'links', 'Link-uri'),
('ro', 'links_thumb', 'Thumb-ul de link-uri'),
('ro', 'link_an_existing_option', 'Link an existing option'),
('ro', 'link_message_for_test_letter', 'The link will be displayed in a live newsletter'),
('ro', 'link_text', 'Textul link-ului'),
('ro', 'link_to', 'Link catre'),
('ro', 'list', 'Lista'),
('ro', 'list_objects', 'Lista de obiecte'),
('ro', 'list_price', 'Pret vechi'),
('ro', 'list_price_decreased', 'Lista de pret a scazut cu'),
('ro', 'list_price_increased', 'Lista de pret a urcat cu'),
('ro', 'list_price_short', 'Preț vechi'),
('ro', 'list_qty_count', 'List quantity count'),
('ro', 'list_quantity_count', 'Lista calcul cantitate'),
('ro', 'lite_checkout.change_in_geolocation_cities_upgrade_notification_text', '<p>Previously, you could create a list of cities that would be available to customers for selection in the geolocation block on the storefront. That had to be done in <b>Administration → Shipping &amp; taxes → Geolocation cities.</b></p><p>That page was removed, and the list of cities is now generated automatically from your pickup points. It works only if the corresponding setting in the [stores_pickups_addon] add-on is enabled, and only for pickup points that have a country, state, and city specified.</p><p>For your convenience, here is the list of cities that you previously had on the <b>Geolocation cities</b> page. It may help with configuring pickup points:<p><p>[locations_table]</p><p><a href=\"[stores_pickups_search]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Edit add-on settings</a></p>'),
('ro', 'lite_checkout.change_in_geolocation_cities_upgrade_notification_title', 'List of geolocation cities is now generated automatically'),
('ro', 'lite_checkout.choose_from_list', 'Choose from list'),
('ro', 'lite_checkout.city_and_state', 'City, state'),
('ro', 'lite_checkout.click_here_to_update_shipping', 'Enter city and state and click here to update shipping rates'),
('ro', 'lite_checkout.customer_information', 'Customer'),
('ro', 'lite_checkout.delivery_note', 'Customer\'s notes'),
('ro', 'lite_checkout.deliver_to', 'Deliver to:'),
('ro', 'lite_checkout.nearest_station', 'Nearest station'),
('ro', 'lite_checkout.personal_name', 'Full name'),
('ro', 'lite_checkout.place_an_order_for', 'Place order ([amount])'),
('ro', 'lite_checkout.select_pickup_item', 'Select a pickup point'),
('ro', 'lite_checkout.select_your_city', 'Specify your city'),
('ro', 'lite_checkout.shippings.show_all_on_map', 'Show all on map'),
('ro', 'lite_checkout.shipping_method_for', 'Shipping method for [group_name]'),
('ro', 'lite_checkout.use_two_fingers_for_move_map', 'Use two fingers to move the map'),
('ro', 'live', 'Live'),
('ro', 'livechat.change_account', 'If you would like to change LiveChat account you can'),
('ro', 'livechat.check_our_apps', 'Check out apps for <a href=\'[url]\' target=\'_blank\'>desktop or mobile</a>'),
('ro', 'livechat.create_account', 'Create an account'),
('ro', 'livechat.current_login', 'Currently you are using <strong>[login]</strong> LiveChat account.'),
('ro', 'livechat.license_cleared', 'LiveChat settings have been reset'),
('ro', 'livechat.license_received', 'LiveChat added to your website'),
('ro', 'livechat.reset_settings', 'reset settings'),
('ro', 'livechat.use_web_app', 'Use our web app'),
('ro', 'live_preview', 'Previzualizare live'),
('ro', 'load', 'Load'),
('ro', 'loading', 'in curs de procesare...'),
('ro', 'local', 'Local'),
('ro', 'localization', 'Localizare'),
('ro', 'localizations', 'Localizatii'),
('ro', 'localizations_menu_description', 'Gestioneaza localizarile suportate de magazinul dvs.'),
('ro', 'local_export', 'Descarca'),
('ro', 'local_modifications', 'Local modifications'),
('ro', 'local_modifications_message', 'These files had local modifications. During the upgrade a backup archive was created in the <strong>[dir]</strong> directory. You may want to check these files in the archive and reapply the modifications to your store.'),
('ro', 'location', 'Locatie'),
('ro', 'locations', 'Locatii'),
('ro', 'locations_menu_description', 'Manage the set of rate areas that are supported in your store.'),
('ro', 'log', 'Jurnal'),
('ro', 'loggedin_time', 'Autentificat de'),
('ro', 'logging', 'Logare'),
('ro', 'login', 'Autentificare'),
('ro', 'login_url', 'URL-UL de autentificare'),
('ro', 'login_with_facebook', 'Login with Facebook'),
('ro', 'login_with_foursquare', 'Login with Foursquare'),
('ro', 'login_with_google', 'Login with Google'),
('ro', 'login_with_linkedin', 'Login with LinkedIn'),
('ro', 'login_with_live', 'Login with Microsoft'),
('ro', 'login_with_paypal', 'Login with PayPal'),
('ro', 'login_with_twitter', 'Login with Twitter'),
('ro', 'login_with_yahoo', 'Login with Yahoo'),
('ro', 'logistica_reversa', 'Devolução'),
('ro', 'logos', 'Logo-uri'),
('ro', 'logo_for_invoices', 'Logo for invoices'),
('ro', 'logo_for_the_customer_area', 'Logo for the customer area'),
('ro', 'logo_link', 'Locatia logo-ului (URL)'),
('ro', 'logs', 'Jurnale'),
('ro', 'log_action_backup', 'backup'),
('ro', 'log_action_create', 'creati'),
('ro', 'log_action_delete', 'stergeti'),
('ro', 'log_action_deprecated', 'dezaprobat'),
('ro', 'log_action_error', 'eroare'),
('ro', 'log_action_failed_login', 'autenficiare nereusita'),
('ro', 'log_action_http', 'cerere http/https'),
('ro', 'log_action_login', 'autentificare'),
('ro', 'log_action_low_stock', 'stoc redus'),
('ro', 'log_action_optimize', 'optimizati'),
('ro', 'log_action_restore', 'restaurati'),
('ro', 'log_action_runtime', 'runtime'),
('ro', 'log_action_session', 'sesiune'),
('ro', 'log_action_shipping', 'Shipping request'),
('ro', 'log_action_status', 'schimbati starea'),
('ro', 'log_action_update', 'actualizati'),
('ro', 'log_in_as_user', 'Log in as user'),
('ro', 'log_in_as_vendor', 'Log in as vendor'),
('ro', 'log_type_categories', 'Categorii'),
('ro', 'log_type_database', 'Baza de date'),
('ro', 'log_type_general', 'general'),
('ro', 'log_type_orders', 'Comenzi'),
('ro', 'log_type_products', 'Produse'),
('ro', 'log_type_requests', 'Cereri'),
('ro', 'log_type_users', 'Utilizatori'),
('ro', 'longitude', 'Longitudine'),
('ro', 'longitude_short', 'long'),
('ro', 'lower_limit', 'Lower limit'),
('ro', 'low_stock_subj', 'Mic inventar al \"[product]\"'),
('ro', 'mac_key', 'Cheie Mac'),
('ro', 'mail', 'E-Mail'),
('ro', 'mailing_list', 'Mailing list'),
('ro', 'mailing_lists', 'Liste de adrese'),
('ro', 'mailing_list_date', 'Mailing list date'),
('ro', 'mail_message', 'Mesajul e-mail-ului'),
('ro', 'mail_subject', 'Subiectul e-mail-ului'),
('ro', 'main', 'Principale'),
('ro', 'mainbox_general', 'Blocul principal (H1 titlu)'),
('ro', 'mainbox_simple', 'Bloc important (H2 titlu)'),
('ro', 'maintenance', 'intretinere'),
('ro', 'main_category', 'Categoria principala'),
('ro', 'main_menu', 'Main menu'),
('ro', 'make_archive', 'Arhiveaza'),
('ro', 'make_default', 'Face implicit'),
('ro', 'make_permanent', 'Marcați ca permanent'),
('ro', 'manage', 'Gestionati'),
('ro', 'manager', 'Administrator'),
('ro', 'manage_addons', 'Administrare add-on-uri'),
('ro', 'manage_banners', 'Gestionați banere'),
('ro', 'manage_blocks', 'Gestionati blocuri'),
('ro', 'manage_categories', 'Gestionati categorii'),
('ro', 'manage_existing_block', 'Editati blocurile existente'),
('ro', 'manage_items', 'Gestionati articole'),
('ro', 'manage_languages', 'Gestionati limbi'),
('ro', 'manage_menus', 'Gestionati meniuri'),
('ro', 'manage_pages', 'Poate edita'),
('ro', 'manage_products', 'Gestionati produse'),
('ro', 'manage_reports', 'Gestionati rapoarte'),
('ro', 'manage_shippings', 'Metode de expediere'),
('ro', 'manage_sitemap', 'Gestionati harta site-ului'),
('ro', 'manage_stores', 'Gestionati magazine.'),
('ro', 'manage_subscribers', 'Manage subscribers'),
('ro', 'manage_vendors', 'Gestionați furnizori'),
('ro', 'mandatory', 'Obligatoriu'),
('ro', 'manually', 'Manual'),
('ro', 'manually_recalculate_order', 'Recalculați manual comanda'),
('ro', 'manually_set_tax_rates', 'Setati manual taxele'),
('ro', 'map_fields', 'Campurile de cartografiat'),
('ro', 'mark', 'Marcati ca rezolvat'),
('ro', 'marketing', 'Marketing'),
('ro', 'marketplace', 'Piață'),
('ro', 'marketplace_find_more', 'Găseşte mai multe suplimente şi teme în <a href=\"[href]\" target=\"_blank\"> piaţă</a>'),
('ro', 'marketplace_menu', 'Marketplace Menu'),
('ro', 'master_products.add_product_from_catalog', 'Add product from catalog'),
('ro', 'master_products.all_products', 'All products'),
('ro', 'master_products.all_vendors_master_product', 'All vendors (common product)'),
('ro', 'master_products.create_new_product', 'Create new product'),
('ro', 'master_products.exported_products', 'Products to export'),
('ro', 'master_products.for_sale', 'For sale'),
('ro', 'master_products.master_product', 'Common product'),
('ro', 'master_products.price_from', 'From [formatted_price]'),
('ro', 'master_products.products_being_sold', 'Products being sold'),
('ro', 'master_products.products_that_vendors_can_sell', 'Products that vendors can sell'),
('ro', 'master_products.products_were_added_to_your_products', '[n] product was added to your products|[n] products were added to your products'),
('ro', 'master_products.product_type.offer', 'Vendor offer'),
('ro', 'master_products.product_type.offer_variation', 'Vendor variation offer'),
('ro', 'master_products.sell_selected', 'Sell selected'),
('ro', 'master_products.sell_this', 'Sell this'),
('ro', 'master_products.upgrade_notification.message', '<p>For technical reasons, the <b>[master_product_addon]</b> add-on works only with global options now. If any vendor sells a common product, then we have already converted all options from that product into global options during the upgrade.</p>'),
('ro', 'master_products.upgrade_notification.title', 'Common Products for Vendors: Add-on now works only with global options'),
('ro', 'master_products.vendor_products_block_name', 'Sellers of a product'),
('ro', 'master_products.vendor_products_filling', 'Sellers of this product'),
('ro', 'master_products.vendor_products_tab_name', 'Sellers of this product'),
('ro', 'master_products.view_product_offers', 'See all offers'),
('ro', 'maximum', 'Maxim'),
('ro', 'maximum_items_in_box', 'Maximul de elemente in cutie'),
('ro', 'maximum_number_of_statuses_reached', 'You have reached the maximum number of statuses'),
('ro', 'max_amount', 'Costul total'),
('ro', 'max_box_weight', 'Greutatea maxima cutie'),
('ro', 'max_downloads', 'Nr. max de descarcari'),
('ro', 'max_item', 'Numarul de produse'),
('ro', 'max_order_qty', 'Cantitatea maxima pentru o comanda'),
('ro', 'max_quantity', 'Maximum order quantity'),
('ro', 'max_storefronts_reached', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('ro', 'max_uploading_file_size', 'Dimensiunea maxima de incarcare a fisierului'),
('ro', 'max_uploading_file_size_hint', 'Lasati acest camp gol pentru a permite incarcarea unui fisier de orice dimensiune (\"100\" e echivalentul 100 Kb)'),
('ro', 'mb_amounts_not_match', 'Valoarea sumei primite in statutul solicitari difera de cea primita de sitemul CS-Cart;'),
('ro', 'mb_currencies_not_match', 'Valoarea monezii primite in statutul solicitarii difera de cea primita de sistemul CS-Cart;'),
('ro', 'mb_md5_hashes_not_match', 'Valoarea md5 hash in statutul solicitarii difera de cea primita de sistemul CS-Cart;'),
('ro', 'mb_transaction_id', 'ID-ul Tranzactiei MB'),
('ro', 'md5_checksum_failed', 'MD5 a esuat'),
('ro', 'md5_hash_value', 'valoarea hash-ului MD5'),
('ro', 'menu', 'Meniu'),
('ro', 'menus', 'Meniuri'),
('ro', 'menu_items', 'Articole pentru meniu.'),
('ro', 'merchantid', 'ID Comerciant.'),
('ro', 'merchant_email', 'E-mail-ul de notifiacare al comerciantului'),
('ro', 'merchant_firstname', 'Prenumele Comerciantului'),
('ro', 'merchant_id', 'ID-ul comerciantului'),
('ro', 'merchant_key', 'Cheia comerciantului'),
('ro', 'merchant_lastname', 'Numele Comerciantului'),
('ro', 'merchant_login', 'Login comerciant.'),
('ro', 'merchant_name', 'Numele comerciantului'),
('ro', 'merchant_pin', 'PIN-ul comerciantului'),
('ro', 'merchant_response_was_not_received', 'Raspunsul de la comerciant nu a fost primit. Va rugam verificati tranzactia manual.'),
('ro', 'merchant_site_id', 'ID-ul site-ului Comerciantului'),
('ro', 'merchant_warrior_api_key', 'Cheie API.'),
('ro', 'merchant_warrior_api_passphrase', 'Fraza de acces API.'),
('ro', 'merge', 'Fuziune'),
('ro', 'merge_vendor', 'Îmbinare furnizor'),
('ro', 'message', 'Mesaj'),
('ro', 'messages', 'Mesaje'),
('ro', 'meta_description', 'META descriere'),
('ro', 'meta_keywords', 'META Cuvinte cheie'),
('ro', 'method', 'Metoda'),
('ro', 'migrations', 'Migraţii'),
('ro', 'minimized', 'Minimizat'),
('ro', 'minimum_commission_payment', 'Comisionul minim de plata'),
('ro', 'minimum_items_in_box', 'Articolele minime in cutie.'),
('ro', 'minutes', 'minut(e)'),
('ro', 'min_order_qty', 'Cantitate minima pentru o comanda'),
('ro', 'min_quantity', 'Minimum order quantity'),
('ro', 'missing_variants_handling', 'Manipulare variante lipsa.'),
('ro', 'mobile_app.appfulldescription', 'Full description'),
('ro', 'mobile_app.apple_pay', 'Apple Pay'),
('ro', 'mobile_app.apple_pay_merchant_identifier', 'Merchant identifier'),
('ro', 'mobile_app.apple_pay_merchant_identifier_tooltip', 'Obtain the <b>Merchant Identifier</b> as described in <a href=\"https://help.apple.com/developer-account/#/devb2e62b839?sub=dev103e030bb\" target=\"_blank\">Developer Account Help</a>'),
('ro', 'mobile_app.apple_pay_merchant_name', 'Merchant name'),
('ro', 'mobile_app.apple_pay_merchant_name_tooltip', 'Enter the Merchant ID Description that you used when registering your Merchant ID at the Apple Developer website.'),
('ro', 'mobile_app.apple_pay_supported_networks', 'Payment networks'),
('ro', 'mobile_app.appname', 'App Name'),
('ro', 'mobile_app.appshortdescription', 'Short description'),
('ro', 'mobile_app.configure_colors', 'Configure Colors'),
('ro', 'mobile_app.crop_when_resize', 'Crop image'),
('ro', 'mobile_app.download_config', 'Download config'),
('ro', 'mobile_app.fcm_api_key', 'API key for push notifications'),
('ro', 'mobile_app.fcm_api_key_tooltip', 'Obtain the Cloud Messaging <b>Legacy server key</b> from the <a href=\"https://console.firebase.google.com\" target=\"_blank\">Firebase console</a> using your bundle ID: [bundle_id]'),
('ro', 'mobile_app.mobile_address_colon', 'Address:'),
('ro', 'mobile_app.mobile_add_to_cart', 'Add to cart'),
('ro', 'mobile_app.mobile_auth', 'Auth'),
('ro', 'mobile_app.mobile_authentication', 'Authentication'),
('ro', 'mobile_app.mobile_bank_routing_number', 'Bank routing number'),
('ro', 'mobile_app.mobile_billing_address', 'Billing address'),
('ro', 'mobile_app.mobile_cancel', 'Cancel'),
('ro', 'mobile_app.mobile_cannot_handle_url', 'Can\'t handle url'),
('ro', 'mobile_app.mobile_cardholder_name', 'Cardholder\'s name'),
('ro', 'mobile_app.mobile_card_number', 'Card Number'),
('ro', 'mobile_app.mobile_cart', 'Cart'),
('ro', 'mobile_app.mobile_categories', 'Categories'),
('ro', 'mobile_app.mobile_change_address', 'Change address'),
('ro', 'mobile_app.mobile_checking_account_number', 'Checking account number'),
('ro', 'mobile_app.mobile_checkout', 'Checkout'),
('ro', 'mobile_app.mobile_checkout_complete', 'Checkout complete'),
('ro', 'mobile_app.mobile_city_colon', 'City:'),
('ro', 'mobile_app.mobile_comment', 'Comment'),
('ro', 'mobile_app.mobile_comments_and_reviews', 'Comments & Reviews'),
('ro', 'mobile_app.mobile_companies', 'Vendors'),
('ro', 'mobile_app.mobile_confirm_clear_the_cart', 'Clear all cart ?'),
('ro', 'mobile_app.mobile_confirm_clear_wishlist', 'Clear wish list?'),
('ro', 'mobile_app.mobile_congratulations', 'Congratulations!'),
('ro', 'mobile_app.mobile_contact_information', 'Contact Information'),
('ro', 'mobile_app.mobile_country_colon', 'Country:'),
('ro', 'mobile_app.mobile_customer_signature', 'Customer\'s signature'),
('ro', 'mobile_app.mobile_cvv2', 'CVV/CVC'),
('ro', 'mobile_app.mobile_delete', 'Delete'),
('ro', 'mobile_app.mobile_delivery', 'Delivery'),
('ro', 'mobile_app.mobile_details', 'Details'),
('ro', 'mobile_app.mobile_discussion_title_product', 'Reviews'),
('ro', 'mobile_app.mobile_email', 'E-mail'),
('ro', 'mobile_app.mobile_email_colon', 'E-mail:'),
('ro', 'mobile_app.mobile_empty_wish_list_message', 'Your Wish Lists will love here.'),
('ro', 'mobile_app.mobile_error', 'Error'),
('ro', 'mobile_app.mobile_error_try_later', 'Something went wrong. Please try again later.'),
('ro', 'mobile_app.mobile_fax', 'Fax'),
('ro', 'mobile_app.mobile_features', 'Feautures'),
('ro', 'mobile_app.mobile_firstname_colon', 'First name:'),
('ro', 'mobile_app.mobile_go_to_store', 'Go To Store'),
('ro', 'mobile_app.mobile_home', 'Home'),
('ro', 'mobile_app.mobile_information', 'Information'),
('ro', 'mobile_app.mobile_items', '%1 item(s)'),
('ro', 'mobile_app.mobile_lastname_colon', 'Last name:'),
('ro', 'mobile_app.mobile_list_is_empty', 'List is empty'),
('ro', 'mobile_app.mobile_login', 'Login'),
('ro', 'mobile_app.mobile_looking_for_ideas', 'Looking for ideas?'),
('ro', 'mobile_app.mobile_my_profile', 'My Profile'),
('ro', 'mobile_app.mobile_next', 'Next'),
('ro', 'mobile_app.mobile_notice', 'Notice'),
('ro', 'mobile_app.mobile_no_posts_found', 'No posts found'),
('ro', 'mobile_app.mobile_no_products_in_this_section', 'There are no products in this section'),
('ro', 'mobile_app.mobile_number_of_reviews', '%1 reviews'),
('ro', 'mobile_app.mobile_number_products_found', 'Products found: %1'),
('ro', 'mobile_app.mobile_ok', 'Ok'),
('ro', 'mobile_app.mobile_order', 'Order'),
('ro', 'mobile_app.mobile_orders', 'Orders'),
('ro', 'mobile_app.mobile_order_details', 'Order Detail'),
('ro', 'mobile_app.mobile_order_lowercase', 'order'),
('ro', 'mobile_app.mobile_payment_method', 'Payment method'),
('ro', 'mobile_app.mobile_payment_method_colon', 'Payment method:'),
('ro', 'mobile_app.mobile_phone', 'Phone'),
('ro', 'mobile_app.mobile_phone_colon', 'Phone:'),
('ro', 'mobile_app.mobile_placed_on', 'Placed on'),
('ro', 'mobile_app.mobile_place_order', 'Place order'),
('ro', 'mobile_app.mobile_products', 'Products'),
('ro', 'mobile_app.mobile_products_information', 'Products information'),
('ro', 'mobile_app.mobile_product_added_to_cart', 'The product was added to your cart.'),
('ro', 'mobile_app.mobile_product_added_to_wl', 'The product was added to your Wish list.'),
('ro', 'mobile_app.mobile_product_in_wishlist', 'This product is already in the wish list.'),
('ro', 'mobile_app.mobile_profile', 'Profile'),
('ro', 'mobile_app.mobile_rating_is_mandatory', 'The rating field is mandatory.'),
('ro', 'mobile_app.mobile_registration', 'Registration'),
('ro', 'mobile_app.mobile_registration_complete', 'Registration complete.'),
('ro', 'mobile_app.mobile_reviews_number', 'Reviews (%1)'),
('ro', 'mobile_app.mobile_save', 'Save'),
('ro', 'mobile_app.mobile_search', 'Search'),
('ro', 'mobile_app.mobile_send_review', 'Send review'),
('ro', 'mobile_app.mobile_share_product', 'Share product'),
('ro', 'mobile_app.mobile_shipping', 'Shipping'),
('ro', 'mobile_app.mobile_shipping_address', 'Shipping address'),
('ro', 'mobile_app.mobile_shipping_cost_colon', 'Shipping cost:'),
('ro', 'mobile_app.mobile_shipping_method_colon', 'Shipping method:'),
('ro', 'mobile_app.mobile_show_all', 'Show all'),
('ro', 'mobile_app.mobile_sign_in', 'Sign in'),
('ro', 'mobile_app.mobile_sign_in_as_different', 'Sign in as a different user'),
('ro', 'mobile_app.mobile_state_colon', 'State:'),
('ro', 'mobile_app.mobile_subtotal_colon', 'Subtotal:'),
('ro', 'mobile_app.mobile_success', 'Success'),
('ro', 'mobile_app.mobile_summary', 'Summary'),
('ro', 'mobile_app.mobile_text_cart_empty', 'Your shopping cart is empty.'),
('ro', 'mobile_app.mobile_text_cart_zero_inventory', 'Product has zero inventory and cannot be added to the cart.'),
('ro', 'mobile_app.mobile_text_order_placed_successfully', 'Your order has been successfully placed.'),
('ro', 'mobile_app.mobile_text_post_pended', 'Your post will be checked before it gets published.'),
('ro', 'mobile_app.mobile_text_profile_is_updated', 'The profile data has been updated successfully.'),
('ro', 'mobile_app.mobile_text_thank_you_for_post', 'Thank you for your post.'),
('ro', 'mobile_app.mobile_there_are_no_features', 'There are no feautures.'),
('ro', 'mobile_app.mobile_total', 'Total'),
('ro', 'mobile_app.mobile_total_colon', 'Total:'),
('ro', 'mobile_app.mobile_valid_thru_mm', 'Valid thru (mm)'),
('ro', 'mobile_app.mobile_valid_thru_yy', 'Valid thru (yy)'),
('ro', 'mobile_app.mobile_vendor', 'Vendor'),
('ro', 'mobile_app.mobile_vendor_details', 'Vendor Detail'),
('ro', 'mobile_app.mobile_vendor_info', 'Vendor Info'),
('ro', 'mobile_app.mobile_vendor_products', 'Vendor products'),
('ro', 'mobile_app.mobile_vertical_delimiter', '|'),
('ro', 'mobile_app.mobile_view_all', 'View All'),
('ro', 'mobile_app.mobile_view_details', 'View Detail'),
('ro', 'mobile_app.mobile_website', 'Website'),
('ro', 'mobile_app.mobile_wishlist', 'Wish List'),
('ro', 'mobile_app.mobile_write_review', 'Write a Review'),
('ro', 'mobile_app.mobile_wrong_password', 'Wrong password.'),
('ro', 'mobile_app.mobile_your_message', 'Your message'),
('ro', 'mobile_app.mobile_your_name', 'Your name'),
('ro', 'mobile_app.m_app_icon', 'App Icon'),
('ro', 'mobile_app.m_app_splash_landscape', 'Splash Screen (landscape)'),
('ro', 'mobile_app.m_app_splash_portrait', 'Splash Screen (portrait)'),
('ro', 'mobile_app.m_app_store_logo', 'Feature Graphic image'),
('ro', 'mobile_app.preparing_android_images', 'Preparing Android images'),
('ro', 'mobile_app.preparing_archive', 'Preparing archive'),
('ro', 'mobile_app.preparing_config', 'Preparing config'),
('ro', 'mobile_app.preparing_ios_icons', 'Preparing iOS icons'),
('ro', 'mobile_app.preparing_ios_images', 'Preparing iOS images'),
('ro', 'mobile_app.privacypolicyurl', 'Privacy Policy URL'),
('ro', 'mobile_app.pushnotifications', 'Push notifications'),
('ro', 'mobile_app.section.category', 'Categories'),
('ro', 'mobile_app.section.drawer', 'Drawer (sidebar menu)'),
('ro', 'mobile_app.section.main', 'Main screen'),
('ro', 'mobile_app.section.navbar', 'Navigation bar'),
('ro', 'mobile_app.section.product_screen', 'Product screen'),
('ro', 'mobile_app.services_config', 'Firebase config file (Android)'),
('ro', 'mobile_app.settings.access_key', 'Access key:'),
('ro', 'mobile_app.shopname', 'Shop Name'),
('ro', 'mobile_app.supportemail', 'Support email'),
('ro', 'mobile_sticky_compare', 'ET - Mobile sticky compare'),
('ro', 'mobile_sticky_home', 'ET - Mobile sticky home'),
('ro', 'mobile_sticky_wishlist', 'ET - Mobile sticky wishlist'),
('ro', 'modified_core_files_found', 'Some of your core files have been changed. This may become a problem when upgrading [product] as changes in these files may be lost.'),
('ro', 'modifier', 'Modificator'),
('ro', 'modify_profile', 'Modificati profil'),
('ro', 'modify_selected', 'Modificati cele selectate'),
('ro', 'month', 'Luna'),
('ro', 'monthly', 'Lunar'),
('ro', 'months', 'Lunile'),
('ro', 'month_name_1', 'Ianuarie'),
('ro', 'month_name_10', 'Octombrie'),
('ro', 'month_name_11', 'Noiembrie'),
('ro', 'month_name_12', 'Decembrie'),
('ro', 'month_name_2', 'Februarie'),
('ro', 'month_name_3', 'Martie'),
('ro', 'month_name_4', 'Aprilie'),
('ro', 'month_name_5', 'Mai'),
('ro', 'month_name_6', 'Iunie'),
('ro', 'month_name_7', 'Iulie'),
('ro', 'month_name_8', 'August'),
('ro', 'month_name_9', 'Septembrie'),
('ro', 'month_name_abr_1', 'Ian'),
('ro', 'month_name_abr_10', 'Octombrie'),
('ro', 'month_name_abr_11', 'Noi'),
('ro', 'month_name_abr_12', 'Decembrie'),
('ro', 'month_name_abr_2', 'Februarie'),
('ro', 'month_name_abr_3', 'Martie'),
('ro', 'month_name_abr_4', 'Aprilie'),
('ro', 'month_name_abr_5', 'Mai'),
('ro', 'month_name_abr_6', 'Iun'),
('ro', 'month_name_abr_7', 'Iul'),
('ro', 'month_name_abr_8', 'August'),
('ro', 'month_name_abr_9', 'Septembrie'),
('ro', 'more', 'Mai mult'),
('ro', 'more_info', 'Mai multe informatii'),
('ro', 'more_languages', 'More languages'),
('ro', 'more_link', '[mai mult]'),
('ro', 'more_sign_in_options', 'Inapoi la mai multe optiuni de autentificare'),
('ro', 'more_subjects', 'Random subjects (one per line)'),
('ro', 'more_than', 'Mai mult de'),
('ro', 'more_w_ellipsis', 'Mai mult...'),
('ro', 'most_popular', 'Cele mai populare'),
('ro', 'most_popular_addons', 'Cele mai populare add-on-uri'),
('ro', 'mr', 'Dl.'),
('ro', 'ms', 'D-ra.'),
('ro', 'multiple', 'Multiplu'),
('ro', 'multiple_checkboxes', 'Căsuțe de bifare multiple'),
('ro', 'multiple_selectbox', 'Căsuțe de selectare multiple'),
('ro', 'multiple_selectbox_notice', '<p>Pentru a selecta mai mult decat o optiune faceti click pe optiuni tinand apasata tasta CTRL. Pentru a le de-selecta faceti din nou click pe ele tindand tasta CTRL apasata.</p>'),
('ro', 'multiupload', 'Incarcare Multipla'),
('ro', 'mve.container_not_used', 'This container currently has default configuration. It looks exactly like the store owner configured it. Vendors can use custom configuration to change the blocks in this container.'),
('ro', 'mve_plus_license', '[product] Plus'),
('ro', 'mve_ultimate_license', '[product] Ultimate'),
('ro', 'mve_ultimate_license_required', '[product] Ultimate is required for this'),
('ro', 'mve_ultimate_or_plus_license_required', 'This action requires [product] Ultimate or [product] Plus'),
('ro', 'my_account', 'Contul meu'),
('ro', 'my_account_links', 'Linkurile contului meu.'),
('ro', 'my_account_links_advanced', 'My account advanced'),
('ro', 'my_cards', 'Meus Cartões'),
('ro', 'my_cart', 'My cart'),
('ro', 'my_payments', 'Cartões salvos'),
('ro', 'my_points', 'Punctele mele'),
('ro', 'na', 'N/A'),
('ro', 'name', 'Nume'),
('ro', 'navigation', 'Navigare.'),
('ro', 'navi_pages', 'Pagini'),
('ro', 'need_company_id', 'iD-ul companiei este solicitat (the company_id param)'),
('ro', 'need_product_name', 'Trebuie să specificaţi numele produsului'),
('ro', 'need_snippet_name', 'You have to specify valid snippet name'),
('ro', 'neighbours', 'Vecini'),
('ro', 'never', 'Niciodată'),
('ro', 'new', 'Nou'),
('ro', 'newest', 'Cel mai nou'),
('ro', 'newsletter', 'Newsletter'),
('ro', 'newsletters', 'Newsletters'),
('ro', 'newsletters.agreement_text_full_subscribe_to_newsletters', '<p>When you sign up for a specific newsletter, we ([company]) add your email address to a corresponding mailing list. While it is there, we know that we can contact you by email regarding that topic.</p> <p>You can always have your email address removed from our mailing lists. There are multiple ways to do it:</p><ul> <li>Once your account is registered, just sign in and unsubscribe from newsletters in profile settings.</li> <li>Use the “Unsubscribe” link in our newsletters that you receive.</li> <li>Send an email to [email].</li> </ul> <p>We may use a third-party email service (MailChimp and/or Mad Mimi) to send newsletters. Some members of our staff can view mailing lists with email addresses. That way they’ll be able to remove your email address from the mailing list, should you request us to do so.</p> <p>Please note that mailing lists are independent from each other. If you decide not to receive newsletters at all, you’ll have to unsubscribe from all the mailing lists. Even if you do that, you’ll still receive account-related emails (such as order status notifications, password reset emails, and more). It is essential for operating an online store.</p> <p>If you decide that you no longer want to use our store and would like to have your personal data removed from our database (or if you’d like to get all the personal data associated with your account that we have), please send an email to [email].</p> <p>If you believe that your personal data has been misused, you have the right to lodge a complaint with a supervisory authority. We’re obliged by EU General Data Protection Regulation to let you know about this right; we don’t actually intend to misuse your data.</p>'),
('ro', 'newsletters.agreement_text_short_subscribe_to_newsletters', 'I agree to have my personal data <u>processed as follows</u> and I want to subscribe for the following newsletters:'),
('ro', 'newsletters.new_subscribers', 'New subscribers'),
('ro', 'newsletters.subscribe_to_newsletters', 'Newsletters: Subscribe to newsletters'),
('ro', 'newsletters_menu_description', 'Create and send newsletters to your customer.'),
('ro', 'newsletter_autoresponder', 'Newsletter autoresponder'),
('ro', 'newsletter_autoresponders', 'Newsletter autoresponders'),
('ro', 'newsletter_template', 'Newsletter template'),
('ro', 'newsletter_templates', 'Newsletter templates'),
('ro', 'news_plain', 'Plain'),
('ro', 'new_administrator_account_created', 'Cont nou de Administrator a fost creat cu succes.'),
('ro', 'new_administrator_password', 'Parola noului administrator.'),
('ro', 'new_attachment', 'Atașament nou'),
('ro', 'new_campaign', 'New campaign'),
('ro', 'new_category', 'Categorie noua'),
('ro', 'new_certificate', 'Certificat nou'),
('ro', 'new_chart', 'Grafic nou'),
('ro', 'new_combination', 'Adaugati o noua combinatie.'),
('ro', 'new_credit_card', 'Carte de credit noua'),
('ro', 'new_currency', 'Moneda noua.'),
('ro', 'new_customer', 'Client nou'),
('ro', 'new_domains', 'Domeniile noi'),
('ro', 'new_emails', 'Adăugați adrese de e-mail noi'),
('ro', 'new_feature', 'Adaugati o facilitate noua'),
('ro', 'new_file', 'Fisier nou'),
('ro', 'new_filter', 'Filtru nou'),
('ro', 'new_folder', 'Dosar nou.'),
('ro', 'new_form', 'Formular nou'),
('ro', 'new_group', 'Grup nou'),
('ro', 'new_invoice_langvar_upgrade_notification_message', '<p>A new language variable called <b>invoice_heading</b> has been added. You can use it to alter the title of your invoices as you see fit without altering the word \"Invoice\" in other parts of the store. The values for <b>invoice_heading</b> have been copied from the values of the <b>invoice</b> language variable.</p><p>Please note that whether or not the language variable appears in your invoices depends on <a href=\"http://docs.cs-cart.com/latest/user_guide/look_and_feel/documents/enable_document_editor.html\">whether or not you use the email template and document editors</a>:</p><ul><li>If you use the editors, then you\'ll have to add the new language variable to your invoice manually.</li><li>If you use the old way of editing documents (via TPL files), then the new language variable is already included in the default TPL files.</li></ul>'),
('ro', 'new_invoice_langvar_upgrade_notification_title', 'New language variable for invoice heading'),
('ro', 'new_ips', 'IP-urile noi'),
('ro', 'new_items', 'New items'),
('ro', 'new_language', 'Limba noua'),
('ro', 'new_language_variable', 'Variabila de limba noua.'),
('ro', 'new_layout', 'Layout nou.'),
('ro', 'new_link', 'Link nou'),
('ro', 'new_localization', 'Localizare noua'),
('ro', 'new_location', 'Locatie noua'),
('ro', 'new_mailing_lists', 'New mailing list'),
('ro', 'new_menu', 'Meniu nou'),
('ro', 'new_option', 'Optiune noua'),
('ro', 'new_page', 'Pagina noua'),
('ro', 'new_payments', 'Adaugati o noua modalitate de plata'),
('ro', 'new_payout', 'Adaugati o plata noua'),
('ro', 'new_poll', 'Sondaj nou'),
('ro', 'new_post', 'Postare noua'),
('ro', 'new_product', 'Produs nou'),
('ro', 'new_profile', 'Profil nou'),
('ro', 'new_profile_field', 'Camp de profil nou.'),
('ro', 'new_profile_notification', 'Notificare profil nou'),
('ro', 'new_promotion', 'Promotie noua'),
('ro', 'new_question', 'Întrebare nouă'),
('ro', 'new_rate_area', 'New rate area'),
('ro', 'new_reason', 'Adăugați motive noi'),
('ro', 'new_report', 'Adaugare raport(uri) nou(noi)'),
('ro', 'new_rule', 'O regulă nouă'),
('ro', 'new_saved_search', 'Noua cautare salvata.'),
('ro', 'new_section', 'Sectiune noua.'),
('ro', 'new_setting_value', 'New value'),
('ro', 'new_shipment', 'Transport nou'),
('ro', 'new_shipment_was_created', 'Noul transport a fost creat'),
('ro', 'new_shipping_method', 'Modalitate noua de transport'),
('ro', 'new_site_map_section', 'Adaugati o asezare noua pentru sectiunea de harta a site-ului'),
('ro', 'new_states', 'Adaugati o regiune noua pentru tara selectata'),
('ro', 'new_status', 'Adaugati un statut nou'),
('ro', 'new_store_location', 'Locație nouă a magazinului'),
('ro', 'new_subscribers', 'Adăugați noi abonați'),
('ro', 'new_tab', 'Tab nou'),
('ro', 'new_tax', 'Taxa noua'),
('ro', 'new_text_ultimate_license_required', 'A special edition of [product] that offers an unlimited number of storefronts. If you switch to <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see the message about the storefront limit again.'),
('ro', 'new_usergroups', 'Adaugati grup(uri) noi de utilizatori'),
('ro', 'new_user_profile', 'Profil de utilizator nou'),
('ro', 'new_vendor', 'Furnizor nou'),
('ro', 'new_version', 'Noua versiune'),
('ro', 'new_withdrawal', 'New withdrawal'),
('ro', 'new_zealand', 'Noua Zeelanda'),
('ro', 'next', 'Urmatorul'),
('ro', 'next_step', 'Urmatorul pas'),
('ro', 'ne_add_subscribers_from_users', 'Add subscribers from the list of users'),
('ro', 'ne_warning_subscr_email_exists', '<b>[email]</b> is already in the subscribers list'),
('ro', 'no', 'Nu'),
('ro', 'nocombination', 'Din pacate aceasta combinatie nu este accesibila'),
('ro', 'none', 'Niciunul'),
('ro', 'non_writable_directories', 'Urmatoarele directive nu au permisiune de scriere.'),
('ro', 'normal', 'Normal'),
('ro', 'norway', 'Norvegia'),
('ro', 'norwegian', 'Norwegiana'),
('ro', 'note', 'Nota'),
('ro', 'notes', 'Note'),
('ro', 'notice', 'Instiintare'),
('ro', 'notice_too_many_decimals', 'Ati specificat [DECIMALS] zecimale pentru [CURRENCY]. Numarul maxim de zecimale acceptate este 2. Urmatoarele valori vor fi afisate ca zero.'),
('ro', 'notice_undeliverable_products_removed', 'Produsele nelivrate au fost scoase din cos. Puteti continua achizitia.'),
('ro', 'notice_update_customer_details', 'Adresa de e-mail a fost schimbata de catre client in profilul sau. Bifati caseta pentru a actualiza detaliile de comanda:'),
('ro', 'notification.upgrade_available.message', 'A new version of [product] is available. If you want to upgrade to the latest version now, click here.'),
('ro', 'notification.upgrade_available.title', 'Upgrade available'),
('ro', 'notifications', 'Notifications'),
('ro', 'notifications_center.notifications', 'Notifications'),
('ro', 'notifications_center.no_notifications', 'No notifications'),
('ro', 'notifications_center.section.administration', 'Administration'),
('ro', 'notifications_center.section.all', 'All'),
('ro', 'notifications_center.section.communication', 'Communication'),
('ro', 'notifications_center.section.other', 'Other'),
('ro', 'notifications_center.section.products', 'Products'),
('ro', 'notifications_center.tag.administration.license', 'Licence'),
('ro', 'notifications_center.tag.administration.update', 'Update'),
('ro', 'notifications_center.tag.messages', 'Messages'),
('ro', 'notifications_center.tag.other', 'Other'),
('ro', 'notification_template.tab.email', 'Email'),
('ro', 'notification_template.tab.internal', 'On-site'),
('ro', 'notify_customer', 'Notificare client'),
('ro', 'notify_orders_department', 'Notifica departamentul de vanzari'),
('ro', 'notify_supplier', 'Notificare furnizor'),
('ro', 'notify_user', 'Notificare utilizator'),
('ro', 'notify_vendor', 'Anunță vânzătorul'),
('ro', 'notify_vendors_by_email', 'Anunță vânzătorul prin e-mail'),
('ro', 'notify_vendor_by_email', 'Notify vendor by e-mail'),
('ro', 'notify_when_back_in_stock', 'Anuntati-ma cand acest produs este din nou in stoc.'),
('ro', 'not_active', 'Nu este activ'),
('ro', 'not_active_file_notice', 'Fisierul se va putea descarca doar cu acordul adminisratorului'),
('ro', 'not_approved', 'Nu este aprobat'),
('ro', 'not_a_member', 'Nu sunteti un membru'),
('ro', 'not_checked', 'Not checked'),
('ro', 'not_installed', 'Nu este instalat.'),
('ro', 'not_scroll_automatically', 'Nu faceti scroll in mod automat.'),
('ro', 'no_active_storefronts', 'No active storefronts'),
('ro', 'no_autoresponder', 'No autoresponder'),
('ro', 'no_categories_available', 'Nici o categorie disponibila.'),
('ro', 'no_data', 'Date inexistente'),
('ro', 'no_data_found', 'Nu exista date care sa indeplineasca conditiile graficului'),
('ro', 'no_files', 'Nici un fisier.'),
('ro', 'no_hidden_elements_second_level_view', 'AB: Number of visible elements of the 2-level menu'),
('ro', 'no_hidden_elements_second_level_view.tooltip', 'This setting limits the number of third-level menu items, displayed in the menu structure. The remaining elements of the third level will be displayed when clicking on the <b>More</b> link'),
('ro', 'no_image', 'Nici o imagine'),
('ro', 'no_items', 'Nici un produs.'),
('ro', 'no_items_found', 'Nici un produs gasit care sa corespunda cu criterile cautarii'),
('ro', 'no_manager_assigned', 'Niciun manager atribuit'),
('ro', 'no_menus', 'Nici un meniu.'),
('ro', 'no_modified_core_files_found', 'No changed core files found'),
('ro', 'no_posts_found', 'Nici o postare găsită'),
('ro', 'no_products_for_shipment', 'Nu exista produse pentru transport'),
('ro', 'no_products_selected', 'Nici un produs selectat'),
('ro', 'no_rates_for_empty_cart', '<p class=\"error-text\" align=\"center\">Cosul dvs. este gol si costrul transportului nu poate fi estimat</p>'),
('ro', 'no_rates_for_empty_cart_warning', 'Coșul dvs. este gol și costul livrării nu poate fi estimat'),
('ro', 'no_return_requests_found', 'Nu a fost găsită nici o cerere'),
('ro', 'no_shipping_required', 'Nu necesita transport'),
('ro', 'no_such_coupon', 'Nu exista o asemenea reducere de cupon. <br /> Va rugam incercati din nou.'),
('ro', 'no_template', 'No template'),
('ro', 'no_themes_available', 'Nu sunt teme disponibile.'),
('ro', 'no_users_found', 'Nici un utilizator gasit'),
('ro', 'number', 'Numar'),
('ro', 'number_of_columns', 'Numar de coloane in lista cu obiecte.'),
('ro', 'n_banners', '[n] banner|[n] banners'),
('ro', 'n_categories', '[n] category|[n] categories'),
('ro', 'n_days', '[n] day|[n] days'),
('ro', 'n_filters', '[n] filter|[n] filters'),
('ro', 'n_pages', '[n] page|[n] pages'),
('ro', 'n_polls', '[n] poll|[n] polls'),
('ro', 'n_posts', '[n] post|[n] posts'),
('ro', 'n_products', '[n] product|[n] products'),
('ro', 'n_profile_fields', '[n] profile field|[n] profile fields'),
('ro', 'n_tags', '[n] tag|[n] tags'),
('ro', 'n_vendors', '[n] vendor|[n] vendors'),
('ro', 'object', 'Obiect'),
('ro', 'objects_per_page', '[n] pe pagină'),
('ro', 'object_does_not_exist', 'Obiectul nu exista'),
('ro', 'object_exists', 'Un obiect cu acest nume exista deja. Doriti sa-l suprascrieti?'),
('ro', 'object_not_found', '[object] nu a fost gasit.'),
('ro', 'of', 'din'),
('ro', 'off', 'Off'),
('ro', 'offline', 'Offline'),
('ro', 'offset', 'Offset'),
('ro', 'ogone.sha_in', 'SHA-IN pass phrase'),
('ro', 'ogone_direct.config_info', 'Enter SHA-IN pass phrase both here and on the Ingenico administation panel.<br><br>For new Ingenico accounts created since May 11th, 2010, the new SHA policy is automatically active.<br/>Please do not forget to select the \"Use new SHA signature policy\" checkbox.'),
('ro', 'ogone_web.config_info', 'Please set the following URL in the Technical Information section on the Ingenico administation panel as the <b>URL of the merchant\'s post-payment page</b> for all cases (\"accepted\", \"on hold\", \"uncertain\", \"canceled by the client\", \"too many rejections by the acquirer\"): <code>[r_url]</code><br>Select \"Always deferred (not immediately after the payment)\" for the <b>Timing of the request</b>.<br>Enter SHA-IN and SHA-OUT pass phrases both here and on the Ingenico administation panel.'),
('ro', 'ogone_web.sha_out', 'SHA-OUT pass phrase'),
('ro', 'ok', 'OK'),
('ro', 'old_price', 'Pretul vechi'),
('ro', 'on', 'pe'),
('ro', 'onboarding_adicionar_socio_extra', 'Adicionar Sócio Extra'),
('ro', 'onboarding_bairro', 'Bairro'),
('ro', 'onboarding_cadastro_do_cliente', 'Cadastro do cliente'),
('ro', 'onboarding_celular', 'Celular'),
('ro', 'onboarding_cnpj', 'CNPJ'),
('ro', 'onboarding_complemento', 'Complemento'),
('ro', 'onboarding_confirmar_senha', 'Confirmar Senha'),
('ro', 'onboarding_continuar', 'Continuar'),
('ro', 'onboarding_cpf', 'CPF'),
('ro', 'onboarding_identificacao_empresarial', 'Identificação empresarial'),
('ro', 'onboarding_informacao_pessoal', 'Informação Pessoal'),
('ro', 'onboarding_inscricao_estadual', 'Inscrição Estadual'),
('ro', 'onboarding_inscricao_municipal', 'Inscrição Municipal'),
('ro', 'onboarding_municipio', 'Município'),
('ro', 'onboarding_nome_completo', 'Nome Completo'),
('ro', 'onboarding_nome_completo_do_titular', 'Nome Completo do Titular'),
('ro', 'onboarding_nome_da_loja', 'Nome da loja'),
('ro', 'onboarding_nome_da_mae', 'Nome da Mãe'),
('ro', 'onboarding_nome_fantasia', 'Nome Fantasia'),
('ro', 'onboarding_pf_titulo', 'Cadastro Pessoa Física (CPF)'),
('ro', 'onboarding_pj_titulo', 'Cadastro Empresarial (CNPJ)'),
('ro', 'onboarding_previous', 'Previous'),
('ro', 'onboarding_razao_social', 'Razão Social'),
('ro', 'onboarding_responsavel_da_conta', 'Responsável da Conta'),
('ro', 'onboarding_rg', 'RG'),
('ro', 'onboarding_rua', 'Rua'),
('ro', 'onboarding_socios', 'Sócios'),
('ro', 'onboarding_telefone_fixo', 'Telefone Fixo'),
('ro', 'onboarding_termos_e_condicoes', 'Termos e Condições'),
('ro', 'onboarding_texto_de_introducao_loja_empresarial', 'Texto de introdução'),
('ro', 'onboarding_texto_de_introducao_loja_pessoal', 'Texto de introdução'),
('ro', 'onboarding_titulo_de_selecao_de_conta', 'PARTIU SE CADASTRAR E VENDER MUITO ?'),
('ro', 'onboarding_validacao_de_dados', 'Validação de dados'),
('ro', 'onboarding_validacao_de_dados_descricao', 'Validação utilizada para que ninguém possa criar uma conta utilizando seus dados'),
('ro', 'onboarding_validar', 'Validar'),
('ro', 'onboarding_validar_email', 'Validar e-mail'),
('ro', 'onboarding_validar_email_descricao', 'Ele será utilizado para recuperar a sua conta.'),
('ro', 'onboarding_validar_telefone', 'Validar telefone'),
('ro', 'onboarding_validar_telefone_descricao', 'Ele será utilizado para recuperar a sua conta caso você perca o acesso ao seu email.'),
('ro', 'once_per_customer', 'O data pe client.'),
('ro', 'onclick_dropdown', 'Onclick-dropdown.'),
('ro', 'one_click_template_title', 'Selecione o cartão'),
('ro', 'online_only', 'Doar cei online.'),
('ro', 'on_backorder', 'On backorder'),
('ro', 'on_off', 'On/Off'),
('ro', 'on_sale', 'Promoție'),
('ro', 'on_site_layout_editing', 'Editing layout page: [page]'),
('ro', 'on_site_live_editing', 'Editare live pe site'),
('ro', 'on_site_template_editing', 'Editare template pe site.'),
('ro', 'open', 'Deschideti'),
('ro', 'open_action', 'Deschideti'),
('ro', 'open_file_or_create_new', 'Deschideti fisierul sau creati unul nou pentru a incepe.'),
('ro', 'open_hours', 'Open hours'),
('ro', 'open_in_new_window', 'Deschideti intr-o fereastra noua'),
('ro', 'open_selected_storefronts', 'Open selected'),
('ro', 'open_store', 'Deschideti magazin'),
('ro', 'optimize_database', 'Optimizare baza de date'),
('ro', 'optimizing_table', 'Optimizare tabel'),
('ro', 'options', 'Optiuni'),
('ro', 'options_for', 'Optiuni pentru'),
('ro', 'options_have_been_applied_to_products', 'Optiunile au fost aplicate cu succes pentru produsele selectate.'),
('ro', 'options_menu_description', 'Gestionati optiunile globale si variantele optiunilor in magazinul dvs.'),
('ro', 'options_settings', 'Setari optiuni'),
('ro', 'options_type', 'Tipuri optiuni'),
('ro', 'option_combinations', 'Combinatii optiuni'),
('ro', 'option_exceptions', 'Opţiunea excepţii'),
('ro', 'option_name', 'Numele optiunii'),
('ro', 'option_unlinked', 'Optiunea globala \"[option_name]\" a fost detasata de produs'),
('ro', 'option_variants', 'Variante optiuni'),
('ro', 'opt_currency_name', 'Afisati denumirea monedei.'),
('ro', 'opt_currency_symbol', 'Utilizati simboluri ale monedei in loc de denumirea acestora.'),
('ro', 'opt_language_icon', 'Utilizati iconitele de limba in loc de nume.'),
('ro', 'opt_language_name', 'Afisati denumirea limbii.'),
('ro', 'or', 'Sau'),
('ro', 'order', 'Comanda'),
('ro', 'ordered_products', 'Produse comandate'),
('ro', 'orders', 'Comenzi'),
('ro', 'orders_not_allow_to_change_company', 'Compania nu a fost schimbata.Nu este permisa schimbarea acesteia in momentul editarii comenzii dvs.'),
('ro', 'orders_no_items', 'Utilizati butonul \"Adauga produsele\" de mai sus pentru a adauga produse la comanda.'),
('ro', 'order_by_status', 'Comanda in functie de statut.'),
('ro', 'order_date', 'Data comenzii'),
('ro', 'order_details', 'Detalii comanda'),
('ro', 'order_discount', 'Discount comanda'),
('ro', 'order_id', 'ID-ul comenzii'),
('ro', 'order_info', 'Info comanda'),
('ro', 'order_items', 'Elemente comandate'),
('ro', 'order_landing_page', 'Pagina destnatie a comenzii'),
('ro', 'order_management', 'Gestionare comanda'),
('ro', 'order_placed', 'Comanda plasata'),
('ro', 'order_prefix', 'Prefixul comenzii'),
('ro', 'order_returns', 'Comenzi returnate'),
('ro', 'order_search', 'Cauta comanda.'),
('ro', 'order_status', 'Statut comanda'),
('ro', 'order_statuses', 'Statuturi comanda'),
('ro', 'order_statuses_menu_description', 'Adaugati noi statuturi de comanda sau editati pe cele existente.'),
('ro', 'order_total', 'Total comanda'),
('ro', 'order_total_not_correct', 'Suma totala platita nu se potriveste cu totalul comenzii.'),
('ro', 'order_total_will_changed', 'Totalul comenzii a fost schimbat de către'),
('ro', 'order_was_not_placed', 'Comanda nu a fost plasata'),
('ro', 'original', 'Original'),
('ro', 'origination', 'Origine'),
('ro', 'or_saved_search', 'Sau orice produs din cautarea salvata'),
('ro', 'or_use', 'Sau utilizati'),
('ro', 'others', 'Altele'),
('ro', 'other_addons', 'Alte add-ons'),
('ro', 'other_notification', 'Other'),
('ro', 'our_brands', 'Despre noi'),
('ro', 'output', 'Productie'),
('ro', 'outside_navigation', 'În afara de navigare'),
('ro', 'out_of_stock_actions', 'Actiuni in caz de stoc indisponibil.'),
('ro', 'out_of_stock_products', 'Stoc indisponibil'),
('ro', 'override_by_dispatch', 'Suprascrieti locatii de expediere'),
('ro', 'override_by_this', 'Utilizati acest continut pentru toate instantele de block.'),
('ro', 'override_exchange_rate', 'Override exchange rate'),
('ro', 'override_gc_points', 'Ignoră setările de puncte globale/pt. categoire pentru acest produs'),
('ro', 'override_gc_points_brief', 'Ignoră puncte globale/pt. categorie'),
('ro', 'override_g_points', 'Ignoră valoarea punctelor globale pentru toate produsele din această categorie'),
('ro', 'override_per', 'Ignoră PER-ul global'),
('ro', 'override_points', 'Override points'),
('ro', 'override_product_data', 'Aplica valorile de la toate produse selectate'),
('ro', 'overwrite', 'Overwrite'),
('ro', 'overwrite_selected_settings', 'Overwrite selected settings'),
('ro', 'owner', 'Proprietar'),
('ro', 'p21agree', 'Va rugam bifati casuta \"CONVIN\" sau \"NU CONVIN\"'),
('ro', 'p21agree_tooltip', 'Tastand \"Convin\" in casuta de mai jos furnizez semnatura autorizand Payment21&reg;pentru a debita electronic contul meu pentru suma introdusa.. Inteleg si autorizez in mod expres comerciantul in cazul in care eCheck-ul este dezonorat sau returnat din orice motiv debitand contul electronic in valoarea eCheck-lui si taxele aferente NFS care sa nu depaseaca limitele legale aplicate de stat .Voi imprima sau salva aceasta pagina pentru arhiva. Pot apela numarul 1-888-770-0850 pentru suport 24/7 cu orice intrebari referitoare la aceasta tranzactie de plata.'),
('ro', 'package', 'Pachet'),
('ro', 'packages', 'Pachete'),
('ro', 'package_type', 'Tipul ambalarii'),
('ro', 'packing_slip', 'Lista de cumparaturi'),
('ro', 'packing_slip_for_order', 'Lista de cumparaturi a comenzii'),
('ro', 'page', 'Pagina'),
('ro', 'pages', 'Pagini'),
('ro', 'pages_menu_description', 'Creaza si publica pagini, sondaje, formulare si link-uri.'),
('ro', 'page_cloned', 'Copia paginii <b>[page]</b> a fost creata cu succes. Acum puteti edita pe cea noua'),
('ro', 'page_id', 'ID-ul paginii'),
('ro', 'page_link', 'URL-ul paginii'),
('ro', 'page_name', 'Numele paginii'),
('ro', 'page_not_found', 'Pagina nu a fost gasita'),
('ro', 'page_not_found_text', 'Pagina pe care ati solicitat-o nu poate fi gasita.'),
('ro', 'page_target_url', 'Target URL'),
('ro', 'page_title', 'Titlul paginii'),
('ro', 'page_url', 'Page URL'),
('ro', 'pagination_range', '<span>[pagination.range_from]</span>–<span>[pagination.range_to]</span>&nbsp;of&nbsp;[pagination.total_items]'),
('ro', 'paid_amount', 'Suma platita');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('ro', 'pair_type', 'Pair type'),
('ro', 'param', 'Parametru'),
('ro', 'parameter', 'Obiect de analizat'),
('ro', 'parameter_name', 'Numele parametrului'),
('ro', 'parent_category', 'Categoria initiala'),
('ro', 'parent_category_id', 'Categoria principala'),
('ro', 'parent_item', 'Element initial'),
('ro', 'parent_page', 'Pagina initiala'),
('ro', 'parent_page_id', 'Pagina initiala'),
('ro', 'partiuhub_continuar_compras', 'Continuar compras'),
('ro', 'partiuhub_numero_do_pedido', 'Numero do pedido - '),
('ro', 'partiuhub_planos_vendedores.vendor_groups', 'Grupos dos vendedores'),
('ro', 'partiuhub_status_rastreamento_1', 'O vendedor já postou o seu produto!'),
('ro', 'partiuhub_status_rastreamento_2', 'Olha que legal, o seu produto ja esta em transito!'),
('ro', 'partiuhub_status_rastreamento_3', 'O seu produto ja PARTIU para o seu endereço!'),
('ro', 'partiuhub_status_rastreamento_4', 'Chegou! PARTIU aproveitar!!!! '),
('ro', 'partiuhub_tente_novamente', 'Tente novamente mais tarde!'),
('ro', 'partner', 'Partener'),
('ro', 'passphrase', 'Faza-trecuta'),
('ro', 'passport_number', 'Numar pasaport'),
('ro', 'password', 'Parola'),
('ro', 'path_to_files', 'Calea completa catre fisierele \"atos\"'),
('ro', 'pause_delay', 'intrerupere amanare'),
('ro', 'payflowcolor', 'Culoare Payflow'),
('ro', 'payment', 'Plata'),
('ro', 'payments', 'Plati'),
('ro', 'payments.cresecure.location_notice', '<b> Va rugam sa retineti: </ b> <br> 1. Aceasta plata necesita optiunea de verificare https sa fie activata! <br> 2. in mod implicit, locatia Checkout este prezentata unui utilizator la efectuarea platii. Pentru a arata o locatie diferita, creati o locatie noua, cu dispatch-ul \'checkout.cresecure_template\' in <a href=\"[url]\" target=\"_blank\">Layout manager</a>.'),
('ro', 'payments.epdq.bgcolor', 'Culoare de fundal'),
('ro', 'payments.epdq.btn_bgcolor', 'Culoarea butonului de fundal'),
('ro', 'payments.epdq.btn_textcolor', 'Culoarea butonului de text'),
('ro', 'payments.epdq.font_type', 'Stil font'),
('ro', 'payments.epdq.hash_error', 'Ne pare rau, sirul de caractere criptat nu se potriveste.'),
('ro', 'payments.epdq.instructions', '<ol><li><p>Introduceti urmatorul URL in sectiunea \"Informatii Tehnice\"→\"Feedback Tranzactii\" in zona ePDQ admin :</p><p>pentru platile \"acceptate\" sau \"anulate\": [url]</p></li><li>Asigurati-va ca\"Cronometrarea cererii\" este setata ca \"Intotdeauna online\", si \"Metoda de cerere\" setata la \"POST\"</li><li>Definiti valoarea\"SHA-OUT pass phrase\" in zona ePDQ admin dupa cum doriti,apoi duplicati campul \"SHA-IN pass phrase\" in sectiunea \"Date si verificare origine\",de asemenea si in campul \"Pass-phrase\"de mai jos </li><li>Asigurati-va ca optiunea \"Codul de operare din default\" in zona in ePDQ admin are aceasi valoare cu optiunea \"Tipul tranzactiei\" de mai jos</li><li>Setati parametrul\"Algoritmul Hash\" la \"SHA-1\" in sectiunea \"Parametrii de scuritate globala\" in zona ePDQ admin </li></ol>'),
('ro', 'payments.epdq.pspid', 'EPDQ pspid'),
('ro', 'payments.epdq.tbl_bgcolor', 'Culoare de fundal a tabelului.'),
('ro', 'payments.epdq.tbl_textcolor', 'Culoare text de tabel.'),
('ro', 'payments.epdq.textcolor', 'Culoare text'),
('ro', 'payments.epdq.title', 'Titlu'),
('ro', 'payments.eway_rapidapi_rsp.header_text', 'Text de antet'),
('ro', 'payments.globalpayments.connector_error', 'Your Global Payments account has been suspended. Contact Global Payments support for further information.'),
('ro', 'payments.globalpayments.globalpayments_error', 'Error with Global Payments systems'),
('ro', 'payments.globalpayments.referring_ip', 'Please supply the IP address of your server to your Global Payments account manager'),
('ro', 'payments.globalpayments.referring_url', 'Please supply this URL to your Global Payments account manager'),
('ro', 'payments.globalpayments.text_status_map', 'Global Payments to [product] order status conversion map'),
('ro', 'payments.layout_a', 'Aranjare în pagină A'),
('ro', 'payments.layout_b', 'Aranjare în pagină B'),
('ro', 'payments.layout_c', 'Aranjare în pagină C'),
('ro', 'payments.paypal_adv_layout', 'Aranjare în pagină'),
('ro', 'payments.qbms.app_token', 'App Token'),
('ro', 'payments.qbms.configuration_required', '<p>Fill in the fields below and save the changes:<br>- App Token<br>- OAuth Consumer Key<br> - OAuth Consumer Secret</p><p>Click \"Connect to QuickBooks\" button that will appear instead of this message to finish payment configuration.</p>'),
('ro', 'payments.qbms.configure_payment_method', '<p>How to configure the payment method:</p><p>1. <a target=\"_blank\" href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/authentication-and-authorization/oauth-2.0#obtain-oauth2-credentials-for-your-app\">Obtain OAuth 2.0 credentials</a> from QuickBooks Online application and copy them to the payment method settings in [product].</p><p>2. Click \"Create\", then open the settings of this payment method again to finish its configuration.</p>'),
('ro', 'payments.qbms.oauth_client_id', 'OAuth Client Id'),
('ro', 'payments.qbms.oauth_client_secret', 'OAuth Client Secret'),
('ro', 'payments.qbms.oauth_consumer_key', 'OAuth Consumer Key'),
('ro', 'payments.qbms.oauth_consumer_secret', 'OAuth Consumer Secret'),
('ro', 'payments.qbms.quickbooks_connection', 'QuickBooks Connection'),
('ro', 'payments.qbms.renew_token', 'Press \"Connect to QuickBooks\" to renew the token.'),
('ro', 'payments.qbms.tip_fill_redirect', '<p>- In the QuickBooks application, copy the following value into the Redirect URI field:</p><p>[url]</p><p>- Click the \"Connect to QuickBooks\" button.</p>'),
('ro', 'payments.qbms.token_expired', 'The token has expired.'),
('ro', 'payments.qbms.token_expires', 'The token expires on <b>[date]</b> at <b>[time]</b>.'),
('ro', 'payments.qbms.upgrade_notification_text', '<p>The latest version of [product] has different settings for payment methods if you use QB Merchant Service as a Processor.</p><p>If you want to use the payment methods, do this:</p><ul><li>go to Administration > Payment methods</li><li>choose the payment method that uses QB Merchant Service as a Processor</li><li>switch to the Configure tab</li><li>enter the proper App Token, OAuth Consumer Key and OAuth Consumer Secret</li><li>perform connection to QuickBooks</li></ul>'),
('ro', 'payments.qbms.upgrade_notification_title', 'QB Merchant Service payment processor changes'),
('ro', 'payments.qbms.upgrade_oauth20_notification_text', '<p>Online stores now connect to QuickBooks Merchant Services differently. Your payment methods that use QB Merchant Services as a processor need to be reconfigured, or else they will no longer work. To make them work:</p><p>1. Switch your Quickbooks app to OAuth 2.0.</p><p>2. Copy <i>OAuth Client ID</i> and <i>OAuth Client Secret</i> from the app to the payment method settings in [product].</p><p>3. Change the status of the payment method to <i>Active</i></p><p>4. Save your changes and use the <i>Connect to QuickBooks</i> button to finish payment configuration.</p><p><a href=\"[payments_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">View my payment methods</a></p>'),
('ro', 'payments.qbms.upgrade_oauth20_notification_title', 'Payment methods: Change QB Merchant Services settings'),
('ro', 'payments.realex.3d_secure_message', 'Mesaj 3-D securizate'),
('ro', 'payments.realex.auto_settled', 'Auto-reglat'),
('ro', 'payments.realex.avs.matched', 'Potrivire'),
('ro', 'payments.realex.avs.not_matched', 'Nu corespunde'),
('ro', 'payments.realex.avs.partial_match', 'Potrivire parţială'),
('ro', 'payments.realex.avs.problem_with_check', 'Problema cu verificarea'),
('ro', 'payments.realex.avs.unable_to_check', 'Imposibilitatea de a verifica'),
('ro', 'payments.realex.avs_address', 'AVS adresa'),
('ro', 'payments.realex.avs_postcode', 'AVS codul poştal'),
('ro', 'payments.realex.bank_error', 'Eroare cu sistemele bancare'),
('ro', 'payments.realex.card_lost_or_stolen', 'Cardul raportat este pierdut sau furat'),
('ro', 'payments.realex.cavv', 'CAVV'),
('ro', 'payments.realex.connector_error', 'Realex cont a fost suspendat. Contacta Realex suport pentru mai multe informaţii.'),
('ro', 'payments.realex.delayed_settlement', 'Soluţionare întârziat'),
('ro', 'payments.realex.eci', 'ECI'),
('ro', 'payments.realex.incorrect_request', 'Formarea de mesaj XML incorect sau conţinut'),
('ro', 'payments.realex.incorrect_valid_trhu', 'Valorile incorecte \'Valid thru\' câmpuri.'),
('ro', 'payments.realex.liability_shift', 'Răspunderea Shift'),
('ro', 'payments.realex.liability_shift_required', 'Răspunderea Shift necesare'),
('ro', 'payments.realex.realex_error', 'Eroare cu sisteme Realex'),
('ro', 'payments.realex.referring_ip', 'Vă rugăm să furnizați adresa IP a serverului la administratorul de cont Realex Payments'),
('ro', 'payments.realex.referring_url', 'Vă rugăm să furnizați acest URL de la administratorul de cont Realex Payments'),
('ro', 'payments.realex.refferal', 'Sesizare de la bancă'),
('ro', 'payments.realex.result_code', 'Codul rezultat'),
('ro', 'payments.realex.result_message', 'Mesajul rezultat'),
('ro', 'payments.realex.settlement', 'Decontare'),
('ro', 'payments.realex.subaccount', 'Subaccount'),
('ro', 'payments.realex.text_status_map', 'Realex catre CS-Cart comanda statutul de conversie harta'),
('ro', 'payments.realex.transaction_order_id', 'Tranzacţie Order ID'),
('ro', 'payments.realex.transaction_pasref', 'Tranzactie PASREF'),
('ro', 'payments.realex.tss_result', 'SINDROMUL DE SOC TOXIC (TSS)'),
('ro', 'payments.realex.wrong_card_type', 'Această plată este disponibilă pentru acest tip de carduri de credit.'),
('ro', 'payments.realex.xid', 'XID'),
('ro', 'payments.rocketgate.avs_mode', 'AVS Mode'),
('ro', 'payments.rocketgate.ignore', 'Ignore'),
('ro', 'payments.rocketgate.scrub_mode', 'SCRUB Mode'),
('ro', 'payments.signin_to_checkout', '<a href=[url]> conectaţi-vă</a> pentru verificare'),
('ro', 'payments_tab1', 'Card credit'),
('ro', 'payments_tab2', 'Plati internet.'),
('ro', 'payments_tab3', 'Alte optiuni de plata'),
('ro', 'payment_amount', 'Suma de plata'),
('ro', 'payment_category', 'Categorie de plata'),
('ro', 'payment_category_note', 'Tab-urile pentru categoriile de plata NU vor fi afisate daca platile active apartin aceleasi categorii de plata.'),
('ro', 'payment_details', 'Detalii plata'),
('ro', 'payment_form_url', 'Formular de plata URL'),
('ro', 'payment_id', 'Payment ID'),
('ro', 'payment_info', 'Tipul platii'),
('ro', 'payment_information', 'Informatii plata'),
('ro', 'payment_instructions', 'Instructiuni de plata'),
('ro', 'payment_method', 'Modalitatea de plata'),
('ro', 'payment_methods', 'Metode de plata'),
('ro', 'payment_method_not_found', 'Payment method not found. It could\'ve been disabled, or a technical problem occurred. Please choose a payment method and try again.'),
('ro', 'payment_response_password', 'Parola aferenta efectuarii platii'),
('ro', 'payment_surcharge', 'Suprataxa de plata'),
('ro', 'payment_type', 'Tipul platii'),
('ro', 'paypal.addon_is_disabled_notice', 'The <b>PayPal payments</b> add-on is disabled so you can\'t configure this payment method.'),
('ro', 'paypal.ipn_transaction_status', 'Transaction status: [status]'),
('ro', 'paypal_authentication_method', 'Metoda de autentificare PayPal'),
('ro', 'paypal_express_notice', 'A merchant ID is required for using <a href=\'https://developer.paypal.com/docs/classic/express-checkout/in-context\' target=\'_blank\'>In-Context Checkout feature</a> within this integration. You can look up your merchant ID by logging into <a href=\'https://www.paypal.com/\' target=\'_blank\'>https://www.paypal.com/</a>. Click the profile icon on the top right side of the page and then select <b>Profile and settings</b> in the <b>Business Profile</b> menu. (If you do not see the profile icon at the top of the page, click <b>Profile</b>, which appears in the top menu when the <b>My Account tab</b> is selected.) Click <b>My business info</b> on the left, and the <b>Merchant account ID</b> is displayed in the list of profile items on the right.'),
('ro', 'paypal_ipn_note', 'Instant Payment Notification (IPN) is a service that automatically notifies merchants of events related to PayPal transactions.<br>When a customer places an order and chooses PayPal as the payment method, the order gets the <b>Open</b> status.<br>PayPal then sends Instant Payment Notification messages that include the transaction status. This status changes the order status in your store according to the status conversion map.'),
('ro', 'paypal_ipn_transaction_status', 'Transaction status'),
('ro', 'paypal_item_name', 'Numele produsului'),
('ro', 'paypal_logo', 'Logo-ul PayPal'),
('ro', 'paypal_sandbox', 'Test mode'),
('ro', 'paypal_seamless', 'Use seamless checkout'),
('ro', 'paypal_security_error', 'Comanda dumneavoastra nu a fost plasata, contul de PayPal este gresit.'),
('ro', 'paypal_use_in_context_checkout', 'Use In-Context Checkout'),
('ro', 'paypal_vendor', 'Vendor'),
('ro', 'pay_by_points', 'Permiteți plata pe bază de puncte'),
('ro', 'pay_from_email', 'E-mail-ul clientului'),
('ro', 'pay_order_again', 'Reefectuare plata'),
('ro', 'pay_to_email', 'Adresa de e-mail a Comerciantului'),
('ro', 'pdf_documents.activate_notification', 'PDF documents (such as invoices, packing slips, etc.) will now be generated at our cloud service: [service_url]. It works as follows: your store sends an HTML document and receives a PDF copy of it. We do not view, keep, or analyze any of your data that goes through that service.'),
('ro', 'pdf_documents.disable_notification', 'The generation of PDF documents (such as invoices, packing slips, etc.) has been disabled. Your data will no longer go through our cloud service [service_url]. If you\'d like to generate PDF documents without using our cloud service, you\'re welcome to <a href=\"[helpdesk_url]\" target=\"_blank\">contact us via Help Desk</a> or configure it on your own.'),
('ro', 'pending', 'In asteptare'),
('ro', 'pending_return', 'Aguardando a aprovação'),
('ro', 'pending_vendor_invitations', 'Pending vendor invitations'),
('ro', 'pending_vendor_invitations_menu_description', 'Manage invitations to your marketplace for potential vendors.'),
('ro', 'per', 'Pe [object]'),
('ro', 'percent', 'Procentaj'),
('ro', 'percentage_discount', 'Percentage discount'),
('ro', 'percent_range', 'Gama de preţuri (în % din pretul produsului principal)'),
('ro', 'period', 'Perioada'),
('ro', 'permissions_issue', 'Problema de permisiuni'),
('ro', 'person_name', 'Nume'),
('ro', 'per_item', 'Per articol'),
('ro', 'per_page', 'Per pagina'),
('ro', 'phone', 'Telefon'),
('ro', 'phone1_label', 'Telefon'),
('ro', 'phone2', 'International'),
('ro', 'phone2_label', 'International'),
('ro', 'phpinfo', 'Informatii PHP'),
('ro', 'php_extension_missing', 'The [extension] PHP extension is not installed on your server'),
('ro', 'pickup', 'Pickup'),
('ro', 'pickup_address', 'Pickup address'),
('ro', 'pickup_avail', 'Pickup avail'),
('ro', 'pickup_destinations_ids', 'Pickup destinations ids'),
('ro', 'pickup_id', 'Pickup ID'),
('ro', 'pickup_phone', 'Pickup phone'),
('ro', 'pickup_point_not_selected', 'Sorry, we couldn\'t determine your pickup point. Please choose a pickup point, so that we know where to deliver your order.'),
('ro', 'pickup_surcharge', 'Pickup surcharge'),
('ro', 'pickup_time', 'Pickup time'),
('ro', 'pick_store', 'Alegeti un magazin'),
('ro', 'pie', 'Diagrama circulara'),
('ro', 'pie_3d', 'Diagrama circulara [3D]'),
('ro', 'pixels', 'Pixeli'),
('ro', 'place_order', 'Plasati comanda'),
('ro', 'placing_order', 'Plasare comanda'),
('ro', 'plain', 'Simplu'),
('ro', 'plano_anuncio', 'Plano de Anúncio'),
('ro', 'plans', 'Planos'),
('ro', 'platform', 'Platforma'),
('ro', 'please_be_patient', 'Va rugam sa aveti rabdare'),
('ro', 'please_copy_api_key', 'Please copy the API key now and keep it somewhere. Once you save the changes, this key won\'t appear here again. If the key is lost, the only way to regain API access will be be to generate a new key on this page.'),
('ro', 'please_enable_the_add_on_to_see_barcode', 'Vă rugăm să activaţi add-on pentru a vedea un exemplu de cod.'),
('ro', 'please_enter_license_here', 'Introdu aici numărul licenţei'),
('ro', 'please_select_one', 'Va rugam, selectati una'),
('ro', 'please_sign_in', 'Autentificare'),
('ro', 'points', 'Puncte'),
('ro', 'points_in_use', 'Puncte în folosință'),
('ro', 'points_in_use_lower', 'puncte in folosita'),
('ro', 'points_in_use_lowercase', '[n] point in use|[n] points in use'),
('ro', 'points_lower', 'puncte'),
('ro', 'points_lowercase', '[n] point|[n] points'),
('ro', 'points_to_use', 'Puncte utilizabile'),
('ro', 'point_payment', 'Plată prin puncte'),
('ro', 'point_price', 'Prețul în puncte'),
('ro', 'polish', 'Poloneza'),
('ro', 'poll', 'Sondaj'),
('ro', 'polls', 'Sonaje'),
('ro', 'polls_answers_with_comments', 'Răspunsuri și comment-uri'),
('ro', 'polls_first_submited', 'Primul sondaj susținut'),
('ro', 'polls_have_completed', 'Deja ați terminat acest sondaj.'),
('ro', 'polls_last_submited', 'Ultimul sondaj susținut'),
('ro', 'polls_total_completed', 'Numărul de sondaje completate'),
('ro', 'polls_total_submited', 'Numărul total de sondaje susținute'),
('ro', 'polls_total_votes', 'Total voturi'),
('ro', 'polls_votes', 'Voturi'),
('ro', 'poll_footer', 'Subsolul sondajului'),
('ro', 'poll_header', 'Antetul sondajului'),
('ro', 'poll_results', 'Mesajul sondajului'),
('ro', 'poll_results_everybody', 'everybody (in a pop-up)'),
('ro', 'poll_results_nobody', 'nobody'),
('ro', 'poll_results_voted', 'voted users'),
('ro', 'poll_show_results', 'Poll results visible to'),
('ro', 'poll_statistics', 'Statistici sondaj'),
('ro', 'poor', 'Slab'),
('ro', 'popularity', 'Popularitate'),
('ro', 'popup', 'Popup'),
('ro', 'popup_larger_image', 'Deschideti imaginile mari intr-o fereastra pop-up'),
('ro', 'portugese', 'Portugheza'),
('ro', 'posid', 'Pos ID'),
('ro', 'position', 'Pozitie'),
('ro', 'positions_updated', 'Pozitiile elementelor au fost actualizate'),
('ro', 'position_short', 'Poz.'),
('ro', 'postal_mail', 'Scrisoare postala'),
('ro', 'postauth', 'postauth'),
('ro', 'posted_by', 'Posted by'),
('ro', 'post_description', 'Descriere mesaj'),
('ro', 'post_url', 'post URL'),
('ro', 'powered_by', 'Design & Implementare'),
('ro', 'po_file', 'Selectaţi un fişier în format PO sau ZIP'),
('ro', 'po_file_is_incorrect', 'PO-file <b>\"[file]\"</b> contains syntax errors or incorrect structure.'),
('ro', 'po_meta_error_validating_lang_code', 'Codul de limbă în fişierul PO nu se potriveşte cu cea actualizata limbii'),
('ro', 'po_number', 'Numarul PO'),
('ro', 'pp_currency_is_incorrect', 'Currency used for the payment is different than the order currency.'),
('ro', 'pp_mode', 'Paypal mode'),
('ro', 'pp_product_count_is_incorrect', 'Number of paid items is different than the number of items in the order'),
('ro', 'pp_total_is_incorrect', 'Payment total is different than the order total.'),
('ro', 'preauth', 'Preauth'),
('ro', 'preauthorization', 'Pre-autorizatie'),
('ro', 'prefix', 'Prefix'),
('ro', 'preshared_key', 'Cheie Preshared (PSK)'),
('ro', 'press_continue_to_recover_password', 'Click <b>Continue</b> to proceed with password change.'),
('ro', 'prev', 'Precedent'),
('ro', 'preview', 'Previzualizati'),
('ro', 'previous', 'Anterioara'),
('ro', 'previous_month', 'Luna anterioara'),
('ro', 'previous_period', 'Perioada anterioara'),
('ro', 'previous_week', 'Saptamana anterioara'),
('ro', 'previous_year', 'Anul anterior'),
('ro', 'prev_page', 'Pagina anterioara'),
('ro', 'pre_moderation', 'Products require prior approval'),
('ro', 'pre_moderation_edit', 'Approve product info updates'),
('ro', 'pre_moderation_edit_vendors', 'Approve vendor profile updates'),
('ro', 'price', 'Pret'),
('ro', 'price_decreased', 'Pretul a fost redus cu'),
('ro', 'price_dec_sign_delimiter', 'Separator pret zecimal'),
('ro', 'price_for_all', 'Preț pentru toate'),
('ro', 'price_includes_tax', 'Pretul include taxele'),
('ro', 'price_increased', 'Pretul a fost majorat cu'),
('ro', 'price_in_points', 'Pretul in puncte'),
('ro', 'price_in_points_decreased', 'Prețul în puncte a fost redus cu'),
('ro', 'price_in_points_increased', 'Prețul în puncte a fost majorat cu'),
('ro', 'price_list', 'Listă de prețuri'),
('ro', 'price_list.text_regenerate', '<p>În cazul în care produsele, categoriile sau câmpurile selectate au fost adăugate sau modificate, vă rugăm să regenerati o lista de preturi: < br / >[buttons]</p> <p>Listele de preţuri generate sunt disponibile la aceste link-uri <br/>[links]</p>'),
('ro', 'price_list.text_select_storefront', 'Pentru a genera o listă de prețuri, vă rugăm să selectaţi mai întâi magazinului.'),
('ro', 'price_list_ziparchive_not_installed', 'Imposibil de creat lista de preturi in format XML. Vă rugăm să adăugaţi suport pentru ZIP în PHP pe server-ul dvs. Urmaţi <a href=\"http://www.php.net/manual/en/zip.installation.php\"> http://www.php.net/manual/en/zip.installation.php</a>.'),
('ro', 'price_summary', 'Sumar pret'),
('ro', 'pricing_inventory', 'Preturi / inventar'),
('ro', 'primary', 'Primar'),
('ro', 'primary_currency', 'Moneda principala'),
('ro', 'printslip_request', 'Requisições de Etiquetas'),
('ro', 'printslip_request_pending', 'Você irá receber uma notificação quando a etiqueta estiver disponível.'),
('ro', 'print_card', 'Imprimati card'),
('ro', 'print_credit_memo', 'Imprimati credit memo'),
('ro', 'print_invoice', 'Imprimati factura'),
('ro', 'print_order_details', 'Imprimati detaliile comenzii'),
('ro', 'print_packing_slip', 'Imprimati lista de cumparaturi'),
('ro', 'print_pdf_credit_memo', 'Imprimati credit memo (pdf)'),
('ro', 'print_pdf_invoice', 'Imprimati factura (pdf)'),
('ro', 'print_pdf_order_details', 'Imprimati detaliile comenzii (pdf)'),
('ro', 'print_pdf_packing_slip', 'Imprimare bonul de livrare (pdf)'),
('ro', 'print_slip', 'Imprimati lista de cumparaturi'),
('ro', 'priority', 'Prioritate'),
('ro', 'private', 'Privat'),
('ro', 'private_customer_settings', 'Setari client'),
('ro', 'private_files', 'Fişierele private'),
('ro', 'privilege', 'Privilegiu'),
('ro', 'privilege.apply_to_all', 'Apply value to all'),
('ro', 'privilege.custom_access', 'Custom access'),
('ro', 'privilege.full_access', 'Full access'),
('ro', 'privilege.no_access', 'No access'),
('ro', 'privilege.view_access', 'Poate doar vizualiza'),
('ro', 'privileges', 'Privilegii'),
('ro', 'privileges.abt__ut2.settings.manage', 'Manage theme settings'),
('ro', 'privileges.abt__ut2.settings.view', 'View theme settings'),
('ro', 'privileges.ab__cb_manage_banners', 'AB: Manage banners for categories'),
('ro', 'privileges.ab__cb_view_banners', 'AB: View banners for categories'),
('ro', 'privileges.ab__dotd_manage_seodata', 'Manage promotions SEO data'),
('ro', 'privileges.ab__dotd_view_seodata', 'View promotions SEO data'),
('ro', 'privileges.ab__hpd.manage', 'Manage data'),
('ro', 'privileges.ab__hpd.view', 'View help'),
('ro', 'privileges.ab__mb_manage_data', 'Managing motivational data'),
('ro', 'privileges.ab__mb_view_data', 'Viewing motivational data'),
('ro', 'privileges.ab__stt.data.manage', 'Manage button data'),
('ro', 'privileges.ab__stt.data.view', 'View button data'),
('ro', 'privileges.ab__vg_manage_videos', 'Manage videos'),
('ro', 'privileges.ab__vg_view_videos', 'View videos'),
('ro', 'privileges.backup_restore', 'Can manage'),
('ro', 'privileges.change_order_status', 'Can change statuses'),
('ro', 'privileges.create_order', 'Can create'),
('ro', 'privileges.delete_logs', 'Can delete'),
('ro', 'privileges.delete_orders', 'Can delete'),
('ro', 'privileges.edit_blocks', 'Poate edita'),
('ro', 'privileges.edit_files', 'Editeaza fisiere'),
('ro', 'privileges.edit_order', 'Can edit entire order (select other products, payment and shipping methods, customers)'),
('ro', 'privileges.exim_access', 'Can manage'),
('ro', 'privileges.manage_access_restrictions', 'Pot edita'),
('ro', 'privileges.manage_banners', 'Puteţi edita'),
('ro', 'privileges.manage_call_requests', 'Puteţi edita'),
('ro', 'privileges.manage_catalog', 'Poate edita'),
('ro', 'privileges.manage_cscart_uvdesk', 'Manage UVDesk'),
('ro', 'privileges.manage_currencies', 'Poate edita'),
('ro', 'privileges.manage_design', 'Poate edita'),
('ro', 'privileges.manage_discussions', 'Poate edita'),
('ro', 'privileges.manage_document_templates', 'Poate edita'),
('ro', 'privileges.manage_email_marketing', 'Poate edita'),
('ro', 'privileges.manage_email_templates', 'Poate edita'),
('ro', 'privileges.manage_gift_certificates', 'Se poate edita'),
('ro', 'privileges.manage_languages', 'Poate edita'),
('ro', 'privileges.manage_locations', 'Poate edita'),
('ro', 'privileges.manage_newsletters', 'Can edit'),
('ro', 'privileges.manage_order_statuses', 'Poate edita'),
('ro', 'privileges.manage_pages', 'Gestionati pagini'),
('ro', 'privileges.manage_payments', 'Poate edita'),
('ro', 'privileges.manage_payouts', 'Poate edita'),
('ro', 'privileges.manage_product_premoderation', 'Can manage'),
('ro', 'privileges.manage_product_reviews', 'Can edit'),
('ro', 'privileges.manage_promotions', 'Poate edita'),
('ro', 'privileges.manage_providers', 'Poate edita'),
('ro', 'privileges.manage_reports', 'Poate edita'),
('ro', 'privileges.manage_reward_points', 'Can edit'),
('ro', 'privileges.manage_rma', 'Can edit'),
('ro', 'privileges.manage_seo_rules', 'Poate edita'),
('ro', 'privileges.manage_shipping', 'Poate edita'),
('ro', 'privileges.manage_sitemap', 'Poate edita'),
('ro', 'privileges.manage_static_data', 'Poate edita'),
('ro', 'privileges.manage_storage', 'Can manage'),
('ro', 'privileges.manage_stores', 'Gestionati magazinele'),
('ro', 'privileges.manage_store_locator', 'Can edit'),
('ro', 'privileges.manage_suppliers', 'Can edit'),
('ro', 'privileges.manage_taxes', 'Poate edita'),
('ro', 'privileges.manage_themes', 'Poate edita'),
('ro', 'privileges.manage_translation', 'Poate edita'),
('ro', 'privileges.manage_usergroups', 'Poate edita'),
('ro', 'privileges.manage_users', 'Poate edita'),
('ro', 'privileges.manage_vendors', 'Poate edita'),
('ro', 'privileges.manage_vendor_communication', 'Poate edita'),
('ro', 'privileges.manage_vendor_plans', 'Can edit'),
('ro', 'privileges.update_settings', 'Poate edita'),
('ro', 'privileges.upgrade_store', 'Can upgrade'),
('ro', 'privileges.view_banners', 'Puteţi vizualiza'),
('ro', 'privileges.view_call_requests', 'Puteţi vizualiza'),
('ro', 'privileges.view_catalog', 'Poate vizualiza'),
('ro', 'privileges.view_cscart_uvdesk', 'View UVDesk'),
('ro', 'privileges.view_currencies', 'Poate vizualiza'),
('ro', 'privileges.view_discussions', 'Poate vizualiza'),
('ro', 'privileges.view_email_marketing', 'Poate vizualiza'),
('ro', 'privileges.view_file_changes', 'Poate vizualiza'),
('ro', 'privileges.view_languages', 'Poate vizualiza'),
('ro', 'privileges.view_locations', 'Poate vizualiza'),
('ro', 'privileges.view_logs', 'Poate vizualiza'),
('ro', 'privileges.view_newsletters', 'Poate vizualiza'),
('ro', 'privileges.view_orders', 'Poate vizualiza'),
('ro', 'privileges.view_pages', 'Poate vizualiza'),
('ro', 'privileges.view_payments', 'Poate vizualiza'),
('ro', 'privileges.view_payouts', 'Poate vizualiza'),
('ro', 'privileges.view_product_reviews', 'Can view'),
('ro', 'privileges.view_providers', 'Poate vizualiza'),
('ro', 'privileges.view_reports', 'Poate vizualiza'),
('ro', 'privileges.view_seo_rules', 'Poate vizualiza'),
('ro', 'privileges.view_settings', 'Poate vizualiza'),
('ro', 'privileges.view_shipping', 'Poate vizualiza'),
('ro', 'privileges.view_static_data', 'Poate vizualiza'),
('ro', 'privileges.view_stores', 'Vizualizati magazinele'),
('ro', 'privileges.view_store_locator', 'Poate vizualiza'),
('ro', 'privileges.view_taxes', 'Poate vizualiza'),
('ro', 'privileges.view_usergroups', 'Poate vizualiza'),
('ro', 'privileges.view_users', 'Poate vizualiza'),
('ro', 'privileges.view_vendors', 'Poate vizualiza'),
('ro', 'privileges.view_vendor_communication', 'Poate vizualiza'),
('ro', 'privileges.view_vendor_plans', 'Poate vizualiza'),
('ro', 'privilege_groups.ab__addons_manager', 'AB: Add-ons Manager'),
('ro', 'privilege_groups.ab__category_banners', 'AB: Banners for categories'),
('ro', 'privilege_groups.ab__deal_of_the_day', 'AB: Product of the day and extended promotions'),
('ro', 'privilege_groups.ab__fast_navigation', 'AB: Fast navigation'),
('ro', 'privilege_groups.ab__hide_product_description', 'AB: Hide the part of the content up to a certain height'),
('ro', 'privilege_groups.ab__landing_categories', 'AB: Landing categories/pages'),
('ro', 'privilege_groups.ab__motivation_block', 'AB: Motivation block'),
('ro', 'privilege_groups.ab__scroll_to_top', 'AB: \"Scroll to top\" button'),
('ro', 'privilege_groups.ab__video_gallery', 'AB: Video gallery of the product'),
('ro', 'privilege_groups.access_restrictions', 'Restricții acces'),
('ro', 'privilege_groups.backup_restore', 'Backup/Restore'),
('ro', 'privilege_groups.banners', 'Bannere'),
('ro', 'privilege_groups.blocks', 'Blocks'),
('ro', 'privilege_groups.blog_and_pages', 'Blog & Pages'),
('ro', 'privilege_groups.call_requests', 'Cereri de apel'),
('ro', 'privilege_groups.currencies', 'Currencies'),
('ro', 'privilege_groups.design', 'Design'),
('ro', 'privilege_groups.discussions', 'Comentarii şi recenzii'),
('ro', 'privilege_groups.documents', 'Documents'),
('ro', 'privilege_groups.edit_on_site', 'Edit content on-site'),
('ro', 'privilege_groups.email_marketing', 'Email marketing'),
('ro', 'privilege_groups.email_templates', 'Email templates'),
('ro', 'privilege_groups.exim', 'Importati si exportati date'),
('ro', 'privilege_groups.files', 'Files'),
('ro', 'privilege_groups.file_changes', 'File changes detector'),
('ro', 'privilege_groups.gift_certificates', 'Certificate cadou'),
('ro', 'privilege_groups.languages', 'Languages'),
('ro', 'privilege_groups.locations', 'Rate areas'),
('ro', 'privilege_groups.logs', 'Logs'),
('ro', 'privilege_groups.newsletters', 'Newsletters'),
('ro', 'privilege_groups.orders', 'Orders'),
('ro', 'privilege_groups.order_statuses', 'Order statuses'),
('ro', 'privilege_groups.other', 'Other'),
('ro', 'privilege_groups.payments', 'Payment methods'),
('ro', 'privilege_groups.products', 'Categories, Products, Features, Filters, Options'),
('ro', 'privilege_groups.product_premoderation', 'Product approval'),
('ro', 'privilege_groups.product_reviews', 'Product reviews'),
('ro', 'privilege_groups.promotions', 'Promotions'),
('ro', 'privilege_groups.reward_points', 'Reward points'),
('ro', 'privilege_groups.rma', 'Return merchandise authorization (RMA)'),
('ro', 'privilege_groups.sales_reports', 'Sales reports'),
('ro', 'privilege_groups.seo', 'SEO'),
('ro', 'privilege_groups.settings', 'Settings'),
('ro', 'privilege_groups.shipping', 'Shipping methods'),
('ro', 'privilege_groups.sitemap', 'Sitemap'),
('ro', 'privilege_groups.social_login', 'Social login'),
('ro', 'privilege_groups.static_data', 'Static data'),
('ro', 'privilege_groups.storage', 'Storage'),
('ro', 'privilege_groups.stores', 'Storefronts'),
('ro', 'privilege_groups.store_locator', 'Store locator'),
('ro', 'privilege_groups.suppliers', 'Suppliers'),
('ro', 'privilege_groups.taxes', 'Taxes'),
('ro', 'privilege_groups.themes', 'Themes'),
('ro', 'privilege_groups.upgrade_center', 'Upgrade center'),
('ro', 'privilege_groups.users', 'Users'),
('ro', 'privilege_groups.user_groups', 'User groups'),
('ro', 'privilege_groups.vendors', 'Magazine'),
('ro', 'privilege_groups.vendor_communication', 'Message center: Customer to Vendor'),
('ro', 'privilege_groups.vendor_payouts', 'Contabilitate'),
('ro', 'privilege_groups.vendor_plans', 'Vendor plans'),
('ro', 'privilege_sections.ab__addons', 'AB: Add-ons'),
('ro', 'privilege_sections.addons', 'Add-on privileges'),
('ro', 'privilege_sections.administration', 'Administration privileges'),
('ro', 'privilege_sections.cart', 'Cos'),
('ro', 'privilege_sections.catalog', 'Catalog'),
('ro', 'privilege_sections.cms', 'CMS'),
('ro', 'privilege_sections.design', 'Design privileges'),
('ro', 'privilege_sections.marketing', 'Marketing privileges'),
('ro', 'privilege_sections.orders', 'Order privileges'),
('ro', 'privilege_sections.products', 'Product privileges'),
('ro', 'privilege_sections.settings', 'Settings privileges'),
('ro', 'privilege_sections.users', 'Customer privileges'),
('ro', 'privilege_sections.vendors', 'Store privileges'),
('ro', 'privilege_sections.website', 'Website privileges'),
('ro', 'proceed', 'Procedati'),
('ro', 'proceed_to_checkout', 'Finalizeaza si plateste comanda'),
('ro', 'proceed_to_the_next_step', 'Treceti la pasul urmator'),
('ro', 'processed', 'Procesat'),
('ro', 'processing', 'In curs de procesare'),
('ro', 'processing_order', 'Se proceseaza comanda'),
('ro', 'processor', 'Procesorul'),
('ro', 'processor_description_cardsave', 'Conturi de comerciant furnizate de Cardsave, <a href=\"http://www.cardsave.net\"> www.cardsave.net</a> <br/> <br/> E-mail: <a href=\'mailto:ecomm@cardsave.net\'> ecomm@cardsave.net</a>'),
('ro', 'processor_description_p21', '<b>P21 Simple API</b>permite acceptul la plata prin cec. Acesta ofera suita cea mai cuprinzatoare din industrie de solutii de creare a imaginii cecurilor si solutii de compensare.Cu \"Check 21\" veti primi fondurile in aceeasi zi prin cec sau depunere directa.<br/><br/>Pentru a activa optiunea \"Check 21\" va rugam contactati-ne via email: <a href=\"mailto:support@payment21.com\">support@payment21.com</a> sau sunati la numarul de telefon 1-888-770-0850 (US Toll Free) sau 0041-71-740-1629 (International).<br/><br/><a href=\"http://www.payment21.com\" target=\"_blank\">www.payment21.com</a>'),
('ro', 'processor_id', 'ID-ul procesorului'),
('ro', 'process_selected', 'Procesati cea selectata'),
('ro', 'product', 'Produs'),
('ro', 'products2', 'Produse2'),
('ro', 'products_added_to_cart', 'Produse adaugate in cos'),
('ro', 'products_adopted', '[n] product had a new main category assigned to it.|[n] products had a new main category assigned to them.'),
('ro', 'products_amount', 'Cantitatea produsului'),
('ro', 'products_approval_status_approved', 'Thank you for submitting new products. The following products have been approved by the store administration and added to the product catalog'),
('ro', 'products_approval_status_changed', 'Your product(s) have been [status]'),
('ro', 'products_approval_status_disapproved', 'Thank you for submitting new products. The following products have been disapproved by the store administration'),
('ro', 'products_bar', 'Bara de produse'),
('ro', 'products_cost', 'Costul produselor'),
('ro', 'products_deprecated', 'Products (Deprecated)'),
('ro', 'products_for_shipment_not_selected', 'Produsele pentru transport nu au fost selectate'),
('ro', 'products_found', 'Produse gasite'),
('ro', 'products_grid', 'Grila produse'),
('ro', 'products_in', 'Produse în'),
('ro', 'products_information', 'Informatii produse'),
('ro', 'products_in_cart', 'Produse in cos'),
('ro', 'products_links_type', 'Tipuri de link pe produse'),
('ro', 'products_menu_description', 'Vizualizati, adaugati si editati produsele prezentate vizitatorilor magazinului.'),
('ro', 'products_moved_to_trash', '[count] products were moved to <a href=\'[url]\' target=\'_blank\'>Trash category</a>'),
('ro', 'products_number_added_to_cart', '<b>[number]</b> products were added to your cart'),
('ro', 'products_required', 'Va rugam adaugati produs(e)'),
('ro', 'products_stat', 'Statisticile produselor'),
('ro', 'products_weight', 'Greutatea produselor'),
('ro', 'products_were_sent', 'Produsele au fost trimise catre dvs. Informatii cu privire la comanda dvs. sunt precizate mai jos'),
('ro', 'product_added_to_cart', 'Produs adaugat in cos'),
('ro', 'product_added_to_cl', 'Produsul a fost adăugat în lista ta de comparație'),
('ro', 'product_added_to_wl', 'Produs adăugat în Lista de preferințe'),
('ro', 'product_approval', 'Product approval'),
('ro', 'product_approval_menu_description', 'Manage individual products or group of products supplied by the store vendors.'),
('ro', 'product_approval_status_approved', 'Your product [product] has been approved by the store administration and added to the product catalog. Now shoppers can order this product in the store.'),
('ro', 'product_approval_status_disapproved', 'Your product [product] has been disapproved by the store administration'),
('ro', 'product_cannot_be_added', 'Acest produs nu poate fi adaugat in cos. Va rugam sa verificati daca toate fisierele propuse pentru incarcare indeplinesc conditiile necesare'),
('ro', 'product_code', 'Codul produsului'),
('ro', 'product_columns', 'Coloane produs'),
('ro', 'product_combinations', 'Combinatii de produse'),
('ro', 'product_coming_soon', 'Momentan acest produs nu poate fi adaugat in cos. Va fi disponibil in data de [avail_date]'),
('ro', 'product_coming_soon_add', 'Acest produs va fi disponibil in data de [avail_date]'),
('ro', 'product_comparison_list', 'Lista de comparație'),
('ro', 'product_details', 'Detalii produs'),
('ro', 'product_details_tabs', 'Tabs'),
('ro', 'product_details_view', 'Vezi detalii produs'),
('ro', 'product_disabled_options', 'Produsul <strong>[product]</strong> are opţiuni sau variante de opţiuni, care nu sunt disponibile, astfel încât a fost eliminată din coșul de cumpărături'),
('ro', 'product_feature.feature_style', 'Feature style'),
('ro', 'product_feature.feature_style.brand', 'Brand'),
('ro', 'product_feature.feature_style.checkbox', 'Checkbox'),
('ro', 'product_feature.feature_style.color', 'Color'),
('ro', 'product_feature.feature_style.dropdown', 'Drop-down list'),
('ro', 'product_feature.feature_style.dropdown_images', 'Images'),
('ro', 'product_feature.feature_style.dropdown_labels', 'Text labels'),
('ro', 'product_feature.feature_style.multiple_checkbox', 'Multiple checkboxes'),
('ro', 'product_feature.feature_style.number', 'Number'),
('ro', 'product_feature.feature_style.text', 'Text or number'),
('ro', 'product_feature.filter_style', 'Filter type'),
('ro', 'product_feature.filter_style.checkbox', 'Checkbox'),
('ro', 'product_feature.filter_style.color', 'Color'),
('ro', 'product_feature.filter_style.date', 'Date selector'),
('ro', 'product_feature.filter_style.slider', 'Number slider'),
('ro', 'product_feature.purpose', 'Purpose'),
('ro', 'product_feature.purpose.describe_product', 'Additional information'),
('ro', 'product_feature.purpose.describe_product.description', 'For cases when you just need to show some information on a product page. There are no filters for this kind of features.'),
('ro', 'product_feature.purpose.find_products', 'Product search via filters'),
('ro', 'product_feature.purpose.find_products.description', 'For a feature that just allows you to specify an additional property of a product (for example, \"Fabric\" for T-shirts). If you create a filter by that feature, customers will see that such a property exists, and will be able to search products by it.'),
('ro', 'product_feature.purpose.group_catalog_item', 'Variations as separate products'),
('ro', 'product_feature.purpose.group_catalog_item.description', 'For cases when a few similar products differ visibly by a feature, and have different names (for example, multiple \"Color\" variants of a T-shirt). These products will appear as separate positions in the catalog. Customers will also be able to select the desired feature value on the product page. To achieve this, <b>set up variations for products with this feature</b>.'),
('ro', 'product_feature.purpose.group_variation_catalog_item', 'Variations as one product'),
('ro', 'product_feature.purpose.group_variation_catalog_item.description', 'For cases when a few similar products differ by a feature, but have the same name and similar appearance (for example, multiple \"Size\" variants of a T-shirt). These products will occupy a single position in the catalog. Customers will be able to select the desired feature value on the product page. To achieve this, <b>set up variations for products with this feature</b>.'),
('ro', 'product_feature.purpose.organize_catalog', 'Brand, author, etc.'),
('ro', 'product_feature.purpose.organize_catalog.description', 'For features like \"Brand\" or \"Manufacturer\" (for most products), \"Performer\" or \"Label\" (for music), \"Author\" or \"Publisher\" (for books), and so on. Every variant of this feature gets its own page with an image, description, and the list of products.'),
('ro', 'product_feature_cannot_assigned', 'Caractaristica \"[feature_name]\" nu poate fi asimilata produsului \"[product_name]\"'),
('ro', 'product_fields', 'Campurile produsului'),
('ro', 'product_groups', 'Grupuri de produse'),
('ro', 'product_id', 'ID-ul produsului'),
('ro', 'product_images', 'Imagini produs'),
('ro', 'product_info', 'Product info'),
('ro', 'product_inventory', 'Inventar produse'),
('ro', 'product_in_cart', 'Acest produs e deja adaugat in cos'),
('ro', 'product_in_comparison_list', 'Acest produs este deja în lista de comparație'),
('ro', 'product_in_wishlist', 'Acest produs există deja în lista de preferințe'),
('ro', 'product_must_have_owner_category', 'Produsul trebuie să aparţin unei categoria creat de compania proprietar.'),
('ro', 'product_name', 'Numele produsului'),
('ro', 'product_name_added_to_cart', '<b>[product]</b> was added to your cart'),
('ro', 'product_need_age_verification', 'Trebuie să specificați vârsta pentru a vizualiza acest produs.'),
('ro', 'product_notification_subscribed', 'Ati fost abonat la notificarile despre produsele pe care le avem in stoc.'),
('ro', 'product_notification_subscription_error', 'Nu ați fost abonat la notificările despre produsele existente în stoc'),
('ro', 'product_notification_unsubscribed', 'Ati fost dezabonat de la notificarile despre produsele pe care le avem in stoc.'),
('ro', 'product_options', 'Optiuni produs'),
('ro', 'product_options_forbidden_combination', '<strong>[product]</strong> produsul are optiuni care sunt incluse in combinatia interzisa. Produsul a fost sters din cos.'),
('ro', 'product_option_delimiter', 'Delimitator optiuni'),
('ro', 'product_reviews.add_images', 'Add a photo'),
('ro', 'product_reviews.add_new_review', 'reviews: new review'),
('ro', 'product_reviews.add_reply', 'Add reply'),
('ro', 'product_reviews.admin_reply', 'Administrator reply'),
('ro', 'product_reviews.advantages', 'Advantages'),
('ro', 'product_reviews.agreement_text_full_add_new_review', '<p>Your name will appear next to your review or comment, visible to everyone. We ([company]) also save your IP address as a security precaution, but in can only be viewed by our staff. It will remain in our system until you withdraw your consent. If you’d like to have your personal data removed, send an email to [email].</p> <p>If you believe that your personal data has been misused, you have the right to lodge a complaint with a supervisory authority. We’re obliged by EU General Data Protection Regulation to let you know about this right; we don’t actually intend to misuse your data.</p>'),
('ro', 'product_reviews.agreement_text_short_add_new_review', 'I agree to have my personal data <u>processed as follows.</u>'),
('ro', 'product_reviews.and', 'and'),
('ro', 'product_reviews.approve', 'Approve'),
('ro', 'product_reviews.approved', 'Approved'),
('ro', 'product_reviews.average', 'Average'),
('ro', 'product_reviews.click_to_see_reviews', 'Click to see the reviews'),
('ro', 'product_reviews.comment', 'Comment'),
('ro', 'product_reviews.comments', 'Comments'),
('ro', 'product_reviews.comments_and_reviews', 'Comments and reviews'),
('ro', 'product_reviews.comment_by', 'Comment by'),
('ro', 'product_reviews.company_reply', '[company_name] reply'),
('ro', 'product_reviews.copy_old_reviews_notice', '<h4 class=\"subheader hand\" data-toggle=\"collapse\" data-target=\"#collapsable_addon_product_reviews_notice\">Copy reviews from the \"Comments and reviews\" add-on<span class=\"icon-caret-down\"></span></h4><div id=\"collapsable_addon_product_reviews_notice\" class=\"in collapse\" style=\"height: auto;\"><ol><li>Only reviews that have both a score and a user\'s comment will be copied. Go to your products and check the \\“Reviews\" setting on the \"Add-ons\" tab. You might have to allow communication and rating first.</li><li>A review without a score or without a comment will not be copied. To transfer it, you must first manually add the missing score or comment by editing the review.</li><li>While the old \"Comments and reviews\" add-on is installed, the reviews won\'t be removed from there. That way, you can choose to move to \"Product reviews\" whenever all your reviews are ready.</li><li>If you ever need to copy the reviews from the old add-on again in the future, just uninstall and reinstall the \"Product reviews\" add-on. This will remove all its reviews from the database, and you\'ll be able to import the reviews from the \"Comments and reviews\" add-on again.</li></ol><a class=\"cm-post btn btn-primary\" href=\"[url]\">Copy product reviews</a></div>'),
('ro', 'product_reviews.copy_old_reviews_warning', 'You have product reviews in the old \"Comments and reviews\" add-on. While that add-on is installed, you\'ll be able copy those reviews to the new \"Product reviews\" add-on <a class=\"cm-post\" href=\"[url]\">in its settings</a>.'),
('ro', 'product_reviews.customer_photos', 'Customer photos'),
('ro', 'product_reviews.date', 'Date'),
('ro', 'product_reviews.disabled', 'Disabled'),
('ro', 'product_reviews.disadvantages', 'Disadvantages'),
('ro', 'product_reviews.disapprove', 'Disapprove'),
('ro', 'product_reviews.error_already_posted', 'You have posted in this review already'),
('ro', 'product_reviews.event.new_post', 'New review posted'),
('ro', 'product_reviews.event.new_post.message', 'A new review has been posted for product [product]. Click this notification to see the review.'),
('ro', 'product_reviews.event.new_post.title', 'New review posted for a product'),
('ro', 'product_reviews.event.new_reply', 'New reply was added to review'),
('ro', 'product_reviews.excellent', 'Excellent!'),
('ro', 'product_reviews.fair', 'Fair'),
('ro', 'product_reviews.first_and_last_name', 'First and last name'),
('ro', 'product_reviews.five_star_icon', '★★★★★'),
('ro', 'product_reviews.four_star_icon', '★★★★'),
('ro', 'product_reviews.gdpr_reviews_data', 'Personal data from reviews'),
('ro', 'product_reviews.helpfulness', 'Helpfulness'),
('ro', 'product_reviews.hide_name', 'Hide my name in the review'),
('ro', 'product_reviews.latest_reviews', 'Latest reviews'),
('ro', 'product_reviews.manager', 'Comments and reviews'),
('ro', 'product_reviews.max_number_image_message', 'A review can have up to [max_image_number] images.'),
('ro', 'product_reviews.menu_title', 'Reviews'),
('ro', 'product_reviews.menu_title_menu_description', 'Customer reviews on products'),
('ro', 'product_reviews.moderation_rules', 'Before submitting a review, make sure that it does not violate the moderation rules: it does not contain links to third-party resources and insults.'),
('ro', 'product_reviews.not_approved', 'Not approved'),
('ro', 'product_reviews.no_reviews_found', 'No reviews found'),
('ro', 'product_reviews.n_reviews', 'review|reviews'),
('ro', 'product_reviews.n_stars', '[n] star|[n] stars'),
('ro', 'product_reviews.one_star_icon', '★'),
('ro', 'product_reviews.out_of_five', 'out of 5'),
('ro', 'product_reviews.please_log_in_to_write_a_review', 'Please sign in to write a review'),
('ro', 'product_reviews.poor', 'Poor'),
('ro', 'product_reviews.product_details', 'Product details'),
('ro', 'product_reviews.product_is_rated_n_out_of_five_stars', 'The product is rated [n] out of 5 stars'),
('ro', 'product_reviews.product_reviews', 'Product reviews'),
('ro', 'product_reviews.rating', 'Rating'),
('ro', 'product_reviews.rating_4_and_up', 'Rating 4+'),
('ro', 'product_reviews.reply', 'Reply'),
('ro', 'product_reviews.review', 'Review'),
('ro', 'product_reviews.reviews', 'Reviews: [n]'),
('ro', 'product_reviews.reviews_lower', 'reviews'),
('ro', 'product_reviews.review_status', 'Review status'),
('ro', 'product_reviews.review_this_product', 'Review this product'),
('ro', 'product_reviews.review_this_product_description', 'Share your thoughts with other customers'),
('ro', 'product_reviews.scroll_to_reviews', 'Scroll to reviews'),
('ro', 'product_reviews.scroll_to_review_images', 'Scroll to review images'),
('ro', 'product_reviews.show_n_reviews', 'Show [n] review|Show [n] reviews'),
('ro', 'product_reviews.show_rating', 'Show review rating'),
('ro', 'product_reviews.show_review', 'Show review'),
('ro', 'product_reviews.show_reviews', 'Show reviews'),
('ro', 'product_reviews.show_review_images', 'Show review images'),
('ro', 'product_reviews.star', 'star'),
('ro', 'product_reviews.stars', 'stars'),
('ro', 'product_reviews.submit_review', 'Submit review'),
('ro', 'product_reviews.terms_and_conditions_content', '<p>Please read these Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before using the <a href=\"http://www.mywebsite.com\">http://www.mywebsite.com</a> website and the My Mobile App mobile application (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").</p><p><strong>By accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong></p><p><strong>Purchases</strong></p><p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase including, without limitation, your ...</p><p><strong>Content</strong></p><p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\"). You are responsible for the ...</p><p><strong>Changes</strong></p><p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.</p><p><strong>Contact Us</strong></p><p>If you have any questions about these Terms, please contact us.</p>'),
('ro', 'product_reviews.terms_n_conditions', 'Select this check box to accept the [terms_href]'),
('ro', 'product_reviews.terms_n_conditions_name', 'Terms and Conditions'),
('ro', 'product_reviews.text_approval_notice', 'This review needs approving'),
('ro', 'product_reviews.text_new_post_notification', 'This is a notification of a new post to product'),
('ro', 'product_reviews.text_new_reply_notification', 'This is a notification of a new reply to your product review'),
('ro', 'product_reviews.text_review_pended', 'Your review will be checked before it gets published.'),
('ro', 'product_reviews.text_thank_you_for_post', 'Thank you for your post'),
('ro', 'product_reviews.text_thank_you_for_review', 'Thank you for your review'),
('ro', 'product_reviews.three_star_icon', '★★★'),
('ro', 'product_reviews.title', 'Reviews');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('ro', 'product_reviews.title_giftreg', 'Guestbook'),
('ro', 'product_reviews.two_star_icon', '★★'),
('ro', 'product_reviews.type_message', 'Type a message...'),
('ro', 'product_reviews.update_reply', 'Update reply'),
('ro', 'product_reviews.uploader_drop_zone_description', 'Drop images here'),
('ro', 'product_reviews.uploader_drop_zone_info', 'Photo up to [max_size]'),
('ro', 'product_reviews.use_for_reviews', 'Comments and reviews forms'),
('ro', 'product_reviews.vendor', 'Vendor'),
('ro', 'product_reviews.vendor_reply', 'Vendor reply'),
('ro', 'product_reviews.verified_purchase', 'Verified purchase'),
('ro', 'product_reviews.very_good', 'Very Good'),
('ro', 'product_reviews.vote_down', 'Vote down'),
('ro', 'product_reviews.vote_up', 'Vote up'),
('ro', 'product_reviews.without_photo', 'Without photo'),
('ro', 'product_reviews.with_photo', 'With photo'),
('ro', 'product_reviews.write_review', 'Write a review'),
('ro', 'product_reviews.write_review_anonymously', 'Write your review anonymously'),
('ro', 'product_reviews.write_your_review', 'Write your review'),
('ro', 'product_reviews.your_rating', 'Your rating'),
('ro', 'product_reviews.you_have_to_buy_product_before_writing_review', 'You can\'t write a review for this product. Customers can write reviews only for the products they bought. If you actually bought this product from us, but are still seeing this message, please contact us.'),
('ro', 'product_s', 'Produs(e)'),
('ro', 'product_state_description.mve', '<p>You\'ve activated your [product]. You can use it without time restrictions now. For advanced features (such as separate checkout for each vendor, and vendor-created promotions), get the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus license.</a> To use multiple domains for your marketplace, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br>'),
('ro', 'product_state_description.mve.new', 'Acces nerestrictionat la toate caracteristicile. Introduceti un numar valid de licenta pentru a fi activ.<br /><br />Acest mod poate fi activat in orice moment.<br /><br />'),
('ro', 'product_state_description.mve.plus', '<p>Access to all the functionality, except for multiple storefronts. To have domains for specific audiences, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br />'),
('ro', 'product_state_description.mve.ru', '<p>You\'ve activated your [product]. You can use it without time restrictions now. For advanced features (such as separate checkout for each vendor, and vendor-created promotions), get the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus license.</a> To use multiple domains for your marketplace, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br>'),
('ro', 'product_state_description.mve.ru.new', '<p>Acces complet la toate caracteristicile. Introdu un număr de licenţă valabil pentru activare.</p><p>Acest mod poate fi activat oricând.</p> <br />'),
('ro', 'product_state_description.mve.ru.plus', '<p>Access to all the functionality, except for multiple storefronts. To have domains for specific audiences, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br />'),
('ro', 'product_state_description.mve.ru.ultimate', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('ro', 'product_state_description.mve.ultimate', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('ro', 'product_state_description.ult', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('ro', 'product_state_description.ult.b2b', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('ro', 'product_state_description.ult.b2b.new', '<p>You can use one of these licenses: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> or <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Both licenses allow you to use [product] without time restrictions.</p><br>'),
('ro', 'product_state_description.ult.b2b.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('ro', 'product_state_description.ult.new', '<p>Poți folosi una dintre aceste licențe: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> sau <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Ambele licențe permit folosirea [product] fără restricții de timp.</p><br>'),
('ro', 'product_state_description.ult.ru', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('ro', 'product_state_description.ult.ru.new', '<p>You can use one of these licenses: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> or <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Both licenses allow you to use [product] without time restrictions.</p><br>'),
('ro', 'product_state_description.ult.ru.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('ro', 'product_state_description.ult.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('ro', 'product_subscriptions', 'Abonamente de produse'),
('ro', 'product_summary', 'Rezumat produse'),
('ro', 'product_tabs', 'Tab-urile produsului'),
('ro', 'product_type', 'Tipul produsului'),
('ro', 'product_url', 'Product URL'),
('ro', 'product_variations.add_variations', 'Add variations'),
('ro', 'product_variations.add_variations_description', 'Allow customers to switch between similar products by selecting the desired value of their common features.'),
('ro', 'product_variations.belongs_to_catalog_item', 'Belongs to catalog item:'),
('ro', 'product_variations.cant_edit_feature_categories', 'Couldn\'t assign feature to categories or a feature group. Some variations use this feature and aren\'t in the categories you tried to assign. Please delete <a href=\"[href]\">these products</a>, or disband their variation groups, or assign them to the same categories as feature or feature group, and try again.'),
('ro', 'product_variations.converter.features.list.hint', 'Below you\'ll find the list of features and feature variants that will be created during the conversion.'),
('ro', 'product_variations.converter.features.list.title', 'Features and feature variants'),
('ro', 'product_variations.converter.features.merge', 'Merge selected'),
('ro', 'product_variations.converter.features.unmerge', 'Split'),
('ro', 'product_variations.converter.progress.combinations.error', 'Couldn\'t convert option combination \"[combination]\" of product \"[product]\"'),
('ro', 'product_variations.converter.progress.combinations.title', 'Converting option combinations'),
('ro', 'product_variations.converter.progress.configurable_products.error', 'Couldn\'t convert product \"[product]\"'),
('ro', 'product_variations.converter.progress.configurable_products.title', 'Converting configurable products'),
('ro', 'product_variations.converter.progress.errors', 'Errors'),
('ro', 'product_variations.converter.progress.features.error', 'Couldn\'t create feature \"[feature]\"'),
('ro', 'product_variations.converter.progress.features.title', 'Creating features'),
('ro', 'product_variations.converter.progress.products_with_combinations.error', 'Couldn\'t convert product \"[product]\"'),
('ro', 'product_variations.converter.progress.products_with_combinations.error_with_reason', 'Couldn\'t convert product \"[product]\". Reason: [error]'),
('ro', 'product_variations.converter.progress.products_with_combinations.no_available_combinations', 'Product doesn\'t have any option combinations.'),
('ro', 'product_variations.converter.progress.products_with_combinations.only_one_combination', 'A product with only one available option combination can\'t be converted to a variation. It will work properly even without conversion.'),
('ro', 'product_variations.converter.progress.products_with_combinations.title', 'Converting products with option combinations'),
('ro', 'product_variations.converter.progress.result.combinations_count', 'Number of converted option combinations:'),
('ro', 'product_variations.converter.progress.result.configurable_products_count', 'Number of converted configurable products:'),
('ro', 'product_variations.converter.progress.result.go_on_products', 'Go to products'),
('ro', 'product_variations.converter.progress.result.products_with_combinations_count', 'Number of converted products with option combinations:'),
('ro', 'product_variations.converter.progress.result.title', 'Conversion results'),
('ro', 'product_variations.converter.progress.result.variations_count', 'Number of converted variations:'),
('ro', 'product_variations.converter.progress.variations.error', 'Couldn\'t convert product \"[product]\"'),
('ro', 'product_variations.converter.progress.variations.title', 'Converting variations'),
('ro', 'product_variations.converter.progress.wait_another_process', 'Please wait while another process will be complete'),
('ro', 'product_variations.converter.result.problems_encountered', 'Some of the products couldn\'t be converted. This is not a standard situation and wasn\'t supposed to happen. There are several ways to address it:<ul><li>Check the products that couldn\'t be converted and configure them manually.</li><li>Contact our technical support via Help Desk, and we\'ll see why products weren\'t converted and what can be done about it.</li></ul>'),
('ro', 'product_variations.converter.view.combinations_count', 'Number of option combinations found:'),
('ro', 'product_variations.converter.view.configurable_products_count', 'Number of configurable products found:'),
('ro', 'product_variations.converter.view.no_data', 'No data for conversion found: it appears that your store doesn\'t have option combinations or product variations.'),
('ro', 'product_variations.converter.view.products_with_combinations_count', 'Number of products with option combinations found:'),
('ro', 'product_variations.converter.view.title', 'Converting products into variations'),
('ro', 'product_variations.converter.view.variations_count', 'Number of product variations found:'),
('ro', 'product_variations.create_new', 'Create new products'),
('ro', 'product_variations.delete', 'Disband group'),
('ro', 'product_variations.delete_product', 'Delete product'),
('ro', 'product_variations.edit_features', 'Edit features'),
('ro', 'product_variations.error.cannot_mark_main_product_child_product', 'Product #[product_id] in group \"[group_code]\" isn\'t a variation, so it can\'t become default for a catalog item'),
('ro', 'product_variations.error.features_is_empty', 'Features couldn\'t be found'),
('ro', 'product_variations.error.feature_combination_is_invalid_for_product', 'Wrong combination of features for product #[product_id] \"[product]\"'),
('ro', 'product_variations.error.generate_combinations_is_empty', 'Couldn\'t generate variations. Please specify the values of features to generate variations.'),
('ro', 'product_variations.error.generate_products_is_empty', 'No new products were created'),
('ro', 'product_variations.error.group_code_is_duplicate', 'The specified variation group code is already in use'),
('ro', 'product_variations.error.group_code_is_invalid', 'Couldn\'t set this code for variation group. A group code can contain only digits, Latin characters, and the following signs: \"-\" and \"_\"'),
('ro', 'product_variations.error.group_code_is_required', 'Variation group code must be specified'),
('ro', 'product_variations.error.group_not_found', 'Variation group #[id] not found'),
('ro', 'product_variations.error.group_not_found_by_product', 'Couldn\'t find variation group for #[product_id] \"[product]\"'),
('ro', 'product_variations.error.no_available_products', 'No suitable products were found'),
('ro', 'product_variations.error.product_company_does_not_match_to_group_company.mve', 'Product #[product_id] \"[product]\" can\'t be added to the variation group because all products in a variation group must belong to the same vendor.'),
('ro', 'product_variations.error.product_company_does_not_match_to_group_company.ult', 'Product #[product_id] \"[product]\" can\'t be added to the variation group because all products in a variation group must belong to the same storefront.'),
('ro', 'product_variations.error.product_has_not_required_features', 'Product #[product_id] \"[product]\" doesn\'t have the required features to become a variation. Please set feature values for that product.'),
('ro', 'product_variations.error.product_ids_empty', 'Products couldn\'t be found'),
('ro', 'product_variations.error.product_not_found', 'Product #[product_id] not found'),
('ro', 'product_variations.error.product_not_found_in_group', 'Product #[product_id] not found in variation group \"[group_code]\"'),
('ro', 'product_variations.error.product_with_features_combination_exits', 'Product #[product_id] \"[product]\" has the exact same combination of feature values as a variation that already exists in the group.'),
('ro', 'product_variations.exim.result_notice', 'Data is imported successfully.<br />New products - <b>[new]</b>;<br />Updated products - <b>[exist]</b>;<br />Skipped products - <b>[skipped]</b>;<br />Total - <b>[total]</b>;<br />Created variations - <b>[variation_created]</b>;<br />Updated variations - <b>[variation_updated]</b>;<br />Disbanded variations - <b>[variation_removed]</b>.'),
('ro', 'product_variations.feature_can_be_deleted', 'Couldn\'t delete a feature or its variant because at least one variation group is based on it. Please delete <a href=\"[href]\">these products</a> or disband their product groups, and try again.'),
('ro', 'product_variations.feature_used_by_variation_group.tooltip', 'This feature is used by variation group [code]. To choose a different value of this feature for a product, switch to the \"Variations\" tab of the product editing page. New values can be added on the feature editing page.'),
('ro', 'product_variations.group_code', 'Variation group'),
('ro', 'product_variations.group_code.description', 'Use the group code on a product editing page or during import to add the product to this group as a variation. A group code can contain only digits, Latin characters, and the following signs: \"-\" and \"_\".'),
('ro', 'product_variations.group_code.link', 'Add to variation group'),
('ro', 'product_variations.group_code.link.description', 'Select the code of the group to which this product will be added as a variation. If the desired variation group doesn\'t appear among suggestions, please make sure that you have specified the value for every feature that defines the group.'),
('ro', 'product_variations.group_code.placeholder', 'Set custom group code here'),
('ro', 'product_variations.hide_add_to_wishlist_button', 'Hide add to wish list button'),
('ro', 'product_variations.link_existing', 'Use existing products'),
('ro', 'product_variations.manage', 'Manage variations'),
('ro', 'product_variations.mark_main_product', 'Set as default variation'),
('ro', 'product_variations.notice.is_old_product_variation', 'This product is an old variation that hasn\'t been converted yet. To make it work as before the upgrade, <a href=\"[convert_url]\">convert old variations to new variations</a>.'),
('ro', 'product_variations.notice.old_product_variations_exists', 'Your store still has old product variations. They currently appear as separate products, without the ability to switch between them. To make them work as before the upgrade, <a href=\"[convert_url]\">convert old variations to new variations</a>. It\'s easy and automatic.'),
('ro', 'product_variations.no_available_features', 'This product doesn\'t have features that allow grouping products. Please make sure that:<ol><li>You have created at least one feature with <b>Purpose:</b> <i>Variations as separate products</i> or <i>Variations as one product</i>.</li><li>You have specified the value of that feature for the product.</li></ol>'),
('ro', 'product_variations.product_type', 'Product type'),
('ro', 'product_variations.product_type.catalog_item', 'Catalog item'),
('ro', 'product_variations.product_type.variation_of_catalog_item', 'Variation of a catalog item'),
('ro', 'product_variations.remove_variation', 'Remove variation from group'),
('ro', 'product_variations.select_variation', 'Select a Variation'),
('ro', 'product_variations.show_product_code', 'Show product code'),
('ro', 'product_variations.show_variation_thumbnails', 'Show variation thumbnails'),
('ro', 'product_variations.too_many_combinations', 'Sorry, there are too many possible variations that can be generated. To prevent heavy load, we won\'t display them here. Please create the products with the right feature values manually or via import, and add them to the group.'),
('ro', 'product_variations.upgrade_notification.convert_variations_message', '<p>Product variations in version 4.10.1 are more powerful than ever. They can now occupy separate positions in the catalog, be filtered and imported easily. To achieve this, we remade variations from scratch. They are now based on features instead of options.</p><p><b>We have disabled the old variations in your store, because they won’t work until they are converted.</b> The conversion is automatic, we just need your consent. Please check what we plan to do, and convert variations to use features.</p><p><a href=\"[convert_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check and convert variations</a> <a href=\"https://docs.cs-cart.com/4.10.x/user_guide/manage_products/products/product_variations.html\" target=\"_blank\" class=\"btn btn-large\">Learn more about variations</a></p>'),
('ro', 'product_variations.upgrade_notification.convert_variations_title', 'Convert product variations to use features'),
('ro', 'product_variations.variations', 'Variations'),
('ro', 'product_variations.variations_filling', 'Variations'),
('ro', 'product_variations.variations_list', 'Variations'),
('ro', 'product_variations.variations_list_block_name', 'Variations list'),
('ro', 'product_variations.variations_list_tab_name', 'View all variations as list'),
('ro', 'product_variations.variations_naming_strategy.key_value', 'Color: Red, Size: Small'),
('ro', 'product_variations.variations_naming_strategy.value', 'Red, Small'),
('ro', 'product_variations.variation_of_product', 'Variation of catalog item <a href=\"[url]\">[product]</a>'),
('ro', 'profile', 'Profil'),
('ro', 'profiles', 'Profile'),
('ro', 'profile_activated', 'Cont activat'),
('ro', 'profile_deactivated', 'Account deactivated'),
('ro', 'profile_details', 'Detalii profil'),
('ro', 'profile_fields', 'Campuri de profil'),
('ro', 'profile_fields_menu_description', 'Configurati setul de domenii incluse in formularele de profil.'),
('ro', 'profile_field_name', 'Field name'),
('ro', 'profile_field_name_tooltip', 'A character sequence that serves as an identifier. You can use figures from 0 to 9, symbols of the English alphabet and \"_\" sign.'),
('ro', 'profile_info', 'Informatii profil'),
('ro', 'profile_name', 'Numele profilului'),
('ro', 'profile_type', 'Profile type'),
('ro', 'profile_types_section_seller', 'Vendor information'),
('ro', 'profile_types_section_user', 'Customers and admins'),
('ro', 'project_id', 'ID-ul proiectului'),
('ro', 'project_password', 'Parola proiectului'),
('ro', 'prolongate_download_key', 'Descarcati cheia prolong pe'),
('ro', 'promotion', 'Promotie'),
('ro', 'promotions', 'Promotii'),
('ro', 'promotions.cond_all', 'toate'),
('ro', 'promotions.cond_any', 'orice'),
('ro', 'promotions.cond_false', 'fals'),
('ro', 'promotions.cond_true', 'adevărat'),
('ro', 'promotions_menu_description', 'Descrierea promotiilor'),
('ro', 'promotion_bonus_discount_on_categories', 'Reducere pentru toate produsele din categorii'),
('ro', 'promotion_bonus_discount_on_products', 'Reducere in cadrul produselor'),
('ro', 'promotion_bonus_free_products', 'Produse gratuite'),
('ro', 'promotion_bonus_free_shipping', 'Transport gratuit'),
('ro', 'promotion_bonus_gift_certificate', 'Bonuri'),
('ro', 'promotion_bonus_give_coupon', 'Oferiti cupon'),
('ro', 'promotion_bonus_give_points', 'Oferiti puncte'),
('ro', 'promotion_bonus_give_usergroup', 'Acordati discount unui grup de utilizatori'),
('ro', 'promotion_bonus_order_discount', 'Discountul comenzii'),
('ro', 'promotion_bonus_product_discount', 'Discountul produsului'),
('ro', 'promotion_cond_auto_coupons', 'Generaza automat codurile promotionale'),
('ro', 'promotion_cond_birthday', 'Zi de naștere'),
('ro', 'promotion_cond_categories', 'Categorii'),
('ro', 'promotion_cond_country', 'Tara clientului'),
('ro', 'promotion_cond_coupon_code', 'Codul cuponului'),
('ro', 'promotion_cond_feature', 'Caracteristicile produsului'),
('ro', 'promotion_cond_number_of_usages', 'Numarul utilizarilor'),
('ro', 'promotion_cond_once_per_customer', 'Odata pe client'),
('ro', 'promotion_cond_payment', 'Modalitatea de plata'),
('ro', 'promotion_cond_price', 'Pretul produsului'),
('ro', 'promotion_cond_products', 'Produse'),
('ro', 'promotion_cond_products_number', 'Numarul total de produse in cos'),
('ro', 'promotion_cond_purchased_products', 'Produsele achizitionate'),
('ro', 'promotion_cond_reward_points', 'Puncte pe contul utilizatorului'),
('ro', 'promotion_cond_shipping', 'Metode de expediere'),
('ro', 'promotion_cond_state', 'Situatie client'),
('ro', 'promotion_cond_subscribed', 'Customer is subscribed'),
('ro', 'promotion_cond_subtotal', 'Pretul subtotal al comenzii'),
('ro', 'promotion_cond_total', 'Totalul comenzii'),
('ro', 'promotion_cond_total_weight', 'Greutatea produselor din cos'),
('ro', 'promotion_cond_usergroup', 'Grup de utilizatori'),
('ro', 'promotion_cond_users', 'Utilizatori'),
('ro', 'promotion_cond_zip_postal_code', 'Cod postal client'),
('ro', 'promotion_op_amount', 'Cantitate'),
('ro', 'promotion_op_cont', 'Contine'),
('ro', 'promotion_op_eq', 'Egal cu'),
('ro', 'promotion_op_gt', 'Mai mare'),
('ro', 'promotion_op_gte', 'Mai mare sau egal'),
('ro', 'promotion_op_in', 'In'),
('ro', 'promotion_op_lt', 'Mai mic'),
('ro', 'promotion_op_lte', 'Mai mic sau egal'),
('ro', 'promotion_op_ncont', 'Nu contine'),
('ro', 'promotion_op_neq', 'Nu este egal'),
('ro', 'promotion_op_nin', 'Nu e in'),
('ro', 'promo_code', 'Cod promotional'),
('ro', 'promo_code_or_certificate', 'Certificat cadou sau cod promoțional'),
('ro', 'promo_text', 'Text promotional'),
('ro', 'properties', 'Proprietati'),
('ro', 'protection_eligibility', 'Protection eligibility'),
('ro', 'provider', 'Furnizor'),
('ro', 'pspid', 'PSPID'),
('ro', 'public', 'Public'),
('ro', 'public_files', 'Fişiere publice'),
('ro', 'public_key', 'Public key'),
('ro', 'purchased', 'Achiziționat'),
('ro', 'purchased_in_orders', 'Achiziţionate în comenzi'),
('ro', 'purchased_qty', 'Achizitionat qty'),
('ro', 'purchasers_name', 'De la'),
('ro', 'purchase_gift_certificate', 'Achiziționare bon'),
('ro', 'purpose', 'Purpose'),
('ro', 'qty', 'Cant'),
('ro', 'qty_discounts', 'Reduceri cantitate'),
('ro', 'qty_discount_type_tooltip', 'Suma fixa ​​/ Procentul scazut din pret'),
('ro', 'quantity', 'Cantitate'),
('ro', 'quantity_step', 'Pasul cantitatii'),
('ro', 'query', 'Interogare'),
('ro', 'questions', 'Întrebări'),
('ro', 'question_text', 'Textul întrebării'),
('ro', 'quick_checkout', 'Plata rapida'),
('ro', 'quick_links', 'Link-uri directe'),
('ro', 'quick_menu', 'Meniu link-uri directe'),
('ro', 'quick_product_viewer', 'Vizualizator direct produse'),
('ro', 'quick_view', 'Vizualizare rapida'),
('ro', 'radiogroup', 'Radiogroup'),
('ro', 'random', 'Aleatoriu'),
('ro', 'rank_number', 'Numar Rang (\'machine\')'),
('ro', 'rates_depend_on', 'Rata depinde de'),
('ro', 'rate_area', 'Rate area'),
('ro', 'rate_areas', 'Rate areas'),
('ro', 'rate_calculation', 'Calcul rata'),
('ro', 'rate_calculation_by_rate_area', 'Manual (by defined rate area)'),
('ro', 'rate_calculation_manual', 'Manual (de catre locatia definita)'),
('ro', 'rate_calculation_realtime', 'Calcularea ratei in timp real'),
('ro', 'rate_value', 'Valoarea ratei'),
('ro', 'rating', 'Evaluare'),
('ro', 'read', 'Citire'),
('ro', 'readme', 'Citeşte-mă'),
('ro', 'read_more_3d_secure', 'Citese mai mult 3-D Secure'),
('ro', 'reason', 'Motiv'),
('ro', 'reasons', 'Motive'),
('ro', 'reason_text', 'Raspunsul procesarii platii'),
('ro', 'rebuild_cache_automatically', 'Reconstruiti cache-ul in mod automat'),
('ro', 'rebuild_cache_automatically_tooltip', 'Fişierele modificate sunt urmărite în timp real (inclusiv fişierele modificate direct pe server) şi re-cache. Bloc cache-ul va fi dezactivat. Performanța magazinului pote fi uşor afectat. Recomandat pentru a se dezactiva in mod producţie.'),
('ro', 'rebuild_combinations', 'Refaceti combinatiile'),
('ro', 'recalculate', 'Recalculati'),
('ro', 'recalculate_order', 'Recalculați comanda'),
('ro', 'recalculate_rates', 'Recalculati ratele'),
('ro', 'recalculate_shipping_cost', 'Recalculează costul de transport'),
('ro', 'recalculate_totals', 'Recalculati totalul'),
('ro', 'recaptcha.text_forbidden_countries_notice', '<p>Google reCAPTACHA will be disabled for the selected countries. Instead, visitors from those countries will be asked to type a few symbols they see on the screen.</p>'),
('ro', 'recaptcha.text_settings_notice', '<p>Instrucțiunile despre cum să obții <b>site key</b> și <b>secret key</b> sunt disponibile <b><a target=\"_blank\" href=\"https://developers.google.com/recaptcha/intro\">aici</a></b>.<br>Reține că add-on-ul suportă momentan doar <b>reCAPTCHA v2: Checkbox</b></p>'),
('ro', 'recaptcha_settings_notice', '<p>The instructions on how to get the <b>site key</b> and <b>secret</b> are available <b><a target=\"_blank\" href=\"https://developers.google.com/recaptcha/docs/start\">here</a></b>.</p>'),
('ro', 'recaptcha_upgrade_notification_text', '[product] now comes with the <b>Google reCAPTCHA</b> add-on to improve anti-bot validation. The add-on has been installed and activated during the upgrade, but the old CAPTCHA will still be used until you configure the add-on. We recommend switching to Google reCAPTCHA as soon as possible. To do that: <ol><li>Go to <b>Add-ons → Manage add-ons</b>.</li><li>Find and click on <b>Google reCAPTCHA</b> in the list of add-ons.</li><li>A pop-up window will open. Enter <b>Site key</b> and <b>Secret token</b>, then save your changes. The instructions on how to get the key and token are available <a href=\'https://developers.google.com/recaptcha/docs/start\'>here</a>.</li></ol> <b>The Google reCAPTCHA add-on supports only the Responsive theme and its <a href=\'http://docs.cs-cart.com/4.5.x/designer_guide/parent_themes.html\'>child themes</a>.</b> Please contact the developer of your theme for more information before you switch to Google reCAPTCHA.'),
('ro', 'recaptcha_upgrade_notification_title', 'Switch to Google reCAPTCHA to protect against bots'),
('ro', 'recent_activity', 'Activitate recenta'),
('ro', 'recent_blog_posts', 'Postări recente pe blog'),
('ro', 'recent_orders', 'Comenzi recente'),
('ro', 'recent_products', 'Vizualizata recent'),
('ro', 'recheck', 'Reverificare'),
('ro', 'recipient', 'Destinatar'),
('ro', 'recipients_name', 'Către'),
('ro', 'recipient_description', 'Descrierea comerciantului'),
('ro', 'recommended', 'Recomandat'),
('ro', 'recommenders', 'REES46'),
('ro', 'recover', 'Recover'),
('ro', 'recover_password', 'Recuperare parola'),
('ro', 'recover_password_subj', 'Recuperare parola'),
('ro', 'recursively', 'Recursiv'),
('ro', 'redesk_connection_ask_question', 'Ask a question'),
('ro', 'redesk_connection_create_ticket', 'Contact vendor'),
('ro', 'redesk_connection_multivendor_contact_form_info', 'If all is set up correctly, you can use the following contact form with the Re:Desk departments, which will send the messages directly to your Re:Desk help desk:<br /><a href=\"[http_location]/?dispatch=redesk_connection_multivendor.contact\" target=\"_blank\">[http_location]/?dispatch=redesk_connection_multivendor.contact</a>'),
('ro', 'redesk_connection_multivendor_manage', 'Import Vendors into Re:Desk'),
('ro', 'redesk_create_vendors_accounts', 'Create manager accounts into Re:Desk for Vendors'),
('ro', 'redesk_import_vendors', 'Import vendors into Re:Desk'),
('ro', 'redesk_import_vendors_as_departments', 'Import Vendors into Re:Desk as Departments'),
('ro', 'redirect_customer_from_storefront', 'Redirectionati vizitatorii acestui magazin catre cele apartinatoare tarii definite conform adreselor de IP'),
('ro', 'rees46_docs', '\n            <p>Ознакомьтесь с <a href=\"http://docs.rees46.com/pages/viewpage.action?pageId=1409157\" target=\"_blank\">подробной инструкцией</a> по настройке модуля и расстановке блоков рекомендаций.</p>\n        '),
('ro', 'rees46_error_export_order', 'Для выгрузки заказов и синхронизации статусов заказов введите код и секретный ключ вашего магазина в настройках модуля.'),
('ro', 'rees46_export_order', 'Выгрузить заказы'),
('ro', 'rees46_export_success', 'Выгрузка заказов в REES46 успешно инициирована.'),
('ro', 'rees46_export_unsuccess', 'Ошибка инициализации выгрузки заказов в REES46.'),
('ro', 'rees46_info', '\n            <p>Если вы ещё не зарегистрированы в REES46, то, пожалуйста, <a href=\"http://rees46.com\" target=\"_blank\">зарегистрируйтесь</a>. Затем добавьте свой интернет-магазин в <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личном кабинете</a> REES46. Обратите внимание на \"<b>код магазина</b>\" и \"<b>секретный ключ</b>\", они понадобятся для настройки модуля.</p>\n        '),
('ro', 'rees46_menu', 'Рекомендательная система REES46'),
('ro', 'rees46_menu_settings', 'Настройки'),
('ro', 'rees46_orders', '\n            <p>Процесс обучения алгоритма рекомендаций занимает определенное время. Основное время, как правило, требуется на сбор информации и построение взаимосвязей между покупателями и товарами. Ускорить это время можно, загрузив в систему REES46 историю ваших заказов за последние полгода. Это позволяет построить рекомендации для ваших предыдущих клиентов и сформировать более детальные связи между товарами. Загрузка истории может занять некоторое время.</p>\n        '),
('ro', 'rees46_orientation_horizontal', 'Горизонтальное'),
('ro', 'rees46_orientation_vertical', 'Вертикальное'),
('ro', 'rees46_products_per_line', 'Кол-во товаров в каждой линии блока'),
('ro', 'rees46_recommender_code', 'Уникальный код блока рекомендаций'),
('ro', 'rees46_recommender_orientation', 'Расположение блока'),
('ro', 'rees46_statistics', '\n            <p>Для анализа статистики работы товарных рекомендаций, пожалуйста, перейдите в ваш <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личный кабинет</a> REES46.</p>\n        '),
('ro', 'rees46_yml', '\n            <p>Ссылку на YML-файл необходимо указать в настройках <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личного кабинета</a> REES46.</p>\n        '),
('ro', 'referer', 'Referer'),
('ro', 'referrers', 'Referenti'),
('ro', 'referrer_domain', 'Domeniul referentului'),
('ro', 'refresh', 'Reîncărcare'),
('ro', 'refresh_packages_list', 'Reimprospatati imbunatatirile disponibile'),
('ro', 'refund', 'Rambursare'),
('ro', 'refunded', 'Rambursate'),
('ro', 'refunded_amount', 'Suma rambursata'),
('ro', 'regexp', 'RegExp'),
('ro', 'regexp_hint', 'Daca folositi verificarea regexp, e necesar sa se stabileasca un mesaj avand ca scop informarea cu privire la completarea incorecta a campului, altfel, verificarea nu va fi efectuata'),
('ro', 'region', 'Regiune'),
('ro', 'regions', 'Regiuni'),
('ro', 'register', 'Inregistrati-va'),
('ro', 'registered', 'Inregistrat'),
('ro', 'registered_customers', 'Clienti inregistrati'),
('ro', 'register_autoresponder', 'Confirmation email'),
('ro', 'register_new_account', 'Inregistrati-va pentru a crea un cont nou'),
('ro', 'register_profile', 'Inregistrati profil'),
('ro', 'registration', 'Inregistrare'),
('ro', 'registration_date', 'Registration date'),
('ro', 'regnumber', 'Nr. inregistrarii'),
('ro', 'related_gift_cert', 'Bonuri de cadou corelate'),
('ro', 'related_order', 'Comanda corelata'),
('ro', 'release_date', 'Data lansarii pe piata'),
('ro', 'remember_me', 'tine-ma minte'),
('ro', 'remove', 'inlaturati'),
('ro', 'remove_backup_files', 'Eliminati fisierele de rezerva'),
('ro', 'remove_cc_info', 'Sterge informatii CC'),
('ro', 'remove_invoice', 'Elimină factură'),
('ro', 'remove_new_orders_filter_upgrade_notification_text', '<p>In previous versions, every administrator could search for orders that he or she hadn\'t viewed yet (\"New orders\"). Because not every administrator views every order, the list of \"new orders\" only kept growing, which could affect the database negatively in a very long run.</p><p>The \"New orders\" condition in the advanced search has been removed. Please take that into account if you have any saved searches with that condition.</p><p><a href=\"[saved_searches]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check saved searches</a></p>'),
('ro', 'remove_new_orders_filter_upgrade_notification_title', 'Search for \"New orders\" removed'),
('ro', 'remove_theme', 'Sterge tema'),
('ro', 'remove_this_item', 'Sterge acest produs'),
('ro', 'rename', 'Redenumiti'),
('ro', 'repay_order', 'Platiti comanda'),
('ro', 'reply', 'Reply'),
('ro', 'reply_to', 'Reply to'),
('ro', 'report', 'Raportati'),
('ro', 'reports', 'Rapoarte'),
('ro', 'reports_interval_1', 'Total'),
('ro', 'reports_interval_3', 'Zi'),
('ro', 'reports_interval_5', 'Saptamana'),
('ro', 'reports_interval_7', 'Luna'),
('ro', 'reports_interval_9', 'An'),
('ro', 'reports_list', 'Lista rapoartelor'),
('ro', 'reports_parameter_1', 'Totaluri comenzi'),
('ro', 'reports_parameter_10', 'Costuri de transport'),
('ro', 'reports_parameter_11', 'Categorii'),
('ro', 'reports_parameter_12', 'Produse'),
('ro', 'reports_parameter_13', 'Costurile produsului'),
('ro', 'reports_parameter_14', 'Numarul de produse'),
('ro', 'reports_parameter_15', 'Administratori'),
('ro', 'reports_parameter_2', 'Numarul de comenzi'),
('ro', 'reports_parameter_3', 'Comenzi'),
('ro', 'reports_parameter_4', 'Statutul comenzilor'),
('ro', 'reports_parameter_5', 'Metode de plata'),
('ro', 'reports_parameter_6', 'Rate areas'),
('ro', 'reports_parameter_7', 'Utilizatori'),
('ro', 'reports_parameter_8', 'Discounturi si cupoane'),
('ro', 'reports_parameter_9', 'Taxe'),
('ro', 'report_a_bug', 'Report a bug'),
('ro', 'request', 'Solicitare'),
('ro', 'requests_count', 'Numarul solicitarilor'),
('ro', 'requesttype', 'Tipul solicitarii'),
('ro', 'request_account_name', 'Nume de cont solicitat'),
('ro', 'request_error_information', 'Customers have experienced issues with receiving rates from <b>the [shipping]</b> shipping method. Please make sure that is configured properly and that the shipping rate calculation is correct'),
('ro', 'request_error_information_title', 'Shipping error'),
('ro', 'request_statuses', 'statuturi solicitări'),
('ro', 'required', 'Obligatoriu'),
('ro', 'required_not_answered', 'Ar trebui să răspundeți la toate întrebările obligatorii.'),
('ro', 'required_products', 'Produse necesare'),
('ro', 'required_products_added', 'Adițional, următoarele produs(e) necesar(e) au fost adăugațe în coșul dvs. :'),
('ro', 'required_products_out_of_stock', 'Produsul nu poate fi adăugat în coșul dvs, pentru că următoarele produse necesare nu mai sunt pe stoc:'),
('ro', 'reset', 'Resetati'),
('ro', 'reset_filter', 'Resetati filtru'),
('ro', 'reset_inventory', 'Resetati inventar'),
('ro', 'reset_password', 'Resetati parola'),
('ro', 'reset_quantity_to_zero', 'Stabilește cantitatea tuturor produselor la zero'),
('ro', 'reset_quantity_to_zero_tooltip', 'Dacă activezi această opțiune, toate produsele din magazin vor avea cantitatea stabilită la zero, cu excepția produselor care au cantitatea specificată în fișierul importat.'),
('ro', 'resolved', 'Rezolvat'),
('ro', 'response', 'Raspuns'),
('ro', 'responsive_admin.email_order_invoice_subject', '[company_name]: Invoice for order'),
('ro', 'restore', 'Restaurati'),
('ro', 'restore_default', 'Utilizati valoarea implicita'),
('ro', 'restore_default_value', 'Restore default value'),
('ro', 'restore_from_repository', 'Restaurati din repository'),
('ro', 'restore_original', 'Restaurare original'),
('ro', 'restore_robots', 'Restabiliţi implicit robots.txt'),
('ro', 'ResultCode', 'Cod rezultatului'),
('ro', 'ResultDescription', 'Descriere rezultatului'),
('ro', 'return', 'Reveniti la vizualizare normala'),
('ro', 'returnable', 'Returnabil'),
('ro', 'returnable_product', 'Produs returnabil'),
('ro', 'returned_product', 'Produs returnat'),
('ro', 'returned_products', 'Produse returnate'),
('ro', 'returning_customer', 'Client existent'),
('ro', 'returns', 'Returnări'),
('ro', 'returns_info', 'Informații returnări'),
('ro', 'return_info', 'Informații returnare'),
('ro', 'return_period', 'Perioada de returnare'),
('ro', 'return_period_days', 'Perioada de returnare (zile)'),
('ro', 'return_printslip', 'Etiqueta de retorno'),
('ro', 'return_products_information', 'Informații returnare produse'),
('ro', 'return_registration', 'Înregistrarea de returnare'),
('ro', 'return_requests', 'Cererile de returnare'),
('ro', 'return_requests_menu_description', 'View and process return requests from orders placed on your web site.'),
('ro', 'return_requests_note', 'Go to the list of your return requests'),
('ro', 'return_status', 'Statut returnări'),
('ro', 'return_url_target', 'Destinatia URL-ului de intoarcere'),
('ro', 'reuse', 'Refoloseste'),
('ro', 'reversa_rastreamento', 'Rastreamento'),
('ro', 'reversed', 'Inversat'),
('ro', 'revert', 'Inversati'),
('ro', 'reviews', 'recenzie|recenzii'),
('ro', 'reward_points', 'Puncte premiu'),
('ro', 'reward_points_log', 'Jurnal puncte premiu'),
('ro', 'reward_points_menu_description', 'Atribuie puncte globale de recompensa in magazin.'),
('ro', 'reward_points_subj_added_to', '[n] point have been added to your account.|[n] points have been added to your account.'),
('ro', 'reward_points_subj_subtracted_from', '[n] point have been subtracted from your account.|[n] points have been subtracted from your account.'),
('ro', 're_desk_contact_us', 'Contact us'),
('ro', 're_desk_department', 'Vendor'),
('ro', 're_desk_full_name', 'Full name'),
('ro', 're_desk_thank_you', 'Thank you, your message has been sent.'),
('ro', 're_desk_you_can_send', 'You can send us a message using the form below.'),
('ro', 're_order', 'Refaceti aceasta comanda'),
('ro', 'right', 'Dreapta'),
('ro', 'right_to_left_orientation', 'Orientare de la dreapta la stanga'),
('ro', 'risk_checking', 'Verificarea riscului este in proces. Va rugam sa reincarcati aceasta pagina intr-un minut.'),
('ro', 'risk_information', 'Informatii de risc'),
('ro', 'rma', 'RMA'),
('ro', 'rma_actions', 'Acțiuni RMA'),
('ro', 'rma_notify_supplier', 'Notificare furnizor'),
('ro', 'rma_reasons', 'Motive RMA'),
('ro', 'rma_request_statuses', 'Statuturi solicitări RMA'),
('ro', 'rma_return', 'Întoarceți'),
('ro', 'robots_title', 'Editare: robots.txt'),
('ro', 'romanian', 'Romana'),
('ro', 'root_category', 'Categoria de baza'),
('ro', 'root_level', 'Nivelul de baza'),
('ro', 'root_page', 'Nivelul de baza al paginii'),
('ro', 'round_to', 'Rotunjeste la'),
('ro', 'routing_code', 'Cod de rutare'),
('ro', 'rss_created', 'Created'),
('ro', 'rss_display_add_to_cart', 'Display add to cart button'),
('ro', 'rss_display_image', 'Display image'),
('ro', 'rss_display_original_price', 'Display net price'),
('ro', 'rss_display_price', 'Display gross price'),
('ro', 'rss_display_sku', 'Display SKU'),
('ro', 'rss_feed', 'RSS feed'),
('ro', 'rss_sort_by', 'Sort items by'),
('ro', 'rss_updated', 'Updated'),
('ro', 'ru.tax_and_payments.upgrade_message.message', '<p>Ai făcut upgrade la [product] [version]. Această versiune este pregătită pentru recentele schimbări din legislația rusă (creșterea TVA-ului la 20% și suportul pentru case de marcat online al Fiscal Data Format 1.05). Va trebui să faci doar asta:</p><p>— Dacă folosești ATOL Online, schimbă cu Fiscal Data Format 1.05 așa cum este descris în <a href=\"https://www.cs-cart.ru/blog/vyishel-cs-cart-4-9-2-c-podderzhkoy-ffd-1-05-v-atol-onlayn/\" target=\"_blank\">blogul nostru în limba Rusă</a>. S-ar putea să fi făcut-o deja după lansarea versiunii 4.9.2.</p>[tax_conversion][failing_services]'),
('ro', 'ru.tax_and_payments.upgrade_message.title', 'Legislația rusă: Pregătirea pentru 1 Ianuarie, 2019'),
('ro', 'runtime', 'Timp de executie'),
('ro', 'russian', 'Rusa'),
('ro', 'rus_geolocation_upgrade_notification_text', '<p>The <b>[rus_geolocation_addon]</b> add-on allowed your customers to select their city and see estimated shipping rates on a product page. That functionality is now a part of a new add-on called <b>[geo_maps_addon]</b>. It is already installed and active.</p><p>Two geolocation add-ons shouldn’t be active at the same time. Please make sure that the old <b>[rus_geolocation_addon]</b> add-on is disabled.</p><p><a href=\"[disable_geolocation]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Disable deprecated add-on here</a></p>'),
('ro', 'rus_geolocation_upgrade_notification_title', 'Geolocation: Add-ons deprecated in favor of [geo_maps_addon]'),
('ro', 'sale', 'Vanzare'),
('ro', 'sales', 'Vanzari'),
('ro', 'sales_amount', 'Suma de vânzări'),
('ro', 'sales_commission', 'Comision vanzari'),
('ro', 'sales_period', 'Perioada de vânzări'),
('ro', 'sales_period_total', 'Perioada  totală de vânzări'),
('ro', 'sales_reports', 'Rapoarte vanzari'),
('ro', 'sales_reports_menu_description', 'Statistici vanzari'),
('ro', 'sales_reports_side_bar_notes', 'To include Order statuses, Payment methods and Rate areas in the conditions list, check the necessary item and click on the \"Save\" button.'),
('ro', 'salt', 'Salt'),
('ro', 'same_as_source', 'Identic cu sursa'),
('ro', 'save', 'Salvati'),
('ro', 'saved_search', 'Cautari salvate'),
('ro', 'save_and_close', 'Salvati si inchideti'),
('ro', 'save_and_send', 'Save and send'),
('ro', 'save_as', 'Salvati ca...'),
('ro', 'save_cc', 'Salvar cartão de crédito'),
('ro', 'save_changes', 'Salvati modificari'),
('ro', 'save_directory', 'Server directory'),
('ro', 'save_discount', 'Salvati'),
('ro', 'save_layout', 'Salvati aspectul'),
('ro', 'save_layout_as', 'Salvati aspectul ca...'),
('ro', 'save_process_payment', 'Salvati si procesati plata'),
('ro', 'save_this_search_as', 'Salvati aceasta cautare ca ...'),
('ro', 'sb_share', 'Share'),
('ro', 'scan_for_modified_core_files', 'Scan for changed core files'),
('ro', 'scb_text_notice', 'Va rugam trimiteti URL-ul catre supportul tehnic banci pentru a fi setat ca PostbackURL: <br /><b>[return_url]</b>'),
('ro', 'screen', 'Ecran'),
('ro', 'screen_resolution', 'Rezolutia ecranului'),
('ro', 'script', 'Script'),
('ro', 'scroller_direction', 'Directie scroller'),
('ro', 'scroll_per_page', 'Scroll pe pagina'),
('ro', 'search', 'Cautati'),
('ro', 'search_again', 'Cautati din nou'),
('ro', 'search_by_order', 'Cautati in functie comanda'),
('ro', 'search_by_owner', 'Cautati in functie de proprietar'),
('ro', 'search_by_price', 'Cautati in functie de pret'),
('ro', 'search_by_product_features', 'Cautati dupa caracteristicile produsului'),
('ro', 'search_by_product_filters', 'Cautati dupa filtrele produsului'),
('ro', 'search_by_sku', 'Cautati dupa codul produsului'),
('ro', 'search_by_supplier', 'Căutați după furnizor'),
('ro', 'search_by_vendor', 'Cauta dupa furnizor'),
('ro', 'search_by_weight', 'Cautati dupa greutate'),
('ro', 'search_engine', 'Motor de cautare'),
('ro', 'search_for_pattern', 'Cauta tipar'),
('ro', 'search_in', 'Cauta in'),
('ro', 'search_in_category', 'Cauta in categorie'),
('ro', 'search_in_subcategories', 'Cauta in subcategori'),
('ro', 'search_options', 'Optiunile cautarii'),
('ro', 'search_product', 'Cauta produs'),
('ro', 'search_products', 'Cauta produse'),
('ro', 'search_results', 'Rezultate cautare'),
('ro', 'search_results_for', 'Rezultate cautare pentru [search]'),
('ro', 'search_string', 'Sir de cautare'),
('ro', 'search_tooltip', 'Căutare pentru produse, clienţi, comenzi şi pagini CMS'),
('ro', 'search_words', 'Cuvinte cautate'),
('ro', 'secondary_categories', 'Secondary category'),
('ro', 'seconds_left', '[n] second left|[n] seconds left'),
('ro', 'secret_key', 'Cheia secretă'),
('ro', 'secret_string', 'Sirul de caractere secret'),
('ro', 'secret_word', 'Cuvânt secret'),
('ro', 'section', 'Sectiune'),
('ro', 'section_is_not_completed', 'Sectiune necompletata'),
('ro', 'section_links', 'Linkurile sectiunii'),
('ro', 'section_name', 'Numele sectiunii'),
('ro', 'secure', 'Sigur'),
('ro', 'secure_checkout', 'Comanda securizata'),
('ro', 'secure_storefront_url', 'Securizati URL-ul magazinului dvs.'),
('ro', 'secure_storefront_url_already_exists', 'Valoarea <strong>Securizati URL-ul storefront</strong>parametru mentionat ce apartine deja la o alta societate.'),
('ro', 'security', 'Securitate'),
('ro', 'security_settings', 'Setari securitate'),
('ro', 'see_demo', 'Vezi demo'),
('ro', 'see_full_templates_list', 'Can\'t find a notification you\'re looking for?<br/><a href=\"[email_template_manage]\">See the full list of email templates</a><br/><a href=\"[internal_template_manage]\">See the full list of on-site notification templates</a>'),
('ro', 'select', 'Selecteaza'),
('ro', 'selectbox', 'Casuta de selectare'),
('ro', 'selected', 'Selectate'),
('ro', 'selected_fields', 'Câmpuri selectate'),
('ro', 'selected_filters', 'Filtrele selectate'),
('ro', 'selected_items', 'Produse selectate'),
('ro', 'select_all', 'Selectati toate'),
('ro', 'select_all_product_options', 'Trebuie sa selectati toate optiunile de produse'),
('ro', 'select_block', 'Selectati block'),
('ro', 'select_coordinates', 'Selectează coordonate'),
('ro', 'select_country', 'Selectati tara'),
('ro', 'select_customer', 'Selectati client'),
('ro', 'select_dates', 'Selectati date'),
('ro', 'select_descr_lang', 'Selectati descrierea limbii'),
('ro', 'select_fields_to_edit', 'Selectati campuri pentru editare'),
('ro', 'select_file', 'Selectati fisier'),
('ro', 'select_image', 'Selectează imagine'),
('ro', 'select_new_owner_company', 'Selectați un nou proprietar al profilului datelor acestei companii:'),
('ro', 'select_one_or_more_type', 'Selectează una sau mai multe opțiuni'),
('ro', 'select_options', 'Selectati optiuni'),
('ro', 'select_option_above', 'Selectati optiunea precedenta mai intai'),
('ro', 'select_product', 'Selectati produs'),
('ro', 'select_products', 'Selectati produse'),
('ro', 'select_profile', 'Selectati profil'),
('ro', 'select_shipping_method', 'Selectati metoda de transport'),
('ro', 'select_single_type', 'Selectați o opțiune unică'),
('ro', 'select_state', 'Selectati stat'),
('ro', 'select_storefront', 'Select [store] storefront'),
('ro', 'select_tables', 'Selectati tabeluri'),
('ro', 'sell_files', 'Fişiere pentru vânzare'),
('ro', 'semicolon', 'Punct si virgula'),
('ro', 'send', 'Trimiteti'),
('ro', 'sender', 'Expeditor'),
('ro', 'sending_email_to', 'Sending email to [email]...'),
('ro', 'send_feedback', 'Ne ajuta sa imbunatatim CS-Cart'),
('ro', 'send_invitations', 'Invite'),
('ro', 'send_notification', 'Trimiteti notificare celui selectat'),
('ro', 'send_shipment_notification_to_customer', 'Trimiteti notificarea expedierii catre client'),
('ro', 'send_shipping_address', 'Trimiteti adresa de expediere a clientului'),
('ro', 'send_test_email', 'Send test email'),
('ro', 'send_test_notification', 'Send test notification'),
('ro', 'send_to', 'Send to'),
('ro', 'send_to_test_email', 'Send to test email'),
('ro', 'send_via', 'Trimiteti prin'),
('ro', 'send_via_email', 'Trimiteti prin e-mail'),
('ro', 'send_via_postal_mail', 'Trimiteti prin posta'),
('ro', 'sent', 'Sent'),
('ro', 'seo', 'SEO'),
('ro', 'seo.create_redirect', 'Create redirect from old URL'),
('ro', 'seo.error_incorrect_url', 'Incorrect format for <b>[url]</b> URL. For example, if your URL is <b>http://example.com/path/to/object</b>, you need to enter <b>/path/to/object</b>'),
('ro', 'seo.error_old_url_exists', 'The URL you\'re redirecting from is already exist'),
('ro', 'seo.important_language_text', '<b>Warning!</b> The <b>SEO</b> add-on is currently configured to use a single URL for all languages. If you hide, disable, or delete a default language of one of the storefronts, the SEO URLs will be changed.'),
('ro', 'seo.new_redirect', 'New Redirect'),
('ro', 'seo.new_url', 'URL Nou'),
('ro', 'seo.old_url', 'URL Vechi'),
('ro', 'seo.redirects_manager', '301 redirects'),
('ro', 'seo.redirects_manager_menu_description', 'Manages redirect rules from old URLs'),
('ro', 'seo.rich_snippets', 'Google rich snippets preview'),
('ro', 'seo.rich_snippets_rating', 'Evaluare'),
('ro', 'seo.rich_snippets_reviews', '[n] review|[n] reviews'),
('ro', 'seo_menu_description', 'SEO setările de magazin.'),
('ro', 'seo_meta_data', 'Meta date / SEO'),
('ro', 'seo_name', 'Numele SEO'),
('ro', 'seo_page_title', 'pagina [n]'),
('ro', 'seo_robots', 'robots.txt'),
('ro', 'seo_rules', 'Reguli SEO'),
('ro', 'seo_rules_menu_description', 'Use this section to define global rules for the URLs rewritten in your store.'),
('ro', 'separate_multiple_email_addresses', 'If you enter multiple emails, write each of them in a new line.'),
('ro', 'separator', 'Separator'),
('ro', 'sequential', 'Secvential'),
('ro', 'server', 'Server'),
('ro', 'service_not_available', 'Serviciul nu este disponibil'),
('ro', 'set', 'Setați'),
('ro', 'settings', 'Setari'),
('ro', 'settings_overwrite_text', '<b>[theme_name]</b> will set following settings on activation'),
('ro', 'settings_overwrite_title', 'The theme overwrites store settings'),
('ro', 'settings_wizard', 'Asistent setãri'),
('ro', 'settings_wizard_close_tooltip', 'Wizard este posibil sa se redeschida in meniul \'Settings -> Settings wizard\'.'),
('ro', 'settings_wizard_title', 'Setari wizard: Pasul [current_step] din [total_steps]');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('ro', 'setting_min_order_amount_type_was_hidden_upgrade_notification_text', '<p>Previously, the <b>Minimum order amount</b> in your store included the shipping costs. If the minimum order amount was $50, and a customer bought 2 products at $20 each, and the shipping cost was $12, then it would be possible to place an order. But now this behavior has changed: only the total price of all products in the cart will determine whether the minimum order amount has been reached.</p><p>Please go to <b>Settings → Checkout</b> and adjust your <b>Minimum order amount</b> to reflect this change.</p><p><a href=\"[checkout_settings]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Open checkout settings</a></p>'),
('ro', 'setting_min_order_amount_type_was_hidden_upgrade_notification_title', 'Setting \"Define minimum order amount by\" removed'),
('ro', 'set_custom_configuration', 'Set de configurare particularizată'),
('ro', 'share', 'Partajare'),
('ro', 'share.congratulations_first_order', 'Felicitari pentru prima dvs comanda !'),
('ro', 'share.first_order_tweet', 'Felicitari! Ati finalizat prima comanda.'),
('ro', 'share.installation_tweet', 'Tocmai am creat un magazin online cu [product_name]'),
('ro', 'sharedsec', 'SharedSec'),
('ro', 'shared_secret', 'Secret impartasit'),
('ro', 'share_discount', 'Cotă de reducere'),
('ro', 'sha_sign', 'Semnatura SHA-1'),
('ro', 'shipment', 'Transport'),
('ro', 'shipments', 'Expedieri'),
('ro', 'shipments_menu_description', 'Vezi si printeaza bonul de livrare.'),
('ro', 'shipment_date', 'Data expedierii'),
('ro', 'shipment_details', 'Detalii transport'),
('ro', 'shipment_has_been_created', 'Modalitatea de transport a fost creata'),
('ro', 'shipment_id', 'Id-ul Expedierii'),
('ro', 'shipment_info', 'Informatii transport'),
('ro', 'shipment_statuses', 'Shipment statuses'),
('ro', 'shipped', 'Expediat'),
('ro', 'shipped_products', 'Produse transportate'),
('ro', 'shipper_number', 'Numarul de expeditor'),
('ro', 'shipping', 'Transport'),
('ro', 'shippings', 'Modalitati transport'),
('ro', 'shippings.aup.currency_not_configured', 'To activate the Australia Post shipping processor, you must have the Australian Dollar currency enabled.'),
('ro', 'shippings.aup.pac_api_key', 'PAC API key'),
('ro', 'shippings.can.api_keys', 'API keys'),
('ro', 'shippings.can.business_account_information', 'Business account information'),
('ro', 'shippings.can.contract_id', 'Contract ID'),
('ro', 'shippings.can.customer_number', 'Customer number'),
('ro', 'shippings.can.options', 'Opţiuni de livrare'),
('ro', 'shippings.can.option_cod', 'Collect on Delivery'),
('ro', 'shippings.can.option_cov', 'Acoperire'),
('ro', 'shippings.can.option_cov_amount', 'Coverage amount'),
('ro', 'shippings.can.option_dns', 'Do not safe drop'),
('ro', 'shippings.can.option_hfp', 'Card for pickup'),
('ro', 'shippings.can.option_lad', 'Leave at door - do not card'),
('ro', 'shippings.can.option_pa18', 'Proof of Age Required - 18'),
('ro', 'shippings.can.option_pa19', 'Proof of Age Required - 19'),
('ro', 'shippings.can.option_so', 'Semnătura'),
('ro', 'shippings.can.password', 'Parolă'),
('ro', 'shippings.can.username', 'Nume de utilizator'),
('ro', 'shippings.currency_not_found', 'Moneda [currency] nu a fost gasita'),
('ro', 'shippings.fedex.currency_is_missing', 'The rates calculated by FedEx are in [currency], and that currency doesn\'t exist in your store. Please create that currency; otherwise customers won\'t be able to select this shipping method.'),
('ro', 'shippings.fedex.freight_account_number', 'Freight account number'),
('ro', 'shippings.fedex.options', 'Delivery options'),
('ro', 'shippings.fedex.option_broker_select_option', 'Broker select option'),
('ro', 'shippings.fedex.option_call_before_delivery', 'Call before delivery'),
('ro', 'shippings.fedex.option_cod', 'COD'),
('ro', 'shippings.fedex.option_cod_amount', 'COD amount'),
('ro', 'shippings.fedex.option_cod_collection_type', 'COD collection type'),
('ro', 'shippings.fedex.option_cod_collection_type_any', 'Any'),
('ro', 'shippings.fedex.option_cod_collection_type_cash', 'Cash'),
('ro', 'shippings.fedex.option_cod_collection_type_guaranteed_funds', 'Guaranteed funds'),
('ro', 'shippings.fedex.option_custom_delivery_window', 'Custom delivery window'),
('ro', 'shippings.fedex.option_dangerous_goods', 'Dangerous goods'),
('ro', 'shippings.fedex.option_dangerous_goods_accessibility', 'Dangerous goods accessibility'),
('ro', 'shippings.fedex.option_dangerous_goods_accessibility_accessible', 'Accessible'),
('ro', 'shippings.fedex.option_dangerous_goods_accessibility_inaccessible', 'Inaccessible'),
('ro', 'shippings.fedex.option_dangerous_goods_options', 'Hazardous content options'),
('ro', 'shippings.fedex.option_dangerous_goods_options_battery', 'Battery'),
('ro', 'shippings.fedex.option_dangerous_goods_options_hazardous_materials', 'Hazardous materials'),
('ro', 'shippings.fedex.option_dangerous_goods_options_limited_quantities_commodities', 'Limited quantities commodities'),
('ro', 'shippings.fedex.option_dangerous_goods_options_orm_d', 'ORM-D'),
('ro', 'shippings.fedex.option_dangerous_goods_options_reportable_quantities', 'Reportable quantities'),
('ro', 'shippings.fedex.option_dangerous_goods_options_small_quantity_exception', 'Small quantity exception'),
('ro', 'shippings.fedex.option_do_not_break_down_pallets', 'Do not break down pallets'),
('ro', 'shippings.fedex.option_do_not_stack_pallets', 'Do not stack pallets'),
('ro', 'shippings.fedex.option_dry_ice', 'Dry ice'),
('ro', 'shippings.fedex.option_east_coast_special', 'East Coast special'),
('ro', 'shippings.fedex.option_electronic_trade_documents', 'Electronic trade documents'),
('ro', 'shippings.fedex.option_extreme_length', 'Extreme length'),
('ro', 'shippings.fedex.option_fedex_one_rate', 'FedEx One Rate'),
('ro', 'shippings.fedex.option_food', 'Food'),
('ro', 'shippings.fedex.option_freight_guarantee', 'Freight guarantee'),
('ro', 'shippings.fedex.option_freight_to_collect', 'Freight to collect'),
('ro', 'shippings.fedex.option_future_day_shipment', 'Future day shipment'),
('ro', 'shippings.fedex.option_hold_at_location', 'Hold at location'),
('ro', 'shippings.fedex.option_home_delivery_premium', 'Home delivery Premium'),
('ro', 'shippings.fedex.option_inside_delivery', 'Inside delivery'),
('ro', 'shippings.fedex.option_inside_pickup', 'Inside pickup'),
('ro', 'shippings.fedex.option_international_controlled_export_service', 'International controlled export service'),
('ro', 'shippings.fedex.option_international_traffic_in_arms_regulations', 'International traffic in arms regulations'),
('ro', 'shippings.fedex.option_liftgate_delivery', 'Liftgate delivery'),
('ro', 'shippings.fedex.option_liftgate_pickup', 'Liftgate pickup'),
('ro', 'shippings.fedex.option_limited_access_delivery', 'Limited access delivery'),
('ro', 'shippings.fedex.option_limited_access_pickup', 'Limited access pickup'),
('ro', 'shippings.fedex.option_pharmacy_delivery', 'Pharmacy delivery'),
('ro', 'shippings.fedex.option_poison', 'Poison'),
('ro', 'shippings.fedex.option_protection_from_freezing', 'Protection from freezing'),
('ro', 'shippings.fedex.option_returns_clearance', 'Returns clearance'),
('ro', 'shippings.fedex.option_saturday_delivery', 'Saturday delivery'),
('ro', 'shippings.fedex.option_saturday_pickup', 'Saturday pickup'),
('ro', 'shippings.fedex.option_top_load', 'Top load'),
('ro', 'shippings.fedex.upgrade_notification_text', '<p>The latest version of [product] has different settings for realtime shipping rate calculation if you use FedEx as a Carrier.</p><p>If you want to show current shipping rates to your clients, do this:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses FedEx as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li><li>switch to the Configure tab and select desired delivery options</li></ul>'),
('ro', 'shippings.fedex.upgrade_notification_title', 'FedEx realtime shipping rate calculation changes'),
('ro', 'shippings.service_not_configured', 'Detaliile de transport nu au fost configurate'),
('ro', 'shippings.service_not_found', 'Serviciul de transport nu a fost gasit'),
('ro', 'shippings.ups.package_type.01', 'UPS Letter'),
('ro', 'shippings.ups.package_type.02', 'Package'),
('ro', 'shippings.ups.package_type.03', 'Tube'),
('ro', 'shippings.ups.package_type.04', 'Pak'),
('ro', 'shippings.ups.package_type.21', 'Express Box'),
('ro', 'shippings.ups.package_type.24', '25KG Box'),
('ro', 'shippings.ups.package_type.25', '10KG Box'),
('ro', 'shippings.ups.package_type.2a', 'Small Express Box'),
('ro', 'shippings.ups.package_type.2b', 'Medium Express Box'),
('ro', 'shippings.ups.package_type.2c', 'Large Express Box'),
('ro', 'shippings.ups.package_type.30', 'Pallet'),
('ro', 'shippings_taxes', 'Transport si taxe'),
('ro', 'shipping_address', 'Adresa de livrare'),
('ro', 'shipping_address_changed', 'Shipping address has been changed'),
('ro', 'shipping_address_line_2', 'Shipping: address (line 2)'),
('ro', 'shipping_applied_to_vendors', 'Metoda de transport a fost aplicat la [vendors] furnizori'),
('ro', 'shipping_charges', 'Taxele de expediere'),
('ro', 'shipping_city', 'Shipping: city'),
('ro', 'shipping_cost', 'Costul transportului'),
('ro', 'shipping_costs_will_changed', 'Costurile de transport vor fi modificate cu'),
('ro', 'shipping_country', 'Shipping: country'),
('ro', 'shipping_estimation', 'Estimare transport'),
('ro', 'shipping_first_name', 'Shipping: first name'),
('ro', 'shipping_freight', 'Cheltuieli de transport'),
('ro', 'shipping_information', 'Informatii despre transport'),
('ro', 'shipping_last_name', 'Shipping: last name'),
('ro', 'shipping_method', 'Metoda de expediere'),
('ro', 'shipping_methods', 'Metode de expediere'),
('ro', 'shipping_methods_menu_description', 'Set de reguli si parametrii pentru a calcula costul transportului'),
('ro', 'shipping_name', 'Nume de transport'),
('ro', 'shipping_options', 'Optiuni de transport'),
('ro', 'shipping_phone', 'Shipping: phone'),
('ro', 'shipping_properties', 'Shipping properties'),
('ro', 'shipping_rates', 'Ratele de transport'),
('ro', 'shipping_same_as_billing', 'Adresa de livrare identica cu cea de facturare'),
('ro', 'shipping_service', 'Serviciu de transport'),
('ro', 'shipping_state', 'Shipping: state'),
('ro', 'shipping_time_and_charges', 'Shipping time and rates'),
('ro', 'shipping_tips', ''),
('ro', 'shipping_zipcode', 'Shipping: zipcode'),
('ro', 'ship_dhl_height', 'Inaltime colet (inch)'),
('ro', 'ship_dhl_length', 'Lungime colet (inch)'),
('ro', 'ship_dhl_site_id', 'ID site'),
('ro', 'ship_dhl_width', 'Latime colet (inch)'),
('ro', 'ship_downloadable', 'Enable shipping for downloadable products'),
('ro', 'ship_fedex_ancillary_endorsement', 'Aprobari auxiliare'),
('ro', 'ship_fedex_ancillary_endorsement_address_correction', 'Adresa serviciul solicitat'),
('ro', 'ship_fedex_ancillary_endorsement_carrier_leave_if_no_response', 'Curierul are permisiunea sa plece in cazul in care nu primeste niciun raspuns'),
('ro', 'ship_fedex_ancillary_endorsement_change_service', 'Schimbare serviciul solicitat'),
('ro', 'ship_fedex_ancillary_endorsement_forwarding_service', 'Serviciul de expediere solicitat'),
('ro', 'ship_fedex_ancillary_endorsement_return_delivery', 'Retur serviciu solicitat'),
('ro', 'ship_fedex_customer_manifest_id', 'ID-ul'),
('ro', 'ship_fedex_drop_off_type', 'Tipul depunerii'),
('ro', 'ship_fedex_drop_off_type_business_service_center', 'Business service center'),
('ro', 'ship_fedex_drop_off_type_drop_box', 'Drop box'),
('ro', 'ship_fedex_drop_off_type_regular_pickup', 'Regulate de preluare'),
('ro', 'ship_fedex_drop_off_type_request_courier', 'Cerere de curierat'),
('ro', 'ship_fedex_drop_off_type_station', 'Depuneti la posta'),
('ro', 'ship_fedex_height', 'Inaltime (inch)'),
('ro', 'ship_fedex_hub_id', 'Hub ID'),
('ro', 'ship_fedex_indicia', 'Indicii'),
('ro', 'ship_fedex_indicia_media_mail', 'Media Mail (pachete de la 1 la 70 lbs cărţi, DVD-uri, CD-uri, casete video)'),
('ro', 'ship_fedex_indicia_parcel_select', 'Parcelă selectaţi (pachete de la 1 la 70 lbs)'),
('ro', 'ship_fedex_indicia_presorted_bound_printed_matter', 'Legat de ambalaje imprimate (pachete de la 1 la 15 lbs cataloage, cărţi de telefon sau orice altceva legat permanent)'),
('ro', 'ship_fedex_indicia_presorted_standard', 'Pachete standard de Mail (pachete mai mică de 1 lb)'),
('ro', 'ship_fedex_length', 'Inaltime (inch)'),
('ro', 'ship_fedex_meter_number', 'Unitate de masura'),
('ro', 'ship_fedex_package_type_fedex_10kg_box', 'Cutie de 10kg FedEx'),
('ro', 'ship_fedex_package_type_fedex_25kg_box', 'FedEx cutie 25kg'),
('ro', 'ship_fedex_package_type_fedex_box', 'FedEx Box'),
('ro', 'ship_fedex_package_type_fedex_envelope', 'FedEx plic'),
('ro', 'ship_fedex_package_type_fedex_extra_large_box', 'FedEx Extra Large Box'),
('ro', 'ship_fedex_package_type_fedex_large_box', 'FedEx Large Box'),
('ro', 'ship_fedex_package_type_fedex_medium_box', 'FedEx Medium Box'),
('ro', 'ship_fedex_package_type_fedex_pak', 'FedEx Pak'),
('ro', 'ship_fedex_package_type_fedex_small_box', 'FedEx Small Box'),
('ro', 'ship_fedex_package_type_fedex_tube', 'FedEx Tube'),
('ro', 'ship_fedex_package_type_your_packaging', 'Tipul pachetului'),
('ro', 'ship_fedex_smart_post', 'Inteligent Post'),
('ro', 'ship_fedex_special_services', 'Servicii speciale (confirmare de livrare)'),
('ro', 'ship_fedex_width', 'Latime (inch)'),
('ro', 'ship_height', 'Inaltimea coletului (cm)'),
('ro', 'ship_length', 'Lungimea coletului (cm)'),
('ro', 'ship_sp_l_acknowledgement_of_delivery', 'Confirmare de primire (doar pentru corespondenta recomandata)'),
('ro', 'ship_sp_l_cash_on_delivery', 'Plata la livrare (doar pentru corespondenta recomandata)'),
('ro', 'ship_sp_l_personal_delivery', 'Livrare personala (doar pentru corespondenta recomandata)'),
('ro', 'ship_sp_l_registered_mail', 'Scrisoare recomandata'),
('ro', 'ship_sp_pc_assurance', 'Asigurare'),
('ro', 'ship_sp_pc_cash_on_delivery', 'Plata la livrare (COD)'),
('ro', 'ship_sp_pc_fragile', 'Fragil'),
('ro', 'ship_sp_pc_manual_handling', 'Prelucrare manuala'),
('ro', 'ship_sp_pc_personal', 'Personale'),
('ro', 'ship_sp_pc_signature', 'Semnatura'),
('ro', 'ship_sp_pp_additional_insurance', 'Asigurare aditionala (pana in 3000 CHF)'),
('ro', 'ship_sp_pp_bulky_goods', 'Marfuri voluminoase'),
('ro', 'ship_sp_pp_cash_on_delivery', 'Plata la livrare (doar modul ECONOMIC)'),
('ro', 'ship_sp_pp_manual_processing', 'Prelucrare manuala'),
('ro', 'ship_sp_ur_additional_insurance', 'Asigurare aditionala pentru bunuri de URGENta (pana in 3000 CHF)'),
('ro', 'ship_swisspost_error_intl_delivery', 'Nu puteti utiliza aceasta metoda de transport pentru livrare internationala.'),
('ro', 'ship_swisspost_error_private_delivery', 'Nu puteti utiliza aceasta metoda de transport pentru livrare privata.'),
('ro', 'ship_swisspost_heavy_package', 'Pachetu greu'),
('ro', 'ship_swisspost_unable_to_open_additional_services', 'Nu se poate deschide fisierul servicii_aditionale csv.'),
('ro', 'ship_swisspost_unable_to_open_service', 'Nu se poate deschide fisierul [code]'),
('ro', 'ship_temando_height', 'Inaltime pachet'),
('ro', 'ship_temando_length', 'Lungime pachet'),
('ro', 'ship_temando_measurement', 'Masurare pachet'),
('ro', 'ship_temando_method', 'Metoda de livrare'),
('ro', 'ship_temando_package', 'Ambalare'),
('ro', 'ship_temando_readydate', 'Gata data (zile)'),
('ro', 'ship_temando_subclass', 'Categoria articolelor trimise'),
('ro', 'ship_temando_weight_measurement', 'Tipul de masurare greutatea'),
('ro', 'ship_temando_width', 'Latime pachet'),
('ro', 'ship_to', 'Livrare catre'),
('ro', 'ship_to_another', 'Livrare catre adrese diferite'),
('ro', 'ship_ups_access_key', 'Cheia de acces a tarifelor UPS'),
('ro', 'ship_ups_dcist_type', 'Tip confirmare'),
('ro', 'ship_ups_delivery_confirmation', 'Fara semnatura'),
('ro', 'ship_ups_delivery_confirmation_adult_signature', 'Semnătura unui adult este necesară'),
('ro', 'ship_ups_delivery_confirmation_signature', 'Semnătura este necesară'),
('ro', 'ship_ups_package_type_01', 'Scrisoare UPS/ Plic express UPS'),
('ro', 'ship_ups_package_type_03', 'Tub UPS'),
('ro', 'ship_ups_package_type_04', 'Pachet de UPS'),
('ro', 'ship_ups_package_type_21', 'Cutie Express UPS'),
('ro', 'ship_ups_package_type_24', 'Cutie 25Kg UPS'),
('ro', 'ship_ups_package_type_25', 'Cutie 10Kg UPS'),
('ro', 'ship_ups_pickup_type', 'Tipul ridicarii'),
('ro', 'ship_ups_pickup_type_01', 'Ridicare zilnica'),
('ro', 'ship_ups_pickup_type_03', 'De la ghiseu'),
('ro', 'ship_ups_pickup_type_06', 'O singura data'),
('ro', 'ship_ups_pickup_type_07', 'La cerere'),
('ro', 'ship_ups_pickup_type_11', 'Rate amanuntite sugerate'),
('ro', 'ship_ups_pickup_type_19', 'Scrisoare centrala'),
('ro', 'ship_ups_pickup_type_20', 'Centrul Serviciului Aerean'),
('ro', 'ship_ups_use_delivery_confirmation', 'Foloseste confirmarea Livrarii'),
('ro', 'ship_usps_container', 'Recipient'),
('ro', 'ship_usps_container_express', 'Cutie (Express)'),
('ro', 'ship_usps_container_express_flat_rate_envelope', 'Plic cu rata fixa'),
('ro', 'ship_usps_container_priority', 'Cutie (Posta Prioritara)'),
('ro', 'ship_usps_container_priority_flat_rate_box', 'Pachet cu rata fixa'),
('ro', 'ship_usps_container_priority_flat_rate_envelope', 'Scrisoare cu rata fixa'),
('ro', 'ship_usps_container_priority_gift_card_flat_rate_envelope', 'Cadou Card forfetar plic'),
('ro', 'ship_usps_container_priority_legal_flat_rate_envelope', 'Legal Flat pret plic'),
('ro', 'ship_usps_container_priority_lg_flat_rate_box', 'Cutie mare cu rata fixa'),
('ro', 'ship_usps_container_priority_md_flat_rate_box', 'Cutie medie cu rata fixa'),
('ro', 'ship_usps_container_priority_nonrectangular', 'Nu este dreptunghiulară'),
('ro', 'ship_usps_container_priority_padded_flat_rate_envelope', 'Pret plic plat captusit'),
('ro', 'ship_usps_container_priority_rectangular', 'Dreptunghiulară'),
('ro', 'ship_usps_container_priority_regional_a_rate_box', 'Rata regională cutie A'),
('ro', 'ship_usps_container_priority_regional_b_rate_box', 'Rata regională cutie B'),
('ro', 'ship_usps_container_priority_regional_c_rate_box', 'Rata regională cutie C'),
('ro', 'ship_usps_container_priority_sm_flat_rate_box', 'Small Flat Rate Box'),
('ro', 'ship_usps_container_priority_sm_flat_rate_envelope', 'Plic de forfetar SM'),
('ro', 'ship_usps_container_priority_window_flat_rate_envelope', 'Fereastra forfetar plic'),
('ro', 'ship_usps_first_class_mail_type', 'Tip de Mail clasa întâi'),
('ro', 'ship_usps_first_class_mail_type_flat', 'Plat'),
('ro', 'ship_usps_first_class_mail_type_parcel', 'Parcelă'),
('ro', 'ship_usps_intl_package_girth', 'Circumferinta pachet'),
('ro', 'ship_usps_intl_package_height', 'Inaltime pachet'),
('ro', 'ship_usps_intl_package_length', 'Lungime pachet'),
('ro', 'ship_usps_intl_package_size', 'Marime pachet'),
('ro', 'ship_usps_intl_package_width', 'Latime pachet'),
('ro', 'ship_usps_machinable', 'Prelucrat industrial'),
('ro', 'ship_usps_machinable_false', 'FALS'),
('ro', 'ship_usps_machinable_true', 'Adevarat'),
('ro', 'ship_usps_mailtype', 'Tipul coletului'),
('ro', 'ship_usps_mailtype_matter_for_the_blind', 'Materie pentru nevazatori'),
('ro', 'ship_usps_mailtype_postcards_or_aerogrammes', 'Carti postale sau Aerograma'),
('ro', 'ship_usps_package_size', 'Marimea pachetului (lungime + circumferinta, inch)'),
('ro', 'ship_usps_package_size_large', 'Mare (84..108)'),
('ro', 'ship_usps_package_size_oversize', 'Voluminos (108..130)'),
('ro', 'ship_usps_package_size_regular', 'Normala (0..84)'),
('ro', 'ship_usps_priority_girth', 'Colet cu prioritate (Size:Large, Container:NonRectangular) Girth (inches)'),
('ro', 'ship_usps_priority_height', 'Posta Prioritara (Marire:Mare) inaltime (inch)'),
('ro', 'ship_usps_priority_length', 'Posta Prioritara (Marime:Mare) Lungime (inch)'),
('ro', 'ship_usps_priority_width', 'Posta Prioritara (Marime:Mare) Latime (inch)'),
('ro', 'ship_usps_username', 'ID Utilizator'),
('ro', 'ship_width', 'Latimea coletului (cm)'),
('ro', 'shop_now', 'Magazin actual'),
('ro', 'short_description', 'Scurta descriere'),
('ro', 'short_hour', 'h.'),
('ro', 'short_list', 'Lista scurta'),
('ro', 'show', 'Afiseaza'),
('ro', 'show_all', 'Afiseaza toate'),
('ro', 'show_all_storefronts', 'Arată toate magazinele'),
('ro', 'show_all_storefronts_with_count', 'Arată toate [count] magazine'),
('ro', 'show_in_product_header', 'Show in product header'),
('ro', 'show_in_product_list', 'Show in product list'),
('ro', 'show_items_in_line', 'Arata articole in linie'),
('ro', 'show_less', 'Show less'),
('ro', 'show_location', 'Arată locaţia'),
('ro', 'show_menu_on_mouse_over', 'Afiseaza meniu la mouse over'),
('ro', 'show_more', 'Show more'),
('ro', 'show_on_checkout', 'Show at checkout'),
('ro', 'show_on_separate_page', 'Show on separate page'),
('ro', 'show_on_the_features_tab', 'Show on the features tab'),
('ro', 'show_options', 'Arată opțiuni'),
('ro', 'show_orders', 'Afiseaza comenzi'),
('ro', 'show_package_contents', 'Vizualiti continutul upgradat'),
('ro', 'show_price', 'Afiseaza pret'),
('ro', 'show_products_count', 'Afișați numărul de produse'),
('ro', 'show_rate_for_destination', 'Afiseaza tariful pentru locatie'),
('ro', 'show_rate_for_rate_area', 'Show rates for rate area'),
('ro', 'show_rating', 'Show review rating'),
('ro', 'show_tab_in_popup', 'Afiseaza acest tab intr-un Popup'),
('ro', 'show_to', 'Show to'),
('ro', 'sidebox_general', 'Bloc obișnuit (H3 titlu) [deprecated]'),
('ro', 'sidebox_important', 'Bloc obișnuit (H3 titlu)'),
('ro', 'signature', 'Semnatura'),
('ro', 'signed_in_as', 'Logati-va ca'),
('ro', 'sign_in', 'Autentificare'),
('ro', 'sign_in_as_different', 'Autentificati-va ca un alt utilizator'),
('ro', 'sign_in_to_buy', 'Va rugam sa va autentificati pentru a cumpara'),
('ro', 'sign_in_to_enter_tags', 'Autentificați-vă pentru a introduce tag-uri'),
('ro', 'sign_in_to_view_price', '[Autentificati-va pentru a vedea pretul]'),
('ro', 'sign_out', 'Delogare'),
('ro', 'sign_up_for_notification', 'Inscrieti-va pentru notificari'),
('ro', 'similar', 'Similare'),
('ro', 'similar_category', 'Din aceeasi categorie'),
('ro', 'similar_in_stock', 'Produse numai \"in stoc\"'),
('ro', 'similar_only', 'Doar cele similare'),
('ro', 'similar_subcats', 'Luaţi în considerare subcategorii'),
('ro', 'simple_ultimate_companies_selector', 'Va rugam sa contactati serviciul de suport tehnic'),
('ro', 'simultaneous', 'Simultan'),
('ro', 'single', 'Singur'),
('ro', 'single_coupon_is_allowed', 'Este permis un singur discount pe un cupon'),
('ro', 'sitemap', 'Harta site-ului'),
('ro', 'sitemap_available_in_customer', 'Harta site-ului este disponibil prin acest link: <a href=\"[sitemap_url]\"> [sitemap_url]</a> < br / > < br / > Sitemap poate fi generat cu URL <a href=\"[http_location]/sitemap.xml\"> [http_location]/sitemap.xml</a>'),
('ro', 'sitemap_menu_description', 'Generati fisierul sitemap xml al magazinului dvs. pentru motoarele de cautare.'),
('ro', 'sitemap_settings', 'Setari harta site'),
('ro', 'siteurl', 'Site URL'),
('ro', 'site_number', 'Numarul site-ului (EPT)'),
('ro', 'size', 'Marime'),
('ro', 'skiplastpage', 'Sariti peste ultima pagina'),
('ro', 'skip_creating_new_products', 'Skip creating new products'),
('ro', 'skip_payment', 'Treci de plata'),
('ro', 'skrill_customer_id', 'ID-ul Clientului Skrill'),
('ro', 'sku', 'COD'),
('ro', 'slovak', 'Slovaca'),
('ro', 'slow', 'incet'),
('ro', 'small_items', 'Produse de dimensiuni reduse'),
('ro', 'smarty_block', 'Block HTML cu suport Smarty'),
('ro', 'sms_customer_registered', 'Clientul [name] a fost inregistrat.'),
('ro', 'sms_for_the_sum', 'La suma de'),
('ro', 'sms_order_placed', 'Comanda a fost plasata'),
('ro', 'snapshot_date', 'Data snapshot-ului'),
('ro', 'snippets', 'Snippets'),
('ro', 'snippets_have_been_deleted', 'Snippets have been deleted successfully.'),
('ro', 'snippet_exists', 'The snippet with the chosen code already exists, please try another.'),
('ro', 'sort_by', 'Sortati dupa'),
('ro', 'sort_by_bestsellers_asc', 'Sortare după cel mai bine vândut: de la mic la mare'),
('ro', 'sort_by_bestsellers_desc', 'Sortare după cel mai bine vândut'),
('ro', 'sort_by_company_asc', 'Ordine alfabetică: de la A la Z'),
('ro', 'sort_by_company_desc', 'Ordine alfabetică: de la Z la A'),
('ro', 'sort_by_helpfulness_asc', 'Helpful last'),
('ro', 'sort_by_helpfulness_desc', 'Helpful first'),
('ro', 'sort_by_null_asc', 'Fara sortare'),
('ro', 'sort_by_null_desc', 'Nici o sortare'),
('ro', 'sort_by_on_sale_asc', 'Sortare după discount : de la mic la mare'),
('ro', 'sort_by_on_sale_desc', 'Sortare după discount : de la mare la mic'),
('ro', 'sort_by_popularity_asc', 'Sortati crescator in functie de popularitate'),
('ro', 'sort_by_popularity_desc', 'Sortati in functie de popularitate'),
('ro', 'sort_by_position_asc', 'Sortati crescator in functie de pozitie'),
('ro', 'sort_by_position_desc', 'Sortati descrescator in functie de pozitie'),
('ro', 'sort_by_price_asc', 'Sortati crescator in functie de pret'),
('ro', 'sort_by_price_desc', 'Sortati descrescator in functie de pret'),
('ro', 'sort_by_product_asc', 'Sortati crescator de la A la Z'),
('ro', 'sort_by_product_desc', 'Sortati descrescator de la A la Z'),
('ro', 'sort_by_product_review_timestamp_asc', 'Sort by date: Oldest to Newest'),
('ro', 'sort_by_product_review_timestamp_desc', 'Sort by date: Newest to Oldest'),
('ro', 'sort_by_rating_asc', 'Sort by rating: Low to High'),
('ro', 'sort_by_rating_desc', 'Sort by rating'),
('ro', 'sort_by_rating_value_asc', 'Sort by rating: Low to High'),
('ro', 'sort_by_rating_value_desc', 'Sort by rating: High to Low'),
('ro', 'sort_by_timestamp_asc', 'Produsele mai vechi apar primele'),
('ro', 'sort_by_timestamp_desc', 'Produsele mai noi apar primele'),
('ro', 'sort_images', 'Sortare imagini'),
('ro', 'sort_order', 'Order'),
('ro', 'spanish', 'Spaniola'),
('ro', 'special', 'Speciale'),
('ro', 'specific_settings', 'Setari specifice'),
('ro', 'specify_options', 'Specifică opțiuni'),
('ro', 'specify_url', 'Specificati URL'),
('ro', 'speed', 'Viteza'),
('ro', 'ssl_certificate', 'Certificat SSL'),
('ro', 'staff_only_notes', 'Doar personalul poate face notari'),
('ro', 'stage', 'Stadiu'),
('ro', 'standard_sidebox', 'Standard sidebox'),
('ro', 'start', 'Initiaza'),
('ro', 'start_communication', 'Inceput de comunicare'),
('ro', 'start_date', 'Data inceperii'),
('ro', 'start_price', 'Pret de pornire'),
('ro', 'state', 'Stat/Provincie'),
('ro', 'states', 'State'),
('ro', 'states_list', 'Lista de state'),
('ro', 'states_menu_description', 'Gestionati statele acceptate pentru magazinul dumneavoastra'),
('ro', 'static_block', 'Bloc static'),
('ro', 'static_data', 'Date statice'),
('ro', 'static_data_use_item', 'Folositi valorile: \"Textul link-ului\" si \"URL-ul\" ale produsului selectat'),
('ro', 'statistics', 'Statistici'),
('ro', 'statistics_by_questions', 'Statistici de întrebări'),
('ro', 'status', 'Stare'),
('ro', 'statuses', 'statuturi'),
('ro', 'statuses_management', 'Statuses'),
('ro', 'status_changed', 'Statusul a fost schimbat'),
('ro', 'status_changed_after_process_payment', 'Starea comenzii a fost stabilita in functie de rezultatul de procesare a platilor'),
('ro', 'stay_connected', 'Doriti noutati?'),
('ro', 'stay_connected_notice', 'Inscrieti-va la newsletterul nostru pentru a primi ultimele oferte si promotii'),
('ro', 'step_four', 'Pasul 4'),
('ro', 'step_one', 'Pasul 1'),
('ro', 'step_three', 'Pasul 3'),
('ro', 'step_two', 'Pasul 2'),
('ro', 'stop_other_rules', 'Nu folositi alte reguli'),
('ro', 'storage', 'Stocare'),
('ro', 'store', 'Magazin ProfiLineTrading'),
('ro', 'storefront', 'Magazin'),
('ro', 'storefronts', 'Storefronts'),
('ro', 'storefronts_limit_exceeded', 'The number of storefronts in your CS-Cart License has exceeded the number of purchased storefront licenses.'),
('ro', 'storefronts_themes_upgrade_notification.message', '<p>Previously, all storefronts looked the same. They differed only in currencies, languages, and vendors. But now storefronts can have their own themes and layouts. This allows you to customize their look and structure.</p><ul><li>Themes let you give each storefront its own set colors, fonts, logos, backgrounds, and styles. Match the appearance of a storefronts to its products or the preference of its audience.</li><li>Layouts and blocks let you create storefronts with entirely different structure and content. Show different banners, change the positions of elements on the pages, and so on. Everything in [product] is displayed via blocks, so you have many ways to customize your storefronts.</li></ul><p><a href=\"[themes_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Manage themes</a> <a href=\"[layouts_url]\" target=\"_blank\" class=\"btn btn-large\">Manage layouts</a></p>'),
('ro', 'storefronts_themes_upgrade_notification.title', 'Storefronts can now differ from each other significantly'),
('ro', 'storefront_access_key', 'Access key to temporarily closed storefront'),
('ro', 'storefront_access_key.setting_notice', 'You can set the access key on the storefront editing page'),
('ro', 'storefront_license', 'Storefront License'),
('ro', 'storefront_rest_api.guests_cant_add_products_to_cart', 'Guests can\'t add products to cart. Please log in to your account to add products to cart.'),
('ro', 'storefront_status', 'Status'),
('ro', 'storefront_status.tooltip', 'Even if the storefront is closed (the status set to OFF), you\'ll be able to view it if you have an access key. Specify the <i>Access key to temporarily closed storefront</i> below.<br/>Use http://www.example.com/index.php?store_access_key=key_value to access a closed storefront.'),
('ro', 'storefront_status_access_key_hint', 'Chiar dacă magazinul este închis (starea setată pe OFF), vei putea să îl vizualizezi dacă ai o cheie de acces. Mergi la <a target=\"blank\" href=\"[url]\">Setări → General</a> și specifică <i>Cheia de acces către magazinul închis temporar</i>. Reține că poate fi specificată o cheie diferită pentru fiecare magazin în parte, deci asigură-te prima dată că selectezi magazinul corect. Folosește cheia așa cum este descris în textul explicativ al acelei setări.'),
('ro', 'storefront_status_changed.N', 'The storefront was <b>opened</b>|The storefronts were <b>opened</b>'),
('ro', 'storefront_status_changed.Y', 'The storefront was <b>closed</b>|The storefronts were <b>closed</b>'),
('ro', 'storefront_url', 'URL-ul storefront-lui'),
('ro', 'storefront_url_already_exists', 'Valoarea <strong>Storefront URL</strong> parametru mentionat de dvs ca apartine altei companii.'),
('ro', 'storefront_url_not_defined', 'URL-ul storefront-lui nu a fost definit'),
('ro', 'storefront_with_same_url_exists', 'A storefront with the specified URL already exists'),
('ro', 'stores', 'Magazine'),
('ro', 'stores_nothing_found', 'No stores have been found'),
('ro', 'stores_status', 'Status'),
('ro', 'store_access_key', 'Access key to temporarily closed store'),
('ro', 'store_admin', 'Administratorul magazinului'),
('ro', 'store_closed', 'Magazin închis'),
('ro', 'store_closed_banner', 'Magazin <br/> închis'),
('ro', 'store_home', 'Store home'),
('ro', 'store_locator', 'Stores & pickup points'),
('ro', 'store_locator.any_rate_area', 'Any rate area'),
('ro', 'store_locator.available_fields', 'Available stores'),
('ro', 'store_locator.display', 'Locations list view on the checkout page'),
('ro', 'store_locator.display_l', 'List'),
('ro', 'store_locator.display_m', 'Map'),
('ro', 'store_locator.display_ml', 'Map and list'),
('ro', 'store_locator.main_destination', 'Located in rate area'),
('ro', 'store_locator.name', 'Name'),
('ro', 'store_locator.no_rate_area', 'No rate area'),
('ro', 'store_locator.pickup', 'Pickup'),
('ro', 'store_locator.pickup_avail', 'Available for pick-up'),
('ro', 'store_locator.pickup_locations', 'Pickup Locations'),
('ro', 'store_locator.pickup_rates_calculation_logic_changed_text', '<p>The <b>[pickup_addon]</b> and <b>[store_locator_addon]</b> add-ons were merged into a new add-on called [stores_pickups_addon]. Shipping rates and time are more flexible now: they depend on the location (rate area) of a pickup point. The rates are now specified in one place: the editing page of a shipping method.</p><p>For that reason, we removed the <b>Surcharge</b> field from the pickup point editing page. Its value still appears in the admin panel, but isn’t used in rate calculation. Please check your pickup points, then adjust the shipping rates of all your \"Pick up from store\" shipping methods accordingly.</p><p><a href=\"[shippings_manage]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Adjust shipping rates</a> <a href=\"[pickup_points_list]\" target=\"_blank\" class=\"btn btn-large\">View my pickup points</a></p>'),
('ro', 'store_locator.pickup_rates_calculation_logic_changed_title', 'Pick up from store: Surcharge per pickup point removed'),
('ro', 'store_locator.pick_up_points', 'Pick-up points'),
('ro', 'store_locator.scroll_to_top', 'Scroll to top'),
('ro', 'store_locator.selected_fields', 'Selected stores'),
('ro', 'store_locator.select_stores', 'Select stores'),
('ro', 'store_locator.shipping_position', 'Order selected in the shipping method settings'),
('ro', 'store_locator.shipping_price_from', 'from [price]'),
('ro', 'store_locator.show_pickup_points_only', 'Hide places where I can\'t pick up my order'),
('ro', 'store_locator.show_to', 'Show to'),
('ro', 'store_locator.stores_and_pickup_points', 'Stores and pickup points'),
('ro', 'store_locator.stores_position', 'The \"Position\" field in the store settings'),
('ro', 'store_locator.surcharge_changes_hint', 'In previous versions, the surcharge was added to the standard rates that were specified for a shipping method. Now this surcharge isn\'t taken into account during shipping rate calculation. We left it here for your convenience, so that you could see it and adjust the rates on the shipping method editing page accordingly.'),
('ro', 'store_locator.text_pickup_instruction', 'The \"Customer pick-up\" shipping method offers a customer to choose a store to pick up a product from. The stores can be created in the \"Store location\" add-on<br /><b>Store creation:</b> <a href=\"[store_locator]\">Store location</a>'),
('ro', 'store_locator.use_two_fingers_for_move_map', 'Use two fingers to move the map'),
('ro', 'store_locator.work_time', 'Working hours'),
('ro', 'store_mode', 'Modul de acordare a licentelor'),
('ro', 'store_mode.plus', 'Plus'),
('ro', 'store_mode.ultimate', 'Ultimate'),
('ro', 'store_mode_changed', 'Modul de acordare a licentelor a fost schimbat'),
('ro', 'store_number', 'Numarul magazinului'),
('ro', 'store_object_denied', '[object_type] [object_name] nu sunt disponibile pentru acest magazin'),
('ro', 'store_rating', 'Store rating'),
('ro', 'store_theme', 'Tema storefront'),
('ro', 'subcategories', 'Subcategorii'),
('ro', 'subcategories_tree_cat', 'Subcategories tree'),
('ro', 'subject', 'Subject'),
('ro', 'submit', 'Trimite'),
('ro', 'submit_my_order', 'Trimite comanda mea'),
('ro', 'subpages', 'Subpagini'),
('ro', 'subscribe', 'Abonare'),
('ro', 'subscribed', 'Subscribed'),
('ro', 'subscribed_to', 'Subscribed to [num] lists'),
('ro', 'subscriber', 'Abonat'),
('ro', 'subscribers', 'Abonati'),
('ro', 'subscribers_date', 'Subscribers date'),
('ro', 'subscribers_menu_description', 'Gestionați newsletter abonaţi şi setările.'),
('ro', 'subscribers_menu_item_text', 'Subscribers'),
('ro', 'subscribers_no_promo', 'No promotion'),
('ro', 'subscribers_num', 'Number of subscribers'),
('ro', 'subscribers_promo_subject', 'Thank you for subscribing! Use the coupon code [coupon] in our special offer \"[promotion]\".'),
('ro', 'subscriber_email', 'E-mail-ul abonatului'),
('ro', 'subscriptions', 'Abonari'),
('ro', 'subtotal', 'Subtotal'),
('ro', 'subtotal_sum', 'Suma subtotal'),
('ro', 'subtract', 'Scade'),
('ro', 'suburb', 'Suburbie'),
('ro', 'successful', 'Cu succes'),
('ro', 'successfully_registered', 'Abonare realizata cu succes'),
('ro', 'successful_login', 'Ati fost conectat/a cu succes'),
('ro', 'success_registration_text', 'Felicitari! Contul dumneavoastra a fost creat! <br/>Acum aveti acces complet la toate functionalitatile magazinului. Pentru a le vizualiza, accesati \'\'Contul meu\'\''),
('ro', 'suffix', 'Sufix'),
('ro', 'summary', 'Sumar'),
('ro', 'supplier', 'Supplier'),
('ro', 'suppliers', 'Furnizori'),
('ro', 'suppliers.event.order.supplier_notified.name', 'Suppliers: order status changed to [status]'),
('ro', 'suppliers.supplier_notifications', 'Supplier notifications'),
('ro', 'suppliers_menu_description', 'List of supplier accounts registered in the store.'),
('ro', 'supplier_deleted', 'Supplier has been deleted successfully.'),
('ro', 'supplier_email_header', 'Următoarele produse au fost achizioționate în magazinul dvs. și trebuie să fie expediate.'),
('ro', 'supplier_id', 'Furnizor'),
('ro', 'surcharge', 'Suprataxa'),
('ro', 'surcharge_title', 'Taxa titlu'),
('ro', 'sweden', 'Suedia'),
('ro', 'swedish', 'Suedez'),
('ro', 'swing', 'Impuls'),
('ro', 'switch_layout', 'Schimbare layout'),
('ro', 'symbol', 'Simbol'),
('ro', 'system', 'Sistem'),
('ro', 'system_environment', 'System environment'),
('ro', 's_first_name_and_last_name', 'First name and last name (for shipping)'),
('ro', 's_fullname', 'Full name (for shipping)'),
('ro', 's_last_name_and_first_name', 'Last name and first name (for shipping)'),
('ro', 'tab', 'Fila'),
('ro', 'table', 'Tabel'),
('ro', 'tables', 'Tabele'),
('ro', 'table_column_has_been_deleted', 'Product column has been deleted successfully.'),
('ro', 'table_conditions', 'Conditii tabele'),
('ro', 'tabs', 'Tab-uri'),
('ro', 'tag', 'Etichetă'),
('ro', 'tags', 'Tag-uri'),
('ro', 'tags_menu_description', 'Manage product and content page tags.'),
('ro', 'tag_cloud', 'Nor de tag-uri'),
('ro', 'tax', 'Taxa'),
('ro', 'taxes', 'Taxe'),
('ro', 'taxes_menu_description', 'Gestionati setul de impozite, care sunt acceptate in magazinul dumneavoastra.'),
('ro', 'tax_exempt', 'Scutire taxa'),
('ro', 'tax_rates', 'Ratele de impozitare'),
('ro', 'temando_centimetres', 'Centimetri'),
('ro', 'temando_feet', 'picioare'),
('ro', 'temando_inches', 'Inch'),
('ro', 'temando_method_depottodepot', 'De la depozit la depozit'),
('ro', 'temando_method_doortodoor', 'Din usa in usa'),
('ro', 'temando_metres', 'Metrii'),
('ro', 'temando_package_backpack', 'Rucsac'),
('ro', 'temando_package_bale', 'Balot'),
('ro', 'temando_package_box', 'Cutie'),
('ro', 'temando_package_bunch', 'Mănunchi'),
('ro', 'temando_package_bundle', 'Pachet'),
('ro', 'temando_package_carton', 'Cutie de carton'),
('ro', 'temando_package_crate', 'Container'),
('ro', 'temando_package_cylinder', 'Cilindru/butelie'),
('ro', 'temando_package_documentenvelope', 'Plic tip document'),
('ro', 'temando_package_drum', 'Bidon'),
('ro', 'temando_package_flatpack', 'Pachet plat'),
('ro', 'temando_package_letter', 'Scrisoare'),
('ro', 'temando_package_pail', 'Cuva'),
('ro', 'temando_package_pallet', 'Palet'),
('ro', 'temando_package_parcel', 'Colet'),
('ro', 'temando_package_pipe', 'Tub'),
('ro', 'temando_package_roll', 'Rola'),
('ro', 'temando_package_satchel', 'Sac'),
('ro', 'temando_package_skid', 'Mini'),
('ro', 'temando_package_suitcase', 'Valiza'),
('ro', 'temando_package_tube', 'Tub'),
('ro', 'temando_package_unpackaged', 'Neambalate sau N/A'),
('ro', 'temando_package_wheel', 'Roata'),
('ro', 'temando_subclass_excessbaggage', 'Bagaj suplimentar'),
('ro', 'temando_subclass_furniture', 'Mobilier'),
('ro', 'temando_subclass_householdgoods', 'Marfa de gospodarie'),
('ro', 'temando_subclass_other', 'Altele (etc.)'),
('ro', 'temando_system', 'Sistemul Temando'),
('ro', 'temando_weight_grams', 'Grame'),
('ro', 'temando_weight_kilograms', 'Kilograme'),
('ro', 'temando_weight_ounces', 'Unci'),
('ro', 'temando_weight_pounds', 'Livre'),
('ro', 'template', 'Şablon'),
('ro', 'templates', 'Șabloane'),
('ro', 'templates_tree', 'Arbore de șabloane'),
('ro', 'template_document_gift_certificate_default', 'Certificate cadou: implicit'),
('ro', 'template_document_order_imagem', 'Invoice'),
('ro', 'template_document_order_image_product', 'Imagem do produto'),
('ro', 'template_document_order_invoice', 'Invoice'),
('ro', 'template_document_order_summary', 'Order summary'),
('ro', 'template_document_packing_slip_default', 'Packing slip'),
('ro', 'template_document_product_imagem', 'Invoice'),
('ro', 'template_document_rma_packing_slip_default', 'Return request: packing slip'),
('ro', 'template_document_supplier_order_invoice', 'Suppliers: invoice'),
('ro', 'terminal', 'Terminal'),
('ro', 'terminal_id', 'ID-ul terminalului'),
('ro', 'terms_and_conditions', 'Terms and conditions'),
('ro', 'terms_and_conditions_content', '<p>Vă rugăm să citiţi aceşti termeni şi condiţii (\"Termeni\", \"Termeni si conditii\") cu atenţie înainte de a utiliza site-ul <a href=\"http://www.mywebsite.com\"> http://www.mywebsite.com</a> şi meu Mobile App mobile cerere (\"serviciile\") operate de compania mea (\"noi\", \"noi\" sau \"al nostru\").</p> <p><strong>Prin accesarea sau utilizarea serviciului sunteţi de acord să respectaţi aceşti termeni. Dacă nu sunteţi de acord cu orice parte a termenilor, atunci nu puteţi accesa serviciul.</strong></p> <p><strong>Achiziţii</strong></p> <p>Dacă doriţi să achiziţionaţi orice produs sau serviciu facut disponibil prin intermediul serviciului (\"cumpărare\"), vi se poate cere să furnizeze anumite informații relevante să vă cumpărare, inclusiv, fără limitare, ta...</p> <p><strong>Conţinut</strong></p> <p>Noastra Service vă permite să posta, link-ul, stoca, partaja şi pune la dispoziţie anumite informaţii, text, grafică, video, sau alte materiale (\"Continut\"). Sunteţi responsabil pentru...</p> <p><strong>Modificări</strong></p> <p>Ne rezervăm dreptul, la discreţia noastră, să modifice sau să înlocuiţi aceşti termeni în orice moment. În cazul în care revizuirea este material vom încerca să ofere cel puţin 30 de zile preaviz înainte de orice termeni noi a lua efect. Ceea ce constituie o schimbare materială va fi stabilit la discreţia noastră absolută.</p> <p><strong>Contactati-ne</strong></p> <p>Dacă aveţi orice întrebări despre aceşti termeni, vă rugăm să ne contactaţi.</p>'),
('ro', 'test', 'Test'),
('ro', 'testimonials', 'Mărturii (aprecieri)'),
('ro', 'test_live_mode', 'Test/Modul live'),
('ro', 'test_mode', 'Mod de testare'),
('ro', 'text', 'Text'),
('ro', 'textarea', 'Zona de text'),
('ro', 'text_2checkout_notice', '<b>Atentie</b>: in scopul urmaririi comenzilor 2Checkout ale dvs. prin acest site va trebui sa decurgeti urmatorii pasi:<br /> <br /> -&nbsp;Autentificati-va in contul 2Checkout<br /> -&nbsp;Dati click pe <u>\'Site management\'</u> in sectiunea <u>\'Account\'</u>.<br /> -&nbsp;Selectati optiunea <b>\'Given links back to my website\'</b> in subsectiunea <u>\'Direct Return\'</u> <br /> -&nbsp;Setati <u>\'Approved URL\'</u> si <u>\'Pending URL\'</u> ca:<br /> <b>[return_url]</b><br /> -&nbsp;Setati <u>\'Secret Word\'</u>. Cuvantul Secret este cunoscut doar de catre vanzator si 2CheckOut.<br />'),
('ro', 'text_2co_ins', 'Serviciul de notificare instantanee (INS-SNI)'),
('ro', 'text_access_notice', 'Puteți folosi wildcard-uri pentru \"Domeniu\", \"E-mail\" și \"Card de credit\" : <br /><b>*</b> - poate reprezenta orice număr de caractere, inclusiv zero<br /><b>?</b> - poate reprezenta orice alt caracter unic.'),
('ro', 'text_additional_detailed_image', '(afisat in fereastra pop-up)'),
('ro', 'text_additional_storefront_license_required', '<p>You can\'t add a new storefront. The maximum number of storefronts allowed by your current license <code>[license_number]</code> is [allowed_storefronts], and you currently have [existing_storefronts].</p><p>To be able to add another storefront, please buy additional [product] Storefront License. If you want to add multiple new storefronts, buy the corresponding number of licenses.</p>'),
('ro', 'text_additional_thumbnail', '(produsele afisate pe pagina cu detalii in \"Imagini aditionale\")'),
('ro', 'text_addon_cannot_enable', 'Add-on-ul \"[addon_name]\" este incompatibil cu urmatoarele add-on-uri: [addons]. Acesta nu poate fi activat'),
('ro', 'text_addon_confclicts', 'Add-on-ul \"[addon_name]\" este incompatibil cu urmatoarele add-on-uri: [addons]. Aceste add-on-uri vor fi dezactivate automat.'),
('ro', 'text_addon_confclicts_on_install', 'Add-on-ul \"[addon_name]\" este incompatibil cu urmatoarele add-on-uri: [addons].Nu a fost activata. Activati manual si toate add-ons-urile incompatibile vor fi dezactivate automat.'),
('ro', 'text_addon_disable_dependencies', 'The add-on cannot be disabled because the following add-ons depend on it: [addons]'),
('ro', 'text_addon_enable_dependencies', 'The add-on cannot be enabled because it depends on the following add-ons: [addons]'),
('ro', 'text_addon_installed', 'Add-on-ul <b>\"[addon]\"</b> a fost instalat cu succes'),
('ro', 'text_addon_install_dependencies', 'Add-on-ul nu poate fi instalat deoarece o dependenta de[addon] add-on este setat pentru el. Va rugam instalati [addon] add-on prima data.'),
('ro', 'text_addon_refreshed', 'Setările și variabilele lingvistice ale add-on-ului <b>\"[addon]\"</b> au fost actualizate cu succes'),
('ro', 'text_addon_uninstalled', 'Add-on-ul <b>\"[addon]\"</b> a fost dezinstalat'),
('ro', 'text_addon_uninstall_dependencies', 'Add-on nu poate fi dezinstalat, deoarece urmatoarele add-on-uri depind de el: [addons]'),
('ro', 'text_addresses_wildcards', 'Puteti folosi meta caractere in acest camp:<br /><b>\'?\'</b> - orice caracter unic;<b>\'*\'</b> - orice numar de caractere.<br /><br /><u>Exemplu:</u><br /><b>* strada</b> &nbsp;&nbsp;(corespunde 1st Street, 102nd Street, etc.)'),
('ro', 'text_address_not_found', 'Adresa nu a fost găsită'),
('ro', 'text_admin_new_orders', 'Aceasta sectiune arata comenzile care nu le-ati vizualizat niciodata.'),
('ro', 'text_allowed_to_upload_file_extension', 'Sunt suportate următoarele extensii de fişier: <b>[ext]</b>.'),
('ro', 'text_all_categories_included', 'Toate categoriile incluse'),
('ro', 'text_all_products_included', 'Toate produsele incluse'),
('ro', 'text_amazon_callback_url', 'Important! Specificati URL-ul magazinului dvs. <b>[callback_url]</b> ca URL-ul furnizorului pe Amazon Seller Central Website (Settings > Checkout Pipeline Settings). in caz contrar, nu va fi capabil de a accepta plati prin intermediul Amazon Checkout in magazinul dvs.'),
('ro', 'text_amazon_failed_order', 'Nu aveti raspuns de la Amazon Checkout, va rugam asteptati. Desi ordinul nu poate fi creat in magazin pe termenul lung este foarte probabil ca acesta a fost creat cu succes si prelucrate de catre Amazon Checkout. Va rugam sa contactati personalul magazinului si spune-le ID-ul de comanda cum este furnizat de catre Amazon.'),
('ro', 'text_amazon_incorrect_products_count', 'Numar de produse din cosul dvs. de difera de numarul de produse din cererea de pe Amazon.'),
('ro', 'text_amazon_link_message', 'In scop de testare, URL-ul Furnizorului poate fi linkul HTTP al magazinului dvs,dar modul in live necesita conexiune sigura si trebuie sa utilizati link-ul HTTPS. De asemenea, nu uitati sa activati modul de productie de pe site-ul Amazon Central atunci cand sunteti pregatit pentru modul \"live\".'),
('ro', 'text_amazon_surcharge', '<b>Note:</b> In conformitate cu Amazon <a href=\'https://payments.amazon.com/sdui/sdui/about?nodeId=6019\' target=\'_blank\'>policy</a> (B4.2), suprataxele nu sunt acceptate.Orice suprataxe stabilite vor fi ignorate cand se utilizeaza Amazon Checkout.'),
('ro', 'text_anonymous_checkout', 'Trebuie sa fiti un utilizator inregistrat pentru a cumpara'),
('ro', 'text_answer_type', 'Furnizați un răspuns textual'),
('ro', 'text_applied_promotions', 'Felicitarile noastre! Urmatoarea promotie este disponibila'),
('ro', 'text_approval_notice', 'Această postare necesită aprobare'),
('ro', 'text_are_you_sure_to_delete_file', 'Doriti stergerea articolului?'),
('ro', 'text_are_you_sure_to_proceed', 'Doriti sa continuati?'),
('ro', 'text_atos_notice', '<b>Nota:</b><br />1. Copiati certificatul dvs. , care vi-a fost trimis pe disc, pe directorul [home_path]. Redenumiti certificatul in certif.fr.[my_merchant_id], unde [my_merchant_id] este numarul site-ului dvs.<br /> 2. Redenumiti fisierul de parametrii ai magazinului (parmcom.014213245611111 file) in parmcom.[my_merchant_id].<br />3. Editati fisierul <b>pathfile</b> in folderul <b>[home_path]</b> <br />- inlocuiti sirul \'<u>D_LOGO![some_dir]!</u>\' cu \'<u>D_LOGO![http_path]/logo/!</u>\'<br />- inlocuiti sirul \'<u>F_DEFAULT![/some_dirs/parmcom.sogenactif]!</u>\' cu \'<u>F_DEFAULT![home_path]/parmcom.sogenactif!</u>\'<br />- inlocuiti sirul \'<u>F_PARAM![/some_dirs/parmcom]!</u>\' cu \'<u>F_PARAM![home_path]/parmcom!</u>\'<br />- inlocuiti sirul \'<u>F_CERTIFICATE![/some_dirs/certif]!</u>\' cu \'<u>F_CERTIFICATE![home_path]/certif!</u>\'<br />4. Editati fisierul <b>parmcom.[some_number]</b> in folderul <b>[home_path]</b> directory<br />- inlocuiti sirul \'<u>AUTO_RESPONSE_URL![some_url]!</u>\' cu \'<u>AUTO_RESPONSE_URL![auto_url]!</u>\'<br />- inlocuiti sirul \'<u>CANCEL_URL![some_url]!</u>\' cu \'<u>CANCEL_URL![ok_url]!</u>\'<br />- inlocuiti sirul \'<u>RETURN_URL![some_url]!</u>\' cu \'<u>RETURN_URL![ok_url]!</u>\'<br />'),
('ro', 'text_atos_warning', '<span style=\"color:#FF2222\">Atentie!!!</span> Calea catre fisierele atos nu ar trebui sa contina mai mult de 60 de simboluri, sau va rugam sa copiati folderul atos_files catre mama, ex: la directorul de baza al site-ului. De asemenea sigurati-va ca folderul are permisiuni complete.'),
('ro', 'text_authentication_failed_message', 'Institutia dvs financiara a indicat faptul ca nu s-a putut face autentificare cu succes a acestei tranzactii. Pentru a va proteja impotriva utilizarii neautorizate, acest card nu poate fi utilizat pentru a plati comanda. Puteti incheia procesul de plata folosind alta forma de plata.'),
('ro', 'text_backup_filename_hint', 'Pentru a descărca acest backup, click pe pictograma cu rotiță și alege Descarcă'),
('ro', 'text_backup_management_notice', 'Aceasta sectiune va permite gestionarea fisierelor backup.<br />- Pentru a restaura baza de date, bifati caseta de selectare corespunzatoare fisierului, apoi apasati butonul \"Restaureaza\" <br />- Pentru a sterge fisierele, bifati caseta de selectare corespunzatoare fisierului, apoi apasati butonul \"sterge\" .<br />- Pentru a desccarca un filier pe computerul dvs., dati click pe numele fisierului.'),
('ro', 'text_banner', 'Text baner'),
('ro', 'text_billing_address_is_different_from_shipping', 'Adresa mea de facturare este diferită de adresa de livrare'),
('ro', 'text_billing_same_with_shipping', 'Adresele de facturare si transport sunt acelasi.'),
('ro', 'text_block_trial_notice', 'Perioada de evaluare de 30 de zile a expirat. Va rugam sa achizitionati licenta (www.cs-cart.com/licenses.html) sau eliminati softwar-ul de pe server.'),
('ro', 'text_box', 'Căsuță text');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('ro', 'text_buy_new_license', 'Dacă nu aveţi încă un număr de licenţă, cumpăraţi-l de pe site-ul nostru oficial.'),
('ro', 'text_cannot_apply_points_to_this_order_because_total', 'Ne pare rău dar nu puteți aplica puncte pentru această comandă, pentru că costul total este zero.'),
('ro', 'text_cannot_apply_points_to_this_order_because_user', 'Ne pare rău dar nu puteți aplica puncte pentru această comandă, pentru că nu aveți sufieciente puncte în contul dvs.'),
('ro', 'text_cannot_create_directory', 'Nu s-a putut crea folderul <b>[directory]</b>. Va rugam verificati permisiunile.'),
('ro', 'text_cannot_create_file', 'Nu s-a putut crea fisierul <b>[file]</b>. Va rugam verificati permisiunile directorului.'),
('ro', 'text_cannot_delete_directory', 'Nu s-a putut sterge directorul <b>[directory]</b>. Va rugam verificati permisiunile.'),
('ro', 'text_cannot_delete_file', 'Nu s-a putut sterge fisierul <b>[file]</b>. Va rugam verificati permisiunile.'),
('ro', 'text_cannot_rename_directory', 'Nu s-a putut redenumi folderul <b>[directory]</b>. Va rugam verificati permisiunile.'),
('ro', 'text_cannot_rename_file', 'Nu s-a putut redenumi fisierul <b>[file]</b>. Va rugam verificati permisiunile.'),
('ro', 'text_cannot_restore_directory', 'Nu s-a putut restaura folderul <b>[directory]</b> din magazie. Va rugam verificati daca magazia exista.'),
('ro', 'text_cannot_restore_file', 'Nu s-a putut restaura fisierul <b>[file]</b> din magazie. Va rugam verificati daca magazia exista.'),
('ro', 'text_can_be_used_once', 'Acest cupon poate fi utilizat o singura data.'),
('ro', 'text_cart_amount_changed', 'Cantitatea de produse <b>[product]</b> din cosul dvs. a fost schimbata intr-o cantitate suportata.'),
('ro', 'text_cart_amount_corrected', 'Numarul de produse din inventar nu este suficient pentru comanda dvs. Cantitatea de produse <b>[product]</b> a fost schimbata.'),
('ro', 'text_cart_empty', 'Cosul dvs.este gol'),
('ro', 'text_cart_max_qty', 'Cantitatea maxima pentru \"[product]\" este <b>[quantity]</b>'),
('ro', 'text_cart_min_qty', 'Cantitatea minima pentru \"[product]\" este <b>[quantity]</b>'),
('ro', 'text_cart_not_enough_inventory', 'Nu exista suficiente produse pe inventar pentru a efectua comanda dvs.'),
('ro', 'text_cart_zero_inventory', '<b>[product]</b> nu exista in inventar si nu poate fi adaugat in cos'),
('ro', 'text_cart_zero_inventory_and_removed', '<b>[product]</b> nu exista in inventar si este eliminat din cos'),
('ro', 'text_catalog_mode_zero_price_action_notice', 'Pentru ca butonul \"Cumpara acum\" sa poata fi afişat pe pagina de detalii produs, vă rugăm să setaţi \"Zero preţul de acţiune\", pentru a \"Permite clienţilor să adăugaţi produsul în coş\".'),
('ro', 'text_categories_have_been_deleted', 'Categoriile au fost sterse cu succes.'),
('ro', 'text_category_delimiter', 'Delimitator categorii (ex. \"Computere///Desktopuri\")'),
('ro', 'text_category_detailed_image', '(afisat optional doar pe pagina de detalii a categoriei)'),
('ro', 'text_category_has_been_deleted', 'Categoria, subcategoria si produsele lor au fost sterse cu succes.'),
('ro', 'text_category_icon', '(afisate pe lista de categorii si pe pagina de detalii)'),
('ro', 'text_cc_javascript_disabled', 'Note! Your browser has the <b>JavaScript</b> disabled. To pay for your order click'),
('ro', 'text_cc_number_is_blocked', 'Numărul cardului de credit <b>[cc_number]</b> este blocat de către administrator. Vă rugăm contactați administratorul site-ului și încercați altul.'),
('ro', 'text_cc_processor_connection', 'Conectare la <b>[processor]</b>...'),
('ro', 'text_cdn_check', '<strong>Atentie!</strong> Va rugam testati unele URL-uri statice, ex <a href=\"[url]\">[url]</a>, pentru a va asigura ca functioneaza inainte de a activa CDN (se poate activa dupa ce stocarea a devenit activa). De obice dureaza 10-15 min pentru a activa stocarea.(campul \"Status\"ar trebui sa afiseze \"Active\", reactualizati pagina pentru update).'),
('ro', 'text_cdn_setup', 'CDN a fost setat cu succes.'),
('ro', 'text_changes_not_saved', 'Modificarile dvs.nu au fost salvate.'),
('ro', 'text_changes_saved', 'Modificarile dvs. au fost salvate.'),
('ro', 'text_change_password', 'Autentificare efectuata cu succes. Va rugam sa schimbati parola si apasati butonul \"Actualizare\" .'),
('ro', 'text_character_identifier_tooltip', 'A character sequence that serves as an identifier. You can use figures from 0 to 9, symbols of the English alphabet and the following signs: \"-\", \"_\", \".\".'),
('ro', 'text_checkout_new_profile_notice', 'Daca sunteti un client nou, trebuie sa stim detaliile dvs.'),
('ro', 'text_cities_wildcards', 'Puteti utiliza metacaractere in acest camp:<br /><b>\'?\'</b> - orice caracter unic;<b>\'*\'</b> - orice numar de caractere.<br /><br /><u>Exemplu:</u><br /><b>New Y*</b> &nbsp;&nbsp;(corespunde la New York, New Yark, etc.)<br /><b>L?s*</b>&nbsp;&nbsp; (corespunde la Las Vegas, Los Angeles, etc.)'),
('ro', 'text_click_here', 'Dati click aici pentru mai multe detalii'),
('ro', 'text_cmcic_notice', 'Va rugam setati urmatoarea adresa URL ca <b>CGI2</b>: <b>[postback_url]</b>'),
('ro', 'text_cmpi_frame_message', 'Din motive de securitate, va rugam sa completati formularul de mai jos pentru a finaliza comanda dvs. . Nu dati click pe butonul de reincarcare (refresh) sau buton de navigare anterioara (back) sau aceasta tranzactie ar putea fi intrerupta sau anulata.'),
('ro', 'text_cmpi_go_back', 'Mergi inapoi'),
('ro', 'text_combination_out_of_stock', 'Nu a fost gasit niciun produs cu optiunile selectate'),
('ro', 'text_companies_activated', 'Companiile selectate au fost activate.'),
('ro', 'text_companies_disabled', 'Companiile selectate au fost dezactivate'),
('ro', 'text_company_status_active_subj', 'Compania dvs. a fost activata.'),
('ro', 'text_company_status_active_to_pending', 'Statusul tău de furnizor a fost schimbat din Activ la În așteptare.'),
('ro', 'text_company_status_changed', 'Starea companiei dvs [company] a fost schimbata cu [status].'),
('ro', 'text_company_status_disabled_subj', 'Compania dvs. a fost dezactivata.'),
('ro', 'text_company_status_disabled_to_pending', 'Statusul tău de furnizor a fost schimbat din Inactiv la În așteptare.'),
('ro', 'text_company_status_new_to_active', 'Cererea dvs. de furnizor al [companie] a fost aprobată.'),
('ro', 'text_company_status_new_to_active_administrator_created', 'Un nou administrator a fost creat. Puteți accesa zona de Administrator: <a href=\"[link]\">[link_text]</a> utilizând următoarele credențiale:<br/>Autentificare: [login]<br/>Parola: [password]'),
('ro', 'text_company_status_new_to_active_administrator_updated', 'Tipul contului dvs. [login] a fost schimbat în Administrator. Te poți loga în zona de administrator <a href=\"[link]\">[link_text]</a>'),
('ro', 'text_company_status_new_to_active_subj', 'Cererea dvs. de furnizor a fost aprobată.'),
('ro', 'text_company_status_new_to_disable', 'Cererea dvs. de furnizor al [companie] a fost respinsă.'),
('ro', 'text_company_status_new_to_disable_subj', 'Cererea dvs. de furnizor a fost respinsă.'),
('ro', 'text_company_status_new_to_pending', 'Felicitări, cererea dumneavoastră pentru a obține un cont de furnizor a fost aprobată. După ce vom revizui informațiile despre contul dvs., o vom publica pe site-ul nostru.'),
('ro', 'text_company_status_pending', 'Statusul În așteptare îți permite să te conectezi la panoul de administrare, să schimbi informațiile despre companie și să adaugi produse.'),
('ro', 'text_company_status_pending_subj', 'Compania dvs. este în așteptare pentru aprobare.'),
('ro', 'text_company_status_pending_to_active', 'Profilul dumneavoastră se schimbă pentru furnizor  [company] a fost aprobat.'),
('ro', 'text_conditions_cleared', 'Condiţiile de masă au fost eliminate'),
('ro', 'text_confirmation_page_header', 'Aceasta este o pagina de confirmare. Trebuie sa confirmati operatiunea inainte de a fi efectuata.'),
('ro', 'text_confirm_passwd_recovery', 'Va rugam sa urmati acest link pentru a confirma procedura de recuperare a parolei dvs.'),
('ro', 'text_cpf_exists', 'CPF está vinculado a outra conta'),
('ro', 'text_csrf_attack', 'Acces interzis: Posibil atac CSRF'),
('ro', 'text_customer_area_logo', 'Logo pentru zona de <b>client</b>'),
('ro', 'text_datatrans_notice', '<b>Nota</b>: Pentru a urmari comenzile dvs. cu DataTrans folosind acest site; trebuie sa urmariti urmatorii pasi:<br /> <br /> -&nbsp;Autentificati-va in condul dvs. de DataTrans <br /> -&nbsp;Dati click pe <u>\'Upp Data\'</u> link aflat in sectiunea <u>\'Upp Administration\'</u> <br /> -&nbsp;Setati <u>\'Formatul datelor postate in URL\'</u> ca <b>\'Date in formatul postat\'</b>.<br /> -&nbsp;Setati <u>\'URL Aprobat\'</u> ca:<br /> <b>[post_url]</b><br /> -&nbsp;Dati click pe <u>\'Securitate\'</u> link link aflat in sectiunea <u>\'Administrare Upp\'</u> .<br /> -&nbsp;Selectati optiunea <b>\'O identificare suplimentara va fi trimisa cu mesaje de plata\'</b> .<br /> -&nbsp;Genereaza o semnatura noua digitala utilizand butonul <u>\'Genereaza semnatura noua\'</u>.<br /> -&nbsp;Setati valoarea generata ca <u>\'Semnatura digitala\'</u>, camp aflat pe pagina de configurare a site-ului dvs. in cadrul sectiunii DataTrans<br />'),
('ro', 'text_data_changed', 'Setarile nu au fost schimbate. Apasati OK pentru a continua sau CANCEL pentru a ramane pe aceeasi pagina.'),
('ro', 'text_decrease_points_in_use', 'Punctele folosite in comanda au fost sustrase din contul utilizatorului.'),
('ro', 'text_deltapay_notice', '<b>Nota:</b> Va rugam trimiteti suportului tehnic de la DetlaPay urmatoarele informatii :<br />Pagina platii: \'<u>[payment_url]</u>\'<br />Cu succes: \'<u>[result_url]</u>\'<br />Esuata: \'<u>[result_url]</u>\'<br />De anulare: \'<u>[result_url]</u>\'<br />'),
('ro', 'text_directebanking_notice', 'Setati \'Success link\' la: <b>[success_url]</b><br /> Setati \'Abort link\' la: <b>[abort_url]</b><br /> Adaugati noile notificari HTTP si setati \'Notification URL\' la: <b>[notification_url]</b><br /> Activati inputul de verificare si setati \'Hash Algoritm\' la \'SHA1\'<br />'),
('ro', 'text_directory_created', 'Dosarul <b>[directory]</b> a fost creat cu succes.'),
('ro', 'text_directory_deleted', 'Dosarul <b>[directory]</b> a fost sters cu succes'),
('ro', 'text_directory_renamed', 'Dosarul <b>[directory]</b> a fost redenumit cu succes in <b>[to_directory]</b>'),
('ro', 'text_directory_restored', 'Dosarul <b>[directory]</b> a fost restarurat din magazie'),
('ro', 'text_downloads_empty', 'Lista dvs. de descarcari este goala'),
('ro', 'text_editing', 'Editare text'),
('ro', 'text_edp_product', 'Acest produs este distribuit electronic'),
('ro', 'text_ekey_not_valid', 'Cheia electronica care ati introdus-o nu este valida sau a expirat'),
('ro', 'text_email_is_blocked', 'Adresa de e-mail <b>[email]</b> este blocată de către administrator. Vă rugăm contactați administratorul magazinului și încercați alta.'),
('ro', 'text_email_sent', 'E-mail-ul a fost trimis cu succes.'),
('ro', 'text_emerchantpay_notice', 'Va rugam sa adaugati aceste campuri de URL in configuratia formularul de plata: eMerchantPay eCommerce <br/><br/><b> URL de intoarcere:</b><br/>[backreturn_url]<br/><br/><b> URL personalizat de aprobare:</b><br/>[notify_url]<br/><br/><b>URL personalizat de dezaprobare:</b><br/>[decline_url]<br/><br/><b>URL activare de notificari:</b><br/>[process_url]'),
('ro', 'text_enabled_testimonials_notice', 'Marturii sunt dezactivate. Pentru a activa, vă rugăm să vizitaţi <a href=\"[link]\"> Comentarii şi recenzii: opţiuni</a> şi selectaţi \"Comunicare\", \"Evaluare\" sau \"Comunicare şi evaluare\" valoarea în \"Marturii\" câmp.'),
('ro', 'text_enets_notice', 'Va rugam sa trimiteti urmatorul URL managerului eNPS ca URL-ul de raspuns pentru toate cele trei cazuri (cu succes, esuata, anulata): [r_url]'),
('ro', 'text_entered_html_was_sanitized', 'Some <strong>HTML tags</strong> that you have used <strong>were cut off</strong> because of the restrictions on inserting HTML tags such as &lt;object&gt;, &lt;iframe&gt;, &lt;embed&gt; and JavaScript code. That\'s why the content that you\'ve inserted via these tags will not be displayed.'),
('ro', 'text_enter_filename', 'Va rugam sa introduceti un nume nou de fisier'),
('ro', 'text_error_adding_request', 'Eroare în timpul adăugării cererii'),
('ro', 'text_exim_data_exported', 'Datele au fost exportate cu succes'),
('ro', 'text_exim_data_imported', 'Datele au fost importate cu succes.<br />Obiecte noi - <b>[new]</b>;<br />Obiecte actualizate - <b>[exist]</b>;<br />Obiecte saltate - <b>[skipped]</b>;<br />Total - <b>[total]</b>.'),
('ro', 'text_exim_data_imported_clear', 'Datele sunt importate cu succes.'),
('ro', 'text_exim_export_notice', 'Mai jos se afla o lista a campurile care pot fi exportate. Cele <b>subliniate</b> sunt obligatorii.'),
('ro', 'text_exim_import_features_note', '<h4>Format importare caracteristici ale produsului</h4><code>(%Group name%) %Feature name%: %Feature type%[%Feature value%]</code>unde,<dl class=\"dl-orizontal\"><dt>%Group name%</dt><dd>denumirea grupului de caracteristici</dd><dt>%Feature name%</dt><dd>denumirea caracteristicii</dd><dt>%Feature type%</dt><dd>tipul caracteristicii (C - casetă de selectare, M - casete multiple de selector, S - caseta de selectare text, N - caseta de selectare număr, E - caseta de selctare extinsă, T - text simplu, O - număr, D - dată)</dd><dt>%Feature value%</dt><dd>valoarea caracteristicii (mai multe valori pot fi delimitate cu ajutorul virgulei)</dd></dl><p>Mai multe caracteristici trebuie sa fie delimitate prin punct și virgulă.</p><h5>Exemplu:</h5><code>ISBN: T[1233423423]; Data lansării: D[05/05/07]; Culoare: S[Red]</code>'),
('ro', 'text_exim_import_files_note', '<h4>Formatul importatorului de fisiere</h4><code>%Locatia fisierului%</code> unde,<dl class=\"dl-horizontal\"><dt>%Locatia fisierului%<dt><dd>poate fi absoluta sau relativa pe server sau URL</dd></dl><p>Mai multe fisiere trebuie delimitate cu virgula.</p><h5>Exemplu 1:</h5><code>file1.jpg</code><h5>Exemplu 2:</h5><code>backup/file1.zip, images/file2.jpg</code>'),
('ro', 'text_exim_import_images_note', '<h4>Formatul imporatorului de imagini</h4><code>%Locatia imaginii%#%Textul alternativ%</code> unde,<br><dl class=\"dl-horizontal\"><dt>%Locatia imaginii%</dt><dd>poate fi absoluta sau relativa pe server sau URL,</dd><dt>%Textul alternativ%<dt><dd>textul alternativ al imaginii</dd></dl><h5>Exemplu 1:</h5><code>images/product_images/apples.jpg#Apples</code><h5>Exemplu 2:</h5><code>http://www.site.com/apples.jpg#Apples</code>'),
('ro', 'text_exim_import_notice', 'Mai jos se afla o lista de campuri pe care le poate contine fisierul dvs. Cele subliniate sunt obligatorii. Daca importati date cu simboluri speciale (virgule, punct si virgula etc.) va rugam sa va asigurati ca sunt puse in ghilimele.'),
('ro', 'text_exim_import_options_note', '<h4>Product options import format</h4><code>%Option name%: %Option type%[{$ldelim}%Variant 1 ID%{$rdelim}%Variant 1%,{$ldelim}%Variant 2 ID%{$rdelim}%Variant 2%,{$ldelim}%Variant N ID%{$rdelim}%Variant N%]</code> where,<dl class=\"dl-horizontal\"><dt>%Option name%</dt><dd>the name of the option,</dd><dt>%Variant N ID%</dt><dd>the id of the variant,</dd><dt>%Variant N%</dt><dd>the name of the variant. Variants must be specified if the option type is a selectbox or radiogroup only.</dd><dt>%Option type%</dt><dd>the option type, can be the following:<br><ul><li><b>S</b> - selectbox,</li><li><b>R</b> - radiogroup,</li><li><b>C</b> - checkbox,</li><li><b>I</b> - simple input,</li><li><b>T</b> - textarea.</li></ul></dd></dl><p>Several options must be delimited by semicolon.</p><h5>Examples:</h5>Simple text options:<code>Your age: I; Date of birth: I; Notes: T</code><br>Options with variants:<code>Color: S[Red, Green, Blue]; Size: R[X, XL, XXL]</code>'),
('ro', 'text_exim_utf8_file_format', 'Va rugam sa va asigurati ca fisierul care il importati are setul de caractere UTF-8 penntru o importare corecta'),
('ro', 'text_expired_license', 'Din pacate, abonamentul pentru CS-Cart software-ul este expirat. Va rugam sa-l reinnoiti cat mai curand posibil, pentru a evita suspendarea programului.'),
('ro', 'text_failed_gift_certificate_addition', 'Utilizarea cuponului nu a fost reușită. Asigurați-vă că sumarul sumei de plată nu e zero.'),
('ro', 'text_features_delimiter', 'Separator între valorile varianta de o caracteristică de produs.'),
('ro', 'text_feedback_notice', 'Parametrii care vor fi trimise la serverul nostru pentru a analiza functionalitatea si configuratia actuala sunt enumerate mai jos.<br />Va rugam sa retineti ca nici o informatie cu caracter personal sau financiar nu va fi trimis.Dupa ce va familiarizati cu lista de parametrii, apasati \"Trimiteti\".<br />'),
('ro', 'text_files_directory', 'Folderul in care produsele se afla. Va fi folosit daca campul \"Fisier\" e specificat cu, fara, o cale; trebuie sa sa fie o cale absoluta.'),
('ro', 'text_file_created', 'Fisierul <b>[file]</b> a fost creat cu succes'),
('ro', 'text_file_deleted', 'Fisierul <b>[file]</b> a fost sters cu succes'),
('ro', 'text_file_editor_notice', 'Puteţi încărca şi descărca fişiere prin intermediul <a href=\"[href]\"> Fişier Editor</a>'),
('ro', 'text_file_editor_notice_full_link', 'Poți încărca și descărca fișiere prin [link]'),
('ro', 'text_file_renamed', 'Fisierul <b>[file]</b> a fost redenumit cu succes in <b>[to_file]</b>'),
('ro', 'text_file_restored', 'Fisierul <b>[file]</b> a fost restaurat.'),
('ro', 'text_file_saved', 'Fisierul <b>[file]</b> e salvat cu succes'),
('ro', 'text_fill_the_mandatory_fields', 'Va rugam, completati toate campurile obligatorii.'),
('ro', 'text_forbidden_file_extension', 'Nu este permisa crearea/incarcarea/redenumirea de fisiere cu extensia <b>.[ext]</b>.'),
('ro', 'text_forbidden_file_mime', 'Nu este permisa crearea/incarcarea/redenumirea de fisierelor <b>[mime]</b> de tipul MIME.'),
('ro', 'text_forbidden_functionality', '<p>Pentru a utiliza această caracteristică, ai nevoie de o licenţă [product].</p>'),
('ro', 'text_forbidden_uploaded_file_extension', 'Nu este permisa incarcarea fisierelor cu extensia <b>.[ext]</b>. Extensiile permise sunt: <b>[exts]</b>'),
('ro', 'text_forbidden_uploaded_file_size', 'Nu este permisa incarcarea fisierelor cu o marime mai mare de <b>[size]</b>'),
('ro', 'text_form_cresecure_notice', 'Va rugam sa completati plata de mai jos.<br />Aceasta este o pagina sigura pentru efectuarea platii, securizata de la o locatie sigura.'),
('ro', 'text_full_mode_required', '<strong>modul Full</strong> necesar.'),
('ro', 'text_gate2shop_notice', '<p>Va rugam setati urmatoarele valori in pagina de setari a Comerciantului pe Gate2Shop:</p><p>URL-ul de succes, esuare si anulare: <b>[result_url]</b></p><p>URL-ul de intoarcere: <b>[back_url]</b></p>'),
('ro', 'text_gd_not_avail', 'Libraria GD e <b>NEINSTALATa</b> pe serverul dvs. Va rugam sa contactati furnizorul dvs. de gazduire. <br />Doar tipul \"Tabel\" poate fi folosit pentru grafice.'),
('ro', 'text_gift_certificate_logo', 'Logo pentru <b>bonuri</b>'),
('ro', 'text_gift_cert_added_to_wishlist', 'Bonul a fost adăugat listă de preferințe-ului'),
('ro', 'text_gift_cert_amount_alert', 'Suma trebuie să fie între [min] şi [max]'),
('ro', 'text_gift_cert_applied', 'Bonul a fost aplicat'),
('ro', 'text_gift_cert_cannot_delete', 'Bonul [code] nu poate fi șters din moment ce e folosit în comanda(comenzile) [ids].'),
('ro', 'text_gift_cert_has_been_deleted', 'Bonul a fost șters cu succes.'),
('ro', 'text_hidpi_support_enabled', 'HiDPI este activat'),
('ro', 'text_hsbc_notice', '<b>ID-ul clientului -</b> ID-ul clientului dvs. , este un numar intre 0 si 999999999, sau e aliasul formularului form UK12345678CUR. <br /> Numele aliasului caz sensibil. <br /> <b>Atentie pentru utilizatorii de LINUX:</b><br /> Va rugam sa va asigurati ca aveti privilegiile asupra urmatorului folder: chmod -R 755 [cart_dir]'),
('ro', 'text_ideal_basic_notice', '-&nbsp;Autentificare in contul aflat pe iDEAL<br />-&nbsp;Dati click pe <u>\'Securitate\'</u> in sectiunea <u>\'Profil\'</u>.<br />-&nbsp;Setati optiunea <u>\'Notificare\'</u> in <b>\'XML\'</b><br />-&nbsp;Setati <u>\'URL-ul de notificare\'</u> in:<br /><b>[return_url]</b><br />-&nbsp;Set <u>\'Cheia secreta\'</u>. Cheia secreta este cunoscuta doar de vanzator si de iDEAL.'),
('ro', 'text_images_directory', 'Dosarul unde imaginile sunt situate. Acesta va fi folosit in cazul in care un fisier imagine este specificat fara o cale; acest lucru trebui sa aiba o cale absoluta'),
('ro', 'text_increase_points_in_use', 'Punctele folosite în comandă au fost adăugate contului de utilizator.'),
('ro', 'text_input_license_code', 'Vă rugăm introduceţi numărul dumneavoastră de licenţă pentru a putea administra magazinul:'),
('ro', 'text_installing_theme_dependencies', 'Installing the theme dependencies: [dependencies]'),
('ro', 'text_invalid_url', 'Ati introdus un URL invalid'),
('ro', 'text_ips_denied', 'Nu vă este permis accesul în această zonă'),
('ro', 'text_ip_blocked_failed_login', 'IP-ul a fost blocat după [number] încercări nereușite'),
('ro', 'text_ip_is_blocked', 'Adresa IP a dvs. este blocată.'),
('ro', 'text_items_added', 'Produse adaugate cu succes.'),
('ro', 'text_license_is_disabled', 'The license is disabled. Please check your license status.'),
('ro', 'text_license_is_disabled_full', 'The license is disabled. Please check your license status or select a different store mode.'),
('ro', 'text_license_is_invalid', 'Invalid license number. Please enter a valid license number.'),
('ro', 'text_license_is_invalid_full', 'Invalid license number. Please enter a valid license number or select a different store mode.'),
('ro', 'text_license_required_ebay', 'Mareșteți vânzările produselor prezentate în magazinul de CS-Cart pe cea mai mare piaţă de vânzare-eBay.'),
('ro', 'text_license_required_ebay-title', 'Sincronizare eBay'),
('ro', 'text_license_required_facebook', 'Construi magazinul dvs. în pagina dvs. de Facebook pentru a ajunge mai aproape de public și să atragă mai mulți clienți noi.'),
('ro', 'text_license_required_facebook-title', 'Facebook App'),
('ro', 'text_license_required_full', 'Your current CS-Cart edition is Professional. We also offer another one, a more advanced edition—<b>Ultimate</b>. With CS-Cart Ultimate, you\'ll be able to use unlimited number of storefronts and the mobile commerce app as well as the eBay Synchronization add-on and the Facebook app without additional fees. To unlock unlimited storefronts and mobile commerce, get the Ultimate license.'),
('ro', 'text_license_required_storefronts', 'Adauga cat mai multe magazine pe care doriți și să le gestionați printr-un singur panou de administrare.'),
('ro', 'text_license_required_storefronts-title', 'Magazine nelimitate'),
('ro', 'text_links', 'Link-uri de tip text'),
('ro', 'text_login_form', '<h4>Nu sunteti membru?</h4><p>Creati-va un cont in mai putin de un minut!.</p>'),
('ro', 'text_login_to_add_to_cart', 'Acest produs nu poate fi adaugat <br>in cos pentru ca nu sunteti autentificat.'),
('ro', 'text_mail_area_logo', 'Logo pentru <b>facturi</b>'),
('ro', 'text_mandatory_fields', '<p class=\"mandatory-fields\">Campurile marcate cu <span class=\"required\">*</span> sunt obligatorii</p>'),
('ro', 'text_max_limit_of_parameters', 'Valoarea maxima a campului \"limita\" nu poate depasi 25 daca tipul diagramei nu e \"Tabel\". Limita acestei diagrame a fost corectata.'),
('ro', 'text_mb_failed_order', 'Nici un raspuns de la Skrill nu a fost primit, va rugam astepati.Desi comanda dvs nu a fost creata in magazin ca fiind durabila, este foarte probabil ca acesta a fost creata si prelucrata de catre Skrill cu succes.Va rugam sa contactati personalul magazinului si spune-le ID-ul de comanda cum este prevazut de catre Skrill.'),
('ro', 'text_min_order_amount_required', 'Pentru a continua procesul de cumparare totalul comenzii trebuie sa depaseasca suma....'),
('ro', 'text_min_products_amount_required', 'Pentru a continua procesul de checkout subtotalul comenzilor dvs trebuie sa depaseasca suma...'),
('ro', 'text_money_back_guarantee', 'We offer 30-day money-back guarantee. If you don\'t like our product, we\'ll return you the money, no needless questions asked.'),
('ro', 'text_multiprofile_notice', 'Un utilizator poate avea mai multe profile. De exemplu, puteti avea un profil pentru comenzi personale, iar altul pentru cele legate de afaceri si alte comenzi pentru prieteni si familie...'),
('ro', 'text_mve_plus_license_required', '<p>Let your vendors receive money from customers directly via your marketplace.</p><p>Manage vendors\' abilities via user groups, and allow your vendors to change the looks of their stores.</p><p>Create a unified catalog, where vendors can start selling any product in a matter of minutes.</p>'),
('ro', 'text_mve_ultimate_license', 'A special edition of [product] that offers all the features of [product] Plus and an unlimited number of storefronts. If you switch to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see the message about the storefront limit again.'),
('ro', 'text_mve_ultimate_license_required', '<p>Branch out: get an unlimited number of storefronts for your marketplace.</p><p>A storefront is another domain created either for a specific country or city, or for a specific part of your product catalog.</p><p>Get all the other functionality of [product] Plus.</p>'),
('ro', 'text_mve_ultimate_or_plus_license_required', 'This action requires [product] Ultimate or [product] Plus. If you switch to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a> or <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus</a>, you\'ll get access to all their features.'),
('ro', 'text_newsletter_sent', 'The newsletter(s) have been sent successfully.'),
('ro', 'text_new_payment_was_created', 'O nouă metodă de plată a fost creată'),
('ro', 'text_new_post_notification', 'Aceasta este o notificare a unei postări noi pe'),
('ro', 'text_new_user_activation', 'Profilul apartinand lui \"[user_login]\" a fost creat recent, va rugam verificati detaliile ( daca e nevoie) si activati-l folosind urmatorul link: <br /><a href=\"[url]\"><a href=\"[url]\">[url_text]</a>'),
('ro', 'text_nothing_found', 'Nimic gasit'),
('ro', 'text_not_allowed_to_upload_file_extension', 'Nu este permis pentru a incarca fisiere cu <b>.[ext]</b> eextensie aici.'),
('ro', 'text_not_approved_products', 'You have products that require your approval. Please <a href=\"[link]\">follow this link</a> to review these products.'),
('ro', 'text_not_approved_vendors', 'Aveți furnizori care necesită aprobarea dvs., Vă rog  <a href=\"[link]\">urmați acest link</a> pentru a revizui acești furnizori.'),
('ro', 'text_not_valid_cc_number', 'Numărul de cardului de credit <b>[cc_number]</b> nu este valid.'),
('ro', 'text_not_valid_cpf', 'CPF está invalido'),
('ro', 'text_not_valid_domain', '<b>[domain]</b> nu este un domeniu valid.'),
('ro', 'text_not_valid_email', '<b>[email]</b> nu este o adresa de e-mail valida.'),
('ro', 'text_not_valid_ip', '<b>[ip]</b> nu este o adresă IP validă.'),
('ro', 'text_no_active_promotions', 'Momentan nu sunt promotii disponibile.'),
('ro', 'text_no_conflicts', 'Nici un conflict gasit'),
('ro', 'text_no_items_defined', 'Produsele [items] nu sunt definite'),
('ro', 'text_no_matching_products_found', 'Nici un produs care sa satisfaca criterile de cautare'),
('ro', 'text_no_matching_results_found', 'Nici un rezultat gasit care sa se potriveasca cu, criterile de cautare'),
('ro', 'text_no_orders', 'Nici o comanda gasita'),
('ro', 'text_no_payments_needed', 'Nu exista informatii de plata solicitate'),
('ro', 'text_no_payments_required', 'No payment required'),
('ro', 'text_no_products', 'Nu exista produse in aceasta sectiune'),
('ro', 'text_no_products_defined', 'Nici un produs definit'),
('ro', 'text_no_products_found', 'Nici un produs gasit'),
('ro', 'text_no_shipments_found', 'Nici un transport gasit'),
('ro', 'text_no_shipping_methods', 'Ne pare rau dar nu exista optiuni de transport pentru locatia dvs.<br />Va rugam sa ne contactati si vom vedea ce putem face cu privire la livrarea catre dvs.'),
('ro', 'text_no_ticket_found', 'No Ticket Found'),
('ro', 'text_no_upgrades_available', 'Nici un upgrade disponibil in acest moment'),
('ro', 'text_objects_for_export', '<b>[total]</b> [name] vor fi exportate.'),
('ro', 'text_ogonedirect_notice', 'Introduceti SHA-1 semnatura atat aici cat si pe Configurare Ogone.<br /><br />Pentru noi conturi Ogone create incepand cu 11 mai 2010, noua politica SHA este activa in mod automat. <br/>Va rugam sa nu uitati sa selectati caseta \"Utilizarea noii politici privind semnatura SHA\"'),
('ro', 'text_ogoneweb_notice', 'Va rugam sa setati urmatorul URL in sectiunea de informatii tehnice pentru Configuratia Ogone ca <b>Raspuns Url</b> pentru toate cazurile (\"acceptat\", \"in asteptare\", \"incert\", \"anulata de catre clientt\", \"prea multe refuzuri de la achizitor\"): <b>[r_url]</b><br /> Introduceti, de asemenea Semnatura SHA-1 atat: aici si pe Configurare Ogone. Apoi, selectati Solicitare Tip: \"A face aceasta solicitare in fundal si amanat\".'),
('ro', 'text_only_ultimate_license_required', 'A special edition called [product] Ultimate is required to perform this action. If you switch to <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see this message again, and you\'ll also be able to create an unlimited number of storefronts.'),
('ro', 'text_options_no_inventory', 'Pentru a crea combinatii de optiuni va trebui ca cel putin una din optiunile produsului sa aiba casuta de \"Inventar\" bifata.'),
('ro', 'text_order_backordered', 'Comanda dvs. a fost returnata. Va vom contacta cu prima ocazie.'),
('ro', 'text_order_placed_error', 'Comanda dvs. a fost respinsa de catre operatorul de plata. Va rugam sa analizati informatiile dvs. si contactati administratia magazinului.'),
('ro', 'text_order_placed_successfully', 'Felicitari! Comanda dumneavoastra a fost plasata cu succes.'),
('ro', 'text_order_repayed_successfully', 'Comanda a fost rambursata cu succes.'),
('ro', 'text_order_saved_successfully', 'Comanda a fost salvata cu succes.'),
('ro', 'text_order_status_has_not_been_changed', 'Statutul comenzii nu a fost schimbat, pentru că nu aveți puncte suficiente.'),
('ro', 'text_order_status_notification', 'Va rugam sa retineti ca notificarea despre schimbarea statutului vor fi trimise in functie de setarile acestui statut'),
('ro', 'text_out_of_stock', 'Momentan Indisponibil'),
('ro', 'text_owl', 'OwlCarousel'),
('ro', 'text_pages_cloned', 'Copiile paginilor au fost create cu succes. Mai jos se afla lista paginilor noi.'),
('ro', 'text_pages_have_been_deleted', 'Paginile au fost sterse cu succes.'),
('ro', 'text_page_changed', 'Sunteti sigur ca doriti sa parasiti aceasta pagina?Schimbarile dvs. nu au fost salvate.Apasati OK pentru a continua, sau Anuleaza pentru a ramane pe pagina curenta.'),
('ro', 'text_page_has_been_deleted', 'Pagina a fost stearsa cu succes.'),
('ro', 'text_page_loading', 'in curs de procesare... Cererea dvs. este in curs de procesare, va rugam asteptati.'),
('ro', 'text_password_recovery_instructions_sent', 'Password recovery instructions have been sent to [email] address.'),
('ro', 'text_pay4later_notice', '<b>Note</b>: in scopul de a urmari comenzile Pay4Later cu software-ul pentru cosul de cumparaturi, va trebui sa pargurgeti acesti pasi:<br /><br />-&nbsp;Conectati-va la Pay4Later BackOffice<br />-&nbsp;Apasati pe click <u>\'Setari / Instalatii\'</u> linkul la <u>\'Link-uri rapide\'</u> sectiunea.<br />-&nbsp;Setati <u>\'Retur URL\' (Verificat)\'</u> setat la:<br /><b>[verified_url]</b><br />-&nbsp;Setati <u>\'Retur URL (Declin)\'</u> setat la:<br /><b>[decline_url]</b><br />-&nbsp;Set <u>\'Retur URL (Referire)\'</u> setat la:<br /><b>[refer_url]</b><br />-&nbsp;Setati <u>\'Retur URL (Anulare)\'</u> setat la:<br /><b>[cancel_url]</b><br />-&nbsp;Setati <u>\'CSN URL\'</u> setat la:<br /><b>[process_url]</b><br />-&nbsp;Apasati pe click<u>\'Salvati modificarile\'</u> button<br />'),
('ro', 'text_paybox_notice', '<b>Nota:</b> Va rugam sa descarcati fisierul modulev2.cgi de pe serverul PayBox, copiati-l in folderul <b>[paybox_dir]</b> <u>in modul binar</u> si apoi faceti-l executabil. <br />Executati urmatoarea comanda:<br /><b><i>chmod 755 modulev2.cgi</b></i><br /><br />De asemenea contactati serviciul de suport &#8220;Paybox&#8221; pentru a adauga urmatorul URL in baza de date ca &#8220;URL-ul apelului invers&#8221;:<br /><b>[callback_url]</b>'),
('ro', 'text_payment_first_data_notice', 'Vă rugăm să vă conectaţi la FirstData conecta 2.0 Admin, deschide fila \"Administrare\", faceţi clic pe link-ul \"Connect 2.0 Setup\". < br / > Stabilit următorul URL \"Depunerea formularului de comandă\", \"Pagina de confirmare\", \"Pagina de eşec\" secţiunile: [return_url]< br / >'),
('ro', 'text_payment_have_been_deleted', 'Plata a fost stearsa cu succes.'),
('ro', 'text_payment_have_not_been_deleted', 'Plata nu poate fi stearsa.'),
('ro', 'text_paypal_processing_payment', 'Va rugam sa asteptati in timp ce se proceseaza detaliile de plata ...'),
('ro', 'text_paypal_surcharge', '<b>Note:</b> According to the PayPal <a href=\'https://www.paypal.com/webapps/mpp/ua/useragreement-full#4\' target=\'_blank\'>policy</a> (4.6), surcharges are not supported.'),
('ro', 'text_paysitecash_debug', 'Informatie de debug'),
('ro', 'text_paysitecash_mode', 'Mod'),
('ro', 'text_paysitecash_mode_debug_off', 'OFF'),
('ro', 'text_paysitecash_mode_debug_on', 'ON'),
('ro', 'text_paysitecash_mode_live', 'Live'),
('ro', 'text_paysitecash_mode_test', 'Test'),
('ro', 'text_paysitecash_nocurrencies', 'Mod de moneda/valuta'),
('ro', 'text_paysitecash_nocurrencies_no', 'Permite clientului sa selecteze oricare valuta existenta.'),
('ro', 'text_paysitecash_nocurrencies_yes', 'Nu arata deloc selectia la valuta'),
('ro', 'text_paysitecash_notice', 'Va rugam sa adaugati aceste campuri URL-ul in configuratia dvs. paysite Cash :<br/><br/><b>URL:</b><br/>[url]<br/><br/><b>Referire url:</b><br/>[ref_url]<br/><br/><b>URL-ul de retur de plata:</b><br/>[sucess_url]<br/><br/><b>URL-ul plata anulata :</b><br/>[cancel_url]<br/><br/><b>URL-ul confirmare Backoffice:</b><br/>[confirm_url]'),
('ro', 'text_paysitecash_processor', 'Procesare'),
('ro', 'text_paysitecash_site_id', 'ID-ul sitelui'),
('ro', 'text_payway_notice', 'Va rugam setati urmatorii parametrii in panoul PayWay-ului: <p> URL-ul de intoarcere a Browser-ului a Pre Platiilor: <b>[prepayment]</b><br /> URL-ul de intoarcere a Browser-ului: <b>[return]</b><br /> URL-ul de notificare: <b>[notify]</b><br /> Tipul Postarii de Notificare: lasati gol </p>'),
('ro', 'text_permissions_changed', 'Permisiunile au fost schimbate'),
('ro', 'text_piraeus_notice', '<b>Notati:</b> Va rugam sa trimiteti urmatoarele informatii pentru suportul de plata:<br /> Website URL: \'<u>[website_url]</u>\'<br /> Adresa URL: \'<u>[referrer_url]</u>\'<br /> Succes URL: \'<u>[success_url]</u>\'<br /> Esec URL: \'<u>[failure_url]</u>\'<br /> Backlink URL: \'<u>[backlink_url]</u>\'<br /> Adresa IP: \'<u>[ip_address]</u>\'<br /><br /> Metoda de raspuns: \'<u>[response_method]</u>\'<br /><br />'),
('ro', 'text_points_cannot_applied_because_subtotal_redeemed', 'Punctele nu pot fi aplicate pentru că subtotalul este complet compensat.'),
('ro', 'text_points_exceed_points_on_account', 'Punctele introduse de către dvs. depășește numărul de puncte de pe contul dvs.'),
('ro', 'text_points_exceed_points_that_can_be_applied', 'Punctele introduse de către dvs. depășește numărul de puncte care pot fi aplicate acestei comenzi.'),
('ro', 'text_points_used_in_order', 'Punctela care au fost folosite în comenzi'),
('ro', 'text_point_in_account', 'Numărul de puncte al contului dvs. este'),
('ro', 'text_position_updating', 'In curs de procesare... Pozitiile sunt in curs de actualizare, va rugam asteptati.'),
('ro', 'text_post_pended', 'Postarea dvs. va fi verificată înainte de a fi publicată.'),
('ro', 'text_price_dec_sign_delimiter', 'Separator zecimal pentru preturile produselor.'),
('ro', 'text_products_added', 'Produsele au fost adaugate cu succes. Mai jos se afla o lista cu produsele noi.'),
('ro', 'text_products_cloned', 'O copie a produselor a fost creata cu succes. Mai jos se afla lista cu produse noi.'),
('ro', 'text_products_have_been_deleted', 'Produsele au fost sterese cu succes.'),
('ro', 'text_products_updated', 'Urmatoarele produse au fost actualizate:'),
('ro', 'text_products_updated_successfully', 'Produsul(Produsele) au fost actualizate cu succes'),
('ro', 'text_product_cloned', 'Copia produsului <b>[product]</b> a fost creata cu succes. acum puteti edita noul produs.'),
('ro', 'text_product_detailed_image', '(optional, afisat intr-o fereastra pop-up)'),
('ro', 'text_product_file_has_been_deleted', 'Fisierul produsului a fost sters'),
('ro', 'text_product_filters_were_disabled', 'Urmatoarele<a href=\"[url]\" target=\"_blank\">filtre de produse</a>au fost dezactivate: [filters_list].'),
('ro', 'text_product_has_been_deleted', 'Produsul a fost sters cu succes.'),
('ro', 'text_product_option_delimiter', 'Delimitator pentru opțiunile de produs cu o combinație de opțiune (e.g. \"Color: Red, Size: Small\")'),
('ro', 'text_product_thumbnail', '(afisate pe lista produselor si lista cu detaliie produselor)'),
('ro', 'text_profile_activated', 'Contul dvs. este acum activ. Vă puteți conecta la contul dvs. utilizând datele personale de logare.'),
('ro', 'text_profile_benefits', '<h4>Beneficiile de a deveni un membru inregistrat</h4><ul><li>Conectati-va in orice moment, pentru a verifica starile comenzilor</li><li>Personalizati-va achizitiile</li><li>Accelerati-va viitoarele achizitii</li></ul>'),
('ro', 'text_profile_deactivated', 'Your account has been deactivated. Please contact us for more details.'),
('ro', 'text_profile_details', '<h4>Detaliile profilului dvs</h4><p>Pe aceasta pagina puteti modifica datele de autentificare si datele cu caracter personal pentru a fi utilizate in timpul viitoarele achizitii.</p><p>Pentru a pastra securitatea contului, va recomandam, pentru a evita crearea de parole care folosesc:</p><ul><li> Cuvinte din dictionar, in orice limba.</li><li>Cuvinte scris invers, greselile de ortografie comune, si abrevierile.</li><li>Secvente sau caractere repetate. Example: 12345678, 222222, abcdefg, sau litere adiacente de pe tastatura (qwerty).</li><li>Informatii cu caracter personal. Numele tau, ziua de nastere, permis de conducere, numarul de pasaport, sau informatii similare.</li></ul>'),
('ro', 'text_profile_is_created', 'Contul dvs. a fost creat cu succes.'),
('ro', 'text_profile_is_updated', 'Datele profilului dvs. au fost actualizate cu succes.'),
('ro', 'text_profile_should_be_approved', 'Contul dvs. a fost creat cu succes, dar trebuie activat de catre administrator inainte ca sa va puteti autentifica.'),
('ro', 'text_promotions_group_condition', 'Daca [set] una din aceste conditii sunt [set_value]'),
('ro', 'text_qty_discounts', 'Discounturile noastre de cantitate'),
('ro', 'text_recommendation_notes', 'Prietenul dvs. v-a recomandat această pagină. Vă rugăm să urmați următorul link:'),
('ro', 'text_recover_password', '<p>Daca ati uitat parola, introduceti adresa dvs. de e-mail in acest camp si faceti click pe<i>Resetati parola</i>.</p><p>Veti primi o parola noua si un link pentru a va putea loga. Veti fi putea schimba parola ulterior.</p>'),
('ro', 'text_recover_password_notice', 'Cheia de autentificare va vi fi trimisa printr-un e-mail. Dati click pe link-ul din e-mail pentru a va autentifica si pentru a avea posibilitatea de a schimba parola.'),
('ro', 'text_recover_password_title', 'Resetati parola'),
('ro', 'text_redactor2', 'Redactor II'),
('ro', 'text_remove_additional_images', 'Cand importati imagini suplimentare ale unui produs actualizat, imaginile existente ale acestui produs vor fi sterse, inainte de importare.'),
('ro', 'text_remove_backup_files', 'Atentie! Daca eliminati fisierele de rezerva, nu veti putea sa restabiliti instalarea CS-Cart-lui anterior. Asigurati-va ca CS-Cart-ul instalat functioneaza in mod corespunzator si fisierele bazei de date de backup sunt intr-un loc sigur.'),
('ro', 'text_required_group_product', 'Va rugam sa selectati un produs pentru grupul necesar al [group_name]'),
('ro', 'text_reset_inventory_description', 'Cantitatea tuturor produselor din magazin va fi resetata.'),
('ro', 'text_restore_question', 'Sunteti sigur ca doriti sa restaurati sablonul?'),
('ro', 'text_return_change_warning', 'Statutul stocului #[return_id] va fi schimbat'),
('ro', 'text_sagepay_dir_notice', '<b>Atentie:</b> in scopul urmaririi comenzilor dvs. de pe SagePage de catre soft-ul de cumparaturi, va rugam activati optiunea 3D Secure Fraud Checking Option pentru contul dvs. de SagePay VSP Direct.'),
('ro', 'text_sagepay_notice', 'Folositi <b> testvendor</b> as <b>Numele Vendor-ului</b> pentru testari<br /><p><b>PLATa</b> - tipul tranzactiei e folosit pentru a obtine autorizatia de la banca, apoi efecturarea tranzactiei in dimineata urmatoare, urmand ca suma sa fie retrasa din cardul clientului.<br /></p><p><b>AMaNAT</b> - tranzactiile NU sunt trimise bancii pana cand le EMITEtI autentificandu-va in interfata de Administrare a SagePay VSP-ului, gasind tranzactia si facand click pe butonul Emite.</p'),
('ro', 'text_secret_key_notice', 'Va rugam completati acest camp cu orice valoare. Va creste securitatea tranzactiilor dvs.'),
('ro', 'text_select_fields2edit_note', 'Puteti modifica mai multe produse in acelasi timp. Selectati unele produse din lista de mai jos, bifati casutele pentru campurile care doriti sa le modificati apoi dati click pe butonul \"Modifica cele selectate\".'),
('ro', 'text_select_file', 'Selectati un fisier sau introduceti un URL'),
('ro', 'text_select_range', 'Selectati un interval pentru a exporta (altfel toate [name] vor fi exportate)'),
('ro', 'text_select_vendor', 'Vă rugăm să selectaţi mai întâi un magazin'),
('ro', 'text_set_write_permissions_for_dirs', 'Puteti seta permisiunile de scriere pentru serverul web pentru a directoarele enumerate mai sus sau ofera un acces FTP cu permisiuni de scriere pentru aceste directoare.'),
('ro', 'text_share_product_features_tooltip', 'Atentie! Unele date nu vor fi copiate in timpul acestei operatiuni: categoriile stabilite in filtre se vor pierde chiar daca copiati toate categoriile. Va rugam, sa stabiliti categoriile manual.'),
('ro', 'text_share_product_filters_tooltip', 'Atentie! Unele date nu vor fi copiate in timpul acestei operatiuni: categoriile stabilite in caracteristici se vor pierde chiar daca copiati toate categoriile. Va rugam, sa stabiliti categoriile de manual.'),
('ro', 'text_share_promotions_tooltip', 'In scopul de a impartasi promotii asigurati-va ca produsele respective sunt, de asemenea,impartasite. (verificati produsele impartasite de mai jos)'),
('ro', 'text_shipping_packages_info', 'Pentru a asigura o estimare mai exacta a ratei de transport maritim, produsele au fost separate in pachete asa cum este definit de catre setarile produsului si configuratia metodei de transport maritim.Urmatoarele informatii sunt doar pentru uz referential.'),
('ro', 'text_shipping_rates_changed', 'Pretul transportului a fost modificat.'),
('ro', 'text_ship_to_billing', 'Comanda va fi livrata la adresa de facturare.'),
('ro', 'text_shoppers_can_order_products', 'Now shoppers can order these products in the store.'),
('ro', 'text_signup_for_subscriptions', 'Sign up for our newsletters!'),
('ro', 'text_skip_creating_new_products', 'If you enable this setting, then only the products that already exist in your database will be updated.'),
('ro', 'text_skrill_activate_quick_checkout_short_explanation', 'Plata Rapida Skrill va creaza posibilitatea de a accepta plati de pe carduri de credit, carduri de debit si peste alte 60 de optiuni de plata locale in peste 200 de tari. Tarifele pentru acest serviciu sunt publicate pe website-ul Skrill-ului la www.skrill.com.'),
('ro', 'text_skrill_activate_quick_checkout_short_explanation_1', 'Ati trimis o cerere de activare in [date]. Va rugam sa fiti constienti de faptul ca procesul de verificare pentru a folosit Plata Rapida Skrill poate dura pana in 72 de ore. Veti fi contactat de catre Skrill cand procesul de verificare a fost finalizat.'),
('ro', 'text_skrill_activate_quick_checkout_short_explanation_2', 'Dupa activare, Skrill va va oferi acces catre o noua sectiune in contul dvs. de Skrill, sectiune numita Instrumente Comerciant. Va rugam sa va alegeti un cuvant secret (NU acelasi ca si parola) de asemenea introduceti-l in sectiunea de mai jos pentru a va conecta la Skrill. Cuvantul secret e ultimul pas al procesului de activare si platile dvs. vor fi criptate fiind in siguranta. Dupa trimiterea efectuata cu succes veti putea folosi toate optiunile platilor directe a Skrill-ului.'),
('ro', 'text_skrill_currs_notice', 'Daca ati selectat o moneda care nu e de baza in magazinul dvs., asigurati-va ca are <a href=\"http://en.wikipedia.org/wiki/ISO_4217\">codul ISO 4217</a> corect pe pagina <a href=\"[link]\">monezi</a>.'),
('ro', 'text_skrill_email_is_not_registered', 'E-mail-ul specificat care nu e inregistrat la Skrill.'),
('ro', 'text_skrill_email_is_registered', 'E-mail-ul specificat e inregistrat laSkrill.'),
('ro', 'text_skrill_empty_input_data', 'Cateva din campuri necesare pentru activarea Platii Rapide lipsesc. Va rugam verificati.'),
('ro', 'text_skrill_logo_notice', 'Daca serverul HTTPS nu este setat, formula de identificare va fi pasata de catre protocolul HTTP si utilizatorii vor vedea avertismentul \"Conexiune Partial Criptata\" pe pagina Skrill-ului.'),
('ro', 'text_skrill_notice', 'Pentru a primi acces pentru platile internationale prin intermediul Skrill, va rugam sa va inregistrati<a href=\"[register_url]\" target=\"_blank\"><a href=\"[register_url]\" target=\"_blank\"> pentru un cont gratis in caz ca nu aveti deja unul. <p><strong>Atentie</strong>: va rugam salvati setarile inainte de validarea e-mailul, cuvantului cheie sau activarea instrumentelor comerciantului.</p>'),
('ro', 'text_skrill_notice_register', 'Pentru a primi acces la rețeaua Skrill de plăți internaționale, vă rugăm să vă înregistrați <a href=\"[register_url]\" target=\"_blank\">aici</a> pentru un cont gratis dacă nu aveți deja unul. <p><strong>Atenție</strong>: vă rugăm salvați setările înainte de activarea instrumentelor comerciantului.</p>'),
('ro', 'text_skrill_payment_is_not_saved', 'Pentru a utiliza aceasta facilitate va rugam sa salvati modalitatea de plata mai intai.'),
('ro', 'text_skrill_secred_word_notice', 'Cuvantul secret trebuie sa fie cu litere mari si mici fara caractere speciale si lung de cel putin 10 cifre.'),
('ro', 'text_skrill_secret_word_is_correct', 'Cuvantul secret specificat este corect.'),
('ro', 'text_skrill_secret_word_is_incorrect', 'Cuvantul dvs. secret este incorect. Va rugam alegeti cuvantul secret din sectiunea Unelte Comerciant a contului Monneybookers si intruduceti-l aici.'),
('ro', 'text_skrill_support', '<b>Suport:</b> <br /><br /> Aveti intrebari?<br /> Contactati Skrill pe <a href=\"mailto:\">ecommerce@skrill.com</a> sau prin telefon +44 (0) 870 383 0762.<br />'),
('ro', 'text_status_is_float', 'Nu puteti folosi intervalul de timp pentru parametrul \"Statut\" pentru ca acest parametru este referitor la timp.'),
('ro', 'text_storage_changed', 'Depozitare schimbata cu succes !'),
('ro', 'text_storefront_license_required', 'An additional storefront for your standard [product] license. Good for those who don\'t intend to add a few more storefronts in the future.'),
('ro', 'text_store_closed', 'Ne pare rău, Magazinul este temporar închis pentru întreţinere.'),
('ro', 'text_store_mode_changed_to_full', '<strong> modul Full </strong> a fost activat. in acest mod, toate caracteristicile avansate eCommerce sunt disponibile.'),
('ro', 'text_store_mode_changed_to_mve', 'Your store now uses active license. With the [product] edition, you get almost all the features we offer. The additional features (such as separate checkout for each vendor, and vendor-created promotions) are available with the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus edition</a>. There is an even more advanced edition, <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, that lets you use multiple storefronts for different audiences.'),
('ro', 'text_store_mode_changed_to_mve.plus', '<strong>Plus mode</strong> has been activated. This mode offers all the advanced eCommerce features, except for multiple storefronts. If your marketplace ever needs separate domains for different audiences, upgrade your license to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>.'),
('ro', 'text_store_mode_changed_to_mve.ru', 'Your store now uses active license. With the [product] edition, you get almost all the features we offer. The additional features (such as separate checkout for each vendor, and vendor-created promotions) are available with the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus edition</a>. There is an even more advanced edition, <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, that lets you use multiple storefronts for different audiences.'),
('ro', 'text_store_mode_changed_to_mve.ru.plus', '<strong>Plus mode</strong> has been activated. This mode offers all the advanced eCommerce features, except for multiple storefronts. If your marketplace ever needs separate domains for different audiences, upgrade your license to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>.'),
('ro', 'text_store_mode_changed_to_mve.ru.ultimate', '<strong>Ultimate mode</strong> has been activated. In this mode, all the advanced eCommerce features are available.'),
('ro', 'text_store_mode_changed_to_mve.ultimate', '<strong>Ultimate mode</strong> has been activated. In this mode, all the advanced eCommerce features are available.'),
('ro', 'text_store_mode_changed_to_ult', 'Your store now uses an active license of [product].'),
('ro', 'text_store_mode_changed_to_ult.b2b', 'Your store now uses an active license of [product].'),
('ro', 'text_store_mode_changed_to_ult.b2b.ultimate', 'Your store now uses an active license of [product].');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('ro', 'text_store_mode_changed_to_ult.ru', 'Your store now uses an active license of [product].'),
('ro', 'text_store_mode_changed_to_ult.ru.ultimate', 'Your store now uses an active license of [product].'),
('ro', 'text_store_mode_changed_to_ult.ultimate', 'Your store now uses an active license of [product].'),
('ro', 'text_store_mode_closed', 'Magazinul a fost <b>inchis</b>'),
('ro', 'text_store_mode_full', '<p>Acces complet și nerestrictionat la toate caracteristicile. Introduceți un număr valid de licență pentru activare.</p><p>Acest mod poate fi activat in orice moment.</p><br />'),
('ro', 'text_store_mode_open', 'The store was <b>opened</b>'),
('ro', 'text_store_mode_opened', 'Magazinul a fost <b>deschis</b>'),
('ro', 'text_store_mode_trial', '<p>Acces complet la toate funcțiile în timpul perioadei de testare de 30 de zile, începând cu momentul activării.</p><p>La expirarea perioadei de testare de 30 de zile, va trebui să <a href=\"[product_buy_url]\" target=\"_blank\">cumperi o licență</a> sau să introduci un număr de licență valid pentru a putea administra magazinul.</p>'),
('ro', 'text_store_mode_trial_rb', 'Toate caracteristicile sunt disponibile pe parcursul a 30 de zile de la descărcarea pachetului de instalare. Nu este nevoie să introduci numărul licenței.<br /><br />După expirarea perioadei de încercare de 30 de zile, trebuie să cumperi o licență sau să introduci numărul licenței dacă ai deja una.<br /><br />'),
('ro', 'text_subscriber_activated', 'Your email has been successfully activated'),
('ro', 'text_subscriber_added', 'Your e-mail has been successfully added to our free e-mail updates list'),
('ro', 'text_subscriber_removed', 'Your e-mail has been successfully removed from our free e-mail updates list'),
('ro', 'text_successful_request', 'Cererea ta a fost adaugata cu succes. Veți primi e-mail cu răspuns mai târziu.'),
('ro', 'text_success_subscription', 'You have been successfully subscribed to our free e-mail updates and promotions!'),
('ro', 'text_tax_applied', 'Taxa <b>[tax]</b> a fost aplicata tuturor produselor'),
('ro', 'text_tax_unset', 'Taxa <b>[tax]</b> a fost inlaturata de la toate produsele'),
('ro', 'text_template_changed', 'Modificarile dvs. nu au fost salvate.Apasati OK pentru a le salva sau Anulare pentru a renunta la ele.'),
('ro', 'text_test_email_sent', 'Test email was sent to <b>[email]</b> address.'),
('ro', 'text_thaiepay_notice', 'URL-ul dvs. de intoarcere este <b>[return_url]</b>'),
('ro', 'text_thank_you_for_post', 'Vă mulțumim pentru postarea dvs.'),
('ro', 'text_thumbnail_manual_loading', 'Thumbnail-urile vor fi generate de imagini detaliate in mod automat, dar puteti, de asemenea,'),
('ro', 'text_tinymce', 'TinyMCE'),
('ro', 'text_topmenu_more', 'Mai multe [item] <i class=\"text-arrow\">&rarr;</i>'),
('ro', 'text_topmenu_view_more', 'Vezi mai multe <i class=\"text-arrow\">&rarr;</i>'),
('ro', 'text_track_instructions_sent', 'Instructiunile de acces au fost trimise la adresa de e-mail specificata.'),
('ro', 'text_track_request', 'Ati solicitat informatii cu privire la comenzi facute pe magazinul nostru.'),
('ro', 'text_track_view_all_orders', 'Pentru a vizualiza toate comenzile dvs. , urmati acest link:'),
('ro', 'text_track_view_order', 'Pentru a vizualiza comanda #[order] deschideti acest link:'),
('ro', 'text_transaction_cancelled', 'Tranzactie a fost anulata de catre client'),
('ro', 'text_transaction_declined', 'Tranzactia a fost respinsa de catre operatorul de plati sau a fost anulata de catre client'),
('ro', 'text_uc_addon_upgrade_completed', 'Add-on-ul \"[name]\" a fost actualizat cu succes'),
('ro', 'text_uc_agreed_collisions', 'Am înțeles că modificările mele locale vor fi pierdute definitiv în timpul actualizării'),
('ro', 'text_uc_another_update_process_running', 'Exista posibilitatea ca un at proces de actualizare sa se execute.<br />Va rugam sa asteptati pana cand se finalizeaza.<br />In cazul in care procesul s-a terminat cu o eroare, puteti elimina fisierul [filename] si incercati sa reporniti upgrade-urile.<br /><a href=\"[url]\">Eliminati fisierul de blocare si a reporni upgrade-ul</a>'),
('ro', 'text_uc_backup_database', 'Urmatoarele tabele ale bazei de date le-au fost facute back-up'),
('ro', 'text_uc_backup_files', 'Urmatoarelor fisiere le-a fost facute back-up'),
('ro', 'text_uc_broken_package', 'Pachetul upgrade pare a fi corupt. Vă rugăm să actualizaţi lista de pachete şi încercaţi să-l descărcaţi din nou'),
('ro', 'text_uc_cannot_lock_upgrade_process', 'Esuare pentru a dezactiva lansarea procesului de actualizare'),
('ro', 'text_uc_cant_download_package', 'Nu s-a putut descarca pachetul de actualizare'),
('ro', 'text_uc_changed_files_message', 'Aceste fişiere au modificări locale şi vor fi salvate. Odată ce actualizarea este completă, comparati fişiere de rezervă(salvate) cu fişiere noi şi reaplica modificări la fişierele noi, dacă este necesar.'),
('ro', 'text_uc_check_ok', 'Versiunea Magazinului a fost verificata cu succes. Aceasta este gata pentru actualizare'),
('ro', 'text_uc_conflicts', 'Urmatoarele fisiere au modificari locale'),
('ro', 'text_uc_db_right_needed', 'Nu sunt suficiente permisiuni pentru a actualiza baza de date. Va rugam sa atributi urmatoarele privilegii pentru utilizatorul bazei de date [db_user]: [priviliges].'),
('ro', 'text_uc_emergency_restore', 'Atentie! Va rugam sa copiati si salvati URL-ul de mai jos - il puteti utiliza pentru a restaura magazinul dvs. daca upgrade-ul esuaza.<br /><b>[href]</b>'),
('ro', 'text_uc_failed_to_backup_tables', 'Tabelele bazei de date nu au fost sustinute'),
('ro', 'text_uc_failed_to_create_directory', 'Esuare in crearea de nou director'),
('ro', 'text_uc_failed_to_decompress_files', 'Esuare in extragerea de fisiere din arhiva'),
('ro', 'text_uc_failed_to_ftp_copy', 'Transfer de FTP esuat'),
('ro', 'text_uc_ftp_cart_directory_not_found', 'Am fost în imposibilitatea de a găsi CS-Cart instat în directorul specificat. Vă rugăm asiguraţi-vă că aţi introdus corect directorul FTP.'),
('ro', 'text_uc_ftp_connection_failed', 'Conectare FTP esuata.'),
('ro', 'text_uc_ftp_connect_failed', 'Nu s-a putut conecta la serverul FTP. Va rugam verificati daca FTP-ul este corect'),
('ro', 'text_uc_ftp_login_failed', 'Nu s-a putut conecta la serverul FTP. Va rugam verificati daca numele de utilizator si parola sunt corecte'),
('ro', 'text_uc_ftp_needed', 'E nevoie de acces FTP pentru a accesa fisierele care nu au permisiunea de scriere'),
('ro', 'text_uc_has_conflicts', 'Cateva din fisiere au avut modificari locale. Puteti verifica facand click pe link-ul urmator'),
('ro', 'text_uc_incorrect_upgrade_path', 'Cale gresita de a face upgrade de fisiere'),
('ro', 'text_uc_license_number_required', 'Va rugam introduceti numarul licentei magazinului'),
('ro', 'text_uc_list_of_updates_missing', 'Lista de upgrade-uri lipseste'),
('ro', 'text_uc_local_modification', 'Modificări locale'),
('ro', 'text_uc_non_writable_files', 'Urmatoarele fisiere nu au permisiunea de scriere. Trebuie sa setati permisiunea lor manual sau folositi FTP-ul pentru a accesa fisierle (daca nu este utilizat deja)'),
('ro', 'text_uc_no_enough_space_to_backup_database', 'Spatiu insuficient pe disc pentru a face un back-up a bazei de date.'),
('ro', 'text_uc_no_ftp_module', 'Se pare ca nici un modul FTP nu este instalat pe server. Nu puteti folosi FTP-ul pana cand acest modul este instalat'),
('ro', 'text_uc_package_installed_with_errors', 'Errors occurred during the upgrade process. Please contact technical support to investigate the problem.'),
('ro', 'text_uc_timeout_check_success', 'Looks like your server allows to change the \"max_execution_time\" option from the script. You are good to go with the upgrade process.'),
('ro', 'text_uc_unable_to_create_upgrade_folder', 'Esuare in a crea un dosar de actualizare'),
('ro', 'text_uc_unable_to_parse_uc_xml', 'Esuare in a analiza procesul de upgrade descriptor uc.xml'),
('ro', 'text_uc_unable_to_remove_file', 'Esuare in a elimina fisierul'),
('ro', 'text_uc_unable_to_remove_packages_xml', 'Esuare in a elimina upgrade-ul pachetelor descriptor de upgrade.xml'),
('ro', 'text_uc_unable_to_remove_upgrade_lock', 'Esuare in a elimina fisierul de blocare de upgrade.Va rugam sa eliminati[file]fisierul.'),
('ro', 'text_uc_unable_to_update_list_of_installed_upgrades', 'Esuare in a actualiza lista de upgrade-uri instalate.'),
('ro', 'text_uc_upgrade_completed', 'Magazinul a fost actualizat cu succes'),
('ro', 'text_uc_upgrade_completed_check_and_open', '<p>Magazinul a fost inchis pe durata procesului de upgrade. Verificati functionalitatea magazinului dupa upgrade si abia apoi il puteti deschide</p><p>. Puteti deschide magazinul deselectand setarea \'\'Inchideti magazinul\" </p>'),
('ro', 'text_uc_upgrade_log_file_not_writable', 'Fişierul log de upgrade nu este inscriptibil'),
('ro', 'text_uc_upgrade_needed', 'Trebuie sa actualizati mai intai la versiunea <b>[to_version]</b> inainte ca sa actualizati pentru aceasta versiune (versiunea dvs. este <b>[your_version]</b>).'),
('ro', 'text_uc_upgrade_not_selected', 'Nu ati selectat niciun pachet de upgrade.'),
('ro', 'text_uc_upgrade_reverted', 'Upgrade-ul a fost revenit cu succes'),
('ro', 'text_uc_will_be_changed', 'Va fi schimbat'),
('ro', 'text_uc_will_be_deleted', 'Vor fi şterse'),
('ro', 'text_ult_product_store_field_tooltip', 'Proprietar de produs. Numai proprietarul produsului poate modifica toate campurile din produsele comune.'),
('ro', 'text_unable_to_install_theme_dependencies', 'Unable to install the theme dependencies: [dependencies]'),
('ro', 'text_unable_to_parse_xml', 'Esuare in a analiza structura XML'),
('ro', 'text_unsubscribe_instructions', 'We respect your privacy and do not send unsolicited e-mail to users who have not requested correspondence. You have received this e-mail because you requested to receive our free updates and promotions.<br /><br /> If you wish to unsubscribe, please follow the link below:'),
('ro', 'text_unsupported_currency', 'Moneda selectata nu face parte din sistemul de plati folosit pe site-ul web. Va rugam sa contactati administratorul magazinului cu privire la aceasta problema.'),
('ro', 'text_upgrade_available', 'O noua versiune a CS-Cart-lui este disponibila. Daca doriti sa faceti upgrade la cea mai recenta versiune acum, faceti clic pe <a href=\"[link]\">here</a>.'),
('ro', 'text_usergroup_activated', 'Următoarele grupuri de utilizatori au fost activate pentru contul dvs: [usergroups].'),
('ro', 'text_usergroup_disactivated', 'Următoarele grupuri de utilizatori au fost eliminate din contul dvs: [usergroups].'),
('ro', 'text_usergroup_request', 'Clientul a solicitat un grup de utilizatori.'),
('ro', 'text_usergroup_requested_by', 'Grupul <b>[usergroup]</b> a fost solicitat de [name] ([email]).'),
('ro', 'text_vendor_profile_changes_notice', 'Are you sure that you want to update the profile? Information about your company will not be available in the customer area until the administrator approves it.'),
('ro', 'text_worldpay_notice', 'Va rugam folositi urmatoarea adresa URL pentru apelul invers al URL-ului: <br /><b>[return_url]</b>'),
('ro', 'text_you_have_already_filled_this_poll', 'Deja ați completat acest sondaj'),
('ro', 'text_zipcodes_wildcards', 'In acest camp puteti folosi metacaractere:<br /><b>\'?\'</b> - orice caracter unic;<b>\'*\'</b> - orice numar de caractere.<br /><br /><u>Exemplu:</u><br /><b>98?78</b>   (corespunde cu 98878, 98378, 98978, etc)<br /><b>12*</b>   (corespunde cu 12345, 12876, 12098, etc..)'),
('ro', 'thanks_for_voting', 'Vă mulțumim pentru că v-ați luat timp să completați acest sondaj!'),
('ro', 'theme', 'Tema'),
('ro', 'themes', 'Teme'),
('ro', 'theme_directory', 'Director tema.'),
('ro', 'theme_editor', 'Editor tema.'),
('ro', 'theme_editor.atc_button_bkg', 'Add to cart'),
('ro', 'theme_editor.atc_button_text', 'Add to cart text'),
('ro', 'theme_editor.auto_scroller_animations_style', 'Image auto scroller animation'),
('ro', 'theme_editor.auto_scroll_animations', 'Use image auto scroller animation'),
('ro', 'theme_editor.background', 'Fundal'),
('ro', 'theme_editor.backgrounds', 'Fundaluri'),
('ro', 'theme_editor.background_color', 'Fundaluri'),
('ro', 'theme_editor.base_color', 'Baza'),
('ro', 'theme_editor.block_titles', 'Block titles'),
('ro', 'theme_editor.body_font', 'Corp'),
('ro', 'theme_editor.brand_page_image', 'Brand page images'),
('ro', 'theme_editor.browse', 'Căutați'),
('ro', 'theme_editor.buttons_font', 'Butoane'),
('ro', 'theme_editor.call_request_bkg', 'Buy now with one click'),
('ro', 'theme_editor.call_request_text', 'Buy now with one click text'),
('ro', 'theme_editor.category_menu_bkg', 'Category menu background'),
('ro', 'theme_editor.category_menu_expand_links', 'Expanded menu links'),
('ro', 'theme_editor.category_menu_expand_links_hover', 'Expanded menu links hover'),
('ro', 'theme_editor.category_menu_horizontal_background', 'Category menu expanded background'),
('ro', 'theme_editor.category_menu_horizontal_decoration', 'Category menu expanded decoartion'),
('ro', 'theme_editor.category_menu_horizontal_decoration_text', 'Category menu expanded decoartion text'),
('ro', 'theme_editor.category_menu_horizontal_decoration_text_hover', 'Category menu expanded decoartion text hover'),
('ro', 'theme_editor.checkout_control_background', 'Checkout: Payment / shipping method background'),
('ro', 'theme_editor.checkout_control_border', 'Checkout: Payment / shipping method border'),
('ro', 'theme_editor.checkout_control_description', 'Checkout: Payment / shipping method description'),
('ro', 'theme_editor.checkout_control_label', 'Checkout: Credit card field names'),
('ro', 'theme_editor.checkout_control_title', 'Checkout: Payment / shipping method title'),
('ro', 'theme_editor.checkout_input_border', 'Checkout: Field border'),
('ro', 'theme_editor.checkout_input_label', 'Checkout: Field label'),
('ro', 'theme_editor.checkout_input_text', 'Checkout: Text in fields'),
('ro', 'theme_editor.checkout_selected_control_background', 'Checkout: Selected payment / shipping method background'),
('ro', 'theme_editor.checkout_selected_control_border', 'Checkout: Selected payment / shipping method border'),
('ro', 'theme_editor.checkout_selected_input_border', 'Checkout: Selected field border'),
('ro', 'theme_editor.checkout_step_title', 'Checkout: Step title'),
('ro', 'theme_editor.checkout_terms_background', 'Checkout: \"Terms and conditions\" section background'),
('ro', 'theme_editor.close', 'Inchideti editorul de teme'),
('ro', 'theme_editor.colors', 'Culori'),
('ro', 'theme_editor.color_gen_algorithm', 'Combinatii de culori'),
('ro', 'theme_editor.color_gen_analogic', 'Analogic'),
('ro', 'theme_editor.color_gen_base_color', 'Culoare de baza'),
('ro', 'theme_editor.color_gen_contrast', 'Contrast'),
('ro', 'theme_editor.color_gen_dark_pastel', 'Pastel cu nuanta inchisa'),
('ro', 'theme_editor.color_gen_default', 'În mod implicit'),
('ro', 'theme_editor.color_gen_light_pastel', 'Pastel cu nuanta deschisa'),
('ro', 'theme_editor.color_gen_monochromatic', 'Monocrom'),
('ro', 'theme_editor.color_gen_pale', 'Pal'),
('ro', 'theme_editor.color_gen_pastel', 'Pastel'),
('ro', 'theme_editor.color_gen_title', 'Generati culori'),
('ro', 'theme_editor.color_gen_triad', 'Triada'),
('ro', 'theme_editor.color_gen_variant', 'Variatie'),
('ro', 'theme_editor.color_gen_vcontrast', 'Contrast'),
('ro', 'theme_editor.compare_color', 'Compare hover'),
('ro', 'theme_editor.confirm_enable_less', 'Modificările CSS va fi susţinută şi suprascrise. Sunteţi sigur de a continua cu mai puţin de restaurare?'),
('ro', 'theme_editor.content_bg', 'Continut'),
('ro', 'theme_editor.convert_to_css', 'Convertește în CSS'),
('ro', 'theme_editor.create_style_first', 'Aveţi posibilitatea să modificaţi acest parametru pentru stiluri implicit. Creaţi unul nou în primul rând'),
('ro', 'theme_editor.css', 'CSS personalizat'),
('ro', 'theme_editor.customize', 'Personalizati'),
('ro', 'theme_editor.decorative_color', 'Decorativ'),
('ro', 'theme_editor.discount_label', 'Reducere'),
('ro', 'theme_editor.discount_label_text', 'Discount label text'),
('ro', 'theme_editor.enable', 'Dezactivati editorul de teme'),
('ro', 'theme_editor.enable_less', 'Activează LESS'),
('ro', 'theme_editor.error_preset_exists', 'Presetarea cu acest nume deja exista. Va rugam sa alegeti o alta presetare.'),
('ro', 'theme_editor.error_style_exists', 'Stilul cu acest nume deja exista Va rugam sa alegeti un alt stil.'),
('ro', 'theme_editor.error_theme_converted_to_css', 'Compilate de fişiere CSS nu acceptă styling. Restabili mai puţin în <a target=\"_blank\" href=\"[url]\"> Tematica editor</a> pentru a modifica stiluri.'),
('ro', 'theme_editor.favicon', 'Favicon'),
('ro', 'theme_editor.favicon_size', 'Dimensiunea faviconului trebuie sa fie 16x16 px'),
('ro', 'theme_editor.fixed', 'Fixat'),
('ro', 'theme_editor.font', 'Font'),
('ro', 'theme_editor.fonts', 'Fonturi'),
('ro', 'theme_editor.font_color', 'Font'),
('ro', 'theme_editor.font_one', 'Primary font'),
('ro', 'theme_editor.font_two', 'Secondary font'),
('ro', 'theme_editor.footer', 'Subsol'),
('ro', 'theme_editor.footer_bottom', 'Footer bottom'),
('ro', 'theme_editor.footer_bottom_text', 'Footer bottom text'),
('ro', 'theme_editor.footer_location_icon', 'Footer location icons'),
('ro', 'theme_editor.footer_location_icon_bkg', 'Footer location icons background'),
('ro', 'theme_editor.footer_social_icons', 'Footer social icons'),
('ro', 'theme_editor.footer_text', 'Text subsol'),
('ro', 'theme_editor.footer_title', 'Footer title'),
('ro', 'theme_editor.full_width', 'Latime complet'),
('ro', 'theme_editor.general', 'Implicit'),
('ro', 'theme_editor.general_bg', 'Implicit'),
('ro', 'theme_editor.gift_cert', 'Certificat de cadou'),
('ro', 'theme_editor.google_fonts', 'Use google fonts'),
('ro', 'theme_editor.gradient', 'Gradient'),
('ro', 'theme_editor.grid_icon', 'Grid Quick view, Compare, Wishlist icons'),
('ro', 'theme_editor.grid_icon_add_to_cart', 'Add to cart button'),
('ro', 'theme_editor.grid_icon_add_to_cart_bkg', 'Add to cart background'),
('ro', 'theme_editor.grid_icon_add_to_cart_text', 'Add to cart button text'),
('ro', 'theme_editor.grid_icon_add_to_compare_bkg', 'Add to compare background'),
('ro', 'theme_editor.grid_icon_add_wishlist_bkg', 'Add to wishlist background'),
('ro', 'theme_editor.grid_icon_bkg', 'Grid Quick view, Compare, Wishlist icons background'),
('ro', 'theme_editor.grid_icon_hover', 'Grid Quick view, Compare, Wishlist icons hover'),
('ro', 'theme_editor.grid_icon_quick_view_bkg', 'Quick view background'),
('ro', 'theme_editor.grid_info_background', 'Grid info background'),
('ro', 'theme_editor.grid_info_title', 'Grid info title'),
('ro', 'theme_editor.grid_info_title_hover', 'Grid info title hover'),
('ro', 'theme_editor.header', 'Antet'),
('ro', 'theme_editor.header_call_request_link', 'Header call request link'),
('ro', 'theme_editor.header_cart_ammount', 'Header cart amount'),
('ro', 'theme_editor.header_cart_ammount_bkg', 'Header cart amount background'),
('ro', 'theme_editor.header_icons', 'Header icons'),
('ro', 'theme_editor.header_icons_hover', 'Header icons hover'),
('ro', 'theme_editor.header_text', 'Header text'),
('ro', 'theme_editor.headings_font', 'Rubrici'),
('ro', 'theme_editor.hide_show', 'Ascunde/Arata temele panoului de editare'),
('ro', 'theme_editor.incorrect_preset_name', 'Numele prestabilit nu poate conține următoarele caractere: \"/ # % ? * : ; { } \\ \"'),
('ro', 'theme_editor.incorrect_style_name', 'Numele stilului nu poate conține următoarele caractere: \"/ # % ? * : ; { } \\ + \"'),
('ro', 'theme_editor.info_blocks', 'Info blocks'),
('ro', 'theme_editor.in_stock', 'In stoc'),
('ro', 'theme_editor.links_font', 'Link-uri'),
('ro', 'theme_editor.links_hover', 'Links hover'),
('ro', 'theme_editor.link_color', 'Link-uri'),
('ro', 'theme_editor.list-price', 'List price'),
('ro', 'theme_editor.logos', 'Logo-uri'),
('ro', 'theme_editor.mail', 'Mail'),
('ro', 'theme_editor.main', 'Continut mail'),
('ro', 'theme_editor.mainbox_title', 'Mainbox title'),
('ro', 'theme_editor.mainbox_title_bkg', 'Mainbox title background'),
('ro', 'theme_editor.max_image_size', 'Imaginea nu trebuie sa fie mai mare de 200 kB.'),
('ro', 'theme_editor.menu_categ_left_content_description', 'Categories menu left content description'),
('ro', 'theme_editor.menu_categ_left_content_link', 'Categories menu left content link'),
('ro', 'theme_editor.menu_categ_left_content_link_hover', 'Categories menu left content link hover'),
('ro', 'theme_editor.menu_categ_right_content_link', 'Categories menu right content link'),
('ro', 'theme_editor.menu_categ_right_content_link_hover', 'Categories menu right content link hover'),
('ro', 'theme_editor.menu_categ_right_content_title', 'Categories menu right content title'),
('ro', 'theme_editor.menu_categ_title', 'Categories menu title'),
('ro', 'theme_editor.menu_categ_title_bkg', 'Categories menu background'),
('ro', 'theme_editor.menu_color', 'Main Menu'),
('ro', 'theme_editor.menu_color_hover', 'Main Menu background hover'),
('ro', 'theme_editor.menu_links_color', 'Main Menu links'),
('ro', 'theme_editor.menu_links_color_hover', 'Main Menu links hover'),
('ro', 'theme_editor.menu_links_hover', 'Menu links hover'),
('ro', 'theme_editor.menu_links_hover_text', 'Menu links hover text'),
('ro', 'theme_editor.menu_link_1_background', 'Main menu link 1 background'),
('ro', 'theme_editor.menu_link_2_background', 'Main menu link 2 background'),
('ro', 'theme_editor.menu_link_3_background', 'Main menu link 3 background'),
('ro', 'theme_editor.menu_link_4_background', 'Main menu link 4 background'),
('ro', 'theme_editor.menu_link_5_background', 'Main menu link 5 background'),
('ro', 'theme_editor.menu_link_6_background', 'Main menu link 6 background'),
('ro', 'theme_editor.menu_link_7_background', 'Main menu link 7 background'),
('ro', 'theme_editor.middle_bg', 'Mijloc'),
('ro', 'theme_editor.multiscroller', 'Multiscroller header background'),
('ro', 'theme_editor.multiscroller_compare_color', 'Multiscroller Compare hover'),
('ro', 'theme_editor.multiscroller_icon', 'Multiscroller Quick view, Compare, Wishlist icons'),
('ro', 'theme_editor.multiscroller_icon_border', 'Multiscroller icon border'),
('ro', 'theme_editor.multiscroller_link', 'Multiscroller tab text'),
('ro', 'theme_editor.multiscroller_link_active_hover_bkg', 'Multiscroller tab background hover'),
('ro', 'theme_editor.multiscroller_link_bkg', 'Multiscroller tab background'),
('ro', 'theme_editor.multiscroller_link_hover', 'Multiscroller tab text hover'),
('ro', 'theme_editor.multiscroller_quick_view_color', 'Multiscroller Quick view hover'),
('ro', 'theme_editor.multiscroller_wishlist_color', 'Multiscroller Wishlist hover'),
('ro', 'theme_editor.no_repeat', 'Nu repeta'),
('ro', 'theme_editor.off', 'Off'),
('ro', 'theme_editor.on', 'On'),
('ro', 'theme_editor.other_fonts', 'Alte font-uri'),
('ro', 'theme_editor.out_of_stock', 'Nu exista in stoc'),
('ro', 'theme_editor.page_cant_be_configured', 'The appearance of this page can\'t be configured with the Theme editor.'),
('ro', 'theme_editor.pattern', 'Sablon'),
('ro', 'theme_editor.popular_fonts', 'Fonturi populare'),
('ro', 'theme_editor.popup_title_bkg', 'Popup title background'),
('ro', 'theme_editor.popup_title_text', 'Popup title text'),
('ro', 'theme_editor.position', 'Pozitie'),
('ro', 'theme_editor.pp_price_saving_bkg', 'Product page price saving background'),
('ro', 'theme_editor.pp_price_saving_text', 'Product page price saving text'),
('ro', 'theme_editor.presets', 'Presetari'),
('ro', 'theme_editor.preset_data_cannot_be_saved', 'Datele prestabilite nu pot fi salvate. Ar trebui sa stabilti permisiuni de scriere pentru directoriul <b>[theme_dir]</b> pentru a rezolva problema.'),
('ro', 'theme_editor.preset_name', 'Nume prestabilit.'),
('ro', 'theme_editor.price', 'Pret'),
('ro', 'theme_editor.price_font', 'Eticheta de pret'),
('ro', 'theme_editor.primary_button', 'Primary color'),
('ro', 'theme_editor.primary_button_text', 'Primary text'),
('ro', 'theme_editor.product_carousel_scroll_animations_style', 'Product image in carousel scroll animation'),
('ro', 'theme_editor.product_title', 'Product title'),
('ro', 'theme_editor.product_title_link', 'Product title link'),
('ro', 'theme_editor.quick_view_color', 'Quick view hover'),
('ro', 'theme_editor.rating_color', 'Rating color'),
('ro', 'theme_editor.rating_icons', 'Rating icons'),
('ro', 'theme_editor.rating_text', 'Rating text'),
('ro', 'theme_editor.repeat', 'Repetare'),
('ro', 'theme_editor.repeat_x', 'Repetati x'),
('ro', 'theme_editor.repeat_y', 'Repetati y'),
('ro', 'theme_editor.reset_backgrounds', 'Resetare fundaluri'),
('ro', 'theme_editor.reset_colors', 'Resetare culori'),
('ro', 'theme_editor.reset_css', 'Resetare CSS'),
('ro', 'theme_editor.reset_fonts', 'Resetare fonturi'),
('ro', 'theme_editor.reset_general', 'Resetare generala'),
('ro', 'theme_editor.reset_logos', 'Resetare logo-uri'),
('ro', 'theme_editor.rounded_corners', 'Colturi rotunjite'),
('ro', 'theme_editor.scroll', 'Parcurgere'),
('ro', 'theme_editor.scroll_animations', 'Use scroll animations'),
('ro', 'theme_editor.scroll_up', 'Scroll up button'),
('ro', 'theme_editor.search_button_bkg', 'Search button background'),
('ro', 'theme_editor.search_button_bkg_hover', 'Search button background hover'),
('ro', 'theme_editor.search_button_text', 'Search button icon'),
('ro', 'theme_editor.search_button_text_hover', 'Search button icon hover'),
('ro', 'theme_editor.secondary_button', 'Secondary color'),
('ro', 'theme_editor.secondary_button_text', 'Secondary text'),
('ro', 'theme_editor.secondary_content_bg', 'Secondary content'),
('ro', 'theme_editor.secondbox_title', 'Secondbox title'),
('ro', 'theme_editor.secondbox_title_bkg', 'Secondbox title background'),
('ro', 'theme_editor.shipping_label', 'Shipping label'),
('ro', 'theme_editor.shipping_label_text', 'Shipping label text'),
('ro', 'theme_editor.show_dropdown_homepage', 'Expand menu on homepage'),
('ro', 'theme_editor.show_mega_menu_category_images', 'Mega Menu category thumbnails'),
('ro', 'theme_editor.sidebar', 'Sidebar background'),
('ro', 'theme_editor.sidebar_decorative', 'Sidebar decorative'),
('ro', 'theme_editor.sidebar_link', 'Sidebar links'),
('ro', 'theme_editor.sidebar_links', 'Sidebar links'),
('ro', 'theme_editor.sidebar_title', 'Sidebar title'),
('ro', 'theme_editor.sticky_menu', 'Sticky menu'),
('ro', 'theme_editor.style', 'Stil'),
('ro', 'theme_editor.styles', 'Stiluri'),
('ro', 'theme_editor.style_data_cannot_be_saved', 'Datele de stil nu poate fi salvate. Ar trebui sa setati permisiunile de scriere <b>[theme_dir]</b> director pentru a rezolva aceasta problema.'),
('ro', 'theme_editor.style_name', 'Nume stil'),
('ro', 'theme_editor.sub_footer', 'Sub footer'),
('ro', 'theme_editor.sub_footer_text', 'Sub footer text'),
('ro', 'theme_editor.system_fonts', 'Fonturi de sistem'),
('ro', 'theme_editor.tertiary_button', 'Tertiary color'),
('ro', 'theme_editor.tertiary_button_text', 'Tertiary text'),
('ro', 'theme_editor.tertiary_content_bg', 'Teritary content'),
('ro', 'theme_editor.text_align', 'Alinierea textului'),
('ro', 'theme_editor.text_close_editor', 'Sunteti sigur/a ca doriti iesirea din editorul de teme?'),
('ro', 'theme_editor.text_close_editor_unsaved', 'Aveti modificari nesalvate. Sunteti sigur/a ca doriti sa parasiti editorul de teme?'),
('ro', 'theme_editor.text_convert_to_css', '<p>Generază fişiere CSS din LESS (pentru editarea manuală).</p><p>IMPORTANT: nu veţi putea să utilizaţi editorul de temă pentru a personaliza magazinului!</p><p><i>Fisierele originale LESS vor fi salvate şi va fi capabil de a restabili mai târziu</i></p>'),
('ro', 'theme_editor.text_reset_changes', 'Toate modificarile de la ultima salvare vor fi resetate.'),
('ro', 'theme_editor.te_font_one', 'Primary font'),
('ro', 'theme_editor.te_font_two', 'Secondary font'),
('ro', 'theme_editor.theme', 'Teme'),
('ro', 'theme_editor.third_button', 'Third button'),
('ro', 'theme_editor.top_account_cart', 'Top account/cart'),
('ro', 'theme_editor.top_account_cart_hover', 'Top account/cart hover'),
('ro', 'theme_editor.top_panel', 'Panou de top'),
('ro', 'theme_editor.top_panel_links', 'Linkurile top panel'),
('ro', 'theme_editor.top_panel_links_hover', 'Top panel links hover'),
('ro', 'theme_editor.top_panel_links_hover_active', 'Top link hover/active'),
('ro', 'theme_editor.top_panel_text', 'Textul panoului superior'),
('ro', 'theme_editor.transparent', 'Transparent'),
('ro', 'theme_editor.upload_image', 'Incarcati imaginea'),
('ro', 'theme_editor.vendor_contact_link', 'Vendor cotact link'),
('ro', 'theme_editor.vendor_location', 'Vendor location'),
('ro', 'theme_editor.vendor_name', 'Vendor name'),
('ro', 'theme_editor.vendor_phone', 'Vendor phone'),
('ro', 'theme_editor.vendor_product_number', 'Vendor product number'),
('ro', 'theme_editor.vendor_rating', 'Vendor rating'),
('ro', 'theme_editor.vendor_rating_text', 'Vendor rating text'),
('ro', 'theme_editor.vendor_store_button_bkg', 'Vendor store button background'),
('ro', 'theme_editor.vendor_store_button_text', 'Vendor store button text'),
('ro', 'theme_editor.vendor_store_header_background', 'Vendor store header background'),
('ro', 'theme_editor.vendor_store_header_name', 'Vendor store header name'),
('ro', 'theme_editor.vendor_store_header_title', 'Vendor store header titles'),
('ro', 'theme_editor.vendor_store_social_icon_bkg', 'Vendor store social icon background'),
('ro', 'theme_editor.vendor_store_social_icon_text', 'Vendor store social icon'),
('ro', 'theme_editor.warning_css_changes_will_be_reverted', '<p>Ar trebui să comutaţi înapoi la LESS de a putea utiliza editorul de temă, pentru că se ocupă cu mai puţin de fişiere în loc de simplu CSS.</p><p><strong>Important:</strong> toate CSS fişiere vor fi suprascrise în timpul restaurării! Personalizat CSS modificări vor fi salvate în directorul backup.</p>'),
('ro', 'theme_editor.wishlist_color', 'Wishlist hover'),
('ro', 'theme_editor_mode', 'Modul editor tema'),
('ro', 'theme_editor_not_supported', 'This theme doesn\'t support theme editor'),
('ro', 'theme_information', 'Informatii tema'),
('ro', 'theme_no_styles_text', 'Aceasta tema nu are stiluri.'),
('ro', 'theme_styles_and_layouts', 'Stilurile si layout-urile temei.'),
('ro', 'the_test_transaction', 'Aceasta este o tranzactie TEST'),
('ro', 'this_day', 'In aceasta zi'),
('ro', 'this_month', 'In aceasta luna'),
('ro', 'this_week', 'In aceasta saptamana'),
('ro', 'this_year', 'In acest an'),
('ro', 'ths_sign', 'Semn Ths'),
('ro', 'thumb', 'Miniatura'),
('ro', 'thumbnail', 'Pictograma'),
('ro', 'thumbnails', 'Setari imagini'),
('ro', 'thumbnails_removed', 'Thumbnail-urile au fost indepartate'),
('ro', 'thumbnail_width', 'Pictograma cu derulator'),
('ro', 'ticket_id', 'Ticket Id'),
('ro', 'ticket_information', 'TICKET INFORMATION'),
('ro', 'ticket_list', 'Ticket List'),
('ro', 'ticket_message', 'Ticket Message'),
('ro', 'ticket_subject', 'Ticket Subject'),
('ro', 'ticket_type', 'Ticket Type'),
('ro', 'tier_account', 'Nivel de cont'),
('ro', 'time', 'Timp'),
('ro', 'timeout', 'Pauză'),
('ro', 'Timestamp', 'Marcaj de timp'),
('ro', 'timezone_upgrade_notification_text', '<p>Time zone \"Athens, Beirut, Istanbul\" has been split into 3 different time zones:</p><ul><li>Europe/Istanbul</li><li>Europe/Athens</li><li>Asia/Beirut</li></ul><p>Please go to <b>Settings</b> &rarr; <b>Appearance</b> and make sure you have the right time zone there.</p>'),
('ro', 'timezone_upgrade_notification_title', 'Time zone changes'),
('ro', 'time_interval', 'Interval de timp'),
('ro', 'time_unlimited_download', 'Decarcare Timp-nelimitat'),
('ro', 'tip', 'Tip'),
('ro', 'tip.quick_select_and_close_category_selector', 'Tip: Hold \'Ctrl\' (or \"⌘\" on Mac) while clicking on a category name. This will add one category and close the window.'),
('ro', 'title', 'Titlu'),
('ro', 'tmpl_abt__ut2_dropdown_horizontal_mwi', 'AB: Horizontal dropdown list with icons'),
('ro', 'tmpl_abt__ut2_dropdown_vertical_mwi', 'AB: Vertical dropdown list with icons'),
('ro', 'tmpl_abt__ut2__categories_title_block', 'AB: Block: Category title'),
('ro', 'tmpl_abt__ut2__features_title_block', 'AB: Block: Feature title'),
('ro', 'tmpl_abt__ut2__my_account_links_advanced', 'AB: My account (advanced)'),
('ro', 'tmpl_abt__ut2__recent_posts_advanced', 'AB: Blog: Recent posts'),
('ro', 'tmpl_abt__ut2__subscribe_advanced', 'AB: Subscription form'),
('ro', 'tmpl_abt__ut2__subscription', 'AB: Newsletters: Subscription form'),
('ro', 'tmpl_abt__ut2__title_block', 'AB: Block: Title'),
('ro', 'tmpl_abt__ut2__top_buttons', 'AB: Buttons Compare and Wishlist'),
('ro', 'tmpl_abt__ut2__top_buttons.compare_list.tooltip', 'View Comparison list'),
('ro', 'tmpl_call_request', 'Formular de cerere de apel'),
('ro', 'tmpl_copyright', 'Informatii Copyright'),
('ro', 'tmpl_grid', 'Grilă'),
('ro', 'tmpl_grid2', 'Grila2'),
('ro', 'tmpl_list_without_options', 'Lista fara optiuni'),
('ro', 'tmpl_logo', 'Logo magazin'),
('ro', 'tmpl_multicolumns_small', 'Multicoloane mici'),
('ro', 'tmpl_multicolumn_list', 'Lista multicoloane.'),
('ro', 'tmpl_newsletters_subscription_advanced', 'Newsletters: subscription advanced form'),
('ro', 'tmpl_payment_icons', 'Icons sisteme plati'),
('ro', 'tmpl_payment_icons_rus', 'Payment systems russian icons'),
('ro', 'tmpl_polls_central', 'Central'),
('ro', 'tmpl_polls_side', 'Side box'),
('ro', 'tmpl_quick_links', 'Linkuri rapide'),
('ro', 'tmpl_scroller', 'Derulator'),
('ro', 'tmpl_search', 'Camp de cautare'),
('ro', 'tmpl_sidebox_1_item', 'Casuta alaturata primului element'),
('ro', 'tmpl_subscription', 'Newsletters: subscription form'),
('ro', 'tmpl_subscription_advanced', 'Subscription advanced form'),
('ro', 'tmpl_text_ckeditor', 'CKEditor'),
('ro', 'to', 'Catre'),
('ro', 'today', 'Astazi'),
('ro', 'tools', 'Instrumente'),
('ro', 'tools_addons_activated_count', 'Active add-ons:'),
('ro', 'tools_addons_additional_payment_methods', 'There may be more payment processors. They\'ll show up if you activate the corresponding <a href=\"[url]\">payment add-ons</a>.'),
('ro', 'tools_addons_additional_shipping_methods', 'There may be more carriers. They\'ll show up if you activate the corresponding <a href=\"[url]\">shipping add-ons</a>.'),
('ro', 'tools_addons_additional_themes', 'There may be more themes. They\'ll show up if you activate the corresponding <a href=\"[url]\">theme add-ons</a>.'),
('ro', 'tools_addons_core_addons_count', 'Built-in add-ons:'),
('ro', 'tools_addons_current_state', 'Situatia actuala'),
('ro', 'tools_addons_disabled_msg', 'An administrator disabled all add-ons or third-party add-ons.<br> Press the Re-enable add-ons button to initialize the add-ons that were previously active.'),
('ro', 'tools_addons_disable_all', 'Disable all add-ons'),
('ro', 'tools_addons_disable_third_party', 'Disable third-party add-ons'),
('ro', 'tools_addons_installed_count', 'Installed add-ons:'),
('ro', 'tools_addons_no_addons', 'Fără suplimente'),
('ro', 'tools_addons_no_third_party_addons', 'Nici un supliment aferent terților'),
('ro', 'tools_addons_other_addons_count', 'Third-party add-ons:'),
('ro', 'tools_re_enable_add_ons', 'Re-enable add-ons'),
('ro', 'tooltip', 'Tooltip'),
('ro', 'top_panel', 'Sus'),
('ro', 'top_sellers', 'Top sellers'),
('ro', 'top_wishlist_compare', 'ET - Top wishlist compare'),
('ro', 'total', 'Total'),
('ro', 'totally_paid', 'Total plati'),
('ro', 'totals', 'Totaluri'),
('ro', 'total_amount', 'Suma totala'),
('ro', 'total_amount_due', 'Suma total datorată'),
('ro', 'total_cost', 'Costuri totale'),
('ro', 'total_items', 'Total produse'),
('ro', 'total_list_price', 'Preț de listă total'),
('ro', 'total_orders', 'Created orders'),
('ro', 'total_paid_orders', 'Paid orders'),
('ro', 'total_period_payout', 'Plata totală perioadei de vânzări'),
('ro', 'total_price', 'Pretul total'),
('ro', 'total_product_cost', 'Costul total de produse'),
('ro', 'total_replies', 'Total Replies'),
('ro', 'total_results', 'Total rezultate'),
('ro', 'total_spent_money', 'Total spend'),
('ro', 'total_unpaid_balance', 'Sold total neplătit'),
('ro', 'total_without_commission', 'Total descontando a comissão'),
('ro', 'to_all_subcats', 'Aplica tuturor subcategoriilor'),
('ro', 'to_date', 'Date prin intermediul'),
('ro', 'to_fixed', 'La o suma fixa'),
('ro', 'to_percentage', 'Catre un procentaj din pretul initial'),
('ro', 'tpe', 'TPE'),
('ro', 'track', 'Urmariti'),
('ro', 'tracking_num', 'Număr de urmărire'),
('ro', 'tracking_number', 'Numarul de urmarire'),
('ro', 'tracks', 'Identificator'),
('ro', 'track_my_order', 'Urmarire comanda'),
('ro', 'track_on_carrier_site', 'Track on website'),
('ro', 'track_orders', 'Urmariti comenzile'),
('ro', 'track_request_subj', 'Urmarire comanda'),
('ro', 'track_without_options', 'Urmariti fara optiuni'),
('ro', 'track_with_options', 'Urmariti cu optiuni'),
('ro', 'TransactionDateTime', 'Data tranzactiei'),
('ro', 'transaction_approved', 'Tranzactie aprobata'),
('ro', 'transaction_cancelled', 'Tranzactie anulata.'),
('ro', 'transaction_datetime', 'Data tranzactiei.'),
('ro', 'transaction_declined', 'Tranzactie respinsa'),
('ro', 'transaction_id', 'ID-ul tranzactiei'),
('ro', 'transaction_key', 'Cheia tranzactiei'),
('ro', 'transaction_password', 'Parola tranzactiei'),
('ro', 'transaction_type', 'Tipul tranzactiei'),
('ro', 'transaction_url', 'URL-ul tranzactiei'),
('ro', 'transaction_used_fee_value', 'Comissão p/ usados'),
('ro', 'translate', 'Traduceti'),
('ro', 'translations', 'Traduceri'),
('ro', 'trash_category', 'Trash category'),
('ro', 'trash_category_description', 'When a product is deleted from the last category in the store, it will be moved to this category.'),
('ro', 'tree', 'Arbore'),
('ro', 'trial', 'Testare'),
('ro', 'trial_expired', 'A expirat perioada trial [product]'),
('ro', 'trial_mode_mve_disabled', 'Modul trial nu mai este disponibil, deoarece aveti o licenta valabila activata pentru aceasta instalare'),
('ro', 'trial_mode_ult_disabled', 'Modul trial nu poate fi activat.'),
('ro', 'trial_notice', 'Magazinul dvs. este in modul Trial.<br /><br />În cazul in care perioada de proba de 30 de zile expira, modul Free va fi activat automat.<br /><br />În scopul de a mentine accesul complet la toate caracteristicile dupa perioada de proba pentru a respinge permanent acest mesaj, achizitionati o licenta si <a class=\"cm-dialog-opener cm-dialog-auto-size\" data-ca-target-id=\"store_mode_dialog\">Activati modul Full </a>.'),
('ro', 'true', 'Adevarat'),
('ro', 'ttc_abt__ut2.menu_with_icons.desc', 'Short description for menu item (it is shown this field only for first-level items after menu item name)'),
('ro', 'ttc_abt__ut2.menu_with_icons.dropdown', 'Show children menu items with dropdown list (only for <b>AB: Vertical dropdown list with icons</b> for the first-level items). It is rational to use this mode for those first level menu items, that have a large number of elements (subitems) on the third nesting level'),
('ro', 'ttc_abt__ut2.menu_with_icons.icon', 'Icon for menu item (max size for icons:<br> — for the first level items 32x32px / for HiDPI 64x64px). If you don\'t use <b>Short description</b> for the first level menu items, then max size will be 24x24px / for HiDPI 48x48px<br> — for the second level items max icons width 100px / for HiDPI 200px)'),
('ro', 'ttc_abt__ut2.menu_with_icons.label', 'Label for menu item (ability to mark with labels, important menu items (promotion, new, total sales, etc. optional))'),
('ro', 'ttc_abt__ut2.menu_with_icons.label_background', 'Label background for menu item'),
('ro', 'ttc_abt__ut2.menu_with_icons.label_color', 'Label color for menu item'),
('ro', 'ttc_abt__ut2.menu_with_icons.text', 'HTML-content shown in this menu item (only for the first-level items). Used to show banner in mega menu (or any another content)'),
('ro', 'ttc_abt__ut2.menu_with_icons.text_position', 'Position of HTML-content, that will be shown in this menu item (only for the first-level items)'),
('ro', 'ttc_ab__lc.catalog.icon', 'Is displayed on the page <b>AB: Catalog</b> to the left of the name of category'),
('ro', 'ttc_ab__lc.catalog.image_control', 'For display the size specified in the fields \"Categories list thumbnail width/height\" on admin panel page \"Settings\" - \"Thumbnails\" will be used. Size 32*32px will be used for displaying to the left'),
('ro', 'ttc_ab__lc.control_subcategory_structure.inherit_control', 'If it is noted, then each point of a subcategory will be constructed taking into account its settings <b>AB: Management of the displayed structure of landing category/page</b> on <b>AB: Landing category/page</b> pages'),
('ro', 'ttc_ab__lc.control_subcategory_structure.menu_id', 'Specify the menu ID which will be used for creation of the new structure of the subcategories'),
('ro', 'ttc_ab__lc.landing_category.landing', 'The page of category will be displayed as a landing. Only subcategories, without products will be displayed'),
('ro', 'ttc_ab__lc.landing_category.subsubcategories', 'The maximum amount of displayed sub-subcategories. If it is equal 0 - sub-subcategories won\'t be displayed'),
('ro', 'ttc_ab__search_motivation.default_search_phrases', 'Will be used when fields in categories are empty'),
('ro', 'ttc_ab__search_motivation.search_phrases', 'Input the list of expressions for this category; each expression should be written from a new line'),
('ro', 'ttc_addons.form_builder.email_subject_field', 'Câmpurile de tip \"caseta de selectare\" sau \"câmp de intrare\" poate fi folosit'),
('ro', 'ttc_addons.paypal.rma.perform_refund', 'A refund will be made once an administrator changes the return request status'),
('ro', 'ttc_addons.paypal.status_for_new_orders', 'All orders with a PayPal payment method get this status until the response from PayPal (an IPN message) arrives or a customer returns to the store via a link on the PayPal site.'),
('ro', 'ttc_hybrid_auth.linkedin_api_version', 'LinkedIn <a target=\"_blank\" href=\"https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/migration-faq?context=linkedin/consumer/context\">deprecated API v1</a>, but old apps still use it. If you\'re configuring LinkedIn app for the first time now, use API v2. Old LinkedIn apps configured some time ago may still be using v1.'),
('ro', 'ttc_mobile_app.appfulldescription', 'Application full description (up to 4000 symbols)'),
('ro', 'ttc_mobile_app.appname', 'Application name (up to 30 symbols)'),
('ro', 'ttc_mobile_app.appshortdescription', 'Application short description (up to 80 symbols)'),
('ro', 'ttc_mobile_app.privacypolicyurl', 'URL of the Privacy Policy page of your store'),
('ro', 'ttc_mobile_app.pushnotifications', 'Push notifications'),
('ro', 'ttc_mobile_app.shopname', 'Shop Name'),
('ro', 'ttc_mobile_app.supportemail', 'Will be displayed in \'about app\' section'),
('ro', 'ttc_ogone.sha_in', 'The SHA-IN pass phrase is set on the Ingenico administration panel on the <b>Data and origin verification</b> tab.'),
('ro', 'ttc_ogone_web.sha_out', 'The SHA-OUT pass phrase is set on the Ingenico administration panel on the <b>Transaction feedback</b> tab.'),
('ro', 'ttc_page_title', 'Titlul paginii afisat pe bara browsere-ului.'),
('ro', 'ttc_paypal_logo', 'Use a valid graphics format, such as .gif, .jpg, or .png. Limit the image to 190 pixels wide by 60 pixels high. PayPal crops images that are larger. PayPal places your logo image at the top of the cart review area.'),
('ro', 'ttc_paypal_use_in_context_checkout', 'In-Context Checkout will not be used when the store is running in Widget mode'),
('ro', 'ttc_popularity', 'Popularitatea produsului e bazata pe numarul de vizualizari in magazin, pe numarul de adaugari in cos si numarul de achizitii.'),
('ro', 'ttc_post_description', 'Utilizarea &lt;!--tăiat--&gt; tag-ul (trecerea la codul sursă pentru a insera) pentru a ascunde o parte din acest post. Numai partea tag-ul de mai sus este afişat în lista de mesaje toate. < br / > < br / > asiguraţi-vă că pentru a <strong>închide toate tag-urile HTML</strong> mai sus &lt;!--tăiat--&gt; tag-ul!'),
('ro', 'ttc_product_feature.feature_style', 'Determines the look of this feature on the product page.'),
('ro', 'ttc_product_feature.filter_style', 'Determines the look of a filter by this feature on the product list. Filters make it easier for customers to find a product with the desired feature value. You\'ll be able to create a filter after you create a feature.'),
('ro', 'ttc_product_feature.purpose', 'Determines how you and your customers will be able to use this feature.'),
('ro', 'ttc_search_words', 'Enter a few words here, and the product will appear in the results of the built-in search for those words, even if the product name or description doesn\'t have them. Separate different search words by commas.'),
('ro', 'ttc_shippings.can.contract_id', 'Contract ID is required to obtain discounted rates for commercial customers when the Customer number is specified. Contract ID must be omitted for Solutions for Small Business members or general business users'),
('ro', 'ttc_shippings.can.customer_number', 'Customer number is required for commercial customers and Solutions for Small Business members to get discounted rates if parcel is mailed on behalf of customer'),
('ro', 'ttc_shippings.can.option_cov', 'Suma rambursata'),
('ro', 'ttc_storefront_url', 'Toate denumirile domeniilor ale storefront-ului dvs trebuie asociate cu aceleasi adrese de IP. Nota: Comutare la \"toate magazinele\" pentru a edita.'),
('ro', 'ttc_stores_status', 'ON—the storefront is open; everyone will see it. OFF—the storefront is closed; only those who have the access key will be able to see it.'),
('ro', 'ttc_vendor_debt_payout.payout_overdue_limit', 'Payments for plans are drawn from the vendor\'s account balance. If the balance gets negative after the fee is taken, and this period expires, the vendor\'s administration panel will not allow to perform any actions until the vendor pays the debt.'),
('ro', 'ttc_vendor_debt_payout.vendor_debt_limit', 'When a vendor\'s balance is negative and reaches this number, the vendor\'s administration panel will not allow to perform any actions. When a vendor\'s negative balance is half this number, the vendor will see the warning specified in the \"vendor_debt_payout.debt_near_limit_message\" language variable.'),
('ro', 'tts_activate_menu_tab_for', 'Elementul de meniu va fi afisat ca fiind activat pentru expedierea specificata.'),
('ro', 'tts_generate_submenu', 'Submeniul va include elemente selectate obiectului.'),
('ro', 'tts_link_text', 'Tinta URL. Poate fi un URL extern, un magazin de URL-ul interior sau o expediere.'),
('ro', 'tts_menu_user_class', 'Clasa CSS definite de utilizator vor fi adăugate la elementul de meniu, astfel încât acest lucru va permite să se definească punctul de meniu cu propriul stil CSS.'),
('ro', 'tt_addons_abt__unitheme2_views_abt__ut2_buy_together_generate_description', 'You can use placeholder %product% which will be replaced by original product name'),
('ro', 'tt_addons_abt__unitheme2_views_abt__ut2_buy_together_generate_name', 'You can use placeholder %product% which will be replaced by original product name'),
('ro', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.friday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('ro', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.monday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('ro', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.position', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
('ro', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.saturday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('ro', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.sunday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('ro', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.thursday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('ro', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.tuesday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('ro', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.url', 'The link format with the indication of the controller is recommended (for example, products.view?product_id=12121)'),
('ro', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.wednesday', 'Set the time of action of banner \'from\' and \'to\'.<br/>If start time didn\'t set, then it is equal 00:00<br/>If end time didn\'t set, then it is equal 23:59<br/>If both values didn\'t set then banner will be displayed from 00:00 to 23:59'),
('ro', 'tt_addons_ab__category_banners_views_ab__category_banners_update_image', 'The image is output \"as is\", without cutting'),
('ro', 'tt_addons_ab__motivation_block_views_ab__motivation_block_update_image', 'The image is displayed \"as is\" without scaling. Upload the prepared image of the necessary size, it is recommended to use size 24*24px'),
('ro', 'tt_addons_ab__video_gallery_hooks_products_tabs_content_post_ab__vg.form.replace_image', 'Use the first video as the default image on the product page'),
('ro', 'tt_addons_newsletters_views_mailing_lists_update_from_email', 'Email of a sender.');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('ro', 'tt_addons_newsletters_views_mailing_lists_update_from_name', 'Name of a sender (e.g. company name).'),
('ro', 'tt_addons_newsletters_views_mailing_lists_update_reply_to', 'Email to send replies to.'),
('ro', 'tt_addons_newsletters_views_newsletters_update_more_subjects', 'If several subjects are specified, email subject is randomly picked from this list.'),
('ro', 'tt_addons_newsletters_views_newsletters_update_users', 'If the message text contains the unsubscribe link, it will be empty for these users.'),
('ro', 'tt_addons_paypal_settings_partial_refund_action_order_status', 'Determines whether or not to change the order status automatically after a partial refund via PayPal.'),
('ro', 'tt_addons_polls_hooks_pages_tabs_content_post_poll_results', 'Mesajul care e afișat după ce chestionarul este finalizat.'),
('ro', 'tt_addons_seo_views_seo_redirects_manage_seo.old_url', 'For example, if your URL is <b>http://example.com/path/to/object</b>, you need to enter <b>/path/to/object</b>'),
('ro', 'tt_addons_store_locator_views_store_locator_update_store_locator.main_destination', 'Determines the shipping rates for this pickup point. The rates are specified on the shipping method editing page. If you don\'t select a rate area for a pickup point, then the pickup point won\'t appear at checkout.'),
('ro', 'tt_addons_store_locator_views_store_locator_update_store_locator.show_to', 'Allows you to offer this pickup point to the residents of other rate areas at checkout.'),
('ro', 'tt_addons_vendor_locations_hooks_companies_shipping_address_post_vendor_locations.location', 'The address that will be used to determine the position on Google Maps.'),
('ro', 'tt_mobile_app.crop_when_resize', 'If ticked, some part of an image might be lost (cut out) when it\'s resized, otherwise transparent borders might be added.'),
('ro', 'tt_mobile_app.m_app_icon', '1024 x 1024 (the big one is because it\'s Apple requirement, please note that it should look fine even if resized to 256x256)'),
('ro', 'tt_mobile_app.m_app_splash_landscape', 'Recommended image size 2208x1536. It is displayed when you start the application on your mobile phone'),
('ro', 'tt_mobile_app.m_app_splash_portrait', 'Recommended image size 1536x2208. It is displayed when you start the application on your mobile phone'),
('ro', 'tt_mobile_app.m_app_store_logo', '(1024 x 500). It\'s the image shown in the Google Play page of your application, see \"Feature Graphic\" section <a href=\"https://support.google.com/googleplay/android-developer/answer/1078870?hl=en\" target=\"_blank\">here</a>'),
('ro', 'tt_mobile_app.services_config', 'Upload the google-services.json file that was generated when you added an Android application in Firebase.'),
('ro', 'tt_views_block_manager_update_block_override_by_this', 'Daca salvati block-ul cu aceasta optiune, valoarea actuala a block-lui va suprascrie continutul acestui block.'),
('ro', 'tt_views_block_manager_update_block_width', 'Latimea blocurilor pentru blocuri aflate in grup avand directia orizontala, pentru alte cazuri acest parametru nu functioneaza.'),
('ro', 'tt_views_block_manager_update_location_default', 'Alegeti o locatie default. Containerele sale vor fi folosite in toate locatiile.'),
('ro', 'tt_views_block_manager_update_location_head_custom_html', 'Acest cod HTML va fi pus între &lt; cap &gt;&lt; / cap &gt; Tag-uri'),
('ro', 'tt_views_cart_components_carts_search_form_online_only', 'Daca e activat, rezultatele cautarii vor include doar utilizatorii care sunt online la acel moment.'),
('ro', 'tt_views_categories_update_product_details_layout', 'in mod implicit, modelul care este definit in setarile de aspect ale magazinului este utilizat'),
('ro', 'tt_views_currencies_update_after_sum', 'Daca e activat, simbolul monedei va fi afisat dupa valoare.'),
('ro', 'tt_views_currencies_update_decimals', 'Numarul de cifre dupa semnul zecimalei.'),
('ro', 'tt_views_currencies_update_dec_sign', 'Separator decimal.'),
('ro', 'tt_views_currencies_update_ths_sign', 'Separator miimal.'),
('ro', 'tt_views_database_manage_backup_data', 'Daca e activat, backup-ul bazei de date a fisierelor include si tabelul actual de date.'),
('ro', 'tt_views_database_manage_backup_schema', 'Daca e activat, backup-ul bazei de date al fisierelor pastreaza structura tabelului.'),
('ro', 'tt_views_exim_export_output', 'Alegeti actiunea la fisier: \"Descarcare directa\" - pentru a salva pe calculatorul local, \"Pe ecran\" - pentru a afisa fisierele continutului, \"Server\" - pentru a salva fisierul pe server.'),
('ro', 'tt_views_languages_manage_language_code', 'Codul format din doua litere al limbii.'),
('ro', 'tt_views_languages_update_country', 'Drapelul acestei tari va fi folosit ca icoana de limba.'),
('ro', 'tt_views_orders_components_orders_search_form_customer_files', 'Daca e activat, rezultatele cautarii vor contine comenzile in care clientii au incarcat proprile fisiere.'),
('ro', 'tt_views_pages_components_pages_link_page_target_url', 'The URL to redirect customers to'),
('ro', 'tt_views_pages_components_pages_link_page_url', 'The page inner URL'),
('ro', 'tt_views_payments_update_surcharge_title', 'Lasati gol pentru a utiliza \"suprataxa de plata\" ca titlu'),
('ro', 'tt_views_payments_update_taxes', 'În cazul în care taxă suplimentară plăți este luată de la furnizori, impozitele nu sunt calculate'),
('ro', 'tt_views_payments_update_template', 'Template-ul responsabil pentru afisarea campurilor aditionale pentru modalitatea de plata.'),
('ro', 'tt_views_products_components_products_shipping_settings_free_shipping', 'Products with the Free shipping option enabled will be excluded from shipping calculation if shipping method has the Use for free shipping option enabled'),
('ro', 'tt_views_products_components_products_shipping_settings_items_in_box', 'Utilizati acest camp pentru a defini numarul minim si maxim de elemente de produse care urmeaza sa fie livrate intr-o cutie separata. Introduceti o valoare non-zero si specificati dimensiunile de mai jos.'),
('ro', 'tt_views_products_components_products_shipping_settings_weight', 'Produsele nedescarcabile cu greutate zero, sunt tratate ca avand greutate minima non-zero.'),
('ro', 'tt_views_products_update_categories', 'Categorii pentru a fi afişate în breadcrumbs navigare.'),
('ro', 'tt_views_products_update_inventory', 'Track in stock product quantity. Enable the \"Enable inventory tracking\" option (Settings -> General) to modify.'),
('ro', 'tt_views_products_update_list_price', 'Pretul sugerat de producator.'),
('ro', 'tt_views_products_update_out_of_stock_actions', '\'Buy in advance\' lets customers buy out-of-stock products and products that will be available since a specific date. \'Sign up for notification\' works only when the product has zero or negative quantity.'),
('ro', 'tt_views_products_update_product_details_layout', 'In mod implicit, modelul care este definit in setarile pentru principala categorie de produs este utilizat'),
('ro', 'tt_views_product_features_update_feature_display_on_catalog', 'Arată această caracteristică pe lista de  produs pe paginile cu descrierea produsului.'),
('ro', 'tt_views_product_features_update_feature_display_on_product', 'Daca e activata, caracteristica produsului e afisata pe pagina de detalii a magazinului.'),
('ro', 'tt_views_product_features_update_prefix', 'O marca care preceda caracteristica produsului.'),
('ro', 'tt_views_product_features_update_suffix', 'O marca care urmeaza caracteristica produsului.'),
('ro', 'tt_views_product_options_update_incorrect_filling_message', 'Mesajul care va fi afisat cand datele introduse sunt incorecte.'),
('ro', 'tt_views_product_options_update_inner_hint', 'O nota care indica valoarea care trebuie introdusa.'),
('ro', 'tt_views_product_options_update_inventory', 'Daca e activata, optiunea e luata in considerare cand se formeaza inventarul produselor.'),
('ro', 'tt_views_product_options_update_regexp', 'Expresia regulata specificand un exemplu potrivit.'),
('ro', 'tt_views_promotions_update_stop_other_rules', 'Daca e activat, alte promotii nu sunt aplicate.'),
('ro', 'tt_views_sales_reports_table_time_interval', 'Perioade de analizat (zi, saptamana, luna, an).'),
('ro', 'tt_views_sales_reports_update_table_dependence', 'Parametru sortarea valorilor. Acesta trebuie să se refere la valoarea pentru a afişa param (ex. costurile produs — Total costul sau numărul de produse — numărul de articole).'),
('ro', 'tt_views_sales_reports_update_table_limit', 'Numarul maxim de componente de diagrama.'),
('ro', 'tt_views_shippings_components_services_ups_ship_ups_pickup_type', '<p>Select \"Daily Pickup\" to calculate the delivery cost according to Daily Rates.</p><p>Select \"One Time Pickup\", \"Letter Center\", or \"Air Service Center\" to calculate the delivery cost according to Retail Rates.</p>'),
('ro', 'tt_views_shippings_update_delivery_time', 'Timpul de livrare apare lângă numele de metoda de transport. Dacă utilizaţi \"realtime\" expediere rata de calcul, serviciul de transport poate furniza propriile sale timpi de livrare. Timpul furnizat de serviciul de transport va fi afişat în loc de timpul pe care il specifici aici.'),
('ro', 'tt_views_shippings_update_use_for_free_shipping', 'Exclude products with the enabled Free shipping option from the shipping price calculation'),
('ro', 'tt_views_site_layout_logos_alt_text', 'Lasati gol pentru a utiliza numele companiei ca text alternativ.'),
('ro', 'tt_views_storage_cdn_cname', 'Numele de domeniu pe care doriti sa il utilizati in loc de numele de domeniu CloudFront al URL-urilor pentru fisierele dvs..De asemenea, aveti nevoie pentru a crea o inregistrare CNAME la serviciul DNS pentru a ruta interogarile la gazda CloudFront. (acesta va fi afisat pe aceasta pagina dupa ce ati introdus informatiile contului).'),
('ro', 'tt_views_storage_cdn_key', 'AWS ID Cheie de Acces. Vezi <a href=\"http://amzn.to/1sT9aw0\" target=\"_blank\">http://amzn.to/1sT9aw0</a> pentru a afla cum sa obtineti cheia si cheie secreta.'),
('ro', 'tt_views_taxes_update_regnumber', 'Numarul de inregistrare al acestei taxe in magazin.'),
('ro', 'turkish', 'Turca'),
('ro', 'txn_id', 'Transaction ID'),
('ro', 'type', 'Tip'),
('ro', 'type_comment', 'Type comments here'),
('ro', 'type_comments_here', 'Puteti sa ne lasati un comentariu aici'),
('ro', 'type_to_search', 'Tastați pentru a căuta...'),
('ro', 'type_to_search_or_click_button', 'Tastați pentru a căuta, sau faceţi clic pe butonul din dreapta pentru căutare avansată'),
('ro', 'uc_addon_package_files_do_not_match_schema', 'Pachetul conţine fişierele care nu au fost descrise în schemă sau schemă a link-uri la fişiere lipsă'),
('ro', 'uc_addon_package_forbidden_path', 'Interzis: Supliment încearcă să actualizaţi fişierele principale ([path])'),
('ro', 'uc_addon_package_languages_forbidden', 'Pachetul conţine limbi care nu au fost descrise în schemă sau schemă a link-uri la limbi fişiere lipsă'),
('ro', 'uc_addon_package_migrations_forbidden', 'Pachetul conţine migraţii care nu au fost descrise în schemă sau schemă a link-uri la migraţie fişiere lipsă'),
('ro', 'uc_addon_package_pre_post_scripts_mismatch', 'Package contains pre/post scripts that were not described in schema or schema has links to missing files'),
('ro', 'uc_backup_info_subj', 'Upgrade Center: Store has been backed up and closed.'),
('ro', 'uc_broken_upgrade_connector', 'Upgrade conector [connector_id] întors de date incorecte'),
('ro', 'uc_connector_not_found', 'Conector upgrade nu a fost găsit'),
('ro', 'uc_copy_files', 'Copiaţi fişierele'),
('ro', 'uc_downloaded_and_ready', 'Pachetul de upgrade a fost descărcat şi gata pentru a instala'),
('ro', 'uc_execute_validator', 'Executa validator \"[validator]\"'),
('ro', 'uc_info_subj', 'Upgrade Center: Store has been closed.'),
('ro', 'uc_install_languages', 'Instalaţi traduceri'),
('ro', 'uc_migration_failed', 'An error has occured during upgrading database structure (applying migration [migration]).'),
('ro', 'uc_ok', 'OK'),
('ro', 'uc_open_store_email_body', '<p>Before the upgrade, your store was closed. Check if it\'s running fine after the upgrade and <a href=\"[settings_section]\">open it</a>.</p>'),
('ro', 'uc_package_schema_is_not_json', 'Pachet de schemă nu este o JSON valabil'),
('ro', 'uc_package_schema_not_found', 'Pachetul de conţinut schemă nu a fost găsit'),
('ro', 'uc_restore_email_body', '<p>Your store\'s database and files has been backed up before the upgrade. The backup archive includes the whole database and all files except for images. The backup archive has been stored on your server: [backup_file].</p><p>Before the upgrade, your store was closed. Check if it\'s running fine after the upgrade and <a href=\"[settings_section]\">open it</a>.</p><p>If something goes wrong during the upgrade, go to your admin panel, <strong>Administration → Backup/Restore</strong>, to restore the backup.</p><p>If you can\'t access your admin panel, use the following link to restore the last backup. <b>Important:</b> following this link will immediately launch the restore process. Use it only if you can\'t access your admin panel! Restore the last backup:</p>'),
('ro', 'uc_restore_email_subject', 'Upgrade center: Store has been backed up and closed.'),
('ro', 'uc_run_migrations', 'Execută migraţii'),
('ro', 'uc_searchanise_disabled', 'Searchanise add-on a fost dezactivat automat in timpul upgradelui pentru a evita rezultatele cautarii false.Activati in orice moment pe <a href=\"[url]\">Add-ons</a> pagina.'),
('ro', 'uc_title_validators', 'Pachet upgrade validare'),
('ro', 'uc_unable_to_read_schema', 'Imposibil de citit pachetul schemă (schema.json)'),
('ro', 'uc_upgrade_progress', 'Actualizare progres'),
('ro', 'uk_cookies_law', 'Cookie-urile sunt folosite pe acest site pentru a oferi cea mai buna experienta pentruutilizator. Daca veti continua, vom presupune ca sunteti de acord sa primiti cookie-uri de pe acest site. <span class=\"button button-wrap-left\"><span class=\"button button-wrap-right\"><a href=\"[url]\">OK</a></span></span>'),
('ro', 'ultimate_license', '[product] Ultimate'),
('ro', 'ultimate_license_required', '[product] Ultimate is required for this'),
('ro', 'ultimate_or_storefront_license_required', 'This action requires [product] Ultimate or an additional Storefront License'),
('ro', 'ult_shared_with', 'Shared with:'),
('ro', 'ult_share_users_setting_disabled', 'Valoarea de setare nu poate fi modificata in timp ce adresele de e-mail identice sunt inregistrate in magazinul dumneavoastra.'),
('ro', 'unable_delete_vendor_orders_exists', 'Imposibil pentru a șterge acest cont  de furnizor pentru că există comenzi care conțin produse ale acestui furnizor în baza de date a magazinului. Pentru a șterge contul,  în primul rând vă rugăm să ștergeți toate aceste produse, comenzi.'),
('ro', 'unable_to_assign_usergroup', 'Imposibil de a atribui grup de utilizatori. Va rugam sa contactati administratorul magazinului.'),
('ro', 'unable_to_check_license', 'Imposibil de a verifica numarul dvs. de licenta'),
('ro', 'unable_to_create_status', 'Couldn\'t create a new status'),
('ro', 'unable_to_delete_last_storefront', 'Cel puţin un magazinului trebuie să rămână'),
('ro', 'unable_to_delete_setting_description', 'Imposibil de a sterge descrierea setarii: [reason]'),
('ro', 'unable_to_delete_setting_variant', 'Imposibil de a sterge varianta setarii: [reason]'),
('ro', 'unable_to_read_resource', 'Imposibil de a citi resursa: [file]'),
('ro', 'unable_to_unpack_file', 'Imposibil de a dezarhiva fisierul.'),
('ro', 'unable_to_update_setting_description', 'Imposibil de a stabili descrierea: [reason]'),
('ro', 'unable_to_update_setting_value', 'Imposibil de a seta valoarea: [reason]'),
('ro', 'ungroupped_features', 'Caracteristici negrupate'),
('ro', 'uninstall', 'Dezinstalare'),
('ro', 'unique_html_block', 'Bloc Unic HTML'),
('ro', 'unit', 'Unitate'),
('ro', 'united_kingdom', 'Marea Britanie'),
('ro', 'unit_price', 'Pret unitar'),
('ro', 'unknown', 'Necunoscut'),
('ro', 'unknown_server_response', 'Raspuns de la server necunoscut'),
('ro', 'unmark', 'Demarcati'),
('ro', 'unregistered_customer', 'Client neinregistrat'),
('ro', 'unregistered_customer_short', 'Unregistered'),
('ro', 'unselect_all', 'Deselectati toate'),
('ro', 'unset_tax_to_products', 'Desetati toate taxele din toate produsele'),
('ro', 'unsubscribe', 'Dezabonare'),
('ro', 'unsubscribe_key', 'Unsubscribe key'),
('ro', 'unsubscribe_link', 'Unsubscribe link'),
('ro', 'up', 'Sus'),
('ro', 'update', 'Actualizati'),
('ro', 'updated_last', 'Updated in the last'),
('ro', 'updates_subscription', 'updates and promotions subscription'),
('ro', 'update_all', 'Atualizar todos'),
('ro', 'update_categories', 'Actualizati categorii'),
('ro', 'update_current_layout', 'Actualizati layout-ul curent'),
('ro', 'update_customer_info', 'Actualizati informatii client'),
('ro', 'update_datafeed', 'Editare flux de date'),
('ro', 'update_existing_products_only', 'Update existing products only'),
('ro', 'update_existing_products_only_tooltip', 'If you enable this setting, products that don\'t exist in the database of your store will be skipped during import.'),
('ro', 'update_for_all_act', 'Noua valoare va fi salvata pentru toate magazinele care au acest articol in comun. Click aici pentru a-l salva doar pentru proprietarul magazinului.'),
('ro', 'update_for_all_dis', 'Noua valoare va fi salvata DOAR pentru proprietarul magazinului. Click aici pentru a-l salva pentru toate magazinele care au acest articol in comun.'),
('ro', 'update_for_all_hid_act', 'Click aici pentru a anula actualizarea'),
('ro', 'update_for_all_hid_dis', 'Faceti click pentru a introduce o noua valoare de camp pentru a actualiza toate magazinele in momentul salvarii.'),
('ro', 'update_group', 'Actualizati grup'),
('ro', 'update_period_expired', '<p class=\"text-error\">Accesul si viitoarele actualizari sunt oprite. Puteti achizitiona un plan de inscriere la <a href=\"[url]\">Platforma de Ajutor pentru Clienti</a></p>'),
('ro', 'update_products', 'Actualizati produse'),
('ro', 'update_profile', 'Actualizati profil'),
('ro', 'update_profile_notification', 'Profilul dvs. a fost actualizat.'),
('ro', 'update_profile_notification_header', 'Profilul dvs. a fost actualizat'),
('ro', 'update_status', 'Actualizati statut'),
('ro', 'update_text', 'Actualizati text'),
('ro', 'update_totals_and_inventory', 'Actualizați totaluri și inventar'),
('ro', 'update_translation', 'Actualizare traduceri'),
('ro', 'updating', 'Se actualizeaza'),
('ro', 'updating_links', 'Actualizare link-uri'),
('ro', 'upgrade', 'Actualizare'),
('ro', 'upgraded_on', 'Upgradat la'),
('ro', 'upgrade_center', 'Centru de actualizare'),
('ro', 'upgrade_center.apply_migration_failed', '<p>Please restore the pre-upgrade backup manually or via a link sent to your email address, then contact our technical support.</p><br><p>Tech details: Couldn\'t complete migration [migration]. Reason: [error].</p><p>Completed migrations: [processed_count] out of [total_count].</p>'),
('ro', 'upgrade_center.error_unable_to_prepare_restore', 'Unable to prepare restore script.'),
('ro', 'upgrade_center.filehash_check_failed', 'Actualizarea este imposibila din cauza unei erori de verificare a integritatii fisierului. Va rugam sa contactati echipa de suport tehnic.'),
('ro', 'upgrade_center.skip_backup', 'Skip files and database backup'),
('ro', 'upgrade_center.upgrades_are_not_available_in_trial', 'Actualizarile sunt disponibile doar in<strong>Full</strong> si <strong>Free</strong> mod de acordare licente.<br /><br />Modul de acordare a licentelor pot fi modificate in Setari → <a class=\"cm-dialog-opener cm-dialog-auto-size\" data-ca-target-id=\"store_mode_dialog\">Mod de acordare licente</a>.'),
('ro', 'upgrade_center.upgrade_process_failed', 'Procesul de actualizare a magazinului dvs. nu a reuşit'),
('ro', 'upgrade_center.validation_issue', 'Problema de validare'),
('ro', 'upgrade_center.validator_fail_result', 'Validatorul \"[validator_name] \" a returnat status de esec'),
('ro', 'upgrade_center.warning_msg_after_upgrade', 'După upgradare, verificaţi funcţionalitatea de bază a magazinului dvs.'),
('ro', 'upgrade_center.warning_msg_executed_php', '<p class=\"text-error\">We have started a dummy PHP script. It will be working during 6 minutes. When the check is finished, we\'ll tell you if the PHP script\'s timeouts can be set correctly. If yes, then you are good to go with the upgrade. Please wait until the check is finished to be sure that your server has correct PHP timeout configuration.</p>'),
('ro', 'upgrade_center.warning_msg_generally', 'În general, upgradarea eșuează deoarece executarea script-ului PHP este încheiată prematur din cauza configurării serverului dvs. Este esenţial să verificați în prealabil setările de timeout ale script-ului PHP pe server-ul dvs'),
('ro', 'upgrade_center.warning_msg_specialists', 'Dacă nu sunteţi familiarizaţi cu aspectele tehnice de CS-Cart şi procesul de actualizare, vă recomandăm insistent să <a href=\"[upgrade_center_specialist]\" target=\"_blank\"> angajati un specialist</a> sau <a href=\"[upgrade_center_team]\" target=\"_blank\"> intreaba echipa noastră de asistenţă</a> pentru a face upgrade la magazinul tau.'),
('ro', 'upgrade_center.warning_msg_test_local', 'Upgradați mai întâi copia-test a magazinului dvs. pentru a vă asigura că actualizarea de versiune va decurge fără probleme.'),
('ro', 'upgrade_center.warning_msg_third_party_add_ons', 'Upgrade-ul nu actualizaza terţe suplimente(add-on instalate din alte surse). De aceea va recomandam sa dezactivati toate add-on terţe părţi înainte de actualizare.'),
('ro', 'upgrade_center.warning_msg_timeout_check_failed', 'Setările de timeout ale script-ului PHP de pe serverul dvs sunt greșite. Acest lucru ar putea fi din cauza restricţiilor din funcţia de <a href=\"http://php.net/manual/en/function.set-time-limit.php\" target=\"_blank\"> set_time_limit</a> PHP sau opțiunile FastCGI \"Timeout\". Vă recomandăm să vă contactați furnizorul de internet pentru a rezolva această problemă sau contactaţi echipa noastră de asistenţă tehnică care să efectueze upgradarea pentru dvs.'),
('ro', 'upgrade_center.warning_msg_timeout_fail', 'Noi NU recomandăm să începeţi upgradarea pe server-ul dvs.'),
('ro', 'upgrade_center.warning_msg_upgrade_is_complicated', 'Upgrade-ul este un proces complicat. Aceasta poate fi nu din motive care sunt dincolo de controlul nostru. <br>Pentru a face upgrade-ul de magazin mai sigure, ne-am pregătit sfaturi pentru tine:'),
('ro', 'upgrade_center_permission_adjusted_properly', 'Toate permisiunile de fişier şi folder au fost modificate în mod corespunzător.'),
('ro', 'upgrade_fl54_atol_boxberry_text', '<p>The following tools were added to help store owners comply with Federal Law 54 and work with online cash registers:</p><ul><li>The ability to <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/payment_methods/yandex_54fz.html\">send receipt data to Yandex.Checkout</a>.</li><li>The <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/addons/atol_online/\">ATOL Online</a> add-on that integrates CS-Cart with this rent-an-online-cash-register service.</li></ul><p>Other additions:</p><ul><li>An add-on for <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/addons/retailcrm/\">exchanging data with retailCRM</a>;</li><li>An add-on for <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/shipping_and_taxes/shipping_methods/realtime_shipping_methods/boxberry.html\">creating real-time shipping methods that use Boxberry</a>, a Russian shipping service.</li></ul>'),
('ro', 'upgrade_fl54_atol_boxberry_title', 'New features of Russian version of CS-Cart 4.6.1: compliance with Federal Law 54, add-ons for retailCRM and Boxberry'),
('ro', 'upgrade_flash_player', 'Trebuie sa va actualizati Flash Playerul'),
('ro', 'upgrade_is_not_avail', '<p class=\"text-error\">Aceasta actualizare nu este disponibila pentru licenta Magazinului. Va rugam contactati <a href=\"[url]\">Echipa de suport tehnic a Magazinului</a> pentru a actualiza statutul licientei dvs.</p>'),
('ro', 'upgrade_license', 'Upgrade my license'),
('ro', 'upgrade_notification_message', '<p class=\'upgrade-center_notice-msg\'>O copie a acestui mesaj a fort trimis la adressa de e-mail a administratorului.</p><hr>'),
('ro', 'upgrade_notification_title', 'Upgradarea a făcut următoarele schimbări în [product][version]'),
('ro', 'upgrade_notification_welcome_text', '<p class=\"lead\">To help you get started, we’ve compiled the list of what you should check after the upgrade. The full list of changes is in the changelog.</p><p class=\"lead\">If you ever need to check this message later, we’ve also sent a copy to [email].</p>'),
('ro', 'upgrade_notification_welcome_title', 'Bun venit la [product] [version]!'),
('ro', 'upgrade_notification_what_check_first', 'What to check first?'),
('ro', 'upgrade_notification_what_else_to_check', 'What else is there to check?'),
('ro', 'upload', 'Uploadati'),
('ro', 'uploaded_files', 'Uploaded Files'),
('ro', 'upload_addon', 'Uploadati si instalati addon-ul'),
('ro', 'upload_another_file', 'Uploadati un alt fisier'),
('ro', 'upload_file', 'Uploadati fisier'),
('ro', 'upload_install', 'Uploadati & instalati'),
('ro', 'upload_theme', 'Uploadati tema'),
('ro', 'upload_to_ftp', 'Încărcaţi pe server-ul de FTP'),
('ro', 'upload_upgrade_package', 'Încărcaţi pachet upgrade'),
('ro', 'upload_upgrade_text', 'Încărcarea pachet upgrade vă permite să aplicaţi HotFixes sau supliment upgrade-uri. Aveţi posibilitatea să încărcaţi un pachet de upgrade de a alege o tgz, gz, zip format de arhivă şi făcând clic pe încărcare.'),
('ro', 'upload_via_ftp', 'Uploadati via FTP'),
('ro', 'ups', 'Serviciul Unit de colete'),
('ro', 'ups_suggested_retail_rates_upgrade_notification_text', '<p>The latest [product] version doesn\'t support the \"Suggested Retail Rates\" Pickup type for the UPS-based shipping methods.</p><p>If you used Suggested Retail Rates before, do this to actualize the delivery cost for your customers:</p><ul><li>Go to Administration → Shipping & taxes → Shipping methods.</li><li>Select the shipping method that uses UPS as a carrier.</li><li>Switch to the Configure tab and select a proper Pickup type: use \"One Time Pickup\", \"Letter Center\", or \"Air Service Center\" to calculate the delivery cost according to Retail Rates</li></ul>'),
('ro', 'ups_suggested_retail_rates_upgrade_notification_title', '\"Suggested Retail Rates\" Pickup type for the UPS-based shipping methods is no longer supported'),
('ro', 'ups_upgrade_notification_text', '<p><b>UPS Canada: Expedited SM</b> and <b>UPS Polish: Today Intercity</b> shipping services are not supported since this [product] version. If you were using them, do the following:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses UPS as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li></ul>'),
('ro', 'ups_upgrade_notification_title', 'UPS Canada: Expedited SM and UPS Polish: Today Intercity shipping services are no longer supported'),
('ro', 'url', 'URL-UL'),
('ro', 'url_access_storefront', 'Use the following URL to access the storefront:<br><a href=\"[url]\" target=\"_blank\">[url]</a>'),
('ro', 'url_dispatch_part', 'The value of the \"dispatch\" parameter from the URL'),
('ro', 'used', 'Utilizat'),
('ro', 'user', 'Utilizator'),
('ro', 'usergroup', 'Grup de utilizatori'),
('ro', 'usergroups', 'Grupuri de utilizatori'),
('ro', 'usergroups_menu_description', 'Lista de grupuri de utilizatori care exista in magazin.'),
('ro', 'usergroup_activated', 'Grupul de utilizatori a fost activat'),
('ro', 'usergroup_disactivated', 'Grupul de utilizatori a fost dezactivat'),
('ro', 'usergroup_ids', 'Usergroup ids'),
('ro', 'usergroup_privileges', 'Privilegiile grupului de utilizatori'),
('ro', 'usergroup_registered', 'Utilizatorii înregistraţi'),
('ro', 'usergroup_request_by_customer', 'Grup de utilizatori solicitat de client'),
('ro', 'username', 'Nume utilizator'),
('ro', 'users', 'Utilizatori'),
('ro', 'users_carts', 'Cosurile utilizatorilor'),
('ro', 'users_carts_menu_description', 'Liste de produse care nu au fost cumparate pentru un anumit motiv.'),
('ro', 'users_menu_description', 'Gestionati conturile utilizatorilor inregistrati la magazin.'),
('ro', 'user_account_info', 'Informatii ale utilizatorului'),
('ro', 'user_account_information', 'Informatiile de cont ale utilizatorului'),
('ro', 'user_cannot_be_deleted', 'Ne pare rau, utilizatorul cu ID-ul [user_id] nu poate fi sters.'),
('ro', 'user_class', 'User-defined CSS class'),
('ro', 'user_data_required', 'Va rugam sa selectati un client sau introduceti datele'),
('ro', 'user_details_page', 'Pagina de detalii a utilizatorului'),
('ro', 'user_group', 'User group'),
('ro', 'user_group_ids', 'User group IDs'),
('ro', 'user_group_requests', 'Cereri grup de utilizatori'),
('ro', 'user_id', 'ID-ul utilizatorului'),
('ro', 'user_info', 'Informatii despre utilizator'),
('ro', 'user_pin', 'PIN utilizator'),
('ro', 'user_profile_info', 'Informatii profil utilizator'),
('ro', 'user_settings', 'Setari utilizator'),
('ro', 'user_type', 'Tip de utilizator'),
('ro', 'use_avail_period', 'Perioada de utilizare'),
('ro', 'use_cardinal', 'Folositi Cardinal Centinel&reg; pentru Autentificarea 3-D Secure a Platitorului'),
('ro', 'use_coupons_commission', 'Comision cupon'),
('ro', 'use_current_link', 'Utilizati link-ul paginii curente'),
('ro', 'use_custom_view', 'Utilizați vedere personalizată'),
('ro', 'use_custom_weight_settings', 'Folositi custom weight'),
('ro', 'use_default_block_configuration', 'Utilizare implicit bloc de configurare'),
('ro', 'use_existing_block', 'Utilizati block-urile existente.'),
('ro', 'use_existing_store', 'Folositi store-ul actual'),
('ro', 'use_for_apply_for_vendor_account', 'Se aplică pentru o formă de cont furnizor'),
('ro', 'use_for_checkout', 'Formularul de procesare (a informațiilor utilizatorului)'),
('ro', 'use_for_discussion', 'Comentarii și formulare de recenzii'),
('ro', 'use_for_form_builder', 'Formulare particularizate'),
('ro', 'use_for_free_shipping', 'Use for free shipping'),
('ro', 'use_for_login', 'Formularul de autentificare'),
('ro', 'use_for_polls', 'Sondaje'),
('ro', 'use_for_register', 'Creaţi şi să editaţi pagina de profil'),
('ro', 'use_for_re_desk', 'Use for Re:Desk'),
('ro', 'use_for_track_orders', 'Formular urmărire comandă'),
('ro', 'use_negotiated_rates', 'Folositi rate negociate.'),
('ro', 'use_new_sha_method', 'Utilizati noua politica de semnatura SHA.'),
('ro', 'use_this_style', 'Utilizati acest stil'),
('ro', 'usps', 'Serviciul postal American'),
('ro', 'usps_package_size_large', 'Mare'),
('ro', 'usps_package_size_regular', 'Obișnuit'),
('ro', 'usps_service_certificate_of_mailing', 'Certificat de expediere'),
('ro', 'usps_service_certificate_of_mailing_for_firm_mailing_books', 'Certificate of mailing for firm mailing books'),
('ro', 'usps_service_certificate_of_mailing_per_individual_article', 'Certificat de expediere pentru articol individual'),
('ro', 'usps_service_certified', 'Confirmat'),
('ro', 'usps_service_collect_on_delivery', 'Incasati la livrare'),
('ro', 'usps_service_delivery_confirmation', 'USPS de urmarire / Confirmare de primire'),
('ro', 'usps_service_edelivery_confirmation', 'e-Confirmare de Primire'),
('ro', 'usps_service_express_mail_insurance', 'Asigurare Express mail'),
('ro', 'usps_service_insurance', 'Asigurare'),
('ro', 'usps_service_pick_up_on_demand', 'Ridicare la cerere'),
('ro', 'usps_service_registered_mail', 'Posta inregistrata'),
('ro', 'usps_service_registered_without_insurance', 'Inregistrate fara asigurare.'),
('ro', 'usps_service_registered_with_insurance', 'Inregistrate cu asigurare'),
('ro', 'usps_service_return_receipt', 'Chitanta de returnare'),
('ro', 'usps_service_return_receipt_electronic', 'Chitanta electronica de restituire'),
('ro', 'usps_service_return_receipt_for_merchandise', 'Chitanta de restituire pentru marfa'),
('ro', 'usps_service_signature_confirmation', 'Confirmare semnatura'),
('ro', 'usps_size', 'Va rugam specificati latimea pachetului, inaltimea si lungimea pentru posta prioritara, doar daca dimensiunea pachetului este mare.'),
('ro', 'usps_upgrade_notification_text', '<p>The following USPS shipping services are no longer supported:<ul><li>USPS First-Class Mail International Large Envelope</li><li>USPS First-Class Mail International Letter/Postcard</li></ul>All your shipping methods that used these services have been changed to use <b>USPS First-Class Package International Service</b> instead. Please go to <b>Administration → Shipping & taxes → Shipping methods</b> and check the settings of your shipping methods that use USPS.</p>'),
('ro', 'usps_upgrade_notification_title', 'Changes to USPS shipping services'),
('ro', 'uvdesk_already_account', 'Your account already exist. To manage your tickets please login.'),
('ro', 'uvdesk_answered', 'Answered'),
('ro', 'uvdesk_closed', 'Closed'),
('ro', 'uvdesk_label', 'Label'),
('ro', 'uvdesk_mine', 'Mine'),
('ro', 'uvdesk_notreplied', 'Notreplied'),
('ro', 'uvdesk_open', 'Open'),
('ro', 'uvdesk_pending', 'Pending'),
('ro', 'uvdesk_resolved', 'Resolved'),
('ro', 'uvdesk_spam', 'Spam'),
('ro', 'uvdesk_starred', 'Starred'),
('ro', 'uvdesk_tickets', 'UVDesk Ticktes'),
('ro', 'uvdesk_timestamp', 'Timestamp'),
('ro', 'uvdesk_trashed', 'Trashed'),
('ro', 'uvdesk_unassigned', 'Unassigned'),
('ro', 'uvdesk_viewticket', 'UVDesk View Ticket'),
('ro', 'valid', 'Perioada de valabilitate'),
('ro', 'validate_email', 'Confirmare E-mail'),
('ro', 'validate_secret_word', 'Confirmare secret word'),
('ro', 'valid_thru', 'Valid prin (ll/aa)'),
('ro', 'value', 'Valoare'),
('ro', 'value_to_display', 'Valoarea pentru afisare'),
('ro', 'variables', 'Variables'),
('ro', 'variant', 'Varianta'),
('ro', 'variants', 'Variante'),
('ro', 'variant_id', 'Variant ID'),
('ro', 'variant_name', 'Numele variantei'),
('ro', 'variations_in_stock', 'Only \"in stock\" products'),
('ro', 'variation_group_code', 'Variation group code'),
('ro', 'variation_group_id', 'Variation group ID'),
('ro', 'variation_parent_product_id', 'Variation parent product ID'),
('ro', 'variation_set_as_default', 'Variation set as default'),
('ro', 'variation_sub_group_id', 'Variation sub group ID'),
('ro', 'vendor', 'Furnizor'),
('ro', 'vendors_activity', 'Vendor activity in the selected period'),
('ro', 'vendors_activity.new_products', 'New products'),
('ro', 'vendors_activity.new_vendors', 'New vendors'),
('ro', 'vendors_activity.not_logged_in_vendors', 'Vendors who haven\'t signed in'),
('ro', 'vendors_activity.orders_created', 'Orders created'),
('ro', 'vendors_activity.vendors_with_new_products', 'Vendors with new products'),
('ro', 'vendors_activity.vendors_with_sales', 'Vendors with sales'),
('ro', 'vendors_menu_description', 'Lista sortată a conturilor de furnizor înregistrate în magazin.'),
('ro', 'vendors_statistics', 'Vendor\'s statistics'),
('ro', 'vendors_with_absolute_commissions_notice', '<p>The following vendors had absolute commissions before the upgrade:</p><ul>[vendors_list]</ul><p>The <b>Transaction fee</b> in their plans has been set to 0.</p><p>The sizes of absolute commissions still remain in the database, but are no longer used. However, you can use that data to set up new vendor plans with relative commissions. Learn more in this article:</p>[instructions]'),
('ro', 'vendor_accounting', 'Accounting'),
('ro', 'vendor_accounting_menu_description', 'Income and expenditure statistics (total income, vendor balance, vendor withdrawals).'),
('ro', 'vendor_account_balance', 'Soldul contului'),
('ro', 'vendor_account_balance_menu_description', 'Statisticile de venituri și cheltuieli (total, pe furnizor, pe perioadă).'),
('ro', 'vendor_administrator', 'Administrator de furnizori/ vînzători'),
('ro', 'vendor_administrators', 'Administratorii  furnizori/ vînzători'),
('ro', 'vendor_administrators_menu_description', 'Lista de administratori furnizori(vînzători), utilizatori înregistrați cu un cont de furnizor(vînzător).'),
('ro', 'vendor_approval_pending', 'Nouă cerere, cont de furnizor'),
('ro', 'vendor_candidate_notification', 'Bună,<br/><br/>Aveți o nouă solicitare in calitate de furnizor in magazin dvs. Acest cont furnizor este în așteptarea aprobării. Urmați <a href=\"[href]\"> această adresă URL</a> pentru a vizualiza detaliile contului </a>.'),
('ro', 'vendor_commission_changes_upgrade_notification_text', '<p>Vendor commissions have been replaced with vendor plans, and an own plan has been created for each vendor. However, absolute commissions are no longer supported.</p>'),
('ro', 'vendor_commission_changes_upgrade_notification_title', 'Vendor commission changes'),
('ro', 'vendor_communication', 'Message center'),
('ro', 'vendor_communication.ask_a_question', 'Pune o întrebare'),
('ro', 'vendor_communication.author', 'Autor'),
('ro', 'vendor_communication.cannot_create_thread', 'Cannot create thread'),
('ro', 'vendor_communication.cannot_delete_thread', 'Cannot delete thread'),
('ro', 'vendor_communication.cannot_delete_threads', 'Cannot delete threads'),
('ro', 'vendor_communication.cannot_post_message', 'Cannot post message'),
('ro', 'vendor_communication.cannot_update_thread', 'Cannot update thread'),
('ro', 'vendor_communication.contact_vendor', 'Contact vendor'),
('ro', 'vendor_communication.contact_vendor_name', 'Contact [vendor_name]'),
('ro', 'vendor_communication.contact_with', '#[thread_id]. Communication with [thread_company]'),
('ro', 'vendor_communication.created_at', 'Creat în'),
('ro', 'vendor_communication.customer_name', 'Nume client'),
('ro', 'vendor_communication.date', 'Data'),
('ro', 'vendor_communication.error_message', 'Scrie mesajul tău'),
('ro', 'vendor_communication.event.message_received.name', 'Mesaj nou primit'),
('ro', 'vendor_communication.invalid_thread_object_type', 'Provided thread object type is invalid'),
('ro', 'vendor_communication.message', 'Mesaj'),
('ro', 'vendor_communication.messages', 'Mesaje'),
('ro', 'vendor_communication.message_center', 'Centrul de mesaje'),
('ro', 'vendor_communication.message_center_menu_description', 'Mesaje client-către-vânzător'),
('ro', 'vendor_communication.message_center_name', 'Centrul de mesaje'),
('ro', 'vendor_communication.message_center_name_menu_description', 'Mesaje de la clienți'),
('ro', 'vendor_communication.message_sent', 'Mesajul tău a fost trimis către <b>[vendor_name]</b>.<br/><br/>Te vom notifica când primești un răspuns. Pentru a vizualiza istoricul mesajelor, <a href=\"[thread_url]\" target=\"_blank\">mergi la Centrul de Mesaje</a> situat în secțiunea \"Mesaje\" din meniul \"Contul meu\".'),
('ro', 'vendor_communication.new_message.message', 'Click this notification to see the message'),
('ro', 'vendor_communication.new_message.title', '[company_name] has a new message from [customer]'),
('ro', 'vendor_communication.new_thread_created', 'Your message has been sent to <b>[vendor_name]</b>.<br/><br/>The vendor\'s reply will be sent to the email address of your account. To view your message history, please <a href=\"[thread_url]\">go to the Message Center</a> located in the \"Messages\" section of the \"My account\" menu.'),
('ro', 'vendor_communication.no_messages_found', 'Nu s-au găsit mesaje'),
('ro', 'vendor_communication.no_threads_found', 'No threads found'),
('ro', 'vendor_communication.please_log_in_to_be_notified', 'Conectează-te ca să te putem notifica când primești un răspuns'),
('ro', 'vendor_communication.please_log_in_to_contact_vendor', 'Please sign in to contact the vendor'),
('ro', 'vendor_communication.required_field_is_missing', 'The [field_name] field is required'),
('ro', 'vendor_communication.subject_email', 'You have a new message from [message_from]'),
('ro', 'vendor_communication.thread', 'Thread #[thread_id]'),
('ro', 'vendor_communication.threads_deleted', 'Threads have been deleted'),
('ro', 'vendor_communication.thread_deleted', 'Thread has been deleted'),
('ro', 'vendor_communication.ticket', 'Thread'),
('ro', 'vendor_communication.type_message', 'Scrie un mesaj...'),
('ro', 'vendor_communication.you', 'You'),
('ro', 'vendor_communication.your_message_to_vendor_name', 'Mesajul tău către [vendor_name]'),
('ro', 'vendor_communication.you_have_new_message', 'You have a new <a href=\"[thread_url]\">message</a> from [message_from].'),
('ro', 'vendor_custom_page', 'Vendor custom page'),
('ro', 'vendor_data_premoderation', 'Vendor data premoderation'),
('ro', 'vendor_data_premoderation.approval_info_text', 'If approval is required only for some vendors, you\'ll be able to set what vendors need moderation on the Add-ons tab of the vendor editing page.'),
('ro', 'vendor_data_premoderation.approve_product', 'Approve \"[product]\"'),
('ro', 'vendor_data_premoderation.approve_product_btn', 'Approve product'),
('ro', 'vendor_data_premoderation.disapproval_reason', 'Disapproval reason'),
('ro', 'vendor_data_premoderation.disapproved', 'Disapproved'),
('ro', 'vendor_data_premoderation.disapprove_product', 'Disapprove \"[product]\"'),
('ro', 'vendor_data_premoderation.disapprove_products', 'Disapprove products'),
('ro', 'vendor_data_premoderation.disapprove_product_btn', 'Disapprove product'),
('ro', 'vendor_data_premoderation.enter_disapproval_reason', 'Enter the reason for disapproval and save the changes.'),
('ro', 'vendor_data_premoderation.event.product_status.approved.name', 'Vendor data premoderation: your product was approved'),
('ro', 'vendor_data_premoderation.event.product_status.disapproved.name', 'Vendor data premoderation: your product was disapproved'),
('ro', 'vendor_data_premoderation.exclude_disapproved_products', 'Exclude disapproved products'),
('ro', 'vendor_data_premoderation.notification.approved.message', '\"[product]\" has been approved by the store administration and added to the product catalog. Click here to view this product.|[n] products have been approved by the store administration and added to the product catalog. Click here to view these products.'),
('ro', 'vendor_data_premoderation.notification.approved.title', 'Your product has been approved|Your products have been approved'),
('ro', 'vendor_data_premoderation.notification.disapproved.message', '\"[product]\" has been disapproved by the store administration. Click here to view this product.|[n] products have been disapproved by the store administration. Click here to view these products.'),
('ro', 'vendor_data_premoderation.notification.disapproved.title', 'Your product has been disapproved|Your products have been disapproved'),
('ro', 'vendor_data_premoderation.notification.products_require_approval.message', 'This product is pending for your approval since [since]. Click here to view this product.|These products are pending for your approval since [since]. Click here to view these products.'),
('ro', 'vendor_data_premoderation.notification.products_require_approval.title', 'You have [n] product that requires your approval|You have [n] products that require your approval'),
('ro', 'vendor_data_premoderation.notification_for_deleted_statuses', 'Vendor Data Premoderation add-on has been disabled. Products with  the \"Requires approval\" or \"Disapproved\" statuses no longer have any status. These products won\'t appear to customers until you or your vendors set some other status for them. If you activate the add-on again, the statusless products will get their statuses back. If you uninstall the add-on, all products will get a correct status automatically.'),
('ro', 'vendor_data_premoderation.products_sent_to_premoderation', 'Your changes have been saved. Before your product is added to the product catalog, it must be approved by the store administration. Follow <a href=\"[product_approval_url]\">this link</a> to view products that require approval.|Your changes have been saved. Before your products are added to the product catalog, they must be approved by the store administration. Follow <a href=\"[product_approval_url]\">this link</a> to view products that require approval.'),
('ro', 'vendor_data_premoderation.product_status.disapproved', 'Disapproved'),
('ro', 'vendor_data_premoderation.product_status.requires_approval', 'Requires approval'),
('ro', 'vendor_data_premoderation.require_approval', 'Products on moderation'),
('ro', 'vendor_data_premoderation.require_vendor_action', 'Disapproved products'),
('ro', 'vendor_debt_payout.block_alert', '<p>Your access to the administration panel has been restricted automatically because you have reached the limit of negative account balance or haven\'t paid a fee for your vendor plan in time.</p><p>Your current account balance is [current_balance].</p><p>Please <a href=\"[pay_url]\">pay the marketplace fees</a> — once the payment is processed, your access to the administration panel will be restored automatically.</p>'),
('ro', 'vendor_debt_payout.day_or_days', 'day(s)'),
('ro', 'vendor_debt_payout.debt_near_limit_message', 'Your account balance is currently [current_balance]. If it reaches [minimal_balance], you won\'t be able to use your administration panel until you <a href=\"[pay_url]\" target=\"_blank\">pay all your marketplace fees</a>.'),
('ro', 'vendor_debt_payout.debt_payout', 'Marketplace fees'),
('ro', 'vendor_debt_payout.debt_payout_w_order', 'Marketplace fees (order #[id])'),
('ro', 'vendor_debt_payout.payout_overdue_limit', 'Grace period for vendor plan fees'),
('ro', 'vendor_debt_payout.pay_fees', 'Pay the fees'),
('ro', 'vendor_debt_payout.pending_payout_message', 'You need to pay the fee of [fee_amount] for using the [plan_name] plan. Your current account balance is [current_balance]. If the fee isn\'t paid until [overdue_date], you won\'t be able to work with the administration panel until you <a href=\"[pay_url]\" target=\"_blank\">pay all your marketplace fees</a>.'),
('ro', 'vendor_debt_payout.vendor_debt_limit', 'Restrict admin panel functions if vendor\'s debt reaches'),
('ro', 'vendor_edit_invitation_email_template', '<a href=\"[url]\">Edit vendor invitation email template</a>'),
('ro', 'vendor_filters', 'Filtre produs vânzător'),
('ro', 'vendor_filters_description', ''),
('ro', 'vendor_id', 'ID furnizor'),
('ro', 'vendor_invitations_fail_notification', 'Invitations not sent: [failed_quantity]<br/><b>[emails_list]</b><br/>An invitation won\'t be sent if it has already been sent to that email address before. But if none of your invitations are being sent, and you haven\'t sent invitations to those addresses before, please make sure that [product] can send any emails at all. If it can\'t, then the problem is related to [product] or server configuration. In that case, please contact your server administrator, hosting provider, or <a href=\"https://helpdesk.cs-cart.com/\" target=\"_blank\">our technical support</a> to investigate.'),
('ro', 'vendor_invitations_sent_notification', 'Invitations sent: [sent_quantity]'),
('ro', 'vendor_invitation_email_body', '<p>Hello,</p><br/><p>We\'d like to invite you to <a href=\"[create_account_url]\">create an account</a> with [default_company_name].  You\'ll be able to expand your client base by listing your products on our platform and selling them to our visitors.</p><br/><p>Best regards,</p><p>[default_company_name] team</p>'),
('ro', 'vendor_invitation_email_subject', 'Come Sell With [default_company_name]'),
('ro', 'vendor_invited_at', 'Date sent'),
('ro', 'vendor_language', 'Vendor language'),
('ro', 'vendor_location.search_vendors_geolocation', 'Search for vendors'),
('ro', 'vendor_locations.block_template_location_selector', 'Location selector'),
('ro', 'vendor_locations.closest_vendors', 'Closest vendors'),
('ro', 'vendor_locations.customer_geolocation', 'Your location'),
('ro', 'vendor_locations.filter_by_city', 'Vendor\'s city'),
('ro', 'vendor_locations.filter_by_distance', 'Distance to vendor'),
('ro', 'vendor_locations.location', 'Location'),
('ro', 'vendor_locations.nearby', 'Nearby'),
('ro', 'vendor_locations.not_your_city', 'Not your city?'),
('ro', 'vendor_locations.search_city', 'Search for a city'),
('ro', 'vendor_locations.search_nearby', 'Search nearby'),
('ro', 'vendor_locations.search_vendors_by_address', 'Search vendors'),
('ro', 'vendor_locations.selected_city', 'Selected city'),
('ro', 'vendor_locations.select_city', 'Select a city'),
('ro', 'vendor_locations.vendors_map', 'Vendors map'),
('ro', 'vendor_logos_and_product_count', 'Vendor logos and product count'),
('ro', 'vendor_name', 'Nume furnizor'),
('ro', 'vendor_names', 'Vendor names'),
('ro', 'vendor_name_field', 'Nume vânzător'),
('ro', 'vendor_notifications', 'Vendor notifications'),
('ro', 'vendor_page.add_post', 'Add new page'),
('ro', 'vendor_page.editing_post', 'Editing'),
('ro', 'vendor_page.new_post', 'New vendor page'),
('ro', 'vendor_pages', 'Pagini furnizor'),
('ro', 'vendor_pages_title', 'ET - Vendor pages title'),
('ro', 'vendor_panel', 'Panoul furnizor'),
('ro', 'vendor_panel_configurator.configure_vendor_panel_notice', 'To make onboarding easier, vendors don\'t see some menu items and some fields on the product editing page. You can configure what vendors see and don\'t see <a href=\"[config_url]\" target=\"_blank\">in the settings of the \"Vendor panel configurator\" add-on</a>. If you disable the add-on, the menus and the vendor panel itself will change to resemble the admin panel of the marketplace.'),
('ro', 'vendor_panel_configurator.element_color', 'Element color'),
('ro', 'vendor_panel_configurator.global_setting_warning', 'This setting doesn\'t appear on the product editing page right now, because it is set globally for all products. Check the <a href=\"[settings_url]\" target=\"_blank\">\"Settings\" menu</a> to find it.'),
('ro', 'vendor_panel_configurator.payment_methods.description', 'Manage how you receive payments from customers'),
('ro', 'vendor_panel_configurator.product_page_configuration', 'Product page settings'),
('ro', 'vendor_panel_configurator.seller_info', 'Seller info'),
('ro', 'vendor_panel_configurator.sidebar_background_image', 'Sidebar background image'),
('ro', 'vendor_panel_configurator.sidebar_background_image_description', 'If you upload the background image, it will be displayed instead of the sidebar color. If you upload it, we recommend picking a sidebar color that matches the background image.'),
('ro', 'vendor_panel_configurator.sidebar_color', 'Sidebar color'),
('ro', 'vendor_panel_configurator.theme_layouts', 'Page layouts'),
('ro', 'vendor_panel_configurator.theme_layouts.description', 'Manage layouts of the microstore and product pages'),
('ro', 'vendor_panel_configurator.theme_styles', 'Logos and styles');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('ro', 'vendor_panel_configurator.theme_styles.description', 'Manage logos used on site and in e-mails and configure appearance of the microstore and product pages'),
('ro', 'vendor_panel_configurator.unconfigurable_tab', 'This tab has no configurable fields and is displayed as is'),
('ro', 'vendor_payouts.approval_status', 'Approval status'),
('ro', 'vendor_payouts.approval_status.C', 'Completed'),
('ro', 'vendor_payouts.approval_status.D', 'Declined'),
('ro', 'vendor_payouts.approval_status.P', 'Pending'),
('ro', 'vendor_payouts.balance', 'Balance'),
('ro', 'vendor_payouts.balance_carried_forward', 'Balance carried forward'),
('ro', 'vendor_payouts.current_balance', 'Current balance: [balance]'),
('ro', 'vendor_payouts.current_balance_text', 'Current balance'),
('ro', 'vendor_payouts.income', 'Income'),
('ro', 'vendor_payouts.income_carried_forward', 'Income carried forward'),
('ro', 'vendor_payouts.new_payout_issued', 'New payout has been issued'),
('ro', 'vendor_payouts.new_payout_issued_text', 'A new payout of [amount] has been issued by [issuer]'),
('ro', 'vendor_payouts.new_withdrawal_requested', 'New withdrawal has been requested'),
('ro', 'vendor_payouts.new_withdrawal_requested_text', 'A new withdrawal of [amount] has been requested by [requester]'),
('ro', 'vendor_payouts.payout_approved', 'Payout has been completed'),
('ro', 'vendor_payouts.payout_approved_text', 'The payout of [amount] issued on [date] has been marked as <b>Completed</b>'),
('ro', 'vendor_payouts.payout_comments', 'Payout comments'),
('ro', 'vendor_payouts.payout_declined', 'Payout hasn\'t been completed'),
('ro', 'vendor_payouts.payout_declined_text', 'The payout of [amount] issued on [date] has been marked as <b>Not completed</b>'),
('ro', 'vendor_payouts.transactions', 'Transactions'),
('ro', 'vendor_payouts.transaction_value', 'Transaction value'),
('ro', 'vendor_payouts.type', 'Type'),
('ro', 'vendor_payouts.type.order_changed', 'Order changed'),
('ro', 'vendor_payouts.type.order_changed.description', 'Order <a href=\"[order_url]\">#[order_id]</a> changed'),
('ro', 'vendor_payouts.type.order_placed', 'Order placed'),
('ro', 'vendor_payouts.type.order_placed.description', 'Order <a href=\"[order_url]\">#[order_id]</a> placed'),
('ro', 'vendor_payouts.type.order_refunded', 'Order refunded'),
('ro', 'vendor_payouts.type.order_refunded.description', 'Order <a href=\"[order_url]\">#[order_id]</a> refunded'),
('ro', 'vendor_payouts.type.other', 'Other'),
('ro', 'vendor_payouts.type.other.description', 'Other'),
('ro', 'vendor_payouts.type.payout', 'Payout'),
('ro', 'vendor_payouts.type.payout.description', 'Payout'),
('ro', 'vendor_payouts.type.withdrawal', 'Withdrawal'),
('ro', 'vendor_payouts.type.withdrawal.description', 'Withdrawal'),
('ro', 'vendor_payouts.view_details', 'Poți vizualiza detaliile aici'),
('ro', 'vendor_payouts.withdrawals', 'Balance withdrawals'),
('ro', 'vendor_payouts.withdrawal_approved', 'Withdrawal has been completed'),
('ro', 'vendor_payouts.withdrawal_approved_text', 'The withdrawal of [amount] requested on [date] has been marked as <b>Completed</b>'),
('ro', 'vendor_payouts.withdrawal_comments', 'Withdrawal comments'),
('ro', 'vendor_payouts.withdrawal_declined', 'Withdrawal has been declined'),
('ro', 'vendor_payouts.withdrawal_declined_text', 'The withdrawal of [amount] requested on [date] has been marked as <b>Declined</b>'),
('ro', 'vendor_plan', 'Vendor plan'),
('ro', 'vendor_plans.add_vendor_plan', 'Add vendor plan'),
('ro', 'vendor_plans.best_choice', 'Best choice'),
('ro', 'vendor_plans.best_choise', 'Offer as the best choice'),
('ro', 'vendor_plans.best_choise_short', 'Best choice'),
('ro', 'vendor_plans.category_is_empty', 'Please specify a category.'),
('ro', 'vendor_plans.choose', 'Choose'),
('ro', 'vendor_plans.choose_your_plan', 'Choose your plan'),
('ro', 'vendor_plans.commission', 'Commission'),
('ro', 'vendor_plans.current_plan', 'Current plan'),
('ro', 'vendor_plans.current_plan_usage', 'Current plan usage'),
('ro', 'vendor_plans.delete_plan_vendor_exists_text', 'Couldn\'t delete the plan: some vendors use it'),
('ro', 'vendor_plans.disable_plan_vendor_exists_text', 'Couldn\'t disable the plan: some vendors use it'),
('ro', 'vendor_plans.editing_vendor_plan', 'Editing vendor plan'),
('ro', 'vendor_plans.fixed_transaction_fee', 'Transaction fee (abs)'),
('ro', 'vendor_plans.many_products_text', 'Too many products ([actual]/[allowed])'),
('ro', 'vendor_plans.month', 'Month'),
('ro', 'vendor_plans.much_revenue_text', 'Too much revenue ([actual]/[allowed])'),
('ro', 'vendor_plans.new_vendor_plan', 'New vendor plan'),
('ro', 'vendor_plans.not_available', 'Not available'),
('ro', 'vendor_plans.out_of_amount', 'out of [amount]'),
('ro', 'vendor_plans.periodicity_biweekly', 'Quinzenal'),
('ro', 'vendor_plans.periodicity_half', 'Semestre'),
('ro', 'vendor_plans.periodicity_month', 'per month'),
('ro', 'vendor_plans.periodicity_onetime', 'one time'),
('ro', 'vendor_plans.periodicity_trimester', 'por trimestre'),
('ro', 'vendor_plans.periodicity_year', 'per year'),
('ro', 'vendor_plans.plan', 'Plan'),
('ro', 'vendor_plans.plan_has_been_changed', 'Your Plan Has Been Changed'),
('ro', 'vendor_plans.plan_has_been_changed_text', 'Your plan has been changed to [plan]. See the details of your new plan below.'),
('ro', 'vendor_plans.plan_name', 'Plan name'),
('ro', 'vendor_plans.plan_not_available_text', 'Sorry, this plan is not available for you. Please choose an available plan.'),
('ro', 'vendor_plans.plan_payment', 'Payment for Your Plan'),
('ro', 'vendor_plans.plan_payment_text', 'A sum of [price] has been withdrawn from your account for using the [plan] plan. Follow the link to <a href=\"[href]\">view your account balance</a> or see the details of your plan below.'),
('ro', 'vendor_plans.plan_will_be_change_text', 'You are switching to another vendor plan. You will be charged the full price of the plan. Are you sure you want to continue?'),
('ro', 'vendor_plans.products_exceeded_text', 'Cannot add more products: you have reached the maximum number of products allowed by your plan. To change your plan, please <a href=\"[href]\">follow this link</a>.'),
('ro', 'vendor_plans.products_limit', 'Max. products'),
('ro', 'vendor_plans.products_limit_tooltip', 'Set the maximum number of products a vendor can have on this plan. Leave empty to allow unlimited number of products.'),
('ro', 'vendor_plans.products_limit_unlimited', '<strong>Unlimited</strong> products'),
('ro', 'vendor_plans.products_limit_value', '<strong>[products]</strong> products'),
('ro', 'vendor_plans.restrictions', 'Restrictions'),
('ro', 'vendor_plans.revenue', 'Revenue'),
('ro', 'vendor_plans.revenue_exceeded_subj', 'Maximum Revenue Exceeded'),
('ro', 'vendor_plans.revenue_exceeded_text', '<a href=\"[href]\">[vendor]</a> exceeded the maximum revenue allowed by the [plan] plan.'),
('ro', 'vendor_plans.revenue_up_to', 'Revenue up to'),
('ro', 'vendor_plans.revenue_up_to_tooltip', 'The maximum monthly revenue allowed for the vendors who use this plan. Leave this field empty to allow unlimited revenue.'),
('ro', 'vendor_plans.revenue_up_to_unlimited', '<strong>Unlimited</strong> revenue'),
('ro', 'vendor_plans.revenue_up_to_value', 'Revenue up to <strong>[revenue]</strong>'),
('ro', 'vendor_plans.select_plan_text', '<div class=\"et-vendor-plans_select_plan_text_big\">Find the  <span class=\"et-highlight\">perfect plan</span> for your business</div><div class=\"et-vendor-plans_select_plan_text_small\">You will be charged for the plan after the admin approves your vendor account.</div>'),
('ro', 'vendor_plans.storefronts_update_for_plan.add_storefronts_message', 'Add the vendor to the storefronts that got added to the plan|Add the vendors to the storefronts that got added to the plan'),
('ro', 'vendor_plans.storefronts_update_for_plan.general_message', 'What should we do about <a href=\"[search_url]\" target=\"_blank\">[n] vendor </a> who is using this plan now?|What should we do about <a href=\"[search_url]\" target=\"_blank\">[n] vendors </a> who are using this plan now?'),
('ro', 'vendor_plans.storefronts_update_for_plan.remove_storefronts_message', 'Remove the vendor from the storefronts that got removed from this plan|Remove the vendors from the storefronts that got removed from this plan'),
('ro', 'vendor_plans.storefronts_update_for_plan.title', 'Storefronts available in the vendor plan got changed'),
('ro', 'vendor_plans.storefronts_update_for_vendor.add_storefronts_message', 'Add the vendor to the storefronts available in the new vendor plan'),
('ro', 'vendor_plans.storefronts_update_for_vendor.general_message', 'What should we do about the storefronts that are available to this vendor?'),
('ro', 'vendor_plans.storefronts_update_for_vendor.remove_storefronts_message', 'Remove the vendor from the storefronts available in his previous plan'),
('ro', 'vendor_plans.storefronts_update_for_vendor.title', 'The vendor got moved to another plan'),
('ro', 'vendor_plans.transaction_fee', 'Transaction fee'),
('ro', 'vendor_plans.transaction_fee_value', 'Transaction fee: <strong>[value]</strong>'),
('ro', 'vendor_plans.unlimited', 'Unlimited'),
('ro', 'vendor_plans.upgrade_notification_text', '<p>Previously, the <b>Vendor Plans</b> add-on had a setting called <b>Take payment surcharge from vendors</b>. It removed payment surcharge from order total, so that customers wouldn\'t have to pay it. Instead, the payment surcharge was deducted from the order total in favor of the marketplace. This setting has been removed: if you\'d like to take money from vendors per order, please specify commissions for the corresponding vendor plans.</p>'),
('ro', 'vendor_plans.upgrade_notification_title', 'Setting removed from the Vendor Plans add-on'),
('ro', 'vendor_plans.vendor_approved_text', 'Your plan has been set to [plan]. See the details of your plan below.'),
('ro', 'vendor_plans.vendor_commission', 'Vendor commission'),
('ro', 'vendor_plans.vendor_plans', 'Vendor plans'),
('ro', 'vendor_plans.vendor_plans_menu_description', 'Create plans for your vendors, with different restrictions and prices'),
('ro', 'vendor_plans.vendor_store', 'Vendor microstore'),
('ro', 'vendor_plans.vendor_store_tooltip', 'A vendor can have his or her own microstore at a separate address like <i>example.com/vendor/</i>. A microstore only contains products of the vendor who owns this microstore. Also, search results in a vendor\'s microstore only include products of this vendor.'),
('ro', 'vendor_plans.year', 'Year'),
('ro', 'vendor_products', 'Produse vânzător'),
('ro', 'vendor_rating', 'ET - Vendor rating'),
('ro', 'vendor_store_blocks', 'Vendor home blocks'),
('ro', 'vendor_terms', 'Vendor terms and conditions'),
('ro', 'vendor_terms.checkout_terms_and_conditions', 'I accept the [terms_href] of [vendor]'),
('ro', 'vendor_terms.checkout_terms_and_conditions_name', 'Terms & conditions'),
('ro', 'vendor_terms.terms_and_conditions', 'Terms & conditions'),
('ro', 'vendor_terms.terms_and_conditions_tooltip', 'If you want a customer to agree to your terms and conditions at checkout, fill in Terms & Conditions. If you leave Terms & Conditions empty, a customer proceeds without agreement.'),
('ro', 'vendor_terms_field_alert', 'Vendor terms and conditions alert'),
('ro', 'vendor_terms_field_terms_text', 'Vendor terms and conditions text'),
('ro', 'vendor_terms_n_conditions', 'Accept [terms_href]'),
('ro', 'vendor_terms_n_conditions_alert', 'Pentru a continua, trebuie sa acceptati Termenii si Conditiile noastre.'),
('ro', 'vendor_terms_n_conditions_content', '<p>Vă rugăm să citiţi aceşti termeni şi condiţii (\"Termeni\", \"Termeni si conditii\") cu atenţie înainte de a utiliza site-ul <a href=\"http://www.mywebsite.com\"> http://www.mywebsite.com</a> şi meu Mobile App mobile cerere (\"serviciile\") operate de compania mea (\"noi\", \"noi\" sau \"al nostru\").</p> <p><strong>Prin accesarea sau utilizarea serviciului sunteţi de acord să respectaţi aceşti termeni. Dacă nu sunteţi de acord cu orice parte a termenilor, atunci nu puteţi accesa serviciul.</strong></p> <p><strong>Achiziţii</strong></p> <p>Dacă doriţi să achiziţionaţi orice produs sau serviciu facut disponibil prin intermediul serviciului (\"cumpărare\"), vi se poate cere să furnizeze anumite informații relevante să vă cumpărare, inclusiv, fără limitare, ta...</p> <p><strong>Conţinut</strong></p> <p>Noastra Service vă permite să posta, link-ul, stoca, partaja şi pune la dispoziţie anumite informaţii, text, grafică, video, sau alte materiale (\"Continut\"). Sunteţi responsabil pentru...</p> <p><strong>Modificări</strong></p> <p>Ne rezervăm dreptul, la discreţia noastră, să modifice sau să înlocuiţi aceşti termeni în orice moment. În cazul în care revizuirea este material vom încerca să ofere cel puţin 30 de zile preaviz înainte de orice termeni noi a lua efect. Ceea ce constituie o schimbare materială va fi stabilit la discreţia noastră absolută.</p> <p><strong>Contactati-ne</strong></p> <p>Dacă aveţi orice întrebări despre aceşti termeni, vă rugăm să ne contactaţi.</p>'),
('ro', 'vendor_terms_n_conditions_name', 'Termeni si conditii'),
('ro', 'verify', 'Verificați'),
('ro', 'version', 'Versiune'),
('ro', 'vertical', 'Vertical'),
('ro', 'very_good', 'Foarte bine'),
('ro', 'view', 'Vizualizare'),
('ro', 'viewing_feature', 'Vizualizare caracteristica'),
('ro', 'viewing_filter', 'Vizualizare filtru'),
('ro', 'views', 'Vizualizări'),
('ro', 'view_all', 'Vezi toate'),
('ro', 'view_all_orders', 'Vezi toate comenzile'),
('ro', 'view_all_product_features', 'Vizualizati toate caracteristicile produsului'),
('ro', 'view_answers', 'Vezi răspunsurile'),
('ro', 'view_avail_files_for_order', 'View the list of available files from order #[order_id].'),
('ro', 'view_cart', 'Vizualizati cosul'),
('ro', 'view_categories', 'Vizualizati categorii'),
('ro', 'view_changelog', 'Vezi jurnal modificări'),
('ro', 'view_comparison_list', 'Listă comparație'),
('ro', 'view_details', 'Vezi detalii'),
('ro', 'view_more', 'view more'),
('ro', 'view_on_map', 'Vezi pe hartă'),
('ro', 'view_orders', 'Vizualizati comenzi'),
('ro', 'view_orders_menu_description', 'Vizualizati, procesati si imprimati facturile omise pentru comenzile efectuate la magazinul dvs.'),
('ro', 'view_page', 'Vizualizati pagina'),
('ro', 'view_product', 'Vizualizati produs'),
('ro', 'view_products', 'Vizualizati produse'),
('ro', 'view_product_features', 'Vizualizati caracteristici ale produsului'),
('ro', 'view_purchased_products', 'Vizualizati produsele achizitionate'),
('ro', 'view_report', 'Vizualizati raport'),
('ro', 'view_results', 'Vizualizati rezultate'),
('ro', 'view_store', 'View store'),
('ro', 'view_storefront', 'View storefront'),
('ro', 'view_supplier_products', 'Vezi furnizorii produselor'),
('ro', 'view_ticket', 'View Ticket'),
('ro', 'view_user_points', 'Vezi punctele utilizatorilor'),
('ro', 'view_vendor_categories', 'Vizualizati categoriile de produse'),
('ro', 'view_vendor_orders', 'Vezi comenzi furnizor'),
('ro', 'view_vendor_products', 'Vezi produsele furnizorului'),
('ro', 'view_vendor_users', 'Vezi utilizatorii furnizorului'),
('ro', 'view_wishlist', 'Vezi lista de preferințe'),
('ro', 'visa_card_discover', 'Visa, MasterCard, Discover'),
('ro', 'visited_page', 'Pagini vizitate'),
('ro', 'voided', 'Anulate'),
('ro', 'vsb_new_home_block', 'New home block'),
('ro', 'vs_browse_our_categories', 'Browse our categories'),
('ro', 'vs_footerbox', 'Footerbox'),
('ro', 'vs_footer_mv', 'Footerbox MultiVendor'),
('ro', 'vs_homepage_mainbox', 'Mainbox Homepage'),
('ro', 'vs_home_box', 'Home box'),
('ro', 'vs_icon_menu', 'Icon menu'),
('ro', 'vs_mainbox', 'Mainbox'),
('ro', 'vs_mainbox_icon', 'Mainbox with icon'),
('ro', 'vs_mainbox_simple', 'Mainbox simple'),
('ro', 'vs_multi_scroller', 'Multi scroller'),
('ro', 'vs_recent_blog', 'Recent blog'),
('ro', 'vs_responsive_menu', 'Responsive menu'),
('ro', 'vs_scroller_category_product', 'Scroller category product'),
('ro', 'vs_scroller_product_page', 'Scroller product page'),
('ro', 'vs_scroller_with_title', 'Scroller with tittle'),
('ro', 'vs_sidebox', 'Sidebox'),
('ro', 'vs_sidebox_category', 'Sidebox category'),
('ro', 'vs_sidebox_info', 'Sidebox info'),
('ro', 'vs_sidebox_scroller_banner', 'Sidebox scroller banner'),
('ro', 'vs_sidebox_simple', 'Sidebox simple'),
('ro', 'vs_sidebox_with_icon', 'Sidebox with icon'),
('ro', 'vs_testimonials', 'Testimonials'),
('ro', 'vs_vendor_categories', 'Vendor categories'),
('ro', 'vs_vendor_plans.month', 'per month'),
('ro', 'vs_vendor_plans.no_microstore', 'NO microstore'),
('ro', 'vs_vendor_plans.onetime', 'one time fee'),
('ro', 'vs_vendor_plans.year', 'per year'),
('ro', 'warehouses.add_all', 'Add all'),
('ro', 'warehouses.any_store_type', 'Any type of store'),
('ro', 'warehouses.city', 'City'),
('ro', 'warehouses.commerceml.import.error.product.warehouse_not_found', 'Couldn\'t find warehouse [id]'),
('ro', 'warehouses.commerceml.import.message.warehouse.created', 'Category [id] created; local ID: [local_id]'),
('ro', 'warehouses.destinations_configuration.tooltip', 'Products can be taken from different stores and warehouses first, depending on where your customer is. <a href=\"[destinations_url]\" target=\"_blank\">Configure store and warehouse priority individually for each rate area.</a>'),
('ro', 'warehouses.exim_reset_inventory_tooltip', 'This won\'t affect the products that have the quantity specified in the imported file. This also won\'t affect products at the warehouses that aren\'t updated in this preset.'),
('ro', 'warehouses.in_n_stores', 'in [n] store|in [n] stores'),
('ro', 'warehouses.main_destination_tooltip', 'Determines where this place is located. In turn, this determines the shipping rate and delivery time to this place.'),
('ro', 'warehouses.name', 'Name'),
('ro', 'warehouses.no_matching_stores_found', 'No stores found matching the search criteria'),
('ro', 'warehouses.out_of_stock_products', '[product] isn\'t in stock in the selected region.|The following products aren\'t in stock in the selected region: [products]'),
('ro', 'warehouses.phone', 'Phone'),
('ro', 'warehouses.product_availability', 'Availability in stores'),
('ro', 'warehouses.product_available_if_ordered', 'Disponibil dacă este comandat'),
('ro', 'warehouses.product_in_stock', 'In stock'),
('ro', 'warehouses.quantity', 'Quantity'),
('ro', 'warehouses.quantity_tab.no_data', 'This storefront doesn\'t have any stores or warehouses. Please <a href=\"[create_url]\">create one</a> or <a href=\"[list_url]\">make an existing one available</a> for this storefront'),
('ro', 'warehouses.rate_area', 'Rate area'),
('ro', 'warehouses.search_store', 'Search store'),
('ro', 'warehouses.settings', 'Settings'),
('ro', 'warehouses.shipping_delay', 'Moving time'),
('ro', 'warehouses.shipping_delay.description', 'Product is at a remote warehouse. If you order it, we\'ll send it [shipping_delay].'),
('ro', 'warehouses.shipping_delay.description.default', 'Product is at a remote warehouse. If you order it, shipping may take slightly longer.'),
('ro', 'warehouses.shipping_delay.description.short', 'If ordered: [shipping_delay]'),
('ro', 'warehouses.shipping_delay.tooltip', 'The time it takes to move products from here to another store or warehouse in this rate area.'),
('ro', 'warehouses.shipping_delay_for_products', 'Some of the products you ordered are at a remote warehouse. Shipping may take slightly longer than stated here.'),
('ro', 'warehouses.shipping_delay_notification', 'Delay warning'),
('ro', 'warehouses.shipping_delay_notification.tooltip', 'It will appear if products aren\'t available in the stores and warehouses above.'),
('ro', 'warehouses.ship_to', 'Ship to'),
('ro', 'warehouses.ship_to_tooltip', 'Determines the rate areas in which the products from this warehouse will be considered available.'),
('ro', 'warehouses.show_to', 'Show to'),
('ro', 'warehouses.show_to_tooltip', 'Allows you to offer this pickup point to the residents of other rate areas at checkout.'),
('ro', 'warehouses.stores_and_warehouses', 'Stores & Warehouses'),
('ro', 'warehouses.stores_list', 'List'),
('ro', 'warehouses.stores_map', 'Map'),
('ro', 'warehouses.store_and_address', 'Store and address'),
('ro', 'warehouses.store_type', 'Type'),
('ro', 'warehouses.store_type_pickup', 'Punct de preluare'),
('ro', 'warehouses.store_type_store', 'Store'),
('ro', 'warehouses.store_type_warehouse', 'Depozit'),
('ro', 'warehouses.store_warehouse', 'Store / Warehouse'),
('ro', 'warehouses.type_to_search_or_check_all', 'Type to search, or click the button on the right to add all rate areas'),
('ro', 'warehouses.warehouse_stock', 'Quantities'),
('ro', 'warehouses.warn_about_delay', 'Warn about delay'),
('ro', 'warehouses.warn_about_delay.tooltip', 'If a product has to be moved to the rate area from here, show the moving time in the product list and cart.'),
('ro', 'warning', 'Atentie'),
('ro', 'warning_default_language_disabled', 'Limba implicita definita in setari a fost dezactivata sau stearsa. Va rugam sa actualizati setarile de pe pagina urmatoare: <a href=\"[link]\">Setari :: Aspect</a>'),
('ro', 'warning_default_language_sharing_removed', 'The default language defined in settings has been removed for the <b>[company]</b> store. Please update the Frontend default language value on the following page: <a href=\"[link]\">Settings :: Appearance</a>'),
('ro', 'warning_gift_cert_deny', 'Următoarele certificate de cadou au fost şterse sau anulate de către administrator şi au fost eliminate din coşul dumneavoastră: [codes]. Vă rugăm să contactaţi administratorul magazin sau încercaţi un alt unul.'),
('ro', 'warning_https_is_disabled', 'The secure connection check has failed. Please ensure that SSL certificate is installed on your server. Check out the <a href=\"[href]\" target=\"_blank\">Documentation article</a> for more details.'),
('ro', 'warning_insecure_admin_script', 'It is strongly recommended that you rename the default <b>admin.php</b> script (check the <a href=\"[href]\" target=\"_blank\">Documentation</a>) for security reasons.'),
('ro', 'warning_insecure_password_email', 'Parola trebuie sa fie diferita de e-mail! <p><a href=\"[link]\" class=\"underlined\"><b>Schimbati parola &#155;&#155;</b></a></p>'),
('ro', 'warning_lanvar_incorrect_name', 'Numele variabilei de limba contine caractere care nu sunt acceptate!'),
('ro', 'warning_merging_companies', 'Fuziunea dintre dintre companii vor elimina [company_name] din baza de date, precum și toate datele de profil (produse, comenzi, metode de livrare, utilizatori, promoți, ect) vor fi transferate în contul acestei companii.'),
('ro', 'warning_newsletter_no_recipients', 'Newsletter hasn\'t been sent because no recipients were found matching the selected criteria.'),
('ro', 'warning_not_deleted_default_language', '[lang_name] limba nu poate fi stearsa deoarece este limba implicita a magazinului.'),
('ro', 'warning_of_ip_adding', 'Adresa IP introduseă <b>[entered_ip]</b> interzice accesul către panoul de administrare (IP-ul dvs. este <b>[your_ip]</b>).'),
('ro', 'warning_promotions_incorrect_condition', 'Conditia \"[condition]\" poate fi utilizator in grupuri doar cu conditiile \"[set_value]\".'),
('ro', 'warning_seo_urls_disabled', 'URL-urile SEO URLs nu pot funcționa acum - au fost dezactivate. Vă rugăm verificați serverul web și setările de manipulare a URL-urilor.'),
('ro', 'warning_store_optimization_dev', 'Actualizare automata cache-ului.<br /><br />Fisierele modificate sunt urmarite in timp real (inclusiv fisierele modificate direct pe server) si re-cache-uite.<br /><br />Performanta magazinului poate fi usor afectata. Recomandat pentru a dezactiva pe productie in<a href=\"[link]\">Editorul de fisiere</a>.'),
('ro', 'warning_store_optimization_dev_disabled', 'Actualizare auto cache dezactivat.<br /><br />sterge sabloane compilate manual dupa modificarea fisierele tematice, urmand<a href=\"[link]\">acest link</a> pentru a aplica modificarile.'),
('ro', 'warning_subscribers_import', 'Some mailing lists from the input file could not be found in the database. Certain imported subscribers will be left unassigned.'),
('ro', 'warning_subscr_email_exists', '<b>[email]</b> este deja in lista de abonati'),
('ro', 'warning_theme_clone_dir_exists', 'Nu se poate clona tema, pentru ca directorul introdus deja exista. Va rugam sa introduceti un alt director.'),
('ro', 'warning_track_orders_not_allowed', 'Nu aveti permisiunea sa vizualizati detaliile acestei comenzi.'),
('ro', 'warning_track_orders_not_found', 'E-mail-ul/ID-ul comenzii nu exista in baza noastra de date'),
('ro', 'warning_variants_removal', 'Clicand pe Salvati veti elimina variantele de produs.'),
('ro', 'warning_zero_price_restricted_product', 'Product <b>\"[product]\"</b> has not been added to the cart, because it doesn\'t have a price.'),
('ro', 'webkul_uvdesk', 'Webkul UVdesk'),
('ro', 'website', 'Site web'),
('ro', 'web_pages', 'Pagini web'),
('ro', 'web_site', 'Site web'),
('ro', 'week', 'Saptamana'),
('ro', 'weekday_0', 'Duminica'),
('ro', 'weekday_1', 'Luni'),
('ro', 'weekday_2', 'Marti'),
('ro', 'weekday_3', 'Miercuri'),
('ro', 'weekday_4', 'Joi'),
('ro', 'weekday_5', 'Vineri'),
('ro', 'weekday_6', 'Sambata'),
('ro', 'weekday_abr_0', 'Dum'),
('ro', 'weekday_abr_1', 'Lun'),
('ro', 'weekday_abr_2', 'Mar'),
('ro', 'weekday_abr_3', 'Mi'),
('ro', 'weekday_abr_4', 'Joi'),
('ro', 'weekday_abr_5', 'Vin'),
('ro', 'weekday_abr_6', 'Sam'),
('ro', 'weekly', 'Săptămânal'),
('ro', 'weeks', 'Saptamana(saptamani)'),
('ro', 'weight', 'Greutate'),
('ro', 'weight_dependences', 'Dependentele Greutate'),
('ro', 'weight_limit', 'Limita de greutate'),
('ro', 'weight_modifier', 'Modificator greutate'),
('ro', 'weight_symbol', 'Simbol greutate'),
('ro', 'welcome_screen.administrator_info', 'Pentru a accesa zona de administrator, utilizati e-mailul(<b>[email]</b>) si parola introdusa mai devreme.'),
('ro', 'welcome_screen.go_admin_panel', 'Mergeti la panoul de administrare'),
('ro', 'welcome_screen.go_settings_wizard', 'Mergeti la Setari wizard pentru configurarile de baza a magazinului.'),
('ro', 'welcome_screen.go_storefront', 'Mergeti la storefront'),
('ro', 'welcome_screen.knowledge_base', 'Documentație'),
('ro', 'welcome_screen.learn_more_configuration', 'Aflati mai multe despre configurarea magazinului in'),
('ro', 'welcome_screen.run_settings_wizard', 'Rulati Setari wizard'),
('ro', 'welcome_screen.thanks', 'Va multumim pentru alegerea CS-Cart-lui. Vanzare fericita!'),
('ro', 'well_done', 'Felicitari!'),
('ro', 'we_would_like_to_inform', 'Am dori să vă informăm că'),
('ro', 'what_is_cvv2', 'Ce este CVV/CVC'),
('ro', 'what_you_would_like_to_do', 'Ce doriți să faceți'),
('ro', 'which_is', 'which is'),
('ro', 'widget_code', 'Codul Widget'),
('ro', 'widget_what_is_it', '<a href=\"[href]\" target=\"_blank\"> Ce este?</a>'),
('ro', 'width', 'Latime'),
('ro', 'wishlist', 'Listă de preferințe'),
('ro', 'wishlist_content', 'Conținutul listei de preferințe'),
('ro', 'wishlist_note', 'Wishlist-urile mele'),
('ro', 'wishlist_products', 'Produse în wishlist'),
('ro', 'wishlist_short', 'Wish list'),
('ro', 'without_image', 'Fara imagine'),
('ro', 'with_contact_information', 'Doar cu informatii de contact'),
('ro', 'world', 'Lume'),
('ro', 'worldnettps_hash_error', 'A aparut o eroare. Detalii de eroare: Cererea si raspunsel hash nu se potrivesc.'),
('ro', 'worldpay_secret', 'Secrete MD5 pentru tranzactii'),
('ro', 'wrapper', 'Ambalaj'),
('ro', 'wrapper_class', 'User-defined wrapper CSS class'),
('ro', 'write', 'Scrieti'),
('ro', 'write_a_reply', 'write a reply'),
('ro', 'write_review', 'Scrie un comentariu'),
('ro', 'wrong_number_initial_order_id', 'The value you entered for the \"Initial order ID value\" setting is not supported. Only integers from 1 to [max_initial_order_id] are supported'),
('ro', 'wt_access_note', 'Please note, if you disable or uninstall the \'Watermarks\' add-on, you should remove these instructions from \'.htaccess\' files manually. Otherwise category and product images will be unavailable.'),
('ro', 'wt_access_warning', 'Watermark creating is disabled. If there are any \"Rewrite watermarks rules\" instructions in the \"images/.htaccess\" file, you should remove them manually. Otherwise category and product images will be unavailable.'),
('ro', 'wt_detailed', 'popup larger images'),
('ro', 'wt_fail_apply_graphic_watermark', 'Failed to apply the watermark to [image_type]. The watermark image is not added.'),
('ro', 'wt_font', 'Font'),
('ro', 'wt_font_color', 'Font color'),
('ro', 'wt_font_size_detailed', 'Font size (larger image)'),
('ro', 'wt_font_size_icon', 'Font size (thumbnail)'),
('ro', 'wt_graphic_watermark', 'Graphic watermark'),
('ro', 'wt_icons', 'thumbnails'),
('ro', 'wt_images_access_description', 'To deny access to your original images, please add the following instructions to the \'.htaccess\' file in the \'images\' directory of your installation. It will protect your original images. Even if an original image is opened, the corresponding watermarked image will be show instead.'),
('ro', 'wt_images_access_info', 'Images access'),
('ro', 'wt_text_watermark', 'Text watermark'),
('ro', 'wt_watermarks', 'Watermarks'),
('ro', 'wt_watermarks_access_description', 'To generate watermarked images automatically even if they are requested not from your store pages, please add the \'.htaccess\' file with the following instructions to the \'images/watermarked\' directory of your installation.'),
('ro', 'wt_watermark_detailed', 'Popup larger image watermark'),
('ro', 'wt_watermark_horizontal_position', 'Watermark horizontal position'),
('ro', 'wt_watermark_icon', 'Thumbnail watermark'),
('ro', 'wt_watermark_image', 'Watermark image'),
('ro', 'wt_watermark_position', 'Watermark position'),
('ro', 'wt_watermark_text', 'Watermark text'),
('ro', 'wt_watermark_vertical_position', 'Watermark vertical position'),
('ro', 'xml_error', 'Eroare analiza XML'),
('ro', 'year', 'An'),
('ro', 'yearly', 'Anual'),
('ro', 'years', 'ani'),
('ro', 'yes', 'Da'),
('ro', 'yesterday', 'Ieri'),
('ro', 'your_age', 'Vârsta dvs.'),
('ro', 'your_ip_added', 'IP-ul dvs. ,<b>[ip]</b> a fost adăugați la tabelul cu restricții.'),
('ro', 'your_ip_enabled', 'IP-ul dvs. , <b>[ip]</b> a fost activat în tabelul cu restricționarea accesului.'),
('ro', 'your_ip_removed', 'IP-ul dvs. , <b>[ip]</b> a fost șters din tabelul cu restricționarea accesului.'),
('ro', 'your_message', 'Mesajul dvs.'),
('ro', 'your_name', 'Numele dvs.'),
('ro', 'your_range', 'Domeniul dvs.'),
('ro', 'your_rating', 'Rating-ul tău'),
('ro', 'you_can_edit_account_details', 'Puteți să editați detaliile contului acum.'),
('ro', 'you_have_no_permissions', 'Nu aveti permisiuni'),
('ro', 'you_save', 'Discount'),
('ro', 'zero_price_action', 'Actiune de pret zero'),
('ro', 'zipcode', 'Zipcode'),
('ro', 'zipcodes', 'Coduri postale'),
('ro', 'zip_postal_code', 'Cod postal'),
('ro', 'zone', 'Zona'),
('ro', 'zpa_ask_price', 'Intrebati clientul pentru un pret'),
('ro', 'zpa_permit', 'Permiteți adăugarea în coș'),
('ro', 'zpa_refuse', 'Nu permiteți adăugarea în coș'),
('ru', '2co_enable_fraud_verification', 'Включить поддержку уведомлений о мошенничестве'),
('ru', '2co_fraud_fail', 'Статус для заказов, не прошедших проверку на мошенничество'),
('ru', '2co_fraud_wait', 'Статус для заказов, ожидающих проверку на мошенничество'),
('ru', '3d_secure', '3-D Secure'),
('ru', '404', 'Ошибка 404: страница не найдена'),
('ru', 'about_us', 'About us'),
('ru', 'absolute', 'Фиксированная'),
('ru', 'absolute_commissions_instructions', '<a href=\"http://docs.cs-cart.com/4.3.x/user_guide/addons/vendor_commission/vendor_commissions_and_plans.html\" target=\"_blank\">Upgrading from 4.3.x to 4.4.x: Vendor Commissions and Vendor Plans</a>'),
('ru', 'abt_menu_ajax_load', 'AB: Использовать Ajax-загрузку'),
('ru', 'abt_menu_ajax_load.tooltip', 'Использовать Ajax для получения контента второго и третьего уровней меню после загрузки страницы. Контент первого уровня будет загружен вместе с основным контентом страницы'),
('ru', 'abt_menu_icon_items', 'AB: Показывать иконки для пунктов меню второго уровня'),
('ru', 'abt_menu_icon_items.tooltip', 'Активный статус данной настройки разрешает отображение иконки, которая назначена пункту меню второго уровня меню'),
('ru', 'abt_menu_long_names', 'AB: Названия пунктов меню первого уровня в две строки'),
('ru', 'abt_menu_long_names.tooltip', 'Активный статус данной настройки разрешает отображение названий пунктов меню в две строки (с переносом) в случае, если для размещения названия требуется больше места, чем определяет настройка <b>AB: Максимальная ширина пункта меню для первого уровня</b>'),
('ru', 'abt_menu_long_names_max_width', 'AB: Максимальная ширина пункта меню для первого уровня'),
('ru', 'abt_menu_long_names_max_width.tooltip', 'Определяет размер ячейки по ширине в пикселях для размещения названия пункта меню. Если название пункта меню превышает это значение, то при активной настройке <b>AB: Названия пунктов меню первого уровня в две строки</b> — будет выведено в две строки с переносом.'),
('ru', 'abt__unitheme2', 'AB: UniTheme2'),
('ru', 'abt__unitheme2.settings', 'Настройки только для AB: UniTheme2'),
('ru', 'abt__unitheme2_mv', 'AB: UniTheme2 (Multi-Vendor)'),
('ru', 'abt__ut2.addon_social_buttons.share', 'Поделиться'),
('ru', 'abt__ut2.add_to_cart', 'Купить'),
('ru', 'abt__ut2.add_to_wishlist.tooltip', 'Добавить в список отложенных товаров'),
('ru', 'abt__ut2.banner.color_use', 'Установите флажок, чтобы использовать новый цвет'),
('ru', 'abt__ut2.banner.params.avail_from', 'Период действия с'),
('ru', 'abt__ut2.banner.params.avail_till', 'Период действия по'),
('ru', 'abt__ut2.banner.params.background_color', 'Фоновый цвет'),
('ru', 'abt__ut2.banner.params.background_color.tooltip', 'Установите флажок, чтобы использовать новый цвет'),
('ru', 'abt__ut2.banner.params.background_image', 'Фоновое изображение'),
('ru', 'abt__ut2.banner.params.background_image_size', 'Масштабирование фонового изображения'),
('ru', 'abt__ut2.banner.params.background_image_size.tooltip', 'abt__ut2.banner.params.background_image_size.tooltip'),
('ru', 'abt__ut2.banner.params.background_image_size.variants.contain', 'С сохранением пропорций, чтобы картинка целиком поместилась внутрь блока'),
('ru', 'abt__ut2.banner.params.background_image_size.variants.cover', 'С сохранением пропорций, чтобы его ширина или высота равнялась ширине или высоте блока'),
('ru', 'abt__ut2.banner.params.button_color', 'Цвет кнопки'),
('ru', 'abt__ut2.banner.params.button_color.tooltip', 'Установите флажок, чтобы использовать новый цвет'),
('ru', 'abt__ut2.banner.params.button_text', 'Текст (призыв к действию)'),
('ru', 'abt__ut2.banner.params.button_text_color', 'Цвет текста'),
('ru', 'abt__ut2.banner.params.button_text_color.tooltip', 'Установите флажок, чтобы использовать новый цвет'),
('ru', 'abt__ut2.banner.params.button_use', 'Добавить кнопку'),
('ru', 'abt__ut2.banner.params.button_use.tooltip', 'Установите флажок для добавления кнопки. <b>Важно!</b> Кнопка появится только при наличии ссылки в поле \"Укажите URL\"'),
('ru', 'abt__ut2.banner.params.class', 'Пользовательский CSS-класс'),
('ru', 'abt__ut2.banner.params.color_scheme', 'Цветосхема'),
('ru', 'abt__ut2.banner.params.color_scheme.tooltip', 'Определяет, какого цвета будет <b>Заголовок</b> и <b>Описание</b> баннера. Для <b>Темного фона</b> цвет текстов в баннере будет белым, для <b>Светлого фона</b> баннера — черный'),
('ru', 'abt__ut2.banner.params.color_scheme.variants.dark', 'Тёмный фон'),
('ru', 'abt__ut2.banner.params.color_scheme.variants.light', 'Светлый фон'),
('ru', 'abt__ut2.banner.params.content_align', 'Горизонтальное выравнивание'),
('ru', 'abt__ut2.banner.params.content_align.tooltip', 'Расположение контента внутри баннера по горизонтали'),
('ru', 'abt__ut2.banner.params.content_align.variants.center', 'По центру'),
('ru', 'abt__ut2.banner.params.content_align.variants.left', 'По левому краю'),
('ru', 'abt__ut2.banner.params.content_align.variants.right', 'По правому краю'),
('ru', 'abt__ut2.banner.params.content_bg', 'Добавить полупрозрачную маску'),
('ru', 'abt__ut2.banner.params.content_bg.tooltip', 'Под описанием появится полупрозрачный фон (цвет зависит от схемы), он обеспечит лучшую читаемость текста на пёстром фоне'),
('ru', 'abt__ut2.banner.params.content_full_width', 'Контент на всю ширину'),
('ru', 'abt__ut2.banner.params.content_full_width.tooltip', 'Ширина блока с контентом имеет по умолчанию ширину 50% баннера, установив флажок, ширина блока с контентом будет 100%'),
('ru', 'abt__ut2.banner.params.content_valign', 'Вертикальное выравнивание'),
('ru', 'abt__ut2.banner.params.content_valign.tooltip', 'Расположение контента внутри баннера по вертикали'),
('ru', 'abt__ut2.banner.params.content_valign.variants.bottom', 'По нижнему краю'),
('ru', 'abt__ut2.banner.params.content_valign.variants.center', 'По центру'),
('ru', 'abt__ut2.banner.params.content_valign.variants.top', 'По верхнему краю'),
('ru', 'abt__ut2.banner.params.data_type', 'Тип контента'),
('ru', 'abt__ut2.banner.params.data_type.variants.url', 'Ссылка'),
('ru', 'abt__ut2.banner.params.description', 'Краткое описание'),
('ru', 'abt__ut2.banner.params.description_bg_color', 'Фоновый цвет'),
('ru', 'abt__ut2.banner.params.description_bg_color.tooltip', 'Установите флажок, чтобы использовать новый цвет'),
('ru', 'abt__ut2.banner.params.description_color', 'Цвет описания'),
('ru', 'abt__ut2.banner.params.description_color.tooltip', 'Установите флажок, чтобы использовать новый цвет'),
('ru', 'abt__ut2.banner.params.description_font_size', 'Размер шрифта'),
('ru', 'abt__ut2.banner.params.how_to_open', 'Способ открытия'),
('ru', 'abt__ut2.banner.params.how_to_open.variants.in_new_window', 'В новом окне'),
('ru', 'abt__ut2.banner.params.how_to_open.variants.in_popup', 'Во всплывающем окне'),
('ru', 'abt__ut2.banner.params.how_to_open.variants.in_this_window', 'В текущем окне'),
('ru', 'abt__ut2.banner.params.main_image', 'Основное изображение'),
('ru', 'abt__ut2.banner.params.mobile_use', 'Использовать собственные настройки для Смартфонов'),
('ru', 'abt__ut2.banner.params.mobile_use.tooltip', 'Используйте эту настройку, чтобы разрешить редактирование настроек баннера для мобильного устройства Смартфон'),
('ru', 'abt__ut2.banner.params.object', 'Отображаемый объект'),
('ru', 'abt__ut2.banner.params.object.variants.image', 'Изображение'),
('ru', 'abt__ut2.banner.params.object.variants.video', 'YouТube видео'),
('ru', 'abt__ut2.banner.params.padding', 'Внутренний отступ, px'),
('ru', 'abt__ut2.banner.params.padding.tooltip', 'CSS <code>padding</code>. Отступы в пикселях внутри баннера. Полезно, чтобы стандартизировать отступы от границ баннера до контента'),
('ru', 'abt__ut2.banner.params.tablet_use', 'Использовать собственные настройки для Планшетов'),
('ru', 'abt__ut2.banner.params.tablet_use.tooltip', 'Используйте эту настройку, чтобы разрешить редактирование настроек баннера для мобильного устройства Планшет'),
('ru', 'abt__ut2.banner.params.title', 'Заголовок'),
('ru', 'abt__ut2.banner.params.title_color', 'Цвет заголовка'),
('ru', 'abt__ut2.banner.params.title_color.tooltip', 'Установите флажок, чтобы использовать новый цвет'),
('ru', 'abt__ut2.banner.params.title_font_size', 'Размер шрифта'),
('ru', 'abt__ut2.banner.params.title_font_weight', 'Насыщенность шрифта'),
('ru', 'abt__ut2.banner.params.title_font_weight.variants.300', 'Тонкий'),
('ru', 'abt__ut2.banner.params.title_font_weight.variants.400', 'Нормальный'),
('ru', 'abt__ut2.banner.params.title_font_weight.variants.700', 'Полный'),
('ru', 'abt__ut2.banner.params.title_font_weight.variants.900', 'Жирный'),
('ru', 'abt__ut2.banner.params.title_shadow', 'Добавить тень от заголовка'),
('ru', 'abt__ut2.banner.params.title_tag', 'Тег (html) для заголовка'),
('ru', 'abt__ut2.banner.params.title_tag.variants.div', 'div'),
('ru', 'abt__ut2.banner.params.title_tag.variants.h1', 'h1'),
('ru', 'abt__ut2.banner.params.title_tag.variants.h2', 'h2'),
('ru', 'abt__ut2.banner.params.title_tag.variants.h3', 'h3'),
('ru', 'abt__ut2.banner.params.url', 'Укажите URL'),
('ru', 'abt__ut2.banner.params.use_avail_period', 'Задать период действия'),
('ru', 'abt__ut2.banner.params.youtube_autoplay', 'Автовоспроизведение'),
('ru', 'abt__ut2.banner.params.youtube_autoplay.tooltip', 'В связи с изменениями политики <b>Google</b>, автовоспроизведение будет доступно только без звука. Подробнее смотрите <a href=\'https://developers.google.com/web/updates/2017/09/autoplay-policy-changes\' target=\'_blank\'>документацию</a>. <b>Google</b> настоятельно рекомендует при автовоспроизведении отображать панель управления плеера'),
('ru', 'abt__ut2.banner.params.youtube_hide_controls', 'Скрыть элементы управления плеера'),
('ru', 'abt__ut2.banner.params.youtube_hide_controls.tooltip', 'Google настоятельно рекомендует при автовоспроизведении отображать панель управления плеера'),
('ru', 'abt__ut2.banner.params.youtube_id', 'ID YouTube видео'),
('ru', 'abt__ut2.banner.params.youtube_id.tooltip', 'Идентификатор видео — https://www.youtube.com/watch?v=<b>abcd1234567</b>, укажите только <b>abcd1234567</b>'),
('ru', 'abt__ut2.banner.params.youtube_use', 'Добавить YouTube видео'),
('ru', 'abt__ut2.banner.params_additional', 'Дополнительные настройки баннера'),
('ru', 'abt__ut2.banner.params_of_block', 'Настройки блока баннера'),
('ru', 'abt__ut2.banner.params_of_button', 'Настройки кнопки баннера'),
('ru', 'abt__ut2.banner.params_of_content', 'Настройки отображаемого контента баннера'),
('ru', 'abt__ut2.banner.params_of_description', 'Настройки описания баннера'),
('ru', 'abt__ut2.banner.params_of_object', 'Настройки объекта/изображения баннера'),
('ru', 'abt__ut2.banner.params_of_title', 'Настройки заголовка баннера'),
('ru', 'abt__ut2.banner.use_own_info', 'Использовать собственное значение'),
('ru', 'abt__ut2.banner.warning', 'Экспертные настройки баннера'),
('ru', 'abt__ut2.banners', 'Баннеры'),
('ru', 'abt__ut2.banners.manage', 'AB: UniTheme2: Расширенные баннеры'),
('ru', 'abt__ut2.banner_tab.general', 'Общие (AB: UniTheme2: ПК)'),
('ru', 'abt__ut2.banner_tab.mobile', 'AB: UniTheme2: Смартфон'),
('ru', 'abt__ut2.banner_tab.tablet', 'AB: UniTheme2: Планшет'),
('ru', 'abt__ut2.block.availability.show_on', '!!! Только для AB: UniTheme2 при использовании настройки <b>[show_on]</b> содержимое блока будет вырезано из HTML-кода для соответствующего устройства, а не просто скрыто стилями'),
('ru', 'abt__ut2.blog.there_are_offers', 'Рекомендации'),
('ru', 'abt__ut2.blog.there_is_video', 'Видео'),
('ru', 'abt__ut2.brands', 'Бренды'),
('ru', 'abt__ut2.city_short', 'г.'),
('ru', 'abt__ut2.contacts', 'Контакты'),
('ru', 'abt__ut2.demodata', 'Демо-данные'),
('ru', 'abt__ut2.demodata.description', 'На этой странице Вы можете быстро создать демо-данные темы'),
('ru', 'abt__ut2.demodata.errors.menu_wasnt_created', 'Меню [name] не удалось создать'),
('ru', 'abt__ut2.demodata.errors.no_blog_page', 'Вам необходимо создать родительскую страницу блога'),
('ru', 'abt__ut2.demodata.errors.no_data', 'Нет файла data.json'),
('ru', 'abt__ut2.demodata.success', 'созданы успешно'),
('ru', 'abt__ut2.demodata.success.banners', 'Баннеры [ids] созданы успешно'),
('ru', 'abt__ut2.demodata.success.blog', 'Страницы блога [ids] созданы успешно'),
('ru', 'abt__ut2.demodata.success.menu', 'Меню [menus] созданы успешно'),
('ru', 'abt__ut2.demodata.table.add_banners', 'Добавить демо-баннеры'),
('ru', 'abt__ut2.demodata.table.add_blog', 'Добавить демо-блог'),
('ru', 'abt__ut2.demodata.table.add_menu', 'Добавить демо-меню с иконками и баннерами'),
('ru', 'abt__ut2.demodata.table.add_products', 'Добавить демо-товары'),
('ru', 'abt__ut2.demodata.table.description', 'Вид демо-данных'),
('ru', 'abt__ut2.developer', 'На базе <a href=\"https://www.cs-cart.ru/\" rel=\"nofollow\">CS-Cart</a> и премиум темы — <a href=\"https://unitheme.net/?sl=ru\" rel=\"nofollow\">© AB: UniTheme2</a>'),
('ru', 'abt__ut2.errors.is_correctly_installed.mv.disabled', 'Для правильной работы UniTheme2 на CS-Cart Multi-Vendor (используется у Вас) включите модуль UniTheme2 для Multi-Vendor редакции CS-Cart (идет в поставке темы для этой редакции) и повторите попытку'),
('ru', 'abt__ut2.errors.is_correctly_installed.mv.uninstalled', 'Для правильной работы UniTheme2 на CS-Cart Multi-Vendor (используется у Вас) установите и включите модуль UniTheme2 для Multi-Vendor редакции CS-Cart (идет в поставке темы для этой редакции) и повторите попытку'),
('ru', 'abt__ut2.export', 'Экспорт'),
('ru', 'abt__ut2.export.actions.banners', 'Баннеры'),
('ru', 'abt__ut2.export.actions.banners.placeholder', 'ID баннеров'),
('ru', 'abt__ut2.export.actions.blog', 'Блог'),
('ru', 'abt__ut2.export.actions.blog.placeholder', 'ID родительских страниц'),
('ru', 'abt__ut2.export.actions.menu', 'Меню'),
('ru', 'abt__ut2.export.actions.menu.placeholder', 'ID меню'),
('ru', 'abt__ut2.export.actions.products', 'Товары'),
('ru', 'abt__ut2.export.actions.products.placeholder', 'ID товаров'),
('ru', 'abt__ut2.export.description', 'На этой странице вы можете быстро экспортировать нужные вам данные в формат json'),
('ru', 'abt__ut2.export.errors.no_such_type', 'Нет такого типа экспорта для темы'),
('ru', 'abt__ut2.export.success', 'экспортированы'),
('ru', 'abt__ut2.export.success.banners', 'Баннеры [ids] экспортированы'),
('ru', 'abt__ut2.export.success.blog', 'Блог экспортирован успешно'),
('ru', 'abt__ut2.export.success.menu', 'Меню [ids] экспортированы'),
('ru', 'abt__ut2.export.table.data', 'Данные для экспорта'),
('ru', 'abt__ut2.export.table.description', 'Тип данных'),
('ru', 'abt__ut2.extended.e', 'Расширенный'),
('ru', 'abt__ut2.extended.f', 'На всю ширину'),
('ru', 'abt__ut2.extended.o', 'Обычный'),
('ru', 'abt__ut2.form.generate', 'Генерировать'),
('ru', 'abt__ut2.form.header.additional_products', 'Дополнительные товары'),
('ru', 'abt__ut2.form.header.base_products', 'Основные товары'),
('ru', 'abt__ut2.form.header.general', 'Общее'),
('ru', 'abt__ut2.grid.padding', 'Дополнительные отступы'),
('ru', 'abt__ut2.grid.padding.variants.bottom', 'Только снизу'),
('ru', 'abt__ut2.grid.padding.variants.none', 'Нет'),
('ru', 'abt__ut2.grid.padding.variants.top', 'Только сверху'),
('ru', 'abt__ut2.grid.padding.variants.top_bottom', 'Сверху и снизу'),
('ru', 'abt__ut2.grid.tab_description', 'Представленные ниже настройки применяются только для секций макетов темы AB: UniTheme2'),
('ru', 'abt__ut2.grid_settings', 'AB: UniTheme2: Дополнительные настройки'),
('ru', 'abt__ut2.grid_tabs.abt__ut2_show_in_tabs', 'Отобразить все блоки секции во вкладках'),
('ru', 'abt__ut2.grid_tabs.abt__ut2_use_ajax', 'Использовать Ajax для загрузки контента второй и последующих вкладок'),
('ru', 'abt__ut2.help', 'Справка'),
('ru', 'abt__ut2.help.doc', 'Ознакомиться с <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/ru/abt__unitheme2.doc\'>документацией</a>.'),
('ru', 'abt__ut2.hover_to_enlarge', 'Наведите на картинку для увеличения'),
('ru', 'abt__ut2.icons', 'Доступные иконки'),
('ru', 'abt__ut2.icons.class', 'Класс иконки'),
('ru', 'abt__ut2.icons.info', 'На этой странице Вы можете ознакомиться со списком иконок, доступных Вам в теме'),
('ru', 'abt__ut2.icons.ut2_icons', 'Список иконок темы'),
('ru', 'abt__ut2.less_settings', 'Настройки цветосхемы'),
('ru', 'abt__ut2.less_settings.containers', 'Контейнеры'),
('ru', 'abt__ut2.less_settings.containers.header.add_delimiters', 'Добавить разделительные полосы'),
('ru', 'abt__ut2.less_settings.containers.header.add_delimiters.tooltip', 'Добавляет разделительные полосы в верхушке сайта, визуально разделяет блоки \"Каталог товаров\", \"Поиск\", \"Аккаунт\" и \"Корзина\"'),
('ru', 'abt__ut2.less_settings.containers.header.use_animation_for_not_empty_cart', 'Использовать эффект анимации для непустой корзины'),
('ru', 'abt__ut2.less_settings.containers.header.use_animation_for_not_empty_cart.tooltip', 'Добавляет эффект, привлекающий внимание к непустой корзине'),
('ru', 'abt__ut2.less_settings.containers.header.use_color_elements_on_hover', 'Цвет при наведении на элементы \"Каталог товаров\", \"Аккаунт\" и \"Корзина\"'),
('ru', 'abt__ut2.less_settings.containers.header.use_color_elements_on_hover.tooltip', 'Цвет при наведении на выпадающие элементы \"Каталог товаров\", \"Аккаунт\" и \"Корзина\", используется только в макетах \"Advanced\" и \"Fixed\"'),
('ru', 'abt__ut2.less_settings.containers.header.use_color_icons', 'Цвет иконок для элементов \"Каталог товаров\", \"Аккаунт\" и \"Корзина\"'),
('ru', 'abt__ut2.less_settings.containers.header.use_color_icons.tooltip', 'Используется только в макетах \"Advanced\" и \"Fixed\"'),
('ru', 'abt__ut2.less_settings.containers.header.use_color_menu_on_hover', 'Цвет при наведении на пункт меню первого уровня'),
('ru', 'abt__ut2.less_settings.containers.header.use_color_menu_on_hover.tooltip', 'Фоновый цвет при наведении на элементы меню первого уровня. Используется только в макете \"Default\" с горизонтальным типом меню. Также определяет цвет активного элемента меню первого уровня'),
('ru', 'abt__ut2.less_settings.containers.header_group', 'Заголовок'),
('ru', 'abt__ut2.less_settings.containers.header_group_description', 'Настройки для блоков и секций контейнера \"Заголовок\"'),
('ru', 'abt__ut2.less_settings.containers_description', 'Ниже представлены настройки, которые воздействуют на блоки и секции соответствующего контейнера в макетах'),
('ru', 'abt__ut2.less_settings.general', 'Общие'),
('ru', 'abt__ut2.less_settings.general.buttons.style', 'Стиль'),
('ru', 'abt__ut2.less_settings.general.buttons.style.tooltip', 'Выберите стиль оформления для кнопок'),
('ru', 'abt__ut2.less_settings.general.buttons.style.variants.use_background', 'Использовать фоновую заливку'),
('ru', 'abt__ut2.less_settings.general.buttons.style.variants.use_border', 'Использовать только контур'),
('ru', 'abt__ut2.less_settings.general.buttons.use_gradient', 'Добавить объем'),
('ru', 'abt__ut2.less_settings.general.buttons.use_gradient.tooltip', 'В оформлении кнопок будет использоваться цвет фона с градиентной заливкой от светлого к темному на основе цвета кнопки'),
('ru', 'abt__ut2.less_settings.general.buttons.use_shadow', 'Отображать тень'),
('ru', 'abt__ut2.less_settings.general.buttons.use_shadow.tooltip', 'В оформлении кнопок будет использоваться тень'),
('ru', 'abt__ut2.less_settings.general.buttons.use_text_uppercase', 'Отображать текст заглавными буквами'),
('ru', 'abt__ut2.less_settings.general.buttons.use_text_uppercase.tooltip', 'Позволяет определить формат отображения букв в кнопках, строчными или заглавными буквами'),
('ru', 'abt__ut2.less_settings.general.buttons_group', 'Кнопки'),
('ru', 'abt__ut2.less_settings.general.buttons_group_description', 'Позволяет задать стили оформления кнопок'),
('ru', 'abt__ut2.less_settings.general.labels.style', 'Форма'),
('ru', 'abt__ut2.less_settings.general.labels.style.tooltip', 'Выберите форму одну из форм отображения');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('ru', 'abt__ut2.less_settings.general.labels.style.variants.as_circle', 'Круглый'),
('ru', 'abt__ut2.less_settings.general.labels.style.variants.as_drop', 'Каплей'),
('ru', 'abt__ut2.less_settings.general.labels.style.variants.as_rectangle', 'Прямоугольный'),
('ru', 'abt__ut2.less_settings.general.labels.use_outline', 'Контурный стиль'),
('ru', 'abt__ut2.less_settings.general.labels.use_outline.tooltip', 'Добавляет контурную обводку'),
('ru', 'abt__ut2.less_settings.general.labels.use_shadow', 'Отображать тень'),
('ru', 'abt__ut2.less_settings.general.labels.use_shadow.tooltip', 'Добавляет тень'),
('ru', 'abt__ut2.less_settings.general.labels.use_text_shadow', 'Отображать тень для текста'),
('ru', 'abt__ut2.less_settings.general.labels.use_text_shadow.tooltip', 'Добавляет тень для текста'),
('ru', 'abt__ut2.less_settings.general.labels_group', 'Стикеры (Лейблы)'),
('ru', 'abt__ut2.less_settings.general.labels_group_description', 'Используется для оформления стикеров товара. Например, \"Бесплатная доставка\", \"Скидка\" и т.д.'),
('ru', 'abt__ut2.less_settings.general.stars_rating_color', 'Цвет звездочек рейтинга товара'),
('ru', 'abt__ut2.less_settings.general.stars_rating_color.tooltip', 'Укажите собственный цвет звездочек рейтинга товара'),
('ru', 'abt__ut2.less_settings.general.use_rounding', 'Скруглить углы для элементов интерфейса'),
('ru', 'abt__ut2.less_settings.general.use_rounding.tooltip', 'Использовать скругление углов элементов (окна, кнопки, иконки, поля форм и др.)'),
('ru', 'abt__ut2.less_settings.general.use_rounding.variants.do_not_use', 'Не использовать'),
('ru', 'abt__ut2.less_settings.general.use_rounding.variants.full', 'Полностью скруглить'),
('ru', 'abt__ut2.less_settings.general.use_rounding.variants.little', 'Придать небольшую округлость'),
('ru', 'abt__ut2.less_settings.general.use_titles_uppercase', 'Отображать заголовки заглавными буквами'),
('ru', 'abt__ut2.less_settings.general.use_titles_uppercase.tooltip', 'Позволяет перевести написание заголовка в заглавные буквы (применяется для всех заголовков страниц, блоков, баннеров и др.)'),
('ru', 'abt__ut2.less_settings.general_description', 'Ниже представлены общие настройки'),
('ru', 'abt__ut2.less_settings.is_absent', 'Для Вашего стиля [style] не заданы следующие цветовые значения:'),
('ru', 'abt__ut2.less_settings.is_absent.core', 'Системные значения'),
('ru', 'abt__ut2.less_settings.is_absent.recomend_to_add', 'Рекомендуем Вам назначить их значения, так как это может привести к ошибкам в дальнейшем'),
('ru', 'abt__ut2.less_settings.is_absent.theme', 'Значения темы'),
('ru', 'abt__ut2.less_settings.products', 'Товар'),
('ru', 'abt__ut2.less_settings.products.use_color_buttons_add_to_cart', 'Назначить индивидуальный цвет кнопки<br>\"В корзину\"'),
('ru', 'abt__ut2.less_settings.products.use_color_buttons_add_to_cart.tooltip', 'Позволяет назначить индивидуальный цвет для кнопки \"В корзину\" на детальной странице товара и в окне \"Быстрого просмотра\"'),
('ru', 'abt__ut2.less_settings.products_description', 'Ниже представлены настройки, которые воздействуют на элементы детальной страницы товара'),
('ru', 'abt__ut2.less_settings.product_list', 'Списки товаров'),
('ru', 'abt__ut2.less_settings.product_list.extend_grid_item_on_hover', 'Эффект увеличения ячейки при наведении'),
('ru', 'abt__ut2.less_settings.product_list.extend_grid_item_on_hover.tooltip', 'Добавляет эффект увеличения (индикации выбора) при наведении на ячейку товара в списке. Применяется только для вида списка товаров \"Сетка\".'),
('ru', 'abt__ut2.less_settings.product_list.show_grid_border', 'Тип обрамления товара в сетке'),
('ru', 'abt__ut2.less_settings.product_list.show_grid_border.tooltip', 'Вы можете изменить тип обрамления для ячеек в списках товаров'),
('ru', 'abt__ut2.less_settings.product_list.show_grid_border.variants.none', 'Без рамки'),
('ru', 'abt__ut2.less_settings.product_list.show_grid_border.variants.solid_without_margins', 'Рамка без внешних отступов'),
('ru', 'abt__ut2.less_settings.product_list.show_grid_border.variants.solid_with_margins', 'Рамка с внешними отступами'),
('ru', 'abt__ut2.less_settings.product_list.use_elements_alignment', 'Использовать выравнивание элементов в товарной сетке'),
('ru', 'abt__ut2.less_settings.product_list.use_elements_alignment.tooltip', 'Позволяет выровнять некоторые элементы списка симметрично соседних ячеек товаров'),
('ru', 'abt__ut2.less_settings.product_list.use_elements_alignment.variants.do_not_use', 'Не использовать'),
('ru', 'abt__ut2.less_settings.product_list.use_elements_alignment.variants.use', 'Использовать'),
('ru', 'abt__ut2.less_settings.product_list_description', 'Ниже представлены настройки, которые воздействуют на элементы списков товаров'),
('ru', 'abt__ut2.less_settings.style.tooltip', 'Выберите Стиль (less-файл, к которому будут применены следующие настройки)'),
('ru', 'abt__ut2.less_settings_description', '<b>Внимание!</b> Данные настройки применяются только к выбранной цветосхеме (для того, чтобы увидеть изменения: убедитесь, что выбранный в поле настроек \"Style\" соответствует выбранной в Вашем магазине цветосхеме (выбранный вариант цветосхемы Вы можете проверить по пути Дизайн -> Темы -> в таблице напротив выбранного по умолчанию макета))'),
('ru', 'abt__ut2.light_menu.back_to_main', 'Назад к главному'),
('ru', 'abt__ut2.load_more.show_more.pages', 'Показать еще [n] страницу|Показать еще [n] страницы|Показать еще [n] страниц'),
('ru', 'abt__ut2.load_more.show_more.products', 'Показать еще [n] товар|Показать еще [n] товара|Показать еще [n] товаров'),
('ru', 'abt__ut2.load_more_products.already_showing_all_products', 'Показаны все [n] товар|Показаны все [n] товара|Показаны все [n] товаров'),
('ru', 'abt__ut2.load_more_products.show_more', 'Показать ещё [n] товар|Показать ещё [n] товара|Показать ещё [n] товаров'),
('ru', 'abt__ut2.mainbox_general_seo', 'AB: Основной заголовок (SEO)'),
('ru', 'abt__ut2.menu.tab_description', 'Представленные ниже настройки следует применять только для пунктов меню, которые в макете для блока меню используют экстра шаблоны <b>AB: Горизонтальный выпадающий список с иконками</b> или <b>AB: Вертикальный выпадающий список с иконками</b> темы AB: UniTheme2'),
('ru', 'abt__ut2.menus.pickers.add_menus', 'Добавить меню'),
('ru', 'abt__ut2.menus.pickers.add_menus_and_close', 'Добавить меню и закрыть'),
('ru', 'abt__ut2.menus.pickers.states', 'Начальное состояние меню'),
('ru', 'abt__ut2.menus.pickers.states.hide_items', 'Скрыть элементы и отобразить название меню'),
('ru', 'abt__ut2.menus.pickers.states.show_items', 'Отобразить элементы'),
('ru', 'abt__ut2.menus.pickers.states.tooltip', 'Выберите, как будет отображено меню при загрузке страницы'),
('ru', 'abt__ut2.menu_with_icons.desc', 'Краткое описание'),
('ru', 'abt__ut2.menu_with_icons.dropdown', 'Режим 3-х уровневого меню (выпадающим списком)'),
('ru', 'abt__ut2.menu_with_icons.icon', 'Иконка'),
('ru', 'abt__ut2.menu_with_icons.label', 'Маркер'),
('ru', 'abt__ut2.menu_with_icons.label_background', 'Фон маркера'),
('ru', 'abt__ut2.menu_with_icons.label_color', 'Цвет маркера'),
('ru', 'abt__ut2.menu_with_icons.status', 'Активировать настройки'),
('ru', 'abt__ut2.menu_with_icons.text', 'HTML-содержимое'),
('ru', 'abt__ut2.menu_with_icons.text_position', 'Положение HTML-содержимого'),
('ru', 'abt__ut2.menu_with_icons.text_position.bottom', 'Внизу'),
('ru', 'abt__ut2.menu_with_icons.text_position.right_bottom', 'Справа внизу'),
('ru', 'abt__ut2.menu_with_icons.text_position.right_top', 'Справа вверху'),
('ru', 'abt__ut2.microdata', 'Микроразметка организации'),
('ru', 'abt__ut2.microdata.schema_type', 'Тип разметки'),
('ru', 'abt__ut2.microdata.schema_type.article', 'Статья'),
('ru', 'abt__ut2.microdata.schema_type.blogposting', 'Пост блога'),
('ru', 'abt__ut2.microdata.schema_type.newsarticle', 'Новость'),
('ru', 'abt__ut2.microdata.schema_type.none', 'Не использовать'),
('ru', 'abt__ut2.migaritions_from_unitheme1.update_po', 'Восстановление языковых переменных'),
('ru', 'abt__ut2.migaritions_from_unitheme1.update_po.exist.description', 'Для Вашей установки никаких дополнительных действий по восстановлению языковых переменных не требуется!'),
('ru', 'abt__ut2.migaritions_from_unitheme1.update_po.not_exist.description', 'На этой странице, Вы можете восстановить языковые переменные, которые были удалены при удалении модуля UniTheme первого поколения'),
('ru', 'abt__ut2.migaritions_from_unitheme1.update_po.success', 'Выбранные языковые переменные были успешно восстановлены!'),
('ru', 'abt__ut2.option.height', 'Высота, px'),
('ru', 'abt__ut2.option.margin', 'Внешний отступ, px'),
('ru', 'abt__ut2.settings', 'Настройки темы'),
('ru', 'abt__ut2.settings.addons', 'Модули'),
('ru', 'abt__ut2.settings.addons.wishlist_products.item_quantity', 'Показывать товаров в ряд'),
('ru', 'abt__ut2.settings.addons.wishlist_products.item_quantity.tooltip', 'Укажите количество для отображения товаров в ряд (только для \"Сетка\")'),
('ru', 'abt__ut2.settings.addons.wishlist_products_group', 'Модуль \"Отложенные товары\"'),
('ru', 'abt__ut2.settings.addons.wishlist_products_group_description', 'Позволяет добавлять товары в списки желаний пользователя'),
('ru', 'abt__ut2.settings.addons_description', 'Здесь представлены настройки, которые влияют на отображение сторонних модулей'),
('ru', 'abt__ut2.settings.category', 'Категория'),
('ru', 'abt__ut2.settings.category.description_position', 'Отображать описание категории'),
('ru', 'abt__ut2.settings.category.description_position.tooltip', 'Определяет способ отображения описания категории (при этом вне зависимости от места отображения поле Описание будет отображаться в коде всегда выше товарного блока, это одна из рекомендаций SEO аудитов)'),
('ru', 'abt__ut2.settings.category.description_position.variants.bottom', 'Ниже товарного блока'),
('ru', 'abt__ut2.settings.category.description_position.variants.none', 'Не отображать'),
('ru', 'abt__ut2.settings.category.description_position.variants.top', 'Выше товарного блока'),
('ru', 'abt__ut2.settings.category.show_subcategories', 'Отображать подкатегории в категориях'),
('ru', 'abt__ut2.settings.category.show_subcategories.tooltip', 'Разрешает отображение подкатегорий в категориях'),
('ru', 'abt__ut2.settings.category_description', 'Здесь представлены настройки для страниц Категорий'),
('ru', 'abt__ut2.settings.features', 'Характеристики'),
('ru', 'abt__ut2.settings.features.description_position', 'Отображать описание варианта характеристики'),
('ru', 'abt__ut2.settings.features.description_position.tooltip', 'Определяет способ отображения описания характеристики (при этом вне зависимости от места отображения поле Описание будет отображаться в коде всегда выше товарного блока, это одна из рекомендаций SEO аудитов)'),
('ru', 'abt__ut2.settings.features.description_position.variants.bottom', 'Ниже товарного блока'),
('ru', 'abt__ut2.settings.features.description_position.variants.none', 'Не отображать'),
('ru', 'abt__ut2.settings.features.description_position.variants.top', 'Выше товарного блока'),
('ru', 'abt__ut2.settings.features_description', 'Здесь представлены настройки для страниц Характеристики типа \"Бренд, автор, и т.п.\"'),
('ru', 'abt__ut2.settings.general', 'Общие'),
('ru', 'abt__ut2.settings.general.blog_page_id', 'ID главной страницы блога'),
('ru', 'abt__ut2.settings.general.blog_page_id.button', 'Все статьи блога'),
('ru', 'abt__ut2.settings.general.blog_page_id.tooltip', 'Укажите данную настройку, чтоб вывести ссылку \"Все страницы\" в блоке \"Актуальные новости\" (cмотрите Веб-сайт -> Блог)'),
('ru', 'abt__ut2.settings.general.brand_feature_id', 'ID характеристики бренда'),
('ru', 'abt__ut2.settings.general.brand_feature_id.tooltip', 'Укажите Feature ID характеристики типа \"Бренд, автор, и т.п.\". ID характеристики указывается рядом с названием характеристики в списке характеристик (Товары -> Характеристики в административной панели магазина). Обязательно для указанной характеристики должен быть установлен параметр \"Показывать в списке товаров\"'),
('ru', 'abt__ut2.settings.general.enable_fixed_header_panel', 'Включить липкое меню'),
('ru', 'abt__ut2.settings.general.enable_fixed_header_panel.tooltip', 'Позволяет отобразить сверху фиксированную панель с элементами шапки магазина. Основные элементы шапки будут видны даже при скроллинге'),
('ru', 'abt__ut2.settings.general.menu_min_height', 'Минимальная высота для меню (только для Вертикальный тип), px'),
('ru', 'abt__ut2.settings.general.menu_min_height.tooltip', 'Минимальная высота для блока вертикального меню с пунктами второго уровня. Используется для подгонки соответствия высоты левой и правой частей меню (детально описано в документации к теме)'),
('ru', 'abt__ut2.settings.general_description', 'Здесь представлены общие настройки темы, они влияют на внешний вид и функционал магазина'),
('ru', 'abt__ut2.settings.load_more', 'Показать ещё'),
('ru', 'abt__ut2.settings.load_more.before_end', 'Запустить за N px до конца страницы'),
('ru', 'abt__ut2.settings.load_more.before_end.tooltip', 'Используется только тогда, когда выбран вариант Автоматически'),
('ru', 'abt__ut2.settings.load_more.blog', 'Разрешить для Блога'),
('ru', 'abt__ut2.settings.load_more.blog.tooltip', 'Разрешить отображение кнопки \"Показать ещё\" для постов блога'),
('ru', 'abt__ut2.settings.load_more.mode', 'Режим работы пагинатора'),
('ru', 'abt__ut2.settings.load_more.mode.tooltip', 'Выберите режим работы кнопки Показать ещё.<br /><b>Автоматически</b> — в этом режиме, следующая страница товаров будет загружаться за N px до конца страницы при прокрутке вниз. <br /><b>По клику на кнопку</b> — загрузка следующей страницы товаров будет происходить только по клику кнопки пользователем'),
('ru', 'abt__ut2.settings.load_more.mode.variants.auto', 'Автоматически'),
('ru', 'abt__ut2.settings.load_more.mode.variants.on_button_click', 'По клику на кнопку'),
('ru', 'abt__ut2.settings.load_more.product_list', 'Разрешить для товарных списков'),
('ru', 'abt__ut2.settings.load_more.product_list.tooltip', 'Разрешить отображение кнопки \"Показать ещё\" для страниц категорий, брендов, новинок и т.д.'),
('ru', 'abt__ut2.settings.load_more_description', 'Ниже представлены настройки механизма \"Показать ещё\" для различных объектов в списках (ленивая пагинация)'),
('ru', 'abt__ut2.settings.name', 'Название'),
('ru', 'abt__ut2.settings.products', 'Товар'),
('ru', 'abt__ut2.settings.products.addon_buy_together.view', 'Способ отображения'),
('ru', 'abt__ut2.settings.products.addon_buy_together.view.tooltip', 'Выберите способ отображения (добавленный темой AB: UniTheme2 или стандартное отображение вкладки)'),
('ru', 'abt__ut2.settings.products.addon_buy_together.view.variants.as_block_above_tabs', 'Как блок перед вкладками товара'),
('ru', 'abt__ut2.settings.products.addon_buy_together.view.variants.as_tab_in_tabs', 'Как вкладка товара'),
('ru', 'abt__ut2.settings.products.addon_buy_together_group', 'Модуль \"Комбинации товаров\"'),
('ru', 'abt__ut2.settings.products.addon_buy_together_group_description', 'Нативный модуль CS-Cart, позволяющий отображать выгодные предложения в комбинации с текущим товаром, на странице которого находится пользователь'),
('ru', 'abt__ut2.settings.products.addon_required_products.item_quantity', 'Показывать товаров в ряд'),
('ru', 'abt__ut2.settings.products.addon_required_products.item_quantity.tooltip', 'Укажите количество для отображения товаров в ряд (только для \"Сетка\")'),
('ru', 'abt__ut2.settings.products.addon_required_products.list_type', 'Шаблон'),
('ru', 'abt__ut2.settings.products.addon_required_products.list_type.tooltip', 'Выберите шаблон отображения списка товаров'),
('ru', 'abt__ut2.settings.products.addon_required_products.list_type.variants.compact_list', 'Компактный список'),
('ru', 'abt__ut2.settings.products.addon_required_products.list_type.variants.grid_list', 'Сетка'),
('ru', 'abt__ut2.settings.products.addon_required_products.list_type.variants.product_list', 'Список без опций'),
('ru', 'abt__ut2.settings.products.addon_required_products_group', 'Модуль \"Требуемые товары\"'),
('ru', 'abt__ut2.settings.products.addon_required_products_group_description', 'Нативный модуль CS-Cart \"Требуемые товары\" создает группировку товаров, которые будут добавлены в корзину с товаром, на странице которого находится пользователь'),
('ru', 'abt__ut2.settings.products.addon_social_buttons.view', 'Отображать кнопки социальных сетей'),
('ru', 'abt__ut2.settings.products.addon_social_buttons.view.tooltip', 'Обратите внимание, включение этой опции сильно замедляет загрузку страницы товара. Не рекомендуется к отображению на мобильных устройствах.'),
('ru', 'abt__ut2.settings.products.addon_social_buttons_group', 'Модуль \"Социальные кнопки\"'),
('ru', 'abt__ut2.settings.products.addon_social_buttons_group_description', 'Нативный модуль CS-Cart \"Социальные кнопки\" отображает виджеты кнопок Поделиться для социальных сетей'),
('ru', 'abt__ut2.settings.products.custom_block_id', 'ID пользовательского блока / Отображать блок в правой колонке'),
('ru', 'abt__ut2.settings.products.custom_block_id.tooltip', 'Укажите ID пользовательского блока, который вы хотите вывести в правой части карточки товара (блок должен быть добавлен в макет Товары и может быть выключен, специальная функция добавит его в предусмотренное место в обход системы макетов CS-Cart) (детально описано в документации к теме)'),
('ru', 'abt__ut2.settings.products.vendor.show_ask_question_link', 'Отображать ссылку \"Задать вопрос\"'),
('ru', 'abt__ut2.settings.products.vendor.show_ask_question_link.tooltip', 'Позволяет отобразить ссылку для коммуникации с продавцом с помощю чата. Зависит от модуля \"Чат с продавцом\"'),
('ru', 'abt__ut2.settings.products.vendor.show_logo', 'Отображать логотип продавца'),
('ru', 'abt__ut2.settings.products.vendor.show_logo.tooltip', 'Позволяет отобразить логотип продавца'),
('ru', 'abt__ut2.settings.products.vendor.show_name_as_link', 'Имя продавца, как ссылка на страницу продавца'),
('ru', 'abt__ut2.settings.products.vendor.show_name_as_link.tooltip', 'Позволяет по ссылке переходить на страницу продавца'),
('ru', 'abt__ut2.settings.products.vendor.show_phone', 'Отображать телефон продавца'),
('ru', 'abt__ut2.settings.products.vendor.show_phone.tooltip', 'Позволяет отобразить номер телефона продавца'),
('ru', 'abt__ut2.settings.products.vendor.truncate_short_description', 'Количество символов для отображения описания продавца'),
('ru', 'abt__ut2.settings.products.vendor.truncate_short_description.tooltip', 'Позволяет ограничить отображение описания продавца, укажите количество отображаемых символов. Чтобы отключить отображение используйте значение \"0\"'),
('ru', 'abt__ut2.settings.products.vendor_group', 'Блок с информацией о продавце'),
('ru', 'abt__ut2.settings.products.vendor_group_description', 'Настройки блока с информацией о продавце на странице товара'),
('ru', 'abt__ut2.settings.products.view.brand_link_behavior', 'Поведение ссылки логотипа бренда'),
('ru', 'abt__ut2.settings.products.view.brand_link_behavior.tooltip', 'Определяет ссылку логотипа бренда'),
('ru', 'abt__ut2.settings.products.view.brand_link_behavior.variants.to_brand_page', 'Ссылка на страницу бренда'),
('ru', 'abt__ut2.settings.products.view.brand_link_behavior.variants.to_category_with_filter', 'Ссылка на основную категорию товара с выбранным фильтром бренда'),
('ru', 'abt__ut2.settings.products.view.show_brand_logo', 'Отображать логотип бренда товара'),
('ru', 'abt__ut2.settings.products.view.show_brand_logo.tooltip', 'Разрешить отображение логотипа бренда товара. Для работы настройки вы должны правильно указать значение настройки ID характеристики бренда во вкладке Общие'),
('ru', 'abt__ut2.settings.products.view.show_features', 'Отображать характеристики товара'),
('ru', 'abt__ut2.settings.products.view.show_features.tooltip', 'Разрешить отображение выбранных характеристик товара (для отображения на странице товара (не путать с отображением во вкладке Особенности) характеристика должна иметь активную настройку \"Показывать в заголовке карточки товара\")'),
('ru', 'abt__ut2.settings.products.view.show_qty', 'Отображать модификатор количества'),
('ru', 'abt__ut2.settings.products.view.show_qty.tooltip', 'Разрешить отображение поля выбора количества товара'),
('ru', 'abt__ut2.settings.products.view.show_short_description', 'Отображать краткое описание'),
('ru', 'abt__ut2.settings.products.view.show_short_description.tooltip', 'Разрешить отображение \"Краткого описания\" товара'),
('ru', 'abt__ut2.settings.products.view.show_sku', 'Отображать код товара'),
('ru', 'abt__ut2.settings.products.view.show_sku.tooltip', 'Разрешить отображение кода товара'),
('ru', 'abt__ut2.settings.products.view.show_sticky_add_to_cart', 'Отображать липкий блок Купить (только для мобильных устройств)'),
('ru', 'abt__ut2.settings.products.view.show_sticky_add_to_cart.tooltip', 'Разрешить отображение фиксированного блока с кнопкой Купить в нижней части экрана мобильного устройства для карточки товара. Также в зависимости от состояния настройки \"Отображать модификатор количества\" в блоке может быть указан модификатор количества товаров для заказа'),
('ru', 'abt__ut2.settings.products.view_group', 'Дополнительные настройки отображения'),
('ru', 'abt__ut2.settings.products.view_group_description', 'Дополнительные настройки внешнего вида страницы товара'),
('ru', 'abt__ut2.settings.products_description', 'Здесь представлены настройки темы, которые влияют на внешний вид страницы товара'),
('ru', 'abt__ut2.settings.product_list', 'Списки товаров'),
('ru', 'abt__ut2.settings.product_list.decolorate_out_of_stock_products', 'Обесцвечивать товары, которых нет в наличии'),
('ru', 'abt__ut2.settings.product_list.decolorate_out_of_stock_products.tooltip', 'Применяет эффект обесцвечивания для плиток товаров, которых нет в наличии. Используется только для списков в категориях'),
('ru', 'abt__ut2.settings.product_list.lazy_load', 'Использовать отложенную загрузку изображений'),
('ru', 'abt__ut2.settings.product_list.lazy_load.tooltip', 'Ускоряет загрузку страницы категории за счет того, что изображения загружаются после загрузки страницы, а также по мере их отображения на экране пользователя. Не совместим с активированной опцией настроек \"Показывать галерею мини иконок товара в товарном списке\"'),
('ru', 'abt__ut2.settings.product_list.limit_product_variations', 'Максимальное количество отображаемых вариаций товара'),
('ru', 'abt__ut2.settings.product_list.limit_product_variations.tooltip', 'Укажите количество доступных вариаций, которые будут показаны для товара в списке, если доступно больше вариаций, чем указано в настройке, то оставшееся количество будет указано в скобках (еще +N). Значение <code>0</code> заблокирует отображение вариаций.'),
('ru', 'abt__ut2.settings.product_list.max_features', 'Максимальное число отображаемых характеристик в списках'),
('ru', 'abt__ut2.settings.product_list.max_features.tooltip', 'Укажите число отображенных характеристик во всех видах списков для разных устройств'),
('ru', 'abt__ut2.settings.product_list.price_display_format', 'Формат отображения цен'),
('ru', 'abt__ut2.settings.product_list.price_display_format.tooltip', 'Варианты форматов (положений элементов) отображения цен'),
('ru', 'abt__ut2.settings.product_list.price_display_format.variants.col', 'Вариант 1'),
('ru', 'abt__ut2.settings.product_list.price_display_format.variants.mix', 'Вариант 3'),
('ru', 'abt__ut2.settings.product_list.price_display_format.variants.row', 'Вариант 2'),
('ru', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content', 'Содержимое нижней части товарной плитки'),
('ru', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.tooltip', 'Выберите, что будет использоваться в качестве информации о товаре'),
('ru', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.description', 'Краткое описание'),
('ru', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.features', 'Список характеристик'),
('ru', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.features_and_variations', 'Список характеристик и вариаций'),
('ru', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.none', 'Не отображать'),
('ru', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.variations', 'Список вариаций'),
('ru', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_height', 'Минимальная высота для ячейки товара, px'),
('ru', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_height.tooltip', 'Определяет высоту для ячейки товара согласно Вашим потребностям'),
('ru', 'abt__ut2.settings.product_list.products_multicolumns.show_brand_logo', 'Отображать логотип бренда'),
('ru', 'abt__ut2.settings.product_list.products_multicolumns.show_brand_logo.tooltip', 'Разрешить отображение логотипа бренда (необходима правильная настройка опции \"ID характеристики бренда\" в секции \"Общие\" настроек темы, а также наличие загруженных изображений для вариантов характеристики Бренд)'),
('ru', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons', 'Отображать кнопки \"Купить\"'),
('ru', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons.tooltip', 'Разрешить отображение кнопок \"Купить\" и \"Купить в один клик\"'),
('ru', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons_on_hover', 'Отображать кнопки только при наведении'),
('ru', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons_on_hover.tooltip', 'Кнопки \"Купить\" и \"Купить в один клик\" будут отображаться только при наведении на ячейку товара'),
('ru', 'abt__ut2.settings.product_list.products_multicolumns.show_qty', 'Отображать модификатор количества'),
('ru', 'abt__ut2.settings.product_list.products_multicolumns.show_qty.tooltip', 'Разрешить отображение поля выбора количества товара'),
('ru', 'abt__ut2.settings.product_list.products_multicolumns.show_sku', 'Отображать код товара'),
('ru', 'abt__ut2.settings.product_list.products_multicolumns.show_sku.tooltip', 'Разрешить отображение кода товара'),
('ru', 'abt__ut2.settings.product_list.products_multicolumns.show_you_save', 'Отображать \"Вы экономите\"'),
('ru', 'abt__ut2.settings.product_list.products_multicolumns.show_you_save.tooltip', 'Отображает информацию об экономии (сумма сэкономленных средств)'),
('ru', 'abt__ut2.settings.product_list.products_multicolumns_group', 'Настройки для вида списка товаров \"Сетка\"'),
('ru', 'abt__ut2.settings.product_list.products_multicolumns_group_description', 'Настройки для вида списка товаров \"Сетка\". Обратите внимание, некоторые настройки позволяют управлять отображением элементов функционала для разных устройств в отдельности'),
('ru', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content', 'Содержимое под описанием'),
('ru', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.tooltip', 'Выберите, что будет использоваться в качестве дополнительной информации о товаре'),
('ru', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.features', 'Список характеристик'),
('ru', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.features_and_variations', 'Список характеристик и вариаций'),
('ru', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.none', 'Не отображать'),
('ru', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.variations', 'Список вариаций'),
('ru', 'abt__ut2.settings.product_list.products_without_options.show_amount', 'Отображать статус наличия'),
('ru', 'abt__ut2.settings.product_list.products_without_options.show_amount.tooltip', 'Разрешить отображение статуса наличия товара на складе (В наличии, Нет в наличии)'),
('ru', 'abt__ut2.settings.product_list.products_without_options.show_brand_logo', 'Отображать логотип бренда'),
('ru', 'abt__ut2.settings.product_list.products_without_options.show_brand_logo.tooltip', 'Разрешить отображение логотипа бренда (необходима правильная настройка опции \"ID характеристики бренда\" в секции \"Общие\" настроек темы, а также наличие загруженных изображений для вариантов характеристики Бренд)'),
('ru', 'abt__ut2.settings.product_list.products_without_options.show_features', 'Отображать характеристики товара'),
('ru', 'abt__ut2.settings.product_list.products_without_options.show_features.tooltip', 'Разрешить отображение выбранных характеристик товара (для отображения в списке товаров характеристика должна иметь активную настройку \"Показывать в списке товаров\")'),
('ru', 'abt__ut2.settings.product_list.products_without_options.show_options', 'Отображать опции товара'),
('ru', 'abt__ut2.settings.product_list.products_without_options.show_options.tooltip', 'Разрешить отображение опций товара'),
('ru', 'abt__ut2.settings.product_list.products_without_options.show_qty', 'Отображать модификатор количества'),
('ru', 'abt__ut2.settings.product_list.products_without_options.show_qty.tooltip', 'Разрешить отображение поля выбора количества товара'),
('ru', 'abt__ut2.settings.product_list.products_without_options.show_sku', 'Отображать код товара'),
('ru', 'abt__ut2.settings.product_list.products_without_options.show_sku.tooltip', 'Разрешить отображение кода товара'),
('ru', 'abt__ut2.settings.product_list.products_without_options_group', 'Настройки для вида списка товаров \"Список без опций\"'),
('ru', 'abt__ut2.settings.product_list.products_without_options_group_description', 'Настройки для вида списка товаров \"Список без опций\". Обратите внимание, некоторые настройки позволяют управлять отображением элементов функционала для разных устройств в отдельности'),
('ru', 'abt__ut2.settings.product_list.short_list.show_button', 'Отображать кнопку \"Купить\"'),
('ru', 'abt__ut2.settings.product_list.short_list.show_button.tooltip', 'Разрешить отображение кнопок \"Купить\"'),
('ru', 'abt__ut2.settings.product_list.short_list.show_button_compare', 'Отображать кнопку \"Добавить к сравнению\"'),
('ru', 'abt__ut2.settings.product_list.short_list.show_button_compare.tooltip', 'Разрешить отображение кнопки \"Добавить к сравнению\"'),
('ru', 'abt__ut2.settings.product_list.short_list.show_button_quick_view', 'Отображать кнопку \"Быстрый просмотр\"'),
('ru', 'abt__ut2.settings.product_list.short_list.show_button_quick_view.tooltip', 'Разрешить отображение кнопки \"Быстрый просмотр\"'),
('ru', 'abt__ut2.settings.product_list.short_list.show_button_wishlist', 'Отображать кнопку \"Добавить в избранное\"'),
('ru', 'abt__ut2.settings.product_list.short_list.show_button_wishlist.tooltip', 'Разрешить отображение кнопки \"Добавить в избранное\"'),
('ru', 'abt__ut2.settings.product_list.short_list.show_qty', 'Отображать модификатор количества'),
('ru', 'abt__ut2.settings.product_list.short_list.show_qty.tooltip', 'Разрешить отображение поля выбора количества товара'),
('ru', 'abt__ut2.settings.product_list.short_list.show_sku', 'Отображать код товара'),
('ru', 'abt__ut2.settings.product_list.short_list.show_sku.tooltip', 'Разрешить отображение кода товара'),
('ru', 'abt__ut2.settings.product_list.short_list_group', 'Настройки для вида списка товаров \"Компактный список\"'),
('ru', 'abt__ut2.settings.product_list.short_list_group_description', 'Настройки для вида списка товаров \"Компактный список\". Обратите внимание на наличие модулезависимых настроек. Некоторые настройки позволяют управлять отображением элементов функционала для разных устройств в отдельности'),
('ru', 'abt__ut2.settings.product_list.show_fixed_filters_button', 'Включить фиксированную кнопку вызова фильтров'),
('ru', 'abt__ut2.settings.product_list.show_fixed_filters_button.tooltip', 'Когда настройка включена при скролле страницы будет появлятся кнопка для вызова фильтров'),
('ru', 'abt__ut2.settings.product_list.show_gallery', 'Показывать галерею мини-иконок товара в товарном списке'),
('ru', 'abt__ut2.settings.product_list.show_gallery.tooltip', 'Активирует опцию скроллинга мини галереи фотографий товара в списках. Применяется только для товарного списка с шаблоном отображения \"Сетка\"'),
('ru', 'abt__ut2.settings.product_list.show_rating', 'Отображать рейтинг товара'),
('ru', 'abt__ut2.settings.product_list.show_rating.tooltip', 'Позволяет отображать звездочки рейтинга товара'),
('ru', 'abt__ut2.settings.product_list_description', 'Здесь представлены настройки темы, которые влияют на отображение товарных списков — блоки с товарами, списки товаров в категории, поиске, на странице характеристик. Обратите внимание: блоки могут иметь свои собственные настройки и не использовать выбранные ниже параметры. Наличие иконки <i class=\"icon-is-addon\"></i> рядом с названием настройки означает, что она модулезависима (вступает в силу только при наличии включенного модуля, который отвечает за соответствующий функционал)'),
('ru', 'abt__ut2.settings.value', 'Значение для всех устройств'),
('ru', 'abt__ut2.settings.value.desktop', 'Значение для ПК'),
('ru', 'abt__ut2.settings.value.mobile', 'Значение для Смартфон'),
('ru', 'abt__ut2.settings.value.tablet', 'Значение для Планшет'),
('ru', 'abt__ut2.settings.vendor', 'Продавец'),
('ru', 'abt__ut2.settings.vendor.show_ask_question_link', 'Отображать ссылку \"Задать вопрос\"'),
('ru', 'abt__ut2.settings.vendor.show_ask_question_link.tooltip', 'Позволяет отобразить ссылку для коммуникации с продавцом с помощю чата. Зависит от модуля \"Чат с продавцом\"'),
('ru', 'abt__ut2.settings.vendor.truncate_short_description', 'Количество символов для отображения описания продавца'),
('ru', 'abt__ut2.settings.vendor.truncate_short_description.tooltip', 'Позволяет ограничить отображение информации о продавце, укажите количество отображаемых символов. Чтобы отключить отображение используйте значение \"0\"'),
('ru', 'abt__ut2.settings.vendor_description', 'Блок с информацией о продавце на странице продавца'),
('ru', 'abt__ut2.sort_by_bestsellers_asc', 'Наименее покупаемые в начале'),
('ru', 'abt__ut2.sort_by_bestsellers_desc', 'Хиты продаж'),
('ru', 'abt__ut2.sort_by_company_asc', 'Сортировать по алфавиту: от А до Я'),
('ru', 'abt__ut2.sort_by_company_desc', 'Сортировать по алфавиту: от Я до А'),
('ru', 'abt__ut2.sort_by_null_asc', 'Без сортировки'),
('ru', 'abt__ut2.sort_by_on_sale_asc', 'Высокие скидки в конце'),
('ru', 'abt__ut2.sort_by_on_sale_desc', 'Высокие скидки в начале'),
('ru', 'abt__ut2.sort_by_popularity_asc', 'Менее популярные выше'),
('ru', 'abt__ut2.sort_by_popularity_desc', 'Популярные выше'),
('ru', 'abt__ut2.sort_by_position_asc', 'Низкие позиции выше'),
('ru', 'abt__ut2.sort_by_position_desc', 'Высокие позиции выше'),
('ru', 'abt__ut2.sort_by_price_asc', 'Дешевые выше'),
('ru', 'abt__ut2.sort_by_price_desc', 'Дорогие выше'),
('ru', 'abt__ut2.sort_by_product_asc', 'От А до Я'),
('ru', 'abt__ut2.sort_by_product_desc', 'От Я до А'),
('ru', 'abt__ut2.sort_by_rating_asc', 'Сортировать по рейтингу: по возрастанию'),
('ru', 'abt__ut2.sort_by_rating_desc', 'Сортировать по рейтингу'),
('ru', 'abt__ut2.sort_by_timestamp_asc', 'Новинки ниже'),
('ru', 'abt__ut2.sort_by_timestamp_desc', 'Новинки выше'),
('ru', 'abt__ut2.upgrade_notifications.4.10.2.d.new_layouts.text', 'Используйте следующую <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/ru/abt__unitheme2.doc/v4.10.2.d#p-142\">инструкцию</a> для обновления используемого макета.'),
('ru', 'abt__ut2.upgrade_notifications.4.10.2.d.new_layouts.title', 'Требуется обновление используемого макета!'),
('ru', 'abt__ut2.upgrade_notifications.4.10.3.a.new_layouts.text', 'Используйте следующую <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/ru/abt__unitheme2.doc/v4.10.3.a#p-142\">инструкцию</a> для обновления используемого макета.'),
('ru', 'abt__ut2.upgrade_notifications.4.10.3.a.new_layouts.title', 'Требуется обновление используемого макета!'),
('ru', 'abt__ut2.upgrade_notifications.4.10.3.b.added_compatibility_with_ab__ia.text', 'Для пользователей модуля <a target=\"_blank\" href=\"https://cs-cart.alexbranding.com/ru/intllectual-products-selection-by-features.html\">AB: Интеллектуальный подбор товаров на основе технических характеристик</a>, начиная с версии 2.6.0: в теме предусмотрены специальные места для отображения блока подобранных товаров опционально выше или ниже товарных вкладок с учетом настроек отображения для различных устройств.'),
('ru', 'abt__ut2.upgrade_notifications.4.10.3.b.added_compatibility_with_ab__ia.title', 'Исправлена совместимость с модулем \"AB: Интеллектуальный подбор товаров\"'),
('ru', 'abt__ut2.upgrade_notifications.4.10.4.b.added_new_less_settings.text', '<p>В этой версии мы значительно расширили настройки \"цветосхем\" и разгруппировали их по вкладкам соответствующим их месту применения и функциональному назначению.</p><p><b>ВАЖНО!!!</b></p><p>После обновления Ваша действующая \"цветосхема\" будет работать как и прежде. Для использования новых настроек Вам необходимо выполнить один из вариантов:<ol> <li>или скорректировать действующую цветосхему. Для этого, перейдите на страницу AB: Модули → AB: UniTheme2 → Настройки цветосхемы, выберите активную цветосхему и установите необходимые значения для всех настроек;</li><li>или создать новую цветосхему используя \"Редактор тем\" на основе доступных в этой версии цветосхем.</li></ol></p><p>Список новых настроек цветосхем (AB: Модули → AB: UniTheme2 → Настройки цветосхемы):<ul><li>Общие → Отображать заголовки заглавными буквами;</li><li>Общие → Кнопки → Отображать текст заглавными буквами;</li><li>Общие → Кнопки → Отображать тень;</li><li>Общие → Кнопки → Добавить объем;</li><li>Общие → Стикеры (Лейблы) → Контурный стиль;</li><li>Общие → Стикеры (Лейблы) → Отображать тень;</li><li>Общие → Стикеры (Лейблы) → Отображать тень для текста;</li><li>Контейнеры → Заголовок → Добавить разделительные полосы;</li><li>Контейнеры → Заголовок → Цвет при наведении на пункт меню первого уровня;</li><li>Контейнеры → Заголовок → Цвет при наведении на элементы \"Каталог товаров\", \"Аккаунт\" и \"Корзина\";</li><li>Контейнеры → Заголовок → Цвет иконок для элементов \"Каталог товаров\", \"Аккаунт\" и \"Корзина\";</li><li>Товар → Назначить индивидуальный цвет кнопки \"В корзину\".</li></ul></p>'),
('ru', 'abt__ut2.upgrade_notifications.4.10.4.b.added_new_less_settings.title', 'Требуется обновление настроек цветосхем!'),
('ru', 'abt__ut2.upgrade_notifications.4.11.3.b.ab__deal_of_the_day.text', 'Для версии темы v4.11.3.b требуется модуль \"AB: Товар дня и расширенные промоакции\" версии v3.2.0 для обеспечения корректного отображения элементов модуля в теме.'),
('ru', 'abt__ut2.upgrade_notifications.4.11.3.b.ab__deal_of_the_day.title', 'Внимание! Требуется обновление модуля \"AB: Товар дня и расширенные промоакции\"'),
('ru', 'abt__ut2.upgrade_notifications.4.11.3.b.brands_page_will_be_removed.text', 'Со следующей версии темы функционал страницы Бренды будет вынесен и значительно расширен в отдельном модуле <a href=\"https://cs-cart.alexbranding.com/ru/seo-dlya-brendov.html\" target=\"_blank\">AB: SEO для брендов</a>, который доступен в пакете <a href=\"https://cs-cart.alexbranding.com/ru/paket-moduley-seo.html\" target=\"_blank\">SEO</a>.'),
('ru', 'abt__ut2.upgrade_notifications.4.11.3.b.brands_page_will_be_removed.title', 'Внимание! Планируется перенос функционала Бренды'),
('ru', 'abt__ut2.upgrade_notifications.4.11.3.c.brands_page_was_removed.text', 'Функционал страницы Бренды был вынесен и значительно расширен в отдельном модуле <a href=\"https://cs-cart.alexbranding.com/ru/seo-dlya-brendov.html\" target=\"_blank\">AB: SEO для брендов</a>, который доступен в пакете <a href=\"https://cs-cart.alexbranding.com/ru/paket-moduley-seo.html\" target=\"_blank\">SEO</a>. При отсутствии указанного модуля, в теме еще будет использоваться устаревший функционал, который будет окончательно удален в ближайших релизах.'),
('ru', 'abt__ut2.upgrade_notifications.4.11.3.c.brands_page_was_removed.title', 'Внимание! Функционал страницы Бренды был вынесен в отдельный модуль.'),
('ru', 'abt__ut2.upgrade_notifications.recommend_to_update_layouts.text', 'Используйте следующую <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/ru/abt__unitheme2.doc/v4.10.2.d#p-142\">инструкцию</a> для обновления используемого макета.'),
('ru', 'abt__ut2.upgrade_notifications.recommend_to_update_layouts.title', 'Требуется обновление используемого макета!'),
('ru', 'abt__ut2.upgrade_notifications.text', 'Подробный список изменений, вошедший в версию <b>v[ver]</b> смотрите в документации по теме в разделе <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/ru/abt__unitheme2.doc#p-118\">Список релизов</a>.'),
('ru', 'abt__ut2.upgrade_notifications.title', 'AB: UniTheme2 успешно обновлена до v[ver]!'),
('ru', 'abt__ut2_advanced_subcategories_menu', 'AB: Расширенное меню подкатегорий'),
('ru', 'abt__ut2_banner_carousel_combined', 'AB: Расширенный баннер (Карусель)'),
('ru', 'abt__ut2_banner_combined', 'AB: Расширенный баннер'),
('ru', 'abt__ut2_bt.combinations_generated', 'Сгенерировано [n] комб.'),
('ru', 'abt__ut2_bt.empty_data', 'Выберите товары для комбинаций'),
('ru', 'abt__ut2_bt.form.find_by_additional_product', 'Найти по дополнительному товару'),
('ru', 'abt__ut2_bt.form.find_by_base_product', 'Найти по основному товару'),
('ru', 'abt__ut2_bt.form.find_by_name', 'Найти по названию'),
('ru', 'abt__ut2_buy_together.editing', 'Редактирование'),
('ru', 'abt__ut2_buy_together.generate', 'AB: Генератор \"Комбинации товаров\"'),
('ru', 'abt__ut2_buy_together.manage', 'AB: Управление \"Комбинации товаров\"'),
('ru', 'abt__ut2_light_menu', 'AB: Fly меню'),
('ru', 'abt__ut2_mv.autoinstall.add_layouts', 'Добавлены макеты для Multi-Vendor'),
('ru', 'abt__ut2_mv.help', 'Справка'),
('ru', 'abt__ut2_mv.help.doc', 'Ознакомиться с <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/ru/abt__unitheme2_mv.doc\'>документацией</a>.'),
('ru', 'abt__ut2_mv.product_page_vendor_settings', 'Настройки Продавца на странице товара'),
('ru', 'abt__ut2_mv.upgrade_notifications.4.10.2.b.new_layouts.text', 'Используйте следующую <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/ru/abt__unitheme2.doc#p-142\">инструкцию</a> для обновления используемого макета.'),
('ru', 'abt__ut2_mv.upgrade_notifications.4.10.2.b.new_layouts.title', 'Требуется обновление используемого макета!'),
('ru', 'abt__ut2_mv.upgrade_notifications.4.11.2.a.new_settings.text', '<h3>Блок с информацией о продавце, на странице товара</h3><p>Для редактирования этих настроек перейдите: Панель администратора → AB: Модули → AB: UniTheme2 → Настройки темы, перейдите на вкладку \"Товар\" и найдите раздел \"Блок с информацией о продавце\":</p><ul><li>Имя продавца, как ссылка на страницу продавца;</li><li>Отображать логотип продавца;</li><li>Количество символов для отображения описания продавца;</li><li>Отображать телефон продавца;</li><li>Отображать ссылку \"Задать вопрос\".</li></ul><h3>Блок с информацией о продавце, на странице продавца</h3><p>Для редактирования этих настроек перейдите: Панель администратора → AB: Модули → AB: UniTheme2 → Настройки темы, перейдите на вкладку \"Продавец\":</p><ul><li>Количество символов для отображения описания продавца;</li><li>Отображать ссылку \"Задать вопрос\".</li></ul>'),
('ru', 'abt__ut2_mv.upgrade_notifications.4.11.2.a.new_settings.title', 'Добавлены новые настройки'),
('ru', 'abt__ut2_mv.upgrade_notifications.recommend_to_update_layouts.text', 'Используйте следующую <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/ru/abt__unitheme2.doc/v4.10.2.d#p-142\">инструкцию</a> для обновления используемого макета.'),
('ru', 'abt__ut2_mv.upgrade_notifications.recommend_to_update_layouts.title', 'Требуется обновление используемого макета!'),
('ru', 'abt__ut2_mv.upgrade_notifications.text', 'Подробный список изменений, вошедший в версию <b>v[ver]</b> смотрите в документации по теме в разделе <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/ru/abt__unitheme2_mv.doc#p-1276\">Список релизов</a>.'),
('ru', 'abt__ut2_mv.upgrade_notifications.title', 'AB: UniTheme2 (Multi-Vendor) успешно обновлена до v[ver]!'),
('ru', 'abt__ut2_mv.vendor_settings_tab', 'Настройки Продавца на странице продавца'),
('ru', 'abt__ut2_selected_filters', 'AB: Выбранные варианты фильтров'),
('ru', 'abt__ut2_show_title', 'Показать заголовок'),
('ru', 'abt__ut2_thumbnail_height', 'Высота иконки в скроллере'),
('ru', 'abt__ut2_view_more_btn_behavior', 'AB: Поведение для кнопки \"Еще\"'),
('ru', 'abt__ut2_view_more_btn_behavior.tooltip', 'Настройка определяет варианты поведения кнопки или отобразит скрытые элементы меню при наведении или будет переход на родительский пункт меню'),
('ru', 'abt__ut2_view_more_btn_behavior_trigger_parent_link', 'Перейти по ссылке родительского элемента меню'),
('ru', 'abt__ut2_view_more_btn_behavior_view_items', 'Отобразить скрытые элементы'),
('ru', 'abt__ut2__mainbox_general', 'AB: Основной блок (SEO)'),
('ru', 'abt__ut2__mainbox_simple', 'AB: Упрощенный блок'),
('ru', 'abt__ut2__scroller_advanced', 'AB: Расширенный скроллер товаров'),
('ru', 'abt__ut2__sidebox_general', 'AB: Второстепенный блок'),
('ru', 'abt__ut2__sidebox_important', 'AB: Второстепенный блок с обрамлением'),
('ru', 'abt__ut2__swipe', 'AB: Свайп блок'),
('ru', 'ab__addons', 'AB: Модули'),
('ru', 'ab__addons_manager', 'AB: Менеджер модулей'),
('ru', 'ab__am.addon.action.install_addon', 'Вам доступна версия <code>v[ver]</code>'),
('ru', 'ab__am.addon.action.install_addon.button.tooltip', 'По клику на данную кнопку модуль v[ver] будет автоматически загружен и установлен в обход стандартной установки CS-Cart. Также у Вас есть возможность установить модуль стандартным способом, скачав совместимую с Вашим магазином версию модуля на странице Мой Профиль → Заказы на сайте <a href=\'https://cs-cart.alexbranding.com/ru/orders/\'>cs-cart.alexbranding.com</a>'),
('ru', 'ab__am.addon.action.install_addon.button.value', 'Установить v[ver]'),
('ru', 'ab__am.addon.action.not_tested_yet', 'Установленная версия <code>v[ver]</code> еще не прошла тестирование для Вашей версии магазина <b>[cscart]</b>'),
('ru', 'ab__am.addon.action.require_update', 'Для установки модуля или установки обновлений, пожалуйста, обновите <b>AB: Менеджер модулей</b> до актуальной версии <code>v[ver]</code>'),
('ru', 'ab__am.addon.action.unavailable_addon', 'Модуль Вам недоступен (или из-за несовместимости с Вашей версией магазина <b>[cscart]</b>, или у Вас закончилась подписка)'),
('ru', 'ab__am.addon.action.update_addon', 'Вам доступно обновление <code>v[ver]</code>'),
('ru', 'ab__am.addon.action.update_addon.button.tooltip', 'Если обновление недоступно через Центр обновлений CS-Cart, удалите модуль на странице <b>Модули → Управление модулями</b> и v[ver] станет доступным для установки на этой странице'),
('ru', 'ab__am.addon.action.update_addon.button.value', 'Обновить до v[ver]'),
('ru', 'ab__am.addon.action.wait_new_version', 'Установлена последняя версия <code>v[ver]</code> совместимая с <b>[cscart]</b> в пределах Вашей подписки'),
('ru', 'ab__am.addon.button_buy_updates.text', 'Продлить подписку'),
('ru', 'ab__am.addon.button_buy_updates.tooltip', 'Продлите подписку для получения актуальных версий модуля'),
('ru', 'ab__am.addon.button_download_am.note', '<p>AB: Менеджер модулей необходим для правильной работы наших решений. Он упорядочивает Ваши модули и группирует по пакетам. Ненавязчиво оповещая Вас о новых доступных обновлениях модуля и дает возможность обновить их в один клик. Также, Вы легко сможете продлить подписку на наши решения и получить самую актуальную версию модуля. Мы постоянно обновляем модули, чтобы сделать их максимально полезными для Вас. </p><p>Обратите внимание, для установки и/или обновления модулей необходимо, чтобы у Вас была актуальная версия AB: Менеджера модулей версии v[ver]. Вы будете проинформированы о выходе новой версии модуля и будет предоставлена ссылка для скачивания архива модуля.</p><hr><p><b>Как обновить AB: Менеджер модулей до версии v[ver]?</b></p> <ol><li>При появлении оповещения о доступности новой версии AB: Менеджер модулей скачайте архив;</li><li>Закройте витрину магазина. (Для этого перейдите в Настройки → Общие → Закрыть витрину - установите чекбокс и нажмите на кнопку [Сохранить], закрываем буквально на 2 минуты);</li><li>Удалите AB: Менеджер модулей (Для этого перейдите в Модули → Управление модулями → AB: Менеджер модулей → Удалить);</li><li>Установите архив AB: Менеджер модулей из п.1 (Для этого на странице Модули → Управление модулями → кнопка [+] → выберите загруженный ранее архив из п.1);</li><li>Очистите кэш сайта (Для этого перейдите в пункт меню Администрирование → Хранилище данных → Очистить кэш);</li><li>Откройте витрину магазина. (Для этого перейдите в Настройки → Общие → Закрыть витрину - сбросьте чекбокс и нажмите на кнопку Сохранить);</li></ol>'),
('ru', 'ab__am.addon.button_download_am.text', 'Скачать'),
('ru', 'ab__am.addon.changelog', 'Список изменений'),
('ru', 'ab__am.addon.doc', 'Документация'),
('ru', 'ab__am.addon.msg.available_version_is_installed', 'Установлена последняя доступная версия модуля'),
('ru', 'ab__am.addon.msg.expired_subscription', 'Вам доступна только версия v[ver]. Продлите подписку для получения актуальной версии модуля'),
('ru', 'ab__am.addon.msg.final_version_is_installed', 'Установлена финальная версия модуля'),
('ru', 'ab__am.addon.msg.not_available', 'Модуль недоступен для Вашей версии магазина!'),
('ru', 'ab__am.addon.new_version_is_available', 'v[ver] от [date]'),
('ru', 'ab__am.addon.new_version_is_available.tooltip', 'Доступна новая версия v[ver] от [date]'),
('ru', 'ab__am.addon.settings', 'Настройки модуля'),
('ru', 'ab__am.addon.status.a', 'Статус модуля — Включен'),
('ru', 'ab__am.addon.status.d', 'Статус модуля — Выключен'),
('ru', 'ab__am.addon.status.n', 'Статус модуля — Еще не установлен'),
('ru', 'ab__am.addon.subscription.active', 'Подписка активна до [date]'),
('ru', 'ab__am.addon.subscription.exp', 'Ваша подписка истекла <b>[date]</b>. Для получения доступа к актуальным версиям модуля необходимо купить подписку'),
('ru', 'ab__am.addon.subscription.exp.button.tooltip', 'Купить подписку для получения доступа к актуальным версиям модуля'),
('ru', 'ab__am.addon.subscription.exp.button.value', 'Купить подписку'),
('ru', 'ab__am.addon.subscription.expired', 'Подписка истекла [date]. Продлите подписку для получения актуальных версий модуля');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('ru', 'ab__am.addon.subscription.ok', 'Ваша подписка активна до <b>[date]</b>'),
('ru', 'ab__am.addon.subscription.ok.button.tooltip', 'Продлить подписку для получения доступа к актуальным версиям модуля'),
('ru', 'ab__am.addon.subscription.ok.button.value', 'Продлить подписку'),
('ru', 'ab__am.addon.subscription_updates', 'Обновления доступны до [date]'),
('ru', 'ab__am.addon.table_head.actions', 'Действия'),
('ru', 'ab__am.addon.table_head.addon', 'Название модуля'),
('ru', 'ab__am.addon.table_head.note', 'Примечание'),
('ru', 'ab__am.addon.table_head.subscription', 'Управление подпиской'),
('ru', 'ab__am.addon.table_head.versions', 'Версии'),
('ru', 'ab__am.addon.table_head.versions.tooltip', 'Возможные варианты: Установленная, Доступная Вам и Актуальная версии модуля'),
('ru', 'ab__am.addon.update_instruction', 'Процедура обновления'),
('ru', 'ab__am.addon.versions.available', 'Доступная Вам'),
('ru', 'ab__am.addon.versions.final', 'Актуальная'),
('ru', 'ab__am.addon.versions.installed', 'Установленная'),
('ru', 'ab__am.addon.version_info', '<b>Дата релиза</b>: [date]<br><b>Совместимость</b>:<br>CS-Cart: [ultimate]<br>Multivendor: [multivendor]'),
('ru', 'ab__am.addons', 'AB: Список доступных пакетов/модулей'),
('ru', 'ab__am.addons_sets.notes', '<h4>Основные понятия</h4><p><u>Установленная версия</u> — это версия модуля, которая в данный момент установлена на Вашем сайте.</p><p><u>Доступная Вам версия</u> — это самая последняя версия модуля, которая Вам доступна для установки и/или обновления в пределах предоплаченой подписки на обновления. Например, для модуля существуют версии: v2.0.0 от 15 февраля 2019 г. и v2.1.0 от 2 марта 2019 г. и Ваша подписка на модуль закончилась 1 марта 2019 г., тогда последней доступной версией для Вас будет версия v2.0.0 от 15 февраля 2019 г. Для получения версии v2.1.0 от 2 марта 2019 г. Вам необходимо купить подписку.</p><p><u>Актуальная версия</u> — это самая последняя версия модуля, которая есть на данный момент. Рекомендуем всегда обновляться до актуальной версии, которая содержит исправленные баги и новый полезный функционал.</p><p><u>Модуль недоступен для Вашего магазина</u> — это возможно, когда версия Вашего CS-Cart не соответствует минимально допустимой версии для модуля или у Вас закончился период подписки. Например, тема Unitheme2 доступна только для CS-Cart 4.10.x и более.</p><br><h4>Процесс установки</h4><p>Установка модуля еще никогда не была настолько проста как сейчас. После покупки решений AlexBranding и установки <b>AB: Менеджера модулей</b> Вы в один клик сможете установить доступную версию модуля, без каких-либо посещений оформленного заказа, поиска заказа, загрузки архивов и т.д. и т.п.</p><br><h4>Процесс обновления</h4><p>Обновление модулей производится с помощью <b>Центра обновлений CS-Cart</b>. В случае отсутствия доступного обновления в Центре обновлений CS-Cart, обновление производится путем Удаления старой версии модуля и Установки новой версии.</p></p><br><h4>Кэш</h4><p>После установки и/или обновления необходимо сбросить кэш CS-Cart. Подробнее смотрите <a target=\'_blank\' href=\'https://www.cs-cart.ru/docs/4.7.x/developer_guide/addons/tutorials/addon_creation/cache.html\'>документацию</a> CS-Cart.</p>'),
('ru', 'ab__am.available_addons', 'Список доступных AB: Модулей'),
('ru', 'ab__am.available_sets', 'Список доступных AB: Пакетов'),
('ru', 'ab__am.filter', 'Фильтр ([active] из [total])'),
('ru', 'ab__am.go_to_all_stores', 'AB: Модули доступен только в режиме <a href=\'[link]\'>Все магазины</a>.'),
('ru', 'ab__am.install.checking', '[name] — <b>проверка</b>'),
('ru', 'ab__am.install.clearing_cache', 'Очистка кэша'),
('ru', 'ab__am.install.downloading', '[name] — <b>загрузка</b>'),
('ru', 'ab__am.install.install', 'Процесс установки модуля'),
('ru', 'ab__am.install.installing', '[name] — <b>установка</b>'),
('ru', 'ab__am.install.update', 'Процесс обновления модуля'),
('ru', 'ab__am.menu.available_update', 'Доступно обновление'),
('ru', 'ab__am.menu.available_updates', 'Доступны обновления'),
('ru', 'ab__am.menu.new_version', 'v[ver]'),
('ru', 'ab__am.menu.number_of_notifications', 'Количество уведомлений'),
('ru', 'ab__am.menu.number_of_updates', 'Количество обновлений'),
('ru', 'ab__am.msg.addon_is_already_installed', 'У Вас уже установлен модуль <b>[name]</b> последней версии <b>[version]</b>!'),
('ru', 'ab__am.msg.addon_is_already_installed_upd', 'У Вас уже установлен модуль <b>[name]</b> последней версии <b>[version]</b>, Вы можете выполнить обновление модуля до версии <b>[version_last]</b>'),
('ru', 'ab__am.msg.error_code', 'Ошибка кода лицензии модуля'),
('ru', 'ab__am.msg.no_permissions', 'Нет прав на перезапись следующих объектов'),
('ru', 'ab__am.msg.update_am', 'Для установки и/или обновления модулей необходимо обновить AB: Менеджер модулей до последней версии <b>v[ver]</b>!'),
('ru', 'ab__am.note', 'Подробнее'),
('ru', 'ab__am.notifications', 'Список уведомлений AlexBranding'),
('ru', 'ab__am.notifications.notes', 'В этом разделе будет представлена информация о наших новинках и акциях.Регулярно мы будем сообщать Вам о выходе наших новых решений, скидках или закрытых промоакциях, доступные только Вам.'),
('ru', 'ab__am.no_data', 'Для использования модулей и/или пакетов AlexBranding Ваш домен <b>[domain]</b> должен быть лицензирован.<br>В случае отсутствия домена <b>[domain]</b> в списке лицензированных доменов — все решения AlexBranding будут автоматически выключены. <br>Обратитесь на почту <b>info@alexbranding.com</b> для решения проблем.'),
('ru', 'ab__am.no_data.notification', 'Модуль <b>[name]</b> не прошел валидацию лицензии, поэтому был автоматически <b>Выключен</b>. Обратитесь на почту <b>info@alexbranding.com</b> для решения проблем.'),
('ru', 'ab__am.order', '(Заказ №[order_id])'),
('ru', 'ab__am.our_store', 'Магазин AlexBranding'),
('ru', 'ab__am.set.available_updates', 'Доступны новые версии: [n]'),
('ru', 'ab__am.set.button_buy_updates.text', 'Продлить подписку'),
('ru', 'ab__am.set.button_buy_updates.tooltip', 'Подписка на обновления истекла [date]. Продлите подписку для получения последних обновлений'),
('ru', 'ab__am.set.set', 'Название пакета'),
('ru', 'ab__am.set.subscription_updates', 'Обновления доступны до [date]'),
('ru', 'ab__am.submit.install.text', 'Установить v[ver]'),
('ru', 'ab__am.submit.tooltip', 'Имейте в виду, что перед установкой будут удалены все файлы по этому модулю. В том числе, будут удалены и Ваши изменения в этом модуле, если они есть — обязательно сохраните их. [update_info]'),
('ru', 'ab__am.submit.tooltip.update_info', 'Обязательно запомните настройки модуля для их восстановления после обновления, если они есть'),
('ru', 'ab__am.submit.update.text', 'Обновить до v[ver]'),
('ru', 'ab__am.submit.update.tooltip', 'Если обновления по модулю недоступны через Центр обновлений CS-Cart, Вам необходимо Удалить модуль'),
('ru', 'ab__am.subscription', 'Подпишитесь на наши каналы, чтобы<br>первыми узнавать о новых релизах и акциях!'),
('ru', 'ab__am.subscription.channels.variant.email.href', 'https://cs-cart.alexbranding.com/ru/subscription.html'),
('ru', 'ab__am.subscription.channels.variant.email.title', 'Email'),
('ru', 'ab__am.subscription.channels.variant.facebook.href', 'https://fb.me/AlexBrandingCom/'),
('ru', 'ab__am.subscription.channels.variant.facebook.title', 'Facebook'),
('ru', 'ab__am.subscription.channels.variant.instagram.href', 'https://www.instagram.com/alexbrandingteam/'),
('ru', 'ab__am.subscription.channels.variant.instagram.title', 'Instagram'),
('ru', 'ab__am.subscription.channels.variant.telegram.href', 'https://t.me/alexbranding'),
('ru', 'ab__am.subscription.channels.variant.telegram.title', 'Telegram'),
('ru', 'ab__am.subscription.channels.variant.twitter.href', 'https://twitter.com/AlexbrandingR'),
('ru', 'ab__am.subscription.channels.variant.twitter.title', 'Twitter'),
('ru', 'ab__am.subscription.channels.variant.whatsapp.href', 'https://chat.whatsapp.com/HwYSITC8Qq32mnUYA659q0'),
('ru', 'ab__am.subscription.channels.variant.whatsapp.title', 'WhatsApp'),
('ru', 'ab__am.subscription.channels.variant.youtube.href', 'https://www.youtube.com/channel/UC5GC44y5KKLpKB4fw82iItg'),
('ru', 'ab__am.subscription.channels.variant.youtube.title', 'Youtube'),
('ru', 'ab__category_banners', 'AB: Баннеры для категорий'),
('ru', 'ab__category_banners.add', 'Добавить баннер для категории'),
('ru', 'ab__category_banners.adding', 'Добавление баннера для категории'),
('ru', 'ab__category_banners.demodata', 'Демо-данные'),
('ru', 'ab__category_banners.editing', 'Редактирование баннера для категории'),
('ru', 'ab__category_banners.export', 'Экспорт данных'),
('ru', 'ab__category_banners.help', 'Справка'),
('ru', 'ab__category_banners.manage', 'Управление баннерами'),
('ru', 'ab__cb.autoinstall.banners_created', 'Демо баннеры для категории [banners] успешно созданы'),
('ru', 'ab__cb.autoinstall.banners_not_created', 'Не удалось создать демо баннеры для категории'),
('ru', 'ab__cb.autoinstall.no_category', 'Доступная категория не найдена'),
('ru', 'ab__cb.autoinstall.no_demodata', 'Файл с демо-данными отсутствует'),
('ru', 'ab__cb.banner_position', 'Позиция баннера, которая может быть указана следующими способами:<br/><ul><li><code>7</code> - номер одиночной позиции</li><li><code>1,5,7,9</code> - номера нескольких позиций</li><li><code>1-10</code> - диапазон нескольких позиций</li></ul>Разрешено использование комбинаций этих вариантов. Например:<br/><code>1-5, 7-9, 11, 13</code> - баннер будет показан на одной позиции из: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
('ru', 'ab__cb.cat_banner', 'баннера для категории'),
('ru', 'ab__cb.cron_links', '<p>Для автоматического выключения просроченных банннеров используйте одну из этих ссылок:<br/><br/><code>[cron_cmd]</code><br/>или<br/><code>[cron_url]</code></p>'),
('ru', 'ab__cb.datatime', 'даты/времени'),
('ru', 'ab__cb.demodata.table.action', 'Действие'),
('ru', 'ab__cb.demodata.table.add_banners', 'Добавить баннеры'),
('ru', 'ab__cb.demodata.table.description', 'Демо-данные'),
('ru', 'ab__cb.demodata_description', 'На этой странице могут быть загружены демо-данные'),
('ru', 'ab__cb.errors.cron_key', '<p>Внимание! Введенное вами значение <code>[value]</code> настройки <code>Cron ключ</code> не отвечает требованиям безопасности</p>'),
('ru', 'ab__cb.export.actions.banners', 'Экспорт баннеров'),
('ru', 'ab__cb.export.actions.banners.placeholder', 'ID баннеров'),
('ru', 'ab__cb.export.table.action', 'Действие'),
('ru', 'ab__cb.export.table.data', 'Данные для экспорта'),
('ru', 'ab__cb.export.table.description', 'Экспорт данных'),
('ru', 'ab__cb.export_description', 'На этой странице могут быть экспортированы данные модуля'),
('ru', 'ab__cb.form.friday', 'Пятница'),
('ru', 'ab__cb.form.from_date', 'Активен с даты/времени'),
('ru', 'ab__cb.form.grid_image', 'Изображения для вывода как сетка'),
('ru', 'ab__cb.form.include_subcategories', 'Показывать в подкатегориях'),
('ru', 'ab__cb.form.list_image', 'Изображения для вывода как список без опций'),
('ru', 'ab__cb.form.monday', 'Понедельник'),
('ru', 'ab__cb.form.m_turn_off', 'Выключить выбранные'),
('ru', 'ab__cb.form.m_turn_on', 'Включить выбранные'),
('ru', 'ab__cb.form.position', 'Позиция'),
('ru', 'ab__cb.form.saturday', 'Суббота'),
('ru', 'ab__cb.form.sunday', 'Воскресенье'),
('ru', 'ab__cb.form.target_blank', 'Открывать ссылку баннера в новом окне'),
('ru', 'ab__cb.form.thursday', 'Четверг'),
('ru', 'ab__cb.form.to_date', 'Активен до даты/времени'),
('ru', 'ab__cb.form.tuesday', 'Вторник'),
('ru', 'ab__cb.form.url', 'Ссылка'),
('ru', 'ab__cb.form.wednesday', 'Среда'),
('ru', 'ab__cb.help.cron.title', 'Автоматическое выключение просроченных баннеров'),
('ru', 'ab__cb.help.doc', 'Ознакомиться с <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/ru/ab__category_banners.doc\'>документацией</a>.'),
('ru', 'ab__cb.settings', 'Общие настройки'),
('ru', 'ab__cb.set_from_and_to', 'Установите время действия баннера \'c\' и \'по\'.<br/>Если не установлено время начала, тогда оно равно 00:00<br/>Если не установлено время окончания, тогда оно равно 23:59<br/>Если оба значения не установлены, то баннер будет отображаться с 00:00 по 23:59'),
('ru', 'ab__cb.upgrade_notifications.2.0.0.text', 'Поведение баннеров было изменено. На одной странице разрешено отображение нескольких баннеров, которые будут выводится в случайном порядке на указанных позициях. Проверьте правильность настроек и измените позиции баннеров в случае необходимости.'),
('ru', 'ab__cb.upgrade_notifications.2.0.0.title', 'Множественное отображение баннеров'),
('ru', 'ab__deal_of_the_day', 'AB: Товар дня и расширенные промо-акции'),
('ru', 'ab__deal_of_the_day_title_product', 'Промо-акции'),
('ru', 'ab__dotd.add_promotions', 'Добавить промо-акции'),
('ru', 'ab__dotd.add_promotions_and_close', 'Добавить промо-акции и закрыть'),
('ru', 'ab__dotd.all_promotions', 'Также в акциях'),
('ru', 'ab__dotd.all_promotions.title', 'Просмотреть все промо-акции для этого товара'),
('ru', 'ab__dotd.all_promotions_list', 'Список всех промо-акций'),
('ru', 'ab__dotd.autoinstall.no_demodata', 'Файл с демо-данными отсутствует'),
('ru', 'ab__dotd.autoinstall.promotions_created', 'Демо промо-акции [promotions] успешно созданы'),
('ru', 'ab__dotd.autoinstall.promotions_not_created', 'Не удалось создать демо промо-акции'),
('ru', 'ab__dotd.block.priority', 'Приоритет'),
('ru', 'ab__dotd.chains_list.title', 'Комбинации товаров'),
('ru', 'ab__dotd.choose_promotion', 'Выбор промо-акции'),
('ru', 'ab__dotd.clear_filter', 'Очистить фильтр'),
('ru', 'ab__dotd.counter.days', 'дней'),
('ru', 'ab__dotd.counter.hours', 'часов'),
('ru', 'ab__dotd.counter.minutes', 'минут'),
('ru', 'ab__dotd.counter.months', 'месяцев'),
('ru', 'ab__dotd.counter.seconds', 'секунд'),
('ru', 'ab__dotd.counter.years', 'лет'),
('ru', 'ab__dotd.days_left', 'Остался <span>[n]</span> день|Осталось <span>[n]</span> дня|Осталось <span>[n]</span> дней'),
('ru', 'ab__dotd.days_to_start', 'До начала <span>[n]</span> день|До начала <span>[n]</span> дня|До начала <span>[n]</span> дней'),
('ru', 'ab__dotd.demodata', 'Демо-данные'),
('ru', 'ab__dotd.demodata.table.action', 'Действие'),
('ru', 'ab__dotd.demodata.table.add_promotions', 'Добавление промо-акций'),
('ru', 'ab__dotd.demodata.table.description', 'Демо-данные'),
('ru', 'ab__dotd.demodata_description', 'Страница загрузки демо-данных'),
('ru', 'ab__dotd.detailed', 'Подробности промо-акции'),
('ru', 'ab__dotd.error.use_schedule_is_on', 'При использовании \"AB: Расписание промо-акции\" изменения периода доступности недоступны'),
('ru', 'ab__dotd.form.filter', 'Использовать фильтр по категории'),
('ru', 'ab__dotd.form.h1', 'Тег h1'),
('ru', 'ab__dotd.form.hide_products_block', 'Скрыть блок товаров'),
('ru', 'ab__dotd.form.list_image', 'Изображение для списка промо-акций'),
('ru', 'ab__dotd.form.meta_description', 'Мета тег <code>description</code>'),
('ru', 'ab__dotd.form.meta_keywords', 'Мета тег <code>keywords</code>'),
('ru', 'ab__dotd.form.page_image', 'Изображение для страницы промо-акции'),
('ru', 'ab__dotd.form.page_title', 'Заголовок страницы'),
('ru', 'ab__dotd.form.use_products_filter', 'Использовать фильтр по товарам'),
('ru', 'ab__dotd.form.use_schedule', 'Использовать расписание'),
('ru', 'ab__dotd.form.use_schedule.tooltip', 'При активации этой настройки стандартная настройка промо-акции \"Задать период доступности\" будет деактивирована и активность промо-акции будет определяться Расписанием, которое Вы можете задать в интерфейсе этой вкладки. И наоборот: при деактивации этой настройки активность акции будет определяться стандартной настройкой \"Задать период доступности\"'),
('ru', 'ab__dotd.from', 'от'),
('ru', 'ab__dotd.get_more_combinations', 'Показать ещё [n] комбинацию|Показать ещё [n] комбинации|Показать ещё [n] комбинаций'),
('ru', 'ab__dotd.help', 'Справка'),
('ru', 'ab__dotd.layouts', 'Макеты'),
('ru', 'ab__dotd.layouts.choose_layout_to_reset', 'Выберите макет для сброса'),
('ru', 'ab__dotd.layouts.header', 'На этой странице отображаются все страницы макетов, добавляемые модулем. Вы можете сбросить страницу в рамках любого макета до состояния по умолчанию для текущей версии модуля. Также Вы можете скачать xml-файл страницы макета и импортировать его вручную.'),
('ru', 'ab__dotd.layouts.layout_is_not_found', 'Макет не найден'),
('ru', 'ab__dotd.layouts.layout_was_reset', 'Макет был сброшен'),
('ru', 'ab__dotd.layouts.table.action', 'Действие'),
('ru', 'ab__dotd.layouts.table.dispatch', 'Dispatch'),
('ru', 'ab__dotd.layouts.table.dispatch_description', 'Тип страницы макета'),
('ru', 'ab__dotd.layouts.table.get_file', 'Скачать файл'),
('ru', 'ab__dotd.layouts.table.layouts', 'Макеты'),
('ru', 'ab__dotd.less', 'Меньше'),
('ru', 'ab__dotd.more', 'Больше'),
('ru', 'ab__dotd.page_action_period', 'Период проведения промо-акции:'),
('ru', 'ab__dotd.promotion_awaited', 'Акция ожидается'),
('ru', 'ab__dotd.promotion_expired', 'Акция завершена'),
('ru', 'ab__dotd.schedule.table_header', 'Время и Дата'),
('ru', 'ab__dotd.settings', 'Общие настройки'),
('ru', 'ab__dotd.showed_combinations', 'Показано [n] из [total]'),
('ru', 'ab__dotd.sort.created', 'по дате создания'),
('ru', 'ab__dotd.sort.name', 'по названию'),
('ru', 'ab__dotd.sort.priority', 'по приоритету'),
('ru', 'ab__dotd.sort.to_date', 'по дате завершения'),
('ru', 'ab__dotd.tab.ab__dotd_schedule_header', 'Для того, чтобы задать период активности промо-акции используйте выбор временных диапазонов для каждого дня каждого месяца. При настройке расписания руководствуйтесь тем, что левая кнопка мыши — выбрать, правая — отменить выбор'),
('ru', 'ab__dotd.to', 'по'),
('ru', 'ab__dotd.today_only', 'Только сегодня'),
('ru', 'ab__dotd_awaited_promotions', 'Ожидаемые акции'),
('ru', 'ab__dotd_expired_promotions', 'Истекшие акции'),
('ru', 'ab__dotd_help.docs', 'Ознакомиться с <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/ru/ab__deal_of_the_day.doc\'>документацией</a>'),
('ru', 'ab__dotd_product_label', 'Aкция'),
('ru', 'ab__dotd_schedule', 'AB: Расписание промо-акции'),
('ru', 'ab__dotd_scroller', 'Скроллер промо-акций'),
('ru', 'ab__dotd_sorted_promotions', 'Действующие акции'),
('ru', 'ab__dotd_time_awaited_left', 'До начала акции осталось'),
('ru', 'ab__dotd_time_left', 'До завершения акции осталось'),
('ru', 'ab__fast_navigation', 'AB: Быстрая навигация'),
('ru', 'ab__fast_navigation.demodata', 'Демо-данные'),
('ru', 'ab__fast_navigation.export', 'Экспорт'),
('ru', 'ab__fast_navigation.help', 'Справка'),
('ru', 'ab__fast_navigation.help.doc', 'Ознакомиться с <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/ru/ab__fast_navigation.doc\'>документацией</a>.'),
('ru', 'ab__fn.category.label', 'Текст маркера'),
('ru', 'ab__fn.category.label.show', 'Показывать маркер'),
('ru', 'ab__fn.category.label.show.tooltip', 'Отобразить маркер для данного языка'),
('ru', 'ab__fn.category.label_background', 'Цвет фона маркера'),
('ru', 'ab__fn.category.label_color', 'Цвет текста маркера'),
('ru', 'ab__fn.category.status', 'Разрешить отображение в AB: Быстрая навигация'),
('ru', 'ab__fn.category.status.tooltip', 'Включить настройку для редактирования элемента блока AB: Быстрая навигация'),
('ru', 'ab__fn.category.use_origin_image', 'Использовать оригиналы изображений'),
('ru', 'ab__fn.category.use_origin_image.tooltip', 'Когда настройка включена — загруженные оригиналы будут использоваться \"как есть\"(желательно использовать изображения небольшого размера). Размеры иконок задаются в параметрах блока на странице макетов'),
('ru', 'ab__fn.common_btn_text.tooltip', 'Позволяет задавать текст кнопки. Если оставить пустым — по умолчанию будет отображен текст \"КНОПКА\"'),
('ru', 'ab__fn.demodata.actions.export_menu', 'Меню'),
('ru', 'ab__fn.demodata.actions.export_menu.placeholder', 'ID меню'),
('ru', 'ab__fn.demodata.errors.file_broken', 'Файл [file_path] отсутствует или был поврежден'),
('ru', 'ab__fn.demodata.success.menu_created', 'Добавлено демо-меню <a target=\"_blank\" href=\"[href]\">[name]</a>'),
('ru', 'ab__fn.demodata.table.action', 'Действие'),
('ru', 'ab__fn.demodata.table.add_menu', 'Добавить меню'),
('ru', 'ab__fn.demodata.table.description', 'Демо-данные'),
('ru', 'ab__fn.demodata_description', 'Быстрое создание демо-данных для модуля'),
('ru', 'ab__fn.export.table.action', 'Действие'),
('ru', 'ab__fn.export.table.data', 'Данные для экспорта'),
('ru', 'ab__fn.export.table.description', 'Экспортируемые данные'),
('ru', 'ab__fn.export_description', 'Быстрый экспорт меню для модуля AB: Быстрая навигация'),
('ru', 'ab__fn.front.button.defult_text', 'Кнопка'),
('ru', 'ab__fn.menu.icon', 'Иконка'),
('ru', 'ab__fn.menu.label', 'Текст маркера'),
('ru', 'ab__fn.menu.label.show', 'Показывать маркер'),
('ru', 'ab__fn.menu.label.show.tooltip', 'Отобразить маркер для данного языка'),
('ru', 'ab__fn.menu.label_background', 'Цвет фона маркера'),
('ru', 'ab__fn.menu.label_color', 'Цвет текста маркера'),
('ru', 'ab__fn.menu.status', 'Разрешить отображение в AB: Быстрая навигация'),
('ru', 'ab__fn.menu.status.tooltip', 'Включить настройку для редактирования элемента блока AB: Быстрая навигация'),
('ru', 'ab__fn.menu.use_origin_image', 'Использовать оригиналы изображений'),
('ru', 'ab__fn.menu.use_origin_image.tooltip', 'Когда настройка включена — загруженные оригиналы будут использоваться \"как есть\"(желательно использовать изображения небольшого размера). Размеры иконок задаются в параметрах блока на странице макетов'),
('ru', 'ab__fn.more', 'Всё из раздела'),
('ru', 'ab__fn.show_more', 'Показать ещё [x] из [y]'),
('ru', 'ab__fn_add_link', 'Добавить ссылку на \"Всё из раздела\"'),
('ru', 'ab__fn_add_link.tooltip', 'Ссылка будет иметь URL родительского элемента'),
('ru', 'ab__fn_cbt_as_btn', 'Кнопка'),
('ru', 'ab__fn_cbt_as_txt', 'Текст'),
('ru', 'ab__fn_common_btn_class', 'Дополнительный класс \"Общая ссылка\"'),
('ru', 'ab__fn_common_btn_class.tooltip', 'Список классов, которые будут добавлены к ссылке (указывать через пробел)'),
('ru', 'ab__fn_common_btn_text', 'Текст кнопки \"Общая ссылка\"'),
('ru', 'ab__fn_common_btn_type', 'Внешний вид кнопки \"Общая ссылка\"'),
('ru', 'ab__fn_common_btn_type.tooltip', 'Выберите представление кнопки на витрине'),
('ru', 'ab__fn_display_type', 'Тип отображения'),
('ru', 'ab__fn_grid', 'Сетка'),
('ru', 'ab__fn_icon_width', 'Ширина иконки, px'),
('ru', 'ab__fn_init_scrollbar', 'Включить индикатор прокрутки для первого уровня'),
('ru', 'ab__fn_init_second_level_scroll', 'Включить скроллер для второго уровня'),
('ru', 'ab__fn_number_of_columns', 'Количество колонок в списке'),
('ru', 'ab__fn_number_of_columns.tooltip', 'Количество колонок для экранов'),
('ru', 'ab__fn_number_of_columns_desktop', 'Количество колонок в списке (Десктоп)'),
('ru', 'ab__fn_number_of_columns_desktop.tooltip', 'Количество колонок для экранов > 1230px'),
('ru', 'ab__fn_number_of_columns_desktop_small', 'Количество колонок в списке (Ноутбук)'),
('ru', 'ab__fn_number_of_columns_desktop_small.tooltip', 'Количество колонок для экранов 992px - 1229px'),
('ru', 'ab__fn_number_of_columns_mobile', 'Количество колонок в списке (Смартфон)'),
('ru', 'ab__fn_number_of_columns_mobile.tooltip', 'Количество колонок для экранов < 575px'),
('ru', 'ab__fn_number_of_columns_tablet', 'Количество колонок в списке (Планшет)'),
('ru', 'ab__fn_number_of_columns_tablet.tooltip', 'Количество колонок для экранов 768px - 991px'),
('ru', 'ab__fn_number_of_columns_tablet_small', 'Количество колонок в списке (Фаблет)'),
('ru', 'ab__fn_number_of_columns_tablet_small.tooltip', 'Количество колонок для экранов 576px - 767px'),
('ru', 'ab__fn_one_level', 'Одноуровневая навигация'),
('ru', 'ab__fn_scroller', 'Скроллер'),
('ru', 'ab__fn_show_common_btn', 'Показать кнопку \"Общая ссылка\"'),
('ru', 'ab__fn_show_common_btn.tooltip', 'Под блоком будет отображена кнопка с заданным URL \"Общая ссылка\"'),
('ru', 'ab__fn_show_common_btn_link', 'URL \"Общая ссылка\"'),
('ru', 'ab__fn_show_common_btn_link.tooltip', 'Целевой URL. Может быть внешней ссылкой, ссылкой внутри магазина или диспетчером'),
('ru', 'ab__fn_two_level', 'Двухуровневая навигация'),
('ru', 'ab__hide_product_description', 'AB: Скрыть часть контента до определенной высоты'),
('ru', 'ab__landing_categories', 'AB: Посадочные категории/страницы'),
('ru', 'ab__lc.add_menu.added_new_menu', 'Создано новое Меню'),
('ru', 'ab__lc.add_menu.used_existing_menu', 'Используется существующее Меню'),
('ru', 'ab__lc.breadcrumb_catalog', 'Каталог'),
('ru', 'ab__lc.catalog.icon', 'Мини-иконка категории'),
('ru', 'ab__lc.catalog.image_control', 'Способ отображения иконки'),
('ru', 'ab__lc.catalog.image_control.left', 'Отображать мини-иконку категории слева от названия'),
('ru', 'ab__lc.catalog.image_control.none', 'Не отображать'),
('ru', 'ab__lc.catalog.image_control.top', 'Отображать изображение категории сверху над названием'),
('ru', 'ab__lc.catalog.show_more', 'Ещё'),
('ru', 'ab__lc.category.list', 'Список Посадочных категорий'),
('ru', 'ab__lc.category.list.tooltip', 'Для правильного отображения иерархии категорий, будут отображены и родительские категории для посадочных категорий, даже если они не являются посадочными!'),
('ru', 'ab__lc.control_subcategory_structure', 'AB: Управление отображаемой структурой посадочной категории/страницы'),
('ru', 'ab__lc.control_subcategory_structure.add_menu', 'Добавить и/или связать Меню'),
('ru', 'ab__lc.control_subcategory_structure.add_menu.added_new_menu', 'Меню было успешно создано и связано с текущей категорией!'),
('ru', 'ab__lc.control_subcategory_structure.add_menu.info', 'Меню создается только при необходимости, так как предварительно происходит поиск меню по коду <code>ABLC-xxx</code>, где <code>xxx</code> — category_id'),
('ru', 'ab__lc.control_subcategory_structure.add_menu.info.multiplestore', 'Перед созданием Меню — выберите <b>Магазин</b>'),
('ru', 'ab__lc.control_subcategory_structure.add_menu.used_existing_menu', 'Меню уже существовало и было связано с текущей категорией!'),
('ru', 'ab__lc.control_subcategory_structure.how_to_use_menu', 'Использование пунктов меню'),
('ru', 'ab__lc.control_subcategory_structure.how_to_use_menu.append', 'Добавить пункты меню в конец структуры подкатегорий'),
('ru', 'ab__lc.control_subcategory_structure.how_to_use_menu.not_to_use', 'Не использовать'),
('ru', 'ab__lc.control_subcategory_structure.how_to_use_menu.prepend', 'Добавить пункты меню в начало структуры подкатегорий'),
('ru', 'ab__lc.control_subcategory_structure.how_to_use_menu.replace', 'Заместить текущую структуру подкатегорий пунктами меню'),
('ru', 'ab__lc.control_subcategory_structure.inherit_control', 'Наследовать управление'),
('ru', 'ab__lc.control_subcategory_structure.menu_id', 'ID меню'),
('ru', 'ab__lc.demodata', 'Демо-данные'),
('ru', 'ab__lc.demodata.actions.export_category', 'Категории'),
('ru', 'ab__lc.demodata.actions.export_category.placeholder', 'ID категорий'),
('ru', 'ab__lc.demodata.success.category', '<a href=\"[href]\" target=\"_blank\">Демо-категория</a> была создана успешно'),
('ru', 'ab__lc.demodata.table.action', 'Действие'),
('ru', 'ab__lc.demodata.table.add_category', 'Добавить категорию'),
('ru', 'ab__lc.demodata.table.description', 'Демо-данные'),
('ru', 'ab__lc.demodata_description', 'Страница быстрого создания демо-категории для демонстрации работы модуля'),
('ru', 'ab__lc.export', 'Экспорт'),
('ru', 'ab__lc.export.description', 'Страница быстрого создания експортов функционала'),
('ru', 'ab__lc.export.table.action', 'Действие'),
('ru', 'ab__lc.export.table.data', 'Данные для экспорта'),
('ru', 'ab__lc.export.table.description', 'Экспортируемые данные'),
('ru', 'ab__lc.help', 'Справка'),
('ru', 'ab__lc.help.doc', 'Ознакомиться с <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/ru/ab__landing_categories.doc\'>документацией</a>.'),
('ru', 'ab__lc.landing_category.landing', 'Использовать категорию как посадочную страницу'),
('ru', 'ab__lc.landing_category.show_more', 'Ещё'),
('ru', 'ab__lc.landing_category.subsubcategories', 'Количество под-подкатегорий'),
('ru', 'ab__lc.settings', 'Общие настройки'),
('ru', 'ab__lc_catalog', 'AB: Каталог'),
('ru', 'ab__lc_landing_category', 'AB: Посадочная категория/страница'),
('ru', 'ab__mb.admin.categories_update.description', 'Здесь представлен <a href=\"[href]\" target=\"_blank\">список мотивационных элементов</a>, которые будут отображены для товаров этой категории.<br/>Обратите внимание, что могут применяться <span title=\"[text]\" class=\"cm-tooltip\" style=\"color: red\">другие условия</span>, из-за которых данные мотивационные элементы не будут отображены для товаров этой категории.'),
('ru', 'ab__mb.admin.categories_update.description.tooltip', 'Условия для отображения мотивационных элементов зависят от:<ul><li>Условий для категорий</li><li>Условий для тарифных зон</li></ul>Подробнее об условиях смотрите <a href=\'[href]\' title=\'Документация\' target=\'_blank\'>в документации</a>'),
('ru', 'ab__mb.admin.categories_update.description.tooltip.link', 'https://docs.cs-cart.abt.team/ru/ab__motivation_block.doc/#p-946'),
('ru', 'ab__mb.class_copied', 'Класс скопирован в буфер обмена'),
('ru', 'ab__mb.demodata.description', 'На этой странице можете быстро создать демо-данные для блока мотивации'),
('ru', 'ab__mb.demodata.errors.no_data', 'Кажется, файл \"data.json\" был удален'),
('ru', 'ab__mb.demodata.successes.blocks', 'Мотивационные элементы [blocks] были успешно созданы'),
('ru', 'ab__mb.demodata.table.add_blocks', 'Добавить демо-данные в блок мотивации'),
('ru', 'ab__mb.demodata.table.description', 'Вид демо-данных'),
('ru', 'ab__mb.description', 'Пользовательское содержимое (HTML/Smarty)'),
('ru', 'ab__mb.destinations', 'Тарифные зоны'),
('ru', 'ab__mb.destinations.add_destinations', 'Добавить тарифные зоны'),
('ru', 'ab__mb.destinations.add_destinations_and_close', 'Добавить тарифные зоны и закрыть'),
('ru', 'ab__mb.destinations.text_all_destinations_included', 'Все тарифные зоны включены'),
('ru', 'ab__mb.editing_motivation_item', 'Редактирование мотивационного элемента'),
('ru', 'ab__mb.errors.disabled_option_choosen', 'Недопустимое значение в поле \"[field]\"'),
('ru', 'ab__mb.exclude.categories', 'Активен для'),
('ru', 'ab__mb.exclude.categories.tooltip', 'Выберите как использовать объекты выбранные пикером'),
('ru', 'ab__mb.exclude.destinations', 'Активен для'),
('ru', 'ab__mb.exclude.destinations.tooltip', 'Выберите как использовать объекты выбранные пикером'),
('ru', 'ab__mb.exclude.exclude', 'всех не в списке'),
('ru', 'ab__mb.exclude.exclude.full_text', 'Активен для всех не в списке'),
('ru', 'ab__mb.exclude.not_exclude', 'всех в списке'),
('ru', 'ab__mb.exclude.not_exclude.full_text', 'Активен для всех в списке'),
('ru', 'ab__mb.go_to', 'Перейти на страницу'),
('ru', 'ab__mb.go_to.destinations_manage', 'Перейти на страницу редактирования тарифных зон'),
('ru', 'ab__mb.go_to.mb_manage', 'Перейти на страницу управления мотивационными элементами'),
('ru', 'ab__mb.icons.class', 'Класс иконки'),
('ru', 'ab__mb.icons.class.tooltip', 'Значение, которое нужно использовать в поле \"Класс иконки\" в настройках блока мотивации'),
('ru', 'ab__mb.icons.info', 'На этой странице можно ознакомиться со списком доступных иконок'),
('ru', 'ab__mb.icons.refresh', 'Обновить иконки'),
('ru', 'ab__mb.icons.refreshed_successfully', 'Иконки обновлены успешно'),
('ru', 'ab__mb.icons.tygh_icons', 'Список иконок по умолчанию'),
('ru', 'ab__mb.icons.yt_icons', 'Список иконок добавленых темой AB: YoupiTheme'),
('ru', 'ab__mb.icon_class', 'Класс иконки'),
('ru', 'ab__mb.icon_color', 'Цвет иконки'),
('ru', 'ab__mb.icon_type', 'Тип иконки'),
('ru', 'ab__mb.new_motivation_item', 'Новый мотивационный элемент'),
('ru', 'ab__mb.not_display_on', 'Не показывать на'),
('ru', 'ab__mb.only_for.vertical_tabs.tooltip', 'Данная настройка работает, только если в настройках модуля выбран вариант отображения \"Вертикальные вкладки\"'),
('ru', 'ab__mb.products.also_in_categories', 'Этот товар также участвует в категории|Этот товар также участвует в категориях'),
('ru', 'ab__mb.settings', 'Общие настройки'),
('ru', 'ab__mb.set_default_value', 'Восстановить по умолчанию'),
('ru', 'ab__mb.templates_settings.brand_feature_id', 'ID характеристики \"Бренд\"'),
('ru', 'ab__mb.templates_settings.brand_feature_id.tooltip', 'Данная настройка будет использована для формирования ссылки на фильтр в категории товара'),
('ru', 'ab__mb.templates_settings.max_tags_count', 'Максимальное количество тегов'),
('ru', 'ab__mb.template_path.search.ignore_this_field', 'Игнорировать данное поле'),
('ru', 'ab__mb.template_path.search.ignore_this_field.tooltip', 'При выборе данного варианта - поле \"Шаблон\" мотивационного элемента не будет учитываться в выборке'),
('ru', 'ab__mb.template_path.templates.categories_list', 'Список категорий товара'),
('ru', 'ab__mb.template_path.templates.categories_list.tooltip', 'Шаблон выводит список всех категорий, в которых участвует товар. Доступен при наличии в магазине хоть одной категории (за исключением \"Категории-корзины\")'),
('ru', 'ab__mb.template_path.templates.geo_maps', 'Информация о доставке товара'),
('ru', 'ab__mb.template_path.templates.geo_maps.tooltip', 'Шаблон выводит информацию о стоимости доставки товара. Доступен, при активном модуле \"Карты и геолокация\". Информация о стоимости доставки будет выведена лишь в случае, если в настройках модуля \"Карты и геолокации\" активна настройка \"Показать стоимость и сроки доставки на страницах товаров\". Стандартный вывод информации, предусмотренный CS-Cart по умолчанию при этом будет заблокирован'),
('ru', 'ab__mb.template_path.templates.payment_methods', 'Информация о способах оплат'),
('ru', 'ab__mb.template_path.templates.payment_methods.tooltip', 'Шаблон выводит информацию о доступных способах оплат'),
('ru', 'ab__mb.template_path.templates.tags_list', 'Список тегов товара'),
('ru', 'ab__mb.template_path.templates.tags_list.tooltip', 'Шаблон выводит список всех тегов назначеных товару. Доступен, при активном модуле \"Теги\". Убедитесь что создали и назначили теги для товаров'),
('ru', 'ab__mb.template_path.templates.warning', 'Стандартный вывод информации, предусмотренный CS-Cart по умолчанию при этом будет заблокирован'),
('ru', 'ab__mb.template_path.tooltip', 'Выберите способ наполнения контента мотивационного элемента'),
('ru', 'ab__mb.template_path.variants.custom', 'Пользовательское содержимое (HTML/Smarty)'),
('ru', 'ab__mb.update_help.tip_1', 'Для наполнения контента мотивационных элементов Вы можете использовать все объявленные на странице товара Smarty переменные, например:<br/><hr>Массив <code>{$product}</code> - информация о текущем товаре;<br/><hr>Массив <code>{$currencies}</code> - информация о валютах;<br/><hr>Массив <code>{$user_info}</code> - информация о пользователе (обратите вниманиe, что если клиент не авторизован, то массив будет пустым);<br/><hr>Массив <code>{$settings}</code> - массив настроек магазина.'),
('ru', 'ab__mb.update_help.title', 'Дополнительная информация для формирования контента'),
('ru', 'ab__mb.upgrade_notifications.2.0.0.added_new_settings.text', 'Пожалуйста, обратите Ваше внимание, что в настройках модуля добавились новые настройки.'),
('ru', 'ab__mb.upgrade_notifications.2.0.0.added_new_settings.title', 'Добавлены новые настройки'),
('ru', 'ab__mb.upgrade_notifications.2.0.0.added_templates.text', 'Обратите внимание, что в настройках мотивационного элемента было добавлено поле \"Шаблон\" определяющее способ наполнения контента мотивационного элемента.'),
('ru', 'ab__mb.upgrade_notifications.2.0.0.added_templates.title', 'Добавлен новый способ наполнения мотивационных элементов.'),
('ru', 'ab__mb.upgrade_notifications.2.1.0.added_template.text', 'Обратите внимание, что был добавлен новый вариант шаблона для заполнения контента мотивационного элемента'),
('ru', 'ab__mb.upgrade_notifications.2.1.0.added_template.title', 'Добавлен новый шаблон \"Информация о способах оплат\"'),
('ru', 'ab__mb.upgrade_notifications.2.1.0.regenerate_data.text', 'Если у Вас используються старые демо-данные модуля (либо Ваши данные созданы на основе старых демо-данных), то Вам нужно пересоздать их'),
('ru', 'ab__mb.upgrade_notifications.2.1.0.regenerate_data.title', 'Пересоздайте демо-данные'),
('ru', 'ab__mb.upgrade_notifications.text', 'Подробный список изменений, вошедший в версию <b>v[ver]</b> смотрите в документации по модулю в разделе <a target=\"_blank\" href=\"https://docs.cs-cart.abt.team/ru/ab__motivation_block.doc#p-929\">Список релизов</a>.'),
('ru', 'ab__mb.upgrade_notifications.title', 'AB: Блок мотивации успешно обновлен до v[ver]!'),
('ru', 'ab__mb.vendor.motivation_item.template_choosen', 'Для данного мотивационного элемента задан тип наполнения с использованием шаблона.<br>Вы можете обратиться к администратору магазина, чтобы он создал другой мотивационный элемент с типом наполнение \"Пользовательское содержимое (HTML/Smarty)\"'),
('ru', 'ab__mb_all_destinations', 'Все тарифные зоны'),
('ru', 'ab__mb_bg_color', 'Цвет блока'),
('ru', 'ab__mb_expanded', 'Установить раскрытие элемента по умолчанию'),
('ru', 'ab__mb_help.docs', 'Ознакомиться с <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/ru/ab__motivation_block.doc\'>документацией</a>.'),
('ru', 'ab__mb_icon_class.tooltip', 'Полный список доступных иконок может быть найден на странице <a href=\"[link]\">Административная панель -> АВ: Модули -> AB: Блок мотивации -> Доступные иконки</a>'),
('ru', 'ab__mb_icon_type.icon', 'Иконка'),
('ru', 'ab__mb_icon_type.img', 'Изображение'),
('ru', 'ab__mb_icon_type.nothing', 'Нет иконки'),
('ru', 'ab__mb_vendor_edit', 'Разрешить вендору редактирование'),
('ru', 'ab__motivation_block', 'AB: Блок мотивации'),
('ru', 'ab__motivation_block.breadcrumbs.manage', 'AB: Блок мотивации: Управление данными'),
('ru', 'ab__motivation_block.demodata', 'Демо-данные'),
('ru', 'ab__motivation_block.help', 'Справка'),
('ru', 'ab__motivation_block.icons', 'Доступные иконки'),
('ru', 'ab__motivation_block.manage', 'Управление данными'),
('ru', 'ab__promotions_list', 'AB: Список промо-акций'),
('ru', 'ab__promotions_view', 'AB: Страница промо-акции'),
('ru', 'ab__promotion_main_data', 'Шапка промо-акции'),
('ru', 'ab__scroll_to_top', 'AB: Кнопка \"Подняться наверх\"'),
('ru', 'ab__scroll_to_top.arrow', 'Стрелка'),
('ru', 'ab__scroll_to_top.help', 'Справка'),
('ru', 'ab__scroll_to_top.help.doc', 'Ознакомиться с <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/ru/ab__scroll_to_top.doc\'>документацией</a>.'),
('ru', 'ab__search_motivation', 'AB: Мотивация поиска'),
('ru', 'ab__search_motivation.default_search_phrases', 'Поисковые выражения по умолчанию'),
('ru', 'ab__search_motivation.help', 'Справка'),
('ru', 'ab__search_motivation.help.doc', 'Ознакомиться с <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/ru/ab__search_motivation.doc\'>документацией</a>.'),
('ru', 'ab__search_motivation.manage', 'Поисковые выражения по умолчанию'),
('ru', 'ab__search_motivation.search_phrases', 'Поисковые выражения'),
('ru', 'ab__show_additional_product_images', 'Показать дополнительные изображения товаров'),
('ru', 'ab__sm.demo_phrases.0', 'Попробуйте наш поиск'),
('ru', 'ab__sm.demo_phrases.1', 'Введите здесь название товара'),
('ru', 'ab__sm.demo_phrases.2', 'Например, iphone X'),
('ru', 'ab__sm.demo_phrases.added', 'Добавлены фразы мотивации поиска'),
('ru', 'ab__sm.settings', 'Общие настройки'),
('ru', 'ab__smc', 'AB: Скрыть часть контента до определенной высоты'),
('ru', 'ab__smc.help', 'Справка'),
('ru', 'ab__smc.help.doc', 'Ознакомиться с <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/ru/ab__hide_product_description.doc\'>документацией</a>.'),
('ru', 'ab__smc.less', 'Меньше'),
('ru', 'ab__smc.more', 'Больше'),
('ru', 'ab__smc.product_tabs.height', 'Высота отображения, px'),
('ru', 'ab__smc.product_tabs.height.tooltip', 'Значение задаст собственную высоту показа контента в px'),
('ru', 'ab__smc.product_tabs.hide_content', 'Скрыть контент'),
('ru', 'ab__smc.product_tabs.hide_content.less', 'Текст кнопки для скрытия контента'),
('ru', 'ab__smc.product_tabs.hide_content.more', 'Текст кнопки для показа контента'),
('ru', 'ab__smc.product_tabs.override', 'Переопределить высоту для вкладки'),
('ru', 'ab__smc.product_tabs.override.tooltip', 'Значение высоты контента будет браться из настроек вкладки'),
('ru', 'ab__smc.product_tabs.tab_description', 'Настройки модуля \"AB: Скрыть часть контента до определенной высоты\"'),
('ru', 'ab__smc.settings', 'Общие настройки'),
('ru', 'ab__stt.color', 'Значение цвета иконки (атрибут <b>color</b>)'),
('ru', 'ab__stt.only_integer', 'Только целые числа'),
('ru', 'ab__stt.settings', 'Общие настройки'),
('ru', 'ab__ut2.autoinstall.demodata', 'Добавлены демо-данные (новые баннеры, меню и страницы блога)'),
('ru', 'ab__ut2.autoinstall.theme', 'Установлена тема AB: UniTheme2'),
('ru', 'ab__vg.exim.remove_videos', 'Удалить видео'),
('ru', 'ab__vg.exim.remove_videos.text', 'При импорте существующие видео обновляемого товара будут удалены'),
('ru', 'ab__vg.form.description', 'Описание'),
('ru', 'ab__vg.form.icon', 'Иконка'),
('ru', 'ab__vg.form.icon_type', 'Тип иконки'),
('ru', 'ab__vg.form.icon_type.icon', 'Ручная иконка'),
('ru', 'ab__vg.form.icon_type.snapshot', 'Кадр из видео'),
('ru', 'ab__vg.form.pos', 'Поз.'),
('ru', 'ab__vg.form.product_settings', 'Настройки'),
('ru', 'ab__vg.form.product_videos', 'Видео'),
('ru', 'ab__vg.form.replace_image', 'Установить видео как изображение товара по умолчанию'),
('ru', 'ab__vg.form.status', 'Статус'),
('ru', 'ab__vg.form.title', 'Заголовок видео'),
('ru', 'ab__vg.form.youtube_id', 'ID видео на YouTube'),
('ru', 'ab__vg.form.youtube_id.tooltip', 'Например, для видео \"https://www.youtube.com/watch?v=-boKk8uhmcY\", ID видео является <code>-boKk8uhmcY</code>'),
('ru', 'ab__vg.settings', 'Общие настройки'),
('ru', 'ab__vg_help.docs', 'Ознакомиться с <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/ru/ab__video_gallery.doc\'>документацией</a>.'),
('ru', 'ab__video_gallery', 'AB: Видео галерея товара'),
('ru', 'ab__video_gallery.help', 'Справка'),
('ru', 'ab__video_gallery_title_product', 'Видео галерея'),
('ru', 'accept', 'Принять'),
('ru', 'accept_products', 'Принять товары'),
('ru', 'access_denied', 'Доступ запрещен'),
('ru', 'access_denied_text', 'Доступ к странице запрещен.'),
('ru', 'access_for_authorized_customers_only', 'Доступ только для авторизованных покупателей.'),
('ru', 'access_restrictions', 'Ограничение доступа'),
('ru', 'account', 'Учетная запись'),
('ru', 'account_name', 'Имя учетной записи'),
('ru', 'account_number', 'Номер учетной записи'),
('ru', 'account_type', 'Тип учетной записи'),
('ru', 'acquirerid', 'ID покупателя'),
('ru', 'action', 'Действие'),
('ru', 'actions', 'Действия'),
('ru', 'activate', 'Активировать'),
('ru', 'activate_menu_tab_for', 'Элемент активен для'),
('ru', 'activate_selected', 'Активировать выбранные'),
('ru', 'activate_skrill_merchant_tools', 'Активировать Skrill Merchant Tools'),
('ru', 'activation_key', 'Ключ активации'),
('ru', 'activation_link', 'Ссылка активации'),
('ru', 'activation_mode', 'Режим активации'),
('ru', 'active', 'Вкл.'),
('ru', 'active_categories', 'Активные категории'),
('ru', 'active_preset', 'Выбранная предустановка'),
('ru', 'active_products', 'Товары на витрине'),
('ru', 'active_promotions', 'Действующие промо-акции'),
('ru', 'active_style', 'Активный стиль'),
('ru', 'act_on_behalf', 'Действовать от лица'),
('ru', 'add', 'Добавить'),
('ru', 'added', 'добавлен'),
('ru', 'adding_block_to_grid', 'Добавить блок в секцию'),
('ru', 'adding_grid', 'Добавление секции'),
('ru', 'additional_data', 'Дополнительные данные'),
('ru', 'additional_images', 'Дополнительные изображения'),
('ru', 'additional_options', 'Дополнительные опции'),
('ru', 'additional_parameter_not_correct', 'Дополнительный параметр не верен'),
('ru', 'additional_popup_larger_image', 'Дополнительное изображение'),
('ru', 'additional_storefront_license_required', 'Необходима лицензия на дополнительную витрину'),
('ru', 'additional_thumbnail', 'Дополнительная иконка'),
('ru', 'additional__option_thumbnail', 'Дополнительная иконка опции'),
('ru', 'addon', 'Модуль'),
('ru', 'addons', 'Модули'),
('ru', 'addons.form_builder.email_subject_field', 'Поле \"Тема письма\"'),
('ru', 'addons.form_builder.form_fields', 'Поля формы'),
('ru', 'addons.form_builder.form_name', 'Название формы'),
('ru', 'addons.form_builder.other_subject', 'Другие темы (укажите ниже)'),
('ru', 'addons.newsletters.email_exists_in_list', 'Адрес <b>[email]</b> уже есть в списке подписчиков'),
('ru', 'addons.newsletters.show_on_registration_and_profile', 'Отображать на страницах регистрации и учётной записи пользователя'),
('ru', 'addons.paypal.3d_secure_mandatory_notice', '3-D Secure обязателен в Великобритании.'),
('ru', 'addons.paypal.configure_live', 'Настроить рабочий режим'),
('ru', 'addons.paypal.configure_test', 'Настроить тестовый режим'),
('ru', 'addons.paypal.connecting_to_signup_server', 'Идёт соединение с <b>сервером PayPal Sign Up</b>...'),
('ru', 'addons.paypal.connect_to_paypal', 'Подключиться к PayPal'),
('ru', 'addons.paypal.display_description', 'Показывать описание'),
('ru', 'addons.paypal.display_name', 'Показывать название'),
('ru', 'addons.paypal.do_not_change', 'Оставить без изменений'),
('ru', 'addons.paypal.ipn_receiving_time', 'Время получения IPN'),
('ru', 'addons.paypal.refund_message', 'Было возвращено [amount] [currency] [date] в [time].'),
('ru', 'addons.paypal.rma.perform_refund', 'Оформить возврат средств через PayPal'),
('ru', 'addons.paypal.rma.refund_performed', 'Был сделан возврат средств через PayPal'),
('ru', 'addons.paypal.set_status_to', 'Выбран статус:'),
('ru', 'addons.paypal.signup_completed', 'Способ оплаты <b>[payment]</b> был успешно настроен'),
('ru', 'addons.paypal.signup_errors.merchant_credentials', 'При получении настроек способа оплаты произошла ошибка'),
('ru', 'addons.paypal.signup_errors.signup_init', 'При соединении с учётной записью PayPal произошла ошибка'),
('ru', 'addons.paypal.signup_messages.confirmation_needed', 'Чтобы начать принимать платежи от ваших клиентов, пожалуйста, подтвердите свой адрес электронной почты, следуя инструкциям, которые отправил вам PayPal.'),
('ru', 'addons.paypal.signup_messages.finish_signup', 'Вы получили доступ к корпоративному счёту PayPal. Ваш [product] был успешно интегрирован с PayPal.<br>Не забудьте подтвердить свой адрес электронной почты, чтобы активировать свою учётную запись и получить доступ к платежам. Для этого следуйте инструкциям, изложенным в письме.'),
('ru', 'addons.paypal.status_for_new_orders', 'Начальный статус заказа'),
('ru', 'addons.paypal.status_for_new_orders.incomplete', 'Это гарантирует, что у Вас не будет брошенных неоплаченных заказов со статусом <i>Открыт</i> и отложенными товарами. Однако, до тех пор, пока с PayPal не поступит ответ (IPN-сообщение) или пользователь вернётся на сайт магазина, воспользовавшись ссылкой на сайте PayPal, заказ будет иметь статус <i>Незавершён</i>, а продукты не будут считаться отложенными.'),
('ru', 'addons.paypal.status_for_new_orders.open', 'По умолчанию, статус <i>Открыт</i> уменьшает количество товара, поэтому два покупателя не смогут приобрести один и тот же товар, пока платёж обрабатывается PayPal. В случае, если покупатель покинул сайт PayPal, не произведя оплату, или вернулся на сайт магазина, воспользовавшись ссылкой на сайте PayPal, будет создан брошенный заказ со статусом <i>Открыт</i>, содержащий отложенные товары.'),
('ru', 'addons.paypal.surcharge_policy_notice', 'Был установлен дополнительный сбор для способа оплаты, использующего PayPal Services. Пожалуйста, убедитесь в том, что это соответствует положениям <a href=\"https://www.paypal.com/webapps/mpp/ua/legalhub-full\" target=\"_blank\">Пользовательского соглашения PayPal Services</a> для Вашего региона.'),
('ru', 'addons.paypal.technical_details', 'Техническая информация'),
('ru', 'addons.paypal.use_buttons_to_signup', 'Воспользуйтесь данными кнопками для запуска мастера настройки'),
('ru', 'addons.rss_feed.icon', 'Иконка подписки на RSS-ленту'),
('ru', 'addons.social_buttons.yandex_button_update_notice', '<p>После изменений на стороне Яндекса, социальная кнопка Одноклассников перестала работать у некоторых из наших клиентов. Чтобы кнопка точно работала в вашем магазине, скопируйте актуальный код с веб-сайта Яндекса, вставьте его в поле <b>Код блока \"Поделиться\"</b> и сохраните изменения.</p><p><a href=\"[GO_TO_ADDON_SETTING_LINK]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Открыть настройки модуля</a> <a href=\"https://tech.yandex.ru/share/\" target=\"_blank\" class=\"btn btn-large\">Получить актуальный код от Яндекса</a></p>'),
('ru', 'addons.social_buttons.yandex_button_update_notice_title', 'Социальные кнопки: Обновите код блока \"Поделиться\", если пользуетесь социальными кнопками Яндекса'),
('ru', 'addons.tags.add_a_tag', 'добавить тег'),
('ru', 'addons.vendor_plans.commission_description_absolute', '[amount] из [sum]'),
('ru', 'addons.vendor_plans.commission_description_percent', '[amount]% из [sum]'),
('ru', 'addons.vendor_plans.payout_for_the_plan', 'Выплата за тарифный план: [plan]'),
('ru', 'addons_source', 'Тип модуля'),
('ru', 'addon_built_in', 'Встроенные'),
('ru', 'addon_files_was_copied', 'Файлы модуля <b>\"[addon]\"</b> успешно скопированы'),
('ru', 'addon_license_key_tooltip', 'Для получения обновлений к модулю, пожалуйста, введите лицензионный ключ, указанный в письме.'),
('ru', 'addon_reinstall.dangerous_way', '<strong>Опасный способ:</strong> мы заменим все файлы модуля на новые, но не тронем данные модуля в базе данных. Из-за этого может сломаться сам модуль или даже весь магазин. Не используйте опасный способ, пока у вас есть хоть малейшие сомнения, можно ли его применить в вашем случае.'),
('ru', 'addon_reinstall.dangerous_way.action', 'Использовать опасный способ'),
('ru', 'addon_reinstall.dangerous_way.confirm', 'Я понимаю риски и хочу использовать опасный способ.'),
('ru', 'addon_reinstall.intro', 'Похоже, вы пытаетесь установить модуль, который уже установлен. Это можно сделать двумя способами; мы рекомендуем безопасный.'),
('ru', 'addon_reinstall.safe_way', '<strong>Безопасный способ:</strong> сначала мы удалим старый модуль, а затем установим новый. Недостаток в том, что настройки модуля и данные, связанные с ним, будут потеряны.'),
('ru', 'addon_reinstall.safe_way.action', 'Использовать безопасный способ'),
('ru', 'addon_sql_error', 'В процессе установки модуля возникла ошибка в SQL запросе. Модуль не будет установлен.'),
('ru', 'addon_third_party', 'Сторонние'),
('ru', 'addon_uninstall_sql_error', 'Во время удаления модуля произошла ошибка в SQL-запросе.'),
('ru', 'address', 'Адрес'),
('ru', 'addresses', 'Адреса'),
('ru', 'address_2', 'Адрес (строка 2)'),
('ru', 'address_commercial', 'Коммерческий'),
('ru', 'address_residential', 'Жилой'),
('ru', 'address_type', 'Тип адреса'),
('ru', 'add_administrator', 'Добавить администратора'),
('ru', 'add_all_to_cart', 'Добавить все в корзину');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('ru', 'add_as_order', 'Сделать заказом'),
('ru', 'add_attachment', 'Прикрепить файл'),
('ru', 'add_autoresponder', 'Добавить автоответчик'),
('ru', 'add_banner', 'Добавить баннер'),
('ru', 'add_banners', 'Добавить баннеры'),
('ru', 'add_banners_and_close', 'Добавить баннеры и закрыть'),
('ru', 'add_block', 'Добавить блок'),
('ru', 'add_bonus', 'Добавить бонус'),
('ru', 'add_campaign', 'Добавить кампанию'),
('ru', 'add_cart_promotion', 'Добавить промо-акцию для корзины'),
('ru', 'add_catalog_promotion', 'Добавить промо-акцию для каталога'),
('ru', 'add_categories', 'Добавить категории'),
('ru', 'add_categories_and_close', 'Добавить категории и закрыть'),
('ru', 'add_category', 'Добавить категорию'),
('ru', 'add_chart', 'Добавить график'),
('ru', 'add_combination', 'Добавить комбинацию'),
('ru', 'add_companies', 'Добавить продавцов'),
('ru', 'add_companies_and_close', 'Добавить Продавцов и закрыть'),
('ru', 'add_condition', 'Добавить условие'),
('ru', 'add_credit_card', 'Добавить банковскую карту'),
('ru', 'add_currency', 'Добавить валюту'),
('ru', 'add_customer', 'Добавить покупателя'),
('ru', 'add_datafeed', 'Добавить прайс-лист'),
('ru', 'add_domains', 'Добавить новые домены'),
('ru', 'add_elements', 'Добавить элементы'),
('ru', 'add_emails', 'Добавить адреса эл. почты'),
('ru', 'add_email_snippet', 'Добавить сниппет'),
('ru', 'add_empty_item', 'Добавить запись'),
('ru', 'add_feature', 'Добавить характеристику'),
('ru', 'add_field', 'Добавить поле'),
('ru', 'add_file', 'Добавить файл'),
('ru', 'add_filter', 'Добавить фильтр'),
('ru', 'add_filters', 'Добавить фильтры'),
('ru', 'add_filters_and_close', 'Добавить фильтры и закрыть'),
('ru', 'add_folder', 'Добавить папку'),
('ru', 'add_form', 'Добавить форму'),
('ru', 'add_gift_certificate', 'Добавить сертификат'),
('ru', 'add_global_option', 'Добавить глобальную опцию'),
('ru', 'add_grid_block', 'Добавить секцию или блок'),
('ru', 'add_group', 'Добавить группу'),
('ru', 'add_image_from_server', 'Добавить изображение с сервера'),
('ru', 'add_image_from_url', 'Добавить изображение, используя URL'),
('ru', 'add_ips', 'Добавить новые IP адреса'),
('ru', 'add_item', 'Добавить элемент'),
('ru', 'add_items', 'Добавить [items]'),
('ru', 'add_language', 'Добавить язык'),
('ru', 'add_language_variable', 'Добавить языковую переменную'),
('ru', 'add_layout', 'Добавить макет'),
('ru', 'add_link', 'Добавить ссылку'),
('ru', 'add_localization', 'Добавить локализацию'),
('ru', 'add_location', 'Добавить пункт назначения'),
('ru', 'add_mailing_lists', 'Добавить список рассылки'),
('ru', 'add_menu', 'Добавить меню'),
('ru', 'add_new', 'Добавить'),
('ru', 'add_newsletter', 'Добавить рассылку'),
('ru', 'add_new_datafeed', 'Новый прайс-лист'),
('ru', 'add_new_field', 'Добавить поле'),
('ru', 'add_new_order', 'Добавление товара'),
('ru', 'add_new_variant', 'Добавить вариант'),
('ru', 'add_nf_warning', 'É necessário anexar nota fiscal para gerar etiqueta'),
('ru', 'add_option', 'Добавить опцию'),
('ru', 'add_order', 'Добавить заказ'),
('ru', 'add_orders', 'Добавить заказы'),
('ru', 'add_orders_and_close', 'Добавить заказы и закрыть'),
('ru', 'add_page', 'Добавить страницу'),
('ru', 'add_pages', 'Добавить страницы'),
('ru', 'add_pages_and_close', 'Добавить страницы и закрыть'),
('ru', 'add_payment', 'Добавить способ оплаты'),
('ru', 'add_payout', 'Добавить выплату'),
('ru', 'add_poll', 'Добавить опрос'),
('ru', 'add_polls', 'Добавить опросы'),
('ru', 'add_polls_and_close', 'Добавить опросы и закрыть'),
('ru', 'add_post', 'Добавить сообщение'),
('ru', 'add_product', 'Добавить товары'),
('ru', 'add_products', 'Добавить товары'),
('ru', 'add_products_and_close', 'Добавить товары и закрыть'),
('ru', 'add_products_to_section', 'Добавить товары в раздел'),
('ru', 'add_product_filter', 'Добавить фильтр товаров'),
('ru', 'add_profile_fields', 'Добавить поля профиля'),
('ru', 'add_profile_fields_and_close', 'Добавить поля профиля и закрыть'),
('ru', 'add_promotions', 'Добавить Промо-акции'),
('ru', 'add_question', 'Добавить вопрос'),
('ru', 'add_rate_area', 'Добавить тарифную зону'),
('ru', 'add_reason', 'Добавить причину'),
('ru', 'add_recipients_from_users', 'Добавить получателей из списка пользователей'),
('ru', 'add_report', 'Добавить отчет'),
('ru', 'add_section', 'Добавить раздел'),
('ru', 'add_selected_to_cart', 'Добавить выбранное в корзину'),
('ru', 'add_shipping_method', 'Добавить способ доставки'),
('ru', 'add_site_map_section', 'Добавить раздел в карту сайта'),
('ru', 'add_snippet', 'Добавить сниппет'),
('ru', 'add_state', 'Добавить регион'),
('ru', 'add_status', 'Добавить статус'),
('ru', 'add_storefront', 'Добавить витрину'),
('ru', 'add_storefronts', 'Добавить витрины'),
('ru', 'add_storefronts_and_close', 'Добавить витрины и закрыть'),
('ru', 'add_store_location', 'Добавить местоположение магазина'),
('ru', 'add_subcategory', 'Добавить подкатегорию'),
('ru', 'add_subscriber', 'Добавить подписчика'),
('ru', 'add_subscribers_from_users', 'Добавить подписчиков из пользователей'),
('ru', 'add_subtract_points', 'Добавить или вычесть баллы'),
('ru', 'add_supplier', 'Добавить поставщика'),
('ru', 'add_tab', 'Добавить вкладку'),
('ru', 'add_table_column', 'Добавить столбец'),
('ru', 'add_tag', 'Добавить тег'),
('ru', 'add_tax', 'Добавить налог'),
('ru', 'add_template', 'Добавить шаблон'),
('ru', 'add_to_cart', 'В корзину'),
('ru', 'add_to_comparison_list', 'Добавить в список сравнения'),
('ru', 'add_to_wishlist', 'Add to Wishlist'),
('ru', 'add_user', 'Добавить пользователя'),
('ru', 'add_users', 'Добавить пользователей'),
('ru', 'add_users_and_close', 'Добавить пользователей и закрыть'),
('ru', 'add_vendor', 'Добавить продавца'),
('ru', 'add_vendor_administrator', 'Добавить администратора продавца'),
('ru', 'add_withdrawal', 'Запросить вывод средств'),
('ru', 'admin2', 'Импорт в указанный магазин невозможен, т.е. используется истекшая пробная лицензия'),
('ru', 'administration', 'Администрирование'),
('ru', 'administration_menu_structure_changed_upgrade_notification_text', '<p><b>Пункты назначения</b> в меню <i>Администрирование → Доставка и налоги</i> переименованы в <b>Тарифные зоны</b>. Это сделано потому, что цель пунктов назначения — разные тарифы доставки и налоговые ставки.</p><p>Статусы заказов, отгрузок и подарочных сертификатов теперь находятся в собственном подпункте меню: <b>Администрирование → Статусы.</b></p>'),
('ru', 'administration_menu_structure_changed_upgrade_notification_title', 'Изменилось меню \"Администрирование\"'),
('ru', 'administration_panel', 'Панель администратора'),
('ru', 'administration_panel.block_manager.enable', 'Редактировать структуру<br/><br/>Меняйте блоки с информацией: показывайте и скрывайте или перемещайте их.<br/>Сейчас это работает только на странице оформления заказа. Чтобы увидеть редактор, добавьте товар в корзину и перейдите на страницу оформления заказа.'),
('ru', 'administration_panel.live_editor.enable', 'Редактировать контент<br/><br/>Меняйте тексты и другие данные сразу на витрине, не используя панель администратора.'),
('ru', 'administration_panel.theme_editor.enable', 'Редактировать стиль<br/><br/>Меняйте стиль вашего магазина (логотипы, цвета, шрифты и т.д.) и сразу смотрите на получившийся результат.'),
('ru', 'administrator', 'Администратор'),
('ru', 'administrators', 'Администраторы'),
('ru', 'administrators_menu_description', 'Список администраторов магазина — зарегистрированных пользователей с учетной записью администратора.'),
('ru', 'administrators_notified', '[count] администратора(-ов) оповещены.'),
('ru', 'admin_notifications', 'Уведомления для администратора'),
('ru', 'admin_panel', 'Панель администратора'),
('ru', 'admin_panel.block_manager', 'Редактирование макета'),
('ru', 'admin_panel_will_be_blocked', 'Ваша установка CS-Cart не прошла проверку на целостность файлов. Доступ в панель администратора будет заблокирован через 2 дня. Пожалуйста, свяжитесь с нашей <a href=\"[href]\">техподдержкой</a>.'),
('ru', 'admin_text_letter_footer', 'Электронный магазин [company_name]'),
('ru', 'advanced', 'Дополнительно'),
('ru', 'advanced_companies_search', 'Поиск по компаниям'),
('ru', 'advanced_customer_search', 'Поиск по покупателям'),
('ru', 'advanced_import.additional_settings', 'Дополнительные настройки'),
('ru', 'advanced_import.add_preset', 'Добавить пресет'),
('ru', 'advanced_import.advanced_products_import', 'Товары'),
('ru', 'advanced_import.cannot_detect_csv_delimiter', 'Не удалось автоматически определить разделитель. Укажите разделитель вручную в дополнительных настройках на вкладке \"Файл\".'),
('ru', 'advanced_import.cant_load_file', 'Не удаётся загрузить файл'),
('ru', 'advanced_import.cant_load_file_for_company', 'Данный файл невозможно загрузить для указанной компании'),
('ru', 'advanced_import.cant_save_preset_invalid_modifiers', 'Пресет не может быть сохранён, так как некоторые модификаторы заданы некорректно'),
('ru', 'advanced_import.column_header', 'Название столбца в импортируемом файле'),
('ru', 'advanced_import.coming_soon', '... скоро всё будет'),
('ru', 'advanced_import.create_new_products_only', 'Создать только новые товары'),
('ru', 'advanced_import.delete_additional_images', 'Удалить существующие дополнительные изображения'),
('ru', 'advanced_import.delete_additional_images_tooltip', 'Если включить эту настройку, то существующие дополнительные изображения импортируемых товаров будут удалены перед импортом и заменены на изображения, указанные в импортируемом файле (если новые изображения не указаны, то останутся старые). Если настройка выключена, то новые дополнительные изображения просто добавятся к уже существующим изображениям товаров.'),
('ru', 'advanced_import.editing_preset', 'Редактирование пресета: [preset]'),
('ru', 'advanced_import.example_imported_title', 'Например, вот значение из первой строки вашего файла:'),
('ru', 'advanced_import.example_modified_title', 'А вот так оно будет выглядеть при импорте:'),
('ru', 'advanced_import.fetching_schema_failed_check_file', 'Прежде, чем запустить импорт, пожалуйста, убедитесь, что:<ul><li>Вы уже создали пресет для импорта кнопкой \"Создать\". Если у вас отображается \"Сохранить\" вместо \"Создать\", то пресет уже создан.</li><li>Вы указали правильный целевой узел XML на вкладке \"Файл\" и сохранили пресет.</li><li>Вы сопоставили импортируемую информацию со свойствами товара в CS-Cart на вкладке \"Таблица соответствия полей\" и сохранили пресет.</li></ul>Если вы видите данное сообщение, значит вы не выполнили первый или второй пункт.'),
('ru', 'advanced_import.fetching_schema_failed_check_target_node', 'Пожалуйста, убедитесь, что поле <b>целевой узел XML</b> заполнено правильно.'),
('ru', 'advanced_import.fields_mapping', 'Таблица соответствия полей'),
('ru', 'advanced_import.fields_mapping.description', 'В этой таблице содержится список столбцов из импортируемого файла. Для каждого столбца, который вы хотите импортировать, выберите соответствующее свойство товара в [product]. Затем посмотрите, что за данные будут импортироваться из этого столбца, и измените их с помощью модификаторов, если необходимо. Не забудьте сохранить свои изменения.'),
('ru', 'advanced_import.file', 'Файл'),
('ru', 'advanced_import.first_line_import_value', 'Пример импортированного значения'),
('ru', 'advanced_import.general_settings', 'Общие настройки'),
('ru', 'advanced_import.has_modifiers', 'Установлены модификаторы'),
('ru', 'advanced_import.images_delimiter', 'Разделитель изображений'),
('ru', 'advanced_import.images_delimiter.description', 'Используется для разделения изображений товара.'),
('ru', 'advanced_import.import_all', 'Импортировать все товары из файла'),
('ru', 'advanced_import.import_fields', 'Поля импорта'),
('ru', 'advanced_import.import_file', 'Файл импорта'),
('ru', 'advanced_import.import_products', 'Импорт товаров'),
('ru', 'advanced_import.import_products_w_preset', 'Импорт товаров: [preset]'),
('ru', 'advanced_import.import_strategy', 'Стратегия импорта'),
('ru', 'advanced_import.import_strategy_tooltip', 'Настройка \"Обновить только существующие товары\" при импорте не будет создавать товары, которые отсутствуют в базе данных вашего магазина.<br> Настройка \"Создать только новые товары\" при импорте не будет обновлять товары, которые уже существуют в базе данных вашего магазина.'),
('ru', 'advanced_import.incorrect_delimiter', 'Похоже, что был указан (или выбран автоматически) неправильный разделитель. Выберите правильный разделитель вручную в дополнительных настройках на вкладке \"Файл\".'),
('ru', 'advanced_import.invalid_function_firs_character', 'Название модификатора не может начинаться с символа <b>[character]</b>.'),
('ru', 'advanced_import.invalid_modifier_message', 'Некорректный модификатор <b>[modifier]</b>. [message]'),
('ru', 'advanced_import.invalid_number_of_parameters_provided', 'Недопустимое количество параметров у модификатора <b>[modifier]</b>: ожидалось [expected_count], а указано [actual_count].'),
('ru', 'advanced_import.last_launch', 'Последний импорт'),
('ru', 'advanced_import.last_status', 'Статус'),
('ru', 'advanced_import.last_status.F', 'Неудача'),
('ru', 'advanced_import.last_status.P', 'В процессе'),
('ru', 'advanced_import.last_status.S', 'Успех'),
('ru', 'advanced_import.last_status.X', '&mdash;'),
('ru', 'advanced_import.missing_parameters_list_closer', 'Отсутствует <b>[closer]</b> после списка параметров.'),
('ru', 'advanced_import.modifier', 'Модификатор'),
('ru', 'advanced_import.modifiers_description', 'Данные функции применяются в столбце <b>Модификатор</b> для изменения значений в полях импортируемого файла. Порядок добавления функций: <b>функция(параметр, параметр)</b>. Обратите внимание, что вложение функций не поддерживается.'),
('ru', 'advanced_import.modifiers_list', 'Список модификаторов'),
('ru', 'advanced_import.modifiers_self_referencing_info', 'В большинстве функций разрешается использование немодифицированных значений у импортируемого поля, если в качестве параметра выступает <b>$value</b>. При наличии исключений они будут указаны в описании функции.'),
('ru', 'advanced_import.modifier_description.case', '<b>case</b>&mdash;нечётные параметры&mdash;это выражения, а следующие за ними чётные параметры&mdash;это соответствующие значения. Функция проверяет выражения и возвращает значение, соответствующее первому выражению, которое окажется <i>истинным</i>.<ul><li>Примеры:</li><ul><li><b>case($value>100, \"Больше 100\", $value>70, \"Больше 70\", $value>20, \"Больше 20\", $value>0, \"В наличии\", $value=0, \"Нет в наличии\")</b> вернёт <i>Больше 70</i>, если <i>$value</i> (значение в строке из импортируемого файла) будет в диапазоне от 71 до 100</li></ul><li>Примечания:<ul><li>Для функции доступны те же выражения и действуют те же правила, что и для функции <b>if</b>.</li><li>Поддерживается только чётное количество параметров: <b>2, 4, 6, 8</b>, и т.д.</li></ul></li></ul>'),
('ru', 'advanced_import.modifier_description.concat', '<b>concat</b>&mdash;связывает все указанные параметры. <ul><li>Примеры:</li><ul><li>результатом <b>concat(\'abc\', def)</b> будет <i>abcdef</i></li> <li> результатом<b>concat(\'PRODUCT_\', $value, \'_CODE\')</b> будет <i>PRODUCT_$value_CODE</i>, при этом <b>$value</b> заменится значением из импортированного поля</li></ul></ul>'),
('ru', 'advanced_import.modifier_description.div', '<b>div</b>&mdash;делит первый параметр на второй. <ul><li>Примеры:</li><ul><li><b>div(9, 3)</b> равняется <i>3</i></li> <li><b>div($value, 7)</b> равняется <i>значение из импортированного поля ÷ 7</i></li></ul></ul>'),
('ru', 'advanced_import.modifier_description.if', '<b>if</b>&mdash;проверяет выражение в первом параметре. Если выражение в первом параметре <i>истинно</i>, то функция возвращает значение второго параметра. В противном случае возвращается значение третьего параметра.<ul><li>Пример:</li><ul><li><b>if($value>\"0\", \"В наличии\", \"Нет в наличии\")</b> вернёт <i>В наличии</i> если выражение <i>$value > 0</i> <i>истинно</i>; в противном случае функция вернёт <i>Нет в наличии</i></li></ul><li>Доступные операции:<ul><li><b>=</b>&mdash;проверяет равенство: <i>if($value=100, ...)</i></li><li><b>!=</b>&mdash;проверяет неравенство: <i>if($value!=100, ...)</i></li><li><b>&gt;</b>&mdash;проверяет, что первое значение больше второго: <i>if($value&gt;100, ...)</i></li><li><b>&lt;</b>&mdash;проверяет, что первое значение меньше второго: <i>if($value&lt;100, ...)</i></li><li><b>&gt;=</b>&mdash;проверяет, что первое значение больше или равно второму: <i>if($value&gt;=100, ...)</i></li><li><b>&lt;=</b>&mdash;проверяет, что первое значение меньше или равно второму: <i>if($value&lt;=100, ...)</i></li></ul></li><li>Примечания:<ul><li>Если вы используете одинарные (\') или двойные (\") кавычки в первом параметре, обязательно оберните в кавычки первый параметр целиком или же убедитесь, что в середине параметра нет закрывающих кавычек. Например, <i>if(\"Моё значение\"=$value, ...)</i> не будет работать, а <i>if(\"My value=$value\", ...)</i> будет.</ul></li></ul>'),
('ru', 'advanced_import.modifier_description.mul', '<b>mul</b>&mdash;умножает два числа, указанные в качестве параметров. <ul><li>Примеры:</li><ul><li><b>mul(3, 1)</b> равняется <i>3</i></li> <li><b>mul($value, 7)</b> равняется <i> значение из импортированного поля × 7</i></li></ul></ul>'),
('ru', 'advanced_import.modifier_description.rand', '<b>rand</b>&mdash;генерирует случайное число от 1 до максимального доступного значения, указанного в качестве параметра. <ul><li>Пример:</li><ul><li><b>rand(999)</b> генерирует любое число от 1 до 999.</li></ul></ul>'),
('ru', 'advanced_import.modifier_description.replace', '<b>replace</b>&mdash;заменяет все знаки в строке поиска на знаки, указанные в качестве замены. <br>Важен порядок параметров: <b>replace(\'знаки в строке поиска\', \'заменить\', \'объект для замены\')</b>. <ul><li>Примеры:</li><ul><li><b>replace(\'a\', !, \'banana\')</b>, результат — <i>b!n!n!</i></li> <li><b>replace(\'t-shirt\', \'T-Shirt\', $value)</b> заменит все упоминания <i>t-shirt</i> на <i>T-Shirt</i> во всём столбце.</li></ul></ul>'),
('ru', 'advanced_import.modifier_description.sub', '<b>sub</b>&mdash;вычитает второй параметр из первого. <ul><li>Примеры:</li><ul><li><b>sub(3, 1)</b> равняется <i>2</i></li> <li><b>sub($value, 7)</b> равняется <i>значение из импортированного поля - 7</i></li></ul></ul>'),
('ru', 'advanced_import.modifier_description.sum', '<b>sum</b>&mdash;суммирует два числа, указанные в качестве параметров. <ul><li>Примеры:</li><ul><li><b>sum(1, 3)</b> равняется <i>4</i></li> <li><b>sum(7, $value)</b> равняется <i>7 + значение из импортированного поля</i></li></ul></ul>'),
('ru', 'advanced_import.modifier_description.w_replace', '<b>w_replace</b>&mdash;заменяет все знаки в строке поиска на знаки, указанные в качестве замены, используя для этого спецсимволы. <br>Важен порядок параметров: <b>w_replace(\'знаки в строке поиска\', \'заменить\', \'объект для замены\')</b>. <br>Поддерживаемые спецсимволы: <b>?</b>&mdash;один любой символ; <b>*</b>&mdash;любое число символов в конце слова. <ul><li>Примеры:</li><ul><li><b>w_replace(\'banan?\', \'bananas\', \'banana banans bananz\')</b>, результат — <i>bananas bananas bananas</i></li> <li><b>w_replace(\'ban*\', \'bananas\', \'banana banans bananz\')</b>, результат — <i>bananas bananas bananas</i></li></ul></ul>'),
('ru', 'advanced_import.modifier_number_of_parameters', 'Число параметров'),
('ru', 'advanced_import.modifier_self_reference_is_unsupported', 'Данная функция не поддерживает использование немодифицированного значения из импортированного файла.'),
('ru', 'advanced_import.modifier_title', 'Модификатор - это правило, меняющее значения в столбце'),
('ru', 'advanced_import.never', 'Никогда'),
('ru', 'advanced_import.new_preset', 'Новый пресет'),
('ru', 'advanced_import.options', 'Опции'),
('ru', 'advanced_import.preset_last_view', 'Пресет'),
('ru', 'advanced_import.preset_not_found', 'Пресет не обнаружен'),
('ru', 'advanced_import.previewing_fields_mapping', 'Предпросмотр таблицы соответствия полей для пресета: [preset]'),
('ru', 'advanced_import.product_property', 'Свойство товара в [product]'),
('ru', 'advanced_import.properties', 'Свойства'),
('ru', 'advanced_import.remove_images', 'Удалить дополнительные изображения'),
('ru', 'advanced_import.run_import_via_cron_message', 'Вы можете запускать импорт автоматически через определённые промежутки времени. Для этого добавьте в CRON следующую команду:'),
('ru', 'advanced_import.show_less', 'Скрыть'),
('ru', 'advanced_import.show_more', 'Отобразить'),
('ru', 'advanced_import.target_node', 'Целевой узел XML'),
('ru', 'advanced_import.target_node.description', 'Полный путь к узлу с информацией об отдельном импортируемом объекте в XML-файле. Все узлы, вложенные в указанный узел, будут считаться столбцами в импортируемом файле. Пример пути: yml_catalog/shop/offers/offer'),
('ru', 'advanced_import.test_import', 'Выполнить тестовый импорт'),
('ru', 'advanced_import.test_import_tooltip', 'При включении данной настройки будет обрабатываться только первый [n] товар.|При включении данной настройки будут обрабатываться только первые [n] товара.|При включении данной настройки будут обрабатываться только первые [n] товаров.'),
('ru', 'advanced_import.unexpected_parameter_passed', 'Ожидался <b>[delimiter]</b> или <b>[closer]</b>, получен <b>[char]</b>.'),
('ru', 'advanced_import.unrecognized_modifier', 'Отсутствует модификатор <b>[modifier]</b>.'),
('ru', 'advanced_import.uploading_file', 'Загрузка файла для пресета: [preset]'),
('ru', 'advanced_import.user_upload', 'Загруженное пользователем'),
('ru', 'advanced_import_images', 'Изображения товара'),
('ru', 'advanced_products_search', 'Расширенный поиск по товарам'),
('ru', 'advanced_search', 'Расширенный поиск'),
('ru', 'advanced_search_options', 'Расширенный поиск'),
('ru', 'advanced_storefronts_search', 'Поиск по витринам'),
('ru', 'affected_email_templates', 'Email-уведомления с этим документом'),
('ru', 'after_full_payment', 'После полной оплаты'),
('ru', 'after_sum', 'После суммы'),
('ru', 'agent', 'Agent'),
('ru', 'agent_id', 'ID агента'),
('ru', 'age_limit', 'Возрастное ограничение'),
('ru', 'age_verification', 'Проверка возраста'),
('ru', 'age_warning_message', 'Предупреждение'),
('ru', 'agilecrm.account_ask', 'Do not have an Agile Account. <a target=\"_blank\" href=\"https://www.agilecrm.com/pricing?utm_source=cscart	&utm_medium=website&utm_campaign=integration\" style=\"text-decoration:none;padding:5px\" class=\"btn-primary\">Create account</a> and fill the details below<br/><br/>'),
('ru', 'agilecrm_btn_validate', 'Validate'),
('ru', 'agile_domain', 'Agile Domain'),
('ru', 'agile_rest_api_key', 'Rest API Key'),
('ru', 'agreement_required', 'Требуется соглашение'),
('ru', 'all', 'Все'),
('ru', 'allowed', 'Разрешение'),
('ru', 'allowed_combinations', 'Разрешенные комбинации'),
('ru', 'allowed_extensions', 'Разрешенные расширения'),
('ru', 'allowed_extensions_hint', 'Оставьте это поле пустым, чтобы разрешить загрузку всех типов файлов, или введите допустимые расширения, разделяя их запятыми (например: jpg,bmp,gif,pdf)'),
('ru', 'allow_api_access', 'Разрешить этому пользователю использовать API'),
('ru', 'allow_return_registration', 'Разрешить регистрацию возвратов'),
('ru', 'all_actions', 'Все действия'),
('ru', 'all_block_types', 'Все типы блоков'),
('ru', 'all_categories', 'All categories'),
('ru', 'all_companies', 'Все продавцы'),
('ru', 'all_currencies', 'Все валюты'),
('ru', 'all_downloads', 'Все загрузки'),
('ru', 'all_features', 'Все характеристики'),
('ru', 'all_filters', 'Все фильтры товаров'),
('ru', 'all_languages', 'Все языки'),
('ru', 'all_layouts', 'Все макеты'),
('ru', 'all_locations', 'Все места'),
('ru', 'all_pages', 'Все страницы'),
('ru', 'all_products', 'All products'),
('ru', 'all_products_have_been_updated', 'Все товары были успешно обновлены.'),
('ru', 'all_storefronts', 'Все витрины'),
('ru', 'all_storefronts_short', 'Все'),
('ru', 'all_stores', 'Все магазины'),
('ru', 'all_vendors', 'Все продавцы'),
('ru', 'all_words', 'Все эти слова'),
('ru', 'also_bought', 'Также куплены'),
('ru', 'alternative_text', 'Alt-текст'),
('ru', 'alt_text', 'Альтернативный текст'),
('ru', 'always', 'Всегда'),
('ru', 'american_express', 'American Express'),
('ru', 'american_express_info', 'CVV находится на передней стороне карты над номером кредитной карты (слева или справа).'),
('ru', 'amount', 'Сумма'),
('ru', 'amount_decreased', 'Количество было уменьшено до'),
('ru', 'amount_increased', 'Количество было увеличено до'),
('ru', 'amount_type', 'Тип количества'),
('ru', 'and', 'и'),
('ru', 'anonymous', 'Анонимный'),
('ru', 'answer', 'Ответ'),
('ru', 'answers', 'Ответы'),
('ru', 'answer_text', 'Текст ответа'),
('ru', 'any', 'Любой'),
('ru', 'any_category', 'Любая категория'),
('ru', 'any_date', 'Любая дата'),
('ru', 'any_option_combinations', 'Любые комбинации опций'),
('ru', 'any_product', 'Любой товар'),
('ru', 'any_status', 'Любой статус'),
('ru', 'any_words', 'Любое из этих слов'),
('ru', 'api', 'API'),
('ru', 'apikey', 'API-ключ'),
('ru', 'api_access', 'API-доступ'),
('ru', 'api_access_for_user', 'Доступ к API для этого пользователя'),
('ru', 'api_access_has_been_disabled', 'Теперь API не доступен для Вас'),
('ru', 'api_access_has_been_enabled', 'Теперь Вам доступен API'),
('ru', 'api_invalid_value', 'Для поля [field] указано неверное значение `[value]`'),
('ru', 'api_invalid_value_w_valid_list', 'Для поля [field] указано неверное значение `[value]`. Верными являются данные значения: [valid_list]'),
('ru', 'api_key', 'API-ключ'),
('ru', 'api_key_not_found', 'Api key was not found'),
('ru', 'api_need_correct_company_id', 'Компания не найдена по переданному идентификатору'),
('ru', 'api_need_id', 'Идентификатор объекта не определен'),
('ru', 'api_need_params', 'Пропущенные параметры'),
('ru', 'api_need_store', 'Требуется указать магазин (укажите параметр company_id или используйте сущность stores)'),
('ru', 'api_not_need_id', 'ID не должен быть задан'),
('ru', 'api_no_shipping_methods_available', 'Нет доступных способов доставки'),
('ru', 'api_order_couldnt_be_created', 'Не удалось создать заказ'),
('ru', 'api_partner', 'API-партнер'),
('ru', 'api_password', 'Пароль API'),
('ru', 'api_required_field', 'Поле [field] обязательное'),
('ru', 'api_required_fields', 'Следующие поля являются обязательными для заполнения: [fields]'),
('ru', 'api_shipments_not_allow_update', 'Только параметры «Номер отслеживания посылки» и «Перевозчик» можно обновить, включив настройку «Разрешить разделение заказа на несколько отгрузок»'),
('ru', 'api_shipments_update_not_allowed', 'Разрешено обновление номера отслеживания и параметров перевозчика'),
('ru', 'api_user', 'Пользователь API'),
('ru', 'api_wrong_user_company_relation', 'Пользователь в данном магазине не зарегистрирован. Возможность разделения пользователей на несколько магазинов заблокирована.'),
('ru', 'appearance', 'Внешний вид'),
('ru', 'appearance_settings', 'Внешний вид'),
('ru', 'appearance_type', 'Тип отображения'),
('ru', 'application_id', 'ID приложения'),
('ru', 'application_login', 'Логин приложения'),
('ru', 'apply', 'Применить'),
('ru', 'apply_as_link', 'Сделать ссылкой'),
('ru', 'apply_for_vendor_account', 'Получить учетную запись продавца'),
('ru', 'apply_shipping_for_all_vendors', 'Разрешить доставку для всех продавцов'),
('ru', 'apply_shipping_for_all_vendors_confirm', 'Способ доставки будет применяться для всех продавцов. Вы уверены, что хотите продолжить?'),
('ru', 'apply_tax_to_products', 'Применить выбранные налоги ко всем товарам'),
('ru', 'apply_to_all_languages', 'Для всех языков'),
('ru', 'apply_to_products', 'Применить к товарам'),
('ru', 'approval', 'Утверждение'),
('ru', 'approve', 'Принять'),
('ru', 'approved', 'Принятый'),
('ru', 'approve_selected', 'Утвердить выбранные'),
('ru', 'app_params', 'Приложение'),
('ru', 'arabic', 'Арабский'),
('ru', 'arrows', 'Стрелки'),
('ru', 'asc', 'по возр.'),
('ru', 'assign_to_me', 'Назначить мне'),
('ru', 'attachments', 'Прикрепленные файлы'),
('ru', 'attention', 'Внимание!'),
('ru', 'audience', 'Аудитория'),
('ru', 'australia_post_upgrade_notification_text', '<p>В последней версии [product] изменились настройки расчета стоимости доставки Australia Post в режиме реального времени.</p><p>Если вы хотите показывать покупателям текущую стоимость доставки, выполните следующие шаги:</p><ul><li>перейдите в Администрирование > Доставка и налоги > Способы доставки</li><li>выберите способ доставки, который использует Australia Post в качестве перевозчика для расчета стоимости доставки</li><li>перейдите на вкладку \"Общее\" и выберите нужную службу доставки</li><li>перейдите на вкладку \"Настроить\" и введите правильные <a href=\"https://developers.auspost.com.au/apis/pacpcs-registration\" target=\"_blank\"> PAC API-ключи</a></li></ul>'),
('ru', 'australia_post_upgrade_notification_title', 'Australia Post: Изменения в расчете стоимости доставки'),
('ru', 'auth.one_time_password.notification.error_password_invalid', 'Извините, но код неверный. Возможно, его срок действия истёк, или его уже использовали. Пожалуйста, перепроверьте код или запросите новый.'),
('ru', 'auth.one_time_password.notification.error_password_required', 'Введите код, чтобы войти в учётную запись.'),
('ru', 'auth.one_time_password.notification.info_password_sent', 'Мы отправили одноразовый код на [email].'),
('ru', 'auth.one_time_password.popup.input_placeholder', 'Введите сюда код'),
('ru', 'auth.one_time_password.popup.message', 'Мы отправили одноразовый код на <strong>[email]</strong>. Введите его ниже, чтобы войти в учётную запись без пароля.'),
('ru', 'auth.one_time_password.popup.resend_btn', 'Запросить новый код'),
('ru', 'auth.one_time_password.popup.sign_in_btn', 'Войти'),
('ru', 'auth.one_time_password.popup.title', 'Вход без пароля'),
('ru', 'authentication_failed', 'Аутентификация не выполнена'),
('ru', 'authentication_key', 'Ключ авторизации'),
('ru', 'authentication_password', 'Пароль авторизации'),
('ru', 'author', 'Автор'),
('ru', 'authorization', 'Авторизация'),
('ru', 'authorize_before_order', 'Только зарегистрированные покупатели могут разместить заказ. Пожалуйста, войдите в свою учётную запись или зарегистрируйте новую.'),
('ru', 'authorize_capture', 'Авторизировать и произвести платеж'),
('ru', 'authorize_only', 'Только авторизировать'),
('ru', 'auth_code', 'Код аутентификации'),
('ru', 'auth_info', 'Информация об аутентификации'),
('ru', 'auto', 'Авто'),
('ru', 'autoresponders', 'Автоответчики'),
('ru', 'auto_set_permissions_via_ftp', 'Установить права автоматически через FTP'),
('ru', 'avail', 'Вкл.'),
('ru', 'availability', 'Доступность'),
('ru', 'available', 'Доступно'),
('ru', 'available_fields', 'Доступные поля'),
('ru', 'available_for_supplier', 'Доступен для поставщика'),
('ru', 'available_for_vendor', 'Доступно для продавца'),
('ru', 'available_items', 'Доступные элементы'),
('ru', 'available_languages', 'Доступные'),
('ru', 'available_since', 'Доступен с'),
('ru', 'available_upgrades', 'Доступные обновления'),
('ru', 'available_views', 'Доступные отображения'),
('ru', 'avail_from', 'Доступна с'),
('ru', 'avail_till', 'Доступна до'),
('ru', 'average', 'Сносно'),
('ru', 'avs', 'AVS'),
('ru', 'awaiting', 'Еще не началось'),
('ru', 'awaiting_approval', 'Ожидающий подтверждения'),
('ru', 'backend_google_auth.errors.not_configured', 'Сначала нужно настроить модуль'),
('ru', 'backend_google_auth.login_page.btn', 'Войти через Google'),
('ru', 'backend_google_auth.login_page.help', 'Выберите электронный адрес, который был указан в вашей учётной записи администратора.'),
('ru', 'backend_google_auth.settings.authorized_redirect_uris', 'Ваш разрешенный URI перенаправления:'),
('ru', 'backend_google_auth.settings.create_new_application', 'Чтобы получить идентификатор и секрет клиента, создайте новое приложение в вашей учётной записи Google APIs.'),
('ru', 'backend_google_auth.settings.learn_more_about', 'Подробнее о Google APIs'),
('ru', 'backend_google_auth.settings.provide_your_credentials', 'Предоставьте учётные данные Googe API'),
('ru', 'backend_google_auth.settings.save_and_check_btn', 'Сохранить и проверить вход'),
('ru', 'backend_google_auth.settings.warning', 'Когда вы настроите этот модуль, только администраторы с электронными адресами Gmail смогут войти в панель администратора. Если у ваших администраторов указаны электронные адреса не от Google, то после настройки модуля эти администраторы не смогут получить доступ к своим учётным записям.'),
('ru', 'backend_google_auth.user_not_found', 'Не удалось найти пользователя <strong>[user]</strong>'),
('ru', 'backend_google_auth.warnings.only_gmail_address_is_available_to_auth', 'Модуль \"Вход в панель администратора через Google\" включен. Только администраторы с электронными адресами Gmail смогут войти в свои учётные записи.'),
('ru', 'backtrace', 'Отслеживание'),
('ru', 'backup', 'Резервирование'),
('ru', 'backupping_data', 'Резервирование данных таблицы'),
('ru', 'backupping_schema', 'Резервирование структуры таблицы'),
('ru', 'backup_data', 'Резервировать данные таблиц'),
('ru', 'backup_filename', 'Имя резервного файла'),
('ru', 'backup_files', 'Резервные файлы'),
('ru', 'backup_options', 'Варианты резервного копирования'),
('ru', 'backup_restore', 'Резервное копирование и восстановление'),
('ru', 'backup_schema', 'Резeрвировать структуру таблиц'),
('ru', 'back_in_stock_notification_footer', 'Приглашаем за покупкой!'),
('ru', 'back_in_stock_notification_header', 'Мы рады сообщить Вам, что следующий товар появился в наличии в нашем магазине:'),
('ru', 'balance', 'Баланс'),
('ru', 'balance_account', 'Баланс счета'),
('ru', 'balance_carried_forward', 'Сальдо к переносу'),
('ru', 'bank', 'Банк'),
('ru', 'bank_cic', 'Groupe CIC'),
('ru', 'bank_cm', 'Credit Mutuel'),
('ru', 'bank_obc', 'OBC'),
('ru', 'bank_routing_number', 'Код банка (только для США)'),
('ru', 'banner', 'Баннер'),
('ru', 'banners', 'Баннеры'),
('ru', 'banners.editing_banner', 'Редактирование баннера'),
('ru', 'banners.new_banner', 'Новый баннер'),
('ru', 'banners_menu_description', 'Создание графических и текстовых баннеров для размещения на витрине магазина.'),
('ru', 'banner_code', 'Код баннера'),
('ru', 'banner_code_for_some_products', 'Код баннера для определенных товаров'),
('ru', 'banner_details_notes', 'После того, как вы создадите баннер, добавить его на витрину вы сможете через <strong>Редактор макетов</strong>.<br /><br />Перейдите на страницу <a href=\"[layouts_href]\" target=\"_blank\">Дизайн → Макеты</a>, переключитесь в локацию, на которой должен отображаться баннер, и добавьте новый блок с типом <strong>Баннеры</strong>.<br /><br />В диалоге настроек этого блока перейдите во вкладку <strong>Содержимое</strong>, выберите тип заполнения <strong>Вручную</strong> и нажмите на кнопку <strong>Добавить баннеры</strong>.<br /><br />В появившемся списке баннеров выберите нужный и нажмите на кнопку <strong>Добавить баннеры и закрыть</strong>.<br /><br />Наконец, нажмите на кнопку <strong>Создать</strong>, чтобы сохранить изменения.'),
('ru', 'banner_type.abt__ut2', 'AB: UniTheme2: Расширенный баннер'),
('ru', 'bar', 'Гистограмма'),
('ru', 'base', 'Основные'),
('ru', 'baseurl', 'Базовый URL-адрес'),
('ru', 'base_currency', 'Основная'),
('ru', 'base_currency_not_deleted', 'Эту валюту нельзя удалить, так как это основная валюта магазина.'),
('ru', 'base_price', 'Основная цена'),
('ru', 'bestsellers', 'Хиты продаж'),
('ru', 'bestselling', 'Хиты продаж'),
('ru', 'bigpicture_template', 'Большая картинка'),
('ru', 'biller_code', 'Код выставителя счёта'),
('ru', 'billing_address', 'Адрес плательщика'),
('ru', 'billing_address_line_2', 'Адрес плательщика: адрес (строка 2)'),
('ru', 'billing_city', 'Адрес плательщика: город'),
('ru', 'billing_country', 'Адрес плательщика: страна'),
('ru', 'billing_first_name', 'Адрес плательщика: имя'),
('ru', 'billing_last_name', 'Адрес плательщика: фамилия'),
('ru', 'billing_options', 'Выбор способа оплаты'),
('ru', 'billing_phone', 'Адрес плательщика: телефон'),
('ru', 'billing_shipping_address', 'Адрес доставки'),
('ru', 'billing_state', 'Адрес плательщика: регион'),
('ru', 'billing_zipcode', 'Адрес плательщика: почтовый индекс'),
('ru', 'bill_to', 'Плательщик'),
('ru', 'birthday', 'День рождения'),
('ru', 'bling', 'Bling ERP'),
('ru', 'bling_integration', 'Integração com a Bling'),
('ru', 'block', 'Блок'),
('ru', 'blocks', 'Блоки'),
('ru', 'block_abt__ut2_advanced_subcategories_menu', 'AB: Расширенное меню подкатегорий'),
('ru', 'block_abt__ut2_light_menu', 'AB: Fly меню'),
('ru', 'block_ab__deal_of_the_day', 'AB: Товар дня'),
('ru', 'block_ab__deal_of_the_day_description', 'Анонс выбранной промо-акции'),
('ru', 'block_ab__fast_navigation', 'AB: Быстрая навигация'),
('ru', 'block_ab__fast_navigation_categories', 'AB: Быстрая навигация по категориям'),
('ru', 'block_ab__fast_navigation_categories_description', 'Блок быстрой навигации по подкатегориям'),
('ru', 'block_ab__fast_navigation_description', 'Блок с быстрой навигацией'),
('ru', 'block_ab__motivation_block', 'AB: Блок мотивации'),
('ru', 'block_ab__motivation_block_description', 'Вывод дополнительной информации о работе магазина'),
('ru', 'block_ab__multi_deal_of_the_day', 'AB: Мульти Товар дня'),
('ru', 'block_ab__multi_deal_of_the_day_description', 'Отображает анонс одной из выбранных промо-акций, согласно приоритету'),
('ru', 'block_ab__promotions', 'AB: Промо-акции'),
('ru', 'block_ab__promotions_description', 'Список промо-акций'),
('ru', 'block_ab__promotion_main_data', 'AB: Шапка промо-акции'),
('ru', 'block_ab__promotion_main_data_description', 'Основные данные промо-акции (название, изображение, описание)'),
('ru', 'block_already_exists_in_grid', 'Этот блок уже существует в секции'),
('ru', 'block_availability_in_stores', 'Наличие в магазинах'),
('ru', 'block_availability_in_stores_description', 'Список магазинов, где можно купить товар'),
('ru', 'block_banners', 'Баннеры'),
('ru', 'block_banners_description', 'Графические и текстовые баннеры'),
('ru', 'block_blog', 'Последние посты в блоге'),
('ru', 'block_breadcrumbs', 'Строка навигации'),
('ru', 'block_breadcrumbs_description', 'Строка навигации'),
('ru', 'block_call_request', 'Обратный звонок'),
('ru', 'block_call_request_description', 'Телефон магазина и форма для заказа звонка'),
('ru', 'block_cart_content', 'Корзина'),
('ru', 'block_cart_content_description', 'Содержимое корзины'),
('ru', 'block_categories', 'Категории'),
('ru', 'block_categories_description', 'Деревья категорий товаров'),
('ru', 'block_checkout', 'Оформить заказ'),
('ru', 'block_checkout_description', 'Информация о заказе'),
('ru', 'block_closest_vendors', 'Ближайшие продавцы'),
('ru', 'block_closest_vendors_description', 'Продавцы из города покупателя'),
('ru', 'block_content', 'Содержимое блока'),
('ru', 'block_currencies', 'Валюты'),
('ru', 'block_currencies_description', 'Переключатель валют'),
('ru', 'block_disabled', 'Блок был выключен для этого пункта назначения'),
('ru', 'block_enabled', 'Блок был включен для этого пункта назначения'),
('ru', 'block_et_category_banner', 'ET - Category banners'),
('ru', 'block_et_cta', 'ET - Call to action'),
('ru', 'block_et_eib', 'ET - Extra info block'),
('ru', 'block_et_featured_product_banner_tabs', 'ET - Featured product banner tabs'),
('ru', 'block_et_featured_vendors', 'ET - Featured vendors'),
('ru', 'block_et_featured_vendors_sidebar', 'ET - Featured vendors sidebar'),
('ru', 'block_et_home_banners', 'ET - Home banners'),
('ru', 'block_et_home_grid', 'ET - Home grid'),
('ru', 'block_et_main_menu', 'ET - Main menu'),
('ru', 'block_et_menu_horizontal', 'ET - Menu (horizontal)'),
('ru', 'block_et_profile_info', 'ET - Profile info'),
('ru', 'block_et_search', 'ET - Search'),
('ru', 'block_et_sidebar_subcategories', 'ET - Sidebar subcategories'),
('ru', 'block_et_subcaegories', 'ET - Subcategories'),
('ru', 'block_et_subcategories', 'ET - Subcategories'),
('ru', 'block_et_top_menu', 'ET - Top menu'),
('ru', 'block_et_vendor_categories', 'ET - Vendor categories'),
('ru', 'block_et_vendor_contact_button', 'ET - Vendor contact button'),
('ru', 'block_et_vendor_store_description', 'ET - Vendor store description'),
('ru', 'block_et_vendor_store_header', 'ET - Vendor store header'),
('ru', 'block_et_vendor_store_header_mobile', 'ET - Vendor store header (mobile)'),
('ru', 'block_et_vendor_store_menu', 'ET - Vendor store menu'),
('ru', 'block_et_vendor_store_menu_mobile', 'ET - Vendor store menu (mobile)'),
('ru', 'block_geo_maps_customer_location', 'Местоположение покупателя'),
('ru', 'block_geo_maps_customer_location_description', 'Город покупателя и форма выбора города'),
('ru', 'block_gift_certificates_verify', 'Проверка подарочного сертификата'),
('ru', 'block_gift_certificates_verify_description', 'Ввод и проверка подарочного сертификата'),
('ru', 'block_html_block', 'HTML блок'),
('ru', 'block_html_block_description', 'Любое HTML содержимое'),
('ru', 'block_ip_after', 'Блокировать IP после ряда неудачных попыток'),
('ru', 'block_languages', 'Языки'),
('ru', 'block_languages_description', 'Переключатель языков'),
('ru', 'block_lite_checkout_customer_address', 'Заказ: Адрес'),
('ru', 'block_lite_checkout_customer_address_description', 'Поля профиля для адреса покупателя'),
('ru', 'block_lite_checkout_customer_billing', 'Заказ: Юрлицо'),
('ru', 'block_lite_checkout_customer_billing_description', 'Поля профиля с дополнительными реквизитами'),
('ru', 'block_lite_checkout_customer_information', 'Заказ: Информация о покупателе'),
('ru', 'block_lite_checkout_customer_information_description', 'Поля профиля с информацией о покупателе'),
('ru', 'block_lite_checkout_customer_notes', 'Заказ: Примечания'),
('ru', 'block_lite_checkout_customer_notes_description', 'Примечания покупателя о заказе'),
('ru', 'block_lite_checkout_customer_sign_in', 'Заказ: Вход в учётную запись'),
('ru', 'block_lite_checkout_customer_sign_in_description', 'Кнопка входа в учётную запись'),
('ru', 'block_lite_checkout_location', 'Заказ: Местоположение'),
('ru', 'block_lite_checkout_location_description', 'Город, область и страна покупателя'),
('ru', 'block_lite_checkout_newsletters', 'Заказ: Рассылки'),
('ru', 'block_lite_checkout_newsletters_description', 'Возможность подписаться на рассылку'),
('ru', 'block_lite_checkout_payment_methods', 'Заказ: Способы оплаты'),
('ru', 'block_lite_checkout_payment_methods_description', 'Выбор способа оплаты'),
('ru', 'block_lite_checkout_shipping_methods', 'Заказ: Способы доставки'),
('ru', 'block_lite_checkout_shipping_methods_description', 'Выбор способа доставки'),
('ru', 'block_lite_checkout_terms_and_conditions', 'Заказ: Условия обслуживания'),
('ru', 'block_lite_checkout_terms_and_conditions_description', 'Галка согласия с условиями оформления заказа'),
('ru', 'block_localizations', 'Локализации'),
('ru', 'block_localizations_description', 'Переключатель локализаций'),
('ru', 'block_location_selector', 'Местоположение покупателя'),
('ru', 'block_location_selector_description', 'Введите адрес для поиска по местоположению'),
('ru', 'block_mailing_lists', 'Подписка на рассылку'),
('ru', 'block_mailing_lists_description', 'Поле для ввода email для подписки на рассылку'),
('ru', 'block_main', 'Главный'),
('ru', 'block_main_description', 'Главное содержимое (подгружается при помощи контроллера)'),
('ru', 'block_manager', 'Управление блоками'),
('ru', 'block_manager.add_layout_page', 'Добавить страницу макета'),
('ru', 'block_manager.availability.desktop', 'ПК'),
('ru', 'block_manager.availability.phone', 'Смартфон'),
('ru', 'block_manager.availability.show_on', 'Показывать на'),
('ru', 'block_manager.availability.tablet', 'Планшет'),
('ru', 'block_manager.editing_layout_page', 'Редактирование страницы макета'),
('ru', 'block_manager.fixed_layout', 'Фиксированная ширина'),
('ru', 'block_manager.fluid_layout', 'Диапазон'),
('ru', 'block_manager.forbid_changing_layout_in_css_mode', 'Нельзя изменить настройки макета, если стили темы сконвертированы в CSS. Включите режим LESS в <a target=\"_blank\" class=\"cm-post\" href=\"[url]\">Редакторе тем</a>.'),
('ru', 'block_manager.full_width_layout', 'По ширине окна'),
('ru', 'block_manager.grid_columns', 'Число колонок'),
('ru', 'block_manager.layout_pages', 'Страницы макета'),
('ru', 'block_manager.layout_width', 'Ширина страницы'),
('ru', 'block_manager.max_width', 'Максимальная ширина'),
('ru', 'block_manager.min_width', 'Минимальная ширина'),
('ru', 'block_manager.new_layout_page', 'Новая страница макета'),
('ru', 'block_manager.view_layout.desktop', 'Предпросмотр (ПК)'),
('ru', 'block_manager.view_layout.phone', 'Предпросмотр (смартфон)'),
('ru', 'block_manager.view_layout.reset_filter', 'Редактировать макеты'),
('ru', 'block_manager.view_layout.tablet', 'Предпросмотр (планшет)'),
('ru', 'block_manager.wrappers.lite_checkout', 'Простое оформление заказа'),
('ru', 'block_menu', 'Меню'),
('ru', 'block_menu_description', 'Различные типы меню'),
('ru', 'block_my_account', 'Мой профиль'),
('ru', 'block_my_account_description', 'Доступ к учетной записи'),
('ru', 'block_name', 'Название блока'),
('ru', 'block_options', 'Параметры блока'),
('ru', 'block_order', 'Ориентация блоков'),
('ru', 'block_our_brands', 'Бренды'),
('ru', 'block_our_brands_description', 'Представленные в магазине бренды'),
('ru', 'block_pages', 'Страницы'),
('ru', 'block_pages_description', 'Страницы магазина'),
('ru', 'block_payment_methods', 'Способы оплаты'),
('ru', 'block_payment_methods_description', 'Доступные способы оплаты'),
('ru', 'block_polls', 'Опросы'),
('ru', 'block_products', 'Товары'),
('ru', 'block_products_description', 'Отображение товаров на витрине'),
('ru', 'block_product_filters', 'Фильтры товаров'),
('ru', 'block_product_filters_description', 'Параметры фильтрации товаров'),
('ru', 'block_product_filters_home', 'Фильтры продуктов для домашней страницы'),
('ru', 'block_product_filters_home_description', 'Параметры фильтрации, отображаемые на домашней странице'),
('ru', 'block_rees46', 'REES46'),
('ru', 'block_rees46_description', 'Блок товарных рекомендаций'),
('ru', 'block_rss_feed', 'RSS-лента'),
('ru', 'block_rss_feed_description', 'Иконка подписки на RSS-ленту'),
('ru', 'block_search_vendors', 'Поиск по местоположению'),
('ru', 'block_search_vendors_description', 'Поиск продавцов с определённым местоположением'),
('ru', 'block_settings', 'Настройки блока'),
('ru', 'block_shipping_methods', 'Способы доставки'),
('ru', 'block_shipping_methods_description', 'Доступные способы доставки'),
('ru', 'block_smarty_block', 'HTML блок с поддержкой Smarty'),
('ru', 'block_smarty_block_description', 'Любое HTML/Smarty содержимое'),
('ru', 'block_store_locator', 'Поиск ближайших магазинов'),
('ru', 'block_store_locator_description', 'Блок поиска ближайших магазинов'),
('ru', 'block_tags', 'Теги'),
('ru', 'block_tags_description', 'Теги товаров'),
('ru', 'block_template', 'Шаблон'),
('ru', 'block_template_description', 'Блок с определенным шаблоном'),
('ru', 'block_testimonials', 'Отзывы'),
('ru', 'block_testimonials_description', 'Отзывы пользователей'),
('ru', 'block_text', 'Текстовый блок'),
('ru', 'block_time', 'Время блокировки IP адреса'),
('ru', 'block_vendors', 'Продавцы'),
('ru', 'block_vendors_map', 'Карта продавцов'),
('ru', 'block_vendors_map_description', 'Карта со всеми продавцами в вашем магазине'),
('ru', 'block_vendor_categories', 'Категории продавца'),
('ru', 'block_vendor_categories_description', 'Категории товаров, доступные определенному продавцу'),
('ru', 'block_vendor_filters', 'Фильтры продавца'),
('ru', 'block_vendor_information', 'Информация о продавце'),
('ru', 'block_vendor_logo', 'Логотип продавца'),
('ru', 'block_vendor_plan_info', 'Информация о тарифном плане'),
('ru', 'block_vendor_plan_info_description', 'Отображает информацию о выбранном тарифном плане'),
('ru', 'block_vendor_search', 'Поиск по товарам продавца'),
('ru', 'block_width', 'Ширина блока'),
('ru', 'block_wrapper_updated', 'Оболочка блока была обновлена'),
('ru', 'blog', 'Блог'),
('ru', 'blog.add_post', 'Добавить пост в блог'),
('ru', 'blog.editing_post', 'Редактирование поста в блоге'),
('ru', 'blog.et_featured_recent_posts_scroller', 'ET - Blog featured recent posts scroller'),
('ru', 'blog.et_sidebar_latest_posts_scroller', 'ET - Blog sidebar latest posts scroller'),
('ru', 'blog.new_post', 'Новый пост в блоге'),
('ru', 'blog.post', 'Пост'),
('ru', 'blog.posts', 'Посты'),
('ru', 'blog.read_more', 'Читать дальше'),
('ru', 'blog.recent_posts', 'Блог: последние посты'),
('ru', 'blog.recent_posts_scroller', 'Блог: прокрутка последних постов'),
('ru', 'blog.text_links', 'Блог: текстовые ссылки'),
('ru', 'blog.view_post', 'Просмотреть пост'),
('ru', 'blog_functionality_notes', '<p>Управляйте блогом на этой странице. Вот как нужно организовывать посты:</p><ul><li>Блог — это обычный пост, у которого в качестве родительской страницы — <b>Корневая страница</b>.</li><li>Когда создаете пост, выбирайте в качестве его родительской страницы — <b>Блог</b>.</li></ul>'),
('ru', 'blog_menu_description', 'Управление блогом.'),
('ru', 'bm.customer_information_block.warning.email_or_phome_must_be_required', 'В контактной информации должно быть обязательным как минимум одно из двух полей: телефон или email.'),
('ru', 'bm.customer_information_block.warning.field_automaticly_added', 'Поле \"[field_name]\" автоматически добавлено и сделано обязательным.'),
('ru', 'bm.customer_information_block.warning.field_marked_as_required', 'Поле \"[field_name]\" помечено как обязательное.'),
('ru', 'bm_confirm', 'Выполнение этого действия приведет к [action] этого блока на всех [location_name] страницах. Вы хотите продолжить?'),
('ru', 'body', 'Текст письма'),
('ru', 'body_html', 'Текст письма (HTML)'),
('ru', 'bonus', 'Бонус'),
('ru', 'bonuses', 'Бонусы'),
('ru', 'both', 'Оба'),
('ru', 'bottom_panel.admin_panel', 'Панель администратора'),
('ru', 'bottom_panel.build_mode', 'Редактировать структуру'),
('ru', 'bottom_panel.build_mode.not_available', 'Доступно только на странице оформления заказа. Добавьте товар в корзину и попробуйте оформить заказ.'),
('ru', 'bottom_panel.buy_license', 'Купить лицензию'),
('ru', 'bottom_panel.change_theme', 'Изменить тему'),
('ru', 'bottom_panel.community_forums', 'Форум сообщества'),
('ru', 'bottom_panel.customer_help_desk', 'Связаться с техподдержкой'),
('ru', 'bottom_panel.documentation', 'Документация'),
('ru', 'bottom_panel.download', 'Скачать'),
('ru', 'bottom_panel.edit_layout', 'Редактировать макет'),
('ru', 'bottom_panel.edit_menus', 'Редактировать меню'),
('ru', 'bottom_panel.edit_product_tabs', 'Редактировать вкладки товаров'),
('ru', 'bottom_panel.edit_template', 'Редактировать шаблон'),
('ru', 'bottom_panel.edit_translations', 'Редактировать переводы'),
('ru', 'bottom_panel.faq', 'Вопросы и ответы'),
('ru', 'bottom_panel.go_to_dashboard', 'Перейти на Панель инструментов'),
('ru', 'bottom_panel.go_to_home_page', 'Перейти на домашнюю страницу'),
('ru', 'bottom_panel.help', 'Помощь'),
('ru', 'bottom_panel.hide_bottom_admin_panel', 'Скрыть меню администратора'),
('ru', 'bottom_panel.hire_a_developers', 'Нанять разработчика'),
('ru', 'bottom_panel.preview_mode', 'Предпросмотр');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('ru', 'bottom_panel.restore_demo', 'Восстановить демо'),
('ru', 'bottom_panel.settings', 'Настройки'),
('ru', 'bottom_panel.show_bottom_admin_panel', 'Показать меню администратора'),
('ru', 'bottom_panel.storefront', 'Витрина'),
('ru', 'bottom_panel.text_mode', 'Редактировать тексты'),
('ru', 'bottom_panel.theme_mode', 'Редактировать стиль'),
('ru', 'bottom_panel.trial_left', 'Оставшийся пробный период'),
('ru', 'bottom_panel.vendor_panel', 'Панель продавца'),
('ru', 'bottom_panel.video_tutorials', 'Видеоуроки'),
('ru', 'bought', 'Уже куплен'),
('ru', 'bought_amount', 'Купленное количество'),
('ru', 'box_height', 'Высота коробки'),
('ru', 'box_length', 'Длина коробки'),
('ru', 'box_size', 'Размер коробки'),
('ru', 'box_width', 'Ширина коробки'),
('ru', 'brand', 'Бренд'),
('ru', 'brand_type', 'Бренд/Производитель'),
('ru', 'breadcrumbs', 'Строка навигации'),
('ru', 'broken_addon_pack', 'Неверная структура модуля. Загруженный пакет не может быть установлен.'),
('ru', 'broken_po_pack', 'Некорректная структура PO-архива. Загруженный архив не удалось установить.'),
('ru', 'browse', 'Найти...'),
('ru', 'browser_upgrade_notice', '<p>Браузер, которым вы пользуетесь, не полностью поддерживается Панелью Администратора. Вы можете просматривать эту страницу, но часть элементов может отображаться некорректно, и некоторые функции могут быть недоступны.</p><br><p>Лучше всего панель Администратора выглядит и работает в следующих браузерах:</p><br><ul><li>&ndash; <a href=\"http://windows.microsoft.com/en-US/internet-explorer/products/ie/home\" target=\"_blank\">Internet Explorer 9 и выше</a></li><li>&ndash; <a href=\"http://www.mozilla.org/en-US/\" target=\"_blank\">Firefox (последняя версия)</a></li><li>&ndash; <a href=\"https://www.google.com/intl/en/chrome/browser/\" target=\"_blank\">Chrome (последняя версия)</a></li></ul><p>Проследуйте по одной из представленных ссылок, чтобы скачать браузер по свой вкус. Когда заргузка браузера будет завершена, установите его, запустив программу инсталляции.</p><br><p>Если сейчас у вас нет возможности обновить браузер, вы все равно сможете пользоваться Панелью Администратора, однако, возможно, вам будут недоступны некоторые ее функции. <br><br><a href=\"[url]\">Продолжить.<a/></p>'),
('ru', 'browser_upgrade_notice_title', 'Пожалуйста, обновите браузер'),
('ru', 'browse_all_available_addons', 'Просмотреть все доступные модули'),
('ru', 'browse_all_available_themes', 'Просмотреть все доступные темы'),
('ru', 'browse_by_category', 'Browse by category'),
('ru', 'bucket', 'Bucket'),
('ru', 'bulk_category_addition', 'Добавить несколько категорий'),
('ru', 'bulk_category_deletion_side_effects', 'Будут удалены все товары выбранный категорий, а также все их подкатегории и их товары.'),
('ru', 'bulk_edit.decrease_hint', 'Чтобы уменьшить значение, используйте \"-\". Пример: -5'),
('ru', 'bulk_edit.example_of_modified_value', 'Пример изменённого значения'),
('ru', 'bulk_edit.make_active', 'Включить товары'),
('ru', 'bulk_edit.make_disabled', 'Выключить товары'),
('ru', 'bulk_edit.make_hidden', 'Скрыть товары'),
('ru', 'bulk_edit.price_and_stock', 'Цена и количество'),
('ru', 'bulk_edit.some_products_were_omitted', 'Некоторые товары были пропущены, так как у товара нельзя удалить последнюю оставшуюся категорию.'),
('ru', 'bulk_edit.some_products_were_omitted_other_storefront', 'Не удалось отредактировать выбранные товары. Некоторые из выбранных товаров принадлежат другим витринам; отмените выделение этих товаров, чтобы отредактировать оставшиеся.'),
('ru', 'bulk_edit.unable_to_delete_all_categories', 'Должна быть выбрана хотя бы одна категория'),
('ru', 'bulk_edit.what_do_these_checkboxes_mean', 'Что означают эти галочки?'),
('ru', 'bulk_edit.what_do_these_checkboxes_mean_checked', 'все выбранные товары относятся к этой категории, или она будет назначена всем этим товарам.'),
('ru', 'bulk_edit.what_do_these_checkboxes_mean_indeterminate', 'некоторые из выделенных товаров относятся к этой категории; никакие изменения внесены не будут.'),
('ru', 'bulk_edit.what_do_these_checkboxes_mean_unchecked', 'ни один из выделенных товаров не относится к этой категории, или она будет убрана у всех этих товаров.'),
('ru', 'bulk_print_invoice', 'Массовая печать Счетов'),
('ru', 'bulk_print_packing_slip', 'Пакетная печать упаковочного листа'),
('ru', 'bulk_print_pdf', 'Массовая печать Счетов (PDF)'),
('ru', 'bulk_product_addition', 'Добавить несколько товаров'),
('ru', 'bundleid', 'ID бандла'),
('ru', 'button_bgcolor', 'Цвет фона в кнопках'),
('ru', 'button_text_color', 'Цвет текста на кнопках'),
('ru', 'but_change', 'Изменить'),
('ru', 'buyer_name', 'Имя покупателя'),
('ru', 'buy_in_advance', 'Предзаказ'),
('ru', 'buy_in_advance_upgrade_notification.message', '<p>Даже если выключена настройка <b>Разрешить отрицательное количество товаров в наличии</b>, покупатели теперь могут предзаказывать товары, которых <b>нет в наличии</b>, но для которых включен <i>Предзаказ</i>. На данный момент предзаказ доступен для следующих товаров:</p><ul>[products_list]</ul><p>. Если вы не хотите предоставлять возможность предзаказа для отдельных товаров, то при редактировании данных товаров в настройке <b>Действие при отсутствии товара в наличии</b> выставите значение <i>Не выбрано</i>.</p>'),
('ru', 'buy_in_advance_upgrade_notification.title', 'Новое поведение для настройки \"Действие при отсутствии товара в наличии: Предзаказ\"'),
('ru', 'buy_license', 'Купить лицензию'),
('ru', 'buy_new_storefront_license', 'Купить дополнительную витрину'),
('ru', 'buy_now', 'Купить'),
('ru', 'buy_now_url', 'Ссылка для покупки'),
('ru', 'buy_together', 'Комбинации товаров'),
('ru', 'buy_together_calculation_information', 'Итоговая цена: [total_price], Скидка [discount], Цена комбинации: [combination_price]'),
('ru', 'buy_together_combination_cannot_be_added', 'Комбинация не может быть добавлена в корзину'),
('ru', 'buy_together_fill_the_mandatory_fields', 'Пожалуйста, выберите параметры товара перед добавлением комбинации в корзину.'),
('ru', 'buy_together_is_not_compatible_with_configurator', '[product_name] нельзя добавить в комбинацию. Модуль «Комбинации товаров» несовместим с модулем «Конфигуратор товаров»'),
('ru', 'buy_together_is_not_compatible_with_recurring_billing', '[product_name] нельзя добавить в комбинацию. Модуль «Комбинации товаров» несовместим с модулем «Периодические платежи»'),
('ru', 'buy_together_product_was_removed', 'Товара [product] не было в достаточном количестве в наличии ([amount]), и он был удален из корзины'),
('ru', 'by', 'Покупатель:'),
('ru', 'bytes', 'байты'),
('ru', 'by_fixed', 'на определенную сумму'),
('ru', 'by_percentage', 'на процент от исходной цены'),
('ru', 'b_first_name_and_last_name', 'Имя и фамилия (для оплаты)'),
('ru', 'b_fullname', 'Полное имя (для оплаты)'),
('ru', 'b_last_name_and_first_name', 'Фамилия и имя (для оплаты)'),
('ru', 'C128A', 'Код 128 - символика штрих-кода с высокой плотностью.<br/>Широко используется по всему миру.<br/>Код 128 разработан для кодировки 128 ASCII символов.<br/>Код 128-A - 0-9, A-Z, контролирующие ASCII коды, специальные символы.<br/>Код 128-B - 0-9, A-Z, a-z, специальные символы.<br/>Код 128-C - 00-99 (двойная плотность кодирования цифровых данных).<br/>'),
('ru', 'C128B', 'Код 128 - символика штрих-кода с высокой плотностью.<br/>Широко используется по всему миру.<br/>Код 128 разработан для кодировки 128 ASCII символов.<br/>Код 128-A - 0-9, A-Z, контролирующие ASCII коды, специальные символы.<br/>Код 128-B - 0-9, A-Z, a-z, специальные символы.<br/>Код 128-C - 00-99 (двойная плотность кодирования цифровых данных).<br/>'),
('ru', 'C128C', 'Код 128 - символика штрих-кода с высокой плотностью.<br/>Широко используется по всему миру.<br/>Код 128 разработан для кодировки 128 ASCII символов.<br/>Код 128-A - 0-9, A-Z, контролирующие ASCII коды, специальные символы.<br/>Код 128-B - 0-9, A-Z, a-z, специальные символы.<br/>Код 128-C - 00-99 (двойная плотность кодирования цифровых данных).<br/>'),
('ru', 'C39', 'Также известный как код USS 39, 3 из 9.<br/>Код 39 кодирует алфавитно-цифровые символы.<br/>Символика используется в оптовых продажах.<br/>Код 39 разработан для кодировки 26 заглавных букв, 10 цифр и 7 специальных символов.'),
('ru', 'cache_cleared', 'Кэш очищен'),
('ru', 'calculate', 'Рассчитать'),
('ru', 'calculate_shipping_cost', 'Рассчитать стоимость доставки'),
('ru', 'calendar', 'Календарь'),
('ru', 'call_request.work_time', 'Пн-Пт: 9:00-18:00'),
('ru', 'call_requests', 'Обратный звонок'),
('ru', 'call_requests.agreement_text_full_request_call_request_form', '<p>Мы ([company]) используем ваши данные, чтобы впоследствии связаться с Вами по поводу Вашего запроса или для обсуждения заказа. Данные хранятся в нашей системе и доступны некоторым нашим сотрудникам (или продавцам, у которых сделан заказ) до тех пор, пока вы не отзовёте своё согласие. Если вы хотите, чтобы Ваши персональные данные были удалены, отправьте письмо по адресу [email].</p> <p>Если Вы считаете, что Ваши персональные данные используются не по назначению, Вы имеете право обратиться с жалобой в надзорный орган. Согласно “Общему регламенту по защите данных” в ЕС мы обязаны сообщить Вам об этом праве, однако мы не планируем использовать Ваши данные не по назначению.</p>'),
('ru', 'call_requests.agreement_text_short_request_call_request_form', 'Я даю согласие на <u>обработку моих персональных данных.</u>'),
('ru', 'call_requests.awaiting_call', 'Ожидает звонка'),
('ru', 'call_requests.buy_now_with_one_click', 'Купить в один клик'),
('ru', 'call_requests.convenient_time', 'Удобное время'),
('ru', 'call_requests.enter_phone_or_email_text', 'Пожалуйста, введите телефон или email, чтобы наш сотрудник мог связаться с вами'),
('ru', 'call_requests.error_validate_call_form', 'Введите email или номер телефона (чтобы наш сотрудник мог связаться с вами)'),
('ru', 'call_requests.error_validator_phone', 'Недопустимый номер телефона в поле <b>[field]</b>.'),
('ru', 'call_requests.event.request_about_product_created.name', 'Обратный звонок: создан запрос о товаре'),
('ru', 'call_requests.event.request_created.name', 'Обратный звонок: создан запрос на обратный звонок'),
('ru', 'call_requests.notes', 'Заметки'),
('ru', 'call_requests.no_name_specified', 'Имя не указано'),
('ru', 'call_requests.order_exists', 'Заказ существует'),
('ru', 'call_requests.order_placed', 'Ваша заявка принята! Заказ #[order_id] успешно создан. Наш сотрудник свяжется с вами в ближайшее время.'),
('ru', 'call_requests.person_name_and_phone', 'Имя и телефон'),
('ru', 'call_requests.phone_from_settings', 'Телефон из настроек'),
('ru', 'call_requests.requested_product', 'Запрос по товару'),
('ru', 'call_requests.request_call', 'Заказать обратный звонок'),
('ru', 'call_requests.request_call_request_form', 'Обратный звонок: Форма для запроса'),
('ru', 'call_requests.request_recieved', 'Ваша заявка принята! Наш сотрудник свяжется с вами в ближайшее время.'),
('ru', 'call_requests.responsible', 'Ответственный'),
('ru', 'call_requests.status.completed', 'Завершен'),
('ru', 'call_requests.status.in_progress', 'В процессе'),
('ru', 'call_requests.status.new', 'Новый'),
('ru', 'call_requests.status.no_answer', 'Не отвечает'),
('ru', 'call_requests.text_buy_with_one_click_request', 'Клиент [customer]-<a href=\"[href]\"> ждет вашего звонка</a> на номер [phone_number], относительно покупки товара <a href=\"[product_href]\">[product_name]</a>.'),
('ru', 'call_requests.text_call_request', 'Покупатель [customer] <a href=\"[href]\">ожидает Вашего звонка</a> на номер [phone_number].'),
('ru', 'call_requests.text_call_request_call_time', 'Удобное время для звонка с [time_from] до [time_to].'),
('ru', 'call_requests.use_for_call_requests', 'Форм обратного звонка и покупки в 1 клик'),
('ru', 'call_requests_menu_description', 'Просмотр и обработка заявок на обратный звонок'),
('ru', 'campaign', 'Кампания'),
('ru', 'campaigns', 'Кампании'),
('ru', 'campaign_stats', 'Статистика кампании'),
('ru', 'canada_post_activation_error', 'Для того, чтобы активировать процессор Canada post, необходимо, чтобы валюта Canadian dollar была включена в магазине.'),
('ru', 'canada_post_upgrade_notification_text', '<p>В последней версии [product] изменились настройки расчета стоимости доставки Canada Post в режиме реального времени.</p><p>Если вы хотите показывать покупателям текущую стоимость доставки, выполните следующие шаги:</p><ul><li>перейдите в Администрирование > Доставка и налоги > Способы доставки</li><li>выберите способ доставки, который использует Canada Post в качестве перевозчика для расчета стоимости доставки</li><li>перейдите на вкладку \"Общее\" и выберите нужную службу доставки</li><li>перейдите на вкладку \"Настроить\" и введите правильные <a href=\"https://www.canadapost.ca/cpo/mc/business/productsservices/developers/services/gettingstarted.jsf\" target=\"_blank\">API-ключи</a></li></ul>'),
('ru', 'canada_post_upgrade_notification_title', 'Canada Post: Изменения в расчете стоимости доставки'),
('ru', 'cancel', 'Отменить'),
('ru', 'canceled_reversal', 'Отменить изменение'),
('ru', 'cancelled', 'Аннулирован'),
('ru', 'cancel_order', 'Cancelar pedido'),
('ru', 'cancel_url_target', 'Отменить цель URL'),
('ru', 'cannot_buy', 'Невозможно купить этот товар с выбранными вариантами опций'),
('ru', 'cannot_proccess_checkout', 'Вы не можете оформить заказ, так как ваша корзина пуста'),
('ru', 'cannot_proccess_checkout_without_payment_methods', 'Перейти к оплате невозможно, так как не найдено подходящего способа оплаты'),
('ru', 'cannot_remove_active_theme', 'Нельзя удалить выбранную тему'),
('ru', 'cannot_remove_theme_has_dependent_themes', 'Невозможно удалить тему, так как следующие темы зависят от неё: [dependent_themes]'),
('ru', 'cannot_upload_file', 'Невозможно загрузить файл'),
('ru', 'cannot_write_file', 'Не может быть произведена запись в файл <b>[file]</b>. Пожалуйста, проверьте установленные права доступа на файл и его директорию'),
('ru', 'cant_create_backup_file', 'Не удалось загрузить архив с резервной копией. Проверьте права доступа у папки var/backups.'),
('ru', 'cant_find_thread', 'Обсуждение не найдено.'),
('ru', 'cant_remove_addon_files', 'Не удалось удалить файлы модуля'),
('ru', 'cant_remove_default_storefront', 'Витрину по умолчанию <b>[url]</b> нельзя удалить'),
('ru', 'cant_save_percentage_price', 'Вы не можете использовать процентное значение для основной цены.'),
('ru', 'cant_upload_file', 'Не удалось загрузить файл. Проблема не обязательно на стороне [product]. Но если она будет повторяться регулярно, свяжитесь с администратором сервера или нашей техподдержкой.'),
('ru', 'captcha_upgrade_notification_text', '<p>Ранее для настройки защиты от ботов и спама использовался раздел <b>Настройки → Антибот (CAPTCHA)</b>. Начиная с версии 4.5.1, данный раздел настроек был убран из [product]. Все важные настройки были перенесены в модуль Google reCAPTCHA. Значения данных настроек остались без изменений.</p><p>На данный момент модуль Google reCAPTCHA является единственным способом защиты от ботов в [product] по умолчанию. Для настройки защиты, выполните следующие шаги:</p><ol><li>Откройте <b>Модули → Управление модулями</b>.</li><li>В списке модулей найдите и выберите <b>Google reCAPTCHA</b>.</li><li>Откроется всплывающее окно. Введите <b>Ключ сайта</b> и <b>Секретный код</b>, затем сохраните ваши изменения. Инструкции для получения ключа и кода доступны <a href=\'https://developers.google.com/recaptcha/docs/start\'>здесь</a>.</li><li>Остальные параметры модуля настройте по своему усмотрению.</li></ol>'),
('ru', 'captcha_upgrade_notification_title', 'Антибот был полностью заменён модулем Google reCAPTCHA'),
('ru', 'capture', 'Обработка'),
('ru', 'card', 'Кредитная карта'),
('ru', 'cardholder_name', 'Имя владельца карты'),
('ru', 'card_number', 'Номер карты'),
('ru', 'carousel', 'Карусель'),
('ru', 'carousel_swiper', 'Swiper'),
('ru', 'carrier', 'Перевозчик'),
('ru', 'carrier_aup', 'Australia Post'),
('ru', 'carrier_can', 'Canada Post'),
('ru', 'carrier_dhl', 'DHL'),
('ru', 'carrier_fedex', 'FedEx'),
('ru', 'carrier_store_locator', 'Самовывоз'),
('ru', 'carrier_swisspost', 'SwissPost'),
('ru', 'carrier_temando', 'Temando'),
('ru', 'carrier_ups', 'UPS'),
('ru', 'carrier_usps', 'USPS'),
('ru', 'cart', 'Корзина'),
('ru', 'cart_content', 'Корзина'),
('ru', 'cart_contents', 'Содержимое корзины'),
('ru', 'cart_info', 'Информация о сайте'),
('ru', 'cart_is_empty', 'Корзина пуста'),
('ru', 'cart_items', 'Товары в корзине'),
('ru', 'cart_or_wishlist', 'Корзина или Отложенные'),
('ru', 'cart_subtotal', 'Предварительная стоимость корзины'),
('ru', 'cash_on_delivery', 'Оплата при доставке'),
('ru', 'catalog', 'Каталог'),
('ru', 'catalog_mode', 'Режим каталога'),
('ru', 'catalog_pages', 'Страницы каталога'),
('ru', 'categories', 'Категории'),
('ru', 'categories_have_been_added', 'Категории были добавлены'),
('ru', 'categories_in', 'Категории в'),
('ru', 'categories_menu_description', 'Просмотр, добавление и редактирование категорий товаров.'),
('ru', 'category', 'Категория'),
('ru', 'category_deletion_side_effects', 'Будут удалены все товары выбранной категории, а также все ее подкатегории и их товары.'),
('ru', 'category_delimiter', 'Разделитель категории'),
('ru', 'category_description', 'Описание категории'),
('ru', 'category_location', 'Расположение категории'),
('ru', 'category_name', 'Название категории'),
('ru', 'cc_button_submit', 'Оформить заказ'),
('ru', 'cc_last_digit', 'Final do cartão'),
('ru', 'cdn_settings', 'Настройки системы доставки контента (CDN)'),
('ru', 'central', 'По центру'),
('ru', 'central_content', 'Содержимое центральной части'),
('ru', 'certificate', 'Сертификат'),
('ru', 'certificate_already_used', 'Этот подарочный сертификат уже используется'),
('ru', 'certificate_code_not_available', 'Этот подарочный сертификат не может быть использован. Пожалуйста, обратитесь к администрации магазина.'),
('ru', 'certificate_code_not_valid', 'Код подарочного сертификата недействителен'),
('ru', 'certificate_filename', 'Файл сертификата'),
('ru', 'certificate_verification', 'Проверить и использовать подарочный сертификат'),
('ru', 'change', 'Изменить'),
('ru', 'changed', 'Изменено'),
('ru', 'changes', 'Изменения'),
('ru', 'change_access_permission_to_config', 'Также рекомендуется установить права доступа 644 (чтение и запись для владельца, чтение для остальных пользователей) на файл config.local.php.'),
('ru', 'change_addons_initialization', 'Изменить инициализацию модулей'),
('ru', 'change_addons_initialization_description', 'Для того, чтобы убедиться, что причиной проблемы является модуль, можно отключить сторонние модули, либо все модули сразу. Позже вы сможете включить их в одно нажатие.'),
('ru', 'change_customer', 'Изменить покупателя'),
('ru', 'change_gift_certificate_status', 'Изменить статус подарочного сертификата на'),
('ru', 'change_language', 'Сменить язык'),
('ru', 'change_order_status_b_subj', 'Заказ #[order] был отложен'),
('ru', 'change_order_status_b_text', 'Ваш заказ был отложен.'),
('ru', 'change_order_status_c_subj', 'Заказ #[order] был выполнен'),
('ru', 'change_order_status_c_text', 'Ваш заказ был выполнен. Спасибо, что выбрали нас.'),
('ru', 'change_order_status_default_subj', 'Статус заказа #[order] был изменён на \"[status]\"'),
('ru', 'change_order_status_default_text', 'Статус вашего заказа был изменён на \"[status]\".'),
('ru', 'change_order_status_d_subj', 'Заказ #[order] был отклонён'),
('ru', 'change_order_status_d_text', 'Ваш заказ был отклонен. Пожалуйста, свяжитесь с администрацией магазина.'),
('ru', 'change_order_status_f_subj', 'Заказ #[order] не удался'),
('ru', 'change_order_status_f_text', 'Ваш заказ не удался. Пожалуйста, свяжитесь с администрацией магазина.'),
('ru', 'change_order_status_i_subj', 'Заказ #[order] был отменён'),
('ru', 'change_order_status_i_text', 'Ваш заказ был отменён. Пожалуйста, свяжитесь с администрацией магазина.'),
('ru', 'change_order_status_o_subj', 'Заказ #[order] был размещён успешно'),
('ru', 'change_order_status_o_text', 'Спасибо за Ваш заказ. Возвращайтесь снова!'),
('ru', 'change_order_status_p_subj', 'Заказ #[order] был обработан'),
('ru', 'change_order_status_p_text', 'Заказ был обработан успешно.'),
('ru', 'change_password_notification', 'Пожалуйста, смените ваш пароль'),
('ru', 'change_password_notification_body', 'Ваш пароль доступа к администраторской панели магазина [store] последний раз был изменен [days] дней назад. В целях безопасности, пожалуйста, смените ваш пароль. Для того, чтобы это сделать, Вам необходимо проследовать по следующей ссылке:'),
('ru', 'change_permissions', 'Изменить права доступа'),
('ru', 'change_points', 'Изменить баллы'),
('ru', 'change_range', 'Изменить диапазон'),
('ru', 'charged_amount', 'Заплаченная сумма'),
('ru', 'charge_to_vendor_account', 'Зачислить на счет продавца'),
('ru', 'charset', 'Набор символов'),
('ru', 'chart', 'График'),
('ru', 'charts', 'Графики'),
('ru', 'chart_type', 'Тип графика'),
('ru', 'check', 'Выберите'),
('ru', 'checkbox', 'Флажок'),
('ru', 'checked', 'Проверен'),
('ru', 'checking_account_number', 'Номер расчетного счета'),
('ru', 'checking_core_edition_is_not_suitable', 'Редакция [current_edition] не поддерживается этим модулем. Требуется [required_edition].'),
('ru', 'checking_core_version_is_not_suitable', 'Версия Вашего магазина ([version]) не поддерживается. Доступно для версий от [min] и до [max].'),
('ru', 'checking_extension_should_be_installed', '[extension] расширение должно быть установлено на вашем сервере для корректной работы модуля.'),
('ru', 'checking_extension_should_be_removed', '[extension] расширения должны быть удалены с вашего сервера для корректной работы модуля.'),
('ru', 'checking_extension_version_is_not_suitable', '[extension] версии ([version]) не поддерживается модулем. Минимальная: [min]. Максимальный: [max].'),
('ru', 'checking_php_version_is_not_suitable', 'PHP версия ([version]) не поддерживается. Минимальная: [min]. Максимальная: [max].'),
('ru', 'checkout', 'Оформить заказ'),
('ru', 'checkout.email_exists.popup.cancel_btn', 'Использовать другой email'),
('ru', 'checkout.email_exists.popup.message', 'Учётная запись с вашим адресом электронной почты уже существует. Мы поможем вам войти в неё без пароля. Или же введите другой email.'),
('ru', 'checkout.email_exists.popup.sign_in_btn', 'Войти'),
('ru', 'checkout.email_exists.popup.title', 'Возможно, вы были у нас раньше'),
('ru', 'checkout.min_cart_subtotal_required', 'Чтобы продолжить оформление заказа, сумма вашего заказа должна превышать [amount]'),
('ru', 'checkout_as_guest', 'Оформить заказ как гость'),
('ru', 'checkout_block_with_heading', 'Блок оформления заказа (H2 заголовок)'),
('ru', 'checkout_edp_terms_n_conditions', 'Я принимаю условия, описанные в'),
('ru', 'checkout_location_was_rewritten_upgrade_notification_text', '<p>Теперь можно перемещать части новой страницы оформления заказа или скрывать ненужные части. Для этого откройте страницу <b>Дизайн → Макеты</b> и перейдите на вкладку <i>Оформить заказ</i> tab. Для удобства мы обновили вашу страницу оформления заказа: теперь там есть все новые блоки, которые были бы на чистой установке [product]. Проверьте вашу страницу оформления заказа и настройте её, как считаете нужным.</p><p>Мы также сделали резервную копию вашей старой страницы оформления заказа. Чтобы отменить наши изменения, импортируйте макет из <b>[file_paths]</b></p><p><a href=\"[layout_page]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Настроить оформление заказа</a></p>'),
('ru', 'checkout_location_was_rewritten_upgrade_notification_title', 'Настройте страницу оформления заказа'),
('ru', 'checkout_select_profile_before_order', 'Выберите профиль перед тем, как разместить заказ.'),
('ru', 'checkout_terms_n_conditions', 'Отметьте флажок, чтобы принять [terms_href]'),
('ru', 'checkout_terms_n_conditions_alert', 'Чтобы продолжить, Вам нужно принять наши условия.'),
('ru', 'checkout_terms_n_conditions_name', 'Условия использования'),
('ru', 'check_active', 'Включенные'),
('ru', 'check_again', 'Проверить еще раз'),
('ru', 'check_all', 'Все'),
('ru', 'check_disabled', 'Выключенные'),
('ru', 'check_hidden', 'Скрытые'),
('ru', 'check_items_text', 'Чтобы включить в список Статусы заказов, Способы оплаты и Пункты назначения в список условий, отметьте необходимый элемент и нажмите кнопку Сохранить.'),
('ru', 'check_none', 'Ни одного'),
('ru', 'check_number', 'Номер чека'),
('ru', 'check_pending', 'Неподтвержденные'),
('ru', 'check_permissions', 'Проверить права'),
('ru', 'check_php_timeout', 'Проверить время выполнения PHP-скрипта'),
('ru', 'check_server_export_settings', 'Проверьте настройки сервера для экспорта'),
('ru', 'check_ssl', 'Проверить SSL'),
('ru', 'check_uncheck_all', 'Отметить/снять все'),
('ru', 'chinese', 'Китайский'),
('ru', 'choose', 'Выбрать'),
('ru', 'choose_action', 'Выбрать действие'),
('ru', 'choose_category', 'Выбрать категорию'),
('ru', 'choose_user', 'Выбрать пользователя'),
('ru', 'choose_your_country', 'Выберите Вашу страну'),
('ru', 'choose_your_store_mode', 'Пожалуйста, выберите режим лицензирования'),
('ru', 'cities', 'Города'),
('ru', 'city', 'Город'),
('ru', 'classes', 'классы'),
('ru', 'clean', 'очистить'),
('ru', 'cleanup_history', 'Очистить историю'),
('ru', 'cleanup_log', 'Очистить журналы событий'),
('ru', 'clean_logs', 'Очистить логи'),
('ru', 'clean_old_logs', 'Очистить записи в журнале старше [n] дня|Очистить записи в журнале старше [n] дней|Очистить записи в журнале старше [n] дней'),
('ru', 'clean_up_all_locations_on_import', 'Удалить все страницы макета перед импортом'),
('ru', 'clear', 'Очистить'),
('ru', 'clear_cache', 'Очистить кэш'),
('ru', 'clear_cart', 'Очистить корзину'),
('ru', 'clear_conditions', 'Очистить условия'),
('ru', 'clear_fields', 'Очистить поля'),
('ru', 'clear_list', 'Очистить список'),
('ru', 'clear_thumbnails', 'Удалить сгенерированные иконки'),
('ru', 'clear_wishlist', 'Очистить список отложенных товаров'),
('ru', 'clicks', 'Клики'),
('ru', 'client_id', 'Номер клиента'),
('ru', 'clone', 'Дублировать'),
('ru', 'clone_categories', 'Копировать категории'),
('ru', 'clone_from', 'Клонировать с'),
('ru', 'clone_layouts', 'Копировать макеты'),
('ru', 'clone_pages', 'Сделать страницы общими'),
('ru', 'clone_payments', 'Сделать способы оплаты общими'),
('ru', 'clone_products', 'Сделать товары общими'),
('ru', 'clone_product_features', 'Сделать характеристики товаров общими'),
('ru', 'clone_product_filters', 'Сделать фильтры товаров общими'),
('ru', 'clone_profile_fields', 'Общий доступ к полям профиля'),
('ru', 'clone_promotions', 'Сделать поощрения общими'),
('ru', 'clone_selected', 'Дублировать выбранные'),
('ru', 'clone_settings', 'Копировать настройки'),
('ru', 'clone_shippings', 'Сделать способы доставки общими'),
('ru', 'clone_sitemap', 'Копировать карту сайта'),
('ru', 'clone_static_data_clone', 'Копировать меню'),
('ru', 'clone_table', 'Дублировать таблицу'),
('ru', 'clone_theme', 'Скопировать тему'),
('ru', 'clone_this_item', 'Дублировать эту запись'),
('ru', 'clone_this_page', 'Дублировать эту страницу'),
('ru', 'close', 'Закрыть'),
('ru', 'close_selected_storefronts', 'Закрыть выбранные'),
('ru', 'close_storefront', 'Закрыть витрину'),
('ru', 'close_storefront.setting_notice', 'Открыть или закрыть витрину можно на странице редактирования витрины'),
('ru', 'cmcic_societe', 'Societe'),
('ru', 'cname', 'CNAME запись'),
('ru', 'code', 'Код'),
('ru', 'code_snippets', 'Сниппеты'),
('ru', 'coefficient', 'Коэффициент'),
('ru', 'collapse_bg_color', 'Цвет фона заголовков секций'),
('ru', 'collapse_section', 'Свернуть раздел'),
('ru', 'collapse_sublist_of_items', 'Свернуть список'),
('ru', 'collapse_text_color', 'Цвет текста заголовков секций'),
('ru', 'color', 'Цвет'),
('ru', 'column', 'Колонка'),
('ru', 'combination', 'Комбинация'),
('ru', 'combination_code', 'Код комбинации'),
('ru', 'combination_products', 'Товары комбинации'),
('ru', 'comma', 'Запятая'),
('ru', 'comment', 'Комментарий'),
('ru', 'comments', 'Комментарии'),
('ru', 'comments_and_reviews', 'Комментарии и отзывы'),
('ru', 'comments_and_reviews_menu_description', 'Комментарии и отзывы покупателей о товарах, категориях, заказах, и т.д.'),
('ru', 'comment_by', 'Комментарий'),
('ru', 'comment_hint', 'Введите комментарий, который будет показываться под опцией'),
('ru', 'commerceml.map.entity_type.warehouse', 'Склады'),
('ru', 'commerceml.tab.warehouse', 'Склады'),
('ru', 'commission', 'Комиссия'),
('ru', 'commissions', 'Комиссии'),
('ru', 'commissions_of_last_periods', 'Комиссии за последний период'),
('ru', 'commission_rates', 'Ставки комиссии'),
('ru', 'communication', 'Обсуждение'),
('ru', 'communication_and_rating', 'Обсуждение и оценка'),
('ru', 'compact_list', 'Компактный список'),
('ru', 'companies', 'Продавцы'),
('ru', 'company', 'Компания'),
('ru', 'company_address', 'Адрес компании'),
('ru', 'company_name', 'Название компании'),
('ru', 'company_not_found', 'Выбранная компания не найдена.'),
('ru', 'company_phone', 'Телефон компании'),
('ru', 'company_settings', 'Настройки компании'),
('ru', 'compare', 'Сравнить'),
('ru', 'compare_product_features', 'Сравнить характеристики товаров'),
('ru', 'comparison_list', 'Список сравнения'),
('ru', 'comparison_list_note', 'Перейти к списку сравнения'),
('ru', 'comparsion', 'Сравнение'),
('ru', 'compatible_class', 'Совместимый класс'),
('ru', 'completed', 'Отправлен'),
('ru', 'compressing_backup', 'Сжатие резервного файла'),
('ru', 'compress_dump', 'Сжать резервный файл'),
('ru', 'condition', 'Условие'),
('ru', 'conditions', 'Условия'),
('ru', 'configure', 'Настроить'),
('ru', 'confirm', 'Подтвердить'),
('ru', 'confirmation_dialog', 'Диалог подтверждения'),
('ru', 'confirmed', 'Подтверждено'),
('ru', 'confirm_password', 'Подтверждение пароля'),
('ru', 'conflicts', 'Конфликты'),
('ru', 'congratulations', 'Поздравляем!'),
('ru', 'connection_ticket', 'Параметр соединения'),
('ru', 'contact', 'Contact'),
('ru', 'contact_information', 'Контактная информация'),
('ru', 'contact_us_for_price', 'Свяжитесь с нами насчёт цены'),
('ru', 'container_not_used', 'Этот контейнер не используется. Вместо него используется контейнер «[container]» со страницы макета по умолчанию. Чтобы использовать контейнер «[container]» с этой страницы на всех страницах макета, выберите эту страницу страницей по умолчанию.'),
('ru', 'container_options', 'Параметры контейнера'),
('ru', 'content', 'Контент'),
('ru', 'content_alignment', 'Выравнивание содержимого'),
('ru', 'content_changed_for', 'Экземпляры этого блока имеют различное содержимое для'),
('ru', 'continue', 'Продолжить'),
('ru', 'continue_shopping', 'Продолжить покупки'),
('ru', 'controller', 'Заменить на'),
('ru', 'controller_description', 'Например, если вы хотите задать SEO-имя для URL http://example.com/index.php?dispatch=<b>categories.catalog</b>, введите в поле «<b>Значение параметра „dispatch“ из URL</b>» значение «<b>categories.catalog</b>» и задать SEO-имя.'),
('ru', 'conversion', 'Конверсия'),
('ru', 'converting_data_in_table', 'Изменение данных в таблице [table]'),
('ru', 'cookie_is_disabled', 'Для совершения покупок пожалуйста, <a href=\"http://www.wikihow.com/Enable-Cookies-in-Your-Internet-Web-Browser\" target=\"_blank\">разрешите принимать cookie</a> в своем браузере'),
('ru', 'cookie_policy_upgrade_notification_text', '<p>В некоторых странах требуется, чтобы сайты предупреждали пользователей о том, что используют файлы cookie (куки). Раньше настроить отображение такого уведомления можно было в меню <b>Настройки → Настройки безопасности</b>. Теперь же эта настройка находится в модуле <b>Соответствие GDPR</b>. Мы рекомендуем:</p><ol><li>Перейти в раздел <b>Модули → Управление модулями</b>.</li><li>Открыть вкладку <b>Просмотреть все доступные модули</b>.</li><li>Убедиться, что модуль <b>Соответствие GDPR</b> установлен и включен.</li><li>Нажать на название модуля, чтобы открыть его настройки.</li><li>Если у настройки <b>Согласие на файлы cookie</b> выбрано значение <i>Неявное</i>, то магазин ведёт себя так же, как и до обновления.</li><li>Перейти на вкладку GDPR и убедиться, что в нужных местах включены (или выключены) уведомления об обработке персональных данных.</li><li>Нажать <b>Сохранить</b>.</li></ol><p>Если хотите, можете требовать <i>явное</i> согласие на файлы cookie; тогда покупатели должны будут согласиться на использование cookie, прежде чем они смогут перейти в магазин.</p>'),
('ru', 'cookie_policy_upgrade_notification_title', 'Уведомление о файлах cookie перенесено в модуль GDPR'),
('ru', 'coordinates', 'Координаты'),
('ru', 'copied', 'Скопировано'),
('ru', 'copy', 'Скопировать'),
('ru', 'copyright_shopping_cart', '[product] - Платформа для интернет-магазинов'),
('ru', 'copy_from_layout', 'Скопировать данные из макета'),
('ru', 'copy_theme_from_another_storefront', 'Скопировать тему и её макеты с другой витрины'),
('ru', 'copy_to_other_locations', 'Скопировать на остальные страницы'),
('ru', 'core', 'Ядро'),
('ru', 'core_files_have_been_modified', 'Некоторые <a href=\"[changes_url]\">файлы ядра</a> были изменены вручную. Впоследствии это может привести к проблемам в работе и при обновлении до новой версии [product]. Обратитесь к данной <a href=\"[docs_url]\" target=\"_blank\" >статье</a>, чтобы узнать, почему не рекомендуется вносить изменения в файлы ядра.<br><br>При авторизации [product] в автоматическом режиме проверяет изменения в файлах ядра. Для отключения данной проверки, откройте <a href=\"[settings_url]\">Настройки → Общие</a> и снимите флажок рядом с опцией \"Отслеживать изменения в файлах ядра\".'),
('ru', 'cost', 'Стоимость'),
('ru', 'cost_dependences', 'Зависимость от цены'),
('ru', 'could_not_connect_to_database', 'Не удалось подключиться к базе данных'),
('ru', 'could_not_open_file', 'К сожалению, не удалось открыть файл.'),
('ru', 'countries', 'Страны'),
('ru', 'countries_list', 'Список стран'),
('ru', 'countries_menu_description', 'Редактирование списка стран, которые используются в вашем магазине.'),
('ru', 'country', 'Страна'),
('ru', 'country_code', 'Код страны'),
('ru', 'count_document_fail_imported', 'Не удалось импортировать документы:'),
('ru', 'count_document_successfully_imported', 'Успешно импортированные документы:'),
('ru', 'count_email_template_fail_imported', 'Не удалось импортировать шаблоны уведомлений:'),
('ru', 'count_email_template_successfully_imported', 'Успешно импортированные шаблоны уведомлений:'),
('ru', 'count_internal_template_fail_imported', 'Не удалось импортировать шаблоны уведомлений:'),
('ru', 'count_internal_template_successfully_imported', 'Успешно импортированные шаблоны уведомлений:'),
('ru', 'count_snippet_fail_imported', 'Не удалось импортировать сниппеты:'),
('ru', 'count_snippet_successfully_imported', 'Успешно импортированные сниппеты:'),
('ru', 'coupon', 'Купон'),
('ru', 'coupons', 'Купоны'),
('ru', 'coupon_already_used', 'Этот купон уже использован'),
('ru', 'coupon_code', 'Код купона'),
('ru', 'cpi_hash_key', 'Хеш-ключ CPI'),
('ru', 'create', 'Создать'),
('ru', 'created', 'Создан'),
('ru', 'create_account', 'Создать учетную запись'),
('ru', 'create_administrator_account', 'Создать учетную запись администратора'),
('ru', 'create_and_close', 'Создать и закрыть'),
('ru', 'create_backup', 'Создать резервную копию'),
('ru', 'create_detailed_shipment', 'Создать отдельную отгрузку'),
('ru', 'create_file', 'Создать файл'),
('ru', 'create_folder', 'Создать папку'),
('ru', 'create_gift_certificate', 'Создать подарочный сертификат'),
('ru', 'create_gift_certificate_for_customer', 'Создать подарочный сертификат для этого покупателя'),
('ru', 'create_guest_account', 'Быстрое оформление заказа без создания учетной записи'),
('ru', 'create_new_account', 'Создайте учетную запись и используйте её для оформления заказа'),
('ru', 'create_new_block', 'Создать новый блок'),
('ru', 'create_new_layout', 'Создать новый макет'),
('ru', 'create_new_order', 'Оформить новый заказ'),
('ru', 'create_process_payment', 'Оформить и произвести оплату'),
('ru', 'create_profile', 'Создать новый профиль'),
('ru', 'create_profile_notification_header', 'Спасибо за регистрацию в нашем магазине. Ниже Вы можете просмотреть данные Вашей учётной записи.'),
('ru', 'create_table', 'Создать таблицу'),
('ru', 'create_ticket', 'Create Ticket'),
('ru', 'creating', 'Создание'),
('ru', 'creating_storefront', 'Создание витрины'),
('ru', 'creating_table', 'Создание таблицы'),
('ru', 'creation_date', 'Дата создания'),
('ru', 'credit_card', 'Кредитная карта'),
('ru', 'credit_card_info', 'Этот номер находится около подписи на задней стороне карты, 3 цифры после номера.'),
('ru', 'credit_card_number', 'Номер банковской карты'),
('ru', 'credit_memo', 'Кредитовое извещение'),
('ru', 'credit_memo_id', 'ID кредитового извещения'),
('ru', 'cresecureapitoken', 'CRE SecureAPIToken'),
('ru', 'cresecureid', 'CRE SecureID'),
('ru', 'cresecure_allowed_types', 'Разрешенные типы карт'),
('ru', 'cron_export', 'Настройки экспорта cron'),
('ru', 'cscart_uvdesk', 'UVDesk Dashboard'),
('ru', 'cscart_uvdesk_menu_description', 'Uvdesk dashboard manage, tickets view, etc.'),
('ru', 'csv_delimiter', 'CSV-разделитель'),
('ru', 'csv_file', 'CSV файл'),
('ru', 'cta', 'ET - Call to action'),
('ru', 'curl_error_code_reference_link', 'Чтобы узнать, что вызвало ошибку в библиотеке CURL, найдите номер ошибки в <a target=\"_blank\" href=\"[href]\"> этой статье</a>.'),
('ru', 'curl_error_description_curle_ssl_invalidcertstatus', 'Ошибка возврата статуса при запросе CURLOPT_SSL_VERIFYSTATUS.'),
('ru', 'currencies', 'Валюты'),
('ru', 'currency', 'Валюта'),
('ru', 'currencycode', 'Код валюты'),
('ru', 'currency_code_aed', 'Дирхам (денежная единица Объединенных Арабских Эмиратов)'),
('ru', 'currency_code_afn', 'Афганский афгани'),
('ru', 'currency_code_ang', 'ANG'),
('ru', 'currency_code_aoa', 'Ангольская кванза'),
('ru', 'currency_code_aon', 'Ангольская новая кванза'),
('ru', 'currency_code_ars', 'ARS'),
('ru', 'currency_code_ats', 'Нидерландский антильский гульден'),
('ru', 'currency_code_aud', 'Австралийский доллар'),
('ru', 'currency_code_awg', 'AWG'),
('ru', 'currency_code_azn', 'Азербайджанский манат'),
('ru', 'currency_code_bam', 'Конвертируемая марка'),
('ru', 'currency_code_bbd', 'Барбадосский доллар'),
('ru', 'currency_code_bdt', 'Бангладешская така'),
('ru', 'currency_code_bef', 'Бельгийский франк'),
('ru', 'currency_code_bgl', 'Болгарский лев'),
('ru', 'currency_code_bgn', 'BGN'),
('ru', 'currency_code_bhd', 'Бахрейнский динар'),
('ru', 'currency_code_bif', 'Бурундийский франк'),
('ru', 'currency_code_bmd', 'Бермудский доллар'),
('ru', 'currency_code_bnd', 'Брунейский доллар'),
('ru', 'currency_code_bob', 'Боливийский боливиано'),
('ru', 'currency_code_brl', 'Бразильский Реал'),
('ru', 'currency_code_bsd', 'Багамский доллар'),
('ru', 'currency_code_btn', 'Бутанский нгултрум'),
('ru', 'currency_code_bwp', 'Ботсванская пула'),
('ru', 'currency_code_byn', 'Белорусский рубль'),
('ru', 'currency_code_byr', 'BYR'),
('ru', 'currency_code_bzd', 'Белизский доллар'),
('ru', 'currency_code_cad', 'Канадский доллар'),
('ru', 'currency_code_cdf', 'Конголезский франк'),
('ru', 'currency_code_chf', 'Швейцарский франк'),
('ru', 'currency_code_clp', 'Чилийское песо'),
('ru', 'currency_code_cny', 'CNY'),
('ru', 'currency_code_cop', 'Колумбийское песо'),
('ru', 'currency_code_crc', 'Костариканский колон'),
('ru', 'currency_code_csd', 'Сербский динар'),
('ru', 'currency_code_cve', 'Эскудо Кабо-Верде'),
('ru', 'currency_code_cyp', 'Кипрский фунт'),
('ru', 'currency_code_cyr', 'Кипрский фунт'),
('ru', 'currency_code_czk', 'Чешская крона'),
('ru', 'currency_code_dem', 'Немецкая марка'),
('ru', 'currency_code_djf', 'Франк Джибути'),
('ru', 'currency_code_dkk', 'Датская крона'),
('ru', 'currency_code_dop', 'Доминиканское песо'),
('ru', 'currency_code_dzd', 'Алжирский динар'),
('ru', 'currency_code_ecs', 'Эквадорский сукре'),
('ru', 'currency_code_eek', 'Эстонская крона'),
('ru', 'currency_code_egp', 'EGP'),
('ru', 'currency_code_ern', 'Эритрейская накфа'),
('ru', 'currency_code_esp', 'Песета'),
('ru', 'currency_code_etb', 'Эфиопский быр'),
('ru', 'currency_code_eur', 'Евро'),
('ru', 'currency_code_fim', 'Финская марка'),
('ru', 'currency_code_fjd', 'Доллар Фиджи'),
('ru', 'currency_code_fkp', 'Фунт Фолклендских островов'),
('ru', 'currency_code_frf', 'Французский франк'),
('ru', 'currency_code_gbp', 'Английский фунт'),
('ru', 'currency_code_gel', 'GEL'),
('ru', 'currency_code_ghs', 'Ганский седи'),
('ru', 'currency_code_gip', 'Гибралтарский фунт'),
('ru', 'currency_code_gmd', 'Гамбийский даласи'),
('ru', 'currency_code_gnf', 'Гвинейский франк'),
('ru', 'currency_code_grd', 'Греческая драхма'),
('ru', 'currency_code_gtq', 'Гватемальский кетцаль'),
('ru', 'currency_code_gyd', 'Гайанский доллар'),
('ru', 'currency_code_hkd', 'Гонконгский доллар'),
('ru', 'currency_code_hnl', 'Гондурасская лемпира'),
('ru', 'currency_code_hrk', 'HRK'),
('ru', 'currency_code_htg', 'Гаитянский гурд'),
('ru', 'currency_code_huf', 'Венгерский форинт'),
('ru', 'currency_code_idr', 'Индонезийская рупия'),
('ru', 'currency_code_iep', 'Ирландский фунт'),
('ru', 'currency_code_ils', 'Израильский шекель'),
('ru', 'currency_code_inr', 'Индийская рупия'),
('ru', 'currency_code_iqd', 'Иракский динар'),
('ru', 'currency_code_irr', 'Иранский риал'),
('ru', 'currency_code_isk', 'Исландская крона'),
('ru', 'currency_code_itl', 'Итальянская лира'),
('ru', 'currency_code_jmd', 'Ямайский доллар'),
('ru', 'currency_code_jod', 'Иорданский динар'),
('ru', 'currency_code_jpy', 'Японская иена'),
('ru', 'currency_code_kes', 'Кенийский шиллинг'),
('ru', 'currency_code_khr', 'Камбоджийский риель'),
('ru', 'currency_code_kmf', 'Конголезский франк'),
('ru', 'currency_code_kpw', 'Севернокорейская вона'),
('ru', 'currency_code_krw', 'Южнокорейская вона'),
('ru', 'currency_code_kwd', 'Кувейтский динар'),
('ru', 'currency_code_kyd', 'Доллар Каймановых Островов'),
('ru', 'currency_code_kzt', 'Казахстанский тенге'),
('ru', 'currency_code_lak', 'Лаосский кип'),
('ru', 'currency_code_lbp', 'Ливанский фунт'),
('ru', 'currency_code_lkr', 'Шри-Ланкийская рупия'),
('ru', 'currency_code_lrd', 'Либерийский доллар'),
('ru', 'currency_code_lsl', 'Лоти (Малоти) Лесото'),
('ru', 'currency_code_ltl', 'Литовский лит'),
('ru', 'currency_code_luf', 'Люксембургский франк'),
('ru', 'currency_code_lvl', 'Латвийский лат'),
('ru', 'currency_code_lyd', 'Ливийский динар'),
('ru', 'currency_code_mad', 'MAD'),
('ru', 'currency_code_mdl', 'Молдавский лей'),
('ru', 'currency_code_mga', 'Малагасийский ариари'),
('ru', 'currency_code_mgf', 'Малагасийский франк'),
('ru', 'currency_code_mkd', 'Македонский денар'),
('ru', 'currency_code_mmk', 'Кьят Мьянмы'),
('ru', 'currency_code_mnt', 'Монгольский тугрик'),
('ru', 'currency_code_mop', 'Патака Макао'),
('ru', 'currency_code_mro', 'Мавританская угия'),
('ru', 'currency_code_mtl', 'Мальтийская лира'),
('ru', 'currency_code_mur', 'Маврикийская рупия'),
('ru', 'currency_code_mvr', 'Мальдивская руфия'),
('ru', 'currency_code_mwk', 'Малавийская квача'),
('ru', 'currency_code_mxn', 'Мексиканское песо'),
('ru', 'currency_code_myr', 'Малайзийский ринггит'),
('ru', 'currency_code_mzn', 'Мозамбикский метикал'),
('ru', 'currency_code_nad', 'Намибийский доллар'),
('ru', 'currency_code_ngn', 'Нигерийская найра'),
('ru', 'currency_code_nio', 'Никарагуанская золотая кордоба'),
('ru', 'currency_code_nlg', 'Нидерландский гульден'),
('ru', 'currency_code_nok', 'Норвежская крона'),
('ru', 'currency_code_npr', 'Непальская рупия'),
('ru', 'currency_code_nzd', 'Новозеландский доллар'),
('ru', 'currency_code_omr', 'Оманский риал'),
('ru', 'currency_code_pab', 'Панамский бальбоа'),
('ru', 'currency_code_pen', 'Перуанский новый соль'),
('ru', 'currency_code_pgk', 'Кина Папуа-Новой Гвинеи'),
('ru', 'currency_code_php', 'Филиппинский Песо'),
('ru', 'currency_code_pkr', 'Пакистанская рупия'),
('ru', 'currency_code_pln', 'Польский злотый'),
('ru', 'currency_code_png', 'Кина Новой Гвинеи'),
('ru', 'currency_code_pte', 'Португальский эскудо'),
('ru', 'currency_code_pyg', 'Парагвайский гуарани'),
('ru', 'currency_code_qar', 'Катарский риал'),
('ru', 'currency_code_rol', 'Румынский лей'),
('ru', 'currency_code_ron', 'RON'),
('ru', 'currency_code_rsd', 'Сербский динар'),
('ru', 'currency_code_rub', 'RUB'),
('ru', 'currency_code_rur', 'Российский рубль'),
('ru', 'currency_code_rwf', 'Франк Руанды'),
('ru', 'currency_code_sar', 'Сайдовский риял'),
('ru', 'currency_code_sbd', 'Доллар Соломоновых островов'),
('ru', 'currency_code_scr', 'Сейшельская рупия'),
('ru', 'currency_code_sdp', 'Суданский фунт'),
('ru', 'currency_code_sek', 'Шведская крона'),
('ru', 'currency_code_sgd', 'Сингапурский доллар'),
('ru', 'currency_code_shp', 'Фунт Святой Елены'),
('ru', 'currency_code_sit', 'Словенский толар'),
('ru', 'currency_code_skk', 'Словацкая крона'),
('ru', 'currency_code_sll', 'Сьерра-Леонский леоне'),
('ru', 'currency_code_sos', 'Сомалийский шиллинг'),
('ru', 'currency_code_srd', 'Суринамский доллар'),
('ru', 'currency_code_srg', 'Суринамский гульден'),
('ru', 'currency_code_std', 'Добра'),
('ru', 'currency_code_svc', 'Сальвадорский колон'),
('ru', 'currency_code_syp', 'Сирийский фунт'),
('ru', 'currency_code_szl', 'Свазилендский лилангени'),
('ru', 'currency_code_thb', 'Бат'),
('ru', 'currency_code_tjs', 'Таджикский сомони'),
('ru', 'currency_code_tmt', 'Туркменский манат'),
('ru', 'currency_code_tnd', 'Тунисский динар'),
('ru', 'currency_code_top', 'Паанга (денежная единица Королевства Тонга)'),
('ru', 'currency_code_trl', 'Турецкая лира'),
('ru', 'currency_code_try', 'Турецкая лира'),
('ru', 'currency_code_ttd', 'Доллар Тринидада и Тобаго'),
('ru', 'currency_code_twd', 'Новый Тайваньский Доллар'),
('ru', 'currency_code_tzs', 'Танзанийский шиллинг'),
('ru', 'currency_code_uah', 'UAH'),
('ru', 'currency_code_ugx', 'Угандийский шиллинг'),
('ru', 'currency_code_usd', 'Доллар США'),
('ru', 'currency_code_uyu', 'Уругвайское песо'),
('ru', 'currency_code_uzs', 'Узбекский сум'),
('ru', 'currency_code_veb', 'Венесуэльский боливар'),
('ru', 'currency_code_vef', 'Венесуэльский боливар фуэрте'),
('ru', 'currency_code_vnd', 'Вьетнамский донг'),
('ru', 'currency_code_vuv', 'Вату Вануату'),
('ru', 'currency_code_wst', 'Самоа тала'),
('ru', 'currency_code_xaf', 'XAF'),
('ru', 'currency_code_xcd', 'Восточно-карибский доллар'),
('ru', 'currency_code_xof', 'XOF'),
('ru', 'currency_code_xpf', 'XPF'),
('ru', 'currency_code_yer', 'Йеменский риал'),
('ru', 'currency_code_yum', 'Югославский новый динар'),
('ru', 'currency_code_zar', 'Рэнд'),
('ru', 'currency_code_zmw', 'Замбийская квача'),
('ru', 'currency_code_zwd', 'Доллар Зимбабве'),
('ru', 'currency_deleted', 'Валюта была удалена успешно.'),
('ru', 'currency_rate', 'Курс валюты'),
('ru', 'currency_rate_greater_than_null', 'Курс обмена валюты должен быть больше нуля.'),
('ru', 'currency_sign', 'Символ валюты'),
('ru', 'currently_in_use', 'Выбранный стиль'),
('ru', 'current_amount', 'Текущая сумма'),
('ru', 'current_database_size', 'Текущий размер базы данных'),
('ru', 'current_path', 'Текущий путь'),
('ru', 'current_period', 'Текущий период'),
('ru', 'current_setting_value', 'Текущее значение'),
('ru', 'current_theme', 'Выбранная тема'),
('ru', 'custom', 'Другое'),
('ru', 'customer', 'Покупатель'),
('ru', 'customers', 'Покупатели'),
('ru', 'customers_menu_description', 'Список покупателей магазина —  зарегистрированных пользователей с учетной записью покупателя.'),
('ru', 'customers_with_abandoned', 'Покупатели с незавершенными покупками'),
('ru', 'customer_address', 'Адрес покупателя'),
('ru', 'customer_create_ticket', 'Create Ticket'),
('ru', 'customer_details', 'Данные покупателя'),
('ru', 'customer_email', 'Email покупателя'),
('ru', 'customer_id', 'ID покупателя'),
('ru', 'customer_info', 'О покупателе'),
('ru', 'customer_information', 'Информация о покупателе'),
('ru', 'customer_name', 'Customer Name'),
('ru', 'customer_notes', 'Примечания покупателя'),
('ru', 'customer_notifications', 'Уведомления для покупателей'),
('ru', 'customer_phone', 'Телефон покупателя'),
('ru', 'customer_signature', 'Подпись покупателя'),
('ru', 'customer_sign_in', 'Вход покупателя в учётную запись'),
('ru', 'customer_text_letter_footer', 'Благодарим вас за посещение нашего магазина.'),
('ru', 'customization', 'Настройка'),
('ru', 'customize', 'Редактировать'),
('ru', 'custom_range', 'Пользовательский'),
('ru', 'custom_search', 'Несохранённый поиск'),
('ru', 'cutted_product_codes', 'Следующие коды товаров слишком длинные и были укорочены до 32 символов:'),
('ru', 'cvv2', 'CVV/CVC'),
('ru', 'czech', 'Чешский'),
('ru', 'daily', 'Ежедневно'),
('ru', 'danish', 'Датский'),
('ru', 'dashboard', 'Панель инструментов'),
('ru', 'database', 'База данных'),
('ru', 'database_data_changes', 'Изменения в данных БД'),
('ru', 'database_structure_changes', 'Изменения в структуре БД'),
('ru', 'datafeed.description', 'Будут экспортированы только те товары, которые отвечают <strong>всем</strong> условиям, указанным ниже:'),
('ru', 'datafeed_name', 'Название прайс-листа'),
('ru', 'datakeeper.error_unsupported_file_type', 'Файл не может быть восстановлен. Разрешены только файлы форматов .sql, .zip и .tgz.'),
('ru', 'datakeeper.file_cannot_be_overrided', 'Не удается записать в файл <b>[file]</b>. Установите права на запись вручную или проверьте FTP доступ к вашему серверу в разделе <a href=\"[url]\">\"Центр обновления\"</a>'),
('ru', 'datakeeper.run_backup_via_cron_message', 'Создание резервной копии можно запускать автоматически через определённые промежутки времени. Для этого добавьте в <a href=\"https://ru.wikipedia.org/wiki/Cron\" target=\"_blank\">cron</a> следующую команду:'),
('ru', 'datatrans_caa', 'Авторизация и оплата'),
('ru', 'datatrans_noa', 'Авторизация'),
('ru', 'datatrans_sign', 'Цифровая подпись'),
('ru', 'data_feed', 'Прайс-лист'),
('ru', 'data_feed.error_exim_no_data_exported', 'Данные не экспортированы'),
('ru', 'data_feeds', 'Прайс-листы'),
('ru', 'data_feeds.exclude_shared_products', 'Исключить товары, общие для нескольких витрин'),
('ru', 'data_feeds.text_tooltip_field_name', 'Название столбца в файле прайс-листа.'),
('ru', 'data_feeds.text_tooltip_field_type', 'Тип данных магазина, которые будут экспортированы в этот столбец прайс-листа.'),
('ru', 'date', 'Дата'),
('ru', 'date_added', 'Добавлено'),
('ru', 'date_of_birth', 'Дата рождения'),
('ru', 'day', 'день'),
('ru', 'days', 'дн.'),
('ru', 'days_old', 'дней'),
('ru', 'db_backup_restore', 'Резервиров./Восстановл. БД'),
('ru', 'db_name', 'Название базы данных'),
('ru', 'dear', 'Уважаемый(-ая)'),
('ru', 'dear_sirs', 'Уважаемые господа'),
('ru', 'debit', 'Дебет'),
('ru', 'decimals', 'Число дробных знаков'),
('ru', 'decline', 'Отклонить'),
('ru', 'declined', 'Отклонен'),
('ru', 'declined_products_information', 'Информация об отклоненных товарах'),
('ru', 'decline_products', 'Отклонить товары'),
('ru', 'decline_selected', 'Отклонить выбранные'),
('ru', 'decorator', 'Декоратор'),
('ru', 'decrease', 'Уменьшение'),
('ru', 'dec_sign', 'Дробный разделитель'),
('ru', 'default', 'По умолчанию'),
('ru', 'default_category_view', 'Отображение категории по умолчанию'),
('ru', 'default_currency_status', 'Невозможно изменить статус для Базовой валюты'),
('ru', 'default_filter_by_location', 'Фильтр не задан. По умолчанию включен фильтр по странице макета.'),
('ru', 'default_language', 'Язык по умолчанию');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('ru', 'default_language_status', 'Невозможно изменить статус языка по умолчанию'),
('ru', 'default_layout', 'Макет по умолчанию'),
('ru', 'default_long_options_template', 'Стандартный шаблон с длинными названиями опций'),
('ru', 'default_product_details_view', 'Родительский ([default])'),
('ru', 'default_storefront', 'По умолчанию'),
('ru', 'default_storefront_must_exist', 'Витрина по умолчанию должна существовать в магазине'),
('ru', 'default_template', 'Стандартный шаблон'),
('ru', 'default_value', 'Значение по умолчанию'),
('ru', 'deferred', 'Отложенный'),
('ru', 'defined', 'Заданный'),
('ru', 'defined_desired_products', 'Список Избранных товаров'),
('ru', 'defined_items', 'заданных товаров'),
('ru', 'delay', 'Задержка (в секундах)'),
('ru', 'delete', 'Удалить'),
('ru', 'deleted', 'Удалено'),
('ru', 'deleted_product', 'Удаленный товар'),
('ru', 'delete_all_images', 'Удалить все изображения'),
('ru', 'delete_block', 'Удалить блок'),
('ru', 'delete_confirmation', 'Вы уверены, что хотите удалить выбранные записи?'),
('ru', 'delete_downloadable_product_files', 'Удалить существующие файлы цифровых товаров'),
('ru', 'delete_downloadable_product_files_tooltip', 'Если данная настройка включена, импортируемые цифровые товары будут заменять уже существующие файлы на новые. Если настройка выключена, новые файлы цифровых товаров будут добавляться к уже существующим.'),
('ru', 'delete_grid', 'Удалить секцию'),
('ru', 'delete_image', 'Удалить изображение'),
('ru', 'delete_image_pair', 'Удалить пару изображений'),
('ru', 'delete_install_folder', 'Пожалуйста, удалите папку install.<br /><br />Пока папка install не удалена, безопасность магазина может быть под угрозой.'),
('ru', 'delete_range', 'Удалить диапазон'),
('ru', 'delete_selected', 'Удалить выбранные'),
('ru', 'delete_this_category', 'Удалить эту категорию'),
('ru', 'delete_this_page', 'Удалить эту страницу'),
('ru', 'delete_this_return', 'Удалить этот возврат'),
('ru', 'delivery_time', 'Время доставки'),
('ru', 'demo', 'Демо'),
('ru', 'demo_mode', 'Включен demo режим'),
('ru', 'demo_mode_content_text', '<p>Магазин работает в <b>DEMO</b> режиме и эта функциональность не доступна.</p>'),
('ru', 'demo_panel.block_manager.enable', 'Редактировать структуру<br/><br/>Меняйте блоки с информацией: показывайте и скрывайте или перемещайте их.<br/>Сейчас это работает только на странице оформления заказа. Добавьте товар в корзину и перейдите к оформлению заказа, чтобы увидеть редактор.<br/><br/>Чтобы пользоваться этой функциональностью в вашем магазине на [product], перейдите в меню \"Дизайн → Темы\" и нажмите \"Редактировать макет\".'),
('ru', 'demo_panel.demo_store_panel', 'Панель демо-магазина'),
('ru', 'demo_panel.demo_will_be_reset_in', 'Демо-магазин будет обновлен через:'),
('ru', 'demo_panel.go_admin_panel', 'Перейти в панель администратора'),
('ru', 'demo_panel.go_storefront', 'Перейти на витрину'),
('ru', 'demo_panel.go_vendor_panel', 'Перейти в панель продавца'),
('ru', 'demo_panel.live_editor.enable', 'Редактировать контент<br/><br/>Меняйте тексты и другие данные сразу на витрине, не используя панель администратора.<br/><br/>Чтобы пользоваться этой функциональностью в вашем магазине на [product], перейдите в меню \"Дизайн → Темы\" и нажмите \"Редактировать контент\".'),
('ru', 'demo_panel.theme_editor.enable', 'Редактировать стиль<br/><br/>Меняйте стиль вашего магазина (логотипы, цвета, шрифты и т.д.) и сразу смотрите на получившийся результат.<br/><br/>Чтобы пользоваться этой функциональностью в вашем магазине на [product], перейдите в меню \"Дизайн → Темы\" и нажмите \"Редактор тем\".'),
('ru', 'denied', 'Отклонено'),
('ru', 'dependence', 'Сортировать по'),
('ru', 'deposit_amount', 'Средства на счете'),
('ru', 'deprecated', 'Не рекомендуется'),
('ru', 'desc', 'по убыв.'),
('ru', 'description', 'Description'),
('ru', 'descr_avs', 'Ответ верификации AVS'),
('ru', 'descr_cvv', 'Ответ верификации CVV2'),
('ru', 'design', 'Дизайн'),
('ru', 'design_mode', 'Режим дизайна'),
('ru', 'desired_amount', 'Желаемое количество'),
('ru', 'destination', 'Назначение'),
('ru', 'destination_nothing_found', 'Нет подходящего пункта назначения'),
('ru', 'detailed_description', 'Детальное описание'),
('ru', 'detailed_image', 'Увеличенное изображение'),
('ru', 'detailed_images', 'Увеличенные изображения'),
('ru', 'detailed_image_url', 'URL увеличенного изображения'),
('ru', 'detailed_info', 'Подробная информация'),
('ru', 'detailed_shipment', 'Отдельная отгрузка'),
('ru', 'details', 'детали'),
('ru', 'developer', 'Разработчик'),
('ru', 'development', 'Режим разработки'),
('ru', 'dhl_upgrade_notification_text', '<p>В последней версии [product] изменились настройки расчета стоимости доставки DHL в режиме реального времени.</p><p>Если вы хотите показывать покупателям текущую стоимость доставки, выполните следующие шаги:</p><ul><li>перейдите в Администрирование > Доставка и налоги > Способы доставки</li><li>выберите способ доставки, который использует перевозчика DHL для расчета стоимости доставки</li><li>перейдите на вкладку Общее и выберите необходимую Службу доставки</li><li>перейдите на вкладку Настроить и введите правильный ID сайта и пароль.</li></ul>'),
('ru', 'dhl_upgrade_notification_title', 'Изменения в расчете стоимости доставки DHL в режиме реального времени'),
('ru', 'diff', 'Изменения файлов'),
('ru', 'different_only', 'Только различные'),
('ru', 'directory', 'Директория'),
('ru', 'direct_download', 'Скачать файл'),
('ru', 'disable', 'Выкл.'),
('ru', 'disabled', 'Выкл.'),
('ru', 'disabled_categories', 'Неактивные категории'),
('ru', 'disable_for', 'Выключить для'),
('ru', 'disable_selected', 'Выключить выбранные'),
('ru', 'disapprove', 'Отказать'),
('ru', 'disapproved', 'Отклонены'),
('ru', 'disapprove_selected', 'Отклонить выбранные'),
('ru', 'discount', 'Скидка'),
('ru', 'discounted_price', 'Цена со скидкой'),
('ru', 'discounts', 'Скидки'),
('ru', 'discount_coupon', 'Купон на скидку'),
('ru', 'discount_coupon_code', 'Код купона на скидку'),
('ru', 'discussion', 'Отзывы и комментарии'),
('ru', 'discussion.add_new_review', 'Отзывы и комментарии: новый отзыв'),
('ru', 'discussion.agreement_text_full_add_new_review', '<p>Ваше имя появится рядом с вашим отзывом или комментарием, и его смогут увидеть все. В целях безопасности мы ([company]) также сохраняем ваш IP-адрес, но увидеть его смогут только наши сотрудники. Эти данные будут храниться у нас в системе, пока вы не отзовёте своё согласие на обработку данных. Если вы хотите, чтобы ваши персональные данные были удалены, отправьте сообщение на электронный адрес [email].</p> <p>Если Вы считаете, что Ваши персональные данные используются не по назначению, Вы имеете право обратиться с жалобой в надзорный орган. Согласно “Общему регламенту по защите данных” в ЕС мы обязаны сообщить Вам об этом праве, мы не планируем использовать Ваши данные не по назначению.</p>'),
('ru', 'discussion.agreement_text_short_add_new_review', 'Я согласен/согласна на <u>обработку своих персональных данных указанным образом.</u>'),
('ru', 'discussion.anonymous_setting_restored_upgrade_notification', 'В прошлой версии 4.9.1 у настройки <strong>Администратор должен утверждать оставленные сообщения</strong> не было варианта<strong>Только гости</strong>. Мы вернули этот вариант, и теперь неавторизованные пользователи снова могут оставлять отзывы. Проверьте настройки модуля и убедитесь, что всё настроено так, как нужно вам.'),
('ru', 'discussion.anonymous_setting_restored_upgrade_notification_title', 'Поменялись настройки модуля \"Отзывы и комментарии\"'),
('ru', 'discussion.please_log_in_to_write_a_review', 'Войдите в учётную запись, чтобы оставить отзыв'),
('ru', 'discussion.you_have_to_buy_from_vendor_before_writing_review', 'Вы не можете оставить отзыв об этом продавце. Покупатели могут оставить отзыв о продавце только после того, как они что-то купили у этого продавца. Если вы покупали товар у этого продавца, но всё равно видите это сообщение, свяжитесь с нами.'),
('ru', 'discussion.you_have_to_buy_product_before_writing_review', 'Вы не можете написать отзыв об этом товаре. Покупатели могут писать отзывы только о приобретенных товарах. Если вы приобрели товар, но по-прежнему видите данное сообщение, свяжитесь с нами.'),
('ru', 'discussion_manager', 'Отзывы и обсуждения'),
('ru', 'discussion_tab_categories', 'Отзывы о категориях'),
('ru', 'discussion_tab_companies', 'Отзывы о компании'),
('ru', 'discussion_tab_home_page', 'Отзывы о магазине'),
('ru', 'discussion_tab_orders', 'Комментарии к заказам'),
('ru', 'discussion_tab_pages', 'Отзывы о страницах'),
('ru', 'discussion_tab_products', 'Отзывы о товарах'),
('ru', 'discussion_title_category', 'Отзывы'),
('ru', 'discussion_title_company', 'Отзывы'),
('ru', 'discussion_title_giftreg', 'Гостевая книга'),
('ru', 'discussion_title_home_page', 'Отзывы'),
('ru', 'discussion_title_home_page_menu_description', 'Управление отзывами посетителей вашего магазина.'),
('ru', 'discussion_title_order', 'Обсуждение'),
('ru', 'discussion_title_page', 'Комментарии'),
('ru', 'discussion_title_product', 'Отзывы'),
('ru', 'discussion_title_return', 'Обсуждение'),
('ru', 'dispatch', 'Страница'),
('ru', 'dispatch_value', 'Значение параметра «dispatch»'),
('ru', 'displayed_vendors', 'Отображать продавцов'),
('ru', 'display_bottom_buttons', 'Показывать нижние кнопки'),
('ru', 'display_delete_icons', 'Показывать иконки для удаления'),
('ru', 'display_in_promotions', 'Показывать в промо-акциях'),
('ru', 'display_message', 'Показывать сообщение'),
('ru', 'display_on', 'Показывать на'),
('ru', 'display_type', 'Тип отображения'),
('ru', 'display_variants_count', 'Кол-во отображаемых вариантов фильтра перед прокруткой'),
('ru', 'documents', 'Документы'),
('ru', 'document_exists', 'Документ с выбранным фрагментом кода уже существует. Пожалуйста, попробуйте выбрать другой фрагмент.'),
('ru', 'document_import_success_msg', 'Все документы были импортированы без ошибок.'),
('ru', 'document_preview_gift_certificate_not_found', 'Нет созданных подарочных сертификатов. Предпросмотр работает только при наличии доступных данных. Пожалуйста, создайте подарочный сертификат и снова воспользуйтесь функцией предпросмотра.'),
('ru', 'document_preview_order_not_found', 'Нет созданных заказов. Предпросмотр работает только при наличии доступных данных. Пожалуйста, создайте заказ и снова воспользуйтесь функцией предпросмотра.'),
('ru', 'document_preview_return_request_not_found', 'Нет созданных запросов на возврат. Предпросмотр работает только при наличии доступных данных. Пожалуйста, создайте запрос и снова воспользуйтесь функцией предпросмотра.'),
('ru', 'document_preview_suppliers_not_found', 'Нет зарегистрированных поставщиков. Предпросмотр работает только при наличии доступных данных. Пожалуйста, добавьте поставщиков и снова воспользуйтесь функцией предпросмотра.'),
('ru', 'domain', 'Домен'),
('ru', 'domains', 'Домены'),
('ru', 'domestic_usps', 'Внутренний U.S.P.S.'),
('ru', 'done', 'Готово'),
('ru', 'dont_recalculate_order', 'Не пересчитывать заказ'),
('ru', 'dont_track', 'Не отслеживать'),
('ru', 'dont_use_cardinal', 'Не использовать Cardinal Centinel&reg; для 3-D Secure Payer Authentication'),
('ru', 'dots', 'Точки'),
('ru', 'down', 'Вниз'),
('ru', 'download', 'Скачать'),
('ru', 'downloadable', 'Цифровой товар'),
('ru', 'downloadable_product_files_directory', 'Директория для файлов цифровых товаров'),
('ru', 'downloadable_shipping', 'Использовать доставку если скачиваемый'),
('ru', 'downloads', 'Загрузки'),
('ru', 'downloads_max_left', 'Скачиваний всего/осталось'),
('ru', 'download_key_expiry', 'Ключ для загрузки истекает'),
('ru', 'download_link_expired', 'Ссылка для загрузки устарела или не готова'),
('ru', 'do_not_change', 'Оставить без изменений'),
('ru', 'do_not_pass_logo', 'Не отсылать логотип магазина'),
('ru', 'do_not_use', 'Не использовать'),
('ru', 'drlicense_number', 'Номер водительских прав'),
('ru', 'dropdown_horizontal', 'Горизонтальный выпадающий список'),
('ru', 'dropdown_limit', 'Минимальное кол-во элементов для отображения в выпадающем списке.'),
('ru', 'dropdown_second_level_elements', 'Элементы второго уровня'),
('ru', 'dropdown_third_level_elements', 'Элементы третьего уровня'),
('ru', 'dropdown_vertical', 'Вертикальный выпадающий список'),
('ru', 'drop_existing_data', 'Удалить все существующие файлы товаров перед импортом'),
('ru', 'drop_images_select', 'Выберите изображения'),
('ru', 'drop_images_select_short', 'Выберите'),
('ru', 'drop_images_to_upload', 'Перетащите изображения сюда'),
('ru', 'dump_file_not_writable', 'Запись в файл, который Вы пытаетесь сохранить, невозможна. Пожалуйста, проверьте права доступа'),
('ru', 'duplicate', 'Дублировать транзакции'),
('ru', 'dutch', 'Нидерландский'),
('ru', 'dynamic', 'Динамический'),
('ru', 'dynamic_content', 'Содержимое этого блока будет отображаться только на <a href=\"[url]\">этой странице</a>.'),
('ru', 'dynamic_tree_cat', 'Динамическое дерево'),
('ru', 'dynamic_tree_pages', 'Динамическое дерево'),
('ru', 'earned_points', 'Баллы за товар'),
('ru', 'earned_point_modifier', 'Модификатор баллов'),
('ru', 'easing', 'Переход'),
('ru', 'easter_coming_soon_message', 'Ой, похоже, эта функциональность ещё не работает! Но мы об этом знаем и постараемся скоро привести её в рабочее состояние.'),
('ru', 'edit', 'Редактировать'),
('ru', 'editing', 'Редактирование'),
('ru', 'editing_attachment', 'Редактирование прикрепленного файла'),
('ru', 'editing_block', 'Редактирование блока'),
('ru', 'editing_category', 'Редактирование категории'),
('ru', 'editing_certificate', 'Редактирование сертификата'),
('ru', 'editing_chart', 'Редактирование отчета'),
('ru', 'editing_combination', 'Редактирование комбинации'),
('ru', 'editing_container', 'Редактирование контейнера'),
('ru', 'editing_currency', 'Редактирование валюты'),
('ru', 'editing_defined_products', 'Редактирование заданных товаров'),
('ru', 'editing_document', 'Редактирование [name]'),
('ru', 'editing_email_snippet', 'Редактирование сниппета'),
('ru', 'editing_email_template', 'Редактирование уведомлений'),
('ru', 'editing_file', 'Редактирование файла'),
('ru', 'editing_filter', 'Редактирование фильтра'),
('ru', 'editing_folder', 'Редактирование папки'),
('ru', 'editing_form', 'Редактирование формы'),
('ru', 'editing_global_vars', 'Редактирование общих переменных'),
('ru', 'editing_grid', 'Редактирование секции'),
('ru', 'editing_group', 'Редактирование группы'),
('ru', 'editing_internal_template', 'Редактирование уведомлений'),
('ru', 'editing_item', 'Редактирование элемента'),
('ru', 'editing_language', 'Редактирование языка'),
('ru', 'editing_layout', 'Редактирование макета'),
('ru', 'editing_link', 'Редактирование ссылки'),
('ru', 'editing_localization', 'Редактирование локализации'),
('ru', 'editing_location', 'Редактирование пункта назначения'),
('ru', 'editing_mailing_list', 'Редактирование списка рассылки'),
('ru', 'editing_menu', 'Редактирование меню'),
('ru', 'editing_option', 'Редактирование опции'),
('ru', 'editing_order', 'Редактирование заказа'),
('ru', 'editing_order_invoice', 'Редактирование счёта для заказа #[order_id]'),
('ru', 'editing_order_invoice_responsive', 'Редактирование счёта заказа'),
('ru', 'editing_page', 'Редактирование страницы'),
('ru', 'editing_payment', 'Редактирование способа оплаты'),
('ru', 'editing_poll', 'Редактирование опроса'),
('ru', 'editing_product', 'Редактирование товара'),
('ru', 'editing_product_feature', 'Редактирование характеристики товаров'),
('ru', 'editing_profile', 'Редактирование учетной записи'),
('ru', 'editing_profile_field', 'Редактирование поля профиля'),
('ru', 'editing_profile_name', 'Редактирование профиля: [name]'),
('ru', 'editing_promotion', 'Редактирование промо-акции'),
('ru', 'editing_question', 'Редактирование вопроса'),
('ru', 'editing_quick_menu_link', 'Редактирование ссылки быстрого меню'),
('ru', 'editing_quick_menu_section', 'Редактирование раздела быстрого меню'),
('ru', 'editing_rate_area', 'Редактирование тарифной зоны'),
('ru', 'editing_report', 'Редактирование отчета'),
('ru', 'editing_shipping_method', 'Редактирование способа доставки'),
('ru', 'editing_sitemap_section', 'Редактирование раздела карты сайта'),
('ru', 'editing_snippet', 'Редактирование сниппета'),
('ru', 'editing_status', 'Редактирование статуса'),
('ru', 'editing_storefront', 'Редактирование витрины'),
('ru', 'editing_store_location', 'Редактирование местоположения магазина'),
('ru', 'editing_supplier', 'Редактирование поставщика'),
('ru', 'editing_tab', 'Редактирование вкладки'),
('ru', 'editing_table_column', 'Редактирование столбца'),
('ru', 'editing_tax', 'Редактирование налога'),
('ru', 'editing_vendor', 'Редактирование продавца'),
('ru', 'edition_type', 'Редактирование типа'),
('ru', 'edit_admin_notification', 'Отредактировать уведомление, отправляемое администратору'),
('ru', 'edit_and_send_invoice', 'Внести изменения и отправить счёт'),
('ru', 'edit_content_on_site', 'Редактировать контент'),
('ru', 'edit_corresponding_profile_field', 'Чтобы изменить тип поля или его варианты, <a href=\"[URL]\">отредактируйте соответствующее поле в секции адреса доставки</a>.'),
('ru', 'edit_customer_notification', 'Отредактировать уведомление, отправляемое покупателям'),
('ru', 'edit_files', 'Редактирование'),
('ru', 'edit_invoice', 'Редактировать счёт'),
('ru', 'edit_layout', 'Редактировать макет'),
('ru', 'edit_layout_on_site', 'Редактировать макет'),
('ru', 'edit_order', 'Редактировать заказ'),
('ru', 'edit_products', 'Редактировать товары'),
('ru', 'edit_profile', 'Профиль'),
('ru', 'edit_profile_note', 'Изменить email, пароль, адрес доставки, оплаты и другие данные профиля'),
('ru', 'edit_report', 'Редактировать отчет'),
('ru', 'edit_robots', 'Изменить файл robots.txt'),
('ru', 'edit_selected', 'Редактировать выбранные'),
('ru', 'edp_access_granted', 'Теперь Вы можете скачать оплаченный товар'),
('ru', 'edp_access_subj', 'Доступ к электронным товарам предоставлен'),
('ru', 'edp_enable_shipping', 'Рассчитать стоимость доставки для электронного товара как для обычного'),
('ru', 'eib', 'ET - Extra info block'),
('ru', 'eib_wrapper', 'ET - Extra info block'),
('ru', 'elements_per_column_third_level_view', 'AB: Количество элементов в каждой колонке последнего уровня при использовании <b>Режима 3-х уровневого меню (выпадающим списком)</b>'),
('ru', 'elements_per_column_third_level_view.tooltip', 'Данная настройка ограничивает количество отображаемых пунктов меню третьего уровня в каждой из двух колонок последнего уровня при включенном режиме <b>Режим 3-х уровневого меню (выпадающим списком)</b>. Оставшиеся пункты меню (превышающие выбранное кол-во) не будут показаны в меню. Настройку рационально использовать в случае, если на третьем уровне очень большое количество подпунктов меню'),
('ru', 'email', 'E-mail'),
('ru', 'email.one_time_password.message', '<p>Вы запросили одноразовый код для входа в учётную запись на <a href=\"[storefront_url]\">[storefront_url]</a>. Вот ваш код:</p><p><strong><code>[password]</code></strong></p><p>Не сообщайте его никому. Если вы не запрашивали код, то не обращайте внимания на это сообщение. Никто не сможет войти в вашу учётную запись без пароля или доступа к вашей почте.</p>'),
('ru', 'email.one_time_password.title', 'Вход без пароля'),
('ru', 'emails', 'Email'),
('ru', 'email_address', 'Email'),
('ru', 'email_cannot_be_empty', 'Введите email'),
('ru', 'email_header', 'Заголовок email'),
('ru', 'email_marketing.confirm_subscription', 'Пожалуйста, подтвердите подписку'),
('ru', 'email_marketing.email_subscribed', 'Вы подписаны на нашу рассылку'),
('ru', 'email_marketing.email_subscribed_2optin', 'Подписка подтверждена'),
('ru', 'email_marketing.enter_api_key_and_save', 'Пожалуйста, сначала введите API-ключ и сохраните изменения'),
('ru', 'email_marketing.error_no_list', 'Чтобы начать импорт контактов, выберите список рассылки в настройках модуля'),
('ru', 'email_marketing.export_all', 'Экспортировать все'),
('ru', 'email_marketing.new_subscriber', 'Новый подписчик'),
('ru', 'email_marketing.subscription_confirmed', 'Спасибо, что подписались на нашу рассылку!'),
('ru', 'email_marketing.subscription_confirmed_2', 'Подписка подтверждена'),
('ru', 'email_marketing.subscription_pending', 'Необходимо подтвердить адрес эл. почты!'),
('ru', 'email_marketing.sync', 'Синхронизировать'),
('ru', 'email_marketing.text_confirm_subscription', 'Мы получили запрос на подписку от вас. Пожалуйста, подтвердите его: <p><a href=\"[href]\">Нажмите здесь для подтверждения подписки на нашу информационную рассылку.</a></p>Если вы получили это сообщение по ошибке, просто удалите его. Вы не будете подписаны, пока не пройдете по ссылке выше.'),
('ru', 'email_marketing.text_email_subscribed', 'Спасибо за то, что подписались на нашу рассылку.<p>Если вы больше не хотите получать наши письма, <a href=\"[href]\">нажмите здесь, чтобы отписаться</a>.</p>'),
('ru', 'email_marketing.text_email_subscribed_2optin', 'Ваша подписка на нашу информационную рассылку подтверждена.<p>Если вы больше не хотите получать наши письма, <a href=\"[href]\">нажмите здесь, чтобы отписаться</a>.</p>'),
('ru', 'email_marketing.text_subscribe', 'Подписаться на нашу информационную рассылку'),
('ru', 'email_marketing.text_subscription_confirmed', 'Ваша подписка подтверждена. Никаких дополнительных действий не требуется.'),
('ru', 'email_marketing.text_subscription_confirmed_2', 'Ваша подписка на нашу рассылку подтверждена. Спасибо!'),
('ru', 'email_marketing.text_subscription_pending', 'Спасибо, что подписались на нашу рассылку.<p>Вам выслано электронное письмо для подтверждения подписки. Пожалуйста, пройдите по ссылке в этом письме, чтобы подтвердить подписку.</p>'),
('ru', 'email_marketing.text_unsubscribe_successful', 'Ваш адрес  эл. почты удален из нашего списка.'),
('ru', 'email_marketing.tmpl_subscription', 'Email-маркетинг: форма подписки'),
('ru', 'email_marketing.unsubscribe_successful', 'Вы успешно отписались от информационной рассылки'),
('ru', 'email_marketing.warning_email_exists', '[email] уже подписан'),
('ru', 'email_order_invoice_subject', '[company_name]: Счёт для заказа #[order_id]'),
('ru', 'email_subject', 'Тема email'),
('ru', 'email_template.accounting_new_payout', 'Бухгалтерский учёт: Была назначена выплата'),
('ru', 'email_template.accounting_new_withdrawal', 'Бухгалтерский учет: Был запрошен вывод средств'),
('ru', 'email_template.accounting_payout_approved', 'Бухгалтерский учёт: выплата была выполнена'),
('ru', 'email_template.accounting_payout_declined', 'Бухгалтерский учёт: не удалось выполнить выплату'),
('ru', 'email_template.accounting_withdrawal_approved', 'Бухгалтерский учет: вывод средств был выполнен'),
('ru', 'email_template.accounting_withdrawal_declined', 'Бухгалтерский учет: запрос на вывод средств был отклонен'),
('ru', 'email_template.activate_profile', 'Требуется активация профиля пользователя'),
('ru', 'email_template.apply_for_vendor_notification', 'Стать продавцом'),
('ru', 'email_template.back_in_stock_notification', 'Товар снова в наличии'),
('ru', 'email_template.call_requests_buy_with_one_click', 'Обратный звонок: уведомление о покупке в один клик'),
('ru', 'email_template.call_requests_call_request', 'Обратный звонок: запрос на обратный звонок'),
('ru', 'email_template.company_payment_notification', 'Добавление нового платежа'),
('ru', 'email_template.company_status_notification', 'Изменение статуса компании'),
('ru', 'email_template.create_profile', 'Создание профиля пользователя'),
('ru', 'email_template.discussion_notification', 'Уведомление об отзывах и комментариях'),
('ru', 'email_template.edp_access', 'Заказы: доступ к цифровым товарам'),
('ru', 'email_template.email_marketing_confirmation', 'Email-маркетинг: подтверждение подписки'),
('ru', 'email_template.email_marketing_welcome', 'Email-маркетинг: приветственное письмо (вариант 1)'),
('ru', 'email_template.email_marketing_welcome_2optin', 'Email-маркетинг: приветственное письмо (вариант 2)'),
('ru', 'email_template.form_builder_form', 'Форма обратной связи'),
('ru', 'email_template.gift_certificates_notification', 'Подарочный сертификат'),
('ru', 'email_template.give_coupon', 'Промо-акции: купон'),
('ru', 'email_template.hybrid_auth_create_profile', 'Создать профиль пользователя, используя данные из социальной сети'),
('ru', 'email_template.low_stock', 'Мало товаров в наличии'),
('ru', 'email_template.newsletters_newsletter', 'Рассылка'),
('ru', 'email_template.newsletters_promotion', 'Рассылки: промо-акция'),
('ru', 'email_template.one_time_password_request', 'Одноразовый код для входа без пароля'),
('ru', 'email_template.order_notification', 'Статус заказа: [name]'),
('ru', 'email_template.order_notification_default', 'Статус заказа: шаблон по умолчанию для нового статуса заказа'),
('ru', 'email_template.params.attach_order_document', 'Прикрепить PDF-файл'),
('ru', 'email_template.product_reviews_notification', 'Отзывы о товарах: уведомление о новом отзыве'),
('ru', 'email_template.product_reviews_reply_notification', 'Отзывы о товарах: уведомление об ответе'),
('ru', 'email_template.profile_activated', 'Учетная запись пользователя активирована'),
('ru', 'email_template.profile_deactivated', 'Учетная запись пользователя отключена'),
('ru', 'email_template.recover_password', 'Восстановление пароля'),
('ru', 'email_template.reminder', 'Истечение срока действия пароля администратора'),
('ru', 'email_template.reward_points_notification', 'Бонусные баллы'),
('ru', 'email_template.rma_slip_notification', 'Возврат товаров: упаковочный реестр'),
('ru', 'email_template.shipment_products', 'Заказы: Товары отгружены'),
('ru', 'email_template.shipping_error', 'Доставка: ошибка запроса'),
('ru', 'email_template.suppliers_notification', 'Уведомление от поставщика'),
('ru', 'email_template.track', 'Заказы: отслеживание'),
('ru', 'email_template.update_profile', 'Обновление профиля пользователя'),
('ru', 'email_template.upgrade_backup_info', 'Обновление: ссылка для восстановления данных'),
('ru', 'email_template.usergroup_activation', 'Активация группы пользователей'),
('ru', 'email_template.usergroup_disactivation', 'Деактивация группы пользователей'),
('ru', 'email_template.usergroup_request', 'Запрос на добавление в группу'),
('ru', 'email_template.vendor_communication.notify_admin', 'Чат с продавцом: уведомление для администратора'),
('ru', 'email_template.vendor_communication.notify_customer', 'Чат с продавцом: уведомление для покупателя'),
('ru', 'email_template.vendor_data_premoderation_notification', 'Премодерация данных продавца'),
('ru', 'email_template.vendor_invitation', 'Приглашение продавца'),
('ru', 'email_template.vendor_plans_payment', 'Тарифные планы для продавцов: уведомление об оплате'),
('ru', 'email_template.vendor_plans_plan_changed', 'Тарифные планы для продавцов: уведомление о смене плана'),
('ru', 'email_template.vendor_plans_revenue', 'Тарифные планы для продавцов: уведомление о выручке'),
('ru', 'email_templates', 'Шаблоны email-уведомлений'),
('ru', 'email_template_exists', 'Шаблон email-уведомления с выбранным фрагментом кода уже существует. Пожалуйста, попробуйте выбрать другой фрагмент.'),
('ru', 'email_template_import_success_msg', 'Все шаблоны уведомлений были импортированы без ошибок.'),
('ru', 'email_to', 'Отправлять на эл. почту'),
('ru', 'empty', 'Пусто'),
('ru', 'empty_key_value', 'Пустое значение ключа таблицы'),
('ru', 'enable', 'Вкл.'),
('ru', 'enabled', 'Включен'),
('ru', 'enable_cdn', 'Включить CDN'),
('ru', 'enable_for', 'Включить для'),
('ru', 'enable_link', 'Включить ссылку'),
('ru', 'enable_or_disable_block', 'Вкл./Выкл.'),
('ru', 'enable_or_disable_container', 'Вкл./Выкл.'),
('ru', 'enable_or_disable_grid', 'Вкл./Выкл.'),
('ru', 'enable_quick_view', 'Включить быстрый просмотр'),
('ru', 'enclosure', 'Обрамляющий символ для значений в ячейках'),
('ru', 'encryption', 'Шифрование'),
('ru', 'encryption_key', 'Ключ шифрования'),
('ru', 'end_date', 'Дата окончания'),
('ru', 'english', 'Английский'),
('ru', 'enter_category_name_and_path', 'Введите путь и имя категории. Например, \"Электроника/Компьютеры/Ноутбуки\"'),
('ru', 'enter_code', 'Ввести код'),
('ru', 'enter_color_name_and_code', 'Введите название и код цвета. Например, \"Красный #ff0000\"'),
('ru', 'enter_data', 'Введите данные'),
('ru', 'enter_email', 'Ваш e-mail'),
('ru', 'enter_new_lang_code', 'Введите новый код языка'),
('ru', 'enter_other', 'Ввести другое'),
('ru', 'enter_your_price', 'Введите вашу цену'),
('ru', 'entity', 'Сущность'),
('ru', 'entry_page', 'Страница входа'),
('ru', 'entry_point', 'Точка входа'),
('ru', 'envelope', 'Конверт'),
('ru', 'epdq_3ds_main', 'Основное окно'),
('ru', 'epdq_3ds_popup', 'Всплывающее окно'),
('ru', 'error', 'Ошибка'),
('ru', 'errorCode', 'Код ошибки'),
('ru', 'errorName', 'Название ошибки'),
('ru', 'error_account_disabled', 'Ваша учетная запись закрыта. Пожалуйста, свяжитесь с администрацией магазина.'),
('ru', 'error_admin_not_created_email_already_used', 'Учетная запись администратора не была создана. Данный адрес электронной почты используется другим пользователем. Вы можете создать учетную запись администратора для этого продавца вручную.'),
('ru', 'error_admin_not_created_name_already_used', 'Учетная запись администратора не была создана. Данное имя используется другим пользователем. Вам нужно сменить имя учетной записи.'),
('ru', 'error_admin_registers_as_vendor', 'Вы не можете стать продавцом, так как в данный момент вы вошли в магазин в качестве администратора. Пожалуйста, выйдите из своего аккаунта и заново отправьте форму.'),
('ru', 'error_ajax', 'Ой, произошла ошибка ([error]). Пожалуйста, попробуйте еще раз.'),
('ru', 'error_already_posted', 'Вы уже писали сообщение в этом обсуждении'),
('ru', 'error_area_access_denied', 'Доступ запрещен!'),
('ru', 'error_cannot_delete_files', 'Невозможно удалить эти файлы: <b>[files]</b>. Пожалуйста, проверьте права доступа.'),
('ru', 'error_change_admin_data_in_frontend', 'Нельзя менять email и пароль администратора через витрину. Пожалуйста, войдите с помощью учетной записи покупателя.'),
('ru', 'error_class_phar_data_not_found', 'Класс PharData не найден. Подробнее:  <a href=\"https://php.net/manual/en/class.phardata.php\">https://php.net/manual/en/class.phardata.php</a>'),
('ru', 'error_class_zip_archive_not_found', 'Класс ZipArchive не найден. Подробнее: <a href=\"https://php.net/manual/en/class.ziparchive.php\">https://php.net/manual/en/class.ziparchive.php</a>'),
('ru', 'error_confirmation_code_invalid', 'К сожалению, не удалось пройти антибот проверку. Попробуйте ещё раз.'),
('ru', 'error_curl_not_exists', '<b>Предупреждение!</b><br />PHP CURL модуль <b>не</b> поддерживается вашим сервером. <b>[method]</b> будет не выполним. Пожалуйста, свяжитесь с вашим хостинг провайдером.'),
('ru', 'error_curl_ssl_not_exists', '<b>Предупреждение!</b><br />PHP CURL модуль установлен на вашем сервере <b>без</b> SSL поддержки. <b>[method]</b> будет невыполним. Пожалуйста, свяжитесь с вашим хостинг провайдером.'),
('ru', 'error_currency_exists', 'Валюта с кодом <b>[code]</b> уже существует'),
('ru', 'error_delete_theme_company', 'Эта тема используется одной из ваших витрин. Пожалуйста, выберите для нее другую тему перед тем как удалить эту.'),
('ru', 'error_delete_theme_layout', 'Макет, используемый этой темой, установлен как основной. Установите другой макет в качестве основного перед удалением.'),
('ru', 'error_demo_mode', 'Магазин работает в <b>демонстрационном</b> режиме и эта функция отключена'),
('ru', 'error_directory_not_writable', 'Запись в директорию \"[dir]\" запрещена. Пожалуйста, проверьте права доступа к этой директории.'),
('ru', 'error_email_already_subscribed', 'Ваш email уже есть в списке рассылки.'),
('ru', 'error_empty_company_name', 'Название компании не может быть пустым'),
('ru', 'error_exim_cant_open_file', 'Не могу открыть загруженный файл'),
('ru', 'error_exim_cant_read_file', 'Не могу прочитать загруженный файл'),
('ru', 'error_exim_fields_not_selected', 'Поля для экспорта не выбраны'),
('ru', 'error_exim_file_doesnt_exist', 'Файл не существует'),
('ru', 'error_exim_get_images_for_products', 'Не удалось импортировать изображения некоторых товаров. Данные изображения либо не существуют (или недоступны), либо путь к данным изображениям в файле импорта указан неверно.'),
('ru', 'error_exim_incorrect_lines', 'Некорректная информация в CSV файле (некорректный разделитель, пропущены поля и т.п.) в строках: <b>[lines]</b>'),
('ru', 'error_exim_incorrent_delimiter', 'Разделитель в CSV файле не тот, который Вы выбрали.'),
('ru', 'error_exim_invalid_count_langs', 'Число импортируемых строк разное для разных языков.'),
('ru', 'error_exim_layout_required_fields', 'Эти поля обязательны и не могут быть удалены:'),
('ru', 'error_exim_no_data_exported_new', 'Данные не были экспортированы. Вероятно, это вызвано неправильным диапазоном экспорта. <a class=\"cm-post\" href=\"[url]\">Сбросьте диапазон</a> и попробуйте ещё раз.'),
('ru', 'error_exim_no_file_uploaded', 'Файл не загружен'),
('ru', 'error_exim_pattern_definition_alt_keys', 'Неправильное формирование шаблона: альтернативный ключ пропущен'),
('ru', 'error_exim_pattern_definition_references', 'Неправильное формирование шаблона: таблица ссылок пропущена'),
('ru', 'error_exim_pattern_dont_match', 'Ваш файл не походит к выбранному образцу'),
('ru', 'error_exim_pattern_not_found', 'Образец не найден'),
('ru', 'error_exim_pattern_required_fields', 'Импортируемый файл должен содержать поля: <b>[fields]</b>'),
('ru', 'error_features_too_many_variants', 'Поиск по характеристикам не доступен из-за чрезмерного количества вариантов.'),
('ru', 'error_file_already_exists', 'Файл \"[file]\" уже существует.'),
('ru', 'error_file_not_found', 'Файл \"[file]\" не найден.'),
('ru', 'error_filter_by_feature_exists', 'Фильтр по характеристике \"[name]\" уже существует.'),
('ru', 'error_filter_by_product_field_exists', 'Фильтр по свойству продукта \"[name]\" уже существует.'),
('ru', 'error_gift_cert_code', 'Введен неправильный код подарочного сертификата. Попробуйте еще раз.'),
('ru', 'error_hash_generation', 'Ошибка в генерировании hash. Пожалуйста выберите другой способ оплаты.'),
('ru', 'error_images_need_located_root_dir', 'Укажите директорию с импортируемыми изображениями внутри корневой директории магазина.'),
('ru', 'error_image_format_not_supported', 'Формат изображения <b>[format]</b> не поддерживается GD библиотекой, установленной на вашем сервере. Иконка не была создана.'),
('ru', 'error_incorrect_login', 'Вы ввели неверный логин или пароль. Пожалуйста, попробуйте еще раз.'),
('ru', 'error_invalid_emails', 'Следующие email-адреса неверны: <b>[emails]</b>'),
('ru', 'error_lang_code_exists', 'Такой код языка ([code]) уже существует'),
('ru', 'error_login_not_exists', 'Пользователь с таким логином не зарегистрирован в нашей базе данных. Пожалуйста, проверьте введенные данные.'),
('ru', 'error_message_not_sent', 'Сообщение не может быть отправлено.<br>Ошибка:'),
('ru', 'error_not_logged', 'Для доступа к этому ресурсу необходима авторизация!'),
('ru', 'error_no_items_selected', 'Нет выбранных элементов! Для выполнения этого действия должен быть выбран хотя бы один элемент.'),
('ru', 'error_occured', 'Возникла ошибка'),
('ru', 'error_occurred', 'Возникла ошибка'),
('ru', 'error_passwords_dont_match', 'Введенные пароли не совпадают'),
('ru', 'error_password_content', 'Пароль должен содержать и буквы, и цифры'),
('ru', 'error_password_expired', 'Срок действия вашего пароля истек. Пожалуйста, придумайте новый пароль.'),
('ru', 'error_password_expired_change', 'Срок действия вашего пароля истек. <p><a href=\"[link]\" class=\"underlined\"><b>Сменить пароль &#155;&#155;</b></a></p>'),
('ru', 'error_password_min_symbols', 'Пароль должен содержать как минимум <b>[number]</b> символов.'),
('ru', 'error_password_was_used', 'Ваш новый пароль не должен совпадать с четырьмя паролями, которые использовались до этого. Пожалуйста, используйте другой пароль.'),
('ru', 'error_permissions_not_changed', 'Нельзя поменять разрешения'),
('ru', 'error_product_codes_length', 'Коды следующих товаров слишком длинные, и были сокращены до [product_code_length] символов:'),
('ru', 'error_profile_field_name_exists', 'Поле профиля с таким названием уже существует. Пожалуйста, выберите другое название.'),
('ru', 'error_shipment_not_created', 'Не удалось создать отгрузку. Пожалуйста, выберите перевозчика или введите номер отслеживания.'),
('ru', 'error_status_not_changed', 'Ошибка при обновлении статуса. Статус не был изменён.'),
('ru', 'error_theme_manifest_missed', 'Не найден файл описания темы (\"manifest\"). Установка отменена.'),
('ru', 'error_unable_to_create_backups', 'Невозможно создавать резервные копии.'),
('ru', 'error_unable_to_create_thumbnail', 'Не удается создать миниатюру для файла «[file]»: [error]'),
('ru', 'error_unknown_archive_format', 'Неизвестный формат архива: [ext]'),
('ru', 'error_user_exists', 'Такое имя пользователя или email уже существуют. Пожалуйста, попробуйте другой вариант.'),
('ru', 'error_validator_ccv', 'Код CVV/CVC слишком короткий.'),
('ru', 'error_validator_color', 'Неверный код цвета в поле <b>[field]</b>.'),
('ru', 'error_validator_email', 'Email в поле <b>[field]</b> неверен.'),
('ru', 'error_validator_integer', 'Значение поля <b>[field]</b> неправильное. Значение должно быть целым числом.'),
('ru', 'error_validator_message', 'Значение поля <b>[field]</b> - неправильно.'),
('ru', 'error_validator_multiple', 'Поле <b>[field]</b> не имеет выбранных параметров.'),
('ru', 'error_validator_password', 'Пароли в полях <b>[field2]</b> и <b>[field]</b> не совпадают.'),
('ru', 'error_validator_phone', 'Неверный номер телефона в поле <b>[field]</b>. Правильный формат: (555) 555-55-55.'),
('ru', 'error_validator_phone_mask', 'Недопустимый номер телефона в поле <b>[field]</b>.'),
('ru', 'error_validator_phone_number', 'Необходимо использовать следующий формат для этого способа оплаты: 555 555 5555.'),
('ru', 'error_validator_recaptcha', 'Пожалуйста, подтвердите, что вы не робот.'),
('ru', 'error_validator_required', 'Поле <b>[field]</b> обязательное.'),
('ru', 'error_validator_zipcode', 'Неверный почтовый индекс в поле <b>[field]</b>. Правильный формат: [extra].'),
('ru', 'error_vendor_exists', 'Продавец с данным адресом электронной почты уже существует. Пожалуйста, попробуйте указать другой адрес.'),
('ru', 'error_zip_php_extension_not_installed', 'Расширение \"Zip\" для PHP не установлено. Пожалуйста, установите расширение \"Zip\" для PHP для создания и распаковки ZIP-архивов.'),
('ru', 'et_above_button', 'Above the BUTTON'),
('ru', 'et_above_description', 'Above the DESCRIPTION'),
('ru', 'et_above_info_block', 'Above (the Info Block)'),
('ru', 'et_above_title', 'Above the TITLE'),
('ru', 'et_add', 'et_add?'),
('ru', 'et_additional_image', 'Additional image'),
('ru', 'et_additional_settings', 'Additional settings'),
('ru', 'et_addons', 'ET Addons'),
('ru', 'et_addons_menu', 'EnergoThemes: Add-ons'),
('ru', 'et_add_description_text_shadow', 'Add description text shadow'),
('ru', 'et_add_title_text_shadow', 'Add title text shadow'),
('ru', 'et_ask_a_question', 'Ask a question'),
('ru', 'et_average_star_rating', 'Average Star Rating'),
('ru', 'et_background_color', 'Background color'),
('ru', 'et_background_hover', 'Background hover'),
('ru', 'et_background_settings', 'Background settings'),
('ru', 'et_banner', 'Extended banner'),
('ru', 'et_banners', 'Design professional responsive banners by adding custom text, colors, buttons and backgrounds, as well as create different banners for desktop and mobile devices. Developed by <a href=\"https://www.energothemes.com/\"target=\"_blank\">EnergoThemes</a>'),
('ru', 'et_banner_full_width_no_title', 'ET - Banner full width (no title)'),
('ru', 'et_banner_wrapper', 'ET - Banner wrapper'),
('ru', 'et_below_button', 'Below the BUTTON'),
('ru', 'et_below_info_block', 'Below (the Info Block)'),
('ru', 'et_block_title_background', 'Block title background'),
('ru', 'et_block_title_background_hover', 'Block title background hover'),
('ru', 'et_block_title_border', 'Block title border'),
('ru', 'et_block_title_color', 'Block title color'),
('ru', 'et_block_title_color_hover', 'Block title hover color'),
('ru', 'et_blog_scroller_secondary_title', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.'),
('ru', 'et_bottom', 'Bottom'),
('ru', 'et_button', 'Button'),
('ru', 'et_button_align', 'Button align'),
('ru', 'et_button_animation', 'Button Animation'),
('ru', 'et_button_background', 'Button background'),
('ru', 'et_button_border', 'Button border'),
('ru', 'et_button_border_size', 'Border size'),
('ru', 'et_button_border_style', 'Border style'),
('ru', 'et_button_font_size', 'Button font size'),
('ru', 'et_button_font_style', 'Button font style'),
('ru', 'et_button_font_weight', 'Button font weight'),
('ru', 'et_button_hover_background', 'Button hover background'),
('ru', 'et_button_hover_text_color', 'Button hover text color'),
('ru', 'et_button_margin', 'Button margin'),
('ru', 'et_button_padding', 'Button padding'),
('ru', 'et_button_rounded_corners', 'Button rounded corners'),
('ru', 'et_button_shadow', 'Add button shadow'),
('ru', 'et_button_text', 'Button text'),
('ru', 'et_button_text_color', 'Button text color'),
('ru', 'et_button_url', 'Button URL'),
('ru', 'et_category_banner', 'ET - Category banners'),
('ru', 'et_category_description', 'ET - Category description'),
('ru', 'et_category_label', 'Category label'),
('ru', 'et_category_menu', 'ET - Category menu'),
('ru', 'et_category_menu_icon', 'ET - Category menu (icon)'),
('ru', 'et_category_menu_vertical', 'ET - Category menu (vertical)'),
('ru', 'et_category_title', 'ET - Category title'),
('ru', 'et_center', 'Center'),
('ru', 'et_collapsed', 'Collapsed'),
('ru', 'et_colors', 'Colors'),
('ru', 'et_color_hover', 'Color hover'),
('ru', 'et_color_settings', 'Color settings'),
('ru', 'et_columns', 'Columns'),
('ru', 'et_columns_tooltip', 'Number of columns to display the products'),
('ru', 'et_coming_soon', 'Coming soon'),
('ru', 'et_contact_info', 'Contact info'),
('ru', 'et_contact_page', 'Contact page'),
('ru', 'et_cta_button_text', 'Button text'),
('ru', 'et_cta_button_url', 'Button URL'),
('ru', 'et_cta_step_1_text', 'Step 1 text'),
('ru', 'et_cta_step_1_title', 'Step 1 title'),
('ru', 'et_cta_step_2_text', 'Step 2 text'),
('ru', 'et_cta_step_2_title', 'Step 2 title'),
('ru', 'et_cta_step_3_text', 'Step 3 text'),
('ru', 'et_cta_step_3_title', 'Step 3 title'),
('ru', 'et_cta_title_text', 'Block title'),
('ru', 'et_custom_class', 'Custom class'),
('ru', 'et_custom_color', 'Custom color'),
('ru', 'et_custom_icon_settings', 'Icon settings'),
('ru', 'et_custom_label_settings', 'Label settings'),
('ru', 'et_custom_label_settings_tooltip', 'Only used by the Main Menu block'),
('ru', 'et_custom_menu_colors', 'Menu colors'),
('ru', 'et_dd_custom_menu_settings', 'Advanced menu settings'),
('ru', 'et_dd_image', 'Mega Menu image settings by EnergoThemes'),
('ru', 'et_dd_image_height', 'Image height'),
('ru', 'et_dd_image_width', 'Image width'),
('ru', 'et_dd_menu_width', 'Menu width'),
('ru', 'et_dd_min_menu_height', 'Menu minimum height'),
('ru', 'et_dd_offset_bottom', 'Image offset bottom'),
('ru', 'et_dd_offset_right', 'Image offset right'),
('ru', 'et_dd_push_menu_items', 'Push menu items'),
('ru', 'et_dd_url', 'Image link'),
('ru', 'et_default_vendor', 'Default vendor'),
('ru', 'et_description_animation', 'Description Animation'),
('ru', 'et_description_font_size', 'Description font size'),
('ru', 'et_description_font_style', 'Description font style'),
('ru', 'et_description_font_weight', 'Description font weight'),
('ru', 'et_description_line_height', 'Description line-height'),
('ru', 'et_description_margin', 'Description margin'),
('ru', 'et_description_text', 'Description text'),
('ru', 'et_description_text_background', 'Description text background'),
('ru', 'et_description_text_color', 'Description text color'),
('ru', 'et_eib_block_1_text', 'Block 1 text'),
('ru', 'et_eib_block_1_title', 'Block 1 title'),
('ru', 'et_eib_block_2_text', 'Block 2 text'),
('ru', 'et_eib_block_2_title', 'Block 2 title'),
('ru', 'et_eib_block_3_text', 'Block 3 text'),
('ru', 'et_eib_block_3_title', 'Block 3 title'),
('ru', 'et_eib_block_4_text', 'Block 4 text'),
('ru', 'et_eib_block_4_title', 'Block 4 title'),
('ru', 'et_email_marketing_description', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt'),
('ru', 'et_expanded', 'Expanded'),
('ru', 'et_exteded_out_of', '<strong>[average_rating]</strong> out of <strong>5</strong> stars'),
('ru', 'et_featured_products_banner', 'ET - Featured products and banners'),
('ru', 'et_featured_product_banner_tabs', 'Featured product and banner tabs'),
('ru', 'et_featured_product_banner_tabs.manage', 'Featured product and banner tabs'),
('ru', 'et_featured_vendors_sidebar', 'ET - Featured vendors sidebar'),
('ru', 'et_footer_info', 'ET - Footer info'),
('ru', 'et_full_grid', 'ET - Full width grid'),
('ru', 'et_full_width', 'Full width'),
('ru', 'et_google_map', 'Google Map'),
('ru', 'et_header_call_us', 'LET US CALL YOU BACK'),
('ru', 'et_home_blog', 'ET - Home blog'),
('ru', 'et_home_featured_vendors', 'ET - Home featured vendors'),
('ru', 'et_home_grid', 'ET - Home grid'),
('ru', 'et_home_special_title', 'ET - Home special title'),
('ru', 'et_home_testimonials', 'ET - Home testimonials'),
('ru', 'et_horizontal', 'Horizontal'),
('ru', 'et_horizontal_align', 'Horizontal align'),
('ru', 'et_horizontal_with_info_block', 'Horizontal with the Info Block'),
('ru', 'et_horziontal_filters_clear', 'Clear all filters'),
('ru', 'et_horziontal_filters_selected', 'Your selected filters '),
('ru', 'et_hover_color', 'Hover color'),
('ru', 'et_hover_image', 'Hover image'),
('ru', 'et_hover_opacity', 'Hover opacity'),
('ru', 'et_icon_color', 'Icon color'),
('ru', 'et_icon_color_hover', 'Icon color hover'),
('ru', 'et_icon_position', 'Icon position'),
('ru', 'et_icon_settings', 'Icon settings'),
('ru', 'et_image_animation', 'Image animation'),
('ru', 'et_image_background_color', 'Image background color'),
('ru', 'et_image_margin', 'Image margin'),
('ru', 'et_image_position', 'Image position'),
('ru', 'et_image_position_horizontal', 'Image position horizontal'),
('ru', 'et_image_position_inside', 'Image position inside'),
('ru', 'et_image_position_vertical', 'Image position vertical'),
('ru', 'et_image_url', 'Image URL'),
('ru', 'et_info_block_background', 'Info block background'),
('ru', 'et_info_block_margin', 'Info block margin'),
('ru', 'et_info_block_settings', 'Info Block Settings'),
('ru', 'et_info_block_width', 'Info block width'),
('ru', 'et_inside_info_block', 'Inside the Info Block'),
('ru', 'et_label_color', 'Label text color'),
('ru', 'et_label_colors', 'Label colors'),
('ru', 'et_label_text', 'Label text'),
('ru', 'et_language_specific', 'Language specific'),
('ru', 'et_left_menu', 'ET - Left menu (mobile)'),
('ru', 'et_left_of_info_block', 'Left (of the Info Block)'),
('ru', 'et_license_invalid', 'EnergoThemes license is not valid'),
('ru', 'et_mainbox_general', 'ET - Mainbox general'),
('ru', 'et_mainbox_general_full_width_no_title', 'ET - Mainbox general full width (no title)'),
('ru', 'et_mainbox_general_full_width_title', 'ET - Mainbox general full width'),
('ru', 'et_mainbox_simple', 'ET - Mainbox simple'),
('ru', 'et_mainbox_simple_full_width_no_title', 'ET - Mainbox simple full width (no title)'),
('ru', 'et_mainbox_simple_full_width_title', 'ET - Mainbox simple full width'),
('ru', 'et_main_slider', 'ET - Main slider'),
('ru', 'et_manage', 'et_manage?'),
('ru', 'et_marketplace_menu', 'ET - Marketplace Menu'),
('ru', 'et_master_vendors', 'vendor|vendors'),
('ru', 'et_mega_menu', 'ET - Advanced Mega Menu'),
('ru', 'et_mega_menu.banner_settings', 'Banner Settings'),
('ru', 'et_mega_menu.category_settings', 'Menu Category Settings'),
('ru', 'et_mega_menu.icon_settings', 'Icon Settings'),
('ru', 'et_mega_menu.products_settings', 'Featured Product Settings'),
('ru', 'et_mega_menu.size_settings', 'Window Size Settings'),
('ru', 'et_mega_menu.subcategory_thumbnails', 'Subcategory Thumbnails'),
('ru', 'et_mega_menu_tab', 'Additional menu settings'),
('ru', 'et_menu_horizontal', 'ET - Menu (horizontal)'),
('ru', 'et_min_height', 'Min height'),
('ru', 'et_mobile_footer_block', 'ET - Footer block (mobile)'),
('ru', 'et_mobile_footer_menu', 'ET - Footer menu (mobile)'),
('ru', 'et_mobile_menu_wrapper', 'ET - Mobile Menu'),
('ru', 'et_multi_scroller', 'ET - Multi scroller'),
('ru', 'et_my_content', 'My content'),
('ru', 'et_newsletter_description', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt'),
('ru', 'et_offset_bottom', 'Offset bottom'),
('ru', 'et_offset_right', 'Offset right'),
('ru', 'et_opacity', 'Opacity'),
('ru', 'et_overlay_settings', 'Overlay settings'),
('ru', 'et_padding', 'Padding'),
('ru', 'et_pp_block', 'Info blocks'),
('ru', 'et_pp_block_r', 'Return policy'),
('ru', 'et_pp_block_s', 'Shipping policy'),
('ru', 'et_pp_block_w', 'Warranty policy'),
('ru', 'et_pp_info_expanded', 'Expanded by default'),
('ru', 'et_pp_info_icon_and_color_settings', 'Icon and color settings'),
('ru', 'et_pp_info_use_icon', 'Use icon'),
('ru', 'et_pp_sold_by', 'Sold by'),
('ru', 'et_pp_this_item_sold_by', 'This item is sold by'),
('ru', 'et_product_coming_soon', 'Available on: [avail_date]'),
('ru', 'et_product_display_options', 'Product display options'),
('ru', 'et_product_filters', 'Product filters'),
('ru', 'et_product_tabs_rating_right_text', 'Tell us something about it and help others make the right decision'),
('ru', 'et_product_tabs_rating_right_title', 'Have you used the product?'),
('ru', 'et_product_tabs_rating_testimonial_right_text', 'Tell us something about your experience here'),
('ru', 'et_product_tabs_rating_testimonial_right_title', 'Have you bought from our Marketplace?'),
('ru', 'et_product_tabs_rating_testimonial_right_title_ult', 'Have you bought from our Store?'),
('ru', 'et_product_tabs_rating_vendor_right_text', 'Tell us something about it and help others make the right decision'),
('ru', 'et_product_tabs_rating_vendor_right_title', 'Have you bought from this vendor?'),
('ru', 'et_product_title_rows', 'Product title rows'),
('ru', 'et_product_title_rows_tooltip', 'Number of rows to display the product titles'),
('ru', 'et_profile_info', 'ET - Profile info'),
('ru', 'et_profile_text', 'Profile text'),
('ru', 'et_push_items', 'Push menu items'),
('ru', 'et_quick_info', 'Product page quick info'),
('ru', 'et_quick_info.manage', 'Product page quick info blocks'),
('ru', 'et_quick_info.new_block', 'New quick info block'),
('ru', 'et_quick_info_block', 'Product page quick info'),
('ru', 'et_read_all', 'Read all'),
('ru', 'et_read_more', 'Read more'),
('ru', 'et_register_text', 'Register text'),
('ru', 'et_review_variant', 'Product variant reviewed'),
('ru', 'et_right_menu', 'ET - Right menu (mobile)'),
('ru', 'et_right_of_info_block', 'Right (of the Info Block)'),
('ru', 'et_rounded_corners', 'Rounded corners');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('ru', 'et_same_vendor', 'ET - Same vendor'),
('ru', 'et_search', 'ET - Search'),
('ru', 'et_search_marketplace_products', 'Search by Marketplace products'),
('ru', 'et_search_wrapper', 'ET - Search'),
('ru', 'et_select_category_hover_text', 'Select category'),
('ru', 'et_seo_rules', 'VIVAshop SEO rules for vendor stores'),
('ru', 'et_separate_blog_image', 'ET - Blog image'),
('ru', 'et_settings', 'Settings'),
('ru', 'et_short_description', 'Category mini description'),
('ru', 'et_show_all_reviews', 'Show all reviews'),
('ru', 'et_show_discount_label', 'Show discount label'),
('ru', 'et_show_old_price', 'Show old price'),
('ru', 'et_show_product_name', 'Show product name'),
('ru', 'et_show_product_price', 'Show price'),
('ru', 'et_show_reviews_with', 'Show reviews with'),
('ru', 'et_show_title', 'Show title'),
('ru', 'et_sidebar_category', 'Sidebar category'),
('ru', 'et_sidebar_subcategories', 'ET - Sidebar subcategories'),
('ru', 'et_sidebox_filters', 'ET - Sidebox filters'),
('ru', 'et_sidebox_products', 'ET - Sidebox products'),
('ru', 'et_sidebox_simple_open_on_mobile', 'ET - Sidebox open on mobile'),
('ru', 'et_sidebox_subcategories', 'ET - Sidebox subcategories'),
('ru', 'et_social_links', 'Social links'),
('ru', 'et_star', 'star|stars'),
('ru', 'et_sticky_cart', 'ET - Sticky cart'),
('ru', 'et_sticky_my_account', 'ET - Sticky My account'),
('ru', 'et_store_settings', 'Store settings'),
('ru', 'et_subcategories', 'ET - Subcategories'),
('ru', 'et_subcateg_opt_img_title', 'Image'),
('ru', 'et_tab_title_active_color', 'Tab title active color'),
('ru', 'et_tab_title_color', 'Tab title color'),
('ru', 'et_text_align', 'Text align'),
('ru', 'et_text_color', 'Text color'),
('ru', 'et_text_hover', 'Text hover'),
('ru', 'et_thumbnail_width', 'Thumbnail width'),
('ru', 'et_thumbnail_width_tooltip', 'Product image thumbnail width in pixels'),
('ru', 'et_title_animation', 'Title Animation'),
('ru', 'et_title_background', 'Title background'),
('ru', 'et_title_color', 'Title text color'),
('ru', 'et_title_font_size', 'Title font size'),
('ru', 'et_title_font_style', 'Title font style'),
('ru', 'et_title_font_weight', 'Title font weight'),
('ru', 'et_title_line_height', 'Title line-height'),
('ru', 'et_title_margin', 'Title margin'),
('ru', 'et_title_text', 'Title text'),
('ru', 'et_title_text_background', 'Title text background'),
('ru', 'et_title_text_color', 'Title text color'),
('ru', 'et_top', 'Top'),
('ru', 'et_top_menu', 'ET - Top menu'),
('ru', 'et_transparent_background', 'Transparent background'),
('ru', 'et_type', 'Type'),
('ru', 'et_update_for_all_languages', 'Update for all languages'),
('ru', 'et_update_for_all_languges', 'Update for all languages'),
('ru', 'et_use_bkg_overlay', 'Use background overlay'),
('ru', 'et_vendor_categories', 'ET - Vendor categories'),
('ru', 'et_vendor_extra_details_f', 'Facebook'),
('ru', 'et_vendor_extra_details_i', 'Instagram'),
('ru', 'et_vendor_extra_details_l', 'Linkedin'),
('ru', 'et_vendor_extra_details_p', 'Pinterest'),
('ru', 'et_vendor_extra_details_t', 'Twitter'),
('ru', 'et_vendor_extra_details_y', 'Youtube'),
('ru', 'et_vendor_header.feedback', 'Feedback'),
('ru', 'et_vendor_header.social', 'Socials'),
('ru', 'et_vendor_header.store', 'Store'),
('ru', 'et_vendor_menu', 'Vendor Menu'),
('ru', 'et_vendor_menu_mobile', 'ET - Vendor menu mobile'),
('ru', 'et_vendor_panel_menu.default_vendor_store', 'Default vendor blocks'),
('ru', 'et_vendor_panel_menu.my_banners', 'Banners'),
('ru', 'et_vendor_panel_menu.my_home_blocks', 'Home blocks'),
('ru', 'et_vendor_panel_menu.my_pages', 'Pages'),
('ru', 'et_vendor_plans.footer', '<div class=\"et-vendor-plans_footer_big\">Not sure which plan will suit you best?</div><div class=\"et-vendor-plans_footer_small\">Start with a 14-day trial of all Marketplace features then choose the plan that\'s right for you</div>'),
('ru', 'et_vendor_plans.footer_button_link', './index.php?dispatch=pages.view&page_id=30'),
('ru', 'et_vendor_plans.footer_button_text', 'Contact us'),
('ru', 'et_vendor_plans.no_vendor_store', 'NO microstore'),
('ru', 'et_vendor_plans.per', 'per'),
('ru', 'et_vendor_store_header', 'ET - Vendor store header'),
('ru', 'et_vendor_store_header_mobile', 'ET - Vendor store header mobile'),
('ru', 'et_vendor_store_menu', 'ET - Vendor store menu'),
('ru', 'et_vendor_store_menu_mobile', 'ET - Vendor store menu mobile'),
('ru', 'et_vertical', 'Vertical'),
('ru', 'et_vertical_align', 'Vertical align'),
('ru', 'et_vertical_with_info_block', 'Vertical with the Info Block'),
('ru', 'et_vivashop_mv_functionality.home_blocks', 'Vendor home blocks'),
('ru', 'et_vivashop_mv_functionality.vendor_pages', 'Vendor pages'),
('ru', 'et_vivashop_mv_settings.best_bkg', 'Best choice background'),
('ru', 'et_vivashop_mv_settings.best_outer_bkg', 'Best choice outer background'),
('ru', 'et_vivashop_mv_settings.best_outer_text', 'Best choice outer text'),
('ru', 'et_vivashop_mv_settings.best_text', 'Best choice text'),
('ru', 'et_vivashop_mv_settings.footer_bkg', 'Footer background'),
('ru', 'et_vivashop_mv_settings.footer_bkg_img', 'Footer background image'),
('ru', 'et_vivashop_mv_settings.footer_button_text', 'Button text'),
('ru', 'et_vivashop_mv_settings.footer_button_url', 'Button URL'),
('ru', 'et_vivashop_mv_settings.footer_text', 'Footer text'),
('ru', 'et_vivashop_mv_settings.header_bkg', 'Header background'),
('ru', 'et_vivashop_mv_settings.header_hover', 'Header text hover'),
('ru', 'et_vivashop_mv_settings.header_text', 'Header text color'),
('ru', 'et_vivashop_mv_settings.highlight_text', 'Title highlighted text'),
('ru', 'et_vivashop_mv_settings.menu_bkg', 'Menu background'),
('ru', 'et_vivashop_mv_settings.menu_bkg_hover', 'Menu background hover'),
('ru', 'et_vivashop_mv_settings.menu_text', 'Menu text color'),
('ru', 'et_vivashop_mv_settings.menu_text_hover', 'Menu text color hover'),
('ru', 'et_vivashop_mv_settings.price_bkg', 'Price background'),
('ru', 'et_vivashop_mv_settings.price_text', 'Price text'),
('ru', 'et_vivashop_mv_settings.show_footer', 'Show footer'),
('ru', 'et_vivashop_settings.arrow', 'Arrow'),
('ru', 'et_vivashop_settings.box_color', 'Box color'),
('ru', 'et_vivashop_settings.circles_bkg', 'Circle background'),
('ru', 'et_vivashop_settings.circles_icons', 'Circle icon'),
('ru', 'et_vivashop_settings.circles_steps_txt', 'Step number text'),
('ru', 'et_vivashop_settings.circles_step_bkg', 'Step number background'),
('ru', 'et_vivashop_settings.circles_text', 'Circle text'),
('ru', 'et_vivashop_settings.demo_banners', '<p><a class=\"cm-ajax btn btn-primary\" href=\"[demo_data_url]\">Add all demo data</a></p> <br/> <p><a class=\"cm-ajax btn btn-secondary\" href=\"[demo_banners_url]\">Add only demo banners</a></p>'),
('ru', 'et_vivashop_settings.go_btn_bkg', 'Button background'),
('ru', 'et_vivashop_settings.go_btn_bkg_hover', 'Button hover background'),
('ru', 'et_vivashop_settings.go_btn_txt', 'Button text'),
('ru', 'et_vivashop_settings.go_btn_txt_hover', 'Button hover text'),
('ru', 'et_vivashop_settings.icons', 'Icons'),
('ru', 'et_vivashop_settings.icon_bkg', 'Icon background color'),
('ru', 'et_vivashop_settings.icon_color', 'Icon color'),
('ru', 'et_vivashop_settings.main_bkg_color', 'Background color'),
('ru', 'et_vivashop_settings.overlay', 'Overlay color'),
('ru', 'et_vivashop_settings.overlay_alpha', 'Overlay opacity'),
('ru', 'et_vivashop_settings.text', 'Text'),
('ru', 'et_vivashop_settings.text_color', 'Text color'),
('ru', 'et_vivashop_settings.text_top', 'Title text'),
('ru', 'et_vivashop_settings.title_color', 'Title color'),
('ru', 'et_width', 'Width'),
('ru', 'et_wishlist_button_text', 'Wishlist'),
('ru', 'event.order.edp.name', 'Предоставлен доступ к скачиваемым товарам'),
('ru', 'event.order.shipment_updated.name', 'Товары были отгружены'),
('ru', 'event.order.status_changed.name', 'Статус заказа изменился на \"[status]\"'),
('ru', 'event.order.updated.name', 'Заказ был обновлён'),
('ru', 'event.profile.activated.name', 'Учётная запись активирована'),
('ru', 'event.profile.added.name', 'Требуется активация профиля'),
('ru', 'event.profile.created.name', 'Профиль был создан'),
('ru', 'event.profile.deactivated.name', 'Учётная запись деактивирована'),
('ru', 'event.profile.password_recovery.name', 'Восстановление пароля'),
('ru', 'event.profile.password_reminder.name', 'Напоминание о необходимости смены пароля'),
('ru', 'event.profile.updated.name', 'Профиль был обновлён'),
('ru', 'event.profile.usergroup_activation.name', 'Активация группы пользователей'),
('ru', 'event.profile.usergroup_disactivation.name', 'Деактивация группы пользователей'),
('ru', 'event.profile.usergroup_request.name', 'Запрошено членство в группе пользователей'),
('ru', 'event.profile.usergroup_updated.name', 'Изменена принадлежность к группе пользователей'),
('ru', 'event.receiver.a', 'Администратор'),
('ru', 'event.receiver.c', 'Покупатель'),
('ru', 'event.receiver.s', 'Поставщик'),
('ru', 'event.receiver.v', 'Продавец'),
('ru', 'event.transport.internal', 'Центр уведомлений'),
('ru', 'event.transport.mail', 'E-mail'),
('ru', 'event.vendors_require_approval.name', 'Требуется проверка данных у продавцов'),
('ru', 'event.vendors_require_approval.title', 'Некоторые продавцы ожидают проверки'),
('ru', 'event.vendor_status_changed.active.message', 'Теперь все ваши включенные товары появляются в магазине'),
('ru', 'event.vendor_status_changed.name', 'Статус продавца изменился на \"[status]\"'),
('ru', 'event.vendor_status_changed.pending.message', 'Вы можете работать с панелью администратора и управлять товарами, но они не появятся, пока ваш статус не изменится на \"Включен\".'),
('ru', 'event.vendor_status_changed.title', 'Ваш статус изменился на \"[status]\"'),
('ru', 'eway_configuration_note', '<a href=\'https://go.eway.io/s/article/How-do-I-setup-my-Live-eWAY-API-Key-and-Password\' target=\'_blank\'>Как настроить API-ключ и пароль eWAY</a>'),
('ru', 'eway_upgrade_notification_text', '<p>Процессоры <b>eWAY</b>, <b>eWAY Direct Payment</b> и <b>eWAY Shared Payment</b> не поддерживаются, начиная с этой версии [product].</p><p>Мы рекомендуем вам перейти на <b>eWAY Direct Payment (Rapid API)</b> или <b>eWAY Responsive Shared (Rapid API)</b>, используя эту инструкцию:</p><ul><li>перейдите в Администрирование > Способы оплаты</li><li>откройте способ оплаты, использующий более не поддерживаемый процессор eWAY</li><li>перейдите на вкладку Общее и выберите процессор eWAY Direct Payment (Rapid API) или eWAY Responsive Shared (Rapid API)</li><li>перейдите на вкладку Настроить и укажите:<ul><li>API-ключ, пароль API и ключ шифрования для eWAY Direct Payment (Rapid API)</li><li>API-ключ и пароль API для eWAY Responsive Shared (Rapid API)</li></ul></li></ul><p>Процессоры eWAY, eWAY Direct Payment и eWAY Shared Payment все еще будут работать, но мы <b>переименовали</b> их в Deprecated eWAY, Deprecated eWAY Direct Payment и Deprecated eWAY Shared Payment соответственно.</p>'),
('ru', 'eway_upgrade_notification_title', 'Процессоры eWAY, eWAY Direct Payment и eWAY Shared Payment больше не поддерживаются'),
('ru', 'exact_phrase', 'Точная фраза'),
('ru', 'excellent', 'Отлично!'),
('ru', 'exception', 'Исключение'),
('ru', 'exceptions', 'Исключения'),
('ru', 'exceptions_type', 'Тип исключений'),
('ru', 'exception_disabled', 'Нельзя выбрать ни один из вариантов'),
('ru', 'exception_disregard', 'Можно выбрать любой вариант'),
('ru', 'exception_error', 'Ошибка'),
('ru', 'exception_error_code', 'Код ошибки:'),
('ru', 'exception_exist', 'Эта комбинация исключений уже существует'),
('ru', 'exception_title', 'Извините!<br />Мы не смогли найти то, что вы искали.'),
('ru', 'exchange_rate', 'Курсы валют онлайн'),
('ru', 'exclude_disabled_products', 'Исключить неактивные товары'),
('ru', 'exclusive_promotions', 'Эксклюзивные скидки'),
('ru', 'exclusive_promotions_content', 'Подпишитесь на наши новости и получите купон на скидку 10%!'),
('ru', 'exec', 'Исполнение'),
('ru', 'exim_cannot_create_variant_for_shareable_feature', 'Невозможно создать вариант общей характеристики.'),
('ru', 'exim_error_empty_feature_name', 'Название характеристики отсутствует. Некоторые характеристики товара не были обновлены.'),
('ru', 'exim_error_incorrect_feature_type', 'Некорректный тип характеристики. Некоторые характеристики не обновлены.'),
('ru', 'exim_remove_additional_images', 'Удалить дополнительные изображения'),
('ru', 'exim_vendor_cant_create_feature', 'Поставщики не могут задавать характеристики продукта и их варианты. Некоторые характеристики продукта были изменены.'),
('ru', 'exit_point', 'Точка выхода'),
('ru', 'exp', 'Exp'),
('ru', 'expanded', 'Развернутый'),
('ru', 'expand_collapse_list', 'Расширить / сократить список элементов'),
('ru', 'expand_section', 'Развернуть раздел'),
('ru', 'expand_sublist_of_items', 'Расширить подсписок элементов'),
('ru', 'expenditure', 'Расход'),
('ru', 'expired', 'Истекший'),
('ru', 'expirepreauth', 'Преавторизация'),
('ru', 'expirepreauth_description', 'Лимит для Preauthorization в днях. Максимальное значение 30 дней. Если используется тип запроса “Sale”, оставьте поле пустым.'),
('ru', 'expiry_date', 'Дата истечения'),
('ru', 'export', 'Экспорт'),
('ru', 'exported_fields', 'Экспортируемые поля'),
('ru', 'exported_files', 'Экспортируемые файлы'),
('ru', 'exported_items', 'Экспортированные товары'),
('ru', 'exporting_data', 'Экспорт данных'),
('ru', 'export_by_cron', 'Экспортировать, используя cron'),
('ru', 'export_by_cron_to', 'Экспортировать, используя cron, в'),
('ru', 'export_cron_hint', 'Используйте следующую команду для запуска скрипта по расписанию'),
('ru', 'export_data', 'Экспорт данных'),
('ru', 'export_found_products', 'Экспортировать найденные товары'),
('ru', 'export_layout', 'Экспортировать макет'),
('ru', 'export_locations', 'Экспортировать страницы макета'),
('ru', 'export_options', 'Параметры экспорта'),
('ru', 'export_selected', 'Экспортировать выбранные'),
('ru', 'export_to_ftp', 'Параметры FTP-сервера'),
('ru', 'export_to_server', 'Экспортировать на сервер'),
('ru', 'extended', 'Расширенный'),
('ru', 'extra', 'Подробнее'),
('ru', 'extract_archive', 'Разархивировать'),
('ru', 'extra_fields', 'Дополнительные поля'),
('ru', 'extra_folders', 'Дополнительные папки'),
('ru', 'extra_services', 'Дополнительные сервисы'),
('ru', 'facebook', 'Facebook'),
('ru', 'facebook_obj_type', 'Тип объекта Facebook'),
('ru', 'fail', 'Ошибка'),
('ru', 'failed', 'Не прошел'),
('ru', 'fair', 'Плохо'),
('ru', 'false', 'Нет'),
('ru', 'faroese', 'Фарерский'),
('ru', 'fast', 'Быстрый'),
('ru', 'fax', 'Факс'),
('ru', 'fb_activities', 'Деятельность'),
('ru', 'fb_businesses', 'Бизнес'),
('ru', 'fb_groups', 'Группы'),
('ru', 'fb_organizations', 'Организации'),
('ru', 'fb_people', 'Люди'),
('ru', 'fb_places', 'Места'),
('ru', 'fb_products_entertainment', 'Товары и развлечения'),
('ru', 'fb_websites', 'Сайты'),
('ru', 'feature', 'Характеристика'),
('ru', 'features', 'Характеристики'),
('ru', 'features_delimiter', 'Разделитель вариантов характеристики'),
('ru', 'features_menu_description', 'Просмотр, добавление и редактирование дополнительных полей товаров.'),
('ru', 'feature_code', 'Код характеристики'),
('ru', 'feature_comparison', 'Сравнение характеристик'),
('ru', 'feature_comparison_upgrade_notification_text', 'Флажок <b>Сравнение характеристик</b> на страницах редактирования товаров в <b>Товары → Товары</b> удален.<br>Отметьте флажок <b>Разрешить покупателям сравнивать товары</b> на странице Настройки → Общие → Каталог, чтобы разрешить покупателям добавлять любые товары в списки сравнения.<br>Для того, чтобы характеристика отобразилась в списке сравнения, необходимо включить следующие настройки у характеристики на странице <b>Товары → Характеристики → &lt;Нужная характеристика&gt;</b>:<br><ul><li>Показывать во вкладке «Характеристики» карточки товара</li><li>Показывать в списке товаров</li><li>Показывать в заголовке карточки товара</li></ul>'),
('ru', 'feature_comparison_upgrade_notification_title', 'Изменения в сравнении характеристик товаров'),
('ru', 'feature_display_on_catalog', 'Показывать в списке товаров'),
('ru', 'feature_display_on_header', 'Показывать в заголовке карточки товара'),
('ru', 'feature_display_on_product', 'Показывать во вкладке «Характеристики» карточки товара'),
('ru', 'feature_group', 'Группа характеристик'),
('ru', 'feature_groups', 'Группы характеристик'),
('ru', 'feature_id', 'ID характеристики'),
('ru', 'feature_name', 'Название характеристики'),
('ru', 'feature_style', 'Внешний вид'),
('ru', 'feedback_is_sent_successfully', 'Отзыв отправлен успешно.'),
('ru', 'feedback_values', 'Содержимое отзыва'),
('ru', 'feed_description', 'Описание ленты'),
('ru', 'feed_title', 'Заголовок ленты'),
('ru', 'fib_wrapper', 'ET - Footer info block'),
('ru', 'field', 'Объект применения'),
('ru', 'fields', 'Поля'),
('ru', 'field_editor', 'Редактор поля'),
('ru', 'field_name', 'Название поля'),
('ru', 'field_type', 'Тип поля'),
('ru', 'file', 'Файл'),
('ru', 'filename', 'Имя файла'),
('ru', 'files', 'Файлы'),
('ru', 'filesize', 'Размер файла'),
('ru', 'files_are_too_large', 'Общий размер загружаемых файлов превышает допустимое значение [size].'),
('ru', 'files_changes', 'Изменения в файлах'),
('ru', 'files_directory', 'Директория с файлами'),
('ru', 'file_avail_after_payment', 'Файл будет доступен после того, как заказ будет полностью оплачен.'),
('ru', 'file_browser', 'Найти файл'),
('ru', 'file_changes_detector', 'Детектор изменений ядра'),
('ru', 'file_changes_detector.added', 'Добавлено'),
('ru', 'file_changes_detector.changed', 'Изменено'),
('ru', 'file_changes_detector.deleted', 'Удалено'),
('ru', 'file_changes_detector.snapshot_not_found', 'Снимок чистой установки не найден. Пожалуйста, восстановите <b>[dist_filename]</b>.'),
('ru', 'file_doesnt_have_key', 'Этот файл не имеет ключа для загрузки.'),
('ru', 'file_download_limit_exceeded', 'Файл не может быть скачен, так как лимит на [limit] скачиваний(ие) превышен.'),
('ru', 'file_editor', 'Редактор файлов'),
('ru', 'file_is_too_large', 'Размер файла слишком большой. Максимальный размер загрузки [size].'),
('ru', 'file_tree', 'Дерево файлов'),
('ru', 'file_uploading_in_progress_please_wait', 'Идёт загрузка файлов. Пожалуйста, подождите.'),
('ru', 'filling', 'Заполнение'),
('ru', 'filter', 'Фильтр'),
('ru', 'filters', 'Фильтры'),
('ru', 'filters_in_use', 'Все характеристики и поля уже используются'),
('ru', 'filters_menu_description', 'Фильтры товаров показываются в витрине и позволяют покупателям легко находить нужные товары.'),
('ru', 'filter_by', 'Фильтровать по'),
('ru', 'filter_by_categories', 'Фильтр по категориям'),
('ru', 'filter_description', 'Описание фильтра'),
('ru', 'filter_name', 'Имя фильтра'),
('ru', 'filter_style', 'Тип фильтра'),
('ru', 'final_sale', 'Финальная распродажа'),
('ru', 'finance_product_code', 'Код товара (finance product code)'),
('ru', 'financial_state', 'Финансовое состояние'),
('ru', 'find_results_with', 'Найти'),
('ru', 'finish', 'Закончить'),
('ru', 'finished', 'Закончилось'),
('ru', 'finnish', 'Закончить'),
('ru', 'first_name', 'Имя'),
('ru', 'first_name_and_last_name', 'Имя и фамилия'),
('ru', 'flemish', 'Фламандский'),
('ru', 'folder', 'Папка'),
('ru', 'folder_is_empty', 'Папка пуста'),
('ru', 'footer', 'Подвал'),
('ru', 'footer_bottom', 'Footer bottom'),
('ru', 'footer_general', 'Подвал: обычный контейнер'),
('ru', 'for', 'на'),
('ru', 'forbidden', 'Запрещение'),
('ru', 'forbidden_combinations', 'Недоступные комбинации'),
('ru', 'forgot_password_question', 'Забыли пароль?'),
('ru', 'form', 'Форма'),
('ru', 'format', 'Формат'),
('ru', 'forms', 'Формы'),
('ru', 'form_builder', 'Конструктор форм'),
('ru', 'form_id', 'ID формы'),
('ru', 'form_submit_text', 'Текст после отправки формы'),
('ru', 'for_all_found_orders', 'Для всех найденных заказов'),
('ru', 'for_this_page_orders', 'Для заказов этой страницы'),
('ru', 'fragile', 'Хрупкий'),
('ru', 'free', 'Бесплатно'),
('ru', 'free_products', 'Бесплатные товары'),
('ru', 'free_shipping', 'Бесплатная доставка'),
('ru', 'free_shipping_upgrade_notification_text', '<p>Для некоторых товаров включен параметр <b>Бесплатная доставка</b>. В предыдущих версиях [product] покупатель не выбирал способ доставки при покупке таких товаров.</p><p>Начиная с этой версии [product], покупатель выбирает способ доставки при оформлении заказа для товаров с включенным параметром <b>Бесплатная доставка</b>.</p><p>Для того, чтобы задать способ доставки, который будет использоваться для бесплатной доставки, выполните следующие шаги:</p><ol><li>Перейдите на страницу <b>Администрирование → Доставка и налоги → Способы доставки</b>.</li><li>Выберите существующий способ доставки, который хотите использовать для бесплатной доставки, или создайте новый способ доставки.</li><li>Прокрутите текущую страницу до раздела <i>Подробнее</i> и включите настройку <b>Использовать для бесплатной доставки</b>.</li></ol><p>Вы можете выбрать несколько способов для бесплатной доставки.</p><p>Обратите внимание, что вам нужно включить параметр <b>Использовать для бесплатной доставки</b> для каждого способа доставки отдельно.</p><p>Отметьте флажок <b>Использовать для бесплатной доставки</b>, чтобы не учитывать товары с включенным параметром <b>Бесплатная доставка</b> при расчете стоимости доставки. [product] рассчитает стоимость доставки других товаров в заказе в соответствии с данными <b>Стоимость доставки</b>.</p><p>Если вы не включите параметр <b>Использовать для бесплатной доставки</b>, [product] рассчитает стоимость доставки для всех товаров в заказе в соответствии с данными <b>Стоимость доставки</b>.</p>'),
('ru', 'free_shipping_upgrade_notification_title', 'Изменения бесплатной доставки'),
('ru', 'french', 'Французкий'),
('ru', 'from', 'От'),
('ru', 'from_date', 'С даты'),
('ru', 'from_email', 'Email отправителя'),
('ru', 'from_name', 'От кого'),
('ru', 'ftp', 'FTP'),
('ru', 'ftp_connection_problem', 'Не удалось подключиться к FTP-серверу. Пожалуйста, проверьте данные для подключения к серверу'),
('ru', 'ftp_directory', 'Директория FTP'),
('ru', 'ftp_pass', 'пароль для FTP-доступа'),
('ru', 'ftp_server_options', 'Настройки FTP сервера'),
('ru', 'ftp_url', 'FTP-сервер'),
('ru', 'ftp_url_hint', 'Формат: FTPHOST[:PORT][/DIRECTORY]. Пример: ftp.yourhost.com:21/home/username/folder'),
('ru', 'ftp_user', 'имя пользователя для FTP-доступа'),
('ru', 'fulfillment_state', 'Выполнение заказа'),
('ru', 'full', 'Полный'),
('ru', 'fullauth', 'Полная авторизация'),
('ru', 'fullname', 'ФИО'),
('ru', 'full_description', 'Подробное описание'),
('ru', 'full_list', 'Весь список'),
('ru', 'full_tree_cat', 'Полное дерево'),
('ru', 'full_tree_pages', 'Полное дерево'),
('ru', 'full_width', 'Вся ширина'),
('ru', 'function', 'Ядро'),
('ru', 'function_deprecated', 'Функция [old_function] устарела и будет удалена в следующей версии. Пожалуйста, используйте вместо неё [new_function].'),
('ru', 'gateway', 'Шлюз'),
('ru', 'gateways', 'Платежные системы'),
('ru', 'gc_redeem_and_add_free_products', 'Использовать и добавить бесплатные товары в корзину'),
('ru', 'gdpr_call_requests', 'Персональные данные из запросов на обратный звонок'),
('ru', 'gdpr_discussions_data', 'Персональные данные из отзывов и комментариев'),
('ru', 'gdpr_newsletters', 'Персональные данные из рассылок'),
('ru', 'general', 'Общее'),
('ru', 'general_info', 'Общая информация'),
('ru', 'general_settings', 'Общие настройки'),
('ru', 'general_statistics', 'Общая статистика'),
('ru', 'generate', 'Сгенерировать'),
('ru', 'generate_cache', 'Создать кэш'),
('ru', 'generate_new_api_key', 'Сгенерировать новый ключ API'),
('ru', 'generate_printslip', 'Gerar Etiqueta'),
('ru', 'generate_printslip_and_tracking_number', 'Gerar Etiqueta e Código de Rastreamento'),
('ru', 'generate_submenu', 'Создать подменю'),
('ru', 'generating_pdf', 'Генерация PDF. Пожалуйста, подождите...'),
('ru', 'generating_xls', 'Генерация XLS. Пожалуйста, подождите...'),
('ru', 'geography', 'География'),
('ru', 'geo_maps.cannot_select_location', 'По техническим причинам не удалось выбрать это местоположение. Если у вас возникнут сложности при размещении заказа, пожалуйста свяжитесь с нами.'),
('ru', 'geo_maps.from_pickup_points', '[shipping], [n] пункт самовывоза|[shipping], [n] пункта самовывоза|[shipping], [n] пунктов самовывоза'),
('ru', 'geo_maps.location_detection_disabled', 'Не удалось определить ваше местоположение. Попробуйте включить на устройстве службы геолокации и отключить защиту от отслеживания.'),
('ru', 'geo_maps.no_shippings', 'К сожалению, мы не нашли вариантов доставки до вашего местоположения. Свяжитесь с нами, и мы постараемся вам помочь.'),
('ru', 'geo_maps.select_your_city', 'Выберите ваш город'),
('ru', 'geo_maps.shipping_about', 'примерно'),
('ru', 'geo_maps.shipping_address_on_map', 'Адрес доставки на карте'),
('ru', 'geo_maps.shipping_from', 'от'),
('ru', 'geo_maps.shipping_group_delivery', 'Доставка'),
('ru', 'geo_maps.shipping_group_pickup', 'Самовывоз'),
('ru', 'geo_maps.shipping_time', 'Время доставки'),
('ru', 'geo_maps.shipping_time_and_rates', 'Стоимость и сроки доставки'),
('ru', 'geo_maps.text_settings_google_api_notice', 'О настройке API-ключа читайте <a target=\"_blank\" href=\"https://www.cs-cart.ru/docs/4.10.x/user_guide/addons/maps_and_geolocation/#id3\">в документации</a>.'),
('ru', 'geo_maps.your_city', 'Ваш город'),
('ru', 'german', 'Немецкий'),
('ru', 'get_api_key', 'Получение API-ключа'),
('ru', 'get_rates', 'Получить расценки'),
('ru', 'get_social', 'Присоединяйтесь!'),
('ru', 'gift_add_products', 'Добавить товары в подарок'),
('ru', 'gift_certificate', 'Подарочный сертификат'),
('ru', 'gift_certificates', 'Подарочные сертификаты'),
('ru', 'gift_certificates.certificate_purchase_form', 'Форма покупки подарочного сертификата'),
('ru', 'gift_certificates.event.gift_certificate.status_changed.name', 'Статус подарочного сертификата изменился на \"[status]\"'),
('ru', 'gift_certificates.event.gift_certificate.updated.name', 'Подарочный сертификат обновлён'),
('ru', 'gift_certificates_menu_description', 'Просмотр и редактирование приобретенных покупателями подарочных сертификатов.'),
('ru', 'gift_certificates_verify', 'Проверка подарочного сертификата'),
('ru', 'gift_certificate_added_to_cart', 'Подарочный сертификат добавлен в корзину'),
('ru', 'gift_certificate_created', 'Подарочный сертификат был создан'),
('ru', 'gift_certificate_info', 'Информация о подарочном сертификате'),
('ru', 'gift_certificate_status', 'Статус подарочного сертификата'),
('ru', 'gift_certificate_statuses', 'Статусы сертификатов'),
('ru', 'gift_certificate_verification', 'Проверка подарочного сертификата'),
('ru', 'gift_cert_amount_changed', 'Сумма подарочного сертификата была изменена.'),
('ru', 'gift_cert_code', 'Код подарочного сертификата'),
('ru', 'gift_cert_debit', 'Остаток'),
('ru', 'gift_cert_error_amount', 'Сумма не должна превышать [max] и быть меньше [min]'),
('ru', 'gift_cert_from', 'От кого'),
('ru', 'gift_cert_to', 'Кому'),
('ru', 'gift_cert_with_products', 'Совместная покупука товаров и Подарочных Сертификатов невозможна. Оформите текущий заказ и повторите попытку.'),
('ru', 'gift_comment', 'Сообщение'),
('ru', 'give_coupon_subj', 'у вас есть новое поощрение'),
('ru', 'global', 'Общий'),
('ru', 'global_options', 'Глобальные опции'),
('ru', 'global_order_id', 'Id Global'),
('ru', 'global_status', 'Общий статус'),
('ru', 'global_update', 'Редактировать все'),
('ru', 'global_update_description', 'Положительные или отрицательные значения могут быть введены в поля ниже (например, -5)'),
('ru', 'global_vars', 'Общие переменные'),
('ru', 'go', 'Выполнить'),
('ru', 'google', 'Google'),
('ru', 'google_base', 'Google Base'),
('ru', 'google_base_export_notice', '<b>Примечание:</b> Вы можете задать ставку для налогов и цен на доставку на странице <a href=\"http://www.google.com/merchants/taxshippingsettings\">Tax and shipping summary</a> вашей учетной записи Google merchant center.'),
('ru', 'google_export_upgrade_notification_text', '<p>В новой версии [product] изменились настройки прайс-листов: теперь в цену в поле <b>Google price</b> не включаются налоги.</p><p>Чтобы экспортировать товары с налогами, включенными в их стоимость, сделайте следующее:</p><ul><li>перейдите на страницу Администрирование &rarr; Модули &rarr; Прайс-листы;</li><li>выберите прайс-лист, который используется для экспорта товаров в Google;</li><li>переключитесь на вкладку <b>\"Таблица соответствия полей\"</b> и выберите для поля <b>price</b> тип поля <b>Google price (with tax included)</b>.</li></ul>'),
('ru', 'google_export_upgrade_notification_title', 'Прайс-лист для Google Base: Изменения в модуле'),
('ru', 'google_sitemap.export_progress_entry', '[storefront]: [object]'),
('ru', 'google_sitemap.generate_map', 'Файл карты сайта еще не создан. Перейдите в настройки модуля и нажмите кнопку «Обновить»'),
('ru', 'google_sitemap.map_generated', 'Файл Sitemap успешно создан'),
('ru', 'google_sitemap.text_regenerate', 'Если были добавлены или изменены товары, категории и т.д., пожалуйста обновите файл Sitemap: <a class=\"cm-ajax cm-comet btn btn-primary\" href=\"[regenerate_url]\">Обновить</a><br /><br /> [sitemap_available_in_customer]'),
('ru', 'google_sitemap.text_select_storefront', 'Чтобы создать файл Sitemap, сначала выберите витрину.'),
('ru', 'goto_theme_configuration', 'Обзор тем'),
('ru', 'go_back', 'Назад'),
('ru', 'go_to_admin_panel', 'Панель управления'),
('ru', 'go_to_the_admin_homepage', 'Перейти на администраторскую домашнюю страницу'),
('ru', 'go_to_the_homepage', 'Перейти на домашнюю страницу'),
('ru', 'grams_in_the_unit_of_weight', 'Граммов в единице веса'),
('ru', 'grant_point', 'Предоставить бонусные баллы'),
('ru', 'graphic', 'Диаграмма'),
('ru', 'graphic_banner', 'Графический баннер'),
('ru', 'greek', 'Греческий'),
('ru', 'grid', 'Секция'),
('ru', 'grid_options', 'Настройки секции'),
('ru', 'gross_total', 'Итого сумма'),
('ru', 'ground_only', 'Доставка только наземным способом'),
('ru', 'group', 'Группа'),
('ru', 'groups', 'Группы'),
('ru', 'guest', 'Гости'),
('ru', 'has_credit_memo', 'Имеет кредитовое извещение'),
('ru', 'has_invoice', 'Имеется счет'),
('ru', 'header', 'Заголовок'),
('ru', 'header_image', 'Картинка для заголовка'),
('ru', 'head_custom_html', 'Пользовательский HTML код'),
('ru', 'hebrew', 'Иврит'),
('ru', 'height', 'Высота'),
('ru', 'hello', 'Здравствуйте'),
('ru', 'hello_name', 'Здравствуйте, [name],'),
('ru', 'help', 'Помощь'),
('ru', 'hidden', 'Скрыто'),
('ru', 'hidden_categories', 'Скрытые категории'),
('ru', 'hide', 'Спрятать'),
('ru', 'hide_add_to_cart_button', 'Спрятать кнопку добавления товара в корзину'),
('ru', 'hide_options', 'Скрыть опции'),
('ru', 'hide_option_completely', 'Скрыть опцию полностью'),
('ru', 'hidpi.notice.images_were_not_restored', 'У некоторых старых изображений всё ещё низкое качество. Чтобы использовать самое высокое доступное качество, <a href=\"[convert_url]\">запустите восстановление изображений</a>. Оно работает автоматически, и от вас не потребуется каких-то действий.'),
('ru', 'hidpi.refactoring_upgrade_notification_text', '<p>В прошлой версии модуль <b>[addon_name]</b> уменьшал качество загруженных изображений для устройств без HiDPI-дисплеев. Мы улучшили модуль, и теперь это не нужно. Однако существующие изображения всё ещё остались не в лучшем качестве.</p><p>Мы можем сделать так, чтобы все старые изображения выглядели максимально хорошо, но процесс займёт некоторое время. Поэтому запустить его мы просим вас.</p><p><a href=\"[url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Улучшить старые изображения</a></p>'),
('ru', 'hidpi.refactoring_upgrade_notification_title', 'Убедитесь, что изображения выглядят хорошо.'),
('ru', 'hidpi.restore_btn', 'Восстановить'),
('ru', 'hidpi.restore_images', 'Восстановление изображений'),
('ru', 'hidpi.text_restore_images', 'В предыдущей версии модуль \"Поддержка HiDPI\" уменьшал размер загруженных изображений. Теперь в этом нет необходимости. Чтобы ранее загруженные изображения выглядели чётко, нажмите \"Восстановить\".'),
('ru', 'hidpi.upload_high_res_image', 'Я загружаю HiDPI-изображение.'),
('ru', 'hidpi.upload_high_res_image.tooltip', 'Если стоит эта галочка, то исходное изображение будет отображаться в два раза меньшем размере. Настройка влияет только на отображение исходного изображения, но не его иконки. Если вы хотите, чтобы исходное изображение показывалось в оригинальном размере, не ставьте эту галочку.'),
('ru', 'hidpi.warning_restore_images', '<strong>Внимание!</strong> Это действие нельзя отменить: даже если вы откатите магазин до предыдущей версии, то изображения останутся такими же, как после восстановления. Процесс восстановления может занять некоторое время, в зависимости от количества изображений в вашем магазине.'),
('ru', 'history', 'История'),
('ru', 'home', 'Главная'),
('ru', 'home_blocks', 'Vendor home blocks'),
('ru', 'home_page', 'Главная страница'),
('ru', 'horizontal', 'Горизонтальная'),
('ru', 'horizontal_filters', 'Горизонтальные фильтры'),
('ru', 'host', 'Имя сервера'),
('ru', 'host_code', 'Хост код'),
('ru', 'hour', 'Час'),
('ru', 'hourly', 'Каждый час'),
('ru', 'hour_or_hours', 'час(-ов)'),
('ru', 'how_to_send', 'Как отправить?'),
('ru', 'html_block', 'HTML блок'),
('ru', 'http_transport_error_prefix_curl', 'Ошибка в библиотеке CURL'),
('ru', 'http_transport_error_prefix_socket', 'Ошибка в сокете'),
('ru', 'hungarian', 'Венгерский'),
('ru', 'hybrid_auth', 'Вход через соц. сети'),
('ru', 'hybrid_auth.add_provider', 'Добавить соц. сеть'),
('ru', 'hybrid_auth.callback_url', 'URL возврата'),
('ru', 'hybrid_auth.cant_create_profile', 'К сожалению, не удалось создать пользователя и авторизоваться в магазине по одной из следующих причин:<br />- Вы ранее авторизовались в магазине, используя другой сервис OpenID, в котором используется тот же email адрес.<br />- Вы уже зарегистрированы в нашем магазине с использованием этого email адреса.<br />Пожалуйста, свяжитесь с владельцем магазина для разрешения данной проблемы.'),
('ru', 'hybrid_auth.change_password', 'Вы можете изменить свой пароль по ссылке'),
('ru', 'hybrid_auth.configuration_error', 'Ошибка конфигурации Hybriauth'),
('ru', 'hybrid_auth.connecting_provider', 'Cоединение с <b>[provider]</b>. Пожалуйста, подождите...'),
('ru', 'hybrid_auth.connect_social', 'Подключить учетную запись в соцсети'),
('ru', 'hybrid_auth.connect_social_title', 'Такой пользователь уже существует'),
('ru', 'hybrid_auth.editing_provider', 'Редактировать соц. сеть'),
('ru', 'hybrid_auth.facebook_disabled_upgrade_notification_text', '<p>В связи с тем, что версия Facebook API, которую мы использовали ранее, больше не поддерживается, нам пришлось перейти на новую версию API. Теперь для работы с новым API, [product] требует PHP 5.4. Вы видите это сообщение, потому что ваш сервер использует старую версию PHP. </p><p>Статус провайдера <b>Facebook</b> на странице <b>Веб-сайт → Вход через соц. сети</b> был изменён на <i>Выкл.</i>.</p><p>Пожалуйста, прежде чем включить Facebook снова, обновите PHP до версии 5.4 или выше.</p>'),
('ru', 'hybrid_auth.facebook_disabled_upgrade_notification_title', 'Вход через соцсети: Вход через Facebook был отключен из-за устаревшей версии PHP'),
('ru', 'hybrid_auth.facebook_oauth_redirect_uris', 'Valid OAuth redirect URIs'),
('ru', 'hybrid_auth.failed_auth', 'Проверка подлинности завершилась неудачей. Пользователь отменил проверку, или провайдер прервал соединение'),
('ru', 'hybrid_auth.instruction_facebook', 'Используйте идентификатор приложения и секретный ключ, которые вы получили после создания приложения на сайте <a href=\'https://developers.facebook.com/apps\' target=\'_blank\'>Facebook для разработчиков</a>.'),
('ru', 'hybrid_auth.instruction_facebook_login', 'Воспользуйтесь ID приложения и секретным ключом, полученными после создания приложения на <a href=\"https://developers.facebook.com/apps\" target=\"_blank\">сайте разработчиков Facebook</a>. После этого скопируйте содержимое поля <b>Valid OAuth redirect URIs</b> в соответствующее поле на вкладке <b>Facebook Login</b> в вашем приложении на Facebook.'),
('ru', 'hybrid_auth.instruction_foursquare', 'Используйте идентификатор приложения и секретный ключ, которые вы получили после создания приложения на <a href=\'https://foursquare.com/developers/apps\' target=\'_blank\'>Fousquare</a>.'),
('ru', 'hybrid_auth.instruction_google', 'Используйте ID и секретный ключ, которые вы получили после создания проекта в <a href=\'https://code.google.com/apis/console/?pli=1\' target=\'_blank\'>Google</a>.'),
('ru', 'hybrid_auth.instruction_linkedin', 'Используйте ID (клиентский ключ) и секретный ключ, которые вы получили после создания приложения на <a href=\'https://www.linkedin.com/developer/apps\' target=\'_blank\'> LinkedIn для разработчиков</a>.'),
('ru', 'hybrid_auth.instruction_live', 'Используйте идентификатор приложения и секретный ключ, которые вы получили после добавления приложения на сервисе <a href=\'https://account.live.com/developers/applications/create\' target=\'_blank\'>Live</a>.'),
('ru', 'hybrid_auth.instruction_paypal', 'Используйте идентификатор приложения и секретный ключ, которые вы получили после создания приложения на сайте <a href=\'https://developer.paypal.com/developer/applications\' target=\'_blank\'>PayPal для разработчиков</a>.'),
('ru', 'hybrid_auth.instruction_twitter', 'Используйте ID (клиентский ключ) и секретный ключ, которые вы получили после создания приложения на сайте <a href=\'https://apps.twitter.com/\' target=\'_blank\'>Twitter для разработчиков</a>.'),
('ru', 'hybrid_auth.instruction_yahoo', 'Используйте ID (идентификатор) и секретный ключ, которые вы получили после создания приложения на сайте <a href=\'https://developer.yahoo.com/apps/create/\' target=\'_blank\'>Yahoo</a>.'),
('ru', 'hybrid_auth.linkedin_api_v1', 'v1'),
('ru', 'hybrid_auth.linkedin_api_v2', 'v2'),
('ru', 'hybrid_auth.linkedin_api_version', 'Версия API'),
('ru', 'hybrid_auth.linked_provider', 'Связан'),
('ru', 'hybrid_auth.link_provider', 'Учетные записи в социальных сетях'),
('ru', 'hybrid_auth.live_redirect_urls', 'URL-адреса перенаправления'),
('ru', 'hybrid_auth.missing_credentials', 'Не указаны данные для подключения к соцсети'),
('ru', 'hybrid_auth.new_provider', 'Новая соц. сеть'),
('ru', 'hybrid_auth.not_linked_provider', 'Не связан'),
('ru', 'hybrid_auth.password_generated', 'Рады сообщить Вам, что Вы были успешно зарегистрированы в магазине. Для Вас был сгененирован пароль'),
('ru', 'hybrid_auth.providers', 'Соц. сеть'),
('ru', 'hybrid_auth.provider_error_configuration', 'Неправильные настройки соц. сети'),
('ru', 'hybrid_auth.provider_not_found', 'Провайдер [provider] не найден'),
('ru', 'hybrid_auth.social_login', 'Войти через соц. сеть'),
('ru', 'hybrid_auth.specify_email', 'Укажите адрес электронной почты'),
('ru', 'hybrid_auth.specify_email_title', 'Адрес электронной почты не был указан.'),
('ru', 'hybrid_auth.text_connect_social', '<p>Пользователь с такой электронной почтой уже существует.</p><p>Если Вы хотите подключить данную социальную сеть к этому пользователю, то, пожалуйста, авторизуйтесь.</p>'),
('ru', 'hybrid_auth.text_link_provider', 'Подключить аккаунт социальной сети и использовать его для входа'),
('ru', 'hybrid_auth.text_specify_email', '<p>При входе через соц. сеть не был указан адрес электронной почты.</p><p>Пожалуйста введите его и нажмите \"Продолжить\".</p>'),
('ru', 'hybrid_auth.text_user_is_already_link', 'Эта учетная запись социальной сети уже используется'),
('ru', 'hybrid_auth.unspecified_error', 'Неизвестная ошибка, обратитесь к администратору магазина.'),
('ru', 'hybrid_auth.wrong_provider', 'Неизвестный или неактивный провайдер'),
('ru', 'hybrid_auth_menu_description', 'Добавление соц. провайдеров'),
('ru', 'I25', 'Чередование 2 из 5 базируется на стандартной 2 из 5 символике.<br/>Чередование 2 из 5 спроектировано для кодирования только 10 цифр.'),
('ru', 'icon', 'Иконка'),
('ru', 'id', 'ID'),
('ru', 'identifier', 'PayBox идентификатор'),
('ru', 'iframe_mode', 'iFrame режим'),
('ru', 'illegal_item_weight', 'Недопустимый вес товара'),
('ru', 'image', 'Изображение'),
('ru', 'images', 'Изображения'),
('ru', 'images_directory', 'Директория с изображениями'),
('ru', 'images_params', 'Изображения'),
('ru', 'image_has_been_deleted', 'Данное изображение было удалено'),
('ru', 'image_pair', 'Пара изображений'),
('ru', 'image_url', 'URL изображения'),
('ru', 'image_verification', 'Проверка изображением'),
('ru', 'image_verification_body', 'Введите символы (цифры и латинские буквы), которые видите на картинке.'),
('ru', 'image_verification_label', 'Антибот'),
('ru', 'image_zoom.rework_update_notification.message', '<p>Мы переработали модуль <b>Увеличенные изображения товаров</b>, так как он зависел от стороннего решения, несовместимого с последними версиями jQuery. Из-за этого пришлось удалить несколько настроек модуля.</p><p>Проверьте, как на странице товара выглядит и работает увеличение изображения при наведении. Поменять внешний вид можно в настройках модуля <b>Увеличенные изображения товаров</b>.</p><p><a href=\"[image_zoom_settings]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Проверить настройки модуля</a></p>'),
('ru', 'image_zoom.rework_update_notification.title', 'Переработан модуль \"Увеличенные изображения товаров\"'),
('ru', 'immediately', 'Немедленно'),
('ru', 'import', 'Импорт'),
('ru', 'important', 'Важно'),
('ru', 'important_language_text', 'Когда вы скрываете, выключаете, или удаляете язык, настроенный по умолчанию, убедитесь в том, что обновили значение настройки <b>Язык витрины по умолчанию</b> в <a href=\"[link]\">Настройки →Внешний вид</a>.'),
('ru', 'importing_data', 'Данные для импортирования'),
('ru', 'import_data', 'Импорт данных'),
('ru', 'import_errors', 'Импортировать ошибки'),
('ru', 'import_layout', 'Импортировать макет'),
('ru', 'import_locations', 'Импортировать страницы макета'),
('ru', 'import_new_vendor', '[n] Во время импорта был создан новый магазин. На данный момент у него есть только название. Пожалуйста, добавьте ещё информации о новом магазине.|[n] Во время импорта были созданы новые магазины. На данный момент у них есть только название. Пожалуйста, добавьте ещё информации о новых магазинах.'),
('ru', 'import_options', 'Параметры импорта'),
('ru', 'import_results', 'Импортировать результаты'),
('ru', 'in', 'В'),
('ru', 'included', 'Включено'),
('ru', 'include_cvn', 'Включая CVN'),
('ru', 'including_discount', 'Включая скидку'),
('ru', 'including_tax', 'Включая налог'),
('ru', 'income', 'Доход'),
('ru', 'incompleted', 'Незавершенный'),
('ru', 'incompleted_orders', 'Просмотреть незавершенные заказы'),
('ru', 'incorrect_filling_message', 'Сообщение о неправильном заполнении'),
('ru', 'incorrect_po_pack_structure', 'Некорректная структура пакета, содержащего языковые файлы \".po\" в <b>\"[pack_path]\"</b>.'),
('ru', 'incorrect_price_warning', 'Товар не был добавлен в корзину. Пожалуйста, введите правильную цену.'),
('ru', 'increase', 'Увеличение'),
('ru', 'inc_tax', 'Вкл налог'),
('ru', 'index', 'Домашняя страница'),
('ru', 'individual', 'Локальная опция'),
('ru', 'information', 'Информация'),
('ru', 'information_file_roobots', 'Был обнаружен файл robots.txt. Внесённые изменения вступят в силу только после удаления файла <b>robots.txt</b> из корневой директории вашего магазина.'),
('ru', 'inner_hint', 'Внутренняя подсказка'),
('ru', 'input_field', 'Поле ввода'),
('ru', 'insert_block', 'Добавить блок'),
('ru', 'insert_grid', 'Добавить секцию'),
('ru', 'insert_image', 'Добавить изображение'),
('ru', 'install', 'Установить'),
('ru', 'installation_id', 'ID установки'),
('ru', 'installed', 'Установлен'),
('ru', 'installed_addons', 'Установленные модули'),
('ru', 'installed_languages', 'Установленные'),
('ru', 'installed_themes', 'Установленные темы'),
('ru', 'installed_upgrades', 'Установленные обновления'),
('ru', 'installer_complete_title', 'Установка завершена успешно'),
('ru', 'installments', 'Parcelas'),
('ru', 'installment_qty', 'Quantidade de parcelas'),
('ru', 'install_addon_text', 'Модули расширяют функциональность вашего магазина. <br/> Чтобы установить модуль из архива, выберите файл с формате [exts] и нажмите на кнопку «Загрузить и установить».'),
('ru', 'install_theme_text', 'Загрузка и установка новой темы  — это быстрый и удобный способ изменить дизайн витрины. Для загрузки темы выберите архив в формате [exts] и нажмите на кнопку «Загрузить».'),
('ru', 'install_upgrade_package_text', 'Вы можете загрузить пакет обновления вручную с локального компьютера, сервера или с удаленного адреса. Укажите местоположение архива в формате [exts] и нажмите <strong>Загрузить</strong>.'),
('ru', 'internal_option_name', 'Дополнительное название'),
('ru', 'internal_option_name_tooltip', 'Данное название используется для разграничения опций, имеющих одинаковые имена на витрине, и отображается только в панели администратора.'),
('ru', 'internal_template.vendor_data_premoderation_product_approved', 'Премодерация данных продавцов: ваш товар был утверждён'),
('ru', 'internal_template.vendor_data_premoderation_product_disapproved', 'Премодерация данных продавцов: ваш товар был отклонён'),
('ru', 'internal_templates', 'Шаблоны уведомлений на сайте'),
('ru', 'internal_template_exists', 'Шаблон уведомления на сайте с выбранным фрагментом кода уже существует. Пожалуйста, попробуйте выбрать другой фрагмент.'),
('ru', 'internal_template_import_success_msg', 'Все шаблоны уведомлений были импортированы без ошибок.'),
('ru', 'international_settings', 'Международные настройки'),
('ru', 'international_usps', 'Международный U.S.P.S.'),
('ru', 'invalid_ftp_access', 'Неверный FTP доступ'),
('ru', 'inventory', 'Расчет кол-ва товара в наличии'),
('ru', 'inventory_tracking', 'Расчет кол-ва товара в наличии'),
('ru', 'invitees', 'Приглашенные'),
('ru', 'invite_vendors', 'Пригласить продавцов'),
('ru', 'invite_vendors_enter_emails', 'Электронные адреса, куда отправлять приглашения'),
('ru', 'invite_vendors_title', 'Пригласить людей зарегистрироваться в качестве продавцов на вашем маркетплейсе'),
('ru', 'invoice', 'Счет'),
('ru', 'invoices', 'Счета'),
('ru', 'invoice_credit_memo', 'Счет/Кредитное извещение'),
('ru', 'invoice_heading', 'Счёт'),
('ru', 'invoice_id', 'Номер счета'),
('ru', 'invoice_title', 'СЧЕТ'),
('ru', 'in_progress', 'Проходит в данный момент'),
('ru', 'in_stock', 'В наличии'),
('ru', 'ip', 'IP'),
('ru', 'ipn_errors', 'IPN-ошибки'),
('ru', 'ips', 'IP-адреса'),
('ru', 'ip_address', 'IP адрес'),
('ru', 'ip_from', 'с IP'),
('ru', 'ip_to', 'до IP'),
('ru', 'issuer_id', 'ID менеджера'),
('ru', 'is_address_required', 'Покупатель должен указать свой адрес'),
('ru', 'is_back_in_stock', 'теперь в наличии!'),
('ru', 'is_default_storefront', 'Витрина по умолчанию'),
('ru', 'is_pbp', 'Разрешить оплату баллами'),
('ru', 'italian', 'Итальянский'),
('ru', 'items', 'шт.'),
('ru', 'items_dependences', 'Зависимость от количества'),
('ru', 'items_in_box', 'Количество штук в коробке'),
('ru', 'items_in_cart', 'В корзине [n] товар|В корзине [n] товара|В корзине [n] товаров'),
('ru', 'items_marked_by_tag', 'Элементы обозначенные тегом \"[tag]\":'),
('ru', 'items_per_page', 'Элементов на странице'),
('ru', 'items_title', 'Элементы'),
('ru', 'item_id', 'ID элемента'),
('ru', 'item_number', 'Показать номер элемента'),
('ru', 'item_quantity', 'Количество элементов'),
('ru', 'i_agree_continue', 'Я согласен, можно продолжить'),
('ru', 'janrain_cant_create_profile', 'К сожалению, войти в магазин не получилось. Возможные причины:<br />- Вы ранее авторизовались в магазине, используя другой сервис OpenID, но с тем же адресом эл. почты.<br />- Вы уже зарегистрированы в нашем магазине с использованием этого адреса эл. почты.<br />Пожалуйста, свяжитесь с администрацией магазина для разрешения этой проблемы.'),
('ru', 'janrain_general_info', '<p>Используйте эти данные и настройте учетную запись на <a href=\"http://janrain.com\" target=\"_blank\">janrain.com</a></p>'),
('ru', 'janrain_need_update_profile', 'Поле «Пароль» и некоторые другие обязательные поля пусты. Пожалуйста, обновите свой профиль.'),
('ru', 'janrain_social_login', 'Авторизация через социальную сеть с помощью Janrain'),
('ru', 'japanese', 'Японский'),
('ru', 'join', 'Присоединиться'),
('ru', 'json_error_ctrl_char', 'Ошибка управляющего символа, возможно, неверная кодировка'),
('ru', 'json_error_depth', 'Превышена максимальная глубина стека'),
('ru', 'json_error_state_mismatch', 'Неверный или некорректный JSON'),
('ru', 'json_error_syntax', 'Синтаксическая ошибка, некорректный JSON'),
('ru', 'json_error_unknown', 'Неизвестная ошибка JSON'),
('ru', 'json_error_utf8', 'Некорректные символы UTF-8, возможно неверная кодировка'),
('ru', 'key', 'Ключ'),
('ru', 'key1_for_md5', 'Ключ авторизации 1 для md5'),
('ru', 'key2_for_md5', 'Ключ авторизации 2 для md5'),
('ru', 'keywords', 'Ключевые слова'),
('ru', 'korean', 'Корейский'),
('ru', 'label_text_color', 'Цвет текста в подписях'),
('ru', 'landing_header', 'Ваш заказ принят'),
('ru', 'language', 'Язык'),
('ru', 'languagecode', 'Код языка'),
('ru', 'languages', 'Языки'),
('ru', 'languages_find_more', 'Если вы не нашли нужный язык, посетите <a href=\"[href]\" target=\"_blank\">наш сайт с бесплатными языковыми пакетами</a>.'),
('ru', 'language_code', 'Код языка'),
('ru', 'language_variable', 'Языковая переменная'),
('ru', 'language_variables', 'Языковые переменные'),
('ru', 'last4ssn', 'Последние 4 цифры номера социального страхования'),
('ru', 'last_24hours', 'Последние 24 часа'),
('ru', 'last_days', 'Кол-во последних дней'),
('ru', 'last_login', 'Последний вход'),
('ru', 'last_month', 'Последний месяц'),
('ru', 'last_name', 'Фамилия'),
('ru', 'last_name_and_first_name', 'Фамилия и имя'),
('ru', 'last_n_days', 'Последние [N] дней'),
('ru', 'last_order', 'Последний заказ'),
('ru', 'last_scan_time', 'Время последней проверки'),
('ru', 'last_year', 'Предыдущий год'),
('ru', 'latest_reviews', 'Последние комментарии и отзывы'),
('ru', 'latitude', 'Широта'),
('ru', 'latitude_short', 'широта'),
('ru', 'layout', 'Макет'),
('ru', 'layoutid', 'ID макета'),
('ru', 'layouts', 'Макеты'),
('ru', 'lbl_amazon_aws_access_public_key', 'AWS публичный ключ доступа'),
('ru', 'lbl_amazon_aws_access_secret_key', 'AWS секретный ключ доступа'),
('ru', 'lbl_amazon_background_color', 'Цвет фона'),
('ru', 'lbl_amazon_button_color', 'Цвет кнопки'),
('ru', 'lbl_amazon_button_size', 'Размер кнопки'),
('ru', 'lbl_amazon_button_style', 'Стиль кнопки Amazon'),
('ru', 'lbl_amazon_color_dark', 'Темный'),
('ru', 'lbl_amazon_color_light', 'Светлый'),
('ru', 'lbl_amazon_color_orange', 'Оранжевый'),
('ru', 'lbl_amazon_color_tan', 'Коричневый'),
('ru', 'lbl_amazon_color_white', 'Белый'),
('ru', 'lbl_amazon_process_order_on_failure', 'Обработать заказ при проблеме с ответом на запрос'),
('ru', 'lbl_amazon_size_large', 'Большой'),
('ru', 'lbl_amazon_size_medium', 'Средний'),
('ru', 'lbl_amazon_size_xlarge', 'Очень большой'),
('ru', 'left', 'Слева'),
('ru', 'length', 'Длина'),
('ru', 'less', 'меньше'),
('ru', 'letter', 'Письмо'),
('ru', 'level', 'Уровень'),
('ru', 'licence_agreement', 'Лицензионное соглашение'),
('ru', 'licensed_product', 'Лицензированный продукт'),
('ru', 'license_agreement', 'Лицензионное соглашение'),
('ru', 'license_number', 'Номер лицензии');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('ru', 'license_number_cannot_be_empty', 'Номер лицензии не может быть пустым'),
('ru', 'license_required', 'Требуется лицензия [product]'),
('ru', 'licensing.license_error_license_is_disabled', 'Лицензия отключена. Пожалуйста, проверьте статус вашей лицензии.'),
('ru', 'licensing.license_error_license_is_disabled.text', 'Свяжитесь с нами <a href=\"[helpdesk_url]\" target=\"_blank\">через Help Desk</a>, чтобы уточнить причину и узнать, что можно сделать. Если доступ в панель администратора нужен прямо сейчас, то вы можете ввести другой номер лицензии, если он не используется в другом магазине:'),
('ru', 'licensing.license_error_license_is_disabled.title', 'Ваша лицензия [product] была отключена'),
('ru', 'licensing.license_error_license_is_invalid', 'Недействительный лицензионный ключ. Пожалуйста, введите действительный.'),
('ru', 'licensing.license_error_wrong_edition', 'Лицензия не соответствует редакции вашего магазина. Пожалуйста, введите действительный лицензионный ключ.'),
('ru', 'licensing.license_error_wrong_licensing_mode', 'Лицензия не соответствует режиму лицензирования вашего магазина. Пожалуйста, введите действительный лицензионный ключ.'),
('ru', 'licensing_and_upgrades', 'Лицензирование и обновления'),
('ru', 'limit', 'Макс. число элементов'),
('ru', 'line', 'Линейный'),
('ru', 'linear', 'Линейный'),
('ru', 'link', 'Ссылка'),
('ru', 'linked_categories', 'Связанные категории'),
('ru', 'linked_products', 'Связанные товары'),
('ru', 'links', 'Ссылки'),
('ru', 'links_thumb', 'Вид ссылки'),
('ru', 'link_an_existing_option', 'Привязать существующую опцию'),
('ru', 'link_message_for_test_letter', 'Эта ссылка будет отображаться в реальной рассылке'),
('ru', 'link_text', 'Текст ссылки'),
('ru', 'link_to', 'Ссылка на'),
('ru', 'list', 'Список'),
('ru', 'list_objects', 'Объекты списка'),
('ru', 'list_price', 'Рекомендованная цена'),
('ru', 'list_price_decreased', 'Рекомендованная цена была уменьшена'),
('ru', 'list_price_increased', 'Рекомендованная цена была увеличена'),
('ru', 'list_price_short', 'Реком. цена'),
('ru', 'list_qty_count', 'Максимальное число вариантов в списке выбора количества'),
('ru', 'list_quantity_count', 'Максимальное число вариантов в списке выбора количества'),
('ru', 'lite_checkout.change_in_geolocation_cities_upgrade_notification_text', '<p>Раньше вы могли задать список городов, которые будут доступны для выбора покупателям в блоке геолокации на витрине. Это делалось в меню <b>Администрирование → Доставка и налоги → Города (геолокация).</b></p><p>Эту страницу убрали, а список городов теперь генерируется автоматически на основе пунктов самовывоза. Это работает, только если включена соответствующая настройка в модуле \"[stores_pickups_addon]\", и только для модулей, у которых указана страна, область и город.</p><p>Вот список городов, который был у вас раньше на странице <b>Города (геолокация)</b>. Он может помочь с настройкой пунктов самовывоза:<p><p>[locations_table]</p><p><a href=\"[stores_pickups_search]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Редактировать настройки модуля/a></p>'),
('ru', 'lite_checkout.change_in_geolocation_cities_upgrade_notification_title', 'Теперь список городов для блока геолокации создаётся автоматически'),
('ru', 'lite_checkout.choose_from_list', 'Выбрать из списка'),
('ru', 'lite_checkout.city_and_state', 'Город, область'),
('ru', 'lite_checkout.click_here_to_update_shipping', 'Введите город и область и нажмите сюда, чтобы обновить стоимость доставки'),
('ru', 'lite_checkout.customer_information', 'Покупатель'),
('ru', 'lite_checkout.delivery_note', 'Примечания покупателя'),
('ru', 'lite_checkout.deliver_to', 'Доставить в:'),
('ru', 'lite_checkout.nearest_station', 'Ближайшая станция'),
('ru', 'lite_checkout.personal_name', 'ФИО'),
('ru', 'lite_checkout.place_an_order_for', 'Оформить заказ ([amount])'),
('ru', 'lite_checkout.select_pickup_item', 'Выберите пункт выдачи'),
('ru', 'lite_checkout.select_your_city', 'Укажите ваш город'),
('ru', 'lite_checkout.shippings.show_all_on_map', 'Показать все на карте'),
('ru', 'lite_checkout.shipping_method_for', 'Способы доставки: [group_name]'),
('ru', 'lite_checkout.use_two_fingers_for_move_map', 'Двигайте карту двумя пальцами'),
('ru', 'live', 'Рабочий'),
('ru', 'livechat.change_account', 'Если вы желаете изменить аккаунт LiveChat, вы можете'),
('ru', 'livechat.check_our_apps', 'Обратите внимание на приложения для <a href=\'[url]\' target=\'_blank\'>десктопов и мобильных устройств</a>'),
('ru', 'livechat.create_account', 'Создать аккаунт'),
('ru', 'livechat.current_login', 'Сейчас вы используете LiveChat-аккаунт <strong>[login]</strong>.'),
('ru', 'livechat.license_cleared', 'Настройки LiveChat сброшены'),
('ru', 'livechat.license_received', 'LiveChat добавлен на ваш сайт'),
('ru', 'livechat.reset_settings', 'Сбросить настройки'),
('ru', 'livechat.use_web_app', 'Воспользуйтесь нашим веб-приложением'),
('ru', 'live_preview', 'Предпросмотр'),
('ru', 'load', 'Загрузить'),
('ru', 'loading', 'Загрузка...'),
('ru', 'local', 'Загрузить'),
('ru', 'localization', 'Локализация'),
('ru', 'localizations', 'Локализация'),
('ru', 'localizations_menu_description', 'Редактирование локализаций, которые используются в вашем магазине.'),
('ru', 'local_export', 'Загрузить'),
('ru', 'local_modifications', 'Локальные изменения'),
('ru', 'local_modifications_message', 'Эти файлы содержат локальные изменения. Во время обновления была создана резервная копия в папке <strong>[dir]</strong>. Сравните файлы резервной копии с новыми файлами и перенесите изменения из старых в новые.'),
('ru', 'location', 'Расположение'),
('ru', 'locations', 'Пункты назначения'),
('ru', 'locations_menu_description', 'Редактирование тарифных зон, которые используются в вашем магазине.'),
('ru', 'log', 'Журнал событий'),
('ru', 'loggedin_time', 'Авторизация'),
('ru', 'logging', 'Журнал Событий'),
('ru', 'login', 'Логин'),
('ru', 'login_url', 'URL для авторизации'),
('ru', 'login_with_facebook', 'Login with Facebook'),
('ru', 'login_with_foursquare', 'Login with Foursquare'),
('ru', 'login_with_google', 'Login with Google'),
('ru', 'login_with_linkedin', 'Login with LinkedIn'),
('ru', 'login_with_live', 'Login with Microsoft'),
('ru', 'login_with_paypal', 'Login with PayPal'),
('ru', 'login_with_twitter', 'Login with Twitter'),
('ru', 'login_with_yahoo', 'Login with Yahoo'),
('ru', 'logistica_reversa', 'Devolução'),
('ru', 'logos', 'Логотипы'),
('ru', 'logo_for_invoices', 'Логотип для счета'),
('ru', 'logo_for_the_customer_area', 'Логотип для витрины'),
('ru', 'logo_link', 'Адрес (URL) логотипа'),
('ru', 'logs', 'Журнал событий'),
('ru', 'log_action_backup', 'Продублировать'),
('ru', 'log_action_create', 'Создать'),
('ru', 'log_action_delete', 'Удалить'),
('ru', 'log_action_deprecated', 'устарел'),
('ru', 'log_action_error', 'Ошибка'),
('ru', 'log_action_failed_login', 'Ошибка авторизации'),
('ru', 'log_action_http', 'http/https запрос'),
('ru', 'log_action_login', 'Залогиниться'),
('ru', 'log_action_low_stock', 'Мало товаров в наличии'),
('ru', 'log_action_optimize', 'Оптимизировать'),
('ru', 'log_action_restore', 'Восстановить'),
('ru', 'log_action_runtime', 'Время выполнения'),
('ru', 'log_action_session', 'Сессия'),
('ru', 'log_action_shipping', 'Запрос доставки'),
('ru', 'log_action_status', 'Поменять статус'),
('ru', 'log_action_update', 'Обновить'),
('ru', 'log_in_as_user', 'Войти как пользователь'),
('ru', 'log_in_as_vendor', 'Войти как продавец'),
('ru', 'log_type_categories', 'Категории'),
('ru', 'log_type_database', 'База данных'),
('ru', 'log_type_general', 'общий'),
('ru', 'log_type_orders', 'Заказы'),
('ru', 'log_type_products', 'Товары'),
('ru', 'log_type_requests', 'Запросы'),
('ru', 'log_type_users', 'Пользователи'),
('ru', 'longitude', 'Долгота'),
('ru', 'longitude_short', 'долгота'),
('ru', 'lower_limit', 'Нижний предел'),
('ru', 'low_stock_subj', 'На складе осталось минимальное количество товара \"[product]\"'),
('ru', 'mac_key', 'Mac ключ'),
('ru', 'mail', 'Почтой'),
('ru', 'mailing_list', 'Список рассылки'),
('ru', 'mailing_lists', 'Списки рассылок'),
('ru', 'mailing_list_date', 'Дата создания списка рассылки'),
('ru', 'mail_message', 'Электронное сообщение'),
('ru', 'mail_subject', 'Тема сообщения'),
('ru', 'main', 'Основной'),
('ru', 'mainbox_general', 'Главный блок (H1 заголовок)'),
('ru', 'mainbox_simple', 'Важный блок (H2 заголовок)'),
('ru', 'maintenance', 'Поддержка базы данных'),
('ru', 'main_category', 'Основная категория'),
('ru', 'main_menu', 'Main menu'),
('ru', 'make_archive', 'Заархивировать'),
('ru', 'make_default', 'Сделать по умолчанию'),
('ru', 'make_permanent', 'Сделать постоянным'),
('ru', 'manage', 'Редактировать'),
('ru', 'manager', 'Менеджер'),
('ru', 'manage_addons', 'Управление модулями'),
('ru', 'manage_banners', 'Баннеры'),
('ru', 'manage_blocks', 'Блоки'),
('ru', 'manage_categories', 'Все категории'),
('ru', 'manage_existing_block', 'Редактировать существующие блоки'),
('ru', 'manage_items', 'Редактировать элементы'),
('ru', 'manage_languages', 'Языки'),
('ru', 'manage_menus', 'Редактировать меню'),
('ru', 'manage_pages', 'Редактирование'),
('ru', 'manage_products', 'Все товары'),
('ru', 'manage_reports', 'Все отчеты'),
('ru', 'manage_shippings', 'Способы доставки'),
('ru', 'manage_sitemap', 'Карта сайта'),
('ru', 'manage_stores', 'Управление магазинами'),
('ru', 'manage_subscribers', 'Подписчики'),
('ru', 'manage_vendors', 'Управление продавцами'),
('ru', 'mandatory', 'Обязательно'),
('ru', 'manually', 'Вручную'),
('ru', 'manually_recalculate_order', 'Пересчитать заказ вручную'),
('ru', 'manually_set_tax_rates', 'Установленные вручную налоговые ставки'),
('ru', 'map_fields', 'Таблица соответствия полей'),
('ru', 'mark', 'Пометить как решенный'),
('ru', 'marketing', 'Маркетинг'),
('ru', 'marketplace', 'Маркет'),
('ru', 'marketplace_find_more', 'Больше модулей и тем вы найдете в <a href=\"[href]\" target=\"_blank\">Маркете</a>.'),
('ru', 'marketplace_menu', 'Marketplace Menu'),
('ru', 'master_products.add_product_from_catalog', 'Добавить товар из каталога'),
('ru', 'master_products.all_products', 'Все товары'),
('ru', 'master_products.all_vendors_master_product', 'Все продавцы (общий товар)'),
('ru', 'master_products.create_new_product', 'Создать новый товар'),
('ru', 'master_products.exported_products', 'Экспортируемые товары'),
('ru', 'master_products.for_sale', 'Продаётся'),
('ru', 'master_products.master_product', 'Общий товар'),
('ru', 'master_products.price_from', 'От [formatted_price]'),
('ru', 'master_products.products_being_sold', 'Товары в продаже'),
('ru', 'master_products.products_that_vendors_can_sell', 'Товары, которые можно продавать'),
('ru', 'master_products.products_were_added_to_your_products', '[n] товар был добавлен в продажу|[n] товара были добавлены в продажу|[n] товаров было добавлено в продажу'),
('ru', 'master_products.product_type.offer', 'Предложение продавца'),
('ru', 'master_products.product_type.offer_variation', 'Вариация от продавца'),
('ru', 'master_products.sell_selected', 'Продавать выбранные'),
('ru', 'master_products.sell_this', 'Продавать'),
('ru', 'master_products.upgrade_notification.message', '<p>По техническим причинам, модуль <b>[master_product_addon]</b> теперь работает только с глобальными опциями. При обновлении мы уже конвертировали опции в глобальные у тех товаров, которые продаёт хотя бы один продавец.</p>'),
('ru', 'master_products.upgrade_notification.title', 'Общие товары для продавцов: Теперь модуль работает только с глобальными опциями'),
('ru', 'master_products.vendor_products_block_name', 'Предложения от продавцов'),
('ru', 'master_products.vendor_products_filling', 'Предложения от продавцов'),
('ru', 'master_products.vendor_products_tab_name', 'Предложения от продавцов'),
('ru', 'master_products.view_product_offers', 'Все предложения'),
('ru', 'maximum', 'Максимальный'),
('ru', 'maximum_items_in_box', 'Максимальное количество штук в коробке'),
('ru', 'maximum_number_of_statuses_reached', 'Вы достигли максимального количества статусов'),
('ru', 'max_amount', 'Общая стоимость'),
('ru', 'max_box_weight', 'Максимальный вес коробки'),
('ru', 'max_downloads', 'Макс. количество загрузок'),
('ru', 'max_item', 'Количество элементов'),
('ru', 'max_order_qty', 'Максимальный заказ'),
('ru', 'max_quantity', 'Макс. количество для заказа'),
('ru', 'max_storefronts_reached', '<p>Достигнуто максимальное количество витрин, доступное для вашей лицензии. Чтобы добавить больше витрин, нужно купить <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, редакцию с неограниченным количеством витрин.</p>'),
('ru', 'max_uploading_file_size', 'Максимальный размер загружаемого файла'),
('ru', 'max_uploading_file_size_hint', 'Оставьте это поле пустым, чтобы разрешить загрузку файлов любых размеров, или введите максимально допустимый размер файла (\"100\" это 100 Kb)'),
('ru', 'mb_amounts_not_match', 'Сумма заказа, полученная в ответе не совпадает с оригинальной'),
('ru', 'mb_currencies_not_match', 'Тип валюты, полученный в ответе не совпадает с оригинальным'),
('ru', 'mb_md5_hashes_not_match', 'Конторольные суммы переданных и полученных полей не совпадают'),
('ru', 'mb_transaction_id', 'ID транзакции MB'),
('ru', 'md5_checksum_failed', 'Контрольная сумма MD5 не совпала'),
('ru', 'md5_hash_value', 'значение функции MD5'),
('ru', 'menu', 'Меню'),
('ru', 'menus', 'Меню'),
('ru', 'menu_items', 'Элементы меню'),
('ru', 'merchantid', 'ID продавца'),
('ru', 'merchant_email', 'Email для уведомлений продавца'),
('ru', 'merchant_firstname', 'Имя аккаунта'),
('ru', 'merchant_id', 'ID аккаунта'),
('ru', 'merchant_key', 'Ключ аккаунта'),
('ru', 'merchant_lastname', 'Фамилия аккаунта'),
('ru', 'merchant_login', 'Логин продавца'),
('ru', 'merchant_name', 'Аккаунт (имя)'),
('ru', 'merchant_pin', 'PIN аккаунта'),
('ru', 'merchant_response_was_not_received', 'Ответ на запрос от продавца не был получен. Пожалуйста, проверьте эту транзакцию вручную.'),
('ru', 'merchant_site_id', 'ID сайта аккаунта'),
('ru', 'merchant_warrior_api_key', 'API ключ.'),
('ru', 'merchant_warrior_api_passphrase', 'API пароль.'),
('ru', 'merge', 'Объединить'),
('ru', 'merge_vendor', 'Объединить продавца'),
('ru', 'message', 'Сообщение'),
('ru', 'messages', 'Сообщения'),
('ru', 'meta_description', 'Мета-описание'),
('ru', 'meta_keywords', 'Мета-ключевые слова'),
('ru', 'method', 'Способ'),
('ru', 'migrations', 'Миграции'),
('ru', 'minimized', 'Свернутый'),
('ru', 'minimum_commission_payment', 'Минимальный комиссионный платеж'),
('ru', 'minimum_items_in_box', 'Минимальное количество штук в коробке'),
('ru', 'minutes', 'минута(-ы)'),
('ru', 'min_order_qty', 'Минимальный заказ'),
('ru', 'min_quantity', 'Мин. количество для заказа'),
('ru', 'missing_variants_handling', 'Если отсутствуют варианты'),
('ru', 'mobile_app.appfulldescription', 'Полное описание'),
('ru', 'mobile_app.apple_pay', 'Apple Pay'),
('ru', 'mobile_app.apple_pay_merchant_identifier', 'Идентификатор продавца'),
('ru', 'mobile_app.apple_pay_merchant_identifier_tooltip', 'Получите <b>Merchant Identifier</b> по инструкции из <a href=\"https://help.apple.com/developer-account/#/devb2e62b839?sub=dev103e030bb\" target=\"_blank\">Developer Account Help</a>'),
('ru', 'mobile_app.apple_pay_merchant_name', 'Имя продавца'),
('ru', 'mobile_app.apple_pay_merchant_name_tooltip', 'Введите сюда значение Merchant ID Description, которое вы использовали при регистрации Merchant ID на сайте Apple Developer.'),
('ru', 'mobile_app.apple_pay_supported_networks', 'Платёжные сети'),
('ru', 'mobile_app.appname', 'Название приложения'),
('ru', 'mobile_app.appshortdescription', 'Краткое описание'),
('ru', 'mobile_app.configure_colors', 'Настройки цветов'),
('ru', 'mobile_app.crop_when_resize', 'Обрезать изображение'),
('ru', 'mobile_app.download_config', 'Скачать настройки'),
('ru', 'mobile_app.fcm_api_key', 'API-ключ для push-уведомлений'),
('ru', 'mobile_app.fcm_api_key_tooltip', 'Получите <b>Legacy server key</b> от Cloud Messaging в <a href=\"https://console.firebase.google.com\" target=\"_blank\">Firebase</a>, используя ваш bundle ID: [bundle_id]'),
('ru', 'mobile_app.mobile_address_colon', 'Адрес:'),
('ru', 'mobile_app.mobile_add_to_cart', 'В корзину'),
('ru', 'mobile_app.mobile_auth', 'Вход'),
('ru', 'mobile_app.mobile_authentication', 'Авторизация'),
('ru', 'mobile_app.mobile_bank_routing_number', 'Код банка (только для США)'),
('ru', 'mobile_app.mobile_billing_address', 'Адрес плательщика'),
('ru', 'mobile_app.mobile_cancel', 'Отмена'),
('ru', 'mobile_app.mobile_cannot_handle_url', 'Не получается обработать URL'),
('ru', 'mobile_app.mobile_cardholder_name', 'Имя владельца карты'),
('ru', 'mobile_app.mobile_card_number', 'Номер карты'),
('ru', 'mobile_app.mobile_cart', 'Корзина'),
('ru', 'mobile_app.mobile_categories', 'Категории'),
('ru', 'mobile_app.mobile_change_address', 'Изменить адрес'),
('ru', 'mobile_app.mobile_checking_account_number', 'Номер расчетного счета'),
('ru', 'mobile_app.mobile_checkout', 'Оформление заказа'),
('ru', 'mobile_app.mobile_checkout_complete', 'Оформление заказа завершено'),
('ru', 'mobile_app.mobile_city_colon', 'Город:'),
('ru', 'mobile_app.mobile_comment', 'Комментарий'),
('ru', 'mobile_app.mobile_comments_and_reviews', 'Отзывы и комментарии'),
('ru', 'mobile_app.mobile_companies', 'Продавцы'),
('ru', 'mobile_app.mobile_confirm_clear_the_cart', 'Очистить корзину ?'),
('ru', 'mobile_app.mobile_confirm_clear_wishlist', 'Очистить список отложенных товаров?'),
('ru', 'mobile_app.mobile_congratulations', 'Поздравляем!'),
('ru', 'mobile_app.mobile_contact_information', 'Контактная информация'),
('ru', 'mobile_app.mobile_country_colon', 'Страна:'),
('ru', 'mobile_app.mobile_customer_signature', 'Подпись покупателя'),
('ru', 'mobile_app.mobile_cvv2', 'CVV/CVC'),
('ru', 'mobile_app.mobile_delete', 'Удалить'),
('ru', 'mobile_app.mobile_delivery', 'Доставка'),
('ru', 'mobile_app.mobile_details', 'Подробнее'),
('ru', 'mobile_app.mobile_discussion_title_product', 'Отзывы'),
('ru', 'mobile_app.mobile_email', 'E-mail'),
('ru', 'mobile_app.mobile_email_colon', 'E-mail:'),
('ru', 'mobile_app.mobile_empty_wish_list_message', 'Здесь будет ваш список отложенных товаров.'),
('ru', 'mobile_app.mobile_error', 'Ошибка'),
('ru', 'mobile_app.mobile_error_try_later', 'Что-то пошло не так. Пожалуйста, повторите попытку позже.'),
('ru', 'mobile_app.mobile_fax', 'Факс'),
('ru', 'mobile_app.mobile_features', 'Характеристики'),
('ru', 'mobile_app.mobile_firstname_colon', 'Имя:'),
('ru', 'mobile_app.mobile_go_to_store', 'Перейти в магазин'),
('ru', 'mobile_app.mobile_home', 'Главная страница'),
('ru', 'mobile_app.mobile_information', 'Информация'),
('ru', 'mobile_app.mobile_items', 'Количество товаров: %1'),
('ru', 'mobile_app.mobile_lastname_colon', 'Фамилия:'),
('ru', 'mobile_app.mobile_list_is_empty', 'Список пуст'),
('ru', 'mobile_app.mobile_login', 'Вход'),
('ru', 'mobile_app.mobile_looking_for_ideas', 'Думаете, что купить?'),
('ru', 'mobile_app.mobile_my_profile', 'Мой профиль'),
('ru', 'mobile_app.mobile_next', 'Далее'),
('ru', 'mobile_app.mobile_notice', 'Обратите внимание'),
('ru', 'mobile_app.mobile_no_posts_found', 'Сообщения не найдены'),
('ru', 'mobile_app.mobile_no_products_in_this_section', 'В этой категории нет товаров'),
('ru', 'mobile_app.mobile_number_of_reviews', 'Количество отзывов: %1'),
('ru', 'mobile_app.mobile_number_products_found', 'Найдено товаров: %1'),
('ru', 'mobile_app.mobile_ok', 'Ок'),
('ru', 'mobile_app.mobile_order', 'Заказ'),
('ru', 'mobile_app.mobile_orders', 'Заказы'),
('ru', 'mobile_app.mobile_order_details', 'Подробности заказа'),
('ru', 'mobile_app.mobile_order_lowercase', 'заказ'),
('ru', 'mobile_app.mobile_payment_method', 'Способ оплаты'),
('ru', 'mobile_app.mobile_payment_method_colon', 'Способ оплаты:'),
('ru', 'mobile_app.mobile_phone', 'Телефон'),
('ru', 'mobile_app.mobile_phone_colon', 'Телефон:'),
('ru', 'mobile_app.mobile_placed_on', 'Размещён'),
('ru', 'mobile_app.mobile_place_order', 'Разместить заказ'),
('ru', 'mobile_app.mobile_products', 'Товары'),
('ru', 'mobile_app.mobile_products_information', 'Информация о товарах'),
('ru', 'mobile_app.mobile_product_added_to_cart', 'Товар добавлен в корзину.'),
('ru', 'mobile_app.mobile_product_added_to_wl', 'Товар добавлен в список отложенных товаров.'),
('ru', 'mobile_app.mobile_product_in_wishlist', 'Товар уже есть в списке отложенных товаров.'),
('ru', 'mobile_app.mobile_profile', 'Профиль'),
('ru', 'mobile_app.mobile_rating_is_mandatory', 'Оценка обязательна.'),
('ru', 'mobile_app.mobile_registration', 'Регистрация'),
('ru', 'mobile_app.mobile_registration_complete', 'Регистрация завершена.'),
('ru', 'mobile_app.mobile_reviews_number', 'Отзывы (%1)'),
('ru', 'mobile_app.mobile_save', 'Скидка'),
('ru', 'mobile_app.mobile_search', 'Поиск'),
('ru', 'mobile_app.mobile_send_review', 'Отправить отзыв'),
('ru', 'mobile_app.mobile_share_product', 'Поделиться'),
('ru', 'mobile_app.mobile_shipping', 'Доставка'),
('ru', 'mobile_app.mobile_shipping_address', 'Адрес доставки'),
('ru', 'mobile_app.mobile_shipping_cost_colon', 'Стоимость доставки:'),
('ru', 'mobile_app.mobile_shipping_method_colon', 'Способ доставки:'),
('ru', 'mobile_app.mobile_show_all', 'Показать все'),
('ru', 'mobile_app.mobile_sign_in', 'Войти'),
('ru', 'mobile_app.mobile_sign_in_as_different', 'Авторизоваться как другой пользователь'),
('ru', 'mobile_app.mobile_state_colon', 'Область:'),
('ru', 'mobile_app.mobile_subtotal_colon', 'Подытог:'),
('ru', 'mobile_app.mobile_success', 'Успех'),
('ru', 'mobile_app.mobile_summary', 'Итог'),
('ru', 'mobile_app.mobile_text_cart_empty', 'Ваша корзина пуста.'),
('ru', 'mobile_app.mobile_text_cart_zero_inventory', 'Товара нет в наличии, поэтому его нельзя добавить в корзину.'),
('ru', 'mobile_app.mobile_text_order_placed_successfully', 'Ваш заказ размещен.'),
('ru', 'mobile_app.mobile_text_post_pended', 'Ваше сообщение будет проверено, прежде чем оно будет опубликовано.'),
('ru', 'mobile_app.mobile_text_profile_is_updated', 'Данные вашего профиля были успешно изменены.'),
('ru', 'mobile_app.mobile_text_thank_you_for_post', 'Спасибо за сообщение.'),
('ru', 'mobile_app.mobile_there_are_no_features', 'Характеристики не указаны.'),
('ru', 'mobile_app.mobile_total', 'Итого'),
('ru', 'mobile_app.mobile_total_colon', 'Итого:'),
('ru', 'mobile_app.mobile_valid_thru_mm', 'Действует до (мм)'),
('ru', 'mobile_app.mobile_valid_thru_yy', 'Действует до (гг)'),
('ru', 'mobile_app.mobile_vendor', 'Продавец'),
('ru', 'mobile_app.mobile_vendor_details', 'Информация о продавце'),
('ru', 'mobile_app.mobile_vendor_info', 'Информация о продавце'),
('ru', 'mobile_app.mobile_vendor_products', 'Товары продавца'),
('ru', 'mobile_app.mobile_vertical_delimiter', '|'),
('ru', 'mobile_app.mobile_view_all', 'Посмотреть все'),
('ru', 'mobile_app.mobile_view_details', 'Просмотреть'),
('ru', 'mobile_app.mobile_website', 'Веб-сайт'),
('ru', 'mobile_app.mobile_wishlist', 'Отложенные товары'),
('ru', 'mobile_app.mobile_write_review', 'Написать отзыв'),
('ru', 'mobile_app.mobile_wrong_password', 'Неверный пароль.'),
('ru', 'mobile_app.mobile_your_message', 'Ваше сообщение'),
('ru', 'mobile_app.mobile_your_name', 'Ваше имя'),
('ru', 'mobile_app.m_app_icon', 'Иконка приложения'),
('ru', 'mobile_app.m_app_splash_landscape', 'Заставка (горизонтальная)'),
('ru', 'mobile_app.m_app_splash_portrait', 'Заставка (вертикальная)'),
('ru', 'mobile_app.m_app_store_logo', 'Картинка для описания'),
('ru', 'mobile_app.preparing_android_images', 'Подготовка изображений для Android'),
('ru', 'mobile_app.preparing_archive', 'Подготовка архива'),
('ru', 'mobile_app.preparing_config', 'Подготовка настроек'),
('ru', 'mobile_app.preparing_ios_icons', 'Подготовка иконок для iOS'),
('ru', 'mobile_app.preparing_ios_images', 'Подготовка изображений для iOS'),
('ru', 'mobile_app.privacypolicyurl', 'Ссылка на политику конфиденциальности'),
('ru', 'mobile_app.pushnotifications', 'Push-уведомления'),
('ru', 'mobile_app.section.category', 'Категории'),
('ru', 'mobile_app.section.drawer', 'Боковое меню'),
('ru', 'mobile_app.section.main', 'Главный экран'),
('ru', 'mobile_app.section.navbar', 'Панель навигации'),
('ru', 'mobile_app.section.product_screen', 'Экран товара'),
('ru', 'mobile_app.services_config', 'Файл с настройками Firebase (Android)'),
('ru', 'mobile_app.settings.access_key', 'Ключ доступа:'),
('ru', 'mobile_app.shopname', 'Имя магазина'),
('ru', 'mobile_app.supportemail', 'Email поддержки'),
('ru', 'mobile_sticky_compare', 'ET - Mobile sticky compare'),
('ru', 'mobile_sticky_home', 'ET - Mobile sticky home'),
('ru', 'mobile_sticky_wishlist', 'ET - Mobile sticky wishlist'),
('ru', 'modified_core_files_found', 'Некоторые файлы ядра были изменены. Впоследствии это может привести к проблемам при обновлении до новой версии [product], так как ваши изменения в файлах могут быть утеряны.'),
('ru', 'modifier', 'Модификатор'),
('ru', 'modify_profile', 'Изменять профиль'),
('ru', 'modify_selected', 'Редактировать выбранные'),
('ru', 'month', 'Месяц'),
('ru', 'monthly', 'Ежемесячно'),
('ru', 'months', 'месяц(-ы)'),
('ru', 'month_name_1', 'Январь'),
('ru', 'month_name_10', 'Октябрь'),
('ru', 'month_name_11', 'Ноябрь'),
('ru', 'month_name_12', 'Декабрь'),
('ru', 'month_name_2', 'Февраль'),
('ru', 'month_name_3', 'Март'),
('ru', 'month_name_4', 'Апрель'),
('ru', 'month_name_5', 'Май'),
('ru', 'month_name_6', 'Июнь'),
('ru', 'month_name_7', 'Июль'),
('ru', 'month_name_8', 'Август'),
('ru', 'month_name_9', 'Сентябрь'),
('ru', 'month_name_abr_1', 'Янв'),
('ru', 'month_name_abr_10', 'Окт'),
('ru', 'month_name_abr_11', 'Ноя'),
('ru', 'month_name_abr_12', 'Дек'),
('ru', 'month_name_abr_2', 'Фев'),
('ru', 'month_name_abr_3', 'Мар'),
('ru', 'month_name_abr_4', 'Апр'),
('ru', 'month_name_abr_5', 'Май'),
('ru', 'month_name_abr_6', 'Июнь'),
('ru', 'month_name_abr_7', 'Июл'),
('ru', 'month_name_abr_8', 'Авг'),
('ru', 'month_name_abr_9', 'Сен'),
('ru', 'more', 'Еще'),
('ru', 'more_info', 'Больше информации'),
('ru', 'more_languages', 'Другие языки'),
('ru', 'more_link', '[читать дальше]'),
('ru', 'more_sign_in_options', 'Вернуться, чтобы залогиниться'),
('ru', 'more_subjects', 'Больше тем (тема для каждого сообщения будет выбрана случайно из этого списка)'),
('ru', 'more_than', 'Больше'),
('ru', 'more_w_ellipsis', 'Все...'),
('ru', 'most_popular', 'Самый популярный'),
('ru', 'most_popular_addons', 'Самые популярные модули'),
('ru', 'mr', 'Г-н'),
('ru', 'ms', 'Г-жа'),
('ru', 'multiple', 'Несколько'),
('ru', 'multiple_checkboxes', 'Группа флажков'),
('ru', 'multiple_selectbox', 'Список со множественным выбором'),
('ru', 'multiple_selectbox_notice', '<p style=\"font-size:10px;\">Для выбора более одной записи нажмите левой кнопкой мыши на запись, удерживая клавишу CTRL. <br>Для снятия выделения снова нажмите левой кнопкой мыши на эту запись, удерживая клавишу CTRL.</p>'),
('ru', 'multiupload', 'Мультизагрузка'),
('ru', 'mve.container_not_used', 'Данный контейнер имеет конфигурацию по умолчанию. Он представлен в том виде, в котором его настроил хозяин магазина. Продавцы могут использовать собственную конфигурацию, чтобы настраивать блоки внутри данного контейнера.'),
('ru', 'mve_plus_license', '[product] Plus'),
('ru', 'mve_ultimate_license', '[product] Ultimate'),
('ru', 'mve_ultimate_license_required', 'Для этого требуется [product] Ultimate'),
('ru', 'mve_ultimate_or_plus_license_required', 'Для этого требуется [product] Ultimate или [product] Plus'),
('ru', 'my_account', 'Мой профиль'),
('ru', 'my_account_links', 'Ссылки моей учетной записи'),
('ru', 'my_account_links_advanced', 'Мой профиль (дополнительно)'),
('ru', 'my_cards', 'Meus Cartões'),
('ru', 'my_cart', 'My cart'),
('ru', 'my_payments', 'Cartões salvos'),
('ru', 'my_points', 'Мои баллы'),
('ru', 'na', 'недоступно'),
('ru', 'name', 'Название'),
('ru', 'navigation', 'Навигация'),
('ru', 'navi_pages', 'Страницы'),
('ru', 'need_company_id', 'Требуется идентификатор компании (параметр company_id)'),
('ru', 'need_product_name', 'Необходимо указать название товара'),
('ru', 'need_snippet_name', 'Необходимо указать название сниппета.'),
('ru', 'neighbours', 'Соседи'),
('ru', 'never', 'Никогда'),
('ru', 'new', 'Новый'),
('ru', 'newest', 'Новые поступления'),
('ru', 'newsletter', 'Рассылка'),
('ru', 'newsletters', 'Рассылки'),
('ru', 'newsletters.agreement_text_full_subscribe_to_newsletters', '<p>Когда Вы подписываетесь на рассылку, мы ([company]) добавляем ваш адрес электронной почты в соответствующий список рассылки. Пока он хранится там, мы знаем, что сможем связаться с вами при случае.</p> <p>Вы всегда можете попросить нас удалить ваш адрес из списка. Есть несколько способов сделать это:</p><ul> <li>После регистрации учётной записи, войдите в неё и отмените подписку в настройках вашего профиля.</li> <li>Воспользуйтесь ссылкой \"Отменить подписку\" в письмах, которые Вы получаете.</li> <li>Отправить письмо по адресу [email].</li> </ul> <p>Мы можем использовать третьесторонние почтовые сервисы (MailChimp и/или Mad Mimi) для отправки рассылок. Некоторые сотрудники нашего магазина могут просматривать списки рассылок с адресами. Таким образом они смогут удалить Ваш адрес электронной почты из списка, если Вы потребуете сделать это.</p> <p>Пожалуйста, обратите внимание не связаны друг с другом. Если вы решите отказаться от всех рассылок, вам придётся удалить себя из каждого списка. Однако, даже, если вы сделаете это, вы всё равно будете получать письма с информацией о действиях в Вашей учётной записи (например, уведомления о статусе заказов, уведомления об изменении пароля и другие). Это необходимо для работы с интернет-магазином.</p> <p>Если Вы решите, что больше не хотите пользоваться услугами нашего магазина и хотите, чтобы Ваши данные были удалены из нашей базы данных (или хотите получить все персональные данные, связанные с вашей учётной записью), пожалуйста отправьте письмо на [email].</p> <p>Если Вы считаете, что Ваши персональные данные используются не по назначению, Вы имеете право обратиться с жалобой в надзорный орган. Согласно “Общему регламенту по защите данных” в ЕС мы обязаны сообщить Вам об этом праве, однако мы не планируем использовать Ваши данные не по назначению.</p>'),
('ru', 'newsletters.agreement_text_short_subscribe_to_newsletters', 'Я согласен/согласна на <u>обработку своих персональных данных указанным образом</u> и хочу подписаться на следующие рассылки:'),
('ru', 'newsletters.new_subscribers', 'Новые подписчики'),
('ru', 'newsletters.subscribe_to_newsletters', 'Рассылки: Подписаться на рассылки'),
('ru', 'newsletters_menu_description', 'Создание и отправка рассылок покупателям.'),
('ru', 'newsletter_autoresponder', 'Автоответчик'),
('ru', 'newsletter_autoresponders', 'Автоответчики'),
('ru', 'newsletter_template', 'Шаблон рассылки'),
('ru', 'newsletter_templates', 'Шаблоны рассылки'),
('ru', 'news_plain', 'Обычный'),
('ru', 'new_administrator_account_created', 'Новая учетная запись администратора была успешно создана.'),
('ru', 'new_administrator_password', 'Новый пароль администратора'),
('ru', 'new_attachment', 'Новый прикрепленный файл'),
('ru', 'new_campaign', 'Новая кампания'),
('ru', 'new_category', 'Новая категория'),
('ru', 'new_certificate', 'Новый сертификат'),
('ru', 'new_chart', 'Новый отчет'),
('ru', 'new_combination', 'Добавить комбинацию'),
('ru', 'new_credit_card', 'Новая банковская карта'),
('ru', 'new_currency', 'Новая валюта'),
('ru', 'new_customer', 'Новый покупатель'),
('ru', 'new_domains', 'Новые домены'),
('ru', 'new_emails', 'Новые адреса эл. почты'),
('ru', 'new_feature', 'Добавить характеристику'),
('ru', 'new_file', 'Новый файл'),
('ru', 'new_filter', 'Новый фильтр'),
('ru', 'new_folder', 'Новая папка'),
('ru', 'new_form', 'Новая форма'),
('ru', 'new_group', 'Новая группа'),
('ru', 'new_invoice_langvar_upgrade_notification_message', '<p>Была добавлена новая языковая переменная — <b>invoice_heading</b> — заголовок счёта. Её использование позволяет изменять заголовки счетов, не влияя при этом непосредственно на само слово \"счёт\", используемое в других элементах магазина. Значения <b>invoice_heading</b> — это скопированные значения переменной <b>invoice</b>.</p><p>Пожалуйста обратите внимание, что наличие языковой переменной зависит от того используете ли вы <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/look_and_feel/documents/enable_document_editor.html\">редактор email-уведомлений и документов</a>:</p><ul><li>при использовании редактора вам придётся добавить самостоятельно добавить новую языковую переменную в счёт;</li><li>при использовании старого способа редактирования документов (с помощью файлов шаблонов), вам не нужно ничего добавлять, так как новая переменная уже включена в файлы шаблонов по умолчанию.</li></ul>'),
('ru', 'new_invoice_langvar_upgrade_notification_title', 'Новая языковая переменная для заголовка счёта'),
('ru', 'new_ips', 'Новые IP адреса'),
('ru', 'new_items', 'New items'),
('ru', 'new_language', 'Новый язык'),
('ru', 'new_language_variable', 'Новая языковая переменная'),
('ru', 'new_layout', 'Новый макет'),
('ru', 'new_link', 'Новая ссылка'),
('ru', 'new_localization', 'Новая локализация'),
('ru', 'new_location', 'Новый пункт назначения'),
('ru', 'new_mailing_lists', 'Новый список рассылки'),
('ru', 'new_menu', 'Новое меню'),
('ru', 'new_option', 'Новая опция'),
('ru', 'new_page', 'Новая страница'),
('ru', 'new_payments', 'Добавить способ оплаты'),
('ru', 'new_payout', 'Добавить выплату'),
('ru', 'new_poll', 'Новый опрос'),
('ru', 'new_post', 'Новое сообщение'),
('ru', 'new_product', 'Новый товар'),
('ru', 'new_profile', 'Новая учетная запись'),
('ru', 'new_profile_field', 'Новое поле профиля'),
('ru', 'new_profile_notification', 'Уведомление о новом профиле'),
('ru', 'new_promotion', 'Новое поощрение'),
('ru', 'new_question', 'Новый вопрос'),
('ru', 'new_rate_area', 'Новая тарифная зона'),
('ru', 'new_reason', 'Новая причина'),
('ru', 'new_report', 'Добавить отчет'),
('ru', 'new_rule', 'Новое правило'),
('ru', 'new_saved_search', 'Новый поиск'),
('ru', 'new_section', 'Новый раздел'),
('ru', 'new_setting_value', 'Новое значение'),
('ru', 'new_shipment', 'Оформить отгрузку'),
('ru', 'new_shipment_was_created', 'Отправка оформлена'),
('ru', 'new_shipping_method', 'Новый метод доставки'),
('ru', 'new_site_map_section', 'Добавить раздел в карту сайта'),
('ru', 'new_states', 'Добавить регион(ы)'),
('ru', 'new_status', 'Добавить статус'),
('ru', 'new_store_location', 'Новое местоположение магазина'),
('ru', 'new_subscribers', 'Новые подписчики'),
('ru', 'new_tab', 'Новая вкладка'),
('ru', 'new_tax', 'Новый налог'),
('ru', 'new_text_ultimate_license_required', 'Особая редакция [product], в которой можно создать неограниченное количество витрин. Если вы перейдёте на <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, то никогда больше не увидите сообщение о том, что нельзя создать витрину.'),
('ru', 'new_usergroups', 'Добавить группу'),
('ru', 'new_user_profile', 'Новый профиль пользователя'),
('ru', 'new_vendor', 'Новый продавец'),
('ru', 'new_version', 'Новая версия'),
('ru', 'new_withdrawal', 'Новый вывод средств'),
('ru', 'new_zealand', 'Новая Зеландия'),
('ru', 'next', 'Вперед'),
('ru', 'next_step', 'Следующий шаг'),
('ru', 'ne_add_subscribers_from_users', 'Добавить подписчиков из списка пользователей'),
('ru', 'ne_warning_subscr_email_exists', 'Email <b>[email]</b> уже есть в списке подписчиков'),
('ru', 'no', 'Нет'),
('ru', 'nocombination', 'К сожалению, эта комбинация недоступна'),
('ru', 'none', 'Не выбрано'),
('ru', 'non_writable_directories', 'Следующие папки не имеют прав на запись'),
('ru', 'normal', 'Норма'),
('ru', 'norway', 'Норвегия'),
('ru', 'norwegian', 'Норвежский'),
('ru', 'note', 'Комментарий'),
('ru', 'notes', 'Подсказки'),
('ru', 'notice', 'Оповещение'),
('ru', 'notice_too_many_decimals', 'Вы установили [DECIMALS] десятичных знака для [CURRENCY]. Максимальное количество поддерживаемых десятичных знаков 2. Дальнейшие значения будут заменены нулями.'),
('ru', 'notice_undeliverable_products_removed', 'Товары без заданных способов доставки были удалены из вашей корзины. Вы можете продолжить оформление заказа.'),
('ru', 'notice_update_customer_details', 'Покупатель изменил email в своем профиле. Поставьте галочку, чтобы обновить детали заказа:'),
('ru', 'notification.upgrade_available.message', 'Доступна новая версия [product]. Чтобы обновить ваш магазин до последней версии, нажмите сюда.'),
('ru', 'notification.upgrade_available.title', 'Доступно обновление'),
('ru', 'notifications', 'Уведомления'),
('ru', 'notifications_center.notifications', 'Уведомления'),
('ru', 'notifications_center.no_notifications', 'Нет уведомлений'),
('ru', 'notifications_center.section.administration', 'Администрирование'),
('ru', 'notifications_center.section.all', 'Все'),
('ru', 'notifications_center.section.communication', 'Обсуждение'),
('ru', 'notifications_center.section.other', 'Другие'),
('ru', 'notifications_center.section.products', 'Товары'),
('ru', 'notifications_center.tag.administration.license', 'Лицензия'),
('ru', 'notifications_center.tag.administration.update', 'Обновление'),
('ru', 'notifications_center.tag.messages', 'Сообщения'),
('ru', 'notifications_center.tag.other', 'Другие'),
('ru', 'notification_template.tab.email', 'По email'),
('ru', 'notification_template.tab.internal', 'На сайте'),
('ru', 'notify_customer', 'Информировать покупателя'),
('ru', 'notify_orders_department', 'Уведомить отдел оформления и обработки заказов'),
('ru', 'notify_supplier', 'Уведомить поставщика'),
('ru', 'notify_user', 'Информировать пользователя'),
('ru', 'notify_vendor', 'Уведомление продавца'),
('ru', 'notify_vendors_by_email', 'Уведомлять продавцов по электронной почте'),
('ru', 'notify_vendor_by_email', 'Уведомлять продавца по электронной почте'),
('ru', 'notify_when_back_in_stock', 'Сообщить мне, когда товар будет в наличии'),
('ru', 'not_active', 'Не активно'),
('ru', 'not_active_file_notice', 'Этот файл будет доступен для загрузки только после подтверждения администратора'),
('ru', 'not_approved', 'Не подтверждено'),
('ru', 'not_a_member', 'Непривилегированный'),
('ru', 'not_checked', 'Не проверен'),
('ru', 'not_installed', 'Не установлен'),
('ru', 'not_scroll_automatically', 'Не прокручивать автоматически'),
('ru', 'no_active_storefronts', 'Нет включенных витрин'),
('ru', 'no_autoresponder', 'Без автоответчика'),
('ru', 'no_categories_available', 'Нет доступных категорий'),
('ru', 'no_data', 'Здесь пока ничего нет'),
('ru', 'no_data_found', 'Данные, удовлетворяющие условиям таблицы, не найдены'),
('ru', 'no_files', 'Нет файлов'),
('ru', 'no_hidden_elements_second_level_view', 'AB: Кол-во отображаемых элементов 2-х уровневого меню'),
('ru', 'no_hidden_elements_second_level_view.tooltip', 'Данная настройка ограничивает количество отображаемых пунктов меню третьего уровня в структуре меню. Оставшиеся элементы третьего уровня будут отображены при клике на ссылку <b>Ещё</b>'),
('ru', 'no_image', 'Нет изображения'),
('ru', 'no_items', 'Нет элементов для отображения'),
('ru', 'no_items_found', 'По этим критериям поиска ничего не найдено'),
('ru', 'no_manager_assigned', 'Не назначен менеджер'),
('ru', 'no_menus', 'Нет меню'),
('ru', 'no_modified_core_files_found', 'Изменений в файлах ядра не обнаружено'),
('ru', 'no_posts_found', 'Сообщения не найдены'),
('ru', 'no_products_for_shipment', 'Нет товаров для поставки'),
('ru', 'no_products_selected', 'Товары не выбраны'),
('ru', 'no_rates_for_empty_cart', '<p class=\"error-text\" align=\"center\">К сожалению, невозможно рассчитать стоимость доставки,\n так как ваша корзина пуста</p>'),
('ru', 'no_rates_for_empty_cart_warning', 'Невозможно рассчитать стоимость доставки, так как ваша корзина пуста'),
('ru', 'no_return_requests_found', 'Запросы на возврат не найдены'),
('ru', 'no_shipping_required', 'Не требуется доставка'),
('ru', 'no_such_coupon', 'Введенный код в базе данных отсутствует.<br> Пожалуйста, попробуйте еще раз.'),
('ru', 'no_template', 'Шаблонов нет'),
('ru', 'no_themes_available', 'Нет доступных тем'),
('ru', 'no_users_found', 'Пользователи не найдены'),
('ru', 'number', 'Число'),
('ru', 'number_of_columns', 'Количество колонок в списке'),
('ru', 'n_banners', '[n] баннер|[n] баннера|[n] баннеров'),
('ru', 'n_categories', '[n] категория|[n] категории|[n] категорий'),
('ru', 'n_days', '[n] день|[n] дня|[n] дней'),
('ru', 'n_filters', '[n] фильтр|[n] фильтра|[n] фильтров'),
('ru', 'n_pages', '[n] страница|[n] страницы|[n] страниц'),
('ru', 'n_polls', '[n] опрос|[n] опроса|[n] опросов'),
('ru', 'n_posts', '[n] пост|[n] поста|[n] постов'),
('ru', 'n_products', '[n] товар|[n] товара|[n] товаров'),
('ru', 'n_profile_fields', '[n] поле профиля|[n] поля профиля|[n] полей профиля'),
('ru', 'n_tags', '[n] тег|[n] тега|[n] тегов'),
('ru', 'n_vendors', '[n] продавец|[n] продавца|[n] продавцов'),
('ru', 'object', 'Объект'),
('ru', 'objects_per_page', '[n] на страницу'),
('ru', 'object_does_not_exist', 'Объект не существует'),
('ru', 'object_exists', 'Объект с таким именем уже существует. Вы хотите перезаписывать его?'),
('ru', 'object_not_found', '[object] не найден'),
('ru', 'of', 'из'),
('ru', 'off', 'Выкл.'),
('ru', 'offline', '- Выключен -'),
('ru', 'offset', 'Отступ слева'),
('ru', 'ogone.sha_in', 'Парольная фраза SHA-IN'),
('ru', 'ogone_direct.config_info', 'Парольную фразу SHA-IN следует ввести на этой странице и в панели администратора Ingenico.<br><br>Для аккаунтов Ingenico, созданных после 11 мая 2010 года, действует новая политика SHA.<br/>Пожалуйста, не забудьте установить флажок \"Use new SHA signature policy\".'),
('ru', 'ogone_web.config_info', 'В панели администратора Ingenico, в секции \"Технической информации\" (Technical Information) добавьте данный URL в качестве <b>URL of the merchant\'s post-payment page</b> для всех статусов платежей (\"accepted\", \"on hold\", \"uncertain\", \"canceled by the client\", \"too many rejections by the acquirer\"): <code>[r_url]</code><br>Для настройки <b>Timing of the request</b> укажите \"Always deferred (not immediately after the payment)\".<br>Введите парольный фразы SHA-IN и SHA-OUT на этой странице и в панели администратора Ingenico.'),
('ru', 'ogone_web.sha_out', 'Парольная фраза SHA-OUT'),
('ru', 'ok', 'OK'),
('ru', 'old_price', 'Старая цена'),
('ru', 'on', 'от'),
('ru', 'onboarding_adicionar_socio_extra', 'Adicionar Sócio Extra'),
('ru', 'onboarding_bairro', 'Bairro'),
('ru', 'onboarding_cadastro_do_cliente', 'Cadastro do cliente'),
('ru', 'onboarding_celular', 'Celular'),
('ru', 'onboarding_cnpj', 'CNPJ'),
('ru', 'onboarding_complemento', 'Complemento'),
('ru', 'onboarding_confirmar_senha', 'Confirmar Senha'),
('ru', 'onboarding_continuar', 'Continuar'),
('ru', 'onboarding_cpf', 'CPF'),
('ru', 'onboarding_identificacao_empresarial', 'Identificação empresarial'),
('ru', 'onboarding_informacao_pessoal', 'Informação Pessoal'),
('ru', 'onboarding_inscricao_estadual', 'Inscrição Estadual'),
('ru', 'onboarding_inscricao_municipal', 'Inscrição Municipal'),
('ru', 'onboarding_municipio', 'Município'),
('ru', 'onboarding_nome_completo', 'Nome Completo'),
('ru', 'onboarding_nome_completo_do_titular', 'Nome Completo do Titular'),
('ru', 'onboarding_nome_da_loja', 'Nome da loja'),
('ru', 'onboarding_nome_da_mae', 'Nome da Mãe'),
('ru', 'onboarding_nome_fantasia', 'Nome Fantasia'),
('ru', 'onboarding_pf_titulo', 'Cadastro Pessoa Física (CPF)'),
('ru', 'onboarding_pj_titulo', 'Cadastro Empresarial (CNPJ)'),
('ru', 'onboarding_previous', 'Previous'),
('ru', 'onboarding_razao_social', 'Razão Social'),
('ru', 'onboarding_responsavel_da_conta', 'Responsável da Conta'),
('ru', 'onboarding_rg', 'RG'),
('ru', 'onboarding_rua', 'Rua'),
('ru', 'onboarding_socios', 'Sócios'),
('ru', 'onboarding_telefone_fixo', 'Telefone Fixo'),
('ru', 'onboarding_termos_e_condicoes', 'Termos e Condições'),
('ru', 'onboarding_texto_de_introducao_loja_empresarial', 'Texto de introdução'),
('ru', 'onboarding_texto_de_introducao_loja_pessoal', 'Texto de introdução'),
('ru', 'onboarding_titulo_de_selecao_de_conta', 'PARTIU SE CADASTRAR E VENDER MUITO ?'),
('ru', 'onboarding_validacao_de_dados', 'Validação de dados'),
('ru', 'onboarding_validacao_de_dados_descricao', 'Validação utilizada para que ninguém possa criar uma conta utilizando seus dados'),
('ru', 'onboarding_validar', 'Validar'),
('ru', 'onboarding_validar_email', 'Validar e-mail'),
('ru', 'onboarding_validar_email_descricao', 'Ele será utilizado para recuperar a sua conta.'),
('ru', 'onboarding_validar_telefone', 'Validar telefone'),
('ru', 'onboarding_validar_telefone_descricao', 'Ele será utilizado para recuperar a sua conta caso você perca o acesso ao seu email.'),
('ru', 'once_per_customer', 'Один раз для покупателя'),
('ru', 'onclick_dropdown', 'Выпадающий по клику список'),
('ru', 'one_click_template_title', 'Selecione o cartão'),
('ru', 'online_only', 'Только онлайн'),
('ru', 'on_backorder', 'Предзаказ'),
('ru', 'on_off', 'Вкл./Выкл.'),
('ru', 'on_sale', 'Товары со скидкой'),
('ru', 'on_site_layout_editing', 'Редактирование страницы макета: [page]'),
('ru', 'on_site_live_editing', 'Редактирование содержимого'),
('ru', 'on_site_template_editing', 'Перейти к витрине в Режиме дизайна'),
('ru', 'open', 'Открыто'),
('ru', 'open_action', 'Открыть'),
('ru', 'open_file_or_create_new', 'Откройте файл или создайте новый.'),
('ru', 'open_hours', 'Время работы'),
('ru', 'open_in_new_window', 'Открывать ссылку в новом окне'),
('ru', 'open_selected_storefronts', 'Открыть выбранные'),
('ru', 'open_store', 'Открыть магазин'),
('ru', 'optimize_database', 'Оптимизировать базу данных'),
('ru', 'optimizing_table', 'Оптимизация таблицы'),
('ru', 'options', 'Опции'),
('ru', 'options_for', 'Варианты для'),
('ru', 'options_have_been_applied_to_products', 'Опции были успешно добавлены к выбранным товарам'),
('ru', 'options_menu_description', 'Просмотр, добавление и редактирование глобальных опций товаров и их вариантов.'),
('ru', 'options_settings', 'Настройки опций'),
('ru', 'options_type', 'Тип опций'),
('ru', 'option_combinations', 'Комбинации опций'),
('ru', 'option_exceptions', 'Исключения комбинаций опций'),
('ru', 'option_name', 'Название опции'),
('ru', 'option_unlinked', 'Глобальная опция [option_name] отключена у этого товара'),
('ru', 'option_variants', 'Варианты опции'),
('ru', 'opt_currency_name', 'Показывать название валюты'),
('ru', 'opt_currency_symbol', 'Использовать символ валюты вместо названия'),
('ru', 'opt_language_icon', 'Использовать иконки языков вместо названий'),
('ru', 'opt_language_name', 'Показывать названия языков'),
('ru', 'or', 'или'),
('ru', 'order', 'Заказ'),
('ru', 'ordered_products', 'Заказанные товары'),
('ru', 'orders', 'Заказы'),
('ru', 'orders_not_allow_to_change_company', 'Компания не была изменена. Не разрешается изменять компанию при редактировании заказа.'),
('ru', 'orders_no_items', 'Используйте кнопку «Добавить товары», чтобы включить товары в заказ.'),
('ru', 'order_by_status', 'Заказы по статусам'),
('ru', 'order_date', 'Дата заказа'),
('ru', 'order_details', 'Детали заказа'),
('ru', 'order_discount', 'Скидка на заказ'),
('ru', 'order_id', 'Номер заказа'),
('ru', 'order_info', 'Детали заказа'),
('ru', 'order_items', 'Товары в заказах'),
('ru', 'order_landing_page', 'Целевая страница оформления заказа'),
('ru', 'order_management', 'Заказ'),
('ru', 'order_placed', 'Заказ размещен'),
('ru', 'order_prefix', 'Префикс заказа'),
('ru', 'order_returns', 'Возвраты заказа'),
('ru', 'order_search', 'Искать заказ'),
('ru', 'order_status', 'Статус заказа'),
('ru', 'order_statuses', 'Статусы заказов'),
('ru', 'order_statuses_menu_description', 'Создание и редактирование статусов заказов.'),
('ru', 'order_total', 'Сумма заказа'),
('ru', 'order_total_not_correct', 'Оплаченная сумма не соответствует сумме заказа'),
('ru', 'order_total_will_changed', 'Сумма заказа будет изменена на'),
('ru', 'order_was_not_placed', 'Заказ не был размещен'),
('ru', 'original', 'Обычный'),
('ru', 'origination', 'Происхождение'),
('ru', 'or_saved_search', 'или любой элемент сохраненного поиска'),
('ru', 'or_use', 'Или используйте'),
('ru', 'others', 'Другие'),
('ru', 'other_addons', 'Остальные модули'),
('ru', 'other_notification', 'Другие'),
('ru', 'our_brands', 'Бренды'),
('ru', 'output', 'Вывод'),
('ru', 'outside_navigation', 'Внешняя навигация'),
('ru', 'out_of_stock_actions', 'Действие при отсутствии товара в наличии'),
('ru', 'out_of_stock_products', 'Нет в наличии'),
('ru', 'override_by_dispatch', 'Заменить страницы макета при совпадении'),
('ru', 'override_by_this', 'Используйте это содержимое для всех блоков'),
('ru', 'override_exchange_rate', 'Прописать значения курсов валют вручную'),
('ru', 'override_gc_points', 'Заменить глобальные баллы и баллы категории для этого товара'),
('ru', 'override_gc_points_brief', 'Заменить глобальные баллы и баллы категорий'),
('ru', 'override_g_points', 'Заменить глобальные баллы для всех товаров в этой категории'),
('ru', 'override_per', 'Заменить глобальный курс конвертации баллов'),
('ru', 'override_points', 'Прописать количество баллов вручную'),
('ru', 'override_product_data', 'Применить значения к выделенным товарам'),
('ru', 'overwrite', 'Перезаписать'),
('ru', 'overwrite_selected_settings', 'Изменить выбранные настройки'),
('ru', 'owner', 'Владелец'),
('ru', 'p21agree', 'Пожалуйста, введите \"AGREE\" или \"DISAGREE\" в поле'),
('ru', 'p21agree_tooltip', 'Вводя AGREE, я предоставляю свою подпись для авторизации в Payment21&reg; , чтобы списать с карты указанную мной сумму. Также я понимаю и разрешаю продавцу, в случае если моему eCheck платежу будет отказано или он будет возвращен по какой-либо причине, чтобы списать с карты указанную мной сумму + плату NSF, не превышающую максимально допустимого значения. Я распечатаю или сохраню эту страницу. Я могу позвонить по телефону круглосуточной поддержки 1-888-770-0850 по любым вопросам, связанным с данной транзакцией.'),
('ru', 'package', 'Дистрибутив'),
('ru', 'packages', 'Посылки'),
('ru', 'package_type', 'Тип упаковки'),
('ru', 'packing_slip', 'Опись вложения'),
('ru', 'packing_slip_for_order', 'Упаковочный реестр для заказа'),
('ru', 'page', 'Страница'),
('ru', 'pages', 'Страницы'),
('ru', 'pages_menu_description', 'Создавайте и публикуйте страницы, опросы и голосования, формы и ссылки.'),
('ru', 'page_cloned', 'Страница <b>[page]</b> была дублирована успешно. Теперь вы можете редактировать новую страницу.'),
('ru', 'page_id', 'Номер страницы'),
('ru', 'page_link', 'URL страницы'),
('ru', 'page_name', 'Название страницы'),
('ru', 'page_not_found', 'Страница не найдена'),
('ru', 'page_not_found_text', 'Запрашиваемая страница не найдена.'),
('ru', 'page_target_url', 'Целевой URL'),
('ru', 'page_title', 'Название страницы'),
('ru', 'page_url', 'URL страницы'),
('ru', 'pagination_range', '<span>[pagination.range_from]</span>–<span>[pagination.range_to]</span>&nbsp;из&nbsp;[pagination.total_items]'),
('ru', 'paid_amount', 'Оплаченная сумма'),
('ru', 'pair_type', 'Тип пары'),
('ru', 'param', 'Параметр'),
('ru', 'parameter', 'Объект для анализа'),
('ru', 'parameter_name', 'Название параметра'),
('ru', 'parent_category', 'Родительская категория'),
('ru', 'parent_category_id', 'Родительская категория'),
('ru', 'parent_item', 'Родительский элемент'),
('ru', 'parent_page', 'Родительская страница'),
('ru', 'parent_page_id', 'Родительская страница'),
('ru', 'partiuhub_continuar_compras', 'Continuar compras');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('ru', 'partiuhub_numero_do_pedido', 'Numero do pedido - '),
('ru', 'partiuhub_planos_vendedores.vendor_groups', 'Grupos dos vendedores'),
('ru', 'partiuhub_status_rastreamento_1', 'O vendedor já postou o seu produto!'),
('ru', 'partiuhub_status_rastreamento_2', 'Olha que legal, o seu produto ja esta em transito!'),
('ru', 'partiuhub_status_rastreamento_3', 'O seu produto ja PARTIU para o seu endereço!'),
('ru', 'partiuhub_status_rastreamento_4', 'Chegou! PARTIU aproveitar!!!! '),
('ru', 'partiuhub_tente_novamente', 'Tente novamente mais tarde!'),
('ru', 'partner', 'Партнер'),
('ru', 'passphrase', 'Идентификационная фраза'),
('ru', 'passport_number', 'Номер паспорта'),
('ru', 'password', 'Пароль'),
('ru', 'path_to_files', 'Полный путь к файлам \"atos\".'),
('ru', 'pause_delay', 'Приостановка движения'),
('ru', 'payflowcolor', 'Цвет Payflow'),
('ru', 'payment', 'Платеж'),
('ru', 'payments', 'Платежи'),
('ru', 'payments.cresecure.location_notice', '<b>Обратите внимание:</b><br>1. Для этого способа оплаты необходимо включить  https опцию для страниц оформления заказа!<br>2. При совершении платежа покупателю показывается страница макета \"Оформления заказа\". Для того чтобы отображалась другая страница, создайте новую с диспетчером «checkout.cresecure_template» на странице <a href=\"[url]\" target=\"_blank\">Макеты</a>.'),
('ru', 'payments.epdq.bgcolor', 'Цвет фона'),
('ru', 'payments.epdq.btn_bgcolor', 'Цвет фона кнопок'),
('ru', 'payments.epdq.btn_textcolor', 'Цвет текста кнопок'),
('ru', 'payments.epdq.font_type', 'Шрифт'),
('ru', 'payments.epdq.hash_error', 'Хеш строка не совпадает.'),
('ru', 'payments.epdq.instructions', '<ol><li><p>Введите следующий URL в секции \"Technical information\"→\"Transaction feedback\" в панели управления ePDQ:</p><p>для принятых (\"accepted\") и отклоненных (\"cancelled\") платежей: [url]</p></li><li>Убедитесь в том, что параметр \"Timing of the request\" имеет значение \"Always online\", а \"Request method\" — \"POST\"</li><li>Установите значение параметра \"SHA-OUT pass phrase\" в панели управления ePDQ по своему усмотрению, затем продублируйте это значение в поле \"SHA-IN pass phrase\" в секции \"Data and origin verification\", а также в поле \"Pass-phrase\" ниже</li><li>Убедитесь, что параметр \"Default operation code\" в панели управления ePDQ имеет такое же значение, что и параметр \"Transaction type\" ниже</li><li>Установите значение параметра \"Hash algorithm\" равным \"SHA-1\" в секции \"Global security parameters\" в панели управления ePDQ</li></ol>'),
('ru', 'payments.epdq.pspid', 'EPDQ pspid'),
('ru', 'payments.epdq.tbl_bgcolor', 'Цвет фона таблиц'),
('ru', 'payments.epdq.tbl_textcolor', 'Цвет текста таблиц'),
('ru', 'payments.epdq.textcolor', 'Цвет текста'),
('ru', 'payments.epdq.title', 'Заголовок'),
('ru', 'payments.eway_rapidapi_rsp.header_text', 'Текст заголовка'),
('ru', 'payments.globalpayments.connector_error', 'Ваш аккаунт Global Payments был приостановлен. Свяжитесь со службой поддержки Global Payments для получения дополнительной информации.'),
('ru', 'payments.globalpayments.globalpayments_error', 'Ошибка на стороне Global Payments'),
('ru', 'payments.globalpayments.referring_ip', 'Пожалуйста, предоставьте IP-адрес вашего сервера менеджеру вашего счета в Global Payments'),
('ru', 'payments.globalpayments.referring_url', 'Пожалуйста, предоставьте этот URL менеджеру вашего счета в Global Payments'),
('ru', 'payments.globalpayments.text_status_map', 'Карта соответствия статусов заказов в Global Payments и [product]'),
('ru', 'payments.layout_a', 'Макет A'),
('ru', 'payments.layout_b', 'Макет B'),
('ru', 'payments.layout_c', 'Макет C'),
('ru', 'payments.paypal_adv_layout', 'Макет'),
('ru', 'payments.qbms.app_token', 'App Token'),
('ru', 'payments.qbms.configuration_required', '<p>Заполните поля ниже и сохраните изменения:<br>- App Token<br>- OAuth Consumer Key<br> - OAuth Consumer Secret</p><p>Нажмите кнопку \"Connect to QuickBooks\", которая появится вместо этого сообщения, для завершения настройки способа оплаты.</p>'),
('ru', 'payments.qbms.configure_payment_method', '<p>Как настроить способ оплаты:</p><p>1. <a target=\"_blank\" href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/authentication-and-authorization/oauth-2.0#obtain-oauth2-credentials-for-your-app\">Получите реквизиты OAuth 2.0</a> из приложения QuickBooks Online и скопируйте их в настройки способа оплаты в [product].</p><p>2. Нажмите \"Создать\", а затем откройте настройки этого способа оплаты ещё раз и завершите настройку.</p>'),
('ru', 'payments.qbms.oauth_client_id', 'OAuth Client Id'),
('ru', 'payments.qbms.oauth_client_secret', 'OAuth Client Secret'),
('ru', 'payments.qbms.oauth_consumer_key', 'OAuth Consumer Key'),
('ru', 'payments.qbms.oauth_consumer_secret', 'OAuth Consumer Secret'),
('ru', 'payments.qbms.quickbooks_connection', 'Соединение с QuickBooks'),
('ru', 'payments.qbms.renew_token', 'Нажмите \"Connect to QuickBooks\" для обновления токена.'),
('ru', 'payments.qbms.tip_fill_redirect', '<p>- В приложении QuickBooks вставьте следующее значение в поле Redirect URI:</p><p>[url]</p><p>- Нажмите кнопку \"Connect to QuickBooks\".</p>'),
('ru', 'payments.qbms.token_expired', 'Срок действия токена истек.'),
('ru', 'payments.qbms.token_expires', 'Действие токена заканчивается <b>[date]</b> в <b>[time]</b>.'),
('ru', 'payments.qbms.upgrade_notification_text', '<p>В последней версии [product] изменились настройки способов оплаты, использующих процессор QB Merchant Service.</p><p>Если хотите использовать эти способы оплаты дальше, сделайте вот что:</p><ul><li>перейдите в Администрирование > Способы оплаты</li><li>щелкните по способу оплаты, который использует процессор QB Merchant Service</li><li>перейдите на вкладку Настроить</li><li>введите правильные App Token, OAuth Consumer Key и OAuth Consumer Secret</li><li>подключитесь к QuickBooks</li></ul>'),
('ru', 'payments.qbms.upgrade_notification_title', 'Изменения процессора оплаты QB Merchant Service'),
('ru', 'payments.qbms.upgrade_oauth20_notification_text', '<p>Теперь магазины иначе подключаются к QuickBooks Merchant Services. Способы оплаты с процессором QB Merchant Services нужно перенастроить, или они не будут работать. Чтобы они работали:</p><p>1. Переведите приложение QuickBooks на OAuth 2.0.</p><p>2. Скопируйте <i>OAuth Client ID</i> и <i>OAuth Client Secret</i> из приложения в настройки способа оплаты в [product].</p><p>3. Измените статус способа оплаты на <i>Вкл.</i></p><p>4. Сохраните изменения и воспользуйтесь кнопкой <i>Connect to QuickBooks</i>, чтобы завершить настройку.</p><p><a href=\"[payments_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Открыть список способов оплаты</a></p>'),
('ru', 'payments.qbms.upgrade_oauth20_notification_title', 'Способы оплаты: Изменились настройки QB Merchant Services'),
('ru', 'payments.realex.3d_secure_message', 'Сообщение 3-D Secure'),
('ru', 'payments.realex.auto_settled', 'Автоматический расчет сразу'),
('ru', 'payments.realex.avs.matched', 'Соответствует'),
('ru', 'payments.realex.avs.not_matched', 'Не соответствует'),
('ru', 'payments.realex.avs.partial_match', 'Частичное совпадение'),
('ru', 'payments.realex.avs.problem_with_check', 'Проблема при проверке'),
('ru', 'payments.realex.avs.unable_to_check', 'Не удается проверить'),
('ru', 'payments.realex.avs_address', 'Адрес AVS'),
('ru', 'payments.realex.avs_postcode', 'Почтовый индекс AVS'),
('ru', 'payments.realex.bank_error', 'Ошибка на стороне банка'),
('ru', 'payments.realex.card_lost_or_stolen', 'Карта объявлена утерянной или украденной'),
('ru', 'payments.realex.cavv', 'CAVV'),
('ru', 'payments.realex.connector_error', 'Ваш аккаунт Realex был приостановлен. Свяжитесь со службой поддержки Realex для получения дополнительной информации.'),
('ru', 'payments.realex.delayed_settlement', 'Отложенный расчет вручную'),
('ru', 'payments.realex.eci', 'ECI'),
('ru', 'payments.realex.incorrect_request', 'Некорректный формат или содержимое XML-сообщения'),
('ru', 'payments.realex.incorrect_valid_trhu', 'Неверные значения полей «Valid thru».'),
('ru', 'payments.realex.liability_shift', 'Перенос ответственности (liability shift)'),
('ru', 'payments.realex.liability_shift_required', 'Необходим перенос ответственности (liability shift)'),
('ru', 'payments.realex.realex_error', 'Ошибка на стороне Realex'),
('ru', 'payments.realex.referring_ip', 'Пожалуйста, предоставьте IP-адрес вашего сервера менеджеру вашего счета в Realex Payments'),
('ru', 'payments.realex.referring_url', 'Пожалуйста, предоставьте этот URL менеджеру вашего счета в Realex Payments'),
('ru', 'payments.realex.refferal', 'Перенаправлено банком'),
('ru', 'payments.realex.result_code', 'Код результата'),
('ru', 'payments.realex.result_message', 'Сообщение с результатом'),
('ru', 'payments.realex.settlement', 'Расчет'),
('ru', 'payments.realex.subaccount', 'Субсчет'),
('ru', 'payments.realex.text_status_map', 'Соответствие статусов заказов Realex и CS-Cart'),
('ru', 'payments.realex.transaction_order_id', 'Номер заказа транзакции'),
('ru', 'payments.realex.transaction_pasref', 'PASREF транзакции'),
('ru', 'payments.realex.tss_result', 'TSS'),
('ru', 'payments.realex.wrong_card_type', 'Этот платеж недоступен для этого типа кредитных карт.'),
('ru', 'payments.realex.xid', 'XID'),
('ru', 'payments.rocketgate.avs_mode', 'Режим AVS'),
('ru', 'payments.rocketgate.ignore', 'Игнорировать'),
('ru', 'payments.rocketgate.scrub_mode', 'Режим SCRUB'),
('ru', 'payments.signin_to_checkout', '<a href=[url]>Войдите</a>, чтобы оплатить покупку'),
('ru', 'payments_tab1', 'Кредитная карта'),
('ru', 'payments_tab2', 'Интернет-платежи'),
('ru', 'payments_tab3', 'Другие варианты оплаты'),
('ru', 'payment_amount', 'Сумма платежа'),
('ru', 'payment_category', 'Категория оплаты'),
('ru', 'payment_category_note', 'Вкладки категорий способов оплаты не отображаются, если все активные способы относятся к одной категории'),
('ru', 'payment_details', 'Детали платежа'),
('ru', 'payment_form_url', 'URL формы способа оплаты'),
('ru', 'payment_id', 'ID платежа'),
('ru', 'payment_info', 'Вид платежа'),
('ru', 'payment_information', 'Информация об оплате'),
('ru', 'payment_instructions', 'Инструкции по оплате'),
('ru', 'payment_method', 'Способ оплаты'),
('ru', 'payment_methods', 'Способы оплаты'),
('ru', 'payment_method_not_found', 'Не обнаружен способ оплаты. Он мог быть отключен. Также это могло быть вызвано технической неполадкой. Пожалуйста, выберите способ оплаты и попробуйте снова.'),
('ru', 'payment_response_password', 'Пароль для ответа платежной системы'),
('ru', 'payment_surcharge', 'Доп. сбор платежа'),
('ru', 'payment_type', 'Тип платежа'),
('ru', 'paypal.addon_is_disabled_notice', 'Модуль <b>Платежи через PayPal</b> выключен, так что вы не можете настроить этот способ оплаты.'),
('ru', 'paypal.ipn_transaction_status', 'Статус транзакции: [status]'),
('ru', 'paypal_authentication_method', 'Способ аутентификации PayPal'),
('ru', 'paypal_express_notice', 'Для использования <a href=\'https://developer.paypal.com/docs/classic/express-checkout/in-context\' target=\'_blank\'>функции In-Context Checkout</a> в данной интеграции необходим идентификационный номер \"merchant ID\". Merchant ID можно получить в Вашем аккаунте на <a href=\'https://www.paypal.com/\' target=\'_blank\'>https://www.paypal.com/</a>. Щелкните по иконке профиля в правом верхнем углу и выберите <b>Profile and settings</b> в меню <b>Business Profile</b>. (Если вы не видите иконку профиля, щелкните по надписи <b>Profile</b>, которая появляется в верхнем меню, когда выбрана вкладка <b>My Account</b>.) Нажмите <b>My business info</b> слева, и справа в списке элементов профиля отобразится <b>Merchant account ID</b>.'),
('ru', 'paypal_ipn_note', 'Мгновенное платежное уведомление (IPN) — это служба, которая автоматически уведомляет продавцов о всех событиях, связанных с транзакциями в PayPal.<br>Когда покупатель оформляет заказ и выбирает PayPal для оплаты, заказ получает статус <b>Открытый</b>.<br>Затем PayPal отправляет мгновенное платежное уведомление, которое содержит статус транзакции. Этот статус изменяет статус заказа в магазине согласно настройкам <b>Соответствие статусов заказов между PayPal и магазином</b>.'),
('ru', 'paypal_ipn_transaction_status', 'Статус транзакции'),
('ru', 'paypal_item_name', 'Название элемента (или название для Корзины)'),
('ru', 'paypal_logo', 'Логотип PayPal'),
('ru', 'paypal_sandbox', 'Тестовый режим'),
('ru', 'paypal_seamless', 'Не запрашивать данные учетной записи Paypal повторно при оплате, если пользователь ранее вошел через Paypal Login'),
('ru', 'paypal_security_error', 'Заказ не был размещен: указан неверный счет PayPal получателя'),
('ru', 'paypal_use_in_context_checkout', 'Использовать In-Context Checkout'),
('ru', 'paypal_vendor', 'Продавец'),
('ru', 'pay_by_points', 'Разрешить оплату баллами'),
('ru', 'pay_from_email', 'Email покупателя'),
('ru', 'pay_order_again', 'Снова оплатить заказ'),
('ru', 'pay_to_email', 'Email продавца'),
('ru', 'pdf_documents.activate_notification', 'Теперь PDF-документы (счета, упаковочные реестры и пр.) будут генерироваться в нашем облачном сервисе [service_url]. Он работает так: магазин отправляет HTML-документ, а в ответ получает его копию в формате PDF. Мы не просматриваем, не храним и не анализируем данные, которые проходят через сервис.'),
('ru', 'pdf_documents.disable_notification', 'Генерация документов (cчетов, накладных и пр.) в формате PDF отключена. Теперь данные не проходят через облачный сервис [service_url]. Если вы хотите генерировать документы в формате PDF без использования облачного сервиса, то вы можете <a href=\"[helpdesk_url]\" target=\"_blank\">обратиться в поддержку</a> или настроить сервис самостоятельно.'),
('ru', 'pending', 'Неподтвержденный'),
('ru', 'pending_return', 'Aguardando a aprovação'),
('ru', 'pending_vendor_invitations', 'Приглашения, ожидающие ответа'),
('ru', 'pending_vendor_invitations_menu_description', 'Управляйте приглашениями на ваш маркетплейс для потенциальных продавцов.'),
('ru', 'per', 'За [object]'),
('ru', 'percent', 'В процентах'),
('ru', 'percentage_discount', 'Скидка в процентах'),
('ru', 'percent_range', 'Ценовой диапазон (в % от цены основного товара)'),
('ru', 'period', 'Период'),
('ru', 'permissions_issue', 'Проблема с привилегиями'),
('ru', 'person_name', 'Имя'),
('ru', 'per_item', 'За единицу'),
('ru', 'per_page', 'На страницу'),
('ru', 'phone', 'Телефон'),
('ru', 'phone1_label', 'Телефон'),
('ru', 'phone2', 'Международный'),
('ru', 'phone2_label', 'Международный'),
('ru', 'phpinfo', 'PHP-информация'),
('ru', 'php_extension_missing', 'Расширение PHP [extension] не установлено на вашем сервере'),
('ru', 'pickup', 'Самовывоз'),
('ru', 'pickup_address', 'Адрес пункта самовывоза'),
('ru', 'pickup_avail', 'Доступность самовывоза'),
('ru', 'pickup_destinations_ids', 'ID пунктов самовывоза'),
('ru', 'pickup_id', 'ID самовывоза'),
('ru', 'pickup_phone', 'Телефон пункта самовывоза'),
('ru', 'pickup_point_not_selected', 'Мы не смогли определить вашу точку самовывоза. Выберите точку самовывоза, чтобы мы знали, куда доставить заказ.'),
('ru', 'pickup_surcharge', 'Доплата за самовывоз'),
('ru', 'pickup_time', 'Время самовывоза'),
('ru', 'pick_store', 'Выберите магазин'),
('ru', 'pie', 'Круговая'),
('ru', 'pie_3d', 'Объемная круговая'),
('ru', 'pixels', 'пиксели'),
('ru', 'place_order', 'Разместить заказ'),
('ru', 'placing_order', 'Идет размещение заказа'),
('ru', 'plain', 'Обычный'),
('ru', 'plano_anuncio', 'Plano de Anúncio'),
('ru', 'plans', 'Planos'),
('ru', 'platform', 'Платформа'),
('ru', 'please_be_patient', 'Пожалуйста, подождите'),
('ru', 'please_copy_api_key', 'Скопируйте ключ API прямо сейчас и сохраните его в надёжном месте. После сохранения изменений этот ключ здесь больше не появится. Если ключ будет потерян, единственный способ восстановить доступ к API – сгенерировать новый ключ на этой странице.'),
('ru', 'please_enable_the_add_on_to_see_barcode', 'Чтобы увидеть пример кода, включите аддон.'),
('ru', 'please_enter_license_here', 'Пожалуйста, введите лицензионный ключ'),
('ru', 'please_select_one', 'Пожалуйста, выберите один'),
('ru', 'please_sign_in', 'Пожалуйста, представьтесь'),
('ru', 'points', 'Баллы'),
('ru', 'points_in_use', 'Баллы в употреблении'),
('ru', 'points_in_use_lower', 'использовано баллов'),
('ru', 'points_in_use_lowercase', '[n] балл использован|[n] балла использовано|[n] баллов использовано|[n] баллов использовано'),
('ru', 'points_lower', 'баллы'),
('ru', 'points_lowercase', '[n] балл|[n] балла|[n] баллов|[n] баллов'),
('ru', 'points_to_use', 'Баллы для использования'),
('ru', 'point_payment', 'Оплата баллами'),
('ru', 'point_price', 'Цена в баллах'),
('ru', 'polish', 'Польский'),
('ru', 'poll', 'Опрос'),
('ru', 'polls', 'Опросы'),
('ru', 'polls_answers_with_comments', 'Ответы с комментариями'),
('ru', 'polls_first_submited', 'Первая заполненная форма'),
('ru', 'polls_have_completed', 'Вы уже проголосовали.'),
('ru', 'polls_last_submited', 'Последняя заполненная форма'),
('ru', 'polls_total_completed', 'Количество полностью заполненных форм'),
('ru', 'polls_total_submited', 'Общее количество заполненных форм'),
('ru', 'polls_total_votes', 'Общее количество голосов'),
('ru', 'polls_votes', 'Голоса'),
('ru', 'poll_footer', 'Текст в нижней часть опроса'),
('ru', 'poll_header', 'Заголовок опроса'),
('ru', 'poll_results', 'Сообщение после голосования'),
('ru', 'poll_results_everybody', 'всем (во всплывающем окне)'),
('ru', 'poll_results_nobody', 'никому'),
('ru', 'poll_results_voted', 'проголосовавшим'),
('ru', 'poll_show_results', 'Отображать результаты опроса'),
('ru', 'poll_statistics', 'Статистика по опросам'),
('ru', 'poor', 'Очень плохо'),
('ru', 'popularity', 'Популярность'),
('ru', 'popup', 'Всплывающее окно'),
('ru', 'popup_larger_image', 'Увеличенное изображение'),
('ru', 'portugese', 'Португальский'),
('ru', 'posid', 'ID позиции'),
('ru', 'position', 'Позиция'),
('ru', 'positions_updated', 'Позиции элементов обновлены'),
('ru', 'position_short', 'Поз.'),
('ru', 'postal_mail', 'Почта'),
('ru', 'postauth', 'Поставторизация'),
('ru', 'posted_by', 'Posted by'),
('ru', 'post_description', 'Описание поста'),
('ru', 'post_url', 'URL сообщения'),
('ru', 'powered_by', 'На базе'),
('ru', 'po_file', 'Выберите файл в формате PO или ZIP'),
('ru', 'po_file_is_incorrect', 'В PO-файле <b>\"[file]\"</b> синтаксические ошибки или некорректная структура.'),
('ru', 'po_meta_error_validating_lang_code', 'Код языка из файла PO не совпадает с кодом обновляемого языка'),
('ru', 'po_number', 'Номер PO'),
('ru', 'pp_currency_is_incorrect', 'Валюта, используемая для оплаты, отличается от валюты заказа.'),
('ru', 'pp_mode', 'Режим Paypal'),
('ru', 'pp_product_count_is_incorrect', 'Количество оплаченных товаров отличается от количества товаров в заказе'),
('ru', 'pp_total_is_incorrect', 'Общая сумма платежа отличается от общей суммы заказа.'),
('ru', 'preauth', 'Предавторизация'),
('ru', 'preauthorization', 'Преавторизация'),
('ru', 'prefix', 'Префикс'),
('ru', 'preshared_key', 'PreShared ключ'),
('ru', 'press_continue_to_recover_password', 'Нажмите <b>Продолжить</b>, чтобы изменить пароль.'),
('ru', 'prev', 'Пред.'),
('ru', 'preview', 'Предпросмотр'),
('ru', 'previous', 'Назад'),
('ru', 'previous_month', 'Предыдущий месяц'),
('ru', 'previous_period', 'Прошедший период'),
('ru', 'previous_week', 'Предыдущая неделя'),
('ru', 'previous_year', 'Предыдущий год'),
('ru', 'prev_page', 'Назад'),
('ru', 'pre_moderation', 'Товары требуют предварительного утверждения'),
('ru', 'pre_moderation_edit', 'Подтверждать изменения информации о товарах'),
('ru', 'pre_moderation_edit_vendors', 'Подтверждать изменения информации в учетной записи продавца'),
('ru', 'price', 'Цена'),
('ru', 'price_decreased', 'Цена была уменьшена на'),
('ru', 'price_dec_sign_delimiter', 'Разделитель цены'),
('ru', 'price_for_all', 'Цена за все'),
('ru', 'price_includes_tax', 'Цена включает налог'),
('ru', 'price_increased', 'Цена была увеличена на'),
('ru', 'price_in_points', 'Цена в баллах'),
('ru', 'price_in_points_decreased', 'Цена в баллах была уменьшена на'),
('ru', 'price_in_points_increased', 'Цена в баллах была увеличена на'),
('ru', 'price_list', 'Прайс-лист'),
('ru', 'price_list.text_regenerate', '<p>Если товары, категории или настройки модуля были изменены, пожалуйста создайте прайс-лист заново: <br/>[buttons]</p> <p>Созданные прайс-листы доступны по ссылкам <br/>[links]</p>'),
('ru', 'price_list.text_select_storefront', 'Для получения прайс-листа, пожалуйста, выберите сначала в витрину.'),
('ru', 'price_list_ziparchive_not_installed', 'Невозможно создать прайс-лист в формате XML. Пожалуйста, добавьте поддержку ZIP-архивов в PHP на своем сервере. Узнайте больше на сайте PHP: <a href=\"http://www.php.net/manual/ru/zip.installation.php\">http://www.php.net/manual/ru/zip.installation.php</a>.'),
('ru', 'price_summary', 'Суммарная стоимость'),
('ru', 'pricing_inventory', 'Ценообразование / Склад'),
('ru', 'primary', 'Основной'),
('ru', 'primary_currency', 'Базовая валюта'),
('ru', 'printslip_request', 'Requisições de Etiquetas'),
('ru', 'printslip_request_pending', 'Você irá receber uma notificação quando a etiqueta estiver disponível.'),
('ru', 'print_card', 'Распечатать открытку'),
('ru', 'print_credit_memo', 'Распечатать кредитовое извещение'),
('ru', 'print_invoice', 'Распечатать счет'),
('ru', 'print_order_details', 'Распечатать информацию о заказе'),
('ru', 'print_packing_slip', 'Распечатать упаковочный реестр'),
('ru', 'print_pdf_credit_memo', 'Распечатать кредитовое извещение в формате (pdf)'),
('ru', 'print_pdf_invoice', 'Распечатать счет (PDF)'),
('ru', 'print_pdf_order_details', 'Распечатать информацию о заказе в формате (pdf)'),
('ru', 'print_pdf_packing_slip', 'Распечатать упаковочный реестр (pdf)'),
('ru', 'print_slip', 'Распечатать реестр'),
('ru', 'priority', 'Приоритет'),
('ru', 'private', 'Личный'),
('ru', 'private_customer_settings', 'Личные настройки покупателя'),
('ru', 'private_files', 'Служебные файлы'),
('ru', 'privilege', 'Права'),
('ru', 'privilege.apply_to_all', 'Поменять все права на'),
('ru', 'privilege.custom_access', 'Ограниченный доступ'),
('ru', 'privilege.full_access', 'Полный доступ'),
('ru', 'privilege.no_access', 'Нет доступа'),
('ru', 'privilege.view_access', 'Только просмотр'),
('ru', 'privileges', 'Привилегии'),
('ru', 'privileges.abt__ut2.settings.manage', 'Управление настройками темы'),
('ru', 'privileges.abt__ut2.settings.view', 'Просмотр настроек темы'),
('ru', 'privileges.ab__cb_manage_banners', 'AB: Управление баннерами для категорий'),
('ru', 'privileges.ab__cb_view_banners', 'AB: Просмотр баннеров для категорий'),
('ru', 'privileges.ab__dotd_manage_seodata', 'Управление SEO-данными промо-акций'),
('ru', 'privileges.ab__dotd_view_seodata', 'Просмотр SEO-данных промо-акций'),
('ru', 'privileges.ab__hpd.manage', 'Управление данными'),
('ru', 'privileges.ab__hpd.view', 'Просмотр справки'),
('ru', 'privileges.ab__mb_manage_data', 'Управление мотивационными данными'),
('ru', 'privileges.ab__mb_view_data', 'Просмотр мотивационных данных'),
('ru', 'privileges.ab__stt.data.manage', 'Управление данными кнопки'),
('ru', 'privileges.ab__stt.data.view', 'Просмотр данных кнопки'),
('ru', 'privileges.ab__vg_manage_videos', 'Управление видео'),
('ru', 'privileges.ab__vg_view_videos', 'Просмотр видео'),
('ru', 'privileges.backup_restore', 'Управление'),
('ru', 'privileges.change_order_status', 'Смена статуса'),
('ru', 'privileges.create_order', 'Создание'),
('ru', 'privileges.delete_logs', 'Удаление'),
('ru', 'privileges.delete_orders', 'Удаление'),
('ru', 'privileges.edit_blocks', 'Редактирование'),
('ru', 'privileges.edit_files', 'Редактировать файлы'),
('ru', 'privileges.edit_order', 'Может редактировать заказ (выбирать другие товары, покупателей, способы оплаты и доставки)'),
('ru', 'privileges.exim_access', 'Управление'),
('ru', 'privileges.manage_access_restrictions', 'Редактирование'),
('ru', 'privileges.manage_banners', 'Редактирование'),
('ru', 'privileges.manage_call_requests', 'Редактирование'),
('ru', 'privileges.manage_catalog', 'Редактирование'),
('ru', 'privileges.manage_cscart_uvdesk', 'Manage UVDesk'),
('ru', 'privileges.manage_currencies', 'Редактирование'),
('ru', 'privileges.manage_design', 'Редактирование'),
('ru', 'privileges.manage_discussions', 'Редактирование'),
('ru', 'privileges.manage_document_templates', 'Редактирование'),
('ru', 'privileges.manage_email_marketing', 'Редактирование'),
('ru', 'privileges.manage_email_templates', 'Редактирование'),
('ru', 'privileges.manage_gift_certificates', 'Редактирование'),
('ru', 'privileges.manage_languages', 'Редактирование'),
('ru', 'privileges.manage_locations', 'Редактирование'),
('ru', 'privileges.manage_newsletters', 'Редактирование'),
('ru', 'privileges.manage_order_statuses', 'Редактирование'),
('ru', 'privileges.manage_pages', 'Управление страницами'),
('ru', 'privileges.manage_payments', 'Редактирование'),
('ru', 'privileges.manage_payouts', 'Редактирование'),
('ru', 'privileges.manage_product_premoderation', 'Управление'),
('ru', 'privileges.manage_product_reviews', 'Редактирование'),
('ru', 'privileges.manage_promotions', 'Редактирование'),
('ru', 'privileges.manage_providers', 'Редактирование'),
('ru', 'privileges.manage_reports', 'Редактирование'),
('ru', 'privileges.manage_reward_points', 'Редактирование'),
('ru', 'privileges.manage_rma', 'Редактирование'),
('ru', 'privileges.manage_seo_rules', 'Редактирование'),
('ru', 'privileges.manage_shipping', 'Редактирование'),
('ru', 'privileges.manage_sitemap', 'Редактирование'),
('ru', 'privileges.manage_static_data', 'Редактирование'),
('ru', 'privileges.manage_storage', 'Управление'),
('ru', 'privileges.manage_stores', 'Управление магазинами'),
('ru', 'privileges.manage_store_locator', 'Редактирование'),
('ru', 'privileges.manage_suppliers', 'Редактирование'),
('ru', 'privileges.manage_taxes', 'Редактирование'),
('ru', 'privileges.manage_themes', 'Редактирование'),
('ru', 'privileges.manage_translation', 'Редактирование'),
('ru', 'privileges.manage_usergroups', 'Редактирование'),
('ru', 'privileges.manage_users', 'Редактирование'),
('ru', 'privileges.manage_vendors', 'Редактирование'),
('ru', 'privileges.manage_vendor_communication', 'Редактирование'),
('ru', 'privileges.manage_vendor_plans', 'Редактирование'),
('ru', 'privileges.update_settings', 'Редактирование'),
('ru', 'privileges.upgrade_store', 'Обновление'),
('ru', 'privileges.view_banners', 'Просмотр'),
('ru', 'privileges.view_call_requests', 'Просмотр'),
('ru', 'privileges.view_catalog', 'Просмотр'),
('ru', 'privileges.view_cscart_uvdesk', 'View UVDesk'),
('ru', 'privileges.view_currencies', 'Просмотр'),
('ru', 'privileges.view_discussions', 'Просмотр'),
('ru', 'privileges.view_email_marketing', 'Просмотр'),
('ru', 'privileges.view_file_changes', 'Просмотр'),
('ru', 'privileges.view_languages', 'Просмотр'),
('ru', 'privileges.view_locations', 'Просмотр'),
('ru', 'privileges.view_logs', 'Просмотр'),
('ru', 'privileges.view_newsletters', 'Просмотр'),
('ru', 'privileges.view_orders', 'Просмотр'),
('ru', 'privileges.view_pages', 'Просмотр'),
('ru', 'privileges.view_payments', 'Просмотр'),
('ru', 'privileges.view_payouts', 'Просмотр'),
('ru', 'privileges.view_product_reviews', 'Просмотр'),
('ru', 'privileges.view_providers', 'Просмотр'),
('ru', 'privileges.view_reports', 'Просмотр'),
('ru', 'privileges.view_seo_rules', 'Просмотр'),
('ru', 'privileges.view_settings', 'Просмотр'),
('ru', 'privileges.view_shipping', 'Просмотр'),
('ru', 'privileges.view_static_data', 'Просмотр'),
('ru', 'privileges.view_stores', 'Просмотр магазинов'),
('ru', 'privileges.view_store_locator', 'Просмотр'),
('ru', 'privileges.view_taxes', 'Просмотр'),
('ru', 'privileges.view_usergroups', 'Просмотр'),
('ru', 'privileges.view_users', 'Просмотр'),
('ru', 'privileges.view_vendors', 'Просмотр'),
('ru', 'privileges.view_vendor_communication', 'Просмотр'),
('ru', 'privileges.view_vendor_plans', 'Просмотр'),
('ru', 'privilege_groups.ab__addons_manager', 'AB: Менеджер модулей'),
('ru', 'privilege_groups.ab__category_banners', 'AB: Баннеры для категорий'),
('ru', 'privilege_groups.ab__deal_of_the_day', 'AB: Товар дня и расширенные промо-акции'),
('ru', 'privilege_groups.ab__fast_navigation', 'AB: Быстрая навигация'),
('ru', 'privilege_groups.ab__hide_product_description', 'AB: Скрыть часть контента до определенной высоты'),
('ru', 'privilege_groups.ab__landing_categories', 'AB: Посадочные категории/страницы'),
('ru', 'privilege_groups.ab__motivation_block', 'AB: Блок мотивации'),
('ru', 'privilege_groups.ab__scroll_to_top', 'AB: Кнопка \"Подняться наверх\"'),
('ru', 'privilege_groups.ab__video_gallery', 'AB: Видео галерея товара'),
('ru', 'privilege_groups.access_restrictions', 'Ограничение доступа'),
('ru', 'privilege_groups.backup_restore', 'Резервное копирование и восстановление'),
('ru', 'privilege_groups.banners', 'Баннеры'),
('ru', 'privilege_groups.blocks', 'Блоки'),
('ru', 'privilege_groups.blog_and_pages', 'Блог и страницы'),
('ru', 'privilege_groups.call_requests', 'Обратный звонок'),
('ru', 'privilege_groups.currencies', 'Валюты'),
('ru', 'privilege_groups.design', 'Дизайн'),
('ru', 'privilege_groups.discussions', 'Отзывы и комментарии'),
('ru', 'privilege_groups.documents', 'Документы'),
('ru', 'privilege_groups.edit_on_site', 'Редактирование на витрине'),
('ru', 'privilege_groups.email_marketing', 'Email-маркетинг'),
('ru', 'privilege_groups.email_templates', 'Шаблоны email-уведомлений'),
('ru', 'privilege_groups.exim', 'Импорт и экспорт данных'),
('ru', 'privilege_groups.files', 'Файлы'),
('ru', 'privilege_groups.file_changes', 'Детектор изменений ядра'),
('ru', 'privilege_groups.gift_certificates', 'Подарочные сертификаты'),
('ru', 'privilege_groups.languages', 'Языки'),
('ru', 'privilege_groups.locations', 'Тарифные зоны'),
('ru', 'privilege_groups.logs', 'Журнал событий'),
('ru', 'privilege_groups.newsletters', 'Рассылки'),
('ru', 'privilege_groups.orders', 'Заказы'),
('ru', 'privilege_groups.order_statuses', 'Статусы заказов'),
('ru', 'privilege_groups.other', 'Другое'),
('ru', 'privilege_groups.payments', 'Способы оплаты'),
('ru', 'privilege_groups.products', 'Категории, товары, характеристики, фильтры, опции'),
('ru', 'privilege_groups.product_premoderation', 'Утверждение товаров'),
('ru', 'privilege_groups.product_reviews', 'Отзывы о товарах'),
('ru', 'privilege_groups.promotions', 'Промо-акции и скидки'),
('ru', 'privilege_groups.reward_points', 'Бонусные баллы'),
('ru', 'privilege_groups.rma', 'Возврат товаров'),
('ru', 'privilege_groups.sales_reports', 'Отчеты о продажах'),
('ru', 'privilege_groups.seo', 'SEO'),
('ru', 'privilege_groups.settings', 'Настройки'),
('ru', 'privilege_groups.shipping', 'Способы доставки'),
('ru', 'privilege_groups.sitemap', 'Карта сайта'),
('ru', 'privilege_groups.social_login', 'Вход через соцсети'),
('ru', 'privilege_groups.static_data', 'Статические данные'),
('ru', 'privilege_groups.storage', 'Хранилище данных'),
('ru', 'privilege_groups.stores', 'Магазины'),
('ru', 'privilege_groups.store_locator', 'Магазины и ПВЗ'),
('ru', 'privilege_groups.suppliers', 'Поставщики'),
('ru', 'privilege_groups.taxes', 'Налоги'),
('ru', 'privilege_groups.themes', 'Темы'),
('ru', 'privilege_groups.upgrade_center', 'Центр обновлений'),
('ru', 'privilege_groups.users', 'Пользователи'),
('ru', 'privilege_groups.user_groups', 'Группы пользователей'),
('ru', 'privilege_groups.vendors', 'Магазины'),
('ru', 'privilege_groups.vendor_communication', 'Message center: Customer to Vendor'),
('ru', 'privilege_groups.vendor_payouts', 'Бухгалтерский учёт'),
('ru', 'privilege_groups.vendor_plans', 'Тарифные планы для продавцов'),
('ru', 'privilege_sections.ab__addons', 'AB: Модули'),
('ru', 'privilege_sections.addons', 'Модули'),
('ru', 'privilege_sections.administration', 'Администрирование'),
('ru', 'privilege_sections.cart', 'Корзина'),
('ru', 'privilege_sections.catalog', 'Каталог'),
('ru', 'privilege_sections.cms', 'Система управления содержимым'),
('ru', 'privilege_sections.design', 'Дизайн'),
('ru', 'privilege_sections.marketing', 'Маркетинг'),
('ru', 'privilege_sections.orders', 'Заказы'),
('ru', 'privilege_sections.products', 'Товары'),
('ru', 'privilege_sections.settings', 'Настройки'),
('ru', 'privilege_sections.users', 'Покупатели'),
('ru', 'privilege_sections.vendors', 'Магазины'),
('ru', 'privilege_sections.website', 'Веб-сайт'),
('ru', 'proceed', 'Продолжить'),
('ru', 'proceed_to_checkout', 'Оформить заказ'),
('ru', 'proceed_to_the_next_step', 'Перейти к следующему шагу'),
('ru', 'processed', 'Обработан'),
('ru', 'processing', 'Обработка'),
('ru', 'processing_order', 'Обработка заказа'),
('ru', 'processor', 'Процессор'),
('ru', 'processor_description_cardsave', 'Аккаунты продавцов, предоставленные Cardsave, <a href=\"http://www.cardsave.net\">www.cardsave.net</a><br/><br/>Email: <a href=\'mailto:ecomm@cardsave.net\'>ecomm@cardsave.net</a>'),
('ru', 'processor_description_p21', '<b>P21 Simple API</b> позволяет принимать платежи по чекам. Мы предлагаем самый удобный набор решений для создания изображения чека и безналичного расчета. С помощью Check 21 Вы получите ваши деньги в тот же день в виде чека или прямого депозита.<br/><br/>Чтобы активировать опцию Check 21, напишите: <a href=\"mailto:support@payment21.com\">support@payment21.com</a> или позвоните нам: 1-888-770-0850 (US Toll Free) или 0041-71-740-1629 (международный).<br/><br/><a href=\"http://www.payment21.com\" target=\"_blank\">www.payment21.com</a>'),
('ru', 'processor_id', 'ID платежного модуля'),
('ru', 'process_selected', 'Процесс выбран'),
('ru', 'product', 'Товар'),
('ru', 'products2', 'Товары (2)'),
('ru', 'products_added_to_cart', 'Товары добавлены в вашу корзину'),
('ru', 'products_adopted', 'Была обновлена основная категория у товара [n].|Была обновлена основная категория у товаров [n].'),
('ru', 'products_amount', 'Количество товаров'),
('ru', 'products_approval_status_approved', 'Спасибо за добавление новых товаров. Следующие товары были утверждены администрацией магазина и добавлены в каталог товаров'),
('ru', 'products_approval_status_changed', 'Ваши товары получили статус [status]'),
('ru', 'products_approval_status_disapproved', 'Спасибо за добавление новых товаров. Следующие товары были отклонены администрацией магазина'),
('ru', 'products_bar', 'Панель товаров'),
('ru', 'products_cost', 'Стоимость товаров'),
('ru', 'products_deprecated', 'Товары (старый импорт)'),
('ru', 'products_for_shipment_not_selected', 'Для поставки не были выбраны товары'),
('ru', 'products_found', 'Найдено товаров'),
('ru', 'products_grid', 'Таблица товаров'),
('ru', 'products_in', 'Товары в'),
('ru', 'products_information', 'Информация о товарах'),
('ru', 'products_in_cart', 'Товары в корзине'),
('ru', 'products_links_type', 'Тип ссылок товаров'),
('ru', 'products_menu_description', 'Просмотр, добавление и редактирование товаров.'),
('ru', 'products_moved_to_trash', '[count] товара/товаров перемещено в <a href=\'[url]\' target=\'_blank\'>Категорию-корзину</a>'),
('ru', 'products_number_added_to_cart', 'Товаров добавлено в корзину: <b>[number]</b>'),
('ru', 'products_required', 'Пожалуйста, добавьте товары'),
('ru', 'products_stat', 'Статистика товаров'),
('ru', 'products_weight', 'Вес товаров'),
('ru', 'products_were_sent', 'Товары были Вам посланы. Информация о заказе представлена ниже'),
('ru', 'product_added_to_cart', 'Товар добавлен в корзину'),
('ru', 'product_added_to_cl', 'Товар добавлен в cписок сравнения'),
('ru', 'product_added_to_wl', 'Товар добавлен в список отложенных товаров'),
('ru', 'product_approval', 'Утверждение товаров'),
('ru', 'product_approval_menu_description', 'Управление отдельными товарами или группой товаров, поставляемых компанией.'),
('ru', 'product_approval_status_approved', 'Ваш товар [product] был утвержден администратором магазина и добавлен в каталог товаров. Теперь покупатели смогут купить этот товар в магазине.'),
('ru', 'product_approval_status_disapproved', 'Ваш товар [product] был отклонен администрацией магазина'),
('ru', 'product_cannot_be_added', 'Товар не может быть добавлен в корзину. Проверьте, все ли загружаемые файлы соответствуют необходимым условиям'),
('ru', 'product_code', 'Арт.'),
('ru', 'product_columns', 'Колонки товаров'),
('ru', 'product_combinations', 'Комбинации опций'),
('ru', 'product_coming_soon', 'Этот товар не может быть добавлен в корзину. Он будет в наличии [avail_date]'),
('ru', 'product_coming_soon_add', 'Этот товар будет в наличии [avail_date]'),
('ru', 'product_comparison_list', 'Список сравнения'),
('ru', 'product_details', 'Детальная страница товара'),
('ru', 'product_details_tabs', 'Вкладки'),
('ru', 'product_details_view', 'Отображение карточки товара'),
('ru', 'product_disabled_options', 'У товара <strong>[product]</strong> есть опции или их варианты, которые сейчас недоступны, поэтому товар был удален из корзины'),
('ru', 'product_feature.feature_style', 'Внешний вид'),
('ru', 'product_feature.feature_style.brand', 'Бренд'),
('ru', 'product_feature.feature_style.checkbox', 'Флажок'),
('ru', 'product_feature.feature_style.color', 'Цвет'),
('ru', 'product_feature.feature_style.dropdown', 'Выпадающий список'),
('ru', 'product_feature.feature_style.dropdown_images', 'Изображения'),
('ru', 'product_feature.feature_style.dropdown_labels', 'Текстовые метки'),
('ru', 'product_feature.feature_style.multiple_checkbox', 'Группа флажков'),
('ru', 'product_feature.feature_style.number', 'Число'),
('ru', 'product_feature.feature_style.text', 'Текст или число'),
('ru', 'product_feature.filter_style', 'Тип фильтра'),
('ru', 'product_feature.filter_style.checkbox', 'Флажок'),
('ru', 'product_feature.filter_style.color', 'Цвет'),
('ru', 'product_feature.filter_style.date', 'Выбор даты'),
('ru', 'product_feature.filter_style.slider', 'Слайдер с числами'),
('ru', 'product_feature.purpose', 'Цель'),
('ru', 'product_feature.purpose.describe_product', 'Дополнительная информация'),
('ru', 'product_feature.purpose.describe_product.description', 'Для случаев, когда просто нужна какая-то информация на странице товара. Фильтр для поиска товаров по такой характеристике создать не получится.'),
('ru', 'product_feature.purpose.find_products', 'Поиск товаров через фильтры'),
('ru', 'product_feature.purpose.find_products.description', 'Для характеристики, которая просто позволяет указать какое-нибудь дополнительное свойство товара. Например, у футболок это может быть \"Ткань\". Если вы создадите фильтр по этой характеристике, покупатели увидят, что она есть, и смогут легко найти по ней нужный товар.'),
('ru', 'product_feature.purpose.group_catalog_item', 'Вариации как отдельные товары'),
('ru', 'product_feature.purpose.group_catalog_item.description', 'Для случаев, когда похожие товары явно отличаются одной характеристикой и называются по-разному (например, несколько вариантов характеристики \"Цвет\" у футболки). Эти товары появятся как отдельные позиции в каталоге. Покупатели также смогут выбрать нужное значение характеристики на странице товара. Для этого <b>настройте вариации для товаров с этой характеристикой</b>.'),
('ru', 'product_feature.purpose.group_variation_catalog_item', 'Вариации как один товар'),
('ru', 'product_feature.purpose.group_variation_catalog_item.description', 'Для случаев, когда несколько похожих товаров отличаются характеристикой, но выглядят похоже и называются одинаково (например, одна футболка с разными значениями характеристики \"Размер\"). Эти товары появятся как одна позиция в каталоге. Покупатели смогут выбрать нужное значение характеристики на странице товара. Для этого <b>настройте вариации для товаров с этой характеристикой</b>.'),
('ru', 'product_feature.purpose.organize_catalog', 'Бренд, автор, и т.п.'),
('ru', 'product_feature.purpose.organize_catalog.description', 'Для характеристик наподобие \"Бренд\" или \"Производитель\" (у большинства товаров), \"Исполнитель\" или \"Лейбл\" (у музыки), \"Автор\" или \"Издательство\" (у книг), и так далее. Каждый вариант такой характеристики получает свою страницу с изображением, описанием и списком товаров.'),
('ru', 'product_feature_cannot_assigned', 'Характеристика \"[feature_name]\" не может быть задана товару \"[product_name]\"'),
('ru', 'product_fields', 'Поля товара'),
('ru', 'product_groups', 'Группы товаров'),
('ru', 'product_id', 'ID товара'),
('ru', 'product_images', 'Изображения товара'),
('ru', 'product_info', 'Информация о продукте'),
('ru', 'product_inventory', 'Склад товаров'),
('ru', 'product_in_cart', 'Этот товар уже добавлен в корзину'),
('ru', 'product_in_comparison_list', 'Этот товар уже был добавлен в cписок сравнения'),
('ru', 'product_in_wishlist', 'Товар уже есть в списке отложенных товаров'),
('ru', 'product_must_have_owner_category', 'Товар должен принадлежать категории, относящейся к магазину-владельцу.'),
('ru', 'product_name', 'Название товара'),
('ru', 'product_name_added_to_cart', 'Товар добавлен в корзину: <b>[product]</b>'),
('ru', 'product_need_age_verification', 'Для просмотра этого товара вы должны подтвердить свой возвраст.'),
('ru', 'product_notification_subscribed', 'Вы были подписаны на уведомление о появлении товара на складе.'),
('ru', 'product_notification_subscription_error', 'Не удалось подписаться на уведомления о появлении товара на складе.'),
('ru', 'product_notification_unsubscribed', 'Вы были отписаны на уведомление о появлении товара на складе.'),
('ru', 'product_options', 'Опции товара'),
('ru', 'product_options_forbidden_combination', 'У товара <strong>[product]</strong> выбраны опции из запрещенных комбинаций. Товар был удален из корзины.'),
('ru', 'product_option_delimiter', 'Символ разделителя для опций'),
('ru', 'product_reviews.add_images', 'Добавить фото'),
('ru', 'product_reviews.add_new_review', 'отзывы: новый отзыв'),
('ru', 'product_reviews.add_reply', 'Добавить ответ'),
('ru', 'product_reviews.admin_reply', 'Ответ от администратора'),
('ru', 'product_reviews.advantages', 'Преимущества'),
('ru', 'product_reviews.agreement_text_full_add_new_review', '<p>Ваше имя появится рядом с вашим отзывом или комментарием, и его смогут увидеть все. В целях безопасности мы ([company]) также сохраняем ваш IP-адрес, но увидеть его смогут только наши сотрудники. Эти данные будут храниться у нас в системе, пока вы не отзовёте своё согласие на обработку данных. Если вы хотите, чтобы ваши персональные данные были удалены, отправьте сообщение на электронный адрес [email].</p> <p>Если Вы считаете, что Ваши персональные данные используются не по назначению, Вы имеете право обратиться с жалобой в надзорный орган. Согласно “Общему регламенту по защите данных” в ЕС мы обязаны сообщить Вам об этом праве, мы не планируем использовать Ваши данные не по назначению.</p>'),
('ru', 'product_reviews.agreement_text_short_add_new_review', 'Я даю согласие на <u>обработку моих персональных данных.</u>'),
('ru', 'product_reviews.and', 'и'),
('ru', 'product_reviews.approve', 'Принять'),
('ru', 'product_reviews.approved', 'Принят'),
('ru', 'product_reviews.average', 'Сносно'),
('ru', 'product_reviews.click_to_see_reviews', 'Нажмите сюда, чтобы увидеть отзывы'),
('ru', 'product_reviews.comment', 'Комментарий'),
('ru', 'product_reviews.comments', 'Комментарии'),
('ru', 'product_reviews.comments_and_reviews', 'Отзывы и комментарии'),
('ru', 'product_reviews.comment_by', 'Комментарий'),
('ru', 'product_reviews.company_reply', 'Ответ от [company_name]'),
('ru', 'product_reviews.copy_old_reviews_notice', '<h4 class=\"subheader hand\" data-toggle=\"collapse\" data-target=\"#collapsable_addon_product_reviews_notice\">Копировать отзывы из модуля \"Отзывы и комментарии\"<span class=\"icon-caret-down\"></span></h4><div id=\"collapsable_addon_product_reviews_notice\" class=\"in collapse\" style=\"height: auto;\"><ol><li>Скопируются только те отзывы, в которых есть и оценка, и комментарий пользователя. Перейдите на страницу редактирования товара и проверьте настройку \"Отзывы\" на вкладке \"Модули\". Сначала может понадобиться разрешить обсуждение и оценку товаров.</li><li>Если у отзыва нет комментария или оценки, он не скопируется. Чтобы его перенести, нужно перед копированием отредактировать отзыв и добавить туда недостающую информацию.</li><li>Пока у вас установлен старый модуль \"Отзывы и комментарии\", отзывы оттуда не пропадут. Так вы сможете перейти на новый модуль \"Отзывы о товарах\" в любое время.</li><li>Если когда-нибудь вам понадобится снова скопировать отзывы из старого модуля, то просто удалите и переустановите модуль \"Отзывы о товарах\". Это удалит его отзывы из базы данных, и вы сможете снова импортировать отзывы из \"Отзывов и комментариев\"</li></ol><a class=\"cm-post btn btn-primary\" href=\"[url]\">Скопировать отзывы о товарах</a></div>'),
('ru', 'product_reviews.copy_old_reviews_warning', 'В модуле \"Отзывы и комментарии\" обнаружены отзывы о товарах. Пока этот модуль установлен, вы сможете скопировать эти отзывы в новый модуль \"Отзывы о товарах\". Для этого <a class=\"cm-post\" href=\"[url]\">перейдите в настройки нового модуля</a>.'),
('ru', 'product_reviews.customer_photos', 'Фотографии от покупателя'),
('ru', 'product_reviews.date', 'Дата'),
('ru', 'product_reviews.disabled', 'Выкл.'),
('ru', 'product_reviews.disadvantages', 'Недостатки'),
('ru', 'product_reviews.disapprove', 'Отклонить'),
('ru', 'product_reviews.error_already_posted', 'Вы уже писали сообщение в этом отзыве'),
('ru', 'product_reviews.event.new_post', 'Появился новый отзыв'),
('ru', 'product_reviews.event.new_post.message', 'О товаре [product] появился новый отзыв. Нажмите на уведомление, чтобы увидеть отзыв.'),
('ru', 'product_reviews.event.new_post.title', 'О товаре появился новый отзыв'),
('ru', 'product_reviews.event.new_reply', 'К отзыву добавлен ответ'),
('ru', 'product_reviews.excellent', 'Отлично!'),
('ru', 'product_reviews.fair', 'Плохо'),
('ru', 'product_reviews.first_and_last_name', 'Имя и фамилия'),
('ru', 'product_reviews.five_star_icon', '★★★★★'),
('ru', 'product_reviews.four_star_icon', '★★★★'),
('ru', 'product_reviews.gdpr_reviews_data', 'Персональные данные из отзывов'),
('ru', 'product_reviews.helpfulness', 'Полезность'),
('ru', 'product_reviews.hide_name', 'Скрыть моё имя в отзыве'),
('ru', 'product_reviews.latest_reviews', 'Последние отзывы'),
('ru', 'product_reviews.manager', 'Отзывы и комментарии'),
('ru', 'product_reviews.max_number_image_message', 'Максимально количество изображений в одном отзыве: [max_image_number] шт.'),
('ru', 'product_reviews.menu_title', 'Отзывы'),
('ru', 'product_reviews.menu_title_menu_description', 'Отзывы покупателей о товарах'),
('ru', 'product_reviews.moderation_rules', 'Перед отправкой отзыва проверьте, что он не нарушает правила. В нём не должно быть оскорблений и ссылок на сторонние сайты.'),
('ru', 'product_reviews.not_approved', 'Не принят'),
('ru', 'product_reviews.no_reviews_found', 'Отзывы не найдены'),
('ru', 'product_reviews.n_reviews', 'отзыв|отзыва|отзывов'),
('ru', 'product_reviews.n_stars', '[n] звезда|[n] звезды|[n] звёзд'),
('ru', 'product_reviews.one_star_icon', '★'),
('ru', 'product_reviews.out_of_five', 'из 5'),
('ru', 'product_reviews.please_log_in_to_write_a_review', 'Войдите в учётную запись, чтобы оставить отзыв'),
('ru', 'product_reviews.poor', 'Очень плохо'),
('ru', 'product_reviews.product_details', 'Информация о товаре'),
('ru', 'product_reviews.product_is_rated_n_out_of_five_stars', 'Этот товар оценивают на [n] из 5 звёзд'),
('ru', 'product_reviews.product_reviews', 'Отзывы о товарах'),
('ru', 'product_reviews.rating', 'Оценки'),
('ru', 'product_reviews.rating_4_and_up', 'Рейтинг от 4 и выше'),
('ru', 'product_reviews.reply', 'Ответ'),
('ru', 'product_reviews.review', 'Отзыв'),
('ru', 'product_reviews.reviews', 'Отзывов: [n]'),
('ru', 'product_reviews.reviews_lower', 'отзывы'),
('ru', 'product_reviews.review_status', 'Статус отзыва'),
('ru', 'product_reviews.review_this_product', 'Оставить отзыв на этот товар'),
('ru', 'product_reviews.review_this_product_description', 'Поделитесь мнением с другими покупателями'),
('ru', 'product_reviews.scroll_to_reviews', 'К отзывам'),
('ru', 'product_reviews.scroll_to_review_images', 'К изображениям из отзыва'),
('ru', 'product_reviews.show_n_reviews', 'Показать [n] отзыв|Показать [n] отзыва|Показать [n] отзывов'),
('ru', 'product_reviews.show_rating', 'Показывать оценку из отзывов'),
('ru', 'product_reviews.show_review', 'Показать отзыв'),
('ru', 'product_reviews.show_reviews', 'Показать отзывы'),
('ru', 'product_reviews.show_review_images', 'Показать изображения из отзыва'),
('ru', 'product_reviews.star', 'зв.'),
('ru', 'product_reviews.stars', 'зв.'),
('ru', 'product_reviews.submit_review', 'Оставить отзыв'),
('ru', 'product_reviews.terms_and_conditions_content', '<p>Перед использованием сайта <a href=\"http://www.mywebsite.com\">http://www.mywebsite.com</a> и мобильного приложения \"My Mobile App\" (далее \"сервис\"), предоставляемых \"My Company\" (далее \"мы\", \"нас\", \"наш\"), пожалуйста, внимательно ознакомьтесь с условиями соглашения (далее \"условия\").</p><p><strong>Получая доступ и используя данный сервис вы принимаете условия данного соглашения. В случае, если вы не согласны с каким-либо условием, Вам может быть закрыт доступ к сервису.</strong></p><p><strong>Покупки</strong></p><p>При покупке товаров и услуг, предоставляемых сервисом (далее \"покупка\"), Вам может потребоваться указать информацию, имеющую отношение к покупке, которая включает, но не ограничивается...</p><p><strong>Содержимое</strong></p><p>Наш сервис позволяет размещать, оставлять ссылки, хранить, делиться и делать доступными иными способами информацию, текст, графические изображения, видео и другие материалы (далее \"содержимое\"). Вы несёте ответственность за...</p><p><strong>Изменения</strong></p><p>Мы оставляем за собой право по нашему усмотрению изменять условия в любой момент. При внесении существенных изменений в условия соглашения по меньшей мере за 30 дней до их вступления в силу будет разослано оповещение. Содержание значимых изменений остаётся полностью на наше усмотрение.</p><p><strong>Обратная связь</strong></p><p>Если у Вас возникли вопросы по настоящим условиям, пожалуйста, свяжитесь с нами.</p>'),
('ru', 'product_reviews.terms_n_conditions', 'Отметьте флажок, чтобы принять [terms_href]'),
('ru', 'product_reviews.terms_n_conditions_name', 'Условия'),
('ru', 'product_reviews.text_approval_notice', 'Этот отзыв ожидает подтверждения'),
('ru', 'product_reviews.text_new_post_notification', 'Уведомление о новом сообщении у товара'),
('ru', 'product_reviews.text_new_reply_notification', 'Уведомление о новом ответе на ваш отзыв о товаре'),
('ru', 'product_reviews.text_review_pended', 'Ваш отзыв будет проверен перед публикацией.'),
('ru', 'product_reviews.text_thank_you_for_post', 'Спасибо за сообщение'),
('ru', 'product_reviews.text_thank_you_for_review', 'Спасибо за отзыв'),
('ru', 'product_reviews.three_star_icon', '★★★'),
('ru', 'product_reviews.title', 'Отзывы'),
('ru', 'product_reviews.title_giftreg', 'Гостевая книга'),
('ru', 'product_reviews.two_star_icon', '★★');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('ru', 'product_reviews.type_message', 'Введите текст сообщения...'),
('ru', 'product_reviews.update_reply', 'Обновить ответ'),
('ru', 'product_reviews.uploader_drop_zone_description', 'Перетащите изображения сюда'),
('ru', 'product_reviews.uploader_drop_zone_info', 'Допустимый размер изображения: до [max_size]'),
('ru', 'product_reviews.use_for_reviews', 'Формы «Отзывы и комментарии»'),
('ru', 'product_reviews.vendor', 'Продавец'),
('ru', 'product_reviews.vendor_reply', 'Ответ продавца'),
('ru', 'product_reviews.verified_purchase', 'Купил(а) товар'),
('ru', 'product_reviews.very_good', 'Очень хорошо'),
('ru', 'product_reviews.vote_down', 'Голосовать против'),
('ru', 'product_reviews.vote_up', 'Голосовать за'),
('ru', 'product_reviews.without_photo', 'Без фото'),
('ru', 'product_reviews.with_photo', 'С фото'),
('ru', 'product_reviews.write_review', 'Написать отзыв'),
('ru', 'product_reviews.write_review_anonymously', 'Оставить отзыв анонимно'),
('ru', 'product_reviews.write_your_review', 'Ваш отзыв:'),
('ru', 'product_reviews.your_rating', 'Ваша оценка'),
('ru', 'product_reviews.you_have_to_buy_product_before_writing_review', 'Вы не можете написать отзыв об этом товаре. Покупатели могут писать отзывы только о приобретенных товарах. Если вы приобрели товар, но по-прежнему видите данное сообщение, свяжитесь с нами.'),
('ru', 'product_s', 'Товар(ы)'),
('ru', 'product_state_description.mve', '<p>Вы активировали [product]. Теперь вы можете использовать его без ограничений по времени. Дополнительная функциональность (например, раздельное оформление заказов и промо-акции у каждого продавца) доступна в <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus.</a> Если вашему маркетплейсу нужно несколько доменов, приобретите <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('ru', 'product_state_description.mve.new', '<p>Все функции доступны без ограничений. Для активации требуется ввести номер действующей лицензии.</p><p>Этот режим можно активировать в любое время.</p><br />'),
('ru', 'product_state_description.mve.plus', '<p>Доступ ко всем функциям, кроме мультивитринности. Если вам нужно несколько доменов для разной аудитории, приобретите <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br />'),
('ru', 'product_state_description.mve.ru', '<p>Вы активировали [product]. Теперь вы можете использовать его без ограничений по времени. Дополнительная функциональность (например, раздельное оформление заказов и промо-акции у каждого продавца) доступна в <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus.</a> Если вашему маркетплейсу нужно несколько доменов, приобретите <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('ru', 'product_state_description.mve.ru.new', '<p>Все функции доступны без ограничений. Для активации требуется ввести номер действующей лицензии.</p><p>Этот режим можно активировать в любое время.</p><br />'),
('ru', 'product_state_description.mve.ru.plus', '<p>Доступ ко всем функциям, кроме мультивитринности. Чтобы появилась возможность сделать разные домены для разной аудитории, нужно купить редакцию <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br />'),
('ru', 'product_state_description.mve.ru.ultimate', '<p>Все функции доступны без ограничений. Для активации требуется ввести номер действующей лицензии.</p><p>Этот режим можно активировать в любое время.</p><br />'),
('ru', 'product_state_description.mve.ultimate', '<p>Все функции доступны без ограничений. Для активации требуется ввести номер действующей лицензии.</p><p>Этот режим можно активировать в любое время.</p><br />'),
('ru', 'product_state_description.ult', '<p>Теперь вы можете использовать программу без ограничений по времени. Некоторые продвинутые возможности доступны только в редакции <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('ru', 'product_state_description.ult.b2b', '<p>Теперь вы можете использовать программу без ограничений по времени. Некоторые продвинутые возможности доступны только в редакции <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('ru', 'product_state_description.ult.b2b.new', '<p>Вы можете воспользоваться одной из лицензий: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> или <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Обе лицензии позволяют использовать [product] без ограничений по времени.</p><br>'),
('ru', 'product_state_description.ult.b2b.ultimate', '<p>Теперь вы можете использовать программу без ограничений по времени.</p><br>'),
('ru', 'product_state_description.ult.new', '<p>Вы можете воспользоваться одной из лицензий: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> или <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Обе лицензии позволяют использовать [product] без ограничений по времени.</p><br>'),
('ru', 'product_state_description.ult.ru', '<p>Теперь вы можете использовать программу без ограничений по времени. Некоторые продвинутые возможности доступны только в редакции <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('ru', 'product_state_description.ult.ru.new', '<p>Вы можете воспользоваться одной из лицензий: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> или <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Обе лицензии позволяют использовать [product] без ограничений по времени.</p><br>'),
('ru', 'product_state_description.ult.ru.ultimate', '<p>Теперь вы можете использовать программу без ограничений по времени.</p><br>'),
('ru', 'product_state_description.ult.ultimate', '<p>Теперь вы можете использовать программу без ограничений по времени.</p><br>'),
('ru', 'product_subscriptions', 'Товары по подписке'),
('ru', 'product_summary', 'Итоговая сумма товара'),
('ru', 'product_tabs', 'Вкладки товара'),
('ru', 'product_type', 'Тип товара'),
('ru', 'product_url', 'URL товара'),
('ru', 'product_variations.add_variations', 'Добавить вариации'),
('ru', 'product_variations.add_variations_description', 'Разрешить покупателям переключаться между похожими товарами через выбор желаемого варианта их общих характеристик.'),
('ru', 'product_variations.belongs_to_catalog_item', 'Относится к позиции в каталоге:'),
('ru', 'product_variations.cant_edit_feature_categories', 'Не удалось назначить характеристике категории или группу характеристик. Некоторые вариации используют эту характеристику и не находятся ни в одной из категорий, которую вы пытались назначить. Или удалите <a href=\"[href]\">эти товары</a>, или распустите их группы вариаций, или назначьте им те же категории, что и характеристике или группе характеристик, а затем попробуйте снова.'),
('ru', 'product_variations.converter.features.list.hint', 'Вот список характеристик и их вариантов, которые будут созданы при преобразовании.'),
('ru', 'product_variations.converter.features.list.title', 'Характеристики и варианты характеристик'),
('ru', 'product_variations.converter.features.merge', 'Объединить выбранные'),
('ru', 'product_variations.converter.features.unmerge', 'Разделить'),
('ru', 'product_variations.converter.progress.combinations.error', 'Не удалось преобразовать комбинацию \"[combination]\" товара \"[product]\"'),
('ru', 'product_variations.converter.progress.combinations.title', 'Преобразование комбинации опций'),
('ru', 'product_variations.converter.progress.configurable_products.error', 'Не удалось преобразовать товар \"[product]\"'),
('ru', 'product_variations.converter.progress.configurable_products.title', 'Преобразование настраиваемых товаров'),
('ru', 'product_variations.converter.progress.errors', 'Ошибки'),
('ru', 'product_variations.converter.progress.features.error', 'Не удалось создать характеристику \"[feature]\"'),
('ru', 'product_variations.converter.progress.features.title', 'Создание характеристик'),
('ru', 'product_variations.converter.progress.products_with_combinations.error', 'Не удалось преобразовать товар \"[product]\"'),
('ru', 'product_variations.converter.progress.products_with_combinations.error_with_reason', 'Не удалось преобразовать товар \"[product]\". Причина: [error]'),
('ru', 'product_variations.converter.progress.products_with_combinations.no_available_combinations', 'У товара нет ни одной комбинации опций.'),
('ru', 'product_variations.converter.progress.products_with_combinations.only_one_combination', 'Нельзя конвертировать в вариацию товар, у которого только одна комбинация опций. Он будет работать правильно и без конвертирования.'),
('ru', 'product_variations.converter.progress.products_with_combinations.title', 'Преобразование товаров с комбинациями опций'),
('ru', 'product_variations.converter.progress.result.combinations_count', 'Число преобразованных комбинаций опций:'),
('ru', 'product_variations.converter.progress.result.configurable_products_count', 'Число преобразованных настраиваемых товаров:'),
('ru', 'product_variations.converter.progress.result.go_on_products', 'Перейти к товарам'),
('ru', 'product_variations.converter.progress.result.products_with_combinations_count', 'Число преобразованных товаров с комбинациями опций:'),
('ru', 'product_variations.converter.progress.result.title', 'Результаты преобразования'),
('ru', 'product_variations.converter.progress.result.variations_count', 'Число преобразованных вариаций:'),
('ru', 'product_variations.converter.progress.variations.error', 'Не удалось преобразовать товар \"[product]\"'),
('ru', 'product_variations.converter.progress.variations.title', 'Преобразование вариаций'),
('ru', 'product_variations.converter.progress.wait_another_process', 'Пожалуйста, подождите, пока другой процесс будет завершен'),
('ru', 'product_variations.converter.result.problems_encountered', 'Не удалось конвертировать некоторые товары. Это нестандартная ситуация, которая не должна была произойти. Есть несколько способов решить проблему:<ul><li>Проверьте товары, которые не удалось конвертировать, и настройте их вручную.</li><li>Обратитесь в нашу техподдержку через Help Desk, и мы посмотрим, почему товары не конвертировались и что с этим можно сделать.</li></ul>'),
('ru', 'product_variations.converter.view.combinations_count', 'Число найденных комбинаций опций:'),
('ru', 'product_variations.converter.view.configurable_products_count', 'Число найденных настраиваемых товаров:'),
('ru', 'product_variations.converter.view.no_data', 'Не найдены данные для преобразования: похоже, в вашем магазине нет комбинаций опций или вариаций товаров.'),
('ru', 'product_variations.converter.view.products_with_combinations_count', 'Число найденных товаров с комбинациями опций:'),
('ru', 'product_variations.converter.view.title', 'Преобразование товаров в вариации'),
('ru', 'product_variations.converter.view.variations_count', 'Число найденных вариаций:'),
('ru', 'product_variations.create_new', 'Создать новые товары'),
('ru', 'product_variations.delete', 'Распустить группу'),
('ru', 'product_variations.delete_product', 'Удалить товар'),
('ru', 'product_variations.edit_features', 'Редактировать характеристики'),
('ru', 'product_variations.error.cannot_mark_main_product_child_product', 'Товар #[product_id] в группе \"[group_code]\" не является вариацией и не может быть выбранным по умолчанию для позиции в каталоге'),
('ru', 'product_variations.error.features_is_empty', 'Характеристики не были найдены'),
('ru', 'product_variations.error.feature_combination_is_invalid_for_product', 'Неверное сочетание характеристик у товара #[product_id] \"[product]\"'),
('ru', 'product_variations.error.generate_combinations_is_empty', 'Не удалось сгенерировать вариации. Укажите значения характеристик, чтобы сгенерировать вариации.'),
('ru', 'product_variations.error.generate_products_is_empty', 'Не было создано ни одного нового товара'),
('ru', 'product_variations.error.group_code_is_duplicate', 'Этот код группы вариаций уже используется'),
('ru', 'product_variations.error.group_code_is_invalid', 'Не удалось задать этот код для группы вариаций. Код группы может содержать только цифры, латиницу и знаки \"-\" и \"_\"'),
('ru', 'product_variations.error.group_code_is_required', 'Должен быть указан код группы вариаций'),
('ru', 'product_variations.error.group_not_found', 'Группа вариаций #[id] не найдена'),
('ru', 'product_variations.error.group_not_found_by_product', 'Не удалось найти группу вариаций у #[product_id] \"[product]\"'),
('ru', 'product_variations.error.no_available_products', 'Не найдены подходящие товары'),
('ru', 'product_variations.error.product_company_does_not_match_to_group_company.mve', 'Нельзя добавить товар #[product_id] \"[product]\" в группу вариаций, так как все товары в группе вариаций должны принадлежать одному продавцу.'),
('ru', 'product_variations.error.product_company_does_not_match_to_group_company.ult', 'Нельзя добавить товар #[product_id] \"[product]\" в группу вариаций, так как все товары в группе вариаций должны принадлежать одной витрине.'),
('ru', 'product_variations.error.product_has_not_required_features', 'У товара #[product_id] \"[product]\" нет необходимых характеристик, чтобы стать вариацией. Задайте значения характеристик для этого товара.'),
('ru', 'product_variations.error.product_ids_empty', 'Товары не были найдены'),
('ru', 'product_variations.error.product_not_found', 'Товар #[product_id] не найден'),
('ru', 'product_variations.error.product_not_found_in_group', 'Товар #[product_id] не найден в группе вариаций \"[group_code]\"'),
('ru', 'product_variations.error.product_with_features_combination_exits', 'У товара #[product_id] \"[product]\" точно такое же сочетание характеристик, как у вариации, которая уже есть в группе.'),
('ru', 'product_variations.exim.result_notice', 'Данные успешно импортированы.<br />Новые товары - <b>[new]</b>;<br />Обновлённые товары - <b>[exist]</b>;<br />Пропущенные товары - <b>[skipped]</b>;<br />Итого - <b>[total]</b>;<br />Созданные вариации - <b>[variation_created]</b>;<br />Обновлённые вариации - <b>[variation_updated]</b>;<br />Вариации, убранные из группы - <b>[variation_removed]</b>.'),
('ru', 'product_variations.feature_can_be_deleted', 'Не удалось удалить характеристику или её вариант, потому что хотя бы одна группа вариаций основана на них. Удалите <a href=\"[href]\">эти товары</a> или распустите их группы вариаций и попробуйте снова.'),
('ru', 'product_variations.feature_used_by_variation_group.tooltip', 'Эта характеристика используется группой вариаций [code]. Чтобы выбрать другое значение характеристики для товара, перейдите на вкладку \"Вариации\" на странице редактирования товара. Новые значения характеристики можно добавить на странице редактирования характеристики.'),
('ru', 'product_variations.group_code', 'Группа вариаций'),
('ru', 'product_variations.group_code.description', 'Используйте код группы на странице редактирования товара или при импорте, чтобы добавить товар в эту группу как вариацию. Код группы может содержать только цифры, латиницу и знаки \"-\" и \"_\".'),
('ru', 'product_variations.group_code.link', 'Добавить в группу вариаций'),
('ru', 'product_variations.group_code.link.description', 'Выберите код группы, в которую этот товар нужно добавить как вариацию. Если нужный код не появляется среди предположений, то проверьте, чтобы у товара были указаны значения для всех характеристик, на основе которых построена группа.'),
('ru', 'product_variations.group_code.placeholder', 'Задайте здесь код группы'),
('ru', 'product_variations.hide_add_to_wishlist_button', 'Скрыть кнопку \"Отложить\"'),
('ru', 'product_variations.link_existing', 'Использовать существующие товары'),
('ru', 'product_variations.manage', 'Редактировать вариации'),
('ru', 'product_variations.mark_main_product', 'Предлагать эту вариацию по умолчанию'),
('ru', 'product_variations.notice.is_old_product_variation', 'Этот товар — старая вариация, которую ещё не преобразовали в новую. Чтобы она работала так, как до обновления, <a href=\"[convert_url]\">преобразуйте старые вариации в новые</a>.'),
('ru', 'product_variations.notice.old_product_variations_exists', 'В магазине ещё есть старые вариации. Они отображаются как отдельные товары, без возможности переключаться между ними. Чтобы они работали как до обновления, <a href=\"[convert_url]\">преобразуйте старые вариации в новые</a>. Процесс простой и автоматический.'),
('ru', 'product_variations.no_available_features', 'У этого товара нет характеристик, по которым можно группировать товары. Проверьте, что:<ol><li>В магазине создана хотя бы одна характеристика, у которой <b>Цель:</b> <i>Вариации как отдельные товары</i> или <i>Вариации как один товар</i>.</li><li>Вы задали товару какое-то значение этой характеристики.</li></ol>'),
('ru', 'product_variations.product_type', 'Тип товара'),
('ru', 'product_variations.product_type.catalog_item', 'Позиция в каталоге'),
('ru', 'product_variations.product_type.variation_of_catalog_item', 'Вариация позиции в каталоге'),
('ru', 'product_variations.remove_variation', 'Убрать вариацию из группы'),
('ru', 'product_variations.select_variation', 'Выберите вариацию'),
('ru', 'product_variations.show_product_code', 'Показать код товара'),
('ru', 'product_variations.show_variation_thumbnails', 'Показывать иконки вариаций'),
('ru', 'product_variations.too_many_combinations', 'Извините, возможных вариаций слишком много. Чтобы избежать большой нагрузки на сервер, мы их здесь не показываем. Создайте товары с нужными значениями характеристик вручную или через импорт, а затем добавьте их в группу.'),
('ru', 'product_variations.upgrade_notification.convert_variations_message', '<p>В версии 4.10.1 вариации могут занимать отдельные позиции в каталоге, а также легко фильтруются и импортируются. Для этого нам пришлось переделать вариации с нуля; теперь они зависят от характеристик, а не от опций.</p><p><b>Мы выключили в вашем магазине старые вариации, так как они не будут правильно работать до конвертации.</b> Конвертация автоматическая, но нужно ваше разрешение. Посмотрите, что именно мы собираемся делать, а затем переведите вариации на характеристики.</p><p><a href=\"[convert_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Проверить и преобразовать вариации</a> <a href=\"https://www.cs-cart.ru/docs/4.10.x/user_guide/manage_products/products/product_variations.html\" target=\"_blank\" class=\"btn btn-large\">Подробнее о вариациях</a></p>'),
('ru', 'product_variations.upgrade_notification.convert_variations_title', 'Переведите вариации товаров на характеристики'),
('ru', 'product_variations.variations', 'Вариации'),
('ru', 'product_variations.variations_filling', 'Вариации'),
('ru', 'product_variations.variations_list', 'Вариации'),
('ru', 'product_variations.variations_list_block_name', 'Список вариаций'),
('ru', 'product_variations.variations_list_tab_name', 'Список вариантов товара'),
('ru', 'product_variations.variations_naming_strategy.key_value', 'Цвет: Красный, Размер: S'),
('ru', 'product_variations.variations_naming_strategy.value', 'Красный, S'),
('ru', 'product_variations.variation_of_product', 'Вариация позиции в каталоге <a href=\"[url]\">[product]</a>'),
('ru', 'profile', 'Профиль'),
('ru', 'profiles', 'Профили'),
('ru', 'profile_activated', 'Учетная запись активирована'),
('ru', 'profile_deactivated', 'Учетная запись отключена'),
('ru', 'profile_details', 'Учетная запись'),
('ru', 'profile_fields', 'Поля профиля'),
('ru', 'profile_fields_menu_description', 'Настроить список полей учетной записи.'),
('ru', 'profile_field_name', 'Название поля'),
('ru', 'profile_field_name_tooltip', 'Последовательность символов, используемая в качестве идентификатора. Вы можете использовать цифры от 0 до 9, символы английского алфавита и знак \"_\".'),
('ru', 'profile_info', 'Информация о профиле'),
('ru', 'profile_name', 'Имя профиля'),
('ru', 'profile_type', 'Тип профиля'),
('ru', 'profile_types_section_seller', 'Информация о продавце'),
('ru', 'profile_types_section_user', 'Покупатели и администраторы'),
('ru', 'project_id', 'ID проекта'),
('ru', 'project_password', 'Пароль проекта'),
('ru', 'prolongate_download_key', 'Продлить ключ для загрузки до'),
('ru', 'promotion', 'Промо-акции'),
('ru', 'promotions', 'Промо-акции и скидки'),
('ru', 'promotions.cond_all', 'каждое'),
('ru', 'promotions.cond_any', 'любое'),
('ru', 'promotions.cond_false', 'не выполняется'),
('ru', 'promotions.cond_true', 'выполняется'),
('ru', 'promotions_menu_description', 'Промо-акции и скидки на конкретные товары или в зависимости от деталей заказа.'),
('ru', 'promotion_bonus_discount_on_categories', 'Скидка на все товары в категориях'),
('ru', 'promotion_bonus_discount_on_products', 'Скидка на товары'),
('ru', 'promotion_bonus_free_products', 'Бесплатные товары'),
('ru', 'promotion_bonus_free_shipping', 'Бесплатная доставка'),
('ru', 'promotion_bonus_gift_certificate', 'Подарочный сертификат'),
('ru', 'promotion_bonus_give_coupon', 'Предоставить купон'),
('ru', 'promotion_bonus_give_points', 'Предоставить баллы'),
('ru', 'promotion_bonus_give_usergroup', 'Назначить группу'),
('ru', 'promotion_bonus_order_discount', 'Скидка на заказ'),
('ru', 'promotion_bonus_product_discount', 'Скидка на товар'),
('ru', 'promotion_cond_auto_coupons', 'Автоматически сгенерированные коды купонов'),
('ru', 'promotion_cond_birthday', 'День рождения'),
('ru', 'promotion_cond_categories', 'Категории'),
('ru', 'promotion_cond_country', 'Страна покупателя (доставка)'),
('ru', 'promotion_cond_coupon_code', 'Код купона'),
('ru', 'promotion_cond_feature', 'Характеристика товара'),
('ru', 'promotion_cond_number_of_usages', 'Количество использования'),
('ru', 'promotion_cond_once_per_customer', 'Один раз для покупателя'),
('ru', 'promotion_cond_payment', 'Способ оплаты'),
('ru', 'promotion_cond_price', 'Цена товара'),
('ru', 'promotion_cond_products', 'Товары'),
('ru', 'promotion_cond_products_number', 'Количество товаров в корзине'),
('ru', 'promotion_cond_purchased_products', 'Купленные товары'),
('ru', 'promotion_cond_reward_points', 'Баллы у пользователя'),
('ru', 'promotion_cond_shipping', 'Способы доставки'),
('ru', 'promotion_cond_state', 'Регион покупателя (для доставки)'),
('ru', 'promotion_cond_subscribed', 'Покупатель подписан'),
('ru', 'promotion_cond_subtotal', 'Предварительная стоимость заказа'),
('ru', 'promotion_cond_total', 'Сумма заказа'),
('ru', 'promotion_cond_total_weight', 'Общий вес товаров в корзине'),
('ru', 'promotion_cond_usergroup', 'Группа пользователей'),
('ru', 'promotion_cond_users', 'Пользователи'),
('ru', 'promotion_cond_zip_postal_code', 'Почтовый индекс покупателя (доставка)'),
('ru', 'promotion_op_amount', 'количество'),
('ru', 'promotion_op_cont', 'содержит'),
('ru', 'promotion_op_eq', 'равно'),
('ru', 'promotion_op_gt', 'больше'),
('ru', 'promotion_op_gte', 'больше или равно'),
('ru', 'promotion_op_in', 'в списке'),
('ru', 'promotion_op_lt', 'меньше'),
('ru', 'promotion_op_lte', 'меньше или равно'),
('ru', 'promotion_op_ncont', 'не содержит'),
('ru', 'promotion_op_neq', 'не равен'),
('ru', 'promotion_op_nin', 'не в списке'),
('ru', 'promo_code', 'Промо-код'),
('ru', 'promo_code_or_certificate', 'Подарочный сертификат или промо-код'),
('ru', 'promo_text', 'Промо-текст'),
('ru', 'properties', 'Свойства'),
('ru', 'protection_eligibility', 'Правомочность защиты'),
('ru', 'provider', 'Сервис'),
('ru', 'pspid', 'PSPID'),
('ru', 'public', 'Общедоступный'),
('ru', 'public_files', 'Пользовательские файлы'),
('ru', 'public_key', 'Открытый ключ'),
('ru', 'purchased', 'Куплен'),
('ru', 'purchased_in_orders', 'Приобретенные в заказах'),
('ru', 'purchased_qty', 'Приобретенное кол-во'),
('ru', 'purchasers_name', 'От кого'),
('ru', 'purchase_gift_certificate', 'Купить подарочный сертификат'),
('ru', 'purpose', 'Цель'),
('ru', 'qty', 'Кол-во'),
('ru', 'qty_discounts', 'Оптовые скидки'),
('ru', 'qty_discount_type_tooltip', 'Фиксированная сумма или процент от цены товара'),
('ru', 'quantity', 'Кол-во'),
('ru', 'quantity_step', 'Шаг списка выбора количества'),
('ru', 'query', 'Запрос'),
('ru', 'questions', 'Вопросы'),
('ru', 'question_text', 'Текст вопроса'),
('ru', 'quick_checkout', 'Быстрое оформление заказа'),
('ru', 'quick_links', 'Быстрые ссылки'),
('ru', 'quick_menu', 'Быстрое меню'),
('ru', 'quick_product_viewer', 'Быстрый просмотр товаров'),
('ru', 'quick_view', 'Просмотр'),
('ru', 'radiogroup', 'Радиогруппа'),
('ru', 'random', 'Случайно'),
('ru', 'rank_number', 'Ранговый номер'),
('ru', 'rates_depend_on', 'Тарифы зависят от'),
('ru', 'rate_area', 'Тарифная зона'),
('ru', 'rate_areas', 'Тарифные зоны'),
('ru', 'rate_calculation', 'Расчет тарифа'),
('ru', 'rate_calculation_by_rate_area', 'Вручную (по заданной тарифной зоне)'),
('ru', 'rate_calculation_manual', 'Вручную (по местоположению)'),
('ru', 'rate_calculation_realtime', 'В режиме реального времени'),
('ru', 'rate_value', 'Стоимость'),
('ru', 'rating', 'Оценки'),
('ru', 'read', 'Чтение'),
('ru', 'readme', 'Текст для ознакомления'),
('ru', 'read_more_3d_secure', 'Дополнительная информация о 3-D Secure'),
('ru', 'reason', 'Причина'),
('ru', 'reasons', 'причины'),
('ru', 'reason_text', 'Ответ платежной системы'),
('ru', 'rebuild_cache_automatically', 'Обновлять кэш автоматически'),
('ru', 'rebuild_cache_automatically_tooltip', 'Автоматически очищать кэш для измененных файлов (включая измененные напрямую на сервере). Кеширование блоков будет отключено. Возможно незначительное снижение скорости работы магазина. Рекомендуется отключить после внесения всех изменений в тему.'),
('ru', 'rebuild_combinations', 'Перестроить комбинации'),
('ru', 'recalculate', 'Пересчитать'),
('ru', 'recalculate_order', 'Пересчитать заказ'),
('ru', 'recalculate_rates', 'Пересчитать цены'),
('ru', 'recalculate_shipping_cost', 'Пересчитать стоимость доставки'),
('ru', 'recalculate_totals', 'Пересчитать суммы'),
('ru', 'recaptcha.text_forbidden_countries_notice', '<p>В выбранных странах не будет использоваться Google reCAPTACHA. Посетителям из этих стран будет предложено ввести символы, которые они видят на экране.</p>'),
('ru', 'recaptcha.text_settings_notice', '<p>Инструкции для получения <b>ключа сайта</b> и <b>secret</b> доступны <b><a target=\"_blank\" href=\"https://developers.google.com/recaptcha/intro\">здесь</a></b>.<br>Обратите внимание, что модуль сейчас поддерживает только <b>reCAPTCHA v2: Checkbox</b></p>'),
('ru', 'recaptcha_settings_notice', '<p>Инструкции для получения <b>ключа сайта</b> и <b>secret</b> доступны <b><a target=\"_blank\" href=\"https://developers.google.com/recaptcha/docs/start\">здесь</a></b>.</p>'),
('ru', 'recaptcha_upgrade_notification_text', 'Для улучшения защиты от ботов и спама в [product] был добавлен модуль <b>Google reCAPTCHA</b>. Модуль устанавливается и активируется во время обновления, но до тех пор, пока вы не настроите модуль, будет использоваться старая CAPTCHA. Мы рекомендуем как можно скорее перейти на reCAPTCHA. Для этого: <ol><li>Откройте <b>Модули → Управление модулями</b>.</li><li>В списке модулей найдите и выберите <b>Google reCAPTCHA</b>.</li><li>Откроется всплывающее окно. Введите <b>Ключ сайта</b> и <b>Секретный код</b>, затем сохраните ваши изменения. Инструкции для получения ключа и кода доступны <a href=\'https://developers.google.com/recaptcha/docs/start\'>здесь</a>.</li></ol> <b>Модуль Google reCAPTCHA поддерживается только темой Responsive и её <a href=\'http://docs.cs-cart.com/4.5.x/designer_guide/parent_themes.html\'>дочерними темами</a>.</b>Пожалуйста, прежде чем переходить на Google reCAPTCHA свяжитесь с разработчиком вашей темы, чтобы получить более подробную информацию.'),
('ru', 'recaptcha_upgrade_notification_title', 'Переключитесь на Google reCAPTCHA, чтобы включить защиту от ботов и спама'),
('ru', 'recent_activity', 'Последние события'),
('ru', 'recent_blog_posts', 'Последние посты в блоге'),
('ru', 'recent_orders', 'Последние заказы'),
('ru', 'recent_products', 'Недавно просмотрено'),
('ru', 'recheck', 'Проверить заново'),
('ru', 'recipient', 'Получатель'),
('ru', 'recipients_name', 'Кому'),
('ru', 'recipient_description', 'Описание получателя'),
('ru', 'recommended', 'Рекомендованный'),
('ru', 'recommenders', 'REES46'),
('ru', 'recover', 'Восстановить'),
('ru', 'recover_password', 'Восстановить пароль'),
('ru', 'recover_password_subj', 'Восстановление пароля'),
('ru', 'recursively', 'Рекурсивно'),
('ru', 'redesk_connection_ask_question', 'Ask a question'),
('ru', 'redesk_connection_create_ticket', 'Contact vendor'),
('ru', 'redesk_connection_multivendor_contact_form_info', 'If all is set up correctly, you can use the following contact form with the Re:Desk departments, which will send the messages directly to your Re:Desk help desk:<br /><a href=\"[http_location]/?dispatch=redesk_connection_multivendor.contact\" target=\"_blank\">[http_location]/?dispatch=redesk_connection_multivendor.contact</a>'),
('ru', 'redesk_connection_multivendor_manage', 'Import Vendors into Re:Desk'),
('ru', 'redesk_create_vendors_accounts', 'Create manager accounts into Re:Desk for Vendors'),
('ru', 'redesk_import_vendors', 'Import vendors into Re:Desk'),
('ru', 'redesk_import_vendors_as_departments', 'Import Vendors into Re:Desk as Departments'),
('ru', 'redirect_customer_from_storefront', 'Перенаправлять посетителей этого магазина в другой, где есть страны, к которым принадлежит IP посетителя'),
('ru', 'rees46_docs', '\n            <p>Ознакомьтесь с <a href=\"http://docs.rees46.com/pages/viewpage.action?pageId=1409157\" target=\"_blank\">подробной инструкцией</a> по настройке модуля и расстановке блоков рекомендаций.</p>\n        '),
('ru', 'rees46_error_export_order', 'Для выгрузки заказов и синхронизации статусов заказов введите код и секретный ключ вашего магазина в настройках модуля.'),
('ru', 'rees46_export_order', 'Выгрузить заказы'),
('ru', 'rees46_export_success', 'Выгрузка заказов в REES46 успешно инициирована.'),
('ru', 'rees46_export_unsuccess', 'Ошибка инициализации выгрузки заказов в REES46.'),
('ru', 'rees46_info', '\n            <p>Если вы ещё не зарегистрированы в REES46, то, пожалуйста, <a href=\"http://rees46.com\" target=\"_blank\">зарегистрируйтесь</a>. Затем добавьте свой интернет-магазин в <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личном кабинете</a> REES46. Обратите внимание на \"<b>код магазина</b>\" и \"<b>секретный ключ</b>\", они понадобятся для настройки модуля.</p>\n        '),
('ru', 'rees46_menu', 'Рекомендательная система REES46'),
('ru', 'rees46_menu_settings', 'Настройки'),
('ru', 'rees46_orders', '\n            <p>Процесс обучения алгоритма рекомендаций занимает определенное время. Основное время, как правило, требуется на сбор информации и построение взаимосвязей между покупателями и товарами. Ускорить это время можно, загрузив в систему REES46 историю ваших заказов за последние полгода. Это позволяет построить рекомендации для ваших предыдущих клиентов и сформировать более детальные связи между товарами. Загрузка истории может занять некоторое время.</p>\n        '),
('ru', 'rees46_orientation_horizontal', 'Горизонтальное'),
('ru', 'rees46_orientation_vertical', 'Вертикальное'),
('ru', 'rees46_products_per_line', 'Кол-во товаров в каждой линии блока'),
('ru', 'rees46_recommender_code', 'Уникальный код блока рекомендаций'),
('ru', 'rees46_recommender_orientation', 'Расположение блока'),
('ru', 'rees46_statistics', '\n            <p>Для анализа статистики работы товарных рекомендаций, пожалуйста, перейдите в ваш <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личный кабинет</a> REES46.</p>\n        '),
('ru', 'rees46_yml', '\n            <p>Ссылку на YML-файл необходимо указать в настройках <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">личного кабинета</a> REES46.</p>\n        '),
('ru', 'referer', 'HTTP Referer (скрытое поле, информация берется из HTTP-сессии)'),
('ru', 'referrers', 'Рефереры'),
('ru', 'referrer_domain', 'Домен рефереров'),
('ru', 'refresh', 'Обновить'),
('ru', 'refresh_packages_list', 'Проверить доступные обновления'),
('ru', 'refund', 'Возврат'),
('ru', 'refunded', 'Возвращен'),
('ru', 'refunded_amount', 'Сумма возврата'),
('ru', 'regexp', 'Регулярное выражение'),
('ru', 'regexp_hint', 'Если Вы используете проверку регулярных выражений, необходимо задать сообщение-подсказку о неправильном заполнении поля, иначе проверка не будет выполняться'),
('ru', 'region', 'Регион'),
('ru', 'regions', 'Регионы'),
('ru', 'register', 'Регистрация'),
('ru', 'registered', 'Зарегистрирован'),
('ru', 'registered_customers', 'Зарегистрированные покупатели'),
('ru', 'register_autoresponder', 'Email подтверждения'),
('ru', 'register_new_account', 'Создать учетную запись'),
('ru', 'register_profile', 'Регистрация профиля'),
('ru', 'registration', 'Регистрация'),
('ru', 'registration_date', 'Дата регистрации'),
('ru', 'regnumber', 'Рег. номер'),
('ru', 'related_gift_cert', 'Связанные подарочные сертификаты'),
('ru', 'related_order', 'Связанные заказы'),
('ru', 'release_date', 'Дата выпуска'),
('ru', 'remember_me', 'Запомнить'),
('ru', 'remove', 'Удалить'),
('ru', 'remove_backup_files', 'Удалить резервные файлы'),
('ru', 'remove_cc_info', 'Удалить информацию о банковской карте'),
('ru', 'remove_invoice', 'Удалить счёт'),
('ru', 'remove_new_orders_filter_upgrade_notification_text', '<p>В прошлых версиях каждый администратор мог искать заказы, которые он ещё не просматривал (т.н. \"новые заказы\"). Но не каждый администратор просматривает вообще все заказы, поэтому список \"новых заказов\" постепенно рос и мог негативно влиять на базу данных.</p><p>Условие \"Новые заказы\" в расширенном поиске по заказам было удалено. Это также повлияет на все сохранённые поиски по заказам, которые вы настроили.</p><p><a href=\"[saved_searches]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Просмотреть сохранённые поиски</a></p>'),
('ru', 'remove_new_orders_filter_upgrade_notification_title', 'Убран поиск по новым заказам'),
('ru', 'remove_theme', 'Удалить тему'),
('ru', 'remove_this_item', 'Удалить эту запись'),
('ru', 'rename', 'Переименовать'),
('ru', 'repay_order', 'Оплатить заказ'),
('ru', 'reply', 'Reply'),
('ru', 'reply_to', 'Email для ответа'),
('ru', 'report', 'Отчет'),
('ru', 'reports', 'Отчеты'),
('ru', 'reports_interval_1', 'Сумма'),
('ru', 'reports_interval_3', 'День'),
('ru', 'reports_interval_5', 'Неделя'),
('ru', 'reports_interval_7', 'Месяц'),
('ru', 'reports_interval_9', 'Год'),
('ru', 'reports_list', 'Список отчетов'),
('ru', 'reports_parameter_1', 'Сумма заказов'),
('ru', 'reports_parameter_10', 'Стоимость доставки'),
('ru', 'reports_parameter_11', 'Категории'),
('ru', 'reports_parameter_12', 'Товары'),
('ru', 'reports_parameter_13', 'Стоимость товара'),
('ru', 'reports_parameter_14', 'Количество товаров'),
('ru', 'reports_parameter_15', 'Менеджеры'),
('ru', 'reports_parameter_2', 'Количество заказов'),
('ru', 'reports_parameter_3', 'Заказы'),
('ru', 'reports_parameter_4', 'Статусы заказов'),
('ru', 'reports_parameter_5', 'Способы оплаты'),
('ru', 'reports_parameter_6', 'Тарифные зоны'),
('ru', 'reports_parameter_7', 'Пользователи'),
('ru', 'reports_parameter_8', 'Скидки и купоны'),
('ru', 'reports_parameter_9', 'Налоги'),
('ru', 'report_a_bug', 'Сообщить об ошибке'),
('ru', 'request', 'Запрос'),
('ru', 'requests_count', 'Сумма запросов'),
('ru', 'requesttype', 'Тип запроса'),
('ru', 'request_account_name', 'Запрашиваемое имя учетной записи'),
('ru', 'request_error_information', 'Возникли проблемы с расчётом тарифов для способа доставки <b>[shipping]</b>. Убедитесь, что он настроен правильно, и расчёт тарифа ведётся верно.'),
('ru', 'request_error_information_title', 'Ошибка доставки'),
('ru', 'request_statuses', 'статусы запросов'),
('ru', 'required', 'Обязательное'),
('ru', 'required_not_answered', 'Пожалуйста, ответьте на все обязательные вопросы'),
('ru', 'required_products', 'Обязательные товары'),
('ru', 'required_products_added', 'Кроме того, следующие обязательные товары были добавлены в вашу корзину:'),
('ru', 'required_products_out_of_stock', 'Этот товар не может быть добавлен в корзину, так как следующих обязательных товаров нет в наличии:'),
('ru', 'reset', 'Сбросить'),
('ru', 'reset_filter', 'Сбросить фильтр'),
('ru', 'reset_inventory', 'Сбросить остатки на складе'),
('ru', 'reset_password', 'Сбросить пароль'),
('ru', 'reset_quantity_to_zero', 'Уменьшить количество товаров до нуля'),
('ru', 'reset_quantity_to_zero_tooltip', 'Если данная настройка включена, количество всех товаров уменьшается до нуля, кроме товаров, у которых количество указано в файле импорта.'),
('ru', 'resolved', 'Решён'),
('ru', 'response', 'Ответ'),
('ru', 'responsive_admin.email_order_invoice_subject', '[company_name]: Счёт заказа'),
('ru', 'restore', 'Восстановить'),
('ru', 'restore_default', 'Использовать значение по умолчанию'),
('ru', 'restore_default_value', 'Восстановить значение по умолчанию'),
('ru', 'restore_from_repository', 'Восстановить из хранилища'),
('ru', 'restore_original', 'Оригинал'),
('ru', 'restore_robots', 'Восстановить стандартный robots.txt'),
('ru', 'ResultCode', 'Код результата'),
('ru', 'ResultDescription', 'Описание результата'),
('ru', 'return', 'Вернуться в нормальный режим'),
('ru', 'returnable', 'Возможен возврат'),
('ru', 'returnable_product', 'Возвращаемый товар'),
('ru', 'returned_product', 'Возвращенный товар'),
('ru', 'returned_products', 'Возвращенные товары'),
('ru', 'returning_customer', 'Постоянный клиент'),
('ru', 'returns', 'Возвраты'),
('ru', 'returns_info', 'Информация о возвратах'),
('ru', 'return_info', 'Информация о возврате'),
('ru', 'return_period', 'Время возврата'),
('ru', 'return_period_days', 'Время возврата (в днях)'),
('ru', 'return_printslip', 'Etiqueta de retorno'),
('ru', 'return_products_information', 'Информация о товарах на возврат'),
('ru', 'return_registration', 'Запросить замену или возврат денег'),
('ru', 'return_requests', 'Запросы на возврат'),
('ru', 'return_requests_menu_description', 'Просмотр и обработка запросов на возврат по заказам, сделанным в вашем магазине.'),
('ru', 'return_requests_note', 'Перейти к списку запросов на возврат товаров'),
('ru', 'return_status', 'Статус возврата'),
('ru', 'return_url_target', 'Возвратить цель URL'),
('ru', 'reuse', 'Использовать повторно'),
('ru', 'reversa_rastreamento', 'Rastreamento'),
('ru', 'reversed', 'Отмененный'),
('ru', 'revert', 'Отменить'),
('ru', 'reviews', 'Отзыв|Отзыва|Отзывов|Отзыва'),
('ru', 'reward_points', 'Бонусные баллы'),
('ru', 'reward_points_log', 'Журнал бонусных баллов'),
('ru', 'reward_points_menu_description', 'Настройка глобальных бонусных баллов в магазине.'),
('ru', 'reward_points_subj_added_to', 'Добавлено баллов на Ваш счёт: [n].'),
('ru', 'reward_points_subj_subtracted_from', 'Снято баллов с Вашего счёта: [n].'),
('ru', 're_desk_contact_us', 'Contact us'),
('ru', 're_desk_department', 'Vendor'),
('ru', 're_desk_full_name', 'Full name'),
('ru', 're_desk_thank_you', 'Thank you, your message has been sent.'),
('ru', 're_desk_you_can_send', 'You can send us a message using the form below.'),
('ru', 're_order', 'Оформить заказ повторно'),
('ru', 'right', 'Справа'),
('ru', 'right_to_left_orientation', 'Ориентация справа налево'),
('ru', 'risk_checking', 'Проверка риска. Пожалуйста, попробуйте перезагрузить эту страницу через минуту'),
('ru', 'risk_information', 'Информация о риске'),
('ru', 'rma', 'Возврат товаров'),
('ru', 'rma_actions', 'Варианты компенсации'),
('ru', 'rma_notify_supplier', 'Уведомить поставщика'),
('ru', 'rma_reasons', 'Причины возврата'),
('ru', 'rma_request_statuses', 'Статусы запросов на возврат'),
('ru', 'rma_return', 'Возврат'),
('ru', 'robots_title', 'Редактирование: robots.txt'),
('ru', 'romanian', 'Румынский'),
('ru', 'root_category', 'Корневая категория'),
('ru', 'root_level', 'Корневой уровень'),
('ru', 'root_page', 'Корневая страница'),
('ru', 'round_to', 'Округлять до'),
('ru', 'routing_code', 'Номер маршрута'),
('ru', 'rss_created', 'Создана'),
('ru', 'rss_display_add_to_cart', 'Показывать кнопку «В корзину»'),
('ru', 'rss_display_image', 'Показывать изображение'),
('ru', 'rss_display_original_price', 'Показывать цену нетто (со всеми надбавками и вычетами)'),
('ru', 'rss_display_price', 'Показывать цену брутто (без надбавок и скидок)'),
('ru', 'rss_display_sku', 'Показывать код товара'),
('ru', 'rss_feed', 'RSS-лента'),
('ru', 'rss_sort_by', 'Сортировать элементы по'),
('ru', 'rss_updated', 'Обновлена'),
('ru', 'ru.tax_and_payments.upgrade_message.message', '<p>Вы обновились до [product] [version]. Эта версия готова к изменениям в законодательстве с 1 января 2019 (ФФД 1.05 в онлайн-кассах и НДС 20%). От вас потребуется следующее:</p><p>— Если вы пользуетесь модулем \"АТОЛ Онлайн\", то перейдите на ФФД 1.05, как описано <a href=\"https://www.cs-cart.ru/blog/vyishel-cs-cart-4-9-2-c-podderzhkoy-ffd-1-05-v-atol-onlayn/\" target=\"_blank\">в нашем блоге</a>. Возможно, вы уже это сделали после выхода версии 4.9.2.</p>[tax_conversion][failing_services]'),
('ru', 'ru.tax_and_payments.upgrade_message.title', 'Законодательство: подготовка к 1 января 2019 г.'),
('ru', 'runtime', 'Время выполнения'),
('ru', 'russian', 'Русский'),
('ru', 'rus_geolocation_upgrade_notification_text', '<p>Модуль <b>[rus_geolocation_addon]</b> позволял покупателям выбрать город и увидеть на странице товара примерную стоимость доставки. Теперь эта функциональность — часть нового модуля <b>[geo_maps_addon]</b>. Он уже установлен и включен.</p><p>Два модуля геолокации не должны работать одновременно. Убедитесь, что старый модуль <b>[rus_geolocation_addon]</b> выключен.</p><p><a href=\"[disable_geolocation]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Выключить старый модуль</a></p>'),
('ru', 'rus_geolocation_upgrade_notification_title', '\"Определение местоположения\": Модуль устарел, используйте \"[geo_maps_addon]\"'),
('ru', 'sale', 'Продажа'),
('ru', 'sales', 'Продажи'),
('ru', 'sales_amount', 'Количество продаж'),
('ru', 'sales_commission', 'Комиссия с продажи'),
('ru', 'sales_period', 'Период продаж'),
('ru', 'sales_period_total', 'Сумма продаж за период'),
('ru', 'sales_reports', 'Отчеты о продажах'),
('ru', 'sales_reports_menu_description', 'Детальная статистика продаж'),
('ru', 'sales_reports_side_bar_notes', 'Чтобы включить в список условий Статусы заказов, Способы оплаты и Тарифные зоны, отметьте необходимый элемент и нажмите кнопку Сохранить.'),
('ru', 'salt', 'Соль'),
('ru', 'same_as_source', 'такой же, как у источника'),
('ru', 'save', 'Сохранить'),
('ru', 'saved_search', 'Сохраненный поиск'),
('ru', 'save_and_close', 'Сохранить и закрыть'),
('ru', 'save_and_send', 'Сохранить и отправить'),
('ru', 'save_as', 'Сохранить как...'),
('ru', 'save_cc', 'Salvar cartão de crédito'),
('ru', 'save_changes', 'Сохранить изменения'),
('ru', 'save_directory', 'Директория на сервере'),
('ru', 'save_discount', 'Скидка'),
('ru', 'save_layout', 'Сохранить макет'),
('ru', 'save_layout_as', 'Сохранить макет как'),
('ru', 'save_process_payment', 'Сохранить и оплатить'),
('ru', 'save_this_search_as', 'Сохранить этот поиск как'),
('ru', 'sb_share', 'Поделиться'),
('ru', 'scan_for_modified_core_files', 'Сканировать на наличие изменений в файлах ядра'),
('ru', 'scb_text_notice', 'Пожалуйста, отправьте следующий URL поддержке SCB, чтобы этот URL был установлен как PostbackURL: <br /><b>[return_url]</b>'),
('ru', 'screen', 'Экран'),
('ru', 'screen_resolution', 'Разрешение экрана'),
('ru', 'script', 'Скрипт'),
('ru', 'scroller_direction', 'Направление скроллера'),
('ru', 'scroll_per_page', 'Листать постранично'),
('ru', 'search', 'Найти'),
('ru', 'search_again', 'Найти снова'),
('ru', 'search_by_order', 'Поиск по заказу'),
('ru', 'search_by_owner', 'Поиск по магазину'),
('ru', 'search_by_price', 'Поиск по цене'),
('ru', 'search_by_product_features', 'Поиск по характеристикам товаров'),
('ru', 'search_by_product_filters', 'Поиск по фильтрам товаров'),
('ru', 'search_by_sku', 'Поиск по коду товара'),
('ru', 'search_by_supplier', 'Поиск по поставщику'),
('ru', 'search_by_vendor', 'Искать по продавцу'),
('ru', 'search_by_weight', 'Поиск по весу'),
('ru', 'search_engine', 'Механизм поиска'),
('ru', 'search_for_pattern', 'Ключевые слова'),
('ru', 'search_in', 'Поиск в'),
('ru', 'search_in_category', 'Поиск в категории'),
('ru', 'search_in_subcategories', 'Поиск в подкатегориях'),
('ru', 'search_options', 'Варианты поиска'),
('ru', 'search_product', 'Поиск товара'),
('ru', 'search_products', 'Искать товары'),
('ru', 'search_results', 'Результаты поиска'),
('ru', 'search_results_for', 'Результаты поиска по [search]'),
('ru', 'search_string', 'Строка для поиска'),
('ru', 'search_tooltip', 'Поиск среди товаров, покупателей, заказов и CMS-страниц'),
('ru', 'search_words', 'Ключевые слова для поиска'),
('ru', 'secondary_categories', 'Дополнительная категория'),
('ru', 'seconds_left', 'осталось [n] секунда|осталось [n] секунды|осталось [n] секунд|осталось [n] секунды'),
('ru', 'secret_key', 'Секретный ключ'),
('ru', 'secret_string', 'Секретная строка'),
('ru', 'secret_word', 'Секретное слово'),
('ru', 'section', 'Раздел'),
('ru', 'section_is_not_completed', 'Раздел не заполнен'),
('ru', 'section_links', 'Ссылки секции'),
('ru', 'section_name', 'Название раздела'),
('ru', 'secure', 'Безопасный'),
('ru', 'secure_checkout', 'Безопасное оформление заказа'),
('ru', 'secure_storefront_url', 'Безопасный URL витрины'),
('ru', 'secure_storefront_url_already_exists', 'Значение параметра <strong>Безопасный URL витрины</strong>, указанное вами, уже используется другой компанией.'),
('ru', 'security', 'Безопасность'),
('ru', 'security_settings', 'Настройки безопасности'),
('ru', 'see_demo', 'Демо'),
('ru', 'see_full_templates_list', 'Не нашили нужное уведомление?<br/><a href=\"[email_template_manage]\">Посмотрите полный список шаблонов email-уведомлений</a><br/><a href=\"[internal_template_manage]\">Посмотрите полный список шаблонов уведомлений на сайте</a>'),
('ru', 'select', 'Выбрать'),
('ru', 'selectbox', 'Список вариантов'),
('ru', 'selected', 'Выбрано'),
('ru', 'selected_fields', 'Выбранные поля'),
('ru', 'selected_filters', 'Выбранные фильтры'),
('ru', 'selected_items', 'Выбрать элементы'),
('ru', 'select_all', 'Выбрать все'),
('ru', 'select_all_product_options', 'Необходимо выбрать все опции товара'),
('ru', 'select_block', 'Выбрать блок'),
('ru', 'select_coordinates', 'Выбрать координаты'),
('ru', 'select_country', 'Выберите страну'),
('ru', 'select_customer', 'Выбрать покупателя'),
('ru', 'select_dates', 'Выбрать даты'),
('ru', 'select_descr_lang', 'Выберите язык описания'),
('ru', 'select_fields_to_edit', 'Выберите поля для редактирования'),
('ru', 'select_file', 'Выбрать'),
('ru', 'select_image', 'Выбрать изображение'),
('ru', 'select_new_owner_company', 'Выберите нового владельца для профиля данной компании:'),
('ru', 'select_one_or_more_type', 'Один или несколько вариантов ответа'),
('ru', 'select_options', 'Выберите опции'),
('ru', 'select_option_above', 'Сначала выберите предыдущую опцию'),
('ru', 'select_product', 'Выбрать товар'),
('ru', 'select_products', 'Выбрать товары'),
('ru', 'select_profile', 'Выберите профиль'),
('ru', 'select_shipping_method', 'Выберите способ доставки'),
('ru', 'select_single_type', 'Один вариант ответа'),
('ru', 'select_state', 'Выберите регион'),
('ru', 'select_storefront', 'Выбрать витрину [store]'),
('ru', 'select_tables', 'Выберите таблицы'),
('ru', 'sell_files', 'Продаваемые файлы'),
('ru', 'semicolon', 'Точка с запятой'),
('ru', 'send', 'Отправить'),
('ru', 'sender', 'Отправитель'),
('ru', 'sending_email_to', 'Отправка сообщения на [email]...'),
('ru', 'send_feedback', 'Помогите нам улучшить [product]'),
('ru', 'send_invitations', 'Пригласить'),
('ru', 'send_notification', 'Отправить уведомление выбранным'),
('ru', 'send_shipment_notification_to_customer', 'Отправить покупателю уведомление об отправке'),
('ru', 'send_shipping_address', 'Отправить адрес доставки покупателя'),
('ru', 'send_test_email', 'Отправить тестовое письмо'),
('ru', 'send_test_notification', 'Отправить тестовое уведомление'),
('ru', 'send_to', 'Отправить'),
('ru', 'send_to_test_email', 'Отправить тестовое сообщение'),
('ru', 'send_via', 'Отправить по'),
('ru', 'send_via_email', 'По электронной почте'),
('ru', 'send_via_postal_mail', 'По почте'),
('ru', 'sent', 'Отправлено'),
('ru', 'seo', 'SEO'),
('ru', 'seo.create_redirect', 'Перенаправлять со старого URL'),
('ru', 'seo.error_incorrect_url', 'Неправильный формат ссылки <b>[url]</b>. Например, если ваша ссылка <b>http://example.com/path/to/object</b>, то нужно ввести <b>/path/to/object</b>'),
('ru', 'seo.error_old_url_exists', 'URL, с которого вы хотите сделать редирект, уже существует'),
('ru', 'seo.important_language_text', '<b>Предупреждение!</b> На данный момент модуль <b>SEO</b> настроен на использование одного URL для всех языков. Если вы скроете, отключите, или удалите язык по умолчанию для одной из витрин, будут изменены все SEO URL.'),
('ru', 'seo.new_redirect', 'Новый редирект'),
('ru', 'seo.new_url', 'Новый URL'),
('ru', 'seo.old_url', 'Старый URL'),
('ru', 'seo.redirects_manager', '301-редиректы'),
('ru', 'seo.redirects_manager_menu_description', 'Управление редиректами со старых ссылок'),
('ru', 'seo.rich_snippets', 'Предпросмотр Google rich snippets'),
('ru', 'seo.rich_snippets_rating', 'Рейтинг'),
('ru', 'seo.rich_snippets_reviews', '[n] обзор|[n] обзора|[n] обзоров'),
('ru', 'seo_menu_description', 'Настройка поисковой оптимизации.'),
('ru', 'seo_meta_data', 'SEO / Мета-данные'),
('ru', 'seo_name', 'SEO-имя'),
('ru', 'seo_page_title', 'страница [n]'),
('ru', 'seo_robots', 'robots.txt'),
('ru', 'seo_rules', 'SEO-правила'),
('ru', 'seo_rules_menu_description', 'Используйте эту секцию для определения глобальных правил замены ссылок в вашем магазине.'),
('ru', 'separate_multiple_email_addresses', 'Если вводите несколько электронных адресов, пишите каждый в новой строке.'),
('ru', 'separator', 'Разделитель'),
('ru', 'sequential', 'Последовательно'),
('ru', 'server', 'Сервер'),
('ru', 'service_not_available', 'Этот сервис не доступен.'),
('ru', 'set', 'Установить'),
('ru', 'settings', 'Настройки'),
('ru', 'settings_overwrite_text', 'Тема <b>[theme_name]</b> при активации поменяет следующие настройки'),
('ru', 'settings_overwrite_title', 'Тема перезаписывает настройки магазина'),
('ru', 'settings_wizard', 'Мастер настройки'),
('ru', 'settings_wizard_close_tooltip', 'Мастер настройки можно открыть в любое время в меню Настройки → Мастер настройки'),
('ru', 'settings_wizard_title', 'Мастер настройки: Шаг [current_step] из [total_steps]');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('ru', 'setting_min_order_amount_type_was_hidden_upgrade_notification_text', '<p>Раньше настройка <b>Минимальная сумма заказа</b> в вашем магазине учитывала стоимость доставки. Если минимальная сумма заказа была 500 руб., а покупатель купил 2 товара по 200 руб. каждый, и доставка стоила 120 руб., то разместить заказ было возможно. Но теперь поведение изменилось: только суммарная стоимость всех товаров в заказе определяет, достигнута ли минимальная сумма заказа.</p><p>Перейдите на страницу <b>Настройки → Оформление заказа</b> и поменяйте значение настройки <b>Минимальная сумма заказа</b>, чтобы учесть это изменение.</p><p><a href=\"[checkout_settings]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Открыть настройки</a></p>'),
('ru', 'setting_min_order_amount_type_was_hidden_upgrade_notification_title', 'Убрана настройка \"Определение минимальной суммы заказа\"'),
('ru', 'set_custom_configuration', 'Задать новую конфигурацию'),
('ru', 'share', 'Сделать общим'),
('ru', 'share.congratulations_first_order', 'Поздравляем с первым выполненным заказом.'),
('ru', 'share.first_order_tweet', 'Ура! В моем [product]-магазине выполнен первый заказ'),
('ru', 'share.installation_tweet', 'Добро пожаловать в мой интернет-магазин на [product_name]'),
('ru', 'sharedsec', 'SharedSec'),
('ru', 'shared_secret', 'Общий ключ'),
('ru', 'share_discount', 'Общая скидка'),
('ru', 'sha_sign', 'SHA-1 подпись'),
('ru', 'shipment', 'Поставка'),
('ru', 'shipments', 'Отгрузки'),
('ru', 'shipments_menu_description', 'Просмотр и распечатка описей вложения к отгрузкам товаров.'),
('ru', 'shipment_date', 'Дата отправки'),
('ru', 'shipment_details', 'Детали поставки'),
('ru', 'shipment_has_been_created', 'Отгрузка оформлена'),
('ru', 'shipment_id', 'ID отгрузки'),
('ru', 'shipment_info', 'Отслеживание доставки'),
('ru', 'shipment_statuses', 'Статусы отгрузок'),
('ru', 'shipped', 'Отправленный'),
('ru', 'shipped_products', 'Отправленные товары'),
('ru', 'shipper_number', 'Номер поставщика'),
('ru', 'shipping', 'Доставка'),
('ru', 'shippings', 'Доставка'),
('ru', 'shippings.aup.currency_not_configured', 'Для того, чтобы активировать процессор Australia Post, необходимо, чтобы валюта — австралийский доллар была включена в магазине.'),
('ru', 'shippings.aup.pac_api_key', 'Ключ PAC API'),
('ru', 'shippings.can.api_keys', 'Ключи API'),
('ru', 'shippings.can.business_account_information', 'Информация о лицевом счёте'),
('ru', 'shippings.can.contract_id', 'Идентификационный номер контракта'),
('ru', 'shippings.can.customer_number', 'Номер клиента'),
('ru', 'shippings.can.options', 'Варианты доставки'),
('ru', 'shippings.can.option_cod', 'Наложенный платеж'),
('ru', 'shippings.can.option_cov', 'Страховое покрытие'),
('ru', 'shippings.can.option_cov_amount', 'Страховая сумма'),
('ru', 'shippings.can.option_dns', 'Не оставлять посылку у двери'),
('ru', 'shippings.can.option_hfp', 'Оставить уведомление о посылке'),
('ru', 'shippings.can.option_lad', 'Оставить посылку у двери; без уведомления'),
('ru', 'shippings.can.option_pa18', 'Требуется подтвердить возраст — 18'),
('ru', 'shippings.can.option_pa19', 'Требуется подтвердить возраст — 19'),
('ru', 'shippings.can.option_so', 'Подпись'),
('ru', 'shippings.can.password', 'Пароль'),
('ru', 'shippings.can.username', 'Имя пользователя'),
('ru', 'shippings.currency_not_found', 'Валюта [currency] не найдена'),
('ru', 'shippings.fedex.currency_is_missing', 'Стоимость доставки FedEx расчитывается в [currency], но данная валюта отсутствует в вашем магазине. Пожалуйста, создайте данную валюту, в противном случае покупатели не смогут выбрать данный способ доставки.'),
('ru', 'shippings.fedex.freight_account_number', 'Номер счёта грузовой перевозки'),
('ru', 'shippings.fedex.options', 'Варианты доставки'),
('ru', 'shippings.fedex.option_broker_select_option', 'Варианты выбора посредника'),
('ru', 'shippings.fedex.option_call_before_delivery', 'Позвонить перед доставкой'),
('ru', 'shippings.fedex.option_cod', 'Оплата наложенным платежом'),
('ru', 'shippings.fedex.option_cod_amount', 'Сумма наложенного платежа'),
('ru', 'shippings.fedex.option_cod_collection_type', 'Тип наложенного платежа'),
('ru', 'shippings.fedex.option_cod_collection_type_any', 'Любой'),
('ru', 'shippings.fedex.option_cod_collection_type_cash', 'Наличные'),
('ru', 'shippings.fedex.option_cod_collection_type_guaranteed_funds', 'Оплата чеком'),
('ru', 'shippings.fedex.option_custom_delivery_window', 'Индивидуальное окно доставки'),
('ru', 'shippings.fedex.option_dangerous_goods', 'Опасные грузы'),
('ru', 'shippings.fedex.option_dangerous_goods_accessibility', 'Доступность опасных грузов'),
('ru', 'shippings.fedex.option_dangerous_goods_accessibility_accessible', 'Доступен'),
('ru', 'shippings.fedex.option_dangerous_goods_accessibility_inaccessible', 'Недоступен'),
('ru', 'shippings.fedex.option_dangerous_goods_options', 'Параметры опасного содержимого'),
('ru', 'shippings.fedex.option_dangerous_goods_options_battery', 'Автомобильный аккумулятор'),
('ru', 'shippings.fedex.option_dangerous_goods_options_hazardous_materials', 'Опасные материалы'),
('ru', 'shippings.fedex.option_dangerous_goods_options_limited_quantities_commodities', 'Небезопасные товары народного потребления, доставляемые в ограниченном количестве'),
('ru', 'shippings.fedex.option_dangerous_goods_options_orm_d', 'ORM-D (небезопасные товары и материалы, перевозимые только внутри страны)'),
('ru', 'shippings.fedex.option_dangerous_goods_options_reportable_quantities', 'Опасные материалы и вещества с точным указанием объёма (RQ)'),
('ru', 'shippings.fedex.option_dangerous_goods_options_small_quantity_exception', 'Исключения для небольших объёмов'),
('ru', 'shippings.fedex.option_do_not_break_down_pallets', 'Поддоны не ломать'),
('ru', 'shippings.fedex.option_do_not_stack_pallets', 'Поддоны друг на друга не ставить'),
('ru', 'shippings.fedex.option_dry_ice', 'Сухой лёд'),
('ru', 'shippings.fedex.option_east_coast_special', 'Специальная доставка по Восточному побережью США'),
('ru', 'shippings.fedex.option_electronic_trade_documents', 'Система электронной подачи документов'),
('ru', 'shippings.fedex.option_extreme_length', 'Максимальная длина'),
('ru', 'shippings.fedex.option_fedex_one_rate', 'FedEx One Rate (однотарифный)'),
('ru', 'shippings.fedex.option_food', 'Продукты питания'),
('ru', 'shippings.fedex.option_freight_guarantee', 'Гарантия на груз'),
('ru', 'shippings.fedex.option_freight_to_collect', 'Груз подлежит оплате грузополучателем в порту назначения'),
('ru', 'shippings.fedex.option_future_day_shipment', 'Отправка груза в определённый день'),
('ru', 'shippings.fedex.option_hold_at_location', 'Забрать посылку из офиса FedEx'),
('ru', 'shippings.fedex.option_home_delivery_premium', 'Доставка на дом премиум-класса'),
('ru', 'shippings.fedex.option_inside_delivery', 'Доставка внутри места первичной доставки'),
('ru', 'shippings.fedex.option_inside_pickup', 'Приём груза внутри места первичной передачи'),
('ru', 'shippings.fedex.option_international_controlled_export_service', 'Служба международного контроля за экспортом'),
('ru', 'shippings.fedex.option_international_traffic_in_arms_regulations', 'Правила международной перевозки вооружений'),
('ru', 'shippings.fedex.option_liftgate_delivery', 'Доставка с использованием заднего подъёмного борта'),
('ru', 'shippings.fedex.option_liftgate_pickup', 'Подбор с использованием заднего подъёмного борта'),
('ru', 'shippings.fedex.option_limited_access_delivery', 'Доставка в зону с ограниченным доступом'),
('ru', 'shippings.fedex.option_limited_access_pickup', 'Подбор груза из зоны с ограниченным доступом'),
('ru', 'shippings.fedex.option_pharmacy_delivery', 'Доставка фармацевтики'),
('ru', 'shippings.fedex.option_poison', 'Ядовитые вещества'),
('ru', 'shippings.fedex.option_protection_from_freezing', 'Защита от холода'),
('ru', 'shippings.fedex.option_returns_clearance', 'Разрешение на возврат'),
('ru', 'shippings.fedex.option_saturday_delivery', 'Доставка в субботу'),
('ru', 'shippings.fedex.option_saturday_pickup', 'Подбор в субботу'),
('ru', 'shippings.fedex.option_top_load', 'Максимальная загрузка'),
('ru', 'shippings.fedex.upgrade_notification_text', '<p>В новой версии [product] изменились настройки расчета стоимости доставки через FedEx.</p><p>Чтобы показывать покупателям актуальную стоимость доставки, выполните следующие действия:</p><ul><li>перейдите на страницу Администрирование > Доставка и налоги > Способы доставки;</li><li>откройте способ, где в качестве перевозчика выбран FedEx;</li><li>во вкладке \"Общее\" выберите подходящую службу доставки;</li><li>переключитесь на вкладку \"Настроить\" и задайте необходимые настройки способа доставки.</li></ul>'),
('ru', 'shippings.fedex.upgrade_notification_title', 'FedEx: Изменения в расчете стоимости доставки'),
('ru', 'shippings.service_not_configured', 'Сервис не настроен'),
('ru', 'shippings.service_not_found', 'Сервис не найден'),
('ru', 'shippings.ups.package_type.01', 'UPS письмо'),
('ru', 'shippings.ups.package_type.02', 'Пакет'),
('ru', 'shippings.ups.package_type.03', 'Туба'),
('ru', 'shippings.ups.package_type.04', 'Упаковка UPS Pak'),
('ru', 'shippings.ups.package_type.21', 'UPS Express коробка'),
('ru', 'shippings.ups.package_type.24', 'Коробка 25КГ'),
('ru', 'shippings.ups.package_type.25', 'Коробка 10КГ'),
('ru', 'shippings.ups.package_type.2a', 'Малая Express коробка'),
('ru', 'shippings.ups.package_type.2b', 'Средняя Express коробка'),
('ru', 'shippings.ups.package_type.2c', 'Большая Express коробка'),
('ru', 'shippings.ups.package_type.30', 'Поддон'),
('ru', 'shippings_taxes', 'Доставка и налоги'),
('ru', 'shipping_address', 'Адрес доставки'),
('ru', 'shipping_address_changed', 'Адрес доставки был изменен'),
('ru', 'shipping_address_line_2', 'Адрес доставки: адрес (строка 2)'),
('ru', 'shipping_applied_to_vendors', 'Способ доставки был применен к [vendors] продавцам'),
('ru', 'shipping_charges', 'Стоимость доставки'),
('ru', 'shipping_city', 'Адрес доставки: город'),
('ru', 'shipping_cost', 'Стоимость доставки'),
('ru', 'shipping_costs_will_changed', 'Стоимость доставки будет изменяться по'),
('ru', 'shipping_country', 'Адрес доставки: страна'),
('ru', 'shipping_estimation', 'Узнать стоимость доставки'),
('ru', 'shipping_first_name', 'Адрес доставки: имя'),
('ru', 'shipping_freight', 'Стоимость доставки'),
('ru', 'shipping_information', 'Информация о доставке'),
('ru', 'shipping_last_name', 'Адрес доставки: фамилия'),
('ru', 'shipping_method', 'Способ доставки'),
('ru', 'shipping_methods', 'Способы доставки'),
('ru', 'shipping_methods_menu_description', 'Набор правил и параметров для расчета стоимости доставки.'),
('ru', 'shipping_name', 'Название доставки'),
('ru', 'shipping_options', 'Выбор способа доставки'),
('ru', 'shipping_phone', 'Адрес доставки: телефон'),
('ru', 'shipping_properties', 'Параметры доставки'),
('ru', 'shipping_rates', 'Стоимость доставки'),
('ru', 'shipping_same_as_billing', 'Адрес доставки и адрес плательщика совпадают'),
('ru', 'shipping_service', 'Служба доставки'),
('ru', 'shipping_state', 'Адрес доставки: регион'),
('ru', 'shipping_time_and_charges', 'Стоимость и сроки доставки'),
('ru', 'shipping_tips', ''),
('ru', 'shipping_zipcode', 'Адрес доставки: почтовый индекс'),
('ru', 'ship_dhl_height', 'Высота упаковки'),
('ru', 'ship_dhl_length', 'Длина упаковки'),
('ru', 'ship_dhl_site_id', 'ID сайта'),
('ru', 'ship_dhl_width', 'Ширина упаковки'),
('ru', 'ship_downloadable', 'Разрешить доставку цифровых товаров'),
('ru', 'ship_fedex_ancillary_endorsement', 'Дополнительные услуги'),
('ru', 'ship_fedex_ancillary_endorsement_address_correction', 'Запрошен сервис адреса'),
('ru', 'ship_fedex_ancillary_endorsement_carrier_leave_if_no_response', 'Оставить по адресу при отсутствии получателя'),
('ru', 'ship_fedex_ancillary_endorsement_change_service', 'Информирование о смене адреса'),
('ru', 'ship_fedex_ancillary_endorsement_forwarding_service', 'Перенаправление отгрузки без уведомления отправителя'),
('ru', 'ship_fedex_ancillary_endorsement_return_delivery', 'Запрошен сервис возврата'),
('ru', 'ship_fedex_customer_manifest_id', 'ID пользовательского манифеста'),
('ru', 'ship_fedex_drop_off_type', 'Способ доставки'),
('ru', 'ship_fedex_drop_off_type_business_service_center', 'Центр услуг для бизнеса'),
('ru', 'ship_fedex_drop_off_type_drop_box', 'Коробка для самостоятельной отправки посылки'),
('ru', 'ship_fedex_drop_off_type_regular_pickup', 'Обычная доставка'),
('ru', 'ship_fedex_drop_off_type_request_courier', 'Запрос курьера'),
('ru', 'ship_fedex_drop_off_type_station', 'Доставка на станцию'),
('ru', 'ship_fedex_height', 'Высота(в дюймах)'),
('ru', 'ship_fedex_hub_id', 'ID хаба'),
('ru', 'ship_fedex_indicia', 'Indicia'),
('ru', 'ship_fedex_indicia_media_mail', 'Медиа почта (Пакеты от 1 до 70 фунтов книги, DVD, CD, видеокассеты)'),
('ru', 'ship_fedex_indicia_parcel_select', 'Parcel Select (Пакеты от 1 до 70 фунтов)'),
('ru', 'ship_fedex_indicia_presorted_bound_printed_matter', 'Переплетённые пакеты (Пакеты от 1 до 15 фунтов каталоги, телефонные книги or anything permanently bound)'),
('ru', 'ship_fedex_indicia_presorted_standard', 'Стандартные почтовые пакеты (Пакеты меншьше 1 фунта)'),
('ru', 'ship_fedex_length', 'Длина(в дюймах)'),
('ru', 'ship_fedex_meter_number', 'Номер meter'),
('ru', 'ship_fedex_package_type_fedex_10kg_box', 'Ящик FedEx 10kg'),
('ru', 'ship_fedex_package_type_fedex_25kg_box', 'Ящик FedEx 25kg'),
('ru', 'ship_fedex_package_type_fedex_box', 'Ящик FedEx'),
('ru', 'ship_fedex_package_type_fedex_envelope', 'Конверт FedEx'),
('ru', 'ship_fedex_package_type_fedex_extra_large_box', 'Очень большая коробка FedEx'),
('ru', 'ship_fedex_package_type_fedex_large_box', 'Большая коробка FedEx'),
('ru', 'ship_fedex_package_type_fedex_medium_box', 'Средняя коробка FedEx'),
('ru', 'ship_fedex_package_type_fedex_pak', 'Упаковка FedEx Pak'),
('ru', 'ship_fedex_package_type_fedex_small_box', 'Малая коробка FedEx'),
('ru', 'ship_fedex_package_type_fedex_tube', 'Тубус FedEx'),
('ru', 'ship_fedex_package_type_your_packaging', 'Ваша упаковка'),
('ru', 'ship_fedex_smart_post', 'Smart Post'),
('ru', 'ship_fedex_special_services', 'Особый сервис (подтверждение доставки)'),
('ru', 'ship_fedex_width', 'Ширина(в дюймах)'),
('ru', 'ship_height', 'Высота упаковки, см'),
('ru', 'ship_length', 'Длина упаковки, см'),
('ru', 'ship_sp_l_acknowledgement_of_delivery', 'Подтверждение о доставке (только для зарегитрированной почты)'),
('ru', 'ship_sp_l_cash_on_delivery', 'Наличные при доставке (только для зарегитрированной почты)'),
('ru', 'ship_sp_l_personal_delivery', 'Персональная доставка (только для зарегитрированной почты)'),
('ru', 'ship_sp_l_registered_mail', 'Зарегистрированная почта'),
('ru', 'ship_sp_pc_assurance', 'Страхование'),
('ru', 'ship_sp_pc_cash_on_delivery', 'Наличные при доставке (COD)'),
('ru', 'ship_sp_pc_fragile', 'Хрупкий'),
('ru', 'ship_sp_pc_manual_handling', 'Обработка вручную'),
('ru', 'ship_sp_pc_personal', 'Персональный'),
('ru', 'ship_sp_pc_signature', 'Сигнатура'),
('ru', 'ship_sp_pp_additional_insurance', 'Дополнительная страховка (до 3000.- CHF)'),
('ru', 'ship_sp_pp_bulky_goods', 'Объемные товары'),
('ru', 'ship_sp_pp_cash_on_delivery', 'Наличные при доставке (только для сервиса ECONOMY)'),
('ru', 'ship_sp_pp_manual_processing', 'Обработку вручную'),
('ru', 'ship_sp_ur_additional_insurance', 'Дополнительная страховка для СРОЧНЫХ товаров (до 3000.- CHF)'),
('ru', 'ship_swisspost_error_intl_delivery', 'Невозможно использовать выбранный способ для международной доставки'),
('ru', 'ship_swisspost_error_private_delivery', 'Невозможно использовать выбранный способ для личной доставки'),
('ru', 'ship_swisspost_heavy_package', 'Пакет слишком тяжелый'),
('ru', 'ship_swisspost_unable_to_open_additional_services', 'Невозможно открыть файл additional_services.csv'),
('ru', 'ship_swisspost_unable_to_open_service', 'Невозможно открыть файл [code]'),
('ru', 'ship_temando_height', 'Высота упаковки'),
('ru', 'ship_temando_length', 'Длина упаковки'),
('ru', 'ship_temando_measurement', 'Измерение упаковки'),
('ru', 'ship_temando_method', 'Способ доставки'),
('ru', 'ship_temando_package', 'Упаковка'),
('ru', 'ship_temando_readydate', 'Срок готовности (дней)'),
('ru', 'ship_temando_subclass', 'Класс отправляемого предмета'),
('ru', 'ship_temando_weight_measurement', 'Тип измерения веса'),
('ru', 'ship_temando_width', 'Ширина упаковки'),
('ru', 'ship_to', 'Доставить в'),
('ru', 'ship_to_another', 'Другой адрес доставки'),
('ru', 'ship_ups_access_key', 'Ключ доступа UPS Rates'),
('ru', 'ship_ups_dcist_type', 'Тип подтверждения'),
('ru', 'ship_ups_delivery_confirmation', 'Без подписи'),
('ru', 'ship_ups_delivery_confirmation_adult_signature', 'Требуется подпись взрослого'),
('ru', 'ship_ups_delivery_confirmation_signature', 'Требуется подпись'),
('ru', 'ship_ups_package_type_01', 'UPS письмо/ UPS Express конверт'),
('ru', 'ship_ups_package_type_03', 'UPS футляр'),
('ru', 'ship_ups_package_type_04', 'UPS упаковка'),
('ru', 'ship_ups_package_type_21', 'UPS Express коробка'),
('ru', 'ship_ups_package_type_24', 'UPS 25 килограммовая коробка'),
('ru', 'ship_ups_package_type_25', 'UPS 10 килограммовая коробка'),
('ru', 'ship_ups_pickup_type', 'Тип доставки'),
('ru', 'ship_ups_pickup_type_01', 'Ежедневная доставка'),
('ru', 'ship_ups_pickup_type_03', 'Счетчик покупателей'),
('ru', 'ship_ups_pickup_type_06', 'Однократная доставка'),
('ru', 'ship_ups_pickup_type_07', 'Авиаперевозка по запросу'),
('ru', 'ship_ups_pickup_type_11', 'Примерные розничные расценки'),
('ru', 'ship_ups_pickup_type_19', 'Центр писем'),
('ru', 'ship_ups_pickup_type_20', 'Центр авиаперевозок'),
('ru', 'ship_ups_use_delivery_confirmation', 'Подтверждение доставки'),
('ru', 'ship_usps_container', 'Контейнер'),
('ru', 'ship_usps_container_express', 'Контейнер (Express)'),
('ru', 'ship_usps_container_express_flat_rate_envelope', 'Конверт по фиксированной цене'),
('ru', 'ship_usps_container_priority', 'Контейнер (Priority Maill)'),
('ru', 'ship_usps_container_priority_flat_rate_box', 'Фиксированная коробка'),
('ru', 'ship_usps_container_priority_flat_rate_envelope', 'Конверт по фиксированной цене'),
('ru', 'ship_usps_container_priority_gift_card_flat_rate_envelope', 'Конверт для открыток по фиксированной цене'),
('ru', 'ship_usps_container_priority_legal_flat_rate_envelope', 'Конверт для документов по фиксированной цене'),
('ru', 'ship_usps_container_priority_lg_flat_rate_box', 'Большая коробка по фиксированной цене'),
('ru', 'ship_usps_container_priority_md_flat_rate_box', 'Средняя коробка по фиксированной цене'),
('ru', 'ship_usps_container_priority_nonrectangular', 'Не прямоугольный'),
('ru', 'ship_usps_container_priority_padded_flat_rate_envelope', 'Пузырьковый конверт по фиксированной цене'),
('ru', 'ship_usps_container_priority_rectangular', 'Прямоугольный'),
('ru', 'ship_usps_container_priority_regional_a_rate_box', 'Коробка A по региональному тарифу'),
('ru', 'ship_usps_container_priority_regional_b_rate_box', 'Коробка B по региональному тарифу'),
('ru', 'ship_usps_container_priority_regional_c_rate_box', 'Коробка \"С\" по региональному тарифу'),
('ru', 'ship_usps_container_priority_sm_flat_rate_box', 'Малая коробка по фиксированной цене'),
('ru', 'ship_usps_container_priority_sm_flat_rate_envelope', 'Малый конверт по фиксированной цене'),
('ru', 'ship_usps_container_priority_window_flat_rate_envelope', 'Конверт с окошком по фиксированной цене'),
('ru', 'ship_usps_first_class_mail_type', 'Почта первого класса'),
('ru', 'ship_usps_first_class_mail_type_flat', 'Большой конверт'),
('ru', 'ship_usps_first_class_mail_type_parcel', 'Посылка'),
('ru', 'ship_usps_intl_package_girth', 'Обхват посылки'),
('ru', 'ship_usps_intl_package_height', 'Высота посылки'),
('ru', 'ship_usps_intl_package_length', 'Длина посылки'),
('ru', 'ship_usps_intl_package_size', 'Размер посылки'),
('ru', 'ship_usps_intl_package_width', 'Ширина посылки'),
('ru', 'ship_usps_machinable', 'Машинно-читаемый'),
('ru', 'ship_usps_machinable_false', 'Нет'),
('ru', 'ship_usps_machinable_true', 'Да'),
('ru', 'ship_usps_mailtype', 'Тип корреспонденции'),
('ru', 'ship_usps_mailtype_matter_for_the_blind', 'Для слепых'),
('ru', 'ship_usps_mailtype_postcards_or_aerogrammes', 'Открытка или авиаписьмо'),
('ru', 'ship_usps_package_size', 'Размер упаковки (длина + обхват,в дюймах)'),
('ru', 'ship_usps_package_size_large', 'Большой (84..108)'),
('ru', 'ship_usps_package_size_oversize', 'Очень большой (108..130)'),
('ru', 'ship_usps_package_size_regular', 'Обычный (0..84)'),
('ru', 'ship_usps_priority_girth', 'Priority Mail (Size:Large, Container:NonRectangular) Girth (inches)'),
('ru', 'ship_usps_priority_height', 'Priority Mail (Размер:Большой) Высота'),
('ru', 'ship_usps_priority_length', 'Priority Mail (Размер:Большой) Длина'),
('ru', 'ship_usps_priority_width', 'Priority Mail (Размер:Большой) Ширина'),
('ru', 'ship_usps_username', 'ID пользователя'),
('ru', 'ship_width', 'Ширина упаковки, см'),
('ru', 'shop_now', 'В магазин'),
('ru', 'short_description', 'Краткое описание'),
('ru', 'short_hour', 'ч.'),
('ru', 'short_list', 'Краткий список'),
('ru', 'show', 'Показать'),
('ru', 'show_all', 'Показать все'),
('ru', 'show_all_storefronts', 'Показать все витрины'),
('ru', 'show_all_storefronts_with_count', 'Показать все [count] витрин'),
('ru', 'show_in_product_header', 'Показывать в заголовке карточки товара'),
('ru', 'show_in_product_list', 'Показывать в списке товаров'),
('ru', 'show_items_in_line', 'Отображать элементы в одну строку'),
('ru', 'show_less', 'Показать меньше'),
('ru', 'show_location', 'Показать местонахождение'),
('ru', 'show_menu_on_mouse_over', 'Показывать меню при наведении курсора'),
('ru', 'show_more', 'Показать больше'),
('ru', 'show_on_checkout', 'Показывать на странице оформления заказа'),
('ru', 'show_on_separate_page', 'Показывать на отдельной странице'),
('ru', 'show_on_the_features_tab', 'Показывать во вкладке «Характеристики» карточки товара'),
('ru', 'show_options', 'Показать опции'),
('ru', 'show_orders', 'Показать заказы'),
('ru', 'show_package_contents', 'Показать содержимое обновления'),
('ru', 'show_price', 'Показывать цену'),
('ru', 'show_products_count', 'Показать количество товаров'),
('ru', 'show_rate_for_destination', 'Показать стоимость для  пункта назначения'),
('ru', 'show_rate_for_rate_area', 'Показать тарифы для зоны'),
('ru', 'show_rating', 'Показывать оценку из отзывов'),
('ru', 'show_tab_in_popup', 'Показывать содержимое вкладки во всплывающем окне'),
('ru', 'show_to', 'Показывать в'),
('ru', 'sidebox_general', 'Обычный блок (H3 заголовок) (устарел)'),
('ru', 'sidebox_important', 'Обычный блок (H3 заголовок)'),
('ru', 'signature', 'Подпись'),
('ru', 'signed_in_as', 'Авторизован как'),
('ru', 'sign_in', 'Войти'),
('ru', 'sign_in_as_different', 'Авторизоваться как другой пользователь'),
('ru', 'sign_in_to_buy', 'Авторизуйтесь, чтобы купить'),
('ru', 'sign_in_to_enter_tags', 'Войдите, чтобы добавить теги'),
('ru', 'sign_in_to_view_price', '[Авторизуйтесь, чтобы увидеть цену]'),
('ru', 'sign_out', 'Выйти'),
('ru', 'sign_up_for_notification', 'Подписаться на уведомления'),
('ru', 'similar', 'Аналогичные товары'),
('ru', 'similar_category', 'Из той же категории'),
('ru', 'similar_in_stock', 'Показывать только товары в наличии'),
('ru', 'similar_only', 'Только похожие'),
('ru', 'similar_subcats', 'Учитывать подкатегории'),
('ru', 'simple_ultimate_companies_selector', 'Пожалуйста, обратитесь в службу технической поддержки'),
('ru', 'simultaneous', 'Одновременно'),
('ru', 'single', 'Один'),
('ru', 'single_coupon_is_allowed', 'Допускается только один купон скидки'),
('ru', 'sitemap', 'Карта сайта'),
('ru', 'sitemap_available_in_customer', 'Файл Sitemap доступен по ссылками <a href=\"[sitemap_url]\">[sitemap_url]</a> или <a href=\"[http_location]/sitemap.xml\">[http_location]/sitemap.xml</a>'),
('ru', 'sitemap_menu_description', 'Карта сайта вашего магазина.'),
('ru', 'sitemap_settings', 'Настройки карты сайта'),
('ru', 'siteurl', 'URL-адрес сайта'),
('ru', 'site_number', 'Идентификатор сайта (EPT)'),
('ru', 'size', 'Размер'),
('ru', 'skiplastpage', 'Пропустить последнюю страницу'),
('ru', 'skip_creating_new_products', 'Не добавлять новые товары'),
('ru', 'skip_payment', 'Пропустить оплату'),
('ru', 'skrill_customer_id', 'ID покупателя Skrill'),
('ru', 'sku', 'КОД'),
('ru', 'slovak', 'Словацкий'),
('ru', 'slow', 'Медленно'),
('ru', 'small_items', 'Мелкие элементы'),
('ru', 'smarty_block', 'HTML блок с поддержкой Smarty'),
('ru', 'sms_customer_registered', 'Покупатель [name] был зарегистрирован.'),
('ru', 'sms_for_the_sum', 'в количестве'),
('ru', 'sms_order_placed', 'был размещён'),
('ru', 'snapshot_date', 'Дата снимка'),
('ru', 'snippets', 'Сниппеты'),
('ru', 'snippets_have_been_deleted', 'Сниппеты были успешно удалены.'),
('ru', 'snippet_exists', 'Сниппет с выбранным фрагментом кода уже существует. Пожалуйста, попробуйте выбрать другой фрагмент.'),
('ru', 'sort_by', 'Сортировать по'),
('ru', 'sort_by_bestsellers_asc', 'Сортировать по покупаемости: Наименее покупаемые в начале'),
('ru', 'sort_by_bestsellers_desc', 'Сортировать по покупаемости'),
('ru', 'sort_by_company_asc', 'Сортировать по алфавиту: от А до Я'),
('ru', 'sort_by_company_desc', 'Сортировать по алфавиту: от Я до А'),
('ru', 'sort_by_helpfulness_asc', 'Полезные ниже'),
('ru', 'sort_by_helpfulness_desc', 'Полезные выше'),
('ru', 'sort_by_null_asc', 'Без сортировки'),
('ru', 'sort_by_null_desc', 'Без сортировки'),
('ru', 'sort_by_on_sale_asc', 'Сортировать по размеру скидки: высокие скидки в конце'),
('ru', 'sort_by_on_sale_desc', 'Сортировать по размеру скидки: высокие скидки в начале'),
('ru', 'sort_by_popularity_asc', 'Сортировать по популярности: менее популярные выше'),
('ru', 'sort_by_popularity_desc', 'Сортировать по популярности: по убыванию'),
('ru', 'sort_by_position_asc', 'Сортировать по позиции: низкие позиции выше'),
('ru', 'sort_by_position_desc', 'Сортировать по позиции: высокие позиции выше'),
('ru', 'sort_by_price_asc', 'Сортировать по цене: дешевые выше'),
('ru', 'sort_by_price_desc', 'Сортировать по цене: дорогие выше'),
('ru', 'sort_by_product_asc', 'Сортировать по алфавиту: от А до Я'),
('ru', 'sort_by_product_desc', 'Сортировать по алфавиту: от Я до А'),
('ru', 'sort_by_product_review_timestamp_asc', 'Сортировать по дате: Старые выше'),
('ru', 'sort_by_product_review_timestamp_desc', 'Сортировать по дате: Новые выше'),
('ru', 'sort_by_rating_asc', 'Сортировать по рейтингу: по возрастанию'),
('ru', 'sort_by_rating_desc', 'Сортировать по рейтингу'),
('ru', 'sort_by_rating_value_asc', 'Сортировать по рейтингу: по возрастанию'),
('ru', 'sort_by_rating_value_desc', 'Сортировать по рейтингу: по убыванию'),
('ru', 'sort_by_timestamp_asc', 'Сортировать по времени: новинки ниже'),
('ru', 'sort_by_timestamp_desc', 'Сортировать по времени: новинки выше'),
('ru', 'sort_images', 'Сортировать изображения'),
('ru', 'sort_order', 'Порядок'),
('ru', 'spanish', 'Испанский'),
('ru', 'special', 'Дополнительные'),
('ru', 'specific_settings', 'Особые настройки'),
('ru', 'specify_options', 'Задать параметры'),
('ru', 'specify_url', 'Укажите URL'),
('ru', 'speed', 'Скорость'),
('ru', 'ssl_certificate', 'SSL-сертификат'),
('ru', 'staff_only_notes', 'Примечания администратора'),
('ru', 'stage', 'Этап'),
('ru', 'standard_sidebox', 'Обычная секция'),
('ru', 'start', 'Начать'),
('ru', 'start_communication', 'Начать общение'),
('ru', 'start_date', 'Дата начала'),
('ru', 'start_price', 'Стартовая цена'),
('ru', 'state', 'Регион'),
('ru', 'states', 'Регионы'),
('ru', 'states_list', 'Список регионов'),
('ru', 'states_menu_description', 'Управление регионами, которые используются в вашем магазине.'),
('ru', 'static_block', 'Стационарный блок'),
('ru', 'static_data', 'Статические данные'),
('ru', 'static_data_use_item', 'Использовать значения полей «Текст ссылки» и «URL» этого объекта при отображении на витрине.'),
('ru', 'statistics', 'Статистика'),
('ru', 'statistics_by_questions', 'Статистика по вопросам'),
('ru', 'status', 'Статус'),
('ru', 'statuses', 'статусы'),
('ru', 'statuses_management', 'Статусы'),
('ru', 'status_changed', 'Статус изменен'),
('ru', 'status_changed_after_process_payment', 'Статус заказа был установлен в соответствии с результатом обработки платежа'),
('ru', 'stay_connected', 'Оставайтесь на связи'),
('ru', 'stay_connected_notice', 'Введите адрес электронной почты, чтобы получать информацию о специальных предложениях и акцииях.'),
('ru', 'step_four', 'Шаг 4'),
('ru', 'step_one', 'Шаг 1'),
('ru', 'step_three', 'Шаг 3'),
('ru', 'step_two', 'Шаг 2'),
('ru', 'stop_other_rules', 'Не применять другие промо-акции'),
('ru', 'storage', 'Хранилище данных'),
('ru', 'store', 'Магазин'),
('ru', 'storefront', 'Витрина'),
('ru', 'storefronts', 'Витрины'),
('ru', 'storefronts_limit_exceeded', 'Число витрин в Вашей лицензии CS-Cart превышает число приобретённых витрин.'),
('ru', 'storefronts_themes_upgrade_notification.message', '<p>Раньше все витрины выглядели одинаково и отличались только валютами, языками и продавцами. Но теперь у витрин могут быть свои темы и макеты. Это позволит вам настраивать внешний вид и структуру витрин.</p><ul><li>Темы позволяют задать каждой витрине свои цвета, шрифты, логотипы, фон и стили. С их помощью вы сможете настроить каждую витрину под предпочтения её аудитории или под товары, которые там продаются.</li><li>Макеты и блоки позволяют создавать витрины с совершенно разной структурой и содержимым. Показывайте разные баннеры, меняйте местами элементы страниц, и т.д. Всё в [product] отображается через блоки, поэтому у вас много возможностей для настройки витрин.</li></ul><p><a href=\"[themes_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Управление темами</a> <a href=\"[layouts_url]\" target=\"_blank\" class=\"btn btn-large\">Управление макетами</a></p>'),
('ru', 'storefronts_themes_upgrade_notification.title', 'Теперь витрины могут сильно отличаться друг от друга'),
('ru', 'storefront_access_key', 'Ключ доступа ко временно закрытой витрине'),
('ru', 'storefront_access_key.setting_notice', 'Ключ доступа можно задать на странице редактирования витрины'),
('ru', 'storefront_license', 'Лицензия на дополнительную витрину'),
('ru', 'storefront_rest_api.guests_cant_add_products_to_cart', 'Гости не могут добавлять товары в корзину. Чтобы добавить товары в корзину, войдите в свою учётную запись.'),
('ru', 'storefront_status', 'Статус'),
('ru', 'storefront_status.tooltip', 'Даже если витрина закрыта (статус OFF), вы сможете её посетить, если у вас есть ключ доступа. Задайте <i>Ключ доступа ко временно закрытой витрине</i> ниже.<br/>Чтобы посетить закрытую витрину, используйте ссылку наподобие http://www.example.com/index.php?store_access_key=key_value'),
('ru', 'storefront_status_access_key_hint', 'Даже если магазин закрыт (статус установлен в OFF), вы сможете просмотреть его, если у вас есть ключ доступа. Перейдите в раздел <a target=\"blank\" href=\"[url]\">Настройки → Общие</a> и задайте значение настройки <i>Ключ доступа к временно закрытому магазину</i>. Обратите внимание, что для каждого магазина может быть указан свой ключ, поэтому сначала нужно выбрать правильный магазин. Используйте ключ, как описано в подсказке к настройке.'),
('ru', 'storefront_status_changed.N', 'Витрина была <b>открыта</b>|Витрины были <b>открыты</b>'),
('ru', 'storefront_status_changed.Y', 'Витрина была <b>закрыта</b>|Витрины были <b>закрыты</b>'),
('ru', 'storefront_url', 'URL витрины'),
('ru', 'storefront_url_already_exists', 'Значение параметра <strong>URL витрины</strong>, указанное вами, уже используется другой компанией.'),
('ru', 'storefront_url_not_defined', 'Адрес витрины не задан'),
('ru', 'storefront_with_same_url_exists', 'Витрина с указанным URL-адресом уже существует'),
('ru', 'stores', 'Магазины'),
('ru', 'stores_nothing_found', 'Точки самовывоза не найдены'),
('ru', 'stores_status', 'Статус'),
('ru', 'store_access_key', 'Ключ доступа к временно закрытому магазину'),
('ru', 'store_admin', 'Администратор магазина'),
('ru', 'store_closed', 'Магазин закрыт'),
('ru', 'store_closed_banner', 'Обед'),
('ru', 'store_home', 'Store home'),
('ru', 'store_locator', 'Магазины и ПВЗ'),
('ru', 'store_locator.any_rate_area', 'Любая тарифная зона'),
('ru', 'store_locator.available_fields', 'Доступные магазины'),
('ru', 'store_locator.display', 'Отображение пунктов самовывоза на странице оформления заказа'),
('ru', 'store_locator.display_l', 'Список'),
('ru', 'store_locator.display_m', 'Карта'),
('ru', 'store_locator.display_ml', 'Карта и список'),
('ru', 'store_locator.main_destination', 'Находится в тарифной зоне'),
('ru', 'store_locator.name', 'Название'),
('ru', 'store_locator.no_rate_area', 'Нет тарифной зоны'),
('ru', 'store_locator.pickup', 'Самовывоз'),
('ru', 'store_locator.pickup_avail', 'Доступен для самовывоза'),
('ru', 'store_locator.pickup_locations', 'Места выдачи заказов'),
('ru', 'store_locator.pickup_rates_calculation_logic_changed_text', '<p>Модули <b>[pickup_addon]</b> и <b>[store_locator_addon]</b> объединены в один новый — <b>[stores_pickups_addon]</b>. Стоимость и сроки доставки теперь задаются более гибко и зависят от местонахождения (т.е. тарифной зоны) пункта самовывоза. Стоимость задаётся в единственном месте — на странице редактирования способа доставки.</p><p>По этой причине мы убрали поле <b>Доп. сбор</b> со страницы редактирования пункта самовывоза. Его значение всё ещё появляется в панели администратора, но не используется при расчёте стоимости. Проверьте ваши пункты самовывоза, а затем поправьте вручную стоимость доставки у всех способов доставки \"Самовывоз\".</p><p><a href=\"[shippings_manage]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Список способов доставки</a> <a href=\"[pickup_points_list]\" target=\"_blank\" class=\"btn btn-large\">Список пунктов самовывоза</a></p>'),
('ru', 'store_locator.pickup_rates_calculation_logic_changed_title', 'Самовывоз: Убран дополнительный сбор у пунктов самовывоза'),
('ru', 'store_locator.pick_up_points', 'Пункты самовывоза'),
('ru', 'store_locator.scroll_to_top', 'Вернуться к началу'),
('ru', 'store_locator.selected_fields', 'Выбранные магазины'),
('ru', 'store_locator.select_stores', 'Выберите магазины'),
('ru', 'store_locator.shipping_position', 'Порядок, выбранный в настройках способа доставки'),
('ru', 'store_locator.shipping_price_from', 'от [price]'),
('ru', 'store_locator.show_pickup_points_only', 'Скрыть места, где я не смогу забрать заказ'),
('ru', 'store_locator.show_to', 'Показывать в'),
('ru', 'store_locator.stores_and_pickup_points', 'Магазины и пункты самовывоза'),
('ru', 'store_locator.stores_position', 'Поле \"Позиция\" в настройках магазина'),
('ru', 'store_locator.surcharge_changes_hint', 'В прошлых версиях дополнительный сбор добавлялся к стандартной стоимости, которая задавалась через способ доставки. Теперь дополнительный сбор не учитывается при расчёте способа доставки. Мы оставили его здесь, чтобы вы могли посмотреть, какой надбавка была раньше, и правильно настроить стоимость на странице редактирования способа доставки.'),
('ru', 'store_locator.text_pickup_instruction', 'Способ доставки \"Самовывоз\" предлагает покупателю выбрать магазин для самовывоза. Создание и редактирование магазинов выполняется в модуле \"Расположение магазина\"<br /><b>Создание магазинов:</b> <a href=\"[store_locator]\">Расположение магазина</a>'),
('ru', 'store_locator.use_two_fingers_for_move_map', 'Двигайте карту двумя пальцами'),
('ru', 'store_locator.work_time', 'Режим работы'),
('ru', 'store_mode', 'Лицензирование'),
('ru', 'store_mode.plus', 'Plus'),
('ru', 'store_mode.ultimate', 'Ultimate'),
('ru', 'store_mode_changed', 'Режим лицензирования изменен'),
('ru', 'store_number', 'Номер магазина'),
('ru', 'store_object_denied', 'Этот объект ([object_type] [object_name]) недоступен для выбранного магазина.'),
('ru', 'store_rating', 'Store rating'),
('ru', 'store_theme', 'Тема витрины'),
('ru', 'subcategories', 'Подкатегории'),
('ru', 'subcategories_tree_cat', 'Дерево подкатегорий'),
('ru', 'subject', 'Тема'),
('ru', 'submit', 'Отправить'),
('ru', 'submit_my_order', 'Разместить заказ'),
('ru', 'subpages', 'Подстраницы'),
('ru', 'subscribe', 'Подписаться'),
('ru', 'subscribed', 'Подписан'),
('ru', 'subscribed_to', 'Подписан на [num] рассылок'),
('ru', 'subscriber', 'Подписчик'),
('ru', 'subscribers', 'Подписчики'),
('ru', 'subscribers_date', 'Дата добавления подписчиков'),
('ru', 'subscribers_menu_description', 'Список подписчиков и настройки рассылки.'),
('ru', 'subscribers_menu_item_text', 'Подписчики'),
('ru', 'subscribers_no_promo', 'Без промо-акции'),
('ru', 'subscribers_num', 'Количество подписчиков'),
('ru', 'subscribers_promo_subject', 'Спасибо за подписку! Используйте код купона [coupon] для получения нашего специального предложения \"[promotion]\".'),
('ru', 'subscriber_email', 'Еmail подписчика'),
('ru', 'subscriptions', 'Подписки'),
('ru', 'subtotal', 'Сумма'),
('ru', 'subtotal_sum', 'Предварительная стоимость'),
('ru', 'subtract', 'Вычесть'),
('ru', 'suburb', 'Пригород'),
('ru', 'successful', 'Успешно'),
('ru', 'successfully_registered', 'Вы успешно зарегистрированы'),
('ru', 'successful_login', 'Вы успешно авторизовались.'),
('ru', 'success_registration_text', 'Поздравляем! Регистрация прошла успешно!<br/>Теперь вы можете пользоваться всеми возможностями магазина, полный список которых доступен в выпадающем меню «Мой профиль».'),
('ru', 'suffix', 'Постфикс'),
('ru', 'summary', 'Итог'),
('ru', 'supplier', 'Поставщик'),
('ru', 'suppliers', 'Поставщики'),
('ru', 'suppliers.event.order.supplier_notified.name', 'Поставщики: статус заказа изменился на [status]'),
('ru', 'suppliers.supplier_notifications', 'Уведомления для поставщиков'),
('ru', 'suppliers_menu_description', 'Список зарегистрированных поставщиков.'),
('ru', 'supplier_deleted', 'Поставщик был успешно удален.'),
('ru', 'supplier_email_header', 'Перечисленные ниже товары были куплены в нашем магазине и должны быть доставлены покупателю.'),
('ru', 'supplier_id', 'Поставщик'),
('ru', 'surcharge', 'Доп. сбор'),
('ru', 'surcharge_title', 'Название поля доп. сбора'),
('ru', 'sweden', 'Швеция'),
('ru', 'swedish', 'Шведский'),
('ru', 'swing', 'Изменение'),
('ru', 'switch_layout', 'Сменить макет'),
('ru', 'symbol', 'Символ'),
('ru', 'system', 'Система'),
('ru', 'system_environment', 'Системное окружение'),
('ru', 's_first_name_and_last_name', 'Имя и фамилия (для доставки)'),
('ru', 's_fullname', 'ФИО (для доставки)'),
('ru', 's_last_name_and_first_name', 'Фамилия и имя (для доставки)'),
('ru', 'tab', 'Табуляция'),
('ru', 'table', 'Таблица'),
('ru', 'tables', 'Таблицы'),
('ru', 'table_column_has_been_deleted', 'Колонка товара была успешно удалена.'),
('ru', 'table_conditions', 'Условия таблицы'),
('ru', 'tabs', 'Вкладки'),
('ru', 'tag', 'Тег'),
('ru', 'tags', 'Теги'),
('ru', 'tags_menu_description', 'Редактирование тегов товаров и контентных страниц.'),
('ru', 'tag_cloud', 'Облако тегов'),
('ru', 'tax', 'Налог'),
('ru', 'taxes', 'Налоги'),
('ru', 'taxes_menu_description', 'Редактирование налогов, которые используются в вашем магазине.'),
('ru', 'tax_exempt', 'Освобождение от налогов'),
('ru', 'tax_rates', 'Ставки налога'),
('ru', 'temando_centimetres', 'Сантиметры'),
('ru', 'temando_feet', 'Футы'),
('ru', 'temando_inches', 'Дюймы'),
('ru', 'temando_method_depottodepot', 'Склад - Склад'),
('ru', 'temando_method_doortodoor', 'Дверь - Дверь'),
('ru', 'temando_metres', 'Метры'),
('ru', 'temando_package_backpack', 'Рюкзак'),
('ru', 'temando_package_bale', 'Кипа'),
('ru', 'temando_package_box', 'Коробка'),
('ru', 'temando_package_bunch', 'Пачка'),
('ru', 'temando_package_bundle', 'Связка'),
('ru', 'temando_package_carton', 'Картонная коробка'),
('ru', 'temando_package_crate', 'Ящик'),
('ru', 'temando_package_cylinder', 'Баллон'),
('ru', 'temando_package_documentenvelope', 'Конверт для документов'),
('ru', 'temando_package_drum', 'Бочка'),
('ru', 'temando_package_flatpack', 'Плоская коробка'),
('ru', 'temando_package_letter', 'Письмо'),
('ru', 'temando_package_pail', 'Канистра'),
('ru', 'temando_package_pallet', 'Поддон'),
('ru', 'temando_package_parcel', 'Посылка'),
('ru', 'temando_package_pipe', 'Труба'),
('ru', 'temando_package_roll', 'Рулон'),
('ru', 'temando_package_satchel', 'Мешок'),
('ru', 'temando_package_skid', 'Стеллаж'),
('ru', 'temando_package_suitcase', 'Чемодан'),
('ru', 'temando_package_tube', 'Туба'),
('ru', 'temando_package_unpackaged', 'Не упакован или недоступен'),
('ru', 'temando_package_wheel', 'Колесо/шина'),
('ru', 'temando_subclass_excessbaggage', 'Перевес'),
('ru', 'temando_subclass_furniture', 'Мебель'),
('ru', 'temando_subclass_householdgoods', 'Хозяйственные товары'),
('ru', 'temando_subclass_other', 'Другое'),
('ru', 'temando_system', 'Система Temando'),
('ru', 'temando_weight_grams', 'Граммы'),
('ru', 'temando_weight_kilograms', 'Килограммы'),
('ru', 'temando_weight_ounces', 'Унции'),
('ru', 'temando_weight_pounds', 'Фунты'),
('ru', 'template', 'Шаблон'),
('ru', 'templates', 'Шаблоны'),
('ru', 'templates_tree', 'Дерево шаблонов'),
('ru', 'template_document_gift_certificate_default', 'Подарочный сертификат: по умолчанию'),
('ru', 'template_document_order_imagem', 'Счет'),
('ru', 'template_document_order_image_product', 'Imagem do produto'),
('ru', 'template_document_order_invoice', 'Счет'),
('ru', 'template_document_order_summary', 'Детали заказа'),
('ru', 'template_document_packing_slip_default', 'Упаковочный лист'),
('ru', 'template_document_product_imagem', 'Счет'),
('ru', 'template_document_rma_packing_slip_default', 'Возврат товаров: упаковочный лист'),
('ru', 'template_document_supplier_order_invoice', 'Поставщики: счёт'),
('ru', 'terminal', 'Терминал'),
('ru', 'terminal_id', 'ID терминала'),
('ru', 'terms_and_conditions', 'Условия'),
('ru', 'terms_and_conditions_content', '<p>Перед использованием сайта <a href=\"http://www.mywebsite.com\">http://www.mywebsite.com</a> и мобильного приложения \"My Mobile App\" (далее \"сервис\"), предоставляемых \"My Company\" (далее \"мы\", \"нас\", \"наш\"), пожалуйста, внимательно ознакомьтесь с условиями соглашения (далее \"условия\").</p><p><strong>Получая доступ и используя данный сервис вы принимаете условия данного соглашения. В случае, если вы не согласны с каким-либо условием, Вам может быть закрыт доступ к сервису.</strong></p><p><strong>Покупки</strong></p><p>При покупке товаров и услуг, предоставляемых сервисом (далее \"покупка\"), Вам может потребоваться указать информацию, имеющую отношение к покупке, которая включает, но не ограничивается...</p><p><strong>Содержимое</strong></p><p>Наш сервис позволяет размещать, оставлять ссылки, хранить, делиться и делать доступными иными способами информацию, текст, графические изображения, видео и другие материалы (далее \"содержимое\"). Вы несёте ответственность за...</p><p><strong>Изменения</strong></p><p>Мы оставляем за собой право по нашему усмотрению изменять условия в любой момент. При внесении существенных изменений в условия соглашения по меньшей мере за 30 дней до их вступления в силу будет разослано оповещение. Содержание значимых изменений остаётся полностью на наше усмотрение.</p><p><strong>Обратная связь</strong></p><p>Если у Вас возникли вопросы по настоящим условиям, пожалуйста, свяжитесь с нами.</p>'),
('ru', 'test', 'Тест'),
('ru', 'testimonials', 'Отзывы'),
('ru', 'test_live_mode', 'Тестовый/рабочий режим'),
('ru', 'test_mode', 'Тестовый режим'),
('ru', 'text', 'Текст'),
('ru', 'textarea', 'Текстовая область'),
('ru', 'text_2checkout_notice', '<b>Примечание</b>: Чтобы проследить ваши заказы, сделанные через 2Checkout выполните следующее:<br /><br />-&nbsp;Зайдите в свою учетную запись 2Checkout<br>-&nbsp;Нажмите на <u>\'Site management\'</u> в секции <u>\'Account\'</u> .<br>-&nbsp;Выберите опцию <b>\'Given links back to my website\'</b> в подсекции <u>\'Direct return\'</u><br />-&nbsp;Установите значения <u>\'Approved URL\'</u> и <u>\'Pending URL\'</u> в:<br /><b>[return_url]</b><br />-&nbsp;Заполните поле <u>\'Secret Word\'</u>. Секретное слово известно только продавцу и 2CheckOut.<br />'),
('ru', 'text_2co_ins', 'Сервис мнгновенных уведомлений (INS)'),
('ru', 'text_access_notice', 'Вы можете использовать подстановочные символы для вкладок «Домен», «Эл. почта», «Банковская карта»: <br /><b>*</b> — любое количество символов, включая ноль<br /><b>?</b> — любой одиночный символ.'),
('ru', 'text_additional_detailed_image', '(показывается во всплывающем окне)'),
('ru', 'text_additional_storefront_license_required', '<p>Нельзя создать новую витрину. Число витрин, доступных для вашей лицензии <code>[license_number]</code>:  [allowed_storefronts].</p><p>Число витрин, существующих в вашем магазине: [existing_storefronts].</p><p>Чтобы создать больше витрин, приобретите необходимое количество лицензий на дополнительные витрины.</p>'),
('ru', 'text_additional_thumbnail', '(показывается на детальной странице товара в Дополнительных изображениях)'),
('ru', 'text_addon_cannot_enable', 'Модуль «[addon_name]» несовместим со следующими модулями: [addons]. Включить его не удалось'),
('ru', 'text_addon_confclicts', 'Модуль «[addon_name]» несовместим со следующими модулями: [addons]. Эти модули будут автоматически отключены.'),
('ru', 'text_addon_confclicts_on_install', 'Модуль \"[addon_name]\" несовместим со следующими модулями: [addons]. Модуль не был включен. Включите его вручную и все несовместимые модули будут отключены автоматически.'),
('ru', 'text_addon_disable_dependencies', 'Этот модуль не может быть отключен, так как от него зависит работа следующих модулей: [addons]'),
('ru', 'text_addon_enable_dependencies', 'Этот модуль не может быть включен, так как для его работы нужны следующие модули: [addons]'),
('ru', 'text_addon_installed', 'Модуль <b>\"[addon]\"</b> был успешно установлен'),
('ru', 'text_addon_install_dependencies', 'Этот модуль не может быть установлен, потому что его работа зависит от модуля [addon]. Пожалуйста, сначала установите модуль [addon].'),
('ru', 'text_addon_refreshed', 'Настройки и языковые переменные модуля <b>[addon]</b> были успешно обновлены.'),
('ru', 'text_addon_uninstalled', 'Модуль<b>\"[addon]\"</b> был удален'),
('ru', 'text_addon_uninstall_dependencies', 'Этот модуль не может быть удален, потому что работа следующих модулей зависит от него: [addons]'),
('ru', 'text_addresses_wildcards', 'В этом поле вы можете использовать подстановочные символы:<br><b>?</b> — любой одиночный символ; <b>*</b> — любое количество символов.<br><br><u>Например:</u><br><b>улица М*</b> соответствует: «улица Маяковского», «улица Московская», и т.д.'),
('ru', 'text_address_not_found', 'Адрес не найден'),
('ru', 'text_admin_new_orders', 'Эта секция отображает заказы, которые Вы еще не просматривали.'),
('ru', 'text_allowed_to_upload_file_extension', 'Можно загрузить файлы со следующими расширениями: <b>[ext]</b>.'),
('ru', 'text_all_categories_included', 'Все категории включены'),
('ru', 'text_all_products_included', 'Все продукты включены'),
('ru', 'text_amazon_callback_url', 'Внимание! Вы должны задать ссылку на ваш магазин <b>[callback_url]</b> в поле Merchant URL на Amazon\'s Seller Central Website (Settings > Checkout Pipeline Settings). Иначе Вы не сможете принимать платежи через Amazon Checkout в вашем магазине'),
('ru', 'text_amazon_failed_order', 'Ответ от Amazon Checkout не был получен, пожалуйста, ждите. Хотя заказ может быть еще не создан в магазине, он с большой вероятностью был создан и оформлен на Amazon Checkout. Пожалуйста, обратитесь к администрации магазина и сообщите им номер заказа, предоставленный на Amazon'),
('ru', 'text_amazon_incorrect_products_count', 'Количество товаров в вашей корзине отличается от количества товаров в запросе Amazon.'),
('ru', 'text_amazon_link_message', 'В тестовом режиме ссылка Merchant URL может быть HTTP-ссылкой на ваш магазин, но рабочий режим работает только через безопасное соединение, и вы должны использовать HTTPS-ссылку. Также, не забудьте включить production mode на сайте Amazon\'s Seller Central, когда будете готовы использовать рабочий режим.'),
('ru', 'text_amazon_surcharge', '<b>Внимание:</b> Согласно <a href=\'https://payments.amazon.com/sdui/sdui/about?nodeId=6019\' target=\'_blank\'>пользовательскому соглашению Amazon</a> (B4.2) доплаты к основной сумме не поддерживаются. Любые установленные Вами доплаты не будут использованы при платежах через Amazon Checkout.'),
('ru', 'text_anonymous_checkout', 'Для оформления заказа Вы должны зарегистрироваться.'),
('ru', 'text_answer_type', 'Собственный ответ (текст)'),
('ru', 'text_applied_promotions', 'Ваши бонусы'),
('ru', 'text_approval_notice', 'Это сообщение ожидает подтверждения'),
('ru', 'text_are_you_sure_to_delete_file', 'Вы уверены, что хотите удалить этот элемент?'),
('ru', 'text_are_you_sure_to_proceed', 'Вы уверены, что хотите продолжить?'),
('ru', 'text_atos_notice', '<b>Примечание:</b><br />1. Скопируйте ваш сертификат в директорию [home_path]. Переименуйте сертификат на certif.fr.[my_merchant_id], где [my_merchant_id] – это номер вашего сайта.<br /> 2. Переименуйте файл параметров магазина (parmcom.014213245611111 file) на parmcom.[my_merchant_id].<br />3. Отредактируйте файл <b>pathfile</b> в директории  <b>[home_path]</b> <br />- Замените стоку \'<u>D_LOGO![some_dir]!</u>\' на \'<u>D_LOGO![http_path]/logo/!</u>\'<br />- Замените строку \'<u>F_DEFAULT![/some_dirs/parmcom.sogenactif]!</u>\' на \'<u>F_DEFAULT![home_path]/parmcom.sogenactif!</u>\'<br />- Замените строку \'<u>F_PARAM![/some_dirs/parmcom]!</u>\' на \'<u>F_PARAM![home_path]/parmcom!</u>\'<br />- Замените строку \'<u>F_CERTIFICATE![/some_dirs/certif]!</u>\' на \'<u>F_CERTIFICATE![home_path]/certif!</u>\'<br />4. Редактируйте файл <b>parmcom.[some_number]</b> в директории <b>[home_path]</b> <br />- Замените строку \'<u>AUTO_RESPONSE_URL![some_url]!</u>\' на \'<u>AUTO_RESPONSE_URL![auto_url]!</u>\'<br />- Замените строку \'<u>CANCEL_URL![some_url]!</u>\' на \'<u>CANCEL_URL![ok_url]!</u>\'<br />- Замените строку \'<u>RETURN_URL![some_url]!</u>\' на \'<u>RETURN_URL![ok_url]!</u>\'<br />\'<u>RETURN_URL![ok_url]!</u>\'<br />'),
('ru', 'text_atos_warning', '<span style=\"color:#FF2222\">Внимание!</span> Путь к файлам atos не должен содержать больше 60 символов, в противном случае скопируйте папку atos_files в какую-нибудь родительскую директорию, например, в  центральную (основную) директорию магазина. Пожалуйста убедитесь, что директория с atos файлами имеет все права доступа.'),
('ru', 'text_authentication_failed_message', 'Авторизация этой транзакции не прошла. В целях защиты от нелегального использования, эта карта не может быть использована для оплаты заказа. Вы можете выбрать другой способ оплаты.'),
('ru', 'text_backup_filename_hint', 'Чтобы скачать этот архив, нажмите на значок шестеренки и выберите Скачать');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('ru', 'text_backup_management_notice', 'Эта секция позволяет вам управлять вашими резервными файлами.<br>- Для восстановления базы данных, отметьте галочкой необходимый файл и нажмите на кнопку «Восстановить» (обратите внимание, что если вы отмечаете более одного файла, будет использован только первый)<br>- Чтобы удалить файлы, отметьте их галочкой и нажмите кнопку «Удалить».<br>- Чтобы загрузить файл на компьютер, нажмите на название файла.'),
('ru', 'text_banner', 'Текстовый баннер'),
('ru', 'text_billing_address_is_different_from_shipping', 'Я оформляю заказ как юридическое лицо'),
('ru', 'text_billing_same_with_shipping', 'Адрес плательщика и адрес доставки совпадают'),
('ru', 'text_block_trial_notice', 'Ваш 30-дневный период тестирования истек. Пожалуйста, купите полную лицензию или удалите программное обеспечение с вашего сервера.'),
('ru', 'text_box', 'Текстовое поле'),
('ru', 'text_buy_new_license', 'Если у вас еще нет лицензионного ключа, вы можете приобрести его на нашем официальном сайте.'),
('ru', 'text_cannot_apply_points_to_this_order_because_total', 'К сожалению, вы не можете использовать баллы в этом заказе, потому что его общая стоимость равна нулю.'),
('ru', 'text_cannot_apply_points_to_this_order_because_user', 'К сожалению, вы не можете использовать баллы в этом заказе, потому что на вашем счете недостаточно баллов.'),
('ru', 'text_cannot_create_directory', 'Создание директории <b>[directory]</b> невозможно. Пожалуйста, проверьте права доступа.'),
('ru', 'text_cannot_create_file', 'Создание файла <b>[file]</b> невозможно. Пожалуйста, проверьте права доступа к директории.'),
('ru', 'text_cannot_delete_directory', 'Удаление <b>[directory]</b> невозможно. Пожалуйста, проверьте права доступа к директории.'),
('ru', 'text_cannot_delete_file', 'Удаление файла <b>[file]</b> невозможно.  Пожалуйста, проверьте права доступа к директории.'),
('ru', 'text_cannot_rename_directory', 'Переименование директории <b>[directory]</b> невозможно.  Пожалуйста, проверьте права доступа к директории.'),
('ru', 'text_cannot_rename_file', 'Переименование файла <b>[file]</b> невозможно. Пожалуйста, проверьте права доступа к директории.'),
('ru', 'text_cannot_restore_directory', 'Невозможно восстановить директорию <b>[directory]</b> из хранилища. Пожалуйста, проверьте существование хранилища.'),
('ru', 'text_cannot_restore_file', 'Невозможно восстановить файл <b>[file]</b> из хранилища. Пожалуйста, проверьте существование хранилища.'),
('ru', 'text_can_be_used_once', 'Этот купон может быть применен только один раз. Вы уже использовали его.'),
('ru', 'text_cart_amount_changed', 'Количество товара <b>[product]</b> в вашей корзине было изменено на допустимое.'),
('ru', 'text_cart_amount_corrected', 'В настоящее время не имеется в наличии необходимого количества товаров для вашего заказа. Количество товаров <b>[product]</b>  в вашей корзине было уменьшено до максимально допустимого.'),
('ru', 'text_cart_empty', 'Ваша корзина пуста'),
('ru', 'text_cart_max_qty', 'Максимальное количество для товара \"[product]\" <b>[quantity]</b>'),
('ru', 'text_cart_min_qty', 'Минимальное количество для товара \"[product]\" <b>[quantity]</b>'),
('ru', 'text_cart_not_enough_inventory', 'Количество товара в наличии недостаточно для вашего заказа'),
('ru', 'text_cart_zero_inventory', 'Товара <b>[product]</b> нет в наличии, поэтому его нельзя добавить в корзину'),
('ru', 'text_cart_zero_inventory_and_removed', 'Товар <b>[product]</b> отсутствует на складе и был удален из вашей корзины'),
('ru', 'text_catalog_mode_zero_price_action_notice', 'Чтобы на детальной странице товара отображалсь кнопка покупки, установите значение поля «Действие при нулевой цене» на «Разрешить добавлять товар в корзину».'),
('ru', 'text_categories_have_been_deleted', 'Категории были успешно удалены'),
('ru', 'text_category_delimiter', 'Разделитель пути для основной категории товара (например: «Computers///Desktops»)'),
('ru', 'text_category_detailed_image', '(для показа только на странице категории)'),
('ru', 'text_category_has_been_deleted', 'Категория, подкатегория и их товары были успешно удалены.'),
('ru', 'text_category_icon', '(показывается в списке категорий и на страницах с подробным описанием)'),
('ru', 'text_cc_javascript_disabled', 'Внимание! В вашем браузере отключен <b>JavaScript</b>. Для оплаты заказа нажмите'),
('ru', 'text_cc_number_is_blocked', 'Номер банковской карты <b>[cc_number]</b> заблокирован администратором. Пожалуйста, свяжитесь с администрацией магазина или воспользуйтесь другой картой.'),
('ru', 'text_cc_processor_connection', 'Идет соединение с сервером платежной системы <b>[processor]</b>...'),
('ru', 'text_cdn_check', '<strong>Внимание!</strong> Проверьте что ссылка, например эта <a href=\"[url]\">[url]</a>, открывается, перед тем как включить CDN (вы сможете включить его после активации). Активация хранилища обычно занимает 10-15 минут (в поле \"Статус\" должно отображаться \"Активен\", обновите страницу для его обновления).'),
('ru', 'text_cdn_setup', 'Система доставки контента настроена.'),
('ru', 'text_changes_not_saved', 'Сделанные изменения не были сохранены.'),
('ru', 'text_changes_saved', 'Изменения были сохранены.'),
('ru', 'text_change_password', 'Вы уже авторизированы. Пожалуйста, измените пароль и нажмите кнопку \'Обновить\'.'),
('ru', 'text_character_identifier_tooltip', 'Последовательность символов, используемая в качестве идентификатора. Вы можете использовать цифры от 0 до 9, символы английского алфавита и следующие знаки \"-\", \"_\", \".\".'),
('ru', 'text_checkout_new_profile_notice', 'Если Вы новый покупатель, просьба сообщить следующую информацию:'),
('ru', 'text_cities_wildcards', 'В этом поле вы можете использовать подстановочные символы:<br><b>?</b> — любой одиночный символ; <b>*</b> — любое количество символов.<br><br><u>Например:</u><br><b>Нижний Н*</b> соответствует: «Нижний Новгород»<br><b>Н?ж*</b> соответствует: «Нижний Новгород», «Нижний Тагил», и т.д.'),
('ru', 'text_click_here', 'Нажмите здесь для детальной информации'),
('ru', 'text_cmcic_notice', 'Пожалуйста, задайте следующий URL как <b>CGI2</b>: <b>[postback_url]</b>'),
('ru', 'text_cmpi_frame_message', 'В целях безопасности, пожалуйста, заполните представленную ниже форму. Не нажимайте кнопку обновить или назад, иначе эта сделка может быть прервана или отменена.'),
('ru', 'text_cmpi_go_back', 'Вернуться к оформлению заказа'),
('ru', 'text_combination_out_of_stock', 'Товаров с выбранными опциями нет в наличии'),
('ru', 'text_companies_activated', 'Выбранные компании были активированы'),
('ru', 'text_companies_disabled', 'Выбранные компании были  отклонены'),
('ru', 'text_company_status_active_subj', 'Ваша компания была активирована.'),
('ru', 'text_company_status_active_to_pending', 'Ваш статус продавца был изменен с активного на ожидающего подтверждения.'),
('ru', 'text_company_status_changed', 'Статус вашей компании [company] был изменен на [status].'),
('ru', 'text_company_status_disabled_subj', 'Ваша компания была деактивирована.'),
('ru', 'text_company_status_disabled_to_pending', 'Ваш статус продавца был изменен с деактивированного на ожидающего подтверждения.'),
('ru', 'text_company_status_new_to_active', 'Ваш запрос на создание учетной записи продавца [company] был одобрен.'),
('ru', 'text_company_status_new_to_active_administrator_created', 'Создан новый администратор. Теперь Вы можете войти в панель администратора: <a href=\"[link]\">[link_text]</a>, используя следующие данные:<br />Логин: [login]<br />Пароль: [password]'),
('ru', 'text_company_status_new_to_active_administrator_updated', 'Тип учетной записи [login] был изменен на учётную запись администратора. Теперь Вы можете войти в панель администратора: <a href=\"[link]\">[link_text]</a>'),
('ru', 'text_company_status_new_to_active_subj', 'Ваш запрос на создание учетной записи продавца был одобрен.'),
('ru', 'text_company_status_new_to_disable', 'Ваш запрос на создание учетной записи продавца [company] был отклонен.'),
('ru', 'text_company_status_new_to_disable_subj', 'Ваш запрос на создание учетной записи продавца был отклонен.'),
('ru', 'text_company_status_new_to_pending', 'Поздравляем, ваш запрос на создание учетной записи продавца был одобрен. После того, как мы просмотрим вашу информацию, мы опубликуем её на нашем сайте.'),
('ru', 'text_company_status_pending', 'Неподтверждённый статус учётной записи позволяет вам заходить в панель администратора, изменять информацию о Вашей компании и добавлять товары в магазин.'),
('ru', 'text_company_status_pending_subj', 'Ваша компания ожидает подтверждения.'),
('ru', 'text_company_status_pending_to_active', 'Изменения Вашей учетной записи продавца [company] были одобрены.'),
('ru', 'text_conditions_cleared', 'Условия таблицы были очищены'),
('ru', 'text_confirmation_page_header', 'Эта страница подтверждения. Вы должны подтвердить операцию перед ее выполнением.'),
('ru', 'text_confirm_passwd_recovery', 'Пожалуйста, перейдите по ссылке для восстановления пароля'),
('ru', 'text_cpf_exists', 'CPF está vinculado a outra conta'),
('ru', 'text_csrf_attack', 'Доступ запрещен: Возможна CSRF-атака'),
('ru', 'text_customer_area_logo', 'Логотип для <b>витрины</b>'),
('ru', 'text_datatrans_notice', '<b>Примечание</b>: Для того чтобы отслеживать заказы DataTrans, сделайте следующее:<br /> <br /> -&nbsp;Авторизуйтесь в DataTrans<br /> -&nbsp;Нажмите на ссылку <b>Upp Data</b> в секции <b>Upp Administration</b>.<br /> -&nbsp;Установите <b>URL Post data format</b> в <b>Data in Post format</b>.<br /> -&nbsp;Установите <b>Approved URL</b>:<br /> <b>[post_url]</b><br /> -&nbsp;Нажмите на ссылку <b>Security</b> в секции <b>Upp Administration</b>.<br /> -&nbsp;Выберите опцию <b>An additional merchant identification will be send with payment messages</b>.<br /> -&nbsp;Сгенерируйте новую цифровую подпись, используя кнопку <b>Generate new sign</b>.<br /> -&nbsp;Введите сгенерированное значение в поле<b>Digital signature</b> на странице настроек способа оплаты DataTrans в своей панели администратора.<br />'),
('ru', 'text_data_changed', 'Сделанные изменения не были сохранены.Нажмите OK, чтобы продолжить, или Cancel, чтобы остаться на странице.'),
('ru', 'text_decrease_points_in_use', 'Баллы, использованные для заказа, были вычтены со счета.'),
('ru', 'text_deltapay_notice', '<b>Примечание:</b> Отошлите следующую информацию в поддержку DeltaPay:<br />Payment page: \'<u>[payment_url]</u>\'<br />Success page: \'<u>[result_url]</u>\'<br />Failure page: \'<u>[result_url]</u>\'<br />Cancel page: \'<u>[result_url]</u>\'<br />'),
('ru', 'text_directebanking_notice', 'Задайте параметр \'Success link\' как: <b>[success_url]</b><br /> Установите \'Abort link\' в: <b>[abort_url]</b><br /> Добавьте новые HTTP уведомления и установите \'Notification URL\' в: <b>[notification_url]</b><br /> Активируйте проверку ввода и установите \'Hash Algoritm\' в \'SHA1\'<br />'),
('ru', 'text_directory_created', 'Директория <b>[directory]</b> успешно создана.'),
('ru', 'text_directory_deleted', 'Директория <b>[directory]</b> успешно удалена'),
('ru', 'text_directory_renamed', 'Директория <b>[directory]</b> была успешно переименована в директорию <b>[to_directory]</b>'),
('ru', 'text_directory_restored', 'Директория <b>[directory]</b> была восстановлена из резервной копии'),
('ru', 'text_downloads_empty', 'Ваш список загрузок пуст'),
('ru', 'text_editing', 'Редактирование текста'),
('ru', 'text_edp_product', 'Поставка в электронном виде'),
('ru', 'text_ekey_not_valid', 'Введенный электронный ключ неверен или истек'),
('ru', 'text_email_is_blocked', 'Адрес эл. почты <b>[email]</b> заблокирован администратором. Пожалуйста, свяжитесь с администрацией магазина или попробуйте другой адрес.'),
('ru', 'text_email_sent', 'Эл. письмо успешно отправлено.'),
('ru', 'text_emerchantpay_notice', 'Пожалуйста, добавьте следующие URL на странице конфигурации eMerchantPay eCommerce Payment Form:<br/><br/><b>BackReturn URL:</b><br/>[backreturn_url]<br/><br/><b>Custom Approval URL:</b><br/>[notify_url]<br/><br/><b>Custom Decline URL:</b><br/>[decline_url]<br/><br/><b>Activate Notification URL:</b><br/>[process_url]'),
('ru', 'text_enabled_testimonials_notice', 'Отзывы отключены. Чтобы включить возможность оставлять отзывы, перейдите на страницу <a href=\"[link]\">Комментарии и отзывы → Настройки</a> и выберите в поле «Отзывы» «Обсуждение», «Оценки» или «Обсуждение и оценки».'),
('ru', 'text_enets_notice', 'Пожалуйста, отправьте следующий URL менеджеру eNPS в качестве ответа для всех трех случаев (успех, неудача, отмена): [r_url]'),
('ru', 'text_entered_html_was_sanitized', 'Некоторые из использованных вами <strong>HTML-тегов</strong> <strong>были вырезаны</strong> из-за ограничения на вставку определенных тегов, например &lt;object&gt;, &lt;iframe&gt;, &lt;embed&gt; и код JavaScript. Поэтому контент, добавленный этими тегам, не будет отображаться.'),
('ru', 'text_enter_filename', 'Пожалуйста, введите новое имя файла'),
('ru', 'text_error_adding_request', 'Ошибка при добавлении запроса.'),
('ru', 'text_exim_data_exported', 'Данные успешно экспортированы.'),
('ru', 'text_exim_data_imported', 'Данные успешно импортированы.<br />Новые объекты - <b>[new]</b>;<br />Обновленные объекты - <b>[exist]</b>;<br />Всего - <b>[total]</b>.'),
('ru', 'text_exim_data_imported_clear', 'Данные импортированы успешно.'),
('ru', 'text_exim_export_notice', 'Ниже приведен список полей, которые могут быть экспортированы. Выделенные поля являются обязательными.'),
('ru', 'text_exim_import_features_note', '<h4>Формат импорта характеристик товара</h4><code>(%Группа%) %Название%: %Тип%[%Значение%]</code>где,<dl class=\"dl-horizontal\"><dt>%Группа%</dt><dd>название группы, к которой относится данная характеристика</dd><dt>%Название%</dt><dd>название характеристики</dd><dt>%Тип%</dt><dd>тип характеристики (C - флажок, M - группа флажков, S - текстовый список вариантов, N - числовой список вариантов, E - расширенный список вариантов, T - текст, O - число, D - дата)</dd><dt>%Значение%</dt><dd>значение характеристики (несколько значений могут разделяться запятой)</dd></dl><p>Несколько характеристик должны быть разделены точкой с запятой.</p><h5>Например:</h5><code>ISBN: T[1233423423]; Дата выпуска: D[05/05/07]; Цвет: S[Red]</code>'),
('ru', 'text_exim_import_files_note', '<h4>Формат импорта файлов</h4><code>%Местонахождение файла%</code> где,<dl class=\"dl-horizontal\"><dt>%Местонахождение файла%</dt><dd>абсолютный или относительный путь на файловой системе сервера или URL</dd></dl><p>Несколько файлов должны быть разделены точкой с запятой.</p><h5>Пример 1:</h5><code>file1.jpg</code><h5>Пример 2:</h5><code>backup/file1.zip, images/file2.jpg</code>'),
('ru', 'text_exim_import_images_note', '<h4>Формат импорта изображений</h4><code>%Местонахождение изображения%#%Альтернативный текст%</code> где,<br><dl class=\"dl-horizontal\"><dt>%Местонахождение изображения%</dt><dd>абсолютный или относительный путь на файловой системе сервера или URL,</dd><dt>%Альтернативный текст%<dt><dd>альтернативный текст изображения</dd></dl><h5>Пример 1:</h5><code>images/product_images/apples.jpg#Apples</code><h5>Пример 2:</h5><code>http://www.site.com/apples.jpg#Apples</code>'),
('ru', 'text_exim_import_notice', 'Ниже приведен список полей, которые может содержать ваш файл. Выделенные поля являются обязательными. Если вы импортируете данные, содержащие специальные символы (запятые, точки с запятыми и т.д.), соответствующие поля должны быть заключены в кавычки.'),
('ru', 'text_exim_import_options_note', '<h4>Формат импорта опций товаров</h4><code>%Название%: %Тип%[{$ldelim}%ID варианта 1%{$rdelim}%Вариант 1%,{$ldelim}%ID варианта 2%{$rdelim}%Вариант 2%,{$ldelim}%ID варианта N%{$rdelim}%Вариант N%]</code> где, <dl class=\"dl-horizontal\"><dt>%Название%</dt><dd>название опции,</dd><dt>%ID варианта N%</dt><dd>идентификатор варианта, </dd><dt>%Вариант N%</dt><dd>название варианта. Варианты должны указываться только в том случае, если тип опции - список вариантов или радиогруппа.</dd><dt>%Тип%</dt><dd>тип опции может быть следующим:<br><ul><li><b>S</b> - список вариантов,</li><li><b>R</b> - радиогруппа,</li><li><b>C</b> - флажок,</li><li><b>I</b> - простой ввод,</li><li><b>T</b> - текстовая область.</li></ul></dd></dl><p>Несколько опций должны разделяться точкой с запятой.</p><h5>Примеры:</h5>Простые опции с текстом:<code>Возраст: I; Дата рождения: I; Заметки: T</code><br>Опции с вариантами:<code>Цвет: S[Красный, Зелёный, Синий]; Размер: R[X, XL, XXL]</code>'),
('ru', 'text_exim_utf8_file_format', 'Пожалуйста, проверьте, чтобы кодировка импортируемого файла была UTF-8'),
('ru', 'text_expired_license', 'К сожалению, ваша подписка на [product] истекла. Пожалуйста, обновите её как можно быстрее, во избежание приостановления обслуживания.'),
('ru', 'text_failed_gift_certificate_addition', 'Сертификат добавить не удалось. Убедитесь, что сумма не равна нулю.'),
('ru', 'text_features_delimiter', 'Разделитель между значениями вариантов характеристики товара.'),
('ru', 'text_feedback_notice', 'Параметры, которые будут отправлены на наш сервер для изучения функциональности и текущей конфигурации представлены ниже.<br />Они не включают никакой личной или финансовой информации. После того, как вы ознакомитесь с параметрами, нажмите «Отправить».<br />'),
('ru', 'text_files_directory', 'Абсолютный путь к директории, в которой находятся файлы товаров.<br> Это значение будет использовано, если путь в поле «Файл» не задан.'),
('ru', 'text_file_created', 'Файл <b>[file]</b> был успешно создан.'),
('ru', 'text_file_deleted', 'Файл <b>[file]</b> был успешно удален.'),
('ru', 'text_file_editor_notice', 'Вы можете загрузить и скачать файлы через <a href=\"[href]\">Редактор файлов</a>'),
('ru', 'text_file_editor_notice_full_link', 'Вы можете загрузить и скачать файлы, пройдя по ссылке [link]'),
('ru', 'text_file_renamed', 'Файл <b>[file]</b> был успешно переименован в файл <b>[to_file]</b>'),
('ru', 'text_file_restored', 'Файл <b>[file]</b> был восстановлен из резервной копии'),
('ru', 'text_file_saved', 'Файл <b>[file]</b> был успешно сохранен'),
('ru', 'text_fill_the_mandatory_fields', 'Вы должны заполнить все обязательные поля'),
('ru', 'text_forbidden_file_extension', 'Создавать/загружать/переименовывать файлы с расширением <b>.[ext]</b> запрещено.'),
('ru', 'text_forbidden_file_mime', 'Не разрешается создавать/загружать/переименовывать файлы типа <b>[mime]</b> MIME.'),
('ru', 'text_forbidden_functionality', '<p>Чтобы пользоваться этой функцией, приобретите лицензию [product].</p>'),
('ru', 'text_forbidden_uploaded_file_extension', 'Загружать файлы с расширением <b>.[ext]</b> запрещено. Допустимые расширения: <b>[exts]</b>'),
('ru', 'text_forbidden_uploaded_file_size', 'Загружать файлы с размером больше чем <b>[size]</b> запрещено'),
('ru', 'text_form_cresecure_notice', 'Пожалуйста, завершите оплату ниже.<br />Это безопасная страница оплаты.'),
('ru', 'text_full_mode_required', 'Активируйте <strong>Полный режим</strong>'),
('ru', 'text_gate2shop_notice', 'Пожалуйста, задайте следующие значения в параметрах настройки Gate2Shop сервиса: </p> <p>Success, failed and canceled URL: <b>[result_url]</b></p><p>Back URL: <b>[back_url]</b></p>'),
('ru', 'text_gd_not_avail', 'На вашем сервере <b>НЕ УСТАНОВЛЕНА</b> GD библиотека. Пожалуйста, свяжитесь в вашим хостинг провайдером. <br>Только тип \"Таблица\"  может быть использован для графиков.'),
('ru', 'text_gift_certificate_logo', 'Логотип для <b>подарочного сертификата</b>'),
('ru', 'text_gift_cert_added_to_wishlist', 'Подарочный сертификат добавлен в список отложенных товаров'),
('ru', 'text_gift_cert_amount_alert', 'Значение должно быть от [min] до [max]'),
('ru', 'text_gift_cert_applied', 'Подарочный сертификат использован'),
('ru', 'text_gift_cert_cannot_delete', 'Подарочный сертификат [code] не может быть удалён, так как используется в заказах: [ids].'),
('ru', 'text_gift_cert_has_been_deleted', 'Подарочный сертификат успешно удален.'),
('ru', 'text_hidpi_support_enabled', 'Включена поддержка дисплеев высокого разрешения (HiDPI)'),
('ru', 'text_hsbc_notice', '<b>ID клиента -</b> ваше ID, номер от 0 до 999999999, либо действительные клентское имя в следующем формате: UK12345678CUR. <br> Имя чувствительно к регистру. <br /> <b>Внимание пользователей UNIX:</b><br /> Пожалуйста, убедитесь, что у Вас следующие права доступа на директорию: chmod -R 755 [cart_dir]'),
('ru', 'text_ideal_basic_notice', '-&nbsp;Авторизируйте вашу учетную запись iDEAL<br />-&nbsp;Нажмите на <u>\'Security\'</u> в секции <u>\'Profile\'</u>.<br />-&nbsp;Установите опцию <u>\'Notification\'</u> на <b>\'XML\'</b><br />-&nbsp;Установите <u>\'Notification URL\'</u> на:<br /><b>[return_url]</b><br />-&nbsp;Установите <u>\'Secret key\'</u>. Secret key известен только продавцу и iDEAL.<b'),
('ru', 'text_images_directory', 'Абсолютный путь к директории, в которой находятся изображения.<br> Это значение будет использовано, если путь к файлу изображения не задан.'),
('ru', 'text_increase_points_in_use', 'Баллы, использованные в заказе, были добавлены на счет.'),
('ru', 'text_input_license_code', 'Для продолжения работы с  [product] введите лицензионный ключ'),
('ru', 'text_installing_theme_dependencies', 'Установка зависимостей темы: [dependencies]'),
('ru', 'text_invalid_url', 'Вы ввели неправильную ссылку'),
('ru', 'text_ips_denied', 'У вас нет доступа в эту часть'),
('ru', 'text_ip_blocked_failed_login', 'IP был заблокирован после [number] неудачных попыток авторизации'),
('ru', 'text_ip_is_blocked', 'Ваш IP адрес заблокирован.'),
('ru', 'text_items_added', 'Элементы добавлены успешно'),
('ru', 'text_license_is_disabled', 'Лицензия отключена. Пожалуйста, проверьте статус вашей лицензии.'),
('ru', 'text_license_is_disabled_full', 'Лицензия отключена. Пожалуйста, проверьте статус лицензии или выберите другой режим работы магазина.'),
('ru', 'text_license_is_invalid', 'Недействительный лицензионный ключ. Пожалуйста, введите действительный.'),
('ru', 'text_license_is_invalid_full', 'Недействительный лицензионный ключ. Пожалуйста, введите действительный или выберите другой режим работы магазина.'),
('ru', 'text_license_required_ebay', 'Увеличивайте продажи, размещая представленные в вашем магазине товары на \"eBay\", самом большой торговой площадке в мире.'),
('ru', 'text_license_required_ebay-title', 'Синхронизация с eBay'),
('ru', 'text_license_required_facebook', 'Добавьте свой магазин на страницу в Facebook, чтобы стать ближе к своей аудитории и привлечь больше покупателей.'),
('ru', 'text_license_required_facebook-title', 'Приложение для Facebook'),
('ru', 'text_license_required_full', 'В данный момент у вас установлена редакция CS-Cart Professional. Мы также предлагаем более продвинутую редакцию CS-Cart — <b>Ultimate</b>. Редакция Ultimate позволяет использовать неограниченное число витрин, а также подключить приложение для мобильной коммерции, модуль синхронизации с eBay и приложение для Facebook, без дополнительной платы. Чтобы разблокировать неограниченное число витрин и приложение для мобильной коммерции, приобретите Ultimate-лицензию.'),
('ru', 'text_license_required_storefronts', 'Добавляйте столько витрин, сколько нужно именно вам и управляйте ими с помощью одной панели администратора.'),
('ru', 'text_license_required_storefronts-title', 'Неограниченное число витрин'),
('ru', 'text_links', 'Текстовые ссылки'),
('ru', 'text_login_form', '<h4>Не зарегистрированы?</h4><p>Создание учетной записи займет не больше минуты.</p>'),
('ru', 'text_login_to_add_to_cart', 'Этот товар не может быть добавлен в<br />корзину, так как Вы не авторизованы.'),
('ru', 'text_mail_area_logo', 'Логотип для <b>счета-фактуры</b>'),
('ru', 'text_mandatory_fields', '<span style=\"text-decoration: underline;\">Поля, отмеченные <span class=\"required-field-mark\">*</span>, обязательны для заполнения</span>'),
('ru', 'text_max_limit_of_parameters', 'Максимальное значение поля \"предел\" не может превышать 25, если тип графика не \"Таблица\". Пределы этого графика были автоматически исправлены.'),
('ru', 'text_mb_failed_order', 'Ответ от Skrill не был получен, пожалуйста, ждите. Хотя заказ может быть еще не создан в магазине, он с большой вероятностью был создан и оформлен на Skrill. Пожалуйста, обратитесь к администрации магазина и сообщите им номер заказа, предоставленный на Skrill'),
('ru', 'text_min_order_amount_required', 'Чтобы продолжить, сумма вашего заказа должна превышать'),
('ru', 'text_min_products_amount_required', 'Чтобы продолжить оформление заказа, сумма вашего заказа должна превышать'),
('ru', 'text_money_back_guarantee', 'Если вам что-то не понравится в нашем продукте, мы вернем вам деньги без лишних вопросов в течение 30 дней с момента покупки.'),
('ru', 'text_multiprofile_notice', 'Каждый пользователь может иметь несколько профилей. Например, один профиль - для заказов на дом, второй для заказов на работу, третий для друзей и родных...'),
('ru', 'text_mve_plus_license_required', '<p>Позвольте продавцам получать деньги от покупателей напрямую через ваш маркетплейс.</p><p>Управляйте правами продавцов через группы пользователей и дайте им возможность менять внешний вид их магазинов.</p><p>Создайте единый каталог товаров, каждый из которых продавец сможет начать продавать за пару минут.</p>'),
('ru', 'text_mve_ultimate_license', 'Особая редакция [product], которая содержит все возможности [product] Plus и неограниченное количество витрин. Если вы перейдёте на <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, то никогда больше не увидите сообщение о том, что достигнут лимит витрин.'),
('ru', 'text_mve_ultimate_license_required', '<p>Расширяйте бизнес: получите неограниченное количество витрин для своего маркетплейса.</p><p>Витрина — это ещё один домен, созданный для определённой страны/города или части вашего каталога товаров.</p><p>Получите все остальные возможности [product] Plus.</p>'),
('ru', 'text_mve_ultimate_or_plus_license_required', 'Для этого требуется [product] Ultimate или [product] Plus. Если вы перейдёте на <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a> или <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus</a>, вы получите доступ ко всей их функциональности.'),
('ru', 'text_newsletter_sent', 'Рассылки отправлены.'),
('ru', 'text_new_payment_was_created', 'Был создан новый платеж'),
('ru', 'text_new_post_notification', 'Уведомление о новом сообщении'),
('ru', 'text_new_user_activation', 'Профиль пользователя \"[user_login]\" был создан заново, проверьте информацию о пользователе (если необходимо) и активируйте его, перейдя по следующей ссылку:<br /><a href=\"[url]\">[url_text]</a>'),
('ru', 'text_nothing_found', 'Ничего не найдено'),
('ru', 'text_not_allowed_to_upload_file_extension', 'Файлы с расширением <b>.[ext]</b> не могут быть загружены.'),
('ru', 'text_not_approved_products', 'У вас есть товары, которые требуют утверждения. Посмотреть их список можно по этой <a href=\"[link]\">ссылке</a>.'),
('ru', 'text_not_approved_vendors', 'У Вас есть продавцы, которые ожидают подтверждения. Посмотреть их список можно по <a href=\"[link]\">этой ссылке</a>.'),
('ru', 'text_not_valid_cc_number', '<b>[cc_number]</b> — неверный номер банковской карты.'),
('ru', 'text_not_valid_cpf', 'CPF está invalido'),
('ru', 'text_not_valid_domain', '<b>[domain]</b> — неверное доменное имя.'),
('ru', 'text_not_valid_email', '<b>[email]</b> — неверный email.'),
('ru', 'text_not_valid_ip', '<b>[ip]</b> — неверный IP адрес.'),
('ru', 'text_no_active_promotions', 'Действующих акций и спецпредложений в данный момент нет.'),
('ru', 'text_no_conflicts', 'Конфликты не найдены'),
('ru', 'text_no_items_defined', '[items] не заданы'),
('ru', 'text_no_matching_products_found', 'По вашему запросу ничего не найдено'),
('ru', 'text_no_matching_results_found', 'По вашему запросу ничего не найдено'),
('ru', 'text_no_orders', 'Заказы не найдены'),
('ru', 'text_no_payments_needed', 'Не требуется информация об оплате'),
('ru', 'text_no_payments_required', 'Оплата не требуется'),
('ru', 'text_no_products', 'В этой категории нет товаров'),
('ru', 'text_no_products_defined', 'Товары не заданы'),
('ru', 'text_no_products_found', 'Товары не найдены'),
('ru', 'text_no_shipments_found', 'Информации об отправлении заказа пока нет.'),
('ru', 'text_no_shipping_methods', 'К сожалению, мы не можем доставить заказ на указанный адрес.<br/>Пожалуйста, свяжитесь с нами и мы постараемся вам помочь.'),
('ru', 'text_no_ticket_found', 'No Ticket Found'),
('ru', 'text_no_upgrades_available', 'Нет доступных обновлений.'),
('ru', 'text_objects_for_export', 'Будет экспортировано <b>[total]</b> [name].'),
('ru', 'text_ogonedirect_notice', 'Введите значение SHA-1 Signature: здесь и в настройках Ogone.<br /><br />Для аккаунтов Ogone, созданных после 11-го мая 2010 года, новая политика SHA включена автоматически. <br/>Пожалуйста, не забудьте выбрать опцию «Использовать новую политику SHA подписи»'),
('ru', 'text_ogoneweb_notice', 'Введите следующий URL в секцию Technical Information на Ogone Configuration как <br /><b>Response Url</b> для всех случаев («accepted», «on hold», «uncertain», «cancelled by the client», «too many rejections by the acquirer»):<br /> <b>[r_url]</b><br /><br /> Также введите SHA-1 подпись и здесь и на Ogone Configuration. <br /><br />Для новых аккаунтов Ogone, созданных после 11 мая 2010, новый метод проверки SHA автоматически включен. <br/>Пожалуйста не забывайте выбрать \"Использовать новый метод проверки SHA\".'),
('ru', 'text_only_ultimate_license_required', 'Чтобы выполнить это действие, нужна особая редакция — [product] Ultimate. Если вы перейдёте на <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, то никогда больше не увидите это сообщение, а также сможете создавать неограниченное количество витрин.'),
('ru', 'text_options_no_inventory', 'Для создания комбинаций опций хотя бы у одной опции товара должна быть включена настройка «Расчет кол-ва товара в наличии».'),
('ru', 'text_order_backordered', 'Ваш заказ был отложен. Мы свяжемся с Вами при первой возможности.'),
('ru', 'text_order_placed_error', 'Ваш платеж был отклонен платежной системой. Пожалуйста, проверьте введенную информацию и свяжитесь с нами.'),
('ru', 'text_order_placed_successfully', 'Поздравляем! Ваш заказ размещен.'),
('ru', 'text_order_repayed_successfully', 'Заказ был оплачен успешно.'),
('ru', 'text_order_saved_successfully', 'Заказ был успешно сохранен.'),
('ru', 'text_order_status_has_not_been_changed', 'Статус заказа не был изменен, т.к. у пользователя недостаточно баллов.'),
('ru', 'text_order_status_notification', 'Примечание: Уведомление об изменении статуса заказа будет отправлено в зависимости от настроек этого статуса.'),
('ru', 'text_out_of_stock', 'Нет в наличии'),
('ru', 'text_owl', 'OwlCarousel'),
('ru', 'text_pages_cloned', 'Страницы были дублированы успешно. Ниже приведен список новых страниц.'),
('ru', 'text_pages_have_been_deleted', 'Страницы были успешно удалены.'),
('ru', 'text_page_changed', 'Вы уверены, что хотите перейти на другую страницу? Изменения не были сохранены. Нажмите OK, чтобы продолжить, или Отмена, чтобы остаться на текущей странице.'),
('ru', 'text_page_has_been_deleted', 'Страница была успешно удалена.'),
('ru', 'text_page_loading', 'Загрузка... ваш запрос выполняется, пожалуйста, подождите.'),
('ru', 'text_password_recovery_instructions_sent', 'Инструкции по восстановлению пароля отправлены на [email].'),
('ru', 'text_pay4later_notice', '<b>Внимание</b>: Чтобы отслеживать свои заказы Pay4Later через интернет-магазин, сделайте следующее:<br /><br />-&nbsp;Войдите в Pay4Later BackOffice<br />-&nbsp;Перейдите по ссылке <u>\'Settings/Installations\'</u> в разделе <u>\'Quick Links\'</u>.<br />-&nbsp;Установите значение <u>\'Return URL (Verified)\'</u>:<br /><b>[verified_url]</b><br />-&nbsp;Установите значение <u>\'Return URL (Decline)\'</u>:<br /><b>[decline_url]</b><br />-&nbsp;Установите значение <u>\'Return URL (Refer)\'</u>:<br /><b>[refer_url]</b><br />-&nbsp;Установите значение <u>\'Return URL (Cancel)\'</u>:<br /><b>[cancel_url]</b><br />-&nbsp;Установите значение <u>\'CSN URL\'</u>:<br /><b>[process_url]</b><br />-&nbsp;Нажмите на кнопку <u>\'Save Changes\'</u><br />'),
('ru', 'text_paybox_notice', '<b>Примечание:</b> Скачайте файл modulev2.cgi с сервера PayBox, скопируйте его в директорию <b>[paybox_dir]</b> <u>в режиме двоичного счета</u> и сделайте его исполняемым. <br />Выполните следующую команду:<br /><b><i>chmod 755 modulev2.cgi</b></i><br /><br />Попросите &#8220;Paybox&#8221; службу добавить следующий URL в базу данных как &#8220;Callback URL&#8221;:<br /><b>[callback_url]</b>'),
('ru', 'text_payment_first_data_notice', 'Пожалуйста, залогиньтесь в FirstData Connect 2.0 Admin, откройте вкладку \"Administration\" и щелкните по ссылке \"Connect 2.0 Setup\".<br /> Укажите следующий URL-адрес в разделах \"Order Submission Form\", \"Confirmation Page\", \"Failure Page\": [return_url]<br />'),
('ru', 'text_payment_have_been_deleted', 'Платежная система была успешно удалена.'),
('ru', 'text_payment_have_not_been_deleted', 'При удалении платежной системы возникли проблемы.'),
('ru', 'text_paypal_processing_payment', 'Пожалуйста подождите пока обрабатываются детали платежа...'),
('ru', 'text_paypal_surcharge', '<b>Примечание:</b> Согласно <a href=\'https://www.paypal.com/webapps/mpp/ua/useragreement-full#4\' target=\'_blank\'>политике PayPal</a>, (4.6) доп. платежи не поддерживаются.'),
('ru', 'text_paysitecash_debug', 'Отладочная информация'),
('ru', 'text_paysitecash_mode', 'Режим'),
('ru', 'text_paysitecash_mode_debug_off', 'Выкл.'),
('ru', 'text_paysitecash_mode_debug_on', 'Вкл.'),
('ru', 'text_paysitecash_mode_live', 'Реальный'),
('ru', 'text_paysitecash_mode_test', 'Тестовый'),
('ru', 'text_paysitecash_nocurrencies', 'Режим валюты'),
('ru', 'text_paysitecash_nocurrencies_no', 'Позвольте клиенту выбрать любую из поддерживаемых валют'),
('ru', 'text_paysitecash_nocurrencies_yes', 'Не показывать выбор валюты'),
('ru', 'text_paysitecash_notice', 'Пожалуйста, добавьте следующие URL на странице конфигурации Paysite Cash:<br/><br/><b>URL:</b><br/>[url]<br/><br/><b>Referer url:</b><br/>[ref_url]<br/><br/><b>after payment return url:</b><br/>[sucess_url]<br/><br/><b>canceled payment url:</b><br/>[cancel_url]<br/><br/><b>Backoffice confirmation url:</b><br/>[confirm_url]'),
('ru', 'text_paysitecash_processor', 'Процессор'),
('ru', 'text_paysitecash_site_id', 'ID сайта'),
('ru', 'text_payway_notice', 'Пожалуйста, установите следующие параметры в настройках PayWay: <p> Browser Return URL Pre Payment: <b>[prepayment]</b><br /> Browser Return URL: <b>[return]</b><br /> Notification URL: <b>[notify]</b><br /> Notification Post Type: оставьте поле пустым </p>'),
('ru', 'text_permissions_changed', 'Права доступа изменены'),
('ru', 'text_piraeus_notice', '<b>Внимание:</b> Пожалуйста, отправьте следующую информацию в службу поддержки системы оплаты:<br /> Website URL: \'<u>[website_url]</u>\'<br /> Referrer URL: \'<u>[referrer_url]</u>\'<br /> Success URL: \'<u>[success_url]</u>\'<br /> Failure URL: \'<u>[failure_url]</u>\'<br /> Backlink URL: \'<u>[backlink_url]</u>\'<br /> IP Address: \'<u>[ip_address]</u>\'<br /><br /> Response Method: \'<u>[response_method]</u>\'<br /><br />'),
('ru', 'text_points_cannot_applied_because_subtotal_redeemed', 'Баллы не могут быть использованы, потому что подытог полностью погашен.'),
('ru', 'text_points_exceed_points_on_account', 'Число баллов, которое вы ввели, больше, чем количество баллов на вашем счете.'),
('ru', 'text_points_exceed_points_that_can_be_applied', 'Число баллов, которое вы ввели, больше, чем можно использовать в этом заказе.'),
('ru', 'text_points_used_in_order', 'Баллы были использованы в заказе'),
('ru', 'text_point_in_account', 'Баллы на вашем счете:'),
('ru', 'text_position_updating', 'Загрузка... Позиции обновляются, пожалуйста, подождите.'),
('ru', 'text_post_pended', 'Ваше сообщение будет проверено, прежде чем оно будет опубликовано.'),
('ru', 'text_price_dec_sign_delimiter', 'Дробный разделитель цены товара'),
('ru', 'text_products_added', 'Товары были добавлены успешно. Ниже приведен список новых товаров.'),
('ru', 'text_products_cloned', 'Товары были дублированы успешно. Ниже приведен список новых товаров.'),
('ru', 'text_products_have_been_deleted', 'Товар(ы) был(и) успешно удален(ы)'),
('ru', 'text_products_updated', 'Следующие товары были изменены:'),
('ru', 'text_products_updated_successfully', 'Товар(ы) был(и) успешно обновлен(ы)'),
('ru', 'text_product_cloned', 'Товар был успешно дублирован'),
('ru', 'text_product_detailed_image', '(отображается во всплывающем окне)'),
('ru', 'text_product_file_has_been_deleted', 'Файл товара был удален'),
('ru', 'text_product_filters_were_disabled', 'Следующие <a href=\"[url]\" target=\"_blank\">фильтры товаров</a> были отключены: [filters_list].'),
('ru', 'text_product_has_been_deleted', 'Товар был успешно удален.'),
('ru', 'text_product_option_delimiter', 'Символ разделителя опций товара внутри комбинации опций (пример: «Color: Red, Size: Small»)'),
('ru', 'text_product_thumbnail', '(отображается в списке товаров и на странице подробного описания товара)'),
('ru', 'text_profile_activated', 'Ваша учетная запись активирована. Теперь вы можете войти в нее, используя свои данные.'),
('ru', 'text_profile_benefits', '<h4>Преимущества зарегистрированного пользователя:</h4><ul><li>Отслеживание заказов на персональной странице</li><li>Возможность настроить магазин под себя для более удобных покупок</li><li>Ускоренное оформление последующих заказов</li></ul>'),
('ru', 'text_profile_deactivated', 'Ваша учетная запись была отключена. Пожалуйста, свяжитесь с нами, чтобы узнать подробности.'),
('ru', 'text_profile_details', '<h4>Детали учетной записи</h4><p>На этой странице вы можете изменить данные для авторизации и персональную информацию для её использования при размещении заказов.</p><p>Чтобы повысить уровень безопасности своей учетной записи, рекомендуется избегать паролей, в которых используются:</p><ul><li>Слова из словарей на любом языке.</li><li>Слова, написанные задом наперед, и аббревиатуры.</li><li>Последовательности символов или повторяющиеся символы. Например: 12345678, 222222, abcdefg или соседние буквы на вашей клавиатуре (qwerty).</li><li>Персональную информацию. ваше имя, дата рождения, номер водительских прав, номер паспорта или подобную информацию.</li></ul>'),
('ru', 'text_profile_is_created', 'Ваша учетная запись была успешно создана.'),
('ru', 'text_profile_is_updated', 'Данные вашего профиля были успешно изменены.'),
('ru', 'text_profile_should_be_approved', 'Ваша учетная запись была успешно создана, и теперь она должна быть активизирована администратором магазина.'),
('ru', 'text_promotions_group_condition', 'Если [set] из этих условий [set_value]'),
('ru', 'text_qty_discounts', 'Оптовые цены'),
('ru', 'text_recommendation_notes', 'Ваш друг порекомендовал вам эту страницу. Пожалуйста, следуйте по ссылке:'),
('ru', 'text_recover_password', 'Если Вы забыли ваш пароль, Введите адрес вашей электронной почты и нажмите на ссылку <i>Сбросить пароль</i>.<br/><br/>После этого Вы получите письмо с ссылкой, пройдя по которой Вы сможете сменить пароль.<br/>'),
('ru', 'text_recover_password_notice', 'Пожалуйста, введите свой email. На него будет отправлена ссылка для смены пароля.'),
('ru', 'text_recover_password_title', 'Сбросить пароль'),
('ru', 'text_redactor2', 'Redactor II'),
('ru', 'text_remove_additional_images', 'При импорте дополнительных изображений существующие изображения обновляемого товара будут удалены'),
('ru', 'text_remove_backup_files', 'Внимание! Если вы удалите резервные файлы, то не сможете восстановить свою прежнюю установку. Убедитесь, что нынешняя установка работает корректно, и резервная копия базы данных находится в безопасном месте.'),
('ru', 'text_required_group_product', 'Пожалуйста, выберите товар для указанной группы [group_name]'),
('ru', 'text_reset_inventory_description', 'Количество всех товаров в магазине будет сброшено'),
('ru', 'text_restore_question', 'Вы уверены, что хотите восстановить шаблон?'),
('ru', 'text_return_change_warning', 'Статус возврата #[return_id] будет изменен'),
('ru', 'text_sagepay_dir_notice', '<b>Примечание:</b> Чтобы магазин мог отслеживать ваши SagePay-заказы, пожалуйста, включите опцию 3D Secure Fraud Checking в своей учетной записи SagePay VSP Direct.'),
('ru', 'text_sagepay_notice', 'Используйте <b> teststore</b> в качестве <b>Названия Магазина</b> при тестировании<br /><p><b>PAYMENT</b> - transaction type is used to gain an authorisation from the bank, then settle that transaction early the following morning, committing the funds to be taken from your customer\'s card.<br /></p><p><b>DEFERRED</b> - transactions are NOT sent to the bank for completion until you RELEASE them by logging into the SagePay VSP Admin interface, finding the transaction and clicking the Release button.</p>'),
('ru', 'text_secret_key_notice', 'Пожалуйста, заполните это поле любым непустым значением. Это повысит безопасность сделок.'),
('ru', 'text_select_fields2edit_note', 'Вы можете редактировать одновременно несколько записей. Выберете записи из списка выше, отметьте галочкой поля, которые нужно отредактировать, и нажмите на кнопку \"Редактировать выбранные\".'),
('ru', 'text_select_file', 'Выбрать файл'),
('ru', 'text_select_range', 'Вы можете выбрать конкретные объекты для экспорта. По умолчанию будут экспортированы все [name].'),
('ru', 'text_select_vendor', 'Пожалуйста, выберите магазин'),
('ru', 'text_set_write_permissions_for_dirs', 'Вы можете установить права на запись на указанные выше папки веб-сервера или предоставьте FTP-доступ с правами записи в эти папки.'),
('ru', 'text_share_product_features_tooltip', 'Внимание! Некоторые данные не будут скопированы в ходе этой операции: категории, указанные в фильтрах, будут утеряны, даже если вы скопируете все категории. Пожалуйста, исправьте категории вручную.'),
('ru', 'text_share_product_filters_tooltip', 'Внимание! Некоторые данные не будут скопированы в ходе этой операции: категории, указанные в характеристиках, будут утеряны, даже если вы скопируете все категории. Пожалуйста, исправьте категории вручную.'),
('ru', 'text_share_promotions_tooltip', 'Для того, чтобы сделать поощрения общими, пожалуйста, убедитесь в том, что соответствующие товары также сделаны общими (выберите Сделать товары общими ниже)'),
('ru', 'text_shipping_packages_info', 'Для обеспечения более точного расчета стоимости доставки товары были распределены по упаковкам согласно настройкам товаров и выбранного способа доставки. Информация ниже приведена для справки'),
('ru', 'text_shipping_rates_changed', 'Стоимость доставки была изменена'),
('ru', 'text_ship_to_billing', 'Доставить заказ по адресу плательщика'),
('ru', 'text_shoppers_can_order_products', 'Теперь покупатели смогут купить эти товары в магазине.'),
('ru', 'text_signup_for_subscriptions', 'Подпишитесь на нашу рассылку!'),
('ru', 'text_skip_creating_new_products', 'При включении данной настройки обновляться будут только те товары, которые уже есть в вашей базе данных.'),
('ru', 'text_skrill_activate_quick_checkout_short_explanation', 'Skrill Quick Checkout позволяет Вам принимать платежи кредитными картами, дебитными картами и используя более 60 других местных способов оплаты в более чем 200 странах. Самые выгодные цены этого сервиса представлены на сайте Skrill: www.skrill.com.'),
('ru', 'text_skrill_activate_quick_checkout_short_explanation_1', 'Вы послали запрос на активацию [date]. Обратите внимание, что процесс подтверждения использования Skrill Quick Checkout может занимать до 72 часов. Сотрудники Skrill свяжутся с Вами, когда процесс подтверждения будет завершён.'),
('ru', 'text_skrill_activate_quick_checkout_short_explanation_2', 'После активации Skrill предоставит вам доступ к новому разделу вашего аккаунта Skrill — Merchant Tools. Пожалуйста, выберите там секретное слово (отличное от вашего пароля) и добавьте его в настройках ниже, чтобы соединяться с Skrill. Секретное слово — последний шаг процесса активации, позволяющий шифровать платежи. После успешного рассмотрения заявки вы получите возможность использовать все варианты оплаты Skrill.'),
('ru', 'text_skrill_currs_notice', 'Если Вы выбрали валюту, которая не является базовой в вашем магазине, пожалуйста, убедитесь, что правильно введен <a href=\"http://en.wikipedia.org/wiki/ISO_4217\">ISO 4217 код </a> на  странице <a href=\"[link]\">Валюты</a>.'),
('ru', 'text_skrill_email_is_not_registered', 'Указанный email не зарегистрирован в Skrill.'),
('ru', 'text_skrill_email_is_registered', 'Указанный email зарегистрирован в Skrill.'),
('ru', 'text_skrill_empty_input_data', 'Отсутствуют некоторые поля, необходимые для активации Quick Checkout. Пожалуйста, проверьте.'),
('ru', 'text_skrill_logo_notice', 'Если у Вас не настроен HTTPS-сервер, то логотип будет передаваться через протокол HTTP, и пользователи будут видеть следующее предупреждение на странице  Skrill: \"Соединение частично зашифровано\".'),
('ru', 'text_skrill_notice', 'Для доступа к международной платёжной системе Skrill, пожалуйста, зарегистрируйтесь по <a href=\"[register_url]\" target=\"_blank\">этому адресу</a> для получения бесплатной учётной записи.<p><strong>Внимание</strong>: пожалуйста, сохраните настройки перед подтверждением почтового адреса, секретного слова и активации инструментов торговли.</p>'),
('ru', 'text_skrill_notice_register', 'Чтобы получить доступ к международной платёжной системе Skrill, пожалуйста, зарегистрируйтесь <a href=\"[register_url]\" target=\"_blank\">по данному адресу</a> для создания бесплатной учётной записи, если у вас её ещё нет.<p>\n<strong>Внимание</strong>: сохраните настройки перед активацией инструментов продавца.</p>'),
('ru', 'text_skrill_payment_is_not_saved', 'Перед тем как использовать эту функцию, сохраните способ оплаты.'),
('ru', 'text_skrill_secred_word_notice', 'Секретное слово должно быть введено строчными буквами без специальных символов и содержать не менее 10 цифр.'),
('ru', 'text_skrill_secret_word_is_correct', 'Указанное секретное слово - верно.'),
('ru', 'text_skrill_secret_word_is_incorrect', 'Ваше секретное слово- не верно. Пожалуйста, введите своё секретное слово в разделе Merchant Tools вашего аккаунта Skrill и затем введите его здесь.'),
('ru', 'text_skrill_support', '<b>Поддержка:</b> <br /><br /> У вас есть вопросы?<br /> Свяжитесь со Skrill по email <a href=\"mailto:\">ecommerce@skrill.com</a> или по телефону +44 (0) 870 383 0762.<br />'),
('ru', 'text_status_is_float', 'Вы не можете использовать временной интервал для параметра «Статус», так как этот параметр зависит от времени.'),
('ru', 'text_storage_changed', 'Хранилище данных успешно изменено'),
('ru', 'text_storefront_license_required', 'Дополнительная витрина для вашей лицензии [product]. Подходит тем, кто не планирует в дальнейшем добавить ещё несколько витрин.'),
('ru', 'text_store_closed', 'Просим прощения, магазин закрыт на обслуживание.'),
('ru', 'text_store_mode_changed_to_full', '<strong>Полный режим</strong> активирован. В этом режиме доступна полная функциональность магазина.'),
('ru', 'text_store_mode_changed_to_mve', 'Теперь в вашем магазине используется активная лицензия. В редакции [product] вам доступна почти вся функциональность. Дополнительная функциональность (например, раздельное оформление заказов и промо-акции у каждого продавца) доступна в <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus</a>. Есть и более функциональная редакция <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, которая позволяет создавать несколько витрин для разной аудитории.'),
('ru', 'text_store_mode_changed_to_mve.plus', '<strong>Режим Plus</strong> активирован. В этом режиме доступна почти вся функциональность магазина, кроме мультивитринности. Если вашему маркетплейсу нужно несколько раздельных доменов для разных аудиторий, то обновите лицензию до <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>.'),
('ru', 'text_store_mode_changed_to_mve.ru', 'Теперь в вашем магазине используется активная лицензия. В редакции [product] вам доступна почти вся функциональность. Дополнительная функциональность (например, раздельное оформление заказов и промо-акции у каждого продавца) доступна в <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus</a>. Есть и более функциональная редакция <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, которая позволяет создавать несколько витрин для разной аудитории.'),
('ru', 'text_store_mode_changed_to_mve.ru.plus', '<strong>Режим Plus</strong> активирован. В этом режиме доступна почти вся функциональность магазина, кроме мультивитринности. Если вашему маркетплейсу нужно несколько раздельных доменов для разных аудиторий, то обновите лицензию до <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>.'),
('ru', 'text_store_mode_changed_to_mve.ru.ultimate', '<strong>Режим Ultimate</strong> активирован. В этом режиме доступна полная функциональность магазина.'),
('ru', 'text_store_mode_changed_to_mve.ultimate', '<strong>Режим Ultimate</strong> активирован. В этом режиме доступна полная функциональность магазина.'),
('ru', 'text_store_mode_changed_to_ult', 'Теперь в вашем магазине используется активная лицензия [product].'),
('ru', 'text_store_mode_changed_to_ult.b2b', 'Теперь в вашем магазине используется активная лицензия [product].'),
('ru', 'text_store_mode_changed_to_ult.b2b.ultimate', 'Теперь в вашем магазине используется активная лицензия [product].'),
('ru', 'text_store_mode_changed_to_ult.ru', 'Теперь в вашем магазине используется активная лицензия [product].'),
('ru', 'text_store_mode_changed_to_ult.ru.ultimate', 'Теперь в вашем магазине используется активная лицензия [product].'),
('ru', 'text_store_mode_changed_to_ult.ultimate', 'Теперь в вашем магазине используется активная лицензия [product].'),
('ru', 'text_store_mode_closed', 'Магазин был <b>закрыт</b>'),
('ru', 'text_store_mode_full', '<p>Все функции доступны без ограничений. Для активации требуется ввод номера действующей лицензии.</p><p>Этот режим можно активировать в любое время.</p><br />'),
('ru', 'text_store_mode_open', 'Магазин был <b>открыт</b>'),
('ru', 'text_store_mode_opened', 'Магазин был <b>открыт</b>');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('ru', 'text_store_mode_trial', '<p>Весь функционал доступен в течение 30 дней с момента активации.</p><p>По истечении данного срока для доступа к панели администратора понадобится <a href=\"[product_buy_url]\" target=\"_blank\">приобрести лицензию</a> и ввести лицензионный ключ.</p>'),
('ru', 'text_store_mode_trial_rb', 'Все функции доступны на протяжении 30 дней с момента скачивания дистрибутива. Ввод номера лицензии не требуется.<br /><br />                                                           Для продолжения работы после окончания пробного периода (30 дней) будет необходимо приобрести лицензию или ввести имеющийся лицензионный ключ.<br /><br />'),
('ru', 'text_subscriber_activated', 'Ваш email активирован'),
('ru', 'text_subscriber_added', 'Ваш email добавлен в список рассылки'),
('ru', 'text_subscriber_removed', 'Ваш email удален из списка рассылки'),
('ru', 'text_successful_request', 'Ваш запрос был успешно отправлен. В ближайшее время вы получите письмо с информацией о вашем аккаунте.'),
('ru', 'text_success_subscription', 'Вы подписаны на бесплатную рассылку об обновлениях и акциях!'),
('ru', 'text_tax_applied', 'Налог <b>[tax]</b> был применен ко всем товарам'),
('ru', 'text_tax_unset', 'Налог <b>[tax]</b> был отменен у всех товаров'),
('ru', 'text_template_changed', 'Изменения не были сохранены. Нажмите OK, чтобы сохранить их, или Отмена, чтобы не сохранять изменения.'),
('ru', 'text_test_email_sent', 'Тестовое письмо было отправлено по адресу <b>[email]</b>.'),
('ru', 'text_thaiepay_notice', '<p>Пожалуйста, установите следующие значения в Thaiepay настройках продавца:</p><p>Return Url: <b>[return_url]</b></p><p>Status: <b>Yes (it is important!)</b></p><p>Post Back Url: <b>[postback_url]</b></p><p>Main Parameter: <b>«total» must be checked</b> - это повысит безопасность транзакций</p><p>Additional Parameter: необходим для успешной обработки транзакций. Например, Вы можете задать <b>name=completed</b> и <b>value=some_secret_word</b>. Скопируйте эти значения в данные поля формы: «»Additional parameter Name» и «Additional parameter Value».</p>'),
('ru', 'text_thank_you_for_post', 'Спасибо за сообщение'),
('ru', 'text_thumbnail_manual_loading', 'Иконки будут созданы из детальных изображений автоматически, но вы также можете <a id=\"[id]\" class=\"[class]\">загрузить их вручную.</a>'),
('ru', 'text_tinymce', 'TinyMCE'),
('ru', 'text_topmenu_more', 'Больше [item] <i class=\"text-arrow\">&rarr;</i>'),
('ru', 'text_topmenu_view_more', 'Больше <i class=\"text-arrow\">&rarr;</i>'),
('ru', 'text_track_instructions_sent', 'Инструкции доступа были отправлены на ваш адрес электронной почты.'),
('ru', 'text_track_request', 'Вы запросили информацию о заказах, сделанных в нашем магазине.'),
('ru', 'text_track_view_all_orders', 'Чтобы просмотреть все ваши заказы, следуйте по ссылке:'),
('ru', 'text_track_view_order', 'Чтобы просмотреть заказ #[order], нажмите на ссылку:'),
('ru', 'text_transaction_cancelled', 'Транзакция была отменена покупателем'),
('ru', 'text_transaction_declined', 'Транзакция была отклонена платежной системой или отменена покупателем'),
('ru', 'text_uc_addon_upgrade_completed', 'Модуль \"[name]\" успешно обновлен'),
('ru', 'text_uc_agreed_collisions', 'Я понимаю, что локальные изменения будут потеряны во время обновления'),
('ru', 'text_uc_another_update_process_running', 'Запущен еще один процесс обновления'),
('ru', 'text_uc_backup_database', 'Следующие таблицы были зарезервированы'),
('ru', 'text_uc_backup_files', 'Следующие файлы были зарезервированы'),
('ru', 'text_uc_broken_package', 'Пакет обновлений поврежден. Пожалуйста, обновите список обновлений и попробуйте еще раз'),
('ru', 'text_uc_cannot_lock_upgrade_process', 'Не удалось остановить процесс обновления'),
('ru', 'text_uc_cant_download_package', 'Не получается загрузить дистрибутив обновления'),
('ru', 'text_uc_changed_files_message', 'В этих файлах локальные изменения, поэтому будет сделана их резервная копия. После завершения обновления сравните файлы резервной копии с новыми файлами и перенесите изменения из старых в новые, если это необходимо.'),
('ru', 'text_uc_check_ok', 'Ваша версия [product] была успешно проверена и сейчас готова к обновлению.'),
('ru', 'text_uc_conflicts', 'В следующих файлах были изменения'),
('ru', 'text_uc_db_right_needed', 'Не достаточно прав для обновления базы данных. Пожалуйста, задайте следующие права для пользователя вашей базы данных [db_user]: [priviliges].'),
('ru', 'text_uc_emergency_restore', 'Внимание! Пожалуйста, скопируйте и сохраните ссылку указанную ниже - Вы сможете использовать ее для восстановления магазина, если возникнут ошибки во время обновления.<br /><b>[href]</b>'),
('ru', 'text_uc_failed_to_backup_tables', 'Таблицы базы данных не были зарезервированы'),
('ru', 'text_uc_failed_to_create_directory', 'Не удалось создать новую директорию'),
('ru', 'text_uc_failed_to_decompress_files', 'Не удалось извлечь файлы из архива'),
('ru', 'text_uc_failed_to_ftp_copy', 'Не удалось передать файлы по FTP'),
('ru', 'text_uc_ftp_cart_directory_not_found', 'Не удалось найти инсталляцию в указанной директории. Проверьте FTP-путь к директории.'),
('ru', 'text_uc_ftp_connection_failed', 'Не удалось подключиться к серверу по FTP'),
('ru', 'text_uc_ftp_connect_failed', 'Не получается соединиться с FTP сервером. Пожалуйста, проверьте, правильно ли задано имя сервера'),
('ru', 'text_uc_ftp_login_failed', 'Не получается авторизоваться на FTP сервере. Пожалуйста, проверьте, правильно ли заданы имя пользователя и пароль'),
('ru', 'text_uc_ftp_needed', 'Данные для FTP-доступа, чтобы установить необходимые права доступа автоматически'),
('ru', 'text_uc_has_conflicts', 'В некоторых файлах были сделаны изменения. Вы можете проверить их, перейдя по следующей ссылке'),
('ru', 'text_uc_incorrect_upgrade_path', 'Неправильный путь к файлам обновления'),
('ru', 'text_uc_license_number_required', 'Пожалуйста введите номер лицензии для [product]'),
('ru', 'text_uc_list_of_updates_missing', 'Список обновлений отсутствует'),
('ru', 'text_uc_local_modification', 'Локальные изменения'),
('ru', 'text_uc_non_writable_files', 'Установите права на запись для следующих файлов (вручную или автоматически через FTP)'),
('ru', 'text_uc_no_enough_space_to_backup_database', 'Недостаточно места на диске для резервирования базы данных'),
('ru', 'text_uc_no_ftp_module', 'FTP модуль не установлен на вашем сервере. Вы не можете использовать доступ по FTP, пока он не будет установлен.'),
('ru', 'text_uc_package_installed_with_errors', 'Произошли ошибки во время обновления. Пожалуйста, свяжитесь с технической поддержкой, чтобы разобраться в проблеме.'),
('ru', 'text_uc_timeout_check_success', 'Ваш сервер позволяет изменять значение параметра \"max_execution_time\" PHP-скрипта. Можете обновлять магазин.'),
('ru', 'text_uc_unable_to_create_upgrade_folder', 'Не удалось создать папку обновления'),
('ru', 'text_uc_unable_to_parse_uc_xml', 'Не удалось обработать файл с описанием обновления uc.xml'),
('ru', 'text_uc_unable_to_remove_file', 'Не удалось удалить файл'),
('ru', 'text_uc_unable_to_remove_packages_xml', 'Не удалось удалить файл с описанием обновления packages.xml'),
('ru', 'text_uc_unable_to_remove_upgrade_lock', 'Не удалось удалить файл блокировки обновления. Пожалуйста, удалите файл [file].'),
('ru', 'text_uc_unable_to_update_list_of_installed_upgrades', 'Не удалось обновить список установленных обновлений'),
('ru', 'text_uc_upgrade_completed', 'Магазин обновлен'),
('ru', 'text_uc_upgrade_completed_check_and_open', '<p>Ваш магазин был закрыт во время процедуры обновления. Ме рекомендуем проверить работоспособность магазина после обновления и лишь затем снова открыть его.</p><p>Открыть магазин можно на странице Настройки → Общее, отключив настройку Закрыть магазин.</p>'),
('ru', 'text_uc_upgrade_log_file_not_writable', 'Не удалось записать файл с логами обновления'),
('ru', 'text_uc_upgrade_needed', 'Вам нужно обновить магазин до версии <b>[to_version]</b> прежде, чем Вы сможете использовать этот дистрибутив (ваша версия <b>[your_version]</b>).'),
('ru', 'text_uc_upgrade_not_selected', 'Не выбран пакет обновления'),
('ru', 'text_uc_upgrade_reverted', 'Обновление магазина было отменено'),
('ru', 'text_uc_will_be_changed', 'Будут изменены'),
('ru', 'text_uc_will_be_deleted', 'Будут удалены'),
('ru', 'text_ult_product_store_field_tooltip', 'Владелец товара. Только владелец товара может редактировать данные общих товаров.'),
('ru', 'text_unable_to_install_theme_dependencies', 'Невозможно установить зависимости темы: [dependencies]'),
('ru', 'text_unable_to_parse_xml', 'Ошибка разбора структуры XML'),
('ru', 'text_unsubscribe_instructions', 'Мы уважаем вашу частную жизнь. Мы не рассылаем  email-сообщения пользователям, которые этого не просили. Вы получили это сообщение, потому что подписались на нашу рассылку.<br /><br /> Чтобы отписаться, пройдите по ссылке:'),
('ru', 'text_unsupported_currency', 'Валюта, не поддерживаемая системой оплаты, используется на сайте. Пожалуйста, обратитесь к администратору магазина по поводу этой проблемы.'),
('ru', 'text_upgrade_available', 'Доступна новая версия [product]! Чтобы обновить ваш магазин, перейдите в <a href=\"[link]\">Центр обновления</a>.'),
('ru', 'text_usergroup_activated', 'Следующие группы пользователей были активированы для Вашей учетной записи: [usergroups].'),
('ru', 'text_usergroup_disactivated', 'Следующие группы пользователей были деактивированы для Вашей учетной записи: [usergroups].'),
('ru', 'text_usergroup_request', 'Покупатель запросил группу.'),
('ru', 'text_usergroup_requested_by', '[name] ([email]) прислал запрос на добавление в группу <b>[usergroup]</b>.'),
('ru', 'text_vendor_profile_changes_notice', 'Вы уверены, что хотите обновить свою учетную запись? Информация о вашей компании не будет отображаться на витрине магазина до тех пор, пока администратор не подтвердит её.'),
('ru', 'text_worldpay_notice', 'Пожалуйста, используйте следующую ссылку для возврата: <br /><b>[return_url]</b>'),
('ru', 'text_you_have_already_filled_this_poll', 'Вы уже участвовали в этом опросе'),
('ru', 'text_zipcodes_wildcards', 'В этом поле вы можете использовать подстановочные символы:<br><b>?</b> — любой одиночный символ; <b>*</b> — любое количество символов.<br><br><u>Например:</u><br><b>98?78</b> соответствует 98878, 98378, 98978 и т.д.<br><b>12*</b> соответствует 12345, 12876, 12098 и т.д.'),
('ru', 'thanks_for_voting', 'Спасибо за участие в опросе.'),
('ru', 'theme', 'Тема'),
('ru', 'themes', 'Темы'),
('ru', 'theme_directory', 'Директория темы'),
('ru', 'theme_editor', 'Редактор тем'),
('ru', 'theme_editor.atc_button_bkg', 'Add to cart'),
('ru', 'theme_editor.atc_button_text', 'Add to cart text'),
('ru', 'theme_editor.auto_scroller_animations_style', 'Image auto scroller animation'),
('ru', 'theme_editor.auto_scroll_animations', 'Use image auto scroller animation'),
('ru', 'theme_editor.background', 'Фон'),
('ru', 'theme_editor.backgrounds', 'Фон'),
('ru', 'theme_editor.background_color', 'Цвет фона'),
('ru', 'theme_editor.base_color', 'Основной'),
('ru', 'theme_editor.block_titles', 'Block titles'),
('ru', 'theme_editor.body_font', 'Основной'),
('ru', 'theme_editor.brand_page_image', 'Brand page images'),
('ru', 'theme_editor.browse', 'Выбрать'),
('ru', 'theme_editor.buttons_font', 'Кнопки'),
('ru', 'theme_editor.call_request_bkg', 'Buy now with one click'),
('ru', 'theme_editor.call_request_text', 'Buy now with one click text'),
('ru', 'theme_editor.category_menu_bkg', 'Category menu background'),
('ru', 'theme_editor.category_menu_expand_links', 'Expanded menu links'),
('ru', 'theme_editor.category_menu_expand_links_hover', 'Expanded menu links hover'),
('ru', 'theme_editor.category_menu_horizontal_background', 'Category menu expanded background'),
('ru', 'theme_editor.category_menu_horizontal_decoration', 'Category menu expanded decoartion'),
('ru', 'theme_editor.category_menu_horizontal_decoration_text', 'Category menu expanded decoartion text'),
('ru', 'theme_editor.category_menu_horizontal_decoration_text_hover', 'Category menu expanded decoartion text hover'),
('ru', 'theme_editor.checkout_control_background', 'Оформление заказа: Фон способа доставки / оплаты'),
('ru', 'theme_editor.checkout_control_border', 'Оформление заказа: Граница способа доставки / оплаты'),
('ru', 'theme_editor.checkout_control_description', 'Оформление заказа: Описание способа доставки / оплаты'),
('ru', 'theme_editor.checkout_control_label', 'Оформление заказа: Названия полей кредитной карты'),
('ru', 'theme_editor.checkout_control_title', 'Оформление заказа: Название способа доставки / оплаты'),
('ru', 'theme_editor.checkout_input_border', 'Оформление заказа: Граница поля'),
('ru', 'theme_editor.checkout_input_label', 'Оформление заказа: Название поля'),
('ru', 'theme_editor.checkout_input_text', 'Оформление заказа: Текст в полях'),
('ru', 'theme_editor.checkout_selected_control_background', 'Оформление заказа: Фон выбранного способа доставки / оплаты'),
('ru', 'theme_editor.checkout_selected_control_border', 'Оформление заказа: Граница выбранного способа доставки / оплаты'),
('ru', 'theme_editor.checkout_selected_input_border', 'Оформление заказа: Граница выбранного поля'),
('ru', 'theme_editor.checkout_step_title', 'Оформление заказа: Название шага'),
('ru', 'theme_editor.checkout_terms_background', 'Оформление заказа: Фон раздела \"Условия\"'),
('ru', 'theme_editor.close', 'Закрыть редактор тем'),
('ru', 'theme_editor.colors', 'Цвета'),
('ru', 'theme_editor.color_gen_algorithm', 'Комбинация цветов'),
('ru', 'theme_editor.color_gen_analogic', 'Аналогичная'),
('ru', 'theme_editor.color_gen_base_color', 'Основной цвет'),
('ru', 'theme_editor.color_gen_contrast', 'Контрастная'),
('ru', 'theme_editor.color_gen_dark_pastel', 'Темная пастель'),
('ru', 'theme_editor.color_gen_default', 'По-умолчанию'),
('ru', 'theme_editor.color_gen_light_pastel', 'Светлая пастель'),
('ru', 'theme_editor.color_gen_monochromatic', 'Монохроматичная'),
('ru', 'theme_editor.color_gen_pale', 'Блеклая'),
('ru', 'theme_editor.color_gen_pastel', 'Пастель'),
('ru', 'theme_editor.color_gen_title', 'Сгенерировать цвета'),
('ru', 'theme_editor.color_gen_triad', 'Триада'),
('ru', 'theme_editor.color_gen_variant', 'Отклонение'),
('ru', 'theme_editor.color_gen_vcontrast', 'Контрастрая +'),
('ru', 'theme_editor.compare_color', 'Compare hover'),
('ru', 'theme_editor.confirm_enable_less', 'Подтвердить включение LESS'),
('ru', 'theme_editor.content_bg', 'Содержимое'),
('ru', 'theme_editor.convert_to_css', 'Преобразовать в CSS'),
('ru', 'theme_editor.create_style_first', 'Нельзя изменить этот параметр для стилей по умолчанию. Сначала создайте новый'),
('ru', 'theme_editor.css', 'Пользовательские CSS'),
('ru', 'theme_editor.customize', 'Редактировать'),
('ru', 'theme_editor.decorative_color', 'Декоративный'),
('ru', 'theme_editor.discount_label', 'Лейбл со скидкой'),
('ru', 'theme_editor.discount_label_text', 'Discount label text'),
('ru', 'theme_editor.enable', 'Включить редактор тем'),
('ru', 'theme_editor.enable_less', 'Восстановить LESS'),
('ru', 'theme_editor.error_preset_exists', 'Схема с таким именем уже существует. Пожалуйста, выберите другое.'),
('ru', 'theme_editor.error_style_exists', 'Стиль с таким названием уже существует. Пожалуйста, выберите другое название.'),
('ru', 'theme_editor.error_theme_converted_to_css', 'Скомпилированные CSS-файлы не поддерживают стили. Восстановите LESS через  <a target=\"_blank\" href=\"[url]\">Редактор тем</a>, чтобы редактировать стили.'),
('ru', 'theme_editor.favicon', 'Иконка сайта'),
('ru', 'theme_editor.favicon_size', 'Размер иконки сайта должен быть 16x16 пикселей'),
('ru', 'theme_editor.fixed', 'Фиксировать'),
('ru', 'theme_editor.font', 'Шрифт'),
('ru', 'theme_editor.fonts', 'Шрифты'),
('ru', 'theme_editor.font_color', 'Шрифт'),
('ru', 'theme_editor.font_one', 'Primary font'),
('ru', 'theme_editor.font_two', 'Secondary font'),
('ru', 'theme_editor.footer', 'Подвал'),
('ru', 'theme_editor.footer_bottom', 'Footer bottom'),
('ru', 'theme_editor.footer_bottom_text', 'Footer bottom text'),
('ru', 'theme_editor.footer_location_icon', 'Footer location icons'),
('ru', 'theme_editor.footer_location_icon_bkg', 'Footer location icons background'),
('ru', 'theme_editor.footer_social_icons', 'Footer social icons'),
('ru', 'theme_editor.footer_text', 'Текст подвала'),
('ru', 'theme_editor.footer_title', 'Footer title'),
('ru', 'theme_editor.full_width', 'Полная ширина'),
('ru', 'theme_editor.general', 'Общие настройки'),
('ru', 'theme_editor.general_bg', 'Основной'),
('ru', 'theme_editor.gift_cert', 'Подарочный сертификат'),
('ru', 'theme_editor.google_fonts', 'Use google fonts'),
('ru', 'theme_editor.gradient', 'Градиент'),
('ru', 'theme_editor.grid_icon', 'Grid Quick view, Compare, Wishlist icons'),
('ru', 'theme_editor.grid_icon_add_to_cart', 'Add to cart button'),
('ru', 'theme_editor.grid_icon_add_to_cart_bkg', 'Add to cart background'),
('ru', 'theme_editor.grid_icon_add_to_cart_text', 'Add to cart button text'),
('ru', 'theme_editor.grid_icon_add_to_compare_bkg', 'Add to compare background'),
('ru', 'theme_editor.grid_icon_add_wishlist_bkg', 'Add to wishlist background'),
('ru', 'theme_editor.grid_icon_bkg', 'Grid Quick view, Compare, Wishlist icons background'),
('ru', 'theme_editor.grid_icon_hover', 'Grid Quick view, Compare, Wishlist icons hover'),
('ru', 'theme_editor.grid_icon_quick_view_bkg', 'Quick view background'),
('ru', 'theme_editor.grid_info_background', 'Grid info background'),
('ru', 'theme_editor.grid_info_title', 'Grid info title'),
('ru', 'theme_editor.grid_info_title_hover', 'Grid info title hover'),
('ru', 'theme_editor.header', 'Шапка'),
('ru', 'theme_editor.header_call_request_link', 'Header call request link'),
('ru', 'theme_editor.header_cart_ammount', 'Header cart amount'),
('ru', 'theme_editor.header_cart_ammount_bkg', 'Header cart amount background'),
('ru', 'theme_editor.header_icons', 'Header icons'),
('ru', 'theme_editor.header_icons_hover', 'Header icons hover'),
('ru', 'theme_editor.header_text', 'Header text'),
('ru', 'theme_editor.headings_font', 'Заголовки'),
('ru', 'theme_editor.hide_show', 'Скрыть/показать редактор тем'),
('ru', 'theme_editor.incorrect_preset_name', 'Название схемы не может содержать следующие символы: \"/ # % ? * : ; { } \\ \"'),
('ru', 'theme_editor.incorrect_style_name', 'Название стиля не может содержать следующие символы: \"/ # % ? * : ; { } \\ + \"'),
('ru', 'theme_editor.info_blocks', 'Info blocks'),
('ru', 'theme_editor.in_stock', 'В наличии'),
('ru', 'theme_editor.links_font', 'Ссылки'),
('ru', 'theme_editor.links_hover', 'Links hover'),
('ru', 'theme_editor.link_color', 'Ссылки'),
('ru', 'theme_editor.list-price', 'List price'),
('ru', 'theme_editor.logos', 'Логотипы'),
('ru', 'theme_editor.mail', 'Почта'),
('ru', 'theme_editor.main', 'Основное содержимое'),
('ru', 'theme_editor.mainbox_title', 'Mainbox title'),
('ru', 'theme_editor.mainbox_title_bkg', 'Mainbox title background'),
('ru', 'theme_editor.max_image_size', 'Максимальный размер картинки - 200 кБ.'),
('ru', 'theme_editor.menu_categ_left_content_description', 'Categories menu left content description'),
('ru', 'theme_editor.menu_categ_left_content_link', 'Categories menu left content link'),
('ru', 'theme_editor.menu_categ_left_content_link_hover', 'Categories menu left content link hover'),
('ru', 'theme_editor.menu_categ_right_content_link', 'Categories menu right content link'),
('ru', 'theme_editor.menu_categ_right_content_link_hover', 'Categories menu right content link hover'),
('ru', 'theme_editor.menu_categ_right_content_title', 'Categories menu right content title'),
('ru', 'theme_editor.menu_categ_title', 'Categories menu title'),
('ru', 'theme_editor.menu_categ_title_bkg', 'Categories menu background'),
('ru', 'theme_editor.menu_color', 'Main Menu'),
('ru', 'theme_editor.menu_color_hover', 'Main Menu background hover'),
('ru', 'theme_editor.menu_links_color', 'Main Menu links'),
('ru', 'theme_editor.menu_links_color_hover', 'Main Menu links hover'),
('ru', 'theme_editor.menu_links_hover', 'Menu links hover'),
('ru', 'theme_editor.menu_links_hover_text', 'Menu links hover text'),
('ru', 'theme_editor.menu_link_1_background', 'Main menu link 1 background'),
('ru', 'theme_editor.menu_link_2_background', 'Main menu link 2 background'),
('ru', 'theme_editor.menu_link_3_background', 'Main menu link 3 background'),
('ru', 'theme_editor.menu_link_4_background', 'Main menu link 4 background'),
('ru', 'theme_editor.menu_link_5_background', 'Main menu link 5 background'),
('ru', 'theme_editor.menu_link_6_background', 'Main menu link 6 background'),
('ru', 'theme_editor.menu_link_7_background', 'Main menu link 7 background'),
('ru', 'theme_editor.middle_bg', 'Средний'),
('ru', 'theme_editor.multiscroller', 'Multiscroller header background'),
('ru', 'theme_editor.multiscroller_compare_color', 'Multiscroller Compare hover'),
('ru', 'theme_editor.multiscroller_icon', 'Multiscroller Quick view, Compare, Wishlist icons'),
('ru', 'theme_editor.multiscroller_icon_border', 'Multiscroller icon border'),
('ru', 'theme_editor.multiscroller_link', 'Multiscroller tab text'),
('ru', 'theme_editor.multiscroller_link_active_hover_bkg', 'Multiscroller tab background hover'),
('ru', 'theme_editor.multiscroller_link_bkg', 'Multiscroller tab background'),
('ru', 'theme_editor.multiscroller_link_hover', 'Multiscroller tab text hover'),
('ru', 'theme_editor.multiscroller_quick_view_color', 'Multiscroller Quick view hover'),
('ru', 'theme_editor.multiscroller_wishlist_color', 'Multiscroller Wishlist hover'),
('ru', 'theme_editor.no_repeat', 'Не повторять'),
('ru', 'theme_editor.off', 'Нет'),
('ru', 'theme_editor.on', 'Да'),
('ru', 'theme_editor.other_fonts', 'Другие шрифты'),
('ru', 'theme_editor.out_of_stock', 'Нет в наличии'),
('ru', 'theme_editor.page_cant_be_configured', 'Внешний вид данной страницы невозможно настроить с помощью Редактора тем.'),
('ru', 'theme_editor.pattern', 'Текстура'),
('ru', 'theme_editor.popular_fonts', 'Популярные шрифты'),
('ru', 'theme_editor.popup_title_bkg', 'Popup title background'),
('ru', 'theme_editor.popup_title_text', 'Popup title text'),
('ru', 'theme_editor.position', 'Позиция'),
('ru', 'theme_editor.pp_price_saving_bkg', 'Product page price saving background'),
('ru', 'theme_editor.pp_price_saving_text', 'Product page price saving text'),
('ru', 'theme_editor.presets', 'Предустановки'),
('ru', 'theme_editor.preset_data_cannot_be_saved', 'Схема не сохранена. Установите права на запись на каталог <b>[theme_dir]</b>, чтобы исправить проблему.'),
('ru', 'theme_editor.preset_name', 'Название предустановки'),
('ru', 'theme_editor.price', 'Цена'),
('ru', 'theme_editor.price_font', 'Ценник'),
('ru', 'theme_editor.primary_button', 'Primary color'),
('ru', 'theme_editor.primary_button_text', 'Primary text'),
('ru', 'theme_editor.product_carousel_scroll_animations_style', 'Product image in carousel scroll animation'),
('ru', 'theme_editor.product_title', 'Product title'),
('ru', 'theme_editor.product_title_link', 'Product title link'),
('ru', 'theme_editor.quick_view_color', 'Quick view hover'),
('ru', 'theme_editor.rating_color', 'Rating color'),
('ru', 'theme_editor.rating_icons', 'Rating icons'),
('ru', 'theme_editor.rating_text', 'Rating text'),
('ru', 'theme_editor.repeat', 'Замостить'),
('ru', 'theme_editor.repeat_x', 'Повторять по горизонтали'),
('ru', 'theme_editor.repeat_y', 'Повторять по вертикали'),
('ru', 'theme_editor.reset_backgrounds', 'Сбросить фон'),
('ru', 'theme_editor.reset_colors', 'Сбросить цвета'),
('ru', 'theme_editor.reset_css', 'Сбросить CSS'),
('ru', 'theme_editor.reset_fonts', 'Сбросить шрифты'),
('ru', 'theme_editor.reset_general', 'Сбросить общие настройки'),
('ru', 'theme_editor.reset_logos', 'Сбросить логотипы'),
('ru', 'theme_editor.rounded_corners', 'Скруглить углы'),
('ru', 'theme_editor.scroll', 'Прокручивать'),
('ru', 'theme_editor.scroll_animations', 'Use scroll animations'),
('ru', 'theme_editor.scroll_up', 'Scroll up button'),
('ru', 'theme_editor.search_button_bkg', 'Search button background'),
('ru', 'theme_editor.search_button_bkg_hover', 'Search button background hover'),
('ru', 'theme_editor.search_button_text', 'Search button icon'),
('ru', 'theme_editor.search_button_text_hover', 'Search button icon hover'),
('ru', 'theme_editor.secondary_button', 'Secondary color'),
('ru', 'theme_editor.secondary_button_text', 'Secondary text'),
('ru', 'theme_editor.secondary_content_bg', 'Secondary content'),
('ru', 'theme_editor.secondbox_title', 'Secondbox title'),
('ru', 'theme_editor.secondbox_title_bkg', 'Secondbox title background'),
('ru', 'theme_editor.shipping_label', 'Shipping label'),
('ru', 'theme_editor.shipping_label_text', 'Shipping label text'),
('ru', 'theme_editor.show_dropdown_homepage', 'Expand menu on homepage'),
('ru', 'theme_editor.show_mega_menu_category_images', 'Mega Menu category thumbnails'),
('ru', 'theme_editor.sidebar', 'Sidebar background'),
('ru', 'theme_editor.sidebar_decorative', 'Sidebar decorative'),
('ru', 'theme_editor.sidebar_link', 'Sidebar links'),
('ru', 'theme_editor.sidebar_links', 'Sidebar links'),
('ru', 'theme_editor.sidebar_title', 'Sidebar title'),
('ru', 'theme_editor.sticky_menu', 'Sticky menu'),
('ru', 'theme_editor.style', 'Стиль'),
('ru', 'theme_editor.styles', 'Стили'),
('ru', 'theme_editor.style_data_cannot_be_saved', 'Стиль не может быть сохранен. Для устранения этой проблемы, Вы должны установить права на запись для каталога <b>[theme_dir]</b>  .'),
('ru', 'theme_editor.style_name', 'Название стиля'),
('ru', 'theme_editor.sub_footer', 'Sub footer'),
('ru', 'theme_editor.sub_footer_text', 'Sub footer text'),
('ru', 'theme_editor.system_fonts', 'Системные шрифты'),
('ru', 'theme_editor.tertiary_button', 'Tertiary color'),
('ru', 'theme_editor.tertiary_button_text', 'Tertiary text'),
('ru', 'theme_editor.tertiary_content_bg', 'Teritary content'),
('ru', 'theme_editor.text_align', 'Выравнивание'),
('ru', 'theme_editor.text_close_editor', 'Хотите выйти из редактора тем?'),
('ru', 'theme_editor.text_close_editor_unsaved', 'У вас есть несохраненные изменения. Хотите выйти из редактора тем?'),
('ru', 'theme_editor.text_convert_to_css', '<p>Преобразуйте файлы LESS в CSS и используйте их взамен (можно будет восстановить файлы LESS позже).</p><p>Обратите внимание на то, что Вы не сможете использовать Редактор тем для изменения витрины магазина.</p>'),
('ru', 'theme_editor.text_reset_changes', 'Все изменения, сделанные после последнего сохранения, будут отменены'),
('ru', 'theme_editor.te_font_one', 'Primary font'),
('ru', 'theme_editor.te_font_two', 'Secondary font'),
('ru', 'theme_editor.theme', 'Тема'),
('ru', 'theme_editor.third_button', 'Third button'),
('ru', 'theme_editor.top_account_cart', 'Top account/cart'),
('ru', 'theme_editor.top_account_cart_hover', 'Top account/cart hover'),
('ru', 'theme_editor.top_panel', 'Верхняя панель'),
('ru', 'theme_editor.top_panel_links', 'Ссылки верхней панели'),
('ru', 'theme_editor.top_panel_links_hover', 'Top panel links hover'),
('ru', 'theme_editor.top_panel_links_hover_active', 'Top link hover/active'),
('ru', 'theme_editor.top_panel_text', 'Текст верхней панели'),
('ru', 'theme_editor.transparent', 'Прозрачность'),
('ru', 'theme_editor.upload_image', 'Загрузить картинку'),
('ru', 'theme_editor.vendor_contact_link', 'Vendor cotact link'),
('ru', 'theme_editor.vendor_location', 'Vendor location'),
('ru', 'theme_editor.vendor_name', 'Vendor name'),
('ru', 'theme_editor.vendor_phone', 'Vendor phone'),
('ru', 'theme_editor.vendor_product_number', 'Vendor product number'),
('ru', 'theme_editor.vendor_rating', 'Vendor rating'),
('ru', 'theme_editor.vendor_rating_text', 'Vendor rating text'),
('ru', 'theme_editor.vendor_store_button_bkg', 'Vendor store button background'),
('ru', 'theme_editor.vendor_store_button_text', 'Vendor store button text'),
('ru', 'theme_editor.vendor_store_header_background', 'Vendor store header background'),
('ru', 'theme_editor.vendor_store_header_name', 'Vendor store header name'),
('ru', 'theme_editor.vendor_store_header_title', 'Vendor store header titles'),
('ru', 'theme_editor.vendor_store_social_icon_bkg', 'Vendor store social icon background'),
('ru', 'theme_editor.vendor_store_social_icon_text', 'Vendor store social icon'),
('ru', 'theme_editor.warning_css_changes_will_be_reverted', '<p>Нужно переключиться обратно на LESS, чтобы иметь возможность использовать Редактор тем, так как он работает с файлами LESS, а не CSS.</p><p><strong>Важно:</strong> Все файлы CSS будут переписаны в процессе восстановления! Индивидуальные изменения CSS будут сохранены в каталоге резервных копий.</p>'),
('ru', 'theme_editor.wishlist_color', 'Wishlist hover'),
('ru', 'theme_editor_mode', 'Режим редактора тем'),
('ru', 'theme_editor_not_supported', 'Эта тема не поддерживает редактор тем'),
('ru', 'theme_information', 'Информация о теме'),
('ru', 'theme_no_styles_text', 'Тема не имеет стилей'),
('ru', 'theme_styles_and_layouts', 'Стили и макеты'),
('ru', 'the_test_transaction', 'Это ТЕСТОВАЯ транзакция'),
('ru', 'this_day', 'Сегодня'),
('ru', 'this_month', 'Текущий месяц'),
('ru', 'this_week', 'Текущая неделя'),
('ru', 'this_year', 'Текущий год'),
('ru', 'ths_sign', 'Тысячный разделитель'),
('ru', 'thumb', 'Иконка'),
('ru', 'thumbnail', 'Иконка'),
('ru', 'thumbnails', 'Иконки'),
('ru', 'thumbnails_removed', 'Миниатюры удалены'),
('ru', 'thumbnail_width', 'Ширина иконки в скроллере'),
('ru', 'ticket_id', 'Ticket Id'),
('ru', 'ticket_information', 'TICKET INFORMATION'),
('ru', 'ticket_list', 'Ticket List'),
('ru', 'ticket_message', 'Ticket Message'),
('ru', 'ticket_subject', 'Ticket Subject'),
('ru', 'ticket_type', 'Ticket Type'),
('ru', 'tier_account', 'уровня'),
('ru', 'time', 'Время'),
('ru', 'timeout', 'Тайм-аут'),
('ru', 'Timestamp', 'Временная метка'),
('ru', 'timezone_upgrade_notification_text', '<p>Часовой пояс \"Афины, Бейрут, Стамбул\" был разделён на три разных пояса:</p><ul><li>Европа/Стамбул</li><li>Европа/Афины</li><li>Азия/Бейрут</li></ul><p>Пожалуйста, откройте <b>Настройки</b> &rarr; <b>Внешний вид</b> и убедитесь, что у вас в настройках выставлен правильный часовой пояс.</p>'),
('ru', 'timezone_upgrade_notification_title', 'Изменения часовых поясов'),
('ru', 'time_interval', 'Интервал времени'),
('ru', 'time_unlimited_download', 'Не ограниченная по времени загрузка'),
('ru', 'tip', 'Подсказка'),
('ru', 'tip.quick_select_and_close_category_selector', 'Подсказка: Удерживайте \'Ctrl\' (или \"⌘\" на Mac) при нажатии на имя категории. Так вы добавите категорию и закроете окно.'),
('ru', 'title', 'Заголовок'),
('ru', 'tmpl_abt__ut2_dropdown_horizontal_mwi', 'AB: Горизонтальный выпадающий список с иконками'),
('ru', 'tmpl_abt__ut2_dropdown_vertical_mwi', 'AB: Вертикальный выпадающий список с иконками'),
('ru', 'tmpl_abt__ut2__categories_title_block', 'AB: Блок: Заголовок категории'),
('ru', 'tmpl_abt__ut2__features_title_block', 'AB: Блок: Заголовок характеристики'),
('ru', 'tmpl_abt__ut2__my_account_links_advanced', 'AB: Мой профиль (дополнительно)'),
('ru', 'tmpl_abt__ut2__recent_posts_advanced', 'AB: Блог: Последние посты'),
('ru', 'tmpl_abt__ut2__subscribe_advanced', 'AB: Форма подписки'),
('ru', 'tmpl_abt__ut2__subscription', 'AB: Почтовые рассылки: Форма подписки'),
('ru', 'tmpl_abt__ut2__title_block', 'АВ: Блок: Заголовок'),
('ru', 'tmpl_abt__ut2__top_buttons', 'AB: Кнопки Сравнение и Избранное'),
('ru', 'tmpl_abt__ut2__top_buttons.compare_list.tooltip', 'Просмотреть Список сравнения'),
('ru', 'tmpl_call_request', 'Обратный звонок'),
('ru', 'tmpl_copyright', 'Информация об авторских правах'),
('ru', 'tmpl_grid', 'Сетка'),
('ru', 'tmpl_grid2', 'Таблица2'),
('ru', 'tmpl_list_without_options', 'Список без опций'),
('ru', 'tmpl_logo', 'Логотип магазина'),
('ru', 'tmpl_multicolumns_small', 'Многоколоночный (малый)'),
('ru', 'tmpl_multicolumn_list', 'Многоколоночный список'),
('ru', 'tmpl_newsletters_subscription_advanced', 'Рассылки: Скроллер (дополнительно)'),
('ru', 'tmpl_payment_icons', 'Иконки способов оплаты'),
('ru', 'tmpl_payment_icons_rus', 'Иконки русских способов оплаты'),
('ru', 'tmpl_polls_central', 'По центру'),
('ru', 'tmpl_polls_side', 'В колонке'),
('ru', 'tmpl_quick_links', 'Быстрые ссылки'),
('ru', 'tmpl_scroller', 'Скроллер'),
('ru', 'tmpl_search', 'Поле поиска'),
('ru', 'tmpl_sidebox_1_item', 'Первый в секции'),
('ru', 'tmpl_subscription', 'Почтовые рассылки: форма подписки'),
('ru', 'tmpl_subscription_advanced', 'Скроллер (дополнительно)'),
('ru', 'tmpl_text_ckeditor', 'CKEditor'),
('ru', 'to', 'До'),
('ru', 'today', 'Сегодня'),
('ru', 'tools', 'Инструменты'),
('ru', 'tools_addons_activated_count', 'Включенные модули:'),
('ru', 'tools_addons_additional_payment_methods', 'Процессоров может быть больше. Они появятся, если вы включите <a href=\"[url]\">модули соответствующих способов оплаты</a>.'),
('ru', 'tools_addons_additional_shipping_methods', 'Перевозчиков может быть больше. Они появятся, если вы включите <a href=\"[url]\">модули соответствующих способов доставки</a>.'),
('ru', 'tools_addons_additional_themes', 'Тем может быть больше. Они появятся, если вы включите <a href=\"[url]\">модули соответствующих тем</a>.'),
('ru', 'tools_addons_core_addons_count', 'Встроенные модули:'),
('ru', 'tools_addons_current_state', 'Текущее состояние'),
('ru', 'tools_addons_disabled_msg', 'Администратор отключил все модули, либо сторонние модули.<br>Нажмите кнопку Включить модули для включения отключенных администратором модулей.'),
('ru', 'tools_addons_disable_all', 'Отключить все модули'),
('ru', 'tools_addons_disable_third_party', 'Отключить сторонние модули'),
('ru', 'tools_addons_installed_count', 'Установленные модули:'),
('ru', 'tools_addons_no_addons', 'Нет модулей'),
('ru', 'tools_addons_no_third_party_addons', 'Нет сторонних модулей'),
('ru', 'tools_addons_other_addons_count', 'Сторонние модули:'),
('ru', 'tools_re_enable_add_ons', 'Включить модули'),
('ru', 'tooltip', 'Подсказка'),
('ru', 'top_panel', 'Верхняя панель'),
('ru', 'top_sellers', 'Лидеры продаж'),
('ru', 'top_wishlist_compare', 'ET - Top wishlist compare'),
('ru', 'total', 'Итого'),
('ru', 'totally_paid', 'Итого оплачено'),
('ru', 'totals', 'Итого'),
('ru', 'total_amount', 'Итоговое количество'),
('ru', 'total_amount_due', 'Общая сумма за счет'),
('ru', 'total_cost', 'Итоговая стоимость'),
('ru', 'total_items', 'Всего'),
('ru', 'total_list_price', 'Итоговая рекомендованная цена'),
('ru', 'total_orders', 'Созданные заказы'),
('ru', 'total_paid_orders', 'Оплаченные заказы'),
('ru', 'total_period_payout', 'Сумма выплат с продаж за период'),
('ru', 'total_price', 'Итого'),
('ru', 'total_product_cost', 'Итоговая стоимость товаров'),
('ru', 'total_replies', 'Total Replies'),
('ru', 'total_results', 'Итоговые результаты'),
('ru', 'total_spent_money', 'Всего потрачено'),
('ru', 'total_unpaid_balance', 'Общий невыплаченный остаток'),
('ru', 'total_without_commission', 'Total descontando a comissão'),
('ru', 'to_all_subcats', 'Применить ко всем подкатегориям'),
('ru', 'to_date', 'По (включительно)'),
('ru', 'to_fixed', 'до определенной суммы'),
('ru', 'to_percentage', 'до определенного процента от исходной цены'),
('ru', 'tpe', 'TPE'),
('ru', 'track', 'Отслеживать'),
('ru', 'tracking_num', 'Номер отслеживания'),
('ru', 'tracking_number', 'Номер отслеживания'),
('ru', 'tracks', 'Идентификатор'),
('ru', 'track_my_order', 'Отслеживание заказа'),
('ru', 'track_on_carrier_site', 'Отследить на сайте'),
('ru', 'track_orders', 'Узнать статус заказа, оплатить и просмотреть детальную информацию'),
('ru', 'track_request_subj', 'Отслеживание заказов'),
('ru', 'track_without_options', 'Отслеживать количество товара без учета опций'),
('ru', 'track_with_options', 'Отслеживать количество товара с учетом опций'),
('ru', 'TransactionDateTime', 'TransactionDateTime'),
('ru', 'transaction_approved', 'Транзакция прошла успешно'),
('ru', 'transaction_cancelled', 'Транзакция была отменена'),
('ru', 'transaction_datetime', 'Дата транзакции'),
('ru', 'transaction_declined', 'Транзакция  отклонена платежной системой или отменена покупателем'),
('ru', 'transaction_id', 'ID транзакции'),
('ru', 'transaction_key', 'Ключ транзакции'),
('ru', 'transaction_password', 'Пароль транзакции'),
('ru', 'transaction_type', 'Тип транзакции'),
('ru', 'transaction_url', 'URL транзакции'),
('ru', 'transaction_used_fee_value', 'Comissão p/ usados'),
('ru', 'translate', 'Перевести'),
('ru', 'translations', 'Переводы'),
('ru', 'trash_category', 'Категория-корзина'),
('ru', 'trash_category_description', 'Когда товар удаляется из последней категории в магазине, он перемещается в эту категорию.'),
('ru', 'tree', 'Дерево'),
('ru', 'trial', 'Пробная версия'),
('ru', 'trial_expired', 'Срок использования пробной версии  [product] истек'),
('ru', 'trial_mode_mve_disabled', 'Пробный период больше недоступен, поскольку у вас есть действующая лицензия на установленный магазин'),
('ru', 'trial_mode_ult_disabled', 'Пробный период не может быть включен'),
('ru', 'trial_notice', 'Магазин работает в пробном режиме.<br /><br />После окончания пробного 30-дневного периода нужно будет ввести действительный лицензионный ключ, чтобы дальше пользоваться магазином.<br /><br />Чтобы навсегда отключить это сообщение и войти в панель администратора после окончания пробного периода, купите лицензию и <a class=\"cm-dialog-opener cm-dialog-auto-size\" data-ca-target-id=\"store_mode_dialog\">активируйте полную версию</a>.'),
('ru', 'true', 'Истина'),
('ru', 'ttc_abt__ut2.menu_with_icons.desc', 'Краткое описание пункта меню (показывается только для пунктов первого уровня ниже названия пункта меню)'),
('ru', 'ttc_abt__ut2.menu_with_icons.dropdown', 'Активировать режим 3-х уровневого меню (выпадающим списком) (используется только для шаблона <b>AB: Вертикальный выпадающий список с иконками </b> для пунктов первого уровня). Рационально задействовать этот режим для тех пунктов меню первого уровня, которые имеют на третьем уровне вложенности большое количество элементов (подпунктов)'),
('ru', 'ttc_abt__ut2.menu_with_icons.icon', 'Иконка пункта меню (максимальный размер иконок:<br> — для пунктов первого уровня 32x32px / для HiDPI 64x64px). Если Bы не используете <b>Краткое описание</b> для пунктов меню первого уровня, то следует использовать максимальный размер 24x24px / для HiDPI 48x48px<br> — для пунктов второго уровня максимальная ширина иконок 100px / для HiDPI 200px)'),
('ru', 'ttc_abt__ut2.menu_with_icons.label', 'Маркер пункта меню (возможность помечать лейблами, важные пункты меню (акция, новое, тотальная распродажа и др. по желанию))'),
('ru', 'ttc_abt__ut2.menu_with_icons.label_background', 'Фон маркера пункта меню'),
('ru', 'ttc_abt__ut2.menu_with_icons.label_color', 'Цвет маркера пункта меню'),
('ru', 'ttc_abt__ut2.menu_with_icons.text', 'HTML-содержимое, отображаемое в этом пункте меню (только для пунктов первого уровня). Используется для показа баннера в мега меню (либо любого другого контента)'),
('ru', 'ttc_abt__ut2.menu_with_icons.text_position', 'Положение HTML-содержимого, отображаемого в этом пункте меню (только для пунктов первого уровня)'),
('ru', 'ttc_ab__lc.catalog.icon', 'Отображается на странице <b>AB: Каталог</b> слева от названия категории'),
('ru', 'ttc_ab__lc.catalog.image_control', 'Для отображения сверху будет использоваться размер, указанный в полях \"Ширина/Высота иконки в списке категорий\" на странице админ панели \"Настройки\" - \"Иконки\". Для отображения слева будет использоваться размер 32*32px'),
('ru', 'ttc_ab__lc.control_subcategory_structure.inherit_control', 'Если отмечено, тогда каждый пункт подкатегории будет построен с учетом ее настроек <b>AB: Управление отображаемой структурой посадочной категории/страницы</b> на страницах <b>AB: Посадочная категория/страница</b>'),
('ru', 'ttc_ab__lc.control_subcategory_structure.menu_id', 'Укажите ID меню, которое будет использовано для построения новой структуры подкатегорий'),
('ru', 'ttc_ab__lc.landing_category.landing', 'Страница категории будет отображаться как посадочная. Отобразятся только подкатегории, без товаров и без фильтров'),
('ru', 'ttc_ab__lc.landing_category.subsubcategories', 'Максимальное количество отображаемых под-подкатегорий. Если равно 0, тогда под-подкатегории отображаться не будут'),
('ru', 'ttc_ab__search_motivation.default_search_phrases', 'Будут использованы при пустых полях в категориях'),
('ru', 'ttc_ab__search_motivation.search_phrases', 'Введение списка выражений для этой категории, каждое выражение должно быть с новой строки'),
('ru', 'ttc_addons.form_builder.email_subject_field', 'Можно использовать поля типа «Список вариантов» или «Поле ввода»'),
('ru', 'ttc_addons.paypal.rma.perform_refund', 'Возврат средств будет сделан сразу после того, как администратор изменит статус запроса'),
('ru', 'ttc_addons.paypal.status_for_new_orders', 'Всем заказам, оплачиваемым через PayPal, присваивается данный статус до тех пор, пока не поступит ответ от PayPal (IPN-сообщение) или пока покупатель не вернётся на сайт магазина, используя ссылку на сайте PayPal.'),
('ru', 'ttc_hybrid_auth.linkedin_api_version', 'LinkedIn <a target=\"_blank\" href=\"https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/migration-faq?context=linkedin/consumer/context\">объявил устаревшим API v1</a>, но старые приложения его ещё используют. Если вы сейчас впервые настраиваете приложение LinkedIn, используйте API v2. Старые приложения LinkedIn всё ещё могут использовать API v1.'),
('ru', 'ttc_mobile_app.appfulldescription', 'Полное описание приложения (до 4000 символов)'),
('ru', 'ttc_mobile_app.appname', 'Название приложения (до 30 символов)'),
('ru', 'ttc_mobile_app.appshortdescription', 'Краткое описание приложения (до 80 символов)'),
('ru', 'ttc_mobile_app.privacypolicyurl', 'Ссылка на страницу с политикой конфиденциальности вашего магазина'),
('ru', 'ttc_mobile_app.pushnotifications', 'Push-уведомления'),
('ru', 'ttc_mobile_app.shopname', 'Имя магазина'),
('ru', 'ttc_mobile_app.supportemail', 'Будет отображаться в разделе «О приложении»'),
('ru', 'ttc_ogone.sha_in', 'Задать парольную фразу SHA-IN можно в панели администратора Ingenico на вкладке <b>Data and origin verification</b>.'),
('ru', 'ttc_ogone_web.sha_out', 'Задать парольную фразу SHA-OUT можно в панели администратора Ingenico на вкладке <b>Transaction feedback</b>.'),
('ru', 'ttc_page_title', 'Название страницы, отображаемое в заголовке окна браузера'),
('ru', 'ttc_paypal_logo', 'Используйте изображение в формате .gif, .jpg или .png размером до 190 пикселей в ширину и 60 пикселей в высоту. Изображения большего размера будут автоматически обрезаны PayPal. PayPal помещает ваш логотип в верхней части области просмотра корзины.'),
('ru', 'ttc_paypal_use_in_context_checkout', 'In-Context Checkout не работает в режиме виджета'),
('ru', 'ttc_popularity', 'Рейтинг популярности товара, рассчитываемый на основе количества просмотров в магазине, добавлений в корзину и покупок.'),
('ru', 'ttc_post_description', 'Используйте тег &lt;!--CUT--&gt;  (нужно переключиться на исходный код в редакторе, чтобы вставить его) чтобы скрыть часть поста. На списке постов будет отображаться только часть текста выше тега. < br /><br /> Убедитесь, чтоб <strong>все HTML-теги закрыты</strong> выше &lt;!--CUT--&gt;!'),
('ru', 'ttc_product_feature.feature_style', 'Определяет внешний вид характеристики на странице товара.'),
('ru', 'ttc_product_feature.filter_style', 'Определяет внешний вид фильтра по этой характеристике на списке товаров. Фильтры помогают покупателям найти товар с нужными характеристиками. Вы сможете создать фильтр после того, как создадите характеристику.'),
('ru', 'ttc_product_feature.purpose', 'Определяет, как вы и ваши покупатели смогут использовать эту характеристику.'),
('ru', 'ttc_search_words', 'Введите сюда несколько слов, и при использовании встроенного поиска по этим словам товар появится в результатах, даже если в названии или описании товара нет этих слов. Отделяйте ключевые слова друг от друга запятыми.'),
('ru', 'ttc_shippings.can.contract_id', 'Идентификационный номер контракта необходим для получения скидки по тарифам торговыми клиентами при указании номера клиента. При работе с членами программы \"Решения для малого бизнеса\" или другими бизнесменами идентификационный номер контракта не указывается.'),
('ru', 'ttc_shippings.can.customer_number', 'Номер клиента необходим торговым клиентам и членам программы \"Решения для малого бизнеса\" для получения скидки на тарифы, если посылка отправляется от лица клиента.'),
('ru', 'ttc_shippings.can.option_cov', 'Требуемая сумма'),
('ru', 'ttc_storefront_url', 'Все доменные имена витрин магазинов должны быть связаны с одним и тем же IP-адресом. Примечание: Переключитесь на «Все магазины» для редактирования.'),
('ru', 'ttc_stores_status', 'ON — витрина открыта; её увидят все. OFF — витрина закрыта; её смогут увидеть только те, у кого есть ключ доступа.'),
('ru', 'ttc_vendor_debt_payout.payout_overdue_limit', 'Оплата за тарифный план списывается с баланса продавца. Если баланс стал отрицательным после списания оплаты, а этот период закончился, то панель администратора продавца не позволит выполнять никакие действия, пока продавец не оплатит задолженность.'),
('ru', 'ttc_vendor_debt_payout.vendor_debt_limit', 'Когда отрицательный баланс продавца достигает этой суммы, панель администрирования продавца не позволит ничего сделать. Если долг продавца равен половине этой суммы, то продавец увидит предупреждение; его текст берётся из языковой переменной \"vendor_debt_payout.debt_near_limit_message\".'),
('ru', 'tts_activate_menu_tab_for', 'Элемент меню будет активен для указанной страницы.'),
('ru', 'tts_generate_submenu', 'Подменю будет включать дочерние элементы выбранного объекта.'),
('ru', 'tts_link_text', 'Целевой URL. Может быть внешней ссылкой, ссылкой внутри магазина или диспетчером.'),
('ru', 'tts_menu_user_class', 'CSS класс будет добавлен к пункту меню. Это позволит задать CSS правила для конкретного пункта меню.'),
('ru', 'tt_addons_abt__unitheme2_views_abt__ut2_buy_together_generate_description', 'Используйте плейсхолдер %product% чтобы вставить название основного товара'),
('ru', 'tt_addons_abt__unitheme2_views_abt__ut2_buy_together_generate_name', 'Используйте плейсхолдер %product% чтобы вставить название основного товара'),
('ru', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.friday', 'Установите время действия баннера \'c\' и \'по\'.<br/>Если не установлено время начала, тогда оно равно 00:00<br/>Если не установлено время окончания, тогда оно равно 23:59<br/>Если оба значения не установлены, то баннер будет отображаться с 00:00 по 23:59'),
('ru', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.monday', 'Установите время действия баннера \'c\' и \'по\'.<br/>Если не установлено время начала, тогда оно равно 00:00<br/>Если не установлено время окончания, тогда оно равно 23:59<br/>Если оба значения не установлены, то баннер будет отображаться с 00:00 по 23:59'),
('ru', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.position', 'Позиция баннера, которая может быть указана следующими способами:<br/><ul><li><code>7</code> - номер одиночной позиции</li><li><code>1,5,7,9</code> - номера нескольких позиций</li><li><code>1-10</code> - диапазон нескольких позиций</li></ul>Разрешено использование комбинаций этих вариантов. Например:<br/><code>1-5, 7-9, 11, 13</code> - баннер будет показан на одной позиции из: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
('ru', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.saturday', 'Установите время действия баннера \'c\' и \'по\'.<br/>Если не установлено время начала, тогда оно равно 00:00<br/>Если не установлено время окончания, тогда оно равно 23:59<br/>Если оба значения не установлены, то баннер будет отображаться с 00:00 по 23:59'),
('ru', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.sunday', 'Установите время действия баннера \'c\' и \'по\'.<br/>Если не установлено время начала, тогда оно равно 00:00<br/>Если не установлено время окончания, тогда оно равно 23:59<br/>Если оба значения не установлены, то баннер будет отображаться с 00:00 по 23:59'),
('ru', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.thursday', 'Установите время действия баннера \'c\' и \'по\'.<br/>Если не установлено время начала, тогда оно равно 00:00<br/>Если не установлено время окончания, тогда оно равно 23:59<br/>Если оба значения не установлены, то баннер будет отображаться с 00:00 по 23:59'),
('ru', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.tuesday', 'Установите время действия баннера \'c\' и \'по\'.<br/>Если не установлено время начала, тогда оно равно 00:00<br/>Если не установлено время окончания, тогда оно равно 23:59<br/>Если оба значения не установлены, то баннер будет отображаться с 00:00 по 23:59'),
('ru', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.url', 'Рекомендуется формат ссылки с указанием контроллера (например, products.view?product_id=12121)'),
('ru', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.wednesday', 'Установите время действия баннера \'c\' и \'по\'.<br/>Если не установлено время начала, тогда оно равно 00:00<br/>Если не установлено время окончания, тогда оно равно 23:59<br/>Если оба значения не установлены, то баннер будет отображаться с 00:00 по 23:59'),
('ru', 'tt_addons_ab__category_banners_views_ab__category_banners_update_image', 'Изображение выводится \"как есть\", без изменений размера'),
('ru', 'tt_addons_ab__motivation_block_views_ab__motivation_block_update_image', 'Изображение выводится \"как есть\", без масштабирования. Загрузите подготовленное изображение нужного размера, рекомендуется использовать размер 24*24px'),
('ru', 'tt_addons_ab__video_gallery_hooks_products_tabs_content_post_ab__vg.form.replace_image', 'Использовать первое видео как изображение по умолчанию в странице товара'),
('ru', 'tt_addons_newsletters_views_mailing_lists_update_from_email', 'Email отправителя.'),
('ru', 'tt_addons_newsletters_views_mailing_lists_update_from_name', 'Имя отправителя (например, название компании).'),
('ru', 'tt_addons_newsletters_views_mailing_lists_update_reply_to', 'Email, на который отправляются ответы.'),
('ru', 'tt_addons_newsletters_views_newsletters_update_more_subjects', 'Если задано несколько тем, тема письма случайно выбирается из этого списка.'),
('ru', 'tt_addons_newsletters_views_newsletters_update_users', 'Если сообщение содержит ссылку для отмены подписки, она будет пустой для этих пользователей.'),
('ru', 'tt_addons_paypal_settings_partial_refund_action_order_status', 'Устанавливает автоматическую смену статуса заказа после частичного возврата через PayPal.');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('ru', 'tt_addons_polls_hooks_pages_tabs_content_post_poll_results', 'Сообщение, отображаемое в магазине после завершения опроса.'),
('ru', 'tt_addons_seo_views_seo_redirects_manage_seo.old_url', 'Например, если ваша ссылка <b>http://example.com/path/to/object</b>, то нужно ввести <b>/path/to/object</b>'),
('ru', 'tt_addons_store_locator_views_store_locator_update_store_locator.main_destination', 'Определяет стоимость доставки в эту точку самовывоза. Тарифы задаются на странице редактирования способа доставки. Если вы не выберете тарифную зону, то пункт самовывоза не появится на странице оформления заказа.'),
('ru', 'tt_addons_store_locator_views_store_locator_update_store_locator.show_to', 'Позволяет предлагать этот пункт самовывоза на странице оформления заказа тем, кто находится в других тарифных зонах.'),
('ru', 'tt_addons_vendor_locations_hooks_companies_shipping_address_post_vendor_locations.location', 'Адрес, по которому будет определено местоположение на Google Maps.'),
('ru', 'tt_mobile_app.crop_when_resize', 'Если галочка стоит, то при изменении размера изображения его края могут быть обрезаны. Если галочка не стоит, то при изменении размера могут быть добавлены прозрачные границы.'),
('ru', 'tt_mobile_app.m_app_icon', '1024x1024 (такой большой размер обусловлен требованиями Apple; убедитесь, что изображение хорошо смотрится, если изменить его размер на 256x256)'),
('ru', 'tt_mobile_app.m_app_splash_landscape', 'Рекомендуемый размер изображения 2208x1536. Оно отобразится при запуске приложения на вашем мобильном телефоне'),
('ru', 'tt_mobile_app.m_app_splash_portrait', 'Рекомендуемый размер изображения 1536x2208. Оно отобразится при запуске приложения на вашем мобильном телефоне'),
('ru', 'tt_mobile_app.m_app_store_logo', '(1024x500). Это изображение появится на странице вашего приложения в Google Play; подробности см. <a href=\"https://support.google.com/googleplay/android-developer/answer/1078870?hl=ru\" target=\"_blank\">тут</a> (Картинка для раздела \"Рекомендуемые\")'),
('ru', 'tt_mobile_app.services_config', 'Загрузите файл google-services.json, который был создан при добавлении приложения Android в Firebase.'),
('ru', 'tt_views_block_manager_update_block_override_by_this', 'Если сохранить блок с включенной данной настройкой, текущее содержимое блока перезапишет содержимое этого блока во всём магазине'),
('ru', 'tt_views_block_manager_update_block_width', 'Ширина блока задается для блоков, которые расположены в группе, имеющей горизонтальное направление. В других случаях этот параметр не работает.'),
('ru', 'tt_views_block_manager_update_location_default', 'Одна страница должна быть выбрана в качестве страницы по умолчанию. Ее верхний и нижний контейнеры будут использованы во всех остальных страницах.'),
('ru', 'tt_views_block_manager_update_location_head_custom_html', 'Этот HTML-код будет выведен между тэгами &lt;head&gt; и &lt;/head&gt;'),
('ru', 'tt_views_cart_components_carts_search_form_online_only', 'Показывать только онлайн-пользователей в результатах поиска'),
('ru', 'tt_views_categories_update_product_details_layout', 'По умолчанию используется шаблон, заданный в настройках внешнего вида  клиентской части'),
('ru', 'tt_views_currencies_update_after_sum', 'Отображать символ валюты после суммы'),
('ru', 'tt_views_currencies_update_decimals', 'Количество знаков после дробного разделителя'),
('ru', 'tt_views_currencies_update_dec_sign', 'Знак для разделения целой и дробной частей числа'),
('ru', 'tt_views_currencies_update_ths_sign', 'Знак для разделения тысячных частей числа'),
('ru', 'tt_views_database_manage_backup_data', 'Если настройка включена, резервная копия базы данных будет содержать фактичекие данные таблиц'),
('ru', 'tt_views_database_manage_backup_schema', 'Если настройка включена, структура таблиц сохранится в резервной копии базы данных.'),
('ru', 'tt_views_exim_export_output', 'Выберите, куда сохранить файл: Скачать файл — сохранить файл на локальном компьютере, Экран — вывести содержимое файла на экран, Сервер — сохранить в серверной файловой системе'),
('ru', 'tt_views_languages_manage_language_code', 'Двубуквенный код языка.'),
('ru', 'tt_views_languages_update_country', 'Флаг выбранной страны будет использоваться как значок языка'),
('ru', 'tt_views_orders_components_orders_search_form_customer_files', 'Показывать заказы, для которых покупатели загружали свои файлы, в результатах поиска'),
('ru', 'tt_views_pages_components_pages_link_page_target_url', 'URL для перенаправления покупателей'),
('ru', 'tt_views_pages_components_pages_link_page_url', 'Внутренний URL страницы'),
('ru', 'tt_views_payments_update_surcharge_title', 'Оставьте пустым, чтобы использовать  «Дополнительный сбор» в качестве названия'),
('ru', 'tt_views_payments_update_taxes', 'Если принимается доплата от способа оплаты с продавцов, налоги посчитаны не будут'),
('ru', 'tt_views_payments_update_template', 'Шаблон, отвечающий за отображение дополнительных полей для способа оплаты.'),
('ru', 'tt_views_products_components_products_shipping_settings_free_shipping', 'Товары с включенным параметром Бесплатная доставка не учитываются при расчете стомости доставки, если для выбранного способа доставки включен параметр Использовать для бесплатной доставки'),
('ru', 'tt_views_products_components_products_shipping_settings_items_in_box', 'Используйте это поле, чтобы задать минимальное и максимальное количество штук товара, которое может быть доставлено в одной коробке. Введите ненулевое значение и задайте размеры коробки ниже.'),
('ru', 'tt_views_products_components_products_shipping_settings_weight', 'Для расчета стоимости доставки товару с нулевым весом (не цифровому) автоматически назначается минимальный ненулевой вес.'),
('ru', 'tt_views_products_update_categories', 'Категории, которые будут отображаться в навигации («хлебных крошках»).'),
('ru', 'tt_views_products_update_inventory', 'Отслеживать количество товара в наличии. Включите настройку «Включить отслеживание количества товаров на складе» (Настройки → Общие), чтобы изменить значение.'),
('ru', 'tt_views_products_update_list_price', 'Рекомендованная производителем розничная цена'),
('ru', 'tt_views_products_update_out_of_stock_actions', '\"Предзаказ\" позволяет купить товар, даже если его нет в наличии или он доступен только с определённой даты. \"Подписаться на уведомления\" работает, только если товара нет в наличии или у него отрицательное количество.'),
('ru', 'tt_views_products_update_product_details_layout', 'По умолчанию используется шаблон, заданный в настройках основной категории товара'),
('ru', 'tt_views_product_features_update_feature_display_on_catalog', 'Показывать характеристику вместе с описанием товара в списке товаров.'),
('ru', 'tt_views_product_features_update_feature_display_on_product', 'Отображать характеристику на карточке товара'),
('ru', 'tt_views_product_features_update_prefix', 'Текст перед названием характеристики.'),
('ru', 'tt_views_product_features_update_suffix', 'Текст после названия характеристики.'),
('ru', 'tt_views_product_options_update_incorrect_filling_message', 'Сообщение, отображаемое в случае неверно введенных данных.'),
('ru', 'tt_views_product_options_update_inner_hint', 'Пояснение того, какое значение нужно вводить.'),
('ru', 'tt_views_product_options_update_inventory', 'Учитывать эту опцию при расчете кол-ва товаров в наличии.'),
('ru', 'tt_views_product_options_update_regexp', 'Регулярное выражение, задающее формат значения поля.'),
('ru', 'tt_views_promotions_update_stop_other_rules', 'Не применять другие промо-акции, когда активна эта'),
('ru', 'tt_views_sales_reports_table_time_interval', 'Анализируемые интервалы времени (дни, недели, месяцы, годы).'),
('ru', 'tt_views_sales_reports_update_table_dependence', 'Параметр, по которому будут сортироваться значения. Этот параметр должен соответствовать отображаемым значениям (например, Стоимость товара — Общая стоимость или Количество товаров — Количество элементов).'),
('ru', 'tt_views_sales_reports_update_table_limit', 'Максимальное количество элементов графика'),
('ru', 'tt_views_shippings_components_services_ups_ship_ups_pickup_type', '<p>Выберите \"Ежедневную доставку\", чтобы рассчитать стоимость доставки в соответствии с ежедневными тарифами.</p><p>Выберите \"Однократную доставку\", \"Центр писем\", или \"Центр авиаперевозок\" для расчёта стоимости доставки в соответствии с розничными тарифами.</p>'),
('ru', 'tt_views_shippings_update_delivery_time', 'Время доставки отображается рядом с названием способа доставки. Если вы используете сервисы для расчета доставки, они могут возвращать свое собственное время. И это время будет отображаться вместо времени, указанного в этом поле.'),
('ru', 'tt_views_shippings_update_use_for_free_shipping', 'Не учитывать товары с включенным параметром Бесплатная доставка при расчете стоимости доставки'),
('ru', 'tt_views_site_layout_logos_alt_text', 'Оставьте пустым, чтобы использовать название компании в качестве альтернативного текста.'),
('ru', 'tt_views_storage_cdn_cname', 'Имя домена, которое можно использовать вместо автоматически сгенерированного в CloudFront домена. Вам также нужно создать CNAME запись в используемом вами DNS сервисе, чтобы запросы шли с этого имени на домен CloudFront (домен CloudFront отобразится на этой странице после того, как вы сохраните данные AWS аккаунта).'),
('ru', 'tt_views_storage_cdn_key', 'Ключ доступа AWS. Чтобы получить ключ доступа и секретный ключ - прочитайте руководство по этой ссылке: <a href=\"http://amzn.to/1sT9aw0\" target=\"_blank\">http://amzn.to/1sT9aw0</a>.'),
('ru', 'tt_views_taxes_update_regnumber', 'Регистрационный номер налога в вашем магазине.'),
('ru', 'turkish', 'Турецкий'),
('ru', 'txn_id', 'ID транзакции'),
('ru', 'type', 'Тип'),
('ru', 'type_comment', 'Оставить комментарий'),
('ru', 'type_comments_here', 'Ваши комментарии к заказу:'),
('ru', 'type_to_search', 'Введите поисковый запрос...'),
('ru', 'type_to_search_or_click_button', 'Введите поисковый запрос, или щёлкните по кнопке справа для расширенного поиска'),
('ru', 'uc_addon_package_files_do_not_match_schema', 'Пакет содержит файлы, которые не описаны в схеме, или в схеме есть ссылки на отсутствующие файлы'),
('ru', 'uc_addon_package_forbidden_path', 'Запрещено: Модуль пытается обновить основные файлы ([path])'),
('ru', 'uc_addon_package_languages_forbidden', 'Пакет содержит языки, которые не описаны в схеме, или в схеме есть ссылки на отсутствующие файлы языков'),
('ru', 'uc_addon_package_migrations_forbidden', 'Пакет содержит миграции, которые не описаны в схеме, или в схеме есть ссылки на отсутствующие файлы миграции'),
('ru', 'uc_addon_package_pre_post_scripts_mismatch', 'Пакет содержит пре- или пост-скрипты, которые не описаны в схеме, или в схеме есть ссылки на отсутствующие файлы'),
('ru', 'uc_backup_info_subj', 'Центр обновлений: Создана резервная копия магазина, витрина была закрыта.'),
('ru', 'uc_broken_upgrade_connector', 'Коннектор [connector_id] вернул некорректные данные'),
('ru', 'uc_connector_not_found', 'Коннектор не найден'),
('ru', 'uc_copy_files', 'Копирование файлов'),
('ru', 'uc_downloaded_and_ready', 'Пакет обновлений загружен и готов к установке'),
('ru', 'uc_execute_validator', 'Выполнить проверку «[validator]»'),
('ru', 'uc_info_subj', 'Центр обновлений: Магазин был закрыт.'),
('ru', 'uc_install_languages', 'Установить языки'),
('ru', 'uc_migration_failed', 'Произошла ошибка во время обновления структуры базы данных (применяем миграцию [migration]).'),
('ru', 'uc_ok', '[ОК]'),
('ru', 'uc_open_store_email_body', '<p>Перед обновлением ваш магазин был закрыт. Убедитесь, что он работает нормально после обновления, а потом <a href=\"[settings_section]\">откройте его</a>.</p>'),
('ru', 'uc_package_schema_is_not_json', 'Схема пакета не является допустимым JSON'),
('ru', 'uc_package_schema_not_found', 'Схема содержимого пакета не найдена'),
('ru', 'uc_restore_email_body', '<p>Перед обновлением была создана резервная копия базы данных и файлов вашего магазина. Резервный архив содержит полную копию базы данных и все файлы, кроме изображений. Резервный архив сохранен на вашем сервере: [backup_file].</p><p>Перед обновлением ваш магазин был закрыт для посетителей. После обновления проверьте, правильно ли работает магазин, и если все в порядке, <a href=\"[settings_section]\">откройте его</a>.</p><p>Если во время обновления что-то пошло не так, зайдите в панель администратора, <strong>Администрирование → Резервное копирование и восстановление</strong>, чтобы восстановить резервную копию магазина.</p><p>Если вы не можете войти в панель администратора, используйте ссылку для восстановления из последней резервной копии. <b>Важно:</b> щелкнув по ссылке, вы сразу запустите восстановление. Используйте эту ссылку только если не можете войти в панель администратора! Восстановить из последней резервной копии:</p>'),
('ru', 'uc_restore_email_subject', 'Центр обновлений: Создана резервная копия магазина, и магазин был закрыт.'),
('ru', 'uc_run_migrations', 'Запуск миграции'),
('ru', 'uc_searchanise_disabled', 'Модуль Searchanise был автоматически отключен во время обновления, чтобы избежать появления неверных поисковых результатов. Включите модуль на странице <a href=\"[url]\">Управление модулями</a>.'),
('ru', 'uc_title_validators', 'Проверки пакета обновлений'),
('ru', 'uc_unable_to_read_schema', 'Не удалось прочитать схему пакета (schema.json)'),
('ru', 'uc_upgrade_progress', 'Статус обновления'),
('ru', 'uk_cookies_law', 'Для обеспечения высокого уровня обслуживания на этом сайте используются куки (cookies). Продолжая его использование, вы соглашаетесь с тем, что куки (cookies) будут сохраняться на вашем компьютере: <span class=\"button button-wrap-left\"><span class=\"button button-wrap-right\"><a rel=\"nofollow\" href=\"[url]\">Принять</a></span></span>'),
('ru', 'ultimate_license', '[product] Ultimate'),
('ru', 'ultimate_license_required', 'Для этого нужен [product] Ultimate'),
('ru', 'ultimate_or_storefront_license_required', 'Для этого нужен [product] Ultimate или лицензия на дополнительную витрину'),
('ru', 'ult_shared_with', 'Общее для витрин:'),
('ru', 'ult_share_users_setting_disabled', 'Значение настройки не может быть изменено, так как идентичные адреса электронной почты зарегистрированы в магазине.'),
('ru', 'unable_delete_vendor_orders_exists', 'Не удалось удалить учетную запись продавца, так как в базе данных присутствуют заказы, в которых приобретены товары этого продавца. Чтобы удалить этого продавца, сначала удалите упомянутые заказы.'),
('ru', 'unable_to_assign_usergroup', 'Невозможно использовать группу. Пожалуйста, обратитесь к администратору магазина.'),
('ru', 'unable_to_check_license', 'Не удалось проверить номер лицензии'),
('ru', 'unable_to_create_status', 'Не удалось создать новый статус'),
('ru', 'unable_to_delete_last_storefront', 'Один магазин должен остаться'),
('ru', 'unable_to_delete_setting_description', 'Не удалось удалить описание настройки: [reason]'),
('ru', 'unable_to_delete_setting_variant', 'Не удалось удалить вариант вариант настройки: [reason]'),
('ru', 'unable_to_read_resource', 'Невозможно прочитать ресурс: [file]'),
('ru', 'unable_to_unpack_file', 'Невозможно распаковать файл'),
('ru', 'unable_to_update_setting_description', 'Не удалось задать описание: [reason]'),
('ru', 'unable_to_update_setting_value', 'Не удалось обновить значение настройки: [reason]'),
('ru', 'ungroupped_features', 'Несгруппированные характеристики'),
('ru', 'uninstall', 'Удалить'),
('ru', 'unique_html_block', 'Уникальный HTML блок'),
('ru', 'unit', 'Единица'),
('ru', 'united_kingdom', 'Великобритания'),
('ru', 'unit_price', 'Цена за ед.'),
('ru', 'unknown', 'Неизвестный'),
('ru', 'unknown_server_response', 'Неизвестный ответ от сервера'),
('ru', 'unmark', 'Отменить выделение'),
('ru', 'unregistered_customer', 'Незарегистрированный покупатель'),
('ru', 'unregistered_customer_short', 'Не зарегистрирован(а)'),
('ru', 'unselect_all', 'Снять выделение со всех'),
('ru', 'unset_tax_to_products', 'Снять выбранные налоги со всех товаров'),
('ru', 'unsubscribe', 'Отменить подписку'),
('ru', 'unsubscribe_key', 'Ключ для отмены подписки'),
('ru', 'unsubscribe_link', 'Ссылка для отмены подписки'),
('ru', 'up', 'Вверх'),
('ru', 'update', 'Обновить'),
('ru', 'updated_last', 'Обновлялся за последний(-ие)'),
('ru', 'updates_subscription', 'Подписка на обновления и акции'),
('ru', 'update_all', 'Atualizar todos'),
('ru', 'update_categories', 'Обновить категории'),
('ru', 'update_current_layout', 'Обновить текущий макет'),
('ru', 'update_customer_info', 'Обновить информацию о покупателе'),
('ru', 'update_datafeed', 'Редактирование прайс-листа'),
('ru', 'update_existing_products_only', 'Обновить только существующие товары'),
('ru', 'update_existing_products_only_tooltip', 'Если данная настройка включена, товары, отсутствующие в базе данных вашего магазина, будут пропущены во время импорта.'),
('ru', 'update_for_all_act', 'Новое значение будет сохранено для ВСЕХ магазинов, для которых данный объект является общим. Нажмите, чтобы сохранить его только для владельца данного магазина.'),
('ru', 'update_for_all_dis', 'Новое значение будет сохранено ТОЛЬКО для владельца данного магазина. Нажмите, чтобы сохранить его для всех магазинов, для которых данный объект является общим.'),
('ru', 'update_for_all_hid_act', 'Нажмите, чтобы отменить обновление поля.'),
('ru', 'update_for_all_hid_dis', 'Изменить значение во всех магазинах'),
('ru', 'update_group', 'Обновить группу'),
('ru', 'update_period_expired', '<p class=\"text-error\">Подписка на обновления ПО истекла, поэтому установить данное обновление невозможно. Продлить свою подписку на обновления ПО вы можете в нашей <a href=\"[url]\">Системе Клиентской Помощи</a>.</p><p>Обратите внимание, что вы можете продолжить использование данного ПО и без подписки на обновления.</p>'),
('ru', 'update_products', 'Обновить товары'),
('ru', 'update_profile', 'Обновить профиль'),
('ru', 'update_profile_notification', 'Ваш профиль был обновлен'),
('ru', 'update_profile_notification_header', 'Ваш профиль был обновлен.'),
('ru', 'update_status', 'Обновить статус'),
('ru', 'update_text', 'Обновить текст'),
('ru', 'update_totals_and_inventory', 'Обновить итоговые суммы и количество товара на складе'),
('ru', 'update_translation', 'Обновить переводы'),
('ru', 'updating', 'Обновление'),
('ru', 'updating_links', 'Обновление ссылок'),
('ru', 'upgrade', 'Обновление'),
('ru', 'upgraded_on', 'Обновление выполнено'),
('ru', 'upgrade_center', 'Центр обновлений'),
('ru', 'upgrade_center.apply_migration_failed', '<p>Пожалуйста, восстановите резервную копию, созданную перед обновлением, вручную, или с помощью ссылки, отправленной на ваш почтовый адрес, после чего свяжитесь с нашей службой технической поддержки.</p><br><p>Техническая информация: Не удалось завершить миграцию [migration]. Причина: [error].</p><p>Завершённые миграции: [processed_count] из [total_count].</p>'),
('ru', 'upgrade_center.error_unable_to_prepare_restore', 'Невозможно подготовить скрипт восстановления.'),
('ru', 'upgrade_center.filehash_check_failed', 'Обновление невозможно из-за ошибки при проверке целостности файлов. Пожалуйста, обратитесь в службу технической поддержки.'),
('ru', 'upgrade_center.skip_backup', 'Не делать резервную копию файлов и базы данных'),
('ru', 'upgrade_center.upgrades_are_not_available_in_trial', 'Обновления доступны только в <strong>Полном</strong> и <strong>Бесплатном</strong> режимах.<br/><br/>Активировать один из этих режимов вы можете в меню Настройки → <a class=\"cm-dialog-opener cm-dialog-auto-size\" data-ca-target-id=\"store_mode_dialog\">Лицензирование</a>.'),
('ru', 'upgrade_center.upgrade_process_failed', 'Произошёл сбой процесса обновления вашего магазина'),
('ru', 'upgrade_center.validation_issue', 'Ошибка при валидации'),
('ru', 'upgrade_center.validator_fail_result', 'Проверка «[validator_name]» завершилась неудачно'),
('ru', 'upgrade_center.warning_msg_after_upgrade', 'После обновления проверьте базовый функционал магазина.'),
('ru', 'upgrade_center.warning_msg_executed_php', '<p class=\"text-error\">Мы запустили пустой PHP-скрипт. Он будет выполняться 6 минут. После проверки мы сообщим, можно ли задать параметру timeout PHP-скрипта правильное значение. Если можно, обновляйте магазин. Пожалуйста, дождитесь окончания проверки, чтобы убедиться в корректности настройки timeout вашего сервера.</p>'),
('ru', 'upgrade_center.warning_msg_generally', 'Частая причина неудачных обновлений — завершение работы PHP-скрипта из-за неподходящих настроек сервера. Важно проверить настройки timeout PHP-скрипта на вашем сервере'),
('ru', 'upgrade_center.warning_msg_specialists', 'Если вы не знаете технических деталей CS-Cart и процесса обновления, настоятельно рекомендуем <a href=\"[upgrade_center_specialist]\" target=\"_blank\">нанять специалиста</a> или <a href=\"[upgrade_center_team]\" target=\"_blank\">попросить нашу команду технической поддержки</a> обновить ваш магазин.'),
('ru', 'upgrade_center.warning_msg_test_local', 'Сначала обновите тестовую копию вашего магазина и убедитесь, что обновление прошло гладко.'),
('ru', 'upgrade_center.warning_msg_third_party_add_ons', 'Обновление не затрагивает модули от сторонних разработчиков. Поэтому перед обновлением отключите все сторонние модули.'),
('ru', 'upgrade_center.warning_msg_timeout_check_failed', 'На вашем сервере неподходящие настройки timeout PHP-скрипта. Возможные причины — ограничение времени выполнения PHP-скрипта в функции <a href=\"http://php.net/manual/en/function.set-time-limit.php\" target=\"_blank\">set_time_limit</a> или в параметре \"Timeout\" интерфейса FastCGI. Мы рекомендуем связаться с вашим хостинг-провайдером, чтобы настроить сервер или с нашей командой технической поддержки, чтобы они выполнили обновление вашего магазина.'),
('ru', 'upgrade_center.warning_msg_timeout_fail', 'Мы НЕ РЕКОМЕНДУЕМ выполнять обновление на вашем сервере.'),
('ru', 'upgrade_center.warning_msg_upgrade_is_complicated', 'Обновление магазина — сложный технический процесс. Обновление может не пройти из-за независящих от нас причин.<br> Поэтому мы приготовили подсказки, чтобы обновление прошло максимально безопасно:'),
('ru', 'upgrade_center_permission_adjusted_properly', 'Все права доступа к файлам и папкам настроены правильно.'),
('ru', 'upgrade_fl54_atol_boxberry_text', '<p>Для работы магазина с онлайн-кассами по 54-ФЗ:</p><ul><li>добавлена возможность <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/payment_methods/yandex_54fz.html\">отправлять данные для печати чека в Яндекс.Кассу</a>;</li><li>добавлен <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/addons/atol_online/\">модуль \"АТОЛ Онлайн\"</a> для интеграции с одноимённым сервисом аренды онлайн-касс.</li></ul><p>Другие изменения:</p><ul><li>добавлен <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/addons/retailcrm/\">модуль для обмена данными с retailCRM</a>;</li><li>добавлена <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/shipping_and_taxes/shipping_methods/realtime_shipping_methods/boxberry.html\">интеграция со службой доставки Boxberry</a>.</li></ul>'),
('ru', 'upgrade_fl54_atol_boxberry_title', 'Новые возможности CS-Cart 4.6.1: работа магазина в соответствии с ФЗ-54, интеграция с retailCRM и Boxberry'),
('ru', 'upgrade_flash_player', 'Вам нужно обновить ваш Flash Player'),
('ru', 'upgrade_is_not_avail', '<p class=\"text-error\">Данное обновление не доступно для вашей лицензии. Пожалуйста, свяжитесь с <a href=\"[url]\">поддержкой</a> для решения проблемы.</p>'),
('ru', 'upgrade_license', 'Обновить лицензию'),
('ru', 'upgrade_notification_message', '<p class=\'upgrade-center_notice-msg\'>Копия этого сообщения отправлена на электронную почту администратора.</p><hr>'),
('ru', 'upgrade_notification_title', 'Изменения после обновления в [product] [version]'),
('ru', 'upgrade_notification_welcome_text', '<p class=\"lead\">Мы собрали список того, что стоит проверить после обновления, чтобы было проще начать пользоваться новой версией. Полный список изменений тоже есть.</p><p class=\"lead\">На случай, если вам потом понадобится снова увидеть это сообщение, мы также отправили его на [email].</p>'),
('ru', 'upgrade_notification_welcome_title', 'Добро пожаловать в [product] [version]!'),
('ru', 'upgrade_notification_what_check_first', 'Что проверить в первую очередь?'),
('ru', 'upgrade_notification_what_else_to_check', 'На что ещё обратить внимание?'),
('ru', 'upload', 'Загрузить'),
('ru', 'uploaded_files', 'Uploaded Files'),
('ru', 'upload_addon', 'Загрузить и установить модуль'),
('ru', 'upload_another_file', 'Загрузить еще файл'),
('ru', 'upload_file', 'Загрузить файл'),
('ru', 'upload_install', 'Загрузить и установить'),
('ru', 'upload_theme', 'Загрузить тему'),
('ru', 'upload_to_ftp', 'Загрузить на FTP-сервер'),
('ru', 'upload_upgrade_package', 'Загрузить пакет обновлений'),
('ru', 'upload_upgrade_text', 'Загрузите пакет обновлений, чтобы применить хотфикс или обновить модуль. Выберите архив в формате tgz, gz или zip и нажмите Загрузить.'),
('ru', 'upload_via_ftp', 'Добавить через FTP'),
('ru', 'ups', 'United Parcel Service'),
('ru', 'ups_suggested_retail_rates_upgrade_notification_text', '<p>Последняя версия [product] не поддерживает способ подбора \"Примерные розничные расценки\" для способов доставки UPS.</p><p>Если вы ранее пользовались \"Примерными розничными расценками\", выполните следующие инструкции, чтобы обновить стоимость доставки для ваших покупателей:</p><ul><li>Откройте Администрирование → Доставка и налоги → Способы доставки.</li><li>Выберите способ доставки, в котором перевозчиком выступает UPS.</li><li>Переключитесь на вкладку Настроить и выберите подходящий способ подбора: используйте \"Однократную доставку\", \"Центр писем\", или \"Центр авиаперевозок\" для расчёта стоимости доставки в соответствии с розничными тарифами</li></ul>'),
('ru', 'ups_suggested_retail_rates_upgrade_notification_title', 'Способ подбора \"Примерные розничные расценки\" для способов доставки UPS больше не поддерживается.'),
('ru', 'ups_upgrade_notification_text', 'Службы доставки <p><b>UPS Canada: Expedited SM</b> и <b>UPS Polish: Today Intercity</b> не поддерживаются, начиная с этой версии [product]. Если вы использовали эти службы, то:</p><ul><li>перейдите на страницу Администрирование > Доставка и налоги > Способы доставки;</li><li>откройте способ, где в качестве перевозчика выбран UPS;</li><li>во вкладке \"Общее\" выберите другую службу доставки.</li></ul>'),
('ru', 'ups_upgrade_notification_title', 'Службы доставки UPS Canada: Expedited SM и UPS Polish: Today Intercity больше не поддерживаются'),
('ru', 'url', 'URL'),
('ru', 'url_access_storefront', 'Для доступа к витрине воспользуйтесь следующей ссылкой: <br><a href=\"[url]\" target=\"_blank\">[url]</a>'),
('ru', 'url_dispatch_part', 'Значение параметра «dispatch» из URL'),
('ru', 'used', 'Использован'),
('ru', 'user', 'Пользователь'),
('ru', 'usergroup', 'Группа'),
('ru', 'usergroups', 'Группы пользователей'),
('ru', 'usergroups_menu_description', 'Управление группами пользователей вашего магазина.'),
('ru', 'usergroup_activated', 'Группа была активирована'),
('ru', 'usergroup_disactivated', 'Группа была деактивирована'),
('ru', 'usergroup_ids', 'ID групп пользователей'),
('ru', 'usergroup_privileges', 'Привилегии группы'),
('ru', 'usergroup_registered', 'Зарегистрированные'),
('ru', 'usergroup_request_by_customer', 'Запрос на добавление в группу от покупателя'),
('ru', 'username', 'Логин'),
('ru', 'users', 'Пользователи'),
('ru', 'users_carts', 'Незавершенные покупки'),
('ru', 'users_carts_menu_description', 'Просмотр незавершенных покупок и покупок в процессе.'),
('ru', 'users_menu_description', 'Редактирование учетных записей пользователей, зарегистрированных в вашем магазине.'),
('ru', 'user_account_info', 'Информация об учетной записи пользователя'),
('ru', 'user_account_information', 'Информация об учетной записи пользователя'),
('ru', 'user_cannot_be_deleted', 'Извините, пользователь с идентификатором [user_id] не может быть удалён.'),
('ru', 'user_class', 'Пользовательский CSS-класс'),
('ru', 'user_data_required', 'Выберите покупателя или введите данные'),
('ru', 'user_details_page', 'Страница деталей пользователя'),
('ru', 'user_group', 'Группа пользователей'),
('ru', 'user_group_ids', 'ID группы пользователей'),
('ru', 'user_group_requests', 'Запросы на добавление в группу'),
('ru', 'user_id', 'ID пользователя'),
('ru', 'user_info', 'Информация о пользователе'),
('ru', 'user_pin', 'PIN пользователя'),
('ru', 'user_profile_info', 'Информация о пользователе'),
('ru', 'user_settings', 'Настройки пользователей'),
('ru', 'user_type', 'Тип пользователя'),
('ru', 'use_avail_period', 'Задать период доступности'),
('ru', 'use_cardinal', 'Использовать Cardinal Centinel&reg; для 3-D Secure Payer Authentication'),
('ru', 'use_coupons_commission', 'Комиссия за использование купона.'),
('ru', 'use_current_link', 'Использовать адрес текущей страницы'),
('ru', 'use_custom_view', 'Использовать собственное отображение'),
('ru', 'use_custom_weight_settings', 'Использовать дополнительные настройки веса'),
('ru', 'use_default_block_configuration', 'Использовать конфигурацию блоков по умолчанию'),
('ru', 'use_existing_block', 'Использовать существующий блок'),
('ru', 'use_existing_store', 'Копировать данные из магазина'),
('ru', 'use_for_apply_for_vendor_account', 'Заполнить форму для получения учетной записи продавца'),
('ru', 'use_for_checkout', 'Форма оформления заказа (информация о пользователе)'),
('ru', 'use_for_discussion', 'Формы «Отзывы и комментарии»'),
('ru', 'use_for_form_builder', 'Пользовательские формы'),
('ru', 'use_for_free_shipping', 'Использовать для бесплатной доставки'),
('ru', 'use_for_login', 'Форма авторизации'),
('ru', 'use_for_polls', 'Опросов'),
('ru', 'use_for_register', 'Форма создания и редактирования профиля'),
('ru', 'use_for_re_desk', 'Use for Re:Desk'),
('ru', 'use_for_track_orders', 'Форма отслеживания заказа'),
('ru', 'use_negotiated_rates', 'Использовать договорные расценки'),
('ru', 'use_new_sha_method', 'Использовать новую политику SHA подписи'),
('ru', 'use_this_style', 'Использовать этот стиль'),
('ru', 'usps', 'USPS (почтовая служба США)'),
('ru', 'usps_package_size_large', 'Большой'),
('ru', 'usps_package_size_regular', 'Обычный'),
('ru', 'usps_service_certificate_of_mailing', 'Сертификат отправки'),
('ru', 'usps_service_certificate_of_mailing_for_firm_mailing_books', 'Сертификат рассылки для фирм, рассылающих книги'),
('ru', 'usps_service_certificate_of_mailing_per_individual_article', 'Сертификат отправки для отдельного товара'),
('ru', 'usps_service_certified', 'Сертифицировано'),
('ru', 'usps_service_collect_on_delivery', 'Наложенный платеж'),
('ru', 'usps_service_delivery_confirmation', 'USPS Отслеживание/Подтверждение доставки'),
('ru', 'usps_service_edelivery_confirmation', 'Подтверждение USPS e-Delivery'),
('ru', 'usps_service_express_mail_insurance', 'Страхование для экспресс-почты'),
('ru', 'usps_service_insurance', 'Страховка'),
('ru', 'usps_service_pick_up_on_demand', 'До востребования'),
('ru', 'usps_service_registered_mail', 'Заказное письмо'),
('ru', 'usps_service_registered_without_insurance', 'Зарегистрировано без страховки'),
('ru', 'usps_service_registered_with_insurance', 'Зарегистрировано и застраховано'),
('ru', 'usps_service_return_receipt', 'Квитанция на получение'),
('ru', 'usps_service_return_receipt_electronic', 'Электронная квитанция на получения'),
('ru', 'usps_service_return_receipt_for_merchandise', 'Квитанция на получение товара'),
('ru', 'usps_service_signature_confirmation', 'Подтверждение подписи'),
('ru', 'usps_size', 'Пожалуйста, укажите ширину, высоту и длину упаковки для Priority mail, только если Размер упаковки - Большой.'),
('ru', 'usps_upgrade_notification_text', '<p>Следующие службы доставки USPS больше не поддерживаются:<ul><li>USPS First-Class Mail International Large Envelope</li><li>USPS First-Class Mail International Letter/Postcard</li></ul>Все способы доставки, использующие данные службы, были переключены на <b>USPS First-Class Package International Service</b>. Пожалуйста, откройте страницу <b>Администрирование → Доставка и налоги → Способы доставки</b> и проверьте настройки способов доставки, использующих USPS.</p>'),
('ru', 'usps_upgrade_notification_title', 'Изменения в службах доставки USPS'),
('ru', 'uvdesk_already_account', 'Your account already exist. To manage your tickets please login.'),
('ru', 'uvdesk_answered', 'Answered'),
('ru', 'uvdesk_closed', 'Closed'),
('ru', 'uvdesk_label', 'Label'),
('ru', 'uvdesk_mine', 'Mine'),
('ru', 'uvdesk_notreplied', 'Notreplied'),
('ru', 'uvdesk_open', 'Open'),
('ru', 'uvdesk_pending', 'Pending'),
('ru', 'uvdesk_resolved', 'Resolved'),
('ru', 'uvdesk_spam', 'Spam'),
('ru', 'uvdesk_starred', 'Starred'),
('ru', 'uvdesk_tickets', 'UVDesk Ticktes'),
('ru', 'uvdesk_timestamp', 'Timestamp'),
('ru', 'uvdesk_trashed', 'Trashed'),
('ru', 'uvdesk_unassigned', 'Unassigned'),
('ru', 'uvdesk_viewticket', 'UVDesk View Ticket'),
('ru', 'valid', 'Период действия'),
('ru', 'validate_email', 'Подтвердить email'),
('ru', 'validate_secret_word', 'Подтвердить секретное слово'),
('ru', 'valid_thru', 'Действует до (мм/гг)'),
('ru', 'value', 'Значение'),
('ru', 'value_to_display', 'Отображаемое значение'),
('ru', 'variables', 'Переменные'),
('ru', 'variant', 'Вариант'),
('ru', 'variants', 'Варианты'),
('ru', 'variant_id', 'ID варианта'),
('ru', 'variant_name', 'Название варианта'),
('ru', 'variations_in_stock', 'Показывать только товары в наличии'),
('ru', 'variation_group_code', 'Код группы вариаций'),
('ru', 'variation_group_id', 'ID группы вариаций'),
('ru', 'variation_parent_product_id', 'ID родительской вариации'),
('ru', 'variation_set_as_default', 'Вариация, выбранная по умолчанию'),
('ru', 'variation_sub_group_id', 'ID подгруппы вариаций'),
('ru', 'vendor', 'Продавец'),
('ru', 'vendors_activity', 'Активность продавцов за выбранный период'),
('ru', 'vendors_activity.new_products', 'Новые товары'),
('ru', 'vendors_activity.new_vendors', 'Новые продавцы'),
('ru', 'vendors_activity.not_logged_in_vendors', 'Продавцы, которые не входили в учётную запись'),
('ru', 'vendors_activity.orders_created', 'Размещённые заказы'),
('ru', 'vendors_activity.vendors_with_new_products', 'Продавцы, создавшие новые товары'),
('ru', 'vendors_activity.vendors_with_sales', 'Продавцы с продажами'),
('ru', 'vendors_menu_description', 'Сортировать список продавцов, зарегистрированных в магазине.'),
('ru', 'vendors_statistics', 'Статистика продавца'),
('ru', 'vendors_with_absolute_commissions_notice', '<p>До обновления фиксированная комиссия была задана для следующих продавцов:</p><ul>[vendors_list]</ul><p>Поэтому значение <b>Transaction fee</b> в планах этих продавцов равно 0.</p><p>Размеры абсолютной комиссии все еще хранятся в базе данных, но не используются. Однако вы можете использовать эти данные, чтобы настроить новые планы с нефиксированной комиссией. Подробно это описано в документации (на английском языке):</p>[instructions]'),
('ru', 'vendor_accounting', 'Бухгалтерский учёт'),
('ru', 'vendor_accounting_menu_description', 'Статистика доходов и расходов (общий доход, баланс продавцов, выводы средств).'),
('ru', 'vendor_account_balance', 'Баланс учетной записи'),
('ru', 'vendor_account_balance_menu_description', 'Статистика доходов и расходов.'),
('ru', 'vendor_administrator', 'Администратор продавца'),
('ru', 'vendor_administrators', 'Администраторы продавца'),
('ru', 'vendor_administrators_menu_description', 'Список администраторов продавца, зарегистрированных пользователей с аккаунтом продавца.'),
('ru', 'vendor_approval_pending', 'Новый запрос на создание учетной записи продавца'),
('ru', 'vendor_candidate_notification', 'Здравствуйте,<br/><br/>В вашем магазине была создана новая учётная запись продавца. Данная учётная запись будет находиться на рассмотрении, пока Вы её не одобрите. Пройдите по <a href=\"[href]\">этой ссылке</a>, чтобы просмотреть данные нового продавца</a>.'),
('ru', 'vendor_commission_changes_upgrade_notification_text', '<p>В новой версии убран модуль Vendor commission, его роль теперь выполняет модуль Vendor plans. При обновлении для каждого продавца был создан собственный план. Однако модуль Vendor plans не поддерживает фиксированную комиссию.</p>'),
('ru', 'vendor_commission_changes_upgrade_notification_title', 'Модуль Vendor commission заменен на Vendor plans'),
('ru', 'vendor_communication', 'Центр сообщений'),
('ru', 'vendor_communication.ask_a_question', 'Задать вопрос'),
('ru', 'vendor_communication.author', 'Автор'),
('ru', 'vendor_communication.cannot_create_thread', 'Не удалось создать вопрос'),
('ru', 'vendor_communication.cannot_delete_thread', 'Не удалось удалить вопрос'),
('ru', 'vendor_communication.cannot_delete_threads', 'Не удалось удалить вопросы'),
('ru', 'vendor_communication.cannot_post_message', 'Не удалось отправить сообщение'),
('ru', 'vendor_communication.cannot_update_thread', 'Не удалось обновить вопрос'),
('ru', 'vendor_communication.contact_vendor', 'Связаться с продавцом'),
('ru', 'vendor_communication.contact_vendor_name', 'Связаться с [vendor_name]'),
('ru', 'vendor_communication.contact_with', '#[thread_id]. Чат с [thread_company]'),
('ru', 'vendor_communication.created_at', 'Создан'),
('ru', 'vendor_communication.customer_name', 'Имя покупателя'),
('ru', 'vendor_communication.date', 'Дата'),
('ru', 'vendor_communication.error_message', 'Пожалуйста, введите текст сообщения'),
('ru', 'vendor_communication.event.message_received.name', 'Получено новое сообщение'),
('ru', 'vendor_communication.invalid_thread_object_type', 'Недопустимый тип объекта для вопроса'),
('ru', 'vendor_communication.message', 'Сообщение'),
('ru', 'vendor_communication.messages', 'Сообщения'),
('ru', 'vendor_communication.message_center', 'Центр сообщений'),
('ru', 'vendor_communication.message_center_menu_description', 'Сообщения от покупателей'),
('ru', 'vendor_communication.message_center_name', 'Центр сообщений'),
('ru', 'vendor_communication.message_center_name_menu_description', 'Сообщения от покупателей'),
('ru', 'vendor_communication.message_sent', 'Ваше сообщение было отправлено <b>[vendor_name]</b>.<br/><br/>Мы сообщим вам об ответе. История сообщений хранится <a href=\"[thread_url]\" target=\"_blank\">в Центре сообщений</a>. Он находится в разделе \"Сообщения\" в \"Моём профиле\".'),
('ru', 'vendor_communication.new_message.message', 'Нажмите на это уведомление, чтобы прочитать сообщение'),
('ru', 'vendor_communication.new_message.title', 'Новое сообщение для [company_name] от [customer]'),
('ru', 'vendor_communication.new_thread_created', 'Ваше сообщение было отправлено <b>[vendor_name]</b>.<br/><br/>Ответ продавца будет отправлен на почту, указнную в вашей учётной записи. Для просмотра истории сообщений, пожалуйста откройте <a href=\"[thread_url]\">Центр сообщений</a>, расположенный в секции \"Сообщения\" в \"Моём профиле\".'),
('ru', 'vendor_communication.no_messages_found', 'Сообщения отсутствуют'),
('ru', 'vendor_communication.no_threads_found', 'Вопросы не найдены'),
('ru', 'vendor_communication.please_log_in_to_be_notified', 'Войдите в учётную запись, чтобы мы могли сообщить вам об ответе'),
('ru', 'vendor_communication.please_log_in_to_contact_vendor', 'Пожалуйста, войдите в свою учётную запись, чтобы связаться с продавцом'),
('ru', 'vendor_communication.required_field_is_missing', 'Поле [field_name] обязательное'),
('ru', 'vendor_communication.subject_email', 'У вас новое сообщение от [message_from]'),
('ru', 'vendor_communication.thread', 'Вопрос #[thread_id]'),
('ru', 'vendor_communication.threads_deleted', 'Вопросы были удалены'),
('ru', 'vendor_communication.thread_deleted', 'Вопрос был удалён'),
('ru', 'vendor_communication.ticket', 'Вопрос'),
('ru', 'vendor_communication.type_message', 'Введите текст сообщения...'),
('ru', 'vendor_communication.you', 'Вы'),
('ru', 'vendor_communication.your_message_to_vendor_name', 'Ваше сообщение для [vendor_name]'),
('ru', 'vendor_communication.you_have_new_message', 'У вас новое <a href=\"[thread_url]\">сообщение</a> от [message_from].'),
('ru', 'vendor_custom_page', 'Vendor custom page'),
('ru', 'vendor_data_premoderation', 'Премодерация данных продавцов'),
('ru', 'vendor_data_premoderation.approval_info_text', 'Если проверка нужна только для некоторых продавцов, то необходимость проверки для каждого продавца задаётся на вкладке \"Модули\" на странице редактирования продавца.'),
('ru', 'vendor_data_premoderation.approve_product', 'Одобрить \"[product]\"'),
('ru', 'vendor_data_premoderation.approve_product_btn', 'Одобрить товар'),
('ru', 'vendor_data_premoderation.disapproval_reason', 'Причина отклонения'),
('ru', 'vendor_data_premoderation.disapproved', 'Отклонён'),
('ru', 'vendor_data_premoderation.disapprove_product', 'Отклонить \"[product]\"'),
('ru', 'vendor_data_premoderation.disapprove_products', 'Отклонить товары'),
('ru', 'vendor_data_premoderation.disapprove_product_btn', 'Отклонить товар'),
('ru', 'vendor_data_premoderation.enter_disapproval_reason', 'Укажите, почему вы отклонили товар, и сохраните изменения.'),
('ru', 'vendor_data_premoderation.event.product_status.approved.name', 'Премодерация данных продавцов: ваш товар был утверждён'),
('ru', 'vendor_data_premoderation.event.product_status.disapproved.name', 'Премодерация данных продавцов: ваш товар был отклонён'),
('ru', 'vendor_data_premoderation.exclude_disapproved_products', 'Исключить неодобренные товары'),
('ru', 'vendor_data_premoderation.notification.approved.message', 'Товар \"[product]\" одобрен администрацией магазина и добавлен в каталог. Нажмите сюда, чтобы просмотреть товар.|[n] товара одобрены администрацией магазина и добавлены в каталог. Нажмите сюда, чтобы просмотреть товары.|[n] товаров одобрены администрацией магазина и добавлены в каталог. Нажмите сюда, чтобы просмотреть товары.'),
('ru', 'vendor_data_premoderation.notification.approved.title', 'Ваш товар был одобрен|Ваши товары были одобрены'),
('ru', 'vendor_data_premoderation.notification.disapproved.message', 'Товар \"[product]\" отклонён администрацией магазина. Нажмите сюда, чтобы просмотреть товар.|[n] товара отклонены администрацией магазина. Нажмите сюда, чтобы просмотреть товары.|[n] товаров отклонены администрацией магазина. Нажмите сюда, чтобы просмотреть товары.'),
('ru', 'vendor_data_premoderation.notification.disapproved.title', 'Ваш товар был отклонён|Ваши товары были отклонены'),
('ru', 'vendor_data_premoderation.notification.products_require_approval.message', 'Этот товар ожидает проверки с [since]. Нажмите сюда, чтобы посмотреть товар.|Эти товары ожидают проверки с [since]. Нажмите сюда, чтобы просмотреть товары.'),
('ru', 'vendor_data_premoderation.notification.products_require_approval.title', '[n] товар требует проверки|[n] товара требуют проверки|[n] товаров требуют проверки'),
('ru', 'vendor_data_premoderation.notification_for_deleted_statuses', 'Модуль \"Премодерация данных продавцов\" выключен. Если у товаров был статус \"Требует проверки\" или \"Отклонён\", то теперь у них нет никакого статуса. Эти товары не будут видны покупателям, пока вы или продавцы не зададите им какой-нибудь статус. Если вы включите модуль, то товары без статусов снова получат статусы. Если вы удалите модуль, то все товары автоматически получат правильный статус.'),
('ru', 'vendor_data_premoderation.products_sent_to_premoderation', 'Изменения сохранены. Перед тем, как товар появится в каталоге, его должна одобрить администрация магазина. Вот <a href=\"[product_approval_url]\">список товаров, которые ожидают одобрения</a>.|Изменения сохранены. Перед тем, как товары появятся в каталоге, их должна одобрить администрация магазина. Вот <a href=\"[product_approval_url]\">список товаров, которые ожидают одобрения</a>.'),
('ru', 'vendor_data_premoderation.product_status.disapproved', 'Отклонён'),
('ru', 'vendor_data_premoderation.product_status.requires_approval', 'Требует проверки'),
('ru', 'vendor_data_premoderation.require_approval', 'Товары на проверке'),
('ru', 'vendor_data_premoderation.require_vendor_action', 'Отклонённые товары'),
('ru', 'vendor_debt_payout.block_alert', '<p>Ваш доступ к панели администратора был автоматически ограничен, так как вы достигли лимита отрицательного баланса или не оплатили свой тарифный план вовремя.</p><p>Ваш текущий баланс составляет [current_balance].</p><p><a href=\"[pay_url]\">Оплатите задолженность</a> — после обработки платежа ваш доступ к панели администратора восстановится автоматически.</p>'),
('ru', 'vendor_debt_payout.day_or_days', 'дн.'),
('ru', 'vendor_debt_payout.debt_near_limit_message', 'Ваш текущий баланс составляет [current_balance]. Если он достигнет [minimal_balance], вы не сможете пользоваться панелью администратора, пока не <a href=\"[pay_url]\" target=\"_blank\">оплатите задолженность</a>.'),
('ru', 'vendor_debt_payout.debt_payout', 'Оплата задолженности'),
('ru', 'vendor_debt_payout.debt_payout_w_order', 'Оплата задолженности (заказ #[id])'),
('ru', 'vendor_debt_payout.payout_overdue_limit', 'Отсрочка для оплаты тарифного плана'),
('ru', 'vendor_debt_payout.pay_fees', 'Оплатить задолженность'),
('ru', 'vendor_debt_payout.pending_payout_message', 'Необходимо уплатить сумму [fee_amount] за использование тарифного плана [plan_name]. Ваш текущий баланс составляет [current_balance]. Если сумма не будет уплачена до [overdue_date], вы не сможете работать с панелью администратора, пока не <a href=\"[pay_url]\" target=\"_blank\">оплатите задолженность</a>.'),
('ru', 'vendor_debt_payout.vendor_debt_limit', 'Ограничить функциональность панели администратора, если долг продавца достигает'),
('ru', 'vendor_edit_invitation_email_template', '<a href=\"[url]\">Редактировать email-шаблон приглашения продавца</a>'),
('ru', 'vendor_filters', 'Фильтры товара продавца'),
('ru', 'vendor_filters_description', ''),
('ru', 'vendor_id', 'ID продавца'),
('ru', 'vendor_invitations_fail_notification', 'Количество неотправленных приглашений: [failed_quantity]<br/><b>[emails_list]</b><br/>Приглашение не отправится, если вы уже отправляли приглашение на этот адрес. Но если ни одно из ваших приглашений не отправилось, и вы не отправляли раньше приглашения на эти адреса, то проверьте, может ли [product] отправлять электронные письма. Если нет, то проблема связана либо с [product], либо с настройками сервера. В этом случае свяжитесь с администратором сервера, хостинг-провайдером или <a href=\"https://helpdesk.cs-cart.com/\" target=\"_blank\">нашей технической поддержкой</a>, чтобы изучить проблему.'),
('ru', 'vendor_invitations_sent_notification', 'Количество отправленных приглашений: [sent_quantity]'),
('ru', 'vendor_invitation_email_body', '<p>Здравствуйте!</p><br/><p>Предлагаем вам <a href=\"[create_account_url]\">зарегистрироваться</a> на сайте [default_company_name]. Вы сможете расширить свою клиентскую базу: опубликовать свои товары и предлагать их посетителям нашего сайта.</p><br/><p>С уважением,</p><p>команда [default_company_name]</p>'),
('ru', 'vendor_invitation_email_subject', '[default_company_name]: продавайте вместе с нами'),
('ru', 'vendor_invited_at', 'Дата отправки'),
('ru', 'vendor_language', 'Язык продавца'),
('ru', 'vendor_location.search_vendors_geolocation', 'Поиск продавцов'),
('ru', 'vendor_locations.block_template_location_selector', 'Выбор местоположения'),
('ru', 'vendor_locations.closest_vendors', 'Ближайшие продавцы'),
('ru', 'vendor_locations.customer_geolocation', 'Ваше местоположение'),
('ru', 'vendor_locations.filter_by_city', 'Город продавца'),
('ru', 'vendor_locations.filter_by_distance', 'Расстояние до продавца'),
('ru', 'vendor_locations.location', 'Местоположение'),
('ru', 'vendor_locations.nearby', 'Рядом'),
('ru', 'vendor_locations.not_your_city', 'Не ваш город?'),
('ru', 'vendor_locations.search_city', 'Поиск города'),
('ru', 'vendor_locations.search_nearby', 'Поиск на расстоянии'),
('ru', 'vendor_locations.search_vendors_by_address', 'Поиск продавцов'),
('ru', 'vendor_locations.selected_city', 'Выбранный город'),
('ru', 'vendor_locations.select_city', 'Выберите город'),
('ru', 'vendor_locations.vendors_map', 'Карта продавцов'),
('ru', 'vendor_logos_and_product_count', 'Количество товаров и логотипы продавца'),
('ru', 'vendor_name', 'Имя продавца'),
('ru', 'vendor_names', 'Имена продавцов'),
('ru', 'vendor_name_field', 'Имя продавца'),
('ru', 'vendor_notifications', 'Уведомления для продавцов'),
('ru', 'vendor_page.add_post', 'Add new page'),
('ru', 'vendor_page.editing_post', 'Editing'),
('ru', 'vendor_page.new_post', 'New vendor page'),
('ru', 'vendor_pages', 'Страницы продавца'),
('ru', 'vendor_pages_title', 'ET - Vendor pages title'),
('ru', 'vendor_panel', 'Панель продавца'),
('ru', 'vendor_panel_configurator.configure_vendor_panel_notice', 'Чтобы знакомство с маркетплейсом было проще, продавцы видят не все элементы меню и поля на странице товара. Настроить то, что видят продавцы, вы можете <a href=\"[config_url]\" target=\"_blank\">в настройках модуля \"Конфигуратор панелей продавцов\"</a>. Если выключить модуль, то меню и сама панель продавцов станет похожа на панель администратора маркетплейса.'),
('ru', 'vendor_panel_configurator.element_color', 'Цвет элементов'),
('ru', 'vendor_panel_configurator.global_setting_warning', 'Эта настройка сейчас не появляется на странице редактирования товара, потому что задана глобально для всех товаров. Её можно найти <a href=\"[settings_url]\" target=\"_blank\">в меню \"Настройки\"</a>.'),
('ru', 'vendor_panel_configurator.payment_methods.description', 'Управляйте приёмом оплаты от покупателей'),
('ru', 'vendor_panel_configurator.product_page_configuration', 'Настройки страницы товара'),
('ru', 'vendor_panel_configurator.seller_info', 'Информация о продавце'),
('ru', 'vendor_panel_configurator.sidebar_background_image', 'Фоновое изображение боковой панели'),
('ru', 'vendor_panel_configurator.sidebar_background_image_description', 'Если вы загрузите изображение, оно появится вместо фонового цвета боковой панели. Мы рекомендуем выбирать цвет боковой панели, который совпадает с фоновым изображением.'),
('ru', 'vendor_panel_configurator.sidebar_color', 'Цвет боковой панели'),
('ru', 'vendor_panel_configurator.theme_layouts', 'Макеты страниц'),
('ru', 'vendor_panel_configurator.theme_layouts.description', 'Управляйте макетами микромагазина и страниц товаров'),
('ru', 'vendor_panel_configurator.theme_styles', 'Логотипы и стили'),
('ru', 'vendor_panel_configurator.theme_styles.description', 'Управляйте логотипами, которые используются на сайте и в почте; настраивайте внешний вид микромагазина и страниц товаров'),
('ru', 'vendor_panel_configurator.unconfigurable_tab', 'На этой вкладке нет отключаемых полей.');
INSERT INTO `partiushop_language_values` (`lang_code`, `name`, `value`) VALUES
('ru', 'vendor_payouts.approval_status', 'Статус подтверждения'),
('ru', 'vendor_payouts.approval_status.C', 'Подтверждён'),
('ru', 'vendor_payouts.approval_status.D', 'Отклонён'),
('ru', 'vendor_payouts.approval_status.P', 'Неподтвержденный'),
('ru', 'vendor_payouts.balance', 'Баланс'),
('ru', 'vendor_payouts.balance_carried_forward', 'Сальдо к переносу'),
('ru', 'vendor_payouts.current_balance', 'Текущий баланс: [balance]'),
('ru', 'vendor_payouts.current_balance_text', 'Текущий баланс'),
('ru', 'vendor_payouts.income', 'Доход'),
('ru', 'vendor_payouts.income_carried_forward', 'Доход к переносу'),
('ru', 'vendor_payouts.new_payout_issued', 'Была назначена новая выплата'),
('ru', 'vendor_payouts.new_payout_issued_text', '[issuer] назначил новую выплату [amount]'),
('ru', 'vendor_payouts.new_withdrawal_requested', 'Запрошен новый вывод средств'),
('ru', 'vendor_payouts.new_withdrawal_requested_text', 'Новый вывод средств размером [amount] был запрошен [requester]'),
('ru', 'vendor_payouts.payout_approved', 'Выплата была выполнена'),
('ru', 'vendor_payouts.payout_approved_text', 'Выплата размером [amount], назначенная на [date] была отмечена, как <b>Выполнена</b>'),
('ru', 'vendor_payouts.payout_comments', 'Комментарии к выплате'),
('ru', 'vendor_payouts.payout_declined', 'Не удалось выполнить выплату'),
('ru', 'vendor_payouts.payout_declined_text', 'Выплата размером [amount], назначенная на [date] была отмечена, как <b>Не выполнена</b>'),
('ru', 'vendor_payouts.transactions', 'Транзакции'),
('ru', 'vendor_payouts.transaction_value', 'Объём транзакции'),
('ru', 'vendor_payouts.type', 'Тип'),
('ru', 'vendor_payouts.type.order_changed', 'Заказ изменён'),
('ru', 'vendor_payouts.type.order_changed.description', 'Заказ <a href=\"[order_url]\">#[order_id]</a> изменён'),
('ru', 'vendor_payouts.type.order_placed', 'Заказ размещен'),
('ru', 'vendor_payouts.type.order_placed.description', 'Заказ <a href=\"[order_url]\">#[order_id]</a> размещён'),
('ru', 'vendor_payouts.type.order_refunded', 'Сумма за заказ была возвращена'),
('ru', 'vendor_payouts.type.order_refunded.description', 'Сумма за заказ <a href=\"[order_url]\">#[order_id]</a> была возвращена'),
('ru', 'vendor_payouts.type.other', 'Другая причина'),
('ru', 'vendor_payouts.type.other.description', 'Другая причина'),
('ru', 'vendor_payouts.type.payout', 'Выплата'),
('ru', 'vendor_payouts.type.payout.description', 'Выплата'),
('ru', 'vendor_payouts.type.withdrawal', 'Вывод средств'),
('ru', 'vendor_payouts.type.withdrawal.description', 'Вывод средств'),
('ru', 'vendor_payouts.view_details', 'Получить более подробную информацию можно здесь'),
('ru', 'vendor_payouts.withdrawals', 'Вывод средств с баланса'),
('ru', 'vendor_payouts.withdrawal_approved', 'Вывод средств был выполнен'),
('ru', 'vendor_payouts.withdrawal_approved_text', 'Вывод средств размером [amount], назначенный на [date] была отмечен, как <b>Выполнен</b>'),
('ru', 'vendor_payouts.withdrawal_comments', 'Комментарии, связанные с выводом средств'),
('ru', 'vendor_payouts.withdrawal_declined', 'Запрос на вывод средств был отклонён'),
('ru', 'vendor_payouts.withdrawal_declined_text', 'Вывод средств размером [amount], назначенный на [date] была отмечен, как <b>Отклонён</b>'),
('ru', 'vendor_plan', 'Тарифный план'),
('ru', 'vendor_plans.add_vendor_plan', 'Добавить тарифный план'),
('ru', 'vendor_plans.best_choice', 'Лучший выбор'),
('ru', 'vendor_plans.best_choise', 'Предложить в качестве лучшего выбора'),
('ru', 'vendor_plans.best_choise_short', 'Лучший выбор'),
('ru', 'vendor_plans.category_is_empty', 'Пожалуйста, укажите категорию.'),
('ru', 'vendor_plans.choose', 'Выбрать'),
('ru', 'vendor_plans.choose_your_plan', 'Выберите Ваш план'),
('ru', 'vendor_plans.commission', 'Комиссия'),
('ru', 'vendor_plans.current_plan', 'Текущий план'),
('ru', 'vendor_plans.current_plan_usage', 'Текущее использование плана'),
('ru', 'vendor_plans.delete_plan_vendor_exists_text', 'Не удаётся удалить план, так как он используется некоторыми продавцами'),
('ru', 'vendor_plans.disable_plan_vendor_exists_text', 'Не удаётся выключить план, так как он используется некоторыми продавцами'),
('ru', 'vendor_plans.editing_vendor_plan', 'Редактирование тарифного плана'),
('ru', 'vendor_plans.fixed_transaction_fee', 'Плата за транзацкию (фикс.)'),
('ru', 'vendor_plans.many_products_text', 'Слишком много товаров ([actual]/[allowed])'),
('ru', 'vendor_plans.month', 'Месяц'),
('ru', 'vendor_plans.much_revenue_text', 'Превышен порог выручки ([actual]/[allowed])'),
('ru', 'vendor_plans.new_vendor_plan', 'Новый тарифный план'),
('ru', 'vendor_plans.not_available', 'Недоступен'),
('ru', 'vendor_plans.out_of_amount', 'из [amount]'),
('ru', 'vendor_plans.periodicity_biweekly', 'Quinzenal'),
('ru', 'vendor_plans.periodicity_half', 'Semestre'),
('ru', 'vendor_plans.periodicity_month', 'в месяц'),
('ru', 'vendor_plans.periodicity_onetime', 'разовый'),
('ru', 'vendor_plans.periodicity_trimester', 'por trimestre'),
('ru', 'vendor_plans.periodicity_year', 'в год'),
('ru', 'vendor_plans.plan', 'Тарифный план'),
('ru', 'vendor_plans.plan_has_been_changed', 'Ваш план был изменён'),
('ru', 'vendor_plans.plan_has_been_changed_text', 'Ваш план был изменён на [plan]. Более подробная информация доступна ниже.'),
('ru', 'vendor_plans.plan_name', 'Название тарифного плана'),
('ru', 'vendor_plans.plan_not_available_text', 'К сожалению, данный тарифный план недоступен для Вас. Пожалуйста, выберите другой план.'),
('ru', 'vendor_plans.plan_payment', 'Оплата Вашего плана'),
('ru', 'vendor_plans.plan_payment_text', 'С Вашей учётной записи была списана сумма [price] за использование плана [plan]. Для просмотра баланса Вашей учётной записи, пожалуйста, перейдите по <a href=\"[href]\">следующей ссылке</a> или обратитесь к описанию плана ниже.'),
('ru', 'vendor_plans.plan_will_be_change_text', 'Вы собираетесь перейти на другой тарифный план. После перехода с Вас будет взиматься полная стоимость выбранного плана. Вы уверены, что хотите продолжить?'),
('ru', 'vendor_plans.products_exceeded_text', 'Не удаётся добавить больше товаров, так как было достигнуто максимальное число товаров доступных по данному плану. Для смены палан, пожалуйста, перейдите по <a href=\"[href]\">данной ссылке</a>.'),
('ru', 'vendor_plans.products_limit', 'Макс. число товаров'),
('ru', 'vendor_plans.products_limit_tooltip', 'Устанавливает максимальное число товаров доступных по данному плану. Пустое поле означает неограниченное число товаров.'),
('ru', 'vendor_plans.products_limit_unlimited', '<strong>Неограниченное количество</strong> товаров'),
('ru', 'vendor_plans.products_limit_value', 'Товары: <strong>[products]</strong>'),
('ru', 'vendor_plans.restrictions', 'Условия'),
('ru', 'vendor_plans.revenue', 'Выручка'),
('ru', 'vendor_plans.revenue_exceeded_subj', 'Достигнут предел максимальной выручки'),
('ru', 'vendor_plans.revenue_exceeded_text', '<a href=\"[href]\">[vendor]</a> превысил порог выручки, предусмотренный планом [plan].'),
('ru', 'vendor_plans.revenue_up_to', 'Порог выручки'),
('ru', 'vendor_plans.revenue_up_to_tooltip', 'Максимальная выручка в месяц по выбранному плану. Оставьте это поле пустым, чтобы снять ограничение по выручке.'),
('ru', 'vendor_plans.revenue_up_to_unlimited', 'Выручка <strong>без ограничений</strong>'),
('ru', 'vendor_plans.revenue_up_to_value', 'Порог выручки: <strong>[revenue]</strong>'),
('ru', 'vendor_plans.select_plan_text', '<div class=\"et-vendor-plans_select_plan_text_big\">Find the  <span class=\"et-highlight\">perfect plan</span> for your business</div><div class=\"et-vendor-plans_select_plan_text_small\">You will be charged for the plan after the admin approves your vendor account.</div>'),
('ru', 'vendor_plans.storefronts_update_for_plan.add_storefronts_message', 'Добавить продавца на витрины, которые добавились в план|Добавить продавцов на витрины, которые добавились в план'),
('ru', 'vendor_plans.storefronts_update_for_plan.general_message', 'Как поступить с <a href=\"[search_url]\" target=\"_blank\">[n] продавцом</a>, который сейчас использует этот план?|Как поступить с <a href=\"[search_url]\" target=\"_blank\">[n] продавцами</a>, которые сейчас используют этот план?'),
('ru', 'vendor_plans.storefronts_update_for_plan.remove_storefronts_message', 'Убрать продавца с витрин, которые были убраны у плана|Убрать продавцов с витрин, которые были убраны у плана'),
('ru', 'vendor_plans.storefronts_update_for_plan.title', 'Изменились витрины, доступные для тарифного плана'),
('ru', 'vendor_plans.storefronts_update_for_vendor.add_storefronts_message', 'Добавить продавца на витрины, доступные в новом плане'),
('ru', 'vendor_plans.storefronts_update_for_vendor.general_message', 'Как поступить с витринами, доступными этому продавцу?'),
('ru', 'vendor_plans.storefronts_update_for_vendor.remove_storefronts_message', 'Убрать продавца с витрин, которые были доступны в его предыдущем плане'),
('ru', 'vendor_plans.storefronts_update_for_vendor.title', 'Продавец переведён на другой план'),
('ru', 'vendor_plans.transaction_fee', 'Плата за транзацкию'),
('ru', 'vendor_plans.transaction_fee_value', 'Плата за транзакцию: <strong>[value]</strong>'),
('ru', 'vendor_plans.unlimited', 'Безлимитный'),
('ru', 'vendor_plans.upgrade_notification_text', '<p>Раньше в модуле <b>Тарифные планы для продавцов</b> была настройка <b>Взимать надбавку за проведение платежа с продавца</b>. Она удаляла надбавку за проведение платежа из итога заказа, чтобы покупатель её не платил. Вместо этого надбавка вычиталась из стоимости заказа в пользу магазина. Эта настройка была убрана: если вы хотите получить деньги с каждого заказа продавца, задайте комиссии для соответствующих тарифных планов.</p>'),
('ru', 'vendor_plans.upgrade_notification_title', 'Из модуля \"Тарифные планы для продавцов\" убрана настройка'),
('ru', 'vendor_plans.vendor_approved_text', 'Был выбран план [plan]. Более подробная информация доступна ниже.'),
('ru', 'vendor_plans.vendor_commission', 'Комиссия продавца'),
('ru', 'vendor_plans.vendor_plans', 'Тарифные планы для продавцов'),
('ru', 'vendor_plans.vendor_plans_menu_description', 'Создавайте тарифные планы для своих продавцов с различными условиями и ценами'),
('ru', 'vendor_plans.vendor_store', 'Микромагазин продавца'),
('ru', 'vendor_plans.vendor_store_tooltip', 'У продавца может быть свой микромагазин, расположенный по отдельному адресу, например <i>example.com/vendor/</i>. В микромагазине продаются только товары продавца, которому он принадлежит. Поисковые запросы в микромагазине выдают только те товары, которые продаются в данном микромагазине.'),
('ru', 'vendor_plans.year', 'Год'),
('ru', 'vendor_products', 'Товары продавца'),
('ru', 'vendor_rating', 'ET - Vendor rating'),
('ru', 'vendor_store_blocks', 'Vendor home blocks'),
('ru', 'vendor_terms', 'Условия продавца'),
('ru', 'vendor_terms.checkout_terms_and_conditions', 'Я принимаю [terms_href] [vendor]'),
('ru', 'vendor_terms.checkout_terms_and_conditions_name', 'Условия соглашения'),
('ru', 'vendor_terms.terms_and_conditions', 'Условия соглашения'),
('ru', 'vendor_terms.terms_and_conditions_tooltip', 'Заполните данное поле, если Вы хотите, чтобы во время оформления заказа покупатель принимал Ваши условия соглашения. Оставьте поле пустым, чтобы покупатель мог совершать покупки без согласия с условиями.'),
('ru', 'vendor_terms_field_alert', 'Предупреждение, что нужно принять условия'),
('ru', 'vendor_terms_field_terms_text', 'Текст условий для продавцов'),
('ru', 'vendor_terms_n_conditions', 'Я принимаю [terms_href]'),
('ru', 'vendor_terms_n_conditions_alert', 'Чтобы продолжить, необходимо принять наши Условия соглашения.'),
('ru', 'vendor_terms_n_conditions_content', '<p>Прежде чем использовать сайт <a href=\"http://www.mywebsite.com\">http://www.mywebsite.com</a> и мобильное приложение \"My Mobile App\" (далее \"сервис\"), предоставляемые \"My Company\" (далее \"мы\", \"нас\", \"наш\"), пожалуйста, внимательно ознакомьтесь с условиями соглашения (далее \"условия\").</p><p><strong>Получая доступ и используя данный сервис вы принимаете условия данного соглашения. В случае, если вы не согласны с каким-либо условием, Вам может быть закрыт доступ к сервису.</strong></p><p><strong>Покупки</strong></p><p>При покупке товаров и услуг, предоставляемых сервисом (далее \"покупка\"), Вам может потребоваться указать информацию, имеющую отношение к покупке, которая включает, но не ограничивается...</p><p><strong>Содержимое</strong></p><p>Наш сервис позволяет размещать, оставлять ссылки, хранить, делиться и делать доступными иными способами информацию, текст, графические изображения, видео и другие материалы (далее \"содержимое\"). Вы несёте ответственность за...</p><p><strong>Изменения</strong></p><p>Мы оставляем за собой право по нашему усмотрению изменять условия в любой момент. При внесении существенных изменений в условия соглашения по меньшей мере за 30 дней до их вступления в силу будет разослано оповещение. Содержание значимых изменений остаётся полностью на наше усмотрение.</p><p><strong>Обратная связь</strong></p><p>Если у Вас возникли вопросы по настоящим условиям, пожалуйста, свяжитесь с нами.</p>'),
('ru', 'vendor_terms_n_conditions_name', 'Условия соглашения'),
('ru', 'verify', 'Подтвердить'),
('ru', 'version', 'Версия'),
('ru', 'vertical', 'Вертикальная'),
('ru', 'very_good', 'Очень хорошо'),
('ru', 'view', 'Просмотреть'),
('ru', 'viewing_feature', 'Просмотр характеристики'),
('ru', 'viewing_filter', 'Просмотр фильтра'),
('ru', 'views', 'Просмотры'),
('ru', 'view_all', 'посмотреть все'),
('ru', 'view_all_orders', 'Посмотреть все заказы'),
('ru', 'view_all_product_features', 'Просмотреть все характеристики товара'),
('ru', 'view_answers', 'Посмотреть ответы'),
('ru', 'view_avail_files_for_order', 'Просмотреть список доступных файлов из заказа #[order_id].'),
('ru', 'view_cart', 'Корзина'),
('ru', 'view_categories', 'Просмотреть категории'),
('ru', 'view_changelog', 'Просмотреть список изменений'),
('ru', 'view_comparison_list', 'Список сравнения'),
('ru', 'view_details', 'Просмотреть'),
('ru', 'view_more', 'view more'),
('ru', 'view_on_map', 'Посмотреть на карте'),
('ru', 'view_orders', 'Все заказы'),
('ru', 'view_orders_menu_description', 'Просмотр и оформление заказов, распечатка счетов'),
('ru', 'view_page', 'Просмотреть страницу'),
('ru', 'view_product', 'Просмотреть товар'),
('ru', 'view_products', 'Просмотреть товары'),
('ru', 'view_product_features', 'Просмотреть характеристики товара'),
('ru', 'view_purchased_products', 'Просмотреть приобретенные товары'),
('ru', 'view_report', 'Просмотреть отчет'),
('ru', 'view_results', 'Просмотреть результаты'),
('ru', 'view_store', 'View store'),
('ru', 'view_storefront', 'Просмотр витрины'),
('ru', 'view_supplier_products', 'Просмотреть товары поставщика'),
('ru', 'view_ticket', 'View Ticket'),
('ru', 'view_user_points', 'Просмотреть баллы пользователя'),
('ru', 'view_vendor_categories', 'Просмотреть категории магазина'),
('ru', 'view_vendor_orders', 'Просмотреть заказы продавца'),
('ru', 'view_vendor_products', 'Просмотреть товары продавца'),
('ru', 'view_vendor_users', 'Просмотреть пользователей продавца'),
('ru', 'view_wishlist', 'Просмотреть список отложенных товаров'),
('ru', 'visa_card_discover', 'Visa, MasterCard, Discover'),
('ru', 'visited_page', 'Просмотренные страницы'),
('ru', 'voided', 'Аннулирован'),
('ru', 'vsb_new_home_block', 'New home block'),
('ru', 'vs_browse_our_categories', 'Browse our categories'),
('ru', 'vs_footerbox', 'Footerbox'),
('ru', 'vs_footer_mv', 'Footerbox MultiVendor'),
('ru', 'vs_homepage_mainbox', 'Mainbox Homepage'),
('ru', 'vs_home_box', 'Home box'),
('ru', 'vs_icon_menu', 'Icon menu'),
('ru', 'vs_mainbox', 'Mainbox'),
('ru', 'vs_mainbox_icon', 'Mainbox with icon'),
('ru', 'vs_mainbox_simple', 'Mainbox simple'),
('ru', 'vs_multi_scroller', 'Multi scroller'),
('ru', 'vs_recent_blog', 'Recent blog'),
('ru', 'vs_responsive_menu', 'Responsive menu'),
('ru', 'vs_scroller_category_product', 'Scroller category product'),
('ru', 'vs_scroller_product_page', 'Scroller product page'),
('ru', 'vs_scroller_with_title', 'Scroller with tittle'),
('ru', 'vs_sidebox', 'Sidebox'),
('ru', 'vs_sidebox_category', 'Sidebox category'),
('ru', 'vs_sidebox_info', 'Sidebox info'),
('ru', 'vs_sidebox_scroller_banner', 'Sidebox scroller banner'),
('ru', 'vs_sidebox_simple', 'Sidebox simple'),
('ru', 'vs_sidebox_with_icon', 'Sidebox with icon'),
('ru', 'vs_testimonials', 'Testimonials'),
('ru', 'vs_vendor_categories', 'Vendor categories'),
('ru', 'vs_vendor_plans.month', 'per month'),
('ru', 'vs_vendor_plans.no_microstore', 'NO microstore'),
('ru', 'vs_vendor_plans.onetime', 'one time fee'),
('ru', 'vs_vendor_plans.year', 'per year'),
('ru', 'warehouses.add_all', 'Добавить все'),
('ru', 'warehouses.any_store_type', 'Любой тип магазина'),
('ru', 'warehouses.city', 'Город'),
('ru', 'warehouses.commerceml.import.error.product.warehouse_not_found', 'Не удалось найти склад [id]'),
('ru', 'warehouses.commerceml.import.message.warehouse.created', 'Категория [id] создана; локальный ID: [local_id]'),
('ru', 'warehouses.destinations_configuration.tooltip', 'Товары могут списываться в первую очередь с разных магазинов и складов. Это зависит от того, где находится покупатель. <a href=\"[destinations_url]\" target=\"_blank\">Настройте приоритеты магазинов и складов по отдельности для каждой тарифной зоны.</a>'),
('ru', 'warehouses.exim_reset_inventory_tooltip', 'Это не повлияет на товары, у которых в импортируемом файле указано количество. Также это не повлияет на товары с тех складов, которые не затрагиваются этим пресетом.'),
('ru', 'warehouses.in_n_stores', 'в [n] магазине|в [n] магазинах'),
('ru', 'warehouses.main_destination_tooltip', 'Определяет, где это место находится. От этого зависят стоимость и срок доставки.'),
('ru', 'warehouses.name', 'Название'),
('ru', 'warehouses.no_matching_stores_found', 'По вашему запросу ничего не найдено'),
('ru', 'warehouses.out_of_stock_products', 'Товара [product] нет в наличии в выбранном регионе.|Следующих товаров нет в наличии в выбранном регионе: [products]'),
('ru', 'warehouses.phone', 'Телефон'),
('ru', 'warehouses.product_availability', 'Наличие в магазинах'),
('ru', 'warehouses.product_available_if_ordered', 'Под заказ'),
('ru', 'warehouses.product_in_stock', 'В наличии'),
('ru', 'warehouses.quantity', 'Количество'),
('ru', 'warehouses.quantity_tab.no_data', 'На этой витрине нет магазинов или складов. <a href=\"[create_url]\">Содайте магазин или склад</a> или <a href=\"[list_url]\">сделайте существующий доступным</a> для этой витрины'),
('ru', 'warehouses.rate_area', 'Тарифная зона'),
('ru', 'warehouses.search_store', 'Искать магазин'),
('ru', 'warehouses.settings', 'Настройки'),
('ru', 'warehouses.shipping_delay', 'Срок перевозки'),
('ru', 'warehouses.shipping_delay.description', 'Товар на удалённом складе. Если вы его закажете, мы отправим его [shipping_delay].'),
('ru', 'warehouses.shipping_delay.description.default', 'Товар находится на удалённом складе. Если вы закажете его, доставка займёт больше времени.'),
('ru', 'warehouses.shipping_delay.description.short', 'При заказе: [shipping_delay]'),
('ru', 'warehouses.shipping_delay.tooltip', 'Время, за которое товары попадут отсюда на другой магазин или склад в этой тарифной зоне.'),
('ru', 'warehouses.shipping_delay_for_products', 'Некоторые из заказанных вами товаров находятся на удалённом складе. Доставка может занять больше времени, чем здесь указано.'),
('ru', 'warehouses.shipping_delay_notification', 'Предупреждение о задержке'),
('ru', 'warehouses.shipping_delay_notification.tooltip', 'Появится, если товары не доступны в магазинах или складах выше по списку.'),
('ru', 'warehouses.ship_to', 'Доставка в'),
('ru', 'warehouses.ship_to_tooltip', 'В каких тарифных зонах товары с этого склада будут считаться доступными.'),
('ru', 'warehouses.show_to', 'Показывать в'),
('ru', 'warehouses.show_to_tooltip', 'Позволяет предлагать этот пункт самовывоза на странице оформления заказа тем, кто находится в других тарифных зонах.'),
('ru', 'warehouses.stores_and_warehouses', 'Магазины и склады'),
('ru', 'warehouses.stores_list', 'Список'),
('ru', 'warehouses.stores_map', 'Карта'),
('ru', 'warehouses.store_and_address', 'Магазин и адрес'),
('ru', 'warehouses.store_type', 'Тип'),
('ru', 'warehouses.store_type_pickup', 'Пункт самовывоза'),
('ru', 'warehouses.store_type_store', 'Магазин'),
('ru', 'warehouses.store_type_warehouse', 'Склад'),
('ru', 'warehouses.store_warehouse', 'Магазин / Склад'),
('ru', 'warehouses.type_to_search_or_check_all', 'Введите поисковый запрос, или нажмите кнопку справа, чтобы добавить все тарифные зоны'),
('ru', 'warehouses.warehouse_stock', 'Количество'),
('ru', 'warehouses.warn_about_delay', 'Предупреждать о задержке'),
('ru', 'warehouses.warn_about_delay.tooltip', 'Если товар нужно везти отсюда в эту тарифную зону, то показывать срок перевозки на списке товаров и в корзине.'),
('ru', 'warning', 'Предупреждение'),
('ru', 'warning_default_language_disabled', 'Был отключен язык, заданный по умолчанию. Пожалуйста, перейдите по этой ссылке и установите параметр «Язык витрины по умолчанию»: <a href=\"[link]\">Настройки :: Внешний вид</a>'),
('ru', 'warning_default_language_sharing_removed', 'Был удалён язык, заданный по умолчанию для магазина <b>[company]</b>. Пожалуйста, перейдите на страницу <a href=\"[link]\">Настройки → Внешний вид</a> и обновите язык витрины по умолчанию.'),
('ru', 'warning_gift_cert_deny', 'Следующие сертификаты были удалены или аннулированы администрацией.  Они также были удалены из корзины: [codes]. Пожалуйста, свяжитесь с администрацией магазина или попробуйте другой сертификат.'),
('ru', 'warning_https_is_disabled', 'Не удалось проверить защищенное соединение. Пожалуйста, убедитесь, что на вашем сервере установлен сертификат SSL. Подробная информация доступна в <a href=\"[href]\" target=\"_blank\">соответствующей статье документации</a>.'),
('ru', 'warning_insecure_admin_script', 'Из соображений безопасности настоятельно рекомендуем вам переименовать файл <b>admin.php</b> (подробности в <a href=\"[href]\" target=\"_blank\">Документации</a>).'),
('ru', 'warning_insecure_password_email', 'Пароль должен отличаться от адреса электронной почты! <p><a href=\"[link]\" class=\"underlined\"><b>Измените пароль &#155;&#155;</b></a></p>'),
('ru', 'warning_lanvar_incorrect_name', 'Языковая переменная содержит недопустимые символы!'),
('ru', 'warning_merging_companies', 'Объединение двух компаний удалит [company_name] из базы данных, и все данные профиля (продукты, заказы, способы доставки, покупатели, акции и т.д.) будут переведены на учетную запись этой компании'),
('ru', 'warning_newsletter_no_recipients', 'Рассылка не отправлена, т. к. нет подписчиков, удовлетворяющих заданным условиям.'),
('ru', 'warning_not_deleted_default_language', 'Невозможно удалить язык [lang_name], т.к. он является языком по умолчанию.'),
('ru', 'warning_of_ip_adding', 'Вы ввели IP-адрес <b>[entered_ip]</b>, который запрещает доступ к панели администратора с вашего компьютера (ваш IP-адрес <b>[your_ip]</b>).'),
('ru', 'warning_promotions_incorrect_condition', 'Условие \"[condition]\" может быть использовано только в группах с условиями \"[set_value]\".'),
('ru', 'warning_seo_urls_disabled', 'SEO-ссылки выключены. Пожалуйста, проверьте настройки своего веб-сервера и его модуля работы с URL.'),
('ru', 'warning_store_optimization_dev', 'Автоматическая очистка кэша для измененных файлов (включая файлы, измененные напрямую на сервере) включена.<br /><br />Возможно незначительное снижение скорости работы магазина. После внесения всех изменений в тему рекомендуется отключить в <a href=\"[link]\">Редакторе шаблонов</a>.'),
('ru', 'warning_store_optimization_dev_disabled', 'Автоматическая очистка кэша для измененных файлов отключена.<br /><br />После внесения изменений в файлы темы необходимо очистить скомпилированные файлы шаблонов, пройдя по <a href=\"[link]\">ссылке</a>, чтобы изменения вступили в силу.'),
('ru', 'warning_subscribers_import', 'Некоторые списки рассылок, указанных в файле, не найдены в базе данных. Некоторые импортированные подписчики останутся не назначенными для списков рассылок.'),
('ru', 'warning_subscr_email_exists', 'Email <b>[email]</b> уже есть в списке рассылки.'),
('ru', 'warning_theme_clone_dir_exists', 'Не получается склонировать тему, т.к. каталог с таким именем уже существует. Введите другое имя, пожалуйста.'),
('ru', 'warning_track_orders_not_allowed', 'Вы не может просматривать информацию для этого заказа'),
('ru', 'warning_track_orders_not_found', 'Указанный email/номер заказа не существует.'),
('ru', 'warning_variants_removal', 'При нажатии на кнопку \"Сохранить\" варианты характеристики будут удалены.'),
('ru', 'warning_zero_price_restricted_product', 'Товар <b>«[product]»</b> не добавлен в корзину, потому что для него не задана цена.'),
('ru', 'webkul_uvdesk', 'Webkul UVdesk'),
('ru', 'website', 'Веб-сайт'),
('ru', 'web_pages', 'Веб-страницы'),
('ru', 'web_site', 'Веб сайт'),
('ru', 'week', 'Неделя'),
('ru', 'weekday_0', 'Воскресенье'),
('ru', 'weekday_1', 'Понедельник'),
('ru', 'weekday_2', 'Вторник'),
('ru', 'weekday_3', 'Среда'),
('ru', 'weekday_4', 'Четверг'),
('ru', 'weekday_5', 'Пятница'),
('ru', 'weekday_6', 'Суббота'),
('ru', 'weekday_abr_0', 'Вс'),
('ru', 'weekday_abr_1', 'Пн'),
('ru', 'weekday_abr_2', 'Вт'),
('ru', 'weekday_abr_3', 'Ср'),
('ru', 'weekday_abr_4', 'Чт'),
('ru', 'weekday_abr_5', 'Пт'),
('ru', 'weekday_abr_6', 'Сб'),
('ru', 'weekly', 'Еженедельно'),
('ru', 'weeks', 'неделя(и)'),
('ru', 'weight', 'Вес'),
('ru', 'weight_dependences', 'Зависимость от веса'),
('ru', 'weight_limit', 'Лимит веса'),
('ru', 'weight_modifier', 'Модификатор веса'),
('ru', 'weight_symbol', 'Единица веса'),
('ru', 'welcome_screen.administrator_info', 'Для доступа к панели администрирования используйте email (<b>[email]</b>) и введенный ранее пароль.'),
('ru', 'welcome_screen.go_admin_panel', 'Перейти к панели администрирования'),
('ru', 'welcome_screen.go_settings_wizard', 'Базовая настройка магазина'),
('ru', 'welcome_screen.go_storefront', 'Перейти к витрине'),
('ru', 'welcome_screen.knowledge_base', 'Документация'),
('ru', 'welcome_screen.learn_more_configuration', 'Узнайте больше о настройке магазина:'),
('ru', 'welcome_screen.run_settings_wizard', 'Запустить Мастер настройки'),
('ru', 'welcome_screen.thanks', 'Спасибо, что выбрали [product]. Удачи в бизнесе!'),
('ru', 'well_done', 'Отличная работа!'),
('ru', 'we_would_like_to_inform', 'Мы хотим проинформировать вас о том, что'),
('ru', 'what_is_cvv2', 'Что такое cvv2'),
('ru', 'what_you_would_like_to_do', 'Что бы вы хотели сделать'),
('ru', 'which_is', 'В течение'),
('ru', 'widget_code', 'Код виджета'),
('ru', 'widget_what_is_it', '<a href=\"[href]\" target=\"_blank\">Что это такое?</a>'),
('ru', 'width', 'Ширина'),
('ru', 'wishlist', 'Отложенные товары'),
('ru', 'wishlist_content', 'Отложенные товары'),
('ru', 'wishlist_note', 'Перейти к отложенным товарам'),
('ru', 'wishlist_products', 'Отложенные товары'),
('ru', 'wishlist_short', 'Отложенные товары'),
('ru', 'without_image', 'Без изображения'),
('ru', 'with_contact_information', 'Только с контактной информацией'),
('ru', 'world', 'Остальные'),
('ru', 'worldnettps_hash_error', 'Произошла ошибка. Детали: Значение хеша в запросе и ответе не совпало.'),
('ru', 'worldpay_secret', 'MD5 ключ для транзакций'),
('ru', 'wrapper', 'Оболочка'),
('ru', 'wrapper_class', 'Пользовательский CSS-класс оболочки'),
('ru', 'write', 'Запись'),
('ru', 'write_a_reply', 'write a reply'),
('ru', 'write_review', 'Написать отзыв'),
('ru', 'wrong_number_initial_order_id', 'Значение, введённое в настройке \"Начальный номер заказа\" не поддерживается. Поддерживаются только целые числа от 1 до [max_initial_order_id]'),
('ru', 'wt_access_note', 'Пожалуйста, учтите, что при отключении модуля «Водяные знаки» следует вручную удалить эти строчки из файла .htaccess. В противном случае изображения товаров и категорий будут недоступны.'),
('ru', 'wt_access_warning', 'Создание водяных знаков отключено. Если в файле images/.htaccess прописаны правила для создания водяных знаков, удалите их вручную. В противном случае изображения товаров и категорий будут недоступны.'),
('ru', 'wt_detailed', 'детальные изображения'),
('ru', 'wt_fail_apply_graphic_watermark', 'Не удалось применить водяной знак к [image_type]. Графический водяной знак не был добавлен.'),
('ru', 'wt_font', 'Шрифт'),
('ru', 'wt_font_color', 'Цвет шрифта'),
('ru', 'wt_font_size_detailed', 'Размер шрифта (детальное изображение)'),
('ru', 'wt_font_size_icon', 'Размер шрифта (иконка)'),
('ru', 'wt_graphic_watermark', 'Графический водяной знак'),
('ru', 'wt_icons', 'иконки'),
('ru', 'wt_images_access_description', 'Чтобы закрыть доступ к своим исходным изображениям, пожалуйста, добавьте следующей код в файл .htaccess в директории images в вашей установке. Это защитит ваши исходные изображения. Даже если открыто исходное изображение, соответствующее изображение с водяным знаком будет отображаться вместо него.'),
('ru', 'wt_images_access_info', 'Доступ к изображениям'),
('ru', 'wt_text_watermark', 'Текстовый водяной знак'),
('ru', 'wt_watermarks', 'Водяные знаки'),
('ru', 'wt_watermarks_access_description', 'Для того, чтобы автоматически генерировать изображения с водяными знаками, даже если они не запрашиваются со страниц магазина, добавьте файл .htaccess со следующим содержимым в директорию images/watermarked в своей установке.'),
('ru', 'wt_watermark_detailed', 'Водяной знак для детального изображения'),
('ru', 'wt_watermark_horizontal_position', 'Расположение водяного знака по горизонтали'),
('ru', 'wt_watermark_icon', 'Водяной знак иконки'),
('ru', 'wt_watermark_image', 'Изображение для водяного знака'),
('ru', 'wt_watermark_position', 'Расположение водяного знака'),
('ru', 'wt_watermark_text', 'Текст для водяного знака'),
('ru', 'wt_watermark_vertical_position', 'Расположение водяного знака по вертикали'),
('ru', 'xml_error', 'Ошибка разбора XML'),
('ru', 'year', 'Год'),
('ru', 'yearly', 'Ежегодно'),
('ru', 'years', 'лет'),
('ru', 'yes', 'Да'),
('ru', 'yesterday', 'Вчера'),
('ru', 'your_age', 'Ваш возраст'),
('ru', 'your_ip_added', 'Ваш IP-адрес <b>[ip]</b> был добавлен в таблицу ограничения доступа.'),
('ru', 'your_ip_enabled', 'Ваш IP-адрес <b>[ip]</b> был активирован в таблице ограничения доступа.'),
('ru', 'your_ip_removed', 'Ваш IP-адрес <b>[ip]</b> был удален из таблицы ограничения доступа.'),
('ru', 'your_message', 'Ваше сообщение'),
('ru', 'your_name', 'Ваше имя'),
('ru', 'your_range', 'Диапазон'),
('ru', 'your_rating', 'Ваша оценка'),
('ru', 'you_can_edit_account_details', 'Теперь Вы можете редактировать данные учетной записи.'),
('ru', 'you_have_no_permissions', 'У вас нет разрешений'),
('ru', 'you_save', 'Вы экономите'),
('ru', 'zero_price_action', 'Действие при нулевой цене'),
('ru', 'zipcode', 'Почтовый индекс'),
('ru', 'zipcodes', 'Индексы'),
('ru', 'zip_postal_code', 'Индекс'),
('ru', 'zone', 'Зона'),
('ru', 'zpa_ask_price', 'Попросить покупателя ввести цену'),
('ru', 'zpa_permit', 'Разрешить добавить товар в корзину'),
('ru', 'zpa_refuse', 'Не разрешать добавлять товар в корзину');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_localizations`
--

CREATE TABLE `partiushop_localizations` (
  `localization_id` mediumint(8) UNSIGNED NOT NULL,
  `custom_weight_settings` char(1) NOT NULL DEFAULT 'Y',
  `weight_symbol` varchar(255) NOT NULL DEFAULT '',
  `weight_unit` decimal(12,2) NOT NULL DEFAULT 0.00,
  `is_default` char(1) NOT NULL DEFAULT 'N',
  `status` char(1) NOT NULL DEFAULT 'A'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_localization_descriptions`
--

CREATE TABLE `partiushop_localization_descriptions` (
  `localization_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `localization` varchar(255) NOT NULL DEFAULT '',
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_localization_elements`
--

CREATE TABLE `partiushop_localization_elements` (
  `element_id` mediumint(8) UNSIGNED NOT NULL,
  `localization_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `element` varchar(36) NOT NULL DEFAULT '',
  `element_type` char(1) NOT NULL DEFAULT 'S',
  `position` smallint(5) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_lock_keys`
--

CREATE TABLE `partiushop_lock_keys` (
  `key_id` varchar(64) NOT NULL,
  `token` varchar(64) NOT NULL,
  `expiry_at` int(11) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_logos`
--

CREATE TABLE `partiushop_logos` (
  `logo_id` mediumint(8) UNSIGNED NOT NULL,
  `layout_id` int(11) NOT NULL DEFAULT 0,
  `style_id` varchar(50) NOT NULL DEFAULT '',
  `company_id` int(11) NOT NULL DEFAULT 0,
  `type` varchar(32) NOT NULL DEFAULT '',
  `storefront_id` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_logos`
--

INSERT INTO `partiushop_logos` (`logo_id`, `layout_id`, `style_id`, `company_id`, `type`, `storefront_id`) VALUES
(8, 1, 'Bright_theme', 0, 'theme', 1),
(9, 1, 'Bright_theme', 0, 'favicon', 1),
(10, 1, 'Bright_theme', 0, 'mail', 1),
(11, 2, 'Bright_theme', 0, 'theme', 1),
(12, 2, 'Bright_theme', 0, 'favicon', 1),
(13, 2, 'Bright_theme', 0, 'mail', 1),
(14, 0, '', 0, 'gift_cert', 1),
(15, 3, 'Default', 0, 'theme', 1),
(16, 3, 'Default', 0, 'favicon', 1),
(17, 3, 'Default', 0, 'mail', 1),
(18, 4, 'Default', 0, 'theme', 1),
(19, 4, 'Default', 0, 'favicon', 1),
(20, 4, 'Default', 0, 'mail', 1),
(21, 5, 'Default', 0, 'theme', 1),
(22, 5, 'Default', 0, 'favicon', 1),
(23, 5, 'Default', 0, 'mail', 1),
(24, 6, 'Default', 0, 'theme', 1),
(25, 6, 'Default', 0, 'favicon', 1),
(26, 6, 'Default', 0, 'mail', 1),
(27, 7, 'Green', 0, 'theme', 1),
(28, 7, 'Green', 0, 'favicon', 1),
(29, 7, 'Green', 0, 'mail', 1),
(30, 8, 'Skyfall', 0, 'theme', 1),
(31, 8, 'Skyfall', 0, 'favicon', 1),
(32, 8, 'Skyfall', 0, 'mail', 1),
(33, 6, 'Black', 0, 'theme', 1),
(34, 6, 'Black', 0, 'favicon', 1),
(35, 6, 'Black', 0, 'mail', 1),
(36, 6, 'Skyfall', 0, 'theme', 1),
(37, 6, 'Skyfall', 0, 'favicon', 1),
(38, 6, 'Skyfall', 0, 'mail', 1),
(39, 6, 'Mint', 0, 'theme', 1),
(40, 6, 'Mint', 0, 'favicon', 1),
(41, 6, 'Mint', 0, 'mail', 1),
(42, 6, 'Dark_Navy', 0, 'theme', 1),
(43, 6, 'Dark_Navy', 0, 'favicon', 1),
(44, 6, 'Dark_Navy', 0, 'mail', 1),
(45, 3, 'Blue', 0, 'theme', 1),
(46, 3, 'Blue', 0, 'favicon', 1),
(47, 3, 'Blue', 0, 'mail', 1),
(48, 3, 'Original', 0, 'theme', 1),
(49, 3, 'Original', 0, 'favicon', 1),
(50, 3, 'Original', 0, 'mail', 1),
(51, 3, 'Black', 0, 'theme', 1),
(52, 3, 'Black', 0, 'favicon', 1),
(53, 3, 'Black', 0, 'mail', 1),
(54, 6, 'Dark_Blue', 0, 'theme', 1),
(55, 6, 'Dark_Blue', 0, 'favicon', 1),
(56, 6, 'Dark_Blue', 0, 'mail', 1),
(57, 3, 'Brick', 0, 'theme', 1),
(58, 3, 'Brick', 0, 'favicon', 1),
(59, 3, 'Brick', 0, 'mail', 1),
(60, 3, 'Dark_Blue', 0, 'theme', 1),
(61, 3, 'Dark_Blue', 0, 'favicon', 1),
(62, 3, 'Dark_Blue', 0, 'mail', 1),
(63, 3, 'Dark_Navy', 0, 'theme', 1),
(64, 3, 'Dark_Navy', 0, 'favicon', 1),
(65, 3, 'Dark_Navy', 0, 'mail', 1),
(66, 3, 'Fiolent', 0, 'theme', 1),
(67, 3, 'Fiolent', 0, 'favicon', 1),
(68, 3, 'Fiolent', 0, 'mail', 1),
(69, 3, 'Flame', 0, 'theme', 1),
(70, 3, 'Flame', 0, 'favicon', 1),
(71, 3, 'Flame', 0, 'mail', 1),
(72, 3, 'Indigo', 0, 'theme', 1),
(73, 3, 'Indigo', 0, 'favicon', 1),
(74, 3, 'Indigo', 0, 'mail', 1),
(75, 3, 'Ink', 0, 'theme', 1),
(76, 3, 'Ink', 0, 'favicon', 1),
(77, 3, 'Ink', 0, 'mail', 1),
(78, 3, 'Mint', 0, 'theme', 1),
(79, 3, 'Mint', 0, 'favicon', 1),
(80, 3, 'Mint', 0, 'mail', 1),
(81, 6, 'Flame', 0, 'theme', 1),
(82, 6, 'Flame', 0, 'favicon', 1),
(83, 6, 'Flame', 0, 'mail', 1),
(84, 6, 'White', 0, 'theme', 1),
(85, 6, 'White', 0, 'favicon', 1),
(86, 6, 'White', 0, 'mail', 1),
(87, 6, 'Indigo', 0, 'theme', 1),
(88, 6, 'Indigo', 0, 'favicon', 1),
(89, 6, 'Indigo', 0, 'mail', 1),
(90, 6, 'Ink', 0, 'theme', 1),
(91, 6, 'Ink', 0, 'favicon', 1),
(92, 6, 'Ink', 0, 'mail', 1),
(93, 9, 'Modern', 0, 'theme', 1),
(94, 9, 'Modern', 0, 'favicon', 1),
(95, 9, 'Modern', 0, 'mail', 1),
(96, 10, 'Modern', 0, 'theme', 1),
(97, 10, 'Modern', 0, 'favicon', 1),
(98, 10, 'Modern', 0, 'mail', 1),
(99, 11, 'Modern', 0, 'theme', 1),
(100, 11, 'Modern', 0, 'favicon', 1),
(101, 11, 'Modern', 0, 'mail', 1),
(102, 12, 'Modern', 0, 'theme', 1),
(103, 12, 'Modern', 0, 'favicon', 1),
(104, 12, 'Modern', 0, 'mail', 1),
(105, 13, 'Modern', 0, 'theme', 1),
(106, 13, 'Modern', 0, 'favicon', 1),
(107, 13, 'Modern', 0, 'mail', 1),
(108, 10, 'Black', 0, 'theme', 1),
(109, 10, 'Black', 0, 'favicon', 1),
(110, 10, 'Black', 0, 'mail', 1),
(111, 6, 'Original', 0, 'theme', 1),
(112, 6, 'Original', 0, 'favicon', 1),
(113, 6, 'Original', 0, 'mail', 1),
(116, 6, 'Blue', 0, 'theme', 1),
(117, 6, 'Blue', 0, 'favicon', 1),
(118, 6, 'Blue', 0, 'mail', 1),
(119, 0, '', 4, 'theme', 0),
(120, 0, '', 4, 'mail', 0),
(121, 6, 'Fiolent', 0, 'theme', 1),
(122, 6, 'Fiolent', 0, 'favicon', 1),
(123, 6, 'Fiolent', 0, 'mail', 1),
(124, 3, 'White', 0, 'theme', 1),
(125, 3, 'White', 0, 'favicon', 1),
(126, 3, 'White', 0, 'mail', 1),
(127, 6, 'partiu_theme_style_v1', 0, 'theme', 1),
(128, 6, 'partiu_theme_style_v1', 0, 'favicon', 1),
(129, 6, 'partiu_theme_style_v1', 0, 'mail', 1),
(130, 3, 'partiu_theme_style_v1', 0, 'theme', 1),
(131, 3, 'partiu_theme_style_v1', 0, 'favicon', 1),
(132, 3, 'partiu_theme_style_v1', 0, 'mail', 1),
(133, 3, 'Gray', 0, 'theme', 1),
(134, 3, 'Gray', 0, 'favicon', 1),
(135, 3, 'Gray', 0, 'mail', 1),
(136, 3, 'partiu_style_v2', 0, 'theme', 1),
(137, 3, 'partiu_style_v2', 0, 'favicon', 1),
(138, 3, 'partiu_style_v2', 0, 'mail', 1),
(139, 6, 'partiu_style_v2', 0, 'theme', 1),
(140, 6, 'partiu_style_v2', 0, 'favicon', 1),
(141, 6, 'partiu_style_v2', 0, 'mail', 1),
(142, 14, 'partiu_style_v2', 0, 'theme', 1),
(143, 14, 'partiu_style_v2', 0, 'favicon', 1),
(144, 14, 'partiu_style_v2', 0, 'mail', 1),
(145, 15, 'Default', 0, 'theme', 1),
(146, 15, 'Default', 0, 'favicon', 1),
(147, 15, 'Default', 0, 'mail', 1),
(150, 0, '', 0, 'gift_cert', 2),
(151, 16, 'Bright_theme', 0, 'theme', 2),
(152, 16, 'Bright_theme', 0, 'favicon', 2),
(153, 16, 'Bright_theme', 0, 'mail', 2),
(154, 17, 'Bright_theme', 0, 'theme', 2),
(155, 17, 'Bright_theme', 0, 'favicon', 2),
(156, 17, 'Bright_theme', 0, 'mail', 2),
(157, 18, 'Default', 0, 'theme', 2),
(158, 18, 'Blue', 0, 'theme', 2),
(159, 18, 'Original', 0, 'theme', 2),
(160, 18, 'Black', 0, 'theme', 2),
(161, 18, 'Brick', 0, 'theme', 2),
(162, 18, 'Dark_Blue', 0, 'theme', 2),
(163, 18, 'Dark_Navy', 0, 'theme', 2),
(164, 18, 'Fiolent', 0, 'theme', 2),
(165, 18, 'Flame', 0, 'theme', 2),
(166, 18, 'Indigo', 0, 'theme', 2),
(167, 18, 'Ink', 0, 'theme', 2),
(168, 18, 'Mint', 0, 'theme', 2),
(169, 18, 'White', 0, 'theme', 2),
(170, 18, 'partiu_theme_style_v1', 0, 'theme', 2),
(171, 18, 'Gray', 0, 'theme', 2),
(172, 18, 'partiu_style_v2', 0, 'theme', 2),
(173, 18, 'Default', 0, 'favicon', 2),
(174, 18, 'Blue', 0, 'favicon', 2),
(175, 18, 'Original', 0, 'favicon', 2),
(176, 18, 'Black', 0, 'favicon', 2),
(177, 18, 'Brick', 0, 'favicon', 2),
(178, 18, 'Dark_Blue', 0, 'favicon', 2),
(179, 18, 'Dark_Navy', 0, 'favicon', 2),
(180, 18, 'Fiolent', 0, 'favicon', 2),
(181, 18, 'Flame', 0, 'favicon', 2),
(182, 18, 'Indigo', 0, 'favicon', 2),
(183, 18, 'Ink', 0, 'favicon', 2),
(184, 18, 'Mint', 0, 'favicon', 2),
(185, 18, 'White', 0, 'favicon', 2),
(186, 18, 'partiu_theme_style_v1', 0, 'favicon', 2),
(187, 18, 'Gray', 0, 'favicon', 2),
(188, 18, 'partiu_style_v2', 0, 'favicon', 2),
(189, 18, 'Default', 0, 'mail', 2),
(190, 18, 'Blue', 0, 'mail', 2),
(191, 18, 'Original', 0, 'mail', 2),
(192, 18, 'Black', 0, 'mail', 2),
(193, 18, 'Brick', 0, 'mail', 2),
(194, 18, 'Dark_Blue', 0, 'mail', 2),
(195, 18, 'Dark_Navy', 0, 'mail', 2),
(196, 18, 'Fiolent', 0, 'mail', 2),
(197, 18, 'Flame', 0, 'mail', 2),
(198, 18, 'Indigo', 0, 'mail', 2),
(199, 18, 'Ink', 0, 'mail', 2),
(200, 18, 'Mint', 0, 'mail', 2),
(201, 18, 'White', 0, 'mail', 2),
(202, 18, 'partiu_theme_style_v1', 0, 'mail', 2),
(203, 18, 'Gray', 0, 'mail', 2),
(204, 18, 'partiu_style_v2', 0, 'mail', 2),
(205, 19, 'Default', 0, 'theme', 2),
(206, 19, 'Default', 0, 'favicon', 2),
(207, 19, 'Default', 0, 'mail', 2),
(208, 20, 'Default', 0, 'theme', 2),
(209, 20, 'Default', 0, 'favicon', 2),
(210, 20, 'Default', 0, 'mail', 2),
(211, 21, 'Default', 0, 'theme', 2),
(212, 21, 'Black', 0, 'theme', 2),
(213, 21, 'Skyfall', 0, 'theme', 2),
(214, 21, 'Mint', 0, 'theme', 2),
(215, 21, 'Dark_Navy', 0, 'theme', 2),
(216, 21, 'Dark_Blue', 0, 'theme', 2),
(217, 21, 'Flame', 0, 'theme', 2),
(218, 21, 'White', 0, 'theme', 2),
(219, 21, 'Indigo', 0, 'theme', 2),
(220, 21, 'Ink', 0, 'theme', 2),
(221, 21, 'Original', 0, 'theme', 2),
(222, 21, 'Blue', 0, 'theme', 2),
(223, 21, 'Fiolent', 0, 'theme', 2),
(224, 21, 'partiu_theme_style_v1', 0, 'theme', 2),
(225, 21, 'partiu_style_v2', 0, 'theme', 2),
(226, 21, 'Default', 0, 'favicon', 2),
(227, 21, 'Black', 0, 'favicon', 2),
(228, 21, 'Skyfall', 0, 'favicon', 2),
(229, 21, 'Mint', 0, 'favicon', 2),
(230, 21, 'Dark_Navy', 0, 'favicon', 2),
(231, 21, 'Dark_Blue', 0, 'favicon', 2),
(232, 21, 'Flame', 0, 'favicon', 2),
(233, 21, 'White', 0, 'favicon', 2),
(234, 21, 'Indigo', 0, 'favicon', 2),
(235, 21, 'Ink', 0, 'favicon', 2),
(236, 21, 'Original', 0, 'favicon', 2),
(237, 21, 'Blue', 0, 'favicon', 2),
(238, 21, 'Fiolent', 0, 'favicon', 2),
(239, 21, 'partiu_theme_style_v1', 0, 'favicon', 2),
(240, 21, 'partiu_style_v2', 0, 'favicon', 2),
(241, 21, 'Default', 0, 'mail', 2),
(242, 21, 'Black', 0, 'mail', 2),
(243, 21, 'Skyfall', 0, 'mail', 2),
(244, 21, 'Mint', 0, 'mail', 2),
(245, 21, 'Dark_Navy', 0, 'mail', 2),
(246, 21, 'Dark_Blue', 0, 'mail', 2),
(247, 21, 'Flame', 0, 'mail', 2),
(248, 21, 'White', 0, 'mail', 2),
(249, 21, 'Indigo', 0, 'mail', 2),
(250, 21, 'Ink', 0, 'mail', 2),
(251, 21, 'Original', 0, 'mail', 2),
(252, 21, 'Blue', 0, 'mail', 2),
(253, 21, 'Fiolent', 0, 'mail', 2),
(254, 21, 'partiu_theme_style_v1', 0, 'mail', 2),
(255, 21, 'partiu_style_v2', 0, 'mail', 2),
(256, 22, 'Green', 0, 'theme', 2),
(257, 22, 'Green', 0, 'favicon', 2),
(258, 22, 'Green', 0, 'mail', 2),
(259, 23, 'Skyfall', 0, 'theme', 2),
(260, 23, 'Skyfall', 0, 'favicon', 2),
(261, 23, 'Skyfall', 0, 'mail', 2),
(262, 24, 'Modern', 0, 'theme', 2),
(263, 24, 'Modern', 0, 'favicon', 2),
(264, 24, 'Modern', 0, 'mail', 2),
(265, 25, 'Modern', 0, 'theme', 2),
(266, 25, 'Black', 0, 'theme', 2),
(267, 25, 'Modern', 0, 'favicon', 2),
(268, 25, 'Black', 0, 'favicon', 2),
(269, 25, 'Modern', 0, 'mail', 2),
(270, 25, 'Black', 0, 'mail', 2),
(271, 26, 'Modern', 0, 'theme', 2),
(272, 26, 'Modern', 0, 'favicon', 2),
(273, 26, 'Modern', 0, 'mail', 2),
(274, 27, 'Modern', 0, 'theme', 2),
(275, 27, 'Modern', 0, 'favicon', 2),
(276, 27, 'Modern', 0, 'mail', 2),
(277, 28, 'Modern', 0, 'theme', 2),
(278, 28, 'Modern', 0, 'favicon', 2),
(279, 28, 'Modern', 0, 'mail', 2),
(280, 29, 'partiu_style_v2', 0, 'theme', 2),
(281, 29, 'partiu_style_v2', 0, 'favicon', 2),
(282, 29, 'partiu_style_v2', 0, 'mail', 2),
(283, 30, 'Default', 0, 'theme', 2),
(284, 30, 'Default', 0, 'favicon', 2),
(285, 30, 'Default', 0, 'mail', 2),
(294, 0, '', 0, 'theme', 2),
(295, 0, '', 0, 'favicon', 2),
(296, 0, '', 0, 'mail', 2),
(297, 33, 'Default', 0, 'theme', 1),
(298, 33, 'Default', 0, 'favicon', 1),
(299, 33, 'Default', 0, 'mail', 1),
(300, 34, 'Default', 0, 'theme', 1),
(301, 34, 'Default', 0, 'favicon', 1),
(302, 34, 'Default', 0, 'mail', 1),
(303, 35, 'Default', 0, 'theme', 1),
(304, 35, 'Default', 0, 'favicon', 1),
(305, 35, 'Default', 0, 'mail', 1),
(306, 36, 'Default', 0, 'theme', 1),
(307, 36, 'Default', 0, 'favicon', 1),
(308, 36, 'Default', 0, 'mail', 1),
(309, 37, 'Green', 0, 'theme', 1),
(310, 37, 'Green', 0, 'favicon', 1),
(311, 37, 'Green', 0, 'mail', 1),
(312, 38, 'Skyfall', 0, 'theme', 1),
(313, 38, 'Skyfall', 0, 'favicon', 1),
(314, 38, 'Skyfall', 0, 'mail', 1),
(315, 36, 'partiu_style_v2', 0, 'theme', 1),
(316, 36, 'partiu_style_v2', 0, 'favicon', 1),
(317, 36, 'partiu_style_v2', 0, 'mail', 1),
(318, 1, 'Bright_theme', 0, 'vendor', 1),
(319, 2, 'Bright_theme', 0, 'vendor', 1),
(320, 3, 'Black', 0, 'vendor', 1),
(321, 3, 'Blue', 0, 'vendor', 1),
(322, 3, 'Brick', 0, 'vendor', 1),
(323, 3, 'Dark_Blue', 0, 'vendor', 1),
(324, 3, 'Dark_Navy', 0, 'vendor', 1),
(325, 3, 'Default', 0, 'vendor', 1),
(326, 3, 'Fiolent', 0, 'vendor', 1),
(327, 3, 'Flame', 0, 'vendor', 1),
(328, 3, 'Gray', 0, 'vendor', 1),
(329, 3, 'Indigo', 0, 'vendor', 1),
(330, 3, 'Ink', 0, 'vendor', 1),
(331, 3, 'Mint', 0, 'vendor', 1),
(332, 3, 'Original', 0, 'vendor', 1),
(333, 3, 'partiu_style_v2', 0, 'vendor', 1),
(334, 3, 'partiu_theme_style_v1', 0, 'vendor', 1),
(335, 3, 'White', 0, 'vendor', 1),
(336, 4, 'Default', 0, 'vendor', 1),
(337, 5, 'Default', 0, 'vendor', 1),
(338, 6, 'Black', 0, 'vendor', 1),
(339, 6, 'Blue', 0, 'vendor', 1),
(340, 6, 'Dark_Blue', 0, 'vendor', 1),
(341, 6, 'Dark_Navy', 0, 'vendor', 1),
(342, 6, 'Default', 0, 'vendor', 1),
(343, 6, 'Fiolent', 0, 'vendor', 1),
(344, 6, 'Flame', 0, 'vendor', 1),
(345, 6, 'Indigo', 0, 'vendor', 1),
(346, 6, 'Ink', 0, 'vendor', 1),
(347, 6, 'Mint', 0, 'vendor', 1),
(348, 6, 'Original', 0, 'vendor', 1),
(349, 6, 'partiu_style_v2', 0, 'vendor', 1),
(350, 6, 'partiu_theme_style_v1', 0, 'vendor', 1),
(351, 6, 'Skyfall', 0, 'vendor', 1),
(352, 6, 'White', 0, 'vendor', 1),
(353, 7, 'Green', 0, 'vendor', 1),
(354, 8, 'Skyfall', 0, 'vendor', 1),
(355, 9, 'Modern', 0, 'vendor', 1),
(356, 10, 'Black', 0, 'vendor', 1),
(357, 10, 'Modern', 0, 'vendor', 1),
(358, 11, 'Modern', 0, 'vendor', 1),
(359, 12, 'Modern', 0, 'vendor', 1),
(360, 13, 'Modern', 0, 'vendor', 1),
(361, 14, 'partiu_style_v2', 0, 'vendor', 1),
(362, 15, 'Default', 0, 'vendor', 1),
(363, 16, 'Bright_theme', 0, 'vendor', 2),
(364, 17, 'Bright_theme', 0, 'vendor', 2),
(365, 18, 'Black', 0, 'vendor', 2),
(366, 18, 'Blue', 0, 'vendor', 2),
(367, 18, 'Brick', 0, 'vendor', 2),
(368, 18, 'Dark_Blue', 0, 'vendor', 2),
(369, 18, 'Dark_Navy', 0, 'vendor', 2),
(370, 18, 'Default', 0, 'vendor', 2),
(371, 18, 'Fiolent', 0, 'vendor', 2),
(372, 18, 'Flame', 0, 'vendor', 2),
(373, 18, 'Gray', 0, 'vendor', 2),
(374, 18, 'Indigo', 0, 'vendor', 2),
(375, 18, 'Ink', 0, 'vendor', 2),
(376, 18, 'Mint', 0, 'vendor', 2),
(377, 18, 'Original', 0, 'vendor', 2),
(378, 18, 'partiu_style_v2', 0, 'vendor', 2),
(379, 18, 'partiu_theme_style_v1', 0, 'vendor', 2),
(380, 18, 'White', 0, 'vendor', 2),
(381, 19, 'Default', 0, 'vendor', 2),
(382, 20, 'Default', 0, 'vendor', 2),
(383, 21, 'Black', 0, 'vendor', 2),
(384, 21, 'Blue', 0, 'vendor', 2),
(385, 21, 'Dark_Blue', 0, 'vendor', 2),
(386, 21, 'Dark_Navy', 0, 'vendor', 2),
(387, 21, 'Default', 0, 'vendor', 2),
(388, 21, 'Fiolent', 0, 'vendor', 2),
(389, 21, 'Flame', 0, 'vendor', 2),
(390, 21, 'Indigo', 0, 'vendor', 2),
(391, 21, 'Ink', 0, 'vendor', 2),
(392, 21, 'Mint', 0, 'vendor', 2),
(393, 21, 'Original', 0, 'vendor', 2),
(394, 21, 'partiu_style_v2', 0, 'vendor', 2),
(395, 21, 'partiu_theme_style_v1', 0, 'vendor', 2),
(396, 21, 'Skyfall', 0, 'vendor', 2),
(397, 21, 'White', 0, 'vendor', 2),
(398, 22, 'Green', 0, 'vendor', 2),
(399, 23, 'Skyfall', 0, 'vendor', 2),
(400, 24, 'Modern', 0, 'vendor', 2),
(401, 25, 'Black', 0, 'vendor', 2),
(402, 25, 'Modern', 0, 'vendor', 2),
(403, 26, 'Modern', 0, 'vendor', 2),
(404, 27, 'Modern', 0, 'vendor', 2),
(405, 28, 'Modern', 0, 'vendor', 2),
(406, 29, 'partiu_style_v2', 0, 'vendor', 2),
(407, 30, 'Default', 0, 'vendor', 2),
(408, 33, 'Default', 0, 'vendor', 1),
(409, 34, 'Default', 0, 'vendor', 1),
(410, 35, 'Default', 0, 'vendor', 1),
(411, 36, 'Default', 0, 'vendor', 1),
(412, 36, 'partiu_style_v2', 0, 'vendor', 1),
(413, 37, 'Green', 0, 'vendor', 1),
(414, 38, 'Skyfall', 0, 'vendor', 1),
(415, 40, 'Style01', 0, 'theme', 1),
(416, 40, 'Style01', 0, 'favicon', 1),
(417, 40, 'Style01', 0, 'mail', 1),
(418, 40, 'Style01', 0, 'vendor', 1),
(419, 40, 'Style19', 0, 'theme', 1),
(420, 40, 'Style19', 0, 'favicon', 1),
(421, 40, 'Style19', 0, 'mail', 1),
(422, 40, 'Style19', 0, 'vendor', 1),
(423, 40, 'Style16', 0, 'theme', 1),
(424, 40, 'Style16', 0, 'favicon', 1),
(425, 40, 'Style16', 0, 'mail', 1),
(426, 40, 'Style16', 0, 'vendor', 1),
(427, 40, 'PartiuShop', 0, 'theme', 1),
(428, 40, 'PartiuShop', 0, 'favicon', 1),
(429, 40, 'PartiuShop', 0, 'mail', 1),
(430, 40, 'PartiuShop', 0, 'vendor', 1),
(431, 40, 'PartiuShop_Style', 0, 'theme', 1),
(432, 40, 'PartiuShop_Style', 0, 'favicon', 1),
(433, 40, 'PartiuShop_Style', 0, 'mail', 1),
(434, 40, 'PartiuShop_Style', 0, 'vendor', 1),
(435, 41, 'PartiuShop_Style', 0, 'theme', 1),
(436, 41, 'PartiuShop_Style', 0, 'favicon', 1),
(437, 41, 'PartiuShop_Style', 0, 'mail', 1),
(438, 41, 'PartiuShop_Style', 0, 'vendor', 1),
(439, 41, 'PartiuShop', 0, 'theme', 1),
(440, 41, 'PartiuShop', 0, 'favicon', 1),
(441, 41, 'PartiuShop', 0, 'mail', 1),
(442, 41, 'PartiuShop', 0, 'vendor', 1);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_logs`
--

CREATE TABLE `partiushop_logs` (
  `log_id` int(11) UNSIGNED NOT NULL,
  `user_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `type` varchar(16) NOT NULL DEFAULT '',
  `event_type` char(1) NOT NULL DEFAULT 'N',
  `action` varchar(16) NOT NULL DEFAULT '',
  `object` char(1) NOT NULL DEFAULT '',
  `content` text DEFAULT NULL,
  `backtrace` text DEFAULT NULL,
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_logs`
--

INSERT INTO `partiushop_logs` (`log_id`, `user_id`, `timestamp`, `type`, `event_type`, `action`, `object`, `content`, `backtrace`, `company_id`) VALUES
(1728, 30, 1649247518, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:23:\"34 |hours| 59 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1729, 30, 1649247521, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:925:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E475175822%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.1.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(1730, 30, 1649432672, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:21:\"7 |hours| 5 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1731, 30, 1649432676, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E2411200406%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.1.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(1732, 30, 1649765365, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:22:\"10 |hours| 2 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1733, 30, 1649765369, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E2765516411%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.1.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(1734, 30, 1649941496, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:21:\"9 |hours| 9 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1735, 30, 1649941498, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E3879902579%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.1.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(1736, 30, 1650369489, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:22:\"2 |hours| 19 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1737, 30, 1650369494, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E1888696966%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.1.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(1738, 30, 1650387859, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:23:\"15 |hours| 58 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1739, 30, 1650473754, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:22:\"3 |hours| 40 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1740, 30, 1650473758, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E2741747706%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.1.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(1741, 30, 1650478681, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:143:\"\'dispatch=product_updates.get_available&ver=4.14.1.SP1&edition=MULTIVENDOR&lang=pt&product_build=&license_number=CS-MV-ULT-44IK-K8V8-0137-88WL\'\";s:8:\"response\";s:1316:\"<?xml version=\"1.0\"?>\n<upgrade>\n	<packages>\n		<item id=\"375067\">\n			<file md5=\"4dcb28209a48cb34e2b398ec4c91d57a\">upgrade_4.14.1.SP1_mve-4.14.2_mve.zip</file>\n			<name>Upgrade 4.14.1.SP1 - 4.14.2</name>\n			<description>&lt;p&gt;&lt;strong&gt;Multi-Vendor 4.14.2&lt;/strong&gt; brings the following changes and improvements:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Vendor features are now hidden from other vendors.&lt;/li&gt;&lt;li&gt;The ability to hide icons of vendor rating.&lt;/li&gt;&lt;li&gt;Now common products can be added to the cart directly from the product list. A new setting in the &quot;Vendor Rating&quot; add-on will allow you to select the default offer by vendor rating rather than by price.&lt;/li&gt;&lt;li&gt;Now vendors can add videos to descriptions.&lt;/li&gt;&lt;li&gt;The ability to customize the &quot;Marketplace fees&quot; product.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;To see the full list of changes, &lt;a href=&quot;http://docs.cs-cart.com/4.14.x/history/4142.html&quot; target=&quot;_blank&quot;&gt;check the changelog&lt;/a&gt;.&lt;/p&gt;</description>\n			<from_version>4.14.1.SP1</from_version>\n			<to_version>4.14.2</to_version>\n			<timestamp>1643281735</timestamp>\n			<size>9272976</size>\n			<is_avail>Y</is_avail>\n			<purchase_time_limit>N</purchase_time_limit>\n		</item>\n	</packages>\n</upgrade>\";}', '', 0),
(1742, 30, 1650486924, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"45.181.132.33\";s:13:\"loggedin_time\";s:22:\"2 |hours| 40 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1743, 30, 1650486925, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E3887277758%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.1.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E45.181.132.33%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(1744, 30, 1650633981, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:21:\"2 |hours| 1 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1745, 30, 1650633984, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E4200405072%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.1.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(1746, 30, 1650634271, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:54:\"Eduardo Santos; eduardo.santos@partiushop.com.br (#34)\";s:2:\"id\";s:2:\"34\";}', '', 0),
(1747, 30, 1650652244, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"45.181.132.33\";s:13:\"loggedin_time\";s:23:\"11 |hours| 39 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1748, 30, 1650657725, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:71:\"Giovanni Vinicius de Figueiredo; giovanni.figueiredo@gazin.com.br (#30)\";s:2:\"id\";s:2:\"30\";}', '', 0),
(1749, 30, 1650658678, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";}', '', 0),
(1750, 30, 1650668516, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:64:\"Giovanni Vinicius de Figueiredo; ruanwdssilveira@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";}', '', 0),
(1751, 30, 1650668528, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";}', '', 0),
(1752, 30, 1650668704, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:64:\"Giovanni Vinicius de Figueiredo; ruanwdssilveira@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";}', '', 0),
(1753, 30, 1650669561, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";}', '', 0),
(1754, 30, 1650905967, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"45.181.132.33\";s:13:\"loggedin_time\";s:23:\"13 |hours| 44 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1755, 30, 1650916072, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:64:\"Giovanni Vinicius de Figueiredo; ruanwdssilveira@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";}', '', 0),
(1756, 0, 1650927634, 'users', 'W', 'failed_login', '', 'a:2:{s:4:\"user\";s:30:\"giovannivinicius1997@gmail.com\";s:10:\"ip_address\";s:13:\"177.70.195.83\";}', '', 0),
(1757, 0, 1650927660, 'users', 'W', 'failed_login', '', 'a:2:{s:4:\"user\";s:30:\"giovannivinicius1997@gmail.com\";s:10:\"ip_address\";s:13:\"177.70.195.83\";}', '', 0),
(1758, 0, 1650927671, 'users', 'W', 'failed_login', '', 'a:2:{s:4:\"user\";s:30:\"giovannivinicius1997@gmail.com\";s:10:\"ip_address\";s:13:\"177.70.195.83\";}', '', 0),
(1759, 0, 1650927682, 'users', 'W', 'failed_login', '', 'a:2:{s:4:\"user\";s:30:\"giovannivinicius1997@gmail.com\";s:10:\"ip_address\";s:13:\"177.70.195.83\";}', '', 0),
(1760, 30, 1650991454, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:64:\"Giovanni Vinicius de Figueiredo; ruanwdssilveira@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"45.181.132.33\";}', '', 0),
(1761, 0, 1651004670, 'users', 'W', 'failed_login', '', 'a:2:{s:4:\"user\";s:30:\"giovannivinicius1997@gmail.com\";s:10:\"ip_address\";s:13:\"177.70.195.83\";}', '', 0),
(1762, 0, 1651004687, 'users', 'W', 'failed_login', '', 'a:2:{s:4:\"user\";s:30:\"giovannivinicius1997@gmail.com\";s:10:\"ip_address\";s:13:\"177.70.195.83\";}', '', 0),
(1763, 30, 1651081103, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";}', '', 0),
(1764, 30, 1651081354, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";}', '', 0),
(1765, 30, 1651081357, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E2980405929%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.1.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(1766, 30, 1651081561, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:53:\"Eduardo Dos Santos; eduardohenriquest@gmail.com (#33)\";s:2:\"id\";s:2:\"33\";}', '', 0),
(1767, 30, 1651083092, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:64:\"Giovanni Vinicius de Figueiredo; ruanwdssilveira@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";}', '', 0),
(1768, 0, 1651086393, 'users', 'W', 'failed_login', '', 'a:2:{s:4:\"user\";s:25:\"ruanwdssilveira@gmail.com\";s:10:\"ip_address\";s:13:\"45.181.132.33\";}', '', 0),
(1769, 0, 1651086399, 'users', 'W', 'failed_login', '', 'a:2:{s:4:\"user\";s:25:\"ruanwdssilveira@gmail.com\";s:10:\"ip_address\";s:13:\"45.181.132.33\";}', '', 0),
(1770, 30, 1651086472, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:64:\"Giovanni Vinicius de Figueiredo; ruanwdssilveira@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"45.181.132.33\";s:13:\"loggedin_time\";s:23:\"18 |hours| 33 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1771, 30, 1651086486, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";}', '', 0),
(1772, 0, 1651086553, 'users', 'N', 'create', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";i:35;}', '', 0),
(1773, 35, 1651086553, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";i:35;s:10:\"ip_address\";s:13:\"45.181.132.33\";}', '', 0),
(1774, 35, 1651087142, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 113\";s:2:\"id\";i:113;}', '', 4),
(1775, 35, 1651087142, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 113\";s:2:\"id\";i:113;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(1776, 35, 1651087142, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(1777, 30, 1651087196, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 113\";s:2:\"id\";s:3:\"113\";s:6:\"status\";s:20:\"Aberto -> Processado\";}', '', 4),
(1778, 30, 1651087196, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(1779, 30, 1651087730, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:32:\"https://fonts.googleapis.com/css\";s:7:\"request\";s:31:\"\'display=swap&family=Open+Sans\'\";s:8:\"response\";s:267:\"@font-face {\n  font-family: \'Open Sans\';\n  font-style: normal;\n  font-weight: 400;\n  font-stretch: normal;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2) format(\'woff2\');\n}\n\";}', '', 0),
(1780, 30, 1651087730, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:32:\"https://fonts.googleapis.com/css\";s:7:\"request\";s:26:\"\'display=swap&family=Lato\'\";s:8:\"response\";s:193:\"@font-face {\n  font-family: \'Lato\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wXg.woff2) format(\'woff2\');\n}\n\";}', '', 0),
(1781, 35, 1651087825, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";s:10:\"ip_address\";s:13:\"45.181.132.33\";s:13:\"loggedin_time\";s:22:\"2 |hours| 59 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1782, 35, 1651087872, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 114\";s:2:\"id\";i:114;}', '', 4),
(1783, 35, 1651087872, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 114\";s:2:\"id\";i:114;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(1784, 35, 1651087872, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(1785, 30, 1651087913, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 114\";s:2:\"id\";s:3:\"114\";s:6:\"status\";s:20:\"Aberto -> Processado\";}', '', 4),
(1786, 30, 1651087913, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(1787, 30, 1651090195, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:39:\"http://www.google-analytics.com/collect\";s:7:\"request\";s:117:\"\'v=1&tid=UA-163308049-1&cid=a14d48c2efaf91a00c25cc616a20f7b8&ti=114&cu=BRL&t=transaction&tr=-3923.67&ts=-23.67&tt=-0\'\";s:8:\"response\";b:0;}', '', 0),
(1788, 30, 1651090195, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:39:\"http://www.google-analytics.com/collect\";s:7:\"request\";s:154:\"\'v=1&tid=UA-163308049-1&cid=a14d48c2efaf91a00c25cc616a20f7b8&ti=114&cu=BRL&t=item&in=galaxy+s21+v4&ip=3900&iq=-1&ic=galaxy_s21&iv=Celulares+e+Smartphones\'\";s:8:\"response\";s:0:\"\";}', '', 0),
(1789, 30, 1651090195, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 114\";s:2:\"id\";s:3:\"114\";s:6:\"status\";s:22:\"Processado -> Recusado\";}', '', 4),
(1790, 30, 1651090205, 'orders', 'N', 'update', '', 'a:2:{s:5:\"order\";s:5:\"# 114\";s:2:\"id\";s:3:\"114\";}', '', 4),
(1791, 30, 1651090209, 'orders', 'N', 'update', '', 'a:2:{s:5:\"order\";s:5:\"# 114\";s:2:\"id\";s:3:\"114\";}', '', 4),
(1792, 30, 1651090373, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:39:\"http://www.google-analytics.com/collect\";s:7:\"request\";s:114:\"\'v=1&tid=UA-163308049-1&cid=a14d48c2efaf91a00c25cc616a20f7b8&ti=114&cu=BRL&t=transaction&tr=3923.67&ts=23.67&tt=0\'\";s:8:\"response\";s:0:\"\";}', '', 0),
(1793, 30, 1651090373, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:39:\"http://www.google-analytics.com/collect\";s:7:\"request\";s:153:\"\'v=1&tid=UA-163308049-1&cid=a14d48c2efaf91a00c25cc616a20f7b8&ti=114&cu=BRL&t=item&in=galaxy+s21+v4&ip=3900&iq=1&ic=galaxy_s21&iv=Celulares+e+Smartphones\'\";s:8:\"response\";s:0:\"\";}', '', 0),
(1794, 30, 1651090373, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 114\";s:2:\"id\";s:3:\"114\";s:6:\"status\";s:22:\"Recusado -> Processado\";}', '', 4),
(1795, 30, 1651090373, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(1796, 30, 1651090382, 'orders', 'N', 'update', '', 'a:2:{s:5:\"order\";s:5:\"# 114\";s:2:\"id\";s:3:\"114\";}', '', 4),
(1797, 30, 1651090382, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(1798, 30, 1651090434, 'orders', 'N', 'update', '', 'a:2:{s:5:\"order\";s:5:\"# 114\";s:2:\"id\";s:3:\"114\";}', '', 4),
(1799, 30, 1651090434, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(1800, 30, 1651090556, 'orders', 'N', 'update', '', 'a:2:{s:5:\"order\";s:5:\"# 114\";s:2:\"id\";s:3:\"114\";}', '', 4),
(1801, 30, 1651090556, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(1802, 30, 1651090628, 'orders', 'N', 'update', '', 'a:2:{s:5:\"order\";s:5:\"# 114\";s:2:\"id\";s:3:\"114\";}', '', 4),
(1803, 30, 1651090628, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(1804, 30, 1651090690, 'orders', 'N', 'update', '', 'a:2:{s:5:\"order\";s:5:\"# 114\";s:2:\"id\";s:3:\"114\";}', '', 4),
(1805, 30, 1651090690, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(1806, 30, 1651090759, 'orders', 'N', 'update', '', 'a:2:{s:5:\"order\";s:5:\"# 114\";s:2:\"id\";s:3:\"114\";}', '', 4),
(1807, 30, 1651090759, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(1808, 30, 1651090968, 'orders', 'N', 'update', '', 'a:2:{s:5:\"order\";s:5:\"# 114\";s:2:\"id\";s:3:\"114\";}', '', 4),
(1809, 30, 1651090968, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(1810, 30, 1651091155, 'orders', 'N', 'update', '', 'a:2:{s:5:\"order\";s:5:\"# 114\";s:2:\"id\";s:3:\"114\";}', '', 4),
(1811, 30, 1651091155, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(1812, 30, 1651091392, 'orders', 'N', 'update', '', 'a:2:{s:5:\"order\";s:5:\"# 114\";s:2:\"id\";s:3:\"114\";}', '', 4),
(1813, 30, 1651091392, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(1814, 30, 1651092585, 'orders', 'N', 'update', '', 'a:2:{s:5:\"order\";s:5:\"# 114\";s:2:\"id\";s:3:\"114\";}', '', 4),
(1815, 30, 1651092585, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(1816, 30, 1651092669, 'orders', 'N', 'update', '', 'a:2:{s:5:\"order\";s:5:\"# 114\";s:2:\"id\";s:3:\"114\";}', '', 4),
(1817, 30, 1651092669, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(1818, 30, 1651092722, 'orders', 'N', 'update', '', 'a:2:{s:5:\"order\";s:5:\"# 114\";s:2:\"id\";s:3:\"114\";}', '', 4),
(1819, 30, 1651092722, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(1820, 30, 1651092810, 'orders', 'N', 'update', '', 'a:2:{s:5:\"order\";s:5:\"# 114\";s:2:\"id\";s:3:\"114\";}', '', 4),
(1821, 30, 1651092810, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(1822, 30, 1651180040, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"45.181.132.33\";}', '', 0),
(1823, 35, 1651180178, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";s:10:\"ip_address\";s:13:\"45.181.132.33\";s:13:\"loggedin_time\";s:12:\"24 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1824, 30, 1651180281, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 114\";s:2:\"id\";s:3:\"114\";s:6:\"status\";s:22:\"Processado -> Completo\";}', '', 4),
(1825, 30, 1651180281, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(1826, 30, 1651180281, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(1827, 30, 1651180281, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 0),
(1828, 30, 1651180878, 'products', 'N', 'update', '', 'a:2:{s:7:\"product\";s:17:\"galaxy s21 (#297)\";s:2:\"id\";i:297;}', '', 4),
(1829, 30, 1651181035, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 113\";s:2:\"id\";s:3:\"113\";s:6:\"status\";s:22:\"Processado -> Completo\";}', '', 4),
(1830, 30, 1651181035, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(1831, 30, 1651181035, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(1832, 30, 1651181035, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 0),
(1833, 30, 1651181092, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 113\";s:2:\"id\";s:3:\"113\";s:6:\"status\";s:19:\"Completo -> Enviado\";}', '', 4),
(1834, 35, 1651182350, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";s:10:\"ip_address\";s:13:\"45.181.132.33\";s:13:\"loggedin_time\";s:23:\"18 |hours| 56 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1835, 30, 1651250480, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";}', '', 0),
(1836, 30, 1651250483, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E2767618714%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.1.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(1837, 30, 1651250671, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"45.181.132.33\";}', '', 0),
(1838, 30, 1651250778, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"45.181.132.33\";s:13:\"loggedin_time\";s:21:\"8 |hours| 2 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1839, 35, 1651250961, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";s:10:\"ip_address\";s:13:\"45.181.132.33\";s:13:\"loggedin_time\";s:21:\"2 |hours| 5 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1840, 30, 1651251321, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 113\";s:2:\"id\";s:3:\"113\";s:6:\"status\";s:17:\"Enviado -> Aberto\";}', '', 4),
(1841, 30, 1651251638, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:925:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E920585288%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.1.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E45.181.132.33%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(1842, 35, 1651261848, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";s:10:\"ip_address\";s:13:\"45.181.132.33\";s:13:\"loggedin_time\";s:22:\"4 |hours| 58 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1843, 30, 1651510400, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"45.181.132.33\";}', '', 0),
(1844, 35, 1651510673, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";s:10:\"ip_address\";s:13:\"45.181.132.33\";}', '', 0),
(1845, 35, 1651510781, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:31:\"ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(1846, 30, 1651512960, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:23:\"32 |hours| 46 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1847, 30, 1651512961, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E1525369229%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.1.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(1848, 30, 1651513241, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E2920785850%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.1.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E45.181.132.33%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(1849, 30, 1651513725, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 113\";s:2:\"id\";s:3:\"113\";s:6:\"status\";s:18:\"Aberto -> Completo\";}', '', 4),
(1850, 30, 1651513725, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(1851, 30, 1651513725, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(1852, 30, 1651513725, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 0),
(1853, 30, 1651513787, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 113\";s:2:\"id\";s:3:\"113\";s:6:\"status\";s:18:\"Completo -> Aberto\";}', '', 4),
(1854, 30, 1651513790, 'orders', 'N', 'update', '', 'a:2:{s:5:\"order\";s:5:\"# 113\";s:2:\"id\";s:3:\"113\";}', '', 4),
(1855, 35, 1651514838, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:31:\"ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";s:10:\"ip_address\";s:13:\"45.181.132.33\";}', '', 0),
(1856, 35, 1651515234, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:31:\"ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(1857, 35, 1651515299, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 115\";s:2:\"id\";i:115;}', '', 4),
(1858, 35, 1651515299, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 115\";s:2:\"id\";i:115;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(1859, 35, 1651515299, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(1860, 30, 1651515364, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 115\";s:2:\"id\";s:3:\"115\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(1861, 35, 1651515835, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 116\";s:2:\"id\";i:116;}', '', 4),
(1862, 35, 1651515835, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 116\";s:2:\"id\";i:116;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(1863, 35, 1651515835, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(1864, 30, 1651515870, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 116\";s:2:\"id\";s:3:\"116\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(1865, 35, 1651523005, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 117\";s:2:\"id\";i:117;}', '', 4),
(1866, 35, 1651523005, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 117\";s:2:\"id\";i:117;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(1867, 35, 1651523005, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(1868, 30, 1651523042, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 117\";s:2:\"id\";s:3:\"117\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(1869, 35, 1651523156, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 118\";s:2:\"id\";i:118;}', '', 4),
(1870, 35, 1651523156, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 118\";s:2:\"id\";i:118;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(1871, 35, 1651523156, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(1872, 30, 1651523198, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 118\";s:2:\"id\";s:3:\"118\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(1873, 35, 1651598893, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";s:10:\"ip_address\";s:13:\"45.181.132.33\";}', '', 0),
(1874, 35, 1651598925, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 119\";s:2:\"id\";i:119;}', '', 4),
(1875, 35, 1651598925, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 119\";s:2:\"id\";i:119;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(1876, 35, 1651598925, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(1877, 30, 1651598957, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 119\";s:2:\"id\";s:3:\"119\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(1878, 35, 1651599127, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 120\";s:2:\"id\";i:120;}', '', 4),
(1879, 35, 1651599127, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 120\";s:2:\"id\";i:120;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(1880, 35, 1651599127, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(1881, 30, 1651599151, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 120\";s:2:\"id\";s:3:\"120\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(1882, 35, 1651599387, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 121\";s:2:\"id\";i:121;}', '', 4),
(1883, 35, 1651599387, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 121\";s:2:\"id\";i:121;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(1884, 35, 1651599387, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(1885, 30, 1651599409, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 121\";s:2:\"id\";s:3:\"121\";s:6:\"status\";s:20:\"Aberto -> Processado\";}', '', 4),
(1886, 30, 1651599409, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(1887, 35, 1651599468, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 122\";s:2:\"id\";i:122;}', '', 4),
(1888, 35, 1651599468, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 122\";s:2:\"id\";i:122;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(1889, 35, 1651599468, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(1890, 30, 1651599489, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 122\";s:2:\"id\";s:3:\"122\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(1891, 35, 1651599692, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 123\";s:2:\"id\";i:123;}', '', 4),
(1892, 35, 1651599692, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 123\";s:2:\"id\";i:123;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(1893, 35, 1651599692, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(1894, 30, 1651599713, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 123\";s:2:\"id\";s:3:\"123\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(1895, 35, 1651599995, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 124\";s:2:\"id\";i:124;}', '', 4),
(1896, 35, 1651599995, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 124\";s:2:\"id\";i:124;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(1897, 35, 1651599995, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(1898, 30, 1651600014, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 124\";s:2:\"id\";s:3:\"124\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(1899, 35, 1651600095, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 125\";s:2:\"id\";i:125;}', '', 4),
(1900, 35, 1651600095, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 125\";s:2:\"id\";i:125;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(1901, 35, 1651600095, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(1902, 30, 1651600112, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 125\";s:2:\"id\";s:3:\"125\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(1903, 30, 1651605461, 'orders', 'N', 'update', '', 'a:2:{s:5:\"order\";s:5:\"# 125\";s:2:\"id\";s:3:\"125\";}', '', 4),
(1904, 35, 1651608462, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";s:10:\"ip_address\";s:13:\"45.181.132.33\";s:13:\"loggedin_time\";s:22:\"6 |hours| 14 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1905, 30, 1651669855, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";}', '', 0),
(1906, 30, 1651669860, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E3030153681%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.1.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0);
INSERT INTO `partiushop_logs` (`log_id`, `user_id`, `timestamp`, `type`, `event_type`, `action`, `object`, `content`, `backtrace`, `company_id`) VALUES
(1907, 30, 1651681727, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:143:\"\'dispatch=product_updates.get_available&ver=4.14.1.SP1&edition=MULTIVENDOR&lang=pt&product_build=&license_number=CS-MV-ULT-44IK-K8V8-0137-88WL\'\";s:8:\"response\";s:1316:\"<?xml version=\"1.0\"?>\n<upgrade>\n	<packages>\n		<item id=\"375067\">\n			<file md5=\"4dcb28209a48cb34e2b398ec4c91d57a\">upgrade_4.14.1.SP1_mve-4.14.2_mve.zip</file>\n			<name>Upgrade 4.14.1.SP1 - 4.14.2</name>\n			<description>&lt;p&gt;&lt;strong&gt;Multi-Vendor 4.14.2&lt;/strong&gt; brings the following changes and improvements:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Vendor features are now hidden from other vendors.&lt;/li&gt;&lt;li&gt;The ability to hide icons of vendor rating.&lt;/li&gt;&lt;li&gt;Now common products can be added to the cart directly from the product list. A new setting in the &quot;Vendor Rating&quot; add-on will allow you to select the default offer by vendor rating rather than by price.&lt;/li&gt;&lt;li&gt;Now vendors can add videos to descriptions.&lt;/li&gt;&lt;li&gt;The ability to customize the &quot;Marketplace fees&quot; product.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;To see the full list of changes, &lt;a href=&quot;http://docs.cs-cart.com/4.14.x/history/4142.html&quot; target=&quot;_blank&quot;&gt;check the changelog&lt;/a&gt;.&lt;/p&gt;</description>\n			<from_version>4.14.1.SP1</from_version>\n			<to_version>4.14.2</to_version>\n			<timestamp>1643281735</timestamp>\n			<size>9272976</size>\n			<is_avail>Y</is_avail>\n			<purchase_time_limit>N</purchase_time_limit>\n		</item>\n	</packages>\n</upgrade>\";}', '', 0),
(1908, 30, 1651682979, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"45.181.132.33\";s:13:\"loggedin_time\";s:23:\"17 |hours| 37 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1909, 35, 1651683022, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";s:10:\"ip_address\";s:13:\"45.181.132.33\";}', '', 0),
(1910, 35, 1651688681, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";s:10:\"ip_address\";s:13:\"45.181.132.33\";}', '', 0),
(1911, 35, 1651688824, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";s:10:\"ip_address\";s:13:\"45.181.132.33\";s:13:\"loggedin_time\";s:12:\"30 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1912, 35, 1651695324, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";s:10:\"ip_address\";s:13:\"45.181.132.33\";s:13:\"loggedin_time\";s:23:\"14 |hours| 11 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1913, 35, 1651695355, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 126\";s:2:\"id\";i:126;}', '', 4),
(1914, 35, 1651695355, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 126\";s:2:\"id\";i:126;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(1915, 35, 1651695355, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(1916, 30, 1651695400, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 126\";s:2:\"id\";s:3:\"126\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(1917, 35, 1651695920, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 127\";s:2:\"id\";i:127;}', '', 4),
(1918, 35, 1651695920, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(1919, 35, 1651696194, 'orders', 'N', 'delete', '', 'a:2:{s:5:\"order\";s:5:\"# 127\";s:2:\"id\";i:127;}', '', 4),
(1920, 35, 1651696194, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 127\";s:2:\"id\";i:127;}', '', 4),
(1921, 35, 1651696194, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 127\";s:2:\"id\";i:127;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(1922, 35, 1651696194, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(1923, 35, 1651696232, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 128\";s:2:\"id\";i:128;}', '', 4),
(1924, 35, 1651696232, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 128\";s:2:\"id\";i:128;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(1925, 35, 1651696232, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(1926, 35, 1651696268, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 129\";s:2:\"id\";i:129;}', '', 4),
(1927, 35, 1651696268, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 129\";s:2:\"id\";i:129;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(1928, 35, 1651696268, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(1929, 30, 1651696538, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 127\";s:2:\"id\";s:3:\"127\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(1930, 30, 1651696911, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 128\";s:2:\"id\";s:3:\"128\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(1931, 30, 1651696965, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 129\";s:2:\"id\";s:3:\"129\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(1932, 35, 1651697022, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 130\";s:2:\"id\";i:130;}', '', 4),
(1933, 35, 1651697022, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 130\";s:2:\"id\";i:130;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(1934, 35, 1651697022, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(1935, 30, 1651697043, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 130\";s:2:\"id\";s:3:\"130\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(1936, 30, 1651783508, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:22:\"8 |hours| 43 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1937, 30, 1651783511, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E1987598858%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.1.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(1938, 30, 1651850485, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";}', '', 0),
(1939, 30, 1651850488, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E1934110437%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.1.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(1940, 30, 1651850560, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:41:\"Eduardo Santos; customer@example.com (#3)\";s:2:\"id\";s:1:\"3\";}', '', 0),
(1941, 3, 1651851994, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:41:\"Eduardo Santos; customer@example.com (#3)\";s:2:\"id\";s:1:\"3\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:21:\"2 |hours| 5 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1942, 30, 1651860018, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 112\";s:2:\"id\";s:3:\"112\";s:6:\"status\";s:19:\"Completo -> Enviado\";}', '', 4),
(1943, 30, 1651860098, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:50:\"Eduardo Santos; eduardohenriquest@outlook.com (#3)\";s:2:\"id\";s:1:\"3\";}', '', 0),
(1944, 30, 1651860212, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 108\";s:2:\"id\";s:3:\"108\";s:6:\"status\";s:21:\"Processado -> Enviado\";}', '', 4),
(1945, 30, 1651860689, 'orders', 'N', 'update', '', 'a:2:{s:5:\"order\";s:5:\"# 108\";s:2:\"id\";s:3:\"108\";}', '', 4),
(1946, 30, 1651860706, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:39:\"http://www.google-analytics.com/collect\";s:7:\"request\";s:117:\"\'v=1&tid=UA-163308049-1&cid=c91b0b2dbc8b6ca12ce289984e9bf096&ti=108&cu=BRL&t=transaction&tr=-3924.15&ts=-24.15&tt=-0\'\";s:8:\"response\";s:0:\"\";}', '', 0),
(1947, 30, 1651860706, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:39:\"http://www.google-analytics.com/collect\";s:7:\"request\";s:154:\"\'v=1&tid=UA-163308049-1&cid=c91b0b2dbc8b6ca12ce289984e9bf096&ti=108&cu=BRL&t=item&in=galaxy+s21+v2&ip=3900&iq=-1&ic=galaxy_s21&iv=Celulares+e+Smartphones\'\";s:8:\"response\";s:0:\"\";}', '', 0),
(1948, 30, 1651860706, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 108\";s:2:\"id\";s:3:\"108\";s:6:\"status\";s:19:\"Enviado -> Recusado\";}', '', 4),
(1949, 30, 1651860708, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:39:\"http://www.google-analytics.com/collect\";s:7:\"request\";s:114:\"\'v=1&tid=UA-163308049-1&cid=c91b0b2dbc8b6ca12ce289984e9bf096&ti=108&cu=BRL&t=transaction&tr=3924.15&ts=24.15&tt=0\'\";s:8:\"response\";s:0:\"\";}', '', 0),
(1950, 30, 1651860708, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:39:\"http://www.google-analytics.com/collect\";s:7:\"request\";s:153:\"\'v=1&tid=UA-163308049-1&cid=c91b0b2dbc8b6ca12ce289984e9bf096&ti=108&cu=BRL&t=item&in=galaxy+s21+v2&ip=3900&iq=1&ic=galaxy_s21&iv=Celulares+e+Smartphones\'\";s:8:\"response\";s:0:\"\";}', '', 0),
(1951, 30, 1651860708, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 108\";s:2:\"id\";s:3:\"108\";s:6:\"status\";s:19:\"Recusado -> Enviado\";}', '', 4),
(1952, 30, 1651860710, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"45.181.132.33\";s:13:\"loggedin_time\";s:22:\"3 |hours| 57 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1953, 30, 1651861079, 'orders', 'N', 'update', '', 'a:2:{s:5:\"order\";s:5:\"# 101\";s:2:\"id\";s:3:\"101\";}', '', 4),
(1954, 30, 1651861094, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 101\";s:2:\"id\";s:3:\"101\";s:6:\"status\";s:21:\"Processado -> Enviado\";}', '', 4),
(1955, 30, 1651861150, 'orders', 'N', 'update', '', 'a:2:{s:5:\"order\";s:5:\"# 101\";s:2:\"id\";s:3:\"101\";}', '', 4),
(1956, 30, 1651861582, 'orders', 'N', 'update', '', 'a:2:{s:5:\"order\";s:5:\"# 105\";s:2:\"id\";s:3:\"105\";}', '', 4),
(1957, 30, 1651864279, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:52:\"Eduardo H Santos; eduardohenriquest@outlook.com (#3)\";s:2:\"id\";s:1:\"3\";}', '', 0),
(1958, 30, 1652102261, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";}', '', 0),
(1959, 30, 1652102264, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:925:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E312086399%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.1.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(1960, 30, 1652102268, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:143:\"\'dispatch=product_updates.get_available&ver=4.14.1.SP1&edition=MULTIVENDOR&lang=pt&product_build=&license_number=CS-MV-ULT-44IK-K8V8-0137-88WL\'\";s:8:\"response\";s:1316:\"<?xml version=\"1.0\"?>\n<upgrade>\n	<packages>\n		<item id=\"375067\">\n			<file md5=\"4dcb28209a48cb34e2b398ec4c91d57a\">upgrade_4.14.1.SP1_mve-4.14.2_mve.zip</file>\n			<name>Upgrade 4.14.1.SP1 - 4.14.2</name>\n			<description>&lt;p&gt;&lt;strong&gt;Multi-Vendor 4.14.2&lt;/strong&gt; brings the following changes and improvements:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Vendor features are now hidden from other vendors.&lt;/li&gt;&lt;li&gt;The ability to hide icons of vendor rating.&lt;/li&gt;&lt;li&gt;Now common products can be added to the cart directly from the product list. A new setting in the &quot;Vendor Rating&quot; add-on will allow you to select the default offer by vendor rating rather than by price.&lt;/li&gt;&lt;li&gt;Now vendors can add videos to descriptions.&lt;/li&gt;&lt;li&gt;The ability to customize the &quot;Marketplace fees&quot; product.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;To see the full list of changes, &lt;a href=&quot;http://docs.cs-cart.com/4.14.x/history/4142.html&quot; target=&quot;_blank&quot;&gt;check the changelog&lt;/a&gt;.&lt;/p&gt;</description>\n			<from_version>4.14.1.SP1</from_version>\n			<to_version>4.14.2</to_version>\n			<timestamp>1643281735</timestamp>\n			<size>9272976</size>\n			<is_avail>Y</is_avail>\n			<purchase_time_limit>N</purchase_time_limit>\n		</item>\n	</packages>\n</upgrade>\";}', '', 0),
(1961, 30, 1652103254, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:143:\"\'dispatch=product_updates.get_available&ver=4.14.1.SP1&edition=MULTIVENDOR&lang=pt&product_build=&license_number=CS-MV-ULT-44IK-K8V8-0137-88WL\'\";s:8:\"response\";s:1316:\"<?xml version=\"1.0\"?>\n<upgrade>\n	<packages>\n		<item id=\"375067\">\n			<file md5=\"4dcb28209a48cb34e2b398ec4c91d57a\">upgrade_4.14.1.SP1_mve-4.14.2_mve.zip</file>\n			<name>Upgrade 4.14.1.SP1 - 4.14.2</name>\n			<description>&lt;p&gt;&lt;strong&gt;Multi-Vendor 4.14.2&lt;/strong&gt; brings the following changes and improvements:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Vendor features are now hidden from other vendors.&lt;/li&gt;&lt;li&gt;The ability to hide icons of vendor rating.&lt;/li&gt;&lt;li&gt;Now common products can be added to the cart directly from the product list. A new setting in the &quot;Vendor Rating&quot; add-on will allow you to select the default offer by vendor rating rather than by price.&lt;/li&gt;&lt;li&gt;Now vendors can add videos to descriptions.&lt;/li&gt;&lt;li&gt;The ability to customize the &quot;Marketplace fees&quot; product.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;To see the full list of changes, &lt;a href=&quot;http://docs.cs-cart.com/4.14.x/history/4142.html&quot; target=&quot;_blank&quot;&gt;check the changelog&lt;/a&gt;.&lt;/p&gt;</description>\n			<from_version>4.14.1.SP1</from_version>\n			<to_version>4.14.2</to_version>\n			<timestamp>1643281735</timestamp>\n			<size>9272976</size>\n			<is_avail>Y</is_avail>\n			<purchase_time_limit>N</purchase_time_limit>\n		</item>\n	</packages>\n</upgrade>\";}', '', 0),
(1962, 1, 1652103358, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:45:\"Edison Antunes; eantunes@fastcore.com.br (#1)\";s:2:\"id\";i:1;s:10:\"ip_address\";s:9:\"127.0.0.1\";}', '', 0),
(1963, 1, 1652103562, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:45:\"Edison Antunes; eantunes@fastcore.com.br (#1)\";s:2:\"id\";i:1;s:10:\"ip_address\";s:9:\"127.0.0.1\";}', '', 0),
(1964, 1, 1652103660, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:45:\"Edison Antunes; eantunes@fastcore.com.br (#1)\";s:2:\"id\";i:1;s:10:\"ip_address\";s:9:\"127.0.0.1\";}', '', 0),
(1965, 1, 1652103660, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:143:\"\'dispatch=product_updates.get_available&ver=4.14.1.SP1&edition=MULTIVENDOR&lang=pt&product_build=&license_number=CS-MV-ULT-44IK-K8V8-0137-88WL\'\";s:8:\"response\";s:1316:\"<?xml version=\"1.0\"?>\n<upgrade>\n	<packages>\n		<item id=\"375067\">\n			<file md5=\"4dcb28209a48cb34e2b398ec4c91d57a\">upgrade_4.14.1.SP1_mve-4.14.2_mve.zip</file>\n			<name>Upgrade 4.14.1.SP1 - 4.14.2</name>\n			<description>&lt;p&gt;&lt;strong&gt;Multi-Vendor 4.14.2&lt;/strong&gt; brings the following changes and improvements:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Vendor features are now hidden from other vendors.&lt;/li&gt;&lt;li&gt;The ability to hide icons of vendor rating.&lt;/li&gt;&lt;li&gt;Now common products can be added to the cart directly from the product list. A new setting in the &quot;Vendor Rating&quot; add-on will allow you to select the default offer by vendor rating rather than by price.&lt;/li&gt;&lt;li&gt;Now vendors can add videos to descriptions.&lt;/li&gt;&lt;li&gt;The ability to customize the &quot;Marketplace fees&quot; product.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;To see the full list of changes, &lt;a href=&quot;http://docs.cs-cart.com/4.14.x/history/4142.html&quot; target=&quot;_blank&quot;&gt;check the changelog&lt;/a&gt;.&lt;/p&gt;</description>\n			<from_version>4.14.1.SP1</from_version>\n			<to_version>4.14.2</to_version>\n			<timestamp>1643281735</timestamp>\n			<size>9272976</size>\n			<is_avail>Y</is_avail>\n			<purchase_time_limit>N</purchase_time_limit>\n		</item>\n	</packages>\n</upgrade>\";}', '', 0),
(1966, 1, 1652103660, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:88:\"http://partiushop.com.br/upgrades/core_4.14.1.SP1-4.14.2/restore_2022-05-09_10-41-00.php\";s:7:\"request\";s:2:\"\'\'\";s:8:\"response\";s:13:\"Access denied\";}', '', 0),
(1967, 1, 1652103660, 'database', 'N', 'backup', '', 'a:0:{}', '', 0),
(1968, 1, 1652103660, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:210:\"\'dispatch=product_updates.updated&license_number=CS-MV-ULT-44IK-K8V8-0137-88WL&edition=MULTIVENDOR&ver=4.14.1.SP1&product_build=&package_id=375067&admin_uri=http%3A%2F%2Fpartiushop.com.br&db_backupper=fallback\'\";s:8:\"response\";s:0:\"\";}', '', 0),
(1969, 30, 1652107631, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:139:\"\'dispatch=product_updates.get_available&ver=4.14.2&edition=MULTIVENDOR&lang=pt&product_build=&license_number=CS-MV-ULT-44IK-K8V8-0137-88WL\'\";s:8:\"response\";s:1143:\"<?xml version=\"1.0\"?>\n<upgrade>\n	<packages>\n		<item id=\"376265\">\n			<file md5=\"74fa5cdbbcac78012a296b843dc0656b\">upgrade_4.14.2_mve-4.14.2.SP1_mve.zip</file>\n			<name>Upgrade 4.14.2 - 4.14.2.SP1</name>\n			<description>&lt;p&gt;&lt;strong&gt;Multi-Vendor 4.14.2 Service Pack 1&lt;/strong&gt; solves the following problems:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;When a product was included to bundle and to catalog promotion, an error occurred while viewing that product on the storefront.&lt;/li&gt;&lt;li&gt;Incorrect calculation of delivery according to the condition of dependence on weight.&lt;/li&gt;&lt;li&gt;There was a problem connected with Vendor-to-admin Payments add-on: balance refilling was unavailable when “Show unavailable shippings” setting was enabled.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Please install this upgrade as soon as possible.&lt;/strong&gt;&lt;/p&gt;</description>\n			<from_version>4.14.2</from_version>\n			<to_version>4.14.2.SP1</to_version>\n			<timestamp>1643388859</timestamp>\n			<size>626834</size>\n			<is_avail>Y</is_avail>\n			<purchase_time_limit>N</purchase_time_limit>\n		</item>\n	</packages>\n</upgrade>\";}', '', 0),
(1970, 1, 1652107785, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:45:\"Edison Antunes; eantunes@fastcore.com.br (#1)\";s:2:\"id\";i:1;s:10:\"ip_address\";s:9:\"127.0.0.1\";s:13:\"loggedin_time\";s:21:\"2 |hours| 8 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1971, 1, 1652107785, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:139:\"\'dispatch=product_updates.get_available&ver=4.14.2&edition=MULTIVENDOR&lang=pt&product_build=&license_number=CS-MV-ULT-44IK-K8V8-0137-88WL\'\";s:8:\"response\";s:1143:\"<?xml version=\"1.0\"?>\n<upgrade>\n	<packages>\n		<item id=\"376265\">\n			<file md5=\"74fa5cdbbcac78012a296b843dc0656b\">upgrade_4.14.2_mve-4.14.2.SP1_mve.zip</file>\n			<name>Upgrade 4.14.2 - 4.14.2.SP1</name>\n			<description>&lt;p&gt;&lt;strong&gt;Multi-Vendor 4.14.2 Service Pack 1&lt;/strong&gt; solves the following problems:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;When a product was included to bundle and to catalog promotion, an error occurred while viewing that product on the storefront.&lt;/li&gt;&lt;li&gt;Incorrect calculation of delivery according to the condition of dependence on weight.&lt;/li&gt;&lt;li&gt;There was a problem connected with Vendor-to-admin Payments add-on: balance refilling was unavailable when “Show unavailable shippings” setting was enabled.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Please install this upgrade as soon as possible.&lt;/strong&gt;&lt;/p&gt;</description>\n			<from_version>4.14.2</from_version>\n			<to_version>4.14.2.SP1</to_version>\n			<timestamp>1643388859</timestamp>\n			<size>626834</size>\n			<is_avail>Y</is_avail>\n			<purchase_time_limit>N</purchase_time_limit>\n		</item>\n	</packages>\n</upgrade>\";}', '', 0),
(1972, 1, 1652107785, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:205:\"\'dispatch=product_updates.updated&license_number=CS-MV-ULT-44IK-K8V8-0137-88WL&edition=MULTIVENDOR&ver=4.14.2&product_build=&package_id=376265&admin_uri=http%3A%2F%2Fpartiushop.com.br&db_backupper=skipped\'\";s:8:\"response\";s:0:\"\";}', '', 0),
(1973, 30, 1652107827, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:143:\"\'dispatch=product_updates.get_available&ver=4.14.2.SP1&edition=MULTIVENDOR&lang=pt&product_build=&license_number=CS-MV-ULT-44IK-K8V8-0137-88WL\'\";s:8:\"response\";s:42:\"<?xml version=\"1.0\"?>\n<upgrade>\n</upgrade>\";}', '', 0),
(1974, 30, 1652107848, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:143:\"\'dispatch=product_updates.get_available&ver=4.14.2.SP1&edition=MULTIVENDOR&lang=pt&product_build=&license_number=CS-MV-ULT-44IK-K8V8-0137-88WL\'\";s:8:\"response\";s:42:\"<?xml version=\"1.0\"?>\n<upgrade>\n</upgrade>\";}', '', 0),
(1975, 30, 1652113380, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:55:\"Eduardo H Dos Santos; eduardohenriquest@gmail.com (#33)\";s:2:\"id\";s:2:\"33\";}', '', 0),
(1976, 30, 1652115462, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"45.181.132.33\";s:13:\"loggedin_time\";s:22:\"5 |hours| 57 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1977, 30, 1652117551, 'orders', 'N', 'update', '', 'a:2:{s:5:\"order\";s:5:\"# 109\";s:2:\"id\";s:3:\"109\";}', '', 4),
(1978, 30, 1652117577, 'orders', 'N', 'update', '', 'a:2:{s:5:\"order\";s:5:\"# 109\";s:2:\"id\";s:3:\"109\";}', '', 4),
(1979, 30, 1652117577, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(1980, 30, 1652117619, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 109\";s:2:\"id\";s:3:\"109\";s:6:\"status\";s:21:\"Processado -> Enviado\";}', '', 4),
(1981, 35, 1652119803, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";s:10:\"ip_address\";s:13:\"45.181.132.33\";}', '', 0),
(1982, 0, 1652119810, 'users', 'W', 'failed_login', '', 'a:2:{s:4:\"user\";s:20:\"customer@example.com\";s:10:\"ip_address\";s:13:\"177.70.195.83\";}', '', 0),
(1983, 0, 1652119818, 'users', 'W', 'failed_login', '', 'a:2:{s:4:\"user\";s:20:\"customer@example.com\";s:10:\"ip_address\";s:13:\"177.70.195.83\";}', '', 0),
(1984, 35, 1652120172, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 131\";s:2:\"id\";i:131;}', '', 4),
(1985, 35, 1652120172, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 131\";s:2:\"id\";i:131;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(1986, 35, 1652120172, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(1987, 30, 1652120207, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 131\";s:2:\"id\";s:3:\"131\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(1988, 35, 1652120503, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 0),
(1989, 30, 1652120517, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 131\";s:2:\"id\";s:3:\"131\";s:6:\"status\";s:19:\"Enviado -> Completo\";}', '', 4),
(1990, 30, 1652120517, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(1991, 30, 1652120517, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(1992, 30, 1652120517, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 0),
(1993, 35, 1652123084, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";s:10:\"ip_address\";s:13:\"45.181.132.33\";s:13:\"loggedin_time\";s:22:\"3 |hours| 50 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(1994, 35, 1652123113, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 132\";s:2:\"id\";i:132;}', '', 4),
(1995, 35, 1652123113, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 132\";s:2:\"id\";i:132;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(1996, 35, 1652123113, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(1997, 30, 1652123124, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 132\";s:2:\"id\";s:3:\"132\";s:6:\"status\";s:18:\"Aberto -> Completo\";}', '', 4),
(1998, 30, 1652123124, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(1999, 30, 1652123124, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(2000, 30, 1652123124, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 0),
(2001, 35, 1652123677, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 133\";s:2:\"id\";i:133;}', '', 4),
(2002, 35, 1652123677, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 133\";s:2:\"id\";i:133;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(2003, 35, 1652123677, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2004, 30, 1652123692, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 133\";s:2:\"id\";s:3:\"133\";s:6:\"status\";s:18:\"Aberto -> Completo\";}', '', 4),
(2005, 30, 1652123692, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(2006, 30, 1652123692, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(2007, 30, 1652123692, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 0),
(2008, 35, 1652123839, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 134\";s:2:\"id\";i:134;}', '', 4),
(2009, 35, 1652123839, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2010, 35, 1652123849, 'orders', 'N', 'delete', '', 'a:2:{s:5:\"order\";s:5:\"# 134\";s:2:\"id\";i:134;}', '', 4),
(2011, 35, 1652123849, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 134\";s:2:\"id\";i:134;}', '', 4),
(2012, 35, 1652123849, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2013, 35, 1652124274, 'orders', 'N', 'delete', '', 'a:2:{s:5:\"order\";s:5:\"# 134\";s:2:\"id\";i:134;}', '', 4),
(2014, 35, 1652124274, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 134\";s:2:\"id\";i:134;}', '', 4),
(2015, 35, 1652124274, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2016, 35, 1652124405, 'orders', 'N', 'delete', '', 'a:2:{s:5:\"order\";s:5:\"# 134\";s:2:\"id\";i:134;}', '', 4),
(2017, 35, 1652124405, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 134\";s:2:\"id\";i:134;}', '', 4),
(2018, 35, 1652124405, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 134\";s:2:\"id\";i:134;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(2019, 35, 1652124405, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2020, 30, 1652124428, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 134\";s:2:\"id\";s:3:\"134\";s:6:\"status\";s:18:\"Aberto -> Completo\";}', '', 4),
(2021, 30, 1652124428, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(2022, 30, 1652124428, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(2023, 30, 1652124428, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 0),
(2024, 35, 1652124780, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 135\";s:2:\"id\";i:135;}', '', 4),
(2025, 35, 1652124780, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2026, 35, 1652124832, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 136\";s:2:\"id\";i:136;}', '', 4),
(2027, 35, 1652124832, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2028, 35, 1652124847, 'orders', 'N', 'delete', '', 'a:2:{s:5:\"order\";s:5:\"# 136\";s:2:\"id\";i:136;}', '', 4),
(2029, 35, 1652124847, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 136\";s:2:\"id\";i:136;}', '', 4),
(2030, 35, 1652124847, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2031, 35, 1652124862, 'orders', 'N', 'delete', '', 'a:2:{s:5:\"order\";s:5:\"# 136\";s:2:\"id\";i:136;}', '', 4),
(2032, 35, 1652124862, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 136\";s:2:\"id\";i:136;}', '', 4),
(2033, 35, 1652124862, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 136\";s:2:\"id\";i:136;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(2034, 35, 1652124862, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2035, 30, 1652124883, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 136\";s:2:\"id\";s:3:\"136\";s:6:\"status\";s:18:\"Aberto -> Completo\";}', '', 4),
(2036, 30, 1652124883, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(2037, 30, 1652124883, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 4),
(2038, 30, 1652124883, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 0),
(2039, 30, 1652190641, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";}', '', 0),
(2040, 30, 1652194102, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:143:\"\'dispatch=product_updates.get_available&ver=4.14.2.SP1&edition=MULTIVENDOR&lang=pt&product_build=&license_number=CS-MV-ULT-44IK-K8V8-0137-88WL\'\";s:8:\"response\";s:42:\"<?xml version=\"1.0\"?>\n<upgrade>\n</upgrade>\";}', '', 0),
(2041, 30, 1652201859, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"45.181.132.33\";}', '', 0),
(2042, 30, 1652204298, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 0),
(2043, 30, 1652204473, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 105\";s:2:\"id\";s:3:\"105\";s:6:\"status\";s:21:\"Processado -> Enviado\";}', '', 4),
(2044, 35, 1652204597, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";s:10:\"ip_address\";s:13:\"45.181.132.33\";}', '', 0),
(2045, 35, 1652204624, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 137\";s:2:\"id\";i:137;}', '', 4),
(2046, 35, 1652204624, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 137\";s:2:\"id\";i:137;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(2047, 35, 1652204624, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2048, 30, 1652204647, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 137\";s:2:\"id\";s:3:\"137\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(2049, 30, 1652204846, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 105\";s:2:\"id\";s:3:\"105\";s:6:\"status\";s:29:\"Enviado -> Aguardando chamada\";}', '', 4),
(2050, 30, 1652205112, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 0),
(2051, 30, 1652205167, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 0),
(2052, 30, 1652205265, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 0),
(2053, 30, 1652205296, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 0),
(2054, 30, 1652205452, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 0),
(2055, 30, 1652207585, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E1106485148%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.2.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:124:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates></Updates><Messages></Messages></Response>\";}', '', 0),
(2056, 35, 1652208268, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";s:10:\"ip_address\";s:13:\"45.181.132.33\";s:13:\"loggedin_time\";s:22:\"5 |hours| 53 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2057, 35, 1652208287, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 138\";s:2:\"id\";i:138;}', '', 4),
(2058, 35, 1652208287, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 138\";s:2:\"id\";i:138;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(2059, 35, 1652208287, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2060, 30, 1652208309, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 138\";s:2:\"id\";s:3:\"138\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(2061, 35, 1652208571, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 139\";s:2:\"id\";i:139;}', '', 4),
(2062, 35, 1652208571, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 139\";s:2:\"id\";i:139;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(2063, 35, 1652208571, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2064, 30, 1652208589, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 139\";s:2:\"id\";s:3:\"139\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(2065, 35, 1652208754, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 140\";s:2:\"id\";i:140;}', '', 4),
(2066, 35, 1652208754, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 140\";s:2:\"id\";i:140;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(2067, 35, 1652208754, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2068, 30, 1652208783, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 140\";s:2:\"id\";s:3:\"140\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(2069, 35, 1652209166, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 141\";s:2:\"id\";i:141;}', '', 4),
(2070, 35, 1652209166, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 141\";s:2:\"id\";i:141;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(2071, 35, 1652209166, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2072, 30, 1652209190, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 141\";s:2:\"id\";s:3:\"141\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(2073, 30, 1652210262, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:22:\"5 |hours| 20 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2074, 35, 1652210620, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 142\";s:2:\"id\";i:142;}', '', 4),
(2075, 35, 1652210620, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 142\";s:2:\"id\";i:142;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(2076, 35, 1652210620, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2077, 30, 1652210645, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 142\";s:2:\"id\";s:3:\"142\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(2078, 35, 1652210771, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 143\";s:2:\"id\";i:143;}', '', 4),
(2079, 35, 1652210771, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 143\";s:2:\"id\";i:143;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(2080, 35, 1652210771, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2081, 30, 1652210788, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 143\";s:2:\"id\";s:3:\"143\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(2082, 35, 1652210910, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 144\";s:2:\"id\";i:144;}', '', 4),
(2083, 35, 1652210910, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 144\";s:2:\"id\";i:144;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(2084, 35, 1652210910, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2085, 30, 1652210925, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 144\";s:2:\"id\";s:3:\"144\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(2086, 35, 1652211223, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 145\";s:2:\"id\";i:145;}', '', 4),
(2087, 35, 1652211223, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 145\";s:2:\"id\";i:145;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(2088, 35, 1652211223, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2089, 30, 1652211242, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 145\";s:2:\"id\";s:3:\"145\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(2090, 35, 1652211365, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 146\";s:2:\"id\";i:146;}', '', 4),
(2091, 35, 1652211365, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 146\";s:2:\"id\";i:146;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(2092, 35, 1652211365, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2093, 30, 1652211382, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 146\";s:2:\"id\";s:3:\"146\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(2094, 35, 1652211525, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 147\";s:2:\"id\";i:147;}', '', 4),
(2095, 35, 1652211525, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 147\";s:2:\"id\";i:147;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(2096, 35, 1652211525, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2097, 30, 1652211545, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 147\";s:2:\"id\";s:3:\"147\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(2098, 35, 1652212274, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 148\";s:2:\"id\";i:148;}', '', 4),
(2099, 35, 1652212274, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 148\";s:2:\"id\";i:148;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(2100, 35, 1652212274, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2101, 30, 1652212292, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 148\";s:2:\"id\";s:3:\"148\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(2102, 35, 1652212505, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 149\";s:2:\"id\";i:149;}', '', 4),
(2103, 35, 1652212505, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 149\";s:2:\"id\";i:149;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(2104, 35, 1652212505, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2105, 30, 1652212524, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 149\";s:2:\"id\";s:3:\"149\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(2106, 35, 1652212609, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 150\";s:2:\"id\";i:150;}', '', 4),
(2107, 35, 1652212609, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 150\";s:2:\"id\";i:150;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(2108, 35, 1652212609, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2109, 30, 1652212657, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 150\";s:2:\"id\";s:3:\"150\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(2110, 35, 1652212825, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 151\";s:2:\"id\";i:151;}', '', 4),
(2111, 35, 1652212825, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 151\";s:2:\"id\";i:151;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(2112, 35, 1652212825, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2113, 30, 1652212842, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 151\";s:2:\"id\";s:3:\"151\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(2114, 30, 1652267572, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:22:\"3 |hours| 25 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2115, 30, 1652280003, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";}', '', 0),
(2116, 30, 1652286746, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"45.181.132.33\";}', '', 0),
(2117, 30, 1652288062, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:46:\"https://converter.cart-services.com/pdf/render\";s:7:\"request\";s:0:\"\";s:8:\"response\";b:1;}', '', 0),
(2118, 30, 1652288824, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:23:\"10 |hours| 34 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2119, 0, 1652290415, 'users', 'W', 'failed_login', '', 'a:2:{s:4:\"user\";s:25:\"ruanwdssilveira@gmail.com\";s:10:\"ip_address\";s:13:\"45.181.132.33\";}', '', 0),
(2120, 35, 1652290422, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";s:10:\"ip_address\";s:13:\"45.181.132.33\";}', '', 0);
INSERT INTO `partiushop_logs` (`log_id`, `user_id`, `timestamp`, `type`, `event_type`, `action`, `object`, `content`, `backtrace`, `company_id`) VALUES
(2121, 30, 1652290433, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:925:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E625962263%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.2.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:124:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates></Updates><Messages></Messages></Response>\";}', '', 0),
(2122, 35, 1652290455, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 152\";s:2:\"id\";i:152;}', '', 4),
(2123, 35, 1652290455, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 152\";s:2:\"id\";i:152;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(2124, 35, 1652290455, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2125, 30, 1652290490, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 152\";s:2:\"id\";s:3:\"152\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(2126, 0, 1652290558, 'users', 'W', 'failed_login', '', 'a:2:{s:4:\"user\";s:20:\"customer@example.com\";s:10:\"ip_address\";s:13:\"177.70.195.83\";}', '', 0),
(2127, 0, 1652290563, 'users', 'W', 'failed_login', '', 'a:2:{s:4:\"user\";s:20:\"customer@example.com\";s:10:\"ip_address\";s:13:\"177.70.195.83\";}', '', 0),
(2128, 0, 1652290589, 'users', 'W', 'failed_login', '', 'a:2:{s:4:\"user\";s:32:\"eduardo.santos@partiushop.com.br\";s:10:\"ip_address\";s:13:\"177.70.195.83\";}', '', 0),
(2129, 30, 1652290610, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:54:\"Eduardo Santos; eduardo.santos@partiushop.com.br (#34)\";s:2:\"id\";s:2:\"34\";}', '', 0),
(2130, 34, 1652290624, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:54:\"Eduardo Santos; eduardo.santos@partiushop.com.br (#34)\";s:2:\"id\";s:2:\"34\";s:10:\"ip_address\";s:13:\"177.70.195.83\";}', '', 0),
(2131, 35, 1652290650, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 153\";s:2:\"id\";i:153;}', '', 4),
(2132, 35, 1652290650, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 153\";s:2:\"id\";i:153;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(2133, 35, 1652290650, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2134, 30, 1652290695, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 153\";s:2:\"id\";s:3:\"153\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(2135, 35, 1652290788, 'orders', 'N', 'create', '', 'a:2:{s:5:\"order\";s:5:\"# 154\";s:2:\"id\";i:154;}', '', 4),
(2136, 35, 1652290788, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 154\";s:2:\"id\";i:154;s:6:\"status\";s:20:\"Incompleto -> Aberto\";}', '', 4),
(2137, 35, 1652290788, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2138, 30, 1652290821, 'orders', 'N', 'status', '', 'a:3:{s:5:\"order\";s:5:\"# 154\";s:2:\"id\";s:3:\"154\";s:6:\"status\";s:17:\"Aberto -> Enviado\";}', '', 4),
(2139, 34, 1652293313, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:54:\"Eduardo Santos; eduardo.santos@partiushop.com.br (#34)\";s:2:\"id\";s:2:\"34\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:22:\"9 |hours| 19 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2140, 34, 1652293403, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:38:\"eduardo.santos@partiushop.com.br (#34)\";s:2:\"id\";s:2:\"34\";}', '', 0),
(2141, 35, 1652296436, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";s:10:\"ip_address\";s:13:\"45.181.132.33\";s:13:\"loggedin_time\";s:22:\"8 |hours| 27 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2142, 30, 1652359731, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:22:\"4 |hours| 52 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2143, 30, 1652359735, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E3160180340%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.2.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:124:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates></Updates><Messages></Messages></Response>\";}', '', 0),
(2144, 30, 1652377216, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"45.181.132.33\";}', '', 0),
(2145, 35, 1652377774, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";s:10:\"ip_address\";s:13:\"45.181.132.33\";s:13:\"loggedin_time\";s:11:\"3 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2146, 35, 1652377978, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";s:10:\"ip_address\";s:13:\"45.181.132.33\";s:13:\"loggedin_time\";s:23:\"18 |hours| 32 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2147, 30, 1652444636, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";}', '', 0),
(2148, 0, 1652444891, 'users', 'W', 'failed_login', '', 'a:2:{s:4:\"user\";s:32:\"eduardo.santos@partiushop.com.br\";s:10:\"ip_address\";s:13:\"177.70.195.83\";}', '', 0),
(2149, 0, 1652444924, 'users', 'W', 'failed_login', '', 'a:2:{s:4:\"user\";s:27:\"eduardohenriquest@gmail.com\";s:10:\"ip_address\";s:13:\"177.70.195.83\";}', '', 0),
(2150, 0, 1652444933, 'users', 'W', 'failed_login', '', 'a:2:{s:4:\"user\";s:27:\"eduardohenriquest@gmail.com\";s:10:\"ip_address\";s:13:\"177.70.195.83\";}', '', 0),
(2151, 30, 1652444963, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:55:\"Eduardo H Dos Santos; eduardohenriquest@gmail.com (#33)\";s:2:\"id\";s:2:\"33\";}', '', 0),
(2152, 33, 1652444971, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:55:\"Eduardo H Dos Santos; eduardohenriquest@gmail.com (#33)\";s:2:\"id\";s:2:\"33\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:22:\"4 |hours| 22 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2153, 30, 1652460637, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"45.181.132.33\";s:13:\"loggedin_time\";s:23:\"22 |hours| 34 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2154, 33, 1652464432, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:55:\"Eduardo H Dos Santos; eduardohenriquest@gmail.com (#33)\";s:2:\"id\";s:2:\"33\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:11:\"8 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2155, 33, 1652464881, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:55:\"Eduardo H Dos Santos; eduardohenriquest@gmail.com (#33)\";s:2:\"id\";s:2:\"33\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:23:\"21 |hours| 24 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2156, 35, 1652465000, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:43:\"Ruan Silva; ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";s:10:\"ip_address\";s:13:\"45.181.132.33\";s:13:\"loggedin_time\";s:24:\"599 |hours| 43 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2157, 30, 1652725403, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:22:\"28 |hours| 5 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2158, 30, 1652725406, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E2584270749%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.2.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:124:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates></Updates><Messages></Messages></Response>\";}', '', 0),
(2159, 33, 1652742654, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:55:\"Eduardo H Dos Santos; eduardohenriquest@gmail.com (#33)\";s:2:\"id\";s:2:\"33\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:23:\"13 |hours| 23 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2160, 33, 1652742770, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:33:\"eduardohenriquest@gmail.com (#33)\";s:2:\"id\";s:2:\"33\";}', '', 0),
(2161, 33, 1652798528, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:33:\"eduardohenriquest@gmail.com (#33)\";s:2:\"id\";s:2:\"33\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:21:\"4 |hours| 2 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2162, 30, 1653057891, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:23:\"15 |hours| 20 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2163, 30, 1653057895, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E2877904038%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.2.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(2164, 33, 1653058109, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:33:\"eduardohenriquest@gmail.com (#33)\";s:2:\"id\";s:2:\"33\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:22:\"4 |hours| 26 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2165, 30, 1653155507, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:14:\"45.169.124.134\";}', '', 0),
(2166, 30, 1653155510, 'database', 'E', 'error', '', 'a:2:{s:5:\"error\";s:68:\"Table \'partiushopcom_br.cscart_products\' doesn\'t exist <b>(1146)</b>\";s:5:\"query\";s:98:\"SELECT DISTINCT `company_id` FROM `cscart_products` WHERE `plan_id` IS NOT NULL AND `status` = \'A\'\";}', 'a:8:{i:0;a:3:{s:4:\"file\";s:20:\"CvmORvU06X1SNEBE.php\";s:4:\"line\";i:27;s:8:\"function\";s:11:\"fn_dispatch\";}i:1;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:458;s:8:\"function\";s:17:\"fn_run_controller\";}i:2;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:722;s:8:\"function\";s:7:\"include\";}i:3;a:3:{s:4:\"file\";s:79:\"app/addons/partiuhub_planos_vendedores/controllers/backend/vendor_plans.pre.php\";s:4:\"line\";i:14;s:8:\"function\";s:14:\"verifyPayments\";}i:4;a:3:{s:4:\"file\";s:100:\"app/addons/partiuhub_planos_vendedores/Tygh/Addons/PartiuhubPlanosVendedores/PeriodicityPayments.php\";s:4:\"line\";i:28;s:8:\"function\";s:12:\"db_get_array\";}i:5;a:3:{s:4:\"file\";s:29:\"app/functions/fn.database.php\";s:4:\"line\";i:35;s:8:\"function\";s:8:\"getArray\";}i:6;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:307;s:8:\"function\";s:5:\"query\";}i:7;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:690;s:8:\"function\";s:10:\"throwError\";}}', 0),
(2167, 30, 1653155510, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E657524401%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.2.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E45.169.124.134%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(2168, 30, 1653155884, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:14:\"45.169.124.134\";}', '', 0),
(2169, 30, 1653156649, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:22:\"2 |hours| 53 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2170, 30, 1653156651, 'database', 'E', 'error', '', 'a:2:{s:5:\"error\";s:68:\"Table \'partiushopcom_br.cscart_products\' doesn\'t exist <b>(1146)</b>\";s:5:\"query\";s:98:\"SELECT DISTINCT `company_id` FROM `cscart_products` WHERE `plan_id` IS NOT NULL AND `status` = \'A\'\";}', 'a:8:{i:0;a:3:{s:4:\"file\";s:20:\"CvmORvU06X1SNEBE.php\";s:4:\"line\";i:27;s:8:\"function\";s:11:\"fn_dispatch\";}i:1;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:458;s:8:\"function\";s:17:\"fn_run_controller\";}i:2;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:722;s:8:\"function\";s:7:\"include\";}i:3;a:3:{s:4:\"file\";s:79:\"app/addons/partiuhub_planos_vendedores/controllers/backend/vendor_plans.pre.php\";s:4:\"line\";i:14;s:8:\"function\";s:14:\"verifyPayments\";}i:4;a:3:{s:4:\"file\";s:100:\"app/addons/partiuhub_planos_vendedores/Tygh/Addons/PartiuhubPlanosVendedores/PeriodicityPayments.php\";s:4:\"line\";i:28;s:8:\"function\";s:12:\"db_get_array\";}i:5;a:3:{s:4:\"file\";s:29:\"app/functions/fn.database.php\";s:4:\"line\";i:35;s:8:\"function\";s:8:\"getArray\";}i:6;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:307;s:8:\"function\";s:5:\"query\";}i:7;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:690;s:8:\"function\";s:10:\"throwError\";}}', 0),
(2171, 30, 1653156651, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:925:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E951470614%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.2.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(2172, 30, 1653677041, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:22:\"7 |hours| 34 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2173, 30, 1653677046, 'database', 'E', 'error', '', 'a:2:{s:5:\"error\";s:68:\"Table \'partiushopcom_br.cscart_products\' doesn\'t exist <b>(1146)</b>\";s:5:\"query\";s:98:\"SELECT DISTINCT `company_id` FROM `cscart_products` WHERE `plan_id` IS NOT NULL AND `status` = \'A\'\";}', 'a:8:{i:0;a:3:{s:4:\"file\";s:20:\"CvmORvU06X1SNEBE.php\";s:4:\"line\";i:27;s:8:\"function\";s:11:\"fn_dispatch\";}i:1;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:458;s:8:\"function\";s:17:\"fn_run_controller\";}i:2;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:722;s:8:\"function\";s:7:\"include\";}i:3;a:3:{s:4:\"file\";s:79:\"app/addons/partiuhub_planos_vendedores/controllers/backend/vendor_plans.pre.php\";s:4:\"line\";i:14;s:8:\"function\";s:14:\"verifyPayments\";}i:4;a:3:{s:4:\"file\";s:100:\"app/addons/partiuhub_planos_vendedores/Tygh/Addons/PartiuhubPlanosVendedores/PeriodicityPayments.php\";s:4:\"line\";i:28;s:8:\"function\";s:12:\"db_get_array\";}i:5;a:3:{s:4:\"file\";s:29:\"app/functions/fn.database.php\";s:4:\"line\";i:35;s:8:\"function\";s:8:\"getArray\";}i:6;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:307;s:8:\"function\";s:5:\"query\";}i:7;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:690;s:8:\"function\";s:10:\"throwError\";}}', 0),
(2174, 30, 1653677045, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E3033931611%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.2.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(2175, 35, 1653678299, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:31:\"ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2176, 35, 1653678338, 'users', 'N', 'update', '', 'a:2:{s:4:\"user\";s:31:\"ruanwdssilveira@gmail.com (#35)\";s:2:\"id\";s:2:\"35\";}', '', 0),
(2177, 30, 1653917888, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:23:\"11 |hours| 12 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2178, 30, 1653917897, 'database', 'E', 'error', '', 'a:2:{s:5:\"error\";s:68:\"Table \'partiushopcom_br.cscart_products\' doesn\'t exist <b>(1146)</b>\";s:5:\"query\";s:98:\"SELECT DISTINCT `company_id` FROM `cscart_products` WHERE `plan_id` IS NOT NULL AND `status` = \'A\'\";}', 'a:8:{i:0;a:3:{s:4:\"file\";s:20:\"CvmORvU06X1SNEBE.php\";s:4:\"line\";i:27;s:8:\"function\";s:11:\"fn_dispatch\";}i:1;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:458;s:8:\"function\";s:17:\"fn_run_controller\";}i:2;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:722;s:8:\"function\";s:7:\"include\";}i:3;a:3:{s:4:\"file\";s:79:\"app/addons/partiuhub_planos_vendedores/controllers/backend/vendor_plans.pre.php\";s:4:\"line\";i:14;s:8:\"function\";s:14:\"verifyPayments\";}i:4;a:3:{s:4:\"file\";s:100:\"app/addons/partiuhub_planos_vendedores/Tygh/Addons/PartiuhubPlanosVendedores/PeriodicityPayments.php\";s:4:\"line\";i:28;s:8:\"function\";s:12:\"db_get_array\";}i:5;a:3:{s:4:\"file\";s:29:\"app/functions/fn.database.php\";s:4:\"line\";i:35;s:8:\"function\";s:8:\"getArray\";}i:6;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:307;s:8:\"function\";s:5:\"query\";}i:7;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:690;s:8:\"function\";s:10:\"throwError\";}}', 0),
(2179, 30, 1653917901, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:143:\"\'dispatch=product_updates.get_available&ver=4.14.2.SP1&edition=MULTIVENDOR&lang=pt&product_build=&license_number=CS-MV-ULT-44IK-K8V8-0137-88WL\'\";s:8:\"response\";s:1650:\"<?xml version=\"1.0\"?>\n<upgrade>\n	<packages>\n		<item id=\"387411\">\n			<file md5=\"7ac1c417d66d36585fc759da2a60fcab\">upgrade_4.14.2.SP1_mve-4.14.3_mve.zip</file>\n			<name>Upgrade 4.14.2.SP1 - 4.14.3</name>\n			<description>&lt;p&gt;&lt;strong&gt;Multi-Vendor 4.14.3&lt;/strong&gt; brings the following changes and improvements:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Improvements of the interface and performance as well as multiple fixes in the Product Bundles add-on.&lt;/li&gt;&lt;li&gt;Now the variation image changes when choosing features for a product from a bundle. Products with both options and features can be added to the bundle.&lt;/li&gt;&lt;li&gt;CS-Cart is now translated into 25 languages&lt;/li&gt;&lt;li&gt;Administrators can now add product reviews.&lt;/li&gt;&lt;li&gt;Fields for keys to configure the Google reCAPTCHA version is now required if this reCAPTCHA version is selected in the &quot;Antibot&quot; protection section.&lt;/li&gt;&lt;li&gt;Fixes in the Warehouses add-on related to the calculation of the product quantity in warehouses.&lt;/li&gt;&lt;li&gt;Now the sitemap can be regenerated automatically at certain time intervals by adding a special command to CRON.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;To see the full list of changes, &lt;a href=&quot;https://docs.cs-cart.com/4.14.x/history/4143.html&quot; target=&quot;_blank&quot;&gt;check the changelog&lt;/a&gt;.&lt;/p&gt;</description>\n			<from_version>4.14.2.SP1</from_version>\n			<to_version>4.14.3</to_version>\n			<timestamp>1650455331</timestamp>\n			<size>14000961</size>\n			<is_avail>Y</is_avail>\n			<purchase_time_limit>N</purchase_time_limit>\n		</item>\n	</packages>\n</upgrade>\";}', '', 0),
(2180, 30, 1653918510, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:143:\"\'dispatch=product_updates.get_available&ver=4.14.2.SP1&edition=MULTIVENDOR&lang=pt&product_build=&license_number=CS-MV-ULT-44IK-K8V8-0137-88WL\'\";s:8:\"response\";s:1650:\"<?xml version=\"1.0\"?>\n<upgrade>\n	<packages>\n		<item id=\"387411\">\n			<file md5=\"7ac1c417d66d36585fc759da2a60fcab\">upgrade_4.14.2.SP1_mve-4.14.3_mve.zip</file>\n			<name>Upgrade 4.14.2.SP1 - 4.14.3</name>\n			<description>&lt;p&gt;&lt;strong&gt;Multi-Vendor 4.14.3&lt;/strong&gt; brings the following changes and improvements:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Improvements of the interface and performance as well as multiple fixes in the Product Bundles add-on.&lt;/li&gt;&lt;li&gt;Now the variation image changes when choosing features for a product from a bundle. Products with both options and features can be added to the bundle.&lt;/li&gt;&lt;li&gt;CS-Cart is now translated into 25 languages&lt;/li&gt;&lt;li&gt;Administrators can now add product reviews.&lt;/li&gt;&lt;li&gt;Fields for keys to configure the Google reCAPTCHA version is now required if this reCAPTCHA version is selected in the &quot;Antibot&quot; protection section.&lt;/li&gt;&lt;li&gt;Fixes in the Warehouses add-on related to the calculation of the product quantity in warehouses.&lt;/li&gt;&lt;li&gt;Now the sitemap can be regenerated automatically at certain time intervals by adding a special command to CRON.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;To see the full list of changes, &lt;a href=&quot;https://docs.cs-cart.com/4.14.x/history/4143.html&quot; target=&quot;_blank&quot;&gt;check the changelog&lt;/a&gt;.&lt;/p&gt;</description>\n			<from_version>4.14.2.SP1</from_version>\n			<to_version>4.14.3</to_version>\n			<timestamp>1650455331</timestamp>\n			<size>14000961</size>\n			<is_avail>Y</is_avail>\n			<purchase_time_limit>N</purchase_time_limit>\n		</item>\n	</packages>\n</upgrade>\";}', '', 0),
(2181, 30, 1653918536, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E1438197243%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.2.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(2182, 1, 1654021576, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:45:\"Edison Antunes; eantunes@fastcore.com.br (#1)\";s:2:\"id\";s:1:\"1\";s:10:\"ip_address\";s:13:\"189.62.151.64\";s:13:\"loggedin_time\";s:12:\"26 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2183, 1, 1654023594, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:45:\"Edison Antunes; eantunes@fastcore.com.br (#1)\";s:2:\"id\";s:1:\"1\";s:10:\"ip_address\";s:13:\"189.62.151.64\";s:13:\"loggedin_time\";s:23:\"17 |hours| 14 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2184, 30, 1654023682, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"189.62.151.64\";s:13:\"loggedin_time\";s:23:\"17 |hours| 13 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2185, 30, 1654023684, 'database', 'E', 'error', '', 'a:2:{s:5:\"error\";s:68:\"Table \'partiushopcom_br.cscart_products\' doesn\'t exist <b>(1146)</b>\";s:5:\"query\";s:98:\"SELECT DISTINCT `company_id` FROM `cscart_products` WHERE `plan_id` IS NOT NULL AND `status` = \'A\'\";}', 'a:8:{i:0;a:3:{s:4:\"file\";s:20:\"CvmORvU06X1SNEBE.php\";s:4:\"line\";i:27;s:8:\"function\";s:11:\"fn_dispatch\";}i:1;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:458;s:8:\"function\";s:17:\"fn_run_controller\";}i:2;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:722;s:8:\"function\";s:7:\"include\";}i:3;a:3:{s:4:\"file\";s:79:\"app/addons/partiuhub_planos_vendedores/controllers/backend/vendor_plans.pre.php\";s:4:\"line\";i:14;s:8:\"function\";s:14:\"verifyPayments\";}i:4;a:3:{s:4:\"file\";s:100:\"app/addons/partiuhub_planos_vendedores/Tygh/Addons/PartiuhubPlanosVendedores/PeriodicityPayments.php\";s:4:\"line\";i:28;s:8:\"function\";s:12:\"db_get_array\";}i:5;a:3:{s:4:\"file\";s:29:\"app/functions/fn.database.php\";s:4:\"line\";i:35;s:8:\"function\";s:8:\"getArray\";}i:6;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:307;s:8:\"function\";s:5:\"query\";}i:7;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:690;s:8:\"function\";s:10:\"throwError\";}}', 0),
(2186, 30, 1654023684, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E2614495021%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.2.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E189.62.151.64%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(2187, 30, 1654269296, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:22:\"7 |hours| 13 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2188, 30, 1654269298, 'database', 'E', 'error', '', 'a:2:{s:5:\"error\";s:68:\"Table \'partiushopcom_br.cscart_products\' doesn\'t exist <b>(1146)</b>\";s:5:\"query\";s:98:\"SELECT DISTINCT `company_id` FROM `cscart_products` WHERE `plan_id` IS NOT NULL AND `status` = \'A\'\";}', 'a:8:{i:0;a:3:{s:4:\"file\";s:20:\"CvmORvU06X1SNEBE.php\";s:4:\"line\";i:27;s:8:\"function\";s:11:\"fn_dispatch\";}i:1;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:458;s:8:\"function\";s:17:\"fn_run_controller\";}i:2;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:722;s:8:\"function\";s:7:\"include\";}i:3;a:3:{s:4:\"file\";s:79:\"app/addons/partiuhub_planos_vendedores/controllers/backend/vendor_plans.pre.php\";s:4:\"line\";i:14;s:8:\"function\";s:14:\"verifyPayments\";}i:4;a:3:{s:4:\"file\";s:100:\"app/addons/partiuhub_planos_vendedores/Tygh/Addons/PartiuhubPlanosVendedores/PeriodicityPayments.php\";s:4:\"line\";i:28;s:8:\"function\";s:12:\"db_get_array\";}i:5;a:3:{s:4:\"file\";s:29:\"app/functions/fn.database.php\";s:4:\"line\";i:35;s:8:\"function\";s:8:\"getArray\";}i:6;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:307;s:8:\"function\";s:5:\"query\";}i:7;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:690;s:8:\"function\";s:10:\"throwError\";}}', 0),
(2189, 30, 1654269298, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E2063277448%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.2.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(2190, 30, 1654269312, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:143:\"\'dispatch=product_updates.get_available&ver=4.14.2.SP1&edition=MULTIVENDOR&lang=pt&product_build=&license_number=CS-MV-ULT-44IK-K8V8-0137-88WL\'\";s:8:\"response\";s:1650:\"<?xml version=\"1.0\"?>\n<upgrade>\n	<packages>\n		<item id=\"387411\">\n			<file md5=\"7ac1c417d66d36585fc759da2a60fcab\">upgrade_4.14.2.SP1_mve-4.14.3_mve.zip</file>\n			<name>Upgrade 4.14.2.SP1 - 4.14.3</name>\n			<description>&lt;p&gt;&lt;strong&gt;Multi-Vendor 4.14.3&lt;/strong&gt; brings the following changes and improvements:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Improvements of the interface and performance as well as multiple fixes in the Product Bundles add-on.&lt;/li&gt;&lt;li&gt;Now the variation image changes when choosing features for a product from a bundle. Products with both options and features can be added to the bundle.&lt;/li&gt;&lt;li&gt;CS-Cart is now translated into 25 languages&lt;/li&gt;&lt;li&gt;Administrators can now add product reviews.&lt;/li&gt;&lt;li&gt;Fields for keys to configure the Google reCAPTCHA version is now required if this reCAPTCHA version is selected in the &quot;Antibot&quot; protection section.&lt;/li&gt;&lt;li&gt;Fixes in the Warehouses add-on related to the calculation of the product quantity in warehouses.&lt;/li&gt;&lt;li&gt;Now the sitemap can be regenerated automatically at certain time intervals by adding a special command to CRON.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;To see the full list of changes, &lt;a href=&quot;https://docs.cs-cart.com/4.14.x/history/4143.html&quot; target=&quot;_blank&quot;&gt;check the changelog&lt;/a&gt;.&lt;/p&gt;</description>\n			<from_version>4.14.2.SP1</from_version>\n			<to_version>4.14.3</to_version>\n			<timestamp>1650455331</timestamp>\n			<size>14000961</size>\n			<is_avail>Y</is_avail>\n			<purchase_time_limit>N</purchase_time_limit>\n		</item>\n	</packages>\n</upgrade>\";}', '', 0),
(2191, 30, 1654552677, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:23:\"36 |hours| 15 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2192, 30, 1654552681, 'database', 'E', 'error', '', 'a:2:{s:5:\"error\";s:68:\"Table \'partiushopcom_br.cscart_products\' doesn\'t exist <b>(1146)</b>\";s:5:\"query\";s:98:\"SELECT DISTINCT `company_id` FROM `cscart_products` WHERE `plan_id` IS NOT NULL AND `status` = \'A\'\";}', 'a:8:{i:0;a:3:{s:4:\"file\";s:20:\"CvmORvU06X1SNEBE.php\";s:4:\"line\";i:27;s:8:\"function\";s:11:\"fn_dispatch\";}i:1;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:458;s:8:\"function\";s:17:\"fn_run_controller\";}i:2;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:722;s:8:\"function\";s:7:\"include\";}i:3;a:3:{s:4:\"file\";s:79:\"app/addons/partiuhub_planos_vendedores/controllers/backend/vendor_plans.pre.php\";s:4:\"line\";i:14;s:8:\"function\";s:14:\"verifyPayments\";}i:4;a:3:{s:4:\"file\";s:100:\"app/addons/partiuhub_planos_vendedores/Tygh/Addons/PartiuhubPlanosVendedores/PeriodicityPayments.php\";s:4:\"line\";i:28;s:8:\"function\";s:12:\"db_get_array\";}i:5;a:3:{s:4:\"file\";s:29:\"app/functions/fn.database.php\";s:4:\"line\";i:35;s:8:\"function\";s:8:\"getArray\";}i:6;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:307;s:8:\"function\";s:5:\"query\";}i:7;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:690;s:8:\"function\";s:10:\"throwError\";}}', 0),
(2193, 30, 1654552681, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E3249107013%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.2.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(2194, 30, 1654719646, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:22:\"6 |hours| 45 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2195, 30, 1654719649, 'database', 'E', 'error', '', 'a:2:{s:5:\"error\";s:68:\"Table \'partiushopcom_br.cscart_products\' doesn\'t exist <b>(1146)</b>\";s:5:\"query\";s:98:\"SELECT DISTINCT `company_id` FROM `cscart_products` WHERE `plan_id` IS NOT NULL AND `status` = \'A\'\";}', 'a:8:{i:0;a:3:{s:4:\"file\";s:20:\"CvmORvU06X1SNEBE.php\";s:4:\"line\";i:27;s:8:\"function\";s:11:\"fn_dispatch\";}i:1;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:458;s:8:\"function\";s:17:\"fn_run_controller\";}i:2;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:722;s:8:\"function\";s:7:\"include\";}i:3;a:3:{s:4:\"file\";s:79:\"app/addons/partiuhub_planos_vendedores/controllers/backend/vendor_plans.pre.php\";s:4:\"line\";i:14;s:8:\"function\";s:14:\"verifyPayments\";}i:4;a:3:{s:4:\"file\";s:100:\"app/addons/partiuhub_planos_vendedores/Tygh/Addons/PartiuhubPlanosVendedores/PeriodicityPayments.php\";s:4:\"line\";i:28;s:8:\"function\";s:12:\"db_get_array\";}i:5;a:3:{s:4:\"file\";s:29:\"app/functions/fn.database.php\";s:4:\"line\";i:35;s:8:\"function\";s:8:\"getArray\";}i:6;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:307;s:8:\"function\";s:5:\"query\";}i:7;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:690;s:8:\"function\";s:10:\"throwError\";}}', 0),
(2196, 30, 1654719649, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E2828615730%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.2.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(2197, 30, 1654783853, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:22:\"2 |hours| 42 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2198, 30, 1654783856, 'database', 'E', 'error', '', 'a:2:{s:5:\"error\";s:68:\"Table \'partiushopcom_br.cscart_products\' doesn\'t exist <b>(1146)</b>\";s:5:\"query\";s:98:\"SELECT DISTINCT `company_id` FROM `cscart_products` WHERE `plan_id` IS NOT NULL AND `status` = \'A\'\";}', 'a:8:{i:0;a:3:{s:4:\"file\";s:20:\"CvmORvU06X1SNEBE.php\";s:4:\"line\";i:27;s:8:\"function\";s:11:\"fn_dispatch\";}i:1;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:458;s:8:\"function\";s:17:\"fn_run_controller\";}i:2;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:722;s:8:\"function\";s:7:\"include\";}i:3;a:3:{s:4:\"file\";s:79:\"app/addons/partiuhub_planos_vendedores/controllers/backend/vendor_plans.pre.php\";s:4:\"line\";i:14;s:8:\"function\";s:14:\"verifyPayments\";}i:4;a:3:{s:4:\"file\";s:100:\"app/addons/partiuhub_planos_vendedores/Tygh/Addons/PartiuhubPlanosVendedores/PeriodicityPayments.php\";s:4:\"line\";i:28;s:8:\"function\";s:12:\"db_get_array\";}i:5;a:3:{s:4:\"file\";s:29:\"app/functions/fn.database.php\";s:4:\"line\";i:35;s:8:\"function\";s:8:\"getArray\";}i:6;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:307;s:8:\"function\";s:5:\"query\";}i:7;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:690;s:8:\"function\";s:10:\"throwError\";}}', 0),
(2199, 30, 1654783856, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E1652312824%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.2.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(2200, 30, 1654863840, 'users', 'N', 'session', '', 'a:3:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";}', '', 0),
(2201, 30, 1654863843, 'database', 'E', 'error', '', 'a:2:{s:5:\"error\";s:68:\"Table \'partiushopcom_br.cscart_products\' doesn\'t exist <b>(1146)</b>\";s:5:\"query\";s:98:\"SELECT DISTINCT `company_id` FROM `cscart_products` WHERE `plan_id` IS NOT NULL AND `status` = \'A\'\";}', 'a:8:{i:0;a:3:{s:4:\"file\";s:20:\"CvmORvU06X1SNEBE.php\";s:4:\"line\";i:27;s:8:\"function\";s:11:\"fn_dispatch\";}i:1;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:458;s:8:\"function\";s:17:\"fn_run_controller\";}i:2;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:722;s:8:\"function\";s:7:\"include\";}i:3;a:3:{s:4:\"file\";s:79:\"app/addons/partiuhub_planos_vendedores/controllers/backend/vendor_plans.pre.php\";s:4:\"line\";i:14;s:8:\"function\";s:14:\"verifyPayments\";}i:4;a:3:{s:4:\"file\";s:100:\"app/addons/partiuhub_planos_vendedores/Tygh/Addons/PartiuhubPlanosVendedores/PeriodicityPayments.php\";s:4:\"line\";i:28;s:8:\"function\";s:12:\"db_get_array\";}i:5;a:3:{s:4:\"file\";s:29:\"app/functions/fn.database.php\";s:4:\"line\";i:35;s:8:\"function\";s:8:\"getArray\";}i:6;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:307;s:8:\"function\";s:5:\"query\";}i:7;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:690;s:8:\"function\";s:10:\"throwError\";}}', 0),
(2202, 30, 1654863843, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E2763453915%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.2.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(2203, 30, 1654870955, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:22:\"4 |hours| 58 |minutes|\";s:7:\"timeout\";b:1;}', '', 0);
INSERT INTO `partiushop_logs` (`log_id`, `user_id`, `timestamp`, `type`, `event_type`, `action`, `object`, `content`, `backtrace`, `company_id`) VALUES
(2204, 30, 1654870957, 'database', 'E', 'error', '', 'a:2:{s:5:\"error\";s:68:\"Table \'partiushopcom_br.cscart_products\' doesn\'t exist <b>(1146)</b>\";s:5:\"query\";s:98:\"SELECT DISTINCT `company_id` FROM `cscart_products` WHERE `plan_id` IS NOT NULL AND `status` = \'A\'\";}', 'a:8:{i:0;a:3:{s:4:\"file\";s:20:\"CvmORvU06X1SNEBE.php\";s:4:\"line\";i:27;s:8:\"function\";s:11:\"fn_dispatch\";}i:1;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:458;s:8:\"function\";s:17:\"fn_run_controller\";}i:2;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:722;s:8:\"function\";s:7:\"include\";}i:3;a:3:{s:4:\"file\";s:79:\"app/addons/partiuhub_planos_vendedores/controllers/backend/vendor_plans.pre.php\";s:4:\"line\";i:14;s:8:\"function\";s:14:\"verifyPayments\";}i:4;a:3:{s:4:\"file\";s:100:\"app/addons/partiuhub_planos_vendedores/Tygh/Addons/PartiuhubPlanosVendedores/PeriodicityPayments.php\";s:4:\"line\";i:28;s:8:\"function\";s:12:\"db_get_array\";}i:5;a:3:{s:4:\"file\";s:29:\"app/functions/fn.database.php\";s:4:\"line\";i:35;s:8:\"function\";s:8:\"getArray\";}i:6;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:307;s:8:\"function\";s:5:\"query\";}i:7;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:690;s:8:\"function\";s:10:\"throwError\";}}', 0),
(2205, 30, 1654870956, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E1536119277%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.2.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(2206, 30, 1655132878, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:22:\"2 |hours| 23 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2207, 30, 1655132882, 'database', 'E', 'error', '', 'a:2:{s:5:\"error\";s:68:\"Table \'partiushopcom_br.cscart_products\' doesn\'t exist <b>(1146)</b>\";s:5:\"query\";s:98:\"SELECT DISTINCT `company_id` FROM `cscart_products` WHERE `plan_id` IS NOT NULL AND `status` = \'A\'\";}', 'a:8:{i:0;a:3:{s:4:\"file\";s:20:\"CvmORvU06X1SNEBE.php\";s:4:\"line\";i:27;s:8:\"function\";s:11:\"fn_dispatch\";}i:1;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:458;s:8:\"function\";s:17:\"fn_run_controller\";}i:2;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:722;s:8:\"function\";s:7:\"include\";}i:3;a:3:{s:4:\"file\";s:79:\"app/addons/partiuhub_planos_vendedores/controllers/backend/vendor_plans.pre.php\";s:4:\"line\";i:14;s:8:\"function\";s:14:\"verifyPayments\";}i:4;a:3:{s:4:\"file\";s:100:\"app/addons/partiuhub_planos_vendedores/Tygh/Addons/PartiuhubPlanosVendedores/PeriodicityPayments.php\";s:4:\"line\";i:28;s:8:\"function\";s:12:\"db_get_array\";}i:5;a:3:{s:4:\"file\";s:29:\"app/functions/fn.database.php\";s:4:\"line\";i:35;s:8:\"function\";s:8:\"getArray\";}i:6;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:307;s:8:\"function\";s:5:\"query\";}i:7;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:690;s:8:\"function\";s:10:\"throwError\";}}', 0),
(2208, 30, 1655132881, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E2555968037%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.2.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(2209, 30, 1655142948, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:22:\"3 |hours| 20 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2210, 30, 1655142950, 'database', 'E', 'error', '', 'a:2:{s:5:\"error\";s:68:\"Table \'partiushopcom_br.cscart_products\' doesn\'t exist <b>(1146)</b>\";s:5:\"query\";s:98:\"SELECT DISTINCT `company_id` FROM `cscart_products` WHERE `plan_id` IS NOT NULL AND `status` = \'A\'\";}', 'a:8:{i:0;a:3:{s:4:\"file\";s:20:\"CvmORvU06X1SNEBE.php\";s:4:\"line\";i:27;s:8:\"function\";s:11:\"fn_dispatch\";}i:1;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:458;s:8:\"function\";s:17:\"fn_run_controller\";}i:2;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:722;s:8:\"function\";s:7:\"include\";}i:3;a:3:{s:4:\"file\";s:79:\"app/addons/partiuhub_planos_vendedores/controllers/backend/vendor_plans.pre.php\";s:4:\"line\";i:14;s:8:\"function\";s:14:\"verifyPayments\";}i:4;a:3:{s:4:\"file\";s:100:\"app/addons/partiuhub_planos_vendedores/Tygh/Addons/PartiuhubPlanosVendedores/PeriodicityPayments.php\";s:4:\"line\";i:28;s:8:\"function\";s:12:\"db_get_array\";}i:5;a:3:{s:4:\"file\";s:29:\"app/functions/fn.database.php\";s:4:\"line\";i:35;s:8:\"function\";s:8:\"getArray\";}i:6;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:307;s:8:\"function\";s:5:\"query\";}i:7;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:690;s:8:\"function\";s:10:\"throwError\";}}', 0),
(2211, 30, 1655142949, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E3509075573%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.2.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(2212, 30, 1655730779, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:22:\"4 |hours| 38 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2213, 30, 1655730784, 'database', 'E', 'error', '', 'a:2:{s:5:\"error\";s:68:\"Table \'partiushopcom_br.cscart_products\' doesn\'t exist <b>(1146)</b>\";s:5:\"query\";s:98:\"SELECT DISTINCT `company_id` FROM `cscart_products` WHERE `plan_id` IS NOT NULL AND `status` = \'A\'\";}', 'a:8:{i:0;a:3:{s:4:\"file\";s:20:\"CvmORvU06X1SNEBE.php\";s:4:\"line\";i:27;s:8:\"function\";s:11:\"fn_dispatch\";}i:1;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:458;s:8:\"function\";s:17:\"fn_run_controller\";}i:2;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:722;s:8:\"function\";s:7:\"include\";}i:3;a:3:{s:4:\"file\";s:79:\"app/addons/partiuhub_planos_vendedores/controllers/backend/vendor_plans.pre.php\";s:4:\"line\";i:14;s:8:\"function\";s:14:\"verifyPayments\";}i:4;a:3:{s:4:\"file\";s:100:\"app/addons/partiuhub_planos_vendedores/Tygh/Addons/PartiuhubPlanosVendedores/PeriodicityPayments.php\";s:4:\"line\";i:28;s:8:\"function\";s:12:\"db_get_array\";}i:5;a:3:{s:4:\"file\";s:29:\"app/functions/fn.database.php\";s:4:\"line\";i:35;s:8:\"function\";s:8:\"getArray\";}i:6;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:307;s:8:\"function\";s:5:\"query\";}i:7;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:690;s:8:\"function\";s:10:\"throwError\";}}', 0),
(2214, 30, 1655730784, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E3437961843%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.2.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(2215, 30, 1655753422, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"177.70.195.83\";s:13:\"loggedin_time\";s:22:\"2 |hours| 30 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2216, 30, 1655753424, 'database', 'E', 'error', '', 'a:2:{s:5:\"error\";s:68:\"Table \'partiushopcom_br.cscart_products\' doesn\'t exist <b>(1146)</b>\";s:5:\"query\";s:98:\"SELECT DISTINCT `company_id` FROM `cscart_products` WHERE `plan_id` IS NOT NULL AND `status` = \'A\'\";}', 'a:8:{i:0;a:3:{s:4:\"file\";s:20:\"CvmORvU06X1SNEBE.php\";s:4:\"line\";i:27;s:8:\"function\";s:11:\"fn_dispatch\";}i:1;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:458;s:8:\"function\";s:17:\"fn_run_controller\";}i:2;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:722;s:8:\"function\";s:7:\"include\";}i:3;a:3:{s:4:\"file\";s:79:\"app/addons/partiuhub_planos_vendedores/controllers/backend/vendor_plans.pre.php\";s:4:\"line\";i:14;s:8:\"function\";s:14:\"verifyPayments\";}i:4;a:3:{s:4:\"file\";s:100:\"app/addons/partiuhub_planos_vendedores/Tygh/Addons/PartiuhubPlanosVendedores/PeriodicityPayments.php\";s:4:\"line\";i:28;s:8:\"function\";s:12:\"db_get_array\";}i:5;a:3:{s:4:\"file\";s:29:\"app/functions/fn.database.php\";s:4:\"line\";i:35;s:8:\"function\";s:8:\"getArray\";}i:6;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:307;s:8:\"function\";s:5:\"query\";}i:7;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:690;s:8:\"function\";s:10:\"throwError\";}}', 0),
(2217, 30, 1655753423, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E3842536089%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.2.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.83%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(2218, 30, 1655841976, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"45.181.132.33\";s:13:\"loggedin_time\";s:21:\"2 |hours| 9 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2219, 30, 1655841985, 'database', 'E', 'error', '', 'a:2:{s:5:\"error\";s:68:\"Table \'partiushopcom_br.cscart_products\' doesn\'t exist <b>(1146)</b>\";s:5:\"query\";s:98:\"SELECT DISTINCT `company_id` FROM `cscart_products` WHERE `plan_id` IS NOT NULL AND `status` = \'A\'\";}', 'a:8:{i:0;a:3:{s:4:\"file\";s:20:\"CvmORvU06X1SNEBE.php\";s:4:\"line\";i:27;s:8:\"function\";s:11:\"fn_dispatch\";}i:1;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:458;s:8:\"function\";s:17:\"fn_run_controller\";}i:2;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:722;s:8:\"function\";s:7:\"include\";}i:3;a:3:{s:4:\"file\";s:79:\"app/addons/partiuhub_planos_vendedores/controllers/backend/vendor_plans.pre.php\";s:4:\"line\";i:14;s:8:\"function\";s:14:\"verifyPayments\";}i:4;a:3:{s:4:\"file\";s:100:\"app/addons/partiuhub_planos_vendedores/Tygh/Addons/PartiuhubPlanosVendedores/PeriodicityPayments.php\";s:4:\"line\";i:28;s:8:\"function\";s:12:\"db_get_array\";}i:5;a:3:{s:4:\"file\";s:29:\"app/functions/fn.database.php\";s:4:\"line\";i:35;s:8:\"function\";s:8:\"getArray\";}i:6;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:307;s:8:\"function\";s:5:\"query\";}i:7;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:690;s:8:\"function\";s:10:\"throwError\";}}', 0),
(2220, 30, 1655992023, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:14:\"177.70.195.143\";s:13:\"loggedin_time\";s:22:\"2 |hours| 50 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2221, 30, 1655992026, 'database', 'E', 'error', '', 'a:2:{s:5:\"error\";s:68:\"Table \'partiushopcom_br.cscart_products\' doesn\'t exist <b>(1146)</b>\";s:5:\"query\";s:98:\"SELECT DISTINCT `company_id` FROM `cscart_products` WHERE `plan_id` IS NOT NULL AND `status` = \'A\'\";}', 'a:8:{i:0;a:3:{s:4:\"file\";s:20:\"CvmORvU06X1SNEBE.php\";s:4:\"line\";i:27;s:8:\"function\";s:11:\"fn_dispatch\";}i:1;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:458;s:8:\"function\";s:17:\"fn_run_controller\";}i:2;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:722;s:8:\"function\";s:7:\"include\";}i:3;a:3:{s:4:\"file\";s:79:\"app/addons/partiuhub_planos_vendedores/controllers/backend/vendor_plans.pre.php\";s:4:\"line\";i:14;s:8:\"function\";s:14:\"verifyPayments\";}i:4;a:3:{s:4:\"file\";s:100:\"app/addons/partiuhub_planos_vendedores/Tygh/Addons/PartiuhubPlanosVendedores/PeriodicityPayments.php\";s:4:\"line\";i:28;s:8:\"function\";s:12:\"db_get_array\";}i:5;a:3:{s:4:\"file\";s:29:\"app/functions/fn.database.php\";s:4:\"line\";i:35;s:8:\"function\";s:8:\"getArray\";}i:6;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:307;s:8:\"function\";s:5:\"query\";}i:7;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:690;s:8:\"function\";s:10:\"throwError\";}}', 0),
(2222, 30, 1655992026, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:927:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E3921599008%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.2.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.143%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(2223, 30, 1656016705, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:14:\"177.70.195.143\";s:13:\"loggedin_time\";s:22:\"2 |hours| 37 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2224, 30, 1656016707, 'database', 'E', 'error', '', 'a:2:{s:5:\"error\";s:68:\"Table \'partiushopcom_br.cscart_products\' doesn\'t exist <b>(1146)</b>\";s:5:\"query\";s:98:\"SELECT DISTINCT `company_id` FROM `cscart_products` WHERE `plan_id` IS NOT NULL AND `status` = \'A\'\";}', 'a:8:{i:0;a:3:{s:4:\"file\";s:20:\"CvmORvU06X1SNEBE.php\";s:4:\"line\";i:27;s:8:\"function\";s:11:\"fn_dispatch\";}i:1;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:458;s:8:\"function\";s:17:\"fn_run_controller\";}i:2;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:722;s:8:\"function\";s:7:\"include\";}i:3;a:3:{s:4:\"file\";s:79:\"app/addons/partiuhub_planos_vendedores/controllers/backend/vendor_plans.pre.php\";s:4:\"line\";i:14;s:8:\"function\";s:14:\"verifyPayments\";}i:4;a:3:{s:4:\"file\";s:100:\"app/addons/partiuhub_planos_vendedores/Tygh/Addons/PartiuhubPlanosVendedores/PeriodicityPayments.php\";s:4:\"line\";i:28;s:8:\"function\";s:12:\"db_get_array\";}i:5;a:3:{s:4:\"file\";s:29:\"app/functions/fn.database.php\";s:4:\"line\";i:35;s:8:\"function\";s:8:\"getArray\";}i:6;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:307;s:8:\"function\";s:5:\"query\";}i:7;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:690;s:8:\"function\";s:10:\"throwError\";}}', 0),
(2225, 30, 1656016706, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:927:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E3465880523%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.2.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.143%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(2226, 30, 1656510721, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:14:\"177.70.195.143\";s:13:\"loggedin_time\";s:22:\"3 |hours| 41 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2227, 30, 1656510725, 'database', 'E', 'error', '', 'a:2:{s:5:\"error\";s:68:\"Table \'partiushopcom_br.cscart_products\' doesn\'t exist <b>(1146)</b>\";s:5:\"query\";s:98:\"SELECT DISTINCT `company_id` FROM `cscart_products` WHERE `plan_id` IS NOT NULL AND `status` = \'A\'\";}', 'a:8:{i:0;a:3:{s:4:\"file\";s:20:\"CvmORvU06X1SNEBE.php\";s:4:\"line\";i:27;s:8:\"function\";s:11:\"fn_dispatch\";}i:1;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:458;s:8:\"function\";s:17:\"fn_run_controller\";}i:2;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:722;s:8:\"function\";s:7:\"include\";}i:3;a:3:{s:4:\"file\";s:79:\"app/addons/partiuhub_planos_vendedores/controllers/backend/vendor_plans.pre.php\";s:4:\"line\";i:14;s:8:\"function\";s:14:\"verifyPayments\";}i:4;a:3:{s:4:\"file\";s:100:\"app/addons/partiuhub_planos_vendedores/Tygh/Addons/PartiuhubPlanosVendedores/PeriodicityPayments.php\";s:4:\"line\";i:28;s:8:\"function\";s:12:\"db_get_array\";}i:5;a:3:{s:4:\"file\";s:29:\"app/functions/fn.database.php\";s:4:\"line\";i:35;s:8:\"function\";s:8:\"getArray\";}i:6;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:307;s:8:\"function\";s:5:\"query\";}i:7;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:690;s:8:\"function\";s:10:\"throwError\";}}', 0),
(2228, 30, 1656510725, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:927:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E1511512211%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.2.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E177.70.195.143%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(2229, 30, 1656548401, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"45.181.132.33\";s:13:\"loggedin_time\";s:22:\"3 |hours| 15 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2230, 30, 1656548404, 'database', 'E', 'error', '', 'a:2:{s:5:\"error\";s:68:\"Table \'partiushopcom_br.cscart_products\' doesn\'t exist <b>(1146)</b>\";s:5:\"query\";s:98:\"SELECT DISTINCT `company_id` FROM `cscart_products` WHERE `plan_id` IS NOT NULL AND `status` = \'A\'\";}', 'a:8:{i:0;a:3:{s:4:\"file\";s:20:\"CvmORvU06X1SNEBE.php\";s:4:\"line\";i:27;s:8:\"function\";s:11:\"fn_dispatch\";}i:1;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:458;s:8:\"function\";s:17:\"fn_run_controller\";}i:2;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:722;s:8:\"function\";s:7:\"include\";}i:3;a:3:{s:4:\"file\";s:79:\"app/addons/partiuhub_planos_vendedores/controllers/backend/vendor_plans.pre.php\";s:4:\"line\";i:14;s:8:\"function\";s:14:\"verifyPayments\";}i:4;a:3:{s:4:\"file\";s:100:\"app/addons/partiuhub_planos_vendedores/Tygh/Addons/PartiuhubPlanosVendedores/PeriodicityPayments.php\";s:4:\"line\";i:28;s:8:\"function\";s:12:\"db_get_array\";}i:5;a:3:{s:4:\"file\";s:29:\"app/functions/fn.database.php\";s:4:\"line\";i:35;s:8:\"function\";s:8:\"getArray\";}i:6;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:307;s:8:\"function\";s:5:\"query\";}i:7;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:690;s:8:\"function\";s:10:\"throwError\";}}', 0),
(2231, 30, 1656548407, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E3798894819%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.2.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E45.181.132.33%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(2232, 30, 1656616784, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"45.181.132.33\";s:13:\"loggedin_time\";s:22:\"3 |hours| 53 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2233, 30, 1656616787, 'database', 'E', 'error', '', 'a:2:{s:5:\"error\";s:68:\"Table \'partiushopcom_br.cscart_products\' doesn\'t exist <b>(1146)</b>\";s:5:\"query\";s:98:\"SELECT DISTINCT `company_id` FROM `cscart_products` WHERE `plan_id` IS NOT NULL AND `status` = \'A\'\";}', 'a:8:{i:0;a:3:{s:4:\"file\";s:20:\"CvmORvU06X1SNEBE.php\";s:4:\"line\";i:27;s:8:\"function\";s:11:\"fn_dispatch\";}i:1;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:458;s:8:\"function\";s:17:\"fn_run_controller\";}i:2;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:722;s:8:\"function\";s:7:\"include\";}i:3;a:3:{s:4:\"file\";s:79:\"app/addons/partiuhub_planos_vendedores/controllers/backend/vendor_plans.pre.php\";s:4:\"line\";i:14;s:8:\"function\";s:14:\"verifyPayments\";}i:4;a:3:{s:4:\"file\";s:100:\"app/addons/partiuhub_planos_vendedores/Tygh/Addons/PartiuhubPlanosVendedores/PeriodicityPayments.php\";s:4:\"line\";i:28;s:8:\"function\";s:12:\"db_get_array\";}i:5;a:3:{s:4:\"file\";s:29:\"app/functions/fn.database.php\";s:4:\"line\";i:35;s:8:\"function\";s:8:\"getArray\";}i:6;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:307;s:8:\"function\";s:5:\"query\";}i:7;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:690;s:8:\"function\";s:10:\"throwError\";}}', 0),
(2234, 30, 1656616787, 'requests', 'N', 'http', '', 'a:3:{s:3:\"url\";s:37:\"https://updates.cs-cart.com/index.php\";s:7:\"request\";s:926:\"\'dispatch=product_updates.check_available&request=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%3CRequest+action%3D%22check_license%22+api%3D%223%22%3E%3Ctoken%3E3902474112%3C%2Ftoken%3E%3Cstore_key%3E3568101368%3Bpartiushop.com.br%3C%2Fstore_key%3E%3Cdomains%3Epartiushop.com.br%2Ctest%3C%2Fdomains%3E%3Clicense_number%3ECS-MV-ULT-44IK-K8V8-0137-88WL%3C%2Flicense_number%3E%3Cver%3E4.14.2.SP1%3C%2Fver%3E%3Cproduct_status%3E%3C%2Fproduct_status%3E%3Cproduct_build%3E%3C%2Fproduct_build%3E%3Cedition%3EMULTIVENDOR%3C%2Fedition%3E%3Clang%3EPT%3C%2Flang%3E%3Cstore_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fstore_uri%3E%3Csecure_store_uri%3Ehttps%3A%2F%2Fpartiushop.com.br%2F%3C%2Fsecure_store_uri%3E%3Chttps_enabled%3EN%3C%2Fhttps_enabled%3E%3Cadmin_uri%3Ehttp%3A%2F%2Fpartiushop.com.br%2F%3C%2Fadmin_uri%3E%3Cstore_ip%3E45.181.132.33%3C%2Fstore_ip%3E%3Cstore_mode%3EULTIMATE%3C%2Fstore_mode%3E%3C%2FRequest%3E\'\";s:8:\"response\";s:133:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><License>ACTIVE</License><Updates>AVAILABLE</Updates><Messages></Messages></Response>\";}', '', 0),
(2235, 30, 1656695463, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"45.181.132.33\";s:13:\"loggedin_time\";s:22:\"6 |hours| 56 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2236, 30, 1656695467, 'database', 'E', 'error', '', 'a:2:{s:5:\"error\";s:68:\"Table \'partiushopcom_br.cscart_products\' doesn\'t exist <b>(1146)</b>\";s:5:\"query\";s:98:\"SELECT DISTINCT `company_id` FROM `cscart_products` WHERE `plan_id` IS NOT NULL AND `status` = \'A\'\";}', 'a:8:{i:0;a:3:{s:4:\"file\";s:20:\"CvmORvU06X1SNEBE.php\";s:4:\"line\";i:27;s:8:\"function\";s:11:\"fn_dispatch\";}i:1;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:458;s:8:\"function\";s:17:\"fn_run_controller\";}i:2;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:722;s:8:\"function\";s:7:\"include\";}i:3;a:3:{s:4:\"file\";s:79:\"app/addons/partiuhub_planos_vendedores/controllers/backend/vendor_plans.pre.php\";s:4:\"line\";i:14;s:8:\"function\";s:14:\"verifyPayments\";}i:4;a:3:{s:4:\"file\";s:100:\"app/addons/partiuhub_planos_vendedores/Tygh/Addons/PartiuhubPlanosVendedores/PeriodicityPayments.php\";s:4:\"line\";i:28;s:8:\"function\";s:12:\"db_get_array\";}i:5;a:3:{s:4:\"file\";s:29:\"app/functions/fn.database.php\";s:4:\"line\";i:35;s:8:\"function\";s:8:\"getArray\";}i:6;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:307;s:8:\"function\";s:5:\"query\";}i:7;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:690;s:8:\"function\";s:10:\"throwError\";}}', 0),
(2237, 30, 1656962329, 'users', 'N', 'session', '', 'a:5:{s:4:\"user\";s:69:\"Giovanni Vinicius de Figueiredo; giovannivinicius1997@gmail.com (#30)\";s:2:\"id\";s:2:\"30\";s:10:\"ip_address\";s:13:\"45.181.132.33\";s:13:\"loggedin_time\";s:21:\"8 |hours| 2 |minutes|\";s:7:\"timeout\";b:1;}', '', 0),
(2238, 30, 1656962333, 'database', 'E', 'error', '', 'a:2:{s:5:\"error\";s:68:\"Table \'partiushopcom_br.cscart_products\' doesn\'t exist <b>(1146)</b>\";s:5:\"query\";s:98:\"SELECT DISTINCT `company_id` FROM `cscart_products` WHERE `plan_id` IS NOT NULL AND `status` = \'A\'\";}', 'a:8:{i:0;a:3:{s:4:\"file\";s:20:\"CvmORvU06X1SNEBE.php\";s:4:\"line\";i:27;s:8:\"function\";s:11:\"fn_dispatch\";}i:1;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:458;s:8:\"function\";s:17:\"fn_run_controller\";}i:2;a:3:{s:4:\"file\";s:28:\"app/functions/fn.control.php\";s:4:\"line\";i:722;s:8:\"function\";s:7:\"include\";}i:3;a:3:{s:4:\"file\";s:79:\"app/addons/partiuhub_planos_vendedores/controllers/backend/vendor_plans.pre.php\";s:4:\"line\";i:14;s:8:\"function\";s:14:\"verifyPayments\";}i:4;a:3:{s:4:\"file\";s:100:\"app/addons/partiuhub_planos_vendedores/Tygh/Addons/PartiuhubPlanosVendedores/PeriodicityPayments.php\";s:4:\"line\";i:28;s:8:\"function\";s:12:\"db_get_array\";}i:5;a:3:{s:4:\"file\";s:29:\"app/functions/fn.database.php\";s:4:\"line\";i:35;s:8:\"function\";s:8:\"getArray\";}i:6;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:307;s:8:\"function\";s:5:\"query\";}i:7;a:3:{s:4:\"file\";s:32:\"app/Tygh/Database/Connection.php\";s:4:\"line\";i:690;s:8:\"function\";s:10:\"throwError\";}}', 0);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_mailing_lists`
--

CREATE TABLE `partiushop_mailing_lists` (
  `list_id` mediumint(8) UNSIGNED NOT NULL,
  `timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `from_email` varchar(64) NOT NULL DEFAULT '',
  `from_name` varchar(128) NOT NULL DEFAULT '',
  `reply_to` varchar(64) NOT NULL DEFAULT '',
  `show_on_checkout` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `show_on_registration` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `status` char(1) NOT NULL DEFAULT 'D',
  `register_autoresponder` mediumint(8) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_mailing_lists`
--

INSERT INTO `partiushop_mailing_lists` (`list_id`, `timestamp`, `from_email`, `from_name`, `reply_to`, `show_on_checkout`, `show_on_registration`, `status`, `register_autoresponder`) VALUES
(1, 0, 'no-reply@example.com', 'Acme', 'no-reply@example.com', 1, 1, 'A', 0);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_master_products_storefront_min_price`
--

CREATE TABLE `partiushop_master_products_storefront_min_price` (
  `storefront_id` int(11) UNSIGNED NOT NULL,
  `product_id` int(11) UNSIGNED NOT NULL,
  `price` decimal(12,2) UNSIGNED NOT NULL DEFAULT 0.00
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_master_products_storefront_offers_count`
--

CREATE TABLE `partiushop_master_products_storefront_offers_count` (
  `storefront_id` int(11) UNSIGNED NOT NULL,
  `product_id` int(11) UNSIGNED NOT NULL,
  `count` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_master_products_storefront_offers_count`
--

INSERT INTO `partiushop_master_products_storefront_offers_count` (`storefront_id`, `product_id`, `count`) VALUES
(2, 307, 1),
(1, 307, 1);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_menus`
--

CREATE TABLE `partiushop_menus` (
  `menu_id` mediumint(8) UNSIGNED NOT NULL,
  `status` char(1) NOT NULL DEFAULT 'A',
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_menus`
--

INSERT INTO `partiushop_menus` (`menu_id`, `status`, `company_id`) VALUES
(1, 'A', 0),
(2, 'A', 0),
(3, 'A', 0),
(4, 'A', 0),
(9, 'A', 0),
(11, 'A', 0),
(12, 'A', 0),
(13, 'A', 0);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_menus_descriptions`
--

CREATE TABLE `partiushop_menus_descriptions` (
  `menu_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_menus_descriptions`
--

INSERT INTO `partiushop_menus_descriptions` (`menu_id`, `lang_code`, `name`) VALUES
(1, 'da', 'Quick links'),
(1, 'de', 'Quick links'),
(1, 'el', 'Quick links'),
(1, 'en', 'Quick links'),
(1, 'es', 'Quick links'),
(1, 'fr', 'Quick links'),
(1, 'it', 'Quick links'),
(1, 'nl', 'Quick links'),
(1, 'no', 'Quick links'),
(1, 'pt', 'Quick links'),
(1, 'ro', 'Quick links'),
(1, 'ru', 'Быстрые ссылки'),
(2, 'da', 'Main menu'),
(2, 'de', 'Main menu'),
(2, 'el', 'Main menu'),
(2, 'en', 'Main menu'),
(2, 'es', 'Main menu'),
(2, 'fr', 'Main menu'),
(2, 'it', 'Main menu'),
(2, 'nl', 'Main menu'),
(2, 'no', 'Main menu'),
(2, 'pt', 'Main menu'),
(2, 'ro', 'Main menu'),
(2, 'ru', 'Главное меню'),
(3, 'da', 'Shop (footer)'),
(3, 'de', 'Shop (footer)'),
(3, 'el', 'Shop (footer)'),
(3, 'en', 'Shop (footer)'),
(3, 'es', 'Shop (footer)'),
(3, 'fr', 'Shop (footer)'),
(3, 'it', 'Shop (footer)'),
(3, 'nl', 'Shop (footer)'),
(3, 'no', 'Shop (footer)'),
(3, 'pt', 'Shop (footer)'),
(3, 'ro', 'Shop (footer)'),
(3, 'ru', 'Магазин (нижняя часть сайта)'),
(4, 'da', 'Create orders (footer)'),
(4, 'de', 'Create orders (footer)'),
(4, 'el', 'Create orders (footer)'),
(4, 'en', 'Create orders (footer)'),
(4, 'es', 'Create orders (footer)'),
(4, 'fr', 'Create orders (footer)'),
(4, 'it', 'Create orders (footer)'),
(4, 'nl', 'Create orders (footer)'),
(4, 'no', 'Create orders (footer)'),
(4, 'pt', 'Create orders (footer)'),
(4, 'ro', 'Create orders (footer)'),
(4, 'ru', 'Оформление заказа (нижняя часть сайта)'),
(9, 'da', 'Princiapal_PartiuShop'),
(9, 'de', 'Princiapal_PartiuShop'),
(9, 'el', 'Princiapal_PartiuShop'),
(9, 'en', 'Princiapal_PartiuShop'),
(9, 'es', 'Princiapal_PartiuShop'),
(9, 'fr', 'Princiapal_PartiuShop'),
(9, 'it', 'Princiapal_PartiuShop'),
(9, 'nl', 'Princiapal_PartiuShop'),
(9, 'no', 'Princiapal_PartiuShop'),
(9, 'pt', 'Principal_PartiuShop'),
(9, 'ro', 'Princiapal_PartiuShop'),
(9, 'ru', 'Princiapal_PartiuShop'),
(11, 'da', 'Top left menu - VIVAshop'),
(11, 'de', 'Top left menu - VIVAshop'),
(11, 'el', 'Top left menu - VIVAshop'),
(11, 'en', 'Top left menu - VIVAshop'),
(11, 'es', 'Top left menu - VIVAshop'),
(11, 'fr', 'Top left menu - VIVAshop'),
(11, 'it', 'Top left menu - VIVAshop'),
(11, 'nl', 'Top left menu - VIVAshop'),
(11, 'no', 'Top left menu - VIVAshop'),
(11, 'pt', 'Top left menu - VIVAshop'),
(11, 'ro', 'Top left menu - VIVAshop'),
(11, 'ru', 'Top left menu - VIVAshop'),
(12, 'da', 'Top right menu - VIVAshop'),
(12, 'de', 'Top right menu - VIVAshop'),
(12, 'el', 'Top right menu - VIVAshop'),
(12, 'en', 'Top right menu - VIVAshop'),
(12, 'es', 'Top right menu - VIVAshop'),
(12, 'fr', 'Top right menu - VIVAshop'),
(12, 'it', 'Top right menu - VIVAshop'),
(12, 'nl', 'Top right menu - VIVAshop'),
(12, 'no', 'Top right menu - VIVAshop'),
(12, 'pt', 'Top right menu - VIVAshop'),
(12, 'ro', 'Top right menu - VIVAshop'),
(12, 'ru', 'Top right menu - VIVAshop'),
(13, 'da', 'Main menu - VIVAshop'),
(13, 'de', 'Main menu - VIVAshop'),
(13, 'el', 'Main menu - VIVAshop'),
(13, 'en', 'Main menu - VIVAshop'),
(13, 'es', 'Main menu - VIVAshop'),
(13, 'fr', 'Main menu - VIVAshop'),
(13, 'it', 'Main menu - VIVAshop'),
(13, 'nl', 'Main menu - VIVAshop'),
(13, 'no', 'Main menu - VIVAshop'),
(13, 'pt', 'Main menu - VIVAshop'),
(13, 'ro', 'Main menu - VIVAshop'),
(13, 'ru', 'Main menu - VIVAshop');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_mobile_app_notification_subscriptions`
--

CREATE TABLE `partiushop_mobile_app_notification_subscriptions` (
  `subscription_id` int(11) UNSIGNED NOT NULL,
  `user_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `device_id` varchar(256) NOT NULL DEFAULT '',
  `platform` varchar(32) NOT NULL DEFAULT '',
  `token` varchar(256) NOT NULL DEFAULT '',
  `locale` varchar(10) NOT NULL DEFAULT '',
  `storefront_id` int(11) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_mobile_app_notification_subscriptions`
--

INSERT INTO `partiushop_mobile_app_notification_subscriptions` (`subscription_id`, `user_id`, `device_id`, `platform`, `token`, `locale`, `storefront_id`) VALUES
(1, 30, '17f31500bd9', 'android', 'fxTaBUy8RIi4HJmRjdKHv6:APA91bEAGp9LbwCXv9Iae4w_uZByQAiaX8oZWrdl6tatMU_SAssSl2KbqPut6KLf2lggG77BelXgXxHdkr64a9VVrig0TN-8YjY2LetuKr1APGb1iu0IenDiyrp1qjrcpxry4D3t_jUT', 'pt', 1);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_newsletters`
--

CREATE TABLE `partiushop_newsletters` (
  `newsletter_id` mediumint(8) UNSIGNED NOT NULL,
  `campaign_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `sent_date` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `status` char(1) NOT NULL DEFAULT 'A',
  `type` char(1) NOT NULL DEFAULT 'N',
  `mailing_lists` varchar(255) NOT NULL DEFAULT '',
  `users` text DEFAULT NULL,
  `abandoned_type` varchar(10) NOT NULL DEFAULT 'both',
  `abandoned_days` int(11) NOT NULL DEFAULT 0,
  `abandoned_company_id` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_newsletters`
--

INSERT INTO `partiushop_newsletters` (`newsletter_id`, `campaign_id`, `sent_date`, `status`, `type`, `mailing_lists`, `users`, `abandoned_type`, `abandoned_days`, `abandoned_company_id`) VALUES
(1, 0, 0, 'A', 'N', '', NULL, 'both', 0, 0),
(2, 0, 0, 'A', 'T', '', NULL, 'both', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_newsletter_batch_recipients`
--

CREATE TABLE `partiushop_newsletter_batch_recipients` (
  `send_list_id` mediumint(8) UNSIGNED NOT NULL,
  `newsletter_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `list_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `subscriber_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `email` varchar(128) NOT NULL DEFAULT '',
  `send_key` varchar(128) NOT NULL DEFAULT '',
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_newsletter_campaigns`
--

CREATE TABLE `partiushop_newsletter_campaigns` (
  `campaign_id` mediumint(8) UNSIGNED NOT NULL,
  `timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `status` char(1) NOT NULL DEFAULT 'D'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_newsletter_descriptions`
--

CREATE TABLE `partiushop_newsletter_descriptions` (
  `newsletter_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `newsletter` varchar(255) NOT NULL DEFAULT '',
  `newsletter_multiple` text DEFAULT NULL,
  `body_html` mediumtext DEFAULT NULL,
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_newsletter_descriptions`
--

INSERT INTO `partiushop_newsletter_descriptions` (`newsletter_id`, `newsletter`, `newsletter_multiple`, `body_html`, `lang_code`) VALUES
(1, 'Xbox One is coming!', '', 'The groundbreaking nextgen gaming console is already coming to the stores. Be the first to order this extraordinary gadget!', 'da'),
(1, 'Xbox One is coming!', '', 'The groundbreaking nextgen gaming console is already coming to the stores. Be the first to order this extraordinary gadget!', 'de'),
(1, 'Xbox One is coming!', '', 'The groundbreaking nextgen gaming console is already coming to the stores. Be the first to order this extraordinary gadget!', 'el'),
(1, 'Xbox One is coming!', '', 'The groundbreaking nextgen gaming console is already coming to the stores. Be the first to order this extraordinary gadget!', 'en'),
(1, 'Xbox One is coming!', '', 'The groundbreaking nextgen gaming console is already coming to the stores. Be the first to order this extraordinary gadget!', 'es'),
(1, 'Xbox One is coming!', '', 'The groundbreaking nextgen gaming console is already coming to the stores. Be the first to order this extraordinary gadget!', 'fr'),
(1, 'Xbox One is coming!', '', 'The groundbreaking nextgen gaming console is already coming to the stores. Be the first to order this extraordinary gadget!', 'it'),
(1, 'Xbox One is coming!', '', 'The groundbreaking nextgen gaming console is already coming to the stores. Be the first to order this extraordinary gadget!', 'nl'),
(1, 'Xbox One is coming!', '', 'The groundbreaking nextgen gaming console is already coming to the stores. Be the first to order this extraordinary gadget!', 'no'),
(1, 'Xbox One is coming!', '', 'The groundbreaking nextgen gaming console is already coming to the stores. Be the first to order this extraordinary gadget!', 'pt'),
(1, 'Xbox One is coming!', '', 'The groundbreaking nextgen gaming console is already coming to the stores. Be the first to order this extraordinary gadget!', 'ro'),
(1, 'Xbox One уже на горизинте!', '', 'Игровая консоль нового поколения скоро в продаже. Будьте первым!', 'ru'),
(2, 'Sample layout', '', '<h2>Hello,</h2>\r\n\r\n[your text]\r\n\r\nThank you!\r\nYou can unsubscribe from the newsletter by using this link:\r\n%UNSUBSCRIBE_LINK\r\n\r\n%COMPANY_NAME.', 'da'),
(2, 'Sample layout', '', '<h2>Hello,</h2>\r\n\r\n[your text]\r\n\r\nThank you!\r\nYou can unsubscribe from the newsletter by using this link:\r\n%UNSUBSCRIBE_LINK\r\n\r\n%COMPANY_NAME.', 'de'),
(2, 'Sample layout', '', '<h2>Hello,</h2>\r\n\r\n[your text]\r\n\r\nThank you!\r\nYou can unsubscribe from the newsletter by using this link:\r\n%UNSUBSCRIBE_LINK\r\n\r\n%COMPANY_NAME.', 'el'),
(2, 'Sample layout', '', '<h2>Hello,</h2>\r\n\r\n[your text]\r\n\r\nThank you!\r\nYou can unsubscribe from the newsletter by using this link:\r\n%UNSUBSCRIBE_LINK\r\n\r\n%COMPANY_NAME.', 'en'),
(2, 'Sample layout', '', '<h2>Hello,</h2>\r\n\r\n[your text]\r\n\r\nThank you!\r\nYou can unsubscribe from the newsletter by using this link:\r\n%UNSUBSCRIBE_LINK\r\n\r\n%COMPANY_NAME.', 'es'),
(2, 'Sample layout', '', '<h2>Hello,</h2>\r\n\r\n[your text]\r\n\r\nThank you!\r\nYou can unsubscribe from the newsletter by using this link:\r\n%UNSUBSCRIBE_LINK\r\n\r\n%COMPANY_NAME.', 'fr'),
(2, 'Sample layout', '', '<h2>Hello,</h2>\r\n\r\n[your text]\r\n\r\nThank you!\r\nYou can unsubscribe from the newsletter by using this link:\r\n%UNSUBSCRIBE_LINK\r\n\r\n%COMPANY_NAME.', 'it'),
(2, 'Sample layout', '', '<h2>Hello,</h2>\r\n\r\n[your text]\r\n\r\nThank you!\r\nYou can unsubscribe from the newsletter by using this link:\r\n%UNSUBSCRIBE_LINK\r\n\r\n%COMPANY_NAME.', 'nl'),
(2, 'Sample layout', '', '<h2>Hello,</h2>\r\n\r\n[your text]\r\n\r\nThank you!\r\nYou can unsubscribe from the newsletter by using this link:\r\n%UNSUBSCRIBE_LINK\r\n\r\n%COMPANY_NAME.', 'no'),
(2, 'Sample layout', '', '<h2>Hello,</h2>\r\n\r\n[your text]\r\n\r\nThank you!\r\nYou can unsubscribe from the newsletter by using this link:\r\n%UNSUBSCRIBE_LINK\r\n\r\n%COMPANY_NAME.', 'pt'),
(2, 'Sample layout', '', '<h2>Hello,</h2>\r\n\r\n[your text]\r\n\r\nThank you!\r\nYou can unsubscribe from the newsletter by using this link:\r\n%UNSUBSCRIBE_LINK\r\n\r\n%COMPANY_NAME.', 'ro'),
(2, 'Пример', '', '<h2>Hello,</h2>\r\n\r\n[Ваш текст]\r\n\r\nБольшое спасибо!\r\nВы можете отписаться от рассылки, используя эту ссылку:\r\n%UNSUBSCRIBE_LINK\r\n\r\n%COMPANY_NAME.', 'ru');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_newsletter_links`
--

CREATE TABLE `partiushop_newsletter_links` (
  `link_id` mediumint(8) UNSIGNED NOT NULL,
  `campaign_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `newsletter_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `url` varchar(255) NOT NULL DEFAULT '',
  `clicks` mediumint(8) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_notifications`
--

CREATE TABLE `partiushop_notifications` (
  `notification_id` int(11) UNSIGNED NOT NULL,
  `user_id` int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Notification receiver',
  `title` varchar(256) NOT NULL DEFAULT '' COMMENT 'Notification title',
  `message` text NOT NULL COMMENT 'Notification text',
  `severity` char(1) NOT NULL DEFAULT 'N' COMMENT 'Notification severity: E(rror), W(arning), N(otice), I(nfo)',
  `section` varchar(128) NOT NULL DEFAULT 'other' COMMENT 'Section of the Notifications center to display the notification in',
  `tag` varchar(32) NOT NULL DEFAULT 'other' COMMENT 'Tag of the notifications',
  `area` char(1) NOT NULL DEFAULT 'A' COMMENT 'Area to display the notification in',
  `action_url` varchar(256) NOT NULL DEFAULT '' COMMENT 'Dispatch to open when clicking on the notification',
  `is_read` tinyint(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Whether the notification has been read',
  `timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Time when the notification was created',
  `pinned` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'Whether the notification has been pinned',
  `remind` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'Determines if a remind notification is needed'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores notifications of the Notifications center';

--
-- Dumping data for table `partiushop_notifications`
--

INSERT INTO `partiushop_notifications` (`notification_id`, `user_id`, `title`, `message`, `severity`, `section`, `tag`, `area`, `action_url`, `is_read`, `timestamp`, `pinned`, `remind`) VALUES
(14, 12, 'Your product has been approved', '\"Calça Adidas\" has been approved by the store administration and added to the product catalog. Click here to view this product.', 'N', 'products', 'vendor_data_premoderation', 'A', 'products.manage?pid=292', 1, 1587513183, 0, 0),
(15, 5, 'Simtech has a new message from Edison Antunes', 'Click this notification to see the message', 'N', 'communication', 'vendor_communication', 'A', 'https://partiushop.com.br/vendor.php?dispatch=vendor_communication.view&thread_id=1', 0, 1587589134, 0, 0),
(17, 12, 'Test has a new message from Edison Antunes', 'Click this notification to see the message', 'N', 'communication', 'vendor_communication', 'A', 'https://partiushop.com.br/vendor.php?dispatch=vendor_communication.view&thread_id=2', 1, 1589324088, 0, 0),
(20, 12, 'Test has a new message from Edison Antunes', 'Click this notification to see the message', 'N', 'communication', 'vendor_communication', 'A', 'https://partiushop.com.br/vendor.php?dispatch=vendor_communication.view&thread_id=2', 1, 1589324170, 0, 0),
(23, 12, 'Test has a new message from Edison Antunes', 'Click this notification to see the message', 'N', 'communication', 'vendor_communication', 'A', 'https://partiushop.com.br/vendor.php?dispatch=vendor_communication.view&thread_id=2', 1, 1589324263, 0, 0),
(25, 12, 'Test has a new message from Guilherme De Melo', 'Click this notification to see the message', 'N', 'communication', 'vendor_communication', 'A', 'https://partiushop.com.br/vendor.php?dispatch=vendor_communication.view&thread_id=3', 1, 1589324617, 0, 0),
(27, 12, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/vendor.php?dispatch=upgrade_center.manage', 0, 1589835624, 0, 0),
(29, 12, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/vendor.php?dispatch=upgrade_center.manage', 0, 1589930055, 0, 0),
(33, 18, 'Your status has been changed to Ativado', 'All your active products will now appear in the store', 'N', 'administration', 'vendor_status', 'A', '', 0, 1589934598, 0, 0),
(34, 18, 'Your product has been approved', '\"Notebook Lenovo I615\" has been approved by the store administration and added to the product catalog. Click here to view this product.', 'N', 'products', 'vendor_data_premoderation', 'A', 'products.manage?pid=294', 0, 1589934856, 0, 0),
(35, 18, 'Your product has been approved', '\"Notebook Lenovo I615\" has been approved by the store administration and added to the product catalog. Click here to view this product.', 'N', 'products', 'vendor_data_premoderation', 'A', 'products.manage?pid=294', 0, 1589935458, 0, 0),
(42, 19, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1590615119, 0, 0),
(43, 14, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1590871698, 0, 0),
(46, 12, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/vendor.php?dispatch=upgrade_center.manage', 0, 1591140220, 0, 0),
(47, 14, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1591140484, 0, 0),
(52, 1, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1599665388, 0, 0),
(53, 1, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1599673232, 0, 0),
(54, 1, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 1, 1599756255, 0, 0),
(55, 1, 'Tell us how we are doing', '<p>&nbsp;</p><div id=\'hd-survey-sid-26\'><div id=\'hd-survey-qid-27\' class=\'hd-survey-sq-26\'><div style=\'margin: 5px;\'>On a scale from 0 to 10, how likely is it that you would recommend CS-Cart to a friend or colleague?</div><div><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1292350,\n        qid: 27,\n        value: \'0\'\n    }\n});\n$(\'#hd-survey-qid-27\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-27\').remove();\n    var Array = $(\'.hd-survey-sq-26\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-26\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-26\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">0</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1292350,\n        qid: 27,\n        value: \'1\'\n    }\n});\n$(\'#hd-survey-qid-27\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-27\').remove();\n    var Array = $(\'.hd-survey-sq-26\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-26\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-26\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">1</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1292350,\n        qid: 27,\n        value: \'2\'\n    }\n});\n$(\'#hd-survey-qid-27\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-27\').remove();\n    var Array = $(\'.hd-survey-sq-26\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-26\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-26\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">2</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1292350,\n        qid: 27,\n        value: \'3\'\n    }\n});\n$(\'#hd-survey-qid-27\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-27\').remove();\n    var Array = $(\'.hd-survey-sq-26\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-26\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-26\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">3</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1292350,\n        qid: 27,\n        value: \'4\'\n    }\n});\n$(\'#hd-survey-qid-27\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-27\').remove();\n    var Array = $(\'.hd-survey-sq-26\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-26\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-26\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">4</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1292350,\n        qid: 27,\n        value: \'5\'\n    }\n});\n$(\'#hd-survey-qid-27\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-27\').remove();\n    var Array = $(\'.hd-survey-sq-26\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-26\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-26\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">5</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1292350,\n        qid: 27,\n        value: \'6\'\n    }\n});\n$(\'#hd-survey-qid-27\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-27\').remove();\n    var Array = $(\'.hd-survey-sq-26\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-26\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-26\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">6</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1292350,\n        qid: 27,\n        value: \'7\'\n    }\n});\n$(\'#hd-survey-qid-27\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-27\').remove();\n    var Array = $(\'.hd-survey-sq-26\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-26\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-26\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">7</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1292350,\n        qid: 27,\n        value: \'8\'\n    }\n});\n$(\'#hd-survey-qid-27\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-27\').remove();\n    var Array = $(\'.hd-survey-sq-26\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-26\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-26\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">8</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1292350,\n        qid: 27,\n        value: \'9\'\n    }\n});\n$(\'#hd-survey-qid-27\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-27\').remove();\n    var Array = $(\'.hd-survey-sq-26\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-26\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-26\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">9</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1292350,\n        qid: 27,\n        value: \'10\'\n    }\n});\n$(\'#hd-survey-qid-27\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-27\').remove();\n    var Array = $(\'.hd-survey-sq-26\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-26\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-26\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">10</button></div><br></div><div id=\'hd-survey-qid-28\' class=\'hd-survey-sq-26\' style=\'display: none;\'><div style=\'margin: 5px;\'>How can we improve your experience?</div><div><textarea id=\'hd-survey-ta-qid-28\' style=\'margin: 5px; width: 100%;\'></textarea><button class=\'btn hd-survey-btn\' style=\'margin: 5px; width: 100%;\' onclick=\"var value = $(\'#hd-survey-ta-qid-28\').val();\n$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1292350,\n        qid: 28,\n        value: value\n    }\n});\n$(\'#hd-survey-qid-28\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-28\').remove();\n    if (!$(\'.hd-survey-sq-26\').length) {\n        var icon = $(\'#hd-survey-sid-26\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-26\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">Submit</button></div><br></div></div><script>\nif (typeof notice_displaying_time !== \'undefined\') {\n    notice_displaying_time = 1000000;\n} else {\n    setTimeout(function() {\n        var ofadeOut = jQuery.fn.fadeOut;\n        jQuery.fn.fadeOut = function() {\n            if($(this).hasClass(\'cm-auto-hide\')) {\n                return false;\n            } else {\n                return ofadeOut.apply(this, arguments);\n            }\n        };\n    }, 50);\n}\n</script>', 'N', 'other', 'other', 'A', '', 1, 1604992890, 0, 0),
(56, 1, 'Tell us how we are doing', '<div id=\'hd-survey-sid-26\'><div id=\'hd-survey-qid-27\' class=\'hd-survey-sq-26\'><div style=\'margin: 5px;\'>On a scale from 0 to 10, how likely is it that you would recommend CS-Cart to a friend or colleague?</div><div><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1294243,\n        qid: 27,\n        value: \'0\'\n    }\n});\n$(\'#hd-survey-qid-27\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-27\').remove();\n    var Array = $(\'.hd-survey-sq-26\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-26\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-26\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">0</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1294243,\n        qid: 27,\n        value: \'1\'\n    }\n});\n$(\'#hd-survey-qid-27\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-27\').remove();\n    var Array = $(\'.hd-survey-sq-26\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-26\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-26\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">1</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1294243,\n        qid: 27,\n        value: \'2\'\n    }\n});\n$(\'#hd-survey-qid-27\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-27\').remove();\n    var Array = $(\'.hd-survey-sq-26\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-26\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-26\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">2</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1294243,\n        qid: 27,\n        value: \'3\'\n    }\n});\n$(\'#hd-survey-qid-27\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-27\').remove();\n    var Array = $(\'.hd-survey-sq-26\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-26\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-26\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">3</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1294243,\n        qid: 27,\n        value: \'4\'\n    }\n});\n$(\'#hd-survey-qid-27\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-27\').remove();\n    var Array = $(\'.hd-survey-sq-26\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-26\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-26\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">4</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1294243,\n        qid: 27,\n        value: \'5\'\n    }\n});\n$(\'#hd-survey-qid-27\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-27\').remove();\n    var Array = $(\'.hd-survey-sq-26\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-26\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-26\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">5</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1294243,\n        qid: 27,\n        value: \'6\'\n    }\n});\n$(\'#hd-survey-qid-27\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-27\').remove();\n    var Array = $(\'.hd-survey-sq-26\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-26\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-26\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">6</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1294243,\n        qid: 27,\n        value: \'7\'\n    }\n});\n$(\'#hd-survey-qid-27\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-27\').remove();\n    var Array = $(\'.hd-survey-sq-26\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-26\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-26\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">7</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1294243,\n        qid: 27,\n        value: \'8\'\n    }\n});\n$(\'#hd-survey-qid-27\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-27\').remove();\n    var Array = $(\'.hd-survey-sq-26\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-26\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-26\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">8</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1294243,\n        qid: 27,\n        value: \'9\'\n    }\n});\n$(\'#hd-survey-qid-27\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-27\').remove();\n    var Array = $(\'.hd-survey-sq-26\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-26\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-26\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">9</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1294243,\n        qid: 27,\n        value: \'10\'\n    }\n});\n$(\'#hd-survey-qid-27\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-27\').remove();\n    var Array = $(\'.hd-survey-sq-26\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-26\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-26\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">10</button></div><br></div><div id=\'hd-survey-qid-28\' class=\'hd-survey-sq-26\' style=\'display: none;\'><div style=\'margin: 5px;\'>How can we improve your experience?</div><div><textarea id=\'hd-survey-ta-qid-28\' style=\'margin: 5px; width: 100%;\'></textarea><button class=\'btn hd-survey-btn\' style=\'margin: 5px; width: 100%;\' onclick=\"var value = $(\'#hd-survey-ta-qid-28\').val();\n$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1294243,\n        qid: 28,\n        value: value\n    }\n});\n$(\'#hd-survey-qid-28\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-28\').remove();\n    if (!$(\'.hd-survey-sq-26\').length) {\n        var icon = $(\'#hd-survey-sid-26\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-26\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">Submit</button></div><br></div></div>', 'I', 'other', 'other', 'A', '', 1, 1604996108, 0, 0),
(57, 1, 'Tell us how we are doing', '<p>&nbsp;</p><div id=\'hd-survey-sid-28\'><div id=\'hd-survey-qid-31\' class=\'hd-survey-sq-28\'><div style=\'margin: 5px;\'>On a scale from 0 to 10, how likely is it that you would recommend CS-Cart to a friend or colleague?</div><div><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1312664,\n        qid: 31,\n        value: \'0\'\n    }\n});\n$(\'#hd-survey-qid-31\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-31\').remove();\n    var Array = $(\'.hd-survey-sq-28\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-28\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-28\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">0</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1312664,\n        qid: 31,\n        value: \'1\'\n    }\n});\n$(\'#hd-survey-qid-31\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-31\').remove();\n    var Array = $(\'.hd-survey-sq-28\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-28\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-28\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">1</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1312664,\n        qid: 31,\n        value: \'2\'\n    }\n});\n$(\'#hd-survey-qid-31\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-31\').remove();\n    var Array = $(\'.hd-survey-sq-28\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-28\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-28\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">2</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1312664,\n        qid: 31,\n        value: \'3\'\n    }\n});\n$(\'#hd-survey-qid-31\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-31\').remove();\n    var Array = $(\'.hd-survey-sq-28\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-28\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-28\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">3</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1312664,\n        qid: 31,\n        value: \'4\'\n    }\n});\n$(\'#hd-survey-qid-31\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-31\').remove();\n    var Array = $(\'.hd-survey-sq-28\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-28\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-28\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">4</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1312664,\n        qid: 31,\n        value: \'5\'\n    }\n});\n$(\'#hd-survey-qid-31\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-31\').remove();\n    var Array = $(\'.hd-survey-sq-28\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-28\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-28\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">5</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1312664,\n        qid: 31,\n        value: \'6\'\n    }\n});\n$(\'#hd-survey-qid-31\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-31\').remove();\n    var Array = $(\'.hd-survey-sq-28\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-28\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-28\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">6</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1312664,\n        qid: 31,\n        value: \'7\'\n    }\n});\n$(\'#hd-survey-qid-31\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-31\').remove();\n    var Array = $(\'.hd-survey-sq-28\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-28\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-28\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">7</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1312664,\n        qid: 31,\n        value: \'8\'\n    }\n});\n$(\'#hd-survey-qid-31\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-31\').remove();\n    var Array = $(\'.hd-survey-sq-28\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-28\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-28\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">8</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1312664,\n        qid: 31,\n        value: \'9\'\n    }\n});\n$(\'#hd-survey-qid-31\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-31\').remove();\n    var Array = $(\'.hd-survey-sq-28\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-28\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-28\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">9</button><button class=\'btn hd-survey-btn\' style=\'margin: 5px;\' onclick=\"$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1312664,\n        qid: 31,\n        value: \'10\'\n    }\n});\n$(\'#hd-survey-qid-31\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-31\').remove();\n    var Array = $(\'.hd-survey-sq-28\');\n    if (Array.length === 1) {\n        Array.fadeIn(200);\n    }\n    if (!Array.length) {\n        var icon = $(\'#hd-survey-sid-28\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-28\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">10</button></div><br></div><div id=\'hd-survey-qid-32\' class=\'hd-survey-sq-28\' style=\'display: none;\'><div style=\'margin: 5px;\'>How can we improve your experience?</div><div><textarea id=\'hd-survey-ta-qid-32\' style=\'margin: 5px; width: 100%;\'></textarea><button class=\'btn hd-survey-btn\' style=\'margin: 5px; width: 100%;\' onclick=\"var value = $(\'#hd-survey-ta-qid-32\').val();\n$.ajax({\n    url: \'https://helpdesk.cs-cart.com/index.php?dispatch=surveys.send_answer\',\n    type: \'POST\',\n    data: {\n        rid: 1312664,\n        qid: 32,\n        value: value\n    }\n});\n$(\'#hd-survey-qid-32\').fadeOut(400, function() {\n    $(\'#hd-survey-qid-32\').remove();\n    if (!$(\'.hd-survey-sq-28\').length) {\n        var icon = $(\'#hd-survey-sid-28\').closest(\'.cc-notification\').find(\'.cc-delete\').get(0);\n        if (icon !== undefined) {\n            var eventTest = document.createEvent(\'MouseEvents\');\n            eventTest.initEvent(\'mouseup\', true, true);\n            icon.dispatchEvent(eventTest);\n        } else {\n            $(\'#hd-survey-sid-28\').closest(\'.cm-notification-content\').find(\'.cm-notification-close\').click();\n        }\n    }\n});\">Submit</button></div><br></div></div><script>\nif (typeof notice_displaying_time !== \'undefined\') {\n    notice_displaying_time = 1000000;\n} else {\n    setTimeout(function() {\n        var ofadeOut = jQuery.fn.fadeOut;\n        jQuery.fn.fadeOut = function() {\n            if($(this).hasClass(\'cm-auto-hide\')) {\n                return false;\n            } else {\n                return ofadeOut.apply(this, arguments);\n            }\n        };\n    }, 50);\n}\n</script>', 'N', 'other', 'other', 'A', '', 1, 1605104785, 0, 0),
(58, 1, 'Some vendors are pending approval', 'Você tem fornecedores que exigem a sua aprovação. Por favor <a href=\"https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=companies.manage&status[]=N&status[]=P\">siga este link</a> para rever estes fornecedores.', 'W', 'administration', 'vendor_status', 'A', '', 1, 1605654306, 0, 0),
(59, 1, 'Some vendors are pending approval', 'Você tem fornecedores que exigem a sua aprovação. Por favor <a href=\"https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=companies.manage&status[]=N&status[]=P\">siga este link</a> para rever estes fornecedores.', 'W', 'administration', 'vendor_status', 'A', '', 1, 1605654442, 0, 0),
(60, 1, 'Some vendors are pending approval', 'Você tem fornecedores que exigem a sua aprovação. Por favor <a href=\"https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=companies.manage&status[]=N&status[]=P\">siga este link</a> para rever estes fornecedores.', 'W', 'administration', 'vendor_status', 'A', '', 1, 1605655237, 0, 0),
(61, 1, 'Some vendors are pending approval', 'Você tem fornecedores que exigem a sua aprovação. Por favor <a href=\"https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=companies.manage&status[]=N&status[]=P\">siga este link</a> para rever estes fornecedores.', 'W', 'administration', 'vendor_status', 'A', '', 1, 1606259674, 0, 0),
(62, 1, 'Some vendors are pending approval', 'Você tem fornecedores que exigem a sua aprovação. Por favor <a href=\"https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=companies.manage&status[]=N&status[]=P\">siga este link</a> para rever estes fornecedores.', 'W', 'administration', 'vendor_status', 'A', '', 1, 1606865781, 0, 0),
(63, 1, 'Some vendors are pending approval', 'Você tem fornecedores que exigem a sua aprovação. Por favor <a href=\"https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=companies.manage&status[]=N&status[]=P\">siga este link</a> para rever estes fornecedores.', 'W', 'administration', 'vendor_status', 'A', '', 1, 1606954780, 0, 0),
(64, 1, 'Some vendors are pending approval', 'Você tem fornecedores que exigem a sua aprovação. Por favor <a href=\"https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=companies.manage&status[]=N&status[]=P\">siga este link</a> para rever estes fornecedores.', 'W', 'administration', 'vendor_status', 'A', '', 1, 1607112068, 0, 0),
(65, 1, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1607112072, 0, 0),
(66, 14, 'Some vendors are pending approval', 'You have vendors that require your approval. Please <a href=\"https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=companies.manage&status[]=N&status[]=P\">follow this link</a> to review these vendors.', 'W', 'administration', 'vendor_status', 'A', '', 1, 1607113823, 0, 0),
(67, 14, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1607113827, 0, 0),
(69, 1, 'Some vendors are pending approval', 'Você tem fornecedores que exigem a sua aprovação. Por favor <a href=\"https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=companies.manage&status[]=N&status[]=P\">siga este link</a> para rever estes fornecedores.', 'W', 'administration', 'vendor_status', 'A', '', 1, 1607206620, 0, 0),
(70, 1, 'Some vendors are pending approval', 'Você tem fornecedores que exigem a sua aprovação. Por favor <a href=\"https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=companies.manage&status[]=N&status[]=P\">siga este link</a> para rever estes fornecedores.', 'W', 'administration', 'vendor_status', 'A', '', 1, 1607530134, 0, 0),
(71, 1, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1607530138, 0, 0),
(72, 25, 'Some vendors are pending approval', 'You have vendors that require your approval. Please <a href=\"https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=companies.manage&status[]=N&status[]=P\">follow this link</a> to review these vendors.', 'W', 'administration', 'vendor_status', 'A', '', 0, 1608645365, 0, 0),
(73, 25, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1608645369, 0, 0),
(74, 1, 'Some vendors are pending approval', 'Você tem fornecedores que exigem a sua aprovação. Por favor <a href=\"https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=companies.manage&status[]=N&status[]=P\">siga este link</a> para rever estes fornecedores.', 'W', 'administration', 'vendor_status', 'A', '', 1, 1608663120, 0, 0),
(75, 1, 'Some vendors are pending approval', 'Você tem fornecedores que exigem a sua aprovação. Por favor <a href=\"https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=companies.manage&status[]=N&status[]=P\">siga este link</a> para rever estes fornecedores.', 'W', 'administration', 'vendor_status', 'A', '', 1, 1608670042, 0, 0),
(76, 14, 'Some vendors are pending approval', 'You have vendors that require your approval. Please <a href=\"https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=companies.manage&status[]=N&status[]=P\">follow this link</a> to review these vendors.', 'W', 'administration', 'vendor_status', 'A', '', 1, 1608670060, 0, 0),
(77, 14, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1608670064, 0, 0),
(78, 28, 'Your status has been changed to Active', 'All your active products will now appear in the store', 'N', 'administration', 'vendor_status', 'A', '', 0, 1608670115, 0, 0),
(79, 14, 'Some vendors are pending approval', 'You have vendors that require your approval. Please <a href=\"https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=companies.manage&status[]=N&status[]=P\">follow this link</a> to review these vendors.', 'W', 'administration', 'vendor_status', 'A', '', 1, 1608748182, 0, 0),
(80, 14, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1608748185, 0, 0),
(81, 29, 'Your status has been changed to Ativado', 'All your active products will now appear in the store', 'N', 'administration', 'vendor_status', 'A', '', 1, 1608748836, 0, 0);
INSERT INTO `partiushop_notifications` (`notification_id`, `user_id`, `title`, `message`, `severity`, `section`, `tag`, `area`, `action_url`, `is_read`, `timestamp`, `pinned`, `remind`) VALUES
(82, 1, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1608750764, 0, 0),
(83, 25, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1609872288, 0, 0),
(84, 1, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1610458404, 0, 0),
(85, 1, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1610732377, 0, 0),
(86, 14, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1611781692, 0, 0),
(87, 1, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1611782076, 0, 0),
(88, 1, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1611863949, 0, 0),
(89, 1, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1611869699, 0, 0),
(90, 1, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1611941694, 0, 0),
(92, 1, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1612018419, 0, 0),
(93, 1, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1612213470, 0, 0),
(94, 1, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1612453604, 0, 0),
(95, 1, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1612973751, 0, 0),
(96, 1, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1613085709, 0, 0),
(98, 1, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1613517421, 0, 0),
(99, 1, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1613518568, 0, 0),
(101, 1, 'Decide the roadmap of Multi-Vendor', '<p><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkqF1IuQaOr2XWpk8kFqgYemQNDQXm2w9xAT_hSo-82PSN8w/viewform?usp=pp_url&amp;entry.1685087120=from+the+admin+panel\" target=\"_blank\">Take part in a survey</a> to affect what we do next. We can\'t promise to implement everything, but we\'ll read all that you have to say. You can answer as few or as many questions as you like; every answer helps!</p>\n<p>P.S. This is the same survey that we announced via email before.</p>', 'I', 'other', 'other', 'A', '', 1, 1614601597, 0, 0),
(102, 1, 'Decide the roadmap of Multi-Vendor', '<p><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdkqF1IuQaOr2XWpk8kFqgYemQNDQXm2w9xAT_hSo-82PSN8w/viewform?usp=pp_url&amp;entry.1685087120=from+the+admin+panel\" target=\"_blank\">Take part in a survey</a> to affect what we do next. We can\'t promise to implement everything, but we\'ll read all that you have to say. You can answer as few or as many questions as you like; every answer helps!</p>\n<p>P.S. This is the same survey that we announced via email before.</p>', 'I', 'other', 'other', 'A', '', 1, 1614607205, 0, 0),
(103, 14, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1615303998, 0, 0),
(105, 1, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1619718543, 0, 0),
(106, 1, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1619985288, 0, 0),
(107, 1, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1620217248, 0, 0),
(109, 31, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 1, 1620307692, 0, 0),
(110, 31, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'https://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1620354700, 0, 0),
(131, 1, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'http://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1627574599, 0, 0),
(134, 1, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'http://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1627669148, 0, 0),
(147, 1, 'New review posted for a product', 'A new review has been posted for product iPhone 12 v2. Click this notification to see the review.', 'N', 'products', 'product_reviews.new_post', 'A', 'http://dev.partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=product_reviews.update&product_review_id=1', 0, 1629156930, 0, 0),
(148, 12, 'New review posted for a product', 'A new review has been posted for product iPhone 12 v2. Click this notification to see the review.', 'N', 'products', 'product_reviews.new_post', 'A', 'http://dev.partiushop.com.br/vendor.php?dispatch=product_reviews.update&product_review_id=1', 0, 1629156930, 0, 0),
(149, 1, 'Take a look at the new admin panel for vendors', '<p>&nbsp;</p><p>The vendor panel will improve in CS-Cart Multi-Vendor 4.14.1. <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfFAsxgC8w42NT_LrUoQYg92s8vW8__McbzXcX6GKUpaAATVw/viewform?usp=sf_link\" target=\"_blank\">Find out more, try it yourself, and let us know what you think!</a></p><script>\nif (typeof notice_displaying_time !== \'undefined\') {\n    notice_displaying_time = 1000000;\n} else {\n    setTimeout(function() {\n        var ofadeOut = jQuery.fn.fadeOut;\n        jQuery.fn.fadeOut = function() {\n            if($(this).hasClass(\'cm-auto-hide\')) {\n                return false;\n            } else {\n                return ofadeOut.apply(this, arguments);\n            }\n        };\n    }, 50);\n}\n</script>', 'N', 'other', 'other', 'A', '', 1, 1629187174, 0, 0),
(150, 12, 'Your account is suspended', 'To lift the suspension, please contact us.', 'N', 'administration', 'vendor_status', 'A', '', 0, 1630066777, 0, 0),
(151, 1, 'Loja 01: Status changed to Suspended', 'The debt of R$217,85 that hasn\'t been paid until 26/08/2021, 16:34.', 'N', 'administration', 'vendor_debt_payout', 'A', 'http://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=companies.update&company_id=4', 0, 1630066777, 0, 0),
(152, 12, 'Your account is suspended', 'To lift the suspension, please contact us.', 'N', 'administration', 'vendor_status', 'A', '', 0, 1631574437, 0, 0),
(153, 1, 'Loja 01: Status changed to Suspended', 'The debt of R$217,85 that hasn\'t been paid until 12/09/2021, 10:05.', 'N', 'administration', 'vendor_debt_payout', 'A', 'http://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=companies.update&company_id=4', 0, 1631574438, 0, 0),
(156, 1, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'http://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 1, 1634586433, 0, 0),
(163, 12, 'Your product has been approved', '\"Celular 01\" has been approved by the store administration and added to the product catalog. Click here to view this product.', 'N', 'products', 'vendor_data_premoderation', 'A', 'products.manage?pid=308', 0, 1635426249, 0, 0),
(169, 1, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'http://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 1, 1636412461, 0, 0),
(173, 1, 'Decide Multi-Vendor roadmap for 2022', '<p>&nbsp;</p><p><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfRxute6q8TjzKw6hUXgoJ7Eoa-Xou2wNKGxT6knALvBl7jbw/viewform?usp=pp_url&amp;entry.1685087120=from+the+admin+panel\" target=\"_blank\">Take part in a survey</a> to affect what we do next. We can\'t promise to implement everything, but we\'ll read all that you have to say. You can answer as few or as many questions as you like; every answer helps!</p>\n<p>P.S. This is the same survey that you may have received by email.</p><script>\nif (typeof notice_displaying_time !== \'undefined\') {\n    notice_displaying_time = 1000000;\n} else {\n    setTimeout(function() {\n        var ofadeOut = jQuery.fn.fadeOut;\n        jQuery.fn.fadeOut = function() {\n            if($(this).hasClass(\'cm-auto-hide\')) {\n                return false;\n            } else {\n                return ofadeOut.apply(this, arguments);\n            }\n        };\n    }, 50);\n}\n</script>', 'N', 'other', 'other', 'A', '', 0, 1644479356, 1, 0),
(196, 1, 'Loja 01 tem uma nova mensagem de Ruan Silva', 'Clique nesta notificação para ver a mensagem', 'N', 'communication', 'vendor_communication', 'A', 'vendor_communication.view?thread_id=5&communication_type=vendor_to_customer', 0, 1651182389, 0, 0),
(197, 12, 'Loja 01 tem uma nova mensagem de Ruan Silva', 'Clique nesta notificação para ver a mensagem', 'N', 'communication', 'vendor_communication', 'A', 'vendor_communication.view?thread_id=5&communication_type=vendor_to_customer', 0, 1651182390, 0, 0),
(198, 12, 'Loja 01 tem uma nova mensagem de Partiu Shop', 'Clique nesta notificação para ver a mensagem', 'N', 'communication', 'vendor_communication', 'A', 'vendor_communication.view?thread_id=5&communication_type=vendor_to_customer', 0, 1651182420, 0, 0),
(200, 12, 'Loja 01 tem uma nova mensagem de Partiu Shop', 'Clique nesta notificação para ver a mensagem', 'N', 'communication', 'vendor_communication', 'A', 'vendor_communication.view?thread_id=5&communication_type=vendor_to_customer', 0, 1651250713, 0, 0),
(222, 30, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'http://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1655730785, 0, 0),
(223, 30, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'http://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1655753425, 0, 0),
(224, 30, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'http://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1655992028, 0, 0),
(225, 30, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'http://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1656016708, 0, 0),
(227, 30, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'http://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1656548408, 0, 0),
(228, 30, 'Upgrade available', 'A new version of Multi-Vendor is available. If you want to upgrade to the latest version now, click here.', 'N', 'administration', 'update', 'A', 'http://partiushop.com.br/CvmORvU06X1SNEBE.php?dispatch=upgrade_center.manage', 0, 1656616788, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_notification_event_receivers`
--

CREATE TABLE `partiushop_notification_event_receivers` (
  `id` int(11) NOT NULL COMMENT 'ID',
  `event_id` varchar(128) NOT NULL COMMENT 'The notification group ID',
  `method` varchar(64) NOT NULL DEFAULT 'user_id' COMMENT 'Receiver search method: user_id — User ID, usergroup_id — Usergroup ID, email — e-mail',
  `criterion` varchar(128) NOT NULL COMMENT 'Criterion to use with the specified method to search a receiver',
  `receiver` varchar(15) NOT NULL DEFAULT 'A' COMMENT 'Receiver of notification message: C - Customer, A - Administrator, V - Vendor'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_notification_group_receivers`
--

CREATE TABLE `partiushop_notification_group_receivers` (
  `id` int(11) NOT NULL COMMENT 'ID',
  `group_id` varchar(128) NOT NULL COMMENT 'Notification group ID',
  `method` varchar(64) NOT NULL DEFAULT 'user_id' COMMENT 'Receiver search method: user_id — User ID, usergroup_id — Usergroup ID, email — e-mail',
  `criterion` varchar(128) NOT NULL COMMENT 'Criterion to use with the specified method to search a receiver',
  `receiver` varchar(15) NOT NULL DEFAULT 'A' COMMENT 'Receiver of notification message: C - Customer, A - Administrator, V - Vendor'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_notification_group_receivers`
--

INSERT INTO `partiushop_notification_group_receivers` (`id`, `group_id`, `method`, `criterion`, `receiver`) VALUES
(1, 'orders', 'order_manager', 'order_manager', 'A'),
(2, 'orders', 'user_id', '1', 'A'),
(3, 'users', 'user_id', '1', 'A'),
(4, 'vendors', 'user_id', '1', 'A'),
(5, 'orders', 'order_manager', 'order_manager', 'V'),
(6, 'orders', 'vendor_owner', 'vendor_owner', 'V'),
(7, 'vendors', 'vendor_owner', 'vendor_owner', 'V'),
(8, 'vendor_communication', 'user_id', '1', 'A'),
(9, 'vendor_communication', 'vendor_owner', 'vendor_owner', 'V'),
(10, 'vendor_data_premoderation', 'vendor_owner', 'vendor_owner', 'V'),
(11, 'call_requests', 'user_id', '1', 'A'),
(12, 'call_requests', 'vendor_owner', 'vendor_owner', 'V'),
(13, 'system', 'user_id', '1', 'A'),
(14, 'vendor_debt_payout', 'user_id', '1', 'A'),
(15, 'vendor_debt_payout', 'vendor_owner', 'vendor_owner', 'V'),
(16, 'rma', 'user_id', '1', 'A'),
(17, 'discussion', 'user_id', '1', 'A'),
(18, 'vendor_plans', 'user_id', '1', 'A'),
(19, 'vendor_plans', 'vendor_owner', 'vendor_owner', 'V'),
(20, 'product_reviews.product_reviews', 'user_id', '1', 'A'),
(21, 'product_reviews.product_reviews', 'vendor_owner', 'vendor_owner', 'V');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_notification_settings`
--

CREATE TABLE `partiushop_notification_settings` (
  `event_id` varchar(100) NOT NULL,
  `transport_id` varchar(50) NOT NULL,
  `receiver` varchar(15) NOT NULL COMMENT 'Receiver of notification message: C - Customer, A - Administrator, V - Vendor',
  `is_allowed` tinyint(3) DEFAULT 0 COMMENT '0 - will NOT be sent, 1 - will BE sent'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_notification_settings`
--

INSERT INTO `partiushop_notification_settings` (`event_id`, `transport_id`, `receiver`, `is_allowed`) VALUES
('call_requests.request_created', 'mail', 'A', 1),
('discussion.categories.new_post', 'mail', 'A', 0),
('discussion.pages.new_post', 'mail', 'A', 0),
('discussion.pages.new_post', 'mail', 'V', 0),
('discussion.products.new_post', 'mail', 'A', 0),
('discussion.testimonials.new_post', 'mail', 'A', 0),
('discussion.vendors.new_post', 'mail', 'A', 0),
('order.status_changed.b', 'mail', 'A', 1),
('order.status_changed.c', 'mail', 'A', 1),
('order.status_changed.d', 'mail', 'A', 1),
('order.status_changed.f', 'mail', 'A', 1),
('order.status_changed.i', 'mail', 'A', 1),
('order.status_changed.o', 'mail', 'A', 1),
('order.status_changed.p', 'mail', 'A', 1),
('order.status_changed.y', 'mail', 'A', 1),
('order.updated', 'mail', 'A', 1),
('profile.activated.a', 'mail', 'A', 1),
('profile.added', 'mail', 'A', 1),
('profile.created.a', 'mail', 'A', 1),
('profile.deactivated.a', 'mail', 'A', 1),
('profile.password_recover.a', 'mail', 'A', 1),
('profile.password_reminder', 'mail', 'A', 1),
('profile.updated.a', 'mail', 'A', 1),
('profile.usergroup_activation.a', 'mail', 'A', 1),
('profile.usergroup_disactivation.a', 'mail', 'A', 1),
('profile.usergroup_request', 'mail', 'A', 1),
('system.realtime_shipping_error.a', 'mail', 'A', 1),
('vendors_require_approval', 'internal', 'A', 1),
('vendor_communication.message_received', 'internal', 'A', 1),
('vendor_communication.message_received', 'mail', 'A', 1);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_orders`
--

CREATE TABLE `partiushop_orders` (
  `order_id` mediumint(8) UNSIGNED NOT NULL,
  `is_parent_order` char(1) NOT NULL DEFAULT 'N',
  `parent_order_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `issuer_id` mediumint(8) UNSIGNED DEFAULT NULL,
  `user_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `total` decimal(12,2) NOT NULL DEFAULT 0.00,
  `subtotal` decimal(12,2) NOT NULL DEFAULT 0.00,
  `discount` decimal(12,2) NOT NULL DEFAULT 0.00,
  `subtotal_discount` decimal(12,2) NOT NULL DEFAULT 0.00,
  `payment_surcharge` decimal(12,2) NOT NULL DEFAULT 0.00,
  `shipping_ids` varchar(255) NOT NULL DEFAULT '',
  `shipping_cost` decimal(12,2) NOT NULL DEFAULT 0.00,
  `timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `status` char(1) NOT NULL DEFAULT 'O',
  `notes` text DEFAULT NULL,
  `details` text DEFAULT NULL,
  `promotions` text DEFAULT NULL,
  `promotion_ids` varchar(255) NOT NULL DEFAULT '',
  `firstname` varchar(32) NOT NULL DEFAULT '',
  `lastname` varchar(32) NOT NULL DEFAULT '',
  `company` varchar(255) NOT NULL DEFAULT '',
  `b_firstname` varchar(128) NOT NULL DEFAULT '',
  `b_lastname` varchar(128) NOT NULL DEFAULT '',
  `b_address` varchar(255) NOT NULL DEFAULT '',
  `b_address_2` varchar(255) NOT NULL DEFAULT '',
  `b_city` varchar(64) NOT NULL DEFAULT '',
  `b_county` varchar(32) NOT NULL DEFAULT '',
  `b_state` varchar(32) NOT NULL DEFAULT '',
  `b_country` char(2) NOT NULL DEFAULT '',
  `b_zipcode` varchar(32) NOT NULL DEFAULT '',
  `b_phone` varchar(128) NOT NULL DEFAULT '',
  `s_firstname` varchar(128) NOT NULL DEFAULT '',
  `s_lastname` varchar(128) NOT NULL DEFAULT '',
  `s_address` varchar(255) NOT NULL DEFAULT '',
  `s_address_2` varchar(255) NOT NULL DEFAULT '',
  `s_city` varchar(64) NOT NULL DEFAULT '',
  `s_county` varchar(32) NOT NULL DEFAULT '',
  `s_state` varchar(32) NOT NULL DEFAULT '',
  `s_country` char(2) NOT NULL DEFAULT '',
  `s_zipcode` varchar(32) NOT NULL DEFAULT '',
  `s_phone` varchar(128) NOT NULL DEFAULT '',
  `s_address_type` varchar(32) NOT NULL DEFAULT '',
  `phone` varchar(128) NOT NULL DEFAULT '',
  `fax` varchar(128) NOT NULL DEFAULT '',
  `url` varchar(32) NOT NULL DEFAULT '',
  `email` varchar(128) NOT NULL DEFAULT '',
  `payment_id` mediumint(8) NOT NULL DEFAULT 0,
  `tax_exempt` char(1) NOT NULL DEFAULT 'N',
  `lang_code` char(2) NOT NULL DEFAULT '',
  `ip_address` varbinary(40) NOT NULL DEFAULT '',
  `repaid` int(11) NOT NULL DEFAULT 0,
  `validation_code` varchar(20) NOT NULL DEFAULT '',
  `localization_id` mediumint(8) NOT NULL,
  `profile_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `storefront_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `updated_at` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `id_pedido_bling` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_orders`
--

INSERT INTO `partiushop_orders` (`order_id`, `is_parent_order`, `parent_order_id`, `company_id`, `issuer_id`, `user_id`, `total`, `subtotal`, `discount`, `subtotal_discount`, `payment_surcharge`, `shipping_ids`, `shipping_cost`, `timestamp`, `status`, `notes`, `details`, `promotions`, `promotion_ids`, `firstname`, `lastname`, `company`, `b_firstname`, `b_lastname`, `b_address`, `b_address_2`, `b_city`, `b_county`, `b_state`, `b_country`, `b_zipcode`, `b_phone`, `s_firstname`, `s_lastname`, `s_address`, `s_address_2`, `s_city`, `s_county`, `s_state`, `s_country`, `s_zipcode`, `s_phone`, `s_address_type`, `phone`, `fax`, `url`, `email`, `payment_id`, `tax_exempt`, `lang_code`, `ip_address`, `repaid`, `validation_code`, `localization_id`, `profile_id`, `storefront_id`, `updated_at`, `id_pedido_bling`) VALUES
(101, 'N', 0, 4, 0, 3, '38.00', '10.00', '0.00', '0.00', '0.00', '8', '28.00', 1624904796, 'A', '', '', 'a:0:{}', '', 'Customer', 'Customer', '', 'Customer', 'Customer', 'Rua Carlos Drummond de Andrade', '', 'Goioere', '', 'Parana', 'BR', '8736000', '', '', '', 'Rua Carlos Drummond de Andrade', '', 'Goioere', '', 'Parana', 'BR', '8736000', '', '', '+55(44)99886-0473', '', '', 'eduardohenriquest@outlook.com', 2, 'N', 'pt', 0x6163313230303031, 0, '', 0, 2, 1, 1651861150, NULL),
(102, 'N', 0, 4, 0, 3, '34.00', '10.00', '0.00', '0.00', '0.00', '8', '24.00', 1625155661, 'P', '', '', 'a:0:{}', '', 'Customer', 'Customer', '', 'Customer', 'Customer', 'Rua Carlos Drummond de Andrade', '', 'Goioere', '', 'Parana', 'BR', '8736000', '', '', '', 'Rua Carlos Drummond de Andrade', '', 'Goioere', '', 'Parana', 'BR', '8736000', '', '', '+55(44)99886-0473', '', '', 'customer@example.com', 2, 'N', 'pt', 0x6163313230303031, 0, '', 0, 2, 1, 1625155661, NULL),
(103, 'N', 0, 4, 0, 3, '38.00', '10.00', '0.00', '0.00', '0.00', '8', '28.00', 1625694978, 'P', '', '', 'a:0:{}', '', 'Customer', 'Customer', '', 'Customer', 'Customer', 'Rua Carlos Drummond de Andrade', '', 'Goioere', '', 'Parana', 'BR', '05311900', '', '', '', 'Rua Carlos Drummond de Andrade', '', 'Goioere', '', 'Parana', 'BR', '05311900', '', '', '+55(44)99886-0473', '', '', 'customer@example.com', 5, 'N', 'pt', 0x6163313230303031, 0, '', 0, 2, 1, 1625694978, NULL),
(104, 'N', 0, 4, 0, 3, '38.00', '10.00', '0.00', '0.00', '0.00', '8', '28.00', 1625696272, 'P', '', '', 'a:0:{}', '', 'Customer', 'Customer', '', 'Customer', 'Customer', 'Rua Carlos Drummond de Andrade', '', 'Goioere', '', 'Parana', 'BR', '05311900', '', '', '', 'Rua Carlos Drummond de Andrade', '', 'Goioere', '', 'Parana', 'BR', '05311900', '', '', '+55(44)99886-0473', '', '', 'customer@example.com', 5, 'N', 'pt', 0x6163313230303031, 0, '', 0, 2, 1, 1625696272, NULL),
(105, 'N', 0, 4, 1, 3, '34.15', '10.00', '0.00', '0.00', '0.00', '8', '24.15', 1626368977, 'Y', '', '', 'a:0:{}', '', 'Eduardo', 'Santos', '', 'Eduardo', 'Santos', 'Rua Mergenthaler', '', 'Vila Leopoldina', '', 'São Paulo', 'BR', '05311900', '+55(44)99886-0473', '', '', 'Rua Mergenthaler', '', 'Vila Leopoldina', '', 'São Paulo', 'BR', '05311900', '', '', '+55(44)99886-0473', '', '', 'eduardohenriquest@outlook.com', 2, 'N', 'pt', 0x6163313230303031, 0, '', 0, 2, 1, 1652204846, NULL),
(106, 'N', 0, 4, NULL, 30, '3900.00', '3900.00', '0.00', '0.00', '0.00', '', '0.00', 1629155368, 'Y', NULL, NULL, 'a:0:{}', '', '', '', '', '', '', ' ', '', ' ', '', ' ', '', '', '', '', '', ' ', '', ' ', '', ' ', '', '', '', '', '', '', '', 'giovannivinicius1997@gmail.com', 0, 'N', 'pt', 0x3264613937636166, 0, '', 0, 0, 1, 1629155368, NULL),
(107, 'N', 0, 4, NULL, 30, '27916.17', '27800.00', '0.00', '0.00', '0.00', '10', '116.17', 1634595675, 'P', NULL, NULL, 'a:0:{}', '', 'Giovanni Vinicius de', 'Figueiredo', '', 'Giovanni Vinicius de', 'Figueiredo', 'Rua Carmona Peres', '', 'Douradina', '', 'Paraná', 'BR', '87485000', '', '', '', 'Rua Carmona Peres', '', 'Douradina', '', 'Paraná', 'BR', '87485000', '', '', '', '', '', 'giovannivinicius1997@gmail.com', 1, 'N', 'pt', 0x3264613937636539, 0, '', 0, 31, 1, 1634595675, NULL),
(108, 'N', 0, 4, 0, 3, '3924.15', '3900.00', '0.00', '0.00', '0.00', '8', '24.15', 1635452508, 'A', '', '', 'a:0:{}', '', 'Eduardo', 'Santos', '', 'Eduardo', 'Santos', 'Rua Mergenthaler', '', 'Vila Leopoldina', '', 'São Paulo', 'BR', '05311900', '+55(44)99886-0473', '', '', 'Rua Mergenthaler', '', 'Vila Leopoldina', '', 'São Paulo', 'BR', '05311900', '', '', '+55(44)99886-0473', '', '', 'eduardohenriquest@outlook.com', 1, 'N', 'pt', 0x6231343663336539, 0, '', 0, 2, 1, 1651860708, NULL),
(109, 'N', 0, 4, 0, 3, '5024.15', '5000.00', '0.00', '0.00', '0.00', '8', '24.15', 1635452589, 'A', '', '', 'a:0:{}', '', 'Eduardo', 'Santos', '', 'Eduardo', 'Santos', 'Rua Mergenthaler', '', 'Vila Leopoldina', '', 'São Paulo', 'BR', '05311900', '+55(44)99886-0473', '', '', 'Rua Mergenthaler', '', 'Vila Leopoldina', '', 'São Paulo', 'BR', '05311900', '', '', '+55(44)99886-0473', '', '', 'eduardohenriquest@outlook.com', 12, 'N', 'pt', 0x6231343663336539, 0, '', 0, 2, 1, 1652117619, NULL),
(110, 'N', 0, 4, NULL, 3, '5024.15', '5000.00', '0.00', '0.00', '0.00', '8', '24.15', 1637109916, 'A', NULL, NULL, 'a:0:{}', '', 'Eduardo', 'Santos', '', 'Eduardo', 'Santos', 'Rua Mergenthaler', '', 'Vila Leopoldina', '', 'São Paulo', 'BR', '05311900', '+55(44)99886-0473', 'Eduardo', 'Santos', 'Rua Mergenthaler', '', 'Vila Leopoldina', '', 'São Paulo', 'BR', '05311900', '+55(44)99886-0473', '', '+55(44)99886-0473', '', '', 'customer@example.com', 12, 'N', 'pt', 0x6231343663333533, 0, '', 0, 2, 1, 1637112181, NULL),
(111, 'N', 0, 4, NULL, 3, '3951.69', '3900.00', '0.00', '0.00', '0.00', '10', '51.69', 1637114700, 'C', NULL, NULL, 'a:0:{}', '', 'Eduardo', 'Santos', '', 'Eduardo', 'Santos', 'Rua Mergenthaler', '', 'Vila Leopoldina', '', 'São Paulo', 'BR', '05311900', '+55(44)99886-0473', 'Eduardo', 'Santos', 'Rua Mergenthaler', '', 'Vila Leopoldina', '', 'São Paulo', 'BR', '05311900', '+55(44)99886-0473', '', '+55(44)99886-0473', '', '', 'customer@example.com', 12, 'N', 'pt', 0x6231343663333533, 0, '', 0, 2, 1, 1637114750, NULL),
(112, 'N', 0, 4, NULL, 3, '3924.15', '3900.00', '0.00', '0.00', '0.00', '8', '24.15', 1637115198, 'A', NULL, NULL, 'a:0:{}', '', 'Eduardo', 'Santos', '', 'Eduardo', 'Santos', 'Rua Mergenthaler', '', 'Vila Leopoldina', '', 'São Paulo', 'BR', '05311900', '+55(44)99886-0473', 'Eduardo', 'Santos', 'Rua Mergenthaler', '', 'Vila Leopoldina', '', 'São Paulo', 'BR', '05311900', '+55(44)99886-0473', '', '+55(44)99886-0473', '', '', 'customer@example.com', 12, 'N', 'pt', 0x6231343663333533, 0, '', 0, 2, 1, 1651860018, NULL),
(113, 'N', 0, 4, 0, 35, '5048.38', '5000.00', '0.00', '0.00', '0.00', '10', '48.38', 1651087142, 'O', '', '', 'a:0:{}', '', 'Ruan', 'Silva', '', 'Reunião', 'PartiuHub', 'Sla', '', 'Magisterio', '', '', 'BR', '95599000', '', '', '', 'Rua canela', '', 'Balneario Pinhal', '', 'Rio grande do sul', 'BR', '95599000', '', '', '', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1651513790, NULL),
(114, 'N', 0, 4, 0, 35, '3923.67', '3900.00', '0.00', '0.00', '0.00', '8', '23.67', 1651087872, 'C', '', '', 'a:0:{}', '', 'Ruan', 'Silva', '', 'Reunião', 'PartiuHub', 'Sla', '', 'Magisterio', '', '', 'BR', '95599000', '', '', '', 'Rua canela', '', 'Balneario Pinhal', '', 'Rio grande do sul', 'BR', '95599000', '', '', '', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1651180281, NULL),
(115, 'N', 0, 4, NULL, 35, '5048.38', '5000.00', '0.00', '0.00', '0.00', '10', '48.38', 1651515299, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', '', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1651515364, NULL),
(116, 'N', 0, 4, NULL, 35, '3923.67', '3900.00', '0.00', '0.00', '0.00', '8', '23.67', 1651515835, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', '', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1651515870, NULL),
(117, 'N', 0, 4, NULL, 35, '5048.38', '5000.00', '0.00', '0.00', '0.00', '10', '48.38', 1651523005, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', '', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1651523042, NULL),
(118, 'N', 0, 4, NULL, 35, '5048.38', '5000.00', '0.00', '0.00', '0.00', '10', '48.38', 1651523156, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', '', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1651523198, NULL),
(119, 'N', 0, 4, NULL, 35, '5023.67', '5000.00', '0.00', '0.00', '0.00', '8', '23.67', 1651598925, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', '', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1651598957, NULL),
(120, 'N', 0, 4, NULL, 35, '3948.38', '3900.00', '0.00', '0.00', '0.00', '10', '48.38', 1651599127, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', '', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1651599151, NULL),
(121, 'N', 0, 4, NULL, 35, '5023.67', '5000.00', '0.00', '0.00', '0.00', '8', '23.67', 1651599387, 'P', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', '', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1651599409, NULL),
(122, 'N', 0, 4, NULL, 35, '5023.67', '5000.00', '0.00', '0.00', '0.00', '8', '23.67', 1651599468, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', '', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1651599489, NULL),
(123, 'N', 0, 4, NULL, 35, '5023.67', '5000.00', '0.00', '0.00', '0.00', '8', '23.67', 1651599692, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', '', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1651599713, NULL),
(124, 'N', 0, 4, NULL, 35, '5048.38', '5000.00', '0.00', '0.00', '0.00', '10', '48.38', 1651599995, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', '', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1651600014, NULL),
(125, 'N', 0, 4, 0, 35, '5048.38', '5000.00', '0.00', '0.00', '0.00', '10', '48.38', 1651600095, 'A', '', '', 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', '', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1651605461, NULL),
(126, 'N', 0, 4, NULL, 35, '8960.50', '8900.00', '0.00', '0.00', '0.00', '10', '60.50', 1651695355, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', '', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1651695400, NULL),
(127, 'N', 0, 4, NULL, 35, '5023.67', '5000.00', '0.00', '0.00', '0.00', '8', '23.67', 1651696194, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', '', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1651696538, NULL),
(128, 'N', 0, 4, NULL, 35, '5023.67', '5000.00', '0.00', '0.00', '0.00', '8', '23.67', 1651696232, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', '', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1651696911, NULL),
(129, 'N', 0, 4, NULL, 35, '5023.67', '5000.00', '0.00', '0.00', '0.00', '8', '23.67', 1651696268, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', '', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1651696965, NULL),
(130, 'N', 0, 4, NULL, 35, '5023.67', '5000.00', '0.00', '0.00', '0.00', '8', '23.67', 1651697022, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', '', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1651697043, NULL),
(131, 'N', 0, 4, NULL, 35, '5023.67', '5000.00', '0.00', '0.00', '0.00', '8', '23.67', 1652120172, 'C', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', 'MA', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1652120517, NULL),
(132, 'N', 0, 4, NULL, 35, '5023.67', '5000.00', '0.00', '0.00', '0.00', '8', '23.67', 1652123113, 'C', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', 'MA', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1652123124, NULL),
(133, 'N', 0, 4, NULL, 35, '5023.67', '5000.00', '0.00', '0.00', '0.00', '8', '23.67', 1652123677, 'C', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', 'MA', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1652123692, NULL),
(134, 'N', 0, 4, NULL, 35, '3923.67', '3900.00', '0.00', '0.00', '0.00', '8', '23.67', 1652124405, 'C', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', 'MA', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1652124428, NULL),
(135, 'N', 0, 4, NULL, 35, '5023.67', '5000.00', '0.00', '0.00', '0.00', '8', '23.67', 1652124780, 'N', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', 'MA', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 12, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1652124780, NULL),
(136, 'N', 0, 4, NULL, 35, '5048.38', '5000.00', '0.00', '0.00', '0.00', '10', '48.38', 1652124862, 'C', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', 'MA', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1652124883, NULL),
(137, 'N', 0, 4, NULL, 35, '5023.67', '5000.00', '0.00', '0.00', '0.00', '8', '23.67', 1652204624, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', 'MA', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1652204647, NULL),
(138, 'N', 0, 4, NULL, 35, '5023.67', '5000.00', '0.00', '0.00', '0.00', '8', '23.67', 1652208287, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', 'MA', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1652208309, NULL),
(139, 'N', 0, 4, NULL, 35, '5023.67', '5000.00', '0.00', '0.00', '0.00', '8', '23.67', 1652208571, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', 'MA', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1652208589, NULL),
(140, 'N', 0, 4, NULL, 35, '5048.38', '5000.00', '0.00', '0.00', '0.00', '10', '48.38', 1652208754, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', 'MA', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1652208783, NULL),
(141, 'N', 0, 4, NULL, 35, '5048.38', '5000.00', '0.00', '0.00', '0.00', '10', '48.38', 1652209166, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', 'MA', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1652209190, NULL),
(142, 'N', 0, 4, NULL, 35, '5048.38', '5000.00', '0.00', '0.00', '0.00', '10', '48.38', 1652210620, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', 'MA', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1652210645, NULL),
(143, 'N', 0, 4, NULL, 35, '5023.67', '5000.00', '0.00', '0.00', '0.00', '8', '23.67', 1652210771, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', 'MA', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1652210788, NULL),
(144, 'N', 0, 4, NULL, 35, '8928.09', '8900.00', '0.00', '0.00', '0.00', '8', '28.09', 1652210910, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', 'MA', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1652210925, NULL),
(145, 'N', 0, 4, NULL, 35, '5023.67', '5000.00', '0.00', '0.00', '0.00', '8', '23.67', 1652211223, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', 'MA', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1652211242, NULL),
(146, 'N', 0, 4, NULL, 35, '5023.67', '5000.00', '0.00', '0.00', '0.00', '8', '23.67', 1652211365, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', 'MA', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1652211382, NULL),
(147, 'N', 0, 4, NULL, 35, '8928.09', '8900.00', '0.00', '0.00', '0.00', '8', '28.09', 1652211525, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', 'MA', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1652211545, NULL),
(148, 'N', 0, 4, NULL, 35, '5023.67', '5000.00', '0.00', '0.00', '0.00', '8', '23.67', 1652212274, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', 'MA', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1652212292, NULL),
(149, 'N', 0, 4, NULL, 35, '5048.38', '5000.00', '0.00', '0.00', '0.00', '10', '48.38', 1652212505, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', 'MA', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1652212524, NULL),
(150, 'N', 0, 4, NULL, 35, '5023.67', '5000.00', '0.00', '0.00', '0.00', '8', '23.67', 1652212609, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', 'MA', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1652212657, NULL),
(151, 'N', 0, 4, NULL, 35, '8928.09', '8900.00', '0.00', '0.00', '0.00', '8', '28.09', 1652212825, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', 'MA', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1652212842, NULL),
(152, 'N', 0, 4, NULL, 35, '5023.67', '5000.00', '0.00', '0.00', '0.00', '8', '23.67', 1652290455, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', 'MA', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1652290490, NULL),
(153, 'N', 0, 4, NULL, 35, '3923.67', '3900.00', '0.00', '0.00', '0.00', '8', '23.67', 1652290650, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', 'MA', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1652290695, NULL),
(154, 'N', 0, 4, NULL, 35, '5023.67', '5000.00', '0.00', '0.00', '0.00', '8', '23.67', 1652290788, 'A', NULL, NULL, 'a:0:{}', '', 'Ruan', 'Silva', '', 'Ruan', 'Silva', 'Rua canela', '', 'Magisterio', '', 'MA', 'BR', '95599000', '+55(51)99577-8391', '', '', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'São Paulo', 'BR', '16015244', '', '', '+55(51)99577-8391', '', '', 'ruanwdssilveira@gmail.com', 2, 'N', 'pt', 0x3264623538343231, 0, '', 0, 36, 1, 1652290821, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_order_attachments`
--

CREATE TABLE `partiushop_order_attachments` (
  `order_attachment_id` int(11) NOT NULL,
  `type` int(11) DEFAULT NULL,
  `order_id` int(11) NOT NULL,
  `chave_acesso_nf` varchar(255) DEFAULT NULL,
  `nfe_xml` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_order_attachments`
--

INSERT INTO `partiushop_order_attachments` (`order_attachment_id`, `type`, `order_id`, `chave_acesso_nf`, `nfe_xml`) VALUES
(1, 1, 110, '31220360594538000950550040004656971946621631', '<?xml version=\"1.0\"?>\n<nfeProc xmlns=\"http://www.portalfiscal.inf.br/nfe\" versao=\"4.00\"><NFe xmlns=\"http://www.portalfiscal.inf.br/nfe\"><infNFe Id=\"NFe31220360594538000950550040004656971946621631\" versao=\"4.00\"><ide><cUF>31</cUF><cNF>94662163</cNF><natOp>VENDA DE PRODUCAO DO ESTABELECIMENTO</natOp><mod>55</mod><serie>4</serie><nNF>465697</nNF><dhEmi>2022-03-02T11:04:22-03:00</dhEmi><tpNF>1</tpNF><idDest>2</idDest><cMunFG>3152501</cMunFG><tpImp>1</tpImp><tpEmis>1</tpEmis><cDV>1</cDV><tpAmb>1</tpAmb><finNFe>1</finNFe><indFinal>0</indFinal><indPres>9</indPres><procEmi>0</procEmi><verProc>5.0</verProc></ide><emit><CNPJ>60594538000950</CNPJ><xNome>SOBRAL INVICTA S/A</xNome><xFant>INVICTA</xFant><enderEmit><xLgr>RODOVIA JK BR 459</xLgr><nro>KM 111</nro><xBairro>PORTAL DO IPIRANGA</xBairro><cMun>3152501</cMun><xMun>POUSO ALEGRE</xMun><UF>MG</UF><CEP>37556710</CEP><cPais>1058</cPais><xPais>BRASIL</xPais><fone>3534497100</fone></enderEmit><IE>5254735440014</IE><CRT>3</CRT></emit><dest><CNPJ>22962737000128</CNPJ><xNome>GAZIN ATACADO CENTRO OESTE LTDA</xNome><enderDest><xLgr>ROD GO 330</xLgr><nro>KM 237,,S/N,KM</nro><xCpl>237</xCpl><xBairro>SETOR AEROPORTO</xBairro><cMun>5210109</cMun><xMun>IPAMERI</xMun><UF>GO</UF><CEP>75780000</CEP><cPais>1058</cPais><xPais>BRASIL</xPais><fone>4436638000</fone></enderDest><indIEDest>1</indIEDest><IE>106461141</IE><email>nfe@gazin.com.br</email></dest><det nItem=\"1\"><prod><cProd>100100020105</cProd><cEAN>7891691004384</cEAN><xProd>GARRAFA AIR POT INOX SLIM 1,8L</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>20.00</qCom><vUnCom>38.78</vUnCom><vProd>775.60</vProd><cEANTrib>7891691004384</cEANTrib><uTrib>PC</uTrib><qTrib>20.00</qTrib><vUnTrib>38.78</vUnTrib><indTot>1</indTot><xPed>5008265</xPed><nFCI>82AD9530-0202-4C4E-BBA1-6A79BDA8F71C</nFCI></prod><imposto><ICMS><ICMS00><orig>5</orig><CST>00</CST><modBC>3</modBC><vBC>775.60</vBC><pICMS>7.00</pICMS><vICMS>54.29</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>775.60</vBC><pIPI>11.25</pIPI><vIPI>87.26</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>721.31</vBC><pPIS>1.65</pPIS><vPIS>11.90</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>721.31</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>54.82</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"2\"><prod><cProd>100197280105</cProd><cEAN>7891691097287</cEAN><xProd>GARRAFA AIR POT 1,8 L INOX</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>20.00</qCom><vUnCom>51.62</vUnCom><vProd>1032.40</vProd><cEANTrib>7891691097287</cEANTrib><uTrib>PC</uTrib><qTrib>20.00</qTrib><vUnTrib>51.62</vUnTrib><indTot>1</indTot><xPed>5008265</xPed><nFCI>962274A6-A9D4-4ADE-AAB0-9BAB1ACDC191</nFCI></prod><imposto><ICMS><ICMS00><orig>5</orig><CST>00</CST><modBC>3</modBC><vBC>1032.40</vBC><pICMS>7.00</pICMS><vICMS>72.27</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>1032.40</vBC><pIPI>11.25</pIPI><vIPI>116.15</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>960.13</vBC><pPIS>1.65</pPIS><vPIS>15.84</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>960.13</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>72.97</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"3\"><prod><cProd>100688030105</cProd><cEAN>7891691188039</cEAN><xProd>GARRAFA VG 0,75L PRETA</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>12.00</qCom><vUnCom>11.07</vUnCom><vProd>132.84</vProd><cEANTrib>7891691188039</cEANTrib><uTrib>PC</uTrib><qTrib>12.00</qTrib><vUnTrib>11.07</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>132.84</vBC><pICMS>7.00</pICMS><vICMS>9.30</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>132.84</vBC><pIPI>11.25</pIPI><vIPI>14.94</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>123.54</vBC><pPIS>1.65</pPIS><vPIS>2.04</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>123.54</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>9.39</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"4\"><prod><cProd>100773110105</cProd><cEAN>7891691173110</cEAN><xProd>GARRAFA GLT PS 1L PRETA</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>18.00</qCom><vUnCom>20.45</vUnCom><vProd>368.10</vProd><cEANTrib>7891691173110</cEANTrib><uTrib>PC</uTrib><qTrib>18.00</qTrib><vUnTrib>20.45</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>368.10</vBC><pICMS>7.00</pICMS><vICMS>25.77</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>368.10</vBC><pIPI>11.25</pIPI><vIPI>41.41</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>342.33</vBC><pPIS>1.65</pPIS><vPIS>5.65</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>342.33</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>26.02</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"5\"><prod><cProd>100773110107</cProd><cEAN>7891691273117</cEAN><xProd>GARRAFA GLT PS 1L BRANCA</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>12.00</qCom><vUnCom>20.45</vUnCom><vProd>245.40</vProd><cEANTrib>7891691273117</cEANTrib><uTrib>PC</uTrib><qTrib>12.00</qTrib><vUnTrib>20.45</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>245.40</vBC><pICMS>7.00</pICMS><vICMS>17.18</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>245.40</vBC><pIPI>11.25</pIPI><vIPI>27.61</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>228.22</vBC><pPIS>1.65</pPIS><vPIS>3.77</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>228.22</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>17.34</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"6\"><prod><cProd>101487151808</cProd><cEAN>7891691013911</cEAN><xProd>REC TERM 5L MARATONA VERMELHO VELVET</xProd><NCM>39233090</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>90.00</qCom><vUnCom>15.06</vUnCom><vProd>1355.40</vProd><cEANTrib>7891691013911</cEANTrib><uTrib>PC</uTrib><qTrib>90.00</qTrib><vUnTrib>15.06</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>1355.40</vBC><pICMS>7.00</pICMS><vICMS>94.88</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>1355.40</vBC><pIPI>11.25</pIPI><vIPI>152.48</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>1260.52</vBC><pPIS>1.65</pPIS><vPIS>20.80</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>1260.52</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>95.80</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"7\"><prod><cProd>101487152006</cProd><cEAN>7891691013928</cEAN><xProd>REC TERM 5L MARATONA INCESS BLUE</xProd><NCM>39233090</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>168.00</qCom><vUnCom>15.06</vUnCom><vProd>2530.08</vProd><cEANTrib>7891691013928</cEANTrib><uTrib>PC</uTrib><qTrib>168.00</qTrib><vUnTrib>15.06</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>2530.08</vBC><pICMS>7.00</pICMS><vICMS>177.10</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>2530.08</vBC><pIPI>11.25</pIPI><vIPI>284.63</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>2352.98</vBC><pPIS>1.65</pPIS><vPIS>38.82</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>2352.98</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>178.83</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"8\"><prod><cProd>101487222006</cProd><cEAN>7891691013348</cEAN><xProd>REC TERM 2,3L MARATONA INCESS BLUE</xProd><NCM>39233090</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>6.00</qCom><vUnCom>14.67</vUnCom><vProd>88.02</vProd><cEANTrib>7891691013348</cEANTrib><uTrib>PC</uTrib><qTrib>6.00</qTrib><vUnTrib>14.67</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>88.02</vBC><pICMS>7.00</pICMS><vICMS>6.16</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>88.02</vBC><pIPI>11.25</pIPI><vIPI>9.90</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>81.86</vBC><pPIS>1.65</pPIS><vPIS>1.35</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>81.86</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>6.22</vCOFINS></COFINSAliq></COFINS></imposto></det><total><ICMSTot><vBC>6527.84</vBC><vICMS>456.95</vICMS><vICMSDeson>0.00</vICMSDeson><vFCP>0.00</vFCP><vBCST>0.00</vBCST><vST>0.00</vST><vFCPST>0.00</vFCPST><vFCPSTRet>0.00</vFCPSTRet><vProd>6527.84</vProd><vFrete>0.00</vFrete><vSeg>0.00</vSeg><vDesc>0.00</vDesc><vII>0.00</vII><vIPI>734.38</vIPI><vIPIDevol>0.00</vIPIDevol><vPIS>100.17</vPIS><vCOFINS>461.39</vCOFINS><vOutro>0.00</vOutro><vNF>7262.22</vNF></ICMSTot></total><transp><modFrete>0</modFrete><transporta><CNPJ>58506155000508</CNPJ><xNome>MIRA OTM TRANSPORTES LTDA</xNome><IE>7020054150060</IE><xEnder>AV JOSE ANDRAUS GASSANI 4870</xEnder><xMun>UBERLANDIA</xMun><UF>MG</UF></transporta><vol><qVol>61</qVol><esp>CX(S) DE PAPELAO</esp><marca>SOBRAL INVIC</marca><pesoL>277.434</pesoL><pesoB>289.714</pesoB></vol></transp><cobr><fat><nFat>0465697</nFat><vOrig>7262.22</vOrig><vDesc>0.00</vDesc><vLiq>7262.22</vLiq></fat><dup><nDup>001</nDup><dVenc>2022-05-31</dVenc><vDup>7262.22</vDup></dup></cobr><pag><detPag><indPag>1</indPag><tPag>15</tPag><vPag>7262.22</vPag></detPag></pag><infAdic><infCpl>S/Pedido : 5008265 N/Pedido : 220226022355 Represent : 262 Tel : (043) 9917-2728</infCpl></infAdic><compra><xPed>5008265</xPed></compra></infNFe><Signature xmlns=\"http://www.w3.org/2000/09/xmldsig#\"><SignedInfo xmlns=\"http://www.w3.org/2000/09/xmldsig#\"><CanonicalizationMethod Algorithm=\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\"/><SignatureMethod Algorithm=\"http://www.w3.org/2000/09/xmldsig#rsa-sha1\"/><Reference URI=\"#NFe31220360594538000950550040004656971946621631\"><Transforms><Transform Algorithm=\"http://www.w3.org/2000/09/xmldsig#enveloped-signature\"/><Transform Algorithm=\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\"/></Transforms><DigestMethod Algorithm=\"http://www.w3.org/2000/09/xmldsig#sha1\"/><DigestValue>3mQdUGfcb2h+C762v+QlV4jWXXI=</DigestValue></Reference></SignedInfo><SignatureValue>lOPa1Za0okzvqXswRI7IPffhZQ6t9dH6mJaLv6aDuJ8cHww8QwIDXwdO//aELy9aiwZOPKya0MTlEtmFXfRew6lH6hDIRS3p9oSYc8N9Gcy6T0itoiED1PWWLmq1LO20OVD9Ob5wwzulBo2G/kveUnJ0bDs2dV72Dm/7H1XP6wpWrCofgJ7/hyHjFe2aQY8Dv+BqoCG14z5MGR/i7rzxgXZBROpekNmH3tlMRvQE773s59UXOPjzwClPuSoGO/sz3gvonAxHDauvam7mg3z5V6P4t0d4Q7unY1TfGMnHSulnJFa7A338r0EfqUK1mgEmqWwZ2xhDbTsrtb7aF4HXVw==</SignatureValue><KeyInfo><X509Data><X509Certificate>MIIH7TCCBdWgAwIBAgIQQYE85rlpdvC0TyeS/Mad0zANBgkqhkiG9w0BAQsFADB0MQswCQYDVQQGEwJCUjETMBEGA1UEChMKSUNQLUJyYXNpbDEtMCsGA1UECxMkQ2VydGlzaWduIENlcnRpZmljYWRvcmEgRGlnaXRhbCBTLkEuMSEwHwYDVQQDExhBQyBDZXJ0aXNpZ24gTXVsdGlwbGEgRzcwHhcNMjEwNDAxMTY0NzU4WhcNMjIwNDAxMTY0NzU4WjCBvjELMAkGA1UEBhMCQlIxEzARBgNVBAoMCklDUC1CcmFzaWwxHjAcBgNVBAsMFUFDIENlcnRpc2lnbiBNdWx0aXBsYTEXMBUGA1UECwwOMTM3MDQ0ODgwMDAxODAxGTAXBgNVBAsMEFZpZGVvQ29uZmVyZW5jaWExGzAZBgNVBAsMEkFzc2luYXR1cmEgVGlwbyBBMTEpMCcGA1UEAwwgU09CUkFMIElOVklDVEEgU09DSUVEQURFIEFOT05JTUEwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCxm4PMkeRlK+zw2StOkv1pQbObB2NqzeFJG6A55+u36gFxFOLvCl/W7nI+mXRnDl6KshkiLzXbArAOxBUZlNUpCQ43rc527TBwVkP3eI9pxQzd/R+xTV+4dUiwkWn0Mp4LpkOSQYC/q+uCPo7GBj37w3n/h4x1OWsc9YqmHHe4HfZD7jPjx9oOxOGB2AgV9fMAdxOjlSlnkLPDPbCnQ1yVI3gH3u6HvXV+O5GVXp11fjKoXHxXV418BXk60wefPsI6e5dohpranqjQ8R9E5is7KV/0P+UsL/MyMPo7RbAEQVPyAVt8hjnkb2qW8fjKmBVnvYkC6sZq+m930VMaDc+7AgMBAAGjggMuMIIDKjCBvAYDVR0RBIG0MIGxoD0GBWBMAQMEoDQEMjE1MDQxOTczMTI2MTM4NjY4MDIwMDAwMDAwMDAwMDAwMDAwMDIyNTc5NzI3NlNTUFNQoCEGBWBMAQMCoBgEFk1JR1VFTCBBTkdFTE8gREEgU0lMVkGgGQYFYEwBAwOgEAQONjA1OTQ1MzgwMDA5NTCgFwYFYEwBAwegDgQMMDAwMDAwMDAwMDAwgRlsdWNpYS5ndWVycmFAbmV3ZWxsY28uY29tMAkGA1UdEwQCMAAwHwYDVR0jBBgwFoAUXXIMvzPSu+OGpuhMBnF+VVwHoNYwgYsGA1UdIASBgzCBgDB+BgZgTAECAQswdDByBggrBgEFBQcCARZmaHR0cDovL2ljcC1icmFzaWwuY2VydGlzaWduLmNvbS5ici9yZXBvc2l0b3Jpby9kcGMvQUNfQ2VydGlzaWduX011bHRpcGxhL0RQQ19BQ19DZXJ0aVNpZ25fTXVsdGlwbGEucGRmMIHGBgNVHR8Egb4wgbswXKBaoFiGVmh0dHA6Ly9pY3AtYnJhc2lsLmNlcnRpc2lnbi5jb20uYnIvcmVwb3NpdG9yaW8vbGNyL0FDQ2VydGlzaWduTXVsdGlwbGFHNy9MYXRlc3RDUkwuY3JsMFugWaBXhlVodHRwOi8vaWNwLWJyYXNpbC5vdXRyYWxjci5jb20uYnIvcmVwb3NpdG9yaW8vbGNyL0FDQ2VydGlzaWduTXVsdGlwbGFHNy9MYXRlc3RDUkwuY3JsMA4GA1UdDwEB/wQEAwIF4DAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwQwgbYGCCsGAQUFBwEBBIGpMIGmMGQGCCsGAQUFBzAChlhodHRwOi8vaWNwLWJyYXNpbC5jZXJ0aXNpZ24uY29tLmJyL3JlcG9zaXRvcmlvL2NlcnRpZmljYWRvcy9BQ19DZXJ0aXNpZ25fTXVsdGlwbGFfRzcucDdjMD4GCCsGAQUFBzABhjJodHRwOi8vb2NzcC1hYy1jZXJ0aXNpZ24tbXVsdGlwbGEuY2VydGlzaWduLmNvbS5icjANBgkqhkiG9w0BAQsFAAOCAgEAR1bhXxsg5/XL/mhok7W71oCGGI9p1i3n/PeJ0hTzk7cd44F9Q9U4Twsx8ORg4gVyPyaxRYJdcxMQVj5rvcY4UmlZYDPBAjcQ7svBlV6OPjJFE/yfDF5RfCFU92W6tdUBdqsYuJQJ+5Vof837o5Xbtr+8kxFNrLuy2Xfrh0AKqwp1AfRh/T6qw6wmiHoDh7YuxsW2s+WPlyiRc7SHNyZxxUEbdSZXoO5OqdpjYWxt1MfAHP+bVIXTgwvRnuc4r6bjQJcc82yLRbow/azZsxEYsfxsFCI+8PHSPYKenK0nWhcXUcyJ/cIGQUBmsvVEvqcwvd/OLHHk7nICvqAszwKx4Yrl7s/7LJWyQ5reESu8iO732guOf9eP4q7zfXxbsV9/8ejFXqdBKeuVuG7qvFH4Tf3ydFYjHVY2hnQpc1erVZ7iuR7Lc1TOB9QR5UTa/8luDxkr3lJBmO30GcFng0uVC4TcwOdBnEJNAcs0IqDvFgg4jefsNOofFcgMz+WDC8oNjsHDwf0JW322ZRz4a/uGKtuH4tDQguHBhut9zGH23Xjomyt4F7AIGCgfgb2djBFzONdH0l/43yYwego4TbUi8et/zEbEmUjBkeL09cHjytPXNVHLKZNIiFuRVMOGF2Bm6UrCJkGmysK0Uoqhj+HlWslSpGAf4ocl64xYCQlqKXk=</X509Certificate></X509Data></KeyInfo></Signature></NFe><protNFe versao=\"4.00\"><infProt Id=\"ID131224601859541\"> <tpAmb>1</tpAmb> <verAplic>14.4.53-SE4</verAplic> <chNFe>31220360594538000950550040004656971946621631</chNFe> <dhRecbto>2022-03-02T11:09:42-03:00</dhRecbto> <nProt>131224601859541</nProt> <digVal>3mQdUGfcb2h+C762v+QlV4jWXXI=</digVal> <cStat>100</cStat> <xMotivo>Autorizado o uso da NF-e</xMotivo></infProt></protNFe></nfeProc>\n'),
(2, 1, 108, '31220360594538000950550040004656971946621631', '<?xml version=\"1.0\"?>\n<nfeProc xmlns=\"http://www.portalfiscal.inf.br/nfe\" versao=\"4.00\"><NFe xmlns=\"http://www.portalfiscal.inf.br/nfe\"><infNFe Id=\"NFe31220360594538000950550040004656971946621631\" versao=\"4.00\"><ide><cUF>31</cUF><cNF>94662163</cNF><natOp>VENDA DE PRODUCAO DO ESTABELECIMENTO</natOp><mod>55</mod><serie>4</serie><nNF>465697</nNF><dhEmi>2022-03-02T11:04:22-03:00</dhEmi><tpNF>1</tpNF><idDest>2</idDest><cMunFG>3152501</cMunFG><tpImp>1</tpImp><tpEmis>1</tpEmis><cDV>1</cDV><tpAmb>1</tpAmb><finNFe>1</finNFe><indFinal>0</indFinal><indPres>9</indPres><procEmi>0</procEmi><verProc>5.0</verProc></ide><emit><CNPJ>60594538000950</CNPJ><xNome>SOBRAL INVICTA S/A</xNome><xFant>INVICTA</xFant><enderEmit><xLgr>RODOVIA JK BR 459</xLgr><nro>KM 111</nro><xBairro>PORTAL DO IPIRANGA</xBairro><cMun>3152501</cMun><xMun>POUSO ALEGRE</xMun><UF>MG</UF><CEP>37556710</CEP><cPais>1058</cPais><xPais>BRASIL</xPais><fone>3534497100</fone></enderEmit><IE>5254735440014</IE><CRT>3</CRT></emit><dest><CNPJ>22962737000128</CNPJ><xNome>GAZIN ATACADO CENTRO OESTE LTDA</xNome><enderDest><xLgr>ROD GO 330</xLgr><nro>KM 237,,S/N,KM</nro><xCpl>237</xCpl><xBairro>SETOR AEROPORTO</xBairro><cMun>5210109</cMun><xMun>IPAMERI</xMun><UF>GO</UF><CEP>75780000</CEP><cPais>1058</cPais><xPais>BRASIL</xPais><fone>4436638000</fone></enderDest><indIEDest>1</indIEDest><IE>106461141</IE><email>nfe@gazin.com.br</email></dest><det nItem=\"1\"><prod><cProd>100100020105</cProd><cEAN>7891691004384</cEAN><xProd>GARRAFA AIR POT INOX SLIM 1,8L</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>20.00</qCom><vUnCom>38.78</vUnCom><vProd>775.60</vProd><cEANTrib>7891691004384</cEANTrib><uTrib>PC</uTrib><qTrib>20.00</qTrib><vUnTrib>38.78</vUnTrib><indTot>1</indTot><xPed>5008265</xPed><nFCI>82AD9530-0202-4C4E-BBA1-6A79BDA8F71C</nFCI></prod><imposto><ICMS><ICMS00><orig>5</orig><CST>00</CST><modBC>3</modBC><vBC>775.60</vBC><pICMS>7.00</pICMS><vICMS>54.29</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>775.60</vBC><pIPI>11.25</pIPI><vIPI>87.26</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>721.31</vBC><pPIS>1.65</pPIS><vPIS>11.90</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>721.31</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>54.82</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"2\"><prod><cProd>100197280105</cProd><cEAN>7891691097287</cEAN><xProd>GARRAFA AIR POT 1,8 L INOX</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>20.00</qCom><vUnCom>51.62</vUnCom><vProd>1032.40</vProd><cEANTrib>7891691097287</cEANTrib><uTrib>PC</uTrib><qTrib>20.00</qTrib><vUnTrib>51.62</vUnTrib><indTot>1</indTot><xPed>5008265</xPed><nFCI>962274A6-A9D4-4ADE-AAB0-9BAB1ACDC191</nFCI></prod><imposto><ICMS><ICMS00><orig>5</orig><CST>00</CST><modBC>3</modBC><vBC>1032.40</vBC><pICMS>7.00</pICMS><vICMS>72.27</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>1032.40</vBC><pIPI>11.25</pIPI><vIPI>116.15</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>960.13</vBC><pPIS>1.65</pPIS><vPIS>15.84</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>960.13</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>72.97</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"3\"><prod><cProd>100688030105</cProd><cEAN>7891691188039</cEAN><xProd>GARRAFA VG 0,75L PRETA</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>12.00</qCom><vUnCom>11.07</vUnCom><vProd>132.84</vProd><cEANTrib>7891691188039</cEANTrib><uTrib>PC</uTrib><qTrib>12.00</qTrib><vUnTrib>11.07</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>132.84</vBC><pICMS>7.00</pICMS><vICMS>9.30</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>132.84</vBC><pIPI>11.25</pIPI><vIPI>14.94</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>123.54</vBC><pPIS>1.65</pPIS><vPIS>2.04</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>123.54</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>9.39</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"4\"><prod><cProd>100773110105</cProd><cEAN>7891691173110</cEAN><xProd>GARRAFA GLT PS 1L PRETA</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>18.00</qCom><vUnCom>20.45</vUnCom><vProd>368.10</vProd><cEANTrib>7891691173110</cEANTrib><uTrib>PC</uTrib><qTrib>18.00</qTrib><vUnTrib>20.45</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>368.10</vBC><pICMS>7.00</pICMS><vICMS>25.77</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>368.10</vBC><pIPI>11.25</pIPI><vIPI>41.41</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>342.33</vBC><pPIS>1.65</pPIS><vPIS>5.65</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>342.33</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>26.02</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"5\"><prod><cProd>100773110107</cProd><cEAN>7891691273117</cEAN><xProd>GARRAFA GLT PS 1L BRANCA</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>12.00</qCom><vUnCom>20.45</vUnCom><vProd>245.40</vProd><cEANTrib>7891691273117</cEANTrib><uTrib>PC</uTrib><qTrib>12.00</qTrib><vUnTrib>20.45</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>245.40</vBC><pICMS>7.00</pICMS><vICMS>17.18</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>245.40</vBC><pIPI>11.25</pIPI><vIPI>27.61</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>228.22</vBC><pPIS>1.65</pPIS><vPIS>3.77</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>228.22</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>17.34</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"6\"><prod><cProd>101487151808</cProd><cEAN>7891691013911</cEAN><xProd>REC TERM 5L MARATONA VERMELHO VELVET</xProd><NCM>39233090</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>90.00</qCom><vUnCom>15.06</vUnCom><vProd>1355.40</vProd><cEANTrib>7891691013911</cEANTrib><uTrib>PC</uTrib><qTrib>90.00</qTrib><vUnTrib>15.06</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>1355.40</vBC><pICMS>7.00</pICMS><vICMS>94.88</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>1355.40</vBC><pIPI>11.25</pIPI><vIPI>152.48</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>1260.52</vBC><pPIS>1.65</pPIS><vPIS>20.80</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>1260.52</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>95.80</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"7\"><prod><cProd>101487152006</cProd><cEAN>7891691013928</cEAN><xProd>REC TERM 5L MARATONA INCESS BLUE</xProd><NCM>39233090</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>168.00</qCom><vUnCom>15.06</vUnCom><vProd>2530.08</vProd><cEANTrib>7891691013928</cEANTrib><uTrib>PC</uTrib><qTrib>168.00</qTrib><vUnTrib>15.06</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>2530.08</vBC><pICMS>7.00</pICMS><vICMS>177.10</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>2530.08</vBC><pIPI>11.25</pIPI><vIPI>284.63</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>2352.98</vBC><pPIS>1.65</pPIS><vPIS>38.82</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>2352.98</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>178.83</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"8\"><prod><cProd>101487222006</cProd><cEAN>7891691013348</cEAN><xProd>REC TERM 2,3L MARATONA INCESS BLUE</xProd><NCM>39233090</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>6.00</qCom><vUnCom>14.67</vUnCom><vProd>88.02</vProd><cEANTrib>7891691013348</cEANTrib><uTrib>PC</uTrib><qTrib>6.00</qTrib><vUnTrib>14.67</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>88.02</vBC><pICMS>7.00</pICMS><vICMS>6.16</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>88.02</vBC><pIPI>11.25</pIPI><vIPI>9.90</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>81.86</vBC><pPIS>1.65</pPIS><vPIS>1.35</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>81.86</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>6.22</vCOFINS></COFINSAliq></COFINS></imposto></det><total><ICMSTot><vBC>6527.84</vBC><vICMS>456.95</vICMS><vICMSDeson>0.00</vICMSDeson><vFCP>0.00</vFCP><vBCST>0.00</vBCST><vST>0.00</vST><vFCPST>0.00</vFCPST><vFCPSTRet>0.00</vFCPSTRet><vProd>6527.84</vProd><vFrete>0.00</vFrete><vSeg>0.00</vSeg><vDesc>0.00</vDesc><vII>0.00</vII><vIPI>734.38</vIPI><vIPIDevol>0.00</vIPIDevol><vPIS>100.17</vPIS><vCOFINS>461.39</vCOFINS><vOutro>0.00</vOutro><vNF>7262.22</vNF></ICMSTot></total><transp><modFrete>0</modFrete><transporta><CNPJ>58506155000508</CNPJ><xNome>MIRA OTM TRANSPORTES LTDA</xNome><IE>7020054150060</IE><xEnder>AV JOSE ANDRAUS GASSANI 4870</xEnder><xMun>UBERLANDIA</xMun><UF>MG</UF></transporta><vol><qVol>61</qVol><esp>CX(S) DE PAPELAO</esp><marca>SOBRAL INVIC</marca><pesoL>277.434</pesoL><pesoB>289.714</pesoB></vol></transp><cobr><fat><nFat>0465697</nFat><vOrig>7262.22</vOrig><vDesc>0.00</vDesc><vLiq>7262.22</vLiq></fat><dup><nDup>001</nDup><dVenc>2022-05-31</dVenc><vDup>7262.22</vDup></dup></cobr><pag><detPag><indPag>1</indPag><tPag>15</tPag><vPag>7262.22</vPag></detPag></pag><infAdic><infCpl>S/Pedido : 5008265 N/Pedido : 220226022355 Represent : 262 Tel : (043) 9917-2728</infCpl></infAdic><compra><xPed>5008265</xPed></compra></infNFe><Signature xmlns=\"http://www.w3.org/2000/09/xmldsig#\"><SignedInfo xmlns=\"http://www.w3.org/2000/09/xmldsig#\"><CanonicalizationMethod Algorithm=\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\"/><SignatureMethod Algorithm=\"http://www.w3.org/2000/09/xmldsig#rsa-sha1\"/><Reference URI=\"#NFe31220360594538000950550040004656971946621631\"><Transforms><Transform Algorithm=\"http://www.w3.org/2000/09/xmldsig#enveloped-signature\"/><Transform Algorithm=\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\"/></Transforms><DigestMethod Algorithm=\"http://www.w3.org/2000/09/xmldsig#sha1\"/><DigestValue>3mQdUGfcb2h+C762v+QlV4jWXXI=</DigestValue></Reference></SignedInfo><SignatureValue>lOPa1Za0okzvqXswRI7IPffhZQ6t9dH6mJaLv6aDuJ8cHww8QwIDXwdO//aELy9aiwZOPKya0MTlEtmFXfRew6lH6hDIRS3p9oSYc8N9Gcy6T0itoiED1PWWLmq1LO20OVD9Ob5wwzulBo2G/kveUnJ0bDs2dV72Dm/7H1XP6wpWrCofgJ7/hyHjFe2aQY8Dv+BqoCG14z5MGR/i7rzxgXZBROpekNmH3tlMRvQE773s59UXOPjzwClPuSoGO/sz3gvonAxHDauvam7mg3z5V6P4t0d4Q7unY1TfGMnHSulnJFa7A338r0EfqUK1mgEmqWwZ2xhDbTsrtb7aF4HXVw==</SignatureValue><KeyInfo><X509Data><X509Certificate>MIIH7TCCBdWgAwIBAgIQQYE85rlpdvC0TyeS/Mad0zANBgkqhkiG9w0BAQsFADB0MQswCQYDVQQGEwJCUjETMBEGA1UEChMKSUNQLUJyYXNpbDEtMCsGA1UECxMkQ2VydGlzaWduIENlcnRpZmljYWRvcmEgRGlnaXRhbCBTLkEuMSEwHwYDVQQDExhBQyBDZXJ0aXNpZ24gTXVsdGlwbGEgRzcwHhcNMjEwNDAxMTY0NzU4WhcNMjIwNDAxMTY0NzU4WjCBvjELMAkGA1UEBhMCQlIxEzARBgNVBAoMCklDUC1CcmFzaWwxHjAcBgNVBAsMFUFDIENlcnRpc2lnbiBNdWx0aXBsYTEXMBUGA1UECwwOMTM3MDQ0ODgwMDAxODAxGTAXBgNVBAsMEFZpZGVvQ29uZmVyZW5jaWExGzAZBgNVBAsMEkFzc2luYXR1cmEgVGlwbyBBMTEpMCcGA1UEAwwgU09CUkFMIElOVklDVEEgU09DSUVEQURFIEFOT05JTUEwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCxm4PMkeRlK+zw2StOkv1pQbObB2NqzeFJG6A55+u36gFxFOLvCl/W7nI+mXRnDl6KshkiLzXbArAOxBUZlNUpCQ43rc527TBwVkP3eI9pxQzd/R+xTV+4dUiwkWn0Mp4LpkOSQYC/q+uCPo7GBj37w3n/h4x1OWsc9YqmHHe4HfZD7jPjx9oOxOGB2AgV9fMAdxOjlSlnkLPDPbCnQ1yVI3gH3u6HvXV+O5GVXp11fjKoXHxXV418BXk60wefPsI6e5dohpranqjQ8R9E5is7KV/0P+UsL/MyMPo7RbAEQVPyAVt8hjnkb2qW8fjKmBVnvYkC6sZq+m930VMaDc+7AgMBAAGjggMuMIIDKjCBvAYDVR0RBIG0MIGxoD0GBWBMAQMEoDQEMjE1MDQxOTczMTI2MTM4NjY4MDIwMDAwMDAwMDAwMDAwMDAwMDIyNTc5NzI3NlNTUFNQoCEGBWBMAQMCoBgEFk1JR1VFTCBBTkdFTE8gREEgU0lMVkGgGQYFYEwBAwOgEAQONjA1OTQ1MzgwMDA5NTCgFwYFYEwBAwegDgQMMDAwMDAwMDAwMDAwgRlsdWNpYS5ndWVycmFAbmV3ZWxsY28uY29tMAkGA1UdEwQCMAAwHwYDVR0jBBgwFoAUXXIMvzPSu+OGpuhMBnF+VVwHoNYwgYsGA1UdIASBgzCBgDB+BgZgTAECAQswdDByBggrBgEFBQcCARZmaHR0cDovL2ljcC1icmFzaWwuY2VydGlzaWduLmNvbS5ici9yZXBvc2l0b3Jpby9kcGMvQUNfQ2VydGlzaWduX011bHRpcGxhL0RQQ19BQ19DZXJ0aVNpZ25fTXVsdGlwbGEucGRmMIHGBgNVHR8Egb4wgbswXKBaoFiGVmh0dHA6Ly9pY3AtYnJhc2lsLmNlcnRpc2lnbi5jb20uYnIvcmVwb3NpdG9yaW8vbGNyL0FDQ2VydGlzaWduTXVsdGlwbGFHNy9MYXRlc3RDUkwuY3JsMFugWaBXhlVodHRwOi8vaWNwLWJyYXNpbC5vdXRyYWxjci5jb20uYnIvcmVwb3NpdG9yaW8vbGNyL0FDQ2VydGlzaWduTXVsdGlwbGFHNy9MYXRlc3RDUkwuY3JsMA4GA1UdDwEB/wQEAwIF4DAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwQwgbYGCCsGAQUFBwEBBIGpMIGmMGQGCCsGAQUFBzAChlhodHRwOi8vaWNwLWJyYXNpbC5jZXJ0aXNpZ24uY29tLmJyL3JlcG9zaXRvcmlvL2NlcnRpZmljYWRvcy9BQ19DZXJ0aXNpZ25fTXVsdGlwbGFfRzcucDdjMD4GCCsGAQUFBzABhjJodHRwOi8vb2NzcC1hYy1jZXJ0aXNpZ24tbXVsdGlwbGEuY2VydGlzaWduLmNvbS5icjANBgkqhkiG9w0BAQsFAAOCAgEAR1bhXxsg5/XL/mhok7W71oCGGI9p1i3n/PeJ0hTzk7cd44F9Q9U4Twsx8ORg4gVyPyaxRYJdcxMQVj5rvcY4UmlZYDPBAjcQ7svBlV6OPjJFE/yfDF5RfCFU92W6tdUBdqsYuJQJ+5Vof837o5Xbtr+8kxFNrLuy2Xfrh0AKqwp1AfRh/T6qw6wmiHoDh7YuxsW2s+WPlyiRc7SHNyZxxUEbdSZXoO5OqdpjYWxt1MfAHP+bVIXTgwvRnuc4r6bjQJcc82yLRbow/azZsxEYsfxsFCI+8PHSPYKenK0nWhcXUcyJ/cIGQUBmsvVEvqcwvd/OLHHk7nICvqAszwKx4Yrl7s/7LJWyQ5reESu8iO732guOf9eP4q7zfXxbsV9/8ejFXqdBKeuVuG7qvFH4Tf3ydFYjHVY2hnQpc1erVZ7iuR7Lc1TOB9QR5UTa/8luDxkr3lJBmO30GcFng0uVC4TcwOdBnEJNAcs0IqDvFgg4jefsNOofFcgMz+WDC8oNjsHDwf0JW322ZRz4a/uGKtuH4tDQguHBhut9zGH23Xjomyt4F7AIGCgfgb2djBFzONdH0l/43yYwego4TbUi8et/zEbEmUjBkeL09cHjytPXNVHLKZNIiFuRVMOGF2Bm6UrCJkGmysK0Uoqhj+HlWslSpGAf4ocl64xYCQlqKXk=</X509Certificate></X509Data></KeyInfo></Signature></NFe><protNFe versao=\"4.00\"><infProt Id=\"ID131224601859541\"> <tpAmb>1</tpAmb> <verAplic>14.4.53-SE4</verAplic> <chNFe>31220360594538000950550040004656971946621631</chNFe> <dhRecbto>2022-03-02T11:09:42-03:00</dhRecbto> <nProt>131224601859541</nProt> <digVal>3mQdUGfcb2h+C762v+QlV4jWXXI=</digVal> <cStat>100</cStat> <xMotivo>Autorizado o uso da NF-e</xMotivo></infProt></protNFe></nfeProc>\n'),
(3, 1, 101, '31220360594538000950550040004656971946621631', '<?xml version=\"1.0\"?>\n<nfeProc xmlns=\"http://www.portalfiscal.inf.br/nfe\" versao=\"4.00\"><NFe xmlns=\"http://www.portalfiscal.inf.br/nfe\"><infNFe Id=\"NFe31220360594538000950550040004656971946621631\" versao=\"4.00\"><ide><cUF>31</cUF><cNF>94662163</cNF><natOp>VENDA DE PRODUCAO DO ESTABELECIMENTO</natOp><mod>55</mod><serie>4</serie><nNF>465697</nNF><dhEmi>2022-03-02T11:04:22-03:00</dhEmi><tpNF>1</tpNF><idDest>2</idDest><cMunFG>3152501</cMunFG><tpImp>1</tpImp><tpEmis>1</tpEmis><cDV>1</cDV><tpAmb>1</tpAmb><finNFe>1</finNFe><indFinal>0</indFinal><indPres>9</indPres><procEmi>0</procEmi><verProc>5.0</verProc></ide><emit><CNPJ>60594538000950</CNPJ><xNome>SOBRAL INVICTA S/A</xNome><xFant>INVICTA</xFant><enderEmit><xLgr>RODOVIA JK BR 459</xLgr><nro>KM 111</nro><xBairro>PORTAL DO IPIRANGA</xBairro><cMun>3152501</cMun><xMun>POUSO ALEGRE</xMun><UF>MG</UF><CEP>37556710</CEP><cPais>1058</cPais><xPais>BRASIL</xPais><fone>3534497100</fone></enderEmit><IE>5254735440014</IE><CRT>3</CRT></emit><dest><CNPJ>22962737000128</CNPJ><xNome>GAZIN ATACADO CENTRO OESTE LTDA</xNome><enderDest><xLgr>ROD GO 330</xLgr><nro>KM 237,,S/N,KM</nro><xCpl>237</xCpl><xBairro>SETOR AEROPORTO</xBairro><cMun>5210109</cMun><xMun>IPAMERI</xMun><UF>GO</UF><CEP>75780000</CEP><cPais>1058</cPais><xPais>BRASIL</xPais><fone>4436638000</fone></enderDest><indIEDest>1</indIEDest><IE>106461141</IE><email>nfe@gazin.com.br</email></dest><det nItem=\"1\"><prod><cProd>100100020105</cProd><cEAN>7891691004384</cEAN><xProd>GARRAFA AIR POT INOX SLIM 1,8L</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>20.00</qCom><vUnCom>38.78</vUnCom><vProd>775.60</vProd><cEANTrib>7891691004384</cEANTrib><uTrib>PC</uTrib><qTrib>20.00</qTrib><vUnTrib>38.78</vUnTrib><indTot>1</indTot><xPed>5008265</xPed><nFCI>82AD9530-0202-4C4E-BBA1-6A79BDA8F71C</nFCI></prod><imposto><ICMS><ICMS00><orig>5</orig><CST>00</CST><modBC>3</modBC><vBC>775.60</vBC><pICMS>7.00</pICMS><vICMS>54.29</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>775.60</vBC><pIPI>11.25</pIPI><vIPI>87.26</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>721.31</vBC><pPIS>1.65</pPIS><vPIS>11.90</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>721.31</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>54.82</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"2\"><prod><cProd>100197280105</cProd><cEAN>7891691097287</cEAN><xProd>GARRAFA AIR POT 1,8 L INOX</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>20.00</qCom><vUnCom>51.62</vUnCom><vProd>1032.40</vProd><cEANTrib>7891691097287</cEANTrib><uTrib>PC</uTrib><qTrib>20.00</qTrib><vUnTrib>51.62</vUnTrib><indTot>1</indTot><xPed>5008265</xPed><nFCI>962274A6-A9D4-4ADE-AAB0-9BAB1ACDC191</nFCI></prod><imposto><ICMS><ICMS00><orig>5</orig><CST>00</CST><modBC>3</modBC><vBC>1032.40</vBC><pICMS>7.00</pICMS><vICMS>72.27</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>1032.40</vBC><pIPI>11.25</pIPI><vIPI>116.15</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>960.13</vBC><pPIS>1.65</pPIS><vPIS>15.84</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>960.13</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>72.97</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"3\"><prod><cProd>100688030105</cProd><cEAN>7891691188039</cEAN><xProd>GARRAFA VG 0,75L PRETA</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>12.00</qCom><vUnCom>11.07</vUnCom><vProd>132.84</vProd><cEANTrib>7891691188039</cEANTrib><uTrib>PC</uTrib><qTrib>12.00</qTrib><vUnTrib>11.07</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>132.84</vBC><pICMS>7.00</pICMS><vICMS>9.30</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>132.84</vBC><pIPI>11.25</pIPI><vIPI>14.94</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>123.54</vBC><pPIS>1.65</pPIS><vPIS>2.04</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>123.54</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>9.39</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"4\"><prod><cProd>100773110105</cProd><cEAN>7891691173110</cEAN><xProd>GARRAFA GLT PS 1L PRETA</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>18.00</qCom><vUnCom>20.45</vUnCom><vProd>368.10</vProd><cEANTrib>7891691173110</cEANTrib><uTrib>PC</uTrib><qTrib>18.00</qTrib><vUnTrib>20.45</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>368.10</vBC><pICMS>7.00</pICMS><vICMS>25.77</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>368.10</vBC><pIPI>11.25</pIPI><vIPI>41.41</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>342.33</vBC><pPIS>1.65</pPIS><vPIS>5.65</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>342.33</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>26.02</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"5\"><prod><cProd>100773110107</cProd><cEAN>7891691273117</cEAN><xProd>GARRAFA GLT PS 1L BRANCA</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>12.00</qCom><vUnCom>20.45</vUnCom><vProd>245.40</vProd><cEANTrib>7891691273117</cEANTrib><uTrib>PC</uTrib><qTrib>12.00</qTrib><vUnTrib>20.45</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>245.40</vBC><pICMS>7.00</pICMS><vICMS>17.18</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>245.40</vBC><pIPI>11.25</pIPI><vIPI>27.61</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>228.22</vBC><pPIS>1.65</pPIS><vPIS>3.77</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>228.22</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>17.34</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"6\"><prod><cProd>101487151808</cProd><cEAN>7891691013911</cEAN><xProd>REC TERM 5L MARATONA VERMELHO VELVET</xProd><NCM>39233090</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>90.00</qCom><vUnCom>15.06</vUnCom><vProd>1355.40</vProd><cEANTrib>7891691013911</cEANTrib><uTrib>PC</uTrib><qTrib>90.00</qTrib><vUnTrib>15.06</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>1355.40</vBC><pICMS>7.00</pICMS><vICMS>94.88</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>1355.40</vBC><pIPI>11.25</pIPI><vIPI>152.48</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>1260.52</vBC><pPIS>1.65</pPIS><vPIS>20.80</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>1260.52</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>95.80</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"7\"><prod><cProd>101487152006</cProd><cEAN>7891691013928</cEAN><xProd>REC TERM 5L MARATONA INCESS BLUE</xProd><NCM>39233090</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>168.00</qCom><vUnCom>15.06</vUnCom><vProd>2530.08</vProd><cEANTrib>7891691013928</cEANTrib><uTrib>PC</uTrib><qTrib>168.00</qTrib><vUnTrib>15.06</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>2530.08</vBC><pICMS>7.00</pICMS><vICMS>177.10</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>2530.08</vBC><pIPI>11.25</pIPI><vIPI>284.63</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>2352.98</vBC><pPIS>1.65</pPIS><vPIS>38.82</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>2352.98</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>178.83</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"8\"><prod><cProd>101487222006</cProd><cEAN>7891691013348</cEAN><xProd>REC TERM 2,3L MARATONA INCESS BLUE</xProd><NCM>39233090</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>6.00</qCom><vUnCom>14.67</vUnCom><vProd>88.02</vProd><cEANTrib>7891691013348</cEANTrib><uTrib>PC</uTrib><qTrib>6.00</qTrib><vUnTrib>14.67</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>88.02</vBC><pICMS>7.00</pICMS><vICMS>6.16</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>88.02</vBC><pIPI>11.25</pIPI><vIPI>9.90</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>81.86</vBC><pPIS>1.65</pPIS><vPIS>1.35</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>81.86</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>6.22</vCOFINS></COFINSAliq></COFINS></imposto></det><total><ICMSTot><vBC>6527.84</vBC><vICMS>456.95</vICMS><vICMSDeson>0.00</vICMSDeson><vFCP>0.00</vFCP><vBCST>0.00</vBCST><vST>0.00</vST><vFCPST>0.00</vFCPST><vFCPSTRet>0.00</vFCPSTRet><vProd>6527.84</vProd><vFrete>0.00</vFrete><vSeg>0.00</vSeg><vDesc>0.00</vDesc><vII>0.00</vII><vIPI>734.38</vIPI><vIPIDevol>0.00</vIPIDevol><vPIS>100.17</vPIS><vCOFINS>461.39</vCOFINS><vOutro>0.00</vOutro><vNF>7262.22</vNF></ICMSTot></total><transp><modFrete>0</modFrete><transporta><CNPJ>58506155000508</CNPJ><xNome>MIRA OTM TRANSPORTES LTDA</xNome><IE>7020054150060</IE><xEnder>AV JOSE ANDRAUS GASSANI 4870</xEnder><xMun>UBERLANDIA</xMun><UF>MG</UF></transporta><vol><qVol>61</qVol><esp>CX(S) DE PAPELAO</esp><marca>SOBRAL INVIC</marca><pesoL>277.434</pesoL><pesoB>289.714</pesoB></vol></transp><cobr><fat><nFat>0465697</nFat><vOrig>7262.22</vOrig><vDesc>0.00</vDesc><vLiq>7262.22</vLiq></fat><dup><nDup>001</nDup><dVenc>2022-05-31</dVenc><vDup>7262.22</vDup></dup></cobr><pag><detPag><indPag>1</indPag><tPag>15</tPag><vPag>7262.22</vPag></detPag></pag><infAdic><infCpl>S/Pedido : 5008265 N/Pedido : 220226022355 Represent : 262 Tel : (043) 9917-2728</infCpl></infAdic><compra><xPed>5008265</xPed></compra></infNFe><Signature xmlns=\"http://www.w3.org/2000/09/xmldsig#\"><SignedInfo xmlns=\"http://www.w3.org/2000/09/xmldsig#\"><CanonicalizationMethod Algorithm=\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\"/><SignatureMethod Algorithm=\"http://www.w3.org/2000/09/xmldsig#rsa-sha1\"/><Reference URI=\"#NFe31220360594538000950550040004656971946621631\"><Transforms><Transform Algorithm=\"http://www.w3.org/2000/09/xmldsig#enveloped-signature\"/><Transform Algorithm=\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\"/></Transforms><DigestMethod Algorithm=\"http://www.w3.org/2000/09/xmldsig#sha1\"/><DigestValue>3mQdUGfcb2h+C762v+QlV4jWXXI=</DigestValue></Reference></SignedInfo><SignatureValue>lOPa1Za0okzvqXswRI7IPffhZQ6t9dH6mJaLv6aDuJ8cHww8QwIDXwdO//aELy9aiwZOPKya0MTlEtmFXfRew6lH6hDIRS3p9oSYc8N9Gcy6T0itoiED1PWWLmq1LO20OVD9Ob5wwzulBo2G/kveUnJ0bDs2dV72Dm/7H1XP6wpWrCofgJ7/hyHjFe2aQY8Dv+BqoCG14z5MGR/i7rzxgXZBROpekNmH3tlMRvQE773s59UXOPjzwClPuSoGO/sz3gvonAxHDauvam7mg3z5V6P4t0d4Q7unY1TfGMnHSulnJFa7A338r0EfqUK1mgEmqWwZ2xhDbTsrtb7aF4HXVw==</SignatureValue><KeyInfo><X509Data><X509Certificate>MIIH7TCCBdWgAwIBAgIQQYE85rlpdvC0TyeS/Mad0zANBgkqhkiG9w0BAQsFADB0MQswCQYDVQQGEwJCUjETMBEGA1UEChMKSUNQLUJyYXNpbDEtMCsGA1UECxMkQ2VydGlzaWduIENlcnRpZmljYWRvcmEgRGlnaXRhbCBTLkEuMSEwHwYDVQQDExhBQyBDZXJ0aXNpZ24gTXVsdGlwbGEgRzcwHhcNMjEwNDAxMTY0NzU4WhcNMjIwNDAxMTY0NzU4WjCBvjELMAkGA1UEBhMCQlIxEzARBgNVBAoMCklDUC1CcmFzaWwxHjAcBgNVBAsMFUFDIENlcnRpc2lnbiBNdWx0aXBsYTEXMBUGA1UECwwOMTM3MDQ0ODgwMDAxODAxGTAXBgNVBAsMEFZpZGVvQ29uZmVyZW5jaWExGzAZBgNVBAsMEkFzc2luYXR1cmEgVGlwbyBBMTEpMCcGA1UEAwwgU09CUkFMIElOVklDVEEgU09DSUVEQURFIEFOT05JTUEwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCxm4PMkeRlK+zw2StOkv1pQbObB2NqzeFJG6A55+u36gFxFOLvCl/W7nI+mXRnDl6KshkiLzXbArAOxBUZlNUpCQ43rc527TBwVkP3eI9pxQzd/R+xTV+4dUiwkWn0Mp4LpkOSQYC/q+uCPo7GBj37w3n/h4x1OWsc9YqmHHe4HfZD7jPjx9oOxOGB2AgV9fMAdxOjlSlnkLPDPbCnQ1yVI3gH3u6HvXV+O5GVXp11fjKoXHxXV418BXk60wefPsI6e5dohpranqjQ8R9E5is7KV/0P+UsL/MyMPo7RbAEQVPyAVt8hjnkb2qW8fjKmBVnvYkC6sZq+m930VMaDc+7AgMBAAGjggMuMIIDKjCBvAYDVR0RBIG0MIGxoD0GBWBMAQMEoDQEMjE1MDQxOTczMTI2MTM4NjY4MDIwMDAwMDAwMDAwMDAwMDAwMDIyNTc5NzI3NlNTUFNQoCEGBWBMAQMCoBgEFk1JR1VFTCBBTkdFTE8gREEgU0lMVkGgGQYFYEwBAwOgEAQONjA1OTQ1MzgwMDA5NTCgFwYFYEwBAwegDgQMMDAwMDAwMDAwMDAwgRlsdWNpYS5ndWVycmFAbmV3ZWxsY28uY29tMAkGA1UdEwQCMAAwHwYDVR0jBBgwFoAUXXIMvzPSu+OGpuhMBnF+VVwHoNYwgYsGA1UdIASBgzCBgDB+BgZgTAECAQswdDByBggrBgEFBQcCARZmaHR0cDovL2ljcC1icmFzaWwuY2VydGlzaWduLmNvbS5ici9yZXBvc2l0b3Jpby9kcGMvQUNfQ2VydGlzaWduX011bHRpcGxhL0RQQ19BQ19DZXJ0aVNpZ25fTXVsdGlwbGEucGRmMIHGBgNVHR8Egb4wgbswXKBaoFiGVmh0dHA6Ly9pY3AtYnJhc2lsLmNlcnRpc2lnbi5jb20uYnIvcmVwb3NpdG9yaW8vbGNyL0FDQ2VydGlzaWduTXVsdGlwbGFHNy9MYXRlc3RDUkwuY3JsMFugWaBXhlVodHRwOi8vaWNwLWJyYXNpbC5vdXRyYWxjci5jb20uYnIvcmVwb3NpdG9yaW8vbGNyL0FDQ2VydGlzaWduTXVsdGlwbGFHNy9MYXRlc3RDUkwuY3JsMA4GA1UdDwEB/wQEAwIF4DAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwQwgbYGCCsGAQUFBwEBBIGpMIGmMGQGCCsGAQUFBzAChlhodHRwOi8vaWNwLWJyYXNpbC5jZXJ0aXNpZ24uY29tLmJyL3JlcG9zaXRvcmlvL2NlcnRpZmljYWRvcy9BQ19DZXJ0aXNpZ25fTXVsdGlwbGFfRzcucDdjMD4GCCsGAQUFBzABhjJodHRwOi8vb2NzcC1hYy1jZXJ0aXNpZ24tbXVsdGlwbGEuY2VydGlzaWduLmNvbS5icjANBgkqhkiG9w0BAQsFAAOCAgEAR1bhXxsg5/XL/mhok7W71oCGGI9p1i3n/PeJ0hTzk7cd44F9Q9U4Twsx8ORg4gVyPyaxRYJdcxMQVj5rvcY4UmlZYDPBAjcQ7svBlV6OPjJFE/yfDF5RfCFU92W6tdUBdqsYuJQJ+5Vof837o5Xbtr+8kxFNrLuy2Xfrh0AKqwp1AfRh/T6qw6wmiHoDh7YuxsW2s+WPlyiRc7SHNyZxxUEbdSZXoO5OqdpjYWxt1MfAHP+bVIXTgwvRnuc4r6bjQJcc82yLRbow/azZsxEYsfxsFCI+8PHSPYKenK0nWhcXUcyJ/cIGQUBmsvVEvqcwvd/OLHHk7nICvqAszwKx4Yrl7s/7LJWyQ5reESu8iO732guOf9eP4q7zfXxbsV9/8ejFXqdBKeuVuG7qvFH4Tf3ydFYjHVY2hnQpc1erVZ7iuR7Lc1TOB9QR5UTa/8luDxkr3lJBmO30GcFng0uVC4TcwOdBnEJNAcs0IqDvFgg4jefsNOofFcgMz+WDC8oNjsHDwf0JW322ZRz4a/uGKtuH4tDQguHBhut9zGH23Xjomyt4F7AIGCgfgb2djBFzONdH0l/43yYwego4TbUi8et/zEbEmUjBkeL09cHjytPXNVHLKZNIiFuRVMOGF2Bm6UrCJkGmysK0Uoqhj+HlWslSpGAf4ocl64xYCQlqKXk=</X509Certificate></X509Data></KeyInfo></Signature></NFe><protNFe versao=\"4.00\"><infProt Id=\"ID131224601859541\"> <tpAmb>1</tpAmb> <verAplic>14.4.53-SE4</verAplic> <chNFe>31220360594538000950550040004656971946621631</chNFe> <dhRecbto>2022-03-02T11:09:42-03:00</dhRecbto> <nProt>131224601859541</nProt> <digVal>3mQdUGfcb2h+C762v+QlV4jWXXI=</digVal> <cStat>100</cStat> <xMotivo>Autorizado o uso da NF-e</xMotivo></infProt></protNFe></nfeProc>\n');
INSERT INTO `partiushop_order_attachments` (`order_attachment_id`, `type`, `order_id`, `chave_acesso_nf`, `nfe_xml`) VALUES
(5, 1, 151, '31220360594538000950550040004656971946621631', '<?xml version=\"1.0\"?>\n<nfeProc xmlns=\"http://www.portalfiscal.inf.br/nfe\" versao=\"4.00\"><NFe xmlns=\"http://www.portalfiscal.inf.br/nfe\"><infNFe Id=\"NFe31220360594538000950550040004656971946621631\" versao=\"4.00\"><ide><cUF>31</cUF><cNF>94662163</cNF><natOp>VENDA DE PRODUCAO DO ESTABELECIMENTO</natOp><mod>55</mod><serie>4</serie><nNF>465697</nNF><dhEmi>2022-03-02T11:04:22-03:00</dhEmi><tpNF>1</tpNF><idDest>2</idDest><cMunFG>3152501</cMunFG><tpImp>1</tpImp><tpEmis>1</tpEmis><cDV>1</cDV><tpAmb>1</tpAmb><finNFe>1</finNFe><indFinal>0</indFinal><indPres>9</indPres><procEmi>0</procEmi><verProc>5.0</verProc></ide><emit><CNPJ>60594538000950</CNPJ><xNome>SOBRAL INVICTA S/A</xNome><xFant>INVICTA</xFant><enderEmit><xLgr>RODOVIA JK BR 459</xLgr><nro>KM 111</nro><xBairro>PORTAL DO IPIRANGA</xBairro><cMun>3152501</cMun><xMun>POUSO ALEGRE</xMun><UF>MG</UF><CEP>37556710</CEP><cPais>1058</cPais><xPais>BRASIL</xPais><fone>3534497100</fone></enderEmit><IE>5254735440014</IE><CRT>3</CRT></emit><dest><CNPJ>22962737000128</CNPJ><xNome>GAZIN ATACADO CENTRO OESTE LTDA</xNome><enderDest><xLgr>ROD GO 330</xLgr><nro>KM 237,,S/N,KM</nro><xCpl>237</xCpl><xBairro>SETOR AEROPORTO</xBairro><cMun>5210109</cMun><xMun>IPAMERI</xMun><UF>GO</UF><CEP>75780000</CEP><cPais>1058</cPais><xPais>BRASIL</xPais><fone>4436638000</fone></enderDest><indIEDest>1</indIEDest><IE>106461141</IE><email>nfe@gazin.com.br</email></dest><det nItem=\"1\"><prod><cProd>100100020105</cProd><cEAN>7891691004384</cEAN><xProd>GARRAFA AIR POT INOX SLIM 1,8L</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>20.00</qCom><vUnCom>38.78</vUnCom><vProd>775.60</vProd><cEANTrib>7891691004384</cEANTrib><uTrib>PC</uTrib><qTrib>20.00</qTrib><vUnTrib>38.78</vUnTrib><indTot>1</indTot><xPed>5008265</xPed><nFCI>82AD9530-0202-4C4E-BBA1-6A79BDA8F71C</nFCI></prod><imposto><ICMS><ICMS00><orig>5</orig><CST>00</CST><modBC>3</modBC><vBC>775.60</vBC><pICMS>7.00</pICMS><vICMS>54.29</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>775.60</vBC><pIPI>11.25</pIPI><vIPI>87.26</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>721.31</vBC><pPIS>1.65</pPIS><vPIS>11.90</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>721.31</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>54.82</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"2\"><prod><cProd>100197280105</cProd><cEAN>7891691097287</cEAN><xProd>GARRAFA AIR POT 1,8 L INOX</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>20.00</qCom><vUnCom>51.62</vUnCom><vProd>1032.40</vProd><cEANTrib>7891691097287</cEANTrib><uTrib>PC</uTrib><qTrib>20.00</qTrib><vUnTrib>51.62</vUnTrib><indTot>1</indTot><xPed>5008265</xPed><nFCI>962274A6-A9D4-4ADE-AAB0-9BAB1ACDC191</nFCI></prod><imposto><ICMS><ICMS00><orig>5</orig><CST>00</CST><modBC>3</modBC><vBC>1032.40</vBC><pICMS>7.00</pICMS><vICMS>72.27</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>1032.40</vBC><pIPI>11.25</pIPI><vIPI>116.15</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>960.13</vBC><pPIS>1.65</pPIS><vPIS>15.84</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>960.13</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>72.97</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"3\"><prod><cProd>100688030105</cProd><cEAN>7891691188039</cEAN><xProd>GARRAFA VG 0,75L PRETA</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>12.00</qCom><vUnCom>11.07</vUnCom><vProd>132.84</vProd><cEANTrib>7891691188039</cEANTrib><uTrib>PC</uTrib><qTrib>12.00</qTrib><vUnTrib>11.07</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>132.84</vBC><pICMS>7.00</pICMS><vICMS>9.30</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>132.84</vBC><pIPI>11.25</pIPI><vIPI>14.94</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>123.54</vBC><pPIS>1.65</pPIS><vPIS>2.04</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>123.54</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>9.39</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"4\"><prod><cProd>100773110105</cProd><cEAN>7891691173110</cEAN><xProd>GARRAFA GLT PS 1L PRETA</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>18.00</qCom><vUnCom>20.45</vUnCom><vProd>368.10</vProd><cEANTrib>7891691173110</cEANTrib><uTrib>PC</uTrib><qTrib>18.00</qTrib><vUnTrib>20.45</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>368.10</vBC><pICMS>7.00</pICMS><vICMS>25.77</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>368.10</vBC><pIPI>11.25</pIPI><vIPI>41.41</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>342.33</vBC><pPIS>1.65</pPIS><vPIS>5.65</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>342.33</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>26.02</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"5\"><prod><cProd>100773110107</cProd><cEAN>7891691273117</cEAN><xProd>GARRAFA GLT PS 1L BRANCA</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>12.00</qCom><vUnCom>20.45</vUnCom><vProd>245.40</vProd><cEANTrib>7891691273117</cEANTrib><uTrib>PC</uTrib><qTrib>12.00</qTrib><vUnTrib>20.45</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>245.40</vBC><pICMS>7.00</pICMS><vICMS>17.18</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>245.40</vBC><pIPI>11.25</pIPI><vIPI>27.61</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>228.22</vBC><pPIS>1.65</pPIS><vPIS>3.77</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>228.22</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>17.34</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"6\"><prod><cProd>101487151808</cProd><cEAN>7891691013911</cEAN><xProd>REC TERM 5L MARATONA VERMELHO VELVET</xProd><NCM>39233090</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>90.00</qCom><vUnCom>15.06</vUnCom><vProd>1355.40</vProd><cEANTrib>7891691013911</cEANTrib><uTrib>PC</uTrib><qTrib>90.00</qTrib><vUnTrib>15.06</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>1355.40</vBC><pICMS>7.00</pICMS><vICMS>94.88</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>1355.40</vBC><pIPI>11.25</pIPI><vIPI>152.48</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>1260.52</vBC><pPIS>1.65</pPIS><vPIS>20.80</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>1260.52</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>95.80</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"7\"><prod><cProd>101487152006</cProd><cEAN>7891691013928</cEAN><xProd>REC TERM 5L MARATONA INCESS BLUE</xProd><NCM>39233090</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>168.00</qCom><vUnCom>15.06</vUnCom><vProd>2530.08</vProd><cEANTrib>7891691013928</cEANTrib><uTrib>PC</uTrib><qTrib>168.00</qTrib><vUnTrib>15.06</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>2530.08</vBC><pICMS>7.00</pICMS><vICMS>177.10</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>2530.08</vBC><pIPI>11.25</pIPI><vIPI>284.63</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>2352.98</vBC><pPIS>1.65</pPIS><vPIS>38.82</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>2352.98</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>178.83</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"8\"><prod><cProd>101487222006</cProd><cEAN>7891691013348</cEAN><xProd>REC TERM 2,3L MARATONA INCESS BLUE</xProd><NCM>39233090</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>6.00</qCom><vUnCom>14.67</vUnCom><vProd>88.02</vProd><cEANTrib>7891691013348</cEANTrib><uTrib>PC</uTrib><qTrib>6.00</qTrib><vUnTrib>14.67</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>88.02</vBC><pICMS>7.00</pICMS><vICMS>6.16</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>88.02</vBC><pIPI>11.25</pIPI><vIPI>9.90</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>81.86</vBC><pPIS>1.65</pPIS><vPIS>1.35</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>81.86</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>6.22</vCOFINS></COFINSAliq></COFINS></imposto></det><total><ICMSTot><vBC>6527.84</vBC><vICMS>456.95</vICMS><vICMSDeson>0.00</vICMSDeson><vFCP>0.00</vFCP><vBCST>0.00</vBCST><vST>0.00</vST><vFCPST>0.00</vFCPST><vFCPSTRet>0.00</vFCPSTRet><vProd>6527.84</vProd><vFrete>0.00</vFrete><vSeg>0.00</vSeg><vDesc>0.00</vDesc><vII>0.00</vII><vIPI>734.38</vIPI><vIPIDevol>0.00</vIPIDevol><vPIS>100.17</vPIS><vCOFINS>461.39</vCOFINS><vOutro>0.00</vOutro><vNF>7262.22</vNF></ICMSTot></total><transp><modFrete>0</modFrete><transporta><CNPJ>58506155000508</CNPJ><xNome>MIRA OTM TRANSPORTES LTDA</xNome><IE>7020054150060</IE><xEnder>AV JOSE ANDRAUS GASSANI 4870</xEnder><xMun>UBERLANDIA</xMun><UF>MG</UF></transporta><vol><qVol>61</qVol><esp>CX(S) DE PAPELAO</esp><marca>SOBRAL INVIC</marca><pesoL>277.434</pesoL><pesoB>289.714</pesoB></vol></transp><cobr><fat><nFat>0465697</nFat><vOrig>7262.22</vOrig><vDesc>0.00</vDesc><vLiq>7262.22</vLiq></fat><dup><nDup>001</nDup><dVenc>2022-05-31</dVenc><vDup>7262.22</vDup></dup></cobr><pag><detPag><indPag>1</indPag><tPag>15</tPag><vPag>7262.22</vPag></detPag></pag><infAdic><infCpl>S/Pedido : 5008265 N/Pedido : 220226022355 Represent : 262 Tel : (043) 9917-2728</infCpl></infAdic><compra><xPed>5008265</xPed></compra></infNFe><Signature xmlns=\"http://www.w3.org/2000/09/xmldsig#\"><SignedInfo xmlns=\"http://www.w3.org/2000/09/xmldsig#\"><CanonicalizationMethod Algorithm=\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\"/><SignatureMethod Algorithm=\"http://www.w3.org/2000/09/xmldsig#rsa-sha1\"/><Reference URI=\"#NFe31220360594538000950550040004656971946621631\"><Transforms><Transform Algorithm=\"http://www.w3.org/2000/09/xmldsig#enveloped-signature\"/><Transform Algorithm=\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\"/></Transforms><DigestMethod Algorithm=\"http://www.w3.org/2000/09/xmldsig#sha1\"/><DigestValue>3mQdUGfcb2h+C762v+QlV4jWXXI=</DigestValue></Reference></SignedInfo><SignatureValue>lOPa1Za0okzvqXswRI7IPffhZQ6t9dH6mJaLv6aDuJ8cHww8QwIDXwdO//aELy9aiwZOPKya0MTlEtmFXfRew6lH6hDIRS3p9oSYc8N9Gcy6T0itoiED1PWWLmq1LO20OVD9Ob5wwzulBo2G/kveUnJ0bDs2dV72Dm/7H1XP6wpWrCofgJ7/hyHjFe2aQY8Dv+BqoCG14z5MGR/i7rzxgXZBROpekNmH3tlMRvQE773s59UXOPjzwClPuSoGO/sz3gvonAxHDauvam7mg3z5V6P4t0d4Q7unY1TfGMnHSulnJFa7A338r0EfqUK1mgEmqWwZ2xhDbTsrtb7aF4HXVw==</SignatureValue><KeyInfo><X509Data><X509Certificate>MIIH7TCCBdWgAwIBAgIQQYE85rlpdvC0TyeS/Mad0zANBgkqhkiG9w0BAQsFADB0MQswCQYDVQQGEwJCUjETMBEGA1UEChMKSUNQLUJyYXNpbDEtMCsGA1UECxMkQ2VydGlzaWduIENlcnRpZmljYWRvcmEgRGlnaXRhbCBTLkEuMSEwHwYDVQQDExhBQyBDZXJ0aXNpZ24gTXVsdGlwbGEgRzcwHhcNMjEwNDAxMTY0NzU4WhcNMjIwNDAxMTY0NzU4WjCBvjELMAkGA1UEBhMCQlIxEzARBgNVBAoMCklDUC1CcmFzaWwxHjAcBgNVBAsMFUFDIENlcnRpc2lnbiBNdWx0aXBsYTEXMBUGA1UECwwOMTM3MDQ0ODgwMDAxODAxGTAXBgNVBAsMEFZpZGVvQ29uZmVyZW5jaWExGzAZBgNVBAsMEkFzc2luYXR1cmEgVGlwbyBBMTEpMCcGA1UEAwwgU09CUkFMIElOVklDVEEgU09DSUVEQURFIEFOT05JTUEwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCxm4PMkeRlK+zw2StOkv1pQbObB2NqzeFJG6A55+u36gFxFOLvCl/W7nI+mXRnDl6KshkiLzXbArAOxBUZlNUpCQ43rc527TBwVkP3eI9pxQzd/R+xTV+4dUiwkWn0Mp4LpkOSQYC/q+uCPo7GBj37w3n/h4x1OWsc9YqmHHe4HfZD7jPjx9oOxOGB2AgV9fMAdxOjlSlnkLPDPbCnQ1yVI3gH3u6HvXV+O5GVXp11fjKoXHxXV418BXk60wefPsI6e5dohpranqjQ8R9E5is7KV/0P+UsL/MyMPo7RbAEQVPyAVt8hjnkb2qW8fjKmBVnvYkC6sZq+m930VMaDc+7AgMBAAGjggMuMIIDKjCBvAYDVR0RBIG0MIGxoD0GBWBMAQMEoDQEMjE1MDQxOTczMTI2MTM4NjY4MDIwMDAwMDAwMDAwMDAwMDAwMDIyNTc5NzI3NlNTUFNQoCEGBWBMAQMCoBgEFk1JR1VFTCBBTkdFTE8gREEgU0lMVkGgGQYFYEwBAwOgEAQONjA1OTQ1MzgwMDA5NTCgFwYFYEwBAwegDgQMMDAwMDAwMDAwMDAwgRlsdWNpYS5ndWVycmFAbmV3ZWxsY28uY29tMAkGA1UdEwQCMAAwHwYDVR0jBBgwFoAUXXIMvzPSu+OGpuhMBnF+VVwHoNYwgYsGA1UdIASBgzCBgDB+BgZgTAECAQswdDByBggrBgEFBQcCARZmaHR0cDovL2ljcC1icmFzaWwuY2VydGlzaWduLmNvbS5ici9yZXBvc2l0b3Jpby9kcGMvQUNfQ2VydGlzaWduX011bHRpcGxhL0RQQ19BQ19DZXJ0aVNpZ25fTXVsdGlwbGEucGRmMIHGBgNVHR8Egb4wgbswXKBaoFiGVmh0dHA6Ly9pY3AtYnJhc2lsLmNlcnRpc2lnbi5jb20uYnIvcmVwb3NpdG9yaW8vbGNyL0FDQ2VydGlzaWduTXVsdGlwbGFHNy9MYXRlc3RDUkwuY3JsMFugWaBXhlVodHRwOi8vaWNwLWJyYXNpbC5vdXRyYWxjci5jb20uYnIvcmVwb3NpdG9yaW8vbGNyL0FDQ2VydGlzaWduTXVsdGlwbGFHNy9MYXRlc3RDUkwuY3JsMA4GA1UdDwEB/wQEAwIF4DAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwQwgbYGCCsGAQUFBwEBBIGpMIGmMGQGCCsGAQUFBzAChlhodHRwOi8vaWNwLWJyYXNpbC5jZXJ0aXNpZ24uY29tLmJyL3JlcG9zaXRvcmlvL2NlcnRpZmljYWRvcy9BQ19DZXJ0aXNpZ25fTXVsdGlwbGFfRzcucDdjMD4GCCsGAQUFBzABhjJodHRwOi8vb2NzcC1hYy1jZXJ0aXNpZ24tbXVsdGlwbGEuY2VydGlzaWduLmNvbS5icjANBgkqhkiG9w0BAQsFAAOCAgEAR1bhXxsg5/XL/mhok7W71oCGGI9p1i3n/PeJ0hTzk7cd44F9Q9U4Twsx8ORg4gVyPyaxRYJdcxMQVj5rvcY4UmlZYDPBAjcQ7svBlV6OPjJFE/yfDF5RfCFU92W6tdUBdqsYuJQJ+5Vof837o5Xbtr+8kxFNrLuy2Xfrh0AKqwp1AfRh/T6qw6wmiHoDh7YuxsW2s+WPlyiRc7SHNyZxxUEbdSZXoO5OqdpjYWxt1MfAHP+bVIXTgwvRnuc4r6bjQJcc82yLRbow/azZsxEYsfxsFCI+8PHSPYKenK0nWhcXUcyJ/cIGQUBmsvVEvqcwvd/OLHHk7nICvqAszwKx4Yrl7s/7LJWyQ5reESu8iO732guOf9eP4q7zfXxbsV9/8ejFXqdBKeuVuG7qvFH4Tf3ydFYjHVY2hnQpc1erVZ7iuR7Lc1TOB9QR5UTa/8luDxkr3lJBmO30GcFng0uVC4TcwOdBnEJNAcs0IqDvFgg4jefsNOofFcgMz+WDC8oNjsHDwf0JW322ZRz4a/uGKtuH4tDQguHBhut9zGH23Xjomyt4F7AIGCgfgb2djBFzONdH0l/43yYwego4TbUi8et/zEbEmUjBkeL09cHjytPXNVHLKZNIiFuRVMOGF2Bm6UrCJkGmysK0Uoqhj+HlWslSpGAf4ocl64xYCQlqKXk=</X509Certificate></X509Data></KeyInfo></Signature></NFe><protNFe versao=\"4.00\"><infProt Id=\"ID131224601859541\"> <tpAmb>1</tpAmb> <verAplic>14.4.53-SE4</verAplic> <chNFe>31220360594538000950550040004656971946621631</chNFe> <dhRecbto>2022-03-02T11:09:42-03:00</dhRecbto> <nProt>131224601859541</nProt> <digVal>3mQdUGfcb2h+C762v+QlV4jWXXI=</digVal> <cStat>100</cStat> <xMotivo>Autorizado o uso da NF-e</xMotivo></infProt></protNFe></nfeProc>\n'),
(6, 1, 152, '31220360594538000950550040004656971946621631', '<?xml version=\"1.0\"?>\n<nfeProc xmlns=\"http://www.portalfiscal.inf.br/nfe\" versao=\"4.00\"><NFe xmlns=\"http://www.portalfiscal.inf.br/nfe\"><infNFe Id=\"NFe31220360594538000950550040004656971946621631\" versao=\"4.00\"><ide><cUF>31</cUF><cNF>94662163</cNF><natOp>VENDA DE PRODUCAO DO ESTABELECIMENTO</natOp><mod>55</mod><serie>4</serie><nNF>465697</nNF><dhEmi>2022-03-02T11:04:22-03:00</dhEmi><tpNF>1</tpNF><idDest>2</idDest><cMunFG>3152501</cMunFG><tpImp>1</tpImp><tpEmis>1</tpEmis><cDV>1</cDV><tpAmb>1</tpAmb><finNFe>1</finNFe><indFinal>0</indFinal><indPres>9</indPres><procEmi>0</procEmi><verProc>5.0</verProc></ide><emit><CNPJ>60594538000950</CNPJ><xNome>SOBRAL INVICTA S/A</xNome><xFant>INVICTA</xFant><enderEmit><xLgr>RODOVIA JK BR 459</xLgr><nro>KM 111</nro><xBairro>PORTAL DO IPIRANGA</xBairro><cMun>3152501</cMun><xMun>POUSO ALEGRE</xMun><UF>MG</UF><CEP>37556710</CEP><cPais>1058</cPais><xPais>BRASIL</xPais><fone>3534497100</fone></enderEmit><IE>5254735440014</IE><CRT>3</CRT></emit><dest><CNPJ>22962737000128</CNPJ><xNome>GAZIN ATACADO CENTRO OESTE LTDA</xNome><enderDest><xLgr>ROD GO 330</xLgr><nro>KM 237,,S/N,KM</nro><xCpl>237</xCpl><xBairro>SETOR AEROPORTO</xBairro><cMun>5210109</cMun><xMun>IPAMERI</xMun><UF>GO</UF><CEP>75780000</CEP><cPais>1058</cPais><xPais>BRASIL</xPais><fone>4436638000</fone></enderDest><indIEDest>1</indIEDest><IE>106461141</IE><email>nfe@gazin.com.br</email></dest><det nItem=\"1\"><prod><cProd>100100020105</cProd><cEAN>7891691004384</cEAN><xProd>GARRAFA AIR POT INOX SLIM 1,8L</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>20.00</qCom><vUnCom>38.78</vUnCom><vProd>775.60</vProd><cEANTrib>7891691004384</cEANTrib><uTrib>PC</uTrib><qTrib>20.00</qTrib><vUnTrib>38.78</vUnTrib><indTot>1</indTot><xPed>5008265</xPed><nFCI>82AD9530-0202-4C4E-BBA1-6A79BDA8F71C</nFCI></prod><imposto><ICMS><ICMS00><orig>5</orig><CST>00</CST><modBC>3</modBC><vBC>775.60</vBC><pICMS>7.00</pICMS><vICMS>54.29</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>775.60</vBC><pIPI>11.25</pIPI><vIPI>87.26</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>721.31</vBC><pPIS>1.65</pPIS><vPIS>11.90</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>721.31</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>54.82</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"2\"><prod><cProd>100197280105</cProd><cEAN>7891691097287</cEAN><xProd>GARRAFA AIR POT 1,8 L INOX</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>20.00</qCom><vUnCom>51.62</vUnCom><vProd>1032.40</vProd><cEANTrib>7891691097287</cEANTrib><uTrib>PC</uTrib><qTrib>20.00</qTrib><vUnTrib>51.62</vUnTrib><indTot>1</indTot><xPed>5008265</xPed><nFCI>962274A6-A9D4-4ADE-AAB0-9BAB1ACDC191</nFCI></prod><imposto><ICMS><ICMS00><orig>5</orig><CST>00</CST><modBC>3</modBC><vBC>1032.40</vBC><pICMS>7.00</pICMS><vICMS>72.27</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>1032.40</vBC><pIPI>11.25</pIPI><vIPI>116.15</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>960.13</vBC><pPIS>1.65</pPIS><vPIS>15.84</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>960.13</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>72.97</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"3\"><prod><cProd>100688030105</cProd><cEAN>7891691188039</cEAN><xProd>GARRAFA VG 0,75L PRETA</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>12.00</qCom><vUnCom>11.07</vUnCom><vProd>132.84</vProd><cEANTrib>7891691188039</cEANTrib><uTrib>PC</uTrib><qTrib>12.00</qTrib><vUnTrib>11.07</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>132.84</vBC><pICMS>7.00</pICMS><vICMS>9.30</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>132.84</vBC><pIPI>11.25</pIPI><vIPI>14.94</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>123.54</vBC><pPIS>1.65</pPIS><vPIS>2.04</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>123.54</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>9.39</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"4\"><prod><cProd>100773110105</cProd><cEAN>7891691173110</cEAN><xProd>GARRAFA GLT PS 1L PRETA</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>18.00</qCom><vUnCom>20.45</vUnCom><vProd>368.10</vProd><cEANTrib>7891691173110</cEANTrib><uTrib>PC</uTrib><qTrib>18.00</qTrib><vUnTrib>20.45</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>368.10</vBC><pICMS>7.00</pICMS><vICMS>25.77</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>368.10</vBC><pIPI>11.25</pIPI><vIPI>41.41</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>342.33</vBC><pPIS>1.65</pPIS><vPIS>5.65</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>342.33</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>26.02</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"5\"><prod><cProd>100773110107</cProd><cEAN>7891691273117</cEAN><xProd>GARRAFA GLT PS 1L BRANCA</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>12.00</qCom><vUnCom>20.45</vUnCom><vProd>245.40</vProd><cEANTrib>7891691273117</cEANTrib><uTrib>PC</uTrib><qTrib>12.00</qTrib><vUnTrib>20.45</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>245.40</vBC><pICMS>7.00</pICMS><vICMS>17.18</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>245.40</vBC><pIPI>11.25</pIPI><vIPI>27.61</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>228.22</vBC><pPIS>1.65</pPIS><vPIS>3.77</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>228.22</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>17.34</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"6\"><prod><cProd>101487151808</cProd><cEAN>7891691013911</cEAN><xProd>REC TERM 5L MARATONA VERMELHO VELVET</xProd><NCM>39233090</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>90.00</qCom><vUnCom>15.06</vUnCom><vProd>1355.40</vProd><cEANTrib>7891691013911</cEANTrib><uTrib>PC</uTrib><qTrib>90.00</qTrib><vUnTrib>15.06</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>1355.40</vBC><pICMS>7.00</pICMS><vICMS>94.88</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>1355.40</vBC><pIPI>11.25</pIPI><vIPI>152.48</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>1260.52</vBC><pPIS>1.65</pPIS><vPIS>20.80</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>1260.52</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>95.80</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"7\"><prod><cProd>101487152006</cProd><cEAN>7891691013928</cEAN><xProd>REC TERM 5L MARATONA INCESS BLUE</xProd><NCM>39233090</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>168.00</qCom><vUnCom>15.06</vUnCom><vProd>2530.08</vProd><cEANTrib>7891691013928</cEANTrib><uTrib>PC</uTrib><qTrib>168.00</qTrib><vUnTrib>15.06</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>2530.08</vBC><pICMS>7.00</pICMS><vICMS>177.10</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>2530.08</vBC><pIPI>11.25</pIPI><vIPI>284.63</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>2352.98</vBC><pPIS>1.65</pPIS><vPIS>38.82</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>2352.98</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>178.83</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"8\"><prod><cProd>101487222006</cProd><cEAN>7891691013348</cEAN><xProd>REC TERM 2,3L MARATONA INCESS BLUE</xProd><NCM>39233090</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>6.00</qCom><vUnCom>14.67</vUnCom><vProd>88.02</vProd><cEANTrib>7891691013348</cEANTrib><uTrib>PC</uTrib><qTrib>6.00</qTrib><vUnTrib>14.67</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>88.02</vBC><pICMS>7.00</pICMS><vICMS>6.16</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>88.02</vBC><pIPI>11.25</pIPI><vIPI>9.90</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>81.86</vBC><pPIS>1.65</pPIS><vPIS>1.35</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>81.86</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>6.22</vCOFINS></COFINSAliq></COFINS></imposto></det><total><ICMSTot><vBC>6527.84</vBC><vICMS>456.95</vICMS><vICMSDeson>0.00</vICMSDeson><vFCP>0.00</vFCP><vBCST>0.00</vBCST><vST>0.00</vST><vFCPST>0.00</vFCPST><vFCPSTRet>0.00</vFCPSTRet><vProd>6527.84</vProd><vFrete>0.00</vFrete><vSeg>0.00</vSeg><vDesc>0.00</vDesc><vII>0.00</vII><vIPI>734.38</vIPI><vIPIDevol>0.00</vIPIDevol><vPIS>100.17</vPIS><vCOFINS>461.39</vCOFINS><vOutro>0.00</vOutro><vNF>7262.22</vNF></ICMSTot></total><transp><modFrete>0</modFrete><transporta><CNPJ>58506155000508</CNPJ><xNome>MIRA OTM TRANSPORTES LTDA</xNome><IE>7020054150060</IE><xEnder>AV JOSE ANDRAUS GASSANI 4870</xEnder><xMun>UBERLANDIA</xMun><UF>MG</UF></transporta><vol><qVol>61</qVol><esp>CX(S) DE PAPELAO</esp><marca>SOBRAL INVIC</marca><pesoL>277.434</pesoL><pesoB>289.714</pesoB></vol></transp><cobr><fat><nFat>0465697</nFat><vOrig>7262.22</vOrig><vDesc>0.00</vDesc><vLiq>7262.22</vLiq></fat><dup><nDup>001</nDup><dVenc>2022-05-31</dVenc><vDup>7262.22</vDup></dup></cobr><pag><detPag><indPag>1</indPag><tPag>15</tPag><vPag>7262.22</vPag></detPag></pag><infAdic><infCpl>S/Pedido : 5008265 N/Pedido : 220226022355 Represent : 262 Tel : (043) 9917-2728</infCpl></infAdic><compra><xPed>5008265</xPed></compra></infNFe><Signature xmlns=\"http://www.w3.org/2000/09/xmldsig#\"><SignedInfo xmlns=\"http://www.w3.org/2000/09/xmldsig#\"><CanonicalizationMethod Algorithm=\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\"/><SignatureMethod Algorithm=\"http://www.w3.org/2000/09/xmldsig#rsa-sha1\"/><Reference URI=\"#NFe31220360594538000950550040004656971946621631\"><Transforms><Transform Algorithm=\"http://www.w3.org/2000/09/xmldsig#enveloped-signature\"/><Transform Algorithm=\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\"/></Transforms><DigestMethod Algorithm=\"http://www.w3.org/2000/09/xmldsig#sha1\"/><DigestValue>3mQdUGfcb2h+C762v+QlV4jWXXI=</DigestValue></Reference></SignedInfo><SignatureValue>lOPa1Za0okzvqXswRI7IPffhZQ6t9dH6mJaLv6aDuJ8cHww8QwIDXwdO//aELy9aiwZOPKya0MTlEtmFXfRew6lH6hDIRS3p9oSYc8N9Gcy6T0itoiED1PWWLmq1LO20OVD9Ob5wwzulBo2G/kveUnJ0bDs2dV72Dm/7H1XP6wpWrCofgJ7/hyHjFe2aQY8Dv+BqoCG14z5MGR/i7rzxgXZBROpekNmH3tlMRvQE773s59UXOPjzwClPuSoGO/sz3gvonAxHDauvam7mg3z5V6P4t0d4Q7unY1TfGMnHSulnJFa7A338r0EfqUK1mgEmqWwZ2xhDbTsrtb7aF4HXVw==</SignatureValue><KeyInfo><X509Data><X509Certificate>MIIH7TCCBdWgAwIBAgIQQYE85rlpdvC0TyeS/Mad0zANBgkqhkiG9w0BAQsFADB0MQswCQYDVQQGEwJCUjETMBEGA1UEChMKSUNQLUJyYXNpbDEtMCsGA1UECxMkQ2VydGlzaWduIENlcnRpZmljYWRvcmEgRGlnaXRhbCBTLkEuMSEwHwYDVQQDExhBQyBDZXJ0aXNpZ24gTXVsdGlwbGEgRzcwHhcNMjEwNDAxMTY0NzU4WhcNMjIwNDAxMTY0NzU4WjCBvjELMAkGA1UEBhMCQlIxEzARBgNVBAoMCklDUC1CcmFzaWwxHjAcBgNVBAsMFUFDIENlcnRpc2lnbiBNdWx0aXBsYTEXMBUGA1UECwwOMTM3MDQ0ODgwMDAxODAxGTAXBgNVBAsMEFZpZGVvQ29uZmVyZW5jaWExGzAZBgNVBAsMEkFzc2luYXR1cmEgVGlwbyBBMTEpMCcGA1UEAwwgU09CUkFMIElOVklDVEEgU09DSUVEQURFIEFOT05JTUEwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCxm4PMkeRlK+zw2StOkv1pQbObB2NqzeFJG6A55+u36gFxFOLvCl/W7nI+mXRnDl6KshkiLzXbArAOxBUZlNUpCQ43rc527TBwVkP3eI9pxQzd/R+xTV+4dUiwkWn0Mp4LpkOSQYC/q+uCPo7GBj37w3n/h4x1OWsc9YqmHHe4HfZD7jPjx9oOxOGB2AgV9fMAdxOjlSlnkLPDPbCnQ1yVI3gH3u6HvXV+O5GVXp11fjKoXHxXV418BXk60wefPsI6e5dohpranqjQ8R9E5is7KV/0P+UsL/MyMPo7RbAEQVPyAVt8hjnkb2qW8fjKmBVnvYkC6sZq+m930VMaDc+7AgMBAAGjggMuMIIDKjCBvAYDVR0RBIG0MIGxoD0GBWBMAQMEoDQEMjE1MDQxOTczMTI2MTM4NjY4MDIwMDAwMDAwMDAwMDAwMDAwMDIyNTc5NzI3NlNTUFNQoCEGBWBMAQMCoBgEFk1JR1VFTCBBTkdFTE8gREEgU0lMVkGgGQYFYEwBAwOgEAQONjA1OTQ1MzgwMDA5NTCgFwYFYEwBAwegDgQMMDAwMDAwMDAwMDAwgRlsdWNpYS5ndWVycmFAbmV3ZWxsY28uY29tMAkGA1UdEwQCMAAwHwYDVR0jBBgwFoAUXXIMvzPSu+OGpuhMBnF+VVwHoNYwgYsGA1UdIASBgzCBgDB+BgZgTAECAQswdDByBggrBgEFBQcCARZmaHR0cDovL2ljcC1icmFzaWwuY2VydGlzaWduLmNvbS5ici9yZXBvc2l0b3Jpby9kcGMvQUNfQ2VydGlzaWduX011bHRpcGxhL0RQQ19BQ19DZXJ0aVNpZ25fTXVsdGlwbGEucGRmMIHGBgNVHR8Egb4wgbswXKBaoFiGVmh0dHA6Ly9pY3AtYnJhc2lsLmNlcnRpc2lnbi5jb20uYnIvcmVwb3NpdG9yaW8vbGNyL0FDQ2VydGlzaWduTXVsdGlwbGFHNy9MYXRlc3RDUkwuY3JsMFugWaBXhlVodHRwOi8vaWNwLWJyYXNpbC5vdXRyYWxjci5jb20uYnIvcmVwb3NpdG9yaW8vbGNyL0FDQ2VydGlzaWduTXVsdGlwbGFHNy9MYXRlc3RDUkwuY3JsMA4GA1UdDwEB/wQEAwIF4DAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwQwgbYGCCsGAQUFBwEBBIGpMIGmMGQGCCsGAQUFBzAChlhodHRwOi8vaWNwLWJyYXNpbC5jZXJ0aXNpZ24uY29tLmJyL3JlcG9zaXRvcmlvL2NlcnRpZmljYWRvcy9BQ19DZXJ0aXNpZ25fTXVsdGlwbGFfRzcucDdjMD4GCCsGAQUFBzABhjJodHRwOi8vb2NzcC1hYy1jZXJ0aXNpZ24tbXVsdGlwbGEuY2VydGlzaWduLmNvbS5icjANBgkqhkiG9w0BAQsFAAOCAgEAR1bhXxsg5/XL/mhok7W71oCGGI9p1i3n/PeJ0hTzk7cd44F9Q9U4Twsx8ORg4gVyPyaxRYJdcxMQVj5rvcY4UmlZYDPBAjcQ7svBlV6OPjJFE/yfDF5RfCFU92W6tdUBdqsYuJQJ+5Vof837o5Xbtr+8kxFNrLuy2Xfrh0AKqwp1AfRh/T6qw6wmiHoDh7YuxsW2s+WPlyiRc7SHNyZxxUEbdSZXoO5OqdpjYWxt1MfAHP+bVIXTgwvRnuc4r6bjQJcc82yLRbow/azZsxEYsfxsFCI+8PHSPYKenK0nWhcXUcyJ/cIGQUBmsvVEvqcwvd/OLHHk7nICvqAszwKx4Yrl7s/7LJWyQ5reESu8iO732guOf9eP4q7zfXxbsV9/8ejFXqdBKeuVuG7qvFH4Tf3ydFYjHVY2hnQpc1erVZ7iuR7Lc1TOB9QR5UTa/8luDxkr3lJBmO30GcFng0uVC4TcwOdBnEJNAcs0IqDvFgg4jefsNOofFcgMz+WDC8oNjsHDwf0JW322ZRz4a/uGKtuH4tDQguHBhut9zGH23Xjomyt4F7AIGCgfgb2djBFzONdH0l/43yYwego4TbUi8et/zEbEmUjBkeL09cHjytPXNVHLKZNIiFuRVMOGF2Bm6UrCJkGmysK0Uoqhj+HlWslSpGAf4ocl64xYCQlqKXk=</X509Certificate></X509Data></KeyInfo></Signature></NFe><protNFe versao=\"4.00\"><infProt Id=\"ID131224601859541\"> <tpAmb>1</tpAmb> <verAplic>14.4.53-SE4</verAplic> <chNFe>31220360594538000950550040004656971946621631</chNFe> <dhRecbto>2022-03-02T11:09:42-03:00</dhRecbto> <nProt>131224601859541</nProt> <digVal>3mQdUGfcb2h+C762v+QlV4jWXXI=</digVal> <cStat>100</cStat> <xMotivo>Autorizado o uso da NF-e</xMotivo></infProt></protNFe></nfeProc>\n'),
(7, 1, 153, '31220360594538000950550040004656971946621631', '<?xml version=\"1.0\"?>\n<nfeProc xmlns=\"http://www.portalfiscal.inf.br/nfe\" versao=\"4.00\"><NFe xmlns=\"http://www.portalfiscal.inf.br/nfe\"><infNFe Id=\"NFe31220360594538000950550040004656971946621631\" versao=\"4.00\"><ide><cUF>31</cUF><cNF>94662163</cNF><natOp>VENDA DE PRODUCAO DO ESTABELECIMENTO</natOp><mod>55</mod><serie>4</serie><nNF>465697</nNF><dhEmi>2022-03-02T11:04:22-03:00</dhEmi><tpNF>1</tpNF><idDest>2</idDest><cMunFG>3152501</cMunFG><tpImp>1</tpImp><tpEmis>1</tpEmis><cDV>1</cDV><tpAmb>1</tpAmb><finNFe>1</finNFe><indFinal>0</indFinal><indPres>9</indPres><procEmi>0</procEmi><verProc>5.0</verProc></ide><emit><CNPJ>60594538000950</CNPJ><xNome>SOBRAL INVICTA S/A</xNome><xFant>INVICTA</xFant><enderEmit><xLgr>RODOVIA JK BR 459</xLgr><nro>KM 111</nro><xBairro>PORTAL DO IPIRANGA</xBairro><cMun>3152501</cMun><xMun>POUSO ALEGRE</xMun><UF>MG</UF><CEP>37556710</CEP><cPais>1058</cPais><xPais>BRASIL</xPais><fone>3534497100</fone></enderEmit><IE>5254735440014</IE><CRT>3</CRT></emit><dest><CNPJ>22962737000128</CNPJ><xNome>GAZIN ATACADO CENTRO OESTE LTDA</xNome><enderDest><xLgr>ROD GO 330</xLgr><nro>KM 237,,S/N,KM</nro><xCpl>237</xCpl><xBairro>SETOR AEROPORTO</xBairro><cMun>5210109</cMun><xMun>IPAMERI</xMun><UF>GO</UF><CEP>75780000</CEP><cPais>1058</cPais><xPais>BRASIL</xPais><fone>4436638000</fone></enderDest><indIEDest>1</indIEDest><IE>106461141</IE><email>nfe@gazin.com.br</email></dest><det nItem=\"1\"><prod><cProd>100100020105</cProd><cEAN>7891691004384</cEAN><xProd>GARRAFA AIR POT INOX SLIM 1,8L</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>20.00</qCom><vUnCom>38.78</vUnCom><vProd>775.60</vProd><cEANTrib>7891691004384</cEANTrib><uTrib>PC</uTrib><qTrib>20.00</qTrib><vUnTrib>38.78</vUnTrib><indTot>1</indTot><xPed>5008265</xPed><nFCI>82AD9530-0202-4C4E-BBA1-6A79BDA8F71C</nFCI></prod><imposto><ICMS><ICMS00><orig>5</orig><CST>00</CST><modBC>3</modBC><vBC>775.60</vBC><pICMS>7.00</pICMS><vICMS>54.29</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>775.60</vBC><pIPI>11.25</pIPI><vIPI>87.26</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>721.31</vBC><pPIS>1.65</pPIS><vPIS>11.90</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>721.31</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>54.82</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"2\"><prod><cProd>100197280105</cProd><cEAN>7891691097287</cEAN><xProd>GARRAFA AIR POT 1,8 L INOX</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>20.00</qCom><vUnCom>51.62</vUnCom><vProd>1032.40</vProd><cEANTrib>7891691097287</cEANTrib><uTrib>PC</uTrib><qTrib>20.00</qTrib><vUnTrib>51.62</vUnTrib><indTot>1</indTot><xPed>5008265</xPed><nFCI>962274A6-A9D4-4ADE-AAB0-9BAB1ACDC191</nFCI></prod><imposto><ICMS><ICMS00><orig>5</orig><CST>00</CST><modBC>3</modBC><vBC>1032.40</vBC><pICMS>7.00</pICMS><vICMS>72.27</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>1032.40</vBC><pIPI>11.25</pIPI><vIPI>116.15</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>960.13</vBC><pPIS>1.65</pPIS><vPIS>15.84</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>960.13</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>72.97</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"3\"><prod><cProd>100688030105</cProd><cEAN>7891691188039</cEAN><xProd>GARRAFA VG 0,75L PRETA</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>12.00</qCom><vUnCom>11.07</vUnCom><vProd>132.84</vProd><cEANTrib>7891691188039</cEANTrib><uTrib>PC</uTrib><qTrib>12.00</qTrib><vUnTrib>11.07</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>132.84</vBC><pICMS>7.00</pICMS><vICMS>9.30</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>132.84</vBC><pIPI>11.25</pIPI><vIPI>14.94</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>123.54</vBC><pPIS>1.65</pPIS><vPIS>2.04</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>123.54</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>9.39</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"4\"><prod><cProd>100773110105</cProd><cEAN>7891691173110</cEAN><xProd>GARRAFA GLT PS 1L PRETA</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>18.00</qCom><vUnCom>20.45</vUnCom><vProd>368.10</vProd><cEANTrib>7891691173110</cEANTrib><uTrib>PC</uTrib><qTrib>18.00</qTrib><vUnTrib>20.45</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>368.10</vBC><pICMS>7.00</pICMS><vICMS>25.77</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>368.10</vBC><pIPI>11.25</pIPI><vIPI>41.41</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>342.33</vBC><pPIS>1.65</pPIS><vPIS>5.65</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>342.33</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>26.02</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"5\"><prod><cProd>100773110107</cProd><cEAN>7891691273117</cEAN><xProd>GARRAFA GLT PS 1L BRANCA</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>12.00</qCom><vUnCom>20.45</vUnCom><vProd>245.40</vProd><cEANTrib>7891691273117</cEANTrib><uTrib>PC</uTrib><qTrib>12.00</qTrib><vUnTrib>20.45</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>245.40</vBC><pICMS>7.00</pICMS><vICMS>17.18</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>245.40</vBC><pIPI>11.25</pIPI><vIPI>27.61</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>228.22</vBC><pPIS>1.65</pPIS><vPIS>3.77</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>228.22</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>17.34</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"6\"><prod><cProd>101487151808</cProd><cEAN>7891691013911</cEAN><xProd>REC TERM 5L MARATONA VERMELHO VELVET</xProd><NCM>39233090</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>90.00</qCom><vUnCom>15.06</vUnCom><vProd>1355.40</vProd><cEANTrib>7891691013911</cEANTrib><uTrib>PC</uTrib><qTrib>90.00</qTrib><vUnTrib>15.06</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>1355.40</vBC><pICMS>7.00</pICMS><vICMS>94.88</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>1355.40</vBC><pIPI>11.25</pIPI><vIPI>152.48</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>1260.52</vBC><pPIS>1.65</pPIS><vPIS>20.80</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>1260.52</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>95.80</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"7\"><prod><cProd>101487152006</cProd><cEAN>7891691013928</cEAN><xProd>REC TERM 5L MARATONA INCESS BLUE</xProd><NCM>39233090</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>168.00</qCom><vUnCom>15.06</vUnCom><vProd>2530.08</vProd><cEANTrib>7891691013928</cEANTrib><uTrib>PC</uTrib><qTrib>168.00</qTrib><vUnTrib>15.06</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>2530.08</vBC><pICMS>7.00</pICMS><vICMS>177.10</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>2530.08</vBC><pIPI>11.25</pIPI><vIPI>284.63</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>2352.98</vBC><pPIS>1.65</pPIS><vPIS>38.82</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>2352.98</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>178.83</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"8\"><prod><cProd>101487222006</cProd><cEAN>7891691013348</cEAN><xProd>REC TERM 2,3L MARATONA INCESS BLUE</xProd><NCM>39233090</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>6.00</qCom><vUnCom>14.67</vUnCom><vProd>88.02</vProd><cEANTrib>7891691013348</cEANTrib><uTrib>PC</uTrib><qTrib>6.00</qTrib><vUnTrib>14.67</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>88.02</vBC><pICMS>7.00</pICMS><vICMS>6.16</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>88.02</vBC><pIPI>11.25</pIPI><vIPI>9.90</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>81.86</vBC><pPIS>1.65</pPIS><vPIS>1.35</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>81.86</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>6.22</vCOFINS></COFINSAliq></COFINS></imposto></det><total><ICMSTot><vBC>6527.84</vBC><vICMS>456.95</vICMS><vICMSDeson>0.00</vICMSDeson><vFCP>0.00</vFCP><vBCST>0.00</vBCST><vST>0.00</vST><vFCPST>0.00</vFCPST><vFCPSTRet>0.00</vFCPSTRet><vProd>6527.84</vProd><vFrete>0.00</vFrete><vSeg>0.00</vSeg><vDesc>0.00</vDesc><vII>0.00</vII><vIPI>734.38</vIPI><vIPIDevol>0.00</vIPIDevol><vPIS>100.17</vPIS><vCOFINS>461.39</vCOFINS><vOutro>0.00</vOutro><vNF>7262.22</vNF></ICMSTot></total><transp><modFrete>0</modFrete><transporta><CNPJ>58506155000508</CNPJ><xNome>MIRA OTM TRANSPORTES LTDA</xNome><IE>7020054150060</IE><xEnder>AV JOSE ANDRAUS GASSANI 4870</xEnder><xMun>UBERLANDIA</xMun><UF>MG</UF></transporta><vol><qVol>61</qVol><esp>CX(S) DE PAPELAO</esp><marca>SOBRAL INVIC</marca><pesoL>277.434</pesoL><pesoB>289.714</pesoB></vol></transp><cobr><fat><nFat>0465697</nFat><vOrig>7262.22</vOrig><vDesc>0.00</vDesc><vLiq>7262.22</vLiq></fat><dup><nDup>001</nDup><dVenc>2022-05-31</dVenc><vDup>7262.22</vDup></dup></cobr><pag><detPag><indPag>1</indPag><tPag>15</tPag><vPag>7262.22</vPag></detPag></pag><infAdic><infCpl>S/Pedido : 5008265 N/Pedido : 220226022355 Represent : 262 Tel : (043) 9917-2728</infCpl></infAdic><compra><xPed>5008265</xPed></compra></infNFe><Signature xmlns=\"http://www.w3.org/2000/09/xmldsig#\"><SignedInfo xmlns=\"http://www.w3.org/2000/09/xmldsig#\"><CanonicalizationMethod Algorithm=\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\"/><SignatureMethod Algorithm=\"http://www.w3.org/2000/09/xmldsig#rsa-sha1\"/><Reference URI=\"#NFe31220360594538000950550040004656971946621631\"><Transforms><Transform Algorithm=\"http://www.w3.org/2000/09/xmldsig#enveloped-signature\"/><Transform Algorithm=\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\"/></Transforms><DigestMethod Algorithm=\"http://www.w3.org/2000/09/xmldsig#sha1\"/><DigestValue>3mQdUGfcb2h+C762v+QlV4jWXXI=</DigestValue></Reference></SignedInfo><SignatureValue>lOPa1Za0okzvqXswRI7IPffhZQ6t9dH6mJaLv6aDuJ8cHww8QwIDXwdO//aELy9aiwZOPKya0MTlEtmFXfRew6lH6hDIRS3p9oSYc8N9Gcy6T0itoiED1PWWLmq1LO20OVD9Ob5wwzulBo2G/kveUnJ0bDs2dV72Dm/7H1XP6wpWrCofgJ7/hyHjFe2aQY8Dv+BqoCG14z5MGR/i7rzxgXZBROpekNmH3tlMRvQE773s59UXOPjzwClPuSoGO/sz3gvonAxHDauvam7mg3z5V6P4t0d4Q7unY1TfGMnHSulnJFa7A338r0EfqUK1mgEmqWwZ2xhDbTsrtb7aF4HXVw==</SignatureValue><KeyInfo><X509Data><X509Certificate>MIIH7TCCBdWgAwIBAgIQQYE85rlpdvC0TyeS/Mad0zANBgkqhkiG9w0BAQsFADB0MQswCQYDVQQGEwJCUjETMBEGA1UEChMKSUNQLUJyYXNpbDEtMCsGA1UECxMkQ2VydGlzaWduIENlcnRpZmljYWRvcmEgRGlnaXRhbCBTLkEuMSEwHwYDVQQDExhBQyBDZXJ0aXNpZ24gTXVsdGlwbGEgRzcwHhcNMjEwNDAxMTY0NzU4WhcNMjIwNDAxMTY0NzU4WjCBvjELMAkGA1UEBhMCQlIxEzARBgNVBAoMCklDUC1CcmFzaWwxHjAcBgNVBAsMFUFDIENlcnRpc2lnbiBNdWx0aXBsYTEXMBUGA1UECwwOMTM3MDQ0ODgwMDAxODAxGTAXBgNVBAsMEFZpZGVvQ29uZmVyZW5jaWExGzAZBgNVBAsMEkFzc2luYXR1cmEgVGlwbyBBMTEpMCcGA1UEAwwgU09CUkFMIElOVklDVEEgU09DSUVEQURFIEFOT05JTUEwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCxm4PMkeRlK+zw2StOkv1pQbObB2NqzeFJG6A55+u36gFxFOLvCl/W7nI+mXRnDl6KshkiLzXbArAOxBUZlNUpCQ43rc527TBwVkP3eI9pxQzd/R+xTV+4dUiwkWn0Mp4LpkOSQYC/q+uCPo7GBj37w3n/h4x1OWsc9YqmHHe4HfZD7jPjx9oOxOGB2AgV9fMAdxOjlSlnkLPDPbCnQ1yVI3gH3u6HvXV+O5GVXp11fjKoXHxXV418BXk60wefPsI6e5dohpranqjQ8R9E5is7KV/0P+UsL/MyMPo7RbAEQVPyAVt8hjnkb2qW8fjKmBVnvYkC6sZq+m930VMaDc+7AgMBAAGjggMuMIIDKjCBvAYDVR0RBIG0MIGxoD0GBWBMAQMEoDQEMjE1MDQxOTczMTI2MTM4NjY4MDIwMDAwMDAwMDAwMDAwMDAwMDIyNTc5NzI3NlNTUFNQoCEGBWBMAQMCoBgEFk1JR1VFTCBBTkdFTE8gREEgU0lMVkGgGQYFYEwBAwOgEAQONjA1OTQ1MzgwMDA5NTCgFwYFYEwBAwegDgQMMDAwMDAwMDAwMDAwgRlsdWNpYS5ndWVycmFAbmV3ZWxsY28uY29tMAkGA1UdEwQCMAAwHwYDVR0jBBgwFoAUXXIMvzPSu+OGpuhMBnF+VVwHoNYwgYsGA1UdIASBgzCBgDB+BgZgTAECAQswdDByBggrBgEFBQcCARZmaHR0cDovL2ljcC1icmFzaWwuY2VydGlzaWduLmNvbS5ici9yZXBvc2l0b3Jpby9kcGMvQUNfQ2VydGlzaWduX011bHRpcGxhL0RQQ19BQ19DZXJ0aVNpZ25fTXVsdGlwbGEucGRmMIHGBgNVHR8Egb4wgbswXKBaoFiGVmh0dHA6Ly9pY3AtYnJhc2lsLmNlcnRpc2lnbi5jb20uYnIvcmVwb3NpdG9yaW8vbGNyL0FDQ2VydGlzaWduTXVsdGlwbGFHNy9MYXRlc3RDUkwuY3JsMFugWaBXhlVodHRwOi8vaWNwLWJyYXNpbC5vdXRyYWxjci5jb20uYnIvcmVwb3NpdG9yaW8vbGNyL0FDQ2VydGlzaWduTXVsdGlwbGFHNy9MYXRlc3RDUkwuY3JsMA4GA1UdDwEB/wQEAwIF4DAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwQwgbYGCCsGAQUFBwEBBIGpMIGmMGQGCCsGAQUFBzAChlhodHRwOi8vaWNwLWJyYXNpbC5jZXJ0aXNpZ24uY29tLmJyL3JlcG9zaXRvcmlvL2NlcnRpZmljYWRvcy9BQ19DZXJ0aXNpZ25fTXVsdGlwbGFfRzcucDdjMD4GCCsGAQUFBzABhjJodHRwOi8vb2NzcC1hYy1jZXJ0aXNpZ24tbXVsdGlwbGEuY2VydGlzaWduLmNvbS5icjANBgkqhkiG9w0BAQsFAAOCAgEAR1bhXxsg5/XL/mhok7W71oCGGI9p1i3n/PeJ0hTzk7cd44F9Q9U4Twsx8ORg4gVyPyaxRYJdcxMQVj5rvcY4UmlZYDPBAjcQ7svBlV6OPjJFE/yfDF5RfCFU92W6tdUBdqsYuJQJ+5Vof837o5Xbtr+8kxFNrLuy2Xfrh0AKqwp1AfRh/T6qw6wmiHoDh7YuxsW2s+WPlyiRc7SHNyZxxUEbdSZXoO5OqdpjYWxt1MfAHP+bVIXTgwvRnuc4r6bjQJcc82yLRbow/azZsxEYsfxsFCI+8PHSPYKenK0nWhcXUcyJ/cIGQUBmsvVEvqcwvd/OLHHk7nICvqAszwKx4Yrl7s/7LJWyQ5reESu8iO732guOf9eP4q7zfXxbsV9/8ejFXqdBKeuVuG7qvFH4Tf3ydFYjHVY2hnQpc1erVZ7iuR7Lc1TOB9QR5UTa/8luDxkr3lJBmO30GcFng0uVC4TcwOdBnEJNAcs0IqDvFgg4jefsNOofFcgMz+WDC8oNjsHDwf0JW322ZRz4a/uGKtuH4tDQguHBhut9zGH23Xjomyt4F7AIGCgfgb2djBFzONdH0l/43yYwego4TbUi8et/zEbEmUjBkeL09cHjytPXNVHLKZNIiFuRVMOGF2Bm6UrCJkGmysK0Uoqhj+HlWslSpGAf4ocl64xYCQlqKXk=</X509Certificate></X509Data></KeyInfo></Signature></NFe><protNFe versao=\"4.00\"><infProt Id=\"ID131224601859541\"> <tpAmb>1</tpAmb> <verAplic>14.4.53-SE4</verAplic> <chNFe>31220360594538000950550040004656971946621631</chNFe> <dhRecbto>2022-03-02T11:09:42-03:00</dhRecbto> <nProt>131224601859541</nProt> <digVal>3mQdUGfcb2h+C762v+QlV4jWXXI=</digVal> <cStat>100</cStat> <xMotivo>Autorizado o uso da NF-e</xMotivo></infProt></protNFe></nfeProc>\n');
INSERT INTO `partiushop_order_attachments` (`order_attachment_id`, `type`, `order_id`, `chave_acesso_nf`, `nfe_xml`) VALUES
(8, 1, 154, '31220360594538000950550040004656971946621631', '<?xml version=\"1.0\"?>\n<nfeProc xmlns=\"http://www.portalfiscal.inf.br/nfe\" versao=\"4.00\"><NFe xmlns=\"http://www.portalfiscal.inf.br/nfe\"><infNFe Id=\"NFe31220360594538000950550040004656971946621631\" versao=\"4.00\"><ide><cUF>31</cUF><cNF>94662163</cNF><natOp>VENDA DE PRODUCAO DO ESTABELECIMENTO</natOp><mod>55</mod><serie>4</serie><nNF>465697</nNF><dhEmi>2022-03-02T11:04:22-03:00</dhEmi><tpNF>1</tpNF><idDest>2</idDest><cMunFG>3152501</cMunFG><tpImp>1</tpImp><tpEmis>1</tpEmis><cDV>1</cDV><tpAmb>1</tpAmb><finNFe>1</finNFe><indFinal>0</indFinal><indPres>9</indPres><procEmi>0</procEmi><verProc>5.0</verProc></ide><emit><CNPJ>60594538000950</CNPJ><xNome>SOBRAL INVICTA S/A</xNome><xFant>INVICTA</xFant><enderEmit><xLgr>RODOVIA JK BR 459</xLgr><nro>KM 111</nro><xBairro>PORTAL DO IPIRANGA</xBairro><cMun>3152501</cMun><xMun>POUSO ALEGRE</xMun><UF>MG</UF><CEP>37556710</CEP><cPais>1058</cPais><xPais>BRASIL</xPais><fone>3534497100</fone></enderEmit><IE>5254735440014</IE><CRT>3</CRT></emit><dest><CNPJ>22962737000128</CNPJ><xNome>GAZIN ATACADO CENTRO OESTE LTDA</xNome><enderDest><xLgr>ROD GO 330</xLgr><nro>KM 237,,S/N,KM</nro><xCpl>237</xCpl><xBairro>SETOR AEROPORTO</xBairro><cMun>5210109</cMun><xMun>IPAMERI</xMun><UF>GO</UF><CEP>75780000</CEP><cPais>1058</cPais><xPais>BRASIL</xPais><fone>4436638000</fone></enderDest><indIEDest>1</indIEDest><IE>106461141</IE><email>nfe@gazin.com.br</email></dest><det nItem=\"1\"><prod><cProd>100100020105</cProd><cEAN>7891691004384</cEAN><xProd>GARRAFA AIR POT INOX SLIM 1,8L</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>20.00</qCom><vUnCom>38.78</vUnCom><vProd>775.60</vProd><cEANTrib>7891691004384</cEANTrib><uTrib>PC</uTrib><qTrib>20.00</qTrib><vUnTrib>38.78</vUnTrib><indTot>1</indTot><xPed>5008265</xPed><nFCI>82AD9530-0202-4C4E-BBA1-6A79BDA8F71C</nFCI></prod><imposto><ICMS><ICMS00><orig>5</orig><CST>00</CST><modBC>3</modBC><vBC>775.60</vBC><pICMS>7.00</pICMS><vICMS>54.29</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>775.60</vBC><pIPI>11.25</pIPI><vIPI>87.26</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>721.31</vBC><pPIS>1.65</pPIS><vPIS>11.90</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>721.31</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>54.82</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"2\"><prod><cProd>100197280105</cProd><cEAN>7891691097287</cEAN><xProd>GARRAFA AIR POT 1,8 L INOX</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>20.00</qCom><vUnCom>51.62</vUnCom><vProd>1032.40</vProd><cEANTrib>7891691097287</cEANTrib><uTrib>PC</uTrib><qTrib>20.00</qTrib><vUnTrib>51.62</vUnTrib><indTot>1</indTot><xPed>5008265</xPed><nFCI>962274A6-A9D4-4ADE-AAB0-9BAB1ACDC191</nFCI></prod><imposto><ICMS><ICMS00><orig>5</orig><CST>00</CST><modBC>3</modBC><vBC>1032.40</vBC><pICMS>7.00</pICMS><vICMS>72.27</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>1032.40</vBC><pIPI>11.25</pIPI><vIPI>116.15</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>960.13</vBC><pPIS>1.65</pPIS><vPIS>15.84</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>960.13</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>72.97</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"3\"><prod><cProd>100688030105</cProd><cEAN>7891691188039</cEAN><xProd>GARRAFA VG 0,75L PRETA</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>12.00</qCom><vUnCom>11.07</vUnCom><vProd>132.84</vProd><cEANTrib>7891691188039</cEANTrib><uTrib>PC</uTrib><qTrib>12.00</qTrib><vUnTrib>11.07</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>132.84</vBC><pICMS>7.00</pICMS><vICMS>9.30</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>132.84</vBC><pIPI>11.25</pIPI><vIPI>14.94</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>123.54</vBC><pPIS>1.65</pPIS><vPIS>2.04</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>123.54</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>9.39</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"4\"><prod><cProd>100773110105</cProd><cEAN>7891691173110</cEAN><xProd>GARRAFA GLT PS 1L PRETA</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>18.00</qCom><vUnCom>20.45</vUnCom><vProd>368.10</vProd><cEANTrib>7891691173110</cEANTrib><uTrib>PC</uTrib><qTrib>18.00</qTrib><vUnTrib>20.45</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>368.10</vBC><pICMS>7.00</pICMS><vICMS>25.77</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>368.10</vBC><pIPI>11.25</pIPI><vIPI>41.41</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>342.33</vBC><pPIS>1.65</pPIS><vPIS>5.65</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>342.33</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>26.02</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"5\"><prod><cProd>100773110107</cProd><cEAN>7891691273117</cEAN><xProd>GARRAFA GLT PS 1L BRANCA</xProd><NCM>96170010</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>12.00</qCom><vUnCom>20.45</vUnCom><vProd>245.40</vProd><cEANTrib>7891691273117</cEANTrib><uTrib>PC</uTrib><qTrib>12.00</qTrib><vUnTrib>20.45</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>245.40</vBC><pICMS>7.00</pICMS><vICMS>17.18</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>245.40</vBC><pIPI>11.25</pIPI><vIPI>27.61</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>228.22</vBC><pPIS>1.65</pPIS><vPIS>3.77</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>228.22</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>17.34</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"6\"><prod><cProd>101487151808</cProd><cEAN>7891691013911</cEAN><xProd>REC TERM 5L MARATONA VERMELHO VELVET</xProd><NCM>39233090</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>90.00</qCom><vUnCom>15.06</vUnCom><vProd>1355.40</vProd><cEANTrib>7891691013911</cEANTrib><uTrib>PC</uTrib><qTrib>90.00</qTrib><vUnTrib>15.06</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>1355.40</vBC><pICMS>7.00</pICMS><vICMS>94.88</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>1355.40</vBC><pIPI>11.25</pIPI><vIPI>152.48</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>1260.52</vBC><pPIS>1.65</pPIS><vPIS>20.80</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>1260.52</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>95.80</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"7\"><prod><cProd>101487152006</cProd><cEAN>7891691013928</cEAN><xProd>REC TERM 5L MARATONA INCESS BLUE</xProd><NCM>39233090</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>168.00</qCom><vUnCom>15.06</vUnCom><vProd>2530.08</vProd><cEANTrib>7891691013928</cEANTrib><uTrib>PC</uTrib><qTrib>168.00</qTrib><vUnTrib>15.06</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>2530.08</vBC><pICMS>7.00</pICMS><vICMS>177.10</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>2530.08</vBC><pIPI>11.25</pIPI><vIPI>284.63</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>2352.98</vBC><pPIS>1.65</pPIS><vPIS>38.82</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>2352.98</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>178.83</vCOFINS></COFINSAliq></COFINS></imposto></det><det nItem=\"8\"><prod><cProd>101487222006</cProd><cEAN>7891691013348</cEAN><xProd>REC TERM 2,3L MARATONA INCESS BLUE</xProd><NCM>39233090</NCM><CFOP>6101</CFOP><uCom>PC</uCom><qCom>6.00</qCom><vUnCom>14.67</vUnCom><vProd>88.02</vProd><cEANTrib>7891691013348</cEANTrib><uTrib>PC</uTrib><qTrib>6.00</qTrib><vUnTrib>14.67</vUnTrib><indTot>1</indTot><xPed>5008265</xPed></prod><imposto><ICMS><ICMS00><orig>0</orig><CST>00</CST><modBC>3</modBC><vBC>88.02</vBC><pICMS>7.00</pICMS><vICMS>6.16</vICMS></ICMS00></ICMS><IPI><cEnq>999</cEnq><IPITrib><CST>50</CST><vBC>88.02</vBC><pIPI>11.25</pIPI><vIPI>9.90</vIPI></IPITrib></IPI><PIS><PISAliq><CST>01</CST><vBC>81.86</vBC><pPIS>1.65</pPIS><vPIS>1.35</vPIS></PISAliq></PIS><COFINS><COFINSAliq><CST>01</CST><vBC>81.86</vBC><pCOFINS>7.60</pCOFINS><vCOFINS>6.22</vCOFINS></COFINSAliq></COFINS></imposto></det><total><ICMSTot><vBC>6527.84</vBC><vICMS>456.95</vICMS><vICMSDeson>0.00</vICMSDeson><vFCP>0.00</vFCP><vBCST>0.00</vBCST><vST>0.00</vST><vFCPST>0.00</vFCPST><vFCPSTRet>0.00</vFCPSTRet><vProd>6527.84</vProd><vFrete>0.00</vFrete><vSeg>0.00</vSeg><vDesc>0.00</vDesc><vII>0.00</vII><vIPI>734.38</vIPI><vIPIDevol>0.00</vIPIDevol><vPIS>100.17</vPIS><vCOFINS>461.39</vCOFINS><vOutro>0.00</vOutro><vNF>7262.22</vNF></ICMSTot></total><transp><modFrete>0</modFrete><transporta><CNPJ>58506155000508</CNPJ><xNome>MIRA OTM TRANSPORTES LTDA</xNome><IE>7020054150060</IE><xEnder>AV JOSE ANDRAUS GASSANI 4870</xEnder><xMun>UBERLANDIA</xMun><UF>MG</UF></transporta><vol><qVol>61</qVol><esp>CX(S) DE PAPELAO</esp><marca>SOBRAL INVIC</marca><pesoL>277.434</pesoL><pesoB>289.714</pesoB></vol></transp><cobr><fat><nFat>0465697</nFat><vOrig>7262.22</vOrig><vDesc>0.00</vDesc><vLiq>7262.22</vLiq></fat><dup><nDup>001</nDup><dVenc>2022-05-31</dVenc><vDup>7262.22</vDup></dup></cobr><pag><detPag><indPag>1</indPag><tPag>15</tPag><vPag>7262.22</vPag></detPag></pag><infAdic><infCpl>S/Pedido : 5008265 N/Pedido : 220226022355 Represent : 262 Tel : (043) 9917-2728</infCpl></infAdic><compra><xPed>5008265</xPed></compra></infNFe><Signature xmlns=\"http://www.w3.org/2000/09/xmldsig#\"><SignedInfo xmlns=\"http://www.w3.org/2000/09/xmldsig#\"><CanonicalizationMethod Algorithm=\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\"/><SignatureMethod Algorithm=\"http://www.w3.org/2000/09/xmldsig#rsa-sha1\"/><Reference URI=\"#NFe31220360594538000950550040004656971946621631\"><Transforms><Transform Algorithm=\"http://www.w3.org/2000/09/xmldsig#enveloped-signature\"/><Transform Algorithm=\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\"/></Transforms><DigestMethod Algorithm=\"http://www.w3.org/2000/09/xmldsig#sha1\"/><DigestValue>3mQdUGfcb2h+C762v+QlV4jWXXI=</DigestValue></Reference></SignedInfo><SignatureValue>lOPa1Za0okzvqXswRI7IPffhZQ6t9dH6mJaLv6aDuJ8cHww8QwIDXwdO//aELy9aiwZOPKya0MTlEtmFXfRew6lH6hDIRS3p9oSYc8N9Gcy6T0itoiED1PWWLmq1LO20OVD9Ob5wwzulBo2G/kveUnJ0bDs2dV72Dm/7H1XP6wpWrCofgJ7/hyHjFe2aQY8Dv+BqoCG14z5MGR/i7rzxgXZBROpekNmH3tlMRvQE773s59UXOPjzwClPuSoGO/sz3gvonAxHDauvam7mg3z5V6P4t0d4Q7unY1TfGMnHSulnJFa7A338r0EfqUK1mgEmqWwZ2xhDbTsrtb7aF4HXVw==</SignatureValue><KeyInfo><X509Data><X509Certificate>MIIH7TCCBdWgAwIBAgIQQYE85rlpdvC0TyeS/Mad0zANBgkqhkiG9w0BAQsFADB0MQswCQYDVQQGEwJCUjETMBEGA1UEChMKSUNQLUJyYXNpbDEtMCsGA1UECxMkQ2VydGlzaWduIENlcnRpZmljYWRvcmEgRGlnaXRhbCBTLkEuMSEwHwYDVQQDExhBQyBDZXJ0aXNpZ24gTXVsdGlwbGEgRzcwHhcNMjEwNDAxMTY0NzU4WhcNMjIwNDAxMTY0NzU4WjCBvjELMAkGA1UEBhMCQlIxEzARBgNVBAoMCklDUC1CcmFzaWwxHjAcBgNVBAsMFUFDIENlcnRpc2lnbiBNdWx0aXBsYTEXMBUGA1UECwwOMTM3MDQ0ODgwMDAxODAxGTAXBgNVBAsMEFZpZGVvQ29uZmVyZW5jaWExGzAZBgNVBAsMEkFzc2luYXR1cmEgVGlwbyBBMTEpMCcGA1UEAwwgU09CUkFMIElOVklDVEEgU09DSUVEQURFIEFOT05JTUEwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCxm4PMkeRlK+zw2StOkv1pQbObB2NqzeFJG6A55+u36gFxFOLvCl/W7nI+mXRnDl6KshkiLzXbArAOxBUZlNUpCQ43rc527TBwVkP3eI9pxQzd/R+xTV+4dUiwkWn0Mp4LpkOSQYC/q+uCPo7GBj37w3n/h4x1OWsc9YqmHHe4HfZD7jPjx9oOxOGB2AgV9fMAdxOjlSlnkLPDPbCnQ1yVI3gH3u6HvXV+O5GVXp11fjKoXHxXV418BXk60wefPsI6e5dohpranqjQ8R9E5is7KV/0P+UsL/MyMPo7RbAEQVPyAVt8hjnkb2qW8fjKmBVnvYkC6sZq+m930VMaDc+7AgMBAAGjggMuMIIDKjCBvAYDVR0RBIG0MIGxoD0GBWBMAQMEoDQEMjE1MDQxOTczMTI2MTM4NjY4MDIwMDAwMDAwMDAwMDAwMDAwMDIyNTc5NzI3NlNTUFNQoCEGBWBMAQMCoBgEFk1JR1VFTCBBTkdFTE8gREEgU0lMVkGgGQYFYEwBAwOgEAQONjA1OTQ1MzgwMDA5NTCgFwYFYEwBAwegDgQMMDAwMDAwMDAwMDAwgRlsdWNpYS5ndWVycmFAbmV3ZWxsY28uY29tMAkGA1UdEwQCMAAwHwYDVR0jBBgwFoAUXXIMvzPSu+OGpuhMBnF+VVwHoNYwgYsGA1UdIASBgzCBgDB+BgZgTAECAQswdDByBggrBgEFBQcCARZmaHR0cDovL2ljcC1icmFzaWwuY2VydGlzaWduLmNvbS5ici9yZXBvc2l0b3Jpby9kcGMvQUNfQ2VydGlzaWduX011bHRpcGxhL0RQQ19BQ19DZXJ0aVNpZ25fTXVsdGlwbGEucGRmMIHGBgNVHR8Egb4wgbswXKBaoFiGVmh0dHA6Ly9pY3AtYnJhc2lsLmNlcnRpc2lnbi5jb20uYnIvcmVwb3NpdG9yaW8vbGNyL0FDQ2VydGlzaWduTXVsdGlwbGFHNy9MYXRlc3RDUkwuY3JsMFugWaBXhlVodHRwOi8vaWNwLWJyYXNpbC5vdXRyYWxjci5jb20uYnIvcmVwb3NpdG9yaW8vbGNyL0FDQ2VydGlzaWduTXVsdGlwbGFHNy9MYXRlc3RDUkwuY3JsMA4GA1UdDwEB/wQEAwIF4DAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwQwgbYGCCsGAQUFBwEBBIGpMIGmMGQGCCsGAQUFBzAChlhodHRwOi8vaWNwLWJyYXNpbC5jZXJ0aXNpZ24uY29tLmJyL3JlcG9zaXRvcmlvL2NlcnRpZmljYWRvcy9BQ19DZXJ0aXNpZ25fTXVsdGlwbGFfRzcucDdjMD4GCCsGAQUFBzABhjJodHRwOi8vb2NzcC1hYy1jZXJ0aXNpZ24tbXVsdGlwbGEuY2VydGlzaWduLmNvbS5icjANBgkqhkiG9w0BAQsFAAOCAgEAR1bhXxsg5/XL/mhok7W71oCGGI9p1i3n/PeJ0hTzk7cd44F9Q9U4Twsx8ORg4gVyPyaxRYJdcxMQVj5rvcY4UmlZYDPBAjcQ7svBlV6OPjJFE/yfDF5RfCFU92W6tdUBdqsYuJQJ+5Vof837o5Xbtr+8kxFNrLuy2Xfrh0AKqwp1AfRh/T6qw6wmiHoDh7YuxsW2s+WPlyiRc7SHNyZxxUEbdSZXoO5OqdpjYWxt1MfAHP+bVIXTgwvRnuc4r6bjQJcc82yLRbow/azZsxEYsfxsFCI+8PHSPYKenK0nWhcXUcyJ/cIGQUBmsvVEvqcwvd/OLHHk7nICvqAszwKx4Yrl7s/7LJWyQ5reESu8iO732guOf9eP4q7zfXxbsV9/8ejFXqdBKeuVuG7qvFH4Tf3ydFYjHVY2hnQpc1erVZ7iuR7Lc1TOB9QR5UTa/8luDxkr3lJBmO30GcFng0uVC4TcwOdBnEJNAcs0IqDvFgg4jefsNOofFcgMz+WDC8oNjsHDwf0JW322ZRz4a/uGKtuH4tDQguHBhut9zGH23Xjomyt4F7AIGCgfgb2djBFzONdH0l/43yYwego4TbUi8et/zEbEmUjBkeL09cHjytPXNVHLKZNIiFuRVMOGF2Bm6UrCJkGmysK0Uoqhj+HlWslSpGAf4ocl64xYCQlqKXk=</X509Certificate></X509Data></KeyInfo></Signature></NFe><protNFe versao=\"4.00\"><infProt Id=\"ID131224601859541\"> <tpAmb>1</tpAmb> <verAplic>14.4.53-SE4</verAplic> <chNFe>31220360594538000950550040004656971946621631</chNFe> <dhRecbto>2022-03-02T11:09:42-03:00</dhRecbto> <nProt>131224601859541</nProt> <digVal>3mQdUGfcb2h+C762v+QlV4jWXXI=</digVal> <cStat>100</cStat> <xMotivo>Autorizado o uso da NF-e</xMotivo></infProt></protNFe></nfeProc>\n');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_order_data`
--

CREATE TABLE `partiushop_order_data` (
  `order_data_id` int(11) UNSIGNED NOT NULL,
  `order_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `type` char(1) NOT NULL DEFAULT '',
  `data` longblob NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_order_data`
--

INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(203, 19, 'G', 0x613a313a7b693a303b613a31303a7b733a343a226e616d65223b733a373a2253696d74656368223b733a31303a22636f6d70616e795f6964223b693a313b733a383a2270726f6475637473223b613a313a7b733a31303a2232333136323330303237223b613a32333a7b733a31303a2270726f647563745f6964223b693a3232333b733a31323a2270726f647563745f636f6465223b733a31303a224f303232334151493357223b733a373a2270726f64756374223b733a35363a2253616d73756e672047616c6178792054616220382e39202857692d4669204f6e6c7929202d2033324742204d6574616c6c69632047726179223b733a363a22616d6f756e74223b693a313b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a353a227072696365223b643a3439392e3939303b733a31323a2273746f7265645f7072696365223b733a313a2259223b733a393a226d61696e5f70616972223b613a353a7b733a373a22706169725f6964223b733a333a22373533223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a333a22383039223b733a383a22706f736974696f6e223b733a313a2230223b733a383a2264657461696c6564223b613a373a7b733a31303a22696d6167655f70617468223b733a37333a22687474703a2f2f6c6f63616c686f73742f6769742f776f726b2f696d616765732f64657461696c65642f302f70373331305f343030783430305f6c61726765315f63665f312e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22373238223b733a373a22696d6167655f79223b733a333a22353436223b733a31353a22687474705f696d6167655f70617468223b733a37333a22687474703a2f2f6c6f63616c686f73742f6769742f776f726b2f696d616765732f64657461696c65642f302f70373331305f343030783430305f6c61726765315f63665f312e6a7067223b733a31333a226162736f6c7574655f70617468223b733a37363a222f55736572732f616c6578696f6e732f7777772f6769742f776f726b2f696d616765732f64657461696c65642f302f70373331305f343030783430305f6c61726765315f63665f312e6a7067223b733a31333a2272656c61746976655f70617468223b733a34303a2264657461696c65642f302f70373331305f343030783430305f6c61726765315f63665f312e6a7067223b7d7d733a31353a226f726967696e616c5f616d6f756e74223b733a313a2231223b733a32313a226f726967696e616c5f70726f647563745f64617461223b613a323a7b733a373a22636172745f6964223b733a31303a2232333136323330303237223b733a363a22616d6f756e74223b733a313a2231223b7d733a353a226578747261223b613a393a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a373a2270726f64756374223b733a35363a2253616d73756e672047616c6178792054616220382e39202857692d4669204f6e6c7929202d2033324742204d6574616c6c69632047726179223b733a31303a22636f6d70616e795f6964223b733a313a2231223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a3439392e3939303b733a31323a2273746f7265645f7072696365223b733a313a2259223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22636f6d70616e795f6964223b733a313a2231223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b693a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a3439392e3939303b733a31333a22646973706c61795f7072696365223b643a3439392e3939303b7d7d733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a3439392e3939303b733a313a2257223b733a343a22302e3031223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a343a7b733a383a2270726f6475637473223b613a313a7b733a31303a2232333136323330303237223b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a302e3130303b733a343a22636f7374223b643a3439392e3939303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a2253696d74656368223b733a373a2261646472657373223b733a31343a223434204d61696e20737472656574223b733a343a2263697479223b733a363a22426f73746f6e223b733a373a22636f756e747279223b733a323a225553223b733a353a227374617465223b733a323a224d41223b733a373a227a6970636f6465223b733a353a223032313136223b733a353a2270686f6e65223b733a31303a2236313735353536393835223b733a333a22666178223b733a303a22223b7d733a383a226c6f636174696f6e223b613a31333a7b733a393a2266697273746e616d65223b733a343a224a6f686e223b733a383a226c6173746e616d65223b733a353a22536d697468223b733a373a2261646472657373223b733a31353a22333335312048696e657920526f6164223b733a393a22616464726573735f32223b4e3b733a343a2263697479223b733a393a224c6173205665676173223b733a363a22636f756e7479223b4e3b733a353a227374617465223b733a323a224e56223b733a373a22636f756e747279223b733a323a225553223b733a373a227a6970636f6465223b733a353a223839313032223b733a353a2270686f6e65223b733a31323a223730322d3238382d33353835223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31313a2273746174655f6465736372223b733a363a224e6576616461223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a393a227368697070696e6773223b613a323a7b693a313b613a31363a7b733a31313a227368697070696e675f6964223b733a313a2231223b733a383a227368697070696e67223b733a32323a22437573746f6d207368697070696e67206d6574686f64223b733a31333a2264656c69766572795f74696d65223b733a383a22332d352064617973223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a224d223b733a31343a22736572766963655f706172616d73223b613a303a7b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a343a22302e3030223b733a31303a226d61785f776569676874223b733a343a22302e3030223b733a31303a22736572766963655f6964223b733a313a2230223b733a363a226d6f64756c65223b4e3b733a31323a22736572766963655f636f6465223b4e3b733a393a22726174655f696e666f223b613a323a7b733a373a22726174655f6964223b733a313a2231223b733a31303a22726174655f76616c7565223b613a323a7b733a313a2243223b613a333a7b693a303b613a323a7b733a353a2276616c7565223b693a34303b733a343a2274797065223b733a313a2246223b7d693a33303b613a323a7b733a353a2276616c7565223b693a31303b733a343a2274797065223b733a313a2246223b7d693a35303b613a323a7b733a353a2276616c7565223b693a353b733a343a2274797065223b733a313a2246223b7d7d733a313a2249223b613a323a7b693a303b613a323a7b733a353a2276616c7565223b693a32333b733a343a2274797065223b733a313a2246223b7d693a31303b613a323a7b733a353a2276616c7565223b693a31353b733a343a2274797065223b733a313a2246223b7d7d7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32383b733a31313a2274617865645f7072696365223b693a303b733a353a227461786573223b613a313a7b693a363b613a373a7b733a393a22726174655f74797065223b733a313a2250223b733a31303a22726174655f76616c7565223b733a323a223130223b733a31383a2270726963655f696e636c756465735f746178223b733a313a2259223b733a393a227265676e756d626572223b733a373a2231323334323432223b733a383a227072696f72697479223b693a303b733a31323a227461785f737562746f74616c223b643a322e3534393b733a31313a226465736372697074696f6e223b733a333a22564154223b7d7d7d693a333b613a31363a7b733a31313a227368697070696e675f6964223b733a313a2233223b733a383a227368697070696e67223b733a31393a22466564457820486f6d652044656c6976657279223b733a31333a2264656c69766572795f74696d65223b733a363a22322064617973223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a31313a7b733a383a22757365725f6b6579223b733a31363a224a4148523752386f4d674d4652483535223b733a31373a22757365725f6b65795f70617373776f7264223b733a32353a225978494a51615a743751783351743930346962595068754461223b733a31343a226163636f756e745f6e756d626572223b733a393a22353130303837303839223b733a31323a226d657465725f6e756d626572223b733a393a22313138353330353639223b733a393a22746573745f6d6f6465223b733a313a2259223b733a31323a227061636b6167655f74797065223b733a31343a22594f55525f5041434b4147494e47223b733a31333a2264726f705f6f66665f74797065223b733a31343a22524547554c41525f5049434b5550223b733a31373a226d61785f7765696768745f6f665f626f78223b733a323a223730223b733a363a22686569676874223b733a323a223130223b733a353a227769647468223b733a323a223130223b733a363a226c656e677468223b733a323a223130223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a343a22302e3030223b733a31303a226d61785f776569676874223b733a343a22302e3030223b733a31303a22736572766963655f6964223b733a333a22323136223b733a363a226d6f64756c65223b733a353a226665646578223b733a31323a22736572766963655f636f6465223b733a32303a2247524f554e445f484f4d455f44454c4956455259223b733a393a22726174655f696e666f223b613a303a7b7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a31312e3330303b733a31313a2274617865645f7072696365223b693a303b733a353a227461786573223b613a313a7b693a363b613a373a7b733a393a22726174655f74797065223b733a313a2250223b733a31303a22726174655f76616c7565223b733a323a223130223b733a31383a2270726963655f696e636c756465735f746178223b733a313a2259223b733a393a227265676e756d626572223b733a373a2231323334323432223b733a383a227072696f72697479223b693a303b733a31323a227461785f737562746f74616c223b643a312e30333b733a31313a226465736372697074696f6e223b733a333a22564154223b7d7d7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a31353a7b733a31313a227368697070696e675f6964223b733a313a2231223b733a383a227368697070696e67223b733a32323a22437573746f6d207368697070696e67206d6574686f64223b733a31333a2264656c69766572795f74696d65223b733a383a22332d352064617973223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a224d223b733a31343a22736572766963655f706172616d73223b613a303a7b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a343a22302e3030223b733a31303a226d61785f776569676874223b733a343a22302e3030223b733a31303a22736572766963655f6964223b733a313a2230223b733a363a226d6f64756c65223b4e3b733a31323a22736572766963655f636f6465223b4e3b733a393a22726174655f696e666f223b613a323a7b733a373a22726174655f6964223b733a313a2231223b733a31303a22726174655f76616c7565223b613a323a7b733a313a2243223b613a333a7b693a303b613a323a7b733a353a2276616c7565223b693a34303b733a343a2274797065223b733a313a2246223b7d693a33303b613a323a7b733a353a2276616c7565223b693a31303b733a343a2274797065223b733a313a2246223b7d693a35303b613a323a7b733a353a2276616c7565223b693a353b733a343a2274797065223b733a313a2246223b7d7d733a313a2249223b613a323a7b693a303b613a323a7b733a353a2276616c7565223b693a32333b733a343a2274797065223b733a313a2246223b7d693a31303b613a323a7b733a353a2276616c7565223b693a31353b733a343a2274797065223b733a313a2246223b7d7d7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32383b733a31303a2267726f75705f6e616d65223b733a373a2253696d74656368223b7d7d7d7d),
(204, 21, 'G', 0x613a313a7b693a303b613a31303a7b733a343a226e616d65223b733a373a2253696d74656368223b733a31303a22636f6d70616e795f6964223b693a313b733a383a2270726f6475637473223b613a353a7b733a31303a2231383630373931323830223b613a32333a7b733a31303a2270726f647563745f6964223b693a39343b733a31323a2270726f647563745f636f6465223b733a31303a2241303039345659365533223b733a373a2270726f64756374223b733a32363a224261746d616e3a2041726b68616d204369747920285833363029223b733a363a22616d6f756e74223b693a313b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a353a227072696365223b643a35392e3939303b733a31323a2273746f7265645f7072696365223b733a313a2259223b733a393a226d61696e5f70616972223b613a353a7b733a373a22706169725f6964223b733a333a22343331223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a333a22343837223b733a383a22706f736974696f6e223b733a313a2230223b733a383a2264657461696c6564223b613a373a7b733a31303a22696d6167655f70617468223b733a36303a22687474703a2f2f6c6f63616c686f73742f6769742f776f726b2f696d616765732f64657461696c65642f302f313030303137363138365f662e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363235223b733a373a22696d6167655f79223b733a333a22383439223b733a31353a22687474705f696d6167655f70617468223b733a36303a22687474703a2f2f6c6f63616c686f73742f6769742f776f726b2f696d616765732f64657461696c65642f302f313030303137363138365f662e6a7067223b733a31333a226162736f6c7574655f70617468223b733a36333a222f55736572732f616c6578696f6e732f7777772f6769742f776f726b2f696d616765732f64657461696c65642f302f313030303137363138365f662e6a7067223b733a31333a2272656c61746976655f70617468223b733a32373a2264657461696c65642f302f313030303137363138365f662e6a7067223b7d7d733a31353a226f726967696e616c5f616d6f756e74223b733a313a2231223b733a32313a226f726967696e616c5f70726f647563745f64617461223b613a323a7b733a373a22636172745f6964223b733a31303a2231383630373931323830223b733a363a22616d6f756e74223b733a313a2231223b7d733a353a226578747261223b613a393a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a373a2270726f64756374223b733a32363a224261746d616e3a2041726b68616d204369747920285833363029223b733a31303a22636f6d70616e795f6964223b693a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a35392e3939303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22636f6d70616e795f6964223b733a313a2231223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b693a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a35392e3939303b733a31333a22646973706c61795f7072696365223b643a35392e3939303b7d733a31303a2232313632363235323434223b613a32333a7b733a31303a2270726f647563745f6964223b693a39363b733a31323a2270726f647563745f636f6465223b733a31303a2243303039365438384348223b733a373a2270726f64756374223b733a32393a224261746d616e3a2041726b68616d204369747920285833363029204345223b733a363a22616d6f756e74223b693a313b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a353a227072696365223b643a39392e3938393b733a31323a2273746f7265645f7072696365223b733a313a2259223b733a393a226d61696e5f70616972223b613a353a7b733a373a22706169725f6964223b733a333a22343333223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a333a22343839223b733a383a22706f736974696f6e223b733a313a2230223b733a383a2264657461696c6564223b613a373a7b733a31303a22696d6167655f70617468223b733a36303a22687474703a2f2f6c6f63616c686f73742f6769742f776f726b2f696d616765732f64657461696c65642f302f313030303233353535335f662e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2231323030223b733a373a22696d6167655f79223b733a343a2231323030223b733a31353a22687474705f696d6167655f70617468223b733a36303a22687474703a2f2f6c6f63616c686f73742f6769742f776f726b2f696d616765732f64657461696c65642f302f313030303233353535335f662e6a7067223b733a31333a226162736f6c7574655f70617468223b733a36333a222f55736572732f616c6578696f6e732f7777772f6769742f776f726b2f696d616765732f64657461696c65642f302f313030303233353535335f662e6a7067223b733a31333a2272656c61746976655f70617468223b733a32373a2264657461696c65642f302f313030303233353535335f662e6a7067223b7d7d733a31353a226f726967696e616c5f616d6f756e74223b733a313a2231223b733a32313a226f726967696e616c5f70726f647563745f64617461223b613a323a7b733a373a22636172745f6964223b733a31303a2232313632363235323434223b733a363a22616d6f756e74223b733a313a2231223b7d733a353a226578747261223b613a393a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a373a2270726f64756374223b733a32393a224261746d616e3a2041726b68616d204369747920285833363029204345223b733a31303a22636f6d70616e795f6964223b693a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a39392e3938393b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22636f6d70616e795f6964223b733a313a2231223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b693a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a39392e3938393b733a31333a22646973706c61795f7072696365223b643a39392e3938393b7d733a393a22343335303531333636223b613a32333a7b733a31303a2270726f647563745f6964223b693a39353b733a31323a2270726f647563745f636f6465223b733a31303a22533030393556454c4948223b733a373a2270726f64756374223b733a32383a2247616d652050617274793a20496e204d6f74696f6e20285833363029223b733a363a22616d6f756e74223b693a313b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a353a227072696365223b643a31392e3938393b733a31323a2273746f7265645f7072696365223b733a313a2259223b733a393a226d61696e5f70616972223b613a353a7b733a373a22706169725f6964223b733a333a22343332223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a333a22343838223b733a383a22706f736974696f6e223b733a313a2230223b733a383a2264657461696c6564223b613a373a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f6c6f63616c686f73742f6769742f776f726b2f696d616765732f64657461696c65642f302f323833323638362e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22353030223b733a373a22696d6167655f79223b733a333a22353132223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f6c6f63616c686f73742f6769742f776f726b2f696d616765732f64657461696c65642f302f323833323638362e6a7067223b733a31333a226162736f6c7574655f70617468223b733a35383a222f55736572732f616c6578696f6e732f7777772f6769742f776f726b2f696d616765732f64657461696c65642f302f323833323638362e6a7067223b733a31333a2272656c61746976655f70617468223b733a32323a2264657461696c65642f302f323833323638362e6a7067223b7d7d733a31353a226f726967696e616c5f616d6f756e74223b733a313a2231223b733a32313a226f726967696e616c5f70726f647563745f64617461223b613a323a7b733a373a22636172745f6964223b733a393a22343335303531333636223b733a363a22616d6f756e74223b733a313a2231223b7d733a353a226578747261223b613a393a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a373a2270726f64756374223b733a32383a2247616d652050617274793a20496e204d6f74696f6e20285833363029223b733a31303a22636f6d70616e795f6964223b693a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a31392e3938393b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22636f6d70616e795f6964223b733a313a2231223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b693a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a31392e3938393b733a31333a22646973706c61795f7072696365223b643a31392e3938393b7d733a393a22323839343835343136223b613a32333a7b733a31303a2270726f647563745f6964223b693a3132303b733a31323a2270726f647563745f636f6465223b733a31303a224230313230544258324b223b733a373a2270726f64756374223b733a34323a2253616d73756e672047616c61787920532049492c204570696320344720546f7563682028426c61636b29223b733a363a22616d6f756e74223b693a313b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a353a227072696365223b643a3139392e3939303b733a31323a2273746f7265645f7072696365223b733a313a2259223b733a393a226d61696e5f70616972223b613a353a7b733a373a22706169725f6964223b733a333a22343735223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a333a22353331223b733a383a22706f736974696f6e223b733a313a2230223b733a383a2264657461696c6564223b613a373a7b733a31303a22696d6167655f70617468223b733a37303a22687474703a2f2f6c6f63616c686f73742f6769742f776f726b2f696d616765732f64657461696c65642f302f643731305f363030783630305f786c617267655f63662e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363030223b733a373a22696d6167655f79223b733a333a22363030223b733a31353a22687474705f696d6167655f70617468223b733a37303a22687474703a2f2f6c6f63616c686f73742f6769742f776f726b2f696d616765732f64657461696c65642f302f643731305f363030783630305f786c617267655f63662e6a7067223b733a31333a226162736f6c7574655f70617468223b733a37333a222f55736572732f616c6578696f6e732f7777772f6769742f776f726b2f696d616765732f64657461696c65642f302f643731305f363030783630305f786c617267655f63662e6a7067223b733a31333a2272656c61746976655f70617468223b733a33373a2264657461696c65642f302f643731305f363030783630305f786c617267655f63662e6a7067223b7d7d733a31353a226f726967696e616c5f616d6f756e74223b733a313a2231223b733a32313a226f726967696e616c5f70726f647563745f64617461223b613a323a7b733a373a22636172745f6964223b733a393a22323839343835343136223b733a363a22616d6f756e74223b733a313a2231223b7d733a353a226578747261223b613a393a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a373a2270726f64756374223b733a34323a2253616d73756e672047616c61787920532049492c204570696320344720546f7563682028426c61636b29223b733a31303a22636f6d70616e795f6964223b693a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a3139392e3939303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22636f6d70616e795f6964223b733a313a2231223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b693a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a3139392e3939303b733a31333a22646973706c61795f7072696365223b643a3139392e3939303b7d733a31303a2234303335383337353233223b613a32333a7b733a31303a2270726f647563745f6964223b693a39333b733a31323a2270726f647563745f636f6465223b733a31303a2259303039335436394738223b733a373a2270726f64756374223b733a34313a225363656e652049743f20427269676874204c696768747321204269672053637265656e285833363029223b733a363a22616d6f756e74223b693a313b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a353a227072696365223b643a31392e3938393b733a31323a2273746f7265645f7072696365223b733a313a2259223b733a393a226d61696e5f70616972223b613a353a7b733a373a22706169725f6964223b733a333a22343330223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a333a22343836223b733a383a22706f736974696f6e223b733a313a2230223b733a383a2264657461696c6564223b613a373a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f6c6f63616c686f73742f6769742f776f726b2f696d616765732f64657461696c65642f302f323432333537372e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2231303030223b733a373a22696d6167655f79223b733a343a2231303030223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f6c6f63616c686f73742f6769742f776f726b2f696d616765732f64657461696c65642f302f323432333537372e6a7067223b733a31333a226162736f6c7574655f70617468223b733a35383a222f55736572732f616c6578696f6e732f7777772f6769742f776f726b2f696d616765732f64657461696c65642f302f323432333537372e6a7067223b733a31333a2272656c61746976655f70617468223b733a32323a2264657461696c65642f302f323432333537372e6a7067223b7d7d733a31353a226f726967696e616c5f616d6f756e74223b733a313a2231223b733a32313a226f726967696e616c5f70726f647563745f64617461223b613a323a7b733a373a22636172745f6964223b733a31303a2234303335383337353233223b733a363a22616d6f756e74223b733a313a2231223b7d733a353a226578747261223b613a393a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a373a2270726f64756374223b733a34313a225363656e652049743f20427269676874204c696768747321204269672053637265656e285833363029223b733a31303a22636f6d70616e795f6964223b693a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a31392e3938393b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22636f6d70616e795f6964223b733a313a2231223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b693a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a31392e3938393b733a31333a22646973706c61795f7072696365223b643a31392e3938393b7d7d733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a3339392e3935303b733a313a2257223b733a343a22302e3031223b733a313a2249223b693a353b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a343a7b733a383a2270726f6475637473223b613a353a7b733a31303a2231383630373931323830223b693a313b733a31303a2232313632363235323434223b693a313b733a393a22343335303531333636223b693a313b733a393a22323839343835343136223b693a313b733a31303a2234303335383337353233223b693a313b7d733a363a22616d6f756e74223b693a353b733a363a22776569676874223b643a302e3130303b733a343a22636f7374223b643a3339392e3935303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a2253696d74656368223b733a373a2261646472657373223b733a31343a223434204d61696e20737472656574223b733a343a2263697479223b733a363a22426f73746f6e223b733a373a22636f756e747279223b733a323a225553223b733a353a227374617465223b733a323a224d41223b733a373a227a6970636f6465223b733a353a223032313136223b733a353a2270686f6e65223b733a31303a2236313735353536393835223b733a333a22666178223b733a303a22223b7d733a383a226c6f636174696f6e223b613a31333a7b733a393a2266697273746e616d65223b733a343a224b617465223b733a383a226c6173746e616d65223b733a333a224c6565223b733a373a2261646472657373223b733a31363a22353920426f7764656e20537472656574223b733a393a22616464726573735f32223b4e3b733a343a2263697479223b733a31303a224c454943484841524454223b733a363a22636f756e7479223b4e3b733a353a227374617465223b733a333a224e5357223b733a373a22636f756e747279223b733a323a224155223b733a373a227a6970636f6465223b733a343a2232303430223b733a353a2270686f6e65223b733a31303a2236313735353536393835223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a393a224175737472616c6961223b733a31313a2273746174655f6465736372223b733a31353a224e657720536f7574682057616c6573223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a393a227368697070696e6773223b613a313a7b693a313b613a31363a7b733a31313a227368697070696e675f6964223b733a313a2231223b733a383a227368697070696e67223b733a32323a22437573746f6d207368697070696e67206d6574686f64223b733a31333a2264656c69766572795f74696d65223b733a383a22332d352064617973223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a224d223b733a31343a22736572766963655f706172616d73223b613a303a7b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a343a22302e3030223b733a31303a226d61785f776569676874223b733a343a22302e3030223b733a31303a22736572766963655f6964223b733a313a2230223b733a363a226d6f64756c65223b4e3b733a31323a22736572766963655f636f6465223b4e3b733a393a22726174655f696e666f223b613a323a7b733a373a22726174655f6964223b733a323a223435223b733a31303a22726174655f76616c7565223b613a313a7b733a313a2243223b613a323a7b693a303b613a323a7b733a353a2276616c7565223b733a343a22302e3030223b733a343a2274797065223b733a313a2246223b7d693a3130303b613a323a7b733a353a2276616c7565223b733a353a2232352e3435223b733a343a2274797065223b733a313a2246223b7d7d7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32352e3434393b733a31313a2274617865645f7072696365223b693a303b733a353a227461786573223b613a313a7b693a363b613a373a7b733a393a22726174655f74797065223b733a313a2246223b733a31303a22726174655f76616c7565223b733a323a223132223b733a31383a2270726963655f696e636c756465735f746178223b733a313a2259223b733a393a227265676e756d626572223b733a373a2231323334323432223b733a383a227072696f72697479223b693a303b733a31323a227461785f737562746f74616c223b643a31323b733a31313a226465736372697074696f6e223b733a333a22564154223b7d7d7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a31353a7b733a31313a227368697070696e675f6964223b733a313a2231223b733a383a227368697070696e67223b733a32323a22437573746f6d207368697070696e67206d6574686f64223b733a31333a2264656c69766572795f74696d65223b733a383a22332d352064617973223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a224d223b733a31343a22736572766963655f706172616d73223b613a303a7b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a343a22302e3030223b733a31303a226d61785f776569676874223b733a343a22302e3030223b733a31303a22736572766963655f6964223b733a313a2230223b733a363a226d6f64756c65223b4e3b733a31323a22736572766963655f636f6465223b4e3b733a393a22726174655f696e666f223b613a323a7b733a373a22726174655f6964223b733a323a223435223b733a31303a22726174655f76616c7565223b613a313a7b733a313a2243223b613a323a7b693a303b613a323a7b733a353a2276616c7565223b733a343a22302e3030223b733a343a2274797065223b733a313a2246223b7d693a3130303b613a323a7b733a353a2276616c7565223b733a353a2232352e3435223b733a343a2274797065223b733a313a2246223b7d7d7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32352e3434393b733a31303a2267726f75705f6e616d65223b733a373a2253696d74656368223b7d7d7d7d),
(237, 26, 'G', 0x613a313a7b693a303b613a31303a7b733a343a226e616d65223b733a373a2253696d74656368223b733a31303a22636f6d70616e795f6964223b693a313b733a383a2270726f6475637473223b613a313a7b733a31303a2232383839383834393731223b613a32333a7b733a31303a2270726f647563745f6964223b693a34353b733a31323a2270726f647563745f636f6465223b733a31303a225130303435505431445a223b733a373a2270726f64756374223b733a33373a225468652050726f63657373206f6620526573656172636820696e2050737963686f6c6f6779223b733a363a22616d6f756e74223b693a313b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a353a227072696365223b643a37343b733a31323a2273746f7265645f7072696365223b733a313a2259223b733a393a226d61696e5f70616972223b613a353a7b733a373a22706169725f6964223b733a333a22323934223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a333a22333530223b733a383a22706f736974696f6e223b733a313a2230223b733a383a2264657461696c6564223b613a373a7b733a31303a22696d6167655f70617468223b733a3131363a22687474703a2f2f6c6f63616c686f73742f6769742f776f726b2f696d616765732f64657461696c65642f302f32393333365f4d6342726964655f5468655f50726f636573735f6f665f52657365617263685f696e5f50737963686f6c6f67795f37327070695247425f313530706978572e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22353030223b733a373a22696d6167655f79223b733a333a22353030223b733a31353a22687474705f696d6167655f70617468223b733a3131363a22687474703a2f2f6c6f63616c686f73742f6769742f776f726b2f696d616765732f64657461696c65642f302f32393333365f4d6342726964655f5468655f50726f636573735f6f665f52657365617263685f696e5f50737963686f6c6f67795f37327070695247425f313530706978572e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131393a222f55736572732f616c6578696f6e732f7777772f6769742f776f726b2f696d616765732f64657461696c65642f302f32393333365f4d6342726964655f5468655f50726f636573735f6f665f52657365617263685f696e5f50737963686f6c6f67795f37327070695247425f313530706978572e6a7067223b733a31333a2272656c61746976655f70617468223b733a38333a2264657461696c65642f302f32393333365f4d6342726964655f5468655f50726f636573735f6f665f52657365617263685f696e5f50737963686f6c6f67795f37327070695247425f313530706978572e6a7067223b7d7d733a31353a226f726967696e616c5f616d6f756e74223b733a313a2231223b733a32313a226f726967696e616c5f70726f647563745f64617461223b613a323a7b733a373a22636172745f6964223b733a31303a2232383839383834393731223b733a363a22616d6f756e74223b733a313a2231223b7d733a353a226578747261223b613a393a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a373a2270726f64756374223b733a33373a225468652050726f63657373206f6620526573656172636820696e2050737963686f6c6f6779223b733a31303a22636f6d70616e795f6964223b693a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a37343b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22636f6d70616e795f6964223b733a313a2231223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b693a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a37343b733a31333a22646973706c61795f7072696365223b643a37343b7d7d733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a37343b733a313a2257223b733a343a22302e3031223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a343a7b733a383a2270726f6475637473223b613a313a7b733a31303a2232383839383834393731223b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a302e3130303b733a343a22636f7374223b693a37343b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a2253696d74656368223b733a373a2261646472657373223b733a31343a223434204d61696e20737472656574223b733a343a2263697479223b733a363a22426f73746f6e223b733a373a22636f756e747279223b733a323a225553223b733a353a227374617465223b733a323a224d41223b733a373a227a6970636f6465223b733a353a223032313136223b733a353a2270686f6e65223b733a31303a2236313735353536393835223b733a333a22666178223b733a303a22223b7d733a383a226c6f636174696f6e223b613a31333a7b733a393a2266697273746e616d65223b733a343a224b617465223b733a383a226c6173746e616d65223b733a353a22536d697468223b733a373a2261646472657373223b733a31323a22313231205374726565742037223b733a393a22616464726573735f32223b4e3b733a343a2263697479223b733a383a22506f697469657273223b733a363a22636f756e7479223b4e3b733a353a227374617465223b733a323a223136223b733a373a22636f756e747279223b733a323a224652223b733a373a227a6970636f6465223b733a353a223031333432223b733a353a2270686f6e65223b733a31333a2228343033292032333732333435223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a224672616e6365223b733a31313a2273746174655f6465736372223b733a383a2243686172656e7465223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a393a227368697070696e6773223b613a313a7b693a313b613a31363a7b733a31313a227368697070696e675f6964223b733a313a2231223b733a383a227368697070696e67223b733a32323a22437573746f6d207368697070696e67206d6574686f64223b733a31333a2264656c69766572795f74696d65223b733a383a22332d352064617973223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a224d223b733a31343a22736572766963655f706172616d73223b613a303a7b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a343a22302e3030223b733a31303a226d61785f776569676874223b733a343a22302e3030223b733a31303a22736572766963655f6964223b733a313a2230223b733a363a226d6f64756c65223b4e3b733a31323a22736572766963655f636f6465223b4e3b733a393a22726174655f696e666f223b613a323a7b733a373a22726174655f6964223b733a323a223435223b733a31303a22726174655f76616c7565223b613a313a7b733a313a2243223b613a323a7b693a303b613a323a7b733a353a2276616c7565223b733a343a22302e3030223b733a343a2274797065223b733a313a2246223b7d693a3130303b613a323a7b733a353a2276616c7565223b733a353a2232352e3435223b733a343a2274797065223b733a313a2246223b7d7d7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a303b733a31313a2274617865645f7072696365223b693a303b733a353a227461786573223b623a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a31353a7b733a31313a227368697070696e675f6964223b733a313a2231223b733a383a227368697070696e67223b733a32323a22437573746f6d207368697070696e67206d6574686f64223b733a31333a2264656c69766572795f74696d65223b733a383a22332d352064617973223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a224d223b733a31343a22736572766963655f706172616d73223b613a303a7b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a343a22302e3030223b733a31303a226d61785f776569676874223b733a343a22302e3030223b733a31303a22736572766963655f6964223b733a313a2230223b733a363a226d6f64756c65223b4e3b733a31323a22736572766963655f636f6465223b4e3b733a393a22726174655f696e666f223b613a323a7b733a373a22726174655f6964223b733a323a223435223b733a31303a22726174655f76616c7565223b613a313a7b733a313a2243223b613a323a7b693a303b613a323a7b733a353a2276616c7565223b733a343a22302e3030223b733a343a2274797065223b733a313a2246223b7d693a3130303b613a323a7b733a353a2276616c7565223b733a353a2232352e3435223b733a343a2274797065223b733a313a2246223b7d7d7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a303b733a31303a2267726f75705f6e616d65223b733a373a2253696d74656368223b7d7d7d7d);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(238, 25, 'G', 0x613a313a7b693a303b613a31303a7b733a343a226e616d65223b733a373a2253696d74656368223b733a31303a22636f6d70616e795f6964223b693a313b733a383a2270726f6475637473223b613a333a7b733a31303a2234313633303136353431223b613a32333a7b733a31303a2270726f647563745f6964223b693a3132363b733a31323a2270726f647563745f636f6465223b733a31303a2246303132363241483054223b733a373a2270726f64756374223b733a31393a22436173696f205052495a4d2066782d43473130223b733a363a22616d6f756e74223b693a313b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a353a227072696365223b643a3132392e3939303b733a31323a2273746f7265645f7072696365223b733a313a2259223b733a393a226d61696e5f70616972223b613a353a7b733a373a22706169725f6964223b733a333a22343836223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a333a22353432223b733a383a22706f736974696f6e223b733a313a2230223b733a383a2264657461696c6564223b613a373a7b733a31303a22696d6167655f70617468223b733a36323a22687474703a2f2f6c6f63616c686f73742f6769742f776f726b2f696d616765732f64657461696c65642f302f66782d636731305f786c617267652e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22353030223b733a373a22696d6167655f79223b733a333a22353239223b733a31353a22687474705f696d6167655f70617468223b733a36323a22687474703a2f2f6c6f63616c686f73742f6769742f776f726b2f696d616765732f64657461696c65642f302f66782d636731305f786c617267652e6a7067223b733a31333a226162736f6c7574655f70617468223b733a36353a222f55736572732f616c6578696f6e732f7777772f6769742f776f726b2f696d616765732f64657461696c65642f302f66782d636731305f786c617267652e6a7067223b733a31333a2272656c61746976655f70617468223b733a32393a2264657461696c65642f302f66782d636731305f786c617267652e6a7067223b7d7d733a31353a226f726967696e616c5f616d6f756e74223b733a313a2231223b733a32313a226f726967696e616c5f70726f647563745f64617461223b613a323a7b733a373a22636172745f6964223b733a31303a2234313633303136353431223b733a363a22616d6f756e74223b733a313a2231223b7d733a353a226578747261223b613a393a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a373a2270726f64756374223b733a31393a22436173696f205052495a4d2066782d43473130223b733a31303a22636f6d70616e795f6964223b693a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a3132392e3939303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22636f6d70616e795f6964223b733a313a2231223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b693a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a3132392e3939303b733a31333a22646973706c61795f7072696365223b643a3132392e3939303b7d733a31303a2232383839383834393731223b613a32333a7b733a31303a2270726f647563745f6964223b693a34353b733a31323a2270726f647563745f636f6465223b733a31303a225130303435505431445a223b733a373a2270726f64756374223b733a33373a225468652050726f63657373206f6620526573656172636820696e2050737963686f6c6f6779223b733a363a22616d6f756e74223b693a323b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a353a227072696365223b643a37343b733a31323a2273746f7265645f7072696365223b733a313a2259223b733a393a226d61696e5f70616972223b613a353a7b733a373a22706169725f6964223b733a333a22323934223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a333a22333530223b733a383a22706f736974696f6e223b733a313a2230223b733a383a2264657461696c6564223b613a373a7b733a31303a22696d6167655f70617468223b733a3131363a22687474703a2f2f6c6f63616c686f73742f6769742f776f726b2f696d616765732f64657461696c65642f302f32393333365f4d6342726964655f5468655f50726f636573735f6f665f52657365617263685f696e5f50737963686f6c6f67795f37327070695247425f313530706978572e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22353030223b733a373a22696d6167655f79223b733a333a22353030223b733a31353a22687474705f696d6167655f70617468223b733a3131363a22687474703a2f2f6c6f63616c686f73742f6769742f776f726b2f696d616765732f64657461696c65642f302f32393333365f4d6342726964655f5468655f50726f636573735f6f665f52657365617263685f696e5f50737963686f6c6f67795f37327070695247425f313530706978572e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131393a222f55736572732f616c6578696f6e732f7777772f6769742f776f726b2f696d616765732f64657461696c65642f302f32393333365f4d6342726964655f5468655f50726f636573735f6f665f52657365617263685f696e5f50737963686f6c6f67795f37327070695247425f313530706978572e6a7067223b733a31333a2272656c61746976655f70617468223b733a38333a2264657461696c65642f302f32393333365f4d6342726964655f5468655f50726f636573735f6f665f52657365617263685f696e5f50737963686f6c6f67795f37327070695247425f313530706978572e6a7067223b7d7d733a31353a226f726967696e616c5f616d6f756e74223b733a313a2232223b733a32313a226f726967696e616c5f70726f647563745f64617461223b613a323a7b733a373a22636172745f6964223b733a31303a2232383839383834393731223b733a363a22616d6f756e74223b733a313a2232223b7d733a353a226578747261223b613a393a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a373a2270726f64756374223b733a33373a225468652050726f63657373206f6620526573656172636820696e2050737963686f6c6f6779223b733a31303a22636f6d70616e795f6964223b693a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a37343b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22636f6d70616e795f6964223b733a313a2231223b733a31323a22616d6f756e745f746f74616c223b693a323b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b693a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a37343b733a31333a22646973706c61795f7072696365223b643a37343b7d733a31303a2232383332393735393035223b613a32313a7b733a31323a2273746f7265645f7072696365223b733a313a2259223b733a353a227072696365223b643a35353b733a31303a2270726f647563745f6964223b733a323a223237223b733a363a22616d6f756e74223b693a313b733a31353a2270726f647563745f6f7074696f6e73223b613a313a7b693a323b733a313a2236223b7d733a353a226578747261223b613a393a7b733a31353a2270726f647563745f6f7074696f6e73223b613a313a7b693a323b733a313a2236223b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a373a2270726f64756374223b733a31393a22547265666f696c204c6f676f20486f6f646965223b733a31303a22636f6d70616e795f6964223b693a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a35353b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d733a31303a22636f6d70616e795f6964223b733a313a2231223b733a31353a226f726967696e616c5f616d6f756e74223b733a313a2231223b733a32313a226f726967696e616c5f70726f647563745f64617461223b613a323a7b733a373a22636172745f6964223b733a393a22333336393133323831223b733a363a22616d6f756e74223b733a313a2231223b7d733a31323a22707265765f636172745f6964223b733a393a22333336393133323831223b733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b693a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a35353b733a31333a22646973706c61795f7072696365223b643a35353b7d7d733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a3333322e3939303b733a313a2257223b733a343a22302e3031223b733a313a2249223b693a343b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a343a7b733a383a2270726f6475637473223b613a333a7b733a31303a2234313633303136353431223b693a313b733a31303a2232383839383834393731223b693a323b733a31303a2232383332393735393035223b693a313b7d733a363a22616d6f756e74223b693a343b733a363a22776569676874223b643a302e3130303b733a343a22636f7374223b643a3333322e3939303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a2253696d74656368223b733a373a2261646472657373223b733a31343a223434204d61696e20737472656574223b733a343a2263697479223b733a363a22426f73746f6e223b733a373a22636f756e747279223b733a323a225553223b733a353a227374617465223b733a323a224d41223b733a373a227a6970636f6465223b733a353a223032313136223b733a353a2270686f6e65223b733a31303a2236313735353536393835223b733a333a22666178223b733a303a22223b7d733a383a226c6f636174696f6e223b613a31333a7b733a393a2266697273746e616d65223b733a383a22437573746f6d6572223b733a383a226c6173746e616d65223b733a383a22437573746f6d6572223b733a373a2261646472657373223b733a31343a223434204d61696e20737472656574223b733a393a22616464726573735f32223b4e3b733a343a2263697479223b733a363a22426f73746f6e223b733a363a22636f756e7479223b4e3b733a353a227374617465223b733a323a224d41223b733a373a22636f756e747279223b733a323a225553223b733a373a227a6970636f6465223b733a353a223032313334223b733a353a2270686f6e65223b733a31303a2236313735353536393835223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31313a2273746174655f6465736372223b733a31333a224d617373616368757365747473223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a393a227368697070696e6773223b613a323a7b693a313b613a31363a7b733a31313a227368697070696e675f6964223b733a313a2231223b733a383a227368697070696e67223b733a32323a22437573746f6d207368697070696e67206d6574686f64223b733a31333a2264656c69766572795f74696d65223b733a383a22332d352064617973223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a224d223b733a31343a22736572766963655f706172616d73223b613a303a7b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a343a22302e3030223b733a31303a226d61785f776569676874223b733a343a22302e3030223b733a31303a22736572766963655f6964223b733a313a2230223b733a363a226d6f64756c65223b4e3b733a31323a22736572766963655f636f6465223b4e3b733a393a22726174655f696e666f223b613a323a7b733a373a22726174655f6964223b733a313a2231223b733a31303a22726174655f76616c7565223b613a323a7b733a313a2243223b613a333a7b693a303b613a323a7b733a353a2276616c7565223b693a34303b733a343a2274797065223b733a313a2246223b7d693a33303b613a323a7b733a353a2276616c7565223b693a31303b733a343a2274797065223b733a313a2246223b7d693a35303b613a323a7b733a353a2276616c7565223b693a353b733a343a2274797065223b733a313a2246223b7d7d733a313a2249223b613a323a7b693a303b613a323a7b733a353a2276616c7565223b693a32333b733a343a2274797065223b733a313a2246223b7d693a31303b613a323a7b733a353a2276616c7565223b693a31353b733a343a2274797065223b733a313a2246223b7d7d7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32383b733a31313a2274617865645f7072696365223b693a303b733a353a227461786573223b613a313a7b693a363b613a373a7b733a393a22726174655f74797065223b733a313a2250223b733a31303a22726174655f76616c7565223b733a323a223130223b733a31383a2270726963655f696e636c756465735f746178223b733a313a2259223b733a393a227265676e756d626572223b733a373a2231323334323432223b733a383a227072696f72697479223b693a303b733a31323a227461785f737562746f74616c223b643a322e3534393b733a31313a226465736372697074696f6e223b733a333a22564154223b7d7d7d693a333b613a31363a7b733a31313a227368697070696e675f6964223b733a313a2233223b733a383a227368697070696e67223b733a31393a22466564457820486f6d652044656c6976657279223b733a31333a2264656c69766572795f74696d65223b733a363a22322064617973223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a31313a7b733a383a22757365725f6b6579223b733a31363a224a4148523752386f4d674d4652483535223b733a31373a22757365725f6b65795f70617373776f7264223b733a32353a225978494a51615a743751783351743930346962595068754461223b733a31343a226163636f756e745f6e756d626572223b733a393a22353130303837303839223b733a31323a226d657465725f6e756d626572223b733a393a22313138353330353639223b733a393a22746573745f6d6f6465223b733a313a2259223b733a31323a227061636b6167655f74797065223b733a31343a22594f55525f5041434b4147494e47223b733a31333a2264726f705f6f66665f74797065223b733a31343a22524547554c41525f5049434b5550223b733a31373a226d61785f7765696768745f6f665f626f78223b733a323a223730223b733a363a22686569676874223b733a323a223130223b733a353a227769647468223b733a323a223130223b733a363a226c656e677468223b733a323a223130223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a343a22302e3030223b733a31303a226d61785f776569676874223b733a343a22302e3030223b733a31303a22736572766963655f6964223b733a333a22323136223b733a363a226d6f64756c65223b733a353a226665646578223b733a31323a22736572766963655f636f6465223b733a32303a2247524f554e445f484f4d455f44454c4956455259223b733a393a22726174655f696e666f223b613a303a7b7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a392e3734303b733a31313a2274617865645f7072696365223b693a303b733a353a227461786573223b613a313a7b693a363b613a373a7b733a393a22726174655f74797065223b733a313a2250223b733a31303a22726174655f76616c7565223b733a323a223130223b733a31383a2270726963655f696e636c756465735f746178223b733a313a2259223b733a393a227265676e756d626572223b733a373a2231323334323432223b733a383a227072696f72697479223b693a303b733a31323a227461785f737562746f74616c223b643a302e3839303b733a31313a226465736372697074696f6e223b733a333a22564154223b7d7d7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a31353a7b733a31313a227368697070696e675f6964223b733a313a2231223b733a383a227368697070696e67223b733a32323a22437573746f6d207368697070696e67206d6574686f64223b733a31333a2264656c69766572795f74696d65223b733a383a22332d352064617973223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a224d223b733a31343a22736572766963655f706172616d73223b613a303a7b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a343a22302e3030223b733a31303a226d61785f776569676874223b733a343a22302e3030223b733a31303a22736572766963655f6964223b733a313a2230223b733a363a226d6f64756c65223b4e3b733a31323a22736572766963655f636f6465223b4e3b733a393a22726174655f696e666f223b613a323a7b733a373a22726174655f6964223b733a313a2231223b733a31303a22726174655f76616c7565223b613a323a7b733a313a2243223b613a333a7b693a303b613a323a7b733a353a2276616c7565223b693a34303b733a343a2274797065223b733a313a2246223b7d693a33303b613a323a7b733a353a2276616c7565223b693a31303b733a343a2274797065223b733a313a2246223b7d693a35303b613a323a7b733a353a2276616c7565223b693a353b733a343a2274797065223b733a313a2246223b7d7d733a313a2249223b613a323a7b693a303b613a323a7b733a353a2276616c7565223b693a32333b733a343a2274797065223b733a313a2246223b7d693a31303b613a323a7b733a353a2276616c7565223b693a31353b733a343a2274797065223b733a313a2246223b7d7d7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32383b733a31303a2267726f75705f6e616d65223b733a373a2253696d74656368223b7d7d7d7d),
(239, 22, 'G', 0x613a313a7b693a303b613a31303a7b733a343a226e616d65223b733a373a2253696d74656368223b733a31303a22636f6d70616e795f6964223b693a313b733a383a2270726f6475637473223b613a313a7b693a33363335383133383b613a32333a7b733a31303a2270726f647563745f6964223b693a3136313b733a31323a2270726f647563745f636f6465223b733a31303a224e303136315143533458223b733a373a2270726f64756374223b733a35333a224d563830302031362e31204d656761706978656c204d756c74695669657720436f6d70616374204469676974616c2043616d657261223b733a363a22616d6f756e74223b693a313b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a353a227072696365223b643a3237392e3939303b733a31323a2273746f7265645f7072696365223b733a313a2259223b733a393a226d61696e5f70616972223b613a353a7b733a373a22706169725f6964223b733a333a22353630223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a333a22363136223b733a383a22706f736974696f6e223b733a313a2230223b733a383a2264657461696c6564223b613a373a7b733a31303a22696d6167655f70617468223b733a36323a22687474703a2f2f6c6f63616c686f73742f6769742f776f726b2f696d616765732f64657461696c65642f302f4d563830305f4e45575f4b565f362e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363030223b733a373a22696d6167655f79223b733a333a22363030223b733a31353a22687474705f696d6167655f70617468223b733a36323a22687474703a2f2f6c6f63616c686f73742f6769742f776f726b2f696d616765732f64657461696c65642f302f4d563830305f4e45575f4b565f362e6a7067223b733a31333a226162736f6c7574655f70617468223b733a36353a222f55736572732f616c6578696f6e732f7777772f6769742f776f726b2f696d616765732f64657461696c65642f302f4d563830305f4e45575f4b565f362e6a7067223b733a31333a2272656c61746976655f70617468223b733a32393a2264657461696c65642f302f4d563830305f4e45575f4b565f362e6a7067223b7d7d733a31353a226f726967696e616c5f616d6f756e74223b733a313a2231223b733a32313a226f726967696e616c5f70726f647563745f64617461223b613a323a7b733a373a22636172745f6964223b693a33363335383133383b733a363a22616d6f756e74223b733a313a2231223b7d733a353a226578747261223b613a393a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a373a2270726f64756374223b733a35333a224d563830302031362e31204d656761706978656c204d756c74695669657720436f6d70616374204469676974616c2043616d657261223b733a31303a22636f6d70616e795f6964223b693a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a3237392e3939303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22636f6d70616e795f6964223b733a313a2231223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b693a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a3237392e3939303b733a31333a22646973706c61795f7072696365223b643a3237392e3939303b7d7d733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a3237392e3939303b733a313a2257223b733a343a22302e3031223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a343a7b733a383a2270726f6475637473223b613a313a7b693a33363335383133383b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a302e3130303b733a343a22636f7374223b643a3237392e3939303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a2253696d74656368223b733a373a2261646472657373223b733a31343a223434204d61696e20737472656574223b733a343a2263697479223b733a363a22426f73746f6e223b733a373a22636f756e747279223b733a323a225553223b733a353a227374617465223b733a323a224d41223b733a373a227a6970636f6465223b733a353a223032313136223b733a353a2270686f6e65223b733a31303a2236313735353536393835223b733a333a22666178223b733a303a22223b7d733a383a226c6f636174696f6e223b613a31333a7b733a393a2266697273746e616d65223b733a363a224a6f73657068223b733a383a226c6173746e616d65223b733a373a22436176617a6f73223b733a373a2261646472657373223b733a32303a223233323420476c616477656c6c20537472656574223b733a393a22616464726573735f32223b4e3b733a343a2263697479223b733a363a2244616c6c6173223b733a363a22636f756e7479223b4e3b733a353a227374617465223b733a323a225458223b733a373a22636f756e747279223b733a323a225553223b733a373a227a6970636f6465223b733a353a223735323437223b733a353a2270686f6e65223b733a31333a22203930332d3230312d34353138223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31313a2273746174655f6465736372223b733a353a225465786173223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a393a227368697070696e6773223b613a323a7b693a313b613a31363a7b733a31313a227368697070696e675f6964223b733a313a2231223b733a383a227368697070696e67223b733a32323a22437573746f6d207368697070696e67206d6574686f64223b733a31333a2264656c69766572795f74696d65223b733a383a22332d352064617973223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a224d223b733a31343a22736572766963655f706172616d73223b613a303a7b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a343a22302e3030223b733a31303a226d61785f776569676874223b733a343a22302e3030223b733a31303a22736572766963655f6964223b733a313a2230223b733a363a226d6f64756c65223b4e3b733a31323a22736572766963655f636f6465223b4e3b733a393a22726174655f696e666f223b613a323a7b733a373a22726174655f6964223b733a313a2231223b733a31303a22726174655f76616c7565223b613a323a7b733a313a2243223b613a333a7b693a303b613a323a7b733a353a2276616c7565223b693a34303b733a343a2274797065223b733a313a2246223b7d693a33303b613a323a7b733a353a2276616c7565223b693a31303b733a343a2274797065223b733a313a2246223b7d693a35303b613a323a7b733a353a2276616c7565223b693a353b733a343a2274797065223b733a313a2246223b7d7d733a313a2249223b613a323a7b693a303b613a323a7b733a353a2276616c7565223b693a32333b733a343a2274797065223b733a313a2246223b7d693a31303b613a323a7b733a353a2276616c7565223b693a31353b733a343a2274797065223b733a313a2246223b7d7d7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32383b733a31313a2274617865645f7072696365223b693a303b733a353a227461786573223b613a313a7b693a363b613a373a7b733a393a22726174655f74797065223b733a313a2250223b733a31303a22726174655f76616c7565223b733a323a223130223b733a31383a2270726963655f696e636c756465735f746178223b733a313a2259223b733a393a227265676e756d626572223b733a373a2231323334323432223b733a383a227072696f72697479223b693a303b733a31323a227461785f737562746f74616c223b643a322e3534393b733a31313a226465736372697074696f6e223b733a333a22564154223b7d7d7d693a333b613a31363a7b733a31313a227368697070696e675f6964223b733a313a2233223b733a383a227368697070696e67223b733a31393a22466564457820486f6d652044656c6976657279223b733a31333a2264656c69766572795f74696d65223b733a363a22322064617973223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a31313a7b733a383a22757365725f6b6579223b733a31363a224a4148523752386f4d674d4652483535223b733a31373a22757365725f6b65795f70617373776f7264223b733a32353a225978494a51615a743751783351743930346962595068754461223b733a31343a226163636f756e745f6e756d626572223b733a393a22353130303837303839223b733a31323a226d657465725f6e756d626572223b733a393a22313138353330353639223b733a393a22746573745f6d6f6465223b733a313a2259223b733a31323a227061636b6167655f74797065223b733a31343a22594f55525f5041434b4147494e47223b733a31333a2264726f705f6f66665f74797065223b733a31343a22524547554c41525f5049434b5550223b733a31373a226d61785f7765696768745f6f665f626f78223b733a323a223730223b733a363a22686569676874223b733a323a223130223b733a353a227769647468223b733a323a223130223b733a363a226c656e677468223b733a323a223130223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a343a22302e3030223b733a31303a226d61785f776569676874223b733a343a22302e3030223b733a31303a22736572766963655f6964223b733a333a22323136223b733a363a226d6f64756c65223b733a353a226665646578223b733a31323a22736572766963655f636f6465223b733a32303a2247524f554e445f484f4d455f44454c4956455259223b733a393a22726174655f696e666f223b613a303a7b7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a31312e31373b733a31313a2274617865645f7072696365223b693a303b733a353a227461786573223b613a313a7b693a363b613a373a7b733a393a22726174655f74797065223b733a313a2250223b733a31303a22726174655f76616c7565223b733a323a223130223b733a31383a2270726963655f696e636c756465735f746178223b733a313a2259223b733a393a227265676e756d626572223b733a373a2231323334323432223b733a383a227072696f72697479223b693a303b733a31323a227461785f737562746f74616c223b643a312e30323b733a31313a226465736372697074696f6e223b733a333a22564154223b7d7d7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a31353a7b733a31313a227368697070696e675f6964223b733a313a2231223b733a383a227368697070696e67223b733a32323a22437573746f6d207368697070696e67206d6574686f64223b733a31333a2264656c69766572795f74696d65223b733a383a22332d352064617973223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a224d223b733a31343a22736572766963655f706172616d73223b613a303a7b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a343a22302e3030223b733a31303a226d61785f776569676874223b733a343a22302e3030223b733a31303a22736572766963655f6964223b733a313a2230223b733a363a226d6f64756c65223b4e3b733a31323a22736572766963655f636f6465223b4e3b733a393a22726174655f696e666f223b613a323a7b733a373a22726174655f6964223b733a313a2231223b733a31303a22726174655f76616c7565223b613a323a7b733a313a2243223b613a333a7b693a303b613a323a7b733a353a2276616c7565223b693a34303b733a343a2274797065223b733a313a2246223b7d693a33303b613a323a7b733a353a2276616c7565223b693a31303b733a343a2274797065223b733a313a2246223b7d693a35303b613a323a7b733a353a2276616c7565223b693a353b733a343a2274797065223b733a313a2246223b7d7d733a313a2249223b613a323a7b693a303b613a323a7b733a353a2276616c7565223b693a32333b733a343a2274797065223b733a313a2246223b7d693a31303b613a323a7b733a353a2276616c7565223b693a31353b733a343a2274797065223b733a313a2246223b7d7d7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32383b733a31303a2267726f75705f6e616d65223b733a373a2253696d74656368223b7d7d7d7d),
(240, 20, 'G', 0x613a313a7b693a303b613a31303a7b733a343a226e616d65223b733a373a2253696d74656368223b733a31303a22636f6d70616e795f6964223b693a313b733a383a2270726f6475637473223b613a313a7b733a31303a2232373930313438363839223b613a32333a7b733a31303a2270726f647563745f6964223b693a3231373b733a31323a2270726f647563745f636f6465223b733a31303a22483032313745334f4539223b733a373a2270726f64756374223b733a31313a224153555320435036323330223b733a363a22616d6f756e74223b693a313b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a353a227072696365223b643a3631302e3939303b733a31323a2273746f7265645f7072696365223b733a313a2259223b733a393a226d61696e5f70616972223b613a353a7b733a373a22706169725f6964223b733a333a22373136223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a333a22373732223b733a383a22706f736974696f6e223b733a313a2230223b733a383a2264657461696c6564223b613a373a7b733a31303a22696d6167655f70617468223b733a37363a22687474703a2f2f6c6f63616c686f73742f6769742f776f726b2f696d616765732f64657461696c65642f302f505f35303031333238373737323631346633333838326438353339352e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22353030223b733a373a22696d6167655f79223b733a333a22353030223b733a31353a22687474705f696d6167655f70617468223b733a37363a22687474703a2f2f6c6f63616c686f73742f6769742f776f726b2f696d616765732f64657461696c65642f302f505f35303031333238373737323631346633333838326438353339352e6a7067223b733a31333a226162736f6c7574655f70617468223b733a37393a222f55736572732f616c6578696f6e732f7777772f6769742f776f726b2f696d616765732f64657461696c65642f302f505f35303031333238373737323631346633333838326438353339352e6a7067223b733a31333a2272656c61746976655f70617468223b733a34333a2264657461696c65642f302f505f35303031333238373737323631346633333838326438353339352e6a7067223b7d7d733a31353a226f726967696e616c5f616d6f756e74223b733a313a2231223b733a32313a226f726967696e616c5f70726f647563745f64617461223b613a323a7b733a373a22636172745f6964223b733a31303a2232373930313438363839223b733a363a22616d6f756e74223b733a313a2231223b7d733a353a226578747261223b613a393a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a373a2270726f64756374223b733a31313a224153555320435036323330223b733a31303a22636f6d70616e795f6964223b693a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a3631302e3939303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22636f6d70616e795f6964223b733a313a2231223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b693a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a3631302e3939303b733a31333a22646973706c61795f7072696365223b643a3631302e3939303b7d7d733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a3631302e3939303b733a313a2257223b733a343a22302e3031223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a343a7b733a383a2270726f6475637473223b613a313a7b733a31303a2232373930313438363839223b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a302e3130303b733a343a22636f7374223b643a3631302e3939303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a2253696d74656368223b733a373a2261646472657373223b733a31343a223434204d61696e20737472656574223b733a343a2263697479223b733a363a22426f73746f6e223b733a373a22636f756e747279223b733a323a225553223b733a353a227374617465223b733a323a224d41223b733a373a227a6970636f6465223b733a353a223032313136223b733a353a2270686f6e65223b733a31303a2236313735353536393835223b733a333a22666178223b733a303a22223b7d733a383a226c6f636174696f6e223b613a31333a7b733a393a2266697273746e616d65223b733a343a224b617465223b733a383a226c6173746e616d65223b733a353a22576f6f6473223b733a373a2261646472657373223b733a31353a22342d333420536f6d65737472656574223b733a393a22616464726573735f32223b4e3b733a343a2263697479223b733a31303a22416c7461205669737461223b733a363a22636f756e7479223b4e3b733a353a227374617465223b733a323a224b53223b733a373a22636f756e747279223b733a323a225553223b733a373a227a6970636f6465223b733a353a223132333435223b733a353a2270686f6e65223b733a31303a2236313735353536393835223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31313a2273746174655f6465736372223b733a363a224b616e736173223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a393a227368697070696e6773223b613a313a7b693a313b613a31363a7b733a31313a227368697070696e675f6964223b733a313a2231223b733a383a227368697070696e67223b733a32323a22437573746f6d207368697070696e67206d6574686f64223b733a31333a2264656c69766572795f74696d65223b733a383a22332d352064617973223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a224d223b733a31343a22736572766963655f706172616d73223b613a303a7b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a343a22302e3030223b733a31303a226d61785f776569676874223b733a343a22302e3030223b733a31303a22736572766963655f6964223b733a313a2230223b733a363a226d6f64756c65223b4e3b733a31323a22736572766963655f636f6465223b4e3b733a393a22726174655f696e666f223b613a323a7b733a373a22726174655f6964223b733a313a2231223b733a31303a22726174655f76616c7565223b613a323a7b733a313a2243223b613a333a7b693a303b613a323a7b733a353a2276616c7565223b693a34303b733a343a2274797065223b733a313a2246223b7d693a33303b613a323a7b733a353a2276616c7565223b693a31303b733a343a2274797065223b733a313a2246223b7d693a35303b613a323a7b733a353a2276616c7565223b693a353b733a343a2274797065223b733a313a2246223b7d7d733a313a2249223b613a323a7b693a303b613a323a7b733a353a2276616c7565223b693a32333b733a343a2274797065223b733a313a2246223b7d693a31303b613a323a7b733a353a2276616c7565223b693a31353b733a343a2274797065223b733a313a2246223b7d7d7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32383b733a31313a2274617865645f7072696365223b693a303b733a353a227461786573223b613a313a7b693a363b613a373a7b733a393a22726174655f74797065223b733a313a2250223b733a31303a22726174655f76616c7565223b733a323a223130223b733a31383a2270726963655f696e636c756465735f746178223b733a313a2259223b733a393a227265676e756d626572223b733a373a2231323334323432223b733a383a227072696f72697479223b693a303b733a31323a227461785f737562746f74616c223b643a322e3534393b733a31313a226465736372697074696f6e223b733a333a22564154223b7d7d7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a31353a7b733a31313a227368697070696e675f6964223b733a313a2231223b733a383a227368697070696e67223b733a32323a22437573746f6d207368697070696e67206d6574686f64223b733a31333a2264656c69766572795f74696d65223b733a383a22332d352064617973223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a224d223b733a31343a22736572766963655f706172616d73223b613a303a7b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a343a22302e3030223b733a31303a226d61785f776569676874223b733a343a22302e3030223b733a31303a22736572766963655f6964223b733a313a2230223b733a363a226d6f64756c65223b4e3b733a31323a22736572766963655f636f6465223b4e3b733a393a22726174655f696e666f223b613a323a7b733a373a22726174655f6964223b733a313a2231223b733a31303a22726174655f76616c7565223b613a323a7b733a313a2243223b613a333a7b693a303b613a323a7b733a353a2276616c7565223b693a34303b733a343a2274797065223b733a313a2246223b7d693a33303b613a323a7b733a353a2276616c7565223b693a31303b733a343a2274797065223b733a313a2246223b7d693a35303b613a323a7b733a353a2276616c7565223b693a353b733a343a2274797065223b733a313a2246223b7d7d733a313a2249223b613a323a7b693a303b613a323a7b733a353a2276616c7565223b693a32333b733a343a2274797065223b733a313a2246223b7d693a31303b613a323a7b733a353a2276616c7565223b693a31353b733a343a2274797065223b733a313a2246223b7d7d7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32383b733a31303a2267726f75705f6e616d65223b733a373a2253696d74656368223b7d7d7d7d),
(241, 16, 'G', 0x613a313a7b693a303b613a31303a7b733a343a226e616d65223b733a373a2253696d74656368223b733a31303a22636f6d70616e795f6964223b693a313b733a383a2270726f6475637473223b613a313a7b733a31303a2232333032353336353237223b613a32333a7b733a31303a2270726f647563745f6964223b693a34313b733a31323a2270726f647563745f636f6465223b733a31303a22493030343141474b4359223b733a373a2270726f64756374223b733a32383a22476966742053657420284f6e6573696520506c757320536f636b7329223b733a363a22616d6f756e74223b693a353b733a31353a2270726f647563745f6f7074696f6e73223b613a313a7b693a323b733a313a2236223b7d733a353a227072696365223b643a33353b733a31323a2273746f7265645f7072696365223b733a313a2259223b733a393a226d61696e5f70616972223b613a353a7b733a373a22706169725f6964223b733a333a22323833223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a333a22333339223b733a383a22706f736974696f6e223b733a313a2230223b733a383a2264657461696c6564223b613a373a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f6c6f63616c686f73742f6769742f776f726b2f696d616765732f64657461696c65642f302f5833323637395f30312e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22353030223b733a373a22696d6167655f79223b733a333a22353030223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f6c6f63616c686f73742f6769742f776f726b2f696d616765732f64657461696c65642f302f5833323637395f30312e6a7067223b733a31333a226162736f6c7574655f70617468223b733a36303a222f55736572732f616c6578696f6e732f7777772f6769742f776f726b2f696d616765732f64657461696c65642f302f5833323637395f30312e6a7067223b733a31333a2272656c61746976655f70617468223b733a32343a2264657461696c65642f302f5833323637395f30312e6a7067223b7d7d733a31353a226f726967696e616c5f616d6f756e74223b733a313a2235223b733a32313a226f726967696e616c5f70726f647563745f64617461223b613a323a7b733a373a22636172745f6964223b733a31303a2232333032353336353237223b733a363a22616d6f756e74223b733a313a2235223b7d733a353a226578747261223b613a31303a7b733a31353a2270726f647563745f6f7074696f6e73223b613a313a7b693a323b733a313a2236223b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a373a2270726f64756374223b733a32383a22476966742053657420284f6e6573696520506c757320536f636b7329223b733a31303a22636f6d70616e795f6964223b733a313a2231223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a33353b733a31323a2273746f7265645f7072696365223b733a313a2259223b733a32313a2270726f647563745f6f7074696f6e735f76616c7565223b613a313a7b693a303b613a32323a7b733a393a226f7074696f6e5f6964223b733a313a2232223b733a31303a2270726f647563745f6964223b733a313a2230223b733a31303a22636f6d70616e795f6964223b733a313a2231223b733a31313a226f7074696f6e5f74797065223b733a313a2253223b733a393a22696e76656e746f7279223b733a313a2259223b733a363a22726567657870223b733a303a22223b733a383a227265717569726564223b733a313a224e223b733a31313a226d756c746975706c6f6164223b733a313a224e223b733a31383a22616c6c6f7765645f657874656e73696f6e73223b733a303a22223b733a31333a226d61785f66696c655f73697a65223b733a313a2230223b733a32353a226d697373696e675f76617269616e74735f68616e646c696e67223b733a313a224d223b733a363a22737461747573223b733a313a2241223b733a383a22706f736974696f6e223b733a323a223130223b733a353a2276616c7565223b733a313a2236223b733a31313a226f7074696f6e5f6e616d65223b733a343a2253697a65223b733a31313a226f7074696f6e5f74657874223b733a343a2253697a65223b733a31313a226465736372697074696f6e223b733a303a22223b733a31303a22696e6e65725f68696e74223b733a303a22223b733a31373a22696e636f72726563745f6d657373616765223b733a303a22223b733a383a226d6f646966696572223b733a353a22302e303030223b733a31333a226d6f6469666965725f74797065223b733a313a2241223b733a31323a2276617269616e745f6e616d65223b733a353a22536d616c6c223b7d7d7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22636f6d70616e795f6964223b733a313a2231223b733a31323a22616d6f756e745f746f74616c223b693a353b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b693a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a33353b733a31333a22646973706c61795f7072696365223b643a33353b7d7d733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a3137353b733a313a2257223b733a343a22302e3031223b733a313a2249223b693a353b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a343a7b733a383a2270726f6475637473223b613a313a7b733a31303a2232333032353336353237223b693a353b7d733a363a22616d6f756e74223b693a353b733a363a22776569676874223b643a302e3130303b733a343a22636f7374223b693a3137353b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a2253696d74656368223b733a373a2261646472657373223b733a31343a223434204d61696e20737472656574223b733a343a2263697479223b733a363a22426f73746f6e223b733a373a22636f756e747279223b733a323a225553223b733a353a227374617465223b733a323a224d41223b733a373a227a6970636f6465223b733a353a223032313136223b733a353a2270686f6e65223b733a31303a2236313735353536393835223b733a333a22666178223b733a303a22223b7d733a383a226c6f636174696f6e223b613a31333a7b733a393a2266697273746e616d65223b733a383a22437573746f6d6572223b733a383a226c6173746e616d65223b733a383a22437573746f6d6572223b733a373a2261646472657373223b733a31343a223434204d61696e20737472656574223b733a393a22616464726573735f32223b4e3b733a343a2263697479223b733a363a22426f73746f6e223b733a363a22636f756e7479223b4e3b733a353a227374617465223b733a323a224d41223b733a373a22636f756e747279223b733a323a225553223b733a373a227a6970636f6465223b733a353a223032313334223b733a353a2270686f6e65223b733a31303a2236313735353536393835223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31313a2273746174655f6465736372223b733a31333a224d617373616368757365747473223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a393a227368697070696e6773223b613a323a7b693a313b613a31363a7b733a31313a227368697070696e675f6964223b733a313a2231223b733a383a227368697070696e67223b733a32323a22437573746f6d207368697070696e67206d6574686f64223b733a31333a2264656c69766572795f74696d65223b733a383a22332d352064617973223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a224d223b733a31343a22736572766963655f706172616d73223b613a303a7b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a343a22302e3030223b733a31303a226d61785f776569676874223b733a343a22302e3030223b733a31303a22736572766963655f6964223b733a313a2230223b733a363a226d6f64756c65223b4e3b733a31323a22736572766963655f636f6465223b4e3b733a393a22726174655f696e666f223b613a323a7b733a373a22726174655f6964223b733a313a2231223b733a31303a22726174655f76616c7565223b613a323a7b733a313a2243223b613a333a7b693a303b613a323a7b733a353a2276616c7565223b693a34303b733a343a2274797065223b733a313a2246223b7d693a33303b613a323a7b733a353a2276616c7565223b693a31303b733a343a2274797065223b733a313a2246223b7d693a35303b613a323a7b733a353a2276616c7565223b693a353b733a343a2274797065223b733a313a2246223b7d7d733a313a2249223b613a323a7b693a303b613a323a7b733a353a2276616c7565223b693a32333b733a343a2274797065223b733a313a2246223b7d693a31303b613a323a7b733a353a2276616c7565223b693a31353b733a343a2274797065223b733a313a2246223b7d7d7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32383b733a31313a2274617865645f7072696365223b693a303b733a353a227461786573223b613a313a7b693a363b613a373a7b733a393a22726174655f74797065223b733a313a2250223b733a31303a22726174655f76616c7565223b733a323a223130223b733a31383a2270726963655f696e636c756465735f746178223b733a313a2259223b733a393a227265676e756d626572223b733a373a2231323334323432223b733a383a227072696f72697479223b693a303b733a31323a227461785f737562746f74616c223b643a322e3534393b733a31313a226465736372697074696f6e223b733a333a22564154223b7d7d7d693a333b613a31363a7b733a31313a227368697070696e675f6964223b733a313a2233223b733a383a227368697070696e67223b733a31393a22466564457820486f6d652044656c6976657279223b733a31333a2264656c69766572795f74696d65223b733a363a22322064617973223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a31313a7b733a383a22757365725f6b6579223b733a31363a224a4148523752386f4d674d4652483535223b733a31373a22757365725f6b65795f70617373776f7264223b733a32353a225978494a51615a743751783351743930346962595068754461223b733a31343a226163636f756e745f6e756d626572223b733a393a22353130303837303839223b733a31323a226d657465725f6e756d626572223b733a393a22313138353330353639223b733a393a22746573745f6d6f6465223b733a313a2259223b733a31323a227061636b6167655f74797065223b733a31343a22594f55525f5041434b4147494e47223b733a31333a2264726f705f6f66665f74797065223b733a31343a22524547554c41525f5049434b5550223b733a31373a226d61785f7765696768745f6f665f626f78223b733a323a223730223b733a363a22686569676874223b733a323a223130223b733a353a227769647468223b733a323a223130223b733a363a226c656e677468223b733a323a223130223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a343a22302e3030223b733a31303a226d61785f776569676874223b733a343a22302e3030223b733a31303a22736572766963655f6964223b733a333a22323136223b733a363a226d6f64756c65223b733a353a226665646578223b733a31323a22736572766963655f636f6465223b733a32303a2247524f554e445f484f4d455f44454c4956455259223b733a393a22726174655f696e666f223b613a303a7b7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a392e3734303b733a31313a2274617865645f7072696365223b693a303b733a353a227461786573223b613a313a7b693a363b613a373a7b733a393a22726174655f74797065223b733a313a2250223b733a31303a22726174655f76616c7565223b733a323a223130223b733a31383a2270726963655f696e636c756465735f746178223b733a313a2259223b733a393a227265676e756d626572223b733a373a2231323334323432223b733a383a227072696f72697479223b693a303b733a31323a227461785f737562746f74616c223b643a302e3839303b733a31313a226465736372697074696f6e223b733a333a22564154223b7d7d7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a31353a7b733a31313a227368697070696e675f6964223b733a313a2231223b733a383a227368697070696e67223b733a32323a22437573746f6d207368697070696e67206d6574686f64223b733a31333a2264656c69766572795f74696d65223b733a383a22332d352064617973223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a224d223b733a31343a22736572766963655f706172616d73223b613a303a7b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a343a22302e3030223b733a31303a226d61785f776569676874223b733a343a22302e3030223b733a31303a22736572766963655f6964223b733a313a2230223b733a363a226d6f64756c65223b4e3b733a31323a22736572766963655f636f6465223b4e3b733a393a22726174655f696e666f223b613a323a7b733a373a22726174655f6964223b733a313a2231223b733a31303a22726174655f76616c7565223b613a323a7b733a313a2243223b613a333a7b693a303b613a323a7b733a353a2276616c7565223b693a34303b733a343a2274797065223b733a313a2246223b7d693a33303b613a323a7b733a353a2276616c7565223b693a31303b733a343a2274797065223b733a313a2246223b7d693a35303b613a323a7b733a353a2276616c7565223b693a353b733a343a2274797065223b733a313a2246223b7d7d733a313a2249223b613a323a7b693a303b613a323a7b733a353a2276616c7565223b693a32333b733a343a2274797065223b733a313a2246223b7d693a31303b613a323a7b733a353a2276616c7565223b693a31353b733a343a2274797065223b733a313a2246223b7d7d7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32383b733a31303a2267726f75705f6e616d65223b733a373a2253696d74656368223b7d7d7d7d);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(254, 101, 'G', 0x613a313a7b693a303b613a31313a7b733a343a226e616d65223b733a343a2254657374223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a323030353732353436343b613a32333a7b733a31303a2270726f647563745f6964223b693a3238373b733a31323a2270726f647563745f636f6465223b733a363a22313233343536223b733a373a2270726f64756374223b733a31323a22426f6c616368696e68612032223b733a363a22616d6f756e74223b693a313b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a353a227072696365223b643a31303b733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a353a7b733a373a22706169725f6964223b733a343a2231373132223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232343436223b733a383a22706f736974696f6e223b733a313a2230223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22323837223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a35313a22687474703a2f2f6c6f63616c686f73742f696d616765732f64657461696c65642f322f466f746f5f333430652d73702e504e47223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22333334223b733a373a22696d6167655f79223b733a333a22333733223b733a31353a22687474705f696d6167655f70617468223b733a35313a22687474703a2f2f6c6f63616c686f73742f696d616765732f64657461696c65642f322f466f746f5f333430652d73702e504e47223b733a31363a2268747470735f696d6167655f70617468223b733a35323a2268747470733a2f2f6c6f63616c686f73742f696d616765732f64657461696c65642f322f466f746f5f333430652d73702e504e47223b733a31333a226162736f6c7574655f70617468223b733a34333a222f6170702f7777772f696d616765732f64657461696c65642f322f466f746f5f333430652d73702e504e47223b733a31333a2272656c61746976655f70617468223b733a32373a2264657461696c65642f322f466f746f5f333430652d73702e504e47223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a343a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a31303b733a353a227072696365223b643a31303b733a31333a22646973706c61795f7072696365223b643a31303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a31303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3137353b7d733a31333a22646973706c61795f7072696365223b643a31303b733a31333a226d61696e5f63617465676f7279223b693a3137353b7d7d733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a31303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a343a7b733a383a2270726f6475637473223b613a313a7b693a323030353732353436343b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a31303b7d7d733a31313a226f726967696e6174696f6e223b613a373a7b733a343a226e616d65223b733a343a2254657374223b733a373a2261646472657373223b733a303a22223b733a343a2263697479223b733a303a22223b733a373a22636f756e747279223b733a303a22223b733a353a227374617465223b733a303a22223b733a373a227a6970636f6465223b733a303a22223b733a353a2270686f6e65223b733a303a22223b7d733a383a226c6f636174696f6e223b613a383a7b733a393a2266697273746e616d65223b733a383a22437573746f6d6572223b733a383a226c6173746e616d65223b733a383a22437573746f6d6572223b733a373a2261646472657373223b733a33303a22527561204361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a373a2238373336303030223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a31303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a343a7b733a383a2270726f6475637473223b613a313a7b693a323030353732353436343b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a31303b7d7d733a31313a226f726967696e6174696f6e223b613a373a7b733a343a226e616d65223b733a343a2254657374223b733a373a2261646472657373223b733a303a22223b733a343a2263697479223b733a303a22223b733a373a22636f756e747279223b733a303a22223b733a353a227374617465223b733a303a22223b733a373a227a6970636f6465223b733a303a22223b733a353a2270686f6e65223b733a303a22223b7d733a383a226c6f636174696f6e223b613a383a7b733a393a2266697273746e616d65223b733a383a22437573746f6d6572223b733a383a226c6173746e616d65223b733a383a22437573746f6d6572223b733a373a2261646472657373223b733a33303a22527561204361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a373a2238373336303030223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a393a227368697070696e6773223b613a323a7b693a373b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2237223b733a383a227368697070696e67223b733a31313a225465737465204672657465223b733a31333a2264656c69766572795f74696d65223b733a31313a2233202d2031302044696173223b733a31313a226465736372697074696f6e223b733a31383a223c703e54657374652046726574653c2f703e223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a224d223b733a31343a22736572766963655f706172616d73223b613a303a7b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e303030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a313a2230223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b4e3b733a31323a22736572766963655f636f6465223b4e3b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223630223b733a31313a227368697070696e675f6964223b733a313a2237223b733a31303a22726174655f76616c7565223b613a323a7b733a313a2243223b613a323a7b693a303b613a343a7b733a363a22616d6f756e74223b733a313a2230223b733a353a2276616c7565223b643a31303b733a343a2274797065223b733a313a2246223b733a383a227065725f756e6974223b733a313a224e223b7d693a3130303b613a343a7b733a363a22616d6f756e74223b733a333a22313030223b733a353a2276616c7565223b643a353b733a343a2274797065223b733a313a2246223b733a383a227065725f756e6974223b733a313a224e223b7d7d733a313a2257223b613a323a7b693a303b613a343a7b733a363a22616d6f756e74223b733a313a2230223b733a353a2276616c7565223b643a31353b733a343a2274797065223b733a313a2246223b733a383a227065725f756e6974223b733a313a2259223b7d693a353b613a343a7b733a363a22616d6f756e74223b733a313a2235223b733a353a2276616c7565223b643a33303b733a343a2274797065223b733a313a2246223b733a383a227065725f756e6974223b733a313a2259223b7d7d7d733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a31333a2264656c69766572795f74696d65223b733a313a2235223b7d733a353a22696d616765223b613a303a7b7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2235223b733a31313a2274617865645f7072696365223b693a303b7d693a383b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a313a7b733a31323a22746162656c615f6672657465223b733a313a2231223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a303a7b7d733a353a22696d616765223b613a303a7b7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b693a32383b733a32313a22736572766963655f64656c69766572795f74696d65223b733a323a223131223b733a31303a2267726f75705f6e616d65223b733a343a2254657374223b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a313a7b733a31323a22746162656c615f6672657465223b733a313a2231223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a303a7b7d733a353a22696d616765223b613a303a7b7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b693a32383b733a32313a22736572766963655f64656c69766572795f74696d65223b733a323a223131223b733a31303a2267726f75705f6e616d65223b733a343a2254657374223b7d7d7d7d),
(255, 101, 'L', 0x613a313a7b693a303b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a313a7b733a31323a22746162656c615f6672657465223b733a313a2231223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a303a7b7d733a353a22696d616765223b613a303a7b7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b693a32383b733a32313a22736572766963655f64656c69766572795f74696d65223b733a323a223131223b733a31303a2267726f75705f6e616d65223b733a343a2254657374223b7d7d),
(256, 101, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236514e73636477445047376e4e474e353546307478646c5a434c322b5554716f59513d),
(257, 101, 'R', 0x733a333a2242524c223b),
(258, 102, 'G', 0x613a313a7b693a303b613a31313a7b733a343a226e616d65223b733a363a22546573746532223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a393135393035343b613a32333a7b733a31303a2270726f647563745f6964223b693a3238363b733a31323a2270726f647563745f636f6465223b733a363a22313233343536223b733a373a2270726f64756374223b733a353a225465737465223b733a363a22616d6f756e74223b693a313b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a353a227072696365223b643a31303b733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a353a7b733a373a22706169725f6964223b733a343a2231353932223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232333236223b733a383a22706f736974696f6e223b733a313a2230223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22323836223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a34333a22687474703a2f2f6c6f63616c686f73742f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22333334223b733a373a22696d6167655f79223b733a333a22333733223b733a31353a22687474705f696d6167655f70617468223b733a34333a22687474703a2f2f6c6f63616c686f73742f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a31363a2268747470735f696d6167655f70617468223b733a34343a2268747470733a2f2f6c6f63616c686f73742f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a31333a226162736f6c7574655f70617468223b733a33353a222f6170702f7777772f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a31333a2272656c61746976655f70617468223b733a31393a2264657461696c65642f322f466f746f2e504e47223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a343a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a31303b733a353a227072696365223b643a31303b733a31333a22646973706c61795f7072696365223b643a31303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a31303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3236353b7d733a31333a22646973706c61795f7072696365223b643a31303b733a31333a226d61696e5f63617465676f7279223b693a3236353b7d7d733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a31303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a353b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31313b733a31303a22626f785f686569676874223b693a323b7d733a383a2270726f6475637473223b613a313a7b693a393135393035343b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a31303b7d7d733a31313a226f726967696e6174696f6e223b613a373a7b733a343a226e616d65223b733a363a22546573746532223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a303a22223b7d733a383a226c6f636174696f6e223b613a383a7b733a393a2266697273746e616d65223b733a383a22437573746f6d6572223b733a383a226c6173746e616d65223b733a383a22437573746f6d6572223b733a373a2261646472657373223b733a33303a22527561204361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a373a2238373336303030223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a31303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a353b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31313b733a31303a22626f785f686569676874223b693a323b7d733a383a2270726f6475637473223b613a313a7b693a393135393035343b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a31303b7d7d733a31313a226f726967696e6174696f6e223b613a373a7b733a343a226e616d65223b733a363a22546573746532223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a303a22223b7d733a383a226c6f636174696f6e223b613a383a7b733a393a2266697273746e616d65223b733a383a22437573746f6d6572223b733a383a226c6173746e616d65223b733a383a22437573746f6d6572223b733a373a2261646472657373223b733a33303a22527561204361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a373a2238373336303030223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a393a227368697070696e6773223b613a323a7b693a373b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2237223b733a383a227368697070696e67223b733a31313a225465737465204672657465223b733a31333a2264656c69766572795f74696d65223b733a31313a2233202d2031302044696173223b733a31313a226465736372697074696f6e223b733a31383a223c703e54657374652046726574653c2f703e223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a224d223b733a31343a22736572766963655f706172616d73223b613a303a7b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e303030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a313a2230223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b4e3b733a31323a22736572766963655f636f6465223b4e3b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223630223b733a31313a227368697070696e675f6964223b733a313a2237223b733a31303a22726174655f76616c7565223b613a323a7b733a313a2243223b613a323a7b693a303b613a343a7b733a363a22616d6f756e74223b733a313a2230223b733a353a2276616c7565223b643a31303b733a343a2274797065223b733a313a2246223b733a383a227065725f756e6974223b733a313a224e223b7d693a3130303b613a343a7b733a363a22616d6f756e74223b733a333a22313030223b733a353a2276616c7565223b643a353b733a343a2274797065223b733a313a2246223b733a383a227065725f756e6974223b733a313a224e223b7d7d733a313a2257223b613a323a7b693a303b613a343a7b733a363a22616d6f756e74223b733a313a2230223b733a353a2276616c7565223b643a31353b733a343a2274797065223b733a313a2246223b733a383a227065725f756e6974223b733a313a2259223b7d693a353b613a343a7b733a363a22616d6f756e74223b733a313a2235223b733a353a2276616c7565223b643a33303b733a343a2274797065223b733a313a2246223b733a383a227065725f756e6974223b733a313a2259223b7d7d7d733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a31333a2264656c69766572795f74696d65223b733a313a2235223b7d733a353a22696d616765223b613a303a7b7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2235223b733a31313a2274617865645f7072696365223b693a303b7d693a383b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a313a7b733a31323a22746162656c615f6672657465223b733a313a2231223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a303a7b7d733a353a22696d616765223b613a303a7b7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b693a32343b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2238223b733a31303a2267726f75705f6e616d65223b733a363a22546573746532223b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a313a7b733a31323a22746162656c615f6672657465223b733a313a2231223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a303a7b7d733a353a22696d616765223b613a303a7b7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b693a32343b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2238223b733a31303a2267726f75705f6e616d65223b733a363a22546573746532223b7d7d7d7d),
(259, 102, 'L', 0x613a313a7b693a303b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a313a7b733a31323a22746162656c615f6672657465223b733a313a2231223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a303a7b7d733a353a22696d616765223b613a303a7b7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b693a32343b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2238223b733a31303a2267726f75705f6e616d65223b733a363a22546573746532223b7d7d),
(260, 102, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236514e73636477445047376e4e474e353546307478646c5a434c322b5554716f59513d),
(261, 102, 'R', 0x733a333a2242524c223b),
(262, 103, 'G', 0x613a313a7b693a303b613a31313a7b733a343a226e616d65223b733a363a22546573746532223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a393135393035343b613a32333a7b733a31303a2270726f647563745f6964223b693a3238363b733a31323a2270726f647563745f636f6465223b733a363a22313233343536223b733a373a2270726f64756374223b733a353a225465737465223b733a363a22616d6f756e74223b693a313b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a353a227072696365223b643a31303b733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a353a7b733a373a22706169725f6964223b733a343a2231353932223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232333236223b733a383a22706f736974696f6e223b733a313a2230223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22323836223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a34333a22687474703a2f2f6c6f63616c686f73742f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22333334223b733a373a22696d6167655f79223b733a333a22333733223b733a31353a22687474705f696d6167655f70617468223b733a34333a22687474703a2f2f6c6f63616c686f73742f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a31363a2268747470735f696d6167655f70617468223b733a34343a2268747470733a2f2f6c6f63616c686f73742f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a31333a226162736f6c7574655f70617468223b733a33353a222f6170702f7777772f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a31333a2272656c61746976655f70617468223b733a31393a2264657461696c65642f322f466f746f2e504e47223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a343a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a31303b733a353a227072696365223b643a31303b733a31333a22646973706c61795f7072696365223b643a31303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a31303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3236353b7d733a31333a22646973706c61795f7072696365223b643a31303b733a31333a226d61696e5f63617465676f7279223b693a3236353b7d7d733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a31303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a353b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31313b733a31303a22626f785f686569676874223b693a323b7d733a383a2270726f6475637473223b613a313a7b693a393135393035343b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a31303b7d7d733a31313a226f726967696e6174696f6e223b613a373a7b733a343a226e616d65223b733a363a22546573746532223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a303a22223b7d733a383a226c6f636174696f6e223b613a383a7b733a393a2266697273746e616d65223b733a383a22437573746f6d6572223b733a383a226c6173746e616d65223b733a383a22437573746f6d6572223b733a373a2261646472657373223b733a33303a22527561204361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223035333131393030223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a31303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a353b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31313b733a31303a22626f785f686569676874223b693a323b7d733a383a2270726f6475637473223b613a313a7b693a393135393035343b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a31303b7d7d733a31313a226f726967696e6174696f6e223b613a373a7b733a343a226e616d65223b733a363a22546573746532223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a303a22223b7d733a383a226c6f636174696f6e223b613a383a7b733a393a2266697273746e616d65223b733a383a22437573746f6d6572223b733a383a226c6173746e616d65223b733a383a22437573746f6d6572223b733a373a2261646472657373223b733a33303a22527561204361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223035333131393030223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a393a227368697070696e6773223b613a313a7b693a383b613a31393a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a313a7b733a31323a22746162656c615f6672657465223b733a313a2231223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a303a7b7d733a353a22696d616765223b613a303a7b7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32383b733a31303a2267726f75705f6e616d65223b733a363a22546573746532223b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a31393a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a313a7b733a31323a22746162656c615f6672657465223b733a313a2231223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a303a7b7d733a353a22696d616765223b613a303a7b7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32383b733a31303a2267726f75705f6e616d65223b733a363a22546573746532223b7d7d7d7d),
(263, 103, 'L', 0x613a313a7b693a303b613a31393a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a313a7b733a31323a22746162656c615f6672657465223b733a313a2231223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a303a7b7d733a353a22696d616765223b613a303a7b7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32383b733a31303a2267726f75705f6e616d65223b733a363a22546573746532223b7d7d),
(264, 103, 'P', 0x54346c5371792b485953553d),
(265, 103, 'R', 0x733a333a2242524c223b),
(266, 104, 'G', 0x613a313a7b693a303b613a31313a7b733a343a226e616d65223b733a363a22546573746532223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a393135393035343b613a32333a7b733a31303a2270726f647563745f6964223b693a3238363b733a31323a2270726f647563745f636f6465223b733a363a22313233343536223b733a373a2270726f64756374223b733a353a225465737465223b733a363a22616d6f756e74223b693a313b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a353a227072696365223b643a31303b733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a353a7b733a373a22706169725f6964223b733a343a2231353932223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232333236223b733a383a22706f736974696f6e223b733a313a2230223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22323836223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a34333a22687474703a2f2f6c6f63616c686f73742f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22333334223b733a373a22696d6167655f79223b733a333a22333733223b733a31353a22687474705f696d6167655f70617468223b733a34333a22687474703a2f2f6c6f63616c686f73742f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a31363a2268747470735f696d6167655f70617468223b733a34343a2268747470733a2f2f6c6f63616c686f73742f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a31333a226162736f6c7574655f70617468223b733a33353a222f6170702f7777772f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a31333a2272656c61746976655f70617468223b733a31393a2264657461696c65642f322f466f746f2e504e47223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a343a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a31303b733a353a227072696365223b643a31303b733a31333a22646973706c61795f7072696365223b643a31303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a31303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3236353b7d733a31333a22646973706c61795f7072696365223b643a31303b733a31333a226d61696e5f63617465676f7279223b693a3236353b7d7d733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a31303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a353b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31313b733a31303a22626f785f686569676874223b693a323b7d733a383a2270726f6475637473223b613a313a7b693a393135393035343b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a31303b7d7d733a31313a226f726967696e6174696f6e223b613a373a7b733a343a226e616d65223b733a363a22546573746532223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a303a22223b7d733a383a226c6f636174696f6e223b613a383a7b733a393a2266697273746e616d65223b733a383a22437573746f6d6572223b733a383a226c6173746e616d65223b733a383a22437573746f6d6572223b733a373a2261646472657373223b733a33303a22527561204361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223035333131393030223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a31303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a353b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31313b733a31303a22626f785f686569676874223b693a323b7d733a383a2270726f6475637473223b613a313a7b693a393135393035343b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a31303b7d7d733a31313a226f726967696e6174696f6e223b613a373a7b733a343a226e616d65223b733a363a22546573746532223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a303a22223b7d733a383a226c6f636174696f6e223b613a383a7b733a393a2266697273746e616d65223b733a383a22437573746f6d6572223b733a383a226c6173746e616d65223b733a383a22437573746f6d6572223b733a373a2261646472657373223b733a33303a22527561204361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223035333131393030223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a393a227368697070696e6773223b613a313a7b693a383b613a31393a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a313a7b733a31323a22746162656c615f6672657465223b733a313a2231223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a303a7b7d733a353a22696d616765223b613a303a7b7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32383b733a31303a2267726f75705f6e616d65223b733a363a22546573746532223b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a31393a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a313a7b733a31323a22746162656c615f6672657465223b733a313a2231223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a303a7b7d733a353a22696d616765223b613a303a7b7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32383b733a31303a2267726f75705f6e616d65223b733a363a22546573746532223b7d7d7d7d),
(267, 104, 'L', 0x613a313a7b693a303b613a31393a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a313a7b733a31323a22746162656c615f6672657465223b733a313a2231223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a303a7b7d733a353a22696d616765223b613a303a7b7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32383b733a31303a2267726f75705f6e616d65223b733a363a22546573746532223b7d7d),
(268, 104, 'P', 0x54346c5371792b485953553d),
(269, 104, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(270, 105, 'G', 0x613a313a7b693a303b613a31313a7b733a343a226e616d65223b733a363a22546573746532223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a393135393035343b613a34303a7b733a373a22757365725f6964223b733a313a2233223b733a393a2274696d657374616d70223b733a31303a2231363235373533393032223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a373a2239313539303534223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3238363b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a31303b733a31303a2273657373696f6e5f6964223b733a33343a2239353639616364653337633838346332636261363137623339353164663461382d43223b733a31303a2269705f61646472657373223b733a383a226163313230303031223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a363a22313233343536223b733a373a2270726f64756374223b733a353a225465737465223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a353a7b733a373a22706169725f6964223b733a343a2231353932223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232333236223b733a383a22706f736974696f6e223b733a313a2230223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22323836223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a34333a22687474703a2f2f6c6f63616c686f73742f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22333334223b733a373a22696d6167655f79223b733a333a22333733223b733a31353a22687474705f696d6167655f70617468223b733a34333a22687474703a2f2f6c6f63616c686f73742f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a31363a2268747470735f696d6167655f70617468223b733a34343a2268747470733a2f2f6c6f63616c686f73742f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a31333a226162736f6c7574655f70617468223b733a33353a222f6170702f7777772f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a31333a2272656c61746976655f70617468223b733a31393a2264657461696c65642f322f466f746f2e504e47223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a343a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a31303b733a353a227072696365223b643a31303b733a31333a22646973706c61795f7072696365223b643a31303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a31303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3236353b7d733a31333a22646973706c61795f7072696365223b643a31303b733a31333a226d61696e5f63617465676f7279223b693a3236353b733a393a2266697273746e616d65223b733a383a22437573746f6d6572223b733a383a226c6173746e616d65223b733a383a22437573746f6d6572223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a353a22656d61696c223b733a32303a22637573746f6d6572406578616d706c652e636f6d223b733a393a22757365725f64617461223b613a35393a7b733a373a22757365725f6964223b733a313a2233223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a383a22637573746f6d6572223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231353836333437333336223b733a383a2270617373776f7264223b733a33323a223931656331663933323437353330343863303039366430333661363934663836223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a383a22437573746f6d6572223b733a383a226c6173746e616d65223b733a383a22437573746f6d6572223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32303a22637573746f6d6572406578616d706c652e636f6d223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a31343a226c6173745f70617373776f726473223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a303a22223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a313a2232223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a383a22437573746f6d6572223b733a31303a22625f6c6173746e616d65223b733a383a22437573746f6d6572223b733a393a22625f61646472657373223b733a33303a22527561204361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a373a22476f696f657265223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a363a22506172616e61223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223035333131393030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a383a22437573746f6d6572223b733a31303a22735f6c6173746e616d65223b733a383a22437573746f6d6572223b733a393a22735f61646472657373223b733a33303a22527561204361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a373a22476f696f657265223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a363a22506172616e61223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223035333131393030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a303a22223b733a31323a2270726f66696c655f6e616d65223b733a343a224d61696e223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363235363936323732223b733a363a226669656c6473223b613a313a7b693a35323b733a303a22223b7d733a31353a22625f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31353a22735f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31333a22625f73746174655f6465736372223b733a363a22506172616e61223b733a31333a22735f73746174655f6465736372223b733a363a22506172616e61223b733a363a22706f696e7473223b693a303b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b693a383b7d7d733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a31303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a353b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31313b733a31303a22626f785f686569676874223b693a323b7d733a383a2270726f6475637473223b613a313a7b693a393135393035343b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a31303b7d7d733a31313a226f726967696e6174696f6e223b613a373a7b733a343a226e616d65223b733a363a22546573746532223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31313a223434393938383630343733223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a373a224564756172646f223b733a383a226c6173746e616d65223b733a363a2253616e746f73223b733a373a2261646472657373223b733a31363a22527561204d657267656e7468616c6572223b733a343a2263697479223b733a31353a2256696c61204c656f706f6c64696e61223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223035333131393030223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a31303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a353b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31313b733a31303a22626f785f686569676874223b693a323b7d733a383a2270726f6475637473223b613a313a7b693a393135393035343b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a31303b7d7d733a31313a226f726967696e6174696f6e223b613a373a7b733a343a226e616d65223b733a363a22546573746532223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31313a223434393938383630343733223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a373a224564756172646f223b733a383a226c6173746e616d65223b733a363a2253616e746f73223b733a373a2261646472657373223b733a31363a22527561204d657267656e7468616c6572223b733a343a2263697479223b733a31353a2256696c61204c656f706f6c64696e61223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223035333131393030223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a393a227368697070696e6773223b613a313a7b693a383b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a313a7b733a31323a22746162656c615f6672657465223b733a313a2231223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a303a7b7d733a353a22696d616765223b613a303a7b7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32342e31353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2238223b733a31303a2267726f75705f6e616d65223b733a363a22546573746532223b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a313a7b733a31323a22746162656c615f6672657465223b733a313a2231223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a303a7b7d733a353a22696d616765223b613a303a7b7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32342e31353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2238223b733a31303a2267726f75705f6e616d65223b733a363a22546573746532223b7d7d7d7d),
(271, 105, 'L', 0x613a313a7b693a303b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a313a7b733a31323a22746162656c615f6672657465223b733a313a2231223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a303a7b7d733a353a22696d616765223b613a303a7b7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32342e31353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2238223b733a31303a2267726f75705f6e616d65223b733a363a22546573746532223b7d7d),
(272, 105, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236514e73636477445047376e4e474e353546307478646c5a434c322b5554716f59513d),
(273, 105, 'R', 0x733a333a2242524c223b),
(274, 106, 'G', 0x613a313a7b693a303b613a31323a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a313835353433383933373b613a32353a7b733a31303a2270726f647563745f6964223b693a3239373b733a31323a2270726f647563745f636f6465223b733a31303a2267616c6178795f733231223b733a373a2270726f64756374223b733a31303a2267616c61787920733231223b733a363a22616d6f756e74223b693a313b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a353a227072696365223b643a333930303b733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235363539223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393334223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22323937223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22323937223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a36363a22687474703a2f2f6465762e70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332312e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22383030223b733a373a22696d6167655f79223b733a333a22353230223b733a31353a22687474705f696d6167655f70617468223b733a36363a22687474703a2f2f6465762e70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332312e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a36373a2268747470733a2f2f6465762e70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332312e6a7067223b733a31333a226162736f6c7574655f70617468223b733a38313a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6465762f6170702f7777772f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332312e6a7067223b733a31333a2272656c61746976655f70617468223b733a33303a2264657461696c65642f322f323032312d67616c6178792d7332312e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a343a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a333930303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a333930303b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d7d733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a333930303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a313835353433383933373b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a303a7b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a333930303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a313835353433383933373b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a303a7b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a303a7b7d733a31363a2263686f73656e5f7368697070696e6773223b613a303a7b7d7d7d),
(275, 106, 'L', 0x613a303a7b7d),
(276, 106, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(277, 107, 'G', 0x613a313a7b693a303b613a31323a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a353a7b693a3432383932393233313b613a34323a7b733a373a22757365725f6964223b733a323a223330223b733a393a2274696d657374616d70223b733a31303a2231363239313438353939223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a393a22343238393239323331223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3239363b733a363a22616d6f756e74223b693a323b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2264353134373739333237303865333664343638313237313461323361613234342d43223b733a31303a2269705f61646472657373223b733a383a226231343663333535223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a393a226950686f6e65203132223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235363536223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393331223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22323936223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22323936223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a38333a22687474703a2f2f6465762e70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563312e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a38333a22687474703a2f2f6465762e70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563312e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a38343a2268747470733a2f2f6465762e70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563312e6a7067223b733a31333a226162736f6c7574655f70617468223b733a39383a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6465762f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563312e6a7067223b733a31333a2272656c61746976655f70617468223b733a34373a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563312e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a343a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a31303030303b733a353a227072696365223b643a31303030303b733a31333a22646973706c61795f7072696365223b643a31303030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a323b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a32303a2247696f76616e6e692056696e6963697573206465223b733a383a226c6173746e616d65223b733a31303a224669677565697265646f223b733a353a2270686f6e65223b4e3b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a393a22757365725f64617461223b613a35393a7b733a373a22757365725f6964223b733a323a223330223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3330223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363130343632303238223b733a383a2270617373776f7264223b733a36303a22243279243130246f6e6632376751775a5157575661706455312e39786561397661684f4c3859795052462f4d54714d586d64742e432f6b7643392f6d223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a32303a2247696f76616e6e692056696e6963697573206465223b733a383a226c6173746e616d65223b733a31303a224669677565697265646f223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a353a2270686f6e65223b4e3b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a303a22223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363131393431373733223b733a373a226170695f6b6579223b733a36303a2224327924313024675055342f5261644544576e51744b524a61336a4d655248336b39544e6c2e4c434650484b546549574a59384a69486e3768487561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363334353836323038223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223331223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a32303a2247696f76616e6e692056696e6963697573206465223b733a31303a22625f6c6173746e616d65223b733a31303a224669677565697265646f223b733a393a22625f61646472657373223b733a31373a22527561204361726d6f6e61205065726573223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a393a22446f75726164696e61223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a373a22506172616ec3a1223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223837343835303030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a31373a2247696f76616e6e692056696e6963697573223b733a31303a22735f6c6173746e616d65223b733a31333a226465204669677565697265646f223b733a393a22735f61646472657373223b733a31373a22527561204361726d6f6e61205065726573223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a393a22446f75726164696e61223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a373a22506172616ec3a1223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223837343835303030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363239313433303536223b733a363a226669656c6473223b613a343a7b693a35323b733a31373a223131313131313131313131313131313131223b693a35333b733a303a22223b693a35343b733a31313a223039363739333130393635223b693a35313b733a303a22223b7d733a363a22706f696e7473223b693a303b733a383a2266756c6c6e616d65223b733a33313a2247696f76616e6e692056696e6963697573206465204669677565697265646f223b733a31353a22736869705f746f5f616e6f74686572223b733a313a2230223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d693a3535323833303038343b613a34323a7b733a373a22757365725f6964223b733a323a223330223b733a393a2274696d657374616d70223b733a31303a2231363330353839323835223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a393a22353532383330303834223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330303b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a333930303b733a31303a2273657373696f6e5f6964223b733a33343a2233343632396634376534353538376236323863626430336336623337623765312d43223b733a31303a2269705f61646472657373223b733a383a223264613937636166223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a31303a2267616c6178795f733231223b733a373a2270726f64756374223b733a31333a2267616c61787920733231207632223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383039223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393532223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333030223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333030223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a38363a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39642e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22383030223b733a373a22696d6167655f79223b733a333a22353230223b733a31353a22687474705f696d6167655f70617468223b733a38363a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39642e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a38373a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39642e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3130313a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39642e6a7067223b733a31333a2272656c61746976655f70617468223b733a35343a2264657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39642e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a343a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a333930303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a333930303b733a393a2266697273746e616d65223b733a32303a2247696f76616e6e692056696e6963697573206465223b733a383a226c6173746e616d65223b733a31303a224669677565697265646f223b733a353a2270686f6e65223b4e3b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a393a22757365725f64617461223b613a35393a7b733a373a22757365725f6964223b733a323a223330223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3330223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363130343632303238223b733a383a2270617373776f7264223b733a36303a22243279243130246f6e6632376751775a5157575661706455312e39786561397661684f4c3859795052462f4d54714d586d64742e432f6b7643392f6d223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a32303a2247696f76616e6e692056696e6963697573206465223b733a383a226c6173746e616d65223b733a31303a224669677565697265646f223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a353a2270686f6e65223b4e3b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a303a22223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363131393431373733223b733a373a226170695f6b6579223b733a36303a2224327924313024675055342f5261644544576e51744b524a61336a4d655248336b39544e6c2e4c434650484b546549574a59384a69486e3768487561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363334353836323038223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223331223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a32303a2247696f76616e6e692056696e6963697573206465223b733a31303a22625f6c6173746e616d65223b733a31303a224669677565697265646f223b733a393a22625f61646472657373223b733a31373a22527561204361726d6f6e61205065726573223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a393a22446f75726164696e61223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a373a22506172616ec3a1223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223837343835303030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a31373a2247696f76616e6e692056696e6963697573223b733a31303a22735f6c6173746e616d65223b733a31333a226465204669677565697265646f223b733a393a22735f61646472657373223b733a31373a22527561204361726d6f6e61205065726573223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a393a22446f75726164696e61223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a373a22506172616ec3a1223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223837343835303030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363239313433303536223b733a363a226669656c6473223b613a343a7b693a35323b733a31373a223131313131313131313131313131313131223b693a35333b733a303a22223b693a35343b733a31313a223039363739333130393635223b693a35313b733a303a22223b7d733a363a22706f696e7473223b693a303b733a383a2266756c6c6e616d65223b733a33313a2247696f76616e6e692056696e6963697573206465204669677565697265646f223b733a31353a22736869705f746f5f616e6f74686572223b733a313a2230223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d693a3636343638323635333b613a34323a7b733a373a22757365725f6964223b733a323a223330223b733a393a2274696d657374616d70223b733a31303a2231363334353935353232223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a393a22363634363832363533223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330343b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2263613532313130363365386632646663366134666336663939316262353338322d43223b733a31303a2269705f61646472657373223b733a383a223264613937636539223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207632223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383137223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393630223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333034223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333034223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a39353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a39353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a39363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31333a2272656c61746976655f70617468223b733a36333a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a343a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a32303a2247696f76616e6e692056696e6963697573206465223b733a383a226c6173746e616d65223b733a31303a224669677565697265646f223b733a353a2270686f6e65223b4e3b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a393a22757365725f64617461223b613a35393a7b733a373a22757365725f6964223b733a323a223330223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3330223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363130343632303238223b733a383a2270617373776f7264223b733a36303a22243279243130246f6e6632376751775a5157575661706455312e39786561397661684f4c3859795052462f4d54714d586d64742e432f6b7643392f6d223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a32303a2247696f76616e6e692056696e6963697573206465223b733a383a226c6173746e616d65223b733a31303a224669677565697265646f223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a353a2270686f6e65223b4e3b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a303a22223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363131393431373733223b733a373a226170695f6b6579223b733a36303a2224327924313024675055342f5261644544576e51744b524a61336a4d655248336b39544e6c2e4c434650484b546549574a59384a69486e3768487561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363334353836323038223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223331223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a32303a2247696f76616e6e692056696e6963697573206465223b733a31303a22625f6c6173746e616d65223b733a31303a224669677565697265646f223b733a393a22625f61646472657373223b733a31373a22527561204361726d6f6e61205065726573223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a393a22446f75726164696e61223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a373a22506172616ec3a1223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223837343835303030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a31373a2247696f76616e6e692056696e6963697573223b733a31303a22735f6c6173746e616d65223b733a31333a226465204669677565697265646f223b733a393a22735f61646472657373223b733a31373a22527561204361726d6f6e61205065726573223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a393a22446f75726164696e61223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a373a22506172616ec3a1223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223837343835303030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363239313433303536223b733a363a226669656c6473223b613a343a7b693a35323b733a31373a223131313131313131313131313131313131223b693a35333b733a303a22223b693a35343b733a31313a223039363739333130393635223b693a35313b733a303a22223b7d733a363a22706f696e7473223b693a303b733a383a2266756c6c6e616d65223b733a33313a2247696f76616e6e692056696e6963697573206465204669677565697265646f223b733a31353a22736869705f746f5f616e6f74686572223b733a313a2230223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d693a313835353433383933373b613a34323a7b733a373a22757365725f6964223b733a323a223330223b733a393a2274696d657374616d70223b733a31303a2231363330353839323835223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2231383535343338393337223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3239373b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a333930303b733a31303a2273657373696f6e5f6964223b733a33343a2233343632396634376534353538376236323863626430336336623337623765312d43223b733a31303a2269705f61646472657373223b733a383a223264613937636166223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a31303a2267616c6178795f733231223b733a373a2270726f64756374223b733a31303a2267616c61787920733231223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235363539223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393334223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22323937223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22323937223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a36323a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332312e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22383030223b733a373a22696d6167655f79223b733a333a22353230223b733a31353a22687474705f696d6167655f70617468223b733a36323a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332312e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a36333a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332312e6a7067223b733a31333a226162736f6c7574655f70617468223b733a37373a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332312e6a7067223b733a31333a2272656c61746976655f70617468223b733a33303a2264657461696c65642f322f323032312d67616c6178792d7332312e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a343a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a333930303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a333930303b733a393a2266697273746e616d65223b733a32303a2247696f76616e6e692056696e6963697573206465223b733a383a226c6173746e616d65223b733a31303a224669677565697265646f223b733a353a2270686f6e65223b4e3b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a393a22757365725f64617461223b613a35393a7b733a373a22757365725f6964223b733a323a223330223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3330223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363130343632303238223b733a383a2270617373776f7264223b733a36303a22243279243130246f6e6632376751775a5157575661706455312e39786561397661684f4c3859795052462f4d54714d586d64742e432f6b7643392f6d223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a32303a2247696f76616e6e692056696e6963697573206465223b733a383a226c6173746e616d65223b733a31303a224669677565697265646f223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a353a2270686f6e65223b4e3b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a303a22223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363131393431373733223b733a373a226170695f6b6579223b733a36303a2224327924313024675055342f5261644544576e51744b524a61336a4d655248336b39544e6c2e4c434650484b546549574a59384a69486e3768487561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363334353836323038223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223331223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a32303a2247696f76616e6e692056696e6963697573206465223b733a31303a22625f6c6173746e616d65223b733a31303a224669677565697265646f223b733a393a22625f61646472657373223b733a31373a22527561204361726d6f6e61205065726573223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a393a22446f75726164696e61223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a373a22506172616ec3a1223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223837343835303030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a31373a2247696f76616e6e692056696e6963697573223b733a31303a22735f6c6173746e616d65223b733a31333a226465204669677565697265646f223b733a393a22735f61646472657373223b733a31373a22527561204361726d6f6e61205065726573223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a393a22446f75726164696e61223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a373a22506172616ec3a1223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223837343835303030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363239313433303536223b733a363a226669656c6473223b613a343a7b693a35323b733a31373a223131313131313131313131313131313131223b693a35333b733a303a22223b693a35343b733a31313a223039363739333130393635223b693a35313b733a303a22223b7d733a363a22706f696e7473223b693a303b733a383a2266756c6c6e616d65223b733a33313a2247696f76616e6e692056696e6963697573206465204669677565697265646f223b733a31353a22736869705f746f5f616e6f74686572223b733a313a2230223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d693a333132303232333535303b613a34323a7b733a373a22757365725f6964223b733a323a223330223b733a393a2274696d657374616d70223b733a31303a2231363239333833303336223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233313230323233353530223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330333b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2266656363313866666134333839666532306362376365353566366337653135392d43223b733a31303a2269705f61646472657373223b733a383a226231343663333535223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207631223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383135223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393538223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333033223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333033223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a38373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a38373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a38383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3130323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31333a2272656c61746976655f70617468223b733a35353a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a343a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a32303a2247696f76616e6e692056696e6963697573206465223b733a383a226c6173746e616d65223b733a31303a224669677565697265646f223b733a353a2270686f6e65223b4e3b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a393a22757365725f64617461223b613a35393a7b733a373a22757365725f6964223b733a323a223330223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3330223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363130343632303238223b733a383a2270617373776f7264223b733a36303a22243279243130246f6e6632376751775a5157575661706455312e39786561397661684f4c3859795052462f4d54714d586d64742e432f6b7643392f6d223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a32303a2247696f76616e6e692056696e6963697573206465223b733a383a226c6173746e616d65223b733a31303a224669677565697265646f223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a353a2270686f6e65223b4e3b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a303a22223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363131393431373733223b733a373a226170695f6b6579223b733a36303a2224327924313024675055342f5261644544576e51744b524a61336a4d655248336b39544e6c2e4c434650484b546549574a59384a69486e3768487561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363334353836323038223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223331223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a32303a2247696f76616e6e692056696e6963697573206465223b733a31303a22625f6c6173746e616d65223b733a31303a224669677565697265646f223b733a393a22625f61646472657373223b733a31373a22527561204361726d6f6e61205065726573223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a393a22446f75726164696e61223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a373a22506172616ec3a1223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223837343835303030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a31373a2247696f76616e6e692056696e6963697573223b733a31303a22735f6c6173746e616d65223b733a31333a226465204669677565697265646f223b733a393a22735f61646472657373223b733a31373a22527561204361726d6f6e61205065726573223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a393a22446f75726164696e61223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a373a22506172616ec3a1223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223837343835303030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363239313433303536223b733a363a226669656c6473223b613a343a7b693a35323b733a31373a223131313131313131313131313131313131223b693a35333b733a303a22223b693a35343b733a31313a223039363739333130393635223b693a35313b733a303a22223b7d733a363a22706f696e7473223b693a303b733a383a2266756c6c6e616d65223b733a33313a2247696f76616e6e692056696e6963697573206465204669677565697265646f223b733a31353a22736869705f746f5f616e6f74686572223b733a313a2230223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d7d733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a32373830303b733a313a2257223b733a353a22362e303030223b733a313a2249223b693a363b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a363a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3432383932393233313b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d693a313b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3432383932393233313b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d693a323b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3535323833303038343b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d693a333b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d693a343b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a313835353433383933373b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d693a353b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333132303232333535303b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a383a7b733a393a2266697273746e616d65223b733a31373a2247696f76616e6e692056696e6963697573223b733a383a226c6173746e616d65223b733a31333a226465204669677565697265646f223b733a373a2261646472657373223b733a31373a22527561204361726d6f6e61205065726573223b733a343a2263697479223b733a393a22446f75726164696e61223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223837343835303030223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a32373830303b733a313a2257223b733a353a22362e303030223b733a313a2249223b693a363b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a363a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3432383932393233313b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d693a313b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3432383932393233313b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d693a323b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3535323833303038343b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d693a333b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d693a343b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a313835353433383933373b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d693a353b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333132303232333535303b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a383a7b733a393a2266697273746e616d65223b733a31373a2247696f76616e6e692056696e6963697573223b733a383a226c6173746e616d65223b733a31333a226465204669677565697265646f223b733a373a2261646472657373223b733a31373a22527561204361726d6f6e61205065726573223b733a343a2263697479223b733a393a22446f75726164696e61223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223837343835303030223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a3130362e33353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2238223b733a31313a2274617865645f7072696365223b693a303b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a3131362e31373b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2234223b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a3131362e31373b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2234223b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d7d7d);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(278, 107, 'L', 0x613a313a7b693a303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a3131362e31373b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2234223b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(280, 107, 'R', 0x733a333a2242524c223b),
(282, 107, 'P', 0x375a6e76342b534d707a2f4a744f51444b6e4e5934624d317762782b49534c315647453252596c4243312f724968747a35424f623566304b6b38564f7664414c30684a484f734b4832767862632b42676a45683869337a3957316c71317970515a6a6b71325676436a42536d3732646b6b44492f464775776d556d33387a37785a69474f6a376e676b65726f7962442f564653786f63756f617176337a4846465975744a31476667504868473936733557514e366361675576626e632f366a78366e4b5a52665a4c3046396342346a77324b6d753831494872706e504b476354622b672b707567382b68713865565072313855575a786a4944364d512b54774d3270584c5a71632f4972447467485136474a3941636c7a452f694e59476b504a423552626373366141394e796c6d49764b684a612f6b697a2f61354150794672555367306b4d6c4b6d5275454f41472b5a5550444e6c56576f746167524d426737745247677436723635343d),
(284, 108, 'G', 0x613a313a7b693a303b613a31323a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a3535323833303038343b613a34323a7b733a373a22757365725f6964223b733a313a2233223b733a393a2274696d657374616d70223b733a31303a2231363334353836323835223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a393a22353532383330303834223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330303b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a333930303b733a31303a2273657373696f6e5f6964223b733a33343a2231613834326438613437623866316237353337646263346435306238383765362d43223b733a31303a2269705f61646472657373223b733a383a226231343663333031223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a31303a2267616c6178795f733231223b733a373a2270726f64756374223b733a31333a2267616c61787920733231207632223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383039223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393532223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333030223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333030223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a38363a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39642e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22383030223b733a373a22696d6167655f79223b733a333a22353230223b733a31353a22687474705f696d6167655f70617468223b733a38363a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39642e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a38373a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39642e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3130313a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39642e6a7067223b733a31333a2272656c61746976655f70617468223b733a35343a2264657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39642e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a343a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a333930303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a333930303b733a393a2266697273746e616d65223b733a373a224564756172646f223b733a383a226c6173746e616d65223b733a363a2253616e746f73223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a353a22656d61696c223b733a32303a22637573746f6d6572406578616d706c652e636f6d223b733a393a22757365725f64617461223b613a35393a7b733a373a22757365725f6964223b733a313a2233223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a383a22637573746f6d6572223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231353836333437333336223b733a383a2270617373776f7264223b733a36303a222432792431302447656e356f4b78497a78536b2f74796438495835322e59546e2e676c68787259485442314d4536716c6e46716934754352564f324f223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a373a224564756172646f223b733a383a226c6173746e616d65223b733a363a2253616e746f73223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32303a22637573746f6d6572406578616d706c652e636f6d223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a303a22223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a303a22223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363334353836343936223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a313a2232223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a373a224564756172646f223b733a31303a22625f6c6173746e616d65223b733a363a2253616e746f73223b733a393a22625f61646472657373223b733a31363a22527561204d657267656e7468616c6572223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31353a2256696c61204c656f706f6c64696e61223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223035333131393030223b733a373a22625f70686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a31313a22735f66697273746e616d65223b733a373a224564756172646f223b733a31303a22735f6c6173746e616d65223b733a363a2253616e746f73223b733a393a22735f61646472657373223b733a31363a22527561204d657267656e7468616c6572223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31353a2256696c61204c656f706f6c64696e61223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223035333131393030223b733a373a22735f70686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a31343a22735f616464726573735f74797065223b733a303a22223b733a31323a2270726f66696c655f6e616d65223b733a343a224d61696e223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363236333638393737223b733a363a226669656c6473223b613a333a7b693a35333b733a303a22223b693a35343b733a31313a223031333931353939393138223b693a35313b733a303a22223b7d733a363a22706f696e7473223b693a303b733a383a2266756c6c6e616d65223b733a31343a224564756172646f2053616e746f73223b733a31353a22736869705f746f5f616e6f74686572223b733a313a2230223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d7d733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a333930303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3535323833303038343b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a373a224564756172646f223b733a383a226c6173746e616d65223b733a363a2253616e746f73223b733a373a2261646472657373223b733a31363a22527561204d657267656e7468616c6572223b733a343a2263697479223b733a31353a2256696c61204c656f706f6c64696e61223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223035333131393030223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a333930303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3535323833303038343b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a373a224564756172646f223b733a383a226c6173746e616d65223b733a363a2253616e746f73223b733a373a2261646472657373223b733a31363a22527561204d657267656e7468616c6572223b733a343a2263697479223b733a31353a2256696c61204c656f706f6c64696e61223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223035333131393030223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32342e31353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a323a223130223b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a35312e36393b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2232223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32342e31353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a323a223130223b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d7d7d),
(285, 108, 'L', 0x613a313a7b693a303b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32342e31353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a323a223130223b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(287, 108, 'R', 0x733a333a2242524c223b),
(289, 108, 'P', 0x375a6e76342b534d707a2f4a744f51444b6e4e5934624d317762782b49534c315647453252596c4243312f724968747a35424f623566304b6b38564f7664414c30684a484f734b4832767862632b42676a45683869337a3957316c71317970515a6a6b71325676436a42536d3732646b6b44492f464775776d556d33387a37785a69474f6a376e676b65726f7962442f564653786f63756f617176337a4846465975744a31476667504868473936733557514e366361675576626e632f366a7865586b545a42354f75674c455142662b5145614d764635752b32752b464e2b53646e38703237426e73704f623437734e36316f5a666c6438434c417441766c45686943623958585178564b7a51464d676e7962307431794554694c376e363251444b6b315958454e334b70353772477a796d706a35426777334e49545547454a6c6478574f683745314c486446455449623944506f4c352f6878634c49667258);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(290, 109, 'G', 0x613a313a7b693a303b613a31323a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a313335323233323937313b613a34323a7b733a373a22757365725f6964223b733a313a2233223b733a393a2274696d657374616d70223b733a31303a2231363335343532353632223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2231333532323332393731223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330353b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2239623066633530303963663665643765623663363861353730323934623834392d43223b733a31303a2269705f61646472657373223b733a383a226231343663336539223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207633223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383139223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393632223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333035223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333035223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3130343a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131383a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31333a2272656c61746976655f70617468223b733a37313a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a343a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a373a224564756172646f223b733a383a226c6173746e616d65223b733a363a2253616e746f73223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a353a22656d61696c223b733a32303a22637573746f6d6572406578616d706c652e636f6d223b733a393a22757365725f64617461223b613a36303a7b733a373a22757365725f6964223b733a313a2233223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a383a22637573746f6d6572223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231353836333437333336223b733a383a2270617373776f7264223b733a36303a222432792431302447656e356f4b78497a78536b2f74796438495835322e59546e2e676c68787259485442314d4536716c6e46716934754352564f324f223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a373a224564756172646f223b733a383a226c6173746e616d65223b733a363a2253616e746f73223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32303a22637573746f6d6572406578616d706c652e636f6d223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a303a22223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363334353836343936223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a313a2232223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a373a224564756172646f223b733a31303a22625f6c6173746e616d65223b733a363a2253616e746f73223b733a393a22625f61646472657373223b733a31363a22527561204d657267656e7468616c6572223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31353a2256696c61204c656f706f6c64696e61223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223035333131393030223b733a373a22625f70686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a31313a22735f66697273746e616d65223b733a373a224564756172646f223b733a31303a22735f6c6173746e616d65223b733a363a2253616e746f73223b733a393a22735f61646472657373223b733a31363a22527561204d657267656e7468616c6572223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31353a2256696c61204c656f706f6c64696e61223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223035333131393030223b733a373a22735f70686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a31343a22735f616464726573735f74797065223b733a303a22223b733a31323a2270726f66696c655f6e616d65223b733a343a224d61696e223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363335343532353038223b733a363a226669656c6473223b613a333a7b693a35333b733a303a22223b693a35343b733a31313a223031333931353939393138223b693a35313b733a303a22223b7d733a363a22706f696e7473223b693a303b733a383a2266756c6c6e616d65223b733a31343a224564756172646f2053616e746f73223b733a31353a22736869705f746f5f616e6f74686572223b733a313a2230223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363335343532333031223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d7d733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a313335323233323937313b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a373a224564756172646f223b733a383a226c6173746e616d65223b733a363a2253616e746f73223b733a373a2261646472657373223b733a31363a22527561204d657267656e7468616c6572223b733a343a2263697479223b733a31353a2256696c61204c656f706f6c64696e61223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223035333131393030223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a313335323233323937313b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a373a224564756172646f223b733a383a226c6173746e616d65223b733a363a2253616e746f73223b733a373a2261646472657373223b733a31363a22527561204d657267656e7468616c6572223b733a343a2263697479223b733a31353a2256696c61204c656f706f6c64696e61223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223035333131393030223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32342e31353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a323a223130223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a35312e36393b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2232223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32342e31353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a323a223130223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d7d7d),
(291, 109, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32342e31353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a323a223130223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(293, 109, 'R', 0x733a333a2242524c223b),
(295, 109, 'P', 0x2f79736141366d522f77617255302b686e67416b3974366a6a6c374c2f394a56784445616f484b386e7a57466b2b75505443663345467936564e5666324172556f79576743464f615a4741737463782b56777630793871576c2f727170742b6178306d72414b73414e626f48703268454d6c75553448376c6133774532417a64487768475a49364b61715654744568357933564b7a4563475645343247776d306968794578454e2b5a692b6132546d4b6853794b67505058683130457252475163504331595556393031493d),
(297, 110, 'G', 0x613a313a7b693a303b613a31323a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b613a34323a7b733a373a22757365725f6964223b733a313a2233223b733a393a2274696d657374616d70223b733a31303a2231363337313039383637223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a393a22363634363832363533223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330343b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2230353331633130666130313833393765393363346437313935313061323564302d43223b733a31303a2269705f61646472657373223b733a383a226231343663333533223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207632223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383137223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393630223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333034223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333034223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a39353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a39353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a39363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31333a2272656c61746976655f70617468223b733a36333a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a353a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383937223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a373a224564756172646f223b733a383a226c6173746e616d65223b733a363a2253616e746f73223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a353a22656d61696c223b733a32303a22637573746f6d6572406578616d706c652e636f6d223b733a393a22757365725f64617461223b613a35393a7b733a373a22757365725f6964223b733a313a2233223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a383a22637573746f6d6572223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231353836333437333336223b733a383a2270617373776f7264223b733a36303a222432792431302447656e356f4b78497a78536b2f74796438495835322e59546e2e676c68787259485442314d4536716c6e46716934754352564f324f223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a373a224564756172646f223b733a383a226c6173746e616d65223b733a363a2253616e746f73223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32303a22637573746f6d6572406578616d706c652e636f6d223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a303a22223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a303a22223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363335343532363038223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a313a2232223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a373a224564756172646f223b733a31303a22625f6c6173746e616d65223b733a363a2253616e746f73223b733a393a22625f61646472657373223b733a31363a22527561204d657267656e7468616c6572223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31353a2256696c61204c656f706f6c64696e61223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223035333131393030223b733a373a22625f70686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a31313a22735f66697273746e616d65223b733a373a224564756172646f223b733a31303a22735f6c6173746e616d65223b733a363a2253616e746f73223b733a393a22735f61646472657373223b733a31363a22527561204d657267656e7468616c6572223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31353a2256696c61204c656f706f6c64696e61223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223035333131393030223b733a373a22735f70686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a31343a22735f616464726573735f74797065223b733a303a22223b733a31323a2270726f66696c655f6e616d65223b733a343a224d61696e223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363335343532353839223b733a363a226669656c6473223b613a323a7b693a35333b733a31313a223031333931353939393138223b693a35343b733a31313a223031333931353939393138223b7d733a363a22706f696e7473223b693a303b733a383a2266756c6c6e616d65223b733a31343a224564756172646f2053616e746f73223b733a31353a22736869705f746f5f616e6f74686572223b733a313a2230223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d7d733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a373a224564756172646f223b733a383a226c6173746e616d65223b733a363a2253616e746f73223b733a373a2261646472657373223b733a31363a22527561204d657267656e7468616c6572223b733a343a2263697479223b733a31353a2256696c61204c656f706f6c64696e61223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223035333131393030223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a31303a2253c3a36f205061756c6f223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a373a224564756172646f223b733a383a226c6173746e616d65223b733a363a2253616e746f73223b733a373a2261646472657373223b733a31363a22527561204d657267656e7468616c6572223b733a343a2263697479223b733a31353a2256696c61204c656f706f6c64696e61223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223035333131393030223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a31303a2253c3a36f205061756c6f223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32342e31353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a323a223130223b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a35312e36393b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2232223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32342e31353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a323a223130223b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d7d7d);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(298, 110, 'L', 0x613a313a7b693a303b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32342e31353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a323a223130223b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(300, 110, 'R', 0x733a333a2242524c223b),
(302, 110, 'P', 0x2f79736141366d522f77617255302b686e67416b3974366a6a6c374c2f394a56784445616f484b386e7a57466b2b75505443663345467936564e5666324172556f79576743464f615a4741737463782b56777630793871576c2f727170742b6178306d72414b73414e6271773865513038744771576c5a6f76594a7268502b5a714f4a3951514751772f507151467261397a447a75464d336375576a355a61435a69474f6a376e676b65706c686b4c39786854764950674e44647836432f43632f3068516e4168524871453d),
(304, 111, 'G', 0x613a313a7b693a303b613a31323a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a3535323833303038343b613a34333a7b733a373a22757365725f6964223b733a313a2233223b733a393a2274696d657374616d70223b733a31303a2231363337313134363432223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a393a22353532383330303834223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330303b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a333930303b733a31303a2273657373696f6e5f6964223b733a33343a2230353331633130666130313833393765393363346437313935313061323564302d43223b733a31303a2269705f61646472657373223b733a383a226231343663333533223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a31303a2267616c6178795f733231223b733a373a2270726f64756374223b733a31333a2267616c61787920733231207632223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383039223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393532223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333030223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333030223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a38363a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39642e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22383030223b733a373a22696d6167655f79223b733a333a22353230223b733a31353a22687474705f696d6167655f70617468223b733a38363a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39642e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a38373a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39642e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3130313a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39642e6a7067223b733a31333a2272656c61746976655f70617468223b733a35343a2264657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39642e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533353135223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a333930303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a333930303b733a393a2266697273746e616d65223b733a373a224564756172646f223b733a383a226c6173746e616d65223b733a363a2253616e746f73223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a353a22656d61696c223b733a32303a22637573746f6d6572406578616d706c652e636f6d223b733a393a22757365725f64617461223b613a36303a7b733a373a22757365725f6964223b733a313a2233223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a383a22637573746f6d6572223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231353836333437333336223b733a383a2270617373776f7264223b733a36303a222432792431302447656e356f4b78497a78536b2f74796438495835322e59546e2e676c68787259485442314d4536716c6e46716934754352564f324f223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a373a224564756172646f223b733a383a226c6173746e616d65223b733a363a2253616e746f73223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32303a22637573746f6d6572406578616d706c652e636f6d223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a303a22223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a303a22223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363337313134343439223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a313a2232223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a373a224564756172646f223b733a31303a22625f6c6173746e616d65223b733a363a2253616e746f73223b733a393a22625f61646472657373223b733a31363a22527561204d657267656e7468616c6572223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31353a2256696c61204c656f706f6c64696e61223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223035333131393030223b733a373a22625f70686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a31313a22735f66697273746e616d65223b733a373a224564756172646f223b733a31303a22735f6c6173746e616d65223b733a363a2253616e746f73223b733a393a22735f61646472657373223b733a31363a22527561204d657267656e7468616c6572223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31353a2256696c61204c656f706f6c64696e61223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223035333131393030223b733a373a22735f70686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a31343a22735f616464726573735f74797065223b733a303a22223b733a31323a2270726f66696c655f6e616d65223b733a343a224d61696e223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363337313039393136223b733a363a226669656c6473223b613a323a7b693a35333b733a31313a223031333931353939393138223b693a35343b733a31313a223031333931353939393138223b7d733a363a22706f696e7473223b693a303b733a383a2266756c6c6e616d65223b733a31343a224564756172646f2053616e746f73223b733a31353a22736869705f746f5f616e6f74686572223b733a313a2230223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363337313038373431223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d7d733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a333930303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3535323833303038343b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a373a224564756172646f223b733a383a226c6173746e616d65223b733a363a2253616e746f73223b733a373a2261646472657373223b733a31363a22527561204d657267656e7468616c6572223b733a343a2263697479223b733a31353a2256696c61204c656f706f6c64696e61223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223035333131393030223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a31303a2253c3a36f205061756c6f223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a333930303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3535323833303038343b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a373a224564756172646f223b733a383a226c6173746e616d65223b733a363a2253616e746f73223b733a373a2261646472657373223b733a31363a22527561204d657267656e7468616c6572223b733a343a2263697479223b733a31353a2256696c61204c656f706f6c64696e61223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223035333131393030223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a31303a2253c3a36f205061756c6f223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32342e31353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a323a223130223b733a31313a2274617865645f7072696365223b693a303b7d693a31303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a35312e36393b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2232223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a35312e36393b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2232223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d7d7d),
(305, 111, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a35312e36393b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2232223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(307, 111, 'R', 0x733a333a2242524c223b),
(309, 111, 'P', 0x2f79736141366d522f77617255302b686e67416b3974366a6a6c374c2f394a56784445616f484b386e7a57466b2b75505443663345467936564e5666324172556f79576743464f615a4741737463782b56777630793871576c2f727170742b6178306d72414b73414e62712b656e415349644a7259657149322b4b554a62526c714f4a3951514751772f507151467261397a447a75464d336375576a355a61435a69474f6a376e676b65706c686b4c39786854764950674e44647836432f43632f3068516e4168524871453d),
(310, 111, 'V', 0x31363337313134373530);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(311, 112, 'G', 0x613a313a7b693a303b613a31323a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a3535323833303038343b613a34333a7b733a373a22757365725f6964223b733a313a2233223b733a393a2274696d657374616d70223b733a31303a2231363337313135303437223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a393a22353532383330303834223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330303b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a333930303b733a31303a2273657373696f6e5f6964223b733a33343a2230353331633130666130313833393765393363346437313935313061323564302d43223b733a31303a2269705f61646472657373223b733a383a226231343663333533223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a31303a2267616c6178795f733231223b733a373a2270726f64756374223b733a31333a2267616c61787920733231207632223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383039223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393532223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333030223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333030223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a38363a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39642e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22383030223b733a373a22696d6167655f79223b733a333a22353230223b733a31353a22687474705f696d6167655f70617468223b733a38363a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39642e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a38373a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39642e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3130313a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39642e6a7067223b733a31333a2272656c61746976655f70617468223b733a35343a2264657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39642e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533353135223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a333930303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a333930303b733a393a2266697273746e616d65223b733a373a224564756172646f223b733a383a226c6173746e616d65223b733a363a2253616e746f73223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a353a22656d61696c223b733a32303a22637573746f6d6572406578616d706c652e636f6d223b733a393a22757365725f64617461223b613a36303a7b733a373a22757365725f6964223b733a313a2233223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a383a22637573746f6d6572223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231353836333437333336223b733a383a2270617373776f7264223b733a36303a222432792431302447656e356f4b78497a78536b2f74796438495835322e59546e2e676c68787259485442314d4536716c6e46716934754352564f324f223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a373a224564756172646f223b733a383a226c6173746e616d65223b733a363a2253616e746f73223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32303a22637573746f6d6572406578616d706c652e636f6d223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a303a22223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363337313135313830223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a313a2232223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a373a224564756172646f223b733a31303a22625f6c6173746e616d65223b733a363a2253616e746f73223b733a393a22625f61646472657373223b733a31363a22527561204d657267656e7468616c6572223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31353a2256696c61204c656f706f6c64696e61223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223035333131393030223b733a373a22625f70686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a31313a22735f66697273746e616d65223b733a373a224564756172646f223b733a31303a22735f6c6173746e616d65223b733a363a2253616e746f73223b733a393a22735f61646472657373223b733a31363a22527561204d657267656e7468616c6572223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31353a2256696c61204c656f706f6c64696e61223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223035333131393030223b733a373a22735f70686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a31343a22735f616464726573735f74797065223b733a303a22223b733a31323a2270726f66696c655f6e616d65223b733a343a224d61696e223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363337313134373030223b733a363a226669656c6473223b613a323a7b693a35333b733a31313a223031333931353939393138223b693a35343b733a31313a223031333931353939393138223b7d733a363a22706f696e7473223b693a303b733a383a2266756c6c6e616d65223b733a31343a224564756172646f2053616e746f73223b733a31353a22736869705f746f5f616e6f74686572223b733a313a2230223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363337313038373431223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d7d733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a333930303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3535323833303038343b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a373a224564756172646f223b733a383a226c6173746e616d65223b733a363a2253616e746f73223b733a373a2261646472657373223b733a31363a22527561204d657267656e7468616c6572223b733a343a2263697479223b733a31353a2256696c61204c656f706f6c64696e61223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223035333131393030223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a31303a2253c3a36f205061756c6f223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a333930303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3535323833303038343b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a373a224564756172646f223b733a383a226c6173746e616d65223b733a363a2253616e746f73223b733a373a2261646472657373223b733a31363a22527561204d657267656e7468616c6572223b733a343a2263697479223b733a31353a2256696c61204c656f706f6c64696e61223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223035333131393030223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a31303a2253c3a36f205061756c6f223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32342e31353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a323a223130223b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a35312e36393b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2232223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32342e31353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a323a223130223b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d7d7d),
(312, 112, 'L', 0x613a313a7b693a303b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32342e31353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a323a223130223b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(314, 112, 'R', 0x733a333a2242524c223b),
(316, 112, 'P', 0x2f79736141366d522f77617255302b686e67416b3974366a6a6c374c2f394a56784445616f484b386e7a57466b2b75505443663345467936564e5666324172556f79576743464f615a4741737463782b56777630793871576c2f727170742b6178306d72414b73414e6270476a73567277784e49576f4d38572b646c46445659487768475a49364b61715654744568357933564b7a4563475645343247776d306968794578454e2b5a692b6132546d4b6853794b67505058683130457252475163504331595556393031493d),
(319, 113, 'G', 0x613a313a7b693a303b613a31333a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363531303836353836223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233333831363636323235223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330363b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2238366535616632636364383237616133623966396461626639373638643463342d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207634223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383231223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393634223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333036223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333036223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3131313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a3131313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3131323a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3132363a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31333a2272656c61746976655f70617468223b733a37393a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393033223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b4e3b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36313a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b4e3b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a303a22223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a383a225265756e69c3a36f223b733a31303a22625f6c6173746e616d65223b733a393a22506172746975487562223b733a393a22625f61646472657373223b733a333a22536c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a303a22223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a303a22223b733a31303a22735f6c6173746e616d65223b733a303a22223b733a393a22735f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31363a2242616c6e656172696f2050696e68616c223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31373a2252696f206772616e646520646f2073756c223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223935353939303030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a303a22223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363531303836353533223b733a363a226669656c6473223b613a323a7b693a35333b733a31313a223034303431393837303833223b693a35343b733a31313a223034303431393837303833223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31383a225265756e69c3a36f20506172746975487562223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d7d733a393a2267726f75705f6b6579223b693a343b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31303a7b733a373a2261646472657373223b733a31303a225275612063616e656c61223b733a343a2263697479223b733a31363a2242616c6e656172696f2050696e68616c223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223935353939303030223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a31373a2252696f206772616e646520646f2073756c223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a393a2266697273746e616d65223b733a383a225265756e69c3a36f223b733a383a226c6173746e616d65223b733a393a22506172746975487562223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31303a7b733a373a2261646472657373223b733a31303a225275612063616e656c61223b733a343a2263697479223b733a31363a2242616c6e656172696f2050696e68616c223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223935353939303030223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a31373a2252696f206772616e646520646f2073756c223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a393a2266697273746e616d65223b733a383a225265756e69c3a36f223b733a383a226c6173746e616d65223b733a393a22506172746975487562223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a323a223134223b733a31313a2274617865645f7072696365223b693a303b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a323a223130223b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a323a223130223b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d7d7d);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(320, 113, 'L', 0x613a313a7b693a303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a323a223130223b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(321, 113, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e4b624e70724b4c74632f464b306d6c4d514f51772f513d3d),
(322, 113, 'R', 0x733a333a2242524c223b),
(323, 114, 'G', 0x613a313a7b693a303b613a31333a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a333437323734353839363b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363531303837383334223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233343732373435383936223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330323b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a333930303b733a31303a2273657373696f6e5f6964223b733a33343a2261333932376364373135643561633735643664643831346439346233613830302d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a31303a2267616c6178795f733231223b733a373a2270726f64756374223b733a31333a2267616c61787920733231207634223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383133223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393536223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333032223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333032223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3130323a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22383030223b733a373a22696d6167655f79223b733a333a22353230223b733a31353a22687474705f696d6167655f70617468223b733a3130323a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3130333a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131373a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31333a2272656c61746976655f70617468223b733a37303a2264657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533353139223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a333930303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a333930303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b4e3b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36313a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b4e3b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363531303837333330223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a383a225265756e69c3a36f223b733a31303a22625f6c6173746e616d65223b733a393a22506172746975487562223b733a393a22625f61646472657373223b733a333a22536c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a303a22223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a303a22223b733a31303a22735f6c6173746e616d65223b733a303a22223b733a393a22735f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31363a2242616c6e656172696f2050696e68616c223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31373a2252696f206772616e646520646f2073756c223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223935353939303030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a303a22223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363531303837313432223b733a363a226669656c6473223b613a323a7b693a35333b733a31313a223034303431393837303833223b693a35343b733a31313a223034303431393837303833223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31383a225265756e69c3a36f20506172746975487562223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d7d733a393a2267726f75705f6b6579223b693a343b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a333930303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333437323734353839363b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31303a7b733a373a2261646472657373223b733a31303a225275612063616e656c61223b733a343a2263697479223b733a31363a2242616c6e656172696f2050696e68616c223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223935353939303030223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a31373a2252696f206772616e646520646f2073756c223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a393a2266697273746e616d65223b733a383a225265756e69c3a36f223b733a383a226c6173746e616d65223b733a393a22506172746975487562223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a333930303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333437323734353839363b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31303a7b733a373a2261646472657373223b733a31303a225275612063616e656c61223b733a343a2263697479223b733a31363a2242616c6e656172696f2050696e68616c223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223935353939303030223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a31373a2252696f206772616e646520646f2073756c223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a393a2266697273746e616d65223b733a383a225265756e69c3a36f223b733a383a226c6173746e616d65223b733a393a22506172746975487562223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a323a223134223b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a323a223130223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a323a223134223b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d7d7d),
(324, 114, 'L', 0x613a313a7b693a303b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a323a223134223b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(325, 114, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e4b624e70724b4c74632f464b306d6c4d514f51772f513d3d),
(326, 114, 'R', 0x733a333a2242524c223b),
(327, 114, 'V', 0x31363531313830323831);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(330, 115, 'G', 0x613a313a7b693a303b613a31333a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363531323631383438223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233333831363636323235223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330363b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2265313134373566396133623836363838653962663237336461376237343737352d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207634223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383231223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393634223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333036223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333036223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3131313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a3131313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3131323a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3132363a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31333a2272656c61746976655f70617468223b733a37393a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393033223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36343a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363531353135313436223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a303a22223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363531353135323334223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a303a22223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a393a2270617373776f726431223b733a31323a22202020202020202020202020223b733a393a2270617373776f726432223b733a31323a22202020202020202020202020223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363531353134383338223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d7d733a393a2267726f75705f6b6579223b693a343b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a31303a2253c3a36f205061756c6f223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a31303a2253c3a36f205061756c6f223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d7d7d),
(331, 115, 'L', 0x613a313a7b693a303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(332, 115, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(333, 115, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(334, 116, 'G', 0x613a313a7b693a303b613a31333a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a333437323734353839363b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363531353135383130223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233343732373435383936223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330323b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a333930303b733a31303a2273657373696f6e5f6964223b733a33343a2231646233613439356536313064373662346437623161376664663665363836622d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a31303a2267616c6178795f733231223b733a373a2270726f64756374223b733a31333a2267616c61787920733231207634223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383133223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393536223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333032223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333032223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3130323a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22383030223b733a373a22696d6167655f79223b733a333a22353230223b733a31353a22687474705f696d6167655f70617468223b733a3130323a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3130333a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131373a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31333a2272656c61746976655f70617468223b733a37303a2264657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533353139223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a333930303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a333930303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36343a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363531353135383034223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a303a22223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363531353135323939223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a393a2270617373776f726431223b733a31323a22202020202020202020202020223b733a393a2270617373776f726432223b733a31323a22202020202020202020202020223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363531353134383338223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d7d733a393a2267726f75705f6b6579223b693a343b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a333930303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333437323734353839363b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a333930303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333437323734353839363b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d7d7d),
(335, 116, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(336, 116, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(337, 116, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(338, 117, 'G', 0x613a313a7b693a303b613a31333a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363531353232393832223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233333831363636323235223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330363b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2231646233613439356536313064373662346437623161376664663665363836622d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207634223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383231223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393634223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333036223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333036223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3131313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a3131313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3131323a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3132363a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31333a2272656c61746976655f70617468223b733a37393a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393033223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36343a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363531353232393736223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a303a22223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363531353135383335223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a393a2270617373776f726431223b733a31323a22202020202020202020202020223b733a393a2270617373776f726432223b733a31323a22202020202020202020202020223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363531353134383338223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d7d733a393a2267726f75705f6b6579223b693a343b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b7d693a31303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d7d7d),
(339, 117, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(340, 117, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(341, 117, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(342, 118, 'G', 0x613a313a7b693a303b613a31333a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a333132303232333535303b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363531353233313432223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233313230323233353530223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330333b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2231646233613439356536313064373662346437623161376664663665363836622d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207631223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383135223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393538223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333033223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333033223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a38373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a38373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a38383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3130323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31333a2272656c61746976655f70617468223b733a35353a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383936223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36343a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363531353232393736223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a303a22223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363531353233303035223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a393a2270617373776f726431223b733a31323a22202020202020202020202020223b733a393a2270617373776f726432223b733a31323a22202020202020202020202020223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363531353134383338223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d7d733a393a2267726f75705f6b6579223b693a343b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333132303232333535303b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333132303232333535303b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b7d693a31303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d7d7d),
(343, 118, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(344, 118, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(345, 118, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(346, 119, 'G', 0x613a313a7b693a303b613a31333a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a313335323233323937313b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363531353938393030223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2231333532323332393731223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330353b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2234396163386365323361656263303036653931333933613264363330343965322d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207633223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383139223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393632223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333035223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333035223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3130343a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131383a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31333a2272656c61746976655f70617468223b733a37313a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393030223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36313a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363531353938383732223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a303a22223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363531353233313536223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d7d733a393a2267726f75705f6b6579223b693a343b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a313335323233323937313b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a31303a2253c3a36f205061756c6f223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a313335323233323937313b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a31303a2253c3a36f205061756c6f223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d7d7d),
(347, 119, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(348, 119, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(349, 119, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(350, 120, 'G', 0x613a313a7b693a303b613a31333a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a333437323734353839363b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363531353939313130223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233343732373435383936223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330323b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a333930303b733a31303a2273657373696f6e5f6964223b733a33343a2234396163386365323361656263303036653931333933613264363330343965322d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a31303a2267616c6178795f733231223b733a373a2270726f64756374223b733a31333a2267616c61787920733231207634223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383133223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393536223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333032223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333032223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3130323a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22383030223b733a373a22696d6167655f79223b733a333a22353230223b733a31353a22687474705f696d6167655f70617468223b733a3130323a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3130333a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131373a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31333a2272656c61746976655f70617468223b733a37303a2264657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533353139223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a333930303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a333930303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36323a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363531353938383732223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a303a22223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363531353938393235223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363531353938383933223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d7d733a393a2267726f75705f6b6579223b693a343b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a333930303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333437323734353839363b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a333930303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333437323734353839363b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b7d693a31303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d7d7d),
(351, 120, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(352, 120, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(353, 120, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(354, 121, 'G', 0x613a313a7b693a303b613a31333a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a333132303232333535303b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363531353939333733223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233313230323233353530223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330333b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2234396163386365323361656263303036653931333933613264363330343965322d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207631223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383135223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393538223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333033223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333033223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a38373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a38373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a38383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3130323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31333a2272656c61746976655f70617468223b733a35353a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383936223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36323a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363531353939333638223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a303a22223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363531353939313237223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363531353938383933223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d7d733a393a2267726f75705f6b6579223b693a343b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333132303232333535303b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333132303232333535303b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d7d7d),
(355, 121, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(356, 121, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(357, 121, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(358, 122, 'G', 0x613a313a7b693a303b613a31333a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363531353939343433223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a393a22363634363832363533223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330343b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2234396163386365323361656263303036653931333933613264363330343965322d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207632223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383137223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393630223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333034223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333034223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a39353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a39353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a39363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31333a2272656c61746976655f70617468223b733a36333a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383937223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36323a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363531353939333638223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a303a22223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363531353939333837223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363531353938383933223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d7d733a393a2267726f75705f6b6579223b693a343b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d7d7d),
(359, 122, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(360, 122, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(361, 122, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(362, 123, 'G', 0x613a313a7b693a303b613a31333a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a333132303232333535303b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363531353939363739223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233313230323233353530223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330333b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2234396163386365323361656263303036653931333933613264363330343965322d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207631223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383135223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393538223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333033223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333033223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a38373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a38373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a38383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3130323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31333a2272656c61746976655f70617468223b733a35353a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383936223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36323a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363531353939363735223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a303a22223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363531353939343638223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363531353938383933223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d7d733a393a2267726f75705f6b6579223b693a343b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333132303232333535303b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333132303232333535303b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d7d7d),
(363, 123, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(364, 123, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(365, 123, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(366, 124, 'G', 0x613a313a7b693a303b613a31333a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363531353939393832223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a393a22363634363832363533223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330343b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2234396163386365323361656263303036653931333933613264363330343965322d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207632223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383137223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393630223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333034223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333034223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a39353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a39353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a39363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31333a2272656c61746976655f70617468223b733a36333a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383937223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36323a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363531353939393737223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a303a22223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363531353939363932223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363531353938383933223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d7d733a393a2267726f75705f6b6579223b693a343b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b7d693a31303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d7d7d),
(367, 124, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(368, 124, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(369, 124, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(370, 125, 'G', 0x613a313a7b693a303b613a31333a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a313335323233323937313b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363531363030303736223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2231333532323332393731223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330353b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2234396163386365323361656263303036653931333933613264363330343965322d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207633223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383139223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393632223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333035223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333035223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3130343a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131383a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31333a2272656c61746976655f70617468223b733a37313a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393030223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36323a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363531353939393737223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a303a22223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363531353939393935223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363531353938383933223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d7d733a393a2267726f75705f6b6579223b693a343b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a313335323233323937313b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a313335323233323937313b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b7d693a31303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d7d7d),
(371, 125, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(372, 125, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(373, 125, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(374, 126, 'G', 0x613a313a7b693a303b613a31333a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a323a7b693a3636343638323635333b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363531363838363831223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a393a22363634363832363533223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330343b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2261383538353837313535613136633562653638323363646365396336373636622d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a323a223130223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207632223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383137223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393630223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333034223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333034223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a39353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a39353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a39363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31333a2272656c61746976655f70617468223b733a36333a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383937223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36313a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363531363930333734223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a303a22223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363531363030303935223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d693a3535323833303038343b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363531363033313437223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a393a22353532383330303834223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330303b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a333930303b733a31303a2273657373696f6e5f6964223b733a33343a2262366166393536613962343865326236353666633539353861383665333665362d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a31303a2267616c6178795f733231223b733a373a2270726f64756374223b733a31333a2267616c61787920733231207632223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383039223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393532223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333030223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333030223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a38363a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39642e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22383030223b733a373a22696d6167655f79223b733a333a22353230223b733a31353a22687474705f696d6167655f70617468223b733a38363a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39642e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a38373a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39642e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3130313a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39642e6a7067223b733a31333a2272656c61746976655f70617468223b733a35343a2264657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39642e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533353135223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a333930303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a333930303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36313a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363531363930333734223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a303a22223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363531363030303935223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d7d733a393a2267726f75705f6b6579223b693a343b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a383930303b733a313a2257223b733a353a22322e303030223b733a313a2249223b693a323b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a323a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d693a313b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3535323833303038343b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a31303a2253c3a36f205061756c6f223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a383930303b733a313a2257223b733a353a22322e303030223b733a313a2249223b693a323b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a323a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d693a313b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3535323833303038343b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a31303a2253c3a36f205061756c6f223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32382e3038393939393939393939393939393835373839313435323834373937393936323832353737353134363438343337353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b7d693a31303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a36302e353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a36302e353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d7d7d),
(375, 126, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a36302e353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(376, 126, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(377, 126, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(383, 127, 'G', 0x613a313a7b693a303b613a31333a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a333132303232333535303b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363531363935373537223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233313230323233353530223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330333b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2238376565363133386166343439323462396139616135376465613765666565342d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207631223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383135223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393538223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333033223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333033223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a38373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a38373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a38383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3130323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31333a2272656c61746976655f70617468223b733a35353a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383936223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36323a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363531363936313833223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a303a22223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363531363935393230223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363531363935333234223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d7d733a393a2267726f75705f6b6579223b693a343b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333132303232333535303b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333132303232333535303b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d7d7d),
(384, 127, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(385, 127, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(386, 127, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(387, 128, 'G', 0x613a313a7b693a303b613a31333a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363531363936323036223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a393a22363634363832363533223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330343b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2238376565363133386166343439323462396139616135376465613765666565342d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207632223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383137223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393630223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333034223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333034223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a39353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a39353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a39363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31333a2272656c61746976655f70617468223b733a36333a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383937223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36323a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363531363936313833223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a303a22223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363531363936313934223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363531363935333234223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d7d733a393a2267726f75705f6b6579223b693a343b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d7d7d),
(388, 128, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(389, 128, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(390, 128, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(391, 129, 'G', 0x613a313a7b693a303b613a31333a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363531363936323437223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233333831363636323235223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330363b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2238376565363133386166343439323462396139616135376465613765666565342d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207634223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383231223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393634223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333036223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333036223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3131313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a3131313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3131323a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3132363a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31333a2272656c61746976655f70617468223b733a37393a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393033223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36323a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363531363936313833223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a303a22223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363531363936323332223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363531363935333234223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d7d733a393a2267726f75705f6b6579223b693a343b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d7d7d),
(392, 129, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(393, 129, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(394, 129, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(395, 130, 'G', 0x613a313a7b693a303b613a31333a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363531363937303032223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a393a22363634363832363533223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330343b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2238376565363133386166343439323462396139616135376465613765666565342d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207632223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383137223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393630223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333034223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333034223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a39353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a39353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a39363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31333a2272656c61746976655f70617468223b733a36333a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383937223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36323a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363531363936393935223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a303a22223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363531363936323638223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363531363935333234223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d7d733a393a2267726f75705f6b6579223b693a343b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d7d7d),
(396, 130, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(397, 130, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(398, 130, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(399, 131, 'G', 0x613a313a7b693a303b613a31343a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a393a2267726f75705f6b6579223b693a343b733a393a2277617265686f757365223b693a303b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a31303a2253c3a36f205061756c6f223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a31303a2253c3a36f205061756c6f223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363532313230303937223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233333831363636323235223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330363b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2262326661616133623132666537336138313939393761313739373236356630622d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207634223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383231223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393634223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333036223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333036223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3131313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a3131313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3131323a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3132363a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31333a2272656c61746976655f70617468223b733a37393a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393033223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36343a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363531363936393935223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363531363937303232223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a393a2277617265686f757365223b693a303b7d7d7d7d),
(400, 131, 'L', 0x613a313a7b693a303b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(401, 131, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(402, 131, 'R', 0x733a333a2242524c223b),
(403, 131, 'V', 0x31363532313230353137);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(404, 132, 'G', 0x613a313a7b693a303b613a31343a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a393a2267726f75705f6b6579223b693a343b733a393a2277617265686f757365223b693a303b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a31303a2253c3a36f205061756c6f223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a31303a2253c3a36f205061756c6f223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363532313233303839223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233333831363636323235223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330363b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2235616163373433636235313832656233653533386538623130623239343438332d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207634223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383231223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393634223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333036223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333036223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3131313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a3131313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3131323a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3132363a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31333a2272656c61746976655f70617468223b733a37393a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393033223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36343a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363532313233303535223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363532313230313732223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a393a2277617265686f757365223b693a303b7d7d7d7d),
(405, 132, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(406, 132, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(407, 132, 'R', 0x733a333a2242524c223b),
(408, 132, 'V', 0x31363532313233313234);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(409, 133, 'G', 0x613a313a7b693a303b613a31343a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a393a2267726f75705f6b6579223b693a343b733a393a2277617265686f757365223b693a303b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363532313233363439223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233333831363636323235223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330363b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2235616163373433636235313832656233653533386538623130623239343438332d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207634223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383231223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393634223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333036223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333036223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3131313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a3131313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3131323a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3132363a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31333a2272656c61746976655f70617468223b733a37393a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393033223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36353a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363532313233363339223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363532313233313133223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363532313233303834223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a393a2277617265686f757365223b693a303b7d7d7d7d),
(410, 133, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(411, 133, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(412, 133, 'R', 0x733a333a2242524c223b),
(413, 133, 'V', 0x31363532313233363932);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(429, 134, 'G', 0x613a313a7b693a303b613a31343a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a393a2267726f75705f6b6579223b693a343b733a393a2277617265686f757365223b693a303b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a333930303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333437323734353839363b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a333930303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333437323734353839363b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a383a2270726f6475637473223b613a313a7b693a333437323734353839363b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363532313233383236223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233343732373435383936223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330323b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a333930303b733a31303a2273657373696f6e5f6964223b733a33343a2235616163373433636235313832656233653533386538623130623239343438332d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a31303a2267616c6178795f733231223b733a373a2270726f64756374223b733a31333a2267616c61787920733231207634223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383133223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393536223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333032223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333032223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3130323a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22383030223b733a373a22696d6167655f79223b733a333a22353230223b733a31353a22687474705f696d6167655f70617468223b733a3130323a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3130333a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131373a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31333a2272656c61746976655f70617468223b733a37303a2264657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533353139223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a333930303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a333930303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36353a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363532313234323733223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363532313234323734223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363532313233303834223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a393a2277617265686f757365223b693a303b7d7d7d7d),
(430, 134, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(431, 134, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(432, 134, 'R', 0x733a333a2242524c223b),
(433, 134, 'V', 0x31363532313234343238);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(434, 135, 'G', 0x613a313a7b693a303b613a31343a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a393a2267726f75705f6b6579223b693a343b733a393a2277617265686f757365223b693a303b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363532313234373439223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a393a22363634363832363533223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330343b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2235616163373433636235313832656233653533386538623130623239343438332d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207632223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383137223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393630223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333034223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333034223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a39353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a39353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a39363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31333a2272656c61746976655f70617468223b733a36333a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383937223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36353a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363532313234373339223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363532313234343035223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363532313233303834223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a393a2277617265686f757365223b693a303b7d7d7d7d),
(435, 135, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(436, 135, 'P', 0x54346c5371792b485953553d),
(437, 135, 'R', 0x733a333a2242524c223b),
(438, 135, 'S', 0x31363532313234373830);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(449, 136, 'G', 0x613a313a7b693a303b613a31343a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a393a2267726f75705f6b6579223b693a343b733a393a2277617265686f757365223b693a303b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363532313234373439223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a393a22363634363832363533223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330343b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2235616163373433636235313832656233653533386538623130623239343438332d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207632223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383137223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393630223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333034223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333034223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a39353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a39353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a39363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31333a2272656c61746976655f70617468223b733a36333a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383937223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36353a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363532313234373339223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363532313234383437223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363532313233303834223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a393a2277617265686f757365223b693a303b7d7d7d7d),
(450, 136, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(451, 136, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(452, 136, 'R', 0x733a333a2242524c223b),
(453, 136, 'V', 0x31363532313234383833);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(454, 137, 'G', 0x613a313a7b693a303b613a31343a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a393a2267726f75705f6b6579223b693a343b733a393a2277617265686f757365223b693a303b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a31303a2253c3a36f205061756c6f223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a31303a2253c3a36f205061756c6f223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363532323034363034223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233333831363636323235223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330363b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2261663064666538633536663831663032336566653462643561356638616366302d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207634223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383231223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393634223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333036223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333036223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3131313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a3131313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3131323a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3132363a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31333a2272656c61746976655f70617468223b733a37393a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393033223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36343a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363532313234373339223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363532313234383632223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a393a2277617265686f757365223b693a303b7d7d7d7d),
(455, 137, 'L', 0x613a313a7b693a303b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(456, 137, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(457, 137, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(458, 138, 'G', 0x613a313a7b693a303b613a31343a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a393a2267726f75705f6b6579223b693a343b733a393a2277617265686f757365223b693a303b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a313335323233323937313b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a31303a2253c3a36f205061756c6f223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a313335323233323937313b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a31303a2253c3a36f205061756c6f223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a383a2270726f6475637473223b613a313a7b693a313335323233323937313b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363532323038323734223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2231333532323332393731223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330353b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2266373932626164323530633131613830316264633763636530363764653964352d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207633223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383139223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393632223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333035223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333035223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3130343a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131383a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31333a2272656c61746976655f70617468223b733a37313a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393030223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36343a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363532323038323533223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363532323034363234223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a393a2277617265686f757365223b693a303b7d7d7d7d),
(459, 138, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(460, 138, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(461, 138, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(462, 139, 'G', 0x613a313a7b693a303b613a31343a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a393a2267726f75705f6b6579223b693a343b733a393a2277617265686f757365223b693a303b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363532323038353430223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a393a22363634363832363533223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330343b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2266373932626164323530633131613830316264633763636530363764653964352d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207632223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383137223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393630223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333034223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333034223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a39353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a39353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a39363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31333a2272656c61746976655f70617468223b733a36333a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383937223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36353a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363532323038353731223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363532323038323837223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363532323038323638223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a393a2277617265686f757365223b693a303b7d7d7d7d),
(463, 139, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(464, 139, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(465, 139, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(466, 140, 'G', 0x613a313a7b693a303b613a31343a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a393a2267726f75705f6b6579223b693a343b733a393a2277617265686f757365223b693a303b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b7d693a31303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363532323038373234223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233333831363636323235223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330363b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2266373932626164323530633131613830316264633763636530363764653964352d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207634223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383231223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393634223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333036223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333036223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3131313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a3131313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3131323a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3132363a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31333a2272656c61746976655f70617468223b733a37393a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393033223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36353a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363532323038353731223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363532323038353731223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363532323038323638223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a393a2277617265686f757365223b693a303b7d7d7d7d),
(467, 140, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(468, 140, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(469, 140, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(470, 141, 'G', 0x613a313a7b693a303b613a31343a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a393a2267726f75705f6b6579223b693a343b733a393a2277617265686f757365223b693a303b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b7d693a31303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363532323039313531223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233333831363636323235223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330363b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2266373932626164323530633131613830316264633763636530363764653964352d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207634223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383231223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393634223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333036223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333036223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3131313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a3131313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3131323a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3132363a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31333a2272656c61746976655f70617468223b733a37393a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393033223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36353a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363532323039313436223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363532323038373534223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363532323038323638223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a393a2277617265686f757365223b693a303b7d7d7d7d),
(471, 141, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(472, 141, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(473, 141, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(474, 142, 'G', 0x613a313a7b693a303b613a31343a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a393a2267726f75705f6b6579223b693a343b733a393a2277617265686f757365223b693a303b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b7d693a31303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363532323130353932223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a393a22363634363832363533223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330343b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2266373932626164323530633131613830316264633763636530363764653964352d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207632223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383137223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393630223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333034223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333034223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a39353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a39353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a39363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31333a2272656c61746976655f70617468223b733a36333a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383937223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36353a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363532323130333434223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363532323039313636223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363532323038323638223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a393a2277617265686f757365223b693a303b7d7d7d7d),
(475, 142, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(476, 142, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(477, 142, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(478, 143, 'G', 0x613a313a7b693a303b613a31343a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a393a2267726f75705f6b6579223b693a343b733a393a2277617265686f757365223b693a303b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363532323130373338223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233333831363636323235223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330363b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2266373932626164323530633131613830316264633763636530363764653964352d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207634223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383231223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393634223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333036223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333036223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3131313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a3131313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3131323a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3132363a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31333a2272656c61746976655f70617468223b733a37393a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393033223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36353a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363532323130363832223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363532323130363230223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363532323038323638223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a393a2277617265686f757365223b693a303b7d7d7d7d),
(479, 143, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(480, 143, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(481, 143, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(482, 144, 'G', 0x613a313a7b693a303b613a31343a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a393a2267726f75705f6b6579223b693a343b733a393a2277617265686f757365223b693a303b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a383930303b733a313a2257223b733a353a22322e303030223b733a313a2249223b693a323b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a323a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333437323734353839363b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d693a313b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333132303232333535303b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a383930303b733a313a2257223b733a353a22322e303030223b733a313a2249223b693a323b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a323a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333437323734353839363b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d693a313b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333132303232333535303b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32382e3038393939393939393939393939393835373839313435323834373937393936323832353737353134363438343337353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a36302e353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32382e3038393939393939393939393939393835373839313435323834373937393936323832353737353134363438343337353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a383a2270726f6475637473223b613a323a7b693a333437323734353839363b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363532323130383634223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233343732373435383936223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330323b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a333930303b733a31303a2273657373696f6e5f6964223b733a33343a2266373932626164323530633131613830316264633763636530363764653964352d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a31303a2267616c6178795f733231223b733a373a2270726f64756374223b733a31333a2267616c61787920733231207634223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383133223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393536223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333032223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333032223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3130323a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22383030223b733a373a22696d6167655f79223b733a333a22353230223b733a31353a22687474705f696d6167655f70617468223b733a3130323a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3130333a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131373a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31333a2272656c61746976655f70617468223b733a37303a2264657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533353139223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a333930303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a333930303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36353a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363532323130363832223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363532323130373731223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363532323038323638223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a393a2277617265686f757365223b693a303b7d693a333132303232333535303b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363532323130383638223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233313230323233353530223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330333b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2266373932626164323530633131613830316264633763636530363764653964352d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a323a223130223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207631223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383135223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393538223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333033223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333033223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a38373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a38373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a38383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3130323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31333a2272656c61746976655f70617468223b733a35353a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383936223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36353a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363532323130363832223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363532323130373731223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363532323038323638223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a393a2277617265686f757365223b693a303b7d7d7d7d),
(483, 144, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32382e3038393939393939393939393939393835373839313435323834373937393936323832353737353134363438343337353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(484, 144, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(485, 144, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(486, 145, 'G', 0x613a313a7b693a303b613a31343a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a393a2267726f75705f6b6579223b693a343b733a393a2277617265686f757365223b693a303b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363532323131313537223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233333831363636323235223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330363b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2266373932626164323530633131613830316264633763636530363764653964352d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207634223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383231223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393634223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333036223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333036223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3131313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a3131313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3131323a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3132363a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31333a2272656c61746976655f70617468223b733a37393a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393033223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36353a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363532323131303638223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363532323130393130223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363532323038323638223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a393a2277617265686f757365223b693a303b7d7d7d7d),
(487, 145, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(488, 145, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(489, 145, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(490, 146, 'G', 0x613a313a7b693a303b613a31343a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a393a2267726f75705f6b6579223b693a343b733a393a2277617265686f757365223b693a303b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a313335323233323937313b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a313335323233323937313b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a383a2270726f6475637473223b613a313a7b693a313335323233323937313b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363532323131333333223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2231333532323332393731223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330353b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2266373932626164323530633131613830316264633763636530363764653964352d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207633223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383139223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393632223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333035223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333035223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3130343a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131383a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31333a2272656c61746976655f70617468223b733a37313a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393030223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36353a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363532323131303638223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363532323131323233223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363532323038323638223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a393a2277617265686f757365223b693a303b7d7d7d7d),
(491, 146, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(492, 146, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(493, 146, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(494, 147, 'G', 0x613a313a7b693a303b613a31343a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a393a2267726f75705f6b6579223b693a343b733a393a2277617265686f757365223b693a303b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a383930303b733a313a2257223b733a353a22322e303030223b733a313a2249223b693a323b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a323a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d693a313b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333437323734353839363b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a383930303b733a313a2257223b733a353a22322e303030223b733a313a2249223b693a323b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a323a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d693a313b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333437323734353839363b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32382e3038393939393939393939393939393835373839313435323834373937393936323832353737353134363438343337353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a36302e353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32382e3038393939393939393939393939393835373839313435323834373937393936323832353737353134363438343337353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a383a2270726f6475637473223b613a323a7b693a3636343638323635333b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363532323131353034223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a393a22363634363832363533223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330343b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2266373932626164323530633131613830316264633763636530363764653964352d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207632223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383137223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393630223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333034223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333034223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a39353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a39353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a39363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31333a2272656c61746976655f70617468223b733a36333a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383937223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36353a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363532323131353030223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363532323131333635223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363532323038323638223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a393a2277617265686f757365223b693a303b7d693a333437323734353839363b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363532323131353038223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233343732373435383936223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330323b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a333930303b733a31303a2273657373696f6e5f6964223b733a33343a2266373932626164323530633131613830316264633763636530363764653964352d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a323a223130223b733a31323a2270726f647563745f636f6465223b733a31303a2267616c6178795f733231223b733a373a2270726f64756374223b733a31333a2267616c61787920733231207634223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383133223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393536223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333032223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333032223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3130323a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22383030223b733a373a22696d6167655f79223b733a333a22353230223b733a31353a22687474705f696d6167655f70617468223b733a3130323a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3130333a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131373a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31333a2272656c61746976655f70617468223b733a37303a2264657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533353139223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a333930303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a333930303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36353a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363532323131353030223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363532323131333635223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363532323038323638223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a393a2277617265686f757365223b693a303b7d7d7d7d),
(495, 147, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32382e3038393939393939393939393939393835373839313435323834373937393936323832353737353134363438343337353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(496, 147, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(497, 147, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(498, 148, 'G', 0x613a313a7b693a303b613a31343a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a393a2267726f75705f6b6579223b693a343b733a393a2277617265686f757365223b693a303b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a313335323233323937313b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a313335323233323937313b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a383a2270726f6475637473223b613a313a7b693a313335323233323937313b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363532323132323537223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2231333532323332393731223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330353b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2266373932626164323530633131613830316264633763636530363764653964352d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207633223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383139223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393632223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333035223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333035223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3130343a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131383a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31333a2272656c61746976655f70617468223b733a37313a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393030223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36353a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363532323132323239223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363532323131353235223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363532323038323638223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a393a2277617265686f757365223b693a303b7d7d7d7d),
(499, 148, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(500, 148, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(501, 148, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(502, 149, 'G', 0x613a313a7b693a303b613a31343a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a393a2267726f75705f6b6579223b693a343b733a393a2277617265686f757365223b693a303b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b7d693a31303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363532323132343436223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233333831363636323235223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330363b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2266373932626164323530633131613830316264633763636530363764653964352d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207634223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383231223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393634223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333036223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333036223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3131313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a3131313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3131323a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3132363a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31333a2272656c61746976655f70617468223b733a37393a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393033223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36353a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363532323132323239223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363532323132323734223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363532323038323638223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a393a2277617265686f757365223b693a303b7d7d7d7d),
(503, 149, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(504, 149, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(505, 149, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(506, 150, 'G', 0x613a313a7b693a303b613a31343a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a393a2267726f75705f6b6579223b693a343b733a393a2277617265686f757365223b693a303b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a383a2270726f6475637473223b613a313a7b693a3636343638323635333b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363532323132353735223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a393a22363634363832363533223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330343b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2266373932626164323530633131613830316264633763636530363764653964352d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207632223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383137223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393630223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333034223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333034223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a39353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a39353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a39363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31333a2272656c61746976655f70617468223b733a36333a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383937223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36353a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363532323132353731223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363532323132353035223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363532323038323638223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a393a2277617265686f757365223b693a303b7d7d7d7d),
(507, 150, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(508, 150, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(509, 150, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(510, 151, 'G', 0x613a313a7b693a303b613a31343a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a393a2267726f75705f6b6579223b693a343b733a393a2277617265686f757365223b693a303b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a383930303b733a313a2257223b733a353a22322e303030223b733a313a2249223b693a323b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a323a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d693a313b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333437323734353839363b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a31303a2253c3a36f205061756c6f223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a383930303b733a313a2257223b733a353a22322e303030223b733a313a2249223b693a323b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a323a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333338313636363232353b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d693a313b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333437323734353839363b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a31303a2253c3a36f205061756c6f223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32382e3038393939393939393939393939393835373839313435323834373937393936323832353737353134363438343337353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a36302e353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32382e3038393939393939393939393939393835373839313435323834373937393936323832353737353134363438343337353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a383a2270726f6475637473223b613a323a7b693a333338313636363232353b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363532323132373436223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233333831363636323235223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330363b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2266373932626164323530633131613830316264633763636530363764653964352d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207634223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383231223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393634223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333036223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333036223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3131313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a3131313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3131323a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3132363a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31333a2272656c61746976655f70617468223b733a37393a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35665f61376d702d78382e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393033223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36353a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363532323132353731223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363532323132363039223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363532323038323638223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a393a2277617265686f757365223b693a303b7d693a333437323734353839363b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363532323132373839223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233343732373435383936223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330323b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a333930303b733a31303a2273657373696f6e5f6964223b733a33343a2266373932626164323530633131613830316264633763636530363764653964352d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a323a223130223b733a31323a2270726f647563745f636f6465223b733a31303a2267616c6178795f733231223b733a373a2270726f64756374223b733a31333a2267616c61787920733231207634223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383133223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393536223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333032223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333032223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3130323a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22383030223b733a373a22696d6167655f79223b733a333a22353230223b733a31353a22687474705f696d6167655f70617468223b733a3130323a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3130333a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131373a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31333a2272656c61746976655f70617468223b733a37303a2264657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533353139223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a333930303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a333930303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36353a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363532323132353731223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363532323132363039223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363532323038323638223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a393a2277617265686f757365223b693a303b7d7d7d7d),
(511, 151, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32382e3038393939393939393939393939393835373839313435323834373937393936323832353737353134363438343337353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(512, 151, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(513, 151, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(514, 152, 'G', 0x613a313a7b693a303b613a31343a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a393a2267726f75705f6b6579223b693a343b733a393a2277617265686f757365223b693a303b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333132303232333535303b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a31303a2253c3a36f205061756c6f223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333132303232333535303b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a31303a2253c3a36f205061756c6f223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a383a2270726f6475637473223b613a313a7b693a333132303232333535303b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363532323930343237223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233313230323233353530223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330333b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2235376536643531303865623138646134623030313139336566333763616337312d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207631223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383135223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393538223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333033223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333033223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a38373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a38373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a38383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3130323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31333a2272656c61746976655f70617468223b733a35353a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383936223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36343a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363532323135333133223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363532323132383235223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a393a2277617265686f757365223b693a303b7d7d7d7d),
(515, 152, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(516, 152, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(517, 152, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(518, 153, 'G', 0x613a313a7b693a303b613a31343a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a393a2267726f75705f6b6579223b693a343b733a393a2277617265686f757365223b693a303b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a333930303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333437323734353839363b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a333930303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333437323734353839363b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a333930303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a383a2270726f6475637473223b613a313a7b693a333437323734353839363b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363532323930363231223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233343732373435383936223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330323b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a333930303b733a31303a2273657373696f6e5f6964223b733a33343a2235376536643531303865623138646134623030313139336566333763616337312d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a31303a2267616c6178795f733231223b733a373a2270726f64756374223b733a31333a2267616c61787920733231207634223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383133223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393536223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333032223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333032223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3130323a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22383030223b733a373a22696d6167655f79223b733a333a22353230223b733a31353a22687474705f696d6167655f70617468223b733a3130323a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3130333a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131373a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31333a2272656c61746976655f70617468223b733a37303a2264657461696c65642f322f323032312d67616c6178792d7332315f3130397a2d7a765f73386c6e2d76735f673464342d39645f30316f702d6e725f636272742d70652e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533353139223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a333930303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a333930303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36353a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363532323135333133223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363532323930343535223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363532323930343232223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a393a2277617265686f757365223b693a303b7d7d7d7d),
(519, 153, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(520, 153, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(521, 153, 'R', 0x733a333a2242524c223b);
INSERT INTO `partiushop_order_data` (`order_data_id`, `order_id`, `type`, `data`) VALUES
(522, 154, 'G', 0x613a313a7b693a303b613a31343a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a393a2267726f75705f6b6579223b693a343b733a393a2277617265686f757365223b693a303b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a313335323233323937313b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a313335323233323937313b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a393a7b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d693a31303b613a32303a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a34382e33383030303030303030303030303235353739353338343837333633363036363931333630343733363332383132353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2233223b733a31313a2274617865645f7072696365223b693a303b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d733a383a2270726f6475637473223b613a313a7b693a313335323233323937313b613a34343a7b733a373a22757365725f6964223b733a323a223335223b733a393a2274696d657374616d70223b733a31303a2231363532323930373638223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2231333532323332393731223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330353b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2235376536643531303865623138646134623030313139336566333763616337312d43223b733a31303a2269705f61646472657373223b733a383a223264623538343231223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207633223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383139223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393632223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333035223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333035223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3130343a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131383a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31333a2272656c61746976655f70617468223b733a37313a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a363a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393030223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36353a7b733a373a22757365725f6964223b733a323a223335223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3335223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363531303836353533223b733a383a2270617373776f7264223b733a36303a22243279243130244f6b367436414d464e5677504e5662573350506e554f38476b4c3759475a6376594b6e6b55543635627738696b7438456372587157223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a343a225275616e223b733a383a226c6173746e616d65223b733a353a2253696c7661223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32353a227275616e77647373696c766569726140676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a393a22393436383634383030223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363531303836353533223b733a373a226170695f6b6579223b733a303a22223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363532323930373631223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223336223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a225275616e223b733a31303a22625f6c6173746e616d65223b733a353a2253696c7661223b733a393a22625f61646472657373223b733a31303a225275612063616e656c61223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a224d61676973746572696f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223935353939303030223b733a373a22625f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31313a22735f66697273746e616d65223b733a343a225275616e223b733a31303a22735f6c6173746e616d65223b733a353a2253696c7661223b733a393a22735f61646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31343a224a617264696d2053756d6172c3a9223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a31303a2253c3a36f205061756c6f223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223136303135323434223b733a373a22735f70686f6e65223b733a31373a222b35352835312939393537372d38333931223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363532323930363530223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22343538313530343539223b693a35333b733a31313a223333343437353338323739223b693a35343b733a31313a223333343437353338323739223b7d733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b733a313a2231223b733a383a2266756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a22625f66756c6c6e616d65223b733a31303a225275616e2053696c7661223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363532323930343232223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a393a2277617265686f757365223b693a303b7d7d7d7d),
(523, 154, 'L', 0x613a313a7b693a303b613a32313a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32332e363730303030303030303030303031373035333032353635383234323430343436303930363938323432313837353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2237223b733a31313a2274617865645f7072696365223b693a303b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d),
(524, 154, 'P', 0x39434670342b694547544f356341624c5939533546386750564962315a694a6e582f4a38784635784236534c6854752f6b424f2b4a77354b443641753048417279304c74617455473676733d),
(525, 154, 'R', 0x733a333a2242524c223b);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_order_details`
--

CREATE TABLE `partiushop_order_details` (
  `item_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `order_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `product_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `product_code` varchar(64) NOT NULL DEFAULT '',
  `price` decimal(12,2) NOT NULL DEFAULT 0.00,
  `amount` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `extra` longblob NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_order_details`
--

INSERT INTO `partiushop_order_details` (`item_id`, `order_id`, `product_id`, `product_code`, `price`, `amount`, `extra`) VALUES
(9159054, 102, 286, '123456', '10.00', 1, 0x613a31313a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a31303b733a353a227072696365223b643a31303b733a31333a22646973706c61795f7072696365223b643a31303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a353a225465737465223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a31303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(9159054, 103, 286, '123456', '10.00', 1, 0x613a31313a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a31303b733a353a227072696365223b643a31303b733a31333a22646973706c61795f7072696365223b643a31303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a353a225465737465223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a31303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(9159054, 104, 286, '123456', '10.00', 1, 0x613a31313a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a31303b733a353a227072696365223b643a31303b733a31333a22646973706c61795f7072696365223b643a31303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a353a225465737465223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a31303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(9159054, 105, 286, '123456', '10.00', 1, 0x613a31313a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a31303b733a353a227072696365223b643a31303b733a31333a22646973706c61795f7072696365223b643a31303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a353a225465737465223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a31303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(428929231, 107, 296, 'iphone_12', '5000.00', 2, 0x613a31313a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a31303030303b733a353a227072696365223b643a31303030303b733a31333a22646973706c61795f7072696365223b643a31303030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a393a226950686f6e65203132223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(552830084, 107, 300, 'galaxy_s21', '3900.00', 1, 0x613a31313a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31333a2267616c61787920733231207632223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a333930303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(552830084, 108, 300, 'galaxy_s21', '3900.00', 1, 0x613a31313a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31333a2267616c61787920733231207632223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a333930303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(552830084, 111, 300, 'galaxy_s21', '3900.00', 1, 0x613a31343a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533353135223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31333a2267616c61787920733231207632223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a333930303b733a31323a2273746f7265645f7072696365223b733a313a224e223b733a373a2272657475726e73223b613a313a7b693a313b613a323a7b733a363a22616d6f756e74223b733a313a2231223b733a363a22737461747573223b733a313a2252223b7d7d7d),
(552830084, 112, 300, 'galaxy_s21', '3900.00', 1, 0x613a31343a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533353135223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31333a2267616c61787920733231207632223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a333930303b733a31323a2273746f7265645f7072696365223b733a313a224e223b733a373a2272657475726e73223b613a313a7b693a323b613a323a7b733a363a22616d6f756e74223b733a313a2231223b733a363a22737461747573223b733a313a2241223b7d7d7d),
(552830084, 126, 300, 'galaxy_s21', '3900.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533353135223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31333a2267616c61787920733231207632223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a333930303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(664682653, 107, 304, 'iphone_12', '5000.00', 1, 0x613a31313a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207632223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(664682653, 110, 304, 'iphone_12', '5000.00', 1, 0x613a31323a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383937223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207632223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(664682653, 122, 304, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383937223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207632223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(664682653, 124, 304, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383937223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207632223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(664682653, 126, 304, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383937223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207632223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(664682653, 128, 304, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383937223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207632223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(664682653, 130, 304, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383937223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207632223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(664682653, 135, 304, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383937223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207632223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(664682653, 136, 304, 'iphone_12', '5000.00', 1, 0x613a31343a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383937223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207632223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b733a373a2272657475726e73223b613a313a7b693a383b613a323a7b733a363a22616d6f756e74223b733a313a2231223b733a363a22737461747573223b733a313a2241223b7d7d7d),
(664682653, 139, 304, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383937223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207632223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(664682653, 142, 304, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383937223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207632223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(664682653, 147, 304, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383937223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207632223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(664682653, 150, 304, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383937223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207632223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(1352232971, 109, 305, 'iphone_12', '5000.00', 1, 0x613a31313a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207633223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(1352232971, 119, 305, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393030223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207633223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(1352232971, 125, 305, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393030223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207633223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(1352232971, 138, 305, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393030223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207633223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(1352232971, 146, 305, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393030223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207633223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(1352232971, 148, 305, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393030223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207633223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(1352232971, 154, 305, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393030223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207633223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(1855438937, 106, 297, 'galaxy_s21', '3900.00', 1, 0x613a31313a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31303a2267616c61787920733231223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a333930303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(1855438937, 107, 297, 'galaxy_s21', '3900.00', 1, 0x613a31313a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31303a2267616c61787920733231223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a333930303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(2005725464, 101, 287, '123456', '10.00', 1, 0x613a31313a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a31303b733a353a227072696365223b643a31303b733a31333a22646973706c61795f7072696365223b643a31303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a22426f6c616368696e68612032223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a31303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(3120223550, 107, 303, 'iphone_12', '5000.00', 1, 0x613a31313a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207631223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(3120223550, 118, 303, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383936223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207631223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(3120223550, 121, 303, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383936223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207631223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(3120223550, 123, 303, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383936223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207631223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(3120223550, 127, 303, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383936223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207631223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(3120223550, 144, 303, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383936223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207631223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(3120223550, 152, 303, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383936223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207631223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(3381666225, 113, 306, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393033223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207634223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(3381666225, 115, 306, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393033223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207634223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(3381666225, 117, 306, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393033223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207634223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(3381666225, 129, 306, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393033223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207634223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(3381666225, 131, 306, 'iphone_12', '5000.00', 1, 0x613a31343a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393033223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207634223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b733a373a2272657475726e73223b613a313a7b693a343b613a323a7b733a363a22616d6f756e74223b733a313a2231223b733a363a22737461747573223b733a313a2241223b7d7d7d),
(3381666225, 132, 306, 'iphone_12', '5000.00', 1, 0x613a31343a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393033223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207634223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b733a373a2272657475726e73223b613a313a7b693a353b613a323a7b733a363a22616d6f756e74223b733a313a2231223b733a363a22737461747573223b733a313a2241223b7d7d7d),
(3381666225, 133, 306, 'iphone_12', '5000.00', 1, 0x613a31343a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393033223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207634223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b733a373a2272657475726e73223b613a313a7b693a363b613a323a7b733a363a22616d6f756e74223b733a313a2231223b733a363a22737461747573223b733a313a2252223b7d7d7d),
(3381666225, 137, 306, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393033223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207634223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(3381666225, 140, 306, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393033223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207634223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(3381666225, 141, 306, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393033223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207634223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(3381666225, 143, 306, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393033223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207634223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(3381666225, 145, 306, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393033223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207634223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(3381666225, 149, 306, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393033223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207634223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(3381666225, 151, 306, 'iphone_12', '5000.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393033223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31323a226950686f6e65203132207634223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d);
INSERT INTO `partiushop_order_details` (`item_id`, `order_id`, `product_id`, `product_code`, `price`, `amount`, `extra`) VALUES
(3472745896, 114, 302, 'galaxy_s21', '3900.00', 1, 0x613a31343a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533353139223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31333a2267616c61787920733231207634223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a333930303b733a31323a2273746f7265645f7072696365223b733a313a224e223b733a373a2272657475726e73223b613a313a7b693a333b613a323a7b733a363a22616d6f756e74223b733a313a2231223b733a363a22737461747573223b733a313a2252223b7d7d7d),
(3472745896, 116, 302, 'galaxy_s21', '3900.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533353139223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31333a2267616c61787920733231207634223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a333930303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(3472745896, 120, 302, 'galaxy_s21', '3900.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533353139223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31333a2267616c61787920733231207634223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a333930303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(3472745896, 134, 302, 'galaxy_s21', '3900.00', 1, 0x613a31343a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533353139223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31333a2267616c61787920733231207634223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a333930303b733a31323a2273746f7265645f7072696365223b733a313a224e223b733a373a2272657475726e73223b613a313a7b693a373b613a323a7b733a363a22616d6f756e74223b733a313a2231223b733a363a22737461747573223b733a313a2241223b7d7d7d),
(3472745896, 144, 302, 'galaxy_s21', '3900.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533353139223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31333a2267616c61787920733231207634223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a333930303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(3472745896, 147, 302, 'galaxy_s21', '3900.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533353139223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31333a2267616c61787920733231207634223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a333930303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(3472745896, 151, 302, 'galaxy_s21', '3900.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533353139223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31333a2267616c61787920733231207634223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a333930303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d),
(3472745896, 153, 302, 'galaxy_s21', '3900.00', 1, 0x613a31333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533353139223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a333930303b733a353a227072696365223b643a333930303b733a31333a22646973706c61795f7072696365223b643a333930303b7d733a393a2267726f75705f6b6579223b693a303b733a373a2270726f64756374223b733a31333a2267616c61787920733231207634223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a22626173655f7072696365223b643a333930303b733a31323a2273746f7265645f7072696365223b733a313a224e223b7d);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_order_docs`
--

CREATE TABLE `partiushop_order_docs` (
  `doc_id` mediumint(8) UNSIGNED NOT NULL,
  `type` char(1) NOT NULL DEFAULT 'I',
  `order_id` mediumint(8) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_order_transactions`
--

CREATE TABLE `partiushop_order_transactions` (
  `payment_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `transaction_id` varchar(255) NOT NULL DEFAULT '',
  `status` char(1) NOT NULL DEFAULT '',
  `extra` longblob NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_original_values`
--

CREATE TABLE `partiushop_original_values` (
  `msgctxt` varchar(128) NOT NULL DEFAULT '',
  `msgid` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_original_values`
--

INSERT INTO `partiushop_original_values` (`msgctxt`, `msgid`) VALUES
('Addons::description::abt__unitheme2', 'abt__unitheme2_description'),
('Addons::description::abt__unitheme2_mv', 'abt__unitheme2_mv_description'),
('Addons::description::ab__addons_manager', 'Manage add-ons by AlexBranding team. Install and check for updates, get to know our new products. To use add-ons by AlexBranding team, this add-on should always be turned on.'),
('Addons::description::ab__category_banners', 'ab__category_banners_description'),
('Addons::description::ab__deal_of_the_day', 'ab__deal_of_the_day_description'),
('Addons::description::ab__fast_navigation', 'ab__fast_navigation_description'),
('Addons::description::ab__hide_product_description', 'ab__hide_product_description_description'),
('Addons::description::ab__landing_categories', 'ab__landing_categories_description'),
('Addons::description::ab__motivation_block', 'ab__motivation_block_description'),
('Addons::description::ab__scroll_to_top', 'ab__scroll_to_top_description'),
('Addons::description::ab__search_motivation', 'ab__search_motivation_description'),
('Addons::description::ab__video_gallery', 'ab__video_gallery_description'),
('Addons::description::access_restrictions', 'Lets you limit storefront and administrator area access to certain IP-addresses with different options'),
('Addons::description::advanced_import', 'Allows you to match the fields in the imported file with the product properties. These matchings and other import settings can also be saved as presets for later use.'),
('Addons::description::age_verification', 'Toggles age restriction rules for products and categories'),
('Addons::description::agilecrm', 'Agile CRM is an all-in-one, affordable and next-gen Customer Relationship Management (CRM) software with marketing, sales and service automation, built with love for small businesses.'),
('Addons::description::attachments', 'Makes it possible to attach files to products'),
('Addons::description::backend_google_auth', 'Replaces the standard back-end sign-in mechanism with authentication via Google accounts.'),
('Addons::description::banners', 'Allows you to create text and visual banners'),
('Addons::description::barcode', 'Makes it possible to configure and attach barcodes to orders'),
('Addons::description::bestsellers', 'Collects best selling & on sale product data and adds block fillings to show such products'),
('Addons::description::blog', 'Lets you start your blog easily'),
('Addons::description::buy_together', 'Allows you to set up share discounts on certain product combinations'),
('Addons::description::call_requests', 'Adds the \"Buy now with one click\" and \"Request call\" buttons'),
('Addons::description::catalog_mode', 'Allows you to use the store as a product catalog'),
('Addons::description::cscart_uvdesk', 'Ticket managing system'),
('Addons::description::customers_also_bought', 'Makes it possible to create a special block for the products often purchased along with the current one'),
('Addons::description::data_feeds', 'Makes it possible to create product data feeds in CSV'),
('Addons::description::discussion', 'Lets customers leave comments to categories, pages, etc., review vendors and write testimonials'),
('Addons::description::email_marketing', 'Synchronizes your newsletter subscriber lists with MailChimp and Mad Mimi'),
('Addons::description::energothemes_license', 'Add the required license number to the VIVAshop theme. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>'),
('Addons::description::et_banners', 'Design professional responsive banners by adding custom text, colors, buttons and backgrounds, as well as create different banners for desktop and mobile devices. Developed by <a href=\"https://www.energothemes.com/\"target=\"_blank\">EnergoThemes</a>'),
('Addons::description::et_category_banner', 'Easily assign banners to any store category, directly from the category editing page. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>'),
('Addons::description::et_extended_ratings', 'Extend the default functionalities for product, category and vendor ratings. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>'),
('Addons::description::et_featured_product_banner_tabs', 'Create unlimited custom tabs with products, product scrollers, and banners. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>'),
('Addons::description::et_mega_menu', 'Add category icons/images, mini-description, labels, subcategory thumbnails, as well as mega menu images. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>'),
('Addons::description::et_mega_menu_featured_products', 'Add featured products/product sliders inside the ET Advanced Mega Menu. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>'),
('Addons::description::et_quick_info', 'Add unlimited number of customizable blocks with quick information on the right side of the product page. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>'),
('Addons::description::et_search', 'Adds category filter to the main search input. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>'),
('Addons::description::et_vivashop_mv_functionality', 'Adds powerful functionality to Multi-Vendor. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>'),
('Addons::description::et_vivashop_mv_seo', 'Adds Search engine-friendly URLs support for the Vendor store. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>'),
('Addons::description::et_vivashop_settings', 'Add your own custom settings to the VIVAshop theme. Developed by <a href=\"https://www.energothemes.com/\" target=\"_blank\">EnergoThemes</a>'),
('Addons::description::facebook_pixel', 'Integrates a Facebook Pixel with the store'),
('Addons::description::form_builder', 'Lets you create custom forms (e.g. Contact us)'),
('Addons::description::geo_maps', 'Enables Google or Yandex maps and geolocation functionality in your store.'),
('Addons::description::gift_certificates', 'Adds a built-in gift certificate system'),
('Addons::description::google_analytics', 'Integrates a Google Analytics service with the store'),
('Addons::description::google_sitemap', 'Creates a sitemap.xml for Google'),
('Addons::description::graphql_api', 'Provides administrators and vendors with the ability to manage products via GraphQL API endpoint'),
('Addons::description::help_tutorial', 'Enables on-site video tutorials in the admin panel'),
('Addons::description::hidpi', 'Support for Retina displays'),
('Addons::description::hybrid_auth', 'Adds the Social Login feature; allows customers use Facebook, Twitter, etc. to log in on the store'),
('Addons::description::image_zoom', 'Shows zoomed image on product image hover'),
('Addons::description::janrain', 'Adds the Social Login feature; allows customers use Facebook, Twitter, etc. to log in on the store'),
('Addons::description::livechat', 'LiveChat is a premium live chat and help desk software for customer service and online sales.'),
('Addons::description::master_products', 'Allows you to create a single product base: vendors choose which of the existing products they sell.'),
('Addons::description::mobile_app', 'Configure your mobile app for Android and iOS, download the config, and send it to us via Help Desk. We\'ll build and publish the app; for a fee, we can put you as the app developer. With access to the source code, you can publish the app yourself.'),
('Addons::description::mve_plus', 'Enables the functionality available only in the Multi-Vendor Plus edition.'),
('Addons::description::my_changes', 'A dummy add-on for easier hook design editing'),
('Addons::description::newsletters', 'Lets you configure newsletter sending'),
('Addons::description::paypal', 'Lets you accept payments via PayPal Express Checkout, PayPal Pro, PayPal Standard, PayPal Advanced, and PayPal Payflow Pro.'),
('Addons::description::pdf_documents', 'Handles the generation of all PDF files. We offer it as a free service and generate PDFs on our own server WITHOUT keeping any data.'),
('Addons::description::polls', 'Adds a possibility to add customized polls to the site'),
('Addons::description::populatiry_column', 'Popularity column for testing purposes'),
('Addons::description::price_list', 'Generates configurable price list in PDF or XLS'),
('Addons::description::product_reviews', 'Allows your customers to leave reviews for products. That can build up trust, provide social proof, and add user-generated content to your site.'),
('Addons::description::product_variations', 'Create products with different feature variants (for example, a different color or size), and let customers select the desired variant.'),
('Addons::description::recaptcha', 'Adds the support of Google reCAPTCHA to protect your store against bots'),
('Addons::description::required_products', 'Makes it possible to specify products required for purchase'),
('Addons::description::reward_points', 'Lets customers earn and spend points for purchases'),
('Addons::description::rma', 'Adds a return management system'),
('Addons::description::rss_feed', 'Generates RSS feeds for products and blog posts'),
('Addons::description::seo', 'Adds Search engine-friendly URLs support'),
('Addons::description::social_buttons', 'Adds the buttons for sharing products and pages in social media (Twitter, Facebook, etc.). Helps social networks and messengers to display better previews for the links to your site'),
('Addons::description::storefront_rest_api', 'Provides REST API entities'),
('Addons::description::store_locator', 'Allows you to mark your physical stores on the map and offer your customers to collect orders from there, if a corresponding shipping method is configured.'),
('Addons::description::suppliers', 'Adds supplier assignment support to products'),
('Addons::description::tags', 'Enables product tags'),
('Addons::description::tech_support_chat', 'Adds live chat with the technical support team in the Administration panel'),
('Addons::description::vendor_communication', 'Allows customers, vendors, and administrators to contact each other via the built-in chat.'),
('Addons::description::vendor_data_premoderation', 'Lets you pre-moderate vendors activity'),
('Addons::description::vendor_debt_payout', 'Restricts the functionality of vendors\' admin panels under certain conditions and enables your vendors to pay their fees and debts from their admin panel dashboards. It is as easy as purchasing a product from the storefront.'),
('Addons::description::vendor_locations', 'Allows vendors to specify their addresses, so that customers can see distance to vendors and filter products and vendors by their locations.'),
('Addons::description::vendor_panel_configurator', 'Simplifies the vendor panel by showing vendors only the fields and menus that they need to see.'),
('Addons::description::vendor_plans', 'Create plans with different restrictions and prices for your vendors'),
('Addons::description::vendor_privileges', 'Allows you to create user groups for vendors\' administrators.'),
('Addons::description::vendor_terms', 'Allows vendors to specify terms and conditions that the customers must agree with when buying from those vendors'),
('Addons::description::warehouses', 'Lets you set product stock separately for each store and warehouse. Shows to customers the availability of a product in stores or in particular rate areas.'),
('Addons::description::watermarks', 'Allows you to add watermarks to product and category images'),
('Addons::description::wishlist', 'Lets customers store items in personal wish lists'),
('Addons::name::abt__unitheme2', 'abt__unitheme2'),
('Addons::name::abt__unitheme2_mv', 'abt__unitheme2_mv'),
('Addons::name::ab__addons_manager', 'AB: Add-ons Manager by AlexBranding team'),
('Addons::name::ab__category_banners', 'ab__category_banners'),
('Addons::name::ab__deal_of_the_day', 'ab__deal_of_the_day'),
('Addons::name::ab__fast_navigation', 'ab__fast_navigation'),
('Addons::name::ab__hide_product_description', 'ab__hide_product_description'),
('Addons::name::ab__landing_categories', 'ab__landing_categories'),
('Addons::name::ab__motivation_block', 'ab__motivation_block'),
('Addons::name::ab__scroll_to_top', 'ab__scroll_to_top'),
('Addons::name::ab__search_motivation', 'ab__search_motivation'),
('Addons::name::ab__video_gallery', 'ab__video_gallery'),
('Addons::name::access_restrictions', 'Access restrictions'),
('Addons::name::advanced_import', 'Advanced products import'),
('Addons::name::age_verification', 'Age verification'),
('Addons::name::agilecrm', 'Agile CRM'),
('Addons::name::attachments', 'Attachments'),
('Addons::name::backend_google_auth', 'Back-End Sign-In via Google'),
('Addons::name::banners', 'Banners management'),
('Addons::name::barcode', 'Order barcode'),
('Addons::name::bestsellers', 'Bestsellers & On-Sale Products'),
('Addons::name::blog', 'Blog'),
('Addons::name::buy_together', 'Buy together [Deprecated]'),
('Addons::name::call_requests', 'Call requests'),
('Addons::name::catalog_mode', 'Catalog mode'),
('Addons::name::cscart_uvdesk', 'UVDesk'),
('Addons::name::customers_also_bought', 'Customers also bought'),
('Addons::name::data_feeds', 'Data feeds'),
('Addons::name::discussion', 'Comments and reviews'),
('Addons::name::email_marketing', 'E-mail marketing'),
('Addons::name::energothemes_license', 'ET - VIVAshop License'),
('Addons::name::et_banners', 'ET - Extended Banners Pro'),
('Addons::name::et_category_banner', 'ET - Category banners'),
('Addons::name::et_extended_ratings', 'ET - Extended Ratings'),
('Addons::name::et_featured_product_banner_tabs', 'ET - Featured product and banner tabs'),
('Addons::name::et_mega_menu', 'ET - Advanced Mega Menu'),
('Addons::name::et_mega_menu_featured_products', 'ET - Featured Mega Menu Products'),
('Addons::name::et_quick_info', 'ET - Product page quick info'),
('Addons::name::et_search', 'ET - Category Search'),
('Addons::name::et_vivashop_mv_functionality', 'ET - Advanced Multi-Vendor'),
('Addons::name::et_vivashop_mv_seo', 'ET - SEO links for vendor stores'),
('Addons::name::et_vivashop_settings', 'ET - VIVAshop settings'),
('Addons::name::facebook_pixel', 'Facebook Pixel'),
('Addons::name::form_builder', 'Form builder'),
('Addons::name::geo_maps', 'Maps and geolocation'),
('Addons::name::gift_certificates', 'Gift certificates'),
('Addons::name::google_analytics', 'Google Analytics'),
('Addons::name::google_sitemap', 'Google sitemap'),
('Addons::name::graphql_api', 'GraphQL API'),
('Addons::name::help_tutorial', 'Video tutorials'),
('Addons::name::hidpi', 'HiDPI displays support'),
('Addons::name::hybrid_auth', 'Social login'),
('Addons::name::image_zoom', 'Image zoom'),
('Addons::name::janrain', 'Janrain'),
('Addons::name::livechat', 'LiveChat'),
('Addons::name::master_products', 'Common Products for Vendors'),
('Addons::name::mobile_app', 'Mobile application'),
('Addons::name::mve_plus', 'Multi-Vendor Plus Functionality'),
('Addons::name::my_changes', 'My changes'),
('Addons::name::newsletters', 'Newsletters'),
('Addons::name::paypal', 'PayPal payments'),
('Addons::name::pdf_documents', 'PDF Documents'),
('Addons::name::polls', 'Polls'),
('Addons::name::populatiry_column', 'Popularity column'),
('Addons::name::price_list', 'Price list'),
('Addons::name::product_reviews', 'Product reviews'),
('Addons::name::product_variations', 'Product Variations'),
('Addons::name::recaptcha', 'Google reCAPTCHA'),
('Addons::name::required_products', 'Required products'),
('Addons::name::reward_points', 'Reward points'),
('Addons::name::rma', 'RMA'),
('Addons::name::rss_feed', 'RSS feed'),
('Addons::name::seo', 'SEO'),
('Addons::name::social_buttons', 'Social buttons'),
('Addons::name::storefront_rest_api', 'Storefront REST API'),
('Addons::name::store_locator', 'Stores and pickup points'),
('Addons::name::suppliers', 'Suppliers'),
('Addons::name::tags', 'Tags'),
('Addons::name::tech_support_chat', 'Technical support chat'),
('Addons::name::vendor_communication', 'Message center'),
('Addons::name::vendor_data_premoderation', 'Vendor data premoderation'),
('Addons::name::vendor_debt_payout', 'Vendor-to-admin payments'),
('Addons::name::vendor_locations', 'Vendor locations [Beta]'),
('Addons::name::vendor_panel_configurator', 'Vendor panel configurator'),
('Addons::name::vendor_plans', 'Vendor plans'),
('Addons::name::vendor_privileges', 'Vendor Privileges'),
('Addons::name::vendor_terms', 'Vendor\'s terms and conditions'),
('Addons::name::warehouses', 'Warehouses'),
('Addons::name::watermarks', 'Watermarks'),
('Addons::name::wishlist', 'Wish List'),
('Languages::2co_enable_fraud_verification', 'Enable support of fraud notification'),
('Languages::2co_fraud_fail', 'Status for orders with failed fraud review'),
('Languages::2co_fraud_wait', 'Status for orders waiting for fraud review'),
('Languages::3d_secure', '3-D Secure'),
('Languages::404', 'The 404 Not Found error message'),
('Languages::about_us', 'About us'),
('Languages::absolute', 'Absolute'),
('Languages::absolute_commissions_instructions', '<a href=\"http://docs.cs-cart.com/4.3.x/user_guide/addons/vendor_commission/vendor_commissions_and_plans.html\" target=\"_blank\">Upgrading from 4.3.x to 4.4.x: Vendor Commissions and Vendor Plans</a>'),
('Languages::abt_menu_ajax_load', 'abt_menu_ajax_load'),
('Languages::abt_menu_ajax_load.tooltip', 'abt_menu_ajax_load.tooltip'),
('Languages::abt_menu_icon_items', 'abt_menu_icon_items'),
('Languages::abt_menu_icon_items.tooltip', 'abt_menu_icon_items.tooltip'),
('Languages::abt_menu_long_names', 'abt_menu_long_names'),
('Languages::abt_menu_long_names.tooltip', 'abt_menu_long_names.tooltip'),
('Languages::abt_menu_long_names_max_width', 'abt_menu_long_names_max_width'),
('Languages::abt_menu_long_names_max_width.tooltip', 'abt_menu_long_names_max_width.tooltip'),
('Languages::abt__unitheme2', 'abt__unitheme2'),
('Languages::abt__unitheme2.settings', 'abt__unitheme2.settings'),
('Languages::abt__unitheme2_mv', 'abt__unitheme2_mv'),
('Languages::abt__ut2.addon_social_buttons.share', 'abt__ut2.addon_social_buttons.share'),
('Languages::abt__ut2.add_to_cart', 'abt__ut2.add_to_cart'),
('Languages::abt__ut2.add_to_wishlist.tooltip', 'abt__ut2.add_to_wishlist.tooltip'),
('Languages::abt__ut2.banner.color_use', 'abt__ut2.banner.color_use'),
('Languages::abt__ut2.banner.params.avail_from', 'abt__ut2.banner.params.avail_from'),
('Languages::abt__ut2.banner.params.avail_till', 'abt__ut2.banner.params.avail_till'),
('Languages::abt__ut2.banner.params.background_color', 'abt__ut2.banner.params.background_color'),
('Languages::abt__ut2.banner.params.background_color.tooltip', 'abt__ut2.banner.params.background_color.tooltip'),
('Languages::abt__ut2.banner.params.background_image', 'abt__ut2.banner.params.background_image'),
('Languages::abt__ut2.banner.params.background_image_size', 'abt__ut2.banner.params.background_image_size'),
('Languages::abt__ut2.banner.params.background_image_size.tooltip', 'abt__ut2.banner.params.background_image_size.tooltip'),
('Languages::abt__ut2.banner.params.background_image_size.variants.contain', 'abt__ut2.banner.params.background_image_size.variants.contain'),
('Languages::abt__ut2.banner.params.background_image_size.variants.cover', 'abt__ut2.banner.params.background_image_size.variants.cover'),
('Languages::abt__ut2.banner.params.button_color', 'abt__ut2.banner.params.button_color'),
('Languages::abt__ut2.banner.params.button_color.tooltip', 'abt__ut2.banner.params.button_color.tooltip'),
('Languages::abt__ut2.banner.params.button_text', 'abt__ut2.banner.params.button_text'),
('Languages::abt__ut2.banner.params.button_text_color', 'abt__ut2.banner.params.button_text_color'),
('Languages::abt__ut2.banner.params.button_text_color.tooltip', 'abt__ut2.banner.params.button_text_color.tooltip'),
('Languages::abt__ut2.banner.params.button_use', 'abt__ut2.banner.params.button_use'),
('Languages::abt__ut2.banner.params.button_use.tooltip', 'abt__ut2.banner.params.button_use.tooltip'),
('Languages::abt__ut2.banner.params.class', 'abt__ut2.banner.params.class'),
('Languages::abt__ut2.banner.params.color_scheme', 'abt__ut2.banner.params.color_scheme'),
('Languages::abt__ut2.banner.params.color_scheme.tooltip', 'abt__ut2.banner.params.color_scheme.tooltip'),
('Languages::abt__ut2.banner.params.color_scheme.variants.dark', 'abt__ut2.banner.params.color_scheme.variants.dark'),
('Languages::abt__ut2.banner.params.color_scheme.variants.light', 'abt__ut2.banner.params.color_scheme.variants.light'),
('Languages::abt__ut2.banner.params.content_align', 'abt__ut2.banner.params.content_align'),
('Languages::abt__ut2.banner.params.content_align.tooltip', 'abt__ut2.banner.params.content_align.tooltip'),
('Languages::abt__ut2.banner.params.content_align.variants.center', 'abt__ut2.banner.params.content_align.variants.center'),
('Languages::abt__ut2.banner.params.content_align.variants.left', 'abt__ut2.banner.params.content_align.variants.left'),
('Languages::abt__ut2.banner.params.content_align.variants.right', 'abt__ut2.banner.params.content_align.variants.right'),
('Languages::abt__ut2.banner.params.content_bg', 'abt__ut2.banner.params.content_bg'),
('Languages::abt__ut2.banner.params.content_bg.tooltip', 'abt__ut2.banner.params.content_bg.tooltip'),
('Languages::abt__ut2.banner.params.content_full_width', 'abt__ut2.banner.params.content_full_width'),
('Languages::abt__ut2.banner.params.content_full_width.tooltip', 'abt__ut2.banner.params.content_full_width.tooltip'),
('Languages::abt__ut2.banner.params.content_valign', 'abt__ut2.banner.params.content_valign'),
('Languages::abt__ut2.banner.params.content_valign.tooltip', 'abt__ut2.banner.params.content_valign.tooltip'),
('Languages::abt__ut2.banner.params.content_valign.variants.bottom', 'abt__ut2.banner.params.content_valign.variants.bottom'),
('Languages::abt__ut2.banner.params.content_valign.variants.center', 'abt__ut2.banner.params.content_valign.variants.center'),
('Languages::abt__ut2.banner.params.content_valign.variants.top', 'abt__ut2.banner.params.content_valign.variants.top'),
('Languages::abt__ut2.banner.params.data_type', 'abt__ut2.banner.params.data_type'),
('Languages::abt__ut2.banner.params.data_type.variants.url', 'abt__ut2.banner.params.data_type.variants.url'),
('Languages::abt__ut2.banner.params.description', 'abt__ut2.banner.params.description'),
('Languages::abt__ut2.banner.params.description_bg_color', 'abt__ut2.banner.params.description_bg_color'),
('Languages::abt__ut2.banner.params.description_bg_color.tooltip', 'abt__ut2.banner.params.description_bg_color.tooltip'),
('Languages::abt__ut2.banner.params.description_color', 'abt__ut2.banner.params.description_color'),
('Languages::abt__ut2.banner.params.description_color.tooltip', 'abt__ut2.banner.params.description_color.tooltip'),
('Languages::abt__ut2.banner.params.description_font_size', 'abt__ut2.banner.params.description_font_size'),
('Languages::abt__ut2.banner.params.how_to_open', 'abt__ut2.banner.params.how_to_open'),
('Languages::abt__ut2.banner.params.how_to_open.variants.in_new_window', 'abt__ut2.banner.params.how_to_open.variants.in_new_window'),
('Languages::abt__ut2.banner.params.how_to_open.variants.in_popup', 'abt__ut2.banner.params.how_to_open.variants.in_popup'),
('Languages::abt__ut2.banner.params.how_to_open.variants.in_this_window', 'abt__ut2.banner.params.how_to_open.variants.in_this_window'),
('Languages::abt__ut2.banner.params.main_image', 'abt__ut2.banner.params.main_image'),
('Languages::abt__ut2.banner.params.mobile_use', 'abt__ut2.banner.params.mobile_use'),
('Languages::abt__ut2.banner.params.mobile_use.tooltip', 'abt__ut2.banner.params.mobile_use.tooltip'),
('Languages::abt__ut2.banner.params.object', 'abt__ut2.banner.params.object'),
('Languages::abt__ut2.banner.params.object.variants.image', 'abt__ut2.banner.params.object.variants.image'),
('Languages::abt__ut2.banner.params.object.variants.video', 'abt__ut2.banner.params.object.variants.video'),
('Languages::abt__ut2.banner.params.padding', 'abt__ut2.banner.params.padding'),
('Languages::abt__ut2.banner.params.padding.tooltip', 'abt__ut2.banner.params.padding.tooltip'),
('Languages::abt__ut2.banner.params.tablet_use', 'abt__ut2.banner.params.tablet_use'),
('Languages::abt__ut2.banner.params.tablet_use.tooltip', 'abt__ut2.banner.params.tablet_use.tooltip'),
('Languages::abt__ut2.banner.params.title', 'abt__ut2.banner.params.title'),
('Languages::abt__ut2.banner.params.title_color', 'abt__ut2.banner.params.title_color'),
('Languages::abt__ut2.banner.params.title_color.tooltip', 'abt__ut2.banner.params.title_color.tooltip'),
('Languages::abt__ut2.banner.params.title_font_size', 'abt__ut2.banner.params.title_font_size'),
('Languages::abt__ut2.banner.params.title_font_weight', 'abt__ut2.banner.params.title_font_weight'),
('Languages::abt__ut2.banner.params.title_font_weight.variants.300', 'abt__ut2.banner.params.title_font_weight.variants.300'),
('Languages::abt__ut2.banner.params.title_font_weight.variants.400', 'abt__ut2.banner.params.title_font_weight.variants.400'),
('Languages::abt__ut2.banner.params.title_font_weight.variants.700', 'abt__ut2.banner.params.title_font_weight.variants.700'),
('Languages::abt__ut2.banner.params.title_font_weight.variants.900', 'abt__ut2.banner.params.title_font_weight.variants.900'),
('Languages::abt__ut2.banner.params.title_shadow', 'abt__ut2.banner.params.title_shadow'),
('Languages::abt__ut2.banner.params.title_tag', 'abt__ut2.banner.params.title_tag'),
('Languages::abt__ut2.banner.params.title_tag.variants.div', 'abt__ut2.banner.params.title_tag.variants.div'),
('Languages::abt__ut2.banner.params.title_tag.variants.h1', 'abt__ut2.banner.params.title_tag.variants.h1'),
('Languages::abt__ut2.banner.params.title_tag.variants.h2', 'abt__ut2.banner.params.title_tag.variants.h2'),
('Languages::abt__ut2.banner.params.title_tag.variants.h3', 'abt__ut2.banner.params.title_tag.variants.h3'),
('Languages::abt__ut2.banner.params.url', 'abt__ut2.banner.params.url'),
('Languages::abt__ut2.banner.params.use_avail_period', 'abt__ut2.banner.params.use_avail_period'),
('Languages::abt__ut2.banner.params.youtube_autoplay', 'abt__ut2.banner.params.youtube_autoplay'),
('Languages::abt__ut2.banner.params.youtube_autoplay.tooltip', 'abt__ut2.banner.params.youtube_autoplay.tooltip'),
('Languages::abt__ut2.banner.params.youtube_hide_controls', 'abt__ut2.banner.params.youtube_hide_controls'),
('Languages::abt__ut2.banner.params.youtube_hide_controls.tooltip', 'abt__ut2.banner.params.youtube_hide_controls.tooltip'),
('Languages::abt__ut2.banner.params.youtube_id', 'abt__ut2.banner.params.youtube_id'),
('Languages::abt__ut2.banner.params.youtube_id.tooltip', 'abt__ut2.banner.params.youtube_id.tooltip'),
('Languages::abt__ut2.banner.params.youtube_use', 'abt__ut2.banner.params.youtube_use'),
('Languages::abt__ut2.banner.params_additional', 'abt__ut2.banner.params_additional'),
('Languages::abt__ut2.banner.params_of_block', 'abt__ut2.banner.params_of_block'),
('Languages::abt__ut2.banner.params_of_button', 'abt__ut2.banner.params_of_button'),
('Languages::abt__ut2.banner.params_of_content', 'abt__ut2.banner.params_of_content'),
('Languages::abt__ut2.banner.params_of_description', 'abt__ut2.banner.params_of_description'),
('Languages::abt__ut2.banner.params_of_object', 'abt__ut2.banner.params_of_object'),
('Languages::abt__ut2.banner.params_of_title', 'abt__ut2.banner.params_of_title'),
('Languages::abt__ut2.banner.use_own_info', 'abt__ut2.banner.use_own_info'),
('Languages::abt__ut2.banner.warning', 'abt__ut2.banner.warning'),
('Languages::abt__ut2.banners', 'abt__ut2.banners'),
('Languages::abt__ut2.banners.manage', 'abt__ut2.banners.manage'),
('Languages::abt__ut2.banner_tab.general', 'abt__ut2.banner_tab.general'),
('Languages::abt__ut2.banner_tab.mobile', 'abt__ut2.banner_tab.mobile'),
('Languages::abt__ut2.banner_tab.tablet', 'abt__ut2.banner_tab.tablet'),
('Languages::abt__ut2.block.availability.show_on', 'abt__ut2.block.availability.show_on'),
('Languages::abt__ut2.blog.there_are_offers', 'abt__ut2.blog.there_are_offers'),
('Languages::abt__ut2.blog.there_is_video', 'abt__ut2.blog.there_is_video'),
('Languages::abt__ut2.brands', 'abt__ut2.brands'),
('Languages::abt__ut2.city_short', 'abt__ut2.city_short'),
('Languages::abt__ut2.contacts', 'abt__ut2.contacts'),
('Languages::abt__ut2.demodata', 'abt__ut2.demodata'),
('Languages::abt__ut2.demodata.description', 'abt__ut2.demodata.description'),
('Languages::abt__ut2.demodata.errors.menu_wasnt_created', 'abt__ut2.demodata.errors.menu_wasnt_created'),
('Languages::abt__ut2.demodata.errors.no_blog_page', 'abt__ut2.demodata.errors.no_blog_page'),
('Languages::abt__ut2.demodata.errors.no_data', 'abt__ut2.demodata.errors.no_data'),
('Languages::abt__ut2.demodata.success', 'abt__ut2.demodata.success'),
('Languages::abt__ut2.demodata.success.banners', 'abt__ut2.demodata.success.banners'),
('Languages::abt__ut2.demodata.success.blog', 'abt__ut2.demodata.success.blog'),
('Languages::abt__ut2.demodata.success.menu', 'abt__ut2.demodata.success.menu'),
('Languages::abt__ut2.demodata.table.add_banners', 'abt__ut2.demodata.table.add_banners'),
('Languages::abt__ut2.demodata.table.add_blog', 'abt__ut2.demodata.table.add_blog'),
('Languages::abt__ut2.demodata.table.add_menu', 'abt__ut2.demodata.table.add_menu'),
('Languages::abt__ut2.demodata.table.add_products', 'abt__ut2.demodata.table.add_products'),
('Languages::abt__ut2.demodata.table.description', 'abt__ut2.demodata.table.description'),
('Languages::abt__ut2.developer', 'abt__ut2.developer'),
('Languages::abt__ut2.errors.is_correctly_installed.mv.disabled', 'abt__ut2.errors.is_correctly_installed.mv.disabled'),
('Languages::abt__ut2.errors.is_correctly_installed.mv.uninstalled', 'abt__ut2.errors.is_correctly_installed.mv.uninstalled'),
('Languages::abt__ut2.export', 'abt__ut2.export'),
('Languages::abt__ut2.export.actions.banners', 'abt__ut2.export.actions.banners'),
('Languages::abt__ut2.export.actions.banners.placeholder', 'abt__ut2.export.actions.banners.placeholder'),
('Languages::abt__ut2.export.actions.blog', 'abt__ut2.export.actions.blog'),
('Languages::abt__ut2.export.actions.blog.placeholder', 'abt__ut2.export.actions.blog.placeholder'),
('Languages::abt__ut2.export.actions.menu', 'abt__ut2.export.actions.menu'),
('Languages::abt__ut2.export.actions.menu.placeholder', 'abt__ut2.export.actions.menu.placeholder'),
('Languages::abt__ut2.export.actions.products', 'abt__ut2.export.actions.products'),
('Languages::abt__ut2.export.actions.products.placeholder', 'abt__ut2.export.actions.products.placeholder'),
('Languages::abt__ut2.export.description', 'abt__ut2.export.description'),
('Languages::abt__ut2.export.errors.no_such_type', 'abt__ut2.export.errors.no_such_type'),
('Languages::abt__ut2.export.success', 'abt__ut2.export.success'),
('Languages::abt__ut2.export.success.banners', 'abt__ut2.export.success.banners'),
('Languages::abt__ut2.export.success.blog', 'abt__ut2.export.success.blog'),
('Languages::abt__ut2.export.success.menu', 'abt__ut2.export.success.menu'),
('Languages::abt__ut2.export.table.data', 'abt__ut2.export.table.data'),
('Languages::abt__ut2.export.table.description', 'abt__ut2.export.table.description'),
('Languages::abt__ut2.extended.e', 'abt__ut2.extended.e'),
('Languages::abt__ut2.extended.f', 'abt__ut2.extended.f'),
('Languages::abt__ut2.extended.o', 'abt__ut2.extended.o'),
('Languages::abt__ut2.filter.vendor_location_variant', 'abt__ut2.filter.vendor_location_variant'),
('Languages::abt__ut2.form.generate', 'abt__ut2.form.generate'),
('Languages::abt__ut2.form.header.additional_products', 'abt__ut2.form.header.additional_products'),
('Languages::abt__ut2.form.header.base_products', 'abt__ut2.form.header.base_products'),
('Languages::abt__ut2.form.header.general', 'abt__ut2.form.header.general'),
('Languages::abt__ut2.grid.padding', 'abt__ut2.grid.padding'),
('Languages::abt__ut2.grid.padding.variants.bottom', 'abt__ut2.grid.padding.variants.bottom'),
('Languages::abt__ut2.grid.padding.variants.none', 'abt__ut2.grid.padding.variants.none'),
('Languages::abt__ut2.grid.padding.variants.top', 'abt__ut2.grid.padding.variants.top'),
('Languages::abt__ut2.grid.padding.variants.top_bottom', 'abt__ut2.grid.padding.variants.top_bottom'),
('Languages::abt__ut2.grid.tab_description', 'abt__ut2.grid.tab_description'),
('Languages::abt__ut2.grid_settings', 'abt__ut2.grid_settings'),
('Languages::abt__ut2.grid_tabs.abt__ut2_show_in_tabs', 'abt__ut2.grid_tabs.abt__ut2_show_in_tabs'),
('Languages::abt__ut2.grid_tabs.abt__ut2_use_ajax', 'abt__ut2.grid_tabs.abt__ut2_use_ajax'),
('Languages::abt__ut2.help', 'abt__ut2.help'),
('Languages::abt__ut2.help.doc', 'abt__ut2.help.doc'),
('Languages::abt__ut2.hover_to_enlarge', 'abt__ut2.hover_to_enlarge'),
('Languages::abt__ut2.icons', 'abt__ut2.icons'),
('Languages::abt__ut2.icons.class', 'abt__ut2.icons.class'),
('Languages::abt__ut2.icons.info', 'abt__ut2.icons.info'),
('Languages::abt__ut2.icons.ut2_icons', 'abt__ut2.icons.ut2_icons'),
('Languages::abt__ut2.less_settings', 'abt__ut2.less_settings'),
('Languages::abt__ut2.less_settings.containers', 'abt__ut2.less_settings.containers'),
('Languages::abt__ut2.less_settings.containers.header.add_delimiters', 'abt__ut2.less_settings.containers.header.add_delimiters'),
('Languages::abt__ut2.less_settings.containers.header.add_delimiters.tooltip', 'abt__ut2.less_settings.containers.header.add_delimiters.tooltip'),
('Languages::abt__ut2.less_settings.containers.header.use_animation_for_not_empty_cart', 'abt__ut2.less_settings.containers.header.use_animation_for_not_empty_cart'),
('Languages::abt__ut2.less_settings.containers.header.use_animation_for_not_empty_cart.tooltip', 'abt__ut2.less_settings.containers.header.use_animation_for_not_empty_cart.tooltip'),
('Languages::abt__ut2.less_settings.containers.header.use_color_elements_on_hover', 'abt__ut2.less_settings.containers.header.use_color_elements_on_hover'),
('Languages::abt__ut2.less_settings.containers.header.use_color_elements_on_hover.tooltip', 'abt__ut2.less_settings.containers.header.use_color_elements_on_hover.tooltip'),
('Languages::abt__ut2.less_settings.containers.header.use_color_icons', 'abt__ut2.less_settings.containers.header.use_color_icons'),
('Languages::abt__ut2.less_settings.containers.header.use_color_icons.tooltip', 'abt__ut2.less_settings.containers.header.use_color_icons.tooltip'),
('Languages::abt__ut2.less_settings.containers.header.use_color_menu_on_hover', 'abt__ut2.less_settings.containers.header.use_color_menu_on_hover'),
('Languages::abt__ut2.less_settings.containers.header.use_color_menu_on_hover.tooltip', 'abt__ut2.less_settings.containers.header.use_color_menu_on_hover.tooltip'),
('Languages::abt__ut2.less_settings.containers.header_group', 'abt__ut2.less_settings.containers.header_group'),
('Languages::abt__ut2.less_settings.containers.header_group_description', 'abt__ut2.less_settings.containers.header_group_description'),
('Languages::abt__ut2.less_settings.containers_description', 'abt__ut2.less_settings.containers_description'),
('Languages::abt__ut2.less_settings.general', 'abt__ut2.less_settings.general'),
('Languages::abt__ut2.less_settings.general.buttons.style', 'abt__ut2.less_settings.general.buttons.style'),
('Languages::abt__ut2.less_settings.general.buttons.style.tooltip', 'abt__ut2.less_settings.general.buttons.style.tooltip'),
('Languages::abt__ut2.less_settings.general.buttons.style.variants.use_background', 'abt__ut2.less_settings.general.buttons.style.variants.use_background'),
('Languages::abt__ut2.less_settings.general.buttons.style.variants.use_border', 'abt__ut2.less_settings.general.buttons.style.variants.use_border'),
('Languages::abt__ut2.less_settings.general.buttons.use_gradient', 'abt__ut2.less_settings.general.buttons.use_gradient'),
('Languages::abt__ut2.less_settings.general.buttons.use_gradient.tooltip', 'abt__ut2.less_settings.general.buttons.use_gradient.tooltip'),
('Languages::abt__ut2.less_settings.general.buttons.use_shadow', 'abt__ut2.less_settings.general.buttons.use_shadow'),
('Languages::abt__ut2.less_settings.general.buttons.use_shadow.tooltip', 'abt__ut2.less_settings.general.buttons.use_shadow.tooltip'),
('Languages::abt__ut2.less_settings.general.buttons.use_text_uppercase', 'abt__ut2.less_settings.general.buttons.use_text_uppercase'),
('Languages::abt__ut2.less_settings.general.buttons.use_text_uppercase.tooltip', 'abt__ut2.less_settings.general.buttons.use_text_uppercase.tooltip'),
('Languages::abt__ut2.less_settings.general.buttons_group', 'abt__ut2.less_settings.general.buttons_group'),
('Languages::abt__ut2.less_settings.general.buttons_group_description', 'abt__ut2.less_settings.general.buttons_group_description'),
('Languages::abt__ut2.less_settings.general.labels.style', 'abt__ut2.less_settings.general.labels.style'),
('Languages::abt__ut2.less_settings.general.labels.style.tooltip', 'abt__ut2.less_settings.general.labels.style.tooltip'),
('Languages::abt__ut2.less_settings.general.labels.style.variants.as_circle', 'abt__ut2.less_settings.general.labels.style.variants.as_circle'),
('Languages::abt__ut2.less_settings.general.labels.style.variants.as_drop', 'abt__ut2.less_settings.general.labels.style.variants.as_drop'),
('Languages::abt__ut2.less_settings.general.labels.style.variants.as_rectangle', 'abt__ut2.less_settings.general.labels.style.variants.as_rectangle'),
('Languages::abt__ut2.less_settings.general.labels.use_outline', 'abt__ut2.less_settings.general.labels.use_outline'),
('Languages::abt__ut2.less_settings.general.labels.use_outline.tooltip', 'abt__ut2.less_settings.general.labels.use_outline.tooltip'),
('Languages::abt__ut2.less_settings.general.labels.use_shadow', 'abt__ut2.less_settings.general.labels.use_shadow'),
('Languages::abt__ut2.less_settings.general.labels.use_shadow.tooltip', 'abt__ut2.less_settings.general.labels.use_shadow.tooltip'),
('Languages::abt__ut2.less_settings.general.labels.use_text_shadow', 'abt__ut2.less_settings.general.labels.use_text_shadow'),
('Languages::abt__ut2.less_settings.general.labels.use_text_shadow.tooltip', 'abt__ut2.less_settings.general.labels.use_text_shadow.tooltip'),
('Languages::abt__ut2.less_settings.general.labels_group', 'abt__ut2.less_settings.general.labels_group'),
('Languages::abt__ut2.less_settings.general.labels_group_description', 'abt__ut2.less_settings.general.labels_group_description'),
('Languages::abt__ut2.less_settings.general.stars_rating_color', 'abt__ut2.less_settings.general.stars_rating_color'),
('Languages::abt__ut2.less_settings.general.stars_rating_color.tooltip', 'abt__ut2.less_settings.general.stars_rating_color.tooltip'),
('Languages::abt__ut2.less_settings.general.use_rounding', 'abt__ut2.less_settings.general.use_rounding'),
('Languages::abt__ut2.less_settings.general.use_rounding.tooltip', 'abt__ut2.less_settings.general.use_rounding.tooltip'),
('Languages::abt__ut2.less_settings.general.use_rounding.variants.do_not_use', 'abt__ut2.less_settings.general.use_rounding.variants.do_not_use'),
('Languages::abt__ut2.less_settings.general.use_rounding.variants.full', 'abt__ut2.less_settings.general.use_rounding.variants.full'),
('Languages::abt__ut2.less_settings.general.use_rounding.variants.little', 'abt__ut2.less_settings.general.use_rounding.variants.little'),
('Languages::abt__ut2.less_settings.general.use_titles_uppercase', 'abt__ut2.less_settings.general.use_titles_uppercase'),
('Languages::abt__ut2.less_settings.general.use_titles_uppercase.tooltip', 'abt__ut2.less_settings.general.use_titles_uppercase.tooltip'),
('Languages::abt__ut2.less_settings.general_description', 'abt__ut2.less_settings.general_description'),
('Languages::abt__ut2.less_settings.is_absent', 'abt__ut2.less_settings.is_absent'),
('Languages::abt__ut2.less_settings.is_absent.core', 'abt__ut2.less_settings.is_absent.core'),
('Languages::abt__ut2.less_settings.is_absent.recomend_to_add', 'abt__ut2.less_settings.is_absent.recomend_to_add'),
('Languages::abt__ut2.less_settings.is_absent.theme', 'abt__ut2.less_settings.is_absent.theme'),
('Languages::abt__ut2.less_settings.products', 'abt__ut2.less_settings.products'),
('Languages::abt__ut2.less_settings.products.use_color_buttons_add_to_cart', 'abt__ut2.less_settings.products.use_color_buttons_add_to_cart'),
('Languages::abt__ut2.less_settings.products.use_color_buttons_add_to_cart.tooltip', 'abt__ut2.less_settings.products.use_color_buttons_add_to_cart.tooltip'),
('Languages::abt__ut2.less_settings.products_description', 'abt__ut2.less_settings.products_description'),
('Languages::abt__ut2.less_settings.product_list', 'abt__ut2.less_settings.product_list'),
('Languages::abt__ut2.less_settings.product_list.extend_grid_item_on_hover', 'abt__ut2.less_settings.product_list.extend_grid_item_on_hover'),
('Languages::abt__ut2.less_settings.product_list.extend_grid_item_on_hover.tooltip', 'abt__ut2.less_settings.product_list.extend_grid_item_on_hover.tooltip'),
('Languages::abt__ut2.less_settings.product_list.show_grid_border', 'abt__ut2.less_settings.product_list.show_grid_border'),
('Languages::abt__ut2.less_settings.product_list.show_grid_border.tooltip', 'abt__ut2.less_settings.product_list.show_grid_border.tooltip'),
('Languages::abt__ut2.less_settings.product_list.show_grid_border.variants.none', 'abt__ut2.less_settings.product_list.show_grid_border.variants.none'),
('Languages::abt__ut2.less_settings.product_list.show_grid_border.variants.solid_without_margins', 'abt__ut2.less_settings.product_list.show_grid_border.variants.solid_without_margins'),
('Languages::abt__ut2.less_settings.product_list.show_grid_border.variants.solid_with_margins', 'abt__ut2.less_settings.product_list.show_grid_border.variants.solid_with_margins'),
('Languages::abt__ut2.less_settings.product_list.use_elements_alignment', 'abt__ut2.less_settings.product_list.use_elements_alignment'),
('Languages::abt__ut2.less_settings.product_list.use_elements_alignment.tooltip', 'abt__ut2.less_settings.product_list.use_elements_alignment.tooltip'),
('Languages::abt__ut2.less_settings.product_list.use_elements_alignment.variants.do_not_use', 'abt__ut2.less_settings.product_list.use_elements_alignment.variants.do_not_use'),
('Languages::abt__ut2.less_settings.product_list.use_elements_alignment.variants.use', 'abt__ut2.less_settings.product_list.use_elements_alignment.variants.use'),
('Languages::abt__ut2.less_settings.product_list_description', 'abt__ut2.less_settings.product_list_description'),
('Languages::abt__ut2.less_settings.style.tooltip', 'abt__ut2.less_settings.style.tooltip'),
('Languages::abt__ut2.less_settings_description', 'abt__ut2.less_settings_description'),
('Languages::abt__ut2.light_menu.back_to_main', 'abt__ut2.light_menu.back_to_main'),
('Languages::abt__ut2.load_more.show_more.pages', 'abt__ut2.load_more.show_more.pages'),
('Languages::abt__ut2.load_more.show_more.products', 'abt__ut2.load_more.show_more.products'),
('Languages::abt__ut2.load_more_products.already_showing_all_products', 'abt__ut2.load_more_products.already_showing_all_products'),
('Languages::abt__ut2.load_more_products.show_more', 'abt__ut2.load_more_products.show_more'),
('Languages::abt__ut2.mainbox_general_seo', 'abt__ut2.mainbox_general_seo'),
('Languages::abt__ut2.menu.tab_description', 'abt__ut2.menu.tab_description'),
('Languages::abt__ut2.menus.pickers.add_menus', 'abt__ut2.menus.pickers.add_menus'),
('Languages::abt__ut2.menus.pickers.add_menus_and_close', 'abt__ut2.menus.pickers.add_menus_and_close'),
('Languages::abt__ut2.menus.pickers.states', 'abt__ut2.menus.pickers.states'),
('Languages::abt__ut2.menus.pickers.states.hide_items', 'abt__ut2.menus.pickers.states.hide_items'),
('Languages::abt__ut2.menus.pickers.states.show_items', 'abt__ut2.menus.pickers.states.show_items'),
('Languages::abt__ut2.menus.pickers.states.tooltip', 'abt__ut2.menus.pickers.states.tooltip'),
('Languages::abt__ut2.menu_with_icons.desc', 'abt__ut2.menu_with_icons.desc'),
('Languages::abt__ut2.menu_with_icons.dropdown', 'abt__ut2.menu_with_icons.dropdown'),
('Languages::abt__ut2.menu_with_icons.icon', 'abt__ut2.menu_with_icons.icon'),
('Languages::abt__ut2.menu_with_icons.label', 'abt__ut2.menu_with_icons.label'),
('Languages::abt__ut2.menu_with_icons.label_background', 'abt__ut2.menu_with_icons.label_background'),
('Languages::abt__ut2.menu_with_icons.label_color', 'abt__ut2.menu_with_icons.label_color'),
('Languages::abt__ut2.menu_with_icons.status', 'abt__ut2.menu_with_icons.status'),
('Languages::abt__ut2.menu_with_icons.text', 'abt__ut2.menu_with_icons.text'),
('Languages::abt__ut2.menu_with_icons.text_position', 'abt__ut2.menu_with_icons.text_position'),
('Languages::abt__ut2.menu_with_icons.text_position.bottom', 'abt__ut2.menu_with_icons.text_position.bottom'),
('Languages::abt__ut2.menu_with_icons.text_position.right_bottom', 'abt__ut2.menu_with_icons.text_position.right_bottom'),
('Languages::abt__ut2.menu_with_icons.text_position.right_top', 'abt__ut2.menu_with_icons.text_position.right_top'),
('Languages::abt__ut2.microdata', 'abt__ut2.microdata'),
('Languages::abt__ut2.microdata.schema_type', 'abt__ut2.microdata.schema_type'),
('Languages::abt__ut2.microdata.schema_type.article', 'abt__ut2.microdata.schema_type.article'),
('Languages::abt__ut2.microdata.schema_type.blogposting', 'abt__ut2.microdata.schema_type.blogposting'),
('Languages::abt__ut2.microdata.schema_type.newsarticle', 'abt__ut2.microdata.schema_type.newsarticle'),
('Languages::abt__ut2.microdata.schema_type.none', 'abt__ut2.microdata.schema_type.none'),
('Languages::abt__ut2.migaritions_from_unitheme1.update_po', 'abt__ut2.migaritions_from_unitheme1.update_po'),
('Languages::abt__ut2.migaritions_from_unitheme1.update_po.exist.description', 'abt__ut2.migaritions_from_unitheme1.update_po.exist.description'),
('Languages::abt__ut2.migaritions_from_unitheme1.update_po.not_exist.description', 'abt__ut2.migaritions_from_unitheme1.update_po.not_exist.description'),
('Languages::abt__ut2.migaritions_from_unitheme1.update_po.success', 'abt__ut2.migaritions_from_unitheme1.update_po.success'),
('Languages::abt__ut2.option.height', 'abt__ut2.option.height'),
('Languages::abt__ut2.option.margin', 'abt__ut2.option.margin'),
('Languages::abt__ut2.settings', 'abt__ut2.settings'),
('Languages::abt__ut2.settings.addons', 'abt__ut2.settings.addons'),
('Languages::abt__ut2.settings.addons.wishlist_products.item_quantity', 'abt__ut2.settings.addons.wishlist_products.item_quantity'),
('Languages::abt__ut2.settings.addons.wishlist_products.item_quantity.tooltip', 'abt__ut2.settings.addons.wishlist_products.item_quantity.tooltip'),
('Languages::abt__ut2.settings.addons.wishlist_products_group', 'abt__ut2.settings.addons.wishlist_products_group'),
('Languages::abt__ut2.settings.addons.wishlist_products_group_description', 'abt__ut2.settings.addons.wishlist_products_group_description'),
('Languages::abt__ut2.settings.addons_description', 'abt__ut2.settings.addons_description'),
('Languages::abt__ut2.settings.category', 'abt__ut2.settings.category'),
('Languages::abt__ut2.settings.category.description_position', 'abt__ut2.settings.category.description_position'),
('Languages::abt__ut2.settings.category.description_position.tooltip', 'abt__ut2.settings.category.description_position.tooltip'),
('Languages::abt__ut2.settings.category.description_position.variants.bottom', 'abt__ut2.settings.category.description_position.variants.bottom'),
('Languages::abt__ut2.settings.category.description_position.variants.none', 'abt__ut2.settings.category.description_position.variants.none'),
('Languages::abt__ut2.settings.category.description_position.variants.top', 'abt__ut2.settings.category.description_position.variants.top'),
('Languages::abt__ut2.settings.category.show_subcategories', 'abt__ut2.settings.category.show_subcategories'),
('Languages::abt__ut2.settings.category.show_subcategories.tooltip', 'abt__ut2.settings.category.show_subcategories.tooltip'),
('Languages::abt__ut2.settings.category_description', 'abt__ut2.settings.category_description'),
('Languages::abt__ut2.settings.features', 'abt__ut2.settings.features'),
('Languages::abt__ut2.settings.features.description_position', 'abt__ut2.settings.features.description_position'),
('Languages::abt__ut2.settings.features.description_position.tooltip', 'abt__ut2.settings.features.description_position.tooltip'),
('Languages::abt__ut2.settings.features.description_position.variants.bottom', 'abt__ut2.settings.features.description_position.variants.bottom'),
('Languages::abt__ut2.settings.features.description_position.variants.none', 'abt__ut2.settings.features.description_position.variants.none'),
('Languages::abt__ut2.settings.features.description_position.variants.top', 'abt__ut2.settings.features.description_position.variants.top'),
('Languages::abt__ut2.settings.features_description', 'abt__ut2.settings.features_description'),
('Languages::abt__ut2.settings.general', 'abt__ut2.settings.general'),
('Languages::abt__ut2.settings.general.blog_page_id', 'abt__ut2.settings.general.blog_page_id'),
('Languages::abt__ut2.settings.general.blog_page_id.button', 'abt__ut2.settings.general.blog_page_id.button'),
('Languages::abt__ut2.settings.general.blog_page_id.tooltip', 'abt__ut2.settings.general.blog_page_id.tooltip'),
('Languages::abt__ut2.settings.general.brand_feature_id', 'abt__ut2.settings.general.brand_feature_id'),
('Languages::abt__ut2.settings.general.brand_feature_id.tooltip', 'abt__ut2.settings.general.brand_feature_id.tooltip'),
('Languages::abt__ut2.settings.general.enable_fixed_header_panel', 'abt__ut2.settings.general.enable_fixed_header_panel'),
('Languages::abt__ut2.settings.general.enable_fixed_header_panel.tooltip', 'abt__ut2.settings.general.enable_fixed_header_panel.tooltip'),
('Languages::abt__ut2.settings.general.menu_min_height', 'abt__ut2.settings.general.menu_min_height'),
('Languages::abt__ut2.settings.general.menu_min_height.tooltip', 'abt__ut2.settings.general.menu_min_height.tooltip'),
('Languages::abt__ut2.settings.general_description', 'abt__ut2.settings.general_description'),
('Languages::abt__ut2.settings.load_more', 'abt__ut2.settings.load_more'),
('Languages::abt__ut2.settings.load_more.before_end', 'abt__ut2.settings.load_more.before_end'),
('Languages::abt__ut2.settings.load_more.before_end.tooltip', 'abt__ut2.settings.load_more.before_end.tooltip'),
('Languages::abt__ut2.settings.load_more.blog', 'abt__ut2.settings.load_more.blog'),
('Languages::abt__ut2.settings.load_more.blog.tooltip', 'abt__ut2.settings.load_more.blog.tooltip');
INSERT INTO `partiushop_original_values` (`msgctxt`, `msgid`) VALUES
('Languages::abt__ut2.settings.load_more.mode', 'abt__ut2.settings.load_more.mode'),
('Languages::abt__ut2.settings.load_more.mode.tooltip', 'abt__ut2.settings.load_more.mode.tooltip'),
('Languages::abt__ut2.settings.load_more.mode.variants.auto', 'abt__ut2.settings.load_more.mode.variants.auto'),
('Languages::abt__ut2.settings.load_more.mode.variants.on_button_click', 'abt__ut2.settings.load_more.mode.variants.on_button_click'),
('Languages::abt__ut2.settings.load_more.product_list', 'abt__ut2.settings.load_more.product_list'),
('Languages::abt__ut2.settings.load_more.product_list.tooltip', 'abt__ut2.settings.load_more.product_list.tooltip'),
('Languages::abt__ut2.settings.load_more_description', 'abt__ut2.settings.load_more_description'),
('Languages::abt__ut2.settings.name', 'abt__ut2.settings.name'),
('Languages::abt__ut2.settings.products', 'abt__ut2.settings.products'),
('Languages::abt__ut2.settings.products.addon_buy_together.view', 'abt__ut2.settings.products.addon_buy_together.view'),
('Languages::abt__ut2.settings.products.addon_buy_together.view.tooltip', 'abt__ut2.settings.products.addon_buy_together.view.tooltip'),
('Languages::abt__ut2.settings.products.addon_buy_together.view.variants.as_block_above_tabs', 'abt__ut2.settings.products.addon_buy_together.view.variants.as_block_above_tabs'),
('Languages::abt__ut2.settings.products.addon_buy_together.view.variants.as_tab_in_tabs', 'abt__ut2.settings.products.addon_buy_together.view.variants.as_tab_in_tabs'),
('Languages::abt__ut2.settings.products.addon_buy_together_group', 'abt__ut2.settings.products.addon_buy_together_group'),
('Languages::abt__ut2.settings.products.addon_buy_together_group_description', 'abt__ut2.settings.products.addon_buy_together_group_description'),
('Languages::abt__ut2.settings.products.addon_required_products.item_quantity', 'abt__ut2.settings.products.addon_required_products.item_quantity'),
('Languages::abt__ut2.settings.products.addon_required_products.item_quantity.tooltip', 'abt__ut2.settings.products.addon_required_products.item_quantity.tooltip'),
('Languages::abt__ut2.settings.products.addon_required_products.list_type', 'abt__ut2.settings.products.addon_required_products.list_type'),
('Languages::abt__ut2.settings.products.addon_required_products.list_type.tooltip', 'abt__ut2.settings.products.addon_required_products.list_type.tooltip'),
('Languages::abt__ut2.settings.products.addon_required_products.list_type.variants.compact_list', 'abt__ut2.settings.products.addon_required_products.list_type.variants.compact_list'),
('Languages::abt__ut2.settings.products.addon_required_products.list_type.variants.grid_list', 'abt__ut2.settings.products.addon_required_products.list_type.variants.grid_list'),
('Languages::abt__ut2.settings.products.addon_required_products.list_type.variants.product_list', 'abt__ut2.settings.products.addon_required_products.list_type.variants.product_list'),
('Languages::abt__ut2.settings.products.addon_required_products_group', 'abt__ut2.settings.products.addon_required_products_group'),
('Languages::abt__ut2.settings.products.addon_required_products_group_description', 'abt__ut2.settings.products.addon_required_products_group_description'),
('Languages::abt__ut2.settings.products.addon_social_buttons.view', 'abt__ut2.settings.products.addon_social_buttons.view'),
('Languages::abt__ut2.settings.products.addon_social_buttons.view.tooltip', 'abt__ut2.settings.products.addon_social_buttons.view.tooltip'),
('Languages::abt__ut2.settings.products.addon_social_buttons_group', 'abt__ut2.settings.products.addon_social_buttons_group'),
('Languages::abt__ut2.settings.products.addon_social_buttons_group_description', 'abt__ut2.settings.products.addon_social_buttons_group_description'),
('Languages::abt__ut2.settings.products.custom_block_id', 'abt__ut2.settings.products.custom_block_id'),
('Languages::abt__ut2.settings.products.custom_block_id.tooltip', 'abt__ut2.settings.products.custom_block_id.tooltip'),
('Languages::abt__ut2.settings.products.vendor.show_ask_question_link', 'abt__ut2.settings.products.vendor.show_ask_question_link'),
('Languages::abt__ut2.settings.products.vendor.show_ask_question_link.tooltip', 'abt__ut2.settings.products.vendor.show_ask_question_link.tooltip'),
('Languages::abt__ut2.settings.products.vendor.show_logo', 'abt__ut2.settings.products.vendor.show_logo'),
('Languages::abt__ut2.settings.products.vendor.show_logo.tooltip', 'abt__ut2.settings.products.vendor.show_logo.tooltip'),
('Languages::abt__ut2.settings.products.vendor.show_name_as_link', 'abt__ut2.settings.products.vendor.show_name_as_link'),
('Languages::abt__ut2.settings.products.vendor.show_name_as_link.tooltip', 'abt__ut2.settings.products.vendor.show_name_as_link.tooltip'),
('Languages::abt__ut2.settings.products.vendor.show_phone', 'abt__ut2.settings.products.vendor.show_phone'),
('Languages::abt__ut2.settings.products.vendor.show_phone.tooltip', 'abt__ut2.settings.products.vendor.show_phone.tooltip'),
('Languages::abt__ut2.settings.products.vendor.truncate_short_description', 'abt__ut2.settings.products.vendor.truncate_short_description'),
('Languages::abt__ut2.settings.products.vendor.truncate_short_description.tooltip', 'abt__ut2.settings.products.vendor.truncate_short_description.tooltip'),
('Languages::abt__ut2.settings.products.vendor_group', 'abt__ut2.settings.products.vendor_group'),
('Languages::abt__ut2.settings.products.vendor_group_description', 'abt__ut2.settings.products.vendor_group_description'),
('Languages::abt__ut2.settings.products.view.brand_link_behavior', 'abt__ut2.settings.products.view.brand_link_behavior'),
('Languages::abt__ut2.settings.products.view.brand_link_behavior.tooltip', 'abt__ut2.settings.products.view.brand_link_behavior.tooltip'),
('Languages::abt__ut2.settings.products.view.brand_link_behavior.variants.to_brand_page', 'abt__ut2.settings.products.view.brand_link_behavior.variants.to_brand_page'),
('Languages::abt__ut2.settings.products.view.brand_link_behavior.variants.to_category_with_filter', 'abt__ut2.settings.products.view.brand_link_behavior.variants.to_category_with_filter'),
('Languages::abt__ut2.settings.products.view.show_brand_logo', 'abt__ut2.settings.products.view.show_brand_logo'),
('Languages::abt__ut2.settings.products.view.show_brand_logo.tooltip', 'abt__ut2.settings.products.view.show_brand_logo.tooltip'),
('Languages::abt__ut2.settings.products.view.show_features', 'abt__ut2.settings.products.view.show_features'),
('Languages::abt__ut2.settings.products.view.show_features.tooltip', 'abt__ut2.settings.products.view.show_features.tooltip'),
('Languages::abt__ut2.settings.products.view.show_qty', 'abt__ut2.settings.products.view.show_qty'),
('Languages::abt__ut2.settings.products.view.show_qty.tooltip', 'abt__ut2.settings.products.view.show_qty.tooltip'),
('Languages::abt__ut2.settings.products.view.show_short_description', 'abt__ut2.settings.products.view.show_short_description'),
('Languages::abt__ut2.settings.products.view.show_short_description.tooltip', 'abt__ut2.settings.products.view.show_short_description.tooltip'),
('Languages::abt__ut2.settings.products.view.show_sku', 'abt__ut2.settings.products.view.show_sku'),
('Languages::abt__ut2.settings.products.view.show_sku.tooltip', 'abt__ut2.settings.products.view.show_sku.tooltip'),
('Languages::abt__ut2.settings.products.view.show_sticky_add_to_cart', 'abt__ut2.settings.products.view.show_sticky_add_to_cart'),
('Languages::abt__ut2.settings.products.view.show_sticky_add_to_cart.tooltip', 'abt__ut2.settings.products.view.show_sticky_add_to_cart.tooltip'),
('Languages::abt__ut2.settings.products.view_group', 'abt__ut2.settings.products.view_group'),
('Languages::abt__ut2.settings.products.view_group_description', 'abt__ut2.settings.products.view_group_description'),
('Languages::abt__ut2.settings.products_description', 'abt__ut2.settings.products_description'),
('Languages::abt__ut2.settings.product_list', 'abt__ut2.settings.product_list'),
('Languages::abt__ut2.settings.product_list.decolorate_out_of_stock_products', 'abt__ut2.settings.product_list.decolorate_out_of_stock_products'),
('Languages::abt__ut2.settings.product_list.decolorate_out_of_stock_products.tooltip', 'abt__ut2.settings.product_list.decolorate_out_of_stock_products.tooltip'),
('Languages::abt__ut2.settings.product_list.lazy_load', 'abt__ut2.settings.product_list.lazy_load'),
('Languages::abt__ut2.settings.product_list.lazy_load.tooltip', 'abt__ut2.settings.product_list.lazy_load.tooltip'),
('Languages::abt__ut2.settings.product_list.limit_product_variations', 'abt__ut2.settings.product_list.limit_product_variations'),
('Languages::abt__ut2.settings.product_list.limit_product_variations.tooltip', 'abt__ut2.settings.product_list.limit_product_variations.tooltip'),
('Languages::abt__ut2.settings.product_list.max_features', 'abt__ut2.settings.product_list.max_features'),
('Languages::abt__ut2.settings.product_list.max_features.tooltip', 'abt__ut2.settings.product_list.max_features.tooltip'),
('Languages::abt__ut2.settings.product_list.price_display_format', 'abt__ut2.settings.product_list.price_display_format'),
('Languages::abt__ut2.settings.product_list.price_display_format.tooltip', 'abt__ut2.settings.product_list.price_display_format.tooltip'),
('Languages::abt__ut2.settings.product_list.price_display_format.variants.col', 'abt__ut2.settings.product_list.price_display_format.variants.col'),
('Languages::abt__ut2.settings.product_list.price_display_format.variants.mix', 'abt__ut2.settings.product_list.price_display_format.variants.mix'),
('Languages::abt__ut2.settings.product_list.price_display_format.variants.row', 'abt__ut2.settings.product_list.price_display_format.variants.row'),
('Languages::abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content'),
('Languages::abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.tooltip', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.tooltip'),
('Languages::abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.description', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.description'),
('Languages::abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.features', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.features'),
('Languages::abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.features_and_variations', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.features_and_variations'),
('Languages::abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.none', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.none'),
('Languages::abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.variations', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_bottom_content.variants.variations'),
('Languages::abt__ut2.settings.product_list.products_multicolumns.grid_item_height', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_height'),
('Languages::abt__ut2.settings.product_list.products_multicolumns.grid_item_height.tooltip', 'abt__ut2.settings.product_list.products_multicolumns.grid_item_height.tooltip'),
('Languages::abt__ut2.settings.product_list.products_multicolumns.show_brand_logo', 'abt__ut2.settings.product_list.products_multicolumns.show_brand_logo'),
('Languages::abt__ut2.settings.product_list.products_multicolumns.show_brand_logo.tooltip', 'abt__ut2.settings.product_list.products_multicolumns.show_brand_logo.tooltip'),
('Languages::abt__ut2.settings.product_list.products_multicolumns.show_buttons', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons'),
('Languages::abt__ut2.settings.product_list.products_multicolumns.show_buttons.tooltip', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons.tooltip'),
('Languages::abt__ut2.settings.product_list.products_multicolumns.show_buttons_on_hover', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons_on_hover'),
('Languages::abt__ut2.settings.product_list.products_multicolumns.show_buttons_on_hover.tooltip', 'abt__ut2.settings.product_list.products_multicolumns.show_buttons_on_hover.tooltip'),
('Languages::abt__ut2.settings.product_list.products_multicolumns.show_qty', 'abt__ut2.settings.product_list.products_multicolumns.show_qty'),
('Languages::abt__ut2.settings.product_list.products_multicolumns.show_qty.tooltip', 'abt__ut2.settings.product_list.products_multicolumns.show_qty.tooltip'),
('Languages::abt__ut2.settings.product_list.products_multicolumns.show_sku', 'abt__ut2.settings.product_list.products_multicolumns.show_sku'),
('Languages::abt__ut2.settings.product_list.products_multicolumns.show_sku.tooltip', 'abt__ut2.settings.product_list.products_multicolumns.show_sku.tooltip'),
('Languages::abt__ut2.settings.product_list.products_multicolumns.show_you_save', 'abt__ut2.settings.product_list.products_multicolumns.show_you_save'),
('Languages::abt__ut2.settings.product_list.products_multicolumns.show_you_save.tooltip', 'abt__ut2.settings.product_list.products_multicolumns.show_you_save.tooltip'),
('Languages::abt__ut2.settings.product_list.products_multicolumns_group', 'abt__ut2.settings.product_list.products_multicolumns_group'),
('Languages::abt__ut2.settings.product_list.products_multicolumns_group_description', 'abt__ut2.settings.product_list.products_multicolumns_group_description'),
('Languages::abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content'),
('Languages::abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.tooltip', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.tooltip'),
('Languages::abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.features', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.features'),
('Languages::abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.features_and_variations', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.features_and_variations'),
('Languages::abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.none', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.none'),
('Languages::abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.variations', 'abt__ut2.settings.product_list.products_without_options.grid_item_bottom_content.variants.variations'),
('Languages::abt__ut2.settings.product_list.products_without_options.show_amount', 'abt__ut2.settings.product_list.products_without_options.show_amount'),
('Languages::abt__ut2.settings.product_list.products_without_options.show_amount.tooltip', 'abt__ut2.settings.product_list.products_without_options.show_amount.tooltip'),
('Languages::abt__ut2.settings.product_list.products_without_options.show_brand_logo', 'abt__ut2.settings.product_list.products_without_options.show_brand_logo'),
('Languages::abt__ut2.settings.product_list.products_without_options.show_brand_logo.tooltip', 'abt__ut2.settings.product_list.products_without_options.show_brand_logo.tooltip'),
('Languages::abt__ut2.settings.product_list.products_without_options.show_features', 'abt__ut2.settings.product_list.products_without_options.show_features'),
('Languages::abt__ut2.settings.product_list.products_without_options.show_features.tooltip', 'abt__ut2.settings.product_list.products_without_options.show_features.tooltip'),
('Languages::abt__ut2.settings.product_list.products_without_options.show_options', 'abt__ut2.settings.product_list.products_without_options.show_options'),
('Languages::abt__ut2.settings.product_list.products_without_options.show_options.tooltip', 'abt__ut2.settings.product_list.products_without_options.show_options.tooltip'),
('Languages::abt__ut2.settings.product_list.products_without_options.show_qty', 'abt__ut2.settings.product_list.products_without_options.show_qty'),
('Languages::abt__ut2.settings.product_list.products_without_options.show_qty.tooltip', 'abt__ut2.settings.product_list.products_without_options.show_qty.tooltip'),
('Languages::abt__ut2.settings.product_list.products_without_options.show_sku', 'abt__ut2.settings.product_list.products_without_options.show_sku'),
('Languages::abt__ut2.settings.product_list.products_without_options.show_sku.tooltip', 'abt__ut2.settings.product_list.products_without_options.show_sku.tooltip'),
('Languages::abt__ut2.settings.product_list.products_without_options_group', 'abt__ut2.settings.product_list.products_without_options_group'),
('Languages::abt__ut2.settings.product_list.products_without_options_group_description', 'abt__ut2.settings.product_list.products_without_options_group_description'),
('Languages::abt__ut2.settings.product_list.short_list.show_button', 'abt__ut2.settings.product_list.short_list.show_button'),
('Languages::abt__ut2.settings.product_list.short_list.show_button.tooltip', 'abt__ut2.settings.product_list.short_list.show_button.tooltip'),
('Languages::abt__ut2.settings.product_list.short_list.show_button_compare', 'abt__ut2.settings.product_list.short_list.show_button_compare'),
('Languages::abt__ut2.settings.product_list.short_list.show_button_compare.tooltip', 'abt__ut2.settings.product_list.short_list.show_button_compare.tooltip'),
('Languages::abt__ut2.settings.product_list.short_list.show_button_quick_view', 'abt__ut2.settings.product_list.short_list.show_button_quick_view'),
('Languages::abt__ut2.settings.product_list.short_list.show_button_quick_view.tooltip', 'abt__ut2.settings.product_list.short_list.show_button_quick_view.tooltip'),
('Languages::abt__ut2.settings.product_list.short_list.show_button_wishlist', 'abt__ut2.settings.product_list.short_list.show_button_wishlist'),
('Languages::abt__ut2.settings.product_list.short_list.show_button_wishlist.tooltip', 'abt__ut2.settings.product_list.short_list.show_button_wishlist.tooltip'),
('Languages::abt__ut2.settings.product_list.short_list.show_qty', 'abt__ut2.settings.product_list.short_list.show_qty'),
('Languages::abt__ut2.settings.product_list.short_list.show_qty.tooltip', 'abt__ut2.settings.product_list.short_list.show_qty.tooltip'),
('Languages::abt__ut2.settings.product_list.short_list.show_sku', 'abt__ut2.settings.product_list.short_list.show_sku'),
('Languages::abt__ut2.settings.product_list.short_list.show_sku.tooltip', 'abt__ut2.settings.product_list.short_list.show_sku.tooltip'),
('Languages::abt__ut2.settings.product_list.short_list_group', 'abt__ut2.settings.product_list.short_list_group'),
('Languages::abt__ut2.settings.product_list.short_list_group_description', 'abt__ut2.settings.product_list.short_list_group_description'),
('Languages::abt__ut2.settings.product_list.show_fixed_filters_button', 'abt__ut2.settings.product_list.show_fixed_filters_button'),
('Languages::abt__ut2.settings.product_list.show_fixed_filters_button.tooltip', 'abt__ut2.settings.product_list.show_fixed_filters_button.tooltip'),
('Languages::abt__ut2.settings.product_list.show_gallery', 'abt__ut2.settings.product_list.show_gallery'),
('Languages::abt__ut2.settings.product_list.show_gallery.tooltip', 'abt__ut2.settings.product_list.show_gallery.tooltip'),
('Languages::abt__ut2.settings.product_list.show_rating', 'abt__ut2.settings.product_list.show_rating'),
('Languages::abt__ut2.settings.product_list.show_rating.tooltip', 'abt__ut2.settings.product_list.show_rating.tooltip'),
('Languages::abt__ut2.settings.product_list_description', 'abt__ut2.settings.product_list_description'),
('Languages::abt__ut2.settings.value', 'abt__ut2.settings.value'),
('Languages::abt__ut2.settings.value.desktop', 'abt__ut2.settings.value.desktop'),
('Languages::abt__ut2.settings.value.mobile', 'abt__ut2.settings.value.mobile'),
('Languages::abt__ut2.settings.value.tablet', 'abt__ut2.settings.value.tablet'),
('Languages::abt__ut2.settings.vendor', 'abt__ut2.settings.vendor'),
('Languages::abt__ut2.settings.vendor.show_ask_question_link', 'abt__ut2.settings.vendor.show_ask_question_link'),
('Languages::abt__ut2.settings.vendor.show_ask_question_link.tooltip', 'abt__ut2.settings.vendor.show_ask_question_link.tooltip'),
('Languages::abt__ut2.settings.vendor.truncate_short_description', 'abt__ut2.settings.vendor.truncate_short_description'),
('Languages::abt__ut2.settings.vendor.truncate_short_description.tooltip', 'abt__ut2.settings.vendor.truncate_short_description.tooltip'),
('Languages::abt__ut2.settings.vendor_description', 'abt__ut2.settings.vendor_description'),
('Languages::abt__ut2.sort_by_bestsellers_asc', 'abt__ut2.sort_by_bestsellers_asc'),
('Languages::abt__ut2.sort_by_bestsellers_desc', 'abt__ut2.sort_by_bestsellers_desc'),
('Languages::abt__ut2.sort_by_company_asc', 'abt__ut2.sort_by_company_asc'),
('Languages::abt__ut2.sort_by_company_desc', 'abt__ut2.sort_by_company_desc'),
('Languages::abt__ut2.sort_by_null_asc', 'abt__ut2.sort_by_null_asc'),
('Languages::abt__ut2.sort_by_on_sale_asc', 'abt__ut2.sort_by_on_sale_asc'),
('Languages::abt__ut2.sort_by_on_sale_desc', 'abt__ut2.sort_by_on_sale_desc'),
('Languages::abt__ut2.sort_by_popularity_asc', 'abt__ut2.sort_by_popularity_asc'),
('Languages::abt__ut2.sort_by_popularity_desc', 'abt__ut2.sort_by_popularity_desc'),
('Languages::abt__ut2.sort_by_position_asc', 'abt__ut2.sort_by_position_asc'),
('Languages::abt__ut2.sort_by_position_desc', 'abt__ut2.sort_by_position_desc'),
('Languages::abt__ut2.sort_by_price_asc', 'abt__ut2.sort_by_price_asc'),
('Languages::abt__ut2.sort_by_price_desc', 'abt__ut2.sort_by_price_desc'),
('Languages::abt__ut2.sort_by_product_asc', 'abt__ut2.sort_by_product_asc'),
('Languages::abt__ut2.sort_by_product_desc', 'abt__ut2.sort_by_product_desc'),
('Languages::abt__ut2.sort_by_rating_asc', 'abt__ut2.sort_by_rating_asc'),
('Languages::abt__ut2.sort_by_rating_desc', 'abt__ut2.sort_by_rating_desc'),
('Languages::abt__ut2.sort_by_timestamp_asc', 'abt__ut2.sort_by_timestamp_asc'),
('Languages::abt__ut2.sort_by_timestamp_desc', 'abt__ut2.sort_by_timestamp_desc'),
('Languages::abt__ut2.upgrade_notifications.4.10.2.d.new_layouts.text', 'abt__ut2.upgrade_notifications.4.10.2.d.new_layouts.text'),
('Languages::abt__ut2.upgrade_notifications.4.10.2.d.new_layouts.title', 'abt__ut2.upgrade_notifications.4.10.2.d.new_layouts.title'),
('Languages::abt__ut2.upgrade_notifications.4.10.3.a.new_layouts.text', 'abt__ut2.upgrade_notifications.4.10.3.a.new_layouts.text'),
('Languages::abt__ut2.upgrade_notifications.4.10.3.a.new_layouts.title', 'abt__ut2.upgrade_notifications.4.10.3.a.new_layouts.title'),
('Languages::abt__ut2.upgrade_notifications.4.10.3.b.added_compatibility_with_ab__ia.text', 'abt__ut2.upgrade_notifications.4.10.3.b.added_compatibility_with_ab__ia.text'),
('Languages::abt__ut2.upgrade_notifications.4.10.3.b.added_compatibility_with_ab__ia.title', 'abt__ut2.upgrade_notifications.4.10.3.b.added_compatibility_with_ab__ia.title'),
('Languages::abt__ut2.upgrade_notifications.4.10.4.b.added_new_less_settings.text', 'abt__ut2.upgrade_notifications.4.10.4.b.added_new_less_settings.text'),
('Languages::abt__ut2.upgrade_notifications.4.10.4.b.added_new_less_settings.title', 'abt__ut2.upgrade_notifications.4.10.4.b.added_new_less_settings.title'),
('Languages::abt__ut2.upgrade_notifications.4.11.3.b.ab__deal_of_the_day.text', 'abt__ut2.upgrade_notifications.4.11.3.b.ab__deal_of_the_day.text'),
('Languages::abt__ut2.upgrade_notifications.4.11.3.b.ab__deal_of_the_day.title', 'abt__ut2.upgrade_notifications.4.11.3.b.ab__deal_of_the_day.title'),
('Languages::abt__ut2.upgrade_notifications.4.11.3.b.brands_page_will_be_removed.text', 'abt__ut2.upgrade_notifications.4.11.3.b.brands_page_will_be_removed.text'),
('Languages::abt__ut2.upgrade_notifications.4.11.3.b.brands_page_will_be_removed.title', 'abt__ut2.upgrade_notifications.4.11.3.b.brands_page_will_be_removed.title'),
('Languages::abt__ut2.upgrade_notifications.4.11.3.c.ab__category_banners.text', 'abt__ut2.upgrade_notifications.4.11.3.c.ab__category_banners.text'),
('Languages::abt__ut2.upgrade_notifications.4.11.3.c.ab__category_banners.title', 'abt__ut2.upgrade_notifications.4.11.3.c.ab__category_banners.title'),
('Languages::abt__ut2.upgrade_notifications.4.11.3.c.ab__video_gallery.text', 'abt__ut2.upgrade_notifications.4.11.3.c.ab__video_gallery.text'),
('Languages::abt__ut2.upgrade_notifications.4.11.3.c.ab__video_gallery.title', 'abt__ut2.upgrade_notifications.4.11.3.c.ab__video_gallery.title'),
('Languages::abt__ut2.upgrade_notifications.4.11.3.c.brands_page_was_removed.text', 'abt__ut2.upgrade_notifications.4.11.3.c.brands_page_was_removed.text'),
('Languages::abt__ut2.upgrade_notifications.4.11.3.c.brands_page_was_removed.title', 'abt__ut2.upgrade_notifications.4.11.3.c.brands_page_was_removed.title'),
('Languages::abt__ut2.upgrade_notifications.4.11.4.a.ab__antibot.text', 'abt__ut2.upgrade_notifications.4.11.4.a.ab__antibot.text'),
('Languages::abt__ut2.upgrade_notifications.4.11.4.a.ab__antibot.title', 'abt__ut2.upgrade_notifications.4.11.4.a.ab__antibot.title'),
('Languages::abt__ut2.upgrade_notifications.recommend_to_update_layouts.text', 'abt__ut2.upgrade_notifications.recommend_to_update_layouts.text'),
('Languages::abt__ut2.upgrade_notifications.recommend_to_update_layouts.title', 'abt__ut2.upgrade_notifications.recommend_to_update_layouts.title'),
('Languages::abt__ut2.upgrade_notifications.text', 'abt__ut2.upgrade_notifications.text'),
('Languages::abt__ut2.upgrade_notifications.title', 'abt__ut2.upgrade_notifications.title'),
('Languages::abt__ut2_advanced_subcategories_menu', 'abt__ut2_advanced_subcategories_menu'),
('Languages::abt__ut2_banner_carousel_combined', 'abt__ut2_banner_carousel_combined'),
('Languages::abt__ut2_banner_combined', 'abt__ut2_banner_combined'),
('Languages::abt__ut2_bt.combinations_generated', 'abt__ut2_bt.combinations_generated'),
('Languages::abt__ut2_bt.empty_data', 'abt__ut2_bt.empty_data'),
('Languages::abt__ut2_bt.form.find_by_additional_product', 'abt__ut2_bt.form.find_by_additional_product'),
('Languages::abt__ut2_bt.form.find_by_base_product', 'abt__ut2_bt.form.find_by_base_product'),
('Languages::abt__ut2_bt.form.find_by_name', 'abt__ut2_bt.form.find_by_name'),
('Languages::abt__ut2_buy_together.editing', 'abt__ut2_buy_together.editing'),
('Languages::abt__ut2_buy_together.generate', 'abt__ut2_buy_together.generate'),
('Languages::abt__ut2_buy_together.manage', 'abt__ut2_buy_together.manage'),
('Languages::abt__ut2_light_menu', 'abt__ut2_light_menu'),
('Languages::abt__ut2_mv.autoinstall.add_layouts', 'abt__ut2_mv.autoinstall.add_layouts'),
('Languages::abt__ut2_mv.help', 'abt__ut2_mv.help'),
('Languages::abt__ut2_mv.help.doc', 'abt__ut2_mv.help.doc'),
('Languages::abt__ut2_mv.product_page_vendor_settings', 'abt__ut2_mv.product_page_vendor_settings'),
('Languages::abt__ut2_mv.upgrade_notifications.4.10.2.b.new_layouts.text', 'abt__ut2_mv.upgrade_notifications.4.10.2.b.new_layouts.text'),
('Languages::abt__ut2_mv.upgrade_notifications.4.10.2.b.new_layouts.title', 'abt__ut2_mv.upgrade_notifications.4.10.2.b.new_layouts.title'),
('Languages::abt__ut2_mv.upgrade_notifications.4.11.2.a.new_settings.text', 'abt__ut2_mv.upgrade_notifications.4.11.2.a.new_settings.text'),
('Languages::abt__ut2_mv.upgrade_notifications.4.11.2.a.new_settings.title', 'abt__ut2_mv.upgrade_notifications.4.11.2.a.new_settings.title'),
('Languages::abt__ut2_mv.upgrade_notifications.recommend_to_update_layouts.text', 'abt__ut2_mv.upgrade_notifications.recommend_to_update_layouts.text'),
('Languages::abt__ut2_mv.upgrade_notifications.recommend_to_update_layouts.title', 'abt__ut2_mv.upgrade_notifications.recommend_to_update_layouts.title'),
('Languages::abt__ut2_mv.upgrade_notifications.text', 'abt__ut2_mv.upgrade_notifications.text'),
('Languages::abt__ut2_mv.upgrade_notifications.title', 'abt__ut2_mv.upgrade_notifications.title'),
('Languages::abt__ut2_mv.vendor_settings_tab', 'abt__ut2_mv.vendor_settings_tab'),
('Languages::abt__ut2_selected_filters', 'abt__ut2_selected_filters'),
('Languages::abt__ut2_show_title', 'abt__ut2_show_title'),
('Languages::abt__ut2_thumbnail_height', 'abt__ut2_thumbnail_height'),
('Languages::abt__ut2_view_more_btn_behavior', 'abt__ut2_view_more_btn_behavior'),
('Languages::abt__ut2_view_more_btn_behavior.tooltip', 'abt__ut2_view_more_btn_behavior.tooltip'),
('Languages::abt__ut2_view_more_btn_behavior_trigger_parent_link', 'abt__ut2_view_more_btn_behavior_trigger_parent_link'),
('Languages::abt__ut2_view_more_btn_behavior_view_items', 'abt__ut2_view_more_btn_behavior_view_items'),
('Languages::abt__ut2__mainbox_general', 'abt__ut2__mainbox_general'),
('Languages::abt__ut2__mainbox_simple', 'abt__ut2__mainbox_simple'),
('Languages::abt__ut2__scroller_advanced', 'abt__ut2__scroller_advanced'),
('Languages::abt__ut2__sidebox_general', 'abt__ut2__sidebox_general'),
('Languages::abt__ut2__sidebox_important', 'abt__ut2__sidebox_important'),
('Languages::abt__ut2__swipe', 'abt__ut2__swipe'),
('Languages::ab_set_video_as_product_image', 'ab_set_video_as_product_image'),
('Languages::ab__addons', 'AB: Add-ons'),
('Languages::ab__addons_manager', 'AB: Add-ons Manager'),
('Languages::ab__am.addon.action.install_addon', 'New version <code>v[ver]</code> is available for you'),
('Languages::ab__am.addon.action.install_addon.button.tooltip', 'By clicking on this button, the v[ver] of add-on will be automatically downloaded and installed to bypass the standard installation of CS-Cart. You also have the possibility to install the add-on in a standard way by downloading the version of the add-on, compatible with your store on the page My Profile → Orders page on the <a href=\'https://cs-cart.alexbranding.com/en/orders/\'>cs-cart.alexbranding.com </a>'),
('Languages::ab__am.addon.action.install_addon.button.value', 'Install v[ver]'),
('Languages::ab__am.addon.action.not_tested_yet', 'The installed version <code>v[ver]</code> has not yet passed testing for your version of the store <b>[cscart]</b>'),
('Languages::ab__am.addon.action.require_update', 'To install the add-on or updates, please, update <b>AB: Add-ons Manager</b> to the actual version <code>v[ver]<code>'),
('Languages::ab__am.addon.action.unavailable_addon', 'The add-on is not available for you (either due to incompatibility with your version of the CS-Cart <b>[cscart]</b> or your subscription for updates has expired)'),
('Languages::ab__am.addon.action.update_addon', 'Update <code>v[ver]</code> is available for you'),
('Languages::ab__am.addon.action.update_addon.button.tooltip', 'If the update is not available through the CS-Cart Upgrade Center, uninstall the add-on on the page <b> Add-ons → Manage Add-ons</b> and v[ver] will be available for installation on this page'),
('Languages::ab__am.addon.action.update_addon.button.value', 'Update to v[ver]'),
('Languages::ab__am.addon.action.wait_new_version', 'The latest version <code>v[ver]</code> is compatible with <b>[cscart]</b> according to your subscription'),
('Languages::ab__am.addon.button_buy_updates.text', 'Renew your subscription to the add-on'),
('Languages::ab__am.addon.button_buy_updates.tooltip', 'Renew the subscription to get the latest updates'),
('Languages::ab__am.addon.button_download_am.note', '<p>AB: Add-ons manager is necessary for the proper operation of our solutions. It organizes your add-ons and groups them by sets. Unobtrusively notifying you about new available updates of the add-on, and gives the opportunity to update them in one click. Also, you can easily extend the subscription to our solutions and get the most current version of the add-on. We constantly update add-ons to make them as useful to you, as possible. <p>Please note, that in order to install and/or update the add-ons, you must have the latest version of AB: Add-ons Manager v[ver]. You will be informed about the release of the new version of the add-on and a link will be provided for downloading add-on archive.</p> <hr> <p></b>How to update AB: Add-ons Manager to v[ver]?</b></p> <ol> <li>When a notification appears about the availability of the new version of AB: Add-ons Manager, download the archive;</li> <li>Close the storefront. (To do this go to Settings → General → Close storefront - set the checkbox and click on the [Save] button, close for just 2 minutes);</li> <li>Delete AB: Add-ons Manager (To do this, go to Add-ons → Manage Add-ons → AB: Add-ons Manager: Delete);</li> <li>Install archive of AB: Add-ons Manager from step 1 (To do this, on the Add-ons → Manage add-ons → button [+]: select the previously downloaded archive from step 1);</li> <li>Clear the cache (Go to the menu item Administration → Storage → Clear Cache);</li> <li>Open the storefront. (To do this, go to Settings → General → Close storefront - uncheck the checkbox and click the [Save] button);</li> </ol>'),
('Languages::ab__am.addon.button_download_am.text', 'Download'),
('Languages::ab__am.addon.changelog', 'List of changes'),
('Languages::ab__am.addon.doc', 'Documentation'),
('Languages::ab__am.addon.msg.available_version_is_installed', 'The latest available version of the add-on is installed'),
('Languages::ab__am.addon.msg.expired_subscription', 'Only v[ver] is available to your store. Renew the subscription to get the actual version of the add-on'),
('Languages::ab__am.addon.msg.final_version_is_installed', 'The Actual version of the add-on is installed'),
('Languages::ab__am.addon.msg.not_available', 'The add-on is not available for your store!'),
('Languages::ab__am.addon.new_version_is_available', 'v[ver] from [date]'),
('Languages::ab__am.addon.new_version_is_available.tooltip', 'New version v[ver] is available from [date]'),
('Languages::ab__am.addon.settings', 'Add-on settings'),
('Languages::ab__am.addon.status.a', 'Add-on status is \"Active\"'),
('Languages::ab__am.addon.status.d', 'Add-on status is \"Inactive\"'),
('Languages::ab__am.addon.status.n', 'Add-on status is \"Not installed yet\"'),
('Languages::ab__am.addon.subscription.active', 'Subscription is active until [date]'),
('Languages::ab__am.addon.subscription.exp', 'Your subscription for updates has expired<b>[date]</b>. To access the current add-on versions, you must buy a subscription.'),
('Languages::ab__am.addon.subscription.exp.button.tooltip', 'Buy subscription to get access to the current add-on versions'),
('Languages::ab__am.addon.subscription.exp.button.value', 'Buy subscription'),
('Languages::ab__am.addon.subscription.expired', 'Subscription expired on [date]. Renew subscription to get actual add-on versions'),
('Languages::ab__am.addon.subscription.ok', 'Your subscription is active until <b>[date]</b>'),
('Languages::ab__am.addon.subscription.ok.button.tooltip', 'Renew subscription to get access to the current add-on versions'),
('Languages::ab__am.addon.subscription.ok.button.value', 'Renew subscription'),
('Languages::ab__am.addon.subscription_updates', 'Updates are available until [date]'),
('Languages::ab__am.addon.table_head.actions', 'Actions'),
('Languages::ab__am.addon.table_head.addon', 'Add-on name'),
('Languages::ab__am.addon.table_head.note', 'Note'),
('Languages::ab__am.addon.table_head.subscription', 'Subscription'),
('Languages::ab__am.addon.table_head.versions', 'Versions'),
('Languages::ab__am.addon.table_head.versions.tooltip', 'List of variants: Installed, Available and Actual'),
('Languages::ab__am.addon.update_instruction', 'Procedure of updating'),
('Languages::ab__am.addon.versions.available', 'Available'),
('Languages::ab__am.addon.versions.final', 'Actual'),
('Languages::ab__am.addon.versions.installed', 'Installed'),
('Languages::ab__am.addon.version_info', '<b>Release date</b>: [date]<br> <b>Compatibility</b>:<br> CS-Cart: [ultimate]<br> Multivendor: [multivendor]'),
('Languages::ab__am.addons', 'AB: List of available sets/add-ons'),
('Languages::ab__am.addons_sets.notes', '<h4>Basic concepts</h4> <p><u>The installed version</u> is the version of the add-on, that is currently installed on your store.</p> <p><u>The available version</u> is the latest version of the add-on, that is available for you to install and/or update within the prepaid subscription for updates. For example, for the add-on there are versions v2.0 from February 15, 2019 and v2.1 from March 2, 2019 and your subscription to the add-on updates ended on March 1, 2019, then the latest available version for you will be version v2.0 from 15 February 2019. To receive version v2.1 of March 2, 2019, it is necessary to renew the subscription period.</p> <p><u>The actual version</u> is the latest version of the add-on at the moment. We recommend you always update to the actual version, which contains fixed bugs and new useful functionality.</p> <p><u>The add-on is not available for your store</u> — it is possible, the version of your CS-Cart does not correspond to the minimum acceptable version for the add-on. For example, the YoupiTheme is available only for CS-Cart 4.7.x and more.</p> <br> <h4>Installation process</h4> <p>The installation of the add-on has never been so simple as it is now. After purchasing AlexBranding add-ons and installing <b>AB: Add-ons Manager</b> you can install the latest version of the add-on in one click, without any visits to the personal cabinet in the store, order search, downloading of archives, etc.</p> <br> <h4>Upgrade process</h4> <p>Add-ons updating goes via CS-Cart <b>Upgrade Center</b>. If there is no update available in the CS-Cart Upgrade Center, the update is performed by Deinstallation the old version of the add-on and Installing the new version</p> <br> <h4>Cache</h4> <p>After installing and/or updating, you must reset CS-Cart cache. See CS-Cart <a target=\'_blank\' href=\'https://docs.cs-cart.com/4.7.x/developer_guide/getting_started/cache_clearing.html\'>documentation</a> for more details.</p>'),
('Languages::ab__am.available_addons', 'List of available AB: Add-ons'),
('Languages::ab__am.available_sets', 'List of available AB: Sets'),
('Languages::ab__am.filter', 'Filter ([active] from [total])'),
('Languages::ab__am.go_to_all_stores', 'AB: Add-ons are available only in the <a href=\'[link]\'>All stores</a> mode.'),
('Languages::ab__am.install.checking', '[name] — <b>checking</b>'),
('Languages::ab__am.install.clearing_cache', 'Clearing cache'),
('Languages::ab__am.install.downloading', '[name] — <b>downloading</b>'),
('Languages::ab__am.install.install', 'The installation process'),
('Languages::ab__am.install.installing', '[name] — <b>installing</b>'),
('Languages::ab__am.install.update', 'The update process'),
('Languages::ab__am.menu.available_update', 'Update available'),
('Languages::ab__am.menu.available_updates', 'Updates available'),
('Languages::ab__am.menu.new_version', 'v[ver]'),
('Languages::ab__am.menu.number_of_notifications', 'Number of notifications'),
('Languages::ab__am.menu.number_of_updates', 'Number of updates'),
('Languages::ab__am.msg.addon_is_already_installed', 'You have already installed the add-on <b>[name]</b> the latest version <b>[version]</b>'),
('Languages::ab__am.msg.addon_is_already_installed_upd', 'You have already installed the add-on <b>[name]</b> the latest version <b>[version]</b>, you can perform the add-on update to version <b>[version_last]</b>'),
('Languages::ab__am.msg.error_code', 'Error Code'),
('Languages::ab__am.msg.no_permissions', 'No write permission'),
('Languages::ab__am.msg.update_am', 'To install and/or update our add-ons, you should update AB: Add-ons Manager to the latest version <b>v[ver]</b>!'),
('Languages::ab__am.note', 'More info'),
('Languages::ab__am.notifications', 'List of notifications from AlexBranding'),
('Languages::ab__am.notifications.notes', 'In this section you will find information about our news and promotions. Regularly we will inform you about the releases of our new solutions, discounts or closed promotions, available only for you.'),
('Languages::ab__am.no_data', 'To use AlexBranding add-ons and/or sets, your domain <b>[domain]</b> must be licensed.<br>In the case of absence of the domain <b>[domain]</b> in the list of licensed domains, all AlexBranding solutions will be automatically turned off. <br>Contact <b>info@alexbranding.com</b> for problem solving.'),
('Languages::ab__am.no_data.notification', 'Due to the fact, that your domain [domain] is not included in the list of licensed, some AlexBranding add-ons have been automatically turned off. <a href=\'[link]\'>More info</a>.'),
('Languages::ab__am.order', '(Order #[order_id])'),
('Languages::ab__am.our_store', 'AlexBranding\'s store'),
('Languages::ab__am.set.available_updates', 'New versions are available: [n]'),
('Languages::ab__am.set.button_buy_updates.text', 'Renew your subscription to the set'),
('Languages::ab__am.set.button_buy_updates.tooltip', 'Update subscription expired [date]. Renew the subscription for the latest updates'),
('Languages::ab__am.set.set', 'Set name'),
('Languages::ab__am.set.subscription_updates', 'Updates are available until [date]'),
('Languages::ab__am.submit.install.text', 'Install version v[ver]'),
('Languages::ab__am.submit.tooltip', 'Keep in mind that before installing/updating all files of this add-on will be deleted, including your changes in this add-on. If you have any files - be sure to save them. [update_info]'),
('Languages::ab__am.submit.tooltip.update_info', 'Be sure to remember add-on settings to restore them after the update if they are'),
('Languages::ab__am.submit.update.text', 'Update to version v[ver]'),
('Languages::ab__am.submit.update.tooltip', ''),
('Languages::ab__am.subscription', 'Subscribe to our channels to be the first<br>to know about new releases and promotions!'),
('Languages::ab__am.subscription.channels.variant.email.href', 'https://cs-cart.alexbranding.com/en/subscription-en.html'),
('Languages::ab__am.subscription.channels.variant.email.title', 'Email'),
('Languages::ab__am.subscription.channels.variant.facebook.href', 'https://fb.me/AlexBrandingEn'),
('Languages::ab__am.subscription.channels.variant.facebook.title', 'Facebook'),
('Languages::ab__am.subscription.channels.variant.instagram.href', 'https://www.instagram.com/alexbrandingteam/'),
('Languages::ab__am.subscription.channels.variant.instagram.title', 'Instagram'),
('Languages::ab__am.subscription.channels.variant.telegram.href', 'https://t.me/alexbranding_en'),
('Languages::ab__am.subscription.channels.variant.telegram.title', 'Telegram'),
('Languages::ab__am.subscription.channels.variant.twitter.href', 'https://twitter.com/alexbranding_en'),
('Languages::ab__am.subscription.channels.variant.twitter.title', 'Twitter'),
('Languages::ab__am.subscription.channels.variant.whatsapp.href', 'https://chat.whatsapp.com/GzW9eZjXH6YL2b0d9gitvk'),
('Languages::ab__am.subscription.channels.variant.whatsapp.title', 'WhatsApp'),
('Languages::ab__am.subscription.channels.variant.youtube.href', 'https://www.youtube.com/channel/UCTkiV2DqPqQaLOyWZzBFjaA'),
('Languages::ab__am.subscription.channels.variant.youtube.title', 'Youtube'),
('Languages::ab__category_banners', 'ab__category_banners'),
('Languages::ab__category_banners.add', 'ab__category_banners.add'),
('Languages::ab__category_banners.adding', 'ab__category_banners.adding'),
('Languages::ab__category_banners.demodata', 'ab__category_banners.demodata'),
('Languages::ab__category_banners.editing', 'ab__category_banners.editing'),
('Languages::ab__category_banners.export', 'ab__category_banners.export'),
('Languages::ab__category_banners.help', 'ab__category_banners.help'),
('Languages::ab__category_banners.manage', 'ab__category_banners.manage'),
('Languages::ab__cb.autoinstall.banners_created', 'ab__cb.autoinstall.banners_created'),
('Languages::ab__cb.autoinstall.banners_not_created', 'ab__cb.autoinstall.banners_not_created'),
('Languages::ab__cb.autoinstall.no_category', 'ab__cb.autoinstall.no_category'),
('Languages::ab__cb.autoinstall.no_demodata', 'ab__cb.autoinstall.no_demodata'),
('Languages::ab__cb.banner_position', 'ab__cb.banner_position'),
('Languages::ab__cb.cat_banner', 'ab__cb.cat_banner'),
('Languages::ab__cb.cron_links', 'ab__cb.cron_links'),
('Languages::ab__cb.datatime', 'ab__cb.datatime'),
('Languages::ab__cb.demodata.table.action', 'ab__cb.demodata.table.action'),
('Languages::ab__cb.demodata.table.add_banners', 'ab__cb.demodata.table.add_banners'),
('Languages::ab__cb.demodata.table.description', 'ab__cb.demodata.table.description'),
('Languages::ab__cb.demodata_description', 'ab__cb.demodata_description'),
('Languages::ab__cb.errors.cron_key', 'ab__cb.errors.cron_key'),
('Languages::ab__cb.export.actions.banners', 'ab__cb.export.actions.banners'),
('Languages::ab__cb.export.actions.banners.placeholder', 'ab__cb.export.actions.banners.placeholder'),
('Languages::ab__cb.export.table.action', 'ab__cb.export.table.action'),
('Languages::ab__cb.export.table.data', 'ab__cb.export.table.data'),
('Languages::ab__cb.export.table.description', 'ab__cb.export.table.description'),
('Languages::ab__cb.export_description', 'ab__cb.export_description'),
('Languages::ab__cb.form.content_general', 'ab__cb.form.content_general'),
('Languages::ab__cb.form.content_link', 'ab__cb.form.content_link'),
('Languages::ab__cb.form.content_schedule', 'ab__cb.form.content_schedule'),
('Languages::ab__cb.form.friday', 'ab__cb.form.friday'),
('Languages::ab__cb.form.from_date', 'ab__cb.form.from_date'),
('Languages::ab__cb.form.grid_image', 'ab__cb.form.grid_image'),
('Languages::ab__cb.form.include_subcategories', 'ab__cb.form.include_subcategories'),
('Languages::ab__cb.form.list_image', 'ab__cb.form.list_image'),
('Languages::ab__cb.form.monday', 'ab__cb.form.monday'),
('Languages::ab__cb.form.m_turn_off', 'ab__cb.form.m_turn_off'),
('Languages::ab__cb.form.m_turn_on', 'ab__cb.form.m_turn_on'),
('Languages::ab__cb.form.nofollow', 'ab__cb.form.nofollow'),
('Languages::ab__cb.form.position', 'ab__cb.form.position'),
('Languages::ab__cb.form.saturday', 'ab__cb.form.saturday'),
('Languages::ab__cb.form.sunday', 'ab__cb.form.sunday'),
('Languages::ab__cb.form.target_blank', 'ab__cb.form.target_blank'),
('Languages::ab__cb.form.thursday', 'ab__cb.form.thursday'),
('Languages::ab__cb.form.to_date', 'ab__cb.form.to_date'),
('Languages::ab__cb.form.tuesday', 'ab__cb.form.tuesday'),
('Languages::ab__cb.form.url', 'ab__cb.form.url'),
('Languages::ab__cb.form.wednesday', 'ab__cb.form.wednesday'),
('Languages::ab__cb.help.cron.title', 'ab__cb.help.cron.title'),
('Languages::ab__cb.help.doc', 'ab__cb.help.doc'),
('Languages::ab__cb.settings', 'ab__cb.settings'),
('Languages::ab__cb.set_from_and_to', 'ab__cb.set_from_and_to'),
('Languages::ab__cb.upgrade_notifications.2.0.0.text', 'ab__cb.upgrade_notifications.2.0.0.text'),
('Languages::ab__cb.upgrade_notifications.2.0.0.title', 'ab__cb.upgrade_notifications.2.0.0.title'),
('Languages::ab__deal_of_the_day', 'ab__deal_of_the_day'),
('Languages::ab__deal_of_the_day_title_product', 'ab__deal_of_the_day_title_product'),
('Languages::ab__dotd.add_promotions', 'ab__dotd.add_promotions'),
('Languages::ab__dotd.add_promotions_and_close', 'ab__dotd.add_promotions_and_close'),
('Languages::ab__dotd.all_promotions', 'ab__dotd.all_promotions'),
('Languages::ab__dotd.all_promotions.title', 'ab__dotd.all_promotions.title'),
('Languages::ab__dotd.all_promotions_list', 'ab__dotd.all_promotions_list'),
('Languages::ab__dotd.autoinstall.no_demodata', 'ab__dotd.autoinstall.no_demodata'),
('Languages::ab__dotd.autoinstall.promotions_created', 'ab__dotd.autoinstall.promotions_created'),
('Languages::ab__dotd.autoinstall.promotions_not_created', 'ab__dotd.autoinstall.promotions_not_created'),
('Languages::ab__dotd.block.priority', 'ab__dotd.block.priority'),
('Languages::ab__dotd.chains_list.title', 'ab__dotd.chains_list.title'),
('Languages::ab__dotd.choose_promotion', 'ab__dotd.choose_promotion'),
('Languages::ab__dotd.clear_filter', 'ab__dotd.clear_filter'),
('Languages::ab__dotd.counter.days', 'ab__dotd.counter.days'),
('Languages::ab__dotd.counter.hours', 'ab__dotd.counter.hours'),
('Languages::ab__dotd.counter.minutes', 'ab__dotd.counter.minutes'),
('Languages::ab__dotd.counter.months', 'ab__dotd.counter.months'),
('Languages::ab__dotd.counter.seconds', 'ab__dotd.counter.seconds'),
('Languages::ab__dotd.counter.years', 'ab__dotd.counter.years'),
('Languages::ab__dotd.days_left', 'ab__dotd.days_left'),
('Languages::ab__dotd.days_to_start', 'ab__dotd.days_to_start'),
('Languages::ab__dotd.demodata', 'ab__dotd.demodata'),
('Languages::ab__dotd.demodata.table.action', 'ab__dotd.demodata.table.action'),
('Languages::ab__dotd.demodata.table.add_promotions', 'ab__dotd.demodata.table.add_promotions'),
('Languages::ab__dotd.demodata.table.description', 'ab__dotd.demodata.table.description'),
('Languages::ab__dotd.demodata_description', 'ab__dotd.demodata_description'),
('Languages::ab__dotd.detailed', 'ab__dotd.detailed'),
('Languages::ab__dotd.error.use_schedule_is_on', 'ab__dotd.error.use_schedule_is_on'),
('Languages::ab__dotd.form.filter', 'ab__dotd.form.filter'),
('Languages::ab__dotd.form.h1', 'ab__dotd.form.h1'),
('Languages::ab__dotd.form.hide_products_block', 'ab__dotd.form.hide_products_block'),
('Languages::ab__dotd.form.list_image', 'ab__dotd.form.list_image'),
('Languages::ab__dotd.form.meta_description', 'ab__dotd.form.meta_description'),
('Languages::ab__dotd.form.meta_keywords', 'ab__dotd.form.meta_keywords'),
('Languages::ab__dotd.form.page_image', 'ab__dotd.form.page_image'),
('Languages::ab__dotd.form.page_title', 'ab__dotd.form.page_title'),
('Languages::ab__dotd.form.show_label_in_products_lists', 'ab__dotd.form.show_label_in_products_lists'),
('Languages::ab__dotd.form.show_label_in_products_lists.tooltip', 'ab__dotd.form.show_label_in_products_lists.tooltip'),
('Languages::ab__dotd.form.use_products_filter', 'ab__dotd.form.use_products_filter'),
('Languages::ab__dotd.form.use_schedule', 'ab__dotd.form.use_schedule'),
('Languages::ab__dotd.form.use_schedule.tooltip', 'ab__dotd.form.use_schedule.tooltip'),
('Languages::ab__dotd.from', 'ab__dotd.from'),
('Languages::ab__dotd.get_more_combinations', 'ab__dotd.get_more_combinations'),
('Languages::ab__dotd.help', 'ab__dotd.help'),
('Languages::ab__dotd.layouts', 'ab__dotd.layouts');
INSERT INTO `partiushop_original_values` (`msgctxt`, `msgid`) VALUES
('Languages::ab__dotd.layouts.choose_layout_to_reset', 'ab__dotd.layouts.choose_layout_to_reset'),
('Languages::ab__dotd.layouts.header', 'ab__dotd.layouts.header'),
('Languages::ab__dotd.layouts.layout_is_not_found', 'ab__dotd.layouts.layout_is_not_found'),
('Languages::ab__dotd.layouts.layout_was_reset', 'ab__dotd.layouts.layout_was_reset'),
('Languages::ab__dotd.layouts.table.action', 'ab__dotd.layouts.table.action'),
('Languages::ab__dotd.layouts.table.dispatch', 'ab__dotd.layouts.table.dispatch'),
('Languages::ab__dotd.layouts.table.dispatch_description', 'ab__dotd.layouts.table.dispatch_description'),
('Languages::ab__dotd.layouts.table.get_file', 'ab__dotd.layouts.table.get_file'),
('Languages::ab__dotd.layouts.table.layouts', 'ab__dotd.layouts.table.layouts'),
('Languages::ab__dotd.less', 'ab__dotd.less'),
('Languages::ab__dotd.more', 'ab__dotd.more'),
('Languages::ab__dotd.page_action_period', 'ab__dotd.page_action_period'),
('Languages::ab__dotd.promotion_awaited', 'ab__dotd.promotion_awaited'),
('Languages::ab__dotd.promotion_expired', 'ab__dotd.promotion_expired'),
('Languages::ab__dotd.schedule.table_header', 'ab__dotd.schedule.table_header'),
('Languages::ab__dotd.settings', 'ab__dotd.settings'),
('Languages::ab__dotd.showed_combinations', 'ab__dotd.showed_combinations'),
('Languages::ab__dotd.sort.created', 'ab__dotd.sort.created'),
('Languages::ab__dotd.sort.name', 'ab__dotd.sort.name'),
('Languages::ab__dotd.sort.priority', 'ab__dotd.sort.priority'),
('Languages::ab__dotd.sort.to_date', 'ab__dotd.sort.to_date'),
('Languages::ab__dotd.tab.ab__dotd_schedule_header', 'ab__dotd.tab.ab__dotd_schedule_header'),
('Languages::ab__dotd.to', 'ab__dotd.to'),
('Languages::ab__dotd.today_only', 'ab__dotd.today_only'),
('Languages::ab__dotd_awaited_promotions', 'ab__dotd_awaited_promotions'),
('Languages::ab__dotd_enable_countdown_timer', 'ab__dotd_enable_countdown_timer'),
('Languages::ab__dotd_expired_promotions', 'ab__dotd_expired_promotions'),
('Languages::ab__dotd_help.docs', 'ab__dotd_help.docs'),
('Languages::ab__dotd_product_label', 'ab__dotd_product_label'),
('Languages::ab__dotd_schedule', 'ab__dotd_schedule'),
('Languages::ab__dotd_scroller', 'ab__dotd_scroller'),
('Languages::ab__dotd_sorted_promotions', 'ab__dotd_sorted_promotions'),
('Languages::ab__dotd_time_awaited_left', 'ab__dotd_time_awaited_left'),
('Languages::ab__dotd_time_left', 'ab__dotd_time_left'),
('Languages::ab__fast_navigation', 'ab__fast_navigation'),
('Languages::ab__fast_navigation.demodata', 'ab__fast_navigation.demodata'),
('Languages::ab__fast_navigation.export', 'ab__fast_navigation.export'),
('Languages::ab__fast_navigation.help', 'ab__fast_navigation.help'),
('Languages::ab__fast_navigation.help.doc', 'ab__fast_navigation.help.doc'),
('Languages::ab__fn.category.label', 'ab__fn.category.label'),
('Languages::ab__fn.category.label.show', 'ab__fn.category.label.show'),
('Languages::ab__fn.category.label.show.tooltip', 'ab__fn.category.label.show.tooltip'),
('Languages::ab__fn.category.label_background', 'ab__fn.category.label_background'),
('Languages::ab__fn.category.label_color', 'ab__fn.category.label_color'),
('Languages::ab__fn.category.status', 'ab__fn.category.status'),
('Languages::ab__fn.category.status.tooltip', 'ab__fn.category.status.tooltip'),
('Languages::ab__fn.category.use_origin_image', 'ab__fn.category.use_origin_image'),
('Languages::ab__fn.category.use_origin_image.tooltip', 'ab__fn.category.use_origin_image.tooltip'),
('Languages::ab__fn.common_btn_text.tooltip', 'ab__fn.common_btn_text.tooltip'),
('Languages::ab__fn.demodata.actions.export_menu', 'ab__fn.demodata.actions.export_menu'),
('Languages::ab__fn.demodata.actions.export_menu.placeholder', 'ab__fn.demodata.actions.export_menu.placeholder'),
('Languages::ab__fn.demodata.errors.file_broken', 'ab__fn.demodata.errors.file_broken'),
('Languages::ab__fn.demodata.success.menu_created', 'ab__fn.demodata.success.menu_created'),
('Languages::ab__fn.demodata.table.action', 'ab__fn.demodata.table.action'),
('Languages::ab__fn.demodata.table.add_menu', 'ab__fn.demodata.table.add_menu'),
('Languages::ab__fn.demodata.table.description', 'ab__fn.demodata.table.description'),
('Languages::ab__fn.demodata_description', 'ab__fn.demodata_description'),
('Languages::ab__fn.export.table.action', 'ab__fn.export.table.action'),
('Languages::ab__fn.export.table.data', 'ab__fn.export.table.data'),
('Languages::ab__fn.export.table.description', 'ab__fn.export.table.description'),
('Languages::ab__fn.export_description', 'ab__fn.export_description'),
('Languages::ab__fn.front.button.defult_text', 'ab__fn.front.button.defult_text'),
('Languages::ab__fn.menu.icon', 'ab__fn.menu.icon'),
('Languages::ab__fn.menu.label', 'ab__fn.menu.label'),
('Languages::ab__fn.menu.label.show', 'ab__fn.menu.label.show'),
('Languages::ab__fn.menu.label.show.tooltip', 'ab__fn.menu.label.show.tooltip'),
('Languages::ab__fn.menu.label_background', 'ab__fn.menu.label_background'),
('Languages::ab__fn.menu.label_color', 'ab__fn.menu.label_color'),
('Languages::ab__fn.menu.status', 'ab__fn.menu.status'),
('Languages::ab__fn.menu.status.tooltip', 'ab__fn.menu.status.tooltip'),
('Languages::ab__fn.menu.use_origin_image', 'ab__fn.menu.use_origin_image'),
('Languages::ab__fn.menu.use_origin_image.tooltip', 'ab__fn.menu.use_origin_image.tooltip'),
('Languages::ab__fn.more', 'ab__fn.more'),
('Languages::ab__fn.show_more', 'ab__fn.show_more'),
('Languages::ab__fn_add_link', 'ab__fn_add_link'),
('Languages::ab__fn_add_link.tooltip', 'ab__fn_add_link.tooltip'),
('Languages::ab__fn_cbt_as_btn', 'ab__fn_cbt_as_btn'),
('Languages::ab__fn_cbt_as_txt', 'ab__fn_cbt_as_txt'),
('Languages::ab__fn_common_btn_class', 'ab__fn_common_btn_class'),
('Languages::ab__fn_common_btn_class.tooltip', 'ab__fn_common_btn_class.tooltip'),
('Languages::ab__fn_common_btn_text', 'ab__fn_common_btn_text'),
('Languages::ab__fn_common_btn_type', 'ab__fn_common_btn_type'),
('Languages::ab__fn_common_btn_type.tooltip', 'ab__fn_common_btn_type.tooltip'),
('Languages::ab__fn_display_type', 'ab__fn_display_type'),
('Languages::ab__fn_grid', 'ab__fn_grid'),
('Languages::ab__fn_icon_width', 'ab__fn_icon_width'),
('Languages::ab__fn_init_scrollbar', 'ab__fn_init_scrollbar'),
('Languages::ab__fn_init_second_level_scroll', 'ab__fn_init_second_level_scroll'),
('Languages::ab__fn_number_of_columns', 'ab__fn_number_of_columns'),
('Languages::ab__fn_number_of_columns.tooltip', 'ab__fn_number_of_columns.tooltip'),
('Languages::ab__fn_number_of_columns_desktop', 'ab__fn_number_of_columns_desktop'),
('Languages::ab__fn_number_of_columns_desktop.tooltip', 'ab__fn_number_of_columns_desktop.tooltip'),
('Languages::ab__fn_number_of_columns_desktop_small', 'ab__fn_number_of_columns_desktop_small'),
('Languages::ab__fn_number_of_columns_desktop_small.tooltip', 'ab__fn_number_of_columns_desktop_small.tooltip'),
('Languages::ab__fn_number_of_columns_mobile', 'ab__fn_number_of_columns_mobile'),
('Languages::ab__fn_number_of_columns_mobile.tooltip', 'ab__fn_number_of_columns_mobile.tooltip'),
('Languages::ab__fn_number_of_columns_tablet', 'ab__fn_number_of_columns_tablet'),
('Languages::ab__fn_number_of_columns_tablet.tooltip', 'ab__fn_number_of_columns_tablet.tooltip'),
('Languages::ab__fn_number_of_columns_tablet_small', 'ab__fn_number_of_columns_tablet_small'),
('Languages::ab__fn_number_of_columns_tablet_small.tooltip', 'ab__fn_number_of_columns_tablet_small.tooltip'),
('Languages::ab__fn_one_level', 'ab__fn_one_level'),
('Languages::ab__fn_scroller', 'ab__fn_scroller'),
('Languages::ab__fn_show_common_btn', 'ab__fn_show_common_btn'),
('Languages::ab__fn_show_common_btn.tooltip', 'ab__fn_show_common_btn.tooltip'),
('Languages::ab__fn_show_common_btn_link', 'ab__fn_show_common_btn_link'),
('Languages::ab__fn_show_common_btn_link.tooltip', 'ab__fn_show_common_btn_link.tooltip'),
('Languages::ab__fn_two_level', 'ab__fn_two_level'),
('Languages::ab__hide_product_description', 'ab__hide_product_description'),
('Languages::ab__landing_categories', 'ab__landing_categories'),
('Languages::ab__lc.add_menu.added_new_menu', 'ab__lc.add_menu.added_new_menu'),
('Languages::ab__lc.add_menu.used_existing_menu', 'ab__lc.add_menu.used_existing_menu'),
('Languages::ab__lc.breadcrumb_catalog', 'ab__lc.breadcrumb_catalog'),
('Languages::ab__lc.catalog.icon', 'ab__lc.catalog.icon'),
('Languages::ab__lc.catalog.image_control', 'ab__lc.catalog.image_control'),
('Languages::ab__lc.catalog.image_control.left', 'ab__lc.catalog.image_control.left'),
('Languages::ab__lc.catalog.image_control.none', 'ab__lc.catalog.image_control.none'),
('Languages::ab__lc.catalog.image_control.top', 'ab__lc.catalog.image_control.top'),
('Languages::ab__lc.catalog.show_more', 'ab__lc.catalog.show_more'),
('Languages::ab__lc.category.list', 'ab__lc.category.list'),
('Languages::ab__lc.category.list.tooltip', 'ab__lc.category.list.tooltip'),
('Languages::ab__lc.control_subcategory_structure', 'ab__lc.control_subcategory_structure'),
('Languages::ab__lc.control_subcategory_structure.add_menu', 'ab__lc.control_subcategory_structure.add_menu'),
('Languages::ab__lc.control_subcategory_structure.add_menu.added_new_menu', 'ab__lc.control_subcategory_structure.add_menu.added_new_menu'),
('Languages::ab__lc.control_subcategory_structure.add_menu.info', 'ab__lc.control_subcategory_structure.add_menu.info'),
('Languages::ab__lc.control_subcategory_structure.add_menu.info.multiplestore', 'ab__lc.control_subcategory_structure.add_menu.info.multiplestore'),
('Languages::ab__lc.control_subcategory_structure.add_menu.used_existing_menu', 'ab__lc.control_subcategory_structure.add_menu.used_existing_menu'),
('Languages::ab__lc.control_subcategory_structure.how_to_use_menu', 'ab__lc.control_subcategory_structure.how_to_use_menu'),
('Languages::ab__lc.control_subcategory_structure.how_to_use_menu.append', 'ab__lc.control_subcategory_structure.how_to_use_menu.append'),
('Languages::ab__lc.control_subcategory_structure.how_to_use_menu.not_to_use', 'ab__lc.control_subcategory_structure.how_to_use_menu.not_to_use'),
('Languages::ab__lc.control_subcategory_structure.how_to_use_menu.prepend', 'ab__lc.control_subcategory_structure.how_to_use_menu.prepend'),
('Languages::ab__lc.control_subcategory_structure.how_to_use_menu.replace', 'ab__lc.control_subcategory_structure.how_to_use_menu.replace'),
('Languages::ab__lc.control_subcategory_structure.inherit_control', 'ab__lc.control_subcategory_structure.inherit_control'),
('Languages::ab__lc.control_subcategory_structure.menu_id', 'ab__lc.control_subcategory_structure.menu_id'),
('Languages::ab__lc.demodata', 'ab__lc.demodata'),
('Languages::ab__lc.demodata.actions.export_category', 'ab__lc.demodata.actions.export_category'),
('Languages::ab__lc.demodata.actions.export_category.placeholder', 'ab__lc.demodata.actions.export_category.placeholder'),
('Languages::ab__lc.demodata.success.category', 'ab__lc.demodata.success.category'),
('Languages::ab__lc.demodata.table.action', 'ab__lc.demodata.table.action'),
('Languages::ab__lc.demodata.table.add_category', 'ab__lc.demodata.table.add_category'),
('Languages::ab__lc.demodata.table.description', 'ab__lc.demodata.table.description'),
('Languages::ab__lc.demodata_description', 'ab__lc.demodata_description'),
('Languages::ab__lc.export', 'ab__lc.export'),
('Languages::ab__lc.export.description', 'ab__lc.export.description'),
('Languages::ab__lc.export.table.action', 'ab__lc.export.table.action'),
('Languages::ab__lc.export.table.data', 'ab__lc.export.table.data'),
('Languages::ab__lc.export.table.description', 'ab__lc.export.table.description'),
('Languages::ab__lc.help', 'ab__lc.help'),
('Languages::ab__lc.help.doc', 'ab__lc.help.doc'),
('Languages::ab__lc.landing_category.landing', 'ab__lc.landing_category.landing'),
('Languages::ab__lc.landing_category.show_more', 'ab__lc.landing_category.show_more'),
('Languages::ab__lc.landing_category.subsubcategories', 'ab__lc.landing_category.subsubcategories'),
('Languages::ab__lc.settings', 'ab__lc.settings'),
('Languages::ab__lc_catalog', 'ab__lc_catalog'),
('Languages::ab__lc_landing_category', 'ab__lc_landing_category'),
('Languages::ab__mb.admin.categories_update.description', 'ab__mb.admin.categories_update.description'),
('Languages::ab__mb.admin.categories_update.description.tooltip', 'ab__mb.admin.categories_update.description.tooltip'),
('Languages::ab__mb.admin.categories_update.description.tooltip.link', 'ab__mb.admin.categories_update.description.tooltip.link'),
('Languages::ab__mb.class_copied', 'ab__mb.class_copied'),
('Languages::ab__mb.demodata.description', 'ab__mb.demodata.description'),
('Languages::ab__mb.demodata.errors.no_data', 'ab__mb.demodata.errors.no_data'),
('Languages::ab__mb.demodata.successes.blocks', 'ab__mb.demodata.successes.blocks'),
('Languages::ab__mb.demodata.table.add_blocks', 'ab__mb.demodata.table.add_blocks'),
('Languages::ab__mb.demodata.table.description', 'ab__mb.demodata.table.description'),
('Languages::ab__mb.description', 'ab__mb.description'),
('Languages::ab__mb.destinations', 'ab__mb.destinations'),
('Languages::ab__mb.destinations.add_destinations', 'ab__mb.destinations.add_destinations'),
('Languages::ab__mb.destinations.add_destinations_and_close', 'ab__mb.destinations.add_destinations_and_close'),
('Languages::ab__mb.destinations.text_all_destinations_included', 'ab__mb.destinations.text_all_destinations_included'),
('Languages::ab__mb.editing_motivation_item', 'ab__mb.editing_motivation_item'),
('Languages::ab__mb.errors.disabled_option_choosen', 'ab__mb.errors.disabled_option_choosen'),
('Languages::ab__mb.exclude.categories', 'ab__mb.exclude.categories'),
('Languages::ab__mb.exclude.categories.tooltip', 'ab__mb.exclude.categories.tooltip'),
('Languages::ab__mb.exclude.destinations', 'ab__mb.exclude.destinations'),
('Languages::ab__mb.exclude.destinations.tooltip', 'ab__mb.exclude.destinations.tooltip'),
('Languages::ab__mb.exclude.exclude', 'ab__mb.exclude.exclude'),
('Languages::ab__mb.exclude.exclude.full_text', 'ab__mb.exclude.exclude.full_text'),
('Languages::ab__mb.exclude.not_exclude', 'ab__mb.exclude.not_exclude'),
('Languages::ab__mb.exclude.not_exclude.full_text', 'ab__mb.exclude.not_exclude.full_text'),
('Languages::ab__mb.go_to', 'ab__mb.go_to'),
('Languages::ab__mb.go_to.destinations_manage', 'ab__mb.go_to.destinations_manage'),
('Languages::ab__mb.go_to.mb_manage', 'ab__mb.go_to.mb_manage'),
('Languages::ab__mb.icons.class', 'ab__mb.icons.class'),
('Languages::ab__mb.icons.class.tooltip', 'ab__mb.icons.class.tooltip'),
('Languages::ab__mb.icons.info', 'ab__mb.icons.info'),
('Languages::ab__mb.icons.refresh', 'ab__mb.icons.refresh'),
('Languages::ab__mb.icons.refreshed_successfully', 'ab__mb.icons.refreshed_successfully'),
('Languages::ab__mb.icons.tygh_icons', 'ab__mb.icons.tygh_icons'),
('Languages::ab__mb.icons.yt_icons', 'ab__mb.icons.yt_icons'),
('Languages::ab__mb.icon_class', 'ab__mb.icon_class'),
('Languages::ab__mb.icon_color', 'ab__mb.icon_color'),
('Languages::ab__mb.icon_type', 'ab__mb.icon_type'),
('Languages::ab__mb.new_motivation_item', 'ab__mb.new_motivation_item'),
('Languages::ab__mb.not_display_on', 'ab__mb.not_display_on'),
('Languages::ab__mb.only_for.vertical_tabs.tooltip', 'ab__mb.only_for.vertical_tabs.tooltip'),
('Languages::ab__mb.products.also_in_categories', 'ab__mb.products.also_in_categories'),
('Languages::ab__mb.settings', 'ab__mb.settings'),
('Languages::ab__mb.set_default_value', 'ab__mb.set_default_value'),
('Languages::ab__mb.templates_settings.brand_feature_id', 'ab__mb.templates_settings.brand_feature_id'),
('Languages::ab__mb.templates_settings.brand_feature_id.tooltip', 'ab__mb.templates_settings.brand_feature_id.tooltip'),
('Languages::ab__mb.templates_settings.max_tags_count', 'ab__mb.templates_settings.max_tags_count'),
('Languages::ab__mb.template_path.search.ignore_this_field', 'ab__mb.template_path.search.ignore_this_field'),
('Languages::ab__mb.template_path.search.ignore_this_field.tooltip', 'ab__mb.template_path.search.ignore_this_field.tooltip'),
('Languages::ab__mb.template_path.templates.categories_list', 'ab__mb.template_path.templates.categories_list'),
('Languages::ab__mb.template_path.templates.categories_list.tooltip', 'ab__mb.template_path.templates.categories_list.tooltip'),
('Languages::ab__mb.template_path.templates.geo_maps', 'ab__mb.template_path.templates.geo_maps'),
('Languages::ab__mb.template_path.templates.geo_maps.tooltip', 'ab__mb.template_path.templates.geo_maps.tooltip'),
('Languages::ab__mb.template_path.templates.payment_methods', 'ab__mb.template_path.templates.payment_methods'),
('Languages::ab__mb.template_path.templates.payment_methods.tooltip', 'ab__mb.template_path.templates.payment_methods.tooltip'),
('Languages::ab__mb.template_path.templates.tags_list', 'ab__mb.template_path.templates.tags_list'),
('Languages::ab__mb.template_path.templates.tags_list.tooltip', 'ab__mb.template_path.templates.tags_list.tooltip'),
('Languages::ab__mb.template_path.templates.warning', 'ab__mb.template_path.templates.warning'),
('Languages::ab__mb.template_path.tooltip', 'ab__mb.template_path.tooltip'),
('Languages::ab__mb.template_path.variants.custom', 'ab__mb.template_path.variants.custom'),
('Languages::ab__mb.template_path.variants.custom.tooltip', 'ab__mb.template_path.variants.custom.tooltip'),
('Languages::ab__mb.update_help.tip_1', 'ab__mb.update_help.tip_1'),
('Languages::ab__mb.update_help.title', 'ab__mb.update_help.title'),
('Languages::ab__mb.upgrade_notifications.2.0.0.added_new_settings.text', 'ab__mb.upgrade_notifications.2.0.0.added_new_settings.text'),
('Languages::ab__mb.upgrade_notifications.2.0.0.added_new_settings.title', 'ab__mb.upgrade_notifications.2.0.0.added_new_settings.title'),
('Languages::ab__mb.upgrade_notifications.2.0.0.added_templates.text', 'ab__mb.upgrade_notifications.2.0.0.added_templates.text'),
('Languages::ab__mb.upgrade_notifications.2.0.0.added_templates.title', 'ab__mb.upgrade_notifications.2.0.0.added_templates.title'),
('Languages::ab__mb.upgrade_notifications.2.1.0.added_template.text', 'ab__mb.upgrade_notifications.2.1.0.added_template.text'),
('Languages::ab__mb.upgrade_notifications.2.1.0.added_template.title', 'ab__mb.upgrade_notifications.2.1.0.added_template.title'),
('Languages::ab__mb.upgrade_notifications.2.1.0.regenerate_data.text', 'ab__mb.upgrade_notifications.2.1.0.regenerate_data.text'),
('Languages::ab__mb.upgrade_notifications.2.1.0.regenerate_data.title', 'ab__mb.upgrade_notifications.2.1.0.regenerate_data.title'),
('Languages::ab__mb.upgrade_notifications.text', 'ab__mb.upgrade_notifications.text'),
('Languages::ab__mb.upgrade_notifications.title', 'ab__mb.upgrade_notifications.title'),
('Languages::ab__mb.vendor.motivation_item.template_choosen', 'ab__mb.vendor.motivation_item.template_choosen'),
('Languages::ab__mb_all_destinations', 'ab__mb_all_destinations'),
('Languages::ab__mb_bg_color', 'ab__mb_bg_color'),
('Languages::ab__mb_expanded', 'ab__mb_expanded'),
('Languages::ab__mb_help.docs', 'ab__mb_help.docs'),
('Languages::ab__mb_icon_class.tooltip', 'ab__mb_icon_class.tooltip'),
('Languages::ab__mb_icon_type.icon', 'ab__mb_icon_type.icon'),
('Languages::ab__mb_icon_type.img', 'ab__mb_icon_type.img'),
('Languages::ab__mb_icon_type.nothing', 'ab__mb_icon_type.nothing'),
('Languages::ab__mb_vendor_edit', 'ab__mb_vendor_edit'),
('Languages::ab__motivation_block', 'ab__motivation_block'),
('Languages::ab__motivation_block.breadcrumbs.manage', 'ab__motivation_block.breadcrumbs.manage'),
('Languages::ab__motivation_block.demodata', 'ab__motivation_block.demodata'),
('Languages::ab__motivation_block.help', 'ab__motivation_block.help'),
('Languages::ab__motivation_block.icons', 'ab__motivation_block.icons'),
('Languages::ab__motivation_block.manage', 'ab__motivation_block.manage'),
('Languages::ab__promotions_list', 'ab__promotions_list'),
('Languages::ab__promotions_view', 'ab__promotions_view'),
('Languages::ab__promotion_main_data', 'ab__promotion_main_data'),
('Languages::ab__scroll_to_top', 'ab__scroll_to_top'),
('Languages::ab__scroll_to_top.arrow', 'ab__scroll_to_top.arrow'),
('Languages::ab__scroll_to_top.help', 'ab__scroll_to_top.help'),
('Languages::ab__scroll_to_top.help.doc', 'ab__scroll_to_top.help.doc'),
('Languages::ab__search_motivation', 'ab__search_motivation'),
('Languages::ab__search_motivation.default_search_phrases', 'ab__search_motivation.default_search_phrases'),
('Languages::ab__search_motivation.help', 'ab__search_motivation.help'),
('Languages::ab__search_motivation.help.doc', 'ab__search_motivation.help.doc'),
('Languages::ab__search_motivation.manage', 'ab__search_motivation.manage'),
('Languages::ab__search_motivation.search_phrases', 'ab__search_motivation.search_phrases'),
('Languages::ab__show_additional_product_images', 'ab__show_additional_product_images'),
('Languages::ab__sm.demo_phrases.0', 'ab__sm.demo_phrases.0'),
('Languages::ab__sm.demo_phrases.1', 'ab__sm.demo_phrases.1'),
('Languages::ab__sm.demo_phrases.2', 'ab__sm.demo_phrases.2'),
('Languages::ab__sm.demo_phrases.added', 'ab__sm.demo_phrases.added'),
('Languages::ab__sm.random_char', 'ab__sm.random_char'),
('Languages::ab__sm.settings', 'ab__sm.settings'),
('Languages::ab__smc', 'ab__smc'),
('Languages::ab__smc.help', 'ab__smc.help'),
('Languages::ab__smc.help.doc', 'ab__smc.help.doc'),
('Languages::ab__smc.less', 'ab__smc.less'),
('Languages::ab__smc.more', 'ab__smc.more'),
('Languages::ab__smc.product_tabs.height', 'ab__smc.product_tabs.height'),
('Languages::ab__smc.product_tabs.height.tooltip', 'ab__smc.product_tabs.height.tooltip'),
('Languages::ab__smc.product_tabs.hide_content', 'ab__smc.product_tabs.hide_content'),
('Languages::ab__smc.product_tabs.hide_content.less', 'ab__smc.product_tabs.hide_content.less'),
('Languages::ab__smc.product_tabs.hide_content.more', 'ab__smc.product_tabs.hide_content.more'),
('Languages::ab__smc.product_tabs.override', 'ab__smc.product_tabs.override'),
('Languages::ab__smc.product_tabs.override.tooltip', 'ab__smc.product_tabs.override.tooltip'),
('Languages::ab__smc.product_tabs.tab_description', 'ab__smc.product_tabs.tab_description'),
('Languages::ab__smc.settings', 'ab__smc.settings'),
('Languages::ab__stt.color', 'ab__stt.color'),
('Languages::ab__stt.only_integer', 'ab__stt.only_integer'),
('Languages::ab__stt.settings', 'ab__stt.settings'),
('Languages::ab__ut2.autoinstall.demodata', 'ab__ut2.autoinstall.demodata'),
('Languages::ab__ut2.autoinstall.theme', 'ab__ut2.autoinstall.theme'),
('Languages::ab__vg.exim.remove_videos', 'ab__vg.exim.remove_videos'),
('Languages::ab__vg.exim.remove_videos.text', 'ab__vg.exim.remove_videos.text'),
('Languages::ab__vg.form.description', 'ab__vg.form.description'),
('Languages::ab__vg.form.icon', 'ab__vg.form.icon'),
('Languages::ab__vg.form.icon_type', 'ab__vg.form.icon_type'),
('Languages::ab__vg.form.icon_type.icon', 'ab__vg.form.icon_type.icon'),
('Languages::ab__vg.form.icon_type.snapshot', 'ab__vg.form.icon_type.snapshot'),
('Languages::ab__vg.form.pos', 'ab__vg.form.pos'),
('Languages::ab__vg.form.product_settings', 'ab__vg.form.product_settings'),
('Languages::ab__vg.form.product_videos', 'ab__vg.form.product_videos'),
('Languages::ab__vg.form.replace_image', 'ab__vg.form.replace_image'),
('Languages::ab__vg.form.status', 'ab__vg.form.status'),
('Languages::ab__vg.form.title', 'ab__vg.form.title'),
('Languages::ab__vg.form.youtube_id', 'ab__vg.form.youtube_id'),
('Languages::ab__vg.form.youtube_id.tooltip', 'ab__vg.form.youtube_id.tooltip'),
('Languages::ab__vg.products_search.with_video', 'ab__vg.products_search.with_video'),
('Languages::ab__vg.settings', 'ab__vg.settings'),
('Languages::ab__vg_help.docs', 'ab__vg_help.docs'),
('Languages::ab__video_gallery', 'ab__video_gallery'),
('Languages::ab__video_gallery.help', 'ab__video_gallery.help'),
('Languages::ab__video_gallery_title_product', 'ab__video_gallery_title_product'),
('Languages::accept', 'Accept'),
('Languages::accept_products', 'Accept products'),
('Languages::access_denied', 'Access denied'),
('Languages::access_denied_text', 'You don\'t have permission to access the page.'),
('Languages::access_for_authorized_customers_only', 'Access for authorized customers only.'),
('Languages::access_restrictions', 'Access restrictions'),
('Languages::account', 'Account'),
('Languages::account_name', 'Account name'),
('Languages::account_number', 'Account number'),
('Languages::account_type', 'Account type'),
('Languages::acquirerid', 'Acquirer ID'),
('Languages::action', 'Action'),
('Languages::actions', 'Actions'),
('Languages::activate', 'Activate'),
('Languages::activate_menu_tab_for', 'Activate menu item for dispatch'),
('Languages::activate_selected', 'Activate selected'),
('Languages::activate_skrill_merchant_tools', 'Activate Skrill Merchant Tools'),
('Languages::activation_key', 'Activation key'),
('Languages::activation_link', 'Activation link'),
('Languages::activation_mode', 'Activation mode'),
('Languages::active', 'Active'),
('Languages::active_categories', 'Active categories'),
('Languages::active_preset', 'Active preset'),
('Languages::active_products', 'Active products'),
('Languages::active_promotions', 'Active promotions'),
('Languages::active_style', 'Active style'),
('Languages::actual_version', 'Actual version'),
('Languages::act_on_behalf', 'Act on behalf of'),
('Languages::add', 'Add'),
('Languages::added', 'added'),
('Languages::adding_block_to_grid', 'Adding block to grid'),
('Languages::adding_grid', 'Adding grid'),
('Languages::additional_data', 'Additional data'),
('Languages::additional_images', 'Additional images'),
('Languages::additional_options', 'Additional options'),
('Languages::additional_parameter_not_correct', 'Additional parameter is incorrect'),
('Languages::additional_popup_larger_image', 'Popup larger images of additional thumbnails'),
('Languages::additional_settings', 'Additional settings'),
('Languages::additional_storefront_license_required', 'Additional [product] Storefront License Required'),
('Languages::additional_thumbnail', 'Additional thumbnails'),
('Languages::additional__option_thumbnail', 'Additional option thumbnail'),
('Languages::addon', 'Add-on'),
('Languages::addons', 'Add-ons'),
('Languages::addons.activate', 'Activate'),
('Languages::addons.and_half_stars', 'and a half stars'),
('Languages::addons.disabled', 'Disabled'),
('Languages::addons.documentation', 'Documentation'),
('Languages::addons.error_at_sending_addon_review', 'Something went wrong at sending add-on review. Please try again later.'),
('Languages::addons.error_while_sending_review', 'Your add-on review was not posted to marketplace. Please make sure that you acquire this add-on from CS-Cart Marketplace and try again later.'),
('Languages::addons.form_builder.email_subject_field', 'E-mail subject field'),
('Languages::addons.form_builder.form_fields', 'Form fields'),
('Languages::addons.form_builder.form_name', 'Form name'),
('Languages::addons.form_builder.other_subject', 'Other subject (specify below)'),
('Languages::addons.forum', 'Forum'),
('Languages::addons.forum_en', 'Forum (EN)'),
('Languages::addons.forum_ru', 'Forum (RU)'),
('Languages::addons.get_support', 'Get support'),
('Languages::addons.hide_all_reviews', 'Hide all reviews'),
('Languages::addons.install', 'Install'),
('Languages::addons.is_enjoying_addon', 'Enjoying add-on?'),
('Languages::addons.is_enjoying_addon_name', 'Enjoying [addon]?'),
('Languages::addons.latest_available_for_installation_version', 'Latest available for installation version'),
('Languages::addons.latest_version', 'Latest version'),
('Languages::addons.message', 'Message'),
('Languages::addons.multiple_dependencies_required', 'The add-on cannot be installed because it depends on the following add-ons:<ul>[addon_list]</ul> Please install these add-ons first.'),
('Languages::addons.mve_ult_or_plus_required', '[product] Plus or Ultimate required'),
('Languages::addons.name', 'Add-on name'),
('Languages::addons.newsletters.email_exists_in_list', '<b>[email]</b> is already in the mailing list'),
('Languages::addons.newsletters.hide_on_registration_and_profile', 'Hide on the Registration and Profile Details pages'),
('Languages::addons.newsletters.show_on_registration_and_profile', 'Show on the Registration and Profile Details pages'),
('Languages::addons.not_installed', 'Not installed'),
('Languages::addons.no_changelog', 'No changelog'),
('Languages::addons.no_information', 'No information'),
('Languages::addons.no_reviews', 'No reviews'),
('Languages::addons.n_reviews', 'review|reviews'),
('Languages::addons.other_category', 'Other'),
('Languages::addons.out_of_five', 'out of 5'),
('Languages::addons.paypal.3d_secure_mandatory_notice', '3-D secure is mandatory in the United Kingdom.'),
('Languages::addons.paypal.configure_live', 'Configure Live'),
('Languages::addons.paypal.configure_test', 'Configure Test'),
('Languages::addons.paypal.connecting_to_signup_server', 'Connecting to <b>PayPal Sign Up Server</b>...'),
('Languages::addons.paypal.connect_to_paypal', 'Connect to PayPal'),
('Languages::addons.paypal.display_description', 'Display description'),
('Languages::addons.paypal.display_name', 'Display name'),
('Languages::addons.paypal.do_not_change', 'Do not change'),
('Languages::addons.paypal.ipn_receiving_time', 'IPN receiving time'),
('Languages::addons.paypal.refund_message', '[amount] [currency] have been refunded in [date] at [time].'),
('Languages::addons.paypal.rma.perform_refund', 'Give a refund via PayPal'),
('Languages::addons.paypal.rma.refund_performed', 'The refund has been made via PayPal'),
('Languages::addons.paypal.set_status_to', 'Set to:'),
('Languages::addons.paypal.signup_completed', 'The <b>[payment]</b> payment method has been successfully configured'),
('Languages::addons.paypal.signup_errors.merchant_credentials', 'An error occurred when obtaining the payment method configuration'),
('Languages::addons.paypal.signup_errors.signup_init', 'An error occurred when connecting to a PayPal account'),
('Languages::addons.paypal.signup_messages.confirmation_needed', 'To access payments from your customers, please confirm your email address by following the instructions PayPal emailed to you.'),
('Languages::addons.paypal.signup_messages.finish_signup', 'You now have a PayPal business account, and you\'ve successfully integrated [product] with PayPal.<br>Don\'t forget to confirm your email to activate your account so you can access the payments. To do this, follow the instructions PayPal sent to your email.'),
('Languages::addons.paypal.status_for_new_orders', 'Initial order status'),
('Languages::addons.paypal.status_for_new_orders.incomplete', 'This ensures that you won\'t have abandoned unpaid orders with the <i>Open</i> status and reserved products. But until the response from PayPal (an IPN message) arrives or the customer returns to the store via a link on the PayPal site, the order will be listed as <i>Incomplete</i>, and products won\'t be reserved.'),
('Languages::addons.paypal.status_for_new_orders.open', 'By default, the <i>Open</i> status decreases the inventory, so two customers won\'t be able to buy the same product while the payment is being processed by PayPal. But if a customer leaves the PayPal website without paying or returning to the store via a link on the PayPal site, you\'ll have an abandoned <i>Open</i> order with reserved products.'),
('Languages::addons.paypal.surcharge_policy_notice', 'Surcharge has been set for the payment method that uses PayPal Services. Please make sure this complies with the <a href=\"https://www.paypal.com/webapps/mpp/ua/legalhub-full\" target=\"_blank\">User Agreement for PayPal Services</a> for your region.'),
('Languages::addons.paypal.technical_details', 'Technical details'),
('Languages::addons.paypal.use_buttons_to_signup', 'Use these buttons to complete the configuration wizard'),
('Languages::addons.rss_feed.icon', 'RSS feed subscription icon'),
('Languages::addons.search_description', 'Search by add-on name, description, developer, and add-on ID.'),
('Languages::addons.show_all_reviews', 'Show all reviews'),
('Languages::addons.show_n_reviews', 'Show [n] review|Show [n] reviews'),
('Languages::addons.show_review', 'Show review'),
('Languages::addons.social_buttons.yandex_button_update_notice', '<p>After some changes on the Yandex end, the Odnoklassniki social button stopped working for some of our clients. To make sure that the button works in your store, copy the up-to-date code from the Yandex website, paste it into the <b>Yandex.Share code</b> field, and save your changes.</p><p><a href=\"[GO_TO_ADDON_SETTING_LINK]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Open add-on settings</a> <a href=\"https://tech.yandex.ru/share/\" target=\"_blank\" class=\"btn btn-large\">Get up-to-date code from Yandex</a></p>'),
('Languages::addons.social_buttons.yandex_button_update_notice_title', 'Social buttons: Please update Yandex.Share code if you use Yandex social buttons'),
('Languages::addons.something_went_wrong', 'Something went wrong with your request. Please try again later.'),
('Languages::addons.stars', 'stars'),
('Languages::addons.support', 'Support'),
('Languages::addons.tags.add_a_tag', 'add a tag'),
('Languages::addons.tap_star_to_rate_on_marketplace', 'Tap a star to rate it on the CS-Cart Marketplace.'),
('Languages::addons.text_post_pended', 'Your post will be checked before it gets published.'),
('Languages::addons.text_thank_you_for_post', 'Thank you for your post'),
('Languages::addons.ult_required', '[product] Ultimate required'),
('Languages::addons.upgrade', 'Upgrade'),
('Languages::addons.upgrades', 'Upgrades'),
('Languages::addons.upgrade_available', 'Upgrade available'),
('Languages::addons.upgrade_to_product_version', 'Upgrade to [product] [version]'),
('Languages::addons.upgrade_to_version', 'Upgrade to [product] [version]'),
('Languages::addons.vendor_plans.commission_description_absolute', '[amount] out of [sum]'),
('Languages::addons.vendor_plans.commission_description_percent', '[amount]% of [sum]'),
('Languages::addons.vendor_plans.payout_for_the_plan', 'Payout for the vendor plan: [plan]'),
('Languages::addons.website', 'Website'),
('Languages::addons.write_review', 'Write a review'),
('Languages::addons.your_account_doesnt_have_this_addon', 'You can not create a add-on review because you do not have this add-on purchased in your Marketplace account.'),
('Languages::addons.your_message', 'Your message'),
('Languages::addons.you_already_posted_review', 'You can not create a add-on review because you already have a review that requires premoderation'),
('Languages::addons_source', 'Source'),
('Languages::addon_added_to_favorites', 'Add-on added to your favorites'),
('Languages::addon_built_in', 'Built-in'),
('Languages::addon_files_was_copied', 'The <b>\"[addon]\"</b> add-on files has been copied successfully'),
('Languages::addon_has_admin_review', 'You have left a review of the add-on'),
('Languages::addon_id', 'Add-on ID'),
('Languages::addon_is_compatible', 'This add-on version is compatible with your current [product] version.'),
('Languages::addon_license_key_tooltip', 'Enter license key you\'ve received by e-mail in order to receive the add-on upgrades.'),
('Languages::addon_reinstall.dangerous_way', '<strong>The dangerous way:</strong> we\'ll replace all the files of the add-on with new ones, but keep all the add-on\'s data in the database intact. This can break the add-on, or might even break your store. Please don\'t use the dangerous way, unless you absolutely know what you\'re doing.'),
('Languages::addon_reinstall.dangerous_way.action', 'Use the dangerous way'),
('Languages::addon_reinstall.dangerous_way.confirm', 'I know the risks and want to use the dangerous way.'),
('Languages::addon_reinstall.intro', 'Looks like you are trying to install an add-on that is already installed. We can do it for you in two ways; we recommend the safe way.'),
('Languages::addon_reinstall.safe_way', '<strong>The safe way:</strong> we\'ll uninstall the old add-on first, and then install the new one. The drawback is that any data and settings related to the add-on will be lost.'),
('Languages::addon_reinstall.safe_way.action', 'Use the safe way'),
('Languages::addon_removed_from_favorites', 'Add-on removed from your favorites'),
('Languages::addon_required_version', 'The add-on requires [version] version.'),
('Languages::addon_reviews', 'Reviews'),
('Languages::addon_sql_error', 'An error in an SQL query occurred during the add-on installation. The add-on will not be installed.'),
('Languages::addon_status', 'Add-on status'),
('Languages::addon_subscriptions', 'Subscriptions ([n])'),
('Languages::addon_third_party', 'Third-party'),
('Languages::addon_type', 'Add-on type'),
('Languages::addon_uninstall_sql_error', 'An error in an SQL query occurred during the add-on uninstallation.'),
('Languages::address', 'Address'),
('Languages::addresses', 'Addresses'),
('Languages::address_2', 'Address (line 2)'),
('Languages::address_commercial', 'Commercial'),
('Languages::address_residential', 'Residential'),
('Languages::address_type', 'Address type'),
('Languages::add_addon_to_favorites', 'Add add-on to favorites'),
('Languages::add_administrator', 'Add administrator'),
('Languages::add_all_destinations', 'Add all'),
('Languages::add_all_to_cart', 'Add all to cart'),
('Languages::add_as_order', 'Add as order'),
('Languages::add_attachment', 'Add attachment'),
('Languages::add_autoresponder', 'Add autoresponder'),
('Languages::add_banner', 'Add banner'),
('Languages::add_banners', 'Add banners'),
('Languages::add_banners_and_close', 'Add banners and close'),
('Languages::add_block', 'Add block'),
('Languages::add_bonus', 'Add bonus'),
('Languages::add_campaign', 'Add campaign'),
('Languages::add_cart_promotion', 'Add cart promotion'),
('Languages::add_catalog_promotion', 'Add catalog promotion'),
('Languages::add_categories', 'Add categories'),
('Languages::add_categories_and_close', 'Add categories and close'),
('Languages::add_category', 'Add category'),
('Languages::add_chart', 'Add chart'),
('Languages::add_combination', 'Add combination'),
('Languages::add_companies', 'Add vendors'),
('Languages::add_companies_and_close', 'Add vendors and close'),
('Languages::add_condition', 'Add condition'),
('Languages::add_credit_card', 'Add credit card'),
('Languages::add_currency', 'Add currency'),
('Languages::add_customer', 'Add customer'),
('Languages::add_datafeed', 'Add data feed'),
('Languages::add_domains', 'Add domains'),
('Languages::add_elements', 'Add elements'),
('Languages::add_emails', 'Add e-mail addresses'),
('Languages::add_email_snippet', 'Add snippet'),
('Languages::add_empty_item', 'Add empty item'),
('Languages::add_feature', 'Add feature'),
('Languages::add_field', 'Add field'),
('Languages::add_file', 'Add file'),
('Languages::add_filter', 'Add filter'),
('Languages::add_filters', 'Add filters'),
('Languages::add_filters_and_close', 'Add filters and close'),
('Languages::add_folder', 'Add folder'),
('Languages::add_form', 'Add form'),
('Languages::add_gift_certificate', 'Add gift certificate'),
('Languages::add_global_option', 'Add global option'),
('Languages::add_grid_block', 'Add grid or block'),
('Languages::add_group', 'Add group'),
('Languages::add_image_from_server', 'Add image from server'),
('Languages::add_image_from_url', 'Add image from URL'),
('Languages::add_in_all_realtime_shippings', 'Add in all realtime shipping methods'),
('Languages::add_ips', 'Add IPs'),
('Languages::add_item', 'Add item'),
('Languages::add_items', 'Add [items]'),
('Languages::add_language', 'Add language'),
('Languages::add_language_variable', 'Add language variable'),
('Languages::add_layout', 'Add layout'),
('Languages::add_link', 'Add link'),
('Languages::add_localization', 'Add localization'),
('Languages::add_location', 'Add location'),
('Languages::add_mailing_lists', 'Add mailing list'),
('Languages::add_menu', 'Add menu'),
('Languages::add_new', 'Add new'),
('Languages::add_newsletter', 'Add newsletter'),
('Languages::add_new_datafeed', 'New data feed'),
('Languages::add_new_field', 'Add new field'),
('Languages::add_new_order', 'Adding new order'),
('Languages::add_new_variant', 'Add new variant'),
('Languages::add_option', 'Add option'),
('Languages::add_order', 'Add order'),
('Languages::add_orders', 'Add orders'),
('Languages::add_orders_and_close', 'Add orders and close'),
('Languages::add_page', 'Add page'),
('Languages::add_pages', 'Add pages'),
('Languages::add_pages_and_close', 'Add pages and close'),
('Languages::add_payment', 'Add payment method'),
('Languages::add_payout', 'Add payout'),
('Languages::add_poll', 'Add poll'),
('Languages::add_polls', 'Add polls'),
('Languages::add_polls_and_close', 'Add polls and close'),
('Languages::add_post', 'Add post'),
('Languages::add_product', 'Add product'),
('Languages::add_products', 'Add products'),
('Languages::add_products_and_close', 'Add products and close'),
('Languages::add_products_to_section', 'Add product(s) to this section'),
('Languages::add_product_filter', 'Add product filter'),
('Languages::add_profile_fields', 'Add profile fields'),
('Languages::add_profile_fields_and_close', 'Add profile fields and close'),
('Languages::add_promotions', 'Add promotions'),
('Languages::add_question', 'Add question'),
('Languages::add_rate_area', 'Add rate area'),
('Languages::add_reason', 'Add reason'),
('Languages::add_recipients_from_users', 'Add recipients from users'),
('Languages::add_report', 'Add report'),
('Languages::add_section', 'Add section'),
('Languages::add_selected_to_cart', 'Add selected to cart'),
('Languages::add_shipping_method', 'Add shipping method'),
('Languages::add_site_map_section', 'Add sitemap section'),
('Languages::add_snippet', 'Add snippet'),
('Languages::add_state', 'Add state'),
('Languages::add_status', 'Add status'),
('Languages::add_storefront', 'Add storefront'),
('Languages::add_storefronts', 'Add storefronts'),
('Languages::add_storefronts_and_close', 'Add storefronts and close'),
('Languages::add_store_location', 'Add store location'),
('Languages::add_subcategory', 'Add subcategory'),
('Languages::add_subscriber', 'Add subscriber'),
('Languages::add_subscribers_from_users', 'Add subscribers from the list of users'),
('Languages::add_subtract_points', 'Add & subtract points'),
('Languages::add_supplier', 'Add supplier'),
('Languages::add_tab', 'Add tab'),
('Languages::add_table_column', 'Add column'),
('Languages::add_tag', 'Add tag'),
('Languages::add_tax', 'Add tax'),
('Languages::add_template', 'Add template'),
('Languages::add_to_cart', 'Add to cart'),
('Languages::add_to_comparison_list', 'Add to comparison list'),
('Languages::add_to_wishlist', 'Add to Wishlist'),
('Languages::add_user', 'Add user'),
('Languages::add_users', 'Add users'),
('Languages::add_users_and_close', 'Add users and close'),
('Languages::add_vendor', 'Add vendor'),
('Languages::add_vendor_administrator', 'Add vendor\'s administrator'),
('Languages::add_withdrawal', 'Request withdrawal'),
('Languages::admin2', 'You can not perform an import to this store because you are using an expired trial version'),
('Languages::administration', 'Administration'),
('Languages::administration_menu_structure_changed_upgrade_notification_text', '<p><b>Locations</b> in <i>Administration → Shipping & taxes</i> renamed to <b>Rate areas</b>. That\'s because the purpose of locations is to set different shipping rates and tax rates.</p><p>Order statuses, shipment statuses, and gift certificate statuses are now located in their own sub-menu: <b>Administration → Statuses.</b></p>'),
('Languages::administration_menu_structure_changed_upgrade_notification_title', 'Administration menu changed'),
('Languages::administration_panel', 'Administration panel'),
('Languages::administration_panel.block_manager.enable', 'Edit structure<br/><br/>Change various blocks with information: show them, hide them, or move them as you see fit.<br/>This currently works only at the checkout page. Add a product to cart and proceed to checkout to see the editor'),
('Languages::administration_panel.live_editor.enable', 'Edit сontent<br/><br/>Change the texts and other data directly on the storefront, without using the administration panel'),
('Languages::administration_panel.theme_editor.enable', 'Edit style<br/><br/>Change the style of your store (logos, colors, fonts, and so on) and see the changes as you make them'),
('Languages::administrator', 'Administrator'),
('Languages::administrators', 'Administrators'),
('Languages::administrators_menu_description', 'List of store administrators, registered users with an administrator account.'),
('Languages::administrators_notified', '[count] administrators notified.'),
('Languages::admin_notifications', 'Administrator notifications'),
('Languages::admin_panel', 'Administration panel'),
('Languages::admin_panel.block_manager', 'Editing layout'),
('Languages::admin_panel_will_be_blocked', 'Installation integrity check failed. The access to the Administration panel will be blocked within 2 days. Please contact our <a href=\"[href]\">support team</a>'),
('Languages::admin_text_letter_footer', 'E-shop of [company_name].'),
('Languages::advanced', 'Advanced'),
('Languages::advanced_companies_search', 'Advanced companies search'),
('Languages::advanced_customer_search', 'Advanced customer search'),
('Languages::advanced_feature_creation', 'Advanced feature creation'),
('Languages::advanced_import.additional_settings', 'Additional settings'),
('Languages::advanced_import.add_preset', 'Add preset'),
('Languages::advanced_import.advanced_products_import', 'Products'),
('Languages::advanced_import.cannot_detect_csv_delimiter', 'Cannot detect delimiter automatically. Please specify the correct delimiter manually in the additional settings on the \"File\" tab.'),
('Languages::advanced_import.cant_load_file', 'File can\'t be loaded'),
('Languages::advanced_import.cant_load_file_for_company', 'File can\'t be loaded for the specified company'),
('Languages::advanced_import.cant_save_preset_invalid_modifiers', 'The preset can\'t be saved because it contains invalid modifiers'),
('Languages::advanced_import.column_header', 'Column name in the imported file'),
('Languages::advanced_import.coming_soon', '... coming soon'),
('Languages::advanced_import.common_preset', 'All vendors'),
('Languages::advanced_import.common_presets', 'Marketplace presets'),
('Languages::advanced_import.create_new_products_only', 'Create new products only'),
('Languages::advanced_import.delete_additional_images', 'Delete existing additional images'),
('Languages::advanced_import.delete_additional_images_tooltip', 'If you enable this setting, then the existing additional images of the imported products will be replaced with the images specified in the imported file (if no images are specified, the old images will remain). If the setting is disabled, the new additional images will simply be added to the existing images.'),
('Languages::advanced_import.editing_preset', 'Editing preset: [preset]'),
('Languages::advanced_import.example_imported_title', 'For example, here\'s a value in the first line of your file:'),
('Languages::advanced_import.example_modified_title', 'And here is how this value will be imported:'),
('Languages::advanced_import.fetching_schema_failed_check_file', 'Before you can run the import, please make sure that:<ul><li>You have created the import preset by using the Create button. If you see Save instead of Create, then you\'ve already done that.</li><li>You have specified the correct XML target node on the File tab and saved the preset.</li><li>You have matched the imported information with the product properties in CS-Cart on the Fields mapping tab and saved the preset.</li></ul>If you see this message, you haven\'t completed point 1 or 2.'),
('Languages::advanced_import.fetching_schema_failed_check_target_node', 'Please make sure that the <b>XML target node</b> field is filled in properly.'),
('Languages::advanced_import.fields_delimiter', 'XML node delimiter'),
('Languages::advanced_import.fields_delimiter.description', 'Delimiter between similar nodes.'),
('Languages::advanced_import.fields_mapping', 'Fields mapping'),
('Languages::advanced_import.fields_mapping.description', 'This table contains the list of columns from the imported file. For each column you\'d like to import, select a corresponding product property in [product]. Then check what sort of data will be imported from that column, and use modifiers to change that data, if necessary. Remember to save your changes.'),
('Languages::advanced_import.file', 'File'),
('Languages::advanced_import.file_extension_was_not_supported_by_owner', 'Couldn\'t use your file [name]. This import preset only allows the following extensions: [ext].'),
('Languages::advanced_import.file_not_loaded', 'File was not loaded. Please reload the page and try again.'),
('Languages::advanced_import.file_will_be_deleted_are_you_sure_to_proceed', 'Deleting this import preset will also delete the file attached to it. Are you sure you want to proceed?'),
('Languages::advanced_import.first_line_import_value', 'Example of the imported value'),
('Languages::advanced_import.general_settings', 'General settings'),
('Languages::advanced_import.has_modifiers', 'Has modifiers'),
('Languages::advanced_import.images_delimiter', 'Images delimiter'),
('Languages::advanced_import.images_delimiter.description', 'Delimiter between images of a product.'),
('Languages::advanced_import.import_all', 'Import all products from the file'),
('Languages::advanced_import.import_fields', 'Import fields'),
('Languages::advanced_import.import_file', 'Import file'),
('Languages::advanced_import.import_products', 'Import products'),
('Languages::advanced_import.import_products_w_preset', 'Import products: [preset]'),
('Languages::advanced_import.import_strategy', 'Import strategy'),
('Languages::advanced_import.import_strategy_tooltip', 'If you select \"Update existing products only\", products that don\'t exist in the database of your store will be skipped during import.<br>If you select \"Create new products only\", products that exist in the database of your store will be skipped during import.'),
('Languages::advanced_import.incorrect_delimiter', 'Specified (or auto detected) delimiter seems to be incorrect. Please specify the correct delimiter manually in the additional settings on the \"File\" tab.'),
('Languages::advanced_import.invalid_function_firs_character', 'The modifier name cannot start with character <b>[character]</b>.'),
('Languages::advanced_import.invalid_modifier_message', 'The modifier <b>[modifier]</b> is invalid. [message]'),
('Languages::advanced_import.invalid_number_of_parameters_provided', 'Invalid number of parameters provided for modifier: <b>[modifier]</b>: expected [expected_count], got [actual_count].'),
('Languages::advanced_import.last_launch', 'Last import'),
('Languages::advanced_import.last_status', 'Status');
INSERT INTO `partiushop_original_values` (`msgctxt`, `msgid`) VALUES
('Languages::advanced_import.last_status.F', 'Failure'),
('Languages::advanced_import.last_status.P', 'In progress'),
('Languages::advanced_import.last_status.S', 'Success'),
('Languages::advanced_import.last_status.X', '&mdash;'),
('Languages::advanced_import.local_file_selected', 'Local file selected'),
('Languages::advanced_import.missing_parameters_list_closer', 'The expected <b>[closer]</b> after the parameters list is missing.'),
('Languages::advanced_import.modifier', 'Modifier'),
('Languages::advanced_import.modifiers_description', 'Use these functions in the <b>Modifier</b> column to alter the values in the fields from the imported file. Enter the functions as follows: <b>function(parameter, parameter)</b>. Please note that nesting of functions isn\'t supported.'),
('Languages::advanced_import.modifiers_list', 'Modifiers list'),
('Languages::advanced_import.modifiers_self_referencing_info', 'Most functions allow you to use the non-modified value of the imported field by using <b>$value</b> as a parameter. If there are any exceptions, they will be mentioned in function descriptions.'),
('Languages::advanced_import.modifier_description.case', '<b>case</b>&mdash;odd parameters are expressions, and the following even parameters are corresponding values. The function checks the expressions and returns the value corresponding to the first expression that ends up being <i>true</i>.<ul><li>Examples:</li><ul><li><b>case($value>100, \"More than 100\", $value>70, \"More than 70\", $value>20, \"More than 20\", $value>0, \"In stock\", $value=0, \"Out of stock\")</b> will result in <i>More than 70</i> if the <i>$value</i> in the imported file is a number between 71 and 100</li></ul><li>Notes:<ul><li>This function shares expression rules and available operations with the <b>if</b> function.</li><li>Only even numbers of parameters are supported: <b>2, 4, 6, 8</b>, etc.</li></ul></li></ul>'),
('Languages::advanced_import.modifier_description.concat', '<b>concat</b>&mdash;concatenates all the provided parameters. <ul><li>Examples:</li><ul><li><b>concat(\'abc\', def)</b> will result in <i>abcdef</i></li> <li><b>concat(\'PRODUCT_\', $value, \'_CODE\')</b> will result in <i>PRODUCT_$value_CODE</i>, but <b>$value</b> will be replaced with the the value of the imported field</li></ul></ul>'),
('Languages::advanced_import.modifier_description.div', '<b>div</b>&mdash;divides the first parameter by the second. <ul><li>Examples:</li><ul><li><b>div(9, 3)</b> equals <i>3</i></li> <li><b>div($value, 7)</b> equals <i>the value of the imported field ÷ 7</i></li></ul></ul>'),
('Languages::advanced_import.modifier_description.if', '<b>if</b>&mdash;checks the expression in the first parameter. If the first parameter is <i>true</i>, the function returns the second parameter. Otherwise the function returns the third parameter.<ul><li>Examples:</li><ul><li><b>if($value>\"0\", \"In Stock\", \"Out of stock\")</b> will result in <i>In Stock</i> if <i>$value > 0</i> is <i>true</i>; otherwise the result will be <i>Out of stock</i></li></ul><li>Available operations for the expression are:<ul><li><b>=</b>&mdash;checks for equality: <i>if($value=100, ...)</i></li><li><b>!=</b>&mdash;checks for inequality: <i>if($value!=100, ...)</i></li><li><b>&gt;</b>&mdash;checks if the first value is greater than the second: <i>if($value&gt;100, ...)</i></li><li><b>&lt;</b>&mdash;checks if the first value is less than the second: <i>if($value&lt;100, ...)</i></li><li><b>&gt;=</b>&mdash;checks if the first value is greater than or equal to the second: <i>if($value&gt;=100, ...)</i></li><li><b>&lt;=</b>&mdash;checks if the first value is less than or equal to the second: <i>if($value&lt;=100, ...)</i></li></ul></li><li>Notes:<ul><li>If you use single (\') or double (\") quotes in the first parameter, make sure that the first parameter is either wrapped in quotes entirely, or that there is no end quote in the middle of the parameter. For example, <i>if(\"My value\"=$value, ...)</i> will not work, but <i>if(\"My value=$value\", ...)</i> will.</ul></li></ul>'),
('Languages::advanced_import.modifier_description.mul', '<b>mul</b>&mdash;multiplies the numbers provided as parameters. <ul><li>Examples:</li><ul><li><b>mul(3, 1)</b> equals <i>3</i></li> <li><b>mul($value, 7)</b> equals <i>the value of the imported field × 7</i></li></ul></ul>'),
('Languages::advanced_import.modifier_description.rand', '<b>rand</b>&mdash;generates a random number from 1 to the maximum value provided as the parameter. <ul><li>Examples:</li><ul><li><b>rand(999)</b> may result in any number from 1 to 999.</li></ul></ul>'),
('Languages::advanced_import.modifier_description.replace', '<b>replace</b>&mdash;replaces all occurrences of the search string with the replacement string. <br>The order of parameters is important: <b>replace(\'search\', \'replace\', \'subject\')</b>. <ul><li>Examples:</li><ul><li><b>replace(\'a\', !, \"banana\")</b> will result in <i>b!n!n!</i></li> <li><b>replace(\"t-shirt\", \'T-Shirt\', $value)</b> will replace every occurrence of <i>t-shirt</i> with <i>T-Shirt</i> in every entry in the column.</li></ul></ul>'),
('Languages::advanced_import.modifier_description.sub', '<b>sub</b>&mdash;subtracts the second parameter from the first. <ul><li>Examples:</li><ul><li><b>sub(3, 1)</b> equals <i>2</i></li> <li><b>sub($value, 7)</b> equals <i>the value of the imported field - 7</i></li></ul></ul>'),
('Languages::advanced_import.modifier_description.sum', '<b>sum</b>&mdash;sums up two numbers provided as parameters. <ul><li>Examples:</li><ul><li><b>sum(1, 3)</b> equals <i>4</i></li> <li><b>sum(7, $value)</b> equals <i>7 + the value of the imported field</i></li></ul></ul>'),
('Languages::advanced_import.modifier_description.w_replace', '<b>w_replace</b>&mdash;replaces all occurrences of the search string with the replacement string using wildcards. <br>The order of parameters is important: <b>w_replace(\'search\', \'replace\', \'subject\')</b>. <br>Supported wildcards: <b>?</b>&mdash;any single character; <b>*</b>&mdash;any number of characters to the end of the word. <ul><li>Examples</li><ul><li><b>w_replace(\'banan?\', bananas, banana banans bananz)</b> will result in <i>bananas bananas bananas</i></li> <li><b>w_replace(\"ban*\", \'bananas\', banana banans bananz)</b> will also result in <i>bananas bananas bananas</i></li></ul></ul>'),
('Languages::advanced_import.modifier_number_of_parameters', 'Number of parameters'),
('Languages::advanced_import.modifier_self_reference_is_unsupported', 'This function doesn\'t support the use of a non-modified value from the imported file.'),
('Languages::advanced_import.modifier_title', 'A modifier is a rule that alters values in a column'),
('Languages::advanced_import.never', 'Never'),
('Languages::advanced_import.new_preset', 'New preset'),
('Languages::advanced_import.options', 'Options'),
('Languages::advanced_import.preset_last_view', 'Preset'),
('Languages::advanced_import.preset_not_found', 'Preset not found'),
('Languages::advanced_import.previewing_fields_mapping', 'Previewing fields mapping for the preset: [preset]'),
('Languages::advanced_import.product_property', 'Product property in [product]'),
('Languages::advanced_import.properties', 'Properties'),
('Languages::advanced_import.remove_images', 'Remove additional images'),
('Languages::advanced_import.run_import_via_cron_message', 'You can run the import automatically at certain time intervals. To do it, add the following command to CRON:'),
('Languages::advanced_import.save_selected_file', 'Save selected file'),
('Languages::advanced_import.show_less', 'Show less'),
('Languages::advanced_import.show_more', 'Show more'),
('Languages::advanced_import.target_node', 'XML target node'),
('Languages::advanced_import.target_node.description', 'The full path to the XML node with the information about an imported entity. The nodes nested in the specified node will be used as columns of the imported file. Here is an example of the path: yml_catalog/shop/offers/offer'),
('Languages::advanced_import.test_import', 'Perform test import'),
('Languages::advanced_import.test_import_tooltip', 'If you enable this setting, only the first [n] product will be processed.|If you enable this setting, only the first [n] products will be processed.'),
('Languages::advanced_import.text_popup_file_editor_notice_full_link', 'You can upload and download files via <a class=\"advanced-import-file-editor-opener\" data-target-input-id=\"[target]\">[link_text]</a>'),
('Languages::advanced_import.unexpected_parameter_passed', 'Expected <b>[delimiter]</b> or <b>[closer]</b> got <b>[char]</b>.'),
('Languages::advanced_import.unrecognized_modifier', 'The modifier <b>[modifier]</b> does not exist.'),
('Languages::advanced_import.uploading_file', 'Uploading file for the preset: [preset]'),
('Languages::advanced_import.user_upload', 'User upload'),
('Languages::advanced_import.your_presets', 'Vendor\'s presets'),
('Languages::advanced_import_attachments', 'Product attachments'),
('Languages::advanced_import_images', 'Product images'),
('Languages::advanced_option_creation', 'Advanced option creation'),
('Languages::advanced_products_search', 'Advanced products search'),
('Languages::advanced_search', 'Advanced search'),
('Languages::advanced_search_options', 'Advanced search options'),
('Languages::advanced_storefronts_search', 'Advanced storefronts search'),
('Languages::affected_email_templates', 'Email templates using this document'),
('Languages::after_full_payment', 'After full payment'),
('Languages::after_sum', 'After sum'),
('Languages::agent', 'Agent'),
('Languages::agent_id', 'Agent ID'),
('Languages::age_limit', 'Age limit'),
('Languages::age_verification', 'Age verification'),
('Languages::age_warning_message', 'Warning message'),
('Languages::agilecrm.account_ask', 'Do not have an Agile Account. <a target=\"_blank\" href=\"https://www.agilecrm.com/pricing?utm_source=cscart&utm_medium=website&utm_campaign=integration\" style=\"text-decoration:none;padding:5px\" class=\"btn-primary\">Create account</a> and fill the details below<br/><br/>'),
('Languages::agilecrm_btn_validate', 'Validate'),
('Languages::agile_domain', 'Agile Domain'),
('Languages::agile_rest_api_key', 'Rest API Key'),
('Languages::agreement_required', 'Agreement required'),
('Languages::all', 'All'),
('Languages::allowed', 'Allowed'),
('Languages::allowed_combinations', 'Allowed combinations'),
('Languages::allowed_extensions', 'Allowed extensions'),
('Languages::allowed_extensions_hint', 'Leave this field empty to allow uploading of all file types, or input allowed extensions separated by comma (e.g. jpg,bmp,gif,pdf)'),
('Languages::allow_api_access', 'Yes, allow this user to use the API'),
('Languages::allow_return_registration', 'Allow return registration'),
('Languages::all_actions', 'All actions'),
('Languages::all_block_types', 'All block types'),
('Languages::all_categories', 'All categories'),
('Languages::all_companies', 'All vendors'),
('Languages::all_currencies', 'All currencies'),
('Languages::all_downloads', 'All downloads'),
('Languages::all_features', 'All features'),
('Languages::all_filters', 'All product filters'),
('Languages::all_languages', 'All languages'),
('Languages::all_layouts', 'All layouts'),
('Languages::all_locations', 'All locations'),
('Languages::all_pages', 'All pages'),
('Languages::all_products', 'All products'),
('Languages::all_products_have_been_updated', 'All products have been updated successfully.'),
('Languages::all_storefronts', 'All storefronts'),
('Languages::all_storefronts_short', 'All'),
('Languages::all_stores', 'All stores'),
('Languages::all_vendors', 'All vendors'),
('Languages::all_words', 'All of these words'),
('Languages::also_bought', 'Also bought'),
('Languages::alternative_text', 'Alt text'),
('Languages::alt_text', 'Alternative text/title'),
('Languages::always', 'Always'),
('Languages::american_express', 'American Express'),
('Languages::american_express_info', 'CVV is on the front of the card above the credit card number (either on the right or on the left side of the credit card).'),
('Languages::amount', 'Amount'),
('Languages::amount_decreased', 'Quantity has been decreased by'),
('Languages::amount_increased', 'Quantity has been increased by'),
('Languages::amount_type', 'Amount type'),
('Languages::and', 'and'),
('Languages::anonymize', 'Anonymize'),
('Languages::anonymous', 'Anonymous'),
('Languages::answer', 'Answer'),
('Languages::answers', 'Answers'),
('Languages::answer_text', 'Answer text'),
('Languages::any', 'Any'),
('Languages::any_category', 'Any category'),
('Languages::any_date', 'Any date'),
('Languages::any_option_combinations', 'Any option combinations'),
('Languages::any_product', 'Any product'),
('Languages::any_status', 'Any status'),
('Languages::any_vendor', 'Any vendor'),
('Languages::any_words', 'Any of these words'),
('Languages::api', 'API'),
('Languages::apikey', 'API Key'),
('Languages::api_access', 'API access'),
('Languages::api_access_for_user', 'API access for this user'),
('Languages::api_access_has_been_disabled', 'From now on, you cannot use the API'),
('Languages::api_access_has_been_enabled', 'You are free to use the API now'),
('Languages::api_empty_value', 'Empty value specified for the required [field] field.'),
('Languages::api_invalid_value', 'Invalid value `[value]` specified for [field]'),
('Languages::api_invalid_value_w_valid_list', 'Invalid value `[value]` specified for [field]. Valid values are: [valid_list]'),
('Languages::api_key', 'API key'),
('Languages::api_key_not_found', 'Api key was not found'),
('Languages::api_need_correct_company_id', 'Company by passed ID not found'),
('Languages::api_need_id', 'Object ID undefined'),
('Languages::api_need_params', 'Missing parameters'),
('Languages::api_need_store', 'Store is required (the company_id param or entity stores)'),
('Languages::api_not_need_id', 'ID must not be defined'),
('Languages::api_no_shipping_methods_available', 'No shipping methods are available'),
('Languages::api_order_couldnt_be_created', 'Order couldn\'t be created'),
('Languages::api_partner', 'API partner'),
('Languages::api_password', 'API password'),
('Languages::api_required_field', 'The [field] field is required'),
('Languages::api_required_fields', 'The following fields are required: [fields]'),
('Languages::api_shipments_not_allow_update', 'Only the tracking_number and carrier params can be updated with the setting \'Allow multiple shipments for a single order\' set'),
('Languages::api_shipments_update_not_allowed', 'Only the tracking_number and carrier params can be updated'),
('Languages::api_user', 'API user'),
('Languages::api_wrong_user_company_relation', 'The user doesn\'t exist for this store, and sharing users among stores is disabled.'),
('Languages::appearance', 'Appearance'),
('Languages::appearance_settings', 'Appearance settings'),
('Languages::appearance_type', 'Appearance type'),
('Languages::application_id', 'Application ID'),
('Languages::application_login', 'Application login'),
('Languages::apply', 'Apply'),
('Languages::apply_as_link', 'Apply as link'),
('Languages::apply_for_vendor_account', 'Apply for a vendor account'),
('Languages::apply_shipping_for_all_vendors', 'Allow shipping for all vendors'),
('Languages::apply_shipping_for_all_vendors_confirm', 'The shipping method will be applied to all the vendors. Are you sure you want to proceed?'),
('Languages::apply_tax_to_products', 'Apply selected taxes to all products'),
('Languages::apply_to_all_languages', 'Apply to all languages'),
('Languages::apply_to_products', 'Apply to products'),
('Languages::approval', 'Approval'),
('Languages::approve', 'Approve'),
('Languages::approved', 'Approved'),
('Languages::approve_selected', 'Approve selected'),
('Languages::app_params', 'Application'),
('Languages::arabic', 'Arabic'),
('Languages::arrows', 'Arrows'),
('Languages::asc', 'asc.'),
('Languages::assign_to_me', 'Assign to me'),
('Languages::attachemnts.attachments_directory', 'Attachments directory'),
('Languages::attachments', 'Attachments'),
('Languages::attachments.attachments_delimiter', 'Attachments delimiter'),
('Languages::attachments.attachments_delimiter.description', 'Delimiter between attachments of a product.'),
('Languages::attachments.attachments_directory', 'Attachments directory'),
('Languages::attachments.attachments_need_located_root_dir', 'Please specify the attachments directory within the store root directory. Put the attachments to import in this directory.'),
('Languages::attachments.cant_upload_file', 'Couldn\'t load file [url] for product [product]'),
('Languages::attachments.delete_attachments', 'Delete existing attachments'),
('Languages::attachments.delete_attachments_tooltip', 'If you enable this setting, then the existing attachments of the imported products will be replaced with the attachments specified in the imported file (if no attachments are specified, the old attachments will remain). If the setting is disabled, the new attachments will simply be added to the existing attachments.'),
('Languages::attachments.error_exim_get_attachments_for_products', 'Could not import attachments for some of the products. Either those attachments don\'t exist (or can\'t be accessed), or the paths to those attachments in the imported file are incorrect.'),
('Languages::attempt_to_set_itself_or_a_own_child_as_its_parent_warning', 'The parent page wasn\'t changed. Reason: can\'t assign child page as a parent for its own parent.'),
('Languages::attention', 'Attention!'),
('Languages::audience', 'Audience'),
('Languages::australia_post_upgrade_notification_text', '<p>The latest version of [product] has different settings for realtime shipping rate calculation if you use Australia Post as a Carrier.</p><p>If you want to show current shipping rates to your clients, do this:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses Australia Post as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li><li>switch to the Configure tab and enter the proper <a href=\"https://developers.auspost.com.au/apis/pacpcs-registration\" target=\"_blank\">PAC API key</a></li></ul>'),
('Languages::australia_post_upgrade_notification_title', 'Australia Post realtime shipping rate calculation changes'),
('Languages::auth.one_time_password.notification.error_password_invalid', 'Sorry, it seems that the code you\'ve entered is incorrect. It may have expired or been used already. Please check the code you\'re entering or request a new code.'),
('Languages::auth.one_time_password.notification.error_password_required', 'Please enter the code to sign in.'),
('Languages::auth.one_time_password.notification.info_password_sent', 'We\'ve sent a one-time code to [email].'),
('Languages::auth.one_time_password.popup.input_placeholder', 'Enter the code here'),
('Languages::auth.one_time_password.popup.message', 'We\'ve sent a one-time code to <strong>[email]</strong>. Please enter it below, and we\'ll sign you in without a password.'),
('Languages::auth.one_time_password.popup.resend_btn', 'Resend the code'),
('Languages::auth.one_time_password.popup.sign_in_btn', 'Sign me in'),
('Languages::auth.one_time_password.popup.title', 'Password-free sign-in'),
('Languages::authentication_failed', 'Authentication failed'),
('Languages::authentication_key', 'Authentication key'),
('Languages::authentication_password', 'Authentication password'),
('Languages::author', 'Author'),
('Languages::authorization', 'Authorization'),
('Languages::authorize_before_order', 'Only registered customers can place an order. Please sign in to your account or register a new one.'),
('Languages::authorize_capture', 'Authorize and capture'),
('Languages::authorize_only', 'Authorize only'),
('Languages::auth_code', 'Auth code'),
('Languages::auth_info', 'Authentication information'),
('Languages::auto', 'Auto'),
('Languages::autoresponders', 'Autoresponders'),
('Languages::auto_set_permissions_via_ftp', 'Auto-set permissions via FTP'),
('Languages::avail', 'Available'),
('Languages::availability', 'Availability'),
('Languages::available', 'Available'),
('Languages::available_fields', 'Available fields'),
('Languages::available_for_supplier', 'Available for supplier'),
('Languages::available_for_vendor', 'Available for vendor'),
('Languages::available_items', 'Available items'),
('Languages::available_languages', 'Available'),
('Languages::available_since', 'Avail since'),
('Languages::available_upgrades', 'Available upgrades'),
('Languages::available_views', 'Available views'),
('Languages::avail_from', 'Available from'),
('Languages::avail_till', 'Available till'),
('Languages::average', 'Average'),
('Languages::avs', 'AVS'),
('Languages::awaiting', 'Awaiting'),
('Languages::awaiting_approval', 'Awaiting approval'),
('Languages::backend_google_auth.errors.not_configured', 'Please configure the add-on first'),
('Languages::backend_google_auth.login_page.btn', 'Sign in with Google'),
('Languages::backend_google_auth.login_page.help', 'Please select the email address that was specified for your administrator account.'),
('Languages::backend_google_auth.settings.authorized_redirect_uris', 'Your authorized redirect URIs:'),
('Languages::backend_google_auth.settings.create_new_application', 'To acquire your client ID and secret create a new application in your Google APIs account.'),
('Languages::backend_google_auth.settings.learn_more_about', 'Learn more about Google APIs'),
('Languages::backend_google_auth.settings.provide_your_credentials', 'Please provide your Google API credentials'),
('Languages::backend_google_auth.settings.save_and_check_btn', 'Save and test the sign-in'),
('Languages::backend_google_auth.settings.warning', 'Once you configure this add-on, only administrators with Gmail email addresses will be able to sign in to the Administration panel. If your administrators have non-Google email addresses specified, don\'t configure the add-on, or else those administrators won\'t be able to sign in.'),
('Languages::backend_google_auth.user_not_found', 'The <strong>[user]</strong> user not found'),
('Languages::backend_google_auth.warnings.only_gmail_address_is_available_to_auth', 'The \"Back-End Sign-In via Google\" add-on is active. Only administrators with Gmail email addresses will be able to sign in.'),
('Languages::backtrace', 'Backtrace'),
('Languages::backup', 'Backup'),
('Languages::backupping_data', 'Backing up data for'),
('Languages::backupping_schema', 'Backing up schema for'),
('Languages::backup_data', 'Backup database data'),
('Languages::backup_filename', 'Backup file name'),
('Languages::backup_files', 'Backup files'),
('Languages::backup_options', 'Backup options'),
('Languages::backup_restore', 'Backup/Restore'),
('Languages::backup_schema', 'Backup database schema'),
('Languages::back_in_stock_notification_footer', 'Welcome to purchase!'),
('Languages::back_in_stock_notification_header', 'We are writing to inform you that the following product is back in stock in our store:'),
('Languages::balance', 'Balance'),
('Languages::balance_account', 'Account balance'),
('Languages::balance_carried_forward', 'Balance carried forward'),
('Languages::bank', 'Bank'),
('Languages::bank_cic', 'Groupe CIC'),
('Languages::bank_cm', 'Credit Mutuel'),
('Languages::bank_obc', 'OBC'),
('Languages::bank_routing_number', 'Bank routing number'),
('Languages::banner', 'Banner'),
('Languages::banners', 'Banners'),
('Languages::banners.editing_banner', 'Editing banner'),
('Languages::banners.new_banner', 'New banner'),
('Languages::banners_menu_description', 'Create graphic and text banners that can then be placed on the storefront.'),
('Languages::banner_code', 'Banner code'),
('Languages::banner_code_for_some_products', 'Banner code for some products'),
('Languages::banner_details_notes', 'After you create a banner here, you should use the <strong>Layout editor</strong> to add it to the storefront.<br /><br />Go to <a href=\"[layouts_href]\" target=\"_blank\">Design → Layouts</a>, switch to the location where you want the banner to appear, and add a new block with type <strong>Banners</strong>.<br /><br />In this block settings, go to the <strong>Content</strong> tab, pick the <strong>Manual</strong> filling, and click on the <strong>Add banners</strong> button.<br /><br />You will see the list of all the banners in your store. Pick the one(s) you need and click on the <strong>Add banners and close</strong> button.<br /><br />Finally, click on the <strong>Create</strong> button to save your changes.'),
('Languages::banner_type.abt__ut2', 'banner_type.abt__ut2'),
('Languages::bar', 'Bar'),
('Languages::base', 'Base'),
('Languages::baseurl', 'Base URL'),
('Languages::base_currency', 'Base'),
('Languages::base_currency_not_deleted', 'The currency has not been deleted because it is the base currency of the store.'),
('Languages::base_price', 'Base price'),
('Languages::base_rate', 'Base rate'),
('Languages::bestsellers', 'Bestsellers'),
('Languages::bestselling', 'Bestselling'),
('Languages::bigpicture_template', 'The big picture'),
('Languages::biller_code', 'Biller code'),
('Languages::billing_address', 'Billing address'),
('Languages::billing_address_line_2', 'Billing: address (line 2)'),
('Languages::billing_city', 'Billing: city'),
('Languages::billing_country', 'Billing: country'),
('Languages::billing_first_name', 'Billing: first name'),
('Languages::billing_last_name', 'Billing: last name'),
('Languages::billing_options', 'Billing Options'),
('Languages::billing_phone', 'Billing: phone'),
('Languages::billing_shipping_address', 'Billing and Shipping Address'),
('Languages::billing_state', 'Billing: state'),
('Languages::billing_zipcode', 'Billing: zipcode'),
('Languages::bill_to', 'Bill to'),
('Languages::birthday', 'Birthday'),
('Languages::block', 'Block'),
('Languages::blocks', 'Blocks'),
('Languages::block_abt__ut2_advanced_subcategories_menu', 'block_abt__ut2_advanced_subcategories_menu'),
('Languages::block_abt__ut2_light_menu', 'block_abt__ut2_light_menu'),
('Languages::block_ab__deal_of_the_day', 'block_ab__deal_of_the_day'),
('Languages::block_ab__deal_of_the_day_description', 'block_ab__deal_of_the_day_description'),
('Languages::block_ab__fast_navigation', 'block_ab__fast_navigation'),
('Languages::block_ab__fast_navigation_categories', 'block_ab__fast_navigation_categories'),
('Languages::block_ab__fast_navigation_categories_description', 'block_ab__fast_navigation_categories_description'),
('Languages::block_ab__fast_navigation_description', 'block_ab__fast_navigation_description'),
('Languages::block_ab__motivation_block', 'block_ab__motivation_block'),
('Languages::block_ab__motivation_block_description', 'block_ab__motivation_block_description'),
('Languages::block_ab__multi_deal_of_the_day', 'block_ab__multi_deal_of_the_day'),
('Languages::block_ab__multi_deal_of_the_day_description', 'block_ab__multi_deal_of_the_day_description'),
('Languages::block_ab__promotions', 'block_ab__promotions'),
('Languages::block_ab__promotions_description', 'block_ab__promotions_description'),
('Languages::block_ab__promotion_main_data', 'block_ab__promotion_main_data'),
('Languages::block_ab__promotion_main_data_description', 'block_ab__promotion_main_data_description'),
('Languages::block_already_exists_in_grid', 'This block already exists in this grid'),
('Languages::block_availability_in_stores', 'Availability in stores'),
('Languages::block_availability_in_stores_description', 'List of stores where the product can be purchased'),
('Languages::block_banners', 'Banners'),
('Languages::block_banners_description', 'Visual and text banners'),
('Languages::block_blog', 'Recent posts'),
('Languages::block_breadcrumbs', 'Breadcrumbs'),
('Languages::block_breadcrumbs_description', 'Navigation breadcrumbs'),
('Languages::block_call_request', 'Call request'),
('Languages::block_call_request_description', 'Store phone number and form for requesting a call'),
('Languages::block_cart_content', 'Cart content'),
('Languages::block_cart_content_description', 'Current cart content'),
('Languages::block_categories', 'Categories'),
('Languages::block_categories_description', 'Category trees'),
('Languages::block_checkout', 'Checkout'),
('Languages::block_checkout_description', 'Current order information'),
('Languages::block_closest_vendors', 'Closest vendors'),
('Languages::block_closest_vendors_description', 'Vendors from customer\'s city'),
('Languages::block_content', 'Block content'),
('Languages::block_currencies', 'Currencies'),
('Languages::block_currencies_description', 'Currency selector'),
('Languages::block_disabled', 'Block was disabled for this location'),
('Languages::block_enabled', 'Block was enabled for this location'),
('Languages::block_et_category_banner', 'ET - Category banners'),
('Languages::block_et_cta', 'ET - Call to action'),
('Languages::block_et_eib', 'ET - Extra info block'),
('Languages::block_et_featured_product_banner_tabs', 'ET - Featured product banner tabs'),
('Languages::block_et_featured_vendors', 'ET - Featured vendors'),
('Languages::block_et_featured_vendors_sidebar', 'ET - Featured vendors sidebar'),
('Languages::block_et_home_banners', 'ET - Home banners'),
('Languages::block_et_home_grid', 'ET - Home grid'),
('Languages::block_et_main_menu', 'ET - Main menu'),
('Languages::block_et_menu_horizontal', 'ET - Menu (horizontal)'),
('Languages::block_et_profile_info', 'ET - Profile info'),
('Languages::block_et_search', 'ET - Search'),
('Languages::block_et_sidebar_subcategories', 'ET - Sidebar subcategories'),
('Languages::block_et_subcaegories', 'ET - Subcategories'),
('Languages::block_et_subcategories', 'ET - Subcategories'),
('Languages::block_et_top_menu', 'ET - Top menu'),
('Languages::block_et_vendor_categories', 'ET - Vendor categories'),
('Languages::block_et_vendor_contact_button', 'ET - Vendor contact button'),
('Languages::block_et_vendor_store_description', 'ET - Vendor store description'),
('Languages::block_et_vendor_store_header', 'ET - Vendor store header'),
('Languages::block_et_vendor_store_header_mobile', 'ET - Vendor store header (mobile)'),
('Languages::block_et_vendor_store_menu', 'ET - Vendor store menu'),
('Languages::block_et_vendor_store_menu_mobile', 'ET - Vendor store menu (mobile)'),
('Languages::block_geo_maps_customer_location', 'Customer location'),
('Languages::block_geo_maps_customer_location_description', 'Customer city and city selection form'),
('Languages::block_gift_certificates_verify', 'Gift certificate verification'),
('Languages::block_gift_certificates_verify_description', 'Gift certificate input and validation'),
('Languages::block_html_block', 'HTML block'),
('Languages::block_html_block_description', 'Any HTML content'),
('Languages::block_ip_after', 'Block IP after a number of unsuccessful attempts'),
('Languages::block_languages', 'Languages'),
('Languages::block_languages_description', 'Language selector'),
('Languages::block_lite_checkout_customer_address', 'Checkout: Address'),
('Languages::block_lite_checkout_customer_address_description', 'Profile fields for customer address'),
('Languages::block_lite_checkout_customer_billing', 'Checkout: Billing address'),
('Languages::block_lite_checkout_customer_billing_description', 'Profile fields for billing address'),
('Languages::block_lite_checkout_customer_information', 'Checkout: Customer Information'),
('Languages::block_lite_checkout_customer_information_description', 'Profile fields for customer information'),
('Languages::block_lite_checkout_customer_notes', 'Checkout: Notes'),
('Languages::block_lite_checkout_customer_notes_description', 'Customer\'s notes about the order'),
('Languages::block_lite_checkout_customer_sign_in', 'Checkout: Sign-In'),
('Languages::block_lite_checkout_customer_sign_in_description', 'Sign-in button'),
('Languages::block_lite_checkout_location', 'Checkout: Location'),
('Languages::block_lite_checkout_location_description', 'Customer\'s city, state, and country'),
('Languages::block_lite_checkout_newsletters', 'Checkout: Newsletters'),
('Languages::block_lite_checkout_newsletters_description', 'Ability to sign up for newsletters'),
('Languages::block_lite_checkout_payment_methods', 'Checkout: Payment methods'),
('Languages::block_lite_checkout_payment_methods_description', 'Payment method selection'),
('Languages::block_lite_checkout_shipping_methods', 'Checkout: Shipping methods'),
('Languages::block_lite_checkout_shipping_methods_description', 'Shipping method selection'),
('Languages::block_lite_checkout_terms_and_conditions', 'Checkout: Terms and conditions'),
('Languages::block_lite_checkout_terms_and_conditions_description', 'Checkbox for accepting terms and conditions'),
('Languages::block_localizations', 'Localizations'),
('Languages::block_localizations_description', 'Localization selector'),
('Languages::block_location_selector', 'Customer\'s location'),
('Languages::block_location_selector_description', 'Enter address to search by location'),
('Languages::block_mailing_lists', 'Newsletter subscription'),
('Languages::block_mailing_lists_description', 'Email field for newsletter subscription'),
('Languages::block_main', 'Main'),
('Languages::block_main_description', 'Main content (loaded by controller)'),
('Languages::block_manager', 'Block manager'),
('Languages::block_manager.add_layout_page', 'Add layout page'),
('Languages::block_manager.availability.desktop', 'Desktop'),
('Languages::block_manager.availability.phone', 'Phone'),
('Languages::block_manager.availability.show_on', 'Show on'),
('Languages::block_manager.availability.tablet', 'Tablet'),
('Languages::block_manager.brands_per_screen', 'Brands per screen'),
('Languages::block_manager.can_not_add_product', 'Sorry, we couldn\'t take you to the checkout page. It requires at least one product in cart, and we couldn\'t add any. Please create a product and make it available on the storefront first.'),
('Languages::block_manager.description_available_values_for_grid_select', 'The available values depend on the size and offset of parent and nested elements.'),
('Languages::block_manager.dynamic_entity_categories', 'category'),
('Languages::block_manager.dynamic_entity_companies', 'vendor'),
('Languages::block_manager.dynamic_entity_pages', 'page'),
('Languages::block_manager.dynamic_entity_products', 'product'),
('Languages::block_manager.editing_layout_page', 'Editing layout page'),
('Languages::block_manager.fixed_layout', 'Fixed width'),
('Languages::block_manager.fluid_layout', 'Fluid'),
('Languages::block_manager.forbid_changing_layout_in_css_mode', 'Changing layout when the theme is converted to CSS is not permitted. Please enable LESS mode in the <a target=\"_blank\" class=\"cm-post\" href=\"[url]\">Theme editor</a>.'),
('Languages::block_manager.full_width_layout', 'Full width'),
('Languages::block_manager.grid_columns', 'Grid columns'),
('Languages::block_manager.layout_pages', 'Layout pages'),
('Languages::block_manager.layout_width', 'Layout width'),
('Languages::block_manager.manage_layout_in_tab_not_exist_location', '<p>This [entity] currently doesn\'t have an associated layout page. That\'s why it uses blocks from the default layout page.<br> If you\'d like to edit blocks specifically for this [entity], then:</p><p><ol><li>Go to <b><a href=\"[link]\">Design → Layouts</a></b></li><li>Add a layout page with <b>Dispatch:</b> <code>[dispatch_value]</code>.</li><li>Switch to the <b>[entity_tab]</b> tab and make sure that the layout page is enabled for this [entity].</li><li>Save your changes and return here.</li></ol></p>'),
('Languages::block_manager.manage_layout_in_tab_unavailable', 'Sorry, you can\'t edit blocks for this [entity]. If you\'d like to do this, please contact the main administrator. Ask him or her to check the <b>Layouts</b> tab of this [entity] in their admin panel. That will give the main admin all the necessary information.'),
('Languages::block_manager.manage_layout_in_tab_unavailable_by_object_id', '<p>This [entity] currently doesn\'t have an associated layout page. That\'s why it uses blocks from the default layout page.<br> If you\'d like to edit blocks specifically for this [entity], then:</p><p><ol><li>Edit the <b><a href=\"[link]\">[location_name]</a></b> layout page.</li><li>Switch to the [entity_tab] tab and make sure that the layout page is enabled for this [entity].</li><li>Save your changes and return here.</li></ol></p>'),
('Languages::block_manager.max_width', 'Maximal width'),
('Languages::block_manager.min_width', 'Minimal width'),
('Languages::block_manager.new_layout_page', 'New layout page'),
('Languages::block_manager.total_displayed_brands', 'Total amount of brands displayed'),
('Languages::block_manager.view_layout.desktop', 'Desktop preview'),
('Languages::block_manager.view_layout.phone', 'Phone preview'),
('Languages::block_manager.view_layout.reset_filter', 'Edit layouts'),
('Languages::block_manager.view_layout.tablet', 'Tablet preview'),
('Languages::block_manager.wrappers.lite_checkout', 'Lite checkout'),
('Languages::block_menu', 'Menu'),
('Languages::block_menu_description', 'Different types of menus'),
('Languages::block_my_account', 'My account'),
('Languages::block_my_account_description', 'Customer profile access'),
('Languages::block_name', 'Block name'),
('Languages::block_options', 'Block options'),
('Languages::block_order', 'Block order'),
('Languages::block_our_brands', 'Brands'),
('Languages::block_our_brands_description', 'Product brands presented in the store'),
('Languages::block_pages', 'Pages'),
('Languages::block_pages_description', 'Store pages'),
('Languages::block_payment_methods', 'Payment methods'),
('Languages::block_payment_methods_description', 'Available payment methods'),
('Languages::block_polls', 'Polls'),
('Languages::block_products', 'Products'),
('Languages::block_products_description', 'Product showcase'),
('Languages::block_product_filters', 'Product filters'),
('Languages::block_product_filters_description', 'Product filtering options'),
('Languages::block_product_filters_home', 'Product filters for home page'),
('Languages::block_product_filters_home_description', 'Product filtering options, displayed on home page'),
('Languages::block_rees46', 'REES46'),
('Languages::block_rees46_description', 'Recommendation widget'),
('Languages::block_rss_feed', 'RSS feed'),
('Languages::block_rss_feed_description', 'RSS feed subscription icon'),
('Languages::block_search_vendors', 'Vendors by location'),
('Languages::block_search_vendors_description', 'Search for vendors in a specific location'),
('Languages::block_settings', 'Block settings'),
('Languages::block_shipping_methods', 'Shipping methods'),
('Languages::block_shipping_methods_description', 'Available shipping methods'),
('Languages::block_smarty_block', 'HTML block with Smarty support'),
('Languages::block_smarty_block_description', 'Any HTML/Smarty content'),
('Languages::block_store_locator', 'Store locator'),
('Languages::block_store_locator_description', 'Store locator block'),
('Languages::block_tags', 'Tags'),
('Languages::block_tags_description', 'Product tags'),
('Languages::block_template', 'Template'),
('Languages::block_template_description', 'Block with a particular template'),
('Languages::block_testimonials', 'Testimonials'),
('Languages::block_testimonials_description', 'User testimonials'),
('Languages::block_text', 'Block text'),
('Languages::block_time', 'Time for which IP should be blocked'),
('Languages::block_vendors', 'Vendors'),
('Languages::block_vendors_map', 'Vendor map'),
('Languages::block_vendors_map_description', 'A map of all vendors'),
('Languages::block_vendor_blog', 'Vendor recent posts'),
('Languages::block_vendor_categories', 'Vendor categories'),
('Languages::block_vendor_categories_description', 'Product categories available to a particular vendor'),
('Languages::block_vendor_filters', 'Vendor filters'),
('Languages::block_vendor_information', 'Vendor information'),
('Languages::block_vendor_logo', 'Vendor logo'),
('Languages::block_vendor_plan_info', 'Vendor plan info'),
('Languages::block_vendor_plan_info_description', 'Shows information about the selected vendor plan'),
('Languages::block_vendor_search', 'Search by vendor products'),
('Languages::block_width', 'Block width'),
('Languages::block_wrapper_updated', 'Block wrapper was updated'),
('Languages::blog', 'Blog'),
('Languages::blog.add_post', 'Add blog post'),
('Languages::blog.editing_post', 'Editing blog post'),
('Languages::blog.et_featured_recent_posts_scroller', 'ET - Blog featured recent posts scroller'),
('Languages::blog.et_sidebar_latest_posts_scroller', 'ET - Blog sidebar latest posts scroller'),
('Languages::blog.new_post', 'New blog post'),
('Languages::blog.post', 'Post'),
('Languages::blog.posts', 'Posts'),
('Languages::blog.read_more', 'Read more'),
('Languages::blog.recent_posts', 'Blog: recent posts'),
('Languages::blog.recent_posts_scroller', 'Blog: recent posts scroller'),
('Languages::blog.text_links', 'Blog: text links'),
('Languages::blog.view_post', 'View post'),
('Languages::blog_functionality_notes', '<p>Use this page to manage your blog. This is how you should organize your blog posts:</p><ul><li>Blog is a usual post that has the <b>Root level page</b> as the Parent page.</li><li>Choose <b>Blog</b> as the Parent page for your blog posts.</li></ul>'),
('Languages::blog_menu_description', 'Manage your blog posts.'),
('Languages::bm.customer_information_block.warning.email_or_phome_must_be_required', 'Contact information must always have either email, or phone as a required field.'),
('Languages::bm.customer_information_block.warning.field_automaticly_added', '\"[field_name]\" has been added as a required field automatically.'),
('Languages::bm.customer_information_block.warning.field_marked_as_required', 'The \"[field_name]\" field has been marked as required.'),
('Languages::bm_confirm', 'Performing this action will [action] this block on all the [location_name] pages. Do you want to continue?'),
('Languages::body', 'Body'),
('Languages::body_html', 'HTML body'),
('Languages::bonus', 'Bonus'),
('Languages::bonuses', 'Bonuses'),
('Languages::both', 'Both'),
('Languages::bottom_panel.admin_panel', 'Admin panel'),
('Languages::bottom_panel.build_mode', 'Edit structure'),
('Languages::bottom_panel.build_mode.not_available', 'Available only at the checkout page. Add a product to cart and go to checkout to see how it works.'),
('Languages::bottom_panel.buy_license', 'Buy license'),
('Languages::bottom_panel.change_theme', 'Change theme'),
('Languages::bottom_panel.community_forums', 'Community forums'),
('Languages::bottom_panel.customer_help_desk', 'Contact support'),
('Languages::bottom_panel.documentation', 'Documentation'),
('Languages::bottom_panel.download', 'Download'),
('Languages::bottom_panel.edit_layout', 'Edit layout'),
('Languages::bottom_panel.edit_menus', 'Edit menus'),
('Languages::bottom_panel.edit_product_tabs', 'Edit product tabs'),
('Languages::bottom_panel.edit_template', 'Edit template'),
('Languages::bottom_panel.edit_translations', 'Edit translations'),
('Languages::bottom_panel.faq', 'FAQ'),
('Languages::bottom_panel.go_to_dashboard', 'Go to Dashboard'),
('Languages::bottom_panel.go_to_home_page', 'Go to home page'),
('Languages::bottom_panel.help', 'Help'),
('Languages::bottom_panel.hide_bottom_admin_panel', 'Hide admin toolbar'),
('Languages::bottom_panel.hire_a_developers', 'Hire a developer'),
('Languages::bottom_panel.preview_mode', 'Preview'),
('Languages::bottom_panel.restore_demo', 'Restore demo'),
('Languages::bottom_panel.settings', 'Settings'),
('Languages::bottom_panel.show_bottom_admin_panel', 'Show admin toolbar'),
('Languages::bottom_panel.storefront', 'Storefront'),
('Languages::bottom_panel.text_mode', 'Edit texts'),
('Languages::bottom_panel.theme_mode', 'Edit style'),
('Languages::bottom_panel.theme_mode.not_available', 'Available only in your microstore or on the pages of your products and blog articles.'),
('Languages::bottom_panel.trial_left', 'Remaining trial period'),
('Languages::bottom_panel.vendor_panel', 'Vendor panel'),
('Languages::bottom_panel.video_tutorials', 'Video tutorials'),
('Languages::bought', 'Already bought'),
('Languages::bought_amount', 'Bought quantity'),
('Languages::box_height', 'Box height'),
('Languages::box_length', 'Box length'),
('Languages::box_size', 'Box size'),
('Languages::box_width', 'Box width'),
('Languages::brand', 'Brand'),
('Languages::brand_type', 'Brand/Manufacturer'),
('Languages::breadcrumbs', 'Breadcrumbs'),
('Languages::broken_addon_pack', 'Incorrect add-on structure. The uploaded pack cannot be installed.'),
('Languages::broken_po_pack', 'Incorrect PO-pack structure. The uploaded pack cannot be installed.'),
('Languages::browse', 'Browse...'),
('Languages::browser_upgrade_notice', '<p>We have detected that the browser you are using is not fully supported by our Admin Panel. You can view this site using your current browser but it may not display properly, and you may not be able to fully use all features.</p><br><p>Admin Panel is best viewed using the following browsers:</p><br><ul><li>&ndash; <a href=\"http://windows.microsoft.com/en-US/internet-explorer/products/ie/home\" target=\"_blank\">Internet Explorer 9 and above</a></li><li>&ndash; <a href=\"http://www.mozilla.org/en-US/\" target=\"_blank\">Mozilla Firefox (latest version)</a></li><li>&ndash; <a href=\"https://www.google.com/intl/en/chrome/browser/\" target=\"_blank\">Google Chrome (latest version)</a></li></ul><br><p>Click on one of the links to download the browser of your choice. Once the download has completed, install the browser by running the setup program.</p><br><p>If you cannot upgrade your browser now, you can still access Admin Panel, but you may not be able to fully use all features.<br><br><a href=\"[url]\">Continue</a></p>'),
('Languages::browser_upgrade_notice_title', 'Browser Upgrade Notice'),
('Languages::browse_all_available_addons', 'Browse all available add-ons'),
('Languages::browse_all_available_themes', 'Browse all available themes'),
('Languages::browse_by_category', 'Browse by category'),
('Languages::bucket', 'Bucket'),
('Languages::bulk_attempt_to_set_itself_or_a_own_child_as_its_parent_warning', 'The parent page of some of the selected pages wasn\'t changed. Reason: can\'t assign child page as a parent for its own parent.'),
('Languages::bulk_category_addition', 'Bulk category addition'),
('Languages::bulk_category_deletion_side_effects', 'This will delete all selected categories\' products, as well as their subcategories and their products.'),
('Languages::bulk_edit.decrease_hint', 'To decrease the value use the \"-\". Example: -5'),
('Languages::bulk_edit.example_of_modified_value', 'Example of the modified value'),
('Languages::bulk_edit.make_active', 'Make products active'),
('Languages::bulk_edit.make_disabled', 'Make products disabled'),
('Languages::bulk_edit.make_hidden', 'Make products hidden'),
('Languages::bulk_edit.price_and_stock', 'Price & Stock'),
('Languages::bulk_edit.some_products_were_omitted', 'Some products were skipped because the last remaining category can\'t be removed or added for a product.'),
('Languages::bulk_edit.some_products_were_omitted_other_storefront', 'Couldn\'t edit selected products. Some of the selected products belong to other storefronts; please deselect those products to be able to edit remaining ones.'),
('Languages::bulk_edit.unable_to_delete_all_categories', 'At least one category must be selected'),
('Languages::bulk_edit.what_do_these_checkboxes_mean', 'What do these checkboxes mean?'),
('Languages::bulk_edit.what_do_these_checkboxes_mean_checked', 'all the selected products belong to this category or will be assigned to it.'),
('Languages::bulk_edit.what_do_these_checkboxes_mean_indeterminate', 'some of the selected products belong to this category; no changes will be made.'),
('Languages::bulk_edit.what_do_these_checkboxes_mean_unchecked', 'none of the selected products belong to this category, or they will be removed from it.'),
('Languages::bulk_print_invoice', 'Invoice bulk print'),
('Languages::bulk_print_packing_slip', 'Packing slip bulk print'),
('Languages::bulk_print_pdf', 'Invoice bulk print (PDF)'),
('Languages::bulk_product_addition', 'Bulk product addition'),
('Languages::bulk_product_features_warning', 'This change won\'t affect some of the selected features, because they belong to a feature group. You can assign categories to an entire feature group.'),
('Languages::bundleid', 'Bundle Id'),
('Languages::button_bgcolor', 'Button background color'),
('Languages::button_text_color', 'Button text color'),
('Languages::but_change', 'Change'),
('Languages::buyer_name', 'Buyer\'s name'),
('Languages::buy_in_advance', 'Buy in advance'),
('Languages::buy_in_advance_upgrade_notification.message', '<p>Customers can now preorder products that have <b>Out of stock actions</b> set to <i>Buy in advance</i> even when the <b>Allow negative amount in inventory</b> setting is disabled. Currently the following products are available on backorder:</p><ul>[products_list]</ul><p>If you don\'t want to allow customers to purchase some of these products while you don\'t have them in stock, please edit these products and set their <b>Out of stock actions</b> to <i>None</i>.</p>'),
('Languages::buy_in_advance_upgrade_notification.title', 'New behavior of \"Out of stock actions: Buy in advance\"'),
('Languages::buy_license', 'Purchase a license'),
('Languages::buy_new_storefront_license', 'Buy [product] Storefront License'),
('Languages::buy_now', 'Buy now'),
('Languages::buy_now_url', 'Buy Now URL'),
('Languages::buy_together', 'Buy together'),
('Languages::buy_together_calculation_information', 'Total price: [total_price], Discount: [discount], Combination price: [combination_price]'),
('Languages::buy_together_combination_cannot_be_added', 'Combination cannot be added to cart'),
('Languages::buy_together_fill_the_mandatory_fields', 'Please specify product options before adding this product combination to the cart.'),
('Languages::buy_together_info_message', 'To add a combination, first <a class=\"buy-together-js-storefront-switcher\" data-ca-switcher-storefront-id=\"[storefront_id]\" data-ca-switcher-param-name=\"switch_company_id\" data-ca-switcher-product-id=\"[product_id]\">select the storefront</a>.'),
('Languages::buy_together_info_message_for_mve', 'Only vendors can add product combinations. To add a combination, first <a class=\"buy-together-js-company-switcher\" data-ca-switcher-company-id=\"[company_id]\" data-ca-switcher-param-name=\"company_id\" data-ca-switcher-product-id=\"[product_id]\">log in as vendor</a>.');
INSERT INTO `partiushop_original_values` (`msgctxt`, `msgid`) VALUES
('Languages::buy_together_is_not_compatible_with_configurator', '[product_name] cannot be added to combination. Buy together is not compatible with the Product configurator add-on'),
('Languages::buy_together_is_not_compatible_with_recurring_billing', '[product_name] cannot be added to combination. Buy together is not compatible with the Recurring billing add-on'),
('Languages::buy_together_product_was_removed', '[product] did not have enough amount ([amount]) and was removed from the cart'),
('Languages::by', 'by'),
('Languages::bytes', 'bytes'),
('Languages::by_fixed', 'by fixed amount'),
('Languages::by_percentage', 'by percentage of the original price'),
('Languages::b_first_name_and_last_name', 'First name and last name (for billing)'),
('Languages::b_fullname', 'Full name (for billing)'),
('Languages::b_last_name_and_first_name', 'Last name and first name (for billing)'),
('Languages::C128A', 'Code 128 is a high-density barcode symbology.<br/>Used extensively worldwide.<br/>Code 128 is designed to encode 128 full ASCII characters.<br/>Code 128-A - 0-9, A-Z, ASCII control codes, special characters.<br/>Code 128-B - 0-9, A-Z, a-z, special characters.<br/>Code 128-C - 00-99 (double density encoding of numeric only data).<br/>'),
('Languages::C128B', 'Code 128 is a high-density barcode symbology.<br/>Used extensively worldwide.<br/>Code 128 is designed to encode 128 full ASCII characters.<br/>Code 128-A - 0-9, A-Z, ASCII control codes, special characters.<br/>Code 128-B - 0-9, A-Z, a-z, special characters.<br/>Code 128-C - 00-99 (double density encoding of numeric only data).<br/>'),
('Languages::C128C', 'Code 128 is a high-density barcode symbology.<br/>Used extensively worldwide.<br/>Code 128 is designed to encode 128 full ASCII characters.<br/>Code 128-A - 0-9, A-Z, ASCII control codes, special characters.<br/>Code 128-B - 0-9, A-Z, a-z, special characters.<br/>Code 128-C - 00-99 (double density encoding of numeric only data).<br/>'),
('Languages::C39', 'Known also as USS Code 39, 3 of 9.<br/>Code 39 can encode alphanumeric characters.<br/>The symbology is used in non-retail environment.<br/>Code 39 is designed to encode 26 upper case letters, 10 digits and 7 special characters.'),
('Languages::cache_cleared', 'Cache has been cleared'),
('Languages::calculate', 'Calculate'),
('Languages::calculated_automatically', 'Calculated automatically'),
('Languages::calculated_rate', 'Calculated rate'),
('Languages::calculate_shipping_cost', 'Calculate shipping cost'),
('Languages::calendar', 'Calendar'),
('Languages::call_request.work_time', 'Mon-Fr 9a.m.-6p.m.'),
('Languages::call_requests', 'Call requests'),
('Languages::call_requests.agreement_text_full_request_call_request_form', '<p>We ([company]) will use the data you provide here to contact you regarding your call request or order. That data will remain in our system, visible to our staff (or the relevant vendor), until you withdraw your consent. If you’d like to have your personal data removed, send an email to [email].</p> <p>If you believe that your personal data has been misused, you have the right to lodge a complaint with a supervisory authority. We’re obliged by EU General Data Protection Regulation to let you know about this right; we don’t actually intend to misuse your data.</p>'),
('Languages::call_requests.agreement_text_short_request_call_request_form', 'I agree to have my personal data <u>processed as follows.</u>'),
('Languages::call_requests.awaiting_call', 'Awaiting call'),
('Languages::call_requests.buy_now_with_one_click', 'Buy now with 1-click'),
('Languages::call_requests.convenient_time', 'Convenient time'),
('Languages::call_requests.enter_phone_or_email_text', 'Please enter your phone number or email (for our manager to contact you)'),
('Languages::call_requests.error_validate_call_form', 'Please enter your email or phone number'),
('Languages::call_requests.error_validator_phone', 'The phone number in the <b>[field]</b> field is invalid.'),
('Languages::call_requests.event.request_about_product_created.name', 'Call requests: request about product created'),
('Languages::call_requests.event.request_created.name', 'Call requests: request created'),
('Languages::call_requests.notes', 'Notes'),
('Languages::call_requests.no_name_specified', 'No name specified'),
('Languages::call_requests.order_exists', 'Order exists'),
('Languages::call_requests.order_placed', 'We have received your request! The order #[order_id] has been successfully created. Our manager will contact you soon.'),
('Languages::call_requests.person_name_and_phone', 'Name and phone'),
('Languages::call_requests.phone_from_settings', 'Phone from settings'),
('Languages::call_requests.requested_product', 'Requested product'),
('Languages::call_requests.request_call', 'Request call'),
('Languages::call_requests.request_call_request_form', 'Call requests: request form'),
('Languages::call_requests.request_recieved', 'We have received your request! Our manager will contact you soon.'),
('Languages::call_requests.responsible', 'Responsible'),
('Languages::call_requests.status.completed', 'Completed'),
('Languages::call_requests.status.in_progress', 'In progress'),
('Languages::call_requests.status.new', 'New'),
('Languages::call_requests.status.no_answer', 'No answer'),
('Languages::call_requests.text_buy_with_one_click_request', 'Сustomer [customer] is <a href=\"[href]\">awaiting your call</a> on [phone_number], regarding the purchase of the product <a href=\"[product_href]\">[product_name]</a>.'),
('Languages::call_requests.text_call_request', 'Customer [customer] is <a href=\"[href]\">awaiting your call</a> on [phone_number].'),
('Languages::call_requests.text_call_request_call_time', 'The convenient call time is between [time_from] and [time_to].'),
('Languages::call_requests.use_for_call_requests', 'Call request and buy now with one click form'),
('Languages::call_requests_menu_description', 'Manage customer call requests'),
('Languages::campaign', 'Campaign'),
('Languages::campaigns', 'Campaigns'),
('Languages::campaign_stats', 'Campaign statistics'),
('Languages::canada_post_activation_error', 'To activate the Canada post shipping processor, you must have the Canadian Dollar currency enabled.'),
('Languages::canada_post_upgrade_notification_text', '<p>The latest version of [product] has different settings for realtime shipping rate calculation if you use Canada Post as a Carrier.</p><p>If you want to show current shipping rates to your clients, do this:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses Canada Post as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li><li>switch to the Configure tab and enter the proper <a href=\"https://www.canadapost.ca/cpo/mc/business/productsservices/developers/services/gettingstarted.jsf\" target=\"_blank\">API keys</a></li></ul>'),
('Languages::canada_post_upgrade_notification_title', 'Canada Post realtime shipping rate calculation changes'),
('Languages::cancel', 'Cancel'),
('Languages::canceled_reversal', 'Canceled reversal'),
('Languages::cancelled', 'Canceled'),
('Languages::cancel_url_target', 'Cancel URL target'),
('Languages::cannot_buy', 'You cannot buy the product with these option variants'),
('Languages::cannot_proccess_checkout', 'Your cart is empty, so you cannot proceed to checkout.'),
('Languages::cannot_proccess_checkout_without_payment_methods', 'There are no payment methods available, so you cannot proceed to checkout.'),
('Languages::cannot_remove_active_theme', 'Cannot remove the active theme'),
('Languages::cannot_remove_theme_has_dependent_themes', 'The theme can\'t be removed as the following themes depend on it: [dependent_themes]'),
('Languages::cannot_upload_file', 'Cannot upload file'),
('Languages::cannot_write_file', 'Cannot write to the file <b>[file]</b>. Please check the file and directory permissions.'),
('Languages::cant_create_backup_file', 'Cannot upload backup file. Please check permissions for the \"var/backups\" directory of your installation.'),
('Languages::cant_find_thread', 'Thread can not be found.'),
('Languages::cant_remove_addon_files', 'Add-on files couldn\'t be removed'),
('Languages::cant_remove_default_storefront', 'Default storefront <b>[url]</b> can\'t be removed'),
('Languages::cant_save_percentage_price', 'You can not use percentage value for base price.'),
('Languages::cant_upload_file', 'Couldn\'t upload the file. The problem isn\'t necessarily on the [product] end. If it occurs regularly, please contact your server administrator or our technical support.'),
('Languages::can_not_add_file_type_profile_field', 'Sorry, this page doesn\'t support fields with the \"File\" type, and they weren\'t added.'),
('Languages::captcha_upgrade_notification_text', '<p>Previously you had to use <b>Settings → Image verification</b> to configure anti-bot protection. Starting with [product] 4.5.1, that section of the settings doesn\'t exist. All relevant settings were moved to the Google reCAPTCHA add-on. The values of those settings remain as they were before the upgrade.</p><p>The Google reCAPTCHA add-on is now the only mechanism of anti-bot protection available in [product] by default. To set up anti-bot validation, follow these steps:</p><ol><li>Go to <b>Add-ons → Manage add-ons</b>.</li><li>Find and click on <b>Google reCAPTCHA</b> in the list of add-ons.</li><li>A pop-up window will open. Enter <b>Site key</b> and <b>Secret token</b>, then save your changes. The instructions on how to get the key and token are available <a href=\'https://developers.google.com/recaptcha/docs/start\' target=\'_blank\'>here</a>.</li><li>Configure other settings of the add-on as you see fit.</li></ol>'),
('Languages::captcha_upgrade_notification_title', 'Image verification was fully replaced by Google reCAPTCHA'),
('Languages::capture', 'Capture'),
('Languages::card', 'Card'),
('Languages::cardholder_name', 'Cardholder\'s name'),
('Languages::card_number', 'Card number'),
('Languages::carousel', 'Carousel'),
('Languages::carousel_swiper', 'Swiper'),
('Languages::carrier', 'Carrier'),
('Languages::carrier_aup', 'Australia Post'),
('Languages::carrier_can', 'Canada Post'),
('Languages::carrier_dhl', 'DHL'),
('Languages::carrier_fedex', 'FedEx'),
('Languages::carrier_store_locator', 'Pickup'),
('Languages::carrier_swisspost', 'SwissPost'),
('Languages::carrier_temando', 'Temando'),
('Languages::carrier_ups', 'UPS'),
('Languages::carrier_usps', 'USPS'),
('Languages::cart', 'Cart'),
('Languages::cart_content', 'Cart content'),
('Languages::cart_contents', 'Cart contents'),
('Languages::cart_info', 'Site info'),
('Languages::cart_is_empty', 'Cart is empty'),
('Languages::cart_items', 'Cart items'),
('Languages::cart_or_wishlist', 'Cart or Wishlist'),
('Languages::cart_subtotal', 'Cart subtotal'),
('Languages::cash_on_delivery', 'Cash on delivery'),
('Languages::catalog', 'Catalog'),
('Languages::catalog_mode', 'Catalog Mode'),
('Languages::catalog_pages', 'Catalog pages'),
('Languages::categories', 'Categories'),
('Languages::categories_have_been_added', 'Categories have been added'),
('Languages::categories_in', 'Categories in'),
('Languages::categories_menu_description', 'View product categories which are used to group products in your store.'),
('Languages::category', 'Category'),
('Languages::category_appearance', 'Сategory appearance in mobile application'),
('Languages::category_deletion_side_effects', 'This will delete all selected category\'s products, as well as its subcategories and their products.'),
('Languages::category_delimiter', 'Category delimiter'),
('Languages::category_description', 'Category description'),
('Languages::category_location', 'Category location'),
('Languages::category_name', 'Category name'),
('Languages::cc_button_submit', 'Proceed to checkout'),
('Languages::cdn_settings', 'CDN settings'),
('Languages::central', 'Central'),
('Languages::central_content', 'Central content'),
('Languages::certificate', 'Certificate'),
('Languages::certificate_already_used', 'This gift certificate is already in use'),
('Languages::certificate_code_not_available', 'Gift certificate cannot be applied. Please contact the store administration.'),
('Languages::certificate_code_not_valid', 'Gift certificate code is not valid'),
('Languages::certificate_filename', 'Certificate filename'),
('Languages::certificate_verification', 'Validate/Redeem gift certificate'),
('Languages::change', 'Change'),
('Languages::changed', 'Changed'),
('Languages::changes', 'Changes'),
('Languages::change_access_permission_to_config', 'Also it is recommended to change the access permissions for the config.local.php file. It should have 644 (read/write for the owner and read for others) permissions.'),
('Languages::change_addons_initialization', 'Change add-ons initialization'),
('Languages::change_addons_initialization_description', 'To determine if a certain problem is caused by an add-on, you can disable third-party add-ons or all add-ons. Re-enable them later with one click.'),
('Languages::change_customer', 'Change customer'),
('Languages::change_gift_certificate_status', 'Change gift certificate status to'),
('Languages::change_language', 'Change language'),
('Languages::change_order_status_b_subj', 'Order #[order] has been backordered'),
('Languages::change_order_status_b_text', 'Your order has been backordered.'),
('Languages::change_order_status_c_subj', 'Order #[order] has been completed'),
('Languages::change_order_status_c_text', 'Your order has been completed. Thank you for choosing us.'),
('Languages::change_order_status_default_subj', 'The status of order #[order] has been changed to [status]'),
('Languages::change_order_status_default_text', 'The status of your order has been changed to [status].'),
('Languages::change_order_status_d_subj', 'Order #[order] has been declined'),
('Languages::change_order_status_d_text', 'Your order has been declined. Please contact shop administration.'),
('Languages::change_order_status_f_subj', 'Order #[order] failed'),
('Languages::change_order_status_f_text', 'Your order has been unsuccessful. Please contact shop administration.'),
('Languages::change_order_status_i_subj', 'Order #[order] has been canceled'),
('Languages::change_order_status_i_text', 'Your order has been canceled. Please contact shop administration.'),
('Languages::change_order_status_o_subj', 'Order #[order] has been placed successfully'),
('Languages::change_order_status_o_text', 'Thank you for the order. You are welcome to come back!'),
('Languages::change_order_status_p_subj', 'Order #[order] has been processed'),
('Languages::change_order_status_p_text', 'Your order has been processed successfully.'),
('Languages::change_password_notification', 'Please change your password'),
('Languages::change_password_notification_body', 'Your password to access the admin panel of the [store] store was last changed [days] days ago. For security reasons, please change your password. In order to do this, please follow the link:'),
('Languages::change_permissions', 'Change permissions'),
('Languages::change_points', 'Change points'),
('Languages::change_range', 'Change range'),
('Languages::change_to_status', 'Change to [status]'),
('Languages::charged_amount', 'Charged amount'),
('Languages::charge_to_vendor_account', 'Charge to vendor account'),
('Languages::charset', 'Character set'),
('Languages::chart', 'Chart'),
('Languages::charts', 'Charts'),
('Languages::chart_type', 'Chart type'),
('Languages::check', 'Check'),
('Languages::checkbox', 'Check box'),
('Languages::checked', 'Checked'),
('Languages::checking_account_number', 'Checking account number'),
('Languages::checking_core_edition_is_not_suitable', 'Edition of your cart ([current_edition]) is not supported. Required: [required_edition].'),
('Languages::checking_core_version_is_not_suitable', 'Version of your cart ([version]) is not supported. Minimal: [min]. Maximal: [max].'),
('Languages::checking_extension_should_be_installed', 'The [extension] extension should be installed on your server for correct add-on operation.'),
('Languages::checking_extension_should_be_removed', 'The [extension] extension should be removed from your server for correct add-on operation.'),
('Languages::checking_extension_version_is_not_suitable', 'The [extension] version ([version]) is not supported by the add-on. Minimal: [min]. Maximal: [max].'),
('Languages::checking_php_version_is_not_suitable', 'PHP version ([version]) is not supported. Minimal: [min]. Maximal: [max].'),
('Languages::checkout', 'Checkout'),
('Languages::checkout.email_exists.popup.cancel_btn', 'Use another email'),
('Languages::checkout.email_exists.popup.message', 'An account with your email already exists. We can sign you in (password won\'t be needed), or you can use another email if you\'d like.'),
('Languages::checkout.email_exists.popup.sign_in_btn', 'Sign me in'),
('Languages::checkout.email_exists.popup.title', 'You may have bought from us before'),
('Languages::checkout.min_cart_subtotal_required', 'To continue checkout process your order subtotal must exceed [amount]'),
('Languages::checkout_as_guest', 'Checkout as guest'),
('Languages::checkout_block_with_heading', 'Checkout block (H2 heading)'),
('Languages::checkout_edp_terms_n_conditions', 'I accept the terms in the'),
('Languages::checkout_location_was_rewritten_upgrade_notification_text', '<p>You can now move parts of the new checkout page around, or hide the parts you don\'t need. To do this, go to <b>Design → Layouts</b> and switch to the <i>Checkout</i> tab. For your convenience, we have updated your checkout page: it now has all the new blocks that a clean [product] installation has. Please check your checkout page and modify it as you see fit.</p><p>We also made a back-up of your previous checkout page. If you need to revert our changes, just import the layout from <b>[file_paths]</b></p><p><a href=\"[layout_page]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Configure checkout here</a></p>'),
('Languages::checkout_location_was_rewritten_upgrade_notification_title', 'Customize your checkout page'),
('Languages::checkout_select_profile_before_order', 'Please select a profile before you place the order.'),
('Languages::checkout_terms_n_conditions', 'Select this check box to accept the [terms_href]'),
('Languages::checkout_terms_n_conditions_alert', 'In order to proceed, you need to accept our Terms and Conditions.'),
('Languages::checkout_terms_n_conditions_name', 'Terms and Conditions'),
('Languages::check_active', 'Active'),
('Languages::check_again', 'Recheck and correct'),
('Languages::check_all', 'All'),
('Languages::check_disabled', 'Disabled'),
('Languages::check_hidden', 'Hidden'),
('Languages::check_items_text', 'To include Order statuses, Payment methods and Locations in the conditions list, check the necessary item and click on the \"Save\" button.'),
('Languages::check_none', 'None'),
('Languages::check_number', 'Check Number'),
('Languages::check_other_sources_for_personal_data', '<p>Please note that anonymization doesn\'t affect any backups and logs that you might have. If necessary, please do the following:</p><ol><li>Clear the logs under <b>Administration → Logs</b>.</li><li>Secure and delete the backups you might have under <b>Administration → Backup/Restore</b>.</li></ol>'),
('Languages::check_pending', 'Pending'),
('Languages::check_permissions', 'Check permissions'),
('Languages::check_php_timeout', 'Check PHP script timeout'),
('Languages::check_server_export_settings', 'Check server export settings'),
('Languages::check_ssl', 'Check SSL'),
('Languages::check_uncheck_all', 'Check / uncheck all'),
('Languages::chinese', 'Chinese'),
('Languages::choose', 'Choose'),
('Languages::choose_action', 'Choose action'),
('Languages::choose_category', 'Choose category'),
('Languages::choose_user', 'Choose user'),
('Languages::choose_your_country', 'Choose your country'),
('Languages::choose_your_store_mode', 'Please choose your licensing mode'),
('Languages::cities', 'Cities'),
('Languages::city', 'City'),
('Languages::classes', 'classes'),
('Languages::clean', 'clean'),
('Languages::cleanup_history', 'Clean up history'),
('Languages::cleanup_log', 'Cleanup log'),
('Languages::clean_logs', 'Clear logs'),
('Languages::clean_old_logs', 'Clear logs older than [n] day|Clear logs older than [n] days'),
('Languages::clean_up_all_locations_on_import', 'Clean up locations before import'),
('Languages::clear', 'Clear'),
('Languages::clear_cache', 'Clear cache'),
('Languages::clear_cart', 'Clear cart'),
('Languages::clear_conditions', 'Clear conditions'),
('Languages::clear_fields', 'Clear fields'),
('Languages::clear_list', 'Clear list'),
('Languages::clear_thumbnails', 'Clean up generated thumbnails'),
('Languages::clear_wishlist', 'Clear wish list'),
('Languages::clicks', 'Clicks'),
('Languages::client_id', 'Client ID'),
('Languages::clone', 'Clone'),
('Languages::clone_categories', 'Copy categories'),
('Languages::clone_from', 'Clone from'),
('Languages::clone_layouts', 'Copy layouts'),
('Languages::clone_pages', 'Share pages'),
('Languages::clone_payments', 'Share payment methods'),
('Languages::clone_products', 'Share products'),
('Languages::clone_product_features', 'Share product features'),
('Languages::clone_product_filters', 'Share product filters'),
('Languages::clone_profile_fields', 'Share profile fields'),
('Languages::clone_promotions', 'Share promotions'),
('Languages::clone_selected', 'Clone selected'),
('Languages::clone_settings', 'Copy settings'),
('Languages::clone_shippings', 'Share shipping methods'),
('Languages::clone_sitemap', 'Copy sitemap'),
('Languages::clone_static_data_clone', 'Copy menus'),
('Languages::clone_table', 'Clone table'),
('Languages::clone_theme', 'Clone theme'),
('Languages::clone_this_item', 'Clone this item'),
('Languages::clone_this_page', 'Clone this page'),
('Languages::close', 'Close'),
('Languages::close_selected_storefronts', 'Close selected'),
('Languages::close_storefront', 'Close storefront'),
('Languages::close_storefront.setting_notice', 'You can open or close a storefront on the storefront editing page'),
('Languages::cmcic_societe', 'Societe'),
('Languages::cname', 'CNAME'),
('Languages::code', 'Code'),
('Languages::code_snippets', 'Code snippets'),
('Languages::coefficient', 'Coefficient'),
('Languages::collapse_bg_color', 'Collapse background color'),
('Languages::collapse_section', 'Collapse section'),
('Languages::collapse_sublist_of_items', 'Collapse the sublist of items'),
('Languages::collapse_text_color', 'Collapse text color'),
('Languages::color', 'Color'),
('Languages::column', 'Column'),
('Languages::combination', 'Combination'),
('Languages::combination_code', 'Combination code'),
('Languages::combination_products', 'Combination products'),
('Languages::comma', 'Comma'),
('Languages::comment', 'Comment'),
('Languages::comments', 'Comments'),
('Languages::comments_and_reviews', 'Comments and reviews'),
('Languages::comments_and_reviews_menu_description', 'Customer comments and reviews on products, categories, orders, etc.'),
('Languages::comment_by', 'Comment by'),
('Languages::comment_hint', 'Enter your comment to appear below the option'),
('Languages::commerceml.map.entity_type.warehouse', 'Warehouses'),
('Languages::commerceml.tab.warehouse', 'Warehouses'),
('Languages::commission', 'Commission'),
('Languages::commissions', 'Commissions'),
('Languages::commissions_of_last_periods', 'Commissions of latest periods'),
('Languages::commission_rates', 'Commission rates'),
('Languages::communication', 'Communication'),
('Languages::communication_and_rating', 'Communication and Rating'),
('Languages::compact_list', 'Compact list'),
('Languages::companies', 'Vendors'),
('Languages::company', 'Company'),
('Languages::company_address', 'Company address'),
('Languages::company_name', 'Company name'),
('Languages::company_not_found', 'Selected company not found.'),
('Languages::company_phone', 'Company phone'),
('Languages::company_settings', 'Company settings'),
('Languages::compare', 'Compare'),
('Languages::compare_product_features', 'Compare product features'),
('Languages::comparison_list', 'Comparison list'),
('Languages::comparison_list_note', 'Go to the products comparison list'),
('Languages::comparsion', 'Comparison'),
('Languages::compatibility', 'Compatibility'),
('Languages::compatible_class', 'Compatible class'),
('Languages::completed', 'Completed'),
('Languages::compressing_backup', 'Compressing backup file'),
('Languages::compress_dump', 'Compress backup file'),
('Languages::condition', 'Condition'),
('Languages::conditions', 'Conditions'),
('Languages::configure', 'Configure'),
('Languages::confirm', 'Confirm'),
('Languages::confirmation_dialog', 'Confirmation dialog'),
('Languages::confirmed', 'Confirmed'),
('Languages::confirm_password', 'Confirm password'),
('Languages::conflicts', 'Conflicts'),
('Languages::congratulations', 'Congratulations!'),
('Languages::connection_ticket', 'Connection ticket'),
('Languages::contact', 'Contact'),
('Languages::contact_information', 'Contact information'),
('Languages::contact_the_developer', 'Contact the developer'),
('Languages::contact_us_for_price', 'Contact us for a price'),
('Languages::container_not_used', 'This container is NOT used. \"[container]\" container from the default location will be used instead. Set this location as default to use this container as \"[container]\" for all locations.'),
('Languages::container_options', 'Container options'),
('Languages::content', 'Content'),
('Languages::content_alignment', 'Content alignment'),
('Languages::content_changed_for', 'This block instances have different content for'),
('Languages::content_more', 'more'),
('Languages::continue', 'Continue'),
('Languages::continue_shopping', 'Continue shopping'),
('Languages::controller', 'Replace with'),
('Languages::controller_description', 'If you want to specify a SEO-name for the URL, e.g. http://example.com/index.php?dispatch=<b>categories.catalog</b>, you need to enter the \"<b>categories.catalog</b>\" value into the \"<b>The value of the \"dispatch\" parameter from the URL</b>\" field and specify the SEO name in the \"<b>SEO name</b>\" field.'),
('Languages::conversion', 'Conversion'),
('Languages::converting_data_in_table', 'Converting data in table [table]'),
('Languages::cookie_is_disabled', 'For a complete shopping experience, please <a href=\"http://www.wikihow.com/Enable-Cookies-in-Your-Internet-Web-Browser\" target=\"_blank\">set your browser to accept cookies</a>'),
('Languages::cookie_policy_upgrade_notification_text', '<p>Some countries require that websites notify customers about the use of cookies. Previously you could do that under <b>Settings → Security</b>. That setting has now been moved to the <b>GDPR Compliance (EU)</b> add-on. Here\'s what we advise doing:</p><ol><li>Go to <b>Add-ons → Manage add-ons</b>.</li><li>Switch to the <b>Browse all available add-ons</b> tab.</li><li>Make sure that the <b>GDPR Compliance (EU)</b> add-on is installed and active.</li><li>Click on the add-on name to open the its settings.</li><li>If the <b>Cookie consent</b> setting is set to <i>Implicit</i>, then your store behaves as before the upgrade.</li><li>Switch to the GDPR tab and make sure that the notifications about personal data processing are configured as you want them to.</li><li>Click <b>Save</b>.</li></ol><p>If you\'d like, you can set the consent mode to <i>Explicit</i>; that way customers will need to explicitly agree to the use of cookies before they can access your store.</p>'),
('Languages::cookie_policy_upgrade_notification_title', 'Cookie notification settings moved to GDPR add-on'),
('Languages::coordinates', 'Coordinates'),
('Languages::copied', 'Copied'),
('Languages::copy', 'Copy'),
('Languages::copyright_shopping_cart', '[product] - Shopping Cart Software'),
('Languages::copy_from_layout', 'Copy data from layout'),
('Languages::copy_theme_from_another_storefront', 'Copy theme and its layouts from another storefront'),
('Languages::copy_to_other_locations', 'Copy to other locations'),
('Languages::core', 'Core'),
('Languages::core_addon', 'CS-Cart'),
('Languages::core_files_have_been_modified', 'Some of your <a href=\"[changes_url]\">core files</a>  were changed manually. That can lead to various problems, especially when upgrading to a new version of [product]. To learn more about why we advise against changing the core files, please read this <a href=\"[docs_url]\" target=\"_blank\" >article</a>.<br><br>[product] automatically checks for changes in core files every time you log in. To disable this check, go to <a href=\"[settings_url]\">Settings → General</a>  and untick the Monitor changes in core files checkbox.'),
('Languages::cost', 'Cost'),
('Languages::cost_dependences', 'Cost dependencies'),
('Languages::could_not_connect_to_database', 'Could not connect to database'),
('Languages::could_not_open_file', 'File preview is not available'),
('Languages::countries', 'Countries'),
('Languages::countries_list', 'Countries list'),
('Languages::countries_menu_description', 'Manage the set of countries that are supported in your store.'),
('Languages::country', 'Country'),
('Languages::country_code', 'Country code'),
('Languages::count_document_fail_imported', 'Documents import failed:'),
('Languages::count_document_successfully_imported', 'Documents successfully imported:'),
('Languages::count_email_template_fail_imported', 'Email templates import failed:'),
('Languages::count_email_template_successfully_imported', 'Email templates successfully imported:'),
('Languages::count_internal_template_fail_imported', 'On-site notification templates import failed:'),
('Languages::count_internal_template_successfully_imported', 'On-site notification templates successfully imported:'),
('Languages::count_snippet_fail_imported', 'Snippets import failed:'),
('Languages::count_snippet_successfully_imported', 'Snippets successfully imported:'),
('Languages::coupon', 'Coupon'),
('Languages::coupons', 'Coupons'),
('Languages::coupon_already_used', 'This coupon is already in use'),
('Languages::coupon_code', 'Coupon code'),
('Languages::cpi_hash_key', 'CPI Hash Key'),
('Languages::create', 'Create'),
('Languages::created', 'Created'),
('Languages::create_account', 'Create account'),
('Languages::create_administrator_account', 'Create administrator account'),
('Languages::create_and_close', 'Create and close'),
('Languages::create_backup', 'Create backup'),
('Languages::create_detailed_shipment', 'Create detailed shipment'),
('Languages::create_file', 'Create file'),
('Languages::create_filters', 'Create filters'),
('Languages::create_folder', 'Create folder'),
('Languages::create_gift_certificate', 'Create gift certificate'),
('Languages::create_gift_certificate_for_customer', 'Create Gift Certificate for this customer'),
('Languages::create_guest_account', 'Quick checkout with no account creating required'),
('Languages::create_new_account', 'Create a permanent account and use it for checkout'),
('Languages::create_new_block', 'Create New Block'),
('Languages::create_new_layout', 'Create new layout'),
('Languages::create_new_order', 'Create a new order'),
('Languages::create_new_product', 'Create new product'),
('Languages::create_or_link_an_existing_option', 'Create or link an existing option'),
('Languages::create_process_payment', 'Create and process payment'),
('Languages::create_profile', 'Create a new profile'),
('Languages::create_profile_notification_header', 'Thank you for becoming a registered user at our store. Below you will find your account information.'),
('Languages::create_table', 'Create New Table'),
('Languages::create_ticket', 'Create Ticket'),
('Languages::creating', 'Creating'),
('Languages::creating_storefront', 'Creating storefront'),
('Languages::creating_table', 'Creating table'),
('Languages::creation_date', 'Creation date'),
('Languages::credit_card', 'Credit card'),
('Languages::credit_card_info', 'This number is printed in the signature area on the back of the card. It is the 3 digits AFTER the credit card number.'),
('Languages::credit_card_number', 'Credit card number'),
('Languages::credit_memo', 'Credit memo'),
('Languages::credit_memo_id', 'Credit memo ID'),
('Languages::cresecureapitoken', 'CRE SecureAPIToken'),
('Languages::cresecureid', 'CRE SecureID'),
('Languages::cresecure_allowed_types', 'Allowed card types'),
('Languages::cron_export', 'Cron export settings'),
('Languages::cscart_marketplace', 'CS-Cart Marketplace'),
('Languages::cscart_uvdesk', 'UVDesk Dashboard'),
('Languages::cscart_uvdesk_menu_description', 'Uvdesk dashboard manage, tickets view, etc.'),
('Languages::csv_delimiter', 'CSV delimiter'),
('Languages::csv_file', 'CSV file'),
('Languages::cta', 'ET - Call to action'),
('Languages::curl_error_code_reference_link', 'To learn what caused the Curl error, look for your error number in <a target=\"_blank\" href=\"[href]\">this article</a>.'),
('Languages::curl_error_description_curle_ssl_invalidcertstatus', 'Status returned failure when asked with CURLOPT_SSL_VERIFYSTATUS.'),
('Languages::currencies', 'Currencies'),
('Languages::currency', 'Currency'),
('Languages::currencycode', 'Currency code'),
('Languages::currency_code_aed', 'United Arab Emirates Dirham'),
('Languages::currency_code_afn', 'Afghan Afghani'),
('Languages::currency_code_ang', 'ANG'),
('Languages::currency_code_aoa', 'Angolan Kwanza'),
('Languages::currency_code_aon', 'Angolan New Kwanza'),
('Languages::currency_code_ars', 'ARS'),
('Languages::currency_code_ats', 'Antillian Guilder'),
('Languages::currency_code_aud', 'Australian Dollar'),
('Languages::currency_code_awg', 'AWG'),
('Languages::currency_code_azn', 'Azerbaijanian Manat'),
('Languages::currency_code_bam', 'Bosnia and Herzegovina Convertible Marks'),
('Languages::currency_code_bbd', 'Barbados Dollar'),
('Languages::currency_code_bdt', 'Bangladesh Taka'),
('Languages::currency_code_bef', 'Belgian Franc'),
('Languages::currency_code_bgl', 'Bulgaria Lev'),
('Languages::currency_code_bgn', 'BGN'),
('Languages::currency_code_bhd', 'Bahraini Dinar'),
('Languages::currency_code_bif', 'Burundi Franc'),
('Languages::currency_code_bmd', 'Bermudian Dollar'),
('Languages::currency_code_bnd', 'Brunei Dollar'),
('Languages::currency_code_bob', 'Bolivian Boliviano'),
('Languages::currency_code_brl', 'Brazilian Real'),
('Languages::currency_code_bsd', 'Bahamian Dollar'),
('Languages::currency_code_btn', 'Bhutan Ngultrum'),
('Languages::currency_code_bwp', 'Botswana Pula'),
('Languages::currency_code_byn', 'Belarussian Ruble'),
('Languages::currency_code_byr', 'BYR'),
('Languages::currency_code_bzd', 'Belize Dollar'),
('Languages::currency_code_cad', 'Canadian Dollar'),
('Languages::currency_code_cdf', 'Congolese Franc'),
('Languages::currency_code_chf', 'Swiss Franc'),
('Languages::currency_code_clp', 'Chilean Peso'),
('Languages::currency_code_cny', 'CNY'),
('Languages::currency_code_cop', 'Colombian Peso'),
('Languages::currency_code_crc', 'Costa Rican Colon'),
('Languages::currency_code_csd', 'Serbian Dinar'),
('Languages::currency_code_cve', 'Cape Verde Escudo'),
('Languages::currency_code_cyp', 'Cyprus Pound'),
('Languages::currency_code_cyr', 'Cyprus Pound'),
('Languages::currency_code_czk', 'Czech Koruna'),
('Languages::currency_code_dem', 'Deutsche Mark'),
('Languages::currency_code_djf', 'Djibouti Franc'),
('Languages::currency_code_dkk', 'Danish Kroner'),
('Languages::currency_code_dop', 'Dominican Peso'),
('Languages::currency_code_dzd', 'Algerian Dinar'),
('Languages::currency_code_ecs', 'Ecuador Sucre'),
('Languages::currency_code_eek', 'Estonian Kroon'),
('Languages::currency_code_egp', 'EGP'),
('Languages::currency_code_ern', 'Eritrean Nafka'),
('Languages::currency_code_esp', 'Spanish Peseta'),
('Languages::currency_code_etb', 'Ethiopian Birr'),
('Languages::currency_code_eur', 'Euro'),
('Languages::currency_code_fim', 'Finnish Markka'),
('Languages::currency_code_fjd', 'Fiji Dollar'),
('Languages::currency_code_fkp', 'Falkland Islands Pound'),
('Languages::currency_code_frf', 'French Franc'),
('Languages::currency_code_gbp', 'UK Pound'),
('Languages::currency_code_gel', 'GEL'),
('Languages::currency_code_ghs', 'Ghana Cedi'),
('Languages::currency_code_gip', 'Gibraltar Pound'),
('Languages::currency_code_gmd', 'Gambian Dalasi'),
('Languages::currency_code_gnf', 'Guinea Franc'),
('Languages::currency_code_grd', 'Greek Drachma'),
('Languages::currency_code_gtq', 'Guatemalan Quetzal'),
('Languages::currency_code_gyd', 'Guyana Dollar'),
('Languages::currency_code_hkd', 'Hong Kong Dollar'),
('Languages::currency_code_hnl', 'Honduran Lempira'),
('Languages::currency_code_hrk', 'HRK'),
('Languages::currency_code_htg', 'Haiti Gourde'),
('Languages::currency_code_huf', 'Hungarian Forint'),
('Languages::currency_code_idr', 'Indonesian Rupiah'),
('Languages::currency_code_iep', 'Irish Pound'),
('Languages::currency_code_ils', 'Israel New Shequel'),
('Languages::currency_code_inr', 'Indian Rupee'),
('Languages::currency_code_iqd', 'Iraqi Dinar'),
('Languages::currency_code_irr', 'Iranian Rial'),
('Languages::currency_code_isk', 'Iceland Krona'),
('Languages::currency_code_itl', 'Italian Lira'),
('Languages::currency_code_jmd', 'Jamaican Dollar'),
('Languages::currency_code_jod', 'Jordanian Dinar'),
('Languages::currency_code_jpy', 'Japanese Yen'),
('Languages::currency_code_kes', 'Kenyan Shilling'),
('Languages::currency_code_khr', 'Cambodian Riel'),
('Languages::currency_code_kmf', 'Congolese Franc'),
('Languages::currency_code_kpw', 'North Korean Won'),
('Languages::currency_code_krw', 'South Korean Won'),
('Languages::currency_code_kwd', 'Kuwaiti Dinar'),
('Languages::currency_code_kyd', 'Cayman Islands Dollar'),
('Languages::currency_code_kzt', 'Kazakhstani tenge'),
('Languages::currency_code_lak', 'Laos Kip'),
('Languages::currency_code_lbp', 'Lebanese Pound'),
('Languages::currency_code_lkr', 'Sri Lanka Rupee'),
('Languages::currency_code_lrd', 'Liberian Dollar'),
('Languages::currency_code_lsl', 'Lesotho Loti (Maloti)'),
('Languages::currency_code_ltl', 'Lithuanian Litas'),
('Languages::currency_code_luf', 'Luxembourg Franc'),
('Languages::currency_code_lvl', 'Latvian Lat'),
('Languages::currency_code_lyd', 'Libyan Dinar'),
('Languages::currency_code_mad', 'MAD'),
('Languages::currency_code_mdl', 'Moldovan Leu'),
('Languages::currency_code_mga', 'Malagasy Ariary'),
('Languages::currency_code_mgf', 'Malagasy Franc'),
('Languages::currency_code_mkd', 'Macedonian (FYR) Denar'),
('Languages::currency_code_mmk', 'Myanmar Kyat'),
('Languages::currency_code_mnt', 'Mongolian Tugrik'),
('Languages::currency_code_mop', 'Macau Pataca'),
('Languages::currency_code_mro', 'Mauritania Ouguiya'),
('Languages::currency_code_mtl', 'Maltese Lira'),
('Languages::currency_code_mur', 'Mauritius Rupee'),
('Languages::currency_code_mvr', 'Maldives Rufiyaa'),
('Languages::currency_code_mwk', 'Malawi Kwacha'),
('Languages::currency_code_mxn', 'Mexican Peso'),
('Languages::currency_code_myr', 'Malaysian Ringgit'),
('Languages::currency_code_mzn', 'Mozambique Metical'),
('Languages::currency_code_nad', 'Namibian Dollar'),
('Languages::currency_code_ngn', 'Nigerian Naira'),
('Languages::currency_code_nio', 'Nicaraguan Cordoba Oro'),
('Languages::currency_code_nlg', 'Dutch Guilder'),
('Languages::currency_code_nok', 'Norwegian Kroner'),
('Languages::currency_code_npr', 'Nepalese Rupee'),
('Languages::currency_code_nzd', 'New Zealand Dollar'),
('Languages::currency_code_omr', 'Rial Omani'),
('Languages::currency_code_pab', 'Panamanian Balboa'),
('Languages::currency_code_pen', 'Peruvian Nuevo Sol'),
('Languages::currency_code_pgk', 'Papua New Guinea Kina'),
('Languages::currency_code_php', 'Philippine Peso'),
('Languages::currency_code_pkr', 'Pakistan Rupee'),
('Languages::currency_code_pln', 'Polish Zlotych'),
('Languages::currency_code_png', 'Papua New Guinea Kina'),
('Languages::currency_code_pte', 'Portugese Escudo'),
('Languages::currency_code_pyg', 'Paraguayan Guarani'),
('Languages::currency_code_qar', 'Qatari Rial'),
('Languages::currency_code_rol', 'Romanian Lei'),
('Languages::currency_code_ron', 'RON'),
('Languages::currency_code_rsd', 'New Serbian Dinar'),
('Languages::currency_code_rub', 'RUB'),
('Languages::currency_code_rur', 'Russian Ruble'),
('Languages::currency_code_rwf', 'Rwanda Franc'),
('Languages::currency_code_sar', 'Saudi Riyal'),
('Languages::currency_code_sbd', 'Solomon Islands Dollar'),
('Languages::currency_code_scr', 'Seychelles Rupee'),
('Languages::currency_code_sdp', 'Sudanese Pound'),
('Languages::currency_code_sek', 'Sweden Kroner'),
('Languages::currency_code_sgd', 'Singapore Dollar'),
('Languages::currency_code_shp', 'St Helena Pound'),
('Languages::currency_code_sit', 'Slovenian Tolar'),
('Languages::currency_code_skk', 'Slovak Koruna'),
('Languages::currency_code_sll', 'Sierra Leone Leone'),
('Languages::currency_code_sos', 'Somalia Shilling'),
('Languages::currency_code_srd', 'Suriname Dollar'),
('Languages::currency_code_srg', 'Suriname Guilder'),
('Languages::currency_code_std', 'Dobra'),
('Languages::currency_code_svc', 'El Salvador Colon'),
('Languages::currency_code_syp', 'Syrian Pound'),
('Languages::currency_code_szl', 'Swaziland Lilangeni'),
('Languages::currency_code_thb', 'Thai Baht'),
('Languages::currency_code_tjs', 'Tajikistan Somoni'),
('Languages::currency_code_tmt', 'Turkmenistan Manat'),
('Languages::currency_code_tnd', 'Tunisian Dinar'),
('Languages::currency_code_top', 'Tongan Pa\'anga'),
('Languages::currency_code_trl', 'Turkish Lira'),
('Languages::currency_code_try', 'Turkish Lira'),
('Languages::currency_code_ttd', 'Trinidad and Tobago Dollar'),
('Languages::currency_code_twd', 'New Taiwan dollar'),
('Languages::currency_code_tzs', 'Tanzanian Shilling'),
('Languages::currency_code_uah', 'UAH'),
('Languages::currency_code_ugx', 'Uganda Shilling'),
('Languages::currency_code_usd', 'US Dollar'),
('Languages::currency_code_uyu', 'Peso Uruguayo'),
('Languages::currency_code_uzs', 'Uzbekistan Sum'),
('Languages::currency_code_veb', 'Venezuela Bolivar'),
('Languages::currency_code_vef', 'Venezuela Bolivar Fuerte'),
('Languages::currency_code_vnd', 'Vietnamese New Dong'),
('Languages::currency_code_vuv', 'Vanuatu Vatu'),
('Languages::currency_code_wst', 'Samoan Tala'),
('Languages::currency_code_xaf', 'XAF'),
('Languages::currency_code_xcd', 'East Caribbean Dollar'),
('Languages::currency_code_xof', 'XOF'),
('Languages::currency_code_xpf', 'XPF'),
('Languages::currency_code_yer', 'Yemeni Rial'),
('Languages::currency_code_yum', 'Yugoslavian New Dinar'),
('Languages::currency_code_zar', 'Rand'),
('Languages::currency_code_zmw', 'Zambian Kwacha'),
('Languages::currency_code_zwd', 'Zimbabwe Dollar'),
('Languages::currency_deleted', 'The currency has been deleted successfully.'),
('Languages::currency_rate', 'Rate'),
('Languages::currency_rate_greater_than_null', 'Currency exchange rate should be higher than 0.'),
('Languages::currency_sign', 'Sign'),
('Languages::currently_in_use', 'Currently in use'),
('Languages::current_amount', 'Current amount'),
('Languages::current_database_size', 'Current database size'),
('Languages::current_path', 'Current path'),
('Languages::current_period', 'Current Period'),
('Languages::current_previous_period', '\'Current (\'[date]\') and previous period\''),
('Languages::current_setting_value', 'Current value'),
('Languages::current_theme', 'Current theme'),
('Languages::custom', 'Custom'),
('Languages::customer', 'Customer'),
('Languages::customers', 'Customers'),
('Languages::customers_menu_description', 'List of store customers, registered users with a customer account.'),
('Languages::customers_menu_title', 'Customers'),
('Languages::customers_with_abandoned', 'Customers with abandoned'),
('Languages::customer_address', 'Customer address'),
('Languages::customer_create_ticket', 'Create Ticket'),
('Languages::customer_details', 'Customer details'),
('Languages::customer_email', 'Customer email'),
('Languages::customer_id', 'Customer ID'),
('Languages::customer_info', 'Customer information'),
('Languages::customer_information', 'Customer information'),
('Languages::customer_info_sidebar', 'Customer info'),
('Languages::customer_name', 'Customer Name'),
('Languages::customer_notes', 'Customer notes'),
('Languages::customer_notifications', 'Customer notifications'),
('Languages::customer_phone', 'Customer phone'),
('Languages::customer_signature', 'Customer\'s signature'),
('Languages::customer_sign_in', 'Customer Sign-In'),
('Languages::customer_text_letter_footer', 'Thank you for using our shopping cart.'),
('Languages::customer_to_admin_communication.event.message_received.name', 'Customer-to-Admin: New message received'),
('Languages::customization', 'Customization'),
('Languages::customize', 'Customize'),
('Languages::custom_range', 'Custom Range'),
('Languages::custom_search', 'Custom search'),
('Languages::cutted_product_codes', 'The following product codes are too long and were cut to 32 figures:'),
('Languages::cvv2', 'CVV/CVC'),
('Languages::czech', 'Czech'),
('Languages::daily', 'Daily'),
('Languages::danish', 'Danish'),
('Languages::dashboard', 'Dashboard'),
('Languages::database', 'Database'),
('Languages::database_data_changes', 'Database data changes'),
('Languages::database_structure_changes', 'Database structure changes'),
('Languages::datafeed.description', 'Only the products that meet <strong>all</strong> of the conditions below will be exported:'),
('Languages::datafeed_name', 'Data feed name'),
('Languages::datakeeper.error_unsupported_file_type', 'File cannot be restored. Only .sql, .zip and .tgz files are allowed.'),
('Languages::datakeeper.file_cannot_be_overrided', 'Cannot write to the file <b>[file]</b>. Set the writable permissions manually or check the FTP access to your server in the <a href=\"[url]\">\"Upgrade center\"</a> section'),
('Languages::datakeeper.run_backup_via_cron_message', 'You can run the backup automatically at certain time intervals. To do it, add the following command to <a href=\"https://en.wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a>:'),
('Languages::datatrans_caa', 'Authorization with immediate settlement'),
('Languages::datatrans_noa', 'Authorization only'),
('Languages::datatrans_sign', 'Digital signature'),
('Languages::data_feed', 'Data feed'),
('Languages::data_feed.error_exim_no_data_exported', 'No data exported'),
('Languages::data_feeds', 'Data feeds'),
('Languages::data_feeds.exclude_shared_products', 'Exclude shared products'),
('Languages::data_feeds.text_tooltip_field_name', 'The name of the column in the data feed file.'),
('Languages::data_feeds.text_tooltip_field_type', 'The type of data from your store which will be exported to this column of the data feed file.'),
('Languages::date', 'Date'),
('Languages::date_added', 'Date added'),
('Languages::date_of_birth', 'Date of birth'),
('Languages::day', 'day'),
('Languages::days', 'days'),
('Languages::days_old', 'days old'),
('Languages::day_or_days', 'day(s)'),
('Languages::db_backup_restore', 'DB Backup/Restore'),
('Languages::db_name', 'Database name'),
('Languages::dear', 'Dear'),
('Languages::dear_sirs', 'Dear Sirs'),
('Languages::debit', 'Debit'),
('Languages::decimals', 'Decimals'),
('Languages::decline', 'Decline'),
('Languages::declined', 'Declined'),
('Languages::declined_products_information', 'Declined products information'),
('Languages::decline_products', 'Decline products'),
('Languages::decline_selected', 'Decline selected'),
('Languages::decorator', 'Decorator'),
('Languages::decrease', 'Decrease'),
('Languages::dec_sign', 'Dec sign'),
('Languages::default', 'Default'),
('Languages::default_category_view', 'Default category view'),
('Languages::default_currency_status', 'Status of the Primary currency cannot be changed'),
('Languages::default_custom.custom', 'Custom...'),
('Languages::default_custom.custom_value', 'Custom ([value])'),
('Languages::default_custom.disabled', 'Disabled'),
('Languages::default_custom.edit_global', 'Edit global ([name])...'),
('Languages::default_custom.edit_parent', 'Edit parent ([name])...'),
('Languages::default_custom.global', 'Global ([name])'),
('Languages::default_custom.parent', 'Parent ([name])'),
('Languages::default_decline_inventory_info', 'To avoid the situation when two customers buy the same product, this status always decreases inventory.'),
('Languages::default_filter_by_location', 'No filter specified. Filter by location set as default.'),
('Languages::default_language', 'Default language'),
('Languages::default_language_status', 'Status of the Default language cannot be changed'),
('Languages::default_layout', 'Default layout'),
('Languages::default_long_options_template', 'Default template (long product option names)'),
('Languages::default_product_details_view', 'Parent ([default])'),
('Languages::default_storefront', 'Default'),
('Languages::default_storefront_must_exist', 'Default storefront must exist in the store'),
('Languages::default_template', 'Default template'),
('Languages::default_value', 'Default value'),
('Languages::deferred', 'Deferred'),
('Languages::defined', 'Defined'),
('Languages::defined_desired_products', 'List of desired products'),
('Languages::defined_items', 'defined items'),
('Languages::delay', 'Delay (in seconds)'),
('Languages::delete', 'Delete'),
('Languages::deleted', 'Deleted'),
('Languages::deleted_product', 'DELETED PRODUCT'),
('Languages::delete_all_images', 'Delete all images'),
('Languages::delete_block', 'Delete block'),
('Languages::delete_confirmation', 'Are you sure you want to delete the selected items?'),
('Languages::delete_default_destination_notice', 'Couldn\'t delete the default rate area. It must always exist.'),
('Languages::delete_downloadable_product_files', 'Delete existing files of downloadable products'),
('Languages::delete_downloadable_product_files_tooltip', 'If you enable this setting, then importing downloadable products will delete their existing files. If the setting is disabled, the new files of downloadable products will simply be added to existing files.'),
('Languages::delete_grid', 'Delete grid'),
('Languages::delete_image', 'Delete image'),
('Languages::delete_image_pair', 'Delete image pair'),
('Languages::delete_install_folder', 'Please remove the install directory.<br /><br />Keeping the install directory on the server is insecure.'),
('Languages::delete_my_account', 'Delete my account'),
('Languages::delete_my_account_description', '<p>We’ll deactivate your account and remove all your personal data from it. After that you won’t be able to sign in. However, you’ll be able to register a new account with the same email address in the future. Please note that we’ll need some time to process this request, so your account won’t be deactivated immediately. If you have any comments regarding your request, please leave them in the field below.</p>'),
('Languages::delete_range', 'Delete range'),
('Languages::delete_selected', 'Delete selected'),
('Languages::delete_subscribers', 'Delete subscribers'),
('Languages::delete_this_category', 'Delete this category');
INSERT INTO `partiushop_original_values` (`msgctxt`, `msgid`) VALUES
('Languages::delete_this_page', 'Delete this page'),
('Languages::delete_this_return', 'Delete this return'),
('Languages::deleting_required_category_notification_text', 'Category \"[category]\" is required and can\'t be deleted.'),
('Languages::delivery_time', 'Delivery time'),
('Languages::demo', 'Demo'),
('Languages::demo_mode', 'Demo mode is enabled'),
('Languages::demo_mode_content_text', '<p>The cart is working in the <b>DEMO</b> mode and this functionality is disabled.</p>'),
('Languages::demo_panel.block_manager.enable', 'Edit structure<br/><br/>Change various blocks with information: show them, hide them, or move them as you see fit.<br/>This currently works only at the checkout page. Add a product to cart and proceed to checkout to see the editor.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Edit layout on-site\"'),
('Languages::demo_panel.demo_store_panel', 'Demo store panel'),
('Languages::demo_panel.demo_will_be_reset_in', 'Demo will be reset in:'),
('Languages::demo_panel.go_admin_panel', 'Go to Administration panel'),
('Languages::demo_panel.go_storefront', 'Go to Storefront'),
('Languages::demo_panel.go_vendor_panel', 'Go to Vendor panel'),
('Languages::demo_panel.live_editor.enable', 'Edit сontent<br/><br/>Change the texts and other data directly on the storefront, without using the administration panel.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Edit content on-site\"'),
('Languages::demo_panel.theme_editor.enable', 'Edit style<br/><br/>Change the style of your store (logos, colors, fonts, and so on) and see the changes as you make them.<br/><br/>To use this functionality in your [product] store, go to Design → Themes and click \"Theme editor\"'),
('Languages::denied', 'Denied'),
('Languages::dependence', 'Sort by'),
('Languages::deposit_amount', 'Deposit amount'),
('Languages::deprecated', 'Deprecated'),
('Languages::desc', 'desc.'),
('Languages::description', 'Description'),
('Languages::descr_avs', 'AVS verification response'),
('Languages::descr_cvv', 'CVV2 verification response'),
('Languages::design', 'Design'),
('Languages::design_mode', 'Design mode'),
('Languages::desired_amount', 'Desired quantity'),
('Languages::destination', 'Destination'),
('Languages::destination_nothing_found', 'No suitable destination has been found'),
('Languages::detailed_description', 'Detailed description'),
('Languages::detailed_image', 'Detailed image'),
('Languages::detailed_images', 'Detailed images'),
('Languages::detailed_image_url', 'Detailed image URL'),
('Languages::detailed_info', 'Detailed information'),
('Languages::detailed_shipment', 'Detailed shipment'),
('Languages::details', 'details'),
('Languages::developer', 'Developer'),
('Languages::developers', 'Developers'),
('Languages::developer_page', 'Developer page'),
('Languages::development', 'Development'),
('Languages::dhl_upgrade_notification_text', '<p>The latest version of [product] has different settings for realtime shipping rate calculation if you use DHL as a Carrier.</p><p>If you want to show current shipping rates to your clients, do this:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses DHL as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li><li>switch to the Configure tab and enter the proper Site ID and Password</li></ul>'),
('Languages::dhl_upgrade_notification_title', 'DHL realtime shipping rate calculation changes'),
('Languages::diff', 'File changes'),
('Languages::different_only', 'Different only'),
('Languages::directory', 'Directory'),
('Languages::direct_download', 'Direct download'),
('Languages::disable', 'Disable'),
('Languages::disabled', 'Disabled'),
('Languages::disabled_categories', 'Disabled categories'),
('Languages::disable_for', 'Disable for'),
('Languages::disable_selected', 'Disable selected'),
('Languages::disapprove', 'Disapprove'),
('Languages::disapproved', 'Disapproved'),
('Languages::disapprove_selected', 'Disapprove selected'),
('Languages::discount', 'Discount'),
('Languages::discounted_price', 'Discounted price'),
('Languages::discounts', 'Discounts'),
('Languages::discount_coupon', 'Discount coupon'),
('Languages::discount_coupon_code', 'Discount coupon code'),
('Languages::discussion', 'Comments and reviews'),
('Languages::discussion.add_new_review', 'Discussion: new review'),
('Languages::discussion.agreement_text_full_add_new_review', '<p>Your name will appear next to your review or comment, visible to everyone. We ([company]) also save your IP address as a security precaution, but in can only be viewed by our staff. It will remain in our system until you withdraw your consent. If you’d like to have your personal data removed, send an email to [email].</p> <p>If you believe that your personal data has been misused, you have the right to lodge a complaint with a supervisory authority. We’re obliged by EU General Data Protection Regulation to let you know about this right; we don’t actually intend to misuse your data.</p>'),
('Languages::discussion.agreement_text_short_add_new_review', 'I agree to have my personal data <u>processed as follows.</u>'),
('Languages::discussion.anonymous_setting_restored_upgrade_notification', 'In the 4.9.1 version the <strong>Only anonymous customers</strong> variant of the <strong>Administrator must approve posts submitted by</strong> setting was removed. Now, it is available again, with the ability to leave reviews for nonauthorized customers. Please check if the desirable value of the setting is selected.'),
('Languages::discussion.anonymous_setting_restored_upgrade_notification_title', 'Comments and reviews add-on settings were changed'),
('Languages::discussion.event.categories.new_post', 'Categories: new review posted'),
('Languages::discussion.event.orders.new_post', 'Order communication: new message added'),
('Languages::discussion.event.pages.new_post', 'Pages: new comment posted'),
('Languages::discussion.event.products.new_post', 'Products: new review posted'),
('Languages::discussion.event.testimonials.new_post', 'Testimonials: new review posted'),
('Languages::discussion.event.vendors.new_post', 'Vendors: new review posted'),
('Languages::discussion.please_log_in_to_write_a_review', 'Please sign in to write a review'),
('Languages::discussion.you_have_to_buy_from_vendor_before_writing_review', 'You can\'t write a review for this vendor. Customers can write reviews for a vendor only after they buy something from that vendor. If you actually placed an order with this vendor, but are still seeing this message, please contact us.'),
('Languages::discussion.you_have_to_buy_product_before_writing_review', 'You can\'t write a review for this product. Customers can write reviews only for the products they bought. If you actually bought this product from us, but are still seeing this message, please contact us.'),
('Languages::discussion_manager', 'Comments and reviews'),
('Languages::discussion_tab_categories', 'Category Reviews'),
('Languages::discussion_tab_companies', 'Company Reviews'),
('Languages::discussion_tab_home_page', 'Testimonials'),
('Languages::discussion_tab_orders', 'Order Communication'),
('Languages::discussion_tab_pages', 'Page Comments'),
('Languages::discussion_tab_products', 'Product Reviews'),
('Languages::discussion_title_category', 'Reviews'),
('Languages::discussion_title_company', 'Reviews'),
('Languages::discussion_title_giftreg', 'Guestbook'),
('Languages::discussion_title_home_page', 'Testimonials'),
('Languages::discussion_title_home_page_menu_description', 'Manage the testimonials from your store visitors.'),
('Languages::discussion_title_order', 'Communication'),
('Languages::discussion_title_page', 'Comments'),
('Languages::discussion_title_product', 'Reviews'),
('Languages::discussion_title_return', 'Communication'),
('Languages::dispatch', 'Dispatch'),
('Languages::dispatch_value', 'Dispatch value'),
('Languages::display', 'Display'),
('Languages::displayed_vendors', 'Displayed vendors'),
('Languages::display_bottom_buttons', 'Display bottom buttons'),
('Languages::display_delete_icons', 'Display delete icons'),
('Languages::display_in_promotions', 'Display in promotions'),
('Languages::display_message', 'Display message'),
('Languages::display_on', 'Display on'),
('Languages::display_type', 'Display type'),
('Languages::display_variants_count', 'Number of displayed filter variants before scroll'),
('Languages::documents', 'Documents'),
('Languages::document_exists', 'The document with the chosen code already exists, please try another.'),
('Languages::document_import_success_msg', 'All the documents have been imported without errors.'),
('Languages::document_preview_gift_certificate_not_found', 'Couldn\'t find a gift certificate. Preview only works with existing data. Please create a gift certificate and use Preview again.'),
('Languages::document_preview_order_not_found', 'Couldn\'t find an order. Preview only works with existing data. Please create an order and use Preview again.'),
('Languages::document_preview_return_request_not_found', 'Couldn\'t find a return request. Preview only works with existing data. Please create a return request and use Preview again.'),
('Languages::document_preview_suppliers_not_found', 'Couldn\'t find a supplier. Preview only works with existing data. Please create a supplier and use Preview again.'),
('Languages::domain', 'Domain'),
('Languages::domains', 'Domains'),
('Languages::domestic_usps', 'Domestic U.S.P.S.'),
('Languages::done', 'Done'),
('Languages::dont_recalculate_order', 'Do not recalculate order'),
('Languages::dont_track', 'Do not track'),
('Languages::dont_use_cardinal', 'Don\'t use Cardinal Centinel&reg; for 3-D Secure Payer Authentication'),
('Languages::dots', 'Dots'),
('Languages::down', 'Down'),
('Languages::download', 'Download'),
('Languages::downloadable', 'Downloadable'),
('Languages::downloadable_product_files_directory', 'Directory for the files of downloadable products'),
('Languages::downloadable_shipping', 'Enable shipping if downloadable'),
('Languages::downloaded_addons', 'Downloaded addons ([n])'),
('Languages::downloads', 'Downloads'),
('Languages::downloads_max_left', 'Downloads (max./left)'),
('Languages::download_key_expiry', 'Download key expiry'),
('Languages::download_link_expired', 'The download link is expired or is not ready.'),
('Languages::do_not_change', 'Do not change'),
('Languages::do_not_pass_logo', 'Do not pass the shopping cart logo to the merchant'),
('Languages::do_not_use', 'Do not use'),
('Languages::drlicense_number', 'Driving License Number'),
('Languages::dropdown_horizontal', 'Dropdown horizontal'),
('Languages::dropdown_limit', 'Minimal number of items to be placed in a dropdown list.'),
('Languages::dropdown_second_level_elements', 'Second level elements'),
('Languages::dropdown_third_level_elements', 'Third level elements'),
('Languages::dropdown_vertical', 'Dropdown vertical'),
('Languages::drop_existing_data', 'Delete all existing product files before import'),
('Languages::drop_images_select', 'Select images'),
('Languages::drop_images_select_short', 'Select'),
('Languages::drop_images_to_upload', 'Drop images here'),
('Languages::dump_file_not_writable', 'Please set write permissions on the database backup file.'),
('Languages::duplicate', 'Duplicate transactions'),
('Languages::dutch', 'Dutch'),
('Languages::dynamic', 'Dynamic'),
('Languages::dynamic_content', 'This block content will be shown on <a href=\"[url]\">this page</a> only.'),
('Languages::dynamic_tree_cat', 'Dynamic tree'),
('Languages::dynamic_tree_pages', 'Dynamic tree'),
('Languages::earned_points', 'Points earned per product'),
('Languages::earned_point_modifier', 'Earned point modifier'),
('Languages::easing', 'Easing'),
('Languages::easter_coming_soon_message', 'Uh-oh, it looks like this feature doesn\'t work yet! But we\'re on the job and will try to get it working soon.'),
('Languages::edit', 'Edit'),
('Languages::editing', 'Editing'),
('Languages::editing_attachment', 'Editing attachment'),
('Languages::editing_block', 'Editing block'),
('Languages::editing_category', 'Editing category'),
('Languages::editing_certificate', 'Editing certificate'),
('Languages::editing_chart', 'Editing chart'),
('Languages::editing_combination', 'Editing combination'),
('Languages::editing_container', 'Editing container'),
('Languages::editing_currency', 'Editing currency'),
('Languages::editing_defined_products', 'Editing defined products'),
('Languages::editing_document', 'Editing [name]'),
('Languages::editing_email_snippet', 'Editing snippet'),
('Languages::editing_email_template', 'Editing email template'),
('Languages::editing_file', 'Editing file'),
('Languages::editing_filter', 'Editing filter'),
('Languages::editing_folder', 'Editing folder'),
('Languages::editing_form', 'Editing form'),
('Languages::editing_global_vars', 'Editing global variables'),
('Languages::editing_grid', 'Editing grid'),
('Languages::editing_group', 'Editing group'),
('Languages::editing_internal_template', 'Editing on-site notification template'),
('Languages::editing_item', 'Editing item'),
('Languages::editing_language', 'Editing language'),
('Languages::editing_layout', 'Editing layout'),
('Languages::editing_link', 'Editing link'),
('Languages::editing_localization', 'Editing localization'),
('Languages::editing_location', 'Editing location'),
('Languages::editing_mailing_list', 'Editing mailing list'),
('Languages::editing_menu', 'Editing menus'),
('Languages::editing_option', 'Editing option'),
('Languages::editing_order', 'Editing order'),
('Languages::editing_order_invoice', 'Editing invoice for order #[order_id]'),
('Languages::editing_order_invoice_responsive', 'Editing invoice for order'),
('Languages::editing_page', 'Editing page'),
('Languages::editing_payment', 'Editing payment'),
('Languages::editing_poll', 'Editing poll'),
('Languages::editing_product', 'Editing product'),
('Languages::editing_product_feature', 'Editing product feature'),
('Languages::editing_profile', 'Editing profile'),
('Languages::editing_profile_field', 'Editing profile field'),
('Languages::editing_profile_name', 'Editing profile: [name]'),
('Languages::editing_promotion', 'Editing promotion'),
('Languages::editing_question', 'Editing question'),
('Languages::editing_quick_menu_link', 'Editing quick menu link'),
('Languages::editing_quick_menu_section', 'Editing quick menu section'),
('Languages::editing_rate_area', 'Editing rate area'),
('Languages::editing_report', 'Editing report'),
('Languages::editing_shipping_method', 'Editing shipping method'),
('Languages::editing_sitemap_section', 'Editing sitemap section'),
('Languages::editing_snippet', 'Editing snippet'),
('Languages::editing_status', 'Editing status'),
('Languages::editing_storefront', 'Editing storefront'),
('Languages::editing_store_location', 'Editing store location'),
('Languages::editing_supplier', 'Editing supplier'),
('Languages::editing_tab', 'Editing tab'),
('Languages::editing_table_column', 'Editing column'),
('Languages::editing_tax', 'Editing tax'),
('Languages::editing_vendor', 'Editing vendor'),
('Languages::edition_type', 'Edition type'),
('Languages::edit_admin_notification', 'Edit the email sent to administrators'),
('Languages::edit_and_send_invoice', 'Tweak and send invoice'),
('Languages::edit_content_on_site', 'Edit content on-site'),
('Languages::edit_corresponding_profile_field', 'To change the field type or variants, <a href=\"[URL]\">edit the corresponding field in the Shipping Address section</a>.'),
('Languages::edit_customer_notification', 'Edit the email sent to customers'),
('Languages::edit_files', 'Can edit'),
('Languages::edit_invoice', 'Edit invoice'),
('Languages::edit_layout', 'Edit layout'),
('Languages::edit_layout_on_site', 'Edit layout on-site'),
('Languages::edit_on_site', 'Edit on site'),
('Languages::edit_order', 'Edit order'),
('Languages::edit_products', 'Edit products'),
('Languages::edit_profile', 'Edit profile'),
('Languages::edit_profile_note', 'Change email, password, shipping/billing info, and other profile settings'),
('Languages::edit_report', 'Edit report'),
('Languages::edit_robots', 'Edit robots.txt'),
('Languages::edit_selected', 'Edit selected'),
('Languages::edit_texts', 'Edit texts'),
('Languages::edp_access_granted', 'Now you can download the purchased products.'),
('Languages::edp_access_subj', 'Access to electronically distributed products is granted'),
('Languages::edp_enable_shipping', 'Enable shipping for downloadable products'),
('Languages::eib', 'ET - Extra info block'),
('Languages::eib_wrapper', 'ET - Extra info block'),
('Languages::elements_per_column_third_level_view', 'elements_per_column_third_level_view'),
('Languages::elements_per_column_third_level_view.tooltip', 'elements_per_column_third_level_view.tooltip'),
('Languages::email', 'E-mail'),
('Languages::email.one_time_password.message', '<p>You\'ve requested a one-time code to sign in to <a href=\"[storefront_url]\">[storefront_url]</a>. Here it is:</p><p><strong><code>[password]</code></strong></p><p>Please don\'t tell this code to anyone else. If you haven\'t requested the code, then you can safely ignore this message. Nobody will be able to sign in to your account, unless they know your password or can view your inbox.</p>'),
('Languages::email.one_time_password.title', 'Sign in without password'),
('Languages::emails', 'Emails'),
('Languages::email_address', 'E-mail address'),
('Languages::email_body_anonymization_request', '<p><a href=\"[user_profile_url]\" target=\"_blank\">[user]</a> with the email address [customer_email] has requested the removal of personal data with the following comment:</p> <p>[comment]</p> <p>Make sure that all business with the customer (orders, return requests, etc.) is concluded. Then <a href=\"[user_profile_url]\" target=\"_blank\">go to the customer page in the admin panel</a> and choose the \"Anonymize\" action. This will remove the customer\'s personal data (including email, name, etc.) everywhere in the system, while retaining the data relevant to your business (ordered products, etc). The customer will be able to register a new account with the same email.</p>'),
('Languages::email_cannot_be_empty', 'E-mail cannot be empty'),
('Languages::email_header', 'E-mail header'),
('Languages::email_marketing.confirm_subscription', 'Please confirm subscription'),
('Languages::email_marketing.email_subscribed', 'You were subscribed to our newsletter'),
('Languages::email_marketing.email_subscribed_2optin', 'Subscription confirmed'),
('Languages::email_marketing.enter_api_key_and_save', 'Enter API key and save first'),
('Languages::email_marketing.error_no_list', 'Please select mailing list in add-on settings to start import'),
('Languages::email_marketing.export_all', 'Export all'),
('Languages::email_marketing.mailchimp_url_update_notification', 'We have vastly reduced the load on your server when you send emails via MailChimp. To achieve this, we had to reset one of the settings of the <b>E-mail marketing</b> add-on on our end. Once you select the desired value again, the MailChimp integration will work again, and better than before. Here\'s what you need to do:<br><br><ol><li>Open your storefront. It gets closed automatically during the upgrade, but the following steps require the storefront to be open.</li><br><li>Go to the MaliChimp settings of the <b>E-mail marketing</b> add-on.</li><br><li>Select the <b>List</b> again.</li><br><li>Save your changes.</li></ol><br><a href=\"[url]\" target=\"_blank\">Select the list</a>'),
('Languages::email_marketing.mailchimp_url_update_notification_title', 'E-mail marketing: Select your MailChimp list again'),
('Languages::email_marketing.new_subscriber', 'New subscriber'),
('Languages::email_marketing.subscription_confirmed', 'Thank you for subscribing to our newsletter'),
('Languages::email_marketing.subscription_confirmed_2', 'Subscription confirmed'),
('Languages::email_marketing.subscription_pending', 'Email confirmation is required!'),
('Languages::email_marketing.sync', 'Sync'),
('Languages::email_marketing.text_confirm_subscription', 'We received a subscription request from you. Please confirm it:<p><a href=\"[href]\">Click here to confirm your subscription to our newsletter</a></p>If you received this email by mistake, simply delete it. You won\'t be subscribed if you don\'t click the confirmation link above.'),
('Languages::email_marketing.text_email_subscribed', 'Thank you for subscribing to our newsletter. <p>If at any time you wish to stop receiving our emails, <a href=\"[href]\">click on this link to unsubscribe</a>.</p>'),
('Languages::email_marketing.text_email_subscribed_2optin', 'Your subscription to our newsletter has been confirmed.<p>If at any time you wish to stop receiving our emails, <a href=\"[href]\">click on this link to unsubscribe</a>.</p>'),
('Languages::email_marketing.text_subscribe', 'Subscribe to our newsletter'),
('Languages::email_marketing.text_subscription_confirmed', 'Your subscription has been confirmed. No extra actions is required.'),
('Languages::email_marketing.text_subscription_confirmed_2', 'Your subscription to our newsletter has been confirmed. Thank you for subscribing!'),
('Languages::email_marketing.text_subscription_pending', 'Thank you for subscribing to our newsletter.<p>A confirmation email has been sent to you. Please use the link in the email to confirm your subscription</p>'),
('Languages::email_marketing.text_unsubscribe_successful', 'Your email has been removed from our list.'),
('Languages::email_marketing.tmpl_subscription', 'Email marketing: Newsletter subscription form'),
('Languages::email_marketing.unsubscribe_successful', 'Unsubscribe successful'),
('Languages::email_marketing.warning_email_exists', '[email] is already subscribed'),
('Languages::email_order_invoice_subject', '[company_name]: Invoice for order #[order_id]'),
('Languages::email_subject', 'E-mail subject'),
('Languages::email_subject_anonymization_request', 'Personal Data Removal Request: [customer_email]'),
('Languages::email_template.accounting_new_payout', 'Accounting: Payout has been issued'),
('Languages::email_template.accounting_new_withdrawal', 'Accounting: Withdrawal has been requested'),
('Languages::email_template.accounting_payout_approved', 'Accounting: Payout has been completed'),
('Languages::email_template.accounting_payout_declined', 'Accounting: Payout hasn\'t been completed'),
('Languages::email_template.accounting_withdrawal_approved', 'Accounting: Withdrawal has been completed'),
('Languages::email_template.accounting_withdrawal_declined', 'Accounting: Withdrawal has been declined'),
('Languages::email_template.activate_profile', 'User profile requires activation'),
('Languages::email_template.apply_for_vendor_notification', 'Apply for vendor'),
('Languages::email_template.back_in_stock_notification', 'Back in stock notification'),
('Languages::email_template.call_requests_buy_with_one_click', 'Call requests: buy with one click notification'),
('Languages::email_template.call_requests_call_request', 'Call requests: call request notification'),
('Languages::email_template.company_payment_notification', 'Company payment'),
('Languages::email_template.company_status_changed_from_suspended_notification', 'Vendor status changed from Suspended'),
('Languages::email_template.company_status_notification', 'Company status change'),
('Languages::email_template.company_status_suspended_notification', 'Company status change to Suspended'),
('Languages::email_template.create_profile', 'User profile creation'),
('Languages::email_template.discussion_notification', 'Comments and reviews notification'),
('Languages::email_template.edp_access', 'Orders: access to downloadable products'),
('Languages::email_template.email_marketing_confirmation', 'Email marketing: subscription confirmation'),
('Languages::email_template.email_marketing_welcome', 'Email marketing: welcome letter'),
('Languages::email_template.email_marketing_welcome_2optin', 'Email marketing: welcome letter (2optin)'),
('Languages::email_template.form_builder_form', 'Contact form'),
('Languages::email_template.gift_certificates_notification', 'Gift certificate'),
('Languages::email_template.give_coupon', 'Promotions: coupon'),
('Languages::email_template.hybrid_auth_create_profile', 'Create user profile via social login'),
('Languages::email_template.low_stock', 'Product low stock notification'),
('Languages::email_template.newsletters_newsletter', 'Newsletter'),
('Languages::email_template.newsletters_promotion', 'Newsletters: promotion'),
('Languages::email_template.new_vendor_notification', 'New vendor account approved automatically'),
('Languages::email_template.one_time_password_request', 'One-time code for password-free sign-in'),
('Languages::email_template.order_notification', 'Order notification: [name]'),
('Languages::email_template.order_notification_default', 'Order notification: Default template for a new order status'),
('Languages::email_template.params.attach_order_document', 'Attach a PDF document'),
('Languages::email_template.product_reviews_notification', 'Product reviews: New review notification'),
('Languages::email_template.product_reviews_reply_notification', 'Product reviews: Reply notification'),
('Languages::email_template.profile_activated', 'User account activation'),
('Languages::email_template.profile_deactivated', 'User account deactivation'),
('Languages::email_template.recover_password', 'Password recovery'),
('Languages::email_template.reminder', 'Admin password expiration'),
('Languages::email_template.reward_points_notification', 'Reward points'),
('Languages::email_template.rma_slip_notification', 'RMA slip'),
('Languages::email_template.shipment_products', 'Orders: products shipped'),
('Languages::email_template.shipping_error', 'Shipping: request error'),
('Languages::email_template.suppliers_notification', 'Supplier notification'),
('Languages::email_template.suppliers_notification_default', 'Supplier notification: Default template for a new order status'),
('Languages::email_template.supplier_notification_with_status', 'Supplier notification: [name]'),
('Languages::email_template.track', 'Orders: tracking'),
('Languages::email_template.update_profile', 'User profile update'),
('Languages::email_template.upgrade_backup_info', 'Upgrade: restore link'),
('Languages::email_template.usergroup_activation', 'User group activation'),
('Languages::email_template.usergroup_disactivation', 'User group disactivation'),
('Languages::email_template.usergroup_request', 'User group request'),
('Languages::email_template.vendor_communication.notify_admin', 'Ask seller a question: Admin Notification'),
('Languages::email_template.vendor_communication.notify_customer', 'Ask seller a question: Customer Notification'),
('Languages::email_template.vendor_data_premoderation_notification', 'Vendor premoderation'),
('Languages::email_template.vendor_debt_payout_email_admin_notification_vendor_status_changed_to_disabled', 'Vendor-to-admin payments notifications'),
('Languages::email_template.vendor_debt_payout_email_admin_notification_vendor_status_changed_to_suspended', 'Vendor-to-admin payments notifications'),
('Languages::email_template.vendor_debt_payout_vendor_days_before_suspended', 'Vendor-to-admin payments notifications'),
('Languages::email_template.vendor_debt_payout_weekly_digest_of_debtors', 'Weekly digest of debtors'),
('Languages::email_template.vendor_invitation', 'Vendor invitation'),
('Languages::email_template.vendor_plans_payment', 'Vendor plans: payment notification'),
('Languages::email_template.vendor_plans_plan_changed', 'Vendor plans: plan changed notification'),
('Languages::email_template.vendor_plans_revenue', 'Vendor plans: revenue notification'),
('Languages::email_template.vendor_plans_vendor_plan_changed_info_for_admin', 'Vendor plans: vendor plan was changed'),
('Languages::email_templates', 'Email templates'),
('Languages::email_template_exists', 'The email template with the chosen code already exists, please try another.'),
('Languages::email_template_import_success_msg', 'All the email templates have been imported without errors.'),
('Languages::email_to', 'E-mail to'),
('Languages::empty', 'Empty'),
('Languages::empty_key_value', 'Empty table key value'),
('Languages::enable', 'Enable'),
('Languages::enabled', 'Enabled'),
('Languages::enable_cdn', 'Enable CDN'),
('Languages::enable_for', 'Enable for'),
('Languages::enable_link', 'Enable link'),
('Languages::enable_or_disable_block', 'Activate/Deactivate Block'),
('Languages::enable_or_disable_container', 'Activate/Deactivate Container'),
('Languages::enable_or_disable_grid', 'Activate/Deactivate Grid'),
('Languages::enable_quick_view', 'Enable quick view'),
('Languages::enclosure', 'Enclosure'),
('Languages::encryption', 'Encryption'),
('Languages::encryption_key', 'Encryption Key'),
('Languages::end_date', 'End date'),
('Languages::english', 'English'),
('Languages::enter_category_name_and_path', 'Enter path and category name. Example, \"Electronics/Computers/Laptops\"'),
('Languages::enter_code', 'Enter code'),
('Languages::enter_color_name_and_code', 'Enter color name and code. Example, \"Red #ff0000\"'),
('Languages::enter_data', 'Enter data'),
('Languages::enter_disapproval_reason', 'Enter the reason for disapproval'),
('Languages::enter_email', 'Enter e-mail address'),
('Languages::enter_new_lang_code', 'Enter a new language code'),
('Languages::enter_other', 'Enter other'),
('Languages::enter_your_price', 'Enter your price'),
('Languages::entity', 'Entity'),
('Languages::entry_page', 'Global entry page'),
('Languages::entry_point', 'Entry point'),
('Languages::envelope', 'Envelope'),
('Languages::epdq_3ds_main', 'Main window'),
('Languages::epdq_3ds_popup', 'Popup'),
('Languages::error', 'Error'),
('Languages::errorCode', 'Error Code'),
('Languages::errorName', 'Error Name'),
('Languages::error_account_disabled', 'Your account is disabled. Please contact the store administration.'),
('Languages::error_admin_not_created_email_already_used', 'Administrator account was not created. The email address belongs to another user. You can add the administrator for this vendor manually.'),
('Languages::error_admin_not_created_name_already_used', 'Administrator account was not created. The user name belongs to another user. You should change the administrator account\'s name.'),
('Languages::error_admin_registers_as_vendor', 'You can\'t become a vendor because you are currently signed in as an administrator. Please sign out and resubmit the form.'),
('Languages::error_ajax', 'Oops, something went wrong ([error]). Please try again.'),
('Languages::error_already_posted', 'You have posted in this discussion already'),
('Languages::error_area_access_denied', 'You are not allowed to login to this area.'),
('Languages::error_cannot_delete_files', 'Cannot delete files: <b>[files]</b>. Please check the permissions.'),
('Languages::error_change_admin_data_in_frontend', 'It\'s forbidden to change the admin email or password in the customer area. Please sign in using a customer account.'),
('Languages::error_class_phar_data_not_found', 'The PharData class not found. Read more: <a href=\"https://php.net/manual/en/class.phardata.php\">https://php.net/manual/en/class.phardata.php</a>'),
('Languages::error_class_zip_archive_not_found', 'The ZipArchive class not found. Read more: <a href=\"https://php.net/manual/en/class.ziparchive.php\">https://php.net/manual/en/class.ziparchive.php</a>'),
('Languages::error_confirmation_code_invalid', 'Sorry, the anti-bot validation has failed. Please try again.'),
('Languages::error_curl_not_exists', '<b>Warning!</b><br />Your server <b>does not</b> support the PHP cURL extension. <b>[method]</b> will not be operational. Please contact your hosting provider.'),
('Languages::error_curl_ssl_not_exists', '<b>Warning!</b><br />The PHP cURL extension is compiled <b>without</b> SSL support on your server. <b>[method]</b> will not be operational. Please contact your hosting provider.'),
('Languages::error_currency_exists', 'Currency with code <b>[code]</b> already exists'),
('Languages::error_delete_theme_company', 'One of your storefronts uses this theme. Please set another theme before deleting it.'),
('Languages::error_delete_theme_layout', 'Layout that uses this theme is set as 	default. Please set another layout as default.'),
('Languages::error_demo_mode', 'The cart is working in the <b>DEMO</b> mode and this functionality is disabled.'),
('Languages::error_directory_not_writable', 'Directory \"[dir]\" is not writable. Please check permissions for this directory of your installation.'),
('Languages::error_email_already_subscribed', 'Your e-mail is already subscribed.'),
('Languages::error_empty_company_name', 'Company name cannot be empty'),
('Languages::error_exchange_rate', 'Unable to get exchange rates. Please try reloading this page in a minute.'),
('Languages::error_exim_cant_open_file', 'Cannot open uploaded file'),
('Languages::error_exim_cant_read_file', 'Cannot read uploaded file'),
('Languages::error_exim_fields_not_selected', 'No fields selected for export'),
('Languages::error_exim_file_doesnt_exist', 'File doesn\'t exist'),
('Languages::error_exim_get_images_for_products', 'Could not import images for some of the products. Either those images don\'t exist (or can\'t be accessed), or the paths to those images in the imported file are incorrect.'),
('Languages::error_exim_incorrect_lines', 'Your CSV file has incorrect data formatting (incorrect delimiter, missed/missing fields, etc.) in the following lines: <b>[lines]</b>'),
('Languages::error_exim_incorrent_delimiter', 'The delimiter in CSV file differs from the one selected by you'),
('Languages::error_exim_invalid_count_langs', 'Multi-language line count mismatch: different number of lines for different languages provided.'),
('Languages::error_exim_layout_required_fields', 'The following fields are mandatory and cannot be removed from the layout:'),
('Languages::error_exim_no_data_exported_new', 'No data exported. The wrong export range is probably causing this issue. <a class=\"cm-post\" href=\"[url]\">Clear the export range</a>, then try again'),
('Languages::error_exim_no_file_uploaded', 'No file uploaded'),
('Languages::error_exim_pattern_definition_alt_keys', 'Invalid pattern definition: alternative key is missing'),
('Languages::error_exim_pattern_definition_references', 'Invalid pattern definition: missing table references'),
('Languages::error_exim_pattern_dont_match', 'Your import file does not match the selected pattern'),
('Languages::error_exim_pattern_not_found', 'Pattern not found'),
('Languages::error_exim_pattern_required_fields', 'Your import file MUST have the following fields: <b>[fields]</b>'),
('Languages::error_features_too_many_variants', 'Search by features is not available due to the excessive number of variants.'),
('Languages::error_file_already_exists', 'File \"[file]\" already exists.'),
('Languages::error_file_not_found', 'File \"[file]\" not found.'),
('Languages::error_filter_by_feature_exists', 'Filter by feature \"[name]\" already exists.'),
('Languages::error_filter_by_product_field_exists', 'Filter by product field \"[name]\" already exists.'),
('Languages::error_gift_cert_code', 'The gift certificate code you entered is invalid. Please try again.'),
('Languages::error_hash_generation', 'Error in hash generation. Please choose another payment method.'),
('Languages::error_images_need_located_root_dir', 'Please specify the images directory within the store root directory. Put the images to import in this directory.'),
('Languages::error_image_format_not_supported', 'The image format <b>[format]</b> is not supported by GD library installed on your server. The thumbnail was not created.'),
('Languages::error_incorrect_login', 'The username or password you have entered is invalid. Please try again.'),
('Languages::error_invalid_emails', 'The following email addresses are invalid: <b>[emails]</b>'),
('Languages::error_lang_code_exists', 'The provided language ([code]) code already exists'),
('Languages::error_login_not_exists', 'The username you have entered does not match any account in our store. Please make sure you have entered the correct username and try again.'),
('Languages::error_message_not_sent', 'Message could not be sent.<br />Mailer Error:'),
('Languages::error_not_logged', 'You must log in before you can access this resource!'),
('Languages::error_no_items_selected', 'No items selected! At least one check box must be selected to perform this action.'),
('Languages::error_n_filters_already_exists', 'Some filters ([n]) already exist.'),
('Languages::error_occured', 'Error occurred.'),
('Languages::error_occurred', 'Error occurred'),
('Languages::error_passwords_dont_match', 'The passwords do not match.'),
('Languages::error_password_content', 'The password must contain both letters and numbers.'),
('Languages::error_password_expired', 'Your password has expired. You must change your password now.'),
('Languages::error_password_expired_change', 'Your password has expired. <p><a href=\"[link]\" class=\"underlined\"><b>Change password &#155;&#155;</b></a></p>'),
('Languages::error_password_min_symbols', 'The password must contain at least <b>[number]</b> characters.'),
('Languages::error_password_was_used', 'Your new password must not coincide with any of those four passwords used before. Please use another password.'),
('Languages::error_permissions_not_changed', 'Cannot change permissions'),
('Languages::error_product_codes_length', 'The following product codes are too long and were cut off at [product_code_length] symbols:'),
('Languages::error_profile_field_code_exists', 'A profile field with this code already exists. Please choose another code.'),
('Languages::error_profile_field_name_exists', 'A profile field with this name already exists. Please choose another name.'),
('Languages::error_shipment_not_created', 'Couldn\'t create a shipment. Please choose a carrier or enter a tracking number.'),
('Languages::error_status_not_changed', 'Error while updating the status. Status was not changed.'),
('Languages::error_theme_manifest_missed', 'Theme description file (\"manifest\") was not found. Installation canceled.'),
('Languages::error_unable_to_create_backups', 'Unable to create backups.'),
('Languages::error_unable_to_create_thumbnail', 'Unable to create thumbnail for file \"[file]\": [error]'),
('Languages::error_unknown_archive_format', 'Unknown archive format: [ext]'),
('Languages::error_user_exists', 'The username or email you have chosen already exists. Please try another one.'),
('Languages::error_validator_ccv', 'CVV/CVC is too short.'),
('Languages::error_validator_ccv_long', 'CVV/CVC is too long.'),
('Languages::error_validator_color', 'The color code in the <b>[field]</b> field is invalid.'),
('Languages::error_validator_email', 'The email address in the <b>[field]</b> field is invalid.'),
('Languages::error_validator_integer', 'The value of the <b>[field]</b> field is invalid. It should be integer.'),
('Languages::error_validator_message', 'The value of the <b>[field]</b> field is invalid.'),
('Languages::error_validator_multiple', 'The <b>[field]</b> field does not contain the selected options.'),
('Languages::error_validator_password', 'The passwords in the <b>[field2]</b> and <b>[field]</b> fields do not match.'),
('Languages::error_validator_phone', 'The phone number in the <b>[field]</b> field is invalid. The correct format is (555) 555-55-55 or 55 55 555 5555.'),
('Languages::error_validator_phone_mask', 'The phone number in the <b>[field]</b> field is invalid.'),
('Languages::error_validator_phone_number', 'It is required to use the following format for this payment method: 555 555 5555.'),
('Languages::error_validator_recaptcha', 'Please confirm you are not a robot.'),
('Languages::error_validator_required', 'The <b>[field]</b> field is mandatory.'),
('Languages::error_validator_zipcode', 'The ZIP / Postal code in the <b>[field]</b> field is incorrect. The correct format is [extra].'),
('Languages::error_vendor_exists', 'The vendor with e-mail you have chosen already exists, please try another.'),
('Languages::error_zip_php_extension_not_installed', '\"Zip\" PHP extension is not installed. Please install the \"Zip\" PHP extension to create and extract ZIP-archives.'),
('Languages::et_above_button', 'Above the BUTTON'),
('Languages::et_above_description', 'Above the DESCRIPTION'),
('Languages::et_above_info_block', 'Above (the Info Block)'),
('Languages::et_above_title', 'Above the TITLE'),
('Languages::et_add', 'et_add?'),
('Languages::et_additional_image', 'Additional image'),
('Languages::et_additional_settings', 'Additional settings'),
('Languages::et_addons', 'ET Addons'),
('Languages::et_addons_menu', 'EnergoThemes: Add-ons'),
('Languages::et_add_description_text_shadow', 'Add description text shadow'),
('Languages::et_add_title_text_shadow', 'Add title text shadow'),
('Languages::et_ask_a_question', 'Ask a question'),
('Languages::et_average_star_rating', 'Average Star Rating'),
('Languages::et_background_color', 'Background color'),
('Languages::et_background_hover', 'Background hover'),
('Languages::et_background_settings', 'Background settings'),
('Languages::et_banner', 'Extended banner'),
('Languages::et_banners', 'ET - Home banners'),
('Languages::et_banner_full_width_no_title', 'ET - Banner full width (no title)'),
('Languages::et_banner_wrapper', 'ET - Banner wrapper'),
('Languages::et_below_button', 'Below the BUTTON'),
('Languages::et_below_info_block', 'Below (the Info Block)'),
('Languages::et_block_title_background', 'Block title background'),
('Languages::et_block_title_background_hover', 'Block title background hover'),
('Languages::et_block_title_border', 'Block title border'),
('Languages::et_block_title_color', 'Block title color'),
('Languages::et_block_title_color_hover', 'Block title hover color'),
('Languages::et_blog_scroller_secondary_title', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores hic, sequi suscipit odio ab atque. Ut ipsam atque ipsum fuga quasi, suscipit vero optio sit voluptatem. Aspernatur facilis recusandae obcaecati.'),
('Languages::et_bottom', 'Bottom'),
('Languages::et_button', 'Button'),
('Languages::et_button_align', 'Button align'),
('Languages::et_button_animation', 'Button Animation'),
('Languages::et_button_background', 'Button background'),
('Languages::et_button_border', 'Button border'),
('Languages::et_button_border_size', 'Border size'),
('Languages::et_button_border_style', 'Border style'),
('Languages::et_button_font_size', 'Button font size'),
('Languages::et_button_font_style', 'Button font style'),
('Languages::et_button_font_weight', 'Button font weight'),
('Languages::et_button_hover_background', 'Button hover background'),
('Languages::et_button_hover_text_color', 'Button hover text color'),
('Languages::et_button_margin', 'Button margin'),
('Languages::et_button_padding', 'Button padding'),
('Languages::et_button_rounded_corners', 'Button rounded corners'),
('Languages::et_button_shadow', 'Add button shadow'),
('Languages::et_button_text', 'Button text'),
('Languages::et_button_text_color', 'Button text color'),
('Languages::et_button_url', 'Button URL'),
('Languages::et_category_banner', 'ET - Category banners'),
('Languages::et_category_description', 'ET - Category description'),
('Languages::et_category_label', 'Category label'),
('Languages::et_category_menu', 'ET - Category menu'),
('Languages::et_category_menu_icon', 'ET - Category menu (icon)'),
('Languages::et_category_menu_vertical', 'ET - Category menu (vertical)'),
('Languages::et_category_title', 'ET - Category title'),
('Languages::et_center', 'Center'),
('Languages::et_collapsed', 'Collapsed'),
('Languages::et_colors', 'Colors'),
('Languages::et_color_hover', 'Color hover'),
('Languages::et_color_settings', 'Color settings'),
('Languages::et_columns', 'Columns'),
('Languages::et_columns_tooltip', 'Number of columns to display the products'),
('Languages::et_coming_soon', 'Coming soon'),
('Languages::et_contact_info', 'Contact info'),
('Languages::et_contact_page', 'Contact page'),
('Languages::et_cta_button_text', 'Button text'),
('Languages::et_cta_button_url', 'Button URL'),
('Languages::et_cta_step_1_text', 'Step 1 text'),
('Languages::et_cta_step_1_title', 'Step 1 title'),
('Languages::et_cta_step_2_text', 'Step 2 text'),
('Languages::et_cta_step_2_title', 'Step 2 title'),
('Languages::et_cta_step_3_text', 'Step 3 text'),
('Languages::et_cta_step_3_title', 'Step 3 title'),
('Languages::et_cta_title_text', 'Block title'),
('Languages::et_custom_class', 'Custom class'),
('Languages::et_custom_color', 'Custom color'),
('Languages::et_custom_icon_settings', 'Icon settings'),
('Languages::et_custom_label_settings', 'Label settings'),
('Languages::et_custom_label_settings_tooltip', 'Only used by the Main Menu block'),
('Languages::et_custom_menu_colors', 'Menu colors'),
('Languages::et_dd_custom_menu_settings', 'Advanced menu settings'),
('Languages::et_dd_image', 'Mega Menu image settings by EnergoThemes'),
('Languages::et_dd_image_height', 'Image height'),
('Languages::et_dd_image_width', 'Image width'),
('Languages::et_dd_menu_width', 'Menu width'),
('Languages::et_dd_min_menu_height', 'Menu minimum height'),
('Languages::et_dd_offset_bottom', 'Image offset bottom'),
('Languages::et_dd_offset_right', 'Image offset right'),
('Languages::et_dd_push_menu_items', 'Push menu items'),
('Languages::et_dd_url', 'Image link'),
('Languages::et_default_vendor', 'Default vendor'),
('Languages::et_description_animation', 'Description Animation'),
('Languages::et_description_font_size', 'Description font size'),
('Languages::et_description_font_style', 'Description font style'),
('Languages::et_description_font_weight', 'Description font weight'),
('Languages::et_description_line_height', 'Description line-height'),
('Languages::et_description_margin', 'Description margin'),
('Languages::et_description_text', 'Description text'),
('Languages::et_description_text_background', 'Description text background'),
('Languages::et_description_text_color', 'Description text color'),
('Languages::et_eib_block_1_text', 'Block 1 text'),
('Languages::et_eib_block_1_title', 'Block 1 title'),
('Languages::et_eib_block_2_text', 'Block 2 text'),
('Languages::et_eib_block_2_title', 'Block 2 title'),
('Languages::et_eib_block_3_text', 'Block 3 text'),
('Languages::et_eib_block_3_title', 'Block 3 title'),
('Languages::et_eib_block_4_text', 'Block 4 text'),
('Languages::et_eib_block_4_title', 'Block 4 title'),
('Languages::et_email_marketing_description', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt'),
('Languages::et_expanded', 'Expanded'),
('Languages::et_exteded_out_of', '<strong>[average_rating]</strong> out of <strong>5</strong> stars'),
('Languages::et_featured_products_banner', 'ET - Featured products and banners'),
('Languages::et_featured_product_banner_tabs', 'Featured product and banner tabs'),
('Languages::et_featured_product_banner_tabs.manage', 'Featured product and banner tabs'),
('Languages::et_featured_vendors_sidebar', 'ET - Featured vendors sidebar'),
('Languages::et_footer_info', 'ET - Footer info'),
('Languages::et_full_grid', 'ET - Full width grid'),
('Languages::et_full_width', 'Full width'),
('Languages::et_google_map', 'Google Map'),
('Languages::et_header_call_us', 'LET US CALL YOU BACK'),
('Languages::et_home_blog', 'ET - Home blog'),
('Languages::et_home_featured_vendors', 'ET - Home featured vendors'),
('Languages::et_home_grid', 'ET - Home grid'),
('Languages::et_home_special_title', 'ET - Home special title'),
('Languages::et_home_testimonials', 'ET - Home testimonials'),
('Languages::et_horizontal', 'Horizontal'),
('Languages::et_horizontal_align', 'Horizontal align'),
('Languages::et_horizontal_with_info_block', 'Horizontal with the Info Block'),
('Languages::et_horziontal_filters_clear', 'Clear all filters'),
('Languages::et_horziontal_filters_selected', 'Your selected filters '),
('Languages::et_hover_color', 'Hover color'),
('Languages::et_hover_image', 'Hover image'),
('Languages::et_hover_opacity', 'Hover opacity'),
('Languages::et_icon_color', 'Icon color'),
('Languages::et_icon_color_hover', 'Icon color hover'),
('Languages::et_icon_position', 'Icon position'),
('Languages::et_icon_settings', 'Icon settings'),
('Languages::et_image_animation', 'Image animation'),
('Languages::et_image_background_color', 'Image background color'),
('Languages::et_image_margin', 'Image margin'),
('Languages::et_image_position', 'Image position'),
('Languages::et_image_position_horizontal', 'Image position horizontal'),
('Languages::et_image_position_inside', 'Image position inside'),
('Languages::et_image_position_vertical', 'Image position vertical'),
('Languages::et_image_url', 'Image URL'),
('Languages::et_info_block_background', 'Info block background'),
('Languages::et_info_block_margin', 'Info block margin'),
('Languages::et_info_block_settings', 'Info Block Settings'),
('Languages::et_info_block_width', 'Info block width'),
('Languages::et_inside_info_block', 'Inside the Info Block'),
('Languages::et_label_color', 'Label text color'),
('Languages::et_label_colors', 'Label colors'),
('Languages::et_label_text', 'Label text'),
('Languages::et_language_specific', 'Language specific'),
('Languages::et_left_menu', 'ET - Left menu (mobile)'),
('Languages::et_left_of_info_block', 'Left (of the Info Block)'),
('Languages::et_license_invalid', 'EnergoThemes license is not valid'),
('Languages::et_mainbox_general', 'ET - Mainbox general'),
('Languages::et_mainbox_general_full_width_no_title', 'ET - Mainbox general full width (no title)'),
('Languages::et_mainbox_general_full_width_title', 'ET - Mainbox general full width'),
('Languages::et_mainbox_simple', 'ET - Mainbox simple'),
('Languages::et_mainbox_simple_full_width_no_title', 'ET - Mainbox simple full width (no title)'),
('Languages::et_mainbox_simple_full_width_title', 'ET - Mainbox simple full width'),
('Languages::et_main_slider', 'ET - Main slider'),
('Languages::et_manage', 'et_manage?'),
('Languages::et_marketplace_menu', 'ET - Marketplace Menu'),
('Languages::et_master_vendors', 'vendor|vendors'),
('Languages::et_mega_menu', 'ET - Advanced Mega Menu'),
('Languages::et_mega_menu.banner_settings', 'Banner Settings'),
('Languages::et_mega_menu.category_settings', 'Menu Category Settings'),
('Languages::et_mega_menu.icon_settings', 'Icon Settings'),
('Languages::et_mega_menu.products_settings', 'Featured Product Settings'),
('Languages::et_mega_menu.size_settings', 'Window Size Settings'),
('Languages::et_mega_menu.subcategory_thumbnails', 'Subcategory Thumbnails'),
('Languages::et_mega_menu_tab', 'Additional menu settings');
INSERT INTO `partiushop_original_values` (`msgctxt`, `msgid`) VALUES
('Languages::et_menu_horizontal', 'ET - Menu (horizontal)'),
('Languages::et_min_height', 'Min height'),
('Languages::et_mobile_footer_block', 'ET - Footer block (mobile)'),
('Languages::et_mobile_footer_menu', 'ET - Footer menu (mobile)'),
('Languages::et_mobile_menu_wrapper', 'ET - Mobile Menu'),
('Languages::et_multi_scroller', 'ET - Multi scroller'),
('Languages::et_my_content', 'My content'),
('Languages::et_newsletter_description', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt'),
('Languages::et_offset_bottom', 'Offset bottom'),
('Languages::et_offset_right', 'Offset right'),
('Languages::et_opacity', 'Opacity'),
('Languages::et_overlay_settings', 'Overlay settings'),
('Languages::et_padding', 'Padding'),
('Languages::et_pp_block', 'Info blocks'),
('Languages::et_pp_block_r', 'Return policy'),
('Languages::et_pp_block_s', 'Shipping policy'),
('Languages::et_pp_block_w', 'Warranty policy'),
('Languages::et_pp_info_expanded', 'Expanded by default'),
('Languages::et_pp_info_icon_and_color_settings', 'Icon and color settings'),
('Languages::et_pp_info_use_icon', 'Use icon'),
('Languages::et_pp_sold_by', 'Sold by'),
('Languages::et_pp_this_item_sold_by', 'This item is sold by'),
('Languages::et_product_coming_soon', 'Available on: [avail_date]'),
('Languages::et_product_display_options', 'Product display options'),
('Languages::et_product_filters', 'Product filters'),
('Languages::et_product_tabs_rating_right_text', 'Tell us something about it and help others make the right decision'),
('Languages::et_product_tabs_rating_right_title', 'Have you used the product?'),
('Languages::et_product_tabs_rating_testimonial_right_text', 'Tell us something about your experience here'),
('Languages::et_product_tabs_rating_testimonial_right_title', 'Have you bought from our Marketplace?'),
('Languages::et_product_tabs_rating_testimonial_right_title_ult', 'Have you bought from our Store?'),
('Languages::et_product_tabs_rating_vendor_right_text', 'Tell us something about it and help others make the right decision'),
('Languages::et_product_tabs_rating_vendor_right_title', 'Have you bought from this vendor?'),
('Languages::et_product_title_rows', 'Product title rows'),
('Languages::et_product_title_rows_tooltip', 'Number of rows to display the product titles'),
('Languages::et_profile_info', 'ET - Profile info'),
('Languages::et_profile_text', 'Profile text'),
('Languages::et_push_items', 'Push menu items'),
('Languages::et_quick_info', 'Product page quick info'),
('Languages::et_quick_info.manage', 'Product page quick info blocks'),
('Languages::et_quick_info.new_block', 'New quick info block'),
('Languages::et_quick_info_block', 'Product page quick info'),
('Languages::et_read_all', 'Read all'),
('Languages::et_read_more', 'Read more'),
('Languages::et_register_text', 'Register text'),
('Languages::et_review_variant', 'Product variant reviewed'),
('Languages::et_right_menu', 'ET - Right menu (mobile)'),
('Languages::et_right_of_info_block', 'Right (of the Info Block)'),
('Languages::et_rounded_corners', 'Rounded corners'),
('Languages::et_same_vendor', 'ET - Same vendor'),
('Languages::et_search', 'ET - Search'),
('Languages::et_search_marketplace_products', 'Search by Marketplace products'),
('Languages::et_search_wrapper', 'ET - Search'),
('Languages::et_select_category_hover_text', 'Select category'),
('Languages::et_seo_rules', 'VIVAshop SEO rules for vendor stores'),
('Languages::et_separate_blog_image', 'ET - Blog image'),
('Languages::et_settings', 'Settings'),
('Languages::et_short_description', 'Category mini description'),
('Languages::et_show_all_reviews', 'Show all reviews'),
('Languages::et_show_discount_label', 'Show discount label'),
('Languages::et_show_old_price', 'Show old price'),
('Languages::et_show_product_name', 'Show product name'),
('Languages::et_show_product_price', 'Show price'),
('Languages::et_show_reviews_with', 'Show reviews with'),
('Languages::et_show_title', 'Show title'),
('Languages::et_sidebar_category', 'Sidebar category'),
('Languages::et_sidebar_subcategories', 'ET - Sidebar subcategories'),
('Languages::et_sidebox_filters', 'ET - Sidebox filters'),
('Languages::et_sidebox_products', 'ET - Sidebox products'),
('Languages::et_sidebox_simple_open_on_mobile', 'ET - Sidebox open on mobile'),
('Languages::et_sidebox_subcategories', 'ET - Sidebox subcategories'),
('Languages::et_social_links', 'Social links'),
('Languages::et_star', 'star|stars'),
('Languages::et_sticky_cart', 'ET - Sticky cart'),
('Languages::et_sticky_my_account', 'ET - Sticky My account'),
('Languages::et_store_settings', 'Store settings'),
('Languages::et_subcategories', 'ET - Subcategories'),
('Languages::et_subcateg_opt_img_title', 'Image'),
('Languages::et_tab_title_active_color', 'Tab title active color'),
('Languages::et_tab_title_color', 'Tab title color'),
('Languages::et_text_align', 'Text align'),
('Languages::et_text_color', 'Text color'),
('Languages::et_text_hover', 'Text hover'),
('Languages::et_thumbnail_width', 'Thumbnail width'),
('Languages::et_thumbnail_width_tooltip', 'Product image thumbnail width in pixels'),
('Languages::et_title_animation', 'Title Animation'),
('Languages::et_title_background', 'Title background'),
('Languages::et_title_color', 'Title text color'),
('Languages::et_title_font_size', 'Title font size'),
('Languages::et_title_font_style', 'Title font style'),
('Languages::et_title_font_weight', 'Title font weight'),
('Languages::et_title_line_height', 'Title line-height'),
('Languages::et_title_margin', 'Title margin'),
('Languages::et_title_text', 'Title text'),
('Languages::et_title_text_background', 'Title text background'),
('Languages::et_title_text_color', 'Title text color'),
('Languages::et_top', 'Top'),
('Languages::et_top_menu', 'ET - Top menu'),
('Languages::et_transparent_background', 'Transparent background'),
('Languages::et_type', 'Type'),
('Languages::et_update_for_all_languages', 'Update for all languages'),
('Languages::et_update_for_all_languges', 'Update for all languages'),
('Languages::et_use_bkg_overlay', 'Use background overlay'),
('Languages::et_vendor_categories', 'ET - Vendor categories'),
('Languages::et_vendor_extra_details_f', 'Facebook'),
('Languages::et_vendor_extra_details_i', 'Instagram'),
('Languages::et_vendor_extra_details_l', 'Linkedin'),
('Languages::et_vendor_extra_details_p', 'Pinterest'),
('Languages::et_vendor_extra_details_t', 'Twitter'),
('Languages::et_vendor_extra_details_y', 'Youtube'),
('Languages::et_vendor_header.feedback', 'Feedback'),
('Languages::et_vendor_header.social', 'Socials'),
('Languages::et_vendor_header.store', 'Store'),
('Languages::et_vendor_menu', 'Vendor Menu'),
('Languages::et_vendor_menu_mobile', 'ET - Vendor menu mobile'),
('Languages::et_vendor_panel_menu.default_vendor_store', 'Default vendor blocks'),
('Languages::et_vendor_panel_menu.my_banners', 'Banners'),
('Languages::et_vendor_panel_menu.my_home_blocks', 'Home blocks'),
('Languages::et_vendor_panel_menu.my_pages', 'Pages'),
('Languages::et_vendor_plans.footer', '<div class=\"et-vendor-plans_footer_big\">Not sure which plan will suit you best?</div><div class=\"et-vendor-plans_footer_small\">Start with a 14-day trial of all Marketplace features then choose the plan that\'s right for you</div>'),
('Languages::et_vendor_plans.footer_button_link', './index.php?dispatch=pages.view&page_id=30'),
('Languages::et_vendor_plans.footer_button_text', 'Contact us'),
('Languages::et_vendor_plans.no_vendor_store', 'NO microstore'),
('Languages::et_vendor_plans.per', 'per'),
('Languages::et_vendor_store_header', 'ET - Vendor store header'),
('Languages::et_vendor_store_header_mobile', 'ET - Vendor store header mobile'),
('Languages::et_vendor_store_menu', 'ET - Vendor store menu'),
('Languages::et_vendor_store_menu_mobile', 'ET - Vendor store menu mobile'),
('Languages::et_vertical', 'Vertical'),
('Languages::et_vertical_align', 'Vertical align'),
('Languages::et_vertical_with_info_block', 'Vertical with the Info Block'),
('Languages::et_vivashop_mv_functionality.home_blocks', 'Vendor home blocks'),
('Languages::et_vivashop_mv_functionality.vendor_pages', 'Vendor pages'),
('Languages::et_vivashop_mv_settings.best_bkg', 'Best choice background'),
('Languages::et_vivashop_mv_settings.best_outer_bkg', 'Best choice outer background'),
('Languages::et_vivashop_mv_settings.best_outer_text', 'Best choice outer text'),
('Languages::et_vivashop_mv_settings.best_text', 'Best choice text'),
('Languages::et_vivashop_mv_settings.footer_bkg', 'Footer background'),
('Languages::et_vivashop_mv_settings.footer_bkg_img', 'Footer background image'),
('Languages::et_vivashop_mv_settings.footer_button_text', 'Button text'),
('Languages::et_vivashop_mv_settings.footer_button_url', 'Button URL'),
('Languages::et_vivashop_mv_settings.footer_text', 'Footer text'),
('Languages::et_vivashop_mv_settings.header_bkg', 'Header background'),
('Languages::et_vivashop_mv_settings.header_hover', 'Header text hover'),
('Languages::et_vivashop_mv_settings.header_text', 'Header text color'),
('Languages::et_vivashop_mv_settings.highlight_text', 'Title highlighted text'),
('Languages::et_vivashop_mv_settings.menu_bkg', 'Menu background'),
('Languages::et_vivashop_mv_settings.menu_bkg_hover', 'Menu background hover'),
('Languages::et_vivashop_mv_settings.menu_text', 'Menu text color'),
('Languages::et_vivashop_mv_settings.menu_text_hover', 'Menu text color hover'),
('Languages::et_vivashop_mv_settings.price_bkg', 'Price background'),
('Languages::et_vivashop_mv_settings.price_text', 'Price text'),
('Languages::et_vivashop_mv_settings.show_footer', 'Show footer'),
('Languages::et_vivashop_settings.arrow', 'Arrow'),
('Languages::et_vivashop_settings.box_color', 'Box color'),
('Languages::et_vivashop_settings.circles_bkg', 'Circle background'),
('Languages::et_vivashop_settings.circles_icons', 'Circle icon'),
('Languages::et_vivashop_settings.circles_steps_txt', 'Step number text'),
('Languages::et_vivashop_settings.circles_step_bkg', 'Step number background'),
('Languages::et_vivashop_settings.circles_text', 'Circle text'),
('Languages::et_vivashop_settings.demo_banners', '<p><a class=\"cm-ajax btn btn-primary\" href=\"[demo_data_url]\">Add all demo data</a></p> <br/> <p><a class=\"cm-ajax btn btn-secondary\" href=\"[demo_banners_url]\">Add only demo banners</a></p>'),
('Languages::et_vivashop_settings.go_btn_bkg', 'Button background'),
('Languages::et_vivashop_settings.go_btn_bkg_hover', 'Button hover background'),
('Languages::et_vivashop_settings.go_btn_txt', 'Button text'),
('Languages::et_vivashop_settings.go_btn_txt_hover', 'Button hover text'),
('Languages::et_vivashop_settings.icons', 'Icons'),
('Languages::et_vivashop_settings.icon_bkg', 'Icon background color'),
('Languages::et_vivashop_settings.icon_color', 'Icon color'),
('Languages::et_vivashop_settings.main_bkg_color', 'Background color'),
('Languages::et_vivashop_settings.overlay', 'Overlay color'),
('Languages::et_vivashop_settings.overlay_alpha', 'Overlay opacity'),
('Languages::et_vivashop_settings.text', 'Text'),
('Languages::et_vivashop_settings.text_color', 'Text color'),
('Languages::et_vivashop_settings.text_top', 'Title text'),
('Languages::et_vivashop_settings.title_color', 'Title color'),
('Languages::et_width', 'Width'),
('Languages::et_wishlist_button_text', 'Wishlist'),
('Languages::event.apply_for_vendor_notification.name', 'New vendor account application'),
('Languages::event.new_vendor_notification.name', 'New vendor account created'),
('Languages::event.new_vendor_notification.title', 'New vendor registration'),
('Languages::event.notification_type', 'Notification type'),
('Languages::event.order.edp.name', 'Access to downloadable products granted'),
('Languages::event.order.shipment_updated.name', 'Products were shipped'),
('Languages::event.order.status_changed.name', 'Order status changed to [status]'),
('Languages::event.order.updated.name', 'Order was updated'),
('Languages::event.product.back_in_stock.name', 'Product is back in stock'),
('Languages::event.profile.activated.name', 'Profile was activated'),
('Languages::event.profile.added.name', 'Profile requires activation'),
('Languages::event.profile.created.name', 'Profile was created'),
('Languages::event.profile.deactivated.name', 'Profile was deactivated'),
('Languages::event.profile.password_recovery.name', 'Password recovery'),
('Languages::event.profile.password_reminder.name', 'Reminder about necessary password change'),
('Languages::event.profile.updated.name', 'Profile was updated'),
('Languages::event.profile.usergroup_activation.name', 'User group activation'),
('Languages::event.profile.usergroup_disactivation.name', 'User group disactivation'),
('Languages::event.profile.usergroup_request.name', 'Membership in user group was requested'),
('Languages::event.profile.usergroup_updated.name', 'Membership in user group was changed'),
('Languages::event.receiver.a', 'Administrator'),
('Languages::event.receiver.c', 'Customer'),
('Languages::event.receiver.s', 'Supplier'),
('Languages::event.receiver.v', 'Vendor'),
('Languages::event.rma.status_changed.name', 'Return request status changed to [status]'),
('Languages::event.system.realtime_shipping_error.name', 'Realtime shipping errors'),
('Languages::event.transport.internal', 'Notifications center'),
('Languages::event.transport.mail', 'E-mail'),
('Languages::event.vendors_require_approval.name', 'Vendors require approval'),
('Languages::event.vendors_require_approval.title', 'Some vendors are pending approval'),
('Languages::event.vendor_status_changed.active.message', 'All your active products will now appear in the store'),
('Languages::event.vendor_status_changed.name', 'Vendor status changed to [status]'),
('Languages::event.vendor_status_changed.pending.message', 'You can work with the admin panel and manage your products, but they won\'t appear to customers until your status changes to Active.'),
('Languages::event.vendor_status_changed.suspended.message', 'To lift the suspension, please contact us.'),
('Languages::event.vendor_status_changed.suspended.title', 'Your account is suspended'),
('Languages::event.vendor_status_changed.title', 'Your status has been changed to [status]'),
('Languages::event.vendor_status_changed_from.name', 'Vendor status changed from [status]'),
('Languages::eway_configuration_note', '<a href=\'https://go.eway.io/s/article/How-do-I-setup-my-Live-eWAY-API-Key-and-Password\' target=\'_blank\'>How do I set up my Live eWAY API Key and Password?</a>'),
('Languages::eway_failed_to_pay', 'Failed to pay for the order. Please contact the store administration about this payment method.'),
('Languages::eway_upgrade_notification_text', '<p><b>eWAY</b>, <b>eWAY Direct Payment</b> and <b>eWAY Shared Payment</b> are not supported since this [product] version.</p><p>We strongly recommend you to <b>upgrade to eWAY Direct Payment (Rapid API)</b> or <b>eWAY Responsive Shared (Rapid API)</b>, here are the instructions:</p><ul><li>go to Administration > Payment methods</li><li>open one of the payment methods utilizing deprecated eWAY processor</li><li>switch to General tab and specify eWAY Direct Payment (Rapid API) or eWAY Responsive Shared (Rapid API) payment processor</li><li>switch to Configure tab and specify proper:<ul><li>API Key, API Password and Encryption Key for eWAY Direct Payment (Rapid API)</li><li>API Key and API Password for eWAY Responsive Shared (Rapid API)</li></ul></li></ul><p>eWAY, eWAY Direct Payment and eWAY Shared Payment will still be operational but we <b>renamed</b> them to Deprecated eWAY, Deprecated eWAY Direct Payment and Deprecated eWAY Shared Payment accordingly.</p>'),
('Languages::eway_upgrade_notification_title', 'eWAY, eWAY Direct Payment and eWAY Shared Payment payment processors are no longer supported'),
('Languages::exact_phrase', 'The exact phrase'),
('Languages::excellent', 'Excellent!'),
('Languages::exception', 'Exception'),
('Languages::exceptions', 'Exceptions'),
('Languages::exceptions_type', 'Exceptions type'),
('Languages::exception_disabled', 'No variant can be selected'),
('Languages::exception_disregard', 'Any variant'),
('Languages::exception_error', 'ERROR'),
('Languages::exception_error_code', 'Error code:'),
('Languages::exception_exist', 'This exception combination already exists'),
('Languages::exception_title', 'Oops!<br />We were unable to find what you were looking for.'),
('Languages::exchange_rate', 'Live exchange rates'),
('Languages::exclude_disabled_products', 'Exclude disabled products'),
('Languages::exclusive_promotions', 'Exclusive discounts'),
('Languages::exclusive_promotions_content', 'Subscribe to our news and get a 10% discount coupon!'),
('Languages::exec', 'Execute'),
('Languages::exim_cannot_create_variant_for_shareable_feature', 'You cannot create a variant for a shareable feature.'),
('Languages::exim_error_empty_feature_name', 'Feature name is missing. Some product features were not updated.'),
('Languages::exim_error_incorrect_feature_type', 'Incorrect feature type. Some product features were not updated.'),
('Languages::exim_features', 'Features (Deprecated)'),
('Languages::exim_import_detailed_image', 'Detailed image (Deprecated)'),
('Languages::exim_remove_additional_images', 'Clean up'),
('Languages::exim_reset_inventory_tooltip', 'This won\'t affect the products that have the quantity specified in the imported file.'),
('Languages::exim_storefront_feature_name', 'Storefront feature name'),
('Languages::exim_subtotal_discount', 'Subtotal discount'),
('Languages::exim_vendor_cant_create_feature', 'Vendors cannot create product features and their variants. Some product features cannot be modified.'),
('Languages::exit_point', 'Exit point'),
('Languages::exp', 'Exp'),
('Languages::expanded', 'Expanded'),
('Languages::expand_collapse_list', 'Expand / collapse the list of items'),
('Languages::expand_section', 'Expand section'),
('Languages::expand_sublist_of_items', 'Expand the sublist of items'),
('Languages::expenditure', 'Expenditure'),
('Languages::expired', 'Expired'),
('Languages::expirepreauth', 'Preauthorization'),
('Languages::expirepreauth_description', 'Preauthorization hold limit in days. The maximum value is 30 days. With the \"Sale\" request type, leave this field empty.'),
('Languages::expiry_date', 'Expiration date'),
('Languages::export', 'Export'),
('Languages::exported_fields', 'Exported fields'),
('Languages::exported_files', 'Exported files'),
('Languages::exported_items', 'Exported items'),
('Languages::exporting_data', 'Exporting data'),
('Languages::export_by_cron', 'Export by cron'),
('Languages::export_by_cron_to', 'Export by cron to'),
('Languages::export_cron_hint', 'Use the following line to run the script according to schedule'),
('Languages::export_data', 'Export data'),
('Languages::export_found_products', 'Export found products'),
('Languages::export_layout', 'Export layout'),
('Languages::export_locations', 'Export locations'),
('Languages::export_options', 'Export options'),
('Languages::export_products', 'Export products'),
('Languages::export_selected', 'Export selected'),
('Languages::export_to_ftp', 'FTP server options'),
('Languages::export_to_server', 'Export to server'),
('Languages::extended', 'Extended'),
('Languages::extra', 'Extra'),
('Languages::extract_archive', 'Extract archive'),
('Languages::extra_fields', 'Extra fields'),
('Languages::extra_folders', 'Extra folders'),
('Languages::extra_services', 'Extra services'),
('Languages::facebook', 'Facebook'),
('Languages::facebook_obj_type', 'Facebook object type'),
('Languages::fail', 'Fail'),
('Languages::failed', 'Failed'),
('Languages::fair', 'Fair'),
('Languages::false', 'False'),
('Languages::faroese', 'Faroese'),
('Languages::fast', 'Fast'),
('Languages::favorites', 'Favorites'),
('Languages::fax', 'Fax'),
('Languages::fb_activities', 'Activities'),
('Languages::fb_businesses', 'Businesses'),
('Languages::fb_groups', 'Groups'),
('Languages::fb_organizations', 'Organizations'),
('Languages::fb_people', 'People'),
('Languages::fb_places', 'Places'),
('Languages::fb_products_entertainment', 'Products and Entertainment'),
('Languages::fb_websites', 'Websites'),
('Languages::feature', 'Feature'),
('Languages::features', 'Features'),
('Languages::features_delimiter', 'Feature variants delimiter'),
('Languages::features_menu_description', 'Add and manage extra product fields.'),
('Languages::feature_already_in_use', 'Couldn\'t delete the feature. It is already used by your or someone else\'s products.'),
('Languages::feature_category', 'Feature category'),
('Languages::feature_code', 'Feature code'),
('Languages::feature_comparison', 'Feature comparison'),
('Languages::feature_comparison_upgrade_notification_text', 'The <b>Feature comparison</b> checkbox under <b>Products → Products → &lt;Desired Product&gt;</b> has been removed.<br>By ticking the new <b>Allow customers to compare products</b> checkbox under Settings → General → Catalog, you can now enable your customers to add any products in your store to comparison lists.<br>To show up on a comparison list, a feature must have one (or more) of the following checkboxes enabled under <b>Products → Features → &lt;Desired Feature&gt;</b>:<br><ul><li>Show on the Features tab</li><li>Show in product list</li><li>Show in header on the product details page</li></ul>'),
('Languages::feature_comparison_upgrade_notification_title', 'Changes in feature comparison'),
('Languages::feature_display_on_catalog', 'Show in product list'),
('Languages::feature_display_on_header', 'Show in header on the product details page'),
('Languages::feature_display_on_product', 'Show on the Features tab'),
('Languages::feature_group', 'Feature group'),
('Languages::feature_groups', 'Feature groups'),
('Languages::feature_hide_on_catalog', 'Hide in product list'),
('Languages::feature_hide_on_header', 'Hide in header on the product details page'),
('Languages::feature_hide_on_product', 'Hide on the Features tab'),
('Languages::feature_id', 'Feature ID'),
('Languages::feature_name', 'Feature name'),
('Languages::feature_style', 'Feature style'),
('Languages::feature_variants_already_in_use', 'Couldn\'t delete some feature variants. They are already used by your or someone else\'s products.'),
('Languages::feedback_is_sent_successfully', 'The feedback has been sent successfully.'),
('Languages::feedback_values', 'Feedback values'),
('Languages::feed_description', 'Feed description'),
('Languages::feed_title', 'Feed title'),
('Languages::fib_wrapper', 'ET - Footer info block'),
('Languages::field', 'Field'),
('Languages::fields', 'Fields'),
('Languages::field_editor', 'Field Editor'),
('Languages::field_name', 'Field name'),
('Languages::field_type', 'Field type'),
('Languages::file', 'File'),
('Languages::filename', 'File name'),
('Languages::files', 'Files'),
('Languages::filesize', 'File size'),
('Languages::files_are_too_large', 'Total size of the uploaded files exceeds the maximum limit of [size].'),
('Languages::files_changes', 'File changes'),
('Languages::files_directory', 'Files directory'),
('Languages::file_avail_after_payment', 'This file will be available after the order is paid in full.'),
('Languages::file_browser', 'File browser'),
('Languages::file_changes_detector', 'File changes detector'),
('Languages::file_changes_detector.added', 'Added'),
('Languages::file_changes_detector.changed', 'Changed'),
('Languages::file_changes_detector.deleted', 'Deleted'),
('Languages::file_changes_detector.snapshot_not_found', 'Snapshot of the clear installation was not found. Please restore <b>[dist_filename]</b>.'),
('Languages::file_doesnt_have_key', 'This file doesn\'t have a download key.'),
('Languages::file_download_limit_exceeded', 'The file cannot be downloaded because the download limit equal to [limit] is exceeded.'),
('Languages::file_editor', 'File editor'),
('Languages::file_is_too_large', 'File is too large. Max uploading size is [size].'),
('Languages::file_tree', 'File tree'),
('Languages::file_uploading_in_progress_please_wait', 'File uploading in progress. Please wait.'),
('Languages::filling', 'Filling'),
('Languages::filter', 'Filter'),
('Languages::filters', 'Filters'),
('Languages::filters_in_use', 'All features are already in use'),
('Languages::filters_menu_description', 'Product filters are displayed on the storefront and enable your customers to quickly find the products.'),
('Languages::filter_by', 'Filter by'),
('Languages::filter_by_categories', 'Filter by categories'),
('Languages::filter_description', 'Filter description'),
('Languages::filter_name', 'Filter name'),
('Languages::filter_style', 'Filter type'),
('Languages::final_sale', 'Final sale'),
('Languages::finance_product_code', 'Finance product code'),
('Languages::financial_state', 'Financial state'),
('Languages::find_results_with', 'Find results with'),
('Languages::finish', 'Finish'),
('Languages::finished', 'Finished'),
('Languages::finnish', 'Finnish'),
('Languages::first_name', 'First name'),
('Languages::first_name_and_last_name', 'First name and last name'),
('Languages::first_order', 'First order'),
('Languages::flemish', 'Flemish'),
('Languages::folder', 'Folder'),
('Languages::folder_is_empty', 'Folder is empty'),
('Languages::footer', 'Footer'),
('Languages::footer_bottom', 'Footer bottom'),
('Languages::footer_general', 'Footer general'),
('Languages::for', 'for'),
('Languages::forbidden', 'Forbidden'),
('Languages::forbidden_combinations', 'Forbidden combinations'),
('Languages::forgot_password_question', 'Forgot your password?'),
('Languages::form', 'Form'),
('Languages::format', 'Format'),
('Languages::forms', 'Forms'),
('Languages::form_builder', 'Form builder'),
('Languages::form_id', 'Form ID'),
('Languages::form_submit_text', 'Form submit text'),
('Languages::for_all_found_orders', 'For orders on ALL pages'),
('Languages::for_this_page_orders', 'For orders on THIS page'),
('Languages::fragile', 'Fragile'),
('Languages::free', 'Free'),
('Languages::free_products', 'Free products'),
('Languages::free_shipping', 'Free shipping'),
('Languages::free_shipping_upgrade_notification_text', '<p>Some of your products have the <b>Free shipping</b> property enabled. In earlier versions of [product] a customer didn\'t have to choose a shipping method when buying these products.</p><p>Starting with this [product] version, a customer chooses a shipping method at checkout for products with the <b>Free shipping</b> property enabled.</p><p>To set up a shipping method that will be used for free shipping, complete these steps:</p><ol><li>Go to <b>Administration → Shipping &amp; taxes → Shipping methods</b>.</li><li>Choose the existing shipping method that you want to use for free shipping, or create a new one.</li><li>Scroll to the <i>Extra</i> section and enable the <b>Use for free shipping</b> setting.</li></ol><p>You can set up as many shipping methods as you want for free shipping.</p><p>Note that you have to apply the <b>Use for free shipping</b> option to particular shipping methods.</p><p>Tick the <b>Use for free shipping</b> checkbox, if you want to exclude the products with the enabled <b>Free shipping</b> option from the shipping price calculation. [product] will calculate the shipping price of the other products from the order in accordance with the <b>Shipping charges</b>.</p><p>If you leave the checkbox unticked, [product] will calculate the shipping price for all products from the order in accordance with the <b>Shipping charges</b>.</p>'),
('Languages::free_shipping_upgrade_notification_title', 'Free shipping changes'),
('Languages::french', 'French'),
('Languages::from', 'from'),
('Languages::from_date', 'Date from'),
('Languages::from_email', 'From email'),
('Languages::from_name', 'From name'),
('Languages::ftp', 'FTP'),
('Languages::ftp_connection_problem', 'Unable connect to FTP server. Please, check FTP connection information'),
('Languages::ftp_directory', 'FTP directory'),
('Languages::ftp_pass', 'FTP password'),
('Languages::ftp_server_options', 'FTP server options'),
('Languages::ftp_url', 'FTP server'),
('Languages::ftp_url_hint', 'The format is: FTPHOST[:PORT][/DIRECTORY]. Example: ftp.yourhost.com:21/home/username/folder'),
('Languages::ftp_user', 'FTP username'),
('Languages::fulfillment_state', 'Fulfillment state'),
('Languages::full', 'Full'),
('Languages::fullauth', 'Fullauth'),
('Languages::fullname', 'Full name'),
('Languages::full_description', 'Full description'),
('Languages::full_list', 'Full list'),
('Languages::full_tree_cat', 'Full tree'),
('Languages::full_tree_pages', 'Full tree'),
('Languages::full_width', 'Full width'),
('Languages::function', 'Core'),
('Languages::function_deprecated', 'Function [old_function] is deprecated and will be removed in next version. Please use [new_function] instead of it.'),
('Languages::gateway', 'Gateway'),
('Languages::gateways', 'Gateways'),
('Languages::gc_redeem_and_add_free_products', 'Redeem & add free products to cart'),
('Languages::gdpr_call_requests', 'Personal data from call requests'),
('Languages::gdpr_discussions_data', 'Personal data from discussions'),
('Languages::gdpr_newsletters', 'Personal data from newsletters'),
('Languages::general', 'General'),
('Languages::general_info', 'General information'),
('Languages::general_settings', 'General settings'),
('Languages::general_statistics', 'General statistics'),
('Languages::generate', 'Generate'),
('Languages::generate_cache', 'Generate cache'),
('Languages::generate_new_api_key', 'Generate new API key'),
('Languages::generate_submenu', 'Generate submenu'),
('Languages::generating_pdf', 'Generating PDF. Please, be patient...'),
('Languages::generating_xls', 'Generating XLS. Please, be patient...'),
('Languages::geography', 'Geography'),
('Languages::geo_maps.cannot_select_location', 'This location couldn\'t be selected due to technical reasons. If you encounter any difficulties when placing an order, please contact us.'),
('Languages::geo_maps.from_pickup_points', '[shipping], [n] pickup point|[shipping], [n] pickup points'),
('Languages::geo_maps.location_detection_disabled', 'Your location could not be determined. Try enabling the location services on your device or disabling the tracking protection.'),
('Languages::geo_maps.no_shippings', 'Sorry, we couldn\'t find any shipping options for your location. Please contact us, and we\'ll see what we can do about it.'),
('Languages::geo_maps.select_your_city', 'Select your city'),
('Languages::geo_maps.settings_is_configured_correctly_notice', 'If you see the map here, everything is configured correctly, and the maps are working on the map provider end.'),
('Languages::geo_maps.shipping_about', 'about'),
('Languages::geo_maps.shipping_address_on_map', 'Shipping address on map'),
('Languages::geo_maps.shipping_from', 'from'),
('Languages::geo_maps.shipping_group_delivery', 'Shipping'),
('Languages::geo_maps.shipping_group_pickup', 'Pick-up'),
('Languages::geo_maps.shipping_time', 'Shipping time'),
('Languages::geo_maps.shipping_time_and_rates', 'Shipping time and rates'),
('Languages::geo_maps.text_settings_google_api_notice', 'Learn more about setting up API key <a target=\"_blank\" href=\"https://docs.cs-cart.com/4.10.x/user_guide/addons/maps_and_geolocation/#configuration\">in the documentation</a>.'),
('Languages::geo_maps.your_city', 'Your city'),
('Languages::german', 'German'),
('Languages::get_api_key', 'Obtaining an API Key'),
('Languages::get_rates', 'Get rates'),
('Languages::get_social', 'Get social'),
('Languages::gift_add_products', 'Add products for a gift'),
('Languages::gift_certificate', 'Gift certificate'),
('Languages::gift_certificates', 'Gift certificates'),
('Languages::gift_certificates.certificate_purchase_form', 'Gift certificate purchase form'),
('Languages::gift_certificates.event.gift_certificate.status_changed.name', 'Gift certificate status changed to [status]'),
('Languages::gift_certificates.event.gift_certificate.updated.name', 'Gift certificate updated'),
('Languages::gift_certificates.recipient_email', 'Recipient email'),
('Languages::gift_certificates_menu_description', 'View and manage the gift certificates that customers have purchased.'),
('Languages::gift_certificates_verify', 'Gift certificate verification'),
('Languages::gift_certificate_added_to_cart', 'Gift certificate was added to your cart'),
('Languages::gift_certificate_created', 'Gift Certificate has been created'),
('Languages::gift_certificate_info', 'Gift certificate info'),
('Languages::gift_certificate_status', 'Gift certificate status'),
('Languages::gift_certificate_statuses', 'Gift certificate statuses'),
('Languages::gift_certificate_verification', 'Gift certificate verification'),
('Languages::gift_cert_amount_changed', 'Gift certificate amount has been changed.'),
('Languages::gift_cert_code', 'Gift certificate code'),
('Languages::gift_cert_debit', 'Debit balance'),
('Languages::gift_cert_error_amount', 'Amount should not be higher than [max] and less than [min]'),
('Languages::gift_cert_from', 'From'),
('Languages::gift_cert_to', 'To'),
('Languages::gift_cert_with_products', 'Purchasing products and gift certificates together is impossible. Please, place the current order and repeat your attempt.'),
('Languages::gift_comment', 'Message'),
('Languages::give_coupon_subj', 'you have new promotion'),
('Languages::global', 'Global'),
('Languages::global_individual.global', 'Global'),
('Languages::global_individual.global_tooltip', 'The value of this setting can be changed for individual items. Click here to make this setting global.'),
('Languages::global_individual.global_value_all_items', 'Global value for all items'),
('Languages::global_individual.individual', 'Individual'),
('Languages::global_individual.individual_tooltip', 'This setting is currently global. Click here to allow changing its value for individual items.'),
('Languages::global_individual.individual_values_each_item', 'Individual values for each item'),
('Languages::global_options', 'Global options'),
('Languages::global_status', 'Global status'),
('Languages::global_update', 'Global update'),
('Languages::global_update_description', 'Positive or negative values can be entered in the fields below (e.g. -5).'),
('Languages::global_vars', 'Global variables'),
('Languages::go', 'Go'),
('Languages::google', 'Google'),
('Languages::google_base', 'Google Base'),
('Languages::google_base_export_notice', '<b>Note:</b> You can setup Tax and Shipping rates on the <a href=\"http://www.google.com/merchants/taxshippingsettings\">Tax and shipping summary</a> page in your Google merchant center.'),
('Languages::google_export_upgrade_notification_text', '<p>The latest version of [product] has different settings for data feeds: <b>Google price</b> doesn\'t include tax now.</p><p>If you want to export products with tax included in the price, do the following:</p><ul><li>Go to Administration &rarr; Add-ons &rarr; Data feeds.</li><li>Choose the data feed used to export products to Google Product Feed.</li><li>Switch to the <b>Fields mapping</b> tab and select <b>Google price (with tax included)</b> for the <b>price</b> field.</li></ul>'),
('Languages::google_export_upgrade_notification_title', 'Google Export changes'),
('Languages::google_sitemap.export_progress_entry', '[storefront]: [object]'),
('Languages::google_sitemap.generate_map', 'The sitemap is not generated yet. Please go to add-on settings and press \"Regenerate a sitemap\" button'),
('Languages::google_sitemap.map_generated', 'The sitemap was generated successfully'),
('Languages::google_sitemap.text_regenerate', 'If products, categories, etc. were added or changed, please <a class=\"cm-ajax cm-comet btn btn-primary\" href=\"[regenerate_url]\">Regenerate a sitemap</a><br /><br /> [sitemap_available_in_customer]'),
('Languages::google_sitemap.text_select_storefront', 'To generate a sitemap, please select storefront first.'),
('Languages::goto_theme_configuration', 'Browse themes'),
('Languages::go_back', 'Go back'),
('Languages::go_to_admin_panel', 'Admin panel'),
('Languages::go_to_the_admin_homepage', 'Go to the admin homepage'),
('Languages::go_to_the_homepage', 'Go to the homepage'),
('Languages::grams_in_the_unit_of_weight', 'Grams in the unit of weight defined by the weight symbol'),
('Languages::grant_point', 'Grant reward points'),
('Languages::graphic', 'Graphic'),
('Languages::graphic_banner', 'Graphic banner'),
('Languages::greek', 'Greek'),
('Languages::grid', 'Grid'),
('Languages::grid_options', 'Grid options'),
('Languages::gross_total', 'Gross total'),
('Languages::ground_only', 'Ground only'),
('Languages::group', 'Group'),
('Languages::groups', 'Groups'),
('Languages::guest', 'Guest'),
('Languages::has_additional_pages', 'Has additional pages'),
('Languages::has_credit_memo', 'Has credit memo'),
('Languages::has_invoice', 'Has invoice'),
('Languages::header', 'Header'),
('Languages::header_image', 'Header image'),
('Languages::head_custom_html', 'Custom HTML code'),
('Languages::hebrew', 'Hebrew'),
('Languages::height', 'Height'),
('Languages::hello', 'Hello'),
('Languages::hello_name', 'Hello [name],'),
('Languages::help', 'Help'),
('Languages::help_tutorial.need_help', 'Need help?'),
('Languages::help_tutorial.need_help_button', 'See how it works'),
('Languages::help_tutorial.videos_show', 'See all the tutorials on CS-Cart'),
('Languages::hidden', 'Hidden'),
('Languages::hidden_categories', 'Hidden categories'),
('Languages::hide', 'Hide'),
('Languages::hide_add_to_cart_button', 'Hide add to cart button'),
('Languages::hide_extra_logos', 'Hide extra logos'),
('Languages::hide_on_checkout', 'Hide at checkout'),
('Languages::hide_options', 'Hide options'),
('Languages::hide_option_completely', 'Hide option completely'),
('Languages::hidpi.notice.images_were_not_restored', 'Some of the old images in your store are still low-quality. To use the highest quality possible, please <a href=\"[convert_url]\">restore high-quality images</a>. The process is automatic.'),
('Languages::hidpi.refactoring_upgrade_notification_text', '<p>The previous version of the <b>[addon_name]</b> add-on shrank the uploaded images. We improved the add-on, so there is no need for that now. However, the existing images remain shrunk and don’t look good.</p><p>We can make your existing images look nice and sharp, but that procedure will take some time. That’s why we need you to start it.</p><p><a href=\"[url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Make image look good</a></p>'),
('Languages::hidpi.refactoring_upgrade_notification_title', 'Make sure your images look good.'),
('Languages::hidpi.restore_btn', 'Restore'),
('Languages::hidpi.restore_images', 'Image restoration'),
('Languages::hidpi.text_restore_images', 'The previous version of the HiDPI display support add-on shrank the uploaded images. There’s no need for that now. But to make your images look nice and sharp you need to click Restore.'),
('Languages::hidpi.upload_high_res_image', 'I’m uploading a HiDPI image.'),
('Languages::hidpi.upload_high_res_image.tooltip', 'If this checkbox is ticked, the source image will be displayed two times downscaled. This setting only affects the displaying of the source image and not its thumbnail. If you want an image to be displayed in the original size, untick this checkbox.'),
('Languages::hidpi.warning_restore_images', '<strong>Attention!</strong> This procedure is non—reversible: when you revert the upgrade, the image restoration manipulations will not be reverted. So, please make sure to perform a backup. The procedure can take some time—it depends on the number of images in your store.'),
('Languages::history', 'History'),
('Languages::home', 'Home'),
('Languages::home_blocks', 'Vendor home blocks'),
('Languages::home_page', 'Home page'),
('Languages::horizontal', 'Horizontal'),
('Languages::horizontal_filters', 'Horizontal filters'),
('Languages::host', 'Host name'),
('Languages::host_code', 'Host code'),
('Languages::hour', 'Hour'),
('Languages::hourly', 'Hourly'),
('Languages::hour_or_hours', 'hour(s)'),
('Languages::how_to_send', 'How to send?'),
('Languages::html_block', 'HTML block'),
('Languages::http_transport_error_prefix_curl', 'Curl Error'),
('Languages::http_transport_error_prefix_socket', 'Socket Error'),
('Languages::hungarian', 'Hungarian'),
('Languages::hybrid_auth', 'Social login'),
('Languages::hybrid_auth.add_provider', 'Add provider'),
('Languages::hybrid_auth.callback_url', 'Callback URL'),
('Languages::hybrid_auth.cant_create_profile', 'Unfortunately, we failed to create a customer and log in to the store due to one of the following reasons:<br />- You logged in to our store earlier using some other OpenID provider in which the same email is used.<br />- You have already registered in our store using your email.<br />Please contact the store owner to resolve the problems.'),
('Languages::hybrid_auth.change_password', 'You can change your password here'),
('Languages::hybrid_auth.configuration_error', 'Hybriauth configuration error'),
('Languages::hybrid_auth.connecting_provider', 'Contacting <b>[provider]</b>. Please wait...'),
('Languages::hybrid_auth.connect_social', 'Connect social account'),
('Languages::hybrid_auth.connect_social_title', 'Such user already exists'),
('Languages::hybrid_auth.editing_provider', 'Editing provider'),
('Languages::hybrid_auth.facebook_disabled_upgrade_notification_text', '<p>We had to move to a newer version of Facebook API, because the API version that we used previously is no longer supported. However, to work with the new API, [product] requires PHP 5.4. You are seeing this message because your server has an older PHP version.</p><p>The status of the <b>Facebook</b> provider under <b>Website → Social login</b> has been set to <i>Disabled</i>.</p><p>Please update your PHP version to 5.4 or higher before you re-enable Facebook.</p>'),
('Languages::hybrid_auth.facebook_disabled_upgrade_notification_title', 'Social Login: Sign-ins via Facebook have been disabled due to an old PHP version'),
('Languages::hybrid_auth.facebook_oauth_redirect_uris', 'Valid OAuth redirect URIs'),
('Languages::hybrid_auth.failed_auth', 'Authentication failed. The user has canceled the authentication or the provider refused the connection'),
('Languages::hybrid_auth.instruction_facebook', 'Use the application ID and Secret key that you\'ve received after creating an application on <a href=\'https://developers.facebook.com/apps\' target=\'_blank\'>Facebook Developers</a>.'),
('Languages::hybrid_auth.instruction_facebook_login', 'Use the application ID and Secret key that you\'ve received after creating an application on <a href=\"https://developers.facebook.com/apps\" target=\"_blank\">Facebook Developers</a>. After that copy the value of the <b>Valid OAuth redirect URIs</b> field to the corresponding setting of the <b>Facebook Login</b> product in your Facebook application.'),
('Languages::hybrid_auth.instruction_foursquare', 'Use the application ID and Secret key that you\'ve received after creating an application on <a href=\'https://foursquare.com/developers/apps\' target=\'_blank\'>Fousquare</a>.'),
('Languages::hybrid_auth.instruction_google', 'Use ID and Secret key that you\'ve received after creating a project on <a href=\'https://code.google.com/apis/console/?pli=1\' target=\'_blank\'>Google</a>.'),
('Languages::hybrid_auth.instruction_linkedin', 'Use ID (Consumer key) and Secret key that you\'ve received after creating an application on <a href=\'https://www.linkedin.com/developer/apps\' target=\'_blank\'>LinkedIn Developers</a>.'),
('Languages::hybrid_auth.instruction_live', 'Use the application ID and Secret key that you\'ve received after adding an application on <a href=\'https://account.live.com/developers/applications/create\' target=\'_blank\'>Live</a>.'),
('Languages::hybrid_auth.instruction_paypal', 'Use the application ID and Secret key that you\'ve received after creating an application on <a href=\'https://developer.paypal.com/developer/applications\' target=\'_blank\'>PayPal Developers</a>.'),
('Languages::hybrid_auth.instruction_paypal_application', 'Use the application ID and Secret key that you\'ve received after creating an application on <a href=\'https://developer.paypal.com/developer/applications\' target=\'_blank\'>PayPal Developers</a>. Please enable all Personal Profile scope attributes and at least one scope attribute in Address and in Account Information in your PayPal application settings.'),
('Languages::hybrid_auth.instruction_twitter', 'Use ID (Consumer key) and Secret key that you\'ve received after creating an application on <a href=\'https://apps.twitter.com/\' target=\'_blank\'>Twitter</a>.'),
('Languages::hybrid_auth.instruction_yahoo', 'Use ID (Identificator) and Secret key that you\'ve received after creating an application on <a href=\'https://developer.yahoo.com/apps/create/\' target=\'_blank\'>Yahoo</a>.'),
('Languages::hybrid_auth.linkedin_api_v1', 'v1'),
('Languages::hybrid_auth.linkedin_api_v2', 'v2'),
('Languages::hybrid_auth.linkedin_api_version', 'API version'),
('Languages::hybrid_auth.linked_provider', 'Linked'),
('Languages::hybrid_auth.link_provider', 'Social network accounts'),
('Languages::hybrid_auth.live_redirect_urls', 'Redirect URLs'),
('Languages::hybrid_auth.missing_credentials', 'Missing provider application credentials'),
('Languages::hybrid_auth.new_provider', 'New provider'),
('Languages::hybrid_auth.not_linked_provider', 'Not linked'),
('Languages::hybrid_auth.password_generated', 'We are glad to inform you that you have been successfully registered in the store. A password was generated for you'),
('Languages::hybrid_auth.providers', 'Providers'),
('Languages::hybrid_auth.provider_error_configuration', 'Provider not properly configured'),
('Languages::hybrid_auth.provider_not_found', 'Provider [provider] not found'),
('Languages::hybrid_auth.social_login', 'Or sign-in with another identity provider'),
('Languages::hybrid_auth.specify_email', 'Specify email'),
('Languages::hybrid_auth.specify_email_title', 'The e-mail was not specified.'),
('Languages::hybrid_auth.text_connect_social', '<p>The user with the e-mail specified during social login already exists.</p><p>If you want to assign a social network account to the registered user, please log in.</p>'),
('Languages::hybrid_auth.text_link_provider', 'Assign your social network account to this one and use it to log in'),
('Languages::hybrid_auth.text_specify_email', '<p>When logging through the social network the e-mail was not specified.</p><p>Please enter your e-mail and click Continue.</p>'),
('Languages::hybrid_auth.text_user_is_already_link', 'This social network account is already being used'),
('Languages::hybrid_auth.unspecified_error', 'Unspecified error'),
('Languages::hybrid_auth.wrong_provider', 'Unknown or disabled provider'),
('Languages::hybrid_auth_menu_description', 'Create social provider'),
('Languages::I25', 'Interleaved 2 of 5 is based on Standard 2 of 5 symbology.<br/>Interleaved 2 of 5 is designed to encode only 10 digits.'),
('Languages::icon', 'Icon'),
('Languages::id', 'ID'),
('Languages::identifier', 'PayBox identifier'),
('Languages::iframe_mode', 'iFrame mode'),
('Languages::illegal_item_weight', 'Illegal item weight'),
('Languages::image', 'Image'),
('Languages::images', 'Images'),
('Languages::images_directory', 'Images directory'),
('Languages::images_params', 'Images'),
('Languages::image_has_been_deleted', 'This image has been deleted'),
('Languages::image_pair', 'Image pair'),
('Languages::image_url', 'Image URL'),
('Languages::image_verification', 'Image verification'),
('Languages::image_verification_body', 'Type the characters you see in the picture above.'),
('Languages::image_verification_label', 'Anti-bot validation'),
('Languages::image_zoom.rework_update_notification.message', '<p>We reworked the <b>Image zoom</b> add-on, because it used a third-party solution incompatible with modern versions of jQuery. As a result of the rework, some settings of the add-on were removed.</p><p>Please check how the image zoom looks on the product pages now. If you\'d like to make any changes to the looks, adjust the settings of the <b>Image zoom</b> add-on.</p><p><a href=\"[image_zoom_settings]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check Image Zoom settings</a></p>'),
('Languages::image_zoom.rework_update_notification.title', 'Image Zoom add-on reworked'),
('Languages::immediately', 'Immediately'),
('Languages::imperial_units', 'Imperial (in, lb)'),
('Languages::import', 'Import'),
('Languages::important', 'Important'),
('Languages::important_language_text', 'When you hide, disable, or delete a default language of one of the storefronts, make sure to update the value of the <b>Frontend default language</b> setting in <a href=\"[link]\">Settings → Appearance</a>.'),
('Languages::importing_data', 'Importing data'),
('Languages::import_data', 'Import data'),
('Languages::import_errors', 'Import errors'),
('Languages::import_layout', 'Import layout'),
('Languages::import_locations', 'Import locations'),
('Languages::import_new_vendor', '[n] new vendor was created during the import. This vendor only has a name so far. Please edit the new vendor to add other information.|[n] new vendors were created during the import. These vendors only have names so far. Please edit the new vendors to add other information.'),
('Languages::import_options', 'Import options'),
('Languages::import_products', 'Import products'),
('Languages::import_results', 'Import results'),
('Languages::in', 'In'),
('Languages::included', 'included'),
('Languages::include_cvn', 'Include CVN'),
('Languages::including_discount', 'Including discount'),
('Languages::including_tax', 'Including tax'),
('Languages::income', 'Income'),
('Languages::incompleted', 'Incomplete'),
('Languages::incompleted_orders', 'Incomplete orders'),
('Languages::incorrect_filling_message', 'Incorrect filling message'),
('Languages::incorrect_po_pack_structure', 'The structure of package that contains \".po\" translation files located at <b>\"[pack_path]\"</b> is incorrect.'),
('Languages::incorrect_po_pack_structure_file_not_exist', 'The structure of package that contains \".po\" translation files located at <b>\"[pack_path]\"</b> is incorrect. The file <b>\"[po_file]\"</b> does not exist.'),
('Languages::incorrect_price_warning', 'Product has not been added to the cart. Please enter the correct price.'),
('Languages::increase', 'Increase'),
('Languages::inc_tax', 'inc tax'),
('Languages::index', 'Home page'),
('Languages::individual', 'Individual'),
('Languages::information', 'Information'),
('Languages::information_file_roobots', 'A robots.txt file was detected. The changes you make here won\'t take effect until you delete the existing <b>robots.txt</b> file from the root directory of your store.'),
('Languages::inner_hint', 'Inner hint'),
('Languages::input_field', 'Input field'),
('Languages::insert_block', 'Add block'),
('Languages::insert_grid', 'Add grid');
INSERT INTO `partiushop_original_values` (`msgctxt`, `msgid`) VALUES
('Languages::insert_image', 'Insert image'),
('Languages::install', 'Install'),
('Languages::installation_id', 'Installation ID'),
('Languages::installed', 'Installed'),
('Languages::installed_addons', 'Installed add-ons'),
('Languages::installed_date', 'Installed date'),
('Languages::installed_languages', 'Installed'),
('Languages::installed_themes', 'Installed themes'),
('Languages::installed_upgrades', 'Installed upgrades'),
('Languages::installed_version', 'Installed version'),
('Languages::installer_complete_title', 'Installation successfully finished'),
('Languages::install_addon_text', 'Add-ons extend the functionality of your store. <br /> You can install an add-on by picking a [exts] format archive and clicking Upload & install.'),
('Languages::install_date', 'Install date'),
('Languages::install_theme_text', 'Uploading and installing a new theme is a great way to personalize your storefront. You can upload a theme by picking a [exts] format archive and clicking <strong>Upload</strong>.'),
('Languages::install_upgrade_package_text', 'You can upload an upgrade package manually from the local machine, your server, or from a remote location. Specify the location of a [exts] format archive and click <strong>Upload</strong>.'),
('Languages::internal_feature_group_name_tooltip', 'This name is shown only in the Administration panel to help you distinguish between multiple feature groups that have the same displayed name.'),
('Languages::internal_feature_name_tooltip', 'This name is shown only in the Administration panel to help you distinguish between multiple features that have the same displayed name.'),
('Languages::internal_option_name', 'Internal name'),
('Languages::internal_option_name_tooltip', 'This name is shown only in the Administration panel to help you distinguish between multiple options that have the same displayed name.'),
('Languages::internal_template.vendor_communication_message_received', 'New message received'),
('Languages::internal_template.vendor_data_premoderation_product_approved', 'Vendor data premoderation: your product was approved'),
('Languages::internal_template.vendor_data_premoderation_product_disapproved', 'Vendor data premoderation: your product was disapproved'),
('Languages::internal_template.vendor_debt_payout_internal_admin_notification_vendor_status_changed_to_disabled', 'Vendor-to-admin payments notifications'),
('Languages::internal_template.vendor_debt_payout_internal_admin_notification_vendor_status_changed_to_suspended', 'Vendor-to-admin payments notifications'),
('Languages::internal_template.vendor_debt_payout_negative_balance_reached', 'Vendor sign-in: Debt and grace period'),
('Languages::internal_template.vendor_debt_payout_vendor_days_before_suspended', 'Vendor-to-admin payments notifications'),
('Languages::internal_templates', 'On-site notification templates'),
('Languages::internal_template_exists', 'The on-site notification template with the chosen code already exists, please try another.'),
('Languages::internal_template_import_success_msg', 'All the on-site notification templates have been imported without errors.'),
('Languages::international_settings', 'International settings'),
('Languages::international_usps', 'International U.S.P.S.'),
('Languages::invalid_ftp_access', 'Invalid FTP access'),
('Languages::invalid_value_for_grid_with_content', 'This value can not be set, because the content does not fit into the grid width. Edit the grid content and try again.'),
('Languages::inventory', 'Inventory'),
('Languages::inventory_tracking', 'Inventory'),
('Languages::invitees', 'Invitees'),
('Languages::invite_vendors', 'Invite vendors'),
('Languages::invite_vendors_enter_emails', 'Emails where to send invitations'),
('Languages::invite_vendors_title', 'Invite people to register as vendors in your marketplace'),
('Languages::invoice', 'Invoice'),
('Languages::invoices', 'Invoices'),
('Languages::invoice_credit_memo', 'Invoice/Credit memo'),
('Languages::invoice_heading', 'Invoice'),
('Languages::invoice_id', 'Invoice ID'),
('Languages::invoice_pdf', 'Invoice (PDF)'),
('Languages::invoice_title', 'INVOICE'),
('Languages::in_progress', 'In progress'),
('Languages::in_stock', 'In stock'),
('Languages::ip', 'IP'),
('Languages::ipn_errors', 'IPN errors'),
('Languages::ips', 'IPs'),
('Languages::ip_address', 'IP address'),
('Languages::ip_from', 'IP from'),
('Languages::ip_to', 'IP to'),
('Languages::issuer_id', 'Issuer ID'),
('Languages::is_address_required', 'Customer must specify his/her address'),
('Languages::is_back_in_stock', 'is back in stock!'),
('Languages::is_default_storefront', 'Default storefront'),
('Languages::is_pbp', 'Allow payment by points'),
('Languages::italian', 'Italian'),
('Languages::items', 'item(s)'),
('Languages::items_dependences', 'Items dependencies'),
('Languages::items_in_box', 'Items in a box'),
('Languages::items_in_cart', 'You have [n] item in your cart|You have [n] items in your cart'),
('Languages::items_marked_by_tag', 'Items marked by the \"[tag]\" tag:'),
('Languages::items_per_page', 'Items per page'),
('Languages::items_title', 'Items'),
('Languages::item_id', 'Item ID'),
('Languages::item_number', 'Show item number'),
('Languages::item_quantity', 'Item quantity'),
('Languages::i_agree_continue', 'I agree and continue'),
('Languages::janrain_cant_create_profile', 'Unfortunately, we failed to create a customer and log in to the store due to one of the following reasons:<br />- You logged in to our store earlier using some other OpenID provider in which the same email is used.<br />- You have already registered in our store using your email.<br />Please contact the store owner to resolve the problems.'),
('Languages::janrain_general_info', '<p>Get these values and configure social login at <a href=\"http://janrain.com\" target=\"_blank\">janrain.com</a></p>'),
('Languages::janrain_need_update_profile', 'The \"Password\" field and some other mandatory fields are empty at the moment. Please update your profile.'),
('Languages::janrain_social_login', 'Social login'),
('Languages::japanese', 'Japanese'),
('Languages::join', 'Join'),
('Languages::json_error_ctrl_char', 'Control character error, possibly incorrectly encoded'),
('Languages::json_error_depth', 'The maximum stack depth has been exceeded'),
('Languages::json_error_state_mismatch', 'Invalid or malformed JSON'),
('Languages::json_error_syntax', 'Syntax error, malformed JSON'),
('Languages::json_error_unknown', 'Unknown JSON error'),
('Languages::json_error_utf8', 'Malformed UTF-8 characters, possibly incorrectly encoded'),
('Languages::key', 'Key'),
('Languages::key1_for_md5', 'Auth key 1 for md5'),
('Languages::key2_for_md5', 'Auth key 2 for md5'),
('Languages::keywords', 'Keywords'),
('Languages::korean', 'Korean'),
('Languages::label_text_color', 'Label text color'),
('Languages::landing_header', 'Your order has been received'),
('Languages::language', 'Language'),
('Languages::languagecode', 'Language code'),
('Languages::languages', 'Languages'),
('Languages::languages_find_more', 'If you haven\'t found the language you need, check out <a href=\"[href]\" target=\"_blank\">our site with free language packs</a>.'),
('Languages::language_code', 'Language code'),
('Languages::language_variable', 'Language variable'),
('Languages::language_variables', 'Language variables'),
('Languages::last4ssn', 'Last 4 digits of Social Security Number'),
('Languages::last_24hours', 'Last 24 hours'),
('Languages::last_days', 'Last days'),
('Languages::last_login', 'Last login'),
('Languages::last_month', 'Last month'),
('Languages::last_name', 'Last name'),
('Languages::last_name_and_first_name', 'Last name and first name'),
('Languages::last_n_days', 'Last [N] days'),
('Languages::last_order', 'Last order'),
('Languages::last_scan_time', 'Last scan time'),
('Languages::last_sync', 'Last sync'),
('Languages::last_year', 'Last year'),
('Languages::latest_available_version', 'Latest available version'),
('Languages::latest_reviews', 'Latest comments & reviews'),
('Languages::latitude', 'Latitude'),
('Languages::latitude_short', 'lat'),
('Languages::layout', 'Layout'),
('Languages::layoutid', 'Layout Id'),
('Languages::layouts', 'Layouts'),
('Languages::layout_meta_data', 'Meta data & more'),
('Languages::layout_page', 'Layout Page'),
('Languages::lbl_amazon_aws_access_public_key', 'AWS access public key'),
('Languages::lbl_amazon_aws_access_secret_key', 'AWS access secret key'),
('Languages::lbl_amazon_background_color', 'Background color'),
('Languages::lbl_amazon_button_color', 'Button color'),
('Languages::lbl_amazon_button_size', 'Button size'),
('Languages::lbl_amazon_button_style', 'Amazon button style'),
('Languages::lbl_amazon_color_dark', 'Dark'),
('Languages::lbl_amazon_color_light', 'Light'),
('Languages::lbl_amazon_color_orange', 'Orange'),
('Languages::lbl_amazon_color_tan', 'Tan'),
('Languages::lbl_amazon_color_white', 'White'),
('Languages::lbl_amazon_process_order_on_failure', 'Process order on callback failure'),
('Languages::lbl_amazon_size_large', 'Large'),
('Languages::lbl_amazon_size_medium', 'Medium'),
('Languages::lbl_amazon_size_xlarge', 'X-Large'),
('Languages::left', 'Left'),
('Languages::length', 'Length'),
('Languages::less', 'less'),
('Languages::letter', 'Letter'),
('Languages::level', 'Level'),
('Languages::licence_agreement', 'License Agreement'),
('Languages::license', 'License'),
('Languages::licensed_product', 'Licensed product'),
('Languages::license_agreement', 'License agreement'),
('Languages::license_expires', 'License expires'),
('Languages::license_number', 'License number'),
('Languages::license_number_cannot_be_empty', 'License number cannot be empty'),
('Languages::license_required', '[product] license required'),
('Languages::licensing.license_error_license_is_disabled', 'The license is disabled. Please check your license status.'),
('Languages::licensing.license_error_license_is_disabled.text', 'Please contact us <a href=\"[helpdesk_url]\" target=\"_blank\">via Customer Help Desk</a> to find out why it happened and what can be done about it. To access the admin panel right now, you can enter another valid license number, as long as it isn\'t used in another store:'),
('Languages::licensing.license_error_license_is_disabled.title', 'Your [product] license has been disabled'),
('Languages::licensing.license_error_license_is_invalid', 'Invalid license number. Please enter a valid license number.'),
('Languages::licensing.license_error_wrong_edition', 'The license does not match your store edition. Please enter a valid license number.'),
('Languages::licensing.license_error_wrong_licensing_mode', 'The license does not match your store licensing mode. Please enter a valid license number.'),
('Languages::licensing_and_upgrades', 'Licensing and upgrades'),
('Languages::limit', 'Limit'),
('Languages::line', 'Line'),
('Languages::linear', 'Linear'),
('Languages::link', 'Link'),
('Languages::linked_categories', 'Linked categories'),
('Languages::linked_products', 'Linked products'),
('Languages::links', 'Links'),
('Languages::links_thumb', 'Links thumb'),
('Languages::link_an_existing_option', 'Link an existing option'),
('Languages::link_from_layout', 'Link blocks from layout'),
('Languages::link_message_for_test_letter', 'The link will be displayed in a live newsletter'),
('Languages::link_text', 'Link text'),
('Languages::link_to', 'Link to'),
('Languages::list', 'List'),
('Languages::list_objects', 'List objects'),
('Languages::list_price', 'List price'),
('Languages::list_price_decreased', 'List price has been decreased by'),
('Languages::list_price_increased', 'List price has been increased by'),
('Languages::list_price_short', 'List price'),
('Languages::list_qty_count', 'List quantity count'),
('Languages::list_quantity_count', 'List quantity count'),
('Languages::lite_checkout.change_in_geolocation_cities_upgrade_notification_text', '<p>Previously, you could create a list of cities that would be available to customers for selection in the geolocation block on the storefront. That had to be done in <b>Administration → Shipping &amp; taxes → Geolocation cities.</b></p><p>That page was removed, and the list of cities is now generated automatically from your pickup points. It works only if the corresponding setting in the [stores_pickups_addon] add-on is enabled, and only for pickup points that have a country, state, and city specified.</p><p>For your convenience, here is the list of cities that you previously had on the <b>Geolocation cities</b> page. It may help with configuring pickup points:<p><p>[locations_table]</p><p><a href=\"[stores_pickups_search]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Edit add-on settings</a></p>'),
('Languages::lite_checkout.change_in_geolocation_cities_upgrade_notification_title', 'List of geolocation cities is now generated automatically'),
('Languages::lite_checkout.choose_from_list', 'Choose from list'),
('Languages::lite_checkout.chosen_shipping_not_avaliable', 'Sorry, we can\'t get the rates for your selected shipping method. Please check your address and make sure that it is correct. If this doesn\'t help, please select another shipping method or contact us.'),
('Languages::lite_checkout.city_and_state', 'City, state'),
('Languages::lite_checkout.click_here_to_update_shipping', 'Enter city and state and click here to update shipping rates'),
('Languages::lite_checkout.customer_information', 'Customer'),
('Languages::lite_checkout.delivery_note', 'Customer\'s notes'),
('Languages::lite_checkout.deliver_to', 'Deliver to:'),
('Languages::lite_checkout.nearest_station', 'Nearest station'),
('Languages::lite_checkout.not_available', 'Not available'),
('Languages::lite_checkout.personal_name', 'Full name'),
('Languages::lite_checkout.place_an_order_for', 'Place order ([amount])'),
('Languages::lite_checkout.select_pickup_item', 'Select a pickup point'),
('Languages::lite_checkout.select_your_city', 'Specify your city'),
('Languages::lite_checkout.shippings.show_all_on_map', 'Show all on map'),
('Languages::lite_checkout.shipping_method_for', 'Shipping method for [group_name]'),
('Languages::lite_checkout.use_two_fingers_for_move_map', 'Use two fingers to move the map'),
('Languages::live', 'Live'),
('Languages::livechat.change_account', 'If you would like to change LiveChat account you can'),
('Languages::livechat.check_our_apps', 'Check out apps for <a href=\'[url]\' target=\'_blank\'>desktop or mobile</a>'),
('Languages::livechat.create_account', 'Create an account'),
('Languages::livechat.current_login', 'Currently you are using <strong>[login]</strong> LiveChat account.'),
('Languages::livechat.license_cleared', 'LiveChat settings have been reset'),
('Languages::livechat.license_received', 'LiveChat added to your website'),
('Languages::livechat.reset_settings', 'reset settings'),
('Languages::livechat.use_web_app', 'Use our web app'),
('Languages::live_preview', 'Live preview'),
('Languages::load', 'Load'),
('Languages::loading', 'Loading...'),
('Languages::local', 'Local'),
('Languages::localization', 'Localization'),
('Languages::localizations', 'Localizations'),
('Languages::localizations_menu_description', 'Manage localizations that are supported in your store.'),
('Languages::local_export', 'Download'),
('Languages::local_modifications', 'Local modifications'),
('Languages::local_modifications_message', 'These files had local modifications. During the upgrade a backup archive was created in the <strong>[dir]</strong> directory. You may want to check these files in the archive and reapply the modifications to your store.'),
('Languages::location', 'Location'),
('Languages::locations', 'Locations'),
('Languages::locations_menu_description', 'Manage the set of rate areas that are supported in your store.'),
('Languages::log', 'Log'),
('Languages::loggedin_time', 'Logged in time'),
('Languages::logging', 'Logging'),
('Languages::login', 'Login'),
('Languages::login_url', 'Login URL'),
('Languages::login_with_facebook', 'Login with Facebook'),
('Languages::login_with_foursquare', 'Login with Foursquare'),
('Languages::login_with_google', 'Login with Google'),
('Languages::login_with_linkedin', 'Login with LinkedIn'),
('Languages::login_with_live', 'Login with Microsoft'),
('Languages::login_with_paypal', 'Login with PayPal'),
('Languages::login_with_twitter', 'Login with Twitter'),
('Languages::login_with_yahoo', 'Login with Yahoo'),
('Languages::logos', 'Logos'),
('Languages::logo_for_invoices', 'Logo for invoices'),
('Languages::logo_for_the_customer_area', 'Logo for the customer area'),
('Languages::logo_link', 'Location (URL) of logo'),
('Languages::logo_section.favicon', 'Favicon'),
('Languages::logo_section.gift_cert', 'Gift certificate logo'),
('Languages::logo_section.mail', 'E-mail logo'),
('Languages::logo_section.theme', 'Site logo'),
('Languages::logo_section.vendor', 'Default logo for new vendors'),
('Languages::logs', 'Logs'),
('Languages::log_action_backup', 'backup'),
('Languages::log_action_create', 'create'),
('Languages::log_action_delete', 'delete'),
('Languages::log_action_deprecated', 'deprecated'),
('Languages::log_action_error', 'error'),
('Languages::log_action_failed_login', 'failed login'),
('Languages::log_action_http', 'http/https request'),
('Languages::log_action_login', 'sign in'),
('Languages::log_action_low_stock', 'low stock'),
('Languages::log_action_optimize', 'optimize'),
('Languages::log_action_restore', 'restore'),
('Languages::log_action_runtime', 'runtime'),
('Languages::log_action_session', 'session'),
('Languages::log_action_shipping', 'Shipping request'),
('Languages::log_action_status', 'status change'),
('Languages::log_action_update', 'update'),
('Languages::log_file', 'Log file'),
('Languages::log_in_as_user', 'Log in as user'),
('Languages::log_in_as_vendor', 'Log in as vendor'),
('Languages::log_type_categories', 'Categories'),
('Languages::log_type_database', 'Database'),
('Languages::log_type_general', 'general'),
('Languages::log_type_orders', 'Orders'),
('Languages::log_type_products', 'Products'),
('Languages::log_type_requests', 'Requests'),
('Languages::log_type_users', 'Users'),
('Languages::longitude', 'Longitude'),
('Languages::longitude_short', 'long'),
('Languages::lower_limit', 'Lower limit'),
('Languages::low_stock_subj', 'Low inventory of \"[product]\"'),
('Languages::mac_key', 'Mac key'),
('Languages::mail', 'Mail'),
('Languages::mailing_list', 'Mailing list'),
('Languages::mailing_lists', 'Mailing lists'),
('Languages::mailing_list_date', 'Mailing list date'),
('Languages::mail_message', 'Mail message'),
('Languages::mail_subject', 'Mail subject'),
('Languages::main', 'Main'),
('Languages::mainbox_general', 'Main block (H1 heading)'),
('Languages::mainbox_simple', 'Important block (H2 heading)'),
('Languages::maintenance', 'Maintenance'),
('Languages::main_category', 'Main category'),
('Languages::main_menu', 'Main menu'),
('Languages::make_archive', 'Make archive'),
('Languages::make_default', 'Make default'),
('Languages::make_permanent', 'Make permanent'),
('Languages::manage', 'Manage'),
('Languages::manager', 'Manager'),
('Languages::manage_addons', 'Manage add-ons'),
('Languages::manage_banners', 'Manage banners'),
('Languages::manage_blocks', 'Manage blocks'),
('Languages::manage_categories', 'Manage categories'),
('Languages::manage_existing_block', 'Edit Existing Blocks'),
('Languages::manage_items', 'Manage items'),
('Languages::manage_languages', 'Manage languages'),
('Languages::manage_menus', 'Manage menus'),
('Languages::manage_pages', 'Can edit'),
('Languages::manage_products', 'Manage products'),
('Languages::manage_reports', 'Manage reports'),
('Languages::manage_shippings', 'Shipping methods'),
('Languages::manage_sitemap', 'Manage sitemap'),
('Languages::manage_stores', 'Manage stores'),
('Languages::manage_subscribers', 'Manage subscribers'),
('Languages::manage_vendors', 'Manage vendors'),
('Languages::mandatory', 'Required'),
('Languages::manually', 'Manually'),
('Languages::manually_recalculate_order', 'Recalculate the order manually'),
('Languages::manually_set_tax_rates', 'Manually set tax rates'),
('Languages::manual_installation', 'Manual installation'),
('Languages::map_fields', 'Fields mapping'),
('Languages::mark', 'Mark as resolved'),
('Languages::marketing', 'Marketing'),
('Languages::marketplace', 'Marketplace'),
('Languages::marketplace_find_more', 'Find more add-ons and themes in <a href=\"[href]\" target=\"_blank\">Marketplace</a>'),
('Languages::marketplace_menu', 'Marketplace Menu'),
('Languages::master_products.add_product_from_catalog', 'Add product from catalog'),
('Languages::master_products.all_products', 'All products'),
('Languages::master_products.all_vendors_master_product', 'All vendors (common product)'),
('Languages::master_products.best_price', '[formatted_price] (<a class=\"[link_class]\" data-ca-scroll=\"[data_scroll]\" [other_offers_link]>and other offers</a>)'),
('Languages::master_products.buy_together_info_message_for_admin', 'Only vendors can add product combinations. To add a combination for a common product, first log in as one of the vendors that sell it.'),
('Languages::master_products.buy_together_info_message_for_vendor', 'To add a combination for a common product, <a class=\"cm-post\" href=\"[href]\">start selling it</a> first.'),
('Languages::master_products.changing_owner_is_not_available', 'Couldn\'t change the owner of the product because some vendors still sell it. Please delete <a href=\"[vendors_offers_link]\" target=\"_blank\">vendors\' offers</a> before changing the owner of this product.'),
('Languages::master_products.create_new_product', 'Create new product'),
('Languages::master_products.exported_products', 'Products to export'),
('Languages::master_products.for_sale', 'For sale'),
('Languages::master_products.include_offers_from_multiple_sellers', 'To add the required number of items to cart, we had to include offers from multiple sellers. Some of them may come at different prices.'),
('Languages::master_products.master_product', 'Common product'),
('Languages::master_products.price_from', 'From [formatted_price]'),
('Languages::master_products.products_being_sold', 'Products being sold'),
('Languages::master_products.products_that_vendors_can_sell', 'Products that vendors can sell'),
('Languages::master_products.products_were_added_to_your_products', '[n] product was added to your products|[n] products were added to your products'),
('Languages::master_products.product_bundles_info', 'Only vendors can add product bundles. To add a bundle for a common product, first log in as one of the vendors that sell it.'),
('Languages::master_products.product_type.offer', 'Vendor offer'),
('Languages::master_products.product_type.offer_variation', 'Vendor variation offer'),
('Languages::master_products.resave_after_show_out_of_stock_products_changed', 'You\'ve changed the <b>Show out of stock products</b> setting. Please export <a href=\"[url]\">all your catalog items</a> (use \"Export found products\" in the gear button) and reimport them. This will ensure that the displayed price of common products will always remain correct until you change the setting again.'),
('Languages::master_products.save_up_to', 'Save up to'),
('Languages::master_products.sell_selected', 'Sell selected'),
('Languages::master_products.sell_this', 'Sell this'),
('Languages::master_products.upgrade_notification.message', '<p>For technical reasons, the <b>[master_product_addon]</b> add-on works only with global options now. If any vendor sells a common product, then we have already converted all options from that product into global options during the upgrade.</p>'),
('Languages::master_products.upgrade_notification.message_add_allow_buy_default_common_product_setting', 'Previously, customers had to open the product page and choose one of the offers from vendors. Now they\'ll be able to add a common product to cart much like a normal product: from the product list, or on the product page without scrolling down to offers. By default, CS-Cart Multi-Vendor will choose the best offer based on the price and availability. If you use the \"Vendor rating\" add-on, its settings allow you to pick a product based on the rating rather than price.<br><br>To allow this, go to the settings of the \"Common products for vendors\" add-on and enable the \"Buy a default common product\" setting.<br><br><a target=\"_blank\" href=\"[settings_url]\" class=\"btn\">Go to settings</a>'),
('Languages::master_products.upgrade_notification.title', 'Common Products for Vendors: Add-on now works only with global options'),
('Languages::master_products.upgrade_notification.title_add_allow_buy_default_common_product_setting', '\"Common products for vendors\" are now easier to buy'),
('Languages::master_products.vendor_products_block_name', 'Sellers of a product'),
('Languages::master_products.vendor_products_filling', 'Sellers of this product'),
('Languages::master_products.vendor_products_tab_name', 'Sellers of this product'),
('Languages::master_products.view_product_offers', 'See all offers'),
('Languages::maximum', 'Maximum'),
('Languages::maximum_items_in_box', 'Maximum items in box'),
('Languages::maximum_number_of_statuses_reached', 'You have reached the maximum number of statuses'),
('Languages::max_amount', 'Total cost'),
('Languages::max_box_weight', 'Max box weight'),
('Languages::max_downloads', 'Max downloads'),
('Languages::max_item', 'Number of items'),
('Languages::max_order_qty', 'Maximum order quantity'),
('Languages::max_quantity', 'Maximum order quantity'),
('Languages::max_storefronts_reached', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('Languages::max_storefronts_reached.ult', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('Languages::max_storefronts_reached.ult.b2b', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('Languages::max_storefronts_reached.ult.b2b.new', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('Languages::max_storefronts_reached.ult.b2b.ultimate', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('Languages::max_storefronts_reached.ult.new', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('Languages::max_storefronts_reached.ult.ru', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('Languages::max_storefronts_reached.ult.ru.new', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('Languages::max_storefronts_reached.ult.ru.ultimate', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('Languages::max_storefronts_reached.ult.ultimate', '<p>You have reached the limit of storefronts available for your license. Adding another storefront requires buying a <a href=\"[storefront_license_url]\" target=\"_blank\">Storefront License</a>. We also offer <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, an edition with an unlimited number of storefronts.</p>'),
('Languages::max_uploading_file_size', 'Max uploading file size'),
('Languages::max_uploading_file_size_hint', 'Leave this field empty to allow uploading of files of any size, or limit the file size (\"100\" is equal to 100 Kb)'),
('Languages::mb_amounts_not_match', 'The amount value received in status request differs from the original order total'),
('Languages::mb_currencies_not_match', 'The currency value received in status request differs from the store currency'),
('Languages::mb_md5_hashes_not_match', 'The md5 hash value received in status request differs from the calculated one'),
('Languages::mb_transaction_id', 'MB Transaction ID'),
('Languages::md5_checksum_failed', 'MD5 checksum failed'),
('Languages::md5_hash_value', 'MD5 hash value'),
('Languages::menu', 'Menu'),
('Languages::menus', 'Menus'),
('Languages::menu_items', 'Items for menu'),
('Languages::merchantid', 'Merchant ID'),
('Languages::merchant_email', 'Merchant Notification Email'),
('Languages::merchant_firstname', 'Merchant first name'),
('Languages::merchant_id', 'Merchant ID'),
('Languages::merchant_key', 'Merchant key'),
('Languages::merchant_lastname', 'Merchant last name'),
('Languages::merchant_login', 'Merchant login'),
('Languages::merchant_name', 'Merchant name'),
('Languages::merchant_pin', 'Merchant PIN'),
('Languages::merchant_response_was_not_received', 'No response from the merchant received. Please check this transaction manually.'),
('Languages::merchant_site_id', 'Merchant site ID'),
('Languages::merchant_warrior_api_key', 'API Key.'),
('Languages::merchant_warrior_api_passphrase', 'API Passphrase.'),
('Languages::merge', 'Merge'),
('Languages::merge_vendor', 'Merge vendor'),
('Languages::message', 'Message'),
('Languages::messages', 'Messages'),
('Languages::message_successfully_sent_to_developer', 'Message was successfully sent to [developer]'),
('Languages::meta_description', 'Meta description'),
('Languages::meta_keywords', 'Meta keywords'),
('Languages::method', 'Method'),
('Languages::metric_units', 'Metric (cm, kg)'),
('Languages::migrations', 'Migrations'),
('Languages::minimized', 'Minimized'),
('Languages::minimum_commission_payment', 'Minimum commission payment'),
('Languages::minimum_items_in_box', 'Minimum items in box'),
('Languages::minutes', 'minute(s)'),
('Languages::min_order_qty', 'Minimum order quantity'),
('Languages::min_quantity', 'Minimum order quantity'),
('Languages::missing_variants_handling', 'Missing variants handling'),
('Languages::mobile_app.appfulldescription', 'Full description'),
('Languages::mobile_app.apple_pay', 'Apple Pay'),
('Languages::mobile_app.apple_pay_merchant_identifier', 'Merchant identifier'),
('Languages::mobile_app.apple_pay_merchant_identifier_tooltip', 'Obtain the <b>Merchant Identifier</b> as described in <a href=\"https://help.apple.com/developer-account/#/devb2e62b839?sub=dev103e030bb\" target=\"_blank\">Developer Account Help</a>'),
('Languages::mobile_app.apple_pay_merchant_name', 'Merchant name'),
('Languages::mobile_app.apple_pay_merchant_name_tooltip', 'Enter the Merchant ID Description that you used when registering your Merchant ID at the Apple Developer website.'),
('Languages::mobile_app.apple_pay_supported_networks', 'Payment networks'),
('Languages::mobile_app.appname', 'App Name'),
('Languages::mobile_app.appshortdescription', 'Short description'),
('Languages::mobile_app.app_store_app_id', 'App Store application ID'),
('Languages::mobile_app.app_store_app_id_tooltip', 'Take it from the application link in <a href=\"https://www.apple.com/app-store\" target=\"_blank\">App Store</a>. <br> For example, in https://apps.apple.com/us/app/multi-vendor-app-by-cs-cart/id1304872157 the ID is 1304872157.'),
('Languages::mobile_app.app_translations', 'Mobile application translations'),
('Languages::mobile_app.app_translation_updated', 'Mobile application translations have been updated'),
('Languages::mobile_app.app_translation_updated.item', '[language]: [n] texts|[language]: [n] texts'),
('Languages::mobile_app.category_image_without_background', 'Category image without background'),
('Languages::mobile_app.category_image_with_background', 'Category image with background'),
('Languages::mobile_app.category_without_image', 'Category without image'),
('Languages::mobile_app.colors', 'Colors'),
('Languages::mobile_app.color_preset', 'Color preset'),
('Languages::mobile_app.color_preset_berry', 'Berry - Wildberries style'),
('Languages::mobile_app.color_preset_bright', 'Bright'),
('Languages::mobile_app.color_preset_custom', 'Custom'),
('Languages::mobile_app.color_preset_marine', 'Marine - Amazon style'),
('Languages::mobile_app.color_preset_navyblue', 'Navy blue - Ozon style'),
('Languages::mobile_app.color_preset_orange', 'Orange - AliExpress style'),
('Languages::mobile_app.configure_colors', 'Configure Colors'),
('Languages::mobile_app.crop_when_resize', 'Crop image'),
('Languages::mobile_app.download_config', 'Download config'),
('Languages::mobile_app.edit_app_layouts', 'Edit mobile application layouts'),
('Languages::mobile_app.edit_app_translations', 'Edit mobile application texts'),
('Languages::mobile_app.fcm_api_key', 'API key for push notifications'),
('Languages::mobile_app.fcm_api_key_tooltip', 'Obtain the Cloud Messaging <b>Legacy server key</b> from the <a href=\"https://console.firebase.google.com\" target=\"_blank\">Firebase console</a> using your bundle ID: [bundle_id]'),
('Languages::mobile_app.google_pay', 'Google Pay'),
('Languages::mobile_app.google_pay_api_key', 'Google Pay Api Key'),
('Languages::mobile_app.google_pay_supported_networks', 'Payment networks'),
('Languages::mobile_app.google_play_app_id', 'Google Play application ID'),
('Languages::mobile_app.google_play_app_id_tooltip', 'Take it from the application link in <a href=\"https://play.google.com/store\" target=\"_blank\">Google Play</a>. <br> For example, in https://play.google.com/store/apps/details?id=com.simtech.multivendor&hl=en_US the ID is com.simtech.multivendor.'),
('Languages::mobile_app.invalid_locale_file', 'Invalid locale file selected for the \"[language]\" language'),
('Languages::mobile_app.mobile_aberdeenshire', 'Aberdeenshire'),
('Languages::mobile_app.mobile_account_delete_fail', 'Account delete fail'),
('Languages::mobile_app.mobile_active', 'Active'),
('Languages::mobile_app.mobile_add', 'Add'),
('Languages::mobile_app.mobile_address', 'Address'),
('Languages::mobile_app.mobile_address_2', 'Address 2'),
('Languages::mobile_app.mobile_address_colon', 'Address:'),
('Languages::mobile_app.mobile_add_product', 'Add product'),
('Languages::mobile_app.mobile_add_to_cart', 'Add to cart'),
('Languages::mobile_app.mobile_advantages', 'Advantages'),
('Languages::mobile_app.mobile_afghanistan', 'Afghanistan'),
('Languages::mobile_app.mobile_aisne', 'Aisne'),
('Languages::mobile_app.mobile_aland_islands', 'Aland Islands'),
('Languages::mobile_app.mobile_alaska', 'Alaska'),
('Languages::mobile_app.mobile_alava', 'Álava'),
('Languages::mobile_app.mobile_albacete', 'Albacete'),
('Languages::mobile_app.mobile_albania', 'Albania'),
('Languages::mobile_app.mobile_alessandria', 'Alessandria'),
('Languages::mobile_app.mobile_algeria', 'Algeria'),
('Languages::mobile_app.mobile_alicante', 'Alicante'),
('Languages::mobile_app.mobile_allier', 'Allier'),
('Languages::mobile_app.mobile_almeria', 'Almería'),
('Languages::mobile_app.mobile_alpes_de_haute_provence', 'Alpes-de-Haute-Provence'),
('Languages::mobile_app.mobile_alpes_maritimes', 'Alpes-Maritimes'),
('Languages::mobile_app.mobile_altajskij_kraj', 'Altajskij kraj'),
('Languages::mobile_app.mobile_american_samoa', 'American Samoa'),
('Languages::mobile_app.mobile_amurskaja_oblast', 'Amurskaja oblast\''),
('Languages::mobile_app.mobile_ancona', 'Ancona'),
('Languages::mobile_app.mobile_andorra', 'Andorra'),
('Languages::mobile_app.mobile_anglesey', 'Anglesey'),
('Languages::mobile_app.mobile_angola', 'Angola'),
('Languages::mobile_app.mobile_anguilla', 'Anguilla'),
('Languages::mobile_app.mobile_angus', 'Angus'),
('Languages::mobile_app.mobile_anonymous', 'Anonymous'),
('Languages::mobile_app.mobile_antarctica', 'Antarctica'),
('Languages::mobile_app.mobile_antigua_and_barbuda', 'Antigua and Barbuda'),
('Languages::mobile_app.mobile_aosta', 'Aosta'),
('Languages::mobile_app.mobile_appenzell_rhodes_interieures', 'Appenzell Rhodes-Intérieures'),
('Languages::mobile_app.mobile_apply', 'Apply'),
('Languages::mobile_app.mobile_ardeche', 'Ardèche'),
('Languages::mobile_app.mobile_ardennes', 'Ardennes'),
('Languages::mobile_app.mobile_arezzo', 'Arezzo'),
('Languages::mobile_app.mobile_argentina', 'Argentina'),
('Languages::mobile_app.mobile_argovie', 'Argovie'),
('Languages::mobile_app.mobile_argyll_and_bute', 'Argyll and Bute'),
('Languages::mobile_app.mobile_arhangelskaja_oblast', 'Arhangel\'skaja oblast\''),
('Languages::mobile_app.mobile_ariege', 'Ariège'),
('Languages::mobile_app.mobile_arizona', 'Arizona'),
('Languages::mobile_app.mobile_arkansas', 'Arkansas'),
('Languages::mobile_app.mobile_armenia', 'Armenia'),
('Languages::mobile_app.mobile_aruba', 'Aruba'),
('Languages::mobile_app.mobile_ascoli_piceno', 'Ascoli Piceno'),
('Languages::mobile_app.mobile_asia_pacific', 'Asia-Pacific'),
('Languages::mobile_app.mobile_asti', 'Asti'),
('Languages::mobile_app.mobile_astrahanskaja_oblast', 'Astrahanskaja oblast\''),
('Languages::mobile_app.mobile_asturias', 'Asturias'),
('Languages::mobile_app.mobile_aube', 'Aube'),
('Languages::mobile_app.mobile_aude', 'Aude'),
('Languages::mobile_app.mobile_australia', 'Australia'),
('Languages::mobile_app.mobile_australian_capital_territory', 'Australian Capital Territory'),
('Languages::mobile_app.mobile_austria', 'Austria'),
('Languages::mobile_app.mobile_auth', 'Auth'),
('Languages::mobile_app.mobile_authentication', 'Authentication'),
('Languages::mobile_app.mobile_avellino', 'Avellino'),
('Languages::mobile_app.mobile_aveyron', 'Aveyron'),
('Languages::mobile_app.mobile_avila', 'Ávila'),
('Languages::mobile_app.mobile_avon', 'Avon'),
('Languages::mobile_app.mobile_awaiting_call', 'Awaiting call'),
('Languages::mobile_app.mobile_azerbaijan', 'Azerbaijan'),
('Languages::mobile_app.mobile_backordered', 'Backordered'),
('Languages::mobile_app.mobile_badajoz', 'Badajoz'),
('Languages::mobile_app.mobile_bad_request_only_buyers_can_write_review', 'Bad Request: You can\'t write a review for this product. Customers can write reviews only for the products they bought. If you actually bought this product from us, but are still seeing this message, please contact us.'),
('Languages::mobile_app.mobile_bad_request_repeat_ip', 'Bad Request: You have posted in this review already'),
('Languages::mobile_app.mobile_bahamas', 'Bahamas'),
('Languages::mobile_app.mobile_bahrain', 'Bahrain'),
('Languages::mobile_app.mobile_baleares', 'Baleares'),
('Languages::mobile_app.mobile_bale_campagne', 'Bâle-Campagne'),
('Languages::mobile_app.mobile_bale_ville', 'Bâle-Ville'),
('Languages::mobile_app.mobile_banffshire', 'Banffshire'),
('Languages::mobile_app.mobile_bangladesh', 'Bangladesh'),
('Languages::mobile_app.mobile_bank_routing_number', 'Bank routing number'),
('Languages::mobile_app.mobile_barbados', 'Barbados'),
('Languages::mobile_app.mobile_barcelona', 'Barcelona'),
('Languages::mobile_app.mobile_bari', 'Bari'),
('Languages::mobile_app.mobile_bas_rhin', 'Bas-Rhin'),
('Languages::mobile_app.mobile_bayern', 'Bayern'),
('Languages::mobile_app.mobile_bedfordshire', 'Bedfordshire'),
('Languages::mobile_app.mobile_belarus', 'Belarus'),
('Languages::mobile_app.mobile_belgium', 'Belgium'),
('Languages::mobile_app.mobile_belgorodskaja_oblast', 'Belgorodskaja oblast\''),
('Languages::mobile_app.mobile_belize', 'Belize'),
('Languages::mobile_app.mobile_belluno', 'Belluno'),
('Languages::mobile_app.mobile_benevento', 'Benevento'),
('Languages::mobile_app.mobile_benin', 'Benin'),
('Languages::mobile_app.mobile_bergamo', 'Bergamo'),
('Languages::mobile_app.mobile_berkshire', 'Berkshire'),
('Languages::mobile_app.mobile_berlin', 'Berlin'),
('Languages::mobile_app.mobile_bermuda', 'Bermuda'),
('Languages::mobile_app.mobile_berne', 'Berne'),
('Languages::mobile_app.mobile_berwickshire', 'Berwickshire'),
('Languages::mobile_app.mobile_bhutan', 'Bhutan'),
('Languages::mobile_app.mobile_biella', 'Biella'),
('Languages::mobile_app.mobile_billing_address', 'Billing address'),
('Languages::mobile_app.mobile_blaenau_gwent', 'Blaenau Gwent'),
('Languages::mobile_app.mobile_bolivia', 'Bolivia'),
('Languages::mobile_app.mobile_bologna', 'Bologna'),
('Languages::mobile_app.mobile_bolzano', 'Bolzano'),
('Languages::mobile_app.mobile_bosnia_and_herzegovina', 'Bosnia and Herzegovina'),
('Languages::mobile_app.mobile_botswana', 'Botswana'),
('Languages::mobile_app.mobile_bouches_du_rhone', 'Bouches-du-Rhône'),
('Languages::mobile_app.mobile_bouvet_island', 'Bouvet Island'),
('Languages::mobile_app.mobile_branderburg', 'Branderburg'),
('Languages::mobile_app.mobile_brazil', 'Brazil'),
('Languages::mobile_app.mobile_bremen', 'Bremen'),
('Languages::mobile_app.mobile_brescia', 'Brescia'),
('Languages::mobile_app.mobile_bridgend', 'Bridgend'),
('Languages::mobile_app.mobile_brindisi', 'Brindisi'),
('Languages::mobile_app.mobile_bristol', 'Bristol'),
('Languages::mobile_app.mobile_british_columbia', 'British Columbia'),
('Languages::mobile_app.mobile_british_indian_ocean_territory', 'British Indian Ocean Territory'),
('Languages::mobile_app.mobile_british_virgin_islands', 'British Virgin Islands'),
('Languages::mobile_app.mobile_brjanskaja_oblast', 'Brjanskaja oblast\''),
('Languages::mobile_app.mobile_brunei_darussalam', 'Brunei Darussalam'),
('Languages::mobile_app.mobile_buckinghamshire', 'Buckinghamshire'),
('Languages::mobile_app.mobile_bulgaria', 'Bulgaria'),
('Languages::mobile_app.mobile_burgos', 'Burgos'),
('Languages::mobile_app.mobile_burkina_faso', 'Burkina Faso'),
('Languages::mobile_app.mobile_burundi', 'Burundi'),
('Languages::mobile_app.mobile_buyer', 'Buyer'),
('Languages::mobile_app.mobile_caceres', 'Cáceres'),
('Languages::mobile_app.mobile_cadiz', 'Cádiz'),
('Languages::mobile_app.mobile_caerphilly', 'Caerphilly'),
('Languages::mobile_app.mobile_cagliari', 'Cagliari'),
('Languages::mobile_app.mobile_caithness', 'Caithness'),
('Languages::mobile_app.mobile_california', 'California'),
('Languages::mobile_app.mobile_caltanissetta', 'Caltanissetta'),
('Languages::mobile_app.mobile_calvados', 'Calvados'),
('Languages::mobile_app.mobile_cambodia', 'Cambodia'),
('Languages::mobile_app.mobile_cambridgeshire', 'Cambridgeshire'),
('Languages::mobile_app.mobile_cameroon', 'Cameroon'),
('Languages::mobile_app.mobile_campobasso', 'Campobasso'),
('Languages::mobile_app.mobile_canada', 'Canada'),
('Languages::mobile_app.mobile_cancel', 'Cancel'),
('Languages::mobile_app.mobile_canceled', 'Canceled'),
('Languages::mobile_app.mobile_cannot_handle_url', 'Can\'t handle url'),
('Languages::mobile_app.mobile_cantabria', 'Cantabria'),
('Languages::mobile_app.mobile_cantal', 'Cantal'),
('Languages::mobile_app.mobile_cant_apply_code', 'The entered code cannot be applied, because it does not meet the requirements.'),
('Languages::mobile_app.mobile_cant_handle_url', 'Can\'t handle url'),
('Languages::mobile_app.mobile_cape_verde', 'Cape Verde'),
('Languages::mobile_app.mobile_carbonia_iglesias', 'Carbonia-Iglesias'),
('Languages::mobile_app.mobile_cardholders_name', 'Cardholder\'s name'),
('Languages::mobile_app.mobile_cardholder_name', 'Cardholder\'s name'),
('Languages::mobile_app.mobile_cardiff', 'Cardiff'),
('Languages::mobile_app.mobile_card_number', 'Card Number'),
('Languages::mobile_app.mobile_carmarthenshire', 'Carmarthenshire'),
('Languages::mobile_app.mobile_cart', 'Cart'),
('Languages::mobile_app.mobile_caserta', 'Caserta'),
('Languages::mobile_app.mobile_castellon', 'Castellón'),
('Languages::mobile_app.mobile_catania', 'Catania'),
('Languages::mobile_app.mobile_catanzaro', 'Catanzaro'),
('Languages::mobile_app.mobile_categories', 'Categories'),
('Languages::mobile_app.mobile_cayman_islands', 'Cayman Islands'),
('Languages::mobile_app.mobile_central_african_republic', 'Central African Republic'),
('Languages::mobile_app.mobile_ceredigion', 'Ceredigion'),
('Languages::mobile_app.mobile_ceuta', 'Ceuta'),
('Languages::mobile_app.mobile_chad', 'Chad'),
('Languages::mobile_app.mobile_change_address', 'Change address'),
('Languages::mobile_app.mobile_charente', 'Charente'),
('Languages::mobile_app.mobile_charente_maritime', 'Charente-Maritime'),
('Languages::mobile_app.mobile_chechenskaja_respublika', 'Chechenskaja respublika'),
('Languages::mobile_app.mobile_checking_account_number', 'Checking account number'),
('Languages::mobile_app.mobile_checkout', 'Checkout'),
('Languages::mobile_app.mobile_checkout_complete', 'Checkout complete'),
('Languages::mobile_app.mobile_cheljabinskaja_oblast', 'Cheljabinskaja oblast\''),
('Languages::mobile_app.mobile_cher', 'Cher'),
('Languages::mobile_app.mobile_cheshire', 'Cheshire'),
('Languages::mobile_app.mobile_chieti', 'Chieti'),
('Languages::mobile_app.mobile_chile', 'Chile'),
('Languages::mobile_app.mobile_china', 'China'),
('Languages::mobile_app.mobile_christmas_island', 'Christmas Island'),
('Languages::mobile_app.mobile_chukotskij_avtonomnyj_okrug', 'Chukotskij avtonomnyj okrug'),
('Languages::mobile_app.mobile_chuvashskaja_respublika', 'Chuvashskaja Respublika'),
('Languages::mobile_app.mobile_city', 'City'),
('Languages::mobile_app.mobile_city_colon', 'City:'),
('Languages::mobile_app.mobile_ciudad_real', 'Ciudad Real'),
('Languages::mobile_app.mobile_clackmannanshire', 'Clackmannanshire'),
('Languages::mobile_app.mobile_clear_all_cart', 'Clear all cart ?'),
('Languages::mobile_app.mobile_clear_all_filter', 'Clear all'),
('Languages::mobile_app.mobile_clear_wish_list', 'Clear wish list?'),
('Languages::mobile_app.mobile_cleveland', 'Cleveland'),
('Languages::mobile_app.mobile_clwyd', 'Clwyd'),
('Languages::mobile_app.mobile_cocos_keeling_islands', 'Cocos (Keeling) Islands'),
('Languages::mobile_app.mobile_code', 'CODE'),
('Languages::mobile_app.mobile_code_does_not_match', 'The username you have entered does not match any account in our store. Please make sure you have entered the correct username and try again.'),
('Languages::mobile_app.mobile_code_has_been_sent', 'The confirmation code has been sent to the {{email}}, type it below to log in.'),
('Languages::mobile_app.mobile_colombia', 'Colombia'),
('Languages::mobile_app.mobile_colorado', 'Colorado'),
('Languages::mobile_app.mobile_comment', 'Comment'),
('Languages::mobile_app.mobile_comments_and_reviews', 'Comments & Reviews'),
('Languages::mobile_app.mobile_comments_reviews', 'Comments & Reviews'),
('Languages::mobile_app.mobile_como', 'Como'),
('Languages::mobile_app.mobile_comoros', 'Comoros'),
('Languages::mobile_app.mobile_companies', 'Vendors'),
('Languages::mobile_app.mobile_complete', 'Complete'),
('Languages::mobile_app.mobile_confirm_clear_the_cart', 'Clear all cart ?'),
('Languages::mobile_app.mobile_confirm_clear_wishlist', 'Clear wish list?'),
('Languages::mobile_app.mobile_congo', 'Congo'),
('Languages::mobile_app.mobile_congratulations', 'Congratulations!'),
('Languages::mobile_app.mobile_connecticut', 'Connecticut'),
('Languages::mobile_app.mobile_contact_information', 'Contact Information'),
('Languages::mobile_app.mobile_contact_us_for_a_price', 'Contact us for a price'),
('Languages::mobile_app.mobile_conwy', 'Conwy'),
('Languages::mobile_app.mobile_cook_islands', 'Cook Islands'),
('Languages::mobile_app.mobile_cordoba', 'Córdoba'),
('Languages::mobile_app.mobile_cornwall', 'Cornwall'),
('Languages::mobile_app.mobile_correze', 'Corrèze'),
('Languages::mobile_app.mobile_corse_du_sud', 'Corse-du-Sud'),
('Languages::mobile_app.mobile_cosenza', 'Cosenza'),
('Languages::mobile_app.mobile_costa_rica', 'Costa Rica'),
('Languages::mobile_app.mobile_cotes_darmor', 'Côtes-d\'Armor'),
('Languages::mobile_app.mobile_cote_divoire', 'Cote D\'ivoire'),
('Languages::mobile_app.mobile_cote_dor', 'Côte-d\'Or'),
('Languages::mobile_app.mobile_country', 'Country'),
('Languages::mobile_app.mobile_country_colon', 'Country:'),
('Languages::mobile_app.mobile_county_antrim', 'County Antrim'),
('Languages::mobile_app.mobile_county_armagh', 'County Armagh'),
('Languages::mobile_app.mobile_county_down', 'County Down'),
('Languages::mobile_app.mobile_county_fermanagh', 'County Fermanagh'),
('Languages::mobile_app.mobile_county_londonderry', 'County Londonderry'),
('Languages::mobile_app.mobile_county_tyrone', 'County Tyrone'),
('Languages::mobile_app.mobile_coupon_code', 'Coupon code'),
('Languages::mobile_app.mobile_create', 'Create'),
('Languages::mobile_app.mobile_cremona', 'Cremona'),
('Languages::mobile_app.mobile_creuse', 'Creuse'),
('Languages::mobile_app.mobile_croatia', 'Croatia'),
('Languages::mobile_app.mobile_crotone', 'Crotone'),
('Languages::mobile_app.mobile_cuba', 'Cuba'),
('Languages::mobile_app.mobile_cuenca', 'Cuenca'),
('Languages::mobile_app.mobile_cumbria', 'Cumbria'),
('Languages::mobile_app.mobile_cuneo', 'Cuneo'),
('Languages::mobile_app.mobile_curacao', 'Curaçao'),
('Languages::mobile_app.mobile_currency', 'Currency'),
('Languages::mobile_app.mobile_customers_signature', 'Customer\'s signature'),
('Languages::mobile_app.mobile_customer_signature', 'Customer\'s signature'),
('Languages::mobile_app.mobile_cvv2', 'CVV/CVC'),
('Languages::mobile_app.mobile_cvv_cvc', 'CVV/CVC'),
('Languages::mobile_app.mobile_cyprus', 'Cyprus'),
('Languages::mobile_app.mobile_czech_republic', 'Czech Republic'),
('Languages::mobile_app.mobile_declined', 'Declined'),
('Languages::mobile_app.mobile_delaware', 'Delaware'),
('Languages::mobile_app.mobile_delete', 'Delete');
INSERT INTO `partiushop_original_values` (`msgctxt`, `msgid`) VALUES
('Languages::mobile_app.mobile_delete_account', 'Delete account'),
('Languages::mobile_app.mobile_delete_account_alert', 'Are you sure you want to delete your account?'),
('Languages::mobile_app.mobile_delete_this_product', 'Delete This Product'),
('Languages::mobile_app.mobile_delimiter', '|'),
('Languages::mobile_app.mobile_delivery', 'Delivery'),
('Languages::mobile_app.mobile_denbighshire', 'Denbighshire'),
('Languages::mobile_app.mobile_denmark', 'Denmark'),
('Languages::mobile_app.mobile_derbyshire', 'Derbyshire'),
('Languages::mobile_app.mobile_description', 'Description'),
('Languages::mobile_app.mobile_description_optional', 'Description (optional)'),
('Languages::mobile_app.mobile_details', 'Details'),
('Languages::mobile_app.mobile_deux_sevres', 'Deux-Sèvres'),
('Languages::mobile_app.mobile_devon', 'Devon'),
('Languages::mobile_app.mobile_didnt_receive_code', 'Didn\'t receive the code?'),
('Languages::mobile_app.mobile_disabled', 'Disabled'),
('Languages::mobile_app.mobile_disadvantages', 'Disadvantages'),
('Languages::mobile_app.mobile_disapproved', 'Disapproved'),
('Languages::mobile_app.mobile_discount', 'Discount'),
('Languages::mobile_app.mobile_discussion_title_product', 'Reviews'),
('Languages::mobile_app.mobile_district_of_columbia', 'District of Columbia'),
('Languages::mobile_app.mobile_djibouti', 'Djibouti'),
('Languages::mobile_app.mobile_dominica', 'Dominica'),
('Languages::mobile_app.mobile_dominican_republic', 'Dominican Republic'),
('Languages::mobile_app.mobile_dordogne', 'Dordogne'),
('Languages::mobile_app.mobile_dorset', 'Dorset'),
('Languages::mobile_app.mobile_doubs', 'Doubs'),
('Languages::mobile_app.mobile_drome', 'Drôme'),
('Languages::mobile_app.mobile_dumfries_and_galloway', 'Dumfries and Galloway'),
('Languages::mobile_app.mobile_dumfries_shire', 'Dumfries-shire'),
('Languages::mobile_app.mobile_dundee', 'Dundee'),
('Languages::mobile_app.mobile_durham', 'Durham'),
('Languages::mobile_app.mobile_dyfed', 'Dyfed'),
('Languages::mobile_app.mobile_east_ayrshire', 'East Ayrshire'),
('Languages::mobile_app.mobile_east_dunbartonshire', 'East Dunbartonshire'),
('Languages::mobile_app.mobile_east_lothian', 'East Lothian'),
('Languages::mobile_app.mobile_east_renfrewshire', 'East Renfrewshire'),
('Languages::mobile_app.mobile_east_riding_of_yorkshire', 'East Riding of Yorkshire'),
('Languages::mobile_app.mobile_east_sussex', 'East Sussex'),
('Languages::mobile_app.mobile_east_timor', 'East Timor'),
('Languages::mobile_app.mobile_ecuador', 'Ecuador'),
('Languages::mobile_app.mobile_edinburgh', 'Edinburgh'),
('Languages::mobile_app.mobile_egypt', 'Egypt'),
('Languages::mobile_app.mobile_el_salvador', 'El Salvador'),
('Languages::mobile_app.mobile_email', 'E-mail'),
('Languages::mobile_app.mobile_email_colon', 'E-mail:'),
('Languages::mobile_app.mobile_empty_wish_list_message', 'Your Wish Lists will love here.'),
('Languages::mobile_app.mobile_enna', 'Enna'),
('Languages::mobile_app.mobile_enter_email_to_get_code', 'Enter your e-mail, we will send you a code to log into your account.'),
('Languages::mobile_app.mobile_enter_the_name', 'Enter the name'),
('Languages::mobile_app.mobile_enter_the_price', 'Enter the price'),
('Languages::mobile_app.mobile_equatorial_guinea', 'Equatorial Guinea'),
('Languages::mobile_app.mobile_eritrea', 'Eritrea'),
('Languages::mobile_app.mobile_error', 'Error'),
('Languages::mobile_app.mobile_error_try_later', 'Something went wrong. Please try again later.'),
('Languages::mobile_app.mobile_essex', 'Essex'),
('Languages::mobile_app.mobile_essonne', 'Essonne'),
('Languages::mobile_app.mobile_estonia', 'Estonia'),
('Languages::mobile_app.mobile_ethiopia', 'Ethiopia'),
('Languages::mobile_app.mobile_eure', 'Eure'),
('Languages::mobile_app.mobile_eure_et_loir', 'Eure-et-Loir'),
('Languages::mobile_app.mobile_europe', 'Europe'),
('Languages::mobile_app.mobile_evrejskaja_avtonomnaja_oblast', 'Evrejskaja avtonomnaja oblast\''),
('Languages::mobile_app.mobile_e_mail', 'E-mail'),
('Languages::mobile_app.mobile_failed', 'Failed'),
('Languages::mobile_app.mobile_falkirk', 'Falkirk'),
('Languages::mobile_app.mobile_falkland_islands_malvinas', 'Falkland Islands (Malvinas)'),
('Languages::mobile_app.mobile_faroe_islands', 'Faroe Islands'),
('Languages::mobile_app.mobile_favorite', 'Favorite'),
('Languages::mobile_app.mobile_fax', 'Fax'),
('Languages::mobile_app.mobile_features', 'Feautures'),
('Languages::mobile_app.mobile_ferrara', 'Ferrara'),
('Languages::mobile_app.mobile_fife', 'Fife'),
('Languages::mobile_app.mobile_fiji', 'Fiji'),
('Languages::mobile_app.mobile_filter', 'Filter'),
('Languages::mobile_app.mobile_finistere', 'Finistère'),
('Languages::mobile_app.mobile_finland', 'Finland'),
('Languages::mobile_app.mobile_firenze', 'Firenze'),
('Languages::mobile_app.mobile_firstname_colon', 'First name:'),
('Languages::mobile_app.mobile_first_name', 'First name'),
('Languages::mobile_app.mobile_flevoland', 'Flevoland'),
('Languages::mobile_app.mobile_flintshire', 'Flintshire'),
('Languages::mobile_app.mobile_florida', 'Florida'),
('Languages::mobile_app.mobile_foggia', 'Foggia'),
('Languages::mobile_app.mobile_forgot_password', 'Forgot your password?'),
('Languages::mobile_app.mobile_forli_cesena', 'Forli-Cesena'),
('Languages::mobile_app.mobile_france', 'France'),
('Languages::mobile_app.mobile_france_metropolitan', 'France, Metropolitan'),
('Languages::mobile_app.mobile_free_shipping', 'Free shipping'),
('Languages::mobile_app.mobile_french_guiana', 'French Guiana'),
('Languages::mobile_app.mobile_french_polynesia', 'French Polynesia'),
('Languages::mobile_app.mobile_french_southern_territories', 'French Southern Territories'),
('Languages::mobile_app.mobile_fribourg', 'Fribourg'),
('Languages::mobile_app.mobile_friesland', 'Friesland'),
('Languages::mobile_app.mobile_frosinone', 'Frosinone'),
('Languages::mobile_app.mobile_full_product_description', 'Full description'),
('Languages::mobile_app.mobile_gabon', 'Gabon'),
('Languages::mobile_app.mobile_gambia', 'Gambia'),
('Languages::mobile_app.mobile_gard', 'Gard'),
('Languages::mobile_app.mobile_gelderland', 'Gelderland'),
('Languages::mobile_app.mobile_geneve', 'Genève'),
('Languages::mobile_app.mobile_genova', 'Genova'),
('Languages::mobile_app.mobile_georgia', 'Georgia'),
('Languages::mobile_app.mobile_germany', 'Germany'),
('Languages::mobile_app.mobile_gers', 'Gers'),
('Languages::mobile_app.mobile_get_the_code', 'Get the code'),
('Languages::mobile_app.mobile_ghana', 'Ghana'),
('Languages::mobile_app.mobile_gibraltar', 'Gibraltar'),
('Languages::mobile_app.mobile_girona', 'Girona'),
('Languages::mobile_app.mobile_gironde', 'Gironde'),
('Languages::mobile_app.mobile_glaris', 'Glaris'),
('Languages::mobile_app.mobile_glasgow', 'Glasgow'),
('Languages::mobile_app.mobile_gloucestershire', 'Gloucestershire'),
('Languages::mobile_app.mobile_gorizia', 'Gorizia'),
('Languages::mobile_app.mobile_go_to_store', 'Go To Store'),
('Languages::mobile_app.mobile_granada', 'Granada'),
('Languages::mobile_app.mobile_greater_london', 'Greater London'),
('Languages::mobile_app.mobile_greater_manchester', 'Greater Manchester'),
('Languages::mobile_app.mobile_greece', 'Greece'),
('Languages::mobile_app.mobile_greenland', 'Greenland'),
('Languages::mobile_app.mobile_grenada', 'Grenada'),
('Languages::mobile_app.mobile_grisons', 'Grisons'),
('Languages::mobile_app.mobile_groningen', 'Groningen'),
('Languages::mobile_app.mobile_grosseto', 'Grosseto'),
('Languages::mobile_app.mobile_guadalajara', 'Guadalajara'),
('Languages::mobile_app.mobile_guadeloupe', 'Guadeloupe'),
('Languages::mobile_app.mobile_guam', 'Guam'),
('Languages::mobile_app.mobile_guatemala', 'Guatemala'),
('Languages::mobile_app.mobile_guernsey', 'Guernsey'),
('Languages::mobile_app.mobile_guinea', 'Guinea'),
('Languages::mobile_app.mobile_guinea_bissau', 'Guinea-Bissau'),
('Languages::mobile_app.mobile_guipuzcoa', 'Guipúzcoa'),
('Languages::mobile_app.mobile_guyana', 'Guyana'),
('Languages::mobile_app.mobile_gwynedd', 'Gwynedd'),
('Languages::mobile_app.mobile_habarovskij_kraj', 'Habarovskij kraj'),
('Languages::mobile_app.mobile_haiti', 'Haiti'),
('Languages::mobile_app.mobile_hamburg', 'Hamburg'),
('Languages::mobile_app.mobile_hampshire', 'Hampshire'),
('Languages::mobile_app.mobile_hanty_mansijskij_avtonomnyj_okrug___jugra', 'Hanty-Mansijskij avtonomnyj okrug - Jugra'),
('Languages::mobile_app.mobile_hautes_alpes', 'Hautes-Alpes'),
('Languages::mobile_app.mobile_hautes_pyrenees', 'Hautes-Pyrénées'),
('Languages::mobile_app.mobile_haute_corse', 'Haute-Corse'),
('Languages::mobile_app.mobile_haute_garonne', 'Haute-Garonne'),
('Languages::mobile_app.mobile_haute_loire', 'Haute-Loire'),
('Languages::mobile_app.mobile_haute_marne', 'Haute-Marne'),
('Languages::mobile_app.mobile_haute_saone', 'Haute-Saône'),
('Languages::mobile_app.mobile_haute_savoie', 'Haute-Savoie'),
('Languages::mobile_app.mobile_haute_vienne', 'Haute-Vienne'),
('Languages::mobile_app.mobile_hauts_de_seine', 'Hauts-de-Seine'),
('Languages::mobile_app.mobile_haut_rhin', 'Haut-Rhin'),
('Languages::mobile_app.mobile_hawaii', 'Hawaii'),
('Languages::mobile_app.mobile_heard_and_mcdonald_islands', 'Heard and McDonald Islands'),
('Languages::mobile_app.mobile_herault', 'Hérault'),
('Languages::mobile_app.mobile_herefordshire', 'Herefordshire'),
('Languages::mobile_app.mobile_hertfordshire', 'Hertfordshire'),
('Languages::mobile_app.mobile_hessen', 'Hessen'),
('Languages::mobile_app.mobile_hidden', 'Hidden'),
('Languages::mobile_app.mobile_highlands', 'Highlands'),
('Languages::mobile_app.mobile_home', 'Home'),
('Languages::mobile_app.mobile_honduras', 'Honduras'),
('Languages::mobile_app.mobile_hong_kong', 'Hong Kong'),
('Languages::mobile_app.mobile_huelva', 'Huelva'),
('Languages::mobile_app.mobile_huesca', 'Huesca'),
('Languages::mobile_app.mobile_humberside', 'Humberside'),
('Languages::mobile_app.mobile_hungary', 'Hungary'),
('Languages::mobile_app.mobile_iceland', 'Iceland'),
('Languages::mobile_app.mobile_idaho', 'Idaho'),
('Languages::mobile_app.mobile_ille_et_vilaine', 'Ille-et-Vilaine'),
('Languages::mobile_app.mobile_illinois', 'Illinois'),
('Languages::mobile_app.mobile_image', 'Image'),
('Languages::mobile_app.mobile_imperia', 'Imperia'),
('Languages::mobile_app.mobile_including_discount', 'Including discount'),
('Languages::mobile_app.mobile_including_tax', 'Including tax'),
('Languages::mobile_app.mobile_incorrect_code', 'Incorrect code.'),
('Languages::mobile_app.mobile_india', 'India'),
('Languages::mobile_app.mobile_indiana', 'Indiana'),
('Languages::mobile_app.mobile_indonesia', 'Indonesia'),
('Languages::mobile_app.mobile_indre', 'Indre'),
('Languages::mobile_app.mobile_indre_et_loire', 'Indre-et-Loire'),
('Languages::mobile_app.mobile_information', 'Information'),
('Languages::mobile_app.mobile_inverclyde', 'Inverclyde'),
('Languages::mobile_app.mobile_inverness_shire', 'Inverness-shire'),
('Languages::mobile_app.mobile_in_stock', 'In stock'),
('Languages::mobile_app.mobile_iowa', 'Iowa'),
('Languages::mobile_app.mobile_iraq', 'Iraq'),
('Languages::mobile_app.mobile_ireland', 'Ireland'),
('Languages::mobile_app.mobile_irkutskaja_oblast', 'Irkutskaja oblast\''),
('Languages::mobile_app.mobile_isere', 'Isère'),
('Languages::mobile_app.mobile_isernia', 'Isernia'),
('Languages::mobile_app.mobile_islamic_republic_of_iran', 'Islamic Republic of Iran'),
('Languages::mobile_app.mobile_isles_of_scilly', 'Isles of Scilly'),
('Languages::mobile_app.mobile_isle_of_man', 'Isle of Man'),
('Languages::mobile_app.mobile_isle_of_wight', 'Isle of Wight'),
('Languages::mobile_app.mobile_israel', 'Israel'),
('Languages::mobile_app.mobile_italy', 'Italy'),
('Languages::mobile_app.mobile_items', '%1 item(s)'),
('Languages::mobile_app.mobile_ivanovskaja_oblast', 'Ivanovskaja oblast\''),
('Languages::mobile_app.mobile_jaen', 'Jaén'),
('Languages::mobile_app.mobile_jamaica', 'Jamaica'),
('Languages::mobile_app.mobile_jamalo_neneckij_avtonomnyj_okrug', 'Jamalo-Neneckij avtonomnyj okrug'),
('Languages::mobile_app.mobile_japan', 'Japan'),
('Languages::mobile_app.mobile_jaroslavskaja_oblast', 'Jaroslavskaja oblast\''),
('Languages::mobile_app.mobile_jersey', 'Jersey'),
('Languages::mobile_app.mobile_jordan', 'Jordan'),
('Languages::mobile_app.mobile_jura', 'Jura'),
('Languages::mobile_app.mobile_kabardino_balkarskaja_respublika', 'Kabardino-Balkarskaja Respublika'),
('Languages::mobile_app.mobile_kaliningradskaja_oblast', 'Kaliningradskaja oblast\''),
('Languages::mobile_app.mobile_kaluzhskaja_oblast', 'Kaluzhskaja oblast\''),
('Languages::mobile_app.mobile_kamchatskiy_kraj', 'Kamchatskiy kraj'),
('Languages::mobile_app.mobile_kansas', 'Kansas'),
('Languages::mobile_app.mobile_karachaevo_cherkesskaja_respublika', 'Karachaevo-Cherkesskaja respublika'),
('Languages::mobile_app.mobile_kazakhstan', 'Kazakhstan'),
('Languages::mobile_app.mobile_kemerovskaja_oblast', 'Kemerovskaja oblast\''),
('Languages::mobile_app.mobile_kent', 'Kent'),
('Languages::mobile_app.mobile_kentucky', 'Kentucky'),
('Languages::mobile_app.mobile_kenya', 'Kenya'),
('Languages::mobile_app.mobile_kincardineshire', 'Kincardineshire'),
('Languages::mobile_app.mobile_kiribati', 'Kiribati'),
('Languages::mobile_app.mobile_kirovskaja_oblast', 'Kirovskaja oblast\''),
('Languages::mobile_app.mobile_korea', 'Korea'),
('Languages::mobile_app.mobile_korea_republic_of', 'Korea, Republic of'),
('Languages::mobile_app.mobile_kostromskaja_oblast', 'Kostromskaja oblast\''),
('Languages::mobile_app.mobile_krasnodarskij_kraj', 'Krasnodarskij kraj'),
('Languages::mobile_app.mobile_krasnojarskij_kraj', 'Krasnojarskij kraj'),
('Languages::mobile_app.mobile_kurganskaja_oblast', 'Kurganskaja oblast\''),
('Languages::mobile_app.mobile_kurskaja_oblast', 'Kurskaja oblast\''),
('Languages::mobile_app.mobile_kuwait', 'Kuwait'),
('Languages::mobile_app.mobile_kyrgyzstan', 'Kyrgyzstan'),
('Languages::mobile_app.mobile_lancashire', 'Lancashire'),
('Languages::mobile_app.mobile_landes', 'Landes'),
('Languages::mobile_app.mobile_language', 'Language'),
('Languages::mobile_app.mobile_laos', 'Laos'),
('Languages::mobile_app.mobile_laquila', 'L\'Aquila'),
('Languages::mobile_app.mobile_lastname_colon', 'Last name:'),
('Languages::mobile_app.mobile_last_name', 'Last name'),
('Languages::mobile_app.mobile_las_palmas', 'Las Palmas'),
('Languages::mobile_app.mobile_latina', 'Latina'),
('Languages::mobile_app.mobile_latvia', 'Latvia'),
('Languages::mobile_app.mobile_la_rioja', 'La Rioja'),
('Languages::mobile_app.mobile_la_spezia', 'La Spezia'),
('Languages::mobile_app.mobile_lebanon', 'Lebanon'),
('Languages::mobile_app.mobile_lecce', 'Lecce'),
('Languages::mobile_app.mobile_lecco', 'Lecco'),
('Languages::mobile_app.mobile_leicestershire', 'Leicestershire'),
('Languages::mobile_app.mobile_leningradskaja_oblast', 'Leningradskaja oblast\''),
('Languages::mobile_app.mobile_leon', 'León'),
('Languages::mobile_app.mobile_lesotho', 'Lesotho'),
('Languages::mobile_app.mobile_liberia', 'Liberia'),
('Languages::mobile_app.mobile_libyan_arab_jamahiriya', 'Libyan Arab Jamahiriya'),
('Languages::mobile_app.mobile_liechtenstein', 'Liechtenstein'),
('Languages::mobile_app.mobile_limburg', 'Limburg'),
('Languages::mobile_app.mobile_lincolnshire', 'Lincolnshire'),
('Languages::mobile_app.mobile_lipeckaja_oblast', 'Lipeckaja oblast\''),
('Languages::mobile_app.mobile_list_is_empty', 'List is empty'),
('Languages::mobile_app.mobile_list_price', 'List price'),
('Languages::mobile_app.mobile_list_price_dollar', 'List price ($)'),
('Languages::mobile_app.mobile_lithuania', 'Lithuania'),
('Languages::mobile_app.mobile_livorno', 'Livorno'),
('Languages::mobile_app.mobile_lleida', 'Lleida'),
('Languages::mobile_app.mobile_lodi', 'Lodi'),
('Languages::mobile_app.mobile_login', 'Login'),
('Languages::mobile_app.mobile_logout', 'Logout'),
('Languages::mobile_app.mobile_loire', 'Loire'),
('Languages::mobile_app.mobile_loiret', 'Loiret'),
('Languages::mobile_app.mobile_loire_atlantique', 'Loire-Atlantique'),
('Languages::mobile_app.mobile_loir_et_cher', 'Loir-et-Cher'),
('Languages::mobile_app.mobile_looking_for_ideas', 'Looking for ideas?'),
('Languages::mobile_app.mobile_lot', 'Lot'),
('Languages::mobile_app.mobile_lot_et_garonne', 'Lot-et-Garonne'),
('Languages::mobile_app.mobile_louisiana', 'Louisiana'),
('Languages::mobile_app.mobile_lozere', 'Lozère'),
('Languages::mobile_app.mobile_lucca', 'Lucca'),
('Languages::mobile_app.mobile_lucerne', 'Lucerne'),
('Languages::mobile_app.mobile_lugo', 'Lugo'),
('Languages::mobile_app.mobile_luxembourg', 'Luxembourg'),
('Languages::mobile_app.mobile_macau', 'Macau'),
('Languages::mobile_app.mobile_macedonia', 'Macedonia'),
('Languages::mobile_app.mobile_macerata', 'Macerata'),
('Languages::mobile_app.mobile_madagascar', 'Madagascar'),
('Languages::mobile_app.mobile_madrid', 'Madrid'),
('Languages::mobile_app.mobile_magadanskaja_oblast', 'Magadanskaja oblast\''),
('Languages::mobile_app.mobile_maine', 'Maine'),
('Languages::mobile_app.mobile_maine_et_loire', 'Maine-et-Loire'),
('Languages::mobile_app.mobile_make_product_active', 'Make Product Active'),
('Languages::mobile_app.mobile_make_product_disabled', 'Make Product Disabled'),
('Languages::mobile_app.mobile_make_product_hidden', 'Make Product Hidden'),
('Languages::mobile_app.mobile_malaga', 'Málaga'),
('Languages::mobile_app.mobile_malawi', 'Malawi'),
('Languages::mobile_app.mobile_malaysia', 'Malaysia'),
('Languages::mobile_app.mobile_maldives', 'Maldives'),
('Languages::mobile_app.mobile_mali', 'Mali'),
('Languages::mobile_app.mobile_malta', 'Malta'),
('Languages::mobile_app.mobile_manche', 'Manche'),
('Languages::mobile_app.mobile_manitoba', 'Manitoba'),
('Languages::mobile_app.mobile_mantova', 'Mantova'),
('Languages::mobile_app.mobile_marne', 'Marne'),
('Languages::mobile_app.mobile_marshall_islands', 'Marshall Islands'),
('Languages::mobile_app.mobile_martinique', 'Martinique'),
('Languages::mobile_app.mobile_maryland', 'Maryland'),
('Languages::mobile_app.mobile_massachusetts', 'Massachusetts'),
('Languages::mobile_app.mobile_massa_carrara', 'Massa-Carrara'),
('Languages::mobile_app.mobile_matera', 'Matera'),
('Languages::mobile_app.mobile_mauritania', 'Mauritania'),
('Languages::mobile_app.mobile_mauritius', 'Mauritius'),
('Languages::mobile_app.mobile_mayenne', 'Mayenne'),
('Languages::mobile_app.mobile_mayotte', 'Mayotte'),
('Languages::mobile_app.mobile_mecklenburg_vorpommern', 'Mecklenburg-Vorpommern'),
('Languages::mobile_app.mobile_medio_campidano', 'Medio Campidano'),
('Languages::mobile_app.mobile_melilla', 'Melilla'),
('Languages::mobile_app.mobile_merionethshire', 'Merionethshire'),
('Languages::mobile_app.mobile_merseyside', 'Merseyside'),
('Languages::mobile_app.mobile_merthyr_tydfil', 'Merthyr Tydfil'),
('Languages::mobile_app.mobile_messina', 'Messina'),
('Languages::mobile_app.mobile_meurthe_et_moselle', 'Meurthe-et-Moselle'),
('Languages::mobile_app.mobile_meuse', 'Meuse'),
('Languages::mobile_app.mobile_mexico', 'Mexico'),
('Languages::mobile_app.mobile_michigan', 'Michigan'),
('Languages::mobile_app.mobile_micronesia', 'Micronesia'),
('Languages::mobile_app.mobile_middlesex', 'Middlesex'),
('Languages::mobile_app.mobile_midlothian', 'Midlothian'),
('Languages::mobile_app.mobile_milano', 'Milano'),
('Languages::mobile_app.mobile_minnesota', 'Minnesota'),
('Languages::mobile_app.mobile_mississippi', 'Mississippi'),
('Languages::mobile_app.mobile_missouri', 'Missouri'),
('Languages::mobile_app.mobile_modena', 'Modena'),
('Languages::mobile_app.mobile_moldova_republic_of', 'Moldova, Republic of'),
('Languages::mobile_app.mobile_monaco', 'Monaco'),
('Languages::mobile_app.mobile_mongolia', 'Mongolia'),
('Languages::mobile_app.mobile_monmouthshire', 'Monmouthshire'),
('Languages::mobile_app.mobile_montana', 'Montana'),
('Languages::mobile_app.mobile_montenegro', 'Montenegro'),
('Languages::mobile_app.mobile_montserrat', 'Montserrat'),
('Languages::mobile_app.mobile_moray', 'Moray'),
('Languages::mobile_app.mobile_morbihan', 'Morbihan'),
('Languages::mobile_app.mobile_morocco', 'Morocco'),
('Languages::mobile_app.mobile_moselle', 'Moselle'),
('Languages::mobile_app.mobile_moskovskaja_oblast', 'Moskovskaja oblast\''),
('Languages::mobile_app.mobile_moskva', 'Moskva'),
('Languages::mobile_app.mobile_mozambique', 'Mozambique'),
('Languages::mobile_app.mobile_murcia', 'Murcia'),
('Languages::mobile_app.mobile_murmanskaja_oblast', 'Murmanskaja oblast\''),
('Languages::mobile_app.mobile_myanmar', 'Myanmar'),
('Languages::mobile_app.mobile_my_profile', 'My Profile'),
('Languages::mobile_app.mobile_nairnshire', 'Nairnshire'),
('Languages::mobile_app.mobile_name', 'Name'),
('Languages::mobile_app.mobile_namibia', 'Namibia'),
('Languages::mobile_app.mobile_napoli', 'Napoli'),
('Languages::mobile_app.mobile_nauru', 'Nauru'),
('Languages::mobile_app.mobile_navarra', 'Navarra'),
('Languages::mobile_app.mobile_neath_port_talbot', 'Neath Port Talbot'),
('Languages::mobile_app.mobile_nebraska', 'Nebraska'),
('Languages::mobile_app.mobile_neneckij_avtonomnyj_okrug', 'Neneckij avtonomnyj okrug'),
('Languages::mobile_app.mobile_nepal', 'Nepal'),
('Languages::mobile_app.mobile_netherlands', 'Netherlands'),
('Languages::mobile_app.mobile_neuchatel', 'Neuchâtel'),
('Languages::mobile_app.mobile_nevada', 'Nevada'),
('Languages::mobile_app.mobile_newfoundland_and_labrador', 'Newfoundland and Labrador'),
('Languages::mobile_app.mobile_newport', 'Newport'),
('Languages::mobile_app.mobile_new_brunswick', 'New Brunswick'),
('Languages::mobile_app.mobile_new_caledonia', 'New Caledonia'),
('Languages::mobile_app.mobile_new_hampshire', 'New Hampshire'),
('Languages::mobile_app.mobile_new_jersey', 'New Jersey'),
('Languages::mobile_app.mobile_new_mexico', 'New Mexico'),
('Languages::mobile_app.mobile_new_south_wales', 'New South Wales'),
('Languages::mobile_app.mobile_new_york', 'New York'),
('Languages::mobile_app.mobile_new_zealand', 'New Zealand'),
('Languages::mobile_app.mobile_next', 'Next'),
('Languages::mobile_app.mobile_nicaragua', 'Nicaragua'),
('Languages::mobile_app.mobile_nidwald', 'Nidwald'),
('Languages::mobile_app.mobile_niedersachsen', 'Niedersachsen'),
('Languages::mobile_app.mobile_nievre', 'Nièvre'),
('Languages::mobile_app.mobile_niger', 'Niger'),
('Languages::mobile_app.mobile_nigeria', 'Nigeria'),
('Languages::mobile_app.mobile_niue', 'Niue'),
('Languages::mobile_app.mobile_nizhegorodskaja_oblast', 'Nizhegorodskaja oblast\''),
('Languages::mobile_app.mobile_noord_brabant', 'Noord Brabant'),
('Languages::mobile_app.mobile_noord_holland', 'Noord Holland'),
('Languages::mobile_app.mobile_nord', 'Nord'),
('Languages::mobile_app.mobile_nordrhein_westfalen', 'Nordrhein-Westfalen'),
('Languages::mobile_app.mobile_norfolk', 'Norfolk'),
('Languages::mobile_app.mobile_norfolk_island', 'Norfolk Island'),
('Languages::mobile_app.mobile_northamptonshire', 'Northamptonshire'),
('Languages::mobile_app.mobile_northern_mariana_islands', 'Northern Mariana Islands'),
('Languages::mobile_app.mobile_northern_territory', 'Northern Territory'),
('Languages::mobile_app.mobile_northumberland', 'Northumberland'),
('Languages::mobile_app.mobile_northwest_territories', 'Northwest Territories'),
('Languages::mobile_app.mobile_north_ayrshire', 'North Ayrshire'),
('Languages::mobile_app.mobile_north_carolina', 'North Carolina'),
('Languages::mobile_app.mobile_north_dakota', 'North Dakota'),
('Languages::mobile_app.mobile_north_lanarkshire', 'North Lanarkshire'),
('Languages::mobile_app.mobile_north_yorkshire', 'North Yorkshire'),
('Languages::mobile_app.mobile_norway', 'Norway'),
('Languages::mobile_app.mobile_notice', 'Notice'),
('Languages::mobile_app.mobile_nottinghamshire', 'Nottinghamshire'),
('Languages::mobile_app.mobile_not_reviews_yet', 'This product has not been reviewed yet.'),
('Languages::mobile_app.mobile_novara', 'Novara'),
('Languages::mobile_app.mobile_nova_scotia', 'Nova Scotia'),
('Languages::mobile_app.mobile_novgorodskaja_oblast', 'Novgorodskaja oblast\''),
('Languages::mobile_app.mobile_novosibirskaja_oblast', 'Novosibirskaja oblast\''),
('Languages::mobile_app.mobile_no_posts_found', 'No posts found'),
('Languages::mobile_app.mobile_no_products_in_this_section', 'There are no products in this section'),
('Languages::mobile_app.mobile_number_of_reviews', '%1 reviews'),
('Languages::mobile_app.mobile_number_products_found', 'Products found: %1'),
('Languages::mobile_app.mobile_nunavut', 'Nunavut'),
('Languages::mobile_app.mobile_nuoro', 'Nuoro'),
('Languages::mobile_app.mobile_obwald', 'Obwald'),
('Languages::mobile_app.mobile_ogliastra', 'Ogliastra'),
('Languages::mobile_app.mobile_ohio', 'Ohio'),
('Languages::mobile_app.mobile_oise', 'Oise'),
('Languages::mobile_app.mobile_ok', 'Ok'),
('Languages::mobile_app.mobile_oklahoma', 'Oklahoma'),
('Languages::mobile_app.mobile_olbia_tempio', 'Olbia-Tempio'),
('Languages::mobile_app.mobile_old_price', 'Old price'),
('Languages::mobile_app.mobile_oman', 'Oman'),
('Languages::mobile_app.mobile_omskaja_oblast', 'Omskaja oblast\''),
('Languages::mobile_app.mobile_ontario', 'Ontario'),
('Languages::mobile_app.mobile_open', 'Open'),
('Languages::mobile_app.mobile_optional', '(Optional)'),
('Languages::mobile_app.mobile_order', 'Order'),
('Languages::mobile_app.mobile_orders', 'Orders'),
('Languages::mobile_app.mobile_order_detail', 'Order Detail'),
('Languages::mobile_app.mobile_order_details', 'Order Detail'),
('Languages::mobile_app.mobile_order_discount', 'Order discount'),
('Languages::mobile_app.mobile_order_lower', 'order'),
('Languages::mobile_app.mobile_order_lowercase', 'order'),
('Languages::mobile_app.mobile_oregon', 'Oregon'),
('Languages::mobile_app.mobile_orenburgskaja_oblast', 'Orenburgskaja oblast\''),
('Languages::mobile_app.mobile_oristano', 'Oristano'),
('Languages::mobile_app.mobile_orkney_islands', 'Orkney Islands'),
('Languages::mobile_app.mobile_orlovskaja_oblast', 'Orlovskaja oblast\''),
('Languages::mobile_app.mobile_orne', 'Orne'),
('Languages::mobile_app.mobile_ourense', 'Ourense'),
('Languages::mobile_app.mobile_out_of_stock', 'Out of stock'),
('Languages::mobile_app.mobile_overijssel', 'Overijssel'),
('Languages::mobile_app.mobile_oxfordshire', 'Oxfordshire'),
('Languages::mobile_app.mobile_padova', 'Padova'),
('Languages::mobile_app.mobile_pages', 'Pages'),
('Languages::mobile_app.mobile_pakistan', 'Pakistan'),
('Languages::mobile_app.mobile_palau', 'Palau'),
('Languages::mobile_app.mobile_palencia', 'Palencia'),
('Languages::mobile_app.mobile_palermo', 'Palermo'),
('Languages::mobile_app.mobile_palestine_authority', 'Palestine Authority'),
('Languages::mobile_app.mobile_panama', 'Panama'),
('Languages::mobile_app.mobile_papua_new_guinea', 'Papua New Guinea'),
('Languages::mobile_app.mobile_paraguay', 'Paraguay'),
('Languages::mobile_app.mobile_paris', 'Paris'),
('Languages::mobile_app.mobile_parma', 'Parma'),
('Languages::mobile_app.mobile_password', 'Password'),
('Languages::mobile_app.mobile_pas_de_calais', 'Pas-de-Calais'),
('Languages::mobile_app.mobile_pavia', 'Pavia'),
('Languages::mobile_app.mobile_payment_method', 'Payment method'),
('Languages::mobile_app.mobile_payment_method_colon', 'Payment method:'),
('Languages::mobile_app.mobile_peebles_shire', 'Peebles-shire'),
('Languages::mobile_app.mobile_pembrokeshire', 'Pembrokeshire'),
('Languages::mobile_app.mobile_pennsylvania', 'Pennsylvania'),
('Languages::mobile_app.mobile_penzenskaja_oblast', 'Penzenskaja oblast\''),
('Languages::mobile_app.mobile_permskij_kraj', 'Permskij kraj'),
('Languages::mobile_app.mobile_perth_and_kinross', 'Perth and Kinross'),
('Languages::mobile_app.mobile_peru', 'Peru'),
('Languages::mobile_app.mobile_perugia', 'Perugia'),
('Languages::mobile_app.mobile_pesaro_e_urbino', 'Pesaro e Urbino'),
('Languages::mobile_app.mobile_pescara', 'Pescara'),
('Languages::mobile_app.mobile_philippines', 'Philippines'),
('Languages::mobile_app.mobile_phone', 'Phone'),
('Languages::mobile_app.mobile_phone_colon', 'Phone:'),
('Languages::mobile_app.mobile_piacenza', 'Piacenza'),
('Languages::mobile_app.mobile_pisa', 'Pisa'),
('Languages::mobile_app.mobile_pistoia', 'Pistoia'),
('Languages::mobile_app.mobile_pitcairn', 'Pitcairn'),
('Languages::mobile_app.mobile_placed_on', 'Placed on'),
('Languages::mobile_app.mobile_place_order', 'Place order'),
('Languages::mobile_app.mobile_please_fill_required_fields', 'Please fill in the required fields.'),
('Languages::mobile_app.mobile_please_sign_in_to_buy', 'Please sign in to buy'),
('Languages::mobile_app.mobile_poland', 'Poland'),
('Languages::mobile_app.mobile_pontevedra', 'Pontevedra'),
('Languages::mobile_app.mobile_pordenone', 'Pordenone'),
('Languages::mobile_app.mobile_portugal', 'Portugal'),
('Languages::mobile_app.mobile_potenza', 'Potenza'),
('Languages::mobile_app.mobile_powys', 'Powys'),
('Languages::mobile_app.mobile_prato', 'Prato'),
('Languages::mobile_app.mobile_price', 'Price'),
('Languages::mobile_app.mobile_pricing_slash_inventory', 'Pricing / Inventory'),
('Languages::mobile_app.mobile_primorskij_kraj', 'Primorskij kraj'),
('Languages::mobile_app.mobile_prince_edward_island', 'Prince Edward Island'),
('Languages::mobile_app.mobile_processed', 'Processed'),
('Languages::mobile_app.mobile_products', 'Products'),
('Languages::mobile_app.mobile_products_found', 'Products found: %1'),
('Languages::mobile_app.mobile_products_information', 'Products information'),
('Languages::mobile_app.mobile_product_added_to_cart', 'The product was added to your cart.'),
('Languages::mobile_app.mobile_product_added_to_wl', 'The product was added to your Wish list.'),
('Languages::mobile_app.mobile_product_has_zero_inventory_and_cannot_be_added_to_the_cart', 'Product has zero inventory and cannot be added to the cart.'),
('Languages::mobile_app.mobile_product_in_wishlist', 'This product is already in the wish list.'),
('Languages::mobile_app.mobile_profile', 'Profile'),
('Languages::mobile_app.mobile_pskovskaja_oblast', 'Pskovskaja oblast\''),
('Languages::mobile_app.mobile_puerto_rico', 'Puerto Rico'),
('Languages::mobile_app.mobile_puy_de_dome', 'Puy-de-Dôme'),
('Languages::mobile_app.mobile_pyrenees_atlantiques', 'Pyrénées-Atlantiques'),
('Languages::mobile_app.mobile_pyrenees_orientales', 'Pyrénées-Orientales'),
('Languages::mobile_app.mobile_qatar', 'Qatar'),
('Languages::mobile_app.mobile_quebec', 'Quebec'),
('Languages::mobile_app.mobile_queensland', 'Queensland'),
('Languages::mobile_app.mobile_ragusa', 'Ragusa'),
('Languages::mobile_app.mobile_rating_is_mandatory', 'The rating field is mandatory.'),
('Languages::mobile_app.mobile_ravenna', 'Ravenna'),
('Languages::mobile_app.mobile_recovery_code', 'Recovery code'),
('Languages::mobile_app.mobile_reggio_calabria', 'Reggio Calabria'),
('Languages::mobile_app.mobile_reggio_emilia', 'Reggio Emilia'),
('Languages::mobile_app.mobile_register', 'Register'),
('Languages::mobile_app.mobile_registration', 'Registration'),
('Languages::mobile_app.mobile_registration_complete', 'Registration complete.'),
('Languages::mobile_app.mobile_registration_failed', 'Registration failed'),
('Languages::mobile_app.mobile_renfrewshire', 'Renfrewshire'),
('Languages::mobile_app.mobile_republic_of_serbia', 'Republic of Serbia'),
('Languages::mobile_app.mobile_requires_approval', 'Requires approval'),
('Languages::mobile_app.mobile_reset_password', 'Reset password'),
('Languages::mobile_app.mobile_respublika_adygeja', 'Respublika Adygeja'),
('Languages::mobile_app.mobile_respublika_altaj', 'Respublika Altaj'),
('Languages::mobile_app.mobile_respublika_bashkortostan', 'Respublika Bashkortostan'),
('Languages::mobile_app.mobile_respublika_burjatija', 'Respublika Burjatija'),
('Languages::mobile_app.mobile_respublika_dagestan', 'Respublika Dagestan'),
('Languages::mobile_app.mobile_respublika_hakasija', 'Respublika Hakasija'),
('Languages::mobile_app.mobile_respublika_ingushetija', 'Respublika Ingushetija'),
('Languages::mobile_app.mobile_respublika_kalmykija', 'Respublika Kalmykija'),
('Languages::mobile_app.mobile_respublika_karelija', 'Respublika Karelija'),
('Languages::mobile_app.mobile_respublika_komi', 'Respublika Komi'),
('Languages::mobile_app.mobile_respublika_marij_jel', 'Respublika Marij Jel'),
('Languages::mobile_app.mobile_respublika_mordovija', 'Respublika Mordovija'),
('Languages::mobile_app.mobile_respublika_saha_jakutija', 'Respublika Saha (Jakutija)'),
('Languages::mobile_app.mobile_respublika_severnaja_osetija_alanija', 'Respublika Severnaja Osetija-Alanija'),
('Languages::mobile_app.mobile_respublika_tatarstan', 'Respublika Tatarstan'),
('Languages::mobile_app.mobile_respublika_tyva', 'Respublika Tyva'),
('Languages::mobile_app.mobile_reunion', 'Reunion'),
('Languages::mobile_app.mobile_reviews', 'Reviews'),
('Languages::mobile_app.mobile_reviews_number', 'Reviews (%1)'),
('Languages::mobile_app.mobile_reviews_product_details', 'Reviews (%1)'),
('Languages::mobile_app.mobile_reviews_quantity', '%1 reviews'),
('Languages::mobile_app.mobile_rheinland_pfalz', 'Rheinland-Pfalz'),
('Languages::mobile_app.mobile_rhode_island', 'Rhode Island'),
('Languages::mobile_app.mobile_rhondda_cynon_taff', 'Rhondda Cynon Taff'),
('Languages::mobile_app.mobile_rhone', 'Rhône'),
('Languages::mobile_app.mobile_rieti', 'Rieti'),
('Languages::mobile_app.mobile_rimini', 'Rimini'),
('Languages::mobile_app.mobile_rjazanskaja_oblast', 'Rjazanskaja oblast\''),
('Languages::mobile_app.mobile_roma', 'Roma'),
('Languages::mobile_app.mobile_romania', 'Romania'),
('Languages::mobile_app.mobile_rostovskaja_oblast', 'Rostovskaja oblast\''),
('Languages::mobile_app.mobile_rovigo', 'Rovigo'),
('Languages::mobile_app.mobile_roxburghshire', 'Roxburghshire'),
('Languages::mobile_app.mobile_russian_federation', 'Russian Federation'),
('Languages::mobile_app.mobile_rutland', 'Rutland'),
('Languages::mobile_app.mobile_rwanda', 'Rwanda'),
('Languages::mobile_app.mobile_saarland', 'Saarland'),
('Languages::mobile_app.mobile_sachsen', 'Sachsen'),
('Languages::mobile_app.mobile_sachsen_anhalt', 'Sachsen-Anhalt'),
('Languages::mobile_app.mobile_sahalinskaja_oblast', 'Sahalinskaja oblast\''),
('Languages::mobile_app.mobile_saint_gall', 'Saint-Gall'),
('Languages::mobile_app.mobile_saint_lucia', 'Saint Lucia'),
('Languages::mobile_app.mobile_salamanca', 'Salamanca'),
('Languages::mobile_app.mobile_salerno', 'Salerno'),
('Languages::mobile_app.mobile_samarskaja_oblast', 'Samarskaja oblast\''),
('Languages::mobile_app.mobile_samoa', 'Samoa'),
('Languages::mobile_app.mobile_sankt_peterburg', 'Sankt-Peterburg'),
('Languages::mobile_app.mobile_santa_cruz_de_tenerife', 'Santa Cruz de Tenerife'),
('Languages::mobile_app.mobile_san_marino', 'San Marino'),
('Languages::mobile_app.mobile_saone_et_loire', 'Saône-et-Loire'),
('Languages::mobile_app.mobile_sao_tome_and_principe', 'Sao Tome and Principe'),
('Languages::mobile_app.mobile_saratovskaja_oblast', 'Saratovskaja oblast\''),
('Languages::mobile_app.mobile_sarthe', 'Sarthe'),
('Languages::mobile_app.mobile_saskatchewan', 'Saskatchewan'),
('Languages::mobile_app.mobile_sassari', 'Sassari'),
('Languages::mobile_app.mobile_saudi_arabia', 'Saudi Arabia'),
('Languages::mobile_app.mobile_save', 'Save'),
('Languages::mobile_app.mobile_savoie', 'Savoie'),
('Languages::mobile_app.mobile_savona', 'Savona'),
('Languages::mobile_app.mobile_schaffhouse', 'Schaffhouse'),
('Languages::mobile_app.mobile_schleswig_holstein', 'Schleswig-Holstein'),
('Languages::mobile_app.mobile_schwytz', 'Schwytz'),
('Languages::mobile_app.mobile_scottish_borders', 'Scottish Borders'),
('Languages::mobile_app.mobile_search', 'Search'),
('Languages::mobile_app.mobile_segovia', 'Segovia'),
('Languages::mobile_app.mobile_seine_et_marne', 'Seine-et-Marne'),
('Languages::mobile_app.mobile_seine_maritime', 'Seine-Maritime'),
('Languages::mobile_app.mobile_seine_saint_denis', 'Seine-Saint-Denis'),
('Languages::mobile_app.mobile_select', 'Select'),
('Languages::mobile_app.mobile_select_country', 'Select country'),
('Languages::mobile_app.mobile_select_date', 'Select date'),
('Languages::mobile_app.mobile_select_feature', 'Select feature'),
('Languages::mobile_app.mobile_select_features', 'Select features'),
('Languages::mobile_app.mobile_select_image', 'Select image'),
('Languages::mobile_app.mobile_select_language', 'Select Language'),
('Languages::mobile_app.mobile_select_product_image', 'Select product image'),
('Languages::mobile_app.mobile_select_state', 'Select state'),
('Languages::mobile_app.mobile_selkirkshire', 'Selkirkshire'),
('Languages::mobile_app.mobile_seller', 'Seller'),
('Languages::mobile_app.mobile_sellers', 'Sellers'),
('Languages::mobile_app.mobile_send_review', 'Send review'),
('Languages::mobile_app.mobile_senegal', 'Senegal'),
('Languages::mobile_app.mobile_serbia', 'Serbia'),
('Languages::mobile_app.mobile_settings', 'Settings'),
('Languages::mobile_app.mobile_sevilla', 'Sevilla'),
('Languages::mobile_app.mobile_seychelles', 'Seychelles'),
('Languages::mobile_app.mobile_share_product', 'Share product'),
('Languages::mobile_app.mobile_shetland_islands', 'Shetland Islands'),
('Languages::mobile_app.mobile_shipping', 'Shipping'),
('Languages::mobile_app.mobile_shipping_address', 'Shipping address'),
('Languages::mobile_app.mobile_shipping_cost', 'Shipping cost'),
('Languages::mobile_app.mobile_shipping_cost_colon', 'Shipping cost:'),
('Languages::mobile_app.mobile_shipping_method', 'Shipping method'),
('Languages::mobile_app.mobile_shipping_method_colon', 'Shipping method:'),
('Languages::mobile_app.mobile_shipping_properties', 'Shipping properties'),
('Languages::mobile_app.mobile_show_all', 'Show all'),
('Languages::mobile_app.mobile_shropshire', 'Shropshire'),
('Languages::mobile_app.mobile_siena', 'Siena'),
('Languages::mobile_app.mobile_sierra_leone', 'Sierra Leone'),
('Languages::mobile_app.mobile_sign_in', 'Sign in'),
('Languages::mobile_app.mobile_sign_in_as_a_different_user', 'Sign in as a different user'),
('Languages::mobile_app.mobile_sign_in_as_different', 'Sign in as a different user'),
('Languages::mobile_app.mobile_sign_in_to_view_price', 'Sign in to view price'),
('Languages::mobile_app.mobile_singapore', 'Singapore'),
('Languages::mobile_app.mobile_sint_maarten', 'Sint Maarten'),
('Languages::mobile_app.mobile_siracusa', 'Siracusa'),
('Languages::mobile_app.mobile_slovakia', 'Slovakia'),
('Languages::mobile_app.mobile_slovenia', 'Slovenia'),
('Languages::mobile_app.mobile_smolenskaja_oblast', 'Smolenskaja oblast\''),
('Languages::mobile_app.mobile_sofia', 'Sofia'),
('Languages::mobile_app.mobile_soleure', 'Soleure'),
('Languages::mobile_app.mobile_solomon_islands', 'Solomon Islands'),
('Languages::mobile_app.mobile_somalia', 'Somalia'),
('Languages::mobile_app.mobile_somerset', 'Somerset'),
('Languages::mobile_app.mobile_something_went_wrong_please_try_again_later', 'Something went wrong. Please try again later.'),
('Languages::mobile_app.mobile_somme', 'Somme'),
('Languages::mobile_app.mobile_sondrio', 'Sondrio'),
('Languages::mobile_app.mobile_soria', 'Soria'),
('Languages::mobile_app.mobile_sorting_a_to_z', 'Sorting: A to Z'),
('Languages::mobile_app.mobile_sorting_highest_prices_first', 'Sorting: Highest prices first'),
('Languages::mobile_app.mobile_sorting_lowest_prices_first', 'Sorting: Lowest prices first'),
('Languages::mobile_app.mobile_sorting_most_popular_first', 'Sorting: Most popular first'),
('Languages::mobile_app.mobile_sorting_newest_items_first', 'Sorting: Newest items first'),
('Languages::mobile_app.mobile_sorting_z_to_a', 'Sorting: Z to A'),
('Languages::mobile_app.mobile_south_africa', 'South Africa'),
('Languages::mobile_app.mobile_south_australia', 'South Australia'),
('Languages::mobile_app.mobile_south_ayrshire', 'South Ayrshire'),
('Languages::mobile_app.mobile_south_carolina', 'South Carolina'),
('Languages::mobile_app.mobile_south_dakota', 'South Dakota'),
('Languages::mobile_app.mobile_south_lanarkshire', 'South Lanarkshire'),
('Languages::mobile_app.mobile_south_yorkshire', 'South Yorkshire'),
('Languages::mobile_app.mobile_spain', 'Spain'),
('Languages::mobile_app.mobile_sri_lanka', 'Sri Lanka'),
('Languages::mobile_app.mobile_st._helena', 'St. Helena'),
('Languages::mobile_app.mobile_st._kitts_and_nevis', 'St. Kitts and Nevis'),
('Languages::mobile_app.mobile_st._pierre_and_miquelon', 'St. Pierre and Miquelon'),
('Languages::mobile_app.mobile_st._vincent_and_the_grenadines', 'St. Vincent and the Grenadines'),
('Languages::mobile_app.mobile_staffordshire', 'Staffordshire'),
('Languages::mobile_app.mobile_state', 'State'),
('Languages::mobile_app.mobile_state_colon', 'State:'),
('Languages::mobile_app.mobile_status', 'Status'),
('Languages::mobile_app.mobile_stavropolskij_kraj', 'Stavropol\'skij kraj'),
('Languages::mobile_app.mobile_stirling', 'Stirling'),
('Languages::mobile_app.mobile_stirlingshire', 'Stirlingshire'),
('Languages::mobile_app.mobile_store_closed', 'Store closed'),
('Languages::mobile_app.mobile_store_closed_for_maintenance', 'Sorry, the store is temporarily closed for maintenance.'),
('Languages::mobile_app.mobile_subtotal', 'Subtotal'),
('Languages::mobile_app.mobile_subtotal_colon', 'Subtotal:'),
('Languages::mobile_app.mobile_success', 'Success'),
('Languages::mobile_app.mobile_sudan', 'Sudan'),
('Languages::mobile_app.mobile_suffolk', 'Suffolk'),
('Languages::mobile_app.mobile_summary', 'Summary'),
('Languages::mobile_app.mobile_suriname', 'Suriname'),
('Languages::mobile_app.mobile_surrey', 'Surrey'),
('Languages::mobile_app.mobile_sutherland', 'Sutherland'),
('Languages::mobile_app.mobile_svalbard_and_jan_mayen_islands', 'Svalbard and Jan Mayen Islands'),
('Languages::mobile_app.mobile_sverdlovskaja_oblast', 'Sverdlovskaja oblast\''),
('Languages::mobile_app.mobile_swansea', 'Swansea'),
('Languages::mobile_app.mobile_swaziland', 'Swaziland'),
('Languages::mobile_app.mobile_sweden', 'Sweden'),
('Languages::mobile_app.mobile_switzerland', 'Switzerland'),
('Languages::mobile_app.mobile_syrian_arab_republic', 'Syrian Arab Republic'),
('Languages::mobile_app.mobile_taiwan', 'Taiwan'),
('Languages::mobile_app.mobile_tajikistan', 'Tajikistan'),
('Languages::mobile_app.mobile_tambovskaja_oblast', 'Tambovskaja oblast\''),
('Languages::mobile_app.mobile_tanzania_united_republic_of', 'Tanzania, United Republic of'),
('Languages::mobile_app.mobile_taranto', 'Taranto'),
('Languages::mobile_app.mobile_tarn', 'Tarn'),
('Languages::mobile_app.mobile_tarn_et_garonne', 'Tarn-et-Garonne'),
('Languages::mobile_app.mobile_tarragona', 'Tarragona'),
('Languages::mobile_app.mobile_tasmania', 'Tasmania'),
('Languages::mobile_app.mobile_taxes', 'Taxes'),
('Languages::mobile_app.mobile_tennessee', 'Tennessee'),
('Languages::mobile_app.mobile_teramo', 'Teramo'),
('Languages::mobile_app.mobile_terni', 'Terni'),
('Languages::mobile_app.mobile_territoire_de_belfort', 'Territoire de Belfort'),
('Languages::mobile_app.mobile_teruel', 'Teruel'),
('Languages::mobile_app.mobile_tessin', 'Tessin'),
('Languages::mobile_app.mobile_texas', 'Texas'),
('Languages::mobile_app.mobile_text_cart_empty', 'Your shopping cart is empty.'),
('Languages::mobile_app.mobile_text_cart_zero_inventory', 'Product has zero inventory and cannot be added to the cart.'),
('Languages::mobile_app.mobile_text_order_placed_successfully', 'Your order has been successfully placed.'),
('Languages::mobile_app.mobile_text_post_pended', 'Your post will be checked before it gets published.'),
('Languages::mobile_app.mobile_text_profile_is_updated', 'The profile data has been updated successfully.'),
('Languages::mobile_app.mobile_text_thank_you_for_post', 'Thank you for your post.'),
('Languages::mobile_app.mobile_thailand', 'Thailand'),
('Languages::mobile_app.mobile_thank_you_for_your_post', 'Thank you for your post.'),
('Languages::mobile_app.mobile_there_are_no_features', 'There are no feautures.'),
('Languages::mobile_app.mobile_there_are_no_images', 'There are no images'),
('Languages::mobile_app.mobile_there_are_no_products_in_this_section', 'There are no products in this section'),
('Languages::mobile_app.mobile_the_product_was_added_to_your_cart', 'The product was added to your cart.'),
('Languages::mobile_app.mobile_the_product_was_added_to_your_wish_list', 'The product was added to your Wish list.'),
('Languages::mobile_app.mobile_the_product_was_created', 'The product was created'),
('Languages::mobile_app.mobile_the_product_was_deleted', 'The product was deleted'),
('Languages::mobile_app.mobile_the_product_was_updated', 'The product was updated'),
('Languages::mobile_app.mobile_the_profile_data_has_been_updated_successfully', 'The profile data has been updated successfully'),
('Languages::mobile_app.mobile_the_profile_data_has_been_updated_successfully_dot', 'The profile data has been updated successfully.'),
('Languages::mobile_app.mobile_the_rating_field_is_mandatory', 'The rating field is mandatory.'),
('Languages::mobile_app.mobile_this_product_is_already_in_the_wish_list', 'This product is already in the wish list.'),
('Languages::mobile_app.mobile_thurgovie', 'Thurgovie'),
('Languages::mobile_app.mobile_thuringen', 'Thüringen'),
('Languages::mobile_app.mobile_tjumenskaja_oblast', 'Tjumenskaja oblast\''),
('Languages::mobile_app.mobile_togo', 'Togo'),
('Languages::mobile_app.mobile_tokelau', 'Tokelau'),
('Languages::mobile_app.mobile_toledo', 'Toledo'),
('Languages::mobile_app.mobile_tomskaja_oblast', 'Tomskaja oblast\''),
('Languages::mobile_app.mobile_tonga', 'Tonga'),
('Languages::mobile_app.mobile_torfaen', 'Torfaen'),
('Languages::mobile_app.mobile_torino', 'Torino'),
('Languages::mobile_app.mobile_total', 'Total'),
('Languages::mobile_app.mobile_total_colon', 'Total:'),
('Languages::mobile_app.mobile_trapani', 'Trapani'),
('Languages::mobile_app.mobile_trento', 'Trento'),
('Languages::mobile_app.mobile_treviso', 'Treviso'),
('Languages::mobile_app.mobile_trieste', 'Trieste'),
('Languages::mobile_app.mobile_trinidad_and_tobago', 'Trinidad and Tobago'),
('Languages::mobile_app.mobile_try_again', 'Try again:'),
('Languages::mobile_app.mobile_tulskaja_oblast', 'Tul\'skaja oblast\''),
('Languages::mobile_app.mobile_tunisia', 'Tunisia'),
('Languages::mobile_app.mobile_turkey', 'Turkey'),
('Languages::mobile_app.mobile_turkmenistan', 'Turkmenistan'),
('Languages::mobile_app.mobile_turks_and_caicos_islands', 'Turks and Caicos Islands'),
('Languages::mobile_app.mobile_tuvalu', 'Tuvalu'),
('Languages::mobile_app.mobile_tverskaja_oblast', 'Tverskaja oblast\''),
('Languages::mobile_app.mobile_tyne_and_wear', 'Tyne and Wear'),
('Languages::mobile_app.mobile_udine', 'Udine'),
('Languages::mobile_app.mobile_udmurtskaja_respublika', 'Udmurtskaja Respublika'),
('Languages::mobile_app.mobile_uganda', 'Uganda'),
('Languages::mobile_app.mobile_ukraine', 'Ukraine'),
('Languages::mobile_app.mobile_uljanovskaja_oblast', 'Ul\'janovskaja oblast\''),
('Languages::mobile_app.mobile_united_arab_emirates', 'United Arab Emirates'),
('Languages::mobile_app.mobile_united_kingdom_great_britain', 'United Kingdom (Great Britain)'),
('Languages::mobile_app.mobile_united_states', 'United States'),
('Languages::mobile_app.mobile_united_states_virgin_islands', 'United States Virgin Islands'),
('Languages::mobile_app.mobile_uri', 'Uri'),
('Languages::mobile_app.mobile_uruguay', 'Uruguay'),
('Languages::mobile_app.mobile_utah', 'Utah'),
('Languages::mobile_app.mobile_utrecht', 'Utrecht'),
('Languages::mobile_app.mobile_uzbekistan', 'Uzbekistan'),
('Languages::mobile_app.mobile_valais', 'Valais'),
('Languages::mobile_app.mobile_valencia', 'Valencia'),
('Languages::mobile_app.mobile_vale_of_glamorgan', 'Vale of Glamorgan'),
('Languages::mobile_app.mobile_valid_thru_mm', 'Valid thru (mm)'),
('Languages::mobile_app.mobile_valid_thru_yy', 'Valid thru (yy)'),
('Languages::mobile_app.mobile_valladolid', 'Valladolid'),
('Languages::mobile_app.mobile_val_de_marne', 'Val-de-Marne'),
('Languages::mobile_app.mobile_val_doise', 'Val-d\'Oise'),
('Languages::mobile_app.mobile_vanuatu', 'Vanuatu'),
('Languages::mobile_app.mobile_var', 'Var'),
('Languages::mobile_app.mobile_varese', 'Varese'),
('Languages::mobile_app.mobile_vatican_city_state', 'Vatican City State'),
('Languages::mobile_app.mobile_vaucluse', 'Vaucluse'),
('Languages::mobile_app.mobile_vaud', 'Vaud'),
('Languages::mobile_app.mobile_vendee', 'Vendée'),
('Languages::mobile_app.mobile_vendor', 'Vendor'),
('Languages::mobile_app.mobile_vendors', 'Vendors'),
('Languages::mobile_app.mobile_vendor_detail', 'Vendor Detail'),
('Languages::mobile_app.mobile_vendor_details', 'Vendor Detail'),
('Languages::mobile_app.mobile_vendor_info', 'Vendor Info'),
('Languages::mobile_app.mobile_vendor_orders', 'Vendor Orders'),
('Languages::mobile_app.mobile_vendor_products', 'Vendor products'),
('Languages::mobile_app.mobile_venezia', 'Venezia'),
('Languages::mobile_app.mobile_venezuela', 'Venezuela'),
('Languages::mobile_app.mobile_verbano_cusio_ossola', 'Verbano-Cusio-Ossola'),
('Languages::mobile_app.mobile_vercelli', 'Vercelli'),
('Languages::mobile_app.mobile_vermont', 'Vermont'),
('Languages::mobile_app.mobile_verona', 'Verona'),
('Languages::mobile_app.mobile_vertical_delimiter', '|'),
('Languages::mobile_app.mobile_vibo_valentia', 'Vibo Valentia'),
('Languages::mobile_app.mobile_vicenza', 'Vicenza'),
('Languages::mobile_app.mobile_victoria', 'Victoria'),
('Languages::mobile_app.mobile_vienne', 'Vienne'),
('Languages::mobile_app.mobile_viet_nam', 'Viet Nam'),
('Languages::mobile_app.mobile_view_all', 'View All'),
('Languages::mobile_app.mobile_view_detail', 'View Detail'),
('Languages::mobile_app.mobile_view_details', 'View Detail'),
('Languages::mobile_app.mobile_virginia', 'Virginia'),
('Languages::mobile_app.mobile_virgin_islands', 'Virgin Islands'),
('Languages::mobile_app.mobile_viterbo', 'Viterbo'),
('Languages::mobile_app.mobile_vizcaya', 'Vizcaya'),
('Languages::mobile_app.mobile_vladimirskaja_oblast', 'Vladimirskaja oblast\''),
('Languages::mobile_app.mobile_volgogradskaja_oblast', 'Volgogradskaja oblast\''),
('Languages::mobile_app.mobile_vologodskaja_oblast', 'Vologodskaja oblast\''),
('Languages::mobile_app.mobile_voronezhskaja_oblast', 'Voronezhskaja oblast\''),
('Languages::mobile_app.mobile_vosges', 'Vosges'),
('Languages::mobile_app.mobile_wallis_and_futuna_islands', 'Wallis And Futuna Islands'),
('Languages::mobile_app.mobile_warwickshire', 'Warwickshire'),
('Languages::mobile_app.mobile_washington', 'Washington'),
('Languages::mobile_app.mobile_website', 'Website'),
('Languages::mobile_app.mobile_weight_lbs', 'Weight (lbs)'),
('Languages::mobile_app.mobile_western_australia', 'Western Australia'),
('Languages::mobile_app.mobile_western_isles', 'Western Isles'),
('Languages::mobile_app.mobile_western_sahara', 'Western Sahara'),
('Languages::mobile_app.mobile_west_dunbartonshire', 'West Dunbartonshire'),
('Languages::mobile_app.mobile_west_lothian', 'West Lothian'),
('Languages::mobile_app.mobile_west_midlands', 'West Midlands'),
('Languages::mobile_app.mobile_west_sussex', 'West Sussex'),
('Languages::mobile_app.mobile_west_virginia', 'West Virginia'),
('Languages::mobile_app.mobile_west_yorkshire', 'West Yorkshire'),
('Languages::mobile_app.mobile_we_have_no_shipping_options_available_for_your_location', 'Sorry, it seems that we have no shipping options available for your location.Please check your shipping address and contact us if everything is okay. We\'ll see what we can do about it.'),
('Languages::mobile_app.mobile_wigtownshire', 'Wigtownshire'),
('Languages::mobile_app.mobile_wiltshire', 'Wiltshire');
INSERT INTO `partiushop_original_values` (`msgctxt`, `msgid`) VALUES
('Languages::mobile_app.mobile_wisconsin', 'Wisconsin'),
('Languages::mobile_app.mobile_wishlist', 'Wish List'),
('Languages::mobile_app.mobile_wish_list', 'Wish List'),
('Languages::mobile_app.mobile_worcestershire', 'Worcestershire'),
('Languages::mobile_app.mobile_wrexham', 'Wrexham'),
('Languages::mobile_app.mobile_write_a_review', 'Write a Review'),
('Languages::mobile_app.mobile_write_review', 'Write a Review'),
('Languages::mobile_app.mobile_wrong_password', 'Wrong password.'),
('Languages::mobile_app.mobile_wyoming', 'Wyoming'),
('Languages::mobile_app.mobile_yemen', 'Yemen'),
('Languages::mobile_app.mobile_yonne', 'Yonne'),
('Languages::mobile_app.mobile_yookassa', 'YooKassa'),
('Languages::mobile_app.mobile_yorkshire', 'Yorkshire'),
('Languages::mobile_app.mobile_your_changes_have_been_saved', 'Your changes have been saved.'),
('Languages::mobile_app.mobile_your_message', 'Your message'),
('Languages::mobile_app.mobile_your_name', 'Your name'),
('Languages::mobile_app.mobile_your_order_has_been_successfully_placed', 'Your order has been successfully placed.'),
('Languages::mobile_app.mobile_your_post_will_be_checked_before_it_gets_published', 'Your post will be checked before it gets published.'),
('Languages::mobile_app.mobile_your_request_has_been_sent', 'Your request has been sent successfully.'),
('Languages::mobile_app.mobile_your_shopping_cart_is_empty', 'Your shopping cart is empty.'),
('Languages::mobile_app.mobile_your_wish_lists_will_love_here', 'Your Wish Lists will love here.'),
('Languages::mobile_app.mobile_you_can_leave_us_a_comment_here', 'You can leave us a comment here.'),
('Languages::mobile_app.mobile_yukon', 'Yukon'),
('Languages::mobile_app.mobile_yvelines', 'Yvelines'),
('Languages::mobile_app.mobile_zabaykalskiy_kraj', 'Zabaykal\'skiy kraj'),
('Languages::mobile_app.mobile_zaire', 'Zaire'),
('Languages::mobile_app.mobile_zambia', 'Zambia'),
('Languages::mobile_app.mobile_zamora', 'Zamora'),
('Languages::mobile_app.mobile_zaragoza', 'Zaragoza'),
('Languages::mobile_app.mobile_zeeland', 'Zeeland'),
('Languages::mobile_app.mobile_zimbabwe', 'Zimbabwe'),
('Languages::mobile_app.mobile_zip_code', 'Zip code'),
('Languages::mobile_app.mobile_zoug', 'Zoug'),
('Languages::mobile_app.mobile_zuid_holland', 'Zuid Holland'),
('Languages::mobile_app.mobile_zurich', 'Zurich'),
('Languages::mobile_app.m_app_icon', 'App Icon'),
('Languages::mobile_app.m_app_notification_icon', 'Notification icon'),
('Languages::mobile_app.m_app_splash_landscape', 'Splash Screen (landscape)'),
('Languages::mobile_app.m_app_splash_portrait', 'Splash Screen (portrait)'),
('Languages::mobile_app.m_app_store_logo', 'Feature Graphic image'),
('Languages::mobile_app.open', 'Open'),
('Languages::mobile_app.preparing_android_images', 'Preparing Android images'),
('Languages::mobile_app.preparing_archive', 'Preparing archive'),
('Languages::mobile_app.preparing_config', 'Preparing config'),
('Languages::mobile_app.preparing_ios_icons', 'Preparing iOS icons'),
('Languages::mobile_app.preparing_ios_images', 'Preparing iOS images'),
('Languages::mobile_app.privacypolicyurl', 'Privacy Policy URL'),
('Languages::mobile_app.promotion', 'Promotion'),
('Languages::mobile_app.promotion_note', 'Visitors of your site who use iOS or Android devices will see a prompt to install the mobile application.<br>To show your application\'s icon in this prompt, <a href=\"[icon_url]\">upload App Icon</a> in the add-on settings. If App Icon is not specified, the favicon of a storefront will be used instead.'),
('Languages::mobile_app.pushnotifications', 'Push notifications'),
('Languages::mobile_app.section.bottom_tabs', 'Bottom tabs'),
('Languages::mobile_app.section.category', 'Categories'),
('Languages::mobile_app.section.changeable_settings_description', 'These settings change in every customer\'s app as soon as you change them here and save the changes. You won\'t need to build the new app and release an upgrade.'),
('Languages::mobile_app.section.configure_app', 'Configure app'),
('Languages::mobile_app.section.configure_app_description', 'These settings are hard-coded into the app and can\'t be changed on the fly. After you change them, you\'ll need to save the changes, download the config, build the new app, and release an upgrade.'),
('Languages::mobile_app.section.drawer', 'Drawer (sidebar menu)'),
('Languages::mobile_app.section.main', 'Main screen'),
('Languages::mobile_app.section.navbar', 'Navigation bar'),
('Languages::mobile_app.section.product_screen', 'Product screen'),
('Languages::mobile_app.section.profile', 'Profile'),
('Languages::mobile_app.section.push_notifications', 'Push notifications'),
('Languages::mobile_app.services_config', 'Firebase config file (Android)'),
('Languages::mobile_app.settings.access_key', 'Access key:'),
('Languages::mobile_app.shopname', 'Shop Name'),
('Languages::mobile_app.supportemail', 'Support email'),
('Languages::mobile_app.upload_existing_translations', 'Update texts using existing locale files'),
('Languages::mobile_app.view_demo', 'View demo'),
('Languages::mobile_app.we_also_have_a_mobile_app', 'We also have a mobile app'),
('Languages::mobile_sticky_compare', 'ET - Mobile sticky compare'),
('Languages::mobile_sticky_home', 'ET - Mobile sticky home'),
('Languages::mobile_sticky_wishlist', 'ET - Mobile sticky wishlist'),
('Languages::modified_core_files_found', 'Some of your core files have been changed. This may become a problem when upgrading [product] as changes in these files may be lost.'),
('Languages::modifier', 'Modifier'),
('Languages::modify_profile', 'Modify Profile'),
('Languages::modify_selected', 'Modify selected'),
('Languages::month', 'Month'),
('Languages::monthly', 'Monthly'),
('Languages::months', 'month(s)'),
('Languages::month_name_1', 'January'),
('Languages::month_name_10', 'October'),
('Languages::month_name_11', 'November'),
('Languages::month_name_12', 'December'),
('Languages::month_name_2', 'February'),
('Languages::month_name_3', 'March'),
('Languages::month_name_4', 'April'),
('Languages::month_name_5', 'May'),
('Languages::month_name_6', 'June'),
('Languages::month_name_7', 'July'),
('Languages::month_name_8', 'August'),
('Languages::month_name_9', 'September'),
('Languages::month_name_abr_1', 'Jan'),
('Languages::month_name_abr_10', 'Oct'),
('Languages::month_name_abr_11', 'Nov'),
('Languages::month_name_abr_12', 'Dec'),
('Languages::month_name_abr_2', 'Feb'),
('Languages::month_name_abr_3', 'Mar'),
('Languages::month_name_abr_4', 'Apr'),
('Languages::month_name_abr_5', 'May'),
('Languages::month_name_abr_6', 'Jun'),
('Languages::month_name_abr_7', 'Jul'),
('Languages::month_name_abr_8', 'Aug'),
('Languages::month_name_abr_9', 'Sep'),
('Languages::more', 'More'),
('Languages::more_info', 'More info'),
('Languages::more_languages', 'More languages'),
('Languages::more_link', '[more]'),
('Languages::more_sign_in_options', 'Back to more sign in options'),
('Languages::more_subjects', 'Random subjects (one per line)'),
('Languages::more_than', 'More than'),
('Languages::more_w_ellipsis', 'More...'),
('Languages::most_popular', 'Most popular'),
('Languages::most_popular_addons', 'Most popular add-ons'),
('Languages::mr', 'Mr.'),
('Languages::ms', 'Ms.'),
('Languages::multiple', 'Multiple'),
('Languages::multiple_checkboxes', 'Multiple checkboxes'),
('Languages::multiple_selectbox', 'Multiple selectbox'),
('Languages::multiple_selectbox_notice', '<p>To select several items, press and hold the CTRL key and click on the required items.</p>'),
('Languages::multiupload', 'Multiupload'),
('Languages::mve.container_not_used', 'This container currently has default configuration. It looks exactly like the store owner configured it. Vendors can use custom configuration to change the blocks in this container.'),
('Languages::mve_plus_license', '[product] Plus'),
('Languages::mve_ultimate_license', '[product] Ultimate'),
('Languages::mve_ultimate_license_required', '[product] Ultimate is required for this'),
('Languages::mve_ultimate_or_plus_license_required', 'This action requires [product] Ultimate or [product] Plus'),
('Languages::my_account', 'My account'),
('Languages::my_account_links', 'My account links'),
('Languages::my_account_links_advanced', 'My account advanced'),
('Languages::my_cart', 'My cart'),
('Languages::my_points', 'My points'),
('Languages::na', 'N/A'),
('Languages::name', 'Name'),
('Languages::navigation', 'Navigation'),
('Languages::navi_pages', 'Pages'),
('Languages::need_company_id', 'Company ID is required (the company_id param)'),
('Languages::need_product_name', 'You have to specify product name'),
('Languages::need_snippet_name', 'You have to specify valid snippet name'),
('Languages::need_storefront_id', 'Storefront ID is required (the storefront_id param)'),
('Languages::need_upgrade', 'Need upgrade'),
('Languages::neighbours', 'Neighbours'),
('Languages::never', 'Never'),
('Languages::new', 'New'),
('Languages::newest', 'Newest'),
('Languages::newsletter', 'Newsletter'),
('Languages::newsletters', 'Newsletters'),
('Languages::newsletters.agreement_text_full_subscribe_to_newsletters', '<p>When you sign up for a specific newsletter, we ([company]) add your email address to a corresponding mailing list. While it is there, we know that we can contact you by email regarding that topic.</p> <p>You can always have your email address removed from our mailing lists. There are multiple ways to do it:</p><ul> <li>Once your account is registered, just sign in and unsubscribe from newsletters in profile settings.</li> <li>Use the “Unsubscribe” link in our newsletters that you receive.</li> <li>Send an email to [email].</li> </ul> <p>We may use a third-party email service (MailChimp and/or Mad Mimi) to send newsletters. Some members of our staff can view mailing lists with email addresses. That way they’ll be able to remove your email address from the mailing list, should you request us to do so.</p> <p>Please note that mailing lists are independent from each other. If you decide not to receive newsletters at all, you’ll have to unsubscribe from all the mailing lists. Even if you do that, you’ll still receive account-related emails (such as order status notifications, password reset emails, and more). It is essential for operating an online store.</p> <p>If you decide that you no longer want to use our store and would like to have your personal data removed from our database (or if you’d like to get all the personal data associated with your account that we have), please send an email to [email].</p> <p>If you believe that your personal data has been misused, you have the right to lodge a complaint with a supervisory authority. We’re obliged by EU General Data Protection Regulation to let you know about this right; we don’t actually intend to misuse your data.</p>'),
('Languages::newsletters.agreement_text_short_subscribe_to_newsletters', 'I agree to have my personal data <u>processed as follows</u> and I want to subscribe for the following newsletters:'),
('Languages::newsletters.default_mailing_list', 'Default mailing list'),
('Languages::newsletters.new_subscribers', 'New subscribers'),
('Languages::newsletters.subscribe_to_newsletters', 'Newsletters: Subscribe to newsletters'),
('Languages::newsletters.use_for_subscribe_form', 'Subscribe form'),
('Languages::newsletters_menu_description', 'Create and send newsletters to your customer.'),
('Languages::newsletter_autoresponder', 'Newsletter autoresponder'),
('Languages::newsletter_autoresponders', 'Newsletter autoresponders'),
('Languages::newsletter_template', 'Newsletter template'),
('Languages::newsletter_templates', 'Newsletter templates'),
('Languages::news_plain', 'Plain'),
('Languages::new_addon', 'New add-on'),
('Languages::new_add_on_is_not_compatible_with_your_product', 'The new add-on is not compatible with your current version of [product]. To update the add-on to the latest version, please upgrade [product] to version [version].'),
('Languages::new_administrator_account_created', 'New administrator account has been successfully created.'),
('Languages::new_administrator_password', 'New administrator password'),
('Languages::new_attachment', 'New attachment'),
('Languages::new_campaign', 'New campaign'),
('Languages::new_category', 'New category'),
('Languages::new_certificate', 'New certificate'),
('Languages::new_chart', 'New chart'),
('Languages::new_combination', 'New combination'),
('Languages::new_credit_card', 'New credit card'),
('Languages::new_currency', 'New currency'),
('Languages::new_customer', 'New customer'),
('Languages::new_domains', 'New domains'),
('Languages::new_emails', 'New e-mail addresses'),
('Languages::new_feature', 'New feature'),
('Languages::new_file', 'New file'),
('Languages::new_filter', 'New filter'),
('Languages::new_folder', 'New folder'),
('Languages::new_form', 'New form'),
('Languages::new_group', 'New group'),
('Languages::new_invoice_langvar_upgrade_notification_message', '<p>A new language variable called <b>invoice_heading</b> has been added. You can use it to alter the title of your invoices as you see fit without altering the word \"Invoice\" in other parts of the store. The values for <b>invoice_heading</b> have been copied from the values of the <b>invoice</b> language variable.</p><p>Please note that whether or not the language variable appears in your invoices depends on <a href=\"http://docs.cs-cart.com/latest/user_guide/look_and_feel/documents/enable_document_editor.html\">whether or not you use the email template and document editors</a>:</p><ul><li>If you use the editors, then you\'ll have to add the new language variable to your invoice manually.</li><li>If you use the old way of editing documents (via TPL files), then the new language variable is already included in the default TPL files.</li></ul>'),
('Languages::new_invoice_langvar_upgrade_notification_title', 'New language variable for invoice heading'),
('Languages::new_ips', 'New IPs'),
('Languages::new_items', 'New items'),
('Languages::new_language', 'New language'),
('Languages::new_language_variable', 'New language variable'),
('Languages::new_layout', 'New layout'),
('Languages::new_link', 'New link'),
('Languages::new_localization', 'New localization'),
('Languages::new_location', 'New location'),
('Languages::new_mailing_lists', 'New mailing list'),
('Languages::new_menu', 'New menu'),
('Languages::new_option', 'New option'),
('Languages::new_page', 'New page'),
('Languages::new_payments', 'New payment method'),
('Languages::new_payout', 'New payout'),
('Languages::new_poll', 'New poll'),
('Languages::new_post', 'New post'),
('Languages::new_product', 'New product'),
('Languages::new_profile', 'New profile'),
('Languages::new_profile_field', 'New profile field'),
('Languages::new_profile_notification', 'New profile notification'),
('Languages::new_promotion', 'New promotion'),
('Languages::new_question', 'New question'),
('Languages::new_rate_area', 'New rate area'),
('Languages::new_reason', 'New reason'),
('Languages::new_report', 'New report'),
('Languages::new_rule', 'New rule'),
('Languages::new_saved_search', 'New saved search'),
('Languages::new_section', 'New section'),
('Languages::new_setting_value', 'New value'),
('Languages::new_shipment', 'New shipment'),
('Languages::new_shipment_was_created', 'New shipment was created'),
('Languages::new_shipping_method', 'New shipping method'),
('Languages::new_site_map_section', 'New sitemap section'),
('Languages::new_states', 'New state(s) for the selected country'),
('Languages::new_status', 'New status'),
('Languages::new_store_location', 'New store location'),
('Languages::new_subscribers', 'New subscribers'),
('Languages::new_tab', 'New tab'),
('Languages::new_tax', 'New tax'),
('Languages::new_text_ultimate_license_required', 'A special edition of [product] that offers an unlimited number of storefronts. If you switch to <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see the message about the storefront limit again.'),
('Languages::new_usergroups', 'New user group(s)'),
('Languages::new_user_profile', 'New user profile'),
('Languages::new_vendor', 'New vendor'),
('Languages::new_vendor_notification', 'Hello,<br/><br/>A new vendor has registered and received access to the storefront and the admin panel. <a href=\"[link]\">Use this link to view the vendor\'s account details.</a>'),
('Languages::new_vendor_panel.upgrade_notification', '<p>Multi-Vendor 4.14.1 comes with a new vendor panel. It features a sidebar, has much fewer menus, and generally looks much lighter. To top it off, you can tailor the colors of that vendor panel to your brand, and decide which product fields and tabs vendors will see.</p><p>Only you decide when to move to the new vendor panel. It is part of the add-on called \"Vendor panel configurator\". Once you install the add-on, vendors will get the new experience, and you\'ll see the add-on settings that will allow you to configure the new vendor panel.</p><p><a href=\"[configure_vendor_panel_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Configure vendor panel</a></p>'),
('Languages::new_vendor_panel.upgrade_notification_title', 'New vendor panel: modern and easier'),
('Languages::new_version', 'New version'),
('Languages::new_withdrawal', 'New withdrawal'),
('Languages::new_zealand', 'New Zealand'),
('Languages::next', 'Next'),
('Languages::next_step', 'Next step'),
('Languages::ne_add_subscribers_from_users', 'Add subscribers from the list of users'),
('Languages::ne_warning_subscr_email_exists', '<b>[email]</b> is already in the subscribers list'),
('Languages::no', 'No'),
('Languages::nocombination', 'Unfortunately this combination is not accessible'),
('Languages::none', 'None'),
('Languages::non_writable_directories', 'The following directories do not have writable permissions'),
('Languages::normal', 'Normal'),
('Languages::norway', 'Norway'),
('Languages::norwegian', 'Norwegian'),
('Languages::note', 'Note'),
('Languages::notes', 'Notes'),
('Languages::nothing_sign', '&mdash;'),
('Languages::notice', 'Notice'),
('Languages::notice_too_many_decimals', 'You have specified [DECIMALS] decimal places for [CURRENCY]. The maximum number of supported decimal places is 2. Further values will be displayed as zeros.'),
('Languages::notice_undeliverable_products_removed', 'Undeliverable products have been removed from your cart. You may proceed with the purchase.'),
('Languages::notice_update_customer_details', 'The customer updated the email address in the profile. Select the check box to update the order details:'),
('Languages::notification', 'Notification'),
('Languages::notification.upgrade_available.message', 'A new version of [product] is available. If you want to upgrade to the latest version now, click here.'),
('Languages::notification.upgrade_available.title', 'Upgrade available'),
('Languages::notifications', 'Notifications'),
('Languages::notifications_center.notifications', 'Notifications'),
('Languages::notifications_center.no_notifications', 'No notifications'),
('Languages::notifications_center.section.administration', 'Administration'),
('Languages::notifications_center.section.all', 'All'),
('Languages::notifications_center.section.communication', 'Communication'),
('Languages::notifications_center.section.other', 'Other'),
('Languages::notifications_center.section.products', 'Products'),
('Languages::notifications_center.tag.administration.license', 'Licence'),
('Languages::notifications_center.tag.administration.update', 'Update'),
('Languages::notifications_center.tag.messages', 'Messages'),
('Languages::notifications_center.tag.other', 'Other'),
('Languages::notification_template.tab.email', 'Email'),
('Languages::notification_template.tab.internal', 'On-site'),
('Languages::notify_customer', 'Notify customer'),
('Languages::notify_orders_department', 'Notify orders department'),
('Languages::notify_supplier', 'Notify supplier'),
('Languages::notify_user', 'Notify user'),
('Languages::notify_vendor', 'Notify vendor'),
('Languages::notify_vendors_by_email', 'Notify vendors by e-mail'),
('Languages::notify_vendor_by_email', 'Notify vendor by e-mail'),
('Languages::notify_when_back_in_stock', 'Notify me when this product is back in stock'),
('Languages::not_active', 'Not active'),
('Languages::not_active_file_notice', 'This file will be available for downloading only after the administrator approves them'),
('Languages::not_approved', 'Not approved'),
('Languages::not_a_member', 'Not a member'),
('Languages::not_checked', 'Not checked'),
('Languages::not_installed', 'Not installed'),
('Languages::not_scroll_automatically', 'Do not scroll automatically'),
('Languages::no_active_storefronts', 'No active storefronts'),
('Languages::no_autoresponder', 'No autoresponder'),
('Languages::no_categories_available', 'No categories available'),
('Languages::no_data', 'No data found'),
('Languages::no_data_found', 'No data found that satisfies this chart conditions'),
('Languages::no_files', 'No files'),
('Languages::no_hidden_elements_second_level_view', 'no_hidden_elements_second_level_view'),
('Languages::no_hidden_elements_second_level_view.tooltip', 'no_hidden_elements_second_level_view.tooltip'),
('Languages::no_image', 'No image'),
('Languages::no_items', 'No items defined'),
('Languages::no_items_found', 'No items found matching the search criteria'),
('Languages::no_manager_assigned', 'No manager assigned'),
('Languages::no_menus', 'No menus'),
('Languages::no_modified_core_files_found', 'No changed core files found'),
('Languages::no_posts_found', 'No posts found'),
('Languages::no_products_for_shipment', 'There are no products for shipment'),
('Languages::no_products_selected', 'No products selected'),
('Languages::no_rates_for_empty_cart', '<p class=\"error-text\" align=\"center\">Your cart is empty and the shipping cost cannot be estimated</p>'),
('Languages::no_rates_for_empty_cart_warning', 'Your cart is empty and the shipping cost cannot be estimated'),
('Languages::no_return_requests_found', 'No return requests found'),
('Languages::no_shipping_required', 'No shipping required'),
('Languages::no_such_coupon', 'The entered code cannot be applied, because it does not meet the requirements.'),
('Languages::no_template', 'No template'),
('Languages::no_themes_available', 'No themes available'),
('Languages::no_users_found', 'No users found'),
('Languages::number', 'Number'),
('Languages::number_of_columns', 'Number of columns in the objects list'),
('Languages::n_banners', '[n] banner|[n] banners'),
('Languages::n_categories', '[n] category|[n] categories'),
('Languages::n_days', '[n] day|[n] days'),
('Languages::n_filters', '[n] filter|[n] filters'),
('Languages::n_pages', '[n] page|[n] pages'),
('Languages::n_polls', '[n] poll|[n] polls'),
('Languages::n_posts', '[n] post|[n] posts'),
('Languages::n_products', '[n] product|[n] products'),
('Languages::n_products_found', '[n] product found|[n] products found'),
('Languages::n_profile_fields', '[n] profile field|[n] profile fields'),
('Languages::n_stars', '[n] star|[n] stars'),
('Languages::n_tags', '[n] tag|[n] tags'),
('Languages::n_vendors', '[n] vendor|[n] vendors'),
('Languages::object', 'Object'),
('Languages::objects_per_page', '[n] per page'),
('Languages::object_does_not_exist', 'The object doesn\'t exist'),
('Languages::object_exists', 'Object of the same name already exists. Do you want to overwrite it?'),
('Languages::object_not_found', 'The [object] not found'),
('Languages::of', 'of'),
('Languages::off', 'Off'),
('Languages::offline', 'Offline'),
('Languages::offset', 'Offset'),
('Languages::ogone.sha_in', 'SHA-IN pass phrase'),
('Languages::ogone_direct.config_info', 'Enter SHA-IN pass phrase both here and on the Ingenico administation panel.<br><br>For new Ingenico accounts created since May 11th, 2010, the new SHA policy is automatically active.<br/>Please do not forget to select the \"Use new SHA signature policy\" checkbox.'),
('Languages::ogone_web.config_info', 'Please set the following URL in the Technical Information section on the Ingenico administation panel as the <b>URL of the merchant\'s post-payment page</b> for all cases (\"accepted\", \"on hold\", \"uncertain\", \"canceled by the client\", \"too many rejections by the acquirer\"): <code>[r_url]</code><br>Select \"Always deferred (not immediately after the payment)\" for the <b>Timing of the request</b>.<br>Enter SHA-IN and SHA-OUT pass phrases both here and on the Ingenico administation panel.'),
('Languages::ogone_web.sha_out', 'SHA-OUT pass phrase'),
('Languages::ok', 'OK'),
('Languages::old_price', 'Old price'),
('Languages::on', 'on'),
('Languages::once_per_customer', 'Once per customer'),
('Languages::onclick_dropdown', 'Onclick-dropdown'),
('Languages::online_only', 'Online only'),
('Languages::on_backorder', 'On backorder'),
('Languages::on_off', 'On/Off'),
('Languages::on_sale', 'On sale'),
('Languages::on_site_layout_editing', 'Editing layout page: [page]'),
('Languages::on_site_live_editing', 'On-site live editing'),
('Languages::on_site_template_editing', 'On-site template editing'),
('Languages::open', 'Open'),
('Languages::open_action', 'Open'),
('Languages::open_file_or_create_new', 'Open a file or create a new one to get started.'),
('Languages::open_hours', 'Open hours'),
('Languages::open_in_new_window', 'Open in new window'),
('Languages::open_selected_storefronts', 'Open selected'),
('Languages::open_store', 'Open storefront'),
('Languages::optimize_database', 'Optimize database'),
('Languages::optimizing_table', 'Optimizing table'),
('Languages::options', 'Options'),
('Languages::options_for', 'Options for'),
('Languages::options_have_been_applied_to_products', 'Options have been successfully applied to the selected products'),
('Languages::options_menu_description', 'Manage global product options and option variants in your store.'),
('Languages::options_settings', 'Options settings'),
('Languages::options_type', 'Options type'),
('Languages::option_combinations', 'Option combinations'),
('Languages::option_exceptions', 'Option exceptions'),
('Languages::option_name', 'Option name'),
('Languages::option_unlinked', 'Global option \"[option_name]\" has been deactivated for the product'),
('Languages::option_variants', 'Option variants'),
('Languages::opt_currency_name', 'Show currency titles'),
('Languages::opt_currency_symbol', 'Use currency symbols instead of titles'),
('Languages::opt_language_icon', 'Use language icons instead of names'),
('Languages::opt_language_name', 'Show language names'),
('Languages::or', 'or'),
('Languages::order', 'Order'),
('Languages::ordered_products', 'Ordered products'),
('Languages::orders', 'Orders'),
('Languages::orders_not_allow_to_change_company', 'Company has not been changed. It is not allowed to change the company when editing an order.'),
('Languages::orders_no_items', 'Use the \"Add products\" button above to add products to order.'),
('Languages::order_by_status', 'Order by status'),
('Languages::order_date', 'Order date'),
('Languages::order_details', 'Order details'),
('Languages::order_discount', 'Order discount'),
('Languages::order_id', 'Order ID'),
('Languages::order_info', 'Order information'),
('Languages::order_items', 'Order items'),
('Languages::order_landing_page', 'Order landing page'),
('Languages::order_management', 'Order management'),
('Languages::order_manager', 'Order manager'),
('Languages::order_placed', 'Order placed'),
('Languages::order_prefix', 'Order prefix'),
('Languages::order_returns', 'Order returns'),
('Languages::order_search', 'Search order'),
('Languages::order_status', 'Order status'),
('Languages::order_statuses', 'Order statuses'),
('Languages::order_statuses_menu_description', 'Add new or edit existing order statuses.'),
('Languages::order_total', 'Order Total'),
('Languages::order_total_not_correct', 'The paid total amount does not match the order total'),
('Languages::order_total_will_changed', 'The order total will be changed by'),
('Languages::order_was_not_placed', 'Order was not placed'),
('Languages::original', 'Original'),
('Languages::origination', 'Origination'),
('Languages::or_saved_search', 'or any item from the saved search'),
('Languages::or_use', 'Or use'),
('Languages::others', 'Others'),
('Languages::other_addons', 'Other add-ons'),
('Languages::other_notification', 'Other'),
('Languages::other_notifications.email_templates', 'See the full list of email templates'),
('Languages::other_notifications.internal_templates', 'See the full list of on-site notification templates'),
('Languages::other_notifications.title', 'Can\'t find a notification you\'re looking for?'),
('Languages::our_brands', 'Our Brands'),
('Languages::output', 'Output'),
('Languages::outside_navigation', 'Outside navigation'),
('Languages::out_of_stock_actions', 'Out of stock actions'),
('Languages::out_of_stock_products', 'Out of stock'),
('Languages::override_by_dispatch', 'Override locations by dispatch'),
('Languages::override_by_this', 'Use this content for all the block instances'),
('Languages::override_exchange_rate', 'Override exchange rate'),
('Languages::override_gc_points', 'Override global/category point value for this product'),
('Languages::override_gc_points_brief', 'Override global/category points'),
('Languages::override_g_points', 'Override global point value for all products in this category'),
('Languages::override_per', 'Override global PER'),
('Languages::override_points', 'Override points'),
('Languages::override_product_data', 'Apply values to all the selected products'),
('Languages::overwrite', 'Overwrite'),
('Languages::overwrite_selected_settings', 'Overwrite selected settings'),
('Languages::owner', 'Owner'),
('Languages::owner_company', 'Storefront'),
('Languages::p21agree', 'Please type \"AGREE\" or \"DISAGREE\" in the box provided'),
('Languages::p21agree_tooltip', 'By typing AGREE in the below box I am providing my signature as authorization to Payment21&reg; to electronically debit my account for the amount I have entered. I also understand and expressly authorize the merchant, if my eCheck payment is dishonored or returned for any reason, to electronically debit my account for the amount of the eCheck payment plus an NSF fee not to exceed the state maximum legal limit. I will print or save this page for my records. I can call 1-888-770-0850 for 24/7 support with any questions regarding this payment transaction.'),
('Languages::package', 'Package'),
('Languages::packages', 'Packages'),
('Languages::package_type', 'Package type'),
('Languages::packing_slip', 'Packing slip'),
('Languages::packing_slip_for_order', 'Packing slip for order'),
('Languages::page', 'Page'),
('Languages::pages', 'Pages'),
('Languages::pages_menu_description', 'Create and publish pages, polls, forms and links.'),
('Languages::page_cloned', 'The page <b>[page]</b> has been cloned successfully. Now you can edit the new page'),
('Languages::page_id', 'Page ID'),
('Languages::page_link', 'Page URL'),
('Languages::page_name', 'Page name'),
('Languages::page_not_found', 'Page Not Found'),
('Languages::page_not_found_text', 'The page you have requested cannot be found.'),
('Languages::page_target_url', 'Target URL'),
('Languages::page_title', 'Page title'),
('Languages::page_url', 'Page URL'),
('Languages::pagination_range', '<span>[pagination.range_from]</span>–<span>[pagination.range_to]</span>&nbsp;of&nbsp;[pagination.total_items]'),
('Languages::paid_amount', 'Paid amount'),
('Languages::pair_type', 'Pair type'),
('Languages::param', 'Parameter'),
('Languages::parameter', 'Object to analyze'),
('Languages::parameter_name', 'Parameter name'),
('Languages::parent', 'Parent'),
('Languages::parent_category', 'Parent category'),
('Languages::parent_category_id', 'Parent category'),
('Languages::parent_item', 'Parent item'),
('Languages::parent_page', 'Parent page'),
('Languages::parent_page_id', 'Parent page'),
('Languages::partner', 'Partner'),
('Languages::passphrase', 'Pass-phrase'),
('Languages::passport_number', 'Passport number'),
('Languages::password', 'Password'),
('Languages::path_to_files', 'Full path to the \"atos\" files'),
('Languages::pause_delay', 'Pause delay (in seconds)'),
('Languages::payflowcolor', 'Payflow color'),
('Languages::payment', 'Payment'),
('Languages::payments', 'Payments'),
('Languages::payments.cresecure.location_notice', '<b>Please note:</b><br>1. This payment requires the https checkout option to be enabled!<br>2. By default, the Checkout location is shown to a user on payment placing. In order to show a different location, create a new location with the dispatch \'checkout.cresecure_template\' in the <a href=\"[url]\" target=\"_blank\">Layout manager</a>.'),
('Languages::payments.epdq.bgcolor', 'Background color'),
('Languages::payments.epdq.btn_bgcolor', 'Button background color'),
('Languages::payments.epdq.btn_textcolor', 'Button text color'),
('Languages::payments.epdq.font_type', 'Font type'),
('Languages::payments.epdq.hash_error', 'Sorry, the hash string does not match'),
('Languages::payments.epdq.instructions', '<ol><li><p>Enter the following URL in the \"Technical information\"→\"Transaction feedback\" section in the Barclaycard ePDQ admin area:</p><p>for the \"accepted\" and \"cancelled\" payments: [url]</p></li><li>Make sure that the \"Timing of the request\" is set to \"Always online\", and \"Request method\" is set to \"POST\"</li><li>Define the \"SHA-OUT pass phrase\" value in the ePDQ admin area as you like, then duplicate it in the \"SHA-IN pass phrase\" field in the \"Data and origin verification\" section, and also in the \"Pass-phrase\" field below</li><li>Make sure that the \"Default operation code\" option in the ePDQ admin area has the same value as the \"Transaction type\" option value below</li><li>Set the \"Hash algorithm\" parameter to \"SHA-1\" in the \"Global security parameters\" section in the Barclaycard ePDQ admin area</li></ol>'),
('Languages::payments.epdq.pspid', 'EPDQ pspid'),
('Languages::payments.epdq.tbl_bgcolor', 'Table background color'),
('Languages::payments.epdq.tbl_textcolor', 'Table text color'),
('Languages::payments.epdq.textcolor', 'Text color'),
('Languages::payments.epdq.title', 'Title'),
('Languages::payments.eway_rapidapi_rsp.header_text', 'Header text'),
('Languages::payments.globalpayments.connector_error', 'Your Global Payments account has been suspended. Contact Global Payments support for further information.'),
('Languages::payments.globalpayments.globalpayments_error', 'Error with Global Payments systems'),
('Languages::payments.globalpayments.referring_ip', 'Please supply the IP address of your server to your Global Payments account manager'),
('Languages::payments.globalpayments.referring_url', 'Please supply this URL to your Global Payments account manager'),
('Languages::payments.globalpayments.text_status_map', 'Global Payments to [product] order status conversion map'),
('Languages::payments.layout_a', 'Layout A'),
('Languages::payments.layout_b', 'Layout B'),
('Languages::payments.layout_c', 'Layout C'),
('Languages::payments.paypal_adv_layout', 'Layout'),
('Languages::payments.qbms.app_token', 'App Token'),
('Languages::payments.qbms.configuration_required', '<p>Fill in the fields below and save the changes:<br>- App Token<br>- OAuth Consumer Key<br> - OAuth Consumer Secret</p><p>Click \"Connect to QuickBooks\" button that will appear instead of this message to finish payment configuration.</p>'),
('Languages::payments.qbms.configure_payment_method', '<p>How to configure the payment method:</p><p>1. <a target=\"_blank\" href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/authentication-and-authorization/oauth-2.0#obtain-oauth2-credentials-for-your-app\">Obtain OAuth 2.0 credentials</a> from QuickBooks Online application and copy them to the payment method settings in [product].</p><p>2. Click \"Create\", then open the settings of this payment method again to finish its configuration.</p>'),
('Languages::payments.qbms.oauth_client_id', 'OAuth Client Id'),
('Languages::payments.qbms.oauth_client_secret', 'OAuth Client Secret'),
('Languages::payments.qbms.oauth_consumer_key', 'OAuth Consumer Key'),
('Languages::payments.qbms.oauth_consumer_secret', 'OAuth Consumer Secret'),
('Languages::payments.qbms.quickbooks_connection', 'QuickBooks Connection'),
('Languages::payments.qbms.renew_token', 'Press \"Connect to QuickBooks\" to renew the token.'),
('Languages::payments.qbms.tip_fill_redirect', '<p>- In the QuickBooks application, copy the following value into the Redirect URI field:</p><p>[url]</p><p>- Click the \"Connect to QuickBooks\" button.</p>'),
('Languages::payments.qbms.token_expired', 'The token has expired.'),
('Languages::payments.qbms.token_expires', 'The token expires on <b>[date]</b> at <b>[time]</b>.'),
('Languages::payments.qbms.upgrade_notification_text', '<p>The latest version of [product] has different settings for payment methods if you use QB Merchant Service as a Processor.</p><p>If you want to use the payment methods, do this:</p><ul><li>go to Administration > Payment methods</li><li>choose the payment method that uses QB Merchant Service as a Processor</li><li>switch to the Configure tab</li><li>enter the proper App Token, OAuth Consumer Key and OAuth Consumer Secret</li><li>perform connection to QuickBooks</li></ul>'),
('Languages::payments.qbms.upgrade_notification_title', 'QB Merchant Service payment processor changes'),
('Languages::payments.qbms.upgrade_oauth20_notification_text', '<p>Online stores now connect to QuickBooks Merchant Services differently. Your payment methods that use QB Merchant Services as a processor need to be reconfigured, or else they will no longer work. To make them work:</p><p>1. Switch your Quickbooks app to OAuth 2.0.</p><p>2. Copy <i>OAuth Client ID</i> and <i>OAuth Client Secret</i> from the app to the payment method settings in [product].</p><p>3. Change the status of the payment method to <i>Active</i></p><p>4. Save your changes and use the <i>Connect to QuickBooks</i> button to finish payment configuration.</p><p><a href=\"[payments_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">View my payment methods</a></p>'),
('Languages::payments.qbms.upgrade_oauth20_notification_title', 'Payment methods: Change QB Merchant Services settings'),
('Languages::payments.realex.3d_secure_message', '3-D Secure message'),
('Languages::payments.realex.auto_settled', 'Auto-settled'),
('Languages::payments.realex.avs.matched', 'Matched'),
('Languages::payments.realex.avs.not_matched', 'Not matched'),
('Languages::payments.realex.avs.partial_match', 'Partial match'),
('Languages::payments.realex.avs.problem_with_check', 'Problem with check'),
('Languages::payments.realex.avs.unable_to_check', 'Unable to check'),
('Languages::payments.realex.avs_address', 'AVS Address'),
('Languages::payments.realex.avs_postcode', 'AVS Postcode'),
('Languages::payments.realex.bank_error', 'Error with bank systems'),
('Languages::payments.realex.card_lost_or_stolen', 'Card reported lost or stolen'),
('Languages::payments.realex.cavv', 'CAVV'),
('Languages::payments.realex.connector_error', 'Your Realex account has been suspended. Contact Realex support for further information.'),
('Languages::payments.realex.delayed_settlement', 'Delayed settlement'),
('Languages::payments.realex.eci', 'ECI'),
('Languages::payments.realex.incorrect_request', 'Incorrect XML message formation or content'),
('Languages::payments.realex.incorrect_valid_trhu', 'Incorrect values of \'Valid thru\' fields.'),
('Languages::payments.realex.liability_shift', 'Liability Shift'),
('Languages::payments.realex.liability_shift_required', 'Liability Shift required'),
('Languages::payments.realex.realex_error', 'Error with Realex systems'),
('Languages::payments.realex.referring_ip', 'Please supply the IP address of your server to your Realex Payments account manager'),
('Languages::payments.realex.referring_url', 'Please supply this URL to your Realex Payments account manager'),
('Languages::payments.realex.refferal', 'Referral by bank'),
('Languages::payments.realex.result_code', 'Result code'),
('Languages::payments.realex.result_message', 'Result message'),
('Languages::payments.realex.settlement', 'Settlement'),
('Languages::payments.realex.subaccount', 'Subaccount'),
('Languages::payments.realex.text_status_map', 'Realex to CS-Cart order status conversion map'),
('Languages::payments.realex.transaction_order_id', 'Transaction Order ID'),
('Languages::payments.realex.transaction_pasref', 'Transaction PASREF'),
('Languages::payments.realex.tss_result', 'TSS'),
('Languages::payments.realex.wrong_card_type', 'This payment is unavailable for this type of credit cards.'),
('Languages::payments.realex.xid', 'XID'),
('Languages::payments.rocketgate.avs_mode', 'AVS Mode'),
('Languages::payments.rocketgate.ignore', 'Ignore'),
('Languages::payments.rocketgate.scrub_mode', 'SCRUB Mode'),
('Languages::payments.signin_to_checkout', '<a href=[url]>Sign in</a> to check out'),
('Languages::payments_tab1', 'Credit card'),
('Languages::payments_tab2', 'Internet Payments'),
('Languages::payments_tab3', 'Other Payment Options'),
('Languages::payment_amount', 'Payment amount'),
('Languages::payment_category', 'Payment category'),
('Languages::payment_category_note', 'Payment categories tabs will NOT be displayed if all the active payments belong to the same category'),
('Languages::payment_details', 'Payment details'),
('Languages::payment_form_url', 'Payment Form URL'),
('Languages::payment_id', 'Payment ID'),
('Languages::payment_info', 'Payment type'),
('Languages::payment_information', 'Payment information'),
('Languages::payment_instructions', 'Payment instructions'),
('Languages::payment_method', 'Payment method'),
('Languages::payment_methods', 'Payment methods'),
('Languages::payment_method_not_found', 'Payment method not found. It could\'ve been disabled, or a technical problem occurred. Please choose a payment method and try again.'),
('Languages::payment_processors.category.checkout', 'Checkout'),
('Languages::payment_processors.category.gateway', 'Gateways'),
('Languages::payment_processors.category.russian', 'Russian payment methods'),
('Languages::payment_response_password', 'Payment Response password'),
('Languages::payment_surcharge', 'Payment surcharge'),
('Languages::payment_type', 'Payment type'),
('Languages::paypal.addon_is_disabled_notice', 'The <b>PayPal payments</b> add-on is disabled so you can\'t configure this payment method.'),
('Languages::paypal.ipn_transaction_status', 'Transaction status: [status]'),
('Languages::paypal.show_cart_button', 'Show the \"Checkout with PayPal\" button on the cart contents page'),
('Languages::paypal_authentication_method', 'PayPal authentication method'),
('Languages::paypal_express_notice', 'A merchant ID is required for using <a href=\'https://developer.paypal.com/docs/classic/express-checkout/in-context\' target=\'_blank\'>In-Context Checkout feature</a> within this integration. You can look up your merchant ID by logging into <a href=\'https://www.paypal.com/\' target=\'_blank\'>https://www.paypal.com/</a>. Click the profile icon on the top right side of the page and then select <b>Profile and settings</b> in the <b>Business Profile</b> menu. (If you do not see the profile icon at the top of the page, click <b>Profile</b>, which appears in the top menu when the <b>My Account tab</b> is selected.) Click <b>My business info</b> on the left, and the <b>Merchant account ID</b> is displayed in the list of profile items on the right.'),
('Languages::paypal_ipn_note', 'Instant Payment Notification (IPN) is a service that automatically notifies merchants of events related to PayPal transactions.<br>When a customer places an order and chooses PayPal as the payment method, the order gets the <b>Open</b> status.<br>PayPal then sends Instant Payment Notification messages that include the transaction status. This status changes the order status in your store according to the status conversion map.'),
('Languages::paypal_ipn_transaction_status', 'Transaction status'),
('Languages::paypal_item_name', 'Name of the item (or a name for the Shopping Cart)'),
('Languages::paypal_logo', 'PayPal logo'),
('Languages::paypal_sandbox', 'Test mode'),
('Languages::paypal_seamless', 'Use seamless checkout'),
('Languages::paypal_security_error', 'Your order was not placed: the recipient PayPal account is wrong.'),
('Languages::paypal_use_in_context_checkout', 'Use In-Context Checkout'),
('Languages::paypal_vendor', 'Vendor'),
('Languages::pay_by_points', 'Allow payment by points'),
('Languages::pay_from_email', 'Customer email'),
('Languages::pay_order_again', 'Pay order again'),
('Languages::pay_to_email', 'Email address of the Merchant'),
('Languages::pdf_documents.activate_notification', 'PDF documents (such as invoices, packing slips, etc.) will now be generated at our cloud service: [service_url]. It works as follows: your store sends an HTML document and receives a PDF copy of it. We do not view, keep, or analyze any of your data that goes through that service.'),
('Languages::pdf_documents.disable_notification', 'The generation of PDF documents (such as invoices, packing slips, etc.) has been disabled. Your data will no longer go through our cloud service [service_url]. If you\'d like to generate PDF documents without using our cloud service, you\'re welcome to <a href=\"[helpdesk_url]\" target=\"_blank\">contact us via Help Desk</a> or configure it on your own.'),
('Languages::pending', 'Pending'),
('Languages::pending_vendor_invitations', 'Pending vendor invitations'),
('Languages::pending_vendor_invitations_menu_description', 'Manage invitations to your marketplace for potential vendors.'),
('Languages::per', 'Per [object]'),
('Languages::percent', 'Percent'),
('Languages::percentage_discount', 'Percentage discount'),
('Languages::percent_range', 'Price range (in % of the main product\'s price)'),
('Languages::period', 'Period'),
('Languages::permissions_issue', 'Permissions issue'),
('Languages::person_name', 'Name'),
('Languages::per_item', 'Per Item'),
('Languages::per_page', 'Per Page'),
('Languages::phone', 'Phone'),
('Languages::phone1_label', 'Phone'),
('Languages::phone2', 'International'),
('Languages::phone2_label', 'International'),
('Languages::phpinfo', 'PHP information'),
('Languages::php_extension_missing', 'The [extension] PHP extension is not installed on your server'),
('Languages::pickup', 'Pickup'),
('Languages::pickup_address', 'Pickup address'),
('Languages::pickup_avail', 'Pickup avail'),
('Languages::pickup_destinations_ids', 'Pickup destinations ids'),
('Languages::pickup_id', 'Pickup ID'),
('Languages::pickup_phone', 'Pickup phone'),
('Languages::pickup_point_not_selected', 'Sorry, we couldn\'t determine your pickup point. Please choose a pickup point, so that we know where to deliver your order.'),
('Languages::pickup_surcharge', 'Pickup surcharge'),
('Languages::pickup_time', 'Pickup time'),
('Languages::pick_store', 'Pick a store'),
('Languages::pie', 'Pie'),
('Languages::pie_3d', 'Pie 3D'),
('Languages::pixels', 'pixels'),
('Languages::place_order', 'Place order'),
('Languages::placing_order', 'Placing the order'),
('Languages::plain', 'Plain'),
('Languages::platform', 'Platform'),
('Languages::please_be_patient', 'Please be patient'),
('Languages::please_copy_api_key', 'Please copy the API key now and keep it somewhere. Once you save the changes, this key won\'t appear here again. If the key is lost, the only way to regain API access will be be to generate a new key on this page.'),
('Languages::please_enable_the_add_on_to_see_barcode', 'Please enable the add-on to see a code example.'),
('Languages::please_enter_license_here', 'Enter your license number here'),
('Languages::please_select_one', 'Please, select one'),
('Languages::please_sign_in', 'Please sign in'),
('Languages::points', 'Points'),
('Languages::points_in_use', 'Points in use'),
('Languages::points_in_use_lower', 'points in use'),
('Languages::points_in_use_lowercase', '[n] point in use|[n] points in use'),
('Languages::points_lower', 'points'),
('Languages::points_lowercase', '[n] point|[n] points'),
('Languages::points_to_use', 'Points to use'),
('Languages::point_payment', 'Point payment'),
('Languages::point_price', 'Price in points'),
('Languages::polish', 'Polish'),
('Languages::poll', 'Poll'),
('Languages::polls', 'Polls'),
('Languages::polls_answers_with_comments', 'Answers with comments'),
('Languages::polls_first_submited', 'First poll form submitted'),
('Languages::polls_have_completed', 'You have already completed this poll.'),
('Languages::polls_last_submited', 'Last poll form submitted'),
('Languages::polls_total_completed', 'Number of poll forms completed in full'),
('Languages::polls_total_submited', 'Total number of submitted poll forms'),
('Languages::polls_total_votes', 'Total votes'),
('Languages::polls_votes', 'Votes'),
('Languages::poll_footer', 'Poll footer'),
('Languages::poll_header', 'Poll header'),
('Languages::poll_results', 'Poll message'),
('Languages::poll_results_everybody', 'everybody (in a pop-up)'),
('Languages::poll_results_nobody', 'nobody'),
('Languages::poll_results_voted', 'voted users'),
('Languages::poll_show_results', 'Poll results visible to'),
('Languages::poll_statistics', 'Poll statistics'),
('Languages::poor', 'Poor'),
('Languages::popularity', 'Popularity'),
('Languages::popular_developer', 'Popular developer'),
('Languages::popup', 'Popup'),
('Languages::popup_larger_image', 'Popup larger image'),
('Languages::portugese', 'Portuguese'),
('Languages::posid', 'Pos ID'),
('Languages::position', 'Position'),
('Languages::positions_updated', 'Positions of items were updated'),
('Languages::position_short', 'Pos.'),
('Languages::postal_mail', 'Postal mail'),
('Languages::postauth', 'Postauth'),
('Languages::posted_by', 'Posted by'),
('Languages::post_description', 'Post description'),
('Languages::post_url', 'Post URL'),
('Languages::powered_by', 'Powered by'),
('Languages::po_file', 'Choose a file in the PO or ZIP format'),
('Languages::po_file_is_incorrect', 'PO-file <b>\"[file]\"</b> contains syntax errors or incorrect structure.'),
('Languages::po_meta_error_validating_lang_code', 'Language code in the PO file does not match that of the updated language'),
('Languages::po_number', 'PO number'),
('Languages::pp_currency_is_incorrect', 'Currency used for the payment is different than the order currency.'),
('Languages::pp_mode', 'Paypal mode'),
('Languages::pp_product_count_is_incorrect', 'Number of paid items is different than the number of items in the order'),
('Languages::pp_total_is_incorrect', 'Payment total is different than the order total.'),
('Languages::preauth', 'Preauth'),
('Languages::preauthorization', 'Preauthorization'),
('Languages::prefix', 'Prefix'),
('Languages::preshared_key', 'PreShared Key'),
('Languages::press_continue_to_recover_password', 'Click <b>Continue</b> to proceed with password change.'),
('Languages::prev', 'Prev.'),
('Languages::preview', 'Preview');
INSERT INTO `partiushop_original_values` (`msgctxt`, `msgid`) VALUES
('Languages::previous', 'Previous'),
('Languages::previous_month', 'Previous month'),
('Languages::previous_period', 'Previous period'),
('Languages::previous_week', 'Previous week'),
('Languages::previous_year', 'Previous year'),
('Languages::prev_page', 'Prev'),
('Languages::pre_moderation', 'Products require prior approval'),
('Languages::pre_moderation_edit', 'Approve product info updates'),
('Languages::pre_moderation_edit_vendors', 'Approve vendor profile updates'),
('Languages::price', 'Price'),
('Languages::price_decreased', 'Price has been decreased by'),
('Languages::price_dec_sign_delimiter', 'Price decimal separator'),
('Languages::price_for_all', 'Price for all'),
('Languages::price_includes_tax', 'Price includes tax'),
('Languages::price_increased', 'Price has been increased by'),
('Languages::price_in_points', 'Price in points'),
('Languages::price_in_points_decreased', 'Price in points has been decreased by'),
('Languages::price_in_points_increased', 'Price in points has been increased by'),
('Languages::price_list', 'Price list'),
('Languages::price_list.text_regenerate', '<p>If products, categories or selected fields were added or changed, please regenerate a price list:<br />[buttons]</p><p>Generated price lists are available by these links<br/>[links]</p>'),
('Languages::price_list.text_select_storefront', 'To generate a price list, please select storefront first.'),
('Languages::price_list_ziparchive_not_installed', 'Impossible to create XML price list. Please add zip support in PHP on your server. Follow <a href=\"http://www.php.net/manual/en/zip.installation.php\">http://www.php.net/manual/en/zip.installation.php</a>.'),
('Languages::price_rate_not_set', 'Price rate was not set.'),
('Languages::price_summary', 'Price summary'),
('Languages::pricing_inventory', 'Pricing / inventory'),
('Languages::primary', 'Primary'),
('Languages::primary_currency', 'Primary currency'),
('Languages::print_card', 'Print card'),
('Languages::print_credit_memo', 'Print credit memo'),
('Languages::print_documents', 'Print documents'),
('Languages::print_invoice', 'Print invoice'),
('Languages::print_order_details', 'Print order details'),
('Languages::print_packing_slip', 'Print packing slip'),
('Languages::print_pdf_credit_memo', 'Print credit memo (pdf)'),
('Languages::print_pdf_invoice', 'Print invoice (pdf)'),
('Languages::print_pdf_order_details', 'Print order details (pdf)'),
('Languages::print_pdf_packing_slip', 'Print packing slip (pdf)'),
('Languages::print_slip', 'Print slip'),
('Languages::priority', 'Priority'),
('Languages::private', 'Private'),
('Languages::private_customer_settings', 'Private customer settings'),
('Languages::private_files', 'Private files'),
('Languages::privilege', 'Privilege'),
('Languages::privilege.apply_to_all', 'Apply value to all'),
('Languages::privilege.custom_access', 'Custom access'),
('Languages::privilege.full_access', 'Full access'),
('Languages::privilege.no_access', 'No access'),
('Languages::privilege.view_access', 'Can view only'),
('Languages::privileges', 'Privileges'),
('Languages::privileges.abt__ut2.buy_together.manage', 'privileges.abt__ut2.buy_together.manage'),
('Languages::privileges.abt__ut2.buy_together_generate', 'privileges.abt__ut2.buy_together_generate'),
('Languages::privileges.abt__ut2.settings.manage', 'privileges.abt__ut2.settings.manage'),
('Languages::privileges.abt__ut2.settings.view', 'privileges.abt__ut2.settings.view'),
('Languages::privileges.ab__am.manage', 'privileges.ab__am.manage'),
('Languages::privileges.ab__cb_manage_banners', 'privileges.ab__cb_manage_banners'),
('Languages::privileges.ab__cb_view_banners', 'privileges.ab__cb_view_banners'),
('Languages::privileges.ab__dotd_manage_seodata', 'privileges.ab__dotd_manage_seodata'),
('Languages::privileges.ab__dotd_view_seodata', 'privileges.ab__dotd_view_seodata'),
('Languages::privileges.ab__hpd.manage', 'privileges.ab__hpd.manage'),
('Languages::privileges.ab__hpd.view', 'privileges.ab__hpd.view'),
('Languages::privileges.ab__mb_manage_data', 'privileges.ab__mb_manage_data'),
('Languages::privileges.ab__mb_view_data', 'privileges.ab__mb_view_data'),
('Languages::privileges.ab__sm_manage_data', 'privileges.ab__sm_manage_data'),
('Languages::privileges.ab__sm_view_data', 'privileges.ab__sm_view_data'),
('Languages::privileges.ab__stt.data.manage', 'privileges.ab__stt.data.manage'),
('Languages::privileges.ab__stt.data.view', 'privileges.ab__stt.data.view'),
('Languages::privileges.ab__vg_manage_videos', 'privileges.ab__vg_manage_videos'),
('Languages::privileges.ab__vg_view_videos', 'privileges.ab__vg_view_videos'),
('Languages::privileges.backup_restore', 'Can manage'),
('Languages::privileges.change_order_status', 'Can change statuses'),
('Languages::privileges.create_order', 'Can create'),
('Languages::privileges.delete_logs', 'Can delete'),
('Languages::privileges.delete_orders', 'Can delete'),
('Languages::privileges.edit_blocks', 'Can edit'),
('Languages::privileges.edit_files', 'Edit files'),
('Languages::privileges.edit_order', 'Can edit entire order (select other products, payment and shipping methods, customers)'),
('Languages::privileges.exim_access', 'Can manage'),
('Languages::privileges.manage_access_restrictions', 'Can edit'),
('Languages::privileges.manage_banners', 'Can edit'),
('Languages::privileges.manage_call_requests', 'Can edit'),
('Languages::privileges.manage_catalog', 'Can edit'),
('Languages::privileges.manage_cscart_uvdesk', 'Manage UVDesk'),
('Languages::privileges.manage_currencies', 'Can edit'),
('Languages::privileges.manage_design', 'Can edit'),
('Languages::privileges.manage_discussions', 'Can edit'),
('Languages::privileges.manage_document_templates', 'Can edit'),
('Languages::privileges.manage_email_marketing', 'Can edit'),
('Languages::privileges.manage_email_templates', 'Can edit'),
('Languages::privileges.manage_gift_certificates', 'Can edit'),
('Languages::privileges.manage_languages', 'Can edit'),
('Languages::privileges.manage_locations', 'Can edit'),
('Languages::privileges.manage_newsletters', 'Can edit'),
('Languages::privileges.manage_order_statuses', 'Can edit'),
('Languages::privileges.manage_pages', 'Manage pages'),
('Languages::privileges.manage_payments', 'Can edit'),
('Languages::privileges.manage_payouts', 'Can edit'),
('Languages::privileges.manage_product_premoderation', 'Can manage'),
('Languages::privileges.manage_product_reviews', 'Can edit'),
('Languages::privileges.manage_promotions', 'Can edit'),
('Languages::privileges.manage_providers', 'Can edit'),
('Languages::privileges.manage_reports', 'Can edit'),
('Languages::privileges.manage_reward_points', 'Can edit'),
('Languages::privileges.manage_rma', 'Can edit'),
('Languages::privileges.manage_seo_rules', 'Can edit'),
('Languages::privileges.manage_shipping', 'Can edit'),
('Languages::privileges.manage_sitemap', 'Can edit'),
('Languages::privileges.manage_static_data', 'Can edit'),
('Languages::privileges.manage_storage', 'Can manage'),
('Languages::privileges.manage_stores', 'Manage stores'),
('Languages::privileges.manage_store_locator', 'Can edit'),
('Languages::privileges.manage_suppliers', 'Can edit'),
('Languages::privileges.manage_taxes', 'Can edit'),
('Languages::privileges.manage_themes', 'Can edit'),
('Languages::privileges.manage_translation', 'Can edit'),
('Languages::privileges.manage_usergroups', 'Can edit'),
('Languages::privileges.manage_users', 'Can edit'),
('Languages::privileges.manage_vendors', 'Can edit'),
('Languages::privileges.manage_vendor_communication', 'Can edit'),
('Languages::privileges.manage_vendor_plans', 'Can edit'),
('Languages::privileges.update_order_details', 'Can edit minor details (select manager; edit shipments, notes, and tracking number)'),
('Languages::privileges.update_settings', 'Can edit'),
('Languages::privileges.upgrade_store', 'Can upgrade'),
('Languages::privileges.view_banners', 'Can view'),
('Languages::privileges.view_call_requests', 'Can view'),
('Languages::privileges.view_catalog', 'Can view'),
('Languages::privileges.view_cscart_uvdesk', 'View UVDesk'),
('Languages::privileges.view_currencies', 'Can view'),
('Languages::privileges.view_discussions', 'Can view'),
('Languages::privileges.view_email_marketing', 'Can view'),
('Languages::privileges.view_file_changes', 'Can view'),
('Languages::privileges.view_languages', 'Can view'),
('Languages::privileges.view_locations', 'Can view'),
('Languages::privileges.view_logs', 'Can view'),
('Languages::privileges.view_newsletters', 'Can view'),
('Languages::privileges.view_orders', 'Can view'),
('Languages::privileges.view_pages', 'Can view'),
('Languages::privileges.view_payments', 'Can view'),
('Languages::privileges.view_payouts', 'Can view'),
('Languages::privileges.view_product_reviews', 'Can view'),
('Languages::privileges.view_providers', 'Can view'),
('Languages::privileges.view_reports', 'Can view'),
('Languages::privileges.view_seo_rules', 'Can view'),
('Languages::privileges.view_settings', 'Can view'),
('Languages::privileges.view_shipping', 'Can view'),
('Languages::privileges.view_static_data', 'Can view'),
('Languages::privileges.view_stores', 'View stores'),
('Languages::privileges.view_store_locator', 'Can view'),
('Languages::privileges.view_taxes', 'Can view'),
('Languages::privileges.view_usergroups', 'Can view'),
('Languages::privileges.view_users', 'Can view'),
('Languages::privileges.view_vendors', 'Can view'),
('Languages::privileges.view_vendor_communication', 'Can view'),
('Languages::privileges.view_vendor_plans', 'Can view'),
('Languages::privilege_groups.abt__unitheme2', 'privilege_groups.abt__unitheme2'),
('Languages::privilege_groups.ab__addons_manager', 'AB: Add-ons Manager'),
('Languages::privilege_groups.ab__category_banners', 'privilege_groups.ab__category_banners'),
('Languages::privilege_groups.ab__deal_of_the_day', 'privilege_groups.ab__deal_of_the_day'),
('Languages::privilege_groups.ab__fast_navigation', 'privilege_groups.ab__fast_navigation'),
('Languages::privilege_groups.ab__hide_product_description', 'privilege_groups.ab__hide_product_description'),
('Languages::privilege_groups.ab__landing_categories', 'privilege_groups.ab__landing_categories'),
('Languages::privilege_groups.ab__motivation_block', 'privilege_groups.ab__motivation_block'),
('Languages::privilege_groups.ab__scroll_to_top', 'privilege_groups.ab__scroll_to_top'),
('Languages::privilege_groups.ab__search_motivation', 'privilege_groups.ab__search_motivation'),
('Languages::privilege_groups.ab__video_gallery', 'privilege_groups.ab__video_gallery'),
('Languages::privilege_groups.access_restrictions', 'Access restrictions'),
('Languages::privilege_groups.admin_communication', 'Message center: vendor-to-admin communication'),
('Languages::privilege_groups.backup_restore', 'Backup/Restore'),
('Languages::privilege_groups.banners', 'Banners'),
('Languages::privilege_groups.blocks', 'Blocks'),
('Languages::privilege_groups.blog_and_pages', 'Blog & Pages'),
('Languages::privilege_groups.call_requests', 'Call requests'),
('Languages::privilege_groups.currencies', 'Currencies'),
('Languages::privilege_groups.design', 'Design'),
('Languages::privilege_groups.discussions', 'Comments and reviews'),
('Languages::privilege_groups.documents', 'Documents'),
('Languages::privilege_groups.edit_on_site', 'Edit content on-site'),
('Languages::privilege_groups.email_marketing', 'Email marketing'),
('Languages::privilege_groups.email_templates', 'Email templates'),
('Languages::privilege_groups.exim', 'Import and export data'),
('Languages::privilege_groups.files', 'Files'),
('Languages::privilege_groups.file_changes', 'File changes detector'),
('Languages::privilege_groups.gift_certificates', 'Gift certificates'),
('Languages::privilege_groups.internal_templates', 'On-site notification templates'),
('Languages::privilege_groups.languages', 'Languages'),
('Languages::privilege_groups.locations', 'Rate areas'),
('Languages::privilege_groups.logs', 'Logs'),
('Languages::privilege_groups.newsletters', 'Newsletters'),
('Languages::privilege_groups.notification_settings', 'Notifications'),
('Languages::privilege_groups.orders', 'Orders'),
('Languages::privilege_groups.order_communication', 'Message center: communication with customer'),
('Languages::privilege_groups.order_statuses', 'Order statuses'),
('Languages::privilege_groups.other', 'Other'),
('Languages::privilege_groups.payments', 'Payment methods'),
('Languages::privilege_groups.products', 'Categories, Products, Features, Filters, Options'),
('Languages::privilege_groups.product_premoderation', 'Product approval'),
('Languages::privilege_groups.product_reviews', 'Product reviews'),
('Languages::privilege_groups.promotions', 'Promotions'),
('Languages::privilege_groups.reward_points', 'Reward points'),
('Languages::privilege_groups.rma', 'Return merchandise authorization (RMA)'),
('Languages::privilege_groups.sales_reports', 'Sales reports'),
('Languages::privilege_groups.seo', 'SEO'),
('Languages::privilege_groups.settings', 'Settings'),
('Languages::privilege_groups.shipping', 'Shipping methods'),
('Languages::privilege_groups.sitemap', 'Sitemap'),
('Languages::privilege_groups.social_login', 'Social login'),
('Languages::privilege_groups.static_data', 'Static data'),
('Languages::privilege_groups.storage', 'Storage'),
('Languages::privilege_groups.stores', 'Storefronts'),
('Languages::privilege_groups.store_locator', 'Store locator'),
('Languages::privilege_groups.suppliers', 'Suppliers'),
('Languages::privilege_groups.taxes', 'Taxes'),
('Languages::privilege_groups.themes', 'Themes'),
('Languages::privilege_groups.upgrade_center', 'Upgrade center'),
('Languages::privilege_groups.users', 'Users'),
('Languages::privilege_groups.user_groups', 'User groups'),
('Languages::privilege_groups.vendors', 'Stores'),
('Languages::privilege_groups.vendor_communication', 'Message center: Customer to Vendor'),
('Languages::privilege_groups.vendor_payouts', 'Accounting'),
('Languages::privilege_groups.vendor_plans', 'Vendor plans'),
('Languages::privilege_sections.abt__unitheme2', 'privilege_sections.abt__unitheme2'),
('Languages::privilege_sections.ab__addons', 'AB: Add-ons'),
('Languages::privilege_sections.ab__addons_manager', 'privilege_sections.ab__addons_manager'),
('Languages::privilege_sections.ab__search_motivation', 'privilege_sections.ab__search_motivation'),
('Languages::privilege_sections.addons', 'Add-on privileges'),
('Languages::privilege_sections.administration', 'Administration privileges'),
('Languages::privilege_sections.cart', 'Cart'),
('Languages::privilege_sections.catalog', 'Catalog'),
('Languages::privilege_sections.cms', 'CMS'),
('Languages::privilege_sections.design', 'Design privileges'),
('Languages::privilege_sections.marketing', 'Marketing privileges'),
('Languages::privilege_sections.orders', 'Order privileges'),
('Languages::privilege_sections.products', 'Product privileges'),
('Languages::privilege_sections.settings', 'Settings privileges'),
('Languages::privilege_sections.users', 'Customer privileges'),
('Languages::privilege_sections.vendors', 'Store privileges'),
('Languages::privilege_sections.website', 'Website privileges'),
('Languages::proceed', 'Proceed'),
('Languages::proceed_to_checkout', 'Proceed to checkout'),
('Languages::proceed_to_the_next_step', 'Proceed to the next step'),
('Languages::processed', 'Processed'),
('Languages::processing', 'Processing'),
('Languages::processing_order', 'Processing order'),
('Languages::processor', 'Processor'),
('Languages::processor_description_cardsave', 'Merchant Accounts provided by Worldpay Cardsave, <a href=\"http://www.cardsave.net\">www.cardsave.net</a><br/><br/>Email: <a href=\'mailto:ecomm@cardsave.net\'>ecomm@cardsave.net</a>'),
('Languages::processor_description_p21', '<b>P21 Simple API</b> enables you to accept check payments. It offers the industry\'s most comprehensive suite of check image creation and clearing solutions. With Check 21, you will receive your funds within the same day by check or direct deposit.<br/><br/>To activate the Check 21 option, please contact us via email at: <a href=\"mailto:support@payment21.com\">support@payment21.com</a> or by phone at: 1-888-770-0850 (US Toll Free) or 0041-71-740-1629 (International).<br/><br/><a href=\"http://www.payment21.com\" target=\"_blank\">www.payment21.com</a>'),
('Languages::processor_id', 'Processor ID'),
('Languages::process_selected', 'Process selected'),
('Languages::product', 'Product'),
('Languages::products', 'Products'),
('Languages::products2', 'Products2'),
('Languages::products_added_to_cart', 'The products were added to your cart'),
('Languages::products_adopted', '[n] product had a new main category assigned to it.|[n] products had a new main category assigned to them.'),
('Languages::products_amount', 'Product quantity'),
('Languages::products_approval_status_approved', 'Thank you for submitting new products. The following products have been approved by the store administration and added to the product catalog'),
('Languages::products_approval_status_changed', 'Your product(s) have been [status]'),
('Languages::products_approval_status_disapproved', 'Thank you for submitting new products. The following products have been disapproved by the store administration'),
('Languages::products_are_not_selectable_for_context_menu', 'You can not select products that belong to another storefront.'),
('Languages::products_bar', 'Products bar'),
('Languages::products_cost', 'Products cost'),
('Languages::products_deprecated', 'Products (Deprecated)'),
('Languages::products_for_shipment_not_selected', 'Products for shipment were not selected'),
('Languages::products_found', 'Products found'),
('Languages::products_grid', 'Products grid'),
('Languages::products_in', 'Products in'),
('Languages::products_information', 'Products information'),
('Languages::products_in_cart', 'Products in cart'),
('Languages::products_links_type', 'Products links type'),
('Languages::products_menu_description', 'View, add and edit products that are shown to visitors of your store.'),
('Languages::products_menu_title', 'Products'),
('Languages::products_moved_to_trash', '[count] products were moved to <a href=\'[url]\' target=\'_blank\'>Trash category</a>'),
('Languages::products_number_added_to_cart', '<b>[number]</b> products were added to your cart'),
('Languages::products_required', 'Please add product(s)'),
('Languages::products_stat', 'Product statistics'),
('Languages::products_weight', 'Products weight'),
('Languages::products_were_sent', 'The products have been sent out to you. The order information is given below'),
('Languages::products_without_category', 'Products without category'),
('Languages::products_without_category_description', 'When a product is created without a category during import, it will be placed into this category.'),
('Languages::products_without_category_notification_text', 'Some of your products currently don\'t have a category. It may be harder for customers to find those products.<br /> <a href=\"[url]\" target=\"_blank\">Please check these products and assign them a category.</a>'),
('Languages::product_added_to_cart', 'The product was added to your cart'),
('Languages::product_added_to_cl', 'The product was added to your Comparison list'),
('Languages::product_added_to_wl', 'The product was added to your Wish list'),
('Languages::product_approval', 'Product approval'),
('Languages::product_approval_menu_description', 'Manage individual products or group of products supplied by the store vendors.'),
('Languages::product_approval_status_approved', 'Your product [product] has been approved by the store administration and added to the product catalog. Now shoppers can order this product in the store.'),
('Languages::product_approval_status_disapproved', 'Your product [product] has been disapproved by the store administration'),
('Languages::product_availability', 'Product availability'),
('Languages::product_cannot_be_added', 'The product cannot be added to cart. Check if all the uploading files meet the necessary conditions'),
('Languages::product_code', 'Product code'),
('Languages::product_columns', 'Product columns'),
('Languages::product_combinations', 'Product combinations'),
('Languages::product_coming_soon', 'This product can\'t be added to cart now. It will be available on [avail_date]'),
('Languages::product_coming_soon_add', 'This product will be shipped on [avail_date]'),
('Languages::product_comparison_list', 'Comparison list'),
('Languages::product_details', 'Product details page'),
('Languages::product_details_sidebar', 'Product details'),
('Languages::product_details_tabs', 'Tabs'),
('Languages::product_details_view', 'Product details view'),
('Languages::product_disabled_options', 'The product <strong>[product]</strong> has options or option variants that are not available anymore, so it was removed from cart'),
('Languages::product_feature.feature_style', 'Feature style'),
('Languages::product_feature.feature_style.brand', 'Brand'),
('Languages::product_feature.feature_style.checkbox', 'Checkbox'),
('Languages::product_feature.feature_style.color', 'Color'),
('Languages::product_feature.feature_style.dropdown', 'Drop-down list'),
('Languages::product_feature.feature_style.dropdown_images', 'Images'),
('Languages::product_feature.feature_style.dropdown_labels', 'Text labels'),
('Languages::product_feature.feature_style.multiple_checkbox', 'Multiple checkboxes'),
('Languages::product_feature.feature_style.number', 'Number'),
('Languages::product_feature.feature_style.text', 'Text or number'),
('Languages::product_feature.filter_style', 'Filter type'),
('Languages::product_feature.filter_style.checkbox', 'Checkbox'),
('Languages::product_feature.filter_style.color', 'Color'),
('Languages::product_feature.filter_style.date', 'Date selector'),
('Languages::product_feature.filter_style.slider', 'Number slider'),
('Languages::product_feature.purpose', 'Purpose'),
('Languages::product_feature.purpose.describe_product', 'Additional information'),
('Languages::product_feature.purpose.describe_product.description', 'For cases when you just need to show some information on a product page. There are no filters for this kind of features.'),
('Languages::product_feature.purpose.find_products', 'Product search via filters'),
('Languages::product_feature.purpose.find_products.description', 'For a feature that just allows you to specify an additional property of a product (for example, \"Fabric\" for T-shirts). If you create a filter by that feature, customers will see that such a property exists, and will be able to search products by it.'),
('Languages::product_feature.purpose.group_catalog_item', 'Variations as separate products'),
('Languages::product_feature.purpose.group_catalog_item.description', 'For cases when a few similar products differ visibly by a feature, and have different names (for example, multiple \"Color\" variants of a T-shirt). These products will appear as separate positions in the catalog. Customers will also be able to select the desired feature value on the product page. To achieve this, <b>set up variations for products with this feature</b>.'),
('Languages::product_feature.purpose.group_variation_catalog_item', 'Variations as one product'),
('Languages::product_feature.purpose.group_variation_catalog_item.description', 'For cases when a few similar products differ by a feature, but have the same name and similar appearance (for example, multiple \"Size\" variants of a T-shirt). These products will occupy a single position in the catalog. Customers will be able to select the desired feature value on the product page. To achieve this, <b>set up variations for products with this feature</b>.'),
('Languages::product_feature.purpose.organize_catalog', 'Brand, author, etc.'),
('Languages::product_feature.purpose.organize_catalog.description', 'For features like \"Brand\" or \"Manufacturer\" (for most products), \"Performer\" or \"Label\" (for music), \"Author\" or \"Publisher\" (for books), and so on. Every variant of this feature gets its own page with an image, description, and the list of products.'),
('Languages::product_features_are_not_selectable_for_context_menu', 'You can not select product features that belong to another storefront.'),
('Languages::product_feature_cannot_assigned', 'The feature \"[feature_name]\" cannot be assigned to the product \"[product_name]\"'),
('Languages::product_feature_groups_are_not_selectable_for_context_menu', 'You can not select product feature groups that belong to another storefront.'),
('Languages::product_fields', 'Product fields'),
('Languages::product_filters_are_not_selectable_for_context_menu', 'You can not select product filters that belong to another storefront.'),
('Languages::product_groups', 'Product groups'),
('Languages::product_id', 'Product ID'),
('Languages::product_images', 'Product images'),
('Languages::product_info', 'Product info'),
('Languages::product_inventory', 'Product inventory'),
('Languages::product_in_cart', 'This product is already in the cart'),
('Languages::product_in_comparison_list', 'This product is already in the comparison list'),
('Languages::product_in_wishlist', 'This product is already in the wish list'),
('Languages::product_must_have_owner_category', 'Product must belong to some category created by the owner company.'),
('Languages::product_name', 'Product name'),
('Languages::product_name_added_to_cart', '<b>[product]</b> was added to your cart'),
('Languages::product_need_age_verification', 'You should verify your age to view this product.'),
('Languages::product_notification_subscribed', 'You have been subscribed to the product in stock notifications'),
('Languages::product_notification_subscription_error', 'Cannot subscribe for the product in stock notification'),
('Languages::product_notification_unsubscribed', 'You have been unsubscribed from the product in stock notifications'),
('Languages::product_options', 'Product options'),
('Languages::product_options_are_not_selectable_for_context_menu', 'You can not select product options that belong to another storefront'),
('Languages::product_options_forbidden_combination', 'The <strong>[product]</strong> product has options that are included in the forbidden combination. The product was deleted from the cart'),
('Languages::product_option_delimiter', 'Option delimiter'),
('Languages::product_reviews.add_images', 'Add a photo'),
('Languages::product_reviews.add_new_review', 'reviews: new review'),
('Languages::product_reviews.add_reply', 'Add reply'),
('Languages::product_reviews.admin_reply', 'Administrator reply'),
('Languages::product_reviews.advantages', 'Advantages'),
('Languages::product_reviews.agreement_text_full_add_new_review', '<p>Your name will appear next to your review or comment, visible to everyone. We ([company]) also save your IP address as a security precaution, but in can only be viewed by our staff. It will remain in our system until you withdraw your consent. If you’d like to have your personal data removed, send an email to [email].</p> <p>If you believe that your personal data has been misused, you have the right to lodge a complaint with a supervisory authority. We’re obliged by EU General Data Protection Regulation to let you know about this right; we don’t actually intend to misuse your data.</p>'),
('Languages::product_reviews.agreement_text_short_add_new_review', 'I agree to have my personal data <u>processed as follows.</u>'),
('Languages::product_reviews.and', 'and'),
('Languages::product_reviews.approve', 'Approve'),
('Languages::product_reviews.approved', 'Approved'),
('Languages::product_reviews.average', 'Average'),
('Languages::product_reviews.click_to_see_reviews', 'Click to see the reviews'),
('Languages::product_reviews.comment', 'Comment'),
('Languages::product_reviews.comments', 'Comments'),
('Languages::product_reviews.comments_and_reviews', 'Comments and reviews'),
('Languages::product_reviews.comment_by', 'Comment by'),
('Languages::product_reviews.company_reply', '[company_name] reply'),
('Languages::product_reviews.copy_old_reviews_notice', '<h4 class=\"subheader hand\" data-toggle=\"collapse\" data-target=\"#collapsable_addon_product_reviews_notice\">Copy reviews from the \"Comments and reviews\" add-on<span class=\"icon-caret-down\"></span></h4><div id=\"collapsable_addon_product_reviews_notice\" class=\"in collapse\" style=\"height: auto;\"><ol><li>Only reviews that have both a score and a user\'s comment will be copied. Go to your products and check the “Reviews\" setting on the \"Add-ons\" tab. You might have to allow communication and rating first.</li><li>A review without a score or without a comment will not be copied. To transfer it, you must first manually add the missing score or comment by editing the review.</li><li>While the old \"Comments and reviews\" add-on is installed, the reviews won\'t be removed from there. That way, you can choose to move to \"Product reviews\" whenever all your reviews are ready.</li><li>If you ever need to copy the reviews from the old add-on again in the future, just uninstall and reinstall the \"Product reviews\" add-on. This will remove all its reviews from the database, and you\'ll be able to import the reviews from the \"Comments and reviews\" add-on again.</li></ol><a class=\"cm-post btn btn-primary\" href=\"[url]\">Copy product reviews</a></div>'),
('Languages::product_reviews.copy_old_reviews_warning', 'You have product reviews in the old \"Comments and reviews\" add-on. While that add-on is installed, you\'ll be able copy those reviews to the new \"Product reviews\" add-on <a class=\"cm-post\" href=\"[url]\">in its settings</a>.'),
('Languages::product_reviews.customer_photos', 'Customer photos'),
('Languages::product_reviews.date', 'Date'),
('Languages::product_reviews.disabled', 'Disabled'),
('Languages::product_reviews.disadvantages', 'Disadvantages'),
('Languages::product_reviews.disapprove', 'Disapprove'),
('Languages::product_reviews.error_already_posted', 'You have posted in this review already'),
('Languages::product_reviews.event.new_post', 'New review posted'),
('Languages::product_reviews.event.new_post.message', 'A new review has been posted for product [product]. Click this notification to see the review.'),
('Languages::product_reviews.event.new_post.title', 'New review posted for a product'),
('Languages::product_reviews.event.new_reply', 'New reply was added to review'),
('Languages::product_reviews.excellent', 'Excellent!'),
('Languages::product_reviews.fair', 'Fair'),
('Languages::product_reviews.first_and_last_name', 'First and last name'),
('Languages::product_reviews.five_star_icon', '★★★★★'),
('Languages::product_reviews.four_star_icon', '★★★★'),
('Languages::product_reviews.gdpr_reviews_data', 'Personal data from reviews'),
('Languages::product_reviews.helpfulness', 'Helpfulness'),
('Languages::product_reviews.hide_name', 'Hide my name in the review'),
('Languages::product_reviews.latest_reviews', 'Latest reviews'),
('Languages::product_reviews.manager', 'Comments and reviews'),
('Languages::product_reviews.max_number_image_message', 'A review can have up to [max_image_number] images.'),
('Languages::product_reviews.menu_title', 'Reviews'),
('Languages::product_reviews.menu_title_menu_description', 'Customer reviews on products'),
('Languages::product_reviews.moderation_rules', 'Before submitting a review, make sure that it does not violate the moderation rules: it does not contain links to third-party resources and insults.'),
('Languages::product_reviews.not_approved', 'Not approved'),
('Languages::product_reviews.no_reviews_found', 'No reviews found'),
('Languages::product_reviews.n_reviews', 'review|reviews'),
('Languages::product_reviews.n_stars', '[n] star|[n] stars'),
('Languages::product_reviews.one_star_icon', '★'),
('Languages::product_reviews.out_of_five', 'out of 5'),
('Languages::product_reviews.please_log_in_to_write_a_review', 'Please sign in to write a review'),
('Languages::product_reviews.poor', 'Poor'),
('Languages::product_reviews.product_details', 'Product details'),
('Languages::product_reviews.product_is_rated_n_out_of_five_stars', 'The product is rated [n] out of 5 stars'),
('Languages::product_reviews.product_reviews', 'Product reviews'),
('Languages::product_reviews.rating', 'Rating'),
('Languages::product_reviews.rating_4_and_up', 'Rating 4+'),
('Languages::product_reviews.reply', 'Reply'),
('Languages::product_reviews.review', 'Review'),
('Languages::product_reviews.reviews', 'Reviews: [n]'),
('Languages::product_reviews.reviews_lower', 'reviews'),
('Languages::product_reviews.review_status', 'Review status'),
('Languages::product_reviews.review_this_product', 'Review this product'),
('Languages::product_reviews.review_this_product_description', 'Share your thoughts with other customers'),
('Languages::product_reviews.scroll_to_reviews', 'Scroll to reviews'),
('Languages::product_reviews.scroll_to_review_images', 'Scroll to review images'),
('Languages::product_reviews.show_n_reviews', 'Show [n] review|Show [n] reviews'),
('Languages::product_reviews.show_rating', 'Show review rating'),
('Languages::product_reviews.show_review', 'Show review'),
('Languages::product_reviews.show_reviews', 'Show reviews'),
('Languages::product_reviews.show_review_images', 'Show review images'),
('Languages::product_reviews.split_reviews_for_variations_as_separate_products', 'Split reviews for variations as separate products'),
('Languages::product_reviews.star', 'star'),
('Languages::product_reviews.stars', 'stars'),
('Languages::product_reviews.submit_review', 'Submit review'),
('Languages::product_reviews.terms_and_conditions_content', '<p>Please read these Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before using the <a href=\"http://www.mywebsite.com\">http://www.mywebsite.com</a> website and the My Mobile App mobile application (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").</p><p><strong>By accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong></p><p><strong>Purchases</strong></p><p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase including, without limitation, your ...</p><p><strong>Content</strong></p><p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\"). You are responsible for the ...</p><p><strong>Changes</strong></p><p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.</p><p><strong>Contact Us</strong></p><p>If you have any questions about these Terms, please contact us.</p>'),
('Languages::product_reviews.terms_n_conditions', 'Select this check box to accept the [terms_href]'),
('Languages::product_reviews.terms_n_conditions_name', 'Terms and Conditions'),
('Languages::product_reviews.text_approval_notice', 'This review needs approving'),
('Languages::product_reviews.text_new_post_notification', 'This is a notification of a new post to product'),
('Languages::product_reviews.text_new_reply_notification', 'This is a notification of a new reply to your product review'),
('Languages::product_reviews.text_review_pended', 'Your review will be checked before it gets published.'),
('Languages::product_reviews.text_thank_you_for_post', 'Thank you for your post'),
('Languages::product_reviews.text_thank_you_for_review', 'Thank you for your review'),
('Languages::product_reviews.three_star_icon', '★★★'),
('Languages::product_reviews.title', 'Reviews'),
('Languages::product_reviews.title_giftreg', 'Guestbook'),
('Languages::product_reviews.two_star_icon', '★★'),
('Languages::product_reviews.type_message', 'Type a message...'),
('Languages::product_reviews.update_reply', 'Update reply'),
('Languages::product_reviews.uploader_drop_zone_description', 'Drop images here'),
('Languages::product_reviews.uploader_drop_zone_info', 'Photo up to [max_size]'),
('Languages::product_reviews.use_for_reviews', 'Comments and reviews forms'),
('Languages::product_reviews.vendor', 'Vendor'),
('Languages::product_reviews.vendor_reply', 'Vendor reply'),
('Languages::product_reviews.verified_purchase', 'Verified purchase'),
('Languages::product_reviews.very_good', 'Very Good'),
('Languages::product_reviews.vote_down', 'Vote down'),
('Languages::product_reviews.vote_up', 'Vote up'),
('Languages::product_reviews.without_photo', 'Without photo'),
('Languages::product_reviews.with_photo', 'With photo'),
('Languages::product_reviews.write_review', 'Write a review'),
('Languages::product_reviews.write_review_anonymously', 'Write your review anonymously'),
('Languages::product_reviews.write_your_review', 'Write your review'),
('Languages::product_reviews.your_rating', 'Your rating'),
('Languages::product_reviews.you_have_to_buy_product_before_writing_review', 'You can\'t write a review for this product. Customers can write reviews only for the products they bought. If you actually bought this product from us, but are still seeing this message, please contact us.'),
('Languages::product_s', 'Product(s)'),
('Languages::product_state_description.mve', '<p>You\'ve activated your [product]. You can use it without time restrictions now. For advanced features (such as separate checkout for each vendor, and vendor-created promotions), get the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus license.</a> To use multiple domains for your marketplace, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br>'),
('Languages::product_state_description.mve.enterprise', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('Languages::product_state_description.mve.new', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('Languages::product_state_description.mve.plus', '<p>Access to all the functionality, except for multiple storefronts. To have domains for specific audiences, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br />'),
('Languages::product_state_description.mve.ru', '<p>You\'ve activated your [product]. You can use it without time restrictions now. For advanced features (such as separate checkout for each vendor, and vendor-created promotions), get the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus license.</a> To use multiple domains for your marketplace, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br>'),
('Languages::product_state_description.mve.ru.enterprise', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('Languages::product_state_description.mve.ru.new', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p> <br />'),
('Languages::product_state_description.mve.ru.plus', '<p>Access to all the functionality, except for multiple storefronts. To have domains for specific audiences, get the <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate license.</a></p><br />'),
('Languages::product_state_description.mve.ru.ultimate', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('Languages::product_state_description.mve.ultimate', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('Languages::product_state_description.ult', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('Languages::product_state_description.ult.b2b', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('Languages::product_state_description.ult.b2b.enterprise', '<p>You can use the software without time restrictions now.</p><br>'),
('Languages::product_state_description.ult.b2b.new', '<p>You can use one of these licenses: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> or <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Both licenses allow you to use [product] without time restrictions.</p><br>'),
('Languages::product_state_description.ult.b2b.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('Languages::product_state_description.ult.enterprise', '<p>You can use the software without time restrictions now.</p><br>'),
('Languages::product_state_description.ult.new', '<p>You can use one of these licenses: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> or <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Both licenses allow you to use [product] without time restrictions.</p><br>'),
('Languages::product_state_description.ult.ru', '<p>You can use the software without time restrictions now. Please note that some advanced features are available only in <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate.</a></p><br>'),
('Languages::product_state_description.ult.ru.enterprise', '<p>You can use the software without time restrictions now.</p><br>'),
('Languages::product_state_description.ult.ru.new', '<p>You can use one of these licenses: <a href=\"[standard_license_url]\" target=\"_blank\">[product]</a> or <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>. Both licenses allow you to use [product] without time restrictions.</p><br>'),
('Languages::product_state_description.ult.ru.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('Languages::product_state_description.ult.ultimate', '<p>You can use the software without time restrictions now.</p><br>'),
('Languages::product_subscriptions', 'Product subscriptions'),
('Languages::product_summary', 'Product summary'),
('Languages::product_tabs', 'Product tabs'),
('Languages::product_type', 'Product type'),
('Languages::product_url', 'Product URL'),
('Languages::product_variations.add_all_variants', 'Add all variants'),
('Languages::product_variations.add_variations', 'Add variations'),
('Languages::product_variations.add_variations_description', 'Add variations to generate a group of similar products that differ in color, size, etc. Or add this product to an existing group by entering the group code.'),
('Languages::product_variations.allow_own_features_setting_changing', 'You\'ve disabled the <b>Allow own feature values for child variations</b> setting. Please export <a href=\"[url]\">all your default variations</a> (use \"Export found products\" in the gear button) and reimport them. This will apply their feature values to existing child variations.'),
('Languages::product_variations.allow_own_images_setting_changing', 'You\'ve disabled the <b>Allow own images for child variations</b> setting. Please export <a href=\"[url]\">all your default variations</a> (use \"Export found products\" in the gear button) and reimport them. This will apply their images to existing child variations.'),
('Languages::product_variations.belongs_to_catalog_item', 'Belongs to catalog item:'),
('Languages::product_variations.cant_edit_feature_categories', 'Couldn\'t assign feature to categories or a feature group. Some variations use this feature and aren\'t in the categories you tried to assign. Please delete <a href=\"[href]\">these products</a>, or disband their variation groups, or assign them to the same categories as feature or feature group, and try again.'),
('Languages::product_variations.converter.features.list.hint', 'Below you\'ll find the list of features and feature variants that will be created during the conversion.'),
('Languages::product_variations.converter.features.list.title', 'Features and feature variants'),
('Languages::product_variations.converter.features.merge', 'Merge selected'),
('Languages::product_variations.converter.features.unmerge', 'Split'),
('Languages::product_variations.converter.progress.combinations.error', 'Couldn\'t convert option combination \"[combination]\" of product \"[product]\"'),
('Languages::product_variations.converter.progress.combinations.title', 'Converting option combinations'),
('Languages::product_variations.converter.progress.configurable_products.error', 'Couldn\'t convert product \"[product]\"'),
('Languages::product_variations.converter.progress.configurable_products.title', 'Converting configurable products'),
('Languages::product_variations.converter.progress.errors', 'Errors'),
('Languages::product_variations.converter.progress.features.error', 'Couldn\'t create feature \"[feature]\"'),
('Languages::product_variations.converter.progress.features.title', 'Creating features'),
('Languages::product_variations.converter.progress.products_with_combinations.error', 'Couldn\'t convert product \"[product]\"'),
('Languages::product_variations.converter.progress.products_with_combinations.error_with_reason', 'Couldn\'t convert product \"[product]\". Reason: [error]'),
('Languages::product_variations.converter.progress.products_with_combinations.no_available_combinations', 'Product doesn\'t have any option combinations.'),
('Languages::product_variations.converter.progress.products_with_combinations.only_one_combination', 'A product with only one available option combination can\'t be converted to a variation. It will work properly even without conversion.'),
('Languages::product_variations.converter.progress.products_with_combinations.title', 'Converting products with option combinations'),
('Languages::product_variations.converter.progress.result.combinations_count', 'Number of converted option combinations:'),
('Languages::product_variations.converter.progress.result.configurable_products_count', 'Number of converted configurable products:'),
('Languages::product_variations.converter.progress.result.go_on_products', 'Go to products'),
('Languages::product_variations.converter.progress.result.products_with_combinations_count', 'Number of converted products with option combinations:'),
('Languages::product_variations.converter.progress.result.title', 'Conversion results'),
('Languages::product_variations.converter.progress.result.variations_count', 'Number of converted variations:'),
('Languages::product_variations.converter.progress.variations.error', 'Couldn\'t convert product \"[product]\"'),
('Languages::product_variations.converter.progress.variations.title', 'Converting variations'),
('Languages::product_variations.converter.progress.wait_another_process', 'Please wait while another process will be complete'),
('Languages::product_variations.converter.result.problems_encountered', 'Some of the products couldn\'t be converted. This is not a standard situation and wasn\'t supposed to happen. There are several ways to address it:<ul><li>Check the products that couldn\'t be converted and configure them manually.</li><li>Contact our technical support via Help Desk, and we\'ll see why products weren\'t converted and what can be done about it.</li></ul>'),
('Languages::product_variations.converter.view.combinations_count', 'Number of option combinations found:'),
('Languages::product_variations.converter.view.configurable_products_count', 'Number of configurable products found:'),
('Languages::product_variations.converter.view.no_data', 'No data for conversion found: it appears that your store doesn\'t have option combinations or product variations.'),
('Languages::product_variations.converter.view.products_with_combinations_count', 'Number of products with option combinations found:'),
('Languages::product_variations.converter.view.title', 'Converting products into variations'),
('Languages::product_variations.converter.view.variations_count', 'Number of product variations found:'),
('Languages::product_variations.create_new', 'Create new products'),
('Languages::product_variations.delete', 'Disband group'),
('Languages::product_variations.delete_product', 'Delete product'),
('Languages::product_variations.edit_features', 'Edit features'),
('Languages::product_variations.error.cannot_mark_main_product_child_product', 'Product #[product_id] in group \"[group_code]\" isn\'t a variation, so it can\'t become default for a catalog item'),
('Languages::product_variations.error.features_is_empty', 'Features couldn\'t be found'),
('Languages::product_variations.error.feature_combination_is_invalid_for_product', 'Wrong combination of features for product #[product_id] \"[product]\"'),
('Languages::product_variations.error.generate_combinations_is_empty', 'Couldn\'t generate variations. Please specify the values of features to generate variations.'),
('Languages::product_variations.error.generate_products_is_empty', 'No new products were created'),
('Languages::product_variations.error.group_code_is_duplicate', 'The specified variation group code is already in use'),
('Languages::product_variations.error.group_code_is_invalid', 'Couldn\'t set this code for variation group. A group code can contain only digits, Latin characters, and the following signs: \"-\" and \"_\"'),
('Languages::product_variations.error.group_code_is_required', 'Variation group code must be specified'),
('Languages::product_variations.error.group_not_found', 'Variation group #[id] not found'),
('Languages::product_variations.error.group_not_found_by_product', 'Couldn\'t find variation group for #[product_id] \"[product]\"'),
('Languages::product_variations.error.not_available_feature_purpose', 'Couldn\'t create variation group based on these features; please use the features with the purpose that is eligible for creating variations (group_catalog_item or group_variation_catalog_item).'),
('Languages::product_variations.error.no_available_products', 'No suitable products were found');
INSERT INTO `partiushop_original_values` (`msgctxt`, `msgid`) VALUES
('Languages::product_variations.error.product_company_does_not_match_to_group_company.mve', 'Product #[product_id] \"[product]\" can\'t be added to the variation group because all products in a variation group must belong to the same vendor.'),
('Languages::product_variations.error.product_company_does_not_match_to_group_company.ult', 'Product #[product_id] \"[product]\" can\'t be added to the variation group because all products in a variation group must belong to the same storefront.'),
('Languages::product_variations.error.product_has_not_required_features', 'Product #[product_id] \"[product]\" doesn\'t have the required features to become a variation. Please set feature values for that product.'),
('Languages::product_variations.error.product_ids_empty', 'Products couldn\'t be found'),
('Languages::product_variations.error.product_not_found', 'Product #[product_id] not found'),
('Languages::product_variations.error.product_not_found_in_group', 'Product #[product_id] not found in variation group \"[group_code]\"'),
('Languages::product_variations.error.product_with_features_combination_exits', 'Product #[product_id] \"[product]\" has the exact same combination of feature values as a variation that already exists in the group.'),
('Languages::product_variations.exim.result_notice', 'Data is imported successfully.<br />New products - <b>[new]</b>;<br />Updated products - <b>[exist]</b>;<br />Skipped products - <b>[skipped]</b>;<br />Total - <b>[total]</b>;<br />Created variations - <b>[variation_created]</b>;<br />Updated variations - <b>[variation_updated]</b>;<br />Disbanded variations - <b>[variation_removed]</b>.'),
('Languages::product_variations.feature_can_be_deleted', 'Couldn\'t delete a feature or its variant because at least one variation group is based on it. Please delete <a href=\"[href]\">these products</a> or disband their product groups, and try again.'),
('Languages::product_variations.feature_used_by_variation_group.tooltip', 'This feature is used by variation group [code]. To choose a different value of this feature for a product, switch to the \"Variations\" tab of the product editing page. New values can be added on the feature editing page.'),
('Languages::product_variations.generator.create_btn', 'Create [n] variation|Create [n] variations'),
('Languages::product_variations.generator.features.placeholder', 'Search for features that can generate variations'),
('Languages::product_variations.generator.feature_variants.add_all_variants', 'Add all variants'),
('Languages::product_variations.generator.feature_variants.placeholder', 'Type to search'),
('Languages::product_variations.generator.table.title', 'Modify the variations to be created:'),
('Languages::product_variations.generator.warning.new_features_add', 'You can add a new feature if you disband the group in the actions menu and create variations again.'),
('Languages::product_variations.group_code', 'Variation group'),
('Languages::product_variations.group_code.description', 'Use the group code on a product editing page or during import to add the product to this group as a variation. A group code can contain only digits, Latin characters, and the following signs: \"-\" and \"_\".'),
('Languages::product_variations.group_code.link', 'Add to variation group'),
('Languages::product_variations.group_code.link.description', 'Select the code of the group to which this product will be added as a variation. If the desired variation group doesn\'t appear among suggestions, please make sure that you have specified the value for every feature that defines the group.'),
('Languages::product_variations.group_code.placeholder', 'Set custom group code here'),
('Languages::product_variations.hide_add_to_wishlist_button', 'Hide add to wish list button'),
('Languages::product_variations.link_existing', 'Use existing products'),
('Languages::product_variations.manage', 'Manage variations'),
('Languages::product_variations.mark_main_product', 'Set as default variation'),
('Languages::product_variations.notice.is_old_product_variation', 'This product is an old variation that hasn\'t been converted yet. To make it work as before the upgrade, <a href=\"[convert_url]\">convert old variations to new variations</a>.'),
('Languages::product_variations.notice.old_product_variations_exists', 'Your store still has old product variations. They currently appear as separate products, without the ability to switch between them. To make them work as before the upgrade, <a href=\"[convert_url]\">convert old variations to new variations</a>. It\'s easy and automatic.'),
('Languages::product_variations.no_available_features', 'This product doesn\'t have features that allow grouping products. Please make sure that:<ol><li>You have created at least one feature with <b>Purpose:</b> <i>Variations as separate products</i> or <i>Variations as one product</i>.</li><li>You have specified the value of that feature for the product.</li></ol>'),
('Languages::product_variations.product_type', 'Product type'),
('Languages::product_variations.product_type.catalog_item', 'Catalog item'),
('Languages::product_variations.product_type.variation_of_catalog_item', 'Variation of a catalog item'),
('Languages::product_variations.remove_variation', 'Remove variation from group'),
('Languages::product_variations.select_variation', 'Select a Variation'),
('Languages::product_variations.show_product_code', 'Show product code'),
('Languages::product_variations.show_variation_thumbnails', 'Show variation thumbnails'),
('Languages::product_variations.too_many_combinations', 'Sorry, there are too many possible variations that can be generated. To prevent heavy load, we won\'t display them here. Please create the products with the right feature values manually or via import, and add them to the group.'),
('Languages::product_variations.upgrade_notification.convert_combination_message', '<p>In the upcoming version 4.12.1, product variations will fully replace option combinations. The code that handles option combinations will be removed. Please note that ONLY <a href=\"https://docs.cs-cart.com/4.11.x/user_guide/manage_products/options/option_combinations.html\" target=\"_blank\">option combinations</a> and their code will be removed. <a href=\"https://docs.cs-cart.com/4.11.x/user_guide/manage_products/options/index.html\" target=\"_blank\">Options</a> themselves will remain exactly as they are now.</p><p>Your store still has option combinations. That\'s why we ask you to convert option combinations into product variations. The process is mostly automatic. We only ask your input to make sure that everything goes smoothly and according to your expectations.</p><p><a href=\"[convert_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Convert option combinations</a></p>'),
('Languages::product_variations.upgrade_notification.convert_combination_message_without_variations', '<p>In the upcoming version 4.12.1, product variations will fully replace option combinations. The code that handles option combinations will be removed. Please note that ONLY <a href=\"https://docs.cs-cart.com/4.11.x/user_guide/manage_products/options/option_combinations.html\" target=\"_blank\">option combinations</a> and their code will be removed. <a href=\"https://docs.cs-cart.com/4.11.x/user_guide/manage_products/options/index.html\" target=\"_blank\">Options</a> themselves will remain exactly as they are now.</p><p>Your store still has option combinations. That\'s why we ask you to convert option combinations into product variations. The process is mostly automatic. We only ask your input to make sure that everything goes smoothly and according to your expectations.</p><p>However, the Product Variations add-on isn\'t active in your store yet. You\'ll need to install or enable it first, and run the conversion.</p><p><a href=\"[search_for_addon]\" target=\"_blank\" class=\"btn btn-large\">1. Activate the add-on</a> <a href=\"[convert_url]\" target=\"_blank\" class=\"btn btn-large\">2. Convert option combinations</a></p>'),
('Languages::product_variations.upgrade_notification.convert_combination_title', 'Convert option combinations to product variations'),
('Languages::product_variations.upgrade_notification.convert_variations_message', '<p>Product variations in version 4.10.1 are more powerful than ever. They can now occupy separate positions in the catalog, be filtered and imported easily. To achieve this, we remade variations from scratch. They are now based on features instead of options.</p><p><b>We have disabled the old variations in your store, because they won’t work until they are converted.</b> The conversion is automatic, we just need your consent. Please check what we plan to do, and convert variations to use features.</p><p><a href=\"[convert_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check and convert variations</a> <a href=\"https://docs.cs-cart.com/4.10.x/user_guide/manage_products/products/product_variations.html\" target=\"_blank\" class=\"btn btn-large\">Learn more about variations</a></p>'),
('Languages::product_variations.upgrade_notification.convert_variations_title', 'Convert product variations to use features'),
('Languages::product_variations.variations', 'Variations'),
('Languages::product_variations.variations_filling', 'Variations'),
('Languages::product_variations.variations_list', 'Variations'),
('Languages::product_variations.variations_list_block_name', 'Variations list'),
('Languages::product_variations.variations_list_tab_name', 'View all variations as list'),
('Languages::product_variations.variations_naming_strategy.key_value', 'Color: Red, Size: Small'),
('Languages::product_variations.variations_naming_strategy.value', 'Red, Small'),
('Languages::product_variations.variation_of_product', 'Variation of catalog item <a href=\"[url]\">[product]</a>'),
('Languages::product_variations.warning.before_edit_variations_save_product', 'Before you can edit variations, please save the product.'),
('Languages::profile', 'Profile'),
('Languages::profiles', 'Profiles'),
('Languages::profile_activated', 'Account activated'),
('Languages::profile_deactivated', 'Account deactivated'),
('Languages::profile_details', 'Profile details'),
('Languages::profile_fields', 'Profile fields'),
('Languages::profile_fields_menu_description', 'Configure the set of fields included in the profile forms.'),
('Languages::profile_field_contains_information', 'Сouldn\'t change the field type: someone has already submitted data in this field.'),
('Languages::profile_field_name', 'Field name'),
('Languages::profile_field_name_tooltip', 'A character sequence that serves as an identifier. You can use figures from 0 to 9, symbols of the English alphabet and \"_\" sign.'),
('Languages::profile_info', 'Profile information'),
('Languages::profile_name', 'Profile name'),
('Languages::profile_type', 'Profile type'),
('Languages::profile_types_section_seller', 'Vendor information'),
('Languages::profile_types_section_user', 'Customers and admins'),
('Languages::project_id', 'Project ID'),
('Languages::project_password', 'Project password'),
('Languages::prolongate_download_key', 'Prolong download key to'),
('Languages::promotion', 'Promotion'),
('Languages::promotions', 'Promotions'),
('Languages::promotions.cond_all', 'all'),
('Languages::promotions.cond_any', 'any'),
('Languages::promotions.cond_false', 'false'),
('Languages::promotions.cond_true', 'true'),
('Languages::promotions_menu_description', 'Promote goods and offer bonuses basing on customers memberships.'),
('Languages::promotion_bonus_discount_on_categories', 'Discount on all products in categories'),
('Languages::promotion_bonus_discount_on_products', 'Discount on products'),
('Languages::promotion_bonus_free_products', 'Free products'),
('Languages::promotion_bonus_free_shipping', 'Free shipping'),
('Languages::promotion_bonus_gift_certificate', 'Gift certificate'),
('Languages::promotion_bonus_give_coupon', 'Give coupon'),
('Languages::promotion_bonus_give_points', 'Give points'),
('Languages::promotion_bonus_give_usergroup', 'Give user group'),
('Languages::promotion_bonus_order_discount', 'Order discount'),
('Languages::promotion_bonus_product_discount', 'Product discount'),
('Languages::promotion_cond_auto_coupons', 'Automatically generated coupon codes'),
('Languages::promotion_cond_birthday', 'Birthday'),
('Languages::promotion_cond_categories', 'Categories'),
('Languages::promotion_cond_country', 'Customer country (shipping)'),
('Languages::promotion_cond_coupon_code', 'Coupon code'),
('Languages::promotion_cond_feature', 'Product feature'),
('Languages::promotion_cond_number_of_usages', 'Number of usages'),
('Languages::promotion_cond_once_per_customer', 'Once per customer'),
('Languages::promotion_cond_payment', 'Payment method'),
('Languages::promotion_cond_price', 'Product price'),
('Languages::promotion_cond_products', 'Products'),
('Languages::promotion_cond_products_number', 'Total products in the cart'),
('Languages::promotion_cond_purchased_products', 'Purchased products'),
('Languages::promotion_cond_reward_points', 'Points on user account'),
('Languages::promotion_cond_shipping', 'Shipping methods'),
('Languages::promotion_cond_state', 'Customer state (shipping)'),
('Languages::promotion_cond_subscribed', 'Customer is subscribed'),
('Languages::promotion_cond_subtotal', 'Order subtotal'),
('Languages::promotion_cond_total', 'Order total'),
('Languages::promotion_cond_total_weight', 'Total products weight in the cart'),
('Languages::promotion_cond_usergroup', 'User group'),
('Languages::promotion_cond_users', 'Users'),
('Languages::promotion_cond_zip_postal_code', 'Customer zip/postal code (shipping)'),
('Languages::promotion_op_amount', 'amount'),
('Languages::promotion_op_cont', 'contains'),
('Languages::promotion_op_eq', 'equal'),
('Languages::promotion_op_gt', 'greater'),
('Languages::promotion_op_gte', 'equal or greater'),
('Languages::promotion_op_in', 'in'),
('Languages::promotion_op_lt', 'less'),
('Languages::promotion_op_lte', 'equal or less'),
('Languages::promotion_op_ncont', 'doesn\'t contain'),
('Languages::promotion_op_neq', 'not equal'),
('Languages::promotion_op_nin', 'not in'),
('Languages::promo_code', 'Promo code'),
('Languages::promo_code_or_certificate', 'Gift certificate or promo code'),
('Languages::promo_text', 'Promo text'),
('Languages::properties', 'Properties'),
('Languages::protection_eligibility', 'Protection eligibility'),
('Languages::provider', 'Provider'),
('Languages::pspid', 'PSPID'),
('Languages::public', 'Public'),
('Languages::public_files', 'Public files'),
('Languages::public_key', 'Public key'),
('Languages::purchased', 'Purchased'),
('Languages::purchased_in_orders', 'Purchased in orders'),
('Languages::purchased_qty', 'Purchased qty'),
('Languages::purchasers_name', 'From'),
('Languages::purchase_gift_certificate', 'Purchase Gift Certificate'),
('Languages::purpose', 'Purpose'),
('Languages::qty', 'Qty'),
('Languages::qty_discounts', 'Quantity discounts'),
('Languages::qty_discount_type_tooltip', 'Fixed amount/Percentage to be taken off the price'),
('Languages::quantity', 'Quantity'),
('Languages::quantity_step', 'Quantity step'),
('Languages::query', 'Query'),
('Languages::questions', 'Questions'),
('Languages::question_text', 'Question text'),
('Languages::quick_checkout', 'Quick checkout'),
('Languages::quick_links', 'Quick links'),
('Languages::quick_menu', 'Quick start menu'),
('Languages::quick_product_viewer', 'Quick product viewer'),
('Languages::quick_view', 'Quick view'),
('Languages::radiogroup', 'Radio group'),
('Languages::random', 'Random'),
('Languages::rank_number', 'Rank (\'machine\') number'),
('Languages::rates_calculated_info', 'Rates are calculated for [n] product that costs [price].|Rates are calculated for [n] products that cost [price].'),
('Languages::rates_depend_on', 'Rates depend on'),
('Languages::rate_area', 'Rate area'),
('Languages::rate_areas', 'Rate areas'),
('Languages::rate_calculation', 'Rate calculation'),
('Languages::rate_calculation_by_customer_address', 'By customer\'s address'),
('Languages::rate_calculation_by_rate_area', 'Manual (by defined rate area)'),
('Languages::rate_calculation_manual', 'Manual (by defined location)'),
('Languages::rate_calculation_manual_by_rate_area', 'Manual (by rate areas)'),
('Languages::rate_calculation_realtime', 'Realtime'),
('Languages::rate_calculation_realtime_automatic', 'Real-time (automatic)'),
('Languages::rate_value', 'Rate value'),
('Languages::rating', 'Rating'),
('Languages::read', 'Read'),
('Languages::readme', 'Readme'),
('Languages::read_more_3d_secure', 'Read more about 3-D Secure'),
('Languages::reason', 'Reason'),
('Languages::reasons', 'reasons'),
('Languages::reason_text', 'Payment processor response'),
('Languages::rebuild_cache_automatically', 'Rebuild cache automatically'),
('Languages::rebuild_cache_automatically_tooltip', 'Modified files are tracked in real time (including the files modified directly on server) and re-cached. Block cache will be disabled. Store performance may be slightly affected. Recommended to disable on production.'),
('Languages::rebuild_combinations', 'Rebuild combinations'),
('Languages::recalculate', 'Recalculate'),
('Languages::recalculate_order', 'Recalculate order'),
('Languages::recalculate_rates', 'Recalculate rates'),
('Languages::recalculate_shipping_cost', 'Recalculate shipping cost'),
('Languages::recalculate_totals', 'Recalculate totals'),
('Languages::recaptcha.error_recaptcha_v3_failed', 'Sorry, the anti-bot validation has failed. If you\'re seeing this message, please contact us and let us know about it.'),
('Languages::recaptcha.none', 'none'),
('Languages::recaptcha.recaptcha_v2', 'reCAPTCHA v2'),
('Languages::recaptcha.recaptcha_v3', 'reCAPTCHA v3'),
('Languages::recaptcha.text_forbidden_countries_notice', '<p>Google reCAPTACHA will be disabled for the selected countries. Instead, visitors from those countries will be asked to type a few symbols they see on the screen.</p>'),
('Languages::recaptcha.text_settings_notice', '<p>The instructions on how to get the <b>site key</b> and <b>secret</b> are available <b><a target=\"_blank\" href=\"https://developers.google.com/recaptcha/intro\">here</a></b>.<br>Please note that the add-on currently supports only <b>Google reCAPTCHA v2: Checkbox</b> and <b>Google reCAPTCHA v3</b></p>'),
('Languages::recaptcha_settings_notice', '<p>The instructions on how to get the <b>site key</b> and <b>secret</b> are available <b><a target=\"_blank\" href=\"https://developers.google.com/recaptcha/docs/start\">here</a></b>.</p>'),
('Languages::recaptcha_upgrade_notification_text', '[product] now comes with the <b>Google reCAPTCHA</b> add-on to improve anti-bot validation. The add-on has been installed and activated during the upgrade, but the old CAPTCHA will still be used until you configure the add-on. We recommend switching to Google reCAPTCHA as soon as possible. To do that: <ol><li>Go to <b>Add-ons → Manage add-ons</b>.</li><li>Find and click on <b>Google reCAPTCHA</b> in the list of add-ons.</li><li>A pop-up window will open. Enter <b>Site key</b> and <b>Secret token</b>, then save your changes. The instructions on how to get the key and token are available <a href=\'https://developers.google.com/recaptcha/docs/start\'>here</a>.</li></ol> <b>The Google reCAPTCHA add-on supports only the Responsive theme and its <a href=\'http://docs.cs-cart.com/4.5.x/designer_guide/parent_themes.html\'>child themes</a>.</b> Please contact the developer of your theme for more information before you switch to Google reCAPTCHA.'),
('Languages::recaptcha_upgrade_notification_title', 'Switch to Google reCAPTCHA to protect against bots'),
('Languages::receivers', 'Receivers'),
('Languages::recent_activity', 'Recent activity'),
('Languages::recent_blog_posts', 'Recent blog posts'),
('Languages::recent_orders', 'Recent orders'),
('Languages::recent_products', 'Recently viewed'),
('Languages::recheck', 'Re-check'),
('Languages::recipient', 'Recipient'),
('Languages::recipients_name', 'To'),
('Languages::recipient_description', 'Description of the Merchant'),
('Languages::recommended', 'Recommended'),
('Languages::recommenders', 'REES46'),
('Languages::recover', 'Recover'),
('Languages::recover_password', 'Reset password'),
('Languages::recover_password_subj', 'Password recovery'),
('Languages::recursively', 'Recursively'),
('Languages::redesk_connection_ask_question', 'Ask a question'),
('Languages::redesk_connection_create_ticket', 'Contact vendor'),
('Languages::redesk_connection_multivendor_contact_form_info', 'If all is set up correctly, you can use the following contact form with the Re:Desk departments, which will send the messages directly to your Re:Desk help desk:<br /><a href=\"[http_location]/?dispatch=redesk_connection_multivendor.contact\" target=\"_blank\">[http_location]/?dispatch=redesk_connection_multivendor.contact</a>'),
('Languages::redesk_connection_multivendor_manage', 'Import Vendors into Re:Desk'),
('Languages::redesk_create_vendors_accounts', 'Create manager accounts into Re:Desk for Vendors'),
('Languages::redesk_import_vendors', 'Import vendors into Re:Desk'),
('Languages::redesk_import_vendors_as_departments', 'Import Vendors into Re:Desk as Departments'),
('Languages::redirect_customer_from_storefront', 'Redirect visitors of this storefront to the one that has countries to which the visitors\' IP addresses belong defined'),
('Languages::rees46_docs', '\n            <p>Please check out the <a href=\"http://docs.rees46.com/pages/viewpage.action?pageId=1409157\" target=\"_blank\">detailed instructions</a> on configuring the module and placing the recommendations widgets.</p>\n        '),
('Languages::rees46_error_export_order', 'To upload orders, enter Store and Secret Keys in the module settings.'),
('Languages::rees46_export_order', 'Export order'),
('Languages::rees46_export_success', 'Unloading orders REES46 successfully initiated.'),
('Languages::rees46_export_unsuccess', 'Unloading of the orders in REES46 has failed.'),
('Languages::rees46_info', '\n            <p>If you have not yet registered at REES46.com, please  <a href=\"http://rees46.com\" target=\"_blank\">sign up</a>. After that you should enter the information about your online store in your REES46 <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">personal account</a>. Pay attention at the \"<b>Store Key</b>\" и \"<b>Secret Key</b>\" which are needed to configure the module.</p>\n        '),
('Languages::rees46_menu', 'Recommender Engine REES46'),
('Languages::rees46_menu_settings', 'Settings'),
('Languages::rees46_orders', '\n            <p>The learning process of recommendation algorithm takes some time. The principal time is required to collect the information and build relationships between customers and products. You may speed up the learning process by uploading to REES46 your order history for the past six months. This will allow you to create the recommendations to your existing customers as well as to generate more detailed connections between the goods. The upload may take some time.</p>\n        '),
('Languages::rees46_orientation_horizontal', 'Horizontal'),
('Languages::rees46_orientation_vertical', 'Vertical'),
('Languages::rees46_products_per_line', 'Number of products in each line'),
('Languages::rees46_recommender_code', 'Unique code of the recommendation widget'),
('Languages::rees46_recommender_orientation', 'Widget orientation'),
('Languages::rees46_statistics', '\n            <p>To analyze the statistics of product recommendations, please sign in your <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">REES46 personal account</a>.</p>\n        '),
('Languages::rees46_yml', '\n            <p>Please copy the link below and paste in the settings of your REES46 <a href=\"https://rees46.com/customers/sign_in\" target=\"_blank\">profile</a>.</p>\n        '),
('Languages::referer', 'Referer'),
('Languages::referrers', 'Referrers'),
('Languages::referrer_domain', 'Referrer domain'),
('Languages::refresh', 'Refresh'),
('Languages::refresh_packages_list', 'Refresh available upgrades'),
('Languages::refund', 'Refund'),
('Languages::refunded', 'Refunded'),
('Languages::refunded_amount', 'Refunded amount'),
('Languages::regexp', 'RegExp'),
('Languages::regexp_hint', 'If you are using the regexp checking, it is necessary to set a prompting message informing of the incorrect filling of the field, otherwise, the checking will not be performed'),
('Languages::region', 'Region'),
('Languages::regions', 'Regions'),
('Languages::register', 'Register'),
('Languages::registered', 'Registered'),
('Languages::registered_customers', 'Registered customers'),
('Languages::register_autoresponder', 'Confirmation email'),
('Languages::register_new_account', 'Register for a new account'),
('Languages::register_profile', 'Register profile'),
('Languages::registration', 'Registration'),
('Languages::registration_date', 'Registration date'),
('Languages::regnumber', 'Registration number'),
('Languages::related_gift_cert', 'Related gift certificates'),
('Languages::related_order', 'Related order'),
('Languages::release_date', 'Release date'),
('Languages::remember_me', 'Remember me'),
('Languages::remove', 'Remove'),
('Languages::remove_addon_from_favorites', 'Remove add-on from favorites'),
('Languages::remove_backup_files', 'Remove backup files'),
('Languages::remove_cc_info', 'Remove CC info'),
('Languages::remove_invoice', 'Remove invoice'),
('Languages::remove_new_orders_filter_upgrade_notification_text', '<p>In previous versions, every administrator could search for orders that he or she hadn\'t viewed yet (\"New orders\"). Because not every administrator views every order, the list of \"new orders\" only kept growing, which could affect the database negatively in a very long run.</p><p>The \"New orders\" condition in the advanced search has been removed. Please take that into account if you have any saved searches with that condition.</p><p><a href=\"[saved_searches]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Check saved searches</a></p>'),
('Languages::remove_new_orders_filter_upgrade_notification_title', 'Search for \"New orders\" removed'),
('Languages::remove_theme', 'Remove theme'),
('Languages::remove_this_item', 'Remove this item'),
('Languages::removing_default_language_from_storefront', 'Sorry, we couldn\'t remove the [language_name] language from storefront [storefront_name]. To remove it, please go to <b>Settings → Appearance</b> and change the <b>Frontend default language</b> for storefront [storefront_name] first.|Sorry, we couldn\'t remove the [language_name] language from storefronts: [storefront_name]. To remove it, please go to <b>Settings → Appearance</b> and change the <b>Frontend default language</b> for storefronts: [storefront_name] first.'),
('Languages::rename', 'Rename'),
('Languages::repay_order', 'Pay order'),
('Languages::reply', 'Reply'),
('Languages::reply_to', 'Reply to'),
('Languages::report', 'Report'),
('Languages::reports', 'Reports'),
('Languages::reports_interval_1', 'Total'),
('Languages::reports_interval_3', 'Day'),
('Languages::reports_interval_5', 'Week'),
('Languages::reports_interval_7', 'Month'),
('Languages::reports_interval_9', 'Year'),
('Languages::reports_list', 'Reports list'),
('Languages::reports_parameter_1', 'Order totals'),
('Languages::reports_parameter_10', 'Shipping costs'),
('Languages::reports_parameter_11', 'Categories'),
('Languages::reports_parameter_12', 'Products'),
('Languages::reports_parameter_13', 'Product costs'),
('Languages::reports_parameter_14', 'The number of products'),
('Languages::reports_parameter_15', 'Managers'),
('Languages::reports_parameter_2', 'The number of orders'),
('Languages::reports_parameter_3', 'Orders'),
('Languages::reports_parameter_4', 'Statuses of orders'),
('Languages::reports_parameter_5', 'Payment methods'),
('Languages::reports_parameter_6', 'Rate areas'),
('Languages::reports_parameter_7', 'Users'),
('Languages::reports_parameter_8', 'Discounts and coupons'),
('Languages::reports_parameter_9', 'Taxes'),
('Languages::report_a_bug', 'Report a bug'),
('Languages::request', 'Request'),
('Languages::requests_count', 'Requests count'),
('Languages::requesttype', 'Request type'),
('Languages::request_account_name', 'Requested account name'),
('Languages::request_error_information', 'Customers have experienced issues with receiving rates from <b>the [shipping]</b> shipping method. Please make sure that is configured properly and that the shipping rate calculation is correct'),
('Languages::request_error_information_title', 'Shipping error'),
('Languages::request_statuses', 'request statuses'),
('Languages::required', 'Required'),
('Languages::required_not_answered', 'You should answer all the mandatory questions'),
('Languages::required_products', 'Required products'),
('Languages::required_products_added', 'The following required product(s) were added to your cart'),
('Languages::required_products_out_of_stock', 'This product cannot be added to your cart, because following required product(s) are out of stock:'),
('Languages::required_profile_field_description', 'The \"[field_name]\" profile field is required as it is used to calculate shipping rates.'),
('Languages::requires_upgrade', 'Requires [product] upgrade'),
('Languages::reset', 'Reset'),
('Languages::reset_filter', 'Reset filter'),
('Languages::reset_inventory', 'Reset inventory'),
('Languages::reset_password', 'Reset password'),
('Languages::reset_quantity_to_zero', 'Set quantity of all products to zero'),
('Languages::reset_quantity_to_zero_tooltip', 'If you enable this setting, all the products in your store will have their quantity set to 0, except for the products that have the quantity specified in the imported file.'),
('Languages::resolved', 'Resolved'),
('Languages::response', 'Response'),
('Languages::responsive_admin.email_order_invoice_subject', '[company_name]: Invoice for order'),
('Languages::restore', 'Restore'),
('Languages::restore_default', 'Use default value'),
('Languages::restore_default_value', 'Restore default value'),
('Languages::restore_from_repository', 'Restore from the repository'),
('Languages::restore_original', 'Restore original'),
('Languages::restore_robots', 'Restore the default robots.txt'),
('Languages::ResultCode', 'ResultCode'),
('Languages::ResultDescription', 'ResultDescription'),
('Languages::return', 'Return to normal view'),
('Languages::returnable', 'Returnable'),
('Languages::returnable_product', 'Returnable product'),
('Languages::returned_product', 'Returned product'),
('Languages::returned_products', 'Returned products'),
('Languages::returning_customer', 'Returning customer'),
('Languages::returns', 'Returns'),
('Languages::returns_info', 'Returns info'),
('Languages::return_info', 'Return information'),
('Languages::return_period', 'Return period'),
('Languages::return_period_days', 'Return period (days)'),
('Languages::return_products_information', 'Return products information'),
('Languages::return_registration', 'Request a replacement or a refund'),
('Languages::return_requests', 'Return requests'),
('Languages::return_requests_menu_description', 'View and process return requests from orders placed on your web site.'),
('Languages::return_requests_note', 'Go to the list of your return requests'),
('Languages::return_status', 'Return status'),
('Languages::return_url_target', 'Return URL target'),
('Languages::reuse', 'Reuse'),
('Languages::reversed', 'Reversed'),
('Languages::revert', 'Revert'),
('Languages::reviews', 'review|reviews'),
('Languages::reward_points', 'Reward points'),
('Languages::reward_points_log', 'Reward points log'),
('Languages::reward_points_menu_description', 'Assign global reward points in your store.'),
('Languages::reward_points_subj_added_to', '[n] point have been added to your account.|[n] points have been added to your account.'),
('Languages::reward_points_subj_subtracted_from', '[n] point have been subtracted from your account.|[n] points have been subtracted from your account.'),
('Languages::re_desk_contact_us', 'Contact us'),
('Languages::re_desk_department', 'Vendor'),
('Languages::re_desk_full_name', 'Full name'),
('Languages::re_desk_thank_you', 'Thank you, your message has been sent.'),
('Languages::re_desk_you_can_send', 'You can send us a message using the form below.'),
('Languages::re_order', 'Reorder this order'),
('Languages::right', 'Right'),
('Languages::right_to_left_orientation', 'Right to left orientation'),
('Languages::risk_checking', 'Risk checking is in process. Please try reloading this page in a minute.'),
('Languages::risk_information', 'Risk information'),
('Languages::rma', 'RMA'),
('Languages::rma.choose_change_return_status', 'What to do with the order'),
('Languages::rma.dont_recalculate_order', 'Don\'t recalculate order'),
('Languages::rma.manually_recalculate_order', 'Set the new order total manually'),
('Languages::rma.order_total_will_changed', 'The order total will be set to'),
('Languages::rma.please_confirm_decision', 'Please confirm your decision.'),
('Languages::rma.recalculate_order', 'Recalculate order'),
('Languages::rma.shipping_costs_will_changed', 'Shipping costs will be set to'),
('Languages::rma.text_return_change_warning', 'The status of return request will change from [old_status] to [new_status].'),
('Languages::rma_actions', 'RMA actions'),
('Languages::rma_notify_supplier', 'Notify supplier'),
('Languages::rma_reasons', 'RMA reasons'),
('Languages::rma_request_statuses', 'RMA request statuses'),
('Languages::rma_return', 'Return'),
('Languages::robots_title', 'Editing: robots.txt'),
('Languages::romanian', 'Romanian'),
('Languages::root_category', 'Root category'),
('Languages::root_level', 'Root level'),
('Languages::root_page', 'Root level page'),
('Languages::round_to', 'Round to'),
('Languages::routing_code', 'Routing Number'),
('Languages::rss_created', 'Created'),
('Languages::rss_display_add_to_cart', 'Display add to cart button'),
('Languages::rss_display_image', 'Display image'),
('Languages::rss_display_original_price', 'Display net price'),
('Languages::rss_display_price', 'Display gross price'),
('Languages::rss_display_sku', 'Display SKU'),
('Languages::rss_feed', 'RSS feed'),
('Languages::rss_sort_by', 'Sort items by'),
('Languages::rss_updated', 'Updated'),
('Languages::ru.tax_and_payments.upgrade_message.message', '<p>You have upgraded to [product] [version]. This version is prepared for the recent changes in Russian legislation (the increase of VAT to 20% and the support of Fiscal Data Format 1.05 for online cash registers). You\'ll only need to do this:</p><p>— If you use ATOL Online, switch to Fiscal Data Format 1.05 as described <a href=\"https://www.cs-cart.ru/blog/vyishel-cs-cart-4-9-2-c-podderzhkoy-ffd-1-05-v-atol-onlayn/\" target=\"_blank\">in our Russian blog</a>. You may have done it already after the release of version 4.9.2.</p>[tax_conversion][failing_services]'),
('Languages::ru.tax_and_payments.upgrade_message.title', 'Russian Legislation: Preparing for January 1, 2019'),
('Languages::runtime', 'Runtime'),
('Languages::russian', 'Russian'),
('Languages::rus_geolocation_upgrade_notification_text', '<p>The <b>[rus_geolocation_addon]</b> add-on allowed your customers to select their city and see estimated shipping rates on a product page. That functionality is now a part of a new add-on called <b>[geo_maps_addon]</b>. It is already installed and active.</p><p>Two geolocation add-ons shouldn’t be active at the same time. Please make sure that the old <b>[rus_geolocation_addon]</b> add-on is disabled.</p><p><a href=\"[disable_geolocation]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Disable deprecated add-on here</a></p>'),
('Languages::rus_geolocation_upgrade_notification_title', 'Geolocation: Add-ons deprecated in favor of [geo_maps_addon]'),
('Languages::sale', 'Sale'),
('Languages::sales', 'Sales'),
('Languages::sales_amount', 'Sales amount'),
('Languages::sales_commission', 'Sales commission'),
('Languages::sales_period', 'Sales period'),
('Languages::sales_period_total', 'Sales period total'),
('Languages::sales_reports', 'Sales reports'),
('Languages::sales_reports_menu_description', 'Detailed statistics on the sales.'),
('Languages::sales_reports_side_bar_notes', 'To include Order statuses, Payment methods and Rate areas in the conditions list, check the necessary item and click on the \"Save\" button.'),
('Languages::salt', 'Salt'),
('Languages::same_as_source', 'same as source'),
('Languages::save', 'Save'),
('Languages::saved_search', 'Saved searches'),
('Languages::saved_search.set_as_default', 'Set as default'),
('Languages::saved_search.set_as_default_confirm', 'Saved search \"[name]\" will open by default instead of the full list of objects. Is that what you\'d like?'),
('Languages::saved_search.set_as_non_default', 'Set as non-default'),
('Languages::saved_search.set_as_non_default_confirm', 'The full list of objects will open by default instead of saved search \"[name]\". Is that what you\'d like?'),
('Languages::save_and_close', 'Save and close'),
('Languages::save_and_send', 'Save and send'),
('Languages::save_as', 'Save As...'),
('Languages::save_changes', 'Save changes'),
('Languages::save_directory', 'Server directory'),
('Languages::save_discount', 'Save'),
('Languages::save_layout', 'Save layout'),
('Languages::save_layout_as', 'Save layout as'),
('Languages::save_process_payment', 'Save and process payment'),
('Languages::save_this_search_as', 'Save this search as'),
('Languages::sb_share', 'Share'),
('Languages::scan_for_modified_core_files', 'Scan for changed core files'),
('Languages::scb_text_notice', 'Please send the following URL to the SCB support to be set as PostbackURL: <br /><b>[return_url]</b>'),
('Languages::screen', 'Screen'),
('Languages::screen_resolution', 'Screen resolution'),
('Languages::script', 'Script'),
('Languages::scroller_direction', 'Auto-scroll direction'),
('Languages::scroll_per_page', 'Scroll per page'),
('Languages::search', 'Search'),
('Languages::search_again', 'Search again'),
('Languages::search_by_order', 'Search by order'),
('Languages::search_by_owner', 'Search by owner'),
('Languages::search_by_price', 'Search by price'),
('Languages::search_by_product_features', 'Search by product features'),
('Languages::search_by_product_filters', 'Search by product filters'),
('Languages::search_by_sku', 'Search by product code'),
('Languages::search_by_supplier', 'Search by supplier'),
('Languages::search_by_vendor', 'Search by vendor'),
('Languages::search_by_weight', 'Search by weight'),
('Languages::search_engine', 'Search engine'),
('Languages::search_for_pattern', 'Search for pattern'),
('Languages::search_in', 'Search in'),
('Languages::search_in_category', 'Search in category'),
('Languages::search_in_subcategories', 'Search in subcategories'),
('Languages::search_options', 'Search options'),
('Languages::search_product', 'Search product'),
('Languages::search_products', 'Search products'),
('Languages::search_results', 'Search results'),
('Languages::search_results_for', 'Search results for [search]'),
('Languages::search_string', 'Search string'),
('Languages::search_tooltip', 'Search for products, customers, orders and CMS pages'),
('Languages::search_words', 'Search words'),
('Languages::secondary_categories', 'Secondary category'),
('Languages::seconds_left', '[n] second left|[n] seconds left'),
('Languages::secret_key', 'Secret key'),
('Languages::secret_string', 'Secret string'),
('Languages::secret_word', 'Secret word'),
('Languages::section', 'Section'),
('Languages::section_is_not_completed', 'Section is not completed.'),
('Languages::section_links', 'Section links'),
('Languages::section_name', 'Section name'),
('Languages::secure', 'Secure'),
('Languages::secure_checkout', 'Secure checkout'),
('Languages::secure_storefront_url', 'Secure storefront URL'),
('Languages::secure_storefront_url_already_exists', 'The value of the <strong>Secure storefront URL</strong> parameter mentioned by you already belongs to another company.'),
('Languages::security', 'Security'),
('Languages::security_settings', 'Security settings'),
('Languages::see_demo', 'See demo'),
('Languages::see_full_templates_list', 'Can\'t find a notification you\'re looking for?<br/><a href=\"[email_template_manage]\"></a><br/><a href=\"[internal_template_manage]\">See the full list of on-site notification templates</a>'),
('Languages::select', 'Select'),
('Languages::selectbox', 'Select box'),
('Languages::selected', 'Selected'),
('Languages::selected_fields', 'Selected fields'),
('Languages::selected_filters', 'Selected filters'),
('Languages::selected_items', 'Selected items'),
('Languages::select_all', 'Select all'),
('Languages::select_all_product_options', 'You should select all product options'),
('Languages::select_block', 'Select block'),
('Languages::select_categories', 'Select categories'),
('Languages::select_coordinates', 'Select coordinates'),
('Languages::select_country', 'Select country'),
('Languages::select_customer', 'Select customer'),
('Languages::select_dates', 'Select dates'),
('Languages::select_default', 'Select default'),
('Languages::select_descr_lang', 'Select the description language'),
('Languages::select_developer', 'Select developer'),
('Languages::select_fields_to_edit', 'Select fields to edit'),
('Languages::select_file', 'Select file'),
('Languages::select_image', 'Select image'),
('Languages::select_new_owner_company', 'Select a new owner of this company\'s profile data:'),
('Languages::select_one_or_more_type', 'Select one or more options'),
('Languages::select_options', 'Select options'),
('Languages::select_option_above', 'Select the previous option first'),
('Languages::select_product', 'Select product'),
('Languages::select_products', 'Select products'),
('Languages::select_profile', 'Select profile'),
('Languages::select_selectbox_option', 'Select option'),
('Languages::select_shipping_method', 'Select shipping method'),
('Languages::select_single_type', 'Select single option'),
('Languages::select_state', 'Select state'),
('Languages::select_storefront', 'Select [store] storefront'),
('Languages::select_tables', 'Select tables'),
('Languages::sell_files', 'Files to sell'),
('Languages::semicolon', 'Semicolon'),
('Languages::send', 'Send'),
('Languages::sender', 'Sender'),
('Languages::sending_email_to', 'Sending email to [email]...'),
('Languages::send_feedback', 'Help us improve [product]'),
('Languages::send_invitations', 'Invite'),
('Languages::send_notification', 'Send notification to selected'),
('Languages::send_shipment_notification_to_customer', 'Send shipment notification to customer'),
('Languages::send_shipping_address', 'Send customer shipping address'),
('Languages::send_test_email', 'Send test email'),
('Languages::send_test_notification', 'Send test notification'),
('Languages::send_to', 'Send to'),
('Languages::send_to_test_email', 'Send to test email'),
('Languages::send_via', 'Send via'),
('Languages::send_via_email', 'Send via email'),
('Languages::send_via_postal_mail', 'Send via postal mail'),
('Languages::sent', 'Sent'),
('Languages::seo', 'SEO'),
('Languages::seo.brand', 'Brand'),
('Languages::seo.create_redirect', 'Create redirect from old URL'),
('Languages::seo.default_storefront_frontend_default_language_warning', 'The <a href=\"[link]\">SEO</a> add-on is currently configured to use a single URL for all languages. If you change a default language of the default storefront, the SEO URLs will be changed for all storefronts.'),
('Languages::seo.error_at_creation_seo_name', 'The following SEO name already exists in your store: <b>[names]</b>. <p> The following SEO name was used instead: <b>[new_names]</b>.|The following SEO names already exist in your store: <b>[names]</b>. The following SEO names were used instead: <b>[new_names]</b>.'),
('Languages::seo.error_incorrect_seo_name', 'The following SEO name had incorrect format: <b>[names]</b>. <p> The following SEO name was used instead: <b>[new_names]</b>.|The following SEO names had incorrect format: <b>[names]</b>. The following SEO names were used instead: <b>[new_names]</b>.'),
('Languages::seo.error_incorrect_url', 'Incorrect format for <b>[url]</b> URL. For example, if your URL is <b>http://example.com/path/to/object</b>, you need to enter <b>/path/to/object</b>'),
('Languages::seo.error_old_url_exists', 'The URL you\'re redirecting from is already exist'),
('Languages::seo.feature_code.brand.description', 'Name used by an organization or business person for labeling a product'),
('Languages::seo.feature_code.gtin.description', 'Global Trade Item Number'),
('Languages::seo.feature_code.isbn.description', 'International Standard Book Number'),
('Languages::seo.feature_code.mpn.description', 'Manufacturer Part Number'),
('Languages::seo.gtin', 'GTIN'),
('Languages::seo.important_language_text', '<b>Warning!</b> The <b>SEO</b> add-on is currently configured to use a single URL for all languages. If you hide, disable, or delete a default language of one of the storefronts, the SEO URLs will be changed.'),
('Languages::seo.isbn', 'ISBN'),
('Languages::seo.MPN', 'MPN'),
('Languages::seo.new_redirect', 'New Redirect'),
('Languages::seo.new_url', 'New URL'),
('Languages::seo.old_url', 'Old URL'),
('Languages::seo.product_feature.feature_code.notice', 'A suitable code can help this feature appear with the product in search engines. Supported codes:'),
('Languages::seo.redirects_manager', '301 redirects'),
('Languages::seo.redirects_manager_menu_description', 'Manages redirect rules from old URLs'),
('Languages::seo.rich_snippets', 'Google rich snippets preview'),
('Languages::seo.rich_snippets_rating', 'Rating'),
('Languages::seo.rich_snippets_reviews', '[n] review|[n] reviews'),
('Languages::seo.storefront_frontend_default_language_warning', 'The <a href=\"[link]\">SEO</a> add-on is currently configured to use a single URL for all languages. If you change a default language of this storefront, the SEO URLs will be changed.'),
('Languages::seo.upgrade_notes.seo_language.message', 'To improve rating in search engines, we have changed the behavior of the \"Show language in URL\" setting. The default language of the storefront will no longer be displayed in the URL. If your storefront in the default language was previously located at <b>[old_store_url]</b>, it will now be available at <b>[new_store_url]</b>.<br/>All old URLs will be redirected correctly to the new ones.'),
('Languages::seo.upgrade_notes.seo_language.title', 'Changes in SEO add-on'),
('Languages::seo_menu_description', 'SEO settings of your store.'),
('Languages::seo_meta_data', 'Meta data'),
('Languages::seo_name', 'SEO name'),
('Languages::seo_page_title', 'page [n]'),
('Languages::seo_robots', 'robots.txt'),
('Languages::seo_rules', 'SEO rules'),
('Languages::seo_rules_menu_description', 'Use this section to define global rules for the URLs rewritten in your store.'),
('Languages::separate_multiple_email_addresses', 'If you enter multiple emails, write each of them in a new line.'),
('Languages::separator', 'Separator'),
('Languages::sequential', 'Sequential'),
('Languages::server', 'Server'),
('Languages::service_not_available', 'This service is not available.'),
('Languages::set', 'Set'),
('Languages::settings', 'Settings'),
('Languages::settings.smtp_error', 'SMTP Error'),
('Languages::settings_overwrite_text', '<b>[theme_name]</b> will set following settings on activation'),
('Languages::settings_overwrite_title', 'The theme overwrites store settings'),
('Languages::settings_wizard', 'Settings wizard'),
('Languages::settings_wizard_close_tooltip', 'Wizard will be possible to re-open in the menu \'Settings -> Settings wizard\'.'),
('Languages::settings_wizard_title', 'Settings wizard: Step [current_step] of [total_steps]'),
('Languages::setting_min_order_amount_type_was_hidden_upgrade_notification_text', '<p>Previously, the <b>Minimum order amount</b> in your store included the shipping costs. If the minimum order amount was $50, and a customer bought 2 products at $20 each, and the shipping cost was $12, then it would be possible to place an order. But now this behavior has changed: only the total price of all products in the cart will determine whether the minimum order amount has been reached.</p><p>Please go to <b>Settings → Checkout</b> and adjust your <b>Minimum order amount</b> to reflect this change.</p><p><a href=\"[checkout_settings]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Open checkout settings</a></p>'),
('Languages::setting_min_order_amount_type_was_hidden_upgrade_notification_title', 'Setting \"Define minimum order amount by\" removed'),
('Languages::settled_order_status', 'Consider order paid'),
('Languages::set_custom_configuration', 'Set custom configuration'),
('Languages::share', 'Share'),
('Languages::share.congratulations_first_order', 'Congratulations on you first complete order.'),
('Languages::share.first_order_tweet', 'Wow! The first complete order in my [product]-powered store'),
('Languages::share.installation_tweet', 'I have just created an online store with [product_name]'),
('Languages::sharedsec', 'SharedSec'),
('Languages::shared_secret', 'Shared Secret'),
('Languages::share_discount', 'Share discount'),
('Languages::sha_sign', 'SHA-1 Signature'),
('Languages::shipment', 'Shipment'),
('Languages::shipments', 'Shipments'),
('Languages::shipments_menu_description', 'View and print packing slips for shipments created from orders.'),
('Languages::shipment_date', 'Shipment date'),
('Languages::shipment_details', 'Shipment details'),
('Languages::shipment_has_been_created', 'Shipment has been created'),
('Languages::shipment_id', 'Shipment ID'),
('Languages::shipment_info', 'Shipment information'),
('Languages::shipment_statuses', 'Shipment statuses'),
('Languages::shipped', 'Shipped'),
('Languages::shipped_products', 'Shipped products'),
('Languages::shipper_number', 'Shipper number'),
('Languages::shipping', 'Shipping'),
('Languages::shipping.pricing', 'Pricing'),
('Languages::shippings', 'Shippings'),
('Languages::shippings.aup.currency_not_configured', 'To activate the Australia Post shipping processor, you must have the Australian Dollar currency enabled.'),
('Languages::shippings.aup.pac_api_key', 'PAC API key'),
('Languages::shippings.can.api_keys', 'API keys'),
('Languages::shippings.can.business_account_information', 'Business account information'),
('Languages::shippings.can.contract_id', 'Contract ID'),
('Languages::shippings.can.customer_number', 'Customer number'),
('Languages::shippings.can.options', 'Delivery options'),
('Languages::shippings.can.option_cod', 'Collect on Delivery'),
('Languages::shippings.can.option_cov', 'Coverage'),
('Languages::shippings.can.option_cov_amount', 'Coverage amount'),
('Languages::shippings.can.option_dns', 'Do not safe drop');
INSERT INTO `partiushop_original_values` (`msgctxt`, `msgid`) VALUES
('Languages::shippings.can.option_hfp', 'Card for pickup'),
('Languages::shippings.can.option_lad', 'Leave at door - do not card'),
('Languages::shippings.can.option_pa18', 'Proof of Age Required - 18'),
('Languages::shippings.can.option_pa19', 'Proof of Age Required - 19'),
('Languages::shippings.can.option_so', 'Signature'),
('Languages::shippings.can.password', 'Password'),
('Languages::shippings.can.username', 'Username'),
('Languages::shippings.currency_not_found', 'Currency [currency] was not found'),
('Languages::shippings.fedex.currency_is_missing', 'The rates calculated by FedEx are in [currency], and that currency doesn\'t exist in your store. Please create that currency; otherwise customers won\'t be able to select this shipping method.'),
('Languages::shippings.fedex.freight_account_number', 'Freight account number'),
('Languages::shippings.fedex.options', 'Delivery options'),
('Languages::shippings.fedex.option_broker_select_option', 'Broker select option'),
('Languages::shippings.fedex.option_call_before_delivery', 'Call before delivery'),
('Languages::shippings.fedex.option_cod', 'COD'),
('Languages::shippings.fedex.option_cod_amount', 'COD amount'),
('Languages::shippings.fedex.option_cod_collection_type', 'COD collection type'),
('Languages::shippings.fedex.option_cod_collection_type_any', 'Any'),
('Languages::shippings.fedex.option_cod_collection_type_cash', 'Cash'),
('Languages::shippings.fedex.option_cod_collection_type_guaranteed_funds', 'Guaranteed funds'),
('Languages::shippings.fedex.option_custom_delivery_window', 'Custom delivery window'),
('Languages::shippings.fedex.option_dangerous_goods', 'Dangerous goods'),
('Languages::shippings.fedex.option_dangerous_goods_accessibility', 'Dangerous goods accessibility'),
('Languages::shippings.fedex.option_dangerous_goods_accessibility_accessible', 'Accessible'),
('Languages::shippings.fedex.option_dangerous_goods_accessibility_inaccessible', 'Inaccessible'),
('Languages::shippings.fedex.option_dangerous_goods_options', 'Hazardous content options'),
('Languages::shippings.fedex.option_dangerous_goods_options_battery', 'Battery'),
('Languages::shippings.fedex.option_dangerous_goods_options_hazardous_materials', 'Hazardous materials'),
('Languages::shippings.fedex.option_dangerous_goods_options_limited_quantities_commodities', 'Limited quantities commodities'),
('Languages::shippings.fedex.option_dangerous_goods_options_orm_d', 'ORM-D'),
('Languages::shippings.fedex.option_dangerous_goods_options_reportable_quantities', 'Reportable quantities'),
('Languages::shippings.fedex.option_dangerous_goods_options_small_quantity_exception', 'Small quantity exception'),
('Languages::shippings.fedex.option_do_not_break_down_pallets', 'Do not break down pallets'),
('Languages::shippings.fedex.option_do_not_stack_pallets', 'Do not stack pallets'),
('Languages::shippings.fedex.option_dry_ice', 'Dry ice'),
('Languages::shippings.fedex.option_east_coast_special', 'East Coast special'),
('Languages::shippings.fedex.option_electronic_trade_documents', 'Electronic trade documents'),
('Languages::shippings.fedex.option_extreme_length', 'Extreme length'),
('Languages::shippings.fedex.option_fedex_one_rate', 'FedEx One Rate'),
('Languages::shippings.fedex.option_food', 'Food'),
('Languages::shippings.fedex.option_freight_guarantee', 'Freight guarantee'),
('Languages::shippings.fedex.option_freight_to_collect', 'Freight to collect'),
('Languages::shippings.fedex.option_future_day_shipment', 'Future day shipment'),
('Languages::shippings.fedex.option_hold_at_location', 'Hold at location'),
('Languages::shippings.fedex.option_home_delivery_premium', 'Home delivery Premium'),
('Languages::shippings.fedex.option_inside_delivery', 'Inside delivery'),
('Languages::shippings.fedex.option_inside_pickup', 'Inside pickup'),
('Languages::shippings.fedex.option_international_controlled_export_service', 'International controlled export service'),
('Languages::shippings.fedex.option_international_traffic_in_arms_regulations', 'International traffic in arms regulations'),
('Languages::shippings.fedex.option_liftgate_delivery', 'Liftgate delivery'),
('Languages::shippings.fedex.option_liftgate_pickup', 'Liftgate pickup'),
('Languages::shippings.fedex.option_limited_access_delivery', 'Limited access delivery'),
('Languages::shippings.fedex.option_limited_access_pickup', 'Limited access pickup'),
('Languages::shippings.fedex.option_pharmacy_delivery', 'Pharmacy delivery'),
('Languages::shippings.fedex.option_poison', 'Poison'),
('Languages::shippings.fedex.option_protection_from_freezing', 'Protection from freezing'),
('Languages::shippings.fedex.option_returns_clearance', 'Returns clearance'),
('Languages::shippings.fedex.option_saturday_delivery', 'Saturday delivery'),
('Languages::shippings.fedex.option_saturday_pickup', 'Saturday pickup'),
('Languages::shippings.fedex.option_top_load', 'Top load'),
('Languages::shippings.fedex.upgrade_notification_text', '<p>The latest version of [product] has different settings for realtime shipping rate calculation if you use FedEx as a Carrier.</p><p>If you want to show current shipping rates to your clients, do this:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses FedEx as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li><li>switch to the Configure tab and select desired delivery options</li></ul>'),
('Languages::shippings.fedex.upgrade_notification_title', 'FedEx realtime shipping rate calculation changes'),
('Languages::shippings.service_not_configured', 'Service is not configured'),
('Languages::shippings.service_not_found', 'Service was not found'),
('Languages::shippings.ups.package_type.01', 'UPS Letter'),
('Languages::shippings.ups.package_type.02', 'Package'),
('Languages::shippings.ups.package_type.03', 'Tube'),
('Languages::shippings.ups.package_type.04', 'Pak'),
('Languages::shippings.ups.package_type.21', 'Express Box'),
('Languages::shippings.ups.package_type.24', '25KG Box'),
('Languages::shippings.ups.package_type.25', '10KG Box'),
('Languages::shippings.ups.package_type.2a', 'Small Express Box'),
('Languages::shippings.ups.package_type.2b', 'Medium Express Box'),
('Languages::shippings.ups.package_type.2c', 'Large Express Box'),
('Languages::shippings.ups.package_type.30', 'Pallet'),
('Languages::shippings_taxes', 'Shipping & taxes'),
('Languages::shipping_address', 'Shipping address'),
('Languages::shipping_address_changed', 'Shipping address has been changed'),
('Languages::shipping_address_line_2', 'Shipping: address (line 2)'),
('Languages::shipping_add_conditions', 'Add conditions'),
('Languages::shipping_add_items_condition', 'Add items conditions'),
('Languages::shipping_add_price_condition', 'Add price conditions'),
('Languages::shipping_add_weight_condition', 'Add weight conditions'),
('Languages::shipping_and_up', 'and up'),
('Languages::shipping_applied_to_vendors', 'The shipping method was applied to [vendors] vendors'),
('Languages::shipping_charges', 'Shipping charges'),
('Languages::shipping_city', 'Shipping: city'),
('Languages::shipping_cost', 'Shipping cost'),
('Languages::shipping_costs_will_changed', 'Shipping costs will be changed by'),
('Languages::shipping_country', 'Shipping: country'),
('Languages::shipping_edit_rate_area', 'Edit rate area'),
('Languages::shipping_estimation', 'Shipping estimation'),
('Languages::shipping_first_name', 'Shipping: first name'),
('Languages::shipping_freight', 'Shipping freight'),
('Languages::shipping_from_value', 'From'),
('Languages::shipping_hide_conditions', 'Hide conditions'),
('Languages::shipping_information', 'Shipping information'),
('Languages::shipping_item', 'item'),
('Languages::shipping_items_condition', 'Items condition'),
('Languages::shipping_last_name', 'Shipping: last name'),
('Languages::shipping_method', 'Shipping method'),
('Languages::shipping_methods', 'Shipping methods'),
('Languages::shipping_methods_menu_description', 'Set of rules and parameters to calculate the cost of shipping.'),
('Languages::shipping_name', 'Shipping name'),
('Languages::shipping_options', 'Shipping Options'),
('Languages::shipping_per', 'per'),
('Languages::shipping_phone', 'Shipping: phone'),
('Languages::shipping_price_condition', 'Price condition'),
('Languages::shipping_properties', 'Shipping properties'),
('Languages::shipping_rate', 'Rate'),
('Languages::shipping_rates', 'Shipping rates'),
('Languages::shipping_rate_absolute', 'Absolute ([currency])'),
('Languages::shipping_rate_percent', 'Cart percent (%)'),
('Languages::shipping_rate_range_limit_error_message', 'The beginning of the range can\'t be higher than the end.'),
('Languages::shipping_rate_range_overlap_error_message', 'Condition must not fall within existing range.'),
('Languages::shipping_remove_items_condition', 'Remove items conditions'),
('Languages::shipping_remove_price_condition', 'Remove price conditions'),
('Languages::shipping_remove_rate_area', 'Remove rate area from shipping'),
('Languages::shipping_remove_weight_condition', 'Remove weight conditions'),
('Languages::shipping_same_as_billing', 'Shipping and billing address the same?'),
('Languages::shipping_service', 'Shipping service'),
('Languages::shipping_state', 'Shipping: state'),
('Languages::shipping_surcharge_discount', 'Surcharge / Discount'),
('Languages::shipping_time', 'Shipping time'),
('Languages::shipping_time_and_charges', 'Shipping time and rates'),
('Languages::shipping_tips', ''),
('Languages::shipping_to_value', 'To'),
('Languages::shipping_weight_condition', 'Weight condition'),
('Languages::shipping_zipcode', 'Shipping: zipcode'),
('Languages::ship_dhl_account_country', 'Account country'),
('Languages::ship_dhl_height', 'Package height (inches)'),
('Languages::ship_dhl_length', 'Package length (inches)'),
('Languages::ship_dhl_site_id', 'Site ID'),
('Languages::ship_dhl_width', 'Package width (inches)'),
('Languages::ship_downloadable', 'Enable shipping for downloadable products'),
('Languages::ship_fedex_ancillary_endorsement', 'Ancillary Endorsements'),
('Languages::ship_fedex_ancillary_endorsement_address_correction', 'Address Service Requested'),
('Languages::ship_fedex_ancillary_endorsement_carrier_leave_if_no_response', 'Carrier Leave If No Response'),
('Languages::ship_fedex_ancillary_endorsement_change_service', 'Change Service Requested'),
('Languages::ship_fedex_ancillary_endorsement_forwarding_service', 'Forwarding Service Requested'),
('Languages::ship_fedex_ancillary_endorsement_return_delivery', 'Return Service Requested'),
('Languages::ship_fedex_customer_manifest_id', 'Customer manifest ID'),
('Languages::ship_fedex_drop_off_type', 'Drop Off Type'),
('Languages::ship_fedex_drop_off_type_business_service_center', 'Business service center'),
('Languages::ship_fedex_drop_off_type_drop_box', 'Drop box'),
('Languages::ship_fedex_drop_off_type_regular_pickup', 'Regular pickup'),
('Languages::ship_fedex_drop_off_type_request_courier', 'Request courier'),
('Languages::ship_fedex_drop_off_type_station', 'Drop at station'),
('Languages::ship_fedex_height', 'Height (inches)'),
('Languages::ship_fedex_hub_id', 'Hub ID'),
('Languages::ship_fedex_indicia', 'Indicia'),
('Languages::ship_fedex_indicia_media_mail', 'Media Mail (Packages from 1 to 70 lbs Books, DVDs, CDs, videotapes)'),
('Languages::ship_fedex_indicia_parcel_select', 'Parcel Select (Packages from 1 to 70 lbs)'),
('Languages::ship_fedex_indicia_presorted_bound_printed_matter', 'Bound Printed Matter packages (Packages from 1 to 15 lbs Catalogs, phone books or anything permanently bound)'),
('Languages::ship_fedex_indicia_presorted_standard', 'Standard Mail packages (Packages less than 1 lb)'),
('Languages::ship_fedex_length', 'Length (inches)'),
('Languages::ship_fedex_meter_number', 'Meter number'),
('Languages::ship_fedex_package_type_fedex_10kg_box', 'FedEx 10kg Box'),
('Languages::ship_fedex_package_type_fedex_25kg_box', 'FedEx 25kg Box'),
('Languages::ship_fedex_package_type_fedex_box', 'FedEx Box'),
('Languages::ship_fedex_package_type_fedex_envelope', 'FedEx Envelope'),
('Languages::ship_fedex_package_type_fedex_extra_large_box', 'FedEx Extra Large Box'),
('Languages::ship_fedex_package_type_fedex_large_box', 'FedEx Large Box'),
('Languages::ship_fedex_package_type_fedex_medium_box', 'FedEx Medium Box'),
('Languages::ship_fedex_package_type_fedex_pak', 'FedEx Pak'),
('Languages::ship_fedex_package_type_fedex_small_box', 'FedEx Small Box'),
('Languages::ship_fedex_package_type_fedex_tube', 'FedEx Tube'),
('Languages::ship_fedex_package_type_your_packaging', 'Your packaging'),
('Languages::ship_fedex_smart_post', 'Smart Post'),
('Languages::ship_fedex_special_services', 'Special service (delivery confirmation)'),
('Languages::ship_fedex_width', 'Width (inches)'),
('Languages::ship_height', 'Package height (cm)'),
('Languages::ship_length', 'Package length (cm)'),
('Languages::ship_sp_l_acknowledgement_of_delivery', 'Acknowledgement of delivery (for registered mail only)'),
('Languages::ship_sp_l_cash_on_delivery', 'Cash on delivery (for registered mail only)'),
('Languages::ship_sp_l_personal_delivery', 'Personal delivery (for registered mail only)'),
('Languages::ship_sp_l_registered_mail', 'Registered mail'),
('Languages::ship_sp_pc_assurance', 'Assurance'),
('Languages::ship_sp_pc_cash_on_delivery', 'Cash on delivery (COD)'),
('Languages::ship_sp_pc_fragile', 'Fragile'),
('Languages::ship_sp_pc_manual_handling', 'Manual handling'),
('Languages::ship_sp_pc_personal', 'Personal'),
('Languages::ship_sp_pc_signature', 'Signature'),
('Languages::ship_sp_pp_additional_insurance', 'Additional insurance (up to CHF 3000.-)'),
('Languages::ship_sp_pp_bulky_goods', 'Bulky goods'),
('Languages::ship_sp_pp_cash_on_delivery', 'Cash on delivery (ECONOMY only)'),
('Languages::ship_sp_pp_manual_processing', 'Manual processing'),
('Languages::ship_sp_ur_additional_insurance', 'Additional insurance for URGENT goods  (up to CHF 3000.-)'),
('Languages::ship_swisspost_error_intl_delivery', 'Cannot use this shipping method for the international delivery'),
('Languages::ship_swisspost_error_private_delivery', 'Cannot use this shipping method for the private delivery'),
('Languages::ship_swisspost_heavy_package', 'The package is too heavy'),
('Languages::ship_swisspost_unable_to_open_additional_services', 'Cannot open the additional_services.csv file'),
('Languages::ship_swisspost_unable_to_open_service', 'Cannot open the [code] file'),
('Languages::ship_temando_height', 'Package height'),
('Languages::ship_temando_length', 'Package length'),
('Languages::ship_temando_measurement', 'Package measurement'),
('Languages::ship_temando_method', 'Delivery method'),
('Languages::ship_temando_package', 'Packaging'),
('Languages::ship_temando_readydate', 'Ready date (days)'),
('Languages::ship_temando_subclass', 'Class of the item being sent'),
('Languages::ship_temando_weight_measurement', 'Weight measurement type'),
('Languages::ship_temando_width', 'Package width'),
('Languages::ship_to', 'Ship to'),
('Languages::ship_to_another', 'Ship to a different address'),
('Languages::ship_ups_access_key', 'UPS Rates Access Key'),
('Languages::ship_ups_dcist_type', 'Confirmation type'),
('Languages::ship_ups_delivery_confirmation', 'No Signature'),
('Languages::ship_ups_delivery_confirmation_adult_signature', 'Adult Signature Required'),
('Languages::ship_ups_delivery_confirmation_signature', 'Signature Required'),
('Languages::ship_ups_package_type_01', 'UPS letter/ UPS Express Envelope'),
('Languages::ship_ups_package_type_03', 'UPS Tube'),
('Languages::ship_ups_package_type_04', 'UPS Pack'),
('Languages::ship_ups_package_type_21', 'UPS Express Box'),
('Languages::ship_ups_package_type_24', 'UPS 25Kg Box'),
('Languages::ship_ups_package_type_25', 'UPS 10Kg Box'),
('Languages::ship_ups_pickup_type', 'Pickup type'),
('Languages::ship_ups_pickup_type_01', 'Daily Pickup'),
('Languages::ship_ups_pickup_type_03', 'Customer Counter'),
('Languages::ship_ups_pickup_type_06', 'One Time Pickup'),
('Languages::ship_ups_pickup_type_07', 'On Call Air'),
('Languages::ship_ups_pickup_type_11', 'Suggested Retail Rates'),
('Languages::ship_ups_pickup_type_19', 'Letter Center'),
('Languages::ship_ups_pickup_type_20', 'Air Service Center'),
('Languages::ship_ups_use_delivery_confirmation', 'Use Delivery confirmation'),
('Languages::ship_usps_container', 'Container'),
('Languages::ship_usps_container_express', 'Container (Express)'),
('Languages::ship_usps_container_express_flat_rate_envelope', 'Flat Rate Envelope'),
('Languages::ship_usps_container_priority', 'Container (Priority Mail)'),
('Languages::ship_usps_container_priority_flat_rate_box', 'Flat Rate Box'),
('Languages::ship_usps_container_priority_flat_rate_envelope', 'Flat Rate Letter'),
('Languages::ship_usps_container_priority_gift_card_flat_rate_envelope', 'Gift Card Flat Rate Envelope'),
('Languages::ship_usps_container_priority_legal_flat_rate_envelope', 'Legal Flat Rate Envelope'),
('Languages::ship_usps_container_priority_lg_flat_rate_box', 'Large Flat Rate Box'),
('Languages::ship_usps_container_priority_md_flat_rate_box', 'Medium Flat Rate Box'),
('Languages::ship_usps_container_priority_nonrectangular', 'NonRectangular'),
('Languages::ship_usps_container_priority_padded_flat_rate_envelope', 'Padded Flat Rate Envelope'),
('Languages::ship_usps_container_priority_rectangular', 'Rectangular'),
('Languages::ship_usps_container_priority_regional_a_rate_box', 'Regional Rate Box A'),
('Languages::ship_usps_container_priority_regional_b_rate_box', 'Regional Rate Box B'),
('Languages::ship_usps_container_priority_regional_c_rate_box', 'Regional Rate Box C'),
('Languages::ship_usps_container_priority_sm_flat_rate_box', 'Small Flat Rate Box'),
('Languages::ship_usps_container_priority_sm_flat_rate_envelope', 'Sm Flat Rate Envelope'),
('Languages::ship_usps_container_priority_window_flat_rate_envelope', 'Window Flat Rate Envelope'),
('Languages::ship_usps_first_class_mail_type', 'First Class Mail Type'),
('Languages::ship_usps_first_class_mail_type_flat', 'Flat'),
('Languages::ship_usps_first_class_mail_type_parcel', 'Parcel'),
('Languages::ship_usps_intl_package_girth', 'Package girth'),
('Languages::ship_usps_intl_package_height', 'Package height'),
('Languages::ship_usps_intl_package_length', 'Package length'),
('Languages::ship_usps_intl_package_size', 'Package size'),
('Languages::ship_usps_intl_package_width', 'Package width'),
('Languages::ship_usps_machinable', 'Machinable (First-Class Mail or Standard Post)'),
('Languages::ship_usps_machinable_false', 'False'),
('Languages::ship_usps_machinable_true', 'True'),
('Languages::ship_usps_mailtype', 'Type of Mail'),
('Languages::ship_usps_mailtype_matter_for_the_blind', 'Matter for the Blind'),
('Languages::ship_usps_mailtype_postcards_or_aerogrammes', 'Postcards or Aerogrammes'),
('Languages::ship_usps_package_size', 'Package Size (length + girth, inches)'),
('Languages::ship_usps_package_size_large', 'Large (84..108)'),
('Languages::ship_usps_package_size_oversize', 'Oversize (108..130)'),
('Languages::ship_usps_package_size_regular', 'Regular (0..84)'),
('Languages::ship_usps_priority_girth', 'Priority Mail (Size:Large, Container:NonRectangular) Girth (inches)'),
('Languages::ship_usps_priority_height', 'Priority Mail (Size:Large) Height (inches)'),
('Languages::ship_usps_priority_length', 'Priority Mail (Size:Large) Length (inches)'),
('Languages::ship_usps_priority_width', 'Priority Mail (Size:Large) Width (inches)'),
('Languages::ship_usps_username', 'User ID'),
('Languages::ship_width', 'Package width (cm)'),
('Languages::shop_now', 'Shop now'),
('Languages::short_description', 'Short description'),
('Languages::short_hour', 'h.'),
('Languages::short_list', 'Short list'),
('Languages::show', 'Show'),
('Languages::show_all', 'Show all'),
('Languages::show_all_category_addons', 'Show all [category] add-ons'),
('Languages::show_all_developer_addons', 'Show all developer add-ons'),
('Languages::show_all_storefronts', 'Show all storefronts'),
('Languages::show_all_storefronts_with_count', 'Show all [count] storefronts'),
('Languages::show_extra_logos', 'Show extra logos'),
('Languages::show_in_product_header', 'Show in product header'),
('Languages::show_in_product_list', 'Show in product list'),
('Languages::show_items_in_line', 'Show items inline'),
('Languages::show_less', 'Show less'),
('Languages::show_location', 'Show location'),
('Languages::show_menu_on_mouse_over', 'Show menu on mouse over'),
('Languages::show_more', 'Show more'),
('Languages::show_on_checkout', 'Show at checkout'),
('Languages::show_on_separate_page', 'Show on separate page'),
('Languages::show_on_storefront', 'Show on Storefront'),
('Languages::show_on_the_features_tab', 'Show on the features tab'),
('Languages::show_options', 'Show options'),
('Languages::show_orders', 'Show orders'),
('Languages::show_package_contents', 'View upgrade contents'),
('Languages::show_price', 'Show price'),
('Languages::show_products_count', 'Show products count'),
('Languages::show_rate_for_destination', 'Show rates for location'),
('Languages::show_rate_for_rate_area', 'Show rates for rate area'),
('Languages::show_rating', 'Show review rating'),
('Languages::show_tab_in_popup', 'Show this tab in a popup window'),
('Languages::show_to', 'Show to'),
('Languages::show_vendor_info_if_shipping_no_required', 'Show information about vendors whose products do not require shipping'),
('Languages::sidebar', 'Sidebar'),
('Languages::sidebox_general', 'Ordinary block (H3 heading) [deprecated]'),
('Languages::sidebox_important', 'Ordinary block (H3 heading)'),
('Languages::signature', 'Signature'),
('Languages::signed_in_as', 'Signed in as'),
('Languages::sign_in', 'Sign in'),
('Languages::sign_in_as_different', 'Sign in as a different user'),
('Languages::sign_in_to_buy', 'Please sign in to buy'),
('Languages::sign_in_to_enter_tags', 'Sign in to enter tags'),
('Languages::sign_in_to_view_price', '[Sign in to view price]'),
('Languages::sign_out', 'Sign out'),
('Languages::sign_up_for_notification', 'Sign up for notification'),
('Languages::similar', 'Similar'),
('Languages::similar_category', 'Of the same category'),
('Languages::similar_in_stock', 'Only \"in stock\" products'),
('Languages::similar_only', 'Similar only'),
('Languages::similar_subcats', 'Consider subcategories'),
('Languages::simple_ultimate_companies_selector', 'Please contact the technical support'),
('Languages::simultaneous', 'Simultaneous'),
('Languages::single', 'Single'),
('Languages::single_coupon_is_allowed', 'Single discount coupon is allowed only'),
('Languages::sitemap', 'Sitemap'),
('Languages::sitemap_available_in_customer', 'Sitemap is available by this link: <a href=\"[sitemap_url]\">[sitemap_url]</a><br /><br />Sitemap can be reached by the URL <a href=\"[http_location]/sitemap.xml\">[http_location]/sitemap.xml</a>'),
('Languages::sitemap_menu_description', 'Create additional sections of the customer area sitemap and define the set of links for them.'),
('Languages::sitemap_settings', 'Sitemap settings'),
('Languages::siteurl', 'Site URL'),
('Languages::site_number', 'Site number (EPT)'),
('Languages::size', 'Size'),
('Languages::skiplastpage', 'Skip the last page'),
('Languages::skip_creating_new_products', 'Skip creating new products'),
('Languages::skip_payment', 'Skip payment'),
('Languages::skrill_customer_id', 'Skrill Customer ID'),
('Languages::sku', 'CODE'),
('Languages::slovak', 'Slovak'),
('Languages::slow', 'Slow'),
('Languages::small_items', 'Small items'),
('Languages::smarty_block', 'HTML block with Smarty support'),
('Languages::sms_customer_registered', 'Customer [name] has been registered.'),
('Languages::sms_for_the_sum', 'to the amount of'),
('Languages::sms_order_placed', 'has been placed'),
('Languages::snapshot_date', 'Snapshot date'),
('Languages::snippets', 'Snippets'),
('Languages::snippets_have_been_deleted', 'Snippets have been deleted successfully.'),
('Languages::snippet_exists', 'The snippet with the chosen code already exists, please try another.'),
('Languages::sort_by', 'Sort by'),
('Languages::sort_by_bestsellers_asc', 'Sort by Bestselling: Low to High'),
('Languages::sort_by_bestsellers_desc', 'Sort by Bestselling'),
('Languages::sort_by_company_asc', 'Sort by alphabetical: A to Z'),
('Languages::sort_by_company_desc', 'Sort by alphabetical: Z to A'),
('Languages::sort_by_helpfulness_asc', 'Helpful last'),
('Languages::sort_by_helpfulness_desc', 'Helpful first'),
('Languages::sort_by_null_asc', 'No sorting'),
('Languages::sort_by_null_desc', 'No sorting'),
('Languages::sort_by_on_sale_asc', 'Sort by discount: Low to High'),
('Languages::sort_by_on_sale_desc', 'Sort by discount: High to Low'),
('Languages::sort_by_popularity_asc', 'Sort by Popularity: Low to High'),
('Languages::sort_by_popularity_desc', 'Sort by Popularity'),
('Languages::sort_by_position_asc', 'Sort by Position: Low to High'),
('Languages::sort_by_position_desc', 'Sort by Position: High to Low'),
('Languages::sort_by_price_asc', 'Sort by Price: Low to High'),
('Languages::sort_by_price_desc', 'Sort by Price: High to Low'),
('Languages::sort_by_product_asc', 'Sort Alphabetically: A to Z'),
('Languages::sort_by_product_desc', 'Sort Alphabetically: Z to A'),
('Languages::sort_by_product_review_timestamp_asc', 'Sort by date: Oldest to Newest'),
('Languages::sort_by_product_review_timestamp_desc', 'Sort by date: Newest to Oldest'),
('Languages::sort_by_rating_asc', 'Sort by rating: Low to High'),
('Languages::sort_by_rating_desc', 'Sort by rating'),
('Languages::sort_by_rating_value_asc', 'Sort by rating: Low to High'),
('Languages::sort_by_rating_value_desc', 'Sort by rating: High to Low'),
('Languages::sort_by_timestamp_asc', 'Oldest Items First'),
('Languages::sort_by_timestamp_desc', 'Newest Items First'),
('Languages::sort_images', 'Sort images'),
('Languages::sort_order', 'sort_order'),
('Languages::spanish', 'Spanish'),
('Languages::special', 'Special'),
('Languages::specific_settings', 'Specific settings'),
('Languages::specify_options', 'Specify options'),
('Languages::specify_url', 'Specify URL'),
('Languages::speed', 'Speed'),
('Languages::ssl_certificate', 'SSL certificate'),
('Languages::staff_only_notes', 'Staff only notes'),
('Languages::stage', 'Stage'),
('Languages::standard_sidebox', 'Standard side box'),
('Languages::start', 'Start'),
('Languages::start_communication', 'Start communication'),
('Languages::start_date', 'Start date'),
('Languages::start_price', 'Start price'),
('Languages::state', 'State/Province'),
('Languages::states', 'States'),
('Languages::states_list', 'States list'),
('Languages::states_menu_description', 'Manage the set of states that are supported in your store.'),
('Languages::state_field_required_only_for_countries_with_regions', 'State field is required only for countries with states/provinces'),
('Languages::static_block', 'Static block'),
('Languages::static_data', 'Static data'),
('Languages::static_data_use_item', 'Use the \"Link text\" and \"URL\" values from this item in the storefront'),
('Languages::statistics', 'Statistics'),
('Languages::statistics_by_questions', 'Statistics by questions'),
('Languages::status', 'Status'),
('Languages::statuses', 'statuses'),
('Languages::statuses_management', 'Statuses'),
('Languages::status_changed', 'Status has been changed'),
('Languages::status_changed_after_process_payment', 'Order status was set according to the payment processing result'),
('Languages::stay_connected', 'Stay Connected'),
('Languages::stay_connected_notice', 'Enter your email address to receive special offers and promotions.'),
('Languages::step_four', 'Step 4'),
('Languages::step_one', 'Step 1'),
('Languages::step_three', 'Step 3'),
('Languages::step_two', 'Step 2'),
('Languages::stop_following_rules', 'Stop following rules'),
('Languages::stop_other_rules', 'Stop other rules'),
('Languages::storage', 'Storage'),
('Languages::store', 'Store'),
('Languages::storefront', 'Storefront'),
('Languages::storefronts', 'Storefronts'),
('Languages::storefronts.manage_currency_availability', 'Configure the currencies available on this storefront'),
('Languages::storefronts.manage_language_availability', 'Configure the languages available on this storefront'),
('Languages::storefronts_for_currency_absent', 'The <b>[name]</b> currency had no storefronts selected. All storefronts has been made available for it.'),
('Languages::storefronts_for_language_absent', 'The <b>[name]</b> language had no storefronts selected. All storefronts has been made available for it.'),
('Languages::storefronts_limit_exceeded', 'The number of storefronts in your CS-Cart License has exceeded the number of purchased storefront licenses.'),
('Languages::storefronts_themes_upgrade_notification.message', '<p>Previously, all storefronts looked the same. They differed only in currencies, languages, and vendors. But now storefronts can have their own themes and layouts. This allows you to customize their look and structure.</p><ul><li>Themes let you give each storefront its own set colors, fonts, logos, backgrounds, and styles. Match the appearance of a storefronts to its products or the preference of its audience.</li><li>Layouts and blocks let you create storefronts with entirely different structure and content. Show different banners, change the positions of elements on the pages, and so on. Everything in [product] is displayed via blocks, so you have many ways to customize your storefronts.</li></ul><p><a href=\"[themes_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Manage themes</a> <a href=\"[layouts_url]\" target=\"_blank\" class=\"btn btn-large\">Manage layouts</a></p>'),
('Languages::storefronts_themes_upgrade_notification.title', 'Storefronts can now differ from each other significantly'),
('Languages::storefront_access_key', 'Access key to temporarily closed storefront'),
('Languages::storefront_access_key.setting_notice', 'You can set the access key on the storefront editing page'),
('Languages::storefront_all_common_categories', 'Storefront: All (Common categories)'),
('Languages::storefront_currencies_assigned', 'The \"<a href=\"[url]\">[name]</a>\" storefront had no available currencies configured. Default currency has been made available for it.'),
('Languages::storefront_languages_assigned', 'The \"<a href=\"[url]\">[name]</a>\" storefront had no available languages configured. All languages has been made available for it.'),
('Languages::storefront_license', 'Storefront License'),
('Languages::storefront_name', 'Storefront name'),
('Languages::storefront_rest_api.guests_cant_add_products_to_cart', 'Guests can\'t add products to cart. Please log in to your account to add products to cart.'),
('Languages::storefront_status', 'Status'),
('Languages::storefront_status.tooltip', 'Even if the storefront is closed (the status set to OFF), you\'ll be able to view it if you have an access key. Specify the <i>Access key to temporarily closed storefront</i> below.<br/>Use http://www.example.com/index.php?store_access_key=key_value to access a closed storefront.'),
('Languages::storefront_status_access_key_hint', 'Even if the storefront is closed (the status set to OFF), you\'ll be able to view it if you have an access key. Go to <a target=\"blank\" href=\"[url]\">Settings → General</a> and specify the <i>Access key to temporarily closed store</i> setting. Please note that a different key can be specified for each storefront, so make sure to select the correct storefront first. Use the key as described in the tooltip of that setting.'),
('Languages::storefront_status_changed.N', 'The storefront was <b>opened</b>|The storefronts were <b>opened</b>'),
('Languages::storefront_status_changed.Y', 'The storefront was <b>closed</b>|The storefronts were <b>closed</b>'),
('Languages::storefront_url', 'Storefront URL'),
('Languages::storefront_url_already_exists', 'The value of the <strong>Storefront URL</strong> parameter mentioned by you already belongs to another company.'),
('Languages::storefront_url_not_defined', 'Storefront URL not defined'),
('Languages::storefront_with_same_url_exists', 'A storefront with the specified URL already exists'),
('Languages::stores', 'Stores'),
('Languages::stores_nothing_found', 'No stores have been found'),
('Languages::stores_status', 'Status'),
('Languages::store_access_key', 'Access key to temporarily closed store'),
('Languages::store_admin', 'Store administrator'),
('Languages::store_closed', 'Store closed'),
('Languages::store_closed_banner', 'Store<br/>closed'),
('Languages::store_home', 'Store home'),
('Languages::store_locator', 'Stores & pickup points'),
('Languages::store_locator.any', 'Any'),
('Languages::store_locator.any_rate_area', 'Any rate area'),
('Languages::store_locator.any_vendor', 'Any vendor'),
('Languages::store_locator.available_fields', 'Available stores'),
('Languages::store_locator.display', 'Locations list view on the checkout page'),
('Languages::store_locator.display_l', 'List'),
('Languages::store_locator.display_m', 'Map'),
('Languages::store_locator.display_ml', 'Map and list'),
('Languages::store_locator.main_destination', 'Located in rate area'),
('Languages::store_locator.name', 'Name'),
('Languages::store_locator.no_rate_area', 'No rate area'),
('Languages::store_locator.pickup', 'Pickup'),
('Languages::store_locator.pickup_avail', 'Available for pick-up'),
('Languages::store_locator.pickup_from_store', 'Pickup from store'),
('Languages::store_locator.pickup_locations', 'Pickup Locations'),
('Languages::store_locator.pickup_rates_calculation_logic_changed_text', '<p>The <b>[pickup_addon]</b> and <b>[store_locator_addon]</b> add-ons were merged into a new add-on called [stores_pickups_addon]. Shipping rates and time are more flexible now: they depend on the location (rate area) of a pickup point. The rates are now specified in one place: the editing page of a shipping method.</p><p>For that reason, we removed the <b>Surcharge</b> field from the pickup point editing page. Its value still appears in the admin panel, but isn’t used in rate calculation. Please check your pickup points, then adjust the shipping rates of all your \"Pick up from store\" shipping methods accordingly.</p><p><a href=\"[shippings_manage]\" target=\"_blank\" class=\"btn btn-large btn-primary\">Adjust shipping rates</a> <a href=\"[pickup_points_list]\" target=\"_blank\" class=\"btn btn-large\">View my pickup points</a></p>'),
('Languages::store_locator.pickup_rates_calculation_logic_changed_title', 'Pick up from store: Surcharge per pickup point removed'),
('Languages::store_locator.pick_up_points', 'Pick-up points'),
('Languages::store_locator.scroll_to_top', 'Scroll to top'),
('Languages::store_locator.selected_fields', 'Selected stores'),
('Languages::store_locator.select_stores', 'Select stores'),
('Languages::store_locator.shipping_position', 'Order selected in the shipping method settings'),
('Languages::store_locator.shipping_price_from', 'from [price]'),
('Languages::store_locator.shipping_price_from_to', 'from [from_price] to [to_price]'),
('Languages::store_locator.show_pickup_points_only', 'Hide places where I can\'t pick up my order'),
('Languages::store_locator.show_to', 'Show to'),
('Languages::store_locator.stores_and_pickup_points', 'Stores and pickup points'),
('Languages::store_locator.stores_position', 'The \"Position\" field in the store settings'),
('Languages::store_locator.surcharge_changes_hint', 'In previous versions, the surcharge was added to the standard rates that were specified for a shipping method. Now this surcharge isn\'t taken into account during shipping rate calculation. We left it here for your convenience, so that you could see it and adjust the rates on the shipping method editing page accordingly.'),
('Languages::store_locator.text_pickup_instruction', 'The \"Customer pick-up\" shipping method offers a customer to choose a store to pick up a product from. The stores can be created in the \"Store location\" add-on<br /><b>Store creation:</b> <a href=\"[store_locator]\">Store location</a>'),
('Languages::store_locator.use_two_fingers_for_move_map', 'Use two fingers to move the map'),
('Languages::store_locator.work_time', 'Working hours'),
('Languages::store_mode', 'Licensing mode'),
('Languages::store_mode.enterprise', 'Enterprise'),
('Languages::store_mode.plus', 'Plus'),
('Languages::store_mode.ultimate', 'Ultimate'),
('Languages::store_mode_changed', 'Licensing mode has been changed'),
('Languages::store_number', 'Store number'),
('Languages::store_object_denied', 'The [object_type] [object_name] is unavailable for this store.'),
('Languages::store_rating', 'Store rating'),
('Languages::store_theme', 'Storefront theme'),
('Languages::subcategories', 'Subcategories'),
('Languages::subcategories_tree_cat', 'Subcategories tree'),
('Languages::subject', 'Subject'),
('Languages::submit', 'Submit'),
('Languages::submit_my_order', 'Submit my order'),
('Languages::subpages', 'Subpages'),
('Languages::subscribe', 'Subscribe'),
('Languages::subscribed', 'Subscribed'),
('Languages::subscribed_to', 'Subscribed to [num] lists'),
('Languages::subscriber', 'Subscriber'),
('Languages::subscribers', 'Subscribers'),
('Languages::subscribers_date', 'Subscribers date'),
('Languages::subscribers_menu_description', 'Manage newsletter subscribers and settings.'),
('Languages::subscribers_menu_item_text', 'Subscribers'),
('Languages::subscribers_no_promo', 'No promotion'),
('Languages::subscribers_num', 'Number of subscribers'),
('Languages::subscribers_promo_subject', 'Thank you for subscribing! Use the coupon code [coupon] in our special offer \"[promotion]\".'),
('Languages::subscriber_email', 'Subscriber email'),
('Languages::subscription', 'Subscription'),
('Languages::subscriptions', 'Subscriptions'),
('Languages::subtotal', 'Subtotal'),
('Languages::subtotal_sum', 'Subtotal sum'),
('Languages::subtract', 'Subtract'),
('Languages::suburb', 'Suburb'),
('Languages::successful', 'Successful'),
('Languages::successfully_registered', 'Successfully registered'),
('Languages::successful_login', 'You have been successfully logged in.'),
('Languages::success_registration_text', 'Congratulations! The registration was successful!<br/>Now, you have full access to all the store features. Click on \"My account\" to see them.'),
('Languages::suffix', 'Suffix'),
('Languages::summary', 'Summary'),
('Languages::supplier', 'Supplier'),
('Languages::suppliers', 'Suppliers'),
('Languages::suppliers.event.order.supplier_notified.name', 'Suppliers: order status changed to [status]'),
('Languages::suppliers.supplier_notifications', 'Supplier notifications'),
('Languages::suppliers_menu_description', 'List of supplier accounts registered in the store.'),
('Languages::supplier_deleted', 'Supplier has been deleted successfully.'),
('Languages::supplier_email_header', 'The following products have been purchased in our store and need to be shipped.'),
('Languages::supplier_id', 'Supplier'),
('Languages::surcharge', 'Surcharge'),
('Languages::surcharge_title', 'Surcharge title'),
('Languages::suspended', 'Suspended'),
('Languages::suspend_alert', '<p>Your account is suspended. To lift the suspension, please contact us.</p>'),
('Languages::sw.about_store', 'About store'),
('Languages::sw.access_to_admin_panel_and_storefront', 'Immediate access to admin panel and storefront'),
('Languages::sw.access_to_admin_panel_and_storefront.description', 'Applying vendors get the \"Active\" status. They immediately appear on the storefront and gain access to their admin panel. At the same time, their first vendor plan fee also becomes due for payment.'),
('Languages::sw.access_to_admin_panel_approval_storefront', 'Immediate access to admin panel; approval for storefront'),
('Languages::sw.access_to_admin_panel_approval_storefront.description', 'Applying vendors get the \"Pending\" status. They don\'t appear on the storefront yet, but gain access to their admin panel and can start working on their products. Once you change their status to \"Active\", their first vendor plan fee becomes due for payment.'),
('Languages::sw.accounting', 'Accounting'),
('Languages::sw.activate', 'Activate'),
('Languages::sw.activated', 'Activated'),
('Languages::sw.address_text', 'Company address (street, house, etc.)'),
('Languages::sw.admin_notifications', 'Admin notifications'),
('Languages::sw.allow_negative_amount', 'Allow negative amount in inventory'),
('Languages::sw.allow_vendors_to_register_by_themselves', 'Allow vendors to register by themselves'),
('Languages::sw.apply', 'Apply'),
('Languages::sw.approval_access_to_admin_panel_and_storefront', 'Approval for access to admin panel and storefront'),
('Languages::sw.approval_access_to_admin_panel_and_storefront.description', 'Applying vendors get the \"New\" status. After you verify them, they\'ll get the \"Active\" status and gain access to their admin panel and the storefront. Their first vendor plan fee will also become due for payment.'),
('Languages::sw.branding_and_colors', 'Branding and colors'),
('Languages::sw.business_model', 'Business Model'),
('Languages::sw.check_newly_registered_vendors', 'Check newly-registered vendors manually before they appear on the storefront'),
('Languages::sw.city', 'Company city'),
('Languages::sw.collect_taxes_from_vendors', 'Collect taxes from vendors'),
('Languages::sw.company_name', 'Company name'),
('Languages::sw.company_start_year', 'Year when the store started its operation'),
('Languages::sw.configure', 'Configure'),
('Languages::sw.confirm_demo_data_removal_title', 'Remove the data?'),
('Languages::sw.country', 'Company country'),
('Languages::sw.delete_demo_data', 'Delete the  data'),
('Languages::sw.demo_data_removed', 'Demo data removed.'),
('Languages::sw.design', 'Design'),
('Languages::sw.disable', 'Disable'),
('Languages::sw.easy_admin_panel_for_vendors', 'Easy admin panel for vendors'),
('Languages::sw.edit_design', 'Edit design'),
('Languages::sw.edost', 'eDost'),
('Languages::sw.ems_russian_post', 'EMS Russian Post'),
('Languages::sw.enable', 'Enable'),
('Languages::sw.enable_inventory_tracking', 'Enable inventory tracking'),
('Languages::sw.enable_quick_view', 'Enable quick view'),
('Languages::sw.enable_vendor_location_using_google_map', 'Let vendors set their location on Google Maps'),
('Languages::sw.error_removing_demo_data', 'An error occurred while removing the demo data'),
('Languages::sw.error_updating_payment', 'Error occured during payment method update'),
('Languages::sw.fax', 'Fax'),
('Languages::sw.fedex', 'FedEx'),
('Languages::sw.google_analytics.tracking_code', 'Google Analytics account number'),
('Languages::sw.goto_shipping_methods', 'Go to shipping methods'),
('Languages::sw.grace_period_to_refill_balance', 'Block vendor after days'),
('Languages::sw.keep_demo_data', 'Keep the data'),
('Languages::sw.location', 'Location'),
('Languages::sw.logo_mail', 'Email'),
('Languages::sw.logo_recommended_size_text', 'recommended size [height]px × [width]px'),
('Languages::sw.logo_theme', 'Main'),
('Languages::sw.lowers_allowed_balance', 'Minimum allowed vendor balance'),
('Languages::sw.marketplace_setup_wizard', 'Marketplace setup wizard'),
('Languages::sw.min_order_amount', 'Minimum order amount'),
('Languages::sw.moderation', 'Moderation'),
('Languages::sw.money_goes_to_owner', 'Customer makes a single payment, all money goes to you'),
('Languages::sw.money_goes_to_owner_descr', 'The money owed to the vendor is tracked in the admin panel. A vendor can request money withdrawal through the admin panel. You forward the money to vendors as you see fit.'),
('Languages::sw.money_goes_to_vendor', 'Customer makes multiple payments (one to each vendor)'),
('Languages::sw.money_goes_to_vendor_descr', 'Each vendor has to create own payment methods. Money goes directly to vendors, and marketplace commission gets added to vendors\' debt. It becomes a vendor\'s responsibility to pay the marketplace.'),
('Languages::sw.money_split_automaticaly', 'Customer makes a single payment, money is split automatically'),
('Languages::sw.money_split_automaticaly_descr', 'This is achieved via [stripe_connect], so each vendor must have a Stripe account. We\'ll create a payment method for you. You\'ll just need to configure it, and vendors will need to provide their account information.'),
('Languages::sw.money_split_automaticaly_descr.ru', 'This is achieved via YooMoney for marketplaces, so each vendor must have a YooMoney account. We\'ll create a payment method for you. You\'ll just need to configure it, and vendors will need to provide their account information.'),
('Languages::sw.more_themes_in_marketplace', 'More themes in the Marketplace'),
('Languages::sw.notifications', 'Notifications'),
('Languages::sw.order_start_id', 'Initial order ID value (leave empty for auto)'),
('Languages::sw.over_payment_system', 'Use another payment system'),
('Languages::sw.payments', 'Payments'),
('Languages::sw.payment_not_found', 'The Yandex.Money payment method not found'),
('Languages::sw.phone', 'Company phone'),
('Languages::sw.phone_2', 'Company phone 2'),
('Languages::sw.preview', 'Preview'),
('Languages::sw.products_prior_approval', 'Premoderate all new products'),
('Languages::sw.products_updates_approval', 'Premoderate all updated products'),
('Languages::sw.product_tabs_and_properties', 'Product tabs and properties'),
('Languages::sw.remove', 'Clean up'),
('Languages::sw.remove_demo_data_text', 'Clean up orders, products, categories, user profiles, and related data'),
('Languages::sw.russian_post', 'Russian Post'),
('Languages::sw.selected_design', 'Current design'),
('Languages::sw.select_image', 'Select image'),
('Languages::sw.select_model', 'Select model'),
('Languages::sw.select_money_transfer_methods', 'Select one of the following models, and we\'ll handle most of the setup for you.'),
('Languages::sw.select_right_design', 'Pick a design preset'),
('Languages::sw.send', 'Send'),
('Languages::sw.settings', 'Settings'),
('Languages::sw.set_up_vendor_profile_fields', 'What information about vendors do you need?'),
('Languages::sw.shippings', 'Shipping services'),
('Languages::sw.show_out_of_stock_products', 'Show out of stock products'),
('Languages::sw.site_admin_email', 'Site administrator e-mail address'),
('Languages::sw.state', 'Company state'),
('Languages::sw.store_setup_wizard', 'Store setup wizard'),
('Languages::sw.store_setup_wizard_short', 'Setup wizard'),
('Languages::sw.text_about_store_header', 'Fill out the contact information about your store'),
('Languages::sw.text_business_model_header', 'Choose your business model and checkout flow'),
('Languages::sw.text_confirm_demo_data_removal', 'All orders, products, product categories, customer profiles, and associated data (tags, comments, etc.) including the data added by you <b>will be permanently removed.</b> This operation cannot be undone. Are you sure you want to continue?'),
('Languages::sw.text_design_header', 'Select your storefront design and upload the logo'),
('Languages::sw.text_payments_header', 'Set up the service to recieve payments'),
('Languages::sw.text_settings_header', 'Configure product catalog settings'),
('Languages::sw.text_shippings_header', 'Select shipping services'),
('Languages::sw.text_vendors_header', 'Set up how you work with vendors and their data'),
('Languages::sw.timezone', 'Time zone'),
('Languages::sw.upload_logo', 'Upload logo'),
('Languages::sw.ups', 'UPS'),
('Languages::sw.usps', 'USPS'),
('Languages::sw.vendors', 'Vendors'),
('Languages::sw.vendor_data_premoderation', 'Vendor data premoderation'),
('Languages::sw.vendor_notifications', 'Vendor notifications'),
('Languages::sw.vendor_onboarding', 'Vendor onboarding'),
('Languages::sw.vendor_panel', 'Vendor panel'),
('Languages::sw.vendor_profile_fields', 'Vendor profile fields'),
('Languages::sw.vendor_profile_updates_approval', 'Premoderate all new vendors'),
('Languages::sw.vendor_registration_flow', 'Vendor registration flow'),
('Languages::sw.website', 'Company website'),
('Languages::sw.ym_merchant_country', 'Country'),
('Languages::sw.ym_merchant_forma', 'Ownership'),
('Languages::sw.zipcode', 'Company zip code'),
('Languages::sweden', 'Sweden'),
('Languages::swedish', 'Swedish'),
('Languages::swing', 'Swing'),
('Languages::switch_layout', 'Switch layout'),
('Languages::symbol', 'Symbol'),
('Languages::sync_data', 'Sync data'),
('Languages::system', 'System'),
('Languages::system_environment', 'System environment'),
('Languages::system_of_measurement', 'System of measurement'),
('Languages::s_first_name_and_last_name', 'First name and last name (for shipping)'),
('Languages::s_fullname', 'Full name (for shipping)'),
('Languages::s_last_name_and_first_name', 'Last name and first name (for shipping)'),
('Languages::tab', 'Tab'),
('Languages::table', 'Table'),
('Languages::tables', 'Tables'),
('Languages::table_column_has_been_deleted', 'Product column has been deleted successfully.'),
('Languages::table_conditions', 'Table Conditions'),
('Languages::tabs', 'Tabs'),
('Languages::tag', 'Tag'),
('Languages::tags', 'Tags'),
('Languages::tags_menu_description', 'Manage product and content page tags.'),
('Languages::tag_cloud', 'Tag cloud'),
('Languages::tax', 'Tax'),
('Languages::taxes', 'Taxes'),
('Languages::taxes_menu_description', 'Manage the set of taxes that are supported in your store.'),
('Languages::tax_exempt', 'Tax exempt'),
('Languages::tax_number', 'Tax number'),
('Languages::tax_rates', 'Tax rates'),
('Languages::temando_centimetres', 'centimetres'),
('Languages::temando_feet', 'feet'),
('Languages::temando_inches', 'inches'),
('Languages::temando_method_depottodepot', 'Depot to Depot'),
('Languages::temando_method_doortodoor', 'Door to Door'),
('Languages::temando_metres', 'metres'),
('Languages::temando_package_backpack', 'Backpack'),
('Languages::temando_package_bale', 'Bale'),
('Languages::temando_package_box', 'Box'),
('Languages::temando_package_bunch', 'Bunch'),
('Languages::temando_package_bundle', 'Bundle'),
('Languages::temando_package_carton', 'Carton'),
('Languages::temando_package_crate', 'Crate'),
('Languages::temando_package_cylinder', 'Cylinder'),
('Languages::temando_package_documentenvelope', 'Document Envelope'),
('Languages::temando_package_drum', 'Drum'),
('Languages::temando_package_flatpack', 'Flat Pack'),
('Languages::temando_package_letter', 'Letter'),
('Languages::temando_package_pail', 'Pail'),
('Languages::temando_package_pallet', 'Pallet'),
('Languages::temando_package_parcel', 'Parcel'),
('Languages::temando_package_pipe', 'Pipe'),
('Languages::temando_package_roll', 'Roll'),
('Languages::temando_package_satchel', 'Satchel/Bag'),
('Languages::temando_package_skid', 'Skid'),
('Languages::temando_package_suitcase', 'Suitcase'),
('Languages::temando_package_tube', 'Tube'),
('Languages::temando_package_unpackaged', 'Unpackaged or N/A'),
('Languages::temando_package_wheel', 'Wheel/Tyre'),
('Languages::temando_subclass_excessbaggage', 'Excess Baggage'),
('Languages::temando_subclass_furniture', 'Furniture');
INSERT INTO `partiushop_original_values` (`msgctxt`, `msgid`) VALUES
('Languages::temando_subclass_householdgoods', 'Household Goods'),
('Languages::temando_subclass_other', 'Other (etc.)'),
('Languages::temando_system', 'Temando system'),
('Languages::temando_weight_grams', 'Grams'),
('Languages::temando_weight_kilograms', 'Kilograms'),
('Languages::temando_weight_ounces', 'Ounces'),
('Languages::temando_weight_pounds', 'Pounds'),
('Languages::template', 'Template'),
('Languages::templates', 'Templates'),
('Languages::templates_tree', 'Templates tree'),
('Languages::template_document_gift_certificate_default', 'Gift certificates: default'),
('Languages::template_document_order_invoice', 'Invoice'),
('Languages::template_document_order_summary', 'Order summary'),
('Languages::template_document_packing_slip_default', 'Packing slip'),
('Languages::template_document_rma_packing_slip_default', 'Return request: packing slip'),
('Languages::template_document_supplier_order_invoice', 'Suppliers: invoice'),
('Languages::terminal', 'Terminal'),
('Languages::terminal_id', 'Terminal ID'),
('Languages::terms_and_conditions', 'Terms and conditions'),
('Languages::terms_and_conditions_content', '<p>Please read these Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before using the <a href=\"http://www.mywebsite.com\">http://www.mywebsite.com</a> website and the My Mobile App mobile application (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").</p><p><strong>By accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong></p><p><strong>Purchases</strong></p><p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase including, without limitation, your ...</p><p><strong>Content</strong></p><p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\"). You are responsible for the ...</p><p><strong>Changes</strong></p><p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.</p><p><strong>Contact Us</strong></p><p>If you have any questions about these Terms, please contact us.</p>'),
('Languages::test', 'Test'),
('Languages::testimonials', 'Testimonials'),
('Languages::test_live_mode', 'Test/Live mode'),
('Languages::test_mode', 'Test mode'),
('Languages::test_rate_calculation', 'Test rate calculation'),
('Languages::text', 'Text'),
('Languages::textarea', 'Text area'),
('Languages::texts_languages', 'Texts & languages'),
('Languages::text_2checkout_notice', '<b>Note</b>: In order to track your 2Checkout orders with the shopping cart software you have to take these steps:<br /><br />-&nbsp;Log in to your 2Checkout account<br />-&nbsp;Click on <u>\'Site management\'</u> in the <u>\'Account\'</u> section.<br />-&nbsp;Select <b>\'Given links back to my website\'</b> option in the <u>\'Direct Return\'</u> subsection <br />-&nbsp;Set <u>\'Approved URL\'</u> and <u>\'Pending URL\'</u> to:<br /><b>[return_url]</b><br />-&nbsp;Set <u>\'Secret Word\'</u>. The Secret Word is known only to the seller and 2CheckOut.<br />'),
('Languages::text_2co_ins', 'Instant Notification Service (INS)'),
('Languages::text_access_notice', 'You can use the wildcards for the \"Domain\", \"E-mail\" and \"Credit Card\" tabs: <br /><b>*</b> - can represent any number of characters, including zero<br /><b>?</b> - can represent any single character.'),
('Languages::text_additional_detailed_image', '(displayed in popup window)'),
('Languages::text_additional_storefront_license_required', '<p>You can\'t add a new storefront. The maximum number of storefronts allowed by your current license <code>[license_number]</code> is [allowed_storefronts], and you currently have [existing_storefronts].</p><p>To be able to add another storefront, please buy additional [product] Storefront License. If you want to add multiple new storefronts, buy the corresponding number of licenses.</p>'),
('Languages::text_additional_thumbnail', '(displayed on product details page in \"Additional images\")'),
('Languages::text_addon_cannot_enable', 'Add-on \"[addon_name]\" is incompatible with the following add-ons: [addons]. It cannot be enabled'),
('Languages::text_addon_confclicts', 'Add-on \"[addon_name]\" is incompatible with the following add-ons: [addons]. These add-ons will be automatically disabled.'),
('Languages::text_addon_confclicts_on_install', 'Add-on \"[addon_name]\" is incompatible with the following add-ons: [addons]. It has not been be enabled. Enable it manually and all the incompatible add-ons will be disabled automatically.'),
('Languages::text_addon_disable_dependencies', 'The add-on cannot be disabled because the following add-ons depend on it: [addons]'),
('Languages::text_addon_enable_dependencies', 'The add-on cannot be enabled because it depends on the following add-ons: [addons]'),
('Languages::text_addon_installed', 'The <b>\"[addon]\"</b> add-on has been installed successfully'),
('Languages::text_addon_install_dependencies', 'The add-on cannot be installed because a dependence on the [addon] add-on is set for it. Please install the [addon] add-on first.'),
('Languages::text_addon_refreshed', 'The settings and language variables of the <b>\"[addon]\"</b> add-on have been updated successfully'),
('Languages::text_addon_uninstalled', 'The <b>\"[addon]\"</b> add-on has been uninstalled.'),
('Languages::text_addon_uninstall_dependencies', 'The add-on cannot be uninstalled because the following add-ons depend on it: [addons]'),
('Languages::text_addresses_wildcards', 'You are able to use wildcards in this field:<br /><b>\'?\'</b> - any single character;<b>\'*\'</b> - any number of characters.<br /><br /><u>Example:</u><br /><b>* street</b> &nbsp;&nbsp;(corresponds to 1st Street, 102nd Street, etc)'),
('Languages::text_address_not_found', 'Address not found'),
('Languages::text_admin_new_orders', 'This section shows the orders you have never viewed.'),
('Languages::text_allowed_to_upload_file_extension', 'The following file extensions are supported: <b>[ext]</b>.'),
('Languages::text_all_categories_included', 'All categories included'),
('Languages::text_all_products_included', 'All products included'),
('Languages::text_amazon_callback_url', 'Important! You must specify your store\'s URL <b>[callback_url]</b> as the Merchant URL on the Amazon\'s Seller Central Website (Settings > Checkout Pipeline Settings). Otherwise, you won\'t be able to accept payments through Amazon Checkout in your store'),
('Languages::text_amazon_failed_order', 'No response from Amazon Checkout has been received yet, please hold on. Although the order might not be created in the store as long last, it is highly probable that it has been successfully created and processed by Amazon Checkout. Please contact the store staff and tell them the order ID as provided by Amazon'),
('Languages::text_amazon_incorrect_products_count', 'Number of products in your cart differs from the number of products in the Amazon request.'),
('Languages::text_amazon_link_message', 'For testing purposes, the Merchant URL may be the HTTP link to your store, but the live mode requires secure connection and you must use the HTTPS link. Also, remember to enable the production mode on Amazon\'s Seller Central website when you are ready to go live.'),
('Languages::text_amazon_surcharge', '<b>Note:</b> According to the Amazon <a href=\'https://payments.amazon.com/sdui/sdui/about?nodeId=6019\' target=\'_blank\'>policy</a> (B4.2), surcharges are not supported. Any surcharges you may have set will be ignored when Amazon Checkout is used.'),
('Languages::text_anonymize_question', 'Once you anonymize someone, all their personal information will be replaced with randomly-generated data. This action can not be undone, unless you restore the database from a backup. Are you sure you want to proceed?'),
('Languages::text_anonymous_checkout', 'You must be a registered user to proceed to checkout'),
('Languages::text_answer_type', 'Provide a textual answer'),
('Languages::text_applied_promotions', 'Applied promotions'),
('Languages::text_approval_notice', 'This post needs approving'),
('Languages::text_are_you_sure_to_delete_file', 'Are you sure you want to delete the item?'),
('Languages::text_are_you_sure_to_proceed', 'Are you sure you want to proceed?'),
('Languages::text_atos_notice', '<b>Note:</b><br />1. Copy your certificate that you received on the disk to the [home_path] directory. Rename the certificate to certif.fr.[my_merchant_id], where [my_merchant_id] is your web site number.<br /> 2. Rename the store parameters file (parmcom.014213245611111 file) to parmcom.[my_merchant_id].<br />3. Edit the <b>pathfile</b> file in the  <b>[home_path]</b> directory<br />- Replace string \'<u>D_LOGO![some_dir]!</u>\' with \'<u>D_LOGO![http_path]/logo/!</u>\'<br />- Replace string \'<u>F_DEFAULT![/some_dirs/parmcom.sogenactif]!</u>\' with \'<u>F_DEFAULT![home_path]/parmcom.sogenactif!</u>\'<br />- Replace string \'<u>F_PARAM![/some_dirs/parmcom]!</u>\' with \'<u>F_PARAM![home_path]/parmcom!</u>\'<br />- Replace string \'<u>F_CERTIFICATE![/some_dirs/certif]!</u>\' with \'<u>F_CERTIFICATE![home_path]/certif!</u>\'<br />4. Edit the <b>parmcom.[some_number]</b> file in the <b>[home_path]</b> directory<br />- Replace string \'<u>AUTO_RESPONSE_URL![some_url]!</u>\' with \'<u>AUTO_RESPONSE_URL![auto_url]!</u>\'<br />- Replace string \'<u>CANCEL_URL![some_url]!</u>\' with \'<u>CANCEL_URL![ok_url]!</u>\'<br />- Replace string \'<u>RETURN_URL![some_url]!</u>\' with \'<u>RETURN_URL![ok_url]!</u>\'<br />'),
('Languages::text_atos_warning', '<span style=\"color:#FF2222\">Warning!!!</span> The path to atos files should consist of not more than 60 symbols, otherwise please copy the atos_files folder to some parent directory, e.g. to the cart core directory. Also please make sure the atos files directory has full permissions.'),
('Languages::text_authentication_failed_message', 'Your financial institution has indicated that it could not successfully authenticate this transaction. To protect against unauthorized use, this card cannot be used to complete your purchase. You may complete the purchase by selecting another form of payment.'),
('Languages::text_backup_filename_hint', 'To download this backup, click the gear icon and select Download'),
('Languages::text_backup_management_notice', 'This section allows you to manage your backup files.<br />- To restore the database, select the check box near the appropriate file name and click on Restore.<br />- To delete files, select the check boxes near the files that need to be deleted and click on Delete.<br />- To download a file to your local computer, click on the file name.'),
('Languages::text_banner', 'Text banner'),
('Languages::text_billing_address_is_different_from_shipping', 'My billing address is different from shipping address'),
('Languages::text_billing_same_with_shipping', 'Billing and shipping addresses are the same'),
('Languages::text_block_trial_notice', 'Your 30-day evaluation period has expired. Please, buy a license ([href]) or remove the software from your server.'),
('Languages::text_box', 'Text box'),
('Languages::text_buy_new_license', 'If you don\'t have a license number yet, you can purchase it at our official website.'),
('Languages::text_cannot_apply_points_to_this_order_because_total', 'Unfortunately, you cannot apply points to this order, because the total cost is zero.'),
('Languages::text_cannot_apply_points_to_this_order_because_user', 'Unfortunately, you cannot apply points to this order, because you do not have enough points at the account.'),
('Languages::text_cannot_create_directory', 'Cannot create the directory <b>[directory]</b>. Please check the permissions.'),
('Languages::text_cannot_create_file', 'Cannot create the file <b>[file]</b>. Please check the directory permissions.'),
('Languages::text_cannot_create_file_check_file', 'Сouldn\'t create the file. Please try again or choose another file.'),
('Languages::text_cannot_delete_directory', 'Cannot delete the directory <b>[directory]</b>. Please check the permissions.'),
('Languages::text_cannot_delete_file', 'Cannot delete the file <b>[file]</b>. Please check the permissions.'),
('Languages::text_cannot_rename_directory', 'Cannot rename the directory <b>[directory]</b>. Please check the permissions.'),
('Languages::text_cannot_rename_file', 'Cannot rename the file <b>[file]</b>. Please check the permissions.'),
('Languages::text_cannot_restore_directory', 'Cannot restore the directory <b>[directory]</b> from the repository. Please check if the repository exists.'),
('Languages::text_cannot_restore_file', 'Cannot restore file <b>[file]</b> from the repository. Please check if the repository exists.'),
('Languages::text_can_be_used_once', 'This coupon can be used only once. You have already applied it.'),
('Languages::text_cart_amount_changed', 'The quantity of the product <b>[product]</b> in your cart  has been changed to allowable.'),
('Languages::text_cart_amount_corrected', 'The number of products in the inventory is not enough for your order. The quantity of the product <b>[product]</b> has been changed in your cart.'),
('Languages::text_cart_empty', 'Your cart is empty'),
('Languages::text_cart_max_qty', 'Maximum quantity for \"[product]\" is <b>[quantity]</b>'),
('Languages::text_cart_min_qty', 'Minimum quantity for \"[product]\" is <b>[quantity]</b>'),
('Languages::text_cart_not_enough_inventory', 'The number of products in the inventory is not enough for your order'),
('Languages::text_cart_zero_inventory', '<b>[product]</b> has zero inventory and cannot be added to the cart'),
('Languages::text_cart_zero_inventory_and_removed', '<b>[product]</b> has zero inventory and is removed from the cart'),
('Languages::text_catalog_mode_zero_price_action_notice', 'In order that the \"Buy now\" button could be displayed on the product details page, please set \"Zero price action\" as \"Allow customers to add the product to cart\".'),
('Languages::text_categories_have_been_deleted', 'Categories have been deleted successfully.'),
('Languages::text_category_delimiter', 'Category path delimiter for product main category (e.g. \"Computers///Desktops\")'),
('Languages::text_category_detailed_image', '(optional displayed on category details page only)'),
('Languages::text_category_has_been_deleted', 'Category, subcategories and their products have been deleted successfully.'),
('Languages::text_category_icon', '(displayed on category list and details pages)'),
('Languages::text_cc_javascript_disabled', 'Note! Your browser has the <b>JavaScript</b> disabled. To pay for your order click'),
('Languages::text_cc_number_is_blocked', 'The credit card number <b>[cc_number]</b> is blocked by the administrator. Please contact the store administrator or try another one.'),
('Languages::text_cc_processor_connection', 'Connecting to <b>[processor]</b>...'),
('Languages::text_cdn_check', '<strong>Attention!</strong> Please test some static URL, e.g. <a href=\"[url]\">[url]</a>, to ensure it\'s working before enabling CDN (you can enable it after storage became active). It usually takes 10-15 minutes to activate storage (the \"Status\" field should display \"Active\", refresh page for updates).'),
('Languages::text_cdn_setup', 'CDN was set up successfully.'),
('Languages::text_changes_not_saved', 'Your changes have not been saved.'),
('Languages::text_changes_saved', 'Your changes have been saved.'),
('Languages::text_change_password', 'You are now logged in to your account. Please change the password and click the \"Save\" button.'),
('Languages::text_character_identifier_tooltip', 'A character sequence that serves as an identifier. You can use figures from 0 to 9, symbols of the English alphabet and the following signs: \"-\", \"_\", \".\".'),
('Languages::text_checkout_new_profile_notice', 'If you are a new customer, we need to know your personal details.'),
('Languages::text_cities_wildcards', 'You are able to use wildcards in this field:<br /><b>\'?\'</b> - any single character;<b>\'*\'</b> - any number of characters.<br /><br /><u>Example:</u><br /><b>New Y*</b> &nbsp;&nbsp;(corresponds to New York, New Yark, etc)<br /><b>L?s*</b>&nbsp;&nbsp; (corresponds to Las Vegas, Los Angeles, etc..)'),
('Languages::text_click_here', 'Click here for more details'),
('Languages::text_cmcic_notice', 'Please set the following URL as the <b>CGI2</b>: <b>[postback_url]</b>'),
('Languages::text_cmpi_frame_message', 'For your security, please fill out the form below to complete your order. Do not click the Refresh or Back button, or this transaction may be interrupted or canceled.'),
('Languages::text_cmpi_go_back', 'Go back'),
('Languages::text_combination_out_of_stock', 'No products with the selected options in stock'),
('Languages::text_companies_activated', 'Selected companies have been activated'),
('Languages::text_companies_disabled', 'Selected companies have been disabled'),
('Languages::text_company_status_active_subj', 'Your company was activated.'),
('Languages::text_company_status_active_to_pending', 'Your vendor status has been changed from Active to Pending.'),
('Languages::text_company_status_changed', 'Status of your company [company] was changed to [status].'),
('Languages::text_company_status_disabled_subj', 'Your company was disabled.'),
('Languages::text_company_status_disabled_to_pending', 'Your vendor status has been changed from Disabled to Pending.'),
('Languages::text_company_status_new_to_active', 'Your request for vendor [company] was approved.'),
('Languages::text_company_status_new_to_active_administrator_created', 'New administrator was created. You can access to the administrator area: <a href=\"[link]\">[link_text]</a> by using the following credentials:<br />Login: [login]<br />Password: [password]'),
('Languages::text_company_status_new_to_active_administrator_updated', 'Type of your account [login] changed to administrator. You may login into the administrator area: <a href=\"[link]\">[link_text]</a>'),
('Languages::text_company_status_new_to_active_subj', 'Your request for vendor was approved.'),
('Languages::text_company_status_new_to_disable', 'Your request for vendor [company] was rejected.'),
('Languages::text_company_status_new_to_disable_subj', 'Your request for vendor was rejected.'),
('Languages::text_company_status_new_to_pending', 'Congratulations, your application for getting a vendor account has been approved. Once we review you accont information, we will publish it on our website.'),
('Languages::text_company_status_pending', 'The Pending status allows you to log in to you admin panel, change your company information, and fill your store with products.'),
('Languages::text_company_status_pending_subj', 'Your company is waiting for approval.'),
('Languages::text_company_status_pending_to_active', 'Your profile changes for vendor [company] were approved.'),
('Languages::text_company_status_suspended_subj', 'Your account is suspended'),
('Languages::text_conditions_cleared', 'Table conditions were cleared'),
('Languages::text_confirmation_page_header', 'This is a confirmation page. You must confirm the operation before it is performed.'),
('Languages::text_confirm_passwd_recovery', 'Please follow this link to confirm your password recovery procedure'),
('Languages::text_created_new_vendors', 'A new vendor has registered and received access to the storefront and the admin panel. <a href=\"[link]\">Use this link to view the vendor.</a>'),
('Languages::text_csrf_attack', 'Access denied: Possible CSRF attack'),
('Languages::text_customer_area_logo', 'Logo for the <b>customer</b> area'),
('Languages::text_datatrans_notice', '<b>Note</b>: In order to track your Datatrans orders with the shopping cart software you have to take the following steps:<br /> <br /> -&nbsp;Log in to your Datatrans account<br /> -&nbsp;Click on the <u>\'Upp Data\'</u> link in the <u>\'Upp Administration\'</u> section.<br /> -&nbsp;Set <u>\'URL Post data format\'</u> to <b>\'Data in HTML FORM\'</b>.<br /> -&nbsp;Set <u>\'URL Post\'</u> to:<br /> <b>[post_url]</b><br /> -&nbsp;Click on the <u>\'Security\'</u> link in the <u>\'Upp Administration\'</u> section.<br /> -&nbsp;Select the <b>\'An additional merchant identification will be send with payment messages\'</b> option.<br /> -&nbsp;Generate new digital signature using the <u>\'Generate new sign\'</u> button.<br /> -&nbsp;Set generated value to the <u>\'Digital signature\'</u> field on the Datatrans payment configuration page in your store<br />'),
('Languages::text_data_changed', 'Your changes have not been saved.Press OK to continue, or Cancel to stay on the current page.'),
('Languages::text_decrease_points_in_use', 'The points used in the order were subtracted from user account.'),
('Languages::text_deltapay_notice', '<b>Note:</b> Please send the following information to the DeltaPay support:<br />Payment page: \'<u>[payment_url]</u>\'<br />Success page: \'<u>[result_url]</u>\'<br />Failure page: \'<u>[result_url]</u>\'<br />Cancel page: \'<u>[result_url]</u>\'<br />'),
('Languages::text_directebanking_notice', 'Set \'Success link\' to: <b>[success_url]</b><br /> Set \'Abort link\' to: <b>[abort_url]</b><br /> Add new HTTP notifications and set \'Notification URL\' to: <b>[notification_url]</b><br /> Activate input check and set \'Hash Algoritm\' to the \'SHA1\'<br />'),
('Languages::text_directory_created', 'The directory <b>[directory]</b> has been successfully created.'),
('Languages::text_directory_deleted', 'The directory <b>[directory]</b> has been successfully deleted'),
('Languages::text_directory_renamed', 'The directory <b>[directory]</b> has been successfully renamed to <b>[to_directory]</b>'),
('Languages::text_directory_restored', 'The directory <b>[directory]</b> has been restored from the repository'),
('Languages::text_downloads_empty', 'Your downloads list is empty'),
('Languages::text_editing', 'Text editing'),
('Languages::text_edp_product', 'This product is electronically distributed'),
('Languages::text_ekey_not_valid', 'The confirmation link is invalid or has expired.'),
('Languages::text_email_is_blocked', 'The e-mail address <b>[email]</b> is blocked by the administrator. Please contact the store administrator or try another one.'),
('Languages::text_email_sent', 'E-mail has been sent successfully.'),
('Languages::text_emerchantpay_notice', 'Please add these URL fields in your eMerchantPay eCommerce Payment Form configuration:<br/><br/><b>BackReturn URL:</b><br/>[backreturn_url]<br/><br/><b>Custom Approval URL:</b><br/>[notify_url]<br/><br/><b>Custom Decline URL:</b><br/>[decline_url]<br/><br/><b>Activate Notification URL:</b><br/>[process_url]'),
('Languages::text_enabled_testimonials_notice', 'Testimonials are disabled. To enable, please go to <a href=\"[link]\">Comments and reviews: options</a> and select the \"Communication\", \"Rating\" or \"Communication and Rating\" value in \"Testimonials\" field.'),
('Languages::text_enets_notice', 'Please send the following URL to the eNPS manager as a response URL for all the three cases (success, failure, cancel): [r_url]'),
('Languages::text_entered_html_was_sanitized', 'Some <strong>HTML tags</strong> that you have used <strong>were cut off</strong> because of the restrictions on inserting HTML tags such as &lt;object&gt;, &lt;iframe&gt;, &lt;embed&gt; and JavaScript code. That\'s why the content that you\'ve inserted via these tags will not be displayed.'),
('Languages::text_enter_filename', 'Please enter a new file name'),
('Languages::text_error_adding_request', 'Error while adding the request.'),
('Languages::text_exim_data_exported', 'Data is exported successfully'),
('Languages::text_exim_data_imported', 'Data is imported successfully.<br />New objects - <b>[new]</b>;<br />Updated objects - <b>[exist]</b>;<br />Skipped objects - <b>[skipped]</b>;<br />Total - <b>[total]</b>.'),
('Languages::text_exim_data_imported_clear', 'Data is imported successfully.'),
('Languages::text_exim_export_notice', 'Below is a list of the fields that can be exported. The <b>highlighted</b> fields are mandatory.'),
('Languages::text_exim_import_features_note', '<h4>Product features import format</h4><code>(%Group name%) %Feature name%: %Feature type%[%Feature value%]</code>where,<dl class=\"dl-horizontal\"><dt>%Group name%</dt><dd>the name of feature group</dd><dt>%Feature name%</dt><dd>the name of feature</dd><dt>%Feature type%</dt><dd>the feature type (C - checkbox, M - multiple checkboxes, S - text select box, N - number select box, E - extended selectbox, T - simple text, O - number, D - date)</dd><dt>%Feature value%</dt><dd>the feature value (several values can be delimited by comma)</dd></dl><p>Several features must be delimited by semicolon.</p><h5>Example:</h5><code>ISBN: T[1233423423]; Release date: D[05/05/07]; Color: S[Red]</code>'),
('Languages::text_exim_import_files_note', '<h4>File import format</h4><code>%File location%</code> where, <dl class=\"dl-horizontal\"> <dt>%File location%</dt> <dd>can be an absolute or relative path in a server file system or a URL</dd> </dl> <p>Several files must be delimited by comma.</p> <h5>Example 1:</h5><code>file1.jpg</code><h5>Example 2:</h5><code>backup/file1.zip, images/file2.jpg</code>'),
('Languages::text_exim_import_images_note', '<h4>Image import format</h4><code>%Image location%#%Alternative text%</code> where,<br><dl class=\"dl-horizontal\"><dt>%Image location%</dt><dd>can be an absolute or relative path in a server file system or a URL,</dd><dt>%Alternative text%<dt><dd>image alternative text</dd></dl><h5>Example 1:</h5><code>images/product_images/apples.jpg#Apples</code><h5>Example 2:</h5><code>http://www.site.com/apples.jpg#Apples</code>'),
('Languages::text_exim_import_notice', 'Below is a list of the fields that your data file can contain. The fields highlighted in bold are mandatory. If you are importing data with special symbols (commas, semicolons, etc.), please make sure you have these fields quoted.'),
('Languages::text_exim_import_options_note', '<h4>Product options import format</h4><code>%Option name%: %Option type%[{$ldelim}%Variant 1 ID%{$rdelim}%Variant 1%,{$ldelim}%Variant 2 ID%{$rdelim}%Variant 2%,{$ldelim}%Variant N ID%{$rdelim}%Variant N%]</code> where,<dl class=\"dl-horizontal\"><dt>%Option name%</dt><dd>the name of the option,</dd><dt>%Variant N ID%</dt><dd>the id of the variant,</dd><dt>%Variant N%</dt><dd>the name of the variant. Variants must be specified if the option type is a selectbox or radiogroup only.</dd><dt>%Option type%</dt><dd>the option type, can be the following:<br><ul><li><b>S</b> - selectbox,</li><li><b>R</b> - radiogroup,</li><li><b>C</b> - checkbox,</li><li><b>I</b> - simple input,</li><li><b>T</b> - textarea.</li></ul></dd></dl><p>Several options must be delimited by semicolon.</p><h5>Examples:</h5>Simple text options:<code>Your age: I; Date of birth: I; Notes: T</code><br>Options with variants:<code>Color: S[Red, Green, Blue]; Size: R[X, XL, XXL]</code>'),
('Languages::text_exim_utf8_file_format', 'Please make sure that the file you are importing has UTF-8 charset for correct import'),
('Languages::text_expired_license', 'Unfortunately, your subscription for [product] software is over. Please renew it as soon as possible to avoid the program suspending.'),
('Languages::text_failed_gift_certificate_addition', 'Failed to add the certificate. Make sure the summary amount is not zero.'),
('Languages::text_features_delimiter', 'Delimiter between variant values of a product feature.'),
('Languages::text_feedback_notice', 'The parameters that will be sent to our server to analyze the functionality and the current configuration are listed below.<br />Please note that no personal or financial information will be sent. After you get acquainted with the list of the parameters, click on \"Send\".<br />'),
('Languages::text_files_directory', 'Directory where product files are located. This will be used if the \"File\" field data is specified without a path.'),
('Languages::text_file_created', 'The file <b>[file]</b> has been successfully created'),
('Languages::text_file_deleted', 'The file <b>[file]</b> has been successfully deleted'),
('Languages::text_file_editor_notice', 'You can upload and download files via <a href=\"[href]\">File Editor</a>'),
('Languages::text_file_editor_notice_full_link', 'You can upload and download files via [link]'),
('Languages::text_file_renamed', 'The file <b>[file]</b> has been successfully renamed to <b>[to_file]</b>'),
('Languages::text_file_restored', 'The file <b>[file]</b> has been restored from the repository'),
('Languages::text_file_saved', 'The file <b>[file]</b> is successfully saved'),
('Languages::text_fill_the_mandatory_fields', 'You need to complete all the mandatory fields'),
('Languages::text_forbidden_file_extension', 'It is not allowed to create/upload/rename files with the <b>.[ext]</b> extension.'),
('Languages::text_forbidden_file_mime', 'It is not allowed to create/upload/rename files of the <b>[mime]</b> MIME type.'),
('Languages::text_forbidden_functionality', '<p>To use this feature, you need a [product] license.</p>'),
('Languages::text_forbidden_uploaded_file_extension', 'It is not allowed to upload files with the <b>.[ext]</b> extension. Allowed extensions are: <b>[exts]</b>'),
('Languages::text_forbidden_uploaded_file_size', 'It is not allowed to upload files with size more than <b>[size]</b>'),
('Languages::text_form_cresecure_notice', 'Please complete your payment below.<br />This is a secure payment page, served from a secure location.'),
('Languages::text_full_mode_required', '<strong>Full mode</strong> required.'),
('Languages::text_gate2shop_notice', '<p>Please set the following values in the Gate2Shop merchant settings:</p><p>Success, failed and canceled URL: <b>[result_url]</b></p><p>Back URL: <b>[back_url]</b></p>'),
('Languages::text_gd_not_avail', 'GD library is <b>not</b> installed on your server. Please contact your hosting provider. <br />Charts can be represented only as tables (chart type \"Table\").'),
('Languages::text_gift_certificate_logo', 'Logo for <b>gift certificates</b>'),
('Languages::text_gift_cert_added_to_wishlist', 'The gift certificate has been added to the wish list'),
('Languages::text_gift_cert_amount_alert', 'Amount should be between [min] and [max]'),
('Languages::text_gift_cert_applied', 'Gift certificate has been applied'),
('Languages::text_gift_cert_cannot_delete', 'Gift certificate [code] cannot be deleted because it is used in order(s) [ids].'),
('Languages::text_gift_cert_has_been_deleted', 'Gift certificate has been deleted successfully.'),
('Languages::text_hidpi_support_enabled', 'HiDPI support is enabled'),
('Languages::text_hsbc_notice', '<b>Client ID  -</b> Your Client ID - a decimal value between 0 and 999999999, or a valid Client alias of the form UK12345678CUR. <br /> Note, the alias is case sensitive. <br /> <b>Important note for UNIX users:</b><br /> Please make sure you have appropriate permissions for the following directory: [cart_dir] (shell command \"chmod -R 755\").'),
('Languages::text_ideal_basic_notice', '-&nbsp;Log in to your iDEAL account<br />-&nbsp;Click on <u>\'Security\'</u> in the <u>\'Profile\'</u> section.<br />-&nbsp;Set the option <u>\'Notification\'</u> to <b>\'XML\'</b><br />-&nbsp;Set <u>\'Notification URL\'</u> to:<br /><b>[return_url]</b><br />-&nbsp;Set <u>\'Secret key\'</u>. The Secret key is known only to the seller and iDEAL.'),
('Languages::text_images_directory', 'Directory where images are located. This will be used if an image file is specified without a path.'),
('Languages::text_increase_points_in_use', 'The points used in the order were added to user account.'),
('Languages::text_input_license_code', 'Please enter your license number to be able to manage your store:'),
('Languages::text_installing_theme_dependencies', 'Installing the theme dependencies: [dependencies]'),
('Languages::text_invalid_url', 'You have entered an invalid URL'),
('Languages::text_ips_denied', 'You are not allowed to access this area'),
('Languages::text_ip_blocked_failed_login', 'The IP was blocked after [number] unsuccessful logins'),
('Languages::text_ip_is_blocked', 'Your IP address is blocked.'),
('Languages::text_items_added', 'The items were added successfully'),
('Languages::text_items_updated', 'The items were updated successfully'),
('Languages::text_license_is_disabled', 'The license is disabled. Please check your license status.'),
('Languages::text_license_is_disabled_full', 'The license is disabled. Please check your license status or select a different store mode.'),
('Languages::text_license_is_invalid', 'Invalid license number. Please enter a valid license number.'),
('Languages::text_license_is_invalid_full', 'Invalid license number. Please enter a valid license number or select a different store mode.'),
('Languages::text_license_required_ebay', 'Boost your sales by selling products presented in your CS-Cart store on the world\'s biggest marketplace—eBay.'),
('Languages::text_license_required_ebay-title', 'eBay Synchronization'),
('Languages::text_license_required_facebook', 'Build your store into your Facebook page to get closer to your audience and draw more new customers.'),
('Languages::text_license_required_facebook-title', 'Facebook App'),
('Languages::text_license_required_full', 'Your current CS-Cart edition is Professional. We also offer another one, a more advanced edition—<b>Ultimate</b>. With CS-Cart Ultimate, you\'ll be able to use unlimited number of storefronts and the mobile commerce app as well as the eBay Synchronization add-on and the Facebook app without additional fees. To unlock unlimited storefronts and mobile commerce, get the Ultimate license.'),
('Languages::text_license_required_storefronts', 'Add as many storefronts as you want and manage them via a single admin panel.'),
('Languages::text_license_required_storefronts-title', 'Unlimited Storefronts'),
('Languages::text_links', 'Text links'),
('Languages::text_login_form', '<h4>Not a registered member?</h4><p>Creating a new account is easy and takes less than a minute.</p>'),
('Languages::text_login_to_add_to_cart', 'This product cannot be added to the<br>cart because you are not logged in.'),
('Languages::text_mail_area_logo', 'Logo for <b>invoices</b>'),
('Languages::text_mandatory_fields', '<p class=\"mandatory-fields\">The fields marked with <span class=\"required\">*</span> are mandatory</p>'),
('Languages::text_max_limit_of_parameters', 'Maximum value of the \"limit\" field cannot exceed 25 unless the chart type is \"Table\". Limit of this chart has been corrected.'),
('Languages::text_mb_failed_order', 'No response from Skrill has been received yet, please hold on. Although the order might not be created in the store as long last, it is highly probable that it has been successfully created and processed by Skrill. Please contact the store staff and tell them the order ID as provided by Skrill'),
('Languages::text_menus_have_been_deleted', 'Menus have been deleted successfully.'),
('Languages::text_min_order_amount_required', 'To continue checkout process your order total must exceed'),
('Languages::text_min_products_amount_required', 'To continue checkout process your order subtotal must exceed'),
('Languages::text_money_back_guarantee', 'We offer 30-day money-back guarantee. If you don\'t like our product, we\'ll return you the money, no needless questions asked.'),
('Languages::text_multiprofile_notice', 'One user can have multiple profiles. For example, one for personal orders and another for office needs.'),
('Languages::text_mve_plus_license_required', '<p>Let your vendors receive money from customers directly via your marketplace.</p><p>Manage vendors\' abilities via user groups, and allow your vendors to change the looks of their stores.</p><p>Create a unified catalog, where vendors can start selling any product in a matter of minutes.</p>'),
('Languages::text_mve_ultimate_license', 'A special edition of [product] that offers all the features of [product] Plus and an unlimited number of storefronts. If you switch to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see the message about the storefront limit again.'),
('Languages::text_mve_ultimate_license_required', '<p>Branch out: get an unlimited number of storefronts for your marketplace.</p><p>A storefront is another domain created either for a specific country or city, or for a specific part of your product catalog.</p><p>Get all the other functionality of [product] Plus.</p>'),
('Languages::text_mve_ultimate_or_plus_license_required', 'This action requires [product] Ultimate or [product] Plus. If you switch to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a> or <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus</a>, you\'ll get access to all their features.'),
('Languages::text_newsletter_sent', 'The newsletter(s) have been sent successfully.'),
('Languages::text_new_payment_was_created', 'New payment was created'),
('Languages::text_new_post_notification', 'This is a notification of a new post to'),
('Languages::text_new_user_activation', 'The profile owned by \"[user_login]\" has been newly created, you should check the details of this user (if required) and activate it by using the following link:<br /><a href=\"[url]\">[url_text]</a>'),
('Languages::text_nothing_found', 'Nothing found'),
('Languages::text_not_allowed_to_upload_file_extension', 'It is not allowed to upload files with the <b>.[ext]</b> extension here.'),
('Languages::text_not_approved_products', 'You have products that require your approval. Please <a href=\"[link]\">follow this link</a> to review these products.'),
('Languages::text_not_approved_vendors', 'You have vendors that require your approval. Please <a href=\"[link]\">follow this link</a> to review these vendors.'),
('Languages::text_not_valid_cc_number', '<b>[cc_number]</b> is not a valid credit card number.'),
('Languages::text_not_valid_domain', '<b>[domain]</b> is not a valid domain name.'),
('Languages::text_not_valid_email', '<b>[email]</b> is not a valid e-mail address.'),
('Languages::text_not_valid_ip', '<b>[ip]</b> is not a valid ip address.'),
('Languages::text_no_active_promotions', 'No promotions available.'),
('Languages::text_no_conflicts', 'No conflicts found'),
('Languages::text_no_items_defined', 'No [items] defined'),
('Languages::text_no_matching_products_found', 'No products found matching the search criteria'),
('Languages::text_no_matching_results_found', 'No results match the search query'),
('Languages::text_no_orders', 'No orders found'),
('Languages::text_no_payments_needed', 'No payment information required'),
('Languages::text_no_payments_required', 'No payment required'),
('Languages::text_no_products', 'There are no products in this section'),
('Languages::text_no_products_defined', 'No products defined'),
('Languages::text_no_products_found', 'No products found'),
('Languages::text_no_shipments_found', 'No shipments found'),
('Languages::text_no_shipping_methods', 'Sorry, it seems that we have no shipping options available for your location.<br/>Please check your shipping address and contact us if everything is okay. We\'ll see what we can do about it.'),
('Languages::text_no_ticket_found', 'No Ticket Found'),
('Languages::text_no_upgrades_available', 'No upgrades currently available'),
('Languages::text_n_filters_created', 'Filters created: [n].'),
('Languages::text_objects_for_export', '<b>[total]</b> [name] will be exported.'),
('Languages::text_ogonedirect_notice', 'Enter SHA-1 Signature both: here and on the Ogone Configuration.<br /><br />For new Ogone accounts created since May 11th, 2010, the new SHA policy is automatically active. <br/>Please do not forget to select the \"Use new SHA signature policy\" checkbox.'),
('Languages::text_ogoneweb_notice', 'Please set the following URL in the Technical Information section on the Ogone Configuration as a <b>Response Url</b> for all cases (\"accepted\", \"on hold\", \"uncertain\", \"canceled by the client\", \"too many rejections by the acquirer\"): <b>[r_url]</b><br /> Also enter SHA-1 Signature both: here and on the Ogone Configuration. Then select Request Type: \"Make this request in background and deferred\".'),
('Languages::text_only_ultimate_license_required', 'A special edition called [product] Ultimate is required to perform this action. If you switch to <a href=\"[ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, you\'ll never see this message again, and you\'ll also be able to create an unlimited number of storefronts.'),
('Languages::text_options_no_inventory', 'In order to create option combinations, you must have the \"Inventory\" check box selected for at least one product option.'),
('Languages::text_order_backordered', 'Your order has been backordered. We will contact you at the first opportunity.'),
('Languages::text_order_placed_error', 'Your order has been declined by the payment processor. Please review your information and contact store administration.'),
('Languages::text_order_placed_successfully', 'Congratulations! Your order has been successfully placed.'),
('Languages::text_order_repayed_successfully', 'Order has been repaid successfully.'),
('Languages::text_order_saved_successfully', 'Order has been saved successfully.'),
('Languages::text_order_status_has_not_been_changed', 'The order status has not been changed, because the user did not have enough points.'),
('Languages::text_order_status_notification', 'Please note that the notification of changing the status  will be sent depending on the settings of this status'),
('Languages::text_out_of_stock', 'Out of stock'),
('Languages::text_owl', 'OwlCarousel'),
('Languages::text_pages_cloned', 'The pages have been cloned successfully. Below the list of new pages.'),
('Languages::text_pages_have_been_deleted', 'Pages have been deleted successfully.'),
('Languages::text_page_changed', 'Are you sure you want to leave this page? Your changes have not been saved. Click on OK to continue, or on Cancel to stay on the current page.'),
('Languages::text_page_has_been_deleted', 'Page has been deleted successfully.'),
('Languages::text_page_loading', 'Loading... Your request is being processed, please wait.'),
('Languages::text_password_recovery_instructions_sent', 'Password recovery instructions have been sent to [email] address.'),
('Languages::text_pay4later_notice', '<b>Note</b>: In order to track your Deko orders with the shopping cart software, you have to take these steps:<br /><br />-&nbsp;Log in to Deko BackOffice<br />-&nbsp;Click on the <u>\'Settings/Installations\'</u> link in the <u>\'Quick Links\'</u> section.<br />-&nbsp;Set <u>\'Return URL (Verified)\'</u> setting to:<br /><b>[verified_url]</b><br />-&nbsp;Set <u>\'Return URL (Decline)\'</u> setting to:<br /><b>[decline_url]</b><br />-&nbsp;Set <u>\'Return URL (Refer)\'</u> setting to:<br /><b>[refer_url]</b><br />-&nbsp;Set <u>\'Return URL (Cancel)\'</u> setting to:<br /><b>[cancel_url]</b><br />-&nbsp;Set <u>\'CSN URL\'</u> setting to:<br /><b>[process_url]</b><br />-&nbsp;Click on the <u>\'Save Changes\'</u> button<br />'),
('Languages::text_paybox_notice', '<b>Note:</b> Please download the file modulev2.cgi from the PayBox server, copy it to the <b>[paybox_dir]</b> directory <u>in binary mode</u> and make it executable. <br />Run the following command:<br /><b><i>chmod 755 modulev2.cgi</b></i><br /><br />Also ask &#8220;Paybox&#8221; service to add the following URL to the database as &#8220;Callback URL&#8221;:<br /><b>[callback_url]</b>'),
('Languages::text_payment_first_data_notice', 'Please log in to FirstData Connect 2.0 Admin, open the \"Administration\" tab, click on the \"Connect 2.0 Setup\" link.<br /> Set the following URL in the \"Order Submission Form\", \"Confirmation Page\", \"Failure Page\" sections: [return_url]<br />'),
('Languages::text_payment_have_been_deleted', 'Payment have been deleted successfully.'),
('Languages::text_payment_have_not_been_deleted', 'Payment cannot be deleted.'),
('Languages::text_paypal_processing_payment', 'Please wait while processing the payment details...'),
('Languages::text_paypal_surcharge', '<b>Note:</b> According to the PayPal <a href=\'https://www.paypal.com/webapps/mpp/ua/useragreement-full#4\' target=\'_blank\'>policy</a> (4.6), surcharges are not supported.'),
('Languages::text_paysitecash_debug', 'Debug Information'),
('Languages::text_paysitecash_mode', 'Mode'),
('Languages::text_paysitecash_mode_debug_off', 'OFF'),
('Languages::text_paysitecash_mode_debug_on', 'ON'),
('Languages::text_paysitecash_mode_live', 'Live'),
('Languages::text_paysitecash_mode_test', 'Test'),
('Languages::text_paysitecash_nocurrencies', 'Currency mode'),
('Languages::text_paysitecash_nocurrencies_no', 'Allow customer select any of supported currency'),
('Languages::text_paysitecash_nocurrencies_yes', 'Do not show currency selection at all'),
('Languages::text_paysitecash_notice', 'Please add these URL fields in your Paysite-cash configuration:<br/><br/><b>URL:</b><br/>[url]<br/><br/><b>Referer url:</b><br/>[ref_url]<br/><br/><b>after payment return url:</b><br/>[sucess_url]<br/><br/><b>canceled payment url:</b><br/>[cancel_url]<br/><br/><b>Backoffice confirmation url:</b><br/>[confirm_url]'),
('Languages::text_paysitecash_processor', 'Processor'),
('Languages::text_paysitecash_site_id', 'Site ID'),
('Languages::text_payway_notice', 'Please set up the following parameters in PayWay back end: <p> Browser Return URL Pre Payment: <b>[prepayment]</b><br /> Browser Return URL: <b>[return]</b><br /> Notification URL: <b>[notify]</b><br /> Notification Post Type: leave empty </p>'),
('Languages::text_permissions_changed', 'Permissions changed'),
('Languages::text_piraeus_notice', '<b>Note:</b> Please send the following information to the payment support:<br /> Website URL: \'<u>[website_url]</u>\'<br /> Referrer URL: \'<u>[referrer_url]</u>\'<br /> Success URL: \'<u>[success_url]</u>\'<br /> Failure URL: \'<u>[failure_url]</u>\'<br /> Backlink URL: \'<u>[backlink_url]</u>\'<br /> IP Address: \'<u>[ip_address]</u>\'<br /><br /> Response Method: \'<u>[response_method]</u>\'<br /><br />'),
('Languages::text_points_cannot_applied_because_subtotal_redeemed', 'Points cannot be applied because the subtotal is completely redeemed.'),
('Languages::text_points_exceed_points_on_account', 'The number of the points entered by you exceeds the number of points at your account.'),
('Languages::text_points_exceed_points_that_can_be_applied', 'The number of points entered by you exceeds the number of points that can be applied to this order.'),
('Languages::text_points_used_in_order', 'Points were used in order'),
('Languages::text_point_in_account', 'You have'),
('Languages::text_position_updating', 'Loading... Positions are being updated, please wait.'),
('Languages::text_post_pended', 'Your post will be checked before it gets published.'),
('Languages::text_price_dec_sign_delimiter', 'Decimal separator for product prices.'),
('Languages::text_products_added', 'The products have been added successfully. See the list of the new products below.'),
('Languages::text_products_cloned', 'The products have been cloned successfully. Below the list of new products'),
('Languages::text_products_have_been_deleted', 'Products have been deleted successfully.'),
('Languages::text_products_updated', 'The following products have been updated:'),
('Languages::text_products_updated_successfully', 'The product(s) have been updated successfully'),
('Languages::text_product_cloned', 'The product has been cloned'),
('Languages::text_product_detailed_image', '(optional displayed in popup window)'),
('Languages::text_product_file_has_been_deleted', 'Product file has been deleted'),
('Languages::text_product_filters_were_disabled', 'The following <a href=\"[url]\" target=\"_blank\">product filters</a> were disabled: [filters_list].'),
('Languages::text_product_has_been_deleted', 'Product has been deleted successfully.'),
('Languages::text_product_option_delimiter', 'Delimiter for product options within an option combination (e.g. \"Color: Red, Size: Small\")'),
('Languages::text_product_thumbnail', '(displayed on products list and product details pages)'),
('Languages::text_profile_activated', 'Your account is now active. You may log in to your account using your credentials.'),
('Languages::text_profile_benefits', '<h4>Benefits of becoming a registered member</h4><ul><li>Log in at any time to check order statuses</li><li>Personalize your shopping</li><li>Speed up future purchases</li></ul>'),
('Languages::text_profile_deactivated', 'Your account has been deactivated. Please contact us for more details.'),
('Languages::text_profile_details', '<h4>Profile details</h4><p>On this page you can modify your login credentials and personal data to be used during future purchases.</p><p>To keep your account secure we recommend to avoid creating passwords that use:</p><ul><li>Dictionary words in any language.</li><li>Words spelled backwards, common misspellings, and abbreviations.</li><li>Sequences or repeated characters. Examples: 12345678, 222222, abcdefg, or adjacent letters on your keyboard (qwerty).</li><li>Personal information. Your name, birthday, driver\'s license, passport number, or similar information.</li></ul>'),
('Languages::text_profile_is_created', 'The account has been created successfully.'),
('Languages::text_profile_is_updated', 'The profile data has been updated successfully.'),
('Languages::text_profile_should_be_approved', 'Your account has been created successfully, but it must be activated by the store administrator before you are able to sign in.'),
('Languages::text_promotions_group_condition', 'if [set] of these conditions are [set_value]'),
('Languages::text_qty_discounts', 'Our quantity discounts');
INSERT INTO `partiushop_original_values` (`msgctxt`, `msgid`) VALUES
('Languages::text_recommendation_notes', 'Your friend has recommended this page to you. Please follow the link:'),
('Languages::text_recover_password', '<p>If you have forgotten your password, enter your email address in the field and click <i>Reset password</i>.</p><p>You will receive a new password and a link to sign in. You will be able to change the password later.</p>'),
('Languages::text_recover_password_notice', 'Enter your email address to receive a new login key and a link to sign in and change your password.'),
('Languages::text_recover_password_title', 'Reset password'),
('Languages::text_redactor2', 'Redactor II'),
('Languages::text_remove_additional_images', 'When importing additional images of an updated product, existing images of this product will be deleted before import'),
('Languages::text_remove_backup_files', 'Warning! If you remove the backup files, you will not be able to restore your previous installation. Ensure that the new version is working properly, and the backup database files are in a safe place.'),
('Languages::text_required_group_product', 'Please select a product for the required group [group_name]'),
('Languages::text_reset_inventory_description', 'Quantity of all products in the store will be reset.'),
('Languages::text_restore_question', 'Are you sure that you want to restore the template?'),
('Languages::text_return_change_warning', 'The status of return #[return_id] will be changed'),
('Languages::text_review_and_reach_out_request', 'We\'ll review your application and reach out to you via email soon.'),
('Languages::text_sagepay_dir_notice', '<b>Note:</b> In order to track your Sage Pay orders by the shopping cart software, please enable the 3D Secure Fraud Checking Option for your Sage Pay VSP Direct account.'),
('Languages::text_sagepay_notice', 'Use <b>testvendor</b> as <b>Vendor Name</b> for the testing purposes<br /><p><b>PAYMENT</b> - transaction type is used to gain an authorisation from the bank, then settle that transaction early the following morning, committing the funds to be taken from your customer\'s card.<br /></p><p><b>DEFERRED</b> - transactions are NOT sent to the bank for completion until you RELEASE them by logging into the SagePay VSP Admin interface, finding the transaction and clicking the Release button.</p>'),
('Languages::text_secret_key_notice', 'Please complete this field with any non-empty value. It will increase the security of transactions.'),
('Languages::text_select_fields2edit_note', 'You are able to modify several items at once. Select the check boxes corresponding to the fields you wish to edit, and click on Modify Selected.'),
('Languages::text_select_file', 'Select a file or enter a URL'),
('Languages::text_select_range', 'You can select a range to export (otherwise all [name] will be exported)'),
('Languages::text_select_vendor', 'Please select a store first'),
('Languages::text_send_an_email_access_information', 'We\'ll send you an email with access information.'),
('Languages::text_sent_an_email_access_information', 'We\'ve sent you an email with access information.'),
('Languages::text_set_write_permissions_for_dirs', 'You can set the write permissions for the Web server to the directories listed above or provide an FTP-access with the write permissions to these directories.'),
('Languages::text_share_product_features_tooltip', 'Attention! Some data will not be copied during this operation: the categories set in filters will be lost even if you copy all categories. Please, fix categories manually.'),
('Languages::text_share_product_filters_tooltip', 'Attention! Some data will not be copied during this operation: the categories set in features will be lost even if you copy all categories. Please, fix categories manually.'),
('Languages::text_share_promotions_tooltip', 'In order to share promotions make sure the respective products are also shared (check Share products below)'),
('Languages::text_shipping_packages_info', 'To ensure a more precise shipping rate estimation, the products have been separated into packages as defined by the product settings and the shipping method configuration. The following info is for referential use only'),
('Languages::text_shipping_rates_changed', 'Shipping rates were changed'),
('Languages::text_ship_to_billing', 'Order will be delivered to the billing address'),
('Languages::text_shoppers_can_order_products', 'Now shoppers can order these products in the store.'),
('Languages::text_signup_for_subscriptions', 'Sign up for our newsletters!'),
('Languages::text_skip_creating_new_products', 'If you enable this setting, then only the products that already exist in your database will be updated.'),
('Languages::text_skrill_activate_quick_checkout_short_explanation', 'Skrill Merchant Tools enables you to take payments from credit cards, debit cards and over 60 other local payment options in over 200 countries. The highly competitive rates for this service are published on the Skrill website at www.skrill.com.'),
('Languages::text_skrill_activate_quick_checkout_short_explanation_1', 'You have sent a request for activation on the [date]. Please be aware that the verification process to use Skrill Merchant Tools could take up to 72 hours. You will be contacted by Skrill when the verification process has been completed.'),
('Languages::text_skrill_activate_quick_checkout_short_explanation_2', 'After activation Skrill will grant you access to a new section in your Skrill Account called Merchant Tools. There please choose a secret word (NOT the same as your password) and enter it in the section below to connect to Skrill. The secret word is the last step of your activation process and encrypts your payments securely. After successful submission you will be ready to use all the direct payment options of Skrill.'),
('Languages::text_skrill_currs_notice', 'If you selected a currency that is not the base one in your store, please make sure that it has the correct <a href=\"http://en.wikipedia.org/wiki/ISO_4217\">ISO 4217 code</a> on the <a href=\"[link]\">currencies</a> page.'),
('Languages::text_skrill_email_is_not_registered', 'Specified email address is not registered in Skrill.'),
('Languages::text_skrill_email_is_registered', 'Specified email address is registered in Skrill.'),
('Languages::text_skrill_empty_input_data', 'Some of the fields required for Quick Checkout activation are missing. Please check.'),
('Languages::text_skrill_logo_notice', 'If your HTTPS server is not set up, the logo will be passed by the HTTP protocol and users will see the \"Connection Partially Encrypted\" warning on the Skrill page.'),
('Languages::text_skrill_notice', 'To gain access to the international payment network of Skrill, please register <a href=\"[register_url]\" target=\"_blank\">here</a> for a free account if you do not have one yet.<p><strong>Attention</strong>: please save settings before validating email, secret word or activating merchant tools.</p>'),
('Languages::text_skrill_notice_register', 'To gain access to the international payment network of Skrill, please register <a href=\"[register_url]\" target=\"_blank\">here</a> for a free account if you do not have one yet.<p><strong>Attention</strong>: please save settings before activating merchant tools.</p>'),
('Languages::text_skrill_payment_is_not_saved', 'In order to use this feature, please save the payment method first.'),
('Languages::text_skrill_secred_word_notice', 'The secret word must be in lower case without special characters and at least 10 digits long.'),
('Languages::text_skrill_secret_word_is_correct', 'Specified secret word is correct.'),
('Languages::text_skrill_secret_word_is_incorrect', 'Your secret word is incorrect. Please choose your secret word in the Merchant Tools section of your Skrill Account and then enter it here.'),
('Languages::text_skrill_support', '<b>Support:</b> <br /><br /> Do you have questions?<br /> Contact Skrill on <a href=\"mailto:\">ecommerce@skrill.com</a> or by phone +44 (0) 870 383 0762.<br />'),
('Languages::text_status_is_float', 'You cannot use time interval for the \"Status\" parameter because this parameter is time dependent.'),
('Languages::text_storage_changed', 'Storage changed successfully'),
('Languages::text_storefront_license_required', 'An additional storefront for your standard [product] license. Good for those who don\'t intend to add a few more storefronts in the future.'),
('Languages::text_store_closed', 'Sorry, the store is temporarily closed for maintenance.'),
('Languages::text_store_mode_changed_to_full', '<strong>Full mode</strong> has been activated. In this mode, all the advanced eCommerce features are available.'),
('Languages::text_store_mode_changed_to_mve', 'Your store now uses active license. With the [product] edition, you get almost all the features we offer. The additional features (such as separate checkout for each vendor, and vendor-created promotions) are available with the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus edition</a>. There is an even more advanced edition, <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, that lets you use multiple storefronts for different audiences.'),
('Languages::text_store_mode_changed_to_mve.enterprise', '<strong>Enterprise mode</strong> has been activated. In this mode, all the advanced eCommerce features are available.'),
('Languages::text_store_mode_changed_to_mve.plus', '<strong>Plus mode</strong> has been activated. This mode offers all the advanced eCommerce features, except for multiple storefronts. If your marketplace ever needs separate domains for different audiences, upgrade your license to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>.'),
('Languages::text_store_mode_changed_to_mve.ru', 'Your store now uses active license. With the [product] edition, you get almost all the features we offer. The additional features (such as separate checkout for each vendor, and vendor-created promotions) are available with the <a href=\"[mve_plus_license_url]\" target=\"_blank\">[product] Plus edition</a>. There is an even more advanced edition, <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>, that lets you use multiple storefronts for different audiences.'),
('Languages::text_store_mode_changed_to_mve.ru.enterprise', '<strong>Enterprise mode</strong> has been activated. In this mode, all the advanced eCommerce features are available.'),
('Languages::text_store_mode_changed_to_mve.ru.plus', '<strong>Plus mode</strong> has been activated. This mode offers all the advanced eCommerce features, except for multiple storefronts. If your marketplace ever needs separate domains for different audiences, upgrade your license to <a href=\"[mve_ultimate_license_url]\" target=\"_blank\">[product] Ultimate</a>.'),
('Languages::text_store_mode_changed_to_mve.ru.ultimate', '<strong>Ultimate mode</strong> has been activated. In this mode, all the advanced eCommerce features are available.'),
('Languages::text_store_mode_changed_to_mve.ultimate', '<strong>Ultimate mode</strong> has been activated. In this mode, all the advanced eCommerce features are available.'),
('Languages::text_store_mode_changed_to_ult', 'Your store now uses an active license of [product].'),
('Languages::text_store_mode_changed_to_ult.b2b', 'Your store now uses an active license of [product].'),
('Languages::text_store_mode_changed_to_ult.b2b.enterprise', 'Your store now uses an active license of [product].'),
('Languages::text_store_mode_changed_to_ult.b2b.ultimate', 'Your store now uses an active license of [product].'),
('Languages::text_store_mode_changed_to_ult.enterprise', 'Your store now uses an active license of [product].'),
('Languages::text_store_mode_changed_to_ult.ru', 'Your store now uses an active license of [product].'),
('Languages::text_store_mode_changed_to_ult.ru.enterprise', 'Your store now uses an active license of [product].'),
('Languages::text_store_mode_changed_to_ult.ru.ultimate', 'Your store now uses an active license of [product].'),
('Languages::text_store_mode_changed_to_ult.ultimate', 'Your store now uses an active license of [product].'),
('Languages::text_store_mode_closed', 'The store was <b>closed</b>'),
('Languages::text_store_mode_full', '<p>Full unrestricted access to all features. Enter a valid license number to activate.</p><p>This mode can be activated at any time.</p><br />'),
('Languages::text_store_mode_open', 'The store was <b>opened</b>'),
('Languages::text_store_mode_opened', 'The store was <b>opened</b>'),
('Languages::text_store_mode_trial', '<p>Full access to all features during the 30-day trial period, starting from the time of activation.</p><p>Once the 30-day trial period expires, you\'ll have to <a href=\"[product_buy_url]\" target=\"_blank\">purchase a license</a> or enter a valid license number to be able to manage your store.</p>'),
('Languages::text_store_mode_trial_rb', 'All features are available during 30 days after download of the installation package. You don\'t need to enter the license key.<br /><br />After the 30-day trial period is over, you need to buy the license or enter the license key if you already have one.<br /><br />'),
('Languages::text_subscriber_activated', 'Your email has been successfully activated'),
('Languages::text_subscriber_added', 'Your e-mail has been successfully added to our free e-mail updates list'),
('Languages::text_subscriber_removed', 'Your e-mail has been successfully removed from our free e-mail updates list'),
('Languages::text_successful_request', 'Your request was successfully added. You will receive the email with the answer later.'),
('Languages::text_success_subscription', 'You have been successfully subscribed to our free e-mail updates and promotions!'),
('Languages::text_tax_applied', 'The tax <b>[tax]</b> has been applied to all products'),
('Languages::text_tax_unset', 'The tax <b>[tax]</b> has been removed from all products'),
('Languages::text_template_changed', 'Your changes have not been saved.Press OK to save changes or Cancel to discard them.'),
('Languages::text_test_email_sent', 'Test email was sent to <b>[email]</b> address.'),
('Languages::text_thaiepay_notice', '<p>Please set the following values in the ThaiePay merchant settings:</p><p>Return Url: <b>[return_url]</b></p><p>Status: <b>Yes (it is important!)</b></p><p>Post Back Url: <b>[postback_url]</b></p><p>Main Parameter: <b>\"total\" must be checked</b> - it will increase the security of transactions</p><p>Additional Parameter: it is obligatory for successful processing of transactions. For example, you can set <b>name=completed</b> and <b>value=some_secret_word</b>. Copy these values to these form fields: \"Additional parameter Name\" and \"Additional parameter Value\".</p>'),
('Languages::text_thank_you_for_post', 'Thank you for your post'),
('Languages::text_thumbnail_manual_loading', 'Thumbnails will be generated from detailed images automatically, but you can also <a id=\"[id]\" class=\"[class]\">upload them manually.</a>'),
('Languages::text_tinymce', 'TinyMCE'),
('Languages::text_topmenu_more', 'More [item] <i class=\"text-arrow\">&rarr;</i>'),
('Languages::text_topmenu_view_more', 'View more <i class=\"text-arrow\">&rarr;</i>'),
('Languages::text_track_instructions_sent', 'Access instructions were sent to your e-mail address.'),
('Languages::text_track_request', 'You requested information on the orders you placed in our store.'),
('Languages::text_track_view_all_orders', 'To view all your orders, please follow this link:'),
('Languages::text_track_view_order', 'To view order #[order] please open this link:'),
('Languages::text_transaction_cancelled', 'Transaction was canceled by the customer'),
('Languages::text_transaction_declined', 'Transaction was declined by the payment processor or was canceled by the customer'),
('Languages::text_uc_addon_upgrade_completed', 'Add-on \"[name]\" has been upgraded successfully'),
('Languages::text_uc_agreed_collisions', 'I understand that my local modifications will be permanently lost during the upgrade'),
('Languages::text_uc_another_update_process_running', 'Possibly another upgrade process is running.<br />Please wait until it is finished.<br />If the process has finished with an error, you can remove the file [filename] and try to restart the upgrade.<br /><a href=\"[url]\">Remove the lock file and restart the upgrade</a>'),
('Languages::text_uc_backup_database', 'The following database tables have been backed up'),
('Languages::text_uc_backup_files', 'The following files have been backed up'),
('Languages::text_uc_broken_package', 'The upgrade package seems to be broken. Please refresh packages list and try to download it again'),
('Languages::text_uc_cannot_lock_upgrade_process', 'Failed to disable upgrade process launching'),
('Languages::text_uc_cant_download_package', 'Cannot download the upgrade package'),
('Languages::text_uc_changed_files_message', 'These files have local modifications and will be backed up. Once the upgrade is complete, compare the backup files with the new files and reapply the modifications to the new files, if necessary.'),
('Languages::text_uc_check_ok', 'Your [product] version has been checked successfully. It is ready for upgrade.'),
('Languages::text_uc_conflicts', 'The following files had local modifications'),
('Languages::text_uc_db_right_needed', 'Not enough permissions to update database. Please assign the following privileges to your database user [db_user]: [priviliges].'),
('Languages::text_uc_emergency_restore', 'Attention! Please copy and save the URL below - you can use it to restore your store if upgrade fails.<br /><b>[href]</b>'),
('Languages::text_uc_failed_to_backup_tables', 'The database tables have not been backed up'),
('Languages::text_uc_failed_to_create_directory', 'Failed to create a new directory'),
('Languages::text_uc_failed_to_decompress_files', 'Failed to extract files from the archive'),
('Languages::text_uc_failed_to_ftp_copy', 'FTP transfer failed'),
('Languages::text_uc_ftp_cart_directory_not_found', 'We were unable to find CS-Cart installation in the specified directory. Please make sure that you have entered the correct FTP directory.'),
('Languages::text_uc_ftp_connection_failed', 'FTP connection failed'),
('Languages::text_uc_ftp_connect_failed', 'Cannot connect to FTP server. Please check if the host name is correct'),
('Languages::text_uc_ftp_login_failed', 'Cannot log in to FTP server. Please check if username and password are correct'),
('Languages::text_uc_ftp_needed', 'FTP credentials to access the files and set proper permissions automatically'),
('Languages::text_uc_has_conflicts', 'Some of your files had local modifications. You can check them by clicking the following link'),
('Languages::text_uc_incorrect_upgrade_path', 'Wrong path to upgrade files'),
('Languages::text_uc_license_number_required', 'Please enter your [product] license number'),
('Languages::text_uc_list_of_updates_missing', 'List of upgrades is missing'),
('Languages::text_uc_local_modification', 'Local modifications'),
('Languages::text_uc_non_writable_files', 'These files require write permissions set (manually or automatically via FTP)'),
('Languages::text_uc_no_enough_space_to_backup_database', 'Insufficient disk space to back up the database'),
('Languages::text_uc_no_ftp_module', 'It seems that no FTP module is installed on your server. You cannot use FTP until this module is installed'),
('Languages::text_uc_package_installed_with_errors', 'Errors occurred during the upgrade process. Please contact technical support to investigate the problem.'),
('Languages::text_uc_timeout_check_success', 'Looks like your server allows to change the \"max_execution_time\" option from the script. You are good to go with the upgrade process.'),
('Languages::text_uc_unable_to_create_upgrade_folder', 'Failed to create an upgrade folder'),
('Languages::text_uc_unable_to_parse_uc_xml', 'Failed to parse the upgrade process descriptor uc.xml'),
('Languages::text_uc_unable_to_remove_file', 'Failed to remove the file'),
('Languages::text_uc_unable_to_remove_packages_xml', 'Failed to remove the upgrade descriptor packages.xml'),
('Languages::text_uc_unable_to_remove_upgrade_lock', 'Failed to remove the upgrade lock file. Please remove the [file] file.'),
('Languages::text_uc_unable_to_update_list_of_installed_upgrades', 'Failed to update the list of installed upgrades'),
('Languages::text_uc_upgrade_completed', 'Your store has been upgraded successfully'),
('Languages::text_uc_upgrade_completed_check_and_open', '<p>Your store was closed during the upgrading procedure. We recommend you to check the work of the store after the upgrade and only then open it.</p><p>You can open the store by unchecking the Close storefront setting under Settings → General.</p>'),
('Languages::text_uc_upgrade_log_file_not_writable', 'Upgrade log file is not writable'),
('Languages::text_uc_upgrade_needed', 'You need to upgrade to version <b>[to_version]</b> before applying this upgrade package (your version is <b>[your_version]</b>).'),
('Languages::text_uc_upgrade_not_selected', 'No upgrade package is selected'),
('Languages::text_uc_upgrade_reverted', 'The upgrade has been reverted successfully'),
('Languages::text_uc_will_be_changed', 'Will be changed'),
('Languages::text_uc_will_be_deleted', 'Will be deleted'),
('Languages::text_ult_product_store_field_tooltip', 'Product owner. Only product owner can edit all fields in shared products.'),
('Languages::text_unable_to_install_theme_dependencies', 'Unable to install the theme dependencies: [dependencies]'),
('Languages::text_unable_to_parse_xml', 'Failed to parse XML structure'),
('Languages::text_unsubscribe_instructions', 'We respect your privacy and do not send unsolicited e-mail to users who have not requested correspondence. You have received this e-mail because you requested to receive our free updates and promotions.<br /><br /> If you wish to unsubscribe, please follow the link below:'),
('Languages::text_unsupported_currency', 'The currency which is not supported by the payment system is used on the website. Please contact the store administrator regarding this issue.'),
('Languages::text_upgrade_available', 'A new version of [product] is available. If you want to upgrade to the latest version now, click <a href=\"[link]\">here</a>.'),
('Languages::text_usergroup_activated', 'The following user groups have been activated for your account: [usergroups].'),
('Languages::text_usergroup_disactivated', 'The following user groups have been removed from your account: [usergroups].'),
('Languages::text_usergroup_request', 'Customer requested user group.'),
('Languages::text_usergroup_requested_by', 'The <b>[usergroup]</b> group was requested by [name] ([email]).'),
('Languages::text_vendor_profile_changes_notice', 'Are you sure that you want to update the profile? Information about your company will not be available in the customer area until the administrator approves it.'),
('Languages::text_worldpay_notice', 'Configure your Worldpay account before using the payment.<br /><br />Go to the Worldpay administration page and switch to the Installation section.<br /><br />Fill the fields as follows:<br /><br />Payment Response URL: <b>[return_url]</b><br />Payment Response Password: <b>Make up a secret word.</b> The same word must be entered in the respective field below<br />MD5 secret for transactions: <b>Make up a secret word.</b> The same word must be entered in the respective field below<br />SignatureFields: <b>instId:amount:currency:cartId</b>'),
('Languages::text_you_have_already_filled_this_poll', 'You have already completed this poll'),
('Languages::text_zipcodes_wildcards', 'You are able to use wildcards in this field:<br /><b>\'?\'</b> - any single character;<b>\'*\'</b> - any number of characters.<br /><br /><u>Example:</u><br /><b>98?78</b> &nbsp;&nbsp;(corresponds to 98878, 98378, 98978, etc)<br /><b>12*</b>&nbsp;&nbsp; (corresponds to 12345, 12876, 12098, etc..)'),
('Languages::thanks_for_voting', 'Thank you for taking time to complete this poll.'),
('Languages::thank_you', 'Thank you!'),
('Languages::thank_you_for_registering_as_a_seller', 'Thank you for registering as a seller at [url]. We\'ll review your application and then grant you access to your admin panel in a separate email.'),
('Languages::thank_you_for_registration', 'Thank you for registration!'),
('Languages::theme', 'Theme'),
('Languages::themes', 'Themes'),
('Languages::theme_directory', 'Theme directory'),
('Languages::theme_editor', 'Theme editor'),
('Languages::theme_editor.atc_button_bkg', 'Add to cart'),
('Languages::theme_editor.atc_button_text', 'Add to cart text'),
('Languages::theme_editor.auto_scroller_animations_style', 'Image auto scroller animation'),
('Languages::theme_editor.auto_scroll_animations', 'Use image auto scroller animation'),
('Languages::theme_editor.background', 'Background'),
('Languages::theme_editor.backgrounds', 'Backgrounds'),
('Languages::theme_editor.background_color', 'Background color'),
('Languages::theme_editor.base_color', 'Base'),
('Languages::theme_editor.block_titles', 'Block titles'),
('Languages::theme_editor.body_font', 'Body'),
('Languages::theme_editor.brand_page_image', 'Brand page images'),
('Languages::theme_editor.browse', 'Browse'),
('Languages::theme_editor.buttons_font', 'Buttons'),
('Languages::theme_editor.call_request_bkg', 'Buy now with one click'),
('Languages::theme_editor.call_request_text', 'Buy now with one click text'),
('Languages::theme_editor.category_menu_bkg', 'Category menu background'),
('Languages::theme_editor.category_menu_expand_links', 'Expanded menu links'),
('Languages::theme_editor.category_menu_expand_links_hover', 'Expanded menu links hover'),
('Languages::theme_editor.category_menu_horizontal_background', 'Category menu expanded background'),
('Languages::theme_editor.category_menu_horizontal_decoration', 'Category menu expanded decoartion'),
('Languages::theme_editor.category_menu_horizontal_decoration_text', 'Category menu expanded decoartion text'),
('Languages::theme_editor.category_menu_horizontal_decoration_text_hover', 'Category menu expanded decoartion text hover'),
('Languages::theme_editor.checkout_active_selector_background', 'Checkout: Active selector background'),
('Languages::theme_editor.checkout_active_selector_border', 'Checkout: Active selector border'),
('Languages::theme_editor.checkout_control_background', 'Checkout: Payment / shipping method background'),
('Languages::theme_editor.checkout_control_border', 'Checkout: Payment / shipping method border'),
('Languages::theme_editor.checkout_control_description', 'Checkout: Payment / shipping method description'),
('Languages::theme_editor.checkout_control_label', 'Checkout: Credit card field names'),
('Languages::theme_editor.checkout_control_title', 'Checkout: Payment / shipping method title'),
('Languages::theme_editor.checkout_input_border', 'Checkout: Field border'),
('Languages::theme_editor.checkout_input_label', 'Checkout: Field label'),
('Languages::theme_editor.checkout_input_text', 'Checkout: Text in fields'),
('Languages::theme_editor.checkout_link', 'Checkout: Link'),
('Languages::theme_editor.checkout_selected_control_background', 'Checkout: Selected payment / shipping method background'),
('Languages::theme_editor.checkout_selected_control_border', 'Checkout: Selected payment / shipping method border'),
('Languages::theme_editor.checkout_selected_input_border', 'Checkout: Selected field border'),
('Languages::theme_editor.checkout_selector_background', 'Checkout: Selector background'),
('Languages::theme_editor.checkout_selector_border', 'Checkout: Selector border'),
('Languages::theme_editor.checkout_selector_title', 'Checkout: Selector title'),
('Languages::theme_editor.checkout_selector_tooltip', 'Checkout: Selector tooltip'),
('Languages::theme_editor.checkout_step_title', 'Checkout: Step title'),
('Languages::theme_editor.checkout_terms_background', 'Checkout: \"Terms and conditions\" section background'),
('Languages::theme_editor.close', 'Close theme editor'),
('Languages::theme_editor.colors', 'Colors'),
('Languages::theme_editor.color_gen_algorithm', 'Colors combination'),
('Languages::theme_editor.color_gen_analogic', 'Analogic'),
('Languages::theme_editor.color_gen_base_color', 'Base color'),
('Languages::theme_editor.color_gen_contrast', 'Contrast'),
('Languages::theme_editor.color_gen_dark_pastel', 'Dark pastel'),
('Languages::theme_editor.color_gen_default', 'Default'),
('Languages::theme_editor.color_gen_light_pastel', 'Light pastel'),
('Languages::theme_editor.color_gen_monochromatic', 'Monochromatic'),
('Languages::theme_editor.color_gen_pale', 'Pale'),
('Languages::theme_editor.color_gen_pastel', 'Pastel'),
('Languages::theme_editor.color_gen_title', 'Generate colors'),
('Languages::theme_editor.color_gen_triad', 'Triad'),
('Languages::theme_editor.color_gen_variant', 'Variation'),
('Languages::theme_editor.color_gen_vcontrast', 'Contrast'),
('Languages::theme_editor.compare_color', 'Compare hover'),
('Languages::theme_editor.confirm_enable_less', 'Your CSS modifications will be backed up and overwritten. Are you sure to continue with the LESS restore?'),
('Languages::theme_editor.content_bg', 'Content'),
('Languages::theme_editor.convert_to_css', 'Convert to CSS'),
('Languages::theme_editor.create_style_first', 'You cannot modify this parameter for default styles. Create a new one first'),
('Languages::theme_editor.css', 'Custom CSS'),
('Languages::theme_editor.customize', 'Customize'),
('Languages::theme_editor.decorative_color', 'Decorative'),
('Languages::theme_editor.discount_label', 'Discount label'),
('Languages::theme_editor.discount_label_text', 'Discount label text'),
('Languages::theme_editor.enable', 'Enable Theme editor'),
('Languages::theme_editor.enable_less', 'Enable LESS'),
('Languages::theme_editor.error_preset_exists', 'The preset with this name is already exist. Please choose another one.'),
('Languages::theme_editor.error_style_exists', 'The style with this name is already exist. Please choose another one.'),
('Languages::theme_editor.error_theme_converted_to_css', 'Compiled CSS files do not support styling. Restore LESS in the <a target=\"_blank\" href=\"[url]\">Theme editor</a> to be able to change styles.'),
('Languages::theme_editor.favicon', 'Favicon'),
('Languages::theme_editor.favicon_size', 'Favicon size must be 16x16 px'),
('Languages::theme_editor.fixed', 'Fixed'),
('Languages::theme_editor.font', 'Font'),
('Languages::theme_editor.fonts', 'Fonts'),
('Languages::theme_editor.font_color', 'Font'),
('Languages::theme_editor.font_one', 'Primary font'),
('Languages::theme_editor.font_two', 'Secondary font'),
('Languages::theme_editor.footer', 'Footer'),
('Languages::theme_editor.footer_bottom', 'Footer bottom'),
('Languages::theme_editor.footer_bottom_text', 'Footer bottom text'),
('Languages::theme_editor.footer_location_icon', 'Footer location icons'),
('Languages::theme_editor.footer_location_icon_bkg', 'Footer location icons background'),
('Languages::theme_editor.footer_social_icons', 'Footer social icons'),
('Languages::theme_editor.footer_text', 'Footer text'),
('Languages::theme_editor.footer_title', 'Footer title'),
('Languages::theme_editor.full_width', 'Full width'),
('Languages::theme_editor.general', 'General'),
('Languages::theme_editor.general_bg', 'General'),
('Languages::theme_editor.gift_cert', 'Gift Certificate'),
('Languages::theme_editor.google_fonts', 'Use google fonts'),
('Languages::theme_editor.gradient', 'Gradient'),
('Languages::theme_editor.grid_icon', 'Grid Quick view, Compare, Wishlist icons'),
('Languages::theme_editor.grid_icon_add_to_cart', 'Add to cart button'),
('Languages::theme_editor.grid_icon_add_to_cart_bkg', 'Add to cart background'),
('Languages::theme_editor.grid_icon_add_to_cart_text', 'Add to cart button text'),
('Languages::theme_editor.grid_icon_add_to_compare_bkg', 'Add to compare background'),
('Languages::theme_editor.grid_icon_add_wishlist_bkg', 'Add to wishlist background'),
('Languages::theme_editor.grid_icon_bkg', 'Grid Quick view, Compare, Wishlist icons background'),
('Languages::theme_editor.grid_icon_hover', 'Grid Quick view, Compare, Wishlist icons hover'),
('Languages::theme_editor.grid_icon_quick_view_bkg', 'Quick view background'),
('Languages::theme_editor.grid_info_background', 'Grid info background'),
('Languages::theme_editor.grid_info_title', 'Grid info title'),
('Languages::theme_editor.grid_info_title_hover', 'Grid info title hover'),
('Languages::theme_editor.header', 'Header'),
('Languages::theme_editor.header_call_request_link', 'Header call request link'),
('Languages::theme_editor.header_cart_ammount', 'Header cart amount'),
('Languages::theme_editor.header_cart_ammount_bkg', 'Header cart amount background'),
('Languages::theme_editor.header_icons', 'Header icons'),
('Languages::theme_editor.header_icons_hover', 'Header icons hover'),
('Languages::theme_editor.header_text', 'Header text'),
('Languages::theme_editor.headings_font', 'Headings'),
('Languages::theme_editor.hide_show', 'Hide/show theme editor panel'),
('Languages::theme_editor.incorrect_preset_name', 'Preset name can not contain the following characters: \"/ # % ? * : ; { } \\ \"'),
('Languages::theme_editor.incorrect_style_name', 'Style name can not contain the following characters: \"/ # % ? * : ; { } \\ + \"'),
('Languages::theme_editor.info_blocks', 'Info blocks'),
('Languages::theme_editor.in_stock', 'In stock'),
('Languages::theme_editor.links_font', 'Links'),
('Languages::theme_editor.links_hover', 'Links hover'),
('Languages::theme_editor.link_color', 'Links'),
('Languages::theme_editor.list-price', 'List price'),
('Languages::theme_editor.logos', 'Logos'),
('Languages::theme_editor.mail', 'Mail'),
('Languages::theme_editor.main', 'Main content'),
('Languages::theme_editor.mainbox_title', 'Mainbox title'),
('Languages::theme_editor.mainbox_title_bkg', 'Mainbox title background'),
('Languages::theme_editor.max_image_size', 'The image must not be bigger than 200 kB.'),
('Languages::theme_editor.menu_categ_left_content_description', 'Categories menu left content description'),
('Languages::theme_editor.menu_categ_left_content_link', 'Categories menu left content link'),
('Languages::theme_editor.menu_categ_left_content_link_hover', 'Categories menu left content link hover'),
('Languages::theme_editor.menu_categ_right_content_link', 'Categories menu right content link'),
('Languages::theme_editor.menu_categ_right_content_link_hover', 'Categories menu right content link hover'),
('Languages::theme_editor.menu_categ_right_content_title', 'Categories menu right content title'),
('Languages::theme_editor.menu_categ_title', 'Categories menu title'),
('Languages::theme_editor.menu_categ_title_bkg', 'Categories menu background'),
('Languages::theme_editor.menu_color', 'Main Menu'),
('Languages::theme_editor.menu_color_hover', 'Main Menu background hover'),
('Languages::theme_editor.menu_links_color', 'Main Menu links'),
('Languages::theme_editor.menu_links_color_hover', 'Main Menu links hover'),
('Languages::theme_editor.menu_links_hover', 'Menu links hover'),
('Languages::theme_editor.menu_links_hover_text', 'Menu links hover text'),
('Languages::theme_editor.menu_link_1_background', 'Main menu link 1 background'),
('Languages::theme_editor.menu_link_2_background', 'Main menu link 2 background'),
('Languages::theme_editor.menu_link_3_background', 'Main menu link 3 background'),
('Languages::theme_editor.menu_link_4_background', 'Main menu link 4 background'),
('Languages::theme_editor.menu_link_5_background', 'Main menu link 5 background'),
('Languages::theme_editor.menu_link_6_background', 'Main menu link 6 background'),
('Languages::theme_editor.menu_link_7_background', 'Main menu link 7 background'),
('Languages::theme_editor.middle_bg', 'Middle'),
('Languages::theme_editor.multiscroller', 'Multiscroller header background'),
('Languages::theme_editor.multiscroller_compare_color', 'Multiscroller Compare hover'),
('Languages::theme_editor.multiscroller_icon', 'Multiscroller Quick view, Compare, Wishlist icons'),
('Languages::theme_editor.multiscroller_icon_border', 'Multiscroller icon border'),
('Languages::theme_editor.multiscroller_link', 'Multiscroller tab text'),
('Languages::theme_editor.multiscroller_link_active_hover_bkg', 'Multiscroller tab background hover'),
('Languages::theme_editor.multiscroller_link_bkg', 'Multiscroller tab background'),
('Languages::theme_editor.multiscroller_link_hover', 'Multiscroller tab text hover'),
('Languages::theme_editor.multiscroller_quick_view_color', 'Multiscroller Quick view hover'),
('Languages::theme_editor.multiscroller_wishlist_color', 'Multiscroller Wishlist hover'),
('Languages::theme_editor.no_repeat', 'No repeat'),
('Languages::theme_editor.off', 'Off'),
('Languages::theme_editor.on', 'On'),
('Languages::theme_editor.other_fonts', 'Other fonts'),
('Languages::theme_editor.out_of_stock', 'Out of stock'),
('Languages::theme_editor.page_cant_be_configured', 'The appearance of this page can\'t be configured with the Theme editor.'),
('Languages::theme_editor.pattern', 'Pattern'),
('Languages::theme_editor.popular_fonts', 'Popular fonts'),
('Languages::theme_editor.popup_title_bkg', 'Popup title background'),
('Languages::theme_editor.popup_title_text', 'Popup title text'),
('Languages::theme_editor.position', 'Position'),
('Languages::theme_editor.pp_price_saving_bkg', 'Product page price saving background'),
('Languages::theme_editor.pp_price_saving_text', 'Product page price saving text'),
('Languages::theme_editor.presets', 'Presets'),
('Languages::theme_editor.preset_data_cannot_be_saved', 'Preset data cannot be saved. You should set write permissions for <b>[theme_dir]</b> directory to fix this issue.'),
('Languages::theme_editor.preset_name', 'Preset name'),
('Languages::theme_editor.price', 'Price'),
('Languages::theme_editor.price_font', 'Price tag'),
('Languages::theme_editor.primary_button', 'Primary color'),
('Languages::theme_editor.primary_button_text', 'Primary text'),
('Languages::theme_editor.product_carousel_scroll_animations_style', 'Product image in carousel scroll animation'),
('Languages::theme_editor.product_title', 'Product title'),
('Languages::theme_editor.product_title_link', 'Product title link'),
('Languages::theme_editor.quick_view_color', 'Quick view hover'),
('Languages::theme_editor.rating_color', 'Rating color'),
('Languages::theme_editor.rating_icons', 'Rating icons'),
('Languages::theme_editor.rating_text', 'Rating text'),
('Languages::theme_editor.repeat', 'Repeat'),
('Languages::theme_editor.repeat_x', 'Repeat x'),
('Languages::theme_editor.repeat_y', 'Repeat y'),
('Languages::theme_editor.reset_backgrounds', 'Reset backgrounds'),
('Languages::theme_editor.reset_colors', 'Reset colors'),
('Languages::theme_editor.reset_css', 'Reset CSS'),
('Languages::theme_editor.reset_fonts', 'Reset fonts'),
('Languages::theme_editor.reset_general', 'Reset general'),
('Languages::theme_editor.reset_logos', 'Reset logos'),
('Languages::theme_editor.rounded_corners', 'Rounded corners'),
('Languages::theme_editor.scroll', 'Scroll'),
('Languages::theme_editor.scroll_animations', 'Use scroll animations'),
('Languages::theme_editor.scroll_up', 'Scroll up button'),
('Languages::theme_editor.search_button_bkg', 'Search button background'),
('Languages::theme_editor.search_button_bkg_hover', 'Search button background hover'),
('Languages::theme_editor.search_button_text', 'Search button icon'),
('Languages::theme_editor.search_button_text_hover', 'Search button icon hover'),
('Languages::theme_editor.secondary_button', 'Secondary color'),
('Languages::theme_editor.secondary_button_text', 'Secondary text'),
('Languages::theme_editor.secondary_content_bg', 'Secondary content'),
('Languages::theme_editor.secondbox_title', 'Secondbox title'),
('Languages::theme_editor.secondbox_title_bkg', 'Secondbox title background'),
('Languages::theme_editor.shipping_label', 'Shipping label'),
('Languages::theme_editor.shipping_label_text', 'Shipping label text'),
('Languages::theme_editor.show_dropdown_homepage', 'Expand menu on homepage'),
('Languages::theme_editor.show_mega_menu_category_images', 'Mega Menu category thumbnails'),
('Languages::theme_editor.sidebar', 'Sidebar background'),
('Languages::theme_editor.sidebar_decorative', 'Sidebar decorative'),
('Languages::theme_editor.sidebar_link', 'Sidebar links'),
('Languages::theme_editor.sidebar_links', 'Sidebar links'),
('Languages::theme_editor.sidebar_title', 'Sidebar title'),
('Languages::theme_editor.sticky_menu', 'Sticky menu'),
('Languages::theme_editor.style', 'Style'),
('Languages::theme_editor.styles', 'Styles'),
('Languages::theme_editor.style_data_cannot_be_saved', 'Style data cannot be saved. You should set write permissions for <b>[theme_dir]</b> directory to fix this issue.'),
('Languages::theme_editor.style_name', 'Style name'),
('Languages::theme_editor.sub_footer', 'Sub footer'),
('Languages::theme_editor.sub_footer_text', 'Sub footer text'),
('Languages::theme_editor.system_fonts', 'System fonts'),
('Languages::theme_editor.tertiary_button', 'Tertiary color'),
('Languages::theme_editor.tertiary_button_text', 'Tertiary text'),
('Languages::theme_editor.tertiary_content_bg', 'Teritary content'),
('Languages::theme_editor.text_align', 'Text alignment'),
('Languages::theme_editor.text_close_editor', 'Are you sure to exit the theme editor?'),
('Languages::theme_editor.text_close_editor_unsaved', 'You have unsaved changes. Are you sure to exit from theme editor?'),
('Languages::theme_editor.text_convert_to_css', '<p>Generate CSS files from LESS (for manual editing).</p><p>IMPORTANT: You won\'t be able to use the Theme editor to customize the storefront!</p><p><i>The original LESS files will be backed up and you will be able to restore them later</i></p>'),
('Languages::theme_editor.text_reset_changes', 'All changes after last save will be reset'),
('Languages::theme_editor.te_font_one', 'Primary font'),
('Languages::theme_editor.te_font_two', 'Secondary font'),
('Languages::theme_editor.theme', 'Theme'),
('Languages::theme_editor.third_button', 'Third button'),
('Languages::theme_editor.top_account_cart', 'Top account/cart'),
('Languages::theme_editor.top_account_cart_hover', 'Top account/cart hover'),
('Languages::theme_editor.top_panel', 'Top panel'),
('Languages::theme_editor.top_panel_links', 'Top panel links'),
('Languages::theme_editor.top_panel_links_hover', 'Top panel links hover'),
('Languages::theme_editor.top_panel_links_hover_active', 'Top link hover/active'),
('Languages::theme_editor.top_panel_text', 'Top panel text'),
('Languages::theme_editor.transparent', 'Transparent'),
('Languages::theme_editor.upload_image', 'Upload image'),
('Languages::theme_editor.vendor_contact_link', 'Vendor cotact link'),
('Languages::theme_editor.vendor_location', 'Vendor location'),
('Languages::theme_editor.vendor_name', 'Vendor name'),
('Languages::theme_editor.vendor_phone', 'Vendor phone'),
('Languages::theme_editor.vendor_product_number', 'Vendor product number'),
('Languages::theme_editor.vendor_rating', 'Vendor rating'),
('Languages::theme_editor.vendor_rating_text', 'Vendor rating text'),
('Languages::theme_editor.vendor_store_button_bkg', 'Vendor store button background'),
('Languages::theme_editor.vendor_store_button_text', 'Vendor store button text'),
('Languages::theme_editor.vendor_store_header_background', 'Vendor store header background'),
('Languages::theme_editor.vendor_store_header_name', 'Vendor store header name'),
('Languages::theme_editor.vendor_store_header_title', 'Vendor store header titles'),
('Languages::theme_editor.vendor_store_social_icon_bkg', 'Vendor store social icon background'),
('Languages::theme_editor.vendor_store_social_icon_text', 'Vendor store social icon'),
('Languages::theme_editor.warning_css_changes_will_be_reverted', '<p>You should switch back to LESS to be able to use the Theme editor, because it deals with LESS files instead of plain CSS.</p><p><strong>Important:</strong> All CSS files will be overwritten during the restore! Custom CSS modifications will be saved in the backup directory.</p>'),
('Languages::theme_editor.wishlist_color', 'Wishlist hover'),
('Languages::theme_editor_logo.gift_cert', 'Gift Certificate'),
('Languages::theme_editor_logo.mail', 'E-mails'),
('Languages::theme_editor_logo.theme', 'Theme'),
('Languages::theme_editor_mode', 'Theme editor mode'),
('Languages::theme_editor_not_supported', 'This theme doesn\'t support theme editor'),
('Languages::theme_information', 'Theme information'),
('Languages::theme_no_styles_text', 'This theme doesn\'t have styles.'),
('Languages::theme_styles_and_layouts', 'Theme styles and layouts'),
('Languages::the_test_transaction', 'This is a TEST transaction'),
('Languages::third_party_addons', 'Third-party add-ons'),
('Languages::this_day', 'This day'),
('Languages::this_month', 'This month'),
('Languages::this_week', 'This week'),
('Languages::this_year', 'This year'),
('Languages::ths_sign', 'Ths sign'),
('Languages::thumb', 'Thumbnail'),
('Languages::thumbnail', 'Thumbnail'),
('Languages::thumbnails', 'Thumbnails'),
('Languages::thumbnails_removed', 'Thumbnails have been removed'),
('Languages::thumbnail_width', 'Thumbnail width in scroller'),
('Languages::ticket_id', 'Ticket Id'),
('Languages::ticket_information', 'TICKET INFORMATION'),
('Languages::ticket_list', 'Ticket List'),
('Languages::ticket_message', 'Ticket Message'),
('Languages::ticket_subject', 'Ticket Subject'),
('Languages::ticket_type', 'Ticket Type'),
('Languages::tier_account', 'tier account'),
('Languages::time', 'Time'),
('Languages::timeout', 'Timeout'),
('Languages::Timestamp', 'Timestamp'),
('Languages::timezone_upgrade_notification_text', '<p>Time zone \"Athens, Beirut, Istanbul\" has been split into 3 different time zones:</p><ul><li>Europe/Istanbul</li><li>Europe/Athens</li><li>Asia/Beirut</li></ul><p>Please go to <b>Settings</b> &rarr; <b>Appearance</b> and make sure you have the right time zone there.</p>'),
('Languages::timezone_upgrade_notification_title', 'Time zone changes'),
('Languages::time_interval', 'Time interval'),
('Languages::time_unlimited_download', 'Time-unlimited download'),
('Languages::tip', 'Tip'),
('Languages::tip.quick_select_and_close_category_selector', 'Tip: Hold \'Ctrl\' (or \"⌘\" on Mac) while clicking on a category name. This will add one category and close the window.'),
('Languages::title', 'Title'),
('Languages::tmpl_abt__ut2_dropdown_horizontal_mwi', 'tmpl_abt__ut2_dropdown_horizontal_mwi'),
('Languages::tmpl_abt__ut2_dropdown_vertical_mwi', 'tmpl_abt__ut2_dropdown_vertical_mwi'),
('Languages::tmpl_abt__ut2__categories_title_block', 'tmpl_abt__ut2__categories_title_block'),
('Languages::tmpl_abt__ut2__features_title_block', 'tmpl_abt__ut2__features_title_block'),
('Languages::tmpl_abt__ut2__my_account_links_advanced', 'tmpl_abt__ut2__my_account_links_advanced'),
('Languages::tmpl_abt__ut2__recent_posts_advanced', 'tmpl_abt__ut2__recent_posts_advanced'),
('Languages::tmpl_abt__ut2__subscribe_advanced', 'tmpl_abt__ut2__subscribe_advanced'),
('Languages::tmpl_abt__ut2__subscription', 'tmpl_abt__ut2__subscription'),
('Languages::tmpl_abt__ut2__title_block', 'tmpl_abt__ut2__title_block'),
('Languages::tmpl_abt__ut2__top_buttons', 'tmpl_abt__ut2__top_buttons'),
('Languages::tmpl_abt__ut2__top_buttons.compare_list.tooltip', 'tmpl_abt__ut2__top_buttons.compare_list.tooltip'),
('Languages::tmpl_call_request', 'Call request form'),
('Languages::tmpl_copyright', 'Copyright information'),
('Languages::tmpl_grid', 'Grid'),
('Languages::tmpl_grid2', 'Grid2'),
('Languages::tmpl_list_without_options', 'List without options'),
('Languages::tmpl_logo', 'Store logo'),
('Languages::tmpl_multicolumns_small', 'Multicolumns small'),
('Languages::tmpl_multicolumn_list', 'Multi-column list'),
('Languages::tmpl_newsletters_subscription_advanced', 'Newsletters: subscription advanced form'),
('Languages::tmpl_payment_icons', 'Payment systems icons'),
('Languages::tmpl_payment_icons_rus', 'Payment systems russian icons'),
('Languages::tmpl_polls_central', 'Central'),
('Languages::tmpl_polls_side', 'Side box'),
('Languages::tmpl_quick_links', 'Quick links'),
('Languages::tmpl_scroller', 'Scroller'),
('Languages::tmpl_search', 'Search field'),
('Languages::tmpl_sidebox_1_item', 'Side box first item'),
('Languages::tmpl_subscription', 'Newsletters: subscription form'),
('Languages::tmpl_subscription_advanced', 'Subscription advanced form'),
('Languages::tmpl_text_ckeditor', 'CKEditor'),
('Languages::to', 'TO'),
('Languages::today', 'Today'),
('Languages::tools', 'Tools'),
('Languages::tools_addons_activated_count', 'Active add-ons:'),
('Languages::tools_addons_additional_payment_methods', 'There may be more payment processors. They\'ll show up if you activate the corresponding <a href=\"[url]\">payment add-ons</a>.'),
('Languages::tools_addons_additional_shipping_methods', 'There may be more carriers. They\'ll show up if you activate the corresponding <a href=\"[url]\">shipping add-ons</a>.'),
('Languages::tools_addons_additional_shipping_methods_msg', 'There may be more ways to calculate shipping rates. They\'ll show up if you activate the corresponding <a href=\"[url]\">shipping add-ons</a>.'),
('Languages::tools_addons_additional_themes', 'There may be more themes. They\'ll show up if you activate the corresponding <a href=\"[url]\">theme add-ons</a>.'),
('Languages::tools_addons_core_addons_count', 'Built-in add-ons:'),
('Languages::tools_addons_current_state', 'Current state'),
('Languages::tools_addons_disabled_msg', 'An administrator disabled all add-ons or third-party add-ons.<br> Press the Re-enable add-ons button to initialize the add-ons that were previously active.'),
('Languages::tools_addons_disable_all', 'Disable all add-ons'),
('Languages::tools_addons_disable_third_party', 'Disable third-party add-ons'),
('Languages::tools_addons_installed_count', 'Installed add-ons:'),
('Languages::tools_addons_no_addons', 'No add-ons'),
('Languages::tools_addons_no_third_party_addons', 'No third party add-ons'),
('Languages::tools_addons_other_addons_count', 'Third-party add-ons:'),
('Languages::tools_re_enable_add_ons', 'Re-enable add-ons'),
('Languages::tooltip', 'Tooltip'),
('Languages::top_panel', 'Top panel'),
('Languages::top_sellers', 'Top sellers'),
('Languages::top_wishlist_compare', 'ET - Top wishlist compare'),
('Languages::total', 'Total'),
('Languages::totally_paid', 'Total paid'),
('Languages::totals', 'Totals'),
('Languages::total_amount', 'Total amount'),
('Languages::total_amount_due', 'Total amount due');
INSERT INTO `partiushop_original_values` (`msgctxt`, `msgid`) VALUES
('Languages::total_cost', 'Total cost'),
('Languages::total_items', 'Total items'),
('Languages::total_list_price', 'Total list price'),
('Languages::total_orders', 'Created orders'),
('Languages::total_paid_orders', 'Paid orders'),
('Languages::total_period_payout', 'Total sales period payout'),
('Languages::total_price', 'Total price'),
('Languages::total_product_cost', 'Total product cost'),
('Languages::total_replies', 'Total Replies'),
('Languages::total_results', 'Total results'),
('Languages::total_spent_money', 'Total spend'),
('Languages::total_unpaid_balance', 'Total unpaid balance'),
('Languages::to_all_subcats', 'Apply to all subcategories'),
('Languages::to_date', 'Date through'),
('Languages::to_fixed', 'to fixed amount'),
('Languages::to_percentage', 'to percentage of the original price'),
('Languages::tpe', 'TPE'),
('Languages::track', 'Track'),
('Languages::tracking_num', 'Tracking number'),
('Languages::tracking_number', 'Tracking number'),
('Languages::tracks', 'Identifier'),
('Languages::track_inventory', 'Track inventory'),
('Languages::track_inventory_tooltip', 'When inventory is tracked, the number of products in stock will decrease after each purchase.'),
('Languages::track_my_order', 'Track my order(s)'),
('Languages::track_on_carrier_site', 'Track on website'),
('Languages::track_orders', 'Track orders'),
('Languages::track_request_subj', 'Order tracking'),
('Languages::track_without_options', 'Track without options'),
('Languages::track_with_options', 'Track with options'),
('Languages::TransactionDateTime', 'TransactionDateTime'),
('Languages::transaction_approved', 'Transaction approved'),
('Languages::transaction_cancelled', 'Transaction was canceled'),
('Languages::transaction_datetime', 'Transaction date'),
('Languages::transaction_declined', 'Transaction declined'),
('Languages::transaction_id', 'Transaction ID'),
('Languages::transaction_key', 'Transaction key'),
('Languages::transaction_password', 'Transaction password'),
('Languages::transaction_type', 'Transaction type'),
('Languages::transaction_url', 'Transaction URL'),
('Languages::translate', 'Translate'),
('Languages::translations', 'Translations'),
('Languages::trash_category', 'Trash category'),
('Languages::trash_category_description', 'When a product is deleted from the last category in the store, it will be moved to this category.'),
('Languages::tree', 'Tree'),
('Languages::trial', 'Trial'),
('Languages::trial_expired', 'Your [product] trial period has expired'),
('Languages::trial_mode_mve_disabled', 'Trial mode is not available anymore since you have a valid license activated for this installation'),
('Languages::trial_mode_ult_disabled', 'Trial mode cannot be activated'),
('Languages::trial_notice', 'Your store is in the Trial mode.<br /><br />When the 30-day trial period expires, you\'ll have to enter a valid license number to be able to manage your store.<br /><br />To dismiss this message permanently, and to access to the Administration panel after the trial period is over, purchase a license and <a class=\"cm-dialog-opener cm-dialog-auto-size\" data-ca-target-id=\"store_mode_dialog\">activate the Full mode</a>.'),
('Languages::true', 'True'),
('Languages::ttc_abt__ut2.menu_with_icons.desc', 'ttc_abt__ut2.menu_with_icons.desc'),
('Languages::ttc_abt__ut2.menu_with_icons.dropdown', 'ttc_abt__ut2.menu_with_icons.dropdown'),
('Languages::ttc_abt__ut2.menu_with_icons.icon', 'ttc_abt__ut2.menu_with_icons.icon'),
('Languages::ttc_abt__ut2.menu_with_icons.label', 'ttc_abt__ut2.menu_with_icons.label'),
('Languages::ttc_abt__ut2.menu_with_icons.label_background', 'ttc_abt__ut2.menu_with_icons.label_background'),
('Languages::ttc_abt__ut2.menu_with_icons.label_color', 'ttc_abt__ut2.menu_with_icons.label_color'),
('Languages::ttc_abt__ut2.menu_with_icons.text', 'ttc_abt__ut2.menu_with_icons.text'),
('Languages::ttc_abt__ut2.menu_with_icons.text_position', 'ttc_abt__ut2.menu_with_icons.text_position'),
('Languages::ttc_ab__lc.catalog.icon', 'ttc_ab__lc.catalog.icon'),
('Languages::ttc_ab__lc.catalog.image_control', 'ttc_ab__lc.catalog.image_control'),
('Languages::ttc_ab__lc.control_subcategory_structure.inherit_control', 'ttc_ab__lc.control_subcategory_structure.inherit_control'),
('Languages::ttc_ab__lc.control_subcategory_structure.menu_id', 'ttc_ab__lc.control_subcategory_structure.menu_id'),
('Languages::ttc_ab__lc.landing_category.landing', 'ttc_ab__lc.landing_category.landing'),
('Languages::ttc_ab__lc.landing_category.subsubcategories', 'ttc_ab__lc.landing_category.subsubcategories'),
('Languages::ttc_ab__search_motivation.default_search_phrases', 'ttc_ab__search_motivation.default_search_phrases'),
('Languages::ttc_ab__search_motivation.search_phrases', 'ttc_ab__search_motivation.search_phrases'),
('Languages::ttc_addons.form_builder.email_subject_field', 'Fields of type \"Select box\" or \"Input field\" can be used'),
('Languages::ttc_addons.paypal.rma.perform_refund', 'A refund will be made once an administrator changes the return request status'),
('Languages::ttc_addons.paypal.status_for_new_orders', 'All orders with a PayPal payment method get this status until the response from PayPal (an IPN message) arrives or a customer returns to the store via a link on the PayPal site.'),
('Languages::ttc_hybrid_auth.linkedin_api_version', 'LinkedIn <a target=\"_blank\" href=\"https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/migration-faq?context=linkedin/consumer/context\">deprecated API v1</a>, but old apps still use it. If you\'re configuring LinkedIn app for the first time now, use API v2. Old LinkedIn apps configured some time ago may still be using v1.'),
('Languages::ttc_mobile_app.appfulldescription', 'Application full description (up to 4000 symbols)'),
('Languages::ttc_mobile_app.appname', 'Application name (up to 30 symbols)'),
('Languages::ttc_mobile_app.appshortdescription', 'Application short description (up to 80 symbols)'),
('Languages::ttc_mobile_app.privacypolicyurl', 'URL of the Privacy Policy page of your store'),
('Languages::ttc_mobile_app.pushnotifications', 'Push notifications'),
('Languages::ttc_mobile_app.shopname', 'Shop Name'),
('Languages::ttc_mobile_app.supportemail', 'Will be displayed in \'about app\' section'),
('Languages::ttc_ogone.sha_in', 'The SHA-IN pass phrase is set on the Ingenico administration panel on the <b>Data and origin verification</b> tab.'),
('Languages::ttc_ogone_web.sha_out', 'The SHA-OUT pass phrase is set on the Ingenico administration panel on the <b>Transaction feedback</b> tab.'),
('Languages::ttc_page_title', 'Page title displayed on a browser panel.'),
('Languages::ttc_paypal_logo', 'Use a valid graphics format, such as .gif, .jpg, or .png. Limit the image to 190 pixels wide by 60 pixels high. PayPal crops images that are larger. PayPal places your logo image at the top of the cart review area.'),
('Languages::ttc_paypal_use_in_context_checkout', 'In-Context Checkout will not be used when the store is running in Widget mode'),
('Languages::ttc_popularity', 'Product popularity rating based on how many times the storefront has been viewed, number of additions to cart and number of purchases.'),
('Languages::ttc_post_description', 'Use the &lt;!--CUT--&gt; tag (switch to source code to insert it) to hide part of the post. Only the part above the tag is shown in the list of all posts.<br /><br />Make sure to <strong>close all HTML tags</strong> above the &lt;!--CUT--&gt; tag!'),
('Languages::ttc_product_feature.feature_style', 'Determines the look of this feature on the product page.'),
('Languages::ttc_product_feature.filter_style', 'Determines the look of a filter by this feature on the product list. Filters make it easier for customers to find a product with the desired feature value. You\'ll be able to create a filter after you create a feature.'),
('Languages::ttc_product_feature.purpose', 'Determines how you and your customers will be able to use this feature.'),
('Languages::ttc_search_words', 'Enter a few words here, and the product will appear in the results of the built-in search for those words, even if the product name or description doesn\'t have them. Separate different search words by commas.'),
('Languages::ttc_shippings.can.contract_id', 'Contract ID is required to obtain discounted rates for commercial customers when the Customer number is specified. Contract ID must be omitted for Solutions for Small Business members or general business users'),
('Languages::ttc_shippings.can.customer_number', 'Customer number is required for commercial customers and Solutions for Small Business members to get discounted rates if parcel is mailed on behalf of customer'),
('Languages::ttc_shippings.can.option_cov', 'Requires amount'),
('Languages::ttc_storefront_url', 'All the storefronts domain names must be associated with the same IP-address. Note: Switch to \"All stores\" to edit'),
('Languages::ttc_stores_status', 'ON—the storefront is open; everyone will see it. OFF—the storefront is closed; only those who have the access key will be able to see it.'),
('Languages::ttc_vendor_debt_payout.payout_overdue_limit', 'Payments for plans are drawn from the vendor\'s account balance. If the balance gets negative after the fee is taken, and this period expires, the vendor\'s administration panel will not allow to perform any actions until the vendor pays the debt.'),
('Languages::ttc_vendor_debt_payout.vendor_debt_limit', 'When a vendor\'s balance is negative and reaches this number, the vendor\'s administration panel will not allow to perform any actions. When a vendor\'s negative balance is half this number, the vendor will see the warning specified in the \"vendor_debt_payout.debt_near_limit_message\" language variable.'),
('Languages::tts_activate_menu_tab_for', 'The menu item will be shown activated for the specified dispatch.'),
('Languages::tts_generate_submenu', 'The submenu will include child elements of the selected object.'),
('Languages::tts_link_text', 'Target URL. May be an external URL, an inner store URL or a dispatch.'),
('Languages::tts_menu_user_class', 'User-defined CSS class will be added to the menu item, so this will allow to define the menu item with its own CSS style.'),
('Languages::tt_addons_abt__unitheme2_views_abt__ut2_buy_together_generate_description', 'tt_addons_abt__unitheme2_views_abt__ut2_buy_together_generate_description'),
('Languages::tt_addons_abt__unitheme2_views_abt__ut2_buy_together_generate_name', 'tt_addons_abt__unitheme2_views_abt__ut2_buy_together_generate_name'),
('Languages::tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.friday', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.friday'),
('Languages::tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.monday', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.monday'),
('Languages::tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.nofollow', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.nofollow'),
('Languages::tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.position', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.position'),
('Languages::tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.saturday', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.saturday'),
('Languages::tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.sunday', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.sunday'),
('Languages::tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.thursday', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.thursday'),
('Languages::tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.tuesday', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.tuesday'),
('Languages::tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.url', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.url'),
('Languages::tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.wednesday', 'tt_addons_ab__category_banners_views_ab__category_banners_update_ab__cb.form.wednesday'),
('Languages::tt_addons_ab__category_banners_views_ab__category_banners_update_image', 'tt_addons_ab__category_banners_views_ab__category_banners_update_image'),
('Languages::tt_addons_ab__motivation_block_views_ab__motivation_block_update_image', 'tt_addons_ab__motivation_block_views_ab__motivation_block_update_image'),
('Languages::tt_addons_ab__video_gallery_hooks_products_tabs_content_post_ab__vg.form.replace_image', 'tt_addons_ab__video_gallery_hooks_products_tabs_content_post_ab__vg.form.replace_image'),
('Languages::tt_addons_newsletters_views_mailing_lists_update_from_email', 'Email of a sender.'),
('Languages::tt_addons_newsletters_views_mailing_lists_update_from_name', 'Name of a sender (e.g. company name).'),
('Languages::tt_addons_newsletters_views_mailing_lists_update_reply_to', 'Email to send replies to.'),
('Languages::tt_addons_newsletters_views_newsletters_update_more_subjects', 'If several subjects are specified, email subject is randomly picked from this list.'),
('Languages::tt_addons_newsletters_views_newsletters_update_users', 'If the message text contains the unsubscribe link, it will be empty for these users.'),
('Languages::tt_addons_paypal_settings_partial_refund_action_order_status', 'Determines whether or not to change the order status automatically after a partial refund via PayPal.'),
('Languages::tt_addons_polls_hooks_pages_tabs_content_post_poll_results', 'Message that is displayed in the storefront after the poll is completed.'),
('Languages::tt_addons_seo_views_seo_redirects_manage_seo.old_url', 'For example, if your URL is <b>http://example.com/path/to/object</b>, you need to enter <b>/path/to/object</b>'),
('Languages::tt_addons_store_locator_views_store_locator_update_store_locator.main_destination', 'Determines the shipping rates for this pickup point. The rates are specified on the shipping method editing page. If you don\'t select a rate area for a pickup point, then the pickup point won\'t appear at checkout.'),
('Languages::tt_addons_store_locator_views_store_locator_update_store_locator.show_to', 'Allows you to offer this pickup point to the residents of other rate areas at checkout.'),
('Languages::tt_addons_vendor_locations_hooks_companies_shipping_address_post_vendor_locations.location', 'The address that will be used to determine the position on Google Maps.'),
('Languages::tt_mobile_app.crop_when_resize', 'If ticked, some part of an image might be lost (cut out) when it\'s resized, otherwise transparent borders might be added.'),
('Languages::tt_mobile_app.m_app_icon', '1024 x 1024 (the big one is because it\'s Apple requirement, please note that it should look fine even if resized to 256x256)'),
('Languages::tt_mobile_app.m_app_notification_icon', '(192 x 192) Push notification icon (Android)'),
('Languages::tt_mobile_app.m_app_splash_landscape', 'Recommended image size 2208x1536. It is displayed when you start the application on your mobile phone'),
('Languages::tt_mobile_app.m_app_splash_portrait', 'Recommended image size 1536x2208. It is displayed when you start the application on your mobile phone'),
('Languages::tt_mobile_app.m_app_store_logo', '(1024 x 500). It\'s the image shown in the Google Play page of your application, see \"Feature Graphic\" section <a href=\"https://support.google.com/googleplay/android-developer/answer/1078870?hl=en\" target=\"_blank\">here</a>'),
('Languages::tt_mobile_app.services_config', 'Upload the google-services.json file that was generated when you added an Android application in Firebase.'),
('Languages::tt_views_block_manager_update_block_override_by_this', 'If you save the block with this option checked, the current block content value will override the content of this block everywhere it is used in the cart'),
('Languages::tt_views_block_manager_update_block_width', 'Block width works for blocks located in the group having horizontal direction, for other cases this parameter does not work.'),
('Languages::tt_views_block_manager_update_location_default', 'One location must be picked as default. Its Top and Bottom containers will be used in all locations.'),
('Languages::tt_views_block_manager_update_location_head_custom_html', 'This HTML code will be put between &lt;head&gt;&lt;/head&gt; tags'),
('Languages::tt_views_cart_components_carts_search_form_online_only', 'If enabled, search results include only users who are online at the moment.'),
('Languages::tt_views_categories_update_product_details_layout', 'By default, the template that is defined in the appearance settings of the storefront is used'),
('Languages::tt_views_currencies_update_after_sum', 'If enabled, the symbol of the currency is shown after the sum.'),
('Languages::tt_views_currencies_update_decimals', 'Number of digits after the decimal sign.'),
('Languages::tt_views_currencies_update_dec_sign', 'Decimal separator.'),
('Languages::tt_views_currencies_update_ths_sign', 'Thousand separator.'),
('Languages::tt_views_database_manage_backup_data', 'If enabled, the database backup file includes the actual table data.'),
('Languages::tt_views_database_manage_backup_schema', 'If enabled, the database backup file keeps the table structure.'),
('Languages::tt_views_exim_export_output', 'Choose an action on the file: \"Direct download\" - to save the file on the local computer, \"Screen\" - to display the file\'s contents, \"Server\" - to save the file on the server file system.'),
('Languages::tt_views_languages_manage_language_code', 'Two-letter code of the language.'),
('Languages::tt_views_languages_update_country', 'The flag of this country will be used as language icon.'),
('Languages::tt_views_orders_components_orders_search_form_customer_files', 'If enabled, the search results will contain the orders for which customers loaded their own files.'),
('Languages::tt_views_pages_components_pages_link_page_target_url', 'The URL to redirect customers to'),
('Languages::tt_views_pages_components_pages_link_page_url', 'The page inner URL'),
('Languages::tt_views_payments_update_surcharge_title', 'Leave empty to use the \'Payment surcharge\' as a title'),
('Languages::tt_views_payments_update_taxes', 'If payment surcharge is taken from vendors, taxes are not calculated'),
('Languages::tt_views_payments_update_template', 'Template responsible for displaying supplementary fields for the payment method.'),
('Languages::tt_views_products_components_products_shipping_settings_free_shipping', 'Products with the Free shipping option enabled will be excluded from shipping calculation if shipping method has the Use for free shipping option enabled'),
('Languages::tt_views_products_components_products_shipping_settings_items_in_box', 'Use this field to define the minimum and maximum number of product items to be shipped in a separate box. Enter a non-zero value and specify the box dimensions below.'),
('Languages::tt_views_products_components_products_shipping_settings_weight', 'Non-downloadable products with zero weight are handled as having minimal possible non-zero weight'),
('Languages::tt_views_products_update_categories', 'Categories to be displayed in the navigation breadcrumbs.'),
('Languages::tt_views_products_update_inventory', 'Track in stock product quantity. Enable the \"Enable inventory tracking\" option (Settings -> General) to modify.'),
('Languages::tt_views_products_update_list_price', 'Manufacturer suggested retail price.'),
('Languages::tt_views_products_update_out_of_stock_actions', '\'Buy in advance\' lets customers buy out-of-stock products and products that will be available since a specific date. \'Sign up for notification\' works only when the product has zero or negative quantity.'),
('Languages::tt_views_products_update_product_details_layout', 'By default, the template that is defined in the settings of the main product category is used'),
('Languages::tt_views_product_features_update_feature_display_on_catalog', 'Show this feature on product list pages along with product description.'),
('Languages::tt_views_product_features_update_feature_display_on_product', 'If enabled, the product feature is displayed on the product details page in the storefront'),
('Languages::tt_views_product_features_update_prefix', 'An affix that precedes the product feature.'),
('Languages::tt_views_product_features_update_suffix', 'An affix that follows the product feature.'),
('Languages::tt_views_product_options_update_incorrect_filling_message', 'Message that is displayed if the entered data is incorrect.'),
('Languages::tt_views_product_options_update_inner_hint', 'A note that indicates the value to be entered.'),
('Languages::tt_views_product_options_update_inventory', 'If enabled, the option is taken into account when forming the product inventory.'),
('Languages::tt_views_product_options_update_regexp', 'Regular expression specifying a pattern to match.'),
('Languages::tt_views_promotions_update_stop_other_rules', 'If enabled, the other promotions are not applied.'),
('Languages::tt_views_sales_reports_table_time_interval', 'Periods to analyze (day, week, month, year).'),
('Languages::tt_views_sales_reports_update_table_dependence', 'Parameter to sort values by. It should relate to the Value to display param (e.g. Product costs—Total cost or Number of products—Number of items).'),
('Languages::tt_views_sales_reports_update_table_limit', 'Max number of chart components.'),
('Languages::tt_views_shippings_components_services_ups_ship_ups_pickup_type', '<p>Select \"Daily Pickup\" to calculate the delivery cost according to Daily Rates.</p><p>Select \"One Time Pickup\", \"Letter Center\", or \"Air Service Center\" to calculate the delivery cost according to Retail Rates.</p>'),
('Languages::tt_views_shippings_update_delivery_time', 'The delivery time appears next to the name of the shipping method. If you use realtime shipping rate calculation, your shipping service may provide its own delivery time. The time provided by the shipping service will be displayed instead of the time you specify here.'),
('Languages::tt_views_shippings_update_use_for_free_shipping', 'Exclude products with the enabled Free shipping option from the shipping price calculation'),
('Languages::tt_views_site_layout_logos_alt_text', 'Leave empty to use company name as alternative text.'),
('Languages::tt_views_storage_cdn_cname', 'Domain name that you want to use instead of the CloudFront domain name for the URLs for your files. You also need to create a CNAME record with your DNS service to route queries to CloudFront host (it will be displayed on this page after you enter account information).'),
('Languages::tt_views_storage_cdn_key', 'AWS Access Key ID. See <a href=\"http://amzn.to/1sT9aw0\" target=\"_blank\">http://amzn.to/1sT9aw0</a> to learn how to get key and secret key.'),
('Languages::tt_views_taxes_update_regnumber', 'Registration number of this tax in the store.'),
('Languages::turkish', 'Turkish'),
('Languages::txn_id', 'Transaction ID'),
('Languages::type', 'Type'),
('Languages::type_comment', 'Type comments here'),
('Languages::type_comments_here', 'You can leave us a comment here'),
('Languages::type_to_create', 'Type to create...'),
('Languages::type_to_search', 'Type to search...'),
('Languages::type_to_search_or_click_button', 'Type to search, or click the button on the right for advanced search'),
('Languages::uc_addon_package_files_do_not_match_schema', 'Package contains files that were not described in schema or schema has links to missing files'),
('Languages::uc_addon_package_forbidden_path', 'Forbidden: Add-on tries to upgrade core files ([path])'),
('Languages::uc_addon_package_languages_forbidden', 'Package contains languages that were not described in schema or schema has links to missing languages files'),
('Languages::uc_addon_package_migrations_forbidden', 'Package contains migrations that were not described in schema or schema has links to missing migration files'),
('Languages::uc_addon_package_pre_post_scripts_mismatch', 'Package contains pre/post scripts that were not described in schema or schema has links to missing files'),
('Languages::uc_backup_info_subj', 'Upgrade Center: Store has been backed up and closed.'),
('Languages::uc_broken_upgrade_connector', 'Upgrade connector [connector_id] returned incorrect data'),
('Languages::uc_connector_not_found', 'Upgrade connector not found'),
('Languages::uc_copy_files', 'Copy files'),
('Languages::uc_downloaded_and_ready', 'Upgrade package has been downloaded and ready to install'),
('Languages::uc_execute_validator', 'Execute \"[validator]\" validator'),
('Languages::uc_info_subj', 'Upgrade Center: Store has been closed.'),
('Languages::uc_install_languages', 'Install languages'),
('Languages::uc_migration_failed', 'An error has occured during upgrading database structure (applying migration [migration]).'),
('Languages::uc_ok', 'OK'),
('Languages::uc_open_store_email_body', '<p>Before the upgrade, your store was closed. Check if it\'s running fine after the upgrade and <a href=\"[settings_section]\">open it</a>.</p>'),
('Languages::uc_package_schema_is_not_json', 'Package schema is not a valid JSON'),
('Languages::uc_package_schema_not_found', 'Package content schema not found'),
('Languages::uc_restore_email_body', '<p>Your store\'s database and files has been backed up before the upgrade. The backup archive includes the whole database and all files except for images. The backup archive has been stored on your server: [backup_file].</p><p>Before the upgrade, your store was closed. Check if it\'s running fine after the upgrade and <a href=\"[settings_section]\">open it</a>.</p><p>If something goes wrong during the upgrade, go to your admin panel, <strong>Administration → Backup/Restore</strong>, to restore the backup.</p><p>If you can\'t access your admin panel, use the following link to restore the last backup. <b>Important:</b> following this link will immediately launch the restore process. Use it only if you can\'t access your admin panel! Restore the last backup:</p>'),
('Languages::uc_restore_email_subject', 'Upgrade center: Store has been backed up and closed.'),
('Languages::uc_run_migrations', 'Run migrations'),
('Languages::uc_searchanise_disabled', 'The Searchanise add-on was automatically disabled during upgrade to avoid false search results. Activate it at any time on the <a href=\"[url]\">Add-ons</a> page.'),
('Languages::uc_title_validators', 'Upgrade package validators'),
('Languages::uc_unable_to_read_schema', 'Unable to read package schema (schema.json)'),
('Languages::uc_upgrade_progress', 'Upgrade progress'),
('Languages::uk_cookies_law', 'Cookies are used on this site to provide the best user experience. If you continue, we assume that you agree to receive cookies from this site. <span class=\"button button-wrap-left\"><span class=\"button button-wrap-right\"><a rel=\"nofollow\" href=\"[url]\">OK</a></span></span>'),
('Languages::ultimate_license', '[product] Ultimate'),
('Languages::ultimate_license_required', '[product] Ultimate is required for this'),
('Languages::ultimate_or_storefront_license_required', 'This action requires [product] Ultimate or an additional Storefront License'),
('Languages::ultimate_or_storefront_license_required.ult', 'This action requires [product] Ultimate or an additional Storefront License'),
('Languages::ultimate_or_storefront_license_required.ult.b2b', 'This action requires [product] Ultimate or an additional Storefront License'),
('Languages::ultimate_or_storefront_license_required.ult.b2b.new', 'This action requires [product] Ultimate or an additional Storefront License'),
('Languages::ultimate_or_storefront_license_required.ult.b2b.ultimate', 'This action requires [product] Ultimate or an additional Storefront License'),
('Languages::ultimate_or_storefront_license_required.ult.new', 'This action requires [product] Ultimate or an additional Storefront License'),
('Languages::ultimate_or_storefront_license_required.ult.ru', 'This action requires [product] Ultimate'),
('Languages::ultimate_or_storefront_license_required.ult.ru.new', 'This action requires [product] Ultimate'),
('Languages::ultimate_or_storefront_license_required.ult.ru.ultimate', 'This action requires [product] Ultimate'),
('Languages::ultimate_or_storefront_license_required.ult.ultimate', 'This action requires [product] Ultimate or an additional Storefront License'),
('Languages::ult_shared_with', 'Shared with:'),
('Languages::ult_share_users_setting_disabled', 'The setting value can not be changed as identical email addresses are registered in your store.'),
('Languages::unable_delete_storefront_orders_exists', 'Unable to delete this storefront because there are orders containing the products of this storefront in the store database. To delete the storefront, please delete all such orders first.'),
('Languages::unable_delete_vendor_orders_exists', 'Unable to delete this vendor account because there are orders containing the products of this vendor in the store database. To delete the account, please delete all such orders first.'),
('Languages::unable_to_assign_usergroup', 'Unable to assign the usergroup. Please contact the shop administrator.'),
('Languages::unable_to_check_license', 'Unable to check your license number'),
('Languages::unable_to_create_status', 'Couldn\'t create a new status'),
('Languages::unable_to_delete_last_storefront', 'At least one storefront must remain'),
('Languages::unable_to_delete_setting_description', 'Unable to delete setting description: [reason]'),
('Languages::unable_to_delete_setting_variant', 'Unable to delete setting_variant: [reason]'),
('Languages::unable_to_read_resource', 'Unable to read resource: [file]'),
('Languages::unable_to_unpack_file', 'Unable to decompress file'),
('Languages::unable_to_update_setting_description', 'Unable to set description: [reason]'),
('Languages::unable_to_update_setting_value', 'Unable to set value: [reason]'),
('Languages::ungroupped_features', 'Ungrouped features'),
('Languages::unidentified', 'Unidentified'),
('Languages::uninstall', 'Uninstall'),
('Languages::unique_html_block', 'Unique HTML block'),
('Languages::unit', 'Unit'),
('Languages::united_kingdom', 'United Kingdom'),
('Languages::unit_price', 'Unit price'),
('Languages::unknown', 'Unknown'),
('Languages::unknown_server_response', 'Unknown server response'),
('Languages::unmark', 'Unmark'),
('Languages::unregistered_customer', 'Unregistered customer'),
('Languages::unregistered_customer_short', 'Unregistered'),
('Languages::unselect_all', 'Unselect all'),
('Languages::unset_tax_to_products', 'Remove selected taxes from all products'),
('Languages::unsubscribe', 'Unsubscribe'),
('Languages::unsubscribe_key', 'Unsubscribe key'),
('Languages::unsubscribe_link', 'Unsubscribe link'),
('Languages::unsupported_browser_notice', '<p>We have detected that the browser you are using is not fully supported by our Admin Panel. You can view this site using your current browser but it may not display properly, and you may not be able to fully use all features.</p><br><p>Admin Panel is best viewed using the following browsers:</p><br><ul><li>&ndash; <a href=\"http://www.mozilla.org/en-US/\" target=\"_blank\">Mozilla Firefox (latest version)</a></li><li>&ndash; <a href=\"https://www.google.com/intl/en/chrome/browser/\" target=\"_blank\">Google Chrome (latest version)</a></li><li>&ndash; <a href=\"https://www.microsoft.com/en-us/edge\" target=\"_blank\">Microsoft Edge (latest version)</a></li><li>&ndash; <a href=\"https://www.apple.com/safari/\" target=\"_blank\">Safari (latest version)</a></li></ul><br><p>Click on one of the links to download the browser of your choice. Once the download has completed, install the browser by running the setup program.</p><br><p>If you cannot upgrade your browser now, you can still access Admin Panel, but you may not be able to fully use all features.<br><br><a href=\"[url]\">Continue</a></p>'),
('Languages::unverified', 'Unverified'),
('Languages::up', 'Up'),
('Languages::update', 'Update'),
('Languages::updated_last', 'Updated in the last'),
('Languages::updates', 'Updates'),
('Languages::updates_subscription', 'updates and promotions subscription'),
('Languages::update_addon', 'Update add-on'),
('Languages::update_available', 'Update available'),
('Languages::update_categories', 'Update categories'),
('Languages::update_current_layout', 'Update current layout'),
('Languages::update_customer_info', 'Update customer information'),
('Languages::update_datafeed', 'Editing data feed'),
('Languages::update_existing_products_only', 'Update existing products only'),
('Languages::update_existing_products_only_tooltip', 'If you enable this setting, products that don\'t exist in the database of your store will be skipped during import.'),
('Languages::update_for_all_act', 'New value will be saved for ALL stores which share this item. Click to save it only for the owner-store.'),
('Languages::update_for_all_dis', 'New value will be saved ONLY for the owner-store. Click to save it for all stores which share this item.'),
('Languages::update_for_all_hid_act', 'Click to cancel field update.'),
('Languages::update_for_all_hid_dis', 'Click to enter a new field value to update in all stores when saving item.'),
('Languages::update_group', 'Update group'),
('Languages::update_notification.approve_vendors_notification', '<p>Previously, administrators had to check each and every vendor that registered in the marketplace. They manually approved those vendors to make them appear on the storefront and/or grant them access to the admin panel. There was no way for a vendor to start working in the marketplace (at least in the admin panel) immediately after registration.</p><p>Now vendors get access to the admin panel immediately after registration, as long as you allow automatic creation of administrator accounts for them. By default, vendors still require approval before they and their products appear on the storefront. But you can lift that restriction in the settings of the \"Vendor data premoderation\" add-on.</p><p><a href=\"[url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">View moderation settings</a></p>'),
('Languages::update_notification.approve_vendors_notification_title', 'Simplified vendor approval flow'),
('Languages::update_notification.order_conversations_moved_to_message_center_message', '<p>Previously, customers could send you messages about orders via the \"Comments and reviews\" add-on. Since then, we have added a new add-on called \"Message center\". Unlike the old \"Comments and reviews\", the new \"Message center\" was designed for two-way communication. Administrators see the context of each message and receive notifications about new messages.</p><p>That\'s why we moved the order communication functionality along with your communication history from \"Comments and reviews\" to the \"Message center\" add-on. You don\'t need to do anything about it, but you can check where your messages are now. Like before, you can access order messages on the pages of individual orders, or in the <b>Customers → Message center</b> menu.</p><p><a href=\"[url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">View Message Center</a></p>'),
('Languages::update_notification.order_conversations_moved_to_message_center_title', 'Order conversations moved to Message Center'),
('Languages::update_notification.remove_percentage_surcharges_from_all_shipping_methods_message', '<p>Starting with version 4.12.1, shipping methods no longer support \"a percentage of order total\" surcharges. During the upgrade, this type of surcharge has been removed from the following shipping methods:</p><ul>[shipping_methods]</ul><p>Please check these shipping methods and make sure that their rates and surcharges are correct.</p>'),
('Languages::update_notification.remove_percentage_surcharges_from_all_shipping_methods_title', 'Shipping methods: Percent surcharges no longer supported'),
('Languages::update_notification.upgrade_to_version_4.13.1', '<ul><li><b>PayPal Commerce Platform and Stripe Connect</b> in Multi-Vendor now allow you to hold vendors\' money for a while. That way, you can check the orders and make sure that everything is ok before releasing the funds to vendors. Check the payment method settings for more information.</li><br><li><b>Product reviews</b> now have votes, photos, replies from sellers, and more. This is achieved by the new \"Product reviews\" add-on. To get the new functionality, just install the add-on, and we\'ll guide you through the rest of the process.</li><br><li><b>Message center</b> now handles communication about orders. Previously, it was handled by the \"Comments and reviews\" add-on. We\'re planning to make Message Center the hub for all communications.</li><br><li><b>The \"Add-ons → Manage add-ons\" page</b> has been reworked to make dealing with third-party add-ons easier. More changes may follow; the ultimate goal is to make upgrades easier, even if you have multiple third-party add-ons installed.</li><br><li><b>The admin panel interface</b> has been updated: the bulk selection of objects everywhere now works like the bulk selection in the list of products. That\'s a step towards simplifying the interface, and making it better for mobile devices.</li><br><li><b>A technical change:</b> jQuery UI was updated to version 1.12.1 to improve security and how search engines see and rank the site.</li></ul>'),
('Languages::update_notification.upgrade_to_version_4.13.1_title', 'The most important changes in version 4.13.1'),
('Languages::update_period_expired', '<p class=\"text-error\">Your upgrade subscription has expired, so this software upgrade cannot be installed. You can prolongate your subscription in the <a href=\"[url]\">Customer Help Desk</a>.</p><p>Please note that it is not mandatory: you can continue using this software with no limitation even without an upgrade subscription.</p>'),
('Languages::update_products', 'Update products'),
('Languages::update_profile', 'Update profile'),
('Languages::update_profile_notification', 'Your profile has been updated.'),
('Languages::update_profile_notification_header', 'Your profile has been updated'),
('Languages::update_status', 'Update status'),
('Languages::update_text', 'Update text'),
('Languages::update_totals_and_inventory', 'Update totals and inventory'),
('Languages::update_to_version', 'Update to [version]'),
('Languages::update_translation', 'Update translations'),
('Languages::updating', 'Updating'),
('Languages::updating_links', 'Updating links'),
('Languages::upgrade', 'Upgrade'),
('Languages::upgraded_on', 'Upgraded on'),
('Languages::upgrades', 'Upgrades ([n])'),
('Languages::upgrade_and_update_addon', 'Upgrade [product] and update the add-on'),
('Languages::upgrade_center', 'Upgrade center'),
('Languages::upgrade_center.apply_migration_failed', '<p>Please restore the pre-upgrade backup manually or via a link sent to your email address, then contact our technical support.</p><br><p>Tech details: Couldn\'t complete migration [migration]. Reason: [error].</p><p>Completed migrations: [processed_count] out of [total_count].</p>'),
('Languages::upgrade_center.error_unable_to_prepare_restore', 'Unable to prepare restore script.'),
('Languages::upgrade_center.filehash_check_failed', 'Upgrade is impossible due to file integrity check error. Please contact the technical support team.'),
('Languages::upgrade_center.skip_backup', 'Skip files and database backup'),
('Languages::upgrade_center.upgrades_are_not_available_in_trial', 'Upgrades are available only in <strong>Full</strong> and <strong>Free</strong> licensing modes.<br /><br />The licensing mode can be changed under Settings → <a class=\"cm-dialog-opener cm-dialog-auto-size\" data-ca-target-id=\"store_mode_dialog\">Licensing mode</a>.'),
('Languages::upgrade_center.upgrade_process_failed', 'Upgrade process of your store has failed'),
('Languages::upgrade_center.validation_issue', 'Validation issue'),
('Languages::upgrade_center.validator_fail_result', 'Validator \"[validator_name]\" returned fail status'),
('Languages::upgrade_center.warning_msg_after_upgrade', 'After the upgrade, check the basic functionality of your store.'),
('Languages::upgrade_center.warning_msg_executed_php', '<p class=\"text-error\">We have started a dummy PHP script. It will be working during 6 minutes. When the check is finished, we\'ll tell you if the PHP script\'s timeouts can be set correctly. If yes, then you are good to go with the upgrade. Please wait until the check is finished to be sure that your server has correct PHP timeout configuration.</p>'),
('Languages::upgrade_center.warning_msg_generally', 'Generally, the upgrade fails because the PHP script execution is terminated due to your server configuration. It\'s essential to check the PHP script timeout settings on your server'),
('Languages::upgrade_center.warning_msg_specialists', 'If you are not familiar with technical aspects of CS-Cart and the upgrade process, we strongly recommend that you <a href=\"[upgrade_center_specialist]\" target=\"_blank\">hire a specialist</a> or <a href=\"[upgrade_center_team]\" target=\"_blank\">ask our support team</a> to upgrade your store for you.'),
('Languages::upgrade_center.warning_msg_test_local', 'Upgrade the test copy of your store first to make sure that the upgrade will go smoothly.'),
('Languages::upgrade_center.warning_msg_third_party_add_ons', 'The upgrade doesn\'t update third-party add-ons. That\'s why we recommend that you disable all the third-party add-ons before the upgrade.'),
('Languages::upgrade_center.warning_msg_timeout_check_failed', 'Your server has wrong PHP script timeout settings. This could be due to restrictions on the PHP <a href=\"http://php.net/manual/en/function.set-time-limit.php\" target=\"_blank\">set_time_limit</a> function or FastCGI \"Timeout\" options. We recommend you to contact your hosting provider in order to resolve this issue or contact our tech support team to perform the upgrade for you.'),
('Languages::upgrade_center.warning_msg_timeout_fail', 'We DO NOT recommend to start the upgrade on your server.'),
('Languages::upgrade_center.warning_msg_upgrade_is_complicated', 'The upgrade is a complicated process. It can be failed due to reasons that are beyond our control.<br> To make the upgrade of your store safer, we have prepared tips for you:'),
('Languages::upgrade_center_permission_adjusted_properly', 'All file and folder permissions have been adjusted properly.'),
('Languages::upgrade_fl54_atol_boxberry_text', '<p>The following tools were added to help store owners comply with Federal Law 54 and work with online cash registers:</p><ul><li>The ability to <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/payment_methods/yandex_54fz.html\">send receipt data to Yandex.Checkout</a>.</li><li>The <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/addons/atol_online/\">ATOL Online</a> add-on that integrates CS-Cart with this rent-an-online-cash-register service.</li></ul><p>Other additions:</p><ul><li>An add-on for <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/addons/retailcrm/\">exchanging data with retailCRM</a>;</li><li>An add-on for <a href=\"https://www.cs-cart.ru/docs/4.6.x/user_guide/shipping_and_taxes/shipping_methods/realtime_shipping_methods/boxberry.html\">creating real-time shipping methods that use Boxberry</a>, a Russian shipping service.</li></ul>'),
('Languages::upgrade_fl54_atol_boxberry_title', 'New features of Russian version of CS-Cart 4.6.1: compliance with Federal Law 54, add-ons for retailCRM and Boxberry'),
('Languages::upgrade_flash_player', 'You need to upgrade your Flash Player'),
('Languages::upgrade_is_not_avail', '<p class=\"text-error\">This upgrade is not available for your [product] license. Please contact our <a href=\"[href]\">support team</a> to update your license status.</p>'),
('Languages::upgrade_license', 'Upgrade my license'),
('Languages::upgrade_notice.order_fulfillment_can_use_stores_now.message', '<p>\"Order fulfillment by marketplace\" is the add-on that allows the marketplace to ship products on behalf of vendors and collect money for it. Starting with version 4.14.1, the add-on also supports the scenario when the marketplace collects all the products, and the customer picks up the order from one place.</p><p>Now, if you use the \"Stores and pickup points\" add-on, you can create pickup points that belong to the marketplace under \"Administration → Stores & pickup points\". Note that if a \"Pickup from store\" shipping method belongs to the marketplace, it will only use the pickup points that belong to the marketplace.</p>'),
('Languages::upgrade_notice.order_fulfillment_can_use_stores_now.title', 'Fulfillment by marketplace now works with \"Pickup from store\" shipping method'),
('Languages::upgrade_notification.message_fix_vendor_company_id', 'Under rare circumstances, a vendor\'s administrator could accidentally become unlinked from their vendor. That would allow the administrator to see the orders of other vendors. We took action to prevent unlinking from happening in the future, and also relinked vendors\' admins to vendors where we could.<br><br>However, we couldn\'t reliably link some administrators to vendors. That needs to be done manually. Please select a vendor for the vendor\'s administrators listed below. Just follow the links to their profile pages in the admin panel, select the vendors there, and save your changes. You don\'t have to do it now (you can always do it in \"Customers > Vendor\'s administrators\" later), but the sooner it is done, the better.<br><br>Here are the administrators that need to be assigned to vendors:<br><br><ul>[profiles]</ul>'),
('Languages::upgrade_notification.some_product_features_now_belong_to_marketplace_last_paragraph', '<p>Some of your vendors already used the product features created by other vendors. We\'ve set the <b>Vendor</b> field of those product features to <i>None</i>, to keep them available to other vendors, as before. Click the button to see which features we made available to all vendors.</p><p><a href=\"[updated_features_url]\" target=\"_blank\" class=\"btn btn-large btn-primary\">View updated features</a></p>'),
('Languages::upgrade_notification.some_product_features_now_belong_to_marketplace_message', '<p>Your marketplace allows vendors to create their own product features. This is useful for vendors with unique products or product variations. Previously, a vendor could see and use the product features created by other vendors. Too many features could make this confusing. Now, only the owner of a product feature can use it in their products. You can still make a vendor\'s product feature available to all other vendors: just set the <b>Vendor</b> of that feature to <i>None</i>.</p>[show_changed_features]'),
('Languages::upgrade_notification.some_product_features_now_belong_to_marketplace_title', 'Some vendors\' product features now belong to the marketplace'),
('Languages::upgrade_notification.title_fix_vendor_company_id', 'Action required to ensure data safety: assign admins to vendors'),
('Languages::upgrade_notification_message', '<p class=\'upgrade-center_notice-msg\'>Copy of this message was sent to administrator\'s email.</p><hr>'),
('Languages::upgrade_notification_title', 'Upgrade changes in [product] [version]'),
('Languages::upgrade_notification_welcome_text', '<p class=\"lead\">To help you get started, we’ve compiled the list of what you should check after the upgrade. The full list of changes is in the changelog.</p><p class=\"lead\">If you ever need to check this message later, we’ve also sent a copy to [email].</p>'),
('Languages::upgrade_notification_welcome_title', 'Welcome to [product] [version]!'),
('Languages::upgrade_notification_what_check_first', 'What to check first?'),
('Languages::upgrade_notification_what_else_to_check', 'What else is there to check?'),
('Languages::upload', 'Upload'),
('Languages::uploaded_files', 'Uploaded Files'),
('Languages::upload_addon', 'Upload & install add-on'),
('Languages::upload_another_file', 'Upload another file'),
('Languages::upload_file', 'Upload file'),
('Languages::upload_install', 'Upload & install'),
('Languages::upload_theme', 'Upload theme'),
('Languages::upload_to_ftp', 'Upload to FTP server'),
('Languages::upload_upgrade_package', 'Upload upgrade package'),
('Languages::upload_upgrade_text', 'Uploading upgrade package allows you to apply HotFixes or Add-on upgrades. You can upload an upgrade pack by picking a tgz,gz,zip format archive and clicking Upload.'),
('Languages::upload_via_ftp', 'Upload via FTP'),
('Languages::ups', 'United Parcel Service'),
('Languages::ups_suggested_retail_rates_upgrade_notification_text', '<p>The latest [product] version doesn\'t support the \"Suggested Retail Rates\" Pickup type for the UPS-based shipping methods.</p><p>If you used Suggested Retail Rates before, do this to actualize the delivery cost for your customers:</p><ul><li>Go to Administration → Shipping & taxes → Shipping methods.</li><li>Select the shipping method that uses UPS as a carrier.</li><li>Switch to the Configure tab and select a proper Pickup type: use \"One Time Pickup\", \"Letter Center\", or \"Air Service Center\" to calculate the delivery cost according to Retail Rates</li></ul>'),
('Languages::ups_suggested_retail_rates_upgrade_notification_title', '\"Suggested Retail Rates\" Pickup type for the UPS-based shipping methods is no longer supported'),
('Languages::ups_upgrade_notification_text', '<p><b>UPS Canada: Expedited SM</b> and <b>UPS Polish: Today Intercity</b> shipping services are not supported since this [product] version. If you were using them, do the following:</p><ul><li>go to Administration > Shipping & taxes > Shipping methods</li><li>choose the shipping method that uses UPS as a Carrier to calculate shipping rates</li><li>switch to the General tab and enter the proper Shipping service</li></ul>');
INSERT INTO `partiushop_original_values` (`msgctxt`, `msgid`) VALUES
('Languages::ups_upgrade_notification_title', 'UPS Canada: Expedited SM and UPS Polish: Today Intercity shipping services are no longer supported'),
('Languages::url', 'URL'),
('Languages::url_access_storefront', 'Use the following URL to access the storefront:<br><a href=\"[url]\" target=\"_blank\">[url]</a>'),
('Languages::url_dispatch_part', 'The value of the \"dispatch\" parameter from the URL'),
('Languages::used', 'Used'),
('Languages::user', 'User'),
('Languages::usergroup', 'User group'),
('Languages::usergroups', 'User groups'),
('Languages::usergroups_menu_description', 'List of user groups that exist in your store.'),
('Languages::usergroup_activated', 'User group has been activated'),
('Languages::usergroup_disactivated', 'User group has been deactivated'),
('Languages::usergroup_ids', 'Usergroup ids'),
('Languages::usergroup_must_have_privileges', 'Usergroup must have at least one privilege.'),
('Languages::usergroup_privileges', 'User group privileges'),
('Languages::usergroup_registered', 'Registered users'),
('Languages::usergroup_request_by_customer', 'User group request by customer'),
('Languages::username', 'Username'),
('Languages::users', 'Users'),
('Languages::users_carts', 'Abandoned / Live carts'),
('Languages::users_carts_menu_description', 'Lists of products that have not been purchased for some reason.'),
('Languages::users_menu_description', 'Manage user accounts that are registered at your store.'),
('Languages::user_account_info', 'User account information'),
('Languages::user_account_information', 'User account information'),
('Languages::user_action_request_fail', 'An error has occurred during the attempt to send your request. Please try again or send a message to the following email address: <a href=\"mailto:[email]\">[email]</a>'),
('Languages::user_action_request_success', 'Your request has been sent successfully.'),
('Languages::user_anonymized', 'User has been anonymized.'),
('Languages::user_cannot_be_deleted', 'Sorry, user with id [user_id] can not be deleted.'),
('Languages::user_class', 'User-defined CSS class'),
('Languages::user_data_required', 'Please select a customer or enter data'),
('Languages::user_details_page', 'User details page'),
('Languages::user_group', 'User group'),
('Languages::user_group_ids', 'User group IDs'),
('Languages::user_group_requests', 'User group requests'),
('Languages::user_id', 'User ID'),
('Languages::user_info', 'User information'),
('Languages::user_pin', 'User PIN'),
('Languages::user_profile_info', 'User profile information'),
('Languages::user_settings', 'User settings'),
('Languages::user_type', 'User type'),
('Languages::use_avail_period', 'Use available period'),
('Languages::use_cardinal', 'Use Cardinal Centinel&reg; for 3-D Secure Payer Authentication'),
('Languages::use_comma_enter_to_separate_variants', 'Use a comma or Enter to separate variants.'),
('Languages::use_coupons_commission', 'Coupon commission'),
('Languages::use_current_link', 'Use the current page link'),
('Languages::use_custom_view', 'Use custom view'),
('Languages::use_custom_weight_settings', 'Use custom weight settings'),
('Languages::use_default_block_configuration', 'Use default block configuration'),
('Languages::use_existing_block', 'Use Existing Block'),
('Languages::use_existing_store', 'Copy existing storefront configuration'),
('Languages::use_for_all_new_vendors', 'Use for all new vendors'),
('Languages::use_for_apply_for_vendor_account', 'Apply for a vendor account form'),
('Languages::use_for_checkout', 'Checkout (user information) form'),
('Languages::use_for_discussion', 'Comments and reviews forms'),
('Languages::use_for_form_builder', 'Custom forms'),
('Languages::use_for_free_shipping', 'Use for free shipping'),
('Languages::use_for_login', 'Login form'),
('Languages::use_for_polls', 'Polls'),
('Languages::use_for_register', 'Create and edit profile form'),
('Languages::use_for_re_desk', 'Use for Re:Desk'),
('Languages::use_for_track_orders', 'Track my order form'),
('Languages::use_for_track_product_in_stock', 'In-stock notification subscription form'),
('Languages::use_negotiated_rates', 'Use negotiated rates'),
('Languages::use_new_sha_method', 'Use new SHA signature policy'),
('Languages::use_this_style', 'Use this style'),
('Languages::usps', 'U.S Postal Service'),
('Languages::usps_package_size_large', 'Large'),
('Languages::usps_package_size_regular', 'Regular'),
('Languages::usps_service_certificate_of_mailing', 'Certificate of mailing'),
('Languages::usps_service_certificate_of_mailing_for_firm_mailing_books', 'Certificate of mailing for firm mailing books'),
('Languages::usps_service_certificate_of_mailing_per_individual_article', 'Certificate of mailing per individual article'),
('Languages::usps_service_certified', 'Certified'),
('Languages::usps_service_collect_on_delivery', 'Collect on delivery'),
('Languages::usps_service_delivery_confirmation', 'USPS Tracking/Delivery confirmation'),
('Languages::usps_service_edelivery_confirmation', 'e-Delivery Confirmation'),
('Languages::usps_service_express_mail_insurance', 'Express mail insurance'),
('Languages::usps_service_insurance', 'Insurance'),
('Languages::usps_service_pick_up_on_demand', 'Pick up on demand'),
('Languages::usps_service_registered_mail', 'Registered mail'),
('Languages::usps_service_registered_without_insurance', 'Registered without insurance'),
('Languages::usps_service_registered_with_insurance', 'Registered with insurance'),
('Languages::usps_service_return_receipt', 'Return receipt'),
('Languages::usps_service_return_receipt_electronic', 'Return receipt electronic'),
('Languages::usps_service_return_receipt_for_merchandise', 'Return receipt for merchandise'),
('Languages::usps_service_signature_confirmation', 'Signature confirmation'),
('Languages::usps_size', 'Please specify the package width, height and length for Priority mail, if Package Size is Large only.'),
('Languages::usps_upgrade_notification_text', '<p>The following USPS shipping services are no longer supported:<ul><li>USPS First-Class Mail International Large Envelope</li><li>USPS First-Class Mail International Letter/Postcard</li></ul>All your shipping methods that used these services have been changed to use <b>USPS First-Class Package International Service</b> instead. Please go to <b>Administration → Shipping & taxes → Shipping methods</b> and check the settings of your shipping methods that use USPS.</p>'),
('Languages::usps_upgrade_notification_title', 'Changes to USPS shipping services'),
('Languages::uvdesk_already_account', 'Your account already exist. To manage your tickets please login.'),
('Languages::uvdesk_answered', 'Answered'),
('Languages::uvdesk_closed', 'Closed'),
('Languages::uvdesk_label', 'Label'),
('Languages::uvdesk_mine', 'Mine'),
('Languages::uvdesk_notreplied', 'Notreplied'),
('Languages::uvdesk_open', 'Open'),
('Languages::uvdesk_pending', 'Pending'),
('Languages::uvdesk_resolved', 'Resolved'),
('Languages::uvdesk_spam', 'Spam'),
('Languages::uvdesk_starred', 'Starred'),
('Languages::uvdesk_tickets', 'UVDesk Ticktes'),
('Languages::uvdesk_timestamp', 'Timestamp'),
('Languages::uvdesk_trashed', 'Trashed'),
('Languages::uvdesk_unassigned', 'Unassigned'),
('Languages::uvdesk_viewticket', 'UVDesk View Ticket'),
('Languages::valid', 'Period of validity'),
('Languages::validate_email', 'Validate E-mail'),
('Languages::validate_secret_word', 'Validate secret word'),
('Languages::valid_thru', 'Valid thru (mm/yy)'),
('Languages::value', 'Value'),
('Languages::value_to_display', 'Value to display'),
('Languages::variables', 'Variables'),
('Languages::variant', 'Variant'),
('Languages::variants', 'Variants'),
('Languages::variant_id', 'Variant ID'),
('Languages::variant_name', 'Variant name'),
('Languages::variant_with_name_already_exist', 'Couldn\'t rename feature variant \"[variant]\". Reason: a variant with the new name already exists.'),
('Languages::variations_in_stock', 'Only \"in stock\" products'),
('Languages::variation_group_code', 'Variation group code'),
('Languages::variation_group_id', 'Variation group ID'),
('Languages::variation_parent_product_id', 'Variation parent product ID'),
('Languages::variation_set_as_default', 'Variation set as default'),
('Languages::variation_sub_group_id', 'Variation sub group ID'),
('Languages::vendor', 'Vendor'),
('Languages::vendors', 'Stores'),
('Languages::vendors_activity', 'Vendor activity in the selected period'),
('Languages::vendors_activity.new_products', 'New products'),
('Languages::vendors_activity.new_vendors', 'New vendors'),
('Languages::vendors_activity.not_logged_in_vendors', 'Vendors who haven\'t signed in'),
('Languages::vendors_activity.orders_created', 'Orders created'),
('Languages::vendors_activity.vendors_with_new_products', 'Vendors with new products'),
('Languages::vendors_activity.vendors_with_sales', 'Vendors with sales'),
('Languages::vendors_menu_description', 'Sorted list of vendor accounts registered in the store.'),
('Languages::vendors_menu_title', 'Vendors'),
('Languages::vendors_statistics', 'Vendor\'s statistics'),
('Languages::vendors_with_absolute_commissions_notice', '<p>The following vendors had absolute commissions before the upgrade:</p><ul>[vendors_list]</ul><p>The <b>Transaction fee</b> in their plans has been set to 0.</p><p>The sizes of absolute commissions still remain in the database, but are no longer used. However, you can use that data to set up new vendor plans with relative commissions. Learn more in this article:</p>[instructions]'),
('Languages::vendor_accounting', 'Accounting'),
('Languages::vendor_accounting_menu_description', 'Income and expenditure statistics (total income, vendor balance, vendor withdrawals).'),
('Languages::vendor_account_balance', 'Account balance'),
('Languages::vendor_account_balance_menu_description', 'Income and expenditure statistics (total, per vendor, per period).'),
('Languages::vendor_administrator', 'Vendor\'s administrator'),
('Languages::vendor_administrators', 'Vendor\'s administrators'),
('Languages::vendor_administrators_menu_description', 'List of vendor\'s administrators, registered users with a vendor account.'),
('Languages::vendor_approval_pending', 'New vendor account application'),
('Languages::vendor_candidate_notification', 'Hello,<br/><br/>You have a new vendor candidate in your store. This vendor account is pending until you approve it. Follow <a href=\"[href]\">this URL</a> to view the account details</a>.'),
('Languages::vendor_commission_changes_upgrade_notification_text', '<p>Vendor commissions have been replaced with vendor plans, and an own plan has been created for each vendor. However, absolute commissions are no longer supported.</p>'),
('Languages::vendor_commission_changes_upgrade_notification_title', 'Vendor commission changes'),
('Languages::vendor_communication', 'Message center'),
('Languages::vendor_communication.admin', 'Admin'),
('Languages::vendor_communication.ask_a_question', 'Ask a question'),
('Languages::vendor_communication.author', 'Author'),
('Languages::vendor_communication.cannot_create_thread', 'Cannot create thread'),
('Languages::vendor_communication.cannot_delete_thread', 'Cannot delete thread'),
('Languages::vendor_communication.cannot_delete_threads', 'Cannot delete threads'),
('Languages::vendor_communication.cannot_post_message', 'Cannot post message'),
('Languages::vendor_communication.cannot_update_thread', 'Cannot update thread'),
('Languages::vendor_communication.communication', 'Communication'),
('Languages::vendor_communication.communication_vendor_to_admin', 'Communication with vendor'),
('Languages::vendor_communication.communication_vendor_to_admin_with_admin', 'Communication with administrator'),
('Languages::vendor_communication.communication_vendor_to_customer', 'Communication with customer'),
('Languages::vendor_communication.contact_admin', 'Contact administrator'),
('Languages::vendor_communication.contact_customer', 'Contact customer'),
('Languages::vendor_communication.contact_vendor', 'Contact vendor'),
('Languages::vendor_communication.contact_vendor_name', 'Contact [vendor_name]'),
('Languages::vendor_communication.contact_with', '#[thread_id]. Communication with [thread_company]'),
('Languages::vendor_communication.created_at', 'Created on'),
('Languages::vendor_communication.customer_name', 'Customer name'),
('Languages::vendor_communication.date', 'Date'),
('Languages::vendor_communication.error_message', 'Please enter your message'),
('Languages::vendor_communication.event.message_received.name', 'Customer-to-vendor: New message received'),
('Languages::vendor_communication.event.order_message_received.name', 'Order communication: New message received'),
('Languages::vendor_communication.event.vendor_to_admin_message_received.name', 'Vendor-to-admin: New message received'),
('Languages::vendor_communication.import_details', 'Import details'),
('Languages::vendor_communication.invalid_thread_object_type', 'Provided thread object type is invalid'),
('Languages::vendor_communication.message', 'Message'),
('Languages::vendor_communication.messages', 'Messages'),
('Languages::vendor_communication.message_center', 'Message center'),
('Languages::vendor_communication.message_center_menu_description', 'Customer-to-vendor messages'),
('Languages::vendor_communication.message_center_name', 'Message center'),
('Languages::vendor_communication.message_center_name_menu_description', 'Messages from customers'),
('Languages::vendor_communication.message_center_vendor_name', 'Message center'),
('Languages::vendor_communication.message_center_vendor_name_menu_description', 'Messages from vendor to administrator'),
('Languages::vendor_communication.message_sent', 'Your message has been sent to <b>[vendor_name]</b>.<br/><br/>We\'ll notify you about a reply. To view your message history, please <a href=\"[thread_url]\" target=\"_blank\">go to the Message Center</a> located in the \"Messages\" section of the \"My account\" menu.'),
('Languages::vendor_communication.new_message.message', 'Click this notification to see the message'),
('Languages::vendor_communication.new_message.title', '[company_name] has a new message from [customer]'),
('Languages::vendor_communication.new_thread_created', 'Your message has been sent to <b>[vendor_name]</b>.<br/><br/>The vendor\'s reply will be sent to the email address of your account. To view your message history, please <a href=\"[thread_url]\">go to the Message Center</a> located in the \"Messages\" section of the \"My account\" menu.'),
('Languages::vendor_communication.no_messages_found', 'No messages found'),
('Languages::vendor_communication.no_threads_found', 'No threads found'),
('Languages::vendor_communication.order_details', 'Order details'),
('Languages::vendor_communication.please_log_in_to_be_notified', 'Please sign in so that we can notify you about a reply'),
('Languages::vendor_communication.please_log_in_to_contact_vendor', 'Please sign in to contact the vendor'),
('Languages::vendor_communication.product_details', 'Product details'),
('Languages::vendor_communication.required_field_is_missing', 'The [field_name] field is required'),
('Languages::vendor_communication.scroll_to_top', 'Scroll to top'),
('Languages::vendor_communication.send_message', 'Send message'),
('Languages::vendor_communication.some_threads_have_not_been_created', 'Some threads have not been created: [count]'),
('Languages::vendor_communication.start_communication', 'Start communication'),
('Languages::vendor_communication.subject', 'Subject'),
('Languages::vendor_communication.subject_email', 'You have a new message from [message_from]'),
('Languages::vendor_communication.tab_vendor_to_admin', 'Vendor communication'),
('Languages::vendor_communication.tab_vendor_to_admin_for_vendor_panel', 'Admin communication'),
('Languages::vendor_communication.tab_vendor_to_customer', 'Customer communication'),
('Languages::vendor_communication.thread', 'Thread #[thread_id]'),
('Languages::vendor_communication.threads_deleted', 'Threads have been deleted'),
('Languages::vendor_communication.thread_deleted', 'Thread has been deleted'),
('Languages::vendor_communication.ticket', 'Thread'),
('Languages::vendor_communication.type_message', 'Type a message...'),
('Languages::vendor_communication.vendor_to_admin.message_list_sent', 'Your messages have been sent.<br/><br/>To view your message history, please <a href=\"[thread_url]\">go to the Message Center</a> located in the \"Vendors\" menu.'),
('Languages::vendor_communication.vendor_to_admin.message_sent', 'Your message has been sent to <b>[name]</b>.<br/><br/>To view your message history, please <a href=\"[thread_url]\">go to the Message Center</a> located in the \"Vendors\" menu.'),
('Languages::vendor_communication.vendor_to_customer.message_sent', 'Your message has been sent to <b>[name]</b>.<br/><br/>To view your message history, please <a href=\"[thread_url]\">go to the Message Center</a> located in the \"Customers\" menu.'),
('Languages::vendor_communication.you', 'You'),
('Languages::vendor_communication.your_message_to_admin', 'Your message to administrator'),
('Languages::vendor_communication.your_message_to_customer', 'Your message to customer'),
('Languages::vendor_communication.your_message_to_vendor_name', 'Your message to [vendor_name]'),
('Languages::vendor_communication.you_have_new_message', 'You have a new <a href=\"[thread_url]\">message</a> from [message_from].'),
('Languages::vendor_custom_page', 'Vendor custom page'),
('Languages::vendor_data_premoderation', 'Vendor data premoderation'),
('Languages::vendor_data_premoderation.approval_info_text', 'If approval is required only for some vendors, you\'ll be able to set what vendors need moderation on the Add-ons tab of the vendor editing page.'),
('Languages::vendor_data_premoderation.approve_product', 'Approve \"[product]\"'),
('Languages::vendor_data_premoderation.approve_product_btn', 'Approve product'),
('Languages::vendor_data_premoderation.disapproval_reason', 'Disapproval reason'),
('Languages::vendor_data_premoderation.disapproved', 'Disapproved'),
('Languages::vendor_data_premoderation.disapprove_product', 'Disapprove \"[product]\"'),
('Languages::vendor_data_premoderation.disapprove_products', 'Disapprove products'),
('Languages::vendor_data_premoderation.disapprove_product_btn', 'Disapprove product'),
('Languages::vendor_data_premoderation.enter_disapproval_reason', 'Enter the reason for disapproval and save the changes.'),
('Languages::vendor_data_premoderation.event.product_status.approved.name', 'Vendor data premoderation: your product was approved'),
('Languages::vendor_data_premoderation.event.product_status.disapproved.name', 'Vendor data premoderation: your product was disapproved'),
('Languages::vendor_data_premoderation.exclude_disapproved_products', 'Exclude disapproved products'),
('Languages::vendor_data_premoderation.moderation', 'Moderation'),
('Languages::vendor_data_premoderation.notification.approved.message', '\"[product]\" has been approved by the store administration and added to the product catalog. Click here to view this product.|[n] products have been approved by the store administration and added to the product catalog. Click here to view these products.'),
('Languages::vendor_data_premoderation.notification.approved.title', 'Your product has been approved|Your products have been approved'),
('Languages::vendor_data_premoderation.notification.disapproved.message', '\"[product]\" has been disapproved by the store administration. Click here to view this product.|[n] products have been disapproved by the store administration. Click here to view these products.'),
('Languages::vendor_data_premoderation.notification.disapproved.title', 'Your product has been disapproved|Your products have been disapproved'),
('Languages::vendor_data_premoderation.notification.products_require_approval.message', 'This product is pending for your approval since [since]. Click here to view this product.|These products are pending for your approval since [since]. Click here to view these products.'),
('Languages::vendor_data_premoderation.notification.products_require_approval.title', 'You have [n] product that requires your approval|You have [n] products that require your approval'),
('Languages::vendor_data_premoderation.notification_for_deleted_statuses', 'Vendor Data Premoderation add-on has been disabled. Products with  the \"Requires approval\" or \"Disapproved\" statuses no longer have any status. These products won\'t appear to customers until you or your vendors set some other status for them. If you activate the add-on again, the statusless products will get their statuses back. If you uninstall the add-on, all products will get a correct status automatically.'),
('Languages::vendor_data_premoderation.preventing_registration_info_text', 'If you want to prevent vendor registration altogether, please check <a href=\"[url]\" target=\"_blank\">Settings → Vendors</a>.'),
('Languages::vendor_data_premoderation.products_sent_to_premoderation', 'Your changes have been saved. Before your product is added to the product catalog, it must be approved by the store administration. Follow <a href=\"[product_approval_url]\">this link</a> to view products that require approval.|Your changes have been saved. Before your products are added to the product catalog, they must be approved by the store administration. Follow <a href=\"[product_approval_url]\">this link</a> to view products that require approval.'),
('Languages::vendor_data_premoderation.product_status.disapproved', 'Disapproved'),
('Languages::vendor_data_premoderation.product_status.requires_approval', 'Requires approval'),
('Languages::vendor_data_premoderation.require_approval', 'Products on moderation'),
('Languages::vendor_data_premoderation.require_vendor_action', 'Disapproved products'),
('Languages::vendor_debt_payout', 'Vendor-to-admin payments'),
('Languages::vendor_debt_payout.account_balance', 'Account balance'),
('Languages::vendor_debt_payout.actions_on_suspended', 'Actions on suspended vendors'),
('Languages::vendor_debt_payout.admin_notifications', 'Notify admin about suspended vendors'),
('Languages::vendor_debt_payout.admin_notifications_about_disable', 'Notify admin about disabled vendors'),
('Languages::vendor_debt_payout.admin_notifications_weekly', 'Send weekly digest of suspended vendors'),
('Languages::vendor_debt_payout.admin_weekly_digest_of_suspended_vendors', 'Send weekly digest of suspended vendors'),
('Languages::vendor_debt_payout.block_admin_panel', 'Block admin panel of suspended vendors'),
('Languages::vendor_debt_payout.block_alert', '<p>Your access to the administration panel has been restricted automatically because you have reached the limit of negative account balance or haven\'t paid a fee for your vendor plan in time.</p><p>Your current account balance is [current_balance].</p><p>Please <a href=\"[pay_url]\">pay the marketplace fees</a> — once the payment is processed, your access to the administration panel will be restored automatically.</p>'),
('Languages::vendor_debt_payout.catalog_items', 'Naming \"Vendor debt\" for different languages'),
('Languages::vendor_debt_payout.catalog_items.help', 'Vendors repay their debt by purchasing specific marketplace fees product. Here you can edit details of the product and the category it belongs to.'),
('Languages::vendor_debt_payout.category', 'Category'),
('Languages::vendor_debt_payout.dashboard_suspended_vendors', 'Suspended vendors'),
('Languages::vendor_debt_payout.days_before_disable', 'Time in days before a suspended vendor is disabled'),
('Languages::vendor_debt_payout.day_or_days', 'day(s)'),
('Languages::vendor_debt_payout.debt_near_limit_message', 'Your account balance is currently [current_balance]. If it reaches [minimal_balance], you won\'t be able to use your administration panel until you <a href=\"[pay_url]\" target=\"_blank\">pay all your marketplace fees</a>.'),
('Languages::vendor_debt_payout.debt_owned', 'Debt owned'),
('Languages::vendor_debt_payout.debt_payout', 'Marketplace fees'),
('Languages::vendor_debt_payout.debt_payout_w_order', 'Marketplace fees (order #[id])'),
('Languages::vendor_debt_payout.disable_suspended_vendors', 'Disable suspended vendors after a while'),
('Languages::vendor_debt_payout.edit_description', '<a href=\"[link]\" target=\"_blank\">Edit</a>'),
('Languages::vendor_debt_payout.edit_notifications_link', '<a target = \"_blank\" href = \"[link]\">Edit notifications</a>'),
('Languages::vendor_debt_payout.empty_list_of_vendors_got_suspended_and_paid_label', 'No vendors paid their debt and had their suspension lifted since the last report.'),
('Languages::vendor_debt_payout.empty_list_of_vendors_got_suspended_label', 'No vendors got suspended for debt automatically since the last report.'),
('Languages::vendor_debt_payout.enter_an_amount', 'Enter an amount'),
('Languages::vendor_debt_payout.error_refill_amount_lower_than_zero', 'Sorry, couldn\'t proceed to payment. The specified sum must be greater than 0.'),
('Languages::vendor_debt_payout.event.negative_balance_reached.name', 'Vendor sign-in: Debt and grace period'),
('Languages::vendor_debt_payout.event.vendor_days_before_suspend.name', 'Info about upcoming suspension'),
('Languages::vendor_debt_payout.event.vendor_status_changed_to_disabled.name', 'Vendor status was changed to Disabled'),
('Languages::vendor_debt_payout.event.vendor_status_changed_to_suspended.name', 'Vendor status was changed to Suspended'),
('Languages::vendor_debt_payout.event.weekly_digest_of_debtors.name', 'Weekly digest of debtors'),
('Languages::vendor_debt_payout.grace_period_to_refill_balance', 'Grace period to refill balance'),
('Languages::vendor_debt_payout.hide_products', 'Hide products of suspended vendors'),
('Languages::vendor_debt_payout.list_of_vendors_got_suspended_and_paid_label', 'These vendors paid their debt and had their suspension lifted since the last report:'),
('Languages::vendor_debt_payout.list_of_vendors_got_suspended_label', 'These vendors got suspended for debt automatically since the last report::'),
('Languages::vendor_debt_payout.lowest_allowed_balance', 'Suspend vendors if their balance remains below'),
('Languages::vendor_debt_payout.lowest_allowed_balance_info_text', 'To make working with suspended vendors easier, please check the settings of the <a href=\"[link]\">Vendor-to-admin payments</a> add-on.'),
('Languages::vendor_debt_payout.minimum_allowed_balance_to_zero', 'We\'ve set the minimum allowed balance to 0. Now whenever a vendor\'s balance goes below 0, the grace period will start, and the vendor will be asked to pay the debt.'),
('Languages::vendor_debt_payout.negative_balance_reached.message', 'Please deposit at least [amount] until [date] to avoid suspension.'),
('Languages::vendor_debt_payout.negative_balance_reached.subject', 'Your account might get suspended soon'),
('Languages::vendor_debt_payout.notifications', 'Notifications'),
('Languages::vendor_debt_payout.old_addon_name', 'Vendor debt payout'),
('Languages::vendor_debt_payout.payment_surcharge_w_order', 'Payment surcharge for marketplace fees (order #[id])'),
('Languages::vendor_debt_payout.payout_overdue_limit', 'Grace period for vendor plan fees'),
('Languages::vendor_debt_payout.pay_fees', 'Pay the fees'),
('Languages::vendor_debt_payout.pending_payout_message', 'You need to pay the fee of [fee_amount] for using the [plan_name] plan. Your current account balance is [current_balance]. If the fee isn\'t paid until [overdue_date], you won\'t be able to work with the administration panel until you <a href=\"[pay_url]\" target=\"_blank\">pay all your marketplace fees</a>.'),
('Languages::vendor_debt_payout.product', 'Product'),
('Languages::vendor_debt_payout.reason_block', 'Your current balance is [balance], which is below the minimum allowed balance of [lowers_allowed_balance]. Please deposit at least [amount] until [date] to avoid suspension. You can refill the balance in your <a href=\"[link]\">vendor panel</a>.'),
('Languages::vendor_debt_payout.refill_balance', 'Refill balance'),
('Languages::vendor_debt_payout.rework_update_notification.message', '<p>We have reworked the <b>[vendor_debt_payout_old_addon_name]</b> add-on. It is now called <b>[vendor_debt_payout_addon]</b>, and it can do more than before. Here are the changes to look out for:</p><p>The maximum debt and grace period can now be specified on the vendor plan level, if you allow it in the add-on settings.</p><p>The maximum debt and the grace period now work in conjunction. A vendor reaches maximum debt, and then has to pay it within the grace period.</p><p>The add-on settings allow you to decide what to do with debtors: block their admin panel and/or hide their products from the storefront.</p><p><a href=\"[vendor_debt_payout_href]\" target=\"_blank\" class=\"btn btn-large btn-primary\">View add-on settings</a></p>'),
('Languages::vendor_debt_payout.rework_update_notification.title', 'Vendor debt management reworked. Check your add-on settings.'),
('Languages::vendor_debt_payout.suspended_status_reached.message', 'To lift the suspension, please deposit at least [amount] to refill the balance up to [vendor_plan_lowers_allowed_balance].'),
('Languages::vendor_debt_payout.suspended_status_reached.subject', 'Your account is suspended'),
('Languages::vendor_debt_payout.suspend_debt_alert', '<p>Your account has been suspended automatically.</p><p>Reason: your current balance is [balance], which is below the minimum allowed balance of [lowers_allowed_balance].</p><p>Please deposit at least [amount]. Once the payment is processed, the suspension will be lifted automatically.</p>'),
('Languages::vendor_debt_payout.suspend_debt_notification', 'Your account is suspended. To lift the suspension, please deposit at least [amount] to refill the balance up to [vendor_plan_lowers_allowed_balance]. <a target=\"_blank\" href=\"[link]\">Refill balance</a>.'),
('Languages::vendor_debt_payout.suspend_vendors', 'Suspend vendors'),
('Languages::vendor_debt_payout.total_debts', 'The total debt of all vendors in your marketplace (including those not listed in this report) is currently [total_debt].'),
('Languages::vendor_debt_payout.update_notification.message', '<p>Before the upgrade, a vendor\'s admin panel could get blocked even when the vendor didn\'t reach maximum debt. That happened when 3 conditions came together: it was time to pay for the plan; the vendor\'s balance couldn\'t cover it; the vendor didn\'t pay in time. <b>But now a vendor doesn\'t get blocked before going below the minimum allowed balance</b>.</p><p>That\'s why we ask you to:</p><ol><li>Decide how you\'d like your marketplace to work. Configure the Vendor Plans add-on accordingly. There are 2 scenarios:<ul><li>A vendor\'s balance can go negative to a certain point. Once it does, the vendor has some time to pay the debts before repercussions happen. <b>This is how your marketplace works now</b>. If you like it this way, then just take a look at the Vendor Plans add-on and its configuration.</li><li>No vendor debt is allowed. Whenever a vendor\'s balance can\'t cover the plan\'s fee without going negative, the vendor will have to pay the debt within the specified time. <b>For this scenario, the minimum allowed balance must be 0</b>. If that\'s what you want, just click the corresponding button below, and we\'ll configure everything for you. You don\'t have to decide right now — you\'ll always be able to adjust it later.</li></ul></li><li>Some vendors might have been blocked by the old <b>[vendor_debt_payout_old_addon_name]</b>, but wouldn\'t be blocked with the current configuration of <b>[vendor_debt_payout_addon]</b>. Click the button below to see if you have any such vendors. If you do, you can give them the \"Suspended\" status to restrict their access to the admin panel. But it\'s best to decide on one of the scenarios above, configure the Vendor Plans add-on, and let the problem solve itself automatically.</li></ol><p><a href=\"[unblocked_vendors_href]\" target=\"_blank\" class=\"btn btn-large btn-primary\">See if any vendors got unblocked</a> <a href=\"[drop_lowers_allowed_balance_of_vendor_plans_href]\" class=\"btn btn-large\" style=\"margin-left: 35px;\">Don\'t allow any negative balance</a></p>'),
('Languages::vendor_debt_payout.update_notification.title', 'Vendor debt is now handled differently. Decide how you want to handle it.'),
('Languages::vendor_debt_payout.vendor_days_before_suspend.message', 'Your account at [marketplace] might get suspended soon.'),
('Languages::vendor_debt_payout.vendor_days_before_suspend.subject', 'Your account might get suspended soon'),
('Languages::vendor_debt_payout.vendor_debt_limit', 'Restrict admin panel functions if vendor\'s debt reaches'),
('Languages::vendor_debt_payout.vendor_notifications', 'Notify vendors about upcoming suspension'),
('Languages::vendor_debt_payout.vendor_notifications_about_disable', 'Notify vendors about their disabled account'),
('Languages::vendor_debt_payout.vendor_plan_debt_info_text', 'A vendor can get suspended if the debt exceeds the conditions of the <a href=\"[link]\">vendor plan</a>.'),
('Languages::vendor_debt_payout.vendor_status_changed.message', 'The status of vendor [vendor_name] was changed to [status].'),
('Languages::vendor_debt_payout.vendor_status_changed.reason', 'The debt of [amount] that hasn\'t been paid until [date].'),
('Languages::vendor_debt_payout.vendor_status_changed.subject', '[vendor_name]: Status changed to [status]'),
('Languages::vendor_debt_payout.warning_debt_alert', '<p>Your current balance is [balance], which is below the minimum allowed balance of [lowers_allowed_balance].</p><p>Please deposit at least [amount] until [date]. Otherwise your account might get suspended.'),
('Languages::vendor_debt_payout.warning_debt_notification', 'Your account might get suspended soon. Please deposit at least [amount] until [date] to avoid suspension. <a target=\"_blank\" href=\"[link]\">Refill balance</a>.'),
('Languages::vendor_debt_payout.weekly_digest_of_debtors.message', 'This is a weekly report on debtors in your marketplace. It includes the vendors who have become debtors or paid their debt since the last report. Your marketplace might have <a href=\"[href]\">more suspended vendors</a>.'),
('Languages::vendor_debt_payout.weekly_digest_of_debtors.subject', '[marketplace_name]: Weekly digest of debtors'),
('Languages::vendor_edit_invitation_email_template', '<a href=\"[url]\">Edit vendor invitation email template</a>'),
('Languages::vendor_emails', 'Vendor emails'),
('Languages::vendor_emails_added.upgrade_notification_text', 'When your vendors are companies, they have multiple administrators. Some of the vendor\'s personnel might work with orders without accessing the vendor panel of your marketplace. Meanwhile, the main admin of the vendor might not even need to know about every order. That\'s why you can now send notifications to vendors\' emails.<ul><li>Create profile fields with the \"Email\" type in <b>Administration → Profile fields → Vendor information</b>. For example, you can create a dedicated field for an email address that vendors will use for order notifications.</li><li>Select the emails that will receive this or that notification in <b>Administration → Notifications → Vendor notifications</b>. There is a new type of receiver called <b>Vendor emails</b>.</li><li>Once vendors enter their email addresses, they\'ll start receiving relevant notifications.</li></ul><br><p align=\"right\"><a href=\"[email_fields_url]\" target=\"_blank\" class=\"btn\" style=\"margin-right: 3px\">Create fields for emails</a><a href=\"[notifications_url]\" target=\"_blank\" class=\"btn btn-primary\">Configure notifications</a></p>'),
('Languages::vendor_emails_added.upgrade_notification_title', 'New email notifications for bigger vendors'),
('Languages::vendor_features_only', 'Features created by vendors'),
('Languages::vendor_filters', 'Vendor Product filters'),
('Languages::vendor_filters_description', ''),
('Languages::vendor_id', 'Vendor ID'),
('Languages::vendor_invitations_fail_notification', 'Invitations not sent: [failed_quantity]<br/><b>[emails_list]</b><br/>An invitation won\'t be sent if it has already been sent to that email address before. But if none of your invitations are being sent, and you haven\'t sent invitations to those addresses before, please make sure that [product] can send any emails at all. If it can\'t, then the problem is related to [product] or server configuration. In that case, please contact your server administrator, hosting provider, or <a href=\"https://helpdesk.cs-cart.com/\" target=\"_blank\">our technical support</a> to investigate.'),
('Languages::vendor_invitations_sent_notification', 'Invitations sent: [sent_quantity]'),
('Languages::vendor_invitation_email_body', '<p>Hello,</p><br/><p>We\'d like to invite you to <a href=\"[create_account_url]\">create an account</a> with [default_company_name].  You\'ll be able to expand your client base by listing your products on our platform and selling them to our visitors.</p><br/><p>Best regards,</p><p>[default_company_name] team</p>'),
('Languages::vendor_invitation_email_subject', 'Come Sell With [default_company_name]'),
('Languages::vendor_invited_at', 'Date sent'),
('Languages::vendor_language', 'Vendor language'),
('Languages::vendor_location.search_vendors_geolocation', 'Search for vendors'),
('Languages::vendor_locations.block_template_location_selector', 'Location selector'),
('Languages::vendor_locations.closest_vendors', 'Closest vendors'),
('Languages::vendor_locations.customer_geolocation', 'Your location'),
('Languages::vendor_locations.filter_by_city', 'Vendor\'s city'),
('Languages::vendor_locations.filter_by_distance', 'Distance to vendor'),
('Languages::vendor_locations.location', 'Location'),
('Languages::vendor_locations.nearby', 'Nearby'),
('Languages::vendor_locations.not_your_city', 'Not your city?'),
('Languages::vendor_locations.search_city', 'Search for a city'),
('Languages::vendor_locations.search_nearby', 'Search nearby'),
('Languages::vendor_locations.search_vendors_by_address', 'Search vendors'),
('Languages::vendor_locations.selected_city', 'Selected city'),
('Languages::vendor_locations.select_city', 'Select a city'),
('Languages::vendor_locations.vendors_map', 'Vendors map'),
('Languages::vendor_logos_and_product_count', 'Vendor logos and product count'),
('Languages::vendor_name', 'Vendor name'),
('Languages::vendor_names', 'Vendor names'),
('Languages::vendor_name_field', 'Vendor name'),
('Languages::vendor_notifications', 'Vendor notifications'),
('Languages::vendor_owner', 'Vendor\'s main administrator'),
('Languages::vendor_page.add_post', 'Add new page'),
('Languages::vendor_page.editing_post', 'Editing'),
('Languages::vendor_page.new_post', 'New vendor page'),
('Languages::vendor_pages', 'Vendor pages'),
('Languages::vendor_pages_title', 'ET - Vendor pages title'),
('Languages::vendor_panel', 'Vendor panel'),
('Languages::vendor_panel_configurator.configure_vendor_panel_notice', 'To make onboarding easier, vendors don\'t see some menu items and some fields on the product editing page. You can configure what vendors see and don\'t see <a href=\"[config_url]\" target=\"_blank\">in the settings of the \"Vendor panel configurator\" add-on</a>. If you disable the add-on, the menus and the vendor panel itself will change to resemble the admin panel of the marketplace.'),
('Languages::vendor_panel_configurator.element_color', 'Element color'),
('Languages::vendor_panel_configurator.global_setting_warning', 'This setting doesn\'t appear on the product editing page right now, because it is set globally for all products. Check the <a href=\"[settings_url]\" target=\"_blank\">\"Settings\" menu</a> to find it.'),
('Languages::vendor_panel_configurator.payment_methods.description', 'Manage how you receive payments from customers'),
('Languages::vendor_panel_configurator.product_page_configuration', 'Product page settings'),
('Languages::vendor_panel_configurator.seller_info', 'Seller info'),
('Languages::vendor_panel_configurator.sidebar_background_image', 'Sidebar background image'),
('Languages::vendor_panel_configurator.sidebar_background_image_description', 'If you upload the background image, it will be displayed instead of the sidebar color. If you upload it, we recommend picking a sidebar color that matches the background image.'),
('Languages::vendor_panel_configurator.sidebar_color', 'Sidebar color'),
('Languages::vendor_panel_configurator.theme_layouts', 'Page layouts'),
('Languages::vendor_panel_configurator.theme_layouts.description', 'Manage layouts of the microstore and product pages'),
('Languages::vendor_panel_configurator.theme_styles', 'Logos and styles'),
('Languages::vendor_panel_configurator.theme_styles.description', 'Manage logos used on site and in e-mails and configure appearance of the microstore and product pages'),
('Languages::vendor_panel_configurator.unconfigurable_tab', 'This tab has no configurable fields and is displayed as is'),
('Languages::vendor_payouts.approval_status', 'Approval status'),
('Languages::vendor_payouts.approval_status.C', 'Completed'),
('Languages::vendor_payouts.approval_status.D', 'Declined'),
('Languages::vendor_payouts.approval_status.P', 'Pending'),
('Languages::vendor_payouts.balance', 'Balance'),
('Languages::vendor_payouts.balance_carried_forward', 'Balance carried forward'),
('Languages::vendor_payouts.current_balance', 'Current balance: [balance]'),
('Languages::vendor_payouts.current_balance_text', 'Current balance'),
('Languages::vendor_payouts.income', 'Income'),
('Languages::vendor_payouts.income_carried_forward', 'Income carried forward'),
('Languages::vendor_payouts.new_payout_issued', 'New payout has been issued'),
('Languages::vendor_payouts.new_payout_issued_text', 'A new payout of [amount] has been issued by [issuer]'),
('Languages::vendor_payouts.new_withdrawal_requested', 'New withdrawal has been requested'),
('Languages::vendor_payouts.new_withdrawal_requested_text', 'A new withdrawal of [amount] has been requested by [requester]'),
('Languages::vendor_payouts.payout_approved', 'Payout has been completed'),
('Languages::vendor_payouts.payout_approved_text', 'The payout of [amount] issued on [date] has been marked as <b>Completed</b>'),
('Languages::vendor_payouts.payout_comments', 'Payout comments'),
('Languages::vendor_payouts.payout_declined', 'Payout hasn\'t been completed'),
('Languages::vendor_payouts.payout_declined_text', 'The payout of [amount] issued on [date] has been marked as <b>Not completed</b>'),
('Languages::vendor_payouts.transactions', 'Transactions'),
('Languages::vendor_payouts.transaction_value', 'Transaction value'),
('Languages::vendor_payouts.type', 'Type'),
('Languages::vendor_payouts.type.order_changed', 'Order changed'),
('Languages::vendor_payouts.type.order_changed.description', 'Order <a href=\"[order_url]\">#[order_id]</a> changed'),
('Languages::vendor_payouts.type.order_placed', 'Order placed'),
('Languages::vendor_payouts.type.order_placed.description', 'Order <a href=\"[order_url]\">#[order_id]</a> placed'),
('Languages::vendor_payouts.type.order_refunded', 'Order refunded'),
('Languages::vendor_payouts.type.order_refunded.description', 'Order <a href=\"[order_url]\">#[order_id]</a> refunded'),
('Languages::vendor_payouts.type.other', 'Other'),
('Languages::vendor_payouts.type.other.description', 'Other'),
('Languages::vendor_payouts.type.payout', 'Payout'),
('Languages::vendor_payouts.type.payout.description', 'Payout'),
('Languages::vendor_payouts.type.withdrawal', 'Withdrawal'),
('Languages::vendor_payouts.type.withdrawal.description', 'Withdrawal'),
('Languages::vendor_payouts.view_details', 'You can view the details here'),
('Languages::vendor_payouts.withdrawals', 'Balance withdrawals'),
('Languages::vendor_payouts.withdrawal_approved', 'Withdrawal has been completed'),
('Languages::vendor_payouts.withdrawal_approved_text', 'The withdrawal of [amount] requested on [date] has been marked as <b>Completed</b>'),
('Languages::vendor_payouts.withdrawal_comments', 'Withdrawal comments'),
('Languages::vendor_payouts.withdrawal_declined', 'Withdrawal has been declined'),
('Languages::vendor_payouts.withdrawal_declined_text', 'The withdrawal of [amount] requested on [date] has been marked as <b>Declined</b>'),
('Languages::vendor_plan', 'Vendor plan'),
('Languages::vendor_plans', 'Vendor plans'),
('Languages::vendor_plans.add_vendor_plan', 'Add vendor plan'),
('Languages::vendor_plans.advanced_vendor_plan_creation', 'Advanced vendor plan creation'),
('Languages::vendor_plans.all_categories_included', 'All categories included'),
('Languages::vendor_plans.all_storefronts_included', 'All storefronts included'),
('Languages::vendor_plans.best_choice', 'Best choice'),
('Languages::vendor_plans.best_choise', 'Offer as the best choice'),
('Languages::vendor_plans.best_choise_short', 'Best choice'),
('Languages::vendor_plans.category_is_empty', 'Please specify a category.'),
('Languages::vendor_plans.category_is_not_available', 'Sorry, this category is not available for the vendor. Please check the configuration of the vendor plan.'),
('Languages::vendor_plans.choose', 'Choose'),
('Languages::vendor_plans.choose_your_plan', 'Choose your plan'),
('Languages::vendor_plans.commission', 'Commission'),
('Languages::vendor_plans.commission_fee', '[commission]% fee'),
('Languages::vendor_plans.current_plan', 'Current plan'),
('Languages::vendor_plans.current_plan_usage', 'Current plan usage'),
('Languages::vendor_plans.default_vendor_plan', 'Default plan'),
('Languages::vendor_plans.delete_plan_vendor_exists_text', 'Couldn\'t delete the plan: some vendors use it'),
('Languages::vendor_plans.disable_plan_is_default_text', 'Couldn\'t disable the vendor plan. At least one active or hidden vendor plan must exist.'),
('Languages::vendor_plans.disable_plan_vendor_exists_text', 'Couldn\'t disable the plan: some vendors use it'),
('Languages::vendor_plans.editing_vendor_plan', 'Editing vendor plan'),
('Languages::vendor_plans.event.plan_changed', 'Vendor plan was changed'),
('Languages::vendor_plans.fixed_transaction_fee', 'Transaction fee (abs)'),
('Languages::vendor_plans.many_products_text', 'Too many products ([actual]/[allowed])'),
('Languages::vendor_plans.month', 'Month'),
('Languages::vendor_plans.much_revenue_text', 'Too much revenue ([actual]/[allowed])'),
('Languages::vendor_plans.new_plan', 'New plan'),
('Languages::vendor_plans.new_vendor_plan', 'New vendor plan'),
('Languages::vendor_plans.not_available', 'Not available'),
('Languages::vendor_plans.old_plan', 'Old plan'),
('Languages::vendor_plans.out_of_amount', 'out of [amount]'),
('Languages::vendor_plans.periodicity_month', 'per month'),
('Languages::vendor_plans.periodicity_onetime', 'one time'),
('Languages::vendor_plans.periodicity_year', 'per year'),
('Languages::vendor_plans.plan', 'Plan'),
('Languages::vendor_plans.plan_has_been_changed', 'Your Plan Has Been Changed'),
('Languages::vendor_plans.plan_has_been_changed_text', 'Your plan has been changed to [plan]. See the details of your new plan below.'),
('Languages::vendor_plans.plan_name', 'Plan name'),
('Languages::vendor_plans.plan_not_available_text', 'Sorry, this plan is not available for you. Please choose an available plan.'),
('Languages::vendor_plans.plan_payment', 'Payment for Your Plan'),
('Languages::vendor_plans.plan_payment_notice_upgrade_notification', 'Previously, notifications about vendor plan fees were sent to 2 emails: that of a vendor and the vendor\'s main administrator. That behavior has changed. Now only the main administrators of vendors will receive this notification.<br><br>The change occurred because the notifications about fees were moved to <b>Administration → Notifications → Vendor notifications</b>. This is the place where you\'ll eventually be able to see and configure all notifications that your marketplace sends.<br><br>Many vendors might not notice the change, because the emails of a vendor and its main administrator often coincide. But it\'s best to announce this change to your vendors anyway.'),
('Languages::vendor_plans.plan_payment_notice_upgrade_notification_title', 'Inform your vendors: Change in notifications about periodic fees'),
('Languages::vendor_plans.plan_payment_text', 'A sum of [price] has been withdrawn from your account for using the [plan] plan. Follow the link to <a href=\"[href]\">view your account balance</a> or see the details of your plan below.'),
('Languages::vendor_plans.plan_short', 'Plan'),
('Languages::vendor_plans.plan_will_be_change_text', 'You are switching to another vendor plan. You will be charged the full price of the plan. Are you sure you want to continue?'),
('Languages::vendor_plans.products_exceeded_text', 'Cannot add more products: you have reached the maximum number of products allowed by your plan. To change your plan, please <a href=\"[href]\">follow this link</a>.'),
('Languages::vendor_plans.products_limit', 'Max. products'),
('Languages::vendor_plans.products_limit_tooltip', 'Set the maximum number of products a vendor can have on this plan. Leave empty to allow unlimited number of products.'),
('Languages::vendor_plans.products_limit_unlimited', '<strong>Unlimited</strong> products'),
('Languages::vendor_plans.products_limit_value', '<strong>[products]</strong> products'),
('Languages::vendor_plans.restrictions', 'Restrictions'),
('Languages::vendor_plans.revenue', 'Revenue'),
('Languages::vendor_plans.revenue_exceeded_subj', 'Maximum Revenue Exceeded'),
('Languages::vendor_plans.revenue_exceeded_text', '<a href=\"[href]\">[vendor]</a> exceeded the maximum revenue allowed by the [plan] plan.'),
('Languages::vendor_plans.revenue_up_to', 'Revenue up to'),
('Languages::vendor_plans.revenue_up_to_tooltip', 'The maximum monthly revenue allowed for the vendors who use this plan. Leave this field empty to allow unlimited revenue.'),
('Languages::vendor_plans.revenue_up_to_unlimited', '<strong>Unlimited</strong> revenue'),
('Languages::vendor_plans.revenue_up_to_value', 'Revenue up to <strong>[revenue]</strong>'),
('Languages::vendor_plans.select_plan_text', '<div class=\"et-vendor-plans_select_plan_text_big\">Find the  <span class=\"et-highlight\">perfect plan</span> for your business</div><div class=\"et-vendor-plans_select_plan_text_small\">You will be charged for the plan after the admin approves your vendor account.</div>');
INSERT INTO `partiushop_original_values` (`msgctxt`, `msgid`) VALUES
('Languages::vendor_plans.storefronts_update_for_plan.add_storefronts_message', 'Add the vendor to the storefronts that got added to the plan|Add the vendors to the storefronts that got added to the plan'),
('Languages::vendor_plans.storefronts_update_for_plan.general_message', 'What should we do about <a href=\"[search_url]\" target=\"_blank\">[n] vendor </a> who is using this plan now?|What should we do about <a href=\"[search_url]\" target=\"_blank\">[n] vendors </a> who are using this plan now?'),
('Languages::vendor_plans.storefronts_update_for_plan.remove_storefronts_message', 'Remove the vendor from the storefronts that got removed from this plan|Remove the vendors from the storefronts that got removed from this plan'),
('Languages::vendor_plans.storefronts_update_for_plan.title', 'Storefronts available in the vendor plan got changed'),
('Languages::vendor_plans.storefronts_update_for_vendor.add_storefronts_message', 'Add the vendor to the storefronts available in the new vendor plan'),
('Languages::vendor_plans.storefronts_update_for_vendor.general_message', 'What should we do about the storefronts that are available to this vendor?'),
('Languages::vendor_plans.storefronts_update_for_vendor.remove_storefronts_message', 'Remove the vendor from the storefronts available in his previous plan'),
('Languages::vendor_plans.storefronts_update_for_vendor.title', 'The vendor got moved to another plan'),
('Languages::vendor_plans.text_vendor_plan_created', 'A new vendor plan \"[plan_name]\" has been created. You can now <a href=\"[link]\">set restrictions for vendors using this plan</a>.'),
('Languages::vendor_plans.transaction_fee', 'Transaction fee'),
('Languages::vendor_plans.transaction_fee_value', 'Transaction fee: <strong>[value]</strong>'),
('Languages::vendor_plans.unlimited', 'Unlimited'),
('Languages::vendor_plans.update_for_plan.general_message', 'What should we do about <a href=\"[search_url]\" target=\"_blank\">[n] vendor </a> who is using this plan now?|What should we do about <a href=\"[search_url]\" target=\"_blank\">[n] vendors </a> who are using this plan now?'),
('Languages::vendor_plans.update_for_plan.title', 'Should your changes affect existing vendors?'),
('Languages::vendor_plans.upgrade_notification_text', '<p>Previously, the <b>Vendor Plans</b> add-on had a setting called <b>Take payment surcharge from vendors</b>. It removed payment surcharge from order total, so that customers wouldn\'t have to pay it. Instead, the payment surcharge was deducted from the order total in favor of the marketplace. This setting has been removed: if you\'d like to take money from vendors per order, please specify commissions for the corresponding vendor plans.</p>'),
('Languages::vendor_plans.upgrade_notification_title', 'Setting removed from the Vendor Plans add-on'),
('Languages::vendor_plans.usergroups_update_for_plan', 'These are the user groups that vendor\'s administrators will get when a vendor gets this plan'),
('Languages::vendor_plans.usergroups_update_for_plan.add_usergroups_message', 'Add vendor administrators to the user groups added to the plan'),
('Languages::vendor_plans.usergroups_update_for_plan.remove_usergroups_message', 'Remove vendor administrators from the user groups removed from the plan'),
('Languages::vendor_plans.vendor_approved_text', 'Your plan has been set to [plan]. See the details of your plan below.'),
('Languages::vendor_plans.vendor_commission', 'Vendor commission'),
('Languages::vendor_plans.vendor_plans', 'Vendor plans'),
('Languages::vendor_plans.vendor_plans_menu_description', 'Create plans for your vendors, with different restrictions and prices'),
('Languages::vendor_plans.vendor_plan_has_been_changed', 'Vendor \"[vendor]\" moved to \"[plan]\"'),
('Languages::vendor_plans.vendor_plan_has_been_changed_text', 'The plan of vendor \"[vendor]\" was changed from \"[old_plan]\" to \"[new_plan]\".'),
('Languages::vendor_plans.vendor_store', 'Vendor microstore'),
('Languages::vendor_plans.vendor_store_tooltip', 'A vendor can have his or her own microstore at a separate address like <i>example.com/vendor/</i>. A microstore only contains products of the vendor who owns this microstore. Also, search results in a vendor\'s microstore only include products of this vendor.'),
('Languages::vendor_plans.year', 'Year'),
('Languages::vendor_privileges.default_usergroup_is_assigned_to_new_vendors', '<span class=\"muted\">This user group is assigned to all new vendors by the \"Vendor privileges\" add-on.</span> <a href=\"[settings_link]\" target=\"_blank\">Edit add-on settings</a>'),
('Languages::vendor_products', 'Vendor products'),
('Languages::vendor_rating', 'ET - Vendor rating'),
('Languages::vendor_store_blocks', 'Vendor home blocks'),
('Languages::vendor_terms', 'Vendor terms and conditions'),
('Languages::vendor_terms.checkout_terms_and_conditions', 'I accept the [terms_href] of [vendor]'),
('Languages::vendor_terms.checkout_terms_and_conditions_name', 'Terms & conditions'),
('Languages::vendor_terms.terms_and_conditions', 'Terms & conditions'),
('Languages::vendor_terms.terms_and_conditions_tooltip', 'If you want a customer to agree to your terms and conditions at checkout, fill in Terms & Conditions. If you leave Terms & Conditions empty, a customer proceeds without agreement.'),
('Languages::vendor_terms_field_alert', 'Vendor terms and conditions alert'),
('Languages::vendor_terms_field_terms_text', 'Vendor terms and conditions text'),
('Languages::vendor_terms_n_conditions', 'I accept the [terms_href]'),
('Languages::vendor_terms_n_conditions_alert', 'In order to proceed, you need to accept our Terms and Conditions.'),
('Languages::vendor_terms_n_conditions_content', '<p>Please read these Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before using the <a href=\"http://www.mywebsite.com\">http://www.mywebsite.com</a> website and the My Mobile App mobile application (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").</p><p><strong>By accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong></p><p><strong>Purchases</strong></p><p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase including, without limitation, your ...</p><p><strong>Content</strong></p><p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\"). You are responsible for the ...</p><p><strong>Changes</strong></p><p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.</p><p><strong>Contact Us</strong></p><p>If you have any questions about these Terms, please contact us.</p>'),
('Languages::vendor_terms_n_conditions_name', 'Terms and Conditions'),
('Languages::verified', 'Verified'),
('Languages::verified_developer', 'Verified developer'),
('Languages::verify', 'Verify'),
('Languages::version', 'Version'),
('Languages::version_information', 'Version information'),
('Languages::vertical', 'Vertical'),
('Languages::very_good', 'Very Good'),
('Languages::view', 'View'),
('Languages::viewing_feature', 'Viewing feature'),
('Languages::viewing_filter', 'Viewing filter'),
('Languages::views', 'Views'),
('Languages::view_all', 'view all'),
('Languages::view_all_orders', 'View all orders'),
('Languages::view_all_product_features', 'View all product features'),
('Languages::view_answers', 'View answers'),
('Languages::view_avail_files_for_order', 'View the list of available files from order #[order_id].'),
('Languages::view_cart', 'View cart'),
('Languages::view_categories', 'View categories'),
('Languages::view_changelog', 'View changelog'),
('Languages::view_comparison_list', 'Comparison list'),
('Languages::view_details', 'View details'),
('Languages::view_feature_groups', 'View feature groups'),
('Languages::view_in_marketplace', 'View in CS-Cart Marketplace'),
('Languages::view_more', 'view more'),
('Languages::view_on_map', 'View on map'),
('Languages::view_orders', 'View orders'),
('Languages::view_orders_menu_description', 'View, process and print invoices slips for orders placed from your web site.'),
('Languages::view_page', 'View page'),
('Languages::view_product', 'View product'),
('Languages::view_products', 'View products'),
('Languages::view_product_features', 'View product features'),
('Languages::view_purchased_products', 'View purchased products'),
('Languages::view_report', 'View report'),
('Languages::view_results', 'View results'),
('Languages::view_store', 'View store'),
('Languages::view_storefront', 'View storefront'),
('Languages::view_supplier_products', 'View supplier products'),
('Languages::view_ticket', 'View Ticket'),
('Languages::view_user_points', 'View user points'),
('Languages::view_vendor_admins', 'View vendor admins'),
('Languages::view_vendor_categories', 'View store categories'),
('Languages::view_vendor_orders', 'View vendor orders'),
('Languages::view_vendor_products', 'View vendor products'),
('Languages::view_vendor_users', 'View vendor users'),
('Languages::view_wishlist', 'View wish list'),
('Languages::visa_card_discover', 'Visa, MasterCard, Discover'),
('Languages::visited_page', 'Visited page'),
('Languages::visit_marketplace', 'Visit the CS-Cart Marketplace'),
('Languages::voided', 'Voided'),
('Languages::vsb_new_home_block', 'New home block'),
('Languages::vs_browse_our_categories', 'Browse our categories'),
('Languages::vs_footerbox', 'Footerbox'),
('Languages::vs_footer_mv', 'Footerbox MultiVendor'),
('Languages::vs_homepage_mainbox', 'Mainbox Homepage'),
('Languages::vs_home_box', 'Home box'),
('Languages::vs_icon_menu', 'Icon menu'),
('Languages::vs_mainbox', 'Mainbox'),
('Languages::vs_mainbox_icon', 'Mainbox with icon'),
('Languages::vs_mainbox_simple', 'Mainbox simple'),
('Languages::vs_multi_scroller', 'Multi scroller'),
('Languages::vs_recent_blog', 'Recent blog'),
('Languages::vs_responsive_menu', 'Responsive menu'),
('Languages::vs_scroller_category_product', 'Scroller category product'),
('Languages::vs_scroller_product_page', 'Scroller product page'),
('Languages::vs_scroller_with_title', 'Scroller with tittle'),
('Languages::vs_sidebox', 'Sidebox'),
('Languages::vs_sidebox_category', 'Sidebox category'),
('Languages::vs_sidebox_info', 'Sidebox info'),
('Languages::vs_sidebox_scroller_banner', 'Sidebox scroller banner'),
('Languages::vs_sidebox_simple', 'Sidebox simple'),
('Languages::vs_sidebox_with_icon', 'Sidebox with icon'),
('Languages::vs_testimonials', 'Testimonials'),
('Languages::vs_vendor_categories', 'Vendor categories'),
('Languages::vs_vendor_plans.month', 'per month'),
('Languages::vs_vendor_plans.no_microstore', 'NO microstore'),
('Languages::vs_vendor_plans.onetime', 'one time fee'),
('Languages::vs_vendor_plans.year', 'per year'),
('Languages::warehouses.add_all', 'Add all'),
('Languages::warehouses.any_store_type', 'Any type of store'),
('Languages::warehouses.city', 'City'),
('Languages::warehouses.commerceml.import.error.product.warehouse_not_found', 'Couldn\'t find warehouse [id]'),
('Languages::warehouses.commerceml.import.message.warehouse.created', 'Category [id] created; local ID: [local_id]'),
('Languages::warehouses.destinations_configuration.tooltip', 'Products can be taken from different stores and warehouses first, depending on where your customer is. <a href=\"[destinations_url]\" target=\"_blank\">Configure store and warehouse priority individually for each rate area.</a>'),
('Languages::warehouses.exim_reset_inventory_tooltip', 'This won\'t affect the products that have the quantity specified in the imported file. This also won\'t affect products at the warehouses that aren\'t updated in this preset.'),
('Languages::warehouses.in_n_stores', 'in [n] store|in [n] stores'),
('Languages::warehouses.main_destination_tooltip', 'Determines where this place is located. In turn, this determines the shipping rate and delivery time to this place.'),
('Languages::warehouses.name', 'Name'),
('Languages::warehouses.no_matching_stores_found', 'No stores found matching the search criteria'),
('Languages::warehouses.out_of_stock_products', '[product] isn\'t in stock in the selected region.|The following products aren\'t in stock in the selected region: [products]'),
('Languages::warehouses.phone', 'Phone'),
('Languages::warehouses.product_availability', 'Availability in stores'),
('Languages::warehouses.product_available_if_ordered', 'Available if ordered'),
('Languages::warehouses.product_in_stock', 'In stock'),
('Languages::warehouses.quantity', 'Quantity'),
('Languages::warehouses.quantity_tab.no_data', 'This storefront doesn\'t have any stores or warehouses. Please <a href=\"[create_url]\">create one</a> or <a href=\"[list_url]\">make an existing one available</a> for this storefront'),
('Languages::warehouses.rate_area', 'Rate area'),
('Languages::warehouses.search_store', 'Search store'),
('Languages::warehouses.settings', 'Settings'),
('Languages::warehouses.shipping_delay', 'Moving time'),
('Languages::warehouses.shipping_delay.description', 'Product is at a remote warehouse. If you order it, we\'ll send it [shipping_delay].'),
('Languages::warehouses.shipping_delay.description.default', 'Product is at a remote warehouse. If you order it, shipping may take slightly longer.'),
('Languages::warehouses.shipping_delay.description.short', 'If ordered: [shipping_delay]'),
('Languages::warehouses.shipping_delay.tooltip', 'The time it takes to move products from here to another store or warehouse in this rate area.'),
('Languages::warehouses.shipping_delay_for_products', 'Some of the products you ordered are at a remote warehouse. Shipping may take slightly longer than stated here.'),
('Languages::warehouses.shipping_delay_notification', 'Delay warning'),
('Languages::warehouses.shipping_delay_notification.tooltip', 'It will appear if products aren\'t available in the stores and warehouses above.'),
('Languages::warehouses.ship_to', 'Ship to'),
('Languages::warehouses.ship_to_tooltip', 'Determines the rate areas in which the products from this warehouse will be considered available.'),
('Languages::warehouses.show_to', 'Show to'),
('Languages::warehouses.show_to_tooltip', 'Allows you to offer this pickup point to the residents of other rate areas at checkout.'),
('Languages::warehouses.stores_and_warehouses', 'Stores & Warehouses'),
('Languages::warehouses.stores_list', 'List'),
('Languages::warehouses.stores_map', 'Map'),
('Languages::warehouses.store_and_address', 'Store and address'),
('Languages::warehouses.store_type', 'Type'),
('Languages::warehouses.store_type_pickup', 'Pickup point'),
('Languages::warehouses.store_type_store', 'Store'),
('Languages::warehouses.store_type_warehouse', 'Warehouse'),
('Languages::warehouses.store_warehouse', 'Store / Warehouse'),
('Languages::warehouses.type_to_search_or_check_all', 'Type to search, or click the button on the right to add all rate areas'),
('Languages::warehouses.warehouse_stock', 'Quantities'),
('Languages::warehouses.warn_about_delay', 'Warn about delay'),
('Languages::warehouses.warn_about_delay.tooltip', 'If a product has to be moved to the rate area from here, show the moving time in the product list and cart.'),
('Languages::warning', 'Warning'),
('Languages::warning_default_currency_absent', 'Could not assign default currency for the <b>[storefront]</b> storefront. Please update the default currency value on the following page: <a href=\"[link]\">Administration :: Currencies</a>'),
('Languages::warning_default_language_disabled', 'The default language defined in your settings has been disabled or deleted. Please update the Frontend default language value on the following page: <a href=\"[link]\">Settings :: Appearance</a>'),
('Languages::warning_default_language_sharing_removed', 'The default language defined in settings has been removed for the <b>[company]</b> storefront. Please update the Frontend default language value on the following page: <a href=\"[link]\">Settings :: Appearance</a>'),
('Languages::warning_gift_cert_deny', 'The following gift certificates have been deleted or cancelled by administrator and have been removed from your cart: [codes]. Please contact the store administrator or try another one.'),
('Languages::warning_https_is_disabled', 'The secure connection check has failed. Please ensure that SSL certificate is installed on your server. Check out the <a href=\"[href]\" target=\"_blank\">Documentation article</a> for more details.'),
('Languages::warning_insecure_admin_script', 'It is strongly recommended that you rename the default <b>admin.php</b> script (check the <a href=\"[href]\" target=\"_blank\">Documentation</a>) for security reasons.'),
('Languages::warning_insecure_password_email', 'The password must be different from the E-mail! <p><a href=\"[link]\" class=\"underlined\"><b>Change password &#155;&#155;</b></a></p>'),
('Languages::warning_lanvar_incorrect_name', 'Language variable name contains unsupported characters!'),
('Languages::warning_merging_companies', 'Merging two company accounts will remove [company_name] from the database, and all the profile data (products, orders, shipping methods, users, promotions, etc.) will be transferred to this company\'s account'),
('Languages::warning_newsletter_no_recipients', 'Newsletter hasn\'t been sent because no recipients were found matching the selected criteria.'),
('Languages::warning_not_deleted_default_language', 'The [lang_name] language cannot be deleted because it is the default store language'),
('Languages::warning_of_ip_adding', 'The entered IP address <b>[entered_ip]</b> forbids access to the administration panel from your computer (your IP is <b>[your_ip]</b>).'),
('Languages::warning_promotions_incorrect_condition', 'The \"[condition]\" condition can be used in groups with \"[set_value]\" conditions only.'),
('Languages::warning_seo_urls_disabled', 'SEO-friendly URLs are disabled. Check your web server and URL manipulation engine settings.'),
('Languages::warning_store_optimization_dev', 'Auto cache update enabled.<br /><br />Modified files are tracked in real time (including the files modified directly on server) and re-cached.<br /><br />Store performance may be slightly affected. Recommended to disable on production in the <a href=\"[link]\">Themes</a>.'),
('Languages::warning_store_optimization_dev_disabled', 'Auto cache update disabled.<br /><br />Clear compiled templates manually after modifying the theme files by following <a href=\"[link]\">this link</a> to apply the changes.'),
('Languages::warning_subscribers_import', 'Some mailing lists from the input file could not be found in the database. Certain imported subscribers will be left unassigned.'),
('Languages::warning_subscr_email_exists', '<b>[email]</b> is already in the subscribers list'),
('Languages::warning_theme_clone_dir_exists', 'Can not clone theme, because directory you entered is already exist. Please enter another one.'),
('Languages::warning_track_orders_not_allowed', 'You are not allowed to view the details of this order.'),
('Languages::warning_track_orders_not_found', 'The E-mail/Order ID you entered doesn\'t exist'),
('Languages::warning_variants_removal', 'Clicking on Save will remove product feature values.'),
('Languages::warning_zero_price_restricted_product', 'Product <b>\"[product]\"</b> has not been added to the cart, because it doesn\'t have a price.'),
('Languages::webkul_uvdesk', 'Webkul UVdesk'),
('Languages::website', 'Website'),
('Languages::web_pages', 'Web pages'),
('Languages::web_site', 'Website'),
('Languages::week', 'Week'),
('Languages::weekday_0', 'Sunday'),
('Languages::weekday_1', 'Monday'),
('Languages::weekday_2', 'Tuesday'),
('Languages::weekday_3', 'Wednesday'),
('Languages::weekday_4', 'Thursday'),
('Languages::weekday_5', 'Friday'),
('Languages::weekday_6', 'Saturday'),
('Languages::weekday_abr_0', 'Sun'),
('Languages::weekday_abr_1', 'Mon'),
('Languages::weekday_abr_2', 'Tue'),
('Languages::weekday_abr_3', 'Wed'),
('Languages::weekday_abr_4', 'Thu'),
('Languages::weekday_abr_5', 'Fri'),
('Languages::weekday_abr_6', 'Sat'),
('Languages::weekly', 'Weekly'),
('Languages::weeks', 'week(s)'),
('Languages::weight', 'Weight'),
('Languages::weight_dependences', 'Weight dependencies'),
('Languages::weight_limit', 'Weight limit'),
('Languages::weight_modifier', 'Weight modifier'),
('Languages::weight_symbol', 'Weight symbol'),
('Languages::welcome_screen.administrator_info', 'To access the administrator area, use the e-mail (<b>[email]</b>) and the password you have entered earlier.'),
('Languages::welcome_screen.go_admin_panel', 'Go to the administration panel'),
('Languages::welcome_screen.go_settings_wizard', 'Go to the Settings wizard for basic store setup'),
('Languages::welcome_screen.go_storefront', 'Go to the storefront'),
('Languages::welcome_screen.knowledge_base', 'Documentation'),
('Languages::welcome_screen.learn_more_configuration', 'Learn more about storefront configuration in our'),
('Languages::welcome_screen.run_settings_wizard', 'Run Settings wizard'),
('Languages::welcome_screen.thanks', 'Thank you for choosing [product]. Happy selling!'),
('Languages::well_done', 'Well done!'),
('Languages::we_would_like_to_inform', 'We would like to inform you that'),
('Languages::what_is_cvv2', 'What is CVV/CVC'),
('Languages::what_is_new', 'What\'s new'),
('Languages::what_you_would_like_to_do', 'What would you like to do'),
('Languages::where_access_addon', 'Where to access this add-on'),
('Languages::which_is', 'which is'),
('Languages::widget_code', 'Widget code'),
('Languages::widget_what_is_it', '<a href=\"[href]\" target=\"_blank\">What is it?</a>'),
('Languages::width', 'Width'),
('Languages::wishlist', 'Wish list'),
('Languages::wishlist_content', 'Wish list content'),
('Languages::wishlist_note', 'Go to your wishlist'),
('Languages::wishlist_products', 'Wish list products'),
('Languages::wishlist_short', 'Wish list'),
('Languages::without_image', 'Without image'),
('Languages::without_rating', 'Without rating'),
('Languages::with_contact_information', 'With contact information only'),
('Languages::world', 'World'),
('Languages::worldnettps_hash_error', 'An error occurred. Error details: Request and Response hash do not match.'),
('Languages::worldpay_secret', 'MD5 secret for transactions'),
('Languages::wrapper', 'Wrapper'),
('Languages::wrapper_class', 'User-defined wrapper CSS class'),
('Languages::write', 'Write'),
('Languages::write_a_reply', 'write a reply'),
('Languages::write_review', 'Write a review'),
('Languages::wrong_number_initial_order_id', 'The value you entered for the \"Initial order ID value\" setting is not supported. Only integers from 1 to [max_initial_order_id] are supported'),
('Languages::wt_access_note', 'Please note, if you disable or uninstall the \'Watermarks\' add-on, you should remove these instructions from \'.htaccess\' files manually. Otherwise category and product images will be unavailable.'),
('Languages::wt_access_warning', 'Watermark creating is disabled. If there are any \"Rewrite watermarks rules\" instructions in the \"images/.htaccess\" file, you should remove them manually. Otherwise category and product images will be unavailable.'),
('Languages::wt_detailed', 'popup larger images'),
('Languages::wt_fail_apply_graphic_watermark', 'Failed to apply the watermark to [image_type]. The watermark image is not added.'),
('Languages::wt_font', 'Font'),
('Languages::wt_font_color', 'Font color'),
('Languages::wt_font_size_detailed', 'Font size (larger image)'),
('Languages::wt_font_size_icon', 'Font size (thumbnail)'),
('Languages::wt_graphic_watermark', 'Graphic watermark'),
('Languages::wt_icons', 'thumbnails'),
('Languages::wt_images_access_description', 'To deny access to your original images, please add the following instructions to the \'.htaccess\' file in the \'images\' directory of your installation. It will protect your original images. Even if an original image is opened, the corresponding watermarked image will be show instead.'),
('Languages::wt_images_access_info', 'Images access'),
('Languages::wt_text_watermark', 'Text watermark'),
('Languages::wt_watermarks', 'Watermarks'),
('Languages::wt_watermarks_access_description', 'To generate watermarked images automatically even if they are requested not from your store pages, please add the \'.htaccess\' file with the following instructions to the \'images/watermarked\' directory of your installation.'),
('Languages::wt_watermark_detailed', 'Popup larger image watermark'),
('Languages::wt_watermark_horizontal_position', 'Watermark horizontal position'),
('Languages::wt_watermark_icon', 'Thumbnail watermark'),
('Languages::wt_watermark_image', 'Watermark image'),
('Languages::wt_watermark_position', 'Watermark position'),
('Languages::wt_watermark_text', 'Watermark text'),
('Languages::wt_watermark_vertical_position', 'Watermark vertical position'),
('Languages::xml_error', 'XML parse error'),
('Languages::year', 'Year'),
('Languages::yearly', 'Yearly'),
('Languages::years', 'years'),
('Languages::yes', 'Yes'),
('Languages::yesterday', 'Yesterday'),
('Languages::your_age', 'Your age'),
('Languages::your_ip_added', 'Your IP address <b>[ip]</b> has been added to the access restrictions table.'),
('Languages::your_ip_enabled', 'Your IP address <b>[ip]</b> has been enabled in the access restrictions table.'),
('Languages::your_ip_removed', 'Your IP address <b>[ip]</b> has been removed from the access restrictions table.'),
('Languages::your_message', 'Your message'),
('Languages::your_name', 'Your name'),
('Languages::your_range', 'Your range'),
('Languages::your_rating', 'Your rating'),
('Languages::you_can_edit_account_details', 'You can edit the account details now.'),
('Languages::you_have_no_permissions', 'You have no permissions'),
('Languages::you_save', 'You save'),
('Languages::zero_price_action', 'Zero price action'),
('Languages::zipcode', 'Zipcode'),
('Languages::zipcodes', 'Zip/Postal codes'),
('Languages::zip_postal_code', 'Zip/postal code'),
('Languages::zone', 'Zone'),
('Languages::zpa_ask_price', 'Ask customer to enter the price'),
('Languages::zpa_permit', 'Allow customers to add the product to cart'),
('Languages::zpa_refuse', 'Do not allow customers to add the product to cart'),
('ProfileFields::accept_terms', 'I accept the Terms and Conditions'),
('ProfileFields::address', 'Address'),
('ProfileFields::admin_firstname', 'First name'),
('ProfileFields::admin_lastname', 'Last name'),
('ProfileFields::b_address', 'Address'),
('ProfileFields::b_address_2', 'Address'),
('ProfileFields::b_city', 'City'),
('ProfileFields::b_country', 'Country'),
('ProfileFields::b_firstname', 'First name'),
('ProfileFields::b_lastname', 'Last name'),
('ProfileFields::b_phone', 'Phone'),
('ProfileFields::b_state', 'State/province'),
('ProfileFields::b_zipcode', 'Zip/postal code'),
('ProfileFields::city', 'City'),
('ProfileFields::company', 'Company'),
('ProfileFields::company_description', 'Description'),
('ProfileFields::country', 'Country'),
('ProfileFields::email', 'E-mail'),
('ProfileFields::firstname', 'First name'),
('ProfileFields::lastname', 'Last name'),
('ProfileFields::phone', 'Phone'),
('ProfileFields::state', 'State/Province'),
('ProfileFields::s_address', 'Address'),
('ProfileFields::s_address_2', 'Address'),
('ProfileFields::s_address_type', 'Address type'),
('ProfileFields::s_city', 'City'),
('ProfileFields::s_country', 'Country'),
('ProfileFields::s_firstname', 'First name'),
('ProfileFields::s_lastname', 'Last name'),
('ProfileFields::s_phone', 'Phone'),
('ProfileFields::s_state', 'State/province'),
('ProfileFields::s_zipcode', 'Zip/postal code'),
('ProfileFields::url', 'URL'),
('ProfileFields::zipcode', 'Zip/postal code'),
('SettingsOptions::abt__unitheme2::build', ''),
('SettingsOptions::abt__unitheme2::code', ''),
('SettingsOptions::abt__unitheme2_mv::build', ''),
('SettingsOptions::abt__unitheme2_mv::code', ''),
('SettingsOptions::ab__addons_manager::build', ''),
('SettingsOptions::ab__addons_manager::code', ''),
('SettingsOptions::ab__addons_manager::show_subscription', 'Show Alexbranding news channels'),
('SettingsOptions::ab__category_banners::build', ''),
('SettingsOptions::ab__category_banners::code', ''),
('SettingsOptions::ab__category_banners::cron_key', 'cron_key'),
('SettingsOptions::ab__category_banners::decrease_items_per_page', 'decrease_items_per_page'),
('SettingsOptions::ab__category_banners::item_nth', 'item_nth'),
('SettingsOptions::ab__deal_of_the_day::ab__as', 'ab__as'),
('SettingsOptions::ab__deal_of_the_day::ab__as_add_to_sitemap', 'ab__as_add_to_sitemap'),
('SettingsOptions::ab__deal_of_the_day::ab__show_awaited_promos', 'ab__show_awaited_promos'),
('SettingsOptions::ab__deal_of_the_day::ab__show_expired_promos', 'ab__show_expired_promos'),
('SettingsOptions::ab__deal_of_the_day::ab__show_promos', 'ab__show_promos'),
('SettingsOptions::ab__deal_of_the_day::amount_of_promos_in_prods_lists', 'amount_of_promos_in_prods_lists'),
('SettingsOptions::ab__deal_of_the_day::build', ''),
('SettingsOptions::ab__deal_of_the_day::chains_per_page', 'chains_per_page'),
('SettingsOptions::ab__deal_of_the_day::code', ''),
('SettingsOptions::ab__deal_of_the_day::count_to', 'count_to'),
('SettingsOptions::ab__deal_of_the_day::highlight_when_left', 'highlight_when_left'),
('SettingsOptions::ab__deal_of_the_day::max_height', 'max_height'),
('SettingsOptions::ab__deal_of_the_day::promotions_per_page', 'promotions_per_page'),
('SettingsOptions::ab__fast_navigation::add_watermarks', 'add_watermarks'),
('SettingsOptions::ab__fast_navigation::build', ''),
('SettingsOptions::ab__fast_navigation::code', ''),
('SettingsOptions::ab__fast_navigation::load_by_ajax', 'load_by_ajax'),
('SettingsOptions::ab__hide_product_description::align', 'align'),
('SettingsOptions::ab__hide_product_description::appearance', 'appearance'),
('SettingsOptions::ab__hide_product_description::build', ''),
('SettingsOptions::ab__hide_product_description::code', ''),
('SettingsOptions::ab__hide_product_description::custom_class', 'custom_class'),
('SettingsOptions::ab__hide_product_description::hide_in_brand', 'hide_in_brand'),
('SettingsOptions::ab__hide_product_description::hide_in_category', 'hide_in_category'),
('SettingsOptions::ab__hide_product_description::hide_in_product', 'hide_in_product'),
('SettingsOptions::ab__hide_product_description::max_height', 'max_height'),
('SettingsOptions::ab__hide_product_description::selectors', 'selectors'),
('SettingsOptions::ab__hide_product_description::show_button_after_action', 'show_button_after_action'),
('SettingsOptions::ab__hide_product_description::transition', 'transition'),
('SettingsOptions::ab__landing_categories::ab__as', 'ab__as'),
('SettingsOptions::ab__landing_categories::ab__as_add_to_sitemap', 'ab__as_add_to_sitemap'),
('SettingsOptions::ab__landing_categories::add_catalog_to_breadcrumbs', 'add_catalog_to_breadcrumbs'),
('SettingsOptions::ab__landing_categories::build', ''),
('SettingsOptions::ab__landing_categories::catalog_menu', 'catalog_menu'),
('SettingsOptions::ab__landing_categories::code', ''),
('SettingsOptions::ab__landing_categories::link', ''),
('SettingsOptions::ab__landing_categories::maximum_number_of_displayed_items', 'maximum_number_of_displayed_items'),
('SettingsOptions::ab__landing_categories::show_category_tree', 'show_category_tree'),
('SettingsOptions::ab__motivation_block::appearance_type_styles', 'appearance_type_styles'),
('SettingsOptions::ab__motivation_block::bg_color', 'bg_color'),
('SettingsOptions::ab__motivation_block::bg_color_template', ''),
('SettingsOptions::ab__motivation_block::build', ''),
('SettingsOptions::ab__motivation_block::code', ''),
('SettingsOptions::ab__motivation_block::description_type', 'description_type'),
('SettingsOptions::ab__motivation_block::display_attached_mb_items_on_cat_page', 'display_attached_mb_items_on_cat_page'),
('SettingsOptions::ab__motivation_block::save_element_state', 'save_element_state'),
('SettingsOptions::ab__motivation_block::template_variant', 'template_variant'),
('SettingsOptions::ab__motivation_block::use_additional_categories', 'use_additional_categories'),
('SettingsOptions::ab__motivation_block::use_style_presets', 'use_style_presets'),
('SettingsOptions::ab__scroll_to_top::ab__stt_color', ''),
('SettingsOptions::ab__scroll_to_top::build', ''),
('SettingsOptions::ab__scroll_to_top::code', ''),
('SettingsOptions::ab__scroll_to_top::color', ''),
('SettingsOptions::ab__scroll_to_top::font_size', 'font_size'),
('SettingsOptions::ab__scroll_to_top::font_weight', 'font_weight'),
('SettingsOptions::ab__scroll_to_top::hide_on_mobile', 'hide_on_mobile'),
('SettingsOptions::ab__scroll_to_top::icon', 'icon'),
('SettingsOptions::ab__scroll_to_top::margin_bottom', 'margin_bottom'),
('SettingsOptions::ab__scroll_to_top::margin_left', 'margin_left'),
('SettingsOptions::ab__scroll_to_top::margin_right', 'margin_right'),
('SettingsOptions::ab__scroll_to_top::margin_top', 'margin_top'),
('SettingsOptions::ab__scroll_to_top::position', 'position'),
('SettingsOptions::ab__scroll_to_top::show_in_admin_panel', 'show_in_admin_panel'),
('SettingsOptions::ab__scroll_to_top::transition', 'transition'),
('SettingsOptions::ab__scroll_to_top::units', 'units'),
('SettingsOptions::ab__search_motivation::add_default', 'add_default'),
('SettingsOptions::ab__search_motivation::build', ''),
('SettingsOptions::ab__search_motivation::code', ''),
('SettingsOptions::ab__search_motivation::delay', 'delay'),
('SettingsOptions::ab__search_motivation::show_on_cart_page', 'show_on_cart_page'),
('SettingsOptions::ab__search_motivation::show_on_category_page', 'show_on_category_page'),
('SettingsOptions::ab__search_motivation::show_on_checkout_page', 'show_on_checkout_page'),
('SettingsOptions::ab__search_motivation::show_on_homepage', 'show_on_homepage'),
('SettingsOptions::ab__search_motivation::show_on_product_page', 'show_on_product_page'),
('SettingsOptions::ab__search_motivation::shuffle', 'shuffle'),
('SettingsOptions::ab__video_gallery::build', ''),
('SettingsOptions::ab__video_gallery::code', ''),
('SettingsOptions::ab__video_gallery::controls', 'controls'),
('SettingsOptions::ab__video_gallery::cycle', 'cycle'),
('SettingsOptions::ab__video_gallery::enable_microdata', 'enable_microdata'),
('SettingsOptions::ab__video_gallery::on_thumbnail_click', 'on_thumbnail_click'),
('SettingsOptions::ab__video_gallery::position', 'position'),
('SettingsOptions::ab__video_gallery::repeat', 'repeat'),
('SettingsOptions::ab__video_gallery::show_in_lists', 'show_in_lists'),
('SettingsOptions::ab__video_gallery::th_size', 'th_size'),
('SettingsOptions::ab__video_gallery::vertical', 'vertical'),
('SettingsOptions::access_restrictions::admin_reverse_ip_access', 'Allow login to the admin area from specified IPs only'),
('SettingsOptions::access_restrictions::elm_administrator_area_settings', 'Administrator area settings'),
('SettingsOptions::access_restrictions::elm_customer_and_affiliate_area_settings', 'Customer area settings'),
('SettingsOptions::access_restrictions::login_intervals', 'Time between unsuccessful login attempts (seconds)'),
('SettingsOptions::access_restrictions::login_intervals_customer', 'Time between unsuccessful login attempts (seconds)'),
('SettingsOptions::access_restrictions::number_unsuccessful_attempts', 'Number of unsuccessful attempts'),
('SettingsOptions::access_restrictions::number_unsuccessful_attempts_customer', 'Number of unsuccessful attempts'),
('SettingsOptions::access_restrictions::time_block', 'Time for which the IP should be blocked (hours)'),
('SettingsOptions::access_restrictions::time_block_customer', 'Time for which the IP should be blocked (hours)'),
('SettingsOptions::access_restrictions::unsuccessful_attempts_login', 'Block IP after a number of unsuccessful attempts'),
('SettingsOptions::access_restrictions::unsuccessful_attempts_login_customer', 'Block IP after a number of unsuccessful attempts'),
('SettingsOptions::account_passwords_must_contain_mix', 'Password must contain both letters and numbers'),
('SettingsOptions::account_password_expiration_period', 'Password validity period in days (0 - unlimited)'),
('SettingsOptions::address_position', 'Profile address section order'),
('SettingsOptions::admin_elements_per_page', 'Elements per page'),
('SettingsOptions::admin_passwords_must_contain_mix', 'Administrator password must contain both letters and numbers'),
('SettingsOptions::admin_password_expiration_period', 'Password validity period in days (0 - unlimited)'),
('SettingsOptions::agilecrm::agile_account_ask_info', ''),
('SettingsOptions::agilecrm::agile_domain', 'Domain'),
('SettingsOptions::agilecrm::agile_email', 'Email'),
('SettingsOptions::agilecrm::agile_info', 'Agile Information'),
('SettingsOptions::agilecrm::agile_rest_api_key', 'Rest API Key'),
('SettingsOptions::agilecrm::agile_settings', 'Settings'),
('SettingsOptions::agilecrm::import_customers', 'Import existing customers as Contacts to Agile'),
('SettingsOptions::agilecrm::sync_contacts', 'Sync Contacts to Agile'),
('SettingsOptions::agilecrm::sync_orders', 'Sync Orders'),
('SettingsOptions::agilecrm::validate', ''),
('SettingsOptions::agilecrm::web_rules', 'Web Rules'),
('SettingsOptions::agilecrm::web_stats', 'Web Stats'),
('SettingsOptions::agree_terms_conditions', 'Ask customers to agree with terms &amp; conditions during checkout'),
('SettingsOptions::allow_anonymous_shopping', 'Allow shopping for unlogged customers'),
('SettingsOptions::allow_approve_vendors_in_two_steps', 'Review new vendors before granting access to the admin panel'),
('SettingsOptions::allow_create_account_after_order', 'Offer guest to create an account after successful order'),
('SettingsOptions::allow_negative_amount', 'Allow negative amount in inventory'),
('SettingsOptions::allow_usergroup_signup', 'Allow customer to signup for user group'),
('SettingsOptions::allow_vendor_manage_features', 'Allow vendors to manage product features'),
('SettingsOptions::alternative_currency', 'Alternative currency display format'),
('SettingsOptions::apply_for_vendor', 'Allow users to apply for vendor account'),
('SettingsOptions::approve_user_profiles', 'Administrator must activate new user accounts'),
('SettingsOptions::attachments::allow_save_attachments_to_server', 'Save attachments to your server'),
('SettingsOptions::auto_check_updates', 'Check for updates automatically'),
('SettingsOptions::available_product_list_sortings', 'Available product list sortings'),
('SettingsOptions::backend_default_language', 'Backend default language'),
('SettingsOptions::backend_google_auth::backend_google_auth_check', ''),
('SettingsOptions::backend_google_auth::backend_google_auth_client_id', 'Client ID'),
('SettingsOptions::backend_google_auth::backend_google_auth_client_secret', 'Client secret'),
('SettingsOptions::backend_google_auth::backend_google_auth_info', ''),
('SettingsOptions::backend_google_auth::backend_google_warning', ''),
('SettingsOptions::backend_google_auth::credentials', 'Credentials'),
('SettingsOptions::background_image', 'Background image'),
('SettingsOptions::banners::banner_multilang', 'Enable multi-language Images/URLs'),
('SettingsOptions::barcode::elm_configs', 'Configs'),
('SettingsOptions::barcode::elm_image', 'Image'),
('SettingsOptions::barcode::elm_image_info', 'Example Image'),
('SettingsOptions::barcode::elm_specification', 'Specification'),
('SettingsOptions::barcode::elm_spec_descr', 'Spec Description'),
('SettingsOptions::barcode::height', 'Height,px'),
('SettingsOptions::barcode::output', 'Output'),
('SettingsOptions::barcode::prefix', 'Barcode prefix'),
('SettingsOptions::barcode::text', 'Text'),
('SettingsOptions::barcode::type', 'Type'),
('SettingsOptions::barcode::width', 'Width,px'),
('SettingsOptions::bestsellers::final_sale_from', 'Minimum final sale discount (%)'),
('SettingsOptions::bestsellers::last_days', 'Last days'),
('SettingsOptions::bestsellers::period', 'Period'),
('SettingsOptions::bestsellers::sales_amount_from', 'Minimum sales amount to define bestsellers'),
('SettingsOptions::calendar_date_format', 'Calendar date format'),
('SettingsOptions::calendar_week_format', 'Calendar week starts from'),
('SettingsOptions::call_requests::buy_now_with_one_click', 'Enable the \"Buy now with one click\" option'),
('SettingsOptions::call_requests::enable_call_requests_for_vendors', 'Enable call requests for vendors'),
('SettingsOptions::call_requests::general', 'General'),
('SettingsOptions::call_requests::info', ''),
('SettingsOptions::call_requests::order_status', 'Order status'),
('SettingsOptions::call_requests::phone', 'Rewrite phone'),
('SettingsOptions::call_requests::phone_mask', 'Phone mask [Deprecated]'),
('SettingsOptions::call_requests::phone_prefix_length', 'Highlight first chars [Deprecated]'),
('SettingsOptions::can_edit_blocks', 'Allow vendors to edit layouts'),
('SettingsOptions::can_edit_styles', 'Allow vendors to manage styles of the theme'),
('SettingsOptions::cart_prices_w_taxes', 'Display prices with taxes on cart/checkout pages if the method of calculating taxes is based on a unit\'s price'),
('SettingsOptions::catalog_mode::add_to_cart_empty_buy_now_url', 'Allow purchasing products with empty Buy Now URL'),
('SettingsOptions::catalog_mode::main_store_mode', 'Store operation mode'),
('SettingsOptions::category_detailed_image_height', 'Detailed category image height'),
('SettingsOptions::category_detailed_image_width', 'Detailed category image width'),
('SettingsOptions::category_details_thumbnail_height', 'Category details page thumbnail height'),
('SettingsOptions::category_details_thumbnail_width', 'Category details page thumbnail width'),
('SettingsOptions::category_lists_thumbnail_height', 'Categories list thumbnail height'),
('SettingsOptions::category_lists_thumbnail_width', 'Categories list thumbnail width'),
('SettingsOptions::changes_warning', 'Unsaved changes warning'),
('SettingsOptions::change_admin_password_on_first_login', 'Force administrators to change password on the first login'),
('SettingsOptions::char_shadow', 'Character shadows'),
('SettingsOptions::checkout_redirect', 'Allow checkout only from cart'),
('SettingsOptions::colour', 'Color'),
('SettingsOptions::columns_in_products_list', 'Number of columns in the product list'),
('SettingsOptions::company_address', 'Company address'),
('SettingsOptions::company_city', 'Company city'),
('SettingsOptions::company_country', 'Company country'),
('SettingsOptions::company_name', 'Company name'),
('SettingsOptions::company_newsletter_email', 'Reply-To newsletter e-mail address'),
('SettingsOptions::company_orders_department', 'Order department e-mail address'),
('SettingsOptions::company_phone', 'Company phone'),
('SettingsOptions::company_phone_2', 'Company phone 2'),
('SettingsOptions::company_site_administrator', 'Site administrator e-mail address'),
('SettingsOptions::company_start_year', 'Year when the store started its operation'),
('SettingsOptions::company_state', 'Company state'),
('SettingsOptions::company_support_department', 'Help/Support department e-mail address'),
('SettingsOptions::company_users_department', 'User department e-mail address'),
('SettingsOptions::company_website', 'Company website'),
('SettingsOptions::company_zipcode', 'Company zip code'),
('SettingsOptions::configure_sign_in_step', 'Configure \"Sign in\" step'),
('SettingsOptions::convert_to', 'Thumbnail format'),
('SettingsOptions::create_vendor_administrator_account', 'Automatically create the administrator account for the new approved vendor. (If the \"Allow users to apply for vendor account\" setting is enabled)'),
('SettingsOptions::cron_password', 'Access key to cron script which sends e-mail notifications of password change.'),
('SettingsOptions::cscart_uvdesk::uvdesk_access_token', ''),
('SettingsOptions::cscart_uvdesk::uvdesk_comany_domain', ''),
('SettingsOptions::data_feeds::cron_password', 'Cron password'),
('SettingsOptions::date_format', 'Date format'),
('SettingsOptions::day', 'Day'),
('SettingsOptions::default_address', 'Default address'),
('SettingsOptions::default_city', 'Default city'),
('SettingsOptions::default_country', 'Default country'),
('SettingsOptions::default_exceptions_type', 'Exceptions type'),
('SettingsOptions::default_image_previewer', 'Default image previewer'),
('SettingsOptions::default_list_qty_count', 'Number of available quantities'),
('SettingsOptions::default_max_qty', 'Maximum quantity to buy per product'),
('SettingsOptions::default_min_qty', 'Minimum quantity to buy per product'),
('SettingsOptions::default_options_type', 'Options type'),
('SettingsOptions::default_phone', 'Default phone'),
('SettingsOptions::default_products_sorting', 'Product list default sorting'),
('SettingsOptions::default_products_view', 'Product list default view'),
('SettingsOptions::default_products_view_templates', 'Available product list views'),
('SettingsOptions::default_product_details_view', 'Product detailed page view'),
('SettingsOptions::default_qty_step', 'Quantity step'),
('SettingsOptions::default_state', 'Default state'),
('SettingsOptions::default_tracking', 'Track inventory'),
('SettingsOptions::default_wysiwyg_editor', 'Default wysiwyg editor'),
('SettingsOptions::default_zero_price_action', 'Zero price action'),
('SettingsOptions::default_zipcode', 'Default zipcode'),
('SettingsOptions::disable_anonymous_checkout', 'Disable anonymous checkout'),
('SettingsOptions::discussion::category_discussion_type', 'Default value'),
('SettingsOptions::discussion::category_notification_email', 'Send notifications to this E-mail'),
('SettingsOptions::discussion::category_posts_per_page', 'Posts per page'),
('SettingsOptions::discussion::category_post_approval', 'Administrator must approve posts submitted by'),
('SettingsOptions::discussion::category_post_ip_check', 'Only one post from one IP is allowed'),
('SettingsOptions::discussion::company_discussion_type', 'Reviews'),
('SettingsOptions::discussion::company_notification_email', 'Send notifications to this E-mail'),
('SettingsOptions::discussion::company_notify_vendor', 'Send notifications to vendor'),
('SettingsOptions::discussion::company_only_buyers', 'Only buyers can post'),
('SettingsOptions::discussion::company_posts_per_page', 'Posts per page'),
('SettingsOptions::discussion::company_post_approval', 'Administrator must approve posts submitted by'),
('SettingsOptions::discussion::company_post_ip_check', 'Only one post from one IP is allowed'),
('SettingsOptions::discussion::home_page_notification_email', 'Send notifications to this E-mail'),
('SettingsOptions::discussion::home_page_posts_per_page', 'Posts per page'),
('SettingsOptions::discussion::home_page_post_approval', 'Administrator must approve posts submitted by'),
('SettingsOptions::discussion::home_page_post_ip_check', 'Only one post from one IP is allowed'),
('SettingsOptions::discussion::home_page_testimonials', 'Testimonials'),
('SettingsOptions::discussion::order_initiate', 'Allow customer to initiate discussion'),
('SettingsOptions::discussion::order_notify_vendor', 'Send notifications to vendor'),
('SettingsOptions::discussion::order_posts_per_page', 'Posts per page'),
('SettingsOptions::discussion::page_discussion_type', 'Default value'),
('SettingsOptions::discussion::page_notification_email', 'Send notifications to this E-mail'),
('SettingsOptions::discussion::page_notify_vendor', 'Send notifications to vendor'),
('SettingsOptions::discussion::page_posts_per_page', 'Posts per page'),
('SettingsOptions::discussion::page_post_approval', 'Administrator must approve posts submitted by'),
('SettingsOptions::discussion::page_post_ip_check', 'Only one post from one IP is allowed'),
('SettingsOptions::discussion::product_discussion_type', 'Default value'),
('SettingsOptions::discussion::product_notification_email', 'Send notifications to this E-mail'),
('SettingsOptions::discussion::product_notify_vendor', 'Send notifications to vendor'),
('SettingsOptions::discussion::product_posts_per_page', 'Posts per page'),
('SettingsOptions::discussion::product_post_approval', 'Administrator must approve posts submitted by'),
('SettingsOptions::discussion::product_post_ip_check', 'Only one post from one IP is allowed'),
('SettingsOptions::discussion::product_review_after_purchase', 'Only buyers can post'),
('SettingsOptions::display_options_modifiers', 'Display modifiers for product options'),
('SettingsOptions::display_payment_step', 'Display \"Payment method\" step'),
('SettingsOptions::display_shipping_step', 'Display \"Shipping method\" step'),
('SettingsOptions::display_track_orders', 'Display track my orders section'),
('SettingsOptions::display_vendor', 'Display product vendor'),
('SettingsOptions::disregard_options_for_discounts', 'Disregard product options when calculating quantity discounts [Deprecated]'),
('SettingsOptions::edp_key_ttl', 'Download key TTL (for electronically distributed products), hours'),
('SettingsOptions::elements_per_page', 'Elements per page'),
('SettingsOptions::email_marketing::em_checkout_enabled', 'Tick off by default'),
('SettingsOptions::email_marketing::em_double_opt_in', 'Double opt-in'),
('SettingsOptions::email_marketing::em_lastsync', ''),
('SettingsOptions::email_marketing::em_madmimi_api_key', 'API key'),
('SettingsOptions::email_marketing::em_madmimi_list', 'List'),
('SettingsOptions::email_marketing::em_madmimi_username', 'E-mail'),
('SettingsOptions::email_marketing::em_mailchimp_api_key', 'API key'),
('SettingsOptions::email_marketing::em_mailchimp_list', 'List'),
('SettingsOptions::email_marketing::em_service', 'Email integration provider'),
('SettingsOptions::email_marketing::em_show_on_checkout', 'Newsletter checkbox on checkout'),
('SettingsOptions::email_marketing::em_token', ''),
('SettingsOptions::email_marketing::em_welcome_letter', 'Send a welcome letter with the unsubscribe link'),
('SettingsOptions::email_templates', 'Email templates mode'),
('SettingsOptions::enable_compare_products', 'Allow customers to compare products'),
('SettingsOptions::enable_edp', 'Enable selling downloadable products'),
('SettingsOptions::enable_quick_view', 'Enable quick view'),
('SettingsOptions::energothemes_license::et_license', 'License number'),
('SettingsOptions::energothemes_license::et_license_iv', ''),
('SettingsOptions::energothemes_license::et_license_s', ''),
('SettingsOptions::energothemes_license::et_license_sd', ''),
('SettingsOptions::energothemes_license::et_license_t', ''),
('SettingsOptions::energothemes_license::et_license_ta', ''),
('SettingsOptions::energothemes_license::et_license_tap', ''),
('SettingsOptions::energothemes_license::et_license_v', '');
INSERT INTO `partiushop_original_values` (`msgctxt`, `msgid`) VALUES
('SettingsOptions::estimate_shipping_cost', 'Estimate shipping cost on cart page'),
('SettingsOptions::et_search::custom_width', 'Custom width'),
('SettingsOptions::et_search::max_levels', 'Levels to show'),
('SettingsOptions::et_search::o_spacer', 'Level separator'),
('SettingsOptions::et_vivashop_mv_functionality::colors', 'Vendor store default colors'),
('SettingsOptions::et_vivashop_mv_functionality::et_mv_menu_setting_about', 'About us'),
('SettingsOptions::et_vivashop_mv_functionality::et_mv_menu_setting_best', 'Bestsellers'),
('SettingsOptions::et_vivashop_mv_functionality::et_mv_menu_setting_contact', 'Contact'),
('SettingsOptions::et_vivashop_mv_functionality::et_mv_menu_setting_new', 'New items'),
('SettingsOptions::et_vivashop_mv_functionality::et_mv_menu_setting_pages', 'Vendor pages'),
('SettingsOptions::et_vivashop_mv_functionality::et_mv_menu_setting_sale', 'On sale'),
('SettingsOptions::et_vivashop_mv_functionality::et_product_header', 'Product links settings'),
('SettingsOptions::et_vivashop_mv_functionality::et_product_link', 'Product links'),
('SettingsOptions::et_vivashop_mv_functionality::et_vendor_categories', 'Side category menu'),
('SettingsOptions::et_vivashop_mv_functionality::et_vendor_filters', 'Product filters'),
('SettingsOptions::et_vivashop_mv_functionality::functionality', 'Vendor store default settings'),
('SettingsOptions::et_vivashop_mv_functionality::mv_menu_settings', 'Vendor menu items'),
('SettingsOptions::et_vivashop_mv_functionality::plans_page', 'Vendor plans page settings'),
('SettingsOptions::et_vivashop_mv_functionality::plans_page_settings', ''),
('SettingsOptions::et_vivashop_mv_functionality::tpl_colors', ''),
('SettingsOptions::et_vivashop_mv_functionality::vendor_colors', ''),
('SettingsOptions::et_vivashop_mv_functionality::vendor_plans', ''),
('SettingsOptions::et_vivashop_settings::demo_data', 'Demo data'),
('SettingsOptions::et_vivashop_settings::et_viva_brand_page', 'Brand page type'),
('SettingsOptions::et_vivashop_settings::et_viva_filters', 'Filters'),
('SettingsOptions::et_vivashop_settings::et_viva_filter_pc', 'Show product count on filters block'),
('SettingsOptions::et_vivashop_settings::et_viva_product_title_rows', 'Product title rows'),
('SettingsOptions::et_vivashop_settings::et_viva_responsive', 'Responsive mode'),
('SettingsOptions::et_vivashop_settings::et_viva_scroll_up', 'Scroll up button position'),
('SettingsOptions::et_vivashop_settings::et_viva_sidebar_pc', 'Show product count on sidebar categories block'),
('SettingsOptions::et_vivashop_settings::et_viva_side_categories', 'Sidebar categories'),
('SettingsOptions::et_vivashop_settings::functionality', 'VIVAshop functionality settings'),
('SettingsOptions::et_vivashop_settings::viva_demo_data', ''),
('SettingsOptions::exception_style', 'Exception style'),
('SettingsOptions::facebook_pixel::pixel_id', 'Facebook Pixel Identifier'),
('SettingsOptions::facebook_pixel::track_add_to_cart', 'Track adding product to cart'),
('SettingsOptions::facebook_pixel::track_all_page_views', 'Track all page views'),
('SettingsOptions::facebook_pixel::track_order_placed', 'Track placing order'),
('SettingsOptions::feedback_type', 'Help us improve software'),
('SettingsOptions::frontend_default_language', 'Frontend default language'),
('SettingsOptions::ftp_directory', 'Directory'),
('SettingsOptions::ftp_hostname', 'Hostname'),
('SettingsOptions::ftp_password', 'Password'),
('SettingsOptions::ftp_username', 'Username'),
('SettingsOptions::geo_maps::google_api_key', 'API key'),
('SettingsOptions::geo_maps::google_api_notice', ''),
('SettingsOptions::geo_maps::provider', 'Provider'),
('SettingsOptions::geo_maps::show_shippings_on_product', 'Show shipping cost and time on product pages'),
('SettingsOptions::geo_maps::yandex_api_key', 'API key'),
('SettingsOptions::geo_maps::yandex_commercial', 'I use the paid version of the API'),
('SettingsOptions::gift_certificates::cert_per_page', 'Gift certificates per page'),
('SettingsOptions::gift_certificates::code_prefix', 'GC Code prefix'),
('SettingsOptions::gift_certificates::free_products_allow', 'Allow to use free products'),
('SettingsOptions::gift_certificates::max_amount', 'Maximal amount'),
('SettingsOptions::gift_certificates::min_amount', 'Minimal amount'),
('SettingsOptions::gift_certificates::redeem_shipping_cost', 'Allow to redeem shipping cost with gift certificate'),
('SettingsOptions::google_analytics::tracking_code', 'Google Analytics account number'),
('SettingsOptions::google_analytics::track_ecommerce', 'Track e-commerce transactions'),
('SettingsOptions::google_sitemap::categories_change', 'Update frequency'),
('SettingsOptions::google_sitemap::categories_priority', 'Priority'),
('SettingsOptions::google_sitemap::categories_setting', 'Categories settings'),
('SettingsOptions::google_sitemap::clear_url', 'Clear cache'),
('SettingsOptions::google_sitemap::companies_change', 'Update frequency'),
('SettingsOptions::google_sitemap::companies_priority', 'Priority'),
('SettingsOptions::google_sitemap::companies_setting', 'Companies settings'),
('SettingsOptions::google_sitemap::extended_change', 'Update frequency'),
('SettingsOptions::google_sitemap::extended_priority', 'Priority'),
('SettingsOptions::google_sitemap::extended_setting', 'Brand/Manufacturer feature pages settings'),
('SettingsOptions::google_sitemap::include_categories', 'Include in sitemap'),
('SettingsOptions::google_sitemap::include_companies', 'Include in sitemap'),
('SettingsOptions::google_sitemap::include_extended', 'Include in sitemap'),
('SettingsOptions::google_sitemap::include_pages', 'Include in sitemap'),
('SettingsOptions::google_sitemap::include_products', 'Include in sitemap'),
('SettingsOptions::google_sitemap::information', 'Information'),
('SettingsOptions::google_sitemap::pages_change', 'Update frequency'),
('SettingsOptions::google_sitemap::pages_priority', 'Priority'),
('SettingsOptions::google_sitemap::pages_setting', 'Pages settings'),
('SettingsOptions::google_sitemap::products_change', 'Update frequency'),
('SettingsOptions::google_sitemap::products_priority', 'Priority'),
('SettingsOptions::google_sitemap::products_setting', 'Products settings'),
('SettingsOptions::google_sitemap::site_change', 'Update frequency'),
('SettingsOptions::google_sitemap::site_priority', 'Priority'),
('SettingsOptions::google_sitemap::site_setting', 'Homepage settings'),
('SettingsOptions::grid_color', 'Grid color (hexadecimal code)'),
('SettingsOptions::header_1', 'Administrator  settings'),
('SettingsOptions::header_10003', 'SMTP server settings'),
('SettingsOptions::header_10004', 'Sendmail settings'),
('SettingsOptions::header_10070', 'Products list layouts settings'),
('SettingsOptions::header_10080', 'Common settings'),
('SettingsOptions::header_15000', 'Search options'),
('SettingsOptions::header_2', 'Customer settings'),
('SettingsOptions::header_7003', 'Default customer location'),
('SettingsOptions::header_7004', 'Catalog'),
('SettingsOptions::header_7005', 'Users'),
('SettingsOptions::header_7010', 'Format of time intervals'),
('SettingsOptions::header_7024', 'Promotions'),
('SettingsOptions::header_8057', 'Proxy server for outgoing connections'),
('SettingsOptions::header_8158', 'FTP server options'),
('SettingsOptions::height', 'Image height'),
('SettingsOptions::hello_world::some_dropdown', ''),
('SettingsOptions::hello_world::some_prop', ''),
('SettingsOptions::hide_after_validation', 'Do not use verification after first valid answer'),
('SettingsOptions::hide_if_logged', 'Do not use verification if user is logged in'),
('SettingsOptions::hidpi::default_upload_high_res_image', 'Consider all uploaded images HiDPI'),
('SettingsOptions::hybrid_auth::autogen_email', 'Autogeneration email'),
('SettingsOptions::hybrid_auth::icons_pack', 'Icons pack'),
('SettingsOptions::image_zoom::cz_animation_time', 'Animation time'),
('SettingsOptions::image_zoom::cz_zoom_position', 'Zoom position'),
('SettingsOptions::inventory_tracking', 'Enable inventory tracking'),
('SettingsOptions::in_stock_field', 'Show number of available products'),
('SettingsOptions::janrain::apikey', 'API Key'),
('SettingsOptions::janrain::appdomain', 'Application Domain'),
('SettingsOptions::janrain::general_info', 'General info'),
('SettingsOptions::jpeg_quality', 'JPEG format quality (0-100)'),
('SettingsOptions::license_number', 'License number'),
('SettingsOptions::lines_number', 'Number of grid lines'),
('SettingsOptions::livechat::livechat_cart', 'Track your customers\' carts'),
('SettingsOptions::livechat::livechat_hide_on_mobile', 'Hide chat window on mobile'),
('SettingsOptions::livechat::livechat_license', 'LiveChat license'),
('SettingsOptions::livechat::livechat_login', 'LiveChat account'),
('SettingsOptions::livechat::livechat_sso', 'LiveChat'),
('SettingsOptions::livechat::livechat_sso_footer', 'LiveChat info'),
('SettingsOptions::livechat::livechat_version', 'LiveChat version'),
('SettingsOptions::log_lifetime', 'Days before a log entry is removed'),
('SettingsOptions::log_type_categories', 'Categories'),
('SettingsOptions::log_type_database', 'Database'),
('SettingsOptions::log_type_general', 'General'),
('SettingsOptions::log_type_orders', 'Orders'),
('SettingsOptions::log_type_products', 'Products'),
('SettingsOptions::log_type_requests', 'Requests'),
('SettingsOptions::log_type_users', 'Users'),
('SettingsOptions::low_stock_threshold', 'Low stock notification threshold'),
('SettingsOptions::mailer_sendmail_path', 'Path to sendmail program'),
('SettingsOptions::mailer_send_from_admin', 'Send vendor emails from marketplace email addresses'),
('SettingsOptions::mailer_send_method', 'Method of sending e-mails'),
('SettingsOptions::mailer_smtp_auth', 'Use SMTP authentication'),
('SettingsOptions::mailer_smtp_ecrypted_connection', 'Use Encrypted Connection'),
('SettingsOptions::mailer_smtp_host', 'SMTP host'),
('SettingsOptions::mailer_smtp_password', 'SMTP password'),
('SettingsOptions::mailer_smtp_username', 'SMTP username'),
('SettingsOptions::master_products::allow_buy_default_common_product', 'Buy a default common product'),
('SettingsOptions::master_products::allow_vendors_to_create_products', 'Allow vendors to create products'),
('SettingsOptions::max_font_size', 'Maximum font size'),
('SettingsOptions::min_account_password_length', 'Minimum password length'),
('SettingsOptions::min_admin_password_length', 'Minimum administrator password length'),
('SettingsOptions::min_font_size', 'Minimum font size'),
('SettingsOptions::min_order_amount', 'Minimum order amount'),
('SettingsOptions::min_order_amount_type', 'Define minimum order amount by'),
('SettingsOptions::mobile_app::config', ''),
('SettingsOptions::mobile_app::config_data', ''),
('SettingsOptions::monitor_core_changes', 'Monitor changes in core files'),
('SettingsOptions::month', 'Month'),
('SettingsOptions::newsletters::coupon', 'Choose a promotion whose promo code will be given at subscription'),
('SettingsOptions::newsletters::elm_advanced_mailing_server_options', 'Advanced mailing server options'),
('SettingsOptions::newsletters::elm_smtp_server_settings', 'SMTP server settings'),
('SettingsOptions::newsletters::mailer_send_method', 'Method of sending e-mails'),
('SettingsOptions::newsletters::mailer_smtp_auth', 'Use SMTP authentication'),
('SettingsOptions::newsletters::mailer_smtp_ecrypted_connection', 'Use Encrypted Connection'),
('SettingsOptions::newsletters::mailer_smtp_host', 'SMTP host'),
('SettingsOptions::newsletters::mailer_smtp_password', 'SMTP password'),
('SettingsOptions::newsletters::mailer_smtp_username', 'SMTP username'),
('SettingsOptions::newsletters::newsletters_per_pass', 'Newsletters sent per step'),
('SettingsOptions::notice_displaying_time', 'Notice displaying time (to turn off the autohide function enter 0)'),
('SettingsOptions::orders_per_page', 'Orders per page'),
('SettingsOptions::order_start_id', 'Initial order ID value'),
('SettingsOptions::partiuhub_autentique::ambiente', ''),
('SettingsOptions::partiuhub_autentique::seller_doc_name', ''),
('SettingsOptions::partiuhub_autentique::token', ''),
('SettingsOptions::partiuhub_clear_sale::environment', ''),
('SettingsOptions::partiuhub_clear_sale::fingerprint', ''),
('SettingsOptions::partiuhub_clear_sale::name', ''),
('SettingsOptions::partiuhub_clear_sale::password', ''),
('SettingsOptions::partiuhub_correios::correios_ambiente', ''),
('SettingsOptions::partiuhub_correios::correios_cartao', ''),
('SettingsOptions::partiuhub_correios::correios_cnpj', ''),
('SettingsOptions::partiuhub_correios::correios_codigo_administrativo', ''),
('SettingsOptions::partiuhub_correios::correios_contrato', ''),
('SettingsOptions::partiuhub_correios::correios_numero_diretoria', ''),
('SettingsOptions::partiuhub_correios::correios_senha', ''),
('SettingsOptions::partiuhub_correios::correios_usuario', ''),
('SettingsOptions::partiuhub_correios::logistica_ambiente', ''),
('SettingsOptions::partiuhub_correios::rastreamento_resultado', ''),
('SettingsOptions::partiuhub_correios::rastreamento_senha', ''),
('SettingsOptions::partiuhub_correios::rastreamento_usuario', ''),
('SettingsOptions::partiuhub_correios::reversa_senha', ''),
('SettingsOptions::partiuhub_correios::reversa_usuario', ''),
('SettingsOptions::partiuhub_correios::validate', ''),
('SettingsOptions::partiuhub_cronjobs::password', ''),
('SettingsOptions::partiuhub_planos_vendedores::days_to_remind', ''),
('SettingsOptions::partiuhub_planos_vendedores::max_free_trial', ''),
('SettingsOptions::partiuhub_products::environment', ''),
('SettingsOptions::partiuhub_products::payment_options', ''),
('SettingsOptions::partiuhub_shipments::reorganize_shipping_groups_by_warehouse', ''),
('SettingsOptions::paypal::override_customer_info', 'Override customer info'),
('SettingsOptions::paypal::partial_refund_action', ''),
('SettingsOptions::paypal::paypal_ipn_settings', 'Instant payment notification settings'),
('SettingsOptions::paypal::paypal_logo_uploader', 'PayPal logo settings'),
('SettingsOptions::paypal::paypal_logo_uploader_settings', ''),
('SettingsOptions::paypal::paypal_partial_refund_action', 'Order status on partial refund'),
('SettingsOptions::paypal::paypal_partial_refund_action_settings', ''),
('SettingsOptions::paypal::paypal_status_map', 'PayPal order status conversion map'),
('SettingsOptions::paypal::paypal_status_map_settings', ''),
('SettingsOptions::paypal::pp_statuses', ''),
('SettingsOptions::pdf_documents::service_url', 'PDF server'),
('SettingsOptions::phone_validation_mode', 'Supported phone numbers'),
('SettingsOptions::polls::polls_comments_on_page', 'Answers on page'),
('SettingsOptions::polls::polls_votes_on_page', 'Votes on page'),
('SettingsOptions::price_list::group_by_category', 'Group by category'),
('SettingsOptions::price_list::include_options', 'Include product options'),
('SettingsOptions::price_list::price_list_fields', 'Fields'),
('SettingsOptions::price_list::price_list_info', ''),
('SettingsOptions::price_list::price_list_sorting', 'Sort by'),
('SettingsOptions::products_per_page', 'Products per page'),
('SettingsOptions::product_admin_mini_icon_height', 'Admin panel: product mini-icon thumbnail height'),
('SettingsOptions::product_admin_mini_icon_width', 'Admin panel: product mini-icon thumbnail width'),
('SettingsOptions::product_cart_thumbnail_height', 'Product cart page thumbnail height'),
('SettingsOptions::product_cart_thumbnail_width', 'Product cart page thumbnail width'),
('SettingsOptions::product_details_in_tab', 'Display product details in tabs'),
('SettingsOptions::product_details_thumbnail_height', 'Product details page thumbnail height'),
('SettingsOptions::product_details_thumbnail_width', 'Product details page thumbnail width'),
('SettingsOptions::product_lists_thumbnail_height', 'Products list (category, search, etc) thumbnail height'),
('SettingsOptions::product_lists_thumbnail_width', 'Products list (category, search, etc) thumbnail width'),
('SettingsOptions::product_quick_view_thumbnail_height', 'Product quick view thumbnail height'),
('SettingsOptions::product_quick_view_thumbnail_width', 'Product quick view thumbnail width'),
('SettingsOptions::product_reviews::images_upload_allowed', ''),
('SettingsOptions::product_reviews::notice', ''),
('SettingsOptions::product_reviews::reviews_per_page', 'Reviews per page'),
('SettingsOptions::product_reviews::review_after_purchase', 'Only buyers can post'),
('SettingsOptions::product_reviews::review_approval', 'Administrator must approve posts submitted by'),
('SettingsOptions::product_reviews::review_ask_for_customer_location', 'Ask for customer location'),
('SettingsOptions::product_reviews::review_fields', 'Review fields'),
('SettingsOptions::product_reviews::review_ip_check', 'Allow one review per IP address'),
('SettingsOptions::product_reviews::split_reviews_by_storefronts', 'Split reviews by storefront'),
('SettingsOptions::product_variant_mini_icon_height', 'Product variant selector thumbnail height'),
('SettingsOptions::product_variant_mini_icon_width', 'Product variant selector thumbnail width'),
('SettingsOptions::product_variations::variations_allow_auto_change_default_variation', 'Change default variation when it gets hidden or runs out of stock'),
('SettingsOptions::product_variations::variations_allow_own_features', 'Allow own feature values for child variations'),
('SettingsOptions::product_variations::variations_allow_own_images', 'Allow own images for child variations'),
('SettingsOptions::product_variations::variations_show_all_possible_feature_variants', 'Show all possible feature variants'),
('SettingsOptions::proxy_host', 'Proxy host'),
('SettingsOptions::proxy_password', 'Proxy password'),
('SettingsOptions::proxy_port', 'Proxy port'),
('SettingsOptions::proxy_user', 'Proxy user'),
('SettingsOptions::quantity_changer', 'Use \'Value changer\' for the Quantity field'),
('SettingsOptions::quick_registration', 'Quick registration'),
('SettingsOptions::recaptcha::forbidden_countries', 'Excluded countries'),
('SettingsOptions::recaptcha::forbidden_countries_notice', ''),
('SettingsOptions::recaptcha::notice', ''),
('SettingsOptions::recaptcha::recaptcha_secret', 'Secret'),
('SettingsOptions::recaptcha::recaptcha_site_key', 'Site key'),
('SettingsOptions::recaptcha::recaptcha_size', 'Size'),
('SettingsOptions::recaptcha::recaptcha_theme', 'Theme'),
('SettingsOptions::recaptcha::recaptcha_type', 'Type'),
('SettingsOptions::recaptcha::recaptcha_v2_settings', 'reCAPTCHA v2 settings'),
('SettingsOptions::recaptcha::recaptcha_v3_secret', 'Secret'),
('SettingsOptions::recaptcha::recaptcha_v3_settings', 'reCAPTCHA v3 settings'),
('SettingsOptions::recaptcha::recaptcha_v3_site_key', 'Site key'),
('SettingsOptions::recaptcha::recaptcha_v3_success_score', 'Required rating to pass the check'),
('SettingsOptions::recaptcha::settings_proxy', ''),
('SettingsOptions::recaptcha::use_for_settings', 'Antibot settings'),
('SettingsOptions::redesk_connection_multivendor::allow_order_page', ''),
('SettingsOptions::redesk_connection_multivendor::allow_product_page', ''),
('SettingsOptions::redesk_connection_multivendor::api_key', ''),
('SettingsOptions::redesk_connection_multivendor::contact_form', ''),
('SettingsOptions::redesk_connection_multivendor::information', ''),
('SettingsOptions::redesk_connection_multivendor::redesk_url', ''),
('SettingsOptions::rees46::auto_order_sync', ''),
('SettingsOptions::rees46::instant_search', ''),
('SettingsOptions::rees46::modification', ''),
('SettingsOptions::rees46::rees46_docs', ''),
('SettingsOptions::rees46::rees46_docs_header', ''),
('SettingsOptions::rees46::rees46_info', ''),
('SettingsOptions::rees46::rees46_info_header', ''),
('SettingsOptions::rees46::rees46_orders', ''),
('SettingsOptions::rees46::rees46_orders_header', ''),
('SettingsOptions::rees46::rees46_settings_header', ''),
('SettingsOptions::rees46::rees46_statistics', ''),
('SettingsOptions::rees46::rees46_statistics_header', ''),
('SettingsOptions::rees46::rees46_yml', ''),
('SettingsOptions::rees46::rees46_yml_header', ''),
('SettingsOptions::rees46::shop_id', ''),
('SettingsOptions::rees46::shop_secret', ''),
('SettingsOptions::reward_points::auto_price_in_points', '\"Price in points\" is calculated automatically on PER basis'),
('SettingsOptions::reward_points::consider_zero_values', 'Apply zero reward point values'),
('SettingsOptions::reward_points::higher_level_extract', 'If the product and the product category do not have defined reward points but the higher level category has such reward points, extract data from it'),
('SettingsOptions::reward_points::log_per_page', 'Log lines per page'),
('SettingsOptions::reward_points::points_with_discounts', '\"Points\" is recalculated taking into account discounts'),
('SettingsOptions::reward_points::point_rate', 'Points Exchange Rate (PER - the number of points equal to 1 conventional unit)'),
('SettingsOptions::reward_points::price_in_points_order_discount', '\"Price in points\" is recalculated taking into account order discounts'),
('SettingsOptions::reward_points::price_in_points_with_discounts', '\"Price in points\" is recalculated taking into account discounts'),
('SettingsOptions::reward_points::reward_points_order_discount', '\"Points\" is recalculated taking into account order discounts'),
('SettingsOptions::reward_points::several_points_action', 'If several reward points can be applied, set'),
('SettingsOptions::rma::display_product_return_period', 'Display product return period'),
('SettingsOptions::rma::dont_take_weekends_into_account', 'Do not take weekends into account when calculating product return period'),
('SettingsOptions::rss_feed::category_max_products_items', 'Max product number per category'),
('SettingsOptions::rss_feed::display_rss_feed_in_category', 'Show RSS feed for each category'),
('SettingsOptions::rss_feed::managing_editor', 'Content editor'),
('SettingsOptions::save_selected_view', 'Use the selected view for current category or search page only'),
('SettingsOptions::search_objects', 'Search also in'),
('SettingsOptions::secure_admin', 'Enable secure connection in the administration panel'),
('SettingsOptions::secure_storefront', 'Enable secure connection for the storefront'),
('SettingsOptions::seo::non_latin_symbols', 'Allow non-latin symbols in URL'),
('SettingsOptions::seo::seo_category_type', 'Category SEO URL format'),
('SettingsOptions::seo::seo_language', 'Show additional language in the URL'),
('SettingsOptions::seo::seo_other_type', 'Other SEO URL format'),
('SettingsOptions::seo::seo_page_type', 'Page SEO URL format'),
('SettingsOptions::seo::seo_product_type', 'Product SEO URL format'),
('SettingsOptions::seo::single_url', 'Use single URL for all languages'),
('SettingsOptions::show_cats', 'Show the \'Categories\' section'),
('SettingsOptions::show_menu_descriptions', 'Show menu description in admin panel'),
('SettingsOptions::show_out_of_stock_products', 'Show out of stock products'),
('SettingsOptions::show_prices_taxed_clean', 'Display prices with taxes on category/product pages if the method of calculating taxes is based on a unit\'s price'),
('SettingsOptions::show_products_from_subcategories', 'Show products from subcategories of the selected category'),
('SettingsOptions::show_rootcats_only', 'Show only root level categories links in the \'Categories\' section'),
('SettingsOptions::show_site_info', 'Show the \'Site info\' section'),
('SettingsOptions::show_unavailable_shipping_methods', 'Show unavailable shippings'),
('SettingsOptions::sign_in_default_action', 'Default option for the \"New customer\" section at the \"Sign in\"'),
('SettingsOptions::social_buttons::facebook_action', 'Button verb'),
('SettingsOptions::social_buttons::facebook_action_font', 'Button font'),
('SettingsOptions::social_buttons::facebook_app_id', 'Facebook app ID'),
('SettingsOptions::social_buttons::facebook_colorscheme', 'Color scheme'),
('SettingsOptions::social_buttons::facebook_display_on', 'Display on'),
('SettingsOptions::social_buttons::facebook_enable', 'Show Facebook button'),
('SettingsOptions::social_buttons::facebook_header', 'Facebook settings'),
('SettingsOptions::social_buttons::facebook_href', 'The URL of the page to like'),
('SettingsOptions::social_buttons::facebook_lang', 'Language'),
('SettingsOptions::social_buttons::facebook_layout', 'Button layout'),
('SettingsOptions::social_buttons::facebook_send', 'Include a Send button with the Like button'),
('SettingsOptions::social_buttons::facebook_show_faces', 'Display profile photos'),
('SettingsOptions::social_buttons::facebook_width', 'Width of the Like button (px)'),
('SettingsOptions::social_buttons::pinterest_color', 'Color'),
('SettingsOptions::social_buttons::pinterest_display_on', 'Display on'),
('SettingsOptions::social_buttons::pinterest_enable', 'Show Pinterest button'),
('SettingsOptions::social_buttons::pinterest_header', 'Pinterest settings'),
('SettingsOptions::social_buttons::pinterest_shape', 'Shape'),
('SettingsOptions::social_buttons::pinterest_size', 'Button size'),
('SettingsOptions::social_buttons::twitter_display_count', 'Display count'),
('SettingsOptions::social_buttons::twitter_display_on', 'Display on'),
('SettingsOptions::social_buttons::twitter_enable', 'Show Twitter button'),
('SettingsOptions::social_buttons::twitter_header', 'Twitter settings'),
('SettingsOptions::social_buttons::twitter_size', 'Button size'),
('SettingsOptions::social_buttons::twitter_via', 'Via'),
('SettingsOptions::social_buttons::vkontakte_appid', 'Vkontakte app ID'),
('SettingsOptions::social_buttons::vkontakte_buttons_name', 'Button name'),
('SettingsOptions::social_buttons::vkontakte_button_style', 'Button layout'),
('SettingsOptions::social_buttons::vkontakte_display_on', 'Display on'),
('SettingsOptions::social_buttons::vkontakte_enable', 'Show Vkontakte button'),
('SettingsOptions::social_buttons::vkontakte_header', 'Vkontakte settings'),
('SettingsOptions::social_buttons::vkontakte_height', 'Button height (px)'),
('SettingsOptions::social_buttons::vkontakte_width', 'Button width (px)'),
('SettingsOptions::social_buttons::yandex_display_on', 'Display on'),
('SettingsOptions::social_buttons::yandex_enable', 'Show Yandex.Share block'),
('SettingsOptions::social_buttons::yandex_header', 'Yandex settings'),
('SettingsOptions::social_buttons::yandex_share_code', 'Yandex.Share code'),
('SettingsOptions::storefront_rest_api::access_key', 'Access key'),
('SettingsOptions::store_access_key', 'Access key to temporarily closed store'),
('SettingsOptions::store_locator::print_map', 'Show map in order-related documents'),
('SettingsOptions::store_locator::show_locations_at_geolocator', 'Use list of cities instead of a map'),
('SettingsOptions::store_mode', 'Close storefront'),
('SettingsOptions::string_length', 'String length'),
('SettingsOptions::string_type', 'String type'),
('SettingsOptions::suppliers::display_shipping_methods_separately', 'Display shipping methods to each supplier separately'),
('SettingsOptions::suppliers::display_supplier', 'Display product supplier company'),
('SettingsOptions::tags::tags_for_pages', 'Tags for pages'),
('SettingsOptions::tags::tags_for_products', 'Tags for products'),
('SettingsOptions::taxes_using_default_address', 'Estimate taxes using default address on cart/checkout pages'),
('SettingsOptions::tax_calculation', 'Tax calculation method based on'),
('SettingsOptions::thumbnails_gallery', 'Display mini thumbnail images as a gallery'),
('SettingsOptions::thumbnail_background_color', 'Thumbnail background color'),
('SettingsOptions::timezone', 'Time zone'),
('SettingsOptions::time_format', 'Time format'),
('SettingsOptions::top_pagination', 'Display the \'Pagination section\' on the top of the listed object'),
('SettingsOptions::user_multiple_profiles', 'Allow users to create multiple profiles for one account'),
('SettingsOptions::use_for', 'Use for'),
('SettingsOptions::use_single_coupon', 'Allow customers to use single discount coupon only'),
('SettingsOptions::vendors_per_page', 'Vendors per page'),
('SettingsOptions::vendor_communication::show_on_order', 'Contact button on detailed order page'),
('SettingsOptions::vendor_communication::show_on_product', 'Contact button on product pages'),
('SettingsOptions::vendor_communication::show_on_vendor', 'Contact button in vendor microstore'),
('SettingsOptions::vendor_communication::vendor_to_admin_communication', 'Vendor-to-admin communication'),
('SettingsOptions::vendor_communication::vendor_to_customer_communication', 'Customer-to-seller communication'),
('SettingsOptions::vendor_data_premoderation::approval_info', ''),
('SettingsOptions::vendor_data_premoderation::products_prior_approval', 'Approval of newly-created products'),
('SettingsOptions::vendor_data_premoderation::products_updates_approval', 'Approval of product info updates'),
('SettingsOptions::vendor_data_premoderation::product_premoderation_fields', 'Require approval for updates of'),
('SettingsOptions::vendor_data_premoderation::vendors_prior_approval', 'Approval of newly-created vendors'),
('SettingsOptions::vendor_data_premoderation::vendor_profile_updates_approval', 'Approval of vendor profile updates'),
('SettingsOptions::vendor_debt_payout::block_admin_panel', 'Block admin panel of suspended vendors'),
('SettingsOptions::vendor_debt_payout::default_grace_period_to_refill_balance', 'Grace period to refill balance'),
('SettingsOptions::vendor_debt_payout::default_lowers_allowed_balance', 'Suspend vendors if their balance remains below'),
('SettingsOptions::vendor_debt_payout::payout_overdue_limit', ''),
('SettingsOptions::vendor_debt_payout::settings_template', ''),
('SettingsOptions::vendor_debt_payout::vendor_debt_limit', ''),
('SettingsOptions::vendor_locations::api_key', 'Google Maps API key'),
('SettingsOptions::vendor_locations::distance_unit', 'Distance measurement unit'),
('SettingsOptions::vendor_locations::filter_by', 'Vendors shown by default'),
('SettingsOptions::vendor_locations::max_search_radius', 'Maximum radius in distance filter'),
('SettingsOptions::vendor_locations::start_search_radius', 'Default radius in distance filter'),
('SettingsOptions::vendor_panel_configurator::config_form', ''),
('SettingsOptions::vendor_panel_configurator::element_color', ''),
('SettingsOptions::vendor_panel_configurator::product_fields_configuration', ''),
('SettingsOptions::vendor_panel_configurator::product_tabs_configuration', ''),
('SettingsOptions::vendor_panel_configurator::sidebar_background_image', ''),
('SettingsOptions::vendor_panel_configurator::sidebar_color', ''),
('SettingsOptions::vendor_panel_configurator::vendor_panel_config', ''),
('SettingsOptions::vendor_plans::allow_vendors_to_change_plan', 'Allow vendors to change their current plan'),
('SettingsOptions::vendor_plans::collect_taxes_from_vendors', 'Collect taxes from vendors'),
('SettingsOptions::vendor_plans::commissions_header', 'Commissions'),
('SettingsOptions::vendor_plans::include_shipping', 'Include shipping cost in vendor commissions'),
('SettingsOptions::vendor_plans::include_taxes_in_commission', 'Include taxes in vendor commissions'),
('SettingsOptions::vendor_privileges::default_vendor_usesrgroup', 'Default user group for vendors\' administrators'),
('SettingsOptions::watermarks::apply_to_categories', 'Category watermarks'),
('SettingsOptions::watermarks::apply_to_product', 'Product watermarks'),
('SettingsOptions::watermarks::images_access_info', 'Images access'),
('SettingsOptions::watermarks::use_for_category_detailed', 'Original size images'),
('SettingsOptions::watermarks::use_for_category_icons', 'Resized images'),
('SettingsOptions::watermarks::use_for_product_detailed', 'Original size images'),
('SettingsOptions::watermarks::use_for_product_icons', 'Resized images'),
('SettingsOptions::watermarks::watermark', 'Watermark'),
('SettingsOptions::watermarks::watermark_settings', ''),
('SettingsOptions::week', 'Week'),
('SettingsOptions::weight_symbol', 'Weight symbol'),
('SettingsOptions::weight_symbol_grams', 'Grams in the unit of weight defined by the weight symbol'),
('SettingsOptions::width', 'Image width'),
('SettingsOptions::year', 'Year'),
('SettingsSections::abt__unitheme2::settings', ''),
('SettingsSections::abt__unitheme2_mv::settings', ''),
('SettingsSections::ab__addons_manager::settings', ''),
('SettingsSections::ab__category_banners::settings', ''),
('SettingsSections::ab__deal_of_the_day::settings', ''),
('SettingsSections::ab__fast_navigation::settings', ''),
('SettingsSections::ab__hide_product_description::settings', ''),
('SettingsSections::ab__landing_categories::settings', ''),
('SettingsSections::ab__motivation_block::admin_panel', 'admin_panel'),
('SettingsSections::ab__motivation_block::appearance', 'appearance'),
('SettingsSections::ab__motivation_block::settings', 'settings'),
('SettingsSections::ab__scroll_to_top::settings', ''),
('SettingsSections::ab__search_motivation::settings', ''),
('SettingsSections::ab__video_gallery::settings', ''),
('SettingsSections::access_restrictions::general', 'General'),
('SettingsSections::agilecrm::general', 'General'),
('SettingsSections::Appearance', 'Appearance'),
('SettingsSections::attachments::general', 'General'),
('SettingsSections::backend_google_auth::general', ''),
('SettingsSections::banners::general', 'General'),
('SettingsSections::barcode::general', 'General'),
('SettingsSections::bestsellers::general', 'General'),
('SettingsSections::bestsellers::newest', 'Newest'),
('SettingsSections::call_requests::general', 'General'),
('SettingsSections::catalog_mode::general', 'General'),
('SettingsSections::Checkout', 'Checkout'),
('SettingsSections::Company', 'Company'),
('SettingsSections::cscart_uvdesk::uvdesk_activation_settings', ''),
('SettingsSections::data_feeds::general', 'General'),
('SettingsSections::discussion::categories', 'Categories'),
('SettingsSections::discussion::companies', 'Vendors'),
('SettingsSections::discussion::orders', 'Orders'),
('SettingsSections::discussion::pages', 'Pages'),
('SettingsSections::discussion::products', 'Products'),
('SettingsSections::discussion::testimonials', 'Testimonials'),
('SettingsSections::Emails', 'E-mails'),
('SettingsSections::email_marketing::general', 'General'),
('SettingsSections::email_marketing::madmimi', 'MadMimi'),
('SettingsSections::email_marketing::mailchimp', 'MailChimp'),
('SettingsSections::energothemes_license::main', ''),
('SettingsSections::et_search::section1', ''),
('SettingsSections::et_vivashop_mv_functionality::main', ''),
('SettingsSections::et_vivashop_settings::main', ''),
('SettingsSections::facebook_pixel::general', 'General'),
('SettingsSections::General', 'General'),
('SettingsSections::geo_maps::general', 'General'),
('SettingsSections::geo_maps::google', 'Google'),
('SettingsSections::geo_maps::yandex', 'Yandex'),
('SettingsSections::gift_certificates::general', 'General'),
('SettingsSections::google_analytics::general', 'General'),
('SettingsSections::google_sitemap::general', 'General'),
('SettingsSections::hello_world::general', ''),
('SettingsSections::hidpi::general', 'General'),
('SettingsSections::hybrid_auth::general', 'General'),
('SettingsSections::Image_verification', 'Image verification'),
('SettingsSections::image_zoom::general', 'General'),
('SettingsSections::janrain::general', 'General'),
('SettingsSections::livechat::general', 'General'),
('SettingsSections::Logging', 'Logging'),
('SettingsSections::master_products::general', 'General'),
('SettingsSections::mobile_app::service', 'Configure'),
('SettingsSections::newsletters::general', 'General'),
('SettingsSections::newsletters::promotions', 'Promotions'),
('SettingsSections::partiuhub_autentique::auth', ''),
('SettingsSections::partiuhub_clear_sale::general', ''),
('SettingsSections::partiuhub_correios::atualizar_contrato', ''),
('SettingsSections::partiuhub_correios::general', ''),
('SettingsSections::partiuhub_correios::general_rastreamento', ''),
('SettingsSections::partiuhub_correios::logistica_reversa', ''),
('SettingsSections::partiuhub_cronjobs::general', ''),
('SettingsSections::partiuhub_planos_vendedores::config', ''),
('SettingsSections::partiuhub_products::general', ''),
('SettingsSections::partiuhub_shipments::armazem', ''),
('SettingsSections::paypal::general', 'General'),
('SettingsSections::pdf_documents::general', ''),
('SettingsSections::polls::general', 'General'),
('SettingsSections::price_list::general', 'General'),
('SettingsSections::product_reviews::general', ''),
('SettingsSections::product_variations::general', 'General'),
('SettingsSections::recaptcha::forbidden_countries', 'Excluded countries'),
('SettingsSections::recaptcha::general', 'General'),
('SettingsSections::redesk_connection_multivendor::general', ''),
('SettingsSections::rees46::main', ''),
('SettingsSections::Reports', 'Reports'),
('SettingsSections::reward_points::general', 'General'),
('SettingsSections::rma::general', 'General'),
('SettingsSections::rss_feed::general', 'General'),
('SettingsSections::Security', 'Security settings'),
('SettingsSections::seo::general', 'General'),
('SettingsSections::Sitemap', 'Sitemap'),
('SettingsSections::social_buttons::facebook', 'Facebook'),
('SettingsSections::social_buttons::pinterest', 'Pinterest'),
('SettingsSections::social_buttons::twitter', 'Twitter'),
('SettingsSections::social_buttons::vkontakte', 'Vkontakte'),
('SettingsSections::social_buttons::yandex', 'Yandex'),
('SettingsSections::storefront_rest_api::general', 'General'),
('SettingsSections::store_locator::general', 'General'),
('SettingsSections::suppliers::general', 'General'),
('SettingsSections::tags::general', 'General'),
('SettingsSections::Thumbnails', 'Thumbnails'),
('SettingsSections::Upgrade_center', 'Upgrade center'),
('SettingsSections::Vendors', 'Vendors'),
('SettingsSections::vendor_communication::general', 'General'),
('SettingsSections::vendor_communication::vendor_to_customer', 'For customers'),
('SettingsSections::vendor_data_premoderation::products', 'Vendor products'),
('SettingsSections::vendor_data_premoderation::vendors', 'Vendor account'),
('SettingsSections::vendor_debt_payout::general', ''),
('SettingsSections::vendor_locations::general', ''),
('SettingsSections::vendor_panel_configurator::product_page_settings', 'Product page settings'),
('SettingsSections::vendor_panel_configurator::vendor_panel_style', 'Vendor panel style'),
('SettingsSections::vendor_plans::general', ''),
('SettingsSections::vendor_privileges::general', 'General'),
('SettingsSections::watermarks::general', 'General'),
('SettingsTooltips::ab__addons_manager::show_subscription', 'On the page \"AB: List of available sets/add-ons\" in the AB-menu will be displayed links to our news channels'),
('SettingsTooltips::ab__category_banners::cron_key', 'cron_key'),
('SettingsTooltips::ab__category_banners::decrease_items_per_page', 'decrease_items_per_page'),
('SettingsTooltips::ab__category_banners::item_nth', 'item_nth'),
('SettingsTooltips::ab__deal_of_the_day::ab__show_awaited_promos', 'ab__show_awaited_promos'),
('SettingsTooltips::ab__deal_of_the_day::ab__show_expired_promos', 'ab__show_expired_promos'),
('SettingsTooltips::ab__deal_of_the_day::amount_of_promos_in_prods_lists', 'amount_of_promos_in_prods_lists'),
('SettingsTooltips::ab__deal_of_the_day::chains_per_page', 'chains_per_page'),
('SettingsTooltips::ab__deal_of_the_day::count_to', 'count_to'),
('SettingsTooltips::ab__deal_of_the_day::highlight_when_left', 'highlight_when_left'),
('SettingsTooltips::ab__deal_of_the_day::max_height', 'max_height'),
('SettingsTooltips::ab__deal_of_the_day::promotions_per_page', 'promotions_per_page'),
('SettingsTooltips::ab__fast_navigation::add_watermarks', 'add_watermarks'),
('SettingsTooltips::ab__fast_navigation::load_by_ajax', 'load_by_ajax'),
('SettingsTooltips::ab__hide_product_description::custom_class', 'custom_class'),
('SettingsTooltips::ab__hide_product_description::hide_in_product', 'hide_in_product'),
('SettingsTooltips::ab__hide_product_description::max_height', 'max_height'),
('SettingsTooltips::ab__hide_product_description::selectors', 'selectors'),
('SettingsTooltips::ab__hide_product_description::show_button_after_action', 'show_button_after_action'),
('SettingsTooltips::ab__landing_categories::catalog_menu', 'catalog_menu'),
('SettingsTooltips::ab__landing_categories::show_category_tree', 'show_category_tree'),
('SettingsTooltips::ab__motivation_block::display_attached_mb_items_on_cat_page', 'display_attached_mb_items_on_cat_page'),
('SettingsTooltips::ab__motivation_block::save_element_state', 'save_element_state'),
('SettingsTooltips::ab__motivation_block::template_variant', 'template_variant'),
('SettingsTooltips::ab__motivation_block::use_additional_categories', 'use_additional_categories'),
('SettingsTooltips::ab__motivation_block::use_style_presets', 'use_style_presets'),
('SettingsTooltips::ab__scroll_to_top::font_size', 'font_size'),
('SettingsTooltips::ab__scroll_to_top::margin_bottom', 'margin_bottom'),
('SettingsTooltips::ab__scroll_to_top::margin_left', 'margin_left'),
('SettingsTooltips::ab__scroll_to_top::margin_right', 'margin_right'),
('SettingsTooltips::ab__scroll_to_top::margin_top', 'margin_top'),
('SettingsTooltips::ab__scroll_to_top::transition', 'transition'),
('SettingsTooltips::ab__scroll_to_top::units', 'units'),
('SettingsTooltips::ab__search_motivation::add_default', 'add_default'),
('SettingsTooltips::ab__search_motivation::delay', 'delay'),
('SettingsTooltips::ab__video_gallery::cycle', 'cycle'),
('SettingsTooltips::ab__video_gallery::enable_microdata', 'enable_microdata'),
('SettingsTooltips::ab__video_gallery::on_thumbnail_click', 'on_thumbnail_click'),
('SettingsTooltips::ab__video_gallery::position', 'position'),
('SettingsTooltips::ab__video_gallery::show_in_lists', 'show_in_lists'),
('SettingsTooltips::ab__video_gallery::vertical', 'vertical'),
('SettingsTooltips::agree_terms_conditions', 'The text of terms & conditions is in the \"terms_and_conditions_content\" language variable.'),
('SettingsTooltips::allow_approve_vendors_in_two_steps', 'New vendors will get the \"Pending\" status after approval. This will hide them on the storefront.'),
('SettingsTooltips::attachments::allow_save_attachments_to_server', 'Attachments listed as URLs in the imported file will be downloaded to your server.'),
('SettingsTooltips::call_requests::enable_call_requests_for_vendors', 'This will also replace marketplace contact information with vendors\' where necessary.'),
('SettingsTooltips::call_requests::phone_mask', 'Leave empty to use automatic country-based phone pattern, or type in a custom pattern. You can use spaces, commas, +, -, and digits. Note that 9 represents any digit; if you need a 9, type \\\\9. Examples: +9 (999) 999 99 99, 99999999, 999 999 99 or +99-99-9999-9999.'),
('SettingsTooltips::call_requests::phone_prefix_length', 'Including parenthesis, spaces, etc. Use to highlight country code, area code, and phone prefix.'),
('SettingsTooltips::checkout_redirect', 'Show the Checkout button only on the Cart Content page.'),
('SettingsTooltips::configure_sign_in_step', 'This step can be hidden only if it doesn\'t have any required contact info fields and anonymous checkout is allowed.'),
('SettingsTooltips::cron_password', 'Use: http://www.example.com/admin.php?dispatch=profiles.password_reminder&cron_password=key_value.'),
('SettingsTooltips::default_list_qty_count', 'Replace product quantity selector with a dropdown list with X variants.'),
('SettingsTooltips::default_max_qty', 'Sell no more than X units of a product in an order.'),
('SettingsTooltips::default_min_qty', 'Sell no less than X units of a product in an order.'),
('SettingsTooltips::default_qty_step', 'Increase or decrease the number of purchased product units only by X.'),
('SettingsTooltips::discussion::category_discussion_type', 'Determines if comments and/or reviews are allowed for newly-created categories. Doesn\'t affect existing categories.'),
('SettingsTooltips::discussion::company_only_buyers', 'Allow leaving reviews for a vendor only to those who bought products from that vendor.'),
('SettingsTooltips::discussion::page_discussion_type', 'Determines if comments and/or reviews are allowed for newly-created pages. Doesn\'t affect existing pages.'),
('SettingsTooltips::discussion::product_discussion_type', 'Determines if comments and/or reviews are allowed for newly-created products. Doesn\'t affect existing products.'),
('SettingsTooltips::discussion::product_review_after_purchase', 'Allow leaving reviews for a product only to those who bought that product.'),
('SettingsTooltips::display_payment_step', 'If the step is hidden, the first active method will be used by default.'),
('SettingsTooltips::display_shipping_step', 'If the step is hidden, the first active method will be used by default.'),
('SettingsTooltips::energothemes_license::et_license', 'Insert your license key as described in the theme documentation'),
('SettingsTooltips::et_search::custom_width', 'Insert your custom pixel width. Please insert only the number without the \"px\" at the end. (default: \"204\")'),
('SettingsTooltips::et_search::max_levels', 'Number of children categories to show (default: 2)'),
('SettingsTooltips::et_search::o_spacer', 'Insert the text to indent each category level (default: \"¦    \" - empty)'),
('SettingsTooltips::et_vivashop_mv_functionality::et_mv_menu_setting_best', 'Only for Vendors with microstore plan'),
('SettingsTooltips::et_vivashop_mv_functionality::et_mv_menu_setting_new', 'Only for Vendors with microstore plan'),
('SettingsTooltips::et_vivashop_mv_functionality::et_mv_menu_setting_sale', 'Only for Vendors with microstore plan'),
('SettingsTooltips::et_vivashop_mv_functionality::et_vendor_categories', 'Set the default vendor category sidebar style for all vendor stores'),
('SettingsTooltips::et_vivashop_mv_functionality::et_vendor_filters', 'Set the default filter type for all vendors stores'),
('SettingsTooltips::et_vivashop_settings::et_viva_brand_page', 'Set the way brands are displayed on the Brands page'),
('SettingsTooltips::et_vivashop_settings::et_viva_filters', 'Set the way filters are displayed'),
('SettingsTooltips::et_vivashop_settings::et_viva_product_title_rows', 'Display the product titles on single or multiple rows'),
('SettingsTooltips::et_vivashop_settings::et_viva_scroll_up', 'Choose the position of the scroll to top button'),
('SettingsTooltips::et_vivashop_settings::et_viva_side_categories', 'Set the way the category sidebar is displayed'),
('SettingsTooltips::geo_maps::google_api_key', 'Get the API key here: <a href=\" https://console.developers.google.com\" target=\"_blank\"> https://console.developers.google.com</a>'),
('SettingsTooltips::geo_maps::yandex_api_key', 'Get the API key here: <a href=\"https://developer.tech.yandex.ru/\" target=\"_blank\">https://developer.tech.yandex.ru</a>'),
('SettingsTooltips::hidpi::default_upload_high_res_image', 'Make the \"I\'m uploading a HiDPI image\" checkboxes ticked by default everywhere where images are uploaded. You\'ll be able to untick those checkboxes when necessary.'),
('SettingsTooltips::hybrid_auth::autogen_email', 'Enables the email auto generation in case that a social network does not pass the address.'),
('SettingsTooltips::hybrid_auth::icons_pack', 'Directory with the social networks icons. A path to the directory: media/images/addons/addons/hybrid_auth/icons/.'),
('SettingsTooltips::image_zoom::cz_animation_time', 'Duration of the animation effects in milliseconds.'),
('SettingsTooltips::image_zoom::cz_zoom_position', 'Specifies position of zoom window.'),
('SettingsTooltips::log_lifetime', 'Enter 0 if you don\'t want any automatic removal of old logs.'),
('SettingsTooltips::master_products::allow_buy_default_common_product', 'The \"Add to cart\" button will appear next to the product (not just its offers) and select the best offer available.'),
('SettingsTooltips::master_products::allow_vendors_to_create_products', 'If you don\'t allow it, vendors will only be able to sell the products that you added to the marketplace.'),
('SettingsTooltips::order_start_id', 'Use a number between 1 and 10000000 or leave empty for auto-filling.'),
('SettingsTooltips::pdf_documents::service_url', 'The location of the server where we\'ll be generating PDF files for your site. All servers work the same way, and they don\'t keep or analyze any of your data. Select the one that your legal advisor suggests, or the one you\'re most comfortable with.'),
('SettingsTooltips::phone_validation_mode', 'Determines what users can enter as their phone number.'),
('SettingsTooltips::product_reviews::review_after_purchase', 'Allow leaving reviews for a product only to those who bought that product.'),
('SettingsTooltips::product_variations::variations_allow_auto_change_default_variation', 'Ensure that customers always see the products that are in stock first. We recommend leaving this setting enabled for better filtering of variations.'),
('SettingsTooltips::product_variations::variations_allow_own_features', 'If child variations aren\'t allowed to have their own values for features, they will use the values from the default variation of the catalog item.'),
('SettingsTooltips::product_variations::variations_allow_own_images', 'If child variations aren\'t allowed to have their own images, they will use the images from the default variation of the catalog item.'),
('SettingsTooltips::product_variations::variations_show_all_possible_feature_variants', 'Show a feature variant even if it is not available for this variation.'),
('SettingsTooltips::quick_registration', 'Require only contact information for registration.'),
('SettingsTooltips::reward_points::consider_zero_values', 'The reward points rules with the zero values should be considered'),
('SettingsTooltips::rss_feed::display_rss_feed_in_category', 'RSS icon near category title.'),
('SettingsTooltips::rss_feed::managing_editor', 'Enter the content editor\'s email and real name, e.g. john@example.com (John Doe)'),
('SettingsTooltips::secure_admin', 'SSL certificate must be installed on your server.'),
('SettingsTooltips::secure_storefront', 'SSL certificate must be installed on your server.'),
('SettingsTooltips::show_menu_descriptions', 'Affects the menus like Products and Orders in the admin panel.'),
('SettingsTooltips::show_unavailable_shipping_methods', 'Show real-time shipping methods even if their servers haven\'t returned the rates'),
('SettingsTooltips::social_buttons::facebook_app_id', 'Specify any Facebook app ID, otherwise the button will not be shown'),
('SettingsTooltips::social_buttons::facebook_href', 'Leave empty to use an actual page URL'),
('SettingsTooltips::social_buttons::facebook_show_faces', 'Enable to display profile photos below the button (standard layout only)'),
('SettingsTooltips::social_buttons::twitter_via', 'User name to attribute the Tweet to (i.e. \'via @username\')'),
('SettingsTooltips::social_buttons::vkontakte_width', 'Only for the button with text counter');
INSERT INTO `partiushop_original_values` (`msgctxt`, `msgid`) VALUES
('SettingsTooltips::social_buttons::yandex_share_code', 'You can configure the block and get the code at <a href=\"http://api.yandex.ru/share/\" target=\"_blank\">http://api.yandex.ru/share/</a>'),
('SettingsTooltips::store_access_key', 'Use: http://www.example.com/index.php?store_access_key=key_value'),
('SettingsTooltips::store_locator::print_map', 'Print the map on the packing slip and invoice'),
('SettingsTooltips::store_locator::show_locations_at_geolocator', 'Affects the Customer Geolocation block. The list will be generated from cities that have stores and pickup points.'),
('SettingsTooltips::thumbnail_background_color', 'Leave empty for transparent background.'),
('SettingsTooltips::user_multiple_profiles', 'A profile is a combination of shipping and billing address.'),
('SettingsTooltips::vendor_communication::show_on_order', 'Show the \"Start communication\" button on detailed order page.'),
('SettingsTooltips::vendor_communication::show_on_product', 'Show the \"Ask a question\" button on product pages.'),
('SettingsTooltips::vendor_communication::show_on_vendor', 'Show the \"Ask a question\" button in vendors\' microstores.'),
('SettingsTooltips::vendor_locations::api_key', 'Get the API key by following the instructions here: https://developers.google.com/maps/documentation/javascript/get-api-key'),
('SettingsTooltips::vendor_locations::filter_by', 'Determines what vendors are shown on the vendor list page (and on the map displayed on that page) by default.'),
('SettingsTooltips::vendor_locations::max_search_radius', 'You can manually add a product filter that allows customers to search for products within a certain distance if they enter their location. This setting determines the maximum search radius possible for that filter. If you don\'t create a filter, products will be shown regardless of distance, and this setting won\'t have any effect.'),
('SettingsTooltips::vendor_locations::start_search_radius', 'You can manually add a product filter that allows customers to search for products within a certain distance if they enter their location. This setting determines the default search radius for that filter. If you don\'t create a filter, products will be shown regardless of distance, and this setting won\'t have any effect.'),
('SettingsTooltips::vendor_plans::collect_taxes_from_vendors', 'Send collected taxes to the account of the marketplace.'),
('SettingsTooltips::vendor_plans::include_taxes_in_commission', 'Calculate vendor commissions without subtracting taxes from the order total beforehand.'),
('SettingsVariants::ab__deal_of_the_day::amount_of_promos_in_prods_lists::0', '0'),
('SettingsVariants::ab__deal_of_the_day::amount_of_promos_in_prods_lists::1', '1'),
('SettingsVariants::ab__deal_of_the_day::amount_of_promos_in_prods_lists::2', '2'),
('SettingsVariants::ab__deal_of_the_day::amount_of_promos_in_prods_lists::3', '3'),
('SettingsVariants::ab__deal_of_the_day::amount_of_promos_in_prods_lists::4', '4'),
('SettingsVariants::ab__deal_of_the_day::amount_of_promos_in_prods_lists::5', '5'),
('SettingsVariants::ab__deal_of_the_day::count_to::end_of_the_day', 'end_of_the_day'),
('SettingsVariants::ab__deal_of_the_day::count_to::end_of_the_promotion', 'end_of_the_promotion'),
('SettingsVariants::ab__deal_of_the_day::highlight_when_left::0', '0'),
('SettingsVariants::ab__deal_of_the_day::highlight_when_left::1', '1'),
('SettingsVariants::ab__deal_of_the_day::highlight_when_left::2', '2'),
('SettingsVariants::ab__deal_of_the_day::highlight_when_left::3', '3'),
('SettingsVariants::ab__deal_of_the_day::highlight_when_left::4', '4'),
('SettingsVariants::ab__deal_of_the_day::highlight_when_left::5', '5'),
('SettingsVariants::ab__deal_of_the_day::highlight_when_left::6', '6'),
('SettingsVariants::ab__deal_of_the_day::highlight_when_left::7', '7'),
('SettingsVariants::ab__hide_product_description::align::center', 'center'),
('SettingsVariants::ab__hide_product_description::align::left', 'left'),
('SettingsVariants::ab__hide_product_description::align::right', 'right'),
('SettingsVariants::ab__hide_product_description::appearance::button', 'button'),
('SettingsVariants::ab__hide_product_description::appearance::text', 'text'),
('SettingsVariants::ab__hide_product_description::appearance::text2', 'text2'),
('SettingsVariants::ab__hide_product_description::transition::10', '10'),
('SettingsVariants::ab__hide_product_description::transition::100', '100'),
('SettingsVariants::ab__hide_product_description::transition::1000', '1000'),
('SettingsVariants::ab__hide_product_description::transition::1100', '1100'),
('SettingsVariants::ab__hide_product_description::transition::1200', '1200'),
('SettingsVariants::ab__hide_product_description::transition::1300', '1300'),
('SettingsVariants::ab__hide_product_description::transition::1400', '1400'),
('SettingsVariants::ab__hide_product_description::transition::1500', '1500'),
('SettingsVariants::ab__hide_product_description::transition::200', '200'),
('SettingsVariants::ab__hide_product_description::transition::300', '300'),
('SettingsVariants::ab__hide_product_description::transition::400', '400'),
('SettingsVariants::ab__hide_product_description::transition::500', '500'),
('SettingsVariants::ab__hide_product_description::transition::600', '600'),
('SettingsVariants::ab__hide_product_description::transition::700', '700'),
('SettingsVariants::ab__hide_product_description::transition::800', '800'),
('SettingsVariants::ab__hide_product_description::transition::900', '900'),
('SettingsVariants::ab__motivation_block::appearance_type_styles::fill', 'fill'),
('SettingsVariants::ab__motivation_block::appearance_type_styles::framed', 'framed'),
('SettingsVariants::ab__motivation_block::description_type::html', 'html'),
('SettingsVariants::ab__motivation_block::description_type::smarty', 'smarty'),
('SettingsVariants::ab__motivation_block::template_variant::horizontal_tabs', 'horizontal_tabs'),
('SettingsVariants::ab__motivation_block::template_variant::vertical_tabs', 'vertical_tabs'),
('SettingsVariants::ab__scroll_to_top::font_weight::bold', 'bold'),
('SettingsVariants::ab__scroll_to_top::font_weight::normal', 'normal'),
('SettingsVariants::ab__scroll_to_top::icon::arrow_1', 'arrow_1'),
('SettingsVariants::ab__scroll_to_top::icon::arrow_10', 'arrow_10'),
('SettingsVariants::ab__scroll_to_top::icon::arrow_2', 'arrow_2'),
('SettingsVariants::ab__scroll_to_top::icon::arrow_3', 'arrow_3'),
('SettingsVariants::ab__scroll_to_top::icon::arrow_4', 'arrow_4'),
('SettingsVariants::ab__scroll_to_top::icon::arrow_5', 'arrow_5'),
('SettingsVariants::ab__scroll_to_top::icon::arrow_6', 'arrow_6'),
('SettingsVariants::ab__scroll_to_top::icon::arrow_7', 'arrow_7'),
('SettingsVariants::ab__scroll_to_top::icon::arrow_8', 'arrow_8'),
('SettingsVariants::ab__scroll_to_top::icon::arrow_9', 'arrow_9'),
('SettingsVariants::ab__scroll_to_top::position::bottom_left', 'bottom_left'),
('SettingsVariants::ab__scroll_to_top::position::bottom_right', 'bottom_right'),
('SettingsVariants::ab__scroll_to_top::position::top_left', 'top_left'),
('SettingsVariants::ab__scroll_to_top::position::top_right', 'top_right'),
('SettingsVariants::ab__scroll_to_top::units::%', '%'),
('SettingsVariants::ab__scroll_to_top::units::ch', 'ch'),
('SettingsVariants::ab__scroll_to_top::units::cm', 'cm'),
('SettingsVariants::ab__scroll_to_top::units::em', 'em'),
('SettingsVariants::ab__scroll_to_top::units::ex', 'ex'),
('SettingsVariants::ab__scroll_to_top::units::mm', 'mm'),
('SettingsVariants::ab__scroll_to_top::units::pc', 'pc'),
('SettingsVariants::ab__scroll_to_top::units::pt', 'pt'),
('SettingsVariants::ab__scroll_to_top::units::px', 'px'),
('SettingsVariants::ab__scroll_to_top::units::rem', 'rem'),
('SettingsVariants::ab__scroll_to_top::units::vh', 'vh'),
('SettingsVariants::ab__scroll_to_top::units::vw', 'vw'),
('SettingsVariants::ab__search_motivation::delay::0', '0'),
('SettingsVariants::ab__search_motivation::delay::1', '1'),
('SettingsVariants::ab__search_motivation::delay::10', '10'),
('SettingsVariants::ab__search_motivation::delay::2', '2'),
('SettingsVariants::ab__search_motivation::delay::3', '3'),
('SettingsVariants::ab__search_motivation::delay::4', '4'),
('SettingsVariants::ab__search_motivation::delay::5', '5'),
('SettingsVariants::ab__search_motivation::delay::6', '6'),
('SettingsVariants::ab__search_motivation::delay::7', '7'),
('SettingsVariants::ab__search_motivation::delay::8', '8'),
('SettingsVariants::ab__search_motivation::delay::9', '9'),
('SettingsVariants::ab__video_gallery::on_thumbnail_click::image_replace', 'image_replace'),
('SettingsVariants::ab__video_gallery::on_thumbnail_click::open_popup', 'open_popup'),
('SettingsVariants::ab__video_gallery::position::post', 'post'),
('SettingsVariants::ab__video_gallery::position::pre', 'pre'),
('SettingsVariants::address_position::billing_first', 'Billing first'),
('SettingsVariants::address_position::shipping_first', 'Shipping first'),
('SettingsVariants::allow_anonymous_shopping::allow_shopping', 'Allow'),
('SettingsVariants::allow_anonymous_shopping::hide_add_to_cart', 'Hide the \"Add to cart\" button'),
('SettingsVariants::allow_anonymous_shopping::hide_price_and_add_to_cart', 'Hide price and the \"Add to cart\" button'),
('SettingsVariants::alternative_currency::use_only_selected', 'Show prices in selected currency only'),
('SettingsVariants::alternative_currency::use_selected_and_alternative', 'Show prices in default and selected currencies'),
('SettingsVariants::barcode::output::jpeg', 'Joint Photographic Experts Group (JPEG)'),
('SettingsVariants::barcode::output::png', 'Portable Network Graphics (PNG)'),
('SettingsVariants::barcode::text::N', 'Disabled'),
('SettingsVariants::barcode::text::Y', 'Enabled'),
('SettingsVariants::barcode::type::C128A', 'Code 128-A'),
('SettingsVariants::barcode::type::C128B', 'Code 128-B'),
('SettingsVariants::barcode::type::C128C', 'Code 128-C'),
('SettingsVariants::barcode::type::C39', 'Code 39'),
('SettingsVariants::barcode::type::I25', 'Interleaved 2 of 5'),
('SettingsVariants::bestsellers::period::all', 'All days'),
('SettingsVariants::bestsellers::period::last_days', 'Last days'),
('SettingsVariants::bestsellers::period::today', 'Today'),
('SettingsVariants::calendar_date_format::day_first', '30/09/2008 (day/month/year)'),
('SettingsVariants::calendar_date_format::month_first', '09/30/2008 (month/day/year)'),
('SettingsVariants::calendar_week_format::monday_first', 'Monday'),
('SettingsVariants::calendar_week_format::sunday_first', 'Sunday'),
('SettingsVariants::catalog_mode::main_store_mode::catalog', 'Catalog'),
('SettingsVariants::catalog_mode::main_store_mode::store', 'Store'),
('SettingsVariants::configure_sign_in_step::hide', 'Hide step completely'),
('SettingsVariants::configure_sign_in_step::new_customer_first', 'Display \"New customer\" first'),
('SettingsVariants::configure_sign_in_step::returning_customer_first', 'Display \"Returning customer\" first'),
('SettingsVariants::date_format::%A, %B %e, %Y', 'Thursday, September 29, 2005 (day of week, month day, year)'),
('SettingsVariants::date_format::%A, %e %B %Y', 'Thursday, 29 September 2005 (day of week, day month year)'),
('SettingsVariants::date_format::%b %e, %Y', 'Sep 29, 2005 (month day, year)'),
('SettingsVariants::date_format::%d %b %Y', '29 Sep 2005 (day month year)'),
('SettingsVariants::date_format::%d-%m-%Y', '29-09-2005 (day-month-year)'),
('SettingsVariants::date_format::%d.%m.%Y', '29.09.2005 (day.month.year)'),
('SettingsVariants::date_format::%d/%m/%Y', '29/09/2005 (day/month/year)'),
('SettingsVariants::date_format::%m-%d-%Y', '09-29-2005 (month-day-year)'),
('SettingsVariants::date_format::%m.%d.%Y', '09.29.2005 (month.day.year)'),
('SettingsVariants::date_format::%m/%d/%Y', '09/29/2005 (month/day/year)'),
('SettingsVariants::date_format::%Y-%m-%d', '2005-09-29 (year-month-day)'),
('SettingsVariants::date_format::%Y.%m.%d', '2005.09.29 (year.month.day)'),
('SettingsVariants::date_format::%Y/%m/%d', '2005/09/29 (year/month/day)'),
('SettingsVariants::day::%a %b %e, %Y', 'Tue Jan 3, 2006'),
('SettingsVariants::day::%a, %b %e', 'Tue, Jan 3'),
('SettingsVariants::day::%b %e', 'Jan 3'),
('SettingsVariants::day::%B %e, %Y', 'January 3, 2006'),
('SettingsVariants::day::%m.%e.%y', '01.03.06'),
('SettingsVariants::default_exceptions_type::A', 'Allowed'),
('SettingsVariants::default_exceptions_type::F', 'Forbidden'),
('SettingsVariants::default_options_type::P', 'Simultaneous'),
('SettingsVariants::default_options_type::S', 'Sequential'),
('SettingsVariants::default_products_sorting::null', 'None'),
('SettingsVariants::default_products_sorting::position', 'Default'),
('SettingsVariants::default_products_sorting::price', 'Price'),
('SettingsVariants::default_products_sorting::product', 'Product name'),
('SettingsVariants::default_zero_price_action::A', 'Ask customer to enter the price'),
('SettingsVariants::default_zero_price_action::P', 'Allow customers to add the product to cart'),
('SettingsVariants::default_zero_price_action::R', 'Do not allow customers to add the product to cart'),
('SettingsVariants::discussion::category_post_approval::anonymous', 'Only anonymous customers'),
('SettingsVariants::discussion::category_post_approval::any', 'Any customer'),
('SettingsVariants::discussion::category_post_approval::disabled', 'No approval needed'),
('SettingsVariants::discussion::company_post_approval::anonymous', 'Only anonymous customers'),
('SettingsVariants::discussion::company_post_approval::any', 'Any customer'),
('SettingsVariants::discussion::company_post_approval::disabled', 'No approval needed'),
('SettingsVariants::discussion::home_page_post_approval::anonymous', 'Only anonymous customers'),
('SettingsVariants::discussion::home_page_post_approval::any', 'Any customer'),
('SettingsVariants::discussion::home_page_post_approval::disabled', 'No approval needed'),
('SettingsVariants::discussion::page_post_approval::anonymous', 'Only anonymous customers'),
('SettingsVariants::discussion::page_post_approval::any', 'Any customer'),
('SettingsVariants::discussion::page_post_approval::disabled', 'No approval needed'),
('SettingsVariants::discussion::product_post_approval::anonymous', 'Only anonymous customers'),
('SettingsVariants::discussion::product_post_approval::any', 'Any customer'),
('SettingsVariants::discussion::product_post_approval::disabled', 'No approval needed'),
('SettingsVariants::email_marketing::em_service::dummy', '--'),
('SettingsVariants::email_marketing::em_service::madmimi', 'MadMimi'),
('SettingsVariants::email_marketing::em_service::mailchimp', 'MailChimp'),
('SettingsVariants::email_templates::new', 'New (nice and editable via admin panel)'),
('SettingsVariants::email_templates::old', 'Old (stored on file system)'),
('SettingsVariants::et_vivashop_mv_functionality::et_product_link::both', 'Use both Marketplace and Vendor product page (location based)'),
('SettingsVariants::et_vivashop_mv_functionality::et_product_link::vendor', 'Use Vendor product page (if available)'),
('SettingsVariants::et_vivashop_mv_functionality::et_vendor_categories::collapsed', 'Collapsed'),
('SettingsVariants::et_vivashop_mv_functionality::et_vendor_categories::expanded', 'Expanded'),
('SettingsVariants::et_vivashop_mv_functionality::et_vendor_filters::horizontal', 'Horizontal'),
('SettingsVariants::et_vivashop_mv_functionality::et_vendor_filters::vertical', 'Vertical'),
('SettingsVariants::et_vivashop_settings::et_viva_brand_page::image', 'Image'),
('SettingsVariants::et_vivashop_settings::et_viva_brand_page::text', 'Text'),
('SettingsVariants::et_vivashop_settings::et_viva_filters::horizontal', 'Horizontal'),
('SettingsVariants::et_vivashop_settings::et_viva_filters::vertical', 'Vertical'),
('SettingsVariants::et_vivashop_settings::et_viva_product_title_rows::1', '1 row'),
('SettingsVariants::et_vivashop_settings::et_viva_product_title_rows::2', '2 rows'),
('SettingsVariants::et_vivashop_settings::et_viva_product_title_rows::3', '3 rows'),
('SettingsVariants::et_vivashop_settings::et_viva_responsive::default', 'Default'),
('SettingsVariants::et_vivashop_settings::et_viva_responsive::traditional', 'Traditional'),
('SettingsVariants::et_vivashop_settings::et_viva_scroll_up::left', 'Left'),
('SettingsVariants::et_vivashop_settings::et_viva_scroll_up::off', 'Off'),
('SettingsVariants::et_vivashop_settings::et_viva_scroll_up::right', 'Right'),
('SettingsVariants::et_vivashop_settings::et_viva_side_categories::collapsed', 'Collapsed'),
('SettingsVariants::et_vivashop_settings::et_viva_side_categories::expanded', 'Expanded'),
('SettingsVariants::exception_style::hide', 'Hide exception'),
('SettingsVariants::exception_style::warning', 'Show warning on exception'),
('SettingsVariants::feedback_type::auto', 'Automatic feedback'),
('SettingsVariants::feedback_type::manual', 'Manual feedback'),
('SettingsVariants::geo_maps::provider::google', 'Google'),
('SettingsVariants::geo_maps::provider::yandex', 'Yandex'),
('SettingsVariants::hello_world::some_dropdown::blue', ''),
('SettingsVariants::hello_world::some_dropdown::green', ''),
('SettingsVariants::hello_world::some_dropdown::red', ''),
('SettingsVariants::image_zoom::cz_zoom_position::0', 'Zoom position №0'),
('SettingsVariants::image_zoom::cz_zoom_position::1', 'Zoom position №1'),
('SettingsVariants::image_zoom::cz_zoom_position::10', 'Zoom position №10'),
('SettingsVariants::image_zoom::cz_zoom_position::11', 'Bottom left corner'),
('SettingsVariants::image_zoom::cz_zoom_position::12', 'Zoom position №12'),
('SettingsVariants::image_zoom::cz_zoom_position::13', 'Upper left corner'),
('SettingsVariants::image_zoom::cz_zoom_position::14', 'Zoom position №14'),
('SettingsVariants::image_zoom::cz_zoom_position::15', 'Zoom position №15'),
('SettingsVariants::image_zoom::cz_zoom_position::2', 'Zoom position №2'),
('SettingsVariants::image_zoom::cz_zoom_position::3', 'Upper right corner'),
('SettingsVariants::image_zoom::cz_zoom_position::4', 'Zoom position №4'),
('SettingsVariants::image_zoom::cz_zoom_position::5', 'Bottom right corner'),
('SettingsVariants::image_zoom::cz_zoom_position::6', 'Zoom position №6'),
('SettingsVariants::image_zoom::cz_zoom_position::7', 'Zoom position №7'),
('SettingsVariants::image_zoom::cz_zoom_position::8', 'Zoom position №8'),
('SettingsVariants::image_zoom::cz_zoom_position::9', 'Zoom position №9'),
('SettingsVariants::livechat::livechat_cart::0', 'Do not track'),
('SettingsVariants::livechat::livechat_cart::10000', 'Track every 10 seconds'),
('SettingsVariants::livechat::livechat_cart::30000', 'Track every 30 seconds'),
('SettingsVariants::livechat::livechat_cart::60000', 'Track every 60 seconds'),
('SettingsVariants::livechat::livechat_cart::90000', 'Track every 90 seconds'),
('SettingsVariants::log_type_categories::create', 'Create'),
('SettingsVariants::log_type_categories::delete', 'Delete'),
('SettingsVariants::log_type_categories::update', 'Update'),
('SettingsVariants::log_type_database::backup', 'Backup'),
('SettingsVariants::log_type_database::error', 'Errors'),
('SettingsVariants::log_type_database::optimize', 'Optimize'),
('SettingsVariants::log_type_database::restore', 'Restore'),
('SettingsVariants::log_type_general::deprecated', 'Deprecated features'),
('SettingsVariants::log_type_general::runtime', 'Runtime'),
('SettingsVariants::log_type_orders::create', 'Create'),
('SettingsVariants::log_type_orders::delete', 'Delete'),
('SettingsVariants::log_type_orders::status', 'Change'),
('SettingsVariants::log_type_orders::update', 'Update'),
('SettingsVariants::log_type_products::create', 'Create'),
('SettingsVariants::log_type_products::delete', 'Delete'),
('SettingsVariants::log_type_products::low_stock', 'Low stock'),
('SettingsVariants::log_type_products::update', 'Update'),
('SettingsVariants::log_type_requests::http', 'HTTP/HTTPS'),
('SettingsVariants::log_type_requests::shipping', 'Realtime shipping errors'),
('SettingsVariants::log_type_users::create', 'Create'),
('SettingsVariants::log_type_users::delete', 'Delete'),
('SettingsVariants::log_type_users::failed_login', 'Failed logins'),
('SettingsVariants::log_type_users::session', 'Session'),
('SettingsVariants::log_type_users::update', 'Update'),
('SettingsVariants::mailer_send_method::mail', 'via php mail function'),
('SettingsVariants::mailer_send_method::sendmail', 'via sendmail program'),
('SettingsVariants::mailer_send_method::smtp', 'via SMTP server'),
('SettingsVariants::mailer_smtp_ecrypted_connection::none', 'None'),
('SettingsVariants::mailer_smtp_ecrypted_connection::ssl', 'SSL'),
('SettingsVariants::mailer_smtp_ecrypted_connection::tls', 'TLS'),
('SettingsVariants::min_order_amount_type::only_products', 'Products'),
('SettingsVariants::min_order_amount_type::products_with_shippings', 'Products with shipping'),
('SettingsVariants::month::%b', 'Jan'),
('SettingsVariants::month::%B, %Y', 'January, 2006'),
('SettingsVariants::month::%m', '01'),
('SettingsVariants::month::%m-%Y', '01-2006'),
('SettingsVariants::newsletters::mailer_send_method::default', 'use default settings'),
('SettingsVariants::newsletters::mailer_send_method::mail', 'via php mail function'),
('SettingsVariants::newsletters::mailer_send_method::smtp', 'via SMTP server'),
('SettingsVariants::newsletters::mailer_smtp_ecrypted_connection::none', 'None'),
('SettingsVariants::newsletters::mailer_smtp_ecrypted_connection::ssl', 'SSL'),
('SettingsVariants::newsletters::mailer_smtp_ecrypted_connection::tls', 'TLS'),
('SettingsVariants::partiuhub_autentique::ambiente::false', ''),
('SettingsVariants::partiuhub_autentique::ambiente::true', ''),
('SettingsVariants::partiuhub_clear_sale::environment::homolog', ''),
('SettingsVariants::partiuhub_clear_sale::environment::production', ''),
('SettingsVariants::partiuhub_correios::correios_ambiente::development', ''),
('SettingsVariants::partiuhub_correios::correios_ambiente::production', ''),
('SettingsVariants::partiuhub_correios::logistica_ambiente::development', ''),
('SettingsVariants::partiuhub_correios::logistica_ambiente::production', ''),
('SettingsVariants::partiuhub_correios::rastreamento_resultado::P', ''),
('SettingsVariants::partiuhub_correios::rastreamento_resultado::T', ''),
('SettingsVariants::partiuhub_correios::rastreamento_resultado::U', ''),
('SettingsVariants::partiuhub_products::environment::N', ''),
('SettingsVariants::partiuhub_products::environment::Y', ''),
('SettingsVariants::pdf_documents::service_url::https://converter.cart-services.com', 'USA'),
('SettingsVariants::phone_validation_mode::any_digits', 'Any digits and +-()'),
('SettingsVariants::phone_validation_mode::any_symbols', 'Any symbols'),
('SettingsVariants::phone_validation_mode::international_format', 'International phone number'),
('SettingsVariants::product_reviews::review_approval::anonymous', 'Only anonymous customers'),
('SettingsVariants::product_reviews::review_approval::any', 'Any customer'),
('SettingsVariants::product_reviews::review_approval::disabled', 'No approval needed'),
('SettingsVariants::product_reviews::review_ask_for_customer_location::city', 'City'),
('SettingsVariants::product_reviews::review_ask_for_customer_location::country', 'Country'),
('SettingsVariants::product_reviews::review_ask_for_customer_location::none', 'None'),
('SettingsVariants::product_reviews::review_fields::advanced', 'Comment with advantages and disadvantages'),
('SettingsVariants::product_reviews::review_fields::simple', 'Only comment'),
('SettingsVariants::recaptcha::recaptcha_size::compact', 'Compact'),
('SettingsVariants::recaptcha::recaptcha_size::normal', 'Normal'),
('SettingsVariants::recaptcha::recaptcha_theme::dark', 'Dark'),
('SettingsVariants::recaptcha::recaptcha_theme::light', 'Light'),
('SettingsVariants::recaptcha::recaptcha_type::audio', 'Audio'),
('SettingsVariants::recaptcha::recaptcha_type::image', 'Image'),
('SettingsVariants::recaptcha::recaptcha_v3_success_score::0.1', '0.1 (bots are welcome)'),
('SettingsVariants::recaptcha::recaptcha_v3_success_score::0.2', '0.2'),
('SettingsVariants::recaptcha::recaptcha_v3_success_score::0.3', '0.3'),
('SettingsVariants::recaptcha::recaptcha_v3_success_score::0.4', '0.4'),
('SettingsVariants::recaptcha::recaptcha_v3_success_score::0.5', '0.5 (recommended value)'),
('SettingsVariants::recaptcha::recaptcha_v3_success_score::0.6', '0.6'),
('SettingsVariants::recaptcha::recaptcha_v3_success_score::0.7', '0.7'),
('SettingsVariants::recaptcha::recaptcha_v3_success_score::0.8', '0.8'),
('SettingsVariants::recaptcha::recaptcha_v3_success_score::0.9', '0.9 (even some humans can\'t pass)'),
('SettingsVariants::rees46::modification::animal', ''),
('SettingsVariants::rees46::modification::appliances', ''),
('SettingsVariants::rees46::modification::child', ''),
('SettingsVariants::rees46::modification::construction', ''),
('SettingsVariants::rees46::modification::cosmetic', ''),
('SettingsVariants::rees46::modification::coupon', ''),
('SettingsVariants::rees46::modification::fashion', ''),
('SettingsVariants::rees46::modification::fmcg', ''),
('SettingsVariants::rees46::modification::none', ''),
('SettingsVariants::reward_points::several_points_action::maximal_absolute', 'Absolute maximal value'),
('SettingsVariants::reward_points::several_points_action::maximal_percentage', 'Maximal percentage value'),
('SettingsVariants::reward_points::several_points_action::minimal_absolute', 'Absolute minimal value'),
('SettingsVariants::reward_points::several_points_action::minimal_percentage', 'Minimal percentage value'),
('SettingsVariants::seo::seo_category_type::category', '/parent-category/category-[page-2].html'),
('SettingsVariants::seo::seo_category_type::category_nohtml', '/parent-category/category/[page-2/]'),
('SettingsVariants::seo::seo_category_type::file', '/category[-page-2].html'),
('SettingsVariants::seo::seo_category_type::root_category', '/category/[page-2/]'),
('SettingsVariants::seo::seo_other_type::directory', '/item/'),
('SettingsVariants::seo::seo_other_type::file', '/item.html'),
('SettingsVariants::seo::seo_page_type::file', '/page.html'),
('SettingsVariants::seo::seo_page_type::page', '/parent-page/page.html'),
('SettingsVariants::seo::seo_page_type::page_nohtml', '/parent-page/page/'),
('SettingsVariants::seo::seo_page_type::root_page', '/page/'),
('SettingsVariants::seo::seo_product_type::product_category', '/category-name/[subcategory-name/]product-name.html'),
('SettingsVariants::seo::seo_product_type::product_category_nohtml', '/category-name/[subcategory-name/]product-name/'),
('SettingsVariants::seo::seo_product_type::product_file', '/product-name.html'),
('SettingsVariants::seo::seo_product_type::product_file_nohtml', '/product-name/'),
('SettingsVariants::sign_in_default_action::checkout_as_guest', 'Checkout as guest'),
('SettingsVariants::sign_in_default_action::register', 'Register'),
('SettingsVariants::social_buttons::facebook_action::like', 'Like'),
('SettingsVariants::social_buttons::facebook_action::recommend', 'Recommend'),
('SettingsVariants::social_buttons::facebook_action_font::arial', 'Arial'),
('SettingsVariants::social_buttons::facebook_action_font::lucida grande', 'Lucida grande'),
('SettingsVariants::social_buttons::facebook_action_font::segoe ui', 'Segoe ui'),
('SettingsVariants::social_buttons::facebook_action_font::tahoma', 'Tahoma'),
('SettingsVariants::social_buttons::facebook_action_font::trebuchet ms', 'Trebuchet ms'),
('SettingsVariants::social_buttons::facebook_action_font::verdana', 'Verdana'),
('SettingsVariants::social_buttons::facebook_colorscheme::dark', 'Dark'),
('SettingsVariants::social_buttons::facebook_colorscheme::light', 'Light'),
('SettingsVariants::social_buttons::facebook_display_on::pages', 'Pages'),
('SettingsVariants::social_buttons::facebook_display_on::products', 'Product details pages'),
('SettingsVariants::social_buttons::facebook_lang::af_ZA', 'Afrikaans'),
('SettingsVariants::social_buttons::facebook_lang::ar_AR', 'Arabic'),
('SettingsVariants::social_buttons::facebook_lang::az_AZ', 'Azerbaijani'),
('SettingsVariants::social_buttons::facebook_lang::be_BY', 'Belarusian'),
('SettingsVariants::social_buttons::facebook_lang::bg_BG', 'Bulgarian'),
('SettingsVariants::social_buttons::facebook_lang::bn_IN', 'Bengali'),
('SettingsVariants::social_buttons::facebook_lang::bs_BA', 'Bosnian'),
('SettingsVariants::social_buttons::facebook_lang::ca_ES', 'Catalan'),
('SettingsVariants::social_buttons::facebook_lang::cs_CZ', 'Czech'),
('SettingsVariants::social_buttons::facebook_lang::cy_GB', 'Welsh'),
('SettingsVariants::social_buttons::facebook_lang::da_DK', 'Danish'),
('SettingsVariants::social_buttons::facebook_lang::de_DE', 'German'),
('SettingsVariants::social_buttons::facebook_lang::el_GR', 'Greek'),
('SettingsVariants::social_buttons::facebook_lang::en_GB', 'English (UK)'),
('SettingsVariants::social_buttons::facebook_lang::en_PI', 'English (Pirate)'),
('SettingsVariants::social_buttons::facebook_lang::en_UD', 'English (Upside Down)'),
('SettingsVariants::social_buttons::facebook_lang::en_US', 'English (US)'),
('SettingsVariants::social_buttons::facebook_lang::eo_EO', 'Esperanto'),
('SettingsVariants::social_buttons::facebook_lang::es_ES', 'Spanish (Spain)'),
('SettingsVariants::social_buttons::facebook_lang::es_LA', 'Spanish'),
('SettingsVariants::social_buttons::facebook_lang::et_EE', 'Estonian'),
('SettingsVariants::social_buttons::facebook_lang::eu_ES', 'Basque'),
('SettingsVariants::social_buttons::facebook_lang::fa_IR', 'Persian'),
('SettingsVariants::social_buttons::facebook_lang::fb_LT', 'Leet Speak'),
('SettingsVariants::social_buttons::facebook_lang::fi_FI', 'Finnish'),
('SettingsVariants::social_buttons::facebook_lang::fo_FO', 'Faroese'),
('SettingsVariants::social_buttons::facebook_lang::fr_CA', 'French (Canada)'),
('SettingsVariants::social_buttons::facebook_lang::fr_FR', 'French (France)'),
('SettingsVariants::social_buttons::facebook_lang::fy_NL', 'Frisian'),
('SettingsVariants::social_buttons::facebook_lang::ga_IE', 'Irish'),
('SettingsVariants::social_buttons::facebook_lang::gl_ES', 'Galician'),
('SettingsVariants::social_buttons::facebook_lang::he_IL', 'Hebrew'),
('SettingsVariants::social_buttons::facebook_lang::hi_IN', 'Hindi'),
('SettingsVariants::social_buttons::facebook_lang::hr_HR', 'Croatian'),
('SettingsVariants::social_buttons::facebook_lang::hu_HU', 'Hungarian'),
('SettingsVariants::social_buttons::facebook_lang::hy_AM', 'Armenian'),
('SettingsVariants::social_buttons::facebook_lang::id_ID', 'Indonesian'),
('SettingsVariants::social_buttons::facebook_lang::is_IS', 'Icelandic'),
('SettingsVariants::social_buttons::facebook_lang::it_IT', 'Italian'),
('SettingsVariants::social_buttons::facebook_lang::ja_JP', 'Japanese'),
('SettingsVariants::social_buttons::facebook_lang::ka_GE', 'Georgian'),
('SettingsVariants::social_buttons::facebook_lang::km_KH', 'Khmer'),
('SettingsVariants::social_buttons::facebook_lang::ko_KR', 'Korean'),
('SettingsVariants::social_buttons::facebook_lang::ku_TR', 'Kurdish'),
('SettingsVariants::social_buttons::facebook_lang::la_VA', 'Latin'),
('SettingsVariants::social_buttons::facebook_lang::lt_LT', 'Lithuanian'),
('SettingsVariants::social_buttons::facebook_lang::lv_LV', 'Latvian'),
('SettingsVariants::social_buttons::facebook_lang::mk_MK', 'Macedonian'),
('SettingsVariants::social_buttons::facebook_lang::ml_IN', 'Malayalam'),
('SettingsVariants::social_buttons::facebook_lang::ms_MY', 'Malay'),
('SettingsVariants::social_buttons::facebook_lang::nb_NO', 'Norwegian (bokmal)'),
('SettingsVariants::social_buttons::facebook_lang::ne_NP', 'Nepali'),
('SettingsVariants::social_buttons::facebook_lang::nl_NL', 'Dutch'),
('SettingsVariants::social_buttons::facebook_lang::nn_NO', 'Norwegian (nynorsk)'),
('SettingsVariants::social_buttons::facebook_lang::pa_IN', 'Punjabi'),
('SettingsVariants::social_buttons::facebook_lang::pl_PL', 'Polish'),
('SettingsVariants::social_buttons::facebook_lang::ps_AF', 'Pashto'),
('SettingsVariants::social_buttons::facebook_lang::pt_BR', 'Portuguese (Brazil)'),
('SettingsVariants::social_buttons::facebook_lang::pt_PT', 'Portuguese (Portugal)'),
('SettingsVariants::social_buttons::facebook_lang::ro_RO', 'Romanian'),
('SettingsVariants::social_buttons::facebook_lang::ru_RU', 'Russian'),
('SettingsVariants::social_buttons::facebook_lang::sk_SK', 'Slovak'),
('SettingsVariants::social_buttons::facebook_lang::sl_SI', 'Slovenian'),
('SettingsVariants::social_buttons::facebook_lang::sq_AL', 'Albanian'),
('SettingsVariants::social_buttons::facebook_lang::sr_RS', 'Serbian'),
('SettingsVariants::social_buttons::facebook_lang::sv_SE', 'Swedish'),
('SettingsVariants::social_buttons::facebook_lang::sw_KE', 'Swahili'),
('SettingsVariants::social_buttons::facebook_lang::ta_IN', 'Tamil'),
('SettingsVariants::social_buttons::facebook_lang::te_IN', 'Telugu'),
('SettingsVariants::social_buttons::facebook_lang::th_TH', 'Thai'),
('SettingsVariants::social_buttons::facebook_lang::tl_PH', 'Filipino'),
('SettingsVariants::social_buttons::facebook_lang::tr_TR', 'Turkish'),
('SettingsVariants::social_buttons::facebook_lang::uk_UA', 'Ukrainian'),
('SettingsVariants::social_buttons::facebook_lang::vi_VN', 'Vietnamese'),
('SettingsVariants::social_buttons::facebook_lang::zh_CN', 'Simplified Chinese (China)'),
('SettingsVariants::social_buttons::facebook_lang::zh_HK', 'Traditional Chinese (Hong Kong)'),
('SettingsVariants::social_buttons::facebook_lang::zh_TW', 'Traditional Chinese (Taiwan)'),
('SettingsVariants::social_buttons::facebook_layout::box_count', 'With large count'),
('SettingsVariants::social_buttons::facebook_layout::button_count', 'With count'),
('SettingsVariants::social_buttons::facebook_layout::standard', 'Standard'),
('SettingsVariants::social_buttons::pinterest_color::gray', 'Gray'),
('SettingsVariants::social_buttons::pinterest_color::red', 'Red'),
('SettingsVariants::social_buttons::pinterest_color::white', 'White'),
('SettingsVariants::social_buttons::pinterest_display_on::pages', 'Pages'),
('SettingsVariants::social_buttons::pinterest_display_on::products', 'Product details pages'),
('SettingsVariants::social_buttons::pinterest_shape::rect', 'Rectangular'),
('SettingsVariants::social_buttons::pinterest_shape::round', 'Circular'),
('SettingsVariants::social_buttons::pinterest_size::20', 'Small'),
('SettingsVariants::social_buttons::pinterest_size::28', 'Large'),
('SettingsVariants::social_buttons::twitter_display_count::horizontal', 'Horizontal'),
('SettingsVariants::social_buttons::twitter_display_count::none', 'None'),
('SettingsVariants::social_buttons::twitter_display_count::vertical', 'vertical'),
('SettingsVariants::social_buttons::twitter_display_on::pages', 'Pages'),
('SettingsVariants::social_buttons::twitter_display_on::products', 'Product details pages'),
('SettingsVariants::social_buttons::twitter_size::large', 'Large'),
('SettingsVariants::social_buttons::twitter_size::medium', 'Medium'),
('SettingsVariants::social_buttons::vkontakte_buttons_name::interesting', 'It\'s interesting'),
('SettingsVariants::social_buttons::vkontakte_buttons_name::like', 'Like'),
('SettingsVariants::social_buttons::vkontakte_button_style::button', 'Button with a little counter'),
('SettingsVariants::social_buttons::vkontakte_button_style::full', 'Button with a text counter'),
('SettingsVariants::social_buttons::vkontakte_button_style::mini', 'Mini button'),
('SettingsVariants::social_buttons::vkontakte_button_style::Vertical', 'Mini button, counter on top'),
('SettingsVariants::social_buttons::vkontakte_display_on::pages', 'Pages'),
('SettingsVariants::social_buttons::vkontakte_display_on::products', 'Product details pages'),
('SettingsVariants::social_buttons::yandex_display_on::pages', 'Pages'),
('SettingsVariants::social_buttons::yandex_display_on::products', 'Product details pages'),
('SettingsVariants::string_type::digits', 'Digits only'),
('SettingsVariants::string_type::letters', 'Letters only'),
('SettingsVariants::string_type::mixed', 'Mixed'),
('SettingsVariants::tax_calculation::subtotal', 'Subtotal'),
('SettingsVariants::tax_calculation::unit_price', 'Unit price'),
('SettingsVariants::timezone::Africa/Cairo', '(GMT+02:00) Cairo'),
('SettingsVariants::timezone::Africa/Casablanca', '(GMT+01:00) Casablanca'),
('SettingsVariants::timezone::Africa/Johannesburg', '(GMT+02:00) Harare, Pretoria'),
('SettingsVariants::timezone::Africa/Lagos', '(GMT+01:00) West Central Africa'),
('SettingsVariants::timezone::Africa/Nairobi', '(GMT+03:00) Nairobi'),
('SettingsVariants::timezone::America/Anchorage', '(GMT-09:00) Alaska'),
('SettingsVariants::timezone::America/Bogota', '(GMT-05:00) Bogota, Lima, Quito'),
('SettingsVariants::timezone::America/Chicago', '(GMT-06:00) Central Time (US & Canada)'),
('SettingsVariants::timezone::America/Chihuahua', '(GMT-07:00) Chihuahua, Mazatlan'),
('SettingsVariants::timezone::America/Denver', '(GMT-07:00) Mountain Time (US & Canada)'),
('SettingsVariants::timezone::America/Godthab', '(GMT-03:00) Greenland'),
('SettingsVariants::timezone::America/Guatemala', '(GMT-06:00) Central America'),
('SettingsVariants::timezone::America/Halifax', '(GMT-04:00) Atlantic Time (Canada)'),
('SettingsVariants::timezone::America/La_Paz', '(GMT-04:00) Caracas, La Paz'),
('SettingsVariants::timezone::America/Los_Angeles', '(GMT-08:00) Pacific Time (US & Canada); Tijuana'),
('SettingsVariants::timezone::America/Mexico_City', '(GMT-06:00) Guadalajara, Mexico City, Monterrey'),
('SettingsVariants::timezone::America/New_York', '(GMT-05:00) Eastern Time (US & Canada)'),
('SettingsVariants::timezone::America/Nuuk', '(GMT-03:00) Greenland'),
('SettingsVariants::timezone::America/Phoenix', '(GMT-07:00) Arizona'),
('SettingsVariants::timezone::America/Regina', '(GMT-06:00) Saskatchewan'),
('SettingsVariants::timezone::America/Santiago', '(GMT-04:00) Santiago'),
('SettingsVariants::timezone::America/Sao_Paulo', '(GMT-03:00) Brasilia'),
('SettingsVariants::timezone::America/St_Johns', '(GMT-03:30) Newfoundland'),
('SettingsVariants::timezone::America/Vancouver', '(GMT-08:00) Vancouver'),
('SettingsVariants::timezone::Asia/Almaty', '(GMT+06:00) Almaty'),
('SettingsVariants::timezone::Asia/Baghdad', '(GMT+03:00) Baghdad'),
('SettingsVariants::timezone::Asia/Bangkok', '(GMT+07:00) Bangkok, Hanoi, Jakarta'),
('SettingsVariants::timezone::Asia/Beirut', '(GMT+02:00) Beirut'),
('SettingsVariants::timezone::Asia/Colombo', '(GMT+06:00) Sri Jayawardenepura'),
('SettingsVariants::timezone::Asia/Dhaka', '(GMT+06:00) Nur-Sultan, Dhaka'),
('SettingsVariants::timezone::Asia/Dubai', '(GMT+04:00) Abu Dhabi, Muscat'),
('SettingsVariants::timezone::Asia/Irkutsk', '(GMT+08:00) Irkutsk, Ulaanbaatar'),
('SettingsVariants::timezone::Asia/Jerusalem', '(GMT+02:00) Jerusalem'),
('SettingsVariants::timezone::Asia/Kabul', '(GMT+04:30) Kabul'),
('SettingsVariants::timezone::Asia/Kamchatka', '(GMT+12:00) Kamchatka, Marshall Is.'),
('SettingsVariants::timezone::Asia/Kathmandu', '(GMT+05:45) Kathmandu'),
('SettingsVariants::timezone::Asia/Kolkata', '(GMT+05:30) Chennai, Kolkata, Mumbai, New Delhi'),
('SettingsVariants::timezone::Asia/Krasnoyarsk', '(GMT+07:00) Krasnoyarsk'),
('SettingsVariants::timezone::Asia/Novosibirsk', '(GMT+07:00) Novosibirsk'),
('SettingsVariants::timezone::Asia/Rangoon', '(GMT+06:30) Rangoon'),
('SettingsVariants::timezone::Asia/Riyadh', '(GMT+03:00) Kuwait, Riyadh'),
('SettingsVariants::timezone::Asia/Seoul', '(GMT+09:00) Seoul'),
('SettingsVariants::timezone::Asia/Shanghai', '(GMT+08:00) Beijing, Chongqing, Hong Kong'),
('SettingsVariants::timezone::Asia/Singapore', '(GMT+08:00) Kuala Lumpur, Singapore'),
('SettingsVariants::timezone::Asia/Taipei', '(GMT+08:00) Taipei'),
('SettingsVariants::timezone::Asia/Tashkent', '(GMT+05:00) Islamabad, Karachi, Tashkent'),
('SettingsVariants::timezone::Asia/Tehran', '(GMT+03:30) Tehran'),
('SettingsVariants::timezone::Asia/Tokyo', '(GMT+09:00) Osaka, Sapporo, Tokyo'),
('SettingsVariants::timezone::Asia/Urumqi', '(GMT+06:00) Urumqi'),
('SettingsVariants::timezone::Asia/Vladivostok', '(GMT+10:00) Vladivostok'),
('SettingsVariants::timezone::Asia/Yakutsk', '(GMT+09:00) Yakutsk'),
('SettingsVariants::timezone::Asia/Yangon', '(GMT+06:30) Yangon'),
('SettingsVariants::timezone::Asia/Yekaterinburg', '(GMT+05:00) Ekaterinburg'),
('SettingsVariants::timezone::Asia/Yerevan', '(GMT+04:00) Baku, Tbilisi, Yerevan'),
('SettingsVariants::timezone::Atlantic/Azores', '(GMT-01:00) Azores'),
('SettingsVariants::timezone::Atlantic/Bermuda', '(GMT-03:00) Bermuda'),
('SettingsVariants::timezone::Atlantic/Cape_Verde', '(GMT-01:00) Cape Verde Is.'),
('SettingsVariants::timezone::Atlantic/Reykjavik', '(GMT) Reykjavik, Monrovia'),
('SettingsVariants::timezone::Atlantic/South_Georgia', '(GMT-02:00) Mid-Atlantic'),
('SettingsVariants::timezone::Australia/Adelaide', '(GMT+09:30) Adelaide'),
('SettingsVariants::timezone::Australia/Brisbane', '(GMT+10:00) Brisbane'),
('SettingsVariants::timezone::Australia/Darwin', '(GMT+09:30) Darwin'),
('SettingsVariants::timezone::Australia/Hobart', '(GMT+10:00) Hobart'),
('SettingsVariants::timezone::Australia/Lord_Howe', '(GMT+10:30) Lord Howe'),
('SettingsVariants::timezone::Australia/Perth', '(GMT+08:00) Perth'),
('SettingsVariants::timezone::Australia/Sydney', '(GMT+10:00) Canberra, Melbourne, Sydney'),
('SettingsVariants::timezone::Etc/GMT+12', '(GMT-12:00) International Date Line West'),
('SettingsVariants::timezone::Etc/GMT+3', '(GMT-03:00) Buenos Aires, Georgetown'),
('SettingsVariants::timezone::Etc/GMT+5', '(GMT-05:00) Indiana (East)'),
('SettingsVariants::timezone::Europe/Athens', '(GMT+02:00) Athens'),
('SettingsVariants::timezone::Europe/Berlin', '(GMT+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna'),
('SettingsVariants::timezone::Europe/Bucharest', '(GMT+02:00) Bucharest'),
('SettingsVariants::timezone::Europe/Budapest', '(GMT+01:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague'),
('SettingsVariants::timezone::Europe/Dublin', '(GMT+01:00) Dublin'),
('SettingsVariants::timezone::Europe/Istanbul', '(GMT+03:00) Istanbul'),
('SettingsVariants::timezone::Europe/Kiev', '(GMT+02:00) Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius'),
('SettingsVariants::timezone::Europe/London', '(GMT) Greenwich Mean Time: Edinburgh, Lisbon, London'),
('SettingsVariants::timezone::Europe/Minsk', '(GMT+03:00) Minsk'),
('SettingsVariants::timezone::Europe/Moscow', '(GMT+03:00) Moscow, St. Petersburg'),
('SettingsVariants::timezone::Europe/Paris', '(GMT+01:00) Brussels, Copenhagen, Madrid, Paris'),
('SettingsVariants::timezone::Europe/Warsaw', '(GMT+01:00) Sarajevo, Skopje, Warsaw, Zagreb'),
('SettingsVariants::timezone::Indian/Cocos', '(GMT+06:30) Cocos'),
('SettingsVariants::timezone::Pacific/Apia', '(GMT-11:00) Samoa'),
('SettingsVariants::timezone::Pacific/Auckland', '(GMT+12:00) Auckland, Wellington'),
('SettingsVariants::timezone::Pacific/Chatham', '(GMT+12:45) Chatham'),
('SettingsVariants::timezone::Pacific/Fiji', '(GMT+12:00) Fiji'),
('SettingsVariants::timezone::Pacific/Gambier', '(GMT-09:00) Gambier'),
('SettingsVariants::timezone::Pacific/Guadalcanal', '(GMT+11:00) Magadan, Solomon Is., New Caledonia'),
('SettingsVariants::timezone::Pacific/Honolulu', '(GMT-10:00) Hawaii'),
('SettingsVariants::timezone::Pacific/Midway', '(GMT-11:00) United States Minor Outlying Islands'),
('SettingsVariants::timezone::Pacific/Pitcairn', '(GMT-08:00) Pitcairn'),
('SettingsVariants::timezone::Pacific/Port_Moresby', '(GMT+10:00) Guam, Port Moresby'),
('SettingsVariants::timezone::Pacific/Tongatapu', '(GMT+13:00) Nuku\'alofa'),
('SettingsVariants::time_format::%H.%M', '15.43'),
('SettingsVariants::time_format::%H.%M.%S', '15.43.55'),
('SettingsVariants::time_format::%H:%M', '15:43'),
('SettingsVariants::time_format::%H:%M:%S', '15:43:55'),
('SettingsVariants::time_format::%I.%M %p', '3.43 PM'),
('SettingsVariants::time_format::%I.%M.%S %p', '3.43.55 PM'),
('SettingsVariants::time_format::%I:%M %p', '3:43 PM'),
('SettingsVariants::time_format::%I:%M:%S %p', '3:43:55 PM'),
('SettingsVariants::vendor_data_premoderation::products_prior_approval::all', 'Required for all vendors'),
('SettingsVariants::vendor_data_premoderation::products_prior_approval::custom', 'Required for some vendors'),
('SettingsVariants::vendor_data_premoderation::products_prior_approval::none', 'Isn\'t required'),
('SettingsVariants::vendor_data_premoderation::products_updates_approval::all', 'Required for all vendors'),
('SettingsVariants::vendor_data_premoderation::products_updates_approval::custom', 'Required for some vendors'),
('SettingsVariants::vendor_data_premoderation::products_updates_approval::none', 'Isn\'t required'),
('SettingsVariants::vendor_data_premoderation::vendors_prior_approval::all', 'Required for all vendors'),
('SettingsVariants::vendor_data_premoderation::vendors_prior_approval::none', 'Isn\'t required'),
('SettingsVariants::vendor_data_premoderation::vendor_profile_updates_approval::all', 'Required for all vendors'),
('SettingsVariants::vendor_data_premoderation::vendor_profile_updates_approval::custom', 'Required for some vendors'),
('SettingsVariants::vendor_data_premoderation::vendor_profile_updates_approval::none', 'Isn\'t required'),
('SettingsVariants::vendor_locations::distance_unit::km', 'km'),
('SettingsVariants::vendor_locations::distance_unit::miles', 'mi'),
('SettingsVariants::vendor_locations::filter_by::city', 'From customer\'s city'),
('SettingsVariants::vendor_locations::filter_by::country', 'From customer\'s country'),
('SettingsVariants::vendor_locations::filter_by::none', 'All'),
('SettingsVariants::week::%m.%e', '01.03'),
('SettingsVariants::week::%U', '1 week'),
('SettingsVariants::week::%U, %b', '1, Jan'),
('SettingsVariants::year::%y', '06');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_pages`
--

CREATE TABLE `partiushop_pages` (
  `page_id` mediumint(8) UNSIGNED NOT NULL,
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `parent_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `id_path` varchar(255) NOT NULL DEFAULT '',
  `status` char(1) NOT NULL DEFAULT 'A',
  `page_type` char(1) NOT NULL DEFAULT 'T',
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `timestamp` int(11) NOT NULL DEFAULT 0,
  `usergroup_ids` varchar(255) NOT NULL DEFAULT '0',
  `localization` varchar(255) NOT NULL DEFAULT '',
  `new_window` tinyint(3) NOT NULL DEFAULT 0,
  `use_avail_period` char(1) NOT NULL DEFAULT 'N',
  `avail_from_timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `avail_till_timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `facebook_obj_type` varchar(64) NOT NULL,
  `abt__ut2_microdata_schema_type` varchar(32) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_pages`
--

INSERT INTO `partiushop_pages` (`page_id`, `company_id`, `parent_id`, `id_path`, `status`, `page_type`, `position`, `timestamp`, `usergroup_ids`, `localization`, `new_window`, `use_avail_period`, `avail_from_timestamp`, `avail_till_timestamp`, `facebook_obj_type`, `abt__ut2_microdata_schema_type`) VALUES
(1, 0, 0, '1', 'A', 'T', 0, 1208808000, '0', '', 0, 'N', 0, 0, 'activity', ''),
(2, 0, 0, '2', 'A', 'T', 0, 1208808000, '0', '', 0, 'N', 0, 0, 'activity', ''),
(3, 0, 0, '3', 'A', 'T', 0, 1208808000, '0', '', 0, 'N', 0, 0, '', ''),
(4, 0, 0, '4', 'A', 'T', 0, 1208746800, '0', '', 0, 'N', 0, 0, 'activity', ''),
(5, 0, 0, '5', 'A', 'T', 0, 1208808000, '0', '', 0, 'N', 0, 0, '', ''),
(6, 0, 0, '6', 'A', 'T', 0, 1208808000, '0', '', 0, 'N', 0, 0, 'activity', ''),
(7, 0, 0, '7', 'A', 'B', 0, 1415336000, '0', '', 0, 'N', 0, 0, '', ''),
(8, 0, 7, '7/8', 'A', 'B', 0, 1415316000, '0', '', 0, 'N', 0, 0, '', ''),
(9, 0, 7, '7/9', 'A', 'B', 0, 1415526000, '0', '', 0, 'N', 0, 0, '', ''),
(10, 0, 7, '7/10', 'A', 'B', 0, 1415736000, '0', '', 0, 'N', 0, 0, '', ''),
(15, 0, 0, '15', 'A', 'T', 0, 1453323600, '0', '', 0, 'N', 0, 0, '', ''),
(19, 0, 0, '19', 'A', 'T', 0, 1208808000, '0', '', 0, 'N', 0, 0, '', ''),
(20, 0, 0, '20', 'A', 'T', 0, 1208808000, '0', '', 0, 'N', 0, 0, 'activity', ''),
(21, 0, 0, '21', 'A', 'T', 0, 1208808000, '0', '', 0, 'N', 0, 0, '', ''),
(22, 0, 0, '22', 'A', 'T', 0, 1208808000, '0', '', 0, 'N', 0, 0, '', ''),
(23, 0, 0, '23', 'A', 'T', 0, 1208808000, '0', '', 0, 'N', 0, 0, '', ''),
(30, 0, 0, '30', 'A', 'F', 0, 1208746800, '0', '', 0, 'N', 0, 0, 'activity', ''),
(40, 0, 0, '40', 'A', 'P', 0, 1251115200, '0', '', 0, 'N', 0, 0, '', ''),
(41, 0, 7, '7/41', 'A', 'B', 100, 1586449591, '0', '', 0, 'N', 0, 0, 'activity', ''),
(42, 0, 7, '7/42', 'A', 'B', 200, 1586449591, '0', '', 0, 'N', 0, 0, 'activity', ''),
(43, 0, 7, '7/43', 'A', 'B', 300, 1586449591, '0', '', 0, 'N', 0, 0, 'activity', ''),
(44, 0, 7, '7/44', 'A', 'B', 400, 1586449591, '0', '', 0, 'N', 0, 0, 'activity', ''),
(45, 0, 7, '7/45', 'A', 'B', 500, 1586449591, '0', '', 0, 'N', 0, 0, 'activity', ''),
(46, 0, 7, '7/46', 'A', 'B', 600, 1586449591, '0', '', 0, 'N', 0, 0, 'activity', ''),
(47, 0, 7, '7/47', 'A', 'B', 700, 1586449591, '0', '', 0, 'N', 0, 0, 'activity', ''),
(48, 4, 0, '48', 'A', 'T', 0, 1589252400, '0', '', 0, 'N', 0, 0, 'activity', ''),
(49, 0, 0, '49', 'A', 'T', 0, 0, '0', '', 0, 'N', 0, 0, '', ''),
(50, 0, 0, '50', 'A', 'T', 0, 0, '0', '', 0, 'N', 0, 0, '', ''),
(51, 0, 0, '51', 'A', 'T', 0, 0, '0', '', 0, 'N', 0, 0, '', ''),
(52, 0, 0, '52', 'A', 'T', 0, 0, '0', '', 0, 'N', 0, 0, '', ''),
(53, 0, 0, '53', 'A', 'F', 0, 0, '0', '', 0, 'N', 0, 0, '', ''),
(54, 0, 0, '54', 'A', 'T', 0, 0, '0', '', 0, 'N', 0, 0, '', ''),
(55, 0, 0, '55', 'A', 'T', 0, 0, '0', '', 0, 'N', 0, 0, '', ''),
(56, 0, 0, '56', 'A', 'B', 0, 0, '0', '', 0, 'N', 0, 0, '', ''),
(57, 0, 56, '56/57', 'A', 'B', 0, 0, '0', '', 0, 'N', 0, 0, '', ''),
(58, 0, 56, '56/58', 'A', 'B', 0, 0, '0', '', 0, 'N', 0, 0, '', ''),
(59, 0, 56, '56/59', 'A', 'B', 0, 0, '0', '', 0, 'N', 0, 0, '', ''),
(60, 0, 56, '56/60', 'A', 'B', 0, 0, '0', '', 0, 'N', 0, 0, '', ''),
(61, 0, 56, '56/61', 'A', 'B', 0, 0, '0', '', 0, 'N', 0, 0, '', ''),
(62, 0, 56, '56/62', 'A', 'B', 0, 0, '0', '', 0, 'N', 0, 0, '', ''),
(63, 0, 56, '56/63', 'A', 'B', 0, 0, '0', '', 0, 'N', 0, 0, '', ''),
(64, 0, 56, '56/64', 'A', 'B', 0, 0, '0', '', 0, 'N', 0, 0, '', ''),
(65, 0, 56, '56/65', 'A', 'B', 0, 0, '0', '', 0, 'N', 0, 0, '', ''),
(66, 0, 56, '56/66', 'A', 'B', 0, 0, '0', '', 0, 'N', 0, 0, '', ''),
(67, 0, 56, '56/67', 'A', 'B', 0, 0, '0', '', 0, 'N', 0, 0, '', ''),
(68, 0, 56, '56/68', 'A', 'B', 0, 0, '0', '', 0, 'N', 0, 0, '', '');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_page_descriptions`
--

CREATE TABLE `partiushop_page_descriptions` (
  `page_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `page` varchar(255) DEFAULT '0',
  `description` mediumtext DEFAULT NULL,
  `meta_keywords` varchar(255) NOT NULL DEFAULT '',
  `meta_description` varchar(255) NOT NULL DEFAULT '',
  `page_title` varchar(255) NOT NULL DEFAULT '',
  `link` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_page_descriptions`
--

INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(1, 'da', 'Our team', 'We have the best team ever!', '', '', '', ''),
(1, 'de', 'Our team', 'We have the best team ever!', '', '', '', ''),
(1, 'el', 'Our team', 'We have the best team ever!', '', '', '', ''),
(1, 'en', 'Our team', 'We have the best team ever!', '', '', '', ''),
(1, 'es', 'Our team', 'We have the best team ever!', '', '', '', ''),
(1, 'fr', 'Our team', 'We have the best team ever!', '', '', '', ''),
(1, 'it', 'Our team', 'We have the best team ever!', '', '', '', ''),
(1, 'nl', 'Our team', 'We have the best team ever!', '', '', '', ''),
(1, 'no', 'Our team', 'We have the best team ever!', '', '', '', ''),
(1, 'pt', 'Nosso Time', '<p>We have the best team ever!</p>', '', '', '', ''),
(1, 'ro', 'Our team', 'We have the best team ever!', '', '', '', ''),
(1, 'ru', 'Our team', 'We have the best team ever!', '', '', '', ''),
(2, 'da', 'About our company', 'Put your company description here. HTML tags can be used in this description.', '', '', '', ''),
(2, 'de', 'About our company', 'Put your company description here. HTML tags can be used in this description.', '', '', '', ''),
(2, 'el', 'About our company', 'Put your company description here. HTML tags can be used in this description.', '', '', '', ''),
(2, 'en', 'About our company', 'Put your company description here. HTML tags can be used in this description.', '', '', '', ''),
(2, 'es', 'About our company', 'Put your company description here. HTML tags can be used in this description.', '', '', '', ''),
(2, 'fr', 'About our company', 'Put your company description here. HTML tags can be used in this description.', '', '', '', ''),
(2, 'it', 'About our company', 'Put your company description here. HTML tags can be used in this description.', '', '', '', ''),
(2, 'nl', 'About our company', 'Put your company description here. HTML tags can be used in this description.', '', '', '', ''),
(2, 'no', 'About our company', 'Put your company description here. HTML tags can be used in this description.', '', '', '', ''),
(2, 'pt', 'Conheça a Partiu Shop', '<p>Put your company description here. HTML tags can be used in this description.</p>', '', '', '', ''),
(2, 'ro', 'About our company', 'Put your company description here. HTML tags can be used in this description.', '', '', '', ''),
(2, 'ru', 'About our company', 'Put your company description here. HTML tags can be used in this description.', '', '', '', ''),
(3, 'da', 'Privacy policy', '<h1><span style=\"font-size: x-large;\">Privacy Policy</span></h1>\n<p>&nbsp;</p>\n<h3>What information do we collect?</h3>\n<p>We collect information from you when you register on our site, place an order, subscribe to our newsletter or fill out a form.</p>\n<p>When ordering or registering on our site, as appropriate, you may be asked to enter your: name, e-mail address or mailing address. You may, however, visit our site anonymously.</p>\n<p>&nbsp;</p>\n<h3>What do we use your information for?</h3>\n<p>Any of the information we collect from you may be used in one of the following ways:</p>\n<ul>\n<li>To personalize your experience<br /> (your information helps us to better respond to your individual needs)</li>\n<li>To improve our website<br /> (we continually strive to improve our website offerings based on the information and feedback we receive from you)</li>\n<li>To improve customer service<br /> (your information helps us to more effectively respond to your customer service requests and support needs)</li>\n<li>To process transactions\n<ul>\n<li>Your information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason whatsoever, without your consent, other than for the express purpose of delivering the purchased product or service requested.</li>\n</ul>\n</li>\n<li>To administer a contest, promotion, survey or other site feature</li>\n<li>To send periodic emails<br />\n<ul>\n<li>The email address you provide for order processing, may be used to send you information and updates pertaining to your order, in addition to receiving occasional company news, updates, related product or service information, etc.</li>\n</ul>\nNote: If at any time you would like to unsubscribe from receiving future emails, we include detailed unsubscribe instructions at the bottom of each email.</li>\n</ul>\n<p>&nbsp;</p>\n<h3>How do we protect your information?</h3>\n<p>We implement a variety of security measures to maintain the safety of your personal information when you place an order or enter, submit, or access your personal information.</p>\n<p>We offer the use of a secure server. All supplied sensitive information is transmitted via Secure Socket Layer (SSL) technology and then encrypted into our Payment gateway providers database only to be accessible by those authorized with special access rights to such systems, and are required to keep the information confidential.</p>\n<p>&nbsp;</p>\n<h3>Do we use cookies?</h3>\n<p>Yes (Cookies are small files that a site or its service provider transfers to your computers hard drive through your Web browser (if you allow) that enables the sites or service providers systems to recognize your browser and capture and remember certain information).</p>\n<p>We use cookies to help us remember and process the items in your shopping cart, understand and save your preferences for future visits and keep track of advertisements.</p>\n<p>&nbsp;</p>\n<h3>Do we disclose any information to outside parties?</h3>\n<p>We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information. This does not include trusted third parties who assist us in operating our website, conducting our business, or servicing you, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect ours or others rights, property, or safety. However, non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses.</p>\n<p>&nbsp;</p>\n<h3>Third party links</h3>\n<p>Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p>\n<p>&nbsp;</p>\n<h3>Online Privacy Policy Only</h3>\n<p>This online privacy policy applies only to information collected through our website and not to information collected offline.</p>\n<p>&nbsp;</p>\n<h3>Your Consent</h3>\n<p>By using our site, you consent to our privacy policy.</p>\n<p>&nbsp;</p>\n<h3>Changes to our Privacy Policy</h3>\n<p>If we decide to change our privacy policy, we will post those changes on this page, and/or update the Privacy Policy modification date below.</p>\n<p>This policy was last modified on 01.12.2012</p>', '', '', '', ''),
(3, 'de', 'Privacy policy', '<h1><span style=\"font-size: x-large;\">Privacy Policy</span></h1>\n<p>&nbsp;</p>\n<h3>What information do we collect?</h3>\n<p>We collect information from you when you register on our site, place an order, subscribe to our newsletter or fill out a form.</p>\n<p>When ordering or registering on our site, as appropriate, you may be asked to enter your: name, e-mail address or mailing address. You may, however, visit our site anonymously.</p>\n<p>&nbsp;</p>\n<h3>What do we use your information for?</h3>\n<p>Any of the information we collect from you may be used in one of the following ways:</p>\n<ul>\n<li>To personalize your experience<br /> (your information helps us to better respond to your individual needs)</li>\n<li>To improve our website<br /> (we continually strive to improve our website offerings based on the information and feedback we receive from you)</li>\n<li>To improve customer service<br /> (your information helps us to more effectively respond to your customer service requests and support needs)</li>\n<li>To process transactions\n<ul>\n<li>Your information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason whatsoever, without your consent, other than for the express purpose of delivering the purchased product or service requested.</li>\n</ul>\n</li>\n<li>To administer a contest, promotion, survey or other site feature</li>\n<li>To send periodic emails<br />\n<ul>\n<li>The email address you provide for order processing, may be used to send you information and updates pertaining to your order, in addition to receiving occasional company news, updates, related product or service information, etc.</li>\n</ul>\nNote: If at any time you would like to unsubscribe from receiving future emails, we include detailed unsubscribe instructions at the bottom of each email.</li>\n</ul>\n<p>&nbsp;</p>\n<h3>How do we protect your information?</h3>\n<p>We implement a variety of security measures to maintain the safety of your personal information when you place an order or enter, submit, or access your personal information.</p>\n<p>We offer the use of a secure server. All supplied sensitive information is transmitted via Secure Socket Layer (SSL) technology and then encrypted into our Payment gateway providers database only to be accessible by those authorized with special access rights to such systems, and are required to keep the information confidential.</p>\n<p>&nbsp;</p>\n<h3>Do we use cookies?</h3>\n<p>Yes (Cookies are small files that a site or its service provider transfers to your computers hard drive through your Web browser (if you allow) that enables the sites or service providers systems to recognize your browser and capture and remember certain information).</p>\n<p>We use cookies to help us remember and process the items in your shopping cart, understand and save your preferences for future visits and keep track of advertisements.</p>\n<p>&nbsp;</p>\n<h3>Do we disclose any information to outside parties?</h3>\n<p>We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information. This does not include trusted third parties who assist us in operating our website, conducting our business, or servicing you, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect ours or others rights, property, or safety. However, non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses.</p>\n<p>&nbsp;</p>\n<h3>Third party links</h3>\n<p>Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p>\n<p>&nbsp;</p>\n<h3>Online Privacy Policy Only</h3>\n<p>This online privacy policy applies only to information collected through our website and not to information collected offline.</p>\n<p>&nbsp;</p>\n<h3>Your Consent</h3>\n<p>By using our site, you consent to our privacy policy.</p>\n<p>&nbsp;</p>\n<h3>Changes to our Privacy Policy</h3>\n<p>If we decide to change our privacy policy, we will post those changes on this page, and/or update the Privacy Policy modification date below.</p>\n<p>This policy was last modified on 01.12.2012</p>', '', '', '', ''),
(3, 'el', 'Privacy policy', '<h1><span style=\"font-size: x-large;\">Privacy Policy</span></h1>\n<p>&nbsp;</p>\n<h3>What information do we collect?</h3>\n<p>We collect information from you when you register on our site, place an order, subscribe to our newsletter or fill out a form.</p>\n<p>When ordering or registering on our site, as appropriate, you may be asked to enter your: name, e-mail address or mailing address. You may, however, visit our site anonymously.</p>\n<p>&nbsp;</p>\n<h3>What do we use your information for?</h3>\n<p>Any of the information we collect from you may be used in one of the following ways:</p>\n<ul>\n<li>To personalize your experience<br /> (your information helps us to better respond to your individual needs)</li>\n<li>To improve our website<br /> (we continually strive to improve our website offerings based on the information and feedback we receive from you)</li>\n<li>To improve customer service<br /> (your information helps us to more effectively respond to your customer service requests and support needs)</li>\n<li>To process transactions\n<ul>\n<li>Your information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason whatsoever, without your consent, other than for the express purpose of delivering the purchased product or service requested.</li>\n</ul>\n</li>\n<li>To administer a contest, promotion, survey or other site feature</li>\n<li>To send periodic emails<br />\n<ul>\n<li>The email address you provide for order processing, may be used to send you information and updates pertaining to your order, in addition to receiving occasional company news, updates, related product or service information, etc.</li>\n</ul>\nNote: If at any time you would like to unsubscribe from receiving future emails, we include detailed unsubscribe instructions at the bottom of each email.</li>\n</ul>\n<p>&nbsp;</p>\n<h3>How do we protect your information?</h3>\n<p>We implement a variety of security measures to maintain the safety of your personal information when you place an order or enter, submit, or access your personal information.</p>\n<p>We offer the use of a secure server. All supplied sensitive information is transmitted via Secure Socket Layer (SSL) technology and then encrypted into our Payment gateway providers database only to be accessible by those authorized with special access rights to such systems, and are required to keep the information confidential.</p>\n<p>&nbsp;</p>\n<h3>Do we use cookies?</h3>\n<p>Yes (Cookies are small files that a site or its service provider transfers to your computers hard drive through your Web browser (if you allow) that enables the sites or service providers systems to recognize your browser and capture and remember certain information).</p>\n<p>We use cookies to help us remember and process the items in your shopping cart, understand and save your preferences for future visits and keep track of advertisements.</p>\n<p>&nbsp;</p>\n<h3>Do we disclose any information to outside parties?</h3>\n<p>We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information. This does not include trusted third parties who assist us in operating our website, conducting our business, or servicing you, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect ours or others rights, property, or safety. However, non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses.</p>\n<p>&nbsp;</p>\n<h3>Third party links</h3>\n<p>Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p>\n<p>&nbsp;</p>\n<h3>Online Privacy Policy Only</h3>\n<p>This online privacy policy applies only to information collected through our website and not to information collected offline.</p>\n<p>&nbsp;</p>\n<h3>Your Consent</h3>\n<p>By using our site, you consent to our privacy policy.</p>\n<p>&nbsp;</p>\n<h3>Changes to our Privacy Policy</h3>\n<p>If we decide to change our privacy policy, we will post those changes on this page, and/or update the Privacy Policy modification date below.</p>\n<p>This policy was last modified on 01.12.2012</p>', '', '', '', ''),
(3, 'en', 'Privacy policy', '<h1><span style=\"font-size: x-large;\">Privacy Policy</span></h1>\n<p>&nbsp;</p>\n<h3>What information do we collect?</h3>\n<p>We collect information from you when you register on our site, place an order, subscribe to our newsletter or fill out a form.</p>\n<p>When ordering or registering on our site, as appropriate, you may be asked to enter your: name, e-mail address or mailing address. You may, however, visit our site anonymously.</p>\n<p>&nbsp;</p>\n<h3>What do we use your information for?</h3>\n<p>Any of the information we collect from you may be used in one of the following ways:</p>\n<ul>\n<li>To personalize your experience<br /> (your information helps us to better respond to your individual needs)</li>\n<li>To improve our website<br /> (we continually strive to improve our website offerings based on the information and feedback we receive from you)</li>\n<li>To improve customer service<br /> (your information helps us to more effectively respond to your customer service requests and support needs)</li>\n<li>To process transactions\n<ul>\n<li>Your information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason whatsoever, without your consent, other than for the express purpose of delivering the purchased product or service requested.</li>\n</ul>\n</li>\n<li>To administer a contest, promotion, survey or other site feature</li>\n<li>To send periodic emails<br />\n<ul>\n<li>The email address you provide for order processing, may be used to send you information and updates pertaining to your order, in addition to receiving occasional company news, updates, related product or service information, etc.</li>\n</ul>\nNote: If at any time you would like to unsubscribe from receiving future emails, we include detailed unsubscribe instructions at the bottom of each email.</li>\n</ul>\n<p>&nbsp;</p>\n<h3>How do we protect your information?</h3>\n<p>We implement a variety of security measures to maintain the safety of your personal information when you place an order or enter, submit, or access your personal information.</p>\n<p>We offer the use of a secure server. All supplied sensitive information is transmitted via Secure Socket Layer (SSL) technology and then encrypted into our Payment gateway providers database only to be accessible by those authorized with special access rights to such systems, and are required to keep the information confidential.</p>\n<p>&nbsp;</p>\n<h3>Do we use cookies?</h3>\n<p>Yes (Cookies are small files that a site or its service provider transfers to your computers hard drive through your Web browser (if you allow) that enables the sites or service providers systems to recognize your browser and capture and remember certain information).</p>\n<p>We use cookies to help us remember and process the items in your shopping cart, understand and save your preferences for future visits and keep track of advertisements.</p>\n<p>&nbsp;</p>\n<h3>Do we disclose any information to outside parties?</h3>\n<p>We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information. This does not include trusted third parties who assist us in operating our website, conducting our business, or servicing you, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect ours or others rights, property, or safety. However, non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses.</p>\n<p>&nbsp;</p>\n<h3>Third party links</h3>\n<p>Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p>\n<p>&nbsp;</p>\n<h3>Online Privacy Policy Only</h3>\n<p>This online privacy policy applies only to information collected through our website and not to information collected offline.</p>\n<p>&nbsp;</p>\n<h3>Your Consent</h3>\n<p>By using our site, you consent to our privacy policy.</p>\n<p>&nbsp;</p>\n<h3>Changes to our Privacy Policy</h3>\n<p>If we decide to change our privacy policy, we will post those changes on this page, and/or update the Privacy Policy modification date below.</p>\n<p>This policy was last modified on 01.12.2012</p>', '', '', '', ''),
(3, 'es', 'Privacy policy', '<h1><span style=\"font-size: x-large;\">Privacy Policy</span></h1>\n<p>&nbsp;</p>\n<h3>What information do we collect?</h3>\n<p>We collect information from you when you register on our site, place an order, subscribe to our newsletter or fill out a form.</p>\n<p>When ordering or registering on our site, as appropriate, you may be asked to enter your: name, e-mail address or mailing address. You may, however, visit our site anonymously.</p>\n<p>&nbsp;</p>\n<h3>What do we use your information for?</h3>\n<p>Any of the information we collect from you may be used in one of the following ways:</p>\n<ul>\n<li>To personalize your experience<br /> (your information helps us to better respond to your individual needs)</li>\n<li>To improve our website<br /> (we continually strive to improve our website offerings based on the information and feedback we receive from you)</li>\n<li>To improve customer service<br /> (your information helps us to more effectively respond to your customer service requests and support needs)</li>\n<li>To process transactions\n<ul>\n<li>Your information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason whatsoever, without your consent, other than for the express purpose of delivering the purchased product or service requested.</li>\n</ul>\n</li>\n<li>To administer a contest, promotion, survey or other site feature</li>\n<li>To send periodic emails<br />\n<ul>\n<li>The email address you provide for order processing, may be used to send you information and updates pertaining to your order, in addition to receiving occasional company news, updates, related product or service information, etc.</li>\n</ul>\nNote: If at any time you would like to unsubscribe from receiving future emails, we include detailed unsubscribe instructions at the bottom of each email.</li>\n</ul>\n<p>&nbsp;</p>\n<h3>How do we protect your information?</h3>\n<p>We implement a variety of security measures to maintain the safety of your personal information when you place an order or enter, submit, or access your personal information.</p>\n<p>We offer the use of a secure server. All supplied sensitive information is transmitted via Secure Socket Layer (SSL) technology and then encrypted into our Payment gateway providers database only to be accessible by those authorized with special access rights to such systems, and are required to keep the information confidential.</p>\n<p>&nbsp;</p>\n<h3>Do we use cookies?</h3>\n<p>Yes (Cookies are small files that a site or its service provider transfers to your computers hard drive through your Web browser (if you allow) that enables the sites or service providers systems to recognize your browser and capture and remember certain information).</p>\n<p>We use cookies to help us remember and process the items in your shopping cart, understand and save your preferences for future visits and keep track of advertisements.</p>\n<p>&nbsp;</p>\n<h3>Do we disclose any information to outside parties?</h3>\n<p>We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information. This does not include trusted third parties who assist us in operating our website, conducting our business, or servicing you, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect ours or others rights, property, or safety. However, non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses.</p>\n<p>&nbsp;</p>\n<h3>Third party links</h3>\n<p>Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p>\n<p>&nbsp;</p>\n<h3>Online Privacy Policy Only</h3>\n<p>This online privacy policy applies only to information collected through our website and not to information collected offline.</p>\n<p>&nbsp;</p>\n<h3>Your Consent</h3>\n<p>By using our site, you consent to our privacy policy.</p>\n<p>&nbsp;</p>\n<h3>Changes to our Privacy Policy</h3>\n<p>If we decide to change our privacy policy, we will post those changes on this page, and/or update the Privacy Policy modification date below.</p>\n<p>This policy was last modified on 01.12.2012</p>', '', '', '', ''),
(3, 'fr', 'Privacy policy', '<h1><span style=\"font-size: x-large;\">Privacy Policy</span></h1>\n<p>&nbsp;</p>\n<h3>What information do we collect?</h3>\n<p>We collect information from you when you register on our site, place an order, subscribe to our newsletter or fill out a form.</p>\n<p>When ordering or registering on our site, as appropriate, you may be asked to enter your: name, e-mail address or mailing address. You may, however, visit our site anonymously.</p>\n<p>&nbsp;</p>\n<h3>What do we use your information for?</h3>\n<p>Any of the information we collect from you may be used in one of the following ways:</p>\n<ul>\n<li>To personalize your experience<br /> (your information helps us to better respond to your individual needs)</li>\n<li>To improve our website<br /> (we continually strive to improve our website offerings based on the information and feedback we receive from you)</li>\n<li>To improve customer service<br /> (your information helps us to more effectively respond to your customer service requests and support needs)</li>\n<li>To process transactions\n<ul>\n<li>Your information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason whatsoever, without your consent, other than for the express purpose of delivering the purchased product or service requested.</li>\n</ul>\n</li>\n<li>To administer a contest, promotion, survey or other site feature</li>\n<li>To send periodic emails<br />\n<ul>\n<li>The email address you provide for order processing, may be used to send you information and updates pertaining to your order, in addition to receiving occasional company news, updates, related product or service information, etc.</li>\n</ul>\nNote: If at any time you would like to unsubscribe from receiving future emails, we include detailed unsubscribe instructions at the bottom of each email.</li>\n</ul>\n<p>&nbsp;</p>\n<h3>How do we protect your information?</h3>\n<p>We implement a variety of security measures to maintain the safety of your personal information when you place an order or enter, submit, or access your personal information.</p>\n<p>We offer the use of a secure server. All supplied sensitive information is transmitted via Secure Socket Layer (SSL) technology and then encrypted into our Payment gateway providers database only to be accessible by those authorized with special access rights to such systems, and are required to keep the information confidential.</p>\n<p>&nbsp;</p>\n<h3>Do we use cookies?</h3>\n<p>Yes (Cookies are small files that a site or its service provider transfers to your computers hard drive through your Web browser (if you allow) that enables the sites or service providers systems to recognize your browser and capture and remember certain information).</p>\n<p>We use cookies to help us remember and process the items in your shopping cart, understand and save your preferences for future visits and keep track of advertisements.</p>\n<p>&nbsp;</p>\n<h3>Do we disclose any information to outside parties?</h3>\n<p>We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information. This does not include trusted third parties who assist us in operating our website, conducting our business, or servicing you, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect ours or others rights, property, or safety. However, non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses.</p>\n<p>&nbsp;</p>\n<h3>Third party links</h3>\n<p>Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p>\n<p>&nbsp;</p>\n<h3>Online Privacy Policy Only</h3>\n<p>This online privacy policy applies only to information collected through our website and not to information collected offline.</p>\n<p>&nbsp;</p>\n<h3>Your Consent</h3>\n<p>By using our site, you consent to our privacy policy.</p>\n<p>&nbsp;</p>\n<h3>Changes to our Privacy Policy</h3>\n<p>If we decide to change our privacy policy, we will post those changes on this page, and/or update the Privacy Policy modification date below.</p>\n<p>This policy was last modified on 01.12.2012</p>', '', '', '', ''),
(3, 'it', 'Privacy policy', '<h1><span style=\"font-size: x-large;\">Privacy Policy</span></h1>\n<p>&nbsp;</p>\n<h3>What information do we collect?</h3>\n<p>We collect information from you when you register on our site, place an order, subscribe to our newsletter or fill out a form.</p>\n<p>When ordering or registering on our site, as appropriate, you may be asked to enter your: name, e-mail address or mailing address. You may, however, visit our site anonymously.</p>\n<p>&nbsp;</p>\n<h3>What do we use your information for?</h3>\n<p>Any of the information we collect from you may be used in one of the following ways:</p>\n<ul>\n<li>To personalize your experience<br /> (your information helps us to better respond to your individual needs)</li>\n<li>To improve our website<br /> (we continually strive to improve our website offerings based on the information and feedback we receive from you)</li>\n<li>To improve customer service<br /> (your information helps us to more effectively respond to your customer service requests and support needs)</li>\n<li>To process transactions\n<ul>\n<li>Your information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason whatsoever, without your consent, other than for the express purpose of delivering the purchased product or service requested.</li>\n</ul>\n</li>\n<li>To administer a contest, promotion, survey or other site feature</li>\n<li>To send periodic emails<br />\n<ul>\n<li>The email address you provide for order processing, may be used to send you information and updates pertaining to your order, in addition to receiving occasional company news, updates, related product or service information, etc.</li>\n</ul>\nNote: If at any time you would like to unsubscribe from receiving future emails, we include detailed unsubscribe instructions at the bottom of each email.</li>\n</ul>\n<p>&nbsp;</p>\n<h3>How do we protect your information?</h3>\n<p>We implement a variety of security measures to maintain the safety of your personal information when you place an order or enter, submit, or access your personal information.</p>\n<p>We offer the use of a secure server. All supplied sensitive information is transmitted via Secure Socket Layer (SSL) technology and then encrypted into our Payment gateway providers database only to be accessible by those authorized with special access rights to such systems, and are required to keep the information confidential.</p>\n<p>&nbsp;</p>\n<h3>Do we use cookies?</h3>\n<p>Yes (Cookies are small files that a site or its service provider transfers to your computers hard drive through your Web browser (if you allow) that enables the sites or service providers systems to recognize your browser and capture and remember certain information).</p>\n<p>We use cookies to help us remember and process the items in your shopping cart, understand and save your preferences for future visits and keep track of advertisements.</p>\n<p>&nbsp;</p>\n<h3>Do we disclose any information to outside parties?</h3>\n<p>We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information. This does not include trusted third parties who assist us in operating our website, conducting our business, or servicing you, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect ours or others rights, property, or safety. However, non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses.</p>\n<p>&nbsp;</p>\n<h3>Third party links</h3>\n<p>Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p>\n<p>&nbsp;</p>\n<h3>Online Privacy Policy Only</h3>\n<p>This online privacy policy applies only to information collected through our website and not to information collected offline.</p>\n<p>&nbsp;</p>\n<h3>Your Consent</h3>\n<p>By using our site, you consent to our privacy policy.</p>\n<p>&nbsp;</p>\n<h3>Changes to our Privacy Policy</h3>\n<p>If we decide to change our privacy policy, we will post those changes on this page, and/or update the Privacy Policy modification date below.</p>\n<p>This policy was last modified on 01.12.2012</p>', '', '', '', ''),
(3, 'nl', 'Privacy policy', '<h1><span style=\"font-size: x-large;\">Privacy Policy</span></h1>\n<p>&nbsp;</p>\n<h3>What information do we collect?</h3>\n<p>We collect information from you when you register on our site, place an order, subscribe to our newsletter or fill out a form.</p>\n<p>When ordering or registering on our site, as appropriate, you may be asked to enter your: name, e-mail address or mailing address. You may, however, visit our site anonymously.</p>\n<p>&nbsp;</p>\n<h3>What do we use your information for?</h3>\n<p>Any of the information we collect from you may be used in one of the following ways:</p>\n<ul>\n<li>To personalize your experience<br /> (your information helps us to better respond to your individual needs)</li>\n<li>To improve our website<br /> (we continually strive to improve our website offerings based on the information and feedback we receive from you)</li>\n<li>To improve customer service<br /> (your information helps us to more effectively respond to your customer service requests and support needs)</li>\n<li>To process transactions\n<ul>\n<li>Your information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason whatsoever, without your consent, other than for the express purpose of delivering the purchased product or service requested.</li>\n</ul>\n</li>\n<li>To administer a contest, promotion, survey or other site feature</li>\n<li>To send periodic emails<br />\n<ul>\n<li>The email address you provide for order processing, may be used to send you information and updates pertaining to your order, in addition to receiving occasional company news, updates, related product or service information, etc.</li>\n</ul>\nNote: If at any time you would like to unsubscribe from receiving future emails, we include detailed unsubscribe instructions at the bottom of each email.</li>\n</ul>\n<p>&nbsp;</p>\n<h3>How do we protect your information?</h3>\n<p>We implement a variety of security measures to maintain the safety of your personal information when you place an order or enter, submit, or access your personal information.</p>\n<p>We offer the use of a secure server. All supplied sensitive information is transmitted via Secure Socket Layer (SSL) technology and then encrypted into our Payment gateway providers database only to be accessible by those authorized with special access rights to such systems, and are required to keep the information confidential.</p>\n<p>&nbsp;</p>\n<h3>Do we use cookies?</h3>\n<p>Yes (Cookies are small files that a site or its service provider transfers to your computers hard drive through your Web browser (if you allow) that enables the sites or service providers systems to recognize your browser and capture and remember certain information).</p>\n<p>We use cookies to help us remember and process the items in your shopping cart, understand and save your preferences for future visits and keep track of advertisements.</p>\n<p>&nbsp;</p>\n<h3>Do we disclose any information to outside parties?</h3>\n<p>We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information. This does not include trusted third parties who assist us in operating our website, conducting our business, or servicing you, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect ours or others rights, property, or safety. However, non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses.</p>\n<p>&nbsp;</p>\n<h3>Third party links</h3>\n<p>Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p>\n<p>&nbsp;</p>\n<h3>Online Privacy Policy Only</h3>\n<p>This online privacy policy applies only to information collected through our website and not to information collected offline.</p>\n<p>&nbsp;</p>\n<h3>Your Consent</h3>\n<p>By using our site, you consent to our privacy policy.</p>\n<p>&nbsp;</p>\n<h3>Changes to our Privacy Policy</h3>\n<p>If we decide to change our privacy policy, we will post those changes on this page, and/or update the Privacy Policy modification date below.</p>\n<p>This policy was last modified on 01.12.2012</p>', '', '', '', ''),
(3, 'no', 'Privacy policy', '<h1><span style=\"font-size: x-large;\">Privacy Policy</span></h1>\n<p>&nbsp;</p>\n<h3>What information do we collect?</h3>\n<p>We collect information from you when you register on our site, place an order, subscribe to our newsletter or fill out a form.</p>\n<p>When ordering or registering on our site, as appropriate, you may be asked to enter your: name, e-mail address or mailing address. You may, however, visit our site anonymously.</p>\n<p>&nbsp;</p>\n<h3>What do we use your information for?</h3>\n<p>Any of the information we collect from you may be used in one of the following ways:</p>\n<ul>\n<li>To personalize your experience<br /> (your information helps us to better respond to your individual needs)</li>\n<li>To improve our website<br /> (we continually strive to improve our website offerings based on the information and feedback we receive from you)</li>\n<li>To improve customer service<br /> (your information helps us to more effectively respond to your customer service requests and support needs)</li>\n<li>To process transactions\n<ul>\n<li>Your information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason whatsoever, without your consent, other than for the express purpose of delivering the purchased product or service requested.</li>\n</ul>\n</li>\n<li>To administer a contest, promotion, survey or other site feature</li>\n<li>To send periodic emails<br />\n<ul>\n<li>The email address you provide for order processing, may be used to send you information and updates pertaining to your order, in addition to receiving occasional company news, updates, related product or service information, etc.</li>\n</ul>\nNote: If at any time you would like to unsubscribe from receiving future emails, we include detailed unsubscribe instructions at the bottom of each email.</li>\n</ul>\n<p>&nbsp;</p>\n<h3>How do we protect your information?</h3>\n<p>We implement a variety of security measures to maintain the safety of your personal information when you place an order or enter, submit, or access your personal information.</p>\n<p>We offer the use of a secure server. All supplied sensitive information is transmitted via Secure Socket Layer (SSL) technology and then encrypted into our Payment gateway providers database only to be accessible by those authorized with special access rights to such systems, and are required to keep the information confidential.</p>\n<p>&nbsp;</p>\n<h3>Do we use cookies?</h3>\n<p>Yes (Cookies are small files that a site or its service provider transfers to your computers hard drive through your Web browser (if you allow) that enables the sites or service providers systems to recognize your browser and capture and remember certain information).</p>\n<p>We use cookies to help us remember and process the items in your shopping cart, understand and save your preferences for future visits and keep track of advertisements.</p>\n<p>&nbsp;</p>\n<h3>Do we disclose any information to outside parties?</h3>\n<p>We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information. This does not include trusted third parties who assist us in operating our website, conducting our business, or servicing you, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect ours or others rights, property, or safety. However, non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses.</p>\n<p>&nbsp;</p>\n<h3>Third party links</h3>\n<p>Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p>\n<p>&nbsp;</p>\n<h3>Online Privacy Policy Only</h3>\n<p>This online privacy policy applies only to information collected through our website and not to information collected offline.</p>\n<p>&nbsp;</p>\n<h3>Your Consent</h3>\n<p>By using our site, you consent to our privacy policy.</p>\n<p>&nbsp;</p>\n<h3>Changes to our Privacy Policy</h3>\n<p>If we decide to change our privacy policy, we will post those changes on this page, and/or update the Privacy Policy modification date below.</p>\n<p>This policy was last modified on 01.12.2012</p>', '', '', '', ''),
(3, 'pt', 'Privacy policy', '<h1><span style=\"font-size: x-large;\">Privacy Policy</span></h1>\n<p>&nbsp;</p>\n<h3>What information do we collect?</h3>\n<p>We collect information from you when you register on our site, place an order, subscribe to our newsletter or fill out a form.</p>\n<p>When ordering or registering on our site, as appropriate, you may be asked to enter your: name, e-mail address or mailing address. You may, however, visit our site anonymously.</p>\n<p>&nbsp;</p>\n<h3>What do we use your information for?</h3>\n<p>Any of the information we collect from you may be used in one of the following ways:</p>\n<ul>\n<li>To personalize your experience<br /> (your information helps us to better respond to your individual needs)</li>\n<li>To improve our website<br /> (we continually strive to improve our website offerings based on the information and feedback we receive from you)</li>\n<li>To improve customer service<br /> (your information helps us to more effectively respond to your customer service requests and support needs)</li>\n<li>To process transactions\n<ul>\n<li>Your information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason whatsoever, without your consent, other than for the express purpose of delivering the purchased product or service requested.</li>\n</ul>\n</li>\n<li>To administer a contest, promotion, survey or other site feature</li>\n<li>To send periodic emails<br />\n<ul>\n<li>The email address you provide for order processing, may be used to send you information and updates pertaining to your order, in addition to receiving occasional company news, updates, related product or service information, etc.</li>\n</ul>\nNote: If at any time you would like to unsubscribe from receiving future emails, we include detailed unsubscribe instructions at the bottom of each email.</li>\n</ul>\n<p>&nbsp;</p>\n<h3>How do we protect your information?</h3>\n<p>We implement a variety of security measures to maintain the safety of your personal information when you place an order or enter, submit, or access your personal information.</p>\n<p>We offer the use of a secure server. All supplied sensitive information is transmitted via Secure Socket Layer (SSL) technology and then encrypted into our Payment gateway providers database only to be accessible by those authorized with special access rights to such systems, and are required to keep the information confidential.</p>\n<p>&nbsp;</p>\n<h3>Do we use cookies?</h3>\n<p>Yes (Cookies are small files that a site or its service provider transfers to your computers hard drive through your Web browser (if you allow) that enables the sites or service providers systems to recognize your browser and capture and remember certain information).</p>\n<p>We use cookies to help us remember and process the items in your shopping cart, understand and save your preferences for future visits and keep track of advertisements.</p>\n<p>&nbsp;</p>\n<h3>Do we disclose any information to outside parties?</h3>\n<p>We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information. This does not include trusted third parties who assist us in operating our website, conducting our business, or servicing you, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect ours or others rights, property, or safety. However, non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses.</p>\n<p>&nbsp;</p>\n<h3>Third party links</h3>\n<p>Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p>\n<p>&nbsp;</p>\n<h3>Online Privacy Policy Only</h3>\n<p>This online privacy policy applies only to information collected through our website and not to information collected offline.</p>\n<p>&nbsp;</p>\n<h3>Your Consent</h3>\n<p>By using our site, you consent to our privacy policy.</p>\n<p>&nbsp;</p>\n<h3>Changes to our Privacy Policy</h3>\n<p>If we decide to change our privacy policy, we will post those changes on this page, and/or update the Privacy Policy modification date below.</p>\n<p>This policy was last modified on 01.12.2012</p>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(3, 'ro', 'Privacy policy', '<h1><span style=\"font-size: x-large;\">Privacy Policy</span></h1>\n<p>&nbsp;</p>\n<h3>What information do we collect?</h3>\n<p>We collect information from you when you register on our site, place an order, subscribe to our newsletter or fill out a form.</p>\n<p>When ordering or registering on our site, as appropriate, you may be asked to enter your: name, e-mail address or mailing address. You may, however, visit our site anonymously.</p>\n<p>&nbsp;</p>\n<h3>What do we use your information for?</h3>\n<p>Any of the information we collect from you may be used in one of the following ways:</p>\n<ul>\n<li>To personalize your experience<br /> (your information helps us to better respond to your individual needs)</li>\n<li>To improve our website<br /> (we continually strive to improve our website offerings based on the information and feedback we receive from you)</li>\n<li>To improve customer service<br /> (your information helps us to more effectively respond to your customer service requests and support needs)</li>\n<li>To process transactions\n<ul>\n<li>Your information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason whatsoever, without your consent, other than for the express purpose of delivering the purchased product or service requested.</li>\n</ul>\n</li>\n<li>To administer a contest, promotion, survey or other site feature</li>\n<li>To send periodic emails<br />\n<ul>\n<li>The email address you provide for order processing, may be used to send you information and updates pertaining to your order, in addition to receiving occasional company news, updates, related product or service information, etc.</li>\n</ul>\nNote: If at any time you would like to unsubscribe from receiving future emails, we include detailed unsubscribe instructions at the bottom of each email.</li>\n</ul>\n<p>&nbsp;</p>\n<h3>How do we protect your information?</h3>\n<p>We implement a variety of security measures to maintain the safety of your personal information when you place an order or enter, submit, or access your personal information.</p>\n<p>We offer the use of a secure server. All supplied sensitive information is transmitted via Secure Socket Layer (SSL) technology and then encrypted into our Payment gateway providers database only to be accessible by those authorized with special access rights to such systems, and are required to keep the information confidential.</p>\n<p>&nbsp;</p>\n<h3>Do we use cookies?</h3>\n<p>Yes (Cookies are small files that a site or its service provider transfers to your computers hard drive through your Web browser (if you allow) that enables the sites or service providers systems to recognize your browser and capture and remember certain information).</p>\n<p>We use cookies to help us remember and process the items in your shopping cart, understand and save your preferences for future visits and keep track of advertisements.</p>\n<p>&nbsp;</p>\n<h3>Do we disclose any information to outside parties?</h3>\n<p>We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information. This does not include trusted third parties who assist us in operating our website, conducting our business, or servicing you, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect ours or others rights, property, or safety. However, non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses.</p>\n<p>&nbsp;</p>\n<h3>Third party links</h3>\n<p>Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p>\n<p>&nbsp;</p>\n<h3>Online Privacy Policy Only</h3>\n<p>This online privacy policy applies only to information collected through our website and not to information collected offline.</p>\n<p>&nbsp;</p>\n<h3>Your Consent</h3>\n<p>By using our site, you consent to our privacy policy.</p>\n<p>&nbsp;</p>\n<h3>Changes to our Privacy Policy</h3>\n<p>If we decide to change our privacy policy, we will post those changes on this page, and/or update the Privacy Policy modification date below.</p>\n<p>This policy was last modified on 01.12.2012</p>', '', '', '', ''),
(3, 'ru', 'Privacy policy', '<h1><span style=\"font-size: x-large;\">Privacy Policy</span></h1>\n<p>&nbsp;</p>\n<h3>What information do we collect?</h3>\n<p>We collect information from you when you register on our site, place an order, subscribe to our newsletter or fill out a form.</p>\n<p>When ordering or registering on our site, as appropriate, you may be asked to enter your: name, e-mail address or mailing address. You may, however, visit our site anonymously.</p>\n<p>&nbsp;</p>\n<h3>What do we use your information for?</h3>\n<p>Any of the information we collect from you may be used in one of the following ways:</p>\n<ul>\n<li>To personalize your experience<br /> (your information helps us to better respond to your individual needs)</li>\n<li>To improve our website<br /> (we continually strive to improve our website offerings based on the information and feedback we receive from you)</li>\n<li>To improve customer service<br /> (your information helps us to more effectively respond to your customer service requests and support needs)</li>\n<li>To process transactions\n<ul>\n<li>Your information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason whatsoever, without your consent, other than for the express purpose of delivering the purchased product or service requested.</li>\n</ul>\n</li>\n<li>To administer a contest, promotion, survey or other site feature</li>\n<li>To send periodic emails<br />\n<ul>\n<li>The email address you provide for order processing, may be used to send you information and updates pertaining to your order, in addition to receiving occasional company news, updates, related product or service information, etc.</li>\n</ul>\nNote: If at any time you would like to unsubscribe from receiving future emails, we include detailed unsubscribe instructions at the bottom of each email.</li>\n</ul>\n<p>&nbsp;</p>\n<h3>How do we protect your information?</h3>\n<p>We implement a variety of security measures to maintain the safety of your personal information when you place an order or enter, submit, or access your personal information.</p>\n<p>We offer the use of a secure server. All supplied sensitive information is transmitted via Secure Socket Layer (SSL) technology and then encrypted into our Payment gateway providers database only to be accessible by those authorized with special access rights to such systems, and are required to keep the information confidential.</p>\n<p>&nbsp;</p>\n<h3>Do we use cookies?</h3>\n<p>Yes (Cookies are small files that a site or its service provider transfers to your computers hard drive through your Web browser (if you allow) that enables the sites or service providers systems to recognize your browser and capture and remember certain information).</p>\n<p>We use cookies to help us remember and process the items in your shopping cart, understand and save your preferences for future visits and keep track of advertisements.</p>\n<p>&nbsp;</p>\n<h3>Do we disclose any information to outside parties?</h3>\n<p>We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information. This does not include trusted third parties who assist us in operating our website, conducting our business, or servicing you, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect ours or others rights, property, or safety. However, non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses.</p>\n<p>&nbsp;</p>\n<h3>Third party links</h3>\n<p>Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p>\n<p>&nbsp;</p>\n<h3>Online Privacy Policy Only</h3>\n<p>This online privacy policy applies only to information collected through our website and not to information collected offline.</p>\n<p>&nbsp;</p>\n<h3>Your Consent</h3>\n<p>By using our site, you consent to our privacy policy.</p>\n<p>&nbsp;</p>\n<h3>Changes to our Privacy Policy</h3>\n<p>If we decide to change our privacy policy, we will post those changes on this page, and/or update the Privacy Policy modification date below.</p>\n<p>This policy was last modified on 01.12.2012</p>', '', '', '', ''),
(4, 'da', 'Free Returns', '<p>To guarantee customer satisfaction, we offer free returns for the products that for some reasons did not met our customer\'s expectations.</p><p>You can create a return request right from your customer account.</p>', '', '', '', ''),
(4, 'de', 'Free Returns', '<p>To guarantee customer satisfaction, we offer free returns for the products that for some reasons did not met our customer\'s expectations.</p><p>You can create a return request right from your customer account.</p>', '', '', '', ''),
(4, 'el', 'Free Returns', '<p>To guarantee customer satisfaction, we offer free returns for the products that for some reasons did not met our customer\'s expectations.</p><p>You can create a return request right from your customer account.</p>', '', '', '', ''),
(4, 'en', 'Free Returns', '<p>To guarantee customer satisfaction, we offer free returns for the products that for some reasons did not met our customer\'s expectations.</p><p>You can create a return request right from your customer account.</p>', '', '', '', ''),
(4, 'es', 'Free Returns', '<p>To guarantee customer satisfaction, we offer free returns for the products that for some reasons did not met our customer\'s expectations.</p><p>You can create a return request right from your customer account.</p>', '', '', '', ''),
(4, 'fr', 'Free Returns', '<p>To guarantee customer satisfaction, we offer free returns for the products that for some reasons did not met our customer\'s expectations.</p><p>You can create a return request right from your customer account.</p>', '', '', '', ''),
(4, 'it', 'Free Returns', '<p>To guarantee customer satisfaction, we offer free returns for the products that for some reasons did not met our customer\'s expectations.</p><p>You can create a return request right from your customer account.</p>', '', '', '', ''),
(4, 'nl', 'Free Returns', '<p>To guarantee customer satisfaction, we offer free returns for the products that for some reasons did not met our customer\'s expectations.</p><p>You can create a return request right from your customer account.</p>', '', '', '', ''),
(4, 'no', 'Free Returns', '<p>To guarantee customer satisfaction, we offer free returns for the products that for some reasons did not met our customer\'s expectations.</p><p>You can create a return request right from your customer account.</p>', '', '', '', ''),
(4, 'pt', 'Compre despreocupado ', '<p></p><p>Para garantir a satisfação do cliente, oferecemos devoluções gratuitas para os produtos que, por alguns motivos, não atendem às expectativas de nossos clientes.</p>\r\n<p>Você pode criar uma solicitação de devolução diretamente da sua conta de cliente.</p><p></p>', '', '', '', ''),
(4, 'ro', 'Free Returns', '<p>To guarantee customer satisfaction, we offer free returns for the products that for some reasons did not met our customer\'s expectations.</p><p>You can create a return request right from your customer account.</p>', '', '', '', ''),
(4, 'ru', 'Free Returns', '<p>To guarantee customer satisfaction, we offer free returns for the products that for some reasons did not met our customer\'s expectations.</p><p>You can create a return request right from your customer account.</p>', '', '', '', ''),
(5, 'da', 'Free Shipping', '<h2>On orders $19 and up</h2>\n<p>We will ship any product costing $19+ for free.</p><p><span style=\"color: rgb(165, 165, 165);\">This offer is not applicable to e-goods and products with price lowered under $19 by a promotion or gift certificate.</span></p>', '', '', '', ''),
(5, 'de', 'Free Shipping', '<h2>On orders $19 and up</h2>\n<p>We will ship any product costing $19+ for free.</p><p><span style=\"color: rgb(165, 165, 165);\">This offer is not applicable to e-goods and products with price lowered under $19 by a promotion or gift certificate.</span></p>', '', '', '', ''),
(5, 'el', 'Free Shipping', '<h2>On orders $19 and up</h2>\n<p>We will ship any product costing $19+ for free.</p><p><span style=\"color: rgb(165, 165, 165);\">This offer is not applicable to e-goods and products with price lowered under $19 by a promotion or gift certificate.</span></p>', '', '', '', ''),
(5, 'en', 'Free Shipping', '<h2>On orders $19 and up</h2>\n<p>We will ship any product costing $19+ for free.</p><p><span style=\"color: rgb(165, 165, 165);\">This offer is not applicable to e-goods and products with price lowered under $19 by a promotion or gift certificate.</span></p>', '', '', '', ''),
(5, 'es', 'Free Shipping', '<h2>On orders $19 and up</h2>\n<p>We will ship any product costing $19+ for free.</p><p><span style=\"color: rgb(165, 165, 165);\">This offer is not applicable to e-goods and products with price lowered under $19 by a promotion or gift certificate.</span></p>', '', '', '', ''),
(5, 'fr', 'Free Shipping', '<h2>On orders $19 and up</h2>\n<p>We will ship any product costing $19+ for free.</p><p><span style=\"color: rgb(165, 165, 165);\">This offer is not applicable to e-goods and products with price lowered under $19 by a promotion or gift certificate.</span></p>', '', '', '', ''),
(5, 'it', 'Free Shipping', '<h2>On orders $19 and up</h2>\n<p>We will ship any product costing $19+ for free.</p><p><span style=\"color: rgb(165, 165, 165);\">This offer is not applicable to e-goods and products with price lowered under $19 by a promotion or gift certificate.</span></p>', '', '', '', ''),
(5, 'nl', 'Free Shipping', '<h2>On orders $19 and up</h2>\n<p>We will ship any product costing $19+ for free.</p><p><span style=\"color: rgb(165, 165, 165);\">This offer is not applicable to e-goods and products with price lowered under $19 by a promotion or gift certificate.</span></p>', '', '', '', ''),
(5, 'no', 'Free Shipping', '<h2>On orders $19 and up</h2>\n<p>We will ship any product costing $19+ for free.</p><p><span style=\"color: rgb(165, 165, 165);\">This offer is not applicable to e-goods and products with price lowered under $19 by a promotion or gift certificate.</span></p>', '', '', '', ''),
(5, 'pt', 'Free Shipping', '<h2>On orders $19 and up</h2>\n<p>We will ship any product costing $19+ for free.</p><p><span style=\"color: rgb(165, 165, 165);\">This offer is not applicable to e-goods and products with price lowered under $19 by a promotion or gift certificate.</span></p>', '', '', '', ''),
(5, 'ro', 'Free Shipping', '<h2>On orders $19 and up</h2>\n<p>We will ship any product costing $19+ for free.</p><p><span style=\"color: rgb(165, 165, 165);\">This offer is not applicable to e-goods and products with price lowered under $19 by a promotion or gift certificate.</span></p>', '', '', '', ''),
(5, 'ru', 'Free Shipping', '<h2>On orders $19 and up</h2>\n<p>We will ship any product costing $19+ for free.</p><p><span style=\"color: rgb(165, 165, 165);\">This offer is not applicable to e-goods and products with price lowered under $19 by a promotion or gift certificate.</span></p>', '', '', '', ''),
(6, 'da', 'Low Price Guarantee', '<p>We guarantee the lowest prices on the products presented in our store.</p><p>If you find a lower price for any of our products, offered by a designated online retailer, save the link and contact us.</p><p>After we verify that our competitor\'s price is more attractive, we will lower ours to be at least as low!</p>', '', '', '', ''),
(6, 'de', 'Low Price Guarantee', '<p>We guarantee the lowest prices on the products presented in our store.</p><p>If you find a lower price for any of our products, offered by a designated online retailer, save the link and contact us.</p><p>After we verify that our competitor\'s price is more attractive, we will lower ours to be at least as low!</p>', '', '', '', ''),
(6, 'el', 'Low Price Guarantee', '<p>We guarantee the lowest prices on the products presented in our store.</p><p>If you find a lower price for any of our products, offered by a designated online retailer, save the link and contact us.</p><p>After we verify that our competitor\'s price is more attractive, we will lower ours to be at least as low!</p>', '', '', '', ''),
(6, 'en', 'Low Price Guarantee', '<p>We guarantee the lowest prices on the products presented in our store.</p><p>If you find a lower price for any of our products, offered by a designated online retailer, save the link and contact us.</p><p>After we verify that our competitor\'s price is more attractive, we will lower ours to be at least as low!</p>', '', '', '', ''),
(6, 'es', 'Low Price Guarantee', '<p>We guarantee the lowest prices on the products presented in our store.</p><p>If you find a lower price for any of our products, offered by a designated online retailer, save the link and contact us.</p><p>After we verify that our competitor\'s price is more attractive, we will lower ours to be at least as low!</p>', '', '', '', ''),
(6, 'fr', 'Low Price Guarantee', '<p>We guarantee the lowest prices on the products presented in our store.</p><p>If you find a lower price for any of our products, offered by a designated online retailer, save the link and contact us.</p><p>After we verify that our competitor\'s price is more attractive, we will lower ours to be at least as low!</p>', '', '', '', ''),
(6, 'it', 'Low Price Guarantee', '<p>We guarantee the lowest prices on the products presented in our store.</p><p>If you find a lower price for any of our products, offered by a designated online retailer, save the link and contact us.</p><p>After we verify that our competitor\'s price is more attractive, we will lower ours to be at least as low!</p>', '', '', '', ''),
(6, 'nl', 'Low Price Guarantee', '<p>We guarantee the lowest prices on the products presented in our store.</p><p>If you find a lower price for any of our products, offered by a designated online retailer, save the link and contact us.</p><p>After we verify that our competitor\'s price is more attractive, we will lower ours to be at least as low!</p>', '', '', '', ''),
(6, 'no', 'Low Price Guarantee', '<p>We guarantee the lowest prices on the products presented in our store.</p><p>If you find a lower price for any of our products, offered by a designated online retailer, save the link and contact us.</p><p>After we verify that our competitor\'s price is more attractive, we will lower ours to be at least as low!</p>', '', '', '', ''),
(6, 'pt', 'Low Price Guarantee', '<p>We guarantee the lowest prices on the products presented in our store.</p>\r\n<p>If you find a lower price for any of our products, offered by a designated online retailer, save the link and contact us.</p>\r\n<p>After we verify that our competitor\'s price is more attractive, we will lower ours to be at least as low!</p>', '', '', '', ''),
(6, 'ro', 'Low Price Guarantee', '<p>We guarantee the lowest prices on the products presented in our store.</p><p>If you find a lower price for any of our products, offered by a designated online retailer, save the link and contact us.</p><p>After we verify that our competitor\'s price is more attractive, we will lower ours to be at least as low!</p>', '', '', '', ''),
(6, 'ru', 'Low Price Guarantee', '<p>We guarantee the lowest prices on the products presented in our store.</p><p>If you find a lower price for any of our products, offered by a designated online retailer, save the link and contact us.</p><p>After we verify that our competitor\'s price is more attractive, we will lower ours to be at least as low!</p>', '', '', '', ''),
(7, 'da', 'Blog', '', '', '', '', ''),
(7, 'de', 'Blog', '', '', '', '', ''),
(7, 'el', 'Blog', '', '', '', '', ''),
(7, 'en', 'Blog', '', '', '', '', ''),
(7, 'es', 'Blog', '', '', '', '', ''),
(7, 'fr', 'Blog', '', '', '', '', ''),
(7, 'it', 'Blog', '', '', '', '', ''),
(7, 'nl', 'Blog', '', '', '', '', ''),
(7, 'no', 'Blog', '', '', '', '', ''),
(7, 'pt', 'Blog', '', '', '', '', ''),
(7, 'ro', 'Blog', '', '', '', '', ''),
(7, 'ru', 'Блог', '', '', '', '', ''),
(8, 'da', 'Merchium Marketplace Opens for Partners', '<p>Hi!</p><p>The Merchium Marketplace is where merchants will buy themes and apps for their stores. Today, we have great news for developers and designers who want to sell their work via the Marketplace and to benefit from Merchium’s growth.</p><p><strong>The Merchium Marketplace is now open for partners.</strong> If you want to sell apps and themes on the Marketplace, email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> and we’ll send you a personal invitation to join a secret registration page.</p><div style=\"text-align: center; margin: 15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div><p>The Marketplace is currently running behind a curtain; only our team and the partners have access to the site. Once the Marketplace has enough apps and themes, we’ll open it to the public.</p><!--CUT--><h2>Why Become a Partner</h2><p>As our partner, you will get <strong>80% of the profits from every app and 70% of the profits from every theme</strong> you create and sell through the Marketplace. To withdraw funds, you’ll need only a PayPal account.</p><p>By entering the Marketplace now, you are putting your apps and themes in a privileged position: when the Marketplace opens to merchants, your work will be the first thing they see. You’ll benefit from a market with a low concurrency that is under growing demand.</p><h2>What a Partner Does</h2><p>There are two roles that a partner can fulfill: <strong>theme designer</strong> or <strong>app developer</strong>.</p><p><strong>Theme designers</strong> use Merchium’s built-in editors to create themes for Merchium storefronts. Being a theme designer requires CSS knowledge and visual design skills. No programming or template code editing is involved. Learn more about creating themes for Merchium in the <a href=\"http://docs.merchium.com/themes\" title=\"Merchium Theme Designer Guide\" target=\"_blank\">docs</a>.</p><p><strong>App developers</strong> contribute to Merchium by adding payment, shipping, and helpdesk services, marketing tools, and other useful things. You can develop apps for Merchium using any programming language. Please refer to the Merchium <a href=\"http://docs.merchium.com/apps/api\" title=\"Merchium API Documentation\" target=\"_blank\">API docs</a> and the official <a href=\"http://docs.merchium.com/apps\" title=\"Merchium App Developer Guide\" target=\"_blank\">app developer guide</a> to learn more.</p><h2>How to Join</h2><p>Email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> to gain access to the Marketplace.</p><div style=\"text-align: center; margin: 15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div><p><a href=\"http://docs.merchium.com\" title=\"Merchium Developer Documentation\" target=\"_blank\">Read the docs</a> to learn how to create apps and themes for Merchium.</p><p>If you have any questions during development, feel free to ask our team via the <a href=\"http://help.merchium.com/support/discussions/forums/1000155049\" title=\"Merchium Developer Forum\" target=\"_blank\">developer forum</a> (to log in, <a href=\"http://www.merchium.com/?signup\" title=\"Merchium Free Signup\" target=\"_blank\">create a free Merchium account</a>).</p><hr><p>We’re happy to answer any questions about the partnership in the comments section.</p><p>Follow Merchium on Facebook and Twitter to get the latest news!</p><p>Thanks!</p>', '', '', '', ''),
(8, 'de', 'Merchium Marketplace Opens for Partners', '<p>Hi!</p><p>The Merchium Marketplace is where merchants will buy themes and apps for their stores. Today, we have great news for developers and designers who want to sell their work via the Marketplace and to benefit from Merchium’s growth.</p><p><strong>The Merchium Marketplace is now open for partners.</strong> If you want to sell apps and themes on the Marketplace, email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> and we’ll send you a personal invitation to join a secret registration page.</p><div style=\"text-align: center; margin: 15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div><p>The Marketplace is currently running behind a curtain; only our team and the partners have access to the site. Once the Marketplace has enough apps and themes, we’ll open it to the public.</p><!--CUT--><h2>Why Become a Partner</h2><p>As our partner, you will get <strong>80% of the profits from every app and 70% of the profits from every theme</strong> you create and sell through the Marketplace. To withdraw funds, you’ll need only a PayPal account.</p><p>By entering the Marketplace now, you are putting your apps and themes in a privileged position: when the Marketplace opens to merchants, your work will be the first thing they see. You’ll benefit from a market with a low concurrency that is under growing demand.</p><h2>What a Partner Does</h2><p>There are two roles that a partner can fulfill: <strong>theme designer</strong> or <strong>app developer</strong>.</p><p><strong>Theme designers</strong> use Merchium’s built-in editors to create themes for Merchium storefronts. Being a theme designer requires CSS knowledge and visual design skills. No programming or template code editing is involved. Learn more about creating themes for Merchium in the <a href=\"http://docs.merchium.com/themes\" title=\"Merchium Theme Designer Guide\" target=\"_blank\">docs</a>.</p><p><strong>App developers</strong> contribute to Merchium by adding payment, shipping, and helpdesk services, marketing tools, and other useful things. You can develop apps for Merchium using any programming language. Please refer to the Merchium <a href=\"http://docs.merchium.com/apps/api\" title=\"Merchium API Documentation\" target=\"_blank\">API docs</a> and the official <a href=\"http://docs.merchium.com/apps\" title=\"Merchium App Developer Guide\" target=\"_blank\">app developer guide</a> to learn more.</p><h2>How to Join</h2><p>Email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> to gain access to the Marketplace.</p><div style=\"text-align: center; margin: 15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div><p><a href=\"http://docs.merchium.com\" title=\"Merchium Developer Documentation\" target=\"_blank\">Read the docs</a> to learn how to create apps and themes for Merchium.</p><p>If you have any questions during development, feel free to ask our team via the <a href=\"http://help.merchium.com/support/discussions/forums/1000155049\" title=\"Merchium Developer Forum\" target=\"_blank\">developer forum</a> (to log in, <a href=\"http://www.merchium.com/?signup\" title=\"Merchium Free Signup\" target=\"_blank\">create a free Merchium account</a>).</p><hr><p>We’re happy to answer any questions about the partnership in the comments section.</p><p>Follow Merchium on Facebook and Twitter to get the latest news!</p><p>Thanks!</p>', '', '', '', ''),
(8, 'el', 'Merchium Marketplace Opens for Partners', '<p>Hi!</p><p>The Merchium Marketplace is where merchants will buy themes and apps for their stores. Today, we have great news for developers and designers who want to sell their work via the Marketplace and to benefit from Merchium’s growth.</p><p><strong>The Merchium Marketplace is now open for partners.</strong> If you want to sell apps and themes on the Marketplace, email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> and we’ll send you a personal invitation to join a secret registration page.</p><div style=\"text-align: center; margin: 15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div><p>The Marketplace is currently running behind a curtain; only our team and the partners have access to the site. Once the Marketplace has enough apps and themes, we’ll open it to the public.</p><!--CUT--><h2>Why Become a Partner</h2><p>As our partner, you will get <strong>80% of the profits from every app and 70% of the profits from every theme</strong> you create and sell through the Marketplace. To withdraw funds, you’ll need only a PayPal account.</p><p>By entering the Marketplace now, you are putting your apps and themes in a privileged position: when the Marketplace opens to merchants, your work will be the first thing they see. You’ll benefit from a market with a low concurrency that is under growing demand.</p><h2>What a Partner Does</h2><p>There are two roles that a partner can fulfill: <strong>theme designer</strong> or <strong>app developer</strong>.</p><p><strong>Theme designers</strong> use Merchium’s built-in editors to create themes for Merchium storefronts. Being a theme designer requires CSS knowledge and visual design skills. No programming or template code editing is involved. Learn more about creating themes for Merchium in the <a href=\"http://docs.merchium.com/themes\" title=\"Merchium Theme Designer Guide\" target=\"_blank\">docs</a>.</p><p><strong>App developers</strong> contribute to Merchium by adding payment, shipping, and helpdesk services, marketing tools, and other useful things. You can develop apps for Merchium using any programming language. Please refer to the Merchium <a href=\"http://docs.merchium.com/apps/api\" title=\"Merchium API Documentation\" target=\"_blank\">API docs</a> and the official <a href=\"http://docs.merchium.com/apps\" title=\"Merchium App Developer Guide\" target=\"_blank\">app developer guide</a> to learn more.</p><h2>How to Join</h2><p>Email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> to gain access to the Marketplace.</p><div style=\"text-align: center; margin: 15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div><p><a href=\"http://docs.merchium.com\" title=\"Merchium Developer Documentation\" target=\"_blank\">Read the docs</a> to learn how to create apps and themes for Merchium.</p><p>If you have any questions during development, feel free to ask our team via the <a href=\"http://help.merchium.com/support/discussions/forums/1000155049\" title=\"Merchium Developer Forum\" target=\"_blank\">developer forum</a> (to log in, <a href=\"http://www.merchium.com/?signup\" title=\"Merchium Free Signup\" target=\"_blank\">create a free Merchium account</a>).</p><hr><p>We’re happy to answer any questions about the partnership in the comments section.</p><p>Follow Merchium on Facebook and Twitter to get the latest news!</p><p>Thanks!</p>', '', '', '', ''),
(8, 'en', 'Merchium Marketplace Opens for Partners', '<p>Hi!</p><p>The Merchium Marketplace is where merchants will buy themes and apps for their stores. Today, we have great news for developers and designers who want to sell their work via the Marketplace and to benefit from Merchium’s growth.</p><p><strong>The Merchium Marketplace is now open for partners.</strong> If you want to sell apps and themes on the Marketplace, email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> and we’ll send you a personal invitation to join a secret registration page.</p><div style=\"text-align: center; margin: 15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div><p>The Marketplace is currently running behind a curtain; only our team and the partners have access to the site. Once the Marketplace has enough apps and themes, we’ll open it to the public.</p><!--CUT--><h2>Why Become a Partner</h2><p>As our partner, you will get <strong>80% of the profits from every app and 70% of the profits from every theme</strong> you create and sell through the Marketplace. To withdraw funds, you’ll need only a PayPal account.</p><p>By entering the Marketplace now, you are putting your apps and themes in a privileged position: when the Marketplace opens to merchants, your work will be the first thing they see. You’ll benefit from a market with a low concurrency that is under growing demand.</p><h2>What a Partner Does</h2><p>There are two roles that a partner can fulfill: <strong>theme designer</strong> or <strong>app developer</strong>.</p><p><strong>Theme designers</strong> use Merchium’s built-in editors to create themes for Merchium storefronts. Being a theme designer requires CSS knowledge and visual design skills. No programming or template code editing is involved. Learn more about creating themes for Merchium in the <a href=\"http://docs.merchium.com/themes\" title=\"Merchium Theme Designer Guide\" target=\"_blank\">docs</a>.</p><p><strong>App developers</strong> contribute to Merchium by adding payment, shipping, and helpdesk services, marketing tools, and other useful things. You can develop apps for Merchium using any programming language. Please refer to the Merchium <a href=\"http://docs.merchium.com/apps/api\" title=\"Merchium API Documentation\" target=\"_blank\">API docs</a> and the official <a href=\"http://docs.merchium.com/apps\" title=\"Merchium App Developer Guide\" target=\"_blank\">app developer guide</a> to learn more.</p><h2>How to Join</h2><p>Email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> to gain access to the Marketplace.</p><div style=\"text-align: center; margin: 15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div><p><a href=\"http://docs.merchium.com\" title=\"Merchium Developer Documentation\" target=\"_blank\">Read the docs</a> to learn how to create apps and themes for Merchium.</p><p>If you have any questions during development, feel free to ask our team via the <a href=\"http://help.merchium.com/support/discussions/forums/1000155049\" title=\"Merchium Developer Forum\" target=\"_blank\">developer forum</a> (to log in, <a href=\"http://www.merchium.com/?signup\" title=\"Merchium Free Signup\" target=\"_blank\">create a free Merchium account</a>).</p><hr><p>We’re happy to answer any questions about the partnership in the comments section.</p><p>Follow Merchium on Facebook and Twitter to get the latest news!</p><p>Thanks!</p>', '', '', '', ''),
(8, 'es', 'Merchium Marketplace Opens for Partners', '<p>Hi!</p><p>The Merchium Marketplace is where merchants will buy themes and apps for their stores. Today, we have great news for developers and designers who want to sell their work via the Marketplace and to benefit from Merchium’s growth.</p><p><strong>The Merchium Marketplace is now open for partners.</strong> If you want to sell apps and themes on the Marketplace, email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> and we’ll send you a personal invitation to join a secret registration page.</p><div style=\"text-align: center; margin: 15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div><p>The Marketplace is currently running behind a curtain; only our team and the partners have access to the site. Once the Marketplace has enough apps and themes, we’ll open it to the public.</p><!--CUT--><h2>Why Become a Partner</h2><p>As our partner, you will get <strong>80% of the profits from every app and 70% of the profits from every theme</strong> you create and sell through the Marketplace. To withdraw funds, you’ll need only a PayPal account.</p><p>By entering the Marketplace now, you are putting your apps and themes in a privileged position: when the Marketplace opens to merchants, your work will be the first thing they see. You’ll benefit from a market with a low concurrency that is under growing demand.</p><h2>What a Partner Does</h2><p>There are two roles that a partner can fulfill: <strong>theme designer</strong> or <strong>app developer</strong>.</p><p><strong>Theme designers</strong> use Merchium’s built-in editors to create themes for Merchium storefronts. Being a theme designer requires CSS knowledge and visual design skills. No programming or template code editing is involved. Learn more about creating themes for Merchium in the <a href=\"http://docs.merchium.com/themes\" title=\"Merchium Theme Designer Guide\" target=\"_blank\">docs</a>.</p><p><strong>App developers</strong> contribute to Merchium by adding payment, shipping, and helpdesk services, marketing tools, and other useful things. You can develop apps for Merchium using any programming language. Please refer to the Merchium <a href=\"http://docs.merchium.com/apps/api\" title=\"Merchium API Documentation\" target=\"_blank\">API docs</a> and the official <a href=\"http://docs.merchium.com/apps\" title=\"Merchium App Developer Guide\" target=\"_blank\">app developer guide</a> to learn more.</p><h2>How to Join</h2><p>Email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> to gain access to the Marketplace.</p><div style=\"text-align: center; margin: 15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div><p><a href=\"http://docs.merchium.com\" title=\"Merchium Developer Documentation\" target=\"_blank\">Read the docs</a> to learn how to create apps and themes for Merchium.</p><p>If you have any questions during development, feel free to ask our team via the <a href=\"http://help.merchium.com/support/discussions/forums/1000155049\" title=\"Merchium Developer Forum\" target=\"_blank\">developer forum</a> (to log in, <a href=\"http://www.merchium.com/?signup\" title=\"Merchium Free Signup\" target=\"_blank\">create a free Merchium account</a>).</p><hr><p>We’re happy to answer any questions about the partnership in the comments section.</p><p>Follow Merchium on Facebook and Twitter to get the latest news!</p><p>Thanks!</p>', '', '', '', ''),
(8, 'fr', 'Merchium Marketplace Opens for Partners', '<p>Hi!</p><p>The Merchium Marketplace is where merchants will buy themes and apps for their stores. Today, we have great news for developers and designers who want to sell their work via the Marketplace and to benefit from Merchium’s growth.</p><p><strong>The Merchium Marketplace is now open for partners.</strong> If you want to sell apps and themes on the Marketplace, email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> and we’ll send you a personal invitation to join a secret registration page.</p><div style=\"text-align: center; margin: 15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div><p>The Marketplace is currently running behind a curtain; only our team and the partners have access to the site. Once the Marketplace has enough apps and themes, we’ll open it to the public.</p><!--CUT--><h2>Why Become a Partner</h2><p>As our partner, you will get <strong>80% of the profits from every app and 70% of the profits from every theme</strong> you create and sell through the Marketplace. To withdraw funds, you’ll need only a PayPal account.</p><p>By entering the Marketplace now, you are putting your apps and themes in a privileged position: when the Marketplace opens to merchants, your work will be the first thing they see. You’ll benefit from a market with a low concurrency that is under growing demand.</p><h2>What a Partner Does</h2><p>There are two roles that a partner can fulfill: <strong>theme designer</strong> or <strong>app developer</strong>.</p><p><strong>Theme designers</strong> use Merchium’s built-in editors to create themes for Merchium storefronts. Being a theme designer requires CSS knowledge and visual design skills. No programming or template code editing is involved. Learn more about creating themes for Merchium in the <a href=\"http://docs.merchium.com/themes\" title=\"Merchium Theme Designer Guide\" target=\"_blank\">docs</a>.</p><p><strong>App developers</strong> contribute to Merchium by adding payment, shipping, and helpdesk services, marketing tools, and other useful things. You can develop apps for Merchium using any programming language. Please refer to the Merchium <a href=\"http://docs.merchium.com/apps/api\" title=\"Merchium API Documentation\" target=\"_blank\">API docs</a> and the official <a href=\"http://docs.merchium.com/apps\" title=\"Merchium App Developer Guide\" target=\"_blank\">app developer guide</a> to learn more.</p><h2>How to Join</h2><p>Email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> to gain access to the Marketplace.</p><div style=\"text-align: center; margin: 15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div><p><a href=\"http://docs.merchium.com\" title=\"Merchium Developer Documentation\" target=\"_blank\">Read the docs</a> to learn how to create apps and themes for Merchium.</p><p>If you have any questions during development, feel free to ask our team via the <a href=\"http://help.merchium.com/support/discussions/forums/1000155049\" title=\"Merchium Developer Forum\" target=\"_blank\">developer forum</a> (to log in, <a href=\"http://www.merchium.com/?signup\" title=\"Merchium Free Signup\" target=\"_blank\">create a free Merchium account</a>).</p><hr><p>We’re happy to answer any questions about the partnership in the comments section.</p><p>Follow Merchium on Facebook and Twitter to get the latest news!</p><p>Thanks!</p>', '', '', '', ''),
(8, 'it', 'Merchium Marketplace Opens for Partners', '<p>Hi!</p><p>The Merchium Marketplace is where merchants will buy themes and apps for their stores. Today, we have great news for developers and designers who want to sell their work via the Marketplace and to benefit from Merchium’s growth.</p><p><strong>The Merchium Marketplace is now open for partners.</strong> If you want to sell apps and themes on the Marketplace, email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> and we’ll send you a personal invitation to join a secret registration page.</p><div style=\"text-align: center; margin: 15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div><p>The Marketplace is currently running behind a curtain; only our team and the partners have access to the site. Once the Marketplace has enough apps and themes, we’ll open it to the public.</p><!--CUT--><h2>Why Become a Partner</h2><p>As our partner, you will get <strong>80% of the profits from every app and 70% of the profits from every theme</strong> you create and sell through the Marketplace. To withdraw funds, you’ll need only a PayPal account.</p><p>By entering the Marketplace now, you are putting your apps and themes in a privileged position: when the Marketplace opens to merchants, your work will be the first thing they see. You’ll benefit from a market with a low concurrency that is under growing demand.</p><h2>What a Partner Does</h2><p>There are two roles that a partner can fulfill: <strong>theme designer</strong> or <strong>app developer</strong>.</p><p><strong>Theme designers</strong> use Merchium’s built-in editors to create themes for Merchium storefronts. Being a theme designer requires CSS knowledge and visual design skills. No programming or template code editing is involved. Learn more about creating themes for Merchium in the <a href=\"http://docs.merchium.com/themes\" title=\"Merchium Theme Designer Guide\" target=\"_blank\">docs</a>.</p><p><strong>App developers</strong> contribute to Merchium by adding payment, shipping, and helpdesk services, marketing tools, and other useful things. You can develop apps for Merchium using any programming language. Please refer to the Merchium <a href=\"http://docs.merchium.com/apps/api\" title=\"Merchium API Documentation\" target=\"_blank\">API docs</a> and the official <a href=\"http://docs.merchium.com/apps\" title=\"Merchium App Developer Guide\" target=\"_blank\">app developer guide</a> to learn more.</p><h2>How to Join</h2><p>Email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> to gain access to the Marketplace.</p><div style=\"text-align: center; margin: 15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div><p><a href=\"http://docs.merchium.com\" title=\"Merchium Developer Documentation\" target=\"_blank\">Read the docs</a> to learn how to create apps and themes for Merchium.</p><p>If you have any questions during development, feel free to ask our team via the <a href=\"http://help.merchium.com/support/discussions/forums/1000155049\" title=\"Merchium Developer Forum\" target=\"_blank\">developer forum</a> (to log in, <a href=\"http://www.merchium.com/?signup\" title=\"Merchium Free Signup\" target=\"_blank\">create a free Merchium account</a>).</p><hr><p>We’re happy to answer any questions about the partnership in the comments section.</p><p>Follow Merchium on Facebook and Twitter to get the latest news!</p><p>Thanks!</p>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(8, 'nl', 'Merchium Marketplace Opens for Partners', '<p>Hi!</p><p>The Merchium Marketplace is where merchants will buy themes and apps for their stores. Today, we have great news for developers and designers who want to sell their work via the Marketplace and to benefit from Merchium’s growth.</p><p><strong>The Merchium Marketplace is now open for partners.</strong> If you want to sell apps and themes on the Marketplace, email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> and we’ll send you a personal invitation to join a secret registration page.</p><div style=\"text-align: center; margin: 15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div><p>The Marketplace is currently running behind a curtain; only our team and the partners have access to the site. Once the Marketplace has enough apps and themes, we’ll open it to the public.</p><!--CUT--><h2>Why Become a Partner</h2><p>As our partner, you will get <strong>80% of the profits from every app and 70% of the profits from every theme</strong> you create and sell through the Marketplace. To withdraw funds, you’ll need only a PayPal account.</p><p>By entering the Marketplace now, you are putting your apps and themes in a privileged position: when the Marketplace opens to merchants, your work will be the first thing they see. You’ll benefit from a market with a low concurrency that is under growing demand.</p><h2>What a Partner Does</h2><p>There are two roles that a partner can fulfill: <strong>theme designer</strong> or <strong>app developer</strong>.</p><p><strong>Theme designers</strong> use Merchium’s built-in editors to create themes for Merchium storefronts. Being a theme designer requires CSS knowledge and visual design skills. No programming or template code editing is involved. Learn more about creating themes for Merchium in the <a href=\"http://docs.merchium.com/themes\" title=\"Merchium Theme Designer Guide\" target=\"_blank\">docs</a>.</p><p><strong>App developers</strong> contribute to Merchium by adding payment, shipping, and helpdesk services, marketing tools, and other useful things. You can develop apps for Merchium using any programming language. Please refer to the Merchium <a href=\"http://docs.merchium.com/apps/api\" title=\"Merchium API Documentation\" target=\"_blank\">API docs</a> and the official <a href=\"http://docs.merchium.com/apps\" title=\"Merchium App Developer Guide\" target=\"_blank\">app developer guide</a> to learn more.</p><h2>How to Join</h2><p>Email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> to gain access to the Marketplace.</p><div style=\"text-align: center; margin: 15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div><p><a href=\"http://docs.merchium.com\" title=\"Merchium Developer Documentation\" target=\"_blank\">Read the docs</a> to learn how to create apps and themes for Merchium.</p><p>If you have any questions during development, feel free to ask our team via the <a href=\"http://help.merchium.com/support/discussions/forums/1000155049\" title=\"Merchium Developer Forum\" target=\"_blank\">developer forum</a> (to log in, <a href=\"http://www.merchium.com/?signup\" title=\"Merchium Free Signup\" target=\"_blank\">create a free Merchium account</a>).</p><hr><p>We’re happy to answer any questions about the partnership in the comments section.</p><p>Follow Merchium on Facebook and Twitter to get the latest news!</p><p>Thanks!</p>', '', '', '', ''),
(8, 'no', 'Merchium Marketplace Opens for Partners', '<p>Hi!</p><p>The Merchium Marketplace is where merchants will buy themes and apps for their stores. Today, we have great news for developers and designers who want to sell their work via the Marketplace and to benefit from Merchium’s growth.</p><p><strong>The Merchium Marketplace is now open for partners.</strong> If you want to sell apps and themes on the Marketplace, email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> and we’ll send you a personal invitation to join a secret registration page.</p><div style=\"text-align: center; margin: 15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div><p>The Marketplace is currently running behind a curtain; only our team and the partners have access to the site. Once the Marketplace has enough apps and themes, we’ll open it to the public.</p><!--CUT--><h2>Why Become a Partner</h2><p>As our partner, you will get <strong>80% of the profits from every app and 70% of the profits from every theme</strong> you create and sell through the Marketplace. To withdraw funds, you’ll need only a PayPal account.</p><p>By entering the Marketplace now, you are putting your apps and themes in a privileged position: when the Marketplace opens to merchants, your work will be the first thing they see. You’ll benefit from a market with a low concurrency that is under growing demand.</p><h2>What a Partner Does</h2><p>There are two roles that a partner can fulfill: <strong>theme designer</strong> or <strong>app developer</strong>.</p><p><strong>Theme designers</strong> use Merchium’s built-in editors to create themes for Merchium storefronts. Being a theme designer requires CSS knowledge and visual design skills. No programming or template code editing is involved. Learn more about creating themes for Merchium in the <a href=\"http://docs.merchium.com/themes\" title=\"Merchium Theme Designer Guide\" target=\"_blank\">docs</a>.</p><p><strong>App developers</strong> contribute to Merchium by adding payment, shipping, and helpdesk services, marketing tools, and other useful things. You can develop apps for Merchium using any programming language. Please refer to the Merchium <a href=\"http://docs.merchium.com/apps/api\" title=\"Merchium API Documentation\" target=\"_blank\">API docs</a> and the official <a href=\"http://docs.merchium.com/apps\" title=\"Merchium App Developer Guide\" target=\"_blank\">app developer guide</a> to learn more.</p><h2>How to Join</h2><p>Email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> to gain access to the Marketplace.</p><div style=\"text-align: center; margin: 15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div><p><a href=\"http://docs.merchium.com\" title=\"Merchium Developer Documentation\" target=\"_blank\">Read the docs</a> to learn how to create apps and themes for Merchium.</p><p>If you have any questions during development, feel free to ask our team via the <a href=\"http://help.merchium.com/support/discussions/forums/1000155049\" title=\"Merchium Developer Forum\" target=\"_blank\">developer forum</a> (to log in, <a href=\"http://www.merchium.com/?signup\" title=\"Merchium Free Signup\" target=\"_blank\">create a free Merchium account</a>).</p><hr><p>We’re happy to answer any questions about the partnership in the comments section.</p><p>Follow Merchium on Facebook and Twitter to get the latest news!</p><p>Thanks!</p>', '', '', '', ''),
(8, 'pt', 'Merchium Marketplace Opens for Partners', '<p>Hi!</p><p>The Merchium Marketplace is where merchants will buy themes and apps for their stores. Today, we have great news for developers and designers who want to sell their work via the Marketplace and to benefit from Merchium’s growth.</p><p><strong>The Merchium Marketplace is now open for partners.</strong> If you want to sell apps and themes on the Marketplace, email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> and we’ll send you a personal invitation to join a secret registration page.</p><div style=\"text-align: center; margin: 15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div><p>The Marketplace is currently running behind a curtain; only our team and the partners have access to the site. Once the Marketplace has enough apps and themes, we’ll open it to the public.</p><!--CUT--><h2>Why Become a Partner</h2><p>As our partner, you will get <strong>80% of the profits from every app and 70% of the profits from every theme</strong> you create and sell through the Marketplace. To withdraw funds, you’ll need only a PayPal account.</p><p>By entering the Marketplace now, you are putting your apps and themes in a privileged position: when the Marketplace opens to merchants, your work will be the first thing they see. You’ll benefit from a market with a low concurrency that is under growing demand.</p><h2>What a Partner Does</h2><p>There are two roles that a partner can fulfill: <strong>theme designer</strong> or <strong>app developer</strong>.</p><p><strong>Theme designers</strong> use Merchium’s built-in editors to create themes for Merchium storefronts. Being a theme designer requires CSS knowledge and visual design skills. No programming or template code editing is involved. Learn more about creating themes for Merchium in the <a href=\"http://docs.merchium.com/themes\" title=\"Merchium Theme Designer Guide\" target=\"_blank\">docs</a>.</p><p><strong>App developers</strong> contribute to Merchium by adding payment, shipping, and helpdesk services, marketing tools, and other useful things. You can develop apps for Merchium using any programming language. Please refer to the Merchium <a href=\"http://docs.merchium.com/apps/api\" title=\"Merchium API Documentation\" target=\"_blank\">API docs</a> and the official <a href=\"http://docs.merchium.com/apps\" title=\"Merchium App Developer Guide\" target=\"_blank\">app developer guide</a> to learn more.</p><h2>How to Join</h2><p>Email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> to gain access to the Marketplace.</p><div style=\"text-align: center; margin: 15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div><p><a href=\"http://docs.merchium.com\" title=\"Merchium Developer Documentation\" target=\"_blank\">Read the docs</a> to learn how to create apps and themes for Merchium.</p><p>If you have any questions during development, feel free to ask our team via the <a href=\"http://help.merchium.com/support/discussions/forums/1000155049\" title=\"Merchium Developer Forum\" target=\"_blank\">developer forum</a> (to log in, <a href=\"http://www.merchium.com/?signup\" title=\"Merchium Free Signup\" target=\"_blank\">create a free Merchium account</a>).</p><hr><p>We’re happy to answer any questions about the partnership in the comments section.</p><p>Follow Merchium on Facebook and Twitter to get the latest news!</p><p>Thanks!</p>', '', '', '', ''),
(8, 'ro', 'Merchium Marketplace Opens for Partners', '<p>Hi!</p><p>The Merchium Marketplace is where merchants will buy themes and apps for their stores. Today, we have great news for developers and designers who want to sell their work via the Marketplace and to benefit from Merchium’s growth.</p><p><strong>The Merchium Marketplace is now open for partners.</strong> If you want to sell apps and themes on the Marketplace, email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> and we’ll send you a personal invitation to join a secret registration page.</p><div style=\"text-align: center; margin: 15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div><p>The Marketplace is currently running behind a curtain; only our team and the partners have access to the site. Once the Marketplace has enough apps and themes, we’ll open it to the public.</p><!--CUT--><h2>Why Become a Partner</h2><p>As our partner, you will get <strong>80% of the profits from every app and 70% of the profits from every theme</strong> you create and sell through the Marketplace. To withdraw funds, you’ll need only a PayPal account.</p><p>By entering the Marketplace now, you are putting your apps and themes in a privileged position: when the Marketplace opens to merchants, your work will be the first thing they see. You’ll benefit from a market with a low concurrency that is under growing demand.</p><h2>What a Partner Does</h2><p>There are two roles that a partner can fulfill: <strong>theme designer</strong> or <strong>app developer</strong>.</p><p><strong>Theme designers</strong> use Merchium’s built-in editors to create themes for Merchium storefronts. Being a theme designer requires CSS knowledge and visual design skills. No programming or template code editing is involved. Learn more about creating themes for Merchium in the <a href=\"http://docs.merchium.com/themes\" title=\"Merchium Theme Designer Guide\" target=\"_blank\">docs</a>.</p><p><strong>App developers</strong> contribute to Merchium by adding payment, shipping, and helpdesk services, marketing tools, and other useful things. You can develop apps for Merchium using any programming language. Please refer to the Merchium <a href=\"http://docs.merchium.com/apps/api\" title=\"Merchium API Documentation\" target=\"_blank\">API docs</a> and the official <a href=\"http://docs.merchium.com/apps\" title=\"Merchium App Developer Guide\" target=\"_blank\">app developer guide</a> to learn more.</p><h2>How to Join</h2><p>Email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> to gain access to the Marketplace.</p><div style=\"text-align: center; margin: 15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div><p><a href=\"http://docs.merchium.com\" title=\"Merchium Developer Documentation\" target=\"_blank\">Read the docs</a> to learn how to create apps and themes for Merchium.</p><p>If you have any questions during development, feel free to ask our team via the <a href=\"http://help.merchium.com/support/discussions/forums/1000155049\" title=\"Merchium Developer Forum\" target=\"_blank\">developer forum</a> (to log in, <a href=\"http://www.merchium.com/?signup\" title=\"Merchium Free Signup\" target=\"_blank\">create a free Merchium account</a>).</p><hr><p>We’re happy to answer any questions about the partnership in the comments section.</p><p>Follow Merchium on Facebook and Twitter to get the latest news!</p><p>Thanks!</p>', '', '', '', ''),
(8, 'ru', 'Открылась регистрация для партнеров', '<p>Здравствуйте!</p><p>У нас отличные новости. Сегодня мы открыли регистрацию для партнеров в Маркете Мерчиума, а также запустили сам Маркет (пока в закрытом режиме). Кроме того, мы в основном закончили работу над <a href=\"http://docs.merchium.ru/\" title=\"Документация Мерчиума\" target=\"_blank\">документацией для разработчиков</a>.</p><p>Чтобы стать нашим партнером и предлагать собственные приложения и темы в Маркете Мерчиума, напишите нам на <a href=\"mailto:partners@merchium.ru?subject=Стать%20партнером%20Мерчиума%20\">partners@merchium.ru</a>, и мы пришлем вам доступ к секретной странице регистрации. Создав учетную запись, вы получите доступ к персональной панели партнера и к Маркету.</p><p>Когда в Маркете появится достаточное количество тем и приложений, мы откроем его для всех пользователей Мерчиума (надеемся, что это удастся сделать в этом году).</p><!--CUT--><h2>Зачем становиться партнером</h2><p>Мерчиум — это уже сейчас почти <strong>шесть тысяч магазинов</strong>, и это число стабильно растет. Для разработчика — это новый рынок с низкой конкуренцией и высоким спросом.</p><p>Продавая свои решения в Маркете, вы будете получать <strong>80%</strong> с каждого приложения и <strong>70%</strong> с каждой темы. Вывести средства может любой резидент РФ, зарегистрированный как юридическое лицо (ИП, ООО <nobr>и т. д.</nobr>).</p><p><em>В будущем мы добавим возможность выведения средств и для нерезидентов.</em></p><p><em>Физические лица могут предлагать в Маркете бесплатные темы и приложения.</em></p><hr><p>Специально для наших партнеров и всех, кто заинтересован в разработке под Мерчиум, мы создали <a href=\"http://help.merchium.ru/support/discussions/forums/1000227302\" title=\"Форум для партнеров Мерчиума\" target=\"_blank\">отдельный форум</a> в нашем портале. Команда Мерчиума будет активно участвовать в жизни форума: отвечать на вопросы, помогать советом и т. д.</p><p>Подписывайтесь на нас в <a href=\"https://twitter.com/merchiumRU\" title=\"Мерчиум в Твиттере\" target=\"_blank\">Твиттере</a> и <a href=\"https://facebook.com/merchiumRU\" title=\"Мерчиум в Фейсбуке\" target=\"_blank\">Фейсбуке</a>, чтобы всегда быть в курсе событий в Мерчиуме.</p><p>Спасибо!</p>', '', '', '', ''),
(9, 'da', 'Embed Merchium into a custom website', '<p><strong>Note:</strong> Make sure your site allows you to embed external JavaScript code. If you are using a site generator service, this may not be allowed.</p><ol><li><div align=\"left\">Log in to your <a href=\"http://merchium.com/?login\" target=\"_blank\">Merchium admin panel</a> and go to <strong>Design → Layouts</strong>.</div></li></ol><!--CUT--><ol><li value=\"2\"><div>Switch Layout to <strong>Widget</strong>.</div></li><li><div>Select and copy the content of the <strong>Widget code</strong> box.</div></li><li><div>Paste the code into your page’s source code and save the changes. Here is how your page may look like with your store code.<br><br>And you are done! Here’s how your store will look on your page.</div></li></ol>', '', '', '', ''),
(9, 'de', 'Embed Merchium into a custom website', '<p><strong>Note:</strong> Make sure your site allows you to embed external JavaScript code. If you are using a site generator service, this may not be allowed.</p><ol><li><div align=\"left\">Log in to your <a href=\"http://merchium.com/?login\" target=\"_blank\">Merchium admin panel</a> and go to <strong>Design → Layouts</strong>.</div></li></ol><!--CUT--><ol><li value=\"2\"><div>Switch Layout to <strong>Widget</strong>.</div></li><li><div>Select and copy the content of the <strong>Widget code</strong> box.</div></li><li><div>Paste the code into your page’s source code and save the changes. Here is how your page may look like with your store code.<br><br>And you are done! Here’s how your store will look on your page.</div></li></ol>', '', '', '', ''),
(9, 'el', 'Embed Merchium into a custom website', '<p><strong>Note:</strong> Make sure your site allows you to embed external JavaScript code. If you are using a site generator service, this may not be allowed.</p><ol><li><div align=\"left\">Log in to your <a href=\"http://merchium.com/?login\" target=\"_blank\">Merchium admin panel</a> and go to <strong>Design → Layouts</strong>.</div></li></ol><!--CUT--><ol><li value=\"2\"><div>Switch Layout to <strong>Widget</strong>.</div></li><li><div>Select and copy the content of the <strong>Widget code</strong> box.</div></li><li><div>Paste the code into your page’s source code and save the changes. Here is how your page may look like with your store code.<br><br>And you are done! Here’s how your store will look on your page.</div></li></ol>', '', '', '', ''),
(9, 'en', 'Embed Merchium into a custom website', '<p><strong>Note:</strong> Make sure your site allows you to embed external JavaScript code. If you are using a site generator service, this may not be allowed.</p><ol><li><div align=\"left\">Log in to your <a href=\"http://merchium.com/?login\" target=\"_blank\">Merchium admin panel</a> and go to <strong>Design → Layouts</strong>.</div></li></ol><!--CUT--><ol><li value=\"2\"><div>Switch Layout to <strong>Widget</strong>.</div></li><li><div>Select and copy the content of the <strong>Widget code</strong> box.</div></li><li><div>Paste the code into your page’s source code and save the changes. Here is how your page may look like with your store code.<br><br>And you are done! Here’s how your store will look on your page.</div></li></ol>', '', '', '', ''),
(9, 'es', 'Embed Merchium into a custom website', '<p><strong>Note:</strong> Make sure your site allows you to embed external JavaScript code. If you are using a site generator service, this may not be allowed.</p><ol><li><div align=\"left\">Log in to your <a href=\"http://merchium.com/?login\" target=\"_blank\">Merchium admin panel</a> and go to <strong>Design → Layouts</strong>.</div></li></ol><!--CUT--><ol><li value=\"2\"><div>Switch Layout to <strong>Widget</strong>.</div></li><li><div>Select and copy the content of the <strong>Widget code</strong> box.</div></li><li><div>Paste the code into your page’s source code and save the changes. Here is how your page may look like with your store code.<br><br>And you are done! Here’s how your store will look on your page.</div></li></ol>', '', '', '', ''),
(9, 'fr', 'Embed Merchium into a custom website', '<p><strong>Note:</strong> Make sure your site allows you to embed external JavaScript code. If you are using a site generator service, this may not be allowed.</p><ol><li><div align=\"left\">Log in to your <a href=\"http://merchium.com/?login\" target=\"_blank\">Merchium admin panel</a> and go to <strong>Design → Layouts</strong>.</div></li></ol><!--CUT--><ol><li value=\"2\"><div>Switch Layout to <strong>Widget</strong>.</div></li><li><div>Select and copy the content of the <strong>Widget code</strong> box.</div></li><li><div>Paste the code into your page’s source code and save the changes. Here is how your page may look like with your store code.<br><br>And you are done! Here’s how your store will look on your page.</div></li></ol>', '', '', '', ''),
(9, 'it', 'Embed Merchium into a custom website', '<p><strong>Note:</strong> Make sure your site allows you to embed external JavaScript code. If you are using a site generator service, this may not be allowed.</p><ol><li><div align=\"left\">Log in to your <a href=\"http://merchium.com/?login\" target=\"_blank\">Merchium admin panel</a> and go to <strong>Design → Layouts</strong>.</div></li></ol><!--CUT--><ol><li value=\"2\"><div>Switch Layout to <strong>Widget</strong>.</div></li><li><div>Select and copy the content of the <strong>Widget code</strong> box.</div></li><li><div>Paste the code into your page’s source code and save the changes. Here is how your page may look like with your store code.<br><br>And you are done! Here’s how your store will look on your page.</div></li></ol>', '', '', '', ''),
(9, 'nl', 'Embed Merchium into a custom website', '<p><strong>Note:</strong> Make sure your site allows you to embed external JavaScript code. If you are using a site generator service, this may not be allowed.</p><ol><li><div align=\"left\">Log in to your <a href=\"http://merchium.com/?login\" target=\"_blank\">Merchium admin panel</a> and go to <strong>Design → Layouts</strong>.</div></li></ol><!--CUT--><ol><li value=\"2\"><div>Switch Layout to <strong>Widget</strong>.</div></li><li><div>Select and copy the content of the <strong>Widget code</strong> box.</div></li><li><div>Paste the code into your page’s source code and save the changes. Here is how your page may look like with your store code.<br><br>And you are done! Here’s how your store will look on your page.</div></li></ol>', '', '', '', ''),
(9, 'no', 'Embed Merchium into a custom website', '<p><strong>Note:</strong> Make sure your site allows you to embed external JavaScript code. If you are using a site generator service, this may not be allowed.</p><ol><li><div align=\"left\">Log in to your <a href=\"http://merchium.com/?login\" target=\"_blank\">Merchium admin panel</a> and go to <strong>Design → Layouts</strong>.</div></li></ol><!--CUT--><ol><li value=\"2\"><div>Switch Layout to <strong>Widget</strong>.</div></li><li><div>Select and copy the content of the <strong>Widget code</strong> box.</div></li><li><div>Paste the code into your page’s source code and save the changes. Here is how your page may look like with your store code.<br><br>And you are done! Here’s how your store will look on your page.</div></li></ol>', '', '', '', ''),
(9, 'pt', 'Embed Merchium into a custom website', '<p><strong>Note:</strong> Make sure your site allows you to embed external JavaScript code. If you are using a site generator service, this may not be allowed.</p><ol><li><div align=\"left\">Log in to your <a href=\"http://merchium.com/?login\" target=\"_blank\">Merchium admin panel</a> and go to <strong>Design → Layouts</strong>.</div></li></ol><!--CUT--><ol><li value=\"2\"><div>Switch Layout to <strong>Widget</strong>.</div></li><li><div>Select and copy the content of the <strong>Widget code</strong> box.</div></li><li><div>Paste the code into your page’s source code and save the changes. Here is how your page may look like with your store code.<br><br>And you are done! Here’s how your store will look on your page.</div></li></ol>', '', '', '', ''),
(9, 'ro', 'Embed Merchium into a custom website', '<p><strong>Note:</strong> Make sure your site allows you to embed external JavaScript code. If you are using a site generator service, this may not be allowed.</p><ol><li><div align=\"left\">Log in to your <a href=\"http://merchium.com/?login\" target=\"_blank\">Merchium admin panel</a> and go to <strong>Design → Layouts</strong>.</div></li></ol><!--CUT--><ol><li value=\"2\"><div>Switch Layout to <strong>Widget</strong>.</div></li><li><div>Select and copy the content of the <strong>Widget code</strong> box.</div></li><li><div>Paste the code into your page’s source code and save the changes. Here is how your page may look like with your store code.<br><br>And you are done! Here’s how your store will look on your page.</div></li></ol>', '', '', '', ''),
(9, 'ru', 'Встраивание витрины в сайт', '<p><strong>ВАЖНО:</strong> Пожалуйста, убедитесь, что сайт, на который вы хотите добавить витрину, позволяет использовать сторонний JavaScript-код. Некоторые генераторы сайтов не дают такой возможности.</p><ol><li>В панели администратора&nbsp;перейдите на страницу <strong>Дизайн → Макеты</strong>.</li><li>Переключитесь на макет <strong>Виджет</strong>.</li><li>Выделите и скопируйте код из поля <strong>КОД ВИДЖЕТА</strong>.</li></ol><!--CUT--><ol><li value=\"4\">Вставьте этот код в исходный код страницы того сайта, на котором вы хотите показать свою витрину, и сохраните изменения.<br><br></li></ol><p>Откройте страницу сайта с добавленным кодом виджета в браузере, и витрина Мерчиума будет в том месте страницы, где вы вставили код виджета.<br></p>', '', '', '', ''),
(10, 'da', 'PayPal', '<h5>To set PayPal Website Payments Standard account in Merchium:</h5><ol><li>In the administration panel, go to <b>Administration &gt; Payment methods</b>.</li><li>Click the <b>+</b> button on the left.</li><li>In the opened window, enter <i>PayPal</i> into the <b>Name</b> text input field, select <b>PayPal</b> in the <b>Processor</b>drop-down select box, enter the necessary description and surcharge&nbsp;values into the corresponding input fields, upload an image if&nbsp;necessary.</li></ol><!--CUT--><ol><li value=\"4\">In the same window, go to the <b>Configure</b> tab. This will open a section with PayPal settings. </li><li>Complete the following fields:<ul><li><b>Account</b> - your PayPal account login (namely, your email address).</li><li><b>Name of the item</b> - the value of the <b>Pay for</b> field, displayed on PayPal web page during the payment (for instance, <i>My shop</i>).</li><li><b>Currency</b> - the currency in your PayPal account. If&nbsp;it does not match the base currency in your Merchium settings, please&nbsp;contact Merchium support team.</li><li><b>Test/Live mode</b> - select <b>Live</b>. In order to use the <b>Test</b> mode you need to get additional accounts at <a href=\"https://developer.paypal.com\" target=\"_blank\">PayPal Sandbox</a>.</li><li><b>Order prefix</b> - any prefix you want invoice IDs to have on PayPal site (optional field) (for instance, <i>mycart</i>).Using the prefix allows to prevent duplicate invoice IDs in case you&nbsp;use the same PayPal account for accepting payment from several websites.</li></ul></li><li>Click the <b>Create</b> button to apply the changes.<br></li></ol><h5>Your PayPal account should have the following settings:</h5><ul><li><b>Instant Payment Notification</b> - <i>off</i></li><li><b>Payment Data Transfer</b> - <i>off</i></li><li><b>Auto Return for Website Payments</b> - <i>off</i> </li><li><b>Return URL</b> - <i>blank</i></li></ul>', '', '', '', ''),
(10, 'de', 'PayPal', '<h5>To set PayPal Website Payments Standard account in Merchium:</h5><ol><li>In the administration panel, go to <b>Administration &gt; Payment methods</b>.</li><li>Click the <b>+</b> button on the left.</li><li>In the opened window, enter <i>PayPal</i> into the <b>Name</b> text input field, select <b>PayPal</b> in the <b>Processor</b>drop-down select box, enter the necessary description and surcharge&nbsp;values into the corresponding input fields, upload an image if&nbsp;necessary.</li></ol><!--CUT--><ol><li value=\"4\">In the same window, go to the <b>Configure</b> tab. This will open a section with PayPal settings. </li><li>Complete the following fields:<ul><li><b>Account</b> - your PayPal account login (namely, your email address).</li><li><b>Name of the item</b> - the value of the <b>Pay for</b> field, displayed on PayPal web page during the payment (for instance, <i>My shop</i>).</li><li><b>Currency</b> - the currency in your PayPal account. If&nbsp;it does not match the base currency in your Merchium settings, please&nbsp;contact Merchium support team.</li><li><b>Test/Live mode</b> - select <b>Live</b>. In order to use the <b>Test</b> mode you need to get additional accounts at <a href=\"https://developer.paypal.com\" target=\"_blank\">PayPal Sandbox</a>.</li><li><b>Order prefix</b> - any prefix you want invoice IDs to have on PayPal site (optional field) (for instance, <i>mycart</i>).Using the prefix allows to prevent duplicate invoice IDs in case you&nbsp;use the same PayPal account for accepting payment from several websites.</li></ul></li><li>Click the <b>Create</b> button to apply the changes.<br></li></ol><h5>Your PayPal account should have the following settings:</h5><ul><li><b>Instant Payment Notification</b> - <i>off</i></li><li><b>Payment Data Transfer</b> - <i>off</i></li><li><b>Auto Return for Website Payments</b> - <i>off</i> </li><li><b>Return URL</b> - <i>blank</i></li></ul>', '', '', '', ''),
(10, 'el', 'PayPal', '<h5>To set PayPal Website Payments Standard account in Merchium:</h5><ol><li>In the administration panel, go to <b>Administration &gt; Payment methods</b>.</li><li>Click the <b>+</b> button on the left.</li><li>In the opened window, enter <i>PayPal</i> into the <b>Name</b> text input field, select <b>PayPal</b> in the <b>Processor</b>drop-down select box, enter the necessary description and surcharge&nbsp;values into the corresponding input fields, upload an image if&nbsp;necessary.</li></ol><!--CUT--><ol><li value=\"4\">In the same window, go to the <b>Configure</b> tab. This will open a section with PayPal settings. </li><li>Complete the following fields:<ul><li><b>Account</b> - your PayPal account login (namely, your email address).</li><li><b>Name of the item</b> - the value of the <b>Pay for</b> field, displayed on PayPal web page during the payment (for instance, <i>My shop</i>).</li><li><b>Currency</b> - the currency in your PayPal account. If&nbsp;it does not match the base currency in your Merchium settings, please&nbsp;contact Merchium support team.</li><li><b>Test/Live mode</b> - select <b>Live</b>. In order to use the <b>Test</b> mode you need to get additional accounts at <a href=\"https://developer.paypal.com\" target=\"_blank\">PayPal Sandbox</a>.</li><li><b>Order prefix</b> - any prefix you want invoice IDs to have on PayPal site (optional field) (for instance, <i>mycart</i>).Using the prefix allows to prevent duplicate invoice IDs in case you&nbsp;use the same PayPal account for accepting payment from several websites.</li></ul></li><li>Click the <b>Create</b> button to apply the changes.<br></li></ol><h5>Your PayPal account should have the following settings:</h5><ul><li><b>Instant Payment Notification</b> - <i>off</i></li><li><b>Payment Data Transfer</b> - <i>off</i></li><li><b>Auto Return for Website Payments</b> - <i>off</i> </li><li><b>Return URL</b> - <i>blank</i></li></ul>', '', '', '', ''),
(10, 'en', 'PayPal', '<h5>To set PayPal Website Payments Standard account in Merchium:</h5><ol><li>In the administration panel, go to <b>Administration &gt; Payment methods</b>.</li><li>Click the <b>+</b> button on the left.</li><li>In the opened window, enter <i>PayPal</i> into the <b>Name</b> text input field, select <b>PayPal</b> in the <b>Processor</b>drop-down select box, enter the necessary description and surcharge&nbsp;values into the corresponding input fields, upload an image if&nbsp;necessary.</li></ol><!--CUT--><ol><li value=\"4\">In the same window, go to the <b>Configure</b> tab. This will open a section with PayPal settings. </li><li>Complete the following fields:<ul><li><b>Account</b> - your PayPal account login (namely, your email address).</li><li><b>Name of the item</b> - the value of the <b>Pay for</b> field, displayed on PayPal web page during the payment (for instance, <i>My shop</i>).</li><li><b>Currency</b> - the currency in your PayPal account. If&nbsp;it does not match the base currency in your Merchium settings, please&nbsp;contact Merchium support team.</li><li><b>Test/Live mode</b> - select <b>Live</b>. In order to use the <b>Test</b> mode you need to get additional accounts at <a href=\"https://developer.paypal.com\" target=\"_blank\">PayPal Sandbox</a>.</li><li><b>Order prefix</b> - any prefix you want invoice IDs to have on PayPal site (optional field) (for instance, <i>mycart</i>).Using the prefix allows to prevent duplicate invoice IDs in case you&nbsp;use the same PayPal account for accepting payment from several websites.</li></ul></li><li>Click the <b>Create</b> button to apply the changes.<br></li></ol><h5>Your PayPal account should have the following settings:</h5><ul><li><b>Instant Payment Notification</b> - <i>off</i></li><li><b>Payment Data Transfer</b> - <i>off</i></li><li><b>Auto Return for Website Payments</b> - <i>off</i> </li><li><b>Return URL</b> - <i>blank</i></li></ul>', '', '', '', ''),
(10, 'es', 'PayPal', '<h5>To set PayPal Website Payments Standard account in Merchium:</h5><ol><li>In the administration panel, go to <b>Administration &gt; Payment methods</b>.</li><li>Click the <b>+</b> button on the left.</li><li>In the opened window, enter <i>PayPal</i> into the <b>Name</b> text input field, select <b>PayPal</b> in the <b>Processor</b>drop-down select box, enter the necessary description and surcharge&nbsp;values into the corresponding input fields, upload an image if&nbsp;necessary.</li></ol><!--CUT--><ol><li value=\"4\">In the same window, go to the <b>Configure</b> tab. This will open a section with PayPal settings. </li><li>Complete the following fields:<ul><li><b>Account</b> - your PayPal account login (namely, your email address).</li><li><b>Name of the item</b> - the value of the <b>Pay for</b> field, displayed on PayPal web page during the payment (for instance, <i>My shop</i>).</li><li><b>Currency</b> - the currency in your PayPal account. If&nbsp;it does not match the base currency in your Merchium settings, please&nbsp;contact Merchium support team.</li><li><b>Test/Live mode</b> - select <b>Live</b>. In order to use the <b>Test</b> mode you need to get additional accounts at <a href=\"https://developer.paypal.com\" target=\"_blank\">PayPal Sandbox</a>.</li><li><b>Order prefix</b> - any prefix you want invoice IDs to have on PayPal site (optional field) (for instance, <i>mycart</i>).Using the prefix allows to prevent duplicate invoice IDs in case you&nbsp;use the same PayPal account for accepting payment from several websites.</li></ul></li><li>Click the <b>Create</b> button to apply the changes.<br></li></ol><h5>Your PayPal account should have the following settings:</h5><ul><li><b>Instant Payment Notification</b> - <i>off</i></li><li><b>Payment Data Transfer</b> - <i>off</i></li><li><b>Auto Return for Website Payments</b> - <i>off</i> </li><li><b>Return URL</b> - <i>blank</i></li></ul>', '', '', '', ''),
(10, 'fr', 'PayPal', '<h5>To set PayPal Website Payments Standard account in Merchium:</h5><ol><li>In the administration panel, go to <b>Administration &gt; Payment methods</b>.</li><li>Click the <b>+</b> button on the left.</li><li>In the opened window, enter <i>PayPal</i> into the <b>Name</b> text input field, select <b>PayPal</b> in the <b>Processor</b>drop-down select box, enter the necessary description and surcharge&nbsp;values into the corresponding input fields, upload an image if&nbsp;necessary.</li></ol><!--CUT--><ol><li value=\"4\">In the same window, go to the <b>Configure</b> tab. This will open a section with PayPal settings. </li><li>Complete the following fields:<ul><li><b>Account</b> - your PayPal account login (namely, your email address).</li><li><b>Name of the item</b> - the value of the <b>Pay for</b> field, displayed on PayPal web page during the payment (for instance, <i>My shop</i>).</li><li><b>Currency</b> - the currency in your PayPal account. If&nbsp;it does not match the base currency in your Merchium settings, please&nbsp;contact Merchium support team.</li><li><b>Test/Live mode</b> - select <b>Live</b>. In order to use the <b>Test</b> mode you need to get additional accounts at <a href=\"https://developer.paypal.com\" target=\"_blank\">PayPal Sandbox</a>.</li><li><b>Order prefix</b> - any prefix you want invoice IDs to have on PayPal site (optional field) (for instance, <i>mycart</i>).Using the prefix allows to prevent duplicate invoice IDs in case you&nbsp;use the same PayPal account for accepting payment from several websites.</li></ul></li><li>Click the <b>Create</b> button to apply the changes.<br></li></ol><h5>Your PayPal account should have the following settings:</h5><ul><li><b>Instant Payment Notification</b> - <i>off</i></li><li><b>Payment Data Transfer</b> - <i>off</i></li><li><b>Auto Return for Website Payments</b> - <i>off</i> </li><li><b>Return URL</b> - <i>blank</i></li></ul>', '', '', '', ''),
(10, 'it', 'PayPal', '<h5>To set PayPal Website Payments Standard account in Merchium:</h5><ol><li>In the administration panel, go to <b>Administration &gt; Payment methods</b>.</li><li>Click the <b>+</b> button on the left.</li><li>In the opened window, enter <i>PayPal</i> into the <b>Name</b> text input field, select <b>PayPal</b> in the <b>Processor</b>drop-down select box, enter the necessary description and surcharge&nbsp;values into the corresponding input fields, upload an image if&nbsp;necessary.</li></ol><!--CUT--><ol><li value=\"4\">In the same window, go to the <b>Configure</b> tab. This will open a section with PayPal settings. </li><li>Complete the following fields:<ul><li><b>Account</b> - your PayPal account login (namely, your email address).</li><li><b>Name of the item</b> - the value of the <b>Pay for</b> field, displayed on PayPal web page during the payment (for instance, <i>My shop</i>).</li><li><b>Currency</b> - the currency in your PayPal account. If&nbsp;it does not match the base currency in your Merchium settings, please&nbsp;contact Merchium support team.</li><li><b>Test/Live mode</b> - select <b>Live</b>. In order to use the <b>Test</b> mode you need to get additional accounts at <a href=\"https://developer.paypal.com\" target=\"_blank\">PayPal Sandbox</a>.</li><li><b>Order prefix</b> - any prefix you want invoice IDs to have on PayPal site (optional field) (for instance, <i>mycart</i>).Using the prefix allows to prevent duplicate invoice IDs in case you&nbsp;use the same PayPal account for accepting payment from several websites.</li></ul></li><li>Click the <b>Create</b> button to apply the changes.<br></li></ol><h5>Your PayPal account should have the following settings:</h5><ul><li><b>Instant Payment Notification</b> - <i>off</i></li><li><b>Payment Data Transfer</b> - <i>off</i></li><li><b>Auto Return for Website Payments</b> - <i>off</i> </li><li><b>Return URL</b> - <i>blank</i></li></ul>', '', '', '', ''),
(10, 'nl', 'PayPal', '<h5>To set PayPal Website Payments Standard account in Merchium:</h5><ol><li>In the administration panel, go to <b>Administration &gt; Payment methods</b>.</li><li>Click the <b>+</b> button on the left.</li><li>In the opened window, enter <i>PayPal</i> into the <b>Name</b> text input field, select <b>PayPal</b> in the <b>Processor</b>drop-down select box, enter the necessary description and surcharge&nbsp;values into the corresponding input fields, upload an image if&nbsp;necessary.</li></ol><!--CUT--><ol><li value=\"4\">In the same window, go to the <b>Configure</b> tab. This will open a section with PayPal settings. </li><li>Complete the following fields:<ul><li><b>Account</b> - your PayPal account login (namely, your email address).</li><li><b>Name of the item</b> - the value of the <b>Pay for</b> field, displayed on PayPal web page during the payment (for instance, <i>My shop</i>).</li><li><b>Currency</b> - the currency in your PayPal account. If&nbsp;it does not match the base currency in your Merchium settings, please&nbsp;contact Merchium support team.</li><li><b>Test/Live mode</b> - select <b>Live</b>. In order to use the <b>Test</b> mode you need to get additional accounts at <a href=\"https://developer.paypal.com\" target=\"_blank\">PayPal Sandbox</a>.</li><li><b>Order prefix</b> - any prefix you want invoice IDs to have on PayPal site (optional field) (for instance, <i>mycart</i>).Using the prefix allows to prevent duplicate invoice IDs in case you&nbsp;use the same PayPal account for accepting payment from several websites.</li></ul></li><li>Click the <b>Create</b> button to apply the changes.<br></li></ol><h5>Your PayPal account should have the following settings:</h5><ul><li><b>Instant Payment Notification</b> - <i>off</i></li><li><b>Payment Data Transfer</b> - <i>off</i></li><li><b>Auto Return for Website Payments</b> - <i>off</i> </li><li><b>Return URL</b> - <i>blank</i></li></ul>', '', '', '', ''),
(10, 'no', 'PayPal', '<h5>To set PayPal Website Payments Standard account in Merchium:</h5><ol><li>In the administration panel, go to <b>Administration &gt; Payment methods</b>.</li><li>Click the <b>+</b> button on the left.</li><li>In the opened window, enter <i>PayPal</i> into the <b>Name</b> text input field, select <b>PayPal</b> in the <b>Processor</b>drop-down select box, enter the necessary description and surcharge&nbsp;values into the corresponding input fields, upload an image if&nbsp;necessary.</li></ol><!--CUT--><ol><li value=\"4\">In the same window, go to the <b>Configure</b> tab. This will open a section with PayPal settings. </li><li>Complete the following fields:<ul><li><b>Account</b> - your PayPal account login (namely, your email address).</li><li><b>Name of the item</b> - the value of the <b>Pay for</b> field, displayed on PayPal web page during the payment (for instance, <i>My shop</i>).</li><li><b>Currency</b> - the currency in your PayPal account. If&nbsp;it does not match the base currency in your Merchium settings, please&nbsp;contact Merchium support team.</li><li><b>Test/Live mode</b> - select <b>Live</b>. In order to use the <b>Test</b> mode you need to get additional accounts at <a href=\"https://developer.paypal.com\" target=\"_blank\">PayPal Sandbox</a>.</li><li><b>Order prefix</b> - any prefix you want invoice IDs to have on PayPal site (optional field) (for instance, <i>mycart</i>).Using the prefix allows to prevent duplicate invoice IDs in case you&nbsp;use the same PayPal account for accepting payment from several websites.</li></ul></li><li>Click the <b>Create</b> button to apply the changes.<br></li></ol><h5>Your PayPal account should have the following settings:</h5><ul><li><b>Instant Payment Notification</b> - <i>off</i></li><li><b>Payment Data Transfer</b> - <i>off</i></li><li><b>Auto Return for Website Payments</b> - <i>off</i> </li><li><b>Return URL</b> - <i>blank</i></li></ul>', '', '', '', ''),
(10, 'pt', 'PayPal', '<h5>To set PayPal Website Payments Standard account in Merchium:</h5><ol><li>In the administration panel, go to <b>Administration &gt; Payment methods</b>.</li><li>Click the <b>+</b> button on the left.</li><li>In the opened window, enter <i>PayPal</i> into the <b>Name</b> text input field, select <b>PayPal</b> in the <b>Processor</b>drop-down select box, enter the necessary description and surcharge&nbsp;values into the corresponding input fields, upload an image if&nbsp;necessary.</li></ol><!--CUT--><ol><li value=\"4\">In the same window, go to the <b>Configure</b> tab. This will open a section with PayPal settings. </li><li>Complete the following fields:<ul><li><b>Account</b> - your PayPal account login (namely, your email address).</li><li><b>Name of the item</b> - the value of the <b>Pay for</b> field, displayed on PayPal web page during the payment (for instance, <i>My shop</i>).</li><li><b>Currency</b> - the currency in your PayPal account. If&nbsp;it does not match the base currency in your Merchium settings, please&nbsp;contact Merchium support team.</li><li><b>Test/Live mode</b> - select <b>Live</b>. In order to use the <b>Test</b> mode you need to get additional accounts at <a href=\"https://developer.paypal.com\" target=\"_blank\">PayPal Sandbox</a>.</li><li><b>Order prefix</b> - any prefix you want invoice IDs to have on PayPal site (optional field) (for instance, <i>mycart</i>).Using the prefix allows to prevent duplicate invoice IDs in case you&nbsp;use the same PayPal account for accepting payment from several websites.</li></ul></li><li>Click the <b>Create</b> button to apply the changes.<br></li></ol><h5>Your PayPal account should have the following settings:</h5><ul><li><b>Instant Payment Notification</b> - <i>off</i></li><li><b>Payment Data Transfer</b> - <i>off</i></li><li><b>Auto Return for Website Payments</b> - <i>off</i> </li><li><b>Return URL</b> - <i>blank</i></li></ul>', '', '', '', ''),
(10, 'ro', 'PayPal', '<h5>To set PayPal Website Payments Standard account in Merchium:</h5><ol><li>In the administration panel, go to <b>Administration &gt; Payment methods</b>.</li><li>Click the <b>+</b> button on the left.</li><li>In the opened window, enter <i>PayPal</i> into the <b>Name</b> text input field, select <b>PayPal</b> in the <b>Processor</b>drop-down select box, enter the necessary description and surcharge&nbsp;values into the corresponding input fields, upload an image if&nbsp;necessary.</li></ol><!--CUT--><ol><li value=\"4\">In the same window, go to the <b>Configure</b> tab. This will open a section with PayPal settings. </li><li>Complete the following fields:<ul><li><b>Account</b> - your PayPal account login (namely, your email address).</li><li><b>Name of the item</b> - the value of the <b>Pay for</b> field, displayed on PayPal web page during the payment (for instance, <i>My shop</i>).</li><li><b>Currency</b> - the currency in your PayPal account. If&nbsp;it does not match the base currency in your Merchium settings, please&nbsp;contact Merchium support team.</li><li><b>Test/Live mode</b> - select <b>Live</b>. In order to use the <b>Test</b> mode you need to get additional accounts at <a href=\"https://developer.paypal.com\" target=\"_blank\">PayPal Sandbox</a>.</li><li><b>Order prefix</b> - any prefix you want invoice IDs to have on PayPal site (optional field) (for instance, <i>mycart</i>).Using the prefix allows to prevent duplicate invoice IDs in case you&nbsp;use the same PayPal account for accepting payment from several websites.</li></ul></li><li>Click the <b>Create</b> button to apply the changes.<br></li></ol><h5>Your PayPal account should have the following settings:</h5><ul><li><b>Instant Payment Notification</b> - <i>off</i></li><li><b>Payment Data Transfer</b> - <i>off</i></li><li><b>Auto Return for Website Payments</b> - <i>off</i> </li><li><b>Return URL</b> - <i>blank</i></li></ul>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(10, 'ru', 'PayPal', '<ol><li>Установите модуль <strong>Платежи через PayPal</strong> на странице <strong>Модули → Управление модулями</strong>.</li><li>В панели администратора перейдите на страницу <b>Администрирование → Способы оплаты.</b></li><li>Нажмите на&nbsp;<b style=\"font-size: 13px;\">+</b>&nbsp;(Добавить способ оплаты) в правом верхнем углу.</li></ol><!--CUT--><ol><li value=\"4\">В открывшемся окне:</li><ul><li>В поле <b>Название</b>&nbsp;введите&nbsp;<i>PayPal.</i>&nbsp;</li><li>В меню <b>Процессор</b>&nbsp;выберите&nbsp;<b>PayPal</b>.</li><li>Если необходимо, задайте значение комиссии в поле <b>Доп.сбор</b>&nbsp;и заполните остальные поля.<br></li></ul><li>Перейдите во вкладку <b>Настроить</b>.</li><li>Заполните следующие поля:<ul><li><span><b>Учетная запись —</b>&nbsp;ваша учетная запись PayPal (обычно адрес электронной почты).</span></li><li><span><b>Название элемента (или название для Корзины) —</b>&nbsp;значение поля <b>Платеж за</b>, отображаемого на сайте PayPal во время платежа (например, <i>Название магазина</i>).</span></li><li><span><b>Валюта —</b>&nbsp;валюта в вашей учетной записи PayPal. Если она не совпадает с основной валютой вашего магазина, обратитесь в техническую поддержку.</span></li><li><span><b>Тестовый/реальный режим —</b>&nbsp;&nbsp;выберите <b>Реальный. </b>Чтобы использовать режим <b>Тест, </b>нужна дополнительная учетная запись в&nbsp;</span><a href=\"https://developer.paypal.com/\" target=\"\">PayPal Sandbox.</a></li><li><span><b>Префикс заказа </b>—&nbsp;любой префикс к номеру заказа (ID) на сайте PayPal (необязательное поле). Использование префикса позволяет избежать дублирования ID заказов, если вы используете одну учетную запись PayPal для приема платежей с нескольких сайтов.</span></li></ul></li><li><span>Нажмите на кнопку <b>Создать</b>.</span></li></ol>', '', '', '', ''),
(15, 'da', 'Vendor Terms & Conditions', '<h1><span>Vendor Terms and Conditions</span></h1>\n<p>Please read the Vendor Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before purchasing products from the Vendor via this website (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").\n</p>\n<p><strong>By submitting the order you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong>\n</p>\n<h3>Purchases</h3>\n<p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase.\n</p>\n<h3>Content</h3>\n<p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\") you are responsible for.\n</p>\n<h3>Changes</h3>\n<p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material, we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\n</p>\n<h3>Contact Us</h3>\n<p>If you have any questions about these Terms, please contact us.\n</p>', '', '', '', ''),
(15, 'de', 'Vendor Terms & Conditions', '<h1><span>Vendor Terms and Conditions</span></h1>\n<p>Please read the Vendor Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before purchasing products from the Vendor via this website (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").\n</p>\n<p><strong>By submitting the order you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong>\n</p>\n<h3>Purchases</h3>\n<p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase.\n</p>\n<h3>Content</h3>\n<p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\") you are responsible for.\n</p>\n<h3>Changes</h3>\n<p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material, we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\n</p>\n<h3>Contact Us</h3>\n<p>If you have any questions about these Terms, please contact us.\n</p>', '', '', '', ''),
(15, 'el', 'Vendor Terms & Conditions', '<h1><span>Vendor Terms and Conditions</span></h1>\n<p>Please read the Vendor Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before purchasing products from the Vendor via this website (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").\n</p>\n<p><strong>By submitting the order you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong>\n</p>\n<h3>Purchases</h3>\n<p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase.\n</p>\n<h3>Content</h3>\n<p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\") you are responsible for.\n</p>\n<h3>Changes</h3>\n<p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material, we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\n</p>\n<h3>Contact Us</h3>\n<p>If you have any questions about these Terms, please contact us.\n</p>', '', '', '', ''),
(15, 'en', 'Vendor Terms & Conditions', '<h1><span>Vendor Terms and Conditions</span></h1>\n<p>Please read the Vendor Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before purchasing products from the Vendor via this website (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").\n</p>\n<p><strong>By submitting the order you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong>\n</p>\n<h3>Purchases</h3>\n<p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase.\n</p>\n<h3>Content</h3>\n<p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\") you are responsible for.\n</p>\n<h3>Changes</h3>\n<p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material, we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\n</p>\n<h3>Contact Us</h3>\n<p>If you have any questions about these Terms, please contact us.\n</p>', '', '', '', ''),
(15, 'es', 'Vendor Terms & Conditions', '<h1><span>Vendor Terms and Conditions</span></h1>\n<p>Please read the Vendor Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before purchasing products from the Vendor via this website (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").\n</p>\n<p><strong>By submitting the order you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong>\n</p>\n<h3>Purchases</h3>\n<p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase.\n</p>\n<h3>Content</h3>\n<p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\") you are responsible for.\n</p>\n<h3>Changes</h3>\n<p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material, we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\n</p>\n<h3>Contact Us</h3>\n<p>If you have any questions about these Terms, please contact us.\n</p>', '', '', '', ''),
(15, 'fr', 'Vendor Terms & Conditions', '<h1><span>Vendor Terms and Conditions</span></h1>\n<p>Please read the Vendor Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before purchasing products from the Vendor via this website (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").\n</p>\n<p><strong>By submitting the order you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong>\n</p>\n<h3>Purchases</h3>\n<p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase.\n</p>\n<h3>Content</h3>\n<p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\") you are responsible for.\n</p>\n<h3>Changes</h3>\n<p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material, we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\n</p>\n<h3>Contact Us</h3>\n<p>If you have any questions about these Terms, please contact us.\n</p>', '', '', '', ''),
(15, 'it', 'Vendor Terms & Conditions', '<h1><span>Vendor Terms and Conditions</span></h1>\n<p>Please read the Vendor Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before purchasing products from the Vendor via this website (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").\n</p>\n<p><strong>By submitting the order you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong>\n</p>\n<h3>Purchases</h3>\n<p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase.\n</p>\n<h3>Content</h3>\n<p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\") you are responsible for.\n</p>\n<h3>Changes</h3>\n<p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material, we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\n</p>\n<h3>Contact Us</h3>\n<p>If you have any questions about these Terms, please contact us.\n</p>', '', '', '', ''),
(15, 'nl', 'Vendor Terms & Conditions', '<h1><span>Vendor Terms and Conditions</span></h1>\n<p>Please read the Vendor Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before purchasing products from the Vendor via this website (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").\n</p>\n<p><strong>By submitting the order you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong>\n</p>\n<h3>Purchases</h3>\n<p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase.\n</p>\n<h3>Content</h3>\n<p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\") you are responsible for.\n</p>\n<h3>Changes</h3>\n<p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material, we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\n</p>\n<h3>Contact Us</h3>\n<p>If you have any questions about these Terms, please contact us.\n</p>', '', '', '', ''),
(15, 'no', 'Vendor Terms & Conditions', '<h1><span>Vendor Terms and Conditions</span></h1>\n<p>Please read the Vendor Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before purchasing products from the Vendor via this website (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").\n</p>\n<p><strong>By submitting the order you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong>\n</p>\n<h3>Purchases</h3>\n<p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase.\n</p>\n<h3>Content</h3>\n<p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\") you are responsible for.\n</p>\n<h3>Changes</h3>\n<p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material, we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\n</p>\n<h3>Contact Us</h3>\n<p>If you have any questions about these Terms, please contact us.\n</p>', '', '', '', ''),
(15, 'pt', 'Vendor Terms & Conditions', '<h1><span>Vendor Terms and Conditions</span></h1>\n<p>Please read the Vendor Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before purchasing products from the Vendor via this website (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").\n</p>\n<p><strong>By submitting the order you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong>\n</p>\n<h3>Purchases</h3>\n<p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase.\n</p>\n<h3>Content</h3>\n<p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\") you are responsible for.\n</p>\n<h3>Changes</h3>\n<p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material, we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\n</p>\n<h3>Contact Us</h3>\n<p>If you have any questions about these Terms, please contact us.\n</p>', '', '', '', ''),
(15, 'ro', 'Vendor Terms & Conditions', '<h1><span>Vendor Terms and Conditions</span></h1>\n<p>Please read the Vendor Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before purchasing products from the Vendor via this website (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").\n</p>\n<p><strong>By submitting the order you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong>\n</p>\n<h3>Purchases</h3>\n<p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase.\n</p>\n<h3>Content</h3>\n<p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\") you are responsible for.\n</p>\n<h3>Changes</h3>\n<p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material, we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\n</p>\n<h3>Contact Us</h3>\n<p>If you have any questions about these Terms, please contact us.\n</p>', '', '', '', ''),
(15, 'ru', 'Vendor Terms & Conditions', '<h1><span>Vendor Terms and Conditions</span></h1>\n<p>Please read the Vendor Terms and Conditions (\"Terms\", \"Terms and Conditions\") carefully before purchasing products from the Vendor via this website (the \"Service\") operated by My Company (\"us\", \"we\", or \"our\").\n</p>\n<p><strong>By submitting the order you agree to be bound by these Terms. If you disagree with any part of the Terms then you may not access the Service.</strong>\n</p>\n<h3>Purchases</h3>\n<p>If you wish to purchase any product or service made available through the Service (\"Purchase\"), you may be asked to supply certain information relevant to your Purchase.\n</p>\n<h3>Content</h3>\n<p>Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material (\"Content\") you are responsible for.\n</p>\n<h3>Changes</h3>\n<p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material, we will try to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\n</p>\n<h3>Contact Us</h3>\n<p>If you have any questions about these Terms, please contact us.\n</p>', '', '', '', ''),
(19, 'da', 'Why Buy Gift Certificates', '<h1 class=\"ty-main-title\">Why Gift Certificate Is The Best Present Nowadays\n\n</h1>\n\n<div class=\"ty-list-container clearfix\">\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift1.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                    How often do find yourself wondering what present you should buy for someone?\n\n              <br>\n\n                Choosing presents for friends is easier because you know their habits and preferences. But what about the people whom you know less?\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift2.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   There is hardly such a person who wants their present to gather dust in the cupboard and get thrown away during cleaning or given as a gift to someone else.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift3.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   Not only does a present show care, but it also reminds about the person who gave it.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift4.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   Give your friends a gift certificate of our store, and you can be sure that they will choose a present to their liking and will remember that you care!\n\n          </div>\n\n      </div>\n\n  </div>\n\n</div>\n\n<div style=\"margin-bottom: 40px;\" class=\"ty-buttons-container ty-main-buttons ty-center\">\n\n  <a href=\"index.php?dispatch=gift_certificates.add\" class=\"ty-btn__primary ty-btn__big ty-btn\">Buy a gift certificate</a>\n\n</div>\n\n', '', '', '', ''),
(19, 'de', 'Why Buy Gift Certificates', '<h1 class=\"ty-main-title\">Why Gift Certificate Is The Best Present Nowadays\n\n</h1>\n\n<div class=\"ty-list-container clearfix\">\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift1.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                    How often do find yourself wondering what present you should buy for someone?\n\n              <br>\n\n                Choosing presents for friends is easier because you know their habits and preferences. But what about the people whom you know less?\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift2.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   There is hardly such a person who wants their present to gather dust in the cupboard and get thrown away during cleaning or given as a gift to someone else.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift3.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   Not only does a present show care, but it also reminds about the person who gave it.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift4.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   Give your friends a gift certificate of our store, and you can be sure that they will choose a present to their liking and will remember that you care!\n\n          </div>\n\n      </div>\n\n  </div>\n\n</div>\n\n<div style=\"margin-bottom: 40px;\" class=\"ty-buttons-container ty-main-buttons ty-center\">\n\n  <a href=\"index.php?dispatch=gift_certificates.add\" class=\"ty-btn__primary ty-btn__big ty-btn\">Buy a gift certificate</a>\n\n</div>\n\n', '', '', '', ''),
(19, 'el', 'Why Buy Gift Certificates', '<h1 class=\"ty-main-title\">Why Gift Certificate Is The Best Present Nowadays\n\n</h1>\n\n<div class=\"ty-list-container clearfix\">\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift1.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                    How often do find yourself wondering what present you should buy for someone?\n\n              <br>\n\n                Choosing presents for friends is easier because you know their habits and preferences. But what about the people whom you know less?\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift2.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   There is hardly such a person who wants their present to gather dust in the cupboard and get thrown away during cleaning or given as a gift to someone else.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift3.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   Not only does a present show care, but it also reminds about the person who gave it.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift4.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   Give your friends a gift certificate of our store, and you can be sure that they will choose a present to their liking and will remember that you care!\n\n          </div>\n\n      </div>\n\n  </div>\n\n</div>\n\n<div style=\"margin-bottom: 40px;\" class=\"ty-buttons-container ty-main-buttons ty-center\">\n\n  <a href=\"index.php?dispatch=gift_certificates.add\" class=\"ty-btn__primary ty-btn__big ty-btn\">Buy a gift certificate</a>\n\n</div>\n\n', '', '', '', ''),
(19, 'en', 'Why Buy Gift Certificates', '<h1 class=\"ty-main-title\">Why Gift Certificate Is The Best Present Nowadays\n\n</h1>\n\n<div class=\"ty-list-container clearfix\">\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift1.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                    How often do find yourself wondering what present you should buy for someone?\n\n              <br>\n\n                Choosing presents for friends is easier because you know their habits and preferences. But what about the people whom you know less?\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift2.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   There is hardly such a person who wants their present to gather dust in the cupboard and get thrown away during cleaning or given as a gift to someone else.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift3.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   Not only does a present show care, but it also reminds about the person who gave it.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift4.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   Give your friends a gift certificate of our store, and you can be sure that they will choose a present to their liking and will remember that you care!\n\n          </div>\n\n      </div>\n\n  </div>\n\n</div>\n\n<div style=\"margin-bottom: 40px;\" class=\"ty-buttons-container ty-main-buttons ty-center\">\n\n  <a href=\"index.php?dispatch=gift_certificates.add\" class=\"ty-btn__primary ty-btn__big ty-btn\">Buy a gift certificate</a>\n\n</div>\n\n', '', '', '', ''),
(19, 'es', 'Why Buy Gift Certificates', '<h1 class=\"ty-main-title\">Why Gift Certificate Is The Best Present Nowadays\n\n</h1>\n\n<div class=\"ty-list-container clearfix\">\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift1.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                    How often do find yourself wondering what present you should buy for someone?\n\n              <br>\n\n                Choosing presents for friends is easier because you know their habits and preferences. But what about the people whom you know less?\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift2.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   There is hardly such a person who wants their present to gather dust in the cupboard and get thrown away during cleaning or given as a gift to someone else.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift3.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   Not only does a present show care, but it also reminds about the person who gave it.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift4.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   Give your friends a gift certificate of our store, and you can be sure that they will choose a present to their liking and will remember that you care!\n\n          </div>\n\n      </div>\n\n  </div>\n\n</div>\n\n<div style=\"margin-bottom: 40px;\" class=\"ty-buttons-container ty-main-buttons ty-center\">\n\n  <a href=\"index.php?dispatch=gift_certificates.add\" class=\"ty-btn__primary ty-btn__big ty-btn\">Buy a gift certificate</a>\n\n</div>\n\n', '', '', '', ''),
(19, 'fr', 'Why Buy Gift Certificates', '<h1 class=\"ty-main-title\">Why Gift Certificate Is The Best Present Nowadays\n\n</h1>\n\n<div class=\"ty-list-container clearfix\">\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift1.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                    How often do find yourself wondering what present you should buy for someone?\n\n              <br>\n\n                Choosing presents for friends is easier because you know their habits and preferences. But what about the people whom you know less?\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift2.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   There is hardly such a person who wants their present to gather dust in the cupboard and get thrown away during cleaning or given as a gift to someone else.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift3.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   Not only does a present show care, but it also reminds about the person who gave it.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift4.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   Give your friends a gift certificate of our store, and you can be sure that they will choose a present to their liking and will remember that you care!\n\n          </div>\n\n      </div>\n\n  </div>\n\n</div>\n\n<div style=\"margin-bottom: 40px;\" class=\"ty-buttons-container ty-main-buttons ty-center\">\n\n  <a href=\"index.php?dispatch=gift_certificates.add\" class=\"ty-btn__primary ty-btn__big ty-btn\">Buy a gift certificate</a>\n\n</div>\n\n', '', '', '', ''),
(19, 'it', 'Why Buy Gift Certificates', '<h1 class=\"ty-main-title\">Why Gift Certificate Is The Best Present Nowadays\n\n</h1>\n\n<div class=\"ty-list-container clearfix\">\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift1.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                    How often do find yourself wondering what present you should buy for someone?\n\n              <br>\n\n                Choosing presents for friends is easier because you know their habits and preferences. But what about the people whom you know less?\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift2.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   There is hardly such a person who wants their present to gather dust in the cupboard and get thrown away during cleaning or given as a gift to someone else.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift3.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   Not only does a present show care, but it also reminds about the person who gave it.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift4.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   Give your friends a gift certificate of our store, and you can be sure that they will choose a present to their liking and will remember that you care!\n\n          </div>\n\n      </div>\n\n  </div>\n\n</div>\n\n<div style=\"margin-bottom: 40px;\" class=\"ty-buttons-container ty-main-buttons ty-center\">\n\n  <a href=\"index.php?dispatch=gift_certificates.add\" class=\"ty-btn__primary ty-btn__big ty-btn\">Buy a gift certificate</a>\n\n</div>\n\n', '', '', '', ''),
(19, 'nl', 'Why Buy Gift Certificates', '<h1 class=\"ty-main-title\">Why Gift Certificate Is The Best Present Nowadays\n\n</h1>\n\n<div class=\"ty-list-container clearfix\">\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift1.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                    How often do find yourself wondering what present you should buy for someone?\n\n              <br>\n\n                Choosing presents for friends is easier because you know their habits and preferences. But what about the people whom you know less?\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift2.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   There is hardly such a person who wants their present to gather dust in the cupboard and get thrown away during cleaning or given as a gift to someone else.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift3.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   Not only does a present show care, but it also reminds about the person who gave it.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift4.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   Give your friends a gift certificate of our store, and you can be sure that they will choose a present to their liking and will remember that you care!\n\n          </div>\n\n      </div>\n\n  </div>\n\n</div>\n\n<div style=\"margin-bottom: 40px;\" class=\"ty-buttons-container ty-main-buttons ty-center\">\n\n  <a href=\"index.php?dispatch=gift_certificates.add\" class=\"ty-btn__primary ty-btn__big ty-btn\">Buy a gift certificate</a>\n\n</div>\n\n', '', '', '', ''),
(19, 'no', 'Why Buy Gift Certificates', '<h1 class=\"ty-main-title\">Why Gift Certificate Is The Best Present Nowadays\n\n</h1>\n\n<div class=\"ty-list-container clearfix\">\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift1.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                    How often do find yourself wondering what present you should buy for someone?\n\n              <br>\n\n                Choosing presents for friends is easier because you know their habits and preferences. But what about the people whom you know less?\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift2.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   There is hardly such a person who wants their present to gather dust in the cupboard and get thrown away during cleaning or given as a gift to someone else.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift3.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   Not only does a present show care, but it also reminds about the person who gave it.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift4.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   Give your friends a gift certificate of our store, and you can be sure that they will choose a present to their liking and will remember that you care!\n\n          </div>\n\n      </div>\n\n  </div>\n\n</div>\n\n<div style=\"margin-bottom: 40px;\" class=\"ty-buttons-container ty-main-buttons ty-center\">\n\n  <a href=\"index.php?dispatch=gift_certificates.add\" class=\"ty-btn__primary ty-btn__big ty-btn\">Buy a gift certificate</a>\n\n</div>\n\n', '', '', '', ''),
(19, 'pt', 'Why Buy Gift Certificates', '<h1 class=\"ty-main-title\">Why Gift Certificate Is The Best Present Nowadays\n\n</h1>\n\n<div class=\"ty-list-container clearfix\">\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift1.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                    How often do find yourself wondering what present you should buy for someone?\n\n              <br>\n\n                Choosing presents for friends is easier because you know their habits and preferences. But what about the people whom you know less?\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift2.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   There is hardly such a person who wants their present to gather dust in the cupboard and get thrown away during cleaning or given as a gift to someone else.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift3.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   Not only does a present show care, but it also reminds about the person who gave it.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift4.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   Give your friends a gift certificate of our store, and you can be sure that they will choose a present to their liking and will remember that you care!\n\n          </div>\n\n      </div>\n\n  </div>\n\n</div>\n\n<div style=\"margin-bottom: 40px;\" class=\"ty-buttons-container ty-main-buttons ty-center\">\n\n  <a href=\"index.php?dispatch=gift_certificates.add\" class=\"ty-btn__primary ty-btn__big ty-btn\">Buy a gift certificate</a>\n\n</div>\n\n', '', '', '', ''),
(19, 'ro', 'Why Buy Gift Certificates', '<h1 class=\"ty-main-title\">Why Gift Certificate Is The Best Present Nowadays\n\n</h1>\n\n<div class=\"ty-list-container clearfix\">\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift1.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                    How often do find yourself wondering what present you should buy for someone?\n\n              <br>\n\n                Choosing presents for friends is easier because you know their habits and preferences. But what about the people whom you know less?\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift2.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   There is hardly such a person who wants their present to gather dust in the cupboard and get thrown away during cleaning or given as a gift to someone else.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift3.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   Not only does a present show care, but it also reminds about the person who gave it.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift4.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                   Give your friends a gift certificate of our store, and you can be sure that they will choose a present to their liking and will remember that you care!\n\n          </div>\n\n      </div>\n\n  </div>\n\n</div>\n\n<div style=\"margin-bottom: 40px;\" class=\"ty-buttons-container ty-main-buttons ty-center\">\n\n  <a href=\"index.php?dispatch=gift_certificates.add\" class=\"ty-btn__primary ty-btn__big ty-btn\">Buy a gift certificate</a>\n\n</div>\n\n', '', '', '', ''),
(19, 'ru', 'О подарочных сертификатах', '<h1 class=\"ty-main-title\">Подарочный сертификат &mdash; <br>\n\n    лучший подарок современному человеку.\n\n</h1>\n\n<div class=\"ty-list-container clearfix\">\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift1.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                 Как часто вы сталкиваетесь с проблемой выбора подарка для близкого человека?\n\n              <br>\n\n                  Если с подарками для самых близких людей вопросов все-таки возникает меньше (вы знаете их привычки, уже успели понять что им нравится, а что нет), то с людьми  не из самого близкого круга все намного сложнее.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift2.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                 Редко когда кто-то хочет, чтобы его подарок лежал и пылился в шкафу, пока его не выбросят во время генеральной уборки, или был передарен кому-то за ненадобностью.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift3.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                 Подарок &mdash; это не только знак внимания. Это еще и постоянное напоминание о том, кто его сделал.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-gift-certificate__item\">\n\n          <div class=\"ty-list-image\" style=\"margin-bottom: 15px;\">\n\n              <img src=\"images/companies/1/pages/gift4.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\" style=\"padding-top: 0;\">\n\n                 Подарите близкому человеку подарочный сертификат из нашего магазина и будьте уверены, что он сам выберет себе подарок по душе и будет помнить ваш знак внимания!\n\n          </div>\n\n      </div>\n\n  </div>\n\n</div>\n\n<div style=\"margin-bottom: 40px;\" class=\"ty-buttons-container ty-main-buttons ty-center\">\n\n  <a href=\"index.php?dispatch=gift_certificates.add\" class=\"ty-btn__primary ty-btn__big ty-btn\">Купить подарочный сертификат</a>\n\n</div>\n\n', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(20, 'da', 'Contacts', '<h1 class=\"ty-main-title\">Contacts</h1>\r\n\r\n	<div class=\"ty-column4\">\r\n		\r\n			<h4>\r\n				Address:\r\n			</h4>\r\n			<div>\r\n				3993 Hanover Street,\r\n				<br>\r\n				New York, NY 10016\r\n			</div>\r\n			<h4>\r\n				Email:\r\n			</h4>\r\n			<div>\r\n				<a href=\"mailto:sales@example.com\">sales@example.com</a>\r\n			</div>\r\n			<h4>\r\n				Phone number:\r\n			</h4>\r\n			<div>\r\n				+1 917-722-7425\r\n			</div>\r\n			<div>\r\n				(call is free)\r\n			</div>\r\n	</div>\r\n	<div class=\"ty-column4 ty-float-right ty-notice\">\r\n		<div>\r\n			<h5>\r\n				Working hours of the online store consultants:\r\n			</h5>\r\n			<p>\r\n				10 am — 6 pm\r\n			</p>\r\n			<p>\r\n				Monday to Friday\r\n			</p>\r\n			\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column1\">\r\n		<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d17110.85805287818!2d-74.02359550400968!3d40.700381497733645!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25a1666f508b9%3A0xb2e05654995e0aba!2zSGFub3ZlciBTdCwgTmV3IFlvcmssIE5ZIDEwMDA1LCDQodCo0JA!5e0!3m2!1sru!2sru!4v1475502492077\" width=\"100%\" height=\"400\" frameborder=\"0\" style=\"border:0\" allowfullscreen=\"\">\r\n		</iframe>\r\n	</div>\r\n	<div class=\"ty-column2\">\r\n		<div>\r\n			<h3>\r\n			How to Reach Us\r\n			</h3>\r\n			<p>\r\n				We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\r\n			</p>\r\n		</div>\r\n	</div>', '', '', '', ''),
(20, 'de', 'Contacts', '<h1 class=\"ty-main-title\">Contacts</h1>\r\n\r\n	<div class=\"ty-column4\">\r\n		\r\n			<h4>\r\n				Address:\r\n			</h4>\r\n			<div>\r\n				3993 Hanover Street,\r\n				<br>\r\n				New York, NY 10016\r\n			</div>\r\n			<h4>\r\n				Email:\r\n			</h4>\r\n			<div>\r\n				<a href=\"mailto:sales@example.com\">sales@example.com</a>\r\n			</div>\r\n			<h4>\r\n				Phone number:\r\n			</h4>\r\n			<div>\r\n				+1 917-722-7425\r\n			</div>\r\n			<div>\r\n				(call is free)\r\n			</div>\r\n	</div>\r\n	<div class=\"ty-column4 ty-float-right ty-notice\">\r\n		<div>\r\n			<h5>\r\n				Working hours of the online store consultants:\r\n			</h5>\r\n			<p>\r\n				10 am — 6 pm\r\n			</p>\r\n			<p>\r\n				Monday to Friday\r\n			</p>\r\n			\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column1\">\r\n		<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d17110.85805287818!2d-74.02359550400968!3d40.700381497733645!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25a1666f508b9%3A0xb2e05654995e0aba!2zSGFub3ZlciBTdCwgTmV3IFlvcmssIE5ZIDEwMDA1LCDQodCo0JA!5e0!3m2!1sru!2sru!4v1475502492077\" width=\"100%\" height=\"400\" frameborder=\"0\" style=\"border:0\" allowfullscreen=\"\">\r\n		</iframe>\r\n	</div>\r\n	<div class=\"ty-column2\">\r\n		<div>\r\n			<h3>\r\n			How to Reach Us\r\n			</h3>\r\n			<p>\r\n				We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\r\n			</p>\r\n		</div>\r\n	</div>', '', '', '', ''),
(20, 'el', 'Contacts', '<h1 class=\"ty-main-title\">Contacts</h1>\r\n\r\n	<div class=\"ty-column4\">\r\n		\r\n			<h4>\r\n				Address:\r\n			</h4>\r\n			<div>\r\n				3993 Hanover Street,\r\n				<br>\r\n				New York, NY 10016\r\n			</div>\r\n			<h4>\r\n				Email:\r\n			</h4>\r\n			<div>\r\n				<a href=\"mailto:sales@example.com\">sales@example.com</a>\r\n			</div>\r\n			<h4>\r\n				Phone number:\r\n			</h4>\r\n			<div>\r\n				+1 917-722-7425\r\n			</div>\r\n			<div>\r\n				(call is free)\r\n			</div>\r\n	</div>\r\n	<div class=\"ty-column4 ty-float-right ty-notice\">\r\n		<div>\r\n			<h5>\r\n				Working hours of the online store consultants:\r\n			</h5>\r\n			<p>\r\n				10 am — 6 pm\r\n			</p>\r\n			<p>\r\n				Monday to Friday\r\n			</p>\r\n			\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column1\">\r\n		<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d17110.85805287818!2d-74.02359550400968!3d40.700381497733645!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25a1666f508b9%3A0xb2e05654995e0aba!2zSGFub3ZlciBTdCwgTmV3IFlvcmssIE5ZIDEwMDA1LCDQodCo0JA!5e0!3m2!1sru!2sru!4v1475502492077\" width=\"100%\" height=\"400\" frameborder=\"0\" style=\"border:0\" allowfullscreen=\"\">\r\n		</iframe>\r\n	</div>\r\n	<div class=\"ty-column2\">\r\n		<div>\r\n			<h3>\r\n			How to Reach Us\r\n			</h3>\r\n			<p>\r\n				We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\r\n			</p>\r\n		</div>\r\n	</div>', '', '', '', ''),
(20, 'en', 'Contacts', '<h1 class=\"ty-main-title\">Contacts</h1>\r\n\r\n	<div class=\"ty-column4\">\r\n		\r\n			<h4>\r\n				Address:\r\n			</h4>\r\n			<div>\r\n				3993 Hanover Street,\r\n				<br>\r\n				New York, NY 10016\r\n			</div>\r\n			<h4>\r\n				Email:\r\n			</h4>\r\n			<div>\r\n				<a href=\"mailto:sales@example.com\">sales@example.com</a>\r\n			</div>\r\n			<h4>\r\n				Phone number:\r\n			</h4>\r\n			<div>\r\n				+1 917-722-7425\r\n			</div>\r\n			<div>\r\n				(call is free)\r\n			</div>\r\n	</div>\r\n	<div class=\"ty-column4 ty-float-right ty-notice\">\r\n		<div>\r\n			<h5>\r\n				Working hours of the online store consultants:\r\n			</h5>\r\n			<p>\r\n				10 am — 6 pm\r\n			</p>\r\n			<p>\r\n				Monday to Friday\r\n			</p>\r\n			\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column1\">\r\n		<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d17110.85805287818!2d-74.02359550400968!3d40.700381497733645!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25a1666f508b9%3A0xb2e05654995e0aba!2zSGFub3ZlciBTdCwgTmV3IFlvcmssIE5ZIDEwMDA1LCDQodCo0JA!5e0!3m2!1sru!2sru!4v1475502492077\" width=\"100%\" height=\"400\" frameborder=\"0\" style=\"border:0\" allowfullscreen=\"\">\r\n		</iframe>\r\n	</div>\r\n	<div class=\"ty-column2\">\r\n		<div>\r\n			<h3>\r\n			How to Reach Us\r\n			</h3>\r\n			<p>\r\n				We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\r\n			</p>\r\n		</div>\r\n	</div>', '', '', '', ''),
(20, 'es', 'Contacts', '<h1 class=\"ty-main-title\">Contacts</h1>\r\n\r\n	<div class=\"ty-column4\">\r\n		\r\n			<h4>\r\n				Address:\r\n			</h4>\r\n			<div>\r\n				3993 Hanover Street,\r\n				<br>\r\n				New York, NY 10016\r\n			</div>\r\n			<h4>\r\n				Email:\r\n			</h4>\r\n			<div>\r\n				<a href=\"mailto:sales@example.com\">sales@example.com</a>\r\n			</div>\r\n			<h4>\r\n				Phone number:\r\n			</h4>\r\n			<div>\r\n				+1 917-722-7425\r\n			</div>\r\n			<div>\r\n				(call is free)\r\n			</div>\r\n	</div>\r\n	<div class=\"ty-column4 ty-float-right ty-notice\">\r\n		<div>\r\n			<h5>\r\n				Working hours of the online store consultants:\r\n			</h5>\r\n			<p>\r\n				10 am — 6 pm\r\n			</p>\r\n			<p>\r\n				Monday to Friday\r\n			</p>\r\n			\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column1\">\r\n		<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d17110.85805287818!2d-74.02359550400968!3d40.700381497733645!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25a1666f508b9%3A0xb2e05654995e0aba!2zSGFub3ZlciBTdCwgTmV3IFlvcmssIE5ZIDEwMDA1LCDQodCo0JA!5e0!3m2!1sru!2sru!4v1475502492077\" width=\"100%\" height=\"400\" frameborder=\"0\" style=\"border:0\" allowfullscreen=\"\">\r\n		</iframe>\r\n	</div>\r\n	<div class=\"ty-column2\">\r\n		<div>\r\n			<h3>\r\n			How to Reach Us\r\n			</h3>\r\n			<p>\r\n				We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\r\n			</p>\r\n		</div>\r\n	</div>', '', '', '', ''),
(20, 'fr', 'Contacts', '<h1 class=\"ty-main-title\">Contacts</h1>\r\n\r\n	<div class=\"ty-column4\">\r\n		\r\n			<h4>\r\n				Address:\r\n			</h4>\r\n			<div>\r\n				3993 Hanover Street,\r\n				<br>\r\n				New York, NY 10016\r\n			</div>\r\n			<h4>\r\n				Email:\r\n			</h4>\r\n			<div>\r\n				<a href=\"mailto:sales@example.com\">sales@example.com</a>\r\n			</div>\r\n			<h4>\r\n				Phone number:\r\n			</h4>\r\n			<div>\r\n				+1 917-722-7425\r\n			</div>\r\n			<div>\r\n				(call is free)\r\n			</div>\r\n	</div>\r\n	<div class=\"ty-column4 ty-float-right ty-notice\">\r\n		<div>\r\n			<h5>\r\n				Working hours of the online store consultants:\r\n			</h5>\r\n			<p>\r\n				10 am — 6 pm\r\n			</p>\r\n			<p>\r\n				Monday to Friday\r\n			</p>\r\n			\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column1\">\r\n		<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d17110.85805287818!2d-74.02359550400968!3d40.700381497733645!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25a1666f508b9%3A0xb2e05654995e0aba!2zSGFub3ZlciBTdCwgTmV3IFlvcmssIE5ZIDEwMDA1LCDQodCo0JA!5e0!3m2!1sru!2sru!4v1475502492077\" width=\"100%\" height=\"400\" frameborder=\"0\" style=\"border:0\" allowfullscreen=\"\">\r\n		</iframe>\r\n	</div>\r\n	<div class=\"ty-column2\">\r\n		<div>\r\n			<h3>\r\n			How to Reach Us\r\n			</h3>\r\n			<p>\r\n				We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\r\n			</p>\r\n		</div>\r\n	</div>', '', '', '', ''),
(20, 'it', 'Contacts', '<h1 class=\"ty-main-title\">Contacts</h1>\r\n\r\n	<div class=\"ty-column4\">\r\n		\r\n			<h4>\r\n				Address:\r\n			</h4>\r\n			<div>\r\n				3993 Hanover Street,\r\n				<br>\r\n				New York, NY 10016\r\n			</div>\r\n			<h4>\r\n				Email:\r\n			</h4>\r\n			<div>\r\n				<a href=\"mailto:sales@example.com\">sales@example.com</a>\r\n			</div>\r\n			<h4>\r\n				Phone number:\r\n			</h4>\r\n			<div>\r\n				+1 917-722-7425\r\n			</div>\r\n			<div>\r\n				(call is free)\r\n			</div>\r\n	</div>\r\n	<div class=\"ty-column4 ty-float-right ty-notice\">\r\n		<div>\r\n			<h5>\r\n				Working hours of the online store consultants:\r\n			</h5>\r\n			<p>\r\n				10 am — 6 pm\r\n			</p>\r\n			<p>\r\n				Monday to Friday\r\n			</p>\r\n			\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column1\">\r\n		<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d17110.85805287818!2d-74.02359550400968!3d40.700381497733645!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25a1666f508b9%3A0xb2e05654995e0aba!2zSGFub3ZlciBTdCwgTmV3IFlvcmssIE5ZIDEwMDA1LCDQodCo0JA!5e0!3m2!1sru!2sru!4v1475502492077\" width=\"100%\" height=\"400\" frameborder=\"0\" style=\"border:0\" allowfullscreen=\"\">\r\n		</iframe>\r\n	</div>\r\n	<div class=\"ty-column2\">\r\n		<div>\r\n			<h3>\r\n			How to Reach Us\r\n			</h3>\r\n			<p>\r\n				We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\r\n			</p>\r\n		</div>\r\n	</div>', '', '', '', ''),
(20, 'nl', 'Contacts', '<h1 class=\"ty-main-title\">Contacts</h1>\r\n\r\n	<div class=\"ty-column4\">\r\n		\r\n			<h4>\r\n				Address:\r\n			</h4>\r\n			<div>\r\n				3993 Hanover Street,\r\n				<br>\r\n				New York, NY 10016\r\n			</div>\r\n			<h4>\r\n				Email:\r\n			</h4>\r\n			<div>\r\n				<a href=\"mailto:sales@example.com\">sales@example.com</a>\r\n			</div>\r\n			<h4>\r\n				Phone number:\r\n			</h4>\r\n			<div>\r\n				+1 917-722-7425\r\n			</div>\r\n			<div>\r\n				(call is free)\r\n			</div>\r\n	</div>\r\n	<div class=\"ty-column4 ty-float-right ty-notice\">\r\n		<div>\r\n			<h5>\r\n				Working hours of the online store consultants:\r\n			</h5>\r\n			<p>\r\n				10 am — 6 pm\r\n			</p>\r\n			<p>\r\n				Monday to Friday\r\n			</p>\r\n			\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column1\">\r\n		<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d17110.85805287818!2d-74.02359550400968!3d40.700381497733645!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25a1666f508b9%3A0xb2e05654995e0aba!2zSGFub3ZlciBTdCwgTmV3IFlvcmssIE5ZIDEwMDA1LCDQodCo0JA!5e0!3m2!1sru!2sru!4v1475502492077\" width=\"100%\" height=\"400\" frameborder=\"0\" style=\"border:0\" allowfullscreen=\"\">\r\n		</iframe>\r\n	</div>\r\n	<div class=\"ty-column2\">\r\n		<div>\r\n			<h3>\r\n			How to Reach Us\r\n			</h3>\r\n			<p>\r\n				We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\r\n			</p>\r\n		</div>\r\n	</div>', '', '', '', ''),
(20, 'no', 'Contacts', '<h1 class=\"ty-main-title\">Contacts</h1>\r\n\r\n	<div class=\"ty-column4\">\r\n		\r\n			<h4>\r\n				Address:\r\n			</h4>\r\n			<div>\r\n				3993 Hanover Street,\r\n				<br>\r\n				New York, NY 10016\r\n			</div>\r\n			<h4>\r\n				Email:\r\n			</h4>\r\n			<div>\r\n				<a href=\"mailto:sales@example.com\">sales@example.com</a>\r\n			</div>\r\n			<h4>\r\n				Phone number:\r\n			</h4>\r\n			<div>\r\n				+1 917-722-7425\r\n			</div>\r\n			<div>\r\n				(call is free)\r\n			</div>\r\n	</div>\r\n	<div class=\"ty-column4 ty-float-right ty-notice\">\r\n		<div>\r\n			<h5>\r\n				Working hours of the online store consultants:\r\n			</h5>\r\n			<p>\r\n				10 am — 6 pm\r\n			</p>\r\n			<p>\r\n				Monday to Friday\r\n			</p>\r\n			\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column1\">\r\n		<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d17110.85805287818!2d-74.02359550400968!3d40.700381497733645!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25a1666f508b9%3A0xb2e05654995e0aba!2zSGFub3ZlciBTdCwgTmV3IFlvcmssIE5ZIDEwMDA1LCDQodCo0JA!5e0!3m2!1sru!2sru!4v1475502492077\" width=\"100%\" height=\"400\" frameborder=\"0\" style=\"border:0\" allowfullscreen=\"\">\r\n		</iframe>\r\n	</div>\r\n	<div class=\"ty-column2\">\r\n		<div>\r\n			<h3>\r\n			How to Reach Us\r\n			</h3>\r\n			<p>\r\n				We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\r\n			</p>\r\n		</div>\r\n	</div>', '', '', '', ''),
(20, 'pt', 'Contatos', '<h1 class=\"ty-main-title\">Contatos</h1>\r\n<div class=\"ty-column4\">\r\n		\r\n			<h4>\r\n				Endereço:\r\n			</h4>\r\n			<div>\r\n				Av. Paulista, 2202&nbsp; &nbsp;&nbsp;<br>\r\n				São Paulo SP&nbsp;</div>\r\n			<h4>\r\n				Email:\r\n			</h4>\r\n			<div>\r\n				<a href=\"mailto:sales@example.com\">c</a>ontato@partiushop.com.br</div>\r\n			<h4>\r\n				Atendimento:</h4>\r\n			<div>\r\n				+1 917-722-7425\r\n			</div>\r\n			<div><br></div>\r\n	</div>\r\n<div class=\"ty-column4 ty-float-right ty-notice\">\r\n		<div>\r\n			<h5>\r\n				Horário de trabalho dos consultores da loja online:\r\n			</h5>\r\n			<p>\r\n				9:00&nbsp; &mdash; 17:00&nbsp;</p>\r\n			<p>\r\n				Segunda e Sexta</p>\r\n			\r\n		</div>\r\n	</div>\r\n<div class=\"ty-column1\">\r\n		<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d17110.85805287818!2d-74.02359550400968!3d40.700381497733645!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25a1666f508b9%3A0xb2e05654995e0aba!2zSGFub3ZlciBTdCwgTmV3IFlvcmssIE5ZIDEwMDA1LCDQodCo0JA!5e0!3m2!1sru!2sru!4v1475502492077\" width=\"100%\" height=\"400\" frameborder=\"0\" style=\"border:0\" allowfullscreen=\"\">\r\n		</iframe>\r\n	</div>\r\n<div class=\"ty-column2\">\r\n		<div>\r\n			<h3>\r\n			How to Reach Us\r\n			</h3>\r\n			<p>\r\n				We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\r\n			</p>\r\n		</div>\r\n	</div>', '', '', '', ''),
(20, 'ro', 'Contacts', '<h1 class=\"ty-main-title\">Contacts</h1>\r\n\r\n	<div class=\"ty-column4\">\r\n		\r\n			<h4>\r\n				Address:\r\n			</h4>\r\n			<div>\r\n				3993 Hanover Street,\r\n				<br>\r\n				New York, NY 10016\r\n			</div>\r\n			<h4>\r\n				Email:\r\n			</h4>\r\n			<div>\r\n				<a href=\"mailto:sales@example.com\">sales@example.com</a>\r\n			</div>\r\n			<h4>\r\n				Phone number:\r\n			</h4>\r\n			<div>\r\n				+1 917-722-7425\r\n			</div>\r\n			<div>\r\n				(call is free)\r\n			</div>\r\n	</div>\r\n	<div class=\"ty-column4 ty-float-right ty-notice\">\r\n		<div>\r\n			<h5>\r\n				Working hours of the online store consultants:\r\n			</h5>\r\n			<p>\r\n				10 am — 6 pm\r\n			</p>\r\n			<p>\r\n				Monday to Friday\r\n			</p>\r\n			\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column1\">\r\n		<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d17110.85805287818!2d-74.02359550400968!3d40.700381497733645!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25a1666f508b9%3A0xb2e05654995e0aba!2zSGFub3ZlciBTdCwgTmV3IFlvcmssIE5ZIDEwMDA1LCDQodCo0JA!5e0!3m2!1sru!2sru!4v1475502492077\" width=\"100%\" height=\"400\" frameborder=\"0\" style=\"border:0\" allowfullscreen=\"\">\r\n		</iframe>\r\n	</div>\r\n	<div class=\"ty-column2\">\r\n		<div>\r\n			<h3>\r\n			How to Reach Us\r\n			</h3>\r\n			<p>\r\n				We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\r\n			</p>\r\n		</div>\r\n	</div>', '', '', '', ''),
(20, 'ru', 'Контакты', '<h1 class=\"ty-main-title\">Контакты</h1>\n\n\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-pages-contacts__contact-block\">\n\n          <h4>\n\n                Адрес:\n\n          </h4>\n\n          <div>\n\n                3993 Hanover Street,\n\n              <br>\n\nNew York, NY 10016\n\n          </div>\n\n          <h4>\n\n                Почта:\n\n          </h4>\n\n          <div>\n\n              <a href=\"mailto:sales@example.com\">sales@example.com</a>\n\n          </div>\n\n          <h4>\n\n                Телефон:\n\n          </h4>\n\n          <div>\n\n                +1 917-722-7425\n\n          </div>\n\n          <div>\n\n                (звонок бесплатный)\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4 ty-float-right ty-notice\">\n\n      <div>\n\n          <h5>\n\n                Рабочее время консультантов интернет-магазина:\n\n          </h5>\n\n          <p>\n\n                10:00 &mdash; 18:00\n\n          </p>\n\n          <p>\n\n                C понедельника по пятницу\n\n          </p>\n\n      </div>\n\n  </div>\n\n	<div class=\"ty-column1\">\n\n      <iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d17110.85805287818!2d-74.02359550400968!3d40.700381497733645!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25a1666f508b9%3A0xb2e05654995e0aba!2zSGFub3ZlciBTdCwgTmV3IFlvcmssIE5ZIDEwMDA1LCDQodCo0JA!5e0!3m2!1sru!2sru!4v1475502492077\" width=\"100%\" height=\"400\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\n\n	</div>\n\n  <div class=\"ty-column2\">\n\n      <div>\n\n          <h3 class=\"ty-pages-contacts__office-title\">\n\n          Как до нас добраться\n\n          </h3>\n\n          <p class=\"ty-pages-contacts__office-instruction\">\n\n                Офис находится недалеко от остановки \"Улица Hanover\". Выходите из автобуса и идите к банку. У входа в банк поверните налево. Пройдите 200 метров и поверните направо. Идите по улице до вывески \"Демо Магазин\". Вход к нам прямо под вывеской.\n\n          </p>\n\n      </div>\n\n  </div>\n\n', '', '', '', ''),
(21, 'da', 'Returns and Exchanges', '<h1 class=\"ty-main-title\">Policy on Returns and Exchanges</h1>\r\n<div class=\"ty-list-container ty-decimal\">\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b1.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">1</span>Pack all the items in the original packing. Items bought as sets must be returned in sets.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b2.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">2</span>Fill in the return request form attached to the order.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b3.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">3</span>Attach a copy of the sales check, specify the method of refund (a postal order or a transfer to the bank account).\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b1.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">4</span>Send the parcel to this address:<br>\r\n				3993 Hanover Street, New York, NY 10016\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b5.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">5</span>After you have sent the parcel, please inform us of that by sending an email to <a href=\"mailto:sales@example.com\">sales@example.com</a>.\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 class=\"ty-main-title\">Eligibility of Items for Return or Exchange</h2>\r\n<div class=\"ty-list-container ty-column2\">\r\n	<div class=\"ty-column3-1\">\r\n		<div class=\"ty-list-image\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n		<div class=\"ty-list-text big\">\r\n			Customers have the right to return any purchased items without defining the reason within\r\n			<span class=\"ty-red\">14 (fourteen) calendar days</span> from the moment of receiving those items from the Seller or the Seller\'s representatives. The items can be returned if their consumer properties, factory labels, and ready-for-sale condition are preserved.\r\n			<br>\r\n			<br>\r\n			To return the items, Customers must submit the copy of proof of purchase and fill in the return request form.\r\n			<br>\r\n			<br>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-1\">\r\n	</div>\r\n	<div class=\"ty-column3-1\">\r\n		<div class=\"ty-list-image\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n		<div class=\"ty-list-text big\">\r\n			Rules on returning and exchanging Items with discovered defects:\r\n			<br>\r\n			<br>\r\n			Customers are entitled to notify the Seller of any discovered defects and demand to rectify them within\r\n			<span class=\"ty-red\">30 (thirty) calendar days</span> from the moment of the receiving the Items from the Seller or the Seller\'s representatives. The only exception are defects caused by improper handling of the Items by the Customer.\r\n			<br>\r\n			<br>\r\n			Customers have the right to refuse to take Items and ask for a money refund. In this case the Items must be returned to the Seller, and their consumer properties, factory labels, and ready-for-sale condition are preserved.\r\n			<br>\r\n			<br>\r\n			To return the Items, you must submit the copy of proof of purchase and fill in the return request form.\r\n			<br>\r\n			<br>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n	</div>\r\n</div>\r\n<div class=\"ty-about-container ty-flag-left ty-list-container\">\r\n	<div class=\"ty-notice clearfix\">\r\n		<div class=\"ty-about-banner ty-column7\">\r\n			<img src=\"images/companies/1/pages/about_flag.png\">\r\n		</div>\r\n		<div class=\"ty-about-description ty-column2 ty-list-text big\">\r\n				Our return and refund policy is described above. According to NYS law, stores are legally required to post their refund policy. If a store does not post any return policy, the law requires the store to accept returns within 30 days of purchase.\r\n		</div>\r\n	</div>\r\n</div>', '', '', '', ''),
(21, 'de', 'Returns and Exchanges', '<h1 class=\"ty-main-title\">Policy on Returns and Exchanges</h1>\r\n<div class=\"ty-list-container ty-decimal\">\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b1.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">1</span>Pack all the items in the original packing. Items bought as sets must be returned in sets.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b2.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">2</span>Fill in the return request form attached to the order.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b3.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">3</span>Attach a copy of the sales check, specify the method of refund (a postal order or a transfer to the bank account).\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b1.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">4</span>Send the parcel to this address:<br>\r\n				3993 Hanover Street, New York, NY 10016\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b5.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">5</span>After you have sent the parcel, please inform us of that by sending an email to <a href=\"mailto:sales@example.com\">sales@example.com</a>.\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 class=\"ty-main-title\">Eligibility of Items for Return or Exchange</h2>\r\n<div class=\"ty-list-container ty-column2\">\r\n	<div class=\"ty-column3-1\">\r\n		<div class=\"ty-list-image\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n		<div class=\"ty-list-text big\">\r\n			Customers have the right to return any purchased items without defining the reason within\r\n			<span class=\"ty-red\">14 (fourteen) calendar days</span> from the moment of receiving those items from the Seller or the Seller\'s representatives. The items can be returned if their consumer properties, factory labels, and ready-for-sale condition are preserved.\r\n			<br>\r\n			<br>\r\n			To return the items, Customers must submit the copy of proof of purchase and fill in the return request form.\r\n			<br>\r\n			<br>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-1\">\r\n	</div>\r\n	<div class=\"ty-column3-1\">\r\n		<div class=\"ty-list-image\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n		<div class=\"ty-list-text big\">\r\n			Rules on returning and exchanging Items with discovered defects:\r\n			<br>\r\n			<br>\r\n			Customers are entitled to notify the Seller of any discovered defects and demand to rectify them within\r\n			<span class=\"ty-red\">30 (thirty) calendar days</span> from the moment of the receiving the Items from the Seller or the Seller\'s representatives. The only exception are defects caused by improper handling of the Items by the Customer.\r\n			<br>\r\n			<br>\r\n			Customers have the right to refuse to take Items and ask for a money refund. In this case the Items must be returned to the Seller, and their consumer properties, factory labels, and ready-for-sale condition are preserved.\r\n			<br>\r\n			<br>\r\n			To return the Items, you must submit the copy of proof of purchase and fill in the return request form.\r\n			<br>\r\n			<br>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n	</div>\r\n</div>\r\n<div class=\"ty-about-container ty-flag-left ty-list-container\">\r\n	<div class=\"ty-notice clearfix\">\r\n		<div class=\"ty-about-banner ty-column7\">\r\n			<img src=\"images/companies/1/pages/about_flag.png\">\r\n		</div>\r\n		<div class=\"ty-about-description ty-column2 ty-list-text big\">\r\n				Our return and refund policy is described above. According to NYS law, stores are legally required to post their refund policy. If a store does not post any return policy, the law requires the store to accept returns within 30 days of purchase.\r\n		</div>\r\n	</div>\r\n</div>', '', '', '', ''),
(21, 'el', 'Returns and Exchanges', '<h1 class=\"ty-main-title\">Policy on Returns and Exchanges</h1>\r\n<div class=\"ty-list-container ty-decimal\">\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b1.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">1</span>Pack all the items in the original packing. Items bought as sets must be returned in sets.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b2.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">2</span>Fill in the return request form attached to the order.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b3.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">3</span>Attach a copy of the sales check, specify the method of refund (a postal order or a transfer to the bank account).\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b1.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">4</span>Send the parcel to this address:<br>\r\n				3993 Hanover Street, New York, NY 10016\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b5.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">5</span>After you have sent the parcel, please inform us of that by sending an email to <a href=\"mailto:sales@example.com\">sales@example.com</a>.\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 class=\"ty-main-title\">Eligibility of Items for Return or Exchange</h2>\r\n<div class=\"ty-list-container ty-column2\">\r\n	<div class=\"ty-column3-1\">\r\n		<div class=\"ty-list-image\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n		<div class=\"ty-list-text big\">\r\n			Customers have the right to return any purchased items without defining the reason within\r\n			<span class=\"ty-red\">14 (fourteen) calendar days</span> from the moment of receiving those items from the Seller or the Seller\'s representatives. The items can be returned if their consumer properties, factory labels, and ready-for-sale condition are preserved.\r\n			<br>\r\n			<br>\r\n			To return the items, Customers must submit the copy of proof of purchase and fill in the return request form.\r\n			<br>\r\n			<br>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-1\">\r\n	</div>\r\n	<div class=\"ty-column3-1\">\r\n		<div class=\"ty-list-image\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n		<div class=\"ty-list-text big\">\r\n			Rules on returning and exchanging Items with discovered defects:\r\n			<br>\r\n			<br>\r\n			Customers are entitled to notify the Seller of any discovered defects and demand to rectify them within\r\n			<span class=\"ty-red\">30 (thirty) calendar days</span> from the moment of the receiving the Items from the Seller or the Seller\'s representatives. The only exception are defects caused by improper handling of the Items by the Customer.\r\n			<br>\r\n			<br>\r\n			Customers have the right to refuse to take Items and ask for a money refund. In this case the Items must be returned to the Seller, and their consumer properties, factory labels, and ready-for-sale condition are preserved.\r\n			<br>\r\n			<br>\r\n			To return the Items, you must submit the copy of proof of purchase and fill in the return request form.\r\n			<br>\r\n			<br>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n	</div>\r\n</div>\r\n<div class=\"ty-about-container ty-flag-left ty-list-container\">\r\n	<div class=\"ty-notice clearfix\">\r\n		<div class=\"ty-about-banner ty-column7\">\r\n			<img src=\"images/companies/1/pages/about_flag.png\">\r\n		</div>\r\n		<div class=\"ty-about-description ty-column2 ty-list-text big\">\r\n				Our return and refund policy is described above. According to NYS law, stores are legally required to post their refund policy. If a store does not post any return policy, the law requires the store to accept returns within 30 days of purchase.\r\n		</div>\r\n	</div>\r\n</div>', '', '', '', ''),
(21, 'en', 'Returns and Exchanges', '<h1 class=\"ty-main-title\">Policy on Returns and Exchanges</h1>\r\n<div class=\"ty-list-container ty-decimal\">\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b1.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">1</span>Pack all the items in the original packing. Items bought as sets must be returned in sets.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b2.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">2</span>Fill in the return request form attached to the order.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b3.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">3</span>Attach a copy of the sales check, specify the method of refund (a postal order or a transfer to the bank account).\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b1.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">4</span>Send the parcel to this address:<br>\r\n				3993 Hanover Street, New York, NY 10016\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b5.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">5</span>After you have sent the parcel, please inform us of that by sending an email to <a href=\"mailto:sales@example.com\">sales@example.com</a>.\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 class=\"ty-main-title\">Eligibility of Items for Return or Exchange</h2>\r\n<div class=\"ty-list-container ty-column2\">\r\n	<div class=\"ty-column3-1\">\r\n		<div class=\"ty-list-image\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n		<div class=\"ty-list-text big\">\r\n			Customers have the right to return any purchased items without defining the reason within\r\n			<span class=\"ty-red\">14 (fourteen) calendar days</span> from the moment of receiving those items from the Seller or the Seller\'s representatives. The items can be returned if their consumer properties, factory labels, and ready-for-sale condition are preserved.\r\n			<br>\r\n			<br>\r\n			To return the items, Customers must submit the copy of proof of purchase and fill in the return request form.\r\n			<br>\r\n			<br>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-1\">\r\n	</div>\r\n	<div class=\"ty-column3-1\">\r\n		<div class=\"ty-list-image\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n		<div class=\"ty-list-text big\">\r\n			Rules on returning and exchanging Items with discovered defects:\r\n			<br>\r\n			<br>\r\n			Customers are entitled to notify the Seller of any discovered defects and demand to rectify them within\r\n			<span class=\"ty-red\">30 (thirty) calendar days</span> from the moment of the receiving the Items from the Seller or the Seller\'s representatives. The only exception are defects caused by improper handling of the Items by the Customer.\r\n			<br>\r\n			<br>\r\n			Customers have the right to refuse to take Items and ask for a money refund. In this case the Items must be returned to the Seller, and their consumer properties, factory labels, and ready-for-sale condition are preserved.\r\n			<br>\r\n			<br>\r\n			To return the Items, you must submit the copy of proof of purchase and fill in the return request form.\r\n			<br>\r\n			<br>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n	</div>\r\n</div>\r\n<div class=\"ty-about-container ty-flag-left ty-list-container\">\r\n	<div class=\"ty-notice clearfix\">\r\n		<div class=\"ty-about-banner ty-column7\">\r\n			<img src=\"images/companies/1/pages/about_flag.png\">\r\n		</div>\r\n		<div class=\"ty-about-description ty-column2 ty-list-text big\">\r\n				Our return and refund policy is described above. According to NYS law, stores are legally required to post their refund policy. If a store does not post any return policy, the law requires the store to accept returns within 30 days of purchase.\r\n		</div>\r\n	</div>\r\n</div>', '', '', '', ''),
(21, 'es', 'Returns and Exchanges', '<h1 class=\"ty-main-title\">Policy on Returns and Exchanges</h1>\r\n<div class=\"ty-list-container ty-decimal\">\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b1.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">1</span>Pack all the items in the original packing. Items bought as sets must be returned in sets.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b2.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">2</span>Fill in the return request form attached to the order.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b3.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">3</span>Attach a copy of the sales check, specify the method of refund (a postal order or a transfer to the bank account).\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b1.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">4</span>Send the parcel to this address:<br>\r\n				3993 Hanover Street, New York, NY 10016\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b5.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">5</span>After you have sent the parcel, please inform us of that by sending an email to <a href=\"mailto:sales@example.com\">sales@example.com</a>.\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 class=\"ty-main-title\">Eligibility of Items for Return or Exchange</h2>\r\n<div class=\"ty-list-container ty-column2\">\r\n	<div class=\"ty-column3-1\">\r\n		<div class=\"ty-list-image\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n		<div class=\"ty-list-text big\">\r\n			Customers have the right to return any purchased items without defining the reason within\r\n			<span class=\"ty-red\">14 (fourteen) calendar days</span> from the moment of receiving those items from the Seller or the Seller\'s representatives. The items can be returned if their consumer properties, factory labels, and ready-for-sale condition are preserved.\r\n			<br>\r\n			<br>\r\n			To return the items, Customers must submit the copy of proof of purchase and fill in the return request form.\r\n			<br>\r\n			<br>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-1\">\r\n	</div>\r\n	<div class=\"ty-column3-1\">\r\n		<div class=\"ty-list-image\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n		<div class=\"ty-list-text big\">\r\n			Rules on returning and exchanging Items with discovered defects:\r\n			<br>\r\n			<br>\r\n			Customers are entitled to notify the Seller of any discovered defects and demand to rectify them within\r\n			<span class=\"ty-red\">30 (thirty) calendar days</span> from the moment of the receiving the Items from the Seller or the Seller\'s representatives. The only exception are defects caused by improper handling of the Items by the Customer.\r\n			<br>\r\n			<br>\r\n			Customers have the right to refuse to take Items and ask for a money refund. In this case the Items must be returned to the Seller, and their consumer properties, factory labels, and ready-for-sale condition are preserved.\r\n			<br>\r\n			<br>\r\n			To return the Items, you must submit the copy of proof of purchase and fill in the return request form.\r\n			<br>\r\n			<br>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n	</div>\r\n</div>\r\n<div class=\"ty-about-container ty-flag-left ty-list-container\">\r\n	<div class=\"ty-notice clearfix\">\r\n		<div class=\"ty-about-banner ty-column7\">\r\n			<img src=\"images/companies/1/pages/about_flag.png\">\r\n		</div>\r\n		<div class=\"ty-about-description ty-column2 ty-list-text big\">\r\n				Our return and refund policy is described above. According to NYS law, stores are legally required to post their refund policy. If a store does not post any return policy, the law requires the store to accept returns within 30 days of purchase.\r\n		</div>\r\n	</div>\r\n</div>', '', '', '', ''),
(21, 'fr', 'Returns and Exchanges', '<h1 class=\"ty-main-title\">Policy on Returns and Exchanges</h1>\r\n<div class=\"ty-list-container ty-decimal\">\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b1.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">1</span>Pack all the items in the original packing. Items bought as sets must be returned in sets.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b2.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">2</span>Fill in the return request form attached to the order.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b3.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">3</span>Attach a copy of the sales check, specify the method of refund (a postal order or a transfer to the bank account).\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b1.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">4</span>Send the parcel to this address:<br>\r\n				3993 Hanover Street, New York, NY 10016\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b5.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">5</span>After you have sent the parcel, please inform us of that by sending an email to <a href=\"mailto:sales@example.com\">sales@example.com</a>.\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 class=\"ty-main-title\">Eligibility of Items for Return or Exchange</h2>\r\n<div class=\"ty-list-container ty-column2\">\r\n	<div class=\"ty-column3-1\">\r\n		<div class=\"ty-list-image\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n		<div class=\"ty-list-text big\">\r\n			Customers have the right to return any purchased items without defining the reason within\r\n			<span class=\"ty-red\">14 (fourteen) calendar days</span> from the moment of receiving those items from the Seller or the Seller\'s representatives. The items can be returned if their consumer properties, factory labels, and ready-for-sale condition are preserved.\r\n			<br>\r\n			<br>\r\n			To return the items, Customers must submit the copy of proof of purchase and fill in the return request form.\r\n			<br>\r\n			<br>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-1\">\r\n	</div>\r\n	<div class=\"ty-column3-1\">\r\n		<div class=\"ty-list-image\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n		<div class=\"ty-list-text big\">\r\n			Rules on returning and exchanging Items with discovered defects:\r\n			<br>\r\n			<br>\r\n			Customers are entitled to notify the Seller of any discovered defects and demand to rectify them within\r\n			<span class=\"ty-red\">30 (thirty) calendar days</span> from the moment of the receiving the Items from the Seller or the Seller\'s representatives. The only exception are defects caused by improper handling of the Items by the Customer.\r\n			<br>\r\n			<br>\r\n			Customers have the right to refuse to take Items and ask for a money refund. In this case the Items must be returned to the Seller, and their consumer properties, factory labels, and ready-for-sale condition are preserved.\r\n			<br>\r\n			<br>\r\n			To return the Items, you must submit the copy of proof of purchase and fill in the return request form.\r\n			<br>\r\n			<br>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n	</div>\r\n</div>\r\n<div class=\"ty-about-container ty-flag-left ty-list-container\">\r\n	<div class=\"ty-notice clearfix\">\r\n		<div class=\"ty-about-banner ty-column7\">\r\n			<img src=\"images/companies/1/pages/about_flag.png\">\r\n		</div>\r\n		<div class=\"ty-about-description ty-column2 ty-list-text big\">\r\n				Our return and refund policy is described above. According to NYS law, stores are legally required to post their refund policy. If a store does not post any return policy, the law requires the store to accept returns within 30 days of purchase.\r\n		</div>\r\n	</div>\r\n</div>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(21, 'it', 'Returns and Exchanges', '<h1 class=\"ty-main-title\">Policy on Returns and Exchanges</h1>\r\n<div class=\"ty-list-container ty-decimal\">\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b1.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">1</span>Pack all the items in the original packing. Items bought as sets must be returned in sets.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b2.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">2</span>Fill in the return request form attached to the order.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b3.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">3</span>Attach a copy of the sales check, specify the method of refund (a postal order or a transfer to the bank account).\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b1.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">4</span>Send the parcel to this address:<br>\r\n				3993 Hanover Street, New York, NY 10016\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b5.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">5</span>After you have sent the parcel, please inform us of that by sending an email to <a href=\"mailto:sales@example.com\">sales@example.com</a>.\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 class=\"ty-main-title\">Eligibility of Items for Return or Exchange</h2>\r\n<div class=\"ty-list-container ty-column2\">\r\n	<div class=\"ty-column3-1\">\r\n		<div class=\"ty-list-image\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n		<div class=\"ty-list-text big\">\r\n			Customers have the right to return any purchased items without defining the reason within\r\n			<span class=\"ty-red\">14 (fourteen) calendar days</span> from the moment of receiving those items from the Seller or the Seller\'s representatives. The items can be returned if their consumer properties, factory labels, and ready-for-sale condition are preserved.\r\n			<br>\r\n			<br>\r\n			To return the items, Customers must submit the copy of proof of purchase and fill in the return request form.\r\n			<br>\r\n			<br>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-1\">\r\n	</div>\r\n	<div class=\"ty-column3-1\">\r\n		<div class=\"ty-list-image\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n		<div class=\"ty-list-text big\">\r\n			Rules on returning and exchanging Items with discovered defects:\r\n			<br>\r\n			<br>\r\n			Customers are entitled to notify the Seller of any discovered defects and demand to rectify them within\r\n			<span class=\"ty-red\">30 (thirty) calendar days</span> from the moment of the receiving the Items from the Seller or the Seller\'s representatives. The only exception are defects caused by improper handling of the Items by the Customer.\r\n			<br>\r\n			<br>\r\n			Customers have the right to refuse to take Items and ask for a money refund. In this case the Items must be returned to the Seller, and their consumer properties, factory labels, and ready-for-sale condition are preserved.\r\n			<br>\r\n			<br>\r\n			To return the Items, you must submit the copy of proof of purchase and fill in the return request form.\r\n			<br>\r\n			<br>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n	</div>\r\n</div>\r\n<div class=\"ty-about-container ty-flag-left ty-list-container\">\r\n	<div class=\"ty-notice clearfix\">\r\n		<div class=\"ty-about-banner ty-column7\">\r\n			<img src=\"images/companies/1/pages/about_flag.png\">\r\n		</div>\r\n		<div class=\"ty-about-description ty-column2 ty-list-text big\">\r\n				Our return and refund policy is described above. According to NYS law, stores are legally required to post their refund policy. If a store does not post any return policy, the law requires the store to accept returns within 30 days of purchase.\r\n		</div>\r\n	</div>\r\n</div>', '', '', '', ''),
(21, 'nl', 'Returns and Exchanges', '<h1 class=\"ty-main-title\">Policy on Returns and Exchanges</h1>\r\n<div class=\"ty-list-container ty-decimal\">\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b1.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">1</span>Pack all the items in the original packing. Items bought as sets must be returned in sets.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b2.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">2</span>Fill in the return request form attached to the order.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b3.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">3</span>Attach a copy of the sales check, specify the method of refund (a postal order or a transfer to the bank account).\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b1.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">4</span>Send the parcel to this address:<br>\r\n				3993 Hanover Street, New York, NY 10016\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b5.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">5</span>After you have sent the parcel, please inform us of that by sending an email to <a href=\"mailto:sales@example.com\">sales@example.com</a>.\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 class=\"ty-main-title\">Eligibility of Items for Return or Exchange</h2>\r\n<div class=\"ty-list-container ty-column2\">\r\n	<div class=\"ty-column3-1\">\r\n		<div class=\"ty-list-image\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n		<div class=\"ty-list-text big\">\r\n			Customers have the right to return any purchased items without defining the reason within\r\n			<span class=\"ty-red\">14 (fourteen) calendar days</span> from the moment of receiving those items from the Seller or the Seller\'s representatives. The items can be returned if their consumer properties, factory labels, and ready-for-sale condition are preserved.\r\n			<br>\r\n			<br>\r\n			To return the items, Customers must submit the copy of proof of purchase and fill in the return request form.\r\n			<br>\r\n			<br>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-1\">\r\n	</div>\r\n	<div class=\"ty-column3-1\">\r\n		<div class=\"ty-list-image\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n		<div class=\"ty-list-text big\">\r\n			Rules on returning and exchanging Items with discovered defects:\r\n			<br>\r\n			<br>\r\n			Customers are entitled to notify the Seller of any discovered defects and demand to rectify them within\r\n			<span class=\"ty-red\">30 (thirty) calendar days</span> from the moment of the receiving the Items from the Seller or the Seller\'s representatives. The only exception are defects caused by improper handling of the Items by the Customer.\r\n			<br>\r\n			<br>\r\n			Customers have the right to refuse to take Items and ask for a money refund. In this case the Items must be returned to the Seller, and their consumer properties, factory labels, and ready-for-sale condition are preserved.\r\n			<br>\r\n			<br>\r\n			To return the Items, you must submit the copy of proof of purchase and fill in the return request form.\r\n			<br>\r\n			<br>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n	</div>\r\n</div>\r\n<div class=\"ty-about-container ty-flag-left ty-list-container\">\r\n	<div class=\"ty-notice clearfix\">\r\n		<div class=\"ty-about-banner ty-column7\">\r\n			<img src=\"images/companies/1/pages/about_flag.png\">\r\n		</div>\r\n		<div class=\"ty-about-description ty-column2 ty-list-text big\">\r\n				Our return and refund policy is described above. According to NYS law, stores are legally required to post their refund policy. If a store does not post any return policy, the law requires the store to accept returns within 30 days of purchase.\r\n		</div>\r\n	</div>\r\n</div>', '', '', '', ''),
(21, 'no', 'Returns and Exchanges', '<h1 class=\"ty-main-title\">Policy on Returns and Exchanges</h1>\r\n<div class=\"ty-list-container ty-decimal\">\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b1.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">1</span>Pack all the items in the original packing. Items bought as sets must be returned in sets.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b2.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">2</span>Fill in the return request form attached to the order.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b3.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">3</span>Attach a copy of the sales check, specify the method of refund (a postal order or a transfer to the bank account).\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b1.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">4</span>Send the parcel to this address:<br>\r\n				3993 Hanover Street, New York, NY 10016\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b5.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">5</span>After you have sent the parcel, please inform us of that by sending an email to <a href=\"mailto:sales@example.com\">sales@example.com</a>.\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 class=\"ty-main-title\">Eligibility of Items for Return or Exchange</h2>\r\n<div class=\"ty-list-container ty-column2\">\r\n	<div class=\"ty-column3-1\">\r\n		<div class=\"ty-list-image\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n		<div class=\"ty-list-text big\">\r\n			Customers have the right to return any purchased items without defining the reason within\r\n			<span class=\"ty-red\">14 (fourteen) calendar days</span> from the moment of receiving those items from the Seller or the Seller\'s representatives. The items can be returned if their consumer properties, factory labels, and ready-for-sale condition are preserved.\r\n			<br>\r\n			<br>\r\n			To return the items, Customers must submit the copy of proof of purchase and fill in the return request form.\r\n			<br>\r\n			<br>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-1\">\r\n	</div>\r\n	<div class=\"ty-column3-1\">\r\n		<div class=\"ty-list-image\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n		<div class=\"ty-list-text big\">\r\n			Rules on returning and exchanging Items with discovered defects:\r\n			<br>\r\n			<br>\r\n			Customers are entitled to notify the Seller of any discovered defects and demand to rectify them within\r\n			<span class=\"ty-red\">30 (thirty) calendar days</span> from the moment of the receiving the Items from the Seller or the Seller\'s representatives. The only exception are defects caused by improper handling of the Items by the Customer.\r\n			<br>\r\n			<br>\r\n			Customers have the right to refuse to take Items and ask for a money refund. In this case the Items must be returned to the Seller, and their consumer properties, factory labels, and ready-for-sale condition are preserved.\r\n			<br>\r\n			<br>\r\n			To return the Items, you must submit the copy of proof of purchase and fill in the return request form.\r\n			<br>\r\n			<br>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n	</div>\r\n</div>\r\n<div class=\"ty-about-container ty-flag-left ty-list-container\">\r\n	<div class=\"ty-notice clearfix\">\r\n		<div class=\"ty-about-banner ty-column7\">\r\n			<img src=\"images/companies/1/pages/about_flag.png\">\r\n		</div>\r\n		<div class=\"ty-about-description ty-column2 ty-list-text big\">\r\n				Our return and refund policy is described above. According to NYS law, stores are legally required to post their refund policy. If a store does not post any return policy, the law requires the store to accept returns within 30 days of purchase.\r\n		</div>\r\n	</div>\r\n</div>', '', '', '', ''),
(21, 'pt', 'Returns and Exchanges', '<h1 class=\"ty-main-title\">Policy on Returns and Exchanges</h1>\r\n<div class=\"ty-list-container ty-decimal\">\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b1.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">1</span>Pack all the items in the original packing. Items bought as sets must be returned in sets.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b2.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">2</span>Fill in the return request form attached to the order.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b3.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">3</span>Attach a copy of the sales check, specify the method of refund (a postal order or a transfer to the bank account).\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b1.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">4</span>Send the parcel to this address:<br>\r\n				3993 Hanover Street, New York, NY 10016\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b5.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">5</span>After you have sent the parcel, please inform us of that by sending an email to <a href=\"mailto:sales@example.com\">sales@example.com</a>.\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 class=\"ty-main-title\">Eligibility of Items for Return or Exchange</h2>\r\n<div class=\"ty-list-container ty-column2\">\r\n	<div class=\"ty-column3-1\">\r\n		<div class=\"ty-list-image\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n		<div class=\"ty-list-text big\">\r\n			Customers have the right to return any purchased items without defining the reason within\r\n			<span class=\"ty-red\">14 (fourteen) calendar days</span> from the moment of receiving those items from the Seller or the Seller\'s representatives. The items can be returned if their consumer properties, factory labels, and ready-for-sale condition are preserved.\r\n			<br>\r\n			<br>\r\n			To return the items, Customers must submit the copy of proof of purchase and fill in the return request form.\r\n			<br>\r\n			<br>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-1\">\r\n	</div>\r\n	<div class=\"ty-column3-1\">\r\n		<div class=\"ty-list-image\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n		<div class=\"ty-list-text big\">\r\n			Rules on returning and exchanging Items with discovered defects:\r\n			<br>\r\n			<br>\r\n			Customers are entitled to notify the Seller of any discovered defects and demand to rectify them within\r\n			<span class=\"ty-red\">30 (thirty) calendar days</span> from the moment of the receiving the Items from the Seller or the Seller\'s representatives. The only exception are defects caused by improper handling of the Items by the Customer.\r\n			<br>\r\n			<br>\r\n			Customers have the right to refuse to take Items and ask for a money refund. In this case the Items must be returned to the Seller, and their consumer properties, factory labels, and ready-for-sale condition are preserved.\r\n			<br>\r\n			<br>\r\n			To return the Items, you must submit the copy of proof of purchase and fill in the return request form.\r\n			<br>\r\n			<br>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n	</div>\r\n</div>\r\n<div class=\"ty-about-container ty-flag-left ty-list-container\">\r\n	<div class=\"ty-notice clearfix\">\r\n		<div class=\"ty-about-banner ty-column7\">\r\n			<img src=\"images/companies/1/pages/about_flag.png\">\r\n		</div>\r\n		<div class=\"ty-about-description ty-column2 ty-list-text big\">\r\n				Our return and refund policy is described above. According to NYS law, stores are legally required to post their refund policy. If a store does not post any return policy, the law requires the store to accept returns within 30 days of purchase.\r\n		</div>\r\n	</div>\r\n</div>', '', '', '', ''),
(21, 'ro', 'Returns and Exchanges', '<h1 class=\"ty-main-title\">Policy on Returns and Exchanges</h1>\r\n<div class=\"ty-list-container ty-decimal\">\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b1.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">1</span>Pack all the items in the original packing. Items bought as sets must be returned in sets.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b2.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">2</span>Fill in the return request form attached to the order.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b3.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">3</span>Attach a copy of the sales check, specify the method of refund (a postal order or a transfer to the bank account).\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b1.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">4</span>Send the parcel to this address:<br>\r\n				3993 Hanover Street, New York, NY 10016\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-refund__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/refund_b5.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				<span class=\"ty-list-item\">5</span>After you have sent the parcel, please inform us of that by sending an email to <a href=\"mailto:sales@example.com\">sales@example.com</a>.\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 class=\"ty-main-title\">Eligibility of Items for Return or Exchange</h2>\r\n<div class=\"ty-list-container ty-column2\">\r\n	<div class=\"ty-column3-1\">\r\n		<div class=\"ty-list-image\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n		<div class=\"ty-list-text big\">\r\n			Customers have the right to return any purchased items without defining the reason within\r\n			<span class=\"ty-red\">14 (fourteen) calendar days</span> from the moment of receiving those items from the Seller or the Seller\'s representatives. The items can be returned if their consumer properties, factory labels, and ready-for-sale condition are preserved.\r\n			<br>\r\n			<br>\r\n			To return the items, Customers must submit the copy of proof of purchase and fill in the return request form.\r\n			<br>\r\n			<br>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-1\">\r\n	</div>\r\n	<div class=\"ty-column3-1\">\r\n		<div class=\"ty-list-image\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n		<div class=\"ty-list-text big\">\r\n			Rules on returning and exchanging Items with discovered defects:\r\n			<br>\r\n			<br>\r\n			Customers are entitled to notify the Seller of any discovered defects and demand to rectify them within\r\n			<span class=\"ty-red\">30 (thirty) calendar days</span> from the moment of the receiving the Items from the Seller or the Seller\'s representatives. The only exception are defects caused by improper handling of the Items by the Customer.\r\n			<br>\r\n			<br>\r\n			Customers have the right to refuse to take Items and ask for a money refund. In this case the Items must be returned to the Seller, and their consumer properties, factory labels, and ready-for-sale condition are preserved.\r\n			<br>\r\n			<br>\r\n			To return the Items, you must submit the copy of proof of purchase and fill in the return request form.\r\n			<br>\r\n			<br>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column3-2\">\r\n	</div>\r\n</div>\r\n<div class=\"ty-about-container ty-flag-left ty-list-container\">\r\n	<div class=\"ty-notice clearfix\">\r\n		<div class=\"ty-about-banner ty-column7\">\r\n			<img src=\"images/companies/1/pages/about_flag.png\">\r\n		</div>\r\n		<div class=\"ty-about-description ty-column2 ty-list-text big\">\r\n				Our return and refund policy is described above. According to NYS law, stores are legally required to post their refund policy. If a store does not post any return policy, the law requires the store to accept returns within 30 days of purchase.\r\n		</div>\r\n	</div>\r\n</div>', '', '', '', ''),
(21, 'ru', 'Возврат', '<h1 class=\"ty-main-title\">Обмен и возврат</h1>\n\n<div class=\"ty-list-container ty-decimal\">\n\n  <div class=\"ty-column5\">\n\n      <div class=\"ty-refund__item\">\n\n          <div class=\"ty-list-image\">\n\n              <img src=\"images/companies/1/pages/refund_b1.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\">\n\n              <span class=\"ty-list-item\">1</span>Аккуратно упаковать товар в оригинальную упаковку в полной комплектации (товары, поставляемые в комплекте, необходимо возвращать также в комплекте).\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column5\">\n\n      <div class=\"ty-refund__item\">\n\n          <div class=\"ty-list-image\">\n\n              <img src=\"images/companies/1/pages/refund_b2.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\">\n\n              <span class=\"ty-list-item\">2</span>Заполнить заявление о возврате, приложенное к заказу.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column5\">\n\n      <div class=\"ty-refund__item\">\n\n          <div class=\"ty-list-image\">\n\n              <img src=\"images/companies/1/pages/refund_b3.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\">\n\n              <span class=\"ty-list-item\">3</span>Приложить копию кассового чека, указать способ возврата денежных средств (почтовый перевод или перечислением на банковский счет с указанием.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column5\">\n\n      <div class=\"ty-refund__item\">\n\n          <div class=\"ty-list-image\">\n\n              <img src=\"images/companies/1/pages/refund_b1.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\">\n\n              <span class=\"ty-list-item\">4</span>Выслать посылку почтой по адресу: <br>\n\n               3993 Hanover Street,<br>New York, NY 10016\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column5\">\n\n      <div class=\"ty-refund__item\">\n\n          <div class=\"ty-list-image\">\n\n              <img src=\"images/companies/1/pages/refund_b5.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\">\n\n              <span class=\"ty-list-item\">5</span>После отправки посылки, оповестите нас пожалуйста об этом, написав письмо на электронную почту <a href=\"mailto:sales@example.ru\">sales@example.ru</a>\n\n          </div>\n\n      </div>\n\n  </div>\n\n</div>\n\n<h2 class=\"ty-main-title\">Основания для возврата и обмена товаров</h2>\n\n<div class=\"ty-list-container ty-column2\">\n\n  <div class=\"ty-column3-1\">\n\n      <div class=\"ty-list-image\">\n\n      </div>\n\n  </div>\n\n  <div class=\"\">\n\n      <div class=\"ty-list-text big\">\n\n            Покупатель имеет право произвести возврат Товара (Возврат Товара производится, если указанный Товар не был в употреблении, сохранены его потребительские свойства, фабричные ярлыки, товарный вид и т. п.), без указания причин в течение\n\n          <span class=\"ty-red\">14 (четырнадцати) календарных дней</span> с момента фактического получения Товара непосредственно от продавца или лиц представляющих Продавца.<br>\n\n          <br>\n\n                        Для возврата товара Вам необходимо представить документ, подтверждающий факт и условия его приобретения, а также заполнить заявление на возврат товара.\n\n          <br>\n\n          <br>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column3-1\">\n\n  </div>\n\n  <div class=\"ty-column3-1\">\n\n      <div class=\"ty-list-image\">\n\n      </div>\n\n  </div>\n\n  <div>\n\n      <div class=\"ty-list-text big\">\n\n            Возврат Товара, в случае обнаружения недостатков, связанных с несоответствием условиям Заказа, возникшим по вине Продавца:\n\n          <br>\n\n          <br>\n\n                      В случае если Товар передан Вам с частичным несоблюдением или с нарушением условий Заказа по вине Продавца, касающихся ассортимента, комплектности, количества Товара, Вы имеете право известить Продавца (не позднее\n\n          <span class=\"ty-red\">30 (тридцати) календарных дней</span> после получения) об этих нарушениях и потребовать их устранения.<br>\n\n          <br>\n\n                      Также Вы имеете право на отказ от товара и возвращение уплаченных денежных средств. В данном случае Товар должен быть возвращен Продавцу с сохранением первозданного товарного вида, его потребительских свойств, пломб, фабричных ярлыков.\n\n          <br>\n\n          <br>\n\n                        Для возврата товара Вам необходимо представить документ, подтверждающий факт и условия его приобретения.\n\n          <br>\n\n          <br>\n\n                        Для осуществления возврата необходимо заполнить заявление на возврат товара.\n\n          <br>\n\n          <br>\n\n      </div>\n\n  </div>\n\n</div>\n\n<div class=\"ty-about-container ty-flag-left ty-list-container\">\n\n  <div class=\"ty-notice clearfix\">\n\n      <div class=\"ty-about-banner ty-column7\">\n\n          <img src=\"images/companies/1/pages/about_flag.png\">\n\n      </div>\n\n      <div class=\"ty-about-description ty-column2 ty-list-text big\">\n\n          <p>\n\n              Выше описана наша политика возврата и обмена товаров. По законам штата Нью-Йорк магазины должны указывать свою политику возврата. В противном случае магазин обязан принимать возвращаемые товары в течение 30 дней с момента покупки.\n\n          </p>\n\n      </div>\n\n  </div>\n\n</div>', '', '', '', ''),
(22, 'da', 'Payment and shipping', '<h1 class=\"ty-main-title\">Shipping</h1>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_calc.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				The cost and delivery time of your order are estimated online at the checkout.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_calc_w.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				The estimation is performed according to the weight of items and their destination.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_ship.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				We deliver orders anywhere in the U.S. and to 230 countries all over the world.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n</div>\r\n<div class=\"ty-column1\" style=\"\r\n    background-color: #ffee3c; padding-top:30px;\">\r\n	<div class=\"clearfix\">\r\n		<div class=\"ty-column7\" style=\"\r\n    text-align: center;\r\n\">\r\n			<img src=\"images/companies/1/pages/delivery_car.jpg\" data-pin-nopin=\"true\">\r\n		</div>\r\n		<div class=\"ty-column2\">\r\n			<p>\r\n				If your order total amounts to\r\n			</p>\r\n			<p style=\"font-size: 2em; padding: 0px;\">\r\n				3000$ or more,\r\n			</p>\r\n			<p class=\"subheader\">\r\n				we will deliver your order to any place in the U.S. or Canada\r\n			</p>\r\n			<h2 class=\"ty-uppercase\" style=\"margin: 0px;\">FOR FREE</h2>\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 class=\"ty-main-title2\">Shipping methods</h2>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_person.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				A courier can deliver your order right to your doorstep.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_own.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				You can also receive your order in one of Customer\r\n              Pick Up Centers.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 style=\"padding-top: 60px\" class=\"ty-main-title\">Payment</h2>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_person.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Pay the courier on delivery.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_ccard.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Pay with a Visa or Master Visa card either when you place an order in our store, or right on delivery—the courier has the terminal.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_sbrf.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Print and pay the receipt, then send the scanned copy of the received payment document to\r\n				<a href=\"mailto:sales@example.com\">sales@example.com</a>.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_bill.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Cashless payment (invoices). This method is best for organizations. Place an order, print the received invoice, pay it, and contact us to know the order delivery date.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_mobile.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Payment via mobile phone\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>\r\n<div style=\"padding: 48px 0 48px; height: 1px;\">\r\n</div>', '', '', '', ''),
(22, 'de', 'Payment and shipping', '<h1 class=\"ty-main-title\">Shipping</h1>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_calc.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				The cost and delivery time of your order are estimated online at the checkout.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_calc_w.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				The estimation is performed according to the weight of items and their destination.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_ship.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				We deliver orders anywhere in the U.S. and to 230 countries all over the world.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n</div>\r\n<div class=\"ty-column1\" style=\"\r\n    background-color: #ffee3c; padding-top:30px;\">\r\n	<div class=\"clearfix\">\r\n		<div class=\"ty-column7\" style=\"\r\n    text-align: center;\r\n\">\r\n			<img src=\"images/companies/1/pages/delivery_car.jpg\" data-pin-nopin=\"true\">\r\n		</div>\r\n		<div class=\"ty-column2\">\r\n			<p>\r\n				If your order total amounts to\r\n			</p>\r\n			<p style=\"font-size: 2em; padding: 0px;\">\r\n				3000$ or more,\r\n			</p>\r\n			<p class=\"subheader\">\r\n				we will deliver your order to any place in the U.S. or Canada\r\n			</p>\r\n			<h2 class=\"ty-uppercase\" style=\"margin: 0px;\">FOR FREE</h2>\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 class=\"ty-main-title2\">Shipping methods</h2>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_person.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				A courier can deliver your order right to your doorstep.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_own.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				You can also receive your order in one of Customer\r\n              Pick Up Centers.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 style=\"padding-top: 60px\" class=\"ty-main-title\">Payment</h2>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_person.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Pay the courier on delivery.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_ccard.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Pay with a Visa or Master Visa card either when you place an order in our store, or right on delivery—the courier has the terminal.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_sbrf.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Print and pay the receipt, then send the scanned copy of the received payment document to\r\n				<a href=\"mailto:sales@example.com\">sales@example.com</a>.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_bill.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Cashless payment (invoices). This method is best for organizations. Place an order, print the received invoice, pay it, and contact us to know the order delivery date.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_mobile.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Payment via mobile phone\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>\r\n<div style=\"padding: 48px 0 48px; height: 1px;\">\r\n</div>', '', '', '', ''),
(22, 'el', 'Payment and shipping', '<h1 class=\"ty-main-title\">Shipping</h1>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_calc.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				The cost and delivery time of your order are estimated online at the checkout.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_calc_w.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				The estimation is performed according to the weight of items and their destination.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_ship.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				We deliver orders anywhere in the U.S. and to 230 countries all over the world.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n</div>\r\n<div class=\"ty-column1\" style=\"\r\n    background-color: #ffee3c; padding-top:30px;\">\r\n	<div class=\"clearfix\">\r\n		<div class=\"ty-column7\" style=\"\r\n    text-align: center;\r\n\">\r\n			<img src=\"images/companies/1/pages/delivery_car.jpg\" data-pin-nopin=\"true\">\r\n		</div>\r\n		<div class=\"ty-column2\">\r\n			<p>\r\n				If your order total amounts to\r\n			</p>\r\n			<p style=\"font-size: 2em; padding: 0px;\">\r\n				3000$ or more,\r\n			</p>\r\n			<p class=\"subheader\">\r\n				we will deliver your order to any place in the U.S. or Canada\r\n			</p>\r\n			<h2 class=\"ty-uppercase\" style=\"margin: 0px;\">FOR FREE</h2>\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 class=\"ty-main-title2\">Shipping methods</h2>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_person.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				A courier can deliver your order right to your doorstep.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_own.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				You can also receive your order in one of Customer\r\n              Pick Up Centers.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 style=\"padding-top: 60px\" class=\"ty-main-title\">Payment</h2>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_person.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Pay the courier on delivery.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_ccard.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Pay with a Visa or Master Visa card either when you place an order in our store, or right on delivery—the courier has the terminal.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_sbrf.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Print and pay the receipt, then send the scanned copy of the received payment document to\r\n				<a href=\"mailto:sales@example.com\">sales@example.com</a>.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_bill.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Cashless payment (invoices). This method is best for organizations. Place an order, print the received invoice, pay it, and contact us to know the order delivery date.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_mobile.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Payment via mobile phone\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>\r\n<div style=\"padding: 48px 0 48px; height: 1px;\">\r\n</div>', '', '', '', ''),
(22, 'en', 'Payment and shipping', '<h1 class=\"ty-main-title\">Shipping</h1>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_calc.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				The cost and delivery time of your order are estimated online at the checkout.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_calc_w.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				The estimation is performed according to the weight of items and their destination.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_ship.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				We deliver orders anywhere in the U.S. and to 230 countries all over the world.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n</div>\r\n<div class=\"ty-column1\" style=\"\r\n    background-color: #ffee3c; padding-top:30px;\">\r\n	<div class=\"clearfix\">\r\n		<div class=\"ty-column7\" style=\"\r\n    text-align: center;\r\n\">\r\n			<img src=\"images/companies/1/pages/delivery_car.jpg\" data-pin-nopin=\"true\">\r\n		</div>\r\n		<div class=\"ty-column2\">\r\n			<p>\r\n				If your order total amounts to\r\n			</p>\r\n			<p style=\"font-size: 2em; padding: 0px;\">\r\n				3000$ or more,\r\n			</p>\r\n			<p class=\"subheader\">\r\n				we will deliver your order to any place in the U.S. or Canada\r\n			</p>\r\n			<h2 class=\"ty-uppercase\" style=\"margin: 0px;\">FOR FREE</h2>\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 class=\"ty-main-title2\">Shipping methods</h2>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_person.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				A courier can deliver your order right to your doorstep.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_own.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				You can also receive your order in one of Customer\r\n              Pick Up Centers.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 style=\"padding-top: 60px\" class=\"ty-main-title\">Payment</h2>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_person.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Pay the courier on delivery.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_ccard.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Pay with a Visa or Master Visa card either when you place an order in our store, or right on delivery—the courier has the terminal.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_sbrf.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Print and pay the receipt, then send the scanned copy of the received payment document to\r\n				<a href=\"mailto:sales@example.com\">sales@example.com</a>.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_bill.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Cashless payment (invoices). This method is best for organizations. Place an order, print the received invoice, pay it, and contact us to know the order delivery date.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_mobile.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Payment via mobile phone\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>\r\n<div style=\"padding: 48px 0 48px; height: 1px;\">\r\n</div>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(22, 'es', 'Payment and shipping', '<h1 class=\"ty-main-title\">Shipping</h1>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_calc.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				The cost and delivery time of your order are estimated online at the checkout.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_calc_w.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				The estimation is performed according to the weight of items and their destination.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_ship.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				We deliver orders anywhere in the U.S. and to 230 countries all over the world.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n</div>\r\n<div class=\"ty-column1\" style=\"\r\n    background-color: #ffee3c; padding-top:30px;\">\r\n	<div class=\"clearfix\">\r\n		<div class=\"ty-column7\" style=\"\r\n    text-align: center;\r\n\">\r\n			<img src=\"images/companies/1/pages/delivery_car.jpg\" data-pin-nopin=\"true\">\r\n		</div>\r\n		<div class=\"ty-column2\">\r\n			<p>\r\n				If your order total amounts to\r\n			</p>\r\n			<p style=\"font-size: 2em; padding: 0px;\">\r\n				3000$ or more,\r\n			</p>\r\n			<p class=\"subheader\">\r\n				we will deliver your order to any place in the U.S. or Canada\r\n			</p>\r\n			<h2 class=\"ty-uppercase\" style=\"margin: 0px;\">FOR FREE</h2>\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 class=\"ty-main-title2\">Shipping methods</h2>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_person.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				A courier can deliver your order right to your doorstep.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_own.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				You can also receive your order in one of Customer\r\n              Pick Up Centers.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 style=\"padding-top: 60px\" class=\"ty-main-title\">Payment</h2>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_person.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Pay the courier on delivery.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_ccard.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Pay with a Visa or Master Visa card either when you place an order in our store, or right on delivery—the courier has the terminal.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_sbrf.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Print and pay the receipt, then send the scanned copy of the received payment document to\r\n				<a href=\"mailto:sales@example.com\">sales@example.com</a>.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_bill.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Cashless payment (invoices). This method is best for organizations. Place an order, print the received invoice, pay it, and contact us to know the order delivery date.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_mobile.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Payment via mobile phone\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>\r\n<div style=\"padding: 48px 0 48px; height: 1px;\">\r\n</div>', '', '', '', ''),
(22, 'fr', 'Payment and shipping', '<h1 class=\"ty-main-title\">Shipping</h1>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_calc.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				The cost and delivery time of your order are estimated online at the checkout.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_calc_w.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				The estimation is performed according to the weight of items and their destination.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_ship.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				We deliver orders anywhere in the U.S. and to 230 countries all over the world.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n</div>\r\n<div class=\"ty-column1\" style=\"\r\n    background-color: #ffee3c; padding-top:30px;\">\r\n	<div class=\"clearfix\">\r\n		<div class=\"ty-column7\" style=\"\r\n    text-align: center;\r\n\">\r\n			<img src=\"images/companies/1/pages/delivery_car.jpg\" data-pin-nopin=\"true\">\r\n		</div>\r\n		<div class=\"ty-column2\">\r\n			<p>\r\n				If your order total amounts to\r\n			</p>\r\n			<p style=\"font-size: 2em; padding: 0px;\">\r\n				3000$ or more,\r\n			</p>\r\n			<p class=\"subheader\">\r\n				we will deliver your order to any place in the U.S. or Canada\r\n			</p>\r\n			<h2 class=\"ty-uppercase\" style=\"margin: 0px;\">FOR FREE</h2>\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 class=\"ty-main-title2\">Shipping methods</h2>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_person.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				A courier can deliver your order right to your doorstep.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_own.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				You can also receive your order in one of Customer\r\n              Pick Up Centers.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 style=\"padding-top: 60px\" class=\"ty-main-title\">Payment</h2>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_person.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Pay the courier on delivery.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_ccard.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Pay with a Visa or Master Visa card either when you place an order in our store, or right on delivery—the courier has the terminal.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_sbrf.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Print and pay the receipt, then send the scanned copy of the received payment document to\r\n				<a href=\"mailto:sales@example.com\">sales@example.com</a>.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_bill.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Cashless payment (invoices). This method is best for organizations. Place an order, print the received invoice, pay it, and contact us to know the order delivery date.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_mobile.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Payment via mobile phone\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>\r\n<div style=\"padding: 48px 0 48px; height: 1px;\">\r\n</div>', '', '', '', ''),
(22, 'it', 'Payment and shipping', '<h1 class=\"ty-main-title\">Shipping</h1>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_calc.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				The cost and delivery time of your order are estimated online at the checkout.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_calc_w.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				The estimation is performed according to the weight of items and their destination.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_ship.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				We deliver orders anywhere in the U.S. and to 230 countries all over the world.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n</div>\r\n<div class=\"ty-column1\" style=\"\r\n    background-color: #ffee3c; padding-top:30px;\">\r\n	<div class=\"clearfix\">\r\n		<div class=\"ty-column7\" style=\"\r\n    text-align: center;\r\n\">\r\n			<img src=\"images/companies/1/pages/delivery_car.jpg\" data-pin-nopin=\"true\">\r\n		</div>\r\n		<div class=\"ty-column2\">\r\n			<p>\r\n				If your order total amounts to\r\n			</p>\r\n			<p style=\"font-size: 2em; padding: 0px;\">\r\n				3000$ or more,\r\n			</p>\r\n			<p class=\"subheader\">\r\n				we will deliver your order to any place in the U.S. or Canada\r\n			</p>\r\n			<h2 class=\"ty-uppercase\" style=\"margin: 0px;\">FOR FREE</h2>\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 class=\"ty-main-title2\">Shipping methods</h2>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_person.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				A courier can deliver your order right to your doorstep.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_own.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				You can also receive your order in one of Customer\r\n              Pick Up Centers.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 style=\"padding-top: 60px\" class=\"ty-main-title\">Payment</h2>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_person.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Pay the courier on delivery.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_ccard.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Pay with a Visa or Master Visa card either when you place an order in our store, or right on delivery—the courier has the terminal.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_sbrf.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Print and pay the receipt, then send the scanned copy of the received payment document to\r\n				<a href=\"mailto:sales@example.com\">sales@example.com</a>.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_bill.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Cashless payment (invoices). This method is best for organizations. Place an order, print the received invoice, pay it, and contact us to know the order delivery date.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_mobile.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Payment via mobile phone\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>\r\n<div style=\"padding: 48px 0 48px; height: 1px;\">\r\n</div>', '', '', '', ''),
(22, 'nl', 'Payment and shipping', '<h1 class=\"ty-main-title\">Shipping</h1>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_calc.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				The cost and delivery time of your order are estimated online at the checkout.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_calc_w.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				The estimation is performed according to the weight of items and their destination.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_ship.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				We deliver orders anywhere in the U.S. and to 230 countries all over the world.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n</div>\r\n<div class=\"ty-column1\" style=\"\r\n    background-color: #ffee3c; padding-top:30px;\">\r\n	<div class=\"clearfix\">\r\n		<div class=\"ty-column7\" style=\"\r\n    text-align: center;\r\n\">\r\n			<img src=\"images/companies/1/pages/delivery_car.jpg\" data-pin-nopin=\"true\">\r\n		</div>\r\n		<div class=\"ty-column2\">\r\n			<p>\r\n				If your order total amounts to\r\n			</p>\r\n			<p style=\"font-size: 2em; padding: 0px;\">\r\n				3000$ or more,\r\n			</p>\r\n			<p class=\"subheader\">\r\n				we will deliver your order to any place in the U.S. or Canada\r\n			</p>\r\n			<h2 class=\"ty-uppercase\" style=\"margin: 0px;\">FOR FREE</h2>\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 class=\"ty-main-title2\">Shipping methods</h2>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_person.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				A courier can deliver your order right to your doorstep.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_own.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				You can also receive your order in one of Customer\r\n              Pick Up Centers.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 style=\"padding-top: 60px\" class=\"ty-main-title\">Payment</h2>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_person.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Pay the courier on delivery.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_ccard.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Pay with a Visa or Master Visa card either when you place an order in our store, or right on delivery—the courier has the terminal.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_sbrf.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Print and pay the receipt, then send the scanned copy of the received payment document to\r\n				<a href=\"mailto:sales@example.com\">sales@example.com</a>.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_bill.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Cashless payment (invoices). This method is best for organizations. Place an order, print the received invoice, pay it, and contact us to know the order delivery date.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_mobile.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Payment via mobile phone\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>\r\n<div style=\"padding: 48px 0 48px; height: 1px;\">\r\n</div>', '', '', '', ''),
(22, 'no', 'Payment and shipping', '<h1 class=\"ty-main-title\">Shipping</h1>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_calc.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				The cost and delivery time of your order are estimated online at the checkout.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_calc_w.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				The estimation is performed according to the weight of items and their destination.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_ship.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				We deliver orders anywhere in the U.S. and to 230 countries all over the world.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n</div>\r\n<div class=\"ty-column1\" style=\"\r\n    background-color: #ffee3c; padding-top:30px;\">\r\n	<div class=\"clearfix\">\r\n		<div class=\"ty-column7\" style=\"\r\n    text-align: center;\r\n\">\r\n			<img src=\"images/companies/1/pages/delivery_car.jpg\" data-pin-nopin=\"true\">\r\n		</div>\r\n		<div class=\"ty-column2\">\r\n			<p>\r\n				If your order total amounts to\r\n			</p>\r\n			<p style=\"font-size: 2em; padding: 0px;\">\r\n				3000$ or more,\r\n			</p>\r\n			<p class=\"subheader\">\r\n				we will deliver your order to any place in the U.S. or Canada\r\n			</p>\r\n			<h2 class=\"ty-uppercase\" style=\"margin: 0px;\">FOR FREE</h2>\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 class=\"ty-main-title2\">Shipping methods</h2>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_person.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				A courier can deliver your order right to your doorstep.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_own.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				You can also receive your order in one of Customer\r\n              Pick Up Centers.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 style=\"padding-top: 60px\" class=\"ty-main-title\">Payment</h2>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_person.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Pay the courier on delivery.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_ccard.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Pay with a Visa or Master Visa card either when you place an order in our store, or right on delivery—the courier has the terminal.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_sbrf.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Print and pay the receipt, then send the scanned copy of the received payment document to\r\n				<a href=\"mailto:sales@example.com\">sales@example.com</a>.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_bill.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Cashless payment (invoices). This method is best for organizations. Place an order, print the received invoice, pay it, and contact us to know the order delivery date.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_mobile.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Payment via mobile phone\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>\r\n<div style=\"padding: 48px 0 48px; height: 1px;\">\r\n</div>', '', '', '', ''),
(22, 'pt', 'Payment and shipping', '<h1 class=\"ty-main-title\">Shipping</h1>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_calc.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				The cost and delivery time of your order are estimated online at the checkout.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_calc_w.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				The estimation is performed according to the weight of items and their destination.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_ship.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				We deliver orders anywhere in the U.S. and to 230 countries all over the world.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n</div>\r\n<div class=\"ty-column1\" style=\"\r\n    background-color: #ffee3c; padding-top:30px;\">\r\n	<div class=\"clearfix\">\r\n		<div class=\"ty-column7\" style=\"\r\n    text-align: center;\r\n\">\r\n			<img src=\"images/companies/1/pages/delivery_car.jpg\" data-pin-nopin=\"true\">\r\n		</div>\r\n		<div class=\"ty-column2\">\r\n			<p>\r\n				If your order total amounts to\r\n			</p>\r\n			<p style=\"font-size: 2em; padding: 0px;\">\r\n				3000$ or more,\r\n			</p>\r\n			<p class=\"subheader\">\r\n				we will deliver your order to any place in the U.S. or Canada\r\n			</p>\r\n			<h2 class=\"ty-uppercase\" style=\"margin: 0px;\">FOR FREE</h2>\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 class=\"ty-main-title2\">Shipping methods</h2>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_person.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				A courier can deliver your order right to your doorstep.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_own.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				You can also receive your order in one of Customer\r\n              Pick Up Centers.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 style=\"padding-top: 60px\" class=\"ty-main-title\">Payment</h2>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_person.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Pay the courier on delivery.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_ccard.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Pay with a Visa or Master Visa card either when you place an order in our store, or right on delivery—the courier has the terminal.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_sbrf.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Print and pay the receipt, then send the scanned copy of the received payment document to\r\n				<a href=\"mailto:sales@example.com\">sales@example.com</a>.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_bill.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Cashless payment (invoices). This method is best for organizations. Place an order, print the received invoice, pay it, and contact us to know the order delivery date.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_mobile.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Payment via mobile phone\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>\r\n<div style=\"padding: 48px 0 48px; height: 1px;\">\r\n</div>', '', '', '', ''),
(22, 'ro', 'Payment and shipping', '<h1 class=\"ty-main-title\">Shipping</h1>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_calc.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				The cost and delivery time of your order are estimated online at the checkout.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_calc_w.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				The estimation is performed according to the weight of items and their destination.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_ship.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				We deliver orders anywhere in the U.S. and to 230 countries all over the world.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n</div>\r\n<div class=\"ty-column1\" style=\"\r\n    background-color: #ffee3c; padding-top:30px;\">\r\n	<div class=\"clearfix\">\r\n		<div class=\"ty-column7\" style=\"\r\n    text-align: center;\r\n\">\r\n			<img src=\"images/companies/1/pages/delivery_car.jpg\" data-pin-nopin=\"true\">\r\n		</div>\r\n		<div class=\"ty-column2\">\r\n			<p>\r\n				If your order total amounts to\r\n			</p>\r\n			<p style=\"font-size: 2em; padding: 0px;\">\r\n				3000$ or more,\r\n			</p>\r\n			<p class=\"subheader\">\r\n				we will deliver your order to any place in the U.S. or Canada\r\n			</p>\r\n			<h2 class=\"ty-uppercase\" style=\"margin: 0px;\">FOR FREE</h2>\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 class=\"ty-main-title2\">Shipping methods</h2>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_person.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				A courier can deliver your order right to your doorstep.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/delivery_own.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				You can also receive your order in one of Customer\r\n              Pick Up Centers.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column4\">\r\n		<div class=\"ty-delivery__item\">\r\n		</div>\r\n	</div>\r\n</div>\r\n<h2 style=\"padding-top: 60px\" class=\"ty-main-title\">Payment</h2>\r\n<div class=\"ty-list-container\">\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_person.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Pay the courier on delivery.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_ccard.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Pay with a Visa or Master Visa card either when you place an order in our store, or right on delivery—the courier has the terminal.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_sbrf.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Print and pay the receipt, then send the scanned copy of the received payment document to\r\n				<a href=\"mailto:sales@example.com\">sales@example.com</a>.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_bill.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Cashless payment (invoices). This method is best for organizations. Place an order, print the received invoice, pay it, and contact us to know the order delivery date.\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"ty-column5\">\r\n		<div class=\"ty-delivery__item\">\r\n			<div class=\"ty-list-image\">\r\n				<img src=\"images/companies/1/pages/payment_mobile.jpg\">\r\n			</div>\r\n			<div class=\"ty-list-text big\">\r\n				Payment via mobile phone\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>\r\n<div style=\"padding: 48px 0 48px; height: 1px;\">\r\n</div>', '', '', '', ''),
(22, 'ru', 'Оплата и доставка', '<h1 class=\"ty-main-title\">Доставка товара</h1>\n\n<div class=\"ty-list-container\">\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-delivery__item\">\n\n          <div class=\"ty-list-image\">\n\n              <img src=\"images/companies/1/pages/delivery_calc.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\">\n\n                Расчет стоимости и срока доставки вашего заказа производится в режиме реального времени на странице оформления заказа.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-delivery__item\">\n\n          <div class=\"ty-list-image\">\n\n              <img src=\"images/companies/1/pages/delivery_calc_w.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\">\n\n                Расчет производится исходя из веса товара и пункта назначения.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-delivery__item\">\n\n          <div class=\"ty-list-image\">\n\n              <img src=\"images/companies/1/pages/delivery_ship.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\">\n\n                Мы доставляем заказы в любой населенный пункт США и 230 стран мира.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-delivery__item\">\n\n      </div>\n\n  </div>\n\n</div>\n\n<div class=\"ty-column1\" style=\" background-color: #ffee3c; padding-top:30px;\">\n\n  <div class=\"clearfix\">\n\n      <div class=\"ty-column7\" style=\" text-align: center; \">\n\n          <img src=\"images/companies/1/pages/delivery_car.jpg\">\n\n      </div>\n\n      <div class=\"ty-column2\">\n\n          <p>\n\n                Если вы закажете в нашем магазине товары\n\n          </p>\n\n          <p style=\"font-size: 2em; padding: 0px;\">\n\n                на сумму 3000$ и более,\n\n          </p>\n\n          <p class=\"subheader\">\n\n                мы доставим ваш заказ в любой город США или Канады\n\n          </p>\n\n          <h2 class=\"ty-uppercase\" style=\"margin: 0px;\">абсолютно бесплатно</h2>\n\n      </div>\n\n  </div>\n\n</div>\n\n<h2 class=\"ty-main-title2\">Способы доставки</h2>\n\n<div class=\"ty-list-container\">\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-delivery__item\">\n\n          <div class=\"ty-list-image\">\n\n              <img src=\"images/companies/1/pages/delivery_person.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\">\n\n                Курьер может доставить заказ прямо к вам домой.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-delivery__item\">\n\n          <div class=\"ty-list-image\">\n\n              <img src=\"images/companies/1/pages/delivery_own.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\">\n\n                Так же вы можете забрать свой заказ в одном из\n\n              пунктов самовывоза.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-delivery__item\">\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column4\">\n\n      <div class=\"ty-delivery__item\">\n\n      </div>\n\n  </div>\n\n</div>\n\n<h2 style=\"padding-top: 60px\" class=\"ty-main-title\">Оплата заказа</h2>\n\n<div class=\"ty-list-container\">\n\n  <div class=\"ty-column5\">\n\n      <div class=\"ty-delivery__item\">\n\n          <div class=\"ty-list-image\">\n\n              <img src=\"images/companies/1/pages/payment_person.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\">\n\n                Оплата курьеру при получении.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column5\">\n\n      <div class=\"ty-delivery__item\">\n\n          <div class=\"ty-list-image\">\n\n              <img src=\"images/companies/1/pages/payment_ccard.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\">\n\n                Оплата кредитной картой — вы можете оплатить заказ картой Visa или Master Card сразу после оформления заказа через сайт или при получении товара. У курьера будет терминал.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column5\">\n\n      <div class=\"ty-delivery__item\">\n\n          <div class=\"ty-list-image\">\n\n              <img src=\"images/companies/1/pages/payment_sbrf.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\">\n\n                Оплата по квитанции – для оплаты Вам необходимо распечатать и оплатить квитанцию, а затем прислать нам на электронную почту <a href=\"mailto:sales@example.com\">sales@example.com</a> отсканированую копию полученного документа об оплате.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column5\">\n\n      <div class=\"ty-delivery__item\">\n\n          <div class=\"ty-list-image\">\n\n              <img src=\"images/companies/1/pages/payment_bill.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\">\n\n                Безналичный расчет (по счету) – такой расчет более всего подходит для организаций. Вы делаете заказ, распечатываете выставленный счет, оплачиваете его и созваниваетесь с нами для уточнения даты получения заказа.\n\n          </div>\n\n      </div>\n\n  </div>\n\n  <div class=\"ty-column5\">\n\n      <div class=\"ty-delivery__item\">\n\n          <div class=\"ty-list-image\">\n\n              <img src=\"images/companies/1/pages/payment_mobile.jpg\">\n\n          </div>\n\n          <div class=\"ty-list-text big\">\n\n                Оплата через мобильный телефон\n\n          </div>\n\n      </div>\n\n  </div>\n\n</div>\n\n<div style=\"padding: 48px 0 48px; height: 1px;\">\n\n</div>', '', '', '', ''),
(23, 'da', 'Reward points', '<h1 class=\"ty-main-title\">\r\n	Save Money—Pay in Reward Points\r\n</h1>\r\n\r\n	<div class=\"ty-column2\">\r\n		<img class=\"ty-image\" src=\"images/companies/1/pages/reward-points-1.png\">\r\n	</div>\r\n	<div class=\"ty-column2\">\r\n		<div class=\"ty-column1 ty-notice\">\r\n		<p>\r\n			When you purchase goods in our store, you get reward points.\r\n		</p>\r\n		<p>\r\n			You can use them at any time—we think that earned reward points shouldn’t expire, like it happens in some other stores.\r\n		</p>\r\n		</div>\r\n		<div class=\"ty-column1\">\r\n			<h3>See how many points you have</h3>\r\n			<div >\r\n				<img class=\"ty-image\" src=\"images/companies/1/pages/reward-points-3.png\">\r\n			</div>\r\n		</div>\r\n	</div>\r\n	\r\n	<div class=\"ty-column1 ty-notice\">\r\n		<h3>Use your reward points</h3>\r\n		<div >\r\n			<img src=\"images/companies/1/pages/reward-points-2.png\">\r\n		</div>\r\n		<div class=\"ty-column1\">\r\n			<p>\r\n<br>				When on the checkout page, enter the amount of reward points you want to spend in the field on the right. The sum you have to pay will be recalculated automatically.\r\n			</p>\r\n		</div>\r\n	</div>\r\n	\r\n', '', '', '', ''),
(23, 'de', 'Reward points', '<h1 class=\"ty-main-title\">\r\n	Save Money—Pay in Reward Points\r\n</h1>\r\n\r\n	<div class=\"ty-column2\">\r\n		<img class=\"ty-image\" src=\"images/companies/1/pages/reward-points-1.png\">\r\n	</div>\r\n	<div class=\"ty-column2\">\r\n		<div class=\"ty-column1 ty-notice\">\r\n		<p>\r\n			When you purchase goods in our store, you get reward points.\r\n		</p>\r\n		<p>\r\n			You can use them at any time—we think that earned reward points shouldn’t expire, like it happens in some other stores.\r\n		</p>\r\n		</div>\r\n		<div class=\"ty-column1\">\r\n			<h3>See how many points you have</h3>\r\n			<div >\r\n				<img class=\"ty-image\" src=\"images/companies/1/pages/reward-points-3.png\">\r\n			</div>\r\n		</div>\r\n	</div>\r\n	\r\n	<div class=\"ty-column1 ty-notice\">\r\n		<h3>Use your reward points</h3>\r\n		<div >\r\n			<img src=\"images/companies/1/pages/reward-points-2.png\">\r\n		</div>\r\n		<div class=\"ty-column1\">\r\n			<p>\r\n<br>				When on the checkout page, enter the amount of reward points you want to spend in the field on the right. The sum you have to pay will be recalculated automatically.\r\n			</p>\r\n		</div>\r\n	</div>\r\n	\r\n', '', '', '', ''),
(23, 'el', 'Reward points', '<h1 class=\"ty-main-title\">\r\n	Save Money—Pay in Reward Points\r\n</h1>\r\n\r\n	<div class=\"ty-column2\">\r\n		<img class=\"ty-image\" src=\"images/companies/1/pages/reward-points-1.png\">\r\n	</div>\r\n	<div class=\"ty-column2\">\r\n		<div class=\"ty-column1 ty-notice\">\r\n		<p>\r\n			When you purchase goods in our store, you get reward points.\r\n		</p>\r\n		<p>\r\n			You can use them at any time—we think that earned reward points shouldn’t expire, like it happens in some other stores.\r\n		</p>\r\n		</div>\r\n		<div class=\"ty-column1\">\r\n			<h3>See how many points you have</h3>\r\n			<div >\r\n				<img class=\"ty-image\" src=\"images/companies/1/pages/reward-points-3.png\">\r\n			</div>\r\n		</div>\r\n	</div>\r\n	\r\n	<div class=\"ty-column1 ty-notice\">\r\n		<h3>Use your reward points</h3>\r\n		<div >\r\n			<img src=\"images/companies/1/pages/reward-points-2.png\">\r\n		</div>\r\n		<div class=\"ty-column1\">\r\n			<p>\r\n<br>				When on the checkout page, enter the amount of reward points you want to spend in the field on the right. The sum you have to pay will be recalculated automatically.\r\n			</p>\r\n		</div>\r\n	</div>\r\n	\r\n', '', '', '', ''),
(23, 'en', 'Reward points', '<h1 class=\"ty-main-title\">\r\n	Save Money—Pay in Reward Points\r\n</h1>\r\n\r\n	<div class=\"ty-column2\">\r\n		<img class=\"ty-image\" src=\"images/companies/1/pages/reward-points-1.png\">\r\n	</div>\r\n	<div class=\"ty-column2\">\r\n		<div class=\"ty-column1 ty-notice\">\r\n		<p>\r\n			When you purchase goods in our store, you get reward points.\r\n		</p>\r\n		<p>\r\n			You can use them at any time—we think that earned reward points shouldn’t expire, like it happens in some other stores.\r\n		</p>\r\n		</div>\r\n		<div class=\"ty-column1\">\r\n			<h3>See how many points you have</h3>\r\n			<div >\r\n				<img class=\"ty-image\" src=\"images/companies/1/pages/reward-points-3.png\">\r\n			</div>\r\n		</div>\r\n	</div>\r\n	\r\n	<div class=\"ty-column1 ty-notice\">\r\n		<h3>Use your reward points</h3>\r\n		<div >\r\n			<img src=\"images/companies/1/pages/reward-points-2.png\">\r\n		</div>\r\n		<div class=\"ty-column1\">\r\n			<p>\r\n<br>				When on the checkout page, enter the amount of reward points you want to spend in the field on the right. The sum you have to pay will be recalculated automatically.\r\n			</p>\r\n		</div>\r\n	</div>\r\n	\r\n', '', '', '', ''),
(23, 'es', 'Reward points', '<h1 class=\"ty-main-title\">\r\n	Save Money—Pay in Reward Points\r\n</h1>\r\n\r\n	<div class=\"ty-column2\">\r\n		<img class=\"ty-image\" src=\"images/companies/1/pages/reward-points-1.png\">\r\n	</div>\r\n	<div class=\"ty-column2\">\r\n		<div class=\"ty-column1 ty-notice\">\r\n		<p>\r\n			When you purchase goods in our store, you get reward points.\r\n		</p>\r\n		<p>\r\n			You can use them at any time—we think that earned reward points shouldn’t expire, like it happens in some other stores.\r\n		</p>\r\n		</div>\r\n		<div class=\"ty-column1\">\r\n			<h3>See how many points you have</h3>\r\n			<div >\r\n				<img class=\"ty-image\" src=\"images/companies/1/pages/reward-points-3.png\">\r\n			</div>\r\n		</div>\r\n	</div>\r\n	\r\n	<div class=\"ty-column1 ty-notice\">\r\n		<h3>Use your reward points</h3>\r\n		<div >\r\n			<img src=\"images/companies/1/pages/reward-points-2.png\">\r\n		</div>\r\n		<div class=\"ty-column1\">\r\n			<p>\r\n<br>				When on the checkout page, enter the amount of reward points you want to spend in the field on the right. The sum you have to pay will be recalculated automatically.\r\n			</p>\r\n		</div>\r\n	</div>\r\n	\r\n', '', '', '', ''),
(23, 'fr', 'Reward points', '<h1 class=\"ty-main-title\">\r\n	Save Money—Pay in Reward Points\r\n</h1>\r\n\r\n	<div class=\"ty-column2\">\r\n		<img class=\"ty-image\" src=\"images/companies/1/pages/reward-points-1.png\">\r\n	</div>\r\n	<div class=\"ty-column2\">\r\n		<div class=\"ty-column1 ty-notice\">\r\n		<p>\r\n			When you purchase goods in our store, you get reward points.\r\n		</p>\r\n		<p>\r\n			You can use them at any time—we think that earned reward points shouldn’t expire, like it happens in some other stores.\r\n		</p>\r\n		</div>\r\n		<div class=\"ty-column1\">\r\n			<h3>See how many points you have</h3>\r\n			<div >\r\n				<img class=\"ty-image\" src=\"images/companies/1/pages/reward-points-3.png\">\r\n			</div>\r\n		</div>\r\n	</div>\r\n	\r\n	<div class=\"ty-column1 ty-notice\">\r\n		<h3>Use your reward points</h3>\r\n		<div >\r\n			<img src=\"images/companies/1/pages/reward-points-2.png\">\r\n		</div>\r\n		<div class=\"ty-column1\">\r\n			<p>\r\n<br>				When on the checkout page, enter the amount of reward points you want to spend in the field on the right. The sum you have to pay will be recalculated automatically.\r\n			</p>\r\n		</div>\r\n	</div>\r\n	\r\n', '', '', '', ''),
(23, 'it', 'Reward points', '<h1 class=\"ty-main-title\">\r\n	Save Money—Pay in Reward Points\r\n</h1>\r\n\r\n	<div class=\"ty-column2\">\r\n		<img class=\"ty-image\" src=\"images/companies/1/pages/reward-points-1.png\">\r\n	</div>\r\n	<div class=\"ty-column2\">\r\n		<div class=\"ty-column1 ty-notice\">\r\n		<p>\r\n			When you purchase goods in our store, you get reward points.\r\n		</p>\r\n		<p>\r\n			You can use them at any time—we think that earned reward points shouldn’t expire, like it happens in some other stores.\r\n		</p>\r\n		</div>\r\n		<div class=\"ty-column1\">\r\n			<h3>See how many points you have</h3>\r\n			<div >\r\n				<img class=\"ty-image\" src=\"images/companies/1/pages/reward-points-3.png\">\r\n			</div>\r\n		</div>\r\n	</div>\r\n	\r\n	<div class=\"ty-column1 ty-notice\">\r\n		<h3>Use your reward points</h3>\r\n		<div >\r\n			<img src=\"images/companies/1/pages/reward-points-2.png\">\r\n		</div>\r\n		<div class=\"ty-column1\">\r\n			<p>\r\n<br>				When on the checkout page, enter the amount of reward points you want to spend in the field on the right. The sum you have to pay will be recalculated automatically.\r\n			</p>\r\n		</div>\r\n	</div>\r\n	\r\n', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(23, 'nl', 'Reward points', '<h1 class=\"ty-main-title\">\r\n	Save Money—Pay in Reward Points\r\n</h1>\r\n\r\n	<div class=\"ty-column2\">\r\n		<img class=\"ty-image\" src=\"images/companies/1/pages/reward-points-1.png\">\r\n	</div>\r\n	<div class=\"ty-column2\">\r\n		<div class=\"ty-column1 ty-notice\">\r\n		<p>\r\n			When you purchase goods in our store, you get reward points.\r\n		</p>\r\n		<p>\r\n			You can use them at any time—we think that earned reward points shouldn’t expire, like it happens in some other stores.\r\n		</p>\r\n		</div>\r\n		<div class=\"ty-column1\">\r\n			<h3>See how many points you have</h3>\r\n			<div >\r\n				<img class=\"ty-image\" src=\"images/companies/1/pages/reward-points-3.png\">\r\n			</div>\r\n		</div>\r\n	</div>\r\n	\r\n	<div class=\"ty-column1 ty-notice\">\r\n		<h3>Use your reward points</h3>\r\n		<div >\r\n			<img src=\"images/companies/1/pages/reward-points-2.png\">\r\n		</div>\r\n		<div class=\"ty-column1\">\r\n			<p>\r\n<br>				When on the checkout page, enter the amount of reward points you want to spend in the field on the right. The sum you have to pay will be recalculated automatically.\r\n			</p>\r\n		</div>\r\n	</div>\r\n	\r\n', '', '', '', ''),
(23, 'no', 'Reward points', '<h1 class=\"ty-main-title\">\r\n	Save Money—Pay in Reward Points\r\n</h1>\r\n\r\n	<div class=\"ty-column2\">\r\n		<img class=\"ty-image\" src=\"images/companies/1/pages/reward-points-1.png\">\r\n	</div>\r\n	<div class=\"ty-column2\">\r\n		<div class=\"ty-column1 ty-notice\">\r\n		<p>\r\n			When you purchase goods in our store, you get reward points.\r\n		</p>\r\n		<p>\r\n			You can use them at any time—we think that earned reward points shouldn’t expire, like it happens in some other stores.\r\n		</p>\r\n		</div>\r\n		<div class=\"ty-column1\">\r\n			<h3>See how many points you have</h3>\r\n			<div >\r\n				<img class=\"ty-image\" src=\"images/companies/1/pages/reward-points-3.png\">\r\n			</div>\r\n		</div>\r\n	</div>\r\n	\r\n	<div class=\"ty-column1 ty-notice\">\r\n		<h3>Use your reward points</h3>\r\n		<div >\r\n			<img src=\"images/companies/1/pages/reward-points-2.png\">\r\n		</div>\r\n		<div class=\"ty-column1\">\r\n			<p>\r\n<br>				When on the checkout page, enter the amount of reward points you want to spend in the field on the right. The sum you have to pay will be recalculated automatically.\r\n			</p>\r\n		</div>\r\n	</div>\r\n	\r\n', '', '', '', ''),
(23, 'pt', 'Reward points', '<h1 class=\"ty-main-title\">\r\n	Save Money—Pay in Reward Points\r\n</h1>\r\n\r\n	<div class=\"ty-column2\">\r\n		<img class=\"ty-image\" src=\"images/companies/1/pages/reward-points-1.png\">\r\n	</div>\r\n	<div class=\"ty-column2\">\r\n		<div class=\"ty-column1 ty-notice\">\r\n		<p>\r\n			When you purchase goods in our store, you get reward points.\r\n		</p>\r\n		<p>\r\n			You can use them at any time—we think that earned reward points shouldn’t expire, like it happens in some other stores.\r\n		</p>\r\n		</div>\r\n		<div class=\"ty-column1\">\r\n			<h3>See how many points you have</h3>\r\n			<div >\r\n				<img class=\"ty-image\" src=\"images/companies/1/pages/reward-points-3.png\">\r\n			</div>\r\n		</div>\r\n	</div>\r\n	\r\n	<div class=\"ty-column1 ty-notice\">\r\n		<h3>Use your reward points</h3>\r\n		<div >\r\n			<img src=\"images/companies/1/pages/reward-points-2.png\">\r\n		</div>\r\n		<div class=\"ty-column1\">\r\n			<p>\r\n<br>				When on the checkout page, enter the amount of reward points you want to spend in the field on the right. The sum you have to pay will be recalculated automatically.\r\n			</p>\r\n		</div>\r\n	</div>\r\n	\r\n', '', '', '', ''),
(23, 'ro', 'Reward points', '<h1 class=\"ty-main-title\">\r\n	Save Money—Pay in Reward Points\r\n</h1>\r\n\r\n	<div class=\"ty-column2\">\r\n		<img class=\"ty-image\" src=\"images/companies/1/pages/reward-points-1.png\">\r\n	</div>\r\n	<div class=\"ty-column2\">\r\n		<div class=\"ty-column1 ty-notice\">\r\n		<p>\r\n			When you purchase goods in our store, you get reward points.\r\n		</p>\r\n		<p>\r\n			You can use them at any time—we think that earned reward points shouldn’t expire, like it happens in some other stores.\r\n		</p>\r\n		</div>\r\n		<div class=\"ty-column1\">\r\n			<h3>See how many points you have</h3>\r\n			<div >\r\n				<img class=\"ty-image\" src=\"images/companies/1/pages/reward-points-3.png\">\r\n			</div>\r\n		</div>\r\n	</div>\r\n	\r\n	<div class=\"ty-column1 ty-notice\">\r\n		<h3>Use your reward points</h3>\r\n		<div >\r\n			<img src=\"images/companies/1/pages/reward-points-2.png\">\r\n		</div>\r\n		<div class=\"ty-column1\">\r\n			<p>\r\n<br>				When on the checkout page, enter the amount of reward points you want to spend in the field on the right. The sum you have to pay will be recalculated automatically.\r\n			</p>\r\n		</div>\r\n	</div>\r\n	\r\n', '', '', '', ''),
(23, 'ru', 'Бонусные баллы', '<h1 class=\"ty-main-title\">Экономьте. Расплачивайтесь бонусными баллами</h1>\n\n	<div class=\"ty-column2\">\n\n		<div class=\"ty-content-reward-points__product-img\">\n\n			<img class=\"ty-image\" src=\"images/companies/1/pages/reward-points-1.png\">\n\n		</div>\n\n	</div>\n\n	<div class=\"ty-column2\">\n\n		<div class=\"ty-column1 ty-notice\">\n\n			<p>\n\n    За покупку товаров, вы получаете бонусные баллы нашего магазина\n\n			</p>\n\n			<p>\n\n    Накопленные баллы остаются с вами навсегда: мы считаем, что они не должны сгорать и не вводим срок жизни бонусных баллов (как это делает большинство наших конкурентов)\n\n			</p>\n\n		</div>\n\n		<div class=\"ty-column1\">\n\n			<h3>Посмотреть состояние вашего бонусного счёта</h3>\n\n			<div>\n\n				<img class=\"ty-image\" class=\"ty-image\" src=\"images/companies/1/pages/reward-points-3.png\">\n\n			</div>\n\n		</div>\n\n	</div>\n\n	<div class=\"ty-column1  ty-notice\">\n\n		\n\n			<h3>Воспользоваться баллами</h3>\n\n			<div class=\"ty-content-reward-points__checkout-img\">\n\n				<img src=\"images/companies/1/pages/reward-points-2.png\">\n\n			</div>\n\n			<div class=\"ty-column1\">\n\n				<p><br>\n\n		Завершая покупку, вам необходимо ввести имеющиеся у вас бонусные баллы в полe \"Бонусные баллы\", и стоимость вашей покупки будет автоматически пересчитана.\n\n				</p>\n\n			</div>\n\n	</div>', '', '', '', ''),
(30, 'da', 'Contact us', 'You can send us a message using the form below.', '', '', '', ''),
(30, 'de', 'Contact us', 'You can send us a message using the form below.', '', '', '', ''),
(30, 'el', 'Contact us', 'You can send us a message using the form below.', '', '', '', ''),
(30, 'en', 'Contact us', 'You can send us a message using the form below.', '', '', '', ''),
(30, 'es', 'Contact us', 'You can send us a message using the form below.', '', '', '', ''),
(30, 'fr', 'Contact us', 'You can send us a message using the form below.', '', '', '', ''),
(30, 'it', 'Contact us', 'You can send us a message using the form below.', '', '', '', ''),
(30, 'nl', 'Contact us', 'You can send us a message using the form below.', '', '', '', ''),
(30, 'no', 'Contact us', 'You can send us a message using the form below.', '', '', '', ''),
(30, 'pt', 'Contato', '<p>Você pode nos enviar uma mensagem usando o formulário abaixo.</p>', '', '', '', ''),
(30, 'ro', 'Contact us', 'You can send us a message using the form below.', '', '', '', ''),
(30, 'ru', 'Обратная связь', 'Вы можете отправить нам сообщение, используя форму ниже', '', '', '', ''),
(40, 'da', 'Poll of the week', '', '', '', '', ''),
(40, 'de', 'Poll of the week', '', '', '', '', ''),
(40, 'el', 'Poll of the week', '', '', '', '', ''),
(40, 'en', 'Poll of the week', '', '', '', '', ''),
(40, 'es', 'Poll of the week', '', '', '', '', ''),
(40, 'fr', 'Poll of the week', '', '', '', '', ''),
(40, 'it', 'Poll of the week', '', '', '', '', ''),
(40, 'nl', 'Poll of the week', '', '', '', '', ''),
(40, 'no', 'Poll of the week', '', '', '', '', ''),
(40, 'pt', 'Poll of the week', '', '', '', '', ''),
(40, 'ro', 'Poll of the week', '', '', '', '', ''),
(40, 'ru', 'Опросы недели', '', '', '', '', ''),
(41, 'da', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', '<h2>Demo article title h2</h2><p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p><h3>Demo article title h3</h3><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p><p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(41, 'de', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', '<h2>Demo article title h2</h2><p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p><h3>Demo article title h3</h3><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p><p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(41, 'el', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', '<h2>Demo article title h2</h2><p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p><h3>Demo article title h3</h3><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p><p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(41, 'en', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', '<h2>Demo article title h2</h2><p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p><h3>Demo article title h3</h3><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p><p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(41, 'es', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', '<h2>Demo article title h2</h2><p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p><h3>Demo article title h3</h3><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p><p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(41, 'fr', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', '<h2>Demo article title h2</h2><p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p><h3>Demo article title h3</h3><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p><p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(41, 'it', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', '<h2>Demo article title h2</h2><p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p><h3>Demo article title h3</h3><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p><p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(41, 'nl', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', '<h2>Demo article title h2</h2><p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p><h3>Demo article title h3</h3><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p><p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(41, 'no', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', '<h2>Demo article title h2</h2><p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p><h3>Demo article title h3</h3><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p><p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(41, 'pt', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', '<h2>Demo article title h2</h2><p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p><h3>Demo article title h3</h3><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p><p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(41, 'ro', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', '<h2>Demo article title h2</h2><p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p><h3>Demo article title h3</h3><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p><p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(41, 'ru', 'For those who love sound quality we have awesome Pioneer speakers! (Demo)', '<h2>Demo article title h2</h2><p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p><h3>Demo article title h3</h3><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p><p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(42, 'da', 'New arrivals of Nintendo Wii games! (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(42, 'de', 'New arrivals of Nintendo Wii games! (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(42, 'el', 'New arrivals of Nintendo Wii games! (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(42, 'en', 'New arrivals of Nintendo Wii games! (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(42, 'es', 'New arrivals of Nintendo Wii games! (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(42, 'fr', 'New arrivals of Nintendo Wii games! (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(42, 'it', 'New arrivals of Nintendo Wii games! (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(42, 'nl', 'New arrivals of Nintendo Wii games! (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(42, 'no', 'New arrivals of Nintendo Wii games! (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(42, 'pt', 'New arrivals of Nintendo Wii games! (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(42, 'ro', 'New arrivals of Nintendo Wii games! (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(42, 'ru', 'New arrivals of Nintendo Wii games! (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(43, 'da', 'Only in our store! Famous American WeatherMaster tents! (Demo)', '<h2>Demo article title h2</h2><p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p><h3>Demo article title h3</h3><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p><p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(43, 'de', 'Only in our store! Famous American WeatherMaster tents! (Demo)', '<h2>Demo article title h2</h2><p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p><h3>Demo article title h3</h3><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p><p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(43, 'el', 'Only in our store! Famous American WeatherMaster tents! (Demo)', '<h2>Demo article title h2</h2><p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p><h3>Demo article title h3</h3><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p><p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(43, 'en', 'Only in our store! Famous American WeatherMaster tents! (Demo)', '<h2>Demo article title h2</h2><p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p><h3>Demo article title h3</h3><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p><p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(43, 'es', 'Only in our store! Famous American WeatherMaster tents! (Demo)', '<h2>Demo article title h2</h2><p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p><h3>Demo article title h3</h3><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p><p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(43, 'fr', 'Only in our store! Famous American WeatherMaster tents! (Demo)', '<h2>Demo article title h2</h2><p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p><h3>Demo article title h3</h3><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p><p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(43, 'it', 'Only in our store! Famous American WeatherMaster tents! (Demo)', '<h2>Demo article title h2</h2><p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p><h3>Demo article title h3</h3><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p><p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(43, 'nl', 'Only in our store! Famous American WeatherMaster tents! (Demo)', '<h2>Demo article title h2</h2><p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p><h3>Demo article title h3</h3><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p><p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(43, 'no', 'Only in our store! Famous American WeatherMaster tents! (Demo)', '<h2>Demo article title h2</h2><p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p><h3>Demo article title h3</h3><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p><p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(43, 'pt', 'Only in our store! Famous American WeatherMaster tents! (Demo)', '<h2>Demo article title h2</h2><p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p><h3>Demo article title h3</h3><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p><p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(43, 'ro', 'Only in our store! Famous American WeatherMaster tents! (Demo)', '<h2>Demo article title h2</h2><p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p><h3>Demo article title h3</h3><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p><p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(43, 'ru', 'Only in our store! Famous American WeatherMaster tents! (Demo)', '<h2>Demo article title h2</h2><p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p><h3>Demo article title h3</h3><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p><p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(44, 'da', 'We got the best tracks of legendary B.B.King (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(44, 'de', 'We got the best tracks of legendary B.B.King (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(44, 'el', 'We got the best tracks of legendary B.B.King (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(44, 'en', 'We got the best tracks of legendary B.B.King (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(44, 'es', 'We got the best tracks of legendary B.B.King (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(44, 'fr', 'We got the best tracks of legendary B.B.King (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(44, 'it', 'We got the best tracks of legendary B.B.King (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(44, 'nl', 'We got the best tracks of legendary B.B.King (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(44, 'no', 'We got the best tracks of legendary B.B.King (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(44, 'pt', 'We got the best tracks of legendary B.B.King (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(44, 'ro', 'We got the best tracks of legendary B.B.King (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(44, 'ru', 'We got the best tracks of legendary B.B.King (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(45, 'da', 'Looking for a keypad Nokia phone and can\'t find one? We still have them! (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(45, 'de', 'Looking for a keypad Nokia phone and can\'t find one? We still have them! (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(45, 'el', 'Looking for a keypad Nokia phone and can\'t find one? We still have them! (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(45, 'en', 'Looking for a keypad Nokia phone and can\'t find one? We still have them! (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(45, 'es', 'Looking for a keypad Nokia phone and can\'t find one? We still have them! (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(45, 'fr', 'Looking for a keypad Nokia phone and can\'t find one? We still have them! (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(45, 'it', 'Looking for a keypad Nokia phone and can\'t find one? We still have them! (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(45, 'nl', 'Looking for a keypad Nokia phone and can\'t find one? We still have them! (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(45, 'no', 'Looking for a keypad Nokia phone and can\'t find one? We still have them! (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(45, 'pt', 'Looking for a keypad Nokia phone and can\'t find one? We still have them! (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(45, 'ro', 'Looking for a keypad Nokia phone and can\'t find one? We still have them! (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(45, 'ru', 'Looking for a keypad Nokia phone and can\'t find one? We still have them! (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(46, 'da', 'Afraid of zombies? Preparing for apocalypse? (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(46, 'de', 'Afraid of zombies? Preparing for apocalypse? (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(46, 'el', 'Afraid of zombies? Preparing for apocalypse? (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(46, 'en', 'Afraid of zombies? Preparing for apocalypse? (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(46, 'es', 'Afraid of zombies? Preparing for apocalypse? (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(46, 'fr', 'Afraid of zombies? Preparing for apocalypse? (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(46, 'it', 'Afraid of zombies? Preparing for apocalypse? (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(46, 'nl', 'Afraid of zombies? Preparing for apocalypse? (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(46, 'no', 'Afraid of zombies? Preparing for apocalypse? (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(46, 'pt', 'Afraid of zombies? Preparing for apocalypse? (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(46, 'ro', 'Afraid of zombies? Preparing for apocalypse? (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(46, 'ru', 'Afraid of zombies? Preparing for apocalypse? (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(47, 'da', 'True American classic! Drifter cruisers (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(47, 'de', 'True American classic! Drifter cruisers (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(47, 'el', 'True American classic! Drifter cruisers (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(47, 'en', 'True American classic! Drifter cruisers (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(47, 'es', 'True American classic! Drifter cruisers (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(47, 'fr', 'True American classic! Drifter cruisers (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(47, 'it', 'True American classic! Drifter cruisers (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(47, 'nl', 'True American classic! Drifter cruisers (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(47, 'no', 'True American classic! Drifter cruisers (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(47, 'pt', 'True American classic! Drifter cruisers (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(47, 'ro', 'True American classic! Drifter cruisers (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(47, 'ru', 'True American classic! Drifter cruisers (Demo)', '<h2>Demo article title h2</h2>\r\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue <strong>pleasure rationally encounter</strong> consequences that are extremely painful.\r\n</p>\r\n<h3>Demo article title h3</h3>\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever <a href=\"/\">undertakes laborious</a> physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\r\n</p>\r\n<p>\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\r\n</p>', '', '', '', ''),
(48, 'da', 'Provando', '<p>Prova de Pagina</p>', 'Prova Guilherme Meta chave', 'Prova Guilherme Meta', 'Prova Guilherme', ''),
(48, 'de', 'Provando', '<p>Prova de Pagina</p>', 'Prova Guilherme Meta chave', 'Prova Guilherme Meta', 'Prova Guilherme', ''),
(48, 'el', 'Provando', '<p>Prova de Pagina</p>', 'Prova Guilherme Meta chave', 'Prova Guilherme Meta', 'Prova Guilherme', ''),
(48, 'en', 'Provando', '<p>Prova de Pagina</p>', 'Prova Guilherme Meta chave', 'Prova Guilherme Meta', 'Prova Guilherme', ''),
(48, 'es', 'Provando', '<p>Prova de Pagina</p>', 'Prova Guilherme Meta chave', 'Prova Guilherme Meta', 'Prova Guilherme', ''),
(48, 'fr', 'Provando', '<p>Prova de Pagina</p>', 'Prova Guilherme Meta chave', 'Prova Guilherme Meta', 'Prova Guilherme', ''),
(48, 'it', 'Provando', '<p>Prova de Pagina</p>', 'Prova Guilherme Meta chave', 'Prova Guilherme Meta', 'Prova Guilherme', ''),
(48, 'nl', 'Provando', '<p>Prova de Pagina</p>', 'Prova Guilherme Meta chave', 'Prova Guilherme Meta', 'Prova Guilherme', ''),
(48, 'no', 'Provando', '<p>Prova de Pagina</p>', 'Prova Guilherme Meta chave', 'Prova Guilherme Meta', 'Prova Guilherme', ''),
(48, 'pt', 'Provando', '<p>Prova de Pagina</p>', 'Prova Guilherme Meta chave', 'Prova Guilherme Meta', 'Prova Guilherme', ''),
(48, 'ro', 'Provando', '<p>Prova de Pagina</p>', 'Prova Guilherme Meta chave', 'Prova Guilherme Meta', 'Prova Guilherme', ''),
(48, 'ru', 'Provando', '<p>Prova de Pagina</p>', 'Prova Guilherme Meta chave', 'Prova Guilherme Meta', 'Prova Guilherme', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(49, 'da', 'Return policy', '<div style=\"text-align:center;\"><img src=\"images/vivashop_demo_pages/return_policy.jpg\" alt=\"return_policy.jpg\" /></div>\n	<h3 style=\"font-size:x-large;\"></h3>\n	<h3 style=\"font-size:x-large;\"></h3>\n	<h3 style=\"font-size:x-large;\">Our Return Policy</h3>\n	<p>\n		Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n	</p>\n	<div>\n		In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>\n		Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<div>\n		Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</div>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</div>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>', '', '', '', ''),
(49, 'de', 'Return policy', '<div style=\"text-align:center;\"><img src=\"images/vivashop_demo_pages/return_policy.jpg\" alt=\"return_policy.jpg\" /></div>\n	<h3 style=\"font-size:x-large;\"></h3>\n	<h3 style=\"font-size:x-large;\"></h3>\n	<h3 style=\"font-size:x-large;\">Our Return Policy</h3>\n	<p>\n		Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n	</p>\n	<div>\n		In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>\n		Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<div>\n		Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</div>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</div>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>', '', '', '', ''),
(49, 'el', 'Return policy', '<div style=\"text-align:center;\"><img src=\"images/vivashop_demo_pages/return_policy.jpg\" alt=\"return_policy.jpg\" /></div>\n	<h3 style=\"font-size:x-large;\"></h3>\n	<h3 style=\"font-size:x-large;\"></h3>\n	<h3 style=\"font-size:x-large;\">Our Return Policy</h3>\n	<p>\n		Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n	</p>\n	<div>\n		In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>\n		Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<div>\n		Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</div>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</div>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>', '', '', '', ''),
(49, 'en', 'Return policy', '<div style=\"text-align:center;\"><img src=\"images/vivashop_demo_pages/return_policy.jpg\" alt=\"return_policy.jpg\" /></div>\n	<h3 style=\"font-size:x-large;\"></h3>\n	<h3 style=\"font-size:x-large;\"></h3>\n	<h3 style=\"font-size:x-large;\">Our Return Policy</h3>\n	<p>\n		Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n	</p>\n	<div>\n		In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>\n		Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<div>\n		Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</div>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</div>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>', '', '', '', ''),
(49, 'es', 'Return policy', '<div style=\"text-align:center;\"><img src=\"images/vivashop_demo_pages/return_policy.jpg\" alt=\"return_policy.jpg\" /></div>\n	<h3 style=\"font-size:x-large;\"></h3>\n	<h3 style=\"font-size:x-large;\"></h3>\n	<h3 style=\"font-size:x-large;\">Our Return Policy</h3>\n	<p>\n		Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n	</p>\n	<div>\n		In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>\n		Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<div>\n		Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</div>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</div>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(49, 'fr', 'Return policy', '<div style=\"text-align:center;\"><img src=\"images/vivashop_demo_pages/return_policy.jpg\" alt=\"return_policy.jpg\" /></div>\n	<h3 style=\"font-size:x-large;\"></h3>\n	<h3 style=\"font-size:x-large;\"></h3>\n	<h3 style=\"font-size:x-large;\">Our Return Policy</h3>\n	<p>\n		Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n	</p>\n	<div>\n		In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>\n		Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<div>\n		Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</div>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</div>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>', '', '', '', ''),
(49, 'it', 'Return policy', '<div style=\"text-align:center;\"><img src=\"images/vivashop_demo_pages/return_policy.jpg\" alt=\"return_policy.jpg\" /></div>\n	<h3 style=\"font-size:x-large;\"></h3>\n	<h3 style=\"font-size:x-large;\"></h3>\n	<h3 style=\"font-size:x-large;\">Our Return Policy</h3>\n	<p>\n		Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n	</p>\n	<div>\n		In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>\n		Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<div>\n		Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</div>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</div>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>', '', '', '', ''),
(49, 'nl', 'Return policy', '<div style=\"text-align:center;\"><img src=\"images/vivashop_demo_pages/return_policy.jpg\" alt=\"return_policy.jpg\" /></div>\n	<h3 style=\"font-size:x-large;\"></h3>\n	<h3 style=\"font-size:x-large;\"></h3>\n	<h3 style=\"font-size:x-large;\">Our Return Policy</h3>\n	<p>\n		Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n	</p>\n	<div>\n		In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>\n		Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<div>\n		Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</div>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</div>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>', '', '', '', ''),
(49, 'no', 'Return policy', '<div style=\"text-align:center;\"><img src=\"images/vivashop_demo_pages/return_policy.jpg\" alt=\"return_policy.jpg\" /></div>\n	<h3 style=\"font-size:x-large;\"></h3>\n	<h3 style=\"font-size:x-large;\"></h3>\n	<h3 style=\"font-size:x-large;\">Our Return Policy</h3>\n	<p>\n		Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n	</p>\n	<div>\n		In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>\n		Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<div>\n		Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</div>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</div>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>', '', '', '', ''),
(49, 'pt', 'Return policy', '<div style=\"text-align:center;\"><img src=\"images/vivashop_demo_pages/return_policy.jpg\" alt=\"return_policy.jpg\" /></div>\n	<h3 style=\"font-size:x-large;\"></h3>\n	<h3 style=\"font-size:x-large;\"></h3>\n	<h3 style=\"font-size:x-large;\">Our Return Policy</h3>\n	<p>\n		Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n	</p>\n	<div>\n		In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>\n		Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<div>\n		Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</div>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</div>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(49, 'ro', 'Return policy', '<div style=\"text-align:center;\"><img src=\"images/vivashop_demo_pages/return_policy.jpg\" alt=\"return_policy.jpg\" /></div>\n	<h3 style=\"font-size:x-large;\"></h3>\n	<h3 style=\"font-size:x-large;\"></h3>\n	<h3 style=\"font-size:x-large;\">Our Return Policy</h3>\n	<p>\n		Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n	</p>\n	<div>\n		In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>\n		Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<div>\n		Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</div>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</div>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>', '', '', '', ''),
(49, 'ru', 'Return policy', '<div style=\"text-align:center;\"><img src=\"images/vivashop_demo_pages/return_policy.jpg\" alt=\"return_policy.jpg\" /></div>\n	<h3 style=\"font-size:x-large;\"></h3>\n	<h3 style=\"font-size:x-large;\"></h3>\n	<h3 style=\"font-size:x-large;\">Our Return Policy</h3>\n	<p>\n		Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n	</p>\n	<div>\n		In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>\n		Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<div>\n		Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</div>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</div>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>\n	<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n	</div>\n	<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n	</div>\n	<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n	</p>', '', '', '', ''),
(50, 'da', 'Shipping policy', '<div style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/shipping_policy.jpg\" alt=\"shipping_policy.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Our Shipping Policy</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(50, 'de', 'Shipping policy', '<div style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/shipping_policy.jpg\" alt=\"shipping_policy.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Our Shipping Policy</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(50, 'el', 'Shipping policy', '<div style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/shipping_policy.jpg\" alt=\"shipping_policy.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Our Shipping Policy</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(50, 'en', 'Shipping policy', '<div style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/shipping_policy.jpg\" alt=\"shipping_policy.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Our Shipping Policy</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(50, 'es', 'Shipping policy', '<div style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/shipping_policy.jpg\" alt=\"shipping_policy.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Our Shipping Policy</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(50, 'fr', 'Shipping policy', '<div style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/shipping_policy.jpg\" alt=\"shipping_policy.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Our Shipping Policy</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(50, 'it', 'Shipping policy', '<div style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/shipping_policy.jpg\" alt=\"shipping_policy.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Our Shipping Policy</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(50, 'nl', 'Shipping policy', '<div style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/shipping_policy.jpg\" alt=\"shipping_policy.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Our Shipping Policy</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(50, 'no', 'Shipping policy', '<div style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/shipping_policy.jpg\" alt=\"shipping_policy.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Our Shipping Policy</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(50, 'pt', 'Shipping policy', '<div style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/shipping_policy.jpg\" alt=\"shipping_policy.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Our Shipping Policy</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(50, 'ro', 'Shipping policy', '<div style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/shipping_policy.jpg\" alt=\"shipping_policy.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Our Shipping Policy</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(50, 'ru', 'Shipping policy', '<div style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/shipping_policy.jpg\" alt=\"shipping_policy.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Our Shipping Policy</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(51, 'da', 'Warranty policy', '<div style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/warranty_policy.jpg\" alt=\"warranty_policy.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Our Warranty Policy</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(51, 'de', 'Warranty policy', '<div style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/warranty_policy.jpg\" alt=\"warranty_policy.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Our Warranty Policy</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(51, 'el', 'Warranty policy', '<div style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/warranty_policy.jpg\" alt=\"warranty_policy.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Our Warranty Policy</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(51, 'en', 'Warranty policy', '<div style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/warranty_policy.jpg\" alt=\"warranty_policy.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Our Warranty Policy</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(51, 'es', 'Warranty policy', '<div style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/warranty_policy.jpg\" alt=\"warranty_policy.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Our Warranty Policy</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(51, 'fr', 'Warranty policy', '<div style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/warranty_policy.jpg\" alt=\"warranty_policy.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Our Warranty Policy</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(51, 'it', 'Warranty policy', '<div style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/warranty_policy.jpg\" alt=\"warranty_policy.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Our Warranty Policy</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(51, 'nl', 'Warranty policy', '<div style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/warranty_policy.jpg\" alt=\"warranty_policy.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Our Warranty Policy</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(51, 'no', 'Warranty policy', '<div style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/warranty_policy.jpg\" alt=\"warranty_policy.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Our Warranty Policy</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(51, 'pt', 'Warranty policy', '<div style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/warranty_policy.jpg\" alt=\"warranty_policy.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Our Warranty Policy</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(51, 'ro', 'Warranty policy', '<div style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/warranty_policy.jpg\" alt=\"warranty_policy.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Our Warranty Policy</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(51, 'ru', 'Warranty policy', '<div style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/warranty_policy.jpg\" alt=\"warranty_policy.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Our Warranty Policy</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(52, 'da', 'Frequently asked questions', '<div style=\"text-align:center;\"><img src=\"images/vivashop_demo_pages/faq.jpg\" alt=\"faq.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>', '', '', '', ''),
(52, 'de', 'Frequently asked questions', '<div style=\"text-align:center;\"><img src=\"images/vivashop_demo_pages/faq.jpg\" alt=\"faq.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>', '', '', '', ''),
(52, 'el', 'Frequently asked questions', '<div style=\"text-align:center;\"><img src=\"images/vivashop_demo_pages/faq.jpg\" alt=\"faq.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>', '', '', '', ''),
(52, 'en', 'Frequently asked questions', '<div style=\"text-align:center;\"><img src=\"images/vivashop_demo_pages/faq.jpg\" alt=\"faq.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>', '', '', '', ''),
(52, 'es', 'Frequently asked questions', '<div style=\"text-align:center;\"><img src=\"images/vivashop_demo_pages/faq.jpg\" alt=\"faq.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>', '', '', '', ''),
(52, 'fr', 'Frequently asked questions', '<div style=\"text-align:center;\"><img src=\"images/vivashop_demo_pages/faq.jpg\" alt=\"faq.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(52, 'it', 'Frequently asked questions', '<div style=\"text-align:center;\"><img src=\"images/vivashop_demo_pages/faq.jpg\" alt=\"faq.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>', '', '', '', ''),
(52, 'nl', 'Frequently asked questions', '<div style=\"text-align:center;\"><img src=\"images/vivashop_demo_pages/faq.jpg\" alt=\"faq.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>', '', '', '', ''),
(52, 'no', 'Frequently asked questions', '<div style=\"text-align:center;\"><img src=\"images/vivashop_demo_pages/faq.jpg\" alt=\"faq.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>', '', '', '', ''),
(52, 'pt', 'Frequently asked questions', '<div style=\"text-align:center;\"><img src=\"images/vivashop_demo_pages/faq.jpg\" alt=\"faq.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>', '', '', '', ''),
(52, 'ro', 'Frequently asked questions', '<div style=\"text-align:center;\"><img src=\"images/vivashop_demo_pages/faq.jpg\" alt=\"faq.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>', '', '', '', ''),
(52, 'ru', 'Frequently asked questions', '<div style=\"text-align:center;\"><img src=\"images/vivashop_demo_pages/faq.jpg\" alt=\"faq.jpg\" />\n</div>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>\n<h3></h3>\n<h3 style=\"font-size:x-large;\">Q: Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis?</h3>\n<p>\n	<strong><strong>A:</strong></strong> Nunc facilisis sagittis ullamcorper. Proin lectus ipsum, gravida et mattis vulputate, tristique ut lectus. Sed et lorem nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean eleifend laoreet congue. Vivamus adipiscing nisl ut dolor dignissim semper. Nulla luctus malesuada tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer enim purus, posuere at ultricies eu, placerat a felis. Suspendisse aliquet urna pretium eros convallis interdum. Quisque in arcu id dui vulputate mollis eget non arcu. Aenean et nulla purus. Mauris vel tellus non nunc mattis lobortis.\n</p>', '', '', '', ''),
(53, 'da', 'Contact form', '<div class=\"google-maps\">\n	\n	\n</div>\n<div class=\"et-contanct-us-header\"><span style=\"color:#91895a;\">OUR HEADQUARTERS</span>\n</div>\n<div class=\"et-columns-wrapper 1nowrap et-contact-info-wrapper\">\n	<div class=\"1et-column2 et-contact-info-block\">\n		<div class=\"et-columns-wrapper 1nowrap\">\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Address:\n				</div>\n				<div class=\"et-contact-info-content\">\n					<div>3993 Hanover Street,\n					</div>\n					<div>New York, NY 10016\n					</div>\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Email:\n				</div>\n				<div class=\"et-contact-info-content\">\n					sales@example.com\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Phone number:\n				</div>\n				<div class=\"et-contact-info-content\">\n					<div>+1 917-722-7425\n					</div>\n					<div>(call is free)\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"1et-column2 et-contact-info-block\">\n		<div class=\"et-column-right-header\">\n			Working hours of the online store consultants:\n		</div>\n		<div class=\"et-columns-wrapper 1nowrap\">\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Monday to Friday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					10 am - 6 pm\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Saturday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					12 am - 4 pm\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Sunday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					Closed\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n<div class=\"et-contanct-us-subheader\">Leave us a message\n</div>\n<div class=\"et-contanct-us-description\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veritatis, quidem, suscipit! Tenetur earum, obcaecati enim nihil nulla tempora quidem modi culpa ad numquam voluptates, commodi dolor ducimus? Placeat, sequi vero.Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veritatis, quidem, suscipit! Tenetur earum, obcaecati enim nihil nulla tempora quidem modi culpa ad numquam voluptates, commodi dolor ducimus? Placeat, sequi vero.\n</div>', '', '', '', ''),
(53, 'de', 'Contact form', '<div class=\"google-maps\">\n	\n	\n</div>\n<div class=\"et-contanct-us-header\"><span style=\"color:#91895a;\">OUR HEADQUARTERS</span>\n</div>\n<div class=\"et-columns-wrapper 1nowrap et-contact-info-wrapper\">\n	<div class=\"1et-column2 et-contact-info-block\">\n		<div class=\"et-columns-wrapper 1nowrap\">\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Address:\n				</div>\n				<div class=\"et-contact-info-content\">\n					<div>3993 Hanover Street,\n					</div>\n					<div>New York, NY 10016\n					</div>\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Email:\n				</div>\n				<div class=\"et-contact-info-content\">\n					sales@example.com\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Phone number:\n				</div>\n				<div class=\"et-contact-info-content\">\n					<div>+1 917-722-7425\n					</div>\n					<div>(call is free)\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"1et-column2 et-contact-info-block\">\n		<div class=\"et-column-right-header\">\n			Working hours of the online store consultants:\n		</div>\n		<div class=\"et-columns-wrapper 1nowrap\">\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Monday to Friday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					10 am - 6 pm\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Saturday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					12 am - 4 pm\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Sunday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					Closed\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n<div class=\"et-contanct-us-subheader\">Leave us a message\n</div>\n<div class=\"et-contanct-us-description\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veritatis, quidem, suscipit! Tenetur earum, obcaecati enim nihil nulla tempora quidem modi culpa ad numquam voluptates, commodi dolor ducimus? Placeat, sequi vero.Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veritatis, quidem, suscipit! Tenetur earum, obcaecati enim nihil nulla tempora quidem modi culpa ad numquam voluptates, commodi dolor ducimus? Placeat, sequi vero.\n</div>', '', '', '', ''),
(53, 'el', 'Contact form', '<div class=\"google-maps\">\n	\n	\n</div>\n<div class=\"et-contanct-us-header\"><span style=\"color:#91895a;\">OUR HEADQUARTERS</span>\n</div>\n<div class=\"et-columns-wrapper 1nowrap et-contact-info-wrapper\">\n	<div class=\"1et-column2 et-contact-info-block\">\n		<div class=\"et-columns-wrapper 1nowrap\">\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Address:\n				</div>\n				<div class=\"et-contact-info-content\">\n					<div>3993 Hanover Street,\n					</div>\n					<div>New York, NY 10016\n					</div>\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Email:\n				</div>\n				<div class=\"et-contact-info-content\">\n					sales@example.com\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Phone number:\n				</div>\n				<div class=\"et-contact-info-content\">\n					<div>+1 917-722-7425\n					</div>\n					<div>(call is free)\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"1et-column2 et-contact-info-block\">\n		<div class=\"et-column-right-header\">\n			Working hours of the online store consultants:\n		</div>\n		<div class=\"et-columns-wrapper 1nowrap\">\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Monday to Friday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					10 am - 6 pm\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Saturday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					12 am - 4 pm\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Sunday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					Closed\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n<div class=\"et-contanct-us-subheader\">Leave us a message\n</div>\n<div class=\"et-contanct-us-description\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veritatis, quidem, suscipit! Tenetur earum, obcaecati enim nihil nulla tempora quidem modi culpa ad numquam voluptates, commodi dolor ducimus? Placeat, sequi vero.Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veritatis, quidem, suscipit! Tenetur earum, obcaecati enim nihil nulla tempora quidem modi culpa ad numquam voluptates, commodi dolor ducimus? Placeat, sequi vero.\n</div>', '', '', '', ''),
(53, 'en', 'Contact form', '<div class=\"google-maps\">\n	\n	\n</div>\n<div class=\"et-contanct-us-header\"><span style=\"color:#91895a;\">OUR HEADQUARTERS</span>\n</div>\n<div class=\"et-columns-wrapper 1nowrap et-contact-info-wrapper\">\n	<div class=\"1et-column2 et-contact-info-block\">\n		<div class=\"et-columns-wrapper 1nowrap\">\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Address:\n				</div>\n				<div class=\"et-contact-info-content\">\n					<div>3993 Hanover Street,\n					</div>\n					<div>New York, NY 10016\n					</div>\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Email:\n				</div>\n				<div class=\"et-contact-info-content\">\n					sales@example.com\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Phone number:\n				</div>\n				<div class=\"et-contact-info-content\">\n					<div>+1 917-722-7425\n					</div>\n					<div>(call is free)\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"1et-column2 et-contact-info-block\">\n		<div class=\"et-column-right-header\">\n			Working hours of the online store consultants:\n		</div>\n		<div class=\"et-columns-wrapper 1nowrap\">\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Monday to Friday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					10 am - 6 pm\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Saturday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					12 am - 4 pm\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Sunday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					Closed\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n<div class=\"et-contanct-us-subheader\">Leave us a message\n</div>\n<div class=\"et-contanct-us-description\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veritatis, quidem, suscipit! Tenetur earum, obcaecati enim nihil nulla tempora quidem modi culpa ad numquam voluptates, commodi dolor ducimus? Placeat, sequi vero.Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veritatis, quidem, suscipit! Tenetur earum, obcaecati enim nihil nulla tempora quidem modi culpa ad numquam voluptates, commodi dolor ducimus? Placeat, sequi vero.\n</div>', '', '', '', ''),
(53, 'es', 'Contact form', '<div class=\"google-maps\">\n	\n	\n</div>\n<div class=\"et-contanct-us-header\"><span style=\"color:#91895a;\">OUR HEADQUARTERS</span>\n</div>\n<div class=\"et-columns-wrapper 1nowrap et-contact-info-wrapper\">\n	<div class=\"1et-column2 et-contact-info-block\">\n		<div class=\"et-columns-wrapper 1nowrap\">\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Address:\n				</div>\n				<div class=\"et-contact-info-content\">\n					<div>3993 Hanover Street,\n					</div>\n					<div>New York, NY 10016\n					</div>\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Email:\n				</div>\n				<div class=\"et-contact-info-content\">\n					sales@example.com\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Phone number:\n				</div>\n				<div class=\"et-contact-info-content\">\n					<div>+1 917-722-7425\n					</div>\n					<div>(call is free)\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"1et-column2 et-contact-info-block\">\n		<div class=\"et-column-right-header\">\n			Working hours of the online store consultants:\n		</div>\n		<div class=\"et-columns-wrapper 1nowrap\">\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Monday to Friday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					10 am - 6 pm\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Saturday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					12 am - 4 pm\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Sunday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					Closed\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n<div class=\"et-contanct-us-subheader\">Leave us a message\n</div>\n<div class=\"et-contanct-us-description\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veritatis, quidem, suscipit! Tenetur earum, obcaecati enim nihil nulla tempora quidem modi culpa ad numquam voluptates, commodi dolor ducimus? Placeat, sequi vero.Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veritatis, quidem, suscipit! Tenetur earum, obcaecati enim nihil nulla tempora quidem modi culpa ad numquam voluptates, commodi dolor ducimus? Placeat, sequi vero.\n</div>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(53, 'fr', 'Contact form', '<div class=\"google-maps\">\n	\n	\n</div>\n<div class=\"et-contanct-us-header\"><span style=\"color:#91895a;\">OUR HEADQUARTERS</span>\n</div>\n<div class=\"et-columns-wrapper 1nowrap et-contact-info-wrapper\">\n	<div class=\"1et-column2 et-contact-info-block\">\n		<div class=\"et-columns-wrapper 1nowrap\">\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Address:\n				</div>\n				<div class=\"et-contact-info-content\">\n					<div>3993 Hanover Street,\n					</div>\n					<div>New York, NY 10016\n					</div>\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Email:\n				</div>\n				<div class=\"et-contact-info-content\">\n					sales@example.com\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Phone number:\n				</div>\n				<div class=\"et-contact-info-content\">\n					<div>+1 917-722-7425\n					</div>\n					<div>(call is free)\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"1et-column2 et-contact-info-block\">\n		<div class=\"et-column-right-header\">\n			Working hours of the online store consultants:\n		</div>\n		<div class=\"et-columns-wrapper 1nowrap\">\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Monday to Friday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					10 am - 6 pm\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Saturday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					12 am - 4 pm\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Sunday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					Closed\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n<div class=\"et-contanct-us-subheader\">Leave us a message\n</div>\n<div class=\"et-contanct-us-description\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veritatis, quidem, suscipit! Tenetur earum, obcaecati enim nihil nulla tempora quidem modi culpa ad numquam voluptates, commodi dolor ducimus? Placeat, sequi vero.Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veritatis, quidem, suscipit! Tenetur earum, obcaecati enim nihil nulla tempora quidem modi culpa ad numquam voluptates, commodi dolor ducimus? Placeat, sequi vero.\n</div>', '', '', '', ''),
(53, 'it', 'Contact form', '<div class=\"google-maps\">\n	\n	\n</div>\n<div class=\"et-contanct-us-header\"><span style=\"color:#91895a;\">OUR HEADQUARTERS</span>\n</div>\n<div class=\"et-columns-wrapper 1nowrap et-contact-info-wrapper\">\n	<div class=\"1et-column2 et-contact-info-block\">\n		<div class=\"et-columns-wrapper 1nowrap\">\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Address:\n				</div>\n				<div class=\"et-contact-info-content\">\n					<div>3993 Hanover Street,\n					</div>\n					<div>New York, NY 10016\n					</div>\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Email:\n				</div>\n				<div class=\"et-contact-info-content\">\n					sales@example.com\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Phone number:\n				</div>\n				<div class=\"et-contact-info-content\">\n					<div>+1 917-722-7425\n					</div>\n					<div>(call is free)\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"1et-column2 et-contact-info-block\">\n		<div class=\"et-column-right-header\">\n			Working hours of the online store consultants:\n		</div>\n		<div class=\"et-columns-wrapper 1nowrap\">\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Monday to Friday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					10 am - 6 pm\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Saturday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					12 am - 4 pm\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Sunday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					Closed\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n<div class=\"et-contanct-us-subheader\">Leave us a message\n</div>\n<div class=\"et-contanct-us-description\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veritatis, quidem, suscipit! Tenetur earum, obcaecati enim nihil nulla tempora quidem modi culpa ad numquam voluptates, commodi dolor ducimus? Placeat, sequi vero.Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veritatis, quidem, suscipit! Tenetur earum, obcaecati enim nihil nulla tempora quidem modi culpa ad numquam voluptates, commodi dolor ducimus? Placeat, sequi vero.\n</div>', '', '', '', ''),
(53, 'nl', 'Contact form', '<div class=\"google-maps\">\n	\n	\n</div>\n<div class=\"et-contanct-us-header\"><span style=\"color:#91895a;\">OUR HEADQUARTERS</span>\n</div>\n<div class=\"et-columns-wrapper 1nowrap et-contact-info-wrapper\">\n	<div class=\"1et-column2 et-contact-info-block\">\n		<div class=\"et-columns-wrapper 1nowrap\">\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Address:\n				</div>\n				<div class=\"et-contact-info-content\">\n					<div>3993 Hanover Street,\n					</div>\n					<div>New York, NY 10016\n					</div>\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Email:\n				</div>\n				<div class=\"et-contact-info-content\">\n					sales@example.com\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Phone number:\n				</div>\n				<div class=\"et-contact-info-content\">\n					<div>+1 917-722-7425\n					</div>\n					<div>(call is free)\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"1et-column2 et-contact-info-block\">\n		<div class=\"et-column-right-header\">\n			Working hours of the online store consultants:\n		</div>\n		<div class=\"et-columns-wrapper 1nowrap\">\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Monday to Friday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					10 am - 6 pm\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Saturday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					12 am - 4 pm\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Sunday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					Closed\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n<div class=\"et-contanct-us-subheader\">Leave us a message\n</div>\n<div class=\"et-contanct-us-description\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veritatis, quidem, suscipit! Tenetur earum, obcaecati enim nihil nulla tempora quidem modi culpa ad numquam voluptates, commodi dolor ducimus? Placeat, sequi vero.Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veritatis, quidem, suscipit! Tenetur earum, obcaecati enim nihil nulla tempora quidem modi culpa ad numquam voluptates, commodi dolor ducimus? Placeat, sequi vero.\n</div>', '', '', '', ''),
(53, 'no', 'Contact form', '<div class=\"google-maps\">\n	\n	\n</div>\n<div class=\"et-contanct-us-header\"><span style=\"color:#91895a;\">OUR HEADQUARTERS</span>\n</div>\n<div class=\"et-columns-wrapper 1nowrap et-contact-info-wrapper\">\n	<div class=\"1et-column2 et-contact-info-block\">\n		<div class=\"et-columns-wrapper 1nowrap\">\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Address:\n				</div>\n				<div class=\"et-contact-info-content\">\n					<div>3993 Hanover Street,\n					</div>\n					<div>New York, NY 10016\n					</div>\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Email:\n				</div>\n				<div class=\"et-contact-info-content\">\n					sales@example.com\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Phone number:\n				</div>\n				<div class=\"et-contact-info-content\">\n					<div>+1 917-722-7425\n					</div>\n					<div>(call is free)\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"1et-column2 et-contact-info-block\">\n		<div class=\"et-column-right-header\">\n			Working hours of the online store consultants:\n		</div>\n		<div class=\"et-columns-wrapper 1nowrap\">\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Monday to Friday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					10 am - 6 pm\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Saturday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					12 am - 4 pm\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Sunday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					Closed\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n<div class=\"et-contanct-us-subheader\">Leave us a message\n</div>\n<div class=\"et-contanct-us-description\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veritatis, quidem, suscipit! Tenetur earum, obcaecati enim nihil nulla tempora quidem modi culpa ad numquam voluptates, commodi dolor ducimus? Placeat, sequi vero.Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veritatis, quidem, suscipit! Tenetur earum, obcaecati enim nihil nulla tempora quidem modi culpa ad numquam voluptates, commodi dolor ducimus? Placeat, sequi vero.\n</div>', '', '', '', ''),
(53, 'pt', 'Contact form', '<div class=\"google-maps\">\n	\n	\n</div>\n<div class=\"et-contanct-us-header\"><span style=\"color:#91895a;\">OUR HEADQUARTERS</span>\n</div>\n<div class=\"et-columns-wrapper 1nowrap et-contact-info-wrapper\">\n	<div class=\"1et-column2 et-contact-info-block\">\n		<div class=\"et-columns-wrapper 1nowrap\">\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Address:\n				</div>\n				<div class=\"et-contact-info-content\">\n					<div>3993 Hanover Street,\n					</div>\n					<div>New York, NY 10016\n					</div>\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Email:\n				</div>\n				<div class=\"et-contact-info-content\">\n					sales@example.com\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Phone number:\n				</div>\n				<div class=\"et-contact-info-content\">\n					<div>+1 917-722-7425\n					</div>\n					<div>(call is free)\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"1et-column2 et-contact-info-block\">\n		<div class=\"et-column-right-header\">\n			Working hours of the online store consultants:\n		</div>\n		<div class=\"et-columns-wrapper 1nowrap\">\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Monday to Friday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					10 am - 6 pm\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Saturday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					12 am - 4 pm\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Sunday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					Closed\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n<div class=\"et-contanct-us-subheader\">Leave us a message\n</div>\n<div class=\"et-contanct-us-description\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veritatis, quidem, suscipit! Tenetur earum, obcaecati enim nihil nulla tempora quidem modi culpa ad numquam voluptates, commodi dolor ducimus? Placeat, sequi vero.Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veritatis, quidem, suscipit! Tenetur earum, obcaecati enim nihil nulla tempora quidem modi culpa ad numquam voluptates, commodi dolor ducimus? Placeat, sequi vero.\n</div>', '', '', '', ''),
(53, 'ro', 'Contact form', '<div class=\"google-maps\">\n	\n	\n</div>\n<div class=\"et-contanct-us-header\"><span style=\"color:#91895a;\">OUR HEADQUARTERS</span>\n</div>\n<div class=\"et-columns-wrapper 1nowrap et-contact-info-wrapper\">\n	<div class=\"1et-column2 et-contact-info-block\">\n		<div class=\"et-columns-wrapper 1nowrap\">\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Address:\n				</div>\n				<div class=\"et-contact-info-content\">\n					<div>3993 Hanover Street,\n					</div>\n					<div>New York, NY 10016\n					</div>\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Email:\n				</div>\n				<div class=\"et-contact-info-content\">\n					sales@example.com\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Phone number:\n				</div>\n				<div class=\"et-contact-info-content\">\n					<div>+1 917-722-7425\n					</div>\n					<div>(call is free)\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"1et-column2 et-contact-info-block\">\n		<div class=\"et-column-right-header\">\n			Working hours of the online store consultants:\n		</div>\n		<div class=\"et-columns-wrapper 1nowrap\">\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Monday to Friday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					10 am - 6 pm\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Saturday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					12 am - 4 pm\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Sunday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					Closed\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n<div class=\"et-contanct-us-subheader\">Leave us a message\n</div>\n<div class=\"et-contanct-us-description\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veritatis, quidem, suscipit! Tenetur earum, obcaecati enim nihil nulla tempora quidem modi culpa ad numquam voluptates, commodi dolor ducimus? Placeat, sequi vero.Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veritatis, quidem, suscipit! Tenetur earum, obcaecati enim nihil nulla tempora quidem modi culpa ad numquam voluptates, commodi dolor ducimus? Placeat, sequi vero.\n</div>', '', '', '', ''),
(53, 'ru', 'Contact form', '<div class=\"google-maps\">\n	\n	\n</div>\n<div class=\"et-contanct-us-header\"><span style=\"color:#91895a;\">OUR HEADQUARTERS</span>\n</div>\n<div class=\"et-columns-wrapper 1nowrap et-contact-info-wrapper\">\n	<div class=\"1et-column2 et-contact-info-block\">\n		<div class=\"et-columns-wrapper 1nowrap\">\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Address:\n				</div>\n				<div class=\"et-contact-info-content\">\n					<div>3993 Hanover Street,\n					</div>\n					<div>New York, NY 10016\n					</div>\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Email:\n				</div>\n				<div class=\"et-contact-info-content\">\n					sales@example.com\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-header\">\n					Phone number:\n				</div>\n				<div class=\"et-contact-info-content\">\n					<div>+1 917-722-7425\n					</div>\n					<div>(call is free)\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"1et-column2 et-contact-info-block\">\n		<div class=\"et-column-right-header\">\n			Working hours of the online store consultants:\n		</div>\n		<div class=\"et-columns-wrapper 1nowrap\">\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Monday to Friday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					10 am - 6 pm\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Saturday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					12 am - 4 pm\n				</div>\n			</div>\n			<div class=\"1et-column3 et-contact-info-inner-block\">\n				<div class=\"et-contact-info-small-header\">\n					Sunday\n				</div>\n				<div class=\"et-contact-info-content-right\">\n					Closed\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n<div class=\"et-contanct-us-subheader\">Leave us a message\n</div>\n<div class=\"et-contanct-us-description\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veritatis, quidem, suscipit! Tenetur earum, obcaecati enim nihil nulla tempora quidem modi culpa ad numquam voluptates, commodi dolor ducimus? Placeat, sequi vero.Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veritatis, quidem, suscipit! Tenetur earum, obcaecati enim nihil nulla tempora quidem modi culpa ad numquam voluptates, commodi dolor ducimus? Placeat, sequi vero.\n</div>', '', '', '', ''),
(54, 'da', 'About us', '<p style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/about_us.jpg\" alt=\"about_us.jpg\" />\n</p>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Find out more about our Company</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(54, 'de', 'About us', '<p style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/about_us.jpg\" alt=\"about_us.jpg\" />\n</p>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Find out more about our Company</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(54, 'el', 'About us', '<p style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/about_us.jpg\" alt=\"about_us.jpg\" />\n</p>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Find out more about our Company</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(54, 'en', 'About us', '<p style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/about_us.jpg\" alt=\"about_us.jpg\" />\n</p>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Find out more about our Company</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(54, 'es', 'About us', '<p style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/about_us.jpg\" alt=\"about_us.jpg\" />\n</p>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Find out more about our Company</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(54, 'fr', 'About us', '<p style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/about_us.jpg\" alt=\"about_us.jpg\" />\n</p>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Find out more about our Company</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(54, 'it', 'About us', '<p style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/about_us.jpg\" alt=\"about_us.jpg\" />\n</p>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Find out more about our Company</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(54, 'nl', 'About us', '<p style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/about_us.jpg\" alt=\"about_us.jpg\" />\n</p>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Find out more about our Company</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(54, 'no', 'About us', '<p style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/about_us.jpg\" alt=\"about_us.jpg\" />\n</p>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Find out more about our Company</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(54, 'pt', 'About us', '<p style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/about_us.jpg\" alt=\"about_us.jpg\" />\n</p>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Find out more about our Company</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(54, 'ro', 'About us', '<p style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/about_us.jpg\" alt=\"about_us.jpg\" />\n</p>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Find out more about our Company</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(54, 'ru', 'About us', '<p style=\"text-align:center;\">\n	<img src=\"images/vivashop_demo_pages/about_us.jpg\" alt=\"about_us.jpg\" />\n</p>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\"></h3>\n<h3 style=\"font-size:x-large;\">Find out more about our Company</h3>\n<p>\n	Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>\n	In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>\n	Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>\n	Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<div>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</div>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>\n<div>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n</div>\n<div>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.\n</div>\n<p>Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.<br />\n</p>', '', '', '', ''),
(55, 'da', 'Locations & Contacts', '<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">NEW YORK LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">LONDON LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">PARIS LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">MOSCOW LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(55, 'de', 'Locations & Contacts', '<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">NEW YORK LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">LONDON LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">PARIS LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">MOSCOW LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>', '', '', '', ''),
(55, 'el', 'Locations & Contacts', '<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">NEW YORK LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">LONDON LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">PARIS LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">MOSCOW LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>', '', '', '', ''),
(55, 'en', 'Locations & Contacts', '<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">NEW YORK LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">LONDON LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">PARIS LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">MOSCOW LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>', '', '', '', ''),
(55, 'es', 'Locations & Contacts', '<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">NEW YORK LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">LONDON LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">PARIS LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">MOSCOW LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>', '', '', '', ''),
(55, 'fr', 'Locations & Contacts', '<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">NEW YORK LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">LONDON LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">PARIS LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">MOSCOW LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>', '', '', '', ''),
(55, 'it', 'Locations & Contacts', '<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">NEW YORK LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">LONDON LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">PARIS LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">MOSCOW LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(55, 'nl', 'Locations & Contacts', '<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">NEW YORK LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">LONDON LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">PARIS LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">MOSCOW LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>', '', '', '', ''),
(55, 'no', 'Locations & Contacts', '<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">NEW YORK LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">LONDON LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">PARIS LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">MOSCOW LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>', '', '', '', ''),
(55, 'pt', 'Locations & Contacts', '<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">NEW YORK LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">LONDON LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">PARIS LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">MOSCOW LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>', '', '', '', ''),
(55, 'ro', 'Locations & Contacts', '<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">NEW YORK LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">LONDON LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">PARIS LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">MOSCOW LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>', '', '', '', ''),
(55, 'ru', 'Locations & Contacts', '<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">NEW YORK LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">LONDON LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">PARIS LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>\n<div class=\"et-contact-us-html-info__section-wrapper\">\n	<div>\n		<h3>\n		<span style=\"color:#91895a;\">MOSCOW LOCATION</span>\n		</h3>\n		<div>\n			We are located near Hanover St. bus stop. Once you get off the bus, walk towards the bank and turn left by the entrance. Walk 200 meters and turn right. Now go down the street until you see the Demo Store sign. Enter the doors under this sign.\n		</div>\n	</div>\n	<div class=\"et-contact-us-html-info__wrapper\">\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Address:\n				</h4>\n				<div>\n					3993 Hanover Street,\n					<br />\n					New York, NY 10016\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Email:\n				</h4>\n				<div>\n					<a href=\"mailto:sales@example.com\">sales@example.com</a>\n				</div>\n			</div>\n			<div class=\"et-contact-us-html-info__item\">\n				<h4>\n				Phone number:\n				</h4>\n				<div>\n					+1 917-722-7425\n				</div>\n				<div>\n					(call is free)\n				</div>\n			</div>\n		</div>\n		<div class=\"et-contact-us-html-info__item-wrapper\">\n			<div class=\"et-contact-us-html-info__item\">\n				<div>\n					<h4>\n					Working hours of the online store consultants:\n					</h4>\n					<div class=\"et-contact-us-html-info__working-hours\">\n						<div class=\"ty-column3\">\n							<p>\n								Monday to Friday\n							</p>\n							<p>\n								<strong>10 am — 6 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Saturday\n							</p>\n							<p>\n								<strong>12 am — 4 pm</strong>\n							</p>\n						</div>\n						<div class=\"ty-column3\">\n							<p>\n								Sunday\n							</p>\n							<p>\n								<strong>Closed</strong>\n							</p>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<div class=\"et-contact-us-html__map\">\n		\n		\n	</div>\n</div>', '', '', '', ''),
(56, 'da', 'Marketplace Blog', '<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tem.<br />\n</div>', '', '', '', ''),
(56, 'de', 'Marketplace Blog', '<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tem.<br />\n</div>', '', '', '', ''),
(56, 'el', 'Marketplace Blog', '<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tem.<br />\n</div>', '', '', '', ''),
(56, 'en', 'Marketplace Blog', '<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tem.<br />\n</div>', '', '', '', ''),
(56, 'es', 'Marketplace Blog', '<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tem.<br />\n</div>', '', '', '', ''),
(56, 'fr', 'Marketplace Blog', '<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tem.<br />\n</div>', '', '', '', ''),
(56, 'it', 'Marketplace Blog', '<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tem.<br />\n</div>', '', '', '', ''),
(56, 'nl', 'Marketplace Blog', '<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tem.<br />\n</div>', '', '', '', ''),
(56, 'no', 'Marketplace Blog', '<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tem.<br />\n</div>', '', '', '', ''),
(56, 'pt', 'Marketplace Blog', '<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tem.<br />\n</div>', '', '', '', ''),
(56, 'ro', 'Marketplace Blog', '<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tem.<br />\n</div>', '', '', '', ''),
(56, 'ru', 'Marketplace Blog', '<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tem.<br />\n</div>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(57, 'da', 'This is a blog post title', '<h5>This is a blog post title</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(57, 'de', 'This is a blog post title', '<h5>This is a blog post title</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(57, 'el', 'This is a blog post title', '<h5>This is a blog post title</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(57, 'en', 'This is a blog post title', '<h5>This is a blog post title</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(57, 'es', 'This is a blog post title', '<h5>This is a blog post title</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(57, 'fr', 'This is a blog post title', '<h5>This is a blog post title</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(57, 'it', 'This is a blog post title', '<h5>This is a blog post title</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(57, 'nl', 'This is a blog post title', '<h5>This is a blog post title</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(57, 'no', 'This is a blog post title', '<h5>This is a blog post title</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(57, 'pt', 'This is a blog post title', '<h5>This is a blog post title</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(57, 'ro', 'This is a blog post title', '<h5>This is a blog post title</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(57, 'ru', 'This is a blog post title', '<h5>This is a blog post title</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(58, 'da', '10 brilliant tips for efficient product packaging', '<h5>Find below 10 brilliant advices for efficient product packaging</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(58, 'de', '10 brilliant tips for efficient product packaging', '<h5>Find below 10 brilliant advices for efficient product packaging</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(58, 'el', '10 brilliant tips for efficient product packaging', '<h5>Find below 10 brilliant advices for efficient product packaging</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(58, 'en', '10 brilliant tips for efficient product packaging', '<h5>Find below 10 brilliant advices for efficient product packaging</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(58, 'es', '10 brilliant tips for efficient product packaging', '<h5>Find below 10 brilliant advices for efficient product packaging</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(58, 'fr', '10 brilliant tips for efficient product packaging', '<h5>Find below 10 brilliant advices for efficient product packaging</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(58, 'it', '10 brilliant tips for efficient product packaging', '<h5>Find below 10 brilliant advices for efficient product packaging</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(58, 'nl', '10 brilliant tips for efficient product packaging', '<h5>Find below 10 brilliant advices for efficient product packaging</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(58, 'no', '10 brilliant tips for efficient product packaging', '<h5>Find below 10 brilliant advices for efficient product packaging</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(58, 'pt', '10 brilliant tips for efficient product packaging', '<h5>Find below 10 brilliant advices for efficient product packaging</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(58, 'ro', '10 brilliant tips for efficient product packaging', '<h5>Find below 10 brilliant advices for efficient product packaging</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(58, 'ru', '10 brilliant tips for efficient product packaging', '<h5>Find below 10 brilliant advices for efficient product packaging</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(59, 'da', 'Another Blog post for your VIVAshop theme', '<h5>Another Blog post for your VIVAshop theme</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(59, 'de', 'Another Blog post for your VIVAshop theme', '<h5>Another Blog post for your VIVAshop theme</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(59, 'el', 'Another Blog post for your VIVAshop theme', '<h5>Another Blog post for your VIVAshop theme</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(59, 'en', 'Another Blog post for your VIVAshop theme', '<h5>Another Blog post for your VIVAshop theme</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(59, 'es', 'Another Blog post for your VIVAshop theme', '<h5>Another Blog post for your VIVAshop theme</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(59, 'fr', 'Another Blog post for your VIVAshop theme', '<h5>Another Blog post for your VIVAshop theme</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(59, 'it', 'Another Blog post for your VIVAshop theme', '<h5>Another Blog post for your VIVAshop theme</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(59, 'nl', 'Another Blog post for your VIVAshop theme', '<h5>Another Blog post for your VIVAshop theme</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(59, 'no', 'Another Blog post for your VIVAshop theme', '<h5>Another Blog post for your VIVAshop theme</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(59, 'pt', 'Another Blog post for your VIVAshop theme', '<h5>Another Blog post for your VIVAshop theme</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(59, 'ro', 'Another Blog post for your VIVAshop theme', '<h5>Another Blog post for your VIVAshop theme</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(59, 'ru', 'Another Blog post for your VIVAshop theme', '<h5>Another Blog post for your VIVAshop theme</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(60, 'da', 'How to save money by using the \"Buy Together\" feature', '<h5>How to save money by using the \"Buy Together\" feature</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(60, 'de', 'How to save money by using the \"Buy Together\" feature', '<h5>How to save money by using the \"Buy Together\" feature</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(60, 'el', 'How to save money by using the \"Buy Together\" feature', '<h5>How to save money by using the \"Buy Together\" feature</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(60, 'en', 'How to save money by using the \"Buy Together\" feature', '<h5>How to save money by using the \"Buy Together\" feature</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(60, 'es', 'How to save money by using the \"Buy Together\" feature', '<h5>How to save money by using the \"Buy Together\" feature</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(60, 'fr', 'How to save money by using the \"Buy Together\" feature', '<h5>How to save money by using the \"Buy Together\" feature</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(60, 'it', 'How to save money by using the \"Buy Together\" feature', '<h5>How to save money by using the \"Buy Together\" feature</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(60, 'nl', 'How to save money by using the \"Buy Together\" feature', '<h5>How to save money by using the \"Buy Together\" feature</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(60, 'no', 'How to save money by using the \"Buy Together\" feature', '<h5>How to save money by using the \"Buy Together\" feature</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(60, 'pt', 'How to save money by using the \"Buy Together\" feature', '<h5>How to save money by using the \"Buy Together\" feature</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(60, 'ro', 'How to save money by using the \"Buy Together\" feature', '<h5>How to save money by using the \"Buy Together\" feature</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(60, 'ru', 'How to save money by using the \"Buy Together\" feature', '<h5>How to save money by using the \"Buy Together\" feature</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(61, 'da', 'Always buy fresh Food & Beverage items', '<h5>Always buy fresh Food & Beverage items</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(61, 'de', 'Always buy fresh Food & Beverage items', '<h5>Always buy fresh Food & Beverage items</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(61, 'el', 'Always buy fresh Food & Beverage items', '<h5>Always buy fresh Food & Beverage items</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(61, 'en', 'Always buy fresh Food & Beverage items', '<h5>Always buy fresh Food & Beverage items</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(61, 'es', 'Always buy fresh Food & Beverage items', '<h5>Always buy fresh Food & Beverage items</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(61, 'fr', 'Always buy fresh Food & Beverage items', '<h5>Always buy fresh Food & Beverage items</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(61, 'it', 'Always buy fresh Food & Beverage items', '<h5>Always buy fresh Food & Beverage items</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(61, 'nl', 'Always buy fresh Food & Beverage items', '<h5>Always buy fresh Food & Beverage items</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(61, 'no', 'Always buy fresh Food & Beverage items', '<h5>Always buy fresh Food & Beverage items</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(61, 'pt', 'Always buy fresh Food & Beverage items', '<h5>Always buy fresh Food & Beverage items</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(61, 'ro', 'Always buy fresh Food & Beverage items', '<h5>Always buy fresh Food & Beverage items</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(61, 'ru', 'Always buy fresh Food & Beverage items', '<h5>Always buy fresh Food & Beverage items</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(62, 'da', 'How to create your account on our store', '<h5>How to create your account on our store</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(62, 'de', 'How to create your account on our store', '<h5>How to create your account on our store</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(62, 'el', 'How to create your account on our store', '<h5>How to create your account on our store</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(62, 'en', 'How to create your account on our store', '<h5>How to create your account on our store</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(62, 'es', 'How to create your account on our store', '<h5>How to create your account on our store</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(62, 'fr', 'How to create your account on our store', '<h5>How to create your account on our store</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(62, 'it', 'How to create your account on our store', '<h5>How to create your account on our store</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(62, 'nl', 'How to create your account on our store', '<h5>How to create your account on our store</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(62, 'no', 'How to create your account on our store', '<h5>How to create your account on our store</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(62, 'pt', 'How to create your account on our store', '<h5>How to create your account on our store</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(62, 'ro', 'How to create your account on our store', '<h5>How to create your account on our store</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(62, 'ru', 'How to create your account on our store', '<h5>How to create your account on our store</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(63, 'da', 'Is the new Iphone better than any other?', '<h5>Is the new Iphone better than any other?</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(63, 'de', 'Is the new Iphone better than any other?', '<h5>Is the new Iphone better than any other?</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(63, 'el', 'Is the new Iphone better than any other?', '<h5>Is the new Iphone better than any other?</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(63, 'en', 'Is the new Iphone better than any other?', '<h5>Is the new Iphone better than any other?</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(63, 'es', 'Is the new Iphone better than any other?', '<h5>Is the new Iphone better than any other?</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(63, 'fr', 'Is the new Iphone better than any other?', '<h5>Is the new Iphone better than any other?</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(63, 'it', 'Is the new Iphone better than any other?', '<h5>Is the new Iphone better than any other?</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(63, 'nl', 'Is the new Iphone better than any other?', '<h5>Is the new Iphone better than any other?</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(63, 'no', 'Is the new Iphone better than any other?', '<h5>Is the new Iphone better than any other?</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(63, 'pt', 'Is the new Iphone better than any other?', '<h5>Is the new Iphone better than any other?</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(63, 'ro', 'Is the new Iphone better than any other?', '<h5>Is the new Iphone better than any other?</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(63, 'ru', 'Is the new Iphone better than any other?', '<h5>Is the new Iphone better than any other?</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(64, 'da', 'How to choose the best weight loss items', '<h5>How to choose the best weight loss items</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(64, 'de', 'How to choose the best weight loss items', '<h5>How to choose the best weight loss items</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(64, 'el', 'How to choose the best weight loss items', '<h5>How to choose the best weight loss items</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(64, 'en', 'How to choose the best weight loss items', '<h5>How to choose the best weight loss items</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(64, 'es', 'How to choose the best weight loss items', '<h5>How to choose the best weight loss items</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(64, 'fr', 'How to choose the best weight loss items', '<h5>How to choose the best weight loss items</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(64, 'it', 'How to choose the best weight loss items', '<h5>How to choose the best weight loss items</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(64, 'nl', 'How to choose the best weight loss items', '<h5>How to choose the best weight loss items</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(64, 'no', 'How to choose the best weight loss items', '<h5>How to choose the best weight loss items</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(64, 'pt', 'How to choose the best weight loss items', '<h5>How to choose the best weight loss items</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(64, 'ro', 'How to choose the best weight loss items', '<h5>How to choose the best weight loss items</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(64, 'ru', 'How to choose the best weight loss items', '<h5>How to choose the best weight loss items</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(65, 'da', 'Merchiun Marketplace Opens for Partners', '<p>Hi!</p>\n<p>The Merchium Marketplace is where merchants will buy themes and apps for their stores. Today, we have great news for developers and designers who want to sell their work via the Marketplace and to benefit from Merchium’s growth.</p>\n<p><strong>The Merchium Marketplace is now open for partners.</strong> If you want to sell apps and themes on the Marketplace, email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> and we’ll send you a personal invitation to join a secret registration page.</p>\n<div style=\"text-align:center;margin:15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div>\n<p>The Marketplace is currently running behind a curtain; only our team and the partners have access to the site. Once the Marketplace has enough apps and themes, we’ll open it to the public.</p>\n<p><!--CUT--><br /></p>\n<h2>Why Become a Partner</h2>\n<p>As our partner, you will get <strong>80% of the profits from every app and 70% of the profits from every theme</strong> you create and sell through the Marketplace. To withdraw funds, you’ll need only a PayPal account.</p>\n<p>By entering the Marketplace now, you are putting your apps and themes in a privileged position: when the Marketplace opens to merchants, your work will be the first thing they see. You’ll benefit from a market with a low concurrency that is under growing demand.</p>\n<h2>What a Partner Does</h2>\n<p>There are two roles that a partner can fulfill: <strong>theme designer</strong> or <strong>app developer</strong>.</p>\n<p><strong>Theme designers</strong> use Merchium’s built-in editors to create themes for Merchium storefronts. Being a theme designer requires CSS knowledge and visual design skills. No programming or template code editing is involved. Learn more about creating themes for Merchium in the <a href=\"http://docs.merchium.com/themes\" title=\"Merchium Theme Designer Guide\" target=\"_blank\" rel=\"noreferrer noopener\">docs</a>.</p>\n<p><strong>App developers</strong> contribute to Merchium by adding payment, shipping, and helpdesk services, marketing tools, and other useful things. You can develop apps for Merchium using any programming language. Please refer to the Merchium <a href=\"http://docs.merchium.com/apps/api\" title=\"Merchium API Documentation\" target=\"_blank\" rel=\"noreferrer noopener\">API docs</a> and the official <a href=\"http://docs.merchium.com/apps\" title=\"Merchium App Developer Guide\" target=\"_blank\" rel=\"noreferrer noopener\">app developer guide</a> to learn more.</p>\n<h2>How to Join</h2>\n<p>Email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> to gain access to the Marketplace.</p>\n<div style=\"text-align:center;margin:15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div>\n<p><a href=\"http://docs.merchium.com\" title=\"Merchium Developer Documentation\" target=\"_blank\" rel=\"noreferrer noopener\">Read the docs</a> to learn how to create apps and themes for Merchium.</p>\n<p>If you have any questions during development, feel free to ask our team via the <a href=\"http://help.merchium.com/support/discussions/forums/1000155049\" title=\"Merchium Developer Forum\" target=\"_blank\" rel=\"noreferrer noopener\">developer forum</a> (to log in, <a href=\"http://www.merchium.com/?signup\" title=\"Merchium Free Signup\" target=\"_blank\" rel=\"noreferrer noopener\">create a free Merchium account</a>).</p>\n<hr />\n<p>We’re happy to answer any questions about the partnership in the comments section.</p>\n<p>Follow Merchium on Facebook and Twitter to get the latest news!</p>\n<p>Thanks!</p>', '', '', '', ''),
(65, 'de', 'Merchiun Marketplace Opens for Partners', '<p>Hi!</p>\n<p>The Merchium Marketplace is where merchants will buy themes and apps for their stores. Today, we have great news for developers and designers who want to sell their work via the Marketplace and to benefit from Merchium’s growth.</p>\n<p><strong>The Merchium Marketplace is now open for partners.</strong> If you want to sell apps and themes on the Marketplace, email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> and we’ll send you a personal invitation to join a secret registration page.</p>\n<div style=\"text-align:center;margin:15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div>\n<p>The Marketplace is currently running behind a curtain; only our team and the partners have access to the site. Once the Marketplace has enough apps and themes, we’ll open it to the public.</p>\n<p><!--CUT--><br /></p>\n<h2>Why Become a Partner</h2>\n<p>As our partner, you will get <strong>80% of the profits from every app and 70% of the profits from every theme</strong> you create and sell through the Marketplace. To withdraw funds, you’ll need only a PayPal account.</p>\n<p>By entering the Marketplace now, you are putting your apps and themes in a privileged position: when the Marketplace opens to merchants, your work will be the first thing they see. You’ll benefit from a market with a low concurrency that is under growing demand.</p>\n<h2>What a Partner Does</h2>\n<p>There are two roles that a partner can fulfill: <strong>theme designer</strong> or <strong>app developer</strong>.</p>\n<p><strong>Theme designers</strong> use Merchium’s built-in editors to create themes for Merchium storefronts. Being a theme designer requires CSS knowledge and visual design skills. No programming or template code editing is involved. Learn more about creating themes for Merchium in the <a href=\"http://docs.merchium.com/themes\" title=\"Merchium Theme Designer Guide\" target=\"_blank\" rel=\"noreferrer noopener\">docs</a>.</p>\n<p><strong>App developers</strong> contribute to Merchium by adding payment, shipping, and helpdesk services, marketing tools, and other useful things. You can develop apps for Merchium using any programming language. Please refer to the Merchium <a href=\"http://docs.merchium.com/apps/api\" title=\"Merchium API Documentation\" target=\"_blank\" rel=\"noreferrer noopener\">API docs</a> and the official <a href=\"http://docs.merchium.com/apps\" title=\"Merchium App Developer Guide\" target=\"_blank\" rel=\"noreferrer noopener\">app developer guide</a> to learn more.</p>\n<h2>How to Join</h2>\n<p>Email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> to gain access to the Marketplace.</p>\n<div style=\"text-align:center;margin:15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div>\n<p><a href=\"http://docs.merchium.com\" title=\"Merchium Developer Documentation\" target=\"_blank\" rel=\"noreferrer noopener\">Read the docs</a> to learn how to create apps and themes for Merchium.</p>\n<p>If you have any questions during development, feel free to ask our team via the <a href=\"http://help.merchium.com/support/discussions/forums/1000155049\" title=\"Merchium Developer Forum\" target=\"_blank\" rel=\"noreferrer noopener\">developer forum</a> (to log in, <a href=\"http://www.merchium.com/?signup\" title=\"Merchium Free Signup\" target=\"_blank\" rel=\"noreferrer noopener\">create a free Merchium account</a>).</p>\n<hr />\n<p>We’re happy to answer any questions about the partnership in the comments section.</p>\n<p>Follow Merchium on Facebook and Twitter to get the latest news!</p>\n<p>Thanks!</p>', '', '', '', ''),
(65, 'el', 'Merchiun Marketplace Opens for Partners', '<p>Hi!</p>\n<p>The Merchium Marketplace is where merchants will buy themes and apps for their stores. Today, we have great news for developers and designers who want to sell their work via the Marketplace and to benefit from Merchium’s growth.</p>\n<p><strong>The Merchium Marketplace is now open for partners.</strong> If you want to sell apps and themes on the Marketplace, email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> and we’ll send you a personal invitation to join a secret registration page.</p>\n<div style=\"text-align:center;margin:15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div>\n<p>The Marketplace is currently running behind a curtain; only our team and the partners have access to the site. Once the Marketplace has enough apps and themes, we’ll open it to the public.</p>\n<p><!--CUT--><br /></p>\n<h2>Why Become a Partner</h2>\n<p>As our partner, you will get <strong>80% of the profits from every app and 70% of the profits from every theme</strong> you create and sell through the Marketplace. To withdraw funds, you’ll need only a PayPal account.</p>\n<p>By entering the Marketplace now, you are putting your apps and themes in a privileged position: when the Marketplace opens to merchants, your work will be the first thing they see. You’ll benefit from a market with a low concurrency that is under growing demand.</p>\n<h2>What a Partner Does</h2>\n<p>There are two roles that a partner can fulfill: <strong>theme designer</strong> or <strong>app developer</strong>.</p>\n<p><strong>Theme designers</strong> use Merchium’s built-in editors to create themes for Merchium storefronts. Being a theme designer requires CSS knowledge and visual design skills. No programming or template code editing is involved. Learn more about creating themes for Merchium in the <a href=\"http://docs.merchium.com/themes\" title=\"Merchium Theme Designer Guide\" target=\"_blank\" rel=\"noreferrer noopener\">docs</a>.</p>\n<p><strong>App developers</strong> contribute to Merchium by adding payment, shipping, and helpdesk services, marketing tools, and other useful things. You can develop apps for Merchium using any programming language. Please refer to the Merchium <a href=\"http://docs.merchium.com/apps/api\" title=\"Merchium API Documentation\" target=\"_blank\" rel=\"noreferrer noopener\">API docs</a> and the official <a href=\"http://docs.merchium.com/apps\" title=\"Merchium App Developer Guide\" target=\"_blank\" rel=\"noreferrer noopener\">app developer guide</a> to learn more.</p>\n<h2>How to Join</h2>\n<p>Email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> to gain access to the Marketplace.</p>\n<div style=\"text-align:center;margin:15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div>\n<p><a href=\"http://docs.merchium.com\" title=\"Merchium Developer Documentation\" target=\"_blank\" rel=\"noreferrer noopener\">Read the docs</a> to learn how to create apps and themes for Merchium.</p>\n<p>If you have any questions during development, feel free to ask our team via the <a href=\"http://help.merchium.com/support/discussions/forums/1000155049\" title=\"Merchium Developer Forum\" target=\"_blank\" rel=\"noreferrer noopener\">developer forum</a> (to log in, <a href=\"http://www.merchium.com/?signup\" title=\"Merchium Free Signup\" target=\"_blank\" rel=\"noreferrer noopener\">create a free Merchium account</a>).</p>\n<hr />\n<p>We’re happy to answer any questions about the partnership in the comments section.</p>\n<p>Follow Merchium on Facebook and Twitter to get the latest news!</p>\n<p>Thanks!</p>', '', '', '', ''),
(65, 'en', 'Merchiun Marketplace Opens for Partners', '<p>Hi!</p>\n<p>The Merchium Marketplace is where merchants will buy themes and apps for their stores. Today, we have great news for developers and designers who want to sell their work via the Marketplace and to benefit from Merchium’s growth.</p>\n<p><strong>The Merchium Marketplace is now open for partners.</strong> If you want to sell apps and themes on the Marketplace, email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> and we’ll send you a personal invitation to join a secret registration page.</p>\n<div style=\"text-align:center;margin:15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div>\n<p>The Marketplace is currently running behind a curtain; only our team and the partners have access to the site. Once the Marketplace has enough apps and themes, we’ll open it to the public.</p>\n<p><!--CUT--><br /></p>\n<h2>Why Become a Partner</h2>\n<p>As our partner, you will get <strong>80% of the profits from every app and 70% of the profits from every theme</strong> you create and sell through the Marketplace. To withdraw funds, you’ll need only a PayPal account.</p>\n<p>By entering the Marketplace now, you are putting your apps and themes in a privileged position: when the Marketplace opens to merchants, your work will be the first thing they see. You’ll benefit from a market with a low concurrency that is under growing demand.</p>\n<h2>What a Partner Does</h2>\n<p>There are two roles that a partner can fulfill: <strong>theme designer</strong> or <strong>app developer</strong>.</p>\n<p><strong>Theme designers</strong> use Merchium’s built-in editors to create themes for Merchium storefronts. Being a theme designer requires CSS knowledge and visual design skills. No programming or template code editing is involved. Learn more about creating themes for Merchium in the <a href=\"http://docs.merchium.com/themes\" title=\"Merchium Theme Designer Guide\" target=\"_blank\" rel=\"noreferrer noopener\">docs</a>.</p>\n<p><strong>App developers</strong> contribute to Merchium by adding payment, shipping, and helpdesk services, marketing tools, and other useful things. You can develop apps for Merchium using any programming language. Please refer to the Merchium <a href=\"http://docs.merchium.com/apps/api\" title=\"Merchium API Documentation\" target=\"_blank\" rel=\"noreferrer noopener\">API docs</a> and the official <a href=\"http://docs.merchium.com/apps\" title=\"Merchium App Developer Guide\" target=\"_blank\" rel=\"noreferrer noopener\">app developer guide</a> to learn more.</p>\n<h2>How to Join</h2>\n<p>Email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> to gain access to the Marketplace.</p>\n<div style=\"text-align:center;margin:15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div>\n<p><a href=\"http://docs.merchium.com\" title=\"Merchium Developer Documentation\" target=\"_blank\" rel=\"noreferrer noopener\">Read the docs</a> to learn how to create apps and themes for Merchium.</p>\n<p>If you have any questions during development, feel free to ask our team via the <a href=\"http://help.merchium.com/support/discussions/forums/1000155049\" title=\"Merchium Developer Forum\" target=\"_blank\" rel=\"noreferrer noopener\">developer forum</a> (to log in, <a href=\"http://www.merchium.com/?signup\" title=\"Merchium Free Signup\" target=\"_blank\" rel=\"noreferrer noopener\">create a free Merchium account</a>).</p>\n<hr />\n<p>We’re happy to answer any questions about the partnership in the comments section.</p>\n<p>Follow Merchium on Facebook and Twitter to get the latest news!</p>\n<p>Thanks!</p>', '', '', '', ''),
(65, 'es', 'Merchiun Marketplace Opens for Partners', '<p>Hi!</p>\n<p>The Merchium Marketplace is where merchants will buy themes and apps for their stores. Today, we have great news for developers and designers who want to sell their work via the Marketplace and to benefit from Merchium’s growth.</p>\n<p><strong>The Merchium Marketplace is now open for partners.</strong> If you want to sell apps and themes on the Marketplace, email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> and we’ll send you a personal invitation to join a secret registration page.</p>\n<div style=\"text-align:center;margin:15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div>\n<p>The Marketplace is currently running behind a curtain; only our team and the partners have access to the site. Once the Marketplace has enough apps and themes, we’ll open it to the public.</p>\n<p><!--CUT--><br /></p>\n<h2>Why Become a Partner</h2>\n<p>As our partner, you will get <strong>80% of the profits from every app and 70% of the profits from every theme</strong> you create and sell through the Marketplace. To withdraw funds, you’ll need only a PayPal account.</p>\n<p>By entering the Marketplace now, you are putting your apps and themes in a privileged position: when the Marketplace opens to merchants, your work will be the first thing they see. You’ll benefit from a market with a low concurrency that is under growing demand.</p>\n<h2>What a Partner Does</h2>\n<p>There are two roles that a partner can fulfill: <strong>theme designer</strong> or <strong>app developer</strong>.</p>\n<p><strong>Theme designers</strong> use Merchium’s built-in editors to create themes for Merchium storefronts. Being a theme designer requires CSS knowledge and visual design skills. No programming or template code editing is involved. Learn more about creating themes for Merchium in the <a href=\"http://docs.merchium.com/themes\" title=\"Merchium Theme Designer Guide\" target=\"_blank\" rel=\"noreferrer noopener\">docs</a>.</p>\n<p><strong>App developers</strong> contribute to Merchium by adding payment, shipping, and helpdesk services, marketing tools, and other useful things. You can develop apps for Merchium using any programming language. Please refer to the Merchium <a href=\"http://docs.merchium.com/apps/api\" title=\"Merchium API Documentation\" target=\"_blank\" rel=\"noreferrer noopener\">API docs</a> and the official <a href=\"http://docs.merchium.com/apps\" title=\"Merchium App Developer Guide\" target=\"_blank\" rel=\"noreferrer noopener\">app developer guide</a> to learn more.</p>\n<h2>How to Join</h2>\n<p>Email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> to gain access to the Marketplace.</p>\n<div style=\"text-align:center;margin:15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div>\n<p><a href=\"http://docs.merchium.com\" title=\"Merchium Developer Documentation\" target=\"_blank\" rel=\"noreferrer noopener\">Read the docs</a> to learn how to create apps and themes for Merchium.</p>\n<p>If you have any questions during development, feel free to ask our team via the <a href=\"http://help.merchium.com/support/discussions/forums/1000155049\" title=\"Merchium Developer Forum\" target=\"_blank\" rel=\"noreferrer noopener\">developer forum</a> (to log in, <a href=\"http://www.merchium.com/?signup\" title=\"Merchium Free Signup\" target=\"_blank\" rel=\"noreferrer noopener\">create a free Merchium account</a>).</p>\n<hr />\n<p>We’re happy to answer any questions about the partnership in the comments section.</p>\n<p>Follow Merchium on Facebook and Twitter to get the latest news!</p>\n<p>Thanks!</p>', '', '', '', ''),
(65, 'fr', 'Merchiun Marketplace Opens for Partners', '<p>Hi!</p>\n<p>The Merchium Marketplace is where merchants will buy themes and apps for their stores. Today, we have great news for developers and designers who want to sell their work via the Marketplace and to benefit from Merchium’s growth.</p>\n<p><strong>The Merchium Marketplace is now open for partners.</strong> If you want to sell apps and themes on the Marketplace, email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> and we’ll send you a personal invitation to join a secret registration page.</p>\n<div style=\"text-align:center;margin:15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div>\n<p>The Marketplace is currently running behind a curtain; only our team and the partners have access to the site. Once the Marketplace has enough apps and themes, we’ll open it to the public.</p>\n<p><!--CUT--><br /></p>\n<h2>Why Become a Partner</h2>\n<p>As our partner, you will get <strong>80% of the profits from every app and 70% of the profits from every theme</strong> you create and sell through the Marketplace. To withdraw funds, you’ll need only a PayPal account.</p>\n<p>By entering the Marketplace now, you are putting your apps and themes in a privileged position: when the Marketplace opens to merchants, your work will be the first thing they see. You’ll benefit from a market with a low concurrency that is under growing demand.</p>\n<h2>What a Partner Does</h2>\n<p>There are two roles that a partner can fulfill: <strong>theme designer</strong> or <strong>app developer</strong>.</p>\n<p><strong>Theme designers</strong> use Merchium’s built-in editors to create themes for Merchium storefronts. Being a theme designer requires CSS knowledge and visual design skills. No programming or template code editing is involved. Learn more about creating themes for Merchium in the <a href=\"http://docs.merchium.com/themes\" title=\"Merchium Theme Designer Guide\" target=\"_blank\" rel=\"noreferrer noopener\">docs</a>.</p>\n<p><strong>App developers</strong> contribute to Merchium by adding payment, shipping, and helpdesk services, marketing tools, and other useful things. You can develop apps for Merchium using any programming language. Please refer to the Merchium <a href=\"http://docs.merchium.com/apps/api\" title=\"Merchium API Documentation\" target=\"_blank\" rel=\"noreferrer noopener\">API docs</a> and the official <a href=\"http://docs.merchium.com/apps\" title=\"Merchium App Developer Guide\" target=\"_blank\" rel=\"noreferrer noopener\">app developer guide</a> to learn more.</p>\n<h2>How to Join</h2>\n<p>Email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> to gain access to the Marketplace.</p>\n<div style=\"text-align:center;margin:15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div>\n<p><a href=\"http://docs.merchium.com\" title=\"Merchium Developer Documentation\" target=\"_blank\" rel=\"noreferrer noopener\">Read the docs</a> to learn how to create apps and themes for Merchium.</p>\n<p>If you have any questions during development, feel free to ask our team via the <a href=\"http://help.merchium.com/support/discussions/forums/1000155049\" title=\"Merchium Developer Forum\" target=\"_blank\" rel=\"noreferrer noopener\">developer forum</a> (to log in, <a href=\"http://www.merchium.com/?signup\" title=\"Merchium Free Signup\" target=\"_blank\" rel=\"noreferrer noopener\">create a free Merchium account</a>).</p>\n<hr />\n<p>We’re happy to answer any questions about the partnership in the comments section.</p>\n<p>Follow Merchium on Facebook and Twitter to get the latest news!</p>\n<p>Thanks!</p>', '', '', '', ''),
(65, 'it', 'Merchiun Marketplace Opens for Partners', '<p>Hi!</p>\n<p>The Merchium Marketplace is where merchants will buy themes and apps for their stores. Today, we have great news for developers and designers who want to sell their work via the Marketplace and to benefit from Merchium’s growth.</p>\n<p><strong>The Merchium Marketplace is now open for partners.</strong> If you want to sell apps and themes on the Marketplace, email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> and we’ll send you a personal invitation to join a secret registration page.</p>\n<div style=\"text-align:center;margin:15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div>\n<p>The Marketplace is currently running behind a curtain; only our team and the partners have access to the site. Once the Marketplace has enough apps and themes, we’ll open it to the public.</p>\n<p><!--CUT--><br /></p>\n<h2>Why Become a Partner</h2>\n<p>As our partner, you will get <strong>80% of the profits from every app and 70% of the profits from every theme</strong> you create and sell through the Marketplace. To withdraw funds, you’ll need only a PayPal account.</p>\n<p>By entering the Marketplace now, you are putting your apps and themes in a privileged position: when the Marketplace opens to merchants, your work will be the first thing they see. You’ll benefit from a market with a low concurrency that is under growing demand.</p>\n<h2>What a Partner Does</h2>\n<p>There are two roles that a partner can fulfill: <strong>theme designer</strong> or <strong>app developer</strong>.</p>\n<p><strong>Theme designers</strong> use Merchium’s built-in editors to create themes for Merchium storefronts. Being a theme designer requires CSS knowledge and visual design skills. No programming or template code editing is involved. Learn more about creating themes for Merchium in the <a href=\"http://docs.merchium.com/themes\" title=\"Merchium Theme Designer Guide\" target=\"_blank\" rel=\"noreferrer noopener\">docs</a>.</p>\n<p><strong>App developers</strong> contribute to Merchium by adding payment, shipping, and helpdesk services, marketing tools, and other useful things. You can develop apps for Merchium using any programming language. Please refer to the Merchium <a href=\"http://docs.merchium.com/apps/api\" title=\"Merchium API Documentation\" target=\"_blank\" rel=\"noreferrer noopener\">API docs</a> and the official <a href=\"http://docs.merchium.com/apps\" title=\"Merchium App Developer Guide\" target=\"_blank\" rel=\"noreferrer noopener\">app developer guide</a> to learn more.</p>\n<h2>How to Join</h2>\n<p>Email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> to gain access to the Marketplace.</p>\n<div style=\"text-align:center;margin:15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div>\n<p><a href=\"http://docs.merchium.com\" title=\"Merchium Developer Documentation\" target=\"_blank\" rel=\"noreferrer noopener\">Read the docs</a> to learn how to create apps and themes for Merchium.</p>\n<p>If you have any questions during development, feel free to ask our team via the <a href=\"http://help.merchium.com/support/discussions/forums/1000155049\" title=\"Merchium Developer Forum\" target=\"_blank\" rel=\"noreferrer noopener\">developer forum</a> (to log in, <a href=\"http://www.merchium.com/?signup\" title=\"Merchium Free Signup\" target=\"_blank\" rel=\"noreferrer noopener\">create a free Merchium account</a>).</p>\n<hr />\n<p>We’re happy to answer any questions about the partnership in the comments section.</p>\n<p>Follow Merchium on Facebook and Twitter to get the latest news!</p>\n<p>Thanks!</p>', '', '', '', ''),
(65, 'nl', 'Merchiun Marketplace Opens for Partners', '<p>Hi!</p>\n<p>The Merchium Marketplace is where merchants will buy themes and apps for their stores. Today, we have great news for developers and designers who want to sell their work via the Marketplace and to benefit from Merchium’s growth.</p>\n<p><strong>The Merchium Marketplace is now open for partners.</strong> If you want to sell apps and themes on the Marketplace, email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> and we’ll send you a personal invitation to join a secret registration page.</p>\n<div style=\"text-align:center;margin:15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div>\n<p>The Marketplace is currently running behind a curtain; only our team and the partners have access to the site. Once the Marketplace has enough apps and themes, we’ll open it to the public.</p>\n<p><!--CUT--><br /></p>\n<h2>Why Become a Partner</h2>\n<p>As our partner, you will get <strong>80% of the profits from every app and 70% of the profits from every theme</strong> you create and sell through the Marketplace. To withdraw funds, you’ll need only a PayPal account.</p>\n<p>By entering the Marketplace now, you are putting your apps and themes in a privileged position: when the Marketplace opens to merchants, your work will be the first thing they see. You’ll benefit from a market with a low concurrency that is under growing demand.</p>\n<h2>What a Partner Does</h2>\n<p>There are two roles that a partner can fulfill: <strong>theme designer</strong> or <strong>app developer</strong>.</p>\n<p><strong>Theme designers</strong> use Merchium’s built-in editors to create themes for Merchium storefronts. Being a theme designer requires CSS knowledge and visual design skills. No programming or template code editing is involved. Learn more about creating themes for Merchium in the <a href=\"http://docs.merchium.com/themes\" title=\"Merchium Theme Designer Guide\" target=\"_blank\" rel=\"noreferrer noopener\">docs</a>.</p>\n<p><strong>App developers</strong> contribute to Merchium by adding payment, shipping, and helpdesk services, marketing tools, and other useful things. You can develop apps for Merchium using any programming language. Please refer to the Merchium <a href=\"http://docs.merchium.com/apps/api\" title=\"Merchium API Documentation\" target=\"_blank\" rel=\"noreferrer noopener\">API docs</a> and the official <a href=\"http://docs.merchium.com/apps\" title=\"Merchium App Developer Guide\" target=\"_blank\" rel=\"noreferrer noopener\">app developer guide</a> to learn more.</p>\n<h2>How to Join</h2>\n<p>Email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> to gain access to the Marketplace.</p>\n<div style=\"text-align:center;margin:15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div>\n<p><a href=\"http://docs.merchium.com\" title=\"Merchium Developer Documentation\" target=\"_blank\" rel=\"noreferrer noopener\">Read the docs</a> to learn how to create apps and themes for Merchium.</p>\n<p>If you have any questions during development, feel free to ask our team via the <a href=\"http://help.merchium.com/support/discussions/forums/1000155049\" title=\"Merchium Developer Forum\" target=\"_blank\" rel=\"noreferrer noopener\">developer forum</a> (to log in, <a href=\"http://www.merchium.com/?signup\" title=\"Merchium Free Signup\" target=\"_blank\" rel=\"noreferrer noopener\">create a free Merchium account</a>).</p>\n<hr />\n<p>We’re happy to answer any questions about the partnership in the comments section.</p>\n<p>Follow Merchium on Facebook and Twitter to get the latest news!</p>\n<p>Thanks!</p>', '', '', '', ''),
(65, 'no', 'Merchiun Marketplace Opens for Partners', '<p>Hi!</p>\n<p>The Merchium Marketplace is where merchants will buy themes and apps for their stores. Today, we have great news for developers and designers who want to sell their work via the Marketplace and to benefit from Merchium’s growth.</p>\n<p><strong>The Merchium Marketplace is now open for partners.</strong> If you want to sell apps and themes on the Marketplace, email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> and we’ll send you a personal invitation to join a secret registration page.</p>\n<div style=\"text-align:center;margin:15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div>\n<p>The Marketplace is currently running behind a curtain; only our team and the partners have access to the site. Once the Marketplace has enough apps and themes, we’ll open it to the public.</p>\n<p><!--CUT--><br /></p>\n<h2>Why Become a Partner</h2>\n<p>As our partner, you will get <strong>80% of the profits from every app and 70% of the profits from every theme</strong> you create and sell through the Marketplace. To withdraw funds, you’ll need only a PayPal account.</p>\n<p>By entering the Marketplace now, you are putting your apps and themes in a privileged position: when the Marketplace opens to merchants, your work will be the first thing they see. You’ll benefit from a market with a low concurrency that is under growing demand.</p>\n<h2>What a Partner Does</h2>\n<p>There are two roles that a partner can fulfill: <strong>theme designer</strong> or <strong>app developer</strong>.</p>\n<p><strong>Theme designers</strong> use Merchium’s built-in editors to create themes for Merchium storefronts. Being a theme designer requires CSS knowledge and visual design skills. No programming or template code editing is involved. Learn more about creating themes for Merchium in the <a href=\"http://docs.merchium.com/themes\" title=\"Merchium Theme Designer Guide\" target=\"_blank\" rel=\"noreferrer noopener\">docs</a>.</p>\n<p><strong>App developers</strong> contribute to Merchium by adding payment, shipping, and helpdesk services, marketing tools, and other useful things. You can develop apps for Merchium using any programming language. Please refer to the Merchium <a href=\"http://docs.merchium.com/apps/api\" title=\"Merchium API Documentation\" target=\"_blank\" rel=\"noreferrer noopener\">API docs</a> and the official <a href=\"http://docs.merchium.com/apps\" title=\"Merchium App Developer Guide\" target=\"_blank\" rel=\"noreferrer noopener\">app developer guide</a> to learn more.</p>\n<h2>How to Join</h2>\n<p>Email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> to gain access to the Marketplace.</p>\n<div style=\"text-align:center;margin:15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div>\n<p><a href=\"http://docs.merchium.com\" title=\"Merchium Developer Documentation\" target=\"_blank\" rel=\"noreferrer noopener\">Read the docs</a> to learn how to create apps and themes for Merchium.</p>\n<p>If you have any questions during development, feel free to ask our team via the <a href=\"http://help.merchium.com/support/discussions/forums/1000155049\" title=\"Merchium Developer Forum\" target=\"_blank\" rel=\"noreferrer noopener\">developer forum</a> (to log in, <a href=\"http://www.merchium.com/?signup\" title=\"Merchium Free Signup\" target=\"_blank\" rel=\"noreferrer noopener\">create a free Merchium account</a>).</p>\n<hr />\n<p>We’re happy to answer any questions about the partnership in the comments section.</p>\n<p>Follow Merchium on Facebook and Twitter to get the latest news!</p>\n<p>Thanks!</p>', '', '', '', ''),
(65, 'pt', 'Merchiun Marketplace Opens for Partners', '<p>Hi!</p>\n<p>The Merchium Marketplace is where merchants will buy themes and apps for their stores. Today, we have great news for developers and designers who want to sell their work via the Marketplace and to benefit from Merchium’s growth.</p>\n<p><strong>The Merchium Marketplace is now open for partners.</strong> If you want to sell apps and themes on the Marketplace, email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> and we’ll send you a personal invitation to join a secret registration page.</p>\n<div style=\"text-align:center;margin:15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div>\n<p>The Marketplace is currently running behind a curtain; only our team and the partners have access to the site. Once the Marketplace has enough apps and themes, we’ll open it to the public.</p>\n<p><!--CUT--><br /></p>\n<h2>Why Become a Partner</h2>\n<p>As our partner, you will get <strong>80% of the profits from every app and 70% of the profits from every theme</strong> you create and sell through the Marketplace. To withdraw funds, you’ll need only a PayPal account.</p>\n<p>By entering the Marketplace now, you are putting your apps and themes in a privileged position: when the Marketplace opens to merchants, your work will be the first thing they see. You’ll benefit from a market with a low concurrency that is under growing demand.</p>\n<h2>What a Partner Does</h2>\n<p>There are two roles that a partner can fulfill: <strong>theme designer</strong> or <strong>app developer</strong>.</p>\n<p><strong>Theme designers</strong> use Merchium’s built-in editors to create themes for Merchium storefronts. Being a theme designer requires CSS knowledge and visual design skills. No programming or template code editing is involved. Learn more about creating themes for Merchium in the <a href=\"http://docs.merchium.com/themes\" title=\"Merchium Theme Designer Guide\" target=\"_blank\" rel=\"noreferrer noopener\">docs</a>.</p>\n<p><strong>App developers</strong> contribute to Merchium by adding payment, shipping, and helpdesk services, marketing tools, and other useful things. You can develop apps for Merchium using any programming language. Please refer to the Merchium <a href=\"http://docs.merchium.com/apps/api\" title=\"Merchium API Documentation\" target=\"_blank\" rel=\"noreferrer noopener\">API docs</a> and the official <a href=\"http://docs.merchium.com/apps\" title=\"Merchium App Developer Guide\" target=\"_blank\" rel=\"noreferrer noopener\">app developer guide</a> to learn more.</p>\n<h2>How to Join</h2>\n<p>Email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> to gain access to the Marketplace.</p>\n<div style=\"text-align:center;margin:15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div>\n<p><a href=\"http://docs.merchium.com\" title=\"Merchium Developer Documentation\" target=\"_blank\" rel=\"noreferrer noopener\">Read the docs</a> to learn how to create apps and themes for Merchium.</p>\n<p>If you have any questions during development, feel free to ask our team via the <a href=\"http://help.merchium.com/support/discussions/forums/1000155049\" title=\"Merchium Developer Forum\" target=\"_blank\" rel=\"noreferrer noopener\">developer forum</a> (to log in, <a href=\"http://www.merchium.com/?signup\" title=\"Merchium Free Signup\" target=\"_blank\" rel=\"noreferrer noopener\">create a free Merchium account</a>).</p>\n<hr />\n<p>We’re happy to answer any questions about the partnership in the comments section.</p>\n<p>Follow Merchium on Facebook and Twitter to get the latest news!</p>\n<p>Thanks!</p>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(65, 'ro', 'Merchiun Marketplace Opens for Partners', '<p>Hi!</p>\n<p>The Merchium Marketplace is where merchants will buy themes and apps for their stores. Today, we have great news for developers and designers who want to sell their work via the Marketplace and to benefit from Merchium’s growth.</p>\n<p><strong>The Merchium Marketplace is now open for partners.</strong> If you want to sell apps and themes on the Marketplace, email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> and we’ll send you a personal invitation to join a secret registration page.</p>\n<div style=\"text-align:center;margin:15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div>\n<p>The Marketplace is currently running behind a curtain; only our team and the partners have access to the site. Once the Marketplace has enough apps and themes, we’ll open it to the public.</p>\n<p><!--CUT--><br /></p>\n<h2>Why Become a Partner</h2>\n<p>As our partner, you will get <strong>80% of the profits from every app and 70% of the profits from every theme</strong> you create and sell through the Marketplace. To withdraw funds, you’ll need only a PayPal account.</p>\n<p>By entering the Marketplace now, you are putting your apps and themes in a privileged position: when the Marketplace opens to merchants, your work will be the first thing they see. You’ll benefit from a market with a low concurrency that is under growing demand.</p>\n<h2>What a Partner Does</h2>\n<p>There are two roles that a partner can fulfill: <strong>theme designer</strong> or <strong>app developer</strong>.</p>\n<p><strong>Theme designers</strong> use Merchium’s built-in editors to create themes for Merchium storefronts. Being a theme designer requires CSS knowledge and visual design skills. No programming or template code editing is involved. Learn more about creating themes for Merchium in the <a href=\"http://docs.merchium.com/themes\" title=\"Merchium Theme Designer Guide\" target=\"_blank\" rel=\"noreferrer noopener\">docs</a>.</p>\n<p><strong>App developers</strong> contribute to Merchium by adding payment, shipping, and helpdesk services, marketing tools, and other useful things. You can develop apps for Merchium using any programming language. Please refer to the Merchium <a href=\"http://docs.merchium.com/apps/api\" title=\"Merchium API Documentation\" target=\"_blank\" rel=\"noreferrer noopener\">API docs</a> and the official <a href=\"http://docs.merchium.com/apps\" title=\"Merchium App Developer Guide\" target=\"_blank\" rel=\"noreferrer noopener\">app developer guide</a> to learn more.</p>\n<h2>How to Join</h2>\n<p>Email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> to gain access to the Marketplace.</p>\n<div style=\"text-align:center;margin:15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div>\n<p><a href=\"http://docs.merchium.com\" title=\"Merchium Developer Documentation\" target=\"_blank\" rel=\"noreferrer noopener\">Read the docs</a> to learn how to create apps and themes for Merchium.</p>\n<p>If you have any questions during development, feel free to ask our team via the <a href=\"http://help.merchium.com/support/discussions/forums/1000155049\" title=\"Merchium Developer Forum\" target=\"_blank\" rel=\"noreferrer noopener\">developer forum</a> (to log in, <a href=\"http://www.merchium.com/?signup\" title=\"Merchium Free Signup\" target=\"_blank\" rel=\"noreferrer noopener\">create a free Merchium account</a>).</p>\n<hr />\n<p>We’re happy to answer any questions about the partnership in the comments section.</p>\n<p>Follow Merchium on Facebook and Twitter to get the latest news!</p>\n<p>Thanks!</p>', '', '', '', ''),
(65, 'ru', 'Merchiun Marketplace Opens for Partners', '<p>Hi!</p>\n<p>The Merchium Marketplace is where merchants will buy themes and apps for their stores. Today, we have great news for developers and designers who want to sell their work via the Marketplace and to benefit from Merchium’s growth.</p>\n<p><strong>The Merchium Marketplace is now open for partners.</strong> If you want to sell apps and themes on the Marketplace, email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> and we’ll send you a personal invitation to join a secret registration page.</p>\n<div style=\"text-align:center;margin:15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div>\n<p>The Marketplace is currently running behind a curtain; only our team and the partners have access to the site. Once the Marketplace has enough apps and themes, we’ll open it to the public.</p>\n<p><!--CUT--><br /></p>\n<h2>Why Become a Partner</h2>\n<p>As our partner, you will get <strong>80% of the profits from every app and 70% of the profits from every theme</strong> you create and sell through the Marketplace. To withdraw funds, you’ll need only a PayPal account.</p>\n<p>By entering the Marketplace now, you are putting your apps and themes in a privileged position: when the Marketplace opens to merchants, your work will be the first thing they see. You’ll benefit from a market with a low concurrency that is under growing demand.</p>\n<h2>What a Partner Does</h2>\n<p>There are two roles that a partner can fulfill: <strong>theme designer</strong> or <strong>app developer</strong>.</p>\n<p><strong>Theme designers</strong> use Merchium’s built-in editors to create themes for Merchium storefronts. Being a theme designer requires CSS knowledge and visual design skills. No programming or template code editing is involved. Learn more about creating themes for Merchium in the <a href=\"http://docs.merchium.com/themes\" title=\"Merchium Theme Designer Guide\" target=\"_blank\" rel=\"noreferrer noopener\">docs</a>.</p>\n<p><strong>App developers</strong> contribute to Merchium by adding payment, shipping, and helpdesk services, marketing tools, and other useful things. You can develop apps for Merchium using any programming language. Please refer to the Merchium <a href=\"http://docs.merchium.com/apps/api\" title=\"Merchium API Documentation\" target=\"_blank\" rel=\"noreferrer noopener\">API docs</a> and the official <a href=\"http://docs.merchium.com/apps\" title=\"Merchium App Developer Guide\" target=\"_blank\" rel=\"noreferrer noopener\">app developer guide</a> to learn more.</p>\n<h2>How to Join</h2>\n<p>Email us at <a href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">partners@merchium.com</a> to gain access to the Marketplace.</p>\n<div style=\"text-align:center;margin:15px auto;\"><a class=\"button ty-btn ty-btn__primary\" href=\"mailto:partners@merchium.com?subject=Become%20a%20Merchium%20Partner\" title=\"Become a Merchium Partner\">Become a Partner</a></div>\n<p><a href=\"http://docs.merchium.com\" title=\"Merchium Developer Documentation\" target=\"_blank\" rel=\"noreferrer noopener\">Read the docs</a> to learn how to create apps and themes for Merchium.</p>\n<p>If you have any questions during development, feel free to ask our team via the <a href=\"http://help.merchium.com/support/discussions/forums/1000155049\" title=\"Merchium Developer Forum\" target=\"_blank\" rel=\"noreferrer noopener\">developer forum</a> (to log in, <a href=\"http://www.merchium.com/?signup\" title=\"Merchium Free Signup\" target=\"_blank\" rel=\"noreferrer noopener\">create a free Merchium account</a>).</p>\n<hr />\n<p>We’re happy to answer any questions about the partnership in the comments section.</p>\n<p>Follow Merchium on Facebook and Twitter to get the latest news!</p>\n<p>Thanks!</p>', '', '', '', ''),
(66, 'da', 'Embed Merchiun into a custom website', '<p><strong>Note:</strong> Make sure your site allows you to embed external JavaScript code. If you are using a site generator service, this may not be allowed.</p>\n<ol><li><div>Log in to your <a href=\"http://merchium.com/?login\" target=\"_blank\" rel=\"noreferrer noopener\">Merchium admin panel</a> and go to <strong>Design → Layouts</strong>.</div></li></ol>\n<p><!--CUT--><br /></p>\n<ol><li><div>Switch Layout to <strong>Widget</strong>.</div></li><li><div>Select and copy the content of the <strong>Widget code</strong> box.</div></li><li><div>Paste the code into your page’s source code and save the changes. Here is how your page may look like with your store code.<br /><br />And you are done! Here’s how your store will look on your page.</div></li></ol>', '', '', '', ''),
(66, 'de', 'Embed Merchiun into a custom website', '<p><strong>Note:</strong> Make sure your site allows you to embed external JavaScript code. If you are using a site generator service, this may not be allowed.</p>\n<ol><li><div>Log in to your <a href=\"http://merchium.com/?login\" target=\"_blank\" rel=\"noreferrer noopener\">Merchium admin panel</a> and go to <strong>Design → Layouts</strong>.</div></li></ol>\n<p><!--CUT--><br /></p>\n<ol><li><div>Switch Layout to <strong>Widget</strong>.</div></li><li><div>Select and copy the content of the <strong>Widget code</strong> box.</div></li><li><div>Paste the code into your page’s source code and save the changes. Here is how your page may look like with your store code.<br /><br />And you are done! Here’s how your store will look on your page.</div></li></ol>', '', '', '', ''),
(66, 'el', 'Embed Merchiun into a custom website', '<p><strong>Note:</strong> Make sure your site allows you to embed external JavaScript code. If you are using a site generator service, this may not be allowed.</p>\n<ol><li><div>Log in to your <a href=\"http://merchium.com/?login\" target=\"_blank\" rel=\"noreferrer noopener\">Merchium admin panel</a> and go to <strong>Design → Layouts</strong>.</div></li></ol>\n<p><!--CUT--><br /></p>\n<ol><li><div>Switch Layout to <strong>Widget</strong>.</div></li><li><div>Select and copy the content of the <strong>Widget code</strong> box.</div></li><li><div>Paste the code into your page’s source code and save the changes. Here is how your page may look like with your store code.<br /><br />And you are done! Here’s how your store will look on your page.</div></li></ol>', '', '', '', ''),
(66, 'en', 'Embed Merchiun into a custom website', '<p><strong>Note:</strong> Make sure your site allows you to embed external JavaScript code. If you are using a site generator service, this may not be allowed.</p>\n<ol><li><div>Log in to your <a href=\"http://merchium.com/?login\" target=\"_blank\" rel=\"noreferrer noopener\">Merchium admin panel</a> and go to <strong>Design → Layouts</strong>.</div></li></ol>\n<p><!--CUT--><br /></p>\n<ol><li><div>Switch Layout to <strong>Widget</strong>.</div></li><li><div>Select and copy the content of the <strong>Widget code</strong> box.</div></li><li><div>Paste the code into your page’s source code and save the changes. Here is how your page may look like with your store code.<br /><br />And you are done! Here’s how your store will look on your page.</div></li></ol>', '', '', '', ''),
(66, 'es', 'Embed Merchiun into a custom website', '<p><strong>Note:</strong> Make sure your site allows you to embed external JavaScript code. If you are using a site generator service, this may not be allowed.</p>\n<ol><li><div>Log in to your <a href=\"http://merchium.com/?login\" target=\"_blank\" rel=\"noreferrer noopener\">Merchium admin panel</a> and go to <strong>Design → Layouts</strong>.</div></li></ol>\n<p><!--CUT--><br /></p>\n<ol><li><div>Switch Layout to <strong>Widget</strong>.</div></li><li><div>Select and copy the content of the <strong>Widget code</strong> box.</div></li><li><div>Paste the code into your page’s source code and save the changes. Here is how your page may look like with your store code.<br /><br />And you are done! Here’s how your store will look on your page.</div></li></ol>', '', '', '', ''),
(66, 'fr', 'Embed Merchiun into a custom website', '<p><strong>Note:</strong> Make sure your site allows you to embed external JavaScript code. If you are using a site generator service, this may not be allowed.</p>\n<ol><li><div>Log in to your <a href=\"http://merchium.com/?login\" target=\"_blank\" rel=\"noreferrer noopener\">Merchium admin panel</a> and go to <strong>Design → Layouts</strong>.</div></li></ol>\n<p><!--CUT--><br /></p>\n<ol><li><div>Switch Layout to <strong>Widget</strong>.</div></li><li><div>Select and copy the content of the <strong>Widget code</strong> box.</div></li><li><div>Paste the code into your page’s source code and save the changes. Here is how your page may look like with your store code.<br /><br />And you are done! Here’s how your store will look on your page.</div></li></ol>', '', '', '', ''),
(66, 'it', 'Embed Merchiun into a custom website', '<p><strong>Note:</strong> Make sure your site allows you to embed external JavaScript code. If you are using a site generator service, this may not be allowed.</p>\n<ol><li><div>Log in to your <a href=\"http://merchium.com/?login\" target=\"_blank\" rel=\"noreferrer noopener\">Merchium admin panel</a> and go to <strong>Design → Layouts</strong>.</div></li></ol>\n<p><!--CUT--><br /></p>\n<ol><li><div>Switch Layout to <strong>Widget</strong>.</div></li><li><div>Select and copy the content of the <strong>Widget code</strong> box.</div></li><li><div>Paste the code into your page’s source code and save the changes. Here is how your page may look like with your store code.<br /><br />And you are done! Here’s how your store will look on your page.</div></li></ol>', '', '', '', ''),
(66, 'nl', 'Embed Merchiun into a custom website', '<p><strong>Note:</strong> Make sure your site allows you to embed external JavaScript code. If you are using a site generator service, this may not be allowed.</p>\n<ol><li><div>Log in to your <a href=\"http://merchium.com/?login\" target=\"_blank\" rel=\"noreferrer noopener\">Merchium admin panel</a> and go to <strong>Design → Layouts</strong>.</div></li></ol>\n<p><!--CUT--><br /></p>\n<ol><li><div>Switch Layout to <strong>Widget</strong>.</div></li><li><div>Select and copy the content of the <strong>Widget code</strong> box.</div></li><li><div>Paste the code into your page’s source code and save the changes. Here is how your page may look like with your store code.<br /><br />And you are done! Here’s how your store will look on your page.</div></li></ol>', '', '', '', ''),
(66, 'no', 'Embed Merchiun into a custom website', '<p><strong>Note:</strong> Make sure your site allows you to embed external JavaScript code. If you are using a site generator service, this may not be allowed.</p>\n<ol><li><div>Log in to your <a href=\"http://merchium.com/?login\" target=\"_blank\" rel=\"noreferrer noopener\">Merchium admin panel</a> and go to <strong>Design → Layouts</strong>.</div></li></ol>\n<p><!--CUT--><br /></p>\n<ol><li><div>Switch Layout to <strong>Widget</strong>.</div></li><li><div>Select and copy the content of the <strong>Widget code</strong> box.</div></li><li><div>Paste the code into your page’s source code and save the changes. Here is how your page may look like with your store code.<br /><br />And you are done! Here’s how your store will look on your page.</div></li></ol>', '', '', '', ''),
(66, 'pt', 'Embed Merchiun into a custom website', '<p><strong>Note:</strong> Make sure your site allows you to embed external JavaScript code. If you are using a site generator service, this may not be allowed.</p>\n<ol><li><div>Log in to your <a href=\"http://merchium.com/?login\" target=\"_blank\" rel=\"noreferrer noopener\">Merchium admin panel</a> and go to <strong>Design → Layouts</strong>.</div></li></ol>\n<p><!--CUT--><br /></p>\n<ol><li><div>Switch Layout to <strong>Widget</strong>.</div></li><li><div>Select and copy the content of the <strong>Widget code</strong> box.</div></li><li><div>Paste the code into your page’s source code and save the changes. Here is how your page may look like with your store code.<br /><br />And you are done! Here’s how your store will look on your page.</div></li></ol>', '', '', '', ''),
(66, 'ro', 'Embed Merchiun into a custom website', '<p><strong>Note:</strong> Make sure your site allows you to embed external JavaScript code. If you are using a site generator service, this may not be allowed.</p>\n<ol><li><div>Log in to your <a href=\"http://merchium.com/?login\" target=\"_blank\" rel=\"noreferrer noopener\">Merchium admin panel</a> and go to <strong>Design → Layouts</strong>.</div></li></ol>\n<p><!--CUT--><br /></p>\n<ol><li><div>Switch Layout to <strong>Widget</strong>.</div></li><li><div>Select and copy the content of the <strong>Widget code</strong> box.</div></li><li><div>Paste the code into your page’s source code and save the changes. Here is how your page may look like with your store code.<br /><br />And you are done! Here’s how your store will look on your page.</div></li></ol>', '', '', '', ''),
(66, 'ru', 'Embed Merchiun into a custom website', '<p><strong>Note:</strong> Make sure your site allows you to embed external JavaScript code. If you are using a site generator service, this may not be allowed.</p>\n<ol><li><div>Log in to your <a href=\"http://merchium.com/?login\" target=\"_blank\" rel=\"noreferrer noopener\">Merchium admin panel</a> and go to <strong>Design → Layouts</strong>.</div></li></ol>\n<p><!--CUT--><br /></p>\n<ol><li><div>Switch Layout to <strong>Widget</strong>.</div></li><li><div>Select and copy the content of the <strong>Widget code</strong> box.</div></li><li><div>Paste the code into your page’s source code and save the changes. Here is how your page may look like with your store code.<br /><br />And you are done! Here’s how your store will look on your page.</div></li></ol>', '', '', '', ''),
(67, 'da', 'PayPal payment', '<h5>To set PayPal Website Payments Standard account in Merchium:</h5>\n<ol><li>In the administration panel, go to <b>Administration &gt; Payment methods</b>.</li><li>Click the <b>+</b> button on the left.</li><li>In the opened window, enter <i>PayPal</i> into the <b>Name</b> text input field, select <b>PayPal</b> in the <b>Processor</b>drop-down select box, enter the necessary description and surcharge values into the corresponding input fields, upload an image if necessary.</li></ol>\n<p><!--CUT--><br /></p>\n<ol><li>In the same window, go to the <b>Configure</b> tab. This will open a section with PayPal settings. </li><li>Complete the following fields:<ul><li><b>Account</b> - your PayPal account login (namely, your email address).</li><li><b>Name of the item</b> - the value of the <b>Pay for</b> field, displayed on PayPal web page during the payment (for instance, <i>My shop</i>).</li><li><b>Currency</b> - the currency in your PayPal account. If it does not match the base currency in your Merchium settings, please contact Merchium support team.</li><li><b>Test/Live mode</b> - select <b>Live</b>. In order to use the <b>Test</b> mode you need to get additional accounts at <a href=\"https://developer.paypal.com\" target=\"_blank\" rel=\"noreferrer noopener\">PayPal Sandbox</a>.</li><li><b>Order prefix</b> - any prefix you want invoice IDs to have on PayPal site (optional field) (for instance, <i>mycart</i>).Using the prefix allows to prevent duplicate invoice IDs in case you use the same PayPal account for accepting payment from several websites.</li></ul></li><li>Click the <b>Create</b> button to apply the changes.</li></ol>\n<h5>Your PayPal account should have the following settings:</h5>\n<ul><li><b>Instant Payment Notification</b> - <i>off</i></li><li><b>Payment Data Transfer</b> - <i>off</i></li><li><b>Auto Return for Website Payments</b> - <i>off</i> </li><li><b>Return URL</b> - <i>blank</i></li></ul>', '', '', '', ''),
(67, 'de', 'PayPal payment', '<h5>To set PayPal Website Payments Standard account in Merchium:</h5>\n<ol><li>In the administration panel, go to <b>Administration &gt; Payment methods</b>.</li><li>Click the <b>+</b> button on the left.</li><li>In the opened window, enter <i>PayPal</i> into the <b>Name</b> text input field, select <b>PayPal</b> in the <b>Processor</b>drop-down select box, enter the necessary description and surcharge values into the corresponding input fields, upload an image if necessary.</li></ol>\n<p><!--CUT--><br /></p>\n<ol><li>In the same window, go to the <b>Configure</b> tab. This will open a section with PayPal settings. </li><li>Complete the following fields:<ul><li><b>Account</b> - your PayPal account login (namely, your email address).</li><li><b>Name of the item</b> - the value of the <b>Pay for</b> field, displayed on PayPal web page during the payment (for instance, <i>My shop</i>).</li><li><b>Currency</b> - the currency in your PayPal account. If it does not match the base currency in your Merchium settings, please contact Merchium support team.</li><li><b>Test/Live mode</b> - select <b>Live</b>. In order to use the <b>Test</b> mode you need to get additional accounts at <a href=\"https://developer.paypal.com\" target=\"_blank\" rel=\"noreferrer noopener\">PayPal Sandbox</a>.</li><li><b>Order prefix</b> - any prefix you want invoice IDs to have on PayPal site (optional field) (for instance, <i>mycart</i>).Using the prefix allows to prevent duplicate invoice IDs in case you use the same PayPal account for accepting payment from several websites.</li></ul></li><li>Click the <b>Create</b> button to apply the changes.</li></ol>\n<h5>Your PayPal account should have the following settings:</h5>\n<ul><li><b>Instant Payment Notification</b> - <i>off</i></li><li><b>Payment Data Transfer</b> - <i>off</i></li><li><b>Auto Return for Website Payments</b> - <i>off</i> </li><li><b>Return URL</b> - <i>blank</i></li></ul>', '', '', '', ''),
(67, 'el', 'PayPal payment', '<h5>To set PayPal Website Payments Standard account in Merchium:</h5>\n<ol><li>In the administration panel, go to <b>Administration &gt; Payment methods</b>.</li><li>Click the <b>+</b> button on the left.</li><li>In the opened window, enter <i>PayPal</i> into the <b>Name</b> text input field, select <b>PayPal</b> in the <b>Processor</b>drop-down select box, enter the necessary description and surcharge values into the corresponding input fields, upload an image if necessary.</li></ol>\n<p><!--CUT--><br /></p>\n<ol><li>In the same window, go to the <b>Configure</b> tab. This will open a section with PayPal settings. </li><li>Complete the following fields:<ul><li><b>Account</b> - your PayPal account login (namely, your email address).</li><li><b>Name of the item</b> - the value of the <b>Pay for</b> field, displayed on PayPal web page during the payment (for instance, <i>My shop</i>).</li><li><b>Currency</b> - the currency in your PayPal account. If it does not match the base currency in your Merchium settings, please contact Merchium support team.</li><li><b>Test/Live mode</b> - select <b>Live</b>. In order to use the <b>Test</b> mode you need to get additional accounts at <a href=\"https://developer.paypal.com\" target=\"_blank\" rel=\"noreferrer noopener\">PayPal Sandbox</a>.</li><li><b>Order prefix</b> - any prefix you want invoice IDs to have on PayPal site (optional field) (for instance, <i>mycart</i>).Using the prefix allows to prevent duplicate invoice IDs in case you use the same PayPal account for accepting payment from several websites.</li></ul></li><li>Click the <b>Create</b> button to apply the changes.</li></ol>\n<h5>Your PayPal account should have the following settings:</h5>\n<ul><li><b>Instant Payment Notification</b> - <i>off</i></li><li><b>Payment Data Transfer</b> - <i>off</i></li><li><b>Auto Return for Website Payments</b> - <i>off</i> </li><li><b>Return URL</b> - <i>blank</i></li></ul>', '', '', '', ''),
(67, 'en', 'PayPal payment', '<h5>To set PayPal Website Payments Standard account in Merchium:</h5>\n<ol><li>In the administration panel, go to <b>Administration &gt; Payment methods</b>.</li><li>Click the <b>+</b> button on the left.</li><li>In the opened window, enter <i>PayPal</i> into the <b>Name</b> text input field, select <b>PayPal</b> in the <b>Processor</b>drop-down select box, enter the necessary description and surcharge values into the corresponding input fields, upload an image if necessary.</li></ol>\n<p><!--CUT--><br /></p>\n<ol><li>In the same window, go to the <b>Configure</b> tab. This will open a section with PayPal settings. </li><li>Complete the following fields:<ul><li><b>Account</b> - your PayPal account login (namely, your email address).</li><li><b>Name of the item</b> - the value of the <b>Pay for</b> field, displayed on PayPal web page during the payment (for instance, <i>My shop</i>).</li><li><b>Currency</b> - the currency in your PayPal account. If it does not match the base currency in your Merchium settings, please contact Merchium support team.</li><li><b>Test/Live mode</b> - select <b>Live</b>. In order to use the <b>Test</b> mode you need to get additional accounts at <a href=\"https://developer.paypal.com\" target=\"_blank\" rel=\"noreferrer noopener\">PayPal Sandbox</a>.</li><li><b>Order prefix</b> - any prefix you want invoice IDs to have on PayPal site (optional field) (for instance, <i>mycart</i>).Using the prefix allows to prevent duplicate invoice IDs in case you use the same PayPal account for accepting payment from several websites.</li></ul></li><li>Click the <b>Create</b> button to apply the changes.</li></ol>\n<h5>Your PayPal account should have the following settings:</h5>\n<ul><li><b>Instant Payment Notification</b> - <i>off</i></li><li><b>Payment Data Transfer</b> - <i>off</i></li><li><b>Auto Return for Website Payments</b> - <i>off</i> </li><li><b>Return URL</b> - <i>blank</i></li></ul>', '', '', '', ''),
(67, 'es', 'PayPal payment', '<h5>To set PayPal Website Payments Standard account in Merchium:</h5>\n<ol><li>In the administration panel, go to <b>Administration &gt; Payment methods</b>.</li><li>Click the <b>+</b> button on the left.</li><li>In the opened window, enter <i>PayPal</i> into the <b>Name</b> text input field, select <b>PayPal</b> in the <b>Processor</b>drop-down select box, enter the necessary description and surcharge values into the corresponding input fields, upload an image if necessary.</li></ol>\n<p><!--CUT--><br /></p>\n<ol><li>In the same window, go to the <b>Configure</b> tab. This will open a section with PayPal settings. </li><li>Complete the following fields:<ul><li><b>Account</b> - your PayPal account login (namely, your email address).</li><li><b>Name of the item</b> - the value of the <b>Pay for</b> field, displayed on PayPal web page during the payment (for instance, <i>My shop</i>).</li><li><b>Currency</b> - the currency in your PayPal account. If it does not match the base currency in your Merchium settings, please contact Merchium support team.</li><li><b>Test/Live mode</b> - select <b>Live</b>. In order to use the <b>Test</b> mode you need to get additional accounts at <a href=\"https://developer.paypal.com\" target=\"_blank\" rel=\"noreferrer noopener\">PayPal Sandbox</a>.</li><li><b>Order prefix</b> - any prefix you want invoice IDs to have on PayPal site (optional field) (for instance, <i>mycart</i>).Using the prefix allows to prevent duplicate invoice IDs in case you use the same PayPal account for accepting payment from several websites.</li></ul></li><li>Click the <b>Create</b> button to apply the changes.</li></ol>\n<h5>Your PayPal account should have the following settings:</h5>\n<ul><li><b>Instant Payment Notification</b> - <i>off</i></li><li><b>Payment Data Transfer</b> - <i>off</i></li><li><b>Auto Return for Website Payments</b> - <i>off</i> </li><li><b>Return URL</b> - <i>blank</i></li></ul>', '', '', '', ''),
(67, 'fr', 'PayPal payment', '<h5>To set PayPal Website Payments Standard account in Merchium:</h5>\n<ol><li>In the administration panel, go to <b>Administration &gt; Payment methods</b>.</li><li>Click the <b>+</b> button on the left.</li><li>In the opened window, enter <i>PayPal</i> into the <b>Name</b> text input field, select <b>PayPal</b> in the <b>Processor</b>drop-down select box, enter the necessary description and surcharge values into the corresponding input fields, upload an image if necessary.</li></ol>\n<p><!--CUT--><br /></p>\n<ol><li>In the same window, go to the <b>Configure</b> tab. This will open a section with PayPal settings. </li><li>Complete the following fields:<ul><li><b>Account</b> - your PayPal account login (namely, your email address).</li><li><b>Name of the item</b> - the value of the <b>Pay for</b> field, displayed on PayPal web page during the payment (for instance, <i>My shop</i>).</li><li><b>Currency</b> - the currency in your PayPal account. If it does not match the base currency in your Merchium settings, please contact Merchium support team.</li><li><b>Test/Live mode</b> - select <b>Live</b>. In order to use the <b>Test</b> mode you need to get additional accounts at <a href=\"https://developer.paypal.com\" target=\"_blank\" rel=\"noreferrer noopener\">PayPal Sandbox</a>.</li><li><b>Order prefix</b> - any prefix you want invoice IDs to have on PayPal site (optional field) (for instance, <i>mycart</i>).Using the prefix allows to prevent duplicate invoice IDs in case you use the same PayPal account for accepting payment from several websites.</li></ul></li><li>Click the <b>Create</b> button to apply the changes.</li></ol>\n<h5>Your PayPal account should have the following settings:</h5>\n<ul><li><b>Instant Payment Notification</b> - <i>off</i></li><li><b>Payment Data Transfer</b> - <i>off</i></li><li><b>Auto Return for Website Payments</b> - <i>off</i> </li><li><b>Return URL</b> - <i>blank</i></li></ul>', '', '', '', ''),
(67, 'it', 'PayPal payment', '<h5>To set PayPal Website Payments Standard account in Merchium:</h5>\n<ol><li>In the administration panel, go to <b>Administration &gt; Payment methods</b>.</li><li>Click the <b>+</b> button on the left.</li><li>In the opened window, enter <i>PayPal</i> into the <b>Name</b> text input field, select <b>PayPal</b> in the <b>Processor</b>drop-down select box, enter the necessary description and surcharge values into the corresponding input fields, upload an image if necessary.</li></ol>\n<p><!--CUT--><br /></p>\n<ol><li>In the same window, go to the <b>Configure</b> tab. This will open a section with PayPal settings. </li><li>Complete the following fields:<ul><li><b>Account</b> - your PayPal account login (namely, your email address).</li><li><b>Name of the item</b> - the value of the <b>Pay for</b> field, displayed on PayPal web page during the payment (for instance, <i>My shop</i>).</li><li><b>Currency</b> - the currency in your PayPal account. If it does not match the base currency in your Merchium settings, please contact Merchium support team.</li><li><b>Test/Live mode</b> - select <b>Live</b>. In order to use the <b>Test</b> mode you need to get additional accounts at <a href=\"https://developer.paypal.com\" target=\"_blank\" rel=\"noreferrer noopener\">PayPal Sandbox</a>.</li><li><b>Order prefix</b> - any prefix you want invoice IDs to have on PayPal site (optional field) (for instance, <i>mycart</i>).Using the prefix allows to prevent duplicate invoice IDs in case you use the same PayPal account for accepting payment from several websites.</li></ul></li><li>Click the <b>Create</b> button to apply the changes.</li></ol>\n<h5>Your PayPal account should have the following settings:</h5>\n<ul><li><b>Instant Payment Notification</b> - <i>off</i></li><li><b>Payment Data Transfer</b> - <i>off</i></li><li><b>Auto Return for Website Payments</b> - <i>off</i> </li><li><b>Return URL</b> - <i>blank</i></li></ul>', '', '', '', ''),
(67, 'nl', 'PayPal payment', '<h5>To set PayPal Website Payments Standard account in Merchium:</h5>\n<ol><li>In the administration panel, go to <b>Administration &gt; Payment methods</b>.</li><li>Click the <b>+</b> button on the left.</li><li>In the opened window, enter <i>PayPal</i> into the <b>Name</b> text input field, select <b>PayPal</b> in the <b>Processor</b>drop-down select box, enter the necessary description and surcharge values into the corresponding input fields, upload an image if necessary.</li></ol>\n<p><!--CUT--><br /></p>\n<ol><li>In the same window, go to the <b>Configure</b> tab. This will open a section with PayPal settings. </li><li>Complete the following fields:<ul><li><b>Account</b> - your PayPal account login (namely, your email address).</li><li><b>Name of the item</b> - the value of the <b>Pay for</b> field, displayed on PayPal web page during the payment (for instance, <i>My shop</i>).</li><li><b>Currency</b> - the currency in your PayPal account. If it does not match the base currency in your Merchium settings, please contact Merchium support team.</li><li><b>Test/Live mode</b> - select <b>Live</b>. In order to use the <b>Test</b> mode you need to get additional accounts at <a href=\"https://developer.paypal.com\" target=\"_blank\" rel=\"noreferrer noopener\">PayPal Sandbox</a>.</li><li><b>Order prefix</b> - any prefix you want invoice IDs to have on PayPal site (optional field) (for instance, <i>mycart</i>).Using the prefix allows to prevent duplicate invoice IDs in case you use the same PayPal account for accepting payment from several websites.</li></ul></li><li>Click the <b>Create</b> button to apply the changes.</li></ol>\n<h5>Your PayPal account should have the following settings:</h5>\n<ul><li><b>Instant Payment Notification</b> - <i>off</i></li><li><b>Payment Data Transfer</b> - <i>off</i></li><li><b>Auto Return for Website Payments</b> - <i>off</i> </li><li><b>Return URL</b> - <i>blank</i></li></ul>', '', '', '', ''),
(67, 'no', 'PayPal payment', '<h5>To set PayPal Website Payments Standard account in Merchium:</h5>\n<ol><li>In the administration panel, go to <b>Administration &gt; Payment methods</b>.</li><li>Click the <b>+</b> button on the left.</li><li>In the opened window, enter <i>PayPal</i> into the <b>Name</b> text input field, select <b>PayPal</b> in the <b>Processor</b>drop-down select box, enter the necessary description and surcharge values into the corresponding input fields, upload an image if necessary.</li></ol>\n<p><!--CUT--><br /></p>\n<ol><li>In the same window, go to the <b>Configure</b> tab. This will open a section with PayPal settings. </li><li>Complete the following fields:<ul><li><b>Account</b> - your PayPal account login (namely, your email address).</li><li><b>Name of the item</b> - the value of the <b>Pay for</b> field, displayed on PayPal web page during the payment (for instance, <i>My shop</i>).</li><li><b>Currency</b> - the currency in your PayPal account. If it does not match the base currency in your Merchium settings, please contact Merchium support team.</li><li><b>Test/Live mode</b> - select <b>Live</b>. In order to use the <b>Test</b> mode you need to get additional accounts at <a href=\"https://developer.paypal.com\" target=\"_blank\" rel=\"noreferrer noopener\">PayPal Sandbox</a>.</li><li><b>Order prefix</b> - any prefix you want invoice IDs to have on PayPal site (optional field) (for instance, <i>mycart</i>).Using the prefix allows to prevent duplicate invoice IDs in case you use the same PayPal account for accepting payment from several websites.</li></ul></li><li>Click the <b>Create</b> button to apply the changes.</li></ol>\n<h5>Your PayPal account should have the following settings:</h5>\n<ul><li><b>Instant Payment Notification</b> - <i>off</i></li><li><b>Payment Data Transfer</b> - <i>off</i></li><li><b>Auto Return for Website Payments</b> - <i>off</i> </li><li><b>Return URL</b> - <i>blank</i></li></ul>', '', '', '', ''),
(67, 'pt', 'PayPal payment', '<h5>To set PayPal Website Payments Standard account in Merchium:</h5>\n<ol><li>In the administration panel, go to <b>Administration &gt; Payment methods</b>.</li><li>Click the <b>+</b> button on the left.</li><li>In the opened window, enter <i>PayPal</i> into the <b>Name</b> text input field, select <b>PayPal</b> in the <b>Processor</b>drop-down select box, enter the necessary description and surcharge values into the corresponding input fields, upload an image if necessary.</li></ol>\n<p><!--CUT--><br /></p>\n<ol><li>In the same window, go to the <b>Configure</b> tab. This will open a section with PayPal settings. </li><li>Complete the following fields:<ul><li><b>Account</b> - your PayPal account login (namely, your email address).</li><li><b>Name of the item</b> - the value of the <b>Pay for</b> field, displayed on PayPal web page during the payment (for instance, <i>My shop</i>).</li><li><b>Currency</b> - the currency in your PayPal account. If it does not match the base currency in your Merchium settings, please contact Merchium support team.</li><li><b>Test/Live mode</b> - select <b>Live</b>. In order to use the <b>Test</b> mode you need to get additional accounts at <a href=\"https://developer.paypal.com\" target=\"_blank\" rel=\"noreferrer noopener\">PayPal Sandbox</a>.</li><li><b>Order prefix</b> - any prefix you want invoice IDs to have on PayPal site (optional field) (for instance, <i>mycart</i>).Using the prefix allows to prevent duplicate invoice IDs in case you use the same PayPal account for accepting payment from several websites.</li></ul></li><li>Click the <b>Create</b> button to apply the changes.</li></ol>\n<h5>Your PayPal account should have the following settings:</h5>\n<ul><li><b>Instant Payment Notification</b> - <i>off</i></li><li><b>Payment Data Transfer</b> - <i>off</i></li><li><b>Auto Return for Website Payments</b> - <i>off</i> </li><li><b>Return URL</b> - <i>blank</i></li></ul>', '', '', '', ''),
(67, 'ro', 'PayPal payment', '<h5>To set PayPal Website Payments Standard account in Merchium:</h5>\n<ol><li>In the administration panel, go to <b>Administration &gt; Payment methods</b>.</li><li>Click the <b>+</b> button on the left.</li><li>In the opened window, enter <i>PayPal</i> into the <b>Name</b> text input field, select <b>PayPal</b> in the <b>Processor</b>drop-down select box, enter the necessary description and surcharge values into the corresponding input fields, upload an image if necessary.</li></ol>\n<p><!--CUT--><br /></p>\n<ol><li>In the same window, go to the <b>Configure</b> tab. This will open a section with PayPal settings. </li><li>Complete the following fields:<ul><li><b>Account</b> - your PayPal account login (namely, your email address).</li><li><b>Name of the item</b> - the value of the <b>Pay for</b> field, displayed on PayPal web page during the payment (for instance, <i>My shop</i>).</li><li><b>Currency</b> - the currency in your PayPal account. If it does not match the base currency in your Merchium settings, please contact Merchium support team.</li><li><b>Test/Live mode</b> - select <b>Live</b>. In order to use the <b>Test</b> mode you need to get additional accounts at <a href=\"https://developer.paypal.com\" target=\"_blank\" rel=\"noreferrer noopener\">PayPal Sandbox</a>.</li><li><b>Order prefix</b> - any prefix you want invoice IDs to have on PayPal site (optional field) (for instance, <i>mycart</i>).Using the prefix allows to prevent duplicate invoice IDs in case you use the same PayPal account for accepting payment from several websites.</li></ul></li><li>Click the <b>Create</b> button to apply the changes.</li></ol>\n<h5>Your PayPal account should have the following settings:</h5>\n<ul><li><b>Instant Payment Notification</b> - <i>off</i></li><li><b>Payment Data Transfer</b> - <i>off</i></li><li><b>Auto Return for Website Payments</b> - <i>off</i> </li><li><b>Return URL</b> - <i>blank</i></li></ul>', '', '', '', ''),
(67, 'ru', 'PayPal payment', '<h5>To set PayPal Website Payments Standard account in Merchium:</h5>\n<ol><li>In the administration panel, go to <b>Administration &gt; Payment methods</b>.</li><li>Click the <b>+</b> button on the left.</li><li>In the opened window, enter <i>PayPal</i> into the <b>Name</b> text input field, select <b>PayPal</b> in the <b>Processor</b>drop-down select box, enter the necessary description and surcharge values into the corresponding input fields, upload an image if necessary.</li></ol>\n<p><!--CUT--><br /></p>\n<ol><li>In the same window, go to the <b>Configure</b> tab. This will open a section with PayPal settings. </li><li>Complete the following fields:<ul><li><b>Account</b> - your PayPal account login (namely, your email address).</li><li><b>Name of the item</b> - the value of the <b>Pay for</b> field, displayed on PayPal web page during the payment (for instance, <i>My shop</i>).</li><li><b>Currency</b> - the currency in your PayPal account. If it does not match the base currency in your Merchium settings, please contact Merchium support team.</li><li><b>Test/Live mode</b> - select <b>Live</b>. In order to use the <b>Test</b> mode you need to get additional accounts at <a href=\"https://developer.paypal.com\" target=\"_blank\" rel=\"noreferrer noopener\">PayPal Sandbox</a>.</li><li><b>Order prefix</b> - any prefix you want invoice IDs to have on PayPal site (optional field) (for instance, <i>mycart</i>).Using the prefix allows to prevent duplicate invoice IDs in case you use the same PayPal account for accepting payment from several websites.</li></ul></li><li>Click the <b>Create</b> button to apply the changes.</li></ol>\n<h5>Your PayPal account should have the following settings:</h5>\n<ul><li><b>Instant Payment Notification</b> - <i>off</i></li><li><b>Payment Data Transfer</b> - <i>off</i></li><li><b>Auto Return for Website Payments</b> - <i>off</i> </li><li><b>Return URL</b> - <i>blank</i></li></ul>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(68, 'da', 'Build your own fashion store in a few steps', '<h5>Build your own fashion store in a few steps</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(68, 'de', 'Build your own fashion store in a few steps', '<h5>Build your own fashion store in a few steps</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(68, 'el', 'Build your own fashion store in a few steps', '<h5>Build your own fashion store in a few steps</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(68, 'en', 'Build your own fashion store in a few steps', '<h5>Build your own fashion store in a few steps</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(68, 'es', 'Build your own fashion store in a few steps', '<h5>Build your own fashion store in a few steps</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(68, 'fr', 'Build your own fashion store in a few steps', '<h5>Build your own fashion store in a few steps</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(68, 'it', 'Build your own fashion store in a few steps', '<h5>Build your own fashion store in a few steps</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(68, 'nl', 'Build your own fashion store in a few steps', '<h5>Build your own fashion store in a few steps</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(68, 'no', 'Build your own fashion store in a few steps', '<h5>Build your own fashion store in a few steps</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(68, 'pt', 'Build your own fashion store in a few steps', '<h5>Build your own fashion store in a few steps</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', '');
INSERT INTO `partiushop_page_descriptions` (`page_id`, `lang_code`, `page`, `description`, `meta_keywords`, `meta_description`, `page_title`, `link`) VALUES
(68, 'ro', 'Build your own fashion store in a few steps', '<h5>Build your own fashion store in a few steps</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', ''),
(68, 'ru', 'Build your own fashion store in a few steps', '<h5>Build your own fashion store in a few steps</h5>\n<ol>\n	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet.<br />\n	<br />\n	</li>\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.<br /></li>\n\n	\n	<li>Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdiet. Curabitur pharetra, purus a commodo dignissim, sapien nulla tempus nisi, et varius nulla urna at arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis egestas laoreet. Etiam faucibus massa sed risus lacinia in vulputate dolor imperdie.</li>\n</ol>', '', '', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_payments`
--

CREATE TABLE `partiushop_payments` (
  `payment_id` mediumint(8) UNSIGNED NOT NULL,
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `usergroup_ids` varchar(255) NOT NULL DEFAULT '0',
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `status` char(1) NOT NULL DEFAULT 'A',
  `template` varchar(128) NOT NULL DEFAULT '',
  `processor_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `processor_params` text DEFAULT NULL,
  `a_surcharge` decimal(13,3) NOT NULL DEFAULT 0.000,
  `p_surcharge` decimal(13,3) NOT NULL DEFAULT 0.000,
  `tax_ids` varchar(255) NOT NULL DEFAULT '',
  `localization` varchar(255) NOT NULL DEFAULT '',
  `payment_category` varchar(20) NOT NULL DEFAULT 'tab1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_payments`
--

INSERT INTO `partiushop_payments` (`payment_id`, `company_id`, `usergroup_ids`, `position`, `status`, `template`, `processor_id`, `processor_params`, `a_surcharge`, `p_surcharge`, `tax_ids`, `localization`, `payment_category`) VALUES
(1, 0, '0', 10, 'A', 'views/orders/components/payments/cc.tpl', 106, 'a:5:{s:11:\"merchant_id\";s:15:\"012005994135001\";s:11:\"secret_word\";s:20:\"qwertyasdf0123456789\";s:8:\"currency\";s:3:\"986\";s:9:\"3d_secure\";s:1:\"1\";s:15:\"installment_qty\";s:1:\"5\";}', '0.000', '0.000', '', '', 'tab1'),
(2, 0, '0', 40, 'A', 'views/orders/components/payments/phone.tpl', 0, '', '0.000', '0.000', '', '', 'tab3'),
(5, 0, '0', 50, 'D', 'views/orders/components/payments/money.tpl', 0, '', '0.000', '0.000', '', '', 'tab3'),
(6, 0, '0', 60, 'D', 'views/orders/components/payments/cod.tpl', 0, '', '0.000', '0.000', '', '', 'tab3'),
(7, 0, '0', 70, 'D', 'views/orders/components/payments/po.tpl', 0, '', '0.000', '0.000', '', '', 'tab3'),
(8, 0, '0', 80, 'D', 'views/orders/components/payments/personal_check.tpl', 0, '', '0.000', '0.000', '', '', 'tab3'),
(10, 0, '0', 100, 'D', 'views/orders/components/payments/government_check.tpl', 0, '', '0.000', '0.000', '', '', 'tab3'),
(11, 0, '0', 110, 'D', 'views/orders/components/payments/travellers_check.tpl', 0, '', '0.000', '0.000', '', '', 'tab3'),
(12, 0, '0', 0, 'A', 'views/orders/components/payments/cc_one_click.tpl', 107, 'a:5:{s:11:\"merchant_id\";s:15:\"012005994135001\";s:11:\"secret_word\";s:20:\"qwertyasdf0123456789\";s:8:\"currency\";s:3:\"986\";s:9:\"3d_secure\";s:1:\"1\";s:15:\"installment_qty\";s:2:\"10\";}', '0.000', '0.000', '', '', 'tab1');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_payment_descriptions`
--

CREATE TABLE `partiushop_payment_descriptions` (
  `payment_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `payment` varchar(128) NOT NULL DEFAULT '',
  `description` varchar(255) NOT NULL DEFAULT '',
  `instructions` mediumtext DEFAULT NULL,
  `surcharge_title` varchar(255) NOT NULL DEFAULT '',
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_payment_descriptions`
--

INSERT INTO `partiushop_payment_descriptions` (`payment_id`, `payment`, `description`, `instructions`, `surcharge_title`, `lang_code`) VALUES
(1, 'Credit card', 'Visa, Mastercard, etc...', '', '', 'da'),
(1, 'Credit card', 'Visa, Mastercard, etc...', '', '', 'de'),
(1, 'Πιστωτική Κάρτα', 'Visa, Mastercard, κτλπ...', 'Συμπληρώστε εδώ τις οδηγίες πληρωμής που εμφανίζοντε στο κατάστημα λιανικής σας.', '', 'el'),
(1, 'Credit card', 'Visa, Mastercard, etc...', '', '', 'en'),
(1, 'Tarjeta de crédito', 'Visa y Mastercard', '', '', 'es'),
(1, 'Credit card', 'Visa, Mastercard, etc...', '', '', 'fr'),
(1, 'Credit card', 'Visa, Mastercard, etc...', '', '', 'it'),
(1, 'Credit card', 'Visa, Mastercard, etc...', '', '', 'nl'),
(1, 'Credit card', 'Visa, Mastercard, etc...', '', '', 'no'),
(1, 'Cartão de crédito', 'Visa, Mastercard, etc...', '', 'Juros', 'pt'),
(1, 'Card de credit', 'Visa, Mastercard, etc...', '', '', 'ro'),
(1, 'Кредитная карта', 'Visa, Mastercard, etc...', '', '', 'ru'),
(2, 'Phone ordering', 'Call 555-0123', '<h2>When I should use phone ordering?</h2><p>Order by phone is useful when regular payment methods like credit card are unavailable or considered insecure.</p><p>Our operators are happy to take your order per phone every business day from 9 a.m. to 5 p.m. UTC.</p>', '', 'da'),
(2, 'Phone ordering', 'Call 555-0123', '<h2>When I should use phone ordering?</h2><p>Order by phone is useful when regular payment methods like credit card are unavailable or considered insecure.</p><p>Our operators are happy to take your order per phone every business day from 9 a.m. to 5 p.m. UTC.</p>', '', 'de'),
(2, 'Παραγγελίες μέσο τηλεφώνου', 'Καλέστε στο 555-0123', 'Συμπληρώστε εδώ τις οδηγίες πληρωμής που εμφανίζοντε στο κατάστημα λιανικής σας.', '', 'el'),
(2, 'Phone ordering', 'Call 555-0123', '<h2>When I should use phone ordering?</h2><p>Order by phone is useful when regular payment methods like credit card are unavailable or considered insecure.</p><p>Our operators are happy to take your order per phone every business day from 9 a.m. to 5 p.m. UTC.</p>', '', 'en'),
(2, 'Phone ordering', 'Call 555-0123', '<h2>When I should use phone ordering?</h2><p>Order by phone is useful when regular payment methods like credit card are unavailable or considered insecure.</p><p>Our operators are happy to take your order per phone every business day from 9 a.m. to 5 p.m. UTC.</p>', '', 'es'),
(2, 'Phone ordering', 'Call 555-0123', '<h2>When I should use phone ordering?</h2><p>Order by phone is useful when regular payment methods like credit card are unavailable or considered insecure.</p><p>Our operators are happy to take your order per phone every business day from 9 a.m. to 5 p.m. UTC.</p>', '', 'fr'),
(2, 'Phone ordering', 'Call 555-0123', '<h2>When I should use phone ordering?</h2><p>Order by phone is useful when regular payment methods like credit card are unavailable or considered insecure.</p><p>Our operators are happy to take your order per phone every business day from 9 a.m. to 5 p.m. UTC.</p>', '', 'it'),
(2, 'Phone ordering', 'Call 555-0123', '<h2>When I should use phone ordering?</h2><p>Order by phone is useful when regular payment methods like credit card are unavailable or considered insecure.</p><p>Our operators are happy to take your order per phone every business day from 9 a.m. to 5 p.m. UTC.</p>', '', 'nl'),
(2, 'Phone ordering', 'Call 555-0123', '<h2>When I should use phone ordering?</h2><p>Order by phone is useful when regular payment methods like credit card are unavailable or considered insecure.</p><p>Our operators are happy to take your order per phone every business day from 9 a.m. to 5 p.m. UTC.</p>', '', 'no'),
(2, 'Phone ordering', 'Call 555-0123', '<h2>When I should use phone ordering?</h2><p>Order by phone is useful when regular payment methods like credit card are unavailable or considered insecure.</p><p>Our operators are happy to take your order per phone every business day from 9 a.m. to 5 p.m. UTC.</p>', '', 'pt'),
(2, 'Comandă telefonică', 'Sunați la 555-0123', 'Tastați instrucțiunile de plată vizitând magazinul dvs. aici.', '', 'ro'),
(2, 'Заказ по телефону', 'Call 555-0123', '', '', 'ru'),
(5, 'Money Order', 'US Banks Only', 'Type instructions to pay by visiting your retail store in here.', '', 'da'),
(5, 'Money Order', 'US Banks Only', 'Type instructions to pay by visiting your retail store in here.', '', 'de'),
(5, 'Money Order', 'Μόνο για US Banks', 'Συμπληρώστε εδώ τις οδηγίες πληρωμής που εμφανίζοντε στο κατάστημα λιανικής σας.', '', 'el'),
(5, 'Money Order', 'US Banks Only', 'Type instructions to pay by visiting your retail store in here.', '', 'en'),
(5, 'Transferencia bancaria', '', '', '', 'es'),
(5, 'Money Order', 'US Banks Only', 'Type instructions to pay by visiting your retail store in here.', '', 'fr'),
(5, 'Money Order', 'US Banks Only', 'Type instructions to pay by visiting your retail store in here.', '', 'it'),
(5, 'Money Order', 'US Banks Only', 'Type instructions to pay by visiting your retail store in here.', '', 'nl'),
(5, 'Money Order', 'US Banks Only', 'Type instructions to pay by visiting your retail store in here.', '', 'no'),
(5, 'Money Order', 'US Banks Only', '<p>Type instructions to pay by visiting your retail store in here.</p>', '', 'pt'),
(5, 'Mandat poștal', 'Doar băncile din SUA', 'Tastați instrucțiunile de plată vizitând magazinul dvs. aici.', '', 'ro'),
(5, 'Money Order', 'US Banks Only', '', '', 'ru'),
(6, 'C.O.D', 'Cashiers Check or Cash Only', 'Type instructions to pay by visiting your retail store in here.', '', 'da'),
(6, 'C.O.D', 'Cashiers Check or Cash Only', 'Type instructions to pay by visiting your retail store in here.', '', 'de'),
(6, 'C.O.D', 'Τραπεζική επιταγή η Μετρητά', 'Συμπληρώστε εδώ τις οδηγίες πληρωμής που εμφανίζοντε στο κατάστημα λιανικής σας.', '', 'el'),
(6, 'C.O.D', 'Cashiers Check or Cash Only', 'Type instructions to pay by visiting your retail store in here.', '', 'en'),
(6, 'C.O.D', 'Cashiers Check or Cash Only', 'Type instructions to pay by visiting your retail store in here.', '', 'es'),
(6, 'C.O.D', 'Cashiers Check or Cash Only', 'Type instructions to pay by visiting your retail store in here.', '', 'fr'),
(6, 'C.O.D', 'Cashiers Check or Cash Only', 'Type instructions to pay by visiting your retail store in here.', '', 'it'),
(6, 'C.O.D', 'Cashiers Check or Cash Only', 'Type instructions to pay by visiting your retail store in here.', '', 'nl'),
(6, 'C.O.D', 'Cashiers Check or Cash Only', 'Type instructions to pay by visiting your retail store in here.', '', 'no'),
(6, 'C.O.D', 'Cashiers Check or Cash Only', 'Type instructions to pay by visiting your retail store in here.', '', 'pt'),
(6, 'C.O.D', 'CEC sau cu bani gheață', 'Tastați instrucțiunile de plată vizitând magazinul dvs. aici.', '', 'ro'),
(6, 'C.O.D', 'Cashiers Check or Cash Only', '', '', 'ru'),
(7, 'Purchase Order', '', 'Type instructions to pay by visiting your retail store in here.', '', 'da'),
(7, 'Purchase Order', '', 'Type instructions to pay by visiting your retail store in here.', '', 'de'),
(7, 'Εντολή Αγοράς', '', 'Συμπληρώστε εδώ τις οδηγίες πληρωμής που εμφανίζοντε στο κατάστημα λιανικής σας.', '', 'el'),
(7, 'Purchase Order', '', 'Type instructions to pay by visiting your retail store in here.', '', 'en'),
(7, 'Purchase Order', '', 'Type instructions to pay by visiting your retail store in here.', '', 'es'),
(7, 'Purchase Order', '', 'Type instructions to pay by visiting your retail store in here.', '', 'fr'),
(7, 'Purchase Order', '', 'Type instructions to pay by visiting your retail store in here.', '', 'it'),
(7, 'Purchase Order', '', 'Type instructions to pay by visiting your retail store in here.', '', 'nl'),
(7, 'Purchase Order', '', 'Type instructions to pay by visiting your retail store in here.', '', 'no'),
(7, 'Purchase Order', '', 'Type instructions to pay by visiting your retail store in here.', '', 'pt'),
(7, 'Ordin de plată', '', 'Tastați instrucțiunile de plată vizitând magazinul dvs. aici.', '', 'ro'),
(7, 'Purchase Order', '', '', '', 'ru'),
(8, 'Personal Check', 'US Funds Only', 'Type instructions to pay by visiting your retail store in here.', '', 'da'),
(8, 'Personal Check', 'US Funds Only', 'Type instructions to pay by visiting your retail store in here.', '', 'de'),
(8, 'Προσωπική Επιταγή', 'Μόνο για Ταμεία των ΗΠΑ', 'Συμπληρώστε εδώ τις οδηγίες πληρωμής που εμφανίζοντε στο κατάστημα λιανικής σας.', '', 'el'),
(8, 'Personal Check', 'US Funds Only', 'Type instructions to pay by visiting your retail store in here.', '', 'en'),
(8, 'Personal Check', 'US Funds Only', 'Type instructions to pay by visiting your retail store in here.', '', 'es'),
(8, 'Personal Check', 'US Funds Only', 'Type instructions to pay by visiting your retail store in here.', '', 'fr'),
(8, 'Personal Check', 'US Funds Only', 'Type instructions to pay by visiting your retail store in here.', '', 'it'),
(8, 'Personal Check', 'US Funds Only', 'Type instructions to pay by visiting your retail store in here.', '', 'nl'),
(8, 'Personal Check', 'US Funds Only', 'Type instructions to pay by visiting your retail store in here.', '', 'no'),
(8, 'Personal Check', 'US Funds Only', 'Type instructions to pay by visiting your retail store in here.', '', 'pt'),
(8, 'CEC personal', 'Doar fonduri din SUA', 'Tastați instrucțiunile de plată vizitând magazinul dvs. aici.', '', 'ro'),
(8, 'Personal Check', 'US Funds Only', '', '', 'ru'),
(10, 'Government Check', 'US Funds Only', 'Type instructions to pay by visiting your retail store in here.', '', 'da'),
(10, 'Government Check', 'US Funds Only', 'Type instructions to pay by visiting your retail store in here.', '', 'de'),
(10, 'Κυβερνητική Επιταγή', 'Μόνο για Ταμεία των ΗΠΑ', 'Συμπληρώστε εδώ τις οδηγίες πληρωμής που εμφανίζοντε στο κατάστημα λιανικής σας.', '', 'el'),
(10, 'Government Check', 'US Funds Only', 'Type instructions to pay by visiting your retail store in here.', '', 'en'),
(10, 'Government Check', 'US Funds Only', 'Type instructions to pay by visiting your retail store in here.', '', 'es'),
(10, 'Government Check', 'US Funds Only', 'Type instructions to pay by visiting your retail store in here.', '', 'fr'),
(10, 'Government Check', 'US Funds Only', 'Type instructions to pay by visiting your retail store in here.', '', 'it'),
(10, 'Government Check', 'US Funds Only', 'Type instructions to pay by visiting your retail store in here.', '', 'nl'),
(10, 'Government Check', 'US Funds Only', 'Type instructions to pay by visiting your retail store in here.', '', 'no'),
(10, 'Government Check', 'US Funds Only', 'Type instructions to pay by visiting your retail store in here.', '', 'pt'),
(10, 'CEC guvernamental', 'Doar fonduri din SUA', 'Tastați instrucțiunile de plată vizitând magazinul dvs. aici.', '', 'ro'),
(10, 'Government Check', 'US Funds Only', '', '', 'ru'),
(11, ' Traveller s Check', 'US Funds Only', '', '', 'da'),
(11, 'Traveller\'s Check', 'US Funds Only', 'Type instructions to pay by visiting your retail store in here.', '', 'de'),
(11, 'Ταξιδιωτικές Επιταγές', 'Μόνο για Ταμεία των ΗΠΑ', 'Συμπληρώστε εδώ τις οδηγίες πληρωμής που εμφανίζοντε στο κατάστημα λιανικής σας.', '', 'el'),
(11, 'Traveller\'s Check', 'US Funds Only', 'Type instructions to pay by visiting your retail store in here.', '', 'en'),
(11, 'Traveller\'s Check', 'US Funds Only', 'Type instructions to pay by visiting your retail store in here.', '', 'es'),
(11, 'Traveller\'s Check', 'US Funds Only', 'Type instructions to pay by visiting your retail store in here.', '', 'fr'),
(11, 'Traveller\'s Check', 'US Funds Only', 'Type instructions to pay by visiting your retail store in here.', '', 'it'),
(11, 'Traveller\'s Check', 'US Funds Only', 'Type instructions to pay by visiting your retail store in here.', '', 'nl'),
(11, 'Traveller\'s Check', 'US Funds Only', 'Type instructions to pay by visiting your retail store in here.', '', 'no'),
(11, 'Traveller\'s Check', 'US Funds Only', 'Type instructions to pay by visiting your retail store in here.', '', 'pt'),
(11, 'CEC de călătorie', 'Doar fonduri din SUA', 'Tastați instrucțiunile de plată vizitând magazinul dvs. aici.', '', 'ro'),
(11, 'Traveller\'s Check', 'US Funds Only', '', '', 'ru'),
(12, 'One Click', 'Pagamento com cartões salvos', '', '', 'da'),
(12, 'One Click', 'Pagamento com cartões salvos', '', '', 'de'),
(12, 'One Click', 'Pagamento com cartões salvos', '', '', 'el'),
(12, 'One Click', 'Pagamento com cartões salvos', '', '', 'en'),
(12, 'One Click', 'Pagamento com cartões salvos', '', '', 'es'),
(12, 'One Click', 'Pagamento com cartões salvos', '', '', 'fr'),
(12, 'One Click', 'Pagamento com cartões salvos', '', '', 'it'),
(12, 'One Click', 'Pagamento com cartões salvos', '', '', 'nl'),
(12, 'One Click', 'Pagamento com cartões salvos', '', '', 'no'),
(12, 'One Click', 'Pagamento com cartões salvos', '', '', 'pt'),
(12, 'One Click', 'Pagamento com cartões salvos', '', '', 'ro'),
(12, 'One Click', 'Pagamento com cartões salvos', '', '', 'ru');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_payment_processors`
--

CREATE TABLE `partiushop_payment_processors` (
  `processor_id` mediumint(8) UNSIGNED NOT NULL,
  `processor` varchar(255) NOT NULL DEFAULT '',
  `processor_script` varchar(255) NOT NULL DEFAULT '',
  `processor_template` varchar(255) NOT NULL DEFAULT '',
  `admin_template` varchar(255) NOT NULL DEFAULT '',
  `callback` char(1) NOT NULL DEFAULT 'N',
  `type` char(1) NOT NULL DEFAULT 'P',
  `addon` varchar(32) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_payment_processors`
--

INSERT INTO `partiushop_payment_processors` (`processor_id`, `processor`, `processor_script`, `processor_template`, `admin_template`, `callback`, `type`, `addon`) VALUES
(2, 'Authorize.Net AIM', 'authorizenet_aim.php', 'views/orders/components/payments/cc.tpl', 'authorizenet_aim.tpl', 'Y', 'P', ''),
(5, 'Virtual Merchant', 'virtual_merchant.php', 'views/orders/components/payments/cc.tpl', 'virtual_merchant.tpl', 'N', 'P', ''),
(6, '2Checkout', '2checkout.php', 'views/orders/components/payments/cc_outside.tpl', '2checkout.tpl', 'N', 'P', ''),
(7, 'ThaiePay', 'thaiepay.php', 'views/orders/components/payments/cc_outside.tpl', 'thaiepay.tpl', 'N', 'P', ''),
(10, 'FirstData Connect', 'firstdata_connect.php', 'views/orders/components/payments/cc_outside.tpl', 'firstdata_connect.tpl', 'N', 'P', ''),
(13, 'HSBC', 'hsbc.php', 'views/orders/components/payments/cc_outside.tpl', 'hsbc.tpl', 'N', 'P', ''),
(14, 'Sage Pay direct', 'sagepay_direct.php', 'views/orders/components/payments/cc_sagepay_direct.tpl', 'sagepay_direct.tpl', 'Y', 'P', ''),
(15, 'Sage Pay form', 'sagepay_form.php', 'views/orders/components/payments/cc_outside.tpl', 'sagepay_form.tpl', 'N', 'P', ''),
(19, 'Deprecated eWAY Direct Payment', 'eway_direct.php', 'views/orders/components/payments/cc.tpl', 'eway_direct.tpl', 'Y', 'P', ''),
(20, 'Nochex', 'nochex.php', 'views/orders/components/payments/cc_outside.tpl', 'nochex.tpl', 'Y', 'P', ''),
(21, 'Deprecated eWAY', 'eway_form.php', 'views/orders/components/payments/cc_outside.tpl', 'eway_form.tpl', 'N', 'P', ''),
(24, 'iDEAL Buckaroo', 'ideal_xml.php', 'views/orders/components/payments/cc_outside.tpl', 'ideal_xml.tpl', 'N', 'P', ''),
(26, 'Redsys', 'servired.php', 'views/orders/components/payments/cc_outside.tpl', 'servired.tpl', 'N', 'P', ''),
(27, 'Innovative', 'innovative.php', 'views/orders/components/payments/cc.tpl', 'innovative.tpl', 'Y', 'P', ''),
(28, 'DPS PX Post', 'dps_post.php', 'views/orders/components/payments/cc.tpl', 'dps_post.tpl', 'Y', 'P', ''),
(29, 'DPS PX Access', 'dps_access.php', 'views/orders/components/payments/cc_outside.tpl', 'dps_access.tpl', 'N', 'P', ''),
(30, 'Sage Payment Solutions', 'sage_payment.php', 'views/orders/components/payments/cc.tpl', 'sage_payment.tpl', 'Y', 'P', ''),
(31, 'Worldpay', 'worldpay.php', 'views/orders/components/payments/cc_outside.tpl', 'worldpay.tpl', 'N', 'P', ''),
(32, 'Payer', 'pay_read.php', 'views/orders/components/payments/cc_outside.tpl', 'pay_read.tpl', 'N', 'P', ''),
(33, 'ChronoPay', 'chronopay_form.php', 'views/orders/components/payments/cc_outside.tpl', 'chronopay_form.tpl', 'N', 'P', ''),
(34, 'First Data PayPoint', 'paypoint.php', 'views/orders/components/payments/cc_outside.tpl', 'paypoint.tpl', 'N', 'P', ''),
(35, 'PayPoint (Gateway Freedom)', 'paypoint_xml.php', 'views/orders/components/payments/cc.tpl', 'paypoint_xml.tpl', 'N', 'P', ''),
(37, 'Barclaycard ePDQ', 'epdq.php', 'views/orders/components/payments/cc_outside.tpl', 'epdq.tpl', 'Y', 'P', ''),
(39, 'ECHO (Intuit Payment Solutions)', 'echo.php', 'views/orders/components/payments/cc.tpl', 'echo.tpl', 'Y', 'P', ''),
(40, 'SCB', 'scb.php', 'views/orders/components/payments/cc_outside.tpl', 'scb.tpl', 'N', 'P', ''),
(42, 'Atos', 'atos.php', 'views/orders/components/payments/cc_outside.tpl', 'atos.tpl', 'N', 'P', ''),
(43, 'PayBox', 'paybox.php', 'views/orders/components/payments/cc_outside.tpl', 'paybox.tpl', 'N', 'P', ''),
(44, 'Ingenico (ex Ogone Direct)', 'ogone_direct.php', 'views/orders/components/payments/cc.tpl', 'ogone_direct.tpl', 'Y', 'P', ''),
(45, 'Ingenico (ex Ogone Web)', 'ogone_web.php', 'views/orders/components/payments/cc_outside.tpl', 'ogone_web.tpl', 'N', 'P', ''),
(48, 'SP Plus', 'spplus.php', 'views/orders/components/payments/cc_outside.tpl', 'spplus.tpl', 'N', 'P', ''),
(49, 'Intuit Merchant Services (QuickBooks Payments)', 'qbms.php', 'views/orders/components/payments/cc.tpl', 'qbms.tpl', 'Y', 'P', ''),
(50, 'CM-CIC', 'cmcic.php', 'views/orders/components/payments/cc_outside.tpl', 'cmcic.tpl', 'N', 'P', ''),
(52, 'Westpac', 'westpac.php', 'views/orders/components/payments/cc_outside.tpl', 'westpac.tpl', 'N', 'P', ''),
(53, 'FRIbetaling', 'fribetaling.php', 'views/orders/components/payments/cc.tpl', 'fribetaling.tpl', 'N', 'P', ''),
(54, 'Alpha e-Pay', 'deltapay.php', 'views/orders/components/payments/cc_outside.tpl', 'deltapay.tpl', 'N', 'P', ''),
(55, 'PayJunction', 'payjunction.php', 'views/orders/components/payments/cc.tpl', 'payjunction.tpl', 'Y', 'P', ''),
(56, 'iDEAL', 'ideal_basic.php', 'views/orders/components/payments/cc_outside.tpl', 'ideal_basic.tpl', 'N', 'P', ''),
(58, 'Datatrans', 'datatrans.php', 'views/orders/components/payments/cc_outside.tpl', 'datatrans.tpl', 'N', 'P', ''),
(59, 'Total Web Solutions Pay Page', 'totalwebpp.php', 'views/orders/components/payments/cc_outside.tpl', 'totalwebpp.tpl', 'N', 'P', ''),
(62, 'DIBS', 'dibs.php', 'views/orders/components/payments/cc_outside.tpl', 'dibs.tpl', 'N', 'P', ''),
(63, 'iTransact Standard Form', 'itransact_standard_form.php', 'views/orders/components/payments/cc.tpl', 'itransact.tpl', 'N', 'P', ''),
(64, 'iTransact Split Form', 'itransact_split_form.php', 'views/orders/components/payments/cc_outside.tpl', 'itransact.tpl', 'N', 'P', ''),
(65, 'Gate2Shop', 'gate2shop.php', 'views/orders/components/payments/cc_outside.tpl', 'gate2shop.tpl', 'N', 'P', ''),
(68, 'WorldNet TPS XML Gateway', 'worldnettpsxml.php', 'views/orders/components/payments/cc.tpl', 'worldnettpsxml.tpl', 'Y', 'P', ''),
(69, 'CRE Secure', 'cresecure.php', 'views/orders/components/payments/cc_outside.tpl', 'cresecure.tpl', 'N', 'P', ''),
(70, 'Winbank (Piraeus) Redirection', 'piraeus.php', 'views/orders/components/payments/cc_outside.tpl', 'piraeus.tpl', 'Y', 'P', ''),
(71, 'Sofort Banking', 'directebanking.php', 'views/orders/components/payments/cc_outside.tpl', 'directebanking.tpl', 'Y', 'P', ''),
(73, 'Payment 21 Simple API', 'p21_simple_api.php', 'views/orders/components/payments/p21_simple_api.tpl', 'p21_simple_api.tpl', 'N', 'P', ''),
(74, 'PayTrace', 'paytrace.php', 'views/orders/components/payments/cc.tpl', 'paytrace.tpl', 'Y', 'P', ''),
(75, 'Skrill QuickCheckout (ex Moneybookers)', 'skrill_qc.php', 'views/orders/components/payments/cc_outside.tpl', 'skrill_qc.tpl', 'Y', 'P', ''),
(76, 'Skrill eWallet (ex Moneybookers)', 'skrill_ewallet.php', 'views/orders/components/payments/cc_outside.tpl', 'skrill_ew.tpl', 'Y', 'P', ''),
(77, 'Worldpay Cardsave', 'cardsave_hosted.php', 'views/orders/components/payments/cc_outside.tpl', 'cardsave_hosted.tpl', 'N', 'P', ''),
(79, 'Merchant Warrior', 'merchant_warrior.php', 'views/orders/components/payments/cc.tpl', 'merchant_warrior.tpl', 'N', 'P', ''),
(80, 'Deprecated eWAY Shared Payment', 'eway_shared.php', 'views/orders/components/payments/cc_outside.tpl', 'eway_shared.tpl', 'Y', 'P', ''),
(81, 'PayLeap', 'payleap.php', 'views/orders/components/payments/cc.tpl', 'payleap.tpl', 'N', 'P', ''),
(82, 'DirectOne', 'direct_one.php', 'views/orders/components/payments/cc_outside.tpl', 'direct_one.tpl', 'N', 'P', ''),
(83, 'eMerchantPay (Secure Payment Form)', 'emerchantpay.php', 'views/orders/components/payments/cc_outside.tpl', 'emerchantpay.tpl', 'N', 'P', ''),
(84, 'Paysite-cash', 'paysitecash.php', 'views/orders/components/payments/cc_outside.tpl', 'paysitecash.tpl', 'N', 'P', ''),
(90, 'Deko', 'pay4later.php', 'views/orders/components/payments/cc_outside.tpl', 'pay4later.tpl', 'N', 'P', ''),
(92, 'eWAY Direct Payment (Rapid API)', 'eway_rapidapi_direct.php', 'views/orders/components/payments/cc_eway.tpl', 'eway_rapidapi.tpl', 'N', 'P', ''),
(95, 'eWAY Responsive Shared (Rapid API)', 'eway_rapidapi_rsp.php', 'views/orders/components/payments/cc_outside.tpl', 'eway_rapidapi_rsp.tpl', 'N', 'P', ''),
(97, 'Alpha Bank', 'alpha_bank.php', 'views/orders/components/payments/cc_outside.tpl', 'alpha_bank.tpl', 'N', 'P', ''),
(98, 'Global Payments Remote', 'realex_remote.php', 'views/orders/components/payments/cc.tpl', 'realex_remote.tpl', 'N', 'P', ''),
(99, 'Global Payments Redirect', 'realex_redirect.php', 'views/orders/components/payments/cc_outside.tpl', 'realex_redirect.tpl', 'N', 'P', ''),
(100, 'RocketGate Native', 'rocketgate-native.php', 'views/orders/components/payments/cc.tpl', 'rocketgate-native.tpl', 'N', 'P', ''),
(101, 'PayPal Website Payments Pro', 'paypal_pro.php', 'views/orders/components/payments/cc.tpl', 'paypal_pro.tpl', 'Y', 'P', 'paypal'),
(102, 'PayPal', 'paypal.php', 'views/orders/components/payments/cc_outside.tpl', 'paypal.tpl', 'Y', 'P', 'paypal'),
(103, 'PayPal Payflow Pro', 'payflow_pro.php', 'views/orders/components/payments/cc.tpl', 'payflow_pro.tpl', 'Y', 'P', 'paypal'),
(104, 'PayPal Express Checkout', 'paypal_express.php', 'addons/paypal/views/orders/components/payments/paypal_express.tpl', 'paypal_express.tpl', 'Y', 'B', 'paypal'),
(105, 'PayPal Payments Advanced', 'paypal_advanced.php', 'views/orders/components/payments/cc_outside.tpl', 'paypal_advanced.tpl', 'N', 'P', 'paypal'),
(106, 'Partiuhub Global Payments', 'global_payments.php', 'views/orders/components/payments/cc.tpl', 'global_payments.tpl', 'N', 'P', 'partihub_global_payments'),
(107, 'Partiuhub Global Payments One Click', 'global_payments_one_click.php', 'views/orders/components/payments/cc_one_click.tpl', 'global_payments.tpl', 'N', 'P', 'partihub_global_payments');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_polls`
--

CREATE TABLE `partiushop_polls` (
  `page_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `start_date` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `end_date` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `show_results` char(1) NOT NULL DEFAULT 'V'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_polls`
--

INSERT INTO `partiushop_polls` (`page_id`, `start_date`, `end_date`, `show_results`) VALUES
(40, 0, 0, 'V');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_polls_answers`
--

CREATE TABLE `partiushop_polls_answers` (
  `answer_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `vote_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `item_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `comment` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_polls_votes`
--

CREATE TABLE `partiushop_polls_votes` (
  `vote_id` mediumint(8) UNSIGNED NOT NULL,
  `page_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `ip_address` varbinary(40) NOT NULL DEFAULT '',
  `user_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `time` int(11) NOT NULL DEFAULT 0,
  `type` char(1) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_poll_descriptions`
--

CREATE TABLE `partiushop_poll_descriptions` (
  `object_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `page_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `type` char(1) NOT NULL DEFAULT 'P',
  `description` mediumtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_poll_descriptions`
--

INSERT INTO `partiushop_poll_descriptions` (`object_id`, `page_id`, `lang_code`, `type`, `description`) VALUES
(1, 40, 'da', 'I', 'How often do you buy DVDs?'),
(1, 40, 'de', 'I', 'How often do you buy DVDs?'),
(1, 40, 'el', 'I', 'How often do you buy DVDs?'),
(1, 40, 'en', 'I', 'How often do you buy DVDs?'),
(1, 40, 'es', 'I', 'How often do you buy DVDs?'),
(1, 40, 'fr', 'I', 'How often do you buy DVDs?'),
(1, 40, 'it', 'I', 'How often do you buy DVDs?'),
(1, 40, 'nl', 'I', 'How often do you buy DVDs?'),
(1, 40, 'no', 'I', 'How often do you buy DVDs?'),
(1, 40, 'pt', 'I', 'How often do you buy DVDs?'),
(1, 40, 'ro', 'I', 'How often do you buy DVDs?'),
(1, 40, 'ru', 'I', 'Как часто вы покупаете DVD?'),
(2, 40, 'da', 'I', 'Once per week.'),
(2, 40, 'de', 'I', 'Once per week.'),
(2, 40, 'el', 'I', 'Once per week.'),
(2, 40, 'en', 'I', 'Once per week.'),
(2, 40, 'es', 'I', 'Once per week.'),
(2, 40, 'fr', 'I', 'Once per week.'),
(2, 40, 'it', 'I', 'Once per week.'),
(2, 40, 'nl', 'I', 'Once per week.'),
(2, 40, 'no', 'I', 'Once per week.'),
(2, 40, 'pt', 'I', 'Once per week.'),
(2, 40, 'ro', 'I', 'Once per week.'),
(2, 40, 'ru', 'I', 'Раз в неделю.'),
(3, 40, 'da', 'I', 'Every day.'),
(3, 40, 'de', 'I', 'Every day.'),
(3, 40, 'el', 'I', 'Every day.'),
(3, 40, 'en', 'I', 'Every day.'),
(3, 40, 'es', 'I', 'Every day.'),
(3, 40, 'fr', 'I', 'Every day.'),
(3, 40, 'it', 'I', 'Every day.'),
(3, 40, 'nl', 'I', 'Every day.'),
(3, 40, 'no', 'I', 'Every day.'),
(3, 40, 'pt', 'I', 'Every day.'),
(3, 40, 'ro', 'I', 'Every day.'),
(3, 40, 'ru', 'I', 'Каждый день.'),
(4, 40, 'da', 'I', 'Will buy my first right now!'),
(4, 40, 'de', 'I', 'Will buy my first right now!'),
(4, 40, 'el', 'I', 'Will buy my first right now!'),
(4, 40, 'en', 'I', 'Will buy my first right now!'),
(4, 40, 'es', 'I', 'Will buy my first right now!'),
(4, 40, 'fr', 'I', 'Will buy my first right now!'),
(4, 40, 'it', 'I', 'Will buy my first right now!'),
(4, 40, 'nl', 'I', 'Will buy my first right now!'),
(4, 40, 'no', 'I', 'Will buy my first right now!'),
(4, 40, 'pt', 'I', 'Will buy my first right now!'),
(4, 40, 'ro', 'I', 'Will buy my first right now!'),
(4, 40, 'ru', 'I', 'Сейчас куплю первый диск!'),
(5, 40, 'da', 'I', 'Never, I prefer cinema.'),
(5, 40, 'de', 'I', 'Never, I prefer cinema.'),
(5, 40, 'el', 'I', 'Never, I prefer cinema.'),
(5, 40, 'en', 'I', 'Never, I prefer cinema.'),
(5, 40, 'es', 'I', 'Never, I prefer cinema.'),
(5, 40, 'fr', 'I', 'Never, I prefer cinema.'),
(5, 40, 'it', 'I', 'Never, I prefer cinema.'),
(5, 40, 'nl', 'I', 'Never, I prefer cinema.'),
(5, 40, 'no', 'I', 'Never, I prefer cinema.'),
(5, 40, 'pt', 'I', 'Never, I prefer cinema.'),
(5, 40, 'ro', 'I', 'Never, I prefer cinema.'),
(5, 40, 'ru', 'I', 'Не покупаю, предпочитаю кинотеатр.'),
(6, 40, 'da', 'I', 'Suggest your answer:'),
(6, 40, 'de', 'I', 'Suggest your answer:'),
(6, 40, 'el', 'I', 'Suggest your answer:'),
(6, 40, 'en', 'I', 'Suggest your answer:'),
(6, 40, 'es', 'I', 'Suggest your answer:'),
(6, 40, 'fr', 'I', 'Suggest your answer:'),
(6, 40, 'it', 'I', 'Suggest your answer:'),
(6, 40, 'nl', 'I', 'Suggest your answer:'),
(6, 40, 'no', 'I', 'Suggest your answer:'),
(6, 40, 'pt', 'I', 'Suggest your answer:'),
(6, 40, 'ro', 'I', 'Suggest your answer:'),
(6, 40, 'ru', 'I', 'Предложите свой ответ:'),
(40, 40, 'da', 'F', ''),
(40, 40, 'da', 'H', ''),
(40, 40, 'da', 'R', ''),
(40, 40, 'de', 'F', ''),
(40, 40, 'de', 'H', ''),
(40, 40, 'de', 'R', ''),
(40, 40, 'el', 'F', ''),
(40, 40, 'el', 'H', ''),
(40, 40, 'el', 'R', ''),
(40, 40, 'en', 'F', ''),
(40, 40, 'en', 'H', ''),
(40, 40, 'en', 'R', ''),
(40, 40, 'es', 'F', ''),
(40, 40, 'es', 'H', ''),
(40, 40, 'es', 'R', ''),
(40, 40, 'fr', 'F', ''),
(40, 40, 'fr', 'H', ''),
(40, 40, 'fr', 'R', ''),
(40, 40, 'it', 'F', ''),
(40, 40, 'it', 'H', ''),
(40, 40, 'it', 'R', ''),
(40, 40, 'nl', 'F', ''),
(40, 40, 'nl', 'H', ''),
(40, 40, 'nl', 'R', ''),
(40, 40, 'no', 'F', ''),
(40, 40, 'no', 'H', ''),
(40, 40, 'no', 'R', ''),
(40, 40, 'pt', 'F', ''),
(40, 40, 'pt', 'H', ''),
(40, 40, 'pt', 'R', ''),
(40, 40, 'ro', 'F', ''),
(40, 40, 'ro', 'H', ''),
(40, 40, 'ro', 'R', ''),
(40, 40, 'ru', 'F', ''),
(40, 40, 'ru', 'H', ''),
(40, 40, 'ru', 'R', '');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_poll_items`
--

CREATE TABLE `partiushop_poll_items` (
  `item_id` mediumint(8) UNSIGNED NOT NULL,
  `parent_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `type` char(1) NOT NULL DEFAULT 'Q',
  `position` smallint(5) NOT NULL DEFAULT 0,
  `required` char(1) NOT NULL DEFAULT '',
  `page_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_poll_items`
--

INSERT INTO `partiushop_poll_items` (`item_id`, `parent_id`, `type`, `position`, `required`, `page_id`) VALUES
(1, 40, 'Q', 1, 'Y', 40),
(2, 1, 'A', 1, '', 40),
(3, 1, 'A', 2, '', 40),
(4, 1, 'A', 3, '', 40),
(5, 1, 'A', 4, '', 40),
(6, 1, 'O', 5, '', 40);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_premoderation_products`
--

CREATE TABLE `partiushop_premoderation_products` (
  `product_id` mediumint(8) UNSIGNED NOT NULL COMMENT 'Moderated product ID',
  `original_status` char(1) NOT NULL DEFAULT 'A' COMMENT 'Status of the product before it was sent to moderation',
  `updated_timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last moderation action timestamp',
  `reason` text NOT NULL COMMENT 'Last moderation reason'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_premoderation_products`
--

INSERT INTO `partiushop_premoderation_products` (`product_id`, `original_status`, `updated_timestamp`, `reason`) VALUES
(308, 'A', 1635426246, '');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_printslip_request`
--

CREATE TABLE `partiushop_printslip_request` (
  `id` int(11) NOT NULL,
  `order_id` varchar(255) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_privileges`
--

CREATE TABLE `partiushop_privileges` (
  `privilege` varchar(32) NOT NULL DEFAULT '',
  `is_default` char(1) NOT NULL DEFAULT 'N',
  `section_id` varchar(32) NOT NULL DEFAULT '',
  `group_id` varchar(32) NOT NULL DEFAULT '',
  `is_view` char(1) NOT NULL DEFAULT 'N'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_privileges`
--

INSERT INTO `partiushop_privileges` (`privilege`, `is_default`, `section_id`, `group_id`, `is_view`) VALUES
('abt__ut2.buy_together.manage', 'Y', 'ab__addons', 'abt__unitheme2', 'N'),
('abt__ut2.settings.manage', 'Y', 'ab__addons', 'abt__unitheme2', 'N'),
('abt__ut2.settings.view', 'Y', 'ab__addons', 'abt__unitheme2', 'N'),
('ab__addons_manager.data.manage', 'Y', 'ab__addons', 'ab__addons_manager', 'N'),
('ab__cb.data.manage', 'Y', 'ab__addons', 'ab__category_banners', 'N'),
('ab__cb.data.view', 'Y', 'ab__addons', 'ab__category_banners', 'Y'),
('ab__dotd_manage_seodata', 'Y', 'ab__addons', 'ab__deal_of_the_day', 'N'),
('ab__dotd_view_seodata', 'Y', 'ab__addons', 'ab__deal_of_the_day', 'Y'),
('ab__fn.data.manage', 'Y', 'ab__addons', 'ab__fast_navigation', 'N'),
('ab__fn.data.view', 'Y', 'ab__addons', 'ab__fast_navigation', 'Y'),
('ab__hpd.data.manage', 'Y', 'ab__addons', 'ab__hide_product_description', 'N'),
('ab__hpd.data.view', 'Y', 'ab__addons', 'ab__hide_product_description', 'Y'),
('ab__lc.data.manage', 'Y', 'ab__addons', 'ab__landing_categories', 'N'),
('ab__lc.data.view', 'Y', 'ab__addons', 'ab__landing_categories', 'Y'),
('ab__mb.data.manage', 'Y', 'ab__addons', 'ab__motivation_block', 'N'),
('ab__mb.data.view', 'Y', 'ab__addons', 'ab__motivation_block', 'Y'),
('ab__sm_manage_data', 'Y', 'ab__addons', 'ab__search_motivation', 'N'),
('ab__sm_view_data', 'Y', 'ab__addons', 'ab__search_motivation', 'Y'),
('ab__stt.data.manage', 'Y', 'ab__addons', 'ab__scroll_to_top', 'N'),
('ab__stt.data.view', 'Y', 'ab__addons', 'ab__scroll_to_top', 'Y'),
('ab__vg_manage_videos', 'Y', 'ab__addons', 'ab__video_gallery', 'N'),
('ab__vg_view_videos', 'Y', 'ab__addons', 'ab__video_gallery', 'Y'),
('backup_restore', 'Y', 'administration', 'backup_restore', 'N'),
('change_order_status', 'Y', 'orders', 'orders', 'N'),
('create_order', 'Y', 'orders', 'orders', 'N'),
('delete_logs', 'Y', 'administration', 'logs', 'N'),
('delete_orders', 'Y', 'orders', 'orders', 'N'),
('edit_blocks', 'Y', 'design', 'blocks', 'N'),
('edit_files', 'Y', 'administration', 'files', 'N'),
('edit_order', 'Y', 'orders', 'orders', 'N'),
('exim_access', 'Y', 'administration', 'exim', 'N'),
('manage_access_restrictions', 'Y', 'addons', 'access_restrictions', 'N'),
('manage_admin_communication', 'Y', 'administration', 'admin_communication', 'N'),
('manage_banners', 'Y', 'marketing', 'banners', 'N'),
('manage_call_requests', 'Y', 'orders', 'call_requests', 'N'),
('manage_catalog', 'Y', 'products', 'products', 'N'),
('manage_cscart_uvdesk', 'Y', 'addons', '', 'N'),
('manage_currencies', 'Y', 'administration', 'currencies', 'N'),
('manage_design', 'Y', 'design', 'design', 'N'),
('manage_discussions', 'Y', 'website', 'discussions', 'N'),
('manage_document_templates', 'Y', 'design', 'documents', 'N'),
('manage_email_marketing', 'Y', 'marketing', 'email_marketing', 'N'),
('manage_email_templates', 'Y', 'design', 'email_templates', 'N'),
('manage_gift_certificates', 'Y', 'marketing', 'gift_certificates', 'N'),
('manage_internal_templates', 'Y', 'design', 'internal_templates', 'N'),
('manage_languages', 'Y', 'administration', 'languages', 'N'),
('manage_locations', 'Y', 'administration', 'locations', 'N'),
('manage_newsletters', 'Y', 'marketing', 'newsletters', 'N'),
('manage_notification_settings', 'Y', 'administration', 'notification_settings', 'N'),
('manage_order_communication', 'Y', 'orders', 'order_communication', 'N'),
('manage_order_statuses', 'Y', 'administration', 'order_statuses', 'N'),
('manage_pages', 'Y', 'website', 'blog_and_pages', 'N'),
('manage_payments', 'Y', 'administration', 'payments', 'N'),
('manage_payouts', 'Y', 'vendors', 'vendor_payouts', 'N'),
('manage_product_premoderation', 'Y', 'vendors', 'product_premoderation', 'N'),
('manage_product_reviews', 'Y', 'products', 'product_reviews', 'N'),
('manage_promotions', 'Y', 'marketing', 'promotions', 'N'),
('manage_providers', 'Y', 'website', 'social_login', 'N'),
('manage_reports', 'Y', 'orders', 'sales_reports', 'N'),
('manage_reward_points', 'Y', 'marketing', 'reward_points', 'N'),
('manage_rma', 'Y', 'orders', 'rma', 'N'),
('manage_seo_rules', 'Y', 'website', 'seo', 'N'),
('manage_shipping', 'Y', 'administration', 'shipping', 'N'),
('manage_sitemap', 'Y', 'website', 'sitemap', 'N'),
('manage_static_data', 'Y', 'design', 'static_data', 'N'),
('manage_storage', 'Y', 'administration', 'storage', 'N'),
('manage_stores', 'Y', 'administration', 'stores', 'N'),
('manage_store_locator', 'Y', 'administration', 'store_locator', 'N'),
('manage_suppliers', 'Y', 'users', 'suppliers', 'N'),
('manage_taxes', 'Y', 'administration', 'taxes', 'N'),
('manage_themes', 'Y', 'design', 'themes', 'N'),
('manage_translation', 'Y', 'design', 'edit_on_site', 'N'),
('manage_usergroups', 'Y', 'users', 'user_groups', 'N'),
('manage_users', 'Y', 'users', 'users', 'N'),
('manage_vendors', 'Y', 'vendors', 'vendors', 'N'),
('manage_vendor_communication', 'Y', 'users', 'vendor_communication', 'N'),
('manage_vendor_plans', 'Y', 'vendors', 'vendor_plans', 'N'),
('update_order_details', 'Y', 'orders', 'orders', 'N'),
('update_settings', 'Y', 'settings', 'settings', 'N'),
('upgrade_store', 'Y', 'administration', 'upgrade_center', 'N'),
('view_admin_communication', 'Y', 'administration', 'admin_communication', 'Y'),
('view_banners', 'Y', 'marketing', 'banners', 'Y'),
('view_call_requests', 'Y', 'orders', 'call_requests', 'Y'),
('view_catalog', 'Y', 'products', 'products', 'Y'),
('view_cscart_uvdesk', 'Y', 'addons', '', 'N'),
('view_currencies', 'Y', 'administration', 'currencies', 'Y'),
('view_discussions', 'Y', 'website', 'discussions', 'Y'),
('view_email_marketing', 'Y', 'marketing', 'email_marketing', 'Y'),
('view_file_changes', 'Y', 'administration', 'file_changes', 'Y'),
('view_languages', 'Y', 'administration', 'languages', 'Y'),
('view_locations', 'Y', 'administration', 'locations', 'Y'),
('view_logs', 'Y', 'administration', 'logs', 'Y'),
('view_newsletters', 'Y', 'marketing', 'newsletters', 'Y'),
('view_orders', 'Y', 'orders', 'orders', 'Y'),
('view_order_communication', 'Y', 'orders', 'order_communication', 'Y'),
('view_pages', 'Y', 'website', 'blog_and_pages', 'Y'),
('view_payments', 'Y', 'administration', 'payments', 'Y'),
('view_payouts', 'Y', 'vendors', 'vendor_payouts', 'Y'),
('view_product_reviews', 'Y', 'products', 'product_reviews', 'Y'),
('view_providers', 'Y', 'website', 'social_login', 'Y'),
('view_reports', 'Y', 'orders', 'sales_reports', 'Y'),
('view_rma', 'Y', 'orders', 'rma', 'Y'),
('view_seo_rules', 'Y', 'website', 'seo', 'Y'),
('view_settings', 'Y', 'settings', 'settings', 'Y'),
('view_shipping', 'Y', 'administration', 'shipping', 'Y'),
('view_static_data', 'Y', 'design', 'static_data', 'Y'),
('view_stores', 'Y', 'administration', 'stores', 'Y'),
('view_store_locator', 'Y', 'administration', 'store_locator', 'Y'),
('view_taxes', 'Y', 'administration', 'taxes', 'Y'),
('view_usergroups', 'Y', 'users', 'user_groups', 'Y'),
('view_users', 'Y', 'users', 'users', 'Y'),
('view_vendors', 'Y', 'vendors', 'vendors', 'Y'),
('view_vendor_communication', 'Y', 'users', 'vendor_communication', 'Y'),
('view_vendor_plans', 'Y', 'vendors', 'vendor_plans', 'Y');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_products`
--

CREATE TABLE `partiushop_products` (
  `product_id` mediumint(8) UNSIGNED NOT NULL,
  `product_code` varchar(64) NOT NULL DEFAULT '',
  `product_type` char(1) NOT NULL DEFAULT 'P',
  `status` char(1) NOT NULL DEFAULT 'A',
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `list_price` decimal(12,2) NOT NULL DEFAULT 0.00,
  `amount` mediumint(8) NOT NULL DEFAULT 0,
  `weight` decimal(13,3) NOT NULL DEFAULT 0.000,
  `length` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `width` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `height` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `shipping_freight` decimal(12,2) NOT NULL DEFAULT 0.00,
  `low_avail_limit` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `updated_timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `usergroup_ids` varchar(255) NOT NULL DEFAULT '0',
  `is_edp` char(1) NOT NULL DEFAULT 'N',
  `edp_shipping` char(1) NOT NULL DEFAULT 'N',
  `unlimited_download` char(1) NOT NULL DEFAULT 'N',
  `tracking` char(1) DEFAULT NULL,
  `free_shipping` char(1) NOT NULL DEFAULT 'N',
  `zero_price_action` char(1) DEFAULT NULL,
  `is_pbp` char(1) NOT NULL DEFAULT 'N',
  `is_op` char(1) NOT NULL DEFAULT 'N',
  `is_oper` char(1) NOT NULL DEFAULT 'N',
  `is_returnable` char(1) NOT NULL DEFAULT 'Y',
  `return_period` int(11) UNSIGNED NOT NULL DEFAULT 10,
  `avail_since` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `out_of_stock_actions` char(1) NOT NULL DEFAULT 'N',
  `localization` varchar(255) NOT NULL DEFAULT '',
  `min_qty` smallint(5) UNSIGNED DEFAULT NULL,
  `max_qty` smallint(5) UNSIGNED DEFAULT NULL,
  `qty_step` smallint(5) UNSIGNED DEFAULT NULL,
  `list_qty_count` smallint(5) UNSIGNED DEFAULT NULL,
  `tax_ids` varchar(255) NOT NULL DEFAULT '',
  `age_verification` char(1) NOT NULL DEFAULT 'N',
  `age_limit` tinyint(4) NOT NULL DEFAULT 0,
  `options_type` char(1) DEFAULT NULL,
  `exceptions_type` char(1) DEFAULT NULL,
  `details_layout` varchar(50) NOT NULL DEFAULT '',
  `shipping_params` varchar(255) NOT NULL DEFAULT '',
  `facebook_obj_type` varchar(64) NOT NULL,
  `parent_product_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `buy_now_url` varchar(255) NOT NULL,
  `master_product_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `master_product_status` char(1) NOT NULL DEFAULT 'A',
  `master_product_offers_count` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `gtin_ean_tributario` varchar(255) DEFAULT NULL,
  `data_validade` int(11) DEFAULT NULL,
  `bling_id` varchar(255) DEFAULT NULL,
  `user_integration_id` int(11) DEFAULT NULL,
  `ncm` varchar(255) DEFAULT NULL,
  `plan_id` int(11) DEFAULT NULL,
  `is_stock_split_by_warehouses` char(1) DEFAULT 'N'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_products`
--

INSERT INTO `partiushop_products` (`product_id`, `product_code`, `product_type`, `status`, `company_id`, `list_price`, `amount`, `weight`, `length`, `width`, `height`, `shipping_freight`, `low_avail_limit`, `timestamp`, `updated_timestamp`, `usergroup_ids`, `is_edp`, `edp_shipping`, `unlimited_download`, `tracking`, `free_shipping`, `zero_price_action`, `is_pbp`, `is_op`, `is_oper`, `is_returnable`, `return_period`, `avail_since`, `out_of_stock_actions`, `localization`, `min_qty`, `max_qty`, `qty_step`, `list_qty_count`, `tax_ids`, `age_verification`, `age_limit`, `options_type`, `exceptions_type`, `details_layout`, `shipping_params`, `facebook_obj_type`, `parent_product_id`, `buy_now_url`, `master_product_id`, `master_product_status`, `master_product_offers_count`, `gtin_ean_tributario`, `data_validade`, `bling_id`, `user_integration_id`, `ncm`, `plan_id`, `is_stock_split_by_warehouses`) VALUES
(285, '', 'D', 'H', 0, '0.00', 1, '0.000', 0, 0, 0, '0.00', 0, 1586347369, 1586347369, '0', 'Y', 'N', 'N', 'D', 'Y', 'R', 'N', 'N', 'N', 'Y', 10, 0, 'N', '', 0, 0, 0, 0, '', 'N', 0, 'P', 'F', 'default', 'a:5:{s:16:\"min_items_in_box\";i:0;s:16:\"max_items_in_box\";i:0;s:10:\"box_length\";i:0;s:9:\"box_width\";i:0;s:10:\"box_height\";i:0;}', '', 0, '', 0, 'A', 0, NULL, NULL, NULL, NULL, NULL, NULL, 'N'),
(296, 'iphone_12', 'P', 'A', 4, '5000.00', 998, '1.000', 0, 0, 0, '0.00', 0, 1629148158, 1629148236, '0', 'N', 'N', 'N', 'B', 'N', 'P', 'Y', 'N', 'N', 'Y', 10, 0, 'N', '', 0, 0, 0, 0, '', 'N', 0, 'P', 'F', 'default', 'a:5:{s:16:\"min_items_in_box\";i:0;s:16:\"max_items_in_box\";i:1;s:10:\"box_length\";i:15;s:9:\"box_width\";i:10;s:10:\"box_height\";i:1;}', 'activity', 0, '', 0, 'A', 0, NULL, NULL, NULL, NULL, NULL, NULL, 'N'),
(297, 'galaxy_s21', 'P', 'A', 4, '1100.00', 998, '1.000', 0, 0, 0, '0.00', 0, 1629148470, 1651180878, '0', 'N', 'N', 'N', 'B', 'N', 'R', 'Y', 'N', 'N', 'Y', 10, 0, 'N', '', 0, 0, 0, 0, '', 'N', 0, 'P', 'F', 'default', 'a:5:{s:16:\"min_items_in_box\";i:0;s:16:\"max_items_in_box\";i:1;s:10:\"box_length\";i:15;s:9:\"box_width\";i:10;s:10:\"box_height\";i:1;}', 'activity', 0, '', 0, 'A', 0, NULL, NULL, NULL, NULL, NULL, NULL, 'N'),
(298, 'galaxy_s21', 'P', 'A', 4, '3900.00', 1000, '1.000', 0, 0, 0, '0.00', 0, 1629153405, 1629153521, '0', 'N', 'N', 'N', 'B', 'N', 'R', 'Y', 'N', 'N', 'Y', 10, 0, 'N', '', 0, 0, 0, 0, '', 'N', 0, 'P', 'F', 'default', 'a:5:{s:16:\"min_items_in_box\";i:0;s:16:\"max_items_in_box\";i:1;s:10:\"box_length\";i:15;s:9:\"box_width\";i:10;s:10:\"box_height\";i:1;}', 'activity', 0, '', 0, 'A', 0, NULL, NULL, NULL, NULL, NULL, NULL, 'N'),
(299, 'galaxy_s21', 'P', 'A', 4, '3900.00', 1000, '1.000', 0, 0, 0, '0.00', 0, 1629153418, 1629153522, '0', 'N', 'N', 'N', 'B', 'N', 'R', 'Y', 'N', 'N', 'Y', 10, 0, 'N', '', 0, 0, 0, 0, '', 'N', 0, 'P', 'F', 'default', 'a:5:{s:16:\"min_items_in_box\";i:0;s:16:\"max_items_in_box\";i:1;s:10:\"box_length\";i:15;s:9:\"box_width\";i:10;s:10:\"box_height\";i:1;}', 'activity', 0, '', 0, 'A', 0, NULL, NULL, NULL, NULL, NULL, NULL, 'N'),
(300, 'galaxy_s21', 'P', 'A', 4, '3900.00', 995, '1.000', 0, 0, 0, '0.00', 0, 1629153435, 1629153515, '0', 'N', 'N', 'N', 'B', 'N', 'R', 'Y', 'N', 'N', 'Y', 10, 0, 'N', '', 0, 0, 0, 0, '', 'N', 0, 'P', 'F', 'default', 'a:5:{s:16:\"min_items_in_box\";i:0;s:16:\"max_items_in_box\";i:1;s:10:\"box_length\";i:15;s:9:\"box_width\";i:10;s:10:\"box_height\";i:1;}', 'activity', 0, '', 0, 'A', 0, NULL, NULL, NULL, NULL, NULL, NULL, 'N'),
(301, 'galaxy_s21', 'P', 'A', 4, '3900.00', 1000, '1.000', 0, 0, 0, '0.00', 0, 1629153453, 1629153517, '0', 'N', 'N', 'N', 'B', 'N', 'R', 'Y', 'N', 'N', 'Y', 10, 0, 'N', '', 0, 0, 0, 0, '', 'N', 0, 'P', 'F', 'default', 'a:5:{s:16:\"min_items_in_box\";i:0;s:16:\"max_items_in_box\";i:1;s:10:\"box_length\";i:15;s:9:\"box_width\";i:10;s:10:\"box_height\";i:1;}', 'activity', 0, '', 0, 'A', 0, NULL, NULL, NULL, NULL, NULL, NULL, 'N'),
(302, 'galaxy_s21', 'P', 'A', 4, '3900.00', 992, '1.000', 0, 0, 0, '0.00', 0, 1629153467, 1629153519, '0', 'N', 'N', 'N', 'B', 'N', 'R', 'Y', 'N', 'N', 'Y', 10, 0, 'N', '', 0, 0, 0, 0, '', 'N', 0, 'P', 'F', 'default', 'a:5:{s:16:\"min_items_in_box\";i:0;s:16:\"max_items_in_box\";i:1;s:10:\"box_length\";i:15;s:9:\"box_width\";i:10;s:10:\"box_height\";i:1;}', 'activity', 0, '', 0, 'A', 0, NULL, NULL, NULL, NULL, NULL, NULL, 'N'),
(303, 'iphone_12', 'P', 'A', 4, '5000.00', 993, '1.000', 0, 0, 0, '0.00', 0, 1629153550, 1629153896, '0', 'N', 'N', 'N', 'B', 'N', 'P', 'Y', 'N', 'N', 'Y', 10, 0, 'N', '', 0, 0, 0, 0, '', 'N', 0, 'P', 'F', 'default', 'a:5:{s:16:\"min_items_in_box\";i:0;s:16:\"max_items_in_box\";i:1;s:10:\"box_length\";i:15;s:9:\"box_width\";i:10;s:10:\"box_height\";i:1;}', 'activity', 0, '', 0, 'A', 0, NULL, NULL, NULL, NULL, NULL, NULL, 'N'),
(304, 'iphone_12', 'P', 'A', 4, '5000.00', 988, '1.000', 0, 0, 0, '0.00', 0, 1629153566, 1629153897, '0', 'N', 'N', 'N', 'B', 'N', 'P', 'Y', 'N', 'N', 'Y', 10, 0, 'N', '', 0, 0, 0, 0, '', 'N', 0, 'P', 'F', 'default', 'a:5:{s:16:\"min_items_in_box\";i:0;s:16:\"max_items_in_box\";i:1;s:10:\"box_length\";i:15;s:9:\"box_width\";i:10;s:10:\"box_height\";i:1;}', 'activity', 0, '', 0, 'A', 0, NULL, NULL, NULL, NULL, NULL, NULL, 'N'),
(305, 'iphone_12', 'P', 'A', 4, '5000.00', 993, '1.000', 0, 0, 0, '0.00', 0, 1629153585, 1629153900, '0', 'N', 'N', 'N', 'B', 'N', 'P', 'Y', 'N', 'N', 'Y', 10, 0, 'N', '', 0, 0, 0, 0, '', 'N', 0, 'P', 'F', 'default', 'a:5:{s:16:\"min_items_in_box\";i:0;s:16:\"max_items_in_box\";i:1;s:10:\"box_length\";i:15;s:9:\"box_width\";i:10;s:10:\"box_height\";i:1;}', 'activity', 0, '', 0, 'A', 0, NULL, NULL, NULL, NULL, NULL, NULL, 'N'),
(306, 'iphone_12', 'P', 'A', 4, '5000.00', 986, '1.000', 0, 0, 0, '0.00', 0, 1629153704, 1629153903, '0', 'N', 'N', 'N', 'B', 'N', 'P', 'Y', 'N', 'N', 'Y', 10, 0, 'N', '', 0, 0, 0, 0, '', 'N', 0, 'P', 'F', 'default', 'a:5:{s:16:\"min_items_in_box\";i:0;s:16:\"max_items_in_box\";i:1;s:10:\"box_length\";i:15;s:9:\"box_width\";i:10;s:10:\"box_height\";i:1;}', 'activity', 0, '', 0, 'A', 0, NULL, NULL, NULL, NULL, NULL, NULL, 'N'),
(307, '', 'P', 'A', 0, '0.00', 1, '0.000', 0, 0, 0, '0.00', 0, 1635426172, 1635426172, '0', 'N', 'N', 'N', 'B', 'N', 'R', 'Y', 'N', 'N', 'Y', 10, 0, 'N', '', 0, 0, 0, 0, '', 'N', 0, 'P', 'F', 'default', 'a:5:{s:16:\"min_items_in_box\";i:0;s:16:\"max_items_in_box\";i:0;s:10:\"box_length\";i:0;s:9:\"box_width\";i:0;s:10:\"box_height\";i:0;}', 'activity', 0, '', 0, 'A', 1, NULL, NULL, NULL, NULL, NULL, NULL, 'N'),
(308, '', 'P', 'A', 4, '0.00', 1, '0.000', 0, 0, 0, '0.00', 0, 1635426189, 1635426247, '0', 'N', 'N', 'N', 'B', 'N', 'R', 'Y', 'N', 'N', 'Y', 10, 0, 'N', '', 0, 0, 0, 0, '', 'N', 0, 'P', 'F', 'default', 'a:5:{s:16:\"min_items_in_box\";i:0;s:16:\"max_items_in_box\";i:0;s:10:\"box_length\";i:0;s:9:\"box_width\";i:0;s:10:\"box_height\";i:0;}', 'activity', 0, '', 307, 'A', 0, NULL, NULL, NULL, NULL, NULL, NULL, 'N');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_products_categories`
--

CREATE TABLE `partiushop_products_categories` (
  `product_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `category_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `link_type` char(1) NOT NULL DEFAULT 'M',
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `category_position` smallint(5) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_products_categories`
--

INSERT INTO `partiushop_products_categories` (`product_id`, `category_id`, `link_type`, `position`, `category_position`) VALUES
(285, 264, 'M', 0, 0),
(296, 283, 'M', 0, 0),
(297, 283, 'M', 0, 0),
(298, 283, 'M', 0, 0),
(299, 283, 'M', 0, 0),
(300, 283, 'M', 0, 0),
(301, 283, 'M', 0, 0),
(302, 283, 'M', 0, 0),
(303, 283, 'M', 0, 0),
(304, 283, 'M', 0, 0),
(305, 283, 'M', 0, 0),
(306, 283, 'M', 0, 0),
(307, 283, 'M', 0, 0),
(308, 283, 'M', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_descriptions`
--

CREATE TABLE `partiushop_product_descriptions` (
  `product_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `product` varchar(255) NOT NULL DEFAULT '',
  `shortname` varchar(255) NOT NULL DEFAULT '',
  `short_description` mediumtext DEFAULT NULL,
  `full_description` mediumtext DEFAULT NULL,
  `meta_keywords` varchar(255) NOT NULL DEFAULT '',
  `meta_description` varchar(255) NOT NULL DEFAULT '',
  `search_words` text DEFAULT NULL,
  `page_title` varchar(255) NOT NULL DEFAULT '',
  `age_warning_message` text DEFAULT NULL,
  `promo_text` mediumtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_product_descriptions`
--

INSERT INTO `partiushop_product_descriptions` (`product_id`, `lang_code`, `product`, `shortname`, `short_description`, `full_description`, `meta_keywords`, `meta_description`, `search_words`, `page_title`, `age_warning_message`, `promo_text`) VALUES
(285, 'da', 'Marketplace fees', '', '', '', '', '', '', '', NULL, ''),
(285, 'de', 'Marketplace fees', '', '', '', '', '', '', '', NULL, ''),
(285, 'el', 'Marketplace fees', '', '', '', '', '', '', '', NULL, ''),
(285, 'en', 'Marketplace fees', '', '', '', '', '', '', '', NULL, ''),
(285, 'es', 'Marketplace fees', '', '', '', '', '', '', '', NULL, ''),
(285, 'fr', 'Marketplace fees', '', '', '', '', '', '', '', NULL, ''),
(285, 'it', 'Marketplace fees', '', '', '', '', '', '', '', NULL, ''),
(285, 'nl', 'Marketplace fees', '', '', '', '', '', '', '', NULL, ''),
(285, 'no', 'Marketplace fees', '', '', '', '', '', '', '', NULL, ''),
(285, 'pt', 'Marketplace fees', '', '', '', '', '', '', '', NULL, ''),
(285, 'ro', 'Marketplace fees', '', '', '', '', '', '', '', NULL, ''),
(285, 'ru', 'Marketplace fees', '', '', '', '', '', '', '', NULL, ''),
(296, 'da', 'iPhone 12', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(296, 'de', 'iPhone 12', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(296, 'el', 'iPhone 12', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(296, 'en', 'iPhone 12', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(296, 'es', 'iPhone 12', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(296, 'fr', 'iPhone 12', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(296, 'it', 'iPhone 12', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(296, 'nl', 'iPhone 12', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(296, 'no', 'iPhone 12', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(296, 'pt', 'iPhone 12', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(296, 'ro', 'iPhone 12', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(296, 'ru', 'iPhone 12', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(297, 'da', 'galaxy s21', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(297, 'de', 'galaxy s21', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(297, 'el', 'galaxy s21', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(297, 'en', 'galaxy s21', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(297, 'es', 'galaxy s21', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(297, 'fr', 'galaxy s21', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(297, 'it', 'galaxy s21', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(297, 'nl', 'galaxy s21', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(297, 'no', 'galaxy s21', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(297, 'pt', 'galaxy s21', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(297, 'ro', 'galaxy s21', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(297, 'ru', 'galaxy s21', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(298, 'da', 'galaxy s21 [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(298, 'de', 'galaxy s21 [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(298, 'el', 'galaxy s21 [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(298, 'en', 'galaxy s21 [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(298, 'es', 'galaxy s21 [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(298, 'fr', 'galaxy s21 [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(298, 'it', 'galaxy s21 [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(298, 'nl', 'galaxy s21 [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(298, 'no', 'galaxy s21 [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(298, 'pt', 'galaxy s21 [CLONE]', '', '', '<p>O Samsung&nbsp;<b>Galaxy S21</b>&nbsp;é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(298, 'ro', 'galaxy s21 [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(298, 'ru', 'galaxy s21 [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(299, 'da', 'galaxy s21 [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(299, 'de', 'galaxy s21 [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(299, 'el', 'galaxy s21 [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(299, 'en', 'galaxy s21 [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(299, 'es', 'galaxy s21 [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(299, 'fr', 'galaxy s21 [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(299, 'it', 'galaxy s21 [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(299, 'nl', 'galaxy s21 [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(299, 'no', 'galaxy s21 [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(299, 'pt', 'galaxy s21 [CLONE] [CLONE]', '', '', '<p>O Samsung&nbsp;<b>Galaxy S21</b>&nbsp;é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(299, 'ro', 'galaxy s21 [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(299, 'ru', 'galaxy s21 [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(300, 'da', 'galaxy s21 [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(300, 'de', 'galaxy s21 [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(300, 'el', 'galaxy s21 [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(300, 'en', 'galaxy s21 [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(300, 'es', 'galaxy s21 [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(300, 'fr', 'galaxy s21 [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(300, 'it', 'galaxy s21 [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(300, 'nl', 'galaxy s21 [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(300, 'no', 'galaxy s21 [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(300, 'pt', 'galaxy s21 v2', '', '', '<p>O Samsung&nbsp;<b>Galaxy S21</b>&nbsp;é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(300, 'ro', 'galaxy s21 [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(300, 'ru', 'galaxy s21 [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(301, 'da', 'galaxy s21 [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(301, 'de', 'galaxy s21 [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(301, 'el', 'galaxy s21 [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(301, 'en', 'galaxy s21 [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(301, 'es', 'galaxy s21 [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(301, 'fr', 'galaxy s21 [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(301, 'it', 'galaxy s21 [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(301, 'nl', 'galaxy s21 [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(301, 'no', 'galaxy s21 [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(301, 'pt', 'galaxy s21 v3', '', '', '<p>O Samsung&nbsp;<b>Galaxy S21</b>&nbsp;é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(301, 'ro', 'galaxy s21 [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(301, 'ru', 'galaxy s21 [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(302, 'da', 'galaxy s21 [CLONE] [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(302, 'de', 'galaxy s21 [CLONE] [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(302, 'el', 'galaxy s21 [CLONE] [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(302, 'en', 'galaxy s21 [CLONE] [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(302, 'es', 'galaxy s21 [CLONE] [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(302, 'fr', 'galaxy s21 [CLONE] [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(302, 'it', 'galaxy s21 [CLONE] [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(302, 'nl', 'galaxy s21 [CLONE] [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(302, 'no', 'galaxy s21 [CLONE] [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(302, 'pt', 'galaxy s21 v4', '', '', '<p>O Samsung&nbsp;<b>Galaxy S21</b>&nbsp;é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(302, 'ro', 'galaxy s21 [CLONE] [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(302, 'ru', 'galaxy s21 [CLONE] [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>O Samsung <b>Galaxy S21</b> é um smartphone Android de bom nível, ótimo para fotos, que pode satisfazer até o mais exigente dos usuários.</p>', '', '', '', '', '', ''),
(303, 'da', 'iPhone 12 [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(303, 'de', 'iPhone 12 [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(303, 'el', 'iPhone 12 [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(303, 'en', 'iPhone 12 [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(303, 'es', 'iPhone 12 [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(303, 'fr', 'iPhone 12 [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(303, 'it', 'iPhone 12 [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(303, 'nl', 'iPhone 12 [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(303, 'no', 'iPhone 12 [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(303, 'pt', 'iPhone 12 v1', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(303, 'ro', 'iPhone 12 [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(303, 'ru', 'iPhone 12 [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(304, 'da', 'iPhone 12 [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(304, 'de', 'iPhone 12 [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(304, 'el', 'iPhone 12 [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(304, 'en', 'iPhone 12 [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(304, 'es', 'iPhone 12 [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(304, 'fr', 'iPhone 12 [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(304, 'it', 'iPhone 12 [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(304, 'nl', 'iPhone 12 [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(304, 'no', 'iPhone 12 [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(304, 'pt', 'iPhone 12 v2', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(304, 'ro', 'iPhone 12 [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(304, 'ru', 'iPhone 12 [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(305, 'da', 'iPhone 12 [CLONE] [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(305, 'de', 'iPhone 12 [CLONE] [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(305, 'el', 'iPhone 12 [CLONE] [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(305, 'en', 'iPhone 12 [CLONE] [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(305, 'es', 'iPhone 12 [CLONE] [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(305, 'fr', 'iPhone 12 [CLONE] [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(305, 'it', 'iPhone 12 [CLONE] [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(305, 'nl', 'iPhone 12 [CLONE] [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(305, 'no', 'iPhone 12 [CLONE] [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(305, 'pt', 'iPhone 12 v3', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(305, 'ro', 'iPhone 12 [CLONE] [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(305, 'ru', 'iPhone 12 [CLONE] [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(306, 'da', 'iPhone 12 [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(306, 'de', 'iPhone 12 [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(306, 'el', 'iPhone 12 [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(306, 'en', 'iPhone 12 [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(306, 'es', 'iPhone 12 [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(306, 'fr', 'iPhone 12 [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(306, 'it', 'iPhone 12 [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(306, 'nl', 'iPhone 12 [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(306, 'no', 'iPhone 12 [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(306, 'pt', 'iPhone 12 v4', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(306, 'ro', 'iPhone 12 [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(306, 'ru', 'iPhone 12 [CLONE] [CLONE] [CLONE] [CLONE]', '', '', '<p>iPhone 12. Tela Super Retina XDR brilhante de 6,1 polegadas. Ceramic Shield, que é quatro vezes mais resistente a quedas. Fotos surpreendentes em pouca luz com o modo Noite em todas as câmeras. Reprodução, edição e gravação de vídeo...</p>', '', '', 'cellphone,iphone,12', '', '', ''),
(307, 'da', 'Celular 01', '', '', '', '', '', '', '', '', ''),
(307, 'de', 'Celular 01', '', '', '', '', '', '', '', '', ''),
(307, 'el', 'Celular 01', '', '', '', '', '', '', '', '', ''),
(307, 'en', 'Celular 01', '', '', '', '', '', '', '', '', ''),
(307, 'es', 'Celular 01', '', '', '', '', '', '', '', '', ''),
(307, 'fr', 'Celular 01', '', '', '', '', '', '', '', '', ''),
(307, 'it', 'Celular 01', '', '', '', '', '', '', '', '', ''),
(307, 'nl', 'Celular 01', '', '', '', '', '', '', '', '', ''),
(307, 'no', 'Celular 01', '', '', '', '', '', '', '', '', ''),
(307, 'pt', 'Celular 01', '', '', '', '', '', '', '', '', ''),
(307, 'ro', 'Celular 01', '', '', '', '', '', '', '', '', ''),
(307, 'ru', 'Celular 01', '', '', '', '', '', '', '', '', ''),
(308, 'da', 'Celular 01', '', '', '', '', '', '', '', '', ''),
(308, 'de', 'Celular 01', '', '', '', '', '', '', '', '', ''),
(308, 'el', 'Celular 01', '', '', '', '', '', '', '', '', ''),
(308, 'en', 'Celular 01', '', '', '', '', '', '', '', '', ''),
(308, 'es', 'Celular 01', '', '', '', '', '', '', '', '', ''),
(308, 'fr', 'Celular 01', '', '', '', '', '', '', '', '', ''),
(308, 'it', 'Celular 01', '', '', '', '', '', '', '', '', ''),
(308, 'nl', 'Celular 01', '', '', '', '', '', '', '', '', ''),
(308, 'no', 'Celular 01', '', '', '', '', '', '', '', '', ''),
(308, 'pt', 'Celular 01', '', '', '', '', '', '', '', '', ''),
(308, 'ro', 'Celular 01', '', '', '', '', '', '', '', '', ''),
(308, 'ru', 'Celular 01', '', '', '', '', '', '', '', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_features`
--

CREATE TABLE `partiushop_product_features` (
  `feature_id` mediumint(8) UNSIGNED NOT NULL,
  `feature_code` varchar(32) NOT NULL DEFAULT '',
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `purpose` varchar(32) NOT NULL DEFAULT '',
  `feature_style` varchar(32) NOT NULL DEFAULT '',
  `filter_style` varchar(32) NOT NULL DEFAULT '',
  `feature_type` char(1) NOT NULL DEFAULT 'T',
  `categories_path` text DEFAULT NULL,
  `parent_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `display_on_product` char(1) NOT NULL DEFAULT 'Y',
  `display_on_catalog` char(1) NOT NULL DEFAULT 'Y',
  `display_on_header` char(1) NOT NULL DEFAULT 'N',
  `status` char(1) NOT NULL DEFAULT 'A',
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `comparison` char(1) NOT NULL DEFAULT 'N',
  `timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `updated_timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_product_features`
--

INSERT INTO `partiushop_product_features` (`feature_id`, `feature_code`, `company_id`, `purpose`, `feature_style`, `filter_style`, `feature_type`, `categories_path`, `parent_id`, `display_on_product`, `display_on_catalog`, `display_on_header`, `status`, `position`, `comparison`, `timestamp`, `updated_timestamp`) VALUES
(14, '', 0, '', '', '', 'G', '', 0, 'Y', 'Y', 'N', 'A', 0, 'N', 1629142358, 0),
(15, '', 0, 'find_products', 'text', 'checkbox', 'S', '', 14, 'Y', 'Y', 'N', 'A', 10, 'N', 1629142358, 0),
(16, '', 0, 'find_products', 'text', 'checkbox', 'S', '', 14, 'Y', 'Y', 'N', 'A', 20, 'N', 1629142358, 0),
(17, '', 0, 'find_products', 'text', 'checkbox', 'S', '', 14, 'Y', 'Y', 'N', 'A', 30, 'N', 1629142358, 0),
(18, '', 0, 'organize_catalog', 'brand', 'checkbox', 'E', '', 0, 'N', 'N', 'Y', 'A', 0, 'N', 1629142358, 0),
(550, '', 0, 'group_catalog_item', 'dropdown', 'checkbox', 'S', '', 14, 'Y', 'Y', 'Y', 'A', 0, 'N', 1629142358, 0);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_features_descriptions`
--

CREATE TABLE `partiushop_product_features_descriptions` (
  `feature_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `description` varchar(255) NOT NULL DEFAULT '',
  `full_description` mediumtext DEFAULT NULL,
  `prefix` varchar(128) NOT NULL DEFAULT '',
  `suffix` varchar(128) NOT NULL DEFAULT '',
  `lang_code` char(2) NOT NULL DEFAULT '',
  `internal_name` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_product_features_descriptions`
--

INSERT INTO `partiushop_product_features_descriptions` (`feature_id`, `description`, `full_description`, `prefix`, `suffix`, `lang_code`, `internal_name`) VALUES
(14, 'Electronics', '', '', '', 'da', 'Electronics'),
(14, 'Electronics', '', '', '', 'de', 'Electronics'),
(14, 'Electronics', '', '', '', 'el', 'Electronics'),
(14, 'Electronics', '', '', '', 'en', 'Electronics'),
(14, 'Electronics', '', '', '', 'es', 'Electronics'),
(14, 'Electronics', '', '', '', 'fr', 'Electronics'),
(14, 'Electronics', '', '', '', 'it', 'Electronics'),
(14, 'Electronics', '', '', '', 'nl', 'Electronics'),
(14, 'Electronics', '', '', '', 'no', 'Electronics'),
(14, 'Eletrônica', '', '', '', 'pt', 'Eletrônica'),
(14, 'Electronics', '', '', '', 'ro', 'Electronics'),
(14, 'Electronics', '', '', '', 'ru', 'Electronics'),
(15, 'Operating System', '', '', '', 'da', 'Operating System'),
(15, 'Operating System', '', '', '', 'de', 'Operating System'),
(15, 'Operating System', '', '', '', 'el', 'Operating System'),
(15, 'Operating System', '', '', '', 'en', 'Operating System'),
(15, 'Operating System', '', '', '', 'es', 'Operating System'),
(15, 'Operating System', '', '', '', 'fr', 'Operating System'),
(15, 'Operating System', '', '', '', 'it', 'Operating System'),
(15, 'Operating System', '', '', '', 'nl', 'Operating System'),
(15, 'Operating System', '', '', '', 'no', 'Operating System'),
(15, 'Sistema Operativo', '', '', '', 'pt', 'Sistema Operativo'),
(15, 'Operating System', '', '', '', 'ro', 'Operating System'),
(15, 'Operating System', '', '', '', 'ru', 'Operating System'),
(16, 'Display', '', '', '', 'da', 'Display'),
(16, 'Display', '', '', '', 'de', 'Display'),
(16, 'Display', '', '', '', 'el', 'Display'),
(16, 'Display', '', '', '', 'en', 'Display'),
(16, 'Display', '', '', '', 'es', 'Display'),
(16, 'Display', '', '', '', 'fr', 'Display'),
(16, 'Display', '', '', '', 'it', 'Display'),
(16, 'Display', '', '', '', 'nl', 'Display'),
(16, 'Display', '', '', '', 'no', 'Display'),
(16, 'Display', '', '', '', 'pt', 'Display'),
(16, 'Display', '', '', '', 'ro', 'Display'),
(16, 'Display', '', '', '', 'ru', 'Display'),
(17, 'Storage Capacity', '', '', '', 'da', 'Storage Capacity'),
(17, 'Storage Capacity', '', '', '', 'de', 'Storage Capacity'),
(17, 'Storage Capacity', '', '', '', 'el', 'Storage Capacity'),
(17, 'Storage Capacity', '', '', '', 'en', 'Storage Capacity'),
(17, 'Storage Capacity', '', '', '', 'es', 'Storage Capacity'),
(17, 'Storage Capacity', '', '', '', 'fr', 'Storage Capacity'),
(17, 'Storage Capacity', '', '', '', 'it', 'Storage Capacity'),
(17, 'Storage Capacity', '', '', '', 'nl', 'Storage Capacity'),
(17, 'Storage Capacity', '', '', '', 'no', 'Storage Capacity'),
(17, 'Capacidade Armazenagem', '', '', '', 'pt', 'Capacidade Armazenagem'),
(17, 'Storage Capacity', '', '', '', 'ro', 'Storage Capacity'),
(17, 'Storage Capacity', '', '', '', 'ru', 'Storage Capacity'),
(18, 'Brand', '', '', '', 'da', 'Brand'),
(18, 'Brand', '', '', '', 'de', 'Brand'),
(18, 'Brand', '', '', '', 'el', 'Brand'),
(18, 'Brand', '', '', '', 'en', 'Brand'),
(18, 'Brand', '', '', '', 'es', 'Brand'),
(18, 'Brand', '', '', '', 'fr', 'Brand'),
(18, 'Brand', '', '', '', 'it', 'Brand'),
(18, 'Brand', '', '', '', 'nl', 'Brand'),
(18, 'Brand', '', '', '', 'no', 'Brand'),
(18, 'Marca', '', '', '', 'pt', 'Marca'),
(18, 'Brand', '', '', '', 'ro', 'Brand'),
(18, 'Brand', '', '', '', 'ru', 'Brand'),
(550, 'Condição', '', '', '', 'da', 'Condição'),
(550, 'Condição', '', '', '', 'de', 'Condição'),
(550, 'Condição', '', '', '', 'el', 'Condição'),
(550, 'Condição', '', '', '', 'en', 'Condição'),
(550, 'Condição', '', '', '', 'es', 'Condição'),
(550, 'Condição', '', '', '', 'fr', 'Condição'),
(550, 'Condição', '', '', '', 'it', 'Condição'),
(550, 'Condição', '', '', '', 'nl', 'Condição'),
(550, 'Condição', '', '', '', 'no', 'Condição'),
(550, 'Condição', '', '', '', 'pt', 'Condição'),
(550, 'Condição', '', '', '', 'ro', 'Condição'),
(550, 'Condição', '', '', '', 'ru', 'Condição');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_features_values`
--

CREATE TABLE `partiushop_product_features_values` (
  `feature_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `product_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `variant_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `value` varchar(255) NOT NULL DEFAULT '',
  `value_int` double(12,2) DEFAULT NULL,
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_feature_variants`
--

CREATE TABLE `partiushop_product_feature_variants` (
  `variant_id` mediumint(8) UNSIGNED NOT NULL,
  `feature_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `url` varchar(255) NOT NULL DEFAULT '',
  `color` varchar(128) DEFAULT NULL,
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_product_feature_variants`
--

INSERT INTO `partiushop_product_feature_variants` (`variant_id`, `feature_id`, `url`, `color`, `position`) VALUES
(39, 15, '', NULL, 40),
(41, 16, '', NULL, 0),
(44, 16, '', NULL, 0),
(45, 17, '', '', 0),
(46, 15, '', '', 0),
(47, 17, '', '', 0),
(48, 17, '', '', 0),
(49, 15, '', '', 0),
(50, 17, '', '', 0),
(51, 16, '', NULL, 0),
(52, 15, '', '', 0),
(53, 16, '', NULL, 0),
(54, 17, '', '', 0),
(55, 15, '', '', 0),
(56, 16, '', NULL, 0),
(58, 15, '', '', 0),
(59, 16, '', NULL, 0),
(60, 17, '', NULL, 0),
(61, 16, '', NULL, 0),
(62, 17, '', NULL, 0),
(63, 16, '', NULL, 0),
(64, 17, '', '', 0),
(65, 16, '', NULL, 0),
(66, 15, '', '', 0),
(67, 16, '', NULL, 0),
(68, 16, '', NULL, 0),
(69, 15, '', NULL, 0),
(70, 16, '', NULL, 0),
(71, 16, '', NULL, 0),
(72, 17, '', NULL, 0),
(73, 15, '', '', 0),
(74, 16, '', NULL, 0),
(75, 17, '', '', 0),
(76, 15, '', '', 0),
(77, 16, '', NULL, 0),
(78, 15, '', '', 0),
(79, 17, '', '', 0),
(80, 16, '', NULL, 0),
(81, 17, '', '', 0),
(82, 17, '', '', 0),
(83, 16, '', NULL, 0),
(84, 15, '', '', 0),
(86, 18, '', '', 0),
(87, 18, '', NULL, 0),
(88, 18, '', '', 0),
(89, 18, '', NULL, 0),
(90, 18, '', NULL, 0),
(91, 18, '', '', 0),
(92, 18, '', '', 0),
(93, 18, '', NULL, 0),
(94, 18, '', NULL, 0),
(95, 18, '', NULL, 0),
(96, 18, '', NULL, 0),
(97, 18, '', NULL, 0),
(98, 18, '', NULL, 0),
(99, 18, '', NULL, 0),
(100, 18, '', NULL, 0),
(101, 18, '', NULL, 0),
(102, 18, '', NULL, 0),
(103, 18, '', NULL, 0),
(104, 18, '', NULL, 0),
(105, 18, '', NULL, 0),
(106, 18, '', NULL, 0),
(107, 18, '', NULL, 0),
(108, 18, '', NULL, 0),
(109, 18, '', NULL, 0),
(110, 18, '', NULL, 0),
(111, 18, '', NULL, 0),
(112, 18, '', NULL, 0),
(113, 18, '', NULL, 0),
(114, 18, '', NULL, 0),
(115, 18, '', NULL, 0),
(116, 18, '', '', 0),
(117, 18, '', NULL, 0),
(118, 18, '', NULL, 0),
(119, 18, '', NULL, 0),
(120, 18, '', '', 0),
(121, 18, '', NULL, 0),
(122, 18, '', NULL, 0),
(123, 18, '', NULL, 0),
(124, 18, '', '', 0),
(125, 18, '', '', 0),
(126, 18, '', NULL, 0),
(127, 18, '', NULL, 0),
(128, 18, '', NULL, 0),
(129, 18, '', '', 0),
(130, 18, '', NULL, 0),
(131, 18, '', '', 0),
(132, 18, '', NULL, 0),
(133, 18, '', NULL, 0),
(134, 18, '', NULL, 0),
(135, 18, '', NULL, 0),
(136, 18, '', NULL, 0),
(177, 18, '', NULL, 0),
(190, 18, '', NULL, 0),
(191, 18, '', NULL, 0),
(192, 18, '', NULL, 0),
(1202, 550, '', '#ffffff', 1),
(1203, 550, '', '', 2),
(1204, 15, '', '#ffffff', 0);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_feature_variant_descriptions`
--

CREATE TABLE `partiushop_product_feature_variant_descriptions` (
  `variant_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `variant` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext DEFAULT NULL,
  `page_title` varchar(255) NOT NULL DEFAULT '',
  `meta_keywords` varchar(255) NOT NULL DEFAULT '',
  `meta_description` varchar(255) NOT NULL DEFAULT '',
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_product_feature_variant_descriptions`
--

INSERT INTO `partiushop_product_feature_variant_descriptions` (`variant_id`, `variant`, `description`, `page_title`, `meta_keywords`, `meta_description`, `lang_code`) VALUES
(39, 'iOS 5', '', '', '', '', 'da'),
(39, 'iOS 5', '', '', '', '', 'de'),
(39, 'iOS 5', '', '', '', '', 'el'),
(39, 'iOS 5', '', '', '', '', 'en'),
(39, 'iOS 5', '', '', '', '', 'es'),
(39, 'iOS 5', '', '', '', '', 'fr'),
(39, 'iOS 5', '', '', '', '', 'it'),
(39, 'iOS 5', '', '', '', '', 'nl'),
(39, 'iOS 5', '', '', '', '', 'no'),
(39, 'iOS 5', '', '', '', '', 'pt'),
(39, 'iOS 5', '', '', '', '', 'ro'),
(39, 'iOS 5', '', '', '', '', 'ru'),
(41, '27\"', '', '', '', '', 'da'),
(41, '27\"', '', '', '', '', 'de'),
(41, '27\"', '', '', '', '', 'el'),
(41, '27\"', '', '', '', '', 'en'),
(41, '27\"', '', '', '', '', 'es'),
(41, '27\"', '', '', '', '', 'fr'),
(41, '27\"', '', '', '', '', 'it'),
(41, '27\"', '', '', '', '', 'nl'),
(41, '27\"', '', '', '', '', 'no'),
(41, '27\"', '', '', '', '', 'pt'),
(41, '27\"', '', '', '', '', 'ro'),
(41, '27\"', '', '', '', '', 'ru'),
(44, '9.7\"', '', '', '', '', 'da'),
(44, '9.7\"', '', '', '', '', 'de'),
(44, '9.7\"', '', '', '', '', 'el'),
(44, '9.7\"', '', '', '', '', 'en'),
(44, '9.7\"', '', '', '', '', 'es'),
(44, '9.7\"', '', '', '', '', 'fr'),
(44, '9.7\"', '', '', '', '', 'it'),
(44, '9.7\"', '', '', '', '', 'nl'),
(44, '9.7\"', '', '', '', '', 'no'),
(44, '9.7\"', '', '', '', '', 'pt'),
(44, '9.7\"', '', '', '', '', 'ro'),
(44, '9.7\"', '', '', '', '', 'ru'),
(45, '16GB', '', '', '', '', 'da'),
(45, '16GB', '', '', '', '', 'de'),
(45, '16GB', '', '', '', '', 'el'),
(45, '16GB', '', '', '', '', 'en'),
(45, '16GB', '', '', '', '', 'es'),
(45, '16GB', '', '', '', '', 'fr'),
(45, '16GB', '', '', '', '', 'it'),
(45, '16GB', '', '', '', '', 'nl'),
(45, '16GB', '', '', '', '', 'no'),
(45, '16GB', '', '', '', '', 'pt'),
(45, '16GB', '', '', '', '', 'ro'),
(45, '16GB', '', '', '', '', 'ru'),
(46, 'Windows 7 Home Premium', '', '', '', '', 'da'),
(46, 'Windows 7 Home Premium', '', '', '', '', 'de'),
(46, 'Windows 7 Home Premium', '', '', '', '', 'el'),
(46, 'Windows 7 Home Premium', '', '', '', '', 'en'),
(46, 'Windows 7 Home Premium', '', '', '', '', 'es'),
(46, 'Windows 7 Home Premium', '', '', '', '', 'fr'),
(46, 'Windows 7 Home Premium', '', '', '', '', 'it'),
(46, 'Windows 7 Home Premium', '', '', '', '', 'nl'),
(46, 'Windows 7 Home Premium', '', '', '', '', 'no'),
(46, 'Windows 7 Home Premium', '', '', '', '', 'pt'),
(46, 'Windows 7 Home Premium', '', '', '', '', 'ro'),
(46, 'Windows 7 Home Premium', '', '', '', '', 'ru'),
(47, '1TB', '', '', '', '', 'da'),
(47, '1TB', '', '', '', '', 'de'),
(47, '1TB', '', '', '', '', 'el'),
(47, '1TB', '', '', '', '', 'en'),
(47, '1TB', '', '', '', '', 'es'),
(47, '1TB', '', '', '', '', 'fr'),
(47, '1TB', '', '', '', '', 'it'),
(47, '1TB', '', '', '', '', 'nl'),
(47, '1TB', '', '', '', '', 'no'),
(47, '1TB', '', '', '', '', 'pt'),
(47, '1TB', '', '', '', '', 'ro'),
(47, '1TB', '', '', '', '', 'ru'),
(48, '500GB', '', '', '', '', 'da'),
(48, '500GB', '', '', '', '', 'de'),
(48, '500GB', '', '', '', '', 'el'),
(48, '500GB', '', '', '', '', 'en'),
(48, '500GB', '', '', '', '', 'es'),
(48, '500GB', '', '', '', '', 'fr'),
(48, '500GB', '', '', '', '', 'it'),
(48, '500GB', '', '', '', '', 'nl'),
(48, '500GB', '', '', '', '', 'no'),
(48, '500GB', '', '', '', '', 'pt'),
(48, '500GB', '', '', '', '', 'ro'),
(48, '500GB', '', '', '', '', 'ru'),
(49, 'Windows 7 Home Basic', '', '', '', '', 'da'),
(49, 'Windows 7 Home Basic', '', '', '', '', 'de'),
(49, 'Windows 7 Home Basic', '', '', '', '', 'el'),
(49, 'Windows 7 Home Basic', '', '', '', '', 'en'),
(49, 'Windows 7 Home Basic', '', '', '', '', 'es'),
(49, 'Windows 7 Home Basic', '', '', '', '', 'fr'),
(49, 'Windows 7 Home Basic', '', '', '', '', 'it'),
(49, 'Windows 7 Home Basic', '', '', '', '', 'nl'),
(49, 'Windows 7 Home Basic', '', '', '', '', 'no'),
(49, 'Windows 7 Home Basic', '', '', '', '', 'pt'),
(49, 'Windows 7 Home Basic', '', '', '', '', 'ro'),
(49, 'Windows 7 Home Basic', '', '', '', '', 'ru'),
(50, '320GB', '', '', '', '', 'da'),
(50, '320GB', '', '', '', '', 'de'),
(50, '320GB', '', '', '', '', 'el'),
(50, '320GB', '', '', '', '', 'en'),
(50, '320GB', '', '', '', '', 'es'),
(50, '320GB', '', '', '', '', 'fr'),
(50, '320GB', '', '', '', '', 'it'),
(50, '320GB', '', '', '', '', 'nl'),
(50, '320GB', '', '', '', '', 'no'),
(50, '320GB', '', '', '', '', 'pt'),
(50, '320GB', '', '', '', '', 'ro'),
(50, '320GB', '', '', '', '', 'ru'),
(51, '23\"', '', '', '', '', 'da'),
(51, '23\"', '', '', '', '', 'de'),
(51, '23\"', '', '', '', '', 'el'),
(51, '23\"', '', '', '', '', 'en'),
(51, '23\"', '', '', '', '', 'es'),
(51, '23\"', '', '', '', '', 'fr'),
(51, '23\"', '', '', '', '', 'it'),
(51, '23\"', '', '', '', '', 'nl'),
(51, '23\"', '', '', '', '', 'no'),
(51, '23\"', '', '', '', '', 'pt'),
(51, '23\"', '', '', '', '', 'ro'),
(51, '23\"', '', '', '', '', 'ru'),
(52, 'Android 3.1, Honeycomb', '', '', '', '', 'da'),
(52, 'Android 3.1, Honeycomb', '', '', '', '', 'de'),
(52, 'Android 3.1, Honeycomb', '', '', '', '', 'el'),
(52, 'Android 3.1, Honeycomb', '', '', '', '', 'en'),
(52, 'Android 3.1, Honeycomb', '', '', '', '', 'es'),
(52, 'Android 3.1, Honeycomb', '', '', '', '', 'fr'),
(52, 'Android 3.1, Honeycomb', '', '', '', '', 'it'),
(52, 'Android 3.1, Honeycomb', '', '', '', '', 'nl'),
(52, 'Android 3.1, Honeycomb', '', '', '', '', 'no'),
(52, 'Android 3.1, Honeycomb', '', '', '', '', 'pt'),
(52, 'Android 3.1, Honeycomb', '', '', '', '', 'ro'),
(52, 'Android 3.1, Honeycomb', '', '', '', '', 'ru'),
(53, '8.9\"', '', '', '', '', 'da'),
(53, '8.9\"', '', '', '', '', 'de'),
(53, '8.9\"', '', '', '', '', 'el'),
(53, '8.9\"', '', '', '', '', 'en'),
(53, '8.9\"', '', '', '', '', 'es'),
(53, '8.9\"', '', '', '', '', 'fr'),
(53, '8.9\"', '', '', '', '', 'it'),
(53, '8.9\"', '', '', '', '', 'nl'),
(53, '8.9\"', '', '', '', '', 'no'),
(53, '8.9\"', '', '', '', '', 'pt'),
(53, '8.9\"', '', '', '', '', 'ro'),
(53, '8.9\"', '', '', '', '', 'ru'),
(54, '32GB', '', '', '', '', 'da'),
(54, '32GB', '', '', '', '', 'de'),
(54, '32GB', '', '', '', '', 'el'),
(54, '32GB', '', '', '', '', 'en'),
(54, '32GB', '', '', '', '', 'es'),
(54, '32GB', '', '', '', '', 'fr'),
(54, '32GB', '', '', '', '', 'it'),
(54, '32GB', '', '', '', '', 'nl'),
(54, '32GB', '', '', '', '', 'no'),
(54, '32GB', '', '', '', '', 'pt'),
(54, '32GB', '', '', '', '', 'ro'),
(54, '32GB', '', '', '', '', 'ru'),
(55, 'Android 2.2, Froyo', '', '', '', '', 'da'),
(55, 'Android 2.2, Froyo', '', '', '', '', 'de'),
(55, 'Android 2.2, Froyo', '', '', '', '', 'el'),
(55, 'Android 2.2, Froyo', '', '', '', '', 'en'),
(55, 'Android 2.2, Froyo', '', '', '', '', 'es'),
(55, 'Android 2.2, Froyo', '', '', '', '', 'fr'),
(55, 'Android 2.2, Froyo', '', '', '', '', 'it'),
(55, 'Android 2.2, Froyo', '', '', '', '', 'nl'),
(55, 'Android 2.2, Froyo', '', '', '', '', 'no'),
(55, 'Android 2.2, Froyo', '', '', '', '', 'pt'),
(55, 'Android 2.2, Froyo', '', '', '', '', 'ro'),
(55, 'Android 2.2, Froyo', '', '', '', '', 'ru'),
(56, '7.0\"', '', '', '', '', 'da'),
(56, '7.0\"', '', '', '', '', 'de'),
(56, '7.0\"', '', '', '', '', 'el'),
(56, '7.0\"', '', '', '', '', 'en'),
(56, '7.0\"', '', '', '', '', 'es'),
(56, '7.0\"', '', '', '', '', 'fr'),
(56, '7.0\"', '', '', '', '', 'it'),
(56, '7.0\"', '', '', '', '', 'nl'),
(56, '7.0\"', '', '', '', '', 'no'),
(56, '7.0\"', '', '', '', '', 'pt'),
(56, '7.0\"', '', '', '', '', 'ro'),
(56, '7.0\"', '', '', '', '', 'ru'),
(58, 'Android 3.2, Honeycomb', '', '', '', '', 'da'),
(58, 'Android 3.2, Honeycomb', '', '', '', '', 'de'),
(58, 'Android 3.2, Honeycomb', '', '', '', '', 'el'),
(58, 'Android 3.2, Honeycomb', '', '', '', '', 'en'),
(58, 'Android 3.2, Honeycomb', '', '', '', '', 'es'),
(58, 'Android 3.2, Honeycomb', '', '', '', '', 'fr'),
(58, 'Android 3.2, Honeycomb', '', '', '', '', 'it'),
(58, 'Android 3.2, Honeycomb', '', '', '', '', 'nl'),
(58, 'Android 3.2, Honeycomb', '', '', '', '', 'no'),
(58, 'Android 3.2, Honeycomb', '', '', '', '', 'pt'),
(58, 'Android 3.2, Honeycomb', '', '', '', '', 'ro'),
(58, 'Android 3.2, Honeycomb', '', '', '', '', 'ru'),
(59, '15.6\"', '', '', '', '', 'da'),
(59, '15.6\"', '', '', '', '', 'de'),
(59, '15.6\"', '', '', '', '', 'el'),
(59, '15.6\"', '', '', '', '', 'en'),
(59, '15.6\"', '', '', '', '', 'es'),
(59, '15.6\"', '', '', '', '', 'fr'),
(59, '15.6\"', '', '', '', '', 'it'),
(59, '15.6\"', '', '', '', '', 'nl'),
(59, '15.6\"', '', '', '', '', 'no'),
(59, '15.6\"', '', '', '', '', 'pt'),
(59, '15.6\"', '', '', '', '', 'ro'),
(59, '15.6\"', '', '', '', '', 'ru'),
(60, '640GB', '', '', '', '', 'da'),
(60, '640GB', '', '', '', '', 'de'),
(60, '640GB', '', '', '', '', 'el'),
(60, '640GB', '', '', '', '', 'en'),
(60, '640GB', '', '', '', '', 'es'),
(60, '640GB', '', '', '', '', 'fr'),
(60, '640GB', '', '', '', '', 'it'),
(60, '640GB', '', '', '', '', 'nl'),
(60, '640GB', '', '', '', '', 'no'),
(60, '640GB', '', '', '', '', 'pt'),
(60, '640GB', '', '', '', '', 'ro'),
(60, '640GB', '', '', '', '', 'ru'),
(61, '14.0\"', '', '', '', '', 'da'),
(61, '14.0\"', '', '', '', '', 'de'),
(61, '14.0\"', '', '', '', '', 'el'),
(61, '14.0\"', '', '', '', '', 'en'),
(61, '14.0\"', '', '', '', '', 'es'),
(61, '14.0\"', '', '', '', '', 'fr'),
(61, '14.0\"', '', '', '', '', 'it'),
(61, '14.0\"', '', '', '', '', 'nl'),
(61, '14.0\"', '', '', '', '', 'no'),
(61, '14.0\"', '', '', '', '', 'pt'),
(61, '14.0\"', '', '', '', '', 'ro'),
(61, '14.0\"', '', '', '', '', 'ru'),
(62, '750GB', '', '', '', '', 'da'),
(62, '750GB', '', '', '', '', 'de'),
(62, '750GB', '', '', '', '', 'el'),
(62, '750GB', '', '', '', '', 'en'),
(62, '750GB', '', '', '', '', 'es'),
(62, '750GB', '', '', '', '', 'fr'),
(62, '750GB', '', '', '', '', 'it'),
(62, '750GB', '', '', '', '', 'nl'),
(62, '750GB', '', '', '', '', 'no'),
(62, '750GB', '', '', '', '', 'pt'),
(62, '750GB', '', '', '', '', 'ro'),
(62, '750GB', '', '', '', '', 'ru'),
(63, '13.3\"', '', '', '', '', 'da'),
(63, '13.3\"', '', '', '', '', 'de'),
(63, '13.3\"', '', '', '', '', 'el'),
(63, '13.3\"', '', '', '', '', 'en'),
(63, '13.3\"', '', '', '', '', 'es'),
(63, '13.3\"', '', '', '', '', 'fr'),
(63, '13.3\"', '', '', '', '', 'it'),
(63, '13.3\"', '', '', '', '', 'nl'),
(63, '13.3\"', '', '', '', '', 'no'),
(63, '13.3\"', '', '', '', '', 'pt'),
(63, '13.3\"', '', '', '', '', 'ro'),
(63, '13.3\"', '', '', '', '', 'ru'),
(64, '256GB', '', '', '', '', 'da'),
(64, '256GB', '', '', '', '', 'de'),
(64, '256GB', '', '', '', '', 'el'),
(64, '256GB', '', '', '', '', 'en'),
(64, '256GB', '', '', '', '', 'es'),
(64, '256GB', '', '', '', '', 'fr'),
(64, '256GB', '', '', '', '', 'it'),
(64, '256GB', '', '', '', '', 'nl'),
(64, '256GB', '', '', '', '', 'no'),
(64, '256GB', '', '', '', '', 'pt'),
(64, '256GB', '', '', '', '', 'ro'),
(64, '256GB', '', '', '', '', 'ru'),
(65, '3.5\"', '', '', '', '', 'da'),
(65, '3.5\"', '', '', '', '', 'de'),
(65, '3.5\"', '', '', '', '', 'el'),
(65, '3.5\"', '', '', '', '', 'en'),
(65, '3.5\"', '', '', '', '', 'es'),
(65, '3.5\"', '', '', '', '', 'fr'),
(65, '3.5\"', '', '', '', '', 'it'),
(65, '3.5\"', '', '', '', '', 'nl'),
(65, '3.5\"', '', '', '', '', 'no'),
(65, '3.5\"', '', '', '', '', 'pt'),
(65, '3.5\"', '', '', '', '', 'ro'),
(65, '3.5\"', '', '', '', '', 'ru'),
(66, 'Android 2.3, Gingerbread', '', '', '', '', 'da'),
(66, 'Android 2.3, Gingerbread', '', '', '', '', 'de'),
(66, 'Android 2.3, Gingerbread', '', '', '', '', 'el'),
(66, 'Android 2.3, Gingerbread', '', '', '', '', 'en'),
(66, 'Android 2.3, Gingerbread', '', '', '', '', 'es'),
(66, 'Android 2.3, Gingerbread', '', '', '', '', 'fr'),
(66, 'Android 2.3, Gingerbread', '', '', '', '', 'it'),
(66, 'Android 2.3, Gingerbread', '', '', '', '', 'nl'),
(66, 'Android 2.3, Gingerbread', '', '', '', '', 'no'),
(66, 'Android 2.3, Gingerbread', '', '', '', '', 'pt'),
(66, 'Android 2.3, Gingerbread', '', '', '', '', 'ro'),
(66, 'Android 2.3, Gingerbread', '', '', '', '', 'ru'),
(67, '4.0\"', '', '', '', '', 'da'),
(67, '4.0\"', '', '', '', '', 'de'),
(67, '4.0\"', '', '', '', '', 'el'),
(67, '4.0\"', '', '', '', '', 'en'),
(67, '4.0\"', '', '', '', '', 'es'),
(67, '4.0\"', '', '', '', '', 'fr'),
(67, '4.0\"', '', '', '', '', 'it'),
(67, '4.0\"', '', '', '', '', 'nl'),
(67, '4.0\"', '', '', '', '', 'no'),
(67, '4.0\"', '', '', '', '', 'pt'),
(67, '4.0\"', '', '', '', '', 'ro'),
(67, '4.0\"', '', '', '', '', 'ru'),
(68, '4.3\"', '', '', '', '', 'da'),
(68, '4.3\"', '', '', '', '', 'de'),
(68, '4.3\"', '', '', '', '', 'el'),
(68, '4.3\"', '', '', '', '', 'en'),
(68, '4.3\"', '', '', '', '', 'es'),
(68, '4.3\"', '', '', '', '', 'fr'),
(68, '4.3\"', '', '', '', '', 'it'),
(68, '4.3\"', '', '', '', '', 'nl'),
(68, '4.3\"', '', '', '', '', 'no'),
(68, '4.3\"', '', '', '', '', 'pt'),
(68, '4.3\"', '', '', '', '', 'ro'),
(68, '4.3\"', '', '', '', '', 'ru'),
(69, 'Windows Phone 7.5, Mango', '', '', '', '', 'da'),
(69, 'Windows Phone 7.5, Mango', '', '', '', '', 'de'),
(69, 'Windows Phone 7.5, Mango', '', '', '', '', 'el'),
(69, 'Windows Phone 7.5, Mango', '', '', '', '', 'en'),
(69, 'Windows Phone 7.5, Mango', '', '', '', '', 'es'),
(69, 'Windows Phone 7.5, Mango', '', '', '', '', 'fr'),
(69, 'Windows Phone 7.5, Mango', '', '', '', '', 'it'),
(69, 'Windows Phone 7.5, Mango', '', '', '', '', 'nl'),
(69, 'Windows Phone 7.5, Mango', '', '', '', '', 'no'),
(69, 'Windows Phone 7.5, Mango', '', '', '', '', 'pt'),
(69, 'Windows Phone 7.5, Mango', '', '', '', '', 'ro'),
(69, 'Windows Phone 7.5, Mango', '', '', '', '', 'ru'),
(70, '4.7\"', '', '', '', '', 'da'),
(70, '4.7\"', '', '', '', '', 'de'),
(70, '4.7\"', '', '', '', '', 'el'),
(70, '4.7\"', '', '', '', '', 'en'),
(70, '4.7\"', '', '', '', '', 'es'),
(70, '4.7\"', '', '', '', '', 'fr'),
(70, '4.7\"', '', '', '', '', 'it'),
(70, '4.7\"', '', '', '', '', 'nl'),
(70, '4.7\"', '', '', '', '', 'no'),
(70, '4.7\"', '', '', '', '', 'pt'),
(70, '4.7\"', '', '', '', '', 'ro'),
(70, '4.7\"', '', '', '', '', 'ru'),
(71, '3.7\"', '', '', '', '', 'da'),
(71, '3.7\"', '', '', '', '', 'de'),
(71, '3.7\"', '', '', '', '', 'el'),
(71, '3.7\"', '', '', '', '', 'en'),
(71, '3.7\"', '', '', '', '', 'es'),
(71, '3.7\"', '', '', '', '', 'fr'),
(71, '3.7\"', '', '', '', '', 'it'),
(71, '3.7\"', '', '', '', '', 'nl'),
(71, '3.7\"', '', '', '', '', 'no'),
(71, '3.7\"', '', '', '', '', 'pt'),
(71, '3.7\"', '', '', '', '', 'ro'),
(71, '3.7\"', '', '', '', '', 'ru'),
(72, '8GB', '', '', '', '', 'da'),
(72, '8GB', '', '', '', '', 'de'),
(72, '8GB', '', '', '', '', 'el'),
(72, '8GB', '', '', '', '', 'en'),
(72, '8GB', '', '', '', '', 'es'),
(72, '8GB', '', '', '', '', 'fr'),
(72, '8GB', '', '', '', '', 'it'),
(72, '8GB', '', '', '', '', 'nl'),
(72, '8GB', '', '', '', '', 'no'),
(72, '8GB', '', '', '', '', 'pt'),
(72, '8GB', '', '', '', '', 'ro'),
(72, '8GB', '', '', '', '', 'ru'),
(73, 'Android 4.0, Ice Cream Sandwich', '', '', '', '', 'da'),
(73, 'Android 4.0, Ice Cream Sandwich', '', '', '', '', 'de'),
(73, 'Android 4.0, Ice Cream Sandwich', '', '', '', '', 'el'),
(73, 'Android 4.0, Ice Cream Sandwich', '', '', '', '', 'en'),
(73, 'Android 4.0, Ice Cream Sandwich', '', '', '', '', 'es'),
(73, 'Android 4.0, Ice Cream Sandwich', '', '', '', '', 'fr'),
(73, 'Android 4.0, Ice Cream Sandwich', '', '', '', '', 'it'),
(73, 'Android 4.0, Ice Cream Sandwich', '', '', '', '', 'nl'),
(73, 'Android 4.0, Ice Cream Sandwich', '', '', '', '', 'no'),
(73, 'Android 4.0, Ice Cream Sandwich', '', '', '', '', 'pt'),
(73, 'Android 4.0, Ice Cream Sandwich', '', '', '', '', 'ro'),
(73, 'Android 4.0, Ice Cream Sandwich', '', '', '', '', 'ru'),
(74, '4.5\"', '', '', '', '', 'da'),
(74, '4.5\"', '', '', '', '', 'de'),
(74, '4.5\"', '', '', '', '', 'el'),
(74, '4.5\"', '', '', '', '', 'en'),
(74, '4.5\"', '', '', '', '', 'es'),
(74, '4.5\"', '', '', '', '', 'fr'),
(74, '4.5\"', '', '', '', '', 'it'),
(74, '4.5\"', '', '', '', '', 'nl'),
(74, '4.5\"', '', '', '', '', 'no'),
(74, '4.5\"', '', '', '', '', 'pt'),
(74, '4.5\"', '', '', '', '', 'ro'),
(74, '4.5\"', '', '', '', '', 'ru'),
(75, '4GB', '', '', '', '', 'da'),
(75, '4GB', '', '', '', '', 'de'),
(75, '4GB', '', '', '', '', 'el'),
(75, '4GB', '', '', '', '', 'en'),
(75, '4GB', '', '', '', '', 'es'),
(75, '4GB', '', '', '', '', 'fr'),
(75, '4GB', '', '', '', '', 'it'),
(75, '4GB', '', '', '', '', 'nl'),
(75, '4GB', '', '', '', '', 'no'),
(75, '4GB', '', '', '', '', 'pt'),
(75, '4GB', '', '', '', '', 'ro'),
(75, '4GB', '', '', '', '', 'ru'),
(76, 'Nokia OS', '', '', '', '', 'da'),
(76, 'Nokia OS', '', '', '', '', 'de'),
(76, 'Nokia OS', '', '', '', '', 'el'),
(76, 'Nokia OS', '', '', '', '', 'en'),
(76, 'Nokia OS', '', '', '', '', 'es'),
(76, 'Nokia OS', '', '', '', '', 'fr'),
(76, 'Nokia OS', '', '', '', '', 'it'),
(76, 'Nokia OS', '', '', '', '', 'nl'),
(76, 'Nokia OS', '', '', '', '', 'no'),
(76, 'Nokia OS', '', '', '', '', 'pt'),
(76, 'Nokia OS', '', '', '', '', 'ro'),
(76, 'Nokia OS', '', '', '', '', 'ru'),
(77, '2.4\"', '', '', '', '', 'da'),
(77, '2.4\"', '', '', '', '', 'de'),
(77, '2.4\"', '', '', '', '', 'el'),
(77, '2.4\"', '', '', '', '', 'en'),
(77, '2.4\"', '', '', '', '', 'es'),
(77, '2.4\"', '', '', '', '', 'fr'),
(77, '2.4\"', '', '', '', '', 'it'),
(77, '2.4\"', '', '', '', '', 'nl'),
(77, '2.4\"', '', '', '', '', 'no'),
(77, '2.4\"', '', '', '', '', 'pt'),
(77, '2.4\"', '', '', '', '', 'ro'),
(77, '2.4\"', '', '', '', '', 'ru'),
(78, 'Symbian OS', '', '', '', '', 'da'),
(78, 'Symbian OS', '', '', '', '', 'de'),
(78, 'Symbian OS', '', '', '', '', 'el'),
(78, 'Symbian OS', '', '', '', '', 'en'),
(78, 'Symbian OS', '', '', '', '', 'es'),
(78, 'Symbian OS', '', '', '', '', 'fr'),
(78, 'Symbian OS', '', '', '', '', 'it'),
(78, 'Symbian OS', '', '', '', '', 'nl'),
(78, 'Symbian OS', '', '', '', '', 'no'),
(78, 'Symbian OS', '', '', '', '', 'pt'),
(78, 'Symbian OS', '', '', '', '', 'ro'),
(78, 'Symbian OS', '', '', '', '', 'ru'),
(79, '256MB', '', '', '', '', 'da'),
(79, '256MB', '', '', '', '', 'de'),
(79, '256MB', '', '', '', '', 'el'),
(79, '256MB', '', '', '', '', 'en'),
(79, '256MB', '', '', '', '', 'es'),
(79, '256MB', '', '', '', '', 'fr'),
(79, '256MB', '', '', '', '', 'it'),
(79, '256MB', '', '', '', '', 'nl'),
(79, '256MB', '', '', '', '', 'no'),
(79, '256MB', '', '', '', '', 'pt'),
(79, '256MB', '', '', '', '', 'ro'),
(79, '256MB', '', '', '', '', 'ru'),
(80, '3.2\"', '', '', '', '', 'da'),
(80, '3.2\"', '', '', '', '', 'de'),
(80, '3.2\"', '', '', '', '', 'el'),
(80, '3.2\"', '', '', '', '', 'en'),
(80, '3.2\"', '', '', '', '', 'es'),
(80, '3.2\"', '', '', '', '', 'fr'),
(80, '3.2\"', '', '', '', '', 'it'),
(80, '3.2\"', '', '', '', '', 'nl'),
(80, '3.2\"', '', '', '', '', 'no'),
(80, '3.2\"', '', '', '', '', 'pt'),
(80, '3.2\"', '', '', '', '', 'ro'),
(80, '3.2\"', '', '', '', '', 'ru'),
(81, '2GB', '', '', '', '', 'da'),
(81, '2GB', '', '', '', '', 'de'),
(81, '2GB', '', '', '', '', 'el'),
(81, '2GB', '', '', '', '', 'en'),
(81, '2GB', '', '', '', '', 'es'),
(81, '2GB', '', '', '', '', 'fr'),
(81, '2GB', '', '', '', '', 'it'),
(81, '2GB', '', '', '', '', 'nl'),
(81, '2GB', '', '', '', '', 'no'),
(81, '2GB', '', '', '', '', 'pt'),
(81, '2GB', '', '', '', '', 'ro'),
(81, '2GB', '', '', '', '', 'ru'),
(82, '512MB', '', '', '', '', 'da'),
(82, '512MB', '', '', '', '', 'de'),
(82, '512MB', '', '', '', '', 'el'),
(82, '512MB', '', '', '', '', 'en'),
(82, '512MB', '', '', '', '', 'es'),
(82, '512MB', '', '', '', '', 'fr'),
(82, '512MB', '', '', '', '', 'it'),
(82, '512MB', '', '', '', '', 'nl'),
(82, '512MB', '', '', '', '', 'no'),
(82, '512MB', '', '', '', '', 'pt'),
(82, '512MB', '', '', '', '', 'ro'),
(82, '512MB', '', '', '', '', 'ru'),
(83, '3.1\"', '', '', '', '', 'da'),
(83, '3.1\"', '', '', '', '', 'de'),
(83, '3.1\"', '', '', '', '', 'el'),
(83, '3.1\"', '', '', '', '', 'en'),
(83, '3.1\"', '', '', '', '', 'es'),
(83, '3.1\"', '', '', '', '', 'fr'),
(83, '3.1\"', '', '', '', '', 'it'),
(83, '3.1\"', '', '', '', '', 'nl'),
(83, '3.1\"', '', '', '', '', 'no'),
(83, '3.1\"', '', '', '', '', 'pt'),
(83, '3.1\"', '', '', '', '', 'ro'),
(83, '3.1\"', '', '', '', '', 'ru'),
(84, 'Android 2.1', '', '', '', '', 'da'),
(84, 'Android 2.1', '', '', '', '', 'de'),
(84, 'Android 2.1', '', '', '', '', 'el'),
(84, 'Android 2.1', '', '', '', '', 'en'),
(84, 'Android 2.1', '', '', '', '', 'es'),
(84, 'Android 2.1', '', '', '', '', 'fr'),
(84, 'Android 2.1', '', '', '', '', 'it'),
(84, 'Android 2.1', '', '', '', '', 'nl'),
(84, 'Android 2.1', '', '', '', '', 'no'),
(84, 'Android 2.1', '', '', '', '', 'pt'),
(84, 'Android 2.1', '', '', '', '', 'ro'),
(84, 'Android 2.1', '', '', '', '', 'ru'),
(86, 'Adidas', '<p></p><p><b>Adidas AG</b>&nbsp; is a German multinational corporation that designs and manufactures sports clothing and accessories based in Herzogenaurah, Bavaria, Germany. It is the holding company for the Adidas Group, which consists of the Reebok sportswear company, TaylorMade-Adidas golf company (including Asworth), and Rockport.\r\n Besides sports footwear, Adidas also produces other products such as \r\nbags, shirts, watches, eyewear, and other sports- and clothing-related \r\ngoods. Adidas is the largest sportwear manufacturer in Germany and Europe and the second biggest sportswear manufacturer in the world.</p><br><p></p>\r\n', '', '', '', 'da'),
(86, 'Adidas', '<p></p><p><b>Adidas AG</b>&nbsp; is a German multinational corporation that designs and manufactures sports clothing and accessories based in Herzogenaurah, Bavaria, Germany. It is the holding company for the Adidas Group, which consists of the Reebok sportswear company, TaylorMade-Adidas golf company (including Asworth), and Rockport.\r\n Besides sports footwear, Adidas also produces other products such as \r\nbags, shirts, watches, eyewear, and other sports- and clothing-related \r\ngoods. Adidas is the largest sportwear manufacturer in Germany and Europe and the second biggest sportswear manufacturer in the world.</p><br><p></p>\r\n', '', '', '', 'de'),
(86, 'Adidas', '<p></p><p><b>Adidas AG</b>&nbsp; is a German multinational corporation that designs and manufactures sports clothing and accessories based in Herzogenaurah, Bavaria, Germany. It is the holding company for the Adidas Group, which consists of the Reebok sportswear company, TaylorMade-Adidas golf company (including Asworth), and Rockport.\r\n Besides sports footwear, Adidas also produces other products such as \r\nbags, shirts, watches, eyewear, and other sports- and clothing-related \r\ngoods. Adidas is the largest sportwear manufacturer in Germany and Europe and the second biggest sportswear manufacturer in the world.</p><br><p></p>\r\n', '', '', '', 'el'),
(86, 'Adidas', '<p></p><p><b>Adidas AG</b>&nbsp; is a German multinational corporation that designs and manufactures sports clothing and accessories based in Herzogenaurah, Bavaria, Germany. It is the holding company for the Adidas Group, which consists of the Reebok sportswear company, TaylorMade-Adidas golf company (including Asworth), and Rockport.\r\n Besides sports footwear, Adidas also produces other products such as \r\nbags, shirts, watches, eyewear, and other sports- and clothing-related \r\ngoods. Adidas is the largest sportwear manufacturer in Germany and Europe and the second biggest sportswear manufacturer in the world.</p><br><p></p>\r\n', '', '', '', 'en'),
(86, 'Adidas', '<p></p><p><b>Adidas AG</b>&nbsp; is a German multinational corporation that designs and manufactures sports clothing and accessories based in Herzogenaurah, Bavaria, Germany. It is the holding company for the Adidas Group, which consists of the Reebok sportswear company, TaylorMade-Adidas golf company (including Asworth), and Rockport.\r\n Besides sports footwear, Adidas also produces other products such as \r\nbags, shirts, watches, eyewear, and other sports- and clothing-related \r\ngoods. Adidas is the largest sportwear manufacturer in Germany and Europe and the second biggest sportswear manufacturer in the world.</p><br><p></p>\r\n', '', '', '', 'es'),
(86, 'Adidas', '<p></p><p><b>Adidas AG</b>&nbsp; is a German multinational corporation that designs and manufactures sports clothing and accessories based in Herzogenaurah, Bavaria, Germany. It is the holding company for the Adidas Group, which consists of the Reebok sportswear company, TaylorMade-Adidas golf company (including Asworth), and Rockport.\r\n Besides sports footwear, Adidas also produces other products such as \r\nbags, shirts, watches, eyewear, and other sports- and clothing-related \r\ngoods. Adidas is the largest sportwear manufacturer in Germany and Europe and the second biggest sportswear manufacturer in the world.</p><br><p></p>\r\n', '', '', '', 'fr'),
(86, 'Adidas', '<p></p><p><b>Adidas AG</b>&nbsp; is a German multinational corporation that designs and manufactures sports clothing and accessories based in Herzogenaurah, Bavaria, Germany. It is the holding company for the Adidas Group, which consists of the Reebok sportswear company, TaylorMade-Adidas golf company (including Asworth), and Rockport.\r\n Besides sports footwear, Adidas also produces other products such as \r\nbags, shirts, watches, eyewear, and other sports- and clothing-related \r\ngoods. Adidas is the largest sportwear manufacturer in Germany and Europe and the second biggest sportswear manufacturer in the world.</p><br><p></p>\r\n', '', '', '', 'it'),
(86, 'Adidas', '<p></p><p><b>Adidas AG</b>&nbsp; is a German multinational corporation that designs and manufactures sports clothing and accessories based in Herzogenaurah, Bavaria, Germany. It is the holding company for the Adidas Group, which consists of the Reebok sportswear company, TaylorMade-Adidas golf company (including Asworth), and Rockport.\r\n Besides sports footwear, Adidas also produces other products such as \r\nbags, shirts, watches, eyewear, and other sports- and clothing-related \r\ngoods. Adidas is the largest sportwear manufacturer in Germany and Europe and the second biggest sportswear manufacturer in the world.</p><br><p></p>\r\n', '', '', '', 'nl'),
(86, 'Adidas', '<p></p><p><b>Adidas AG</b>&nbsp; is a German multinational corporation that designs and manufactures sports clothing and accessories based in Herzogenaurah, Bavaria, Germany. It is the holding company for the Adidas Group, which consists of the Reebok sportswear company, TaylorMade-Adidas golf company (including Asworth), and Rockport.\r\n Besides sports footwear, Adidas also produces other products such as \r\nbags, shirts, watches, eyewear, and other sports- and clothing-related \r\ngoods. Adidas is the largest sportwear manufacturer in Germany and Europe and the second biggest sportswear manufacturer in the world.</p><br><p></p>\r\n', '', '', '', 'no'),
(86, 'Adidas', '<p></p><p><b>Adidas AG</b>&nbsp; is a German multinational corporation that designs and manufactures sports clothing and accessories based in Herzogenaurah, Bavaria, Germany. It is the holding company for the Adidas Group, which consists of the Reebok sportswear company, TaylorMade-Adidas golf company (including Asworth), and Rockport.\r\n Besides sports footwear, Adidas also produces other products such as \r\nbags, shirts, watches, eyewear, and other sports- and clothing-related \r\ngoods. Adidas is the largest sportwear manufacturer in Germany and Europe and the second biggest sportswear manufacturer in the world.</p><br><p></p>\r\n', '', '', '', 'pt'),
(86, 'Adidas', '<p></p><p><b>Adidas AG</b>&nbsp; is a German multinational corporation that designs and manufactures sports clothing and accessories based in Herzogenaurah, Bavaria, Germany. It is the holding company for the Adidas Group, which consists of the Reebok sportswear company, TaylorMade-Adidas golf company (including Asworth), and Rockport.\r\n Besides sports footwear, Adidas also produces other products such as \r\nbags, shirts, watches, eyewear, and other sports- and clothing-related \r\ngoods. Adidas is the largest sportwear manufacturer in Germany and Europe and the second biggest sportswear manufacturer in the world.</p><br><p></p>\r\n', '', '', '', 'ro'),
(86, 'Adidas', '<p></p><p><b>Adidas AG</b>&nbsp; is a German multinational corporation that designs and manufactures sports clothing and accessories based in Herzogenaurah, Bavaria, Germany. It is the holding company for the Adidas Group, which consists of the Reebok sportswear company, TaylorMade-Adidas golf company (including Asworth), and Rockport.\r\n Besides sports footwear, Adidas also produces other products such as \r\nbags, shirts, watches, eyewear, and other sports- and clothing-related \r\ngoods. Adidas is the largest sportwear manufacturer in Germany and Europe and the second biggest sportswear manufacturer in the world.</p><br><p></p>\r\n', '', '', '', 'ru'),
(87, 'Nike', '<p><p><b>Nike, Inc. </b>is an American multinational corporation that is engaged in the design, development and worldwide marketing and \r\nselling of footwear, apparel, equipment, accessories and services. The \r\ncompany is headquartered near Beaverton, Oregon, in the Portland metropolitan area, and is one of only two Fortune 500 companies headquartered in Oregon. It is one of the world\'s largest suppliers of athletic shoes and apparel and a major manufacturer of sports equipment,\r\n with revenue in excess of US$24.1&nbsp;billion in its fiscal year 2012 \r\n(ending May 31, 2012). As of 2012, it employed more than 44,000 people \r\nworldwide. The brand alone is valued at $10.7 billion making it the most\r\n valuable brand among sports businesses.</p><br></p>', '', '', '', 'da'),
(87, 'Nike', '<p><p><b>Nike, Inc. </b>is an American multinational corporation that is engaged in the design, development and worldwide marketing and \r\nselling of footwear, apparel, equipment, accessories and services. The \r\ncompany is headquartered near Beaverton, Oregon, in the Portland metropolitan area, and is one of only two Fortune 500 companies headquartered in Oregon. It is one of the world\'s largest suppliers of athletic shoes and apparel and a major manufacturer of sports equipment,\r\n with revenue in excess of US$24.1&nbsp;billion in its fiscal year 2012 \r\n(ending May 31, 2012). As of 2012, it employed more than 44,000 people \r\nworldwide. The brand alone is valued at $10.7 billion making it the most\r\n valuable brand among sports businesses.</p><br></p>', '', '', '', 'de'),
(87, 'Nike', '<p><p><b>Nike, Inc. </b>is an American multinational corporation that is engaged in the design, development and worldwide marketing and \r\nselling of footwear, apparel, equipment, accessories and services. The \r\ncompany is headquartered near Beaverton, Oregon, in the Portland metropolitan area, and is one of only two Fortune 500 companies headquartered in Oregon. It is one of the world\'s largest suppliers of athletic shoes and apparel and a major manufacturer of sports equipment,\r\n with revenue in excess of US$24.1&nbsp;billion in its fiscal year 2012 \r\n(ending May 31, 2012). As of 2012, it employed more than 44,000 people \r\nworldwide. The brand alone is valued at $10.7 billion making it the most\r\n valuable brand among sports businesses.</p><br></p>', '', '', '', 'el'),
(87, 'Nike', '<p><p><b>Nike, Inc. </b>is an American multinational corporation that is engaged in the design, development and worldwide marketing and \r\nselling of footwear, apparel, equipment, accessories and services. The \r\ncompany is headquartered near Beaverton, Oregon, in the Portland metropolitan area, and is one of only two Fortune 500 companies headquartered in Oregon. It is one of the world\'s largest suppliers of athletic shoes and apparel and a major manufacturer of sports equipment,\r\n with revenue in excess of US$24.1&nbsp;billion in its fiscal year 2012 \r\n(ending May 31, 2012). As of 2012, it employed more than 44,000 people \r\nworldwide. The brand alone is valued at $10.7 billion making it the most\r\n valuable brand among sports businesses.</p><br></p>', '', '', '', 'en'),
(87, 'Nike', '<p><p><b>Nike, Inc. </b>is an American multinational corporation that is engaged in the design, development and worldwide marketing and \r\nselling of footwear, apparel, equipment, accessories and services. The \r\ncompany is headquartered near Beaverton, Oregon, in the Portland metropolitan area, and is one of only two Fortune 500 companies headquartered in Oregon. It is one of the world\'s largest suppliers of athletic shoes and apparel and a major manufacturer of sports equipment,\r\n with revenue in excess of US$24.1&nbsp;billion in its fiscal year 2012 \r\n(ending May 31, 2012). As of 2012, it employed more than 44,000 people \r\nworldwide. The brand alone is valued at $10.7 billion making it the most\r\n valuable brand among sports businesses.</p><br></p>', '', '', '', 'es'),
(87, 'Nike', '<p><p><b>Nike, Inc. </b>is an American multinational corporation that is engaged in the design, development and worldwide marketing and \r\nselling of footwear, apparel, equipment, accessories and services. The \r\ncompany is headquartered near Beaverton, Oregon, in the Portland metropolitan area, and is one of only two Fortune 500 companies headquartered in Oregon. It is one of the world\'s largest suppliers of athletic shoes and apparel and a major manufacturer of sports equipment,\r\n with revenue in excess of US$24.1&nbsp;billion in its fiscal year 2012 \r\n(ending May 31, 2012). As of 2012, it employed more than 44,000 people \r\nworldwide. The brand alone is valued at $10.7 billion making it the most\r\n valuable brand among sports businesses.</p><br></p>', '', '', '', 'fr'),
(87, 'Nike', '<p><p><b>Nike, Inc. </b>is an American multinational corporation that is engaged in the design, development and worldwide marketing and \r\nselling of footwear, apparel, equipment, accessories and services. The \r\ncompany is headquartered near Beaverton, Oregon, in the Portland metropolitan area, and is one of only two Fortune 500 companies headquartered in Oregon. It is one of the world\'s largest suppliers of athletic shoes and apparel and a major manufacturer of sports equipment,\r\n with revenue in excess of US$24.1&nbsp;billion in its fiscal year 2012 \r\n(ending May 31, 2012). As of 2012, it employed more than 44,000 people \r\nworldwide. The brand alone is valued at $10.7 billion making it the most\r\n valuable brand among sports businesses.</p><br></p>', '', '', '', 'it'),
(87, 'Nike', '<p><p><b>Nike, Inc. </b>is an American multinational corporation that is engaged in the design, development and worldwide marketing and \r\nselling of footwear, apparel, equipment, accessories and services. The \r\ncompany is headquartered near Beaverton, Oregon, in the Portland metropolitan area, and is one of only two Fortune 500 companies headquartered in Oregon. It is one of the world\'s largest suppliers of athletic shoes and apparel and a major manufacturer of sports equipment,\r\n with revenue in excess of US$24.1&nbsp;billion in its fiscal year 2012 \r\n(ending May 31, 2012). As of 2012, it employed more than 44,000 people \r\nworldwide. The brand alone is valued at $10.7 billion making it the most\r\n valuable brand among sports businesses.</p><br></p>', '', '', '', 'nl'),
(87, 'Nike', '<p><p><b>Nike, Inc. </b>is an American multinational corporation that is engaged in the design, development and worldwide marketing and \r\nselling of footwear, apparel, equipment, accessories and services. The \r\ncompany is headquartered near Beaverton, Oregon, in the Portland metropolitan area, and is one of only two Fortune 500 companies headquartered in Oregon. It is one of the world\'s largest suppliers of athletic shoes and apparel and a major manufacturer of sports equipment,\r\n with revenue in excess of US$24.1&nbsp;billion in its fiscal year 2012 \r\n(ending May 31, 2012). As of 2012, it employed more than 44,000 people \r\nworldwide. The brand alone is valued at $10.7 billion making it the most\r\n valuable brand among sports businesses.</p><br></p>', '', '', '', 'no'),
(87, 'Nike', '<p><p><b>Nike, Inc. </b>is an American multinational corporation that is engaged in the design, development and worldwide marketing and \r\nselling of footwear, apparel, equipment, accessories and services. The \r\ncompany is headquartered near Beaverton, Oregon, in the Portland metropolitan area, and is one of only two Fortune 500 companies headquartered in Oregon. It is one of the world\'s largest suppliers of athletic shoes and apparel and a major manufacturer of sports equipment,\r\n with revenue in excess of US$24.1&nbsp;billion in its fiscal year 2012 \r\n(ending May 31, 2012). As of 2012, it employed more than 44,000 people \r\nworldwide. The brand alone is valued at $10.7 billion making it the most\r\n valuable brand among sports businesses.</p><br></p>', '', '', '', 'pt'),
(87, 'Nike', '<p><p><b>Nike, Inc. </b>is an American multinational corporation that is engaged in the design, development and worldwide marketing and \r\nselling of footwear, apparel, equipment, accessories and services. The \r\ncompany is headquartered near Beaverton, Oregon, in the Portland metropolitan area, and is one of only two Fortune 500 companies headquartered in Oregon. It is one of the world\'s largest suppliers of athletic shoes and apparel and a major manufacturer of sports equipment,\r\n with revenue in excess of US$24.1&nbsp;billion in its fiscal year 2012 \r\n(ending May 31, 2012). As of 2012, it employed more than 44,000 people \r\nworldwide. The brand alone is valued at $10.7 billion making it the most\r\n valuable brand among sports businesses.</p><br></p>', '', '', '', 'ro'),
(87, 'Nike', '<p><p><b>Nike, Inc. </b>is an American multinational corporation that is engaged in the design, development and worldwide marketing and \r\nselling of footwear, apparel, equipment, accessories and services. The \r\ncompany is headquartered near Beaverton, Oregon, in the Portland metropolitan area, and is one of only two Fortune 500 companies headquartered in Oregon. It is one of the world\'s largest suppliers of athletic shoes and apparel and a major manufacturer of sports equipment,\r\n with revenue in excess of US$24.1&nbsp;billion in its fiscal year 2012 \r\n(ending May 31, 2012). As of 2012, it employed more than 44,000 people \r\nworldwide. The brand alone is valued at $10.7 billion making it the most\r\n valuable brand among sports businesses.</p><br></p>', '', '', '', 'ru'),
(88, 'ASUS', '<p></p><p><b>ASUSTeK Computer Inc.</b>, trading as <b>Asus</b><span><span></span></span><span></span><span></span><span></span><span></span>, is a Taiwanese multinational computer hardware and electronics company headquartered in Taipei, Taiwan. Its products include desktops, laptops, mobile phones, monitors, motherboards, servers, tablet PCs and video cards. The company\'s slogan is: \"Inspiring Innovation. Persistent Perfection.\"</p>\r\n<p>Asus is the world\'s fifth-largest PC vendor by 2012 unit sales (after HP, Lenovo, Dell and Acer). Asus appears in <i>BusinessWeek</i>’s\r\n \"InfoTech 100\" and \"Asia’s Top 10 IT Companies\" rankings, and it ranked\r\n first in the IT Hardware category of the 2008 Taiwan Top 10 Global \r\nBrands survey with a total brand value of US$1.3 billion.</p>\r\n<p>Asus has a primary listing on the Taiwan Stock Exchange and a secondary listing on the London Stock Exchange.</p><br><p></p>\r\n', '', '', '', 'da'),
(88, 'ASUS', '<p></p><p><b>ASUSTeK Computer Inc.</b>, trading as <b>Asus</b><span><span></span></span><span></span><span></span><span></span><span></span>, is a Taiwanese multinational computer hardware and electronics company headquartered in Taipei, Taiwan. Its products include desktops, laptops, mobile phones, monitors, motherboards, servers, tablet PCs and video cards. The company\'s slogan is: \"Inspiring Innovation. Persistent Perfection.\"</p>\r\n<p>Asus is the world\'s fifth-largest PC vendor by 2012 unit sales (after HP, Lenovo, Dell and Acer). Asus appears in <i>BusinessWeek</i>’s\r\n \"InfoTech 100\" and \"Asia’s Top 10 IT Companies\" rankings, and it ranked\r\n first in the IT Hardware category of the 2008 Taiwan Top 10 Global \r\nBrands survey with a total brand value of US$1.3 billion.</p>\r\n<p>Asus has a primary listing on the Taiwan Stock Exchange and a secondary listing on the London Stock Exchange.</p><br><p></p>\r\n', '', '', '', 'de'),
(88, 'ASUS', '<p></p><p><b>ASUSTeK Computer Inc.</b>, trading as <b>Asus</b><span><span></span></span><span></span><span></span><span></span><span></span>, is a Taiwanese multinational computer hardware and electronics company headquartered in Taipei, Taiwan. Its products include desktops, laptops, mobile phones, monitors, motherboards, servers, tablet PCs and video cards. The company\'s slogan is: \"Inspiring Innovation. Persistent Perfection.\"</p>\r\n<p>Asus is the world\'s fifth-largest PC vendor by 2012 unit sales (after HP, Lenovo, Dell and Acer). Asus appears in <i>BusinessWeek</i>’s\r\n \"InfoTech 100\" and \"Asia’s Top 10 IT Companies\" rankings, and it ranked\r\n first in the IT Hardware category of the 2008 Taiwan Top 10 Global \r\nBrands survey with a total brand value of US$1.3 billion.</p>\r\n<p>Asus has a primary listing on the Taiwan Stock Exchange and a secondary listing on the London Stock Exchange.</p><br><p></p>\r\n', '', '', '', 'el'),
(88, 'ASUS', '<p></p><p><b>ASUSTeK Computer Inc.</b>, trading as <b>Asus</b><span><span></span></span><span></span><span></span><span></span><span></span>, is a Taiwanese multinational computer hardware and electronics company headquartered in Taipei, Taiwan. Its products include desktops, laptops, mobile phones, monitors, motherboards, servers, tablet PCs and video cards. The company\'s slogan is: \"Inspiring Innovation. Persistent Perfection.\"</p>\r\n<p>Asus is the world\'s fifth-largest PC vendor by 2012 unit sales (after HP, Lenovo, Dell and Acer). Asus appears in <i>BusinessWeek</i>’s\r\n \"InfoTech 100\" and \"Asia’s Top 10 IT Companies\" rankings, and it ranked\r\n first in the IT Hardware category of the 2008 Taiwan Top 10 Global \r\nBrands survey with a total brand value of US$1.3 billion.</p>\r\n<p>Asus has a primary listing on the Taiwan Stock Exchange and a secondary listing on the London Stock Exchange.</p><br><p></p>\r\n', '', '', '', 'en'),
(88, 'ASUS', '<p></p><p><b>ASUSTeK Computer Inc.</b>, trading as <b>Asus</b><span><span></span></span><span></span><span></span><span></span><span></span>, is a Taiwanese multinational computer hardware and electronics company headquartered in Taipei, Taiwan. Its products include desktops, laptops, mobile phones, monitors, motherboards, servers, tablet PCs and video cards. The company\'s slogan is: \"Inspiring Innovation. Persistent Perfection.\"</p>\r\n<p>Asus is the world\'s fifth-largest PC vendor by 2012 unit sales (after HP, Lenovo, Dell and Acer). Asus appears in <i>BusinessWeek</i>’s\r\n \"InfoTech 100\" and \"Asia’s Top 10 IT Companies\" rankings, and it ranked\r\n first in the IT Hardware category of the 2008 Taiwan Top 10 Global \r\nBrands survey with a total brand value of US$1.3 billion.</p>\r\n<p>Asus has a primary listing on the Taiwan Stock Exchange and a secondary listing on the London Stock Exchange.</p><br><p></p>\r\n', '', '', '', 'es'),
(88, 'ASUS', '<p></p><p><b>ASUSTeK Computer Inc.</b>, trading as <b>Asus</b><span><span></span></span><span></span><span></span><span></span><span></span>, is a Taiwanese multinational computer hardware and electronics company headquartered in Taipei, Taiwan. Its products include desktops, laptops, mobile phones, monitors, motherboards, servers, tablet PCs and video cards. The company\'s slogan is: \"Inspiring Innovation. Persistent Perfection.\"</p>\r\n<p>Asus is the world\'s fifth-largest PC vendor by 2012 unit sales (after HP, Lenovo, Dell and Acer). Asus appears in <i>BusinessWeek</i>’s\r\n \"InfoTech 100\" and \"Asia’s Top 10 IT Companies\" rankings, and it ranked\r\n first in the IT Hardware category of the 2008 Taiwan Top 10 Global \r\nBrands survey with a total brand value of US$1.3 billion.</p>\r\n<p>Asus has a primary listing on the Taiwan Stock Exchange and a secondary listing on the London Stock Exchange.</p><br><p></p>\r\n', '', '', '', 'fr'),
(88, 'ASUS', '<p></p><p><b>ASUSTeK Computer Inc.</b>, trading as <b>Asus</b><span><span></span></span><span></span><span></span><span></span><span></span>, is a Taiwanese multinational computer hardware and electronics company headquartered in Taipei, Taiwan. Its products include desktops, laptops, mobile phones, monitors, motherboards, servers, tablet PCs and video cards. The company\'s slogan is: \"Inspiring Innovation. Persistent Perfection.\"</p>\r\n<p>Asus is the world\'s fifth-largest PC vendor by 2012 unit sales (after HP, Lenovo, Dell and Acer). Asus appears in <i>BusinessWeek</i>’s\r\n \"InfoTech 100\" and \"Asia’s Top 10 IT Companies\" rankings, and it ranked\r\n first in the IT Hardware category of the 2008 Taiwan Top 10 Global \r\nBrands survey with a total brand value of US$1.3 billion.</p>\r\n<p>Asus has a primary listing on the Taiwan Stock Exchange and a secondary listing on the London Stock Exchange.</p><br><p></p>\r\n', '', '', '', 'it'),
(88, 'ASUS', '<p></p><p><b>ASUSTeK Computer Inc.</b>, trading as <b>Asus</b><span><span></span></span><span></span><span></span><span></span><span></span>, is a Taiwanese multinational computer hardware and electronics company headquartered in Taipei, Taiwan. Its products include desktops, laptops, mobile phones, monitors, motherboards, servers, tablet PCs and video cards. The company\'s slogan is: \"Inspiring Innovation. Persistent Perfection.\"</p>\r\n<p>Asus is the world\'s fifth-largest PC vendor by 2012 unit sales (after HP, Lenovo, Dell and Acer). Asus appears in <i>BusinessWeek</i>’s\r\n \"InfoTech 100\" and \"Asia’s Top 10 IT Companies\" rankings, and it ranked\r\n first in the IT Hardware category of the 2008 Taiwan Top 10 Global \r\nBrands survey with a total brand value of US$1.3 billion.</p>\r\n<p>Asus has a primary listing on the Taiwan Stock Exchange and a secondary listing on the London Stock Exchange.</p><br><p></p>\r\n', '', '', '', 'nl'),
(88, 'ASUS', '<p></p><p><b>ASUSTeK Computer Inc.</b>, trading as <b>Asus</b><span><span></span></span><span></span><span></span><span></span><span></span>, is a Taiwanese multinational computer hardware and electronics company headquartered in Taipei, Taiwan. Its products include desktops, laptops, mobile phones, monitors, motherboards, servers, tablet PCs and video cards. The company\'s slogan is: \"Inspiring Innovation. Persistent Perfection.\"</p>\r\n<p>Asus is the world\'s fifth-largest PC vendor by 2012 unit sales (after HP, Lenovo, Dell and Acer). Asus appears in <i>BusinessWeek</i>’s\r\n \"InfoTech 100\" and \"Asia’s Top 10 IT Companies\" rankings, and it ranked\r\n first in the IT Hardware category of the 2008 Taiwan Top 10 Global \r\nBrands survey with a total brand value of US$1.3 billion.</p>\r\n<p>Asus has a primary listing on the Taiwan Stock Exchange and a secondary listing on the London Stock Exchange.</p><br><p></p>\r\n', '', '', '', 'no'),
(88, 'ASUS', '<p></p><p><b>ASUSTeK Computer Inc.</b>, trading as <b>Asus</b><span><span></span></span><span></span><span></span><span></span><span></span>, is a Taiwanese multinational computer hardware and electronics company headquartered in Taipei, Taiwan. Its products include desktops, laptops, mobile phones, monitors, motherboards, servers, tablet PCs and video cards. The company\'s slogan is: \"Inspiring Innovation. Persistent Perfection.\"</p>\r\n<p>Asus is the world\'s fifth-largest PC vendor by 2012 unit sales (after HP, Lenovo, Dell and Acer). Asus appears in <i>BusinessWeek</i>’s\r\n \"InfoTech 100\" and \"Asia’s Top 10 IT Companies\" rankings, and it ranked\r\n first in the IT Hardware category of the 2008 Taiwan Top 10 Global \r\nBrands survey with a total brand value of US$1.3 billion.</p>\r\n<p>Asus has a primary listing on the Taiwan Stock Exchange and a secondary listing on the London Stock Exchange.</p><br><p></p>\r\n', '', '', '', 'pt'),
(88, 'ASUS', '<p></p><p><b>ASUSTeK Computer Inc.</b>, trading as <b>Asus</b><span><span></span></span><span></span><span></span><span></span><span></span>, is a Taiwanese multinational computer hardware and electronics company headquartered in Taipei, Taiwan. Its products include desktops, laptops, mobile phones, monitors, motherboards, servers, tablet PCs and video cards. The company\'s slogan is: \"Inspiring Innovation. Persistent Perfection.\"</p>\r\n<p>Asus is the world\'s fifth-largest PC vendor by 2012 unit sales (after HP, Lenovo, Dell and Acer). Asus appears in <i>BusinessWeek</i>’s\r\n \"InfoTech 100\" and \"Asia’s Top 10 IT Companies\" rankings, and it ranked\r\n first in the IT Hardware category of the 2008 Taiwan Top 10 Global \r\nBrands survey with a total brand value of US$1.3 billion.</p>\r\n<p>Asus has a primary listing on the Taiwan Stock Exchange and a secondary listing on the London Stock Exchange.</p><br><p></p>\r\n', '', '', '', 'ro'),
(88, 'ASUS', '<p></p><p><b>ASUSTeK Computer Inc.</b>, trading as <b>Asus</b><span><span></span></span><span></span><span></span><span></span><span></span>, is a Taiwanese multinational computer hardware and electronics company headquartered in Taipei, Taiwan. Its products include desktops, laptops, mobile phones, monitors, motherboards, servers, tablet PCs and video cards. The company\'s slogan is: \"Inspiring Innovation. Persistent Perfection.\"</p>\r\n<p>Asus is the world\'s fifth-largest PC vendor by 2012 unit sales (after HP, Lenovo, Dell and Acer). Asus appears in <i>BusinessWeek</i>’s\r\n \"InfoTech 100\" and \"Asia’s Top 10 IT Companies\" rankings, and it ranked\r\n first in the IT Hardware category of the 2008 Taiwan Top 10 Global \r\nBrands survey with a total brand value of US$1.3 billion.</p>\r\n<p>Asus has a primary listing on the Taiwan Stock Exchange and a secondary listing on the London Stock Exchange.</p><br><p></p>\r\n', '', '', '', 'ru');
INSERT INTO `partiushop_product_feature_variant_descriptions` (`variant_id`, `variant`, `description`, `page_title`, `meta_keywords`, `meta_description`, `lang_code`) VALUES
(89, 'Samsung', '<p><p><b>Samsung Group</b><span></span><span></span> is a South Korean multinational conglomerate company headquartered in Samsung Town, Seoul. It comprises numerous subsidiaries and affiliated businesses, most of them united under the <i>Samsung</i> brand, and is the largest South Korean <i>chaebol</i>.</p>\r\n<p>Samsung was founded by Lee Byung-chull\r\n in 1938 as a trading company. Over the next three decades the group \r\ndiversified into areas including food processing, textiles, insurance, \r\nsecurities and retail. Samsung entered the electronics industry in the \r\nlate 1960s and the construction and shipbuilding industries in the \r\nmid-1970s; these areas would drive its subsequent growth. Following \r\nLee\'s death in 1987, Samsung was separated into four business groups – \r\nSamsung Group, Shinsegae Group, CJ Group\r\n and Hansol Group. Since the 1990s Samsung has increasingly globalised \r\nits activities, and electronics, particularly mobile phones and \r\nsemiconductors, has become its most important source of income.</p>\r\n<p>Notable Samsung industrial subsidiaries include Samsung Electronics (the world\'s largest information technology company measured by 2012 revenues), Samsung Heavy Industries (the world\'s second-largest shipbuilder measured by 2010 revenues), and Samsung Engineering and Samsung C&amp;T (respectively the world\'s 15th- and 63nd-largest construction companies). Other notable subsidiaries include Samsung Life Insurance (the world\'s 14th-largest life insurance company), Samsung Everland (operator of Everland Resort, the oldest theme park in South Korea), Samsung Techwin (an aerospace, surveillance and defence company) and Cheil Worldwide (the world\'s 16th-largest advertising agency measured by 2011 revenues).</p>\r\n<p>Samsung has a powerful influence on South Korea\'s economic \r\ndevelopment, politics, media and culture, and has been a major driving \r\nforce behind the \"Miracle on the Han River\". Its affiliate companies produce around a fifth of South Korea\'s total exports. Samsung\'s revenue was equal to 17% of the South Korea\'s $1082 billion GDP.</p><br></p>', '', '', '', 'da'),
(89, 'Samsung', '<p><p><b>Samsung Group</b><span></span><span></span> is a South Korean multinational conglomerate company headquartered in Samsung Town, Seoul. It comprises numerous subsidiaries and affiliated businesses, most of them united under the <i>Samsung</i> brand, and is the largest South Korean <i>chaebol</i>.</p>\r\n<p>Samsung was founded by Lee Byung-chull\r\n in 1938 as a trading company. Over the next three decades the group \r\ndiversified into areas including food processing, textiles, insurance, \r\nsecurities and retail. Samsung entered the electronics industry in the \r\nlate 1960s and the construction and shipbuilding industries in the \r\nmid-1970s; these areas would drive its subsequent growth. Following \r\nLee\'s death in 1987, Samsung was separated into four business groups – \r\nSamsung Group, Shinsegae Group, CJ Group\r\n and Hansol Group. Since the 1990s Samsung has increasingly globalised \r\nits activities, and electronics, particularly mobile phones and \r\nsemiconductors, has become its most important source of income.</p>\r\n<p>Notable Samsung industrial subsidiaries include Samsung Electronics (the world\'s largest information technology company measured by 2012 revenues), Samsung Heavy Industries (the world\'s second-largest shipbuilder measured by 2010 revenues), and Samsung Engineering and Samsung C&amp;T (respectively the world\'s 15th- and 63nd-largest construction companies). Other notable subsidiaries include Samsung Life Insurance (the world\'s 14th-largest life insurance company), Samsung Everland (operator of Everland Resort, the oldest theme park in South Korea), Samsung Techwin (an aerospace, surveillance and defence company) and Cheil Worldwide (the world\'s 16th-largest advertising agency measured by 2011 revenues).</p>\r\n<p>Samsung has a powerful influence on South Korea\'s economic \r\ndevelopment, politics, media and culture, and has been a major driving \r\nforce behind the \"Miracle on the Han River\". Its affiliate companies produce around a fifth of South Korea\'s total exports. Samsung\'s revenue was equal to 17% of the South Korea\'s $1082 billion GDP.</p><br></p>', '', '', '', 'de'),
(89, 'Samsung', '<p><p><b>Samsung Group</b><span></span><span></span> is a South Korean multinational conglomerate company headquartered in Samsung Town, Seoul. It comprises numerous subsidiaries and affiliated businesses, most of them united under the <i>Samsung</i> brand, and is the largest South Korean <i>chaebol</i>.</p>\r\n<p>Samsung was founded by Lee Byung-chull\r\n in 1938 as a trading company. Over the next three decades the group \r\ndiversified into areas including food processing, textiles, insurance, \r\nsecurities and retail. Samsung entered the electronics industry in the \r\nlate 1960s and the construction and shipbuilding industries in the \r\nmid-1970s; these areas would drive its subsequent growth. Following \r\nLee\'s death in 1987, Samsung was separated into four business groups – \r\nSamsung Group, Shinsegae Group, CJ Group\r\n and Hansol Group. Since the 1990s Samsung has increasingly globalised \r\nits activities, and electronics, particularly mobile phones and \r\nsemiconductors, has become its most important source of income.</p>\r\n<p>Notable Samsung industrial subsidiaries include Samsung Electronics (the world\'s largest information technology company measured by 2012 revenues), Samsung Heavy Industries (the world\'s second-largest shipbuilder measured by 2010 revenues), and Samsung Engineering and Samsung C&amp;T (respectively the world\'s 15th- and 63nd-largest construction companies). Other notable subsidiaries include Samsung Life Insurance (the world\'s 14th-largest life insurance company), Samsung Everland (operator of Everland Resort, the oldest theme park in South Korea), Samsung Techwin (an aerospace, surveillance and defence company) and Cheil Worldwide (the world\'s 16th-largest advertising agency measured by 2011 revenues).</p>\r\n<p>Samsung has a powerful influence on South Korea\'s economic \r\ndevelopment, politics, media and culture, and has been a major driving \r\nforce behind the \"Miracle on the Han River\". Its affiliate companies produce around a fifth of South Korea\'s total exports. Samsung\'s revenue was equal to 17% of the South Korea\'s $1082 billion GDP.</p><br></p>', '', '', '', 'el'),
(89, 'Samsung', '<p><p><b>Samsung Group</b><span></span><span></span> is a South Korean multinational conglomerate company headquartered in Samsung Town, Seoul. It comprises numerous subsidiaries and affiliated businesses, most of them united under the <i>Samsung</i> brand, and is the largest South Korean <i>chaebol</i>.</p>\r\n<p>Samsung was founded by Lee Byung-chull\r\n in 1938 as a trading company. Over the next three decades the group \r\ndiversified into areas including food processing, textiles, insurance, \r\nsecurities and retail. Samsung entered the electronics industry in the \r\nlate 1960s and the construction and shipbuilding industries in the \r\nmid-1970s; these areas would drive its subsequent growth. Following \r\nLee\'s death in 1987, Samsung was separated into four business groups – \r\nSamsung Group, Shinsegae Group, CJ Group\r\n and Hansol Group. Since the 1990s Samsung has increasingly globalised \r\nits activities, and electronics, particularly mobile phones and \r\nsemiconductors, has become its most important source of income.</p>\r\n<p>Notable Samsung industrial subsidiaries include Samsung Electronics (the world\'s largest information technology company measured by 2012 revenues), Samsung Heavy Industries (the world\'s second-largest shipbuilder measured by 2010 revenues), and Samsung Engineering and Samsung C&amp;T (respectively the world\'s 15th- and 63nd-largest construction companies). Other notable subsidiaries include Samsung Life Insurance (the world\'s 14th-largest life insurance company), Samsung Everland (operator of Everland Resort, the oldest theme park in South Korea), Samsung Techwin (an aerospace, surveillance and defence company) and Cheil Worldwide (the world\'s 16th-largest advertising agency measured by 2011 revenues).</p>\r\n<p>Samsung has a powerful influence on South Korea\'s economic \r\ndevelopment, politics, media and culture, and has been a major driving \r\nforce behind the \"Miracle on the Han River\". Its affiliate companies produce around a fifth of South Korea\'s total exports. Samsung\'s revenue was equal to 17% of the South Korea\'s $1082 billion GDP.</p><br></p>', '', '', '', 'en'),
(89, 'Samsung', '<p><p><b>Samsung Group</b><span></span><span></span> is a South Korean multinational conglomerate company headquartered in Samsung Town, Seoul. It comprises numerous subsidiaries and affiliated businesses, most of them united under the <i>Samsung</i> brand, and is the largest South Korean <i>chaebol</i>.</p>\r\n<p>Samsung was founded by Lee Byung-chull\r\n in 1938 as a trading company. Over the next three decades the group \r\ndiversified into areas including food processing, textiles, insurance, \r\nsecurities and retail. Samsung entered the electronics industry in the \r\nlate 1960s and the construction and shipbuilding industries in the \r\nmid-1970s; these areas would drive its subsequent growth. Following \r\nLee\'s death in 1987, Samsung was separated into four business groups – \r\nSamsung Group, Shinsegae Group, CJ Group\r\n and Hansol Group. Since the 1990s Samsung has increasingly globalised \r\nits activities, and electronics, particularly mobile phones and \r\nsemiconductors, has become its most important source of income.</p>\r\n<p>Notable Samsung industrial subsidiaries include Samsung Electronics (the world\'s largest information technology company measured by 2012 revenues), Samsung Heavy Industries (the world\'s second-largest shipbuilder measured by 2010 revenues), and Samsung Engineering and Samsung C&amp;T (respectively the world\'s 15th- and 63nd-largest construction companies). Other notable subsidiaries include Samsung Life Insurance (the world\'s 14th-largest life insurance company), Samsung Everland (operator of Everland Resort, the oldest theme park in South Korea), Samsung Techwin (an aerospace, surveillance and defence company) and Cheil Worldwide (the world\'s 16th-largest advertising agency measured by 2011 revenues).</p>\r\n<p>Samsung has a powerful influence on South Korea\'s economic \r\ndevelopment, politics, media and culture, and has been a major driving \r\nforce behind the \"Miracle on the Han River\". Its affiliate companies produce around a fifth of South Korea\'s total exports. Samsung\'s revenue was equal to 17% of the South Korea\'s $1082 billion GDP.</p><br></p>', '', '', '', 'es'),
(89, 'Samsung', '<p><p><b>Samsung Group</b><span></span><span></span> is a South Korean multinational conglomerate company headquartered in Samsung Town, Seoul. It comprises numerous subsidiaries and affiliated businesses, most of them united under the <i>Samsung</i> brand, and is the largest South Korean <i>chaebol</i>.</p>\r\n<p>Samsung was founded by Lee Byung-chull\r\n in 1938 as a trading company. Over the next three decades the group \r\ndiversified into areas including food processing, textiles, insurance, \r\nsecurities and retail. Samsung entered the electronics industry in the \r\nlate 1960s and the construction and shipbuilding industries in the \r\nmid-1970s; these areas would drive its subsequent growth. Following \r\nLee\'s death in 1987, Samsung was separated into four business groups – \r\nSamsung Group, Shinsegae Group, CJ Group\r\n and Hansol Group. Since the 1990s Samsung has increasingly globalised \r\nits activities, and electronics, particularly mobile phones and \r\nsemiconductors, has become its most important source of income.</p>\r\n<p>Notable Samsung industrial subsidiaries include Samsung Electronics (the world\'s largest information technology company measured by 2012 revenues), Samsung Heavy Industries (the world\'s second-largest shipbuilder measured by 2010 revenues), and Samsung Engineering and Samsung C&amp;T (respectively the world\'s 15th- and 63nd-largest construction companies). Other notable subsidiaries include Samsung Life Insurance (the world\'s 14th-largest life insurance company), Samsung Everland (operator of Everland Resort, the oldest theme park in South Korea), Samsung Techwin (an aerospace, surveillance and defence company) and Cheil Worldwide (the world\'s 16th-largest advertising agency measured by 2011 revenues).</p>\r\n<p>Samsung has a powerful influence on South Korea\'s economic \r\ndevelopment, politics, media and culture, and has been a major driving \r\nforce behind the \"Miracle on the Han River\". Its affiliate companies produce around a fifth of South Korea\'s total exports. Samsung\'s revenue was equal to 17% of the South Korea\'s $1082 billion GDP.</p><br></p>', '', '', '', 'fr'),
(89, 'Samsung', '<p><p><b>Samsung Group</b><span></span><span></span> is a South Korean multinational conglomerate company headquartered in Samsung Town, Seoul. It comprises numerous subsidiaries and affiliated businesses, most of them united under the <i>Samsung</i> brand, and is the largest South Korean <i>chaebol</i>.</p>\r\n<p>Samsung was founded by Lee Byung-chull\r\n in 1938 as a trading company. Over the next three decades the group \r\ndiversified into areas including food processing, textiles, insurance, \r\nsecurities and retail. Samsung entered the electronics industry in the \r\nlate 1960s and the construction and shipbuilding industries in the \r\nmid-1970s; these areas would drive its subsequent growth. Following \r\nLee\'s death in 1987, Samsung was separated into four business groups – \r\nSamsung Group, Shinsegae Group, CJ Group\r\n and Hansol Group. Since the 1990s Samsung has increasingly globalised \r\nits activities, and electronics, particularly mobile phones and \r\nsemiconductors, has become its most important source of income.</p>\r\n<p>Notable Samsung industrial subsidiaries include Samsung Electronics (the world\'s largest information technology company measured by 2012 revenues), Samsung Heavy Industries (the world\'s second-largest shipbuilder measured by 2010 revenues), and Samsung Engineering and Samsung C&amp;T (respectively the world\'s 15th- and 63nd-largest construction companies). Other notable subsidiaries include Samsung Life Insurance (the world\'s 14th-largest life insurance company), Samsung Everland (operator of Everland Resort, the oldest theme park in South Korea), Samsung Techwin (an aerospace, surveillance and defence company) and Cheil Worldwide (the world\'s 16th-largest advertising agency measured by 2011 revenues).</p>\r\n<p>Samsung has a powerful influence on South Korea\'s economic \r\ndevelopment, politics, media and culture, and has been a major driving \r\nforce behind the \"Miracle on the Han River\". Its affiliate companies produce around a fifth of South Korea\'s total exports. Samsung\'s revenue was equal to 17% of the South Korea\'s $1082 billion GDP.</p><br></p>', '', '', '', 'it'),
(89, 'Samsung', '<p><p><b>Samsung Group</b><span></span><span></span> is a South Korean multinational conglomerate company headquartered in Samsung Town, Seoul. It comprises numerous subsidiaries and affiliated businesses, most of them united under the <i>Samsung</i> brand, and is the largest South Korean <i>chaebol</i>.</p>\r\n<p>Samsung was founded by Lee Byung-chull\r\n in 1938 as a trading company. Over the next three decades the group \r\ndiversified into areas including food processing, textiles, insurance, \r\nsecurities and retail. Samsung entered the electronics industry in the \r\nlate 1960s and the construction and shipbuilding industries in the \r\nmid-1970s; these areas would drive its subsequent growth. Following \r\nLee\'s death in 1987, Samsung was separated into four business groups – \r\nSamsung Group, Shinsegae Group, CJ Group\r\n and Hansol Group. Since the 1990s Samsung has increasingly globalised \r\nits activities, and electronics, particularly mobile phones and \r\nsemiconductors, has become its most important source of income.</p>\r\n<p>Notable Samsung industrial subsidiaries include Samsung Electronics (the world\'s largest information technology company measured by 2012 revenues), Samsung Heavy Industries (the world\'s second-largest shipbuilder measured by 2010 revenues), and Samsung Engineering and Samsung C&amp;T (respectively the world\'s 15th- and 63nd-largest construction companies). Other notable subsidiaries include Samsung Life Insurance (the world\'s 14th-largest life insurance company), Samsung Everland (operator of Everland Resort, the oldest theme park in South Korea), Samsung Techwin (an aerospace, surveillance and defence company) and Cheil Worldwide (the world\'s 16th-largest advertising agency measured by 2011 revenues).</p>\r\n<p>Samsung has a powerful influence on South Korea\'s economic \r\ndevelopment, politics, media and culture, and has been a major driving \r\nforce behind the \"Miracle on the Han River\". Its affiliate companies produce around a fifth of South Korea\'s total exports. Samsung\'s revenue was equal to 17% of the South Korea\'s $1082 billion GDP.</p><br></p>', '', '', '', 'nl'),
(89, 'Samsung', '<p><p><b>Samsung Group</b><span></span><span></span> is a South Korean multinational conglomerate company headquartered in Samsung Town, Seoul. It comprises numerous subsidiaries and affiliated businesses, most of them united under the <i>Samsung</i> brand, and is the largest South Korean <i>chaebol</i>.</p>\r\n<p>Samsung was founded by Lee Byung-chull\r\n in 1938 as a trading company. Over the next three decades the group \r\ndiversified into areas including food processing, textiles, insurance, \r\nsecurities and retail. Samsung entered the electronics industry in the \r\nlate 1960s and the construction and shipbuilding industries in the \r\nmid-1970s; these areas would drive its subsequent growth. Following \r\nLee\'s death in 1987, Samsung was separated into four business groups – \r\nSamsung Group, Shinsegae Group, CJ Group\r\n and Hansol Group. Since the 1990s Samsung has increasingly globalised \r\nits activities, and electronics, particularly mobile phones and \r\nsemiconductors, has become its most important source of income.</p>\r\n<p>Notable Samsung industrial subsidiaries include Samsung Electronics (the world\'s largest information technology company measured by 2012 revenues), Samsung Heavy Industries (the world\'s second-largest shipbuilder measured by 2010 revenues), and Samsung Engineering and Samsung C&amp;T (respectively the world\'s 15th- and 63nd-largest construction companies). Other notable subsidiaries include Samsung Life Insurance (the world\'s 14th-largest life insurance company), Samsung Everland (operator of Everland Resort, the oldest theme park in South Korea), Samsung Techwin (an aerospace, surveillance and defence company) and Cheil Worldwide (the world\'s 16th-largest advertising agency measured by 2011 revenues).</p>\r\n<p>Samsung has a powerful influence on South Korea\'s economic \r\ndevelopment, politics, media and culture, and has been a major driving \r\nforce behind the \"Miracle on the Han River\". Its affiliate companies produce around a fifth of South Korea\'s total exports. Samsung\'s revenue was equal to 17% of the South Korea\'s $1082 billion GDP.</p><br></p>', '', '', '', 'no'),
(89, 'Samsung', '<p><p><b>Samsung Group</b><span></span><span></span> is a South Korean multinational conglomerate company headquartered in Samsung Town, Seoul. It comprises numerous subsidiaries and affiliated businesses, most of them united under the <i>Samsung</i> brand, and is the largest South Korean <i>chaebol</i>.</p>\r\n<p>Samsung was founded by Lee Byung-chull\r\n in 1938 as a trading company. Over the next three decades the group \r\ndiversified into areas including food processing, textiles, insurance, \r\nsecurities and retail. Samsung entered the electronics industry in the \r\nlate 1960s and the construction and shipbuilding industries in the \r\nmid-1970s; these areas would drive its subsequent growth. Following \r\nLee\'s death in 1987, Samsung was separated into four business groups – \r\nSamsung Group, Shinsegae Group, CJ Group\r\n and Hansol Group. Since the 1990s Samsung has increasingly globalised \r\nits activities, and electronics, particularly mobile phones and \r\nsemiconductors, has become its most important source of income.</p>\r\n<p>Notable Samsung industrial subsidiaries include Samsung Electronics (the world\'s largest information technology company measured by 2012 revenues), Samsung Heavy Industries (the world\'s second-largest shipbuilder measured by 2010 revenues), and Samsung Engineering and Samsung C&amp;T (respectively the world\'s 15th- and 63nd-largest construction companies). Other notable subsidiaries include Samsung Life Insurance (the world\'s 14th-largest life insurance company), Samsung Everland (operator of Everland Resort, the oldest theme park in South Korea), Samsung Techwin (an aerospace, surveillance and defence company) and Cheil Worldwide (the world\'s 16th-largest advertising agency measured by 2011 revenues).</p>\r\n<p>Samsung has a powerful influence on South Korea\'s economic \r\ndevelopment, politics, media and culture, and has been a major driving \r\nforce behind the \"Miracle on the Han River\". Its affiliate companies produce around a fifth of South Korea\'s total exports. Samsung\'s revenue was equal to 17% of the South Korea\'s $1082 billion GDP.</p><br></p>', '', '', '', 'pt'),
(89, 'Samsung', '<p><p><b>Samsung Group</b><span></span><span></span> is a South Korean multinational conglomerate company headquartered in Samsung Town, Seoul. It comprises numerous subsidiaries and affiliated businesses, most of them united under the <i>Samsung</i> brand, and is the largest South Korean <i>chaebol</i>.</p>\r\n<p>Samsung was founded by Lee Byung-chull\r\n in 1938 as a trading company. Over the next three decades the group \r\ndiversified into areas including food processing, textiles, insurance, \r\nsecurities and retail. Samsung entered the electronics industry in the \r\nlate 1960s and the construction and shipbuilding industries in the \r\nmid-1970s; these areas would drive its subsequent growth. Following \r\nLee\'s death in 1987, Samsung was separated into four business groups – \r\nSamsung Group, Shinsegae Group, CJ Group\r\n and Hansol Group. Since the 1990s Samsung has increasingly globalised \r\nits activities, and electronics, particularly mobile phones and \r\nsemiconductors, has become its most important source of income.</p>\r\n<p>Notable Samsung industrial subsidiaries include Samsung Electronics (the world\'s largest information technology company measured by 2012 revenues), Samsung Heavy Industries (the world\'s second-largest shipbuilder measured by 2010 revenues), and Samsung Engineering and Samsung C&amp;T (respectively the world\'s 15th- and 63nd-largest construction companies). Other notable subsidiaries include Samsung Life Insurance (the world\'s 14th-largest life insurance company), Samsung Everland (operator of Everland Resort, the oldest theme park in South Korea), Samsung Techwin (an aerospace, surveillance and defence company) and Cheil Worldwide (the world\'s 16th-largest advertising agency measured by 2011 revenues).</p>\r\n<p>Samsung has a powerful influence on South Korea\'s economic \r\ndevelopment, politics, media and culture, and has been a major driving \r\nforce behind the \"Miracle on the Han River\". Its affiliate companies produce around a fifth of South Korea\'s total exports. Samsung\'s revenue was equal to 17% of the South Korea\'s $1082 billion GDP.</p><br></p>', '', '', '', 'ro'),
(89, 'Samsung', '<p><p><b>Samsung Group</b><span></span><span></span> is a South Korean multinational conglomerate company headquartered in Samsung Town, Seoul. It comprises numerous subsidiaries and affiliated businesses, most of them united under the <i>Samsung</i> brand, and is the largest South Korean <i>chaebol</i>.</p>\r\n<p>Samsung was founded by Lee Byung-chull\r\n in 1938 as a trading company. Over the next three decades the group \r\ndiversified into areas including food processing, textiles, insurance, \r\nsecurities and retail. Samsung entered the electronics industry in the \r\nlate 1960s and the construction and shipbuilding industries in the \r\nmid-1970s; these areas would drive its subsequent growth. Following \r\nLee\'s death in 1987, Samsung was separated into four business groups – \r\nSamsung Group, Shinsegae Group, CJ Group\r\n and Hansol Group. Since the 1990s Samsung has increasingly globalised \r\nits activities, and electronics, particularly mobile phones and \r\nsemiconductors, has become its most important source of income.</p>\r\n<p>Notable Samsung industrial subsidiaries include Samsung Electronics (the world\'s largest information technology company measured by 2012 revenues), Samsung Heavy Industries (the world\'s second-largest shipbuilder measured by 2010 revenues), and Samsung Engineering and Samsung C&amp;T (respectively the world\'s 15th- and 63nd-largest construction companies). Other notable subsidiaries include Samsung Life Insurance (the world\'s 14th-largest life insurance company), Samsung Everland (operator of Everland Resort, the oldest theme park in South Korea), Samsung Techwin (an aerospace, surveillance and defence company) and Cheil Worldwide (the world\'s 16th-largest advertising agency measured by 2011 revenues).</p>\r\n<p>Samsung has a powerful influence on South Korea\'s economic \r\ndevelopment, politics, media and culture, and has been a major driving \r\nforce behind the \"Miracle on the Han River\". Its affiliate companies produce around a fifth of South Korea\'s total exports. Samsung\'s revenue was equal to 17% of the South Korea\'s $1082 billion GDP.</p><br></p>', '', '', '', 'ru'),
(90, 'Universal Music Group', '<p><b>Universal Music Group</b> (UMG) is the largest American music \r\ncorporation in the world. It currently operates as a subsidiary of \r\nParis-based media conglomerate Vivendi. UMG also owns Universal Music Publishing Group,\r\n which is the second largest music publishing company in the world. \r\nUniversal Music Group\'s global corporate headquarters are located in Sants Monica, California.<br></p>', '', '', '', 'da'),
(90, 'Universal Music Group', '<p><b>Universal Music Group</b> (UMG) is the largest American music \r\ncorporation in the world. It currently operates as a subsidiary of \r\nParis-based media conglomerate Vivendi. UMG also owns Universal Music Publishing Group,\r\n which is the second largest music publishing company in the world. \r\nUniversal Music Group\'s global corporate headquarters are located in Sants Monica, California.<br></p>', '', '', '', 'de'),
(90, 'Universal Music Group', '<p><b>Universal Music Group</b> (UMG) is the largest American music \r\ncorporation in the world. It currently operates as a subsidiary of \r\nParis-based media conglomerate Vivendi. UMG also owns Universal Music Publishing Group,\r\n which is the second largest music publishing company in the world. \r\nUniversal Music Group\'s global corporate headquarters are located in Sants Monica, California.<br></p>', '', '', '', 'el'),
(90, 'Universal Music Group', '<p><b>Universal Music Group</b> (UMG) is the largest American music \r\ncorporation in the world. It currently operates as a subsidiary of \r\nParis-based media conglomerate Vivendi. UMG also owns Universal Music Publishing Group,\r\n which is the second largest music publishing company in the world. \r\nUniversal Music Group\'s global corporate headquarters are located in Sants Monica, California.<br></p>', '', '', '', 'en'),
(90, 'Universal Music Group', '<p><b>Universal Music Group</b> (UMG) is the largest American music \r\ncorporation in the world. It currently operates as a subsidiary of \r\nParis-based media conglomerate Vivendi. UMG also owns Universal Music Publishing Group,\r\n which is the second largest music publishing company in the world. \r\nUniversal Music Group\'s global corporate headquarters are located in Sants Monica, California.<br></p>', '', '', '', 'es'),
(90, 'Universal Music Group', '<p><b>Universal Music Group</b> (UMG) is the largest American music \r\ncorporation in the world. It currently operates as a subsidiary of \r\nParis-based media conglomerate Vivendi. UMG also owns Universal Music Publishing Group,\r\n which is the second largest music publishing company in the world. \r\nUniversal Music Group\'s global corporate headquarters are located in Sants Monica, California.<br></p>', '', '', '', 'fr'),
(90, 'Universal Music Group', '<p><b>Universal Music Group</b> (UMG) is the largest American music \r\ncorporation in the world. It currently operates as a subsidiary of \r\nParis-based media conglomerate Vivendi. UMG also owns Universal Music Publishing Group,\r\n which is the second largest music publishing company in the world. \r\nUniversal Music Group\'s global corporate headquarters are located in Sants Monica, California.<br></p>', '', '', '', 'it'),
(90, 'Universal Music Group', '<p><b>Universal Music Group</b> (UMG) is the largest American music \r\ncorporation in the world. It currently operates as a subsidiary of \r\nParis-based media conglomerate Vivendi. UMG also owns Universal Music Publishing Group,\r\n which is the second largest music publishing company in the world. \r\nUniversal Music Group\'s global corporate headquarters are located in Sants Monica, California.<br></p>', '', '', '', 'nl'),
(90, 'Universal Music Group', '<p><b>Universal Music Group</b> (UMG) is the largest American music \r\ncorporation in the world. It currently operates as a subsidiary of \r\nParis-based media conglomerate Vivendi. UMG also owns Universal Music Publishing Group,\r\n which is the second largest music publishing company in the world. \r\nUniversal Music Group\'s global corporate headquarters are located in Sants Monica, California.<br></p>', '', '', '', 'no'),
(90, 'Universal Music Group', '<p><b>Universal Music Group</b> (UMG) is the largest American music \r\ncorporation in the world. It currently operates as a subsidiary of \r\nParis-based media conglomerate Vivendi. UMG also owns Universal Music Publishing Group,\r\n which is the second largest music publishing company in the world. \r\nUniversal Music Group\'s global corporate headquarters are located in Sants Monica, California.<br></p>', '', '', '', 'pt'),
(90, 'Universal Music Group', '<p><b>Universal Music Group</b> (UMG) is the largest American music \r\ncorporation in the world. It currently operates as a subsidiary of \r\nParis-based media conglomerate Vivendi. UMG also owns Universal Music Publishing Group,\r\n which is the second largest music publishing company in the world. \r\nUniversal Music Group\'s global corporate headquarters are located in Sants Monica, California.<br></p>', '', '', '', 'ro'),
(90, 'Universal Music Group', '<p><b>Universal Music Group</b> (UMG) is the largest American music \r\ncorporation in the world. It currently operates as a subsidiary of \r\nParis-based media conglomerate Vivendi. UMG also owns Universal Music Publishing Group,\r\n which is the second largest music publishing company in the world. \r\nUniversal Music Group\'s global corporate headquarters are located in Sants Monica, California.<br></p>', '', '', '', 'ru'),
(91, 'Apple', '<p><b>Apple Inc.,</b> formerly <b>Apple Computer, Inc.,</b> is an American multinational corporation headquartered in Cupertino, California that designs, develops, and sells consumer electronics, computer software and personal computers. Its best-known hardware products are the Mac line of computers, the iPod music player, the iPhone smartphone, and the iPad tablet computer. Its software includes the OS X and iOS operating systems, the iTunes media browser, the Safari web browser, and the iLife and iWork\r\n creativity and production suites. The company was founded on April 1, \r\n1976, and incorporated as Apple Computer, Inc. on January 3, 1977. The word \"Computer\" was removed from its name on January 9, 2007, reflecting its shifted focus towards consumer electronics after the introduction of the iPhone.</p>\r\n<p>Apple is the world\'s second-largest information technology company by revenue after Samsung Electronics, and the world\'s third-largest mobile phone maker after Samsung and Nokia. <i>Fortune</i> magazine named Apple the most admired company in the United States in 2008, and in the world from 2008 to 2012. However, the company has received criticism for its contractors\' labor practices, and for Apple\'s own environmental and business practices.</p>\r\n<p>As of November 2012, Apple maintains 394 retail stores in fourteen countries as well as the online Apple Store and iTunes Store. It is the second-largest publicly traded corporation in the world by market capitalization, with an estimated value of US$414 billion as of January 2013. As of September&nbsp;29,&nbsp;2012, the company had 72,800 permanent full-time employees and 3,300 temporary full-time employees worldwide. Its worldwide annual revenue in 2012 totalled $156 billion. In May 2013, Apple had made it to the top ten of the Fortune 500 list of companies for the first time, taking the 6 position, 11 places up from the previous year.</p><p><br></p>', '', '', '', 'da'),
(91, 'Apple', '<p><b>Apple Inc.,</b> formerly <b>Apple Computer, Inc.,</b> is an American multinational corporation headquartered in Cupertino, California that designs, develops, and sells consumer electronics, computer software and personal computers. Its best-known hardware products are the Mac line of computers, the iPod music player, the iPhone smartphone, and the iPad tablet computer. Its software includes the OS X and iOS operating systems, the iTunes media browser, the Safari web browser, and the iLife and iWork\r\n creativity and production suites. The company was founded on April 1, \r\n1976, and incorporated as Apple Computer, Inc. on January 3, 1977. The word \"Computer\" was removed from its name on January 9, 2007, reflecting its shifted focus towards consumer electronics after the introduction of the iPhone.</p>\r\n<p>Apple is the world\'s second-largest information technology company by revenue after Samsung Electronics, and the world\'s third-largest mobile phone maker after Samsung and Nokia. <i>Fortune</i> magazine named Apple the most admired company in the United States in 2008, and in the world from 2008 to 2012. However, the company has received criticism for its contractors\' labor practices, and for Apple\'s own environmental and business practices.</p>\r\n<p>As of November 2012, Apple maintains 394 retail stores in fourteen countries as well as the online Apple Store and iTunes Store. It is the second-largest publicly traded corporation in the world by market capitalization, with an estimated value of US$414 billion as of January 2013. As of September&nbsp;29,&nbsp;2012, the company had 72,800 permanent full-time employees and 3,300 temporary full-time employees worldwide. Its worldwide annual revenue in 2012 totalled $156 billion. In May 2013, Apple had made it to the top ten of the Fortune 500 list of companies for the first time, taking the 6 position, 11 places up from the previous year.</p><p><br></p>', '', '', '', 'de'),
(91, 'Apple', '<p><b>Apple Inc.,</b> formerly <b>Apple Computer, Inc.,</b> is an American multinational corporation headquartered in Cupertino, California that designs, develops, and sells consumer electronics, computer software and personal computers. Its best-known hardware products are the Mac line of computers, the iPod music player, the iPhone smartphone, and the iPad tablet computer. Its software includes the OS X and iOS operating systems, the iTunes media browser, the Safari web browser, and the iLife and iWork\r\n creativity and production suites. The company was founded on April 1, \r\n1976, and incorporated as Apple Computer, Inc. on January 3, 1977. The word \"Computer\" was removed from its name on January 9, 2007, reflecting its shifted focus towards consumer electronics after the introduction of the iPhone.</p>\r\n<p>Apple is the world\'s second-largest information technology company by revenue after Samsung Electronics, and the world\'s third-largest mobile phone maker after Samsung and Nokia. <i>Fortune</i> magazine named Apple the most admired company in the United States in 2008, and in the world from 2008 to 2012. However, the company has received criticism for its contractors\' labor practices, and for Apple\'s own environmental and business practices.</p>\r\n<p>As of November 2012, Apple maintains 394 retail stores in fourteen countries as well as the online Apple Store and iTunes Store. It is the second-largest publicly traded corporation in the world by market capitalization, with an estimated value of US$414 billion as of January 2013. As of September&nbsp;29,&nbsp;2012, the company had 72,800 permanent full-time employees and 3,300 temporary full-time employees worldwide. Its worldwide annual revenue in 2012 totalled $156 billion. In May 2013, Apple had made it to the top ten of the Fortune 500 list of companies for the first time, taking the 6 position, 11 places up from the previous year.</p><p><br></p>', '', '', '', 'el'),
(91, 'Apple', '<p><b>Apple Inc.,</b> formerly <b>Apple Computer, Inc.,</b> is an American multinational corporation headquartered in Cupertino, California that designs, develops, and sells consumer electronics, computer software and personal computers. Its best-known hardware products are the Mac line of computers, the iPod music player, the iPhone smartphone, and the iPad tablet computer. Its software includes the OS X and iOS operating systems, the iTunes media browser, the Safari web browser, and the iLife and iWork\r\n creativity and production suites. The company was founded on April 1, \r\n1976, and incorporated as Apple Computer, Inc. on January 3, 1977. The word \"Computer\" was removed from its name on January 9, 2007, reflecting its shifted focus towards consumer electronics after the introduction of the iPhone.</p>\r\n<p>Apple is the world\'s second-largest information technology company by revenue after Samsung Electronics, and the world\'s third-largest mobile phone maker after Samsung and Nokia. <i>Fortune</i> magazine named Apple the most admired company in the United States in 2008, and in the world from 2008 to 2012. However, the company has received criticism for its contractors\' labor practices, and for Apple\'s own environmental and business practices.</p>\r\n<p>As of November 2012, Apple maintains 394 retail stores in fourteen countries as well as the online Apple Store and iTunes Store. It is the second-largest publicly traded corporation in the world by market capitalization, with an estimated value of US$414 billion as of January 2013. As of September&nbsp;29,&nbsp;2012, the company had 72,800 permanent full-time employees and 3,300 temporary full-time employees worldwide. Its worldwide annual revenue in 2012 totalled $156 billion. In May 2013, Apple had made it to the top ten of the Fortune 500 list of companies for the first time, taking the 6 position, 11 places up from the previous year.</p><p><br></p>', '', '', '', 'en'),
(91, 'Apple', '<p><b>Apple Inc.,</b> formerly <b>Apple Computer, Inc.,</b> is an American multinational corporation headquartered in Cupertino, California that designs, develops, and sells consumer electronics, computer software and personal computers. Its best-known hardware products are the Mac line of computers, the iPod music player, the iPhone smartphone, and the iPad tablet computer. Its software includes the OS X and iOS operating systems, the iTunes media browser, the Safari web browser, and the iLife and iWork\r\n creativity and production suites. The company was founded on April 1, \r\n1976, and incorporated as Apple Computer, Inc. on January 3, 1977. The word \"Computer\" was removed from its name on January 9, 2007, reflecting its shifted focus towards consumer electronics after the introduction of the iPhone.</p>\r\n<p>Apple is the world\'s second-largest information technology company by revenue after Samsung Electronics, and the world\'s third-largest mobile phone maker after Samsung and Nokia. <i>Fortune</i> magazine named Apple the most admired company in the United States in 2008, and in the world from 2008 to 2012. However, the company has received criticism for its contractors\' labor practices, and for Apple\'s own environmental and business practices.</p>\r\n<p>As of November 2012, Apple maintains 394 retail stores in fourteen countries as well as the online Apple Store and iTunes Store. It is the second-largest publicly traded corporation in the world by market capitalization, with an estimated value of US$414 billion as of January 2013. As of September&nbsp;29,&nbsp;2012, the company had 72,800 permanent full-time employees and 3,300 temporary full-time employees worldwide. Its worldwide annual revenue in 2012 totalled $156 billion. In May 2013, Apple had made it to the top ten of the Fortune 500 list of companies for the first time, taking the 6 position, 11 places up from the previous year.</p><p><br></p>', '', '', '', 'es'),
(91, 'Apple', '<p><b>Apple Inc.,</b> formerly <b>Apple Computer, Inc.,</b> is an American multinational corporation headquartered in Cupertino, California that designs, develops, and sells consumer electronics, computer software and personal computers. Its best-known hardware products are the Mac line of computers, the iPod music player, the iPhone smartphone, and the iPad tablet computer. Its software includes the OS X and iOS operating systems, the iTunes media browser, the Safari web browser, and the iLife and iWork\r\n creativity and production suites. The company was founded on April 1, \r\n1976, and incorporated as Apple Computer, Inc. on January 3, 1977. The word \"Computer\" was removed from its name on January 9, 2007, reflecting its shifted focus towards consumer electronics after the introduction of the iPhone.</p>\r\n<p>Apple is the world\'s second-largest information technology company by revenue after Samsung Electronics, and the world\'s third-largest mobile phone maker after Samsung and Nokia. <i>Fortune</i> magazine named Apple the most admired company in the United States in 2008, and in the world from 2008 to 2012. However, the company has received criticism for its contractors\' labor practices, and for Apple\'s own environmental and business practices.</p>\r\n<p>As of November 2012, Apple maintains 394 retail stores in fourteen countries as well as the online Apple Store and iTunes Store. It is the second-largest publicly traded corporation in the world by market capitalization, with an estimated value of US$414 billion as of January 2013. As of September&nbsp;29,&nbsp;2012, the company had 72,800 permanent full-time employees and 3,300 temporary full-time employees worldwide. Its worldwide annual revenue in 2012 totalled $156 billion. In May 2013, Apple had made it to the top ten of the Fortune 500 list of companies for the first time, taking the 6 position, 11 places up from the previous year.</p><p><br></p>', '', '', '', 'fr'),
(91, 'Apple', '<p><b>Apple Inc.,</b> formerly <b>Apple Computer, Inc.,</b> is an American multinational corporation headquartered in Cupertino, California that designs, develops, and sells consumer electronics, computer software and personal computers. Its best-known hardware products are the Mac line of computers, the iPod music player, the iPhone smartphone, and the iPad tablet computer. Its software includes the OS X and iOS operating systems, the iTunes media browser, the Safari web browser, and the iLife and iWork\r\n creativity and production suites. The company was founded on April 1, \r\n1976, and incorporated as Apple Computer, Inc. on January 3, 1977. The word \"Computer\" was removed from its name on January 9, 2007, reflecting its shifted focus towards consumer electronics after the introduction of the iPhone.</p>\r\n<p>Apple is the world\'s second-largest information technology company by revenue after Samsung Electronics, and the world\'s third-largest mobile phone maker after Samsung and Nokia. <i>Fortune</i> magazine named Apple the most admired company in the United States in 2008, and in the world from 2008 to 2012. However, the company has received criticism for its contractors\' labor practices, and for Apple\'s own environmental and business practices.</p>\r\n<p>As of November 2012, Apple maintains 394 retail stores in fourteen countries as well as the online Apple Store and iTunes Store. It is the second-largest publicly traded corporation in the world by market capitalization, with an estimated value of US$414 billion as of January 2013. As of September&nbsp;29,&nbsp;2012, the company had 72,800 permanent full-time employees and 3,300 temporary full-time employees worldwide. Its worldwide annual revenue in 2012 totalled $156 billion. In May 2013, Apple had made it to the top ten of the Fortune 500 list of companies for the first time, taking the 6 position, 11 places up from the previous year.</p><p><br></p>', '', '', '', 'it'),
(91, 'Apple', '<p><b>Apple Inc.,</b> formerly <b>Apple Computer, Inc.,</b> is an American multinational corporation headquartered in Cupertino, California that designs, develops, and sells consumer electronics, computer software and personal computers. Its best-known hardware products are the Mac line of computers, the iPod music player, the iPhone smartphone, and the iPad tablet computer. Its software includes the OS X and iOS operating systems, the iTunes media browser, the Safari web browser, and the iLife and iWork\r\n creativity and production suites. The company was founded on April 1, \r\n1976, and incorporated as Apple Computer, Inc. on January 3, 1977. The word \"Computer\" was removed from its name on January 9, 2007, reflecting its shifted focus towards consumer electronics after the introduction of the iPhone.</p>\r\n<p>Apple is the world\'s second-largest information technology company by revenue after Samsung Electronics, and the world\'s third-largest mobile phone maker after Samsung and Nokia. <i>Fortune</i> magazine named Apple the most admired company in the United States in 2008, and in the world from 2008 to 2012. However, the company has received criticism for its contractors\' labor practices, and for Apple\'s own environmental and business practices.</p>\r\n<p>As of November 2012, Apple maintains 394 retail stores in fourteen countries as well as the online Apple Store and iTunes Store. It is the second-largest publicly traded corporation in the world by market capitalization, with an estimated value of US$414 billion as of January 2013. As of September&nbsp;29,&nbsp;2012, the company had 72,800 permanent full-time employees and 3,300 temporary full-time employees worldwide. Its worldwide annual revenue in 2012 totalled $156 billion. In May 2013, Apple had made it to the top ten of the Fortune 500 list of companies for the first time, taking the 6 position, 11 places up from the previous year.</p><p><br></p>', '', '', '', 'nl'),
(91, 'Apple', '<p><b>Apple Inc.,</b> formerly <b>Apple Computer, Inc.,</b> is an American multinational corporation headquartered in Cupertino, California that designs, develops, and sells consumer electronics, computer software and personal computers. Its best-known hardware products are the Mac line of computers, the iPod music player, the iPhone smartphone, and the iPad tablet computer. Its software includes the OS X and iOS operating systems, the iTunes media browser, the Safari web browser, and the iLife and iWork\r\n creativity and production suites. The company was founded on April 1, \r\n1976, and incorporated as Apple Computer, Inc. on January 3, 1977. The word \"Computer\" was removed from its name on January 9, 2007, reflecting its shifted focus towards consumer electronics after the introduction of the iPhone.</p>\r\n<p>Apple is the world\'s second-largest information technology company by revenue after Samsung Electronics, and the world\'s third-largest mobile phone maker after Samsung and Nokia. <i>Fortune</i> magazine named Apple the most admired company in the United States in 2008, and in the world from 2008 to 2012. However, the company has received criticism for its contractors\' labor practices, and for Apple\'s own environmental and business practices.</p>\r\n<p>As of November 2012, Apple maintains 394 retail stores in fourteen countries as well as the online Apple Store and iTunes Store. It is the second-largest publicly traded corporation in the world by market capitalization, with an estimated value of US$414 billion as of January 2013. As of September&nbsp;29,&nbsp;2012, the company had 72,800 permanent full-time employees and 3,300 temporary full-time employees worldwide. Its worldwide annual revenue in 2012 totalled $156 billion. In May 2013, Apple had made it to the top ten of the Fortune 500 list of companies for the first time, taking the 6 position, 11 places up from the previous year.</p><p><br></p>', '', '', '', 'no');
INSERT INTO `partiushop_product_feature_variant_descriptions` (`variant_id`, `variant`, `description`, `page_title`, `meta_keywords`, `meta_description`, `lang_code`) VALUES
(91, 'Apple', '<p><b>Apple Inc.,</b> formerly <b>Apple Computer, Inc.,</b> is an American multinational corporation headquartered in Cupertino, California that designs, develops, and sells consumer electronics, computer software and personal computers. Its best-known hardware products are the Mac line of computers, the iPod music player, the iPhone smartphone, and the iPad tablet computer. Its software includes the OS X and iOS operating systems, the iTunes media browser, the Safari web browser, and the iLife and iWork\r\n creativity and production suites. The company was founded on April 1, \r\n1976, and incorporated as Apple Computer, Inc. on January 3, 1977. The word \"Computer\" was removed from its name on January 9, 2007, reflecting its shifted focus towards consumer electronics after the introduction of the iPhone.</p>\r\n<p>Apple is the world\'s second-largest information technology company by revenue after Samsung Electronics, and the world\'s third-largest mobile phone maker after Samsung and Nokia. <i>Fortune</i> magazine named Apple the most admired company in the United States in 2008, and in the world from 2008 to 2012. However, the company has received criticism for its contractors\' labor practices, and for Apple\'s own environmental and business practices.</p>\r\n<p>As of November 2012, Apple maintains 394 retail stores in fourteen countries as well as the online Apple Store and iTunes Store. It is the second-largest publicly traded corporation in the world by market capitalization, with an estimated value of US$414 billion as of January 2013. As of September&nbsp;29,&nbsp;2012, the company had 72,800 permanent full-time employees and 3,300 temporary full-time employees worldwide. Its worldwide annual revenue in 2012 totalled $156 billion. In May 2013, Apple had made it to the top ten of the Fortune 500 list of companies for the first time, taking the 6 position, 11 places up from the previous year.</p><p><br></p>', '', '', '', 'pt'),
(91, 'Apple', '<p><b>Apple Inc.,</b> formerly <b>Apple Computer, Inc.,</b> is an American multinational corporation headquartered in Cupertino, California that designs, develops, and sells consumer electronics, computer software and personal computers. Its best-known hardware products are the Mac line of computers, the iPod music player, the iPhone smartphone, and the iPad tablet computer. Its software includes the OS X and iOS operating systems, the iTunes media browser, the Safari web browser, and the iLife and iWork\r\n creativity and production suites. The company was founded on April 1, \r\n1976, and incorporated as Apple Computer, Inc. on January 3, 1977. The word \"Computer\" was removed from its name on January 9, 2007, reflecting its shifted focus towards consumer electronics after the introduction of the iPhone.</p>\r\n<p>Apple is the world\'s second-largest information technology company by revenue after Samsung Electronics, and the world\'s third-largest mobile phone maker after Samsung and Nokia. <i>Fortune</i> magazine named Apple the most admired company in the United States in 2008, and in the world from 2008 to 2012. However, the company has received criticism for its contractors\' labor practices, and for Apple\'s own environmental and business practices.</p>\r\n<p>As of November 2012, Apple maintains 394 retail stores in fourteen countries as well as the online Apple Store and iTunes Store. It is the second-largest publicly traded corporation in the world by market capitalization, with an estimated value of US$414 billion as of January 2013. As of September&nbsp;29,&nbsp;2012, the company had 72,800 permanent full-time employees and 3,300 temporary full-time employees worldwide. Its worldwide annual revenue in 2012 totalled $156 billion. In May 2013, Apple had made it to the top ten of the Fortune 500 list of companies for the first time, taking the 6 position, 11 places up from the previous year.</p><p><br></p>', '', '', '', 'ro'),
(91, 'Apple', '<p><b>Apple Inc.,</b> formerly <b>Apple Computer, Inc.,</b> is an American multinational corporation headquartered in Cupertino, California that designs, develops, and sells consumer electronics, computer software and personal computers. Its best-known hardware products are the Mac line of computers, the iPod music player, the iPhone smartphone, and the iPad tablet computer. Its software includes the OS X and iOS operating systems, the iTunes media browser, the Safari web browser, and the iLife and iWork\r\n creativity and production suites. The company was founded on April 1, \r\n1976, and incorporated as Apple Computer, Inc. on January 3, 1977. The word \"Computer\" was removed from its name on January 9, 2007, reflecting its shifted focus towards consumer electronics after the introduction of the iPhone.</p>\r\n<p>Apple is the world\'s second-largest information technology company by revenue after Samsung Electronics, and the world\'s third-largest mobile phone maker after Samsung and Nokia. <i>Fortune</i> magazine named Apple the most admired company in the United States in 2008, and in the world from 2008 to 2012. However, the company has received criticism for its contractors\' labor practices, and for Apple\'s own environmental and business practices.</p>\r\n<p>As of November 2012, Apple maintains 394 retail stores in fourteen countries as well as the online Apple Store and iTunes Store. It is the second-largest publicly traded corporation in the world by market capitalization, with an estimated value of US$414 billion as of January 2013. As of September&nbsp;29,&nbsp;2012, the company had 72,800 permanent full-time employees and 3,300 temporary full-time employees worldwide. Its worldwide annual revenue in 2012 totalled $156 billion. In May 2013, Apple had made it to the top ten of the Fortune 500 list of companies for the first time, taking the 6 position, 11 places up from the previous year.</p><p><br></p>', '', '', '', 'ru'),
(92, 'Acer', '<p><p><b>Acer Inc.</b> <span><span></span></span><span></span><span></span><span></span><em></em> is a Taiwanese multinational hardware and electronics corporation headquartered in Xizhi, New Taipei City, Taiwan. Acer\'s products include inexpensively-targeted desktop and laptop PCs, tablet computers, servers, storage devices, displays, smartphones and peripherals. It also provides e-business services to businesses, governments and consumers. Acer is the fourth largest PC maker in the world.</p>\r\n<p>In the early 2000s, Acer implemented a new business model, shifting \r\nfrom a manufacturer to a designer, marketer and distributor of products,\r\n while performing production processes via contract manufacturers.</p>\r\n<p>In addition to its core business, Acer also owns the largest franchised computer retail chain in Taipei, Taiwan.</p><br></p>', '', '', '', 'da'),
(92, 'Acer', '<p><p><b>Acer Inc.</b> <span><span></span></span><span></span><span></span><span></span><em></em> is a Taiwanese multinational hardware and electronics corporation headquartered in Xizhi, New Taipei City, Taiwan. Acer\'s products include inexpensively-targeted desktop and laptop PCs, tablet computers, servers, storage devices, displays, smartphones and peripherals. It also provides e-business services to businesses, governments and consumers. Acer is the fourth largest PC maker in the world.</p>\r\n<p>In the early 2000s, Acer implemented a new business model, shifting \r\nfrom a manufacturer to a designer, marketer and distributor of products,\r\n while performing production processes via contract manufacturers.</p>\r\n<p>In addition to its core business, Acer also owns the largest franchised computer retail chain in Taipei, Taiwan.</p><br></p>', '', '', '', 'de'),
(92, 'Acer', '<p><p><b>Acer Inc.</b> <span><span></span></span><span></span><span></span><span></span><em></em> is a Taiwanese multinational hardware and electronics corporation headquartered in Xizhi, New Taipei City, Taiwan. Acer\'s products include inexpensively-targeted desktop and laptop PCs, tablet computers, servers, storage devices, displays, smartphones and peripherals. It also provides e-business services to businesses, governments and consumers. Acer is the fourth largest PC maker in the world.</p>\r\n<p>In the early 2000s, Acer implemented a new business model, shifting \r\nfrom a manufacturer to a designer, marketer and distributor of products,\r\n while performing production processes via contract manufacturers.</p>\r\n<p>In addition to its core business, Acer also owns the largest franchised computer retail chain in Taipei, Taiwan.</p><br></p>', '', '', '', 'el'),
(92, 'Acer', '<p><p><b>Acer Inc.</b> <span><span></span></span><span></span><span></span><span></span><em></em> is a Taiwanese multinational hardware and electronics corporation headquartered in Xizhi, New Taipei City, Taiwan. Acer\'s products include inexpensively-targeted desktop and laptop PCs, tablet computers, servers, storage devices, displays, smartphones and peripherals. It also provides e-business services to businesses, governments and consumers. Acer is the fourth largest PC maker in the world.</p>\r\n<p>In the early 2000s, Acer implemented a new business model, shifting \r\nfrom a manufacturer to a designer, marketer and distributor of products,\r\n while performing production processes via contract manufacturers.</p>\r\n<p>In addition to its core business, Acer also owns the largest franchised computer retail chain in Taipei, Taiwan.</p><br></p>', '', '', '', 'en'),
(92, 'Acer', '<p><p><b>Acer Inc.</b> <span><span></span></span><span></span><span></span><span></span><em></em> is a Taiwanese multinational hardware and electronics corporation headquartered in Xizhi, New Taipei City, Taiwan. Acer\'s products include inexpensively-targeted desktop and laptop PCs, tablet computers, servers, storage devices, displays, smartphones and peripherals. It also provides e-business services to businesses, governments and consumers. Acer is the fourth largest PC maker in the world.</p>\r\n<p>In the early 2000s, Acer implemented a new business model, shifting \r\nfrom a manufacturer to a designer, marketer and distributor of products,\r\n while performing production processes via contract manufacturers.</p>\r\n<p>In addition to its core business, Acer also owns the largest franchised computer retail chain in Taipei, Taiwan.</p><br></p>', '', '', '', 'es'),
(92, 'Acer', '<p><p><b>Acer Inc.</b> <span><span></span></span><span></span><span></span><span></span><em></em> is a Taiwanese multinational hardware and electronics corporation headquartered in Xizhi, New Taipei City, Taiwan. Acer\'s products include inexpensively-targeted desktop and laptop PCs, tablet computers, servers, storage devices, displays, smartphones and peripherals. It also provides e-business services to businesses, governments and consumers. Acer is the fourth largest PC maker in the world.</p>\r\n<p>In the early 2000s, Acer implemented a new business model, shifting \r\nfrom a manufacturer to a designer, marketer and distributor of products,\r\n while performing production processes via contract manufacturers.</p>\r\n<p>In addition to its core business, Acer also owns the largest franchised computer retail chain in Taipei, Taiwan.</p><br></p>', '', '', '', 'fr'),
(92, 'Acer', '<p><p><b>Acer Inc.</b> <span><span></span></span><span></span><span></span><span></span><em></em> is a Taiwanese multinational hardware and electronics corporation headquartered in Xizhi, New Taipei City, Taiwan. Acer\'s products include inexpensively-targeted desktop and laptop PCs, tablet computers, servers, storage devices, displays, smartphones and peripherals. It also provides e-business services to businesses, governments and consumers. Acer is the fourth largest PC maker in the world.</p>\r\n<p>In the early 2000s, Acer implemented a new business model, shifting \r\nfrom a manufacturer to a designer, marketer and distributor of products,\r\n while performing production processes via contract manufacturers.</p>\r\n<p>In addition to its core business, Acer also owns the largest franchised computer retail chain in Taipei, Taiwan.</p><br></p>', '', '', '', 'it'),
(92, 'Acer', '<p><p><b>Acer Inc.</b> <span><span></span></span><span></span><span></span><span></span><em></em> is a Taiwanese multinational hardware and electronics corporation headquartered in Xizhi, New Taipei City, Taiwan. Acer\'s products include inexpensively-targeted desktop and laptop PCs, tablet computers, servers, storage devices, displays, smartphones and peripherals. It also provides e-business services to businesses, governments and consumers. Acer is the fourth largest PC maker in the world.</p>\r\n<p>In the early 2000s, Acer implemented a new business model, shifting \r\nfrom a manufacturer to a designer, marketer and distributor of products,\r\n while performing production processes via contract manufacturers.</p>\r\n<p>In addition to its core business, Acer also owns the largest franchised computer retail chain in Taipei, Taiwan.</p><br></p>', '', '', '', 'nl'),
(92, 'Acer', '<p><p><b>Acer Inc.</b> <span><span></span></span><span></span><span></span><span></span><em></em> is a Taiwanese multinational hardware and electronics corporation headquartered in Xizhi, New Taipei City, Taiwan. Acer\'s products include inexpensively-targeted desktop and laptop PCs, tablet computers, servers, storage devices, displays, smartphones and peripherals. It also provides e-business services to businesses, governments and consumers. Acer is the fourth largest PC maker in the world.</p>\r\n<p>In the early 2000s, Acer implemented a new business model, shifting \r\nfrom a manufacturer to a designer, marketer and distributor of products,\r\n while performing production processes via contract manufacturers.</p>\r\n<p>In addition to its core business, Acer also owns the largest franchised computer retail chain in Taipei, Taiwan.</p><br></p>', '', '', '', 'no'),
(92, 'Acer', '<p><p><b>Acer Inc.</b> <span><span></span></span><span></span><span></span><span></span><em></em> is a Taiwanese multinational hardware and electronics corporation headquartered in Xizhi, New Taipei City, Taiwan. Acer\'s products include inexpensively-targeted desktop and laptop PCs, tablet computers, servers, storage devices, displays, smartphones and peripherals. It also provides e-business services to businesses, governments and consumers. Acer is the fourth largest PC maker in the world.</p>\r\n<p>In the early 2000s, Acer implemented a new business model, shifting \r\nfrom a manufacturer to a designer, marketer and distributor of products,\r\n while performing production processes via contract manufacturers.</p>\r\n<p>In addition to its core business, Acer also owns the largest franchised computer retail chain in Taipei, Taiwan.</p><br></p>', '', '', '', 'pt'),
(92, 'Acer', '<p><p><b>Acer Inc.</b> <span><span></span></span><span></span><span></span><span></span><em></em> is a Taiwanese multinational hardware and electronics corporation headquartered in Xizhi, New Taipei City, Taiwan. Acer\'s products include inexpensively-targeted desktop and laptop PCs, tablet computers, servers, storage devices, displays, smartphones and peripherals. It also provides e-business services to businesses, governments and consumers. Acer is the fourth largest PC maker in the world.</p>\r\n<p>In the early 2000s, Acer implemented a new business model, shifting \r\nfrom a manufacturer to a designer, marketer and distributor of products,\r\n while performing production processes via contract manufacturers.</p>\r\n<p>In addition to its core business, Acer also owns the largest franchised computer retail chain in Taipei, Taiwan.</p><br></p>', '', '', '', 'ro'),
(92, 'Acer', '<p><p><b>Acer Inc.</b> <span><span></span></span><span></span><span></span><span></span><em></em> is a Taiwanese multinational hardware and electronics corporation headquartered in Xizhi, New Taipei City, Taiwan. Acer\'s products include inexpensively-targeted desktop and laptop PCs, tablet computers, servers, storage devices, displays, smartphones and peripherals. It also provides e-business services to businesses, governments and consumers. Acer is the fourth largest PC maker in the world.</p>\r\n<p>In the early 2000s, Acer implemented a new business model, shifting \r\nfrom a manufacturer to a designer, marketer and distributor of products,\r\n while performing production processes via contract manufacturers.</p>\r\n<p>In addition to its core business, Acer also owns the largest franchised computer retail chain in Taipei, Taiwan.</p><br></p>', '', '', '', 'ru'),
(93, 'Hewlett-Packard', '<p><p><b>Hewlett-Packard Company</b> or <b>HP</b> is an American multinational information technology corporation headquartered in Palo Alto, California, United States. It provides products, technologies, software, solutions and services to consumers, small- and medium-sized businesses (SMBs) and large enterprises, including customers in the government, health and education sectors.</p>\r\n<p>The company was founded in a one-car garage in Palo Alto by William \"Bill\" Redington Hewlett and Dave Packard. HP is the world\'s leading PC manufacturer and has been since 2007, fending off a challenge by Chinese manufacture Lenovo, according to Gartner.\r\n It specializes in developing and manufacturing computing, data storage,\r\n and networking hardware, designing software and delivering services. \r\nMajor product lines include personal computing devices, enterprise, and \r\nindustry standard servers, related storage devices, networking products,\r\n software and a diverse range of printers, and other imaging products. \r\nHP markets its products to households, small- to medium-sized businesses\r\n and enterprises directly as well as via online distribution, \r\nconsumer-electronics and office-supply retailers, software partners and \r\nmajor technology vendors. HP also has strong services and consulting \r\nbusiness around its products and partner products. It is the world\'s largest PC vendor by 2012 unit sales.</p>\r\n<p>Major company events have included the spin-off of part of its business as Agilent Technologies in 1999, its merger with Compaq in 2002, the sponsor of Mission: Space in 2003, and the acquisition of EDS in 2008, which led to combined revenues of $118.4&nbsp;billion in 2008 and a Fortune 500 ranking of 9 in 2009. In November 2009, HP announced the acquisition of 3Com, with the deal closing on April 12, 2010. On April 28, 2010, HP announced the buyout of Palm for $1.2&nbsp;billion. On September 2, 2010, HP won its bidding war for 3PAR with a $33 a share offer ($2.07&nbsp;billion), which Dell declined to match.</p>\r\n<p>Hewlett-Packard is not affiliated with Packard Motor Car Corporation, founded by James Ward Packard and William Doud Packard, or with Packard Bell.</p><br></p>', '', '', '', 'da'),
(93, 'Hewlett-Packard', '<p><p><b>Hewlett-Packard Company</b> or <b>HP</b> is an American multinational information technology corporation headquartered in Palo Alto, California, United States. It provides products, technologies, software, solutions and services to consumers, small- and medium-sized businesses (SMBs) and large enterprises, including customers in the government, health and education sectors.</p>\r\n<p>The company was founded in a one-car garage in Palo Alto by William \"Bill\" Redington Hewlett and Dave Packard. HP is the world\'s leading PC manufacturer and has been since 2007, fending off a challenge by Chinese manufacture Lenovo, according to Gartner.\r\n It specializes in developing and manufacturing computing, data storage,\r\n and networking hardware, designing software and delivering services. \r\nMajor product lines include personal computing devices, enterprise, and \r\nindustry standard servers, related storage devices, networking products,\r\n software and a diverse range of printers, and other imaging products. \r\nHP markets its products to households, small- to medium-sized businesses\r\n and enterprises directly as well as via online distribution, \r\nconsumer-electronics and office-supply retailers, software partners and \r\nmajor technology vendors. HP also has strong services and consulting \r\nbusiness around its products and partner products. It is the world\'s largest PC vendor by 2012 unit sales.</p>\r\n<p>Major company events have included the spin-off of part of its business as Agilent Technologies in 1999, its merger with Compaq in 2002, the sponsor of Mission: Space in 2003, and the acquisition of EDS in 2008, which led to combined revenues of $118.4&nbsp;billion in 2008 and a Fortune 500 ranking of 9 in 2009. In November 2009, HP announced the acquisition of 3Com, with the deal closing on April 12, 2010. On April 28, 2010, HP announced the buyout of Palm for $1.2&nbsp;billion. On September 2, 2010, HP won its bidding war for 3PAR with a $33 a share offer ($2.07&nbsp;billion), which Dell declined to match.</p>\r\n<p>Hewlett-Packard is not affiliated with Packard Motor Car Corporation, founded by James Ward Packard and William Doud Packard, or with Packard Bell.</p><br></p>', '', '', '', 'de'),
(93, 'Hewlett-Packard', '<p><p><b>Hewlett-Packard Company</b> or <b>HP</b> is an American multinational information technology corporation headquartered in Palo Alto, California, United States. It provides products, technologies, software, solutions and services to consumers, small- and medium-sized businesses (SMBs) and large enterprises, including customers in the government, health and education sectors.</p>\r\n<p>The company was founded in a one-car garage in Palo Alto by William \"Bill\" Redington Hewlett and Dave Packard. HP is the world\'s leading PC manufacturer and has been since 2007, fending off a challenge by Chinese manufacture Lenovo, according to Gartner.\r\n It specializes in developing and manufacturing computing, data storage,\r\n and networking hardware, designing software and delivering services. \r\nMajor product lines include personal computing devices, enterprise, and \r\nindustry standard servers, related storage devices, networking products,\r\n software and a diverse range of printers, and other imaging products. \r\nHP markets its products to households, small- to medium-sized businesses\r\n and enterprises directly as well as via online distribution, \r\nconsumer-electronics and office-supply retailers, software partners and \r\nmajor technology vendors. HP also has strong services and consulting \r\nbusiness around its products and partner products. It is the world\'s largest PC vendor by 2012 unit sales.</p>\r\n<p>Major company events have included the spin-off of part of its business as Agilent Technologies in 1999, its merger with Compaq in 2002, the sponsor of Mission: Space in 2003, and the acquisition of EDS in 2008, which led to combined revenues of $118.4&nbsp;billion in 2008 and a Fortune 500 ranking of 9 in 2009. In November 2009, HP announced the acquisition of 3Com, with the deal closing on April 12, 2010. On April 28, 2010, HP announced the buyout of Palm for $1.2&nbsp;billion. On September 2, 2010, HP won its bidding war for 3PAR with a $33 a share offer ($2.07&nbsp;billion), which Dell declined to match.</p>\r\n<p>Hewlett-Packard is not affiliated with Packard Motor Car Corporation, founded by James Ward Packard and William Doud Packard, or with Packard Bell.</p><br></p>', '', '', '', 'el'),
(93, 'Hewlett-Packard', '<p><p><b>Hewlett-Packard Company</b> or <b>HP</b> is an American multinational information technology corporation headquartered in Palo Alto, California, United States. It provides products, technologies, software, solutions and services to consumers, small- and medium-sized businesses (SMBs) and large enterprises, including customers in the government, health and education sectors.</p>\r\n<p>The company was founded in a one-car garage in Palo Alto by William \"Bill\" Redington Hewlett and Dave Packard. HP is the world\'s leading PC manufacturer and has been since 2007, fending off a challenge by Chinese manufacture Lenovo, according to Gartner.\r\n It specializes in developing and manufacturing computing, data storage,\r\n and networking hardware, designing software and delivering services. \r\nMajor product lines include personal computing devices, enterprise, and \r\nindustry standard servers, related storage devices, networking products,\r\n software and a diverse range of printers, and other imaging products. \r\nHP markets its products to households, small- to medium-sized businesses\r\n and enterprises directly as well as via online distribution, \r\nconsumer-electronics and office-supply retailers, software partners and \r\nmajor technology vendors. HP also has strong services and consulting \r\nbusiness around its products and partner products. It is the world\'s largest PC vendor by 2012 unit sales.</p>\r\n<p>Major company events have included the spin-off of part of its business as Agilent Technologies in 1999, its merger with Compaq in 2002, the sponsor of Mission: Space in 2003, and the acquisition of EDS in 2008, which led to combined revenues of $118.4&nbsp;billion in 2008 and a Fortune 500 ranking of 9 in 2009. In November 2009, HP announced the acquisition of 3Com, with the deal closing on April 12, 2010. On April 28, 2010, HP announced the buyout of Palm for $1.2&nbsp;billion. On September 2, 2010, HP won its bidding war for 3PAR with a $33 a share offer ($2.07&nbsp;billion), which Dell declined to match.</p>\r\n<p>Hewlett-Packard is not affiliated with Packard Motor Car Corporation, founded by James Ward Packard and William Doud Packard, or with Packard Bell.</p><br></p>', '', '', '', 'en'),
(93, 'Hewlett-Packard', '<p><p><b>Hewlett-Packard Company</b> or <b>HP</b> is an American multinational information technology corporation headquartered in Palo Alto, California, United States. It provides products, technologies, software, solutions and services to consumers, small- and medium-sized businesses (SMBs) and large enterprises, including customers in the government, health and education sectors.</p>\r\n<p>The company was founded in a one-car garage in Palo Alto by William \"Bill\" Redington Hewlett and Dave Packard. HP is the world\'s leading PC manufacturer and has been since 2007, fending off a challenge by Chinese manufacture Lenovo, according to Gartner.\r\n It specializes in developing and manufacturing computing, data storage,\r\n and networking hardware, designing software and delivering services. \r\nMajor product lines include personal computing devices, enterprise, and \r\nindustry standard servers, related storage devices, networking products,\r\n software and a diverse range of printers, and other imaging products. \r\nHP markets its products to households, small- to medium-sized businesses\r\n and enterprises directly as well as via online distribution, \r\nconsumer-electronics and office-supply retailers, software partners and \r\nmajor technology vendors. HP also has strong services and consulting \r\nbusiness around its products and partner products. It is the world\'s largest PC vendor by 2012 unit sales.</p>\r\n<p>Major company events have included the spin-off of part of its business as Agilent Technologies in 1999, its merger with Compaq in 2002, the sponsor of Mission: Space in 2003, and the acquisition of EDS in 2008, which led to combined revenues of $118.4&nbsp;billion in 2008 and a Fortune 500 ranking of 9 in 2009. In November 2009, HP announced the acquisition of 3Com, with the deal closing on April 12, 2010. On April 28, 2010, HP announced the buyout of Palm for $1.2&nbsp;billion. On September 2, 2010, HP won its bidding war for 3PAR with a $33 a share offer ($2.07&nbsp;billion), which Dell declined to match.</p>\r\n<p>Hewlett-Packard is not affiliated with Packard Motor Car Corporation, founded by James Ward Packard and William Doud Packard, or with Packard Bell.</p><br></p>', '', '', '', 'es'),
(93, 'Hewlett-Packard', '<p><p><b>Hewlett-Packard Company</b> or <b>HP</b> is an American multinational information technology corporation headquartered in Palo Alto, California, United States. It provides products, technologies, software, solutions and services to consumers, small- and medium-sized businesses (SMBs) and large enterprises, including customers in the government, health and education sectors.</p>\r\n<p>The company was founded in a one-car garage in Palo Alto by William \"Bill\" Redington Hewlett and Dave Packard. HP is the world\'s leading PC manufacturer and has been since 2007, fending off a challenge by Chinese manufacture Lenovo, according to Gartner.\r\n It specializes in developing and manufacturing computing, data storage,\r\n and networking hardware, designing software and delivering services. \r\nMajor product lines include personal computing devices, enterprise, and \r\nindustry standard servers, related storage devices, networking products,\r\n software and a diverse range of printers, and other imaging products. \r\nHP markets its products to households, small- to medium-sized businesses\r\n and enterprises directly as well as via online distribution, \r\nconsumer-electronics and office-supply retailers, software partners and \r\nmajor technology vendors. HP also has strong services and consulting \r\nbusiness around its products and partner products. It is the world\'s largest PC vendor by 2012 unit sales.</p>\r\n<p>Major company events have included the spin-off of part of its business as Agilent Technologies in 1999, its merger with Compaq in 2002, the sponsor of Mission: Space in 2003, and the acquisition of EDS in 2008, which led to combined revenues of $118.4&nbsp;billion in 2008 and a Fortune 500 ranking of 9 in 2009. In November 2009, HP announced the acquisition of 3Com, with the deal closing on April 12, 2010. On April 28, 2010, HP announced the buyout of Palm for $1.2&nbsp;billion. On September 2, 2010, HP won its bidding war for 3PAR with a $33 a share offer ($2.07&nbsp;billion), which Dell declined to match.</p>\r\n<p>Hewlett-Packard is not affiliated with Packard Motor Car Corporation, founded by James Ward Packard and William Doud Packard, or with Packard Bell.</p><br></p>', '', '', '', 'fr'),
(93, 'Hewlett-Packard', '<p><p><b>Hewlett-Packard Company</b> or <b>HP</b> is an American multinational information technology corporation headquartered in Palo Alto, California, United States. It provides products, technologies, software, solutions and services to consumers, small- and medium-sized businesses (SMBs) and large enterprises, including customers in the government, health and education sectors.</p>\r\n<p>The company was founded in a one-car garage in Palo Alto by William \"Bill\" Redington Hewlett and Dave Packard. HP is the world\'s leading PC manufacturer and has been since 2007, fending off a challenge by Chinese manufacture Lenovo, according to Gartner.\r\n It specializes in developing and manufacturing computing, data storage,\r\n and networking hardware, designing software and delivering services. \r\nMajor product lines include personal computing devices, enterprise, and \r\nindustry standard servers, related storage devices, networking products,\r\n software and a diverse range of printers, and other imaging products. \r\nHP markets its products to households, small- to medium-sized businesses\r\n and enterprises directly as well as via online distribution, \r\nconsumer-electronics and office-supply retailers, software partners and \r\nmajor technology vendors. HP also has strong services and consulting \r\nbusiness around its products and partner products. It is the world\'s largest PC vendor by 2012 unit sales.</p>\r\n<p>Major company events have included the spin-off of part of its business as Agilent Technologies in 1999, its merger with Compaq in 2002, the sponsor of Mission: Space in 2003, and the acquisition of EDS in 2008, which led to combined revenues of $118.4&nbsp;billion in 2008 and a Fortune 500 ranking of 9 in 2009. In November 2009, HP announced the acquisition of 3Com, with the deal closing on April 12, 2010. On April 28, 2010, HP announced the buyout of Palm for $1.2&nbsp;billion. On September 2, 2010, HP won its bidding war for 3PAR with a $33 a share offer ($2.07&nbsp;billion), which Dell declined to match.</p>\r\n<p>Hewlett-Packard is not affiliated with Packard Motor Car Corporation, founded by James Ward Packard and William Doud Packard, or with Packard Bell.</p><br></p>', '', '', '', 'it'),
(93, 'Hewlett-Packard', '<p><p><b>Hewlett-Packard Company</b> or <b>HP</b> is an American multinational information technology corporation headquartered in Palo Alto, California, United States. It provides products, technologies, software, solutions and services to consumers, small- and medium-sized businesses (SMBs) and large enterprises, including customers in the government, health and education sectors.</p>\r\n<p>The company was founded in a one-car garage in Palo Alto by William \"Bill\" Redington Hewlett and Dave Packard. HP is the world\'s leading PC manufacturer and has been since 2007, fending off a challenge by Chinese manufacture Lenovo, according to Gartner.\r\n It specializes in developing and manufacturing computing, data storage,\r\n and networking hardware, designing software and delivering services. \r\nMajor product lines include personal computing devices, enterprise, and \r\nindustry standard servers, related storage devices, networking products,\r\n software and a diverse range of printers, and other imaging products. \r\nHP markets its products to households, small- to medium-sized businesses\r\n and enterprises directly as well as via online distribution, \r\nconsumer-electronics and office-supply retailers, software partners and \r\nmajor technology vendors. HP also has strong services and consulting \r\nbusiness around its products and partner products. It is the world\'s largest PC vendor by 2012 unit sales.</p>\r\n<p>Major company events have included the spin-off of part of its business as Agilent Technologies in 1999, its merger with Compaq in 2002, the sponsor of Mission: Space in 2003, and the acquisition of EDS in 2008, which led to combined revenues of $118.4&nbsp;billion in 2008 and a Fortune 500 ranking of 9 in 2009. In November 2009, HP announced the acquisition of 3Com, with the deal closing on April 12, 2010. On April 28, 2010, HP announced the buyout of Palm for $1.2&nbsp;billion. On September 2, 2010, HP won its bidding war for 3PAR with a $33 a share offer ($2.07&nbsp;billion), which Dell declined to match.</p>\r\n<p>Hewlett-Packard is not affiliated with Packard Motor Car Corporation, founded by James Ward Packard and William Doud Packard, or with Packard Bell.</p><br></p>', '', '', '', 'nl'),
(93, 'Hewlett-Packard', '<p><p><b>Hewlett-Packard Company</b> or <b>HP</b> is an American multinational information technology corporation headquartered in Palo Alto, California, United States. It provides products, technologies, software, solutions and services to consumers, small- and medium-sized businesses (SMBs) and large enterprises, including customers in the government, health and education sectors.</p>\r\n<p>The company was founded in a one-car garage in Palo Alto by William \"Bill\" Redington Hewlett and Dave Packard. HP is the world\'s leading PC manufacturer and has been since 2007, fending off a challenge by Chinese manufacture Lenovo, according to Gartner.\r\n It specializes in developing and manufacturing computing, data storage,\r\n and networking hardware, designing software and delivering services. \r\nMajor product lines include personal computing devices, enterprise, and \r\nindustry standard servers, related storage devices, networking products,\r\n software and a diverse range of printers, and other imaging products. \r\nHP markets its products to households, small- to medium-sized businesses\r\n and enterprises directly as well as via online distribution, \r\nconsumer-electronics and office-supply retailers, software partners and \r\nmajor technology vendors. HP also has strong services and consulting \r\nbusiness around its products and partner products. It is the world\'s largest PC vendor by 2012 unit sales.</p>\r\n<p>Major company events have included the spin-off of part of its business as Agilent Technologies in 1999, its merger with Compaq in 2002, the sponsor of Mission: Space in 2003, and the acquisition of EDS in 2008, which led to combined revenues of $118.4&nbsp;billion in 2008 and a Fortune 500 ranking of 9 in 2009. In November 2009, HP announced the acquisition of 3Com, with the deal closing on April 12, 2010. On April 28, 2010, HP announced the buyout of Palm for $1.2&nbsp;billion. On September 2, 2010, HP won its bidding war for 3PAR with a $33 a share offer ($2.07&nbsp;billion), which Dell declined to match.</p>\r\n<p>Hewlett-Packard is not affiliated with Packard Motor Car Corporation, founded by James Ward Packard and William Doud Packard, or with Packard Bell.</p><br></p>', '', '', '', 'no'),
(93, 'Hewlett-Packard', '<p><p><b>Hewlett-Packard Company</b> or <b>HP</b> is an American multinational information technology corporation headquartered in Palo Alto, California, United States. It provides products, technologies, software, solutions and services to consumers, small- and medium-sized businesses (SMBs) and large enterprises, including customers in the government, health and education sectors.</p>\r\n<p>The company was founded in a one-car garage in Palo Alto by William \"Bill\" Redington Hewlett and Dave Packard. HP is the world\'s leading PC manufacturer and has been since 2007, fending off a challenge by Chinese manufacture Lenovo, according to Gartner.\r\n It specializes in developing and manufacturing computing, data storage,\r\n and networking hardware, designing software and delivering services. \r\nMajor product lines include personal computing devices, enterprise, and \r\nindustry standard servers, related storage devices, networking products,\r\n software and a diverse range of printers, and other imaging products. \r\nHP markets its products to households, small- to medium-sized businesses\r\n and enterprises directly as well as via online distribution, \r\nconsumer-electronics and office-supply retailers, software partners and \r\nmajor technology vendors. HP also has strong services and consulting \r\nbusiness around its products and partner products. It is the world\'s largest PC vendor by 2012 unit sales.</p>\r\n<p>Major company events have included the spin-off of part of its business as Agilent Technologies in 1999, its merger with Compaq in 2002, the sponsor of Mission: Space in 2003, and the acquisition of EDS in 2008, which led to combined revenues of $118.4&nbsp;billion in 2008 and a Fortune 500 ranking of 9 in 2009. In November 2009, HP announced the acquisition of 3Com, with the deal closing on April 12, 2010. On April 28, 2010, HP announced the buyout of Palm for $1.2&nbsp;billion. On September 2, 2010, HP won its bidding war for 3PAR with a $33 a share offer ($2.07&nbsp;billion), which Dell declined to match.</p>\r\n<p>Hewlett-Packard is not affiliated with Packard Motor Car Corporation, founded by James Ward Packard and William Doud Packard, or with Packard Bell.</p><br></p>', '', '', '', 'pt'),
(93, 'Hewlett-Packard', '<p><p><b>Hewlett-Packard Company</b> or <b>HP</b> is an American multinational information technology corporation headquartered in Palo Alto, California, United States. It provides products, technologies, software, solutions and services to consumers, small- and medium-sized businesses (SMBs) and large enterprises, including customers in the government, health and education sectors.</p>\r\n<p>The company was founded in a one-car garage in Palo Alto by William \"Bill\" Redington Hewlett and Dave Packard. HP is the world\'s leading PC manufacturer and has been since 2007, fending off a challenge by Chinese manufacture Lenovo, according to Gartner.\r\n It specializes in developing and manufacturing computing, data storage,\r\n and networking hardware, designing software and delivering services. \r\nMajor product lines include personal computing devices, enterprise, and \r\nindustry standard servers, related storage devices, networking products,\r\n software and a diverse range of printers, and other imaging products. \r\nHP markets its products to households, small- to medium-sized businesses\r\n and enterprises directly as well as via online distribution, \r\nconsumer-electronics and office-supply retailers, software partners and \r\nmajor technology vendors. HP also has strong services and consulting \r\nbusiness around its products and partner products. It is the world\'s largest PC vendor by 2012 unit sales.</p>\r\n<p>Major company events have included the spin-off of part of its business as Agilent Technologies in 1999, its merger with Compaq in 2002, the sponsor of Mission: Space in 2003, and the acquisition of EDS in 2008, which led to combined revenues of $118.4&nbsp;billion in 2008 and a Fortune 500 ranking of 9 in 2009. In November 2009, HP announced the acquisition of 3Com, with the deal closing on April 12, 2010. On April 28, 2010, HP announced the buyout of Palm for $1.2&nbsp;billion. On September 2, 2010, HP won its bidding war for 3PAR with a $33 a share offer ($2.07&nbsp;billion), which Dell declined to match.</p>\r\n<p>Hewlett-Packard is not affiliated with Packard Motor Car Corporation, founded by James Ward Packard and William Doud Packard, or with Packard Bell.</p><br></p>', '', '', '', 'ro'),
(93, 'Hewlett-Packard', '<p><p><b>Hewlett-Packard Company</b> or <b>HP</b> is an American multinational information technology corporation headquartered in Palo Alto, California, United States. It provides products, technologies, software, solutions and services to consumers, small- and medium-sized businesses (SMBs) and large enterprises, including customers in the government, health and education sectors.</p>\r\n<p>The company was founded in a one-car garage in Palo Alto by William \"Bill\" Redington Hewlett and Dave Packard. HP is the world\'s leading PC manufacturer and has been since 2007, fending off a challenge by Chinese manufacture Lenovo, according to Gartner.\r\n It specializes in developing and manufacturing computing, data storage,\r\n and networking hardware, designing software and delivering services. \r\nMajor product lines include personal computing devices, enterprise, and \r\nindustry standard servers, related storage devices, networking products,\r\n software and a diverse range of printers, and other imaging products. \r\nHP markets its products to households, small- to medium-sized businesses\r\n and enterprises directly as well as via online distribution, \r\nconsumer-electronics and office-supply retailers, software partners and \r\nmajor technology vendors. HP also has strong services and consulting \r\nbusiness around its products and partner products. It is the world\'s largest PC vendor by 2012 unit sales.</p>\r\n<p>Major company events have included the spin-off of part of its business as Agilent Technologies in 1999, its merger with Compaq in 2002, the sponsor of Mission: Space in 2003, and the acquisition of EDS in 2008, which led to combined revenues of $118.4&nbsp;billion in 2008 and a Fortune 500 ranking of 9 in 2009. In November 2009, HP announced the acquisition of 3Com, with the deal closing on April 12, 2010. On April 28, 2010, HP announced the buyout of Palm for $1.2&nbsp;billion. On September 2, 2010, HP won its bidding war for 3PAR with a $33 a share offer ($2.07&nbsp;billion), which Dell declined to match.</p>\r\n<p>Hewlett-Packard is not affiliated with Packard Motor Car Corporation, founded by James Ward Packard and William Doud Packard, or with Packard Bell.</p><br></p>', '', '', '', 'ru'),
(94, 'LG', '<p><b>LG Corporation</b> is a South Korean multinational conglomerate\r\n corporation. It is the fourth-largest company of its kind in South \r\nKorea, following Samsung Group, Hyundai Motors Group and SK group. Its \r\nheadquarters are situated in the LG Twin Towers building in Yeouido-dong, Yeongdeungpo-gu, Seoul. LG makes electronics, chemicals, and telecom products and operates subsidiaries such as LG Electronics, Zenith, LG Display, LG Telecom and LG Chem in over 80 countries.<br></p>', '', '', '', 'da'),
(94, 'LG', '<p><b>LG Corporation</b> is a South Korean multinational conglomerate\r\n corporation. It is the fourth-largest company of its kind in South \r\nKorea, following Samsung Group, Hyundai Motors Group and SK group. Its \r\nheadquarters are situated in the LG Twin Towers building in Yeouido-dong, Yeongdeungpo-gu, Seoul. LG makes electronics, chemicals, and telecom products and operates subsidiaries such as LG Electronics, Zenith, LG Display, LG Telecom and LG Chem in over 80 countries.<br></p>', '', '', '', 'de'),
(94, 'LG', '<p><b>LG Corporation</b> is a South Korean multinational conglomerate\r\n corporation. It is the fourth-largest company of its kind in South \r\nKorea, following Samsung Group, Hyundai Motors Group and SK group. Its \r\nheadquarters are situated in the LG Twin Towers building in Yeouido-dong, Yeongdeungpo-gu, Seoul. LG makes electronics, chemicals, and telecom products and operates subsidiaries such as LG Electronics, Zenith, LG Display, LG Telecom and LG Chem in over 80 countries.<br></p>', '', '', '', 'el'),
(94, 'LG', '<p><b>LG Corporation</b> is a South Korean multinational conglomerate\r\n corporation. It is the fourth-largest company of its kind in South \r\nKorea, following Samsung Group, Hyundai Motors Group and SK group. Its \r\nheadquarters are situated in the LG Twin Towers building in Yeouido-dong, Yeongdeungpo-gu, Seoul. LG makes electronics, chemicals, and telecom products and operates subsidiaries such as LG Electronics, Zenith, LG Display, LG Telecom and LG Chem in over 80 countries.<br></p>', '', '', '', 'en'),
(94, 'LG', '<p><b>LG Corporation</b> is a South Korean multinational conglomerate\r\n corporation. It is the fourth-largest company of its kind in South \r\nKorea, following Samsung Group, Hyundai Motors Group and SK group. Its \r\nheadquarters are situated in the LG Twin Towers building in Yeouido-dong, Yeongdeungpo-gu, Seoul. LG makes electronics, chemicals, and telecom products and operates subsidiaries such as LG Electronics, Zenith, LG Display, LG Telecom and LG Chem in over 80 countries.<br></p>', '', '', '', 'es'),
(94, 'LG', '<p><b>LG Corporation</b> is a South Korean multinational conglomerate\r\n corporation. It is the fourth-largest company of its kind in South \r\nKorea, following Samsung Group, Hyundai Motors Group and SK group. Its \r\nheadquarters are situated in the LG Twin Towers building in Yeouido-dong, Yeongdeungpo-gu, Seoul. LG makes electronics, chemicals, and telecom products and operates subsidiaries such as LG Electronics, Zenith, LG Display, LG Telecom and LG Chem in over 80 countries.<br></p>', '', '', '', 'fr'),
(94, 'LG', '<p><b>LG Corporation</b> is a South Korean multinational conglomerate\r\n corporation. It is the fourth-largest company of its kind in South \r\nKorea, following Samsung Group, Hyundai Motors Group and SK group. Its \r\nheadquarters are situated in the LG Twin Towers building in Yeouido-dong, Yeongdeungpo-gu, Seoul. LG makes electronics, chemicals, and telecom products and operates subsidiaries such as LG Electronics, Zenith, LG Display, LG Telecom and LG Chem in over 80 countries.<br></p>', '', '', '', 'it'),
(94, 'LG', '<p><b>LG Corporation</b> is a South Korean multinational conglomerate\r\n corporation. It is the fourth-largest company of its kind in South \r\nKorea, following Samsung Group, Hyundai Motors Group and SK group. Its \r\nheadquarters are situated in the LG Twin Towers building in Yeouido-dong, Yeongdeungpo-gu, Seoul. LG makes electronics, chemicals, and telecom products and operates subsidiaries such as LG Electronics, Zenith, LG Display, LG Telecom and LG Chem in over 80 countries.<br></p>', '', '', '', 'nl'),
(94, 'LG', '<p><b>LG Corporation</b> is a South Korean multinational conglomerate\r\n corporation. It is the fourth-largest company of its kind in South \r\nKorea, following Samsung Group, Hyundai Motors Group and SK group. Its \r\nheadquarters are situated in the LG Twin Towers building in Yeouido-dong, Yeongdeungpo-gu, Seoul. LG makes electronics, chemicals, and telecom products and operates subsidiaries such as LG Electronics, Zenith, LG Display, LG Telecom and LG Chem in over 80 countries.<br></p>', '', '', '', 'no'),
(94, 'LG', '<p><b>LG Corporation</b> is a South Korean multinational conglomerate\r\n corporation. It is the fourth-largest company of its kind in South \r\nKorea, following Samsung Group, Hyundai Motors Group and SK group. Its \r\nheadquarters are situated in the LG Twin Towers building in Yeouido-dong, Yeongdeungpo-gu, Seoul. LG makes electronics, chemicals, and telecom products and operates subsidiaries such as LG Electronics, Zenith, LG Display, LG Telecom and LG Chem in over 80 countries.<br></p>', '', '', '', 'pt'),
(94, 'LG', '<p><b>LG Corporation</b> is a South Korean multinational conglomerate\r\n corporation. It is the fourth-largest company of its kind in South \r\nKorea, following Samsung Group, Hyundai Motors Group and SK group. Its \r\nheadquarters are situated in the LG Twin Towers building in Yeouido-dong, Yeongdeungpo-gu, Seoul. LG makes electronics, chemicals, and telecom products and operates subsidiaries such as LG Electronics, Zenith, LG Display, LG Telecom and LG Chem in over 80 countries.<br></p>', '', '', '', 'ro');
INSERT INTO `partiushop_product_feature_variant_descriptions` (`variant_id`, `variant`, `description`, `page_title`, `meta_keywords`, `meta_description`, `lang_code`) VALUES
(94, 'LG', '<p><b>LG Corporation</b> is a South Korean multinational conglomerate\r\n corporation. It is the fourth-largest company of its kind in South \r\nKorea, following Samsung Group, Hyundai Motors Group and SK group. Its \r\nheadquarters are situated in the LG Twin Towers building in Yeouido-dong, Yeongdeungpo-gu, Seoul. LG makes electronics, chemicals, and telecom products and operates subsidiaries such as LG Electronics, Zenith, LG Display, LG Telecom and LG Chem in over 80 countries.<br></p>', '', '', '', 'ru'),
(95, 'D-Link', '<p><p><b>D-Link Corporation</b> was founded in March 1986 in Taipei as <i>Datex Systems Inc.</i> It began as a network adapter\r\n vendor and has gone on to become a designer, developer, and \r\nmanufacturer of networking solutions for both the consumer and business \r\nmarkets.</p>\r\n<p>In 2007, it was the leading networking company in the small to medium business (SMB) segment worldwide with 21.9% market share. In March 2008, it became the market leader in Wi-Fi product shipments worldwide, with 33% of the total market.\r\n In 2007, the company was featured in the \"Info Tech 100\", a listing of \r\nthe world\'s best IT companies. It was also ranked as the 9th best IT \r\ncompany in the world for shareholder returns by BusinessWeek.</p>\r\n<p>The company has 127 sales offices in 64 countries and 10 global distribution centres serving 100 countries worldwide.</p>\r\n<p>D-Link operates an indirect channel model, selling through distributors, resellers, retailers, VARS, and Telecom Service Providers.</p>\r\n<p>Its main competitors are Cisco, Netgear, and HP.</p><br></p>', '', '', '', 'da'),
(95, 'D-Link', '<p><p><b>D-Link Corporation</b> was founded in March 1986 in Taipei as <i>Datex Systems Inc.</i> It began as a network adapter\r\n vendor and has gone on to become a designer, developer, and \r\nmanufacturer of networking solutions for both the consumer and business \r\nmarkets.</p>\r\n<p>In 2007, it was the leading networking company in the small to medium business (SMB) segment worldwide with 21.9% market share. In March 2008, it became the market leader in Wi-Fi product shipments worldwide, with 33% of the total market.\r\n In 2007, the company was featured in the \"Info Tech 100\", a listing of \r\nthe world\'s best IT companies. It was also ranked as the 9th best IT \r\ncompany in the world for shareholder returns by BusinessWeek.</p>\r\n<p>The company has 127 sales offices in 64 countries and 10 global distribution centres serving 100 countries worldwide.</p>\r\n<p>D-Link operates an indirect channel model, selling through distributors, resellers, retailers, VARS, and Telecom Service Providers.</p>\r\n<p>Its main competitors are Cisco, Netgear, and HP.</p><br></p>', '', '', '', 'de'),
(95, 'D-Link', '<p><p><b>D-Link Corporation</b> was founded in March 1986 in Taipei as <i>Datex Systems Inc.</i> It began as a network adapter\r\n vendor and has gone on to become a designer, developer, and \r\nmanufacturer of networking solutions for both the consumer and business \r\nmarkets.</p>\r\n<p>In 2007, it was the leading networking company in the small to medium business (SMB) segment worldwide with 21.9% market share. In March 2008, it became the market leader in Wi-Fi product shipments worldwide, with 33% of the total market.\r\n In 2007, the company was featured in the \"Info Tech 100\", a listing of \r\nthe world\'s best IT companies. It was also ranked as the 9th best IT \r\ncompany in the world for shareholder returns by BusinessWeek.</p>\r\n<p>The company has 127 sales offices in 64 countries and 10 global distribution centres serving 100 countries worldwide.</p>\r\n<p>D-Link operates an indirect channel model, selling through distributors, resellers, retailers, VARS, and Telecom Service Providers.</p>\r\n<p>Its main competitors are Cisco, Netgear, and HP.</p><br></p>', '', '', '', 'el'),
(95, 'D-Link', '<p><p><b>D-Link Corporation</b> was founded in March 1986 in Taipei as <i>Datex Systems Inc.</i> It began as a network adapter\r\n vendor and has gone on to become a designer, developer, and \r\nmanufacturer of networking solutions for both the consumer and business \r\nmarkets.</p>\r\n<p>In 2007, it was the leading networking company in the small to medium business (SMB) segment worldwide with 21.9% market share. In March 2008, it became the market leader in Wi-Fi product shipments worldwide, with 33% of the total market.\r\n In 2007, the company was featured in the \"Info Tech 100\", a listing of \r\nthe world\'s best IT companies. It was also ranked as the 9th best IT \r\ncompany in the world for shareholder returns by BusinessWeek.</p>\r\n<p>The company has 127 sales offices in 64 countries and 10 global distribution centres serving 100 countries worldwide.</p>\r\n<p>D-Link operates an indirect channel model, selling through distributors, resellers, retailers, VARS, and Telecom Service Providers.</p>\r\n<p>Its main competitors are Cisco, Netgear, and HP.</p><br></p>', '', '', '', 'en'),
(95, 'D-Link', '<p><p><b>D-Link Corporation</b> was founded in March 1986 in Taipei as <i>Datex Systems Inc.</i> It began as a network adapter\r\n vendor and has gone on to become a designer, developer, and \r\nmanufacturer of networking solutions for both the consumer and business \r\nmarkets.</p>\r\n<p>In 2007, it was the leading networking company in the small to medium business (SMB) segment worldwide with 21.9% market share. In March 2008, it became the market leader in Wi-Fi product shipments worldwide, with 33% of the total market.\r\n In 2007, the company was featured in the \"Info Tech 100\", a listing of \r\nthe world\'s best IT companies. It was also ranked as the 9th best IT \r\ncompany in the world for shareholder returns by BusinessWeek.</p>\r\n<p>The company has 127 sales offices in 64 countries and 10 global distribution centres serving 100 countries worldwide.</p>\r\n<p>D-Link operates an indirect channel model, selling through distributors, resellers, retailers, VARS, and Telecom Service Providers.</p>\r\n<p>Its main competitors are Cisco, Netgear, and HP.</p><br></p>', '', '', '', 'es'),
(95, 'D-Link', '<p><p><b>D-Link Corporation</b> was founded in March 1986 in Taipei as <i>Datex Systems Inc.</i> It began as a network adapter\r\n vendor and has gone on to become a designer, developer, and \r\nmanufacturer of networking solutions for both the consumer and business \r\nmarkets.</p>\r\n<p>In 2007, it was the leading networking company in the small to medium business (SMB) segment worldwide with 21.9% market share. In March 2008, it became the market leader in Wi-Fi product shipments worldwide, with 33% of the total market.\r\n In 2007, the company was featured in the \"Info Tech 100\", a listing of \r\nthe world\'s best IT companies. It was also ranked as the 9th best IT \r\ncompany in the world for shareholder returns by BusinessWeek.</p>\r\n<p>The company has 127 sales offices in 64 countries and 10 global distribution centres serving 100 countries worldwide.</p>\r\n<p>D-Link operates an indirect channel model, selling through distributors, resellers, retailers, VARS, and Telecom Service Providers.</p>\r\n<p>Its main competitors are Cisco, Netgear, and HP.</p><br></p>', '', '', '', 'fr'),
(95, 'D-Link', '<p><p><b>D-Link Corporation</b> was founded in March 1986 in Taipei as <i>Datex Systems Inc.</i> It began as a network adapter\r\n vendor and has gone on to become a designer, developer, and \r\nmanufacturer of networking solutions for both the consumer and business \r\nmarkets.</p>\r\n<p>In 2007, it was the leading networking company in the small to medium business (SMB) segment worldwide with 21.9% market share. In March 2008, it became the market leader in Wi-Fi product shipments worldwide, with 33% of the total market.\r\n In 2007, the company was featured in the \"Info Tech 100\", a listing of \r\nthe world\'s best IT companies. It was also ranked as the 9th best IT \r\ncompany in the world for shareholder returns by BusinessWeek.</p>\r\n<p>The company has 127 sales offices in 64 countries and 10 global distribution centres serving 100 countries worldwide.</p>\r\n<p>D-Link operates an indirect channel model, selling through distributors, resellers, retailers, VARS, and Telecom Service Providers.</p>\r\n<p>Its main competitors are Cisco, Netgear, and HP.</p><br></p>', '', '', '', 'it'),
(95, 'D-Link', '<p><p><b>D-Link Corporation</b> was founded in March 1986 in Taipei as <i>Datex Systems Inc.</i> It began as a network adapter\r\n vendor and has gone on to become a designer, developer, and \r\nmanufacturer of networking solutions for both the consumer and business \r\nmarkets.</p>\r\n<p>In 2007, it was the leading networking company in the small to medium business (SMB) segment worldwide with 21.9% market share. In March 2008, it became the market leader in Wi-Fi product shipments worldwide, with 33% of the total market.\r\n In 2007, the company was featured in the \"Info Tech 100\", a listing of \r\nthe world\'s best IT companies. It was also ranked as the 9th best IT \r\ncompany in the world for shareholder returns by BusinessWeek.</p>\r\n<p>The company has 127 sales offices in 64 countries and 10 global distribution centres serving 100 countries worldwide.</p>\r\n<p>D-Link operates an indirect channel model, selling through distributors, resellers, retailers, VARS, and Telecom Service Providers.</p>\r\n<p>Its main competitors are Cisco, Netgear, and HP.</p><br></p>', '', '', '', 'nl'),
(95, 'D-Link', '<p><p><b>D-Link Corporation</b> was founded in March 1986 in Taipei as <i>Datex Systems Inc.</i> It began as a network adapter\r\n vendor and has gone on to become a designer, developer, and \r\nmanufacturer of networking solutions for both the consumer and business \r\nmarkets.</p>\r\n<p>In 2007, it was the leading networking company in the small to medium business (SMB) segment worldwide with 21.9% market share. In March 2008, it became the market leader in Wi-Fi product shipments worldwide, with 33% of the total market.\r\n In 2007, the company was featured in the \"Info Tech 100\", a listing of \r\nthe world\'s best IT companies. It was also ranked as the 9th best IT \r\ncompany in the world for shareholder returns by BusinessWeek.</p>\r\n<p>The company has 127 sales offices in 64 countries and 10 global distribution centres serving 100 countries worldwide.</p>\r\n<p>D-Link operates an indirect channel model, selling through distributors, resellers, retailers, VARS, and Telecom Service Providers.</p>\r\n<p>Its main competitors are Cisco, Netgear, and HP.</p><br></p>', '', '', '', 'no'),
(95, 'D-Link', '<p><p><b>D-Link Corporation</b> was founded in March 1986 in Taipei as <i>Datex Systems Inc.</i> It began as a network adapter\r\n vendor and has gone on to become a designer, developer, and \r\nmanufacturer of networking solutions for both the consumer and business \r\nmarkets.</p>\r\n<p>In 2007, it was the leading networking company in the small to medium business (SMB) segment worldwide with 21.9% market share. In March 2008, it became the market leader in Wi-Fi product shipments worldwide, with 33% of the total market.\r\n In 2007, the company was featured in the \"Info Tech 100\", a listing of \r\nthe world\'s best IT companies. It was also ranked as the 9th best IT \r\ncompany in the world for shareholder returns by BusinessWeek.</p>\r\n<p>The company has 127 sales offices in 64 countries and 10 global distribution centres serving 100 countries worldwide.</p>\r\n<p>D-Link operates an indirect channel model, selling through distributors, resellers, retailers, VARS, and Telecom Service Providers.</p>\r\n<p>Its main competitors are Cisco, Netgear, and HP.</p><br></p>', '', '', '', 'pt'),
(95, 'D-Link', '<p><p><b>D-Link Corporation</b> was founded in March 1986 in Taipei as <i>Datex Systems Inc.</i> It began as a network adapter\r\n vendor and has gone on to become a designer, developer, and \r\nmanufacturer of networking solutions for both the consumer and business \r\nmarkets.</p>\r\n<p>In 2007, it was the leading networking company in the small to medium business (SMB) segment worldwide with 21.9% market share. In March 2008, it became the market leader in Wi-Fi product shipments worldwide, with 33% of the total market.\r\n In 2007, the company was featured in the \"Info Tech 100\", a listing of \r\nthe world\'s best IT companies. It was also ranked as the 9th best IT \r\ncompany in the world for shareholder returns by BusinessWeek.</p>\r\n<p>The company has 127 sales offices in 64 countries and 10 global distribution centres serving 100 countries worldwide.</p>\r\n<p>D-Link operates an indirect channel model, selling through distributors, resellers, retailers, VARS, and Telecom Service Providers.</p>\r\n<p>Its main competitors are Cisco, Netgear, and HP.</p><br></p>', '', '', '', 'ro'),
(95, 'D-Link', '<p><p><b>D-Link Corporation</b> was founded in March 1986 in Taipei as <i>Datex Systems Inc.</i> It began as a network adapter\r\n vendor and has gone on to become a designer, developer, and \r\nmanufacturer of networking solutions for both the consumer and business \r\nmarkets.</p>\r\n<p>In 2007, it was the leading networking company in the small to medium business (SMB) segment worldwide with 21.9% market share. In March 2008, it became the market leader in Wi-Fi product shipments worldwide, with 33% of the total market.\r\n In 2007, the company was featured in the \"Info Tech 100\", a listing of \r\nthe world\'s best IT companies. It was also ranked as the 9th best IT \r\ncompany in the world for shareholder returns by BusinessWeek.</p>\r\n<p>The company has 127 sales offices in 64 countries and 10 global distribution centres serving 100 countries worldwide.</p>\r\n<p>D-Link operates an indirect channel model, selling through distributors, resellers, retailers, VARS, and Telecom Service Providers.</p>\r\n<p>Its main competitors are Cisco, Netgear, and HP.</p><br></p>', '', '', '', 'ru'),
(96, 'Concord Records', '<p>Concord Records is a U.S. record label now based in Beverly Hills, California. Originally known as Concord Jazz, it was established in 1972 as an off-shoot of the Concord Jazz Festival in Concord, California, by festival founder Carl Jefferson, a local automobile dealer and jazz fan who sold his Lincoln Mercury dealership to found \"the jazz label I can never find in record stores.\" Since then, the label has achieved international recognition, as well as 88 Grammy Award nominations and 14 Grammy Awards.<br></p>\r\n', '', '', '', 'da'),
(96, 'Concord Records', '<p>Concord Records is a U.S. record label now based in Beverly Hills, California. Originally known as Concord Jazz, it was established in 1972 as an off-shoot of the Concord Jazz Festival in Concord, California, by festival founder Carl Jefferson, a local automobile dealer and jazz fan who sold his Lincoln Mercury dealership to found \"the jazz label I can never find in record stores.\" Since then, the label has achieved international recognition, as well as 88 Grammy Award nominations and 14 Grammy Awards.<br></p>\r\n', '', '', '', 'de'),
(96, 'Concord Records', '<p>Concord Records is a U.S. record label now based in Beverly Hills, California. Originally known as Concord Jazz, it was established in 1972 as an off-shoot of the Concord Jazz Festival in Concord, California, by festival founder Carl Jefferson, a local automobile dealer and jazz fan who sold his Lincoln Mercury dealership to found \"the jazz label I can never find in record stores.\" Since then, the label has achieved international recognition, as well as 88 Grammy Award nominations and 14 Grammy Awards.<br></p>\r\n', '', '', '', 'el'),
(96, 'Concord Records', '<p>Concord Records is a U.S. record label now based in Beverly Hills, California. Originally known as Concord Jazz, it was established in 1972 as an off-shoot of the Concord Jazz Festival in Concord, California, by festival founder Carl Jefferson, a local automobile dealer and jazz fan who sold his Lincoln Mercury dealership to found \"the jazz label I can never find in record stores.\" Since then, the label has achieved international recognition, as well as 88 Grammy Award nominations and 14 Grammy Awards.<br></p>\r\n', '', '', '', 'en'),
(96, 'Concord Records', '<p>Concord Records is a U.S. record label now based in Beverly Hills, California. Originally known as Concord Jazz, it was established in 1972 as an off-shoot of the Concord Jazz Festival in Concord, California, by festival founder Carl Jefferson, a local automobile dealer and jazz fan who sold his Lincoln Mercury dealership to found \"the jazz label I can never find in record stores.\" Since then, the label has achieved international recognition, as well as 88 Grammy Award nominations and 14 Grammy Awards.<br></p>\r\n', '', '', '', 'es'),
(96, 'Concord Records', '<p>Concord Records is a U.S. record label now based in Beverly Hills, California. Originally known as Concord Jazz, it was established in 1972 as an off-shoot of the Concord Jazz Festival in Concord, California, by festival founder Carl Jefferson, a local automobile dealer and jazz fan who sold his Lincoln Mercury dealership to found \"the jazz label I can never find in record stores.\" Since then, the label has achieved international recognition, as well as 88 Grammy Award nominations and 14 Grammy Awards.<br></p>\r\n', '', '', '', 'fr'),
(96, 'Concord Records', '<p>Concord Records is a U.S. record label now based in Beverly Hills, California. Originally known as Concord Jazz, it was established in 1972 as an off-shoot of the Concord Jazz Festival in Concord, California, by festival founder Carl Jefferson, a local automobile dealer and jazz fan who sold his Lincoln Mercury dealership to found \"the jazz label I can never find in record stores.\" Since then, the label has achieved international recognition, as well as 88 Grammy Award nominations and 14 Grammy Awards.<br></p>\r\n', '', '', '', 'it'),
(96, 'Concord Records', '<p>Concord Records is a U.S. record label now based in Beverly Hills, California. Originally known as Concord Jazz, it was established in 1972 as an off-shoot of the Concord Jazz Festival in Concord, California, by festival founder Carl Jefferson, a local automobile dealer and jazz fan who sold his Lincoln Mercury dealership to found \"the jazz label I can never find in record stores.\" Since then, the label has achieved international recognition, as well as 88 Grammy Award nominations and 14 Grammy Awards.<br></p>\r\n', '', '', '', 'nl'),
(96, 'Concord Records', '<p>Concord Records is a U.S. record label now based in Beverly Hills, California. Originally known as Concord Jazz, it was established in 1972 as an off-shoot of the Concord Jazz Festival in Concord, California, by festival founder Carl Jefferson, a local automobile dealer and jazz fan who sold his Lincoln Mercury dealership to found \"the jazz label I can never find in record stores.\" Since then, the label has achieved international recognition, as well as 88 Grammy Award nominations and 14 Grammy Awards.<br></p>\r\n', '', '', '', 'no'),
(96, 'Concord Records', '<p>Concord Records is a U.S. record label now based in Beverly Hills, California. Originally known as Concord Jazz, it was established in 1972 as an off-shoot of the Concord Jazz Festival in Concord, California, by festival founder Carl Jefferson, a local automobile dealer and jazz fan who sold his Lincoln Mercury dealership to found \"the jazz label I can never find in record stores.\" Since then, the label has achieved international recognition, as well as 88 Grammy Award nominations and 14 Grammy Awards.<br></p>\r\n', '', '', '', 'pt'),
(96, 'Concord Records', '<p>Concord Records is a U.S. record label now based in Beverly Hills, California. Originally known as Concord Jazz, it was established in 1972 as an off-shoot of the Concord Jazz Festival in Concord, California, by festival founder Carl Jefferson, a local automobile dealer and jazz fan who sold his Lincoln Mercury dealership to found \"the jazz label I can never find in record stores.\" Since then, the label has achieved international recognition, as well as 88 Grammy Award nominations and 14 Grammy Awards.<br></p>\r\n', '', '', '', 'ro'),
(96, 'Concord Records', '<p>Concord Records is a U.S. record label now based in Beverly Hills, California. Originally known as Concord Jazz, it was established in 1972 as an off-shoot of the Concord Jazz Festival in Concord, California, by festival founder Carl Jefferson, a local automobile dealer and jazz fan who sold his Lincoln Mercury dealership to found \"the jazz label I can never find in record stores.\" Since then, the label has achieved international recognition, as well as 88 Grammy Award nominations and 14 Grammy Awards.<br></p>\r\n', '', '', '', 'ru'),
(97, 'TP-Link', '<p><p><b>TP-Link Technologies CO., LTD.</b> (Twisted Pair-Link) founded in 1996 in Shenzhen, is a manufacturer of computer networking products based in China. Products include routers, switch, wireless equipment, ADSL modems, and network adapters for PCs. TP-Link is the largest Small Office and Home Office (SOHO) networking market share holder in China.</p><br></p>', '', '', '', 'da'),
(97, 'TP-Link', '<p><p><b>TP-Link Technologies CO., LTD.</b> (Twisted Pair-Link) founded in 1996 in Shenzhen, is a manufacturer of computer networking products based in China. Products include routers, switch, wireless equipment, ADSL modems, and network adapters for PCs. TP-Link is the largest Small Office and Home Office (SOHO) networking market share holder in China.</p><br></p>', '', '', '', 'de'),
(97, 'TP-Link', '<p><p><b>TP-Link Technologies CO., LTD.</b> (Twisted Pair-Link) founded in 1996 in Shenzhen, is a manufacturer of computer networking products based in China. Products include routers, switch, wireless equipment, ADSL modems, and network adapters for PCs. TP-Link is the largest Small Office and Home Office (SOHO) networking market share holder in China.</p><br></p>', '', '', '', 'el'),
(97, 'TP-Link', '<p><p><b>TP-Link Technologies CO., LTD.</b> (Twisted Pair-Link) founded in 1996 in Shenzhen, is a manufacturer of computer networking products based in China. Products include routers, switch, wireless equipment, ADSL modems, and network adapters for PCs. TP-Link is the largest Small Office and Home Office (SOHO) networking market share holder in China.</p><br></p>', '', '', '', 'en'),
(97, 'TP-Link', '<p><p><b>TP-Link Technologies CO., LTD.</b> (Twisted Pair-Link) founded in 1996 in Shenzhen, is a manufacturer of computer networking products based in China. Products include routers, switch, wireless equipment, ADSL modems, and network adapters for PCs. TP-Link is the largest Small Office and Home Office (SOHO) networking market share holder in China.</p><br></p>', '', '', '', 'es'),
(97, 'TP-Link', '<p><p><b>TP-Link Technologies CO., LTD.</b> (Twisted Pair-Link) founded in 1996 in Shenzhen, is a manufacturer of computer networking products based in China. Products include routers, switch, wireless equipment, ADSL modems, and network adapters for PCs. TP-Link is the largest Small Office and Home Office (SOHO) networking market share holder in China.</p><br></p>', '', '', '', 'fr'),
(97, 'TP-Link', '<p><p><b>TP-Link Technologies CO., LTD.</b> (Twisted Pair-Link) founded in 1996 in Shenzhen, is a manufacturer of computer networking products based in China. Products include routers, switch, wireless equipment, ADSL modems, and network adapters for PCs. TP-Link is the largest Small Office and Home Office (SOHO) networking market share holder in China.</p><br></p>', '', '', '', 'it'),
(97, 'TP-Link', '<p><p><b>TP-Link Technologies CO., LTD.</b> (Twisted Pair-Link) founded in 1996 in Shenzhen, is a manufacturer of computer networking products based in China. Products include routers, switch, wireless equipment, ADSL modems, and network adapters for PCs. TP-Link is the largest Small Office and Home Office (SOHO) networking market share holder in China.</p><br></p>', '', '', '', 'nl'),
(97, 'TP-Link', '<p><p><b>TP-Link Technologies CO., LTD.</b> (Twisted Pair-Link) founded in 1996 in Shenzhen, is a manufacturer of computer networking products based in China. Products include routers, switch, wireless equipment, ADSL modems, and network adapters for PCs. TP-Link is the largest Small Office and Home Office (SOHO) networking market share holder in China.</p><br></p>', '', '', '', 'no'),
(97, 'TP-Link', '<p><p><b>TP-Link Technologies CO., LTD.</b> (Twisted Pair-Link) founded in 1996 in Shenzhen, is a manufacturer of computer networking products based in China. Products include routers, switch, wireless equipment, ADSL modems, and network adapters for PCs. TP-Link is the largest Small Office and Home Office (SOHO) networking market share holder in China.</p><br></p>', '', '', '', 'pt'),
(97, 'TP-Link', '<p><p><b>TP-Link Technologies CO., LTD.</b> (Twisted Pair-Link) founded in 1996 in Shenzhen, is a manufacturer of computer networking products based in China. Products include routers, switch, wireless equipment, ADSL modems, and network adapters for PCs. TP-Link is the largest Small Office and Home Office (SOHO) networking market share holder in China.</p><br></p>', '', '', '', 'ro'),
(97, 'TP-Link', '<p><p><b>TP-Link Technologies CO., LTD.</b> (Twisted Pair-Link) founded in 1996 in Shenzhen, is a manufacturer of computer networking products based in China. Products include routers, switch, wireless equipment, ADSL modems, and network adapters for PCs. TP-Link is the largest Small Office and Home Office (SOHO) networking market share holder in China.</p><br></p>', '', '', '', 'ru'),
(98, 'Panasonic', '<p><p><b>Panasonic Corporation</b>, formerly known as <b>Matsushita Electric Industrial Co., Ltd.</b>, is a Japanese multinational electronics corporation headquartered in Kadoma, Osaka, Japan.</p>\r\n<p>The company was founded in 1918, and has grown to become one of the largest Japanese electronics producers alongside Sony, Toshiba, Sharp Corporation, and Canon. In addition to electronics, it offers non-electronic products and services such as home renovation services. Panasonic is the world\'s fourth-largest television manufacturer and is among the world\'s 20 largest semiconductor vendors.</p>\r\n<p>Panasonic has a primary listing on the Tokyo Stock Exchange and is a constituent of the Nikkei 225 and TOPIX indices. It has secondary listings on the Nagoya Stock Exchange, Osaka Securities Exchange and New York Stock Exchange.</p><br></p>', '', '', '', 'da'),
(98, 'Panasonic', '<p><p><b>Panasonic Corporation</b>, formerly known as <b>Matsushita Electric Industrial Co., Ltd.</b>, is a Japanese multinational electronics corporation headquartered in Kadoma, Osaka, Japan.</p>\r\n<p>The company was founded in 1918, and has grown to become one of the largest Japanese electronics producers alongside Sony, Toshiba, Sharp Corporation, and Canon. In addition to electronics, it offers non-electronic products and services such as home renovation services. Panasonic is the world\'s fourth-largest television manufacturer and is among the world\'s 20 largest semiconductor vendors.</p>\r\n<p>Panasonic has a primary listing on the Tokyo Stock Exchange and is a constituent of the Nikkei 225 and TOPIX indices. It has secondary listings on the Nagoya Stock Exchange, Osaka Securities Exchange and New York Stock Exchange.</p><br></p>', '', '', '', 'de'),
(98, 'Panasonic', '<p><p><b>Panasonic Corporation</b>, formerly known as <b>Matsushita Electric Industrial Co., Ltd.</b>, is a Japanese multinational electronics corporation headquartered in Kadoma, Osaka, Japan.</p>\r\n<p>The company was founded in 1918, and has grown to become one of the largest Japanese electronics producers alongside Sony, Toshiba, Sharp Corporation, and Canon. In addition to electronics, it offers non-electronic products and services such as home renovation services. Panasonic is the world\'s fourth-largest television manufacturer and is among the world\'s 20 largest semiconductor vendors.</p>\r\n<p>Panasonic has a primary listing on the Tokyo Stock Exchange and is a constituent of the Nikkei 225 and TOPIX indices. It has secondary listings on the Nagoya Stock Exchange, Osaka Securities Exchange and New York Stock Exchange.</p><br></p>', '', '', '', 'el'),
(98, 'Panasonic', '<p><p><b>Panasonic Corporation</b>, formerly known as <b>Matsushita Electric Industrial Co., Ltd.</b>, is a Japanese multinational electronics corporation headquartered in Kadoma, Osaka, Japan.</p>\r\n<p>The company was founded in 1918, and has grown to become one of the largest Japanese electronics producers alongside Sony, Toshiba, Sharp Corporation, and Canon. In addition to electronics, it offers non-electronic products and services such as home renovation services. Panasonic is the world\'s fourth-largest television manufacturer and is among the world\'s 20 largest semiconductor vendors.</p>\r\n<p>Panasonic has a primary listing on the Tokyo Stock Exchange and is a constituent of the Nikkei 225 and TOPIX indices. It has secondary listings on the Nagoya Stock Exchange, Osaka Securities Exchange and New York Stock Exchange.</p><br></p>', '', '', '', 'en'),
(98, 'Panasonic', '<p><p><b>Panasonic Corporation</b>, formerly known as <b>Matsushita Electric Industrial Co., Ltd.</b>, is a Japanese multinational electronics corporation headquartered in Kadoma, Osaka, Japan.</p>\r\n<p>The company was founded in 1918, and has grown to become one of the largest Japanese electronics producers alongside Sony, Toshiba, Sharp Corporation, and Canon. In addition to electronics, it offers non-electronic products and services such as home renovation services. Panasonic is the world\'s fourth-largest television manufacturer and is among the world\'s 20 largest semiconductor vendors.</p>\r\n<p>Panasonic has a primary listing on the Tokyo Stock Exchange and is a constituent of the Nikkei 225 and TOPIX indices. It has secondary listings on the Nagoya Stock Exchange, Osaka Securities Exchange and New York Stock Exchange.</p><br></p>', '', '', '', 'es'),
(98, 'Panasonic', '<p><p><b>Panasonic Corporation</b>, formerly known as <b>Matsushita Electric Industrial Co., Ltd.</b>, is a Japanese multinational electronics corporation headquartered in Kadoma, Osaka, Japan.</p>\r\n<p>The company was founded in 1918, and has grown to become one of the largest Japanese electronics producers alongside Sony, Toshiba, Sharp Corporation, and Canon. In addition to electronics, it offers non-electronic products and services such as home renovation services. Panasonic is the world\'s fourth-largest television manufacturer and is among the world\'s 20 largest semiconductor vendors.</p>\r\n<p>Panasonic has a primary listing on the Tokyo Stock Exchange and is a constituent of the Nikkei 225 and TOPIX indices. It has secondary listings on the Nagoya Stock Exchange, Osaka Securities Exchange and New York Stock Exchange.</p><br></p>', '', '', '', 'fr'),
(98, 'Panasonic', '<p><p><b>Panasonic Corporation</b>, formerly known as <b>Matsushita Electric Industrial Co., Ltd.</b>, is a Japanese multinational electronics corporation headquartered in Kadoma, Osaka, Japan.</p>\r\n<p>The company was founded in 1918, and has grown to become one of the largest Japanese electronics producers alongside Sony, Toshiba, Sharp Corporation, and Canon. In addition to electronics, it offers non-electronic products and services such as home renovation services. Panasonic is the world\'s fourth-largest television manufacturer and is among the world\'s 20 largest semiconductor vendors.</p>\r\n<p>Panasonic has a primary listing on the Tokyo Stock Exchange and is a constituent of the Nikkei 225 and TOPIX indices. It has secondary listings on the Nagoya Stock Exchange, Osaka Securities Exchange and New York Stock Exchange.</p><br></p>', '', '', '', 'it'),
(98, 'Panasonic', '<p><p><b>Panasonic Corporation</b>, formerly known as <b>Matsushita Electric Industrial Co., Ltd.</b>, is a Japanese multinational electronics corporation headquartered in Kadoma, Osaka, Japan.</p>\r\n<p>The company was founded in 1918, and has grown to become one of the largest Japanese electronics producers alongside Sony, Toshiba, Sharp Corporation, and Canon. In addition to electronics, it offers non-electronic products and services such as home renovation services. Panasonic is the world\'s fourth-largest television manufacturer and is among the world\'s 20 largest semiconductor vendors.</p>\r\n<p>Panasonic has a primary listing on the Tokyo Stock Exchange and is a constituent of the Nikkei 225 and TOPIX indices. It has secondary listings on the Nagoya Stock Exchange, Osaka Securities Exchange and New York Stock Exchange.</p><br></p>', '', '', '', 'nl'),
(98, 'Panasonic', '<p><p><b>Panasonic Corporation</b>, formerly known as <b>Matsushita Electric Industrial Co., Ltd.</b>, is a Japanese multinational electronics corporation headquartered in Kadoma, Osaka, Japan.</p>\r\n<p>The company was founded in 1918, and has grown to become one of the largest Japanese electronics producers alongside Sony, Toshiba, Sharp Corporation, and Canon. In addition to electronics, it offers non-electronic products and services such as home renovation services. Panasonic is the world\'s fourth-largest television manufacturer and is among the world\'s 20 largest semiconductor vendors.</p>\r\n<p>Panasonic has a primary listing on the Tokyo Stock Exchange and is a constituent of the Nikkei 225 and TOPIX indices. It has secondary listings on the Nagoya Stock Exchange, Osaka Securities Exchange and New York Stock Exchange.</p><br></p>', '', '', '', 'no'),
(98, 'Panasonic', '<p><p><b>Panasonic Corporation</b>, formerly known as <b>Matsushita Electric Industrial Co., Ltd.</b>, is a Japanese multinational electronics corporation headquartered in Kadoma, Osaka, Japan.</p>\r\n<p>The company was founded in 1918, and has grown to become one of the largest Japanese electronics producers alongside Sony, Toshiba, Sharp Corporation, and Canon. In addition to electronics, it offers non-electronic products and services such as home renovation services. Panasonic is the world\'s fourth-largest television manufacturer and is among the world\'s 20 largest semiconductor vendors.</p>\r\n<p>Panasonic has a primary listing on the Tokyo Stock Exchange and is a constituent of the Nikkei 225 and TOPIX indices. It has secondary listings on the Nagoya Stock Exchange, Osaka Securities Exchange and New York Stock Exchange.</p><br></p>', '', '', '', 'pt'),
(98, 'Panasonic', '<p><p><b>Panasonic Corporation</b>, formerly known as <b>Matsushita Electric Industrial Co., Ltd.</b>, is a Japanese multinational electronics corporation headquartered in Kadoma, Osaka, Japan.</p>\r\n<p>The company was founded in 1918, and has grown to become one of the largest Japanese electronics producers alongside Sony, Toshiba, Sharp Corporation, and Canon. In addition to electronics, it offers non-electronic products and services such as home renovation services. Panasonic is the world\'s fourth-largest television manufacturer and is among the world\'s 20 largest semiconductor vendors.</p>\r\n<p>Panasonic has a primary listing on the Tokyo Stock Exchange and is a constituent of the Nikkei 225 and TOPIX indices. It has secondary listings on the Nagoya Stock Exchange, Osaka Securities Exchange and New York Stock Exchange.</p><br></p>', '', '', '', 'ro'),
(98, 'Panasonic', '<p><p><b>Panasonic Corporation</b>, formerly known as <b>Matsushita Electric Industrial Co., Ltd.</b>, is a Japanese multinational electronics corporation headquartered in Kadoma, Osaka, Japan.</p>\r\n<p>The company was founded in 1918, and has grown to become one of the largest Japanese electronics producers alongside Sony, Toshiba, Sharp Corporation, and Canon. In addition to electronics, it offers non-electronic products and services such as home renovation services. Panasonic is the world\'s fourth-largest television manufacturer and is among the world\'s 20 largest semiconductor vendors.</p>\r\n<p>Panasonic has a primary listing on the Tokyo Stock Exchange and is a constituent of the Nikkei 225 and TOPIX indices. It has secondary listings on the Nagoya Stock Exchange, Osaka Securities Exchange and New York Stock Exchange.</p><br></p>', '', '', '', 'ru'),
(99, 'Intel', '<p><p><b>Intel Corporation</b> is an American multinational semiconductor chip maker corporation headquartered in Santa Clara, California. Intel is the world\'s largest and highest valued semiconductor chip maker, based on revenue. It is the inventor of the x86 series of microprocessors, the processors found in most personal computers. Intel Corporation, founded on July 18, 1968, is a portmanteau of <b>Int</b>egrated <b>El</b>ectronics (the fact that \"intel\" is the term for intelligence information was also quite suitable). Intel also makes motherboard chipsets, network interface controllers and integrated circuits, flash memory, graphic chips, embedded processors and other devices related to communications and computing. Founded by semiconductor pioneers Robert Noyce and Gordon Moore and widely associated with the executive leadership and vision of Andrew Grove,\r\n Intel combines advanced chip design capability with a leading-edge \r\nmanufacturing capability. Though Intel was originally known primarily to\r\n engineers and technologists, its \"Intel Inside\" advertising campaign of\r\n the 1990s made it and its Pentium processor household names.</p>\r\n<p>Intel was an early developer of SRAM and DRAM\r\n memory chips, and this represented the majority of its business until \r\n1981. Although Intel created the world\'s first commercial microprocessor\r\n chip in 1971, it was not until the success of the personal computer \r\n(PC) that this became its primary business. During the 1990s, Intel \r\ninvested heavily in new microprocessor designs fostering the rapid \r\ngrowth of the computer industry. During this period Intel became the dominant\r\n supplier of microprocessors for PCs, and was known for aggressive and \r\nsometimes illegal tactics in defense of its market position, \r\nparticularly against Advanced Micro Devices (AMD), as well as a struggle with Microsoft for control over the direction of the PC industry.\r\n The 2011 rankings of the world\'s 100 most valuable brands published by \r\nMillward Brown Optimor showed the company\'s brand value at number 58 and\r\n in 2012 at number 49.</p>\r\n<p>Intel has also begun research in electrical transmission and generation. Intel has recently introduced a 3-D transistor that improves performance and energy efficiency.\r\n Intel has begun mass-producing this 3-D transistor, named the Tri-Gate \r\ntransistor, with their 22&nbsp;nm process, which is currently used in their \r\n3rd generation core processors initially released on April 29, 2012. In 2011, SpectraWatt Inc., a solar cell spinoff of Intel, filed for bankruptcy under Chapter 11.</p>\r\n<p>The <b>Open Source Technology Center</b> at Intel hosts PowerTOP and LatencyTOP, and supports other open-source projects such as Wayland, Intel Array Building Blocks, Intel Threading Building Blocks, and Xen.</p><br></p>', '', '', '', 'da'),
(99, 'Intel', '<p><p><b>Intel Corporation</b> is an American multinational semiconductor chip maker corporation headquartered in Santa Clara, California. Intel is the world\'s largest and highest valued semiconductor chip maker, based on revenue. It is the inventor of the x86 series of microprocessors, the processors found in most personal computers. Intel Corporation, founded on July 18, 1968, is a portmanteau of <b>Int</b>egrated <b>El</b>ectronics (the fact that \"intel\" is the term for intelligence information was also quite suitable). Intel also makes motherboard chipsets, network interface controllers and integrated circuits, flash memory, graphic chips, embedded processors and other devices related to communications and computing. Founded by semiconductor pioneers Robert Noyce and Gordon Moore and widely associated with the executive leadership and vision of Andrew Grove,\r\n Intel combines advanced chip design capability with a leading-edge \r\nmanufacturing capability. Though Intel was originally known primarily to\r\n engineers and technologists, its \"Intel Inside\" advertising campaign of\r\n the 1990s made it and its Pentium processor household names.</p>\r\n<p>Intel was an early developer of SRAM and DRAM\r\n memory chips, and this represented the majority of its business until \r\n1981. Although Intel created the world\'s first commercial microprocessor\r\n chip in 1971, it was not until the success of the personal computer \r\n(PC) that this became its primary business. During the 1990s, Intel \r\ninvested heavily in new microprocessor designs fostering the rapid \r\ngrowth of the computer industry. During this period Intel became the dominant\r\n supplier of microprocessors for PCs, and was known for aggressive and \r\nsometimes illegal tactics in defense of its market position, \r\nparticularly against Advanced Micro Devices (AMD), as well as a struggle with Microsoft for control over the direction of the PC industry.\r\n The 2011 rankings of the world\'s 100 most valuable brands published by \r\nMillward Brown Optimor showed the company\'s brand value at number 58 and\r\n in 2012 at number 49.</p>\r\n<p>Intel has also begun research in electrical transmission and generation. Intel has recently introduced a 3-D transistor that improves performance and energy efficiency.\r\n Intel has begun mass-producing this 3-D transistor, named the Tri-Gate \r\ntransistor, with their 22&nbsp;nm process, which is currently used in their \r\n3rd generation core processors initially released on April 29, 2012. In 2011, SpectraWatt Inc., a solar cell spinoff of Intel, filed for bankruptcy under Chapter 11.</p>\r\n<p>The <b>Open Source Technology Center</b> at Intel hosts PowerTOP and LatencyTOP, and supports other open-source projects such as Wayland, Intel Array Building Blocks, Intel Threading Building Blocks, and Xen.</p><br></p>', '', '', '', 'de'),
(99, 'Intel', '<p><p><b>Intel Corporation</b> is an American multinational semiconductor chip maker corporation headquartered in Santa Clara, California. Intel is the world\'s largest and highest valued semiconductor chip maker, based on revenue. It is the inventor of the x86 series of microprocessors, the processors found in most personal computers. Intel Corporation, founded on July 18, 1968, is a portmanteau of <b>Int</b>egrated <b>El</b>ectronics (the fact that \"intel\" is the term for intelligence information was also quite suitable). Intel also makes motherboard chipsets, network interface controllers and integrated circuits, flash memory, graphic chips, embedded processors and other devices related to communications and computing. Founded by semiconductor pioneers Robert Noyce and Gordon Moore and widely associated with the executive leadership and vision of Andrew Grove,\r\n Intel combines advanced chip design capability with a leading-edge \r\nmanufacturing capability. Though Intel was originally known primarily to\r\n engineers and technologists, its \"Intel Inside\" advertising campaign of\r\n the 1990s made it and its Pentium processor household names.</p>\r\n<p>Intel was an early developer of SRAM and DRAM\r\n memory chips, and this represented the majority of its business until \r\n1981. Although Intel created the world\'s first commercial microprocessor\r\n chip in 1971, it was not until the success of the personal computer \r\n(PC) that this became its primary business. During the 1990s, Intel \r\ninvested heavily in new microprocessor designs fostering the rapid \r\ngrowth of the computer industry. During this period Intel became the dominant\r\n supplier of microprocessors for PCs, and was known for aggressive and \r\nsometimes illegal tactics in defense of its market position, \r\nparticularly against Advanced Micro Devices (AMD), as well as a struggle with Microsoft for control over the direction of the PC industry.\r\n The 2011 rankings of the world\'s 100 most valuable brands published by \r\nMillward Brown Optimor showed the company\'s brand value at number 58 and\r\n in 2012 at number 49.</p>\r\n<p>Intel has also begun research in electrical transmission and generation. Intel has recently introduced a 3-D transistor that improves performance and energy efficiency.\r\n Intel has begun mass-producing this 3-D transistor, named the Tri-Gate \r\ntransistor, with their 22&nbsp;nm process, which is currently used in their \r\n3rd generation core processors initially released on April 29, 2012. In 2011, SpectraWatt Inc., a solar cell spinoff of Intel, filed for bankruptcy under Chapter 11.</p>\r\n<p>The <b>Open Source Technology Center</b> at Intel hosts PowerTOP and LatencyTOP, and supports other open-source projects such as Wayland, Intel Array Building Blocks, Intel Threading Building Blocks, and Xen.</p><br></p>', '', '', '', 'el'),
(99, 'Intel', '<p><p><b>Intel Corporation</b> is an American multinational semiconductor chip maker corporation headquartered in Santa Clara, California. Intel is the world\'s largest and highest valued semiconductor chip maker, based on revenue. It is the inventor of the x86 series of microprocessors, the processors found in most personal computers. Intel Corporation, founded on July 18, 1968, is a portmanteau of <b>Int</b>egrated <b>El</b>ectronics (the fact that \"intel\" is the term for intelligence information was also quite suitable). Intel also makes motherboard chipsets, network interface controllers and integrated circuits, flash memory, graphic chips, embedded processors and other devices related to communications and computing. Founded by semiconductor pioneers Robert Noyce and Gordon Moore and widely associated with the executive leadership and vision of Andrew Grove,\r\n Intel combines advanced chip design capability with a leading-edge \r\nmanufacturing capability. Though Intel was originally known primarily to\r\n engineers and technologists, its \"Intel Inside\" advertising campaign of\r\n the 1990s made it and its Pentium processor household names.</p>\r\n<p>Intel was an early developer of SRAM and DRAM\r\n memory chips, and this represented the majority of its business until \r\n1981. Although Intel created the world\'s first commercial microprocessor\r\n chip in 1971, it was not until the success of the personal computer \r\n(PC) that this became its primary business. During the 1990s, Intel \r\ninvested heavily in new microprocessor designs fostering the rapid \r\ngrowth of the computer industry. During this period Intel became the dominant\r\n supplier of microprocessors for PCs, and was known for aggressive and \r\nsometimes illegal tactics in defense of its market position, \r\nparticularly against Advanced Micro Devices (AMD), as well as a struggle with Microsoft for control over the direction of the PC industry.\r\n The 2011 rankings of the world\'s 100 most valuable brands published by \r\nMillward Brown Optimor showed the company\'s brand value at number 58 and\r\n in 2012 at number 49.</p>\r\n<p>Intel has also begun research in electrical transmission and generation. Intel has recently introduced a 3-D transistor that improves performance and energy efficiency.\r\n Intel has begun mass-producing this 3-D transistor, named the Tri-Gate \r\ntransistor, with their 22&nbsp;nm process, which is currently used in their \r\n3rd generation core processors initially released on April 29, 2012. In 2011, SpectraWatt Inc., a solar cell spinoff of Intel, filed for bankruptcy under Chapter 11.</p>\r\n<p>The <b>Open Source Technology Center</b> at Intel hosts PowerTOP and LatencyTOP, and supports other open-source projects such as Wayland, Intel Array Building Blocks, Intel Threading Building Blocks, and Xen.</p><br></p>', '', '', '', 'en');
INSERT INTO `partiushop_product_feature_variant_descriptions` (`variant_id`, `variant`, `description`, `page_title`, `meta_keywords`, `meta_description`, `lang_code`) VALUES
(99, 'Intel', '<p><p><b>Intel Corporation</b> is an American multinational semiconductor chip maker corporation headquartered in Santa Clara, California. Intel is the world\'s largest and highest valued semiconductor chip maker, based on revenue. It is the inventor of the x86 series of microprocessors, the processors found in most personal computers. Intel Corporation, founded on July 18, 1968, is a portmanteau of <b>Int</b>egrated <b>El</b>ectronics (the fact that \"intel\" is the term for intelligence information was also quite suitable). Intel also makes motherboard chipsets, network interface controllers and integrated circuits, flash memory, graphic chips, embedded processors and other devices related to communications and computing. Founded by semiconductor pioneers Robert Noyce and Gordon Moore and widely associated with the executive leadership and vision of Andrew Grove,\r\n Intel combines advanced chip design capability with a leading-edge \r\nmanufacturing capability. Though Intel was originally known primarily to\r\n engineers and technologists, its \"Intel Inside\" advertising campaign of\r\n the 1990s made it and its Pentium processor household names.</p>\r\n<p>Intel was an early developer of SRAM and DRAM\r\n memory chips, and this represented the majority of its business until \r\n1981. Although Intel created the world\'s first commercial microprocessor\r\n chip in 1971, it was not until the success of the personal computer \r\n(PC) that this became its primary business. During the 1990s, Intel \r\ninvested heavily in new microprocessor designs fostering the rapid \r\ngrowth of the computer industry. During this period Intel became the dominant\r\n supplier of microprocessors for PCs, and was known for aggressive and \r\nsometimes illegal tactics in defense of its market position, \r\nparticularly against Advanced Micro Devices (AMD), as well as a struggle with Microsoft for control over the direction of the PC industry.\r\n The 2011 rankings of the world\'s 100 most valuable brands published by \r\nMillward Brown Optimor showed the company\'s brand value at number 58 and\r\n in 2012 at number 49.</p>\r\n<p>Intel has also begun research in electrical transmission and generation. Intel has recently introduced a 3-D transistor that improves performance and energy efficiency.\r\n Intel has begun mass-producing this 3-D transistor, named the Tri-Gate \r\ntransistor, with their 22&nbsp;nm process, which is currently used in their \r\n3rd generation core processors initially released on April 29, 2012. In 2011, SpectraWatt Inc., a solar cell spinoff of Intel, filed for bankruptcy under Chapter 11.</p>\r\n<p>The <b>Open Source Technology Center</b> at Intel hosts PowerTOP and LatencyTOP, and supports other open-source projects such as Wayland, Intel Array Building Blocks, Intel Threading Building Blocks, and Xen.</p><br></p>', '', '', '', 'es'),
(99, 'Intel', '<p><p><b>Intel Corporation</b> is an American multinational semiconductor chip maker corporation headquartered in Santa Clara, California. Intel is the world\'s largest and highest valued semiconductor chip maker, based on revenue. It is the inventor of the x86 series of microprocessors, the processors found in most personal computers. Intel Corporation, founded on July 18, 1968, is a portmanteau of <b>Int</b>egrated <b>El</b>ectronics (the fact that \"intel\" is the term for intelligence information was also quite suitable). Intel also makes motherboard chipsets, network interface controllers and integrated circuits, flash memory, graphic chips, embedded processors and other devices related to communications and computing. Founded by semiconductor pioneers Robert Noyce and Gordon Moore and widely associated with the executive leadership and vision of Andrew Grove,\r\n Intel combines advanced chip design capability with a leading-edge \r\nmanufacturing capability. Though Intel was originally known primarily to\r\n engineers and technologists, its \"Intel Inside\" advertising campaign of\r\n the 1990s made it and its Pentium processor household names.</p>\r\n<p>Intel was an early developer of SRAM and DRAM\r\n memory chips, and this represented the majority of its business until \r\n1981. Although Intel created the world\'s first commercial microprocessor\r\n chip in 1971, it was not until the success of the personal computer \r\n(PC) that this became its primary business. During the 1990s, Intel \r\ninvested heavily in new microprocessor designs fostering the rapid \r\ngrowth of the computer industry. During this period Intel became the dominant\r\n supplier of microprocessors for PCs, and was known for aggressive and \r\nsometimes illegal tactics in defense of its market position, \r\nparticularly against Advanced Micro Devices (AMD), as well as a struggle with Microsoft for control over the direction of the PC industry.\r\n The 2011 rankings of the world\'s 100 most valuable brands published by \r\nMillward Brown Optimor showed the company\'s brand value at number 58 and\r\n in 2012 at number 49.</p>\r\n<p>Intel has also begun research in electrical transmission and generation. Intel has recently introduced a 3-D transistor that improves performance and energy efficiency.\r\n Intel has begun mass-producing this 3-D transistor, named the Tri-Gate \r\ntransistor, with their 22&nbsp;nm process, which is currently used in their \r\n3rd generation core processors initially released on April 29, 2012. In 2011, SpectraWatt Inc., a solar cell spinoff of Intel, filed for bankruptcy under Chapter 11.</p>\r\n<p>The <b>Open Source Technology Center</b> at Intel hosts PowerTOP and LatencyTOP, and supports other open-source projects such as Wayland, Intel Array Building Blocks, Intel Threading Building Blocks, and Xen.</p><br></p>', '', '', '', 'fr'),
(99, 'Intel', '<p><p><b>Intel Corporation</b> is an American multinational semiconductor chip maker corporation headquartered in Santa Clara, California. Intel is the world\'s largest and highest valued semiconductor chip maker, based on revenue. It is the inventor of the x86 series of microprocessors, the processors found in most personal computers. Intel Corporation, founded on July 18, 1968, is a portmanteau of <b>Int</b>egrated <b>El</b>ectronics (the fact that \"intel\" is the term for intelligence information was also quite suitable). Intel also makes motherboard chipsets, network interface controllers and integrated circuits, flash memory, graphic chips, embedded processors and other devices related to communications and computing. Founded by semiconductor pioneers Robert Noyce and Gordon Moore and widely associated with the executive leadership and vision of Andrew Grove,\r\n Intel combines advanced chip design capability with a leading-edge \r\nmanufacturing capability. Though Intel was originally known primarily to\r\n engineers and technologists, its \"Intel Inside\" advertising campaign of\r\n the 1990s made it and its Pentium processor household names.</p>\r\n<p>Intel was an early developer of SRAM and DRAM\r\n memory chips, and this represented the majority of its business until \r\n1981. Although Intel created the world\'s first commercial microprocessor\r\n chip in 1971, it was not until the success of the personal computer \r\n(PC) that this became its primary business. During the 1990s, Intel \r\ninvested heavily in new microprocessor designs fostering the rapid \r\ngrowth of the computer industry. During this period Intel became the dominant\r\n supplier of microprocessors for PCs, and was known for aggressive and \r\nsometimes illegal tactics in defense of its market position, \r\nparticularly against Advanced Micro Devices (AMD), as well as a struggle with Microsoft for control over the direction of the PC industry.\r\n The 2011 rankings of the world\'s 100 most valuable brands published by \r\nMillward Brown Optimor showed the company\'s brand value at number 58 and\r\n in 2012 at number 49.</p>\r\n<p>Intel has also begun research in electrical transmission and generation. Intel has recently introduced a 3-D transistor that improves performance and energy efficiency.\r\n Intel has begun mass-producing this 3-D transistor, named the Tri-Gate \r\ntransistor, with their 22&nbsp;nm process, which is currently used in their \r\n3rd generation core processors initially released on April 29, 2012. In 2011, SpectraWatt Inc., a solar cell spinoff of Intel, filed for bankruptcy under Chapter 11.</p>\r\n<p>The <b>Open Source Technology Center</b> at Intel hosts PowerTOP and LatencyTOP, and supports other open-source projects such as Wayland, Intel Array Building Blocks, Intel Threading Building Blocks, and Xen.</p><br></p>', '', '', '', 'it'),
(99, 'Intel', '<p><p><b>Intel Corporation</b> is an American multinational semiconductor chip maker corporation headquartered in Santa Clara, California. Intel is the world\'s largest and highest valued semiconductor chip maker, based on revenue. It is the inventor of the x86 series of microprocessors, the processors found in most personal computers. Intel Corporation, founded on July 18, 1968, is a portmanteau of <b>Int</b>egrated <b>El</b>ectronics (the fact that \"intel\" is the term for intelligence information was also quite suitable). Intel also makes motherboard chipsets, network interface controllers and integrated circuits, flash memory, graphic chips, embedded processors and other devices related to communications and computing. Founded by semiconductor pioneers Robert Noyce and Gordon Moore and widely associated with the executive leadership and vision of Andrew Grove,\r\n Intel combines advanced chip design capability with a leading-edge \r\nmanufacturing capability. Though Intel was originally known primarily to\r\n engineers and technologists, its \"Intel Inside\" advertising campaign of\r\n the 1990s made it and its Pentium processor household names.</p>\r\n<p>Intel was an early developer of SRAM and DRAM\r\n memory chips, and this represented the majority of its business until \r\n1981. Although Intel created the world\'s first commercial microprocessor\r\n chip in 1971, it was not until the success of the personal computer \r\n(PC) that this became its primary business. During the 1990s, Intel \r\ninvested heavily in new microprocessor designs fostering the rapid \r\ngrowth of the computer industry. During this period Intel became the dominant\r\n supplier of microprocessors for PCs, and was known for aggressive and \r\nsometimes illegal tactics in defense of its market position, \r\nparticularly against Advanced Micro Devices (AMD), as well as a struggle with Microsoft for control over the direction of the PC industry.\r\n The 2011 rankings of the world\'s 100 most valuable brands published by \r\nMillward Brown Optimor showed the company\'s brand value at number 58 and\r\n in 2012 at number 49.</p>\r\n<p>Intel has also begun research in electrical transmission and generation. Intel has recently introduced a 3-D transistor that improves performance and energy efficiency.\r\n Intel has begun mass-producing this 3-D transistor, named the Tri-Gate \r\ntransistor, with their 22&nbsp;nm process, which is currently used in their \r\n3rd generation core processors initially released on April 29, 2012. In 2011, SpectraWatt Inc., a solar cell spinoff of Intel, filed for bankruptcy under Chapter 11.</p>\r\n<p>The <b>Open Source Technology Center</b> at Intel hosts PowerTOP and LatencyTOP, and supports other open-source projects such as Wayland, Intel Array Building Blocks, Intel Threading Building Blocks, and Xen.</p><br></p>', '', '', '', 'nl'),
(99, 'Intel', '<p><p><b>Intel Corporation</b> is an American multinational semiconductor chip maker corporation headquartered in Santa Clara, California. Intel is the world\'s largest and highest valued semiconductor chip maker, based on revenue. It is the inventor of the x86 series of microprocessors, the processors found in most personal computers. Intel Corporation, founded on July 18, 1968, is a portmanteau of <b>Int</b>egrated <b>El</b>ectronics (the fact that \"intel\" is the term for intelligence information was also quite suitable). Intel also makes motherboard chipsets, network interface controllers and integrated circuits, flash memory, graphic chips, embedded processors and other devices related to communications and computing. Founded by semiconductor pioneers Robert Noyce and Gordon Moore and widely associated with the executive leadership and vision of Andrew Grove,\r\n Intel combines advanced chip design capability with a leading-edge \r\nmanufacturing capability. Though Intel was originally known primarily to\r\n engineers and technologists, its \"Intel Inside\" advertising campaign of\r\n the 1990s made it and its Pentium processor household names.</p>\r\n<p>Intel was an early developer of SRAM and DRAM\r\n memory chips, and this represented the majority of its business until \r\n1981. Although Intel created the world\'s first commercial microprocessor\r\n chip in 1971, it was not until the success of the personal computer \r\n(PC) that this became its primary business. During the 1990s, Intel \r\ninvested heavily in new microprocessor designs fostering the rapid \r\ngrowth of the computer industry. During this period Intel became the dominant\r\n supplier of microprocessors for PCs, and was known for aggressive and \r\nsometimes illegal tactics in defense of its market position, \r\nparticularly against Advanced Micro Devices (AMD), as well as a struggle with Microsoft for control over the direction of the PC industry.\r\n The 2011 rankings of the world\'s 100 most valuable brands published by \r\nMillward Brown Optimor showed the company\'s brand value at number 58 and\r\n in 2012 at number 49.</p>\r\n<p>Intel has also begun research in electrical transmission and generation. Intel has recently introduced a 3-D transistor that improves performance and energy efficiency.\r\n Intel has begun mass-producing this 3-D transistor, named the Tri-Gate \r\ntransistor, with their 22&nbsp;nm process, which is currently used in their \r\n3rd generation core processors initially released on April 29, 2012. In 2011, SpectraWatt Inc., a solar cell spinoff of Intel, filed for bankruptcy under Chapter 11.</p>\r\n<p>The <b>Open Source Technology Center</b> at Intel hosts PowerTOP and LatencyTOP, and supports other open-source projects such as Wayland, Intel Array Building Blocks, Intel Threading Building Blocks, and Xen.</p><br></p>', '', '', '', 'no'),
(99, 'Intel', '<p><p><b>Intel Corporation</b> is an American multinational semiconductor chip maker corporation headquartered in Santa Clara, California. Intel is the world\'s largest and highest valued semiconductor chip maker, based on revenue. It is the inventor of the x86 series of microprocessors, the processors found in most personal computers. Intel Corporation, founded on July 18, 1968, is a portmanteau of <b>Int</b>egrated <b>El</b>ectronics (the fact that \"intel\" is the term for intelligence information was also quite suitable). Intel also makes motherboard chipsets, network interface controllers and integrated circuits, flash memory, graphic chips, embedded processors and other devices related to communications and computing. Founded by semiconductor pioneers Robert Noyce and Gordon Moore and widely associated with the executive leadership and vision of Andrew Grove,\r\n Intel combines advanced chip design capability with a leading-edge \r\nmanufacturing capability. Though Intel was originally known primarily to\r\n engineers and technologists, its \"Intel Inside\" advertising campaign of\r\n the 1990s made it and its Pentium processor household names.</p>\r\n<p>Intel was an early developer of SRAM and DRAM\r\n memory chips, and this represented the majority of its business until \r\n1981. Although Intel created the world\'s first commercial microprocessor\r\n chip in 1971, it was not until the success of the personal computer \r\n(PC) that this became its primary business. During the 1990s, Intel \r\ninvested heavily in new microprocessor designs fostering the rapid \r\ngrowth of the computer industry. During this period Intel became the dominant\r\n supplier of microprocessors for PCs, and was known for aggressive and \r\nsometimes illegal tactics in defense of its market position, \r\nparticularly against Advanced Micro Devices (AMD), as well as a struggle with Microsoft for control over the direction of the PC industry.\r\n The 2011 rankings of the world\'s 100 most valuable brands published by \r\nMillward Brown Optimor showed the company\'s brand value at number 58 and\r\n in 2012 at number 49.</p>\r\n<p>Intel has also begun research in electrical transmission and generation. Intel has recently introduced a 3-D transistor that improves performance and energy efficiency.\r\n Intel has begun mass-producing this 3-D transistor, named the Tri-Gate \r\ntransistor, with their 22&nbsp;nm process, which is currently used in their \r\n3rd generation core processors initially released on April 29, 2012. In 2011, SpectraWatt Inc., a solar cell spinoff of Intel, filed for bankruptcy under Chapter 11.</p>\r\n<p>The <b>Open Source Technology Center</b> at Intel hosts PowerTOP and LatencyTOP, and supports other open-source projects such as Wayland, Intel Array Building Blocks, Intel Threading Building Blocks, and Xen.</p><br></p>', '', '', '', 'pt'),
(99, 'Intel', '<p><p><b>Intel Corporation</b> is an American multinational semiconductor chip maker corporation headquartered in Santa Clara, California. Intel is the world\'s largest and highest valued semiconductor chip maker, based on revenue. It is the inventor of the x86 series of microprocessors, the processors found in most personal computers. Intel Corporation, founded on July 18, 1968, is a portmanteau of <b>Int</b>egrated <b>El</b>ectronics (the fact that \"intel\" is the term for intelligence information was also quite suitable). Intel also makes motherboard chipsets, network interface controllers and integrated circuits, flash memory, graphic chips, embedded processors and other devices related to communications and computing. Founded by semiconductor pioneers Robert Noyce and Gordon Moore and widely associated with the executive leadership and vision of Andrew Grove,\r\n Intel combines advanced chip design capability with a leading-edge \r\nmanufacturing capability. Though Intel was originally known primarily to\r\n engineers and technologists, its \"Intel Inside\" advertising campaign of\r\n the 1990s made it and its Pentium processor household names.</p>\r\n<p>Intel was an early developer of SRAM and DRAM\r\n memory chips, and this represented the majority of its business until \r\n1981. Although Intel created the world\'s first commercial microprocessor\r\n chip in 1971, it was not until the success of the personal computer \r\n(PC) that this became its primary business. During the 1990s, Intel \r\ninvested heavily in new microprocessor designs fostering the rapid \r\ngrowth of the computer industry. During this period Intel became the dominant\r\n supplier of microprocessors for PCs, and was known for aggressive and \r\nsometimes illegal tactics in defense of its market position, \r\nparticularly against Advanced Micro Devices (AMD), as well as a struggle with Microsoft for control over the direction of the PC industry.\r\n The 2011 rankings of the world\'s 100 most valuable brands published by \r\nMillward Brown Optimor showed the company\'s brand value at number 58 and\r\n in 2012 at number 49.</p>\r\n<p>Intel has also begun research in electrical transmission and generation. Intel has recently introduced a 3-D transistor that improves performance and energy efficiency.\r\n Intel has begun mass-producing this 3-D transistor, named the Tri-Gate \r\ntransistor, with their 22&nbsp;nm process, which is currently used in their \r\n3rd generation core processors initially released on April 29, 2012. In 2011, SpectraWatt Inc., a solar cell spinoff of Intel, filed for bankruptcy under Chapter 11.</p>\r\n<p>The <b>Open Source Technology Center</b> at Intel hosts PowerTOP and LatencyTOP, and supports other open-source projects such as Wayland, Intel Array Building Blocks, Intel Threading Building Blocks, and Xen.</p><br></p>', '', '', '', 'ro'),
(99, 'Intel', '<p><p><b>Intel Corporation</b> is an American multinational semiconductor chip maker corporation headquartered in Santa Clara, California. Intel is the world\'s largest and highest valued semiconductor chip maker, based on revenue. It is the inventor of the x86 series of microprocessors, the processors found in most personal computers. Intel Corporation, founded on July 18, 1968, is a portmanteau of <b>Int</b>egrated <b>El</b>ectronics (the fact that \"intel\" is the term for intelligence information was also quite suitable). Intel also makes motherboard chipsets, network interface controllers and integrated circuits, flash memory, graphic chips, embedded processors and other devices related to communications and computing. Founded by semiconductor pioneers Robert Noyce and Gordon Moore and widely associated with the executive leadership and vision of Andrew Grove,\r\n Intel combines advanced chip design capability with a leading-edge \r\nmanufacturing capability. Though Intel was originally known primarily to\r\n engineers and technologists, its \"Intel Inside\" advertising campaign of\r\n the 1990s made it and its Pentium processor household names.</p>\r\n<p>Intel was an early developer of SRAM and DRAM\r\n memory chips, and this represented the majority of its business until \r\n1981. Although Intel created the world\'s first commercial microprocessor\r\n chip in 1971, it was not until the success of the personal computer \r\n(PC) that this became its primary business. During the 1990s, Intel \r\ninvested heavily in new microprocessor designs fostering the rapid \r\ngrowth of the computer industry. During this period Intel became the dominant\r\n supplier of microprocessors for PCs, and was known for aggressive and \r\nsometimes illegal tactics in defense of its market position, \r\nparticularly against Advanced Micro Devices (AMD), as well as a struggle with Microsoft for control over the direction of the PC industry.\r\n The 2011 rankings of the world\'s 100 most valuable brands published by \r\nMillward Brown Optimor showed the company\'s brand value at number 58 and\r\n in 2012 at number 49.</p>\r\n<p>Intel has also begun research in electrical transmission and generation. Intel has recently introduced a 3-D transistor that improves performance and energy efficiency.\r\n Intel has begun mass-producing this 3-D transistor, named the Tri-Gate \r\ntransistor, with their 22&nbsp;nm process, which is currently used in their \r\n3rd generation core processors initially released on April 29, 2012. In 2011, SpectraWatt Inc., a solar cell spinoff of Intel, filed for bankruptcy under Chapter 11.</p>\r\n<p>The <b>Open Source Technology Center</b> at Intel hosts PowerTOP and LatencyTOP, and supports other open-source projects such as Wayland, Intel Array Building Blocks, Intel Threading Building Blocks, and Xen.</p><br></p>', '', '', '', 'ru'),
(100, 'Pioneer', '<p><p><b>Pioneer Corporation</b> is a multinational corporation that specializes in digital entertainment products, based in Kawasaki, Kanagawa, Japan. The company was founded by Nozomu Matsumoto in 1938 in Tokyo as a radio and speaker repair shop, and its current president is Susumu Kotani.</p>\r\n<p>Pioneer played a role in the development of interactive cable TV, the Laser Disc player, the first automotive Compact Disc player, the first detachable face car stereo, Supertuner technology, DVD and DVD recording, plasma display (branded as Kuro), and Organic LED display (OLED). The company works with optical disc and display technology and software products and is also a manufacturer. Sharp Corporation took a 14% stake in Pioneer in 2007, which has been reduced to 9%, but Sharp still remains the largest shareholder of Pioneer Corporation, followed by Honda Motor Co., Ltd. who owns roughly 4% of Pioneer shares following a memorandum between the two companies in 2010 to strengthen business ties.</p>\r\n<p>In March 2010, Pioneer stopped producing televisions, announced on 12 February 2009.\r\n On June 25, 2009, Sharp Corporation agreed to form a joint venture on \r\ntheir optical business to be called \"Pioneer Digital Design and \r\nManufacturing Corporation\".</p><br></p>', '', '', '', 'da'),
(100, 'Pioneer', '<p><p><b>Pioneer Corporation</b> is a multinational corporation that specializes in digital entertainment products, based in Kawasaki, Kanagawa, Japan. The company was founded by Nozomu Matsumoto in 1938 in Tokyo as a radio and speaker repair shop, and its current president is Susumu Kotani.</p>\r\n<p>Pioneer played a role in the development of interactive cable TV, the Laser Disc player, the first automotive Compact Disc player, the first detachable face car stereo, Supertuner technology, DVD and DVD recording, plasma display (branded as Kuro), and Organic LED display (OLED). The company works with optical disc and display technology and software products and is also a manufacturer. Sharp Corporation took a 14% stake in Pioneer in 2007, which has been reduced to 9%, but Sharp still remains the largest shareholder of Pioneer Corporation, followed by Honda Motor Co., Ltd. who owns roughly 4% of Pioneer shares following a memorandum between the two companies in 2010 to strengthen business ties.</p>\r\n<p>In March 2010, Pioneer stopped producing televisions, announced on 12 February 2009.\r\n On June 25, 2009, Sharp Corporation agreed to form a joint venture on \r\ntheir optical business to be called \"Pioneer Digital Design and \r\nManufacturing Corporation\".</p><br></p>', '', '', '', 'de'),
(100, 'Pioneer', '<p><p><b>Pioneer Corporation</b> is a multinational corporation that specializes in digital entertainment products, based in Kawasaki, Kanagawa, Japan. The company was founded by Nozomu Matsumoto in 1938 in Tokyo as a radio and speaker repair shop, and its current president is Susumu Kotani.</p>\r\n<p>Pioneer played a role in the development of interactive cable TV, the Laser Disc player, the first automotive Compact Disc player, the first detachable face car stereo, Supertuner technology, DVD and DVD recording, plasma display (branded as Kuro), and Organic LED display (OLED). The company works with optical disc and display technology and software products and is also a manufacturer. Sharp Corporation took a 14% stake in Pioneer in 2007, which has been reduced to 9%, but Sharp still remains the largest shareholder of Pioneer Corporation, followed by Honda Motor Co., Ltd. who owns roughly 4% of Pioneer shares following a memorandum between the two companies in 2010 to strengthen business ties.</p>\r\n<p>In March 2010, Pioneer stopped producing televisions, announced on 12 February 2009.\r\n On June 25, 2009, Sharp Corporation agreed to form a joint venture on \r\ntheir optical business to be called \"Pioneer Digital Design and \r\nManufacturing Corporation\".</p><br></p>', '', '', '', 'el'),
(100, 'Pioneer', '<p><p><b>Pioneer Corporation</b> is a multinational corporation that specializes in digital entertainment products, based in Kawasaki, Kanagawa, Japan. The company was founded by Nozomu Matsumoto in 1938 in Tokyo as a radio and speaker repair shop, and its current president is Susumu Kotani.</p>\r\n<p>Pioneer played a role in the development of interactive cable TV, the Laser Disc player, the first automotive Compact Disc player, the first detachable face car stereo, Supertuner technology, DVD and DVD recording, plasma display (branded as Kuro), and Organic LED display (OLED). The company works with optical disc and display technology and software products and is also a manufacturer. Sharp Corporation took a 14% stake in Pioneer in 2007, which has been reduced to 9%, but Sharp still remains the largest shareholder of Pioneer Corporation, followed by Honda Motor Co., Ltd. who owns roughly 4% of Pioneer shares following a memorandum between the two companies in 2010 to strengthen business ties.</p>\r\n<p>In March 2010, Pioneer stopped producing televisions, announced on 12 February 2009.\r\n On June 25, 2009, Sharp Corporation agreed to form a joint venture on \r\ntheir optical business to be called \"Pioneer Digital Design and \r\nManufacturing Corporation\".</p><br></p>', '', '', '', 'en'),
(100, 'Pioneer', '<p><p><b>Pioneer Corporation</b> is a multinational corporation that specializes in digital entertainment products, based in Kawasaki, Kanagawa, Japan. The company was founded by Nozomu Matsumoto in 1938 in Tokyo as a radio and speaker repair shop, and its current president is Susumu Kotani.</p>\r\n<p>Pioneer played a role in the development of interactive cable TV, the Laser Disc player, the first automotive Compact Disc player, the first detachable face car stereo, Supertuner technology, DVD and DVD recording, plasma display (branded as Kuro), and Organic LED display (OLED). The company works with optical disc and display technology and software products and is also a manufacturer. Sharp Corporation took a 14% stake in Pioneer in 2007, which has been reduced to 9%, but Sharp still remains the largest shareholder of Pioneer Corporation, followed by Honda Motor Co., Ltd. who owns roughly 4% of Pioneer shares following a memorandum between the two companies in 2010 to strengthen business ties.</p>\r\n<p>In March 2010, Pioneer stopped producing televisions, announced on 12 February 2009.\r\n On June 25, 2009, Sharp Corporation agreed to form a joint venture on \r\ntheir optical business to be called \"Pioneer Digital Design and \r\nManufacturing Corporation\".</p><br></p>', '', '', '', 'es'),
(100, 'Pioneer', '<p><p><b>Pioneer Corporation</b> is a multinational corporation that specializes in digital entertainment products, based in Kawasaki, Kanagawa, Japan. The company was founded by Nozomu Matsumoto in 1938 in Tokyo as a radio and speaker repair shop, and its current president is Susumu Kotani.</p>\r\n<p>Pioneer played a role in the development of interactive cable TV, the Laser Disc player, the first automotive Compact Disc player, the first detachable face car stereo, Supertuner technology, DVD and DVD recording, plasma display (branded as Kuro), and Organic LED display (OLED). The company works with optical disc and display technology and software products and is also a manufacturer. Sharp Corporation took a 14% stake in Pioneer in 2007, which has been reduced to 9%, but Sharp still remains the largest shareholder of Pioneer Corporation, followed by Honda Motor Co., Ltd. who owns roughly 4% of Pioneer shares following a memorandum between the two companies in 2010 to strengthen business ties.</p>\r\n<p>In March 2010, Pioneer stopped producing televisions, announced on 12 February 2009.\r\n On June 25, 2009, Sharp Corporation agreed to form a joint venture on \r\ntheir optical business to be called \"Pioneer Digital Design and \r\nManufacturing Corporation\".</p><br></p>', '', '', '', 'fr'),
(100, 'Pioneer', '<p><p><b>Pioneer Corporation</b> is a multinational corporation that specializes in digital entertainment products, based in Kawasaki, Kanagawa, Japan. The company was founded by Nozomu Matsumoto in 1938 in Tokyo as a radio and speaker repair shop, and its current president is Susumu Kotani.</p>\r\n<p>Pioneer played a role in the development of interactive cable TV, the Laser Disc player, the first automotive Compact Disc player, the first detachable face car stereo, Supertuner technology, DVD and DVD recording, plasma display (branded as Kuro), and Organic LED display (OLED). The company works with optical disc and display technology and software products and is also a manufacturer. Sharp Corporation took a 14% stake in Pioneer in 2007, which has been reduced to 9%, but Sharp still remains the largest shareholder of Pioneer Corporation, followed by Honda Motor Co., Ltd. who owns roughly 4% of Pioneer shares following a memorandum between the two companies in 2010 to strengthen business ties.</p>\r\n<p>In March 2010, Pioneer stopped producing televisions, announced on 12 February 2009.\r\n On June 25, 2009, Sharp Corporation agreed to form a joint venture on \r\ntheir optical business to be called \"Pioneer Digital Design and \r\nManufacturing Corporation\".</p><br></p>', '', '', '', 'it'),
(100, 'Pioneer', '<p><p><b>Pioneer Corporation</b> is a multinational corporation that specializes in digital entertainment products, based in Kawasaki, Kanagawa, Japan. The company was founded by Nozomu Matsumoto in 1938 in Tokyo as a radio and speaker repair shop, and its current president is Susumu Kotani.</p>\r\n<p>Pioneer played a role in the development of interactive cable TV, the Laser Disc player, the first automotive Compact Disc player, the first detachable face car stereo, Supertuner technology, DVD and DVD recording, plasma display (branded as Kuro), and Organic LED display (OLED). The company works with optical disc and display technology and software products and is also a manufacturer. Sharp Corporation took a 14% stake in Pioneer in 2007, which has been reduced to 9%, but Sharp still remains the largest shareholder of Pioneer Corporation, followed by Honda Motor Co., Ltd. who owns roughly 4% of Pioneer shares following a memorandum between the two companies in 2010 to strengthen business ties.</p>\r\n<p>In March 2010, Pioneer stopped producing televisions, announced on 12 February 2009.\r\n On June 25, 2009, Sharp Corporation agreed to form a joint venture on \r\ntheir optical business to be called \"Pioneer Digital Design and \r\nManufacturing Corporation\".</p><br></p>', '', '', '', 'nl'),
(100, 'Pioneer', '<p><p><b>Pioneer Corporation</b> is a multinational corporation that specializes in digital entertainment products, based in Kawasaki, Kanagawa, Japan. The company was founded by Nozomu Matsumoto in 1938 in Tokyo as a radio and speaker repair shop, and its current president is Susumu Kotani.</p>\r\n<p>Pioneer played a role in the development of interactive cable TV, the Laser Disc player, the first automotive Compact Disc player, the first detachable face car stereo, Supertuner technology, DVD and DVD recording, plasma display (branded as Kuro), and Organic LED display (OLED). The company works with optical disc and display technology and software products and is also a manufacturer. Sharp Corporation took a 14% stake in Pioneer in 2007, which has been reduced to 9%, but Sharp still remains the largest shareholder of Pioneer Corporation, followed by Honda Motor Co., Ltd. who owns roughly 4% of Pioneer shares following a memorandum between the two companies in 2010 to strengthen business ties.</p>\r\n<p>In March 2010, Pioneer stopped producing televisions, announced on 12 February 2009.\r\n On June 25, 2009, Sharp Corporation agreed to form a joint venture on \r\ntheir optical business to be called \"Pioneer Digital Design and \r\nManufacturing Corporation\".</p><br></p>', '', '', '', 'no'),
(100, 'Pioneer', '<p><p><b>Pioneer Corporation</b> is a multinational corporation that specializes in digital entertainment products, based in Kawasaki, Kanagawa, Japan. The company was founded by Nozomu Matsumoto in 1938 in Tokyo as a radio and speaker repair shop, and its current president is Susumu Kotani.</p>\r\n<p>Pioneer played a role in the development of interactive cable TV, the Laser Disc player, the first automotive Compact Disc player, the first detachable face car stereo, Supertuner technology, DVD and DVD recording, plasma display (branded as Kuro), and Organic LED display (OLED). The company works with optical disc and display technology and software products and is also a manufacturer. Sharp Corporation took a 14% stake in Pioneer in 2007, which has been reduced to 9%, but Sharp still remains the largest shareholder of Pioneer Corporation, followed by Honda Motor Co., Ltd. who owns roughly 4% of Pioneer shares following a memorandum between the two companies in 2010 to strengthen business ties.</p>\r\n<p>In March 2010, Pioneer stopped producing televisions, announced on 12 February 2009.\r\n On June 25, 2009, Sharp Corporation agreed to form a joint venture on \r\ntheir optical business to be called \"Pioneer Digital Design and \r\nManufacturing Corporation\".</p><br></p>', '', '', '', 'pt'),
(100, 'Pioneer', '<p><p><b>Pioneer Corporation</b> is a multinational corporation that specializes in digital entertainment products, based in Kawasaki, Kanagawa, Japan. The company was founded by Nozomu Matsumoto in 1938 in Tokyo as a radio and speaker repair shop, and its current president is Susumu Kotani.</p>\r\n<p>Pioneer played a role in the development of interactive cable TV, the Laser Disc player, the first automotive Compact Disc player, the first detachable face car stereo, Supertuner technology, DVD and DVD recording, plasma display (branded as Kuro), and Organic LED display (OLED). The company works with optical disc and display technology and software products and is also a manufacturer. Sharp Corporation took a 14% stake in Pioneer in 2007, which has been reduced to 9%, but Sharp still remains the largest shareholder of Pioneer Corporation, followed by Honda Motor Co., Ltd. who owns roughly 4% of Pioneer shares following a memorandum between the two companies in 2010 to strengthen business ties.</p>\r\n<p>In March 2010, Pioneer stopped producing televisions, announced on 12 February 2009.\r\n On June 25, 2009, Sharp Corporation agreed to form a joint venture on \r\ntheir optical business to be called \"Pioneer Digital Design and \r\nManufacturing Corporation\".</p><br></p>', '', '', '', 'ro'),
(100, 'Pioneer', '<p><p><b>Pioneer Corporation</b> is a multinational corporation that specializes in digital entertainment products, based in Kawasaki, Kanagawa, Japan. The company was founded by Nozomu Matsumoto in 1938 in Tokyo as a radio and speaker repair shop, and its current president is Susumu Kotani.</p>\r\n<p>Pioneer played a role in the development of interactive cable TV, the Laser Disc player, the first automotive Compact Disc player, the first detachable face car stereo, Supertuner technology, DVD and DVD recording, plasma display (branded as Kuro), and Organic LED display (OLED). The company works with optical disc and display technology and software products and is also a manufacturer. Sharp Corporation took a 14% stake in Pioneer in 2007, which has been reduced to 9%, but Sharp still remains the largest shareholder of Pioneer Corporation, followed by Honda Motor Co., Ltd. who owns roughly 4% of Pioneer shares following a memorandum between the two companies in 2010 to strengthen business ties.</p>\r\n<p>In March 2010, Pioneer stopped producing televisions, announced on 12 February 2009.\r\n On June 25, 2009, Sharp Corporation agreed to form a joint venture on \r\ntheir optical business to be called \"Pioneer Digital Design and \r\nManufacturing Corporation\".</p><br></p>', '', '', '', 'ru'),
(101, 'TomTom', '<p><b>TomTom NV</b> (Euronext:&nbsp;TOM2) is a Dutch manufacturer of automotive navigation systems, including both stand-alone units and software for personal digital assistants and mobile telephones. It is the leading manufacturer of navigation systems in Europe. TomTom\'s customer service is located in Amsterdam, Netherlands. TomTom was a follow-up of Palmtop Software, founded by Peter-Frans Pauwels, Pieter Geelen, Harold Goddijn and Corinne Vigreux in 1991.</p>\r\n<p>In 2008, TomTom acquired Tele Atlas, a digital map maker, for €2.9 billion.</p>\r\n<p>On June 11, 2012, at an event for Apple\'s iOS 6 preview, TomTom was announced as the main mapping data provider for Apple\'s revamped iOS 6 \"Maps\" app replacing long time provider Google Maps.</p><p><br></p>', '', '', '', 'da'),
(101, 'TomTom', '<p><b>TomTom NV</b> (Euronext:&nbsp;TOM2) is a Dutch manufacturer of automotive navigation systems, including both stand-alone units and software for personal digital assistants and mobile telephones. It is the leading manufacturer of navigation systems in Europe. TomTom\'s customer service is located in Amsterdam, Netherlands. TomTom was a follow-up of Palmtop Software, founded by Peter-Frans Pauwels, Pieter Geelen, Harold Goddijn and Corinne Vigreux in 1991.</p>\r\n<p>In 2008, TomTom acquired Tele Atlas, a digital map maker, for €2.9 billion.</p>\r\n<p>On June 11, 2012, at an event for Apple\'s iOS 6 preview, TomTom was announced as the main mapping data provider for Apple\'s revamped iOS 6 \"Maps\" app replacing long time provider Google Maps.</p><p><br></p>', '', '', '', 'de'),
(101, 'TomTom', '<p><b>TomTom NV</b> (Euronext:&nbsp;TOM2) is a Dutch manufacturer of automotive navigation systems, including both stand-alone units and software for personal digital assistants and mobile telephones. It is the leading manufacturer of navigation systems in Europe. TomTom\'s customer service is located in Amsterdam, Netherlands. TomTom was a follow-up of Palmtop Software, founded by Peter-Frans Pauwels, Pieter Geelen, Harold Goddijn and Corinne Vigreux in 1991.</p>\r\n<p>In 2008, TomTom acquired Tele Atlas, a digital map maker, for €2.9 billion.</p>\r\n<p>On June 11, 2012, at an event for Apple\'s iOS 6 preview, TomTom was announced as the main mapping data provider for Apple\'s revamped iOS 6 \"Maps\" app replacing long time provider Google Maps.</p><p><br></p>', '', '', '', 'el'),
(101, 'TomTom', '<p><b>TomTom NV</b> (Euronext:&nbsp;TOM2) is a Dutch manufacturer of automotive navigation systems, including both stand-alone units and software for personal digital assistants and mobile telephones. It is the leading manufacturer of navigation systems in Europe. TomTom\'s customer service is located in Amsterdam, Netherlands. TomTom was a follow-up of Palmtop Software, founded by Peter-Frans Pauwels, Pieter Geelen, Harold Goddijn and Corinne Vigreux in 1991.</p>\r\n<p>In 2008, TomTom acquired Tele Atlas, a digital map maker, for €2.9 billion.</p>\r\n<p>On June 11, 2012, at an event for Apple\'s iOS 6 preview, TomTom was announced as the main mapping data provider for Apple\'s revamped iOS 6 \"Maps\" app replacing long time provider Google Maps.</p><p><br></p>', '', '', '', 'en'),
(101, 'TomTom', '<p><b>TomTom NV</b> (Euronext:&nbsp;TOM2) is a Dutch manufacturer of automotive navigation systems, including both stand-alone units and software for personal digital assistants and mobile telephones. It is the leading manufacturer of navigation systems in Europe. TomTom\'s customer service is located in Amsterdam, Netherlands. TomTom was a follow-up of Palmtop Software, founded by Peter-Frans Pauwels, Pieter Geelen, Harold Goddijn and Corinne Vigreux in 1991.</p>\r\n<p>In 2008, TomTom acquired Tele Atlas, a digital map maker, for €2.9 billion.</p>\r\n<p>On June 11, 2012, at an event for Apple\'s iOS 6 preview, TomTom was announced as the main mapping data provider for Apple\'s revamped iOS 6 \"Maps\" app replacing long time provider Google Maps.</p><p><br></p>', '', '', '', 'es'),
(101, 'TomTom', '<p><b>TomTom NV</b> (Euronext:&nbsp;TOM2) is a Dutch manufacturer of automotive navigation systems, including both stand-alone units and software for personal digital assistants and mobile telephones. It is the leading manufacturer of navigation systems in Europe. TomTom\'s customer service is located in Amsterdam, Netherlands. TomTom was a follow-up of Palmtop Software, founded by Peter-Frans Pauwels, Pieter Geelen, Harold Goddijn and Corinne Vigreux in 1991.</p>\r\n<p>In 2008, TomTom acquired Tele Atlas, a digital map maker, for €2.9 billion.</p>\r\n<p>On June 11, 2012, at an event for Apple\'s iOS 6 preview, TomTom was announced as the main mapping data provider for Apple\'s revamped iOS 6 \"Maps\" app replacing long time provider Google Maps.</p><p><br></p>', '', '', '', 'fr'),
(101, 'TomTom', '<p><b>TomTom NV</b> (Euronext:&nbsp;TOM2) is a Dutch manufacturer of automotive navigation systems, including both stand-alone units and software for personal digital assistants and mobile telephones. It is the leading manufacturer of navigation systems in Europe. TomTom\'s customer service is located in Amsterdam, Netherlands. TomTom was a follow-up of Palmtop Software, founded by Peter-Frans Pauwels, Pieter Geelen, Harold Goddijn and Corinne Vigreux in 1991.</p>\r\n<p>In 2008, TomTom acquired Tele Atlas, a digital map maker, for €2.9 billion.</p>\r\n<p>On June 11, 2012, at an event for Apple\'s iOS 6 preview, TomTom was announced as the main mapping data provider for Apple\'s revamped iOS 6 \"Maps\" app replacing long time provider Google Maps.</p><p><br></p>', '', '', '', 'it'),
(101, 'TomTom', '<p><b>TomTom NV</b> (Euronext:&nbsp;TOM2) is a Dutch manufacturer of automotive navigation systems, including both stand-alone units and software for personal digital assistants and mobile telephones. It is the leading manufacturer of navigation systems in Europe. TomTom\'s customer service is located in Amsterdam, Netherlands. TomTom was a follow-up of Palmtop Software, founded by Peter-Frans Pauwels, Pieter Geelen, Harold Goddijn and Corinne Vigreux in 1991.</p>\r\n<p>In 2008, TomTom acquired Tele Atlas, a digital map maker, for €2.9 billion.</p>\r\n<p>On June 11, 2012, at an event for Apple\'s iOS 6 preview, TomTom was announced as the main mapping data provider for Apple\'s revamped iOS 6 \"Maps\" app replacing long time provider Google Maps.</p><p><br></p>', '', '', '', 'nl'),
(101, 'TomTom', '<p><b>TomTom NV</b> (Euronext:&nbsp;TOM2) is a Dutch manufacturer of automotive navigation systems, including both stand-alone units and software for personal digital assistants and mobile telephones. It is the leading manufacturer of navigation systems in Europe. TomTom\'s customer service is located in Amsterdam, Netherlands. TomTom was a follow-up of Palmtop Software, founded by Peter-Frans Pauwels, Pieter Geelen, Harold Goddijn and Corinne Vigreux in 1991.</p>\r\n<p>In 2008, TomTom acquired Tele Atlas, a digital map maker, for €2.9 billion.</p>\r\n<p>On June 11, 2012, at an event for Apple\'s iOS 6 preview, TomTom was announced as the main mapping data provider for Apple\'s revamped iOS 6 \"Maps\" app replacing long time provider Google Maps.</p><p><br></p>', '', '', '', 'no'),
(101, 'TomTom', '<p><b>TomTom NV</b> (Euronext:&nbsp;TOM2) is a Dutch manufacturer of automotive navigation systems, including both stand-alone units and software for personal digital assistants and mobile telephones. It is the leading manufacturer of navigation systems in Europe. TomTom\'s customer service is located in Amsterdam, Netherlands. TomTom was a follow-up of Palmtop Software, founded by Peter-Frans Pauwels, Pieter Geelen, Harold Goddijn and Corinne Vigreux in 1991.</p>\r\n<p>In 2008, TomTom acquired Tele Atlas, a digital map maker, for €2.9 billion.</p>\r\n<p>On June 11, 2012, at an event for Apple\'s iOS 6 preview, TomTom was announced as the main mapping data provider for Apple\'s revamped iOS 6 \"Maps\" app replacing long time provider Google Maps.</p><p><br></p>', '', '', '', 'pt'),
(101, 'TomTom', '<p><b>TomTom NV</b> (Euronext:&nbsp;TOM2) is a Dutch manufacturer of automotive navigation systems, including both stand-alone units and software for personal digital assistants and mobile telephones. It is the leading manufacturer of navigation systems in Europe. TomTom\'s customer service is located in Amsterdam, Netherlands. TomTom was a follow-up of Palmtop Software, founded by Peter-Frans Pauwels, Pieter Geelen, Harold Goddijn and Corinne Vigreux in 1991.</p>\r\n<p>In 2008, TomTom acquired Tele Atlas, a digital map maker, for €2.9 billion.</p>\r\n<p>On June 11, 2012, at an event for Apple\'s iOS 6 preview, TomTom was announced as the main mapping data provider for Apple\'s revamped iOS 6 \"Maps\" app replacing long time provider Google Maps.</p><p><br></p>', '', '', '', 'ro'),
(101, 'TomTom', '<p><b>TomTom NV</b> (Euronext:&nbsp;TOM2) is a Dutch manufacturer of automotive navigation systems, including both stand-alone units and software for personal digital assistants and mobile telephones. It is the leading manufacturer of navigation systems in Europe. TomTom\'s customer service is located in Amsterdam, Netherlands. TomTom was a follow-up of Palmtop Software, founded by Peter-Frans Pauwels, Pieter Geelen, Harold Goddijn and Corinne Vigreux in 1991.</p>\r\n<p>In 2008, TomTom acquired Tele Atlas, a digital map maker, for €2.9 billion.</p>\r\n<p>On June 11, 2012, at an event for Apple\'s iOS 6 preview, TomTom was announced as the main mapping data provider for Apple\'s revamped iOS 6 \"Maps\" app replacing long time provider Google Maps.</p><p><br></p>', '', '', '', 'ru'),
(102, 'Garmin', '<p><b>Garmin Ltd.</b>, incorporated in Schaffhausen, Switzerland, is the parent company of a group of companies founded in 1989 by Gary Burrell and Min Kao (hence the name GarMin), that develops consumer, aviation, and marine technologies for the Global Positioning System. Its subsidiary <b>Garmin International, Inc.</b> serves as headquarters for the Garmin Limited companies and is located in Olathe, Kansas in the United States. The largest operating subsidiary and primary production facility of Garmin Limited is <b>Garmin (Asia) Corporation</b>, located in Xizhi District, Taiwan, a district of New Taipei City.<br></p>', '', '', '', 'da');
INSERT INTO `partiushop_product_feature_variant_descriptions` (`variant_id`, `variant`, `description`, `page_title`, `meta_keywords`, `meta_description`, `lang_code`) VALUES
(102, 'Garmin', '<p><b>Garmin Ltd.</b>, incorporated in Schaffhausen, Switzerland, is the parent company of a group of companies founded in 1989 by Gary Burrell and Min Kao (hence the name GarMin), that develops consumer, aviation, and marine technologies for the Global Positioning System. Its subsidiary <b>Garmin International, Inc.</b> serves as headquarters for the Garmin Limited companies and is located in Olathe, Kansas in the United States. The largest operating subsidiary and primary production facility of Garmin Limited is <b>Garmin (Asia) Corporation</b>, located in Xizhi District, Taiwan, a district of New Taipei City.<br></p>', '', '', '', 'de'),
(102, 'Garmin', '<p><b>Garmin Ltd.</b>, incorporated in Schaffhausen, Switzerland, is the parent company of a group of companies founded in 1989 by Gary Burrell and Min Kao (hence the name GarMin), that develops consumer, aviation, and marine technologies for the Global Positioning System. Its subsidiary <b>Garmin International, Inc.</b> serves as headquarters for the Garmin Limited companies and is located in Olathe, Kansas in the United States. The largest operating subsidiary and primary production facility of Garmin Limited is <b>Garmin (Asia) Corporation</b>, located in Xizhi District, Taiwan, a district of New Taipei City.<br></p>', '', '', '', 'el'),
(102, 'Garmin', '<p><b>Garmin Ltd.</b>, incorporated in Schaffhausen, Switzerland, is the parent company of a group of companies founded in 1989 by Gary Burrell and Min Kao (hence the name GarMin), that develops consumer, aviation, and marine technologies for the Global Positioning System. Its subsidiary <b>Garmin International, Inc.</b> serves as headquarters for the Garmin Limited companies and is located in Olathe, Kansas in the United States. The largest operating subsidiary and primary production facility of Garmin Limited is <b>Garmin (Asia) Corporation</b>, located in Xizhi District, Taiwan, a district of New Taipei City.<br></p>', '', '', '', 'en'),
(102, 'Garmin', '<p><b>Garmin Ltd.</b>, incorporated in Schaffhausen, Switzerland, is the parent company of a group of companies founded in 1989 by Gary Burrell and Min Kao (hence the name GarMin), that develops consumer, aviation, and marine technologies for the Global Positioning System. Its subsidiary <b>Garmin International, Inc.</b> serves as headquarters for the Garmin Limited companies and is located in Olathe, Kansas in the United States. The largest operating subsidiary and primary production facility of Garmin Limited is <b>Garmin (Asia) Corporation</b>, located in Xizhi District, Taiwan, a district of New Taipei City.<br></p>', '', '', '', 'es'),
(102, 'Garmin', '<p><b>Garmin Ltd.</b>, incorporated in Schaffhausen, Switzerland, is the parent company of a group of companies founded in 1989 by Gary Burrell and Min Kao (hence the name GarMin), that develops consumer, aviation, and marine technologies for the Global Positioning System. Its subsidiary <b>Garmin International, Inc.</b> serves as headquarters for the Garmin Limited companies and is located in Olathe, Kansas in the United States. The largest operating subsidiary and primary production facility of Garmin Limited is <b>Garmin (Asia) Corporation</b>, located in Xizhi District, Taiwan, a district of New Taipei City.<br></p>', '', '', '', 'fr'),
(102, 'Garmin', '<p><b>Garmin Ltd.</b>, incorporated in Schaffhausen, Switzerland, is the parent company of a group of companies founded in 1989 by Gary Burrell and Min Kao (hence the name GarMin), that develops consumer, aviation, and marine technologies for the Global Positioning System. Its subsidiary <b>Garmin International, Inc.</b> serves as headquarters for the Garmin Limited companies and is located in Olathe, Kansas in the United States. The largest operating subsidiary and primary production facility of Garmin Limited is <b>Garmin (Asia) Corporation</b>, located in Xizhi District, Taiwan, a district of New Taipei City.<br></p>', '', '', '', 'it'),
(102, 'Garmin', '<p><b>Garmin Ltd.</b>, incorporated in Schaffhausen, Switzerland, is the parent company of a group of companies founded in 1989 by Gary Burrell and Min Kao (hence the name GarMin), that develops consumer, aviation, and marine technologies for the Global Positioning System. Its subsidiary <b>Garmin International, Inc.</b> serves as headquarters for the Garmin Limited companies and is located in Olathe, Kansas in the United States. The largest operating subsidiary and primary production facility of Garmin Limited is <b>Garmin (Asia) Corporation</b>, located in Xizhi District, Taiwan, a district of New Taipei City.<br></p>', '', '', '', 'nl'),
(102, 'Garmin', '<p><b>Garmin Ltd.</b>, incorporated in Schaffhausen, Switzerland, is the parent company of a group of companies founded in 1989 by Gary Burrell and Min Kao (hence the name GarMin), that develops consumer, aviation, and marine technologies for the Global Positioning System. Its subsidiary <b>Garmin International, Inc.</b> serves as headquarters for the Garmin Limited companies and is located in Olathe, Kansas in the United States. The largest operating subsidiary and primary production facility of Garmin Limited is <b>Garmin (Asia) Corporation</b>, located in Xizhi District, Taiwan, a district of New Taipei City.<br></p>', '', '', '', 'no'),
(102, 'Garmin', '<p><b>Garmin Ltd.</b>, incorporated in Schaffhausen, Switzerland, is the parent company of a group of companies founded in 1989 by Gary Burrell and Min Kao (hence the name GarMin), that develops consumer, aviation, and marine technologies for the Global Positioning System. Its subsidiary <b>Garmin International, Inc.</b> serves as headquarters for the Garmin Limited companies and is located in Olathe, Kansas in the United States. The largest operating subsidiary and primary production facility of Garmin Limited is <b>Garmin (Asia) Corporation</b>, located in Xizhi District, Taiwan, a district of New Taipei City.<br></p>', '', '', '', 'pt'),
(102, 'Garmin', '<p><b>Garmin Ltd.</b>, incorporated in Schaffhausen, Switzerland, is the parent company of a group of companies founded in 1989 by Gary Burrell and Min Kao (hence the name GarMin), that develops consumer, aviation, and marine technologies for the Global Positioning System. Its subsidiary <b>Garmin International, Inc.</b> serves as headquarters for the Garmin Limited companies and is located in Olathe, Kansas in the United States. The largest operating subsidiary and primary production facility of Garmin Limited is <b>Garmin (Asia) Corporation</b>, located in Xizhi District, Taiwan, a district of New Taipei City.<br></p>', '', '', '', 'ro'),
(102, 'Garmin', '<p><b>Garmin Ltd.</b>, incorporated in Schaffhausen, Switzerland, is the parent company of a group of companies founded in 1989 by Gary Burrell and Min Kao (hence the name GarMin), that develops consumer, aviation, and marine technologies for the Global Positioning System. Its subsidiary <b>Garmin International, Inc.</b> serves as headquarters for the Garmin Limited companies and is located in Olathe, Kansas in the United States. The largest operating subsidiary and primary production facility of Garmin Limited is <b>Garmin (Asia) Corporation</b>, located in Xizhi District, Taiwan, a district of New Taipei City.<br></p>', '', '', '', 'ru'),
(103, 'Kenwood', '<p><b>Kenwood Corporation</b> is a Japanese manufacturer of amateur radio as well as Hi-Fidelity and portable audio equipment.<br></p>', '', '', '', 'da'),
(103, 'Kenwood', '<p><b>Kenwood Corporation</b> is a Japanese manufacturer of amateur radio as well as Hi-Fidelity and portable audio equipment.<br></p>', '', '', '', 'de'),
(103, 'Kenwood', '<p><b>Kenwood Corporation</b> is a Japanese manufacturer of amateur radio as well as Hi-Fidelity and portable audio equipment.<br></p>', '', '', '', 'el'),
(103, 'Kenwood', '<p><b>Kenwood Corporation</b> is a Japanese manufacturer of amateur radio as well as Hi-Fidelity and portable audio equipment.<br></p>', '', '', '', 'en'),
(103, 'Kenwood', '<p><b>Kenwood Corporation</b> is a Japanese manufacturer of amateur radio as well as Hi-Fidelity and portable audio equipment.<br></p>', '', '', '', 'es'),
(103, 'Kenwood', '<p><b>Kenwood Corporation</b> is a Japanese manufacturer of amateur radio as well as Hi-Fidelity and portable audio equipment.<br></p>', '', '', '', 'fr'),
(103, 'Kenwood', '<p><b>Kenwood Corporation</b> is a Japanese manufacturer of amateur radio as well as Hi-Fidelity and portable audio equipment.<br></p>', '', '', '', 'it'),
(103, 'Kenwood', '<p><b>Kenwood Corporation</b> is a Japanese manufacturer of amateur radio as well as Hi-Fidelity and portable audio equipment.<br></p>', '', '', '', 'nl'),
(103, 'Kenwood', '<p><b>Kenwood Corporation</b> is a Japanese manufacturer of amateur radio as well as Hi-Fidelity and portable audio equipment.<br></p>', '', '', '', 'no'),
(103, 'Kenwood', '<p><b>Kenwood Corporation</b> is a Japanese manufacturer of amateur radio as well as Hi-Fidelity and portable audio equipment.<br></p>', '', '', '', 'pt'),
(103, 'Kenwood', '<p><b>Kenwood Corporation</b> is a Japanese manufacturer of amateur radio as well as Hi-Fidelity and portable audio equipment.<br></p>', '', '', '', 'ro'),
(103, 'Kenwood', '<p><b>Kenwood Corporation</b> is a Japanese manufacturer of amateur radio as well as Hi-Fidelity and portable audio equipment.<br></p>', '', '', '', 'ru'),
(104, 'Cobra', '<p></p><p>\r\n	Cobra Electronics Corporation is a leading designer of mobile \r\ncommunications products in the United States, Canada, Europe and around \r\nthe world. After 50 years of innovation, the company continues to grow \r\nby boldly entering into new product categories.</p>\r\n<p>\r\n	Today the company\'s products include:</p>\r\n<ul><li>\r\n		Mobile navigation devices</li><li>\r\n		Two-way radios</li><li>\r\n		Radar/laser detectors</li><li>\r\n		Citizens band radios</li><li>\r\n		Marine electronics</li><li>\r\n		Power inverters</li></ul>\r\n<p>\r\n	Cobra products are available in nearly 40,000 storefronts in North \r\nAmerica and in a growing number of retailers throughout the world.</p>\r\n<p>\r\n	Cobra has a significant presence in Europe through Performance Products\r\n Limited, a United Kingdom-based wholly owned subsidiary with a \r\nwell-established network of mass merchandisers and specialty retailers.</p>\r\n<p>\r\n	Cobra is headquartered in Chicago, Illinois with international offices in Dublin, Ireland and Hong Kong.</p><br><p></p>\r\n', '', '', '', 'da'),
(104, 'Cobra', '<p></p><p>\r\n	Cobra Electronics Corporation is a leading designer of mobile \r\ncommunications products in the United States, Canada, Europe and around \r\nthe world. After 50 years of innovation, the company continues to grow \r\nby boldly entering into new product categories.</p>\r\n<p>\r\n	Today the company\'s products include:</p>\r\n<ul><li>\r\n		Mobile navigation devices</li><li>\r\n		Two-way radios</li><li>\r\n		Radar/laser detectors</li><li>\r\n		Citizens band radios</li><li>\r\n		Marine electronics</li><li>\r\n		Power inverters</li></ul>\r\n<p>\r\n	Cobra products are available in nearly 40,000 storefronts in North \r\nAmerica and in a growing number of retailers throughout the world.</p>\r\n<p>\r\n	Cobra has a significant presence in Europe through Performance Products\r\n Limited, a United Kingdom-based wholly owned subsidiary with a \r\nwell-established network of mass merchandisers and specialty retailers.</p>\r\n<p>\r\n	Cobra is headquartered in Chicago, Illinois with international offices in Dublin, Ireland and Hong Kong.</p><br><p></p>\r\n', '', '', '', 'de'),
(104, 'Cobra', '<p></p><p>\r\n	Cobra Electronics Corporation is a leading designer of mobile \r\ncommunications products in the United States, Canada, Europe and around \r\nthe world. After 50 years of innovation, the company continues to grow \r\nby boldly entering into new product categories.</p>\r\n<p>\r\n	Today the company\'s products include:</p>\r\n<ul><li>\r\n		Mobile navigation devices</li><li>\r\n		Two-way radios</li><li>\r\n		Radar/laser detectors</li><li>\r\n		Citizens band radios</li><li>\r\n		Marine electronics</li><li>\r\n		Power inverters</li></ul>\r\n<p>\r\n	Cobra products are available in nearly 40,000 storefronts in North \r\nAmerica and in a growing number of retailers throughout the world.</p>\r\n<p>\r\n	Cobra has a significant presence in Europe through Performance Products\r\n Limited, a United Kingdom-based wholly owned subsidiary with a \r\nwell-established network of mass merchandisers and specialty retailers.</p>\r\n<p>\r\n	Cobra is headquartered in Chicago, Illinois with international offices in Dublin, Ireland and Hong Kong.</p><br><p></p>\r\n', '', '', '', 'el'),
(104, 'Cobra', '<p></p><p>\r\n	Cobra Electronics Corporation is a leading designer of mobile \r\ncommunications products in the United States, Canada, Europe and around \r\nthe world. After 50 years of innovation, the company continues to grow \r\nby boldly entering into new product categories.</p>\r\n<p>\r\n	Today the company\'s products include:</p>\r\n<ul><li>\r\n		Mobile navigation devices</li><li>\r\n		Two-way radios</li><li>\r\n		Radar/laser detectors</li><li>\r\n		Citizens band radios</li><li>\r\n		Marine electronics</li><li>\r\n		Power inverters</li></ul>\r\n<p>\r\n	Cobra products are available in nearly 40,000 storefronts in North \r\nAmerica and in a growing number of retailers throughout the world.</p>\r\n<p>\r\n	Cobra has a significant presence in Europe through Performance Products\r\n Limited, a United Kingdom-based wholly owned subsidiary with a \r\nwell-established network of mass merchandisers and specialty retailers.</p>\r\n<p>\r\n	Cobra is headquartered in Chicago, Illinois with international offices in Dublin, Ireland and Hong Kong.</p><br><p></p>\r\n', '', '', '', 'en'),
(104, 'Cobra', '<p></p><p>\r\n	Cobra Electronics Corporation is a leading designer of mobile \r\ncommunications products in the United States, Canada, Europe and around \r\nthe world. After 50 years of innovation, the company continues to grow \r\nby boldly entering into new product categories.</p>\r\n<p>\r\n	Today the company\'s products include:</p>\r\n<ul><li>\r\n		Mobile navigation devices</li><li>\r\n		Two-way radios</li><li>\r\n		Radar/laser detectors</li><li>\r\n		Citizens band radios</li><li>\r\n		Marine electronics</li><li>\r\n		Power inverters</li></ul>\r\n<p>\r\n	Cobra products are available in nearly 40,000 storefronts in North \r\nAmerica and in a growing number of retailers throughout the world.</p>\r\n<p>\r\n	Cobra has a significant presence in Europe through Performance Products\r\n Limited, a United Kingdom-based wholly owned subsidiary with a \r\nwell-established network of mass merchandisers and specialty retailers.</p>\r\n<p>\r\n	Cobra is headquartered in Chicago, Illinois with international offices in Dublin, Ireland and Hong Kong.</p><br><p></p>\r\n', '', '', '', 'es'),
(104, 'Cobra', '<p></p><p>\r\n	Cobra Electronics Corporation is a leading designer of mobile \r\ncommunications products in the United States, Canada, Europe and around \r\nthe world. After 50 years of innovation, the company continues to grow \r\nby boldly entering into new product categories.</p>\r\n<p>\r\n	Today the company\'s products include:</p>\r\n<ul><li>\r\n		Mobile navigation devices</li><li>\r\n		Two-way radios</li><li>\r\n		Radar/laser detectors</li><li>\r\n		Citizens band radios</li><li>\r\n		Marine electronics</li><li>\r\n		Power inverters</li></ul>\r\n<p>\r\n	Cobra products are available in nearly 40,000 storefronts in North \r\nAmerica and in a growing number of retailers throughout the world.</p>\r\n<p>\r\n	Cobra has a significant presence in Europe through Performance Products\r\n Limited, a United Kingdom-based wholly owned subsidiary with a \r\nwell-established network of mass merchandisers and specialty retailers.</p>\r\n<p>\r\n	Cobra is headquartered in Chicago, Illinois with international offices in Dublin, Ireland and Hong Kong.</p><br><p></p>\r\n', '', '', '', 'fr'),
(104, 'Cobra', '<p></p><p>\r\n	Cobra Electronics Corporation is a leading designer of mobile \r\ncommunications products in the United States, Canada, Europe and around \r\nthe world. After 50 years of innovation, the company continues to grow \r\nby boldly entering into new product categories.</p>\r\n<p>\r\n	Today the company\'s products include:</p>\r\n<ul><li>\r\n		Mobile navigation devices</li><li>\r\n		Two-way radios</li><li>\r\n		Radar/laser detectors</li><li>\r\n		Citizens band radios</li><li>\r\n		Marine electronics</li><li>\r\n		Power inverters</li></ul>\r\n<p>\r\n	Cobra products are available in nearly 40,000 storefronts in North \r\nAmerica and in a growing number of retailers throughout the world.</p>\r\n<p>\r\n	Cobra has a significant presence in Europe through Performance Products\r\n Limited, a United Kingdom-based wholly owned subsidiary with a \r\nwell-established network of mass merchandisers and specialty retailers.</p>\r\n<p>\r\n	Cobra is headquartered in Chicago, Illinois with international offices in Dublin, Ireland and Hong Kong.</p><br><p></p>\r\n', '', '', '', 'it'),
(104, 'Cobra', '<p></p><p>\r\n	Cobra Electronics Corporation is a leading designer of mobile \r\ncommunications products in the United States, Canada, Europe and around \r\nthe world. After 50 years of innovation, the company continues to grow \r\nby boldly entering into new product categories.</p>\r\n<p>\r\n	Today the company\'s products include:</p>\r\n<ul><li>\r\n		Mobile navigation devices</li><li>\r\n		Two-way radios</li><li>\r\n		Radar/laser detectors</li><li>\r\n		Citizens band radios</li><li>\r\n		Marine electronics</li><li>\r\n		Power inverters</li></ul>\r\n<p>\r\n	Cobra products are available in nearly 40,000 storefronts in North \r\nAmerica and in a growing number of retailers throughout the world.</p>\r\n<p>\r\n	Cobra has a significant presence in Europe through Performance Products\r\n Limited, a United Kingdom-based wholly owned subsidiary with a \r\nwell-established network of mass merchandisers and specialty retailers.</p>\r\n<p>\r\n	Cobra is headquartered in Chicago, Illinois with international offices in Dublin, Ireland and Hong Kong.</p><br><p></p>\r\n', '', '', '', 'nl'),
(104, 'Cobra', '<p></p><p>\r\n	Cobra Electronics Corporation is a leading designer of mobile \r\ncommunications products in the United States, Canada, Europe and around \r\nthe world. After 50 years of innovation, the company continues to grow \r\nby boldly entering into new product categories.</p>\r\n<p>\r\n	Today the company\'s products include:</p>\r\n<ul><li>\r\n		Mobile navigation devices</li><li>\r\n		Two-way radios</li><li>\r\n		Radar/laser detectors</li><li>\r\n		Citizens band radios</li><li>\r\n		Marine electronics</li><li>\r\n		Power inverters</li></ul>\r\n<p>\r\n	Cobra products are available in nearly 40,000 storefronts in North \r\nAmerica and in a growing number of retailers throughout the world.</p>\r\n<p>\r\n	Cobra has a significant presence in Europe through Performance Products\r\n Limited, a United Kingdom-based wholly owned subsidiary with a \r\nwell-established network of mass merchandisers and specialty retailers.</p>\r\n<p>\r\n	Cobra is headquartered in Chicago, Illinois with international offices in Dublin, Ireland and Hong Kong.</p><br><p></p>\r\n', '', '', '', 'no'),
(104, 'Cobra', '<p></p><p>\r\n	Cobra Electronics Corporation is a leading designer of mobile \r\ncommunications products in the United States, Canada, Europe and around \r\nthe world. After 50 years of innovation, the company continues to grow \r\nby boldly entering into new product categories.</p>\r\n<p>\r\n	Today the company\'s products include:</p>\r\n<ul><li>\r\n		Mobile navigation devices</li><li>\r\n		Two-way radios</li><li>\r\n		Radar/laser detectors</li><li>\r\n		Citizens band radios</li><li>\r\n		Marine electronics</li><li>\r\n		Power inverters</li></ul>\r\n<p>\r\n	Cobra products are available in nearly 40,000 storefronts in North \r\nAmerica and in a growing number of retailers throughout the world.</p>\r\n<p>\r\n	Cobra has a significant presence in Europe through Performance Products\r\n Limited, a United Kingdom-based wholly owned subsidiary with a \r\nwell-established network of mass merchandisers and specialty retailers.</p>\r\n<p>\r\n	Cobra is headquartered in Chicago, Illinois with international offices in Dublin, Ireland and Hong Kong.</p><br><p></p>\r\n', '', '', '', 'pt'),
(104, 'Cobra', '<p></p><p>\r\n	Cobra Electronics Corporation is a leading designer of mobile \r\ncommunications products in the United States, Canada, Europe and around \r\nthe world. After 50 years of innovation, the company continues to grow \r\nby boldly entering into new product categories.</p>\r\n<p>\r\n	Today the company\'s products include:</p>\r\n<ul><li>\r\n		Mobile navigation devices</li><li>\r\n		Two-way radios</li><li>\r\n		Radar/laser detectors</li><li>\r\n		Citizens band radios</li><li>\r\n		Marine electronics</li><li>\r\n		Power inverters</li></ul>\r\n<p>\r\n	Cobra products are available in nearly 40,000 storefronts in North \r\nAmerica and in a growing number of retailers throughout the world.</p>\r\n<p>\r\n	Cobra has a significant presence in Europe through Performance Products\r\n Limited, a United Kingdom-based wholly owned subsidiary with a \r\nwell-established network of mass merchandisers and specialty retailers.</p>\r\n<p>\r\n	Cobra is headquartered in Chicago, Illinois with international offices in Dublin, Ireland and Hong Kong.</p><br><p></p>\r\n', '', '', '', 'ro'),
(104, 'Cobra', '<p></p><p>\r\n	Cobra Electronics Corporation is a leading designer of mobile \r\ncommunications products in the United States, Canada, Europe and around \r\nthe world. After 50 years of innovation, the company continues to grow \r\nby boldly entering into new product categories.</p>\r\n<p>\r\n	Today the company\'s products include:</p>\r\n<ul><li>\r\n		Mobile navigation devices</li><li>\r\n		Two-way radios</li><li>\r\n		Radar/laser detectors</li><li>\r\n		Citizens band radios</li><li>\r\n		Marine electronics</li><li>\r\n		Power inverters</li></ul>\r\n<p>\r\n	Cobra products are available in nearly 40,000 storefronts in North \r\nAmerica and in a growing number of retailers throughout the world.</p>\r\n<p>\r\n	Cobra has a significant presence in Europe through Performance Products\r\n Limited, a United Kingdom-based wholly owned subsidiary with a \r\nwell-established network of mass merchandisers and specialty retailers.</p>\r\n<p>\r\n	Cobra is headquartered in Chicago, Illinois with international offices in Dublin, Ireland and Hong Kong.</p><br><p></p>\r\n', '', '', '', 'ru'),
(105, 'Roadrunner Records', '<p><b>Roadrunner Records</b> is an American record label that concentrates primarily on heavy metal bands. It is a subsidiary of Warner Music Group. It is based in New York.<br></p>\r\n', '', '', '', 'da'),
(105, 'Roadrunner Records', '<p><b>Roadrunner Records</b> is an American record label that concentrates primarily on heavy metal bands. It is a subsidiary of Warner Music Group. It is based in New York.<br></p>\r\n', '', '', '', 'de'),
(105, 'Roadrunner Records', '<p><b>Roadrunner Records</b> is an American record label that concentrates primarily on heavy metal bands. It is a subsidiary of Warner Music Group. It is based in New York.<br></p>\r\n', '', '', '', 'el'),
(105, 'Roadrunner Records', '<p><b>Roadrunner Records</b> is an American record label that concentrates primarily on heavy metal bands. It is a subsidiary of Warner Music Group. It is based in New York.<br></p>\r\n', '', '', '', 'en'),
(105, 'Roadrunner Records', '<p><b>Roadrunner Records</b> is an American record label that concentrates primarily on heavy metal bands. It is a subsidiary of Warner Music Group. It is based in New York.<br></p>\r\n', '', '', '', 'es'),
(105, 'Roadrunner Records', '<p><b>Roadrunner Records</b> is an American record label that concentrates primarily on heavy metal bands. It is a subsidiary of Warner Music Group. It is based in New York.<br></p>\r\n', '', '', '', 'fr'),
(105, 'Roadrunner Records', '<p><b>Roadrunner Records</b> is an American record label that concentrates primarily on heavy metal bands. It is a subsidiary of Warner Music Group. It is based in New York.<br></p>\r\n', '', '', '', 'it'),
(105, 'Roadrunner Records', '<p><b>Roadrunner Records</b> is an American record label that concentrates primarily on heavy metal bands. It is a subsidiary of Warner Music Group. It is based in New York.<br></p>\r\n', '', '', '', 'nl'),
(105, 'Roadrunner Records', '<p><b>Roadrunner Records</b> is an American record label that concentrates primarily on heavy metal bands. It is a subsidiary of Warner Music Group. It is based in New York.<br></p>\r\n', '', '', '', 'no'),
(105, 'Roadrunner Records', '<p><b>Roadrunner Records</b> is an American record label that concentrates primarily on heavy metal bands. It is a subsidiary of Warner Music Group. It is based in New York.<br></p>\r\n', '', '', '', 'pt'),
(105, 'Roadrunner Records', '<p><b>Roadrunner Records</b> is an American record label that concentrates primarily on heavy metal bands. It is a subsidiary of Warner Music Group. It is based in New York.<br></p>\r\n', '', '', '', 'ro'),
(105, 'Roadrunner Records', '<p><b>Roadrunner Records</b> is an American record label that concentrates primarily on heavy metal bands. It is a subsidiary of Warner Music Group. It is based in New York.<br></p>\r\n', '', '', '', 'ru'),
(106, 'Toshiba', '<p><p><b>Toshiba Corporation</b> is a Japanese multinational engineering and electronics conglomerate corporation headquartered in Tokyo, Japan.\r\n Its products and services include information technology and \r\ncommunications equipment and systems, electronic components and \r\nmaterials, power systems, industrial and social infrastructure systems, \r\nhousehold appliances, medical equipment, office equipment, lighting and \r\nlogistics.</p>\r\n<p>Toshiba was founded in 1939 as <b>Tokyo Shibaura Electric K.K.</b> \r\nthrough the merger of Shibaura Seisaku-sho (founded in 1875) and Tokyo \r\nDenki (founded in 1890). The company name was officially changed to \r\nToshiba Corporation in 1978. Toshiba has made numerous corporate \r\nacquisitions during its history, including of Semp in 1977, of \r\nWestinghouse Electric Company in 2006, of Landis+Gyr in 2011, and of IBM\'s point-of-sale business in 2012.</p>\r\n<p>Toshiba is organised into four main business groupings: the Digital \r\nProducts Group, the Electronic Devices Group, the Home Appliances Group \r\nand the Social Infrastructure Group. In 2010, Toshiba was the world\'s fifth-largest personal computer vendor measured by revenues (after Hewlett-Packard, Dell, Acer and Lenovo). In the same year, it was also the world\'s fourth-largest manufacturer of semiconductors by revenues (after Intel Corporation, Samsung Electronics and Texas Instruments).</p>\r\n<p>Toshiba is listed on the Tokyo Stock Exchange, where it is a constituent of the Nikkei 225 and TOPIX indices, the Osaka Securities Exchange, the Nagoya Stock Exchange and the London Stock Exchange.</p><br></p>', '', '', '', 'da'),
(106, 'Toshiba', '<p><p><b>Toshiba Corporation</b> is a Japanese multinational engineering and electronics conglomerate corporation headquartered in Tokyo, Japan.\r\n Its products and services include information technology and \r\ncommunications equipment and systems, electronic components and \r\nmaterials, power systems, industrial and social infrastructure systems, \r\nhousehold appliances, medical equipment, office equipment, lighting and \r\nlogistics.</p>\r\n<p>Toshiba was founded in 1939 as <b>Tokyo Shibaura Electric K.K.</b> \r\nthrough the merger of Shibaura Seisaku-sho (founded in 1875) and Tokyo \r\nDenki (founded in 1890). The company name was officially changed to \r\nToshiba Corporation in 1978. Toshiba has made numerous corporate \r\nacquisitions during its history, including of Semp in 1977, of \r\nWestinghouse Electric Company in 2006, of Landis+Gyr in 2011, and of IBM\'s point-of-sale business in 2012.</p>\r\n<p>Toshiba is organised into four main business groupings: the Digital \r\nProducts Group, the Electronic Devices Group, the Home Appliances Group \r\nand the Social Infrastructure Group. In 2010, Toshiba was the world\'s fifth-largest personal computer vendor measured by revenues (after Hewlett-Packard, Dell, Acer and Lenovo). In the same year, it was also the world\'s fourth-largest manufacturer of semiconductors by revenues (after Intel Corporation, Samsung Electronics and Texas Instruments).</p>\r\n<p>Toshiba is listed on the Tokyo Stock Exchange, where it is a constituent of the Nikkei 225 and TOPIX indices, the Osaka Securities Exchange, the Nagoya Stock Exchange and the London Stock Exchange.</p><br></p>', '', '', '', 'de'),
(106, 'Toshiba', '<p><p><b>Toshiba Corporation</b> is a Japanese multinational engineering and electronics conglomerate corporation headquartered in Tokyo, Japan.\r\n Its products and services include information technology and \r\ncommunications equipment and systems, electronic components and \r\nmaterials, power systems, industrial and social infrastructure systems, \r\nhousehold appliances, medical equipment, office equipment, lighting and \r\nlogistics.</p>\r\n<p>Toshiba was founded in 1939 as <b>Tokyo Shibaura Electric K.K.</b> \r\nthrough the merger of Shibaura Seisaku-sho (founded in 1875) and Tokyo \r\nDenki (founded in 1890). The company name was officially changed to \r\nToshiba Corporation in 1978. Toshiba has made numerous corporate \r\nacquisitions during its history, including of Semp in 1977, of \r\nWestinghouse Electric Company in 2006, of Landis+Gyr in 2011, and of IBM\'s point-of-sale business in 2012.</p>\r\n<p>Toshiba is organised into four main business groupings: the Digital \r\nProducts Group, the Electronic Devices Group, the Home Appliances Group \r\nand the Social Infrastructure Group. In 2010, Toshiba was the world\'s fifth-largest personal computer vendor measured by revenues (after Hewlett-Packard, Dell, Acer and Lenovo). In the same year, it was also the world\'s fourth-largest manufacturer of semiconductors by revenues (after Intel Corporation, Samsung Electronics and Texas Instruments).</p>\r\n<p>Toshiba is listed on the Tokyo Stock Exchange, where it is a constituent of the Nikkei 225 and TOPIX indices, the Osaka Securities Exchange, the Nagoya Stock Exchange and the London Stock Exchange.</p><br></p>', '', '', '', 'el'),
(106, 'Toshiba', '<p><p><b>Toshiba Corporation</b> is a Japanese multinational engineering and electronics conglomerate corporation headquartered in Tokyo, Japan.\r\n Its products and services include information technology and \r\ncommunications equipment and systems, electronic components and \r\nmaterials, power systems, industrial and social infrastructure systems, \r\nhousehold appliances, medical equipment, office equipment, lighting and \r\nlogistics.</p>\r\n<p>Toshiba was founded in 1939 as <b>Tokyo Shibaura Electric K.K.</b> \r\nthrough the merger of Shibaura Seisaku-sho (founded in 1875) and Tokyo \r\nDenki (founded in 1890). The company name was officially changed to \r\nToshiba Corporation in 1978. Toshiba has made numerous corporate \r\nacquisitions during its history, including of Semp in 1977, of \r\nWestinghouse Electric Company in 2006, of Landis+Gyr in 2011, and of IBM\'s point-of-sale business in 2012.</p>\r\n<p>Toshiba is organised into four main business groupings: the Digital \r\nProducts Group, the Electronic Devices Group, the Home Appliances Group \r\nand the Social Infrastructure Group. In 2010, Toshiba was the world\'s fifth-largest personal computer vendor measured by revenues (after Hewlett-Packard, Dell, Acer and Lenovo). In the same year, it was also the world\'s fourth-largest manufacturer of semiconductors by revenues (after Intel Corporation, Samsung Electronics and Texas Instruments).</p>\r\n<p>Toshiba is listed on the Tokyo Stock Exchange, where it is a constituent of the Nikkei 225 and TOPIX indices, the Osaka Securities Exchange, the Nagoya Stock Exchange and the London Stock Exchange.</p><br></p>', '', '', '', 'en'),
(106, 'Toshiba', '<p><p><b>Toshiba Corporation</b> is a Japanese multinational engineering and electronics conglomerate corporation headquartered in Tokyo, Japan.\r\n Its products and services include information technology and \r\ncommunications equipment and systems, electronic components and \r\nmaterials, power systems, industrial and social infrastructure systems, \r\nhousehold appliances, medical equipment, office equipment, lighting and \r\nlogistics.</p>\r\n<p>Toshiba was founded in 1939 as <b>Tokyo Shibaura Electric K.K.</b> \r\nthrough the merger of Shibaura Seisaku-sho (founded in 1875) and Tokyo \r\nDenki (founded in 1890). The company name was officially changed to \r\nToshiba Corporation in 1978. Toshiba has made numerous corporate \r\nacquisitions during its history, including of Semp in 1977, of \r\nWestinghouse Electric Company in 2006, of Landis+Gyr in 2011, and of IBM\'s point-of-sale business in 2012.</p>\r\n<p>Toshiba is organised into four main business groupings: the Digital \r\nProducts Group, the Electronic Devices Group, the Home Appliances Group \r\nand the Social Infrastructure Group. In 2010, Toshiba was the world\'s fifth-largest personal computer vendor measured by revenues (after Hewlett-Packard, Dell, Acer and Lenovo). In the same year, it was also the world\'s fourth-largest manufacturer of semiconductors by revenues (after Intel Corporation, Samsung Electronics and Texas Instruments).</p>\r\n<p>Toshiba is listed on the Tokyo Stock Exchange, where it is a constituent of the Nikkei 225 and TOPIX indices, the Osaka Securities Exchange, the Nagoya Stock Exchange and the London Stock Exchange.</p><br></p>', '', '', '', 'es'),
(106, 'Toshiba', '<p><p><b>Toshiba Corporation</b> is a Japanese multinational engineering and electronics conglomerate corporation headquartered in Tokyo, Japan.\r\n Its products and services include information technology and \r\ncommunications equipment and systems, electronic components and \r\nmaterials, power systems, industrial and social infrastructure systems, \r\nhousehold appliances, medical equipment, office equipment, lighting and \r\nlogistics.</p>\r\n<p>Toshiba was founded in 1939 as <b>Tokyo Shibaura Electric K.K.</b> \r\nthrough the merger of Shibaura Seisaku-sho (founded in 1875) and Tokyo \r\nDenki (founded in 1890). The company name was officially changed to \r\nToshiba Corporation in 1978. Toshiba has made numerous corporate \r\nacquisitions during its history, including of Semp in 1977, of \r\nWestinghouse Electric Company in 2006, of Landis+Gyr in 2011, and of IBM\'s point-of-sale business in 2012.</p>\r\n<p>Toshiba is organised into four main business groupings: the Digital \r\nProducts Group, the Electronic Devices Group, the Home Appliances Group \r\nand the Social Infrastructure Group. In 2010, Toshiba was the world\'s fifth-largest personal computer vendor measured by revenues (after Hewlett-Packard, Dell, Acer and Lenovo). In the same year, it was also the world\'s fourth-largest manufacturer of semiconductors by revenues (after Intel Corporation, Samsung Electronics and Texas Instruments).</p>\r\n<p>Toshiba is listed on the Tokyo Stock Exchange, where it is a constituent of the Nikkei 225 and TOPIX indices, the Osaka Securities Exchange, the Nagoya Stock Exchange and the London Stock Exchange.</p><br></p>', '', '', '', 'fr'),
(106, 'Toshiba', '<p><p><b>Toshiba Corporation</b> is a Japanese multinational engineering and electronics conglomerate corporation headquartered in Tokyo, Japan.\r\n Its products and services include information technology and \r\ncommunications equipment and systems, electronic components and \r\nmaterials, power systems, industrial and social infrastructure systems, \r\nhousehold appliances, medical equipment, office equipment, lighting and \r\nlogistics.</p>\r\n<p>Toshiba was founded in 1939 as <b>Tokyo Shibaura Electric K.K.</b> \r\nthrough the merger of Shibaura Seisaku-sho (founded in 1875) and Tokyo \r\nDenki (founded in 1890). The company name was officially changed to \r\nToshiba Corporation in 1978. Toshiba has made numerous corporate \r\nacquisitions during its history, including of Semp in 1977, of \r\nWestinghouse Electric Company in 2006, of Landis+Gyr in 2011, and of IBM\'s point-of-sale business in 2012.</p>\r\n<p>Toshiba is organised into four main business groupings: the Digital \r\nProducts Group, the Electronic Devices Group, the Home Appliances Group \r\nand the Social Infrastructure Group. In 2010, Toshiba was the world\'s fifth-largest personal computer vendor measured by revenues (after Hewlett-Packard, Dell, Acer and Lenovo). In the same year, it was also the world\'s fourth-largest manufacturer of semiconductors by revenues (after Intel Corporation, Samsung Electronics and Texas Instruments).</p>\r\n<p>Toshiba is listed on the Tokyo Stock Exchange, where it is a constituent of the Nikkei 225 and TOPIX indices, the Osaka Securities Exchange, the Nagoya Stock Exchange and the London Stock Exchange.</p><br></p>', '', '', '', 'it'),
(106, 'Toshiba', '<p><p><b>Toshiba Corporation</b> is a Japanese multinational engineering and electronics conglomerate corporation headquartered in Tokyo, Japan.\r\n Its products and services include information technology and \r\ncommunications equipment and systems, electronic components and \r\nmaterials, power systems, industrial and social infrastructure systems, \r\nhousehold appliances, medical equipment, office equipment, lighting and \r\nlogistics.</p>\r\n<p>Toshiba was founded in 1939 as <b>Tokyo Shibaura Electric K.K.</b> \r\nthrough the merger of Shibaura Seisaku-sho (founded in 1875) and Tokyo \r\nDenki (founded in 1890). The company name was officially changed to \r\nToshiba Corporation in 1978. Toshiba has made numerous corporate \r\nacquisitions during its history, including of Semp in 1977, of \r\nWestinghouse Electric Company in 2006, of Landis+Gyr in 2011, and of IBM\'s point-of-sale business in 2012.</p>\r\n<p>Toshiba is organised into four main business groupings: the Digital \r\nProducts Group, the Electronic Devices Group, the Home Appliances Group \r\nand the Social Infrastructure Group. In 2010, Toshiba was the world\'s fifth-largest personal computer vendor measured by revenues (after Hewlett-Packard, Dell, Acer and Lenovo). In the same year, it was also the world\'s fourth-largest manufacturer of semiconductors by revenues (after Intel Corporation, Samsung Electronics and Texas Instruments).</p>\r\n<p>Toshiba is listed on the Tokyo Stock Exchange, where it is a constituent of the Nikkei 225 and TOPIX indices, the Osaka Securities Exchange, the Nagoya Stock Exchange and the London Stock Exchange.</p><br></p>', '', '', '', 'nl'),
(106, 'Toshiba', '<p><p><b>Toshiba Corporation</b> is a Japanese multinational engineering and electronics conglomerate corporation headquartered in Tokyo, Japan.\r\n Its products and services include information technology and \r\ncommunications equipment and systems, electronic components and \r\nmaterials, power systems, industrial and social infrastructure systems, \r\nhousehold appliances, medical equipment, office equipment, lighting and \r\nlogistics.</p>\r\n<p>Toshiba was founded in 1939 as <b>Tokyo Shibaura Electric K.K.</b> \r\nthrough the merger of Shibaura Seisaku-sho (founded in 1875) and Tokyo \r\nDenki (founded in 1890). The company name was officially changed to \r\nToshiba Corporation in 1978. Toshiba has made numerous corporate \r\nacquisitions during its history, including of Semp in 1977, of \r\nWestinghouse Electric Company in 2006, of Landis+Gyr in 2011, and of IBM\'s point-of-sale business in 2012.</p>\r\n<p>Toshiba is organised into four main business groupings: the Digital \r\nProducts Group, the Electronic Devices Group, the Home Appliances Group \r\nand the Social Infrastructure Group. In 2010, Toshiba was the world\'s fifth-largest personal computer vendor measured by revenues (after Hewlett-Packard, Dell, Acer and Lenovo). In the same year, it was also the world\'s fourth-largest manufacturer of semiconductors by revenues (after Intel Corporation, Samsung Electronics and Texas Instruments).</p>\r\n<p>Toshiba is listed on the Tokyo Stock Exchange, where it is a constituent of the Nikkei 225 and TOPIX indices, the Osaka Securities Exchange, the Nagoya Stock Exchange and the London Stock Exchange.</p><br></p>', '', '', '', 'no'),
(106, 'Toshiba', '<p><p><b>Toshiba Corporation</b> is a Japanese multinational engineering and electronics conglomerate corporation headquartered in Tokyo, Japan.\r\n Its products and services include information technology and \r\ncommunications equipment and systems, electronic components and \r\nmaterials, power systems, industrial and social infrastructure systems, \r\nhousehold appliances, medical equipment, office equipment, lighting and \r\nlogistics.</p>\r\n<p>Toshiba was founded in 1939 as <b>Tokyo Shibaura Electric K.K.</b> \r\nthrough the merger of Shibaura Seisaku-sho (founded in 1875) and Tokyo \r\nDenki (founded in 1890). The company name was officially changed to \r\nToshiba Corporation in 1978. Toshiba has made numerous corporate \r\nacquisitions during its history, including of Semp in 1977, of \r\nWestinghouse Electric Company in 2006, of Landis+Gyr in 2011, and of IBM\'s point-of-sale business in 2012.</p>\r\n<p>Toshiba is organised into four main business groupings: the Digital \r\nProducts Group, the Electronic Devices Group, the Home Appliances Group \r\nand the Social Infrastructure Group. In 2010, Toshiba was the world\'s fifth-largest personal computer vendor measured by revenues (after Hewlett-Packard, Dell, Acer and Lenovo). In the same year, it was also the world\'s fourth-largest manufacturer of semiconductors by revenues (after Intel Corporation, Samsung Electronics and Texas Instruments).</p>\r\n<p>Toshiba is listed on the Tokyo Stock Exchange, where it is a constituent of the Nikkei 225 and TOPIX indices, the Osaka Securities Exchange, the Nagoya Stock Exchange and the London Stock Exchange.</p><br></p>', '', '', '', 'pt'),
(106, 'Toshiba', '<p><p><b>Toshiba Corporation</b> is a Japanese multinational engineering and electronics conglomerate corporation headquartered in Tokyo, Japan.\r\n Its products and services include information technology and \r\ncommunications equipment and systems, electronic components and \r\nmaterials, power systems, industrial and social infrastructure systems, \r\nhousehold appliances, medical equipment, office equipment, lighting and \r\nlogistics.</p>\r\n<p>Toshiba was founded in 1939 as <b>Tokyo Shibaura Electric K.K.</b> \r\nthrough the merger of Shibaura Seisaku-sho (founded in 1875) and Tokyo \r\nDenki (founded in 1890). The company name was officially changed to \r\nToshiba Corporation in 1978. Toshiba has made numerous corporate \r\nacquisitions during its history, including of Semp in 1977, of \r\nWestinghouse Electric Company in 2006, of Landis+Gyr in 2011, and of IBM\'s point-of-sale business in 2012.</p>\r\n<p>Toshiba is organised into four main business groupings: the Digital \r\nProducts Group, the Electronic Devices Group, the Home Appliances Group \r\nand the Social Infrastructure Group. In 2010, Toshiba was the world\'s fifth-largest personal computer vendor measured by revenues (after Hewlett-Packard, Dell, Acer and Lenovo). In the same year, it was also the world\'s fourth-largest manufacturer of semiconductors by revenues (after Intel Corporation, Samsung Electronics and Texas Instruments).</p>\r\n<p>Toshiba is listed on the Tokyo Stock Exchange, where it is a constituent of the Nikkei 225 and TOPIX indices, the Osaka Securities Exchange, the Nagoya Stock Exchange and the London Stock Exchange.</p><br></p>', '', '', '', 'ro'),
(106, 'Toshiba', '<p><p><b>Toshiba Corporation</b> is a Japanese multinational engineering and electronics conglomerate corporation headquartered in Tokyo, Japan.\r\n Its products and services include information technology and \r\ncommunications equipment and systems, electronic components and \r\nmaterials, power systems, industrial and social infrastructure systems, \r\nhousehold appliances, medical equipment, office equipment, lighting and \r\nlogistics.</p>\r\n<p>Toshiba was founded in 1939 as <b>Tokyo Shibaura Electric K.K.</b> \r\nthrough the merger of Shibaura Seisaku-sho (founded in 1875) and Tokyo \r\nDenki (founded in 1890). The company name was officially changed to \r\nToshiba Corporation in 1978. Toshiba has made numerous corporate \r\nacquisitions during its history, including of Semp in 1977, of \r\nWestinghouse Electric Company in 2006, of Landis+Gyr in 2011, and of IBM\'s point-of-sale business in 2012.</p>\r\n<p>Toshiba is organised into four main business groupings: the Digital \r\nProducts Group, the Electronic Devices Group, the Home Appliances Group \r\nand the Social Infrastructure Group. In 2010, Toshiba was the world\'s fifth-largest personal computer vendor measured by revenues (after Hewlett-Packard, Dell, Acer and Lenovo). In the same year, it was also the world\'s fourth-largest manufacturer of semiconductors by revenues (after Intel Corporation, Samsung Electronics and Texas Instruments).</p>\r\n<p>Toshiba is listed on the Tokyo Stock Exchange, where it is a constituent of the Nikkei 225 and TOPIX indices, the Osaka Securities Exchange, the Nagoya Stock Exchange and the London Stock Exchange.</p><br></p>', '', '', '', 'ru'),
(107, 'Rhino', '<p><b>Rhino Entertainment Company</b>&nbsp;is an American record label  and production company. It is owned by Warner Music Group.<br></p>\r\n', '', '', '', 'da'),
(107, 'Rhino', '<p><b>Rhino Entertainment Company</b>&nbsp;is an American record label  and production company. It is owned by Warner Music Group.<br></p>\r\n', '', '', '', 'de'),
(107, 'Rhino', '<p><b>Rhino Entertainment Company</b>&nbsp;is an American record label  and production company. It is owned by Warner Music Group.<br></p>\r\n', '', '', '', 'el'),
(107, 'Rhino', '<p><b>Rhino Entertainment Company</b>&nbsp;is an American record label  and production company. It is owned by Warner Music Group.<br></p>\r\n', '', '', '', 'en'),
(107, 'Rhino', '<p><b>Rhino Entertainment Company</b>&nbsp;is an American record label  and production company. It is owned by Warner Music Group.<br></p>\r\n', '', '', '', 'es'),
(107, 'Rhino', '<p><b>Rhino Entertainment Company</b>&nbsp;is an American record label  and production company. It is owned by Warner Music Group.<br></p>\r\n', '', '', '', 'fr'),
(107, 'Rhino', '<p><b>Rhino Entertainment Company</b>&nbsp;is an American record label  and production company. It is owned by Warner Music Group.<br></p>\r\n', '', '', '', 'it'),
(107, 'Rhino', '<p><b>Rhino Entertainment Company</b>&nbsp;is an American record label  and production company. It is owned by Warner Music Group.<br></p>\r\n', '', '', '', 'nl'),
(107, 'Rhino', '<p><b>Rhino Entertainment Company</b>&nbsp;is an American record label  and production company. It is owned by Warner Music Group.<br></p>\r\n', '', '', '', 'no'),
(107, 'Rhino', '<p><b>Rhino Entertainment Company</b>&nbsp;is an American record label  and production company. It is owned by Warner Music Group.<br></p>\r\n', '', '', '', 'pt'),
(107, 'Rhino', '<p><b>Rhino Entertainment Company</b>&nbsp;is an American record label  and production company. It is owned by Warner Music Group.<br></p>\r\n', '', '', '', 'ro'),
(107, 'Rhino', '<p><b>Rhino Entertainment Company</b>&nbsp;is an American record label  and production company. It is owned by Warner Music Group.<br></p>\r\n', '', '', '', 'ru'),
(108, 'HTC', '<p><p><b>HTC Corporation</b> is a Taiwanese manufacturer of smartphones and tablets headquartered in Taoyuan City, Taiwan. Initially making smartphones based mostly on Microsoft\'s Windows Mobile operating system (OS) software, HTC expanded its focus in 2009 to devices based on the Android OS, and in 2010 to Windows Phone OS.</p>\r\n<p>HTC is a member of the Open Handset Alliance, a group of handset manufacturers and mobile network operators dedicated to the development of the Android mobile device platform. The HTC Dream, marketed by T-Mobile in many countries as the T-Mobile G1 or Era G1, was the first phone on the market to use the Android mobile device platform.</p><br></p>', '', '', '', 'da'),
(108, 'HTC', '<p><p><b>HTC Corporation</b> is a Taiwanese manufacturer of smartphones and tablets headquartered in Taoyuan City, Taiwan. Initially making smartphones based mostly on Microsoft\'s Windows Mobile operating system (OS) software, HTC expanded its focus in 2009 to devices based on the Android OS, and in 2010 to Windows Phone OS.</p>\r\n<p>HTC is a member of the Open Handset Alliance, a group of handset manufacturers and mobile network operators dedicated to the development of the Android mobile device platform. The HTC Dream, marketed by T-Mobile in many countries as the T-Mobile G1 or Era G1, was the first phone on the market to use the Android mobile device platform.</p><br></p>', '', '', '', 'de');
INSERT INTO `partiushop_product_feature_variant_descriptions` (`variant_id`, `variant`, `description`, `page_title`, `meta_keywords`, `meta_description`, `lang_code`) VALUES
(108, 'HTC', '<p><p><b>HTC Corporation</b> is a Taiwanese manufacturer of smartphones and tablets headquartered in Taoyuan City, Taiwan. Initially making smartphones based mostly on Microsoft\'s Windows Mobile operating system (OS) software, HTC expanded its focus in 2009 to devices based on the Android OS, and in 2010 to Windows Phone OS.</p>\r\n<p>HTC is a member of the Open Handset Alliance, a group of handset manufacturers and mobile network operators dedicated to the development of the Android mobile device platform. The HTC Dream, marketed by T-Mobile in many countries as the T-Mobile G1 or Era G1, was the first phone on the market to use the Android mobile device platform.</p><br></p>', '', '', '', 'el'),
(108, 'HTC', '<p><p><b>HTC Corporation</b> is a Taiwanese manufacturer of smartphones and tablets headquartered in Taoyuan City, Taiwan. Initially making smartphones based mostly on Microsoft\'s Windows Mobile operating system (OS) software, HTC expanded its focus in 2009 to devices based on the Android OS, and in 2010 to Windows Phone OS.</p>\r\n<p>HTC is a member of the Open Handset Alliance, a group of handset manufacturers and mobile network operators dedicated to the development of the Android mobile device platform. The HTC Dream, marketed by T-Mobile in many countries as the T-Mobile G1 or Era G1, was the first phone on the market to use the Android mobile device platform.</p><br></p>', '', '', '', 'en'),
(108, 'HTC', '<p><p><b>HTC Corporation</b> is a Taiwanese manufacturer of smartphones and tablets headquartered in Taoyuan City, Taiwan. Initially making smartphones based mostly on Microsoft\'s Windows Mobile operating system (OS) software, HTC expanded its focus in 2009 to devices based on the Android OS, and in 2010 to Windows Phone OS.</p>\r\n<p>HTC is a member of the Open Handset Alliance, a group of handset manufacturers and mobile network operators dedicated to the development of the Android mobile device platform. The HTC Dream, marketed by T-Mobile in many countries as the T-Mobile G1 or Era G1, was the first phone on the market to use the Android mobile device platform.</p><br></p>', '', '', '', 'es'),
(108, 'HTC', '<p><p><b>HTC Corporation</b> is a Taiwanese manufacturer of smartphones and tablets headquartered in Taoyuan City, Taiwan. Initially making smartphones based mostly on Microsoft\'s Windows Mobile operating system (OS) software, HTC expanded its focus in 2009 to devices based on the Android OS, and in 2010 to Windows Phone OS.</p>\r\n<p>HTC is a member of the Open Handset Alliance, a group of handset manufacturers and mobile network operators dedicated to the development of the Android mobile device platform. The HTC Dream, marketed by T-Mobile in many countries as the T-Mobile G1 or Era G1, was the first phone on the market to use the Android mobile device platform.</p><br></p>', '', '', '', 'fr'),
(108, 'HTC', '<p><p><b>HTC Corporation</b> is a Taiwanese manufacturer of smartphones and tablets headquartered in Taoyuan City, Taiwan. Initially making smartphones based mostly on Microsoft\'s Windows Mobile operating system (OS) software, HTC expanded its focus in 2009 to devices based on the Android OS, and in 2010 to Windows Phone OS.</p>\r\n<p>HTC is a member of the Open Handset Alliance, a group of handset manufacturers and mobile network operators dedicated to the development of the Android mobile device platform. The HTC Dream, marketed by T-Mobile in many countries as the T-Mobile G1 or Era G1, was the first phone on the market to use the Android mobile device platform.</p><br></p>', '', '', '', 'it'),
(108, 'HTC', '<p><p><b>HTC Corporation</b> is a Taiwanese manufacturer of smartphones and tablets headquartered in Taoyuan City, Taiwan. Initially making smartphones based mostly on Microsoft\'s Windows Mobile operating system (OS) software, HTC expanded its focus in 2009 to devices based on the Android OS, and in 2010 to Windows Phone OS.</p>\r\n<p>HTC is a member of the Open Handset Alliance, a group of handset manufacturers and mobile network operators dedicated to the development of the Android mobile device platform. The HTC Dream, marketed by T-Mobile in many countries as the T-Mobile G1 or Era G1, was the first phone on the market to use the Android mobile device platform.</p><br></p>', '', '', '', 'nl'),
(108, 'HTC', '<p><p><b>HTC Corporation</b> is a Taiwanese manufacturer of smartphones and tablets headquartered in Taoyuan City, Taiwan. Initially making smartphones based mostly on Microsoft\'s Windows Mobile operating system (OS) software, HTC expanded its focus in 2009 to devices based on the Android OS, and in 2010 to Windows Phone OS.</p>\r\n<p>HTC is a member of the Open Handset Alliance, a group of handset manufacturers and mobile network operators dedicated to the development of the Android mobile device platform. The HTC Dream, marketed by T-Mobile in many countries as the T-Mobile G1 or Era G1, was the first phone on the market to use the Android mobile device platform.</p><br></p>', '', '', '', 'no'),
(108, 'HTC', '<p><p><b>HTC Corporation</b> is a Taiwanese manufacturer of smartphones and tablets headquartered in Taoyuan City, Taiwan. Initially making smartphones based mostly on Microsoft\'s Windows Mobile operating system (OS) software, HTC expanded its focus in 2009 to devices based on the Android OS, and in 2010 to Windows Phone OS.</p>\r\n<p>HTC is a member of the Open Handset Alliance, a group of handset manufacturers and mobile network operators dedicated to the development of the Android mobile device platform. The HTC Dream, marketed by T-Mobile in many countries as the T-Mobile G1 or Era G1, was the first phone on the market to use the Android mobile device platform.</p><br></p>', '', '', '', 'pt'),
(108, 'HTC', '<p><p><b>HTC Corporation</b> is a Taiwanese manufacturer of smartphones and tablets headquartered in Taoyuan City, Taiwan. Initially making smartphones based mostly on Microsoft\'s Windows Mobile operating system (OS) software, HTC expanded its focus in 2009 to devices based on the Android OS, and in 2010 to Windows Phone OS.</p>\r\n<p>HTC is a member of the Open Handset Alliance, a group of handset manufacturers and mobile network operators dedicated to the development of the Android mobile device platform. The HTC Dream, marketed by T-Mobile in many countries as the T-Mobile G1 or Era G1, was the first phone on the market to use the Android mobile device platform.</p><br></p>', '', '', '', 'ro'),
(108, 'HTC', '<p><p><b>HTC Corporation</b> is a Taiwanese manufacturer of smartphones and tablets headquartered in Taoyuan City, Taiwan. Initially making smartphones based mostly on Microsoft\'s Windows Mobile operating system (OS) software, HTC expanded its focus in 2009 to devices based on the Android OS, and in 2010 to Windows Phone OS.</p>\r\n<p>HTC is a member of the Open Handset Alliance, a group of handset manufacturers and mobile network operators dedicated to the development of the Android mobile device platform. The HTC Dream, marketed by T-Mobile in many countries as the T-Mobile G1 or Era G1, was the first phone on the market to use the Android mobile device platform.</p><br></p>', '', '', '', 'ru'),
(109, 'Motorola', '<p><p><b>Motorola, Inc.</b> was an American multinational telecommunications company based in Schaumburg, Illinois. After having lost $4.3&nbsp;billion from 2007 to 2009, the company was divided into two independent public companies, Motorola Mobility and Motorola Solutions on January 4, 2011.\r\n Motorola Solutions is generally considered to be the direct successor \r\nto Motorola, Inc., as the reorganization was structured with Motorola \r\nMobility being spun off.</p>\r\n<p>Motorola designed and sold wireless network infrastructure equipment such as cellular transmission base stations and signal amplifiers. Motorola\'s home and broadcast network products included set-top boxes, digital video recorders, and network equipment used to enable video broadcasting, computer telephony, and high-definition television.\r\n Its business and government customers consisted mainly of wireless \r\nvoice and broadband systems (used to build private networks), and, \r\npublic safety communications systems like Astro and Dimetra. These businesses (except for set-top boxes and cable modems) are now part of Motorola Solutions.</p>\r\n<p>Motorola\'s wireless telephone\r\n handset division was a pioneer in cellular telephones. Also known as \r\nthe Personal Communication Sector (PCS) prior to 2004, it pioneered the \r\n\"flip phone\" with the MicroTAC – and, the \"clam phone\" with the StarTAC – in the mid-1990s. It had staged an enormously successful resurgence by the mid-2000s with the RAZR; but, lost significant market share in the second half of that decade. Lately, it has focused on smartphones using Google\'s open-source Android\r\n mobile operating system. The first phone to use the newest version of \r\nGoogle\'s open source OS, Android 2.0, was released on November 2, 2009 \r\nas the Motorola Droid (the GSM version launched a month later, in Europe, as the Motorola Milestone). The handset division, (along with cable set-top boxes and cable modems) has since then been spun off into the independent Motorola Mobility. On May 22, 2012, Google CEO Larry Page announced that Google closed on its deal to acquire Motorola Mobility.</p><br></p>', '', '', '', 'da'),
(109, 'Motorola', '<p><p><b>Motorola, Inc.</b> was an American multinational telecommunications company based in Schaumburg, Illinois. After having lost $4.3&nbsp;billion from 2007 to 2009, the company was divided into two independent public companies, Motorola Mobility and Motorola Solutions on January 4, 2011.\r\n Motorola Solutions is generally considered to be the direct successor \r\nto Motorola, Inc., as the reorganization was structured with Motorola \r\nMobility being spun off.</p>\r\n<p>Motorola designed and sold wireless network infrastructure equipment such as cellular transmission base stations and signal amplifiers. Motorola\'s home and broadcast network products included set-top boxes, digital video recorders, and network equipment used to enable video broadcasting, computer telephony, and high-definition television.\r\n Its business and government customers consisted mainly of wireless \r\nvoice and broadband systems (used to build private networks), and, \r\npublic safety communications systems like Astro and Dimetra. These businesses (except for set-top boxes and cable modems) are now part of Motorola Solutions.</p>\r\n<p>Motorola\'s wireless telephone\r\n handset division was a pioneer in cellular telephones. Also known as \r\nthe Personal Communication Sector (PCS) prior to 2004, it pioneered the \r\n\"flip phone\" with the MicroTAC – and, the \"clam phone\" with the StarTAC – in the mid-1990s. It had staged an enormously successful resurgence by the mid-2000s with the RAZR; but, lost significant market share in the second half of that decade. Lately, it has focused on smartphones using Google\'s open-source Android\r\n mobile operating system. The first phone to use the newest version of \r\nGoogle\'s open source OS, Android 2.0, was released on November 2, 2009 \r\nas the Motorola Droid (the GSM version launched a month later, in Europe, as the Motorola Milestone). The handset division, (along with cable set-top boxes and cable modems) has since then been spun off into the independent Motorola Mobility. On May 22, 2012, Google CEO Larry Page announced that Google closed on its deal to acquire Motorola Mobility.</p><br></p>', '', '', '', 'de'),
(109, 'Motorola', '<p><p><b>Motorola, Inc.</b> was an American multinational telecommunications company based in Schaumburg, Illinois. After having lost $4.3&nbsp;billion from 2007 to 2009, the company was divided into two independent public companies, Motorola Mobility and Motorola Solutions on January 4, 2011.\r\n Motorola Solutions is generally considered to be the direct successor \r\nto Motorola, Inc., as the reorganization was structured with Motorola \r\nMobility being spun off.</p>\r\n<p>Motorola designed and sold wireless network infrastructure equipment such as cellular transmission base stations and signal amplifiers. Motorola\'s home and broadcast network products included set-top boxes, digital video recorders, and network equipment used to enable video broadcasting, computer telephony, and high-definition television.\r\n Its business and government customers consisted mainly of wireless \r\nvoice and broadband systems (used to build private networks), and, \r\npublic safety communications systems like Astro and Dimetra. These businesses (except for set-top boxes and cable modems) are now part of Motorola Solutions.</p>\r\n<p>Motorola\'s wireless telephone\r\n handset division was a pioneer in cellular telephones. Also known as \r\nthe Personal Communication Sector (PCS) prior to 2004, it pioneered the \r\n\"flip phone\" with the MicroTAC – and, the \"clam phone\" with the StarTAC – in the mid-1990s. It had staged an enormously successful resurgence by the mid-2000s with the RAZR; but, lost significant market share in the second half of that decade. Lately, it has focused on smartphones using Google\'s open-source Android\r\n mobile operating system. The first phone to use the newest version of \r\nGoogle\'s open source OS, Android 2.0, was released on November 2, 2009 \r\nas the Motorola Droid (the GSM version launched a month later, in Europe, as the Motorola Milestone). The handset division, (along with cable set-top boxes and cable modems) has since then been spun off into the independent Motorola Mobility. On May 22, 2012, Google CEO Larry Page announced that Google closed on its deal to acquire Motorola Mobility.</p><br></p>', '', '', '', 'el'),
(109, 'Motorola', '<p><p><b>Motorola, Inc.</b> was an American multinational telecommunications company based in Schaumburg, Illinois. After having lost $4.3&nbsp;billion from 2007 to 2009, the company was divided into two independent public companies, Motorola Mobility and Motorola Solutions on January 4, 2011.\r\n Motorola Solutions is generally considered to be the direct successor \r\nto Motorola, Inc., as the reorganization was structured with Motorola \r\nMobility being spun off.</p>\r\n<p>Motorola designed and sold wireless network infrastructure equipment such as cellular transmission base stations and signal amplifiers. Motorola\'s home and broadcast network products included set-top boxes, digital video recorders, and network equipment used to enable video broadcasting, computer telephony, and high-definition television.\r\n Its business and government customers consisted mainly of wireless \r\nvoice and broadband systems (used to build private networks), and, \r\npublic safety communications systems like Astro and Dimetra. These businesses (except for set-top boxes and cable modems) are now part of Motorola Solutions.</p>\r\n<p>Motorola\'s wireless telephone\r\n handset division was a pioneer in cellular telephones. Also known as \r\nthe Personal Communication Sector (PCS) prior to 2004, it pioneered the \r\n\"flip phone\" with the MicroTAC – and, the \"clam phone\" with the StarTAC – in the mid-1990s. It had staged an enormously successful resurgence by the mid-2000s with the RAZR; but, lost significant market share in the second half of that decade. Lately, it has focused on smartphones using Google\'s open-source Android\r\n mobile operating system. The first phone to use the newest version of \r\nGoogle\'s open source OS, Android 2.0, was released on November 2, 2009 \r\nas the Motorola Droid (the GSM version launched a month later, in Europe, as the Motorola Milestone). The handset division, (along with cable set-top boxes and cable modems) has since then been spun off into the independent Motorola Mobility. On May 22, 2012, Google CEO Larry Page announced that Google closed on its deal to acquire Motorola Mobility.</p><br></p>', '', '', '', 'en'),
(109, 'Motorola', '<p><p><b>Motorola, Inc.</b> was an American multinational telecommunications company based in Schaumburg, Illinois. After having lost $4.3&nbsp;billion from 2007 to 2009, the company was divided into two independent public companies, Motorola Mobility and Motorola Solutions on January 4, 2011.\r\n Motorola Solutions is generally considered to be the direct successor \r\nto Motorola, Inc., as the reorganization was structured with Motorola \r\nMobility being spun off.</p>\r\n<p>Motorola designed and sold wireless network infrastructure equipment such as cellular transmission base stations and signal amplifiers. Motorola\'s home and broadcast network products included set-top boxes, digital video recorders, and network equipment used to enable video broadcasting, computer telephony, and high-definition television.\r\n Its business and government customers consisted mainly of wireless \r\nvoice and broadband systems (used to build private networks), and, \r\npublic safety communications systems like Astro and Dimetra. These businesses (except for set-top boxes and cable modems) are now part of Motorola Solutions.</p>\r\n<p>Motorola\'s wireless telephone\r\n handset division was a pioneer in cellular telephones. Also known as \r\nthe Personal Communication Sector (PCS) prior to 2004, it pioneered the \r\n\"flip phone\" with the MicroTAC – and, the \"clam phone\" with the StarTAC – in the mid-1990s. It had staged an enormously successful resurgence by the mid-2000s with the RAZR; but, lost significant market share in the second half of that decade. Lately, it has focused on smartphones using Google\'s open-source Android\r\n mobile operating system. The first phone to use the newest version of \r\nGoogle\'s open source OS, Android 2.0, was released on November 2, 2009 \r\nas the Motorola Droid (the GSM version launched a month later, in Europe, as the Motorola Milestone). The handset division, (along with cable set-top boxes and cable modems) has since then been spun off into the independent Motorola Mobility. On May 22, 2012, Google CEO Larry Page announced that Google closed on its deal to acquire Motorola Mobility.</p><br></p>', '', '', '', 'es'),
(109, 'Motorola', '<p><p><b>Motorola, Inc.</b> was an American multinational telecommunications company based in Schaumburg, Illinois. After having lost $4.3&nbsp;billion from 2007 to 2009, the company was divided into two independent public companies, Motorola Mobility and Motorola Solutions on January 4, 2011.\r\n Motorola Solutions is generally considered to be the direct successor \r\nto Motorola, Inc., as the reorganization was structured with Motorola \r\nMobility being spun off.</p>\r\n<p>Motorola designed and sold wireless network infrastructure equipment such as cellular transmission base stations and signal amplifiers. Motorola\'s home and broadcast network products included set-top boxes, digital video recorders, and network equipment used to enable video broadcasting, computer telephony, and high-definition television.\r\n Its business and government customers consisted mainly of wireless \r\nvoice and broadband systems (used to build private networks), and, \r\npublic safety communications systems like Astro and Dimetra. These businesses (except for set-top boxes and cable modems) are now part of Motorola Solutions.</p>\r\n<p>Motorola\'s wireless telephone\r\n handset division was a pioneer in cellular telephones. Also known as \r\nthe Personal Communication Sector (PCS) prior to 2004, it pioneered the \r\n\"flip phone\" with the MicroTAC – and, the \"clam phone\" with the StarTAC – in the mid-1990s. It had staged an enormously successful resurgence by the mid-2000s with the RAZR; but, lost significant market share in the second half of that decade. Lately, it has focused on smartphones using Google\'s open-source Android\r\n mobile operating system. The first phone to use the newest version of \r\nGoogle\'s open source OS, Android 2.0, was released on November 2, 2009 \r\nas the Motorola Droid (the GSM version launched a month later, in Europe, as the Motorola Milestone). The handset division, (along with cable set-top boxes and cable modems) has since then been spun off into the independent Motorola Mobility. On May 22, 2012, Google CEO Larry Page announced that Google closed on its deal to acquire Motorola Mobility.</p><br></p>', '', '', '', 'fr'),
(109, 'Motorola', '<p><p><b>Motorola, Inc.</b> was an American multinational telecommunications company based in Schaumburg, Illinois. After having lost $4.3&nbsp;billion from 2007 to 2009, the company was divided into two independent public companies, Motorola Mobility and Motorola Solutions on January 4, 2011.\r\n Motorola Solutions is generally considered to be the direct successor \r\nto Motorola, Inc., as the reorganization was structured with Motorola \r\nMobility being spun off.</p>\r\n<p>Motorola designed and sold wireless network infrastructure equipment such as cellular transmission base stations and signal amplifiers. Motorola\'s home and broadcast network products included set-top boxes, digital video recorders, and network equipment used to enable video broadcasting, computer telephony, and high-definition television.\r\n Its business and government customers consisted mainly of wireless \r\nvoice and broadband systems (used to build private networks), and, \r\npublic safety communications systems like Astro and Dimetra. These businesses (except for set-top boxes and cable modems) are now part of Motorola Solutions.</p>\r\n<p>Motorola\'s wireless telephone\r\n handset division was a pioneer in cellular telephones. Also known as \r\nthe Personal Communication Sector (PCS) prior to 2004, it pioneered the \r\n\"flip phone\" with the MicroTAC – and, the \"clam phone\" with the StarTAC – in the mid-1990s. It had staged an enormously successful resurgence by the mid-2000s with the RAZR; but, lost significant market share in the second half of that decade. Lately, it has focused on smartphones using Google\'s open-source Android\r\n mobile operating system. The first phone to use the newest version of \r\nGoogle\'s open source OS, Android 2.0, was released on November 2, 2009 \r\nas the Motorola Droid (the GSM version launched a month later, in Europe, as the Motorola Milestone). The handset division, (along with cable set-top boxes and cable modems) has since then been spun off into the independent Motorola Mobility. On May 22, 2012, Google CEO Larry Page announced that Google closed on its deal to acquire Motorola Mobility.</p><br></p>', '', '', '', 'it'),
(109, 'Motorola', '<p><p><b>Motorola, Inc.</b> was an American multinational telecommunications company based in Schaumburg, Illinois. After having lost $4.3&nbsp;billion from 2007 to 2009, the company was divided into two independent public companies, Motorola Mobility and Motorola Solutions on January 4, 2011.\r\n Motorola Solutions is generally considered to be the direct successor \r\nto Motorola, Inc., as the reorganization was structured with Motorola \r\nMobility being spun off.</p>\r\n<p>Motorola designed and sold wireless network infrastructure equipment such as cellular transmission base stations and signal amplifiers. Motorola\'s home and broadcast network products included set-top boxes, digital video recorders, and network equipment used to enable video broadcasting, computer telephony, and high-definition television.\r\n Its business and government customers consisted mainly of wireless \r\nvoice and broadband systems (used to build private networks), and, \r\npublic safety communications systems like Astro and Dimetra. These businesses (except for set-top boxes and cable modems) are now part of Motorola Solutions.</p>\r\n<p>Motorola\'s wireless telephone\r\n handset division was a pioneer in cellular telephones. Also known as \r\nthe Personal Communication Sector (PCS) prior to 2004, it pioneered the \r\n\"flip phone\" with the MicroTAC – and, the \"clam phone\" with the StarTAC – in the mid-1990s. It had staged an enormously successful resurgence by the mid-2000s with the RAZR; but, lost significant market share in the second half of that decade. Lately, it has focused on smartphones using Google\'s open-source Android\r\n mobile operating system. The first phone to use the newest version of \r\nGoogle\'s open source OS, Android 2.0, was released on November 2, 2009 \r\nas the Motorola Droid (the GSM version launched a month later, in Europe, as the Motorola Milestone). The handset division, (along with cable set-top boxes and cable modems) has since then been spun off into the independent Motorola Mobility. On May 22, 2012, Google CEO Larry Page announced that Google closed on its deal to acquire Motorola Mobility.</p><br></p>', '', '', '', 'nl'),
(109, 'Motorola', '<p><p><b>Motorola, Inc.</b> was an American multinational telecommunications company based in Schaumburg, Illinois. After having lost $4.3&nbsp;billion from 2007 to 2009, the company was divided into two independent public companies, Motorola Mobility and Motorola Solutions on January 4, 2011.\r\n Motorola Solutions is generally considered to be the direct successor \r\nto Motorola, Inc., as the reorganization was structured with Motorola \r\nMobility being spun off.</p>\r\n<p>Motorola designed and sold wireless network infrastructure equipment such as cellular transmission base stations and signal amplifiers. Motorola\'s home and broadcast network products included set-top boxes, digital video recorders, and network equipment used to enable video broadcasting, computer telephony, and high-definition television.\r\n Its business and government customers consisted mainly of wireless \r\nvoice and broadband systems (used to build private networks), and, \r\npublic safety communications systems like Astro and Dimetra. These businesses (except for set-top boxes and cable modems) are now part of Motorola Solutions.</p>\r\n<p>Motorola\'s wireless telephone\r\n handset division was a pioneer in cellular telephones. Also known as \r\nthe Personal Communication Sector (PCS) prior to 2004, it pioneered the \r\n\"flip phone\" with the MicroTAC – and, the \"clam phone\" with the StarTAC – in the mid-1990s. It had staged an enormously successful resurgence by the mid-2000s with the RAZR; but, lost significant market share in the second half of that decade. Lately, it has focused on smartphones using Google\'s open-source Android\r\n mobile operating system. The first phone to use the newest version of \r\nGoogle\'s open source OS, Android 2.0, was released on November 2, 2009 \r\nas the Motorola Droid (the GSM version launched a month later, in Europe, as the Motorola Milestone). The handset division, (along with cable set-top boxes and cable modems) has since then been spun off into the independent Motorola Mobility. On May 22, 2012, Google CEO Larry Page announced that Google closed on its deal to acquire Motorola Mobility.</p><br></p>', '', '', '', 'no'),
(109, 'Motorola', '<p><p><b>Motorola, Inc.</b> was an American multinational telecommunications company based in Schaumburg, Illinois. After having lost $4.3&nbsp;billion from 2007 to 2009, the company was divided into two independent public companies, Motorola Mobility and Motorola Solutions on January 4, 2011.\r\n Motorola Solutions is generally considered to be the direct successor \r\nto Motorola, Inc., as the reorganization was structured with Motorola \r\nMobility being spun off.</p>\r\n<p>Motorola designed and sold wireless network infrastructure equipment such as cellular transmission base stations and signal amplifiers. Motorola\'s home and broadcast network products included set-top boxes, digital video recorders, and network equipment used to enable video broadcasting, computer telephony, and high-definition television.\r\n Its business and government customers consisted mainly of wireless \r\nvoice and broadband systems (used to build private networks), and, \r\npublic safety communications systems like Astro and Dimetra. These businesses (except for set-top boxes and cable modems) are now part of Motorola Solutions.</p>\r\n<p>Motorola\'s wireless telephone\r\n handset division was a pioneer in cellular telephones. Also known as \r\nthe Personal Communication Sector (PCS) prior to 2004, it pioneered the \r\n\"flip phone\" with the MicroTAC – and, the \"clam phone\" with the StarTAC – in the mid-1990s. It had staged an enormously successful resurgence by the mid-2000s with the RAZR; but, lost significant market share in the second half of that decade. Lately, it has focused on smartphones using Google\'s open-source Android\r\n mobile operating system. The first phone to use the newest version of \r\nGoogle\'s open source OS, Android 2.0, was released on November 2, 2009 \r\nas the Motorola Droid (the GSM version launched a month later, in Europe, as the Motorola Milestone). The handset division, (along with cable set-top boxes and cable modems) has since then been spun off into the independent Motorola Mobility. On May 22, 2012, Google CEO Larry Page announced that Google closed on its deal to acquire Motorola Mobility.</p><br></p>', '', '', '', 'pt'),
(109, 'Motorola', '<p><p><b>Motorola, Inc.</b> was an American multinational telecommunications company based in Schaumburg, Illinois. After having lost $4.3&nbsp;billion from 2007 to 2009, the company was divided into two independent public companies, Motorola Mobility and Motorola Solutions on January 4, 2011.\r\n Motorola Solutions is generally considered to be the direct successor \r\nto Motorola, Inc., as the reorganization was structured with Motorola \r\nMobility being spun off.</p>\r\n<p>Motorola designed and sold wireless network infrastructure equipment such as cellular transmission base stations and signal amplifiers. Motorola\'s home and broadcast network products included set-top boxes, digital video recorders, and network equipment used to enable video broadcasting, computer telephony, and high-definition television.\r\n Its business and government customers consisted mainly of wireless \r\nvoice and broadband systems (used to build private networks), and, \r\npublic safety communications systems like Astro and Dimetra. These businesses (except for set-top boxes and cable modems) are now part of Motorola Solutions.</p>\r\n<p>Motorola\'s wireless telephone\r\n handset division was a pioneer in cellular telephones. Also known as \r\nthe Personal Communication Sector (PCS) prior to 2004, it pioneered the \r\n\"flip phone\" with the MicroTAC – and, the \"clam phone\" with the StarTAC – in the mid-1990s. It had staged an enormously successful resurgence by the mid-2000s with the RAZR; but, lost significant market share in the second half of that decade. Lately, it has focused on smartphones using Google\'s open-source Android\r\n mobile operating system. The first phone to use the newest version of \r\nGoogle\'s open source OS, Android 2.0, was released on November 2, 2009 \r\nas the Motorola Droid (the GSM version launched a month later, in Europe, as the Motorola Milestone). The handset division, (along with cable set-top boxes and cable modems) has since then been spun off into the independent Motorola Mobility. On May 22, 2012, Google CEO Larry Page announced that Google closed on its deal to acquire Motorola Mobility.</p><br></p>', '', '', '', 'ro'),
(109, 'Motorola', '<p><p><b>Motorola, Inc.</b> was an American multinational telecommunications company based in Schaumburg, Illinois. After having lost $4.3&nbsp;billion from 2007 to 2009, the company was divided into two independent public companies, Motorola Mobility and Motorola Solutions on January 4, 2011.\r\n Motorola Solutions is generally considered to be the direct successor \r\nto Motorola, Inc., as the reorganization was structured with Motorola \r\nMobility being spun off.</p>\r\n<p>Motorola designed and sold wireless network infrastructure equipment such as cellular transmission base stations and signal amplifiers. Motorola\'s home and broadcast network products included set-top boxes, digital video recorders, and network equipment used to enable video broadcasting, computer telephony, and high-definition television.\r\n Its business and government customers consisted mainly of wireless \r\nvoice and broadband systems (used to build private networks), and, \r\npublic safety communications systems like Astro and Dimetra. These businesses (except for set-top boxes and cable modems) are now part of Motorola Solutions.</p>\r\n<p>Motorola\'s wireless telephone\r\n handset division was a pioneer in cellular telephones. Also known as \r\nthe Personal Communication Sector (PCS) prior to 2004, it pioneered the \r\n\"flip phone\" with the MicroTAC – and, the \"clam phone\" with the StarTAC – in the mid-1990s. It had staged an enormously successful resurgence by the mid-2000s with the RAZR; but, lost significant market share in the second half of that decade. Lately, it has focused on smartphones using Google\'s open-source Android\r\n mobile operating system. The first phone to use the newest version of \r\nGoogle\'s open source OS, Android 2.0, was released on November 2, 2009 \r\nas the Motorola Droid (the GSM version launched a month later, in Europe, as the Motorola Milestone). The handset division, (along with cable set-top boxes and cable modems) has since then been spun off into the independent Motorola Mobility. On May 22, 2012, Google CEO Larry Page announced that Google closed on its deal to acquire Motorola Mobility.</p><br></p>', '', '', '', 'ru'),
(110, 'Nokia', '<p><p><b>Nokia Corporation</b> is a Finnish multinational communications and information technology corporation (originally a paper production plant) that is headquartered in Helsinki, Finland. Its principal products are mobile telephones and portable IT devices. It also offers Internet services including applications, games, music, media and messaging, and free-of-charge digital map information and navigation services through its wholly owned subsidiary Navteq. Nokia has a joint venture with Siemens, Nokia Siemens Networks, which provides telecommunications network equipment and services.</p>\r\n<p>Nokia has around 101,982 employees across 120 countries, sales in \r\nmore than 150 countries and annual revenues of around €30 billion. It is the world\'s second-largest mobile phone maker by 2012 unit sales (after Samsung), with a global market share of 22.5% in the first quarter of that year. Nokia is a public limited-liability company listed on the Helsinki Stock Exchange and New York Stock Exchange. It is the world\'s 143rd-largest company measured by 2011 revenues according to the <i>Fortune Global 500</i>.</p>\r\n<p>Nokia was the world\'s largest vendor of mobile phones from 1998 to 2012.\r\n However, over the past five years it has suffered a declining market \r\nshare as a result of the growing use of smartphones from other vendors, \r\nprincipally the Apple iPhone and devices running on Google\'s Android operating system. As a result, its share price has fallen from a high of US$40 in late 2007 to under US$2 in mid-2012. Since February 2011, Nokia has had a strategic partnership with Microsoft, as part of which all Nokia smartphones will incorporate Microsoft\'s Windows Phone operating system (replacing Symbian). Since then previously increasing smartphone sales have been collapsing and the previously profitable smart devices business unit went loss-making.</p><br></p>', '', '', '', 'da'),
(110, 'Nokia', '<p><p><b>Nokia Corporation</b> is a Finnish multinational communications and information technology corporation (originally a paper production plant) that is headquartered in Helsinki, Finland. Its principal products are mobile telephones and portable IT devices. It also offers Internet services including applications, games, music, media and messaging, and free-of-charge digital map information and navigation services through its wholly owned subsidiary Navteq. Nokia has a joint venture with Siemens, Nokia Siemens Networks, which provides telecommunications network equipment and services.</p>\r\n<p>Nokia has around 101,982 employees across 120 countries, sales in \r\nmore than 150 countries and annual revenues of around €30 billion. It is the world\'s second-largest mobile phone maker by 2012 unit sales (after Samsung), with a global market share of 22.5% in the first quarter of that year. Nokia is a public limited-liability company listed on the Helsinki Stock Exchange and New York Stock Exchange. It is the world\'s 143rd-largest company measured by 2011 revenues according to the <i>Fortune Global 500</i>.</p>\r\n<p>Nokia was the world\'s largest vendor of mobile phones from 1998 to 2012.\r\n However, over the past five years it has suffered a declining market \r\nshare as a result of the growing use of smartphones from other vendors, \r\nprincipally the Apple iPhone and devices running on Google\'s Android operating system. As a result, its share price has fallen from a high of US$40 in late 2007 to under US$2 in mid-2012. Since February 2011, Nokia has had a strategic partnership with Microsoft, as part of which all Nokia smartphones will incorporate Microsoft\'s Windows Phone operating system (replacing Symbian). Since then previously increasing smartphone sales have been collapsing and the previously profitable smart devices business unit went loss-making.</p><br></p>', '', '', '', 'de'),
(110, 'Nokia', '<p><p><b>Nokia Corporation</b> is a Finnish multinational communications and information technology corporation (originally a paper production plant) that is headquartered in Helsinki, Finland. Its principal products are mobile telephones and portable IT devices. It also offers Internet services including applications, games, music, media and messaging, and free-of-charge digital map information and navigation services through its wholly owned subsidiary Navteq. Nokia has a joint venture with Siemens, Nokia Siemens Networks, which provides telecommunications network equipment and services.</p>\r\n<p>Nokia has around 101,982 employees across 120 countries, sales in \r\nmore than 150 countries and annual revenues of around €30 billion. It is the world\'s second-largest mobile phone maker by 2012 unit sales (after Samsung), with a global market share of 22.5% in the first quarter of that year. Nokia is a public limited-liability company listed on the Helsinki Stock Exchange and New York Stock Exchange. It is the world\'s 143rd-largest company measured by 2011 revenues according to the <i>Fortune Global 500</i>.</p>\r\n<p>Nokia was the world\'s largest vendor of mobile phones from 1998 to 2012.\r\n However, over the past five years it has suffered a declining market \r\nshare as a result of the growing use of smartphones from other vendors, \r\nprincipally the Apple iPhone and devices running on Google\'s Android operating system. As a result, its share price has fallen from a high of US$40 in late 2007 to under US$2 in mid-2012. Since February 2011, Nokia has had a strategic partnership with Microsoft, as part of which all Nokia smartphones will incorporate Microsoft\'s Windows Phone operating system (replacing Symbian). Since then previously increasing smartphone sales have been collapsing and the previously profitable smart devices business unit went loss-making.</p><br></p>', '', '', '', 'el'),
(110, 'Nokia', '<p><p><b>Nokia Corporation</b> is a Finnish multinational communications and information technology corporation (originally a paper production plant) that is headquartered in Helsinki, Finland. Its principal products are mobile telephones and portable IT devices. It also offers Internet services including applications, games, music, media and messaging, and free-of-charge digital map information and navigation services through its wholly owned subsidiary Navteq. Nokia has a joint venture with Siemens, Nokia Siemens Networks, which provides telecommunications network equipment and services.</p>\r\n<p>Nokia has around 101,982 employees across 120 countries, sales in \r\nmore than 150 countries and annual revenues of around €30 billion. It is the world\'s second-largest mobile phone maker by 2012 unit sales (after Samsung), with a global market share of 22.5% in the first quarter of that year. Nokia is a public limited-liability company listed on the Helsinki Stock Exchange and New York Stock Exchange. It is the world\'s 143rd-largest company measured by 2011 revenues according to the <i>Fortune Global 500</i>.</p>\r\n<p>Nokia was the world\'s largest vendor of mobile phones from 1998 to 2012.\r\n However, over the past five years it has suffered a declining market \r\nshare as a result of the growing use of smartphones from other vendors, \r\nprincipally the Apple iPhone and devices running on Google\'s Android operating system. As a result, its share price has fallen from a high of US$40 in late 2007 to under US$2 in mid-2012. Since February 2011, Nokia has had a strategic partnership with Microsoft, as part of which all Nokia smartphones will incorporate Microsoft\'s Windows Phone operating system (replacing Symbian). Since then previously increasing smartphone sales have been collapsing and the previously profitable smart devices business unit went loss-making.</p><br></p>', '', '', '', 'en'),
(110, 'Nokia', '<p><p><b>Nokia Corporation</b> is a Finnish multinational communications and information technology corporation (originally a paper production plant) that is headquartered in Helsinki, Finland. Its principal products are mobile telephones and portable IT devices. It also offers Internet services including applications, games, music, media and messaging, and free-of-charge digital map information and navigation services through its wholly owned subsidiary Navteq. Nokia has a joint venture with Siemens, Nokia Siemens Networks, which provides telecommunications network equipment and services.</p>\r\n<p>Nokia has around 101,982 employees across 120 countries, sales in \r\nmore than 150 countries and annual revenues of around €30 billion. It is the world\'s second-largest mobile phone maker by 2012 unit sales (after Samsung), with a global market share of 22.5% in the first quarter of that year. Nokia is a public limited-liability company listed on the Helsinki Stock Exchange and New York Stock Exchange. It is the world\'s 143rd-largest company measured by 2011 revenues according to the <i>Fortune Global 500</i>.</p>\r\n<p>Nokia was the world\'s largest vendor of mobile phones from 1998 to 2012.\r\n However, over the past five years it has suffered a declining market \r\nshare as a result of the growing use of smartphones from other vendors, \r\nprincipally the Apple iPhone and devices running on Google\'s Android operating system. As a result, its share price has fallen from a high of US$40 in late 2007 to under US$2 in mid-2012. Since February 2011, Nokia has had a strategic partnership with Microsoft, as part of which all Nokia smartphones will incorporate Microsoft\'s Windows Phone operating system (replacing Symbian). Since then previously increasing smartphone sales have been collapsing and the previously profitable smart devices business unit went loss-making.</p><br></p>', '', '', '', 'es'),
(110, 'Nokia', '<p><p><b>Nokia Corporation</b> is a Finnish multinational communications and information technology corporation (originally a paper production plant) that is headquartered in Helsinki, Finland. Its principal products are mobile telephones and portable IT devices. It also offers Internet services including applications, games, music, media and messaging, and free-of-charge digital map information and navigation services through its wholly owned subsidiary Navteq. Nokia has a joint venture with Siemens, Nokia Siemens Networks, which provides telecommunications network equipment and services.</p>\r\n<p>Nokia has around 101,982 employees across 120 countries, sales in \r\nmore than 150 countries and annual revenues of around €30 billion. It is the world\'s second-largest mobile phone maker by 2012 unit sales (after Samsung), with a global market share of 22.5% in the first quarter of that year. Nokia is a public limited-liability company listed on the Helsinki Stock Exchange and New York Stock Exchange. It is the world\'s 143rd-largest company measured by 2011 revenues according to the <i>Fortune Global 500</i>.</p>\r\n<p>Nokia was the world\'s largest vendor of mobile phones from 1998 to 2012.\r\n However, over the past five years it has suffered a declining market \r\nshare as a result of the growing use of smartphones from other vendors, \r\nprincipally the Apple iPhone and devices running on Google\'s Android operating system. As a result, its share price has fallen from a high of US$40 in late 2007 to under US$2 in mid-2012. Since February 2011, Nokia has had a strategic partnership with Microsoft, as part of which all Nokia smartphones will incorporate Microsoft\'s Windows Phone operating system (replacing Symbian). Since then previously increasing smartphone sales have been collapsing and the previously profitable smart devices business unit went loss-making.</p><br></p>', '', '', '', 'fr'),
(110, 'Nokia', '<p><p><b>Nokia Corporation</b> is a Finnish multinational communications and information technology corporation (originally a paper production plant) that is headquartered in Helsinki, Finland. Its principal products are mobile telephones and portable IT devices. It also offers Internet services including applications, games, music, media and messaging, and free-of-charge digital map information and navigation services through its wholly owned subsidiary Navteq. Nokia has a joint venture with Siemens, Nokia Siemens Networks, which provides telecommunications network equipment and services.</p>\r\n<p>Nokia has around 101,982 employees across 120 countries, sales in \r\nmore than 150 countries and annual revenues of around €30 billion. It is the world\'s second-largest mobile phone maker by 2012 unit sales (after Samsung), with a global market share of 22.5% in the first quarter of that year. Nokia is a public limited-liability company listed on the Helsinki Stock Exchange and New York Stock Exchange. It is the world\'s 143rd-largest company measured by 2011 revenues according to the <i>Fortune Global 500</i>.</p>\r\n<p>Nokia was the world\'s largest vendor of mobile phones from 1998 to 2012.\r\n However, over the past five years it has suffered a declining market \r\nshare as a result of the growing use of smartphones from other vendors, \r\nprincipally the Apple iPhone and devices running on Google\'s Android operating system. As a result, its share price has fallen from a high of US$40 in late 2007 to under US$2 in mid-2012. Since February 2011, Nokia has had a strategic partnership with Microsoft, as part of which all Nokia smartphones will incorporate Microsoft\'s Windows Phone operating system (replacing Symbian). Since then previously increasing smartphone sales have been collapsing and the previously profitable smart devices business unit went loss-making.</p><br></p>', '', '', '', 'it'),
(110, 'Nokia', '<p><p><b>Nokia Corporation</b> is a Finnish multinational communications and information technology corporation (originally a paper production plant) that is headquartered in Helsinki, Finland. Its principal products are mobile telephones and portable IT devices. It also offers Internet services including applications, games, music, media and messaging, and free-of-charge digital map information and navigation services through its wholly owned subsidiary Navteq. Nokia has a joint venture with Siemens, Nokia Siemens Networks, which provides telecommunications network equipment and services.</p>\r\n<p>Nokia has around 101,982 employees across 120 countries, sales in \r\nmore than 150 countries and annual revenues of around €30 billion. It is the world\'s second-largest mobile phone maker by 2012 unit sales (after Samsung), with a global market share of 22.5% in the first quarter of that year. Nokia is a public limited-liability company listed on the Helsinki Stock Exchange and New York Stock Exchange. It is the world\'s 143rd-largest company measured by 2011 revenues according to the <i>Fortune Global 500</i>.</p>\r\n<p>Nokia was the world\'s largest vendor of mobile phones from 1998 to 2012.\r\n However, over the past five years it has suffered a declining market \r\nshare as a result of the growing use of smartphones from other vendors, \r\nprincipally the Apple iPhone and devices running on Google\'s Android operating system. As a result, its share price has fallen from a high of US$40 in late 2007 to under US$2 in mid-2012. Since February 2011, Nokia has had a strategic partnership with Microsoft, as part of which all Nokia smartphones will incorporate Microsoft\'s Windows Phone operating system (replacing Symbian). Since then previously increasing smartphone sales have been collapsing and the previously profitable smart devices business unit went loss-making.</p><br></p>', '', '', '', 'nl');
INSERT INTO `partiushop_product_feature_variant_descriptions` (`variant_id`, `variant`, `description`, `page_title`, `meta_keywords`, `meta_description`, `lang_code`) VALUES
(110, 'Nokia', '<p><p><b>Nokia Corporation</b> is a Finnish multinational communications and information technology corporation (originally a paper production plant) that is headquartered in Helsinki, Finland. Its principal products are mobile telephones and portable IT devices. It also offers Internet services including applications, games, music, media and messaging, and free-of-charge digital map information and navigation services through its wholly owned subsidiary Navteq. Nokia has a joint venture with Siemens, Nokia Siemens Networks, which provides telecommunications network equipment and services.</p>\r\n<p>Nokia has around 101,982 employees across 120 countries, sales in \r\nmore than 150 countries and annual revenues of around €30 billion. It is the world\'s second-largest mobile phone maker by 2012 unit sales (after Samsung), with a global market share of 22.5% in the first quarter of that year. Nokia is a public limited-liability company listed on the Helsinki Stock Exchange and New York Stock Exchange. It is the world\'s 143rd-largest company measured by 2011 revenues according to the <i>Fortune Global 500</i>.</p>\r\n<p>Nokia was the world\'s largest vendor of mobile phones from 1998 to 2012.\r\n However, over the past five years it has suffered a declining market \r\nshare as a result of the growing use of smartphones from other vendors, \r\nprincipally the Apple iPhone and devices running on Google\'s Android operating system. As a result, its share price has fallen from a high of US$40 in late 2007 to under US$2 in mid-2012. Since February 2011, Nokia has had a strategic partnership with Microsoft, as part of which all Nokia smartphones will incorporate Microsoft\'s Windows Phone operating system (replacing Symbian). Since then previously increasing smartphone sales have been collapsing and the previously profitable smart devices business unit went loss-making.</p><br></p>', '', '', '', 'no'),
(110, 'Nokia', '<p><p><b>Nokia Corporation</b> is a Finnish multinational communications and information technology corporation (originally a paper production plant) that is headquartered in Helsinki, Finland. Its principal products are mobile telephones and portable IT devices. It also offers Internet services including applications, games, music, media and messaging, and free-of-charge digital map information and navigation services through its wholly owned subsidiary Navteq. Nokia has a joint venture with Siemens, Nokia Siemens Networks, which provides telecommunications network equipment and services.</p>\r\n<p>Nokia has around 101,982 employees across 120 countries, sales in \r\nmore than 150 countries and annual revenues of around €30 billion. It is the world\'s second-largest mobile phone maker by 2012 unit sales (after Samsung), with a global market share of 22.5% in the first quarter of that year. Nokia is a public limited-liability company listed on the Helsinki Stock Exchange and New York Stock Exchange. It is the world\'s 143rd-largest company measured by 2011 revenues according to the <i>Fortune Global 500</i>.</p>\r\n<p>Nokia was the world\'s largest vendor of mobile phones from 1998 to 2012.\r\n However, over the past five years it has suffered a declining market \r\nshare as a result of the growing use of smartphones from other vendors, \r\nprincipally the Apple iPhone and devices running on Google\'s Android operating system. As a result, its share price has fallen from a high of US$40 in late 2007 to under US$2 in mid-2012. Since February 2011, Nokia has had a strategic partnership with Microsoft, as part of which all Nokia smartphones will incorporate Microsoft\'s Windows Phone operating system (replacing Symbian). Since then previously increasing smartphone sales have been collapsing and the previously profitable smart devices business unit went loss-making.</p><br></p>', '', '', '', 'pt'),
(110, 'Nokia', '<p><p><b>Nokia Corporation</b> is a Finnish multinational communications and information technology corporation (originally a paper production plant) that is headquartered in Helsinki, Finland. Its principal products are mobile telephones and portable IT devices. It also offers Internet services including applications, games, music, media and messaging, and free-of-charge digital map information and navigation services through its wholly owned subsidiary Navteq. Nokia has a joint venture with Siemens, Nokia Siemens Networks, which provides telecommunications network equipment and services.</p>\r\n<p>Nokia has around 101,982 employees across 120 countries, sales in \r\nmore than 150 countries and annual revenues of around €30 billion. It is the world\'s second-largest mobile phone maker by 2012 unit sales (after Samsung), with a global market share of 22.5% in the first quarter of that year. Nokia is a public limited-liability company listed on the Helsinki Stock Exchange and New York Stock Exchange. It is the world\'s 143rd-largest company measured by 2011 revenues according to the <i>Fortune Global 500</i>.</p>\r\n<p>Nokia was the world\'s largest vendor of mobile phones from 1998 to 2012.\r\n However, over the past five years it has suffered a declining market \r\nshare as a result of the growing use of smartphones from other vendors, \r\nprincipally the Apple iPhone and devices running on Google\'s Android operating system. As a result, its share price has fallen from a high of US$40 in late 2007 to under US$2 in mid-2012. Since February 2011, Nokia has had a strategic partnership with Microsoft, as part of which all Nokia smartphones will incorporate Microsoft\'s Windows Phone operating system (replacing Symbian). Since then previously increasing smartphone sales have been collapsing and the previously profitable smart devices business unit went loss-making.</p><br></p>', '', '', '', 'ro'),
(110, 'Nokia', '<p><p><b>Nokia Corporation</b> is a Finnish multinational communications and information technology corporation (originally a paper production plant) that is headquartered in Helsinki, Finland. Its principal products are mobile telephones and portable IT devices. It also offers Internet services including applications, games, music, media and messaging, and free-of-charge digital map information and navigation services through its wholly owned subsidiary Navteq. Nokia has a joint venture with Siemens, Nokia Siemens Networks, which provides telecommunications network equipment and services.</p>\r\n<p>Nokia has around 101,982 employees across 120 countries, sales in \r\nmore than 150 countries and annual revenues of around €30 billion. It is the world\'s second-largest mobile phone maker by 2012 unit sales (after Samsung), with a global market share of 22.5% in the first quarter of that year. Nokia is a public limited-liability company listed on the Helsinki Stock Exchange and New York Stock Exchange. It is the world\'s 143rd-largest company measured by 2011 revenues according to the <i>Fortune Global 500</i>.</p>\r\n<p>Nokia was the world\'s largest vendor of mobile phones from 1998 to 2012.\r\n However, over the past five years it has suffered a declining market \r\nshare as a result of the growing use of smartphones from other vendors, \r\nprincipally the Apple iPhone and devices running on Google\'s Android operating system. As a result, its share price has fallen from a high of US$40 in late 2007 to under US$2 in mid-2012. Since February 2011, Nokia has had a strategic partnership with Microsoft, as part of which all Nokia smartphones will incorporate Microsoft\'s Windows Phone operating system (replacing Symbian). Since then previously increasing smartphone sales have been collapsing and the previously profitable smart devices business unit went loss-making.</p><br></p>', '', '', '', 'ru'),
(111, 'Creative', '<p><b>Creative Technology Ltd.</b> is a Singapore-based global company headquartered in Jurong East,\r\n Singapore. The principal activities of the company and its subsidiaries\r\n consist of the design, manufacture and distribution of digitized sound \r\nand video boards, computers and related multimedia, and personal digital\r\n entertainment products.<br></p>', '', '', '', 'da'),
(111, 'Creative', '<p><b>Creative Technology Ltd.</b> is a Singapore-based global company headquartered in Jurong East,\r\n Singapore. The principal activities of the company and its subsidiaries\r\n consist of the design, manufacture and distribution of digitized sound \r\nand video boards, computers and related multimedia, and personal digital\r\n entertainment products.<br></p>', '', '', '', 'de'),
(111, 'Creative', '<p><b>Creative Technology Ltd.</b> is a Singapore-based global company headquartered in Jurong East,\r\n Singapore. The principal activities of the company and its subsidiaries\r\n consist of the design, manufacture and distribution of digitized sound \r\nand video boards, computers and related multimedia, and personal digital\r\n entertainment products.<br></p>', '', '', '', 'el'),
(111, 'Creative', '<p><b>Creative Technology Ltd.</b> is a Singapore-based global company headquartered in Jurong East,\r\n Singapore. The principal activities of the company and its subsidiaries\r\n consist of the design, manufacture and distribution of digitized sound \r\nand video boards, computers and related multimedia, and personal digital\r\n entertainment products.<br></p>', '', '', '', 'en'),
(111, 'Creative', '<p><b>Creative Technology Ltd.</b> is a Singapore-based global company headquartered in Jurong East,\r\n Singapore. The principal activities of the company and its subsidiaries\r\n consist of the design, manufacture and distribution of digitized sound \r\nand video boards, computers and related multimedia, and personal digital\r\n entertainment products.<br></p>', '', '', '', 'es'),
(111, 'Creative', '<p><b>Creative Technology Ltd.</b> is a Singapore-based global company headquartered in Jurong East,\r\n Singapore. The principal activities of the company and its subsidiaries\r\n consist of the design, manufacture and distribution of digitized sound \r\nand video boards, computers and related multimedia, and personal digital\r\n entertainment products.<br></p>', '', '', '', 'fr'),
(111, 'Creative', '<p><b>Creative Technology Ltd.</b> is a Singapore-based global company headquartered in Jurong East,\r\n Singapore. The principal activities of the company and its subsidiaries\r\n consist of the design, manufacture and distribution of digitized sound \r\nand video boards, computers and related multimedia, and personal digital\r\n entertainment products.<br></p>', '', '', '', 'it'),
(111, 'Creative', '<p><b>Creative Technology Ltd.</b> is a Singapore-based global company headquartered in Jurong East,\r\n Singapore. The principal activities of the company and its subsidiaries\r\n consist of the design, manufacture and distribution of digitized sound \r\nand video boards, computers and related multimedia, and personal digital\r\n entertainment products.<br></p>', '', '', '', 'nl'),
(111, 'Creative', '<p><b>Creative Technology Ltd.</b> is a Singapore-based global company headquartered in Jurong East,\r\n Singapore. The principal activities of the company and its subsidiaries\r\n consist of the design, manufacture and distribution of digitized sound \r\nand video boards, computers and related multimedia, and personal digital\r\n entertainment products.<br></p>', '', '', '', 'no'),
(111, 'Creative', '<p><b>Creative Technology Ltd.</b> is a Singapore-based global company headquartered in Jurong East,\r\n Singapore. The principal activities of the company and its subsidiaries\r\n consist of the design, manufacture and distribution of digitized sound \r\nand video boards, computers and related multimedia, and personal digital\r\n entertainment products.<br></p>', '', '', '', 'pt'),
(111, 'Creative', '<p><b>Creative Technology Ltd.</b> is a Singapore-based global company headquartered in Jurong East,\r\n Singapore. The principal activities of the company and its subsidiaries\r\n consist of the design, manufacture and distribution of digitized sound \r\nand video boards, computers and related multimedia, and personal digital\r\n entertainment products.<br></p>', '', '', '', 'ro'),
(111, 'Creative', '<p><b>Creative Technology Ltd.</b> is a Singapore-based global company headquartered in Jurong East,\r\n Singapore. The principal activities of the company and its subsidiaries\r\n consist of the design, manufacture and distribution of digitized sound \r\nand video boards, computers and related multimedia, and personal digital\r\n entertainment products.<br></p>', '', '', '', 'ru'),
(112, 'Yamaha', '<p><b>Yamaha Corporation</b> is a Japanese multinational corporation and conglomerate based in Japan\r\n with a wide range of products and services, predominantly musical \r\ninstruments, electronics, motorcycles and power sports equipment.<br></p>', '', '', '', 'da'),
(112, 'Yamaha', '<p><b>Yamaha Corporation</b> is a Japanese multinational corporation and conglomerate based in Japan\r\n with a wide range of products and services, predominantly musical \r\ninstruments, electronics, motorcycles and power sports equipment.<br></p>', '', '', '', 'de'),
(112, 'Yamaha', '<p><b>Yamaha Corporation</b> is a Japanese multinational corporation and conglomerate based in Japan\r\n with a wide range of products and services, predominantly musical \r\ninstruments, electronics, motorcycles and power sports equipment.<br></p>', '', '', '', 'el'),
(112, 'Yamaha', '<p><b>Yamaha Corporation</b> is a Japanese multinational corporation and conglomerate based in Japan\r\n with a wide range of products and services, predominantly musical \r\ninstruments, electronics, motorcycles and power sports equipment.<br></p>', '', '', '', 'en'),
(112, 'Yamaha', '<p><b>Yamaha Corporation</b> is a Japanese multinational corporation and conglomerate based in Japan\r\n with a wide range of products and services, predominantly musical \r\ninstruments, electronics, motorcycles and power sports equipment.<br></p>', '', '', '', 'es'),
(112, 'Yamaha', '<p><b>Yamaha Corporation</b> is a Japanese multinational corporation and conglomerate based in Japan\r\n with a wide range of products and services, predominantly musical \r\ninstruments, electronics, motorcycles and power sports equipment.<br></p>', '', '', '', 'fr'),
(112, 'Yamaha', '<p><b>Yamaha Corporation</b> is a Japanese multinational corporation and conglomerate based in Japan\r\n with a wide range of products and services, predominantly musical \r\ninstruments, electronics, motorcycles and power sports equipment.<br></p>', '', '', '', 'it'),
(112, 'Yamaha', '<p><b>Yamaha Corporation</b> is a Japanese multinational corporation and conglomerate based in Japan\r\n with a wide range of products and services, predominantly musical \r\ninstruments, electronics, motorcycles and power sports equipment.<br></p>', '', '', '', 'nl'),
(112, 'Yamaha', '<p><b>Yamaha Corporation</b> is a Japanese multinational corporation and conglomerate based in Japan\r\n with a wide range of products and services, predominantly musical \r\ninstruments, electronics, motorcycles and power sports equipment.<br></p>', '', '', '', 'no'),
(112, 'Yamaha', '<p><b>Yamaha Corporation</b> is a Japanese multinational corporation and conglomerate based in Japan\r\n with a wide range of products and services, predominantly musical \r\ninstruments, electronics, motorcycles and power sports equipment.<br></p>', '', '', '', 'pt'),
(112, 'Yamaha', '<p><b>Yamaha Corporation</b> is a Japanese multinational corporation and conglomerate based in Japan\r\n with a wide range of products and services, predominantly musical \r\ninstruments, electronics, motorcycles and power sports equipment.<br></p>', '', '', '', 'ro'),
(112, 'Yamaha', '<p><b>Yamaha Corporation</b> is a Japanese multinational corporation and conglomerate based in Japan\r\n with a wide range of products and services, predominantly musical \r\ninstruments, electronics, motorcycles and power sports equipment.<br></p>', '', '', '', 'ru'),
(113, 'Entertainment One Ltd', '<p><p><b>Entertainment One Ltd</b>, also known as <b>eOne</b>, (originally Records on Wheels Limited, then ROW Entertainment Income Fund, next Entertainment One Income Fund, Entertainment One (eOne), &amp; E1 Entertainment (E1) before reverting back to eOne),\r\n is an American entertainment business operating in the United States, \r\nCanada, the UK, Ireland, France, the Netherlands, Belgium, Australia and\r\n New Zealand.</p><br></p>', '', '', '', 'da'),
(113, 'Entertainment One Ltd', '<p><p><b>Entertainment One Ltd</b>, also known as <b>eOne</b>, (originally Records on Wheels Limited, then ROW Entertainment Income Fund, next Entertainment One Income Fund, Entertainment One (eOne), &amp; E1 Entertainment (E1) before reverting back to eOne),\r\n is an American entertainment business operating in the United States, \r\nCanada, the UK, Ireland, France, the Netherlands, Belgium, Australia and\r\n New Zealand.</p><br></p>', '', '', '', 'de'),
(113, 'Entertainment One Ltd', '<p><p><b>Entertainment One Ltd</b>, also known as <b>eOne</b>, (originally Records on Wheels Limited, then ROW Entertainment Income Fund, next Entertainment One Income Fund, Entertainment One (eOne), &amp; E1 Entertainment (E1) before reverting back to eOne),\r\n is an American entertainment business operating in the United States, \r\nCanada, the UK, Ireland, France, the Netherlands, Belgium, Australia and\r\n New Zealand.</p><br></p>', '', '', '', 'el'),
(113, 'Entertainment One Ltd', '<p><p><b>Entertainment One Ltd</b>, also known as <b>eOne</b>, (originally Records on Wheels Limited, then ROW Entertainment Income Fund, next Entertainment One Income Fund, Entertainment One (eOne), &amp; E1 Entertainment (E1) before reverting back to eOne),\r\n is an American entertainment business operating in the United States, \r\nCanada, the UK, Ireland, France, the Netherlands, Belgium, Australia and\r\n New Zealand.</p><br></p>', '', '', '', 'en'),
(113, 'Entertainment One Ltd', '<p><p><b>Entertainment One Ltd</b>, also known as <b>eOne</b>, (originally Records on Wheels Limited, then ROW Entertainment Income Fund, next Entertainment One Income Fund, Entertainment One (eOne), &amp; E1 Entertainment (E1) before reverting back to eOne),\r\n is an American entertainment business operating in the United States, \r\nCanada, the UK, Ireland, France, the Netherlands, Belgium, Australia and\r\n New Zealand.</p><br></p>', '', '', '', 'es'),
(113, 'Entertainment One Ltd', '<p><p><b>Entertainment One Ltd</b>, also known as <b>eOne</b>, (originally Records on Wheels Limited, then ROW Entertainment Income Fund, next Entertainment One Income Fund, Entertainment One (eOne), &amp; E1 Entertainment (E1) before reverting back to eOne),\r\n is an American entertainment business operating in the United States, \r\nCanada, the UK, Ireland, France, the Netherlands, Belgium, Australia and\r\n New Zealand.</p><br></p>', '', '', '', 'fr'),
(113, 'Entertainment One Ltd', '<p><p><b>Entertainment One Ltd</b>, also known as <b>eOne</b>, (originally Records on Wheels Limited, then ROW Entertainment Income Fund, next Entertainment One Income Fund, Entertainment One (eOne), &amp; E1 Entertainment (E1) before reverting back to eOne),\r\n is an American entertainment business operating in the United States, \r\nCanada, the UK, Ireland, France, the Netherlands, Belgium, Australia and\r\n New Zealand.</p><br></p>', '', '', '', 'it'),
(113, 'Entertainment One Ltd', '<p><p><b>Entertainment One Ltd</b>, also known as <b>eOne</b>, (originally Records on Wheels Limited, then ROW Entertainment Income Fund, next Entertainment One Income Fund, Entertainment One (eOne), &amp; E1 Entertainment (E1) before reverting back to eOne),\r\n is an American entertainment business operating in the United States, \r\nCanada, the UK, Ireland, France, the Netherlands, Belgium, Australia and\r\n New Zealand.</p><br></p>', '', '', '', 'nl'),
(113, 'Entertainment One Ltd', '<p><p><b>Entertainment One Ltd</b>, also known as <b>eOne</b>, (originally Records on Wheels Limited, then ROW Entertainment Income Fund, next Entertainment One Income Fund, Entertainment One (eOne), &amp; E1 Entertainment (E1) before reverting back to eOne),\r\n is an American entertainment business operating in the United States, \r\nCanada, the UK, Ireland, France, the Netherlands, Belgium, Australia and\r\n New Zealand.</p><br></p>', '', '', '', 'no'),
(113, 'Entertainment One Ltd', '<p><p><b>Entertainment One Ltd</b>, also known as <b>eOne</b>, (originally Records on Wheels Limited, then ROW Entertainment Income Fund, next Entertainment One Income Fund, Entertainment One (eOne), &amp; E1 Entertainment (E1) before reverting back to eOne),\r\n is an American entertainment business operating in the United States, \r\nCanada, the UK, Ireland, France, the Netherlands, Belgium, Australia and\r\n New Zealand.</p><br></p>', '', '', '', 'pt'),
(113, 'Entertainment One Ltd', '<p><p><b>Entertainment One Ltd</b>, also known as <b>eOne</b>, (originally Records on Wheels Limited, then ROW Entertainment Income Fund, next Entertainment One Income Fund, Entertainment One (eOne), &amp; E1 Entertainment (E1) before reverting back to eOne),\r\n is an American entertainment business operating in the United States, \r\nCanada, the UK, Ireland, France, the Netherlands, Belgium, Australia and\r\n New Zealand.</p><br></p>', '', '', '', 'ro'),
(113, 'Entertainment One Ltd', '<p><p><b>Entertainment One Ltd</b>, also known as <b>eOne</b>, (originally Records on Wheels Limited, then ROW Entertainment Income Fund, next Entertainment One Income Fund, Entertainment One (eOne), &amp; E1 Entertainment (E1) before reverting back to eOne),\r\n is an American entertainment business operating in the United States, \r\nCanada, the UK, Ireland, France, the Netherlands, Belgium, Australia and\r\n New Zealand.</p><br></p>', '', '', '', 'ru'),
(114, 'Sony', '<p><p><b>Sony Corporation</b>, commonly referred to as <b>Sony</b>, is a Japanese multinational conglomerate corporation headquartered in Kōnan Minato, Tokyo, Japan. Its diversified business is primarily focused on the electronics, game, entertainment and financial services sectors. The company is one of the leading manufacturers of electronic products for the consumer and professional markets. Sony is ranked 87th on the 2012 list of Fortune Global 500.</p>\r\n<p>Sony Corporation is the electronics business unit and the parent company\r\n of the Sony Group, which is engaged in business through its four \r\noperating segments – Electronics (including video games, network \r\nservices and medical business), Motion pictures, Music and Financial Services.\r\n These make Sony one of the most comprehensive entertainment companies \r\nin the world. Sony\'s principal business operations include Sony \r\nCorporation (Sony Electronics in the U.S.), Sony Pictures Entertainment, Sony Computer Entertainment, Sony Music Entertainment, Sony Mobile Communications (formerly Sony Ericsson), and Sony Financial. Sony is among the Worldwide Top 20 Semiconductor Sales Leaders and third-largest television manufacturer in the world, after Samsung Electronics and LG Electronics.</p>\r\n<p>The <b>Sony Group</b> is a Japan-based corporate group\r\n primarily focused on the Electronics (such as AV/IT products and \r\ncomponents), Game (such as PlayStation), Entertainment (such as motion \r\npictures and music), and Financial Services (such as insurance and \r\nbanking) sectors. The group consists of Sony Corporation (holding and \r\nelectronics), Sony Computer Entertainment (game), Sony Pictures Entertainment (motion pictures), Sony Music Entertainment (music), Sony/ATV Music Publishing (music publishing), Sony Financial Holdings (financial services) and others.</p>\r\n<p>Its founders Akio Morita and Masaru Ibuka derived the name from <i>sonus</i>, the Latin word for sound, and also from the English slang word \"sonny\", since they considered themselves to be \"sonny boys\", a loan word into Japanese which in the early 1950s connoted smart and presentable young men.</p><br></p>', '', '', '', 'da'),
(114, 'Sony', '<p><p><b>Sony Corporation</b>, commonly referred to as <b>Sony</b>, is a Japanese multinational conglomerate corporation headquartered in Kōnan Minato, Tokyo, Japan. Its diversified business is primarily focused on the electronics, game, entertainment and financial services sectors. The company is one of the leading manufacturers of electronic products for the consumer and professional markets. Sony is ranked 87th on the 2012 list of Fortune Global 500.</p>\r\n<p>Sony Corporation is the electronics business unit and the parent company\r\n of the Sony Group, which is engaged in business through its four \r\noperating segments – Electronics (including video games, network \r\nservices and medical business), Motion pictures, Music and Financial Services.\r\n These make Sony one of the most comprehensive entertainment companies \r\nin the world. Sony\'s principal business operations include Sony \r\nCorporation (Sony Electronics in the U.S.), Sony Pictures Entertainment, Sony Computer Entertainment, Sony Music Entertainment, Sony Mobile Communications (formerly Sony Ericsson), and Sony Financial. Sony is among the Worldwide Top 20 Semiconductor Sales Leaders and third-largest television manufacturer in the world, after Samsung Electronics and LG Electronics.</p>\r\n<p>The <b>Sony Group</b> is a Japan-based corporate group\r\n primarily focused on the Electronics (such as AV/IT products and \r\ncomponents), Game (such as PlayStation), Entertainment (such as motion \r\npictures and music), and Financial Services (such as insurance and \r\nbanking) sectors. The group consists of Sony Corporation (holding and \r\nelectronics), Sony Computer Entertainment (game), Sony Pictures Entertainment (motion pictures), Sony Music Entertainment (music), Sony/ATV Music Publishing (music publishing), Sony Financial Holdings (financial services) and others.</p>\r\n<p>Its founders Akio Morita and Masaru Ibuka derived the name from <i>sonus</i>, the Latin word for sound, and also from the English slang word \"sonny\", since they considered themselves to be \"sonny boys\", a loan word into Japanese which in the early 1950s connoted smart and presentable young men.</p><br></p>', '', '', '', 'de'),
(114, 'Sony', '<p><p><b>Sony Corporation</b>, commonly referred to as <b>Sony</b>, is a Japanese multinational conglomerate corporation headquartered in Kōnan Minato, Tokyo, Japan. Its diversified business is primarily focused on the electronics, game, entertainment and financial services sectors. The company is one of the leading manufacturers of electronic products for the consumer and professional markets. Sony is ranked 87th on the 2012 list of Fortune Global 500.</p>\r\n<p>Sony Corporation is the electronics business unit and the parent company\r\n of the Sony Group, which is engaged in business through its four \r\noperating segments – Electronics (including video games, network \r\nservices and medical business), Motion pictures, Music and Financial Services.\r\n These make Sony one of the most comprehensive entertainment companies \r\nin the world. Sony\'s principal business operations include Sony \r\nCorporation (Sony Electronics in the U.S.), Sony Pictures Entertainment, Sony Computer Entertainment, Sony Music Entertainment, Sony Mobile Communications (formerly Sony Ericsson), and Sony Financial. Sony is among the Worldwide Top 20 Semiconductor Sales Leaders and third-largest television manufacturer in the world, after Samsung Electronics and LG Electronics.</p>\r\n<p>The <b>Sony Group</b> is a Japan-based corporate group\r\n primarily focused on the Electronics (such as AV/IT products and \r\ncomponents), Game (such as PlayStation), Entertainment (such as motion \r\npictures and music), and Financial Services (such as insurance and \r\nbanking) sectors. The group consists of Sony Corporation (holding and \r\nelectronics), Sony Computer Entertainment (game), Sony Pictures Entertainment (motion pictures), Sony Music Entertainment (music), Sony/ATV Music Publishing (music publishing), Sony Financial Holdings (financial services) and others.</p>\r\n<p>Its founders Akio Morita and Masaru Ibuka derived the name from <i>sonus</i>, the Latin word for sound, and also from the English slang word \"sonny\", since they considered themselves to be \"sonny boys\", a loan word into Japanese which in the early 1950s connoted smart and presentable young men.</p><br></p>', '', '', '', 'el'),
(114, 'Sony', '<p><p><b>Sony Corporation</b>, commonly referred to as <b>Sony</b>, is a Japanese multinational conglomerate corporation headquartered in Kōnan Minato, Tokyo, Japan. Its diversified business is primarily focused on the electronics, game, entertainment and financial services sectors. The company is one of the leading manufacturers of electronic products for the consumer and professional markets. Sony is ranked 87th on the 2012 list of Fortune Global 500.</p>\r\n<p>Sony Corporation is the electronics business unit and the parent company\r\n of the Sony Group, which is engaged in business through its four \r\noperating segments – Electronics (including video games, network \r\nservices and medical business), Motion pictures, Music and Financial Services.\r\n These make Sony one of the most comprehensive entertainment companies \r\nin the world. Sony\'s principal business operations include Sony \r\nCorporation (Sony Electronics in the U.S.), Sony Pictures Entertainment, Sony Computer Entertainment, Sony Music Entertainment, Sony Mobile Communications (formerly Sony Ericsson), and Sony Financial. Sony is among the Worldwide Top 20 Semiconductor Sales Leaders and third-largest television manufacturer in the world, after Samsung Electronics and LG Electronics.</p>\r\n<p>The <b>Sony Group</b> is a Japan-based corporate group\r\n primarily focused on the Electronics (such as AV/IT products and \r\ncomponents), Game (such as PlayStation), Entertainment (such as motion \r\npictures and music), and Financial Services (such as insurance and \r\nbanking) sectors. The group consists of Sony Corporation (holding and \r\nelectronics), Sony Computer Entertainment (game), Sony Pictures Entertainment (motion pictures), Sony Music Entertainment (music), Sony/ATV Music Publishing (music publishing), Sony Financial Holdings (financial services) and others.</p>\r\n<p>Its founders Akio Morita and Masaru Ibuka derived the name from <i>sonus</i>, the Latin word for sound, and also from the English slang word \"sonny\", since they considered themselves to be \"sonny boys\", a loan word into Japanese which in the early 1950s connoted smart and presentable young men.</p><br></p>', '', '', '', 'en'),
(114, 'Sony', '<p><p><b>Sony Corporation</b>, commonly referred to as <b>Sony</b>, is a Japanese multinational conglomerate corporation headquartered in Kōnan Minato, Tokyo, Japan. Its diversified business is primarily focused on the electronics, game, entertainment and financial services sectors. The company is one of the leading manufacturers of electronic products for the consumer and professional markets. Sony is ranked 87th on the 2012 list of Fortune Global 500.</p>\r\n<p>Sony Corporation is the electronics business unit and the parent company\r\n of the Sony Group, which is engaged in business through its four \r\noperating segments – Electronics (including video games, network \r\nservices and medical business), Motion pictures, Music and Financial Services.\r\n These make Sony one of the most comprehensive entertainment companies \r\nin the world. Sony\'s principal business operations include Sony \r\nCorporation (Sony Electronics in the U.S.), Sony Pictures Entertainment, Sony Computer Entertainment, Sony Music Entertainment, Sony Mobile Communications (formerly Sony Ericsson), and Sony Financial. Sony is among the Worldwide Top 20 Semiconductor Sales Leaders and third-largest television manufacturer in the world, after Samsung Electronics and LG Electronics.</p>\r\n<p>The <b>Sony Group</b> is a Japan-based corporate group\r\n primarily focused on the Electronics (such as AV/IT products and \r\ncomponents), Game (such as PlayStation), Entertainment (such as motion \r\npictures and music), and Financial Services (such as insurance and \r\nbanking) sectors. The group consists of Sony Corporation (holding and \r\nelectronics), Sony Computer Entertainment (game), Sony Pictures Entertainment (motion pictures), Sony Music Entertainment (music), Sony/ATV Music Publishing (music publishing), Sony Financial Holdings (financial services) and others.</p>\r\n<p>Its founders Akio Morita and Masaru Ibuka derived the name from <i>sonus</i>, the Latin word for sound, and also from the English slang word \"sonny\", since they considered themselves to be \"sonny boys\", a loan word into Japanese which in the early 1950s connoted smart and presentable young men.</p><br></p>', '', '', '', 'es'),
(114, 'Sony', '<p><p><b>Sony Corporation</b>, commonly referred to as <b>Sony</b>, is a Japanese multinational conglomerate corporation headquartered in Kōnan Minato, Tokyo, Japan. Its diversified business is primarily focused on the electronics, game, entertainment and financial services sectors. The company is one of the leading manufacturers of electronic products for the consumer and professional markets. Sony is ranked 87th on the 2012 list of Fortune Global 500.</p>\r\n<p>Sony Corporation is the electronics business unit and the parent company\r\n of the Sony Group, which is engaged in business through its four \r\noperating segments – Electronics (including video games, network \r\nservices and medical business), Motion pictures, Music and Financial Services.\r\n These make Sony one of the most comprehensive entertainment companies \r\nin the world. Sony\'s principal business operations include Sony \r\nCorporation (Sony Electronics in the U.S.), Sony Pictures Entertainment, Sony Computer Entertainment, Sony Music Entertainment, Sony Mobile Communications (formerly Sony Ericsson), and Sony Financial. Sony is among the Worldwide Top 20 Semiconductor Sales Leaders and third-largest television manufacturer in the world, after Samsung Electronics and LG Electronics.</p>\r\n<p>The <b>Sony Group</b> is a Japan-based corporate group\r\n primarily focused on the Electronics (such as AV/IT products and \r\ncomponents), Game (such as PlayStation), Entertainment (such as motion \r\npictures and music), and Financial Services (such as insurance and \r\nbanking) sectors. The group consists of Sony Corporation (holding and \r\nelectronics), Sony Computer Entertainment (game), Sony Pictures Entertainment (motion pictures), Sony Music Entertainment (music), Sony/ATV Music Publishing (music publishing), Sony Financial Holdings (financial services) and others.</p>\r\n<p>Its founders Akio Morita and Masaru Ibuka derived the name from <i>sonus</i>, the Latin word for sound, and also from the English slang word \"sonny\", since they considered themselves to be \"sonny boys\", a loan word into Japanese which in the early 1950s connoted smart and presentable young men.</p><br></p>', '', '', '', 'fr'),
(114, 'Sony', '<p><p><b>Sony Corporation</b>, commonly referred to as <b>Sony</b>, is a Japanese multinational conglomerate corporation headquartered in Kōnan Minato, Tokyo, Japan. Its diversified business is primarily focused on the electronics, game, entertainment and financial services sectors. The company is one of the leading manufacturers of electronic products for the consumer and professional markets. Sony is ranked 87th on the 2012 list of Fortune Global 500.</p>\r\n<p>Sony Corporation is the electronics business unit and the parent company\r\n of the Sony Group, which is engaged in business through its four \r\noperating segments – Electronics (including video games, network \r\nservices and medical business), Motion pictures, Music and Financial Services.\r\n These make Sony one of the most comprehensive entertainment companies \r\nin the world. Sony\'s principal business operations include Sony \r\nCorporation (Sony Electronics in the U.S.), Sony Pictures Entertainment, Sony Computer Entertainment, Sony Music Entertainment, Sony Mobile Communications (formerly Sony Ericsson), and Sony Financial. Sony is among the Worldwide Top 20 Semiconductor Sales Leaders and third-largest television manufacturer in the world, after Samsung Electronics and LG Electronics.</p>\r\n<p>The <b>Sony Group</b> is a Japan-based corporate group\r\n primarily focused on the Electronics (such as AV/IT products and \r\ncomponents), Game (such as PlayStation), Entertainment (such as motion \r\npictures and music), and Financial Services (such as insurance and \r\nbanking) sectors. The group consists of Sony Corporation (holding and \r\nelectronics), Sony Computer Entertainment (game), Sony Pictures Entertainment (motion pictures), Sony Music Entertainment (music), Sony/ATV Music Publishing (music publishing), Sony Financial Holdings (financial services) and others.</p>\r\n<p>Its founders Akio Morita and Masaru Ibuka derived the name from <i>sonus</i>, the Latin word for sound, and also from the English slang word \"sonny\", since they considered themselves to be \"sonny boys\", a loan word into Japanese which in the early 1950s connoted smart and presentable young men.</p><br></p>', '', '', '', 'it'),
(114, 'Sony', '<p><p><b>Sony Corporation</b>, commonly referred to as <b>Sony</b>, is a Japanese multinational conglomerate corporation headquartered in Kōnan Minato, Tokyo, Japan. Its diversified business is primarily focused on the electronics, game, entertainment and financial services sectors. The company is one of the leading manufacturers of electronic products for the consumer and professional markets. Sony is ranked 87th on the 2012 list of Fortune Global 500.</p>\r\n<p>Sony Corporation is the electronics business unit and the parent company\r\n of the Sony Group, which is engaged in business through its four \r\noperating segments – Electronics (including video games, network \r\nservices and medical business), Motion pictures, Music and Financial Services.\r\n These make Sony one of the most comprehensive entertainment companies \r\nin the world. Sony\'s principal business operations include Sony \r\nCorporation (Sony Electronics in the U.S.), Sony Pictures Entertainment, Sony Computer Entertainment, Sony Music Entertainment, Sony Mobile Communications (formerly Sony Ericsson), and Sony Financial. Sony is among the Worldwide Top 20 Semiconductor Sales Leaders and third-largest television manufacturer in the world, after Samsung Electronics and LG Electronics.</p>\r\n<p>The <b>Sony Group</b> is a Japan-based corporate group\r\n primarily focused on the Electronics (such as AV/IT products and \r\ncomponents), Game (such as PlayStation), Entertainment (such as motion \r\npictures and music), and Financial Services (such as insurance and \r\nbanking) sectors. The group consists of Sony Corporation (holding and \r\nelectronics), Sony Computer Entertainment (game), Sony Pictures Entertainment (motion pictures), Sony Music Entertainment (music), Sony/ATV Music Publishing (music publishing), Sony Financial Holdings (financial services) and others.</p>\r\n<p>Its founders Akio Morita and Masaru Ibuka derived the name from <i>sonus</i>, the Latin word for sound, and also from the English slang word \"sonny\", since they considered themselves to be \"sonny boys\", a loan word into Japanese which in the early 1950s connoted smart and presentable young men.</p><br></p>', '', '', '', 'nl'),
(114, 'Sony', '<p><p><b>Sony Corporation</b>, commonly referred to as <b>Sony</b>, is a Japanese multinational conglomerate corporation headquartered in Kōnan Minato, Tokyo, Japan. Its diversified business is primarily focused on the electronics, game, entertainment and financial services sectors. The company is one of the leading manufacturers of electronic products for the consumer and professional markets. Sony is ranked 87th on the 2012 list of Fortune Global 500.</p>\r\n<p>Sony Corporation is the electronics business unit and the parent company\r\n of the Sony Group, which is engaged in business through its four \r\noperating segments – Electronics (including video games, network \r\nservices and medical business), Motion pictures, Music and Financial Services.\r\n These make Sony one of the most comprehensive entertainment companies \r\nin the world. Sony\'s principal business operations include Sony \r\nCorporation (Sony Electronics in the U.S.), Sony Pictures Entertainment, Sony Computer Entertainment, Sony Music Entertainment, Sony Mobile Communications (formerly Sony Ericsson), and Sony Financial. Sony is among the Worldwide Top 20 Semiconductor Sales Leaders and third-largest television manufacturer in the world, after Samsung Electronics and LG Electronics.</p>\r\n<p>The <b>Sony Group</b> is a Japan-based corporate group\r\n primarily focused on the Electronics (such as AV/IT products and \r\ncomponents), Game (such as PlayStation), Entertainment (such as motion \r\npictures and music), and Financial Services (such as insurance and \r\nbanking) sectors. The group consists of Sony Corporation (holding and \r\nelectronics), Sony Computer Entertainment (game), Sony Pictures Entertainment (motion pictures), Sony Music Entertainment (music), Sony/ATV Music Publishing (music publishing), Sony Financial Holdings (financial services) and others.</p>\r\n<p>Its founders Akio Morita and Masaru Ibuka derived the name from <i>sonus</i>, the Latin word for sound, and also from the English slang word \"sonny\", since they considered themselves to be \"sonny boys\", a loan word into Japanese which in the early 1950s connoted smart and presentable young men.</p><br></p>', '', '', '', 'no'),
(114, 'Sony', '<p><p><b>Sony Corporation</b>, commonly referred to as <b>Sony</b>, is a Japanese multinational conglomerate corporation headquartered in Kōnan Minato, Tokyo, Japan. Its diversified business is primarily focused on the electronics, game, entertainment and financial services sectors. The company is one of the leading manufacturers of electronic products for the consumer and professional markets. Sony is ranked 87th on the 2012 list of Fortune Global 500.</p>\r\n<p>Sony Corporation is the electronics business unit and the parent company\r\n of the Sony Group, which is engaged in business through its four \r\noperating segments – Electronics (including video games, network \r\nservices and medical business), Motion pictures, Music and Financial Services.\r\n These make Sony one of the most comprehensive entertainment companies \r\nin the world. Sony\'s principal business operations include Sony \r\nCorporation (Sony Electronics in the U.S.), Sony Pictures Entertainment, Sony Computer Entertainment, Sony Music Entertainment, Sony Mobile Communications (formerly Sony Ericsson), and Sony Financial. Sony is among the Worldwide Top 20 Semiconductor Sales Leaders and third-largest television manufacturer in the world, after Samsung Electronics and LG Electronics.</p>\r\n<p>The <b>Sony Group</b> is a Japan-based corporate group\r\n primarily focused on the Electronics (such as AV/IT products and \r\ncomponents), Game (such as PlayStation), Entertainment (such as motion \r\npictures and music), and Financial Services (such as insurance and \r\nbanking) sectors. The group consists of Sony Corporation (holding and \r\nelectronics), Sony Computer Entertainment (game), Sony Pictures Entertainment (motion pictures), Sony Music Entertainment (music), Sony/ATV Music Publishing (music publishing), Sony Financial Holdings (financial services) and others.</p>\r\n<p>Its founders Akio Morita and Masaru Ibuka derived the name from <i>sonus</i>, the Latin word for sound, and also from the English slang word \"sonny\", since they considered themselves to be \"sonny boys\", a loan word into Japanese which in the early 1950s connoted smart and presentable young men.</p><br></p>', '', '', '', 'pt'),
(114, 'Sony', '<p><p><b>Sony Corporation</b>, commonly referred to as <b>Sony</b>, is a Japanese multinational conglomerate corporation headquartered in Kōnan Minato, Tokyo, Japan. Its diversified business is primarily focused on the electronics, game, entertainment and financial services sectors. The company is one of the leading manufacturers of electronic products for the consumer and professional markets. Sony is ranked 87th on the 2012 list of Fortune Global 500.</p>\r\n<p>Sony Corporation is the electronics business unit and the parent company\r\n of the Sony Group, which is engaged in business through its four \r\noperating segments – Electronics (including video games, network \r\nservices and medical business), Motion pictures, Music and Financial Services.\r\n These make Sony one of the most comprehensive entertainment companies \r\nin the world. Sony\'s principal business operations include Sony \r\nCorporation (Sony Electronics in the U.S.), Sony Pictures Entertainment, Sony Computer Entertainment, Sony Music Entertainment, Sony Mobile Communications (formerly Sony Ericsson), and Sony Financial. Sony is among the Worldwide Top 20 Semiconductor Sales Leaders and third-largest television manufacturer in the world, after Samsung Electronics and LG Electronics.</p>\r\n<p>The <b>Sony Group</b> is a Japan-based corporate group\r\n primarily focused on the Electronics (such as AV/IT products and \r\ncomponents), Game (such as PlayStation), Entertainment (such as motion \r\npictures and music), and Financial Services (such as insurance and \r\nbanking) sectors. The group consists of Sony Corporation (holding and \r\nelectronics), Sony Computer Entertainment (game), Sony Pictures Entertainment (motion pictures), Sony Music Entertainment (music), Sony/ATV Music Publishing (music publishing), Sony Financial Holdings (financial services) and others.</p>\r\n<p>Its founders Akio Morita and Masaru Ibuka derived the name from <i>sonus</i>, the Latin word for sound, and also from the English slang word \"sonny\", since they considered themselves to be \"sonny boys\", a loan word into Japanese which in the early 1950s connoted smart and presentable young men.</p><br></p>', '', '', '', 'ro'),
(114, 'Sony', '<p><p><b>Sony Corporation</b>, commonly referred to as <b>Sony</b>, is a Japanese multinational conglomerate corporation headquartered in Kōnan Minato, Tokyo, Japan. Its diversified business is primarily focused on the electronics, game, entertainment and financial services sectors. The company is one of the leading manufacturers of electronic products for the consumer and professional markets. Sony is ranked 87th on the 2012 list of Fortune Global 500.</p>\r\n<p>Sony Corporation is the electronics business unit and the parent company\r\n of the Sony Group, which is engaged in business through its four \r\noperating segments – Electronics (including video games, network \r\nservices and medical business), Motion pictures, Music and Financial Services.\r\n These make Sony one of the most comprehensive entertainment companies \r\nin the world. Sony\'s principal business operations include Sony \r\nCorporation (Sony Electronics in the U.S.), Sony Pictures Entertainment, Sony Computer Entertainment, Sony Music Entertainment, Sony Mobile Communications (formerly Sony Ericsson), and Sony Financial. Sony is among the Worldwide Top 20 Semiconductor Sales Leaders and third-largest television manufacturer in the world, after Samsung Electronics and LG Electronics.</p>\r\n<p>The <b>Sony Group</b> is a Japan-based corporate group\r\n primarily focused on the Electronics (such as AV/IT products and \r\ncomponents), Game (such as PlayStation), Entertainment (such as motion \r\npictures and music), and Financial Services (such as insurance and \r\nbanking) sectors. The group consists of Sony Corporation (holding and \r\nelectronics), Sony Computer Entertainment (game), Sony Pictures Entertainment (motion pictures), Sony Music Entertainment (music), Sony/ATV Music Publishing (music publishing), Sony Financial Holdings (financial services) and others.</p>\r\n<p>Its founders Akio Morita and Masaru Ibuka derived the name from <i>sonus</i>, the Latin word for sound, and also from the English slang word \"sonny\", since they considered themselves to be \"sonny boys\", a loan word into Japanese which in the early 1950s connoted smart and presentable young men.</p><br></p>', '', '', '', 'ru'),
(115, 'Koss', '<p><b>Koss Corporation</b> is an American company that designs and manufactures headphones.<br></p>', '', '', '', 'da'),
(115, 'Koss', '<p><b>Koss Corporation</b> is an American company that designs and manufactures headphones.<br></p>', '', '', '', 'de'),
(115, 'Koss', '<p><b>Koss Corporation</b> is an American company that designs and manufactures headphones.<br></p>', '', '', '', 'el'),
(115, 'Koss', '<p><b>Koss Corporation</b> is an American company that designs and manufactures headphones.<br></p>', '', '', '', 'en'),
(115, 'Koss', '<p><b>Koss Corporation</b> is an American company that designs and manufactures headphones.<br></p>', '', '', '', 'es'),
(115, 'Koss', '<p><b>Koss Corporation</b> is an American company that designs and manufactures headphones.<br></p>', '', '', '', 'fr'),
(115, 'Koss', '<p><b>Koss Corporation</b> is an American company that designs and manufactures headphones.<br></p>', '', '', '', 'it'),
(115, 'Koss', '<p><b>Koss Corporation</b> is an American company that designs and manufactures headphones.<br></p>', '', '', '', 'nl'),
(115, 'Koss', '<p><b>Koss Corporation</b> is an American company that designs and manufactures headphones.<br></p>', '', '', '', 'no');
INSERT INTO `partiushop_product_feature_variant_descriptions` (`variant_id`, `variant`, `description`, `page_title`, `meta_keywords`, `meta_description`, `lang_code`) VALUES
(115, 'Koss', '<p><b>Koss Corporation</b> is an American company that designs and manufactures headphones.<br></p>', '', '', '', 'pt'),
(115, 'Koss', '<p><b>Koss Corporation</b> is an American company that designs and manufactures headphones.<br></p>', '', '', '', 'ro'),
(115, 'Koss', '<p><b>Koss Corporation</b> is an American company that designs and manufactures headphones.<br></p>', '', '', '', 'ru'),
(116, 'Abbey Road Studios', '<p><b>Abbey Road Studios</b> is a recording studio located at 3 Abbey Road, St John\'s Wood, City of Westminster, London, England. It was established in November 1931 by the Gramophone Company, a predecessor of British music company EMI, its present owner. Abbey Road Studios is most notable as being the venue in the 1960s for innovative recording techniques adopted by The Beatles, Pink Floyd, The Hollies, Badfinger and others.<br></p>\r\n', '', '', '', 'da'),
(116, 'Abbey Road Studios', '<p><b>Abbey Road Studios</b> is a recording studio located at 3 Abbey Road, St John\'s Wood, City of Westminster, London, England. It was established in November 1931 by the Gramophone Company, a predecessor of British music company EMI, its present owner. Abbey Road Studios is most notable as being the venue in the 1960s for innovative recording techniques adopted by The Beatles, Pink Floyd, The Hollies, Badfinger and others.<br></p>\r\n', '', '', '', 'de'),
(116, 'Abbey Road Studios', '<p><b>Abbey Road Studios</b> is a recording studio located at 3 Abbey Road, St John\'s Wood, City of Westminster, London, England. It was established in November 1931 by the Gramophone Company, a predecessor of British music company EMI, its present owner. Abbey Road Studios is most notable as being the venue in the 1960s for innovative recording techniques adopted by The Beatles, Pink Floyd, The Hollies, Badfinger and others.<br></p>\r\n', '', '', '', 'el'),
(116, 'Abbey Road Studios', '<p><b>Abbey Road Studios</b> is a recording studio located at 3 Abbey Road, St John\'s Wood, City of Westminster, London, England. It was established in November 1931 by the Gramophone Company, a predecessor of British music company EMI, its present owner. Abbey Road Studios is most notable as being the venue in the 1960s for innovative recording techniques adopted by The Beatles, Pink Floyd, The Hollies, Badfinger and others.<br></p>\r\n', '', '', '', 'en'),
(116, 'Abbey Road Studios', '<p><b>Abbey Road Studios</b> is a recording studio located at 3 Abbey Road, St John\'s Wood, City of Westminster, London, England. It was established in November 1931 by the Gramophone Company, a predecessor of British music company EMI, its present owner. Abbey Road Studios is most notable as being the venue in the 1960s for innovative recording techniques adopted by The Beatles, Pink Floyd, The Hollies, Badfinger and others.<br></p>\r\n', '', '', '', 'es'),
(116, 'Abbey Road Studios', '<p><b>Abbey Road Studios</b> is a recording studio located at 3 Abbey Road, St John\'s Wood, City of Westminster, London, England. It was established in November 1931 by the Gramophone Company, a predecessor of British music company EMI, its present owner. Abbey Road Studios is most notable as being the venue in the 1960s for innovative recording techniques adopted by The Beatles, Pink Floyd, The Hollies, Badfinger and others.<br></p>\r\n', '', '', '', 'fr'),
(116, 'Abbey Road Studios', '<p><b>Abbey Road Studios</b> is a recording studio located at 3 Abbey Road, St John\'s Wood, City of Westminster, London, England. It was established in November 1931 by the Gramophone Company, a predecessor of British music company EMI, its present owner. Abbey Road Studios is most notable as being the venue in the 1960s for innovative recording techniques adopted by The Beatles, Pink Floyd, The Hollies, Badfinger and others.<br></p>\r\n', '', '', '', 'it'),
(116, 'Abbey Road Studios', '<p><b>Abbey Road Studios</b> is a recording studio located at 3 Abbey Road, St John\'s Wood, City of Westminster, London, England. It was established in November 1931 by the Gramophone Company, a predecessor of British music company EMI, its present owner. Abbey Road Studios is most notable as being the venue in the 1960s for innovative recording techniques adopted by The Beatles, Pink Floyd, The Hollies, Badfinger and others.<br></p>\r\n', '', '', '', 'nl'),
(116, 'Abbey Road Studios', '<p><b>Abbey Road Studios</b> is a recording studio located at 3 Abbey Road, St John\'s Wood, City of Westminster, London, England. It was established in November 1931 by the Gramophone Company, a predecessor of British music company EMI, its present owner. Abbey Road Studios is most notable as being the venue in the 1960s for innovative recording techniques adopted by The Beatles, Pink Floyd, The Hollies, Badfinger and others.<br></p>\r\n', '', '', '', 'no'),
(116, 'Abbey Road Studios', '<p><b>Abbey Road Studios</b> is a recording studio located at 3 Abbey Road, St John\'s Wood, City of Westminster, London, England. It was established in November 1931 by the Gramophone Company, a predecessor of British music company EMI, its present owner. Abbey Road Studios is most notable as being the venue in the 1960s for innovative recording techniques adopted by The Beatles, Pink Floyd, The Hollies, Badfinger and others.<br></p>\r\n', '', '', '', 'pt'),
(116, 'Abbey Road Studios', '<p><b>Abbey Road Studios</b> is a recording studio located at 3 Abbey Road, St John\'s Wood, City of Westminster, London, England. It was established in November 1931 by the Gramophone Company, a predecessor of British music company EMI, its present owner. Abbey Road Studios is most notable as being the venue in the 1960s for innovative recording techniques adopted by The Beatles, Pink Floyd, The Hollies, Badfinger and others.<br></p>\r\n', '', '', '', 'ro'),
(116, 'Abbey Road Studios', '<p><b>Abbey Road Studios</b> is a recording studio located at 3 Abbey Road, St John\'s Wood, City of Westminster, London, England. It was established in November 1931 by the Gramophone Company, a predecessor of British music company EMI, its present owner. Abbey Road Studios is most notable as being the venue in the 1960s for innovative recording techniques adopted by The Beatles, Pink Floyd, The Hollies, Badfinger and others.<br></p>\r\n', '', '', '', 'ru'),
(117, 'Nikon', '<p><p><b>Nikon Corporation</b>, also known as just <b>Nikon</b>, is a Japanese multinational corporation headquartered in Tokyo, Japan, specializing in optics and imaging products.</p>\r\n<p>Its products include cameras, camera lenses, binoculars, microscopes, ophthalmic lenses, measurement instruments, and the steppers used in the photolithography steps of semiconductor fabrication, of which it is the world\'s second largest manufacturer. The companies held by Nikon form the Nikon Group. Among its products are Nikkor imaging lenses (for F-mount cameras, large format photography, photographic enlargers, and other applications), the Nikon F-series of 135 film SLR cameras, the Nikon D-series of digital SLR cameras, the Coolpix series of compact digital cameras, and the Nikonos series of underwater film cameras. Nikon\'s main competitors in camera and lens manufacturing include Canon, Sony, Pentax, and Olympus.</p>\r\n<p>\r\n</p><div><img>\r\n<div>\r\n<div><img>\r\nWest Building of Nikon in Nishi-Ōi,Tokyo</div>\r\n</div>\r\n</div>\r\n<p>Founded in 25 July 1917 as <i>Nippon Kōgaku Kōgyō Kabushikigaisha</i> , the company was \r\nrenamed Nikon Corporation, after its cameras, in 1988. Nikon is one of \r\nthe companies of the Mitsubishi Group.</p></p>', '', '', '', 'da'),
(117, 'Nikon', '<p><p><b>Nikon Corporation</b>, also known as just <b>Nikon</b>, is a Japanese multinational corporation headquartered in Tokyo, Japan, specializing in optics and imaging products.</p>\r\n<p>Its products include cameras, camera lenses, binoculars, microscopes, ophthalmic lenses, measurement instruments, and the steppers used in the photolithography steps of semiconductor fabrication, of which it is the world\'s second largest manufacturer. The companies held by Nikon form the Nikon Group. Among its products are Nikkor imaging lenses (for F-mount cameras, large format photography, photographic enlargers, and other applications), the Nikon F-series of 135 film SLR cameras, the Nikon D-series of digital SLR cameras, the Coolpix series of compact digital cameras, and the Nikonos series of underwater film cameras. Nikon\'s main competitors in camera and lens manufacturing include Canon, Sony, Pentax, and Olympus.</p>\r\n<p>\r\n</p><div><img>\r\n<div>\r\n<div><img>\r\nWest Building of Nikon in Nishi-Ōi,Tokyo</div>\r\n</div>\r\n</div>\r\n<p>Founded in 25 July 1917 as <i>Nippon Kōgaku Kōgyō Kabushikigaisha</i> , the company was \r\nrenamed Nikon Corporation, after its cameras, in 1988. Nikon is one of \r\nthe companies of the Mitsubishi Group.</p></p>', '', '', '', 'de'),
(117, 'Nikon', '<p><p><b>Nikon Corporation</b>, also known as just <b>Nikon</b>, is a Japanese multinational corporation headquartered in Tokyo, Japan, specializing in optics and imaging products.</p>\r\n<p>Its products include cameras, camera lenses, binoculars, microscopes, ophthalmic lenses, measurement instruments, and the steppers used in the photolithography steps of semiconductor fabrication, of which it is the world\'s second largest manufacturer. The companies held by Nikon form the Nikon Group. Among its products are Nikkor imaging lenses (for F-mount cameras, large format photography, photographic enlargers, and other applications), the Nikon F-series of 135 film SLR cameras, the Nikon D-series of digital SLR cameras, the Coolpix series of compact digital cameras, and the Nikonos series of underwater film cameras. Nikon\'s main competitors in camera and lens manufacturing include Canon, Sony, Pentax, and Olympus.</p>\r\n<p>\r\n</p><div><img>\r\n<div>\r\n<div><img>\r\nWest Building of Nikon in Nishi-Ōi,Tokyo</div>\r\n</div>\r\n</div>\r\n<p>Founded in 25 July 1917 as <i>Nippon Kōgaku Kōgyō Kabushikigaisha</i> , the company was \r\nrenamed Nikon Corporation, after its cameras, in 1988. Nikon is one of \r\nthe companies of the Mitsubishi Group.</p></p>', '', '', '', 'el'),
(117, 'Nikon', '<p><p><b>Nikon Corporation</b>, also known as just <b>Nikon</b>, is a Japanese multinational corporation headquartered in Tokyo, Japan, specializing in optics and imaging products.</p>\r\n<p>Its products include cameras, camera lenses, binoculars, microscopes, ophthalmic lenses, measurement instruments, and the steppers used in the photolithography steps of semiconductor fabrication, of which it is the world\'s second largest manufacturer. The companies held by Nikon form the Nikon Group. Among its products are Nikkor imaging lenses (for F-mount cameras, large format photography, photographic enlargers, and other applications), the Nikon F-series of 135 film SLR cameras, the Nikon D-series of digital SLR cameras, the Coolpix series of compact digital cameras, and the Nikonos series of underwater film cameras. Nikon\'s main competitors in camera and lens manufacturing include Canon, Sony, Pentax, and Olympus.</p>\r\n<p>\r\n</p><div><img>\r\n<div>\r\n<div><img>\r\nWest Building of Nikon in Nishi-Ōi,Tokyo</div>\r\n</div>\r\n</div>\r\n<p>Founded in 25 July 1917 as <i>Nippon Kōgaku Kōgyō Kabushikigaisha</i> , the company was \r\nrenamed Nikon Corporation, after its cameras, in 1988. Nikon is one of \r\nthe companies of the Mitsubishi Group.</p></p>', '', '', '', 'en'),
(117, 'Nikon', '<p><p><b>Nikon Corporation</b>, also known as just <b>Nikon</b>, is a Japanese multinational corporation headquartered in Tokyo, Japan, specializing in optics and imaging products.</p>\r\n<p>Its products include cameras, camera lenses, binoculars, microscopes, ophthalmic lenses, measurement instruments, and the steppers used in the photolithography steps of semiconductor fabrication, of which it is the world\'s second largest manufacturer. The companies held by Nikon form the Nikon Group. Among its products are Nikkor imaging lenses (for F-mount cameras, large format photography, photographic enlargers, and other applications), the Nikon F-series of 135 film SLR cameras, the Nikon D-series of digital SLR cameras, the Coolpix series of compact digital cameras, and the Nikonos series of underwater film cameras. Nikon\'s main competitors in camera and lens manufacturing include Canon, Sony, Pentax, and Olympus.</p>\r\n<p>\r\n</p><div><img>\r\n<div>\r\n<div><img>\r\nWest Building of Nikon in Nishi-Ōi,Tokyo</div>\r\n</div>\r\n</div>\r\n<p>Founded in 25 July 1917 as <i>Nippon Kōgaku Kōgyō Kabushikigaisha</i> , the company was \r\nrenamed Nikon Corporation, after its cameras, in 1988. Nikon is one of \r\nthe companies of the Mitsubishi Group.</p></p>', '', '', '', 'es'),
(117, 'Nikon', '<p><p><b>Nikon Corporation</b>, also known as just <b>Nikon</b>, is a Japanese multinational corporation headquartered in Tokyo, Japan, specializing in optics and imaging products.</p>\r\n<p>Its products include cameras, camera lenses, binoculars, microscopes, ophthalmic lenses, measurement instruments, and the steppers used in the photolithography steps of semiconductor fabrication, of which it is the world\'s second largest manufacturer. The companies held by Nikon form the Nikon Group. Among its products are Nikkor imaging lenses (for F-mount cameras, large format photography, photographic enlargers, and other applications), the Nikon F-series of 135 film SLR cameras, the Nikon D-series of digital SLR cameras, the Coolpix series of compact digital cameras, and the Nikonos series of underwater film cameras. Nikon\'s main competitors in camera and lens manufacturing include Canon, Sony, Pentax, and Olympus.</p>\r\n<p>\r\n</p><div><img>\r\n<div>\r\n<div><img>\r\nWest Building of Nikon in Nishi-Ōi,Tokyo</div>\r\n</div>\r\n</div>\r\n<p>Founded in 25 July 1917 as <i>Nippon Kōgaku Kōgyō Kabushikigaisha</i> , the company was \r\nrenamed Nikon Corporation, after its cameras, in 1988. Nikon is one of \r\nthe companies of the Mitsubishi Group.</p></p>', '', '', '', 'fr'),
(117, 'Nikon', '<p><p><b>Nikon Corporation</b>, also known as just <b>Nikon</b>, is a Japanese multinational corporation headquartered in Tokyo, Japan, specializing in optics and imaging products.</p>\r\n<p>Its products include cameras, camera lenses, binoculars, microscopes, ophthalmic lenses, measurement instruments, and the steppers used in the photolithography steps of semiconductor fabrication, of which it is the world\'s second largest manufacturer. The companies held by Nikon form the Nikon Group. Among its products are Nikkor imaging lenses (for F-mount cameras, large format photography, photographic enlargers, and other applications), the Nikon F-series of 135 film SLR cameras, the Nikon D-series of digital SLR cameras, the Coolpix series of compact digital cameras, and the Nikonos series of underwater film cameras. Nikon\'s main competitors in camera and lens manufacturing include Canon, Sony, Pentax, and Olympus.</p>\r\n<p>\r\n</p><div><img>\r\n<div>\r\n<div><img>\r\nWest Building of Nikon in Nishi-Ōi,Tokyo</div>\r\n</div>\r\n</div>\r\n<p>Founded in 25 July 1917 as <i>Nippon Kōgaku Kōgyō Kabushikigaisha</i> , the company was \r\nrenamed Nikon Corporation, after its cameras, in 1988. Nikon is one of \r\nthe companies of the Mitsubishi Group.</p></p>', '', '', '', 'it'),
(117, 'Nikon', '<p><p><b>Nikon Corporation</b>, also known as just <b>Nikon</b>, is a Japanese multinational corporation headquartered in Tokyo, Japan, specializing in optics and imaging products.</p>\r\n<p>Its products include cameras, camera lenses, binoculars, microscopes, ophthalmic lenses, measurement instruments, and the steppers used in the photolithography steps of semiconductor fabrication, of which it is the world\'s second largest manufacturer. The companies held by Nikon form the Nikon Group. Among its products are Nikkor imaging lenses (for F-mount cameras, large format photography, photographic enlargers, and other applications), the Nikon F-series of 135 film SLR cameras, the Nikon D-series of digital SLR cameras, the Coolpix series of compact digital cameras, and the Nikonos series of underwater film cameras. Nikon\'s main competitors in camera and lens manufacturing include Canon, Sony, Pentax, and Olympus.</p>\r\n<p>\r\n</p><div><img>\r\n<div>\r\n<div><img>\r\nWest Building of Nikon in Nishi-Ōi,Tokyo</div>\r\n</div>\r\n</div>\r\n<p>Founded in 25 July 1917 as <i>Nippon Kōgaku Kōgyō Kabushikigaisha</i> , the company was \r\nrenamed Nikon Corporation, after its cameras, in 1988. Nikon is one of \r\nthe companies of the Mitsubishi Group.</p></p>', '', '', '', 'nl'),
(117, 'Nikon', '<p><p><b>Nikon Corporation</b>, also known as just <b>Nikon</b>, is a Japanese multinational corporation headquartered in Tokyo, Japan, specializing in optics and imaging products.</p>\r\n<p>Its products include cameras, camera lenses, binoculars, microscopes, ophthalmic lenses, measurement instruments, and the steppers used in the photolithography steps of semiconductor fabrication, of which it is the world\'s second largest manufacturer. The companies held by Nikon form the Nikon Group. Among its products are Nikkor imaging lenses (for F-mount cameras, large format photography, photographic enlargers, and other applications), the Nikon F-series of 135 film SLR cameras, the Nikon D-series of digital SLR cameras, the Coolpix series of compact digital cameras, and the Nikonos series of underwater film cameras. Nikon\'s main competitors in camera and lens manufacturing include Canon, Sony, Pentax, and Olympus.</p>\r\n<p>\r\n</p><div><img>\r\n<div>\r\n<div><img>\r\nWest Building of Nikon in Nishi-Ōi,Tokyo</div>\r\n</div>\r\n</div>\r\n<p>Founded in 25 July 1917 as <i>Nippon Kōgaku Kōgyō Kabushikigaisha</i> , the company was \r\nrenamed Nikon Corporation, after its cameras, in 1988. Nikon is one of \r\nthe companies of the Mitsubishi Group.</p></p>', '', '', '', 'no'),
(117, 'Nikon', '<p><p><b>Nikon Corporation</b>, also known as just <b>Nikon</b>, is a Japanese multinational corporation headquartered in Tokyo, Japan, specializing in optics and imaging products.</p>\r\n<p>Its products include cameras, camera lenses, binoculars, microscopes, ophthalmic lenses, measurement instruments, and the steppers used in the photolithography steps of semiconductor fabrication, of which it is the world\'s second largest manufacturer. The companies held by Nikon form the Nikon Group. Among its products are Nikkor imaging lenses (for F-mount cameras, large format photography, photographic enlargers, and other applications), the Nikon F-series of 135 film SLR cameras, the Nikon D-series of digital SLR cameras, the Coolpix series of compact digital cameras, and the Nikonos series of underwater film cameras. Nikon\'s main competitors in camera and lens manufacturing include Canon, Sony, Pentax, and Olympus.</p>\r\n<p>\r\n</p><div><img>\r\n<div>\r\n<div><img>\r\nWest Building of Nikon in Nishi-Ōi,Tokyo</div>\r\n</div>\r\n</div>\r\n<p>Founded in 25 July 1917 as <i>Nippon Kōgaku Kōgyō Kabushikigaisha</i> , the company was \r\nrenamed Nikon Corporation, after its cameras, in 1988. Nikon is one of \r\nthe companies of the Mitsubishi Group.</p></p>', '', '', '', 'pt'),
(117, 'Nikon', '<p><p><b>Nikon Corporation</b>, also known as just <b>Nikon</b>, is a Japanese multinational corporation headquartered in Tokyo, Japan, specializing in optics and imaging products.</p>\r\n<p>Its products include cameras, camera lenses, binoculars, microscopes, ophthalmic lenses, measurement instruments, and the steppers used in the photolithography steps of semiconductor fabrication, of which it is the world\'s second largest manufacturer. The companies held by Nikon form the Nikon Group. Among its products are Nikkor imaging lenses (for F-mount cameras, large format photography, photographic enlargers, and other applications), the Nikon F-series of 135 film SLR cameras, the Nikon D-series of digital SLR cameras, the Coolpix series of compact digital cameras, and the Nikonos series of underwater film cameras. Nikon\'s main competitors in camera and lens manufacturing include Canon, Sony, Pentax, and Olympus.</p>\r\n<p>\r\n</p><div><img>\r\n<div>\r\n<div><img>\r\nWest Building of Nikon in Nishi-Ōi,Tokyo</div>\r\n</div>\r\n</div>\r\n<p>Founded in 25 July 1917 as <i>Nippon Kōgaku Kōgyō Kabushikigaisha</i> , the company was \r\nrenamed Nikon Corporation, after its cameras, in 1988. Nikon is one of \r\nthe companies of the Mitsubishi Group.</p></p>', '', '', '', 'ro'),
(117, 'Nikon', '<p><p><b>Nikon Corporation</b>, also known as just <b>Nikon</b>, is a Japanese multinational corporation headquartered in Tokyo, Japan, specializing in optics and imaging products.</p>\r\n<p>Its products include cameras, camera lenses, binoculars, microscopes, ophthalmic lenses, measurement instruments, and the steppers used in the photolithography steps of semiconductor fabrication, of which it is the world\'s second largest manufacturer. The companies held by Nikon form the Nikon Group. Among its products are Nikkor imaging lenses (for F-mount cameras, large format photography, photographic enlargers, and other applications), the Nikon F-series of 135 film SLR cameras, the Nikon D-series of digital SLR cameras, the Coolpix series of compact digital cameras, and the Nikonos series of underwater film cameras. Nikon\'s main competitors in camera and lens manufacturing include Canon, Sony, Pentax, and Olympus.</p>\r\n<p>\r\n</p><div><img>\r\n<div>\r\n<div><img>\r\nWest Building of Nikon in Nishi-Ōi,Tokyo</div>\r\n</div>\r\n</div>\r\n<p>Founded in 25 July 1917 as <i>Nippon Kōgaku Kōgyō Kabushikigaisha</i> , the company was \r\nrenamed Nikon Corporation, after its cameras, in 1988. Nikon is one of \r\nthe companies of the Mitsubishi Group.</p></p>', '', '', '', 'ru'),
(118, 'Warner Bros.', '<p><p><b>Warner Bros. Entertainment Inc</b>., also known as Warner Bros. Pictures, and Warner Bros. (though the name was occasionally given in full form as Warner Brothers during the company\'s early years), is an American producer of film, television, and music entertainment.<br><br>One of the major film studios, it is a subsidiary of Time Warner, with its headquarters in Burbank, California and New York. Warner Bros. has several subsidiary companies, including Warner Bros. Studios, Warner Bros. Pictures, Warner Bros. Interactive Entertainment, Warner Bros. Television, Warner Bros. Animation, Warner Home Video, New Line Cinema, TheWB.com, and DC Entertainment. Warner owns half of The CW Television Network.</p><br></p>\r\n', '', '', '', 'da'),
(118, 'Warner Bros.', '<p><p><b>Warner Bros. Entertainment Inc</b>., also known as Warner Bros. Pictures, and Warner Bros. (though the name was occasionally given in full form as Warner Brothers during the company\'s early years), is an American producer of film, television, and music entertainment.<br><br>One of the major film studios, it is a subsidiary of Time Warner, with its headquarters in Burbank, California and New York. Warner Bros. has several subsidiary companies, including Warner Bros. Studios, Warner Bros. Pictures, Warner Bros. Interactive Entertainment, Warner Bros. Television, Warner Bros. Animation, Warner Home Video, New Line Cinema, TheWB.com, and DC Entertainment. Warner owns half of The CW Television Network.</p><br></p>\r\n', '', '', '', 'de'),
(118, 'Warner Bros.', '<p><p><b>Warner Bros. Entertainment Inc</b>., also known as Warner Bros. Pictures, and Warner Bros. (though the name was occasionally given in full form as Warner Brothers during the company\'s early years), is an American producer of film, television, and music entertainment.<br><br>One of the major film studios, it is a subsidiary of Time Warner, with its headquarters in Burbank, California and New York. Warner Bros. has several subsidiary companies, including Warner Bros. Studios, Warner Bros. Pictures, Warner Bros. Interactive Entertainment, Warner Bros. Television, Warner Bros. Animation, Warner Home Video, New Line Cinema, TheWB.com, and DC Entertainment. Warner owns half of The CW Television Network.</p><br></p>\r\n', '', '', '', 'el'),
(118, 'Warner Bros.', '<p><p><b>Warner Bros. Entertainment Inc</b>., also known as Warner Bros. Pictures, and Warner Bros. (though the name was occasionally given in full form as Warner Brothers during the company\'s early years), is an American producer of film, television, and music entertainment.<br><br>One of the major film studios, it is a subsidiary of Time Warner, with its headquarters in Burbank, California and New York. Warner Bros. has several subsidiary companies, including Warner Bros. Studios, Warner Bros. Pictures, Warner Bros. Interactive Entertainment, Warner Bros. Television, Warner Bros. Animation, Warner Home Video, New Line Cinema, TheWB.com, and DC Entertainment. Warner owns half of The CW Television Network.</p><br></p>\r\n', '', '', '', 'en'),
(118, 'Warner Bros.', '<p><p><b>Warner Bros. Entertainment Inc</b>., also known as Warner Bros. Pictures, and Warner Bros. (though the name was occasionally given in full form as Warner Brothers during the company\'s early years), is an American producer of film, television, and music entertainment.<br><br>One of the major film studios, it is a subsidiary of Time Warner, with its headquarters in Burbank, California and New York. Warner Bros. has several subsidiary companies, including Warner Bros. Studios, Warner Bros. Pictures, Warner Bros. Interactive Entertainment, Warner Bros. Television, Warner Bros. Animation, Warner Home Video, New Line Cinema, TheWB.com, and DC Entertainment. Warner owns half of The CW Television Network.</p><br></p>\r\n', '', '', '', 'es'),
(118, 'Warner Bros.', '<p><p><b>Warner Bros. Entertainment Inc</b>., also known as Warner Bros. Pictures, and Warner Bros. (though the name was occasionally given in full form as Warner Brothers during the company\'s early years), is an American producer of film, television, and music entertainment.<br><br>One of the major film studios, it is a subsidiary of Time Warner, with its headquarters in Burbank, California and New York. Warner Bros. has several subsidiary companies, including Warner Bros. Studios, Warner Bros. Pictures, Warner Bros. Interactive Entertainment, Warner Bros. Television, Warner Bros. Animation, Warner Home Video, New Line Cinema, TheWB.com, and DC Entertainment. Warner owns half of The CW Television Network.</p><br></p>\r\n', '', '', '', 'fr'),
(118, 'Warner Bros.', '<p><p><b>Warner Bros. Entertainment Inc</b>., also known as Warner Bros. Pictures, and Warner Bros. (though the name was occasionally given in full form as Warner Brothers during the company\'s early years), is an American producer of film, television, and music entertainment.<br><br>One of the major film studios, it is a subsidiary of Time Warner, with its headquarters in Burbank, California and New York. Warner Bros. has several subsidiary companies, including Warner Bros. Studios, Warner Bros. Pictures, Warner Bros. Interactive Entertainment, Warner Bros. Television, Warner Bros. Animation, Warner Home Video, New Line Cinema, TheWB.com, and DC Entertainment. Warner owns half of The CW Television Network.</p><br></p>\r\n', '', '', '', 'it'),
(118, 'Warner Bros.', '<p><p><b>Warner Bros. Entertainment Inc</b>., also known as Warner Bros. Pictures, and Warner Bros. (though the name was occasionally given in full form as Warner Brothers during the company\'s early years), is an American producer of film, television, and music entertainment.<br><br>One of the major film studios, it is a subsidiary of Time Warner, with its headquarters in Burbank, California and New York. Warner Bros. has several subsidiary companies, including Warner Bros. Studios, Warner Bros. Pictures, Warner Bros. Interactive Entertainment, Warner Bros. Television, Warner Bros. Animation, Warner Home Video, New Line Cinema, TheWB.com, and DC Entertainment. Warner owns half of The CW Television Network.</p><br></p>\r\n', '', '', '', 'nl'),
(118, 'Warner Bros.', '<p><p><b>Warner Bros. Entertainment Inc</b>., also known as Warner Bros. Pictures, and Warner Bros. (though the name was occasionally given in full form as Warner Brothers during the company\'s early years), is an American producer of film, television, and music entertainment.<br><br>One of the major film studios, it is a subsidiary of Time Warner, with its headquarters in Burbank, California and New York. Warner Bros. has several subsidiary companies, including Warner Bros. Studios, Warner Bros. Pictures, Warner Bros. Interactive Entertainment, Warner Bros. Television, Warner Bros. Animation, Warner Home Video, New Line Cinema, TheWB.com, and DC Entertainment. Warner owns half of The CW Television Network.</p><br></p>\r\n', '', '', '', 'no'),
(118, 'Warner Bros.', '<p><p><b>Warner Bros. Entertainment Inc</b>., also known as Warner Bros. Pictures, and Warner Bros. (though the name was occasionally given in full form as Warner Brothers during the company\'s early years), is an American producer of film, television, and music entertainment.<br><br>One of the major film studios, it is a subsidiary of Time Warner, with its headquarters in Burbank, California and New York. Warner Bros. has several subsidiary companies, including Warner Bros. Studios, Warner Bros. Pictures, Warner Bros. Interactive Entertainment, Warner Bros. Television, Warner Bros. Animation, Warner Home Video, New Line Cinema, TheWB.com, and DC Entertainment. Warner owns half of The CW Television Network.</p><br></p>\r\n', '', '', '', 'pt'),
(118, 'Warner Bros.', '<p><p><b>Warner Bros. Entertainment Inc</b>., also known as Warner Bros. Pictures, and Warner Bros. (though the name was occasionally given in full form as Warner Brothers during the company\'s early years), is an American producer of film, television, and music entertainment.<br><br>One of the major film studios, it is a subsidiary of Time Warner, with its headquarters in Burbank, California and New York. Warner Bros. has several subsidiary companies, including Warner Bros. Studios, Warner Bros. Pictures, Warner Bros. Interactive Entertainment, Warner Bros. Television, Warner Bros. Animation, Warner Home Video, New Line Cinema, TheWB.com, and DC Entertainment. Warner owns half of The CW Television Network.</p><br></p>\r\n', '', '', '', 'ro'),
(118, 'Warner Bros.', '<p><p><b>Warner Bros. Entertainment Inc</b>., also known as Warner Bros. Pictures, and Warner Bros. (though the name was occasionally given in full form as Warner Brothers during the company\'s early years), is an American producer of film, television, and music entertainment.<br><br>One of the major film studios, it is a subsidiary of Time Warner, with its headquarters in Burbank, California and New York. Warner Bros. has several subsidiary companies, including Warner Bros. Studios, Warner Bros. Pictures, Warner Bros. Interactive Entertainment, Warner Bros. Television, Warner Bros. Animation, Warner Home Video, New Line Cinema, TheWB.com, and DC Entertainment. Warner owns half of The CW Television Network.</p><br></p>\r\n', '', '', '', 'ru'),
(119, 'Warner Home Video ', '<p>Warner Home Video is the home video distribution division of Warner Bros. Home Entertainment Group, itself part of Time Warner. It was founded in 1978 as WCI Home Video (for Warner Communications, Inc.). The company launched in the United States with twenty films on Betamax and VHS videocassettes in late 1979. The company later expanded its line to include additional titles throughout 1979 and 1980.<br></p>', '', '', '', 'da'),
(119, 'Warner Home Video ', '<p>Warner Home Video is the home video distribution division of Warner Bros. Home Entertainment Group, itself part of Time Warner. It was founded in 1978 as WCI Home Video (for Warner Communications, Inc.). The company launched in the United States with twenty films on Betamax and VHS videocassettes in late 1979. The company later expanded its line to include additional titles throughout 1979 and 1980.<br></p>', '', '', '', 'de'),
(119, 'Warner Home Video ', '<p>Warner Home Video is the home video distribution division of Warner Bros. Home Entertainment Group, itself part of Time Warner. It was founded in 1978 as WCI Home Video (for Warner Communications, Inc.). The company launched in the United States with twenty films on Betamax and VHS videocassettes in late 1979. The company later expanded its line to include additional titles throughout 1979 and 1980.<br></p>', '', '', '', 'el'),
(119, 'Warner Home Video ', '<p>Warner Home Video is the home video distribution division of Warner Bros. Home Entertainment Group, itself part of Time Warner. It was founded in 1978 as WCI Home Video (for Warner Communications, Inc.). The company launched in the United States with twenty films on Betamax and VHS videocassettes in late 1979. The company later expanded its line to include additional titles throughout 1979 and 1980.<br></p>', '', '', '', 'en'),
(119, 'Warner Home Video ', '<p>Warner Home Video is the home video distribution division of Warner Bros. Home Entertainment Group, itself part of Time Warner. It was founded in 1978 as WCI Home Video (for Warner Communications, Inc.). The company launched in the United States with twenty films on Betamax and VHS videocassettes in late 1979. The company later expanded its line to include additional titles throughout 1979 and 1980.<br></p>', '', '', '', 'es'),
(119, 'Warner Home Video ', '<p>Warner Home Video is the home video distribution division of Warner Bros. Home Entertainment Group, itself part of Time Warner. It was founded in 1978 as WCI Home Video (for Warner Communications, Inc.). The company launched in the United States with twenty films on Betamax and VHS videocassettes in late 1979. The company later expanded its line to include additional titles throughout 1979 and 1980.<br></p>', '', '', '', 'fr'),
(119, 'Warner Home Video ', '<p>Warner Home Video is the home video distribution division of Warner Bros. Home Entertainment Group, itself part of Time Warner. It was founded in 1978 as WCI Home Video (for Warner Communications, Inc.). The company launched in the United States with twenty films on Betamax and VHS videocassettes in late 1979. The company later expanded its line to include additional titles throughout 1979 and 1980.<br></p>', '', '', '', 'it'),
(119, 'Warner Home Video ', '<p>Warner Home Video is the home video distribution division of Warner Bros. Home Entertainment Group, itself part of Time Warner. It was founded in 1978 as WCI Home Video (for Warner Communications, Inc.). The company launched in the United States with twenty films on Betamax and VHS videocassettes in late 1979. The company later expanded its line to include additional titles throughout 1979 and 1980.<br></p>', '', '', '', 'nl'),
(119, 'Warner Home Video ', '<p>Warner Home Video is the home video distribution division of Warner Bros. Home Entertainment Group, itself part of Time Warner. It was founded in 1978 as WCI Home Video (for Warner Communications, Inc.). The company launched in the United States with twenty films on Betamax and VHS videocassettes in late 1979. The company later expanded its line to include additional titles throughout 1979 and 1980.<br></p>', '', '', '', 'no'),
(119, 'Warner Home Video ', '<p>Warner Home Video is the home video distribution division of Warner Bros. Home Entertainment Group, itself part of Time Warner. It was founded in 1978 as WCI Home Video (for Warner Communications, Inc.). The company launched in the United States with twenty films on Betamax and VHS videocassettes in late 1979. The company later expanded its line to include additional titles throughout 1979 and 1980.<br></p>', '', '', '', 'pt'),
(119, 'Warner Home Video ', '<p>Warner Home Video is the home video distribution division of Warner Bros. Home Entertainment Group, itself part of Time Warner. It was founded in 1978 as WCI Home Video (for Warner Communications, Inc.). The company launched in the United States with twenty films on Betamax and VHS videocassettes in late 1979. The company later expanded its line to include additional titles throughout 1979 and 1980.<br></p>', '', '', '', 'ro'),
(119, 'Warner Home Video ', '<p>Warner Home Video is the home video distribution division of Warner Bros. Home Entertainment Group, itself part of Time Warner. It was founded in 1978 as WCI Home Video (for Warner Communications, Inc.). The company launched in the United States with twenty films on Betamax and VHS videocassettes in late 1979. The company later expanded its line to include additional titles throughout 1979 and 1980.<br></p>', '', '', '', 'ru'),
(120, 'Arc System Works', '<p><b>Arc System Works</b> is a video game developer and publisher based in Yokohama, Japan. It was founded by Minoru Kidooka in 1988. Arc System Works is best known for its arcade 2D fighting game, Guilty Gear and its sequels.<br></p>', '', '', '', 'da'),
(120, 'Arc System Works', '<p><b>Arc System Works</b> is a video game developer and publisher based in Yokohama, Japan. It was founded by Minoru Kidooka in 1988. Arc System Works is best known for its arcade 2D fighting game, Guilty Gear and its sequels.<br></p>', '', '', '', 'de'),
(120, 'Arc System Works', '<p><b>Arc System Works</b> is a video game developer and publisher based in Yokohama, Japan. It was founded by Minoru Kidooka in 1988. Arc System Works is best known for its arcade 2D fighting game, Guilty Gear and its sequels.<br></p>', '', '', '', 'el'),
(120, 'Arc System Works', '<p><b>Arc System Works</b> is a video game developer and publisher based in Yokohama, Japan. It was founded by Minoru Kidooka in 1988. Arc System Works is best known for its arcade 2D fighting game, Guilty Gear and its sequels.<br></p>', '', '', '', 'en'),
(120, 'Arc System Works', '<p><b>Arc System Works</b> is a video game developer and publisher based in Yokohama, Japan. It was founded by Minoru Kidooka in 1988. Arc System Works is best known for its arcade 2D fighting game, Guilty Gear and its sequels.<br></p>', '', '', '', 'es'),
(120, 'Arc System Works', '<p><b>Arc System Works</b> is a video game developer and publisher based in Yokohama, Japan. It was founded by Minoru Kidooka in 1988. Arc System Works is best known for its arcade 2D fighting game, Guilty Gear and its sequels.<br></p>', '', '', '', 'fr'),
(120, 'Arc System Works', '<p><b>Arc System Works</b> is a video game developer and publisher based in Yokohama, Japan. It was founded by Minoru Kidooka in 1988. Arc System Works is best known for its arcade 2D fighting game, Guilty Gear and its sequels.<br></p>', '', '', '', 'it'),
(120, 'Arc System Works', '<p><b>Arc System Works</b> is a video game developer and publisher based in Yokohama, Japan. It was founded by Minoru Kidooka in 1988. Arc System Works is best known for its arcade 2D fighting game, Guilty Gear and its sequels.<br></p>', '', '', '', 'nl'),
(120, 'Arc System Works', '<p><b>Arc System Works</b> is a video game developer and publisher based in Yokohama, Japan. It was founded by Minoru Kidooka in 1988. Arc System Works is best known for its arcade 2D fighting game, Guilty Gear and its sequels.<br></p>', '', '', '', 'no'),
(120, 'Arc System Works', '<p><b>Arc System Works</b> is a video game developer and publisher based in Yokohama, Japan. It was founded by Minoru Kidooka in 1988. Arc System Works is best known for its arcade 2D fighting game, Guilty Gear and its sequels.<br></p>', '', '', '', 'pt'),
(120, 'Arc System Works', '<p><b>Arc System Works</b> is a video game developer and publisher based in Yokohama, Japan. It was founded by Minoru Kidooka in 1988. Arc System Works is best known for its arcade 2D fighting game, Guilty Gear and its sequels.<br></p>', '', '', '', 'ro'),
(120, 'Arc System Works', '<p><b>Arc System Works</b> is a video game developer and publisher based in Yokohama, Japan. It was founded by Minoru Kidooka in 1988. Arc System Works is best known for its arcade 2D fighting game, Guilty Gear and its sequels.<br></p>', '', '', '', 'ru'),
(121, 'SanDisk', '<p><p><b>SanDisk Corporation</b> is a multinational corporation\r\n that designs, develops and manufactures flash memory storage solutions \r\nand software. The Fortune 500 and S&amp;P 500 company is based in \r\nSilicon Valley and has more than half its sales outside the United \r\nStates.</p>\r\n<p>SanDisk was founded in 1988 by Dr. Eli Harari, Jack Yuan and Sanjay Mehrotra, non-volatile memory technology experts. SanDisk became a publicly traded company on NASDAQ in November 1995. As of March 2013, its market capitalization was over US$13 billion.</p>\r\n<p>SanDisk’s flash memory storage products include solid-state drives \r\n(SSDs) and caching software for laptop, PC and enterprise applications; \r\nmemory cards for smartphones and cameras; embedded flash drives for \r\nmobile phones and tablets, USB flash drives; and other flash-based \r\nproducts.</p>\r\n<p>The company markets its products directly to businesses, original \r\nequipment manufacturers (OEMs) and consumers, as well as through a new \r\ndistribution channel that offers SanDisk SSDs to a wider set of business\r\n customers including VARs, e-tailers and system integrators. SanDisk \r\nproducts are sold at more than 250,000 retail locations in more than 100\r\n countries.</p>\r\n<p>SanDisk is headquartered in Milpitas, California.\r\n The company has manufacturing facilities in China. It also has sales, \r\noperations, research and development, and administration in the U.S., \r\nChina, France, Germany, India, Ireland, Israel, Japan, Korea, Russia, \r\nScotland, Singapore, Spain, Sweden, Taiwan, and the United Arab \r\nEmirates. The company has more than 4,600 employees worldwide.</p>\r\n<p>SanDisk\'s product portfolio includes flash memory cards for mobile \r\nphones, digital cameras and camcorders; digital audio/video players; USB\r\n flash drives for consumers and the enterprise; embedded memory for \r\nmobile devices; and solid state drives for computers. SanDisk is a \r\nSilicon Valley-based S&amp;P 500 company, with more than half its sales \r\noutside the United States.</p>\r\n<br></p>\r\n', '', '', '', 'da'),
(121, 'SanDisk', '<p><p><b>SanDisk Corporation</b> is a multinational corporation\r\n that designs, develops and manufactures flash memory storage solutions \r\nand software. The Fortune 500 and S&amp;P 500 company is based in \r\nSilicon Valley and has more than half its sales outside the United \r\nStates.</p>\r\n<p>SanDisk was founded in 1988 by Dr. Eli Harari, Jack Yuan and Sanjay Mehrotra, non-volatile memory technology experts. SanDisk became a publicly traded company on NASDAQ in November 1995. As of March 2013, its market capitalization was over US$13 billion.</p>\r\n<p>SanDisk’s flash memory storage products include solid-state drives \r\n(SSDs) and caching software for laptop, PC and enterprise applications; \r\nmemory cards for smartphones and cameras; embedded flash drives for \r\nmobile phones and tablets, USB flash drives; and other flash-based \r\nproducts.</p>\r\n<p>The company markets its products directly to businesses, original \r\nequipment manufacturers (OEMs) and consumers, as well as through a new \r\ndistribution channel that offers SanDisk SSDs to a wider set of business\r\n customers including VARs, e-tailers and system integrators. SanDisk \r\nproducts are sold at more than 250,000 retail locations in more than 100\r\n countries.</p>\r\n<p>SanDisk is headquartered in Milpitas, California.\r\n The company has manufacturing facilities in China. It also has sales, \r\noperations, research and development, and administration in the U.S., \r\nChina, France, Germany, India, Ireland, Israel, Japan, Korea, Russia, \r\nScotland, Singapore, Spain, Sweden, Taiwan, and the United Arab \r\nEmirates. The company has more than 4,600 employees worldwide.</p>\r\n<p>SanDisk\'s product portfolio includes flash memory cards for mobile \r\nphones, digital cameras and camcorders; digital audio/video players; USB\r\n flash drives for consumers and the enterprise; embedded memory for \r\nmobile devices; and solid state drives for computers. SanDisk is a \r\nSilicon Valley-based S&amp;P 500 company, with more than half its sales \r\noutside the United States.</p>\r\n<br></p>\r\n', '', '', '', 'de'),
(121, 'SanDisk', '<p><p><b>SanDisk Corporation</b> is a multinational corporation\r\n that designs, develops and manufactures flash memory storage solutions \r\nand software. The Fortune 500 and S&amp;P 500 company is based in \r\nSilicon Valley and has more than half its sales outside the United \r\nStates.</p>\r\n<p>SanDisk was founded in 1988 by Dr. Eli Harari, Jack Yuan and Sanjay Mehrotra, non-volatile memory technology experts. SanDisk became a publicly traded company on NASDAQ in November 1995. As of March 2013, its market capitalization was over US$13 billion.</p>\r\n<p>SanDisk’s flash memory storage products include solid-state drives \r\n(SSDs) and caching software for laptop, PC and enterprise applications; \r\nmemory cards for smartphones and cameras; embedded flash drives for \r\nmobile phones and tablets, USB flash drives; and other flash-based \r\nproducts.</p>\r\n<p>The company markets its products directly to businesses, original \r\nequipment manufacturers (OEMs) and consumers, as well as through a new \r\ndistribution channel that offers SanDisk SSDs to a wider set of business\r\n customers including VARs, e-tailers and system integrators. SanDisk \r\nproducts are sold at more than 250,000 retail locations in more than 100\r\n countries.</p>\r\n<p>SanDisk is headquartered in Milpitas, California.\r\n The company has manufacturing facilities in China. It also has sales, \r\noperations, research and development, and administration in the U.S., \r\nChina, France, Germany, India, Ireland, Israel, Japan, Korea, Russia, \r\nScotland, Singapore, Spain, Sweden, Taiwan, and the United Arab \r\nEmirates. The company has more than 4,600 employees worldwide.</p>\r\n<p>SanDisk\'s product portfolio includes flash memory cards for mobile \r\nphones, digital cameras and camcorders; digital audio/video players; USB\r\n flash drives for consumers and the enterprise; embedded memory for \r\nmobile devices; and solid state drives for computers. SanDisk is a \r\nSilicon Valley-based S&amp;P 500 company, with more than half its sales \r\noutside the United States.</p>\r\n<br></p>\r\n', '', '', '', 'el'),
(121, 'SanDisk', '<p><p><b>SanDisk Corporation</b> is a multinational corporation\r\n that designs, develops and manufactures flash memory storage solutions \r\nand software. The Fortune 500 and S&amp;P 500 company is based in \r\nSilicon Valley and has more than half its sales outside the United \r\nStates.</p>\r\n<p>SanDisk was founded in 1988 by Dr. Eli Harari, Jack Yuan and Sanjay Mehrotra, non-volatile memory technology experts. SanDisk became a publicly traded company on NASDAQ in November 1995. As of March 2013, its market capitalization was over US$13 billion.</p>\r\n<p>SanDisk’s flash memory storage products include solid-state drives \r\n(SSDs) and caching software for laptop, PC and enterprise applications; \r\nmemory cards for smartphones and cameras; embedded flash drives for \r\nmobile phones and tablets, USB flash drives; and other flash-based \r\nproducts.</p>\r\n<p>The company markets its products directly to businesses, original \r\nequipment manufacturers (OEMs) and consumers, as well as through a new \r\ndistribution channel that offers SanDisk SSDs to a wider set of business\r\n customers including VARs, e-tailers and system integrators. SanDisk \r\nproducts are sold at more than 250,000 retail locations in more than 100\r\n countries.</p>\r\n<p>SanDisk is headquartered in Milpitas, California.\r\n The company has manufacturing facilities in China. It also has sales, \r\noperations, research and development, and administration in the U.S., \r\nChina, France, Germany, India, Ireland, Israel, Japan, Korea, Russia, \r\nScotland, Singapore, Spain, Sweden, Taiwan, and the United Arab \r\nEmirates. The company has more than 4,600 employees worldwide.</p>\r\n<p>SanDisk\'s product portfolio includes flash memory cards for mobile \r\nphones, digital cameras and camcorders; digital audio/video players; USB\r\n flash drives for consumers and the enterprise; embedded memory for \r\nmobile devices; and solid state drives for computers. SanDisk is a \r\nSilicon Valley-based S&amp;P 500 company, with more than half its sales \r\noutside the United States.</p>\r\n<br></p>\r\n', '', '', '', 'en');
INSERT INTO `partiushop_product_feature_variant_descriptions` (`variant_id`, `variant`, `description`, `page_title`, `meta_keywords`, `meta_description`, `lang_code`) VALUES
(121, 'SanDisk', '<p><p><b>SanDisk Corporation</b> is a multinational corporation\r\n that designs, develops and manufactures flash memory storage solutions \r\nand software. The Fortune 500 and S&amp;P 500 company is based in \r\nSilicon Valley and has more than half its sales outside the United \r\nStates.</p>\r\n<p>SanDisk was founded in 1988 by Dr. Eli Harari, Jack Yuan and Sanjay Mehrotra, non-volatile memory technology experts. SanDisk became a publicly traded company on NASDAQ in November 1995. As of March 2013, its market capitalization was over US$13 billion.</p>\r\n<p>SanDisk’s flash memory storage products include solid-state drives \r\n(SSDs) and caching software for laptop, PC and enterprise applications; \r\nmemory cards for smartphones and cameras; embedded flash drives for \r\nmobile phones and tablets, USB flash drives; and other flash-based \r\nproducts.</p>\r\n<p>The company markets its products directly to businesses, original \r\nequipment manufacturers (OEMs) and consumers, as well as through a new \r\ndistribution channel that offers SanDisk SSDs to a wider set of business\r\n customers including VARs, e-tailers and system integrators. SanDisk \r\nproducts are sold at more than 250,000 retail locations in more than 100\r\n countries.</p>\r\n<p>SanDisk is headquartered in Milpitas, California.\r\n The company has manufacturing facilities in China. It also has sales, \r\noperations, research and development, and administration in the U.S., \r\nChina, France, Germany, India, Ireland, Israel, Japan, Korea, Russia, \r\nScotland, Singapore, Spain, Sweden, Taiwan, and the United Arab \r\nEmirates. The company has more than 4,600 employees worldwide.</p>\r\n<p>SanDisk\'s product portfolio includes flash memory cards for mobile \r\nphones, digital cameras and camcorders; digital audio/video players; USB\r\n flash drives for consumers and the enterprise; embedded memory for \r\nmobile devices; and solid state drives for computers. SanDisk is a \r\nSilicon Valley-based S&amp;P 500 company, with more than half its sales \r\noutside the United States.</p>\r\n<br></p>\r\n', '', '', '', 'es'),
(121, 'SanDisk', '<p><p><b>SanDisk Corporation</b> is a multinational corporation\r\n that designs, develops and manufactures flash memory storage solutions \r\nand software. The Fortune 500 and S&amp;P 500 company is based in \r\nSilicon Valley and has more than half its sales outside the United \r\nStates.</p>\r\n<p>SanDisk was founded in 1988 by Dr. Eli Harari, Jack Yuan and Sanjay Mehrotra, non-volatile memory technology experts. SanDisk became a publicly traded company on NASDAQ in November 1995. As of March 2013, its market capitalization was over US$13 billion.</p>\r\n<p>SanDisk’s flash memory storage products include solid-state drives \r\n(SSDs) and caching software for laptop, PC and enterprise applications; \r\nmemory cards for smartphones and cameras; embedded flash drives for \r\nmobile phones and tablets, USB flash drives; and other flash-based \r\nproducts.</p>\r\n<p>The company markets its products directly to businesses, original \r\nequipment manufacturers (OEMs) and consumers, as well as through a new \r\ndistribution channel that offers SanDisk SSDs to a wider set of business\r\n customers including VARs, e-tailers and system integrators. SanDisk \r\nproducts are sold at more than 250,000 retail locations in more than 100\r\n countries.</p>\r\n<p>SanDisk is headquartered in Milpitas, California.\r\n The company has manufacturing facilities in China. It also has sales, \r\noperations, research and development, and administration in the U.S., \r\nChina, France, Germany, India, Ireland, Israel, Japan, Korea, Russia, \r\nScotland, Singapore, Spain, Sweden, Taiwan, and the United Arab \r\nEmirates. The company has more than 4,600 employees worldwide.</p>\r\n<p>SanDisk\'s product portfolio includes flash memory cards for mobile \r\nphones, digital cameras and camcorders; digital audio/video players; USB\r\n flash drives for consumers and the enterprise; embedded memory for \r\nmobile devices; and solid state drives for computers. SanDisk is a \r\nSilicon Valley-based S&amp;P 500 company, with more than half its sales \r\noutside the United States.</p>\r\n<br></p>\r\n', '', '', '', 'fr'),
(121, 'SanDisk', '<p><p><b>SanDisk Corporation</b> is a multinational corporation\r\n that designs, develops and manufactures flash memory storage solutions \r\nand software. The Fortune 500 and S&amp;P 500 company is based in \r\nSilicon Valley and has more than half its sales outside the United \r\nStates.</p>\r\n<p>SanDisk was founded in 1988 by Dr. Eli Harari, Jack Yuan and Sanjay Mehrotra, non-volatile memory technology experts. SanDisk became a publicly traded company on NASDAQ in November 1995. As of March 2013, its market capitalization was over US$13 billion.</p>\r\n<p>SanDisk’s flash memory storage products include solid-state drives \r\n(SSDs) and caching software for laptop, PC and enterprise applications; \r\nmemory cards for smartphones and cameras; embedded flash drives for \r\nmobile phones and tablets, USB flash drives; and other flash-based \r\nproducts.</p>\r\n<p>The company markets its products directly to businesses, original \r\nequipment manufacturers (OEMs) and consumers, as well as through a new \r\ndistribution channel that offers SanDisk SSDs to a wider set of business\r\n customers including VARs, e-tailers and system integrators. SanDisk \r\nproducts are sold at more than 250,000 retail locations in more than 100\r\n countries.</p>\r\n<p>SanDisk is headquartered in Milpitas, California.\r\n The company has manufacturing facilities in China. It also has sales, \r\noperations, research and development, and administration in the U.S., \r\nChina, France, Germany, India, Ireland, Israel, Japan, Korea, Russia, \r\nScotland, Singapore, Spain, Sweden, Taiwan, and the United Arab \r\nEmirates. The company has more than 4,600 employees worldwide.</p>\r\n<p>SanDisk\'s product portfolio includes flash memory cards for mobile \r\nphones, digital cameras and camcorders; digital audio/video players; USB\r\n flash drives for consumers and the enterprise; embedded memory for \r\nmobile devices; and solid state drives for computers. SanDisk is a \r\nSilicon Valley-based S&amp;P 500 company, with more than half its sales \r\noutside the United States.</p>\r\n<br></p>\r\n', '', '', '', 'it'),
(121, 'SanDisk', '<p><p><b>SanDisk Corporation</b> is a multinational corporation\r\n that designs, develops and manufactures flash memory storage solutions \r\nand software. The Fortune 500 and S&amp;P 500 company is based in \r\nSilicon Valley and has more than half its sales outside the United \r\nStates.</p>\r\n<p>SanDisk was founded in 1988 by Dr. Eli Harari, Jack Yuan and Sanjay Mehrotra, non-volatile memory technology experts. SanDisk became a publicly traded company on NASDAQ in November 1995. As of March 2013, its market capitalization was over US$13 billion.</p>\r\n<p>SanDisk’s flash memory storage products include solid-state drives \r\n(SSDs) and caching software for laptop, PC and enterprise applications; \r\nmemory cards for smartphones and cameras; embedded flash drives for \r\nmobile phones and tablets, USB flash drives; and other flash-based \r\nproducts.</p>\r\n<p>The company markets its products directly to businesses, original \r\nequipment manufacturers (OEMs) and consumers, as well as through a new \r\ndistribution channel that offers SanDisk SSDs to a wider set of business\r\n customers including VARs, e-tailers and system integrators. SanDisk \r\nproducts are sold at more than 250,000 retail locations in more than 100\r\n countries.</p>\r\n<p>SanDisk is headquartered in Milpitas, California.\r\n The company has manufacturing facilities in China. It also has sales, \r\noperations, research and development, and administration in the U.S., \r\nChina, France, Germany, India, Ireland, Israel, Japan, Korea, Russia, \r\nScotland, Singapore, Spain, Sweden, Taiwan, and the United Arab \r\nEmirates. The company has more than 4,600 employees worldwide.</p>\r\n<p>SanDisk\'s product portfolio includes flash memory cards for mobile \r\nphones, digital cameras and camcorders; digital audio/video players; USB\r\n flash drives for consumers and the enterprise; embedded memory for \r\nmobile devices; and solid state drives for computers. SanDisk is a \r\nSilicon Valley-based S&amp;P 500 company, with more than half its sales \r\noutside the United States.</p>\r\n<br></p>\r\n', '', '', '', 'nl'),
(121, 'SanDisk', '<p><p><b>SanDisk Corporation</b> is a multinational corporation\r\n that designs, develops and manufactures flash memory storage solutions \r\nand software. The Fortune 500 and S&amp;P 500 company is based in \r\nSilicon Valley and has more than half its sales outside the United \r\nStates.</p>\r\n<p>SanDisk was founded in 1988 by Dr. Eli Harari, Jack Yuan and Sanjay Mehrotra, non-volatile memory technology experts. SanDisk became a publicly traded company on NASDAQ in November 1995. As of March 2013, its market capitalization was over US$13 billion.</p>\r\n<p>SanDisk’s flash memory storage products include solid-state drives \r\n(SSDs) and caching software for laptop, PC and enterprise applications; \r\nmemory cards for smartphones and cameras; embedded flash drives for \r\nmobile phones and tablets, USB flash drives; and other flash-based \r\nproducts.</p>\r\n<p>The company markets its products directly to businesses, original \r\nequipment manufacturers (OEMs) and consumers, as well as through a new \r\ndistribution channel that offers SanDisk SSDs to a wider set of business\r\n customers including VARs, e-tailers and system integrators. SanDisk \r\nproducts are sold at more than 250,000 retail locations in more than 100\r\n countries.</p>\r\n<p>SanDisk is headquartered in Milpitas, California.\r\n The company has manufacturing facilities in China. It also has sales, \r\noperations, research and development, and administration in the U.S., \r\nChina, France, Germany, India, Ireland, Israel, Japan, Korea, Russia, \r\nScotland, Singapore, Spain, Sweden, Taiwan, and the United Arab \r\nEmirates. The company has more than 4,600 employees worldwide.</p>\r\n<p>SanDisk\'s product portfolio includes flash memory cards for mobile \r\nphones, digital cameras and camcorders; digital audio/video players; USB\r\n flash drives for consumers and the enterprise; embedded memory for \r\nmobile devices; and solid state drives for computers. SanDisk is a \r\nSilicon Valley-based S&amp;P 500 company, with more than half its sales \r\noutside the United States.</p>\r\n<br></p>\r\n', '', '', '', 'no'),
(121, 'SanDisk', '<p><p><b>SanDisk Corporation</b> is a multinational corporation\r\n that designs, develops and manufactures flash memory storage solutions \r\nand software. The Fortune 500 and S&amp;P 500 company is based in \r\nSilicon Valley and has more than half its sales outside the United \r\nStates.</p>\r\n<p>SanDisk was founded in 1988 by Dr. Eli Harari, Jack Yuan and Sanjay Mehrotra, non-volatile memory technology experts. SanDisk became a publicly traded company on NASDAQ in November 1995. As of March 2013, its market capitalization was over US$13 billion.</p>\r\n<p>SanDisk’s flash memory storage products include solid-state drives \r\n(SSDs) and caching software for laptop, PC and enterprise applications; \r\nmemory cards for smartphones and cameras; embedded flash drives for \r\nmobile phones and tablets, USB flash drives; and other flash-based \r\nproducts.</p>\r\n<p>The company markets its products directly to businesses, original \r\nequipment manufacturers (OEMs) and consumers, as well as through a new \r\ndistribution channel that offers SanDisk SSDs to a wider set of business\r\n customers including VARs, e-tailers and system integrators. SanDisk \r\nproducts are sold at more than 250,000 retail locations in more than 100\r\n countries.</p>\r\n<p>SanDisk is headquartered in Milpitas, California.\r\n The company has manufacturing facilities in China. It also has sales, \r\noperations, research and development, and administration in the U.S., \r\nChina, France, Germany, India, Ireland, Israel, Japan, Korea, Russia, \r\nScotland, Singapore, Spain, Sweden, Taiwan, and the United Arab \r\nEmirates. The company has more than 4,600 employees worldwide.</p>\r\n<p>SanDisk\'s product portfolio includes flash memory cards for mobile \r\nphones, digital cameras and camcorders; digital audio/video players; USB\r\n flash drives for consumers and the enterprise; embedded memory for \r\nmobile devices; and solid state drives for computers. SanDisk is a \r\nSilicon Valley-based S&amp;P 500 company, with more than half its sales \r\noutside the United States.</p>\r\n<br></p>\r\n', '', '', '', 'pt'),
(121, 'SanDisk', '<p><p><b>SanDisk Corporation</b> is a multinational corporation\r\n that designs, develops and manufactures flash memory storage solutions \r\nand software. The Fortune 500 and S&amp;P 500 company is based in \r\nSilicon Valley and has more than half its sales outside the United \r\nStates.</p>\r\n<p>SanDisk was founded in 1988 by Dr. Eli Harari, Jack Yuan and Sanjay Mehrotra, non-volatile memory technology experts. SanDisk became a publicly traded company on NASDAQ in November 1995. As of March 2013, its market capitalization was over US$13 billion.</p>\r\n<p>SanDisk’s flash memory storage products include solid-state drives \r\n(SSDs) and caching software for laptop, PC and enterprise applications; \r\nmemory cards for smartphones and cameras; embedded flash drives for \r\nmobile phones and tablets, USB flash drives; and other flash-based \r\nproducts.</p>\r\n<p>The company markets its products directly to businesses, original \r\nequipment manufacturers (OEMs) and consumers, as well as through a new \r\ndistribution channel that offers SanDisk SSDs to a wider set of business\r\n customers including VARs, e-tailers and system integrators. SanDisk \r\nproducts are sold at more than 250,000 retail locations in more than 100\r\n countries.</p>\r\n<p>SanDisk is headquartered in Milpitas, California.\r\n The company has manufacturing facilities in China. It also has sales, \r\noperations, research and development, and administration in the U.S., \r\nChina, France, Germany, India, Ireland, Israel, Japan, Korea, Russia, \r\nScotland, Singapore, Spain, Sweden, Taiwan, and the United Arab \r\nEmirates. The company has more than 4,600 employees worldwide.</p>\r\n<p>SanDisk\'s product portfolio includes flash memory cards for mobile \r\nphones, digital cameras and camcorders; digital audio/video players; USB\r\n flash drives for consumers and the enterprise; embedded memory for \r\nmobile devices; and solid state drives for computers. SanDisk is a \r\nSilicon Valley-based S&amp;P 500 company, with more than half its sales \r\noutside the United States.</p>\r\n<br></p>\r\n', '', '', '', 'ro'),
(121, 'SanDisk', '<p><p><b>SanDisk Corporation</b> is a multinational corporation\r\n that designs, develops and manufactures flash memory storage solutions \r\nand software. The Fortune 500 and S&amp;P 500 company is based in \r\nSilicon Valley and has more than half its sales outside the United \r\nStates.</p>\r\n<p>SanDisk was founded in 1988 by Dr. Eli Harari, Jack Yuan and Sanjay Mehrotra, non-volatile memory technology experts. SanDisk became a publicly traded company on NASDAQ in November 1995. As of March 2013, its market capitalization was over US$13 billion.</p>\r\n<p>SanDisk’s flash memory storage products include solid-state drives \r\n(SSDs) and caching software for laptop, PC and enterprise applications; \r\nmemory cards for smartphones and cameras; embedded flash drives for \r\nmobile phones and tablets, USB flash drives; and other flash-based \r\nproducts.</p>\r\n<p>The company markets its products directly to businesses, original \r\nequipment manufacturers (OEMs) and consumers, as well as through a new \r\ndistribution channel that offers SanDisk SSDs to a wider set of business\r\n customers including VARs, e-tailers and system integrators. SanDisk \r\nproducts are sold at more than 250,000 retail locations in more than 100\r\n countries.</p>\r\n<p>SanDisk is headquartered in Milpitas, California.\r\n The company has manufacturing facilities in China. It also has sales, \r\noperations, research and development, and administration in the U.S., \r\nChina, France, Germany, India, Ireland, Israel, Japan, Korea, Russia, \r\nScotland, Singapore, Spain, Sweden, Taiwan, and the United Arab \r\nEmirates. The company has more than 4,600 employees worldwide.</p>\r\n<p>SanDisk\'s product portfolio includes flash memory cards for mobile \r\nphones, digital cameras and camcorders; digital audio/video players; USB\r\n flash drives for consumers and the enterprise; embedded memory for \r\nmobile devices; and solid state drives for computers. SanDisk is a \r\nSilicon Valley-based S&amp;P 500 company, with more than half its sales \r\noutside the United States.</p>\r\n<br></p>\r\n', '', '', '', 'ru'),
(122, 'Namco', '<p>Namco Ltd.&nbsp; is a Japanese corporation best known as a former video game developer and publisher. Following a merger with Bandai in September 2005, the two companies\' game production assets were spun off into Namco Bandai Games on March 31, 2006. Namco was re-established to continue domestic operation of video arcades and amusement parks. Its headquarters are located in Ōta, Tokyo. The company\'s English name is officially often written as NAMCO.<br></p>', '', '', '', 'da'),
(122, 'Namco', '<p>Namco Ltd.&nbsp; is a Japanese corporation best known as a former video game developer and publisher. Following a merger with Bandai in September 2005, the two companies\' game production assets were spun off into Namco Bandai Games on March 31, 2006. Namco was re-established to continue domestic operation of video arcades and amusement parks. Its headquarters are located in Ōta, Tokyo. The company\'s English name is officially often written as NAMCO.<br></p>', '', '', '', 'de'),
(122, 'Namco', '<p>Namco Ltd.&nbsp; is a Japanese corporation best known as a former video game developer and publisher. Following a merger with Bandai in September 2005, the two companies\' game production assets were spun off into Namco Bandai Games on March 31, 2006. Namco was re-established to continue domestic operation of video arcades and amusement parks. Its headquarters are located in Ōta, Tokyo. The company\'s English name is officially often written as NAMCO.<br></p>', '', '', '', 'el'),
(122, 'Namco', '<p>Namco Ltd.&nbsp; is a Japanese corporation best known as a former video game developer and publisher. Following a merger with Bandai in September 2005, the two companies\' game production assets were spun off into Namco Bandai Games on March 31, 2006. Namco was re-established to continue domestic operation of video arcades and amusement parks. Its headquarters are located in Ōta, Tokyo. The company\'s English name is officially often written as NAMCO.<br></p>', '', '', '', 'en'),
(122, 'Namco', '<p>Namco Ltd.&nbsp; is a Japanese corporation best known as a former video game developer and publisher. Following a merger with Bandai in September 2005, the two companies\' game production assets were spun off into Namco Bandai Games on March 31, 2006. Namco was re-established to continue domestic operation of video arcades and amusement parks. Its headquarters are located in Ōta, Tokyo. The company\'s English name is officially often written as NAMCO.<br></p>', '', '', '', 'es'),
(122, 'Namco', '<p>Namco Ltd.&nbsp; is a Japanese corporation best known as a former video game developer and publisher. Following a merger with Bandai in September 2005, the two companies\' game production assets were spun off into Namco Bandai Games on March 31, 2006. Namco was re-established to continue domestic operation of video arcades and amusement parks. Its headquarters are located in Ōta, Tokyo. The company\'s English name is officially often written as NAMCO.<br></p>', '', '', '', 'fr'),
(122, 'Namco', '<p>Namco Ltd.&nbsp; is a Japanese corporation best known as a former video game developer and publisher. Following a merger with Bandai in September 2005, the two companies\' game production assets were spun off into Namco Bandai Games on March 31, 2006. Namco was re-established to continue domestic operation of video arcades and amusement parks. Its headquarters are located in Ōta, Tokyo. The company\'s English name is officially often written as NAMCO.<br></p>', '', '', '', 'it'),
(122, 'Namco', '<p>Namco Ltd.&nbsp; is a Japanese corporation best known as a former video game developer and publisher. Following a merger with Bandai in September 2005, the two companies\' game production assets were spun off into Namco Bandai Games on March 31, 2006. Namco was re-established to continue domestic operation of video arcades and amusement parks. Its headquarters are located in Ōta, Tokyo. The company\'s English name is officially often written as NAMCO.<br></p>', '', '', '', 'nl'),
(122, 'Namco', '<p>Namco Ltd.&nbsp; is a Japanese corporation best known as a former video game developer and publisher. Following a merger with Bandai in September 2005, the two companies\' game production assets were spun off into Namco Bandai Games on March 31, 2006. Namco was re-established to continue domestic operation of video arcades and amusement parks. Its headquarters are located in Ōta, Tokyo. The company\'s English name is officially often written as NAMCO.<br></p>', '', '', '', 'no'),
(122, 'Namco', '<p>Namco Ltd.&nbsp; is a Japanese corporation best known as a former video game developer and publisher. Following a merger with Bandai in September 2005, the two companies\' game production assets were spun off into Namco Bandai Games on March 31, 2006. Namco was re-established to continue domestic operation of video arcades and amusement parks. Its headquarters are located in Ōta, Tokyo. The company\'s English name is officially often written as NAMCO.<br></p>', '', '', '', 'pt'),
(122, 'Namco', '<p>Namco Ltd.&nbsp; is a Japanese corporation best known as a former video game developer and publisher. Following a merger with Bandai in September 2005, the two companies\' game production assets were spun off into Namco Bandai Games on March 31, 2006. Namco was re-established to continue domestic operation of video arcades and amusement parks. Its headquarters are located in Ōta, Tokyo. The company\'s English name is officially often written as NAMCO.<br></p>', '', '', '', 'ro'),
(122, 'Namco', '<p>Namco Ltd.&nbsp; is a Japanese corporation best known as a former video game developer and publisher. Following a merger with Bandai in September 2005, the two companies\' game production assets were spun off into Namco Bandai Games on March 31, 2006. Namco was re-established to continue domestic operation of video arcades and amusement parks. Its headquarters are located in Ōta, Tokyo. The company\'s English name is officially often written as NAMCO.<br></p>', '', '', '', 'ru'),
(123, 'Namco Bandai Games', '<p>Namco Bandai Games Inc. (NBGI) is an arcade, mobile and home video game developer and publisher based in Japan. It is the product of a merger between the video game development divisions of Bandai and Namco.<br><br>Namco Bandai Games is a wholly owned subsidiary of Namco Bandai Holdings (NBHD) and specializes in production and sales of home video games. It is the head company of Bandai Namco Group\'s Game Contents Strategic Business Unit (SBU).<br></p>', '', '', '', 'da'),
(123, 'Namco Bandai Games', '<p>Namco Bandai Games Inc. (NBGI) is an arcade, mobile and home video game developer and publisher based in Japan. It is the product of a merger between the video game development divisions of Bandai and Namco.<br><br>Namco Bandai Games is a wholly owned subsidiary of Namco Bandai Holdings (NBHD) and specializes in production and sales of home video games. It is the head company of Bandai Namco Group\'s Game Contents Strategic Business Unit (SBU).<br></p>', '', '', '', 'de'),
(123, 'Namco Bandai Games', '<p>Namco Bandai Games Inc. (NBGI) is an arcade, mobile and home video game developer and publisher based in Japan. It is the product of a merger between the video game development divisions of Bandai and Namco.<br><br>Namco Bandai Games is a wholly owned subsidiary of Namco Bandai Holdings (NBHD) and specializes in production and sales of home video games. It is the head company of Bandai Namco Group\'s Game Contents Strategic Business Unit (SBU).<br></p>', '', '', '', 'el'),
(123, 'Namco Bandai Games', '<p>Namco Bandai Games Inc. (NBGI) is an arcade, mobile and home video game developer and publisher based in Japan. It is the product of a merger between the video game development divisions of Bandai and Namco.<br><br>Namco Bandai Games is a wholly owned subsidiary of Namco Bandai Holdings (NBHD) and specializes in production and sales of home video games. It is the head company of Bandai Namco Group\'s Game Contents Strategic Business Unit (SBU).<br></p>', '', '', '', 'en'),
(123, 'Namco Bandai Games', '<p>Namco Bandai Games Inc. (NBGI) is an arcade, mobile and home video game developer and publisher based in Japan. It is the product of a merger between the video game development divisions of Bandai and Namco.<br><br>Namco Bandai Games is a wholly owned subsidiary of Namco Bandai Holdings (NBHD) and specializes in production and sales of home video games. It is the head company of Bandai Namco Group\'s Game Contents Strategic Business Unit (SBU).<br></p>', '', '', '', 'es'),
(123, 'Namco Bandai Games', '<p>Namco Bandai Games Inc. (NBGI) is an arcade, mobile and home video game developer and publisher based in Japan. It is the product of a merger between the video game development divisions of Bandai and Namco.<br><br>Namco Bandai Games is a wholly owned subsidiary of Namco Bandai Holdings (NBHD) and specializes in production and sales of home video games. It is the head company of Bandai Namco Group\'s Game Contents Strategic Business Unit (SBU).<br></p>', '', '', '', 'fr'),
(123, 'Namco Bandai Games', '<p>Namco Bandai Games Inc. (NBGI) is an arcade, mobile and home video game developer and publisher based in Japan. It is the product of a merger between the video game development divisions of Bandai and Namco.<br><br>Namco Bandai Games is a wholly owned subsidiary of Namco Bandai Holdings (NBHD) and specializes in production and sales of home video games. It is the head company of Bandai Namco Group\'s Game Contents Strategic Business Unit (SBU).<br></p>', '', '', '', 'it'),
(123, 'Namco Bandai Games', '<p>Namco Bandai Games Inc. (NBGI) is an arcade, mobile and home video game developer and publisher based in Japan. It is the product of a merger between the video game development divisions of Bandai and Namco.<br><br>Namco Bandai Games is a wholly owned subsidiary of Namco Bandai Holdings (NBHD) and specializes in production and sales of home video games. It is the head company of Bandai Namco Group\'s Game Contents Strategic Business Unit (SBU).<br></p>', '', '', '', 'nl'),
(123, 'Namco Bandai Games', '<p>Namco Bandai Games Inc. (NBGI) is an arcade, mobile and home video game developer and publisher based in Japan. It is the product of a merger between the video game development divisions of Bandai and Namco.<br><br>Namco Bandai Games is a wholly owned subsidiary of Namco Bandai Holdings (NBHD) and specializes in production and sales of home video games. It is the head company of Bandai Namco Group\'s Game Contents Strategic Business Unit (SBU).<br></p>', '', '', '', 'no'),
(123, 'Namco Bandai Games', '<p>Namco Bandai Games Inc. (NBGI) is an arcade, mobile and home video game developer and publisher based in Japan. It is the product of a merger between the video game development divisions of Bandai and Namco.<br><br>Namco Bandai Games is a wholly owned subsidiary of Namco Bandai Holdings (NBHD) and specializes in production and sales of home video games. It is the head company of Bandai Namco Group\'s Game Contents Strategic Business Unit (SBU).<br></p>', '', '', '', 'pt'),
(123, 'Namco Bandai Games', '<p>Namco Bandai Games Inc. (NBGI) is an arcade, mobile and home video game developer and publisher based in Japan. It is the product of a merger between the video game development divisions of Bandai and Namco.<br><br>Namco Bandai Games is a wholly owned subsidiary of Namco Bandai Holdings (NBHD) and specializes in production and sales of home video games. It is the head company of Bandai Namco Group\'s Game Contents Strategic Business Unit (SBU).<br></p>', '', '', '', 'ro'),
(123, 'Namco Bandai Games', '<p>Namco Bandai Games Inc. (NBGI) is an arcade, mobile and home video game developer and publisher based in Japan. It is the product of a merger between the video game development divisions of Bandai and Namco.<br><br>Namco Bandai Games is a wholly owned subsidiary of Namco Bandai Holdings (NBHD) and specializes in production and sales of home video games. It is the head company of Bandai Namco Group\'s Game Contents Strategic Business Unit (SBU).<br></p>', '', '', '', 'ru'),
(124, 'Capcom', '<p>Capcom Co., Ltd. or just Capcom, is a Japanese developer and publisher of video games, known for creating multi-million-selling franchises such as Mega Man, Resident Evil, Devil May Cry and Street Fighter. Originally established in 1983, it has since become an international enterprise with branches and subsidiaries in North America, Europe, and East Asia.<br></p>', '', '', '', 'da'),
(124, 'Capcom', '<p>Capcom Co., Ltd. or just Capcom, is a Japanese developer and publisher of video games, known for creating multi-million-selling franchises such as Mega Man, Resident Evil, Devil May Cry and Street Fighter. Originally established in 1983, it has since become an international enterprise with branches and subsidiaries in North America, Europe, and East Asia.<br></p>', '', '', '', 'de'),
(124, 'Capcom', '<p>Capcom Co., Ltd. or just Capcom, is a Japanese developer and publisher of video games, known for creating multi-million-selling franchises such as Mega Man, Resident Evil, Devil May Cry and Street Fighter. Originally established in 1983, it has since become an international enterprise with branches and subsidiaries in North America, Europe, and East Asia.<br></p>', '', '', '', 'el'),
(124, 'Capcom', '<p>Capcom Co., Ltd. or just Capcom, is a Japanese developer and publisher of video games, known for creating multi-million-selling franchises such as Mega Man, Resident Evil, Devil May Cry and Street Fighter. Originally established in 1983, it has since become an international enterprise with branches and subsidiaries in North America, Europe, and East Asia.<br></p>', '', '', '', 'en'),
(124, 'Capcom', '<p>Capcom Co., Ltd. or just Capcom, is a Japanese developer and publisher of video games, known for creating multi-million-selling franchises such as Mega Man, Resident Evil, Devil May Cry and Street Fighter. Originally established in 1983, it has since become an international enterprise with branches and subsidiaries in North America, Europe, and East Asia.<br></p>', '', '', '', 'es'),
(124, 'Capcom', '<p>Capcom Co., Ltd. or just Capcom, is a Japanese developer and publisher of video games, known for creating multi-million-selling franchises such as Mega Man, Resident Evil, Devil May Cry and Street Fighter. Originally established in 1983, it has since become an international enterprise with branches and subsidiaries in North America, Europe, and East Asia.<br></p>', '', '', '', 'fr'),
(124, 'Capcom', '<p>Capcom Co., Ltd. or just Capcom, is a Japanese developer and publisher of video games, known for creating multi-million-selling franchises such as Mega Man, Resident Evil, Devil May Cry and Street Fighter. Originally established in 1983, it has since become an international enterprise with branches and subsidiaries in North America, Europe, and East Asia.<br></p>', '', '', '', 'it'),
(124, 'Capcom', '<p>Capcom Co., Ltd. or just Capcom, is a Japanese developer and publisher of video games, known for creating multi-million-selling franchises such as Mega Man, Resident Evil, Devil May Cry and Street Fighter. Originally established in 1983, it has since become an international enterprise with branches and subsidiaries in North America, Europe, and East Asia.<br></p>', '', '', '', 'nl'),
(124, 'Capcom', '<p>Capcom Co., Ltd. or just Capcom, is a Japanese developer and publisher of video games, known for creating multi-million-selling franchises such as Mega Man, Resident Evil, Devil May Cry and Street Fighter. Originally established in 1983, it has since become an international enterprise with branches and subsidiaries in North America, Europe, and East Asia.<br></p>', '', '', '', 'no'),
(124, 'Capcom', '<p>Capcom Co., Ltd. or just Capcom, is a Japanese developer and publisher of video games, known for creating multi-million-selling franchises such as Mega Man, Resident Evil, Devil May Cry and Street Fighter. Originally established in 1983, it has since become an international enterprise with branches and subsidiaries in North America, Europe, and East Asia.<br></p>', '', '', '', 'pt'),
(124, 'Capcom', '<p>Capcom Co., Ltd. or just Capcom, is a Japanese developer and publisher of video games, known for creating multi-million-selling franchises such as Mega Man, Resident Evil, Devil May Cry and Street Fighter. Originally established in 1983, it has since become an international enterprise with branches and subsidiaries in North America, Europe, and East Asia.<br></p>', '', '', '', 'ro'),
(124, 'Capcom', '<p>Capcom Co., Ltd. or just Capcom, is a Japanese developer and publisher of video games, known for creating multi-million-selling franchises such as Mega Man, Resident Evil, Devil May Cry and Street Fighter. Originally established in 1983, it has since become an international enterprise with branches and subsidiaries in North America, Europe, and East Asia.<br></p>', '', '', '', 'ru'),
(125, 'Casio', '<p>Casio Computer Co., Ltd.&nbsp; is a multinational electronics manufacturing company headquartered in Shibuya, Tokyo, Japan. Its products include calculators, mobile phones, cameras, musical instruments and watches. It was founded in 1946, and in 1957 released the world\'s first entirely electric compact calculator.<br></p>', '', '', '', 'da'),
(125, 'Casio', '<p>Casio Computer Co., Ltd.&nbsp; is a multinational electronics manufacturing company headquartered in Shibuya, Tokyo, Japan. Its products include calculators, mobile phones, cameras, musical instruments and watches. It was founded in 1946, and in 1957 released the world\'s first entirely electric compact calculator.<br></p>', '', '', '', 'de'),
(125, 'Casio', '<p>Casio Computer Co., Ltd.&nbsp; is a multinational electronics manufacturing company headquartered in Shibuya, Tokyo, Japan. Its products include calculators, mobile phones, cameras, musical instruments and watches. It was founded in 1946, and in 1957 released the world\'s first entirely electric compact calculator.<br></p>', '', '', '', 'el'),
(125, 'Casio', '<p>Casio Computer Co., Ltd.&nbsp; is a multinational electronics manufacturing company headquartered in Shibuya, Tokyo, Japan. Its products include calculators, mobile phones, cameras, musical instruments and watches. It was founded in 1946, and in 1957 released the world\'s first entirely electric compact calculator.<br></p>', '', '', '', 'en'),
(125, 'Casio', '<p>Casio Computer Co., Ltd.&nbsp; is a multinational electronics manufacturing company headquartered in Shibuya, Tokyo, Japan. Its products include calculators, mobile phones, cameras, musical instruments and watches. It was founded in 1946, and in 1957 released the world\'s first entirely electric compact calculator.<br></p>', '', '', '', 'es'),
(125, 'Casio', '<p>Casio Computer Co., Ltd.&nbsp; is a multinational electronics manufacturing company headquartered in Shibuya, Tokyo, Japan. Its products include calculators, mobile phones, cameras, musical instruments and watches. It was founded in 1946, and in 1957 released the world\'s first entirely electric compact calculator.<br></p>', '', '', '', 'fr'),
(125, 'Casio', '<p>Casio Computer Co., Ltd.&nbsp; is a multinational electronics manufacturing company headquartered in Shibuya, Tokyo, Japan. Its products include calculators, mobile phones, cameras, musical instruments and watches. It was founded in 1946, and in 1957 released the world\'s first entirely electric compact calculator.<br></p>', '', '', '', 'it'),
(125, 'Casio', '<p>Casio Computer Co., Ltd.&nbsp; is a multinational electronics manufacturing company headquartered in Shibuya, Tokyo, Japan. Its products include calculators, mobile phones, cameras, musical instruments and watches. It was founded in 1946, and in 1957 released the world\'s first entirely electric compact calculator.<br></p>', '', '', '', 'nl'),
(125, 'Casio', '<p>Casio Computer Co., Ltd.&nbsp; is a multinational electronics manufacturing company headquartered in Shibuya, Tokyo, Japan. Its products include calculators, mobile phones, cameras, musical instruments and watches. It was founded in 1946, and in 1957 released the world\'s first entirely electric compact calculator.<br></p>', '', '', '', 'no'),
(125, 'Casio', '<p>Casio Computer Co., Ltd.&nbsp; is a multinational electronics manufacturing company headquartered in Shibuya, Tokyo, Japan. Its products include calculators, mobile phones, cameras, musical instruments and watches. It was founded in 1946, and in 1957 released the world\'s first entirely electric compact calculator.<br></p>', '', '', '', 'pt'),
(125, 'Casio', '<p>Casio Computer Co., Ltd.&nbsp; is a multinational electronics manufacturing company headquartered in Shibuya, Tokyo, Japan. Its products include calculators, mobile phones, cameras, musical instruments and watches. It was founded in 1946, and in 1957 released the world\'s first entirely electric compact calculator.<br></p>', '', '', '', 'ro'),
(125, 'Casio', '<p>Casio Computer Co., Ltd.&nbsp; is a multinational electronics manufacturing company headquartered in Shibuya, Tokyo, Japan. Its products include calculators, mobile phones, cameras, musical instruments and watches. It was founded in 1946, and in 1957 released the world\'s first entirely electric compact calculator.<br></p>', '', '', '', 'ru'),
(126, 'Quartet Manufacturing', '<p><b>Quartet Manufacturing</b> was founded in 1954 and quickly became the largest provider of&nbsp; whiteboard, bulletin and chalkboard products. In 1985 Quartet® introduced their 1st electronic copy board and continued to rise by providing high-quality, innovative products and expanding its dry-erase and whiteboard selections for business and education. Quartet merged with ACCO Brands in 2005 and strives to now help consumers across all industries succeed in their professional life.<br></p>', '', '', '', 'da'),
(126, 'Quartet Manufacturing', '<p><b>Quartet Manufacturing</b> was founded in 1954 and quickly became the largest provider of&nbsp; whiteboard, bulletin and chalkboard products. In 1985 Quartet® introduced their 1st electronic copy board and continued to rise by providing high-quality, innovative products and expanding its dry-erase and whiteboard selections for business and education. Quartet merged with ACCO Brands in 2005 and strives to now help consumers across all industries succeed in their professional life.<br></p>', '', '', '', 'de'),
(126, 'Quartet Manufacturing', '<p><b>Quartet Manufacturing</b> was founded in 1954 and quickly became the largest provider of&nbsp; whiteboard, bulletin and chalkboard products. In 1985 Quartet® introduced their 1st electronic copy board and continued to rise by providing high-quality, innovative products and expanding its dry-erase and whiteboard selections for business and education. Quartet merged with ACCO Brands in 2005 and strives to now help consumers across all industries succeed in their professional life.<br></p>', '', '', '', 'el'),
(126, 'Quartet Manufacturing', '<p><b>Quartet Manufacturing</b> was founded in 1954 and quickly became the largest provider of&nbsp; whiteboard, bulletin and chalkboard products. In 1985 Quartet® introduced their 1st electronic copy board and continued to rise by providing high-quality, innovative products and expanding its dry-erase and whiteboard selections for business and education. Quartet merged with ACCO Brands in 2005 and strives to now help consumers across all industries succeed in their professional life.<br></p>', '', '', '', 'en'),
(126, 'Quartet Manufacturing', '<p><b>Quartet Manufacturing</b> was founded in 1954 and quickly became the largest provider of&nbsp; whiteboard, bulletin and chalkboard products. In 1985 Quartet® introduced their 1st electronic copy board and continued to rise by providing high-quality, innovative products and expanding its dry-erase and whiteboard selections for business and education. Quartet merged with ACCO Brands in 2005 and strives to now help consumers across all industries succeed in their professional life.<br></p>', '', '', '', 'es'),
(126, 'Quartet Manufacturing', '<p><b>Quartet Manufacturing</b> was founded in 1954 and quickly became the largest provider of&nbsp; whiteboard, bulletin and chalkboard products. In 1985 Quartet® introduced their 1st electronic copy board and continued to rise by providing high-quality, innovative products and expanding its dry-erase and whiteboard selections for business and education. Quartet merged with ACCO Brands in 2005 and strives to now help consumers across all industries succeed in their professional life.<br></p>', '', '', '', 'fr'),
(126, 'Quartet Manufacturing', '<p><b>Quartet Manufacturing</b> was founded in 1954 and quickly became the largest provider of&nbsp; whiteboard, bulletin and chalkboard products. In 1985 Quartet® introduced their 1st electronic copy board and continued to rise by providing high-quality, innovative products and expanding its dry-erase and whiteboard selections for business and education. Quartet merged with ACCO Brands in 2005 and strives to now help consumers across all industries succeed in their professional life.<br></p>', '', '', '', 'it'),
(126, 'Quartet Manufacturing', '<p><b>Quartet Manufacturing</b> was founded in 1954 and quickly became the largest provider of&nbsp; whiteboard, bulletin and chalkboard products. In 1985 Quartet® introduced their 1st electronic copy board and continued to rise by providing high-quality, innovative products and expanding its dry-erase and whiteboard selections for business and education. Quartet merged with ACCO Brands in 2005 and strives to now help consumers across all industries succeed in their professional life.<br></p>', '', '', '', 'nl'),
(126, 'Quartet Manufacturing', '<p><b>Quartet Manufacturing</b> was founded in 1954 and quickly became the largest provider of&nbsp; whiteboard, bulletin and chalkboard products. In 1985 Quartet® introduced their 1st electronic copy board and continued to rise by providing high-quality, innovative products and expanding its dry-erase and whiteboard selections for business and education. Quartet merged with ACCO Brands in 2005 and strives to now help consumers across all industries succeed in their professional life.<br></p>', '', '', '', 'no'),
(126, 'Quartet Manufacturing', '<p><b>Quartet Manufacturing</b> was founded in 1954 and quickly became the largest provider of&nbsp; whiteboard, bulletin and chalkboard products. In 1985 Quartet® introduced their 1st electronic copy board and continued to rise by providing high-quality, innovative products and expanding its dry-erase and whiteboard selections for business and education. Quartet merged with ACCO Brands in 2005 and strives to now help consumers across all industries succeed in their professional life.<br></p>', '', '', '', 'pt'),
(126, 'Quartet Manufacturing', '<p><b>Quartet Manufacturing</b> was founded in 1954 and quickly became the largest provider of&nbsp; whiteboard, bulletin and chalkboard products. In 1985 Quartet® introduced their 1st electronic copy board and continued to rise by providing high-quality, innovative products and expanding its dry-erase and whiteboard selections for business and education. Quartet merged with ACCO Brands in 2005 and strives to now help consumers across all industries succeed in their professional life.<br></p>', '', '', '', 'ro'),
(126, 'Quartet Manufacturing', '<p><b>Quartet Manufacturing</b> was founded in 1954 and quickly became the largest provider of&nbsp; whiteboard, bulletin and chalkboard products. In 1985 Quartet® introduced their 1st electronic copy board and continued to rise by providing high-quality, innovative products and expanding its dry-erase and whiteboard selections for business and education. Quartet merged with ACCO Brands in 2005 and strives to now help consumers across all industries succeed in their professional life.<br></p>', '', '', '', 'ru'),
(127, 'Swingline ', '<p><b>Swingline</b> is a division of ACCO Brands Corporation that specializes in manufacturing staplers and hole punches. The company was formerly located in Long Island City, Queens, New York, United States, but is now headquartered with its parent company ACCO in Lincolnshire, Illinois.<br></p>', '', '', '', 'da'),
(127, 'Swingline ', '<p><b>Swingline</b> is a division of ACCO Brands Corporation that specializes in manufacturing staplers and hole punches. The company was formerly located in Long Island City, Queens, New York, United States, but is now headquartered with its parent company ACCO in Lincolnshire, Illinois.<br></p>', '', '', '', 'de'),
(127, 'Swingline ', '<p><b>Swingline</b> is a division of ACCO Brands Corporation that specializes in manufacturing staplers and hole punches. The company was formerly located in Long Island City, Queens, New York, United States, but is now headquartered with its parent company ACCO in Lincolnshire, Illinois.<br></p>', '', '', '', 'el'),
(127, 'Swingline ', '<p><b>Swingline</b> is a division of ACCO Brands Corporation that specializes in manufacturing staplers and hole punches. The company was formerly located in Long Island City, Queens, New York, United States, but is now headquartered with its parent company ACCO in Lincolnshire, Illinois.<br></p>', '', '', '', 'en'),
(127, 'Swingline ', '<p><b>Swingline</b> is a division of ACCO Brands Corporation that specializes in manufacturing staplers and hole punches. The company was formerly located in Long Island City, Queens, New York, United States, but is now headquartered with its parent company ACCO in Lincolnshire, Illinois.<br></p>', '', '', '', 'es'),
(127, 'Swingline ', '<p><b>Swingline</b> is a division of ACCO Brands Corporation that specializes in manufacturing staplers and hole punches. The company was formerly located in Long Island City, Queens, New York, United States, but is now headquartered with its parent company ACCO in Lincolnshire, Illinois.<br></p>', '', '', '', 'fr'),
(127, 'Swingline ', '<p><b>Swingline</b> is a division of ACCO Brands Corporation that specializes in manufacturing staplers and hole punches. The company was formerly located in Long Island City, Queens, New York, United States, but is now headquartered with its parent company ACCO in Lincolnshire, Illinois.<br></p>', '', '', '', 'it'),
(127, 'Swingline ', '<p><b>Swingline</b> is a division of ACCO Brands Corporation that specializes in manufacturing staplers and hole punches. The company was formerly located in Long Island City, Queens, New York, United States, but is now headquartered with its parent company ACCO in Lincolnshire, Illinois.<br></p>', '', '', '', 'nl'),
(127, 'Swingline ', '<p><b>Swingline</b> is a division of ACCO Brands Corporation that specializes in manufacturing staplers and hole punches. The company was formerly located in Long Island City, Queens, New York, United States, but is now headquartered with its parent company ACCO in Lincolnshire, Illinois.<br></p>', '', '', '', 'no'),
(127, 'Swingline ', '<p><b>Swingline</b> is a division of ACCO Brands Corporation that specializes in manufacturing staplers and hole punches. The company was formerly located in Long Island City, Queens, New York, United States, but is now headquartered with its parent company ACCO in Lincolnshire, Illinois.<br></p>', '', '', '', 'pt'),
(127, 'Swingline ', '<p><b>Swingline</b> is a division of ACCO Brands Corporation that specializes in manufacturing staplers and hole punches. The company was formerly located in Long Island City, Queens, New York, United States, but is now headquartered with its parent company ACCO in Lincolnshire, Illinois.<br></p>', '', '', '', 'ro'),
(127, 'Swingline ', '<p><b>Swingline</b> is a division of ACCO Brands Corporation that specializes in manufacturing staplers and hole punches. The company was formerly located in Long Island City, Queens, New York, United States, but is now headquartered with its parent company ACCO in Lincolnshire, Illinois.<br></p>', '', '', '', 'ru'),
(128, 'Wilson Jones', '<p><b>Wilson Lionel Garton-Jones</b> (2 May 1922 – 5 October 2003) was a professional player of English billiards from India.\r\n Jones, a dominant national amateur champion for more than a decade, won\r\n the amateur world championship twice, in 1958 and 1964. He was awarded \r\nthe Arjuna Award in 1962, the Padma Shri Award in 1965, and the Dronacharya Award in 1996.<br></p>', '', '', '', 'da');
INSERT INTO `partiushop_product_feature_variant_descriptions` (`variant_id`, `variant`, `description`, `page_title`, `meta_keywords`, `meta_description`, `lang_code`) VALUES
(128, 'Wilson Jones', '<p><b>Wilson Lionel Garton-Jones</b> (2 May 1922 – 5 October 2003) was a professional player of English billiards from India.\r\n Jones, a dominant national amateur champion for more than a decade, won\r\n the amateur world championship twice, in 1958 and 1964. He was awarded \r\nthe Arjuna Award in 1962, the Padma Shri Award in 1965, and the Dronacharya Award in 1996.<br></p>', '', '', '', 'de'),
(128, 'Wilson Jones', '<p><b>Wilson Lionel Garton-Jones</b> (2 May 1922 – 5 October 2003) was a professional player of English billiards from India.\r\n Jones, a dominant national amateur champion for more than a decade, won\r\n the amateur world championship twice, in 1958 and 1964. He was awarded \r\nthe Arjuna Award in 1962, the Padma Shri Award in 1965, and the Dronacharya Award in 1996.<br></p>', '', '', '', 'el'),
(128, 'Wilson Jones', '<p><b>Wilson Lionel Garton-Jones</b> (2 May 1922 – 5 October 2003) was a professional player of English billiards from India.\r\n Jones, a dominant national amateur champion for more than a decade, won\r\n the amateur world championship twice, in 1958 and 1964. He was awarded \r\nthe Arjuna Award in 1962, the Padma Shri Award in 1965, and the Dronacharya Award in 1996.<br></p>', '', '', '', 'en'),
(128, 'Wilson Jones', '<p><b>Wilson Lionel Garton-Jones</b> (2 May 1922 – 5 October 2003) was a professional player of English billiards from India.\r\n Jones, a dominant national amateur champion for more than a decade, won\r\n the amateur world championship twice, in 1958 and 1964. He was awarded \r\nthe Arjuna Award in 1962, the Padma Shri Award in 1965, and the Dronacharya Award in 1996.<br></p>', '', '', '', 'es'),
(128, 'Wilson Jones', '<p><b>Wilson Lionel Garton-Jones</b> (2 May 1922 – 5 October 2003) was a professional player of English billiards from India.\r\n Jones, a dominant national amateur champion for more than a decade, won\r\n the amateur world championship twice, in 1958 and 1964. He was awarded \r\nthe Arjuna Award in 1962, the Padma Shri Award in 1965, and the Dronacharya Award in 1996.<br></p>', '', '', '', 'fr'),
(128, 'Wilson Jones', '<p><b>Wilson Lionel Garton-Jones</b> (2 May 1922 – 5 October 2003) was a professional player of English billiards from India.\r\n Jones, a dominant national amateur champion for more than a decade, won\r\n the amateur world championship twice, in 1958 and 1964. He was awarded \r\nthe Arjuna Award in 1962, the Padma Shri Award in 1965, and the Dronacharya Award in 1996.<br></p>', '', '', '', 'it'),
(128, 'Wilson Jones', '<p><b>Wilson Lionel Garton-Jones</b> (2 May 1922 – 5 October 2003) was a professional player of English billiards from India.\r\n Jones, a dominant national amateur champion for more than a decade, won\r\n the amateur world championship twice, in 1958 and 1964. He was awarded \r\nthe Arjuna Award in 1962, the Padma Shri Award in 1965, and the Dronacharya Award in 1996.<br></p>', '', '', '', 'nl'),
(128, 'Wilson Jones', '<p><b>Wilson Lionel Garton-Jones</b> (2 May 1922 – 5 October 2003) was a professional player of English billiards from India.\r\n Jones, a dominant national amateur champion for more than a decade, won\r\n the amateur world championship twice, in 1958 and 1964. He was awarded \r\nthe Arjuna Award in 1962, the Padma Shri Award in 1965, and the Dronacharya Award in 1996.<br></p>', '', '', '', 'no'),
(128, 'Wilson Jones', '<p><b>Wilson Lionel Garton-Jones</b> (2 May 1922 – 5 October 2003) was a professional player of English billiards from India.\r\n Jones, a dominant national amateur champion for more than a decade, won\r\n the amateur world championship twice, in 1958 and 1964. He was awarded \r\nthe Arjuna Award in 1962, the Padma Shri Award in 1965, and the Dronacharya Award in 1996.<br></p>', '', '', '', 'pt'),
(128, 'Wilson Jones', '<p><b>Wilson Lionel Garton-Jones</b> (2 May 1922 – 5 October 2003) was a professional player of English billiards from India.\r\n Jones, a dominant national amateur champion for more than a decade, won\r\n the amateur world championship twice, in 1958 and 1964. He was awarded \r\nthe Arjuna Award in 1962, the Padma Shri Award in 1965, and the Dronacharya Award in 1996.<br></p>', '', '', '', 'ro'),
(128, 'Wilson Jones', '<p><b>Wilson Lionel Garton-Jones</b> (2 May 1922 – 5 October 2003) was a professional player of English billiards from India.\r\n Jones, a dominant national amateur champion for more than a decade, won\r\n the amateur world championship twice, in 1958 and 1964. He was awarded \r\nthe Arjuna Award in 1962, the Padma Shri Award in 1965, and the Dronacharya Award in 1996.<br></p>', '', '', '', 'ru'),
(129, 'Aiko', '<p>Aiko Safes is the worldwide leader protecting thousands of homes and offices in over 70 countries for over 25 years. Aiko Safes are precisely engineered to surpass the strictest industry standard to provide high security safes. AIKO safes are designed to provide maximum protection against fire and foil any tampering and break-ins<br></p>', '', '', '', 'da'),
(129, 'Aiko', '<p>Aiko Safes is the worldwide leader protecting thousands of homes and offices in over 70 countries for over 25 years. Aiko Safes are precisely engineered to surpass the strictest industry standard to provide high security safes. AIKO safes are designed to provide maximum protection against fire and foil any tampering and break-ins<br></p>', '', '', '', 'de'),
(129, 'Aiko', '<p>Aiko Safes is the worldwide leader protecting thousands of homes and offices in over 70 countries for over 25 years. Aiko Safes are precisely engineered to surpass the strictest industry standard to provide high security safes. AIKO safes are designed to provide maximum protection against fire and foil any tampering and break-ins<br></p>', '', '', '', 'el'),
(129, 'Aiko', '<p>Aiko Safes is the worldwide leader protecting thousands of homes and offices in over 70 countries for over 25 years. Aiko Safes are precisely engineered to surpass the strictest industry standard to provide high security safes. AIKO safes are designed to provide maximum protection against fire and foil any tampering and break-ins<br></p>', '', '', '', 'en'),
(129, 'Aiko', '<p>Aiko Safes is the worldwide leader protecting thousands of homes and offices in over 70 countries for over 25 years. Aiko Safes are precisely engineered to surpass the strictest industry standard to provide high security safes. AIKO safes are designed to provide maximum protection against fire and foil any tampering and break-ins<br></p>', '', '', '', 'es'),
(129, 'Aiko', '<p>Aiko Safes is the worldwide leader protecting thousands of homes and offices in over 70 countries for over 25 years. Aiko Safes are precisely engineered to surpass the strictest industry standard to provide high security safes. AIKO safes are designed to provide maximum protection against fire and foil any tampering and break-ins<br></p>', '', '', '', 'fr'),
(129, 'Aiko', '<p>Aiko Safes is the worldwide leader protecting thousands of homes and offices in over 70 countries for over 25 years. Aiko Safes are precisely engineered to surpass the strictest industry standard to provide high security safes. AIKO safes are designed to provide maximum protection against fire and foil any tampering and break-ins<br></p>', '', '', '', 'it'),
(129, 'Aiko', '<p>Aiko Safes is the worldwide leader protecting thousands of homes and offices in over 70 countries for over 25 years. Aiko Safes are precisely engineered to surpass the strictest industry standard to provide high security safes. AIKO safes are designed to provide maximum protection against fire and foil any tampering and break-ins<br></p>', '', '', '', 'nl'),
(129, 'Aiko', '<p>Aiko Safes is the worldwide leader protecting thousands of homes and offices in over 70 countries for over 25 years. Aiko Safes are precisely engineered to surpass the strictest industry standard to provide high security safes. AIKO safes are designed to provide maximum protection against fire and foil any tampering and break-ins<br></p>', '', '', '', 'no'),
(129, 'Aiko', '<p>Aiko Safes is the worldwide leader protecting thousands of homes and offices in over 70 countries for over 25 years. Aiko Safes are precisely engineered to surpass the strictest industry standard to provide high security safes. AIKO safes are designed to provide maximum protection against fire and foil any tampering and break-ins<br></p>', '', '', '', 'pt'),
(129, 'Aiko', '<p>Aiko Safes is the worldwide leader protecting thousands of homes and offices in over 70 countries for over 25 years. Aiko Safes are precisely engineered to surpass the strictest industry standard to provide high security safes. AIKO safes are designed to provide maximum protection against fire and foil any tampering and break-ins<br></p>', '', '', '', 'ro'),
(129, 'Aiko', '<p>Aiko Safes is the worldwide leader protecting thousands of homes and offices in over 70 countries for over 25 years. Aiko Safes are precisely engineered to surpass the strictest industry standard to provide high security safes. AIKO safes are designed to provide maximum protection against fire and foil any tampering and break-ins<br></p>', '', '', '', 'ru'),
(130, 'Cleveland', '<p>Cleveland Golf is an American golf equipment company based in Huntington Beach, California. The company was founded in 1979 by Roger Cleveland, originally producing replicas of classic golf clubs from the 1940s and 1950s. Cleveland currently produces a full range of golf clubs and accessories.<br></p>', '', '', '', 'da'),
(130, 'Cleveland', '<p>Cleveland Golf is an American golf equipment company based in Huntington Beach, California. The company was founded in 1979 by Roger Cleveland, originally producing replicas of classic golf clubs from the 1940s and 1950s. Cleveland currently produces a full range of golf clubs and accessories.<br></p>', '', '', '', 'de'),
(130, 'Cleveland', '<p>Cleveland Golf is an American golf equipment company based in Huntington Beach, California. The company was founded in 1979 by Roger Cleveland, originally producing replicas of classic golf clubs from the 1940s and 1950s. Cleveland currently produces a full range of golf clubs and accessories.<br></p>', '', '', '', 'el'),
(130, 'Cleveland', '<p>Cleveland Golf is an American golf equipment company based in Huntington Beach, California. The company was founded in 1979 by Roger Cleveland, originally producing replicas of classic golf clubs from the 1940s and 1950s. Cleveland currently produces a full range of golf clubs and accessories.<br></p>', '', '', '', 'en'),
(130, 'Cleveland', '<p>Cleveland Golf is an American golf equipment company based in Huntington Beach, California. The company was founded in 1979 by Roger Cleveland, originally producing replicas of classic golf clubs from the 1940s and 1950s. Cleveland currently produces a full range of golf clubs and accessories.<br></p>', '', '', '', 'es'),
(130, 'Cleveland', '<p>Cleveland Golf is an American golf equipment company based in Huntington Beach, California. The company was founded in 1979 by Roger Cleveland, originally producing replicas of classic golf clubs from the 1940s and 1950s. Cleveland currently produces a full range of golf clubs and accessories.<br></p>', '', '', '', 'fr'),
(130, 'Cleveland', '<p>Cleveland Golf is an American golf equipment company based in Huntington Beach, California. The company was founded in 1979 by Roger Cleveland, originally producing replicas of classic golf clubs from the 1940s and 1950s. Cleveland currently produces a full range of golf clubs and accessories.<br></p>', '', '', '', 'it'),
(130, 'Cleveland', '<p>Cleveland Golf is an American golf equipment company based in Huntington Beach, California. The company was founded in 1979 by Roger Cleveland, originally producing replicas of classic golf clubs from the 1940s and 1950s. Cleveland currently produces a full range of golf clubs and accessories.<br></p>', '', '', '', 'nl'),
(130, 'Cleveland', '<p>Cleveland Golf is an American golf equipment company based in Huntington Beach, California. The company was founded in 1979 by Roger Cleveland, originally producing replicas of classic golf clubs from the 1940s and 1950s. Cleveland currently produces a full range of golf clubs and accessories.<br></p>', '', '', '', 'no'),
(130, 'Cleveland', '<p>Cleveland Golf is an American golf equipment company based in Huntington Beach, California. The company was founded in 1979 by Roger Cleveland, originally producing replicas of classic golf clubs from the 1940s and 1950s. Cleveland currently produces a full range of golf clubs and accessories.<br></p>', '', '', '', 'pt'),
(130, 'Cleveland', '<p>Cleveland Golf is an American golf equipment company based in Huntington Beach, California. The company was founded in 1979 by Roger Cleveland, originally producing replicas of classic golf clubs from the 1940s and 1950s. Cleveland currently produces a full range of golf clubs and accessories.<br></p>', '', '', '', 'ro'),
(130, 'Cleveland', '<p>Cleveland Golf is an American golf equipment company based in Huntington Beach, California. The company was founded in 1979 by Roger Cleveland, originally producing replicas of classic golf clubs from the 1940s and 1950s. Cleveland currently produces a full range of golf clubs and accessories.<br></p>', '', '', '', 'ru'),
(131, 'Camelback', '<p><p>CamelBak Products, LLC is an outdoors equipment company based in Petaluma, California, known primarily for its hydration products, such as hydration packs and water bottles. CamelBak is also a supplier of hydration packs, protective gear, and other products to the U.S. military and law enforcement agencies around the world.</p><p>The CamelBak name comes from a play on the myth that a camel stores water in its hump. In reality, those humps store fat.</p></p>', '', '', '', 'da'),
(131, 'Camelback', '<p><p>CamelBak Products, LLC is an outdoors equipment company based in Petaluma, California, known primarily for its hydration products, such as hydration packs and water bottles. CamelBak is also a supplier of hydration packs, protective gear, and other products to the U.S. military and law enforcement agencies around the world.</p><p>The CamelBak name comes from a play on the myth that a camel stores water in its hump. In reality, those humps store fat.</p></p>', '', '', '', 'de'),
(131, 'Camelback', '<p><p>CamelBak Products, LLC is an outdoors equipment company based in Petaluma, California, known primarily for its hydration products, such as hydration packs and water bottles. CamelBak is also a supplier of hydration packs, protective gear, and other products to the U.S. military and law enforcement agencies around the world.</p><p>The CamelBak name comes from a play on the myth that a camel stores water in its hump. In reality, those humps store fat.</p></p>', '', '', '', 'el'),
(131, 'Camelback', '<p><p>CamelBak Products, LLC is an outdoors equipment company based in Petaluma, California, known primarily for its hydration products, such as hydration packs and water bottles. CamelBak is also a supplier of hydration packs, protective gear, and other products to the U.S. military and law enforcement agencies around the world.</p><p>The CamelBak name comes from a play on the myth that a camel stores water in its hump. In reality, those humps store fat.</p></p>', '', '', '', 'en'),
(131, 'Camelback', '<p><p>CamelBak Products, LLC is an outdoors equipment company based in Petaluma, California, known primarily for its hydration products, such as hydration packs and water bottles. CamelBak is also a supplier of hydration packs, protective gear, and other products to the U.S. military and law enforcement agencies around the world.</p><p>The CamelBak name comes from a play on the myth that a camel stores water in its hump. In reality, those humps store fat.</p></p>', '', '', '', 'es'),
(131, 'Camelback', '<p><p>CamelBak Products, LLC is an outdoors equipment company based in Petaluma, California, known primarily for its hydration products, such as hydration packs and water bottles. CamelBak is also a supplier of hydration packs, protective gear, and other products to the U.S. military and law enforcement agencies around the world.</p><p>The CamelBak name comes from a play on the myth that a camel stores water in its hump. In reality, those humps store fat.</p></p>', '', '', '', 'fr'),
(131, 'Camelback', '<p><p>CamelBak Products, LLC is an outdoors equipment company based in Petaluma, California, known primarily for its hydration products, such as hydration packs and water bottles. CamelBak is also a supplier of hydration packs, protective gear, and other products to the U.S. military and law enforcement agencies around the world.</p><p>The CamelBak name comes from a play on the myth that a camel stores water in its hump. In reality, those humps store fat.</p></p>', '', '', '', 'it'),
(131, 'Camelback', '<p><p>CamelBak Products, LLC is an outdoors equipment company based in Petaluma, California, known primarily for its hydration products, such as hydration packs and water bottles. CamelBak is also a supplier of hydration packs, protective gear, and other products to the U.S. military and law enforcement agencies around the world.</p><p>The CamelBak name comes from a play on the myth that a camel stores water in its hump. In reality, those humps store fat.</p></p>', '', '', '', 'nl'),
(131, 'Camelback', '<p><p>CamelBak Products, LLC is an outdoors equipment company based in Petaluma, California, known primarily for its hydration products, such as hydration packs and water bottles. CamelBak is also a supplier of hydration packs, protective gear, and other products to the U.S. military and law enforcement agencies around the world.</p><p>The CamelBak name comes from a play on the myth that a camel stores water in its hump. In reality, those humps store fat.</p></p>', '', '', '', 'no'),
(131, 'Camelback', '<p><p>CamelBak Products, LLC is an outdoors equipment company based in Petaluma, California, known primarily for its hydration products, such as hydration packs and water bottles. CamelBak is also a supplier of hydration packs, protective gear, and other products to the U.S. military and law enforcement agencies around the world.</p><p>The CamelBak name comes from a play on the myth that a camel stores water in its hump. In reality, those humps store fat.</p></p>', '', '', '', 'pt'),
(131, 'Camelback', '<p><p>CamelBak Products, LLC is an outdoors equipment company based in Petaluma, California, known primarily for its hydration products, such as hydration packs and water bottles. CamelBak is also a supplier of hydration packs, protective gear, and other products to the U.S. military and law enforcement agencies around the world.</p><p>The CamelBak name comes from a play on the myth that a camel stores water in its hump. In reality, those humps store fat.</p></p>', '', '', '', 'ro'),
(131, 'Camelback', '<p><p>CamelBak Products, LLC is an outdoors equipment company based in Petaluma, California, known primarily for its hydration products, such as hydration packs and water bottles. CamelBak is also a supplier of hydration packs, protective gear, and other products to the U.S. military and law enforcement agencies around the world.</p><p>The CamelBak name comes from a play on the myth that a camel stores water in its hump. In reality, those humps store fat.</p></p>', '', '', '', 'ru'),
(132, 'Wilson Staff', '<p>Wilson Staff is the professional and advanced amateur golf products division of Wilson Sporting Goods. Wilson designs and manufactures a full range of golf equipment, accessories, and apparel using the Wilson Staff, Wilson, ProStaff, Profile, and Hope brands. Wilson\'s other lines are generally considered to be \"big box,\" \"value,\" or \"economy\" brands, while the Wilson Staff line provides higher quality equipment used on all major professional golf tours.</p>', '', '', '', 'da'),
(132, 'Wilson Staff', '<p>Wilson Staff is the professional and advanced amateur golf products division of Wilson Sporting Goods. Wilson designs and manufactures a full range of golf equipment, accessories, and apparel using the Wilson Staff, Wilson, ProStaff, Profile, and Hope brands. Wilson\'s other lines are generally considered to be \"big box,\" \"value,\" or \"economy\" brands, while the Wilson Staff line provides higher quality equipment used on all major professional golf tours.</p>', '', '', '', 'de'),
(132, 'Wilson Staff', '<p>Wilson Staff is the professional and advanced amateur golf products division of Wilson Sporting Goods. Wilson designs and manufactures a full range of golf equipment, accessories, and apparel using the Wilson Staff, Wilson, ProStaff, Profile, and Hope brands. Wilson\'s other lines are generally considered to be \"big box,\" \"value,\" or \"economy\" brands, while the Wilson Staff line provides higher quality equipment used on all major professional golf tours.</p>', '', '', '', 'el'),
(132, 'Wilson Staff', '<p>Wilson Staff is the professional and advanced amateur golf products division of Wilson Sporting Goods. Wilson designs and manufactures a full range of golf equipment, accessories, and apparel using the Wilson Staff, Wilson, ProStaff, Profile, and Hope brands. Wilson\'s other lines are generally considered to be \"big box,\" \"value,\" or \"economy\" brands, while the Wilson Staff line provides higher quality equipment used on all major professional golf tours.</p>', '', '', '', 'en'),
(132, 'Wilson Staff', '<p>Wilson Staff is the professional and advanced amateur golf products division of Wilson Sporting Goods. Wilson designs and manufactures a full range of golf equipment, accessories, and apparel using the Wilson Staff, Wilson, ProStaff, Profile, and Hope brands. Wilson\'s other lines are generally considered to be \"big box,\" \"value,\" or \"economy\" brands, while the Wilson Staff line provides higher quality equipment used on all major professional golf tours.</p>', '', '', '', 'es'),
(132, 'Wilson Staff', '<p>Wilson Staff is the professional and advanced amateur golf products division of Wilson Sporting Goods. Wilson designs and manufactures a full range of golf equipment, accessories, and apparel using the Wilson Staff, Wilson, ProStaff, Profile, and Hope brands. Wilson\'s other lines are generally considered to be \"big box,\" \"value,\" or \"economy\" brands, while the Wilson Staff line provides higher quality equipment used on all major professional golf tours.</p>', '', '', '', 'fr'),
(132, 'Wilson Staff', '<p>Wilson Staff is the professional and advanced amateur golf products division of Wilson Sporting Goods. Wilson designs and manufactures a full range of golf equipment, accessories, and apparel using the Wilson Staff, Wilson, ProStaff, Profile, and Hope brands. Wilson\'s other lines are generally considered to be \"big box,\" \"value,\" or \"economy\" brands, while the Wilson Staff line provides higher quality equipment used on all major professional golf tours.</p>', '', '', '', 'it'),
(132, 'Wilson Staff', '<p>Wilson Staff is the professional and advanced amateur golf products division of Wilson Sporting Goods. Wilson designs and manufactures a full range of golf equipment, accessories, and apparel using the Wilson Staff, Wilson, ProStaff, Profile, and Hope brands. Wilson\'s other lines are generally considered to be \"big box,\" \"value,\" or \"economy\" brands, while the Wilson Staff line provides higher quality equipment used on all major professional golf tours.</p>', '', '', '', 'nl'),
(132, 'Wilson Staff', '<p>Wilson Staff is the professional and advanced amateur golf products division of Wilson Sporting Goods. Wilson designs and manufactures a full range of golf equipment, accessories, and apparel using the Wilson Staff, Wilson, ProStaff, Profile, and Hope brands. Wilson\'s other lines are generally considered to be \"big box,\" \"value,\" or \"economy\" brands, while the Wilson Staff line provides higher quality equipment used on all major professional golf tours.</p>', '', '', '', 'no'),
(132, 'Wilson Staff', '<p>Wilson Staff is the professional and advanced amateur golf products division of Wilson Sporting Goods. Wilson designs and manufactures a full range of golf equipment, accessories, and apparel using the Wilson Staff, Wilson, ProStaff, Profile, and Hope brands. Wilson\'s other lines are generally considered to be \"big box,\" \"value,\" or \"economy\" brands, while the Wilson Staff line provides higher quality equipment used on all major professional golf tours.</p>', '', '', '', 'pt'),
(132, 'Wilson Staff', '<p>Wilson Staff is the professional and advanced amateur golf products division of Wilson Sporting Goods. Wilson designs and manufactures a full range of golf equipment, accessories, and apparel using the Wilson Staff, Wilson, ProStaff, Profile, and Hope brands. Wilson\'s other lines are generally considered to be \"big box,\" \"value,\" or \"economy\" brands, while the Wilson Staff line provides higher quality equipment used on all major professional golf tours.</p>', '', '', '', 'ro'),
(132, 'Wilson Staff', '<p>Wilson Staff is the professional and advanced amateur golf products division of Wilson Sporting Goods. Wilson designs and manufactures a full range of golf equipment, accessories, and apparel using the Wilson Staff, Wilson, ProStaff, Profile, and Hope brands. Wilson\'s other lines are generally considered to be \"big box,\" \"value,\" or \"economy\" brands, while the Wilson Staff line provides higher quality equipment used on all major professional golf tours.</p>', '', '', '', 'ru'),
(133, 'Montblanc', '<p>Montblanc International GmbH is a German manufacturer of writing instruments, watches, jewellery and leather goods, often identified by their \"White Star\" logo.<br></p>', '', '', '', 'da'),
(133, 'Montblanc', '<p>Montblanc International GmbH is a German manufacturer of writing instruments, watches, jewellery and leather goods, often identified by their \"White Star\" logo.<br></p>', '', '', '', 'de'),
(133, 'Montblanc', '<p>Montblanc International GmbH is a German manufacturer of writing instruments, watches, jewellery and leather goods, often identified by their \"White Star\" logo.<br></p>', '', '', '', 'el'),
(133, 'Montblanc', '<p>Montblanc International GmbH is a German manufacturer of writing instruments, watches, jewellery and leather goods, often identified by their \"White Star\" logo.<br></p>', '', '', '', 'en'),
(133, 'Montblanc', '<p>Montblanc International GmbH is a German manufacturer of writing instruments, watches, jewellery and leather goods, often identified by their \"White Star\" logo.<br></p>', '', '', '', 'es'),
(133, 'Montblanc', '<p>Montblanc International GmbH is a German manufacturer of writing instruments, watches, jewellery and leather goods, often identified by their \"White Star\" logo.<br></p>', '', '', '', 'fr'),
(133, 'Montblanc', '<p>Montblanc International GmbH is a German manufacturer of writing instruments, watches, jewellery and leather goods, often identified by their \"White Star\" logo.<br></p>', '', '', '', 'it'),
(133, 'Montblanc', '<p>Montblanc International GmbH is a German manufacturer of writing instruments, watches, jewellery and leather goods, often identified by their \"White Star\" logo.<br></p>', '', '', '', 'nl'),
(133, 'Montblanc', '<p>Montblanc International GmbH is a German manufacturer of writing instruments, watches, jewellery and leather goods, often identified by their \"White Star\" logo.<br></p>', '', '', '', 'no'),
(133, 'Montblanc', '<p>Montblanc International GmbH is a German manufacturer of writing instruments, watches, jewellery and leather goods, often identified by their \"White Star\" logo.<br></p>', '', '', '', 'pt'),
(133, 'Montblanc', '<p>Montblanc International GmbH is a German manufacturer of writing instruments, watches, jewellery and leather goods, often identified by their \"White Star\" logo.<br></p>', '', '', '', 'ro'),
(133, 'Montblanc', '<p>Montblanc International GmbH is a German manufacturer of writing instruments, watches, jewellery and leather goods, often identified by their \"White Star\" logo.<br></p>', '', '', '', 'ru'),
(134, 'Tissot', '<p><p>Tissot is a luxury Swiss watchmaker company founded in 1853 by Charles-Félicien Tissot and his son Charles-Émile Tissot who established the Tissot factory in the Swiss city of Le Locle, in the Neuchâtel area of the Jura Mountains.</p><p>Tissot should not be confused with Mathey-Tissot, a separate Swiss watchmaking firm established by Edmond Mathey-Tissot in 1886.</p></p>', '', '', '', 'da'),
(134, 'Tissot', '<p><p>Tissot is a luxury Swiss watchmaker company founded in 1853 by Charles-Félicien Tissot and his son Charles-Émile Tissot who established the Tissot factory in the Swiss city of Le Locle, in the Neuchâtel area of the Jura Mountains.</p><p>Tissot should not be confused with Mathey-Tissot, a separate Swiss watchmaking firm established by Edmond Mathey-Tissot in 1886.</p></p>', '', '', '', 'de'),
(134, 'Tissot', '<p><p>Tissot is a luxury Swiss watchmaker company founded in 1853 by Charles-Félicien Tissot and his son Charles-Émile Tissot who established the Tissot factory in the Swiss city of Le Locle, in the Neuchâtel area of the Jura Mountains.</p><p>Tissot should not be confused with Mathey-Tissot, a separate Swiss watchmaking firm established by Edmond Mathey-Tissot in 1886.</p></p>', '', '', '', 'el'),
(134, 'Tissot', '<p><p>Tissot is a luxury Swiss watchmaker company founded in 1853 by Charles-Félicien Tissot and his son Charles-Émile Tissot who established the Tissot factory in the Swiss city of Le Locle, in the Neuchâtel area of the Jura Mountains.</p><p>Tissot should not be confused with Mathey-Tissot, a separate Swiss watchmaking firm established by Edmond Mathey-Tissot in 1886.</p></p>', '', '', '', 'en'),
(134, 'Tissot', '<p><p>Tissot is a luxury Swiss watchmaker company founded in 1853 by Charles-Félicien Tissot and his son Charles-Émile Tissot who established the Tissot factory in the Swiss city of Le Locle, in the Neuchâtel area of the Jura Mountains.</p><p>Tissot should not be confused with Mathey-Tissot, a separate Swiss watchmaking firm established by Edmond Mathey-Tissot in 1886.</p></p>', '', '', '', 'es'),
(134, 'Tissot', '<p><p>Tissot is a luxury Swiss watchmaker company founded in 1853 by Charles-Félicien Tissot and his son Charles-Émile Tissot who established the Tissot factory in the Swiss city of Le Locle, in the Neuchâtel area of the Jura Mountains.</p><p>Tissot should not be confused with Mathey-Tissot, a separate Swiss watchmaking firm established by Edmond Mathey-Tissot in 1886.</p></p>', '', '', '', 'fr'),
(134, 'Tissot', '<p><p>Tissot is a luxury Swiss watchmaker company founded in 1853 by Charles-Félicien Tissot and his son Charles-Émile Tissot who established the Tissot factory in the Swiss city of Le Locle, in the Neuchâtel area of the Jura Mountains.</p><p>Tissot should not be confused with Mathey-Tissot, a separate Swiss watchmaking firm established by Edmond Mathey-Tissot in 1886.</p></p>', '', '', '', 'it'),
(134, 'Tissot', '<p><p>Tissot is a luxury Swiss watchmaker company founded in 1853 by Charles-Félicien Tissot and his son Charles-Émile Tissot who established the Tissot factory in the Swiss city of Le Locle, in the Neuchâtel area of the Jura Mountains.</p><p>Tissot should not be confused with Mathey-Tissot, a separate Swiss watchmaking firm established by Edmond Mathey-Tissot in 1886.</p></p>', '', '', '', 'nl'),
(134, 'Tissot', '<p><p>Tissot is a luxury Swiss watchmaker company founded in 1853 by Charles-Félicien Tissot and his son Charles-Émile Tissot who established the Tissot factory in the Swiss city of Le Locle, in the Neuchâtel area of the Jura Mountains.</p><p>Tissot should not be confused with Mathey-Tissot, a separate Swiss watchmaking firm established by Edmond Mathey-Tissot in 1886.</p></p>', '', '', '', 'no'),
(134, 'Tissot', '<p><p>Tissot is a luxury Swiss watchmaker company founded in 1853 by Charles-Félicien Tissot and his son Charles-Émile Tissot who established the Tissot factory in the Swiss city of Le Locle, in the Neuchâtel area of the Jura Mountains.</p><p>Tissot should not be confused with Mathey-Tissot, a separate Swiss watchmaking firm established by Edmond Mathey-Tissot in 1886.</p></p>', '', '', '', 'pt'),
(134, 'Tissot', '<p><p>Tissot is a luxury Swiss watchmaker company founded in 1853 by Charles-Félicien Tissot and his son Charles-Émile Tissot who established the Tissot factory in the Swiss city of Le Locle, in the Neuchâtel area of the Jura Mountains.</p><p>Tissot should not be confused with Mathey-Tissot, a separate Swiss watchmaking firm established by Edmond Mathey-Tissot in 1886.</p></p>', '', '', '', 'ro'),
(134, 'Tissot', '<p><p>Tissot is a luxury Swiss watchmaker company founded in 1853 by Charles-Félicien Tissot and his son Charles-Émile Tissot who established the Tissot factory in the Swiss city of Le Locle, in the Neuchâtel area of the Jura Mountains.</p><p>Tissot should not be confused with Mathey-Tissot, a separate Swiss watchmaking firm established by Edmond Mathey-Tissot in 1886.</p></p>', '', '', '', 'ru'),
(135, 'GoPro', '<p>\r\n	We dream. We have passionate ideas about what’s possible in this world. Our passions lead us to create experiences and realities that expand our world and inspire those around us.\r\n</p>\r\n<p>\r\n	GoPro helps people capture and share their lives’ most meaningful experiences with others—to celebrate them together. Like how a day on the mountain with friends is more meaningful than one spent alone, the sharing of our collective experiences makes our lives more fun.\r\n</p>\r\n<p>\r\n	The world’s most versatile cameras are what we make.\r\n</p>\r\n<p>\r\n	Enabling you to share your life through incredible photos and video is what we do.\r\n</p>\r\n<p>\r\n	This is your life...GoPro.\r\n</p>\r\n<p>\r\n	<strong>Nicholas Woodman</strong>\r\n</p>\r\n<p>\r\n	Founder and CEO\r\n</p>', '', '', '', 'da'),
(135, 'GoPro', '<p>\r\n	We dream. We have passionate ideas about what’s possible in this world. Our passions lead us to create experiences and realities that expand our world and inspire those around us.\r\n</p>\r\n<p>\r\n	GoPro helps people capture and share their lives’ most meaningful experiences with others—to celebrate them together. Like how a day on the mountain with friends is more meaningful than one spent alone, the sharing of our collective experiences makes our lives more fun.\r\n</p>\r\n<p>\r\n	The world’s most versatile cameras are what we make.\r\n</p>\r\n<p>\r\n	Enabling you to share your life through incredible photos and video is what we do.\r\n</p>\r\n<p>\r\n	This is your life...GoPro.\r\n</p>\r\n<p>\r\n	<strong>Nicholas Woodman</strong>\r\n</p>\r\n<p>\r\n	Founder and CEO\r\n</p>', '', '', '', 'de'),
(135, 'GoPro', '<p>\r\n	We dream. We have passionate ideas about what’s possible in this world. Our passions lead us to create experiences and realities that expand our world and inspire those around us.\r\n</p>\r\n<p>\r\n	GoPro helps people capture and share their lives’ most meaningful experiences with others—to celebrate them together. Like how a day on the mountain with friends is more meaningful than one spent alone, the sharing of our collective experiences makes our lives more fun.\r\n</p>\r\n<p>\r\n	The world’s most versatile cameras are what we make.\r\n</p>\r\n<p>\r\n	Enabling you to share your life through incredible photos and video is what we do.\r\n</p>\r\n<p>\r\n	This is your life...GoPro.\r\n</p>\r\n<p>\r\n	<strong>Nicholas Woodman</strong>\r\n</p>\r\n<p>\r\n	Founder and CEO\r\n</p>', '', '', '', 'el'),
(135, 'GoPro', '<p>\r\n	We dream. We have passionate ideas about what’s possible in this world. Our passions lead us to create experiences and realities that expand our world and inspire those around us.\r\n</p>\r\n<p>\r\n	GoPro helps people capture and share their lives’ most meaningful experiences with others—to celebrate them together. Like how a day on the mountain with friends is more meaningful than one spent alone, the sharing of our collective experiences makes our lives more fun.\r\n</p>\r\n<p>\r\n	The world’s most versatile cameras are what we make.\r\n</p>\r\n<p>\r\n	Enabling you to share your life through incredible photos and video is what we do.\r\n</p>\r\n<p>\r\n	This is your life...GoPro.\r\n</p>\r\n<p>\r\n	<strong>Nicholas Woodman</strong>\r\n</p>\r\n<p>\r\n	Founder and CEO\r\n</p>', '', '', '', 'en'),
(135, 'GoPro', '<p>\r\n	We dream. We have passionate ideas about what’s possible in this world. Our passions lead us to create experiences and realities that expand our world and inspire those around us.\r\n</p>\r\n<p>\r\n	GoPro helps people capture and share their lives’ most meaningful experiences with others—to celebrate them together. Like how a day on the mountain with friends is more meaningful than one spent alone, the sharing of our collective experiences makes our lives more fun.\r\n</p>\r\n<p>\r\n	The world’s most versatile cameras are what we make.\r\n</p>\r\n<p>\r\n	Enabling you to share your life through incredible photos and video is what we do.\r\n</p>\r\n<p>\r\n	This is your life...GoPro.\r\n</p>\r\n<p>\r\n	<strong>Nicholas Woodman</strong>\r\n</p>\r\n<p>\r\n	Founder and CEO\r\n</p>', '', '', '', 'es'),
(135, 'GoPro', '<p>\r\n	We dream. We have passionate ideas about what’s possible in this world. Our passions lead us to create experiences and realities that expand our world and inspire those around us.\r\n</p>\r\n<p>\r\n	GoPro helps people capture and share their lives’ most meaningful experiences with others—to celebrate them together. Like how a day on the mountain with friends is more meaningful than one spent alone, the sharing of our collective experiences makes our lives more fun.\r\n</p>\r\n<p>\r\n	The world’s most versatile cameras are what we make.\r\n</p>\r\n<p>\r\n	Enabling you to share your life through incredible photos and video is what we do.\r\n</p>\r\n<p>\r\n	This is your life...GoPro.\r\n</p>\r\n<p>\r\n	<strong>Nicholas Woodman</strong>\r\n</p>\r\n<p>\r\n	Founder and CEO\r\n</p>', '', '', '', 'fr'),
(135, 'GoPro', '<p>\r\n	We dream. We have passionate ideas about what’s possible in this world. Our passions lead us to create experiences and realities that expand our world and inspire those around us.\r\n</p>\r\n<p>\r\n	GoPro helps people capture and share their lives’ most meaningful experiences with others—to celebrate them together. Like how a day on the mountain with friends is more meaningful than one spent alone, the sharing of our collective experiences makes our lives more fun.\r\n</p>\r\n<p>\r\n	The world’s most versatile cameras are what we make.\r\n</p>\r\n<p>\r\n	Enabling you to share your life through incredible photos and video is what we do.\r\n</p>\r\n<p>\r\n	This is your life...GoPro.\r\n</p>\r\n<p>\r\n	<strong>Nicholas Woodman</strong>\r\n</p>\r\n<p>\r\n	Founder and CEO\r\n</p>', '', '', '', 'it'),
(135, 'GoPro', '<p>\r\n	We dream. We have passionate ideas about what’s possible in this world. Our passions lead us to create experiences and realities that expand our world and inspire those around us.\r\n</p>\r\n<p>\r\n	GoPro helps people capture and share their lives’ most meaningful experiences with others—to celebrate them together. Like how a day on the mountain with friends is more meaningful than one spent alone, the sharing of our collective experiences makes our lives more fun.\r\n</p>\r\n<p>\r\n	The world’s most versatile cameras are what we make.\r\n</p>\r\n<p>\r\n	Enabling you to share your life through incredible photos and video is what we do.\r\n</p>\r\n<p>\r\n	This is your life...GoPro.\r\n</p>\r\n<p>\r\n	<strong>Nicholas Woodman</strong>\r\n</p>\r\n<p>\r\n	Founder and CEO\r\n</p>', '', '', '', 'nl'),
(135, 'GoPro', '<p>\r\n	We dream. We have passionate ideas about what’s possible in this world. Our passions lead us to create experiences and realities that expand our world and inspire those around us.\r\n</p>\r\n<p>\r\n	GoPro helps people capture and share their lives’ most meaningful experiences with others—to celebrate them together. Like how a day on the mountain with friends is more meaningful than one spent alone, the sharing of our collective experiences makes our lives more fun.\r\n</p>\r\n<p>\r\n	The world’s most versatile cameras are what we make.\r\n</p>\r\n<p>\r\n	Enabling you to share your life through incredible photos and video is what we do.\r\n</p>\r\n<p>\r\n	This is your life...GoPro.\r\n</p>\r\n<p>\r\n	<strong>Nicholas Woodman</strong>\r\n</p>\r\n<p>\r\n	Founder and CEO\r\n</p>', '', '', '', 'no'),
(135, 'GoPro', '<p>\r\n	We dream. We have passionate ideas about what’s possible in this world. Our passions lead us to create experiences and realities that expand our world and inspire those around us.\r\n</p>\r\n<p>\r\n	GoPro helps people capture and share their lives’ most meaningful experiences with others—to celebrate them together. Like how a day on the mountain with friends is more meaningful than one spent alone, the sharing of our collective experiences makes our lives more fun.\r\n</p>\r\n<p>\r\n	The world’s most versatile cameras are what we make.\r\n</p>\r\n<p>\r\n	Enabling you to share your life through incredible photos and video is what we do.\r\n</p>\r\n<p>\r\n	This is your life...GoPro.\r\n</p>\r\n<p>\r\n	<strong>Nicholas Woodman</strong>\r\n</p>\r\n<p>\r\n	Founder and CEO\r\n</p>', '', '', '', 'pt'),
(135, 'GoPro', '<p>\r\n	We dream. We have passionate ideas about what’s possible in this world. Our passions lead us to create experiences and realities that expand our world and inspire those around us.\r\n</p>\r\n<p>\r\n	GoPro helps people capture and share their lives’ most meaningful experiences with others—to celebrate them together. Like how a day on the mountain with friends is more meaningful than one spent alone, the sharing of our collective experiences makes our lives more fun.\r\n</p>\r\n<p>\r\n	The world’s most versatile cameras are what we make.\r\n</p>\r\n<p>\r\n	Enabling you to share your life through incredible photos and video is what we do.\r\n</p>\r\n<p>\r\n	This is your life...GoPro.\r\n</p>\r\n<p>\r\n	<strong>Nicholas Woodman</strong>\r\n</p>\r\n<p>\r\n	Founder and CEO\r\n</p>', '', '', '', 'ro'),
(135, 'GoPro', '<p>\r\n	We dream. We have passionate ideas about what’s possible in this world. Our passions lead us to create experiences and realities that expand our world and inspire those around us.\r\n</p>\r\n<p>\r\n	GoPro helps people capture and share their lives’ most meaningful experiences with others—to celebrate them together. Like how a day on the mountain with friends is more meaningful than one spent alone, the sharing of our collective experiences makes our lives more fun.\r\n</p>\r\n<p>\r\n	The world’s most versatile cameras are what we make.\r\n</p>\r\n<p>\r\n	Enabling you to share your life through incredible photos and video is what we do.\r\n</p>\r\n<p>\r\n	This is your life...GoPro.\r\n</p>\r\n<p>\r\n	<strong>Nicholas Woodman</strong>\r\n</p>\r\n<p>\r\n	Founder and CEO\r\n</p>', '', '', '', 'ru'),
(136, 'Microsoft', '<p><strong style=\"background-color: initial;\">Microsoft Corporation</strong> &mdash; is one of the biggest <a href=\"https://ru.wikipedia.org/wiki/%D0%A2%D1%80%D0%B0%D0%BD%D1%81%D0%BD%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F_%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F\" style=\"background-color: initial;\">international companies</a> that develops&nbsp;<a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D1%80%D0%BE%D0%BF%D1%80%D0%B8%D0%B5%D1%82%D0%B0%D1%80%D0%BD%D0%BE%D0%B5_%D0%9F%D0%9E\" style=\"background-color: initial;\">proprietary</a> <a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D0%BD%D0%BE%D0%B5_%D0%BE%D0%B1%D0%B5%D1%81%D0%BF%D0%B5%D1%87%D0%B5%D0%BD%D0%B8%D0%B5\" style=\"background-color: initial;\">software</a> for different kinds of computing devices &mdash; <a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D0%B5%D1%80%D1%81%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\" style=\"background-color: initial;\">personal computers</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%98%D0%B3%D1%80%D0%BE%D0%B2%D0%B0%D1%8F_%D0%BF%D1%80%D0%B8%D1%81%D1%82%D0%B0%D0%B2%D0%BA%D0%B0\" style=\"background-color: initial;\">videogame consoles</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%B0%D1%80%D0%BC%D0%B0%D0%BD%D0%BD%D1%8B%D0%B9_%D0%BF%D0%B5%D1%80%D1%81%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\" style=\"background-color: initial;\">PDAs</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%A1%D0%BE%D1%82%D0%BE%D0%B2%D1%8B%D0%B9_%D1%82%D0%B5%D0%BB%D0%B5%D1%84%D0%BE%D0%BD\" style=\"background-color: initial;\">mobile phones</a>, etc. Microsoft developed the most popular&nbsp;&mdash; <a href=\"https://ru.wikipedia.org/wiki/%D0%9E%D0%BF%D0%B5%D1%80%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%BD%D0%B0%D1%8F_%D1%81%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D0%B0\" style=\"background-color: initial;\">operating system</a>—<a href=\"https://ru.wikipedia.org/wiki/Microsoft_Windows\" style=\"background-color: initial;\">Windows</a>.</p><p>The company divisions also produce <a href=\"https://ru.wikipedia.org/wiki/%D0%98%D0%B3%D1%80%D0%BE%D0%B2%D0%B0%D1%8F_%D0%BA%D0%BE%D0%BD%D1%81%D0%BE%D0%BB%D1%8C\">the videogame console</a> <a href=\"https://ru.wikipedia.org/wiki/Xbox\">Xbox</a>, and PC accessories (<a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%BB%D0%B0%D0%B2%D0%B8%D0%B0%D1%82%D1%83%D1%80%D0%B0_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80%D0%B0\">keyboards</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80%D0%BD%D0%B0%D1%8F_%D0%BC%D1%8B%D1%88%D1%8C\">mouses</a>, etc.). In <a href=\"https://ru.wikipedia.org/wiki/2012_%D0%B3%D0%BE%D0%B4\">2012</a> the company launched their own<a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D0%BB%D0%B0%D0%BD%D1%88%D0%B5%D1%82%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\">tablet</a> &mdash; <a href=\"https://ru.wikipedia.org/wiki/Microsoft_Surface\">Surface</a> and its Surface RT edition. Microsoft sells its products more than in 80 countries, software was translated into more than 45 languages.</p><p>Microsoft headquarters is located in <a href=\"https://ru.wikipedia.org/wiki/%D0%A0%D0%B5%D0%B4%D0%BC%D0%BE%D0%BD%D0%B4_(%D0%92%D0%B0%D1%88%D0%B8%D0%BD%D0%B3%D1%82%D0%BE%D0%BD)\">Redmond</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%92%D0%B0%D1%88%D0%B8%D0%BD%D0%B3%D1%82%D0%BE%D0%BD_(%D1%88%D1%82%D0%B0%D1%82)\">Washington</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%A1%D0%BE%D0%B5%D0%B4%D0%B8%D0%BD%D1%91%D0%BD%D0%BD%D1%8B%D0%B5_%D0%A8%D1%82%D0%B0%D1%82%D1%8B_%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B8\">USA</a>.</p><p>On the 5th of June, 2014 the staff numbered 127104.</p><p>In <a href=\"https://ru.wikipedia.org/wiki/%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D1%8F\">Russia</a> Microsoft department was opened in <a href=\"https://ru.wikipedia.org/wiki/1992_%D0%B3%D0%BE%D0%B4\">1992</a> (in July, <a href=\"https://ru.wikipedia.org/wiki/2004_%D0%B3%D0%BE%D0%B4\">2004</a> &mdash; «<a href=\"https://ru.wikipedia.org/wiki/%D0%9C%D0%B0%D0%B9%D0%BA%D1%80%D0%BE%D1%81%D0%BE%D1%84%D1%82_%D0%A0%D1%83%D1%81\">Microsoft Rus LLC</a>»).</p>', '', '', '', 'da');
INSERT INTO `partiushop_product_feature_variant_descriptions` (`variant_id`, `variant`, `description`, `page_title`, `meta_keywords`, `meta_description`, `lang_code`) VALUES
(136, 'Microsoft', '<p><strong style=\"background-color: initial;\">Microsoft Corporation</strong> &mdash; is one of the biggest <a href=\"https://ru.wikipedia.org/wiki/%D0%A2%D1%80%D0%B0%D0%BD%D1%81%D0%BD%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F_%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F\" style=\"background-color: initial;\">international companies</a> that develops&nbsp;<a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D1%80%D0%BE%D0%BF%D1%80%D0%B8%D0%B5%D1%82%D0%B0%D1%80%D0%BD%D0%BE%D0%B5_%D0%9F%D0%9E\" style=\"background-color: initial;\">proprietary</a> <a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D0%BD%D0%BE%D0%B5_%D0%BE%D0%B1%D0%B5%D1%81%D0%BF%D0%B5%D1%87%D0%B5%D0%BD%D0%B8%D0%B5\" style=\"background-color: initial;\">software</a> for different kinds of computing devices &mdash; <a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D0%B5%D1%80%D1%81%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\" style=\"background-color: initial;\">personal computers</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%98%D0%B3%D1%80%D0%BE%D0%B2%D0%B0%D1%8F_%D0%BF%D1%80%D0%B8%D1%81%D1%82%D0%B0%D0%B2%D0%BA%D0%B0\" style=\"background-color: initial;\">videogame consoles</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%B0%D1%80%D0%BC%D0%B0%D0%BD%D0%BD%D1%8B%D0%B9_%D0%BF%D0%B5%D1%80%D1%81%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\" style=\"background-color: initial;\">PDAs</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%A1%D0%BE%D1%82%D0%BE%D0%B2%D1%8B%D0%B9_%D1%82%D0%B5%D0%BB%D0%B5%D1%84%D0%BE%D0%BD\" style=\"background-color: initial;\">mobile phones</a>, etc. Microsoft developed the most popular&nbsp;&mdash; <a href=\"https://ru.wikipedia.org/wiki/%D0%9E%D0%BF%D0%B5%D1%80%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%BD%D0%B0%D1%8F_%D1%81%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D0%B0\" style=\"background-color: initial;\">operating system</a>—<a href=\"https://ru.wikipedia.org/wiki/Microsoft_Windows\" style=\"background-color: initial;\">Windows</a>.</p><p>The company divisions also produce <a href=\"https://ru.wikipedia.org/wiki/%D0%98%D0%B3%D1%80%D0%BE%D0%B2%D0%B0%D1%8F_%D0%BA%D0%BE%D0%BD%D1%81%D0%BE%D0%BB%D1%8C\">the videogame console</a> <a href=\"https://ru.wikipedia.org/wiki/Xbox\">Xbox</a>, and PC accessories (<a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%BB%D0%B0%D0%B2%D0%B8%D0%B0%D1%82%D1%83%D1%80%D0%B0_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80%D0%B0\">keyboards</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80%D0%BD%D0%B0%D1%8F_%D0%BC%D1%8B%D1%88%D1%8C\">mouses</a>, etc.). In <a href=\"https://ru.wikipedia.org/wiki/2012_%D0%B3%D0%BE%D0%B4\">2012</a> the company launched their own<a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D0%BB%D0%B0%D0%BD%D1%88%D0%B5%D1%82%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\">tablet</a> &mdash; <a href=\"https://ru.wikipedia.org/wiki/Microsoft_Surface\">Surface</a> and its Surface RT edition. Microsoft sells its products more than in 80 countries, software was translated into more than 45 languages.</p><p>Microsoft headquarters is located in <a href=\"https://ru.wikipedia.org/wiki/%D0%A0%D0%B5%D0%B4%D0%BC%D0%BE%D0%BD%D0%B4_(%D0%92%D0%B0%D1%88%D0%B8%D0%BD%D0%B3%D1%82%D0%BE%D0%BD)\">Redmond</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%92%D0%B0%D1%88%D0%B8%D0%BD%D0%B3%D1%82%D0%BE%D0%BD_(%D1%88%D1%82%D0%B0%D1%82)\">Washington</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%A1%D0%BE%D0%B5%D0%B4%D0%B8%D0%BD%D1%91%D0%BD%D0%BD%D1%8B%D0%B5_%D0%A8%D1%82%D0%B0%D1%82%D1%8B_%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B8\">USA</a>.</p><p>On the 5th of June, 2014 the staff numbered 127104.</p><p>In <a href=\"https://ru.wikipedia.org/wiki/%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D1%8F\">Russia</a> Microsoft department was opened in <a href=\"https://ru.wikipedia.org/wiki/1992_%D0%B3%D0%BE%D0%B4\">1992</a> (in July, <a href=\"https://ru.wikipedia.org/wiki/2004_%D0%B3%D0%BE%D0%B4\">2004</a> &mdash; «<a href=\"https://ru.wikipedia.org/wiki/%D0%9C%D0%B0%D0%B9%D0%BA%D1%80%D0%BE%D1%81%D0%BE%D1%84%D1%82_%D0%A0%D1%83%D1%81\">Microsoft Rus LLC</a>»).</p>', '', '', '', 'de'),
(136, 'Microsoft', '<p><strong style=\"background-color: initial;\">Microsoft Corporation</strong> &mdash; is one of the biggest <a href=\"https://ru.wikipedia.org/wiki/%D0%A2%D1%80%D0%B0%D0%BD%D1%81%D0%BD%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F_%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F\" style=\"background-color: initial;\">international companies</a> that develops&nbsp;<a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D1%80%D0%BE%D0%BF%D1%80%D0%B8%D0%B5%D1%82%D0%B0%D1%80%D0%BD%D0%BE%D0%B5_%D0%9F%D0%9E\" style=\"background-color: initial;\">proprietary</a> <a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D0%BD%D0%BE%D0%B5_%D0%BE%D0%B1%D0%B5%D1%81%D0%BF%D0%B5%D1%87%D0%B5%D0%BD%D0%B8%D0%B5\" style=\"background-color: initial;\">software</a> for different kinds of computing devices &mdash; <a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D0%B5%D1%80%D1%81%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\" style=\"background-color: initial;\">personal computers</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%98%D0%B3%D1%80%D0%BE%D0%B2%D0%B0%D1%8F_%D0%BF%D1%80%D0%B8%D1%81%D1%82%D0%B0%D0%B2%D0%BA%D0%B0\" style=\"background-color: initial;\">videogame consoles</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%B0%D1%80%D0%BC%D0%B0%D0%BD%D0%BD%D1%8B%D0%B9_%D0%BF%D0%B5%D1%80%D1%81%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\" style=\"background-color: initial;\">PDAs</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%A1%D0%BE%D1%82%D0%BE%D0%B2%D1%8B%D0%B9_%D1%82%D0%B5%D0%BB%D0%B5%D1%84%D0%BE%D0%BD\" style=\"background-color: initial;\">mobile phones</a>, etc. Microsoft developed the most popular&nbsp;&mdash; <a href=\"https://ru.wikipedia.org/wiki/%D0%9E%D0%BF%D0%B5%D1%80%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%BD%D0%B0%D1%8F_%D1%81%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D0%B0\" style=\"background-color: initial;\">operating system</a>—<a href=\"https://ru.wikipedia.org/wiki/Microsoft_Windows\" style=\"background-color: initial;\">Windows</a>.</p><p>The company divisions also produce <a href=\"https://ru.wikipedia.org/wiki/%D0%98%D0%B3%D1%80%D0%BE%D0%B2%D0%B0%D1%8F_%D0%BA%D0%BE%D0%BD%D1%81%D0%BE%D0%BB%D1%8C\">the videogame console</a> <a href=\"https://ru.wikipedia.org/wiki/Xbox\">Xbox</a>, and PC accessories (<a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%BB%D0%B0%D0%B2%D0%B8%D0%B0%D1%82%D1%83%D1%80%D0%B0_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80%D0%B0\">keyboards</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80%D0%BD%D0%B0%D1%8F_%D0%BC%D1%8B%D1%88%D1%8C\">mouses</a>, etc.). In <a href=\"https://ru.wikipedia.org/wiki/2012_%D0%B3%D0%BE%D0%B4\">2012</a> the company launched their own<a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D0%BB%D0%B0%D0%BD%D1%88%D0%B5%D1%82%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\">tablet</a> &mdash; <a href=\"https://ru.wikipedia.org/wiki/Microsoft_Surface\">Surface</a> and its Surface RT edition. Microsoft sells its products more than in 80 countries, software was translated into more than 45 languages.</p><p>Microsoft headquarters is located in <a href=\"https://ru.wikipedia.org/wiki/%D0%A0%D0%B5%D0%B4%D0%BC%D0%BE%D0%BD%D0%B4_(%D0%92%D0%B0%D1%88%D0%B8%D0%BD%D0%B3%D1%82%D0%BE%D0%BD)\">Redmond</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%92%D0%B0%D1%88%D0%B8%D0%BD%D0%B3%D1%82%D0%BE%D0%BD_(%D1%88%D1%82%D0%B0%D1%82)\">Washington</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%A1%D0%BE%D0%B5%D0%B4%D0%B8%D0%BD%D1%91%D0%BD%D0%BD%D1%8B%D0%B5_%D0%A8%D1%82%D0%B0%D1%82%D1%8B_%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B8\">USA</a>.</p><p>On the 5th of June, 2014 the staff numbered 127104.</p><p>In <a href=\"https://ru.wikipedia.org/wiki/%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D1%8F\">Russia</a> Microsoft department was opened in <a href=\"https://ru.wikipedia.org/wiki/1992_%D0%B3%D0%BE%D0%B4\">1992</a> (in July, <a href=\"https://ru.wikipedia.org/wiki/2004_%D0%B3%D0%BE%D0%B4\">2004</a> &mdash; «<a href=\"https://ru.wikipedia.org/wiki/%D0%9C%D0%B0%D0%B9%D0%BA%D1%80%D0%BE%D1%81%D0%BE%D1%84%D1%82_%D0%A0%D1%83%D1%81\">Microsoft Rus LLC</a>»).</p>', '', '', '', 'el'),
(136, 'Microsoft', '<p><strong style=\"background-color: initial;\">Microsoft Corporation</strong> &mdash; is one of the biggest <a href=\"https://ru.wikipedia.org/wiki/%D0%A2%D1%80%D0%B0%D0%BD%D1%81%D0%BD%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F_%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F\" style=\"background-color: initial;\">international companies</a> that develops&nbsp;<a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D1%80%D0%BE%D0%BF%D1%80%D0%B8%D0%B5%D1%82%D0%B0%D1%80%D0%BD%D0%BE%D0%B5_%D0%9F%D0%9E\" style=\"background-color: initial;\">proprietary</a> <a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D0%BD%D0%BE%D0%B5_%D0%BE%D0%B1%D0%B5%D1%81%D0%BF%D0%B5%D1%87%D0%B5%D0%BD%D0%B8%D0%B5\" style=\"background-color: initial;\">software</a> for different kinds of computing devices &mdash; <a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D0%B5%D1%80%D1%81%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\" style=\"background-color: initial;\">personal computers</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%98%D0%B3%D1%80%D0%BE%D0%B2%D0%B0%D1%8F_%D0%BF%D1%80%D0%B8%D1%81%D1%82%D0%B0%D0%B2%D0%BA%D0%B0\" style=\"background-color: initial;\">videogame consoles</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%B0%D1%80%D0%BC%D0%B0%D0%BD%D0%BD%D1%8B%D0%B9_%D0%BF%D0%B5%D1%80%D1%81%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\" style=\"background-color: initial;\">PDAs</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%A1%D0%BE%D1%82%D0%BE%D0%B2%D1%8B%D0%B9_%D1%82%D0%B5%D0%BB%D0%B5%D1%84%D0%BE%D0%BD\" style=\"background-color: initial;\">mobile phones</a>, etc. Microsoft developed the most popular&nbsp;&mdash; <a href=\"https://ru.wikipedia.org/wiki/%D0%9E%D0%BF%D0%B5%D1%80%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%BD%D0%B0%D1%8F_%D1%81%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D0%B0\" style=\"background-color: initial;\">operating system</a>—<a href=\"https://ru.wikipedia.org/wiki/Microsoft_Windows\" style=\"background-color: initial;\">Windows</a>.</p><p>The company divisions also produce <a href=\"https://ru.wikipedia.org/wiki/%D0%98%D0%B3%D1%80%D0%BE%D0%B2%D0%B0%D1%8F_%D0%BA%D0%BE%D0%BD%D1%81%D0%BE%D0%BB%D1%8C\">the videogame console</a> <a href=\"https://ru.wikipedia.org/wiki/Xbox\">Xbox</a>, and PC accessories (<a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%BB%D0%B0%D0%B2%D0%B8%D0%B0%D1%82%D1%83%D1%80%D0%B0_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80%D0%B0\">keyboards</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80%D0%BD%D0%B0%D1%8F_%D0%BC%D1%8B%D1%88%D1%8C\">mouses</a>, etc.). In <a href=\"https://ru.wikipedia.org/wiki/2012_%D0%B3%D0%BE%D0%B4\">2012</a> the company launched their own<a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D0%BB%D0%B0%D0%BD%D1%88%D0%B5%D1%82%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\">tablet</a> &mdash; <a href=\"https://ru.wikipedia.org/wiki/Microsoft_Surface\">Surface</a> and its Surface RT edition. Microsoft sells its products more than in 80 countries, software was translated into more than 45 languages.</p><p>Microsoft headquarters is located in <a href=\"https://ru.wikipedia.org/wiki/%D0%A0%D0%B5%D0%B4%D0%BC%D0%BE%D0%BD%D0%B4_(%D0%92%D0%B0%D1%88%D0%B8%D0%BD%D0%B3%D1%82%D0%BE%D0%BD)\">Redmond</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%92%D0%B0%D1%88%D0%B8%D0%BD%D0%B3%D1%82%D0%BE%D0%BD_(%D1%88%D1%82%D0%B0%D1%82)\">Washington</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%A1%D0%BE%D0%B5%D0%B4%D0%B8%D0%BD%D1%91%D0%BD%D0%BD%D1%8B%D0%B5_%D0%A8%D1%82%D0%B0%D1%82%D1%8B_%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B8\">USA</a>.</p><p>On the 5th of June, 2014 the staff numbered 127104.</p><p>In <a href=\"https://ru.wikipedia.org/wiki/%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D1%8F\">Russia</a> Microsoft department was opened in <a href=\"https://ru.wikipedia.org/wiki/1992_%D0%B3%D0%BE%D0%B4\">1992</a> (in July, <a href=\"https://ru.wikipedia.org/wiki/2004_%D0%B3%D0%BE%D0%B4\">2004</a> &mdash; «<a href=\"https://ru.wikipedia.org/wiki/%D0%9C%D0%B0%D0%B9%D0%BA%D1%80%D0%BE%D1%81%D0%BE%D1%84%D1%82_%D0%A0%D1%83%D1%81\">Microsoft Rus LLC</a>»).</p>', '', '', '', 'en'),
(136, 'Microsoft', '<p><strong style=\"background-color: initial;\">Microsoft Corporation</strong> &mdash; is one of the biggest <a href=\"https://ru.wikipedia.org/wiki/%D0%A2%D1%80%D0%B0%D0%BD%D1%81%D0%BD%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F_%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F\" style=\"background-color: initial;\">international companies</a> that develops&nbsp;<a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D1%80%D0%BE%D0%BF%D1%80%D0%B8%D0%B5%D1%82%D0%B0%D1%80%D0%BD%D0%BE%D0%B5_%D0%9F%D0%9E\" style=\"background-color: initial;\">proprietary</a> <a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D0%BD%D0%BE%D0%B5_%D0%BE%D0%B1%D0%B5%D1%81%D0%BF%D0%B5%D1%87%D0%B5%D0%BD%D0%B8%D0%B5\" style=\"background-color: initial;\">software</a> for different kinds of computing devices &mdash; <a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D0%B5%D1%80%D1%81%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\" style=\"background-color: initial;\">personal computers</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%98%D0%B3%D1%80%D0%BE%D0%B2%D0%B0%D1%8F_%D0%BF%D1%80%D0%B8%D1%81%D1%82%D0%B0%D0%B2%D0%BA%D0%B0\" style=\"background-color: initial;\">videogame consoles</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%B0%D1%80%D0%BC%D0%B0%D0%BD%D0%BD%D1%8B%D0%B9_%D0%BF%D0%B5%D1%80%D1%81%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\" style=\"background-color: initial;\">PDAs</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%A1%D0%BE%D1%82%D0%BE%D0%B2%D1%8B%D0%B9_%D1%82%D0%B5%D0%BB%D0%B5%D1%84%D0%BE%D0%BD\" style=\"background-color: initial;\">mobile phones</a>, etc. Microsoft developed the most popular&nbsp;&mdash; <a href=\"https://ru.wikipedia.org/wiki/%D0%9E%D0%BF%D0%B5%D1%80%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%BD%D0%B0%D1%8F_%D1%81%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D0%B0\" style=\"background-color: initial;\">operating system</a>—<a href=\"https://ru.wikipedia.org/wiki/Microsoft_Windows\" style=\"background-color: initial;\">Windows</a>.</p><p>The company divisions also produce <a href=\"https://ru.wikipedia.org/wiki/%D0%98%D0%B3%D1%80%D0%BE%D0%B2%D0%B0%D1%8F_%D0%BA%D0%BE%D0%BD%D1%81%D0%BE%D0%BB%D1%8C\">the videogame console</a> <a href=\"https://ru.wikipedia.org/wiki/Xbox\">Xbox</a>, and PC accessories (<a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%BB%D0%B0%D0%B2%D0%B8%D0%B0%D1%82%D1%83%D1%80%D0%B0_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80%D0%B0\">keyboards</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80%D0%BD%D0%B0%D1%8F_%D0%BC%D1%8B%D1%88%D1%8C\">mouses</a>, etc.). In <a href=\"https://ru.wikipedia.org/wiki/2012_%D0%B3%D0%BE%D0%B4\">2012</a> the company launched their own<a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D0%BB%D0%B0%D0%BD%D1%88%D0%B5%D1%82%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\">tablet</a> &mdash; <a href=\"https://ru.wikipedia.org/wiki/Microsoft_Surface\">Surface</a> and its Surface RT edition. Microsoft sells its products more than in 80 countries, software was translated into more than 45 languages.</p><p>Microsoft headquarters is located in <a href=\"https://ru.wikipedia.org/wiki/%D0%A0%D0%B5%D0%B4%D0%BC%D0%BE%D0%BD%D0%B4_(%D0%92%D0%B0%D1%88%D0%B8%D0%BD%D0%B3%D1%82%D0%BE%D0%BD)\">Redmond</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%92%D0%B0%D1%88%D0%B8%D0%BD%D0%B3%D1%82%D0%BE%D0%BD_(%D1%88%D1%82%D0%B0%D1%82)\">Washington</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%A1%D0%BE%D0%B5%D0%B4%D0%B8%D0%BD%D1%91%D0%BD%D0%BD%D1%8B%D0%B5_%D0%A8%D1%82%D0%B0%D1%82%D1%8B_%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B8\">USA</a>.</p><p>On the 5th of June, 2014 the staff numbered 127104.</p><p>In <a href=\"https://ru.wikipedia.org/wiki/%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D1%8F\">Russia</a> Microsoft department was opened in <a href=\"https://ru.wikipedia.org/wiki/1992_%D0%B3%D0%BE%D0%B4\">1992</a> (in July, <a href=\"https://ru.wikipedia.org/wiki/2004_%D0%B3%D0%BE%D0%B4\">2004</a> &mdash; «<a href=\"https://ru.wikipedia.org/wiki/%D0%9C%D0%B0%D0%B9%D0%BA%D1%80%D0%BE%D1%81%D0%BE%D1%84%D1%82_%D0%A0%D1%83%D1%81\">Microsoft Rus LLC</a>»).</p>', '', '', '', 'es'),
(136, 'Microsoft', '<p><strong style=\"background-color: initial;\">Microsoft Corporation</strong> &mdash; is one of the biggest <a href=\"https://ru.wikipedia.org/wiki/%D0%A2%D1%80%D0%B0%D0%BD%D1%81%D0%BD%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F_%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F\" style=\"background-color: initial;\">international companies</a> that develops&nbsp;<a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D1%80%D0%BE%D0%BF%D1%80%D0%B8%D0%B5%D1%82%D0%B0%D1%80%D0%BD%D0%BE%D0%B5_%D0%9F%D0%9E\" style=\"background-color: initial;\">proprietary</a> <a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D0%BD%D0%BE%D0%B5_%D0%BE%D0%B1%D0%B5%D1%81%D0%BF%D0%B5%D1%87%D0%B5%D0%BD%D0%B8%D0%B5\" style=\"background-color: initial;\">software</a> for different kinds of computing devices &mdash; <a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D0%B5%D1%80%D1%81%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\" style=\"background-color: initial;\">personal computers</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%98%D0%B3%D1%80%D0%BE%D0%B2%D0%B0%D1%8F_%D0%BF%D1%80%D0%B8%D1%81%D1%82%D0%B0%D0%B2%D0%BA%D0%B0\" style=\"background-color: initial;\">videogame consoles</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%B0%D1%80%D0%BC%D0%B0%D0%BD%D0%BD%D1%8B%D0%B9_%D0%BF%D0%B5%D1%80%D1%81%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\" style=\"background-color: initial;\">PDAs</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%A1%D0%BE%D1%82%D0%BE%D0%B2%D1%8B%D0%B9_%D1%82%D0%B5%D0%BB%D0%B5%D1%84%D0%BE%D0%BD\" style=\"background-color: initial;\">mobile phones</a>, etc. Microsoft developed the most popular&nbsp;&mdash; <a href=\"https://ru.wikipedia.org/wiki/%D0%9E%D0%BF%D0%B5%D1%80%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%BD%D0%B0%D1%8F_%D1%81%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D0%B0\" style=\"background-color: initial;\">operating system</a>—<a href=\"https://ru.wikipedia.org/wiki/Microsoft_Windows\" style=\"background-color: initial;\">Windows</a>.</p><p>The company divisions also produce <a href=\"https://ru.wikipedia.org/wiki/%D0%98%D0%B3%D1%80%D0%BE%D0%B2%D0%B0%D1%8F_%D0%BA%D0%BE%D0%BD%D1%81%D0%BE%D0%BB%D1%8C\">the videogame console</a> <a href=\"https://ru.wikipedia.org/wiki/Xbox\">Xbox</a>, and PC accessories (<a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%BB%D0%B0%D0%B2%D0%B8%D0%B0%D1%82%D1%83%D1%80%D0%B0_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80%D0%B0\">keyboards</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80%D0%BD%D0%B0%D1%8F_%D0%BC%D1%8B%D1%88%D1%8C\">mouses</a>, etc.). In <a href=\"https://ru.wikipedia.org/wiki/2012_%D0%B3%D0%BE%D0%B4\">2012</a> the company launched their own<a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D0%BB%D0%B0%D0%BD%D1%88%D0%B5%D1%82%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\">tablet</a> &mdash; <a href=\"https://ru.wikipedia.org/wiki/Microsoft_Surface\">Surface</a> and its Surface RT edition. Microsoft sells its products more than in 80 countries, software was translated into more than 45 languages.</p><p>Microsoft headquarters is located in <a href=\"https://ru.wikipedia.org/wiki/%D0%A0%D0%B5%D0%B4%D0%BC%D0%BE%D0%BD%D0%B4_(%D0%92%D0%B0%D1%88%D0%B8%D0%BD%D0%B3%D1%82%D0%BE%D0%BD)\">Redmond</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%92%D0%B0%D1%88%D0%B8%D0%BD%D0%B3%D1%82%D0%BE%D0%BD_(%D1%88%D1%82%D0%B0%D1%82)\">Washington</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%A1%D0%BE%D0%B5%D0%B4%D0%B8%D0%BD%D1%91%D0%BD%D0%BD%D1%8B%D0%B5_%D0%A8%D1%82%D0%B0%D1%82%D1%8B_%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B8\">USA</a>.</p><p>On the 5th of June, 2014 the staff numbered 127104.</p><p>In <a href=\"https://ru.wikipedia.org/wiki/%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D1%8F\">Russia</a> Microsoft department was opened in <a href=\"https://ru.wikipedia.org/wiki/1992_%D0%B3%D0%BE%D0%B4\">1992</a> (in July, <a href=\"https://ru.wikipedia.org/wiki/2004_%D0%B3%D0%BE%D0%B4\">2004</a> &mdash; «<a href=\"https://ru.wikipedia.org/wiki/%D0%9C%D0%B0%D0%B9%D0%BA%D1%80%D0%BE%D1%81%D0%BE%D1%84%D1%82_%D0%A0%D1%83%D1%81\">Microsoft Rus LLC</a>»).</p>', '', '', '', 'fr'),
(136, 'Microsoft', '<p><strong style=\"background-color: initial;\">Microsoft Corporation</strong> &mdash; is one of the biggest <a href=\"https://ru.wikipedia.org/wiki/%D0%A2%D1%80%D0%B0%D0%BD%D1%81%D0%BD%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F_%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F\" style=\"background-color: initial;\">international companies</a> that develops&nbsp;<a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D1%80%D0%BE%D0%BF%D1%80%D0%B8%D0%B5%D1%82%D0%B0%D1%80%D0%BD%D0%BE%D0%B5_%D0%9F%D0%9E\" style=\"background-color: initial;\">proprietary</a> <a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D0%BD%D0%BE%D0%B5_%D0%BE%D0%B1%D0%B5%D1%81%D0%BF%D0%B5%D1%87%D0%B5%D0%BD%D0%B8%D0%B5\" style=\"background-color: initial;\">software</a> for different kinds of computing devices &mdash; <a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D0%B5%D1%80%D1%81%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\" style=\"background-color: initial;\">personal computers</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%98%D0%B3%D1%80%D0%BE%D0%B2%D0%B0%D1%8F_%D0%BF%D1%80%D0%B8%D1%81%D1%82%D0%B0%D0%B2%D0%BA%D0%B0\" style=\"background-color: initial;\">videogame consoles</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%B0%D1%80%D0%BC%D0%B0%D0%BD%D0%BD%D1%8B%D0%B9_%D0%BF%D0%B5%D1%80%D1%81%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\" style=\"background-color: initial;\">PDAs</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%A1%D0%BE%D1%82%D0%BE%D0%B2%D1%8B%D0%B9_%D1%82%D0%B5%D0%BB%D0%B5%D1%84%D0%BE%D0%BD\" style=\"background-color: initial;\">mobile phones</a>, etc. Microsoft developed the most popular&nbsp;&mdash; <a href=\"https://ru.wikipedia.org/wiki/%D0%9E%D0%BF%D0%B5%D1%80%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%BD%D0%B0%D1%8F_%D1%81%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D0%B0\" style=\"background-color: initial;\">operating system</a>—<a href=\"https://ru.wikipedia.org/wiki/Microsoft_Windows\" style=\"background-color: initial;\">Windows</a>.</p><p>The company divisions also produce <a href=\"https://ru.wikipedia.org/wiki/%D0%98%D0%B3%D1%80%D0%BE%D0%B2%D0%B0%D1%8F_%D0%BA%D0%BE%D0%BD%D1%81%D0%BE%D0%BB%D1%8C\">the videogame console</a> <a href=\"https://ru.wikipedia.org/wiki/Xbox\">Xbox</a>, and PC accessories (<a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%BB%D0%B0%D0%B2%D0%B8%D0%B0%D1%82%D1%83%D1%80%D0%B0_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80%D0%B0\">keyboards</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80%D0%BD%D0%B0%D1%8F_%D0%BC%D1%8B%D1%88%D1%8C\">mouses</a>, etc.). In <a href=\"https://ru.wikipedia.org/wiki/2012_%D0%B3%D0%BE%D0%B4\">2012</a> the company launched their own<a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D0%BB%D0%B0%D0%BD%D1%88%D0%B5%D1%82%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\">tablet</a> &mdash; <a href=\"https://ru.wikipedia.org/wiki/Microsoft_Surface\">Surface</a> and its Surface RT edition. Microsoft sells its products more than in 80 countries, software was translated into more than 45 languages.</p><p>Microsoft headquarters is located in <a href=\"https://ru.wikipedia.org/wiki/%D0%A0%D0%B5%D0%B4%D0%BC%D0%BE%D0%BD%D0%B4_(%D0%92%D0%B0%D1%88%D0%B8%D0%BD%D0%B3%D1%82%D0%BE%D0%BD)\">Redmond</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%92%D0%B0%D1%88%D0%B8%D0%BD%D0%B3%D1%82%D0%BE%D0%BD_(%D1%88%D1%82%D0%B0%D1%82)\">Washington</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%A1%D0%BE%D0%B5%D0%B4%D0%B8%D0%BD%D1%91%D0%BD%D0%BD%D1%8B%D0%B5_%D0%A8%D1%82%D0%B0%D1%82%D1%8B_%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B8\">USA</a>.</p><p>On the 5th of June, 2014 the staff numbered 127104.</p><p>In <a href=\"https://ru.wikipedia.org/wiki/%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D1%8F\">Russia</a> Microsoft department was opened in <a href=\"https://ru.wikipedia.org/wiki/1992_%D0%B3%D0%BE%D0%B4\">1992</a> (in July, <a href=\"https://ru.wikipedia.org/wiki/2004_%D0%B3%D0%BE%D0%B4\">2004</a> &mdash; «<a href=\"https://ru.wikipedia.org/wiki/%D0%9C%D0%B0%D0%B9%D0%BA%D1%80%D0%BE%D1%81%D0%BE%D1%84%D1%82_%D0%A0%D1%83%D1%81\">Microsoft Rus LLC</a>»).</p>', '', '', '', 'it'),
(136, 'Microsoft', '<p><strong style=\"background-color: initial;\">Microsoft Corporation</strong> &mdash; is one of the biggest <a href=\"https://ru.wikipedia.org/wiki/%D0%A2%D1%80%D0%B0%D0%BD%D1%81%D0%BD%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F_%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F\" style=\"background-color: initial;\">international companies</a> that develops&nbsp;<a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D1%80%D0%BE%D0%BF%D1%80%D0%B8%D0%B5%D1%82%D0%B0%D1%80%D0%BD%D0%BE%D0%B5_%D0%9F%D0%9E\" style=\"background-color: initial;\">proprietary</a> <a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D0%BD%D0%BE%D0%B5_%D0%BE%D0%B1%D0%B5%D1%81%D0%BF%D0%B5%D1%87%D0%B5%D0%BD%D0%B8%D0%B5\" style=\"background-color: initial;\">software</a> for different kinds of computing devices &mdash; <a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D0%B5%D1%80%D1%81%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\" style=\"background-color: initial;\">personal computers</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%98%D0%B3%D1%80%D0%BE%D0%B2%D0%B0%D1%8F_%D0%BF%D1%80%D0%B8%D1%81%D1%82%D0%B0%D0%B2%D0%BA%D0%B0\" style=\"background-color: initial;\">videogame consoles</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%B0%D1%80%D0%BC%D0%B0%D0%BD%D0%BD%D1%8B%D0%B9_%D0%BF%D0%B5%D1%80%D1%81%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\" style=\"background-color: initial;\">PDAs</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%A1%D0%BE%D1%82%D0%BE%D0%B2%D1%8B%D0%B9_%D1%82%D0%B5%D0%BB%D0%B5%D1%84%D0%BE%D0%BD\" style=\"background-color: initial;\">mobile phones</a>, etc. Microsoft developed the most popular&nbsp;&mdash; <a href=\"https://ru.wikipedia.org/wiki/%D0%9E%D0%BF%D0%B5%D1%80%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%BD%D0%B0%D1%8F_%D1%81%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D0%B0\" style=\"background-color: initial;\">operating system</a>—<a href=\"https://ru.wikipedia.org/wiki/Microsoft_Windows\" style=\"background-color: initial;\">Windows</a>.</p><p>The company divisions also produce <a href=\"https://ru.wikipedia.org/wiki/%D0%98%D0%B3%D1%80%D0%BE%D0%B2%D0%B0%D1%8F_%D0%BA%D0%BE%D0%BD%D1%81%D0%BE%D0%BB%D1%8C\">the videogame console</a> <a href=\"https://ru.wikipedia.org/wiki/Xbox\">Xbox</a>, and PC accessories (<a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%BB%D0%B0%D0%B2%D0%B8%D0%B0%D1%82%D1%83%D1%80%D0%B0_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80%D0%B0\">keyboards</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80%D0%BD%D0%B0%D1%8F_%D0%BC%D1%8B%D1%88%D1%8C\">mouses</a>, etc.). In <a href=\"https://ru.wikipedia.org/wiki/2012_%D0%B3%D0%BE%D0%B4\">2012</a> the company launched their own<a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D0%BB%D0%B0%D0%BD%D1%88%D0%B5%D1%82%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\">tablet</a> &mdash; <a href=\"https://ru.wikipedia.org/wiki/Microsoft_Surface\">Surface</a> and its Surface RT edition. Microsoft sells its products more than in 80 countries, software was translated into more than 45 languages.</p><p>Microsoft headquarters is located in <a href=\"https://ru.wikipedia.org/wiki/%D0%A0%D0%B5%D0%B4%D0%BC%D0%BE%D0%BD%D0%B4_(%D0%92%D0%B0%D1%88%D0%B8%D0%BD%D0%B3%D1%82%D0%BE%D0%BD)\">Redmond</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%92%D0%B0%D1%88%D0%B8%D0%BD%D0%B3%D1%82%D0%BE%D0%BD_(%D1%88%D1%82%D0%B0%D1%82)\">Washington</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%A1%D0%BE%D0%B5%D0%B4%D0%B8%D0%BD%D1%91%D0%BD%D0%BD%D1%8B%D0%B5_%D0%A8%D1%82%D0%B0%D1%82%D1%8B_%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B8\">USA</a>.</p><p>On the 5th of June, 2014 the staff numbered 127104.</p><p>In <a href=\"https://ru.wikipedia.org/wiki/%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D1%8F\">Russia</a> Microsoft department was opened in <a href=\"https://ru.wikipedia.org/wiki/1992_%D0%B3%D0%BE%D0%B4\">1992</a> (in July, <a href=\"https://ru.wikipedia.org/wiki/2004_%D0%B3%D0%BE%D0%B4\">2004</a> &mdash; «<a href=\"https://ru.wikipedia.org/wiki/%D0%9C%D0%B0%D0%B9%D0%BA%D1%80%D0%BE%D1%81%D0%BE%D1%84%D1%82_%D0%A0%D1%83%D1%81\">Microsoft Rus LLC</a>»).</p>', '', '', '', 'nl'),
(136, 'Microsoft', '<p><strong style=\"background-color: initial;\">Microsoft Corporation</strong> &mdash; is one of the biggest <a href=\"https://ru.wikipedia.org/wiki/%D0%A2%D1%80%D0%B0%D0%BD%D1%81%D0%BD%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F_%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F\" style=\"background-color: initial;\">international companies</a> that develops&nbsp;<a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D1%80%D0%BE%D0%BF%D1%80%D0%B8%D0%B5%D1%82%D0%B0%D1%80%D0%BD%D0%BE%D0%B5_%D0%9F%D0%9E\" style=\"background-color: initial;\">proprietary</a> <a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D0%BD%D0%BE%D0%B5_%D0%BE%D0%B1%D0%B5%D1%81%D0%BF%D0%B5%D1%87%D0%B5%D0%BD%D0%B8%D0%B5\" style=\"background-color: initial;\">software</a> for different kinds of computing devices &mdash; <a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D0%B5%D1%80%D1%81%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\" style=\"background-color: initial;\">personal computers</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%98%D0%B3%D1%80%D0%BE%D0%B2%D0%B0%D1%8F_%D0%BF%D1%80%D0%B8%D1%81%D1%82%D0%B0%D0%B2%D0%BA%D0%B0\" style=\"background-color: initial;\">videogame consoles</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%B0%D1%80%D0%BC%D0%B0%D0%BD%D0%BD%D1%8B%D0%B9_%D0%BF%D0%B5%D1%80%D1%81%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\" style=\"background-color: initial;\">PDAs</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%A1%D0%BE%D1%82%D0%BE%D0%B2%D1%8B%D0%B9_%D1%82%D0%B5%D0%BB%D0%B5%D1%84%D0%BE%D0%BD\" style=\"background-color: initial;\">mobile phones</a>, etc. Microsoft developed the most popular&nbsp;&mdash; <a href=\"https://ru.wikipedia.org/wiki/%D0%9E%D0%BF%D0%B5%D1%80%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%BD%D0%B0%D1%8F_%D1%81%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D0%B0\" style=\"background-color: initial;\">operating system</a>—<a href=\"https://ru.wikipedia.org/wiki/Microsoft_Windows\" style=\"background-color: initial;\">Windows</a>.</p><p>The company divisions also produce <a href=\"https://ru.wikipedia.org/wiki/%D0%98%D0%B3%D1%80%D0%BE%D0%B2%D0%B0%D1%8F_%D0%BA%D0%BE%D0%BD%D1%81%D0%BE%D0%BB%D1%8C\">the videogame console</a> <a href=\"https://ru.wikipedia.org/wiki/Xbox\">Xbox</a>, and PC accessories (<a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%BB%D0%B0%D0%B2%D0%B8%D0%B0%D1%82%D1%83%D1%80%D0%B0_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80%D0%B0\">keyboards</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80%D0%BD%D0%B0%D1%8F_%D0%BC%D1%8B%D1%88%D1%8C\">mouses</a>, etc.). In <a href=\"https://ru.wikipedia.org/wiki/2012_%D0%B3%D0%BE%D0%B4\">2012</a> the company launched their own<a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D0%BB%D0%B0%D0%BD%D1%88%D0%B5%D1%82%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\">tablet</a> &mdash; <a href=\"https://ru.wikipedia.org/wiki/Microsoft_Surface\">Surface</a> and its Surface RT edition. Microsoft sells its products more than in 80 countries, software was translated into more than 45 languages.</p><p>Microsoft headquarters is located in <a href=\"https://ru.wikipedia.org/wiki/%D0%A0%D0%B5%D0%B4%D0%BC%D0%BE%D0%BD%D0%B4_(%D0%92%D0%B0%D1%88%D0%B8%D0%BD%D0%B3%D1%82%D0%BE%D0%BD)\">Redmond</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%92%D0%B0%D1%88%D0%B8%D0%BD%D0%B3%D1%82%D0%BE%D0%BD_(%D1%88%D1%82%D0%B0%D1%82)\">Washington</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%A1%D0%BE%D0%B5%D0%B4%D0%B8%D0%BD%D1%91%D0%BD%D0%BD%D1%8B%D0%B5_%D0%A8%D1%82%D0%B0%D1%82%D1%8B_%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B8\">USA</a>.</p><p>On the 5th of June, 2014 the staff numbered 127104.</p><p>In <a href=\"https://ru.wikipedia.org/wiki/%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D1%8F\">Russia</a> Microsoft department was opened in <a href=\"https://ru.wikipedia.org/wiki/1992_%D0%B3%D0%BE%D0%B4\">1992</a> (in July, <a href=\"https://ru.wikipedia.org/wiki/2004_%D0%B3%D0%BE%D0%B4\">2004</a> &mdash; «<a href=\"https://ru.wikipedia.org/wiki/%D0%9C%D0%B0%D0%B9%D0%BA%D1%80%D0%BE%D1%81%D0%BE%D1%84%D1%82_%D0%A0%D1%83%D1%81\">Microsoft Rus LLC</a>»).</p>', '', '', '', 'no'),
(136, 'Microsoft', '<p><strong style=\"background-color: initial;\">Microsoft Corporation</strong> &mdash; is one of the biggest <a href=\"https://ru.wikipedia.org/wiki/%D0%A2%D1%80%D0%B0%D0%BD%D1%81%D0%BD%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F_%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F\" style=\"background-color: initial;\">international companies</a> that develops&nbsp;<a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D1%80%D0%BE%D0%BF%D1%80%D0%B8%D0%B5%D1%82%D0%B0%D1%80%D0%BD%D0%BE%D0%B5_%D0%9F%D0%9E\" style=\"background-color: initial;\">proprietary</a> <a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D0%BD%D0%BE%D0%B5_%D0%BE%D0%B1%D0%B5%D1%81%D0%BF%D0%B5%D1%87%D0%B5%D0%BD%D0%B8%D0%B5\" style=\"background-color: initial;\">software</a> for different kinds of computing devices &mdash; <a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D0%B5%D1%80%D1%81%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\" style=\"background-color: initial;\">personal computers</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%98%D0%B3%D1%80%D0%BE%D0%B2%D0%B0%D1%8F_%D0%BF%D1%80%D0%B8%D1%81%D1%82%D0%B0%D0%B2%D0%BA%D0%B0\" style=\"background-color: initial;\">videogame consoles</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%B0%D1%80%D0%BC%D0%B0%D0%BD%D0%BD%D1%8B%D0%B9_%D0%BF%D0%B5%D1%80%D1%81%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\" style=\"background-color: initial;\">PDAs</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%A1%D0%BE%D1%82%D0%BE%D0%B2%D1%8B%D0%B9_%D1%82%D0%B5%D0%BB%D0%B5%D1%84%D0%BE%D0%BD\" style=\"background-color: initial;\">mobile phones</a>, etc. Microsoft developed the most popular&nbsp;&mdash; <a href=\"https://ru.wikipedia.org/wiki/%D0%9E%D0%BF%D0%B5%D1%80%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%BD%D0%B0%D1%8F_%D1%81%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D0%B0\" style=\"background-color: initial;\">operating system</a>—<a href=\"https://ru.wikipedia.org/wiki/Microsoft_Windows\" style=\"background-color: initial;\">Windows</a>.</p><p>The company divisions also produce <a href=\"https://ru.wikipedia.org/wiki/%D0%98%D0%B3%D1%80%D0%BE%D0%B2%D0%B0%D1%8F_%D0%BA%D0%BE%D0%BD%D1%81%D0%BE%D0%BB%D1%8C\">the videogame console</a> <a href=\"https://ru.wikipedia.org/wiki/Xbox\">Xbox</a>, and PC accessories (<a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%BB%D0%B0%D0%B2%D0%B8%D0%B0%D1%82%D1%83%D1%80%D0%B0_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80%D0%B0\">keyboards</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80%D0%BD%D0%B0%D1%8F_%D0%BC%D1%8B%D1%88%D1%8C\">mouses</a>, etc.). In <a href=\"https://ru.wikipedia.org/wiki/2012_%D0%B3%D0%BE%D0%B4\">2012</a> the company launched their own<a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D0%BB%D0%B0%D0%BD%D1%88%D0%B5%D1%82%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\">tablet</a> &mdash; <a href=\"https://ru.wikipedia.org/wiki/Microsoft_Surface\">Surface</a> and its Surface RT edition. Microsoft sells its products more than in 80 countries, software was translated into more than 45 languages.</p><p>Microsoft headquarters is located in <a href=\"https://ru.wikipedia.org/wiki/%D0%A0%D0%B5%D0%B4%D0%BC%D0%BE%D0%BD%D0%B4_(%D0%92%D0%B0%D1%88%D0%B8%D0%BD%D0%B3%D1%82%D0%BE%D0%BD)\">Redmond</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%92%D0%B0%D1%88%D0%B8%D0%BD%D0%B3%D1%82%D0%BE%D0%BD_(%D1%88%D1%82%D0%B0%D1%82)\">Washington</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%A1%D0%BE%D0%B5%D0%B4%D0%B8%D0%BD%D1%91%D0%BD%D0%BD%D1%8B%D0%B5_%D0%A8%D1%82%D0%B0%D1%82%D1%8B_%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B8\">USA</a>.</p><p>On the 5th of June, 2014 the staff numbered 127104.</p><p>In <a href=\"https://ru.wikipedia.org/wiki/%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D1%8F\">Russia</a> Microsoft department was opened in <a href=\"https://ru.wikipedia.org/wiki/1992_%D0%B3%D0%BE%D0%B4\">1992</a> (in July, <a href=\"https://ru.wikipedia.org/wiki/2004_%D0%B3%D0%BE%D0%B4\">2004</a> &mdash; «<a href=\"https://ru.wikipedia.org/wiki/%D0%9C%D0%B0%D0%B9%D0%BA%D1%80%D0%BE%D1%81%D0%BE%D1%84%D1%82_%D0%A0%D1%83%D1%81\">Microsoft Rus LLC</a>»).</p>', '', '', '', 'pt'),
(136, 'Microsoft', '<p><strong style=\"background-color: initial;\">Microsoft Corporation</strong> &mdash; is one of the biggest <a href=\"https://ru.wikipedia.org/wiki/%D0%A2%D1%80%D0%B0%D0%BD%D1%81%D0%BD%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F_%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F\" style=\"background-color: initial;\">international companies</a> that develops&nbsp;<a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D1%80%D0%BE%D0%BF%D1%80%D0%B8%D0%B5%D1%82%D0%B0%D1%80%D0%BD%D0%BE%D0%B5_%D0%9F%D0%9E\" style=\"background-color: initial;\">proprietary</a> <a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D0%BD%D0%BE%D0%B5_%D0%BE%D0%B1%D0%B5%D1%81%D0%BF%D0%B5%D1%87%D0%B5%D0%BD%D0%B8%D0%B5\" style=\"background-color: initial;\">software</a> for different kinds of computing devices &mdash; <a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D0%B5%D1%80%D1%81%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\" style=\"background-color: initial;\">personal computers</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%98%D0%B3%D1%80%D0%BE%D0%B2%D0%B0%D1%8F_%D0%BF%D1%80%D0%B8%D1%81%D1%82%D0%B0%D0%B2%D0%BA%D0%B0\" style=\"background-color: initial;\">videogame consoles</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%B0%D1%80%D0%BC%D0%B0%D0%BD%D0%BD%D1%8B%D0%B9_%D0%BF%D0%B5%D1%80%D1%81%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\" style=\"background-color: initial;\">PDAs</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%A1%D0%BE%D1%82%D0%BE%D0%B2%D1%8B%D0%B9_%D1%82%D0%B5%D0%BB%D0%B5%D1%84%D0%BE%D0%BD\" style=\"background-color: initial;\">mobile phones</a>, etc. Microsoft developed the most popular&nbsp;&mdash; <a href=\"https://ru.wikipedia.org/wiki/%D0%9E%D0%BF%D0%B5%D1%80%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%BD%D0%B0%D1%8F_%D1%81%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D0%B0\" style=\"background-color: initial;\">operating system</a>—<a href=\"https://ru.wikipedia.org/wiki/Microsoft_Windows\" style=\"background-color: initial;\">Windows</a>.</p><p>The company divisions also produce <a href=\"https://ru.wikipedia.org/wiki/%D0%98%D0%B3%D1%80%D0%BE%D0%B2%D0%B0%D1%8F_%D0%BA%D0%BE%D0%BD%D1%81%D0%BE%D0%BB%D1%8C\">the videogame console</a> <a href=\"https://ru.wikipedia.org/wiki/Xbox\">Xbox</a>, and PC accessories (<a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%BB%D0%B0%D0%B2%D0%B8%D0%B0%D1%82%D1%83%D1%80%D0%B0_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80%D0%B0\">keyboards</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80%D0%BD%D0%B0%D1%8F_%D0%BC%D1%8B%D1%88%D1%8C\">mouses</a>, etc.). In <a href=\"https://ru.wikipedia.org/wiki/2012_%D0%B3%D0%BE%D0%B4\">2012</a> the company launched their own<a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D0%BB%D0%B0%D0%BD%D1%88%D0%B5%D1%82%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\">tablet</a> &mdash; <a href=\"https://ru.wikipedia.org/wiki/Microsoft_Surface\">Surface</a> and its Surface RT edition. Microsoft sells its products more than in 80 countries, software was translated into more than 45 languages.</p><p>Microsoft headquarters is located in <a href=\"https://ru.wikipedia.org/wiki/%D0%A0%D0%B5%D0%B4%D0%BC%D0%BE%D0%BD%D0%B4_(%D0%92%D0%B0%D1%88%D0%B8%D0%BD%D0%B3%D1%82%D0%BE%D0%BD)\">Redmond</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%92%D0%B0%D1%88%D0%B8%D0%BD%D0%B3%D1%82%D0%BE%D0%BD_(%D1%88%D1%82%D0%B0%D1%82)\">Washington</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%A1%D0%BE%D0%B5%D0%B4%D0%B8%D0%BD%D1%91%D0%BD%D0%BD%D1%8B%D0%B5_%D0%A8%D1%82%D0%B0%D1%82%D1%8B_%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B8\">USA</a>.</p><p>On the 5th of June, 2014 the staff numbered 127104.</p><p>In <a href=\"https://ru.wikipedia.org/wiki/%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D1%8F\">Russia</a> Microsoft department was opened in <a href=\"https://ru.wikipedia.org/wiki/1992_%D0%B3%D0%BE%D0%B4\">1992</a> (in July, <a href=\"https://ru.wikipedia.org/wiki/2004_%D0%B3%D0%BE%D0%B4\">2004</a> &mdash; «<a href=\"https://ru.wikipedia.org/wiki/%D0%9C%D0%B0%D0%B9%D0%BA%D1%80%D0%BE%D1%81%D0%BE%D1%84%D1%82_%D0%A0%D1%83%D1%81\">Microsoft Rus LLC</a>»).</p>', '', '', '', 'ro'),
(136, 'Microsoft', '<p><strong style=\"background-color: initial;\">Microsoft Corporation</strong> &mdash; is one of the biggest <a href=\"https://ru.wikipedia.org/wiki/%D0%A2%D1%80%D0%B0%D0%BD%D1%81%D0%BD%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F_%D0%BA%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D1%8F\" style=\"background-color: initial;\">international companies</a> that develops&nbsp;<a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D1%80%D0%BE%D0%BF%D1%80%D0%B8%D0%B5%D1%82%D0%B0%D1%80%D0%BD%D0%BE%D0%B5_%D0%9F%D0%9E\" style=\"background-color: initial;\">proprietary</a> <a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D0%BD%D0%BE%D0%B5_%D0%BE%D0%B1%D0%B5%D1%81%D0%BF%D0%B5%D1%87%D0%B5%D0%BD%D0%B8%D0%B5\" style=\"background-color: initial;\">software</a> for different kinds of computing devices &mdash; <a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D0%B5%D1%80%D1%81%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\" style=\"background-color: initial;\">personal computers</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%98%D0%B3%D1%80%D0%BE%D0%B2%D0%B0%D1%8F_%D0%BF%D1%80%D0%B8%D1%81%D1%82%D0%B0%D0%B2%D0%BA%D0%B0\" style=\"background-color: initial;\">videogame consoles</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%B0%D1%80%D0%BC%D0%B0%D0%BD%D0%BD%D1%8B%D0%B9_%D0%BF%D0%B5%D1%80%D1%81%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\" style=\"background-color: initial;\">PDAs</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%A1%D0%BE%D1%82%D0%BE%D0%B2%D1%8B%D0%B9_%D1%82%D0%B5%D0%BB%D0%B5%D1%84%D0%BE%D0%BD\" style=\"background-color: initial;\">mobile phones</a>, etc. Microsoft developed the most popular&nbsp;&mdash; <a href=\"https://ru.wikipedia.org/wiki/%D0%9E%D0%BF%D0%B5%D1%80%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%BD%D0%B0%D1%8F_%D1%81%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D0%B0\" style=\"background-color: initial;\">operating system</a>—<a href=\"https://ru.wikipedia.org/wiki/Microsoft_Windows\" style=\"background-color: initial;\">Windows</a>.</p><p>The company divisions also produce <a href=\"https://ru.wikipedia.org/wiki/%D0%98%D0%B3%D1%80%D0%BE%D0%B2%D0%B0%D1%8F_%D0%BA%D0%BE%D0%BD%D1%81%D0%BE%D0%BB%D1%8C\">the videogame console</a> <a href=\"https://ru.wikipedia.org/wiki/Xbox\">Xbox</a>, and PC accessories (<a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%BB%D0%B0%D0%B2%D0%B8%D0%B0%D1%82%D1%83%D1%80%D0%B0_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80%D0%B0\">keyboards</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%9A%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80%D0%BD%D0%B0%D1%8F_%D0%BC%D1%8B%D1%88%D1%8C\">mouses</a>, etc.). In <a href=\"https://ru.wikipedia.org/wiki/2012_%D0%B3%D0%BE%D0%B4\">2012</a> the company launched their own<a href=\"https://ru.wikipedia.org/wiki/%D0%9F%D0%BB%D0%B0%D0%BD%D1%88%D0%B5%D1%82%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80\">tablet</a> &mdash; <a href=\"https://ru.wikipedia.org/wiki/Microsoft_Surface\">Surface</a> and its Surface RT edition. Microsoft sells its products more than in 80 countries, software was translated into more than 45 languages.</p><p>Microsoft headquarters is located in <a href=\"https://ru.wikipedia.org/wiki/%D0%A0%D0%B5%D0%B4%D0%BC%D0%BE%D0%BD%D0%B4_(%D0%92%D0%B0%D1%88%D0%B8%D0%BD%D0%B3%D1%82%D0%BE%D0%BD)\">Redmond</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%92%D0%B0%D1%88%D0%B8%D0%BD%D0%B3%D1%82%D0%BE%D0%BD_(%D1%88%D1%82%D0%B0%D1%82)\">Washington</a>, <a href=\"https://ru.wikipedia.org/wiki/%D0%A1%D0%BE%D0%B5%D0%B4%D0%B8%D0%BD%D1%91%D0%BD%D0%BD%D1%8B%D0%B5_%D0%A8%D1%82%D0%B0%D1%82%D1%8B_%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B8\">USA</a>.</p><p>On the 5th of June, 2014 the staff numbered 127104.</p><p>In <a href=\"https://ru.wikipedia.org/wiki/%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D1%8F\">Russia</a> Microsoft department was opened in <a href=\"https://ru.wikipedia.org/wiki/1992_%D0%B3%D0%BE%D0%B4\">1992</a> (in July, <a href=\"https://ru.wikipedia.org/wiki/2004_%D0%B3%D0%BE%D0%B4\">2004</a> &mdash; «<a href=\"https://ru.wikipedia.org/wiki/%D0%9C%D0%B0%D0%B9%D0%BA%D1%80%D0%BE%D1%81%D0%BE%D1%84%D1%82_%D0%A0%D1%83%D1%81\">Microsoft Rus LLC</a>»).</p>', '', '', '', 'ru'),
(177, 'Nintendo', '<p>A leading innovator of world-class in the field of interactive entertainment, Nintendo Co., Ltd., located in Kyoto, Japan. The company is engaged in manufacturing and marketing of hardware and software for the home console Wii Wee you portable Nintendo 3DS system line and Nintendo DS. In addition, by the company have been creating recognizable brands gaming industry as Mario, Donkey Kong, Metroid, Zelda and Pokémon.</p>', '', '', '', 'da'),
(177, 'Nintendo', '<p>A leading innovator of world-class in the field of interactive entertainment, Nintendo Co., Ltd., located in Kyoto, Japan. The company is engaged in manufacturing and marketing of hardware and software for the home console Wii Wee you portable Nintendo 3DS system line and Nintendo DS. In addition, by the company have been creating recognizable brands gaming industry as Mario, Donkey Kong, Metroid, Zelda and Pokémon.</p>', '', '', '', 'de'),
(177, 'Nintendo', '<p>A leading innovator of world-class in the field of interactive entertainment, Nintendo Co., Ltd., located in Kyoto, Japan. The company is engaged in manufacturing and marketing of hardware and software for the home console Wii Wee you portable Nintendo 3DS system line and Nintendo DS. In addition, by the company have been creating recognizable brands gaming industry as Mario, Donkey Kong, Metroid, Zelda and Pokémon.</p>', '', '', '', 'el'),
(177, 'Nintendo', '<p>A leading innovator of world-class in the field of interactive entertainment, Nintendo Co., Ltd., located in Kyoto, Japan. The company is engaged in manufacturing and marketing of hardware and software for the home console Wii Wee you portable Nintendo 3DS system line and Nintendo DS. In addition, by the company have been creating recognizable brands gaming industry as Mario, Donkey Kong, Metroid, Zelda and Pokémon.</p>', '', '', '', 'en'),
(177, 'Nintendo', '<p>A leading innovator of world-class in the field of interactive entertainment, Nintendo Co., Ltd., located in Kyoto, Japan. The company is engaged in manufacturing and marketing of hardware and software for the home console Wii Wee you portable Nintendo 3DS system line and Nintendo DS. In addition, by the company have been creating recognizable brands gaming industry as Mario, Donkey Kong, Metroid, Zelda and Pokémon.</p>', '', '', '', 'es');
INSERT INTO `partiushop_product_feature_variant_descriptions` (`variant_id`, `variant`, `description`, `page_title`, `meta_keywords`, `meta_description`, `lang_code`) VALUES
(177, 'Nintendo', '<p>A leading innovator of world-class in the field of interactive entertainment, Nintendo Co., Ltd., located in Kyoto, Japan. The company is engaged in manufacturing and marketing of hardware and software for the home console Wii Wee you portable Nintendo 3DS system line and Nintendo DS. In addition, by the company have been creating recognizable brands gaming industry as Mario, Donkey Kong, Metroid, Zelda and Pokémon.</p>', '', '', '', 'fr'),
(177, 'Nintendo', '<p>A leading innovator of world-class in the field of interactive entertainment, Nintendo Co., Ltd., located in Kyoto, Japan. The company is engaged in manufacturing and marketing of hardware and software for the home console Wii Wee you portable Nintendo 3DS system line and Nintendo DS. In addition, by the company have been creating recognizable brands gaming industry as Mario, Donkey Kong, Metroid, Zelda and Pokémon.</p>', '', '', '', 'it'),
(177, 'Nintendo', '<p>A leading innovator of world-class in the field of interactive entertainment, Nintendo Co., Ltd., located in Kyoto, Japan. The company is engaged in manufacturing and marketing of hardware and software for the home console Wii Wee you portable Nintendo 3DS system line and Nintendo DS. In addition, by the company have been creating recognizable brands gaming industry as Mario, Donkey Kong, Metroid, Zelda and Pokémon.</p>', '', '', '', 'nl'),
(177, 'Nintendo', '<p>A leading innovator of world-class in the field of interactive entertainment, Nintendo Co., Ltd., located in Kyoto, Japan. The company is engaged in manufacturing and marketing of hardware and software for the home console Wii Wee you portable Nintendo 3DS system line and Nintendo DS. In addition, by the company have been creating recognizable brands gaming industry as Mario, Donkey Kong, Metroid, Zelda and Pokémon.</p>', '', '', '', 'no'),
(177, 'Nintendo', '<p>A leading innovator of world-class in the field of interactive entertainment, Nintendo Co., Ltd., located in Kyoto, Japan. The company is engaged in manufacturing and marketing of hardware and software for the home console Wii Wee you portable Nintendo 3DS system line and Nintendo DS. In addition, by the company have been creating recognizable brands gaming industry as Mario, Donkey Kong, Metroid, Zelda and Pokémon.</p>', '', '', '', 'pt'),
(177, 'Nintendo', '<p>A leading innovator of world-class in the field of interactive entertainment, Nintendo Co., Ltd., located in Kyoto, Japan. The company is engaged in manufacturing and marketing of hardware and software for the home console Wii Wee you portable Nintendo 3DS system line and Nintendo DS. In addition, by the company have been creating recognizable brands gaming industry as Mario, Donkey Kong, Metroid, Zelda and Pokémon.</p>', '', '', '', 'ro'),
(177, 'Nintendo', '<p>A leading innovator of world-class in the field of interactive entertainment, Nintendo Co., Ltd., located in Kyoto, Japan. The company is engaged in manufacturing and marketing of hardware and software for the home console Wii Wee you portable Nintendo 3DS system line and Nintendo DS. In addition, by the company have been creating recognizable brands gaming industry as Mario, Donkey Kong, Metroid, Zelda and Pokémon.</p>', '', '', '', 'ru'),
(190, 'Electronic Arts (EA)', '<p>EA Games&mdash;Home to the largest number of studio and development teams, this label is responsible for action-adventure, role playing, racing and combat games, marketed under the EA brand. In addition to traditional packaged-goods games, EA Games also develops massively multiplayer online role-playing games. Led by Patrick Söderlund.</p>', '', '', '', 'da'),
(190, 'Electronic Arts (EA)', '<p>EA Games&mdash;Home to the largest number of studio and development teams, this label is responsible for action-adventure, role playing, racing and combat games, marketed under the EA brand. In addition to traditional packaged-goods games, EA Games also develops massively multiplayer online role-playing games. Led by Patrick Söderlund.</p>', '', '', '', 'de'),
(190, 'Electronic Arts (EA)', '<p>EA Games&mdash;Home to the largest number of studio and development teams, this label is responsible for action-adventure, role playing, racing and combat games, marketed under the EA brand. In addition to traditional packaged-goods games, EA Games also develops massively multiplayer online role-playing games. Led by Patrick Söderlund.</p>', '', '', '', 'el'),
(190, 'Electronic Arts (EA)', '<p>EA Games&mdash;Home to the largest number of studio and development teams, this label is responsible for action-adventure, role playing, racing and combat games, marketed under the EA brand. In addition to traditional packaged-goods games, EA Games also develops massively multiplayer online role-playing games. Led by Patrick Söderlund.</p>', '', '', '', 'en'),
(190, 'Electronic Arts (EA)', '<p>EA Games&mdash;Home to the largest number of studio and development teams, this label is responsible for action-adventure, role playing, racing and combat games, marketed under the EA brand. In addition to traditional packaged-goods games, EA Games also develops massively multiplayer online role-playing games. Led by Patrick Söderlund.</p>', '', '', '', 'es'),
(190, 'Electronic Arts (EA)', '<p>EA Games&mdash;Home to the largest number of studio and development teams, this label is responsible for action-adventure, role playing, racing and combat games, marketed under the EA brand. In addition to traditional packaged-goods games, EA Games also develops massively multiplayer online role-playing games. Led by Patrick Söderlund.</p>', '', '', '', 'fr'),
(190, 'Electronic Arts (EA)', '<p>EA Games&mdash;Home to the largest number of studio and development teams, this label is responsible for action-adventure, role playing, racing and combat games, marketed under the EA brand. In addition to traditional packaged-goods games, EA Games also develops massively multiplayer online role-playing games. Led by Patrick Söderlund.</p>', '', '', '', 'it'),
(190, 'Electronic Arts (EA)', '<p>EA Games&mdash;Home to the largest number of studio and development teams, this label is responsible for action-adventure, role playing, racing and combat games, marketed under the EA brand. In addition to traditional packaged-goods games, EA Games also develops massively multiplayer online role-playing games. Led by Patrick Söderlund.</p>', '', '', '', 'nl'),
(190, 'Electronic Arts (EA)', '<p>EA Games&mdash;Home to the largest number of studio and development teams, this label is responsible for action-adventure, role playing, racing and combat games, marketed under the EA brand. In addition to traditional packaged-goods games, EA Games also develops massively multiplayer online role-playing games. Led by Patrick Söderlund.</p>', '', '', '', 'no'),
(190, 'Electronic Arts (EA)', '<p>EA Games&mdash;Home to the largest number of studio and development teams, this label is responsible for action-adventure, role playing, racing and combat games, marketed under the EA brand. In addition to traditional packaged-goods games, EA Games also develops massively multiplayer online role-playing games. Led by Patrick Söderlund.</p>', '', '', '', 'pt'),
(190, 'Electronic Arts (EA)', '<p>EA Games&mdash;Home to the largest number of studio and development teams, this label is responsible for action-adventure, role playing, racing and combat games, marketed under the EA brand. In addition to traditional packaged-goods games, EA Games also develops massively multiplayer online role-playing games. Led by Patrick Söderlund.</p>', '', '', '', 'ro'),
(190, 'Electronic Arts (EA)', '<p>EA Games&mdash;Home to the largest number of studio and development teams, this label is responsible for action-adventure, role playing, racing and combat games, marketed under the EA brand. In addition to traditional packaged-goods games, EA Games also develops massively multiplayer online role-playing games. Led by Patrick Söderlund.</p>', '', '', '', 'ru'),
(191, 'Sucker Punch Productions', '<p>Sucker Punch is an American production company founded in 1997 and based in Bellevue, Washington.</p>', '', '', '', 'da'),
(191, 'Sucker Punch Productions', '<p>Sucker Punch is an American production company founded in 1997 and based in Bellevue, Washington.</p>', '', '', '', 'de'),
(191, 'Sucker Punch Productions', '<p>Sucker Punch is an American production company founded in 1997 and based in Bellevue, Washington.</p>', '', '', '', 'el'),
(191, 'Sucker Punch Productions', '<p>Sucker Punch is an American production company founded in 1997 and based in Bellevue, Washington.</p>', '', '', '', 'en'),
(191, 'Sucker Punch Productions', '<p>Sucker Punch is an American production company founded in 1997 and based in Bellevue, Washington.</p>', '', '', '', 'es'),
(191, 'Sucker Punch Productions', '<p>Sucker Punch is an American production company founded in 1997 and based in Bellevue, Washington.</p>', '', '', '', 'fr'),
(191, 'Sucker Punch Productions', '<p>Sucker Punch is an American production company founded in 1997 and based in Bellevue, Washington.</p>', '', '', '', 'it'),
(191, 'Sucker Punch Productions', '<p>Sucker Punch is an American production company founded in 1997 and based in Bellevue, Washington.</p>', '', '', '', 'nl'),
(191, 'Sucker Punch Productions', '<p>Sucker Punch is an American production company founded in 1997 and based in Bellevue, Washington.</p>', '', '', '', 'no'),
(191, 'Sucker Punch Productions', '<p>Sucker Punch is an American production company founded in 1997 and based in Bellevue, Washington.</p>', '', '', '', 'pt'),
(191, 'Sucker Punch Productions', '<p>Sucker Punch is an American production company founded in 1997 and based in Bellevue, Washington.</p>', '', '', '', 'ro'),
(191, 'Sucker Punch Productions', '<p>Sucker Punch is an American production company founded in 1997 and based in Bellevue, Washington.</p>', '', '', '', 'ru'),
(192, 'Razer', '<p>\n	<strong style=\"background-color: initial;\">Razer</strong> is a company specializing in products specifically marketed to gamers. The Razer brand is currently being marketed under Razer USA Ltd. Razer\'s main slogan is \'FOR GAMERS, BY GAMERS\'.</p>', '', '', '', 'da'),
(192, 'Razer', '<p>\n	<strong style=\"background-color: initial;\">Razer</strong> is a company specializing in products specifically marketed to gamers. The Razer brand is currently being marketed under Razer USA Ltd. Razer\'s main slogan is \'FOR GAMERS, BY GAMERS\'.</p>', '', '', '', 'de'),
(192, 'Razer', '<p>\n	<strong style=\"background-color: initial;\">Razer</strong> is a company specializing in products specifically marketed to gamers. The Razer brand is currently being marketed under Razer USA Ltd. Razer\'s main slogan is \'FOR GAMERS, BY GAMERS\'.</p>', '', '', '', 'el'),
(192, 'Razer', '<p>\n	<strong style=\"background-color: initial;\">Razer</strong> is a company specializing in products specifically marketed to gamers. The Razer brand is currently being marketed under Razer USA Ltd. Razer\'s main slogan is \'FOR GAMERS, BY GAMERS\'.</p>', '', '', '', 'en'),
(192, 'Razer', '<p>\n	<strong style=\"background-color: initial;\">Razer</strong> is a company specializing in products specifically marketed to gamers. The Razer brand is currently being marketed under Razer USA Ltd. Razer\'s main slogan is \'FOR GAMERS, BY GAMERS\'.</p>', '', '', '', 'es'),
(192, 'Razer', '<p>\n	<strong style=\"background-color: initial;\">Razer</strong> is a company specializing in products specifically marketed to gamers. The Razer brand is currently being marketed under Razer USA Ltd. Razer\'s main slogan is \'FOR GAMERS, BY GAMERS\'.</p>', '', '', '', 'fr'),
(192, 'Razer', '<p>\n	<strong style=\"background-color: initial;\">Razer</strong> is a company specializing in products specifically marketed to gamers. The Razer brand is currently being marketed under Razer USA Ltd. Razer\'s main slogan is \'FOR GAMERS, BY GAMERS\'.</p>', '', '', '', 'it'),
(192, 'Razer', '<p>\n	<strong style=\"background-color: initial;\">Razer</strong> is a company specializing in products specifically marketed to gamers. The Razer brand is currently being marketed under Razer USA Ltd. Razer\'s main slogan is \'FOR GAMERS, BY GAMERS\'.</p>', '', '', '', 'nl'),
(192, 'Razer', '<p>\n	<strong style=\"background-color: initial;\">Razer</strong> is a company specializing in products specifically marketed to gamers. The Razer brand is currently being marketed under Razer USA Ltd. Razer\'s main slogan is \'FOR GAMERS, BY GAMERS\'.</p>', '', '', '', 'no'),
(192, 'Razer', '<p>\n	<strong style=\"background-color: initial;\">Razer</strong> is a company specializing in products specifically marketed to gamers. The Razer brand is currently being marketed under Razer USA Ltd. Razer\'s main slogan is \'FOR GAMERS, BY GAMERS\'.</p>', '', '', '', 'pt'),
(192, 'Razer', '<p>\n	<strong style=\"background-color: initial;\">Razer</strong> is a company specializing in products specifically marketed to gamers. The Razer brand is currently being marketed under Razer USA Ltd. Razer\'s main slogan is \'FOR GAMERS, BY GAMERS\'.</p>', '', '', '', 'ro'),
(192, 'Razer', '<p>\n	<strong style=\"background-color: initial;\">Razer</strong> is a company specializing in products specifically marketed to gamers. The Razer brand is currently being marketed under Razer USA Ltd. Razer\'s main slogan is \'FOR GAMERS, BY GAMERS\'.</p>', '', '', '', 'ru'),
(1202, 'Novo', '', '', '', '', 'da'),
(1202, 'Novo', '', '', '', '', 'de'),
(1202, 'Novo', '', '', '', '', 'el'),
(1202, 'Novo', '', '', '', '', 'en'),
(1202, 'Novo', '', '', '', '', 'es'),
(1202, 'Novo', '', '', '', '', 'fr'),
(1202, 'Novo', '', '', '', '', 'it'),
(1202, 'Novo', '', '', '', '', 'nl'),
(1202, 'Novo', '', '', '', '', 'no'),
(1202, 'Novo', '', '', '', '', 'pt'),
(1202, 'Novo', '', '', '', '', 'ro'),
(1202, 'Novo', '', '', '', '', 'ru'),
(1203, 'Usado', '', '', '', '', 'da'),
(1203, 'Usado', '', '', '', '', 'de'),
(1203, 'Usado', '', '', '', '', 'el'),
(1203, 'Usado', '', '', '', '', 'en'),
(1203, 'Usado', '', '', '', '', 'es'),
(1203, 'Usado', '', '', '', '', 'fr'),
(1203, 'Usado', '', '', '', '', 'it'),
(1203, 'Usado', '', '', '', '', 'nl'),
(1203, 'Usado', '', '', '', '', 'no'),
(1203, 'Usado', '', '', '', '', 'pt'),
(1203, 'Usado', '', '', '', '', 'ro'),
(1203, 'Usado', '', '', '', '', 'ru'),
(1204, 'Windows 10', '', '', '', '', 'da'),
(1204, 'Windows 10', '', '', '', '', 'de'),
(1204, 'Windows 10', '', '', '', '', 'el'),
(1204, 'Windows 10', '', '', '', '', 'en'),
(1204, 'Windows 10', '', '', '', '', 'es'),
(1204, 'Windows 10', '', '', '', '', 'fr'),
(1204, 'Windows 10', '', '', '', '', 'it'),
(1204, 'Windows 10', '', '', '', '', 'nl'),
(1204, 'Windows 10', '', '', '', '', 'no'),
(1204, 'Windows 10', '', '', '', '', 'pt'),
(1204, 'Windows 10', '', '', '', '', 'ro'),
(1204, 'Windows 10', '', '', '', '', 'ru');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_files`
--

CREATE TABLE `partiushop_product_files` (
  `file_id` mediumint(8) UNSIGNED NOT NULL,
  `folder_id` mediumint(8) UNSIGNED DEFAULT NULL,
  `product_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `file_path` varchar(255) NOT NULL DEFAULT '',
  `preview_path` varchar(255) NOT NULL DEFAULT '',
  `file_size` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `preview_size` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `agreement` char(1) NOT NULL DEFAULT 'N',
  `max_downloads` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `total_downloads` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `activation_type` char(1) NOT NULL DEFAULT 'M',
  `position` smallint(5) NOT NULL DEFAULT 0,
  `status` char(1) NOT NULL DEFAULT 'A'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_file_descriptions`
--

CREATE TABLE `partiushop_product_file_descriptions` (
  `file_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `file_name` varchar(255) NOT NULL DEFAULT '',
  `license` text DEFAULT NULL,
  `readme` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_file_ekeys`
--

CREATE TABLE `partiushop_product_file_ekeys` (
  `ekey` varchar(32) NOT NULL DEFAULT '',
  `file_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `product_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `order_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `downloads` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `active` char(1) NOT NULL DEFAULT 'N',
  `ttl` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_file_folders`
--

CREATE TABLE `partiushop_product_file_folders` (
  `folder_id` mediumint(8) UNSIGNED NOT NULL,
  `product_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `position` smallint(5) NOT NULL DEFAULT 0,
  `status` char(1) NOT NULL DEFAULT 'A'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_file_folder_descriptions`
--

CREATE TABLE `partiushop_product_file_folder_descriptions` (
  `folder_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `folder_name` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_filters`
--

CREATE TABLE `partiushop_product_filters` (
  `filter_id` mediumint(8) UNSIGNED NOT NULL,
  `categories_path` text DEFAULT NULL,
  `company_id` int(11) UNSIGNED DEFAULT 0,
  `feature_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `field_type` char(1) NOT NULL DEFAULT '',
  `status` char(1) NOT NULL DEFAULT 'A',
  `round_to` varchar(8) NOT NULL DEFAULT '1',
  `display_count` smallint(5) UNSIGNED NOT NULL DEFAULT 10,
  `display` char(1) NOT NULL DEFAULT 'Y'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_product_filters`
--

INSERT INTO `partiushop_product_filters` (`filter_id`, `categories_path`, `company_id`, `feature_id`, `position`, `field_type`, `status`, `round_to`, `display_count`, `display`) VALUES
(1, '', 0, 0, 0, 'P', 'A', '1', 10, 'Y'),
(7, '165,166,167,168,169,234,235,236,237,238,240', 0, 15, 10, '', 'A', '1', 10, 'Y'),
(8, '165,166,167,168,169,170,174,190,191,193,234,235,236,237,238,240', 0, 16, 20, '', 'A', '1', 10, 'Y'),
(9, '165,166,167,168,169,234,235,236,237,238,240', 0, 17, 30, '', 'A', '1', 10, 'Y'),
(10, '', 0, 18, 0, '', 'D', '1', 10, 'Y');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_filter_descriptions`
--

CREATE TABLE `partiushop_product_filter_descriptions` (
  `filter_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `filter` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_product_filter_descriptions`
--

INSERT INTO `partiushop_product_filter_descriptions` (`filter_id`, `lang_code`, `filter`) VALUES
(1, 'da', 'Price'),
(1, 'de', 'Price'),
(1, 'el', 'Price'),
(1, 'en', 'Price'),
(1, 'es', 'Price'),
(1, 'fr', 'Price'),
(1, 'it', 'Price'),
(1, 'nl', 'Price'),
(1, 'no', 'Price'),
(1, 'pt', 'Price'),
(1, 'ro', 'Price'),
(1, 'ru', 'Price'),
(7, 'da', 'Operating System'),
(7, 'de', 'Operating System'),
(7, 'el', 'Operating System'),
(7, 'en', 'Operating System'),
(7, 'es', 'Operating System'),
(7, 'fr', 'Operating System'),
(7, 'it', 'Operating System'),
(7, 'nl', 'Operating System'),
(7, 'no', 'Operating System'),
(7, 'pt', 'Operating System'),
(7, 'ro', 'Operating System'),
(7, 'ru', 'Operating System'),
(8, 'da', 'Display'),
(8, 'de', 'Display'),
(8, 'el', 'Display'),
(8, 'en', 'Display'),
(8, 'es', 'Display'),
(8, 'fr', 'Display'),
(8, 'it', 'Display'),
(8, 'nl', 'Display'),
(8, 'no', 'Display'),
(8, 'pt', 'Display'),
(8, 'ro', 'Display'),
(8, 'ru', 'Display'),
(9, 'da', 'Storage Capacity'),
(9, 'de', 'Storage Capacity'),
(9, 'el', 'Storage Capacity'),
(9, 'en', 'Storage Capacity'),
(9, 'es', 'Storage Capacity'),
(9, 'fr', 'Storage Capacity'),
(9, 'it', 'Storage Capacity'),
(9, 'nl', 'Storage Capacity'),
(9, 'no', 'Storage Capacity'),
(9, 'pt', 'Storage Capacity'),
(9, 'ro', 'Storage Capacity'),
(9, 'ru', 'Storage Capacity'),
(10, 'da', 'Brand'),
(10, 'de', 'Brand'),
(10, 'el', 'Brand'),
(10, 'en', 'Brand'),
(10, 'es', 'Brand'),
(10, 'fr', 'Brand'),
(10, 'it', 'Brand'),
(10, 'nl', 'Brand'),
(10, 'no', 'Brand'),
(10, 'pt', 'Brand'),
(10, 'ro', 'Brand'),
(10, 'ru', 'Brand');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_global_option_links`
--

CREATE TABLE `partiushop_product_global_option_links` (
  `option_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `product_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_options`
--

CREATE TABLE `partiushop_product_options` (
  `option_id` mediumint(8) UNSIGNED NOT NULL,
  `product_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `option_type` char(1) NOT NULL DEFAULT 'S',
  `inventory` char(1) NOT NULL DEFAULT 'Y',
  `regexp` varchar(255) NOT NULL DEFAULT '',
  `required` char(1) NOT NULL DEFAULT 'N',
  `multiupload` char(1) NOT NULL DEFAULT 'N',
  `allowed_extensions` varchar(255) NOT NULL DEFAULT '',
  `max_file_size` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `missing_variants_handling` char(1) NOT NULL DEFAULT 'M',
  `status` char(1) NOT NULL DEFAULT 'A',
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `value` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_options_descriptions`
--

CREATE TABLE `partiushop_product_options_descriptions` (
  `option_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `option_name` varchar(64) NOT NULL DEFAULT '',
  `internal_option_name` varchar(64) NOT NULL DEFAULT '',
  `option_text` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext DEFAULT NULL,
  `comment` varchar(255) NOT NULL DEFAULT '',
  `inner_hint` varchar(255) NOT NULL DEFAULT '',
  `incorrect_message` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_options_exceptions`
--

CREATE TABLE `partiushop_product_options_exceptions` (
  `exception_id` mediumint(8) UNSIGNED NOT NULL,
  `product_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `combination` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_options_inventory`
--

CREATE TABLE `partiushop_product_options_inventory` (
  `product_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `product_code` varchar(64) NOT NULL DEFAULT '',
  `combination_hash` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `combination` varchar(255) NOT NULL DEFAULT '',
  `amount` mediumint(8) NOT NULL DEFAULT 0,
  `temp` char(1) NOT NULL DEFAULT 'N',
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_option_variants`
--

CREATE TABLE `partiushop_product_option_variants` (
  `variant_id` mediumint(8) UNSIGNED NOT NULL,
  `option_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `modifier` decimal(13,3) NOT NULL DEFAULT 0.000,
  `modifier_type` char(1) NOT NULL DEFAULT 'A',
  `weight_modifier` decimal(12,3) NOT NULL DEFAULT 0.000,
  `weight_modifier_type` char(1) NOT NULL DEFAULT 'A',
  `point_modifier` decimal(12,3) NOT NULL DEFAULT 0.000,
  `point_modifier_type` char(1) NOT NULL DEFAULT 'A',
  `status` char(1) NOT NULL DEFAULT 'A'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_option_variants_descriptions`
--

CREATE TABLE `partiushop_product_option_variants_descriptions` (
  `variant_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `variant_name` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_plans`
--

CREATE TABLE `partiushop_product_plans` (
  `product_plans_id` int(11) NOT NULL,
  `company_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `plan_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `start_date` int(11) DEFAULT NULL,
  `end_date` int(11) DEFAULT NULL,
  `last_payout` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_plans_payment_quote`
--

CREATE TABLE `partiushop_product_plans_payment_quote` (
  `product_plans_payment_quote_id` int(11) NOT NULL,
  `company_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `plan_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `order_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `value` decimal(12,2) UNSIGNED NOT NULL DEFAULT 0.00,
  `created_date` int(11) DEFAULT NULL,
  `payout_date` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_point_prices`
--

CREATE TABLE `partiushop_product_point_prices` (
  `point_price_id` mediumint(8) UNSIGNED NOT NULL,
  `product_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `point_price` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `lower_limit` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `usergroup_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_product_point_prices`
--

INSERT INTO `partiushop_product_point_prices` (`point_price_id`, `product_id`, `point_price`, `lower_limit`, `usergroup_id`) VALUES
(1, 287, 0, 1, 0),
(2, 298, 0, 1, 0),
(3, 299, 0, 1, 0),
(4, 300, 0, 1, 0),
(5, 301, 0, 1, 0),
(6, 302, 0, 1, 0),
(7, 303, 0, 1, 0),
(8, 304, 0, 1, 0),
(9, 305, 0, 1, 0),
(10, 306, 0, 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_popularity`
--

CREATE TABLE `partiushop_product_popularity` (
  `product_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `viewed` int(11) NOT NULL DEFAULT 0,
  `added` int(11) NOT NULL DEFAULT 0,
  `deleted` int(11) NOT NULL DEFAULT 0,
  `bought` int(11) NOT NULL DEFAULT 0,
  `total` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_product_popularity`
--

INSERT INTO `partiushop_product_popularity` (`product_id`, `viewed`, `added`, `deleted`, `bought`, `total`) VALUES
(145, 0, 0, 259, 0, 1290),
(285, 1, 4, 9, 0, 48),
(286, 0, 0, 260, 0, 1295),
(296, 13, 2, 0, 1, 59),
(297, 14, 11, 5, 2, 142),
(298, 9, 0, 0, 0, 27),
(299, 11, 0, 0, 0, 33),
(300, 12, 5, 3, 5, 126),
(301, 16, 2, 3, 0, 73),
(302, 14, 8, 13, 11, 257),
(303, 21, 14, 15, 8, 288),
(304, 19, 12, 6, 15, 297),
(305, 16, 13, 18, 7, 273),
(306, 14, 19, 9, 14, 322),
(307, 27, 1, 1, 0, 91),
(308, 27, 1, 1, 0, 91);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_prices`
--

CREATE TABLE `partiushop_product_prices` (
  `product_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `price` decimal(12,2) NOT NULL DEFAULT 0.00,
  `percentage_discount` int(2) UNSIGNED NOT NULL DEFAULT 0,
  `lower_limit` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `usergroup_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_product_prices`
--

INSERT INTO `partiushop_product_prices` (`product_id`, `price`, `percentage_discount`, `lower_limit`, `usergroup_id`) VALUES
(285, '0.00', 0, 1, 0),
(296, '5000.00', 0, 1, 0),
(297, '1100.00', 0, 1, 0),
(298, '3900.00', 0, 1, 0),
(299, '3900.00', 0, 1, 0),
(300, '3900.00', 0, 1, 0),
(301, '3900.00', 0, 1, 0),
(302, '3900.00', 0, 1, 0),
(303, '5000.00', 0, 1, 0),
(304, '5000.00', 0, 1, 0),
(305, '5000.00', 0, 1, 0),
(306, '5000.00', 0, 1, 0),
(307, '1200.00', 0, 1, 0),
(308, '1200.00', 0, 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_required_products`
--

CREATE TABLE `partiushop_product_required_products` (
  `product_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `required_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_reviews`
--

CREATE TABLE `partiushop_product_reviews` (
  `product_review_id` mediumint(8) UNSIGNED NOT NULL,
  `product_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `advantages` mediumtext DEFAULT NULL,
  `disadvantages` mediumtext DEFAULT NULL,
  `comment` mediumtext DEFAULT NULL,
  `rating_value` tinyint(4) UNSIGNED NOT NULL DEFAULT 0,
  `ip_address` varbinary(40) NOT NULL DEFAULT '',
  `is_buyer` char(1) NOT NULL DEFAULT 'N',
  `product_review_timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `country_code` char(2) NOT NULL DEFAULT '',
  `city` varchar(255) NOT NULL DEFAULT '',
  `reply_user_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `reply` mediumtext DEFAULT NULL,
  `reply_timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `helpfulness` mediumint(8) NOT NULL DEFAULT 0,
  `status` char(1) NOT NULL DEFAULT 'D',
  `storefront_id` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_product_reviews`
--

INSERT INTO `partiushop_product_reviews` (`product_review_id`, `product_id`, `user_id`, `name`, `advantages`, `disadvantages`, `comment`, `rating_value`, `ip_address`, `is_buyer`, `product_review_timestamp`, `country_code`, `city`, `reply_user_id`, `reply`, `reply_timestamp`, `helpfulness`, `status`, `storefront_id`) VALUES
(1, 304, 0, '', 'Teste', 'teste', 'teste', 5, 0x3264613937636166, 'N', 1629156929, 'BR', 'Douradina', 0, NULL, 0, 0, 'D', 1);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_review_prepared_data`
--

CREATE TABLE `partiushop_product_review_prepared_data` (
  `product_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `storefront_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `average_rating` decimal(4,2) DEFAULT NULL,
  `reviews_count` mediumint(8) UNSIGNED DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_product_review_prepared_data`
--

INSERT INTO `partiushop_product_review_prepared_data` (`product_id`, `storefront_id`, `average_rating`, `reviews_count`) VALUES
(0, 0, NULL, 0);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_review_votes`
--

CREATE TABLE `partiushop_product_review_votes` (
  `user_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `product_review_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `value` int(2) NOT NULL DEFAULT 0,
  `ip_address` varbinary(40) NOT NULL DEFAULT '',
  `timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_sales`
--

CREATE TABLE `partiushop_product_sales` (
  `category_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `product_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `amount` mediumint(8) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_product_sales`
--

INSERT INTO `partiushop_product_sales` (`category_id`, `product_id`, `amount`) VALUES
(283, 296, 1),
(283, 297, 2),
(283, 300, 5),
(283, 302, 8),
(283, 303, 7),
(283, 304, 12),
(283, 305, 7),
(283, 306, 14);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_subscriptions`
--

CREATE TABLE `partiushop_product_subscriptions` (
  `subscription_id` mediumint(8) UNSIGNED NOT NULL,
  `product_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `email` varchar(128) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_tabs`
--

CREATE TABLE `partiushop_product_tabs` (
  `tab_id` mediumint(8) UNSIGNED NOT NULL,
  `tab_type` char(1) NOT NULL DEFAULT 'B',
  `block_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `template` varchar(255) NOT NULL DEFAULT '',
  `addon` varchar(32) NOT NULL DEFAULT '',
  `position` int(11) NOT NULL DEFAULT 0,
  `status` char(1) NOT NULL DEFAULT 'A',
  `is_primary` char(1) NOT NULL DEFAULT 'N',
  `product_ids` text DEFAULT NULL,
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `show_in_popup` char(1) NOT NULL DEFAULT 'N',
  `ab__smc_hide_content` char(1) NOT NULL DEFAULT 'N',
  `ab__smc_override` char(1) NOT NULL DEFAULT 'N',
  `ab__smc_height` int(5) UNSIGNED NOT NULL DEFAULT 250
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_product_tabs`
--

INSERT INTO `partiushop_product_tabs` (`tab_id`, `tab_type`, `block_id`, `template`, `addon`, `position`, `status`, `is_primary`, `product_ids`, `company_id`, `show_in_popup`, `ab__smc_hide_content`, `ab__smc_override`, `ab__smc_height`) VALUES
(1, 'T', 0, 'blocks/product_tabs/description.tpl', '', 1, 'A', 'Y', '', 0, 'N', 'N', 'N', 250),
(2, 'T', 0, 'blocks/product_tabs/features.tpl', '', 2, 'A', 'Y', '', 0, 'N', 'N', 'N', 250),
(3, 'T', 0, 'blocks/product_tabs/files.tpl', '', 3, 'A', 'Y', NULL, 0, 'N', 'N', 'N', 250),
(4, 'T', 0, 'addons/buy_together/blocks/product_tabs/buy_together.tpl', 'buy_together', 4, 'D', 'Y', NULL, 0, 'N', 'N', 'N', 250),
(5, 'T', 0, 'addons/tags/blocks/product_tabs/tags.tpl', 'tags', 5, 'A', 'Y', NULL, 0, 'N', 'N', 'N', 250),
(6, 'T', 0, 'addons/attachments/blocks/product_tabs/attachments.tpl', 'attachments', 6, 'A', 'Y', NULL, 0, 'N', 'N', 'N', 250),
(7, 'B', 69, '', 'product_variations', 7, 'A', 'N', NULL, 0, 'N', 'N', 'N', 250),
(8, 'T', 0, 'addons/discussion/blocks/product_tabs/discussion.tpl', 'discussion', 8, 'A', 'Y', '', 0, 'N', 'N', 'N', 250),
(9, 'T', 0, 'addons/required_products/blocks/product_tabs/required_products.tpl', 'required_products', 9, 'A', 'Y', '', 0, 'N', 'N', 'N', 250),
(10, 'T', 0, 'addons/ab__video_gallery/blocks/product_tabs/ab__video_gallery.tpl', 'ab__video_gallery', 10, 'D', 'Y', '', 0, 'N', 'N', 'N', 250),
(11, 'T', 0, 'addons/ab__deal_of_the_day/blocks/product_tabs/ab__deal_of_the_day.tpl', 'ab__deal_of_the_day', 11, 'D', 'Y', '', 0, 'N', 'N', 'N', 250),
(12, 'B', 153, '', 'master_products', 0, 'A', 'N', NULL, 0, 'N', 'N', 'N', 250),
(13, 'T', 0, 'addons/product_reviews/blocks/product_tabs/product_reviews.tpl', 'product_reviews', 12, 'A', 'Y', NULL, 0, 'N', 'N', 'N', 250),
(14, 'B', 464, 'addons/warehouses/blocks/availability_in_stores.tpl', 'warehouses', 13, 'A', 'N', NULL, 0, 'N', 'N', 'N', 250);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_tabs_descriptions`
--

CREATE TABLE `partiushop_product_tabs_descriptions` (
  `tab_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `ab__smc_show_more` varchar(50) NOT NULL DEFAULT '',
  `ab__smc_show_less` varchar(50) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_product_tabs_descriptions`
--

INSERT INTO `partiushop_product_tabs_descriptions` (`tab_id`, `lang_code`, `name`, `ab__smc_show_more`, `ab__smc_show_less`) VALUES
(1, 'da', 'Description', '', ''),
(1, 'de', 'Description', '', ''),
(1, 'el', 'Περιγραφη', '', ''),
(1, 'en', 'Description', '', ''),
(1, 'es', 'Description', '', ''),
(1, 'fr', 'Description', '', ''),
(1, 'it', 'Description', '', ''),
(1, 'nl', 'Description', '', ''),
(1, 'no', 'Description', '', ''),
(1, 'pt', 'Descrição', '', ''),
(1, 'ro', 'Description', '', ''),
(1, 'ru', 'Описание', '', ''),
(2, 'da', 'Features', '', ''),
(2, 'de', 'Features', '', ''),
(2, 'el', 'Χαρακτηρηστικά', '', ''),
(2, 'en', 'Features', '', ''),
(2, 'es', 'Features', '', ''),
(2, 'fr', 'Features', '', ''),
(2, 'it', 'Features', '', ''),
(2, 'nl', 'Features', '', ''),
(2, 'no', 'Features', '', ''),
(2, 'pt', 'Especificações', '', ''),
(2, 'ro', 'Features', '', ''),
(2, 'ru', 'Особенности', '', ''),
(3, 'da', 'Files', '', ''),
(3, 'de', 'Files', '', ''),
(3, 'el', 'Αρχεία', '', ''),
(3, 'en', 'Files', '', ''),
(3, 'es', 'Files', '', ''),
(3, 'fr', 'Files', '', ''),
(3, 'it', 'Files', '', ''),
(3, 'nl', 'Files', '', ''),
(3, 'no', 'Files', '', ''),
(3, 'pt', 'Files', '', ''),
(3, 'ro', 'Files', '', ''),
(3, 'ru', 'Файлы', '', ''),
(4, 'da', 'Køb sammen', '', ''),
(4, 'de', 'Zusammen kaufen', '', ''),
(4, 'el', 'Αγοράστε μαζί', '', ''),
(4, 'en', 'Buy together', '', ''),
(4, 'es', 'Comprar juntos', '', ''),
(4, 'fr', 'Acheter ensemble', '', ''),
(4, 'it', 'Acquista insieme', '', ''),
(4, 'nl', 'Samen kopen', '', ''),
(4, 'no', 'Kjøp sammen', '', ''),
(4, 'pt', 'Buy together', '', ''),
(4, 'ro', 'Cumpără împreună', '', ''),
(4, 'ru', 'Комбинации товаров', '', ''),
(5, 'da', 'mærker', '', ''),
(5, 'de', 'Schlagwörter', '', ''),
(5, 'el', 'Καρτέλες', '', ''),
(5, 'en', 'Tags', '', ''),
(5, 'es', 'Etiquetas', '', ''),
(5, 'fr', 'Favoris', '', ''),
(5, 'it', 'Tag', '', ''),
(5, 'nl', 'Tags', '', ''),
(5, 'no', 'Tagger', '', ''),
(5, 'pt', 'Tags', '', ''),
(5, 'ro', 'Tag-uri', '', ''),
(5, 'ru', 'Теги', '', ''),
(6, 'da', 'Bilag', '', ''),
(6, 'de', 'Anhänge', '', ''),
(6, 'el', 'Συνημμένα', '', ''),
(6, 'en', 'Attachments', '', ''),
(6, 'es', 'Archivos adjuntos', '', ''),
(6, 'fr', 'Fichiers joints', '', ''),
(6, 'it', 'Allegati', '', ''),
(6, 'nl', 'Bijlagen', '', ''),
(6, 'no', 'Vedlegg', '', ''),
(6, 'pt', 'Attachments', '', ''),
(6, 'ro', 'Atașamente', '', ''),
(6, 'ru', 'Прикрепленные файлы', '', ''),
(7, 'da', 'View all variations as list', '', ''),
(7, 'de', 'View all variations as list', '', ''),
(7, 'el', 'Προβολη ολων των παραλλαγών ως λίστα', '', ''),
(7, 'en', 'View all variations as list', '', ''),
(7, 'es', 'View all variations as list', '', ''),
(7, 'fr', 'View all variations as list', '', ''),
(7, 'it', 'View all variations as list', '', ''),
(7, 'nl', 'View all variations as list', '', ''),
(7, 'no', 'View all variations as list', '', ''),
(7, 'pt', 'View all variations as list', '', ''),
(7, 'ro', 'View all variations as list', '', ''),
(7, 'ru', 'Список вариантов товара', '', ''),
(8, 'da', 'Vurdering', '', ''),
(8, 'de', 'Rezensionen', '', ''),
(8, 'el', 'Κριτικές', '', ''),
(8, 'en', 'Reviews', '', ''),
(8, 'es', 'Comentarios', '', ''),
(8, 'fr', 'Commentaires', '', ''),
(8, 'it', 'Recensioni', '', ''),
(8, 'nl', 'Beoordelingen', '', ''),
(8, 'no', 'Omtaler', '', ''),
(8, 'pt', 'Avaliações', '', ''),
(8, 'ro', 'Recenzii', '', ''),
(8, 'ru', 'Отзывы', '', ''),
(9, 'da', 'Påkrævede produkter', '', ''),
(9, 'de', 'Benötigte Artikel ', '', ''),
(9, 'el', 'Απαιτούμενα προϊόντα', '', ''),
(9, 'en', 'Required products', '', ''),
(9, 'es', 'Productos requeridos', '', ''),
(9, 'fr', 'Produits requis', '', ''),
(9, 'it', 'Prodotti obbligatori', '', ''),
(9, 'nl', 'Benodigde producten', '', ''),
(9, 'no', 'Påkrevde produkter', '', ''),
(9, 'pt', 'Produtos Necessários', '', ''),
(9, 'ro', 'Produse necesare', '', ''),
(9, 'ru', 'Обязательные товары', '', ''),
(10, 'da', 'Video gallery', '', ''),
(10, 'de', 'Video gallery', '', ''),
(10, 'el', 'Video gallery', '', ''),
(10, 'en', 'Video gallery', '', ''),
(10, 'es', 'Video gallery', '', ''),
(10, 'fr', 'Video gallery', '', ''),
(10, 'it', 'Video gallery', '', ''),
(10, 'nl', 'Video gallery', '', ''),
(10, 'no', 'Video gallery', '', ''),
(10, 'pt', 'Videos', '', ''),
(10, 'ro', 'Video gallery', '', ''),
(10, 'ru', 'Видео галерея', '', ''),
(11, 'da', 'Promotions', '', ''),
(11, 'de', 'Promotions', '', ''),
(11, 'el', 'Promotions', '', ''),
(11, 'en', 'Promotions', '', ''),
(11, 'es', 'Promotions', '', ''),
(11, 'fr', 'Promotions', '', ''),
(11, 'it', 'Promotions', '', ''),
(11, 'nl', 'Promotions', '', ''),
(11, 'no', 'Promotions', '', ''),
(11, 'pt', 'Promoções', '', ''),
(11, 'ro', 'Promotions', '', ''),
(11, 'ru', 'Промо-акции', '', ''),
(12, 'da', 'Distribuidores deste produto', '', ''),
(12, 'de', 'Distribuidores deste produto', '', ''),
(12, 'el', 'Distribuidores deste produto', '', ''),
(12, 'en', 'Distribuidores deste produto', '', ''),
(12, 'es', 'Distribuidores deste produto', '', ''),
(12, 'fr', 'Distribuidores deste produto', '', ''),
(12, 'it', 'Distribuidores deste produto', '', ''),
(12, 'nl', 'Distribuidores deste produto', '', ''),
(12, 'no', 'Distribuidores deste produto', '', ''),
(12, 'pt', 'Distribuidores deste produto', '', ''),
(12, 'ro', 'Distribuidores deste produto', '', ''),
(12, 'ru', 'Distribuidores deste produto', '', ''),
(13, 'da', 'Reviews', '', ''),
(13, 'de', 'Reviews', '', ''),
(13, 'el', 'Κριτικές', '', ''),
(13, 'en', 'Reviews', '', ''),
(13, 'es', 'Opiniones', '', ''),
(13, 'fr', 'Reviews', '', ''),
(13, 'it', 'Reviews', '', ''),
(13, 'nl', 'Reviews', '', ''),
(13, 'no', 'Reviews', '', ''),
(13, 'pt', 'Reviews', '', ''),
(13, 'ro', 'Reviews', '', ''),
(13, 'ru', 'Отзывы', '', ''),
(14, 'da', 'Availability in stores', '', ''),
(14, 'de', 'Availability in stores', '', ''),
(14, 'el', 'Διαθεσιμότητα στα καταστήματα', '', ''),
(14, 'en', 'Availability in stores', '', ''),
(14, 'es', 'Disponibilidad en tiendas', '', ''),
(14, 'fr', 'Availability in stores', '', ''),
(14, 'it', 'Disponibile nei negozi', '', ''),
(14, 'nl', 'Availability in stores', '', ''),
(14, 'no', 'Availability in stores', '', ''),
(14, 'pt', 'Disponibilidade em lojas', '', ''),
(14, 'ro', 'Availability in stores', '', ''),
(14, 'ru', 'Наличие в магазинах', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_variation_data_identity_map`
--

CREATE TABLE `partiushop_product_variation_data_identity_map` (
  `table_id` varchar(32) NOT NULL DEFAULT '',
  `id` varchar(64) NOT NULL DEFAULT '',
  `parent_id` varchar(64) NOT NULL DEFAULT '',
  `product_id` mediumint(8) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_variation_groups`
--

CREATE TABLE `partiushop_product_variation_groups` (
  `id` mediumint(8) UNSIGNED NOT NULL,
  `code` varchar(128) DEFAULT NULL,
  `created_at` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `updated_at` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_variation_group_features`
--

CREATE TABLE `partiushop_product_variation_group_features` (
  `feature_id` mediumint(8) UNSIGNED NOT NULL,
  `purpose` varchar(32) NOT NULL,
  `group_id` mediumint(8) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_product_variation_group_products`
--

CREATE TABLE `partiushop_product_variation_group_products` (
  `product_id` mediumint(8) UNSIGNED NOT NULL,
  `parent_product_id` mediumint(8) UNSIGNED NOT NULL,
  `group_id` mediumint(8) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_profile_fields`
--

CREATE TABLE `partiushop_profile_fields` (
  `field_id` mediumint(8) UNSIGNED NOT NULL,
  `field_name` varchar(32) NOT NULL DEFAULT '',
  `profile_show` char(1) DEFAULT 'N',
  `profile_required` char(1) DEFAULT 'N',
  `checkout_show` char(1) DEFAULT 'N',
  `checkout_required` char(1) DEFAULT 'N',
  `partner_show` char(1) DEFAULT 'N',
  `partner_required` char(1) DEFAULT 'N',
  `storefront_show` char(1) DEFAULT 'Y',
  `field_type` char(1) NOT NULL DEFAULT 'I',
  `profile_type` char(1) NOT NULL DEFAULT 'U',
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `is_default` char(1) DEFAULT 'N',
  `section` char(1) DEFAULT 'C',
  `matching_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `class` varchar(100) NOT NULL DEFAULT '',
  `wrapper_class` varchar(100) NOT NULL DEFAULT '',
  `autocomplete_type` varchar(100) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_profile_fields`
--

INSERT INTO `partiushop_profile_fields` (`field_id`, `field_name`, `profile_show`, `profile_required`, `checkout_show`, `checkout_required`, `partner_show`, `partner_required`, `storefront_show`, `field_type`, `profile_type`, `position`, `is_default`, `section`, `matching_id`, `class`, `wrapper_class`, `autocomplete_type`) VALUES
(6, 'firstname', 'Y', 'N', 'Y', 'N', 'N', 'N', 'Y', 'I', 'U', 10, 'Y', 'C', 0, 'first-name', '', 'given-name'),
(7, 'lastname', 'Y', 'N', 'Y', 'N', 'N', 'N', 'Y', 'I', 'U', 20, 'Y', 'C', 0, 'last-name', '', 'surname'),
(8, 'company', 'N', 'N', 'N', 'N', 'N', 'N', 'Y', 'I', 'U', 30, 'Y', 'C', 0, 'company', '', 'organization'),
(9, 'phone', 'Y', 'N', 'Y', 'N', 'N', 'N', 'Y', 'P', 'U', 40, 'Y', 'C', 0, 'phone', '', 'tel'),
(14, 'b_firstname', 'Y', 'N', 'Y', 'N', 'N', 'N', 'Y', 'I', 'U', 10, 'Y', 'B', 15, 'billing-first-name', '', 'given-name'),
(15, 's_firstname', 'Y', 'Y', 'N', 'N', 'N', 'N', 'Y', 'I', 'U', 10, 'Y', 'S', 14, 'shipping-first-name', '', 'given-name'),
(16, 'b_lastname', 'Y', 'N', 'Y', 'N', 'N', 'N', 'Y', 'I', 'U', 20, 'Y', 'B', 17, 'billing-last-name', '', 'surname'),
(17, 's_lastname', 'Y', 'Y', 'N', 'N', 'N', 'N', 'Y', 'I', 'U', 20, 'Y', 'S', 16, 'shipping-last-name', '', 'surname'),
(18, 'b_address', 'Y', 'N', 'Y', 'N', 'N', 'N', 'Y', 'I', 'U', 30, 'Y', 'B', 19, 'billing-address', 'litecheckout__field--xlarge', 'street-address'),
(19, 's_address', 'Y', 'Y', 'Y', 'Y', 'N', 'N', 'Y', 'I', 'U', 30, 'Y', 'S', 18, 'shipping-address', 'litecheckout__field--xlarge', 'shipping street-address'),
(20, 'b_address_2', 'Y', 'N', 'N', 'N', 'N', 'N', 'Y', 'I', 'U', 40, 'Y', 'B', 21, 'billing-address-line2', '', 'address-line2'),
(21, 's_address_2', 'N', 'N', 'N', 'N', 'N', 'N', 'Y', 'I', 'U', 40, 'Y', 'S', 20, 'shipping-address-line2', '', 'address-line2'),
(22, 'b_city', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'Y', 'I', 'U', 50, 'Y', 'B', 23, 'billing-city', '', 'city'),
(23, 's_city', 'Y', 'Y', 'Y', 'Y', 'N', 'N', 'Y', 'I', 'U', 50, 'Y', 'S', 22, 'shipping-city', '', 'city'),
(24, 'b_state', 'Y', 'N', 'Y', 'N', 'N', 'N', 'Y', 'A', 'U', 70, 'Y', 'B', 25, 'billing-state', '', 'state'),
(25, 's_state', 'Y', 'Y', 'Y', 'Y', 'N', 'N', 'Y', 'A', 'U', 70, 'Y', 'S', 24, 'shipping-state', '', 'state'),
(26, 'b_country', 'Y', 'N', 'Y', 'N', 'N', 'N', 'Y', 'O', 'U', 60, 'Y', 'B', 27, 'billing-country', '', 'country'),
(27, 's_country', 'Y', 'Y', 'Y', 'Y', 'N', 'N', 'Y', 'O', 'U', 60, 'Y', 'S', 26, 'shipping-country', '', 'country'),
(28, 'b_zipcode', 'Y', 'N', 'Y', 'N', 'N', 'N', 'Y', 'Z', 'U', 80, 'Y', 'B', 29, 'billing-zip-code', 'litecheckout__field--xsmall', 'postal-code'),
(29, 's_zipcode', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'Y', 'Z', 'U', 80, 'Y', 'S', 28, 'shipping-zip-code', 'litecheckout__field--xsmall', 'shipping postal-code'),
(30, 'b_phone', 'Y', 'N', 'Y', 'N', 'N', 'N', 'Y', 'P', 'U', 90, 'Y', 'B', 31, 'billing-phone', '', 'tel'),
(31, 's_phone', 'Y', 'N', 'N', 'N', 'N', 'N', 'Y', 'P', 'U', 90, 'Y', 'S', 30, 'shipping-phone', '', 'tel'),
(32, 'email', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'E', 'U', 50, 'Y', 'C', 0, 'litecheckout__field--full', '', 'off'),
(35, 's_address_type', 'Y', 'N', 'N', 'N', 'N', 'N', 'Y', 'N', 'U', 100, 'Y', 'S', 34, 'shipping-address-type', '', ''),
(36, 'company', 'Y', 'Y', 'N', 'N', 'N', 'N', 'Y', 'I', 'S', 10, 'Y', 'C', 0, 'company', '', 'organization'),
(37, 'admin_firstname', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'I', 'S', 20, 'N', 'C', 0, 'first-name', '', 'given-name'),
(38, 'admin_lastname', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'I', 'S', 30, 'N', 'C', 0, 'last-name', '', 'surname'),
(39, 'email', 'Y', 'Y', 'N', 'N', 'N', 'N', 'Y', 'E', 'S', 40, 'Y', 'C', 0, 'email', '', 'email'),
(40, 'company_description', 'N', 'N', 'N', 'N', 'N', 'N', 'Y', 'T', 'S', 50, 'Y', 'C', 0, 'company-description', '', ''),
(41, 'address', 'Y', 'N', 'N', 'N', 'N', 'N', 'Y', 'I', 'S', 60, 'Y', 'C', 0, 'shipping-address', '', 'street-address'),
(42, 'city', 'Y', 'N', 'N', 'N', 'N', 'N', 'Y', 'I', 'S', 80, 'Y', 'C', 0, 'shipping-city', '', 'city'),
(43, 'country', 'Y', 'N', 'N', 'N', 'N', 'N', 'Y', 'O', 'S', 90, 'Y', 'C', 0, 'shipping-country', '', 'country'),
(44, 'state', 'Y', 'N', 'N', 'N', 'N', 'N', 'Y', 'A', 'S', 100, 'Y', 'C', 0, 'shipping-state', '', 'state'),
(45, 'zipcode', 'Y', 'N', 'N', 'N', 'N', 'N', 'Y', 'Z', 'S', 110, 'Y', 'C', 0, 'shipping-zip-code', '', 'postal-code'),
(46, 'phone', 'Y', 'N', 'N', 'N', 'N', 'N', 'Y', 'I', 'S', 120, 'Y', 'C', 0, 'shipping-phone', '', 'phone-full'),
(48, 'url', 'N', 'N', 'N', 'N', 'N', 'N', 'Y', 'I', 'S', 140, 'Y', 'C', 0, 'url', '', 'url'),
(49, 'accept_terms', 'N', 'N', 'N', 'N', 'N', 'N', 'Y', 'B', 'S', 150, 'Y', 'C', 0, 'cm-agreement checkbox', '', ''),
(50, 'plan_id', 'N', 'N', 'N', 'N', 'N', 'N', 'Y', 'V', 'S', 15, 'Y', 'C', 0, 'plan-id', '', ''),
(51, 'b_RG_NUMBER', 'N', 'N', 'Y', 'N', 'N', 'N', 'Y', 'I', 'U', 81, 'N', 'B', 52, 'billing-first-name', '', ''),
(52, 's_RG_NUMBER', 'Y', 'N', 'N', 'N', 'N', 'N', 'Y', 'I', 'U', 0, 'N', 'S', 51, '', '', ''),
(53, 'b_CPF', 'Y', 'N', 'Y', 'N', 'N', 'N', 'Y', 'I', 'U', 82, 'N', 'B', 54, 'billing-first-name', '', ''),
(54, 's_CPF', 'Y', 'N', 'N', 'N', 'N', 'N', 'Y', 'I', 'U', 82, 'N', 'S', 53, 'billing-first-name', '', ''),
(59, 'tax_number', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', 'I', 'S', 14, 'Y', 'C', 0, 'tax_number', '', ''),
(60, 'b_numero', 'Y', 'N', 'N', 'N', 'N', 'N', 'Y', 'I', 'U', 45, 'N', 'B', 61, 'address-numero', '', ''),
(61, 's_numero', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'Y', 'I', 'U', 45, 'N', 'S', 60, 'address-numero', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_profile_fields_data`
--

CREATE TABLE `partiushop_profile_fields_data` (
  `object_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `object_type` char(1) NOT NULL DEFAULT 'U',
  `field_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `value` varchar(255) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_profile_fields_data`
--

INSERT INTO `partiushop_profile_fields_data` (`object_id`, `object_type`, `field_id`, `value`) VALUES
(2, 'P', 52, ''),
(2, 'P', 53, '01391599918'),
(2, 'P', 54, '01391599918'),
(2, 'P', 60, '165'),
(2, 'P', 61, '165'),
(3, 'U', 52, ''),
(3, 'U', 53, '01391599918'),
(3, 'U', 54, '01391599918'),
(3, 'U', 60, '165'),
(3, 'U', 61, '165'),
(6, 'P', 52, '156556157'),
(6, 'P', 53, ''),
(6, 'P', 54, ''),
(13, 'P', 52, '123456789'),
(14, 'P', 52, ''),
(17, 'P', 52, '111111111111'),
(23, 'P', 52, ''),
(30, 'U', 52, ''),
(30, 'U', 53, '09679310965'),
(30, 'U', 54, '09679310965'),
(31, 'P', 52, ''),
(31, 'P', 53, '09679310965'),
(31, 'P', 54, '09679310965'),
(32, 'P', 52, ''),
(33, 'P', 53, ''),
(33, 'U', 52, ''),
(33, 'U', 53, '56097768052'),
(33, 'U', 54, '56097768052'),
(33, 'U', 60, ''),
(33, 'U', 61, ''),
(34, 'P', 52, ''),
(34, 'P', 53, '56097768052'),
(34, 'P', 54, '56097768052'),
(34, 'P', 60, ''),
(34, 'P', 61, ''),
(34, 'U', 52, ''),
(34, 'U', 53, '16579907029'),
(34, 'U', 54, '16579907029'),
(34, 'U', 60, '165'),
(34, 'U', 61, '165'),
(35, 'P', 52, ''),
(35, 'P', 53, '16579907029'),
(35, 'P', 54, '16579907029'),
(35, 'P', 60, '165'),
(35, 'P', 61, '165'),
(35, 'U', 52, '458150459'),
(35, 'U', 53, '33447538279'),
(35, 'U', 54, '33447538279'),
(35, 'U', 60, ''),
(35, 'U', 61, ''),
(36, 'P', 52, '458150459'),
(36, 'P', 53, '33447538279'),
(36, 'P', 54, '33447538279'),
(36, 'P', 60, ''),
(36, 'P', 61, ''),
(101, 'O', 52, ''),
(102, 'O', 52, ''),
(103, 'O', 52, ''),
(104, 'O', 52, ''),
(105, 'O', 53, '01391599918'),
(105, 'O', 54, '01391599918'),
(107, 'O', 51, ''),
(107, 'O', 52, '11111111111111111'),
(107, 'O', 53, ''),
(107, 'O', 54, '09679310965'),
(108, 'O', 51, ''),
(108, 'O', 53, ''),
(108, 'O', 54, '01391599918'),
(109, 'O', 51, ''),
(109, 'O', 53, ''),
(109, 'O', 54, '01391599918'),
(110, 'O', 53, '01391599918'),
(110, 'O', 54, '01391599918'),
(111, 'O', 53, '01391599918'),
(111, 'O', 54, '01391599918'),
(112, 'O', 53, '01391599918'),
(112, 'O', 54, '01391599918'),
(113, 'O', 53, '04041987083'),
(113, 'O', 54, '04041987083'),
(114, 'O', 53, '04041987083'),
(114, 'O', 54, '04041987083'),
(115, 'O', 52, '458150459'),
(115, 'O', 53, '33447538279'),
(115, 'O', 54, '33447538279'),
(116, 'O', 52, '458150459'),
(116, 'O', 53, '33447538279'),
(116, 'O', 54, '33447538279'),
(117, 'O', 52, '458150459'),
(117, 'O', 53, '33447538279'),
(117, 'O', 54, '33447538279'),
(118, 'O', 52, '458150459'),
(118, 'O', 53, '33447538279'),
(118, 'O', 54, '33447538279'),
(119, 'O', 52, '458150459'),
(119, 'O', 53, '33447538279'),
(119, 'O', 54, '33447538279'),
(120, 'O', 52, '458150459'),
(120, 'O', 53, '33447538279'),
(120, 'O', 54, '33447538279'),
(121, 'O', 52, '458150459'),
(121, 'O', 53, '33447538279'),
(121, 'O', 54, '33447538279'),
(122, 'O', 52, '458150459'),
(122, 'O', 53, '33447538279'),
(122, 'O', 54, '33447538279'),
(123, 'O', 52, '458150459'),
(123, 'O', 53, '33447538279'),
(123, 'O', 54, '33447538279'),
(124, 'O', 52, '458150459'),
(124, 'O', 53, '33447538279'),
(124, 'O', 54, '33447538279'),
(125, 'O', 52, '458150459'),
(125, 'O', 53, '33447538279'),
(125, 'O', 54, '33447538279'),
(126, 'O', 52, '458150459'),
(126, 'O', 53, '33447538279'),
(126, 'O', 54, '33447538279'),
(127, 'O', 52, '458150459'),
(127, 'O', 53, '33447538279'),
(127, 'O', 54, '33447538279'),
(128, 'O', 52, '458150459'),
(128, 'O', 53, '33447538279'),
(128, 'O', 54, '33447538279'),
(129, 'O', 52, '458150459'),
(129, 'O', 53, '33447538279'),
(129, 'O', 54, '33447538279'),
(130, 'O', 52, '458150459'),
(130, 'O', 53, '33447538279'),
(130, 'O', 54, '33447538279'),
(131, 'O', 52, '458150459'),
(131, 'O', 53, '33447538279'),
(131, 'O', 54, '33447538279'),
(132, 'O', 52, '458150459'),
(132, 'O', 53, '33447538279'),
(132, 'O', 54, '33447538279'),
(133, 'O', 52, '458150459'),
(133, 'O', 53, '33447538279'),
(133, 'O', 54, '33447538279'),
(134, 'O', 52, '458150459'),
(134, 'O', 53, '33447538279'),
(134, 'O', 54, '33447538279'),
(135, 'O', 52, '458150459'),
(135, 'O', 53, '33447538279'),
(135, 'O', 54, '33447538279'),
(136, 'O', 52, '458150459'),
(136, 'O', 53, '33447538279'),
(136, 'O', 54, '33447538279'),
(137, 'O', 52, '458150459'),
(137, 'O', 53, '33447538279'),
(137, 'O', 54, '33447538279'),
(138, 'O', 52, '458150459'),
(138, 'O', 53, '33447538279'),
(138, 'O', 54, '33447538279'),
(139, 'O', 52, '458150459'),
(139, 'O', 53, '33447538279'),
(139, 'O', 54, '33447538279'),
(140, 'O', 52, '458150459'),
(140, 'O', 53, '33447538279'),
(140, 'O', 54, '33447538279'),
(141, 'O', 52, '458150459'),
(141, 'O', 53, '33447538279'),
(141, 'O', 54, '33447538279'),
(142, 'O', 52, '458150459'),
(142, 'O', 53, '33447538279'),
(142, 'O', 54, '33447538279'),
(143, 'O', 52, '458150459'),
(143, 'O', 53, '33447538279'),
(143, 'O', 54, '33447538279'),
(144, 'O', 52, '458150459'),
(144, 'O', 53, '33447538279'),
(144, 'O', 54, '33447538279'),
(145, 'O', 52, '458150459'),
(145, 'O', 53, '33447538279'),
(145, 'O', 54, '33447538279'),
(146, 'O', 52, '458150459'),
(146, 'O', 53, '33447538279'),
(146, 'O', 54, '33447538279'),
(147, 'O', 52, '458150459'),
(147, 'O', 53, '33447538279'),
(147, 'O', 54, '33447538279'),
(148, 'O', 52, '458150459'),
(148, 'O', 53, '33447538279'),
(148, 'O', 54, '33447538279'),
(149, 'O', 52, '458150459'),
(149, 'O', 53, '33447538279'),
(149, 'O', 54, '33447538279'),
(150, 'O', 52, '458150459'),
(150, 'O', 53, '33447538279'),
(150, 'O', 54, '33447538279'),
(151, 'O', 52, '458150459'),
(151, 'O', 53, '33447538279'),
(151, 'O', 54, '33447538279'),
(152, 'O', 52, '458150459'),
(152, 'O', 53, '33447538279'),
(152, 'O', 54, '33447538279'),
(153, 'O', 52, '458150459'),
(153, 'O', 53, '33447538279'),
(153, 'O', 54, '33447538279'),
(154, 'O', 52, '458150459'),
(154, 'O', 53, '33447538279'),
(154, 'O', 54, '33447538279');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_profile_field_descriptions`
--

CREATE TABLE `partiushop_profile_field_descriptions` (
  `object_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `description` varchar(255) NOT NULL DEFAULT '',
  `object_type` char(1) NOT NULL DEFAULT 'F',
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_profile_field_descriptions`
--

INSERT INTO `partiushop_profile_field_descriptions` (`object_id`, `description`, `object_type`, `lang_code`) VALUES
(6, 'Fornavn', 'F', 'da'),
(6, 'Vorname', 'F', 'de'),
(6, 'Ονομα', 'F', 'el'),
(6, 'First name', 'F', 'en'),
(6, 'Nombre', 'F', 'es'),
(6, 'First name', 'F', 'fr'),
(6, 'Nome', 'F', 'it'),
(6, 'Voornaam', 'F', 'nl'),
(6, 'Fornavn', 'F', 'no'),
(6, 'Nome', 'F', 'pt'),
(6, 'Prenume', 'F', 'ro'),
(6, 'Имя', 'F', 'ru'),
(7, 'Efternavn', 'F', 'da'),
(7, 'Nachnamen', 'F', 'de'),
(7, 'Επίθετο', 'F', 'el'),
(7, 'Last name', 'F', 'en'),
(7, 'Apellidos', 'F', 'es'),
(7, 'Nom', 'F', 'fr'),
(7, 'Cognome', 'F', 'it'),
(7, 'Achternaam', 'F', 'nl'),
(7, 'Etternavn', 'F', 'no'),
(7, 'Sobrenome', 'F', 'pt'),
(7, 'Nume', 'F', 'ro'),
(7, 'Фамилия', 'F', 'ru'),
(8, 'Firma', 'F', 'da'),
(8, 'Firma', 'F', 'de'),
(8, 'Εταιρία', 'F', 'el'),
(8, 'Company', 'F', 'en'),
(8, 'Empresa', 'F', 'es'),
(8, 'Company', 'F', 'fr'),
(8, 'Azienda', 'F', 'it'),
(8, 'Bedrijf', 'F', 'nl'),
(8, 'Firma', 'F', 'no'),
(8, 'Empresa', 'F', 'pt'),
(8, 'Companie', 'F', 'ro'),
(8, 'Компания', 'F', 'ru'),
(9, 'Telefon', 'F', 'da'),
(9, 'Telefon', 'F', 'de'),
(9, 'Αριθμός τηλεφώνου', 'F', 'el'),
(9, 'Phone', 'F', 'en'),
(9, 'Teléfono', 'F', 'es'),
(9, 'Phone', 'F', 'fr'),
(9, 'Telefono', 'F', 'it'),
(9, 'Telefoon', 'F', 'nl'),
(9, 'Telefon', 'F', 'no'),
(9, 'Telefone', 'F', 'pt'),
(9, 'Telefon', 'F', 'ro'),
(9, 'Телефон', 'F', 'ru'),
(14, 'Fornavn', 'F', 'da'),
(14, 'Vorname', 'F', 'de'),
(14, 'Ονομα', 'F', 'el'),
(14, 'First name', 'F', 'en'),
(14, 'Nombre', 'F', 'es'),
(14, 'First name', 'F', 'fr'),
(14, 'Nome', 'F', 'it'),
(14, 'Voornaam', 'F', 'nl'),
(14, 'Fornavn', 'F', 'no'),
(14, 'Nome', 'F', 'pt'),
(14, 'Prenume', 'F', 'ro'),
(14, 'Имя', 'F', 'ru'),
(15, 'Fornavn', 'F', 'da'),
(15, 'Vorname', 'F', 'de'),
(15, 'Ονομα', 'F', 'el'),
(15, 'First name', 'F', 'en'),
(15, 'Nombre', 'F', 'es'),
(15, 'First name', 'F', 'fr'),
(15, 'Nome', 'F', 'it'),
(15, 'Voornaam', 'F', 'nl'),
(15, 'Fornavn', 'F', 'no'),
(15, 'Nome', 'F', 'pt'),
(15, 'Prenume', 'F', 'ro'),
(15, 'Имя', 'F', 'ru'),
(16, 'Efternavn', 'F', 'da'),
(16, 'Nachname', 'F', 'de'),
(16, 'Επίθετο', 'F', 'el'),
(16, 'Last name', 'F', 'en'),
(16, 'Apellidos', 'F', 'es'),
(16, 'Nom', 'F', 'fr'),
(16, 'Cognome', 'F', 'it'),
(16, 'Achternaam', 'F', 'nl'),
(16, 'Etternavn', 'F', 'no'),
(16, 'Sobrenome', 'F', 'pt'),
(16, 'Nume', 'F', 'ro'),
(16, 'Фамилия', 'F', 'ru'),
(17, 'Efternavn', 'F', 'da'),
(17, 'Nachname', 'F', 'de'),
(17, 'Επίθετο', 'F', 'el'),
(17, 'Last name', 'F', 'en'),
(17, 'Apellidos', 'F', 'es'),
(17, 'Nom', 'F', 'fr'),
(17, 'Cognome', 'F', 'it'),
(17, 'Achternaam', 'F', 'nl'),
(17, 'Etternavn', 'F', 'no'),
(17, 'Sobrenome', 'F', 'pt'),
(17, 'Nume', 'F', 'ro'),
(17, 'Фамилия', 'F', 'ru'),
(18, 'Adresse', 'F', 'da'),
(18, 'Adresse', 'F', 'de'),
(18, 'Διεύθυνση', 'F', 'el'),
(18, 'Address', 'F', 'en'),
(18, 'Dirección', 'F', 'es'),
(18, 'Address', 'F', 'fr'),
(18, 'Indirizzo', 'F', 'it'),
(18, 'Adres', 'F', 'nl'),
(18, 'Adresse', 'F', 'no'),
(18, 'Endereço', 'F', 'pt'),
(18, 'Adresă', 'F', 'ro'),
(18, 'Адрес', 'F', 'ru'),
(19, 'Adresse', 'F', 'da'),
(19, 'Adresse', 'F', 'de'),
(19, 'Διεύθυνση', 'F', 'el'),
(19, 'Address', 'F', 'en'),
(19, 'Dirección', 'F', 'es'),
(19, 'Address', 'F', 'fr'),
(19, 'Indirizzo', 'F', 'it'),
(19, 'Adres', 'F', 'nl'),
(19, 'Adresse', 'F', 'no'),
(19, 'Endereço', 'F', 'pt'),
(19, 'Adresă', 'F', 'ro'),
(19, 'Адрес', 'F', 'ru'),
(20, 'Adresse 2', 'F', 'da'),
(20, 'Adresse', 'F', 'de'),
(20, 'Διεύθυνση, γραμμή 2', 'F', 'el'),
(20, 'Address', 'F', 'en'),
(20, 'Dirección, línea 2', 'F', 'es'),
(20, 'Address', 'F', 'fr'),
(20, 'Indirizzo 2', 'F', 'it'),
(20, 'Adres', 'F', 'nl'),
(20, 'Adresse', 'F', 'no'),
(20, 'Endereço', 'F', 'pt'),
(20, 'Adresă, linia 2', 'F', 'ro'),
(20, 'Адрес (строка 2)', 'F', 'ru'),
(21, 'Adresse 2', 'F', 'da'),
(21, 'Adresse', 'F', 'de'),
(21, 'Διεύθυνση, γραμμή 2', 'F', 'el'),
(21, 'Address', 'F', 'en'),
(21, 'Dirección, línea 2', 'F', 'es'),
(21, 'Address', 'F', 'fr'),
(21, 'Indirizzo 2', 'F', 'it'),
(21, 'Adres', 'F', 'nl'),
(21, 'Adresse', 'F', 'no'),
(21, 'Endereço', 'F', 'pt'),
(21, 'Adresă, linia 2', 'F', 'ro'),
(21, 'Адрес (строка 2)', 'F', 'ru'),
(22, 'By', 'F', 'da'),
(22, 'Stadt', 'F', 'de'),
(22, 'Πόλη', 'F', 'el'),
(22, 'City', 'F', 'en'),
(22, 'Ciudad', 'F', 'es'),
(22, 'City', 'F', 'fr'),
(22, 'Città', 'F', 'it'),
(22, 'Plaats', 'F', 'nl'),
(22, 'Poststed', 'F', 'no'),
(22, 'Cidade', 'F', 'pt'),
(22, 'Oraș', 'F', 'ro'),
(22, 'Город', 'F', 'ru'),
(23, 'By', 'F', 'da'),
(23, 'Stadt', 'F', 'de'),
(23, 'Πόλη', 'F', 'el'),
(23, 'City', 'F', 'en'),
(23, 'Ciudad', 'F', 'es'),
(23, 'City', 'F', 'fr'),
(23, 'Città', 'F', 'it'),
(23, 'Plaats', 'F', 'nl'),
(23, 'Poststed', 'F', 'no'),
(23, 'Cidade', 'F', 'pt'),
(23, 'Oraș', 'F', 'ro'),
(23, 'Город', 'F', 'ru'),
(24, 'Område', 'F', 'da'),
(24, 'Bundesland/Kanton', 'F', 'de'),
(24, 'Νομός', 'F', 'el'),
(24, 'State/province', 'F', 'en'),
(24, 'Provincia', 'F', 'es'),
(24, 'State/province', 'F', 'fr'),
(24, 'Provincia', 'F', 'it'),
(24, 'Staat/provincie', 'F', 'nl'),
(24, 'Stat/kommune', 'F', 'no'),
(24, 'Estado', 'F', 'pt'),
(24, 'Județ', 'F', 'ro'),
(24, 'Область/район', 'F', 'ru'),
(25, 'Område', 'F', 'da'),
(25, 'Bundesland/Kanton', 'F', 'de'),
(25, 'Πολιτεία/Επαρχία', 'F', 'el'),
(25, 'State/province', 'F', 'en'),
(25, 'Provincia', 'F', 'es'),
(25, 'State/province', 'F', 'fr'),
(25, 'Provincia', 'F', 'it'),
(25, 'Staat/provincie', 'F', 'nl'),
(25, 'Stat/kommune', 'F', 'no'),
(25, 'Estado', 'F', 'pt'),
(25, 'Județ', 'F', 'ro'),
(25, 'Область/район', 'F', 'ru'),
(26, 'Land', 'F', 'da'),
(26, 'Land', 'F', 'de'),
(26, 'Χώρα', 'F', 'el'),
(26, 'Country', 'F', 'en'),
(26, 'País', 'F', 'es'),
(26, 'Country', 'F', 'fr'),
(26, 'Paese', 'F', 'it'),
(26, 'Land', 'F', 'nl'),
(26, 'Land', 'F', 'no'),
(26, 'País', 'F', 'pt'),
(26, 'Țară', 'F', 'ro'),
(26, 'Страна', 'F', 'ru'),
(27, 'Land', 'F', 'da'),
(27, 'Land', 'F', 'de'),
(27, 'Χώρα', 'F', 'el'),
(27, 'Country', 'F', 'en'),
(27, 'País', 'F', 'es'),
(27, 'Country', 'F', 'fr'),
(27, 'Paese', 'F', 'it'),
(27, 'Land', 'F', 'nl'),
(27, 'Land', 'F', 'no'),
(27, 'País', 'F', 'pt'),
(27, 'Țară', 'F', 'ro'),
(27, 'Страна', 'F', 'ru'),
(28, 'Postnr', 'F', 'da'),
(28, 'PLZ (Postleitzahl)', 'F', 'de'),
(28, 'T.K (ταχυδρομικός κώδικας)', 'F', 'el'),
(28, 'Zip/postal code', 'F', 'en'),
(28, 'Código Postal', 'F', 'es'),
(28, 'Zip/postal code', 'F', 'fr'),
(28, 'CAP', 'F', 'it'),
(28, 'Postcode', 'F', 'nl'),
(28, 'Postnummer', 'F', 'no'),
(28, 'CEP', 'F', 'pt'),
(28, 'Zip/Cod poștal', 'F', 'ro'),
(28, 'Почтовый индекс', 'F', 'ru'),
(29, 'Postnr', 'F', 'da'),
(29, 'PLZ (Postleitzahl)', 'F', 'de'),
(29, 'T.K (ταχυδρομικός κώδικας )', 'F', 'el'),
(29, 'Zip/postal code', 'F', 'en'),
(29, 'Código Postal', 'F', 'es'),
(29, 'Zip/postal code', 'F', 'fr'),
(29, 'CAP', 'F', 'it'),
(29, 'Postcode', 'F', 'nl'),
(29, 'Postnummer', 'F', 'no'),
(29, 'CEP', 'F', 'pt'),
(29, 'Zip/Cod poștal', 'F', 'ro'),
(29, 'Почтовый индекс', 'F', 'ru'),
(30, 'Telefon', 'F', 'da'),
(30, 'Telefon', 'F', 'de'),
(30, 'Αριθμός τηλεφώνου', 'F', 'el'),
(30, 'Phone', 'F', 'en'),
(30, 'Teléfono', 'F', 'es'),
(30, 'Phone', 'F', 'fr'),
(30, 'Telefono', 'F', 'it'),
(30, 'Telefoon', 'F', 'nl'),
(30, 'Telefon', 'F', 'no'),
(30, 'Telefone', 'F', 'pt'),
(30, 'Telefon', 'F', 'ro'),
(30, 'Телефон', 'F', 'ru'),
(31, 'Telefon', 'F', 'da'),
(31, 'Telefon', 'F', 'de'),
(31, 'Αριθμός τηλεφώνου', 'F', 'el'),
(31, 'Phone', 'F', 'en'),
(31, 'Teléfono', 'F', 'es'),
(31, 'Phone', 'F', 'fr'),
(31, 'Telefono', 'F', 'it'),
(31, 'Telefoon', 'F', 'nl'),
(31, 'Telefon', 'F', 'no'),
(31, 'Telefone', 'F', 'pt'),
(31, 'Telefon', 'F', 'ro'),
(31, 'Телефон', 'F', 'ru'),
(32, 'E-mail', 'F', 'da'),
(32, 'E-Mail', 'F', 'de'),
(32, 'Διεύθυνση ηλεκτρονικού ταχυδρομείου(e-mail)', 'F', 'el'),
(32, 'E-mail', 'F', 'en'),
(32, 'Correo electrónico', 'F', 'es'),
(32, 'E-mail', 'F', 'fr'),
(32, 'Indirizzo E-mail', 'F', 'it'),
(32, 'E-mail', 'F', 'nl'),
(32, 'E-post', 'F', 'no'),
(32, 'E-mail', 'F', 'pt'),
(32, 'Poştă electronică', 'F', 'ro'),
(32, 'E-mail', 'F', 'ru'),
(35, 'Adressetype', 'F', 'da'),
(35, 'Adresstyp', 'F', 'de'),
(35, 'Tύπος διεύθυνσης', 'F', 'el'),
(35, 'Address type', 'F', 'en'),
(35, 'Tipo de dirección', 'F', 'es'),
(35, 'Address type', 'F', 'fr'),
(35, 'Tipo di indirizzo', 'F', 'it'),
(35, 'Adres', 'F', 'nl'),
(35, 'Adresse type', 'F', 'no'),
(35, 'Tipo de endereço', 'F', 'pt'),
(35, 'Tipul adresei', 'F', 'ro'),
(35, 'Тип адреса', 'F', 'ru'),
(36, 'Firma', 'F', 'da'),
(36, 'Firma', 'F', 'de'),
(36, 'Εταιρία', 'F', 'el'),
(36, 'Company', 'F', 'en'),
(36, 'Empresa', 'F', 'es'),
(36, 'Company', 'F', 'fr'),
(36, 'Azienda', 'F', 'it'),
(36, 'Bedrijf', 'F', 'nl'),
(36, 'Firma', 'F', 'no'),
(36, 'Empresa', 'F', 'pt'),
(36, 'Companie', 'F', 'ro'),
(36, 'Компания', 'F', 'ru'),
(37, 'First name', 'F', 'da'),
(37, 'First name', 'F', 'de'),
(37, 'Ονομα', 'F', 'el'),
(37, 'First name', 'F', 'en'),
(37, 'Nombre', 'F', 'es'),
(37, 'First name', 'F', 'fr'),
(37, 'Nome', 'F', 'it'),
(37, 'Voornaam', 'F', 'nl'),
(37, 'First name', 'F', 'no'),
(37, 'First name', 'F', 'pt'),
(37, 'First name', 'F', 'ro'),
(37, 'Имя', 'F', 'ru'),
(38, 'Last name', 'F', 'da'),
(38, 'Last name', 'F', 'de'),
(38, 'Επίθετο', 'F', 'el'),
(38, 'Last name', 'F', 'en'),
(38, 'Apellido', 'F', 'es'),
(38, 'Last name', 'F', 'fr'),
(38, 'Cognome', 'F', 'it'),
(38, 'Achternaam', 'F', 'nl'),
(38, 'Last name', 'F', 'no'),
(38, 'Last name', 'F', 'pt'),
(38, 'Last name', 'F', 'ro'),
(38, 'Фамилия', 'F', 'ru'),
(39, 'E-mail', 'F', 'da'),
(39, 'E-Mail', 'F', 'de'),
(39, 'Διεύθυνση ηλεκτρονικού ταχυδρομείου(e-mail)', 'F', 'el'),
(39, 'E-mail', 'F', 'en'),
(39, 'Correo electrónico', 'F', 'es'),
(39, 'E-mail', 'F', 'fr'),
(39, 'Indirizzo E-mail', 'F', 'it'),
(39, 'E-mail', 'F', 'nl'),
(39, 'E-post', 'F', 'no'),
(39, 'E-mail', 'F', 'pt'),
(39, 'Poştă electronică', 'F', 'ro'),
(39, 'E-mail', 'F', 'ru'),
(40, 'Description', 'F', 'da'),
(40, 'Description', 'F', 'de'),
(40, 'Περιγραφή', 'F', 'el'),
(40, 'Description', 'F', 'en'),
(40, 'Descripción', 'F', 'es'),
(40, 'Description', 'F', 'fr'),
(40, 'Descrizione', 'F', 'it'),
(40, 'Omschrijving', 'F', 'nl'),
(40, 'Description', 'F', 'no'),
(40, 'Description', 'F', 'pt'),
(40, 'Description', 'F', 'ro'),
(40, 'Описание', 'F', 'ru'),
(41, 'Address', 'F', 'da'),
(41, 'Address', 'F', 'de'),
(41, 'Διευθυνση', 'F', 'el'),
(41, 'Address', 'F', 'en'),
(41, 'Dirección', 'F', 'es'),
(41, 'Address', 'F', 'fr'),
(41, 'Indirizzo', 'F', 'it'),
(41, 'Adres', 'F', 'nl'),
(41, 'Address', 'F', 'no'),
(41, 'Address', 'F', 'pt'),
(41, 'Address', 'F', 'ro'),
(41, 'Адрес', 'F', 'ru'),
(42, 'City', 'F', 'da'),
(42, 'City', 'F', 'de'),
(42, 'Πόλη', 'F', 'el'),
(42, 'City', 'F', 'en'),
(42, 'Ciudad', 'F', 'es'),
(42, 'City', 'F', 'fr'),
(42, 'Città', 'F', 'it'),
(42, 'Plaats', 'F', 'nl'),
(42, 'City', 'F', 'no'),
(42, 'City', 'F', 'pt'),
(42, 'City', 'F', 'ro'),
(42, 'Город', 'F', 'ru'),
(43, 'Country', 'F', 'da'),
(43, 'Country', 'F', 'de'),
(43, 'Χώρα', 'F', 'el'),
(43, 'Country', 'F', 'en'),
(43, 'País', 'F', 'es'),
(43, 'Country', 'F', 'fr'),
(43, 'Country', 'F', 'it'),
(43, 'Land', 'F', 'nl'),
(43, 'Country', 'F', 'no'),
(43, 'Country', 'F', 'pt'),
(43, 'Country', 'F', 'ro'),
(43, 'Страна', 'F', 'ru'),
(44, 'State/Province', 'F', 'da'),
(44, 'State/Province', 'F', 'de'),
(44, 'Νομός', 'F', 'el'),
(44, 'State/Province', 'F', 'en'),
(44, 'Estado/Provincia', 'F', 'es'),
(44, 'State/Province', 'F', 'fr'),
(44, 'Provincia', 'F', 'it'),
(44, 'Staat/provincie', 'F', 'nl'),
(44, 'State/Province', 'F', 'no'),
(44, 'State/Province', 'F', 'pt'),
(44, 'State/Province', 'F', 'ro'),
(44, 'Область/район', 'F', 'ru'),
(45, 'Zip/postal code', 'F', 'da'),
(45, 'Zip/postal code', 'F', 'de'),
(45, 'T.K (ταχυδρομικός κώδικας)', 'F', 'el'),
(45, 'Zip/postal code', 'F', 'en'),
(45, 'Código Postal', 'F', 'es'),
(45, 'Zip/postal code', 'F', 'fr'),
(45, 'Cap', 'F', 'it'),
(45, 'Postcode', 'F', 'nl'),
(45, 'Zip/postal code', 'F', 'no'),
(45, 'Zip/postal code', 'F', 'pt'),
(45, 'Zip/postal code', 'F', 'ro'),
(45, 'Почтовый индекс', 'F', 'ru'),
(46, 'Telefon', 'F', 'da'),
(46, 'Telefon', 'F', 'de'),
(46, 'Αριθμός τηλεφώνου', 'F', 'el'),
(46, 'Phone', 'F', 'en'),
(46, 'Teléfono', 'F', 'es'),
(46, 'Phone', 'F', 'fr'),
(46, 'Telefono', 'F', 'it'),
(46, 'Telefoon', 'F', 'nl'),
(46, 'Telefon', 'F', 'no'),
(46, 'Telefone', 'F', 'pt'),
(46, 'Telefon', 'F', 'ro'),
(46, 'Телефон', 'F', 'ru'),
(48, 'URL-ADRESSE', 'F', 'da'),
(48, 'URL', 'F', 'de'),
(48, 'URL', 'F', 'el'),
(48, 'URL', 'F', 'en'),
(48, 'De una dirección URL', 'F', 'es'),
(48, 'URL', 'F', 'fr'),
(48, 'Sito web', 'F', 'it'),
(48, 'URL', 'F', 'nl'),
(48, 'URL', 'F', 'no'),
(48, 'Site', 'F', 'pt'),
(48, 'URL', 'F', 'ro'),
(48, 'Веб-сайт', 'F', 'ru'),
(49, 'I accept the Terms and Conditions', 'F', 'da'),
(49, 'I accept the Terms and Conditions', 'F', 'de'),
(49, 'Αποδεχομαι τους όρους και προϋποθέσεις', 'F', 'el'),
(49, 'I accept the Terms and Conditions', 'F', 'en'),
(49, 'Acepto los términos y las condiciones', 'F', 'es'),
(49, 'I accept the Terms and Conditions', 'F', 'fr'),
(49, 'Accetto termini e condizioni', 'F', 'it'),
(49, 'Ik accepteer de algemene voorwaarden', 'F', 'nl'),
(49, 'I accept the Terms and Conditions', 'F', 'no'),
(49, 'I accept the Terms and Conditions', 'F', 'pt'),
(49, 'I accept the Terms and Conditions', 'F', 'ro'),
(49, 'Я принимаю условия', 'F', 'ru'),
(50, 'Plan', 'F', 'da'),
(50, 'Plan', 'F', 'de'),
(50, 'Πακετο', 'F', 'el'),
(50, 'Plan', 'F', 'en'),
(50, 'Plan', 'F', 'es'),
(50, 'Plan', 'F', 'fr'),
(50, 'Piano', 'F', 'it'),
(50, 'Plan', 'F', 'nl'),
(50, 'Plan', 'F', 'no'),
(50, 'Plan', 'F', 'pt'),
(50, 'Plan', 'F', 'ro'),
(50, 'Тарифный план', 'F', 'ru'),
(51, 'RG', 'F', 'da'),
(51, 'RG', 'F', 'de'),
(51, 'RG', 'F', 'el'),
(51, 'RG', 'F', 'en'),
(51, 'RG', 'F', 'es'),
(51, 'RG', 'F', 'fr'),
(51, 'RG', 'F', 'it'),
(51, 'RG', 'F', 'nl'),
(51, 'RG', 'F', 'no'),
(51, 'RG', 'F', 'pt'),
(51, 'RG', 'F', 'ro'),
(51, 'RG', 'F', 'ru'),
(52, 'RG', 'F', 'da'),
(52, 'RG', 'F', 'de'),
(52, 'RG', 'F', 'el'),
(52, 'RG', 'F', 'en'),
(52, 'RG', 'F', 'es'),
(52, 'RG', 'F', 'fr'),
(52, 'RG', 'F', 'it'),
(52, 'RG', 'F', 'nl'),
(52, 'RG', 'F', 'no'),
(52, 'RG', 'F', 'pt'),
(52, 'RG', 'F', 'ro'),
(52, 'RG', 'F', 'ru'),
(53, 'CPF', 'F', 'da'),
(53, 'CPF', 'F', 'de'),
(53, 'CPF', 'F', 'el'),
(53, 'CPF', 'F', 'en'),
(53, 'CPF', 'F', 'es'),
(53, 'CPF', 'F', 'fr'),
(53, 'CPF', 'F', 'it'),
(53, 'CPF', 'F', 'nl'),
(53, 'CPF', 'F', 'no'),
(53, 'CPF', 'F', 'pt'),
(53, 'CPF', 'F', 'ro'),
(53, 'CPF', 'F', 'ru'),
(54, 'CPF', 'F', 'da'),
(54, 'CPF', 'F', 'de'),
(54, 'CPF', 'F', 'el'),
(54, 'CPF', 'F', 'en'),
(54, 'CPF', 'F', 'es'),
(54, 'CPF', 'F', 'fr'),
(54, 'CPF', 'F', 'it'),
(54, 'CPF', 'F', 'nl'),
(54, 'CPF', 'F', 'no'),
(54, 'CPF', 'F', 'pt'),
(54, 'CPF', 'F', 'ro'),
(54, 'CPF', 'F', 'ru'),
(59, 'Tax number', 'F', 'da'),
(59, 'Tax number', 'F', 'de'),
(59, 'Tax number', 'F', 'el'),
(59, 'Tax number', 'F', 'en'),
(59, 'Tax number', 'F', 'es'),
(59, 'Tax number', 'F', 'fr'),
(59, 'Tax number', 'F', 'it'),
(59, 'Tax number', 'F', 'nl'),
(59, 'Tax number', 'F', 'no'),
(59, 'Tax number', 'F', 'pt'),
(59, 'Tax number', 'F', 'ro'),
(59, 'Tax number', 'F', 'ru'),
(60, 'Número', 'F', 'da'),
(60, 'Número', 'F', 'de'),
(60, 'Número', 'F', 'el'),
(60, 'Número', 'F', 'en'),
(60, 'Número', 'F', 'es'),
(60, 'Número', 'F', 'fr'),
(60, 'Número', 'F', 'it'),
(60, 'Número', 'F', 'nl'),
(60, 'Número', 'F', 'no'),
(60, 'Número', 'F', 'pt'),
(60, 'Número', 'F', 'ro'),
(60, 'Número', 'F', 'ru'),
(61, 'Número', 'F', 'da'),
(61, 'Número', 'F', 'de'),
(61, 'Número', 'F', 'el'),
(61, 'Número', 'F', 'en'),
(61, 'Número', 'F', 'es'),
(61, 'Número', 'F', 'fr'),
(61, 'Número', 'F', 'it'),
(61, 'Número', 'F', 'nl'),
(61, 'Número', 'F', 'no'),
(61, 'Número', 'F', 'pt'),
(61, 'Número', 'F', 'ro'),
(61, 'Número', 'F', 'ru');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_profile_field_sections`
--

CREATE TABLE `partiushop_profile_field_sections` (
  `section_id` int(11) UNSIGNED NOT NULL,
  `code` char(1) NOT NULL,
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `status` char(1) NOT NULL DEFAULT 'A'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_profile_field_sections`
--

INSERT INTO `partiushop_profile_field_sections` (`section_id`, `code`, `position`, `status`) VALUES
(1, 'C', 2, 'A'),
(2, 'S', 1, 'A'),
(3, 'B', 3, 'A');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_profile_field_values`
--

CREATE TABLE `partiushop_profile_field_values` (
  `value_id` mediumint(8) UNSIGNED NOT NULL,
  `field_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_promotions`
--

CREATE TABLE `partiushop_promotions` (
  `promotion_id` mediumint(8) UNSIGNED NOT NULL,
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `conditions` text DEFAULT NULL,
  `bonuses` text DEFAULT NULL,
  `to_date` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `from_date` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `priority` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `stop` char(1) NOT NULL DEFAULT 'N',
  `zone` enum('cart','catalog') NOT NULL DEFAULT 'catalog',
  `conditions_hash` text DEFAULT NULL,
  `status` char(1) NOT NULL DEFAULT 'A',
  `number_of_usages` mediumint(8) NOT NULL DEFAULT 0,
  `users_conditions_hash` text DEFAULT NULL,
  `stop_other_rules` char(1) NOT NULL DEFAULT 'N'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_promotions`
--

INSERT INTO `partiushop_promotions` (`promotion_id`, `company_id`, `conditions`, `bonuses`, `to_date`, `from_date`, `priority`, `stop`, `zone`, `conditions_hash`, `status`, `number_of_usages`, `users_conditions_hash`, `stop_other_rules`) VALUES
(14, 0, 'a:3:{s:3:\"set\";s:3:\"all\";s:9:\"set_value\";s:1:\"1\";s:10:\"conditions\";a:1:{i:1;a:3:{s:8:\"operator\";s:2:\"in\";s:9:\"condition\";s:10:\"categories\";s:5:\"value\";s:3:\"243\";}}}', 'a:1:{i:1;a:3:{s:5:\"bonus\";s:16:\"product_discount\";s:14:\"discount_bonus\";s:13:\"to_percentage\";s:14:\"discount_value\";s:2:\"95\";}}', 1588576711, 1580800711, 1, 'N', 'catalog', 'categories=243', 'A', 0, NULL, 'N'),
(15, 0, 'a:3:{s:3:\"set\";s:3:\"all\";s:9:\"set_value\";s:1:\"1\";s:10:\"conditions\";a:2:{i:1;a:3:{s:8:\"operator\";s:3:\"gte\";s:9:\"condition\";s:8:\"subtotal\";s:5:\"value\";s:3:\"100\";}i:2;a:3:{s:8:\"operator\";s:2:\"eq\";s:9:\"condition\";s:11:\"coupon_code\";s:5:\"value\";s:3:\"123\";}}}', 'a:1:{i:1;a:2:{s:5:\"bonus\";s:13:\"free_shipping\";s:5:\"value\";s:1:\"1\";}}', 1588576711, 1580800711, 2, 'N', 'cart', 'subtotal=100;coupon_code=123', 'A', 0, NULL, 'N'),
(16, 0, 'a:3:{s:3:\"set\";s:3:\"all\";s:9:\"set_value\";s:1:\"1\";s:10:\"conditions\";a:1:{i:2;a:3:{s:8:\"operator\";s:2:\"in\";s:9:\"condition\";s:8:\"products\";s:5:\"value\";s:19:\"247,214,217,218,244\";}}}', 'a:1:{i:1;a:3:{s:5:\"bonus\";s:16:\"product_discount\";s:14:\"discount_bonus\";s:13:\"by_percentage\";s:14:\"discount_value\";s:2:\"20\";}}', 1587599084, 0, 0, 'N', 'catalog', 'products=247,214,217,218,244', 'A', 0, '', 'N'),
(17, 0, 'a:3:{s:3:\"set\";s:3:\"all\";s:9:\"set_value\";s:1:\"1\";s:10:\"conditions\";a:1:{i:2;a:3:{s:8:\"operator\";s:2:\"in\";s:9:\"condition\";s:8:\"products\";s:5:\"value\";s:19:\"219,220,221,222,227\";}}}', 'a:1:{i:1;a:3:{s:5:\"bonus\";s:16:\"product_discount\";s:14:\"discount_bonus\";s:13:\"by_percentage\";s:14:\"discount_value\";s:2:\"50\";}}', 1587599084, 0, 0, 'N', 'catalog', 'products=219,220,221,222,227', 'A', 0, '', 'N'),
(18, 0, 'a:3:{s:3:\"set\";s:3:\"all\";s:9:\"set_value\";s:1:\"1\";s:10:\"conditions\";a:1:{i:1;a:3:{s:8:\"operator\";s:2:\"in\";s:9:\"condition\";s:8:\"products\";s:5:\"value\";s:19:\"228,229,205,206,207\";}}}', 'a:1:{i:1;a:3:{s:5:\"bonus\";s:16:\"product_discount\";s:14:\"discount_bonus\";s:13:\"by_percentage\";s:14:\"discount_value\";s:2:\"10\";}}', 1587599084, 0, 0, 'N', 'catalog', 'products=228,229,205,206,207', 'A', 0, '', 'N'),
(19, 0, 'a:3:{s:3:\"set\";s:3:\"all\";s:9:\"set_value\";s:1:\"1\";s:10:\"conditions\";a:1:{i:1;a:3:{s:8:\"operator\";s:3:\"gte\";s:9:\"condition\";s:8:\"subtotal\";s:5:\"value\";d:3000;}}}', 'a:1:{i:0;a:2:{s:5:\"bonus\";s:13:\"free_shipping\";s:5:\"value\";s:1:\"1\";}}', 1587599084, 0, 0, 'N', 'cart', 'subtotal=3000', 'A', 0, '', 'N'),
(20, 0, 'a:3:{s:3:\"set\";s:3:\"all\";s:9:\"set_value\";s:1:\"1\";s:10:\"conditions\";a:1:{i:6;a:3:{s:8:\"operator\";s:2:\"in\";s:9:\"condition\";s:10:\"categories\";s:5:\"value\";s:3:\"168\";}}}', 'a:1:{i:2;a:4:{s:5:\"bonus\";s:20:\"discount_on_products\";s:5:\"value\";s:19:\"223,224,225,240,241\";s:14:\"discount_bonus\";s:13:\"by_percentage\";s:14:\"discount_value\";d:5;}}', 1587599084, 0, 4, 'N', 'cart', 'categories=168', 'A', 0, '', 'N'),
(21, 0, 'a:3:{s:3:\"set\";s:3:\"all\";s:9:\"set_value\";s:1:\"1\";s:10:\"conditions\";a:1:{i:2;a:3:{s:8:\"operator\";s:2:\"in\";s:9:\"condition\";s:8:\"products\";s:5:\"value\";s:19:\"247,214,217,218,244\";}}}', 'a:1:{i:1;a:3:{s:5:\"bonus\";s:16:\"product_discount\";s:14:\"discount_bonus\";s:13:\"by_percentage\";s:14:\"discount_value\";s:2:\"20\";}}', 1587603647, 0, 0, 'N', 'catalog', 'products=247,214,217,218,244', 'A', 0, '', 'N'),
(22, 0, 'a:3:{s:3:\"set\";s:3:\"all\";s:9:\"set_value\";s:1:\"1\";s:10:\"conditions\";a:1:{i:2;a:3:{s:8:\"operator\";s:2:\"in\";s:9:\"condition\";s:8:\"products\";s:5:\"value\";s:19:\"219,220,221,222,227\";}}}', 'a:1:{i:1;a:3:{s:5:\"bonus\";s:16:\"product_discount\";s:14:\"discount_bonus\";s:13:\"by_percentage\";s:14:\"discount_value\";s:2:\"50\";}}', 1587603647, 0, 0, 'N', 'catalog', 'products=219,220,221,222,227', 'A', 0, '', 'N'),
(23, 0, 'a:3:{s:3:\"set\";s:3:\"all\";s:9:\"set_value\";s:1:\"1\";s:10:\"conditions\";a:1:{i:1;a:3:{s:8:\"operator\";s:2:\"in\";s:9:\"condition\";s:8:\"products\";s:5:\"value\";s:19:\"228,229,205,206,207\";}}}', 'a:1:{i:1;a:3:{s:5:\"bonus\";s:16:\"product_discount\";s:14:\"discount_bonus\";s:13:\"by_percentage\";s:14:\"discount_value\";s:2:\"10\";}}', 1587603647, 0, 0, 'N', 'catalog', 'products=228,229,205,206,207', 'A', 0, '', 'N'),
(24, 0, 'a:3:{s:3:\"set\";s:3:\"all\";s:9:\"set_value\";s:1:\"1\";s:10:\"conditions\";a:1:{i:1;a:3:{s:8:\"operator\";s:3:\"gte\";s:9:\"condition\";s:8:\"subtotal\";s:5:\"value\";d:3000;}}}', 'a:1:{i:0;a:2:{s:5:\"bonus\";s:13:\"free_shipping\";s:5:\"value\";s:1:\"1\";}}', 1587603647, 0, 0, 'N', 'cart', 'subtotal=3000', 'A', 0, '', 'N'),
(25, 0, 'a:3:{s:3:\"set\";s:3:\"all\";s:9:\"set_value\";s:1:\"1\";s:10:\"conditions\";a:1:{i:6;a:3:{s:8:\"operator\";s:2:\"in\";s:9:\"condition\";s:10:\"categories\";s:5:\"value\";s:3:\"168\";}}}', 'a:1:{i:2;a:4:{s:5:\"bonus\";s:20:\"discount_on_products\";s:5:\"value\";s:19:\"223,224,225,240,241\";s:14:\"discount_bonus\";s:13:\"by_percentage\";s:14:\"discount_value\";d:5;}}', 1587603647, 0, 4, 'N', 'cart', 'categories=168', 'A', 0, '', 'N');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_promotion_descriptions`
--

CREATE TABLE `partiushop_promotion_descriptions` (
  `promotion_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `short_description` text DEFAULT NULL,
  `detailed_description` mediumtext DEFAULT NULL,
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_promotion_descriptions`
--

INSERT INTO `partiushop_promotion_descriptions` (`promotion_id`, `name`, `short_description`, `detailed_description`, `lang_code`) VALUES
(14, 'DVD 5% off', '', '', 'da'),
(14, 'DVD 5% off', '', '', 'de'),
(14, '5% Έκπτωση στα DVD', '', '', 'el'),
(14, 'DVD 5% off', '', '', 'en'),
(14, 'DVD 5% off', '', '', 'es'),
(14, 'DVD 5% off', '', '', 'fr'),
(14, 'DVD 5% off', '', '', 'it'),
(14, 'DVD 5% off', '', '', 'nl'),
(14, 'DVD 5% off', '', '', 'no'),
(14, 'DVD 5% off', '', '', 'pt'),
(14, 'DVD 5% off', '', '', 'ro'),
(14, 'DVD 5% off', '', '', 'ru'),
(15, 'Free shipping coupon', '', 'Buy $100+ products and receive free shipping!', 'da'),
(15, 'Free shipping coupon', '', 'Buy $100+ products and receive free shipping!', 'de'),
(15, 'Κουπόνι Δωρεάν Μεταφορικών', '', 'Αγοράστε προϊόντα αξίας τουλαχιστον $100 και σας κανουμε δώρο τα μεταφορικά!', 'el'),
(15, 'Free shipping coupon', '', 'Buy $100+ products and receive free shipping!', 'en'),
(15, 'Free shipping coupon', '', 'Buy $100+ products and receive free shipping!', 'es'),
(15, 'Free shipping coupon', '', 'Buy $100+ products and receive free shipping!', 'fr'),
(15, 'Free shipping coupon', '', 'Buy $100+ products and receive free shipping!', 'it'),
(15, 'Free shipping coupon', '', 'Buy $100+ products and receive free shipping!', 'nl'),
(15, 'Free shipping coupon', '', 'Buy $100+ products and receive free shipping!', 'no'),
(15, 'Free shipping coupon', '', 'Buy $100+ products and receive free shipping!', 'pt'),
(15, 'Free shipping coupon', '', 'Buy $100+ products and receive free shipping!', 'ro'),
(15, 'Free shipping coupon', '', 'Buy $100+ products and receive free shipping!', 'ru'),
(16, 'AB: Stock! Buy a promotional hair dryer VALERA - get a 40% discount on the curling iron!', '<p>To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the basket.</p><p>The promotion is valid only when placing an order on the site.<br></p>', '<p>Every buyer of a promotional hair dryer VALERA can get a 40% discount on a cooler *! To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the cart.</p><p>The promotion is valid only, when placing an order on the site.</p><p>Hurry, the number of gifts is limited!</p><p>* 40% of the discount is given on the promotional product - promotional coupon.<br></p>', 'da'),
(16, 'AB: Stock! Buy a promotional hair dryer VALERA - get a 40% discount on the curling iron!', '<p>To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the basket.</p><p>The promotion is valid only when placing an order on the site.<br></p>', '<p>Every buyer of a promotional hair dryer VALERA can get a 40% discount on a cooler *! To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the cart.</p><p>The promotion is valid only, when placing an order on the site.</p><p>Hurry, the number of gifts is limited!</p><p>* 40% of the discount is given on the promotional product - promotional coupon.<br></p>', 'de'),
(16, 'AB: Stock! Buy a promotional hair dryer VALERA - get a 40% discount on the curling iron!', '<p>To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the basket.</p><p>The promotion is valid only when placing an order on the site.<br></p>', '<p>Every buyer of a promotional hair dryer VALERA can get a 40% discount on a cooler *! To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the cart.</p><p>The promotion is valid only, when placing an order on the site.</p><p>Hurry, the number of gifts is limited!</p><p>* 40% of the discount is given on the promotional product - promotional coupon.<br></p>', 'el'),
(16, 'AB: Stock! Buy a promotional hair dryer VALERA - get a 40% discount on the curling iron!', '<p>To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the basket.</p><p>The promotion is valid only when placing an order on the site.<br></p>', '<p>Every buyer of a promotional hair dryer VALERA can get a 40% discount on a cooler *! To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the cart.</p><p>The promotion is valid only, when placing an order on the site.</p><p>Hurry, the number of gifts is limited!</p><p>* 40% of the discount is given on the promotional product - promotional coupon.<br></p>', 'en'),
(16, 'AB: Stock! Buy a promotional hair dryer VALERA - get a 40% discount on the curling iron!', '<p>To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the basket.</p><p>The promotion is valid only when placing an order on the site.<br></p>', '<p>Every buyer of a promotional hair dryer VALERA can get a 40% discount on a cooler *! To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the cart.</p><p>The promotion is valid only, when placing an order on the site.</p><p>Hurry, the number of gifts is limited!</p><p>* 40% of the discount is given on the promotional product - promotional coupon.<br></p>', 'es'),
(16, 'AB: Stock! Buy a promotional hair dryer VALERA - get a 40% discount on the curling iron!', '<p>To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the basket.</p><p>The promotion is valid only when placing an order on the site.<br></p>', '<p>Every buyer of a promotional hair dryer VALERA can get a 40% discount on a cooler *! To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the cart.</p><p>The promotion is valid only, when placing an order on the site.</p><p>Hurry, the number of gifts is limited!</p><p>* 40% of the discount is given on the promotional product - promotional coupon.<br></p>', 'fr'),
(16, 'AB: Stock! Buy a promotional hair dryer VALERA - get a 40% discount on the curling iron!', '<p>To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the basket.</p><p>The promotion is valid only when placing an order on the site.<br></p>', '<p>Every buyer of a promotional hair dryer VALERA can get a 40% discount on a cooler *! To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the cart.</p><p>The promotion is valid only, when placing an order on the site.</p><p>Hurry, the number of gifts is limited!</p><p>* 40% of the discount is given on the promotional product - promotional coupon.<br></p>', 'it'),
(16, 'AB: Stock! Buy a promotional hair dryer VALERA - get a 40% discount on the curling iron!', '<p>To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the basket.</p><p>The promotion is valid only when placing an order on the site.<br></p>', '<p>Every buyer of a promotional hair dryer VALERA can get a 40% discount on a cooler *! To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the cart.</p><p>The promotion is valid only, when placing an order on the site.</p><p>Hurry, the number of gifts is limited!</p><p>* 40% of the discount is given on the promotional product - promotional coupon.<br></p>', 'nl'),
(16, 'AB: Stock! Buy a promotional hair dryer VALERA - get a 40% discount on the curling iron!', '<p>To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the basket.</p><p>The promotion is valid only when placing an order on the site.<br></p>', '<p>Every buyer of a promotional hair dryer VALERA can get a 40% discount on a cooler *! To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the cart.</p><p>The promotion is valid only, when placing an order on the site.</p><p>Hurry, the number of gifts is limited!</p><p>* 40% of the discount is given on the promotional product - promotional coupon.<br></p>', 'no'),
(16, 'AB: Stock! Buy a promotional hair dryer VALERA - get a 40% discount on the curling iron!', '<p>To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the basket.</p><p>The promotion is valid only when placing an order on the site.<br></p>', '<p>Every buyer of a promotional hair dryer VALERA can get a 40% discount on a cooler *! To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the cart.</p><p>The promotion is valid only, when placing an order on the site.</p><p>Hurry, the number of gifts is limited!</p><p>* 40% of the discount is given on the promotional product - promotional coupon.<br></p>', 'pt'),
(16, 'AB: Stock! Buy a promotional hair dryer VALERA - get a 40% discount on the curling iron!', '<p>To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the basket.</p><p>The promotion is valid only when placing an order on the site.<br></p>', '<p>Every buyer of a promotional hair dryer VALERA can get a 40% discount on a cooler *! To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the cart.</p><p>The promotion is valid only, when placing an order on the site.</p><p>Hurry, the number of gifts is limited!</p><p>* 40% of the discount is given on the promotional product - promotional coupon.<br></p>', 'ro'),
(16, 'AB: Акция! Купи акционный фен VALERA - получи скидку 40% на плойку!', '<p>Для получения подарка необходимо добавить в корзину акционный фен VALERA и акционную плойку.\r\n</p>Акция действует только при оформлении заказа на сайте.', '<p>Каждый покупатель акционного фена VALERA может получить скидку 40% на плойку*! Для получения подарка необходимо добавить в корзину акционный фен VALERA и акционную плойку.\r\n</p><p>Акция действует только при оформлении заказа на сайте.\r\n</p><p>Спешите, количество подарков ограничено!\r\n</p><p>*40% скидки предоставляется на акционный товар - акционная плойка.\r\n</p>', 'ru'),
(17, 'AB: RACING CARD + 2-YEAR LICENSE FOR RACES K1', '<p><span class=\"legal-disclosures-line2\"><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts.</span></span></p>', '<p><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts. Must activate licenses by the expiration date. Licenses expire 1 year from activation date. All junior racers must be at least 48\'\' and adult racers must be at least 4\'10\'\' tall to race. All racers should be under 7\' tall and 300 lbs. Subject to availability. Not valid for group events. May split between 2 people.</span> <span class=\"legal-disclosures-line2\">Merchant is solely responsible to purchasers for the care and quality of the advertised goods and services.</span></p>', 'da'),
(17, 'AB: RACING CARD + 2-YEAR LICENSE FOR RACES K1', '<p><span class=\"legal-disclosures-line2\"><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts.</span></span></p>', '<p><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts. Must activate licenses by the expiration date. Licenses expire 1 year from activation date. All junior racers must be at least 48\'\' and adult racers must be at least 4\'10\'\' tall to race. All racers should be under 7\' tall and 300 lbs. Subject to availability. Not valid for group events. May split between 2 people.</span> <span class=\"legal-disclosures-line2\">Merchant is solely responsible to purchasers for the care and quality of the advertised goods and services.</span></p>', 'de'),
(17, 'AB: RACING CARD + 2-YEAR LICENSE FOR RACES K1', '<p><span class=\"legal-disclosures-line2\"><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts.</span></span></p>', '<p><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts. Must activate licenses by the expiration date. Licenses expire 1 year from activation date. All junior racers must be at least 48\'\' and adult racers must be at least 4\'10\'\' tall to race. All racers should be under 7\' tall and 300 lbs. Subject to availability. Not valid for group events. May split between 2 people.</span> <span class=\"legal-disclosures-line2\">Merchant is solely responsible to purchasers for the care and quality of the advertised goods and services.</span></p>', 'el'),
(17, 'AB: RACING CARD + 2-YEAR LICENSE FOR RACES K1', '<p><span class=\"legal-disclosures-line2\"><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts.</span></span></p>', '<p><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts. Must activate licenses by the expiration date. Licenses expire 1 year from activation date. All junior racers must be at least 48\'\' and adult racers must be at least 4\'10\'\' tall to race. All racers should be under 7\' tall and 300 lbs. Subject to availability. Not valid for group events. May split between 2 people.</span> <span class=\"legal-disclosures-line2\">Merchant is solely responsible to purchasers for the care and quality of the advertised goods and services.</span></p>', 'en'),
(17, 'AB: RACING CARD + 2-YEAR LICENSE FOR RACES K1', '<p><span class=\"legal-disclosures-line2\"><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts.</span></span></p>', '<p><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts. Must activate licenses by the expiration date. Licenses expire 1 year from activation date. All junior racers must be at least 48\'\' and adult racers must be at least 4\'10\'\' tall to race. All racers should be under 7\' tall and 300 lbs. Subject to availability. Not valid for group events. May split between 2 people.</span> <span class=\"legal-disclosures-line2\">Merchant is solely responsible to purchasers for the care and quality of the advertised goods and services.</span></p>', 'es'),
(17, 'AB: RACING CARD + 2-YEAR LICENSE FOR RACES K1', '<p><span class=\"legal-disclosures-line2\"><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts.</span></span></p>', '<p><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts. Must activate licenses by the expiration date. Licenses expire 1 year from activation date. All junior racers must be at least 48\'\' and adult racers must be at least 4\'10\'\' tall to race. All racers should be under 7\' tall and 300 lbs. Subject to availability. Not valid for group events. May split between 2 people.</span> <span class=\"legal-disclosures-line2\">Merchant is solely responsible to purchasers for the care and quality of the advertised goods and services.</span></p>', 'fr'),
(17, 'AB: RACING CARD + 2-YEAR LICENSE FOR RACES K1', '<p><span class=\"legal-disclosures-line2\"><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts.</span></span></p>', '<p><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts. Must activate licenses by the expiration date. Licenses expire 1 year from activation date. All junior racers must be at least 48\'\' and adult racers must be at least 4\'10\'\' tall to race. All racers should be under 7\' tall and 300 lbs. Subject to availability. Not valid for group events. May split between 2 people.</span> <span class=\"legal-disclosures-line2\">Merchant is solely responsible to purchasers for the care and quality of the advertised goods and services.</span></p>', 'it'),
(17, 'AB: RACING CARD + 2-YEAR LICENSE FOR RACES K1', '<p><span class=\"legal-disclosures-line2\"><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts.</span></span></p>', '<p><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts. Must activate licenses by the expiration date. Licenses expire 1 year from activation date. All junior racers must be at least 48\'\' and adult racers must be at least 4\'10\'\' tall to race. All racers should be under 7\' tall and 300 lbs. Subject to availability. Not valid for group events. May split between 2 people.</span> <span class=\"legal-disclosures-line2\">Merchant is solely responsible to purchasers for the care and quality of the advertised goods and services.</span></p>', 'nl'),
(17, 'AB: RACING CARD + 2-YEAR LICENSE FOR RACES K1', '<p><span class=\"legal-disclosures-line2\"><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts.</span></span></p>', '<p><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts. Must activate licenses by the expiration date. Licenses expire 1 year from activation date. All junior racers must be at least 48\'\' and adult racers must be at least 4\'10\'\' tall to race. All racers should be under 7\' tall and 300 lbs. Subject to availability. Not valid for group events. May split between 2 people.</span> <span class=\"legal-disclosures-line2\">Merchant is solely responsible to purchasers for the care and quality of the advertised goods and services.</span></p>', 'no'),
(17, 'AB: RACING CARD + 2-YEAR LICENSE FOR RACES K1', '<p><span class=\"legal-disclosures-line2\"><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts.</span></span></p>', '<p><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts. Must activate licenses by the expiration date. Licenses expire 1 year from activation date. All junior racers must be at least 48\'\' and adult racers must be at least 4\'10\'\' tall to race. All racers should be under 7\' tall and 300 lbs. Subject to availability. Not valid for group events. May split between 2 people.</span> <span class=\"legal-disclosures-line2\">Merchant is solely responsible to purchasers for the care and quality of the advertised goods and services.</span></p>', 'pt'),
(17, 'AB: RACING CARD + 2-YEAR LICENSE FOR RACES K1', '<p><span class=\"legal-disclosures-line2\"><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts.</span></span></p>', '<p><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts. Must activate licenses by the expiration date. Licenses expire 1 year from activation date. All junior racers must be at least 48\'\' and adult racers must be at least 4\'10\'\' tall to race. All racers should be under 7\' tall and 300 lbs. Subject to availability. Not valid for group events. May split between 2 people.</span> <span class=\"legal-disclosures-line2\">Merchant is solely responsible to purchasers for the care and quality of the advertised goods and services.</span></p>', 'ro'),
(17, 'AB: Гоночный картинг + двухлетняя лицензия на гонки K1', '<p>Необходимо активировать лицензии по истечении срока действия. Срок действия лицензий истекает через год после даты активации.\r\n</p><p><span class=\"fine-print-description\"></span><span class=\"legal-disclosures-line2\"></span>\r\n</p>', '<p>Необходимо активировать лицензии по истечении срока действия. Срок действия лицензий истекает через год после даты активации. Обязательно воспользуйтесь этой акцией, это очень выгодные цены.</p><p><span class=\"legal-disclosures-line2\"></span>\r\n</p>', 'ru'),
(18, 'AB: Only today you can buy a camera with - 10% discount ', '<p>Buy a camera of a well-known brand with 10% discount during this period. .<br>\r\n</p>', '<p>Buy a camera of a well-known brand with 10% discount during this period. </p><p>Buying promotional models of cameras or Canon lenses, you get a free one-year subscription to a plan for photographers from Adobe Creative Cloud and one of the online courses.<br></p>', 'da'),
(18, 'AB: Only today you can buy a camera with - 10% discount ', '<p>Buy a camera of a well-known brand with 10% discount during this period. .<br>\r\n</p>', '<p>Buy a camera of a well-known brand with 10% discount during this period. </p><p>Buying promotional models of cameras or Canon lenses, you get a free one-year subscription to a plan for photographers from Adobe Creative Cloud and one of the online courses.<br></p>', 'de'),
(18, 'AB: Only today you can buy a camera with - 10% discount ', '<p>Buy a camera of a well-known brand with 10% discount during this period. .<br>\r\n</p>', '<p>Buy a camera of a well-known brand with 10% discount during this period. </p><p>Buying promotional models of cameras or Canon lenses, you get a free one-year subscription to a plan for photographers from Adobe Creative Cloud and one of the online courses.<br></p>', 'el'),
(18, 'AB: Only today you can buy a camera with - 10% discount ', '<p>Buy a camera of a well-known brand with 10% discount during this period. .<br>\r\n</p>', '<p>Buy a camera of a well-known brand with 10% discount during this period. </p><p>Buying promotional models of cameras or Canon lenses, you get a free one-year subscription to a plan for photographers from Adobe Creative Cloud and one of the online courses.<br></p>', 'en'),
(18, 'AB: Only today you can buy a camera with - 10% discount ', '<p>Buy a camera of a well-known brand with 10% discount during this period. .<br>\r\n</p>', '<p>Buy a camera of a well-known brand with 10% discount during this period. </p><p>Buying promotional models of cameras or Canon lenses, you get a free one-year subscription to a plan for photographers from Adobe Creative Cloud and one of the online courses.<br></p>', 'es'),
(18, 'AB: Only today you can buy a camera with - 10% discount ', '<p>Buy a camera of a well-known brand with 10% discount during this period. .<br>\r\n</p>', '<p>Buy a camera of a well-known brand with 10% discount during this period. </p><p>Buying promotional models of cameras or Canon lenses, you get a free one-year subscription to a plan for photographers from Adobe Creative Cloud and one of the online courses.<br></p>', 'fr'),
(18, 'AB: Only today you can buy a camera with - 10% discount ', '<p>Buy a camera of a well-known brand with 10% discount during this period. .<br>\r\n</p>', '<p>Buy a camera of a well-known brand with 10% discount during this period. </p><p>Buying promotional models of cameras or Canon lenses, you get a free one-year subscription to a plan for photographers from Adobe Creative Cloud and one of the online courses.<br></p>', 'it'),
(18, 'AB: Only today you can buy a camera with - 10% discount ', '<p>Buy a camera of a well-known brand with 10% discount during this period. .<br>\r\n</p>', '<p>Buy a camera of a well-known brand with 10% discount during this period. </p><p>Buying promotional models of cameras or Canon lenses, you get a free one-year subscription to a plan for photographers from Adobe Creative Cloud and one of the online courses.<br></p>', 'nl'),
(18, 'AB: Only today you can buy a camera with - 10% discount ', '<p>Buy a camera of a well-known brand with 10% discount during this period. .<br>\r\n</p>', '<p>Buy a camera of a well-known brand with 10% discount during this period. </p><p>Buying promotional models of cameras or Canon lenses, you get a free one-year subscription to a plan for photographers from Adobe Creative Cloud and one of the online courses.<br></p>', 'no'),
(18, 'AB: Only today you can buy a camera with - 10% discount ', '<p>Buy a camera of a well-known brand with 10% discount during this period. .<br>\r\n</p>', '<p>Buy a camera of a well-known brand with 10% discount during this period. </p><p>Buying promotional models of cameras or Canon lenses, you get a free one-year subscription to a plan for photographers from Adobe Creative Cloud and one of the online courses.<br></p>', 'pt'),
(18, 'AB: Only today you can buy a camera with - 10% discount ', '<p>Buy a camera of a well-known brand with 10% discount during this period. .<br>\r\n</p>', '<p>Buy a camera of a well-known brand with 10% discount during this period. </p><p>Buying promotional models of cameras or Canon lenses, you get a free one-year subscription to a plan for photographers from Adobe Creative Cloud and one of the online courses.<br></p>', 'ro'),
(18, 'AB: Купите фотоаппарат известного бренда со скидкой - 10%', '<p>При покупке акционных моделей камер или объективов Canon, получите в подарок годичную подписку на план для фотографов от Adobe Creative Cloud.<br>\r\n</p>', '<p>Купите фотоаппарат известного бренда со скидкой 10% в указанный период.\r\n</p><p>При покупке акционных моделей камер или объективов Canon, получите в подарок годичную подписку на план для фотографов от Adobe Creative Cloud.\r\n</p>', 'ru'),
(19, 'AB: Free shipping for orders over $ 50.', '<p>Get exclusive shipping terms for orders over $ 50.</p>', '<p>Our online store offers the best delivery terms for orders over $ 50. Take advantage of this offer right now and save on delivery, we will bring products at our own expense.</p>', 'da'),
(19, 'AB: Free shipping for orders over $ 50.', '<p>Get exclusive shipping terms for orders over $ 50.</p>', '<p>Our online store offers the best delivery terms for orders over $ 50. Take advantage of this offer right now and save on delivery, we will bring products at our own expense.</p>', 'de'),
(19, 'AB: Free shipping for orders over $ 50.', '<p>Get exclusive shipping terms for orders over $ 50.</p>', '<p>Our online store offers the best delivery terms for orders over $ 50. Take advantage of this offer right now and save on delivery, we will bring products at our own expense.</p>', 'el'),
(19, 'AB: Free shipping for orders over $ 50.', '<p>Get exclusive shipping terms for orders over $ 50.</p>', '<p>Our online store offers the best delivery terms for orders over $ 50. Take advantage of this offer right now and save on delivery, we will bring products at our own expense.</p>', 'en'),
(19, 'AB: Free shipping for orders over $ 50.', '<p>Get exclusive shipping terms for orders over $ 50.</p>', '<p>Our online store offers the best delivery terms for orders over $ 50. Take advantage of this offer right now and save on delivery, we will bring products at our own expense.</p>', 'es'),
(19, 'AB: Free shipping for orders over $ 50.', '<p>Get exclusive shipping terms for orders over $ 50.</p>', '<p>Our online store offers the best delivery terms for orders over $ 50. Take advantage of this offer right now and save on delivery, we will bring products at our own expense.</p>', 'fr'),
(19, 'AB: Free shipping for orders over $ 50.', '<p>Get exclusive shipping terms for orders over $ 50.</p>', '<p>Our online store offers the best delivery terms for orders over $ 50. Take advantage of this offer right now and save on delivery, we will bring products at our own expense.</p>', 'it'),
(19, 'AB: Free shipping for orders over $ 50.', '<p>Get exclusive shipping terms for orders over $ 50.</p>', '<p>Our online store offers the best delivery terms for orders over $ 50. Take advantage of this offer right now and save on delivery, we will bring products at our own expense.</p>', 'nl'),
(19, 'AB: Free shipping for orders over $ 50.', '<p>Get exclusive shipping terms for orders over $ 50.</p>', '<p>Our online store offers the best delivery terms for orders over $ 50. Take advantage of this offer right now and save on delivery, we will bring products at our own expense.</p>', 'no'),
(19, 'AB: Free shipping for orders over $ 50.', '<p>Get exclusive shipping terms for orders over $ 50.</p>', '<p>Our online store offers the best delivery terms for orders over $ 50. Take advantage of this offer right now and save on delivery, we will bring products at our own expense.</p>', 'pt'),
(19, 'AB: Free shipping for orders over $ 50.', '<p>Get exclusive shipping terms for orders over $ 50.</p>', '<p>Our online store offers the best delivery terms for orders over $ 50. Take advantage of this offer right now and save on delivery, we will bring products at our own expense.</p>', 'ro'),
(19, 'AB: Бесплатная доставка на заказ от 3000 руб.', '<p>Получите эксклюзивные условия доставки при заказе свыше 3000 руб.</p>', '<p>Наш интернет - магазин предлагает лучшие условия доставки для заказов более 3000 руб. Воспользуйтесь этим предложением прямо сейчас и сэкономите на доставке, мы привезем товар за свой счет.</p>', 'ru'),
(20, 'AB: 5% discount for X-Box One & Sabertooth bundle', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order.\r\n</p>', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order. Harry up, our offer is limited (only the first 500 purchases will receive such exclusive conditions)\r\n</p>', 'da'),
(20, 'AB: 5% discount for X-Box One & Sabertooth bundle', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order.\r\n</p>', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order. Harry up, our offer is limited (only the first 500 purchases will receive such exclusive conditions)\r\n</p>', 'de'),
(20, 'AB: 5% discount for X-Box One & Sabertooth bundle', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order.\r\n</p>', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order. Harry up, our offer is limited (only the first 500 purchases will receive such exclusive conditions)\r\n</p>', 'el'),
(20, 'AB: 5% discount for X-Box One & Sabertooth bundle', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order.\r\n</p>', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order. Harry up, our offer is limited (only the first 500 purchases will receive such exclusive conditions)\r\n</p>', 'en'),
(20, 'AB: 5% discount for X-Box One & Sabertooth bundle', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order.\r\n</p>', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order. Harry up, our offer is limited (only the first 500 purchases will receive such exclusive conditions)\r\n</p>', 'es'),
(20, 'AB: 5% discount for X-Box One & Sabertooth bundle', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order.\r\n</p>', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order. Harry up, our offer is limited (only the first 500 purchases will receive such exclusive conditions)\r\n</p>', 'fr'),
(20, 'AB: 5% discount for X-Box One & Sabertooth bundle', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order.\r\n</p>', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order. Harry up, our offer is limited (only the first 500 purchases will receive such exclusive conditions)\r\n</p>', 'it'),
(20, 'AB: 5% discount for X-Box One & Sabertooth bundle', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order.\r\n</p>', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order. Harry up, our offer is limited (only the first 500 purchases will receive such exclusive conditions)\r\n</p>', 'nl'),
(20, 'AB: 5% discount for X-Box One & Sabertooth bundle', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order.\r\n</p>', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order. Harry up, our offer is limited (only the first 500 purchases will receive such exclusive conditions)\r\n</p>', 'no'),
(20, 'AB: 5% discount for X-Box One & Sabertooth bundle', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order.\r\n</p>', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order. Harry up, our offer is limited (only the first 500 purchases will receive such exclusive conditions)\r\n</p>', 'pt'),
(20, 'AB: 5% discount for X-Box One & Sabertooth bundle', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order.\r\n</p>', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order. Harry up, our offer is limited (only the first 500 purchases will receive such exclusive conditions)\r\n</p>', 'ro'),
(20, 'AB: Скидка 5% при покупке X-Box One и Sabertooth', '<p>При покупке комплекта X-Box One и Sabertooth вы получите скидку 5%.\r\n</p>', '<p>При покупке комплекта X-Box One и Sabertooth вы получите скидку 5%. Поторопитесь, предложение ограничено (только первые 500 покупателей получат эти эксклюзивные условия покупки)\r\n</p>', 'ru'),
(21, 'AB: Stock! Buy a promotional hair dryer VALERA - get a 40% discount on the curling iron!', '<p>To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the basket.</p><p>The promotion is valid only when placing an order on the site.<br></p>', '<p>Every buyer of a promotional hair dryer VALERA can get a 40% discount on a cooler *! To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the cart.</p><p>The promotion is valid only, when placing an order on the site.</p><p>Hurry, the number of gifts is limited!</p><p>* 40% of the discount is given on the promotional product - promotional coupon.<br></p>', 'da'),
(21, 'AB: Stock! Buy a promotional hair dryer VALERA - get a 40% discount on the curling iron!', '<p>To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the basket.</p><p>The promotion is valid only when placing an order on the site.<br></p>', '<p>Every buyer of a promotional hair dryer VALERA can get a 40% discount on a cooler *! To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the cart.</p><p>The promotion is valid only, when placing an order on the site.</p><p>Hurry, the number of gifts is limited!</p><p>* 40% of the discount is given on the promotional product - promotional coupon.<br></p>', 'de'),
(21, 'AB: Stock! Buy a promotional hair dryer VALERA - get a 40% discount on the curling iron!', '<p>To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the basket.</p><p>The promotion is valid only when placing an order on the site.<br></p>', '<p>Every buyer of a promotional hair dryer VALERA can get a 40% discount on a cooler *! To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the cart.</p><p>The promotion is valid only, when placing an order on the site.</p><p>Hurry, the number of gifts is limited!</p><p>* 40% of the discount is given on the promotional product - promotional coupon.<br></p>', 'el'),
(21, 'AB: Stock! Buy a promotional hair dryer VALERA - get a 40% discount on the curling iron!', '<p>To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the basket.</p><p>The promotion is valid only when placing an order on the site.<br></p>', '<p>Every buyer of a promotional hair dryer VALERA can get a 40% discount on a cooler *! To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the cart.</p><p>The promotion is valid only, when placing an order on the site.</p><p>Hurry, the number of gifts is limited!</p><p>* 40% of the discount is given on the promotional product - promotional coupon.<br></p>', 'en'),
(21, 'AB: Stock! Buy a promotional hair dryer VALERA - get a 40% discount on the curling iron!', '<p>To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the basket.</p><p>The promotion is valid only when placing an order on the site.<br></p>', '<p>Every buyer of a promotional hair dryer VALERA can get a 40% discount on a cooler *! To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the cart.</p><p>The promotion is valid only, when placing an order on the site.</p><p>Hurry, the number of gifts is limited!</p><p>* 40% of the discount is given on the promotional product - promotional coupon.<br></p>', 'es'),
(21, 'AB: Stock! Buy a promotional hair dryer VALERA - get a 40% discount on the curling iron!', '<p>To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the basket.</p><p>The promotion is valid only when placing an order on the site.<br></p>', '<p>Every buyer of a promotional hair dryer VALERA can get a 40% discount on a cooler *! To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the cart.</p><p>The promotion is valid only, when placing an order on the site.</p><p>Hurry, the number of gifts is limited!</p><p>* 40% of the discount is given on the promotional product - promotional coupon.<br></p>', 'fr'),
(21, 'AB: Stock! Buy a promotional hair dryer VALERA - get a 40% discount on the curling iron!', '<p>To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the basket.</p><p>The promotion is valid only when placing an order on the site.<br></p>', '<p>Every buyer of a promotional hair dryer VALERA can get a 40% discount on a cooler *! To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the cart.</p><p>The promotion is valid only, when placing an order on the site.</p><p>Hurry, the number of gifts is limited!</p><p>* 40% of the discount is given on the promotional product - promotional coupon.<br></p>', 'it'),
(21, 'AB: Stock! Buy a promotional hair dryer VALERA - get a 40% discount on the curling iron!', '<p>To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the basket.</p><p>The promotion is valid only when placing an order on the site.<br></p>', '<p>Every buyer of a promotional hair dryer VALERA can get a 40% discount on a cooler *! To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the cart.</p><p>The promotion is valid only, when placing an order on the site.</p><p>Hurry, the number of gifts is limited!</p><p>* 40% of the discount is given on the promotional product - promotional coupon.<br></p>', 'nl'),
(21, 'AB: Stock! Buy a promotional hair dryer VALERA - get a 40% discount on the curling iron!', '<p>To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the basket.</p><p>The promotion is valid only when placing an order on the site.<br></p>', '<p>Every buyer of a promotional hair dryer VALERA can get a 40% discount on a cooler *! To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the cart.</p><p>The promotion is valid only, when placing an order on the site.</p><p>Hurry, the number of gifts is limited!</p><p>* 40% of the discount is given on the promotional product - promotional coupon.<br></p>', 'no'),
(21, 'AB: Stock! Buy a promotional hair dryer VALERA - get a 40% discount on the curling iron!', '<p>To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the basket.</p><p>The promotion is valid only when placing an order on the site.<br></p>', '<p>Every buyer of a promotional hair dryer VALERA can get a 40% discount on a cooler *! To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the cart.</p><p>The promotion is valid only, when placing an order on the site.</p><p>Hurry, the number of gifts is limited!</p><p>* 40% of the discount is given on the promotional product - promotional coupon.<br></p>', 'pt'),
(21, 'AB: Stock! Buy a promotional hair dryer VALERA - get a 40% discount on the curling iron!', '<p>To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the basket.</p><p>The promotion is valid only when placing an order on the site.<br></p>', '<p>Every buyer of a promotional hair dryer VALERA can get a 40% discount on a cooler *! To receive a gift, you need to add a VALERA promotional hairdryer and an action souplink to the cart.</p><p>The promotion is valid only, when placing an order on the site.</p><p>Hurry, the number of gifts is limited!</p><p>* 40% of the discount is given on the promotional product - promotional coupon.<br></p>', 'ro'),
(21, 'AB: Акция! Купи акционный фен VALERA - получи скидку 40% на плойку!', '<p>Для получения подарка необходимо добавить в корзину акционный фен VALERA и акционную плойку.\r\n</p>Акция действует только при оформлении заказа на сайте.', '<p>Каждый покупатель акционного фена VALERA может получить скидку 40% на плойку*! Для получения подарка необходимо добавить в корзину акционный фен VALERA и акционную плойку.\r\n</p><p>Акция действует только при оформлении заказа на сайте.\r\n</p><p>Спешите, количество подарков ограничено!\r\n</p><p>*40% скидки предоставляется на акционный товар - акционная плойка.\r\n</p>', 'ru'),
(22, 'AB: RACING CARD + 2-YEAR LICENSE FOR RACES K1', '<p><span class=\"legal-disclosures-line2\"><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts.</span></span></p>', '<p><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts. Must activate licenses by the expiration date. Licenses expire 1 year from activation date. All junior racers must be at least 48\'\' and adult racers must be at least 4\'10\'\' tall to race. All racers should be under 7\' tall and 300 lbs. Subject to availability. Not valid for group events. May split between 2 people.</span> <span class=\"legal-disclosures-line2\">Merchant is solely responsible to purchasers for the care and quality of the advertised goods and services.</span></p>', 'da'),
(22, 'AB: RACING CARD + 2-YEAR LICENSE FOR RACES K1', '<p><span class=\"legal-disclosures-line2\"><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts.</span></span></p>', '<p><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts. Must activate licenses by the expiration date. Licenses expire 1 year from activation date. All junior racers must be at least 48\'\' and adult racers must be at least 4\'10\'\' tall to race. All racers should be under 7\' tall and 300 lbs. Subject to availability. Not valid for group events. May split between 2 people.</span> <span class=\"legal-disclosures-line2\">Merchant is solely responsible to purchasers for the care and quality of the advertised goods and services.</span></p>', 'de'),
(22, 'AB: RACING CARD + 2-YEAR LICENSE FOR RACES K1', '<p><span class=\"legal-disclosures-line2\"><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts.</span></span></p>', '<p><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts. Must activate licenses by the expiration date. Licenses expire 1 year from activation date. All junior racers must be at least 48\'\' and adult racers must be at least 4\'10\'\' tall to race. All racers should be under 7\' tall and 300 lbs. Subject to availability. Not valid for group events. May split between 2 people.</span> <span class=\"legal-disclosures-line2\">Merchant is solely responsible to purchasers for the care and quality of the advertised goods and services.</span></p>', 'el'),
(22, 'AB: RACING CARD + 2-YEAR LICENSE FOR RACES K1', '<p><span class=\"legal-disclosures-line2\"><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts.</span></span></p>', '<p><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts. Must activate licenses by the expiration date. Licenses expire 1 year from activation date. All junior racers must be at least 48\'\' and adult racers must be at least 4\'10\'\' tall to race. All racers should be under 7\' tall and 300 lbs. Subject to availability. Not valid for group events. May split between 2 people.</span> <span class=\"legal-disclosures-line2\">Merchant is solely responsible to purchasers for the care and quality of the advertised goods and services.</span></p>', 'en'),
(22, 'AB: RACING CARD + 2-YEAR LICENSE FOR RACES K1', '<p><span class=\"legal-disclosures-line2\"><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts.</span></span></p>', '<p><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts. Must activate licenses by the expiration date. Licenses expire 1 year from activation date. All junior racers must be at least 48\'\' and adult racers must be at least 4\'10\'\' tall to race. All racers should be under 7\' tall and 300 lbs. Subject to availability. Not valid for group events. May split between 2 people.</span> <span class=\"legal-disclosures-line2\">Merchant is solely responsible to purchasers for the care and quality of the advertised goods and services.</span></p>', 'es'),
(22, 'AB: RACING CARD + 2-YEAR LICENSE FOR RACES K1', '<p><span class=\"legal-disclosures-line2\"><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts.</span></span></p>', '<p><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts. Must activate licenses by the expiration date. Licenses expire 1 year from activation date. All junior racers must be at least 48\'\' and adult racers must be at least 4\'10\'\' tall to race. All racers should be under 7\' tall and 300 lbs. Subject to availability. Not valid for group events. May split between 2 people.</span> <span class=\"legal-disclosures-line2\">Merchant is solely responsible to purchasers for the care and quality of the advertised goods and services.</span></p>', 'fr');
INSERT INTO `partiushop_promotion_descriptions` (`promotion_id`, `name`, `short_description`, `detailed_description`, `lang_code`) VALUES
(22, 'AB: RACING CARD + 2-YEAR LICENSE FOR RACES K1', '<p><span class=\"legal-disclosures-line2\"><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts.</span></span></p>', '<p><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts. Must activate licenses by the expiration date. Licenses expire 1 year from activation date. All junior racers must be at least 48\'\' and adult racers must be at least 4\'10\'\' tall to race. All racers should be under 7\' tall and 300 lbs. Subject to availability. Not valid for group events. May split between 2 people.</span> <span class=\"legal-disclosures-line2\">Merchant is solely responsible to purchasers for the care and quality of the advertised goods and services.</span></p>', 'it'),
(22, 'AB: RACING CARD + 2-YEAR LICENSE FOR RACES K1', '<p><span class=\"legal-disclosures-line2\"><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts.</span></span></p>', '<p><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts. Must activate licenses by the expiration date. Licenses expire 1 year from activation date. All junior racers must be at least 48\'\' and adult racers must be at least 4\'10\'\' tall to race. All racers should be under 7\' tall and 300 lbs. Subject to availability. Not valid for group events. May split between 2 people.</span> <span class=\"legal-disclosures-line2\">Merchant is solely responsible to purchasers for the care and quality of the advertised goods and services.</span></p>', 'nl'),
(22, 'AB: RACING CARD + 2-YEAR LICENSE FOR RACES K1', '<p><span class=\"legal-disclosures-line2\"><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts.</span></span></p>', '<p><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts. Must activate licenses by the expiration date. Licenses expire 1 year from activation date. All junior racers must be at least 48\'\' and adult racers must be at least 4\'10\'\' tall to race. All racers should be under 7\' tall and 300 lbs. Subject to availability. Not valid for group events. May split between 2 people.</span> <span class=\"legal-disclosures-line2\">Merchant is solely responsible to purchasers for the care and quality of the advertised goods and services.</span></p>', 'no'),
(22, 'AB: RACING CARD + 2-YEAR LICENSE FOR RACES K1', '<p><span class=\"legal-disclosures-line2\"><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts.</span></span></p>', '<p><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts. Must activate licenses by the expiration date. Licenses expire 1 year from activation date. All junior racers must be at least 48\'\' and adult racers must be at least 4\'10\'\' tall to race. All racers should be under 7\' tall and 300 lbs. Subject to availability. Not valid for group events. May split between 2 people.</span> <span class=\"legal-disclosures-line2\">Merchant is solely responsible to purchasers for the care and quality of the advertised goods and services.</span></p>', 'pt'),
(22, 'AB: RACING CARD + 2-YEAR LICENSE FOR RACES K1', '<p><span class=\"legal-disclosures-line2\"><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts.</span></span></p>', '<p><span class=\"legal-disclosures-line1\">Promotional value expires 60 days after purchase. Amount paid never expires.</span> <span class=\"fine-print-description\">Limit 2 per person, may buy 20 additional as gifts. Must activate licenses by the expiration date. Licenses expire 1 year from activation date. All junior racers must be at least 48\'\' and adult racers must be at least 4\'10\'\' tall to race. All racers should be under 7\' tall and 300 lbs. Subject to availability. Not valid for group events. May split between 2 people.</span> <span class=\"legal-disclosures-line2\">Merchant is solely responsible to purchasers for the care and quality of the advertised goods and services.</span></p>', 'ro'),
(22, 'AB: Гоночный картинг + двухлетняя лицензия на гонки K1', '<p>Необходимо активировать лицензии по истечении срока действия. Срок действия лицензий истекает через год после даты активации.\r\n</p><p><span class=\"fine-print-description\"></span><span class=\"legal-disclosures-line2\"></span>\r\n</p>', '<p>Необходимо активировать лицензии по истечении срока действия. Срок действия лицензий истекает через год после даты активации. Обязательно воспользуйтесь этой акцией, это очень выгодные цены.</p><p><span class=\"legal-disclosures-line2\"></span>\r\n</p>', 'ru'),
(23, 'AB: Only today you can buy a camera with - 10% discount ', '<p>Buy a camera of a well-known brand with 10% discount during this period. .<br>\r\n</p>', '<p>Buy a camera of a well-known brand with 10% discount during this period. </p><p>Buying promotional models of cameras or Canon lenses, you get a free one-year subscription to a plan for photographers from Adobe Creative Cloud and one of the online courses.<br></p>', 'da'),
(23, 'AB: Only today you can buy a camera with - 10% discount ', '<p>Buy a camera of a well-known brand with 10% discount during this period. .<br>\r\n</p>', '<p>Buy a camera of a well-known brand with 10% discount during this period. </p><p>Buying promotional models of cameras or Canon lenses, you get a free one-year subscription to a plan for photographers from Adobe Creative Cloud and one of the online courses.<br></p>', 'de'),
(23, 'AB: Only today you can buy a camera with - 10% discount ', '<p>Buy a camera of a well-known brand with 10% discount during this period. .<br>\r\n</p>', '<p>Buy a camera of a well-known brand with 10% discount during this period. </p><p>Buying promotional models of cameras or Canon lenses, you get a free one-year subscription to a plan for photographers from Adobe Creative Cloud and one of the online courses.<br></p>', 'el'),
(23, 'AB: Only today you can buy a camera with - 10% discount ', '<p>Buy a camera of a well-known brand with 10% discount during this period. .<br>\r\n</p>', '<p>Buy a camera of a well-known brand with 10% discount during this period. </p><p>Buying promotional models of cameras or Canon lenses, you get a free one-year subscription to a plan for photographers from Adobe Creative Cloud and one of the online courses.<br></p>', 'en'),
(23, 'AB: Only today you can buy a camera with - 10% discount ', '<p>Buy a camera of a well-known brand with 10% discount during this period. .<br>\r\n</p>', '<p>Buy a camera of a well-known brand with 10% discount during this period. </p><p>Buying promotional models of cameras or Canon lenses, you get a free one-year subscription to a plan for photographers from Adobe Creative Cloud and one of the online courses.<br></p>', 'es'),
(23, 'AB: Only today you can buy a camera with - 10% discount ', '<p>Buy a camera of a well-known brand with 10% discount during this period. .<br>\r\n</p>', '<p>Buy a camera of a well-known brand with 10% discount during this period. </p><p>Buying promotional models of cameras or Canon lenses, you get a free one-year subscription to a plan for photographers from Adobe Creative Cloud and one of the online courses.<br></p>', 'fr'),
(23, 'AB: Only today you can buy a camera with - 10% discount ', '<p>Buy a camera of a well-known brand with 10% discount during this period. .<br>\r\n</p>', '<p>Buy a camera of a well-known brand with 10% discount during this period. </p><p>Buying promotional models of cameras or Canon lenses, you get a free one-year subscription to a plan for photographers from Adobe Creative Cloud and one of the online courses.<br></p>', 'it'),
(23, 'AB: Only today you can buy a camera with - 10% discount ', '<p>Buy a camera of a well-known brand with 10% discount during this period. .<br>\r\n</p>', '<p>Buy a camera of a well-known brand with 10% discount during this period. </p><p>Buying promotional models of cameras or Canon lenses, you get a free one-year subscription to a plan for photographers from Adobe Creative Cloud and one of the online courses.<br></p>', 'nl'),
(23, 'AB: Only today you can buy a camera with - 10% discount ', '<p>Buy a camera of a well-known brand with 10% discount during this period. .<br>\r\n</p>', '<p>Buy a camera of a well-known brand with 10% discount during this period. </p><p>Buying promotional models of cameras or Canon lenses, you get a free one-year subscription to a plan for photographers from Adobe Creative Cloud and one of the online courses.<br></p>', 'no'),
(23, 'AB: Only today you can buy a camera with - 10% discount ', '<p>Buy a camera of a well-known brand with 10% discount during this period. .<br>\r\n</p>', '<p>Buy a camera of a well-known brand with 10% discount during this period. </p><p>Buying promotional models of cameras or Canon lenses, you get a free one-year subscription to a plan for photographers from Adobe Creative Cloud and one of the online courses.<br></p>', 'pt'),
(23, 'AB: Only today you can buy a camera with - 10% discount ', '<p>Buy a camera of a well-known brand with 10% discount during this period. .<br>\r\n</p>', '<p>Buy a camera of a well-known brand with 10% discount during this period. </p><p>Buying promotional models of cameras or Canon lenses, you get a free one-year subscription to a plan for photographers from Adobe Creative Cloud and one of the online courses.<br></p>', 'ro'),
(23, 'AB: Купите фотоаппарат известного бренда со скидкой - 10%', '<p>При покупке акционных моделей камер или объективов Canon, получите в подарок годичную подписку на план для фотографов от Adobe Creative Cloud.<br>\r\n</p>', '<p>Купите фотоаппарат известного бренда со скидкой 10% в указанный период.\r\n</p><p>При покупке акционных моделей камер или объективов Canon, получите в подарок годичную подписку на план для фотографов от Adobe Creative Cloud.\r\n</p>', 'ru'),
(24, 'AB: Free shipping for orders over $ 50.', '<p>Get exclusive shipping terms for orders over $ 50.</p>', '<p>Our online store offers the best delivery terms for orders over $ 50. Take advantage of this offer right now and save on delivery, we will bring products at our own expense.</p>', 'da'),
(24, 'AB: Free shipping for orders over $ 50.', '<p>Get exclusive shipping terms for orders over $ 50.</p>', '<p>Our online store offers the best delivery terms for orders over $ 50. Take advantage of this offer right now and save on delivery, we will bring products at our own expense.</p>', 'de'),
(24, 'AB: Free shipping for orders over $ 50.', '<p>Get exclusive shipping terms for orders over $ 50.</p>', '<p>Our online store offers the best delivery terms for orders over $ 50. Take advantage of this offer right now and save on delivery, we will bring products at our own expense.</p>', 'el'),
(24, 'AB: Free shipping for orders over $ 50.', '<p>Get exclusive shipping terms for orders over $ 50.</p>', '<p>Our online store offers the best delivery terms for orders over $ 50. Take advantage of this offer right now and save on delivery, we will bring products at our own expense.</p>', 'en'),
(24, 'AB: Free shipping for orders over $ 50.', '<p>Get exclusive shipping terms for orders over $ 50.</p>', '<p>Our online store offers the best delivery terms for orders over $ 50. Take advantage of this offer right now and save on delivery, we will bring products at our own expense.</p>', 'es'),
(24, 'AB: Free shipping for orders over $ 50.', '<p>Get exclusive shipping terms for orders over $ 50.</p>', '<p>Our online store offers the best delivery terms for orders over $ 50. Take advantage of this offer right now and save on delivery, we will bring products at our own expense.</p>', 'fr'),
(24, 'AB: Free shipping for orders over $ 50.', '<p>Get exclusive shipping terms for orders over $ 50.</p>', '<p>Our online store offers the best delivery terms for orders over $ 50. Take advantage of this offer right now and save on delivery, we will bring products at our own expense.</p>', 'it'),
(24, 'AB: Free shipping for orders over $ 50.', '<p>Get exclusive shipping terms for orders over $ 50.</p>', '<p>Our online store offers the best delivery terms for orders over $ 50. Take advantage of this offer right now and save on delivery, we will bring products at our own expense.</p>', 'nl'),
(24, 'AB: Free shipping for orders over $ 50.', '<p>Get exclusive shipping terms for orders over $ 50.</p>', '<p>Our online store offers the best delivery terms for orders over $ 50. Take advantage of this offer right now and save on delivery, we will bring products at our own expense.</p>', 'no'),
(24, 'AB: Free shipping for orders over $ 50.', '<p>Get exclusive shipping terms for orders over $ 50.</p>', '<p>Our online store offers the best delivery terms for orders over $ 50. Take advantage of this offer right now and save on delivery, we will bring products at our own expense.</p>', 'pt'),
(24, 'AB: Free shipping for orders over $ 50.', '<p>Get exclusive shipping terms for orders over $ 50.</p>', '<p>Our online store offers the best delivery terms for orders over $ 50. Take advantage of this offer right now and save on delivery, we will bring products at our own expense.</p>', 'ro'),
(24, 'AB: Бесплатная доставка на заказ от 3000 руб.', '<p>Получите эксклюзивные условия доставки при заказе свыше 3000 руб.</p>', '<p>Наш интернет - магазин предлагает лучшие условия доставки для заказов более 3000 руб. Воспользуйтесь этим предложением прямо сейчас и сэкономите на доставке, мы привезем товар за свой счет.</p>', 'ru'),
(25, 'AB: 5% discount for X-Box One & Sabertooth bundle', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order.\r\n</p>', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order. Harry up, our offer is limited (only the first 500 purchases will receive such exclusive conditions)\r\n</p>', 'da'),
(25, 'AB: 5% discount for X-Box One & Sabertooth bundle', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order.\r\n</p>', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order. Harry up, our offer is limited (only the first 500 purchases will receive such exclusive conditions)\r\n</p>', 'de'),
(25, 'AB: 5% discount for X-Box One & Sabertooth bundle', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order.\r\n</p>', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order. Harry up, our offer is limited (only the first 500 purchases will receive such exclusive conditions)\r\n</p>', 'el'),
(25, 'AB: 5% discount for X-Box One & Sabertooth bundle', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order.\r\n</p>', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order. Harry up, our offer is limited (only the first 500 purchases will receive such exclusive conditions)\r\n</p>', 'en'),
(25, 'AB: 5% discount for X-Box One & Sabertooth bundle', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order.\r\n</p>', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order. Harry up, our offer is limited (only the first 500 purchases will receive such exclusive conditions)\r\n</p>', 'es'),
(25, 'AB: 5% discount for X-Box One & Sabertooth bundle', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order.\r\n</p>', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order. Harry up, our offer is limited (only the first 500 purchases will receive such exclusive conditions)\r\n</p>', 'fr'),
(25, 'AB: 5% discount for X-Box One & Sabertooth bundle', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order.\r\n</p>', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order. Harry up, our offer is limited (only the first 500 purchases will receive such exclusive conditions)\r\n</p>', 'it'),
(25, 'AB: 5% discount for X-Box One & Sabertooth bundle', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order.\r\n</p>', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order. Harry up, our offer is limited (only the first 500 purchases will receive such exclusive conditions)\r\n</p>', 'nl'),
(25, 'AB: 5% discount for X-Box One & Sabertooth bundle', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order.\r\n</p>', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order. Harry up, our offer is limited (only the first 500 purchases will receive such exclusive conditions)\r\n</p>', 'no'),
(25, 'AB: 5% discount for X-Box One & Sabertooth bundle', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order.\r\n</p>', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order. Harry up, our offer is limited (only the first 500 purchases will receive such exclusive conditions)\r\n</p>', 'pt'),
(25, 'AB: 5% discount for X-Box One & Sabertooth bundle', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order.\r\n</p>', '<p>Buying X-Box One & Sabertooth in a bundle, you will get a 5% discount for all order. Harry up, our offer is limited (only the first 500 purchases will receive such exclusive conditions)\r\n</p>', 'ro'),
(25, 'AB: Скидка 5% при покупке X-Box One и Sabertooth', '<p>При покупке комплекта X-Box One и Sabertooth вы получите скидку 5%.\r\n</p>', '<p>При покупке комплекта X-Box One и Sabertooth вы получите скидку 5%. Поторопитесь, предложение ограничено (только первые 500 покупателей получат эти эксклюзивные условия покупки)\r\n</p>', 'ru');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_promotion_images`
--

CREATE TABLE `partiushop_promotion_images` (
  `promotion_image_id` mediumint(8) UNSIGNED NOT NULL,
  `promotion_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_quick_menu`
--

CREATE TABLE `partiushop_quick_menu` (
  `menu_id` mediumint(8) UNSIGNED NOT NULL,
  `user_id` mediumint(8) UNSIGNED NOT NULL,
  `url` varchar(255) NOT NULL,
  `parent_id` mediumint(8) UNSIGNED NOT NULL,
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_quick_menu`
--

INSERT INTO `partiushop_quick_menu` (`menu_id`, `user_id`, `url`, `parent_id`, `position`) VALUES
(1, 1, '', 0, 1),
(2, 1, '', 0, 2),
(6, 1, 'products.add', 1, 1),
(7, 1, 'categories.add', 1, 2),
(8, 1, 'order_management.new', 1, 3),
(9, 1, 'pages.add?page_type=T', 1, 4),
(10, 1, 'profiles.add', 1, 5),
(11, 1, 'promotions.add', 1, 6),
(12, 1, 'banners.add', 1, 7),
(13, 1, 'orders.manage?view_id=1', 2, 1),
(14, 1, 'orders.manage?view_id=2', 2, 2),
(15, 1, 'orders.manage?view_id=3', 2, 3),
(16, 1, 'orders.manage?view_id=4', 2, 4),
(17, 30, '', 0, 0),
(18, 30, 'ab__am.addons', 17, 0);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_reward_points`
--

CREATE TABLE `partiushop_reward_points` (
  `reward_point_id` mediumint(8) UNSIGNED NOT NULL,
  `object_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `usergroup_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `amount` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `amount_type` char(1) NOT NULL DEFAULT 'A',
  `object_type` char(1) NOT NULL DEFAULT 'P',
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_reward_point_changes`
--

CREATE TABLE `partiushop_reward_point_changes` (
  `change_id` mediumint(8) UNSIGNED NOT NULL,
  `user_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `amount` int(11) NOT NULL DEFAULT 0,
  `timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `action` char(1) NOT NULL DEFAULT 'A',
  `reason` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_rma_properties`
--

CREATE TABLE `partiushop_rma_properties` (
  `property_id` mediumint(8) UNSIGNED NOT NULL,
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `status` char(1) NOT NULL DEFAULT '',
  `type` char(1) NOT NULL DEFAULT 'R',
  `update_totals_and_inventory` char(1) NOT NULL DEFAULT 'N'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_rma_properties`
--

INSERT INTO `partiushop_rma_properties` (`property_id`, `position`, `status`, `type`, `update_totals_and_inventory`) VALUES
(1, 10, 'A', 'A', 'N'),
(2, 20, 'A', 'A', 'Y'),
(3, 30, 'A', 'R', 'N'),
(4, 40, 'A', 'R', 'N'),
(5, 50, 'A', 'R', 'N'),
(6, 60, 'A', 'R', 'N'),
(7, 70, 'A', 'R', 'N'),
(8, 80, 'A', 'R', 'N'),
(11, 10, 'A', 'R', 'N'),
(12, 20, 'A', 'R', 'N'),
(13, 90, 'A', 'R', 'N');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_rma_property_descriptions`
--

CREATE TABLE `partiushop_rma_property_descriptions` (
  `property_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `property` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_rma_property_descriptions`
--

INSERT INTO `partiushop_rma_property_descriptions` (`property_id`, `lang_code`, `property`) VALUES
(1, 'da', 'Ombyt'),
(1, 'de', 'Replace item'),
(1, 'el', 'Αντικατάσταση προϊόντος'),
(1, 'en', 'Replace item'),
(1, 'es', 'Sustituir artículo'),
(1, 'fr', 'Replace item'),
(1, 'it', 'Replace item'),
(1, 'nl', 'Replace item'),
(1, 'no', 'Replace item'),
(1, 'pt', 'Substituir item'),
(1, 'ro', 'Înlocuiți produs'),
(1, 'ru', 'Заменить товар'),
(2, 'da', 'Tilbagebetal'),
(2, 'de', 'Refund'),
(2, 'el', 'Αποζημίωση'),
(2, 'en', 'Refund'),
(2, 'es', 'Reembolso'),
(2, 'fr', 'Refund'),
(2, 'it', 'Refund'),
(2, 'nl', 'Refund'),
(2, 'no', 'Refund'),
(2, 'pt', 'Reembolso'),
(2, 'ro', 'Refinanțați'),
(2, 'ru', 'Возврат денег'),
(3, 'da', 'Forkert beskrivelse online'),
(3, 'de', 'Wrong description online'),
(3, 'el', 'Λαθεμένη περιγραφή αντικειμένου'),
(3, 'en', 'Wrong description online'),
(3, 'es', 'Descripción incorrecta en la web'),
(3, 'fr', 'Wrong description online'),
(3, 'it', 'Wrong description online'),
(3, 'nl', 'Wrong description online'),
(3, 'no', 'Wrong description online'),
(3, 'pt', 'Descrição estava errada'),
(3, 'ro', 'Descriere greșită online'),
(3, 'ru', 'Неверное описание товара в магазине'),
(4, 'da', 'Virker ikke'),
(4, 'de', 'Can\'t make it work'),
(4, 'el', 'Δεν τίθεται σε λειτουργία'),
(4, 'en', 'Can\'t make it work'),
(4, 'es', 'No funciona'),
(4, 'fr', 'Can\'t make it work'),
(4, 'it', 'Can\'t make it work'),
(4, 'nl', 'Can\'t make it work'),
(4, 'no', 'Can\'t make it work'),
(4, 'pt', 'Não consigo fazer funcionar'),
(4, 'ro', 'Nu se poate pune într-o stare de funcționare'),
(4, 'ru', 'Не работает'),
(5, 'da', 'Producent defekt'),
(5, 'de', 'Manufacturer defect'),
(5, 'el', 'Ελάττωμα κατασκευαστή'),
(5, 'en', 'Manufacturer defect'),
(5, 'es', 'Defecto de fabricación'),
(5, 'fr', 'Manufacturer defect'),
(5, 'it', 'Manufacturer defect'),
(5, 'nl', 'Manufacturer defect'),
(5, 'no', 'Manufacturer defect'),
(5, 'pt', 'Defeito do fabricante'),
(5, 'ro', 'Defect de fabrică'),
(5, 'ru', 'Заводской дефект'),
(6, 'da', 'Forkert vare afsendt'),
(6, 'de', 'Wrong item delivered'),
(6, 'el', 'Παραλαβή λάθος προϊόντος'),
(6, 'en', 'Wrong item delivered'),
(6, 'es', 'Artículo incorrecto entregado'),
(6, 'fr', 'Wrong item delivered'),
(6, 'it', 'Wrong item delivered'),
(6, 'nl', 'Wrong item delivered'),
(6, 'no', 'Wrong item delivered'),
(6, 'pt', 'Item errado entregue'),
(6, 'ro', 'Produs livrat greșit'),
(6, 'ru', 'Пришёл другой товар'),
(7, 'da', 'Uden for garanti'),
(7, 'de', 'Out of warranty'),
(7, 'el', 'Εκτός εγγύησης'),
(7, 'en', 'Out of warranty'),
(7, 'es', 'Sin garantía'),
(7, 'fr', 'Out of warranty'),
(7, 'it', 'Out of warranty'),
(7, 'nl', 'Out of warranty'),
(7, 'no', 'Out of warranty'),
(7, 'pt', 'Fora de garantia'),
(7, 'ro', 'În afara garanției'),
(7, 'ru', 'Без гарантии'),
(8, 'da', 'Beskadiget under forsendelsen'),
(8, 'de', 'Damaged during shipping'),
(8, 'el', 'Καταστροφή κατά την αποστολή'),
(8, 'en', 'Damaged during shipping'),
(8, 'es', 'Dañado durante el transporte'),
(8, 'fr', 'Damaged during shipping'),
(8, 'it', 'Damaged during shipping'),
(8, 'nl', 'Damaged during shipping'),
(8, 'no', 'Damaged during shipping'),
(8, 'pt', 'Danificado durante a entrega'),
(8, 'ro', 'Avariat în timpul transportului'),
(8, 'ru', 'Поврежден в процессе доставки'),
(11, 'da', 'Død ved ankomsten'),
(11, 'de', 'Dead on arrival'),
(11, 'el', 'Kατεστραμμένo κατά την άφιξη'),
(11, 'en', 'Dead on arrival'),
(11, 'es', 'Entregado en mal estado'),
(11, 'fr', 'Dead on arrival'),
(11, 'it', 'Dead on arrival'),
(11, 'nl', 'Dead on arrival'),
(11, 'no', 'Dead on arrival'),
(11, 'pt', 'Chegou sem funcionar'),
(11, 'ro', 'Stricat la sosire'),
(11, 'ru', 'Оказался неработоспособным на момент получении'),
(12, 'da', 'Forkert vare bestilt'),
(12, 'de', 'Wrong item ordered'),
(12, 'el', 'Παραγγελία λάθους προϊόντος'),
(12, 'en', 'Wrong item ordered'),
(12, 'es', 'Artículo incorrecto pedido'),
(12, 'fr', 'Wrong item ordered'),
(12, 'it', 'Wrong item ordered'),
(12, 'nl', 'Wrong item ordered'),
(12, 'no', 'Wrong item ordered'),
(12, 'pt', 'Pedido errado'),
(12, 'ro', 'Produs comandat greșit'),
(12, 'ru', 'Заказан неверный товар'),
(13, 'da', 'Andet'),
(13, 'de', 'Other'),
(13, 'el', 'Άλλο'),
(13, 'en', 'Other'),
(13, 'es', 'Otra razón'),
(13, 'fr', 'Other'),
(13, 'it', 'Other'),
(13, 'nl', 'Other'),
(13, 'no', 'Other'),
(13, 'pt', 'Outros'),
(13, 'ro', 'Alta'),
(13, 'ru', 'Другое');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_rma_returns`
--

CREATE TABLE `partiushop_rma_returns` (
  `return_id` mediumint(8) UNSIGNED NOT NULL,
  `order_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `action` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `status` char(1) NOT NULL DEFAULT 'O',
  `total_amount` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `comment` text DEFAULT NULL,
  `extra` text DEFAULT NULL,
  `printslip` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_rma_returns`
--

INSERT INTO `partiushop_rma_returns` (`return_id`, `order_id`, `user_id`, `timestamp`, `action`, `status`, `total_amount`, `comment`, `extra`, `printslip`) VALUES
(1, 111, 3, 1637114768, 1, 'R', 1, '', NULL, NULL),
(2, 112, 3, 1637115303, 1, 'A', 1, '', NULL, NULL),
(3, 114, 35, 1651180372, 1, 'R', 1, 'Bla Bla', 'a:1:{s:17:\"gift_certificates\";a:0:{}}', NULL),
(4, 131, 35, 1652120547, 1, 'A', 1, 'EIIIIIIIIIIIIIIIIIIIIIIIIi', NULL, NULL),
(5, 132, 35, 1652123169, 1, 'A', 1, 'adadasdasd', NULL, NULL),
(6, 133, 35, 1652123729, 1, 'R', 1, 'adsdaa', NULL, NULL),
(7, 134, 35, 1652124487, 1, 'A', 1, 'asd', NULL, NULL),
(8, 136, 35, 1652124923, 1, 'A', 1, 'hfg', NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_rma_return_products`
--

CREATE TABLE `partiushop_rma_return_products` (
  `return_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `item_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `product_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `reason` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `amount` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `type` char(1) NOT NULL DEFAULT 'A',
  `price` decimal(12,2) NOT NULL DEFAULT 0.00,
  `product_options` text DEFAULT NULL,
  `product` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_rma_return_products`
--

INSERT INTO `partiushop_rma_return_products` (`return_id`, `item_id`, `product_id`, `reason`, `amount`, `type`, `price`, `product_options`, `product`) VALUES
(1, 552830084, 300, 11, 1, 'A', '3900.00', '', 'galaxy s21 v2'),
(2, 552830084, 300, 11, 1, 'A', '3900.00', '', 'galaxy s21 v2'),
(3, 3472745896, 302, 4, 1, 'A', '3900.00', '', 'galaxy s21 v4'),
(4, 3381666225, 306, 4, 1, 'A', '5000.00', '', 'iPhone 12 v4'),
(5, 3381666225, 306, 3, 1, 'A', '5000.00', '', 'iPhone 12 v4'),
(6, 3381666225, 306, 11, 1, 'A', '5000.00', '', 'iPhone 12 v4'),
(7, 3472745896, 302, 11, 1, 'A', '3900.00', '', 'galaxy s21 v4'),
(8, 664682653, 304, 11, 1, 'A', '5000.00', '', 'iPhone 12 v2');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_robots_data`
--

CREATE TABLE `partiushop_robots_data` (
  `robots_id` int(11) UNSIGNED NOT NULL,
  `storefront_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `data` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_robots_data`
--

INSERT INTO `partiushop_robots_data` (`robots_id`, `storefront_id`, `data`) VALUES
(1, 1, 'User-agent: *\nDisallow: /app/\nDisallow: /store_closed.html\n'),
(2, 2, 'User-agent: *\nDisallow: /app/\nDisallow: /store_closed.html\n');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_sales_reports`
--

CREATE TABLE `partiushop_sales_reports` (
  `report_id` mediumint(8) UNSIGNED NOT NULL,
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `status` char(1) NOT NULL DEFAULT 'A',
  `type` char(1) NOT NULL DEFAULT '',
  `period` char(2) NOT NULL DEFAULT 'A',
  `time_from` int(11) NOT NULL DEFAULT 0,
  `time_to` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_sales_reports`
--

INSERT INTO `partiushop_sales_reports` (`report_id`, `position`, `name`, `status`, `type`, `period`, `time_from`, `time_to`) VALUES
(1, 50, '', 'A', 'O', 'Y', 1147723200, 1147809600),
(2, 40, '', 'A', 'O', 'Y', 1147723200, 1147809600),
(3, 30, '', 'A', 'O', 'Y', 1147723200, 1147809600),
(4, 60, '', 'A', 'O', 'Y', 1147723200, 1147809600),
(5, 10, '', 'A', 'O', 'Y', 1147723200, 1147809600);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_sales_reports_descriptions`
--

CREATE TABLE `partiushop_sales_reports_descriptions` (
  `report_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `description` varchar(255) NOT NULL DEFAULT '',
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_sales_reports_descriptions`
--

INSERT INTO `partiushop_sales_reports_descriptions` (`report_id`, `description`, `lang_code`) VALUES
(1, 'Top 10 Produkter', 'da'),
(1, 'Top 10 Produkte', 'de'),
(1, 'Τα 10 κορυφαία προϊόντα', 'el'),
(1, 'Top 10 Products', 'en'),
(1, 'Top 10 Products', 'es'),
(1, 'Top 10 Produits', 'fr'),
(1, 'Top 10 Products', 'it'),
(1, 'Top 10 Products', 'nl'),
(1, 'Top 10 Products', 'no'),
(1, 'Top 10 Products', 'pt'),
(1, 'Top 10 Produse', 'ro'),
(1, 'Топ 10 Товары', 'ru'),
(2, 'Top 10 Kategorier', 'da'),
(2, 'Top 10 Kategorien', 'de'),
(2, 'Οι 10 κορυφαίες κατηγορίες ', 'el'),
(2, 'Top 10 Categories', 'en'),
(2, 'Top 10 Categories', 'es'),
(2, 'Top 10 Categories', 'fr'),
(2, 'Top 10 Categories', 'it'),
(2, 'Top 10 Categories', 'nl'),
(2, 'Top 10 Categories', 'no'),
(2, 'Top 10 Categories', 'pt'),
(2, 'Top 10 Categorii', 'ro'),
(2, 'Топ 10 Категории', 'ru'),
(3, 'Top 10 Kunder', 'da'),
(3, 'Top 10 Kunden', 'de'),
(3, 'Οι 10 κορυφαίοι πελάτες', 'el'),
(3, 'Top 10 Customers', 'en'),
(3, 'Top 10 Customers', 'es'),
(3, 'Top 10 Clients', 'fr'),
(3, 'Top 10 Customers', 'it'),
(3, 'Top 10 Customers', 'nl'),
(3, 'Top 10 Customers', 'no'),
(3, 'Top 10 Customers', 'pt'),
(3, 'Top 10 Clueți', 'ro'),
(3, 'Топ 10 Покупатели', 'ru'),
(4, 'Betalings metode', 'da'),
(4, 'Zahlungsmethoden', 'de'),
(4, 'Τρόποι πληρωμής', 'el'),
(4, 'Payment Methods', 'en'),
(4, 'Payment Methods', 'es'),
(4, 'Méthodes de paiements', 'fr'),
(4, 'Payment Methods', 'it'),
(4, 'Payment Methods', 'nl'),
(4, 'Payment Methods', 'no'),
(4, 'Payment Methods', 'pt'),
(4, 'Modalități de plată', 'ro'),
(4, 'Способы оплаты', 'ru'),
(5, 'Ordre raport', 'da'),
(5, 'Berichte uber Bestellungen', 'de'),
(5, 'Άλλες αναφορές', 'el'),
(5, 'Order Reports', 'en'),
(5, 'Order Reports', 'es'),
(5, 'Rapports de ventes', 'fr'),
(5, 'Order Reports', 'it'),
(5, 'Order Reports', 'nl'),
(5, 'Order Reports', 'no'),
(5, 'Order Reports', 'pt'),
(5, 'Rapoarte comenzi', 'ro'),
(5, 'Отчеты по заказам', 'ru');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_sales_reports_elements`
--

CREATE TABLE `partiushop_sales_reports_elements` (
  `element_id` mediumint(8) UNSIGNED NOT NULL,
  `code` varchar(66) NOT NULL DEFAULT '',
  `type` char(1) NOT NULL DEFAULT 'O',
  `depend_on_it` char(1) NOT NULL DEFAULT 'N'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_sales_reports_elements`
--

INSERT INTO `partiushop_sales_reports_elements` (`element_id`, `code`, `type`, `depend_on_it`) VALUES
(1, 'order_amount', 'O', 'N'),
(2, 'order_number', 'O', 'N'),
(3, 'order', 'O', 'Y'),
(4, 'status', 'O', 'Y'),
(5, 'payment', 'O', 'Y'),
(6, 'location', 'O', 'Y'),
(7, 'user', 'O', 'Y'),
(8, 'discount', 'O', 'N'),
(9, 'tax', 'O', 'N'),
(10, 'shipping', 'O', 'N'),
(11, 'category', 'O', 'Y'),
(12, 'product', 'O', 'Y'),
(13, 'product_cost', 'O', 'N'),
(14, 'product_number', 'O', 'N'),
(15, 'issuer', 'O', 'Y');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_sales_reports_intervals`
--

CREATE TABLE `partiushop_sales_reports_intervals` (
  `interval_id` mediumint(8) UNSIGNED NOT NULL,
  `value` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `interval_code` varchar(64) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_sales_reports_intervals`
--

INSERT INTO `partiushop_sales_reports_intervals` (`interval_id`, `value`, `interval_code`) VALUES
(1, 0, 'total'),
(3, 86400, 'day'),
(5, 604800, 'week'),
(7, 2592000, 'month'),
(9, 31536000, 'year');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_sales_reports_tables`
--

CREATE TABLE `partiushop_sales_reports_tables` (
  `table_id` mediumint(8) UNSIGNED NOT NULL,
  `report_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `type` char(1) NOT NULL DEFAULT 'T',
  `display` varchar(64) NOT NULL DEFAULT 'order_amount',
  `interval_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `auto` char(1) NOT NULL DEFAULT 'Y'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_sales_reports_tables`
--

INSERT INTO `partiushop_sales_reports_tables` (`table_id`, `report_id`, `position`, `type`, `display`, `interval_id`, `auto`) VALUES
(1, 1, 10, 'P', 'product_number', 1, 'Y'),
(2, 1, 20, 'B', 'product_cost', 1, 'Y'),
(3, 2, 10, 'P', 'product_number', 1, 'Y'),
(4, 2, 20, 'B', 'product_cost', 1, 'Y'),
(5, 3, 10, 'T', 'order_amount', 1, 'Y'),
(6, 3, 20, 'T', 'product_number', 1, 'Y'),
(7, 1, 30, 'T', 'product_cost', 1, 'Y'),
(8, 2, 30, 'T', 'product_number', 7, 'Y'),
(9, 2, 40, 'T', 'product_cost', 7, 'Y'),
(10, 1, 40, 'T', 'product_number', 7, 'Y'),
(11, 4, 10, 'P', 'order_number', 1, 'Y'),
(13, 4, 20, 'P', 'order_amount', 1, 'Y'),
(14, 5, 10, 'T', 'product_cost', 7, 'Y'),
(15, 5, 30, 'T', 'order_amount', 1, 'Y'),
(16, 5, 20, 'T', 'order_amount', 7, 'Y'),
(17, 5, 60, 'P', 'order_number', 1, 'Y'),
(19, 5, 50, 'T', 'shipping', 1, 'Y');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_sales_reports_table_conditions`
--

CREATE TABLE `partiushop_sales_reports_table_conditions` (
  `table_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `code` varchar(64) NOT NULL DEFAULT '0',
  `sub_element_id` varchar(16) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_sales_reports_table_descriptions`
--

CREATE TABLE `partiushop_sales_reports_table_descriptions` (
  `table_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `description` varchar(255) NOT NULL DEFAULT '',
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_sales_reports_table_descriptions`
--

INSERT INTO `partiushop_sales_reports_table_descriptions` (`table_id`, `description`, `lang_code`) VALUES
(1, 'Top 10 Produkter - Vare solgt', 'da'),
(1, 'Top 10 Produkte - verkaufte Elemente', 'de'),
(1, 'Τα 10 κορυφαία προϊόντα(πίνακας)', 'el'),
(1, 'Top 10 Products - Items Sold', 'en'),
(1, 'Top 10 Products - Items Sold', 'es'),
(1, 'Top 10 Products - Items Sold', 'fr'),
(1, 'Top 10 Products - Items Sold', 'it'),
(1, 'Top 10 Products - Items Sold', 'nl'),
(1, 'Top 10 Products - Items Sold', 'no'),
(1, 'Top 10 Products - Items Sold', 'pt'),
(1, 'Top 10 Produse - Produse vândute', 'ro'),
(1, 'Топ 10 Товары- Проданные товары', 'ru'),
(2, 'Top 10 Produkter - Pris', 'da'),
(2, 'Top 10 Produkte - Kosten', 'de'),
(2, 'Τα 10 κορυφαία προϊόντα- Κόστος (πίνακας)', 'el'),
(2, 'Top 10 Products - Cost', 'en'),
(2, 'Top 10 Products - Cost', 'es'),
(2, 'Top 10 Products - Cost', 'fr'),
(2, 'Top 10 Products - Cost', 'it'),
(2, 'Top 10 Products - Cost', 'nl'),
(2, 'Top 10 Products - Cost', 'no'),
(2, 'Top 10 Products - Cost', 'pt'),
(2, 'Top 10 Produse - Cost', 'ro'),
(2, 'Топ 10 Товары - Стоимость', 'ru'),
(3, 'Top 10 Kategori - Vare solgt', 'da'),
(3, 'Top 10 Kategorien - verkaufte Elemente', 'de'),
(3, 'Τα 10 κορυφαία προϊόντα-Τεμάχια που πωλήθηκαν', 'el'),
(3, 'Top 10 Categories - Items Sold', 'en'),
(3, 'Top 10 Categories - Items Sold', 'es'),
(3, 'Top 10 Categories - Items Sold', 'fr'),
(3, 'Top 10 Categories - Items Sold', 'it'),
(3, 'Top 10 Categories - Items Sold', 'nl'),
(3, 'Top 10 Categories - Items Sold', 'no'),
(3, 'Top 10 Categories - Items Sold', 'pt'),
(3, 'Top 10 Categorii - Produse vândute', 'ro'),
(3, 'Топ 10 Категории - Проданные товары', 'ru'),
(4, 'Top 10 Kategori - Pris', 'da'),
(4, 'Top 10 Kategorien - Kosten', 'de'),
(4, 'Τα 10 κορυφαία προϊόντα-Κόστος (πίνακας)', 'el'),
(4, 'Top 10 Categories - Cost', 'en'),
(4, 'Top 10 Categories - Cost', 'es'),
(4, 'Top 10 Categories - Cost', 'fr'),
(4, 'Top 10 Categories - Cost', 'it'),
(4, 'Top 10 Categories - Cost', 'nl'),
(4, 'Top 10 Categories - Cost', 'no'),
(4, 'Top 10 Categories - Cost', 'pt'),
(4, 'Top 10 Categorii - Cost', 'ro'),
(4, 'Топ 10 Категории - Стоимость', 'ru'),
(5, 'Top 10 Kunder - Ordre pris', 'da'),
(5, 'Top 10 Kunden - Kosten der Bestellungen', 'de'),
(5, 'Τα 10 κορυφαία προϊόντα- Κόστος παραγγελίας', 'el'),
(5, 'Top 10 Customers - Orders cost', 'en'),
(5, 'Top 10 Customers - Orders cost', 'es'),
(5, 'Top 10 Customers - Orders cost', 'fr'),
(5, 'Top 10 Customers - Orders cost', 'it'),
(5, 'Top 10 Customers - Orders cost', 'nl'),
(5, 'Top 10 Customers - Orders cost', 'no'),
(5, 'Top 10 Customers - Orders cost', 'pt'),
(5, 'Top 10 Clienți - Cost comenzi', 'ro'),
(5, 'Топ 10 Покупатели - Стоимость заказов', 'ru'),
(6, 'Top 10 Kunder - Antal købte vare', 'da'),
(6, 'Top 10 Kunden - Elemente gekauft', 'de'),
(6, 'Τα 10 κορυφαία προϊόντα- Τεμάχια που αγοράστηκαν', 'el'),
(6, 'Top 10 Customers - Items bought', 'en'),
(6, 'Top 10 Customers - Items bought', 'es'),
(6, 'Top 10 Customers - Items bought', 'fr'),
(6, 'Top 10 Customers - Items bought', 'it'),
(6, 'Top 10 Customers - Items bought', 'nl'),
(6, 'Top 10 Customers - Items bought', 'no'),
(6, 'Top 10 Customers - Items bought', 'pt'),
(6, 'Top 10 Clienți - Produse cumpărate', 'ro'),
(6, 'Топ 10 Покупатели - Купленные товары', 'ru'),
(7, 'Top 10 Produkter - Pris (pr måned)', 'da'),
(7, 'Top 10 Produkte - Kosten  (monatlich)', 'de'),
(7, 'Τα 10 κορυφαία προϊόντα- Κόστος (πίνακας)', 'el'),
(7, 'Top 10 Products - Cost  (table)', 'en'),
(7, 'Top 10 Products - Cost  (table)', 'es'),
(7, 'Top 10 Products - Cost  (table)', 'fr'),
(7, 'Top 10 Products - Cost  (table)', 'it'),
(7, 'Top 10 Products - Cost  (table)', 'nl'),
(7, 'Top 10 Products - Cost  (table)', 'no'),
(7, 'Top 10 Products - Cost  (table)', 'pt'),
(7, 'Top 10 Produse - Cost  (lunar)', 'ro'),
(7, 'Топ 10 Товары - Стоимость  (ежемесячно)', 'ru'),
(8, 'Top 10 Kategori - Vare solgt (pr måned)', 'da'),
(8, 'Top 10 Kategorien - verkaufte Elemente  (monatlich)', 'de'),
(8, 'Τα 10 κορυφαία προϊόντα-Τεμάχια που πωλήθηκαν (πίνακας)', 'el'),
(8, 'Top 10 Categories - Items Sold  (table)', 'en'),
(8, 'Top 10 Categories - Items Sold  (table)', 'es'),
(8, 'Top 10 Categories - Items Sold  (table)', 'fr'),
(8, 'Top 10 Categories - Items Sold  (table)', 'it'),
(8, 'Top 10 Categories - Items Sold  (table)', 'nl'),
(8, 'Top 10 Categories - Items Sold  (table)', 'no'),
(8, 'Top 10 Categories - Items Sold  (table)', 'pt'),
(8, 'Top 10 Categorii - Produse vândute (lunar)', 'ro'),
(8, 'Топ 10 Категории - Проданные товары  (ежемесячно)', 'ru'),
(9, 'Top 10 Kategori - Pris (pr måned)', 'da'),
(9, 'Top 10 Kategorien - Kosten (monatlich)', 'de'),
(9, 'Τα 10 κορυφαία προϊόντα(πίνακας)', 'el'),
(9, 'Top 10 Categories - Cost (table)', 'en'),
(9, 'Top 10 Categories - Cost (table)', 'es'),
(9, 'Top 10 Categories - Cost (table)', 'fr'),
(9, 'Top 10 Categories - Cost (table)', 'it'),
(9, 'Top 10 Categories - Cost (table)', 'nl'),
(9, 'Top 10 Categories - Cost (table)', 'no'),
(9, 'Top 10 Categories - Cost (table)', 'pt'),
(9, 'Top 10 Categorii - Cost (lunar)', 'ro'),
(9, 'Топ 10 Категории - Стоимость (ежемесячно)', 'ru'),
(10, 'Top 10 Produkter - Vare solgt (pr måned)', 'da'),
(10, 'Top 10 Produkte - verkaufte Elemente  (monatlich)', 'de'),
(10, 'Τα 10 κορυφαία προϊόντα- Τεμάχια που πωλήθηκαν(πίνακας)', 'el'),
(10, 'Top 10 Products - Items Sold  (table)', 'en'),
(10, 'Top 10 Products - Items Sold  (table)', 'es'),
(10, 'Top 10 Products - Items Sold  (table)', 'fr'),
(10, 'Top 10 Products - Items Sold  (table)', 'it'),
(10, 'Top 10 Products - Items Sold  (table)', 'nl'),
(10, 'Top 10 Products - Items Sold  (table)', 'no'),
(10, 'Top 10 Products - Items Sold  (table)', 'pt'),
(10, 'Top 10 Produse - Produse vândute (lunar)', 'ro'),
(10, 'Топ 10 Товары - Проданные товары (ежемесячно)', 'ru'),
(11, 'Betalings metode oversigt - brugt i ordre', 'da'),
(11, 'Diagramm Zahlungsmethoden - platzierte Bestellungen', 'de'),
(11, 'Γράφημα τρόπων πληρωμής - ΟΙ παραγγελίες τέθηκαν', 'el'),
(11, 'Payment methods chart - Orders placed', 'en'),
(11, 'Payment methods chart - Orders placed', 'es'),
(11, 'Payment methods chart - Orders placed', 'fr'),
(11, 'Payment methods chart - Orders placed', 'it'),
(11, 'Payment methods chart - Orders placed', 'nl'),
(11, 'Payment methods chart - Orders placed', 'no'),
(11, 'Payment methods chart - Orders placed', 'pt'),
(11, 'Grafic modalități de plată - Comenzi plasate', 'ro'),
(11, 'Способы оплаты - Оформленные заказы', 'ru'),
(13, 'Betalings metode oversigt - gebyr', 'da'),
(13, 'Diagramm Zahlungsmethoden - Kosten', 'de'),
(13, 'Γράφημα τρόπων πληρωμής- Κόστος', 'el'),
(13, 'Payment methods chart - Cost', 'en'),
(13, 'Payment methods chart - Cost', 'es'),
(13, 'Payment methods chart - Cost', 'fr'),
(13, 'Payment methods chart - Cost', 'it'),
(13, 'Payment methods chart - Cost', 'nl'),
(13, 'Payment methods chart - Cost', 'no'),
(13, 'Payment methods chart - Cost', 'pt'),
(13, 'Grafic modalități de plată - Cost', 'ro'),
(13, 'Способы оплаты - Стоимость', 'ru'),
(14, 'Produkt salg  - Pris (pr måned)', 'da'),
(14, 'Artikelverkaufe  - Kosten (monatlich)', 'de'),
(14, 'Πωλήσεις προϊόντων - Κόστος (πίνακας)', 'el'),
(14, 'Products sales  - Cost (table)', 'en'),
(14, 'Products sales  - Cost (table)', 'es'),
(14, 'Ventes par produits - Coûts (mensuel)', 'fr'),
(14, 'Products sales  - Cost (table)', 'it'),
(14, 'Products sales  - Cost (table)', 'nl'),
(14, 'Products sales  - Cost (table)', 'no'),
(14, 'Products sales  - Cost (table)', 'pt'),
(14, 'Vânzări produse - Cost (lunar)', 'ro'),
(14, 'Продажи товаров - Стоимость (ежемесячно)', 'ru'),
(15, 'Mest aktive kunder', 'da'),
(15, 'aktivsten Kunden (nach Standorten)', 'de'),
(15, 'Οι πιο ενεργές περιοχές του πελάτη', 'el'),
(15, 'Most active customer locations', 'en'),
(15, 'Most active customer locations', 'es'),
(15, 'Pays des clients les plus actifs', 'fr'),
(15, 'Most active customer locations', 'it'),
(15, 'Most active customer locations', 'nl'),
(15, 'Most active customer locations', 'no'),
(15, 'Most active customer locations', 'pt'),
(15, 'Cele mai active locații ale clientului', 'ro'),
(15, 'Районы с большей акивностью покупателей', 'ru'),
(16, 'Kategori salg  - Pris (pr måned)', 'da'),
(16, 'Verkaufe nach Kategorien  - Kosten (monatlich)', 'de'),
(16, 'Κατηγορίες πωλήσεων- Κόστος ( πίνακας)', 'el'),
(16, 'Categories sales  - Cost (table)', 'en'),
(16, 'Categories sales  - Cost (table)', 'es'),
(16, 'Ventes par catégories - Coûts (mensuel)', 'fr'),
(16, 'Categories sales  - Cost (table)', 'it'),
(16, 'Categories sales  - Cost (table)', 'nl'),
(16, 'Categories sales  - Cost (table)', 'no'),
(16, 'Categories sales  - Cost (table)', 'pt'),
(16, 'Vânzări categorii  - Cost (lunar)', 'ro'),
(16, 'Продажи товаров по категориям - Стоимость (ежемесячно)', 'ru'),
(17, 'Order status', 'da'),
(17, 'Status der Bestellungen', 'de'),
(17, 'Κατάσταση παραγγελίας', 'el'),
(17, 'Order statuses', 'en'),
(17, 'Order statuses', 'es'),
(17, 'Statuts de commande', 'fr'),
(17, 'Order statuses', 'it'),
(17, 'Order statuses', 'nl'),
(17, 'Order statuses', 'no'),
(17, 'Order statuses', 'pt'),
(17, 'Statuturi comenzi', 'ro'),
(17, 'Статусы заказов', 'ru'),
(19, 'Fragt pris pr ordre ', 'da'),
(19, 'Versandkosten pro Bestellung', 'de'),
(19, 'Έξοδα αποστολής ανά παραγγελία', 'el'),
(19, 'Shipping cost per order', 'en'),
(19, 'Shipping cost per order', 'es'),
(19, 'Frais de livraison par commande', 'fr'),
(19, 'Shipping cost per order', 'it'),
(19, 'Shipping cost per order', 'nl'),
(19, 'Shipping cost per order', 'no'),
(19, 'Shipping cost per order', 'pt'),
(19, 'Costul transportului per comandă', 'ro'),
(19, 'Стоимость доставки за заказ', 'ru');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_sales_reports_table_elements`
--

CREATE TABLE `partiushop_sales_reports_table_elements` (
  `report_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `table_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `element_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `element_hash` int(11) NOT NULL DEFAULT 0,
  `color` varchar(64) NOT NULL DEFAULT 'blueviolet',
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `status` char(1) NOT NULL DEFAULT 'A',
  `dependence` varchar(64) NOT NULL DEFAULT 'max_p',
  `limit_auto` mediumint(8) UNSIGNED NOT NULL DEFAULT 5
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_sales_reports_table_elements`
--

INSERT INTO `partiushop_sales_reports_table_elements` (`report_id`, `table_id`, `element_id`, `element_hash`, `color`, `position`, `status`, `dependence`, `limit_auto`) VALUES
(1, 1, 12, 12156775, 'blueviolet', 0, 'A', 'max_n', 10),
(1, 2, 12, 1962573517, 'blueviolet', 0, 'A', 'max_p', 10),
(1, 7, 12, 634527931, 'blueviolet', 0, 'A', 'max_p', 10),
(1, 10, 12, 1021140683, 'blueviolet', 0, 'A', 'max_n', 10),
(2, 3, 11, 867821142, 'blueviolet', 0, 'A', 'max_n', 10),
(2, 4, 11, 1368465681, 'blueviolet', 0, 'A', 'max_p', 10),
(2, 8, 11, 457678505, 'blueviolet', 0, 'A', 'max_n', 10),
(2, 9, 11, 1543767602, 'blueviolet', 0, 'A', 'max_p', 10),
(3, 5, 7, 1484724989, 'blueviolet', 0, 'A', 'max_p', 10),
(3, 6, 7, 1513727140, 'blueviolet', 0, 'A', 'max_n', 10),
(4, 11, 5, 829820942, 'blueviolet', 0, 'A', 'max_n', 10),
(4, 13, 5, 611229353, 'blueviolet', 0, 'A', 'max_p', 20),
(5, 14, 12, 935187175, 'blueviolet', 0, 'A', 'max_p', 99999),
(5, 15, 6, 1175800927, 'blueviolet', 0, 'A', 'max_p', 23),
(5, 16, 11, 2134945619, 'blueviolet', 0, 'A', 'max_p', 99999),
(5, 17, 4, 1415579363, 'blueviolet', 0, 'A', 'max_n', 10),
(5, 19, 3, 1063600566, 'blueviolet', 0, 'A', 'max_p', 99999);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_sales_reports_table_element_conditions`
--

CREATE TABLE `partiushop_sales_reports_table_element_conditions` (
  `table_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `element_hash` varchar(32) NOT NULL DEFAULT '',
  `element_code` varchar(64) NOT NULL DEFAULT '',
  `ids` varchar(16) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_seo_names`
--

CREATE TABLE `partiushop_seo_names` (
  `name` varchar(250) NOT NULL DEFAULT '',
  `object_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `type` char(1) NOT NULL DEFAULT '',
  `dispatch` varchar(64) NOT NULL DEFAULT '',
  `path` varchar(255) NOT NULL DEFAULT '',
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_seo_names`
--

INSERT INTO `partiushop_seo_names` (`name`, `object_id`, `company_id`, `type`, `dispatch`, `path`, `lang_code`) VALUES
('login-da', 0, 0, 's', 'auth.login_form', '', 'da'),
('login-de', 0, 0, 's', 'auth.login_form', '', 'de'),
('login-el', 0, 0, 's', 'auth.login_form', '', 'el'),
('login', 0, 0, 's', 'auth.login_form', '', 'en'),
('login-es', 0, 0, 's', 'auth.login_form', '', 'es'),
('login-fr', 0, 0, 's', 'auth.login_form', '', 'fr'),
('login-it', 0, 0, 's', 'auth.login_form', '', 'it'),
('login-nl', 0, 0, 's', 'auth.login_form', '', 'nl'),
('login-no', 0, 0, 's', 'auth.login_form', '', 'no'),
('auth-loginform', 0, 0, 's', 'auth.login_form', '', 'pt'),
('login-ro', 0, 0, 's', 'auth.login_form', '', 'ro'),
('login-ru', 0, 0, 's', 'auth.login_form', '', 'ru'),
('categories-catalog-da', 0, 0, 's', 'categories.ab__lc_catalog', '', 'da'),
('categories-catalog-de', 0, 0, 's', 'categories.ab__lc_catalog', '', 'de'),
('categories-catalog-el', 0, 0, 's', 'categories.ab__lc_catalog', '', 'el'),
('categories-catalog-en', 0, 0, 's', 'categories.ab__lc_catalog', '', 'en'),
('categories-catalog-es', 0, 0, 's', 'categories.ab__lc_catalog', '', 'es'),
('categories-catalog-fr', 0, 0, 's', 'categories.ab__lc_catalog', '', 'fr'),
('categories-catalog-it', 0, 0, 's', 'categories.ab__lc_catalog', '', 'it'),
('categories-catalog-nl', 0, 0, 's', 'categories.ab__lc_catalog', '', 'nl'),
('categories-catalog-no', 0, 0, 's', 'categories.ab__lc_catalog', '', 'no'),
('categories-catalog-pt', 0, 0, 's', 'categories.ab__lc_catalog', '', 'pt'),
('categories-catalog-ro', 0, 0, 's', 'categories.ab__lc_catalog', '', 'ro'),
('categories-catalog-ru', 0, 0, 's', 'categories.ab__lc_catalog', '', 'ru'),
('catalog-da', 0, 0, 's', 'categories.catalog', '', 'da'),
('catalog-de', 0, 0, 's', 'categories.catalog', '', 'de'),
('catalog-el', 0, 0, 's', 'categories.catalog', '', 'el'),
('catalog', 0, 0, 's', 'categories.catalog', '', 'en'),
('catalog-es', 0, 0, 's', 'categories.catalog', '', 'es'),
('catalog-fr', 0, 0, 's', 'categories.catalog', '', 'fr'),
('catalog-it', 0, 0, 's', 'categories.catalog', '', 'it'),
('catalog-nl', 0, 0, 's', 'categories.catalog', '', 'nl'),
('catalog-no', 0, 0, 's', 'categories.catalog', '', 'no'),
('categories-catalog', 0, 0, 's', 'categories.catalog', '', 'pt'),
('catalog-ro', 0, 0, 's', 'categories.catalog', '', 'ro'),
('catalog-ru', 0, 0, 's', 'categories.catalog', '', 'ru'),
('cart-da', 0, 0, 's', 'checkout.cart', '', 'da'),
('cart-de', 0, 0, 's', 'checkout.cart', '', 'de'),
('cart-el', 0, 0, 's', 'checkout.cart', '', 'el'),
('cart', 0, 0, 's', 'checkout.cart', '', 'en'),
('cart-es', 0, 0, 's', 'checkout.cart', '', 'es'),
('cart-fr', 0, 0, 's', 'checkout.cart', '', 'fr'),
('cart-it', 0, 0, 's', 'checkout.cart', '', 'it'),
('cart-nl', 0, 0, 's', 'checkout.cart', '', 'nl'),
('cart-no', 0, 0, 's', 'checkout.cart', '', 'no'),
('checkout-cart', 0, 0, 's', 'checkout.cart', '', 'pt'),
('cart-ro', 0, 0, 's', 'checkout.cart', '', 'ro'),
('cart-ru', 0, 0, 's', 'checkout.cart', '', 'ru'),
('checkout-da', 0, 0, 's', 'checkout.checkout', '', 'da'),
('checkout-de', 0, 0, 's', 'checkout.checkout', '', 'de'),
('checkout-el', 0, 0, 's', 'checkout.checkout', '', 'el'),
('checkout', 0, 0, 's', 'checkout.checkout', '', 'en'),
('checkout-es', 0, 0, 's', 'checkout.checkout', '', 'es'),
('checkout-fr', 0, 0, 's', 'checkout.checkout', '', 'fr'),
('checkout-it', 0, 0, 's', 'checkout.checkout', '', 'it'),
('checkout-nl', 0, 0, 's', 'checkout.checkout', '', 'nl'),
('checkout-no', 0, 0, 's', 'checkout.checkout', '', 'no'),
('checkout-checkout', 0, 0, 's', 'checkout.checkout', '', 'pt'),
('checkout-ro', 0, 0, 's', 'checkout.checkout', '', 'ro'),
('checkout-ru', 0, 0, 's', 'checkout.checkout', '', 'ru'),
('checkout-customer-info-da', 0, 0, 's', 'checkout.customer_info', '', 'da'),
('checkout-customer-info-de', 0, 0, 's', 'checkout.customer_info', '', 'de'),
('checkout-customer-info-el', 0, 0, 's', 'checkout.customer_info', '', 'el'),
('checkout-customer-info', 0, 0, 's', 'checkout.customer_info', '', 'en'),
('checkout-customer-info-es', 0, 0, 's', 'checkout.customer_info', '', 'es'),
('checkout-customer-info-fr', 0, 0, 's', 'checkout.customer_info', '', 'fr'),
('checkout-customer-info-it', 0, 0, 's', 'checkout.customer_info', '', 'it'),
('checkout-customer-info-nl', 0, 0, 's', 'checkout.customer_info', '', 'nl'),
('checkout-customer-info-no', 0, 0, 's', 'checkout.customer_info', '', 'no'),
('checkout-customerinfo', 0, 0, 's', 'checkout.customer_info', '', 'pt'),
('checkout-customer-info-ro', 0, 0, 's', 'checkout.customer_info', '', 'ro'),
('checkout-customer-info-ru', 0, 0, 's', 'checkout.customer_info', '', 'ru'),
('checkout-summary-da', 0, 0, 's', 'checkout.summary', '', 'da'),
('checkout-summary-de', 0, 0, 's', 'checkout.summary', '', 'de'),
('checkout-summary-el', 0, 0, 's', 'checkout.summary', '', 'el'),
('checkout-summary', 0, 0, 's', 'checkout.summary', '', 'en'),
('checkout-summary-es', 0, 0, 's', 'checkout.summary', '', 'es'),
('checkout-summary-fr', 0, 0, 's', 'checkout.summary', '', 'fr'),
('checkout-summary-it', 0, 0, 's', 'checkout.summary', '', 'it'),
('checkout-summary-nl', 0, 0, 's', 'checkout.summary', '', 'nl'),
('checkout-summary-no', 0, 0, 's', 'checkout.summary', '', 'no'),
('checkout-summary-pt', 0, 0, 's', 'checkout.summary', '', 'pt'),
('checkout-summary-ro', 0, 0, 's', 'checkout.summary', '', 'ro'),
('checkout-summary-ru', 0, 0, 's', 'checkout.summary', '', 'ru'),
('pricing-da', 0, 0, 's', 'companies.vendor_plans', '', 'da'),
('pricing-de', 0, 0, 's', 'companies.vendor_plans', '', 'de'),
('pricing-el', 0, 0, 's', 'companies.vendor_plans', '', 'el'),
('pricing', 0, 0, 's', 'companies.vendor_plans', '', 'en'),
('pricing-es', 0, 0, 's', 'companies.vendor_plans', '', 'es'),
('pricing-fr', 0, 0, 's', 'companies.vendor_plans', '', 'fr'),
('pricing-it', 0, 0, 's', 'companies.vendor_plans', '', 'it'),
('pricing-nl', 0, 0, 's', 'companies.vendor_plans', '', 'nl'),
('pricing-no', 0, 0, 's', 'companies.vendor_plans', '', 'no'),
('companies-vendorplans', 0, 0, 's', 'companies.vendor_plans', '', 'pt'),
('pricing-ro', 0, 0, 's', 'companies.vendor_plans', '', 'ro'),
('pricing-ru', 0, 0, 's', 'companies.vendor_plans', '', 'ru'),
('gift-certificates-da', 0, 0, 's', 'gift_certificates.add', '', 'da'),
('gift-certificates-de', 0, 0, 's', 'gift_certificates.add', '', 'de'),
('gift-certificates-el', 0, 0, 's', 'gift_certificates.add', '', 'el'),
('gift-certificates', 0, 0, 's', 'gift_certificates.add', '', 'en'),
('gift-certificates-es', 0, 0, 's', 'gift_certificates.add', '', 'es'),
('gift-certificates-fr', 0, 0, 's', 'gift_certificates.add', '', 'fr'),
('gift-certificates-it', 0, 0, 's', 'gift_certificates.add', '', 'it'),
('gift-certificates-nl', 0, 0, 's', 'gift_certificates.add', '', 'nl'),
('gift-certificates-no', 0, 0, 's', 'gift_certificates.add', '', 'no'),
('giftcertificates-add', 0, 0, 's', 'gift_certificates.add', '', 'pt'),
('gift-certificates-ro', 0, 0, 's', 'gift_certificates.add', '', 'ro'),
('gift-certificates-ru', 0, 0, 's', 'gift_certificates.add', '', 'ru'),
('gift-certificates-update-da', 0, 0, 's', 'gift_certificates.update', '', 'da'),
('gift-certificates-update-de', 0, 0, 's', 'gift_certificates.update', '', 'de'),
('gift-certificates-update-el', 0, 0, 's', 'gift_certificates.update', '', 'el'),
('gift-certificates-update', 0, 0, 's', 'gift_certificates.update', '', 'en'),
('gift-certificates-update-es', 0, 0, 's', 'gift_certificates.update', '', 'es'),
('gift-certificates-update-fr', 0, 0, 's', 'gift_certificates.update', '', 'fr'),
('gift-certificates-update-it', 0, 0, 's', 'gift_certificates.update', '', 'it'),
('gift-certificates-update-nl', 0, 0, 's', 'gift_certificates.update', '', 'nl'),
('gift-certificates-update-no', 0, 0, 's', 'gift_certificates.update', '', 'no'),
('giftcertificates-update', 0, 0, 's', 'gift_certificates.update', '', 'pt'),
('gift-certificates-update-ro', 0, 0, 's', 'gift_certificates.update', '', 'ro'),
('gift-certificates-update-ru', 0, 0, 's', 'gift_certificates.update', '', 'ru'),
('orders-da', 0, 0, 's', 'orders.search', '', 'da'),
('orders-de', 0, 0, 's', 'orders.search', '', 'de'),
('orders-el', 0, 0, 's', 'orders.search', '', 'el'),
('orders', 0, 0, 's', 'orders.search', '', 'en'),
('orders-es', 0, 0, 's', 'orders.search', '', 'es'),
('orders-fr', 0, 0, 's', 'orders.search', '', 'fr'),
('orders-it', 0, 0, 's', 'orders.search', '', 'it'),
('orders-nl', 0, 0, 's', 'orders.search', '', 'nl'),
('orders-no', 0, 0, 's', 'orders.search', '', 'no'),
('orders-search', 0, 0, 's', 'orders.search', '', 'pt'),
('orders-ro', 0, 0, 's', 'orders.search', '', 'ro'),
('orders-ru', 0, 0, 's', 'orders.search', '', 'ru'),
('compare-da', 0, 0, 's', 'product_features.compare', '', 'da'),
('compare-de', 0, 0, 's', 'product_features.compare', '', 'de'),
('compare-el', 0, 0, 's', 'product_features.compare', '', 'el'),
('compare', 0, 0, 's', 'product_features.compare', '', 'en'),
('compare-es', 0, 0, 's', 'product_features.compare', '', 'es'),
('compare-fr', 0, 0, 's', 'product_features.compare', '', 'fr'),
('compare-it', 0, 0, 's', 'product_features.compare', '', 'it'),
('compare-nl', 0, 0, 's', 'product_features.compare', '', 'nl'),
('compare-no', 0, 0, 's', 'product_features.compare', '', 'no'),
('productfeatures-compare', 0, 0, 's', 'product_features.compare', '', 'pt'),
('compare-ro', 0, 0, 's', 'product_features.compare', '', 'ro'),
('compare-ru', 0, 0, 's', 'product_features.compare', '', 'ru'),
('profiles-add-da', 0, 0, 's', 'profiles.add', '', 'da'),
('profiles-add-de', 0, 0, 's', 'profiles.add', '', 'de'),
('profiles-add-el', 0, 0, 's', 'profiles.add', '', 'el'),
('profiles-add', 0, 0, 's', 'profiles.add', '', 'en'),
('profiles-add-es', 0, 0, 's', 'profiles.add', '', 'es'),
('profiles-add-fr', 0, 0, 's', 'profiles.add', '', 'fr'),
('profiles-add-it', 0, 0, 's', 'profiles.add', '', 'it'),
('profiles-add-nl', 0, 0, 's', 'profiles.add', '', 'nl'),
('profiles-add-no', 0, 0, 's', 'profiles.add', '', 'no'),
('profiles-add-pt', 0, 0, 's', 'profiles.add', '', 'pt'),
('profiles-add-ro', 0, 0, 's', 'profiles.add', '', 'ro'),
('profiles-add-ru', 0, 0, 's', 'profiles.add', '', 'ru'),
('profiles-update-da', 0, 0, 's', 'profiles.update', '', 'da'),
('profiles-update-de', 0, 0, 's', 'profiles.update', '', 'de'),
('profiles-update-el', 0, 0, 's', 'profiles.update', '', 'el'),
('profiles-update', 0, 0, 's', 'profiles.update', '', 'en'),
('profiles-update-es', 0, 0, 's', 'profiles.update', '', 'es'),
('profiles-update-fr', 0, 0, 's', 'profiles.update', '', 'fr'),
('profiles-update-it', 0, 0, 's', 'profiles.update', '', 'it'),
('profiles-update-nl', 0, 0, 's', 'profiles.update', '', 'nl'),
('profiles-update-no', 0, 0, 's', 'profiles.update', '', 'no'),
('profiles-update-pt', 0, 0, 's', 'profiles.update', '', 'pt'),
('profiles-update-ro', 0, 0, 's', 'profiles.update', '', 'ro'),
('profiles-update-ru', 0, 0, 's', 'profiles.update', '', 'ru'),
('promotions-da', 0, 0, 's', 'promotions.list', '', 'da'),
('promotions-de', 0, 0, 's', 'promotions.list', '', 'de'),
('promotions-el', 0, 0, 's', 'promotions.list', '', 'el'),
('promotions', 0, 0, 's', 'promotions.list', '', 'en'),
('promotions-es', 0, 0, 's', 'promotions.list', '', 'es'),
('promotions-fr', 0, 0, 's', 'promotions.list', '', 'fr'),
('promotions-it', 0, 0, 's', 'promotions.list', '', 'it'),
('promotions-nl', 0, 0, 's', 'promotions.list', '', 'nl'),
('promotions-no', 0, 0, 's', 'promotions.list', '', 'no'),
('promotions-list', 0, 0, 's', 'promotions.list', '', 'pt'),
('promotions-ro', 0, 0, 's', 'promotions.list', '', 'ro'),
('promotions-ru', 0, 0, 's', 'promotions.list', '', 'ru'),
('returns-da', 0, 0, 's', 'rma.returns', '', 'da'),
('returns-de', 0, 0, 's', 'rma.returns', '', 'de'),
('returns-el', 0, 0, 's', 'rma.returns', '', 'el'),
('returns', 0, 0, 's', 'rma.returns', '', 'en'),
('returns-es', 0, 0, 's', 'rma.returns', '', 'es'),
('returns-fr', 0, 0, 's', 'rma.returns', '', 'fr'),
('returns-it', 0, 0, 's', 'rma.returns', '', 'it'),
('returns-nl', 0, 0, 's', 'rma.returns', '', 'nl'),
('returns-no', 0, 0, 's', 'rma.returns', '', 'no'),
('rma-returns', 0, 0, 's', 'rma.returns', '', 'pt'),
('returns-ro', 0, 0, 's', 'rma.returns', '', 'ro'),
('returns-ru', 0, 0, 's', 'rma.returns', '', 'ru'),
('sitemap-da', 0, 0, 's', 'sitemap.view', '', 'da'),
('sitemap-de', 0, 0, 's', 'sitemap.view', '', 'de'),
('sitemap-el', 0, 0, 's', 'sitemap.view', '', 'el'),
('sitemap', 0, 0, 's', 'sitemap.view', '', 'en'),
('sitemap-es', 0, 0, 's', 'sitemap.view', '', 'es'),
('sitemap-fr', 0, 0, 's', 'sitemap.view', '', 'fr'),
('sitemap-it', 0, 0, 's', 'sitemap.view', '', 'it'),
('sitemap-nl', 0, 0, 's', 'sitemap.view', '', 'nl'),
('sitemap-no', 0, 0, 's', 'sitemap.view', '', 'no'),
('sitemap-view', 0, 0, 's', 'sitemap.view', '', 'pt'),
('sitemap-ro', 0, 0, 's', 'sitemap.view', '', 'ro'),
('sitemap-ru', 0, 0, 's', 'sitemap.view', '', 'ru'),
('wishlist-da', 0, 0, 's', 'wishlist.view', '', 'da'),
('wishlist-de', 0, 0, 's', 'wishlist.view', '', 'de'),
('wishlist-el', 0, 0, 's', 'wishlist.view', '', 'el'),
('wishlist', 0, 0, 's', 'wishlist.view', '', 'en'),
('wishlist-es', 0, 0, 's', 'wishlist.view', '', 'es'),
('wishlist-fr', 0, 0, 's', 'wishlist.view', '', 'fr'),
('wishlist-it', 0, 0, 's', 'wishlist.view', '', 'it'),
('wishlist-nl', 0, 0, 's', 'wishlist.view', '', 'nl'),
('wishlist-no', 0, 0, 's', 'wishlist.view', '', 'no'),
('wishlist-view', 0, 0, 's', 'wishlist.view', '', 'pt'),
('wishlist-ro', 0, 0, 's', 'wishlist.view', '', 'ro'),
('wishlist-ru', 0, 0, 's', 'wishlist.view', '', 'ru'),
('our-team', 1, 0, 'a', '', '', 'pt'),
('acampamento', 1, 0, 'c', '', '', 'pt'),
('about-our-company', 2, 0, 'a', '', '', 'en'),
('about-our-company-pt', 2, 0, 'a', '', '', 'pt'),
('aquecimento-de-acampamento-equipamento-de-iluminacao', 2, 0, 'c', '', '1', 'pt'),
('privacy-policy', 3, 0, 'a', '', '', 'pt'),
('barracas-estruturas-climaticas', 3, 0, 'c', '', '1', 'pt'),
('free-returns', 4, 0, 'a', '', '', 'pt'),
('equipamentos-para-cozimento-bebidas-alimentos-de-acampamento', 4, 0, 'c', '', '1', 'pt'),
('test', 4, 0, 'm', '', '', 'pt'),
('free-shipping', 5, 0, 'a', '', '', 'pt'),
('equipamentos-sanitarios-de-limpeza-para-acampamento', 5, 0, 'c', '', '1', 'pt'),
('low-price-guarantee', 6, 0, 'a', '', '', 'pt'),
('moveis-mobilias-para-acampamento', 6, 0, 'c', '', '1', 'pt'),
('blog', 7, 0, 'a', '', '', 'en'),
('blog-pt', 7, 0, 'a', '', '', 'pt'),
('pacotes-de-variedade-de-acampamento', 7, 0, 'c', '', '1', 'pt'),
('merchium-marketplace-opens-for-partners', 8, 0, 'a', '', '7', 'en'),
('merchium-marketplace-opens-for-partners-pt', 8, 0, 'a', '', '7', 'pt'),
('acessorios-pessoais', 8, 0, 'c', '', '', 'pt'),
('embed-merchium-into-a-custom-website', 9, 0, 'a', '', '7', 'en'),
('embed-merchium-into-a-custom-website-pt', 9, 0, 'a', '', '7', 'pt'),
('acessorios-suportes-pessoais', 9, 0, 'c', '', '8', 'pt'),
('paypal', 10, 0, 'a', '', '7', 'en'),
('paypal-pt', 10, 0, 'a', '', '7', 'pt'),
('joias', 10, 0, 'c', '', '8', 'pt'),
('pacotes-de-variedades-para-acessorios-pessoais', 11, 0, 'c', '', '8', 'pt'),
('relogios-de-pulso', 12, 0, 'c', '', '8', 'pt'),
('alimentos-bebidas-tabaco', 13, 0, 'c', '', '', 'pt'),
('alimentos-preparados-conservados', 14, 0, 'c', '', '13', 'pt'),
('dvd-5-off', 14, 0, 'x', '', '', 'pt'),
('vendor-terms-and-conditions', 15, 0, 'a', '', '', 'pt'),
('aperitivos', 15, 0, 'c', '', '13/14', 'pt'),
('free-shipping-coupon', 15, 0, 'x', '', '', 'pt'),
('ab-stock-buy-a-promotional-hair-dryer-valera-get-a-40-discount-on-the-curling-iron', 16, 0, 'x', '', '', 'pt'),
('ab-racing-card-2-year-license-for-races-k1', 17, 0, 'x', '', '', 'pt'),
('ab-only-today-you-can-buy-a-camera-with-10-discount', 18, 0, 'x', '', '', 'pt'),
('why-buy-gift-certificates', 19, 0, 'a', '', '', 'en'),
('why-buy-gift-certificates-pt', 19, 0, 'a', '', '', 'pt'),
('ab-free-shipping-for-orders-over-50.', 19, 0, 'x', '', '', 'pt'),
('contacts', 20, 0, 'a', '', '', 'en'),
('contacts-pt', 20, 0, 'a', '', '', 'pt'),
('ab-5-discount-for-x-box-one-and-sabertooth-bundle', 20, 0, 'x', '', '', 'pt'),
('returns-and-exchanges', 21, 0, 'a', '', '', 'en'),
('returns-and-exchanges-pt', 21, 0, 'a', '', '', 'pt'),
('ab-stock-buy-a-promotional-hair-dryer-valera-get-a-40-discount-on-the-curling-iron-pt', 21, 0, 'x', '', '', 'pt'),
('payment-and-shipping', 22, 0, 'a', '', '', 'en'),
('payment-and-shipping-pt', 22, 0, 'a', '', '', 'pt'),
('ab-racing-card-2-year-license-for-races-k1-pt', 22, 0, 'x', '', '', 'pt'),
('reward-points', 23, 0, 'a', '', '', 'en'),
('reward-points-pt', 23, 0, 'a', '', '', 'pt'),
('bebes-criancas-alimentos-bebidas', 23, 0, 'c', '', '13/14', 'pt'),
('ab-only-today-you-can-buy-a-camera-with-10-discount-pt', 23, 0, 'x', '', '', 'pt'),
('ab-free-shipping-for-orders-over-50.-pt', 24, 0, 'x', '', '', 'pt'),
('ab-5-discount-for-x-box-one-and-sabertooth-bundle-pt', 25, 0, 'x', '', '', 'pt'),
('doces-em-pasta', 29, 0, 'c', '', '13/14', 'pt'),
('contato', 30, 0, 'a', '', '', 'pt'),
('laticinios-produtos-a-base-de-ovos', 36, 0, 'c', '', '13/14', 'pt'),
('for-those-who-love-sound-quality-we-have-awesome-pioneer-speakers-demo', 41, 0, 'a', '', '7', 'pt'),
('new-arrivals-of-nintendo-wii-games-demo', 42, 0, 'a', '', '7', 'pt'),
('only-in-our-store-famous-american-weathermaster-tents-demo', 43, 0, 'a', '', '7', 'pt'),
('we-got-the-best-tracks-of-legendary-b.b.king-demo', 44, 0, 'a', '', '7', 'pt'),
('looking-for-a-keypad-nokia-phone-and-cant-find-one-we-still-have-them-demo', 45, 0, 'a', '', '7', 'pt'),
('massas-macarrao', 45, 0, 'c', '', '13/14', 'pt'),
('afraid-of-zombies-preparing-for-apocalypse-demo', 46, 0, 'a', '', '7', 'pt'),
('true-american-classic-drifter-cruisers-demo', 47, 0, 'a', '', '7', 'pt'),
('provapagina', 48, 0, 'a', '', '', 'pt'),
('return-policy', 49, 0, 'a', '', '', 'pt'),
('shipping-policy', 50, 0, 'a', '', '', 'pt'),
('warranty-policy', 51, 0, 'a', '', '', 'pt'),
('frequently-asked-questions', 52, 0, 'a', '', '', 'pt'),
('contact-form', 53, 0, 'a', '', '', 'pt'),
('about-us', 54, 0, 'a', '', '', 'pt'),
('locations-and-contacts', 55, 0, 'a', '', '', 'pt'),
('marketplace-blog', 56, 0, 'a', '', '', 'pt'),
('this-is-a-blog-post-title', 57, 0, 'a', '', '56', 'pt'),
('10-brilliant-tips-for-efficient-product-packaging', 58, 0, 'a', '', '56', 'pt'),
('another-blog-post-for-your-vivashop-theme', 59, 0, 'a', '', '56', 'pt'),
('how-to-save-money-by-using-the-buy-together-feature', 60, 0, 'a', '', '56', 'pt'),
('always-buy-fresh-food-and-beverage-items', 61, 0, 'a', '', '56', 'pt'),
('how-to-create-your-account-on-our-store', 62, 0, 'a', '', '56', 'pt'),
('is-the-new-iphone-better-than-any-other', 63, 0, 'a', '', '56', 'pt'),
('how-to-choose-the-best-weight-loss-items', 64, 0, 'a', '', '56', 'pt'),
('merchiun-marketplace-opens-for-partners', 65, 0, 'a', '', '56', 'pt'),
('embed-merchiun-into-a-custom-website', 66, 0, 'a', '', '56', 'pt'),
('paypal-payment', 67, 0, 'a', '', '56', 'pt'),
('build-your-own-fashion-store-in-a-few-steps', 68, 0, 'a', '', '56', 'pt'),
('adidas', 86, 0, 'e', '', '', 'en'),
('adidas-pt', 86, 0, 'e', '', '', 'pt'),
('nike', 87, 0, 'e', '', '', 'en'),
('nike-pt', 87, 0, 'e', '', '', 'pt'),
('asus', 88, 0, 'e', '', '', 'en'),
('asus-pt', 88, 0, 'e', '', '', 'pt'),
('samsung-en', 89, 0, 'e', '', '', 'en'),
('samsung-pt-2', 89, 0, 'e', '', '', 'pt'),
('universal-music-group', 90, 0, 'e', '', '', 'en'),
('universal-music-group-pt', 90, 0, 'e', '', '', 'pt'),
('apple', 91, 0, 'e', '', '', 'en'),
('apple-pt', 91, 0, 'e', '', '', 'pt'),
('acer', 92, 0, 'e', '', '', 'en'),
('acer-pt', 92, 0, 'e', '', '', 'pt'),
('hewlett-packard', 93, 0, 'e', '', '', 'en'),
('hewlett-packard-pt', 93, 0, 'e', '', '', 'pt'),
('lg', 94, 0, 'e', '', '', 'en'),
('lg-pt', 94, 0, 'e', '', '', 'pt'),
('d-link', 95, 0, 'e', '', '', 'en'),
('d-link-pt', 95, 0, 'e', '', '', 'pt'),
('concord-records', 96, 0, 'e', '', '', 'en'),
('concord-records-pt', 96, 0, 'e', '', '', 'pt'),
('tp-link', 97, 0, 'e', '', '', 'en'),
('tp-link-pt', 97, 0, 'e', '', '', 'pt'),
('panasonic', 98, 0, 'e', '', '', 'en'),
('panasonic-pt', 98, 0, 'e', '', '', 'pt'),
('intel', 99, 0, 'e', '', '', 'en'),
('intel-pt', 99, 0, 'e', '', '', 'pt'),
('pioneer', 100, 0, 'e', '', '', 'en'),
('pioneer-pt', 100, 0, 'e', '', '', 'pt'),
('tomtom', 101, 0, 'e', '', '', 'en'),
('tomtom-pt', 101, 0, 'e', '', '', 'pt'),
('garmin', 102, 0, 'e', '', '', 'en'),
('garmin-pt', 102, 0, 'e', '', '', 'pt'),
('kenwood', 103, 0, 'e', '', '', 'en'),
('kenwood-pt', 103, 0, 'e', '', '', 'pt'),
('cobra', 104, 0, 'e', '', '', 'en'),
('cobra-pt', 104, 0, 'e', '', '', 'pt'),
('roadrunner-records', 105, 0, 'e', '', '', 'en'),
('roadrunner-records-pt', 105, 0, 'e', '', '', 'pt'),
('toshiba', 106, 0, 'e', '', '', 'en'),
('toshiba-pt', 106, 0, 'e', '', '', 'pt'),
('rhino', 107, 0, 'e', '', '', 'en'),
('rhino-pt', 107, 0, 'e', '', '', 'pt'),
('htc-en', 108, 0, 'e', '', '', 'en'),
('htc-pt-2', 108, 0, 'e', '', '', 'pt'),
('bebidas', 109, 0, 'c', '', '13', 'pt'),
('motorola-en', 109, 0, 'e', '', '', 'en'),
('motorola-pt-2', 109, 0, 'e', '', '', 'pt'),
('bebidas-alcoolicas-inclui-variantes-sem-alcool', 110, 0, 'c', '', '13/109', 'pt'),
('nokia-en', 110, 0, 'e', '', '', 'en'),
('nokia-pt-2', 110, 0, 'e', '', '', 'pt'),
('creative', 111, 0, 'e', '', '', 'en'),
('creative-pt', 111, 0, 'e', '', '', 'pt'),
('yamaha', 112, 0, 'e', '', '', 'en'),
('yamaha-pt', 112, 0, 'e', '', '', 'pt'),
('entertainment-one-ltd', 113, 0, 'e', '', '', 'en'),
('entertainment-one-ltd-pt', 113, 0, 'e', '', '', 'pt'),
('sony', 114, 0, 'e', '', '', 'en'),
('sony-pt', 114, 0, 'e', '', '', 'pt'),
('koss', 115, 0, 'e', '', '', 'en'),
('koss-pt', 115, 0, 'e', '', '', 'pt'),
('abbey-road-studios', 116, 0, 'e', '', '', 'en'),
('abbey-road-studios-pt', 116, 0, 'e', '', '', 'pt'),
('nikon', 117, 0, 'e', '', '', 'en'),
('nikon-pt', 117, 0, 'e', '', '', 'pt'),
('warner-bros.', 118, 0, 'e', '', '', 'en'),
('warner-bros.-pt', 118, 0, 'e', '', '', 'pt'),
('warner-home-video', 119, 0, 'e', '', '', 'en'),
('warner-home-video-pt', 119, 0, 'e', '', '', 'pt'),
('arc-system-works', 120, 0, 'e', '', '', 'en'),
('arc-system-works-pt', 120, 0, 'e', '', '', 'pt'),
('sandisk', 121, 0, 'e', '', '', 'en'),
('sandisk-pt', 121, 0, 'e', '', '', 'pt'),
('namco', 122, 0, 'e', '', '', 'en'),
('namco-pt', 122, 0, 'e', '', '', 'pt'),
('namco-bandai-games', 123, 0, 'e', '', '', 'en'),
('namco-bandai-games-pt', 123, 0, 'e', '', '', 'pt'),
('capcom', 124, 0, 'e', '', '', 'en'),
('capcom-pt', 124, 0, 'e', '', '', 'pt'),
('casio', 125, 0, 'e', '', '', 'en'),
('casio-pt', 125, 0, 'e', '', '', 'pt'),
('quartet-manufacturing', 126, 0, 'e', '', '', 'en'),
('quartet-manufacturing-pt', 126, 0, 'e', '', '', 'pt'),
('swingline', 127, 0, 'e', '', '', 'en'),
('swingline-pt', 127, 0, 'e', '', '', 'pt'),
('wilson-jones', 128, 0, 'e', '', '', 'en'),
('wilson-jones-pt', 128, 0, 'e', '', '', 'pt'),
('aiko', 129, 0, 'e', '', '', 'en'),
('aiko-pt', 129, 0, 'e', '', '', 'pt'),
('cleveland', 130, 0, 'e', '', '', 'en'),
('cleveland-pt', 130, 0, 'e', '', '', 'pt'),
('camelback', 131, 0, 'e', '', '', 'en'),
('camelback-pt', 131, 0, 'e', '', '', 'pt'),
('wilson-staff', 132, 0, 'e', '', '', 'en'),
('wilson-staff-pt', 132, 0, 'e', '', '', 'pt'),
('montblanc', 133, 0, 'e', '', '', 'en'),
('montblanc-pt', 133, 0, 'e', '', '', 'pt'),
('bebidas-nao-alcoolicas-nao-prontas-para-consumo', 134, 0, 'c', '', '13/109', 'pt'),
('tissot', 134, 0, 'e', '', '', 'en'),
('tissot-pt', 134, 0, 'e', '', '', 'pt'),
('gopro', 135, 0, 'e', '', '', 'en'),
('gopro-pt', 135, 0, 'e', '', '', 'pt'),
('microsoft-en', 136, 0, 'e', '', '', 'en'),
('microsoft-pt-2', 136, 0, 'e', '', '', 'pt'),
('bebidas-nao-alcoolicas-prontas-para-consumo', 148, 0, 'c', '', '13/109', 'pt'),
('cafe-substitutos-do-cafe', 168, 0, 'c', '', '13/109', 'pt'),
('nintendo', 177, 0, 'e', '', '', 'en'),
('nintendo-pt', 177, 0, 'e', '', '', 'pt'),
('cha-e-infusoes-tisanes', 179, 0, 'c', '', '13/109', 'pt'),
('electronic-arts-ea', 190, 0, 'e', '', '', 'en'),
('electronic-arts-ea-pt', 190, 0, 'e', '', '', 'pt'),
('sucker-punch-productions', 191, 0, 'e', '', '', 'en'),
('sucker-punch-productions-pt', 191, 0, 'e', '', '', 'pt'),
('carne-aves', 192, 0, 'c', '', '13', 'pt'),
('razer', 192, 0, 'e', '', '', 'en'),
('razer-pt', 192, 0, 'e', '', '', 'pt'),
('carnes-aves-nao-preparadas-nao-processadas', 193, 0, 'c', '', '13/192', 'pt'),
('carnes-aves-preparadas-processadas', 229, 0, 'c', '', '13/192', 'pt'),
('marketplace-fees', 264, 0, 'c', '', '', 'pt'),
('carnes-salsichas-de-aves-preparadas-processadas', 265, 0, 'c', '', '13/192', 'pt'),
('enfeite-fresco-alimentos', 274, 0, 'c', '', '13', 'pt'),
('flor-de-laranja-guarnicao-de-comida', 275, 0, 'c', '', '13/274', 'pt'),
('folhas-de-banana-enfeite-de-comida', 276, 0, 'c', '', '13/274', 'pt'),
('folhas-de-cacto-enfeite-de-comida', 277, 0, 'c', '', '13/274', 'pt'),
('frutas-nao-preparadas-nao-processadas-congeladas', 278, 0, 'c', '', '13', 'pt'),
('frutas-nao-preparadas-nao-processadas-congeladas', 279, 0, 'c', '', '13/278', 'pt'),
('frutas-nao-preparadas-nao-processadas-frescas', 280, 0, 'c', '', '13', 'pt'),
('tecnologia', 281, 0, 'c', '', '', 'pt'),
('celulares-e-telefones', 282, 0, 'c', '', '281', 'pt'),
('celulares-e-smartphones', 283, 0, 'c', '', '281/282', 'pt'),
('acessorios-para-celulares', 284, 0, 'c', '', '281/282', 'pt'),
('games', 285, 0, 'c', '', '281', 'pt'),
('marketplace-fees', 285, 0, 'p', '', '264', 'pt'),
('video-games', 286, 0, 'c', '', '281/285', 'pt'),
('fliperama-e-arcade', 287, 0, 'c', '', '281/285', 'pt'),
('informatica', 288, 0, 'c', '', '281', 'pt'),
('componentes-para-pc', 289, 0, 'c', '', '281/288', 'pt'),
('notebook', 290, 0, 'c', '', '281/288', 'pt'),
('casa-e-moveis', 291, 0, 'c', '', '', 'pt'),
('eletrodomesticos', 292, 0, 'c', '', '', 'pt'),
('esportes-e-fitness', 293, 0, 'c', '', '', 'pt'),
('ferramentas', 294, 0, 'c', '', '', 'pt'),
('iphone12', 296, 0, 'p', '', '281/282/283', 'pt'),
('galaxy-s21', 297, 0, 'p', '', '281/282/283', 'pt'),
('galaxy-s21-clone', 298, 0, 'p', '', '281/282/283', 'pt'),
('galaxy-s21-clone-clone', 299, 0, 'p', '', '281/282/283', 'pt'),
('galaxy-s21-clone-clone-clone', 300, 0, 'p', '', '281/282/283', 'pt'),
('galaxy-s21-v2-clone', 301, 0, 'p', '', '281/282/283', 'pt'),
('galaxy-s21-v3-clone', 302, 0, 'p', '', '281/282/283', 'pt'),
('iphone-12-clone', 303, 0, 'p', '', '281/282/283', 'pt'),
('iphone-12-v1-clone', 304, 0, 'p', '', '281/282/283', 'pt'),
('iphone-12-v2-clone', 305, 0, 'p', '', '281/282/283', 'pt'),
('iphone-12-v3-clone', 306, 0, 'p', '', '281/282/283', 'pt'),
('celular-01', 307, 0, 'p', '', '281/282/283', 'pt'),
('celular-01-test', 308, 0, 'p', '', '281/282/283', 'pt'),
('bananas', 315, 0, 'c', '', '13/280', 'pt'),
('caqui', 321, 0, 'c', '', '13/280', 'pt'),
('frutas-nao-preparadas-nao-processadas-nao-perecivel', 414, 0, 'c', '', '13', 'pt'),
('frutas-nao-preparadas-nao-processadas-nao-pereciveis', 415, 0, 'c', '', '13/414', 'pt'),
('frutas-legumes-frescos-and-frescos', 416, 0, 'c', '', '13', 'pt'),
('pacote-de-variedades-de-legumes-frutas-corte-fresco', 417, 0, 'c', '', '13/416', 'pt'),
('pacotes-de-variedades-de-frutas-vegetais-nao-preparados-nao-processados-frescos', 418, 0, 'c', '', '13/416', 'pt'),
('frutas-legumes-frescos-cortados', 419, 0, 'c', '', '13', 'pt'),
('frutas-corte-fresco', 420, 0, 'c', '', '13/419', 'pt'),
('legumes-corte-fresco', 436, 0, 'c', '', '13/419', 'pt'),
('frutas-legumes-nozes-sementes-preparadas-processadas', 470, 0, 'c', '', '13', 'pt'),
('combinacao-de-frutas-nozes-sementes', 471, 0, 'c', '', '13/470', 'pt'),
('misturas-de-frutas-nozes-sementes-preparadas-processadas-nao-pereciveis', 472, 0, 'c', '', '13/470/471', 'pt'),
('pacotes-de-variedades-para-combinacao-de-frutas-nozes-sementes', 473, 0, 'c', '', '13/470/471', 'pt'),
('frutas-preparadas-processadas', 474, 0, 'c', '', '13/470', 'pt'),
('frutas-preparadas-processadas-congeladas', 475, 0, 'c', '', '13/470/474', 'pt'),
('frutas-preparadas-processadas-pereciveis', 476, 0, 'c', '', '13/470/474', 'pt'),
('frutas-preparadas-processadas-nao-pereciveis', 477, 0, 'c', '', '13/470/474', 'pt'),
('legumes-preparados-processados', 478, 0, 'c', '', '13/470', 'pt'),
('legumes-preparados-processados-congelado', 479, 0, 'c', '', '13/470/478', 'pt'),
('legumes-preparados-processados-nao-pereciveis', 480, 0, 'c', '', '13/470/478', 'pt'),
('legumes-preparados-processados-pereciveis', 481, 0, 'c', '', '13/470/478', 'pt'),
('nozes-sementes-preparadas-processadas', 482, 0, 'c', '', '13/470', 'pt'),
('nozes-sementes-preparados-processados-descascados', 483, 0, 'c', '', '13/470/482', 'pt'),
('nozes-sementes-preparados-processados-pereciveis', 484, 0, 'c', '', '13/470/482', 'pt'),
('pacotes-de-variedades-para-frutas-legumes-nozes-sementes', 485, 0, 'c', '', '13/470', 'pt'),
('frutos-do-mar-e-substitutos-de-frutos-do-mar', 486, 0, 'c', '', '13', 'pt'),
('caviar-imitacao', 487, 0, 'c', '', '13/486', 'pt'),
('combinacao-de-frutos-do-mar-mariscos-peixes-invertebrados-aquaticos', 490, 0, 'c', '', '13/486', 'pt'),
('invertebrados-aquaticos-nao-preparados-nao-processados', 497, 0, 'c', '', '13/486', 'pt'),
('invertebrados-aquaticos-nao-preparados-nao-processados-congelados', 498, 0, 'c', '', '13/486/497', 'pt'),
('invertebrados-aquaticos-nao-preparados-nao-processados-nao-pereciveis', 499, 0, 'c', '', '13/486/497', 'pt'),
('invertebrados-aquaticos-nao-preparados-nao-processados-pereciveis', 500, 0, 'c', '', '13/486/497', 'pt'),
('invertebrados-aquaticos-preparados-processados', 501, 0, 'c', '', '13/486', 'pt'),
('mariscos-nao-preparados-nao-processados', 505, 0, 'c', '', '13/486', 'pt'),
('legumes-nao-preparados-nao-processados-congelados', 530, 0, 'c', '', '13', 'pt'),
('legumes-nao-preparados-nao-processados-congelados', 531, 0, 'c', '', '13/530', 'pt'),
('animais-vivos', 1055, 0, 'c', '', '', 'pt'),
('invertebrados', 1056, 0, 'c', '', '1055', 'pt'),
('vertebrados', 1057, 0, 'c', '', '1055', 'pt'),
('artes-artesanato-bordado', 1058, 0, 'c', '', '', 'pt'),
('kit-de-variedades-de-artes-artesanatos', 1059, 0, 'c', '', '1058', 'pt'),
('suprimentos-de-aerografos', 1060, 0, 'c', '', '1058', 'pt'),
('suprimentos-de-artesanato-em-queima-gravacao-em-madeira', 1061, 0, 'c', '', '1058', 'pt'),
('suprimentos-de-desenhos-pinturas-artisticas', 1062, 0, 'c', '', '1058', 'pt'),
('suprimentos-de-tecelagem-fiacao-artesanal', 1063, 0, 'c', '', '1058', 'pt'),
('suprimentos-para-artesanato-em-cestaria', 1064, 0, 'c', '', '1058', 'pt'),
('suprimentos-para-artesanato-em-joalheria', 1065, 0, 'c', '', '1058', 'pt'),
('suprimentos-para-artesanato-em-papel-cartao', 1066, 0, 'c', '', '1058', 'pt'),
('suprimentos-para-artesanato-em-tipografia-impressao', 1067, 0, 'c', '', '1058', 'pt'),
('suprimentos-para-artesanato-em-vidro-esmaltagem-marchetaria', 1068, 0, 'c', '', '1058', 'pt'),
('suprimentos-para-brinquedos-artesanais-bordado', 1069, 0, 'c', '', '1058', 'pt'),
('suprimentos-para-escultores-ceramica', 1070, 0, 'c', '', '1058', 'pt'),
('artigos-de-gramado-jardinagem', 1072, 0, 'c', '', '', 'pt'),
('alteracoes-para-gramado-solo-do-jardim-solo', 1073, 0, 'c', '', '1072', 'pt'),
('aparelhos-para-cozimento-aquecimento-para-gramados-jardins', 1074, 0, 'c', '', '1072', 'pt'),
('cercados-para-gramados-jardins', 1075, 0, 'c', '', '1072', 'pt'),
('eliminacao-de-residuos-do-gramado-jardim', 1076, 0, 'c', '', '1072', 'pt'),
('equipamento-para-teste-diagnostico-de-gramado-jardim', 1077, 0, 'c', '', '1072', 'pt'),
('equipamentos-e-ferramentas-de-gramado-jardinagem', 1078, 0, 'c', '', '1072', 'pt'),
('equipamentos-para-rega-de-gramados-jardins', 1079, 0, 'c', '', '1072', 'pt'),
('estruturas-exteriores-para-gramados-jardins', 1080, 0, 'c', '', '1072', 'pt'),
('gramado-jardim-floral-acessorios-para-plantas', 1081, 0, 'c', '', '1072', 'pt'),
('gramado-telhas-de-jardim', 1082, 0, 'c', '', '1072', 'pt'),
('iluminacao-de-gramado-jardim', 1083, 0, 'c', '', '1072', 'pt'),
('moveis-mobiliario-de-jardim-gramado', 1084, 0, 'c', '', '1072', 'pt'),
('artigos-de-papelaria-equipamentos-para-escritorio-suprimentos-de-ocasiao', 1089, 0, 'c', '', '', 'pt'),
('materiais-para-cartoes-de-visita-embalagem-para-presente-ocasioes', 1090, 0, 'c', '', '1089', 'pt'),
('acessorios-embalagem-para-presente', 1091, 0, 'c', '', '1089/1090', 'pt'),
('acessorios-para-embalagem-de-presente', 1092, 0, 'c', '', '1089/1090/1091', 'pt'),
('embalagem-para-presente', 1093, 0, 'c', '', '1089/1090/1091', 'pt'),
('outros-acessorios-embalagem-para-presente', 1094, 0, 'c', '', '1089/1090/1091', 'pt'),
('pacotes-de-variedades-para-acessorios-embalagem-para-presente', 1095, 0, 'c', '', '1089/1090/1091', 'pt'),
('cartoes-comemorativos-convites', 1096, 0, 'c', '', '1089/1090', 'pt'),
('blocos-de-anotacoes-convites', 1097, 0, 'c', '', '1089/1090/1096', 'pt'),
('cartoes-comemorativos-convites', 1098, 0, 'c', '', '1089/1090/1096', 'pt'),
('cartoes-postais', 1099, 0, 'c', '', '1089/1090/1096', 'pt'),
('envelope-para-cartao', 1100, 0, 'c', '', '1089/1090/1096', 'pt'),
('outros-cartoes-comemorativos-convites', 1101, 0, 'c', '', '1089/1090/1096', 'pt'),
('pacotes-de-variedades-para-cartoes-comemorativos-convites', 1102, 0, 'c', '', '1089/1090/1096', 'pt'),
('suportes-para-visualizacao-de-cartao-comemorativo', 1103, 0, 'c', '', '1089/1090/1096', 'pt'),
('materiais-de-ocasiao', 1104, 0, 'c', '', '1089/1090', 'pt'),
('bexigas', 1105, 0, 'c', '', '1089/1090/1104', 'pt'),
('chapeus-de-festa', 1106, 0, 'c', '', '1089/1090/1104', 'pt'),
('confete', 1107, 0, 'c', '', '1089/1090/1104', 'pt'),
('fogos-de-artificio', 1108, 0, 'c', '', '1089/1090/1104', 'pt'),
('lanca-confete', 1109, 0, 'c', '', '1089/1090/1104', 'pt'),
('lanca-serpentina', 1110, 0, 'c', '', '1089/1090/1104', 'pt'),
('lingua-de-sogra', 1111, 0, 'c', '', '1089/1090/1104', 'pt'),
('outros-materiais-para-ocasiao', 1112, 0, 'c', '', '1089/1090/1104', 'pt'),
('pacotes-de-variedades-para-materiais-de-ocasiao', 1113, 0, 'c', '', '1089/1090/1104', 'pt'),
('pinhatas', 1114, 0, 'c', '', '1089/1090/1104', 'pt'),
('serpentina-cadeias-de-papel', 1115, 0, 'c', '', '1089/1090/1104', 'pt'),
('pacotes-de-variedades-de-materiais-para-cartoes-de-visita-embalagem-para-presente-ocasioes', 1116, 0, 'c', '', '1089/1090', 'pt'),
('pacotes-de-variedades-para-artigos-de-papelaria-equipamentos-para-escritorio-suprimentos-de-ocasiao', 1117, 0, 'c', '', '1089', 'pt'),
('pacotes-de-variedades-para-artigos-de-papelaria-equipamentos-para-escritorio-suprimentos-de-ocasiao', 1118, 0, 'c', '', '1089/1117', 'pt'),
('papelaria-maquinas-de-escritorio', 1119, 0, 'c', '', '1089', 'pt'),
('acessorios-recursos-equipamentos-para-embalagem-postagem', 1120, 0, 'c', '', '1089/1119', 'pt'),
('abridores-de-carta-eletricos', 1121, 0, 'c', '', '1089/1119/1120', 'pt'),
('abridores-de-cartas-nao-eletricos', 1122, 0, 'c', '', '1089/1119/1120', 'pt'),
('acessorios-para-postagem-embalagem', 1123, 0, 'c', '', '1089/1119/1120', 'pt'),
('balancas-postais-eletricas', 1124, 0, 'c', '', '1089/1119/1120', 'pt'),
('balancas-postais-nao-eletricas', 1125, 0, 'c', '', '1089/1119/1120', 'pt'),
('embalagem-postal', 1126, 0, 'c', '', '1089/1119/1120', 'pt'),
('envelopes-mala-direta', 1127, 0, 'c', '', '1089/1119/1120', 'pt'),
('equipamento-para-carimbo-nao-eletrico', 1128, 0, 'c', '', '1089/1119/1120', 'pt'),
('maquinas-de-franquear', 1129, 0, 'c', '', '1089/1119/1120', 'pt'),
('maquinas-para-etiquetagem-postal', 1130, 0, 'c', '', '1089/1119/1120', 'pt'),
('outros-acessorios-recursos-equipamentos-para-postagem-embalagem', 1131, 0, 'c', '', '1089/1119/1120', 'pt'),
('pacotes-de-variedades-recursos-equipamentos-para-postagem-embalagem', 1132, 0, 'c', '', '1089/1119/1120', 'pt'),
('seladoras-insersoras-pastas-para-cartas', 1133, 0, 'c', '', '1089/1119/1120', 'pt'),
('selos-postais', 1134, 0, 'c', '', '1089/1119/1120', 'pt'),
('tubos-caixas-postais', 1135, 0, 'c', '', '1089/1119/1120', 'pt'),
('artigos-de-papelaria-como-adesivos-ficharios-grampos', 1136, 0, 'c', '', '1089/1119', 'pt'),
('acessorios-para-encadernacao', 1137, 0, 'c', '', '1089/1119/1136', 'pt'),
('artigos-de-papelaria-grampeadores-eletricos', 1138, 0, 'c', '', '1089/1119/1136', 'pt'),
('artigos-de-papelaria-grampeadores-nao-eletricos', 1139, 0, 'c', '', '1089/1119/1136', 'pt'),
('artigos-de-papelaria-grampos', 1140, 0, 'c', '', '1089/1119/1136', 'pt'),
('artigos-de-papelaria-removedores-de-grampo', 1141, 0, 'c', '', '1089/1119/1136', 'pt'),
('artigos-de-papelaria-como-fitas-adesivas', 1142, 0, 'c', '', '1089/1119/1136', 'pt'),
('cola-adesiva-removedores-de-cola', 1143, 0, 'c', '', '1089/1119/1136', 'pt'),
('colas-de-papelaria', 1144, 0, 'c', '', '1089/1119/1136', 'pt'),
('maquinas-de-encadernacao-eletricas', 1145, 0, 'c', '', '1089/1119/1136', 'pt'),
('maquinas-de-encadernacao-nao-eletricas', 1146, 0, 'c', '', '1089/1119/1136', 'pt'),
('outros-artigos-de-papelaria-como-adesivos-ficharios-grampos', 1147, 0, 'c', '', '1089/1119/1136', 'pt'),
('pacotes-de-variedades-para-artigos-de-papelaria-como-adesivos-ficharios-grampos', 1148, 0, 'c', '', '1089/1119/1136', 'pt'),
('artigos-de-papelaria-como-cortadores-aparadores', 1149, 0, 'c', '', '1089/1119', 'pt'),
('fragmentadoras-de-papel-eletricas', 1150, 0, 'c', '', '1089/1119/1149', 'pt'),
('fragmentadoras-de-papel-nao-eletricas', 1151, 0, 'c', '', '1089/1119/1149', 'pt'),
('outros-artigos-de-papelaria-como-cortadores-aparadores', 1152, 0, 'c', '', '1089/1119/1149', 'pt'),
('pacotes-de-variedades-para-artigos-de-papelaria-cortadores-aparadores', 1153, 0, 'c', '', '1089/1119/1149', 'pt'),
('perfuradores-de-papel-eletricos', 1154, 0, 'c', '', '1089/1119/1149', 'pt'),
('perfuradores-de-papel-nao-eletricas', 1155, 0, 'c', '', '1089/1119/1149', 'pt'),
('picotadoras-de-papel', 1156, 0, 'c', '', '1089/1119/1149', 'pt'),
('tesouras-artigos-de-papelaria', 1157, 0, 'c', '', '1089/1119/1149', 'pt'),
('artigos-de-papelaria-para-armazenamento-arquivamento', 1158, 0, 'c', '', '1089/1119', 'pt'),
('acessorios-para-mesa-armazenamento-de-itens-de-papelaria', 1159, 0, 'c', '', '1089/1119/1158', 'pt'),
('acessorios-pecas-de-reposicao-artigos-de-papelaria-para-armazenar-arquivar', 1160, 0, 'c', '', '1089/1119/1158', 'pt'),
('artigos-de-papelaria-para-arquivos-pastas-carteiras', 1161, 0, 'c', '', '1089/1119/1158', 'pt'),
('caixas-registradoras', 1162, 0, 'c', '', '1089/1119/1158', 'pt'),
('capas-de-livros', 1163, 0, 'c', '', '1089/1119/1158', 'pt'),
('estojos-para-lapis-canetas', 1164, 0, 'c', '', '1089/1119/1158', 'pt'),
('outros-artigos-de-papelaria-para-armazenamento-arquivamento', 1165, 0, 'c', '', '1089/1119/1158', 'pt'),
('pacotes-de-variedades-para-artigos-de-papelaria-para-armazenar-arquivar', 1166, 0, 'c', '', '1089/1119/1158', 'pt'),
('artigos-de-papelaria-para-papel-cartao-filme', 1167, 0, 'c', '', '1089/1119', 'pt'),
('artigos-de-papelaria-e-outros-como-papel-cartao-filme', 1168, 0, 'c', '', '1089/1119/1167', 'pt'),
('etiquetas-cupons-rotulos', 1169, 0, 'c', '', '1089/1119/1167', 'pt'),
('formularios-comerciais-papel-pre-impressos', 1170, 0, 'c', '', '1089/1119/1167', 'pt'),
('livros-de-exercicios', 1171, 0, 'c', '', '1089/1119/1167', 'pt'),
('pacotes-de-variedades-para-papel-cartao-filme-para-artigos-de-papelaria.', 1172, 0, 'c', '', '1089/1119/1167', 'pt'),
('papel-cartao-nao-impresso', 1173, 0, 'c', '', '1089/1119/1167', 'pt'),
('transparencias', 1174, 0, 'c', '', '1089/1119/1167', 'pt'),
('audiovisual-fotografia', 1223, 0, 'c', '', '', 'pt'),
('equipamento-de-audiovisual', 1224, 0, 'c', '', '1223', 'pt'),
('acessorios-audiovisuais', 1225, 0, 'c', '', '1223/1224', 'pt'),
('audio-video-portatil', 1247, 0, 'c', '', '1223/1224', 'pt'),
('equipamentos-de-audio-para-casa', 1264, 0, 'c', '', '1223/1224', 'pt'),
('pacotes-de-variedades-para-equipamento-audiovisual', 1283, 0, 'c', '', '1223/1224', 'pt'),
('recebimento-instalacao-de-video', 1284, 0, 'c', '', '1223/1224', 'pt'),
('fotografia-otica', 1310, 0, 'c', '', '1223', 'pt'),
('arte-fotografica', 1311, 0, 'c', '', '1223/1310', 'pt'),
('equipamento-de-impressao-fotografica-quarto-escuro', 1331, 0, 'c', '', '1223/1310', 'pt'),
('otica', 1341, 0, 'c', '', '1223/1310', 'pt'),
('pacotes-de-variedades-para-arte-fotografica-otica', 1349, 0, 'c', '', '1223/1310', 'pt'),
('midia-audiovisual', 1350, 0, 'c', '', '1223', 'pt'),
('conteudo-das-midias-digitais-ou-pre-gravada', 1351, 0, 'c', '', '1223/1350', 'pt'),
('midia-gravavel', 1367, 0, 'c', '', '1223/1350', 'pt'),
('pacotes-de-variedades-de-fotografia-audiovisual', 1377, 0, 'c', '', '1223', 'pt'),
('pacotes-de-variedades-de-fotografia-audiovisual', 1378, 0, 'c', '', '1223/1377', 'pt'),
('produtos-eletronicos-para-carro', 1379, 0, 'c', '', '1223', 'pt'),
('audio-para-carro', 1380, 0, 'c', '', '1223/1379', 'pt'),
('navegacao-video-do-carro', 1393, 0, 'c', '', '1223/1379', 'pt'),
('pacotes-de-variedades-para-produtos-eletronicos-no-carro', 1405, 0, 'c', '', '1223/1379', 'pt'),
('beleza-cuidados-pessoais-higiene', 1406, 0, 'c', '', '', 'pt'),
('cosmeticos-fragrancias', 1407, 0, 'c', '', '1406', 'pt'),
('aromaterapia', 1408, 0, 'c', '', '1406/1407', 'pt'),
('fragrancias', 1416, 0, 'c', '', '1406/1407', 'pt'),
('pacotes-de-variedades-de-cosmeticos-fragrancias', 1423, 0, 'c', '', '1406/1407', 'pt'),
('produtos-cosmeticos', 1425, 0, 'c', '', '1406/1407', 'pt'),
('produtos-cosmeticos-para-cuidados-com-a-unha', 1439, 0, 'c', '', '1406/1407', 'pt'),
('intimidade-pessoal', 1451, 0, 'c', '', '1406', 'pt'),
('acessorios-de-penetracao-eletrico', 1452, 0, 'c', '', '1406/1451', 'pt'),
('acessorios-de-penetracao-nao-eletrico', 1453, 0, 'c', '', '1406/1451', 'pt'),
('dispositivos-de-succao-eletrico', 1454, 0, 'c', '', '1406/1451', 'pt'),
('dispositivos-de-succao-nao-eletrico', 1455, 0, 'c', '', '1406/1451', 'pt'),
('pacotes-de-variedades-para-higiene-cuidados-pessoais-beleza', 1456, 0, 'c', '', '1406', 'pt'),
('pacotes-de-variedades-para-higiene-cuidados-pessoais-beleza', 1457, 0, 'c', '', '1406/1456', 'pt'),
('produtos-capilares', 1458, 0, 'c', '', '1406', 'pt'),
('pacotes-de-variedades-para-produtos-capilares', 1459, 0, 'c', '', '1406/1458', 'pt'),
('produtos-para-cuidados-com-o-cabelo', 1460, 0, 'c', '', '1406/1458', 'pt'),
('produtos-para-remocao-de-pelos', 1476, 0, 'c', '', '1406/1458', 'pt'),
('produtos-para-higiene-pessoal', 1491, 0, 'c', '', '1406', 'pt'),
('bebe', 1492, 0, 'c', '', '1406/1491', 'pt'),
('higiene-bucal', 1499, 0, 'c', '', '1406/1491', 'pt'),
('higiene-feminina-enfermagem', 1511, 0, 'c', '', '1406/1491', 'pt'),
('higiene-pessoal-geral', 1520, 0, 'c', '', '1406/1491', 'pt'),
('incontinencia-adulta', 1528, 0, 'c', '', '1406/1491', 'pt'),
('produtos-para-o-corpo', 1537, 0, 'c', '', '1406', 'pt'),
('massageador-de-banho-tonificante', 1538, 0, 'c', '', '1406/1537', 'pt'),
('massagem-aquecimento-pessoal-eletrico', 1539, 0, 'c', '', '1406/1537', 'pt'),
('massagem-aquecimento-pessoal-nao-eletrico', 1540, 0, 'c', '', '1406/1537', 'pt'),
('outros-tonificantes-massagens-corporais', 1541, 0, 'c', '', '1406/1537', 'pt'),
('pacotes-de-variedades-para-tonificacao-massagem-corporal', 1542, 0, 'c', '', '1406/1537', 'pt'),
('produtos-para-pele', 1545, 0, 'c', '', '1406', 'pt'),
('banho', 1546, 0, 'c', '', '1406/1545', 'pt'),
('cuidados-com-a-pele', 1553, 0, 'c', '', '1406/1545', 'pt'),
('pacotes-de-variedades-de-produtos-para-a-pele', 1569, 0, 'c', '', '1406/1545', 'pt'),
('produtos-para-bronzeamento', 1570, 0, 'c', '', '1406/1545', 'pt'),
('brinquedos-jogos', 1579, 0, 'c', '', '', 'pt'),
('brinquedos-jogos', 1580, 0, 'c', '', '1579', 'pt'),
('acessorios-trajes-a-fantasia', 1581, 0, 'c', '', '1579/1580', 'pt'),
('bonecas-marionetes-bonecos-de-personagens-de-aventura-bichos-de-pelucia', 1587, 0, 'c', '', '1579/1580', 'pt'),
('bonecas-marionetes-bonecos-de-personagens-de-aventura-bichos-de-pelucia-pt', 1594, 0, 'c', '', '1579/1580', 'pt'),
('brinquedos-passeio', 1605, 0, 'c', '', '1579/1580', 'pt'),
('brinquedos-jogos-outros', 1610, 0, 'c', '', '1579/1580', 'pt'),
('produtos-de-jogo-fornecidos-por-servicos', 1670, 0, 'c', '', '1579', 'pt'),
('cartoes-de-raspadinha-e-loteria', 1671, 0, 'c', '', '1579/1670', 'pt'),
('calcados', 1672, 0, 'c', '', '', 'pt'),
('acessorios-para-calcados', 1673, 0, 'c', '', '1672', 'pt'),
('calcados-de-seguranca-e-de-protecao', 1674, 0, 'c', '', '1672', 'pt'),
('calcados-de-uso-geral', 1675, 0, 'c', '', '1672', 'pt'),
('calcados-esportivos', 1676, 0, 'c', '', '1672', 'pt'),
('calcados-para-usar-em-interiores', 1677, 0, 'c', '', '1672', 'pt'),
('combustiveis-gases', 1678, 0, 'c', '', '', 'pt'),
('armazenamento-transferencia-de-combustivel', 1679, 0, 'c', '', '1678', 'pt'),
('armazenamento-de-combustivel', 1680, 0, 'c', '', '1678/1679', 'pt'),
('bombas-de-combustivel', 1683, 0, 'c', '', '1678/1679', 'pt'),
('combustiveis-aditivos', 1686, 0, 'c', '', '1678', 'pt'),
('aditivos-para-combustiveis', 1687, 0, 'c', '', '1678/1686', 'pt'),
('combustiveis-auxiliares-de-ignicao', 1689, 0, 'c', '', '1678/1686', 'pt'),
('combustiveis-pacotes-de-variedades-para-combustivel', 1698, 0, 'c', '', '1678/1686', 'pt'),
('gases-nao-usados-como-combustivel', 1699, 0, 'c', '', '1678', 'pt'),
('gas-dioxido-de-carbono', 1700, 0, 'c', '', '1678/1699', 'pt'),
('gas-helio', 1701, 0, 'c', '', '1678/1699', 'pt'),
('gas-nitrogenio', 1702, 0, 'c', '', '1678/1699', 'pt'),
('gas-oxido-nitrico', 1703, 0, 'c', '', '1678/1699', 'pt'),
('gases-tecnicos-outros', 1704, 0, 'c', '', '1678/1699', 'pt'),
('comunicacoes', 1705, 0, 'c', '', '', 'pt'),
('acessorios-de-comunicacao', 1706, 0, 'c', '', '1705', 'pt'),
('dispositivos-servicos-de-comunicacao-movel', 1707, 0, 'c', '', '1705', 'pt'),
('dispositivos-para-comunicacao-fixa', 1708, 0, 'c', '', '1705', 'pt'),
('pacotes-de-variedades-para-comunicacao', 1709, 0, 'c', '', '1705', 'pt'),
('sinalizacao', 1710, 0, 'c', '', '1705', 'pt'),
('cuidados-alimentacao-para-animais-de-estimacao', 1711, 0, 'c', '', '', 'pt'),
('cuidados-para-animais-de-estimacao', 1712, 0, 'c', '', '1711', 'pt'),
('acessorios-para-animais-de-estimacao', 1713, 0, 'c', '', '1711/1712', 'pt'),
('accessorios-para-terrario-nao-eletrico', 1714, 0, 'c', '', '1711/1712/1713', 'pt'),
('acessorios-recursos-para-controle-adestramento-para-animais-eletricos', 1715, 0, 'c', '', '1711/1712/1713', 'pt'),
('acessorios-recursos-para-aquarios-nao-eletricos', 1716, 0, 'c', '', '1711/1712/1713', 'pt'),
('acessorios-recursos-para-controle-adestramento-de-animais-nao-eletricos', 1717, 0, 'c', '', '1711/1712/1713', 'pt'),
('aquario-viveiro', 1718, 0, 'c', '', '1711/1712/1713', 'pt'),
('brinquedos-para-animais-de-estimacao-eletricos', 1719, 0, 'c', '', '1711/1712/1713', 'pt'),
('brinquedos-para-animais-de-estimacao-nao-eletricos', 1720, 0, 'c', '', '1711/1712/1713', 'pt'),
('cama-casa-para-animais-de-estimacao-descartaveis', 1721, 0, 'c', '', '1711/1712/1713', 'pt'),
('casa-cama-para-animais-de-estimacao-nao-descartaveis', 1722, 0, 'c', '', '1711/1712/1713', 'pt'),
('comedouro-bebedouro-para-animais-de-estimacao-eletricos', 1723, 0, 'c', '', '1711/1712/1713', 'pt'),
('outros-acessorios-para-animais-de-estimacao', 1724, 0, 'c', '', '1711/1712/1713', 'pt'),
('pacotes-de-variedades-de-acessorios-para-animais-de-estimacao', 1725, 0, 'c', '', '1711/1712/1713', 'pt'),
('roupas-para-animais-de-estimacao', 1726, 0, 'c', '', '1711/1712/1713', 'pt'),
('higiene-e-bem-estar-dos-animais-de-estimacao', 1727, 0, 'c', '', '1711/1712', 'pt'),
('outros-produtos-para-higiene-bem-estar-dos-animais', 1728, 0, 'c', '', '1711/1712/1727', 'pt'),
('pacotes-de-variedades-para-higiene-bem-estar-do-animal-de-estimacao', 1729, 0, 'c', '', '1711/1712/1727', 'pt'),
('protecao-sanitaria-higiene-dos-animais-de-estimacao', 1730, 0, 'c', '', '1711/1712/1727', 'pt'),
('recursos-para-higiene-dos-animais-de-estimacao', 1731, 0, 'c', '', '1711/1712/1727', 'pt'),
('pacotes-de-variedades-para-cuidados-com-os-animais-de-estimacao', 1732, 0, 'c', '', '1711/1712', 'pt'),
('suplementos-alimentares-remedios-para-animais-de-estimacao', 1733, 0, 'c', '', '1711/1712', 'pt'),
('outros-suplementos-nutricionais-para-animais-de-estimacao', 1734, 0, 'c', '', '1711/1712/1733', 'pt'),
('pacotes-de-suplementos-nutricionais-variados-para-animais-de-estimacao', 1735, 0, 'c', '', '1711/1712/1733', 'pt'),
('suplementos-alimentares-para-animais-de-estimacao', 1736, 0, 'c', '', '1711/1712/1733', 'pt'),
('tratamento-contra-parasitas-nos-animais-de-estimacao', 1737, 0, 'c', '', '1711/1712/1733', 'pt'),
('pacotes-de-variedades-para-racao-cuidados-com-os-animais-de-estimacao', 1738, 0, 'c', '', '1711', 'pt'),
('pacotes-de-variedades-para-racao-cuidados-com-os-animais-de-estimacao', 1739, 0, 'c', '', '1711/1738', 'pt'),
('racao-bebidas-para-animais-de-estimacao', 1740, 0, 'c', '', '1711', 'pt'),
('bebidas-para-animais-de-estimacao', 1741, 0, 'c', '', '1711/1740', 'pt'),
('bebidas-para-animais-de-estimacao-congeladas', 1742, 0, 'c', '', '1711/1740/1741', 'pt'),
('bebidas-para-animais-de-estimacao-nao-perecivel', 1743, 0, 'c', '', '1711/1740/1741', 'pt'),
('bebidas-para-animais-de-estimacao-pereciveis', 1744, 0, 'c', '', '1711/1740/1741', 'pt'),
('pacotes-de-variedades-para-racao-bebidas-para-animais-de-estimacao', 1745, 0, 'c', '', '1711/1740', 'pt'),
('racao', 1746, 0, 'c', '', '1711/1740', 'pt'),
('guloseimas-condimentos-para-animais-de-estimacao-produtos-comestiveis-complementares', 1747, 0, 'c', '', '1711/1740/1746', 'pt'),
('guloseimas-condimentos-para-animais-de-estimacao-produtos-comestiveis-complementares-congelado', 1748, 0, 'c', '', '1711/1740/1746', 'pt'),
('guloseimas-condimentos-para-animais-de-estimacao-produtos-comestiveis-complementares-pereciveis', 1749, 0, 'c', '', '1711/1740/1746', 'pt'),
('racao-congelada', 1750, 0, 'c', '', '1711/1740/1746', 'pt'),
('racao-nao-perecivel', 1751, 0, 'c', '', '1711/1740/1746', 'pt'),
('racao-perecivel', 1752, 0, 'c', '', '1711/1740/1746', 'pt'),
('culturas', 1753, 0, 'c', '', '', 'pt'),
('culturas-nao-destinadas-a-alimentos-ou-racoes-animais-e-peixes', 1754, 0, 'c', '', '1753', 'pt'),
('culturas-para-a-producao-de-fibras-naturais-e-resinas-fibras-cultivadas', 1755, 0, 'c', '', '1753/1754', 'pt'),
('arbustos-de-bambu-bambuseae', 1756, 0, 'c', '', '1753/1754/1755', 'pt'),
('arvores-kyenkyen-upas-antiaris-africana', 1757, 0, 'c', '', '1753/1754/1755', 'pt'),
('juteshrubs-corchorus', 1758, 0, 'c', '', '1753/1754/1755', 'pt'),
('linhaca-linum-usitatissimum', 1759, 0, 'c', '', '1753/1754/1755', 'pt'),
('linhaca-indiana-abroma-augustum', 1760, 0, 'c', '', '1753/1754/1755', 'pt'),
('outras-plantas-de-canhamo-agave-agave-letonae', 1761, 0, 'c', '', '1753/1754/1755', 'pt'),
('palmeiras-de-rafia-raphia-farinifera', 1762, 0, 'c', '', '1753/1754/1755', 'pt'),
('palmeiras-de-vime-calamus-rotang', 1763, 0, 'c', '', '1753/1754/1755', 'pt'),
('plantas-de-algodao-gossypium-hirsutum', 1764, 0, 'c', '', '1753/1754/1755', 'pt'),
('plantas-de-algodao-da-ilha-do-mar-gossypium-barbadense', 1765, 0, 'c', '', '1753/1754/1755', 'pt'),
('plantas-de-canhamo-cannabis-sativa', 1766, 0, 'c', '', '1753/1754/1755', 'pt'),
('plantas-de-canhamo-da-mauritania-furcraea-foetida', 1767, 0, 'c', '', '1753/1754/1755', 'pt'),
('plantas-de-canhamo-roselle-hibiscus-sabdariffa-var.-altissima', 1768, 0, 'c', '', '1753/1754/1755', 'pt'),
('plantas-de-fibra-de-aramina-musa-textilis', 1769, 0, 'c', '', '1753/1754/1755', 'pt'),
('plantas-de-juta-da-china-abutilon-avicennae', 1770, 0, 'c', '', '1753/1754/1755', 'pt'),
('plantas-de-juta-do-congo-urena-lobata', 1771, 0, 'c', '', '1753/1754/1755', 'pt'),
('plantas-de-pita-agave-americana', 1772, 0, 'c', '', '1753/1754/1755', 'pt'),
('plantas-de-rami-boehmeria-nivea', 1773, 0, 'c', '', '1753/1754/1755', 'pt'),
('plantas-de-urtiga-urtica-dioica', 1774, 0, 'c', '', '1753/1754/1755', 'pt');
INSERT INTO `partiushop_seo_names` (`name`, `object_id`, `company_id`, `type`, `dispatch`, `path`, `lang_code`) VALUES
('plantas-henequen-agave-fourcroydes', 1775, 0, 'c', '', '1753/1754/1755', 'pt'),
('plantas-kenaf-hibiscus-cannabinus', 1776, 0, 'c', '', '1753/1754/1755', 'pt'),
('plantas-maguey-agave-cantala', 1777, 0, 'c', '', '1753/1754/1755', 'pt'),
('plantas-simples-ou-tampico-agave-lecheguilla', 1778, 0, 'c', '', '1753/1754/1755', 'pt'),
('sisalplants-agave-sisalane', 1779, 0, 'c', '', '1753/1754/1755', 'pt'),
('sumauma-ceiba-pentandra', 1780, 0, 'c', '', '1753/1754/1755', 'pt'),
('culturas-para-producao-de-latex-culturas-de-latex', 1781, 0, 'c', '', '1753/1754', 'pt'),
('arvores-de-guta-percha-palaquium-sp.', 1782, 0, 'c', '', '1753/1754/1781', 'pt'),
('plantas-asafoetida-ferula-assa-foetida', 1783, 0, 'c', '', '1753/1754/1781', 'pt'),
('plantas-de-guayule-parthenium-argentatum', 1784, 0, 'c', '', '1753/1754/1781', 'pt'),
('plantas-leao-russas-taraxacum-kok-saghyz', 1785, 0, 'c', '', '1753/1754/1781', 'pt'),
('seringueira-hevea-brasiliensis', 1786, 0, 'c', '', '1753/1754/1781', 'pt'),
('culturas-para-producao-de-pigmentos-resinas-e-ceras-naturais', 1787, 0, 'c', '', '1753/1754', 'pt'),
('arbustos-de-aroeira-pistacia-lentiscus', 1788, 0, 'c', '', '1753/1754/1787', 'pt'),
('arbustos-de-vassoura-de-tintureiros-genista-tinctoria', 1789, 0, 'c', '', '1753/1754/1787', 'pt'),
('arvore-palmeiras-de-cera-ceroxylon-quindiuense', 1790, 0, 'c', '', '1753/1754/1787', 'pt'),
('arvore-senegal-rosewood-pterocarpus-erinaceus', 1791, 0, 'c', '', '1753/1754/1787', 'pt'),
('arvore-turpentine-pistacia-terebinthus', 1792, 0, 'c', '', '1753/1754/1787', 'pt'),
('arvores-balsam-fir-abies-balsamea', 1793, 0, 'c', '', '1753/1754/1787', 'pt'),
('arvores-de-agar-agar-aquilaria-malaccensis', 1794, 0, 'c', '', '1753/1754/1787', 'pt'),
('arvores-de-balsamo-do-peru-myroxylon-balsamum', 1795, 0, 'c', '', '1753/1754/1787', 'pt'),
('arvores-de-goma-arabica-acacia-senegal', 1796, 0, 'c', '', '1753/1754/1787', 'pt'),
('arvores-de-hena-lawsonia-inermis', 1797, 0, 'c', '', '1753/1754/1787', 'pt'),
('arvores-de-labdanum-cistus-ladanifer', 1798, 0, 'c', '', '1753/1754/1787', 'pt'),
('arvores-kamala-mallotus-philippensis', 1799, 0, 'c', '', '1753/1754/1787', 'pt'),
('arvores-olibanum-boswellia', 1800, 0, 'c', '', '1753/1754/1787', 'pt'),
('arvores-styrax-styrax-benzoin', 1801, 0, 'c', '', '1753/1754/1787', 'pt'),
('betula-africana-anogeissus-leiocarpa', 1802, 0, 'c', '', '1753/1754/1787', 'pt'),
('calendula-mexicana-tagetes-erecta', 1803, 0, 'c', '', '1753/1754/1787', 'pt'),
('plantas-galbanum-ferula-gummosa', 1804, 0, 'c', '', '1753/1754/1787', 'pt'),
('plantas-indigo-indigofera-tinctoria', 1805, 0, 'c', '', '1753/1754/1787', 'pt'),
('plantas-mais-maduras-rubia-tinctorum', 1806, 0, 'c', '', '1753/1754/1787', 'pt'),
('tara-caesalpinia-spinosa', 1807, 0, 'c', '', '1753/1754/1787', 'pt'),
('plantas-nao-toxicas-para-medicamentos-e-oleos-essenciais', 1808, 0, 'c', '', '1753/1754', 'pt'),
('adonis-da-primavera-adonis-vernalis', 1809, 0, 'c', '', '1753/1754/1808', 'pt'),
('amio-maior-ammi', 1810, 0, 'c', '', '1753/1754/1808', 'pt'),
('arnica-arnica-montana', 1811, 0, 'c', '', '1753/1754/1808', 'pt'),
('arruda-siria-peganum-harmala', 1812, 0, 'c', '', '1753/1754/1808', 'pt'),
('artemisia-artemisia-annua', 1813, 0, 'c', '', '1753/1754/1808', 'pt'),
('artemisia-africana-artemisia-afra', 1814, 0, 'c', '', '1753/1754/1808', 'pt'),
('artemisia-comum-artemisia-arborescens', 1815, 0, 'c', '', '1753/1754/1808', 'pt'),
('asaro-asarum-europaeum', 1816, 0, 'c', '', '1753/1754/1808', 'pt'),
('balsamita-tanacetum-balsamita', 1817, 0, 'c', '', '1753/1754/1808', 'pt'),
('batata-de-purga-ipomoea-purga', 1818, 0, 'c', '', '1753/1754/1808', 'pt'),
('boronia-boronia', 1819, 0, 'c', '', '1753/1754/1808', 'pt'),
('brionia-branca-bryonia-alba', 1820, 0, 'c', '', '1753/1754/1808', 'pt'),
('buchu-agathosma', 1821, 0, 'c', '', '1753/1754/1808', 'pt'),
('cabreuva-myrocarpus-frondosus', 1822, 0, 'c', '', '1753/1754/1808', 'pt'),
('calaminta-clinopodium-nepeta', 1823, 0, 'c', '', '1753/1754/1808', 'pt'),
('camedrio-teucrium-chamaedrys', 1824, 0, 'c', '', '1753/1754/1808', 'pt'),
('camomila-romana-chamaemelum-nobile', 1825, 0, 'c', '', '1753/1754/1808', 'pt'),
('canforeira-cinnamomum-camphora', 1826, 0, 'c', '', '1753/1754/1808', 'pt'),
('capim-vetiver-chrysopogon-zizanioides', 1827, 0, 'c', '', '1753/1754/1808', 'pt'),
('cassia-imperial-cassia-sieberiana', 1828, 0, 'c', '', '1753/1754/1808', 'pt'),
('cedro-vermelho-juniperus-virginiana', 1829, 0, 'c', '', '1753/1754/1808', 'pt'),
('chocho-lupinus-mutabilis', 1830, 0, 'c', '', '1753/1754/1808', 'pt'),
('coca-erythroxylum-coca', 1831, 0, 'c', '', '1753/1754/1808', 'pt'),
('copaiba-copaifera-langsdorffii', 1832, 0, 'c', '', '1753/1754/1808', 'pt'),
('croton-croton-tiglium', 1833, 0, 'c', '', '1753/1754/1808', 'pt'),
('dictamo-branco-dictamnus-albus', 1834, 0, 'c', '', '1753/1754/1808', 'pt'),
('erva-curry-helichrysum-italicum', 1835, 0, 'c', '', '1753/1754/1808', 'pt'),
('erva-de-santa-maria-dysphania-ambrosioides', 1836, 0, 'c', '', '1753/1754/1808', 'pt'),
('erva-de-sao-joao-hypericum-perforatum', 1837, 0, 'c', '', '1753/1754/1808', 'pt'),
('ervilhaca-de-leite-astragalus', 1838, 0, 'c', '', '1753/1754/1808', 'pt'),
('escamonea-asiatica-convolvulus-scammonia', 1839, 0, 'c', '', '1753/1754/1808', 'pt'),
('eucalipto-eucalyptus-sp.', 1840, 0, 'c', '', '1753/1754/1808', 'pt'),
('folha-de-baunilha-achlys-triphylla', 1841, 0, 'c', '', '1753/1754/1808', 'pt'),
('ginkgo-biloba-ginkgo-biloba', 1842, 0, 'c', '', '1753/1754/1808', 'pt'),
('iberis-iberis', 1843, 0, 'c', '', '1753/1754/1808', 'pt'),
('ilangue-ilangue-cananga-odorata', 1844, 0, 'c', '', '1753/1754/1808', 'pt'),
('ipeca-carapichea-ipecacuanha', 1845, 0, 'c', '', '1753/1754/1808', 'pt'),
('iuca-yucca', 1846, 0, 'c', '', '1753/1754/1808', 'pt'),
('jambu-acmella-oleracea', 1847, 0, 'c', '', '1753/1754/1808', 'pt'),
('jojoba-simmondsia-chinensis', 1848, 0, 'c', '', '1753/1754/1808', 'pt'),
('kosso-pterocarpus-erinaceus', 1849, 0, 'c', '', '1753/1754/1808', 'pt'),
('kunzea-kunzea', 1850, 0, 'c', '', '1753/1754/1808', 'pt'),
('lavanda-inglesa-lavandula-angustifolia', 1851, 0, 'c', '', '1753/1754/1808', 'pt'),
('liquen-de-usnea-usnea', 1852, 0, 'c', '', '1753/1754/1808', 'pt'),
('litsea-cubeba-litsea-cubeba', 1853, 0, 'c', '', '1753/1754/1808', 'pt'),
('madorneira-artemisia-maritima', 1854, 0, 'c', '', '1753/1754/1808', 'pt'),
('mamona-ricinus-communis', 1855, 0, 'c', '', '1753/1754/1808', 'pt'),
('marroio-de-agua-lycopus-europaeus', 1856, 0, 'c', '', '1753/1754/1808', 'pt'),
('melaleuca-melaleuca-sp.', 1857, 0, 'c', '', '1753/1754/1808', 'pt'),
('melancieira-citrullus-colocynthis', 1858, 0, 'c', '', '1753/1754/1808', 'pt'),
('mil-folhas-achillea-millefolium', 1859, 0, 'c', '', '1753/1754/1808', 'pt'),
('musgo-de-carvalho-evernia-prunastri', 1860, 0, 'c', '', '1753/1754/1808', 'pt'),
('nardo-nardostachys-jatamansi', 1861, 0, 'c', '', '1753/1754/1808', 'pt'),
('palo-santo-bulnesia-sarmientoi', 1862, 0, 'c', '', '1753/1754/1808', 'pt'),
('patchouli-pogostemon-cablin', 1863, 0, 'c', '', '1753/1754/1808', 'pt'),
('primula-oenothera-fruticosa', 1864, 0, 'c', '', '1753/1754/1808', 'pt'),
('psylium-plantago-ovata', 1865, 0, 'c', '', '1753/1754/1808', 'pt'),
('quina-cinchona', 1866, 0, 'c', '', '1753/1754/1808', 'pt'),
('rauvolfia-rauvolfia-serpentina', 1867, 0, 'c', '', '1753/1754/1808', 'pt'),
('ravensara-ravensara-aromatica', 1868, 0, 'c', '', '1753/1754/1808', 'pt'),
('rosa-damascena-rosa-damascena', 1869, 0, 'c', '', '1753/1754/1808', 'pt'),
('sabina-juniperus-sabina', 1870, 0, 'c', '', '1753/1754/1808', 'pt'),
('salsaparrilha-smilax', 1871, 0, 'c', '', '1753/1754/1808', 'pt'),
('samambaia-masculina-dryopteris-filix-mas', 1872, 0, 'c', '', '1753/1754/1808', 'pt'),
('santonica-artemisia-cina', 1873, 0, 'c', '', '1753/1754/1808', 'pt'),
('trombeterira-scopolia-carniolica', 1874, 0, 'c', '', '1753/1754/1808', 'pt'),
('tuia-vulgar-thuja-occidentalis', 1875, 0, 'c', '', '1753/1754/1808', 'pt'),
('udjong-atup-baeckea-frutescens', 1876, 0, 'c', '', '1753/1754/1808', 'pt'),
('valeriana-valeriana-officinalis', 1877, 0, 'c', '', '1753/1754/1808', 'pt'),
('vara-de-ouro-solidago', 1878, 0, 'c', '', '1753/1754/1808', 'pt'),
('verbena-verbena', 1879, 0, 'c', '', '1753/1754/1808', 'pt'),
('yohimbe-pausinystalia-johimbe', 1880, 0, 'c', '', '1753/1754/1808', 'pt'),
('plantas-toxicas-para-medicamentos', 1881, 0, 'c', '', '1753/1754', 'pt'),
('culturas-para-producao-de-alimentos', 1902, 0, 'c', '', '1753', 'pt'),
('caules-comestiveis', 1903, 0, 'c', '', '1753/1902', 'pt'),
('cogumelos-comestiveis', 1912, 0, 'c', '', '1753/1902', 'pt'),
('culturas-comestiveis-de-leguminosas', 1925, 0, 'c', '', '1753/1902', 'pt'),
('culturas-comestiveis-de-pomoideas', 1957, 0, 'c', '', '1753/1902', 'pt'),
('culturas-de-acucar', 1967, 0, 'c', '', '1753/1902', 'pt'),
('grama-e-outras-culturas-para-racao-animal-ou-para-melhoria-do-solo', 2499, 0, 'c', '', '1753', 'pt'),
('culturas-cruciferae', 2500, 0, 'c', '', '1753/2499', 'pt'),
('culturas-leguminosas', 2507, 0, 'c', '', '1753/2499', 'pt'),
('graminoides-gramineas', 2571, 0, 'c', '', '1753/2499', 'pt'),
('outras-culturas-de-alimento', 2643, 0, 'c', '', '1753/2499', 'pt'),
('eletrodomesticos-pt', 2658, 0, 'c', '', '', 'pt'),
('eletrodomesticos-pequenos', 2659, 0, 'c', '', '2658', 'pt'),
('aparelhos-para-cozimento-aquecimento', 2660, 0, 'c', '', '2658/2659', 'pt'),
('aparelhos-portateis-para-controle-do-ar', 2691, 0, 'c', '', '2658/2659', 'pt'),
('aparelhos-utensilios-de-limpeza', 2703, 0, 'c', '', '2658/2659', 'pt'),
('dispensadores-pequenos-de-agua', 2720, 0, 'c', '', '2658/2659', 'pt'),
('eletrodomesticos-pequenos-outros', 2723, 0, 'c', '', '2658/2659', 'pt'),
('principais-eletrodomesticos', 2771, 0, 'c', '', '2658', 'pt'),
('aparelhos-para-aquecimento', 2772, 0, 'c', '', '2658/2771', 'pt'),
('aparelhos-para-compactar-eliminar-residuos', 2777, 0, 'c', '', '2658/2771', 'pt'),
('eletrodomesticos-de-lavagem-na-cozinha', 2782, 0, 'c', '', '2658/2771', 'pt'),
('eletrodomesticos-para-refrigeracao-congelamento', 2786, 0, 'c', '', '2658/2771', 'pt'),
('principais-dispensers-de-agua', 2796, 0, 'c', '', '2658/2771', 'pt'),
('encanamento-aquecimento-ventilacao-ar-condicionado', 2813, 0, 'c', '', '', 'pt'),
('abastecimento-de-agua-gas-aquecimento-central', 2814, 0, 'c', '', '2813', 'pt'),
('acessorios-para-banheiro', 2815, 0, 'c', '', '2813', 'pt'),
('armazenamento-tratamento-de-agua', 2816, 0, 'c', '', '2813', 'pt'),
('dispositivos-de-prevencao-contra-refluxo', 2817, 0, 'c', '', '2813', 'pt'),
('encanamento-aquecimento-ventilacao-ar-condicionado', 2818, 0, 'c', '', '2813', 'pt'),
('equipamentos-de-aquecimento', 2819, 0, 'c', '', '2813', 'pt'),
('equipamentos-de-ventilacao-refrigeracao-condicionamento-de-ar', 2820, 0, 'c', '', '2813', 'pt'),
('equipamentos-para-residuos-esgoto', 2821, 0, 'c', '', '2813', 'pt'),
('loucas-sanitarias', 2822, 0, 'c', '', '2813', 'pt'),
('pacotes-de-variedade-de-encanamento-aquecimento-ventilacao-condicionamento-de-ar', 2823, 0, 'c', '', '2813', 'pt'),
('saude-e-bem-estar', 2824, 0, 'c', '', '2813', 'pt'),
('equipamentos-esportivos', 2825, 0, 'c', '', '', 'pt'),
('equipamentos-esportivos', 2826, 0, 'c', '', '2825', 'pt'),
('acessorios-para-equipamentos-esportivos', 2827, 0, 'c', '', '2825/2826', 'pt'),
('bastao-de-polo-taco-de-bilhar-taco-de-golfe-taco-de-hoquei-bastao-de-baseball', 2842, 0, 'c', '', '2825/2826', 'pt'),
('outros-tacos-de-golfe-tacos-de-hoquei-bastao-de-baseball', 2843, 0, 'c', '', '2825/2826/2842', 'pt'),
('tacos-de-golfe-bastao-de-hoquei-taco-de-baseball', 2844, 0, 'c', '', '2825/2826/2842', 'pt'),
('bolas-esportivas-discos-de-borracha-vulcanizada-petecas-frisbees-bumerangues', 2845, 0, 'c', '', '2825/2826', 'pt'),
('bolas-esportivas', 2846, 0, 'c', '', '2825/2826/2845', 'pt'),
('bumerangues', 2847, 0, 'c', '', '2825/2826/2845', 'pt'),
('discos-de-borracha-vulcanizada-empregados-no-hoquei-no-gelo', 2848, 0, 'c', '', '2825/2826/2845', 'pt'),
('frisbees-discos-feitos-de-plastico', 2849, 0, 'c', '', '2825/2826/2845', 'pt'),
('outrras-bolas-esportivas-discos-de-borracha-vulcanizada-petecas-frisbees-bumerangues', 2850, 0, 'c', '', '2825/2826/2845', 'pt'),
('pacotes-de-variedades-para-bolas-esportivas-discos-de-borracha-vulcanizada-petecas-frisbees-bumerangues', 2851, 0, 'c', '', '2825/2826/2845', 'pt'),
('petecas', 2852, 0, 'c', '', '2825/2826/2845', 'pt'),
('equipamento-esportivo-para-ciclismo', 2853, 0, 'c', '', '2825/2826', 'pt'),
('equipamento-esportivo-para-protecao-pessoal', 2861, 0, 'c', '', '2825/2826', 'pt'),
('exercitadores-transporte-de-bebes', 2980, 0, 'c', '', '2825', 'pt'),
('acessorios-para-carrinhos-de-bebe', 2981, 0, 'c', '', '2825/2980', 'pt'),
('andadores', 2982, 0, 'c', '', '2825/2980', 'pt'),
('bercos', 2983, 0, 'c', '', '2825/2980', 'pt'),
('bercos-portateis-para-viagem', 2984, 0, 'c', '', '2825/2980', 'pt'),
('cadeiras-de-balanco-para-bebes', 2985, 0, 'c', '', '2825/2980', 'pt'),
('equipamentos-para-oficina-armazenagem-de-ferramentas', 2992, 0, 'c', '', '', 'pt'),
('armazenamento-de-ferramentas', 2993, 0, 'c', '', '2992', 'pt'),
('assistencia-oficina', 2994, 0, 'c', '', '2992', 'pt'),
('ferramentas-equipamentos-eletricos', 2995, 0, 'c', '', '', 'pt'),
('ferramentas-eletricas-equipamentos-de-manuseio-elevacao', 2996, 0, 'c', '', '2995', 'pt'),
('ferramentas-eletricas-imoveis-bancada', 2997, 0, 'c', '', '2995', 'pt'),
('ferramentas-eletricas-portateis', 2998, 0, 'c', '', '2995', 'pt'),
('militar-equipamento-especializado-de-engenharia-motorizado', 2999, 0, 'c', '', '2995', 'pt'),
('pacotes-de-variedade-de-ferramentas-eletricas', 3000, 0, 'c', '', '2995', 'pt'),
('ferramentas-equipamentos-manuais', 3001, 0, 'c', '', '', 'pt'),
('brocas-nao-eletricas', 3002, 0, 'c', '', '3001', 'pt'),
('chaves', 3003, 0, 'c', '', '3001', 'pt'),
('chaves-de-fenda', 3004, 0, 'c', '', '3001', 'pt'),
('cinzeis-sulcos', 3005, 0, 'c', '', '3001', 'pt'),
('demolicao-remocao', 3006, 0, 'c', '', '3001', 'pt'),
('equipamento-de-transporte-elevacao-escalada', 3007, 0, 'c', '', '3001', 'pt'),
('esmeril-afiadoras-raspadeiras', 3008, 0, 'c', '', '3001', 'pt'),
('facas-nao-eletricas', 3009, 0, 'c', '', '3001', 'pt'),
('ferramentas-de-canos-tubos', 3010, 0, 'c', '', '3001', 'pt'),
('ferramentas-de-corte-de-metal-pincas-alicates', 3011, 0, 'c', '', '3001', 'pt'),
('ferramentas-de-marcacao-nivelamento-medicao', 3012, 0, 'c', '', '3001', 'pt'),
('ferramentas-de-telha-vidro-alvenaria', 3013, 0, 'c', '', '3001', 'pt'),
('informatica', 3028, 0, 'c', '', '', 'pt'),
('acessorios-para-computador-video-game', 3029, 0, 'c', '', '3028', 'pt'),
('componentes-para-computadores', 3030, 0, 'c', '', '3028', 'pt'),
('computador-software-para-video-game', 3031, 0, 'c', '', '3028', 'pt'),
('computadores', 3032, 0, 'c', '', '3028', 'pt'),
('consoles-de-videogame', 3033, 0, 'c', '', '3028', 'pt'),
('dispositivos-de-entrada-para-computador-controle-para-video-games', 3034, 0, 'c', '', '3028', 'pt'),
('drives-de-computador', 3035, 0, 'c', '', '3028', 'pt'),
('equipamentos-para-rede-de-computador', 3036, 0, 'c', '', '3028', 'pt'),
('pacotes-de-variedades-para-computadores-video-games', 3037, 0, 'c', '', '3028', 'pt'),
('perifericos-video-game', 3038, 0, 'c', '', '3028', 'pt'),
('ligacoes-eletricas', 3039, 0, 'c', '', '', 'pt'),
('aparelhos-eletricos-gerais', 3040, 0, 'c', '', '3039', 'pt'),
('cabos-extensao-para-fonte-de-energia', 3041, 0, 'c', '', '3039/3040', 'pt'),
('fio-terra-conexao', 3042, 0, 'c', '', '3039/3040', 'pt'),
('multimetros', 3043, 0, 'c', '', '3039/3040', 'pt'),
('placas-para-interruptores-eletricos', 3044, 0, 'c', '', '3039/3040', 'pt'),
('puxadores-de-cabos-fios', 3045, 0, 'c', '', '3039/3040', 'pt'),
('componentes-eletronicos-para-comunicacao', 3047, 0, 'c', '', '3039', 'pt'),
('acessorios-para-circuitos-eletronicos', 3048, 0, 'c', '', '3039/3047', 'pt'),
('circuitos-integrados-circuitos-montados', 3049, 0, 'c', '', '3039/3047', 'pt'),
('componentes-discretos', 3050, 0, 'c', '', '3039/3047', 'pt'),
('conexao-distribuicao-de-energia-eletrica', 3051, 0, 'c', '', '3039', 'pt'),
('baterias-carregadores', 3052, 0, 'c', '', '3039/3051', 'pt'),
('conexao-eletrica', 3057, 0, 'c', '', '3039/3051', 'pt'),
('distribuicao-eletrica', 3062, 0, 'c', '', '3039/3051', 'pt'),
('fiacao-cabeamento-eletrico', 3077, 0, 'c', '', '3039', 'pt'),
('cabos-eletricos', 3078, 0, 'c', '', '3039/3077', 'pt'),
('controle-gestao-de-cabeamento-fiacao', 3083, 0, 'c', '', '3039/3077', 'pt'),
('fiacao-eletrica', 3091, 0, 'c', '', '3039/3077', 'pt'),
('iluminacao-eletrica', 3094, 0, 'c', '', '3039', 'pt'),
('acessorios-de-iluminacao-eletrica', 3095, 0, 'c', '', '3039/3094', 'pt'),
('componentes-para-controle-de-iluminacao-eletrica', 3101, 0, 'c', '', '3039/3094', 'pt'),
('iluminacao-eletrica-outros', 3105, 0, 'c', '', '3039/3094', 'pt'),
('iluminacao-eletrica-portatil', 3106, 0, 'c', '', '3039/3094', 'pt'),
('iluminacao-lampadas-incandescentes-lampadas-eletricas', 3110, 0, 'c', '', '3039/3094', 'pt'),
('lubrificantes', 3116, 0, 'c', '', '', 'pt'),
('armazenamento-transferencia-de-compostos-de-protecao-lubrificantes', 3117, 0, 'c', '', '3116', 'pt'),
('armazenamento-de-compostos-de-protecao-lubrificantes', 3118, 0, 'c', '', '3116/3117', 'pt'),
('oleo-lubrificante-bombas-de-fluidos', 3122, 0, 'c', '', '3116/3117', 'pt'),
('oleo-lubrificante-bombas-de-fluidos-alimentadas', 3123, 0, 'c', '', '3116/3117/3122', 'pt'),
('oleo-lubrificante-bombas-de-fluidos-nao-alimentadas', 3124, 0, 'c', '', '3116/3117/3122', 'pt'),
('lubrificantes-compostos-de-protecao', 3125, 0, 'c', '', '3116', 'pt'),
('compostos-de-protecao', 3126, 0, 'c', '', '3116/3125', 'pt'),
('pacotes-de-variedade-de-compostos-de-protecao-lubrificantes', 3131, 0, 'c', '', '3116/3125', 'pt'),
('produtos-lubrificantes', 3132, 0, 'c', '', '3116/3125', 'pt'),
('pacotes-de-variedade-de-lubrificantes', 3137, 0, 'c', '', '3116', 'pt'),
('pacotes-de-variedade-de-lubrificantes', 3138, 0, 'c', '', '3116/3137', 'pt'),
('materiais-de-referencia-impressos-textuais', 3139, 0, 'c', '', '', 'pt'),
('livros', 3140, 0, 'c', '', '3139', 'pt'),
('mapas', 3141, 0, 'c', '', '3139', 'pt'),
('pacotes-de-variedade-de-materiais-de-referencia-impressos-textuais', 3142, 0, 'c', '', '3139', 'pt'),
('periodicos', 3143, 0, 'c', '', '3139', 'pt'),
('materias-primas-nao-alimentos', 3144, 0, 'c', '', '', 'pt'),
('materia-prima-formada', 3145, 0, 'c', '', '3144', 'pt'),
('material-reciclado-renovavel', 3146, 0, 'c', '', '3144/3145', 'pt'),
('materia-prima-formada', 3156, 0, 'c', '', '3144/3145', 'pt'),
('materia-prima-nao-formada', 3166, 0, 'c', '', '3144', 'pt'),
('aco-nao-formado', 3167, 0, 'c', '', '3144/3166', 'pt'),
('aluminio-nao-formado', 3168, 0, 'c', '', '3144/3166', 'pt'),
('cobre-nao-formado', 3169, 0, 'c', '', '3144/3166', 'pt'),
('ferro-nao-formado', 3170, 0, 'c', '', '3144/3166', 'pt'),
('madeira-nao-formada', 3171, 0, 'c', '', '3144/3166', 'pt'),
('mobiliario-domestico-para-escritorio', 3177, 0, 'c', '', '', 'pt'),
('mobiliario-decorativo', 3178, 0, 'c', '', '3177', 'pt'),
('bandeiras-bandeiras-decorativas-acessorios', 3179, 0, 'c', '', '3177/3178', 'pt'),
('bandeiras-banners-decorativos', 3180, 0, 'c', '', '3177/3178', 'pt'),
('imagens-espelhos-molduras', 3181, 0, 'c', '', '3177/3178', 'pt'),
('ornamentos', 3189, 0, 'c', '', '3177/3178', 'pt'),
('pacotes-de-variedades-para-mobiliario-decorativo', 3204, 0, 'c', '', '3177/3178', 'pt'),
('mobiliario-em-tecido-textil', 3209, 0, 'c', '', '3177', 'pt'),
('moveis-de-tecido-para-casa-escritorio', 3210, 0, 'c', '', '3177/3209', 'pt'),
('pacotes-de-variedades-para-tecido', 3227, 0, 'c', '', '3177/3209', 'pt'),
('roupa-de-cama', 3228, 0, 'c', '', '3177/3209', 'pt'),
('moveis-e-artigos-mobiliarios-para-casa-e-escritorio', 3239, 0, 'c', '', '3177', 'pt'),
('assentos-domesticos-para-bebes', 3240, 0, 'c', '', '3177/3239', 'pt'),
('assentos-para-bebes-outros', 3241, 0, 'c', '', '3177/3239/3240', 'pt'),
('assentos-para-bebes-pecas-de-reposicao', 3242, 0, 'c', '', '3177/3239/3240', 'pt'),
('cadeira-de-balanco-para-bebes-nao-automatica', 3243, 0, 'c', '', '3177/3239/3240', 'pt'),
('cadeirao-para-refeicoes', 3244, 0, 'c', '', '3177/3239/3240', 'pt'),
('cadeiras-de-balanco-para-bebes-automaticas', 3245, 0, 'c', '', '3177/3239/3240', 'pt'),
('pacote-de-variedade-de-assentos-para-bebes-domesticos', 3246, 0, 'c', '', '3177/3239/3240', 'pt'),
('camas-colchoes-para-bebes', 3247, 0, 'c', '', '3177/3239', 'pt'),
('moveis-sanitarios-para-bebes', 3253, 0, 'c', '', '3177/3239', 'pt'),
('bercos-e-banheiras-para-o-bebe', 3254, 0, 'c', '', '3177/3239/3253', 'pt'),
('moveis-sanitarios-para-bebes-outros', 3255, 0, 'c', '', '3177/3239/3253', 'pt'),
('moveis-sanitarios-para-bebes-pecas-de-reposicao', 3256, 0, 'c', '', '3177/3239/3253', 'pt'),
('pacote-de-variedades-de-moveis-sanitarios-para-bebes', 3257, 0, 'c', '', '3177/3239/3253', 'pt'),
('produtos-que-garantem-a-seguranca-do-bebe-durante-o-banho', 3258, 0, 'c', '', '3177/3239/3253', 'pt'),
('trocador', 3259, 0, 'c', '', '3177/3239/3253', 'pt'),
('trocador-de-fraldas', 3260, 0, 'c', '', '3177/3239/3253', 'pt'),
('troninhos-educativos-para-o-bebe', 3261, 0, 'c', '', '3177/3239/3253', 'pt'),
('moveis-para-casa-e-escritorio', 3262, 0, 'c', '', '3177', 'pt'),
('acessorios-para-mobilia-de-casa-e-escritorio', 3263, 0, 'c', '', '3177/3262', 'pt'),
('assentos-domesticos-e-para-escritorio', 3267, 0, 'c', '', '3177/3262', 'pt'),
('biombos-mostruario-de-moveis-armarios-para-casa-escritorio', 3279, 0, 'c', '', '3177/3262', 'pt'),
('armario-multiuso', 3280, 0, 'c', '', '3177/3262/3279', 'pt'),
('armarios-cristaleiras-para-casa-e-escritorio', 3281, 0, 'c', '', '3177/3262/3279', 'pt'),
('armarios-para-escritorio', 3282, 0, 'c', '', '3177/3262/3279', 'pt'),
('armarios-guarda-roupas-para-casa-escritorio', 3283, 0, 'c', '', '3177/3262/3279', 'pt'),
('balcoes-do-bar-em-casa-escritorio', 3284, 0, 'c', '', '3177/3262/3279', 'pt'),
('balcoes-bancadas', 3285, 0, 'c', '', '3177/3262/3279', 'pt'),
('compartimentos-cestos-para-casa-escritorio', 3286, 0, 'c', '', '3177/3262/3279', 'pt'),
('componentes-pecas-de-reposicao-moveis-para-mostruario-armarios-para-casa-escritorio', 3287, 0, 'c', '', '3177/3262/3279', 'pt'),
('divisorias-biombos-para-casa-escritorio', 3288, 0, 'c', '', '3177/3262/3279', 'pt'),
('estantes-para-casa-e-escritorio', 3289, 0, 'c', '', '3177/3262/3279', 'pt'),
('gaveteiros', 3290, 0, 'c', '', '3177/3262/3279', 'pt'),
('organizadores-domesticos', 3291, 0, 'c', '', '3177/3262/3279', 'pt'),
('outros-moveis-para-armazenagem-mostruario-para-casa-e-escritorio-outros', 3292, 0, 'c', '', '3177/3262/3279', 'pt'),
('pacotes-de-variedades-para-biombos-mobilia-para-mostruario-de-objetos-e-armarios-para-casa-e-escritorio', 3293, 0, 'c', '', '3177/3262/3279', 'pt'),
('plataformas-giratorias-universais', 3294, 0, 'c', '', '3177/3262/3279', 'pt'),
('suportes-trilhos-para-armazenagem', 3295, 0, 'c', '', '3177/3262/3279', 'pt'),
('camas-e-colchoes-para-casa', 3296, 0, 'c', '', '3177/3262', 'pt'),
('estandes-para-mostruario', 3305, 0, 'c', '', '3177/3262', 'pt'),
('moeda-certificados', 3316, 0, 'c', '', '', 'pt'),
('cartoes-pre-pagos-cartoes-presente-comprovantes', 3317, 0, 'c', '', '3316', 'pt'),
('moeda-certificados', 3318, 0, 'c', '', '3316', 'pt'),
('musica', 3319, 0, 'c', '', '', 'pt'),
('acessorios-para-instrumentos-musicais', 3320, 0, 'c', '', '3319', 'pt'),
('instrumentos-musicais-eletricos', 3321, 0, 'c', '', '3319', 'pt'),
('instrumentos-musicais-nao-eletricos', 3322, 0, 'c', '', '3319', 'pt'),
('pacotes-de-variedades-para-acessorios-de-instrumentos-musicais', 3323, 0, 'c', '', '3319', 'pt'),
('plantas-de-horticultura', 3324, 0, 'c', '', '', 'pt'),
('arbustos-arvores', 3325, 0, 'c', '', '3324', 'pt'),
('abies-abeto', 3326, 0, 'c', '', '3324/3325', 'pt'),
('araucaria', 3337, 0, 'c', '', '3324/3325', 'pt'),
('arbustos-arvores-outros', 3341, 0, 'c', '', '3324/3325', 'pt'),
('picea', 3347, 0, 'c', '', '3324/3325', 'pt'),
('pinus', 3351, 0, 'c', '', '3324/3325', 'pt'),
('bouquets', 3358, 0, 'c', '', '3324', 'pt'),
('buques-de-alstroemeria', 3359, 0, 'c', '', '3324/3358', 'pt'),
('buques-de-cravo', 3360, 0, 'c', '', '3324/3358', 'pt'),
('buques-de-crisantemo', 3361, 0, 'c', '', '3324/3358', 'pt'),
('buques-de-flores-tropicais', 3362, 0, 'c', '', '3324/3358', 'pt'),
('buques-de-lirio', 3363, 0, 'c', '', '3324/3358', 'pt'),
('flores-de-corte', 3368, 0, 'c', '', '3324', 'pt'),
('agapanthus-flores-de-corte', 3369, 0, 'c', '', '3324/3368', 'pt'),
('alchemilla-flores-de-corte', 3372, 0, 'c', '', '3324/3368', 'pt'),
('alstroemeria-flores-de-corte', 3375, 0, 'c', '', '3324/3368', 'pt'),
('anemone-flores-de-corte', 3378, 0, 'c', '', '3324/3368', 'pt'),
('anthurium-flores-de-corte', 3381, 0, 'c', '', '3324/3368', 'pt'),
('hortalicas-de-corte', 3520, 0, 'c', '', '3324', 'pt'),
('agapanthus-hortalicas-de-corte', 3521, 0, 'c', '', '3324/3520', 'pt'),
('anthurium-hortalicas-de-corte', 3524, 0, 'c', '', '3324/3520', 'pt'),
('asparagus-hortalicas-de-corte', 3527, 0, 'c', '', '3324/3520', 'pt'),
('aspidistra-hortalicas-de-corte', 3530, 0, 'c', '', '3324/3520', 'pt'),
('astilbe-hortalicas-de-corte', 3533, 0, 'c', '', '3324/3520', 'pt'),
('lampadas-rebentos-rizomas-tuberculos', 3634, 0, 'c', '', '3324', 'pt'),
('allium', 3635, 0, 'c', '', '3324/3634', 'pt'),
('bulbos-cormos-rizomas-tuberculos', 3636, 0, 'c', '', '3324/3634', 'pt'),
('crocus', 3637, 0, 'c', '', '3324/3634', 'pt'),
('dahlia', 3638, 0, 'c', '', '3324/3634', 'pt'),
('gladiolus', 3639, 0, 'c', '', '3324/3634', 'pt'),
('legumes-vegetais', 3648, 0, 'c', '', '3324', 'pt'),
('produtos-horticolas-fungos', 3649, 0, 'c', '', '3324/3648', 'pt'),
('plantas-vivas-genero-a-ate-g', 3650, 0, 'c', '', '3324', 'pt'),
('aechmea-plantas-vivas', 3651, 0, 'c', '', '3324/3650', 'pt'),
('aeonium-plantas-vivas', 3656, 0, 'c', '', '3324/3650', 'pt'),
('agapanthus-plantas-vivas', 3661, 0, 'c', '', '3324/3650', 'pt'),
('alocasia-plantas-vivas', 3666, 0, 'c', '', '3324/3650', 'pt'),
('aloe-plantas-vivas', 3671, 0, 'c', '', '3324/3650', 'pt'),
('plantas-vivas-genero-h-ate-z', 4036, 0, 'c', '', '3324', 'pt'),
('hedera-plantas-vivas', 4037, 0, 'c', '', '3324/4036', 'pt'),
('helianthus-plantas-vivas', 4042, 0, 'c', '', '3324/4036', 'pt'),
('helichrysum-plantas-vivas', 4047, 0, 'c', '', '3324/4036', 'pt'),
('heliotropium-plantas-vivas', 4052, 0, 'c', '', '3324/4036', 'pt'),
('helleborus-plantas-vivas', 4057, 0, 'c', '', '3324/4036', 'pt'),
('seedlings-ready-to-grow', 4495, 0, 'c', '', '3324', 'pt'),
('mudas-pronto-para-crescer', 4496, 0, 'c', '', '3324/4495', 'pt'),
('sementes-esporos', 4497, 0, 'c', '', '3324', 'pt'),
('esporos', 4498, 0, 'c', '', '3324/4497', 'pt'),
('sementes', 4503, 0, 'c', '', '3324/4497', 'pt'),
('variedade-de-plantas', 4507, 0, 'c', '', '3324', 'pt'),
('pacotes-de-variedades-para-gramado-plantas-de-jardim-fauna', 4508, 0, 'c', '', '3324/4507', 'pt'),
('produtos-de-limpeza-higiene', 4509, 0, 'c', '', '', 'pt'),
('controle-de-insetos-pragas-alergias', 4510, 0, 'c', '', '4509', 'pt'),
('controle-de-pragas-insetos-armadilhas-barreiras', 4511, 0, 'c', '', '4509/4510', 'pt'),
('inseticidas-pesticidas-rodenticidas', 4512, 0, 'c', '', '4509/4510', 'pt'),
('outros-controles-de-alergias-pragas-insetos', 4513, 0, 'c', '', '4509/4510', 'pt'),
('pacotes-de-variedades-para-controle-de-alergias-pragas-insetos', 4514, 0, 'c', '', '4509/4510', 'pt'),
('pesticidas', 4515, 0, 'c', '', '4509/4510', 'pt'),
('limpeza-industrial.', 4516, 0, 'c', '', '4509', 'pt'),
('acessorios-para-limpadores-de-pisos-industriais', 4517, 0, 'c', '', '4509/4516', 'pt'),
('limpador-de-piso-industrial-eletrico', 4518, 0, 'c', '', '4509/4516', 'pt'),
('pacotes-de-variedades-para-produtos-de-limpeza-higiene', 4519, 0, 'c', '', '4509', 'pt'),
('pacotes-de-variedade-para-produtos-de-limpeza-higiene', 4520, 0, 'c', '', '4509/4519', 'pt'),
('produtos-de-limpeza', 4521, 0, 'c', '', '4509', 'pt'),
('cuidados-com-louca', 4522, 0, 'c', '', '4509/4521', 'pt'),
('cuidados-de-superficie', 4531, 0, 'c', '', '4509/4521', 'pt'),
('desinfetantes-ambientadores', 4536, 0, 'c', '', '4509/4521', 'pt'),
('lavanderia', 4542, 0, 'c', '', '4509/4521', 'pt'),
('limpadores', 4552, 0, 'c', '', '4509/4521', 'pt'),
('produtos-para-coleta-de-lixo', 4572, 0, 'c', '', '4509', 'pt'),
('cestos-de-lixo-residuos', 4573, 0, 'c', '', '4509/4572', 'pt'),
('produtos-para-armazenamento-de-residuos-outros', 4574, 0, 'c', '', '4509/4572', 'pt'),
('produtos-para-armazenamento-de-residuos-pacotes-de-variedades', 4575, 0, 'c', '', '4509/4572', 'pt'),
('produtos-para-armazenamento-de-residuos-pecas-para-reposicao', 4576, 0, 'c', '', '4509/4572', 'pt'),
('sacos-de-lixo', 4577, 0, 'c', '', '4509/4572', 'pt'),
('suprimentos-de-limpeza-higiene', 4578, 0, 'c', '', '4509', 'pt'),
('auxiliares-de-limpeza', 4579, 0, 'c', '', '4509/4578', 'pt'),
('distribuidores-do-produto-fornecido', 4590, 0, 'c', '', '4509/4578', 'pt'),
('lavanderia-e-auxilios-de-passar-roupa', 4595, 0, 'c', '', '4509/4578', 'pt'),
('produtos-para-construcao', 4608, 0, 'c', '', '', 'pt'),
('abrasivos', 4609, 0, 'c', '', '4608', 'pt'),
('asfalto-concreto-alvenaria', 4610, 0, 'c', '', '4608', 'pt'),
('calhas-drenos', 4611, 0, 'c', '', '4608', 'pt'),
('capas-de-acesso-paneis', 4612, 0, 'c', '', '4608', 'pt'),
('componentes-estruturais-montagem', 4613, 0, 'c', '', '4608', 'pt'),
('estruturas-de-telhado-abrigo-ao-ar-livre', 4614, 0, 'c', '', '4608', 'pt'),
('ferragens-de-fixacao', 4615, 0, 'c', '', '4608', 'pt'),
('ferragens-para-porta', 4616, 0, 'c', '', '4608', 'pt'),
('isolamentos', 4617, 0, 'c', '', '4608', 'pt'),
('janelas', 4618, 0, 'c', '', '4608', 'pt'),
('molduras-serralherias-pecas-para-escadas', 4619, 0, 'c', '', '4608', 'pt'),
('pacotes-com-variedade-de-produtos-para-construcao', 4620, 0, 'c', '', '4608', 'pt'),
('recipientes-para-armazenamento-transporte', 4633, 0, 'c', '', '', 'pt'),
('caixas-caixotes-bandejas-de-armazenamento-transporte-vazias', 4634, 0, 'c', '', '4633', 'pt'),
('bandejas-de-transporte-armazenagem-vazias', 4635, 0, 'c', '', '4633/4634', 'pt'),
('caixas-de-armazenamento-transporte-vazias', 4636, 0, 'c', '', '4633/4634', 'pt'),
('engradados-de-transporte-armazenagem-vazios', 4637, 0, 'c', '', '4633/4634', 'pt'),
('conteineres-de-carga-para-transporte-armazenagem-vazios', 4638, 0, 'c', '', '4633', 'pt'),
('conteineres-de-carga-flexivel-vazios', 4639, 0, 'c', '', '4633/4638', 'pt'),
('conteineres-de-frete-aereo-vazios', 4640, 0, 'c', '', '4633/4638', 'pt'),
('conteineres-de-frete-intermodal-maritimo-vazios', 4641, 0, 'c', '', '4633/4638', 'pt'),
('conteineres-intermediarios-rigidos-a-granel-vazios', 4642, 0, 'c', '', '4633/4638', 'pt'),
('tanques-de-transporte-armazenagem-vazios', 4643, 0, 'c', '', '4633/4638', 'pt'),
('equipamentos-de-armazenagem-transporte', 4644, 0, 'c', '', '4633', 'pt'),
('armacoes-conversores-de-palete', 4645, 0, 'c', '', '4633/4644', 'pt'),
('folhas-intercalares', 4646, 0, 'c', '', '4633/4644', 'pt'),
('paletes', 4647, 0, 'c', '', '4633/4644', 'pt'),
('plataformas-moveis-de-transporte', 4648, 0, 'c', '', '4633/4644', 'pt'),
('prateleiras', 4649, 0, 'c', '', '4633/4644', 'pt'),
('garrafas-cilindros-barris-de-armazenagem-vazios', 4650, 0, 'c', '', '4633', 'pt'),
('garrafas-cilindros-de-armazenagem-vazios', 4651, 0, 'c', '', '4633/4650', 'pt'),
('cilindros-portateis-de-armazenagem-vazios', 4652, 0, 'c', '', '4633/4650/4651', 'pt'),
('garrafas-de-armazenagem-vazias', 4653, 0, 'c', '', '4633/4650/4651', 'pt'),
('tambores-barris-de-armazenagem-vazios', 4654, 0, 'c', '', '4633/4650', 'pt'),
('barris-de-armazenagem-vazios', 4655, 0, 'c', '', '4633/4650/4654', 'pt'),
('tambores-de-armazenagem-vazios', 4656, 0, 'c', '', '4633/4650/4654', 'pt'),
('segmento-transversal', 4657, 0, 'c', '', '', 'pt'),
('segmento-transversal', 4658, 0, 'c', '', '4657', 'pt'),
('seguranca-protecao-bricolagem', 4659, 0, 'c', '', '', 'pt'),
('assistencia-pessoal-de-protecao-bricolagem', 4660, 0, 'c', '', '4659', 'pt'),
('seguranca-vigilancia', 4661, 0, 'c', '', '', 'pt'),
('pacotes-de-variedades-de-seguranca-vigilancia', 4662, 0, 'c', '', '4661', 'pt'),
('pacotes-de-variedades-de-seguranca-vigilancia', 4663, 0, 'c', '', '4661/4662', 'pt'),
('seguranca-ambiental', 4664, 0, 'c', '', '4661', 'pt'),
('produtos-de-seguranca-contra-desastre-natural-climatico', 4665, 0, 'c', '', '4661/4664', 'pt'),
('produtos-de-seguranca-quimica-incendio-ambiental', 4680, 0, 'c', '', '4661/4664', 'pt'),
('seguranca-pessoal', 4686, 0, 'c', '', '4661', 'pt'),
('alarmes-corporais', 4687, 0, 'c', '', '4661/4686', 'pt'),
('alarmes-de-chaveiro', 4688, 0, 'c', '', '4661/4686', 'pt'),
('alarmes-pessoais-de-bagagem', 4689, 0, 'c', '', '4661/4686', 'pt'),
('apitos-de-emergencia', 4690, 0, 'c', '', '4661/4686', 'pt'),
('armas-imobilizadoras', 4691, 0, 'c', '', '4661/4686', 'pt'),
('seguranca-vigilancia', 4700, 0, 'c', '', '4661', 'pt'),
('cercados-para-bebes', 4701, 0, 'c', '', '4661/4700', 'pt'),
('cinto-de-seguranca-para-bebes', 4702, 0, 'c', '', '4661/4700', 'pt'),
('monitoramento-de-seguranca-do-bebe-nao-automatico', 4703, 0, 'c', '', '4661/4700', 'pt'),
('monitoramento-para-seguranca-do-bebe-automatico', 4704, 0, 'c', '', '4661/4700', 'pt'),
('protecao-e-seguranca-do-bebe-nao-automatica', 4705, 0, 'c', '', '4661/4700', 'pt'),
('seguranca-vigilancia-domestica-comercial', 4709, 0, 'c', '', '4661', 'pt'),
('barreiras', 4710, 0, 'c', '', '4661/4709', 'pt'),
('cofres', 4712, 0, 'c', '', '4661/4709', 'pt'),
('controle-de-multidao', 4715, 0, 'c', '', '4661/4709', 'pt'),
('equipamento-de-vigilancia-residencial-empresarial', 4718, 0, 'c', '', '4661/4709', 'pt'),
('extintores-de-incendio-para-empresas-residencias', 4725, 0, 'c', '', '4661/4709', 'pt'),
('servicos-maquinas-de-venda', 4747, 0, 'c', '', '', 'pt'),
('construcao-civil-e-servicos-relacionados', 4748, 0, 'c', '', '4747', 'pt'),
('construcao-civil-e-servicos-relacionados', 4749, 0, 'c', '', '4747/4748', 'pt'),
('maquinas-de-venda-automatica', 4750, 0, 'c', '', '4747', 'pt'),
('maquinas-de-venda-automatica', 4751, 0, 'c', '', '4747/4750', 'pt'),
('unidade-de-controle-operada-por-moedas', 4752, 0, 'c', '', '4747/4750', 'pt'),
('servicos-ambientais-e-de-energia', 4753, 0, 'c', '', '4747', 'pt'),
('servicos-ambientais', 4754, 0, 'c', '', '4747/4753', 'pt'),
('servicos-de-energia', 4755, 0, 'c', '', '4747/4753', 'pt'),
('servicos-cientificos-e-tecnologicos', 4756, 0, 'c', '', '4747', 'pt'),
('servicos-cientificos-e-tecnologicos', 4757, 0, 'c', '', '4747/4756', 'pt'),
('servicos-corporativos-e-comerciais', 4758, 0, 'c', '', '4747', 'pt'),
('negocios-e-servicos-de-consultoria', 4759, 0, 'c', '', '4747/4758', 'pt'),
('servico-de-arquitetura-e-engenharia', 4760, 0, 'c', '', '4747/4758', 'pt'),
('servico-de-informatica-e-tecnologia', 4761, 0, 'c', '', '4747/4758', 'pt'),
('servicos-contabeis', 4762, 0, 'c', '', '4747/4758', 'pt'),
('servicos-juridicos', 4763, 0, 'c', '', '4747/4758', 'pt'),
('servicos-de-comida-bebida-e-acomodacao', 4765, 0, 'c', '', '4747', 'pt'),
('servicos-de-acomodacao-temporaria', 4766, 0, 'c', '', '4747/4765', 'pt'),
('servicos-de-comidas-e-bebidas', 4767, 0, 'c', '', '4747/4765', 'pt'),
('servicos-de-comunicacao', 4768, 0, 'c', '', '4747', 'pt'),
('servicos-audiovisuais', 4769, 0, 'c', '', '4747/4768', 'pt'),
('servicos-de-telecomunicacoes', 4770, 0, 'c', '', '4747/4768', 'pt'),
('servicos-de-correspondencia', 4771, 0, 'c', '', '4747', 'pt'),
('servicos-de-correspondencia', 4772, 0, 'c', '', '4747/4771', 'pt'),
('servicos-de-cuidados-medicos-e-esteticos', 4773, 0, 'c', '', '4747', 'pt'),
('servicos-de-higiene-e-estetica', 4774, 0, 'c', '', '4747/4773', 'pt'),
('servicos-medicos', 4775, 0, 'c', '', '4747/4773', 'pt'),
('servicos-veterinarios', 4776, 0, 'c', '', '4747/4773', 'pt'),
('servicos-de-embalagem-armazenamento', 4777, 0, 'c', '', '4747', 'pt'),
('servicos-de-embalagem-armazenamento', 4778, 0, 'c', '', '4747/4777', 'pt'),
('servicos-de-limpeza', 4779, 0, 'c', '', '4747', 'pt'),
('servicos-de-limpeza', 4780, 0, 'c', '', '4747/4779', 'pt'),
('servicos-de-manutencao-reparo-e-instalacao', 4781, 0, 'c', '', '4747', 'pt'),
('servicos-de-instalacao', 4782, 0, 'c', '', '4747/4781', 'pt'),
('servicos-de-manutencao-reparo', 4783, 0, 'c', '', '4747/4781', 'pt'),
('setor-da-saude', 4793, 0, 'c', '', '', 'pt'),
('diagnosticos-iniciais', 4794, 0, 'c', '', '4793', 'pt'),
('monitores-para-diagnostico', 4795, 0, 'c', '', '4793/4794', 'pt'),
('pacotes-de-variedades-para-diagnostico-caseiro', 4798, 0, 'c', '', '4793/4794', 'pt'),
('testes-diagnosticos', 4799, 0, 'c', '', '4793/4794', 'pt'),
('materiais-medicos', 4805, 0, 'c', '', '4793', 'pt'),
('componente-de-apoio-a-dispositivo-medico', 4806, 0, 'c', '', '4793/4805', 'pt'),
('materiais-medicos', 4807, 0, 'c', '', '4793/4805', 'pt'),
('medicamentos', 4808, 0, 'c', '', '4793', 'pt'),
('compostos-farmaceuticos-acessorios', 4809, 0, 'c', '', '4793/4808', 'pt'),
('compostos-farmaceuticos-bases', 4810, 0, 'c', '', '4793/4808', 'pt'),
('compostos-farmaceuticos-produtos-quimicos', 4811, 0, 'c', '', '4793/4808', 'pt'),
('medicamentos', 4812, 0, 'c', '', '4793/4808', 'pt'),
('melhorias-no-setor-da-saude', 4813, 0, 'c', '', '4793', 'pt'),
('pacotes-de-variedades-para-melhorias-no-setor-da-saude', 4814, 0, 'c', '', '4793/4813', 'pt'),
('produtos-energeticos-estimulantes', 4815, 0, 'c', '', '4793/4813', 'pt'),
('recursos-para-dieta', 4818, 0, 'c', '', '4793/4813', 'pt'),
('suplementos-nutricionais-vitaminas-minerais', 4823, 0, 'c', '', '4793/4813', 'pt'),
('pacotes-de-variedades-para-o-setor-da-saude', 4827, 0, 'c', '', '4793', 'pt'),
('pacotes-de-variedades-para-o-setor-da-saude', 4828, 0, 'c', '', '4793/4827', 'pt'),
('planejamento-familiar', 4829, 0, 'c', '', '4793', 'pt'),
('barreira-de-contracepcao', 4830, 0, 'c', '', '4793/4829', 'pt'),
('contracepcao-hormonal', 4836, 0, 'c', '', '4793/4829', 'pt'),
('contracepcao-intra-uterina', 4842, 0, 'c', '', '4793/4829', 'pt'),
('pacotes-de-variedades-para-planejamento-familiar', 4845, 0, 'c', '', '4793/4829', 'pt'),
('recursos-tratamentos-para-o-setor-da-saude', 4846, 0, 'c', '', '4793', 'pt'),
('administracao-de-medicamentos', 4847, 0, 'c', '', '4793/4846', 'pt'),
('equipamentos-para-nutricao-enteral', 4853, 0, 'c', '', '4793/4846', 'pt'),
('materiais-de-tratamentos-subsidios-de-saude', 4860, 0, 'c', '', '4793/4846', 'pt'),
('medicamentos-florais-homeopaticos', 4862, 0, 'c', '', '4793/4846', 'pt'),
('medicamentos-para-alivio-da-dor', 4868, 0, 'c', '', '4793/4846', 'pt'),
('saude-veterinaria', 4974, 0, 'c', '', '4793', 'pt'),
('dispositivos-medicos-veterinarios', 4975, 0, 'c', '', '4793/4974', 'pt'),
('medicamentos-de-uso-veterinario', 4978, 0, 'c', '', '4793/4974', 'pt'),
('utensilios-de-cozinha-e-utensilios-de-mesa', 4983, 0, 'c', '', '', 'pt'),
('utensilios-de-cozinha', 4984, 0, 'c', '', '4983', 'pt'),
('acessorios-para-apresentacao-de-alimentos-bebidas', 4985, 0, 'c', '', '4983/4984', 'pt'),
('armazenamento-de-alimentos', 4989, 0, 'c', '', '4983/4984', 'pt'),
('equipamento-para-agua-bebidas', 4998, 0, 'c', '', '4983/4984', 'pt'),
('pacotes-de-variedades-para-utensilios-de-cozinha', 5008, 0, 'c', '', '4983/4984', 'pt'),
('recipientes-descartaveis-de-comida', 5009, 0, 'c', '', '4983/4984', 'pt'),
('utensilios-de-mesa', 5054, 0, 'c', '', '4983', 'pt'),
('acessorios-de-mesa', 5055, 0, 'c', '', '4983/5054', 'pt'),
('copos-nao-descartaveis', 5062, 0, 'c', '', '4983/5054', 'pt'),
('louca-de-servir-nao-descartavel', 5075, 0, 'c', '', '4983/5054', 'pt'),
('pacotes-de-variedades-de-utensilios-de-mesa', 5084, 0, 'c', '', '4983/5054', 'pt'),
('talheres-nao-descartaveis', 5085, 0, 'c', '', '4983/5054', 'pt'),
('veiculo', 5120, 0, 'c', '', '', 'pt'),
('acessorios-automotivos-e-manutencao', 5121, 0, 'c', '', '5120', 'pt'),
('acessorios-automotivos-para-aparencia-externa', 5122, 0, 'c', '', '5120/5121', 'pt'),
('acessorios-automotivos-para-o-interior-do-veiculo-painel', 5134, 0, 'c', '', '5120/5121', 'pt'),
('acessorios-externos-do-veiculo-coberturas-protecao', 5138, 0, 'c', '', '5120/5121', 'pt'),
('acessorios-externos-do-veiculo-estribos-degraus', 5150, 0, 'c', '', '5120/5121', 'pt'),
('acessorios-externos-do-veiculo-grades-parachoques', 5154, 0, 'c', '', '5120/5121', 'pt'),
('aeronave', 5461, 0, 'c', '', '5120', 'pt'),
('aeronave', 5462, 0, 'c', '', '5120/5461', 'pt'),
('carros-e-motocicletas', 5463, 0, 'c', '', '5120', 'pt'),
('automoveis', 5464, 0, 'c', '', '5120/5463', 'pt'),
('motocicletas', 5470, 0, 'c', '', '5120/5463', 'pt'),
('veiculos-especiais', 5474, 0, 'c', '', '5120', 'pt'),
('veiculos-especiais', 5475, 0, 'c', '', '5120/5474', 'pt'),
('vestuario', 5476, 0, 'c', '', '', 'pt'),
('roupa-de-dormir', 5477, 0, 'c', '', '5476', 'pt'),
('calcas-shorts-de-dormir', 5478, 0, 'c', '', '5476/5477', 'pt'),
('camisolas', 5479, 0, 'c', '', '5476/5477', 'pt'),
('pacotes-de-variedades-de-roupas-de-dormir', 5480, 0, 'c', '', '5476/5477', 'pt'),
('roupoes', 5481, 0, 'c', '', '5476/5477', 'pt'),
('touca-de-dormir', 5482, 0, 'c', '', '5476/5477', 'pt'),
('roupa-esportiva', 5483, 0, 'c', '', '5476', 'pt'),
('pacotes-de-variedades-de-roupas-esportivas', 5484, 0, 'c', '', '5476/5483', 'pt'),
('pecas-esportivas-emblemas-fivelas', 5485, 0, 'c', '', '5476/5483', 'pt'),
('roupa-esportiva-parte-inferior-do-corpo', 5486, 0, 'c', '', '5476/5483', 'pt'),
('roupa-esportiva-parte-superior-do-corpo', 5487, 0, 'c', '', '5476/5483', 'pt'),
('roupas-esportivas-cintos', 5488, 0, 'c', '', '5476/5483', 'pt'),
('roupas-de-banho', 5495, 0, 'c', '', '5476', 'pt'),
('biquini', 5496, 0, 'c', '', '5476/5495', 'pt'),
('biquini-parte-superior-top', 5497, 0, 'c', '', '5476/5495', 'pt'),
('maio', 5498, 0, 'c', '', '5476/5495', 'pt'),
('roupas-de-banho-outros', 5499, 0, 'c', '', '5476/5495', 'pt'),
('roupas-de-praia-saidas-de-praia', 5500, 0, 'c', '', '5476/5495', 'pt'),
('roupas-de-protecao', 5502, 0, 'c', '', '5476', 'pt'),
('acessorios-de-protecao', 5503, 0, 'c', '', '5476/5502', 'pt'),
('arcos-escudos-de-protecao-para-o-rosto', 5504, 0, 'c', '', '5476/5502', 'pt'),
('babadores-para-alimentacao', 5505, 0, 'c', '', '5476/5502', 'pt'),
('capacetes-eletricos', 5506, 0, 'c', '', '5476/5502', 'pt'),
('capacetes-nao-eletricos', 5507, 0, 'c', '', '5476/5502', 'pt'),
('roupas-intimas', 5524, 0, 'c', '', '5476', 'pt'),
('anaguas-chinelos', 5525, 0, 'c', '', '5476/5524', 'pt'),
('calcas-cuecas', 5526, 0, 'c', '', '5476/5524', 'pt'),
('camisetas-camisolas', 5527, 0, 'c', '', '5476/5524', 'pt'),
('meias', 5528, 0, 'c', '', '5476/5524', 'pt'),
('meias-calcas-meias-7-8', 5529, 0, 'c', '', '5476/5524', 'pt'),
('vestuario', 5534, 0, 'c', '', '5476', 'pt'),
('acessorios-para-vestuario', 5535, 0, 'c', '', '5476/5534', 'pt'),
('pacotes-de-variedades-para-vestuario', 5544, 0, 'c', '', '5476/5534', 'pt'),
('roupas-para-a-parte-debaixo-do-corpo-parte-inferior', 5545, 0, 'c', '', '5476/5534', 'pt'),
('roupas-para-a-parte-superior-do-corpo-tops', 5549, 0, 'c', '', '5476/5534', 'pt'),
('traje-completo', 5554, 0, 'c', '', '5476/5534', 'pt');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_seo_redirects`
--

CREATE TABLE `partiushop_seo_redirects` (
  `redirect_id` mediumint(8) UNSIGNED NOT NULL,
  `src` varchar(255) NOT NULL DEFAULT '',
  `dest` varchar(255) NOT NULL DEFAULT '',
  `type` char(1) NOT NULL DEFAULT 's',
  `object_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_seo_redirects`
--

INSERT INTO `partiushop_seo_redirects` (`redirect_id`, `src`, `dest`, `type`, `object_id`, `company_id`, `lang_code`) VALUES
(1, '/contact-us', '', 'a', 30, 0, 'pt'),
(3, '/provando', '', 'a', 48, 0, 'pt'),
(6, '/tecnologia/celulares-e-telefones/celulares-e-smartphones/iphone-12', '', 'p', 296, 0, 'pt');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_sessions`
--

CREATE TABLE `partiushop_sessions` (
  `session_id` varchar(64) NOT NULL DEFAULT '',
  `expiry` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `data` mediumblob DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_sessions`
--

INSERT INTO `partiushop_sessions` (`session_id`, `expiry`, `data`) VALUES
('02d9eec494ae919c68ee34861d7a82c6-C', 1657058629, 0x73657474696e67737c613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373635363232393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373635363232393b7d7d5f76616c696461746f725f646174617c613a313a7b733a323a227561223b733a33323a226130313934383235613263383861386663356533326334333963653738343366223b7d656d6265646465647c613a313a7b733a373a22656e61626c6564223b623a303b7d617574687c613a31363a7b733a343a2261726561223b733a313a2243223b733a373a22757365725f6964223b693a303b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2243223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b693a303b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b693a303b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a313b7d733a31313a226163745f61735f75736572223b623a303b733a31303a22746869735f6c6f67696e223b693a313635373035313432393b733a373a2272656665726572223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f746573742f7465636e6f6c6f6769612f63656c756c617265732d652d74656c65666f6e65732f63656c756c617265732d652d736d61727470686f6e65732f6970686f6e652d31322d636c6f6e652f223b733a323a226970223b733a31353a223131342e3131392e3135332e313536223b733a31313a226163745f61735f61726561223b733a313a2243223b7d776973686c6973747c4e3b636172747c613a303a7b7d6c6173745f766965777c613a313a7b733a31313a226c765f70726f6475637473223b613a323a7b733a363a22706172616d73223b733a33363a22613a313a7b733a31313a2263617465676f72795f6964223b733a343a2233303833223b7d223b733a31323a22766965775f726573756c7473223b733a3130303a22613a343a7b733a393a226974656d735f696473223b613a303a7b7d733a31313a22746f74616c5f7061676573223b693a303b733a31343a226974656d735f7065725f70616765223b693a303b733a31313a22746f74616c5f6974656d73223b693a303b7d223b7d7d),
('093377300e2ac474242360878cc3e40b-C', 1657053564, 0x73657474696e67737c613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373635313136343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373635313136343b7d7d5f76616c696461746f725f646174617c613a313a7b733a323a227561223b733a33323a226130313934383235613263383861386663356533326334333963653738343366223b7d656d6265646465647c613a313a7b733a373a22656e61626c6564223b623a303b7d617574687c613a31363a7b733a343a2261726561223b733a313a2243223b733a373a22757365725f6964223b693a303b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2243223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b693a303b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b693a303b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a313b7d733a31313a226163745f61735f75736572223b623a303b733a31303a22746869735f6c6f67696e223b693a313635373034363336343b733a373a2272656665726572223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f746573742f7465636e6f6c6f6769612f63656c756c617265732d652d74656c65666f6e65732f63656c756c617265732d652d736d61727470686f6e65732f6970686f6e652d31322d636c6f6e652f223b733a323a226970223b733a31353a223131342e3131392e3134382e313631223b733a31313a226163745f61735f61726561223b733a313a2243223b7d776973686c6973747c4e3b636172747c613a303a7b7d6c6173745f766965777c613a313a7b733a31313a226c765f70726f6475637473223b613a323a7b733a363a22706172616d73223b733a33363a22613a313a7b733a31313a2263617465676f72795f6964223b733a343a2234373439223b7d223b733a31323a22766965775f726573756c7473223b733a3130303a22613a343a7b733a393a226974656d735f696473223b613a303a7b7d733a31313a22746f74616c5f7061676573223b693a303b733a31343a226974656d735f7065725f70616765223b693a303b733a31313a22746f74616c5f6974656d73223b693a303b7d223b7d7d),
('0a455b73732684544da58b19d71defbc-C', 1657066748, 0x73657474696e67737c613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373636343334383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373636343334383b7d7d5f76616c696461746f725f646174617c613a313a7b733a323a227561223b733a33323a223838376435386462393037356639656635326461366139613938343531316132223b7d656d6265646465647c613a313a7b733a373a22656e61626c6564223b623a303b7d617574687c613a31363a7b733a343a2261726561223b733a313a2243223b733a373a22757365725f6964223b693a303b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2243223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b693a303b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b693a303b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a313b7d733a31313a226163745f61735f75736572223b623a303b733a31303a22746869735f6c6f67696e223b693a313635373035393534383b733a373a2272656665726572223b733a303a22223b733a323a226970223b733a31333a2233352e38362e3130312e323034223b733a31313a226163745f61735f61726561223b733a313a2243223b7d776973686c6973747c4e3b636172747c613a303a7b7d),
('143a1412a75b7517092f8c3835e7bb6e-C', 1657047450, 0x73657474696e67737c613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373634353035303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373634353035303b7d7d5f76616c696461746f725f646174617c613a313a7b733a323a227561223b733a33323a226130313934383235613263383861386663356533326334333963653738343366223b7d656d6265646465647c613a313a7b733a373a22656e61626c6564223b623a303b7d617574687c613a31363a7b733a343a2261726561223b733a313a2243223b733a373a22757365725f6964223b693a303b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2243223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b693a303b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b693a303b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a313b7d733a31313a226163745f61735f75736572223b623a303b733a31303a22746869735f6c6f67696e223b693a313635373034303235303b733a373a2272656665726572223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f746573742f7465636e6f6c6f6769612f63656c756c617265732d652d74656c65666f6e65732f63656c756c617265732d652d736d61727470686f6e65732f6970686f6e652d31322d636c6f6e652f223b733a323a226970223b733a31353a223131342e3131392e3135332e313538223b733a31313a226163745f61735f61726561223b733a313a2243223b7d776973686c6973747c4e3b636172747c613a303a7b7d6c6173745f766965777c613a313a7b733a31313a226c765f70726f6475637473223b613a323a7b733a363a22706172616d73223b733a33363a22613a313a7b733a31313a2263617465676f72795f6964223b733a343a2234383330223b7d223b733a31323a22766965775f726573756c7473223b733a3130303a22613a343a7b733a393a226974656d735f696473223b613a303a7b7d733a31313a22746f74616c5f7061676573223b693a303b733a31343a226974656d735f7065725f70616765223b693a303b733a31313a22746f74616c5f6974656d73223b693a303b7d223b7d7d),
('179fe31649192f8b381bca04750bb4c1-C', 1657055717, 0x73657474696e67737c613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373635333331373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373635333331373b7d7d5f76616c696461746f725f646174617c613a313a7b733a323a227561223b733a33323a226130313934383235613263383861386663356533326334333963653738343366223b7d656d6265646465647c613a313a7b733a373a22656e61626c6564223b623a303b7d617574687c613a31363a7b733a343a2261726561223b733a313a2243223b733a373a22757365725f6964223b693a303b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2243223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b693a303b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b693a303b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a313b7d733a31313a226163745f61735f75736572223b623a303b733a31303a22746869735f6c6f67696e223b693a313635373034383531373b733a373a2272656665726572223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f746573742f7465636e6f6c6f6769612f63656c756c617265732d652d74656c65666f6e65732f63656c756c617265732d652d736d61727470686f6e65732f6970686f6e652d31322d636c6f6e652f223b733a323a226970223b733a31353a223131342e3131392e3134382e313631223b733a31313a226163745f61735f61726561223b733a313a2243223b7d776973686c6973747c4e3b636172747c613a303a7b7d6c6173745f766965777c613a313a7b733a31313a226c765f70726f6475637473223b613a323a7b733a363a22706172616d73223b733a33363a22613a313a7b733a31313a2263617465676f72795f6964223b733a343a2231373837223b7d223b733a31323a22766965775f726573756c7473223b733a3130303a22613a343a7b733a393a226974656d735f696473223b613a303a7b7d733a31313a22746f74616c5f7061676573223b693a303b733a31343a226974656d735f7065725f70616765223b693a303b733a31313a22746f74616c5f6974656d73223b693a303b7d223b7d7d),
('4628cdb0be8260e3e946ce166843b763-C', 1657068574, 0x73657474696e67737c613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373636363137343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373636363137343b7d7d5f76616c696461746f725f646174617c613a313a7b733a323a227561223b733a33323a226130313934383235613263383861386663356533326334333963653738343366223b7d656d6265646465647c613a313a7b733a373a22656e61626c6564223b623a303b7d617574687c613a31363a7b733a343a2261726561223b733a313a2243223b733a373a22757365725f6964223b693a303b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2243223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b693a303b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b693a303b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a313b7d733a31313a226163745f61735f75736572223b623a303b733a31303a22746869735f6c6f67696e223b693a313635373036313337343b733a373a2272656665726572223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f746573742f7465636e6f6c6f6769612f63656c756c617265732d652d74656c65666f6e65732f63656c756c617265732d652d736d61727470686f6e65732f6970686f6e652d31322d636c6f6e652f223b733a323a226970223b733a31353a223131342e3131392e3135332e313338223b733a31313a226163745f61735f61726561223b733a313a2243223b7d776973686c6973747c4e3b636172747c613a303a7b7d6c6173745f766965777c613a313a7b733a31313a226c765f70726f6475637473223b613a323a7b733a363a22706172616d73223b733a33363a22613a313a7b733a31313a2263617465676f72795f6964223b733a343a2231303638223b7d223b733a31323a22766965775f726573756c7473223b733a3130303a22613a343a7b733a393a226974656d735f696473223b613a303a7b7d733a31313a22746f74616c5f7061676573223b693a303b733a31343a226974656d735f7065725f70616765223b693a303b733a31313a22746f74616c5f6974656d73223b693a303b7d223b7d7d),
('52d4f2d126ed866779ad07b902c6dbac-C', 1657063698, 0x73657474696e67737c613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373636313239383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373636313239383b7d7d5f76616c696461746f725f646174617c613a313a7b733a323a227561223b733a33323a226130313934383235613263383861386663356533326334333963653738343366223b7d656d6265646465647c613a313a7b733a373a22656e61626c6564223b623a303b7d617574687c613a31363a7b733a343a2261726561223b733a313a2243223b733a373a22757365725f6964223b693a303b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2243223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b693a303b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b693a303b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a313b7d733a31313a226163745f61735f75736572223b623a303b733a31303a22746869735f6c6f67696e223b693a313635373035363439383b733a373a2272656665726572223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f746573742f7465636e6f6c6f6769612f63656c756c617265732d652d74656c65666f6e65732f63656c756c617265732d652d736d61727470686f6e65732f6970686f6e652d31322d636c6f6e652f223b733a323a226970223b733a31353a223131342e3131392e3134382e313631223b733a31313a226163745f61735f61726561223b733a313a2243223b7d776973686c6973747c4e3b636172747c613a303a7b7d6c6173745f766965777c613a313a7b733a31313a226c765f70726f6475637473223b613a323a7b733a363a22706172616d73223b733a33363a22613a313a7b733a31313a2263617465676f72795f6964223b733a343a2234353736223b7d223b733a31323a22766965775f726573756c7473223b733a3130303a22613a343a7b733a393a226974656d735f696473223b613a303a7b7d733a31313a22746f74616c5f7061676573223b693a303b733a31343a226974656d735f7065725f70616765223b693a303b733a31313a22746f74616c5f6974656d73223b693a303b7d223b7d7d),
('5405d769812ca09a993aa72db0ffd53a-C', 1657054614, 0x73657474696e67737c613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373635323231343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373635323231343b7d7d5f76616c696461746f725f646174617c613a313a7b733a323a227561223b733a33323a226130313934383235613263383861386663356533326334333963653738343366223b7d656d6265646465647c613a313a7b733a373a22656e61626c6564223b623a303b7d617574687c613a31363a7b733a343a2261726561223b733a313a2243223b733a373a22757365725f6964223b693a303b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2243223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b693a303b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b693a303b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a313b7d733a31313a226163745f61735f75736572223b623a303b733a31303a22746869735f6c6f67696e223b693a313635373034373431343b733a373a2272656665726572223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f746573742f7465636e6f6c6f6769612f63656c756c617265732d652d74656c65666f6e65732f63656c756c617265732d652d736d61727470686f6e65732f6970686f6e652d31322d636c6f6e652f223b733a323a226970223b733a31353a223131342e3131392e3135332e313538223b733a31313a226163745f61735f61726561223b733a313a2243223b7d776973686c6973747c4e3b636172747c613a303a7b7d6c6173745f766965777c613a313a7b733a31313a226c765f70726f6475637473223b613a323a7b733a363a22706172616d73223b733a33363a22613a313a7b733a31313a2263617465676f72795f6964223b733a343a2235303534223b7d223b733a31323a22766965775f726573756c7473223b733a3130303a22613a343a7b733a393a226974656d735f696473223b613a303a7b7d733a31313a22746f74616c5f7061676573223b693a303b733a31343a226974656d735f7065725f70616765223b693a303b733a31313a22746f74616c5f6974656d73223b693a303b7d223b7d7d),
('57a95932c5c696ab18d91297b0e20fdd-C', 1657070461, 0x73657474696e67737c613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373636383036313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373636383036313b7d7d5f76616c696461746f725f646174617c613a313a7b733a323a227561223b733a33323a226130313934383235613263383861386663356533326334333963653738343366223b7d656d6265646465647c613a313a7b733a373a22656e61626c6564223b623a303b7d617574687c613a31363a7b733a343a2261726561223b733a313a2243223b733a373a22757365725f6964223b693a303b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2243223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b693a303b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b693a303b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a313b7d733a31313a226163745f61735f75736572223b623a303b733a31303a22746869735f6c6f67696e223b693a313635373036333236313b733a373a2272656665726572223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f746573742f7465636e6f6c6f6769612f63656c756c617265732d652d74656c65666f6e65732f63656c756c617265732d652d736d61727470686f6e65732f6970686f6e652d31322d636c6f6e652f223b733a323a226970223b733a31353a223131342e3131392e3135332e313337223b733a31313a226163745f61735f61726561223b733a313a2243223b7d776973686c6973747c4e3b636172747c613a303a7b7d6c6173745f766965777c613a313a7b733a31313a226c765f70726f6475637473223b613a323a7b733a363a22706172616d73223b733a33333a22613a313a7b733a31313a2263617465676f72795f6964223b733a313a2239223b7d223b733a31323a22766965775f726573756c7473223b733a3130303a22613a343a7b733a393a226974656d735f696473223b613a303a7b7d733a31313a22746f74616c5f7061676573223b693a303b733a31343a226974656d735f7065725f70616765223b693a303b733a31313a22746f74616c5f6974656d73223b693a303b7d223b7d7d),
('62bbb573bbbd1fa543bc5dc68685b5fe-C', 1657048547, 0x73657474696e67737c613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373634363134373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373634363134373b7d7d5f76616c696461746f725f646174617c613a313a7b733a323a227561223b733a33323a226130313934383235613263383861386663356533326334333963653738343366223b7d656d6265646465647c613a313a7b733a373a22656e61626c6564223b623a303b7d617574687c613a31363a7b733a343a2261726561223b733a313a2243223b733a373a22757365725f6964223b693a303b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2243223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b693a303b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b693a303b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a313b7d733a31313a226163745f61735f75736572223b623a303b733a31303a22746869735f6c6f67696e223b693a313635373034313334373b733a373a2272656665726572223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f746573742f7465636e6f6c6f6769612f63656c756c617265732d652d74656c65666f6e65732f63656c756c617265732d652d736d61727470686f6e65732f6970686f6e652d31322d636c6f6e652f223b733a323a226970223b733a31353a223131342e3131392e3135332e313337223b733a31313a226163745f61735f61726561223b733a313a2243223b7d776973686c6973747c4e3b636172747c613a303a7b7d),
('66674d8b1e266335c711c45a71397206-C', 1657067820, 0x73657474696e67737c613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373636353432303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373636353432303b7d7d5f76616c696461746f725f646174617c613a313a7b733a323a227561223b733a33323a226130313934383235613263383861386663356533326334333963653738343366223b7d656d6265646465647c613a313a7b733a373a22656e61626c6564223b623a303b7d617574687c613a31363a7b733a343a2261726561223b733a313a2243223b733a373a22757365725f6964223b693a303b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2243223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b693a303b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b693a303b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a313b7d733a31313a226163745f61735f75736572223b623a303b733a31303a22746869735f6c6f67696e223b693a313635373036303632303b733a373a2272656665726572223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f746573742f7465636e6f6c6f6769612f63656c756c617265732d652d74656c65666f6e65732f63656c756c617265732d652d736d61727470686f6e65732f6970686f6e652d31322d636c6f6e652f223b733a323a226970223b733a31353a223131342e3131392e3134382e313631223b733a31313a226163745f61735f61726561223b733a313a2243223b7d776973686c6973747c4e3b636172747c613a303a7b7d6c6173745f766965777c613a313a7b733a31313a226c765f70726f6475637473223b613a323a7b733a363a22706172616d73223b733a33363a22613a313a7b733a31313a2263617465676f72795f6964223b733a343a2234363537223b7d223b733a31323a22766965775f726573756c7473223b733a3130303a22613a343a7b733a393a226974656d735f696473223b613a303a7b7d733a31313a22746f74616c5f7061676573223b693a303b733a31343a226974656d735f7065725f70616765223b693a303b733a31313a22746f74616c5f6974656d73223b693a303b7d223b7d7d),
('70d5f8ccd8cff1a0c76aa6dc5cb17f1f-C', 1657066744, 0x73657474696e67737c613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373636343334343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373636343334343b7d7d5f76616c696461746f725f646174617c613a313a7b733a323a227561223b733a33323a223838376435386462393037356639656635326461366139613938343531316132223b7d656d6265646465647c613a313a7b733a373a22656e61626c6564223b623a303b7d617574687c613a31363a7b733a343a2261726561223b733a313a2243223b733a373a22757365725f6964223b693a303b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2243223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b693a303b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b693a303b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a313b7d733a31313a226163745f61735f75736572223b623a303b733a31303a22746869735f6c6f67696e223b693a313635373035393534343b733a373a2272656665726572223b733a303a22223b733a323a226970223b733a31333a2233352e3136312e3136362e3831223b733a31313a226163745f61735f61726561223b733a313a2243223b7d776973686c6973747c4e3b636172747c613a303a7b7d),
('814c4a7922f9a08f0228f708312bda76-C', 1657041443, 0x73657474696e67737c613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373633393034333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373633393034333b7d7d5f76616c696461746f725f646174617c613a313a7b733a323a227561223b733a33323a226130313934383235613263383861386663356533326334333963653738343366223b7d656d6265646465647c613a313a7b733a373a22656e61626c6564223b623a303b7d617574687c613a31363a7b733a343a2261726561223b733a313a2243223b733a373a22757365725f6964223b693a303b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2243223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b693a303b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b693a303b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a313b7d733a31313a226163745f61735f75736572223b623a303b733a31303a22746869735f6c6f67696e223b693a313635373033343234333b733a373a2272656665726572223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f746573742f7465636e6f6c6f6769612f63656c756c617265732d652d74656c65666f6e65732f63656c756c617265732d652d736d61727470686f6e65732f6970686f6e652d31322d636c6f6e652f223b733a323a226970223b733a31353a223131342e3131392e3135332e313538223b733a31313a226163745f61735f61726561223b733a313a2243223b7d776973686c6973747c4e3b636172747c613a303a7b7d6c6173745f766965777c613a313a7b733a31313a226c765f70726f6475637473223b613a323a7b733a363a22706172616d73223b733a33363a22613a313a7b733a31313a2263617465676f72795f6964223b733a343a2231323233223b7d223b733a31323a22766965775f726573756c7473223b733a3130303a22613a343a7b733a393a226974656d735f696473223b613a303a7b7d733a31313a22746f74616c5f7061676573223b693a303b733a31343a226974656d735f7065725f70616765223b693a303b733a31313a22746f74616c5f6974656d73223b693a303b7d223b7d7d),
('8873052d889b2e5023242d902cbf6d13-C', 1657067453, 0x73657474696e67737c613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373636353035333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373636353035333b7d7d5f76616c696461746f725f646174617c613a313a7b733a323a227561223b733a33323a226130313934383235613263383861386663356533326334333963653738343366223b7d656d6265646465647c613a313a7b733a373a22656e61626c6564223b623a303b7d617574687c613a31363a7b733a343a2261726561223b733a313a2243223b733a373a22757365725f6964223b693a303b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2243223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b693a303b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b693a303b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a313b7d733a31313a226163745f61735f75736572223b623a303b733a31303a22746869735f6c6f67696e223b693a313635373036303235333b733a373a2272656665726572223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f746573742f7465636e6f6c6f6769612f63656c756c617265732d652d74656c65666f6e65732f63656c756c617265732d652d736d61727470686f6e65732f6970686f6e652d31322d636c6f6e652f223b733a323a226970223b733a31353a223131342e3131392e3135332e313337223b733a31313a226163745f61735f61726561223b733a313a2243223b7d776973686c6973747c4e3b636172747c613a303a7b7d6c6173745f766965777c613a313a7b733a31313a226c765f70726f6475637473223b613a323a7b733a363a22706172616d73223b733a33363a22613a313a7b733a31313a2263617465676f72795f6964223b733a343a2234343937223b7d223b733a31323a22766965775f726573756c7473223b733a3130303a22613a343a7b733a393a226974656d735f696473223b613a303a7b7d733a31313a22746f74616c5f7061676573223b693a303b733a31343a226974656d735f7065725f70616765223b693a303b733a31313a22746f74616c5f6974656d73223b693a303b7d223b7d7d),
('88ec39dfd55bb279d0137be68dc296ea-C', 1657045327, 0x73657474696e67737c613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373634323932373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373634323932373b7d7d5f76616c696461746f725f646174617c613a313a7b733a323a227561223b733a33323a226130313934383235613263383861386663356533326334333963653738343366223b7d656d6265646465647c613a313a7b733a373a22656e61626c6564223b623a303b7d617574687c613a31363a7b733a343a2261726561223b733a313a2243223b733a373a22757365725f6964223b693a303b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2243223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b693a303b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b693a303b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a313b7d733a31313a226163745f61735f75736572223b623a303b733a31303a22746869735f6c6f67696e223b693a313635373033383132373b733a373a2272656665726572223b733a33333a22687474703a2f2f70617274697573686f702e636f6d2e62722f626c6f672d70742f223b733a323a226970223b733a31353a223131342e3131392e3135332e313536223b733a31313a226163745f61735f61726561223b733a313a2243223b7d776973686c6973747c4e3b636172747c613a303a7b7d),
('944d8973b9656be6ffdf0bbe572403e9-C', 1657060098, 0x73657474696e67737c613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373635373639383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373635373639383b7d7d5f76616c696461746f725f646174617c613a313a7b733a323a227561223b733a33323a226130313934383235613263383861386663356533326334333963653738343366223b7d656d6265646465647c613a313a7b733a373a22656e61626c6564223b623a303b7d617574687c613a31363a7b733a343a2261726561223b733a313a2243223b733a373a22757365725f6964223b693a303b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2243223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b693a303b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b693a303b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a313b7d733a31313a226163745f61735f75736572223b623a303b733a31303a22746869735f6c6f67696e223b693a313635373035323839383b733a373a2272656665726572223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f746573742f7465636e6f6c6f6769612f63656c756c617265732d652d74656c65666f6e65732f63656c756c617265732d652d736d61727470686f6e65732f6970686f6e652d31322d636c6f6e652f223b733a323a226970223b733a31353a223131342e3131392e3134382e313631223b733a31313a226163745f61735f61726561223b733a313a2243223b7d776973686c6973747c4e3b636172747c613a303a7b7d6c6173745f766965777c613a313a7b733a31313a226c765f70726f6475637473223b613a323a7b733a363a22706172616d73223b733a33363a22613a313a7b733a31313a2263617465676f72795f6964223b733a343a2231303632223b7d223b733a31323a22766965775f726573756c7473223b733a3130303a22613a343a7b733a393a226974656d735f696473223b613a303a7b7d733a31313a22746f74616c5f7061676573223b693a303b733a31343a226974656d735f7065725f70616765223b693a303b733a31313a22746f74616c5f6974656d73223b693a303b7d223b7d7d),
('9c50c0325ec1a87ab39af75d72780e12-C', 1657045709, 0x73657474696e67737c613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373634333330393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373634333330393b7d7d5f76616c696461746f725f646174617c613a313a7b733a323a227561223b733a33323a223737393339373965373062623031653233383333613466373738396437613633223b7d656d6265646465647c613a313a7b733a373a22656e61626c6564223b623a303b7d617574687c613a31363a7b733a343a2261726561223b733a313a2243223b733a373a22757365725f6964223b693a303b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2243223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b693a303b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b693a303b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a313b7d733a31313a226163745f61735f75736572223b623a303b733a31303a22746869735f6c6f67696e223b693a313635373033383530393b733a373a2272656665726572223b733a303a22223b733a323a226970223b733a31353a223138362e3230322e3137332e313437223b733a31313a226163745f61735f61726561223b733a313a2243223b7d776973686c6973747c4e3b636172747c613a303a7b7d),
('aa0b86c4f7623609e9b6a0f55cacc57b-C', 1657064445, 0x73657474696e67737c613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373636323034353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373636323034353b7d7d5f76616c696461746f725f646174617c613a313a7b733a323a227561223b733a33323a226130313934383235613263383861386663356533326334333963653738343366223b7d656d6265646465647c613a313a7b733a373a22656e61626c6564223b623a303b7d617574687c613a31363a7b733a343a2261726561223b733a313a2243223b733a373a22757365725f6964223b693a303b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2243223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b693a303b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b693a303b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a313b7d733a31313a226163745f61735f75736572223b623a303b733a31303a22746869735f6c6f67696e223b693a313635373035373234353b733a373a2272656665726572223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f746573742f7465636e6f6c6f6769612f63656c756c617265732d652d74656c65666f6e65732f63656c756c617265732d652d736d61727470686f6e65732f6970686f6e652d31322d636c6f6e652f223b733a323a226970223b733a31353a223131342e3131392e3135332e313338223b733a31313a226163745f61735f61726561223b733a313a2243223b7d776973686c6973747c4e3b636172747c613a303a7b7d6c6173745f766965777c613a313a7b733a31313a226c765f70726f6475637473223b613a323a7b733a363a22706172616d73223b733a33363a22613a313a7b733a31313a2263617465676f72795f6964223b733a343a2233323936223b7d223b733a31323a22766965775f726573756c7473223b733a3130303a22613a343a7b733a393a226974656d735f696473223b613a303a7b7d733a31313a22746f74616c5f7061676573223b693a303b733a31343a226974656d735f7065725f70616765223b693a303b733a31313a22746f74616c5f6974656d73223b693a303b7d223b7d7d),
('ad797c2d8b16a6c3c1750af1f00d5a13-C', 1657056773, 0x73657474696e67737c613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373635343337333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373635343337333b7d7d5f76616c696461746f725f646174617c613a313a7b733a323a227561223b733a33323a226130313934383235613263383861386663356533326334333963653738343366223b7d656d6265646465647c613a313a7b733a373a22656e61626c6564223b623a303b7d617574687c613a31363a7b733a343a2261726561223b733a313a2243223b733a373a22757365725f6964223b693a303b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2243223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b693a303b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b693a303b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a313b7d733a31313a226163745f61735f75736572223b623a303b733a31303a22746869735f6c6f67696e223b693a313635373034393537333b733a373a2272656665726572223b733a33383a22687474703a2f2f70617274697573686f702e636f6d2e62722f736974656d61702d766965772f223b733a323a226970223b733a31353a223131342e3131392e3134382e313631223b733a31313a226163745f61735f61726561223b733a313a2243223b7d776973686c6973747c4e3b636172747c613a303a7b7d),
('aec0c8ae933cc760930a8869b2f0b060-C', 1657067054, 0x73657474696e67737c613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373636343635343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373636343635343b7d7d5f76616c696461746f725f646174617c613a313a7b733a323a227561223b733a33323a223838376435386462393037356639656635326461366139613938343531316132223b7d656d6265646465647c613a313a7b733a373a22656e61626c6564223b623a303b7d617574687c613a31363a7b733a343a2261726561223b733a313a2243223b733a373a22757365725f6964223b693a303b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2243223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b693a303b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b693a303b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a313b7d733a31313a226163745f61735f75736572223b623a303b733a31303a22746869735f6c6f67696e223b693a313635373035393835343b733a373a2272656665726572223b733a303a22223b733a323a226970223b733a31333a2233342e3231372e36352e313138223b733a31313a226163745f61735f61726561223b733a313a2243223b7d776973686c6973747c4e3b636172747c613a303a7b7d),
('af27eb5e2f988196039d9e563ba6a26d-C', 1657059408, 0x73657474696e67737c613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373635373030383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373635373030383b7d7d5f76616c696461746f725f646174617c613a313a7b733a323a227561223b733a33323a226130313934383235613263383861386663356533326334333963653738343366223b7d656d6265646465647c613a313a7b733a373a22656e61626c6564223b623a303b7d617574687c613a31363a7b733a343a2261726561223b733a313a2243223b733a373a22757365725f6964223b693a303b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2243223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b693a303b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b693a303b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a313b7d733a31313a226163745f61735f75736572223b623a303b733a31303a22746869735f6c6f67696e223b693a313635373035323230383b733a373a2272656665726572223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f746573742f7465636e6f6c6f6769612f63656c756c617265732d652d74656c65666f6e65732f63656c756c617265732d652d736d61727470686f6e65732f6970686f6e652d31322d636c6f6e652f223b733a323a226970223b733a31353a223131342e3131392e3135332e313536223b733a31313a226163745f61735f61726561223b733a313a2243223b7d776973686c6973747c4e3b636172747c613a303a7b7d),
('d9a1beddbdaa5109127c64bff0bfe423-C', 1657062983, 0x73657474696e67737c613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373636303538333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373636303538333b7d7d5f76616c696461746f725f646174617c613a313a7b733a323a227561223b733a33323a223861376135323166633938396664393137626331353633383464373039616433223b7d656d6265646465647c613a313a7b733a373a22656e61626c6564223b623a303b7d617574687c613a31363a7b733a343a2261726561223b733a313a2243223b733a373a22757365725f6964223b693a303b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2243223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b693a303b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b693a303b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a313b7d733a31313a226163745f61735f75736572223b623a303b733a31303a22746869735f6c6f67696e223b693a313635373035353738333b733a373a2272656665726572223b733a303a22223b733a323a226970223b733a31333a223230372e34362e31332e313635223b733a31313a226163745f61735f61726561223b733a313a2243223b7d776973686c6973747c4e3b636172747c613a303a7b7d),
('ec55720f543d927b2de955663236869b-C', 1657043200, 0x73657474696e67737c613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373634303830303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373634303830303b7d7d5f76616c696461746f725f646174617c613a313a7b733a323a227561223b733a33323a226130313934383235613263383861386663356533326334333963653738343366223b7d656d6265646465647c613a313a7b733a373a22656e61626c6564223b623a303b7d617574687c613a31363a7b733a343a2261726561223b733a313a2243223b733a373a22757365725f6964223b693a303b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2243223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b693a303b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b693a303b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a313b7d733a31313a226163745f61735f75736572223b623a303b733a31303a22746869735f6c6f67696e223b693a313635373033363030303b733a373a2272656665726572223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f746573742f7465636e6f6c6f6769612f63656c756c617265732d652d74656c65666f6e65732f63656c756c617265732d652d736d61727470686f6e65732f6970686f6e652d31322d636c6f6e652f223b733a323a226970223b733a31353a223131342e3131392e3135332e313338223b733a31313a226163745f61735f61726561223b733a313a2243223b7d776973686c6973747c4e3b636172747c613a303a7b7d6c6173745f766965777c613a313a7b733a31313a226c765f70726f6475637473223b613a323a7b733a363a22706172616d73223b733a33363a22613a313a7b733a31313a2263617465676f72795f6964223b733a343a2234383630223b7d223b733a31323a22766965775f726573756c7473223b733a3130303a22613a343a7b733a393a226974656d735f696473223b613a303a7b7d733a31313a22746f74616c5f7061676573223b693a303b733a31343a226974656d735f7065725f70616765223b693a303b733a31313a22746f74616c5f6974656d73223b693a303b7d223b7d7d),
('ed2d96976a40de7038a8d4d8ed1011cc-C', 1657068202, 0x73657474696e67737c613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373636353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373636353830323b7d7d5f76616c696461746f725f646174617c613a313a7b733a323a227561223b733a33323a226536643161303830616130363838626464373063663836376536346435616237223b7d656d6265646465647c613a313a7b733a373a22656e61626c6564223b623a303b7d617574687c613a31363a7b733a343a2261726561223b733a313a2243223b733a373a22757365725f6964223b693a303b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2243223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b693a303b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b693a303b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a313b7d733a31313a226163745f61735f75736572223b623a303b733a31303a22746869735f6c6f67696e223b693a313635373036313030323b733a373a2272656665726572223b733a303a22223b733a323a226970223b733a31323a2235322e34302e3134372e3632223b733a31313a226163745f61735f61726561223b733a313a2243223b7d776973686c6973747c4e3b636172747c613a303a7b7d),
('f643ea78ebe5a37a9bacd1222432d945-C', 1657064827, 0x73657474696e67737c613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373636323432373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373636323432373b7d7d5f76616c696461746f725f646174617c613a313a7b733a323a227561223b733a33323a226130313934383235613263383861386663356533326334333963653738343366223b7d656d6265646465647c613a313a7b733a373a22656e61626c6564223b623a303b7d617574687c613a31363a7b733a343a2261726561223b733a313a2243223b733a373a22757365725f6964223b693a303b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2243223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b693a303b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b693a303b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a313b7d733a31313a226163745f61735f75736572223b623a303b733a31303a22746869735f6c6f67696e223b693a313635373035373632373b733a373a2272656665726572223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f746573742f7465636e6f6c6f6769612f63656c756c617265732d652d74656c65666f6e65732f63656c756c617265732d652d736d61727470686f6e65732f6970686f6e652d31322d636c6f6e652f223b733a323a226970223b733a31353a223131342e3131392e3134382e313631223b733a31313a226163745f61735f61726561223b733a313a2243223b7d776973686c6973747c4e3b636172747c613a303a7b7d),
('f8bd0d0a34438e5e20ab7ec678fd90a7-C', 1657064256, 0x73657474696e67737c613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373636313835363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373636313835363b7d7d5f76616c696461746f725f646174617c613a313a7b733a323a227561223b733a33323a223032373437303335616639363930636366363530373438323931626366656230223b7d656d6265646465647c613a313a7b733a373a22656e61626c6564223b623a303b7d617574687c613a31363a7b733a343a2261726561223b733a313a2243223b733a373a22757365725f6964223b693a303b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2243223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b693a303b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b693a303b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a313b7d733a31313a226163745f61735f75736572223b623a303b733a31303a22746869735f6c6f67696e223b693a313635373035373035363b733a373a2272656665726572223b733a303a22223b733a323a226970223b733a31313a2233352e3139342e352e3638223b733a31313a226163745f61735f61726561223b733a313a2243223b7d776973686c6973747c4e3b636172747c613a303a7b7d);
INSERT INTO `partiushop_sessions` (`session_id`, `expiry`, `data`) VALUES
('f9b5ebea90adace95fb453fe67d7c18d-C', 1657065210, 0x73657474696e67737c613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373636323831303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373636323831303b7d7d5f76616c696461746f725f646174617c613a313a7b733a323a227561223b733a33323a226130313934383235613263383861386663356533326334333963653738343366223b7d656d6265646465647c613a313a7b733a373a22656e61626c6564223b623a303b7d617574687c613a31363a7b733a343a2261726561223b733a313a2243223b733a373a22757365725f6964223b693a303b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2243223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b693a303b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b693a303b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a313b7d733a31313a226163745f61735f75736572223b623a303b733a31303a22746869735f6c6f67696e223b693a313635373035383031303b733a373a2272656665726572223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f746573742f7465636e6f6c6f6769612f63656c756c617265732d652d74656c65666f6e65732f63656c756c617265732d652d736d61727470686f6e65732f6970686f6e652d31322d636c6f6e652f223b733a323a226970223b733a31353a223131342e3131392e3135332e313536223b733a31313a226163745f61735f61726561223b733a313a2243223b7d776973686c6973747c4e3b636172747c613a303a7b7d6c6173745f766965777c613a313a7b733a31313a226c765f70726f6475637473223b613a323a7b733a363a22706172616d73223b733a33363a22613a313a7b733a31313a2263617465676f72795f6964223b733a343a2234373030223b7d223b733a31323a22766965775f726573756c7473223b733a3130303a22613a343a7b733a393a226974656d735f696473223b613a303a7b7d733a31313a22746f74616c5f7061676573223b693a303b733a31343a226974656d735f7065725f70616765223b693a303b733a31313a22746f74616c5f6974656d73223b693a303b7d223b7d7d),
('ffb8861fcc01ad66c9068962fc907cca-C', 1657061153, 0x73657474696e67737c613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373635383735333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373635383735333b7d7d5f76616c696461746f725f646174617c613a313a7b733a323a227561223b733a33323a226130313934383235613263383861386663356533326334333963653738343366223b7d656d6265646465647c613a313a7b733a373a22656e61626c6564223b623a303b7d617574687c613a31363a7b733a343a2261726561223b733a313a2243223b733a373a22757365725f6964223b693a303b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2243223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b693a303b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b693a303b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a313b7d733a31313a226163745f61735f75736572223b623a303b733a31303a22746869735f6c6f67696e223b693a313635373035333935333b733a373a2272656665726572223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f746573742f7465636e6f6c6f6769612f63656c756c617265732d652d74656c65666f6e65732f63656c756c617265732d652d736d61727470686f6e65732f6970686f6e652d31322d636c6f6e652f223b733a323a226970223b733a31353a223131342e3131392e3135332e313337223b733a31313a226163745f61735f61726561223b733a313a2243223b7d776973686c6973747c4e3b636172747c613a303a7b7d6c6173745f766965777c613a313a7b733a31313a226c765f70726f6475637473223b613a323a7b733a363a22706172616d73223b733a33343a22613a313a7b733a31313a2263617465676f72795f6964223b733a323a223131223b7d223b733a31323a22766965775f726573756c7473223b733a3130303a22613a343a7b733a393a226974656d735f696473223b613a303a7b7d733a31313a22746f74616c5f7061676573223b693a303b733a31343a226974656d735f7065725f70616765223b693a303b733a31313a22746f74616c5f6974656d73223b693a303b7d223b7d7d);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_settings_descriptions`
--

CREATE TABLE `partiushop_settings_descriptions` (
  `object_id` mediumint(8) UNSIGNED NOT NULL,
  `object_type` varchar(1) NOT NULL DEFAULT 'O',
  `lang_code` char(2) NOT NULL DEFAULT '',
  `value` text DEFAULT NULL,
  `tooltip` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_settings_descriptions`
--

INSERT INTO `partiushop_settings_descriptions` (`object_id`, `object_type`, `lang_code`, `value`, `tooltip`) VALUES
(1, 'S', 'da', 'E-mails', NULL),
(1, 'S', 'de', 'E-Mails', NULL),
(1, 'S', 'el', 'E-mails', NULL),
(1, 'S', 'en', 'E-mails', NULL),
(1, 'S', 'es', 'Opciones de E-mail', NULL),
(1, 'S', 'fr', 'Emails', NULL),
(1, 'S', 'it', 'E-mail', NULL),
(1, 'S', 'nl', 'E-mails', NULL),
(1, 'S', 'no', 'E-post', NULL),
(1, 'S', 'pt', 'E-mails', NULL),
(1, 'S', 'ro', 'E-mail-uri', NULL),
(1, 'S', 'ru', 'Электронная почта', NULL),
(1, 'V', 'da', 'Esconder exceção', NULL),
(1, 'V', 'de', 'Hide exception', NULL),
(1, 'V', 'el', 'Απόκρυψη εξαίρεσης', NULL),
(1, 'V', 'en', 'Hide exception', NULL),
(1, 'V', 'es', 'Ocultar la excepción', NULL),
(1, 'V', 'fr', 'Cacher les exceptions', NULL),
(1, 'V', 'it', 'Nascondere l\'eccezione', NULL),
(1, 'V', 'nl', 'Verberg uitgezonderde varianten', NULL),
(1, 'V', 'no', 'Skjul unntak', NULL),
(1, 'V', 'pt', 'Esconder exceção', NULL),
(1, 'V', 'ro', 'Ascunde excepție', NULL),
(1, 'V', 'ru', 'Скрыть исключенные варианты', NULL),
(2, 'O', 'da', 'Permitir que  cliente se inscreva para um grupo de usuário', NULL),
(2, 'O', 'de', 'Kunden erlauben sich für eine Benutzergruppe anzumelden', NULL),
(2, 'O', 'el', 'Να επιτρέπεται στο Χρήστη η εγγραφή σε  ομάδα χρηστών', NULL),
(2, 'O', 'en', 'Allow customer to signup for user group', NULL),
(2, 'O', 'es', 'Permitir al cliente inscribirse en un grupo de usuarios', NULL),
(2, 'O', 'fr', 'Autoriser le client à s\'inscrire à un groupe d\'utilisateur', NULL),
(2, 'O', 'it', 'Consentire agli acquirenti di registrarsi ai gruppi di utenti', NULL),
(2, 'O', 'nl', 'Aanmelden voor gebruikersgroepen toestaan voor klanten', NULL),
(2, 'O', 'no', 'Tillat kunder å registrere seg på brukergrupper', NULL),
(2, 'O', 'pt', 'Permitir que  cliente se inscreva para um grupo de usuário', NULL),
(2, 'O', 'ro', 'Permite clienților ca să se înregistreze pentru un grup de utilizatori', NULL),
(2, 'O', 'ru', 'Разрешить покупателям выбирать группу в профиле', NULL),
(2, 'S', 'da', 'Geral', NULL),
(2, 'S', 'de', 'Allgemein', NULL),
(2, 'S', 'el', 'Γενικά', NULL),
(2, 'S', 'en', 'General', NULL),
(2, 'S', 'es', 'General', NULL),
(2, 'S', 'fr', 'Général', NULL),
(2, 'S', 'it', 'Generali', NULL),
(2, 'S', 'nl', 'Algemeen', NULL),
(2, 'S', 'no', 'Generelt', NULL),
(2, 'S', 'pt', 'Geral', NULL),
(2, 'S', 'ro', 'General', NULL),
(2, 'S', 'ru', 'Общие', NULL),
(2, 'V', 'da', 'Exibir aviso na exceção', NULL),
(2, 'V', 'de', 'Show warning on exception', NULL),
(2, 'V', 'el', 'Εμφάνιση προειδοποίησης στην εξαίρεση', NULL),
(2, 'V', 'en', 'Show warning on exception', NULL),
(2, 'V', 'es', 'Mostrar ADVERTENCIA de excepción', NULL),
(2, 'V', 'fr', 'Show warning on exception', NULL),
(2, 'V', 'it', 'Visualizza avviso su eccezione', NULL),
(2, 'V', 'nl', 'Toon waarschuwing bij uitzondering', NULL),
(2, 'V', 'no', 'Vis advarsel om unntak', NULL),
(2, 'V', 'pt', 'Exibir aviso na exceção', NULL),
(2, 'V', 'ro', 'Afișează avertisment în cazul unei excepții', NULL),
(2, 'V', 'ru', 'Показывать предупреждение об исключении', NULL),
(3, 'O', 'da', 'Estilo de exceção', NULL),
(3, 'O', 'de', 'Stil für Ausnahmen der Produktvarianten', NULL),
(3, 'O', 'el', 'Στυλ Εξαίρεσης', NULL),
(3, 'O', 'en', 'Exception style', NULL),
(3, 'O', 'es', 'Estilo de excepciones', NULL),
(3, 'O', 'fr', 'Style d\'exception', NULL),
(3, 'O', 'it', 'Stile per eccezioni varianti prodotto', NULL),
(3, 'O', 'nl', 'Uitzonderingenstijl', NULL),
(3, 'O', 'no', 'Unntaks stil', NULL),
(3, 'O', 'pt', 'Estilo de exceção', NULL),
(3, 'O', 'ro', 'Stil excepție', NULL),
(3, 'O', 'ru', 'Стиль исключений', NULL),
(4, 'S', 'da', 'Aparência', NULL),
(4, 'S', 'de', 'Shopdarstellung', NULL),
(4, 'S', 'el', 'Εμφάνιση', NULL),
(4, 'S', 'en', 'Appearance', NULL),
(4, 'S', 'es', 'Apariencia', NULL),
(4, 'S', 'fr', 'Apparence', NULL),
(4, 'S', 'it', 'Apparenza', NULL),
(4, 'S', 'nl', 'Opmaak', NULL),
(4, 'S', 'no', 'Utseende', NULL),
(4, 'S', 'pt', 'Aparência', NULL),
(4, 'S', 'ro', 'Aspect', NULL),
(4, 'S', 'ru', 'Внешний вид', NULL),
(5, 'S', 'da', 'Empresa', NULL),
(5, 'S', 'de', 'Firma', NULL),
(5, 'S', 'el', 'Εταιρικά', NULL),
(5, 'S', 'en', 'Company', NULL),
(5, 'S', 'es', 'Empresa', NULL),
(5, 'S', 'fr', 'Société', NULL),
(5, 'S', 'it', 'Azienda', NULL),
(5, 'S', 'nl', 'Bedrijf', NULL),
(5, 'S', 'no', 'Firma', NULL),
(5, 'S', 'pt', 'Empresa', NULL),
(5, 'S', 'ro', 'Companie', NULL),
(5, 'S', 'ru', 'Компания', NULL),
(6, 'S', 'da', 'Check-out', NULL),
(6, 'S', 'de', 'Kasse', NULL),
(6, 'S', 'el', 'Ταμείο', NULL),
(6, 'S', 'en', 'Checkout', NULL),
(6, 'S', 'es', 'Pasar por Caja', NULL),
(6, 'S', 'fr', 'Tunnel de paiement/Checkout', NULL),
(6, 'S', 'it', 'Cassa', NULL),
(6, 'S', 'nl', 'Afrekenen', NULL),
(6, 'S', 'no', 'Utsjekking', NULL),
(6, 'S', 'pt', 'Check-out', NULL),
(6, 'S', 'ro', 'Procesare', NULL),
(6, 'S', 'ru', 'Оформление заказа', NULL),
(6, 'V', 'da', 'Feedback manual', NULL),
(6, 'V', 'de', 'Manual feedback', NULL),
(6, 'V', 'el', 'Χειροκίνητο feedback', NULL),
(6, 'V', 'en', 'Manual feedback', NULL),
(6, 'V', 'es', 'Comentarios manuales', NULL),
(6, 'V', 'fr', 'Retours manuels', NULL),
(6, 'V', 'it', 'Feedback manuale', NULL),
(6, 'V', 'nl', 'Handmatige feedback', NULL),
(6, 'V', 'no', 'Manuell tilbakemelding', NULL),
(6, 'V', 'pt', 'Feedback manual', NULL),
(6, 'V', 'ro', 'Feedback-ul manual', NULL),
(6, 'V', 'ru', 'Обратная связь вручную', NULL),
(7, 'O', 'da', 'Nos ajude a melhorar o software', NULL),
(7, 'O', 'de', 'Helfen Sie uns CS-Cart zu verbessern', NULL),
(7, 'O', 'el', 'Βοηθήστε μας να βελτιώσουμε το CS-Cart', NULL),
(7, 'O', 'en', 'Help us improve software', NULL),
(7, 'O', 'es', 'Ayúdanos a mejorar CS-Cart', NULL),
(7, 'O', 'fr', 'Aidez-nous à améliorer CS-Cart', NULL),
(7, 'O', 'it', 'Aiutateci a migliorare CS-Cart', NULL),
(7, 'O', 'nl', 'Help ons om CS-Cart te verbeteren', NULL),
(7, 'O', 'no', 'Hjelp oss å forbedre CS-Cart', NULL),
(7, 'O', 'pt', 'Nos ajude a melhorar o software', NULL),
(7, 'O', 'ro', 'Ne ajutați la îmbunătățirea software-ului', NULL),
(7, 'O', 'ru', 'Помогите нам стать лучше', NULL),
(7, 'V', 'da', 'Feedback automático', NULL),
(7, 'V', 'de', 'Automatic feedback', NULL),
(7, 'V', 'el', 'Αυτόματο feedback', NULL),
(7, 'V', 'en', 'Automatic feedback', NULL),
(7, 'V', 'es', 'Feedback automático', NULL),
(7, 'V', 'fr', 'Retours automatiques', NULL),
(7, 'V', 'it', 'Feedback automatico', NULL),
(7, 'V', 'nl', 'Automatische feedback', NULL),
(7, 'V', 'no', 'Automatisk tilbakemelding', NULL),
(7, 'V', 'pt', 'Feedback automático', NULL),
(7, 'V', 'ro', 'Feedback-ul automat', NULL),
(7, 'V', 'ru', 'Автоматическая обратная связь', NULL),
(8, 'O', 'da', 'Hostname', NULL),
(8, 'O', 'de', 'Hostname', NULL),
(8, 'O', 'el', 'Όνομα σύνδεσης', NULL),
(8, 'O', 'en', 'Hostname', NULL),
(8, 'O', 'es', 'Nombre de host', NULL),
(8, 'O', 'fr', 'Nom du serveur', NULL),
(8, 'O', 'it', 'Hostname', NULL),
(8, 'O', 'nl', 'Hostnaam', NULL),
(8, 'O', 'no', 'Servernavn (ftp.eksempel.no)', NULL),
(8, 'O', 'pt', 'Hostname', NULL),
(8, 'O', 'ro', 'Hostname-ul', NULL),
(8, 'O', 'ru', 'Имя сервера', NULL),
(8, 'S', 'da', 'Mapa do site', NULL),
(8, 'S', 'de', 'Sitemap (Seitenübersicht)', NULL),
(8, 'S', 'el', 'Χαρτης Site', NULL),
(8, 'S', 'en', 'Sitemap', NULL),
(8, 'S', 'es', 'Mapa del sitio', NULL),
(8, 'S', 'fr', 'Plan du site', NULL),
(8, 'S', 'it', 'Sitemap (mappa del sito)', NULL),
(8, 'S', 'nl', 'Sitemap', NULL),
(8, 'S', 'no', 'Sidekart', NULL),
(8, 'S', 'pt', 'Mapa do site', NULL),
(8, 'S', 'ro', 'Harta site-ului', NULL),
(8, 'S', 'ru', 'Карта сайта', NULL),
(8, 'V', 'da', 'Exibir preços na moeda principal e na moeda selecionada', NULL),
(8, 'V', 'de', 'Preise in Standard und ausgewählten Währungen anzeigen', NULL),
(8, 'V', 'el', 'Δείτε τιμές στα προεπιλεγμένα και επιλεγμένα νομισματα', NULL),
(8, 'V', 'en', 'Show prices in default and selected currencies', NULL),
(8, 'V', 'es', 'Mostrar precios en moneda por defectos y monedas seleccionadas', NULL),
(8, 'V', 'fr', 'Show prices in default and selected currencies', NULL),
(8, 'V', 'it', 'Visualizza prezzi nella valuta predefinita e in quelle selezionate', NULL),
(8, 'V', 'nl', 'Toon prijzen in standaard en geselecteerde valuta', NULL),
(8, 'V', 'no', 'Vis priser i standard og valgte valutaer', NULL),
(8, 'V', 'pt', 'Exibir preços na moeda principal e na moeda selecionada', NULL),
(8, 'V', 'ro', 'Arată prețurile în mod implicit și monedele selectate', NULL),
(8, 'V', 'ru', 'Показывать цены в валюте по умолчанию и в выбранной валюте', NULL),
(9, 'O', 'da', 'Usuário', NULL),
(9, 'O', 'de', 'Benutzername', NULL),
(9, 'O', 'el', 'Όνομα χρήστη', NULL),
(9, 'O', 'en', 'Username', NULL),
(9, 'O', 'es', 'Nombre de usuario', NULL),
(9, 'O', 'fr', 'Nom de l\'utilisateur', NULL),
(9, 'O', 'it', 'Nome utente', NULL),
(9, 'O', 'nl', 'Gebruikersnaam', NULL),
(9, 'O', 'no', 'Brukernavn', NULL),
(9, 'O', 'pt', 'Usuário', NULL),
(9, 'O', 'ro', 'Utilizator', NULL),
(9, 'O', 'ru', 'Имя пользователя', NULL),
(9, 'S', 'da', 'Miniaturas', NULL),
(9, 'S', 'de', 'Miniaturbilder (Thumbnails)', NULL),
(9, 'S', 'el', 'Μικρογραφίες', NULL),
(9, 'S', 'en', 'Thumbnails', NULL),
(9, 'S', 'es', 'Miniaturas', NULL),
(9, 'S', 'fr', 'Vignettes', NULL),
(9, 'S', 'it', 'Miniature immagini', NULL),
(9, 'S', 'nl', 'Miniaturen', NULL),
(9, 'S', 'no', 'Miniatyrbilder', NULL),
(9, 'S', 'pt', 'Miniaturas', NULL),
(9, 'S', 'ro', 'Pictograme', NULL),
(9, 'S', 'ru', 'Иконки', NULL),
(9, 'V', 'da', 'Exibir preços somente na moeda selecionada', NULL),
(9, 'V', 'de', 'Show prices in selected currency only', NULL),
(9, 'V', 'el', 'Προβολή τιμών μόνο στο επιλεγμένο νόμισμα', NULL),
(9, 'V', 'en', 'Show prices in selected currency only', NULL),
(9, 'V', 'es', 'Mostrar precios solo en moneda seleccionada', NULL),
(9, 'V', 'fr', 'Show prices in selected currency only', NULL),
(9, 'V', 'it', 'Visualizza prezzi solamente nella valuta selezionata', NULL),
(9, 'V', 'nl', 'Toon prijzen alleen in geselecteerde valuta', NULL),
(9, 'V', 'no', 'Vis kun priser i valgt valuta', NULL),
(9, 'V', 'pt', 'Exibir preços somente na moeda selecionada', NULL),
(9, 'V', 'ro', 'Arată prețurile în moneda selectată', NULL),
(9, 'V', 'ru', 'Показывать цены только в выбранной валюте', NULL),
(10, 'O', 'da', 'Senha', NULL),
(10, 'O', 'de', 'Passwort', NULL),
(10, 'O', 'el', 'Κωδικός', NULL),
(10, 'O', 'en', 'Password', NULL),
(10, 'O', 'es', 'Contraseña', NULL),
(10, 'O', 'fr', 'Mot de passe', NULL),
(10, 'O', 'it', 'Password', NULL),
(10, 'O', 'nl', 'Wachtwoord', NULL),
(10, 'O', 'no', 'Passord', NULL),
(10, 'O', 'pt', 'Senha', NULL),
(10, 'O', 'ro', 'Parolă', NULL),
(10, 'O', 'ru', 'Пароль', NULL),
(10, 'S', 'da', 'Relatórios', NULL),
(10, 'S', 'de', 'Berichte', NULL),
(10, 'S', 'el', 'Αναφορές', NULL),
(10, 'S', 'en', 'Reports', NULL),
(10, 'S', 'es', 'Informes', NULL),
(10, 'S', 'fr', 'Rapports', NULL),
(10, 'S', 'it', 'Rapporti', NULL),
(10, 'S', 'nl', 'Rapportages', NULL),
(10, 'S', 'no', 'Rapporter', NULL),
(10, 'S', 'pt', 'Relatórios', NULL),
(10, 'S', 'ro', 'Rapoarte', NULL),
(10, 'S', 'ru', 'Отчеты', NULL),
(10, 'V', 'da', '29/09/2005 (dia/mês/ano)', NULL),
(10, 'V', 'de', '29/09/2005 (day/month/year)', NULL),
(10, 'V', 'el', '29/09/2005 (μέρα/μήνα/χρόνος)', NULL),
(10, 'V', 'en', '29/09/2005 (day/month/year)', NULL),
(10, 'V', 'es', '29/09/2005 (día/mes/año)', NULL),
(10, 'V', 'fr', '29/09/2005 (day/month/year)', NULL),
(10, 'V', 'it', '29/09/2005 (giorno/mese/anno)', NULL),
(10, 'V', 'nl', '29/06/2014 (dag/maand/jaar)', NULL),
(10, 'V', 'no', '29/09/2005 (dag/måned/år)', NULL),
(10, 'V', 'pt', '29/09/2005 (dia/mês/ano)', NULL),
(10, 'V', 'ro', '29/09/2005 (zi/lună/an)', NULL),
(10, 'V', 'ru', '29/09/2005 (день/месяц/год)', NULL),
(11, 'O', 'da', 'Diretório', NULL),
(11, 'O', 'de', 'Verzeichnis', NULL),
(11, 'O', 'el', 'Κατάλογος FTP', NULL),
(11, 'O', 'en', 'Directory', NULL),
(11, 'O', 'es', 'Directorio', NULL),
(11, 'O', 'fr', 'Répertoire', NULL),
(11, 'O', 'it', 'Cartella', NULL),
(11, 'O', 'nl', 'Map', NULL),
(11, 'O', 'no', 'Katalog', NULL),
(11, 'O', 'pt', 'Diretório', NULL),
(11, 'O', 'ro', 'Rădăcină', NULL),
(11, 'O', 'ru', 'Директория', NULL),
(11, 'S', 'da', 'Verificação por imagem', NULL),
(11, 'S', 'de', 'Prüfungsbild für Login (CAPTCHA)', NULL),
(11, 'S', 'el', 'Εικόνα Επαλήθευσης', NULL),
(11, 'S', 'en', 'Image verification', NULL),
(11, 'S', 'es', 'Captcha', NULL),
(11, 'S', 'fr', 'Protection par image', NULL),
(11, 'S', 'it', 'Immagine di verifica per l\'accesso (CAPTCHA)', NULL),
(11, 'S', 'nl', 'Afbeelding verificatie', NULL),
(11, 'S', 'no', 'Bildebekreftelse', NULL),
(11, 'S', 'pt', 'Verificação por imagem', NULL),
(11, 'S', 'ro', 'Imagine de verificare', NULL),
(11, 'S', 'ru', 'Антибот (CAPTCHA)', NULL),
(11, 'V', 'da', '29-09-2005 (dia-mês-ano)', NULL),
(11, 'V', 'de', '29-09-2005 (day-month-year)', NULL),
(11, 'V', 'el', '29-09-2005 (μερα-μηνας-χρονος)', NULL),
(11, 'V', 'en', '29-09-2005 (day-month-year)', NULL),
(11, 'V', 'es', '29-09-2005 (dia-mes-año)', NULL),
(11, 'V', 'fr', '29-09-2005 (day-month-year)', NULL),
(11, 'V', 'it', '29-09-2005 (giorno-mese-anno)', NULL),
(11, 'V', 'nl', '29-09-2005 (dag-maand-jaar)', NULL),
(11, 'V', 'no', '29-09-2005 (dag-måned-år)', NULL),
(11, 'V', 'pt', '29-09-2005 (dia-mês-ano)', NULL),
(11, 'V', 'ro', '29-09-2005 (zi-lună-an)', NULL),
(11, 'V', 'ru', '29-09-2005 (день-месяц-год)', NULL),
(12, 'O', 'da', 'Número de licença', NULL),
(12, 'O', 'de', 'Lizenznummer', NULL),
(12, 'O', 'el', 'Αριθμός άδειας', NULL),
(12, 'O', 'en', 'License number', NULL),
(12, 'O', 'es', 'Número de Licencia', NULL),
(12, 'O', 'fr', 'Numéro de licence', NULL),
(12, 'O', 'it', 'Numero licenza', NULL),
(12, 'O', 'nl', 'Licentie nummer', NULL),
(12, 'O', 'no', 'Lisensnummer', NULL),
(12, 'O', 'pt', 'Número de licença', NULL),
(12, 'O', 'ro', 'Număr de liciență', NULL),
(12, 'O', 'ru', 'Номер лицензии', NULL),
(12, 'S', 'da', 'Logs', NULL),
(12, 'S', 'de', 'Protokolle (Logging)', NULL),
(12, 'S', 'el', 'Καταγραφή', NULL),
(12, 'S', 'en', 'Logging', NULL),
(12, 'S', 'es', 'Registros', NULL),
(12, 'S', 'fr', 'Journal', NULL),
(12, 'S', 'it', 'Eventi Log', NULL),
(12, 'S', 'nl', 'Loggen', NULL),
(12, 'S', 'no', 'Logging', NULL),
(12, 'S', 'pt', 'Logs', NULL),
(12, 'S', 'ro', 'Înregistări în jurnal', NULL),
(12, 'S', 'ru', 'Журнал событий', NULL),
(12, 'V', 'da', '29.09.2005 (dia.mês.ano)', NULL),
(12, 'V', 'de', '29.09.2005 (day.month.year)', NULL),
(12, 'V', 'el', '29.09.2005 (ημέρα.μηνας.έτος)', NULL),
(12, 'V', 'en', '29.09.2005 (day.month.year)', NULL),
(12, 'V', 'es', '29.09.2005 (dia.mes.año)', NULL),
(12, 'V', 'fr', '29.09.2005 (day.month.year)', NULL),
(12, 'V', 'it', '29.09.2005 (giorno.mese.anno)', NULL),
(12, 'V', 'nl', '29.06.2014 (dag.maand.jaar)', NULL),
(12, 'V', 'no', '29.09.2005 (dag.måned.år)', NULL),
(12, 'V', 'pt', '29.09.2005 (dia.mês.ano)', NULL),
(12, 'V', 'ro', '29.09.2005 (zi.lună.an)', NULL),
(12, 'V', 'ru', '29.09.2005 (день.месяц.год)', NULL),
(13, 'S', 'da', 'Atualizações', NULL),
(13, 'S', 'de', 'Upgrade Center', NULL),
(13, 'S', 'el', 'Κέντρο Αναβάθμισης', NULL),
(13, 'S', 'en', 'Upgrade center', NULL),
(13, 'S', 'es', 'Centro de actualizaciones', NULL),
(13, 'S', 'fr', 'Centre de mise à jour', NULL),
(13, 'S', 'it', 'Centro Aggiornamenti', NULL),
(13, 'S', 'nl', 'Upgrade centrum', NULL),
(13, 'S', 'no', 'Oppgraderingssenter', NULL),
(13, 'S', 'pt', 'Atualizações', NULL),
(13, 'S', 'ro', 'Centrul de upgrade', NULL),
(13, 'S', 'ru', 'Центр обновлений', NULL),
(13, 'V', 'da', '09/29/2005 (mês/dia/ano)', NULL),
(13, 'V', 'de', '09/29/2005 (month/day/year)', NULL),
(13, 'V', 'el', '09/29/2005 (μηνας/ημερα/ετος)', NULL),
(13, 'V', 'en', '09/29/2005 (month/day/year)', NULL),
(13, 'V', 'es', '09/29/2005 (mes/dia/año)', NULL),
(13, 'V', 'fr', '09/29/2005 (month/day/year)', NULL),
(13, 'V', 'it', '09/29/2005 (mese/giorno/anno)', NULL),
(13, 'V', 'nl', '06/29/2014 (maand/dag/jaar)', NULL),
(13, 'V', 'no', '09/29/2005 (måned/dag/år)', NULL),
(13, 'V', 'pt', '09/29/2005 (mês/dia/ano)', NULL),
(13, 'V', 'ro', '09/29/2005 (lună/zi/an)', NULL),
(13, 'V', 'ru', '09/29/2005 (месяц/день/год)', NULL),
(14, 'O', 'da', 'Verificar se há atualizações automaticamente', NULL),
(14, 'O', 'de', 'Updates automatisch kontrollieren', NULL),
(14, 'O', 'el', 'Έλεγχος για αυτόματες ενημερώσεις', NULL),
(14, 'O', 'en', 'Check for updates automatically', NULL),
(14, 'O', 'es', 'Comprovar automáticamente la existencia de actualizaciones', NULL),
(14, 'O', 'fr', 'Vérifier les mises à jour automatiquement.', NULL),
(14, 'O', 'it', 'Controlla aggiornamenti automaticamente', NULL),
(14, 'O', 'nl', 'Controleer automatisch op updates', NULL),
(14, 'O', 'no', 'Se etter oppdateringer automatisk', NULL),
(14, 'O', 'pt', 'Verificar se há atualizações automaticamente', NULL),
(14, 'O', 'ro', 'Căuta actualizări automat', NULL),
(14, 'O', 'ru', 'Проверять наличие обновлений автоматически', NULL),
(14, 'V', 'da', '09-29-2005 (mês-dia-ano)', NULL),
(14, 'V', 'de', '09-29-2005 (month-day-year)', NULL),
(14, 'V', 'el', '09-29-2005 (μηνας-μερα-χρονος)', NULL),
(14, 'V', 'en', '09-29-2005 (month-day-year)', NULL),
(14, 'V', 'es', '09-29-2005 (mes-dia-año)', NULL),
(14, 'V', 'fr', '09-29-2005 (month-day-year)', NULL),
(14, 'V', 'it', '09-29-2005 (mese-giorno-anno)', NULL),
(14, 'V', 'nl', '05-29-2007 (maand-dag-jaar)', NULL),
(14, 'V', 'no', '09-29-2005 (måned-dag-år)', NULL),
(14, 'V', 'pt', '09-29-2005 (mês-dia-ano)', NULL),
(14, 'V', 'ro', '09-29-2005 (lună-zi-an)', NULL),
(14, 'V', 'ru', '09-29-2005 (месяц-день-год)', NULL),
(15, 'O', 'da', 'Formato de exibição da moeda alternativa', NULL),
(15, 'O', 'de', 'Alternative Anzeige der Währung', NULL),
(15, 'O', 'el', 'Βασικό Νόμισμα', NULL),
(15, 'O', 'en', 'Alternative currency display format', NULL),
(15, 'O', 'es', 'Moneda de la tienda', NULL),
(15, 'O', 'fr', 'Format d\'affichage alternatif de la monnaie', NULL),
(15, 'O', 'it', 'Formato alternativo visualizzazione valuta', NULL),
(15, 'O', 'nl', 'Alternatieve valutaopmaak weergave', NULL),
(15, 'O', 'no', 'Alternativ valuta visningsformat', NULL),
(15, 'O', 'pt', 'Formato de exibição da moeda alternativa', NULL),
(15, 'O', 'ro', 'Format alternativ pentru afișarea monedei', NULL),
(15, 'O', 'ru', 'Формат отображения альтернативной валюты', NULL),
(15, 'S', 'da', 'Segurança', NULL),
(15, 'S', 'de', 'Sicherheits Einstellungen', NULL),
(15, 'S', 'el', 'Ρυθμίσεις Ασφαλείας', NULL),
(15, 'S', 'en', 'Security settings', NULL),
(15, 'S', 'es', 'Ajustes de seguridad', NULL),
(15, 'S', 'fr', 'Paramètres de sécurité', NULL),
(15, 'S', 'it', 'Impostazioni di sicurezza', NULL),
(15, 'S', 'nl', 'Beveiliging instellingen', NULL),
(15, 'S', 'no', 'Sikkerhetsinnstillinger', NULL),
(15, 'S', 'pt', 'Segurança', NULL),
(15, 'S', 'ro', 'Setări securitate', NULL),
(15, 'S', 'ru', 'Настройки безопасности', NULL),
(15, 'V', 'da', '09.29.2005 (mês.dia.ano)', NULL),
(15, 'V', 'de', '09.29.2005 (month.day.year)', NULL),
(15, 'V', 'el', '09.29.2005 (μηνας.μερα.χρονος)', NULL),
(15, 'V', 'en', '09.29.2005 (month.day.year)', NULL),
(15, 'V', 'es', '09.29.2005 (mes.dia.año)', NULL),
(15, 'V', 'fr', '09.29.2005 (month.day.year)', NULL),
(15, 'V', 'it', '09.29.2005 (mese.giorno.anno)', NULL),
(15, 'V', 'nl', '06.29.2014 (maand.dag.jaar)', NULL),
(15, 'V', 'no', '09.29.2005 (måned.dag.år)', NULL),
(15, 'V', 'pt', '09.29.2005 (mês.dia.ano)', NULL),
(15, 'V', 'ro', '09.29.2005 (lună.zi.an)', NULL),
(15, 'V', 'ru', '09.29.2005 (месяц.день.год)', NULL),
(16, 'O', 'da', 'Símbolo de peso', NULL),
(16, 'O', 'de', 'Gewichtssymbol', NULL),
(16, 'O', 'el', 'Βασική Μονάδα Μέτρησης Βάρους', NULL),
(16, 'O', 'en', 'Weight symbol', NULL),
(16, 'O', 'es', 'Simbolo de peso', NULL),
(16, 'O', 'fr', 'Symbole du poids', NULL),
(16, 'O', 'it', 'Simbolo del peso', NULL),
(16, 'O', 'nl', 'Gewichtssymbool', NULL),
(16, 'O', 'no', 'Vektsymbol', NULL),
(16, 'O', 'pt', 'Símbolo de peso', NULL),
(16, 'O', 'ro', 'Simbol greutate', NULL),
(16, 'O', 'ru', 'Единица веса', NULL),
(16, 'S', 'da', 'Fornecedores', NULL),
(16, 'S', 'de', 'Lieferanten', NULL),
(16, 'S', 'el', 'Πωλητές', NULL),
(16, 'S', 'en', 'Vendors', NULL),
(16, 'S', 'es', 'Vendedores', NULL),
(16, 'S', 'fr', 'Vendeurs', NULL),
(16, 'S', 'it', 'Fornitori', NULL),
(16, 'S', 'nl', 'Verkopers', NULL),
(16, 'S', 'no', 'Forhandlere', NULL),
(16, 'S', 'pt', 'Fornecedores', NULL),
(16, 'S', 'ro', 'Furnizori', NULL),
(16, 'S', 'ru', 'Продавцы', NULL),
(16, 'V', 'da', '2005/09/29 (ano/mês/dia)', NULL),
(16, 'V', 'de', '2005/09/29 (year/month/day)', NULL),
(16, 'V', 'el', '2005/09/29 (χρόνος/μηνας/μερα)', NULL),
(16, 'V', 'en', '2005/09/29 (year/month/day)', NULL),
(16, 'V', 'es', '2005/09/29 (año/mes/dia)', NULL),
(16, 'V', 'fr', '2005/09/29 (year/month/day)', NULL),
(16, 'V', 'it', '2005/09/29 (anno/mese/giorno)', NULL),
(16, 'V', 'nl', '2014/06/29 (jaar/maand/dag)', NULL),
(16, 'V', 'no', '2005/09/29 (år/måned/dag)', NULL),
(16, 'V', 'pt', '2005/09/29 (ano/mês/dia)', NULL),
(16, 'V', 'ro', '2005/09/29 (an/lună/zi)', NULL),
(16, 'V', 'ru', '2005/09/29 (год/месяц/день)', NULL),
(17, 'O', 'da', 'Endereço padrão', NULL),
(17, 'O', 'de', 'Adresse', NULL),
(17, 'O', 'el', 'Διεύθυνση', NULL),
(17, 'O', 'en', 'Default address', NULL),
(17, 'O', 'es', 'Dirección por defecto', NULL),
(17, 'O', 'fr', 'Adresse par défaut', NULL),
(17, 'O', 'it', 'Indirizzo predefinito', NULL),
(17, 'O', 'nl', 'Standaar adres', NULL),
(17, 'O', 'no', 'Standard adresse', NULL),
(17, 'O', 'pt', 'Endereço padrão', NULL),
(17, 'O', 'ro', 'Adresa implicită', NULL),
(17, 'O', 'ru', 'Адрес по умолчанию', NULL),
(17, 'V', 'da', '2005-09-29 (ano-mês-dia)', NULL),
(17, 'V', 'de', '2005-09-29 (year-month-day)', NULL),
(17, 'V', 'el', '2005-09-29 (έτος-μήνας-ημέρα)', NULL),
(17, 'V', 'en', '2005-09-29 (year-month-day)', NULL),
(17, 'V', 'es', '2005-09-29 (año-mes-día)', NULL),
(17, 'V', 'fr', '2005-09-29 (year-month-day)', NULL),
(17, 'V', 'it', '2005-09-29 (anno-mese-giorno)', NULL),
(17, 'V', 'nl', '2014-06-29 (jaar-maand-dag)', NULL),
(17, 'V', 'no', '2005-09-29 (år-måned-dag)', NULL),
(17, 'V', 'pt', '2005-09-29 (ano-mês-dia)', NULL),
(17, 'V', 'ro', '2005-09-29 (an-lună-zi)', NULL),
(17, 'V', 'ru', '2005-09-29 (год-месяц-день)', NULL),
(18, 'O', 'da', 'CEP padrão', NULL),
(18, 'O', 'de', 'PLZ', NULL),
(18, 'O', 'el', 'Τ.Κ.', NULL),
(18, 'O', 'en', 'Default zipcode', NULL),
(18, 'O', 'es', 'Código postal por defecto', NULL),
(18, 'O', 'fr', 'Code postal par défaut', NULL),
(18, 'O', 'it', 'CAP predefinito', NULL),
(18, 'O', 'nl', 'Standaard postcode', NULL),
(18, 'O', 'no', 'Standard postnummer', NULL),
(18, 'O', 'pt', 'CEP padrão', NULL),
(18, 'O', 'ro', 'Codul poștal implicit', NULL),
(18, 'O', 'ru', 'Почтовый индекс по умолчанию', NULL),
(18, 'S', 'da', 'Geral', NULL),
(18, 'S', 'de', 'General', NULL),
(18, 'S', 'el', 'Γενικά', NULL),
(18, 'S', 'en', 'General', NULL),
(18, 'S', 'es', 'General', NULL),
(18, 'S', 'fr', 'General', NULL),
(18, 'S', 'it', 'Generale', NULL),
(18, 'S', 'nl', 'Algemeen', NULL),
(18, 'S', 'no', 'General', NULL),
(18, 'S', 'pt', 'Geral', NULL),
(18, 'S', 'ro', 'General', NULL),
(18, 'S', 'ru', 'Общие', NULL),
(18, 'V', 'da', '2005.09.29 (ano.mês.dia)', NULL),
(18, 'V', 'de', '2005.09.29 (year.month.day)', NULL),
(18, 'V', 'el', '2005.09.29 (ετος.μηνας.μέρα)', NULL),
(18, 'V', 'en', '2005.09.29 (year.month.day)', NULL),
(18, 'V', 'es', '2005.09.29 (año.mes.dia)', NULL),
(18, 'V', 'fr', '2005.09.29 (year.month.day)', NULL),
(18, 'V', 'it', '2005.09.29 (anno.mese.giorno)', NULL),
(18, 'V', 'nl', '2014.06.29 (jaar.maand.dag)', NULL),
(18, 'V', 'no', '2005.09.29 (år.måned.dag)', NULL),
(18, 'V', 'pt', '2005.09.29 (ano.mês.dia)', NULL),
(18, 'V', 'ro', '2005.09.29 (an.lună.zi)', NULL),
(18, 'V', 'ru', '2005.09.29 (год.месяц.день)', NULL),
(19, 'O', 'da', 'Cidade padrão', NULL),
(19, 'O', 'de', 'Stadt', NULL),
(19, 'O', 'el', 'Προεπιλεγμένη Πόλη', NULL),
(19, 'O', 'en', 'Default city', NULL),
(19, 'O', 'es', 'Ciudad por defecto', NULL),
(19, 'O', 'fr', 'Ville par défaut', NULL),
(19, 'O', 'it', 'Città predefinita', NULL),
(19, 'O', 'nl', 'Standaard plaats', NULL),
(19, 'O', 'no', 'Standard poststed', NULL),
(19, 'O', 'pt', 'Cidade padrão', NULL),
(19, 'O', 'ro', 'Orașul implicit', NULL),
(19, 'O', 'ru', 'Город по умолчанию', NULL),
(19, 'V', 'da', 'Set 29, 2005 (mês dia, ano)', NULL),
(19, 'V', 'de', 'Sep 29, 2005 (month day, year)', NULL),
(19, 'V', 'el', '29 Σεπ, 2005, (ημέρα του μήνα, έτος)', NULL),
(19, 'V', 'en', 'Sep 29, 2005 (month day, year)', NULL),
(19, 'V', 'es', 'Sep 29, 2005 (día mes, año)', NULL),
(19, 'V', 'fr', 'Sep 29, 2005 (month day, year)', NULL),
(19, 'V', 'it', 'Sett 29, 2005 (mese giorno, anno)', NULL),
(19, 'V', 'nl', 'Jun 29, 2014 (dag van de maand, jaar)', NULL),
(19, 'V', 'no', 'sep 29, 2005 (måned dag, år)', NULL),
(19, 'V', 'pt', 'Set 29, 2005 (mês dia, ano)', NULL),
(19, 'V', 'ro', 'Sep 29, 2005 (lună zi, an)', NULL),
(19, 'V', 'ru', 'Сен 29, 2005 (месяц день, год)', NULL),
(20, 'O', 'da', 'País padrão', NULL),
(20, 'O', 'de', 'Land', NULL),
(20, 'O', 'el', 'Χώρα', NULL),
(20, 'O', 'en', 'Default country', NULL),
(20, 'O', 'es', 'Pais por defecto', NULL),
(20, 'O', 'fr', 'Pays par défaut', NULL),
(20, 'O', 'it', 'Paese predefinito', NULL),
(20, 'O', 'nl', 'Standaard land', NULL),
(20, 'O', 'no', 'Standard land', NULL),
(20, 'O', 'pt', 'País padrão', NULL),
(20, 'O', 'ro', 'Țara implicită', NULL),
(20, 'O', 'ru', 'Страна по умолчанию', NULL),
(20, 'S', 'da', 'Geral', NULL),
(20, 'S', 'de', 'Allgemein', NULL),
(20, 'S', 'el', 'Γενικά', NULL),
(20, 'S', 'en', 'General', NULL),
(20, 'S', 'es', 'General', NULL),
(20, 'S', 'fr', 'Général', NULL),
(20, 'S', 'it', 'Generale', NULL),
(20, 'S', 'nl', 'Algemeen', NULL),
(20, 'S', 'no', 'Generelt', NULL),
(20, 'S', 'pt', 'Geral', NULL),
(20, 'S', 'ro', 'General', NULL),
(20, 'S', 'ru', 'Общие', NULL),
(20, 'V', 'da', '29 Set 2005 (dia mês ano)', NULL),
(20, 'V', 'de', '29 Sep 2005 (day month year)', NULL),
(20, 'V', 'el', '29 Σεπ 2005 (ημέρα μήνας έτος)', NULL),
(20, 'V', 'en', '29 Sep 2005 (day month year)', NULL),
(20, 'V', 'es', '29 Sept 2005 (dia mes año)', NULL),
(20, 'V', 'fr', '29 Sep 2005 (day month year)', NULL),
(20, 'V', 'it', '29 Set 2005 (giorno mese anno)', NULL),
(20, 'V', 'nl', '29 Jun 2014 (dag maand jaar)', NULL),
(20, 'V', 'no', '29 Sep 2005 (dag måned år)', NULL),
(20, 'V', 'pt', '29 Set 2005 (dia mês ano)', NULL),
(20, 'V', 'ro', '29 Sep 2005 (zi lună an)', NULL),
(20, 'V', 'ru', '29 Сент 2005 (день месяц год)', NULL),
(21, 'O', 'da', 'Estado padrão', NULL),
(21, 'O', 'de', 'Bundesland/Kanton', NULL),
(21, 'O', 'el', 'Περιοχή', NULL),
(21, 'O', 'en', 'Default state', NULL),
(21, 'O', 'es', 'Provincia por defecto', NULL),
(21, 'O', 'fr', 'Département par défaut', NULL),
(21, 'O', 'it', 'Provincia', NULL),
(21, 'O', 'nl', 'Standaard provincie', NULL),
(21, 'O', 'no', 'Standard stat', NULL),
(21, 'O', 'pt', 'Estado padrão', NULL),
(21, 'O', 'ro', 'Județul implicit', NULL),
(21, 'O', 'ru', 'Регион по умолчанию', NULL),
(21, 'V', 'da', 'Quinta-feira, Setembro 29,  2005 (dia da semana, mês dia, ano)', NULL),
(21, 'V', 'de', 'Thursday, September 29, 2005 (day of week, month day, year)', NULL),
(21, 'V', 'el', 'Πέμπτη, Σεπτέμβριος 29, 2005 (Ημέρα, Μήνας, Έτος)', NULL),
(21, 'V', 'en', 'Thursday, September 29, 2005 (day of week, month day, year)', NULL),
(21, 'V', 'es', 'Jueves, Septiembre 29, 2005 (dia de la semana, mes dia, año)', NULL),
(21, 'V', 'fr', 'Thursday, September 29, 2005 (day of week, month day, year)', NULL),
(21, 'V', 'it', 'Giovedì, Settembre 29, 2005 (giorno della settimana, mese giorno, anno)', NULL),
(21, 'V', 'nl', 'Donderdag 29 Juni, 2014 (weekdag, dagnummer maand, jaar)', NULL),
(21, 'V', 'no', 'Torsdag, September 29, 2005 (dag i uken, måned dag, år)', NULL),
(21, 'V', 'pt', 'Quinta-feira, Setembro 29,  2005 (dia da semana, mês dia, ano)', NULL),
(21, 'V', 'ro', 'Joi, Septembrie 29, 2005 (ziua săptămânii, Numle lunii, an)', NULL),
(21, 'V', 'ru', 'Четверг, Сентябрь 29, 2005 (день недели, месяц день, год)', NULL),
(22, 'O', 'da', 'Produtos por página', NULL),
(22, 'O', 'de', 'Produkte pro Seite', NULL),
(22, 'O', 'el', 'Προϊόντα ανά Σελίδα', NULL),
(22, 'O', 'en', 'Products per page', NULL),
(22, 'O', 'es', 'Artículos por página', NULL),
(22, 'O', 'fr', 'Produits par page', NULL),
(22, 'O', 'it', 'Prodotti per pagina', NULL),
(22, 'O', 'nl', 'Producten per pagina', NULL),
(22, 'O', 'no', 'Produkter per side', NULL),
(22, 'O', 'pt', 'Produtos por página', NULL),
(22, 'O', 'ro', 'Produse per pagină', NULL),
(22, 'O', 'ru', 'Количество товаров на странице', NULL),
(22, 'S', 'da', 'Twitter', NULL),
(22, 'S', 'de', 'Twitter', NULL),
(22, 'S', 'el', 'Twitter', NULL),
(22, 'S', 'en', 'Twitter', NULL),
(22, 'S', 'es', 'Twitter', NULL),
(22, 'S', 'fr', 'Twitter', NULL),
(22, 'S', 'it', 'Twitter', NULL),
(22, 'S', 'nl', 'Twitter', NULL),
(22, 'S', 'no', 'Twitter', NULL),
(22, 'S', 'pt', 'Twitter', NULL),
(22, 'S', 'ro', 'Twitter', NULL),
(22, 'S', 'ru', 'Twitter', NULL),
(22, 'V', 'da', 'Quinta-feira, 29 Setembro 2005 (dia da semana, dia mês ano)', NULL),
(22, 'V', 'de', 'Thursday, 29 September 2005 (day of week, day month year)', NULL),
(22, 'V', 'el', 'Πέμπτη, 29 Σεπτεμβρίου 2005 (Ημέρα, Ημέρα Μήνας Έτος)', NULL),
(22, 'V', 'en', 'Thursday, 29 September 2005 (day of week, day month year)', NULL),
(22, 'V', 'es', 'Jueves, 29 Septiembre 2005 (dia de la semana, dia mes año)', NULL),
(22, 'V', 'fr', 'Thursday, 29 September 2005 (day of week, day month year)', NULL),
(22, 'V', 'it', 'Giovedì, 29 Settembre 2005 (giorno della settimana, giorno mese anno)', NULL),
(22, 'V', 'nl', 'Donderdag, 29 Juni 2014 (weekdag, dagnummer maand, jaar)', NULL),
(22, 'V', 'no', 'Torsdag, 29 September 2005 (dag i uken, dag måned år)', NULL),
(22, 'V', 'pt', 'Quinta-feira, 29 Setembro 2005 (dia da semana, dia mês ano)', NULL),
(22, 'V', 'ro', 'Joi, 29 Septembrie 2005 (zi a săptămânii, Numele lunii an)', NULL),
(22, 'V', 'ru', 'Четверг, 29 сентября 2005 (день недели, день месяц год)', NULL),
(23, 'S', 'da', 'Facebook', NULL),
(23, 'S', 'de', 'Facebook', NULL),
(23, 'S', 'el', 'Facebook', NULL),
(23, 'S', 'en', 'Facebook', NULL),
(23, 'S', 'es', 'Facebook', NULL),
(23, 'S', 'fr', 'Facebook', NULL),
(23, 'S', 'it', 'Facebook', NULL),
(23, 'S', 'nl', 'Facebook', NULL),
(23, 'S', 'no', 'Facebook', NULL),
(23, 'S', 'pt', 'Facebook', NULL),
(23, 'S', 'ro', 'Facebook', NULL),
(23, 'S', 'ru', 'Facebook', NULL),
(23, 'V', 'da', 'Padrão', NULL),
(23, 'V', 'de', 'Standard', NULL),
(23, 'V', 'el', 'Προεπιλεγμένο', NULL),
(23, 'V', 'en', 'Default', NULL),
(23, 'V', 'es', 'Por defecto', NULL),
(23, 'V', 'fr', 'Par défaut', NULL),
(23, 'V', 'it', 'Predefinito', NULL),
(23, 'V', 'nl', 'Standaard', NULL),
(23, 'V', 'no', 'Standard', NULL),
(23, 'V', 'pt', 'Padrão', NULL),
(23, 'V', 'ro', 'În mod implicit', NULL),
(23, 'V', 'ru', 'Позиция в категории', NULL),
(24, 'O', 'da', 'Elementos por página', NULL),
(24, 'O', 'de', 'Elemente pro Seite', NULL),
(24, 'O', 'el', 'Στοιχεία ανά Σελίδα', NULL),
(24, 'O', 'en', 'Elements per page', NULL),
(24, 'O', 'es', 'Elementos por página', NULL),
(24, 'O', 'fr', 'Eléments par page', NULL),
(24, 'O', 'it', 'Elementi per pagina', NULL),
(24, 'O', 'nl', 'Elementen per pagina', NULL),
(24, 'O', 'no', 'Elementer per side', NULL),
(24, 'O', 'pt', 'Elementos por página', NULL),
(24, 'O', 'ro', 'Elemente per pagină', NULL),
(24, 'O', 'ru', 'Количество элементов на странице', NULL),
(24, 'S', 'da', 'Vkontakte', NULL),
(24, 'S', 'de', 'VKontakte', NULL),
(24, 'S', 'el', 'Vkontakte', NULL),
(24, 'S', 'en', 'Vkontakte', NULL),
(24, 'S', 'es', 'Vkontakte', NULL),
(24, 'S', 'fr', 'Vkontakte', NULL),
(24, 'S', 'it', 'VKontakte', NULL),
(24, 'S', 'nl', 'VKontakte', NULL),
(24, 'S', 'no', 'Vkontakte', NULL),
(24, 'S', 'pt', 'Vkontakte', NULL),
(24, 'S', 'ro', 'Vkontakte', NULL),
(24, 'S', 'ru', 'Вконтакте', NULL),
(24, 'V', 'da', 'Nome do produto', NULL),
(24, 'V', 'de', 'Product name', NULL),
(24, 'V', 'el', 'Ονομα Προϊόντος', NULL),
(24, 'V', 'en', 'Product name', NULL),
(24, 'V', 'es', 'Nombre de producto', NULL),
(24, 'V', 'fr', 'Product name', NULL),
(24, 'V', 'it', 'Nome prodotto', NULL),
(24, 'V', 'nl', 'Productnaam', NULL),
(24, 'V', 'no', 'Produktnavn', NULL),
(24, 'V', 'pt', 'Nome do produto', NULL),
(24, 'V', 'ro', 'Numele produsului', NULL),
(24, 'V', 'ru', 'Название товара', NULL),
(25, 'O', 'da', 'Estado da empresa', NULL),
(25, 'O', 'de', 'Bundesland/Kanton', NULL),
(25, 'O', 'el', 'Νομός Εταιρίας', NULL),
(25, 'O', 'en', 'Company state', NULL),
(25, 'O', 'es', 'Provincia', NULL),
(25, 'O', 'fr', 'Département de la société', NULL),
(25, 'O', 'it', 'Provincia', NULL),
(25, 'O', 'nl', 'Bedrijf provincie', NULL),
(25, 'O', 'no', 'Firma stat', NULL),
(25, 'O', 'pt', 'Estado da empresa', NULL),
(25, 'O', 'ro', 'Județul companiei', NULL),
(25, 'O', 'ru', 'Регион компании', NULL),
(25, 'S', 'da', 'Yandex', NULL),
(25, 'S', 'de', 'Yandex', NULL),
(25, 'S', 'el', 'Yandex', NULL),
(25, 'S', 'en', 'Yandex', NULL),
(25, 'S', 'es', 'Yandex', NULL),
(25, 'S', 'fr', 'Yandex', NULL),
(25, 'S', 'it', 'Yandex', NULL),
(25, 'S', 'nl', 'Yandex', NULL),
(25, 'S', 'no', 'Yandex', NULL),
(25, 'S', 'pt', 'Yandex', NULL),
(25, 'S', 'ro', 'Yandex', NULL),
(25, 'S', 'ru', 'Яндекс', NULL),
(25, 'V', 'da', 'Preço', NULL),
(25, 'V', 'de', 'Preis', NULL),
(25, 'V', 'el', 'Τιμή', NULL),
(25, 'V', 'en', 'Price', NULL),
(25, 'V', 'es', 'Precio', NULL),
(25, 'V', 'fr', 'Price', NULL),
(25, 'V', 'it', 'Prezzo', NULL),
(25, 'V', 'nl', 'Prijs', NULL),
(25, 'V', 'no', 'Pris', NULL),
(25, 'V', 'pt', 'Preço', NULL),
(25, 'V', 'ro', 'Preț', NULL),
(25, 'V', 'ru', 'Цена', NULL),
(26, 'O', 'da', 'Cidade da empresa', NULL),
(26, 'O', 'de', 'Stadt', NULL),
(26, 'O', 'el', 'Πόλη Εταιρείας', NULL),
(26, 'O', 'en', 'Company city', NULL),
(26, 'O', 'es', 'Ciudad', NULL),
(26, 'O', 'fr', 'Ville de la société', NULL),
(26, 'O', 'it', 'Città azienda', NULL),
(26, 'O', 'nl', 'Bedrijf plaats', NULL),
(26, 'O', 'no', 'Firma poststed', NULL),
(26, 'O', 'pt', 'Cidade da empresa', NULL),
(26, 'O', 'ro', 'Orașul Companiei', NULL),
(26, 'O', 'ru', 'Город', NULL),
(26, 'S', 'da', 'Pinterest', NULL),
(26, 'S', 'de', 'Pinterest', NULL),
(26, 'S', 'el', 'Pinterest', NULL),
(26, 'S', 'en', 'Pinterest', NULL),
(26, 'S', 'es', 'Pinterest', NULL),
(26, 'S', 'fr', 'Pinterest', NULL),
(26, 'S', 'it', 'Pinterest', NULL),
(26, 'S', 'nl', 'Pinterest', NULL),
(26, 'S', 'no', 'Pinterest', NULL),
(26, 'S', 'pt', 'Pinterest', NULL),
(26, 'S', 'ro', 'Pinterest', NULL),
(26, 'S', 'ru', 'Pinterest', NULL),
(26, 'V', 'da', '15:43', NULL),
(26, 'V', 'de', '15:43', NULL),
(26, 'V', 'el', '15:43', NULL),
(26, 'V', 'en', '15:43', NULL),
(26, 'V', 'es', '15:43', NULL),
(26, 'V', 'fr', '15:43', NULL),
(26, 'V', 'it', '15:43', NULL),
(26, 'V', 'nl', '15:43', NULL),
(26, 'V', 'no', '15:43', NULL),
(26, 'V', 'pt', '15:43', NULL),
(26, 'V', 'ro', '15:43', NULL),
(26, 'V', 'ru', '15:43', NULL),
(27, 'O', 'da', 'Endereço da empresa', NULL),
(27, 'O', 'de', 'Adresse', NULL),
(27, 'O', 'el', 'Διεύθυνση Εταιρείας', NULL),
(27, 'O', 'en', 'Company address', NULL),
(27, 'O', 'es', 'Dirección', NULL),
(27, 'O', 'fr', 'Adresse de la société', NULL),
(27, 'O', 'it', 'Indirizzo azienda', NULL),
(27, 'O', 'nl', 'Bedrijf adres', NULL),
(27, 'O', 'no', 'Firma adresse', NULL),
(27, 'O', 'pt', 'Endereço da empresa', NULL),
(27, 'O', 'ro', 'Adresa companiei', NULL),
(27, 'O', 'ru', 'Адрес (улица, дом, корпус и т.д)', NULL),
(27, 'V', 'da', '15.43', NULL),
(27, 'V', 'de', '15.43', NULL),
(27, 'V', 'el', '15.43', NULL),
(27, 'V', 'en', '15.43', NULL),
(27, 'V', 'es', '15.43', NULL),
(27, 'V', 'fr', '15.43', NULL),
(27, 'V', 'it', '15.43', NULL),
(27, 'V', 'nl', '15.43', NULL),
(27, 'V', 'no', '15.43', NULL),
(27, 'V', 'pt', '15.43', NULL),
(27, 'V', 'ro', '15.43', NULL),
(27, 'V', 'ru', '15.43', NULL),
(28, 'O', 'da', 'Telefone da empresa', NULL),
(28, 'O', 'de', 'Telefon1', NULL),
(28, 'O', 'el', 'Τηλέφωνο εταιρίας', NULL),
(28, 'O', 'en', 'Company phone', NULL),
(28, 'O', 'es', 'Teléfono', NULL),
(28, 'O', 'fr', 'Tél. de la société', NULL),
(28, 'O', 'it', 'Telefono azienda', NULL),
(28, 'O', 'nl', 'Bedrijf telefoon', NULL),
(28, 'O', 'no', 'Firma telefon', NULL),
(28, 'O', 'pt', 'Telefone da empresa', NULL),
(28, 'O', 'ro', 'Numărul de telefon al companiei', NULL),
(28, 'O', 'ru', 'Телефон', NULL),
(28, 'S', 'da', 'Geral', NULL),
(28, 'S', 'de', 'Allgemein', NULL),
(28, 'S', 'el', 'Γενικά', NULL),
(28, 'S', 'en', 'General', NULL),
(28, 'S', 'es', 'General', NULL),
(28, 'S', 'fr', 'Général', NULL),
(28, 'S', 'it', 'Generale', NULL),
(28, 'S', 'nl', 'Algemeen', NULL),
(28, 'S', 'no', 'Generelt', NULL),
(28, 'S', 'pt', 'Geral', NULL),
(28, 'S', 'ro', 'General', NULL),
(28, 'S', 'ru', 'Общие', NULL),
(28, 'V', 'da', '3:43 PM', NULL),
(28, 'V', 'de', '3:43 PM', NULL),
(28, 'V', 'el', '3:43 Μ.Μ.', NULL),
(28, 'V', 'en', '3:43 PM', NULL),
(28, 'V', 'es', '3:43 PM', NULL),
(28, 'V', 'fr', '3:43 PM', NULL),
(28, 'V', 'it', '3:43 PM', NULL),
(28, 'V', 'nl', '3:43 PM', NULL),
(28, 'V', 'no', '3:43 PM', NULL),
(28, 'V', 'pt', '3:43 PM', NULL),
(28, 'V', 'ro', '3:43 PM', NULL),
(28, 'V', 'ru', '3:43 PM', NULL),
(29, 'O', 'da', 'Telefone 2 da empresa', NULL),
(29, 'O', 'de', 'Telefon2', NULL),
(29, 'O', 'el', 'Κινητό Εταιρείας', NULL),
(29, 'O', 'en', 'Company phone 2', NULL),
(29, 'O', 'es', 'Teléfono 2', NULL),
(29, 'O', 'fr', 'Tél. 2 de la société', NULL),
(29, 'O', 'it', 'Telefono 2 azienda', NULL),
(29, 'O', 'nl', 'Bedrijf telefoon 2', NULL),
(29, 'O', 'no', 'Firma telefon 2', NULL),
(29, 'O', 'pt', 'Telefone 2 da empresa', NULL),
(29, 'O', 'ro', 'Cel de-al doilea numărul de telefon al companiei', NULL),
(29, 'O', 'ru', 'Телефон 2', NULL),
(29, 'V', 'da', '3.43 PM', NULL),
(29, 'V', 'de', '3.43 PM', NULL),
(29, 'V', 'el', '3.43 Μ.Μ.', NULL),
(29, 'V', 'en', '3.43 PM', NULL),
(29, 'V', 'es', '3.43 PM', NULL),
(29, 'V', 'fr', '3.43 PM', NULL),
(29, 'V', 'it', '3.43 PM', NULL),
(29, 'V', 'nl', '3:43 PM', NULL),
(29, 'V', 'no', '3.43 PM', NULL),
(29, 'V', 'pt', '3.43 PM', NULL),
(29, 'V', 'ro', '3.43 PM', NULL),
(29, 'V', 'ru', '3.43 PM', NULL),
(30, 'S', 'da', 'Geral', NULL),
(30, 'S', 'de', 'Allgemein', NULL),
(30, 'S', 'el', 'Γενικά', NULL),
(30, 'S', 'en', 'General', NULL),
(30, 'S', 'es', 'General', NULL),
(30, 'S', 'fr', 'Général', NULL),
(30, 'S', 'it', 'Generale', NULL),
(30, 'S', 'nl', 'Algemeen', NULL),
(30, 'S', 'no', 'Generelt', NULL),
(30, 'S', 'pt', 'Geral', NULL),
(30, 'S', 'ro', 'General', NULL),
(30, 'S', 'ru', 'Общие', NULL),
(30, 'V', 'da', '15:43:55', NULL),
(30, 'V', 'de', '15:43:55', NULL),
(30, 'V', 'el', '15:43:55', NULL),
(30, 'V', 'en', '15:43:55', NULL),
(30, 'V', 'es', '15:43:55', NULL),
(30, 'V', 'fr', '15:43:55', NULL),
(30, 'V', 'it', '15:43:55', NULL),
(30, 'V', 'nl', '15:43:55', NULL),
(30, 'V', 'no', '15:43:55', NULL),
(30, 'V', 'pt', '15:43:55', NULL),
(30, 'V', 'ro', '15:43:55', NULL),
(30, 'V', 'ru', '15:43:55', NULL),
(31, 'O', 'da', 'Nome da empresa', NULL),
(31, 'O', 'de', 'Name', NULL),
(31, 'O', 'el', 'Όνομα Εταιρείας', NULL),
(31, 'O', 'en', 'Company name', NULL),
(31, 'O', 'es', 'Nombre', NULL),
(31, 'O', 'fr', 'Nom de la société', NULL),
(31, 'O', 'it', 'Nome azienda', NULL),
(31, 'O', 'nl', 'Bedrijf naam', NULL),
(31, 'O', 'no', 'Firmanavn', NULL),
(31, 'O', 'pt', 'Nome da empresa', NULL),
(31, 'O', 'ro', 'Numele companiei', NULL),
(31, 'O', 'ru', 'Название компании', NULL),
(31, 'V', 'da', '15.43.55', NULL),
(31, 'V', 'de', '15.43.55', NULL),
(31, 'V', 'el', '15.43.55', NULL),
(31, 'V', 'en', '15.43.55', NULL),
(31, 'V', 'es', '15.43.55', NULL),
(31, 'V', 'fr', '15.43.55', NULL),
(31, 'V', 'it', '15.43.55', NULL),
(31, 'V', 'nl', '15.43.55', NULL),
(31, 'V', 'no', '15.43.55', NULL),
(31, 'V', 'pt', '15.43.55', NULL),
(31, 'V', 'ro', '15.43.55', NULL),
(31, 'V', 'ru', '15.43.55', NULL),
(32, 'O', 'da', 'Site da empresa', NULL),
(32, 'O', 'de', 'Homepage', NULL),
(32, 'O', 'el', 'Ιστοσελίδα Εταιρείας', NULL),
(32, 'O', 'en', 'Company website', NULL),
(32, 'O', 'es', 'Pagina web', NULL),
(32, 'O', 'fr', 'Site web de la société', NULL),
(32, 'O', 'it', 'Sito web azienda', NULL),
(32, 'O', 'nl', 'Bedrijf website', NULL),
(32, 'O', 'no', 'Firma nettside', NULL),
(32, 'O', 'pt', 'Site da empresa', NULL),
(32, 'O', 'ro', 'Website-ul companiei', NULL),
(32, 'O', 'ru', 'Веб-сайт', NULL),
(32, 'S', 'da', 'Geral', NULL),
(32, 'S', 'de', 'Allgemein', NULL),
(32, 'S', 'el', 'Γενικά', NULL),
(32, 'S', 'en', 'General', NULL),
(32, 'S', 'es', 'General', NULL),
(32, 'S', 'fr', 'General', NULL),
(32, 'S', 'it', 'Generale', NULL),
(32, 'S', 'nl', 'Algemeen', NULL),
(32, 'S', 'no', 'Generelt', NULL),
(32, 'S', 'pt', 'Geral', NULL),
(32, 'S', 'ro', 'General', NULL),
(32, 'S', 'ru', 'Общие', NULL),
(32, 'V', 'da', '3:43:55 PM', NULL),
(32, 'V', 'de', '3:43:55 PM', NULL),
(32, 'V', 'el', '3:43:55 ΜΜ', NULL),
(32, 'V', 'en', '3:43:55 PM', NULL),
(32, 'V', 'es', '3:43:55 PM', NULL),
(32, 'V', 'fr', '3:43:55 PM', NULL),
(32, 'V', 'it', '3:43:55 PM', NULL),
(32, 'V', 'nl', '3:43:55 PM', NULL),
(32, 'V', 'no', '3:43:55 PM', NULL),
(32, 'V', 'pt', '3:43:55 PM', NULL),
(32, 'V', 'ro', '3:43:55 PM', NULL),
(32, 'V', 'ru', '3:43:55 PM', NULL),
(33, 'O', 'da', 'CEP da empresa', NULL),
(33, 'O', 'de', 'PLZ Firma', NULL),
(33, 'O', 'el', 'Ταχυδρομικός κώδικας εταιρείας', NULL),
(33, 'O', 'en', 'Company zip code', NULL),
(33, 'O', 'es', 'Codigo postal', NULL),
(33, 'O', 'fr', 'Code postal de la société', NULL),
(33, 'O', 'it', 'CAP azienda', NULL),
(33, 'O', 'nl', 'Bedrijf postcode', NULL),
(33, 'O', 'no', 'Firma postnummer', NULL),
(33, 'O', 'pt', 'CEP da empresa', NULL),
(33, 'O', 'ro', 'Codul poștal companiei', NULL),
(33, 'O', 'ru', 'Почтовый индекс', NULL),
(33, 'S', 'da', 'MailChimp', NULL),
(33, 'S', 'de', 'MailChimp', NULL),
(33, 'S', 'el', 'MailChimp', NULL),
(33, 'S', 'en', 'MailChimp', NULL),
(33, 'S', 'es', 'MailChimp', NULL),
(33, 'S', 'fr', 'MailChimp', NULL),
(33, 'S', 'it', 'MailChimp', NULL),
(33, 'S', 'nl', 'MailChimp', NULL),
(33, 'S', 'no', 'MailChimp', NULL),
(33, 'S', 'pt', 'MailChimp', NULL),
(33, 'S', 'ro', 'MailChimp', NULL),
(33, 'S', 'ru', 'MailChimp', NULL),
(33, 'V', 'da', '3.43.55 PM', NULL),
(33, 'V', 'de', '3.43.55 PM', NULL),
(33, 'V', 'el', '3.43.55 Μ.Μ.', NULL),
(33, 'V', 'en', '3.43.55 PM', NULL),
(33, 'V', 'es', '3.43.55 PM', NULL),
(33, 'V', 'fr', '3.43.55 PM', NULL),
(33, 'V', 'it', '3.43.55 PM', NULL),
(33, 'V', 'nl', '3.43.55 PM', NULL),
(33, 'V', 'no', '3.43.55 PM', NULL),
(33, 'V', 'pt', '3.43.55 PM', NULL),
(33, 'V', 'ro', '3.43.55 PM', NULL),
(33, 'V', 'ru', '3.43.55 PM', NULL),
(34, 'O', 'da', 'País da empresa', NULL),
(34, 'O', 'de', 'Land', NULL),
(34, 'O', 'el', 'Χώρα Εταιρείας', NULL),
(34, 'O', 'en', 'Company country', NULL),
(34, 'O', 'es', 'Pais', NULL),
(34, 'O', 'fr', 'Pays de la société', NULL),
(34, 'O', 'it', 'Paese dell\'azienda', NULL),
(34, 'O', 'nl', 'Bedrijf Land', NULL),
(34, 'O', 'no', 'Firma land', NULL),
(34, 'O', 'pt', 'País da empresa', NULL),
(34, 'O', 'ro', 'Țara companiei', NULL),
(34, 'O', 'ru', 'Страна', NULL),
(34, 'S', 'da', 'MadMimi', NULL),
(34, 'S', 'de', 'MadMimi', NULL),
(34, 'S', 'el', 'MadMimi', NULL),
(34, 'S', 'en', 'MadMimi', NULL),
(34, 'S', 'es', 'MadMimi', NULL),
(34, 'S', 'fr', 'MadMimi', NULL),
(34, 'S', 'it', 'MadMimi', NULL),
(34, 'S', 'nl', 'MadMimi', NULL),
(34, 'S', 'no', 'MadMimi', NULL),
(34, 'S', 'pt', 'MadMimi', NULL),
(34, 'S', 'ro', 'MadMimi', NULL),
(34, 'S', 'ru', 'Mad Mimi', NULL),
(34, 'V', 'da', 'Produtos', NULL),
(34, 'V', 'de', 'Products', NULL),
(34, 'V', 'el', 'Προϊόντα', NULL),
(34, 'V', 'en', 'Products', NULL),
(34, 'V', 'es', 'Productos', NULL),
(34, 'V', 'fr', 'Products', NULL),
(34, 'V', 'it', 'Prodotti', NULL),
(34, 'V', 'nl', 'Producten', NULL),
(34, 'V', 'no', 'Produkter', NULL),
(34, 'V', 'pt', 'Produtos', NULL),
(34, 'V', 'ro', 'Produse', NULL),
(34, 'V', 'ru', 'Товары', NULL),
(35, 'O', 'da', 'Endereço de email do departamento de usuário', NULL),
(35, 'O', 'de', 'E-Mail-Adresse Kundenbetreung', NULL),
(35, 'O', 'el', 'E-mail για Θέματα Χρήστών', NULL),
(35, 'O', 'en', 'User department e-mail address', NULL),
(35, 'O', 'es', 'E-mail departamento de atencion al cliente', NULL),
(35, 'O', 'fr', 'Adresse email du service clients', NULL),
(35, 'O', 'it', 'E-mail servizio clienti', NULL),
(35, 'O', 'nl', 'Afdeling gebruikers e-mailadres', NULL),
(35, 'O', 'no', 'Bruker avdeling e-post-adresse', NULL),
(35, 'O', 'pt', 'Endereço de email do departamento de usuário', NULL),
(35, 'O', 'ro', 'Adresa de e-mail departamentului de utilizatori', NULL),
(35, 'O', 'ru', 'Email отдела по работе с клиентами', NULL),
(35, 'V', 'da', 'Produtos com envio', NULL),
(35, 'V', 'de', 'Products with shipping', NULL),
(35, 'V', 'el', 'Προϊόντα με αποστολή', NULL),
(35, 'V', 'en', 'Products with shipping', NULL),
(35, 'V', 'es', 'Productos con envío', NULL),
(35, 'V', 'fr', 'Products with shipping', NULL),
(35, 'V', 'it', 'Prodotti con spedizione', NULL),
(35, 'V', 'nl', 'Producten met verzending', NULL),
(35, 'V', 'no', 'Produkter inkludert frakt', NULL),
(35, 'V', 'pt', 'Produtos com envio', NULL),
(35, 'V', 'ro', 'Produse cu transport', NULL),
(35, 'V', 'ru', 'Товары с доставкой', NULL),
(36, 'O', 'da', 'Endereço de email do administrador do site', NULL),
(36, 'O', 'de', 'E-Mail-Adresse Webshop Administrator', NULL),
(36, 'O', 'el', 'E-mail Διαχειριστή Καταστήματος', NULL),
(36, 'O', 'en', 'Site administrator e-mail address', NULL),
(36, 'O', 'es', 'E-mail del administrador', NULL),
(36, 'O', 'fr', 'Adresse email de l\'administrateur du site', NULL),
(36, 'O', 'it', 'E-mail amministratore del sito', NULL),
(36, 'O', 'nl', 'Webmaster e-mailadres', NULL),
(36, 'O', 'no', 'Side administrator sin e-post-adresse', NULL),
(36, 'O', 'pt', 'Endereço de email do administrador do site', NULL),
(36, 'O', 'ro', 'Adresa de e-mail a Administratorului', NULL),
(36, 'O', 'ru', 'Email администратора сайта', NULL),
(36, 'S', 'da', 'General', NULL),
(36, 'S', 'de', 'Allgemein', NULL),
(36, 'S', 'el', 'Γενικά', NULL),
(36, 'S', 'en', 'General', NULL),
(36, 'S', 'es', 'General', NULL),
(36, 'S', 'fr', 'Général', NULL),
(36, 'S', 'it', 'Generale', NULL),
(36, 'S', 'nl', 'Algemeen', NULL),
(36, 'S', 'no', 'Generelt', NULL),
(36, 'S', 'pt', 'General', NULL),
(36, 'S', 'ro', 'General', NULL),
(36, 'S', 'ru', 'Общие', NULL),
(36, 'V', 'da', 'Permitir', NULL),
(36, 'V', 'de', 'Zulassen', NULL),
(36, 'V', 'el', 'Επιτρέπεται', NULL),
(36, 'V', 'en', 'Allow', NULL),
(36, 'V', 'es', 'Permitir', NULL),
(36, 'V', 'fr', 'Autoriser', NULL),
(36, 'V', 'it', 'Consenti', NULL),
(36, 'V', 'nl', 'Toestaan', NULL),
(36, 'V', 'no', 'Tillat', NULL),
(36, 'V', 'pt', 'Permitir', NULL),
(36, 'V', 'ro', 'Permite', NULL),
(36, 'V', 'ru', 'Разрешить', NULL),
(37, 'O', 'da', 'Endereço de email de departamento de pedidos', NULL),
(37, 'O', 'de', 'E-mail Adresse Abteilung Bestellungen', NULL),
(37, 'O', 'el', 'E-mail για Θέματα Παραγγελιών', NULL),
(37, 'O', 'en', 'Order department e-mail address', NULL),
(37, 'O', 'es', 'E-mail del departamento de compras', NULL),
(37, 'O', 'fr', 'Email du sevice commercial', NULL),
(37, 'O', 'it', 'E-mail reparto ordini', NULL),
(37, 'O', 'nl', 'Afdeling bestellingen e-mailadres', NULL),
(37, 'O', 'no', 'E-post-adresse til ordreavdelingen', NULL),
(37, 'O', 'pt', 'Endereço de email de departamento de pedidos', NULL),
(37, 'O', 'ro', 'Adresa de e-mail a departamentului de comenzi', NULL),
(37, 'O', 'ru', 'Email отдела оформления и обработки заказов', NULL),
(37, 'S', 'da', 'Promoções', NULL),
(37, 'S', 'de', 'Werbeangebote', NULL),
(37, 'S', 'el', 'Προσφορές', NULL),
(37, 'S', 'en', 'Promotions', NULL),
(37, 'S', 'es', 'Promociones', NULL),
(37, 'S', 'fr', 'Promotions', NULL),
(37, 'S', 'it', 'Promozioni', NULL),
(37, 'S', 'nl', 'Aanbiedingen', NULL),
(37, 'S', 'no', 'Kampanjer', NULL),
(37, 'S', 'pt', 'Promoções', NULL),
(37, 'S', 'ro', 'Promotions', NULL),
(37, 'S', 'ru', 'Промо-акции', NULL),
(37, 'V', 'da', 'Esconder o preço e o botão \"Adicionar ao carrinho\"', NULL),
(37, 'V', 'de', 'Hide price and the \"Add to cart\" button', NULL),
(37, 'V', 'el', 'Αποόκρυψη τιμής και του κουμπιού  \"Προσθήκη στο Καλάθι\"', NULL),
(37, 'V', 'en', 'Hide price and the \"Add to cart\" button', NULL),
(37, 'V', 'es', 'Ocultar precio y el botón \"Añadir al carro\"', NULL),
(37, 'V', 'fr', 'Hide price and the \"Add to cart\" button', NULL),
(37, 'V', 'it', 'Nascondere il prezzo e il pulsante \"Aggiungi al carrello\"', NULL),
(37, 'V', 'nl', 'De prijs en de \"Voeg toe aan winkelwagen\" knop verbergen', NULL),
(37, 'V', 'no', 'Skjul pris og \"Legg i handlevogn\" knappen', NULL),
(37, 'V', 'pt', 'Esconder o preço e o botão \"Adicionar ao carrinho\"', NULL),
(37, 'V', 'ro', 'Ascunde prețul și butonul \"Adaugă în coș\"', NULL),
(37, 'V', 'ru', 'Прятать цену и кнопку добавления товара в корзину', NULL),
(38, 'O', 'da', 'Endereço de e-mail do departamento de ajuda/suporte', NULL),
(38, 'O', 'de', 'E-Mail Adresse Technischer Support', NULL),
(38, 'O', 'el', 'E-mail για Θέματα Βοήθειας και Υποστήριξης', NULL),
(38, 'O', 'en', 'Help/Support department e-mail address', NULL),
(38, 'O', 'es', 'E-mail del departamento de soporte al cliente', NULL),
(38, 'O', 'fr', 'Adresse email du département Aide/ Support', NULL),
(38, 'O', 'it', 'E-mail supporto tecnico', NULL),
(38, 'O', 'nl', 'Afdeling support e-mailadres', NULL),
(38, 'O', 'no', 'Hjelp/Supportavdelingens e-post-adresse', NULL),
(38, 'O', 'pt', 'Endereço de e-mail do departamento de ajuda/suporte', NULL),
(38, 'O', 'ro', 'Adresa de e-mail a departamentului de Ajutor/Support', NULL),
(38, 'O', 'ru', 'Email отдела поддержки', NULL),
(38, 'V', 'da', 'Esconder o botão \"Adicionar ao carrinho\"', NULL),
(38, 'V', 'de', 'Hide the \"Add to cart\" button', NULL),
(38, 'V', 'el', 'Απόκρυψη του κουμπιού \"Προσθήκη στο καλάθι\"', NULL),
(38, 'V', 'en', 'Hide the \"Add to cart\" button', NULL),
(38, 'V', 'es', 'Ocultar el botón \"Añadir al carrito\"', NULL),
(38, 'V', 'fr', 'Hide the \"Add to cart\" button', NULL),
(38, 'V', 'it', 'Nascondere il pulsante \"Aggiungi al carrello\"', NULL),
(38, 'V', 'nl', 'De \"Voeg toe aan winkelmand\" knop verbergen', NULL),
(38, 'V', 'no', 'Skjul \"Legg i handlevogn\" knappen', NULL),
(38, 'V', 'pt', 'Esconder o botão \"Adicionar ao carrinho\"', NULL),
(38, 'V', 'ro', 'Ascunde butonul \"Adaugă în coș\"', NULL),
(38, 'V', 'ru', 'Прятать кнопку добавления товара в корзину', NULL),
(39, 'O', 'da', 'Endereço de email do responder para da newsletter', NULL),
(39, 'O', 'de', 'E-Mail-Adresse Abteilung Newsletters', NULL),
(39, 'O', 'el', 'E-mail για Θέματα Απάντησης στα Newsletter', NULL),
(39, 'O', 'en', 'Reply-To newsletter e-mail address', NULL),
(39, 'O', 'es', 'E-mail de respuesta para la newsletter', NULL),
(39, 'O', 'fr', 'Adresse email de réponse à la newsletter', NULL),
(39, 'O', 'it', 'E-mail reparto gestione newsletter', NULL),
(39, 'O', 'nl', 'Reply-To nieuwsbrief e-mailadres', NULL),
(39, 'O', 'no', 'Svar til nyhetsbrev e-post-adresse', NULL),
(39, 'O', 'pt', 'Endereço de email do responder para da newsletter', NULL),
(39, 'O', 'ro', 'Adresa buletinului de știri către care se trimit răspunsurile', NULL),
(39, 'O', 'ru', 'Email в поле «Reply-To» в рассылках', NULL),
(39, 'S', 'da', 'Geral', NULL),
(39, 'S', 'de', 'General', NULL),
(39, 'S', 'el', 'Γενικά', NULL),
(39, 'S', 'en', 'General', NULL),
(39, 'S', 'es', 'General', NULL),
(39, 'S', 'fr', 'Général', NULL),
(39, 'S', 'it', 'General', NULL),
(39, 'S', 'nl', 'Algemeen', NULL),
(39, 'S', 'no', 'General', NULL),
(39, 'S', 'pt', 'Geral', NULL),
(39, 'S', 'ro', 'General', NULL),
(39, 'S', 'ru', 'Общие', NULL),
(39, 'V', 'da', 'Ter, Jan 3', NULL),
(39, 'V', 'de', 'Tue, Jan 3', NULL),
(39, 'V', 'el', 'Τρ, Ιαν-3', NULL),
(39, 'V', 'en', 'Tue, Jan 3', NULL),
(39, 'V', 'es', 'Martes, 3 de ene', NULL),
(39, 'V', 'fr', 'Tue, Jan 3', NULL),
(39, 'V', 'it', 'Mar, Gen 3', NULL),
(39, 'V', 'nl', 'Din, Jan 3', NULL),
(39, 'V', 'no', 'Tir, jan 3', NULL),
(39, 'V', 'pt', 'Ter, Jan 3', NULL),
(39, 'V', 'ro', 'Mar, Ian 3', NULL),
(39, 'V', 'ru', 'Вт, Янв 3', NULL),
(40, 'O', 'da', 'Ano em que a loja começou sua operação', NULL),
(40, 'O', 'de', 'Eröffnungsjahr des Webshops', NULL),
(40, 'O', 'el', 'Έτος έναρξης ηλεκτρονικού καταστήματος', NULL);
INSERT INTO `partiushop_settings_descriptions` (`object_id`, `object_type`, `lang_code`, `value`, `tooltip`) VALUES
(40, 'O', 'en', 'Year when the store started its operation', NULL),
(40, 'O', 'es', 'Año puesta en marcha de esta web', NULL),
(40, 'O', 'fr', 'Année de début d\'activité de la boutique', NULL),
(40, 'O', 'it', 'Anno in cui è stato aperto il negozio', NULL),
(40, 'O', 'nl', 'Jaar van oprichting webwinkel', NULL),
(40, 'O', 'no', 'Året når butikken startet sin drift', NULL),
(40, 'O', 'pt', 'Ano em que a loja começou sua operação', NULL),
(40, 'O', 'ro', 'Anul în care magazinul și-a început activitatea', NULL),
(40, 'O', 'ru', 'Год начала работы магазина', NULL),
(40, 'S', 'da', 'Yandex', NULL),
(40, 'S', 'de', 'Yandex', NULL),
(40, 'S', 'el', 'Yandex', NULL),
(40, 'S', 'en', 'Yandex', NULL),
(40, 'S', 'es', 'Yandex', NULL),
(40, 'S', 'fr', 'Yandex', NULL),
(40, 'S', 'it', 'Yandex', NULL),
(40, 'S', 'nl', 'Yandex', NULL),
(40, 'S', 'no', 'Yandex', NULL),
(40, 'S', 'pt', 'Yandex', NULL),
(40, 'S', 'ro', 'Yandex', NULL),
(40, 'S', 'ru', 'Яндекс', NULL),
(40, 'V', 'da', 'Janeiro 3, 2006', NULL),
(40, 'V', 'de', 'January 3, 2006', NULL),
(40, 'V', 'el', '3 Ιανουαρίου 2006', NULL),
(40, 'V', 'en', 'January 3, 2006', NULL),
(40, 'V', 'es', '03 de enero 2006', NULL),
(40, 'V', 'fr', 'January 3, 2006', NULL),
(40, 'V', 'it', 'Gennaio 3, 2006', NULL),
(40, 'V', 'nl', 'Januari 3, 2006', NULL),
(40, 'V', 'no', 'Januar 3, 2006', NULL),
(40, 'V', 'pt', 'Janeiro 3, 2006', NULL),
(40, 'V', 'ro', '3 ianuarie, 2006', NULL),
(40, 'V', 'ru', 'Январь 3, 2006', NULL),
(41, 'O', 'da', 'Telefone padrão', NULL),
(41, 'O', 'de', 'Telefon', NULL),
(41, 'O', 'el', 'Τηλέφωνο', NULL),
(41, 'O', 'en', 'Default phone', NULL),
(41, 'O', 'es', 'Teléfono por defecto', NULL),
(41, 'O', 'fr', 'Téléphone par défaut', NULL),
(41, 'O', 'it', 'Telefono predefinito', NULL),
(41, 'O', 'nl', 'Standaard telefoon', NULL),
(41, 'O', 'no', 'Standard telefon', NULL),
(41, 'O', 'pt', 'Telefone padrão', NULL),
(41, 'O', 'ro', 'Telefonul implicit', NULL),
(41, 'O', 'ru', 'Телефон по умолчанию', NULL),
(41, 'S', 'da', 'Google', NULL),
(41, 'S', 'de', 'Google', NULL),
(41, 'S', 'el', 'Google', NULL),
(41, 'S', 'en', 'Google', NULL),
(41, 'S', 'es', 'Google', NULL),
(41, 'S', 'fr', 'Google', NULL),
(41, 'S', 'it', 'Google', NULL),
(41, 'S', 'nl', 'Google', NULL),
(41, 'S', 'no', 'Google', NULL),
(41, 'S', 'pt', 'Google', NULL),
(41, 'S', 'ro', 'Google', NULL),
(41, 'S', 'ru', 'Google', NULL),
(41, 'V', 'da', '01.03.06', NULL),
(41, 'V', 'de', '01.03.06', NULL),
(41, 'V', 'el', '01.03.06', NULL),
(41, 'V', 'en', '01.03.06', NULL),
(41, 'V', 'es', '01.03.06', NULL),
(41, 'V', 'fr', '01.03.06', NULL),
(41, 'V', 'it', '01.03.06', NULL),
(41, 'V', 'nl', '01.03.06', NULL),
(41, 'V', 'no', '01.03.06', NULL),
(41, 'V', 'pt', '01.03.06', NULL),
(41, 'V', 'ro', '01.03.06', NULL),
(41, 'V', 'ru', '01.03.06', NULL),
(42, 'O', 'da', 'Gramas na unidade de peso definido como símbolo de peso', NULL),
(42, 'O', 'de', 'Gramm in der Einheit des festgelegten Gewichts', NULL),
(42, 'O', 'el', 'Πόσα γραμμάρια είναι 1 κιλό;', NULL),
(42, 'O', 'en', 'Grams in the unit of weight defined by the weight symbol', NULL),
(42, 'O', 'es', 'Gramos en la unidad del peso definida por el símbolo del peso', NULL),
(42, 'O', 'fr', 'Les grammes dans l\'unité de poids définie par le symbole', NULL),
(42, 'O', 'it', 'Grammi nell\'unità di peso definita', NULL),
(42, 'O', 'nl', 'Grammen in eenheid gedefineerd door het gewichtsymbool', NULL),
(42, 'O', 'no', 'Gram i vektenhet definert av vektsymbolet', NULL),
(42, 'O', 'pt', 'Gramas na unidade de peso definido como símbolo de peso', NULL),
(42, 'O', 'ro', 'Grame în unitatea de greutate definită după simbolul greutății', NULL),
(42, 'O', 'ru', 'Граммов в заданной единице веса', NULL),
(42, 'V', 'da', 'Ter Jan 3, 2006', NULL),
(42, 'V', 'de', 'Dienstag, Jan 3, 2006', NULL),
(42, 'V', 'el', 'Τρ 3 ιαν, 2006', NULL),
(42, 'V', 'en', 'Tue Jan 3, 2006', NULL),
(42, 'V', 'es', 'Mar Ene 3, 2006', NULL),
(42, 'V', 'fr', 'Tue Jan 3, 2006', NULL),
(42, 'V', 'it', 'Mar Gen 3, 2006', NULL),
(42, 'V', 'nl', 'Din Jan 3, 2014', NULL),
(42, 'V', 'no', 'Tir Jan 3, 2006', NULL),
(42, 'V', 'pt', 'Ter Jan 3, 2006', NULL),
(42, 'V', 'ro', 'Mar Ian 3, 2006', NULL),
(42, 'V', 'ru', 'Вт, 3 Янв, 2006', NULL),
(43, 'S', 'da', 'Geral', NULL),
(43, 'S', 'de', 'Allgemein', NULL),
(43, 'S', 'el', 'Γενικά', NULL),
(43, 'S', 'en', 'General', NULL),
(43, 'S', 'es', 'General', NULL),
(43, 'S', 'fr', 'General', NULL),
(43, 'S', 'it', 'General', NULL),
(43, 'S', 'nl', 'Algemeen', NULL),
(43, 'S', 'no', 'Generelt', NULL),
(43, 'S', 'pt', 'Geral', NULL),
(43, 'S', 'ro', 'General', NULL),
(43, 'S', 'ru', 'Общие', NULL),
(43, 'V', 'da', 'Jan 3', NULL),
(43, 'V', 'de', 'Jan 3', NULL),
(43, 'V', 'el', '3 Ιαν', NULL),
(43, 'V', 'en', 'Jan 3', NULL),
(43, 'V', 'es', 'Ene 3', NULL),
(43, 'V', 'fr', 'Jan 3', NULL),
(43, 'V', 'it', 'Gen 3', NULL),
(43, 'V', 'nl', 'Jan 3', NULL),
(43, 'V', 'no', 'Jan 3', NULL),
(43, 'V', 'pt', 'Jan 3', NULL),
(43, 'V', 'ro', 'Ian 3', NULL),
(43, 'V', 'ru', 'Янв 3', NULL),
(44, 'O', 'da', 'Permitir a quantidade negativa no estoque', NULL),
(44, 'O', 'de', 'Negativen Lagerbestand erlauben', NULL),
(44, 'O', 'el', 'Να επιτρέπονται τα Αρνητικά Αποθέματα.', NULL),
(44, 'O', 'en', 'Allow negative amount in inventory', NULL),
(44, 'O', 'es', 'Permitir cantidad negativa en inventario', NULL),
(44, 'O', 'fr', 'Permettre une quantité négative dans l\'inventaire', NULL),
(44, 'O', 'it', 'Consenti quantità negativa in magazzino', NULL),
(44, 'O', 'nl', 'Toestaan van negatief aantal in inventaris', NULL),
(44, 'O', 'no', 'Tillat negativt beløp i varelager', NULL),
(44, 'O', 'pt', 'Permitir a quantidade negativa no estoque', NULL),
(44, 'O', 'ro', 'Permite suma negativă în inventar', NULL),
(44, 'O', 'ru', 'Разрешить отрицательное количество товаров в наличии', NULL),
(44, 'V', 'da', '1 semana', NULL),
(44, 'V', 'de', '1 week', NULL),
(44, 'V', 'el', '1 εβδομάδα', NULL),
(44, 'V', 'en', '1 week', NULL),
(44, 'V', 'es', '1 semana', NULL),
(44, 'V', 'fr', '1 week', NULL),
(44, 'V', 'it', '1 settimana', NULL),
(44, 'V', 'nl', '1 week', NULL),
(44, 'V', 'no', '1 uke', NULL),
(44, 'V', 'pt', '1 semana', NULL),
(44, 'V', 'ro', '1 săptămână', NULL),
(44, 'V', 'ru', '1 неделя', NULL),
(45, 'S', 'da', 'Geral', NULL),
(45, 'S', 'de', 'General', NULL),
(45, 'S', 'el', 'Γενικά', NULL),
(45, 'S', 'en', 'Vendor account', NULL),
(45, 'S', 'es', 'General', NULL),
(45, 'S', 'fr', 'Général', NULL),
(45, 'S', 'it', 'Generale', NULL),
(45, 'S', 'nl', 'Algemeen', NULL),
(45, 'S', 'no', 'Generelt', NULL),
(45, 'S', 'pt', 'Vendor account', NULL),
(45, 'S', 'ro', 'General', NULL),
(45, 'S', 'ru', 'Общие', NULL),
(45, 'V', 'da', '01.03', NULL),
(45, 'V', 'de', '01.03', NULL),
(45, 'V', 'el', '01.03', NULL),
(45, 'V', 'en', '01.03', NULL),
(45, 'V', 'es', '01.03', NULL),
(45, 'V', 'fr', '01.03', NULL),
(45, 'V', 'it', '01.03', NULL),
(45, 'V', 'nl', '01.03', NULL),
(45, 'V', 'no', '01.03', NULL),
(45, 'V', 'pt', '01.03', NULL),
(45, 'V', 'ro', '01.03', NULL),
(45, 'V', 'ru', '01.03', NULL),
(46, 'O', 'da', 'Pedidos por página', NULL),
(46, 'O', 'de', 'Bestellungen pro Seite', NULL),
(46, 'O', 'el', 'Παραγγελίες ανά Σελίδα', NULL),
(46, 'O', 'en', 'Orders per page', NULL),
(46, 'O', 'es', 'Compras por página', NULL),
(46, 'O', 'fr', 'Commandes par page', NULL),
(46, 'O', 'it', 'Ordini per pagina', NULL),
(46, 'O', 'nl', 'Bestellingen per pagina', NULL),
(46, 'O', 'no', 'Ordre per side', NULL),
(46, 'O', 'pt', 'Pedidos por página', NULL),
(46, 'O', 'ro', 'Comenzi per pagină', NULL),
(46, 'O', 'ru', 'Количество заказов на странице', NULL),
(46, 'S', 'da', 'Produtos', NULL),
(46, 'S', 'de', 'Products', NULL),
(46, 'S', 'el', 'Προϊόντα', NULL),
(46, 'S', 'en', 'Vendor products', NULL),
(46, 'S', 'es', 'Products', NULL),
(46, 'S', 'fr', 'Products', NULL),
(46, 'S', 'it', 'Products', NULL),
(46, 'S', 'nl', 'Products', NULL),
(46, 'S', 'no', 'Products', NULL),
(46, 'S', 'pt', 'Vendor products', NULL),
(46, 'S', 'ro', 'Products', NULL),
(46, 'S', 'ru', 'Товары', NULL),
(46, 'V', 'da', '1, Jan', NULL),
(46, 'V', 'de', '1, Jan', NULL),
(46, 'V', 'el', '1, Ιαν', NULL),
(46, 'V', 'en', '1, Jan', NULL),
(46, 'V', 'es', '1, enero', NULL),
(46, 'V', 'fr', '1, Jan', NULL),
(46, 'V', 'it', '1, Gen', NULL),
(46, 'V', 'nl', '1, Jan', NULL),
(46, 'V', 'no', '1, Jan', NULL),
(46, 'V', 'pt', '1, Jan', NULL),
(46, 'V', 'ro', '1, Jan', NULL),
(46, 'V', 'ru', '1, Янв', NULL),
(47, 'O', 'da', 'Elementos por página', NULL),
(47, 'O', 'de', 'Elemente pro Seite', NULL),
(47, 'O', 'el', 'Στοιχεία ανά Σελίδα', NULL),
(47, 'O', 'en', 'Elements per page', NULL),
(47, 'O', 'es', 'Elementos por pagina', NULL),
(47, 'O', 'fr', 'Eléments par page', NULL),
(47, 'O', 'it', 'Elementi per pagina', NULL),
(47, 'O', 'nl', 'Elementen per pagina', NULL),
(47, 'O', 'no', 'Elementer per side', NULL),
(47, 'O', 'pt', 'Elementos por página', NULL),
(47, 'O', 'ro', 'Elemente per pagină', NULL),
(47, 'O', 'ru', 'Количество элементов на странице', NULL),
(47, 'V', 'da', 'Janeiro, 2006', NULL),
(47, 'V', 'de', 'January, 2006', NULL),
(47, 'V', 'el', 'Ιανουάριος, 2006', NULL),
(47, 'V', 'en', 'January, 2006', NULL),
(47, 'V', 'es', 'enero, 2006', NULL),
(47, 'V', 'fr', 'January, 2006', NULL),
(47, 'V', 'it', 'Gennaio, 2006', NULL),
(47, 'V', 'nl', 'Januari, 2006', NULL),
(47, 'V', 'no', 'Januar, 2006', NULL),
(47, 'V', 'pt', 'Janeiro, 2006', NULL),
(47, 'V', 'ro', 'Ianuarie, 2006', NULL),
(47, 'V', 'ru', 'Январь, 2006', NULL),
(48, 'O', 'da', 'Tempo de exibição de tempo (para desativar a função auto-ocultar  digite 0)', NULL),
(48, 'O', 'de', 'Dauer der Visualisierung der System Meldungen (um die \"automatische Funktion \" zu deaktivieren 0 eingeben)', NULL),
(48, 'O', 'el', 'Χρονος εμφανισης Προειδοποιήσεων (για να απενεργοποιήσετε την λειτουργία αυτόματης απόκρυψης εισάγετε 0)', NULL),
(48, 'O', 'en', 'Notice displaying time (to turn off the autohide function enter 0)', NULL),
(48, 'O', 'es', 'Tiempo de visualización de los avisos (para desactivar la ocultación automática introduce 0)', NULL),
(48, 'O', 'fr', 'Temps d\'affichage des notifications (pour désactiver la fonction de masquage automatique entrez 0)', NULL),
(48, 'O', 'it', 'Tempo visualizzazione dei messaggi (per disabilitare funzione automatica inserire 0)', NULL),
(48, 'O', 'nl', 'Meld weergave tijd (om automatisch verbergen uit te schakelen voert u 0 in)', NULL),
(48, 'O', 'no', 'Melding visningstid (for å skru av autoskjul funksjonen skriv 0)', NULL),
(48, 'O', 'pt', 'Tempo de exibição de tempo (para desativar a função auto-ocultar  digite 0)', NULL),
(48, 'O', 'ro', 'Timpul pentru afișarea notificării (pentru a dezactiva funția de oprire-automată introduce-ți 0)', NULL),
(48, 'O', 'ru', 'Время отображения уведомлений (чтобы уведомления не скрывались автоматически, введите 0)', NULL),
(48, 'S', 'da', '', NULL),
(48, 'S', 'de', '', NULL),
(48, 'S', 'el', '', NULL),
(48, 'S', 'en', '', NULL),
(48, 'S', 'es', '', NULL),
(48, 'S', 'fr', '', NULL),
(48, 'S', 'it', '', NULL),
(48, 'S', 'nl', '', NULL),
(48, 'S', 'no', '', NULL),
(48, 'S', 'pt', '', NULL),
(48, 'S', 'ro', '', NULL),
(48, 'S', 'ru', '', NULL),
(48, 'V', 'da', 'Janeiro', NULL),
(48, 'V', 'de', 'January', NULL),
(48, 'V', 'el', 'Ιανουάριος', NULL),
(48, 'V', 'en', 'January', NULL),
(48, 'V', 'es', 'Enero', NULL),
(48, 'V', 'fr', 'January', NULL),
(48, 'V', 'it', 'Gennaio', NULL),
(48, 'V', 'nl', 'Januari', NULL),
(48, 'V', 'no', 'Januar', NULL),
(48, 'V', 'pt', 'Janeiro', NULL),
(48, 'V', 'ro', 'Ianuarie', NULL),
(48, 'V', 'ru', 'Январь', NULL),
(49, 'O', 'da', 'Editor wysiwyg padrão', NULL),
(49, 'O', 'de', 'Default WYSIWYG editor', NULL),
(49, 'O', 'el', 'Προεπιλεγόμενος συντάκτης wysiwyg', NULL),
(49, 'O', 'en', 'Default wysiwyg editor', NULL),
(49, 'O', 'es', 'Editor wysiwyg por defecto', NULL),
(49, 'O', 'fr', 'Editeur wysiwyg par défaut', NULL),
(49, 'O', 'it', 'Editor di testo predefinito', NULL),
(49, 'O', 'nl', 'Standaard wysiwyg editor', NULL),
(49, 'O', 'no', 'Standard wysiwyg editor', NULL),
(49, 'O', 'pt', 'Editor wysiwyg padrão', NULL),
(49, 'O', 'ro', 'Editor wysiwyg implicit', NULL),
(49, 'O', 'ru', 'HTML-редактор по умолчанию', NULL),
(49, 'V', 'da', '01', NULL),
(49, 'V', 'de', '01', NULL),
(49, 'V', 'el', '01', NULL),
(49, 'V', 'en', '01', NULL),
(49, 'V', 'es', '01', NULL),
(49, 'V', 'fr', '01', NULL),
(49, 'V', 'it', '01', NULL),
(49, 'V', 'nl', '01', NULL),
(49, 'V', 'no', '01', NULL),
(49, 'V', 'pt', '01', NULL),
(49, 'V', 'ro', '01', NULL),
(49, 'V', 'ru', '01', NULL),
(50, 'O', 'da', 'Visualizador de imagem padrão', NULL),
(50, 'O', 'de', 'Default Bildervorschau (preview)', NULL),
(50, 'O', 'el', 'Προεπιλεγμενη προβολή εικόνων', NULL),
(50, 'O', 'en', 'Default image previewer', NULL),
(50, 'O', 'es', 'Previsualizador de imágenes por defecto', NULL),
(50, 'O', 'fr', 'Visionneur d\'image par défaut', NULL),
(50, 'O', 'it', 'Anteprima predefinita visualizzatore immagini', NULL),
(50, 'O', 'nl', 'Standaard afbeelding voorvertoning', NULL),
(50, 'O', 'no', 'Standard bildeviser', NULL),
(50, 'O', 'pt', 'Visualizador de imagem padrão', NULL),
(50, 'O', 'ro', 'Previzualizare imagine implicită', NULL),
(50, 'O', 'ru', 'Просмотрщик изображений по умолчанию', NULL),
(50, 'S', 'da', 'Geral', NULL),
(50, 'S', 'de', 'Allgemein', NULL),
(50, 'S', 'el', 'Γενικά', NULL),
(50, 'S', 'en', 'General', NULL),
(50, 'S', 'es', 'General', NULL),
(50, 'S', 'fr', 'Général', NULL),
(50, 'S', 'it', 'Generale', NULL),
(50, 'S', 'nl', 'Algemeen', NULL),
(50, 'S', 'no', 'Generelt', NULL),
(50, 'S', 'pt', 'Geral', NULL),
(50, 'S', 'ro', 'General', NULL),
(50, 'S', 'ru', 'Общие', NULL),
(50, 'V', 'da', 'Jan', NULL),
(50, 'V', 'de', 'Jan', NULL),
(50, 'V', 'el', 'Ιαν', NULL),
(50, 'V', 'en', 'Jan', NULL),
(50, 'V', 'es', 'Ene', NULL),
(50, 'V', 'fr', 'Jan', NULL),
(50, 'V', 'it', 'Gen', NULL),
(50, 'V', 'nl', 'Jan', NULL),
(50, 'V', 'no', 'Jan', NULL),
(50, 'V', 'pt', 'Jan', NULL),
(50, 'V', 'ro', 'Ian', NULL),
(50, 'V', 'ru', 'Янв', NULL),
(51, 'V', 'da', '01-2006', NULL),
(51, 'V', 'de', '01-2006', NULL),
(51, 'V', 'el', '01-2006', NULL),
(51, 'V', 'en', '01-2006', NULL),
(51, 'V', 'es', '01-2006', NULL),
(51, 'V', 'fr', '01-2006', NULL),
(51, 'V', 'it', '01-2006', NULL),
(51, 'V', 'nl', '01-2006', NULL),
(51, 'V', 'no', '01-2006', NULL),
(51, 'V', 'pt', '01-2006', NULL),
(51, 'V', 'ro', '01-2006', NULL),
(51, 'V', 'ru', '01-2006', NULL),
(52, 'O', 'da', 'Formato da data', NULL),
(52, 'O', 'de', 'Datum-Format', NULL),
(52, 'O', 'el', 'Επιλογή Εμφάνισης Ημερομηνίας', NULL),
(52, 'O', 'en', 'Date format', NULL),
(52, 'O', 'es', 'Seleccione el formato de la fecha', NULL),
(52, 'O', 'fr', 'Sélectionner le format de la date', NULL),
(52, 'O', 'it', 'Formato data', NULL),
(52, 'O', 'nl', 'Selecteer datumopmaak', NULL),
(52, 'O', 'no', 'Datoformat', NULL),
(52, 'O', 'pt', 'Formato da data', NULL),
(52, 'O', 'ro', 'Format dată', NULL),
(52, 'O', 'ru', 'Формат даты', NULL),
(52, 'S', 'da', 'Geral', NULL),
(52, 'S', 'de', 'Allgemein', NULL),
(52, 'S', 'el', 'Γενικά', NULL),
(52, 'S', 'en', 'General', NULL),
(52, 'S', 'es', 'General', NULL),
(52, 'S', 'fr', 'Général', NULL),
(52, 'S', 'it', 'Generale', NULL),
(52, 'S', 'nl', 'Algemeen', NULL),
(52, 'S', 'no', 'Generelt', NULL),
(52, 'S', 'pt', 'Geral', NULL),
(52, 'S', 'ro', 'General', NULL),
(52, 'S', 'ru', 'Общие', NULL),
(52, 'V', 'da', '2006', NULL),
(52, 'V', 'de', '2006', NULL),
(52, 'V', 'el', '2006', NULL),
(52, 'V', 'en', '2006', NULL),
(52, 'V', 'es', '2006', NULL),
(52, 'V', 'fr', '2006', NULL),
(52, 'V', 'it', '2006', NULL),
(52, 'V', 'nl', '2006', NULL),
(52, 'V', 'no', '2006', NULL),
(52, 'V', 'pt', '2006', NULL),
(52, 'V', 'ro', '2006', NULL),
(52, 'V', 'ru', '2006', NULL),
(53, 'O', 'da', 'Idioma padrão do frontend', NULL),
(53, 'O', 'de', 'Voreingestellte Sprache im Kundenbereich', NULL),
(53, 'O', 'el', 'Προκαθορισμένη Γλώσσα στην Ζώνη του Πελάτη', NULL),
(53, 'O', 'en', 'Frontend default language', NULL),
(53, 'O', 'es', 'Lenguaje por defecto en la zona del cliente', NULL),
(53, 'O', 'fr', 'Langue par défaut de la zone client', NULL),
(53, 'O', 'it', 'Lingua predefinita in zona clienti', NULL),
(53, 'O', 'nl', 'Webwinkel standaard-taal', NULL),
(53, 'O', 'no', 'Butikkforside standard språk', NULL),
(53, 'O', 'pt', 'Idioma padrão do frontend', NULL),
(53, 'O', 'ro', 'Limba implicită pentru client', NULL),
(53, 'O', 'ru', 'Язык витрины по умолчанию', NULL),
(53, 'V', 'da', '06', NULL),
(53, 'V', 'de', '06', NULL),
(53, 'V', 'el', '06', NULL),
(53, 'V', 'en', '06', NULL),
(53, 'V', 'es', '06', NULL),
(53, 'V', 'fr', '06', NULL),
(53, 'V', 'it', '06', NULL),
(53, 'V', 'nl', '06', NULL),
(53, 'V', 'no', '06', NULL),
(53, 'V', 'pt', '06', NULL),
(53, 'V', 'ro', '06', NULL),
(53, 'V', 'ru', '06', NULL),
(54, 'O', 'da', 'Idos padrão do backend', NULL),
(54, 'O', 'de', 'Standard Sprache im Administratorenbereich', NULL),
(54, 'O', 'el', 'Προκαθορισμένη Γλώσσα Διαχειριστή', NULL),
(54, 'O', 'en', 'Backend default language', NULL),
(54, 'O', 'es', 'Lenguaje por defecto de la zona admin', NULL),
(54, 'O', 'fr', 'Langue par défaut de la zone Admin', NULL),
(54, 'O', 'it', 'Lingua predefinita area amministrazione', NULL),
(54, 'O', 'nl', 'Beheerdersgedeelte standaard-taal', NULL),
(54, 'O', 'no', 'Admin standardspråk', NULL),
(54, 'O', 'pt', 'Idos padrão do backend', NULL),
(54, 'O', 'ro', 'Limba implicită pentru Panoul de Administrare', NULL),
(54, 'O', 'ru', 'Язык панели администратора по умолчанию', NULL),
(54, 'S', 'da', 'Geral', NULL),
(54, 'S', 'de', 'Allgemein', NULL),
(54, 'S', 'el', 'Γενικά', NULL),
(54, 'S', 'en', 'General', NULL),
(54, 'S', 'es', 'General', NULL),
(54, 'S', 'fr', 'General', NULL),
(54, 'S', 'it', 'General', NULL),
(54, 'S', 'nl', 'Algemeen', NULL),
(54, 'S', 'no', 'Generelt', NULL),
(54, 'S', 'pt', 'Geral', NULL),
(54, 'S', 'ro', 'General', NULL),
(54, 'S', 'ru', 'Общие', NULL),
(54, 'V', 'da', 'através do servidor SMTP', NULL),
(54, 'V', 'de', 'via SMTP server', NULL),
(54, 'V', 'el', 'μέσω SMTP διακομιστή', NULL),
(54, 'V', 'en', 'via SMTP server', NULL),
(54, 'V', 'es', 'por servidor SMTP', NULL),
(54, 'V', 'fr', 'via SMTP server', NULL),
(54, 'V', 'it', 'tramite server SMTP', NULL),
(54, 'V', 'nl', 'via SMTP server', NULL),
(54, 'V', 'no', 'via SMTP server', NULL),
(54, 'V', 'pt', 'através do servidor SMTP', NULL),
(54, 'V', 'ro', 'prin serverul SMTP', NULL),
(54, 'V', 'ru', 'через SMTP сервер', NULL),
(55, 'O', 'da', 'Habilitar conexão segura para a loja virtual', 'É necessário ter certificado SSL instalado em seu servidor.'),
(55, 'O', 'de', 'Sichere Verbindung für die Shopseite aktivieren', 'Ein SSL-Zertifikat ist erforderlich, um auf Ihrem Server installiert zu sein'),
(55, 'O', 'el', 'Ενεργοποίηση ασφαλούς σύνδεσης για τη βιτρίνα του καταστήματος', 'Απαιτείται εκγατασταση πιστοποιητικου SSL στο server σας'),
(55, 'O', 'en', 'Enable secure connection for the storefront', 'SSL certificate must be installed on your server.'),
(55, 'O', 'es', 'Habilitar la conexión segura de la tienda', 'Se requiere la instalación de certificado SSL en el servidor'),
(55, 'O', 'fr', 'Activer la connexion sécurisée pour la partie client de la boutique', 'SSL certificate is required to be installed on your server'),
(55, 'O', 'it', 'Abilitare la connessione sicura per l\'area pubblica', 'Il certificato SSL è richiesto e deve essere installato sul vostro server'),
(55, 'O', 'nl', 'Beveiligde verbinding voor de winkel inschakelen', 'Een SSL-certificaat dient geïnstalleerd te worden op de server'),
(55, 'O', 'no', 'Aktiver sikker tilkobling for butikk forsiden', 'SSL-sertifikat må være installert på serveren din'),
(55, 'O', 'pt', 'Habilitar conexão segura para a loja virtual', 'É necessário ter certificado SSL instalado em seu servidor.'),
(55, 'O', 'ro', 'Enable secure connection for the storefront', 'Este necesar sa fie instalat un certificat SSL pe server'),
(55, 'O', 'ru', 'Безопасное соединение для витрины', 'на сервере должен быть установлен SSL сертификат'),
(55, 'V', 'da', 'através da função mail do php', NULL),
(55, 'V', 'de', 'über Php Mailfunktion', NULL),
(55, 'V', 'el', 'μεσω php mail function', NULL),
(55, 'V', 'en', 'via php mail function', NULL),
(55, 'V', 'es', 'por la función php mail', NULL),
(55, 'V', 'fr', 'via php mail function', NULL),
(55, 'V', 'it', 'tramite la funzione mail di php', NULL),
(55, 'V', 'nl', 'via php mail functie', NULL),
(55, 'V', 'no', 'via php e-post funksjon', NULL),
(55, 'V', 'pt', 'através da função mail do php', NULL),
(55, 'V', 'ro', 'prin funcția mail oferită de php', NULL),
(55, 'V', 'ru', 'с помощью функции PHP mail', NULL),
(56, 'O', 'da', 'Ativar conexão segura no painel administrativo', 'É necessário ter certificado SSL instalado em seu servidor.'),
(56, 'O', 'de', 'Aktivierung der sichereren Verbindung im Administrationsbereich (SSL Zertifikat muss auf Ihrem Server installiert sein)', 'Ein SSL-Zertifikat ist erforderlich, um auf Ihrem Server installiert zu sein'),
(56, 'O', 'el', 'Ενεργοποίηση ασφαλης συνδεσης στο πανελ διαχείρησης', 'Απαιτείται εκγατασταση πιστοποιητικου SSL στο server σας'),
(56, 'O', 'en', 'Enable secure connection in the administration panel', 'SSL certificate must be installed on your server.'),
(56, 'O', 'es', 'Utilizar conexión segura en la zona del admin', 'Es necesaria la instalación en el servidor de un certificado SSL'),
(56, 'O', 'fr', 'Connection sécurisée dans la zone admin (certificat SSL requis)', 'Un certificat SSL doit être installé sur votre serveur'),
(56, 'O', 'it', 'Utilizza connessione sicura in area amministrazione', 'Il certificato SSL è richiesto e deve essere installato sul vostro server'),
(56, 'O', 'nl', 'Gebruik SSL in het beheerpaneel (SSL certificaat vereist)', 'SSL certificaat moet aanwezig zijn op uw server'),
(56, 'O', 'no', 'Aktiver sikker tilkobling i adminpanelet', 'SSL-sertifikat må være installert på serveren din'),
(56, 'O', 'pt', 'Ativar conexão segura no painel administrativo', 'É necessário ter certificado SSL instalado em seu servidor.'),
(56, 'O', 'ro', 'Activați conexiunea securizată în panoul de administare (e necesar ca certificatul SSL să fie instalat pe serverul dvs.)', 'Certificat SSL este necesar pentru a fi instalat pe server'),
(56, 'O', 'ru', 'Включить безопасное соединение в панели администратора', 'На сервере должен быть установлен SSL-сертификат'),
(56, 'S', 'da', 'Geral', NULL),
(56, 'S', 'de', 'General', NULL),
(56, 'S', 'el', 'Γενικά', NULL),
(56, 'S', 'en', 'General', NULL),
(56, 'S', 'es', 'General', NULL),
(56, 'S', 'fr', 'General', NULL),
(56, 'S', 'it', 'General', NULL),
(56, 'S', 'nl', 'Algemeen', NULL),
(56, 'S', 'no', 'General', NULL),
(56, 'S', 'pt', 'Geral', NULL),
(56, 'S', 'ro', 'General', NULL),
(56, 'S', 'ru', 'Общие', NULL),
(56, 'V', 'da', 'via programa de sendmail', NULL),
(56, 'V', 'de', 'über Sendmail-Programm', NULL),
(56, 'V', 'el', 'via sendmail program', NULL),
(56, 'V', 'en', 'via sendmail program', NULL),
(56, 'V', 'es', 'por programa sendmail', NULL),
(56, 'V', 'fr', 'via sendmail program', NULL),
(56, 'V', 'it', 'tramite il programma sendmail', NULL),
(56, 'V', 'nl', 'via sendmail programma', NULL),
(56, 'V', 'no', 'via sendmail program', NULL),
(56, 'V', 'pt', 'via programa de sendmail', NULL),
(56, 'V', 'ro', 'prin programul sendmail', NULL),
(56, 'V', 'ru', 'через программу sendmail', NULL),
(57, 'V', 'da', 'Digitos apenas', NULL),
(57, 'V', 'de', 'Nur Ziffern', NULL),
(57, 'V', 'el', 'Μόνο ψηφία', NULL),
(57, 'V', 'en', 'Digits only', NULL),
(57, 'V', 'es', 'Sólo dígitos', NULL),
(57, 'V', 'fr', 'Digits only', NULL),
(57, 'V', 'it', 'Solo numeri', NULL),
(57, 'V', 'nl', 'Alleen cijfers', NULL),
(57, 'V', 'no', 'Bare tall', NULL),
(57, 'V', 'pt', 'Digitos apenas', NULL),
(57, 'V', 'ro', 'Doar cifre', NULL),
(57, 'V', 'ru', 'Только цифры', NULL),
(58, 'O', 'da', 'Ativar o rastreamento de estoque', NULL),
(58, 'O', 'de', 'Aktivierung der Inventar-Verfolgung', NULL),
(58, 'O', 'el', 'Ενεργοποίηση του Κυκλώματος Παρακολούθησης Αποθέματος', NULL),
(58, 'O', 'en', 'Enable inventory tracking', NULL),
(58, 'O', 'es', 'Permitir controlar el inventario', NULL),
(58, 'O', 'fr', 'Activer le suivi d\'inventaire', NULL),
(58, 'O', 'it', 'Abilita monitoraggio inventario', NULL),
(58, 'O', 'nl', 'Aanzetten inventaris tracering', NULL),
(58, 'O', 'no', 'Aktiver lagerstyring', NULL),
(58, 'O', 'pt', 'Ativar o rastreamento de estoque', NULL),
(58, 'O', 'ro', 'Activează urmărirea inventarului', NULL),
(58, 'O', 'ru', 'Включить отслеживание количества товаров на складе', NULL),
(58, 'S', 'da', 'Geral', NULL),
(58, 'S', 'de', 'General', NULL),
(58, 'S', 'el', 'Γενικά', NULL),
(58, 'S', 'en', 'General', NULL),
(58, 'S', 'es', 'General', NULL),
(58, 'S', 'fr', 'General', NULL),
(58, 'S', 'it', 'General', NULL),
(58, 'S', 'nl', 'Algemeen', NULL),
(58, 'S', 'no', 'General', NULL),
(58, 'S', 'pt', 'Geral', NULL),
(58, 'S', 'ro', 'General', NULL),
(58, 'S', 'ru', 'Общие', NULL),
(58, 'V', 'da', 'Apenas letras', NULL),
(58, 'V', 'de', 'Nur Buchstaben', NULL),
(58, 'V', 'el', 'Μόνο γράμματα', NULL),
(58, 'V', 'en', 'Letters only', NULL),
(58, 'V', 'es', 'Sólo letras', NULL),
(58, 'V', 'fr', 'Seulement des lettres', NULL),
(58, 'V', 'it', 'Solo lettere', NULL),
(58, 'V', 'nl', 'Alleen letters', NULL),
(58, 'V', 'no', 'Bare bokstaver', NULL),
(58, 'V', 'pt', 'Apenas letras', NULL),
(58, 'V', 'ro', 'Doar litere', NULL),
(58, 'V', 'ru', 'Только буквы', NULL),
(59, 'S', 'da', 'Países isentos', NULL),
(59, 'S', 'de', 'Excluded countries', NULL),
(59, 'S', 'el', 'Εξαιρούμενες χώρες', NULL),
(59, 'S', 'en', 'Excluded countries', NULL),
(59, 'S', 'es', 'Excluded countries', NULL),
(59, 'S', 'fr', 'Pays exclus', NULL),
(59, 'S', 'it', 'Excluded countries', NULL),
(59, 'S', 'nl', 'Excluded countries', NULL),
(59, 'S', 'no', 'Excluded countries', NULL),
(59, 'S', 'pt', 'Países isentos', NULL),
(59, 'S', 'ro', 'Țările excluse', NULL),
(59, 'S', 'ru', 'Страны-исключения', NULL),
(59, 'V', 'da', 'Misturado', NULL),
(59, 'V', 'de', 'GEMISCHT', NULL),
(59, 'V', 'el', 'Μικτό', NULL),
(59, 'V', 'en', 'Mixed', NULL),
(59, 'V', 'es', 'Mixto', NULL),
(59, 'V', 'fr', 'Mixed', NULL),
(59, 'V', 'it', 'Misto', NULL),
(59, 'V', 'nl', 'Gemengd', NULL),
(59, 'V', 'no', 'Blandet', NULL),
(59, 'V', 'pt', 'Misturado', NULL),
(59, 'V', 'ro', 'Amestecate', NULL),
(59, 'V', 'ru', 'Смешанный', NULL),
(61, 'O', 'da', 'Access key to temporarily closed store', 'Brug: http://www.example.com/index.php?store_access_key=key_value'),
(61, 'O', 'de', 'Zugangsschlüssel zum vorübergehend geschlossenen Shop', 'Use: http://www.example.com/index.php?store_access_key=key_value'),
(61, 'O', 'el', 'Κλειδί για πρόσβαση σε προσωρινά κλειστό κατάστημα', 'Χρησιμοποιήστε: http://www.example.com/index.php?store_access_key=key_value'),
(61, 'O', 'en', 'Access key to temporarily closed store', 'Use: http://www.example.com/index.php?store_access_key=key_value'),
(61, 'O', 'es', 'Access key to temporarily closed store', 'Usa: http://www.example.com/index.php?store_access_key=key_value'),
(61, 'O', 'fr', 'Access key to temporarily closed store', 'Use: http://www.example.com/index.php?store_access_key=key_value'),
(61, 'O', 'it', 'Access key to temporarily closed store', 'Usare: http://www.example.com/index.php?store_access_key=key_value'),
(61, 'O', 'nl', 'Toegangssleutel tot tijdelijk gesloten winkel', 'Gebruik: http://www.example.com/index.php?store_access_key=key_value'),
(61, 'O', 'no', 'Access key to temporarily closed store', 'Bruk: http://www.example.com/index.php?store_access_key=din_tilgangsnøkkel'),
(61, 'O', 'pt', 'Access key to temporarily closed store', 'Use: http://www.example.com/index.php?store_access_key=key_value'),
(61, 'O', 'ro', 'Access key to temporarily closed store', 'Utilizare: http://www.example.com/index.php?store_access_key=key_value'),
(61, 'O', 'ru', 'Ключ доступа к временно закрытому магазину', 'Для доступа к витрине по ключу используйте URL: <em>http://mystore.ru/index.php?<strong>store_access_key=my_key</strong></em>, где <em>http://mystore.ru</em> — адрес вашего магазина в интернете, <em>my_key</em> — ваш ключ доступа.'),
(61, 'S', 'da', 'Geral', NULL),
(61, 'S', 'de', 'Allgemein', NULL),
(61, 'S', 'el', 'Γενικά', NULL),
(61, 'S', 'en', 'General', NULL),
(61, 'S', 'es', 'General', NULL),
(61, 'S', 'fr', 'General', NULL),
(61, 'S', 'it', 'Generale', NULL),
(61, 'S', 'nl', 'Algemeen', NULL),
(61, 'S', 'no', 'Generelt', NULL),
(61, 'S', 'pt', 'Geral', NULL),
(61, 'S', 'ro', 'General', NULL),
(61, 'S', 'ru', 'Общие', NULL),
(62, 'O', 'da', 'Código inicial dos pedidos', 'Use um número entre 1 e 10.000.000 (apenas números) ou deixe em branco para preenchimento automático.'),
(62, 'O', 'de', 'Erstauftrag ID-Wert', 'Geben Sie eine Zahl zwischen 1 und 10.000.000 ein (nur Ziffern verwenden) oder lassen Sie sie beim automatischen Ausfüllen leer.'),
(62, 'O', 'el', 'Πληκτρολογήστε έναν αριθμό μεταξύ του 1 και του 10.000.000 (χρησιμοποιήστε ψηφία μόνο) ή αφήστε κενό για αυτόματη πλήρωση.', 'Πληκτρολογήστε έναν αριθμό μεταξύ 1 και 10.000.000 (χρήση μόνο ψηφίων) ή αφήστε το κενό για αυτόματη συμπλήρωση.'),
(62, 'O', 'en', 'Initial order ID value', 'Use a number between 1 and 10000000 or leave empty for auto-filling.'),
(62, 'O', 'es', 'Valor inicial de la identificación de una compra', 'Introduce un número entre 1 y 10.000.000 (sólo dígitos) o deja en blanco para rellenar automáticamente.'),
(62, 'O', 'fr', 'Numéro de la premiere commande', 'Entrer un nombre entre 1 et 10\'000\'000 (utiliser seulement des chiffres) ou laisser vide pour un remplissage automatique.'),
(62, 'O', 'it', 'ID ordine iniziale', 'Immettere un numero compreso tra 1 e 10.000.000 (solo numeri) o lasciare vuoto per usare il riempimento automatico.'),
(62, 'O', 'nl', 'Start bij bestellingsID', 'Vul een nummer in tussen de 1 en 10.000.000 (alleen cijfers) of laat leeg voor automatische vulling.'),
(62, 'O', 'no', 'Startnummer på ordre-ID', 'Skriv inn et tall mellom 1 og 10 millioner (bruk siffer) eller la det stå tomt for auto-utfylling.'),
(62, 'O', 'pt', 'Código inicial dos pedidos', 'Use um número entre 1 e 10.000.000 (apenas números) ou deixe em branco para preenchimento automático.'),
(62, 'O', 'ro', 'Valoarea ID-ului a comenzii inițiale', 'Introduceţi un număr între 1 și 10.000.000 (utilizati doar cifre) sau lăsaţi gol pentru auto-umplere.'),
(62, 'O', 'ru', 'Начальный номер заказа', 'Введите число от 1 до 10 миллионов (цифрами) или оставьте пустым для автоматического заполнения.'),
(63, 'O', 'da', 'Número de colunas na lista de produtos', NULL),
(63, 'O', 'de', 'Anzahl Spalten in der Produktliste', NULL),
(63, 'O', 'el', 'Αριθμός Στηλων στη λίστα των Προϊόντων', NULL),
(63, 'O', 'en', 'Number of columns in the product list', NULL),
(63, 'O', 'es', 'Numero de columnas en la lista de los articulos', NULL),
(63, 'O', 'fr', 'Nombre de colonnes dans la liste des produits', NULL),
(63, 'O', 'it', 'Numero di colonne nella lista prodotti', NULL),
(63, 'O', 'nl', 'Aantal kolommen in productlijst', NULL),
(63, 'O', 'no', 'Antall kolonner i produktlisten', NULL),
(63, 'O', 'pt', 'Número de colunas na lista de produtos', NULL),
(63, 'O', 'ro', 'Numărul de coloane în lista de produse', NULL),
(63, 'O', 'ru', 'Количество столбцов в списке товаров', NULL),
(63, 'S', 'da', 'Geral', NULL),
(63, 'S', 'de', 'Allgemein', NULL),
(63, 'S', 'el', 'Γενικά', NULL),
(63, 'S', 'en', 'General', NULL),
(63, 'S', 'es', 'General', NULL),
(63, 'S', 'fr', 'Général', NULL),
(63, 'S', 'it', 'Generale', NULL),
(63, 'S', 'nl', 'Algemeen', NULL),
(63, 'S', 'no', 'Generelt', NULL),
(63, 'S', 'pt', 'Geral', NULL),
(63, 'S', 'ro', 'General', NULL),
(63, 'S', 'ru', 'Общие настройки', NULL),
(63, 'V', 'da', '(GMT+10:00) Hobart', NULL),
(63, 'V', 'de', '(GMT+10:00) Hobart', NULL),
(63, 'V', 'el', '(GMT+10:00) Hobart', NULL),
(63, 'V', 'en', '(GMT+10:00) Hobart', NULL),
(63, 'V', 'es', '(GMT+10:00) Hobart', NULL),
(63, 'V', 'fr', '(GMT+10:00) Hobart', NULL),
(63, 'V', 'it', '(GMT+10:00) Hobart', NULL),
(63, 'V', 'nl', '(GMT+10:00) Hobart', NULL),
(63, 'V', 'no', '(GMT+10:00) Hobart', NULL),
(63, 'V', 'pt', '(GMT+10:00) Hobart', NULL),
(63, 'V', 'ro', '(GMT + 10:00) Hobart', NULL),
(63, 'V', 'ru', '(GMT+10:00) Хобарт', NULL),
(64, 'O', 'da', 'Lista de ordenação de produto padrão', NULL),
(64, 'O', 'de', 'Voreingestellte Sortierung in der Produktliste', NULL),
(64, 'O', 'el', 'Ταξινόμηση της Λίστας Προϊόντων με βάση:', NULL),
(64, 'O', 'en', 'Product list default sorting', NULL),
(64, 'O', 'es', 'Orden por defecto de la lsta de articulos', NULL),
(64, 'O', 'fr', 'Tri par défaut de la liste des produits', NULL),
(64, 'O', 'it', 'Ordine predefinito per la lista prodotti', NULL),
(64, 'O', 'nl', 'Productlijst standaardsortering', NULL),
(64, 'O', 'no', 'Produktliste standard sortering', NULL),
(64, 'O', 'pt', 'Lista de ordenação de produto padrão', NULL),
(64, 'O', 'ro', 'Criteriul implicit pentru lista de produse', NULL),
(64, 'O', 'ru', 'Сортировка списка товаров по умолчанию', NULL),
(64, 'S', 'da', 'Mais novo', NULL),
(64, 'S', 'de', 'Neueste', NULL),
(64, 'S', 'el', 'Τα νεότερα', NULL),
(64, 'S', 'en', 'Newest', NULL),
(64, 'S', 'es', 'Más reciente', NULL),
(64, 'S', 'fr', 'Nouveauté', NULL),
(64, 'S', 'it', 'Più recente', NULL),
(64, 'S', 'nl', 'Nieuwste', NULL),
(64, 'S', 'no', 'Nyeste', NULL),
(64, 'S', 'pt', 'Mais novo', NULL),
(64, 'S', 'ro', 'Cele mai noi', NULL),
(64, 'S', 'ru', 'Новые поступления', NULL),
(64, 'V', 'da', '(GMT+10:00) Guam, Port Moresby', NULL),
(64, 'V', 'de', '(GMT+10:00) Guam, Port Moresby', NULL),
(64, 'V', 'el', '(GMT+10:00) Guam, Port Moresby', NULL),
(64, 'V', 'en', '(GMT+10:00) Guam, Port Moresby', NULL),
(64, 'V', 'es', '(GMT+10:00) Guam, Port Moresby', NULL),
(64, 'V', 'fr', '(GMT+10:00) Guam, Port Moresby', NULL),
(64, 'V', 'it', '(GMT+10:00) Guam, Port Moresby', NULL),
(64, 'V', 'nl', '(GMT+10:00) Guam, Port Moresby', NULL),
(64, 'V', 'no', '(GMT+10:00) Guam, Port Moresby', NULL),
(64, 'V', 'pt', '(GMT+10:00) Guam, Port Moresby', NULL),
(64, 'V', 'ro', '(GMT + 10:00) GUAM, Port Moresby', NULL),
(64, 'V', 'ru', '(GMT+10:00) Гуам, Порт Моресби', NULL),
(65, 'O', 'da', 'Baixar chave TTL (para produtos distribuídos eletronicamente), horas', NULL),
(65, 'O', 'de', 'Gültigkeit Download TTL Schlüssel, in Stunden (für elektronisch verkaufte Produkte)', NULL),
(65, 'O', 'el', 'Κατεβάστε το Κλειδί TTL (για ηλεκτρονικά διαμοιραζόμενα προϊόντα)', NULL),
(65, 'O', 'en', 'Download key TTL (for electronically distributed products), hours', NULL),
(65, 'O', 'es', 'Descargar llave TTL (para productos de distribución electronicas); horas', NULL),
(65, 'O', 'fr', 'Clé de téléchargement (pour les produits distribués par téléchargement); heures', NULL),
(65, 'O', 'it', 'Validità in ore del \"Download Key TTL\" (per i prodotti venduti digitalmente)', NULL),
(65, 'O', 'nl', 'Download TTL-sleutel (elektronisch productaanbod/verspreiding);uren', NULL),
(65, 'O', 'no', 'Nedlastingsnøkkel TTL (for digitale produkter), timer', NULL),
(65, 'O', 'pt', 'Baixar chave TTL (para produtos distribuídos eletronicamente), horas', NULL),
(65, 'O', 'ro', 'Nr. de ore pentru cheia TTL (pentru produsele distribuite electronic)', NULL),
(65, 'O', 'ru', 'Период доступности ключа для скачивания цифровых товаров в часах', NULL),
(65, 'V', 'da', '(GMT+10:00) Canberra, Melbourne, Sydney', NULL),
(65, 'V', 'de', '(GMT+10:00) Canberra, Melbourne, Sydney', NULL),
(65, 'V', 'el', '(GMT+10:00) Canberra, Melbourne, Sydney', NULL),
(65, 'V', 'en', '(GMT+10:00) Canberra, Melbourne, Sydney', NULL),
(65, 'V', 'es', '(GMT+10:00) Canberra, Melbourne, Sydney', NULL),
(65, 'V', 'fr', '(GMT+10:00) Canberra, Melbourne, Sydney', NULL),
(65, 'V', 'it', '(GMT+10:00) Canberra, Melbourne, Sydney', NULL),
(65, 'V', 'nl', '(GMT+10:00) Canberra, Melbourne, Sydney', NULL),
(65, 'V', 'no', '(GMT+10:00) Canberra, Melbourne, Sydney', NULL),
(65, 'V', 'pt', '(GMT+10:00) Canberra, Melbourne, Sydney', NULL),
(65, 'V', 'ro', '(GMT + 10:00) Canberra, Melbourne, Sydney', NULL),
(65, 'V', 'ru', '(GMT+10:00) Канберра, Мельбурн, Сидней', NULL),
(66, 'O', 'da', 'Formato de tempo', NULL),
(66, 'O', 'de', 'Zeit-Format', NULL),
(66, 'O', 'el', 'Επιλογή Εμφάνισης Ώρας', NULL),
(66, 'O', 'en', 'Time format', NULL),
(66, 'O', 'es', 'Selecione el formato de la hora', NULL),
(66, 'O', 'fr', 'Sélectionner format horaire', NULL),
(66, 'O', 'it', 'Formato ora', NULL),
(66, 'O', 'nl', 'Selecteer tijdsopmaak', NULL),
(66, 'O', 'no', 'Tidsformat', NULL),
(66, 'O', 'pt', 'Formato de tempo', NULL),
(66, 'O', 'ro', 'Format timp', NULL),
(66, 'O', 'ru', 'Формат времени', NULL),
(66, 'S', 'da', 'Geral', NULL),
(66, 'S', 'de', 'Allgemein', NULL),
(66, 'S', 'el', 'Γενικά', NULL),
(66, 'S', 'en', 'General', NULL),
(66, 'S', 'es', 'General', NULL),
(66, 'S', 'fr', 'General', NULL),
(66, 'S', 'it', 'Generale', NULL),
(66, 'S', 'nl', 'Algemeen', NULL),
(66, 'S', 'no', 'Generelt', NULL),
(66, 'S', 'pt', 'Geral', NULL),
(66, 'S', 'ro', 'General', NULL),
(66, 'S', 'ru', 'Общие', NULL),
(66, 'V', 'da', '(GMT+10:00) Brisbane', NULL),
(66, 'V', 'de', '(GMT+10:00) Brisbane', NULL),
(66, 'V', 'el', '(GMT+10:00) Brisbane', NULL),
(66, 'V', 'en', '(GMT+10:00) Brisbane', NULL),
(66, 'V', 'es', '(GMT+10:00) Brisbane', NULL),
(66, 'V', 'fr', '(GMT+10:00) Brisbane', NULL),
(66, 'V', 'it', '(GMT+10:00) Brisbane', NULL),
(66, 'V', 'nl', '(GMT+10:00) Brisbane', NULL),
(66, 'V', 'no', '(GMT+10:00) Brisbane', NULL),
(66, 'V', 'pt', '(GMT+10:00) Brisbane', NULL),
(66, 'V', 'ro', '(GMT + 10:00) Brisbane', NULL),
(66, 'V', 'ru', '(GMT+10:00) Брисбен', NULL),
(67, 'O', 'da', 'Permitir que os usuários criem mais de um cadastro em uma conta', 'Um perfil é uma combinação de endereço de entrega e de cobrança.'),
(67, 'O', 'de', 'Benutzer erlauben, mehrere Profile (Versand- und Rechnungsadressen) fur ein Konto zu erstellen.', 'Versand- und Rechnungsadressen'),
(67, 'O', 'el', 'Να επιτρέπεται στους χρηστες η δημιουργια πολλαπλων προφιλ για ενα λογαριασμο', 'Διευθύνσεις Αποστολής και Τιμολόγησης'),
(67, 'O', 'en', 'Allow users to create multiple profiles for one account', 'A profile is a combination of shipping and billing address.'),
(67, 'O', 'es', 'Permita que el usuario cree perfiles múltiples (direcciones de envío y facturación) para la misma cuenta', 'Direcciones de envío y facturación'),
(67, 'O', 'fr', 'Permettre au utilisateur de créer de multiples profils (adresses de livraison et facturation) pour un seul compte', 'Addresses de livraison et de facturation'),
(67, 'O', 'it', 'Autorizza utenti a creare molteplici profili (indirizzo spedizione e fatturazione) nello stesso account', 'Indirizzi di spedizione e di fatturazione'),
(67, 'O', 'nl', 'Sta meerdere profielen toe (factuur- en verzendadres) op 1 account', 'Verzend- en factuuradres'),
(67, 'O', 'no', 'Tillat brukere å opprette flere profiler for én konto', 'Leverings og faktura-adresse'),
(67, 'O', 'pt', 'Permitir que os usuários criem mais de um cadastro em uma conta', 'Um perfil é uma combinação de endereço de entrega e de cobrança.'),
(67, 'O', 'ro', 'Permite utilizatorilor să-și creeze profile multiple (adresa de transport și de facturare) aparținând unui singur cont', 'Transport și adrese de facturare'),
(67, 'O', 'ru', 'Разрешить пользователю создание нескольких профилей для одной учетной записи', 'Адреса доставки и плательщика'),
(67, 'V', 'da', '(GMT+09:30) Darwin', NULL),
(67, 'V', 'de', '(GMT+09:30) Darwin', NULL),
(67, 'V', 'el', '(GMT+09:30) Darwin', NULL),
(67, 'V', 'en', '(GMT+09:30) Darwin', NULL),
(67, 'V', 'es', '(GMT+09:30) Darwin', NULL),
(67, 'V', 'fr', '(GMT+09:30) Darwin', NULL),
(67, 'V', 'it', '(GMT+09:30) Darwin', NULL),
(67, 'V', 'nl', '(GMT+09:30) Darwin', NULL),
(67, 'V', 'no', '(GMT+09:30) Darwin', NULL),
(67, 'V', 'pt', '(GMT+09:30) Darwin', NULL),
(67, 'V', 'ro', '(GMT + 09:30) Darwin', NULL),
(67, 'V', 'ru', '(GMT+09:30) Дарвин', NULL),
(68, 'S', 'da', 'Geral', NULL),
(68, 'S', 'de', 'Allgemein', NULL),
(68, 'S', 'el', 'Γενικά', NULL),
(68, 'S', 'en', 'General', NULL),
(68, 'S', 'es', 'General', NULL),
(68, 'S', 'fr', 'General', NULL),
(68, 'S', 'it', 'Generale', NULL),
(68, 'S', 'nl', 'Algemeen', NULL),
(68, 'S', 'no', 'Generelt', NULL),
(68, 'S', 'pt', 'Geral', NULL),
(68, 'S', 'ro', 'General', NULL),
(68, 'S', 'ru', 'Общие', NULL),
(68, 'V', 'da', '(GMT+09:30) Adelaide', NULL),
(68, 'V', 'de', '(GMT+09:30) Adelaide', NULL),
(68, 'V', 'el', '(GMT+09:30) Adelaide', NULL),
(68, 'V', 'en', '(GMT+09:30) Adelaide', NULL),
(68, 'V', 'es', '(GMT+09:30) Adelaide', NULL),
(68, 'V', 'fr', '(GMT+09:30) Adelaide', NULL),
(68, 'V', 'it', '(GMT+09:30) Adelaide', NULL),
(68, 'V', 'nl', '(GMT+09:30) Adelaide', NULL),
(68, 'V', 'no', '(GMT+09:30) Adelaide', NULL),
(68, 'V', 'pt', '(GMT+09:30) Adelaide', NULL),
(68, 'V', 'ro', '(GMT + 09:30) Adelaide', NULL),
(68, 'V', 'ru', '(GMT+09:30) Аделаида', NULL),
(69, 'O', 'da', 'Valor mínimo do pedido', NULL),
(69, 'O', 'de', 'Mindestsumme pro Bestellung', NULL),
(69, 'O', 'el', 'Ελάχιστο ποσό παραγγελίας', NULL),
(69, 'O', 'en', 'Minimum order amount', NULL),
(69, 'O', 'es', 'Cantidad mínima del pedido', NULL),
(69, 'O', 'fr', 'Montant minimum de commande', NULL),
(69, 'O', 'it', 'Importo minimo per ordine', NULL),
(69, 'O', 'nl', 'Minimaal orderbedrag', NULL),
(69, 'O', 'no', 'Minimum ordrebeløp', NULL),
(69, 'O', 'pt', 'Valor mínimo do pedido', NULL),
(69, 'O', 'ro', 'Suma minimă pentru a plasa o comandă', NULL),
(69, 'O', 'ru', 'Минимальная сумма заказа', NULL),
(69, 'V', 'da', '(GMT+09:00) Yakutsk', NULL),
(69, 'V', 'de', '(GMT+09:00) Yakutsk', NULL),
(69, 'V', 'el', '(GMT+09:00) Yakutsk', NULL),
(69, 'V', 'en', '(GMT+09:00) Yakutsk', NULL),
(69, 'V', 'es', '(GMT+09:00) Yakutsk', NULL),
(69, 'V', 'fr', '(GMT+09:00) Yakutsk', NULL),
(69, 'V', 'it', '(GMT + 09.00) Yakutsk', NULL),
(69, 'V', 'nl', '(GMT+09:00) Yakutsk', NULL),
(69, 'V', 'no', '(GMT+09:00) Yakutsk', NULL),
(69, 'V', 'pt', '(GMT+09:00) Yakutsk', NULL),
(69, 'V', 'ro', '(GMT + 09:00) Yakutsk', NULL),
(69, 'V', 'ru', '(GMT+09:00) Якутск', NULL),
(70, 'O', 'da', 'Definir o valor mínimo do pedido por', NULL),
(70, 'O', 'de', 'Mindestbetrag für Bestellung definieren, nach', NULL),
(70, 'O', 'el', 'Καθορισμός ελάχιστου ποσού από', NULL),
(70, 'O', 'en', 'Define minimum order amount by', NULL),
(70, 'O', 'es', 'Definir el mínimo de pedido en base a', NULL),
(70, 'O', 'fr', 'Définir le montant minimum par commande', NULL),
(70, 'O', 'it', 'Definire importo minimo ordine di', NULL),
(70, 'O', 'nl', 'Definieer minimum bestelhoeveelheid', NULL),
(70, 'O', 'no', 'Definer minimum ordrebeløp etter', NULL),
(70, 'O', 'pt', 'Definir o valor mínimo do pedido por', NULL),
(70, 'O', 'ro', 'Comanda minima este definita de:', NULL),
(70, 'O', 'ru', 'Определение минимальной суммы заказа', NULL),
(70, 'S', 'da', 'Geral', NULL),
(70, 'S', 'de', 'Allgemein', NULL),
(70, 'S', 'el', 'Γενικά', NULL),
(70, 'S', 'en', 'General', NULL),
(70, 'S', 'es', 'General', NULL),
(70, 'S', 'fr', 'Général', NULL),
(70, 'S', 'it', 'Generale', NULL),
(70, 'S', 'nl', 'Algemeen', NULL),
(70, 'S', 'no', 'Generelt', NULL),
(70, 'S', 'pt', 'Geral', NULL),
(70, 'S', 'ro', 'General', NULL),
(70, 'S', 'ru', 'Общие', NULL),
(70, 'V', 'da', '(GMT+09:00) Seul', NULL),
(70, 'V', 'de', '(GMT+09:00) Seoul', NULL),
(70, 'V', 'el', '(GMT+09:00) Seoul', NULL),
(70, 'V', 'en', '(GMT+09:00) Seoul', NULL),
(70, 'V', 'es', '(GMT+09:00) Seúl', NULL),
(70, 'V', 'fr', '(GMT+09:00) Seoul', NULL),
(70, 'V', 'it', '(GMT + 09.00) Seoul', NULL),
(70, 'V', 'nl', '(GMT+09:00) Seoul', NULL),
(70, 'V', 'no', '(GMT+09:00) Seoul', NULL),
(70, 'V', 'pt', '(GMT+09:00) Seul', NULL),
(70, 'V', 'ro', '(GMT + 09:00) Seul', NULL),
(70, 'V', 'ru', '(GMT+09:00) Сеул', NULL),
(71, 'O', 'da', 'Permitir compras para clientes não cadastrados', NULL),
(71, 'O', 'de', 'Einkaufen für nicht angemeldete Kunden erlauben', NULL),
(71, 'O', 'el', 'Δυνατότητα αγοράς σε μη συνδεδεμένους πελάτες', NULL),
(71, 'O', 'en', 'Allow shopping for unlogged customers', NULL),
(71, 'O', 'es', 'Permitir comprar a clientes no identificados', NULL),
(71, 'O', 'fr', 'Permettre les achats aux clients non connectés', NULL),
(71, 'O', 'it', 'Consenti agli utenti anonimi di acquistare prodotti', NULL),
(71, 'O', 'nl', 'Toestaan van winkelen voor ongeregistreerde gebruikers', NULL),
(71, 'O', 'no', 'Tillat kjøp fra uregistrerte brukere', NULL),
(71, 'O', 'pt', 'Permitir compras para clientes não cadastrados', NULL),
(71, 'O', 'ro', 'Permite cumpărăturile și utilizatorilor neautentificați', NULL),
(71, 'O', 'ru', 'Отображение кнопки добавление товара в корзину неавторизованным пользователям', NULL),
(71, 'V', 'da', '(GMT+09:00) Osaka, Sapporo, Tóquio', NULL),
(71, 'V', 'de', '(GMT+09:00) Osaka, Sapporo, Tokio', NULL),
(71, 'V', 'el', '(GMT+09:00) Osaka, Sapporo, Tokyo', NULL),
(71, 'V', 'en', '(GMT+09:00) Osaka, Sapporo, Tokyo', NULL),
(71, 'V', 'es', '(GMT+09:00) Osaka, Sapporo, Tokyo', NULL),
(71, 'V', 'fr', '(GMT+09:00) Osaka, Sapporo, Tokyo', NULL),
(71, 'V', 'it', '(GMT + 09.00) Osaka, Sapporo, Tokyo', NULL),
(71, 'V', 'nl', '(GMT+09:00) Osaka, Sapporo, Tokyo', NULL),
(71, 'V', 'no', '(GMT+09:00) Osaka, Sapporo, Tokyo', NULL),
(71, 'V', 'pt', '(GMT+09:00) Osaka, Sapporo, Tóquio', NULL),
(71, 'V', 'ro', '(GMT + 09:00) Osaka, Sapporo, Tokyo', NULL),
(71, 'V', 'ru', '(GMT+09:00) Осака, Саппоро, Токио', NULL),
(72, 'O', 'da', 'Exibir produtos de subcategorias da categoria selecionada', NULL),
(72, 'O', 'de', 'Produkte von Unterkategorien für selektierten Kategorie anzeigen', NULL),
(72, 'O', 'el', 'Εμφάνιση προϊόντων από υποκατηγορίες της επιλεγμένης κατηγορίας', NULL),
(72, 'O', 'en', 'Show products from subcategories of the selected category', NULL),
(72, 'O', 'es', 'Mostrar productos de las subcategorías de la categoría seleccionada', NULL),
(72, 'O', 'fr', 'Affiche les produits des sous-catégories de la catégorie sélectionnée', NULL),
(72, 'O', 'it', 'Mostra prodotti delle sottocategorie per la categoria selezionata', NULL),
(72, 'O', 'nl', 'Laat producten uit subcategorieën zien', NULL),
(72, 'O', 'no', 'Vis produkter fra underkategorier av den valgte kategorien', NULL),
(72, 'O', 'pt', 'Exibir produtos de subcategorias da categoria selecionada', NULL),
(72, 'O', 'ro', 'Afișează produse din subcategorii a categoriei selectate', NULL),
(72, 'O', 'ru', 'Отображать товары подкатегорий для выбранной категории', NULL),
(72, 'S', 'da', 'Geral', NULL),
(72, 'S', 'de', 'General', NULL),
(72, 'S', 'el', 'Γενικά', NULL),
(72, 'S', 'en', 'General', NULL),
(72, 'S', 'es', 'General', NULL),
(72, 'S', 'fr', 'General', NULL),
(72, 'S', 'it', 'General', NULL),
(72, 'S', 'nl', 'General', NULL),
(72, 'S', 'no', 'General', NULL),
(72, 'S', 'pt', 'Geral', NULL),
(72, 'S', 'ro', 'General', NULL),
(72, 'S', 'ru', 'Общие', NULL),
(72, 'V', 'da', '(GMT+08:00) Taipei', NULL),
(72, 'V', 'de', '(GMT+08:00) Taipei', NULL),
(72, 'V', 'el', '(GMT+08:00) Taipei', NULL),
(72, 'V', 'en', '(GMT+08:00) Taipei', NULL),
(72, 'V', 'es', '(GMT+08:00) Taipei', NULL),
(72, 'V', 'fr', '(GMT+08:00) Taipei', NULL),
(72, 'V', 'it', '(GMT + 08.00) Taipei', NULL),
(72, 'V', 'nl', '(GMT+08:00) Taipei', NULL),
(72, 'V', 'no', '(GMT+08:00) Taipei', NULL),
(72, 'V', 'pt', '(GMT+08:00) Taipei', NULL),
(72, 'V', 'ro', '(GMT + 08:00) Taipei', NULL),
(72, 'V', 'ru', '(GMT+08:00) Тайпей', NULL),
(73, 'O', 'da', 'Desativar checkout anônimo', NULL),
(73, 'O', 'de', 'Anonymes Bezahlen (checkout) deaktivieren', NULL),
(73, 'O', 'el', 'Απενεργοποίηση ανώνυμης αποχώρησης από το ταμείο', NULL),
(73, 'O', 'en', 'Disable anonymous checkout', NULL),
(73, 'O', 'es', 'Desactivar compra anónima', NULL),
(73, 'O', 'fr', 'Désactiver les commandes anonymes', NULL),
(73, 'O', 'it', 'Disattiva pagamenti anonimi', NULL),
(73, 'O', 'nl', 'Kopen alleen mogelijk indien geregistreerd', NULL),
(73, 'O', 'no', 'Deaktiver anonym utsjekking', NULL),
(73, 'O', 'pt', 'Desativar checkout anônimo', NULL),
(73, 'O', 'ro', 'Dezactivează procesarea anonimă', NULL),
(73, 'O', 'ru', 'Покупатель должен зарегистрироваться либо войти, чтобы оформить заказ', NULL),
(73, 'V', 'da', '(GMT+08:00) Perth', NULL),
(73, 'V', 'de', '(GMT+08:00) Perth', NULL),
(73, 'V', 'el', '(GMT+08:00) Perth', NULL),
(73, 'V', 'en', '(GMT+08:00) Perth', NULL),
(73, 'V', 'es', '(GMT+08:00) Perth', NULL),
(73, 'V', 'fr', '(GMT+08:00) Perth', NULL),
(73, 'V', 'it', '(GMT + 08.00) Perth', NULL),
(73, 'V', 'nl', '(GMT+08:00) Perth', NULL),
(73, 'V', 'no', '(GMT+08:00) Perth', NULL),
(73, 'V', 'pt', '(GMT+08:00) Perth', NULL),
(73, 'V', 'ro', '(GMT + 08:00) Perth', NULL),
(73, 'V', 'ru', '(GMT+08:00) Перт', NULL),
(74, 'S', 'da', 'Geral', NULL),
(74, 'S', 'de', 'Allgemein', NULL),
(74, 'S', 'el', 'Γενικά', NULL),
(74, 'S', 'en', 'General', NULL),
(74, 'S', 'es', 'General', NULL),
(74, 'S', 'fr', 'Général', NULL),
(74, 'S', 'it', 'Generale', NULL),
(74, 'S', 'nl', 'Algemeen', NULL),
(74, 'S', 'no', 'Generelt', NULL),
(74, 'S', 'pt', 'Geral', NULL),
(74, 'S', 'ro', 'General', NULL),
(74, 'S', 'ru', 'Общие', NULL),
(74, 'V', 'da', '(GMT+08:00) Kuala Lumpur, Cingapura', NULL),
(74, 'V', 'de', '(GMT+08:00) Kuala Lumpur, Singapur', NULL),
(74, 'V', 'el', '(GMT+08:00) Kuala Lumpur, Singapore', NULL),
(74, 'V', 'en', '(GMT+08:00) Kuala Lumpur, Singapore', NULL),
(74, 'V', 'es', '(GMT+08:00) Kuala Lumpur, Singapore', NULL),
(74, 'V', 'fr', '(GMT+08:00) Kuala Lumpur, Singapore', NULL),
(74, 'V', 'it', '(GMT + 08.00) Kuala Lumpur, Singapore', NULL),
(74, 'V', 'nl', '(GMT+08:00) Kuala Lumpur, Singapore', NULL),
(74, 'V', 'no', '(GMT+08:00) Kuala Lumpur, Singapore', NULL),
(74, 'V', 'pt', '(GMT+08:00) Kuala Lumpur, Cingapura', NULL),
(74, 'V', 'ro', '(GMT + 08:00) Kuala Lumpur, Singapore', NULL),
(74, 'V', 'ru', '(GMT+08:00) Куала-Лумпур, Сингапур', NULL),
(75, 'V', 'da', '(GMT+08:00) Irkutsk, Ulã Bator', NULL),
(75, 'V', 'de', '(GMT+08:00) Irkutsk, Ulaanbaatar', NULL),
(75, 'V', 'el', '(GMT+08:00) Irkutsk, Ulaanbaatar', NULL),
(75, 'V', 'en', '(GMT+08:00) Irkutsk, Ulaanbaatar', NULL),
(75, 'V', 'es', '(GMT+08:00) Irkutsk, Ulaanbaatar', NULL),
(75, 'V', 'fr', '(GMT+08:00) Irkutsk, Ulaanbaatar', NULL),
(75, 'V', 'it', '(GMT+08:00) Irkutsk, Ulaanbaatar', NULL),
(75, 'V', 'nl', '(GMT+08:00) Irkutsk, Ulaanbaatar', NULL),
(75, 'V', 'no', '(GMT+08:00) Irkutsk, Ulaanbaatar', NULL),
(75, 'V', 'pt', '(GMT+08:00) Irkutsk, Ulã Bator', NULL),
(75, 'V', 'ro', '(GMT+08:00) Irkutsk, Ulaanbaatar', NULL),
(75, 'V', 'ru', '(GMT+08:00) Irkutsk, Ulaanbaatar', NULL),
(76, 'S', 'da', 'Geral', NULL),
(76, 'S', 'de', 'Allgemein', NULL),
(76, 'S', 'el', 'Γενικά', NULL),
(76, 'S', 'en', 'General', NULL),
(76, 'S', 'es', 'General', NULL),
(76, 'S', 'fr', 'Général', NULL),
(76, 'S', 'it', 'Generale', NULL),
(76, 'S', 'nl', 'Algemeen', NULL),
(76, 'S', 'no', 'Generelt', NULL),
(76, 'S', 'pt', 'Geral', NULL),
(76, 'S', 'ro', 'General', NULL),
(76, 'S', 'ru', 'Общие', NULL),
(76, 'V', 'da', '(GMT+08:00) Pequim, Chongqing, Hong Kong', NULL),
(76, 'V', 'de', '(GMT+08:00) Beijing, Chongqing, Hong Kong', NULL),
(76, 'V', 'el', '(GMT+08:00) Beijing, Chongqing, Hong Kong', NULL),
(76, 'V', 'en', '(GMT+08:00) Beijing, Chongqing, Hong Kong', NULL),
(76, 'V', 'es', '(GMT+08:00) Beijing, Chongqing, Hong Kong', NULL),
(76, 'V', 'fr', '(GMT+08:00) Beijing, Chongqing, Hong Kong', NULL),
(76, 'V', 'it', '(GMT+08:00) Beijing, Chongqing, Hong Kong', NULL),
(76, 'V', 'nl', '(GMT+08:00) Beijing, Chongqing, Hong Kong', NULL),
(76, 'V', 'no', '(GMT+08:00) Beijing, Chongqing, Hong Kong', NULL),
(76, 'V', 'pt', '(GMT+08:00) Pequim, Chongqing, Hong Kong', NULL),
(76, 'V', 'ro', '(GMT+08:00) Beijing, Chongqing, Hong Kong', NULL),
(76, 'V', 'ru', '(GMT+08:00) Beijing, Chongqing, Hong Kong', NULL),
(77, 'O', 'da', 'Limites da notificação de estoque baixo', NULL),
(77, 'O', 'de', 'Grenzwert zur Meldung eines niedrigen Lagerstandes', NULL),
(77, 'O', 'el', 'Όριο ενημερωσης χαμηλου αποθεματος', NULL);
INSERT INTO `partiushop_settings_descriptions` (`object_id`, `object_type`, `lang_code`, `value`, `tooltip`) VALUES
(77, 'O', 'en', 'Low stock notification threshold', NULL),
(77, 'O', 'es', 'Límite de notificación de stock bajo', NULL),
(77, 'O', 'fr', 'Seuil de notification de rupture de stock', NULL),
(77, 'O', 'it', 'Soglia di notifica disponibilità magazzino', NULL),
(77, 'O', 'nl', 'Waarschuwingsdrempel lage voorraad', NULL),
(77, 'O', 'no', 'Lavt varelager varslingsterskel', NULL),
(77, 'O', 'pt', 'Limites da notificação de estoque baixo', NULL),
(77, 'O', 'ro', 'Limita de notificare pentru stoc redus', NULL),
(77, 'O', 'ru', 'Порог предупреждения о низком количестве товара на складе', NULL),
(77, 'V', 'da', '(GMT + 07:00) Krasnoyarsk', NULL),
(77, 'V', 'de', '(GMT+07:00) Krasnojarsk', NULL),
(77, 'V', 'el', '(GMT+07:00) Krasnoyarsk', NULL),
(77, 'V', 'en', '(GMT+07:00) Krasnoyarsk', NULL),
(77, 'V', 'es', '(GMT+07:00) Krasnoyarsk', NULL),
(77, 'V', 'fr', '(GMT+07:00) Krasnoyarsk', NULL),
(77, 'V', 'it', '(GMT + 07.00) Krasnoyarsk', NULL),
(77, 'V', 'nl', '(GMT+07:00) Krasnoyarsk', NULL),
(77, 'V', 'no', '(GMT+07:00) Krasnoyarsk', NULL),
(77, 'V', 'pt', '(GMT + 07:00) Krasnoyarsk', NULL),
(77, 'V', 'ro', '(GMT + 07:00) Krasnoyarsk', NULL),
(77, 'V', 'ru', '(GMT+07:00) Красноярск', NULL),
(78, 'O', 'da', 'Administrador deve ativar novas contas de usuário', NULL),
(78, 'O', 'de', 'Administrator muss neue Benutzer-Konten aktivieren', NULL),
(78, 'O', 'el', 'Ο διαχειριστής πρέπει να ενεργοποιήσει νέους λογαριασμούς χρηστών', NULL),
(78, 'O', 'en', 'Administrator must activate new user accounts', NULL),
(78, 'O', 'es', 'Administrador debe activar nuevas cuentas de usuarios', NULL),
(78, 'O', 'fr', 'Un nouveau compte utilisateur devra être activé par l\'administrateur', NULL),
(78, 'O', 'it', 'L\'amministratore deve approvare nuovi account utente', NULL),
(78, 'O', 'nl', 'Beheerder moet nieuwe accounts eerst goedkeuren', NULL),
(78, 'O', 'no', 'Administrator må aktivere nye brukerkontoer', NULL),
(78, 'O', 'pt', 'Administrador deve ativar novas contas de usuário', NULL),
(78, 'O', 'ro', 'Administratorul trebuie să activeze conturile noi ale utilizatorilor', NULL),
(78, 'O', 'ru', 'Администратор должен активировать новые учетные записи пользователей', NULL),
(78, 'S', 'da', 'Geral', NULL),
(78, 'S', 'de', 'Allgemein', NULL),
(78, 'S', 'el', 'Γενικά', NULL),
(78, 'S', 'en', 'General', NULL),
(78, 'S', 'es', 'General', NULL),
(78, 'S', 'fr', 'General', NULL),
(78, 'S', 'it', 'Generale', NULL),
(78, 'S', 'nl', 'Algemeen', NULL),
(78, 'S', 'no', 'Generelt', NULL),
(78, 'S', 'pt', 'Geral', NULL),
(78, 'S', 'ro', 'General', NULL),
(78, 'S', 'ru', 'Общие', NULL),
(78, 'V', 'da', '(GMT + 07:00) Bangcoc, Hanói, Jacarta', NULL),
(78, 'V', 'de', '(GMT+07:00) Bangkok, Hanoi, Jakarta', NULL),
(78, 'V', 'el', '(GMT+07:00) Bangkok, Hanoi, Jakarta', NULL),
(78, 'V', 'en', '(GMT+07:00) Bangkok, Hanoi, Jakarta', NULL),
(78, 'V', 'es', '(GMT+07:00) Bangkok, Hanoi, Jakarta', NULL),
(78, 'V', 'fr', '(GMT+07:00) Bangkok, Hanoi, Jakarta', NULL),
(78, 'V', 'it', '(GMT + 07.00) Bangkok, Hanoi, Jakarta', NULL),
(78, 'V', 'nl', '(GMT+07:00) Bangkok, Hanoi, Jakarta', NULL),
(78, 'V', 'no', '(GMT+07:00) Bangkok, Hanoi, Jakarta', NULL),
(78, 'V', 'pt', '(GMT + 07:00) Bangcoc, Hanói, Jacarta', NULL),
(78, 'V', 'ro', '(GMT + 07:00) Bangkok, Hanoi, Jakarta', NULL),
(78, 'V', 'ru', '(GMT+07:00) Банкок, Ханой, Джакарта', NULL),
(79, 'V', 'da', '(GMT+06:30) Rangum', NULL),
(79, 'V', 'de', '(GMT+06:30) Yangon', NULL),
(79, 'V', 'el', '(GMT+06:30) Yangon', NULL),
(79, 'V', 'en', '(GMT+06:30) Yangon', NULL),
(79, 'V', 'es', '(GMT+06:30) Yangon', NULL),
(79, 'V', 'fr', '(GMT+06:30) Yangon', NULL),
(79, 'V', 'it', '(GMT+06:30) Yangon', NULL),
(79, 'V', 'nl', '(GMT+06:30) Yangon', NULL),
(79, 'V', 'no', '(GMT+06:30) Yangon', NULL),
(79, 'V', 'pt', '(GMT+06:30) Rangum', NULL),
(79, 'V', 'ro', '(GMT+06:30) Yangon', NULL),
(79, 'V', 'ru', '(GMT+06:30) Yangon', NULL),
(80, 'S', 'da', 'Geral', NULL),
(80, 'S', 'de', 'Allgemein', NULL),
(80, 'S', 'el', 'Γενικά', NULL),
(80, 'S', 'en', 'General', NULL),
(80, 'S', 'es', 'General', NULL),
(80, 'S', 'fr', 'Général', NULL),
(80, 'S', 'it', 'Generale', NULL),
(80, 'S', 'nl', 'Algemeen', NULL),
(80, 'S', 'no', 'Generelt', NULL),
(80, 'S', 'pt', 'Geral', NULL),
(80, 'S', 'ro', 'Informatii generale', NULL),
(80, 'S', 'ru', 'Общие', NULL),
(80, 'V', 'da', '(GMT + 06:00) Sri Jayawardenepura', NULL),
(80, 'V', 'de', '(GMT+06:00) Sri Jayawardenepura', NULL),
(80, 'V', 'el', '(GMT+06:00) Sri Jayawardenepura', NULL),
(80, 'V', 'en', '(GMT+06:00) Sri Jayawardenepura', NULL),
(80, 'V', 'es', '(GMT+06:00) Sri Jayawardenepura', NULL),
(80, 'V', 'fr', '(GMT+06:00) Sri Jayawardenepura', NULL),
(80, 'V', 'it', '(GMT + 06.00) Sri Jayawardenepura', NULL),
(80, 'V', 'nl', '(GMT+06:00) Sri Jayawardenepura', NULL),
(80, 'V', 'no', '(GMT+06:00) Sri Jayawardenepura', NULL),
(80, 'V', 'pt', '(GMT + 06:00) Sri Jayawardenepura', NULL),
(80, 'V', 'ro', '(GMT + 06:00) Sri Jayawardenepura', NULL),
(80, 'V', 'ru', '(GMT+06:00) Шри-Джайавардеепура', NULL),
(81, 'V', 'da', '(GMT+06:00) Nur-Sultã, Dhaka', NULL),
(81, 'V', 'de', '(GMT+06:00) Nur-Sultan, Dhaka', NULL),
(81, 'V', 'el', '(GMT+06:00) Nur-Sultan, Dhaka', NULL),
(81, 'V', 'en', '(GMT+06:00) Nur-Sultan, Dhaka', NULL),
(81, 'V', 'es', '(GMT+06:00) Nur-Sultan, Dhaka', NULL),
(81, 'V', 'fr', '(GMT+06:00) Nur-Sultan, Dhaka', NULL),
(81, 'V', 'it', '(GMT+06:00) Nur-Sultan, Dhaka', NULL),
(81, 'V', 'nl', '(GMT+06:00) Nur-Sultan, Dhaka', NULL),
(81, 'V', 'no', '(GMT+06:00) Nur-Sultan, Dhaka', NULL),
(81, 'V', 'pt', '(GMT+06:00) Nur-Sultã, Dhaka', NULL),
(81, 'V', 'ro', '(GMT+06:00) Nur-Sultan, Dhaka', NULL),
(81, 'V', 'ru', '(GMT+06:00) Nur-Sultan, Dhaka', NULL),
(82, 'S', 'da', 'Geral', NULL),
(82, 'S', 'de', 'Allgemein', NULL),
(82, 'S', 'el', 'Γενικά', NULL),
(82, 'S', 'en', 'General', NULL),
(82, 'S', 'es', 'General', NULL),
(82, 'S', 'fr', 'Général', NULL),
(82, 'S', 'it', 'Generale', NULL),
(82, 'S', 'nl', 'Algemeen', NULL),
(82, 'S', 'no', 'Generelt', NULL),
(82, 'S', 'pt', 'Geral', NULL),
(82, 'S', 'ro', 'General', NULL),
(82, 'S', 'ru', 'Общие', NULL),
(82, 'V', 'da', '(GMT+07:00) Novosibirsk', NULL),
(82, 'V', 'de', '(GMT+07:00) Novosibirsk', NULL),
(82, 'V', 'el', '(GMT+07:00) Novosibirsk', NULL),
(82, 'V', 'en', '(GMT+07:00) Novosibirsk', NULL),
(82, 'V', 'es', '(GMT+07:00) Novosibirsk', NULL),
(82, 'V', 'fr', '(GMT+07:00) Novosibirsk', NULL),
(82, 'V', 'it', '(GMT+07:00) Novosibirsk', NULL),
(82, 'V', 'nl', '(GMT+07:00) Novosibirsk', NULL),
(82, 'V', 'no', '(GMT+07:00) Novosibirsk', NULL),
(82, 'V', 'pt', '(GMT+07:00) Novosibirsk', NULL),
(82, 'V', 'ro', '(GMT+07:00) Novosibirsk', NULL),
(82, 'V', 'ru', '(GMT+07:00) Novosibirsk', NULL),
(83, 'V', 'da', '(GMT+05:45) Kathmandu', NULL),
(83, 'V', 'de', '(GMT+05:45) Kathmandu', NULL),
(83, 'V', 'el', '(GMT+05:45) Kathmandu', NULL),
(83, 'V', 'en', '(GMT+05:45) Kathmandu', NULL),
(83, 'V', 'es', '(GMT+05:45) Katmandú​', NULL),
(83, 'V', 'fr', '(GMT+05:45) Kathmandu', NULL),
(83, 'V', 'it', '(GMT + 05.45) Kathmandu', NULL),
(83, 'V', 'nl', '(GMT + 05:45) Kathmandu', NULL),
(83, 'V', 'no', '(GMT+05:45) Katmandu', NULL),
(83, 'V', 'pt', '(GMT+05:45) Kathmandu', NULL),
(83, 'V', 'ro', '(GMT+05:45) Kathmandu', NULL),
(83, 'V', 'ru', '(GMT+05:45) Катманду', NULL),
(84, 'O', 'da', 'Dia', NULL),
(84, 'O', 'de', 'Tag', NULL),
(84, 'O', 'el', 'Ημέρα', NULL),
(84, 'O', 'en', 'Day', NULL),
(84, 'O', 'es', 'Día', NULL),
(84, 'O', 'fr', 'Jour', NULL),
(84, 'O', 'it', 'Giorno', NULL),
(84, 'O', 'nl', 'Dag', NULL),
(84, 'O', 'no', 'Dag', NULL),
(84, 'O', 'pt', 'Dia', NULL),
(84, 'O', 'ro', 'Zi', NULL),
(84, 'O', 'ru', 'День', NULL),
(84, 'S', 'da', 'Geral', NULL),
(84, 'S', 'de', 'Allgemein', NULL),
(84, 'S', 'el', 'Γενικά', NULL),
(84, 'S', 'en', 'General', NULL),
(84, 'S', 'es', 'General', NULL),
(84, 'S', 'fr', 'Général', NULL),
(84, 'S', 'it', 'Generale', NULL),
(84, 'S', 'nl', 'Algemeen', NULL),
(84, 'S', 'no', 'Generelt', NULL),
(84, 'S', 'pt', 'Geral', NULL),
(84, 'S', 'ro', 'General', NULL),
(84, 'S', 'ru', 'Общие', NULL),
(84, 'V', 'da', '(GMT + 05:30) Chennai, Calcutá, Mumbai, Nova Deli', NULL),
(84, 'V', 'de', '(GMT+05:30) Chennai, Kolkata, Mumbai, New Delhi', NULL),
(84, 'V', 'el', '(GMT+05:30) Chennai, Kolkata, Mumbai, New Delhi', NULL),
(84, 'V', 'en', '(GMT+05:30) Chennai, Kolkata, Mumbai, New Delhi', NULL),
(84, 'V', 'es', '(GMT+05:30) Chennai, Calcuta, Mumbai, Nueva Deli', NULL),
(84, 'V', 'fr', '(GMT+05:30) Chennai, Kolkata, Mumbai, New Delhi', NULL),
(84, 'V', 'it', '(GMT + 05.30) Chennai, Kolkata, Mumbai, Nuova Delhi', NULL),
(84, 'V', 'nl', '(GMT + 05:30) Chennai, Kolkata, Mumbai, New Delhi', NULL),
(84, 'V', 'no', '(GMT+05:30) Chennai, Kolkata, Mumbai, New Delhi', NULL),
(84, 'V', 'pt', '(GMT + 05:30) Chennai, Calcutá, Mumbai, Nova Deli', NULL),
(84, 'V', 'ro', '(GMT+05:30) Chennai, Kolkata, Mumbai, New Delhi', NULL),
(84, 'V', 'ru', '(GMT+05:30) Ченнай, Калькута, Мумбай, Новый Дельфи', NULL),
(85, 'O', 'da', 'Semana', NULL),
(85, 'O', 'de', 'Woche', NULL),
(85, 'O', 'el', 'Εβδομάδα', NULL),
(85, 'O', 'en', 'Week', NULL),
(85, 'O', 'es', 'Semana', NULL),
(85, 'O', 'fr', 'Semaine', NULL),
(85, 'O', 'it', 'Settimana', NULL),
(85, 'O', 'nl', 'Week', NULL),
(85, 'O', 'no', 'Uke', NULL),
(85, 'O', 'pt', 'Semana', NULL),
(85, 'O', 'ro', 'Săptămână', NULL),
(85, 'O', 'ru', 'Неделя', NULL),
(85, 'V', 'da', '(GMT + 05:00) Islamabade, Karachi, Tashkent', NULL),
(85, 'V', 'de', '(GMT+05:00) Islamabad, Karatschi, Taschkent', NULL),
(85, 'V', 'el', '(GMT+05:00) Islamabad, Karachi, Tashkent', NULL),
(85, 'V', 'en', '(GMT+05:00) Islamabad, Karachi, Tashkent', NULL),
(85, 'V', 'es', '(GMT+05:00) Islamabad, Karachi, Tashkent', NULL),
(85, 'V', 'fr', '(GMT+05:00) Islamabad, Karachi, Tashkent', NULL),
(85, 'V', 'it', '(GMT + 05.00) Islamabad, Karachi, Tashkent', NULL),
(85, 'V', 'nl', '(GMT+05:00) Islamabad, Karachi, Tasjkent', NULL),
(85, 'V', 'no', '(GMT+05:00) Islamabad, Karachi, Tashkent', NULL),
(85, 'V', 'pt', '(GMT + 05:00) Islamabade, Karachi, Tashkent', NULL),
(85, 'V', 'ro', '(GMT + 05:00) Islamabad, Karachi, Tașkent', NULL),
(85, 'V', 'ru', '(GMT+05:00) Исламабад, Карачи, Ташкент', NULL),
(86, 'O', 'da', 'Mês', NULL),
(86, 'O', 'de', 'Monat', NULL),
(86, 'O', 'el', 'Μήνας', NULL),
(86, 'O', 'en', 'Month', NULL),
(86, 'O', 'es', 'Mes', NULL),
(86, 'O', 'fr', 'Mois', NULL),
(86, 'O', 'it', 'Mese', NULL),
(86, 'O', 'nl', 'Maand', NULL),
(86, 'O', 'no', 'Måned', NULL),
(86, 'O', 'pt', 'Mês', NULL),
(86, 'O', 'ro', 'Lună', NULL),
(86, 'O', 'ru', 'Месяц', NULL),
(86, 'S', 'da', 'Produtos', NULL),
(86, 'S', 'de', 'Artikel', NULL),
(86, 'S', 'el', 'Προιόντα', NULL),
(86, 'S', 'en', 'Products', NULL),
(86, 'S', 'es', 'Productos', NULL),
(86, 'S', 'fr', 'Produits', NULL),
(86, 'S', 'it', 'Prodotti', NULL),
(86, 'S', 'nl', 'Producten', NULL),
(86, 'S', 'no', 'Produkter', NULL),
(86, 'S', 'pt', 'Produtos', NULL),
(86, 'S', 'ro', 'Produse', NULL),
(86, 'S', 'ru', 'Товары', NULL),
(86, 'V', 'da', '(GMT + 05:00) Ekaterinburg', NULL),
(86, 'V', 'de', '(GMT+05:00) Ekaterinburg', NULL),
(86, 'V', 'el', '(GMT+05:00) Ekaterinburg', NULL),
(86, 'V', 'en', '(GMT+05:00) Ekaterinburg', NULL),
(86, 'V', 'es', '(GMT+05:00) Ekaterinburg', NULL),
(86, 'V', 'fr', '(GMT+05:00) Ekaterinburg', NULL),
(86, 'V', 'it', '(GMT + 05.00) Ekaterinburg', NULL),
(86, 'V', 'nl', '(GMT+05:00) Ekaterinburg', NULL),
(86, 'V', 'no', '(GMT+05:00) Ekaterinburg', NULL),
(86, 'V', 'pt', '(GMT + 05:00) Ekaterinburg', NULL),
(86, 'V', 'ro', '(GMT + 05:00) Ekaterinburg', NULL),
(86, 'V', 'ru', '(GMT+05:00) Екатеринбург', NULL),
(87, 'O', 'da', 'Ano', NULL),
(87, 'O', 'de', 'Jahr', NULL),
(87, 'O', 'el', 'Έτος', NULL),
(87, 'O', 'en', 'Year', NULL),
(87, 'O', 'es', 'Año', NULL),
(87, 'O', 'fr', 'Année', NULL),
(87, 'O', 'it', 'Anno', NULL),
(87, 'O', 'nl', 'Jaar', NULL),
(87, 'O', 'no', 'År', NULL),
(87, 'O', 'pt', 'Ano', NULL),
(87, 'O', 'ro', 'An', NULL),
(87, 'O', 'ru', 'Год', NULL),
(87, 'S', 'da', 'Categorias', NULL),
(87, 'S', 'de', 'Kategorien', NULL),
(87, 'S', 'el', 'Κατηγορίες', NULL),
(87, 'S', 'en', 'Categories', NULL),
(87, 'S', 'es', 'Categorias', NULL),
(87, 'S', 'fr', 'Catégories', NULL),
(87, 'S', 'it', 'Categorie', NULL),
(87, 'S', 'nl', 'Categorieën', NULL),
(87, 'S', 'no', 'Kategorier', NULL),
(87, 'S', 'pt', 'Categorias', NULL),
(87, 'S', 'ro', 'Categorii', NULL),
(87, 'S', 'ru', 'Категории', NULL),
(87, 'V', 'da', '(GMT + 04:30) Kabul', NULL),
(87, 'V', 'de', '(GMT+04:30) Kabul', NULL),
(87, 'V', 'el', '(GMT+04:30) Kabul', NULL),
(87, 'V', 'en', '(GMT+04:30) Kabul', NULL),
(87, 'V', 'es', '(GMT+04:30) Kabul', NULL),
(87, 'V', 'fr', '(GMT+04:30) Kabul', NULL),
(87, 'V', 'it', '(GMT + 04.30) Kabul', NULL),
(87, 'V', 'nl', '(GMT+04:30) Kabul', NULL),
(87, 'V', 'no', '(GMT+04:30) Kabul', NULL),
(87, 'V', 'pt', '(GMT + 04:30) Kabul', NULL),
(87, 'V', 'ro', '(GMT + 04:30) Kabul', NULL),
(87, 'V', 'ru', '(GMT+04:30) Кабул', NULL),
(88, 'S', 'da', 'Pedidos', NULL),
(88, 'S', 'de', 'Bestellungen', NULL),
(88, 'S', 'el', 'Παραγγελίες', NULL),
(88, 'S', 'en', 'Orders', NULL),
(88, 'S', 'es', 'Pedidos', NULL),
(88, 'S', 'fr', 'Commandes', NULL),
(88, 'S', 'it', 'Ordini', NULL),
(88, 'S', 'nl', 'Bestellingen', NULL),
(88, 'S', 'no', 'Ordre', NULL),
(88, 'S', 'pt', 'Pedidos', NULL),
(88, 'S', 'ro', 'Comenzi', NULL),
(88, 'S', 'ru', 'Заказы', NULL),
(88, 'V', 'da', '(GMT + 04:00) Baku, Tbilisi, Yerevan', NULL),
(88, 'V', 'de', '(GMT+04:00) Baku, Tiflis, Yerevan', NULL),
(88, 'V', 'el', '(GMT+04:00) Baku, Tbilisi, Yerevan', NULL),
(88, 'V', 'en', '(GMT+04:00) Baku, Tbilisi, Yerevan', NULL),
(88, 'V', 'es', '(GMT+04:00) Baku, Tbilisi, Yerevan', NULL),
(88, 'V', 'fr', '(GMT+04:00) Baku, Tbilisi, Yerevan', NULL),
(88, 'V', 'it', '(GMT + 04.00) Baku, Tbilisi, Yerevan', NULL),
(88, 'V', 'nl', '(GMT+04:00) Baku, Tbilisi, Yerevan', NULL),
(88, 'V', 'no', '(GMT+04:00) Baku, Tbilisi, Yerevan', NULL),
(88, 'V', 'pt', '(GMT + 04:00) Baku, Tbilisi, Yerevan', NULL),
(88, 'V', 'ro', '(GMT + 04:00) Baku, Tbilisi, Yerevan', NULL),
(88, 'V', 'ru', '(GMT+04:00) Баку, Тбилиси, Ереван', NULL),
(89, 'O', 'da', 'Qualidade do formato JPEG (0-100)', NULL),
(89, 'O', 'de', 'Qualität JPEG Format (0-100)', NULL),
(89, 'O', 'el', 'Ποιότητα JPEG format (0-100)', NULL),
(89, 'O', 'en', 'JPEG format quality (0-100)', NULL),
(89, 'O', 'es', 'Calidad JPEG (0-100)', NULL),
(89, 'O', 'fr', 'Qualité du format JPEG (0-100)', NULL),
(89, 'O', 'it', 'Qualità formato JPEG (0-100)', NULL),
(89, 'O', 'nl', 'JPEG format kwaliteit (0-100)', NULL),
(89, 'O', 'no', 'JPEG format kvalitet (0-100)', NULL),
(89, 'O', 'pt', 'Qualidade do formato JPEG (0-100)', NULL),
(89, 'O', 'ro', 'Calitatea formatului JPEG (0-100)', NULL),
(89, 'O', 'ru', 'Качество формата JPEG  (0—100)', NULL),
(89, 'S', 'da', 'Páginas', NULL),
(89, 'S', 'de', 'Seiten', NULL),
(89, 'S', 'el', 'σελίδες', NULL),
(89, 'S', 'en', 'Pages', NULL),
(89, 'S', 'es', 'Páginas', NULL),
(89, 'S', 'fr', 'Pages', NULL),
(89, 'S', 'it', 'Pagine', NULL),
(89, 'S', 'nl', 'Pagina \'s', NULL),
(89, 'S', 'no', 'Sider', NULL),
(89, 'S', 'pt', 'Páginas', NULL),
(89, 'S', 'ro', 'Pagini', NULL),
(89, 'S', 'ru', 'Страницы', NULL),
(89, 'V', 'da', '(GMT+04:00) Abu Dhabi, Muscat', NULL),
(89, 'V', 'de', '(GMT+04:00) Abu Dhabi, Muskat', NULL),
(89, 'V', 'el', '(GMT+04:00) Abu Dhabi, Muscat', NULL),
(89, 'V', 'en', '(GMT+04:00) Abu Dhabi, Muscat', NULL),
(89, 'V', 'es', '(GMT+04:00) Abu Dhabi, Muscat', NULL),
(89, 'V', 'fr', '(GMT+04:00) Abu Dhabi, Muscat', NULL),
(89, 'V', 'it', '(GMT + 04.00) Abu Dhabi, Muscat', NULL),
(89, 'V', 'nl', '(GMT+04:00) Abu Dhabi, Muscat', NULL),
(89, 'V', 'no', '(GMT+04:00) Abu Dhabi, Muscat', NULL),
(89, 'V', 'pt', '(GMT+04:00) Abu Dhabi, Muscat', NULL),
(89, 'V', 'ro', '(GMT + 04:00) Abu Dhabi, Muscat', NULL),
(89, 'V', 'ru', '(GMT+04:00) Абу-Даби, Мюска', NULL),
(90, 'O', 'da', 'Formato da miniatura', NULL),
(90, 'O', 'de', 'Dateiformat Miniaturbild', NULL),
(90, 'O', 'el', 'Φορμά μικρογραφιών', NULL),
(90, 'O', 'en', 'Thumbnail format', NULL),
(90, 'O', 'es', 'Formato de miniatura', NULL),
(90, 'O', 'fr', 'Format de la vignette', NULL),
(90, 'O', 'it', 'Formato file immagine miniatura', NULL),
(90, 'O', 'nl', 'Formaat miniatuur', NULL),
(90, 'O', 'no', 'Miniatyrbilde format', NULL),
(90, 'O', 'pt', 'Formato da miniatura', NULL),
(90, 'O', 'ro', 'Formatul pictogramei', NULL),
(90, 'O', 'ru', 'Формат иконки', NULL),
(90, 'S', 'da', 'Depoimentos', NULL),
(90, 'S', 'de', 'Erfahrungsberichte', NULL),
(90, 'S', 'el', 'Πιστοποιητικά', NULL),
(90, 'S', 'en', 'Testimonials', NULL),
(90, 'S', 'es', 'Recomendaciones', NULL),
(90, 'S', 'fr', 'Témoignages', NULL),
(90, 'S', 'it', 'Testimonial', NULL),
(90, 'S', 'nl', 'Beoordelingen', NULL),
(90, 'S', 'no', 'Anbefalinger', NULL),
(90, 'S', 'pt', 'Depoimentos', NULL),
(90, 'S', 'ro', 'Mărturii (aprecieri)', NULL),
(90, 'S', 'ru', 'Отзывы', NULL),
(90, 'V', 'da', '(GMT+03:30) Teerão', NULL),
(90, 'V', 'de', '(GMT+03:30) Teheran', NULL),
(90, 'V', 'el', '(GMT+03:30) Tehran', NULL),
(90, 'V', 'en', '(GMT+03:30) Tehran', NULL),
(90, 'V', 'es', '(GMT+03:30) Tehran', NULL),
(90, 'V', 'fr', '(GMT+03:30) Tehran', NULL),
(90, 'V', 'it', '(GMT + 03.30) Teheran', NULL),
(90, 'V', 'nl', '(GMT+03:30) Tehran', NULL),
(90, 'V', 'no', '(GMT+03:30) Teheran', NULL),
(90, 'V', 'pt', '(GMT+03:30) Teerão', NULL),
(90, 'V', 'ro', '(GMT + 03:30) Teheran', NULL),
(90, 'V', 'ru', '(GMT+03:30) Тегеран', NULL),
(91, 'O', 'da', 'Cor de fundo da miniatura', 'Deixe em branco para plano de fundo transparente.'),
(91, 'O', 'de', 'Hintergrundfarbe für Miniaturen', 'Leer lassen für transparenten Hintergrund'),
(91, 'O', 'el', 'Αφηστε κενο για διαφανο Φοντο (απαιτεί την βιβλιοθηκη PHP GD library version > 2.0.1 εγκατεστημενη στο server σας)', 'Αφήστε κενό για διαφανές φόντο'),
(91, 'O', 'en', 'Thumbnail background color', 'Leave empty for transparent background.'),
(91, 'O', 'es', 'Color de fondo para las miniaturas', 'Dejar vacío para fondo transparente'),
(91, 'O', 'fr', 'Couleur de fond de vignette', 'Leave empty for transparent background'),
(91, 'O', 'it', 'Colore di sfondo delle miniature', 'Lasciare vuoto per avere lo sfondo trasparente'),
(91, 'O', 'nl', 'Achtergrondkleur miniatuur', 'Leeg laten voor een transparante achtergrond'),
(91, 'O', 'no', 'Miniatyrbilde bakgrunnsfarge', 'La stå tomt for gjennomsiktig bakgrunn'),
(91, 'O', 'pt', 'Cor de fundo da miniatura', 'Deixe em branco para plano de fundo transparente.'),
(91, 'O', 'ro', 'Culoarea de fundal a pictogramei', 'Lasa gol pentru fundal transparent'),
(91, 'O', 'ru', 'Цвет фона иконок', 'Оставьте пустым для прозрачного фона'),
(91, 'S', 'da', 'Fornecedores', NULL),
(91, 'S', 'de', 'Verkäufer', NULL),
(91, 'S', 'el', 'Πωλητές', NULL),
(91, 'S', 'en', 'Vendors', NULL),
(91, 'S', 'es', 'Tiendas', NULL),
(91, 'S', 'fr', 'Vendeurs', NULL),
(91, 'S', 'it', 'Fornitori', NULL),
(91, 'S', 'nl', 'Verkopers', NULL),
(91, 'S', 'no', 'Forhandlere', NULL),
(91, 'S', 'pt', 'Fornecedores', NULL),
(91, 'S', 'ro', 'Vânzători', NULL),
(91, 'S', 'ru', 'Продавцы', NULL),
(91, 'V', 'da', '(GMT+03:00) Nairobi', NULL),
(91, 'V', 'de', '(GMT+03:00) Nairobi', NULL),
(91, 'V', 'el', '(GMT+03:00) Nairobi', NULL),
(91, 'V', 'en', '(GMT+03:00) Nairobi', NULL),
(91, 'V', 'es', '(GMT+03:00) Nairobi', NULL),
(91, 'V', 'fr', '(GMT+03:00) Nairobi', NULL),
(91, 'V', 'it', '(GMT + 03.00) Nairobi', NULL),
(91, 'V', 'nl', '(GMT+03:00) Nairobi', NULL),
(91, 'V', 'no', '(GMT+03:00) Nairobi', NULL),
(91, 'V', 'pt', '(GMT+03:00) Nairobi', NULL),
(91, 'V', 'ro', '(GMT + 03:00) Nairobi', NULL),
(91, 'V', 'ru', '(GMT+03:00) Найроби', NULL),
(92, 'V', 'da', '(GMT+03:00) Moscou, São Petersburgo', NULL),
(92, 'V', 'de', '(GMT+03:00) Moscow, St. Petersburg', NULL),
(92, 'V', 'el', '(GMT+03:00) Moscow, St. Petersburg', NULL),
(92, 'V', 'en', '(GMT+03:00) Moscow, St. Petersburg', NULL),
(92, 'V', 'es', '(GMT+03:00) Moscow, St. Petersburg', NULL),
(92, 'V', 'fr', '(GMT+03:00) Moscow, St. Petersburg', NULL),
(92, 'V', 'it', '(GMT+03:00) Moscow, St. Petersburg', NULL),
(92, 'V', 'nl', '(GMT+03:00) Moscow, St. Petersburg', NULL),
(92, 'V', 'no', '(GMT+03:00) Moscow, St. Petersburg', NULL),
(92, 'V', 'pt', '(GMT+03:00) Moscou, São Petersburgo', NULL),
(92, 'V', 'ro', '(GMT+03:00) Moscow, St. Petersburg', NULL),
(92, 'V', 'ru', '(GMT+03:00) Moscow, St. Petersburg', NULL),
(93, 'O', 'da', 'Exibir modificadores para as opções do produto', NULL),
(93, 'O', 'de', 'Modifikator für Produkt Optionen anzeigen', NULL),
(93, 'O', 'el', 'Εμφάνιση τροποποιητών  στις επιλογές προϊόντος', NULL),
(93, 'O', 'en', 'Display modifiers for product options', NULL),
(93, 'O', 'es', 'Mostrar modificadores para las opciones del producto', NULL),
(93, 'O', 'fr', 'Afficher modificateurs pour options de produit', NULL),
(93, 'O', 'it', 'Visualizza modificatori per le opzioni prodotto', NULL),
(93, 'O', 'nl', 'Toon parameters voor product opties', NULL),
(93, 'O', 'no', 'Vis modifikator for produktvalg', NULL),
(93, 'O', 'pt', 'Exibir modificadores para as opções do produto', NULL),
(93, 'O', 'ro', 'Afișează modificatorii pentru opțiunile produsului', NULL),
(93, 'O', 'ru', 'Показывать модификаторы опций товаров', NULL),
(93, 'S', 'da', 'Geral', NULL),
(93, 'S', 'de', 'Allgemein', NULL),
(93, 'S', 'el', 'Γενικά', NULL),
(93, 'S', 'en', 'General', NULL),
(93, 'S', 'es', 'General', NULL),
(93, 'S', 'fr', 'Général', NULL),
(93, 'S', 'it', 'Generale', NULL),
(93, 'S', 'nl', 'Algemeen', NULL),
(93, 'S', 'no', 'Generelt', NULL),
(93, 'S', 'pt', 'Geral', NULL),
(93, 'S', 'ro', 'General', NULL),
(93, 'S', 'ru', 'Общие', NULL),
(93, 'V', 'da', '(GMT+03:00) Kuwait, Riyadh', NULL),
(93, 'V', 'de', '(GMT+03:00) Kuwait, Riyadh', NULL),
(93, 'V', 'el', '(GMT+03:00) Kuwait, Riyadh', NULL),
(93, 'V', 'en', '(GMT+03:00) Kuwait, Riyadh', NULL),
(93, 'V', 'es', '(GMT+03:00) Kuwait, Riyadh', NULL),
(93, 'V', 'fr', '(GMT+03:00) Kuwait, Riyadh', NULL),
(93, 'V', 'it', '(GMT + 03.00) Kuwait, Riyadh', NULL),
(93, 'V', 'nl', '(GMT+03:00) Koeweit, Riyad', NULL),
(93, 'V', 'no', '(GMT+03:00) Kuwait, Riyadh', NULL),
(93, 'V', 'pt', '(GMT+03:00) Kuwait, Riyadh', NULL),
(93, 'V', 'ro', '(GMT + 03:00) Kuweit, Riyadh', NULL),
(93, 'V', 'ru', '(GMT+03:00) Кувейт, Эр-Рияд', NULL),
(94, 'O', 'da', 'Exibir produtos sem estoque', NULL),
(94, 'O', 'de', 'Artikel zeigen die nicht auf Lager sind', NULL),
(94, 'O', 'el', 'Προβολή προιόντων χωρίς Αποθεμα', NULL),
(94, 'O', 'en', 'Show out of stock products', NULL),
(94, 'O', 'es', 'Mostrar productos fuera de stock', NULL),
(94, 'O', 'fr', 'Afficher les produits en rupture de stock', NULL),
(94, 'O', 'it', 'Mostra prodotti non disponibili', NULL),
(94, 'O', 'nl', 'Toon niet op voorraad zijnde producten', NULL),
(94, 'O', 'no', 'Vis varer som er utsolgt fra lageret', NULL),
(94, 'O', 'pt', 'Exibir produtos sem estoque', NULL),
(94, 'O', 'ro', 'Afișează produse care sunt în afara stocului', NULL),
(94, 'O', 'ru', 'Показывать товары, которых нет в наличии', NULL),
(94, 'V', 'da', '(GMT+03:00) Bagdade', NULL),
(94, 'V', 'de', '(GMT+03:00) Baghdad', NULL),
(94, 'V', 'el', '(GMT+03:00) Baghdad', NULL),
(94, 'V', 'en', '(GMT+03:00) Baghdad', NULL),
(94, 'V', 'es', '(GMT+03:00) Bagdad', NULL),
(94, 'V', 'fr', '(GMT+03:00) Baghdad', NULL),
(94, 'V', 'it', '(GMT + 03.00) Baghdad', NULL),
(94, 'V', 'nl', '(GMT+03:00) Baghdad', NULL),
(94, 'V', 'no', '(GMT+03:00) Bagdad', NULL),
(94, 'V', 'pt', '(GMT+03:00) Bagdade', NULL),
(94, 'V', 'ro', '(GMT + 03:00) Bagdad', NULL),
(94, 'V', 'ru', '(GMT+03:00) Багдад', NULL),
(95, 'S', 'da', 'Geral', NULL),
(95, 'S', 'de', 'Allgemein', NULL),
(95, 'S', 'el', 'Γενικά', NULL),
(95, 'S', 'en', 'General', NULL),
(95, 'S', 'es', 'General', NULL),
(95, 'S', 'fr', 'Général', NULL),
(95, 'S', 'it', 'Generale', NULL),
(95, 'S', 'nl', 'Algemeen', NULL),
(95, 'S', 'no', 'Generelt', NULL),
(95, 'S', 'pt', 'Geral', NULL),
(95, 'S', 'ro', 'General', NULL),
(95, 'S', 'ru', 'Общие', NULL),
(95, 'V', 'da', '(GMT+02:00) Jerusalém', NULL),
(95, 'V', 'de', '(GMT+02:00) Jerusalem', NULL),
(95, 'V', 'el', '(GMT+02:00) Jerusalem', NULL),
(95, 'V', 'en', '(GMT+02:00) Jerusalem', NULL),
(95, 'V', 'es', '(GMT+02:00) Jerusalén', NULL),
(95, 'V', 'fr', '(GMT+02:00) Jerusalem', NULL),
(95, 'V', 'it', '(GMT + 02.00) Gerusalemme', NULL),
(95, 'V', 'nl', '(GMT+02:00) Jeruzalem', NULL),
(95, 'V', 'no', '(GMT+02:00) Jerusalem', NULL),
(95, 'V', 'pt', '(GMT+02:00) Jerusalém', NULL),
(95, 'V', 'ro', '(GMT + 02:00) Jerusalem', NULL),
(95, 'V', 'ru', '(GMT+02:00) Иерусалим', NULL),
(96, 'V', 'da', '(GMT+02:00) Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius', NULL),
(96, 'V', 'de', '(GMT+02:00) Helsinki, Kiew, Riga, Sofia, Tallinn, Vilnius', NULL),
(96, 'V', 'el', '(GMT+02:00) Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius', NULL),
(96, 'V', 'en', '(GMT+02:00) Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius', NULL),
(96, 'V', 'es', '(GMT+02:00) Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius', NULL),
(96, 'V', 'fr', '(GMT+02:00) Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius', NULL),
(96, 'V', 'it', '(GMT + 02.00) Helsinki, Kiev, Riga, Sofia, Tallinn, Vilnius', NULL),
(96, 'V', 'nl', '(GMT+02:00) Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius', NULL),
(96, 'V', 'no', '(GMT+02:00) Helsinki, Kiev, Riga, Sofia, Tallinn', NULL),
(96, 'V', 'pt', '(GMT+02:00) Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius', NULL),
(96, 'V', 'ro', '(GMT + 02:00) Helsinki, Kiev, Riga, Sofia, Tallinn, Vilnius', NULL),
(96, 'V', 'ru', '(GMT + 02:00) Хельсинки, Киев, Рига, София, Таллин, Вильнюс', NULL),
(97, 'S', 'da', 'Geral', NULL),
(97, 'S', 'de', 'Allgemein', NULL),
(97, 'S', 'el', 'Γενικά', NULL),
(97, 'S', 'en', 'General', NULL),
(97, 'S', 'es', 'General', NULL),
(97, 'S', 'fr', 'Général', NULL),
(97, 'S', 'it', 'Generale', NULL),
(97, 'S', 'nl', 'Algemeen', NULL),
(97, 'S', 'no', 'Generelt', NULL),
(97, 'S', 'pt', 'Geral', NULL),
(97, 'S', 'ro', 'General', NULL),
(97, 'S', 'ru', 'Общие', NULL),
(97, 'V', 'da', '(GMT+02:00) Harare, Pretoria', NULL),
(97, 'V', 'de', '(GMT+02:00) Harare, Pretoria', NULL),
(97, 'V', 'el', '(GMT+02:00) Harare, Pretoria', NULL),
(97, 'V', 'en', '(GMT+02:00) Harare, Pretoria', NULL),
(97, 'V', 'es', '(GMT+02:00) Harare, Pretoria', NULL),
(97, 'V', 'fr', '(GMT+02:00) Harare, Pretoria', NULL),
(97, 'V', 'it', '(GMT + 02.00) Harare, Pretoria', NULL),
(97, 'V', 'nl', '(GMT+02:00) Harare, Pretoria', NULL),
(97, 'V', 'no', '(GMT+02:00) Harare, Pretoria', NULL),
(97, 'V', 'pt', '(GMT+02:00) Harare, Pretoria', NULL),
(97, 'V', 'ro', '(GMT + 02:00) Harare, Pretoria', NULL),
(97, 'V', 'ru', '(GMT+02:00) Хараре, Претория', NULL),
(98, 'O', 'da', 'Permitir que clientes usem o cupom de desconto apenas uma vez', NULL),
(98, 'O', 'de', 'Kunden erlauben nur einmaligen Discount Coupon zu verwenden', NULL),
(98, 'O', 'el', 'Επιτρεπει στους πελατες να χρησιμοποιήσουν μόνο ενα εκπτωτικό κουπόνι', NULL),
(98, 'O', 'en', 'Allow customers to use single discount coupon only', NULL),
(98, 'O', 'es', 'Permita que clientes usen sólo un cupón de descuento', NULL),
(98, 'O', 'fr', 'Permettre aux clients d\'utiliser un seul bon de réduction seulement', NULL),
(98, 'O', 'it', 'Consenti ai clienti di usare un solo coupon di sconto', NULL),
(98, 'O', 'nl', 'Beperk klanten tot het gebruiken van één kortingsbon', NULL),
(98, 'O', 'no', 'Tillat kundene å bruke kun én rabattkupong', NULL),
(98, 'O', 'pt', 'Permitir que clientes usem o cupom de desconto apenas uma vez', NULL),
(98, 'O', 'ro', 'Permite clienților folosirea cuponului de discount o singură dată', NULL),
(98, 'O', 'ru', 'Запретить покупателям использовать несколько купонов сразу', NULL),
(98, 'V', 'da', '(GMT+02:00) Cairo', NULL),
(98, 'V', 'de', '(GMT+02:00) Cairo', NULL),
(98, 'V', 'el', '(GMT+02:00) Cairo', NULL),
(98, 'V', 'en', '(GMT+02:00) Cairo', NULL),
(98, 'V', 'es', '(GMT+02:00) Cairo', NULL),
(98, 'V', 'fr', '(GMT+02:00) Cairo', NULL),
(98, 'V', 'it', '(GMT + 02.00) Cairo', NULL),
(98, 'V', 'nl', '(GMT+02:00) Cairo', NULL),
(98, 'V', 'no', '(GMT+02:00) Kairo', NULL),
(98, 'V', 'pt', '(GMT+02:00) Cairo', NULL),
(98, 'V', 'ro', '(GMT + 02:00) Cairo', NULL),
(98, 'V', 'ru', '(GMT+02:00) Каир', NULL),
(99, 'S', 'da', 'Geral', NULL),
(99, 'S', 'de', 'Allgemein', NULL),
(99, 'S', 'el', 'Γενικά', NULL),
(99, 'S', 'en', 'General', NULL),
(99, 'S', 'es', 'General', NULL),
(99, 'S', 'fr', 'Général', NULL),
(99, 'S', 'it', 'Generale', NULL),
(99, 'S', 'nl', 'Algemeen', NULL),
(99, 'S', 'no', 'Generelt', NULL),
(99, 'S', 'pt', 'Geral', NULL),
(99, 'S', 'ro', 'General', NULL),
(99, 'S', 'ru', 'Общие', NULL),
(99, 'V', 'da', '(GMT+03:00) Minsk', NULL),
(99, 'V', 'de', '(GMT+03:00) Minsk', NULL),
(99, 'V', 'el', '(GMT + 03:00) Μινσκ', NULL),
(99, 'V', 'en', '(GMT+03:00) Minsk', NULL),
(99, 'V', 'es', '(GMT + 3:00) Minsk', NULL),
(99, 'V', 'fr', '(GMT+03:00) Minsk', NULL),
(99, 'V', 'it', '(GMT + 03:00) Minsk', NULL),
(99, 'V', 'nl', '(GMT + 03:00) Minsk', NULL),
(99, 'V', 'no', '(GMT+03:00) Minsk', NULL),
(99, 'V', 'pt', '(GMT+03:00) Minsk', NULL),
(99, 'V', 'ro', '(GMT+03:00) Minsk', NULL),
(99, 'V', 'ru', '(GMT + 03:00) Минск', NULL),
(100, 'O', 'da', 'Pedir aos clientes que aceitem os termos e condições durante o checkout', 'O texto de termos e condições está na variável de idioma \"terms_and_conditions_content\".'),
(100, 'O', 'de', 'Beim Bezahlen (Checkout) Kunden fragen zuerst die Allgemeinen Geschäftsbedingungen zu akzeptieren', 'The text of terms & conditions will be retrieved from the \"terms_and_conditions_content\" language variable.'),
(100, 'O', 'el', 'Ζητήστε από τους πελάτες να συμφωνήσουν με τους όρους και τις προϋποθέσεις πριν την αποστολή της παραγγελίας', 'Το κείμενο για τους όρους & συνθήκες θα ανακτηθει από τη μεταβλητή γλώσσας  \"terms_and_conditions_content\".'),
(100, 'O', 'en', 'Ask customers to agree with terms &amp; conditions during checkout', 'The text of terms & conditions is in the \"terms_and_conditions_content\" language variable.'),
(100, 'O', 'es', 'Pedir al cliente estar de acuerdo con términos y condiciones durante la comprobación de la compra', 'El texto de los términos y las condiciones se recuperará de la \"terms_and_conditions_content\" variable de idioma.'),
(100, 'O', 'fr', 'Demande au client d\'accepter les conditions générales durant la commande', 'The text of terms & conditions will be retrieved from the \"terms_and_conditions_content\" language variable.'),
(100, 'O', 'it', 'Chiedere ai clienti di accettare prima i termini &amp; condizioni durante il pagamento', 'Il testo della pagina \"Termini e condizioni\", sarà recuperato dalla variabile delle lingua della sezione \"Terms e Conditions_content\".'),
(100, 'O', 'nl', 'Vraag klanten om akkoord te gaan met de algemene voorwaarden bij afrekenen', 'De tekst van voorwaarden wordt opgehaald uit de taalvariabele \"terms_and_conditions_content\".'),
(100, 'O', 'no', 'Spør kundene om å være enig med vilkår og betingelser når de sjekker ut', 'Teksten i vilkår og betingelser vil bli hentet fra \"terms_and_conditions_content\" språk variabel.'),
(100, 'O', 'pt', 'Pedir aos clientes que aceitem os termos e condições durante o checkout', 'O texto de termos e condições está na variável de idioma \"terms_and_conditions_content\".'),
(100, 'O', 'ro', 'Adresează termenii și condițiile în timpul procesării', 'The text of terms & conditions will be retrieved from the \"terms_and_conditions_content\" language variable.'),
(100, 'O', 'ru', 'Спрашивать покупателя о согласии с Условиями при оформлении заказа', 'Текст Условий соглашения будет взят из языковой переменной \"terms_and_conditions_content\".'),
(100, 'V', 'da', '(GMT+03:00) Istambul', NULL),
(100, 'V', 'de', '(GMT+03:00) Istanbul', NULL),
(100, 'V', 'el', '(GMT + 03:00) Κωνσταντινούπολη', NULL),
(100, 'V', 'en', '(GMT+03:00) Istanbul', NULL),
(100, 'V', 'es', '(GMT+03:00) Estambul', NULL),
(100, 'V', 'fr', '(GMT+03:00) Istanbul', NULL),
(100, 'V', 'it', '(GMT+03:00) Istanbul', NULL),
(100, 'V', 'nl', '(GMT+03:00) Instanbul', NULL),
(100, 'V', 'no', '(GMT+03:00) Istanbul', NULL),
(100, 'V', 'pt', '(GMT+03:00) Istambul', NULL),
(100, 'V', 'ro', '(GMT+03:00) Istanbul', NULL),
(100, 'V', 'ru', '(GMT+03:00) Стамбул', NULL),
(101, 'S', 'da', 'Geral', NULL),
(101, 'S', 'de', 'Allgemein', NULL),
(101, 'S', 'el', 'Γενικά', NULL),
(101, 'S', 'en', 'General', NULL),
(101, 'S', 'es', 'General', NULL),
(101, 'S', 'fr', 'Général', NULL),
(101, 'S', 'it', 'Generale', NULL),
(101, 'S', 'nl', 'Algemeen', NULL),
(101, 'S', 'no', 'Generelt', NULL),
(101, 'S', 'pt', 'Geral', NULL),
(101, 'S', 'ro', 'General', NULL),
(101, 'S', 'ru', 'Общие', NULL),
(101, 'V', 'da', '(GMT+01:00) África do Centro-Oeste', NULL),
(101, 'V', 'de', '(GMT+01:00) West-Zentralafrika', NULL),
(101, 'V', 'el', '(GMT+01:00) West Central Africa', NULL),
(101, 'V', 'en', '(GMT+01:00) West Central Africa', NULL),
(101, 'V', 'es', '(GMT+01:00) West Central Africa', NULL),
(101, 'V', 'fr', '(GMT+01:00) West Central Africa', NULL),
(101, 'V', 'it', '(GMT + 01.00) Africa centrale ad ovest', NULL),
(101, 'V', 'nl', '(GMT+01:00) West Centraal-Afrika', NULL),
(101, 'V', 'no', '(GMT+01:00) Vest Sentral Afrika', NULL),
(101, 'V', 'pt', '(GMT+01:00) África do Centro-Oeste', NULL),
(101, 'V', 'ro', '(GMT + 01:00) Vest Africa Centrală', NULL),
(101, 'V', 'ru', '(GMT+01:00) Западная Африка', NULL),
(102, 'V', 'da', '(GMT+01:00) Bruxelas, Copenhaga, Madrid, Paris', NULL),
(102, 'V', 'de', '(GMT+01:00) Brüssel, Kopenhagen, Madrid, Paris', NULL),
(102, 'V', 'el', '(GMT+01:00) Brussels, Copenhagen, Madrid, Paris', NULL),
(102, 'V', 'en', '(GMT+01:00) Brussels, Copenhagen, Madrid, Paris', NULL),
(102, 'V', 'es', '(GMT+01:00) Bruselas, Copenhagen, Madrid, Paris', NULL),
(102, 'V', 'fr', '(GMT+01:00) Brussels, Copenhagen, Madrid, Paris', NULL),
(102, 'V', 'it', '(GMT + 01.00) Bruxelles, Copenaghen, Madrid, Parigi', NULL),
(102, 'V', 'nl', '(GMT+01:00) Brussel, Kopenhagen, Madrid, Parijs', NULL),
(102, 'V', 'no', '(GMT+01:00) Brüssel, København, Madrid, Paris', NULL),
(102, 'V', 'pt', '(GMT+01:00) Bruxelas, Copenhaga, Madrid, Paris', NULL),
(102, 'V', 'ro', '(GMT + 01:00) Bruxelles, Copenhaga, Madrid, Paris', NULL),
(102, 'V', 'ru', '(GMT+01:00) Брюссель, Копенгаген, Мадрид, Париж', NULL),
(103, 'S', 'da', 'Geral', NULL),
(103, 'S', 'de', 'Allgemein', NULL),
(103, 'S', 'el', 'Γενικά', NULL),
(103, 'S', 'en', 'General', NULL),
(103, 'S', 'es', 'General', NULL),
(103, 'S', 'fr', 'Général', NULL),
(103, 'S', 'it', 'Generale', NULL),
(103, 'S', 'nl', 'Algemeen', NULL),
(103, 'S', 'no', 'Generelt', NULL),
(103, 'S', 'pt', 'Geral', NULL),
(103, 'S', 'ro', 'General', NULL),
(103, 'S', 'ru', 'Общие', NULL),
(103, 'V', 'da', '(GMT+01:00) Sarajevo, Skopje, Warsaw, Zagreb', NULL),
(103, 'V', 'de', '(GMT+01:00) Sarajevo, Skopje, Warschau, Zagreb', NULL),
(103, 'V', 'el', '(GMT+01:00) Sarajevo, Skopje, Warsaw, Zagreb', NULL),
(103, 'V', 'en', '(GMT+01:00) Sarajevo, Skopje, Warsaw, Zagreb', NULL),
(103, 'V', 'es', '(GMT+01:00) Sarajevo, Skopje, Varsovia, Zagreb', NULL),
(103, 'V', 'fr', '(GMT+01:00) Sarajevo, Skopje, Warsaw, Zagreb', NULL),
(103, 'V', 'it', '(GMT + 01.00) Sarajevo, Skopje, Varsavia, Zagabria', NULL),
(103, 'V', 'nl', '(GMT+01:00) Sarajevo, Skopje, Warschau, Zagreb', NULL),
(103, 'V', 'no', '(GMT+01:00) Sarajevo, Skopje, Warsawa, Zagreb', NULL),
(103, 'V', 'pt', '(GMT+01:00) Sarajevo, Skopje, Warsaw, Zagreb', NULL),
(103, 'V', 'ro', '(GMT + 01:00) Sarajevo, Skopje, Varsovia, Zagreb', NULL),
(103, 'V', 'ru', '(GMT+01:00) Сараево, Скопье, Варшава, Загреб', NULL),
(104, 'V', 'da', '(GMT+01:00) Belgrado, Bratislava, Budapeste, Ljubljana, Praga', NULL),
(104, 'V', 'de', '(GMT+01:00) Belgrad, Bratislava, Budapest, Ljubljana, Prag', NULL),
(104, 'V', 'el', '(GMT+01:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague', NULL),
(104, 'V', 'en', '(GMT+01:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague', NULL),
(104, 'V', 'es', '(GMT + 1:00) Belgrado, Bratislava, Budapest, Ljubljana, Prague', NULL),
(104, 'V', 'fr', '(GMT+01:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague', NULL),
(104, 'V', 'it', '(GMT + 01.00) Belgrado, Bratislava, Budapest, Lubiana, Praga', NULL),
(104, 'V', 'nl', '(GMT+01:00) Belgrado, Bratislava, Boedapest, Ljubljana, Praag', NULL),
(104, 'V', 'no', '(GMT+01:00) Beograd, Bratislava, Budapest, Praha', NULL),
(104, 'V', 'pt', '(GMT+01:00) Belgrado, Bratislava, Budapeste, Ljubljana, Praga', NULL),
(104, 'V', 'ro', '(GMT + 01:00) Belgrad, Bratislava, Budapesta, Ljubljana, Praga', NULL),
(104, 'V', 'ru', '(GMT+01:00) Белграж, Братислава, Будапешт, Любляна, Прага', NULL),
(105, 'O', 'da', 'Exibir a seção Categorias', NULL),
(105, 'O', 'de', 'Abschnitt \"Kategorie\" anzeigen', NULL),
(105, 'O', 'el', 'Εμφάνιση της ενότητας \"Κατηγορίες\"', NULL),
(105, 'O', 'en', 'Show the \'Categories\' section', NULL),
(105, 'O', 'es', 'Mostrar Categorías', NULL),
(105, 'O', 'fr', 'Afficher la section \'Catégories\'', NULL),
(105, 'O', 'it', 'Mostra sezione \'categorie\'', NULL),
(105, 'O', 'nl', 'Toon \'categorieen\' sectie', NULL),
(105, 'O', 'no', 'Vis \"Kategorier\" seksjonen', NULL),
(105, 'O', 'pt', 'Exibir a seção Categorias', NULL),
(105, 'O', 'ro', 'Afișează secțiunea \'Categorii\'', NULL),
(105, 'O', 'ru', 'Показывать раздел «Категории»', NULL),
(105, 'S', 'da', 'Geral', NULL),
(105, 'S', 'de', 'Allgemein', NULL),
(105, 'S', 'el', 'Γενικά', NULL),
(105, 'S', 'en', 'General', NULL),
(105, 'S', 'es', 'General', NULL),
(105, 'S', 'fr', 'Général', NULL),
(105, 'S', 'it', 'Generale', NULL),
(105, 'S', 'nl', 'Algemeen', NULL),
(105, 'S', 'no', 'Generelt', NULL),
(105, 'S', 'pt', 'Geral', NULL),
(105, 'S', 'ro', 'General', NULL),
(105, 'S', 'ru', 'Общие', NULL),
(105, 'V', 'da', '(GMT+01:00) Amsterdam, Berlim, Berna, Roma, Estocolmo, Viena', NULL),
(105, 'V', 'de', '(GMT+01:00) Amsterdam, Berlin, Bern, Rom, Stockholm, Wien', NULL),
(105, 'V', 'el', '(GMT+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna', NULL),
(105, 'V', 'en', '(GMT+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna', NULL),
(105, 'V', 'es', '(GMT + 1:00) Amsterdam, Berlín, Berna, Roma, Estocolmo, Viena', NULL),
(105, 'V', 'fr', '(GMT+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna', NULL),
(105, 'V', 'it', '(GMT + 01.00) Amsterdam, Berlino, Berna, Roma, Stoccolma, Vienna', NULL),
(105, 'V', 'nl', '(GMT+01:00) Amsterdam, Berlijn, Bern, Rome, Stockholm, Wenen', NULL),
(105, 'V', 'no', '(GMT+01:00) Amsterdam, Berlin, Oslo, Roma, Stockholm, Wien', NULL),
(105, 'V', 'pt', '(GMT+01:00) Amsterdam, Berlim, Berna, Roma, Estocolmo, Viena', NULL),
(105, 'V', 'ro', '(GMT + 01:00) Amsterdam, Berlin, Berna, Roma, Stockholm, Viena', NULL),
(105, 'V', 'ru', '(GMT+01:00) Астердам, Берлин, Берн, Рим, Стокгольм, Вена', NULL),
(106, 'O', 'da', 'Exibir apenas links de categorias de nível de raiz na seção Categorias', NULL),
(106, 'O', 'de', 'Nur Root-Kategorien (höchste Ebene) Links in dem Abschnitt \"Kategorie\" anzeigen', NULL),
(106, 'O', 'el', 'Εμφάνιση ΜΟΝΟ Μητρικών Κατηγοριών στην Ενότητα των Κατηγοριών', NULL),
(106, 'O', 'en', 'Show only root level categories links in the \'Categories\' section', NULL),
(106, 'O', 'es', 'Muestre sólo enlaces de categorías de nivel de raíz en la sección \"Categorías\"', NULL),
(106, 'O', 'fr', 'Afficher seulement les liens de catégories racines dans la section \'Catégories\'', NULL),
(106, 'O', 'it', 'Mostra solo categorie \'root\' (livello superiore) nella sezione \'categorie\'', NULL),
(106, 'O', 'nl', 'Toon alleen de root-level categorieen-links in \'categorieen\' sectie', NULL),
(106, 'O', 'no', 'Vis bare rotnivå kategori koblinger i \'Kategorier\' seksjonen', NULL),
(106, 'O', 'pt', 'Exibir apenas links de categorias de nível de raiz na seção Categorias', NULL),
(106, 'O', 'ro', 'Afișează doar link-urile categoriilor rădăcină în secțiunea \'Categorii\'', NULL),
(106, 'O', 'ru', 'Показывать ссылки только на корневые категории в разделе «Категории»', NULL),
(106, 'V', 'da', '(GMT) Tempo Médio de Greenwich: Edimburgo, Lisboa, Londres', NULL),
(106, 'V', 'de', '(GMT) Greenwich Mean Time: Edinburgh, Lisbon, London', NULL),
(106, 'V', 'el', '(GMT) Greenwich Mean Time: Edinburgh, Lisbon, London', NULL),
(106, 'V', 'en', '(GMT) Greenwich Mean Time: Edinburgh, Lisbon, London', NULL),
(106, 'V', 'es', '(GMT) Greenwich Mean Time: Edinburgh, Lisbon, London', NULL),
(106, 'V', 'fr', '(GMT) Greenwich Mean Time: Edinburgh, Lisbon, London', NULL),
(106, 'V', 'it', '(GMT) Greenwich Mean Time: Edinburgh, Lisbon, London', NULL),
(106, 'V', 'nl', '(GMT) Greenwich Mean Time: Edinburgh, Lisbon, London', NULL),
(106, 'V', 'no', '(GMT) Greenwich Mean Time: Edinburgh, Lisbon, London', NULL),
(106, 'V', 'pt', '(GMT) Tempo Médio de Greenwich: Edimburgo, Lisboa, Londres', NULL),
(106, 'V', 'ro', '(GMT) Greenwich Mean Time: Edinburgh, Lisbon, London', NULL),
(106, 'V', 'ru', '(GMT) Greenwich Mean Time: Edinburgh, Lisbon, London', NULL),
(107, 'O', 'da', 'Exibir seção Informações Sobre o Site', NULL),
(107, 'O', 'de', 'Abschnitt \"Webseiten-Information\" anzeigen', NULL),
(107, 'O', 'el', 'Εμφάνιση Ενότητας \'Πληροφορίες\'', NULL),
(107, 'O', 'en', 'Show the \'Site info\' section', NULL),
(107, 'O', 'es', 'Mostrar \"Mapa del sitio\"', NULL),
(107, 'O', 'fr', 'Afficher la section \'Infos du site\'', NULL),
(107, 'O', 'it', 'Mostra sezione \'informazioni sito\'', NULL),
(107, 'O', 'nl', 'Toon \'Winkelnieuws\' sectie', NULL),
(107, 'O', 'no', 'Vis \"side info\" seksjonen', NULL),
(107, 'O', 'pt', 'Exibir seção Informações Sobre o Site', NULL),
(107, 'O', 'ro', 'Afișează secțiunea \'Info site\'', NULL),
(107, 'O', 'ru', 'Показывать раздел «О сайте»', NULL),
(107, 'S', 'da', '', NULL),
(107, 'S', 'de', '', NULL),
(107, 'S', 'el', '', NULL),
(107, 'S', 'en', '', NULL),
(107, 'S', 'es', '', NULL),
(107, 'S', 'fr', '', NULL),
(107, 'S', 'it', '', NULL),
(107, 'S', 'nl', '', NULL),
(107, 'S', 'no', '', NULL),
(107, 'S', 'pt', '', NULL),
(107, 'S', 'ro', '', NULL),
(107, 'S', 'ru', '', NULL),
(107, 'V', 'da', '(GMT) Reiquiavique, Monróvia', NULL),
(107, 'V', 'de', '(GMT) Reykjavik, Monrovia', NULL),
(107, 'V', 'el', '(GMT) Reykjavik, Monrovia', NULL),
(107, 'V', 'en', '(GMT) Reykjavik, Monrovia', NULL),
(107, 'V', 'es', '(GMT) Reykjavik, Monrovia', NULL),
(107, 'V', 'fr', '(GMT) Reykjavik, Monrovia', NULL),
(107, 'V', 'it', '(GMT) Reykjavik, Monrovia', NULL),
(107, 'V', 'nl', '(GMT) Reykjavik, Monrovia', NULL),
(107, 'V', 'no', '(GMT) Reykjavik, Monrovia', NULL),
(107, 'V', 'pt', '(GMT) Reiquiavique, Monróvia', NULL),
(107, 'V', 'ro', '(GMT) Reykjavik, Monrovia', NULL),
(107, 'V', 'ru', '(GMT) Reykjavik, Monrovia', NULL),
(108, 'O', 'da', 'Forma de envio de e-mails', NULL),
(108, 'O', 'de', 'Methode zum Versenden von E-Mails', NULL),
(108, 'O', 'el', 'Τρόπος αποστολής e-mails', NULL),
(108, 'O', 'en', 'Method of sending e-mails', NULL),
(108, 'O', 'es', 'Método para enviar E-Mails', NULL),
(108, 'O', 'fr', 'Méthode d\'envoi d\'émails', NULL),
(108, 'O', 'it', 'Modalità per invio delle e-mail', NULL),
(108, 'O', 'nl', 'E-mail verzendmethode', NULL),
(108, 'O', 'no', 'Metode for å sende e-post', NULL),
(108, 'O', 'pt', 'Forma de envio de e-mails', NULL),
(108, 'O', 'ro', 'Modalitatea de trimite a e-mail-urilor', NULL),
(108, 'O', 'ru', 'Способ отправки почты', NULL),
(108, 'V', 'da', '(GMT-01:00) Açores', NULL),
(108, 'V', 'de', '(GMT-01:00) Azoren', NULL),
(108, 'V', 'el', '(GMT-01:00) Azores', NULL),
(108, 'V', 'en', '(GMT-01:00) Azores', NULL),
(108, 'V', 'es', '(GMT-01:00) Azores', NULL),
(108, 'V', 'fr', '(GMT-01:00) Azores', NULL),
(108, 'V', 'it', '(GMT-01:00) Azzorre', NULL),
(108, 'V', 'nl', '(GMT-01:00) Azoren', NULL),
(108, 'V', 'no', '(GMT-01:00) Azorene', NULL),
(108, 'V', 'pt', '(GMT-01:00) Açores', NULL),
(108, 'V', 'ro', '(GMT-01:00) Azore', NULL),
(108, 'V', 'ru', '(GMT-01:00) Азорские острова', NULL),
(109, 'O', 'da', 'Host SMTP', NULL),
(109, 'O', 'de', 'SMTP Host', NULL),
(109, 'O', 'el', 'SMTP host', NULL),
(109, 'O', 'en', 'SMTP host', NULL),
(109, 'O', 'es', 'Host SMTP', NULL),
(109, 'O', 'fr', 'Hôte SMTP', NULL),
(109, 'O', 'it', 'Host SMTP', NULL),
(109, 'O', 'nl', 'SMTP-host', NULL),
(109, 'O', 'no', 'SMTP vert', NULL),
(109, 'O', 'pt', 'Host SMTP', NULL),
(109, 'O', 'ro', 'Host SMTP', NULL),
(109, 'O', 'ru', 'SMTP сервер', NULL),
(109, 'S', 'da', 'Geral', NULL),
(109, 'S', 'de', 'General', NULL),
(109, 'S', 'el', 'Γενικά', NULL),
(109, 'S', 'en', 'General', NULL),
(109, 'S', 'es', 'General', NULL),
(109, 'S', 'fr', 'General', NULL),
(109, 'S', 'it', 'General', NULL),
(109, 'S', 'nl', 'Algemeen', NULL),
(109, 'S', 'no', 'General', NULL),
(109, 'S', 'pt', 'Geral', NULL),
(109, 'S', 'ro', 'General', NULL),
(109, 'S', 'ru', 'Общие', NULL),
(109, 'V', 'da', '(GMT-01:00) Ilhas Cabo Verde', NULL),
(109, 'V', 'de', '(GMT-01:00) Kap Verde ist.', NULL),
(109, 'V', 'el', '(GMT-01:00) Cape Verde Is.', NULL),
(109, 'V', 'en', '(GMT-01:00) Cape Verde Is.', NULL),
(109, 'V', 'es', '(GMT-01:00) Cabo Verde es.', NULL),
(109, 'V', 'fr', '(GMT-01:00) Cape Verde Is.', NULL),
(109, 'V', 'it', '(GMT-01:00) Capo Verde.', NULL),
(109, 'V', 'nl', '(GMT-01:00) Kaapverdische eilanden', NULL),
(109, 'V', 'no', '(GMT-01:00) Kapp Verde', NULL),
(109, 'V', 'pt', '(GMT-01:00) Ilhas Cabo Verde', NULL),
(109, 'V', 'ro', '(GMT-01:00) Is. Capul Verde', NULL),
(109, 'V', 'ru', '(GMT-01:00) Острова Зеленого Мыса.', NULL),
(110, 'O', 'da', 'Usar autenticação SMTP', NULL),
(110, 'O', 'de', 'Use SMTP authentication', NULL),
(110, 'O', 'el', 'Χρήση SMTP authentication', NULL),
(110, 'O', 'en', 'Use SMTP authentication', NULL),
(110, 'O', 'es', 'Usar autentificación SMTP', NULL),
(110, 'O', 'fr', 'Utiliser identification SMTP', NULL),
(110, 'O', 'it', 'Usa autenticazione SMTP', NULL),
(110, 'O', 'nl', 'Gebruik SMTP authenticatie', NULL),
(110, 'O', 'no', 'Bruk SMTP-autentisering', NULL),
(110, 'O', 'pt', 'Usar autenticação SMTP', NULL),
(110, 'O', 'ro', 'Folosește autenficiare SMTP', NULL),
(110, 'O', 'ru', 'Использовать SMTP аутентификацию', NULL),
(110, 'V', 'da', '(GMT-02:00) Meio Atlântico', NULL),
(110, 'V', 'de', '(GMT-02:00) Mittelatlantik', NULL),
(110, 'V', 'el', '(GMT-02:00) Mid-Atlantic', NULL),
(110, 'V', 'en', '(GMT-02:00) Mid-Atlantic', NULL),
(110, 'V', 'es', '(GMT-02:00) Mediados de-Atlántico', NULL),
(110, 'V', 'fr', '(GMT-02:00) Mid-Atlantic', NULL),
(110, 'V', 'it', '(GMT-02:00) Mid-Atlantic', NULL),
(110, 'V', 'nl', '(GMT-02:00) Mid-Atlantic', NULL),
(110, 'V', 'no', '(GMT-02:00) Mid-Atlantic', NULL),
(110, 'V', 'pt', '(GMT-02:00) Meio Atlântico', NULL),
(110, 'V', 'ro', '(GMT-02:00) Mijlocul Atlanticului', NULL),
(110, 'V', 'ru', '(GMT-02:00) Среднеатлантическое время', NULL),
(111, 'O', 'da', 'Usuário SMTP', NULL),
(111, 'O', 'de', 'SMTP Benutzernamen', NULL),
(111, 'O', 'el', 'Όνομα Χρήστη SMTP', NULL),
(111, 'O', 'en', 'SMTP username', NULL),
(111, 'O', 'es', 'SMTP nombre de usuario', NULL),
(111, 'O', 'fr', 'Nom d\'utilisateur SMTP', NULL),
(111, 'O', 'it', 'Nome utente SMTP', NULL),
(111, 'O', 'nl', 'SMTP inlognaam', NULL),
(111, 'O', 'no', 'SMTP brukernavn', NULL),
(111, 'O', 'pt', 'Usuário SMTP', NULL),
(111, 'O', 'ro', 'Utilizator SMTP', NULL),
(111, 'O', 'ru', 'Имя пользователя для SMTP', NULL),
(111, 'V', 'da', '(GMT-03:00) Brasília', NULL),
(111, 'V', 'de', '(GMT-03:00) Brasilia', NULL),
(111, 'V', 'el', '(GMT-03:00) Brasilia', NULL),
(111, 'V', 'en', '(GMT-03:00) Brasilia', NULL),
(111, 'V', 'es', '(GMT-03:00) Brasilia', NULL),
(111, 'V', 'fr', '(GMT-03:00) Brasilia', NULL),
(111, 'V', 'it', '(GMT-03:00) Brasilia', NULL),
(111, 'V', 'nl', '(GMT-03:00) Brasilië', NULL),
(111, 'V', 'no', '(GMT-03:00) Brasilia', NULL),
(111, 'V', 'pt', '(GMT-03:00) Brasília', NULL),
(111, 'V', 'ro', '(GMT-03:00) Brasilia', NULL),
(111, 'V', 'ru', '(GMT-03:00) Бразилия', NULL),
(112, 'O', 'da', 'Senha do SMTP', NULL),
(112, 'O', 'de', 'SMTP Passwort', NULL),
(112, 'O', 'el', 'Κωδικός Πρόσβασης SMTP', NULL),
(112, 'O', 'en', 'SMTP password', NULL),
(112, 'O', 'es', 'SMTP contraseña', NULL),
(112, 'O', 'fr', 'Mot de passe SMTP', NULL),
(112, 'O', 'it', 'Password SMTP', NULL),
(112, 'O', 'nl', 'SMTP wachtwoord', NULL),
(112, 'O', 'no', 'SMTP passord', NULL),
(112, 'O', 'pt', 'Senha do SMTP', NULL),
(112, 'O', 'ro', 'Parolă SMTP', NULL),
(112, 'O', 'ru', 'Пароль для SMTP сервера', NULL),
(112, 'V', 'da', '(GMT-03:00) Buenos Aires, Georgetown', NULL),
(112, 'V', 'de', '(GMT-03:00) Buenos Aires, Georgetown', NULL),
(112, 'V', 'el', '(GMT-03:00) Buenos Aires, Georgetown', NULL),
(112, 'V', 'en', '(GMT-03:00) Buenos Aires, Georgetown', NULL),
(112, 'V', 'es', '(GMT-03:00) Buenos Aires, Georgetown', NULL),
(112, 'V', 'fr', '(GMT-03:00) Buenos Aires, Georgetown', NULL),
(112, 'V', 'it', '(GMT-03:00) Buenos Aires, Georgetown', NULL),
(112, 'V', 'nl', '(GMT-03:00) Buenos Aires, Georgetown', NULL),
(112, 'V', 'no', '(GMT-03:00) Buenos Aires, Georgetown', NULL),
(112, 'V', 'pt', '(GMT-03:00) Buenos Aires, Georgetown', NULL),
(112, 'V', 'ro', '(GMT-03:00) Buenos Aires, Georgetown', NULL),
(112, 'V', 'ru', '(GMT-03:00) Буэнос Айрес, Джорджтаун', NULL),
(113, 'O', 'da', 'Caminho para o programa sendmail', NULL),
(113, 'O', 'de', 'Pfad zum \"Sendmail\" Programm', NULL),
(113, 'O', 'el', 'Διαδρομή για το πρόγραμμα sendmail', NULL),
(113, 'O', 'en', 'Path to sendmail program', NULL),
(113, 'O', 'es', 'Ruta del programa sendmail', NULL),
(113, 'O', 'fr', 'Chemin du programme sendmail', NULL),
(113, 'O', 'it', 'Percorso del programma \'Sendmail\' sul server', NULL),
(113, 'O', 'nl', 'Pad naar sendmail programma', NULL),
(113, 'O', 'no', 'Sti til sendmail program', NULL),
(113, 'O', 'pt', 'Caminho para o programa sendmail', NULL),
(113, 'O', 'ro', 'Rădăcină către programul sendmail', NULL),
(113, 'O', 'ru', 'Путь к программе sendmail', NULL),
(113, 'S', 'da', '', NULL),
(113, 'S', 'de', '', NULL),
(113, 'S', 'el', '', NULL),
(113, 'S', 'en', '', NULL),
(113, 'S', 'es', '', NULL),
(113, 'S', 'fr', '', NULL),
(113, 'S', 'it', '', NULL),
(113, 'S', 'nl', '', NULL),
(113, 'S', 'no', '', NULL),
(113, 'S', 'pt', '', NULL),
(113, 'S', 'ro', '', NULL),
(113, 'S', 'ru', '', NULL),
(113, 'V', 'da', '(GMT-03:00) Groenlândia', NULL),
(113, 'V', 'de', '(GMT-03:00) Grönland', NULL),
(113, 'V', 'el', '(GMT-03:00) Greenland', NULL),
(113, 'V', 'en', '(GMT-03:00) Greenland', NULL),
(113, 'V', 'es', '(GMT-03:00) Groenlandia', NULL),
(113, 'V', 'fr', '(GMT-03:00) Greenland', NULL),
(113, 'V', 'it', '(GMT-03:00) Groenlandia', NULL),
(113, 'V', 'nl', '(GMT-03:00) Groenland', NULL),
(113, 'V', 'no', '(GMT-03:00) Grønland', NULL),
(113, 'V', 'pt', '(GMT-03:00) Groenlândia', NULL),
(113, 'V', 'ro', '(GMT-03:00) Groenlanda', NULL),
(113, 'V', 'ru', '(GMT-03:00) Гринландия', NULL),
(114, 'V', 'da', '(GMT-03:30) Newfoundland', NULL),
(114, 'V', 'de', '(GMT-03:30). Neufundland', NULL),
(114, 'V', 'el', '(GMT-03:30) Newfoundland', NULL),
(114, 'V', 'en', '(GMT-03:30) Newfoundland', NULL),
(114, 'V', 'es', '(GMT-03:30). Newfoundland', NULL),
(114, 'V', 'fr', '(GMT-03:30) Newfoundland', NULL),
(114, 'V', 'it', '(GMT-03:30). Newfoundland', NULL),
(114, 'V', 'nl', '(GMT-03:30) Newfoundland', NULL),
(114, 'V', 'no', '(GMT-03:30) Newfoundland', NULL),
(114, 'V', 'pt', '(GMT-03:30) Newfoundland', NULL),
(114, 'V', 'ro', '(GMT-03:30) Newfoundland', NULL),
(114, 'V', 'ru', '(GMT-03:30) Ньюфаундлэнд', NULL),
(115, 'S', 'da', '', NULL),
(115, 'S', 'de', '', NULL),
(115, 'S', 'el', '', NULL),
(115, 'S', 'en', '', NULL),
(115, 'S', 'es', '', NULL),
(115, 'S', 'fr', '', NULL),
(115, 'S', 'it', '', NULL),
(115, 'S', 'nl', '', NULL),
(115, 'S', 'no', '', NULL),
(115, 'S', 'pt', '', NULL),
(115, 'S', 'ro', '', NULL),
(115, 'S', 'ru', '', NULL),
(115, 'V', 'da', '(GMT-04:00) Hora do Atlântico (Canadá)', NULL),
(115, 'V', 'de', '(GMT-04:00) Atlantik (Kanada)', NULL),
(115, 'V', 'el', '(GMT-04:00) Atlantic Time (Canada)', NULL),
(115, 'V', 'en', '(GMT-04:00) Atlantic Time (Canada)', NULL);
INSERT INTO `partiushop_settings_descriptions` (`object_id`, `object_type`, `lang_code`, `value`, `tooltip`) VALUES
(115, 'V', 'es', '(GMT-04:00) Hora del Atlántico (Canadá)', NULL),
(115, 'V', 'fr', '(GMT-04:00) Atlantic Time (Canada)', NULL),
(115, 'V', 'it', '(GMT-04:00) Atlantic Time (Canada)', NULL),
(115, 'V', 'nl', '(GMT-04:00) Atlantic Time (Canada)', NULL),
(115, 'V', 'no', '(GMT-04:00) Atlantic Time (Canada)', NULL),
(115, 'V', 'pt', '(GMT-04:00) Hora do Atlântico (Canadá)', NULL),
(115, 'V', 'ro', '(GMT-04:00) Timp Atlantic (Canada)', NULL),
(115, 'V', 'ru', '(GMT-04:00) Атлантическое время (Канада)', NULL),
(116, 'O', 'da', 'Exibir preços com impostos nas páginas de categoria e produto se a forma de cálculo dos impostos for baseada no preço de uma unidade', NULL),
(116, 'O', 'de', 'Preise mit Steuren in Kategorie/Produkt Seiten anzeigen, wenn Methode um Steuern auszurechnen auf Einzelpreis basiert ist.', NULL),
(116, 'O', 'el', 'Εμφάνιση τιμών με φόρο στις σελίδες κατηγοριών/προϊόντων , εάν η μέθοδος υπολογισμού των φόρων βασίζεται στην τιμή μίας μονάδας', NULL),
(116, 'O', 'en', 'Display prices with taxes on category/product pages if the method of calculating taxes is based on a unit\'s price', NULL),
(116, 'O', 'es', 'Mostrar precios con impuestos en páginas de categoría/producto', NULL),
(116, 'O', 'fr', 'Afficher prix avec les taxes sur les pages catégorie/produit.', NULL),
(116, 'O', 'it', 'Mostra prezzi con tasse sulle pagine Prodotto/Categoria se il metodo che calcola le tasse è basato sul prezzo unitario', NULL),
(116, 'O', 'nl', 'Toon prijzen met btw op categorie- en productpagina\'s indien het berekenen van de btw is gebaseerd op de eenheidsprijs', NULL),
(116, 'O', 'no', 'Vis priser med moms på kategori/produktsider hvis metoden for beregning av moms er basert på produktets pris', NULL),
(116, 'O', 'pt', 'Exibir preços com impostos nas páginas de categoria e produto se a forma de cálculo dos impostos for baseada no preço de uma unidade', NULL),
(116, 'O', 'ro', 'Afișează prețurile cu taxele pe paginile categorie/produs', NULL),
(116, 'O', 'ru', 'Показывать цену с налогами', NULL),
(116, 'V', 'da', '(GMT-04:00) Caracas, La Paz', NULL),
(116, 'V', 'de', '(GMT-04:00) Caracas, La Paz', NULL),
(116, 'V', 'el', '(GMT-04:00) Caracas, La Paz', NULL),
(116, 'V', 'en', '(GMT-04:00) Caracas, La Paz', NULL),
(116, 'V', 'es', '(GMT-04:00) Caracas, La Paz', NULL),
(116, 'V', 'fr', '(GMT-04:00) Caracas, La Paz', NULL),
(116, 'V', 'it', '(GMT-04:00) Caracas, La Paz', NULL),
(116, 'V', 'nl', '(GMT-04:00) Caracas, La Paz', NULL),
(116, 'V', 'no', '(GMT-04:00) Caracas, La Paz', NULL),
(116, 'V', 'pt', '(GMT-04:00) Caracas, La Paz', NULL),
(116, 'V', 'ro', '(GMT-04:00) Caracas, La Paz', NULL),
(116, 'V', 'ru', '(GMT-04:00) Каракас, Ла-Пас', NULL),
(117, 'O', 'da', 'Altura da imagem', NULL),
(117, 'O', 'de', 'Höhe,px', NULL),
(117, 'O', 'el', 'Υψος εικόνας', NULL),
(117, 'O', 'en', 'Image height', NULL),
(117, 'O', 'es', 'Alto de imagen', NULL),
(117, 'O', 'fr', 'Hauteur de l\'image', NULL),
(117, 'O', 'it', 'Altezza', NULL),
(117, 'O', 'nl', 'Hoogte afbeelding', NULL),
(117, 'O', 'no', 'Bildehøyde', NULL),
(117, 'O', 'pt', 'Altura da imagem', NULL),
(117, 'O', 'ro', 'Înălțime, px', NULL),
(117, 'O', 'ru', 'Высота изображения', NULL),
(117, 'S', 'da', '', NULL),
(117, 'S', 'de', '', NULL),
(117, 'S', 'el', '', NULL),
(117, 'S', 'en', '', NULL),
(117, 'S', 'es', '', NULL),
(117, 'S', 'fr', '', NULL),
(117, 'S', 'it', '', NULL),
(117, 'S', 'nl', '', NULL),
(117, 'S', 'no', '', NULL),
(117, 'S', 'pt', '', NULL),
(117, 'S', 'ro', '', NULL),
(117, 'S', 'ru', '', NULL),
(117, 'V', 'da', '(GMT-04:00) Santiago', NULL),
(117, 'V', 'de', '(GMT-04:00) Santiago', NULL),
(117, 'V', 'el', '(GMT-04:00) Santiago', NULL),
(117, 'V', 'en', '(GMT-04:00) Santiago', NULL),
(117, 'V', 'es', '(GMT-04:00) Santiago', NULL),
(117, 'V', 'fr', '(GMT-04:00) Santiago', NULL),
(117, 'V', 'it', '(GMT-04:00) Santiago', NULL),
(117, 'V', 'nl', '(GMT-04:00) Santiago', NULL),
(117, 'V', 'no', '(GMT-04:00) Santiago', NULL),
(117, 'V', 'pt', '(GMT-04:00) Santiago', NULL),
(117, 'V', 'ro', '(GMT-04:00) Santiago', NULL),
(117, 'V', 'ru', '(GMT-04:00) Сантьяго', NULL),
(118, 'O', 'da', 'Comprimento de caracteres', NULL),
(118, 'O', 'de', 'Anzahl Zeichen', NULL),
(118, 'O', 'el', 'Μήκος συμβολοσειράς', NULL),
(118, 'O', 'en', 'String length', NULL),
(118, 'O', 'es', 'Longitud del código', NULL),
(118, 'O', 'fr', 'Nombre de caractères', NULL),
(118, 'O', 'it', 'Lunghezza stringa', NULL),
(118, 'O', 'nl', 'Tekenreeks lengte', NULL),
(118, 'O', 'no', 'Streng lengde', NULL),
(118, 'O', 'pt', 'Comprimento de caracteres', NULL),
(118, 'O', 'ro', 'Lungimea codului de verificare [caractere]', NULL),
(118, 'O', 'ru', 'Длина строки', NULL),
(118, 'V', 'da', '(GMT-05:00) Bogota, Lima, Quito', NULL),
(118, 'V', 'de', '(GMT-05:00) Bogotá, Lima, Quito', NULL),
(118, 'V', 'el', '(GMT-05:00) Bogota, Lima, Quito', NULL),
(118, 'V', 'en', '(GMT-05:00) Bogota, Lima, Quito', NULL),
(118, 'V', 'es', '(GMT-05:00) Bogotá, Lima, Quito', NULL),
(118, 'V', 'fr', '(GMT-05:00) Bogota, Lima, Quito', NULL),
(118, 'V', 'it', '(GMT-05:00) Bogota, Lima, Quito', NULL),
(118, 'V', 'nl', '(GMT-05:00) Bogota, Lima, Quito', NULL),
(118, 'V', 'no', '(GMT-05:00) Bogota, Lima, Quito', NULL),
(118, 'V', 'pt', '(GMT-05:00) Bogota, Lima, Quito', NULL),
(118, 'V', 'ro', '(GMT-05:00) Bogota, Lima, Quito', NULL),
(118, 'V', 'ru', '(GMT-05:00) Богода, Лима, Кито', NULL),
(119, 'O', 'da', 'Tamanho mínimo da fonte', NULL),
(119, 'O', 'de', 'Minimale Schriftgrösse (Font)', NULL),
(119, 'O', 'el', 'Ελάχιστο μέγεθος της γραμματοσειράς', NULL),
(119, 'O', 'en', 'Minimum font size', NULL),
(119, 'O', 'es', 'Tamaño de fuente mínimo', NULL),
(119, 'O', 'fr', 'Taille minimale de la police', NULL),
(119, 'O', 'it', 'Dimensione font minima', NULL),
(119, 'O', 'nl', 'Minimale tekstgrootte', NULL),
(119, 'O', 'no', 'Minimum font størrelse', NULL),
(119, 'O', 'pt', 'Tamanho mínimo da fonte', NULL),
(119, 'O', 'ro', 'Dimensiunea minimă a fontului', NULL),
(119, 'O', 'ru', 'Минимальный размер шрифта', NULL),
(119, 'S', 'da', 'General', NULL),
(119, 'S', 'de', 'General', NULL),
(119, 'S', 'el', 'General', NULL),
(119, 'S', 'en', 'General', NULL),
(119, 'S', 'es', 'General', NULL),
(119, 'S', 'fr', 'General', NULL),
(119, 'S', 'it', 'General', NULL),
(119, 'S', 'nl', 'General', NULL),
(119, 'S', 'no', 'General', NULL),
(119, 'S', 'pt', 'General', NULL),
(119, 'S', 'ro', 'General', NULL),
(119, 'S', 'ru', 'Основные', NULL),
(119, 'V', 'da', '(GMT-05:00) Hora do leste (EUA e Canadá)', NULL),
(119, 'V', 'de', '(GMT-05:00) Eastern Time (U.S. & Kanada)', NULL),
(119, 'V', 'el', '(GMT-05:00) Eastern Time (US & Canada)', NULL),
(119, 'V', 'en', '(GMT-05:00) Eastern Time (US & Canada)', NULL),
(119, 'V', 'es', '(GMT-05:00) Hora del este (U.S. & Canada)', NULL),
(119, 'V', 'fr', '(GMT-05:00) Eastern Time (US & Canada)', NULL),
(119, 'V', 'it', '(GMT-05:00) Eastern Time (US & Canada)', NULL),
(119, 'V', 'nl', '(GMT-05:00) Oostelijke Tijd (US & Canada)', NULL),
(119, 'V', 'no', '(GMT-05:00) Eastern Time (USA & Canada)', NULL),
(119, 'V', 'pt', '(GMT-05:00) Hora do leste (EUA e Canadá)', NULL),
(119, 'V', 'ro', '(GMT-05:00) Eastern Time (U.S. & Canada)', NULL),
(119, 'V', 'ru', '(GMT-05:00) Восточное время (США и Канада)', NULL),
(120, 'O', 'da', 'Tamanho máximo da fonte', NULL),
(120, 'O', 'de', 'Maximale Schriftgrösse (Font)', NULL),
(120, 'O', 'el', 'Μέγιστο μέγεθος της γραμματοσειράς', NULL),
(120, 'O', 'en', 'Maximum font size', NULL),
(120, 'O', 'es', 'Tamaño de fuente máximo', NULL),
(120, 'O', 'fr', 'Taille maximale de la police', NULL),
(120, 'O', 'it', 'Dimensione font massima', NULL),
(120, 'O', 'nl', 'Maximale tekstgrootte', NULL),
(120, 'O', 'no', 'Maksimum fontstørrelse', NULL),
(120, 'O', 'pt', 'Tamanho máximo da fonte', NULL),
(120, 'O', 'ro', 'Dimensiunea maximă a fontului', NULL),
(120, 'O', 'ru', 'Максимальный размер шрифта', NULL),
(120, 'S', 'da', 'Appearance', NULL),
(120, 'S', 'de', 'Appearance', NULL),
(120, 'S', 'el', 'Appearance', NULL),
(120, 'S', 'en', 'Appearance', NULL),
(120, 'S', 'es', 'Appearance', NULL),
(120, 'S', 'fr', 'Appearance', NULL),
(120, 'S', 'it', 'Appearance', NULL),
(120, 'S', 'nl', 'Appearance', NULL),
(120, 'S', 'no', 'Appearance', NULL),
(120, 'S', 'pt', 'Appearance', NULL),
(120, 'S', 'ro', 'Appearance', NULL),
(120, 'S', 'ru', 'Внешний вид', NULL),
(120, 'V', 'da', '(GMT-05:00) Indiana (øst)', NULL),
(120, 'V', 'de', '(GMT-05:00) Indiana (Ost)', NULL),
(120, 'V', 'el', '(GMT-05:00) Indiana (East)', NULL),
(120, 'V', 'en', '(GMT-05:00) Indiana (East)', NULL),
(120, 'V', 'es', '(GMT-05:00) Indiana (este)', NULL),
(120, 'V', 'fr', '(GMT-05:00) Indiana (East)', NULL),
(120, 'V', 'it', '(GMT-05:00) Indiana (est)', NULL),
(120, 'V', 'nl', '(GMT-05:00) Indiana (Oost)', NULL),
(120, 'V', 'no', '(GMT-05:00) Indiana (Øst)', NULL),
(120, 'V', 'pt', '(GMT-05:00) Indiana (East)', NULL),
(120, 'V', 'ro', '(GMT-05:00) Indiana (est)', NULL),
(120, 'V', 'ru', '(GMT-05:00) Индиана (Восток)', NULL),
(121, 'O', 'da', 'Tipo texto', NULL),
(121, 'O', 'de', 'Zeichentyp', NULL),
(121, 'O', 'el', 'Τύπος συμβλοσειράς', NULL),
(121, 'O', 'en', 'String type', NULL),
(121, 'O', 'es', 'Tipo de código', NULL),
(121, 'O', 'fr', 'Type de caractères', NULL),
(121, 'O', 'it', 'Tipo stringa', NULL),
(121, 'O', 'nl', 'Tekenreeks type', NULL),
(121, 'O', 'no', 'Streng type', NULL),
(121, 'O', 'pt', 'Tipo texto', NULL),
(121, 'O', 'ro', 'Tipul codului de verificare', NULL),
(121, 'O', 'ru', 'Тип строки', NULL),
(121, 'S', 'da', 'Admin panel settings', NULL),
(121, 'S', 'de', 'Admin panel settings', NULL),
(121, 'S', 'el', 'Admin panel settings', NULL),
(121, 'S', 'en', 'Admin panel settings', NULL),
(121, 'S', 'es', 'Admin panel settings', NULL),
(121, 'S', 'fr', 'Admin panel settings', NULL),
(121, 'S', 'it', 'Admin panel settings', NULL),
(121, 'S', 'nl', 'Admin panel settings', NULL),
(121, 'S', 'no', 'Admin panel settings', NULL),
(121, 'S', 'pt', 'Admin panel settings', NULL),
(121, 'S', 'ro', 'Admin panel settings', NULL),
(121, 'S', 'ru', 'Настройки административной панели', NULL),
(121, 'V', 'da', '(GMT-06:00) América Central', NULL),
(121, 'V', 'de', '(GMT-06:00) Zentralamerika', NULL),
(121, 'V', 'el', '(GMT-06:00) Central America', NULL),
(121, 'V', 'en', '(GMT-06:00) Central America', NULL),
(121, 'V', 'es', '(GMT-06:00) América Central', NULL),
(121, 'V', 'fr', '(GMT-06:00) Central America', NULL),
(121, 'V', 'it', '(GMT-06:00) America centrale', NULL),
(121, 'V', 'nl', '(GMT-06:00) Centraal Amerika', NULL),
(121, 'V', 'no', '(GMT-06:00) Sentral-Amerika', NULL),
(121, 'V', 'pt', '(GMT-06:00) América Central', NULL),
(121, 'V', 'ro', '(GMT-06:00) America Centrală', NULL),
(121, 'V', 'ru', '(GMT-06:00) Центральная Америка', NULL),
(122, 'O', 'da', 'Sombras no caráter', NULL),
(122, 'O', 'de', 'Schatten für Schrift', NULL),
(122, 'O', 'el', 'Σκιές  χαρακτήρων', NULL),
(122, 'O', 'en', 'Character shadows', NULL),
(122, 'O', 'es', 'Sombras de carácter', NULL),
(122, 'O', 'fr', 'Ombre sous les caractères', NULL),
(122, 'O', 'it', 'Ombre caratteri', NULL),
(122, 'O', 'nl', 'Karakter schaduwen', NULL),
(122, 'O', 'no', 'Bokstav-skygge', NULL),
(122, 'O', 'pt', 'Sombras no caráter', NULL),
(122, 'O', 'ro', 'Umbre caractere', NULL),
(122, 'O', 'ru', 'Тень у символов', NULL),
(122, 'V', 'da', '(GMT-06:00) Hora central (EUA e Canadá)', NULL),
(122, 'V', 'de', '(GMT-06:00) Central Time (U.S. & Kanada)', NULL),
(122, 'V', 'el', '(GMT-06:00) Central Time (US & Canada)', NULL),
(122, 'V', 'en', '(GMT-06:00) Central Time (US & Canada)', NULL),
(122, 'V', 'es', '(GMT-06:00) Hora central (U.S. & Canada)', NULL),
(122, 'V', 'fr', '(GMT-06:00) Central Time (US & Canada)', NULL),
(122, 'V', 'it', '(GMT-06:00) Central Time (US & Canada)', NULL),
(122, 'V', 'nl', '(GMT-06:00) Centrale Tijd (US & Canada)', NULL),
(122, 'V', 'no', '(GMT-06:00) Central Time (USA & Canada)', NULL),
(122, 'V', 'pt', '(GMT-06:00) Hora central (EUA e Canadá)', NULL),
(122, 'V', 'ro', '(GMT-06:00) Ora centrală (U.S. & Canada)', NULL),
(122, 'V', 'ru', '(GMT-06:00) Центральное время (США и Канада)', NULL),
(123, 'O', 'da', 'Cor', NULL),
(123, 'O', 'de', 'Farbe', NULL),
(123, 'O', 'el', 'Χρώμα', NULL),
(123, 'O', 'en', 'Color', NULL),
(123, 'O', 'es', 'Color', NULL),
(123, 'O', 'fr', 'Couleur', NULL),
(123, 'O', 'it', 'Colore', NULL),
(123, 'O', 'nl', 'Kleur', NULL),
(123, 'O', 'no', 'Farge', NULL),
(123, 'O', 'pt', 'Cor', NULL),
(123, 'O', 'ro', 'Culoare', NULL),
(123, 'O', 'ru', 'Цвет', NULL),
(123, 'S', 'da', '', NULL),
(123, 'S', 'de', '', NULL),
(123, 'S', 'el', '', NULL),
(123, 'S', 'en', '', NULL),
(123, 'S', 'es', '', NULL),
(123, 'S', 'fr', '', NULL),
(123, 'S', 'it', '', NULL),
(123, 'S', 'nl', '', NULL),
(123, 'S', 'no', '', NULL),
(123, 'S', 'pt', '', NULL),
(123, 'S', 'ro', '', NULL),
(123, 'S', 'ru', '', NULL),
(123, 'V', 'da', '(GMT-06:00) Guadalajara, Mexico City, Monterrey', NULL),
(123, 'V', 'de', '(GMT-06:00) Guadalajara, Mexiko-Stadt, Monterrey', NULL),
(123, 'V', 'el', '(GMT-06:00) Guadalajara, Mexico City, Monterrey', NULL),
(123, 'V', 'en', '(GMT-06:00) Guadalajara, Mexico City, Monterrey', NULL),
(123, 'V', 'es', '(GMT-06:00) Ciudad de Guadalajara, México, Monterrey', NULL),
(123, 'V', 'fr', '(GMT-06:00) Guadalajara, Mexico City, Monterrey', NULL),
(123, 'V', 'it', '(GMT-06:00) Guadalajara, città del Messico, Monterrey', NULL),
(123, 'V', 'nl', '(GMT-06:00) Guadalajara, Mexico City, Monterrey', NULL),
(123, 'V', 'no', '(GMT-06:00) Guadalajara, Mexico City, Monterrey', NULL),
(123, 'V', 'pt', '(GMT-06:00) Guadalajara, Mexico City, Monterrey', NULL),
(123, 'V', 'ro', '(GMT-06:00) Guadalajara, Mexico City, Monterrey', NULL),
(123, 'V', 'ru', '(GMT-06:00) Гвадалахара, Мехико, Монтерей', NULL),
(124, 'O', 'da', 'Imagem de fundo', NULL),
(124, 'O', 'de', 'Pfad Hintergrundbild relativ zu CS-Cart Hauptverzeichnis (root directory)', NULL),
(124, 'O', 'el', 'Μονοπάτι προς την εικόνα φόντου (σχετικό με τον CS-Cart root κατάλογο)', NULL),
(124, 'O', 'en', 'Background image', NULL),
(124, 'O', 'es', 'Ruta de la imagen d efondo (relativa al directorio raíz)', NULL),
(124, 'O', 'fr', 'Chemin vers l\'image de fond (relatif au répertoire racine)', NULL),
(124, 'O', 'it', 'Percorso per l\'immagine di sfondo (relativo alla root directory di CS-Cart)', NULL),
(124, 'O', 'nl', 'Pad naar achtergrond afbeelding (relatief aan CS-Cart root map)', NULL),
(124, 'O', 'no', 'Stil til bakgrunnsbilde (relative to CS-Cart root directory)', NULL),
(124, 'O', 'pt', 'Imagem de fundo', NULL),
(124, 'O', 'ro', 'Rădăcina către imaginea de fundal (relativă folder-ului rădăcină a CS-Cart-ului)', NULL),
(124, 'O', 'ru', 'Путь к фоновому изображению', NULL),
(124, 'V', 'da', '(GMT-06:00) Saskatchewan', NULL),
(124, 'V', 'de', '(GMT-06:00) Saskatchewan', NULL),
(124, 'V', 'el', '(GMT-06:00) Saskatchewan', NULL),
(124, 'V', 'en', '(GMT-06:00) Saskatchewan', NULL),
(124, 'V', 'es', '(GMT-06:00) Saskatchewan', NULL),
(124, 'V', 'fr', '(GMT-06:00) Saskatchewan', NULL),
(124, 'V', 'it', '(GMT-06:00) Saskatchewan', NULL),
(124, 'V', 'nl', '(GMT-06:00) Saskatchewan', NULL),
(124, 'V', 'no', '(GMT-06:00) Saskatchewan', NULL),
(124, 'V', 'pt', '(GMT-06:00) Saskatchewan', NULL),
(124, 'V', 'ro', '(GMT-06:00) Saskatchewan', NULL),
(124, 'V', 'ru', '(GMT-06:00) Саскачеван', NULL),
(125, 'O', 'da', 'Número de linhas de grade', NULL),
(125, 'O', 'de', 'Anzahl Linien in Gitter', NULL),
(125, 'O', 'el', 'Αριθμός γραμμών πλέγματος', NULL),
(125, 'O', 'en', 'Number of grid lines', NULL),
(125, 'O', 'es', 'Número de líneas de cuadrícula', NULL),
(125, 'O', 'fr', 'Nombre de ligne de grille', NULL),
(125, 'O', 'it', 'Numero linee griglia', NULL),
(125, 'O', 'nl', 'Aantal roosterlijnen', NULL),
(125, 'O', 'no', 'Antall rutenett-linjer', NULL),
(125, 'O', 'pt', 'Número de linhas de grade', NULL),
(125, 'O', 'ro', 'Numărul linilor de grilă', NULL),
(125, 'O', 'ru', 'Количество линий в сетке', NULL),
(125, 'S', 'da', '', NULL),
(125, 'S', 'de', '', NULL),
(125, 'S', 'el', '', NULL),
(125, 'S', 'en', '', NULL),
(125, 'S', 'es', '', NULL),
(125, 'S', 'fr', '', NULL),
(125, 'S', 'it', '', NULL),
(125, 'S', 'nl', '', NULL),
(125, 'S', 'no', '', NULL),
(125, 'S', 'pt', '', NULL),
(125, 'S', 'ro', '', NULL),
(125, 'S', 'ru', '', NULL),
(125, 'V', 'da', '(GMT-07:00) Arizona', NULL),
(125, 'V', 'de', '(GMT-07:00) Arizona', NULL),
(125, 'V', 'el', '(GMT-07:00) Arizona', NULL),
(125, 'V', 'en', '(GMT-07:00) Arizona', NULL),
(125, 'V', 'es', '(GMT-07:00) Arizona', NULL),
(125, 'V', 'fr', '(GMT-07:00) Arizona', NULL),
(125, 'V', 'it', '(GMT-07:00) Arizona', NULL),
(125, 'V', 'nl', '(GMT-07:00) Arizona', NULL),
(125, 'V', 'no', '(GMT-07:00) Arizona', NULL),
(125, 'V', 'pt', '(GMT-07:00) Arizona', NULL),
(125, 'V', 'ro', '(GMT-07:00) Arizona', NULL),
(125, 'V', 'ru', '(GMT-07:00) Аризона', NULL),
(126, 'O', 'da', 'Cor de grade (código hexadecimal)', NULL),
(126, 'O', 'de', 'Farbe Gitter (hexadecimal code)', NULL),
(126, 'O', 'el', 'Χρώμα πλέγματος(δεκαεξαδικός κωδικός)', NULL),
(126, 'O', 'en', 'Grid color (hexadecimal code)', NULL),
(126, 'O', 'es', 'Color de cuadrícula (código hexadecimal)', NULL),
(126, 'O', 'fr', 'Couleur de la grille (code hexadécimal)', NULL),
(126, 'O', 'it', 'Colore griglia (codice esadecimale)', NULL),
(126, 'O', 'nl', 'Roosterkleur (hexadecimale code)', NULL),
(126, 'O', 'no', 'Rutenett farge (hexadecimal kode)', NULL),
(126, 'O', 'pt', 'Cor de grade (código hexadecimal)', NULL),
(126, 'O', 'ro', 'Culoarea grilei (cod hexazecimal)', NULL),
(126, 'O', 'ru', 'Цвет сетки (шестнадцатеричный код)', NULL),
(126, 'V', 'da', '(GMT-07:00) Chihuahua, Mazatlan', NULL),
(126, 'V', 'de', '(GMT-07:00) Chihuahua, Mazatlan', NULL),
(126, 'V', 'el', '(GMT-07:00) Chihuahua, Mazatlan', NULL),
(126, 'V', 'en', '(GMT-07:00) Chihuahua, Mazatlan', NULL),
(126, 'V', 'es', '(GMT-07:00) Chihuahua, Mazatlan', NULL),
(126, 'V', 'fr', '(GMT-07:00) Chihuahua, Mazatlan', NULL),
(126, 'V', 'it', '(GMT-07:00) Chihuahua, Mazatlan', NULL),
(126, 'V', 'nl', '(GMT-07:00) Chihuahua, Mazatlan', NULL),
(126, 'V', 'no', '(GMT-07:00) Chihuahua, Mazatlan', NULL),
(126, 'V', 'pt', '(GMT-07:00) Chihuahua, Mazatlan', NULL),
(126, 'V', 'ro', '(GMT-07:00) Chihuahua, Mazatlan', NULL),
(126, 'V', 'ru', '(GMT-07:00) Chihuahua, Mazatlan', NULL),
(127, 'S', 'da', '', NULL),
(127, 'S', 'de', '', NULL),
(127, 'S', 'el', '', NULL),
(127, 'S', 'en', '', NULL),
(127, 'S', 'es', '', NULL),
(127, 'S', 'fr', '', NULL),
(127, 'S', 'it', '', NULL),
(127, 'S', 'nl', '', NULL),
(127, 'S', 'no', '', NULL),
(127, 'S', 'pt', '', NULL),
(127, 'S', 'ro', '', NULL),
(127, 'S', 'ru', '', NULL),
(127, 'V', 'da', '(GMT-07:00) Hora das montanhas (U.S. & Canadá)', NULL),
(127, 'V', 'de', '(GMT-07:00) Mountain Standard Time (U.S. & Kanada)', NULL),
(127, 'V', 'el', '(GMT-07:00) Mountain Time (US & Canada)', NULL),
(127, 'V', 'en', '(GMT-07:00) Mountain Time (US & Canada)', NULL),
(127, 'V', 'es', '(GMT-07:00) Tiempo de la montaña (U.S. & Canada)', NULL),
(127, 'V', 'fr', '(GMT-07:00) Mountain Time (US & Canada)', NULL),
(127, 'V', 'it', '(GMT-07:00) Mountain Time (US & Canada)', NULL),
(127, 'V', 'nl', '(GMT-07:00) Mountain Time (US & Canada)', NULL),
(127, 'V', 'no', '(GMT-07:00) Mountain Time (USA & Canada)', NULL),
(127, 'V', 'pt', '(GMT-07:00) Hora das montanhas (U.S. & Canadá)', NULL),
(127, 'V', 'ro', '(GMT-07:00) Timp de munte (U.S. & Canada)', NULL),
(127, 'V', 'ru', '(GMT-07:00) Горное время (США и Канада)', NULL),
(128, 'V', 'da', '(GMT-08:00) Hora do Pacífico (U.S. & Canadá); Tijuana', NULL),
(128, 'V', 'de', '(GMT-08:00) Pacific Time (U.S. & Kanada); Tijuana', NULL),
(128, 'V', 'el', '(GMT-08:00) Pacific Time (US & Canada); Tijuana', NULL),
(128, 'V', 'en', '(GMT-08:00) Pacific Time (US & Canada); Tijuana', NULL),
(128, 'V', 'es', '(GMT-08:00) Hora del Pacífico (U.S. & Canada); Tijuana', NULL),
(128, 'V', 'fr', '(GMT-08:00) Pacific Time (US & Canada); Tijuana', NULL),
(128, 'V', 'it', '(GMT-08:00) Pacific Time (U.S. & Canada); Tijuana', NULL),
(128, 'V', 'nl', '(GMT-08:00) Pacific Time (US & Canada); Tijuana', NULL),
(128, 'V', 'no', '(GMT-08:00) Pacific Time (USA & Canada); Tijuana', NULL),
(128, 'V', 'pt', '(GMT-08:00) Hora do Pacífico (U.S. & Canadá); Tijuana', NULL),
(128, 'V', 'ro', '(GMT-08:00) Ora Pacificului (U.S. & Canada); Tijuana', NULL),
(128, 'V', 'ru', '(GMT-08:00) Тихоокеанское время (США и Канада); Тигуана', NULL),
(129, 'S', 'da', '', NULL),
(129, 'S', 'de', '', NULL),
(129, 'S', 'el', '', NULL),
(129, 'S', 'en', '', NULL),
(129, 'S', 'es', '', NULL),
(129, 'S', 'fr', '', NULL),
(129, 'S', 'it', '', NULL),
(129, 'S', 'nl', '', NULL),
(129, 'S', 'no', '', NULL),
(129, 'S', 'pt', '', NULL),
(129, 'S', 'ro', '', NULL),
(129, 'S', 'ru', '', NULL),
(129, 'V', 'da', '(GMT-09:00) Alaska', NULL),
(129, 'V', 'de', '(GMT-09:00) Alaska', NULL),
(129, 'V', 'el', '(GMT-09:00) Alaska', NULL),
(129, 'V', 'en', '(GMT-09:00) Alaska', NULL),
(129, 'V', 'es', '(GMT-09:00) Alaska', NULL),
(129, 'V', 'fr', '(GMT-09:00) Alaska', NULL),
(129, 'V', 'it', '(GMT-09:00) Alaska', NULL),
(129, 'V', 'nl', '(GMT-09:00) Alaska', NULL),
(129, 'V', 'no', '(GMT-09:00) Alaska', NULL),
(129, 'V', 'pt', '(GMT-09:00) Alaska', NULL),
(129, 'V', 'ro', '(GMT-09:00) Alaska', NULL),
(129, 'V', 'ru', '(GMT-09:00) Аляска', NULL),
(130, 'V', 'da', '(GMT-10:00) Hawaii', NULL),
(130, 'V', 'de', '(GMT-10:00) Hawaii', NULL),
(130, 'V', 'el', '(GMT-10:00) Hawaii', NULL),
(130, 'V', 'en', '(GMT-10:00) Hawaii', NULL),
(130, 'V', 'es', '(GMT-10:00) Hawaii', NULL),
(130, 'V', 'fr', '(GMT-10:00) Hawaii', NULL),
(130, 'V', 'it', '(GMT-10:00) Hawaii', NULL),
(130, 'V', 'nl', '(GMT-10:00) Hawaii', NULL),
(130, 'V', 'no', '(GMT-10:00) Hawaii', NULL),
(130, 'V', 'pt', '(GMT-10:00) Hawaii', NULL),
(130, 'V', 'ro', '(GMT-10:00) Hawaii', NULL),
(130, 'V', 'ru', '(GMT-10:00) Гаваи', NULL),
(131, 'S', 'da', '', NULL),
(131, 'S', 'de', '', NULL),
(131, 'S', 'el', '', NULL),
(131, 'S', 'en', '', NULL),
(131, 'S', 'es', '', NULL),
(131, 'S', 'fr', '', NULL),
(131, 'S', 'it', '', NULL),
(131, 'S', 'nl', '', NULL),
(131, 'S', 'no', '', NULL),
(131, 'S', 'pt', '', NULL),
(131, 'S', 'ro', '', NULL),
(131, 'S', 'ru', '', NULL),
(131, 'V', 'da', '(GMT-11:00) Samoa', NULL),
(131, 'V', 'de', '(GMT-11:00) Samoa', NULL),
(131, 'V', 'el', '(GMT-11:00) Samoa', NULL),
(131, 'V', 'en', '(GMT-11:00) Samoa', NULL),
(131, 'V', 'es', '(GMT-11:00) Samoa', NULL),
(131, 'V', 'fr', '(GMT-11:00) Samoa', NULL),
(131, 'V', 'it', '(GMT-11:00) Samoa', NULL),
(131, 'V', 'nl', '(GMT-11:00) Samoa', NULL),
(131, 'V', 'no', '(GMT-11:00) Samoa', NULL),
(131, 'V', 'pt', '(GMT-11:00) Samoa', NULL),
(131, 'V', 'ro', '(GMT-11:00) Samoa', NULL),
(131, 'V', 'ru', '(GMT-11:00) Samoa', NULL),
(132, 'V', 'da', '(GMT+12:00) Kamchatka, Ilhas Marshall', NULL),
(132, 'V', 'de', '(GMT-12:00) International Date Line West', NULL),
(132, 'V', 'el', '(GMT-12:00) International Date Line West', NULL),
(132, 'V', 'en', '(GMT+12:00) Kamchatka, Marshall Is.', NULL),
(132, 'V', 'es', '(GMT-12:00) Línea de fecha internacional del oeste', NULL),
(132, 'V', 'fr', '(GMT-12:00) International Date Line West', NULL),
(132, 'V', 'it', '(GMT-12:00) International Date Line West', NULL),
(132, 'V', 'nl', '(GMT-12:00) International Date Line West', NULL),
(132, 'V', 'no', '(GMT-12:00) International Date Line West', NULL),
(132, 'V', 'pt', '(GMT+12:00) Kamchatka, Ilhas Marshall', NULL),
(132, 'V', 'ro', '(GMT-12:00) International data Line West', NULL),
(132, 'V', 'ru', '(GMT-12:00) Международная линия перемены дат (Запад)', NULL),
(133, 'O', 'da', 'Largura da imagem', NULL),
(133, 'O', 'de', 'Breite,px', NULL),
(133, 'O', 'el', 'Πλάτος εικόνας', NULL),
(133, 'O', 'en', 'Image width', NULL),
(133, 'O', 'es', 'Ancho de imagen', NULL),
(133, 'O', 'fr', 'Largeur de l\'image', NULL),
(133, 'O', 'it', 'Larghezza', NULL),
(133, 'O', 'nl', 'Breedte afbeelding', NULL),
(133, 'O', 'no', 'Bildebredde', NULL),
(133, 'O', 'pt', 'Largura da imagem', NULL),
(133, 'O', 'ro', 'Lățime, px', NULL),
(133, 'O', 'ru', 'Ширина изображения', NULL),
(133, 'S', 'da', '', NULL),
(133, 'S', 'de', '', NULL),
(133, 'S', 'el', '', NULL),
(133, 'S', 'en', '', NULL),
(133, 'S', 'es', '', NULL),
(133, 'S', 'fr', '', NULL),
(133, 'S', 'it', '', NULL),
(133, 'S', 'nl', '', NULL),
(133, 'S', 'no', '', NULL),
(133, 'S', 'pt', '', NULL),
(133, 'S', 'ro', '', NULL),
(133, 'S', 'ru', '', NULL),
(133, 'V', 'da', '(GMT+10:00) Vladivostok', NULL),
(133, 'V', 'de', '(GMT+10:00) Vladivostok', NULL),
(133, 'V', 'el', '(GMT+10:00) Vladivostok', NULL),
(133, 'V', 'en', '(GMT+10:00) Vladivostok', NULL),
(133, 'V', 'es', '(GMT+10:00) Vladivostok', NULL),
(133, 'V', 'fr', '(GMT+10:00) Vladivostok', NULL),
(133, 'V', 'it', '(GMT+10:00) Vladivostok', NULL),
(133, 'V', 'nl', '(GMT+10:00) Vladivostok', NULL),
(133, 'V', 'no', '(GMT+10:00) Vladivostok', NULL),
(133, 'V', 'pt', '(GMT+10:00) Vladivostok', NULL),
(133, 'V', 'ro', '(GMT + 10:00) Vladivostok', NULL),
(133, 'V', 'ru', '(GMT+10:00) Владивосток', NULL),
(134, 'O', 'da', 'Não use a verificação se o usuário estiver logado', NULL),
(134, 'O', 'de', 'Verifizierung nicht benutzen wenn Benutzer schon angemeldet ist', NULL),
(134, 'O', 'el', 'Μην χρησιμοποιείτε την επαλήθευση αν ο χρήστης είναι συνδεδεμένος', NULL),
(134, 'O', 'en', 'Do not use verification if user is logged in', NULL),
(134, 'O', 'es', 'No use la verificación si el usuario ha accedido a la tienda', NULL),
(134, 'O', 'fr', 'Ne pas utiliser la vérification si l\'utilisateur est connecté', NULL),
(134, 'O', 'it', 'Non utilizzare verifica se l\'utente ha già effetuato l\'accesso', NULL),
(134, 'O', 'nl', 'Gebruik geen verificatie indien gebruiker ingelogd is', NULL),
(134, 'O', 'no', 'Ikke bruk verifisering hvis brukeren er logget inn', NULL),
(134, 'O', 'pt', 'Não use a verificação se o usuário estiver logado', NULL),
(134, 'O', 'ro', 'Nu folosi verificarea dacă utilizatorul este autentificat', NULL),
(134, 'O', 'ru', 'Отключить антибот для авторизированных пользователей', NULL),
(134, 'V', 'da', '(GMT+11:00) Magadã, Ilhas Salomão, Nova Caledônia', NULL),
(134, 'V', 'de', '(GMT+11:00) Magadan, Solomon Inseln, Neukaledonien', NULL),
(134, 'V', 'el', '(GMT+11:00) Magadan, Solomon Is., New Caledonia', NULL),
(134, 'V', 'en', '(GMT+11:00) Magadan, Solomon Is., New Caledonia', NULL),
(134, 'V', 'es', '(GMT+11:00) Magadan, Solomon Is., New Caledonia', NULL),
(134, 'V', 'fr', '(GMT+11:00) Magadan, Solomon Is., New Caledonia', NULL),
(134, 'V', 'it', '(GMT+11:00) Magadan, Solomon Is., New Caledonia', NULL),
(134, 'V', 'nl', '(GMT+11:00) Magadan, Solomon Is., New Caledonia', NULL),
(134, 'V', 'no', '(GMT+11:00) Magadan, Solomonøyene, New Caledonia', NULL),
(134, 'V', 'pt', '(GMT+11:00) Magadã, Ilhas Salomão, Nova Caledônia', NULL),
(134, 'V', 'ro', '(GMT + 11:00) Magadan, Solomon Is., Noua Caledonie', NULL),
(134, 'V', 'ru', '(GMT+11:00) Магадан, Соломоновы острова, Новая Каледония', NULL),
(135, 'S', 'da', '', NULL),
(135, 'S', 'de', '', NULL),
(135, 'S', 'el', '', NULL),
(135, 'S', 'en', '', NULL),
(135, 'S', 'es', '', NULL),
(135, 'S', 'fr', '', NULL),
(135, 'S', 'it', '', NULL),
(135, 'S', 'nl', '', NULL),
(135, 'S', 'no', '', NULL),
(135, 'S', 'pt', '', NULL),
(135, 'S', 'ro', '', NULL),
(135, 'S', 'ru', '', NULL),
(135, 'V', 'da', '(GMT+12:00) Auckland, Wellington', NULL),
(135, 'V', 'de', '(GMT+12:00) Auckland, Wellington', NULL),
(135, 'V', 'el', '(GMT+12:00) Auckland, Wellington', NULL),
(135, 'V', 'en', '(GMT+12:00) Auckland, Wellington', NULL),
(135, 'V', 'es', '(GMT+12:00) Auckland, Wellington', NULL),
(135, 'V', 'fr', '(GMT+12:00) Auckland, Wellington', NULL),
(135, 'V', 'it', '(GMT+12:00) Auckland, Wellington', NULL),
(135, 'V', 'nl', '(GMT+12:00) Auckland, Wellington', NULL),
(135, 'V', 'no', '(GMT+12:00) Auckland, Wellington', NULL),
(135, 'V', 'pt', '(GMT+12:00) Auckland, Wellington', NULL),
(135, 'V', 'ro', '(GMT + 12:00) Auckland, Wellington', NULL),
(135, 'V', 'ru', '(GMT+12:00) Окленд, Веллингтон', NULL),
(136, 'V', 'da', '(GMT+12:00) Fiji', NULL),
(136, 'V', 'de', '(GMT+12:00) Fiji', NULL),
(136, 'V', 'el', '(GMT+12:00) Fiji', NULL),
(136, 'V', 'en', '(GMT+12:00) Fiji', NULL),
(136, 'V', 'es', '(GMT+12:00) Fiyi', NULL),
(136, 'V', 'fr', '(GMT+12:00) Fiji', NULL),
(136, 'V', 'it', '(GMT+12:00) Fiji', NULL),
(136, 'V', 'nl', '(GMT+12:00) Fiji', NULL),
(136, 'V', 'no', '(GMT+12:00) Fiji', NULL),
(136, 'V', 'pt', '(GMT+12:00) Fiji', NULL),
(136, 'V', 'ro', '(GMT+12:00) Fiji', NULL),
(136, 'V', 'ru', '(GMT+12:00) Фиджи', NULL),
(137, 'S', 'da', '', NULL),
(137, 'S', 'de', '', NULL),
(137, 'S', 'el', '', NULL),
(137, 'S', 'en', '', NULL),
(137, 'S', 'es', '', NULL),
(137, 'S', 'fr', '', NULL),
(137, 'S', 'it', '', NULL),
(137, 'S', 'nl', '', NULL),
(137, 'S', 'no', '', NULL),
(137, 'S', 'pt', '', NULL),
(137, 'S', 'ro', '', NULL),
(137, 'S', 'ru', '', NULL),
(137, 'V', 'da', '(GMT+13:00) Nuku\'alofa', NULL),
(137, 'V', 'de', '(GMT+13:00) Nuku\'alofa', NULL),
(137, 'V', 'el', '(GMT+13:00) Nuku\'alofa', NULL),
(137, 'V', 'en', '(GMT+13:00) Nuku\'alofa', NULL),
(137, 'V', 'es', '(GMT+13:00) Nuku\'alofa', NULL),
(137, 'V', 'fr', '(GMT+13:00) Nuku\'alofa', NULL),
(137, 'V', 'it', '(GMT+13:00) Nuku\'alofa', NULL),
(137, 'V', 'nl', '(GMT+13:00) Nuku\'alofa', NULL),
(137, 'V', 'no', '(GMT+13:00) Nuku\'alofa', NULL),
(137, 'V', 'pt', '(GMT+13:00) Nuku\'alofa', NULL),
(137, 'V', 'ro', '(GMT+13:00) Nuku\'alofa', NULL),
(137, 'V', 'ru', '(GMT+13:00) Ноквалофа', NULL),
(138, 'O', 'da', 'Usar para', NULL),
(138, 'O', 'de', 'Verwendung für', NULL),
(138, 'O', 'el', 'Χρήση για', NULL),
(138, 'O', 'en', 'Use for', NULL),
(138, 'O', 'es', 'Usar para', NULL),
(138, 'O', 'fr', 'Utiliser pour', NULL),
(138, 'O', 'it', 'Utilizzare per', NULL),
(138, 'O', 'nl', 'Gebruik voor', NULL),
(138, 'O', 'no', 'Bruk for', NULL),
(138, 'O', 'pt', 'Usar para', NULL),
(138, 'O', 'ro', 'Utilizați pentru', NULL),
(138, 'O', 'ru', 'Использовать для', NULL),
(138, 'V', 'da', 'Criar', NULL),
(138, 'V', 'de', 'Erstellen', NULL),
(138, 'V', 'el', 'Δημιουργία', NULL),
(138, 'V', 'en', 'Create', NULL),
(138, 'V', 'es', 'Crear', NULL),
(138, 'V', 'fr', 'Create', NULL),
(138, 'V', 'it', 'Crea', NULL),
(138, 'V', 'nl', 'Maken', NULL),
(138, 'V', 'no', 'Opprett', NULL),
(138, 'V', 'pt', 'Criar', NULL),
(138, 'V', 'ro', 'Crea', NULL),
(138, 'V', 'ru', 'Создать', NULL),
(139, 'O', 'da', 'Fuso horário', NULL),
(139, 'O', 'de', 'Zeitzone', NULL),
(139, 'O', 'el', 'Ζώνη ώρας', NULL),
(139, 'O', 'en', 'Time zone', NULL),
(139, 'O', 'es', 'Zona horaria', NULL),
(139, 'O', 'fr', 'Fuseau horaire', NULL),
(139, 'O', 'it', 'Fuso orario', NULL),
(139, 'O', 'nl', 'Tijdzone', NULL),
(139, 'O', 'no', 'Tidssone', NULL),
(139, 'O', 'pt', 'Fuso horário', NULL),
(139, 'O', 'ro', 'Fus orar', NULL),
(139, 'O', 'ru', 'Часовой пояс', NULL),
(139, 'S', 'da', 'Geral', NULL),
(139, 'S', 'de', 'Allgemein', NULL),
(139, 'S', 'el', 'Γενικά', NULL),
(139, 'S', 'en', 'General', NULL),
(139, 'S', 'es', 'General', NULL),
(139, 'S', 'fr', 'Général', NULL),
(139, 'S', 'it', 'Generale', NULL),
(139, 'S', 'nl', 'Algemeen', NULL),
(139, 'S', 'no', 'Generelt', NULL),
(139, 'S', 'pt', 'Geral', NULL),
(139, 'S', 'ro', 'General', NULL),
(139, 'S', 'ru', 'Общие', NULL),
(139, 'V', 'da', 'Remover', NULL),
(139, 'V', 'de', 'Löschen', NULL),
(139, 'V', 'el', 'Διαγραφή', NULL),
(139, 'V', 'en', 'Delete', NULL),
(139, 'V', 'es', 'Eliminar', NULL),
(139, 'V', 'fr', 'Delete', NULL),
(139, 'V', 'it', 'Elimina', NULL),
(139, 'V', 'nl', 'Verwijderen', NULL),
(139, 'V', 'no', 'Slett', NULL),
(139, 'V', 'pt', 'Remover', NULL),
(139, 'V', 'ro', 'Ştergeţi', NULL),
(139, 'V', 'ru', 'Удалить', NULL),
(140, 'O', 'da', 'Estimar o custo de frete na página do carrinho', NULL),
(140, 'O', 'de', 'Auf der Warenkorb Seite, Versandkosten abschätzen', NULL),
(140, 'O', 'el', 'Εκτίμηση εξόδων αποστολής στην σελίδα καλάθι', NULL),
(140, 'O', 'en', 'Estimate shipping cost on cart page', NULL),
(140, 'O', 'es', 'Calcular gastos de envío en la página del carro', NULL),
(140, 'O', 'fr', 'Estimation des coûts d\'envoi dans la page panier', NULL),
(140, 'O', 'it', 'Anteprima spese di spedizione nella pagina carrello', NULL),
(140, 'O', 'nl', 'Schat de verzendkosten bij afrekenen', NULL),
(140, 'O', 'no', 'Anslå fraktkostnader på handlevogn-siden', NULL),
(140, 'O', 'pt', 'Estimar o custo de frete na página do carrinho', NULL),
(140, 'O', 'ro', 'Estimează costul transportului', NULL),
(140, 'O', 'ru', 'Вычислять приблизительную стоимость доставки на странице корзины', NULL),
(140, 'V', 'da', 'Atualizar', NULL),
(140, 'V', 'de', 'Aktualisieren', NULL),
(140, 'V', 'el', 'Ανανέωση', NULL),
(140, 'V', 'en', 'Update', NULL),
(140, 'V', 'es', 'Actualización', NULL),
(140, 'V', 'fr', 'Update', NULL),
(140, 'V', 'it', 'Aggiorna', NULL),
(140, 'V', 'nl', 'Update', NULL),
(140, 'V', 'no', 'Oppdater', NULL),
(140, 'V', 'pt', 'Atualizar', NULL),
(140, 'V', 'ro', 'Actualizați', NULL),
(140, 'V', 'ru', 'Обновить', NULL),
(141, 'O', 'da', 'Offer guest to create an account after successful order', NULL),
(141, 'O', 'de', 'Offer guest to create an account after successful order', NULL),
(141, 'O', 'el', 'Προσφέρετε τη δυνατότητα στους επισκεπτες να δημιουργήσουν εναν λογαριασμό, μετά την παραγγελία', NULL),
(141, 'O', 'en', 'Offer guest to create an account after successful order', NULL),
(141, 'O', 'es', 'Permitir que un invitado cree una cuenta después de completar un pedido', NULL),
(141, 'O', 'fr', 'donner la possibilité à un client non inscrit de créer son compte après une première commande réussie', NULL),
(141, 'O', 'it', 'Consenti agli ospiti di registrarsi dopo la conclusione dell\'ordine', NULL),
(141, 'O', 'nl', 'Geef bezoekers na het plaatsen van een bestelling de mogelijkheid een profiel aan te maken', NULL),
(141, 'O', 'no', 'Tilby gjester å opprette en konto etter en vellykket bestilling', NULL),
(141, 'O', 'pt', 'Offer guest to create an account after successful order', NULL),
(141, 'O', 'ro', 'Periteți oaspeților să-și creeze un cont după plasarea comenzii cu succes', NULL),
(141, 'O', 'ru', 'Предложить покупателям создавать учетную запись после оплаченного заказа', NULL),
(141, 'S', 'da', 'Geral', NULL),
(141, 'S', 'de', 'General', NULL),
(141, 'S', 'el', 'Γενικά', NULL),
(141, 'S', 'en', 'General', NULL),
(141, 'S', 'es', 'General', NULL),
(141, 'S', 'fr', 'Général', NULL),
(141, 'S', 'it', 'General', NULL),
(141, 'S', 'nl', 'Algemeen', NULL),
(141, 'S', 'no', 'General', NULL),
(141, 'S', 'pt', 'Geral', NULL),
(141, 'S', 'ro', 'General', NULL),
(141, 'S', 'ru', 'Общие', NULL),
(141, 'V', 'da', 'Alterar', NULL),
(141, 'V', 'de', 'Change', NULL),
(141, 'V', 'el', 'Αλλαγή', NULL),
(141, 'V', 'en', 'Change', NULL),
(141, 'V', 'es', 'Cambio', NULL),
(141, 'V', 'fr', 'Modifier', NULL),
(141, 'V', 'it', 'Modifica', NULL),
(141, 'V', 'nl', 'Wijzigen', NULL),
(141, 'V', 'no', 'Endre', NULL),
(141, 'V', 'pt', 'Alterar', NULL),
(141, 'V', 'ro', 'Schimbați', NULL),
(141, 'V', 'ru', 'Изменения', NULL),
(142, 'V', 'da', 'Criar', NULL),
(142, 'V', 'de', 'Erstellen', NULL),
(142, 'V', 'el', 'Δημιουργία', NULL),
(142, 'V', 'en', 'Create', NULL),
(142, 'V', 'es', 'Crear', NULL),
(142, 'V', 'fr', 'Create', NULL),
(142, 'V', 'it', 'Crea', NULL),
(142, 'V', 'nl', 'Aanmaken', NULL),
(142, 'V', 'no', 'Opprett', NULL),
(142, 'V', 'pt', 'Criar', NULL),
(142, 'V', 'ro', 'Crea', NULL),
(142, 'V', 'ru', 'Создать', NULL),
(143, 'V', 'da', 'Remover', NULL),
(143, 'V', 'de', 'Löschen', NULL),
(143, 'V', 'el', 'Διαγραφή', NULL),
(143, 'V', 'en', 'Delete', NULL),
(143, 'V', 'es', 'Eliminar', NULL),
(143, 'V', 'fr', 'Delete', NULL),
(143, 'V', 'it', 'Elimina', NULL),
(143, 'V', 'nl', 'Verwijderen', NULL),
(143, 'V', 'no', 'Slett', NULL),
(143, 'V', 'pt', 'Remover', NULL),
(143, 'V', 'ro', 'Ştergeţi', NULL),
(143, 'V', 'ru', 'Удалить', NULL),
(144, 'V', 'da', 'Atualizar', NULL),
(144, 'V', 'de', 'Aktualisieren', NULL),
(144, 'V', 'el', 'Ανανέωση', NULL),
(144, 'V', 'en', 'Update', NULL),
(144, 'V', 'es', 'Actualización', NULL),
(144, 'V', 'fr', 'Update', NULL),
(144, 'V', 'it', 'Aggiorna', NULL),
(144, 'V', 'nl', 'Wijzigen', NULL),
(144, 'V', 'no', 'Oppdater', NULL),
(144, 'V', 'pt', 'Atualizar', NULL),
(144, 'V', 'ro', 'Actualizare', NULL),
(144, 'V', 'ru', 'Обновить', NULL),
(145, 'O', 'da', 'Exibir preços com impostos nas páginas de carrinho e checkout se a forma de cálculo dos impostos for baseada no preço de uma unidade', NULL),
(145, 'O', 'de', 'Preise mit Steuren in Warenkorb/Kasse (checkout) Seiten anzeigen, wenn Methode um Steuern auszurechnen auf Einzelpreis basiert ist.', NULL),
(145, 'O', 'el', 'Εμφάνιση τιμών με τον φόρο στις σελίδες καλάθι/ταμείο , εάν η μέθοδος υπολογισμού των φόρων βασίζεται στην τιμή μίας μονάδας', NULL),
(145, 'O', 'en', 'Display prices with taxes on cart/checkout pages if the method of calculating taxes is based on a unit\'s price', NULL),
(145, 'O', 'es', 'Mostrar precios con impuestos en páginas de carro/comprobación', NULL),
(145, 'O', 'fr', 'Afficher prix avec les taxes sur les pages caddie/commander', NULL),
(145, 'O', 'it', 'Mostra prezzi con tasse sulle pagine Carrello/Cassa se il metodo che calcola le tasse è basato sul prezzo unitario', NULL),
(145, 'O', 'nl', 'Toon prijzen met btw tijdens het afrekenen indien de methode voor het berekenen van btw is gebaseerd op prijs per eenheid', NULL),
(145, 'O', 'no', 'Vis priser med moms på handlevogn/Sjekk-ut-sidene hvis metoden for beregning av moms er basert på produktets pris', NULL),
(145, 'O', 'pt', 'Exibir preços com impostos nas páginas de carrinho e checkout se a forma de cálculo dos impostos for baseada no preço de uma unidade', NULL),
(145, 'O', 'ro', 'Afișează prețurile cu taxe pe paginile coșului / de procesare', NULL),
(145, 'O', 'ru', 'Показывать цену с налогами на странице корзины/оформления заказа', NULL),
(145, 'V', 'da', 'Sessão', NULL),
(145, 'V', 'de', 'Sitzung', NULL),
(145, 'V', 'el', 'Συνεδρία', NULL),
(145, 'V', 'en', 'Session', NULL),
(145, 'V', 'es', 'Sesion', NULL),
(145, 'V', 'fr', 'Session', NULL),
(145, 'V', 'it', 'Sessione', NULL),
(145, 'V', 'nl', 'Sessie', NULL),
(145, 'V', 'no', 'Session', NULL),
(145, 'V', 'pt', 'Sessão', NULL),
(145, 'V', 'ro', 'Sesiune', NULL),
(145, 'V', 'ru', 'Сессия', NULL),
(146, 'O', 'da', 'Exibir quantidade de produtos disponíveis', NULL),
(146, 'O', 'de', 'Anzahl der verfügbaren Produkte anzeigen', NULL),
(146, 'O', 'el', 'Εμφάνιση αριθμού διαθέσιμων προϊόντων', NULL),
(146, 'O', 'en', 'Show number of available products', NULL),
(146, 'O', 'es', 'Mostrar número de productos disponibles', NULL),
(146, 'O', 'fr', 'Montrer le nombre de produits disponibles', NULL),
(146, 'O', 'it', 'Mostra la quantità di prodotti disponibili', NULL),
(146, 'O', 'nl', 'Toon het aantal beschikbare producten', NULL),
(146, 'O', 'no', 'Vis antall tilgjengelige produkter', NULL),
(146, 'O', 'pt', 'Exibir quantidade de produtos disponíveis', NULL),
(146, 'O', 'ro', 'Afișează În stoca ca și câmp', NULL),
(146, 'O', 'ru', 'Показывать количество доступных товаров', NULL),
(146, 'V', 'da', 'Logins com falha', NULL),
(146, 'V', 'de', 'Failed logins', NULL),
(146, 'V', 'el', 'Ανεπιτυχείς είσοδοι', NULL),
(146, 'V', 'en', 'Failed logins', NULL),
(146, 'V', 'es', 'Inicios de sesión fallidos', NULL),
(146, 'V', 'fr', 'Failed logins', NULL),
(146, 'V', 'it', 'accessi falliti', NULL),
(146, 'V', 'nl', 'Mislukte Aanmeldingen', NULL),
(146, 'V', 'no', 'Mislykkede pålogginger', NULL),
(146, 'V', 'pt', 'Logins com falha', NULL),
(146, 'V', 'ro', 'Autentificări eșuate', NULL),
(146, 'V', 'ru', 'Неудачные попытки входа', NULL),
(147, 'O', 'da', 'Exibir imagens de mini miniatura como uma galeria', NULL),
(147, 'O', 'de', 'Kleine Miniaturbilder (mini thumbnails) als Gallerie anzeigen', NULL),
(147, 'O', 'el', 'Εμφάνιση των μίνι μικρογραφιών(thumbnail images) ως γκαλερί', NULL),
(147, 'O', 'en', 'Display mini thumbnail images as a gallery', NULL),
(147, 'O', 'es', 'Mostrar miniaturas de imagen como una galería', NULL),
(147, 'O', 'fr', 'Afficher les images vignettes en gallerie', NULL),
(147, 'O', 'it', 'Visualizzare le miniature immagini piccole come galleria', NULL),
(147, 'O', 'nl', 'Toon kleine miniaturen als een gallerij', NULL),
(147, 'O', 'no', 'Vis mini miniatyrbilder som et galleri', NULL),
(147, 'O', 'pt', 'Exibir imagens de mini miniatura como uma galeria', NULL),
(147, 'O', 'ro', 'Afișați imaginile din mini pictogramă ca o galerie', NULL),
(147, 'O', 'ru', 'Показывать мини-иконки в виде галереи', NULL),
(147, 'S', 'da', 'Configurar', NULL),
(147, 'S', 'de', 'Konfigurieren', NULL),
(147, 'S', 'el', 'Ρύθμιση παραμέτρων', NULL),
(147, 'S', 'en', 'Configure', NULL),
(147, 'S', 'es', 'Configurar', NULL),
(147, 'S', 'fr', 'Configurer', NULL),
(147, 'S', 'it', 'Configure', NULL),
(147, 'S', 'nl', 'Configureren', NULL),
(147, 'S', 'no', 'Konfigurer', NULL),
(147, 'S', 'pt', 'Configurar', NULL),
(147, 'S', 'ro', 'Configure', NULL),
(147, 'S', 'ru', 'Настроить', NULL),
(147, 'V', 'da', 'Criar', NULL),
(147, 'V', 'de', 'Erstellen', NULL),
(147, 'V', 'el', 'Δημιουργία', NULL),
(147, 'V', 'en', 'Create', NULL),
(147, 'V', 'es', 'Crear', NULL),
(147, 'V', 'fr', 'Create', NULL),
(147, 'V', 'it', 'Crea', NULL),
(147, 'V', 'nl', 'Maken', NULL),
(147, 'V', 'no', 'Opprett', NULL),
(147, 'V', 'pt', 'Criar', NULL),
(147, 'V', 'ro', 'Creați', NULL),
(147, 'V', 'ru', 'Создать', NULL),
(148, 'O', 'da', 'Use \'Alterador de valor\' para o campo de quantidade', NULL),
(148, 'O', 'de', '\"Wertselektor\" für das Feld Menge verwenden', NULL),
(148, 'O', 'el', 'Χρήση του \"Value changer \" για το πεδίο Ποσότητα', NULL),
(148, 'O', 'en', 'Use \'Value changer\' for the Quantity field', NULL),
(148, 'O', 'es', 'Usa \"cambiador de valores\" en el campo Cantidad', NULL),
(148, 'O', 'fr', 'Utilisez «Changer valeur» pour le champ Quantité', NULL),
(148, 'O', 'it', 'Utilizzare \"commutatore valore\" per il campo quantità', NULL),
(148, 'O', 'nl', 'Gebruik de aantallen-widget in plaats van het aantal-veld', NULL),
(148, 'O', 'no', 'Bruk \'Verdi endrer\' for antall-feltet', NULL),
(148, 'O', 'pt', 'Use \'Alterador de valor\' para o campo de quantidade', NULL),
(148, 'O', 'ro', 'Folosiți \"Taxatorul de valoare\" pentru câmpul Cantitate', NULL),
(148, 'O', 'ru', 'Показывать кнопки + и - в поле Количество', NULL),
(148, 'V', 'da', 'Remover', NULL),
(148, 'V', 'de', 'Löschen', NULL),
(148, 'V', 'el', 'Διαγραφή', NULL),
(148, 'V', 'en', 'Delete', NULL),
(148, 'V', 'es', 'Eliminar', NULL),
(148, 'V', 'fr', 'Delete', NULL),
(148, 'V', 'it', 'Elimina', NULL),
(148, 'V', 'nl', 'Verwijderen', NULL),
(148, 'V', 'no', 'Slett', NULL),
(148, 'V', 'pt', 'Remover', NULL),
(148, 'V', 'ro', 'Ştergeţi', NULL),
(148, 'V', 'ru', 'Удалить', NULL),
(149, 'O', 'da', 'Exibir a \'seção de paginação\' na parte superior do objeto listado', NULL),
(149, 'O', 'de', '\"Abschnitt Paginierung\" oberhalb der aufgelisteten Objekte anzeigen', NULL),
(149, 'O', 'el', 'Εμφάνιση του \"Τμήματος Σελιδοποίησης\" στην κορυφή της λιστας', NULL),
(149, 'O', 'en', 'Display the \'Pagination section\' on the top of the listed object', NULL),
(149, 'O', 'es', 'Mostrar el paginador en la parte superior del objeto listado', NULL),
(149, 'O', 'fr', 'Afficher la \'Section de pagination\' au dessus des objets listés.', NULL),
(149, 'O', 'it', 'Visualizzare \"sezione impaginazione\" al di sopra degli oggetti elencati', NULL),
(149, 'O', 'nl', 'Toon de paginering ook bovenaan lijsten.', NULL),
(149, 'O', 'no', 'Vis \'Paginerings seksjonen\' på toppen av det listede objektet', NULL),
(149, 'O', 'pt', 'Exibir a \'seção de paginação\' na parte superior do objeto listado', NULL),
(149, 'O', 'ro', 'Afișează \"secțiunea paginare\" pe partea de sus a obiectului listat', NULL),
(149, 'O', 'ru', 'Показывать секцию пагинации вверху страницы перечисляемого объекта', NULL),
(149, 'V', 'da', 'Atualizar', NULL),
(149, 'V', 'de', 'Aktualisieren', NULL),
(149, 'V', 'el', 'Ανανέωση', NULL),
(149, 'V', 'en', 'Update', NULL),
(149, 'V', 'es', 'Actualización', NULL),
(149, 'V', 'fr', 'Update', NULL),
(149, 'V', 'it', 'Aggiorna', NULL),
(149, 'V', 'nl', 'Update', NULL),
(149, 'V', 'no', 'Oppdater', NULL),
(149, 'V', 'pt', 'Atualizar', NULL),
(149, 'V', 'ro', 'Actualizare', NULL),
(149, 'V', 'ru', 'Обновить', NULL),
(150, 'O', 'da', 'Estimar impostos usando endereço padrão nas páginas do carrinho/checkout', NULL),
(150, 'O', 'de', 'Auf Seiten Warenkorb/Kasse, Default Adresse benutzen um Steuern einzuschätzen', NULL),
(150, 'O', 'el', 'Εκτίμηση του φόρου χρησιμοποιώντας την προεπιλεγμένη διεύθυνση στις σελίδες Καλάθι/Ταμείο', NULL),
(150, 'O', 'en', 'Estimate taxes using default address on cart/checkout pages', NULL),
(150, 'O', 'es', 'Calcular impuestos usando la dirección por defecto en páginas de carro/comprobación', NULL),
(150, 'O', 'fr', 'Estimer les taxes en utilisant l\'adresse par défaut sur les pages caddie/commander', NULL),
(150, 'O', 'it', 'Stima tasse usando l\'indirizzo predefinito nelle pagine Carrello/Cassa', NULL),
(150, 'O', 'nl', 'Schat de btw in het winkelwagentje en tijdens het afrekeneen door gebruik te maken van het standaard adres', NULL),
(150, 'O', 'no', 'Beregn moms ved å bruke standard adresse fra handlevogn/Sjekk-ut-sidene', NULL),
(150, 'O', 'pt', 'Estimar impostos usando endereço padrão nas páginas do carrinho/checkout', NULL),
(150, 'O', 'ro', 'Estimează taxele folosind adresa implicită pe paginile coșului / de procesare', NULL),
(150, 'O', 'ru', 'Вычислять налоги на странице корзины/оформления заказа, используя адрес по умолчанию', NULL),
(150, 'V', 'da', 'Estoque baixo', NULL),
(150, 'V', 'de', 'Low stock', NULL),
(150, 'V', 'el', 'Χαμηλο Απόθεμα', NULL),
(150, 'V', 'en', 'Low stock', NULL),
(150, 'V', 'es', 'Stock bajo', NULL),
(150, 'V', 'fr', 'Stock faible', NULL),
(150, 'V', 'it', 'Bassa disponibilità', NULL),
(150, 'V', 'nl', 'Lage voorraad', NULL),
(150, 'V', 'no', 'Lav lagerbeholdning', NULL),
(150, 'V', 'pt', 'Estoque baixo', NULL),
(150, 'V', 'ro', 'Stoc redus', NULL),
(150, 'V', 'ru', 'Мало товаров в наличии', NULL),
(151, 'O', 'da', 'Host proxy', NULL),
(151, 'O', 'de', 'Proxy-Host', NULL),
(151, 'O', 'el', 'Proxy host', NULL),
(151, 'O', 'en', 'Proxy host', NULL),
(151, 'O', 'es', 'Servidor proxy', NULL),
(151, 'O', 'fr', 'Hôte du proxy', NULL),
(151, 'O', 'it', 'Host proxy', NULL),
(151, 'O', 'nl', 'Proxy host', NULL),
(151, 'O', 'no', 'Proxy vert', NULL),
(151, 'O', 'pt', 'Host proxy', NULL),
(151, 'O', 'ro', 'Host-ul proxy', NULL),
(151, 'O', 'ru', 'Прокси хост', NULL),
(151, 'S', 'da', 'General', ''),
(151, 'S', 'de', 'General', ''),
(151, 'S', 'el', 'General', ''),
(151, 'S', 'en', 'General', ''),
(151, 'S', 'es', 'General', ''),
(151, 'S', 'fr', 'General', ''),
(151, 'S', 'it', 'General', ''),
(151, 'S', 'nl', 'General', ''),
(151, 'S', 'no', 'General', ''),
(151, 'S', 'pt', 'General', ''),
(151, 'S', 'ro', 'General', ''),
(151, 'S', 'ru', 'General', ''),
(151, 'V', 'da', 'Criar', NULL),
(151, 'V', 'de', 'Erstellen', NULL),
(151, 'V', 'el', 'Δημιουργία', NULL),
(151, 'V', 'en', 'Create', NULL),
(151, 'V', 'es', 'Crear', NULL),
(151, 'V', 'fr', 'Create', NULL),
(151, 'V', 'it', 'Crea', NULL),
(151, 'V', 'nl', 'Aanmaken', NULL),
(151, 'V', 'no', 'Opprett', NULL),
(151, 'V', 'pt', 'Criar', NULL),
(151, 'V', 'ro', 'Creați', NULL),
(151, 'V', 'ru', 'Создать', NULL),
(152, 'O', 'da', 'Porta proxy', NULL),
(152, 'O', 'de', 'Proxy-Port', NULL),
(152, 'O', 'el', 'Πόρτα Proxy', NULL),
(152, 'O', 'en', 'Proxy port', NULL),
(152, 'O', 'es', 'Puerto proxy', NULL),
(152, 'O', 'fr', 'Port du proxy', NULL),
(152, 'O', 'it', 'Porta proxy', NULL),
(152, 'O', 'nl', 'Proxy poort', NULL),
(152, 'O', 'no', 'Proxy port', NULL),
(152, 'O', 'pt', 'Porta proxy', NULL),
(152, 'O', 'ro', 'Portul proxy', NULL),
(152, 'O', 'ru', 'Прокси порт', NULL),
(152, 'V', 'da', 'Remover', NULL),
(152, 'V', 'de', 'Löschen', NULL),
(152, 'V', 'el', 'Διαγραφή', NULL),
(152, 'V', 'en', 'Delete', NULL),
(152, 'V', 'es', 'Eliminar', NULL),
(152, 'V', 'fr', 'Delete', NULL),
(152, 'V', 'it', 'Elimina', NULL),
(152, 'V', 'nl', 'Verwijderen', NULL),
(152, 'V', 'no', 'Slett', NULL),
(152, 'V', 'pt', 'Remover', NULL),
(152, 'V', 'ro', 'Ştergeţi', NULL),
(152, 'V', 'ru', 'Удалить', NULL),
(153, 'O', 'da', 'Usuário proxy', NULL),
(153, 'O', 'de', 'Proxy-Benutzer', NULL),
(153, 'O', 'el', 'Χρήστης Proxy', NULL),
(153, 'O', 'en', 'Proxy user', NULL),
(153, 'O', 'es', 'Usuari proxy', NULL),
(153, 'O', 'fr', 'Manual handling', NULL),
(153, 'O', 'it', 'Utente proxy', NULL),
(153, 'O', 'nl', 'Proxy gebruiker', NULL),
(153, 'O', 'no', 'Proxy bruker', NULL),
(153, 'O', 'pt', 'Usuário proxy', NULL),
(153, 'O', 'ro', 'Utilizatorul proxy', NULL),
(153, 'O', 'ru', 'Имя пользователя для прокси', NULL),
(153, 'S', 'da', '', NULL),
(153, 'S', 'de', '', NULL),
(153, 'S', 'el', '', NULL),
(153, 'S', 'en', '', NULL),
(153, 'S', 'es', '', NULL),
(153, 'S', 'fr', '', NULL),
(153, 'S', 'it', '', NULL),
(153, 'S', 'nl', '', NULL),
(153, 'S', 'no', '', NULL),
(153, 'S', 'pt', '', NULL),
(153, 'S', 'ro', '', NULL),
(153, 'S', 'ru', '', NULL),
(153, 'V', 'da', 'Atualizar', NULL),
(153, 'V', 'de', 'Aktualisieren', NULL),
(153, 'V', 'el', 'Ανανέωση', NULL),
(153, 'V', 'en', 'Update', NULL),
(153, 'V', 'es', 'Actualización', NULL),
(153, 'V', 'fr', 'Update', NULL),
(153, 'V', 'it', 'Aggiorna', NULL),
(153, 'V', 'nl', 'Wijzigen', NULL),
(153, 'V', 'no', 'Oppdater', NULL),
(153, 'V', 'pt', 'Atualizar', NULL),
(153, 'V', 'ro', 'Actualizați', NULL),
(153, 'V', 'ru', 'Обновить', NULL),
(154, 'O', 'da', 'Senha do proxy', NULL),
(154, 'O', 'de', 'Proxy-Passwort', NULL),
(154, 'O', 'el', 'Kωδικός Proxy', NULL),
(154, 'O', 'en', 'Proxy password', NULL),
(154, 'O', 'es', 'Contraseña proxy', NULL),
(154, 'O', 'fr', 'Fragile', NULL),
(154, 'O', 'it', 'Password proxy', NULL),
(154, 'O', 'nl', 'Proxy wachtwoord', NULL),
(154, 'O', 'no', 'Proxy passord', NULL),
(154, 'O', 'pt', 'Senha do proxy', NULL),
(154, 'O', 'ro', 'Parola proxy', NULL),
(154, 'O', 'ru', 'Пароль для прокси', NULL),
(154, 'V', 'da', 'Restauração', NULL),
(154, 'V', 'de', 'Restore', NULL),
(154, 'V', 'el', 'Αποκατάσταση Αντιγραφου Ασφαλαλείας', NULL),
(154, 'V', 'en', 'Restore', NULL),
(154, 'V', 'es', 'Restaurar', NULL),
(154, 'V', 'fr', 'Restore', NULL),
(154, 'V', 'it', 'Ripristina', NULL),
(154, 'V', 'nl', 'Herstellen', NULL),
(154, 'V', 'no', 'Gjenopprett', NULL),
(154, 'V', 'pt', 'Restauração', NULL),
(154, 'V', 'ro', 'Restaurați', NULL),
(154, 'V', 'ru', 'Восстановление', NULL),
(155, 'S', 'da', 'General', NULL),
(155, 'S', 'de', 'General', NULL),
(155, 'S', 'el', 'General', NULL),
(155, 'S', 'en', 'General', NULL),
(155, 'S', 'es', 'General', NULL),
(155, 'S', 'fr', 'General', NULL),
(155, 'S', 'it', 'General', NULL),
(155, 'S', 'nl', 'General', NULL),
(155, 'S', 'no', 'General', NULL),
(155, 'S', 'pt', 'General', NULL),
(155, 'S', 'ro', 'General', NULL),
(155, 'S', 'ru', 'General', NULL),
(155, 'V', 'da', 'Backup', NULL),
(155, 'V', 'de', 'Backup', NULL),
(155, 'V', 'el', 'Αντίγραφο Ασφαλείας', NULL),
(155, 'V', 'en', 'Backup', NULL),
(155, 'V', 'es', 'Copia de seguridad', NULL),
(155, 'V', 'fr', 'Backup', NULL),
(155, 'V', 'it', 'Salvataggio dati', NULL),
(155, 'V', 'nl', 'Back-up', NULL),
(155, 'V', 'no', 'Backup', NULL),
(155, 'V', 'pt', 'Backup', NULL),
(155, 'V', 'ro', 'Copie de rezervă', NULL),
(155, 'V', 'ru', 'Резервное копирование', NULL),
(156, 'O', 'da', 'Buscar também em', NULL),
(156, 'O', 'de', 'Suche auch in', NULL),
(156, 'O', 'el', 'Αναζήτηση και σε', NULL),
(156, 'O', 'en', 'Search also in', NULL),
(156, 'O', 'es', 'Buscar también en', NULL),
(156, 'O', 'fr', 'Rechercher aussi dans', NULL),
(156, 'O', 'it', 'Cercare anche in', NULL),
(156, 'O', 'nl', 'Zoek ook in', NULL),
(156, 'O', 'no', 'Søk også i', NULL),
(156, 'O', 'pt', 'Buscar também em', NULL),
(156, 'O', 'ro', 'Caută de asemenea în', NULL),
(156, 'O', 'ru', 'Искать также в', NULL),
(156, 'V', 'da', 'Otimizar', NULL),
(156, 'V', 'de', 'Optimize', NULL),
(156, 'V', 'el', 'Βελτιστοποίηση', NULL);
INSERT INTO `partiushop_settings_descriptions` (`object_id`, `object_type`, `lang_code`, `value`, `tooltip`) VALUES
(156, 'V', 'en', 'Optimize', NULL),
(156, 'V', 'es', 'Optimizar', NULL),
(156, 'V', 'fr', 'Optimiser', NULL),
(156, 'V', 'it', 'Ottimizza', NULL),
(156, 'V', 'nl', 'Optimaliseer', NULL),
(156, 'V', 'no', 'Optimaliser', NULL),
(156, 'V', 'pt', 'Otimizar', NULL),
(156, 'V', 'ro', 'Optimizare', NULL),
(156, 'V', 'ru', 'Оптимизация', NULL),
(157, 'S', 'da', 'General', NULL),
(157, 'S', 'de', 'General', NULL),
(157, 'S', 'el', 'General', NULL),
(157, 'S', 'en', 'General', NULL),
(157, 'S', 'es', 'General', NULL),
(157, 'S', 'fr', 'General', NULL),
(157, 'S', 'it', 'General', NULL),
(157, 'S', 'nl', 'General', NULL),
(157, 'S', 'no', 'General', NULL),
(157, 'S', 'pt', 'General', NULL),
(157, 'S', 'ro', 'General', NULL),
(157, 'S', 'ru', 'Общее', NULL),
(157, 'V', 'da', 'Erros', NULL),
(157, 'V', 'de', 'Errors', NULL),
(157, 'V', 'el', 'Σφάλματα', NULL),
(157, 'V', 'en', 'Errors', NULL),
(157, 'V', 'es', 'Errores', NULL),
(157, 'V', 'fr', 'Errors', NULL),
(157, 'V', 'it', 'Errori', NULL),
(157, 'V', 'nl', 'Fouten', NULL),
(157, 'V', 'no', 'Feil', NULL),
(157, 'V', 'pt', 'Erros', NULL),
(157, 'V', 'ro', 'Erori', NULL),
(157, 'V', 'ru', 'Ошибки', NULL),
(158, 'O', 'da', 'Pedidos', NULL),
(158, 'O', 'de', 'Bestellungen', NULL),
(158, 'O', 'el', 'Παραγγελίες', NULL),
(158, 'O', 'en', 'Orders', NULL),
(158, 'O', 'es', 'Pedidos', NULL),
(158, 'O', 'fr', 'Commandes', NULL),
(158, 'O', 'it', 'Ordini', NULL),
(158, 'O', 'nl', 'Bestellingen', NULL),
(158, 'O', 'no', 'Ordre', NULL),
(158, 'O', 'pt', 'Pedidos', NULL),
(158, 'O', 'ro', 'Comenzi', NULL),
(158, 'O', 'ru', 'Заказы', NULL),
(158, 'V', 'da', 'HTTP/HTTPS', NULL),
(158, 'V', 'de', 'HTTP/HTTPS', NULL),
(158, 'V', 'el', 'HTTP/HTTPS', NULL),
(158, 'V', 'en', 'HTTP/HTTPS', NULL),
(158, 'V', 'es', 'HTTP/HTTPS', NULL),
(158, 'V', 'fr', 'HTTP/HTTPS', NULL),
(158, 'V', 'it', 'HTTP/HTTPS', NULL),
(158, 'V', 'nl', 'HTTP/HTTPS', NULL),
(158, 'V', 'no', 'HTTP/HTTPS', NULL),
(158, 'V', 'pt', 'HTTP/HTTPS', NULL),
(158, 'V', 'ro', 'HTTP/HTTPS', NULL),
(158, 'V', 'ru', 'HTTP/HTTPS', NULL),
(159, 'O', 'da', 'Usuários', NULL),
(159, 'O', 'de', 'Benutzer', NULL),
(159, 'O', 'el', 'Χρήστες', NULL),
(159, 'O', 'en', 'Users', NULL),
(159, 'O', 'es', 'Usuarios', NULL),
(159, 'O', 'fr', 'Vérification de l\'âge', NULL),
(159, 'O', 'it', 'Utenti', NULL),
(159, 'O', 'nl', 'Gebruikers', NULL),
(159, 'O', 'no', 'Brukere', NULL),
(159, 'O', 'pt', 'Usuários', NULL),
(159, 'O', 'ro', 'Utilizatori', NULL),
(159, 'O', 'ru', 'Пользователи', NULL),
(159, 'V', 'da', '09/30/2008 (mês/dia/ano)', NULL),
(159, 'V', 'de', '09/30/2008 (month/day/year)', NULL),
(159, 'V', 'el', '09/30/2008 (μηνας/μερα/χρονος)', NULL),
(159, 'V', 'en', '09/30/2008 (month/day/year)', NULL),
(159, 'V', 'es', '09/30/2008 (mes/día/año)', NULL),
(159, 'V', 'fr', '09/30/2008 (month/day/year)', NULL),
(159, 'V', 'it', '30/09/2008 (giorno/mese/anno)', NULL),
(159, 'V', 'nl', '06/29/2014 (maand/dag/jaar)', NULL),
(159, 'V', 'no', '09/30/2008 (måned/dag/år)', NULL),
(159, 'V', 'pt', '09/30/2008 (mês/dia/ano)', NULL),
(159, 'V', 'ro', '09/30/2008 (lună/zi/calendar)', NULL),
(159, 'V', 'ru', '09/30/2008 (месяц/день/год)', NULL),
(160, 'O', 'da', 'Produtos', NULL),
(160, 'O', 'de', 'Produkte', NULL),
(160, 'O', 'el', 'Προιόντα', NULL),
(160, 'O', 'en', 'Products', NULL),
(160, 'O', 'es', 'Productos', NULL),
(160, 'O', 'fr', 'Attachements', NULL),
(160, 'O', 'it', 'Prodotti', NULL),
(160, 'O', 'nl', 'Producten', NULL),
(160, 'O', 'no', 'Produkter', NULL),
(160, 'O', 'pt', 'Produtos', NULL),
(160, 'O', 'ro', 'Produse', NULL),
(160, 'O', 'ru', 'Товары', NULL),
(160, 'V', 'da', '30/09/2008 (dia/mês/ano)', NULL),
(160, 'V', 'de', '30/09/2008 (day/month/year)', NULL),
(160, 'V', 'el', '30/09/2008 (μερα/μηνας/χρονος)', NULL),
(160, 'V', 'en', '30/09/2008 (day/month/year)', NULL),
(160, 'V', 'es', '30/09/2008 (día/mes/año)', NULL),
(160, 'V', 'fr', '30/09/2008 (day/month/year)', NULL),
(160, 'V', 'it', '30/09/2008 (giorno/mese/anno)', NULL),
(160, 'V', 'nl', '30/09/2008 (dag/maand/jaar)', NULL),
(160, 'V', 'no', '30/09/2008 (dag/måned/år)', NULL),
(160, 'V', 'pt', '30/09/2008 (dia/mês/ano)', NULL),
(160, 'V', 'ro', '30/09/2008 (zi/lună/an)', NULL),
(160, 'V', 'ru', '30/09/2008 (день/месяц/год)', NULL),
(161, 'O', 'da', 'Categorias', NULL),
(161, 'O', 'de', 'Kategorien', NULL),
(161, 'O', 'el', 'Κατηγορίες', NULL),
(161, 'O', 'en', 'Categories', NULL),
(161, 'O', 'es', 'Categorías', NULL),
(161, 'O', 'fr', 'Points de vente', NULL),
(161, 'O', 'it', 'Categorie', NULL),
(161, 'O', 'nl', 'Categorieën', NULL),
(161, 'O', 'no', 'Kategorier', NULL),
(161, 'O', 'pt', 'Categorias', NULL),
(161, 'O', 'ro', 'Categorii', NULL),
(161, 'O', 'ru', 'Категории', NULL),
(161, 'V', 'da', 'Domingo', NULL),
(161, 'V', 'de', 'Sonntag', NULL),
(161, 'V', 'el', 'Κυριακή', NULL),
(161, 'V', 'en', 'Sunday', NULL),
(161, 'V', 'es', 'Domingo', NULL),
(161, 'V', 'fr', 'Dimanche', NULL),
(161, 'V', 'it', 'Domenica', NULL),
(161, 'V', 'nl', 'Zondag', NULL),
(161, 'V', 'no', 'Søndag', NULL),
(161, 'V', 'pt', 'Domingo', NULL),
(161, 'V', 'ro', 'Duminică', NULL),
(161, 'V', 'ru', 'Воскресенье', NULL),
(162, 'O', 'da', 'Banco de dados', NULL),
(162, 'O', 'de', 'Database (Datenbank)', NULL),
(162, 'O', 'el', 'Βάση δεδομένων', NULL),
(162, 'O', 'en', 'Database', NULL),
(162, 'O', 'es', 'Base de datos', NULL),
(162, 'O', 'fr', 'Clé Google (http://code.google.com/apis/maps/signup.html)', NULL),
(162, 'O', 'it', 'Database', NULL),
(162, 'O', 'nl', 'Database', NULL),
(162, 'O', 'no', 'Database', NULL),
(162, 'O', 'pt', 'Banco de dados', NULL),
(162, 'O', 'ro', 'Bază de date', NULL),
(162, 'O', 'ru', 'База данных', NULL),
(162, 'V', 'da', 'Segunda', NULL),
(162, 'V', 'de', 'Monday', NULL),
(162, 'V', 'el', 'Δευτέρα', NULL),
(162, 'V', 'en', 'Monday', NULL),
(162, 'V', 'es', 'Lunes', NULL),
(162, 'V', 'fr', 'Monday', NULL),
(162, 'V', 'it', 'Lunedì', NULL),
(162, 'V', 'nl', 'Maandag', NULL),
(162, 'V', 'no', 'Mandag', NULL),
(162, 'V', 'pt', 'Segunda', NULL),
(162, 'V', 'ro', 'Luni', NULL),
(162, 'V', 'ru', 'Понедельник', NULL),
(163, 'O', 'da', 'Solicitações', NULL),
(163, 'O', 'de', 'Anfragen', NULL),
(163, 'O', 'el', 'Αιτήματα', NULL),
(163, 'O', 'en', 'Requests', NULL),
(163, 'O', 'es', 'Solicitudes', NULL),
(163, 'O', 'fr', 'Requêtes', NULL),
(163, 'O', 'it', 'Richieste', NULL),
(163, 'O', 'nl', 'Aanvragen', NULL),
(163, 'O', 'no', 'Forespørsler', NULL),
(163, 'O', 'pt', 'Solicitações', NULL),
(163, 'O', 'ro', 'Solicitări', NULL),
(163, 'O', 'ru', 'Запросы', NULL),
(163, 'V', 'da', 'Preço unitário', NULL),
(163, 'V', 'de', 'Unit price', NULL),
(163, 'V', 'el', 'Τιμή Μονάδας', NULL),
(163, 'V', 'en', 'Unit price', NULL),
(163, 'V', 'es', 'Precio unitario', NULL),
(163, 'V', 'fr', 'Unit price', NULL),
(163, 'V', 'it', 'Prezzo unitario', NULL),
(163, 'V', 'nl', 'Prijs per eenheid', NULL),
(163, 'V', 'no', 'Enhetspris', NULL),
(163, 'V', 'pt', 'Preço unitário', NULL),
(163, 'V', 'ro', 'Preţ unitar', NULL),
(163, 'V', 'ru', 'Цена за единицу', NULL),
(164, 'V', 'da', 'Subtotal', NULL),
(164, 'V', 'de', 'Zwischensumme', NULL),
(164, 'V', 'el', 'Υποσύνολο', NULL),
(164, 'V', 'en', 'Subtotal', NULL),
(164, 'V', 'es', 'Subtotal de', NULL),
(164, 'V', 'fr', 'Subtotal', NULL),
(164, 'V', 'it', 'Subtotale', NULL),
(164, 'V', 'nl', 'Subtotaal', NULL),
(164, 'V', 'no', 'Delsum', NULL),
(164, 'V', 'pt', 'Subtotal', NULL),
(164, 'V', 'ro', 'Subtotal', NULL),
(164, 'V', 'ru', 'Подытог', NULL),
(165, 'O', 'da', 'Não use a verificação após a primeira resposta válida', NULL),
(165, 'O', 'de', 'Verifizierung nicht benutzen wenn erste Antwort richtig ist', NULL),
(165, 'O', 'el', 'Μην χρησιμοποιείτε την επαλήθευση μετά την πρώτη έγκυρη απάντηση', NULL),
(165, 'O', 'en', 'Do not use verification after first valid answer', NULL),
(165, 'O', 'es', 'No usar verificación después de la primera respuesta válida', NULL),
(165, 'O', 'fr', 'Ne pas utiliser la vérification après première réponse valide', NULL),
(165, 'O', 'it', 'Non utilizzare la verifica se la prima risposta è giusta', NULL),
(165, 'O', 'nl', 'Gebruik geen verificatie na eerste geldige antwoord', NULL),
(165, 'O', 'no', 'Ikke bruk verifisering etter første gyldige svar', NULL),
(165, 'O', 'pt', 'Não use a verificação após a primeira resposta válida', NULL),
(165, 'O', 'ro', 'Nu folosi verificarea după primul răspuns valid', NULL),
(165, 'O', 'ru', 'Отключить антибот после первого правильного ответа', NULL),
(165, 'V', 'da', 'Cobrança primeiro', NULL),
(165, 'V', 'de', 'Billing first', NULL),
(165, 'V', 'el', 'Η χρέωση πρώτα', NULL),
(165, 'V', 'en', 'Billing first', NULL),
(165, 'V', 'es', 'Facturación primero', NULL),
(165, 'V', 'fr', 'La facture d\'abord', NULL),
(165, 'V', 'it', 'Fatturazione prima', NULL),
(165, 'V', 'nl', 'Factuuradres eerst', NULL),
(165, 'V', 'no', 'Faktura først', NULL),
(165, 'V', 'pt', 'Cobrança primeiro', NULL),
(165, 'V', 'ro', 'Facturarea prima (ca ordonare)', NULL),
(165, 'V', 'ru', 'Сначала адрес плательщика', NULL),
(166, 'O', 'da', 'Formato da data do calendário', NULL),
(166, 'O', 'de', 'Kalenderdatum Format', NULL),
(166, 'O', 'el', 'Μορφή Ημερολογιακής ημερομηνίας', NULL),
(166, 'O', 'en', 'Calendar date format', NULL),
(166, 'O', 'es', 'Formato de fecha', NULL),
(166, 'O', 'fr', 'Sélectionner le format de la date (calendrier)', NULL),
(166, 'O', 'it', 'Formato data calendario', NULL),
(166, 'O', 'nl', 'Kalender datumnotatie', NULL),
(166, 'O', 'no', 'Kalender datoformat', NULL),
(166, 'O', 'pt', 'Formato da data do calendário', NULL),
(166, 'O', 'ro', 'Format dată calendar', NULL),
(166, 'O', 'ru', 'Формат даты в календаре', NULL),
(166, 'V', 'da', 'Entrega primeiro', NULL),
(166, 'V', 'de', 'Shipping first', NULL),
(166, 'V', 'el', 'Η αποστολή πρώτα', NULL),
(166, 'V', 'en', 'Shipping first', NULL),
(166, 'V', 'es', 'Primer envio', NULL),
(166, 'V', 'fr', 'Shipping first', NULL),
(166, 'V', 'it', 'Spedizione prima', NULL),
(166, 'V', 'nl', 'Verzendadres eerst', NULL),
(166, 'V', 'no', 'Frakt først', NULL),
(166, 'V', 'pt', 'Entrega primeiro', NULL),
(166, 'V', 'ro', 'Livrarea prima (ca ordonare)', NULL),
(166, 'V', 'ru', 'Сначала адрес доставки', NULL),
(167, 'O', 'da', 'Começa a semana do calendário em', NULL),
(167, 'O', 'de', 'Kalenderwoche beginnt am', NULL),
(167, 'O', 'el', 'Η ημερολογιακή εβδομάδα ξεκινά από', NULL),
(167, 'O', 'en', 'Calendar week starts from', NULL),
(167, 'O', 'es', 'La semana empieza en', NULL),
(167, 'O', 'fr', 'La semaine commence le', NULL),
(167, 'O', 'it', 'La settimana sul calendario inizia da', NULL),
(167, 'O', 'nl', 'Kalenderweek start vanaf', NULL),
(167, 'O', 'no', 'Kalenderuke starter på', NULL),
(167, 'O', 'pt', 'Começa a semana do calendário em', NULL),
(167, 'O', 'ro', 'Săptămâna începe cu', NULL),
(167, 'O', 'ru', 'Неделя в календаре начинается с', NULL),
(167, 'V', 'da', 'Tempo de execução', NULL),
(167, 'V', 'de', 'Laufzeit', NULL),
(167, 'V', 'el', 'Runtime', NULL),
(167, 'V', 'en', 'Runtime', NULL),
(167, 'V', 'es', 'Tiempo de ejecución', NULL),
(167, 'V', 'fr', 'Runtime', NULL),
(167, 'V', 'it', 'Runtime', NULL),
(167, 'V', 'nl', 'Runtime', NULL),
(167, 'V', 'no', 'Runtime', NULL),
(167, 'V', 'pt', 'Tempo de execução', NULL),
(167, 'V', 'ro', 'Timp de execuție', NULL),
(167, 'V', 'ru', 'Время выполнения', NULL),
(168, 'O', 'da', 'Fechar loja', NULL),
(168, 'O', 'de', 'Storefront schliessen', NULL),
(168, 'O', 'el', 'Κλείσιμο Καταστήματος', NULL),
(168, 'O', 'en', 'Close storefront', NULL),
(168, 'O', 'es', 'Cerrat tienda', NULL),
(168, 'O', 'fr', 'Fermer la boutique', NULL),
(168, 'O', 'it', 'Chiudi negozio', NULL),
(168, 'O', 'nl', 'Winkel sluiten', NULL),
(168, 'O', 'no', 'Steng butikk forsiden', NULL),
(168, 'O', 'pt', 'Fechar loja', NULL),
(168, 'O', 'ro', 'Închide magazinul', NULL),
(168, 'O', 'ru', 'Закрыть витрину', NULL),
(168, 'V', 'da', 'Recursos obsoletos', NULL),
(168, 'V', 'de', 'Deprecated features', NULL),
(168, 'V', 'el', 'Λειτουργίες που καταργήθηκαν', NULL),
(168, 'V', 'en', 'Deprecated features', NULL),
(168, 'V', 'es', 'Características desaprobados', NULL),
(168, 'V', 'fr', 'Deprecated features', NULL),
(168, 'V', 'it', 'Funzionalità deprecate', NULL),
(168, 'V', 'nl', 'Afgekeurde eigenschappen', NULL),
(168, 'V', 'no', 'Nedgraderte funksjoner', NULL),
(168, 'V', 'pt', 'Recursos obsoletos', NULL),
(168, 'V', 'ro', 'Caracteristici depreciate', NULL),
(168, 'V', 'ru', 'Устаревшие функции', NULL),
(169, 'O', 'da', 'Exibição padrão da lista de produto', NULL),
(169, 'O', 'de', 'Product list default view', NULL),
(169, 'O', 'el', 'Προεπιλεγμένη Προβολή Λίστας Προϊόντων', NULL),
(169, 'O', 'en', 'Product list default view', NULL),
(169, 'O', 'es', 'Vista por defecto de lista de productos', NULL),
(169, 'O', 'fr', 'Liste de produit dans la vue par défaut', NULL),
(169, 'O', 'it', 'Visualizzazione predefinita per la lista prodotti', NULL),
(169, 'O', 'nl', 'Standaardweergave productlijst', NULL),
(169, 'O', 'no', 'Produktliste standard visning', NULL),
(169, 'O', 'pt', 'Exibição padrão da lista de produto', NULL),
(169, 'O', 'ro', 'Vizualizare implicită produs lista', NULL),
(169, 'O', 'ru', 'Отображение списка товаров по умолчанию', NULL),
(169, 'V', 'da', 'Nenhum', NULL),
(169, 'V', 'de', 'Keine', NULL),
(169, 'V', 'el', 'Κανενα', NULL),
(169, 'V', 'en', 'None', NULL),
(169, 'V', 'es', 'Ninguno', NULL),
(169, 'V', 'fr', 'None', NULL),
(169, 'V', 'it', 'Nessuno', NULL),
(169, 'V', 'nl', 'Geen', NULL),
(169, 'V', 'no', 'Ingen', NULL),
(169, 'V', 'pt', 'Nenhum', NULL),
(169, 'V', 'ro', 'Verificarea nu s-a realizat', NULL),
(169, 'V', 'ru', 'Не сортировать', NULL),
(170, 'O', 'da', 'Use a exibição selecionada para a categoria atual ou página de pesquisa apenas', NULL),
(170, 'O', 'de', 'Use the selected view for current category or search page only', NULL),
(170, 'O', 'el', 'Χρήση της επιλεγμένης προβολής μόνο για την τρέχουσα κατηγορία ή την σελίδα αναζήτησης', NULL),
(170, 'O', 'en', 'Use the selected view for current category or search page only', NULL),
(170, 'O', 'es', 'Utilice la vista seleccionada sólo para la categoría actual o página de búsqueda', NULL),
(170, 'O', 'fr', 'Use the selected view for current category or search page only', NULL),
(170, 'O', 'it', 'Utilizzare la vista selezionata per solo pagina categoria corrente o di ricerca', NULL),
(170, 'O', 'nl', 'Gebruik alleen de geselecteerde weergave voor de huidige categorie of zoekpagina', NULL),
(170, 'O', 'no', 'Bruk de valgte innstillingene for gjeldende kategori eller bare på søkesiden', NULL),
(170, 'O', 'pt', 'Use a exibição selecionada para a categoria atual ou página de pesquisa apenas', NULL),
(170, 'O', 'ro', 'Folosește layout-ul selectat pentru categoria curetă sau doar pentru pagina de căutare', NULL),
(170, 'O', 'ru', 'Использовать выбранное отображение только для текущей категории или страницы поиска', NULL),
(171, 'O', 'da', 'Exibições de lista de produtos disponíveis', NULL),
(171, 'O', 'de', 'Anzeigen der verfügbaren Artikel', NULL),
(171, 'O', 'el', 'Διαθέσιμες προβολές λίστας προϊόντων', NULL),
(171, 'O', 'en', 'Available product list views', NULL),
(171, 'O', 'es', 'Vistas disponibles de lista de productos', NULL),
(171, 'O', 'fr', 'Liste de produit disponibles dans la vue', NULL),
(171, 'O', 'it', 'Viste disponibili per la lista prodotti', NULL),
(171, 'O', 'nl', 'Beschikbare productlijst bekeken', NULL),
(171, 'O', 'no', 'Tilgjengelige produkt listevisninger', NULL),
(171, 'O', 'pt', 'Exibições de lista de produtos disponíveis', NULL),
(171, 'O', 'ro', 'Vizionări de lista disponibile', NULL),
(171, 'O', 'ru', 'Доступные отображения списка товаров', NULL),
(173, 'O', 'da', 'Allow checkout only from cart', 'Show the Checkout button only on the Cart Content page.'),
(173, 'O', 'de', 'Checkout nur auf der Warenkorb Inhalt Seite zulassen', 'Wenn der Kunde auf einen beliebigen Checkout-Button/Link im Shop klickt'),
(173, 'O', 'el', 'Να επιτρέπεται η προσβαση στο Ταμειο μονο απο την σελιδα του καλαθιου', 'Όταν ο πελάτης κάνει κλικ σε οποιοδήποτε κουμπί / σύνδεσμο Ταμείο στο κατάστημα'),
(173, 'O', 'en', 'Allow checkout only from cart', 'Show the Checkout button only on the Cart Content page.'),
(173, 'O', 'es', 'Permitir checkout sólo desde la página de contenido de la cesta', 'Cuando el cliente hace click en cualquier botón/enlace de Checkout en la tienda'),
(173, 'O', 'fr', 'Autorise le checkout seulement depuis la page du contenu du panier', 'Lorsque le client clique sur les bouttons/liens \'Checkout\' dans le magasin'),
(173, 'O', 'it', 'Consenti pagamento solo passando dalla pagina carrello', 'Quando il cliente fa click su qualsiasi pulsante di checkout del negozio'),
(173, 'O', 'nl', 'Laat klanten alleen vanuit de winkelwagen afrekenen', 'Indien de klant klikt op een knop/link om af te rekenen in de webwinkel'),
(173, 'O', 'no', 'Tillat utsjekking kun fra Handlevogn-siden', 'Når kunden klikker på en Sjekk-ut-knapp eller link i butikken'),
(173, 'O', 'pt', 'Allow checkout only from cart', 'Show the Checkout button only on the Cart Content page.'),
(173, 'O', 'ro', 'Permite plateste doar de pe pagina de continut cos', 'Atunci când clientul face clic pe orice butonul/link-ul din magazin pentru a merge la casă'),
(173, 'O', 'ru', 'Разрешить оформление заказа только на странице содержимого корзины', 'При нажатии на любую ссылку или кнопку оформления заказа'),
(174, 'O', 'da', 'Tamanho mínimo da senha', NULL),
(174, 'O', 'de', 'Mindestlänge Administrator-Password', NULL),
(174, 'O', 'el', 'Ελάχιστο μήκος του κωδικού πρόσβασης του διαχειριστή', NULL),
(174, 'O', 'en', 'Minimum password length', NULL),
(174, 'O', 'es', 'Longitud mínima de contraseña de administrador', NULL),
(174, 'O', 'fr', 'Longueur minimum du mot de passe administrateur', NULL),
(174, 'O', 'it', 'Lunghezza minima password amministratore', NULL),
(174, 'O', 'nl', 'Minimale beheerder wachtwoordlengte', NULL),
(174, 'O', 'no', 'Minimum administrator passord lengde', NULL),
(174, 'O', 'pt', 'Tamanho mínimo da senha', NULL),
(174, 'O', 'ro', 'Lungimea minimă a parolei Administratorului', NULL),
(174, 'O', 'ru', 'Минимальная длина пароля администратора', NULL),
(175, 'O', 'da', 'A senha deve conter letras e números', NULL),
(175, 'O', 'de', 'Administrator-Passwort muss Buchstaben und Nummern enthalten', NULL),
(175, 'O', 'el', 'Ο κωδικός πρόσβασης του διαχειριστή πρέπει να περιέχει γράμματα και αριθμούς', NULL),
(175, 'O', 'en', 'Password must contain both letters and numbers', NULL),
(175, 'O', 'es', 'La contraseña de administrador debe contener letras y números', NULL),
(175, 'O', 'fr', 'Le mot de passe Administrateur doit contenir des lettres et des chiffres', NULL),
(175, 'O', 'it', 'La password amministratore deve contenere sia lettere che numeri', NULL),
(175, 'O', 'nl', 'Wachtwoord voor beheerder dient zowel letters als cijfers te bevatten', NULL),
(175, 'O', 'no', 'Administrator passordet må inneholde både tall og bokstaver', NULL),
(175, 'O', 'pt', 'A senha deve conter letras e números', NULL),
(175, 'O', 'ro', 'Parola Administratorului trebuie să conțină și litere și numere', NULL),
(175, 'O', 'ru', 'Пароль администратора должен содержать буквы и цифры', NULL),
(176, 'O', 'da', 'Forçar administradores para alterar a senha no primeiro logon', NULL),
(176, 'O', 'de', 'Administratoren erzwingen das Passwort beim ersten Login zu ändern', NULL),
(176, 'O', 'el', 'Προτροπή των διαχειριστών να αλλάξουν τον κωδικό τους, στην πρώτη σύνδεση', NULL),
(176, 'O', 'en', 'Force administrators to change password on the first login', NULL),
(176, 'O', 'es', 'Obligar a los administradores a cambiar contraseña tras el primer registro', NULL),
(176, 'O', 'fr', 'Forcer les administrateur à modifier leur mot de passe à la première connexion', NULL),
(176, 'O', 'it', 'Obbliga gli amministratori a cambiare la password al primo accesso', NULL),
(176, 'O', 'nl', 'Verplicht beheerders het wachtwoord na het eerste bezoek te wijzigen', NULL),
(176, 'O', 'no', 'Tving administratorer til å endre passord ved første innlogging', NULL),
(176, 'O', 'pt', 'Forçar administradores para alterar a senha no primeiro logon', NULL),
(176, 'O', 'ro', 'Obligați Administratori să-și schimbe parola la prima autentificare', NULL),
(176, 'O', 'ru', 'Обязательно менять пароль при первом входе', NULL),
(177, 'O', 'da', 'Período de validade da senha em dias (0 - ilimitado)', NULL),
(177, 'O', 'de', 'Passwort Gültigkeit in Tage (0 - unbefristet)', NULL),
(177, 'O', 'el', 'Διάρκεια ισχύος του κωδικού σε μέρες(0-απεριόριστο)', NULL),
(177, 'O', 'en', 'Password validity period in days (0 - unlimited)', NULL),
(177, 'O', 'es', 'Período (en días) de validez de la contraseña (0 significa ilimitado)', NULL),
(177, 'O', 'fr', 'Période de validité du mot de passe en jours (0 - illimité)', NULL),
(177, 'O', 'it', 'Validità password in giorni (0 = illimitata)', NULL),
(177, 'O', 'nl', 'Geldigheidsduur wachtwoord in dagen (0 - ongelimiteerd)', NULL),
(177, 'O', 'no', 'Passord gyldighetsperiode i dager (0 - ubegrenset)', NULL),
(177, 'O', 'pt', 'Período de validade da senha em dias (0 - ilimitado)', NULL),
(177, 'O', 'ro', 'Perioada de valabilitatea a parolei în zile (0 - nelimitat)', NULL),
(177, 'O', 'ru', 'Период использования пароля до замены в днях (0 — бессрочно)', NULL),
(178, 'O', 'da', 'Access key to cron script which sends e-mail notifications of password change.', 'Use: http://www.example.com/admin.php?dispatch=profiles.password_reminder&cron_password=key_value.'),
(178, 'O', 'de', 'Cron password', NULL),
(178, 'O', 'el', 'Πλήκτρο πρόσβασης στο cron script που στέλνει  e-mail με ειδοποιήσεις  για  αλλαγή του κωδικού πρόσβασης. Χρήση: http://www.example.com/admin.php?dispatch=profiles.password_reminder&cron_password=key_value.', NULL),
(178, 'O', 'en', 'Access key to cron script which sends e-mail notifications of password change.', 'Use: http://www.example.com/admin.php?dispatch=profiles.password_reminder&cron_password=key_value.'),
(178, 'O', 'es', 'Clave de acceso al script cron que envía correo electrónico notificando el cambio de contraseña. Usa: http://www.example.com/admin.php?dispatch=profiles.password_reminder&cron_password=key_value.', NULL),
(178, 'O', 'fr', 'La clé d\'accès au cron job qui envoie des e-mails de notifications de changement de mot de passe a changé. Utilisez : http://www.example.com/admin.php?dispatch=profiles.password_reminder&cron_password=key_value.', NULL),
(178, 'O', 'it', 'Chiave d\'accesso allo script cron che invia le notifiche via mail dei cambi password. Usa: http://www.company.com/admin.php?dispatch=profiles.password_reminder&amp;cron_password=key_value.', NULL),
(178, 'O', 'nl', 'Toegangssleutel tot cron script dat e-mailberichten verstuurd van wachtwoord wijzigingen.Gebruik: http://www.example.com/admin.php?dispatch=profiles.password_reminder&cron_password=key_value.', NULL),
(178, 'O', 'no', 'Tilgangsnøkkel til cron script som sender e-post meldinger om endring av passord. Bruk: http://www.example.com/admin.php?dispatch=profiles.password_reminder&cron_password=key_value.', NULL),
(178, 'O', 'pt', 'Access key to cron script which sends e-mail notifications of password change.', 'Use: http://www.example.com/admin.php?dispatch=profiles.password_reminder&cron_password=key_value.'),
(178, 'O', 'ro', 'Cheia de acces către script-url cron care trimite e-mail-urile de notificare a parolei schimbate. Folosiți: http://www.example.com/admin.php?dispatch=profiles.password_reminder&cron_password=key_value.', NULL),
(178, 'O', 'ru', 'Ключ доступа к cron-скрипту, который посылает уведомление о смене пароля по эл. почте. Для вызова скрипта с ключом используйте URL: http://example.com/admin.php?dispatch=profiles.password_reminder&cron_password=key_value.', NULL),
(179, 'O', 'da', 'Método de cálculo do imposto com base no', NULL),
(179, 'O', 'de', 'Steuern Kalkulationsmethode basierend auf', NULL),
(179, 'O', 'el', 'Μέθοδος υπολογισμού φόρου, βασισμένη σε', NULL),
(179, 'O', 'en', 'Tax calculation method based on', NULL),
(179, 'O', 'es', 'Método de cálculo de impuestos basado en', NULL),
(179, 'O', 'fr', 'Méthode de calcul de taxe basé sur', NULL),
(179, 'O', 'it', 'Metodo per calcolo tasse basato su', NULL),
(179, 'O', 'nl', 'Baseer btw-berekening op', NULL),
(179, 'O', 'no', 'MVA beregningsmetode basert på', NULL),
(179, 'O', 'pt', 'Método de cálculo do imposto com base no', NULL),
(179, 'O', 'ro', 'Metoda de calcul a impozitului pe baza', NULL),
(179, 'O', 'ru', 'Расчет налога по', NULL),
(180, 'O', 'da', 'Visualização da página detalhada do produto', NULL),
(180, 'O', 'de', 'Product detailed page view', NULL),
(180, 'O', 'el', 'Προβολή σελίδας Λεπτομεριων Προϊόντος', NULL),
(180, 'O', 'en', 'Product detailed page view', NULL),
(180, 'O', 'es', 'Pagina de vista detallada de producto', NULL),
(180, 'O', 'fr', 'Vue de la page produit détaillée', NULL),
(180, 'O', 'it', 'Visualizzazione pagina dettaglio prodotto', NULL),
(180, 'O', 'nl', 'Product gedetailleerde pagina weergave', NULL),
(180, 'O', 'no', 'Produkt detaljert sidevisning', NULL),
(180, 'O', 'pt', 'Visualização da página detalhada do produto', NULL),
(180, 'O', 'ro', 'Vizualizare pagina detaliată de produse', NULL),
(180, 'O', 'ru', 'Отображение страницы карточки товара', NULL),
(182, 'O', 'da', 'Seção do perfil de endereço do pedido', NULL),
(182, 'O', 'de', 'Reihenfolge Sektion Profil-Adresse', NULL),
(182, 'O', 'el', 'Επιλογή Διάταξης στον τομεα Διευθυνσης του προφιλ', NULL),
(182, 'O', 'en', 'Profile address section order', NULL),
(182, 'O', 'es', 'Orden de las direcciones en perfil de cliente', NULL),
(182, 'O', 'fr', 'Position de l\'adresse du profil dans la commande', NULL),
(182, 'O', 'it', 'Ordinamento sezione indirizzo profilo', NULL),
(182, 'O', 'nl', 'Profieladres volgorde', NULL),
(182, 'O', 'no', 'Profiladresse seksjon rekkefølge', NULL),
(182, 'O', 'pt', 'Seção do perfil de endereço do pedido', NULL),
(182, 'O', 'ro', 'Secțiune adresă profil comandă', NULL),
(182, 'O', 'ru', 'Порядок отображения адресов на странице профиля', NULL),
(183, 'O', 'da', 'Aviso de alterações não gravadas', NULL),
(183, 'O', 'de', 'Warnung für nicht gespeicherte Änderungen', NULL),
(183, 'O', 'el', 'Προειδοποίηση για τις μη αποθηκευμένες αλλαγές', NULL),
(183, 'O', 'en', 'Unsaved changes warning', NULL),
(183, 'O', 'es', 'Avisar de cambios no guardados', NULL),
(183, 'O', 'fr', 'Mie en garde de modifications non-sauvées', NULL),
(183, 'O', 'it', 'Avviso per pagine non salvate', NULL),
(183, 'O', 'nl', 'Waarschuwing indien gegevens nog niet zijn opgeslagen', NULL),
(183, 'O', 'no', 'Advarsel om ulagrede endringer', NULL),
(183, 'O', 'pt', 'Aviso de alterações não gravadas', NULL),
(183, 'O', 'ro', 'Modificările nu au fost salvate.', NULL),
(183, 'O', 'ru', 'Показывать предупреждение о несохраненных изменениях', NULL),
(184, 'O', 'da', 'Largura miniatura da lista de produtos (categoria, pesquisa, etc.)', NULL),
(184, 'O', 'de', 'Produkt Liste (Kategorie, Suche, usw...) Miniatur - Breite', NULL),
(184, 'O', 'el', 'Λίστα Προϊόντων: Πλάτος Μικρογραφίας (κατηγορία, αναζήτηση κτλ)', NULL),
(184, 'O', 'en', 'Products list (category, search, etc) thumbnail width', NULL),
(184, 'O', 'es', 'Ancho de miniaturas en listas de producto (categorías, búsquedas, etc.)', NULL),
(184, 'O', 'fr', 'Largeur de vignette de la liste des produits (catégorie, recherche, etc)', NULL),
(184, 'O', 'it', 'Lista prodotti (categoria, cerca, ecc.) - larghezza miniatura', NULL),
(184, 'O', 'nl', 'Breedte miniatuur productlijst (categorie, zoeken, etc)', NULL),
(184, 'O', 'no', 'Produktliste (kategori, søk, etc) miniatyrbilde bredde', NULL),
(184, 'O', 'pt', 'Largura miniatura da lista de produtos (categoria, pesquisa, etc.)', NULL),
(184, 'O', 'ro', 'Produse lista (categorie, căutare, etc) lăţimea miniaturii', NULL),
(184, 'O', 'ru', 'Ширина иконки в списке товаров (страницы категории, поиска и т.д.)', NULL),
(185, 'O', 'da', 'Altura miniatura da lista de produtos (categoria, pesquisa, etc.)', NULL),
(185, 'O', 'de', 'Produkt Liste (Kategorie, Suche, usw...) Miniatur - Höhe', NULL),
(185, 'O', 'el', 'Λίστα Προϊόντων: Ύψος Μικρογραφίας (κατηγορία,αναζήτηση κτλ)', NULL),
(185, 'O', 'en', 'Products list (category, search, etc) thumbnail height', NULL),
(185, 'O', 'es', 'Alto de miniaturas en listas de producto (categorías, búsquedas, etc.)', NULL),
(185, 'O', 'fr', 'Hauteur de vignette pour liste de produits (catégorie, recherche,etc)', NULL),
(185, 'O', 'it', 'Lista prodotti (categoria, cerca, ecc.) - altezza miniatura', NULL),
(185, 'O', 'nl', 'Hoogte miniatuur productlijst (categorie, zoeken, etc)', NULL),
(185, 'O', 'no', 'Produktliste (kategori, søk, etc) miniatyrbilde høyde', NULL),
(185, 'O', 'pt', 'Altura miniatura da lista de produtos (categoria, pesquisa, etc.)', NULL),
(185, 'O', 'ro', 'Produse lista (categorie, căutare, etc) lăţimea miniaturii', NULL),
(185, 'O', 'ru', 'Высота иконки в списке товаров (страницы категории, поиска и т.д.)', NULL),
(186, 'O', 'da', 'Largura de miniaturas da página de detalhes do produto', NULL),
(186, 'O', 'de', 'Produkt-Details Seite, Miniatur - Breite', NULL),
(186, 'O', 'el', 'Σελίδα Λεπτομέρειες προϊόντος: Πλάτος μικρογραφίας', NULL),
(186, 'O', 'en', 'Product details page thumbnail width', NULL),
(186, 'O', 'es', 'Ancho de miniatura en página detalle de producto', NULL),
(186, 'O', 'fr', 'Largeur de vignette pour la page de détail du produit', NULL),
(186, 'O', 'it', 'Pagina dettagli prodotto - larghezza miniatura', NULL),
(186, 'O', 'nl', 'Breedte miniatuur product detailpagina', NULL),
(186, 'O', 'no', 'Produktdetaljer miniatyrbilde bredde', NULL),
(186, 'O', 'pt', 'Largura de miniaturas da página de detalhes do produto', NULL),
(186, 'O', 'ro', 'Detalii produs pagina lăţimea miniaturii', NULL),
(186, 'O', 'ru', 'Ширина иконки на детальной странице товара', NULL),
(187, 'O', 'da', 'Altura de miniaturas da página de detalhes do produto', NULL),
(187, 'O', 'de', 'Produkt-Details Seite, Miniatur - Höhe', NULL),
(187, 'O', 'el', 'Σελίδα Λεπτομέρειες προϊόντος: Ύψος μικρογραφίας', NULL),
(187, 'O', 'en', 'Product details page thumbnail height', NULL),
(187, 'O', 'es', 'Alto de las miniaturas en página de detalle de producto', NULL),
(187, 'O', 'fr', 'Hauteur de la vignette de la page de détails du produit', NULL),
(187, 'O', 'it', 'Pagina dettagli prodotto - altezza miniatura', NULL),
(187, 'O', 'nl', 'Hoogte miniatuur product detailpagina', NULL),
(187, 'O', 'no', 'Produktdetaljer miniatyrbilde høyde', NULL),
(187, 'O', 'pt', 'Altura de miniaturas da página de detalhes do produto', NULL),
(187, 'O', 'ro', 'Inaltime de miniatură produs detalii filme', NULL),
(187, 'O', 'ru', 'Высота иконки на детальной странице товара', NULL),
(190, 'O', 'da', 'Largura da miniatura da página do carrinho', NULL),
(190, 'O', 'de', 'Produkt Warenkorb Seite, Miniatur - Breite', NULL),
(190, 'O', 'el', 'Εικόνα προϊόντος στο καλάθι: Πλάτος μικρογραφίας', NULL),
(190, 'O', 'en', 'Product cart page thumbnail width', NULL),
(190, 'O', 'es', 'Ancho de miniatura de producto en página de cesta de la compra', NULL),
(190, 'O', 'fr', 'Largeur de vignette de produit dans la page panier', NULL),
(190, 'O', 'it', 'Pagina prodotto nel carrello - larghezza miniatura', NULL),
(190, 'O', 'nl', 'Breedte miniatuur van producten in winkelwagen', NULL),
(190, 'O', 'no', 'Produkt handlevogn miniatyrbilde bredde', NULL),
(190, 'O', 'pt', 'Largura da miniatura da página do carrinho', NULL),
(190, 'O', 'ro', 'Lățime pictogramă pagină conținut coş', NULL),
(190, 'O', 'ru', 'Ширина иконки на странице корзины', NULL),
(191, 'O', 'da', 'Altura da miniatura da página do carrinho', NULL),
(191, 'O', 'de', 'Produkt Warenkorb Seite, Miniatur - Höhe', NULL),
(191, 'O', 'el', 'Εικόνα προϊόντος στο καλάθι: Ύψος μικρογραφίας', NULL),
(191, 'O', 'en', 'Product cart page thumbnail height', NULL),
(191, 'O', 'es', 'Alto de miniatura de producto en página de cesta de la compra', NULL),
(191, 'O', 'fr', 'Hauteur de vignette de produit dans la page panier', NULL),
(191, 'O', 'it', 'Pagina prodotto nel carrello - altezza miniatura', NULL),
(191, 'O', 'nl', 'Hoogte miniatuur van producten in winkelwagen', NULL),
(191, 'O', 'no', 'Produkt handlevogn miniatyrbilde høyde', NULL),
(191, 'O', 'pt', 'Altura da miniatura da página do carrinho', NULL),
(191, 'O', 'ro', 'Înălțime pictogramă pagină conținut coş', NULL),
(191, 'O', 'ru', 'Высота иконки на странице корзины', NULL),
(192, 'O', 'da', 'Largura da miniatura das categorias', NULL),
(192, 'O', 'de', 'Kategorie Liste, Miniatur - Breite', NULL),
(192, 'O', 'el', 'Λίστα κατηγοριών: Πλάτος μικρογραφιών εικόνων', NULL),
(192, 'O', 'en', 'Categories list thumbnail width', NULL),
(192, 'O', 'es', 'Ancho de miniatura en lista de categorías', NULL),
(192, 'O', 'fr', 'Largeur de vignette de liste de catégories', NULL),
(192, 'O', 'it', 'Lista categorie - larghezza miniatura', NULL),
(192, 'O', 'nl', 'Breedte miniatuur categorielijst', NULL),
(192, 'O', 'no', 'Kategori liste miniatyrbilde bredde', NULL),
(192, 'O', 'pt', 'Largura da miniatura das categorias', NULL),
(192, 'O', 'ro', 'Categorii lista lăţimea miniaturii', NULL),
(192, 'O', 'ru', 'Ширина иконки в списке категорий', NULL),
(193, 'O', 'da', 'Altura da miniatura das categorias', NULL),
(193, 'O', 'de', 'Kategorie Liste, Miniatur - Höhe', NULL),
(193, 'O', 'el', 'Λίστα κατηγοριών: Ύψος μικρογραφιών εικόνων', NULL),
(193, 'O', 'en', 'Categories list thumbnail height', NULL),
(193, 'O', 'es', 'Alto de miniatura en lista de categorías', NULL),
(193, 'O', 'fr', 'Hauteur de vignette de liste de catégories', NULL),
(193, 'O', 'it', 'Lista categorie - altezza miniatura', NULL),
(193, 'O', 'nl', 'Categorielijst miniatuur-hoogte', NULL),
(193, 'O', 'no', 'Kategori liste miniatyrbilde høyde', NULL),
(193, 'O', 'pt', 'Altura da miniatura das categorias', NULL),
(193, 'O', 'ro', 'Lista de categoriile miniatură înălţime', NULL),
(193, 'O', 'ru', 'Высота иконки в списке категорий', NULL),
(194, 'O', 'da', 'Largura da miniatura da página de detalhes da categoria', NULL),
(194, 'O', 'de', 'Kategorie-Details Seite, Miniatur - Breite', NULL),
(194, 'O', 'el', 'Σελιδα λεπτομέριες κατηγορίας: Πλάτος μικρογραφίας εικόνας', NULL),
(194, 'O', 'en', 'Category details page thumbnail width', NULL),
(194, 'O', 'es', 'Ancho de miniaturas en página de detalles de categoría', NULL),
(194, 'O', 'fr', 'Largeur de vignette pour la page de détails de la catégorie', NULL),
(194, 'O', 'it', 'Pagina dettagli categoria - larghezza miniatura', NULL),
(194, 'O', 'nl', 'Breedte miniatuur categorie-detailpagina', NULL),
(194, 'O', 'no', 'Bredde på miniatyrbilde på kategorisider.', NULL),
(194, 'O', 'pt', 'Largura da miniatura da página de detalhes da categoria', NULL),
(194, 'O', 'ro', 'Latime imagine in categorii', NULL),
(194, 'O', 'ru', 'Ширина иконки на детальной странице категории', NULL),
(195, 'O', 'da', 'Altura da miniatura da página de detalhes da categoria', NULL),
(195, 'O', 'de', 'Kategorie-Details Seite, Miniatur - Höhe', NULL),
(195, 'O', 'el', 'Σελιδα λεπτομέριες κατηγορίας: Ύψος μικρογραφίας εικόνας', NULL),
(195, 'O', 'en', 'Category details page thumbnail height', NULL),
(195, 'O', 'es', 'Alto de miniaturas en página de detalles de categoría', NULL),
(195, 'O', 'fr', 'Hauteur de vignette pour la page de détails de la catégorie', NULL),
(195, 'O', 'it', 'Pagina dettagli categoria - altezza miniatura', NULL),
(195, 'O', 'nl', 'Hoogte miniatuur categorie-detailpagina', NULL),
(195, 'O', 'no', 'Kategoriside detalj miniatyrbilde høyde', NULL),
(195, 'O', 'pt', 'Altura da miniatura da página de detalhes da categoria', NULL),
(195, 'O', 'ro', 'Inaltime imagine in categorii', NULL),
(195, 'O', 'ru', 'Высота иконки на детальной странице категории', NULL),
(196, 'O', 'da', 'Largura da foto detalhada da categoria', NULL),
(196, 'O', 'de', 'Kategorie Detail Bild - Breite', NULL),
(196, 'O', 'el', 'Πλάτος εικόνας λεπτομεριών κατηγορίας', NULL),
(196, 'O', 'en', 'Detailed category image width', NULL),
(196, 'O', 'es', 'Ancho de imagen en detalle de categoría', NULL),
(196, 'O', 'fr', 'Largeur de l\'image du détail de catégorie', NULL),
(196, 'O', 'it', 'Immagine dettagliata categoria - larghezza immagine', NULL),
(196, 'O', 'nl', 'Gedetailleerde categorie afbeeldingsbreedte', NULL),
(196, 'O', 'no', 'Detaljert kategori bildebredde', NULL),
(196, 'O', 'pt', 'Largura da foto detalhada da categoria', NULL),
(196, 'O', 'ro', 'Categorie detaliata lățime imagine', NULL),
(196, 'O', 'ru', 'Ширина детального изображения категории', NULL),
(197, 'O', 'da', 'Altura da foto detalhada da categoria', NULL),
(197, 'O', 'de', 'Kategorie Detail Bild - Höhe', NULL),
(197, 'O', 'el', 'Υψος εικόνας λεπτομεριών κατηγορίας', NULL),
(197, 'O', 'en', 'Detailed category image height', NULL),
(197, 'O', 'es', 'Alto de imagen en detalle de categoría', NULL),
(197, 'O', 'fr', 'Hauteur de l\'image du détail de catégorie', NULL),
(197, 'O', 'it', 'Immagine dettagliata categoria - altezza immagine', NULL),
(197, 'O', 'nl', 'Hoogte gedetailleerde categorie afbeelding', NULL),
(197, 'O', 'no', 'Detaljert kategori bildehøyde', NULL),
(197, 'O', 'pt', 'Altura da foto detalhada da categoria', NULL),
(197, 'O', 'ro', 'Înățime imagine categorie', NULL),
(197, 'O', 'ru', 'Высота детального изображения категории', NULL),
(199, 'O', 'da', 'Exibir descrição do menu no painel administrativo', 'Afeta os menus como Produtos e Pedidos no painel administrativo.'),
(199, 'O', 'de', 'Menü Beschreibungen anzeigen', 'Wenn Sie dieses Kontrollkästchen deaktivieren, wird die Beschreibung der Menüpunkte ausgeblendet'),
(199, 'O', 'el', 'Εάν απενεργοποιήσετε αυτό το πλαίσιο ελέγχου, η περιγραφή των στοιχείων του μενού θα είναι κρυμμένη', 'Εάν απενεργοποιήσετε αυτό το πλαίσιο ελέγχου, η περιγραφή των στοιχείων του μενού θα είναι κρυμμένη'),
(199, 'O', 'en', 'Show menu description in admin panel', 'Affects the menus like Products and Orders in the admin panel.'),
(199, 'O', 'es', 'Mostrar descripción de menú', 'Desactivando este checkbox, la descripción de los elementos de menú se ocultarán'),
(199, 'O', 'fr', 'Afficher la description du menu', 'Si vous désactivez la checkbox, la description des éléments du menu seront cachés.'),
(199, 'O', 'it', 'Descrizione delle voci del menù', 'Se si disattiva questa casella di controllo la descrizione delle voci di menù verrà nascosta'),
(199, 'O', 'nl', 'Laat omschrijvingen in het menu zien', 'Wanneer u deze checkbox uitschakelt worden omschrijvingen in het menu verborgen'),
(199, 'O', 'no', 'Vis meny-beskrivelse', 'Hvis du deaktiverer denne sjekkboksen, vil beskrivelsen av menyelementene være skjult'),
(199, 'O', 'pt', 'Exibir descrição do menu no painel administrativo', 'Afeta os menus como Produtos e Pedidos no painel administrativo.'),
(199, 'O', 'ro', 'Arată meniu descriere', 'Dacă dezactivaţi această casetă de selectare, descrierea de elemente de meniu vor fi ascunse'),
(199, 'O', 'ru', 'Показывать описание меню', 'Если выключено, описания пунктов меню будут спрятаны'),
(200, 'V', 'da', 'Nenhum', NULL),
(200, 'V', 'de', 'Keine', NULL),
(200, 'V', 'el', 'Κανενα', NULL),
(200, 'V', 'en', 'None', NULL),
(200, 'V', 'es', 'Ninguno', NULL),
(200, 'V', 'fr', 'None', NULL),
(200, 'V', 'it', 'Nessuno', NULL),
(200, 'V', 'nl', 'Geen', NULL),
(200, 'V', 'no', 'Ingen', NULL),
(200, 'V', 'pt', 'Nenhum', NULL),
(200, 'V', 'ro', 'Niciunul', NULL),
(200, 'V', 'ru', 'не использовать', NULL),
(201, 'V', 'da', 'TLS', NULL),
(201, 'V', 'de', 'TLS', NULL),
(201, 'V', 'el', 'TLS', NULL),
(201, 'V', 'en', 'TLS', NULL),
(201, 'V', 'es', 'TLS', NULL),
(201, 'V', 'fr', 'TLS', NULL),
(201, 'V', 'it', 'TLS', NULL),
(201, 'V', 'nl', 'Transport Layer Security (TLS)', NULL),
(201, 'V', 'no', 'TLS', NULL),
(201, 'V', 'pt', 'TLS', NULL),
(201, 'V', 'ro', 'TLS', NULL),
(201, 'V', 'ru', 'TLS', NULL),
(202, 'V', 'da', 'SSL', NULL),
(202, 'V', 'de', 'SSL', NULL),
(202, 'V', 'el', 'SSL', NULL),
(202, 'V', 'en', 'SSL', NULL),
(202, 'V', 'es', 'SSL', NULL),
(202, 'V', 'fr', 'SSL', NULL),
(202, 'V', 'it', 'SSL', NULL),
(202, 'V', 'nl', 'Secure Sockets Layer (SSL)', NULL),
(202, 'V', 'no', 'SSL', NULL),
(202, 'V', 'pt', 'SSL', NULL),
(202, 'V', 'ro', 'SSL', NULL),
(202, 'V', 'ru', 'SSL', NULL),
(203, 'O', 'da', 'Definições do administrador', NULL),
(203, 'O', 'de', 'Einstellungen Administrator Panel (back-end)', NULL),
(203, 'O', 'el', 'Ρυθμίσεις Διαχειριστή', NULL),
(203, 'O', 'en', 'Administrator  settings', NULL),
(203, 'O', 'es', 'Opciones de administrador', NULL),
(203, 'O', 'fr', 'Paramètrages Administrateur', NULL),
(203, 'O', 'it', 'Impostazioni area amministratore (back-end)', NULL),
(203, 'O', 'nl', 'Administratie instellingen', NULL),
(203, 'O', 'no', 'Administrator-innstillinger', NULL),
(203, 'O', 'pt', 'Definições do administrador', NULL),
(203, 'O', 'ro', 'Setări Administrație', NULL),
(203, 'O', 'ru', 'Настройки панели администратора', NULL),
(204, 'O', 'da', 'Formato de intervalos de tempo', NULL),
(204, 'O', 'de', 'Formate für Zeitspannen', NULL),
(204, 'O', 'el', 'Μορφή των χρονικών διαστημάτων', NULL),
(204, 'O', 'en', 'Format of time intervals', NULL),
(204, 'O', 'es', 'Formato de intervalos de tiempo', NULL),
(204, 'O', 'fr', 'Format des intervalles de temps', NULL),
(204, 'O', 'it', 'Formati per intervalli di tempo', NULL),
(204, 'O', 'nl', 'Tijdsinterval opmaak', NULL),
(204, 'O', 'no', 'Format av tidsintervaller', NULL),
(204, 'O', 'pt', 'Formato de intervalos de tempo', NULL),
(204, 'O', 'ro', 'Formatul intervalelor de timp', NULL),
(204, 'O', 'ru', 'Формат интервалов времени', NULL),
(206, 'O', 'da', 'Configurações do servidor SMTP', NULL),
(206, 'O', 'de', 'SMTP Server Einstellungen', NULL),
(206, 'O', 'el', 'Ρυθμίσεις SMTP server', NULL),
(206, 'O', 'en', 'SMTP server settings', NULL),
(206, 'O', 'es', 'Opciones de servidor SMTP', NULL),
(206, 'O', 'fr', 'Paramètrages serveur SMTP', NULL),
(206, 'O', 'it', 'Impostazioni server SMTP', NULL),
(206, 'O', 'nl', 'SMTP server instellingen', NULL),
(206, 'O', 'no', 'SMTP server instillinger', NULL),
(206, 'O', 'pt', 'Configurações do servidor SMTP', NULL),
(206, 'O', 'ro', 'Setări server SMTP', NULL),
(206, 'O', 'ru', 'Настройки SMTP сервера', NULL),
(207, 'O', 'da', 'Localização padrão do cliente', NULL),
(207, 'O', 'de', 'Default customer location', NULL),
(207, 'O', 'el', 'Προεπιλεγμενη Τοποθεσία Πελάτη', NULL),
(207, 'O', 'en', 'Default customer location', NULL),
(207, 'O', 'es', 'Default customer location', NULL),
(207, 'O', 'fr', 'Default customer location', NULL),
(207, 'O', 'it', 'Default customer location', NULL),
(207, 'O', 'nl', 'Standaard klantlocatie', NULL),
(207, 'O', 'no', 'Default customer location', NULL),
(207, 'O', 'pt', 'Localização padrão do cliente', NULL),
(207, 'O', 'ro', 'Default customer location', NULL),
(207, 'O', 'ru', 'Местоположение покупателя по умолчанию', NULL),
(208, 'O', 'da', 'Configurações do cliente', NULL),
(208, 'O', 'de', 'Einstellungen Kundenbereich', NULL),
(208, 'O', 'el', 'Ρυθμίσεις πελάτη', NULL),
(208, 'O', 'en', 'Customer settings', NULL),
(208, 'O', 'es', 'Ajustes del cliente', NULL),
(208, 'O', 'fr', 'Paramètrages Client', NULL),
(208, 'O', 'it', 'Impostazioni area clienti', NULL),
(208, 'O', 'nl', 'Klant instellingen', NULL),
(208, 'O', 'no', 'Kundeinnstillinger', NULL),
(208, 'O', 'pt', 'Configurações do cliente', NULL),
(208, 'O', 'ro', 'Setări client', NULL),
(208, 'O', 'ru', 'Настройки витрины', NULL),
(209, 'O', 'da', 'Configurações do sendmail', NULL),
(209, 'O', 'de', 'Sendmail Einstellungen', NULL),
(209, 'O', 'el', 'Ρυθμίσεις Sendmail', NULL),
(209, 'O', 'en', 'Sendmail settings', NULL),
(209, 'O', 'es', 'Opciones Sendmail', NULL),
(209, 'O', 'fr', 'Paramètrages Sendmail', NULL),
(209, 'O', 'it', 'Impostazioni Sendmail', NULL),
(209, 'O', 'nl', 'Sendmail instellingen', NULL),
(209, 'O', 'no', 'Sendmail innstillinger', NULL),
(209, 'O', 'pt', 'Configurações do sendmail', NULL),
(209, 'O', 'ro', 'Setări TrimiteMail', NULL),
(209, 'O', 'ru', 'Настройки Sendmail', NULL),
(210, 'O', 'da', 'Catálogo', NULL),
(210, 'O', 'de', 'Katalog', NULL),
(210, 'O', 'el', 'Κατάλογος', NULL),
(210, 'O', 'en', 'Catalog', NULL),
(210, 'O', 'es', 'Catalogo', NULL),
(210, 'O', 'fr', 'Catalogue', NULL),
(210, 'O', 'it', 'Catalogo', NULL),
(210, 'O', 'nl', 'Catalogus', NULL),
(210, 'O', 'no', 'Katalog', NULL),
(210, 'O', 'pt', 'Catálogo', NULL),
(210, 'O', 'ro', 'Catalog', NULL),
(210, 'O', 'ru', 'Каталог', NULL),
(211, 'O', 'da', 'Configurações comuns', NULL),
(211, 'O', 'de', 'Allgemeine Einstellungen', NULL),
(211, 'O', 'el', 'Κοινές ρυθμίσεις', NULL),
(211, 'O', 'en', 'Common settings', NULL),
(211, 'O', 'es', 'Ajustes comunes', NULL),
(211, 'O', 'fr', 'Paramètres communs', NULL),
(211, 'O', 'it', 'Impostazioni generali', NULL),
(211, 'O', 'nl', 'Gebruikelijke instellingen', NULL),
(211, 'O', 'no', 'Vanlige innstillinger', NULL),
(211, 'O', 'pt', 'Configurações comuns', NULL),
(211, 'O', 'ro', 'Setări comune', NULL),
(211, 'O', 'ru', 'Дополнительные настройки', NULL),
(212, 'O', 'da', 'Promoções', NULL),
(212, 'O', 'de', 'Aktionen (Promotions)', NULL),
(212, 'O', 'el', 'Προσφορές', NULL),
(212, 'O', 'en', 'Promotions', NULL),
(212, 'O', 'es', 'Descuentos', NULL),
(212, 'O', 'fr', 'Remises', NULL),
(212, 'O', 'it', 'Promozioni', NULL),
(212, 'O', 'nl', 'Aanbiedingen', NULL),
(212, 'O', 'no', 'Kampanjer', NULL),
(212, 'O', 'pt', 'Promoções', NULL),
(212, 'O', 'ro', 'Promoții', NULL),
(212, 'O', 'ru', 'Скидки', NULL),
(213, 'O', 'da', 'Usuários', NULL),
(213, 'O', 'de', 'Users', NULL),
(213, 'O', 'el', 'Χρήστες', NULL),
(213, 'O', 'en', 'Users', NULL),
(213, 'O', 'es', 'Users', NULL),
(213, 'O', 'fr', 'Users', NULL),
(213, 'O', 'it', 'Utenti', NULL),
(213, 'O', 'nl', 'Gebruikers', NULL),
(213, 'O', 'no', 'Users', NULL),
(213, 'O', 'pt', 'Usuários', NULL),
(213, 'O', 'ro', 'Users', NULL),
(213, 'O', 'ru', 'Пользователи', NULL),
(216, 'O', 'da', 'Servidor proxy para conexões de saída', NULL),
(216, 'O', 'de', 'Proxy Server für ausgehende Verbindungen', NULL),
(216, 'O', 'el', 'Διακομιστής Proxy για εξερχόμενες συνδέσεις', NULL),
(216, 'O', 'en', 'Proxy server for outgoing connections', NULL),
(216, 'O', 'es', 'Servidor proxy para las conexiones salientes', NULL),
(216, 'O', 'fr', 'Serveur proxy pour les connexions sortantes', NULL),
(216, 'O', 'it', 'Server Proxy per collegamenti in uscita', NULL),
(216, 'O', 'nl', 'Proxy server voor uitgaande connecties', NULL),
(216, 'O', 'no', 'Proxy-server for utgående tilkoblinger', NULL),
(216, 'O', 'pt', 'Servidor proxy para conexões de saída', NULL),
(216, 'O', 'ro', 'Serverul Proxy pentru conexiuni de ieșire', NULL),
(216, 'O', 'ru', 'Настройки прокси-сервера', NULL),
(217, 'O', 'da', 'Opções de pesquisa', NULL),
(217, 'O', 'de', 'Suchoptionen', NULL),
(217, 'O', 'el', 'Επιλογές αναζήτησης', NULL),
(217, 'O', 'en', 'Search options', NULL),
(217, 'O', 'es', 'Opciones de búsqueda', NULL),
(217, 'O', 'fr', 'Options de recherche', NULL),
(217, 'O', 'it', 'Opzioni per ricerca', NULL),
(217, 'O', 'nl', 'Zoek opties', NULL),
(217, 'O', 'no', 'Søk alternativer', NULL),
(217, 'O', 'pt', 'Opções de pesquisa', NULL),
(217, 'O', 'ro', 'Opțiuni de căutare', NULL),
(217, 'O', 'ru', 'Параметры поиска', NULL),
(219, 'O', 'da', 'Opções do servidor FTP', NULL),
(219, 'O', 'de', 'FTP Server Optionen', NULL),
(219, 'O', 'el', 'Επιλογές διακομιστή FTP', NULL),
(219, 'O', 'en', 'FTP server options', NULL),
(219, 'O', 'es', 'Configuración servidor FTP', NULL),
(219, 'O', 'fr', 'Options du serveur FTP', NULL),
(219, 'O', 'it', 'Opzioni server FTP', NULL),
(219, 'O', 'nl', 'FTP server opties', NULL),
(219, 'O', 'no', 'FTP server valg', NULL),
(219, 'O', 'pt', 'Opções do servidor FTP', NULL),
(219, 'O', 'ro', 'Opțiuni server FTP', NULL),
(219, 'O', 'ru', 'Настройки FTP сервера', NULL),
(220, 'V', 'da', 'Exibir \"Já sou cliente\" primeiro', NULL),
(220, 'V', 'de', 'Display \"Returning customer\" first', NULL),
(220, 'V', 'el', 'Προβολή \"Υπάρχων πελάτης\" πρώτα', NULL),
(220, 'V', 'en', 'Display \"Returning customer\" first', NULL),
(220, 'V', 'es', 'Mostrar primero \"Volver al cliente\"', NULL),
(220, 'V', 'fr', 'Display \"Returning customer\" first', NULL),
(220, 'V', 'it', 'Visualizza prima \"Cliente abituale\"', NULL),
(220, 'V', 'nl', '\"Terugkerende klant\" als eerste weergeven', NULL),
(220, 'V', 'no', 'Vis \"Returnerende kunde\" først', NULL),
(220, 'V', 'pt', 'Exibir \"Já sou cliente\" primeiro', NULL),
(220, 'V', 'ro', 'Afişa mai întâi \"Client existent\"', NULL),
(220, 'V', 'ru', 'Показывать вариант «Постоянный клиент» первым', NULL),
(221, 'O', 'da', 'Configurações de layouts da lista de produtos', NULL),
(221, 'O', 'de', 'Einstellungen Layout Produkte Liste', NULL),
(221, 'O', 'el', 'Ρυθμίσεις των διατάξεων , της λίστας προιόντων', NULL),
(221, 'O', 'en', 'Products list layouts settings', NULL),
(221, 'O', 'es', 'Ajustes del diseño de listas de producto', NULL),
(221, 'O', 'fr', 'Paramètres de mise en page d\'une liste de produits', NULL),
(221, 'O', 'it', 'Impostazione layout lista prodotti', NULL),
(221, 'O', 'nl', 'Opmaak van de productlijst', NULL),
(221, 'O', 'no', 'Produktliste layout innstillinger', NULL),
(221, 'O', 'pt', 'Configurações de layouts da lista de produtos', NULL),
(221, 'O', 'ro', 'Setări aspect listă produse', NULL),
(221, 'O', 'ru', 'Настройки вида списка товаров', NULL),
(221, 'V', 'da', 'Exibir \"Novo cliente\" primeiro', NULL),
(221, 'V', 'de', '\"Neuen Kunde\" zuerst anzeigen', NULL),
(221, 'V', 'el', 'Προβολή \"Νέος Πελλάτης\" πρώτα', NULL),
(221, 'V', 'en', 'Display \"New customer\" first', NULL),
(221, 'V', 'es', 'Mostrar primero \"Nuevo cliente\"', NULL),
(221, 'V', 'fr', 'Display \"New customer\" first', NULL),
(221, 'V', 'it', 'Visualizza \"Nuovo cliente\" prima', NULL),
(221, 'V', 'nl', '\"Nieuwe klant\" als eerste weergeven', NULL),
(221, 'V', 'no', 'Vis \"Ny kunde\" først', NULL),
(221, 'V', 'pt', 'Exibir \"Novo cliente\" primeiro', NULL),
(221, 'V', 'ro', 'Afişa mai întâi \"Client nou\"', NULL),
(221, 'V', 'ru', 'Показывать вариант «Новый покупатель» первым', NULL),
(222, 'V', 'da', 'Ocultar etapa completamente', NULL),
(222, 'V', 'de', 'Hide step completely', NULL),
(222, 'V', 'el', 'Πλήρη Απόκρυψη βήματος', NULL),
(222, 'V', 'en', 'Hide step completely', NULL),
(222, 'V', 'es', 'Ocultar paso totalmente', NULL),
(222, 'V', 'fr', 'Hide step completely', NULL),
(222, 'V', 'it', 'Nascondi completamente il passaggio', NULL),
(222, 'V', 'nl', 'Deze stap compleet verbergen', NULL),
(222, 'V', 'no', 'Skjul trinnet helt', NULL),
(222, 'V', 'pt', 'Ocultar etapa completamente', NULL),
(222, 'V', 'ro', 'Ascunde pas complet', NULL),
(222, 'V', 'ru', 'Не показывать это шаг', NULL),
(223, 'O', 'da', 'Desconsiderar as opções do produto ao calcular os descontos por quantidade [Deprecated]', NULL),
(223, 'O', 'de', 'Disregard product options when calculating quantity discounts [Deprecated]', NULL),
(223, 'O', 'el', 'Αγνοήστε τις επιλογές του προϊόντος κατά τον υπολογισμό των εκπτώσεων ποσότητας [Υπο Καταργηση]', NULL),
(223, 'O', 'en', 'Disregard product options when calculating quantity discounts [Deprecated]', NULL),
(223, 'O', 'es', 'Disregard product options when calculating quantity discounts [Deprecated]', NULL),
(223, 'O', 'fr', 'Disregard product options when calculating quantity discounts [Deprecated]', NULL),
(223, 'O', 'it', 'Disregard product options when calculating quantity discounts [Deprecated]', NULL),
(223, 'O', 'nl', 'Negeer productopties bij het berekenen van kwantiteitskortingen [Deprecated]', NULL),
(223, 'O', 'no', 'Disregard product options when calculating quantity discounts [Deprecated]', NULL);
INSERT INTO `partiushop_settings_descriptions` (`object_id`, `object_type`, `lang_code`, `value`, `tooltip`) VALUES
(223, 'O', 'pt', 'Desconsiderar as opções do produto ao calcular os descontos por quantidade [Deprecated]', NULL),
(223, 'O', 'ro', 'Disregard product options when calculating quantity discounts [Deprecated]', NULL),
(223, 'O', 'ru', 'Не учитывать опции товара при расчете скидок на количество [Не рекомендуется]', NULL),
(223, 'V', 'da', 'Registre-se', NULL),
(223, 'V', 'de', 'Registrieren', NULL),
(223, 'V', 'el', 'Εγγραφή', NULL),
(223, 'V', 'en', 'Register', NULL),
(223, 'V', 'es', 'Registro', NULL),
(223, 'V', 'fr', 'Register', NULL),
(223, 'V', 'it', 'Registrati', NULL),
(223, 'V', 'nl', 'Registreer', NULL),
(223, 'V', 'no', 'Registrer deg', NULL),
(223, 'V', 'pt', 'Registre-se', NULL),
(223, 'V', 'ro', 'Înregistrați-vă', NULL),
(223, 'V', 'ru', 'Регистрация', NULL),
(224, 'V', 'da', 'Check-out como convidado', NULL),
(224, 'V', 'de', 'Als Gast einkaufen', NULL),
(224, 'V', 'el', 'Πληρωμή ως επισκέπτης', NULL),
(224, 'V', 'en', 'Checkout as guest', NULL),
(224, 'V', 'es', 'Comprar como invitado', NULL),
(224, 'V', 'fr', 'Checkout as guest', NULL),
(224, 'V', 'it', 'Continua acquisto come ospite', NULL),
(224, 'V', 'nl', 'Afrekenen', NULL),
(224, 'V', 'no', 'Sjekk ut som gjest', NULL),
(224, 'V', 'pt', 'Check-out como convidado', NULL),
(224, 'V', 'ro', 'Platiti fara crearea unui cont', NULL),
(224, 'V', 'ru', 'Оформить заказ как гость', NULL),
(228, 'V', 'da', '(GMT+02:00) Bucareste', NULL),
(228, 'V', 'de', '(GMT+02:00) Bucharest', NULL),
(228, 'V', 'el', '(GMT+02:00) Bucharest', NULL),
(228, 'V', 'en', '(GMT+02:00) Bucharest', NULL),
(228, 'V', 'es', '(GMT+02:00) Bucarest', NULL),
(228, 'V', 'fr', '(GMT+02:00) Bucharest', NULL),
(228, 'V', 'it', '(GMT + 02.00) Bucarest', NULL),
(228, 'V', 'nl', '(GMT + 02:00) Boekarest', NULL),
(228, 'V', 'no', '(GMT+02:00) Bucuresti', NULL),
(228, 'V', 'pt', '(GMT+02:00) Bucareste', NULL),
(228, 'V', 'ro', '(GMT+02:00) București', NULL),
(228, 'V', 'ru', '(GMT+02:00) Бухарест', NULL),
(235, 'V', 'da', 'Antigo (armazenado no sistema de arquivos)', NULL),
(235, 'V', 'de', 'Old (stored on file system)', NULL),
(235, 'V', 'el', 'Παλιό (αποθηκεύεται στο σύστημα αρχείων)', NULL),
(235, 'V', 'en', 'Old (stored on file system)', NULL),
(235, 'V', 'es', 'Antiguo (almacenado en el sistema de archivos)', NULL),
(235, 'V', 'fr', 'Old (stored on file system)', NULL),
(235, 'V', 'it', 'Antico (salvato nel sistema di files)', NULL),
(235, 'V', 'nl', 'Oude (opgeslagen op bestandssysteem)', NULL),
(235, 'V', 'no', 'Gamle (lagret i filsystemet)', NULL),
(235, 'V', 'pt', 'Antigo (armazenado no sistema de arquivos)', NULL),
(235, 'V', 'ro', 'Old (stored on file system)', NULL),
(235, 'V', 'ru', 'Старый (в файловой системе)', NULL),
(236, 'V', 'da', 'Novo (agradável e editável através do painel administrativo)', NULL),
(236, 'V', 'de', 'New (nice and editable via admin panel)', NULL),
(236, 'V', 'el', 'Νέο (ωραίο και επεξεργάσιμο μέσω admin panel)', NULL),
(236, 'V', 'en', 'New (nice and editable via admin panel)', NULL),
(236, 'V', 'es', 'Nuevo (agradable y editable a través del panel de administración)', NULL),
(236, 'V', 'fr', 'New (nice and editable via admin panel)', NULL),
(236, 'V', 'it', 'Nuovo (bello ed editabile via pannello admin)', NULL),
(236, 'V', 'nl', 'Nieuw (mooi en bewerkbaar via beheerpaneel)', NULL),
(236, 'V', 'no', 'Ny (redigerbart via adminpanelet)', NULL),
(236, 'V', 'pt', 'Novo (agradável e editável através do painel administrativo)', NULL),
(236, 'V', 'ro', 'New (nice and editable via admin panel)', NULL),
(236, 'V', 'ru', 'Новый (в панели администратора)', NULL),
(237, 'V', 'da', '(GMT+02:00) Atenas', NULL),
(237, 'V', 'de', '(GMT+02:00) Athens', NULL),
(237, 'V', 'el', '(GMT + 02:00) Αθήνα', NULL),
(237, 'V', 'en', '(GMT+02:00) Athens', NULL),
(237, 'V', 'es', '(GMT+02:00) Atenas', NULL),
(237, 'V', 'fr', '(GMT+02:00) Athens', NULL),
(237, 'V', 'it', '(GMT+02:00)Atena', NULL),
(237, 'V', 'nl', '(GMT+02:00) Athene', NULL),
(237, 'V', 'no', '(GMT+02:00) Athen', NULL),
(237, 'V', 'pt', '(GMT+02:00) Atenas', NULL),
(237, 'V', 'ro', '(GMT+02:00) Atena', NULL),
(237, 'V', 'ru', '(GMT + 02:00) Афины', NULL),
(238, 'V', 'da', '(GMT+02:00) Beirute', NULL),
(238, 'V', 'de', '(GMT+02:00) Beirut', NULL),
(238, 'V', 'el', '(GMT + 02:00) Βηρυτός', NULL),
(238, 'V', 'en', '(GMT+02:00) Beirut', NULL),
(238, 'V', 'es', '(GMT+02:00) Beirut', NULL),
(238, 'V', 'fr', '(GMT+02:00) Beirut', NULL),
(238, 'V', 'it', '(GMT+02:00) Beirut', NULL),
(238, 'V', 'nl', '(GMT + 02:00) Boekarest', NULL),
(238, 'V', 'no', '(GMT+02:00) Beirut', NULL),
(238, 'V', 'pt', '(GMT+02:00) Beirute', NULL),
(238, 'V', 'ro', '(GMT+02:00) Beirut', NULL),
(238, 'V', 'ru', '(GMT + 02:00) Бейрут', NULL),
(239, 'V', 'da', '(GMT+12:00) Kamchatka, Marshall Is.', NULL),
(239, 'V', 'de', '(GMT+12:00) Kamchatka, Marshall Is.', NULL),
(239, 'V', 'el', '(GMT+12:00) Kamchatka, Marshall Is.', NULL),
(239, 'V', 'en', '(GMT+12:00) Kamchatka, Marshall Is.', NULL),
(239, 'V', 'es', '(GMT+12:00) Kamchatka, Islas MarshalI.', NULL),
(239, 'V', 'fr', '(GMT+12:00) Kamchatka, Marshall Is.', NULL),
(239, 'V', 'it', '(GMT+12:00) Kamchatka, Marshall Is.', NULL),
(239, 'V', 'nl', '(GMT+12:00) Kamchatka, Marshall Is.', NULL),
(239, 'V', 'no', '(GMT+12:00) Kamchatka, Marshall Is.', NULL),
(239, 'V', 'pt', '(GMT+12:00) Kamchatka, Marshall Is.', NULL),
(239, 'V', 'ro', '(GMT+12:00) Kamchatka, Marshall Is.', NULL),
(239, 'V', 'ru', '(GMT+12:00) Камчатка, Маршаловы острова.', NULL),
(240, 'V', 'da', 'Realtime shipping errors', NULL),
(240, 'V', 'de', 'Realtime shipping errors', NULL),
(240, 'V', 'el', 'Realtime shipping errors', NULL),
(240, 'V', 'en', 'Realtime shipping errors', NULL),
(240, 'V', 'es', 'Errores de envío en tiempo real', NULL),
(240, 'V', 'fr', 'Realtime shipping errors', NULL),
(240, 'V', 'it', 'Realtime shipping errors', NULL),
(240, 'V', 'nl', 'Realtime shipping errors', NULL),
(240, 'V', 'no', 'Sanntid Fraktfeil', NULL),
(240, 'V', 'pt', 'Realtime shipping errors', NULL),
(240, 'V', 'ro', 'Realtime shipping errors', NULL),
(240, 'V', 'ru', 'Ошибки доставки, рассчитываемой в режиме реального времени', NULL),
(241, 'V', 'da', 'Número de telefone internacional', NULL),
(241, 'V', 'de', 'International phone number', NULL),
(241, 'V', 'el', 'Διεθνής Τηλεφωνικός Αριθμός', NULL),
(241, 'V', 'en', 'International phone number', NULL),
(241, 'V', 'es', 'International phone number', NULL),
(241, 'V', 'fr', 'International phone number', NULL),
(241, 'V', 'it', 'Numero di telefono internazionale', NULL),
(241, 'V', 'nl', 'Internationaal telefoonnummer', NULL),
(241, 'V', 'no', 'International phone number', NULL),
(241, 'V', 'pt', 'Número de telefone internacional', NULL),
(241, 'V', 'ro', 'International phone number', NULL),
(241, 'V', 'ru', 'Номер в международном формате', NULL),
(242, 'V', 'da', 'Qualquer dígito e +-()', NULL),
(242, 'V', 'de', 'Any digits and +-()', NULL),
(242, 'V', 'el', 'Οποιοδήποτε ψηφίο και +-()', NULL),
(242, 'V', 'en', 'Any digits and +-()', NULL),
(242, 'V', 'es', 'Any digits and +-()', NULL),
(242, 'V', 'fr', 'Any digits and +-()', NULL),
(242, 'V', 'it', 'Ogni cifra e +-()', NULL),
(242, 'V', 'nl', 'Any digits and +-()', NULL),
(242, 'V', 'no', 'Any digits and +-()', NULL),
(242, 'V', 'pt', 'Qualquer dígito e +-()', NULL),
(242, 'V', 'ro', 'Any digits and +-()', NULL),
(242, 'V', 'ru', 'Любые цифры и +-()', NULL),
(243, 'V', 'da', 'Qualquer símbolo', NULL),
(243, 'V', 'de', 'Any symbols', NULL),
(243, 'V', 'el', 'Οποιοδήποτε σύμβολο', NULL),
(243, 'V', 'en', 'Any symbols', NULL),
(243, 'V', 'es', 'Any symbols', NULL),
(243, 'V', 'fr', 'Any symbols', NULL),
(243, 'V', 'it', 'Ogni simbolo', NULL),
(243, 'V', 'nl', 'Any symbols', NULL),
(243, 'V', 'no', 'Any symbols', NULL),
(243, 'V', 'pt', 'Qualquer símbolo', NULL),
(243, 'V', 'ro', 'Any symbols', NULL),
(243, 'V', 'ru', 'Любые символы', NULL),
(244, 'V', 'da', 'Médio', NULL),
(244, 'V', 'de', 'Mittel', NULL),
(244, 'V', 'el', 'Μεσαίο', NULL),
(244, 'V', 'en', 'Medium', NULL),
(244, 'V', 'es', 'Mediano', NULL),
(244, 'V', 'fr', 'Medium', NULL),
(244, 'V', 'it', 'Medio', NULL),
(244, 'V', 'nl', 'Middel', NULL),
(244, 'V', 'no', 'Middels', NULL),
(244, 'V', 'pt', 'Médio', NULL),
(244, 'V', 'ro', 'Medium', NULL),
(244, 'V', 'ru', 'Средняя', NULL),
(245, 'V', 'da', 'Largo', NULL),
(245, 'V', 'de', 'Gross', NULL),
(245, 'V', 'el', 'Μεγάλο', NULL),
(245, 'V', 'en', 'Large', NULL),
(245, 'V', 'es', 'Grande', NULL),
(245, 'V', 'fr', 'Large', NULL),
(245, 'V', 'it', 'Grande', NULL),
(245, 'V', 'nl', 'Groot', NULL),
(245, 'V', 'no', 'Stor', NULL),
(245, 'V', 'pt', 'Largo', NULL),
(245, 'V', 'ro', 'Large', NULL),
(245, 'V', 'ru', 'Большая', NULL),
(246, 'V', 'da', 'Nenhum', NULL),
(246, 'V', 'de', 'Keine', NULL),
(246, 'V', 'el', 'Κανενα', NULL),
(246, 'V', 'en', 'None', NULL),
(246, 'V', 'es', 'Ninguno', NULL),
(246, 'V', 'fr', 'Nulle', NULL),
(246, 'V', 'it', 'Nessuno', NULL),
(246, 'V', 'nl', 'Geen', NULL),
(246, 'V', 'no', 'Ingen', NULL),
(246, 'V', 'pt', 'Nenhum', NULL),
(246, 'V', 'ro', 'None', NULL),
(246, 'V', 'ru', 'Не отображать', NULL),
(247, 'S', 'da', '', NULL),
(247, 'S', 'de', '', NULL),
(247, 'S', 'el', '', NULL),
(247, 'S', 'en', '', NULL),
(247, 'S', 'es', '', NULL),
(247, 'S', 'fr', '', NULL),
(247, 'S', 'it', '', NULL),
(247, 'S', 'nl', '', NULL),
(247, 'S', 'no', '', NULL),
(247, 'S', 'pt', '', NULL),
(247, 'S', 'ro', '', NULL),
(247, 'S', 'ru', '', NULL),
(247, 'V', 'da', 'Horizontal', NULL),
(247, 'V', 'de', 'Horizontal', NULL),
(247, 'V', 'el', 'Οριζόντια', NULL),
(247, 'V', 'en', 'Horizontal', NULL),
(247, 'V', 'es', 'Horizontal', NULL),
(247, 'V', 'fr', 'Horizontal', NULL),
(247, 'V', 'it', 'Orizzontale', NULL),
(247, 'V', 'nl', 'Horizontaal', NULL),
(247, 'V', 'no', 'Horisontal', NULL),
(247, 'V', 'pt', 'Horizontal', NULL),
(247, 'V', 'ro', 'Horizontal', NULL),
(247, 'V', 'ru', 'Горизонтально', NULL),
(248, 'V', 'da', 'Vertical', NULL),
(248, 'V', 'de', 'Vertikal', NULL),
(248, 'V', 'el', 'κάθετα', NULL),
(248, 'V', 'en', 'vertical', NULL),
(248, 'V', 'es', 'vertical', NULL),
(248, 'V', 'fr', 'vertical', NULL),
(248, 'V', 'it', 'verticale', NULL),
(248, 'V', 'nl', 'verticaal', NULL),
(248, 'V', 'no', 'vertikal', NULL),
(248, 'V', 'pt', 'Vertical', NULL),
(248, 'V', 'ro', 'vertical', NULL),
(248, 'V', 'ru', 'Вертикально', NULL),
(249, 'V', 'da', 'Páginas de produto', NULL),
(249, 'V', 'de', 'Artikeldetailseiten', NULL),
(249, 'V', 'el', 'Σελίδα λεπτομερειών προϊόντος', NULL),
(249, 'V', 'en', 'Product details pages', NULL),
(249, 'V', 'es', 'Página de detalles del producto', NULL),
(249, 'V', 'fr', 'Pages de details des produits', NULL),
(249, 'V', 'it', 'Pagine dettagli prodotto', NULL),
(249, 'V', 'nl', 'Product detailpagina\'s', NULL),
(249, 'V', 'no', 'Produktdetaljer sider', NULL),
(249, 'V', 'pt', 'Páginas de produto', NULL),
(249, 'V', 'ro', 'Product details pages', NULL),
(249, 'V', 'ru', 'На страницах товаров', NULL),
(250, 'V', 'da', 'Páginas', NULL),
(250, 'V', 'de', 'Seiten', NULL),
(250, 'V', 'el', 'Σελίδες', NULL),
(250, 'V', 'en', 'Pages', NULL),
(250, 'V', 'es', 'Páginas', NULL),
(250, 'V', 'fr', 'Pages', NULL),
(250, 'V', 'it', 'Pagine', NULL),
(250, 'V', 'nl', 'Pagina \'s', NULL),
(250, 'V', 'no', 'Sider', NULL),
(250, 'V', 'pt', 'Páginas', NULL),
(250, 'V', 'ro', 'Pages', NULL),
(250, 'V', 'ru', 'На контентных страницах', NULL),
(251, 'V', 'da', 'Padrão', NULL),
(251, 'V', 'de', 'Standard', NULL),
(251, 'V', 'el', 'Τυπικό', NULL),
(251, 'V', 'en', 'Standard', NULL),
(251, 'V', 'es', 'Estándar', NULL),
(251, 'V', 'fr', 'Standard', NULL),
(251, 'V', 'it', 'Standard', NULL),
(251, 'V', 'nl', 'Standaard', NULL),
(251, 'V', 'no', 'Standard', NULL),
(251, 'V', 'pt', 'Padrão', NULL),
(251, 'V', 'ro', 'Standard', NULL),
(251, 'V', 'ru', 'Стандартный', NULL),
(252, 'V', 'da', 'Com contagem', NULL),
(252, 'V', 'de', 'Mit Counter', NULL),
(252, 'V', 'el', 'Με αρίθμηση', NULL),
(252, 'V', 'en', 'With count', NULL),
(252, 'V', 'es', 'Con la cuenta', NULL),
(252, 'V', 'fr', 'Avec nombre', NULL),
(252, 'V', 'it', 'Con contatore', NULL),
(252, 'V', 'nl', 'Met teller', NULL),
(252, 'V', 'no', 'Med teller', NULL),
(252, 'V', 'pt', 'Com contagem', NULL),
(252, 'V', 'ro', 'With count', NULL),
(252, 'V', 'ru', 'Со счетчиком', NULL),
(253, 'V', 'da', 'Com contagem grande', NULL),
(253, 'V', 'de', 'Mit großem Counter', NULL),
(253, 'V', 'el', 'Με μεγάλη αρίθμιση', NULL),
(253, 'V', 'en', 'With large count', NULL),
(253, 'V', 'es', 'Con gran cantidad', NULL),
(253, 'V', 'fr', 'Avec nombre large', NULL),
(253, 'V', 'it', 'Con contatore grande', NULL),
(253, 'V', 'nl', 'Met grote teller', NULL),
(253, 'V', 'no', 'Med stor teller', NULL),
(253, 'V', 'pt', 'Com contagem grande', NULL),
(253, 'V', 'ro', 'With large count', NULL),
(253, 'V', 'ru', 'С большим счетчиком', NULL),
(254, 'V', 'da', 'Curtir', NULL),
(254, 'V', 'de', 'Gefällt mir', NULL),
(254, 'V', 'el', 'Like', NULL),
(254, 'V', 'en', 'Like', NULL),
(254, 'V', 'es', 'Me Gusta', NULL),
(254, 'V', 'fr', 'Comme', NULL),
(254, 'V', 'it', 'Mi piace', NULL),
(254, 'V', 'nl', 'Vind ik leuk', NULL),
(254, 'V', 'no', 'Liker', NULL),
(254, 'V', 'pt', 'Curtir', NULL),
(254, 'V', 'ro', 'Like', NULL),
(254, 'V', 'ru', 'Мне нравится', NULL),
(255, 'V', 'da', 'Recomendar', NULL),
(255, 'V', 'de', 'Empfohlen', NULL),
(255, 'V', 'el', 'Προτεινόμενο', NULL),
(255, 'V', 'en', 'Recommend', NULL),
(255, 'V', 'es', 'Recomendar', NULL),
(255, 'V', 'fr', 'Recommender', NULL),
(255, 'V', 'it', 'Raccomanda', NULL),
(255, 'V', 'nl', 'Aanbevelen', NULL),
(255, 'V', 'no', 'Anbefal', NULL),
(255, 'V', 'pt', 'Recomendar', NULL),
(255, 'V', 'ro', 'Recommend', NULL),
(255, 'V', 'ru', 'Рекомендовать', NULL),
(256, 'V', 'da', 'Africâner', NULL),
(256, 'V', 'de', 'Afrikanisch', NULL),
(256, 'V', 'el', 'Αφρικανικα', NULL),
(256, 'V', 'en', 'Afrikaans', NULL),
(256, 'V', 'es', 'Afrikaans', NULL),
(256, 'V', 'fr', 'Africain', NULL),
(256, 'V', 'it', 'Afrikaans', NULL),
(256, 'V', 'nl', 'Afrikaans', NULL),
(256, 'V', 'no', 'Afrikaans', NULL),
(256, 'V', 'pt', 'Africâner', NULL),
(256, 'V', 'ro', 'Afrikaans', NULL),
(256, 'V', 'ru', 'Африкаанс', NULL),
(257, 'V', 'da', 'Árabe', NULL),
(257, 'V', 'de', 'Arabisch', NULL),
(257, 'V', 'el', 'Αραβικά', NULL),
(257, 'V', 'en', 'Arabic', NULL),
(257, 'V', 'es', 'Árabe', NULL),
(257, 'V', 'fr', 'Arabe', NULL),
(257, 'V', 'it', 'Arabo', NULL),
(257, 'V', 'nl', 'Arabisch', NULL),
(257, 'V', 'no', 'Arabisk', NULL),
(257, 'V', 'pt', 'Árabe', NULL),
(257, 'V', 'ro', 'Arabic', NULL),
(257, 'V', 'ru', 'Арабский', NULL),
(258, 'V', 'da', 'Azeri', NULL),
(258, 'V', 'de', 'Azerbaijanisch', NULL),
(258, 'V', 'el', 'Αζαρμπαιτζαν', NULL),
(258, 'V', 'en', 'Azerbaijani', NULL),
(258, 'V', 'es', 'Azerbaiyano', NULL),
(258, 'V', 'fr', 'Azerbaijane', NULL),
(258, 'V', 'it', 'Azerbaijani', NULL),
(258, 'V', 'nl', 'Azerbeidzjaanse', NULL),
(258, 'V', 'no', 'Aserbajdsjansk', NULL),
(258, 'V', 'pt', 'Azeri', NULL),
(258, 'V', 'ro', 'Azerbaijani', NULL),
(258, 'V', 'ru', 'Азербайджанский', NULL),
(259, 'V', 'da', 'Bielo-russo', NULL),
(259, 'V', 'de', 'Weißrussisch', NULL),
(259, 'V', 'el', 'Λευκορωσικα', NULL),
(259, 'V', 'en', 'Belarusian', NULL),
(259, 'V', 'es', 'Bielorruso', NULL),
(259, 'V', 'fr', 'Belaruse', NULL),
(259, 'V', 'it', 'Bielorusso', NULL),
(259, 'V', 'nl', 'Wit-Russisch', NULL),
(259, 'V', 'no', 'Hviterussisk', NULL),
(259, 'V', 'pt', 'Bielo-russo', NULL),
(259, 'V', 'ro', 'Belarusian', NULL),
(259, 'V', 'ru', 'Белорусский', NULL),
(260, 'V', 'da', 'Búlgaro', NULL),
(260, 'V', 'de', 'Bulgarisch', NULL),
(260, 'V', 'el', 'Βουλγαρικα', NULL),
(260, 'V', 'en', 'Bulgarian', NULL),
(260, 'V', 'es', 'Búlgaro', NULL),
(260, 'V', 'fr', 'Bulgare', NULL),
(260, 'V', 'it', 'Bulgaro', NULL),
(260, 'V', 'nl', 'Bulgaars', NULL),
(260, 'V', 'no', 'Bulgarsk', NULL),
(260, 'V', 'pt', 'Búlgaro', NULL),
(260, 'V', 'ro', 'Bulgarian', NULL),
(260, 'V', 'ru', 'Болгарский', NULL),
(261, 'V', 'da', 'Bengalês', NULL),
(261, 'V', 'de', 'Bengalisch', NULL),
(261, 'V', 'el', 'Μπενγκαλι', NULL),
(261, 'V', 'en', 'Bengali', NULL),
(261, 'V', 'es', 'Bengalí', NULL),
(261, 'V', 'fr', 'Bengali', NULL),
(261, 'V', 'it', 'Bengali', NULL),
(261, 'V', 'nl', 'Bengaals', NULL),
(261, 'V', 'no', 'Bengali', NULL),
(261, 'V', 'pt', 'Bengalês', NULL),
(261, 'V', 'ro', 'Bengali', NULL),
(261, 'V', 'ru', 'Бенгали', NULL),
(262, 'V', 'da', 'Bósnio', NULL),
(262, 'V', 'de', 'Bosnisch', NULL),
(262, 'V', 'el', 'Βοσνιακα', NULL),
(262, 'V', 'en', 'Bosnian', NULL),
(262, 'V', 'es', 'Bosnio', NULL),
(262, 'V', 'fr', 'Bosnien', NULL),
(262, 'V', 'it', 'Bosniaco', NULL),
(262, 'V', 'nl', 'Bosnisch', NULL),
(262, 'V', 'no', 'Bosnisk', NULL),
(262, 'V', 'pt', 'Bósnio', NULL),
(262, 'V', 'ro', 'Bosnian', NULL),
(262, 'V', 'ru', 'Боснийский', NULL),
(263, 'V', 'da', 'Catalão', NULL),
(263, 'V', 'de', 'Katalanisch', NULL),
(263, 'V', 'el', 'Καταλανικα', NULL),
(263, 'V', 'en', 'Catalan', NULL),
(263, 'V', 'es', 'Catalán', NULL),
(263, 'V', 'fr', 'Catalan', NULL),
(263, 'V', 'it', 'Catalano', NULL),
(263, 'V', 'nl', 'Catalaans', NULL),
(263, 'V', 'no', 'Katalansk', NULL),
(263, 'V', 'pt', 'Catalão', NULL),
(263, 'V', 'ro', 'Catalan', NULL),
(263, 'V', 'ru', 'Каталанский', NULL),
(264, 'V', 'da', 'Tcheco', NULL),
(264, 'V', 'de', 'Tschechisch', NULL),
(264, 'V', 'el', 'Τσεχικα', NULL),
(264, 'V', 'en', 'Czech', NULL),
(264, 'V', 'es', 'Checo', NULL),
(264, 'V', 'fr', 'Tseque', NULL),
(264, 'V', 'it', 'Ceco', NULL),
(264, 'V', 'nl', 'Tsjechisch', NULL),
(264, 'V', 'no', 'Tsjekkisk', NULL),
(264, 'V', 'pt', 'Tcheco', NULL),
(264, 'V', 'ro', 'Czech', NULL),
(264, 'V', 'ru', 'Чешский', NULL),
(265, 'V', 'da', 'Galês', NULL),
(265, 'V', 'de', 'Walisisch', NULL),
(265, 'V', 'el', 'Ουαλλικά', NULL),
(265, 'V', 'en', 'Welsh', NULL),
(265, 'V', 'es', 'Galés', NULL),
(265, 'V', 'fr', 'Galois', NULL),
(265, 'V', 'it', 'Gallese', NULL),
(265, 'V', 'nl', 'Welsh', NULL),
(265, 'V', 'no', 'Walisisk', NULL),
(265, 'V', 'pt', 'Galês', NULL),
(265, 'V', 'ro', 'Welsh', NULL),
(265, 'V', 'ru', 'Валийский', NULL),
(266, 'V', 'da', 'Dinamarquês', NULL),
(266, 'V', 'de', 'Dänisch', NULL),
(266, 'V', 'el', 'δανέζικα', NULL),
(266, 'V', 'en', 'Danish', NULL),
(266, 'V', 'es', 'Danés', NULL),
(266, 'V', 'fr', 'Danois', NULL),
(266, 'V', 'it', 'Danese', NULL),
(266, 'V', 'nl', 'Deens', NULL),
(266, 'V', 'no', 'Dansk', NULL),
(266, 'V', 'pt', 'Dinamarquês', NULL),
(266, 'V', 'ro', 'Danish', NULL),
(266, 'V', 'ru', 'Датский', NULL),
(267, 'V', 'da', 'Alemão', NULL),
(267, 'V', 'de', 'Deutsch', NULL),
(267, 'V', 'el', 'Γερμανικά', NULL),
(267, 'V', 'en', 'German', NULL),
(267, 'V', 'es', 'Alemán', NULL),
(267, 'V', 'fr', 'Allemand', NULL),
(267, 'V', 'it', 'Tedesco', NULL),
(267, 'V', 'nl', 'Duits', NULL),
(267, 'V', 'no', 'Tysk', NULL),
(267, 'V', 'pt', 'Alemão', NULL),
(267, 'V', 'ro', 'German', NULL),
(267, 'V', 'ru', 'Немецкий', NULL),
(268, 'V', 'da', 'Grego', NULL),
(268, 'V', 'de', 'Griechisch', NULL),
(268, 'V', 'el', 'Ελληνικά', NULL),
(268, 'V', 'en', 'Greek', NULL),
(268, 'V', 'es', 'Griego', NULL),
(268, 'V', 'fr', 'Grec', NULL),
(268, 'V', 'it', 'Greco', NULL),
(268, 'V', 'nl', 'Grieks', NULL),
(268, 'V', 'no', 'Gresk', NULL),
(268, 'V', 'pt', 'Grego', NULL),
(268, 'V', 'ro', 'Greek', NULL),
(268, 'V', 'ru', 'Греческий', NULL),
(269, 'V', 'da', 'Inglês (UK)', NULL),
(269, 'V', 'de', 'Englisch (UK)', NULL),
(269, 'V', 'el', 'Αγγλικά (UK)', NULL),
(269, 'V', 'en', 'English (UK)', NULL),
(269, 'V', 'es', 'Inglés (Reino Unido)', NULL),
(269, 'V', 'fr', 'Anglais (RU)', NULL),
(269, 'V', 'it', 'Inglese (UK)', NULL),
(269, 'V', 'nl', 'Engels (UK)', NULL),
(269, 'V', 'no', 'Engelsk (britisk)', NULL),
(269, 'V', 'pt', 'Inglês (UK)', NULL),
(269, 'V', 'ro', 'English (UK)', NULL),
(269, 'V', 'ru', 'Английский (Соединенное Королевство)', NULL),
(270, 'V', 'da', 'Inglês (Pirata)', NULL),
(270, 'V', 'de', 'Englisch (Pirate)', NULL),
(270, 'V', 'el', 'Αγγλικά (pirate)', NULL),
(270, 'V', 'en', 'English (Pirate)', NULL),
(270, 'V', 'es', 'Inglés (Pirata)', NULL),
(270, 'V', 'fr', 'Anglais (Pirate)', NULL),
(270, 'V', 'it', 'Inglese (pirata)', NULL),
(270, 'V', 'nl', 'Engels (Pirate)', NULL),
(270, 'V', 'no', 'Engelsk (pirat)', NULL),
(270, 'V', 'pt', 'Inglês (Pirata)', NULL),
(270, 'V', 'ro', 'English (Pirate)', NULL),
(270, 'V', 'ru', 'Английский (пиратский)', NULL),
(271, 'V', 'da', 'Inglês (De cabeça para baixo)', NULL),
(271, 'V', 'de', 'Englisch (AUS)', NULL),
(271, 'V', 'el', 'Αγγλικά (ανάποδα)', NULL),
(271, 'V', 'en', 'English (Upside Down)', NULL),
(271, 'V', 'es', 'Inglés (Al Revés)', NULL),
(271, 'V', 'fr', 'Anglais (a l\'inverse)', NULL),
(271, 'V', 'it', 'Inglese (sottosopra)', NULL),
(271, 'V', 'nl', 'Engels (Upside Down)', NULL),
(271, 'V', 'no', 'Engelsk (opp-ned)', NULL),
(271, 'V', 'pt', 'Inglês (De cabeça para baixo)', NULL),
(271, 'V', 'ro', 'English (Upside Down)', NULL),
(271, 'V', 'ru', 'Английский (вверх ногами)', NULL),
(272, 'O', 'da', 'Exibir a seção Rastrear Meu Pedido', NULL),
(272, 'O', 'de', 'Abschnitt \"Bestellübersicht\" anzeigen', NULL),
(272, 'O', 'el', 'Προβολη Ενότητας Παρακολούθηση της Παραγγελίας μου', NULL),
(272, 'O', 'en', 'Display track my orders section', NULL),
(272, 'O', 'es', 'Mostrar la sección de estado de mi pedido', NULL),
(272, 'O', 'fr', 'Afficher la section \'Suivre mes commandes\'', NULL),
(272, 'O', 'it', 'Mostra sezione monitoraggio ordini (tracking)', NULL),
(272, 'O', 'nl', 'Volg-mijn-bestellingen tonen', NULL),
(272, 'O', 'no', 'Vis Spor mine ordre-modulen', NULL),
(272, 'O', 'pt', 'Exibir a seção Rastrear Meu Pedido', NULL),
(272, 'O', 'ro', 'Afişare urmăriţi secţiunea meu de comenzi', NULL),
(272, 'O', 'ru', 'Показывать секцию отслеживания заказов', NULL),
(272, 'V', 'da', 'Inglês (EUA)', NULL),
(272, 'V', 'de', 'Englisch (US)', NULL),
(272, 'V', 'el', 'Αγγλικά (UK)', NULL),
(272, 'V', 'en', 'English (US)', NULL),
(272, 'V', 'es', 'Inglés (Estados Unidos)', NULL),
(272, 'V', 'fr', 'Anglais (EU)', NULL),
(272, 'V', 'it', 'Inglese (US)', NULL),
(272, 'V', 'nl', 'Engels (VS)', NULL),
(272, 'V', 'no', 'Engelsk (USA)', NULL),
(272, 'V', 'pt', 'Inglês (EUA)', NULL),
(272, 'V', 'ro', 'English (US)', NULL),
(272, 'V', 'ru', 'Английский (США)', NULL),
(273, 'V', 'da', 'Esperanto', NULL),
(273, 'V', 'de', 'Esperanto', NULL),
(273, 'V', 'el', 'Εσπεράντο', NULL),
(273, 'V', 'en', 'Esperanto', NULL),
(273, 'V', 'es', 'Esperanto', NULL),
(273, 'V', 'fr', 'Esperanto', NULL),
(273, 'V', 'it', 'Esperanto', NULL),
(273, 'V', 'nl', 'Esperanto', NULL),
(273, 'V', 'no', 'Esperanto', NULL),
(273, 'V', 'pt', 'Esperanto', NULL),
(273, 'V', 'ro', 'Esperanto', NULL),
(273, 'V', 'ru', 'Эсперанто', NULL),
(274, 'O', 'da', 'Geral', NULL),
(274, 'O', 'de', 'Allgemein', NULL),
(274, 'O', 'el', 'Γενικά', NULL),
(274, 'O', 'en', 'General', NULL),
(274, 'O', 'es', 'General', NULL),
(274, 'O', 'fr', 'Général', NULL),
(274, 'O', 'it', 'Generale', NULL),
(274, 'O', 'nl', 'Algemeen', NULL),
(274, 'O', 'no', 'Generelt', NULL),
(274, 'O', 'pt', 'Geral', NULL),
(274, 'O', 'ro', 'General', NULL),
(274, 'O', 'ru', 'Общее', NULL),
(274, 'V', 'da', 'Espanhol (Espanha)', NULL),
(274, 'V', 'de', 'Spanisch (Spanien)', NULL),
(274, 'V', 'el', 'Ισπανικά (Ισπανίας)', NULL),
(274, 'V', 'en', 'Spanish (Spain)', NULL),
(274, 'V', 'es', 'Español (España)', NULL),
(274, 'V', 'fr', 'Espagnol (Espagne)', NULL),
(274, 'V', 'it', 'Spagnolo (Spagna)', NULL),
(274, 'V', 'nl', 'Spaans (Spanje)', NULL),
(274, 'V', 'no', 'Spansk (Spania)', NULL),
(274, 'V', 'pt', 'Espanhol (Espanha)', NULL),
(274, 'V', 'ro', 'Spanish (Spain)', NULL),
(274, 'V', 'ru', 'Испанский (Испания)', NULL),
(275, 'O', 'da', 'Inscrição rápida', 'Exigir somente informações de contato para o cadastro.'),
(275, 'O', 'de', 'Schnellregistrierung', 'Kontaktinformationen werden nur zur Registrierung benötigt'),
(275, 'O', 'el', 'Να απαιτούνται μόνο τα στοιχεία επικοινωνίας κατα την εγγραφή', 'Απαιτούνται μόνο τα στοιχεία επικοινωνίας σχετικά με την εγγραφή'),
(275, 'O', 'en', 'Quick registration', 'Require only contact information for registration.'),
(275, 'O', 'es', 'Registro rápido', 'Solicitar solo información de contacto en el registro'),
(275, 'O', 'fr', 'Inscription rapide', 'Requiers seulement une information de contact pour l\'enregistrement'),
(275, 'O', 'it', 'Registrazione veloce', 'Sono richieste solamente le informazioni di contatto in fase di registrazione'),
(275, 'O', 'nl', 'Snelle registratie', 'Uitsluitend contact informatie verlangen tijdens registratie'),
(275, 'O', 'no', 'Hurtigregistrering', 'Krev kun kontaktinformasjon ved registrering'),
(275, 'O', 'pt', 'Inscrição rápida', 'Exigir somente informações de contato para o cadastro.'),
(275, 'O', 'ro', 'Inregistrare rapidă', 'Nevoie doar de informații cu privire la înregistrarea de contact'),
(275, 'O', 'ru', 'Быстрая регистрация', 'Для регистрации требуется только контактная информация'),
(275, 'V', 'da', 'Espanhol', NULL),
(275, 'V', 'de', 'Spanisch', NULL),
(275, 'V', 'el', 'Ισπανικά', NULL),
(275, 'V', 'en', 'Spanish', NULL),
(275, 'V', 'es', 'Español', NULL),
(275, 'V', 'fr', 'Espagnol', NULL),
(275, 'V', 'it', 'Spagnolo', NULL),
(275, 'V', 'nl', 'Spaans', NULL),
(275, 'V', 'no', 'Spansk', NULL),
(275, 'V', 'pt', 'Espanhol', NULL),
(275, 'V', 'ro', 'Spanish', NULL),
(275, 'V', 'ru', 'Испанский', NULL),
(276, 'V', 'da', 'Estoniano', NULL),
(276, 'V', 'de', 'Estnisch', NULL),
(276, 'V', 'el', 'Εσθονικά', NULL),
(276, 'V', 'en', 'Estonian', NULL),
(276, 'V', 'es', 'Estonio', NULL),
(276, 'V', 'fr', 'Estonien', NULL),
(276, 'V', 'it', 'Estone', NULL),
(276, 'V', 'nl', 'Estisch', NULL),
(276, 'V', 'no', 'Estisk', NULL),
(276, 'V', 'pt', 'Estoniano', NULL),
(276, 'V', 'ro', 'Estonian', NULL),
(276, 'V', 'ru', 'Эстонский', NULL),
(277, 'V', 'da', 'Basco', NULL),
(277, 'V', 'de', 'Baskisch', NULL),
(277, 'V', 'el', 'Basque', NULL),
(277, 'V', 'en', 'Basque', NULL),
(277, 'V', 'es', 'Vasco', NULL),
(277, 'V', 'fr', 'Basque', NULL),
(277, 'V', 'it', 'Basco', NULL),
(277, 'V', 'nl', 'Baskisch', NULL),
(277, 'V', 'no', 'Baskisk', NULL),
(277, 'V', 'pt', 'Basco', NULL),
(277, 'V', 'ro', 'Basque', NULL),
(277, 'V', 'ru', 'Баскский', NULL),
(278, 'V', 'da', 'Persa', NULL),
(278, 'V', 'de', 'Persisch', NULL),
(278, 'V', 'el', 'Persian', NULL),
(278, 'V', 'en', 'Persian', NULL),
(278, 'V', 'es', 'Persa', NULL),
(278, 'V', 'fr', 'Perse', NULL),
(278, 'V', 'it', 'Farsi', NULL),
(278, 'V', 'nl', 'Perzisch', NULL),
(278, 'V', 'no', 'Persisk', NULL),
(278, 'V', 'pt', 'Persa', NULL),
(278, 'V', 'ro', 'Persian', NULL),
(278, 'V', 'ru', 'Персидский', NULL),
(279, 'V', 'da', 'Leet Speak', NULL),
(279, 'V', 'de', 'Leetspeak', NULL),
(279, 'V', 'el', 'Leet Speak', NULL),
(279, 'V', 'en', 'Leet Speak', NULL),
(279, 'V', 'es', 'Leet Speak', NULL),
(279, 'V', 'fr', 'Laet Speak', NULL),
(279, 'V', 'it', 'Leet Speak', NULL),
(279, 'V', 'nl', 'Leet spreken', NULL),
(279, 'V', 'no', 'Leet', NULL),
(279, 'V', 'pt', 'Leet Speak', NULL),
(279, 'V', 'ro', 'Leet Speak', NULL),
(279, 'V', 'ru', 'Лит-спик', NULL),
(280, 'V', 'da', 'Finlandês', NULL),
(280, 'V', 'de', 'Finnisch', NULL),
(280, 'V', 'el', 'Φινλανδικά', NULL),
(280, 'V', 'en', 'Finnish', NULL),
(280, 'V', 'es', 'Finlandés', NULL),
(280, 'V', 'fr', 'Finlandais', NULL),
(280, 'V', 'it', 'Finlandese', NULL),
(280, 'V', 'nl', 'Fins', NULL),
(280, 'V', 'no', 'Finsk', NULL),
(280, 'V', 'pt', 'Finlandês', NULL),
(280, 'V', 'ro', 'Finnish', NULL),
(280, 'V', 'ru', 'Финский', NULL),
(281, 'V', 'da', 'Faroês', NULL),
(281, 'V', 'de', 'Färöisch', NULL),
(281, 'V', 'el', 'Faroese', NULL),
(281, 'V', 'en', 'Faroese', NULL),
(281, 'V', 'es', 'Feroés', NULL),
(281, 'V', 'fr', 'Feroen', NULL),
(281, 'V', 'it', 'Faroese', NULL),
(281, 'V', 'nl', 'Faroese', NULL),
(281, 'V', 'no', 'Færøysk', NULL),
(281, 'V', 'pt', 'Faroês', NULL),
(281, 'V', 'ro', 'Faroese', NULL),
(281, 'V', 'ru', 'Фарерский', NULL),
(282, 'V', 'da', 'Francês (Canadá)', NULL),
(282, 'V', 'de', 'Französisch (Kanada)', NULL),
(282, 'V', 'el', 'Γαλλικά (Καναδά)', NULL),
(282, 'V', 'en', 'French (Canada)', NULL),
(282, 'V', 'es', 'Francés (Canadá)', NULL),
(282, 'V', 'fr', 'Francais (Canada)', NULL),
(282, 'V', 'it', 'Francese (Canada)', NULL),
(282, 'V', 'nl', 'Frans (Canada)', NULL),
(282, 'V', 'no', 'Fransk (Canada)', NULL),
(282, 'V', 'pt', 'Francês (Canadá)', NULL),
(282, 'V', 'ro', 'French (Canada)', NULL),
(282, 'V', 'ru', 'Французский (Канада)', NULL),
(283, 'V', 'da', 'Francês (França)', NULL),
(283, 'V', 'de', 'Französisch (Frankreich)', NULL),
(283, 'V', 'el', 'Γαλλικά (Γαλλίας)', NULL),
(283, 'V', 'en', 'French (France)', NULL),
(283, 'V', 'es', 'Francés (Francia)', NULL),
(283, 'V', 'fr', 'Francais (France)', NULL),
(283, 'V', 'it', 'Francese (Francia)', NULL),
(283, 'V', 'nl', 'Frans (Frankrijk)', NULL),
(283, 'V', 'no', 'Fransk (Frankrike)', NULL),
(283, 'V', 'pt', 'Francês (França)', NULL),
(283, 'V', 'ro', 'French (France)', NULL),
(283, 'V', 'ru', 'Французский (Франция)', NULL),
(284, 'V', 'da', 'Frisian', NULL),
(284, 'V', 'de', 'Friesisch', NULL),
(284, 'V', 'el', 'Frisian', NULL),
(284, 'V', 'en', 'Frisian', NULL),
(284, 'V', 'es', 'Frisón', NULL),
(284, 'V', 'fr', 'Frison', NULL),
(284, 'V', 'it', 'Frisone', NULL),
(284, 'V', 'nl', 'Friese', NULL),
(284, 'V', 'no', 'Frisisk', NULL),
(284, 'V', 'pt', 'Frisian', NULL),
(284, 'V', 'ro', 'Frisian', NULL),
(284, 'V', 'ru', 'Фризский', NULL),
(285, 'V', 'da', 'Irlandês', NULL),
(285, 'V', 'de', 'Irisch', NULL),
(285, 'V', 'el', 'Ιρλανδικά', NULL),
(285, 'V', 'en', 'Irish', NULL),
(285, 'V', 'es', 'Irlandés', NULL),
(285, 'V', 'fr', 'Irlandais', NULL),
(285, 'V', 'it', 'Irlandese', NULL),
(285, 'V', 'nl', 'Iers', NULL),
(285, 'V', 'no', 'Irsk', NULL),
(285, 'V', 'pt', 'Irlandês', NULL),
(285, 'V', 'ro', 'Irish', NULL),
(285, 'V', 'ru', 'Ирландский', NULL),
(286, 'V', 'da', 'Galego', NULL),
(286, 'V', 'de', 'Gallisch', NULL),
(286, 'V', 'el', 'Γαλικικά', NULL),
(286, 'V', 'en', 'Galician', NULL),
(286, 'V', 'es', 'Gallego', NULL),
(286, 'V', 'fr', 'Galicien', NULL),
(286, 'V', 'it', 'Galiziano', NULL),
(286, 'V', 'nl', 'Galicisch', NULL),
(286, 'V', 'no', 'Galisisk', NULL),
(286, 'V', 'pt', 'Galego', NULL),
(286, 'V', 'ro', 'Galician', NULL),
(286, 'V', 'ru', 'Галисийский', NULL),
(287, 'V', 'da', 'Hebraico', NULL),
(287, 'V', 'de', 'Hebräisch', NULL),
(287, 'V', 'el', 'Hebrew', NULL),
(287, 'V', 'en', 'Hebrew', NULL),
(287, 'V', 'es', 'Hebreo', NULL),
(287, 'V', 'fr', 'Hebreu', NULL),
(287, 'V', 'it', 'Ebraico', NULL),
(287, 'V', 'nl', 'Hebreeuws', NULL),
(287, 'V', 'no', 'Hebraisk', NULL),
(287, 'V', 'pt', 'Hebraico', NULL),
(287, 'V', 'ro', 'Hebrew', NULL),
(287, 'V', 'ru', 'Иврит', NULL),
(288, 'O', 'da', 'Exibir detalhes do produto em guias', NULL),
(288, 'O', 'de', 'Produktdetails in Tabs anzeigen', NULL),
(288, 'O', 'el', 'Προβολή Λεπτομερειών προϊόντων σε καρτέλες', NULL),
(288, 'O', 'en', 'Display product details in tabs', NULL),
(288, 'O', 'es', 'Mostrar detalles de producto en pestañas', NULL),
(288, 'O', 'fr', 'Afficher le détail des produits dans les onglets', NULL),
(288, 'O', 'it', 'Visualizza dettagli prodotto in tab (linguetta)', NULL),
(288, 'O', 'nl', 'Toon productdetails in tab', NULL),
(288, 'O', 'no', 'Vis produktdetaljer i faner', NULL),
(288, 'O', 'pt', 'Exibir detalhes do produto em guias', NULL),
(288, 'O', 'ro', 'Afișare detalii produs în file', NULL),
(288, 'O', 'ru', 'Показывать информацию о товаре во вкладках', NULL),
(288, 'V', 'da', 'Hindi', NULL),
(288, 'V', 'de', 'Hinduistisch', NULL),
(288, 'V', 'el', 'Χίντι', NULL),
(288, 'V', 'en', 'Hindi', NULL),
(288, 'V', 'es', 'Hindi', NULL),
(288, 'V', 'fr', 'Hindi', NULL),
(288, 'V', 'it', 'Hindi', NULL),
(288, 'V', 'nl', 'Hindi', NULL),
(288, 'V', 'no', 'Hindi', NULL),
(288, 'V', 'pt', 'Hindi', NULL),
(288, 'V', 'ro', 'Hindi', NULL),
(288, 'V', 'ru', 'Хинди', NULL),
(289, 'O', 'da', 'Listagens de ordenação de produto disponivéis', NULL),
(289, 'O', 'de', 'Verfügbare Produktlisten Sortierung', NULL),
(289, 'O', 'el', 'Ταξινόμιση Λίστας Διαθεσιμων Προιοντων', NULL),
(289, 'O', 'en', 'Available product list sortings', NULL),
(289, 'O', 'es', 'Ordenaciones de listas de producto disponibles', NULL),
(289, 'O', 'fr', 'Tris disponibles pour liste de produits', NULL),
(289, 'O', 'it', 'Ordinamento lista prodotti disponibili', NULL),
(289, 'O', 'nl', 'Beschikbare sorteervolgorden voor productlijst', NULL),
(289, 'O', 'no', 'Tilgjengelige produktliste sorteringer', NULL),
(289, 'O', 'pt', 'Listagens de ordenação de produto disponivéis', NULL),
(289, 'O', 'ro', 'Produs disponibil in lista de sortare', NULL),
(289, 'O', 'ru', 'Доступные способы сортировки списка товаров', NULL),
(289, 'V', 'da', 'Croata', NULL),
(289, 'V', 'de', 'Kroatisch', NULL),
(289, 'V', 'el', 'Κροατικά', NULL),
(289, 'V', 'en', 'Croatian', NULL),
(289, 'V', 'es', 'Croata', NULL),
(289, 'V', 'fr', 'Croate', NULL),
(289, 'V', 'it', 'Croato', NULL),
(289, 'V', 'nl', 'Kroatisch', NULL),
(289, 'V', 'no', 'Kroatisk', NULL),
(289, 'V', 'pt', 'Croata', NULL),
(289, 'V', 'ro', 'Croatian', NULL),
(289, 'V', 'ru', 'Хорватский', NULL),
(290, 'O', 'da', 'Ativar espiadinha', NULL),
(290, 'O', 'de', 'Quick view deaktivieren', NULL),
(290, 'O', 'el', 'Ενεργοποίηση Γρήγορης Προβολής', NULL),
(290, 'O', 'en', 'Enable quick view', NULL),
(290, 'O', 'es', 'Activar vista rápida', NULL),
(290, 'O', 'fr', 'Active la vue rapide', NULL),
(290, 'O', 'it', 'Attiva Visualizzazione Rapida', NULL),
(290, 'O', 'nl', 'Beknopt overzicht inschakelen', NULL),
(290, 'O', 'no', 'Aktiver hurtigvisning', NULL),
(290, 'O', 'pt', 'Ativar espiadinha', NULL),
(290, 'O', 'ro', 'Activează vizualizare rapidă', NULL),
(290, 'O', 'ru', 'Включить быстрый просмотр', NULL),
(290, 'V', 'da', 'Húngaro', NULL),
(290, 'V', 'de', 'Ungarisch', NULL),
(290, 'V', 'el', 'Hungarian', NULL),
(290, 'V', 'en', 'Hungarian', NULL),
(290, 'V', 'es', 'Húngaro', NULL),
(290, 'V', 'fr', 'Hongrois', NULL),
(290, 'V', 'it', 'Ungherese', NULL),
(290, 'V', 'nl', 'Hongaars', NULL),
(290, 'V', 'no', 'Ungarsk', NULL),
(290, 'V', 'pt', 'Húngaro', NULL),
(290, 'V', 'ro', 'Hungarian', NULL),
(290, 'V', 'ru', 'Венгерский', NULL),
(291, 'V', 'da', 'Armênio', NULL),
(291, 'V', 'de', 'Armenisch', NULL),
(291, 'V', 'el', 'Αρμενικά', NULL),
(291, 'V', 'en', 'Armenian', NULL),
(291, 'V', 'es', 'Armenio', NULL),
(291, 'V', 'fr', 'Armenien', NULL),
(291, 'V', 'it', 'Armeno', NULL),
(291, 'V', 'nl', 'Armeens', NULL),
(291, 'V', 'no', 'Armensk', NULL),
(291, 'V', 'pt', 'Armênio', NULL),
(291, 'V', 'ro', 'Armenian', NULL),
(291, 'V', 'ru', 'Армянский', NULL),
(292, 'O', 'da', 'Largura da miniatura da espiadinha', NULL),
(292, 'O', 'de', 'Produkt Quick View Miniatur - Breite', NULL),
(292, 'O', 'el', 'Γρηγορη Προβολη: Πλάτος μικρογραφίας προϊοντος', NULL),
(292, 'O', 'en', 'Product quick view thumbnail width', NULL),
(292, 'O', 'es', 'Ancho de la miniatura en la vista rápida de producto', NULL),
(292, 'O', 'fr', 'Largeur de la vignette de la page de détails du produit', NULL),
(292, 'O', 'it', 'Visualizzazione rapida prodotto - larghezza miniatura', NULL),
(292, 'O', 'nl', 'Breedte miniatuur beknopt overzicht', NULL),
(292, 'O', 'no', 'Produkt hurtigvisning miniatyrbilde bredde', NULL),
(292, 'O', 'pt', 'Largura da miniatura da espiadinha', NULL),
(292, 'O', 'ro', 'Produs vizualizare rapidă lăţimea miniaturii', NULL),
(292, 'O', 'ru', 'Ширина иконки товара в быстром просмотре', NULL),
(292, 'V', 'da', 'Indonésio', NULL),
(292, 'V', 'de', 'Indonesisch', NULL),
(292, 'V', 'el', 'Ινδονησιακά', NULL),
(292, 'V', 'en', 'Indonesian', NULL),
(292, 'V', 'es', 'Indonesio', NULL),
(292, 'V', 'fr', 'Indonesien', NULL),
(292, 'V', 'it', 'Indonesiano', NULL),
(292, 'V', 'nl', 'Indonesisch', NULL),
(292, 'V', 'no', 'Indonesisk', NULL),
(292, 'V', 'pt', 'Indonésio', NULL),
(292, 'V', 'ro', 'Indonesian', NULL),
(292, 'V', 'ru', 'Индонезийский', NULL),
(293, 'O', 'da', 'Altura da miniatura da espiadinha', NULL),
(293, 'O', 'de', 'Produkt Quick View Miniatur - Höhe', NULL),
(293, 'O', 'el', 'Γρηγορη Προβολη: Ύψος μικρογραφίας προϊοντος', NULL),
(293, 'O', 'en', 'Product quick view thumbnail height', NULL),
(293, 'O', 'es', 'Alto de la miniatura en la vista rápida de producto', NULL),
(293, 'O', 'fr', 'Hauteur de la vignette de la vue rapide du produit', NULL),
(293, 'O', 'it', 'Visualizzazione rapida prodotto - altezza miniatura', NULL),
(293, 'O', 'nl', 'Hoogte miniatuur beknopt overzicht', NULL),
(293, 'O', 'no', 'Produkt hurtigvisning miniatyrbilde høyde', NULL),
(293, 'O', 'pt', 'Altura da miniatura da espiadinha', NULL),
(293, 'O', 'ro', 'Inaltime miniatură produs vizualizare rapidă', NULL),
(293, 'O', 'ru', 'Высота иконки товара в быстром просмотре', NULL),
(293, 'V', 'da', 'Islandês', NULL),
(293, 'V', 'de', 'Isländisch', NULL),
(293, 'V', 'el', 'Ισλανδικά', NULL),
(293, 'V', 'en', 'Icelandic', NULL),
(293, 'V', 'es', 'Islandés', NULL),
(293, 'V', 'fr', 'Islandais', NULL),
(293, 'V', 'it', 'Islandese', NULL),
(293, 'V', 'nl', 'IJslands', NULL),
(293, 'V', 'no', 'Islandsk', NULL),
(293, 'V', 'pt', 'Islandês', NULL),
(293, 'V', 'ro', 'Icelandic', NULL),
(293, 'V', 'ru', 'Исландский', NULL),
(294, 'V', 'da', 'Italiano', NULL),
(294, 'V', 'de', 'Italienisch', NULL),
(294, 'V', 'el', 'Ιταλικά', NULL),
(294, 'V', 'en', 'Italian', NULL),
(294, 'V', 'es', 'Italiano', NULL),
(294, 'V', 'fr', 'Italien', NULL),
(294, 'V', 'it', 'Italiano', NULL),
(294, 'V', 'nl', 'Italiaans', NULL),
(294, 'V', 'no', 'Italiensk', NULL),
(294, 'V', 'pt', 'Italiano', NULL),
(294, 'V', 'ro', 'Italian', NULL),
(294, 'V', 'ru', 'Итальянский', NULL),
(295, 'O', 'da', 'Usar conexão criptografada', NULL),
(295, 'O', 'de', 'Verschlüsselte Verbindung verwenden', NULL),
(295, 'O', 'el', 'Χρησιμοποιήστε κρυπτογραφημένη σύνδεση', NULL),
(295, 'O', 'en', 'Use Encrypted Connection', NULL),
(295, 'O', 'es', 'Usar conexión cifrada', NULL),
(295, 'O', 'fr', 'Use Encrypted Connection', NULL),
(295, 'O', 'it', 'Utilizzare la connessione crittografata', NULL),
(295, 'O', 'nl', 'Gebruik beveiligde verbinding', NULL),
(295, 'O', 'no', 'Bruk kryptert tilkobling', NULL),
(295, 'O', 'pt', 'Usar conexão criptografada', NULL),
(295, 'O', 'ro', 'Utilizare conexiune criptată', NULL),
(295, 'O', 'ru', 'Шифрованное соединение', NULL),
(295, 'V', 'da', 'Japonês', NULL),
(295, 'V', 'de', 'Japanisch', NULL),
(295, 'V', 'el', 'Ιαπωνικά', NULL),
(295, 'V', 'en', 'Japanese', NULL),
(295, 'V', 'es', 'Japonés', NULL),
(295, 'V', 'fr', 'Japonais', NULL),
(295, 'V', 'it', 'Giapponese', NULL),
(295, 'V', 'nl', 'Japans', NULL),
(295, 'V', 'no', 'Japansk', NULL),
(295, 'V', 'pt', 'Japonês', NULL),
(295, 'V', 'ro', 'Japanese', NULL),
(295, 'V', 'ru', 'Японский', NULL),
(296, 'V', 'da', 'Georgiano', NULL),
(296, 'V', 'de', 'Georgisch', NULL),
(296, 'V', 'el', 'Γεωργιανά', NULL),
(296, 'V', 'en', 'Georgian', NULL),
(296, 'V', 'es', 'Georgiano', NULL),
(296, 'V', 'fr', 'Georgien', NULL),
(296, 'V', 'it', 'Georgiano', NULL),
(296, 'V', 'nl', 'Georgisch', NULL),
(296, 'V', 'no', 'Georgisk', NULL),
(296, 'V', 'pt', 'Georgiano', NULL),
(296, 'V', 'ro', 'Georgian', NULL),
(296, 'V', 'ru', 'Грузинский', NULL),
(297, 'V', 'da', 'Khmer', NULL),
(297, 'V', 'de', 'Khmerisch', NULL),
(297, 'V', 'el', 'Khmer', NULL),
(297, 'V', 'en', 'Khmer', NULL),
(297, 'V', 'es', 'Khmer', NULL),
(297, 'V', 'fr', 'Khmer', NULL),
(297, 'V', 'it', 'Khmer', NULL),
(297, 'V', 'nl', 'Khmer', NULL),
(297, 'V', 'no', 'Khmer', NULL),
(297, 'V', 'pt', 'Khmer', NULL),
(297, 'V', 'ro', 'Khmer', NULL),
(297, 'V', 'ru', 'Кхмерский', NULL),
(298, 'V', 'da', 'Coreano', NULL),
(298, 'V', 'de', 'Koreanisch', NULL),
(298, 'V', 'el', 'Κορεάτικα', NULL),
(298, 'V', 'en', 'Korean', NULL),
(298, 'V', 'es', 'Coreano', NULL),
(298, 'V', 'fr', 'Coreen', NULL),
(298, 'V', 'it', 'Coreano', NULL),
(298, 'V', 'nl', 'Koreaans', NULL),
(298, 'V', 'no', 'Koreansk', NULL),
(298, 'V', 'pt', 'Coreano', NULL),
(298, 'V', 'ro', 'Korean', NULL),
(298, 'V', 'ru', 'Корейский', NULL),
(299, 'V', 'da', 'Curdos', NULL),
(299, 'V', 'de', 'Kurdisch', NULL),
(299, 'V', 'el', 'Κουρδικά', NULL),
(299, 'V', 'en', 'Kurdish', NULL),
(299, 'V', 'es', 'Kurdo', NULL),
(299, 'V', 'fr', 'Kurde', NULL),
(299, 'V', 'it', 'Curdo', NULL),
(299, 'V', 'nl', 'Koerdische', NULL),
(299, 'V', 'no', 'Kurdisk', NULL),
(299, 'V', 'pt', 'Curdos', NULL),
(299, 'V', 'ro', 'Kurdish', NULL),
(299, 'V', 'ru', 'Курдский', NULL),
(300, 'O', 'da', 'Configurar a etapa \"Entrar\"', 'This step can be hidden only if it doesn\'t have any required contact info fields and anonymous checkout is allowed.'),
(300, 'O', 'de', '\"Anmelden\"-Schritt konfigurieren', 'Dieser Schritt kann nur ausgeblendet werden, wenn keine Felder mit notwendigen Kontaktinformationen vorhanden sind und anonymer Zahlungsabschluss erlaubt ist.'),
(300, 'O', 'el', 'Ρύθμιση παραμέτρων βήματος \"Σύνδεση\"', 'Αυτό το βήμα μπορεί να κρυφτεί, μόνο αν  οποιαδήποτε πεδία επικοινωνίας δεν απαιτούνται και  επιπλέον επιτρέπεται το ανώνυμο checkout.'),
(300, 'O', 'en', 'Configure \"Sign in\" step', 'This step can be hidden only if it doesn\'t have any required contact info fields and anonymous checkout is allowed.'),
(300, 'O', 'es', 'Configurar paso \"Iniciar sesión\"', 'Este paso sólo se puede ocultar si no tienes ningún campo de información de contacto requerido y se permite la compra anónima.'),
(300, 'O', 'fr', 'Configure \"Sign in\" step', 'This step can be hidden only if it doesn\'t have any required contact info fields and anonymous checkout is allowed.'),
(300, 'O', 'it', 'Configura il passaggio \"Accedi\"', 'Questo passaggio può essere nascosto solo se non dispone di campi di informazioni di contatto richieste ed è consentito l\'acquisto senza registrazione.'),
(300, 'O', 'nl', 'Registratie configureren', 'Deze stap kan worden verborgen indien er geen verplichte contact velden zijn en anoniem afrekenen is toegestaan.'),
(300, 'O', 'no', 'Konfigurer \"Logg inn\" trinn', 'Dette trinnet kan bare skjules hvis det ikke har påkrevde profilfelt og hvis anonym utsjekking er satt som tillatt.'),
(300, 'O', 'pt', 'Configurar a etapa \"Entrar\"', 'This step can be hidden only if it doesn\'t have any required contact info fields and anonymous checkout is allowed.'),
(300, 'O', 'ro', 'Configuraţi \"Sign in\"', 'This step can be hidden only if it doesn\'t have any required contact info fields and anonymous checkout is allowed.'),
(300, 'O', 'ru', 'Настройка шага авторизации', 'Этот шаг может быть скрыт, только если в нем нет обязательных для заполнения полей и разрешено оформление заказа без регистрации.'),
(300, 'V', 'da', 'Latina', NULL),
(300, 'V', 'de', 'Latein', NULL),
(300, 'V', 'el', 'Λατινικα', NULL),
(300, 'V', 'en', 'Latin', NULL),
(300, 'V', 'es', 'Latin', NULL),
(300, 'V', 'fr', 'Latin', NULL),
(300, 'V', 'it', 'Latino', NULL),
(300, 'V', 'nl', 'Latijns', NULL),
(300, 'V', 'no', 'Latinsk', NULL),
(300, 'V', 'pt', 'Latina', NULL),
(300, 'V', 'ro', 'Latin', NULL),
(300, 'V', 'ru', 'Латинский', NULL),
(301, 'O', 'da', 'Display \"Shipping method\" step', 'Se a etapa estiver oculta, a primeira forma ativa será usada por padrão.'),
(301, 'O', 'de', 'Display \"Shipping method\" step', 'Wenn ausgeblendet, wird standardmäßig die erste aktive Methode verwendet.'),
(301, 'O', 'el', 'Εμφανίσετε το βήμα \"Μέθοδος αποστολής\"', 'Αν ειναι κρυφό, η πρώτη ενεργή μέθοδος θα χρησιμοποιηθεί ως προεπιλογή.'),
(301, 'O', 'en', 'Display \"Shipping method\" step', 'If the step is hidden, the first active method will be used by default.'),
(301, 'O', 'es', 'Mostrar el paso de \"Método de envío\"', 'Si se oculta, se utilizará el primer método activo por defecto.'),
(301, 'O', 'fr', 'Afficher l\'étape \"Mode de livraison\"', 'If hidden, the first active method will be used by default.'),
(301, 'O', 'it', 'Mostra il passaggio \"Metodo di spedizione\"', 'Se nascosto, il primo metodo attivo verrà utilizzato per impostazione predefinita.'),
(301, 'O', 'nl', 'Stap \"verzendmethode\" weergeven', 'Indien verborgen zal de eerste actieve methode als standaard worden gebruikt.'),
(301, 'O', 'no', 'Vis \"Forsendelsesmåte\" trinn', 'Hvis skjult, vil den første aktive metoden brukes som standard.'),
(301, 'O', 'pt', 'Display \"Shipping method\" step', 'Se a etapa estiver oculta, a primeira forma ativa será usada por padrão.'),
(301, 'O', 'ro', 'Se afiseaza pasul \"Metoda de livrare\"', 'Daca este ascuns, se va folosi in mod implicit prima modalitate de livrare activa.'),
(301, 'O', 'ru', 'Показывать шаг \"Способ доставки\"', 'Если шаг скрыт, будет использован первый активный способ доставки.'),
(301, 'V', 'da', 'Lituano', NULL),
(301, 'V', 'de', 'Litauisch', NULL),
(301, 'V', 'el', 'Λιθουανικά', NULL),
(301, 'V', 'en', 'Lithuanian', NULL),
(301, 'V', 'es', 'Lituano', NULL),
(301, 'V', 'fr', 'Lituanien', NULL),
(301, 'V', 'it', 'Lituano', NULL),
(301, 'V', 'nl', 'Litouws', NULL),
(301, 'V', 'no', 'Litauisk', NULL),
(301, 'V', 'pt', 'Lituano', NULL),
(301, 'V', 'ro', 'Lithuanian', NULL),
(301, 'V', 'ru', 'Литовский', NULL),
(302, 'O', 'da', 'Exibir a etapa \"Forma de pagamento\"', 'Se a etapa estiver oculta, a primeira forma ativa será usada por padrão.'),
(302, 'O', 'de', 'Schritt \"Payment method\" anzeigen', 'Wenn ausgeblendet, wird standardmäßig die erste aktive Methode verwendet.'),
(302, 'O', 'el', 'Προβολή βηματος \"Τρόπος πληρωμής\"', 'Αν ειναι κρυφό, η πρώτη ενεργή μέθοδος θα χρησιμοποιηθεί ως προεπιλογή.'),
(302, 'O', 'en', 'Display \"Payment method\" step', 'If the step is hidden, the first active method will be used by default.'),
(302, 'O', 'es', 'Mostrar paso \"Método de pago\"', 'Si se oculta, se utilizará el primer método activo por defecto.'),
(302, 'O', 'fr', 'Afficher l\'étape \"Méthode de paiements\"', 'If hidden, the first active method will be used by default.'),
(302, 'O', 'it', 'Mostra il passaggio \"Metodo di pagamento\"', 'Se nascosto, il primo metodo attivo verrà utilizzato per impostazione predefinita.'),
(302, 'O', 'nl', 'De stap \"betaalmethode\" weergeven', 'Indien verborgen zal de eerste actieve methode worden gebruikt als standaard.'),
(302, 'O', 'no', 'Vis \"Betalingsmåte\" trinn', 'Hvis skjult, vil den første aktive metoden brukes som standard.'),
(302, 'O', 'pt', 'Exibir a etapa \"Forma de pagamento\"', 'Se a etapa estiver oculta, a primeira forma ativa será usada por padrão.'),
(302, 'O', 'ro', 'Se afiseaza pasul \"Metoda de plata\"', 'Daca este ascuns, se va folosi in mod implicit prima metoda de plata activa.'),
(302, 'O', 'ru', 'Показывать шаг \"Способ оплаты\"', 'Если шаг скрыт, будет использован первый активный способ оплаты.'),
(302, 'V', 'da', 'Letão', NULL),
(302, 'V', 'de', 'Lettisch', NULL),
(302, 'V', 'el', 'Λετονικά', NULL),
(302, 'V', 'en', 'Latvian', NULL),
(302, 'V', 'es', 'Letón', NULL),
(302, 'V', 'fr', 'Letton', NULL),
(302, 'V', 'it', 'Lettone', NULL),
(302, 'V', 'nl', 'Lets', NULL),
(302, 'V', 'no', 'Latvisk', NULL),
(302, 'V', 'pt', 'Letão', NULL),
(302, 'V', 'ro', 'Latvian', NULL),
(302, 'V', 'ru', 'Латышский', NULL),
(303, 'V', 'da', 'Macedônio', NULL),
(303, 'V', 'de', 'Mazedonisch', NULL),
(303, 'V', 'el', 'Σκοπιανά', NULL),
(303, 'V', 'en', 'Macedonian', NULL),
(303, 'V', 'es', 'Macedonio', NULL),
(303, 'V', 'fr', 'Macedonien', NULL),
(303, 'V', 'it', 'Macedone', NULL),
(303, 'V', 'nl', 'Macedonisch', NULL),
(303, 'V', 'no', 'Makedonsk', NULL),
(303, 'V', 'pt', 'Macedônio', NULL),
(303, 'V', 'ro', 'Macedonian', NULL),
(303, 'V', 'ru', 'Македонский', NULL),
(304, 'V', 'da', 'Malaiala', NULL),
(304, 'V', 'de', 'Malaysisch', NULL),
(304, 'V', 'el', 'Μαλαγιαλαμικά', NULL),
(304, 'V', 'en', 'Malayalam', NULL),
(304, 'V', 'es', 'Malayalam', NULL),
(304, 'V', 'fr', 'Malayalam', NULL),
(304, 'V', 'it', 'Malayalam', NULL),
(304, 'V', 'nl', 'Malajalam', NULL),
(304, 'V', 'no', 'Malayalam', NULL),
(304, 'V', 'pt', 'Malaiala', NULL),
(304, 'V', 'ro', 'Malayalam', NULL),
(304, 'V', 'ru', 'Малаялам', NULL),
(305, 'O', 'da', 'Opção padrão para a seção \"Novo cliente\" em \"Entrar\"', NULL),
(305, 'O', 'de', 'Default option for the \"New customer\" section at the \"Sign in\"', NULL),
(305, 'O', 'el', 'Προεπιλεγμένη επιλογή για το τμήμα \"νέος πελάτης\"  στη \"Συνδεση\"', NULL),
(305, 'O', 'en', 'Default option for the \"New customer\" section at the \"Sign in\"', NULL),
(305, 'O', 'es', 'Opción por defecto para la sección \"Nuevo cliente\" en \"Iniciar sesión\"', NULL),
(305, 'O', 'fr', 'Default option for the \"New customer\" section at the \"Sign in\"', NULL),
(305, 'O', 'it', 'Opzione predefinita per la sezione \"nuovo cliente\" dopo l\'\"Accesso\"', NULL),
(305, 'O', 'nl', 'Standaard optie voor het \"Nieuwe klant\" gedeelte tijdens het registreren', NULL),
(305, 'O', 'no', 'Standard valg for \"Ny kunde\" seksjonen ved \"Logg inn\"', NULL),
(305, 'O', 'pt', 'Opção padrão para a seção \"Novo cliente\" em \"Entrar\"', NULL),
(305, 'O', 'ro', 'Implicit opțiunea de \"client nou\" secţiunea \"Sign in\"', NULL),
(305, 'O', 'ru', 'Вариант по умолчанию в секции «Новый покупатель»', NULL),
(305, 'V', 'da', 'Malaio', NULL),
(305, 'V', 'de', 'Malaiisch', NULL),
(305, 'V', 'el', 'Μαλαϊκά', NULL),
(305, 'V', 'en', 'Malay', NULL),
(305, 'V', 'es', 'Malayo', NULL),
(305, 'V', 'fr', 'Malaisien', NULL),
(305, 'V', 'it', 'Malese', NULL),
(305, 'V', 'nl', 'Maleis', NULL),
(305, 'V', 'no', 'Malayisk', NULL),
(305, 'V', 'pt', 'Malaio', NULL),
(305, 'V', 'ro', 'Malay', NULL),
(305, 'V', 'ru', 'Малайский', NULL),
(306, 'O', 'da', 'Permitir venda se o produto for para download', NULL),
(306, 'O', 'de', 'Verkauf von herunterladbaren Produkten aktivieren', NULL),
(306, 'O', 'el', 'Ενεργοποίηση πώλησης  προϊόντων με δυνατότητα λήψης', NULL),
(306, 'O', 'en', 'Enable selling downloadable products', NULL),
(306, 'O', 'es', 'Habilitar venta de productos descargables', NULL),
(306, 'O', 'fr', 'Enable selling downloadable products', NULL),
(306, 'O', 'it', 'Abilitare la vendita di prodotti scaricabili', NULL),
(306, 'O', 'nl', 'Verkoop van downloadbare producten inschakelen', NULL),
(306, 'O', 'no', 'Aktiver salg av nedlastbare produkter', NULL),
(306, 'O', 'pt', 'Permitir venda se o produto for para download', NULL),
(306, 'O', 'ro', 'Permite vânzarea de produse downloadabile', NULL),
(306, 'O', 'ru', 'Включить продажу цифровых товаров', NULL),
(306, 'V', 'da', 'Norueguês (bokmal)', NULL),
(306, 'V', 'de', 'Norwegisch (Bokmal)', NULL),
(306, 'V', 'el', 'Νορβηγικά (bokmal)', NULL),
(306, 'V', 'en', 'Norwegian (bokmal)', NULL),
(306, 'V', 'es', 'Noruego (bokmal)', NULL),
(306, 'V', 'fr', 'Norvegien (bokmal)', NULL),
(306, 'V', 'it', 'Norvegese (bokmal)', NULL),
(306, 'V', 'nl', 'Noors (Bokmål)', NULL),
(306, 'V', 'no', 'Norsk (bokmål)', NULL),
(306, 'V', 'pt', 'Norueguês (bokmal)', NULL),
(306, 'V', 'ro', 'Norwegian (bokmal)', NULL),
(306, 'V', 'ru', 'Норвежский (букмол)', NULL),
(307, 'O', 'da', 'Permitir que clientes comparem produtos', NULL),
(307, 'O', 'de', 'Ermöglicht es Kunden, Produkte zu vergleichen', NULL),
(307, 'O', 'el', 'Επιτρέπει στους πελάτες να συγκρίνουν προϊόντα', NULL),
(307, 'O', 'en', 'Allow customers to compare products', NULL),
(307, 'O', 'es', 'Permitir a los clientes comparar productos', NULL),
(307, 'O', 'fr', 'Allow customers to compare products', NULL),
(307, 'O', 'it', 'Consentire ai clienti di confrontare i prodotti', NULL),
(307, 'O', 'nl', 'Klanten toestaan om producten te vergelijken', NULL),
(307, 'O', 'no', 'Tillat kundene å sammenligne produkter', NULL),
(307, 'O', 'pt', 'Permitir que clientes comparem produtos', NULL),
(307, 'O', 'ro', 'Permite clienţilor să compare produse', NULL),
(307, 'O', 'ru', 'Разрешить покупателям сравнивать товары', NULL),
(307, 'V', 'da', 'Nepali', NULL),
(307, 'V', 'de', 'Nepalisch', NULL),
(307, 'V', 'el', 'Νεπαλέζικα', NULL),
(307, 'V', 'en', 'Nepali', NULL),
(307, 'V', 'es', 'Nepali', NULL),
(307, 'V', 'fr', 'Nepali', NULL),
(307, 'V', 'it', 'Nepalese', NULL),
(307, 'V', 'nl', 'Nepalees', NULL),
(307, 'V', 'no', 'Nepalsk', NULL),
(307, 'V', 'pt', 'Nepali', NULL),
(307, 'V', 'ro', 'Nepali', NULL),
(307, 'V', 'ru', 'Непальский', NULL),
(308, 'O', 'da', 'Modo de modelos de e-mail', NULL),
(308, 'O', 'de', 'E-Mail-Vorlagenmodus', NULL),
(308, 'O', 'el', 'Λειτουργία Email templates', NULL);
INSERT INTO `partiushop_settings_descriptions` (`object_id`, `object_type`, `lang_code`, `value`, `tooltip`) VALUES
(308, 'O', 'en', 'Email templates mode', NULL),
(308, 'O', 'es', 'Modo de plantillas de correo electrónico', NULL),
(308, 'O', 'fr', 'Mode modèles Emails', NULL),
(308, 'O', 'it', 'Modelli email', NULL),
(308, 'O', 'nl', 'E-mail sjablonen modus', NULL),
(308, 'O', 'no', 'E-post maler modus', NULL),
(308, 'O', 'pt', 'Modo de modelos de e-mail', NULL),
(308, 'O', 'ro', 'Email templates mode', NULL),
(308, 'O', 'ru', 'Режим редактирования email-уведомлений', NULL),
(308, 'V', 'da', 'Holandês', NULL),
(308, 'V', 'de', 'Niederländisch', NULL),
(308, 'V', 'el', 'Ολλανδικά', NULL),
(308, 'V', 'en', 'Dutch', NULL),
(308, 'V', 'es', 'Holandés', NULL),
(308, 'V', 'fr', 'Neerlendais', NULL),
(308, 'V', 'it', 'Olandese', NULL),
(308, 'V', 'nl', 'Nederlands', NULL),
(308, 'V', 'no', 'Nederlandsk', NULL),
(308, 'V', 'pt', 'Holandês', NULL),
(308, 'V', 'ro', 'Dutch', NULL),
(308, 'V', 'ru', 'Нидерландский', NULL),
(309, 'O', 'da', 'Admin panel: product mini-icon thumbnail width', NULL),
(309, 'O', 'de', 'Admin panel: product mini-icon thumbnail width', NULL),
(309, 'O', 'el', 'Admin panel: πλάτος μίνι εικόνας μικρογραφίας προϊόντος', NULL),
(309, 'O', 'en', 'Admin panel: product mini-icon thumbnail width', NULL),
(309, 'O', 'es', 'Panel de Administración: ancho del mini-icono de la miniatura del producto', NULL),
(309, 'O', 'fr', 'Admin panel: product mini-icon thumbnail width', NULL),
(309, 'O', 'it', 'Pannello admin: larghezza di prodotto di icona-mini thumbnail', NULL),
(309, 'O', 'nl', 'Beheerpaneel: Product mini-pictogram miniatuur breedte', NULL),
(309, 'O', 'no', 'Adminpanel: produkt mini-ikon miniatyrbilde bredde', NULL),
(309, 'O', 'pt', 'Admin panel: product mini-icon thumbnail width', NULL),
(309, 'O', 'ro', 'Admin panel: product mini-icon thumbnail width', NULL),
(309, 'O', 'ru', 'Ширина иконки в списке товаров в панели администратора', NULL),
(309, 'V', 'da', 'Norueguês (Nynorsk)', NULL),
(309, 'V', 'de', 'Norwegisch (Nynorsk)', NULL),
(309, 'V', 'el', 'Νορβηγικά (Nynorsk)', NULL),
(309, 'V', 'en', 'Norwegian (nynorsk)', NULL),
(309, 'V', 'es', 'Noruego (Nynorsk)', NULL),
(309, 'V', 'fr', 'Norvegien (du nord)', NULL),
(309, 'V', 'it', 'Norvegese (Nynorsk)', NULL),
(309, 'V', 'nl', 'Noors (Nynorsk)', NULL),
(309, 'V', 'no', 'Norsk (nynorsk)', NULL),
(309, 'V', 'pt', 'Norueguês (Nynorsk)', NULL),
(309, 'V', 'ro', 'Norwegian (nynorsk)', NULL),
(309, 'V', 'ru', 'Норвежский (Nynorsk)', NULL),
(310, 'O', 'da', 'Admin panel: product mini-icon thumbnail height', NULL),
(310, 'O', 'de', 'Admin panel: product mini-icon thumbnail height', NULL),
(310, 'O', 'el', 'Admin panel: ύψος  μίνι εικόνας μικρογραφίας προϊόντος', NULL),
(310, 'O', 'en', 'Admin panel: product mini-icon thumbnail height', NULL),
(310, 'O', 'es', 'Panel de Administración: altura del mini-icono de la miniatura del producto', NULL),
(310, 'O', 'fr', 'Admin panel: product mini-icon thumbnail height', NULL),
(310, 'O', 'it', 'Pannello admin: altezza di prodotto di icona-mini thumbnail', NULL),
(310, 'O', 'nl', 'Beheerpaneel: Product mini-pictogram miniatuur hoogte', NULL),
(310, 'O', 'no', 'Adminpanel: produkt mini-ikon miniatyrbilde høyde', NULL),
(310, 'O', 'pt', 'Admin panel: product mini-icon thumbnail height', NULL),
(310, 'O', 'ro', 'Admin panel: product mini-icon thumbnail height', NULL),
(310, 'O', 'ru', 'Высота иконки в списке товаров в панели администратора', NULL),
(310, 'V', 'da', 'Punjabi', NULL),
(310, 'V', 'de', 'Panjabi', NULL),
(310, 'V', 'el', 'Παντζαμπικά', NULL),
(310, 'V', 'en', 'Punjabi', NULL),
(310, 'V', 'es', 'Punjabí', NULL),
(310, 'V', 'fr', 'Punjabi', NULL),
(310, 'V', 'it', 'Punjabi', NULL),
(310, 'V', 'nl', 'Punjabi', NULL),
(310, 'V', 'no', 'Punjabi', NULL),
(310, 'V', 'pt', 'Punjabi', NULL),
(310, 'V', 'ro', 'Punjabi', NULL),
(310, 'V', 'ru', 'Панджаби', NULL),
(311, 'O', 'da', 'Monitor changes in core files', NULL),
(311, 'O', 'de', 'Überwachung von Änderungen in Kerndateien', NULL),
(311, 'O', 'el', 'Παρακολούθηση των μεταβολών στα αρχεία του πυρήνα', NULL),
(311, 'O', 'en', 'Monitor changes in core files', NULL),
(311, 'O', 'es', 'Supervise los cambios en los archivos principales', NULL),
(311, 'O', 'fr', 'Monitor changes in core files', NULL),
(311, 'O', 'it', 'Controllo cambiamenti nei file principali', NULL),
(311, 'O', 'nl', 'Monitor changes in core files', NULL),
(311, 'O', 'no', 'Overvåker endringer i kjernefiler', NULL),
(311, 'O', 'pt', 'Monitor changes in core files', NULL),
(311, 'O', 'ro', 'Monitor changes in core files', NULL),
(311, 'O', 'ru', 'Отслеживать изменения в файлах ядра', NULL),
(311, 'V', 'da', 'Polonês', NULL),
(311, 'V', 'de', 'Polnisch', NULL),
(311, 'V', 'el', 'Πολωνικά', NULL),
(311, 'V', 'en', 'Polish', NULL),
(311, 'V', 'es', 'Polaco', NULL),
(311, 'V', 'fr', 'Polonais', NULL),
(311, 'V', 'it', 'Polacco', NULL),
(311, 'V', 'nl', 'Pools', NULL),
(311, 'V', 'no', 'Polsk', NULL),
(311, 'V', 'pt', 'Polonês', NULL),
(311, 'V', 'ro', 'Polish', NULL),
(311, 'V', 'ru', 'Польский', NULL),
(312, 'O', 'da', 'Dias até que um log seja removido', 'Insira 0 se não quiser que logs antigos sejam removidos automaticamente.'),
(312, 'O', 'de', 'Days before a log entry is removed', 'Logs older than the specified number of days will be removed automatically. Enter 0 if you don\'t want any automatic removal of old logs.'),
(312, 'O', 'el', 'Ημέρες πριν από την διαγραφή ενός αρχείου καταγραφής', 'Αρχεία καταγραφής που είναι παλαιότερα από τον καθορισμένο αριθμό ημερών θα καταργηθουν αυτόματα. Εισάγετε 0 Εάν δεν θέλετε οποιαδήποτε αυτόματη απομάκρυνση των παλιών αρχείων καταγραφής.'),
(312, 'O', 'en', 'Days before a log entry is removed', 'Enter 0 if you don\'t want any automatic removal of old logs.'),
(312, 'O', 'es', 'Days before a log entry is removed', 'Logs older than the specified number of days will be removed automatically. Enter 0 if you don\'t want any automatic removal of old logs.'),
(312, 'O', 'fr', 'Days before a log entry is removed', 'Logs older than the specified number of days will be removed automatically. Enter 0 if you don\'t want any automatic removal of old logs.'),
(312, 'O', 'it', 'Giorni prima che un evento dei log venga cancellato', 'Gli eventi di log più vecchi del numero di giorni specificato verranno rimossi automaticamente. Inserisci 0 se non vuoi la cancellazione automatica degli eventi vecchi.'),
(312, 'O', 'nl', 'Dagen voordat een logboekvermelding wordt verwijderd', 'Logboeken die ouder zijn dan het opgegeven aantal dagen worden automatisch verwijderd. Voer 0 in als u geen automatische verwijdering van oude logboeken wilt.'),
(312, 'O', 'no', 'Days before a log entry is removed', 'Logs older than the specified number of days will be removed automatically. Enter 0 if you don\'t want any automatic removal of old logs.'),
(312, 'O', 'pt', 'Dias até que um log seja removido', 'Insira 0 se não quiser que logs antigos sejam removidos automaticamente.'),
(312, 'O', 'ro', 'Days before a log entry is removed', 'Logs older than the specified number of days will be removed automatically. Enter 0 if you don\'t want any automatic removal of old logs.'),
(312, 'O', 'ru', 'Дней до удаления записи из журнала событий', 'Записи в журнале, которым больше указанного количества дней, будут удаляться автоматически. Чтобы записи не удалялись, введите 0.'),
(312, 'V', 'da', 'Pachto', NULL),
(312, 'V', 'de', 'Puschtu', NULL),
(312, 'V', 'el', 'Πάστο', NULL),
(312, 'V', 'en', 'Pashto', NULL),
(312, 'V', 'es', 'Pashto', NULL),
(312, 'V', 'fr', 'Pashto', NULL),
(312, 'V', 'it', 'Pashto', NULL),
(312, 'V', 'nl', 'Pashto', NULL),
(312, 'V', 'no', 'Pashto', NULL),
(312, 'V', 'pt', 'Pachto', NULL),
(312, 'V', 'ro', 'Pashto', NULL),
(312, 'V', 'ru', 'Пушту', NULL),
(313, 'O', 'da', 'Números de telefone permitidos', 'Determines what users can enter as their phone number.'),
(313, 'O', 'de', 'Supported phone numbers', 'Determines what users can enter as their phone number.'),
(313, 'O', 'el', 'Υποστηριζομενοι αριθμοί τηλεφώνου', 'Καθορίζει τι μπορούν να εισαγουν οι χρήστες ως τον τηλεφωνικό αριθμό τους.'),
(313, 'O', 'en', 'Supported phone numbers', 'Determines what users can enter as their phone number.'),
(313, 'O', 'es', 'Supported phone numbers', 'Determines what users can enter as their phone number.'),
(313, 'O', 'fr', 'Supported phone numbers', 'Determines what users can enter as their phone number.'),
(313, 'O', 'it', 'Supported phone numbers', 'Determines what users can enter as their phone number.'),
(313, 'O', 'nl', 'Ondersteunde telefoonnummers', 'Bepaalt wat gebruikers kunnen invoeren als hun telefoonnummer.'),
(313, 'O', 'no', 'Supported phone numbers', 'Determines what users can enter as their phone number.'),
(313, 'O', 'pt', 'Números de telefone permitidos', 'Determines what users can enter as their phone number.'),
(313, 'O', 'ro', 'Supported phone numbers', 'Determines what users can enter as their phone number.'),
(313, 'O', 'ru', 'Допустимые номера телефонов', 'Определяет, что пользователи могут вводить как номер телефона.'),
(313, 'V', 'da', 'Português (Brasil)', NULL),
(313, 'V', 'de', 'Portugiesisch (Brasilien)', NULL),
(313, 'V', 'el', 'Πορτογαλικά (Βραζιλίας)', NULL),
(313, 'V', 'en', 'Portuguese (Brazil)', NULL),
(313, 'V', 'es', 'Portugués (Brasil)', NULL),
(313, 'V', 'fr', 'Portugais', NULL),
(313, 'V', 'it', 'Portoghese (Brasile)', NULL),
(313, 'V', 'nl', 'Portugees (Brazilië)', NULL),
(313, 'V', 'no', 'Portugisisk (Brasil)', NULL),
(313, 'V', 'pt', 'Português (Brasil)', NULL),
(313, 'V', 'ro', 'Portuguese (Brazil)', NULL),
(313, 'V', 'ru', 'Португальский (Бразилия)', NULL),
(314, 'V', 'da', 'Português (Portugal)', NULL),
(314, 'V', 'de', 'Portugiesisch (Portugal)', NULL),
(314, 'V', 'el', 'Πορτογαλικά (Πορτογαλίας)', NULL),
(314, 'V', 'en', 'Portuguese (Portugal)', NULL),
(314, 'V', 'es', 'Portugués (Portugal)', NULL),
(314, 'V', 'fr', 'Protugais (Portugal)', NULL),
(314, 'V', 'it', 'Portoghese (Portogallo)', NULL),
(314, 'V', 'nl', 'Portugees (Portugal)', NULL),
(314, 'V', 'no', 'Portugisisk (Portugal)', NULL),
(314, 'V', 'pt', 'Português (Portugal)', NULL),
(314, 'V', 'ro', 'Portuguese (Portugal)', NULL),
(314, 'V', 'ru', 'Португальский (Португалия)', NULL),
(315, 'V', 'da', 'Romeno', NULL),
(315, 'V', 'de', 'Rumänisch', NULL),
(315, 'V', 'el', 'Ρουμάνικα', NULL),
(315, 'V', 'en', 'Romanian', NULL),
(315, 'V', 'es', 'Rumano', NULL),
(315, 'V', 'fr', 'Roumain', NULL),
(315, 'V', 'it', 'Rumeno', NULL),
(315, 'V', 'nl', 'Roemeens', NULL),
(315, 'V', 'no', 'Rumensk', NULL),
(315, 'V', 'pt', 'Romeno', NULL),
(315, 'V', 'ro', 'Romanian', NULL),
(315, 'V', 'ru', 'Румынский', NULL),
(316, 'V', 'da', 'Russo', NULL),
(316, 'V', 'de', 'Russisch', NULL),
(316, 'V', 'el', 'Ρώσικα', NULL),
(316, 'V', 'en', 'Russian', NULL),
(316, 'V', 'es', 'Ruso', NULL),
(316, 'V', 'fr', 'Russe', NULL),
(316, 'V', 'it', 'Russo', NULL),
(316, 'V', 'nl', 'Russisch', NULL),
(316, 'V', 'no', 'Russisk', NULL),
(316, 'V', 'pt', 'Russo', NULL),
(316, 'V', 'ro', 'Russian', NULL),
(316, 'V', 'ru', 'Русский', NULL),
(317, 'V', 'da', 'Eslovaco', NULL),
(317, 'V', 'de', 'Slowakisch', NULL),
(317, 'V', 'el', 'Σλοβάκικα', NULL),
(317, 'V', 'en', 'Slovak', NULL),
(317, 'V', 'es', 'Eslovaco', NULL),
(317, 'V', 'fr', 'Slovaque', NULL),
(317, 'V', 'it', 'Slovacco', NULL),
(317, 'V', 'nl', 'Slowaaks', NULL),
(317, 'V', 'no', 'Slovakisk', NULL),
(317, 'V', 'pt', 'Eslovaco', NULL),
(317, 'V', 'ro', 'Slovak', NULL),
(317, 'V', 'ru', 'Словацкий', NULL),
(318, 'V', 'da', 'Esloveno', NULL),
(318, 'V', 'de', 'Slowenisch', NULL),
(318, 'V', 'el', 'Σλοβενικά', NULL),
(318, 'V', 'en', 'Slovenian', NULL),
(318, 'V', 'es', 'Esloveno', NULL),
(318, 'V', 'fr', 'Slovene', NULL),
(318, 'V', 'it', 'Sloveno', NULL),
(318, 'V', 'nl', 'Sloveens', NULL),
(318, 'V', 'no', 'Slovensk', NULL),
(318, 'V', 'pt', 'Esloveno', NULL),
(318, 'V', 'ro', 'Slovenian', NULL),
(318, 'V', 'ru', 'Словенский', NULL),
(319, 'V', 'da', 'Albanês', NULL),
(319, 'V', 'de', 'Albanisch', NULL),
(319, 'V', 'el', 'Αλβανικά', NULL),
(319, 'V', 'en', 'Albanian', NULL),
(319, 'V', 'es', 'Albanés', NULL),
(319, 'V', 'fr', 'Albanais', NULL),
(319, 'V', 'it', 'Albanese', NULL),
(319, 'V', 'nl', 'Albanees', NULL),
(319, 'V', 'no', 'Albansk', NULL),
(319, 'V', 'pt', 'Albanês', NULL),
(319, 'V', 'ro', 'Albanian', NULL),
(319, 'V', 'ru', 'Албанский', NULL),
(320, 'V', 'da', 'Sérvio', NULL),
(320, 'V', 'de', 'Serbisch', NULL),
(320, 'V', 'el', 'Σερβικά', NULL),
(320, 'V', 'en', 'Serbian', NULL),
(320, 'V', 'es', 'Serbio', NULL),
(320, 'V', 'fr', 'Serbe', NULL),
(320, 'V', 'it', 'Serbo', NULL),
(320, 'V', 'nl', 'Servisch', NULL),
(320, 'V', 'no', 'Serbisk', NULL),
(320, 'V', 'pt', 'Sérvio', NULL),
(320, 'V', 'ro', 'Serbian', NULL),
(320, 'V', 'ru', 'Сербский', NULL),
(321, 'V', 'da', 'Sueco', NULL),
(321, 'V', 'de', 'Schwedisch', NULL),
(321, 'V', 'el', 'Σουηδικά', NULL),
(321, 'V', 'en', 'Swedish', NULL),
(321, 'V', 'es', 'Sueco', NULL),
(321, 'V', 'fr', 'Suedois', NULL),
(321, 'V', 'it', 'Svedese', NULL),
(321, 'V', 'nl', 'Zweeds', NULL),
(321, 'V', 'no', 'Svensk', NULL),
(321, 'V', 'pt', 'Sueco', NULL),
(321, 'V', 'ro', 'Swedish', NULL),
(321, 'V', 'ru', 'Шведский', NULL),
(322, 'V', 'da', 'Suaíle', NULL),
(322, 'V', 'de', 'Suahelisch', NULL),
(322, 'V', 'el', 'Σουαχίλι', NULL),
(322, 'V', 'en', 'Swahili', NULL),
(322, 'V', 'es', 'Swahili', NULL),
(322, 'V', 'fr', 'Swahili', NULL),
(322, 'V', 'it', 'Swahili', NULL),
(322, 'V', 'nl', 'Swahili', NULL),
(322, 'V', 'no', 'Swahili', NULL),
(322, 'V', 'pt', 'Suaíle', NULL),
(322, 'V', 'ro', 'Swahili', NULL),
(322, 'V', 'ru', 'Суахили', NULL),
(323, 'V', 'da', 'Tâmil', NULL),
(323, 'V', 'de', 'Tamilisch', NULL),
(323, 'V', 'el', 'Ταμιλικά', NULL),
(323, 'V', 'en', 'Tamil', NULL),
(323, 'V', 'es', 'Tamil', NULL),
(323, 'V', 'fr', 'Tamil', NULL),
(323, 'V', 'it', 'Tamil', NULL),
(323, 'V', 'nl', 'Tamil', NULL),
(323, 'V', 'no', 'Tamilsk', NULL),
(323, 'V', 'pt', 'Tâmil', NULL),
(323, 'V', 'ro', 'Tamil', NULL),
(323, 'V', 'ru', 'Тамильский', NULL),
(324, 'V', 'da', 'Telugu', NULL),
(324, 'V', 'de', 'Teluguisisch', NULL),
(324, 'V', 'el', 'Τελουγκουικά', NULL),
(324, 'V', 'en', 'Telugu', NULL),
(324, 'V', 'es', 'Telugu', NULL),
(324, 'V', 'fr', 'Telugu', NULL),
(324, 'V', 'it', 'Telugu', NULL),
(324, 'V', 'nl', 'Telugu', NULL),
(324, 'V', 'no', 'Telugu', NULL),
(324, 'V', 'pt', 'Telugu', NULL),
(324, 'V', 'ro', 'Telugu', NULL),
(324, 'V', 'ru', 'Телугу', NULL),
(325, 'V', 'da', 'Tailandês', NULL),
(325, 'V', 'de', 'Thailändisch', NULL),
(325, 'V', 'el', 'Ταϊλανδικά', NULL),
(325, 'V', 'en', 'Thai', NULL),
(325, 'V', 'es', 'Tailandés', NULL),
(325, 'V', 'fr', 'Thai', NULL),
(325, 'V', 'it', 'Tailandese', NULL),
(325, 'V', 'nl', 'Thais', NULL),
(325, 'V', 'no', 'Thai', NULL),
(325, 'V', 'pt', 'Tailandês', NULL),
(325, 'V', 'ro', 'Thai', NULL),
(325, 'V', 'ru', 'Тайский', NULL),
(326, 'V', 'da', 'Filipinas', NULL),
(326, 'V', 'de', 'Philippinisch', NULL),
(326, 'V', 'el', 'Φιλιππινικά', NULL),
(326, 'V', 'en', 'Filipino', NULL),
(326, 'V', 'es', 'Filipino', NULL),
(326, 'V', 'fr', 'Philippino', NULL),
(326, 'V', 'it', 'Filippino', NULL),
(326, 'V', 'nl', 'Filipijns', NULL),
(326, 'V', 'no', 'Filippinsk', NULL),
(326, 'V', 'pt', 'Filipinas', NULL),
(326, 'V', 'ro', 'Filipino', NULL),
(326, 'V', 'ru', 'Филиппинский', NULL),
(327, 'V', 'da', 'Turco', NULL),
(327, 'V', 'de', 'Türkisch', NULL),
(327, 'V', 'el', 'Τούρκικα', NULL),
(327, 'V', 'en', 'Turkish', NULL),
(327, 'V', 'es', 'Turco', NULL),
(327, 'V', 'fr', 'Turque', NULL),
(327, 'V', 'it', 'Turco', NULL),
(327, 'V', 'nl', 'Turks', NULL),
(327, 'V', 'no', 'Tyrkisk', NULL),
(327, 'V', 'pt', 'Turco', NULL),
(327, 'V', 'ro', 'Turkish', NULL),
(327, 'V', 'ru', 'Турецкий', NULL),
(328, 'V', 'da', 'Ucraniano', NULL),
(328, 'V', 'de', 'Ukrainisch', NULL),
(328, 'V', 'el', 'Ουκρανικά', NULL),
(328, 'V', 'en', 'Ukrainian', NULL),
(328, 'V', 'es', 'Ucraniano', NULL),
(328, 'V', 'fr', 'Ukraine', NULL),
(328, 'V', 'it', 'Ucraino', NULL),
(328, 'V', 'nl', 'Oekraïens', NULL),
(328, 'V', 'no', 'Ukrainsk', NULL),
(328, 'V', 'pt', 'Ucraniano', NULL),
(328, 'V', 'ro', 'Ukrainian', NULL),
(328, 'V', 'ru', 'Украинский', NULL),
(329, 'V', 'da', 'Vietnamita', NULL),
(329, 'V', 'de', 'Vietnamesisch', NULL),
(329, 'V', 'el', 'Βιετναμικά', NULL),
(329, 'V', 'en', 'Vietnamese', NULL),
(329, 'V', 'es', 'Vietnamita', NULL),
(329, 'V', 'fr', 'Vietnamien', NULL),
(329, 'V', 'it', 'Vietnamita', NULL),
(329, 'V', 'nl', 'Vietnamees', NULL),
(329, 'V', 'no', 'Vietnamesisk', NULL),
(329, 'V', 'pt', 'Vietnamita', NULL),
(329, 'V', 'ro', 'Vietnamese', NULL),
(329, 'V', 'ru', 'Вьетнамский', NULL),
(330, 'V', 'da', 'Chinês simplificado (China)', NULL),
(330, 'V', 'de', 'Vereinfachtes Chinesisch (China)', NULL),
(330, 'V', 'el', 'Απλοποιημένα Κινέζικα (Κίνα)', NULL),
(330, 'V', 'en', 'Simplified Chinese (China)', NULL),
(330, 'V', 'es', 'Chino simplificado (China)', NULL),
(330, 'V', 'fr', 'Chinois simplifie (Chine)', NULL),
(330, 'V', 'it', 'Cinese semplificato (Cina)', NULL),
(330, 'V', 'nl', 'Vereenvoudigd Chinees (China)', NULL),
(330, 'V', 'no', 'Forenklet kinesisk (Kina)', NULL),
(330, 'V', 'pt', 'Chinês simplificado (China)', NULL),
(330, 'V', 'ro', 'Simplified Chinese (China)', NULL),
(330, 'V', 'ru', 'Упрощенный китайский (Китай)', NULL),
(331, 'V', 'da', 'Chinês tradicional (Hong Kong)', NULL),
(331, 'V', 'de', 'Traditionelles Chinesisch (Hong Kong)', NULL),
(331, 'V', 'el', 'Παραδοσιακά Κινέζικα (Hong Kong)', NULL),
(331, 'V', 'en', 'Traditional Chinese (Hong Kong)', NULL),
(331, 'V', 'es', 'Chino tradicional (Hong Kong)', NULL),
(331, 'V', 'fr', 'Chinois Traditionnel (Hong-Kong)', NULL),
(331, 'V', 'it', 'Cinese tradizionale (Hong Kong)', NULL),
(331, 'V', 'nl', 'Traditioneel Chinees (Hong Kong)', NULL),
(331, 'V', 'no', 'Tradisjonell kinesisk (Hong Kong)', NULL),
(331, 'V', 'pt', 'Chinês tradicional (Hong Kong)', NULL),
(331, 'V', 'ro', 'Traditional Chinese (Hong Kong)', NULL),
(331, 'V', 'ru', 'Традиционный китайский (Hong Kong)', NULL),
(332, 'V', 'da', 'Chinês tradicional (Taiwan)', NULL),
(332, 'V', 'de', 'Traditionelles Chinesisch (Taiwan)', NULL),
(332, 'V', 'el', 'Παραδοσιακά Κινέζικα (Ταϊβάν)', NULL),
(332, 'V', 'en', 'Traditional Chinese (Taiwan)', NULL),
(332, 'V', 'es', 'Chino tradicional (Taiwán)', NULL),
(332, 'V', 'fr', 'Chinois Traditionnel (Taiwan)', NULL),
(332, 'V', 'it', 'Cinese tradizionale (Taiwan)', NULL),
(332, 'V', 'nl', 'Traditioneel Chinees (Taiwan)', NULL),
(332, 'V', 'no', 'Tradisjonell kinesisk (Taiwan)', NULL),
(332, 'V', 'pt', 'Chinês tradicional (Taiwan)', NULL),
(332, 'V', 'ro', 'Traditional Chinese (Taiwan)', NULL),
(332, 'V', 'ru', 'Традиционный китайский (Тайвань)', NULL),
(333, 'V', 'da', 'Arial', NULL),
(333, 'V', 'de', 'Arial', NULL),
(333, 'V', 'el', 'Arial', NULL),
(333, 'V', 'en', 'Arial', NULL),
(333, 'V', 'es', 'Arial', NULL),
(333, 'V', 'fr', 'Arial', NULL),
(333, 'V', 'it', 'Arial', NULL),
(333, 'V', 'nl', 'Arial', NULL),
(333, 'V', 'no', 'Arial', NULL),
(333, 'V', 'pt', 'Arial', NULL),
(333, 'V', 'ro', 'Arial', NULL),
(333, 'V', 'ru', 'Arial', NULL),
(334, 'V', 'da', 'Lucida Grande', NULL),
(334, 'V', 'de', 'Lucida Grande', NULL),
(334, 'V', 'el', 'Lucida grande', NULL),
(334, 'V', 'en', 'Lucida grande', NULL),
(334, 'V', 'es', 'Lucida grande', NULL),
(334, 'V', 'fr', 'Lucida grande', NULL),
(334, 'V', 'it', 'Lucida grande', NULL),
(334, 'V', 'nl', 'Lucida grande', NULL),
(334, 'V', 'no', 'Lucida grande', NULL),
(334, 'V', 'pt', 'Lucida Grande', NULL),
(334, 'V', 'ro', 'Lucida grande', NULL),
(334, 'V', 'ru', 'Lucida grande', NULL),
(335, 'V', 'da', 'Segoe UI', NULL),
(335, 'V', 'de', 'Segoe UI', NULL),
(335, 'V', 'el', 'Segoe ui', NULL),
(335, 'V', 'en', 'Segoe ui', NULL),
(335, 'V', 'es', 'Segoe ui', NULL),
(335, 'V', 'fr', 'Segue ui', NULL),
(335, 'V', 'it', 'Segoe ui', NULL),
(335, 'V', 'nl', 'Segoe ui', NULL),
(335, 'V', 'no', 'Segoe ui', NULL),
(335, 'V', 'pt', 'Segoe UI', NULL),
(335, 'V', 'ro', 'Segoe ui', NULL),
(335, 'V', 'ru', 'Segoe ui', NULL),
(336, 'V', 'da', 'Tahoma', NULL),
(336, 'V', 'de', 'Tahoma', NULL),
(336, 'V', 'el', 'Tahoma', NULL),
(336, 'V', 'en', 'Tahoma', NULL),
(336, 'V', 'es', 'Tahoma', NULL),
(336, 'V', 'fr', 'Tahoma', NULL),
(336, 'V', 'it', 'Tahoma', NULL),
(336, 'V', 'nl', 'Tahoma', NULL),
(336, 'V', 'no', 'Tahoma', NULL),
(336, 'V', 'pt', 'Tahoma', NULL),
(336, 'V', 'ro', 'Tahoma', NULL),
(336, 'V', 'ru', 'Tahoma', NULL),
(337, 'V', 'da', 'Trebuchet MS', NULL),
(337, 'V', 'de', 'Trebuchet MS', NULL),
(337, 'V', 'el', 'Trebuchet ms', NULL),
(337, 'V', 'en', 'Trebuchet ms', NULL),
(337, 'V', 'es', 'Trebuchet ms', NULL),
(337, 'V', 'fr', 'Trebuchet ms', NULL),
(337, 'V', 'it', 'Trebuchet ms', NULL),
(337, 'V', 'nl', 'Trebuchet ms', NULL),
(337, 'V', 'no', 'Trebuchet ms', NULL),
(337, 'V', 'pt', 'Trebuchet MS', NULL),
(337, 'V', 'ro', 'Trebuchet ms', NULL),
(337, 'V', 'ru', 'Trebuchet ms', NULL),
(338, 'V', 'da', 'Verdana', NULL),
(338, 'V', 'de', 'Verdana', NULL),
(338, 'V', 'el', 'Verdana', NULL),
(338, 'V', 'en', 'Verdana', NULL),
(338, 'V', 'es', 'Verdana', NULL),
(338, 'V', 'fr', 'Verdana', NULL),
(338, 'V', 'it', 'Verdana', NULL),
(338, 'V', 'nl', 'Verdana', NULL),
(338, 'V', 'no', 'Verdana', NULL),
(338, 'V', 'pt', 'Verdana', NULL),
(338, 'V', 'ro', 'Verdana', NULL),
(338, 'V', 'ru', 'Verdana', NULL),
(339, 'V', 'da', 'Claro', NULL),
(339, 'V', 'de', 'Hell', NULL),
(339, 'V', 'el', 'Ανοιχτόχρωμο', NULL),
(339, 'V', 'en', 'Light', NULL),
(339, 'V', 'es', 'Liviano', NULL),
(339, 'V', 'fr', 'Clair', NULL),
(339, 'V', 'it', 'Chiaro', NULL),
(339, 'V', 'nl', 'Licht', NULL),
(339, 'V', 'no', 'Lys', NULL),
(339, 'V', 'pt', 'Claro', NULL),
(339, 'V', 'ro', 'Light', NULL),
(339, 'V', 'ru', 'Светлая', NULL),
(340, 'V', 'da', 'Escuro', NULL),
(340, 'V', 'de', 'Dunkel', NULL),
(340, 'V', 'el', 'Σκούρο', NULL),
(340, 'V', 'en', 'Dark', NULL),
(340, 'V', 'es', 'Oscuro', NULL),
(340, 'V', 'fr', 'Sombre', NULL),
(340, 'V', 'it', 'Scuro', NULL),
(340, 'V', 'nl', 'Donker', NULL),
(340, 'V', 'no', 'Mørk', NULL),
(340, 'V', 'pt', 'Escuro', NULL),
(340, 'V', 'ro', 'Dark', NULL),
(340, 'V', 'ru', 'Темная', NULL),
(341, 'V', 'da', 'Páginas de produto', NULL),
(341, 'V', 'de', 'Artikeldetailseiten', NULL),
(341, 'V', 'el', 'Σελίδα λεπτομερειών προϊόντος', NULL),
(341, 'V', 'en', 'Product details pages', NULL),
(341, 'V', 'es', 'Página de detalles del producto', NULL),
(341, 'V', 'fr', 'Pages de details des produits', NULL),
(341, 'V', 'it', 'Pagine dettagli prodotto', NULL),
(341, 'V', 'nl', 'Product detailpagina\'s', NULL),
(341, 'V', 'no', 'Produktdetaljer sider', NULL),
(341, 'V', 'pt', 'Páginas de produto', NULL),
(341, 'V', 'ro', 'Product details pages', NULL),
(341, 'V', 'ru', 'На страницах товаров', NULL),
(342, 'V', 'da', 'Páginas', NULL),
(342, 'V', 'de', 'Seiten', NULL),
(342, 'V', 'el', 'Σελίδες', NULL),
(342, 'V', 'en', 'Pages', NULL),
(342, 'V', 'es', 'Páginas', NULL),
(342, 'V', 'fr', 'Pages', NULL),
(342, 'V', 'it', 'Pagine', NULL),
(342, 'V', 'nl', 'Pagina \'s', NULL),
(342, 'V', 'no', 'Sider', NULL),
(342, 'V', 'pt', 'Páginas', NULL),
(342, 'V', 'ro', 'Pages', NULL),
(342, 'V', 'ru', 'На контентных страницах', NULL),
(343, 'V', 'da', 'Botão com contador de texto', NULL),
(343, 'V', 'de', 'Button mit einem Text-Counter', NULL),
(343, 'V', 'el', 'Κουμπί με κείμενο μετρητή', NULL),
(343, 'V', 'en', 'Button with a text counter', NULL),
(343, 'V', 'es', 'Botón con un contador de texto', NULL),
(343, 'V', 'fr', 'Bouton avec un texte courrier', NULL),
(343, 'V', 'it', 'Pulsante con un contatore di testo', NULL),
(343, 'V', 'nl', 'Knop met een tekst teller', NULL),
(343, 'V', 'no', 'Knapp med en tekst-teller', NULL),
(343, 'V', 'pt', 'Botão com contador de texto', NULL),
(343, 'V', 'ro', 'Button with a text counter', NULL),
(343, 'V', 'ru', 'Кнопка с текстовым счетчиком', NULL),
(344, 'V', 'da', 'Botão com pequeno contador', NULL),
(344, 'V', 'de', 'Button mit einem kleinen Counter', NULL),
(344, 'V', 'el', 'Κουμπί με μικρό μετρητη', NULL),
(344, 'V', 'en', 'Button with a little counter', NULL),
(344, 'V', 'es', 'Botón con un pequeño contador', NULL),
(344, 'V', 'fr', 'Bouton avec un petit courrier', NULL),
(344, 'V', 'it', 'Pulsante con un piccolo contatore', NULL),
(344, 'V', 'nl', 'Knop met een kleine teller', NULL),
(344, 'V', 'no', 'Knapp med en liten tekst-teller', NULL),
(344, 'V', 'pt', 'Botão com pequeno contador', NULL),
(344, 'V', 'ro', 'Button with a little counter', NULL),
(344, 'V', 'ru', 'Кнопка с миниатюрным счетчиком', NULL),
(345, 'V', 'da', 'Mini botão', NULL),
(345, 'V', 'de', 'Sehr kleiner (mini) Button', NULL),
(345, 'V', 'el', 'Μίνι κουμπί', NULL),
(345, 'V', 'en', 'Mini button', NULL),
(345, 'V', 'es', 'Mini botón', NULL),
(345, 'V', 'fr', 'Bouton Mini', NULL),
(345, 'V', 'it', 'Mini pulsante', NULL),
(345, 'V', 'nl', 'Mini knop', NULL),
(345, 'V', 'no', 'Mini-knapp', NULL),
(345, 'V', 'pt', 'Mini botão', NULL),
(345, 'V', 'ro', 'Mini button', NULL),
(345, 'V', 'ru', 'Миниатюрная кнопка', NULL),
(346, 'V', 'da', 'Mini botão com contador no topo', NULL),
(346, 'V', 'de', 'Sehr kleiner (mini) Button mit Counter oberhalb', NULL),
(346, 'V', 'el', 'Μίνι κουμπί, μετρητής στην κορυφή', NULL),
(346, 'V', 'en', 'Mini button, counter on top', NULL),
(346, 'V', 'es', 'Mini botón, contador en la parte superior', NULL),
(346, 'V', 'fr', 'Bouton Mini, compteur au dessus', NULL),
(346, 'V', 'it', 'Mini pulsante, contatore sulla parte superiore', NULL),
(346, 'V', 'nl', 'Mini knop, teller boven', NULL),
(346, 'V', 'no', 'Mini-knapp, teller på toppen', NULL),
(346, 'V', 'pt', 'Mini botão com contador no topo', NULL),
(346, 'V', 'ro', 'Mini button, counter on top', NULL),
(346, 'V', 'ru', 'Миниатюрная кнопка, счетчик сверху', NULL),
(347, 'V', 'da', 'Curtir', NULL),
(347, 'V', 'de', 'Gefällt mir', NULL),
(347, 'V', 'el', 'Like', NULL),
(347, 'V', 'en', 'Like', NULL),
(347, 'V', 'es', 'Me Gusta', NULL),
(347, 'V', 'fr', 'Comme', NULL),
(347, 'V', 'it', 'Mi piace', NULL),
(347, 'V', 'nl', 'Vind ik leuk', NULL),
(347, 'V', 'no', 'Liker', NULL),
(347, 'V', 'pt', 'Curtir', NULL),
(347, 'V', 'ro', 'Like', NULL),
(347, 'V', 'ru', 'Мне нравится', NULL),
(348, 'V', 'da', 'É interessante', NULL),
(348, 'V', 'de', 'Es ist interessant', NULL),
(348, 'V', 'el', 'Είναι ενδιαφέρον', NULL),
(348, 'V', 'en', 'It\'s interesting', NULL),
(348, 'V', 'es', 'Es interesante', NULL),
(348, 'V', 'fr', 'Il est interessant', NULL),
(348, 'V', 'it', 'È interessante', NULL),
(348, 'V', 'nl', 'Het is interessant', NULL),
(348, 'V', 'no', 'Det er interessant', NULL),
(348, 'V', 'pt', 'É interessante', NULL),
(348, 'V', 'ro', 'It\'s interesting', NULL),
(348, 'V', 'ru', 'Это интересно', NULL),
(349, 'V', 'da', 'Páginas de produto', NULL),
(349, 'V', 'de', 'Artikeldetailseiten', NULL),
(349, 'V', 'el', 'Σελίδα λεπτομερειών προϊόντος', NULL),
(349, 'V', 'en', 'Product details pages', NULL),
(349, 'V', 'es', 'Página de detalles del producto', NULL),
(349, 'V', 'fr', 'Pages de details des produits', NULL),
(349, 'V', 'it', 'Pagine dettagli prodotto', NULL),
(349, 'V', 'nl', 'Product detailpagina\'s', NULL),
(349, 'V', 'no', 'Produktdetaljer sider', NULL),
(349, 'V', 'pt', 'Páginas de produto', NULL),
(349, 'V', 'ro', 'Product details pages', NULL),
(349, 'V', 'ru', 'На страницах товаров', NULL),
(350, 'V', 'da', 'Páginas', NULL),
(350, 'V', 'de', 'Seiten', NULL),
(350, 'V', 'el', 'Σελίδες', NULL),
(350, 'V', 'en', 'Pages', NULL),
(350, 'V', 'es', 'Páginas', NULL),
(350, 'V', 'fr', 'Pages', NULL),
(350, 'V', 'it', 'Pagine', NULL),
(350, 'V', 'nl', 'Pagina \'s', NULL),
(350, 'V', 'no', 'Sider', NULL),
(350, 'V', 'pt', 'Páginas', NULL),
(350, 'V', 'ro', 'Pages', NULL),
(350, 'V', 'ru', 'На контентных страницах', NULL),
(351, 'V', 'da', 'Páginas de detalhes do produto', NULL),
(351, 'V', 'de', 'Product details pages', NULL),
(351, 'V', 'el', 'Σελίδα λεπτομερειών προϊόντος', NULL),
(351, 'V', 'en', 'Product details pages', NULL),
(351, 'V', 'es', 'Páginas de detalles del producto', NULL),
(351, 'V', 'fr', 'Pages de donnees des produits', NULL),
(351, 'V', 'it', 'Pagine di dati di prodotti', NULL),
(351, 'V', 'nl', 'Productdetails pagina\'s', NULL),
(351, 'V', 'no', 'Produktsider', NULL),
(351, 'V', 'pt', 'Páginas de detalhes do produto', NULL),
(351, 'V', 'ro', 'Product details pages', NULL),
(351, 'V', 'ru', 'На страницах товаров', NULL),
(352, 'V', 'da', 'Páginas', NULL),
(352, 'V', 'de', 'Pages', NULL),
(352, 'V', 'el', 'Σελίδες', NULL),
(352, 'V', 'en', 'Pages', NULL),
(352, 'V', 'es', 'Páginas', NULL),
(352, 'V', 'fr', 'Pages', NULL),
(352, 'V', 'it', 'Pagine', NULL),
(352, 'V', 'nl', 'Pagina\'s', NULL),
(352, 'V', 'no', 'Sider', NULL),
(352, 'V', 'pt', 'Páginas', NULL),
(352, 'V', 'ro', 'Pages', NULL),
(352, 'V', 'ru', 'На контентных страницах', NULL),
(353, 'V', 'da', 'Pequeno', NULL),
(353, 'V', 'de', 'Klein', NULL),
(353, 'V', 'el', 'Μικρό', NULL),
(353, 'V', 'en', 'Small', NULL),
(353, 'V', 'es', 'Pequeño', NULL),
(353, 'V', 'fr', 'Petit', NULL),
(353, 'V', 'it', 'Piccolo', NULL),
(353, 'V', 'nl', 'Klein', NULL),
(353, 'V', 'no', 'Liten', NULL),
(353, 'V', 'pt', 'Pequeno', NULL),
(353, 'V', 'ro', 'Small', NULL),
(353, 'V', 'ru', 'Маленький', NULL),
(354, 'V', 'da', 'Grande', NULL),
(354, 'V', 'de', 'Groß', NULL),
(354, 'V', 'el', 'Μεγάλο', NULL),
(354, 'V', 'en', 'Large', NULL),
(354, 'V', 'es', 'Grande', NULL),
(354, 'V', 'fr', 'Large', NULL),
(354, 'V', 'it', 'Grande', NULL),
(354, 'V', 'nl', 'Groot', NULL),
(354, 'V', 'no', 'Stor', NULL),
(354, 'V', 'pt', 'Grande', NULL),
(354, 'V', 'ro', 'Large', NULL),
(354, 'V', 'ru', 'Большой', NULL),
(355, 'V', 'da', 'Retangular', NULL),
(355, 'V', 'de', 'Rechteckig', NULL),
(355, 'V', 'el', 'Ορθογώνια', NULL),
(355, 'V', 'en', 'Rectangular', NULL),
(355, 'V', 'es', 'Rectangular', NULL),
(355, 'V', 'fr', 'Rectangulaire', NULL),
(355, 'V', 'it', 'Rettangolare', NULL),
(355, 'V', 'nl', 'Rechthoekig', NULL),
(355, 'V', 'no', 'Rektangulær', NULL),
(355, 'V', 'pt', 'Retangular', NULL),
(355, 'V', 'ro', 'Rectangular', NULL),
(355, 'V', 'ru', 'Прямоугольник', NULL),
(356, 'V', 'da', 'Circular', NULL),
(356, 'V', 'de', 'Kreisförmig', NULL),
(356, 'V', 'el', 'Κυκλικα', NULL),
(356, 'V', 'en', 'Circular', NULL),
(356, 'V', 'es', 'Circular', NULL),
(356, 'V', 'fr', 'Circulaire', NULL),
(356, 'V', 'it', 'Circolare', NULL),
(356, 'V', 'nl', 'Rond', NULL),
(356, 'V', 'no', 'Sirkulær', NULL),
(356, 'V', 'pt', 'Circular', NULL),
(356, 'V', 'ro', 'Circular', NULL),
(356, 'V', 'ru', 'Круг', NULL),
(360, 'V', 'da', 'Páginas de detalhes do produto', NULL),
(360, 'V', 'de', 'Artikeldetailseiten', NULL),
(360, 'V', 'el', 'Σελίδα λεπτομερειών προϊόντος', NULL),
(360, 'V', 'en', 'Product details pages', NULL),
(360, 'V', 'es', 'Página de detalles del producto', NULL),
(360, 'V', 'fr', 'Pages de details des produits', NULL),
(360, 'V', 'it', 'Pagine dettagli prodotto', NULL),
(360, 'V', 'nl', 'Product detailpagina\'s', NULL),
(360, 'V', 'no', 'Produkt detalj sider', NULL),
(360, 'V', 'pt', 'Páginas de detalhes do produto', NULL),
(360, 'V', 'ro', 'Product details pages', NULL),
(360, 'V', 'ru', 'На страницах товаров', NULL),
(361, 'V', 'da', 'Páginas', NULL),
(361, 'V', 'de', 'Seiten', NULL),
(361, 'V', 'el', 'Σελίδες', NULL),
(361, 'V', 'en', 'Pages', NULL),
(361, 'V', 'es', 'Páginas', NULL),
(361, 'V', 'fr', 'Pages', NULL),
(361, 'V', 'it', 'Pagine', NULL),
(361, 'V', 'nl', 'Pagina\'s', NULL),
(361, 'V', 'no', 'Sider', NULL),
(361, 'V', 'pt', 'Páginas', NULL),
(361, 'V', 'ro', 'Pages', NULL),
(361, 'V', 'ru', 'На контентных страницах', NULL),
(362, 'V', 'da', '--', NULL),
(362, 'V', 'de', '--', NULL),
(362, 'V', 'el', '--', NULL),
(362, 'V', 'en', '--', NULL),
(362, 'V', 'es', '--', NULL),
(362, 'V', 'fr', 'Contexte', NULL),
(362, 'V', 'it', '--', NULL),
(362, 'V', 'nl', '--', NULL),
(362, 'V', 'no', '--', NULL),
(362, 'V', 'pt', '--', NULL),
(362, 'V', 'ro', '--', NULL),
(362, 'V', 'ru', '--', NULL),
(363, 'V', 'da', 'MailChimp', NULL),
(363, 'V', 'de', 'MailChimp', NULL),
(363, 'V', 'el', 'MailChimp', NULL),
(363, 'V', 'en', 'MailChimp', NULL),
(363, 'V', 'es', 'MailChimp', NULL),
(363, 'V', 'fr', 'MailChimp', NULL),
(363, 'V', 'it', 'MailChimp', NULL),
(363, 'V', 'nl', 'MailChimp', NULL),
(363, 'V', 'no', 'MailChimp', NULL),
(363, 'V', 'pt', 'MailChimp', NULL),
(363, 'V', 'ro', 'MailChimp', NULL),
(363, 'V', 'ru', 'MailChimp', NULL),
(364, 'V', 'da', 'MadMimi', NULL),
(364, 'V', 'de', 'MadMimi', NULL),
(364, 'V', 'el', 'MadMimi', NULL),
(364, 'V', 'en', 'MadMimi', NULL),
(364, 'V', 'es', 'MadMimi', NULL),
(364, 'V', 'fr', 'MadMini', NULL),
(364, 'V', 'it', 'MadMimi', NULL),
(364, 'V', 'nl', 'MadMimi', NULL),
(364, 'V', 'no', 'MadMimi', NULL),
(364, 'V', 'pt', 'MadMimi', NULL),
(364, 'V', 'ro', 'MadMimi', NULL),
(364, 'V', 'ru', 'Mad Mimi', NULL),
(365, 'V', 'da', 'através do servidor SMTP', NULL),
(365, 'V', 'de', 'via SMTP-Server', NULL),
(365, 'V', 'el', 'μέσω SMTP διακομιστή', NULL),
(365, 'V', 'en', 'via SMTP server', NULL),
(365, 'V', 'es', 'por servidor SMTP', NULL),
(365, 'V', 'fr', 'via un serveur SMTP', NULL),
(365, 'V', 'it', 'tramite server SMTP', NULL),
(365, 'V', 'nl', 'via SMTP server', NULL),
(365, 'V', 'no', 'via SMTP server', NULL),
(365, 'V', 'pt', 'através do servidor SMTP', NULL),
(365, 'V', 'ro', 'via SMTP server', NULL),
(365, 'V', 'ru', 'через SMTP-сервер', NULL),
(366, 'V', 'da', 'via php mail function', NULL),
(366, 'V', 'de', 'via PHP-Mail-Funktion', NULL),
(366, 'V', 'el', 'μέσω λειτουργίας php mail', NULL),
(366, 'V', 'en', 'via php mail function', NULL),
(366, 'V', 'es', 'por la función php mail', NULL),
(366, 'V', 'fr', 'par fonction php mail', NULL),
(366, 'V', 'it', 'tramite la funzione mail di php', NULL),
(366, 'V', 'nl', 'via php mail functie', NULL),
(366, 'V', 'no', 'via php e-post funksjon', NULL),
(366, 'V', 'pt', 'via php mail function', NULL),
(366, 'V', 'ro', 'via php mail function', NULL),
(366, 'V', 'ru', 'с помощью PHP-функции mail', NULL),
(367, 'V', 'da', 'use default settings', NULL),
(367, 'V', 'de', 'Standardeinstellungen verwenden', NULL),
(367, 'V', 'el', 'Χρήση προεπιλεγμένων ρυθμίσεων', NULL),
(367, 'V', 'en', 'use default settings', NULL),
(367, 'V', 'es', 'utilizar la configuración predeterminada', NULL),
(367, 'V', 'fr', 'utiliser les paramètres par defaut', NULL),
(367, 'V', 'it', 'utilizzare le impostazioni predefinite', NULL),
(367, 'V', 'nl', 'standaardinstellingen gebruiken', NULL),
(367, 'V', 'no', 'bruk standard innstillingene', NULL),
(367, 'V', 'pt', 'use default settings', NULL),
(367, 'V', 'ro', 'use default settings', NULL),
(367, 'V', 'ru', 'использовать настройки по умолчанию', NULL),
(368, 'V', 'da', 'Nenhum', NULL),
(368, 'V', 'de', 'Keine', NULL),
(368, 'V', 'el', 'Κανενα', NULL),
(368, 'V', 'en', 'None', NULL),
(368, 'V', 'es', 'Ninguno', NULL),
(368, 'V', 'fr', 'Aucun', NULL),
(368, 'V', 'it', 'Nessuno', NULL),
(368, 'V', 'nl', 'Geen', NULL),
(368, 'V', 'no', 'Ingen', NULL),
(368, 'V', 'pt', 'Nenhum', NULL),
(368, 'V', 'ro', 'None', NULL),
(368, 'V', 'ru', 'не использовать', NULL),
(369, 'V', 'da', 'TLS', NULL),
(369, 'V', 'de', 'TLS', NULL),
(369, 'V', 'el', 'TLS', NULL),
(369, 'V', 'en', 'TLS', NULL),
(369, 'V', 'es', 'TLS', NULL),
(369, 'V', 'fr', 'TLS', NULL),
(369, 'V', 'it', 'TLS', NULL),
(369, 'V', 'nl', 'TLS', NULL),
(369, 'V', 'no', 'TLS', NULL),
(369, 'V', 'pt', 'TLS', NULL),
(369, 'V', 'ro', 'TLS', NULL),
(369, 'V', 'ru', 'TLS', NULL),
(370, 'V', 'da', 'SSL', NULL),
(370, 'V', 'de', 'SSL', NULL),
(370, 'V', 'el', 'SSL', NULL),
(370, 'V', 'en', 'SSL', NULL),
(370, 'V', 'es', 'SSL', NULL),
(370, 'V', 'fr', 'SSL', NULL),
(370, 'V', 'it', 'SSL', NULL),
(370, 'V', 'nl', 'Secure Sockets Layer (SSL)', NULL),
(370, 'V', 'no', 'SSL', NULL),
(370, 'V', 'pt', 'SSL', NULL),
(370, 'V', 'ro', 'SSL', NULL),
(370, 'V', 'ru', 'SSL', NULL),
(371, 'V', 'da', 'Google', NULL),
(371, 'V', 'de', 'Google', NULL),
(371, 'V', 'el', 'Google', NULL),
(371, 'V', 'en', 'Google', NULL),
(371, 'V', 'es', 'Google', NULL),
(371, 'V', 'fr', 'Google', NULL),
(371, 'V', 'it', 'Google', NULL),
(371, 'V', 'nl', 'Google', NULL),
(371, 'V', 'no', 'Google', NULL),
(371, 'V', 'pt', 'Google', NULL),
(371, 'V', 'ro', 'Google', NULL),
(371, 'V', 'ru', 'Google', NULL),
(372, 'V', 'da', 'Yandex', NULL),
(372, 'V', 'de', 'Yandex', NULL),
(372, 'V', 'el', 'Yandex', NULL),
(372, 'V', 'en', 'Yandex', NULL),
(372, 'V', 'es', 'Yandex', NULL),
(372, 'V', 'fr', 'Yandex', NULL),
(372, 'V', 'it', 'Yandex', NULL),
(372, 'V', 'nl', 'Yandex', NULL),
(372, 'V', 'no', 'Yandex', NULL),
(372, 'V', 'pt', 'Yandex', NULL),
(372, 'V', 'ro', 'Yandex', NULL),
(372, 'V', 'ru', 'Яндекс', NULL),
(373, 'V', 'da', 'Não é necessária', NULL),
(373, 'V', 'de', 'Isn\'t required', NULL),
(373, 'V', 'el', 'Δεν απαιτείται', NULL),
(373, 'V', 'en', 'Isn\'t required', NULL),
(373, 'V', 'es', 'Isn\'t required', NULL),
(373, 'V', 'fr', 'Isn\'t required', NULL),
(373, 'V', 'it', 'Isn\'t required', NULL),
(373, 'V', 'nl', 'Isn\'t required', NULL),
(373, 'V', 'no', 'Isn\'t required', NULL),
(373, 'V', 'pt', 'Não é necessária', NULL),
(373, 'V', 'ro', 'Isn\'t required', NULL),
(373, 'V', 'ru', 'Не нужна', NULL),
(374, 'V', 'da', 'Necessária para alguns fornecedores', NULL),
(374, 'V', 'de', 'Required for some vendors', NULL),
(374, 'V', 'el', 'Required for some vendors', NULL),
(374, 'V', 'en', 'Required for some vendors', NULL),
(374, 'V', 'es', 'Required for some vendors', NULL),
(374, 'V', 'fr', 'Required for some vendors', NULL),
(374, 'V', 'it', 'Required for some vendors', NULL),
(374, 'V', 'nl', 'Required for some vendors', NULL),
(374, 'V', 'no', 'Required for some vendors', NULL),
(374, 'V', 'pt', 'Necessária para alguns fornecedores', NULL),
(374, 'V', 'ro', 'Required for some vendors', NULL),
(374, 'V', 'ru', 'Нужна для некоторых продавцов', NULL),
(375, 'V', 'da', 'Necessária para todos os fornecedores', NULL),
(375, 'V', 'de', 'Required for all vendors', NULL),
(375, 'V', 'el', 'Required for all vendors', NULL),
(375, 'V', 'en', 'Required for all vendors', NULL),
(375, 'V', 'es', 'Required for all vendors', NULL),
(375, 'V', 'fr', 'Required for all vendors', NULL),
(375, 'V', 'it', 'Required for all vendors', NULL),
(375, 'V', 'nl', 'Required for all vendors', NULL),
(375, 'V', 'no', 'Required for all vendors', NULL),
(375, 'V', 'pt', 'Necessária para todos os fornecedores', NULL),
(375, 'V', 'ro', 'Required for all vendors', NULL),
(375, 'V', 'ru', 'Нужна всегда', NULL),
(376, 'V', 'da', 'Não é necessária', NULL),
(376, 'V', 'de', 'Isn\'t required', NULL),
(376, 'V', 'el', 'Δεν απαιτείται', NULL),
(376, 'V', 'en', 'Isn\'t required', NULL),
(376, 'V', 'es', 'Isn\'t required', NULL),
(376, 'V', 'fr', 'Isn\'t required', NULL),
(376, 'V', 'it', 'Isn\'t required', NULL),
(376, 'V', 'nl', 'Isn\'t required', NULL),
(376, 'V', 'no', 'Isn\'t required', NULL),
(376, 'V', 'pt', 'Não é necessária', NULL),
(376, 'V', 'ro', 'Isn\'t required', NULL),
(376, 'V', 'ru', 'Не нужна', NULL),
(377, 'V', 'da', 'Necessária para alguns fornecedores', NULL),
(377, 'V', 'de', 'Required for some vendors', NULL),
(377, 'V', 'el', 'Required for some vendors', NULL),
(377, 'V', 'en', 'Required for some vendors', NULL),
(377, 'V', 'es', 'Required for some vendors', NULL),
(377, 'V', 'fr', 'Required for some vendors', NULL),
(377, 'V', 'it', 'Required for some vendors', NULL),
(377, 'V', 'nl', 'Required for some vendors', NULL),
(377, 'V', 'no', 'Required for some vendors', NULL),
(377, 'V', 'pt', 'Necessária para alguns fornecedores', NULL),
(377, 'V', 'ro', 'Required for some vendors', NULL),
(377, 'V', 'ru', 'Нужна для некоторых продавцов', NULL),
(378, 'V', 'da', 'Necessária para todos os fornecedores', NULL),
(378, 'V', 'de', 'Required for all vendors', NULL),
(378, 'V', 'el', 'Required for all vendors', NULL),
(378, 'V', 'en', 'Required for all vendors', NULL),
(378, 'V', 'es', 'Required for all vendors', NULL),
(378, 'V', 'fr', 'Required for all vendors', NULL),
(378, 'V', 'it', 'Required for all vendors', NULL),
(378, 'V', 'nl', 'Required for all vendors', NULL),
(378, 'V', 'no', 'Required for all vendors', NULL),
(378, 'V', 'pt', 'Necessária para todos os fornecedores', NULL),
(378, 'V', 'ro', 'Required for all vendors', NULL),
(378, 'V', 'ru', 'Нужна всегда', NULL),
(379, 'V', 'da', 'Não é necessária', NULL),
(379, 'V', 'de', 'Isn\'t required', NULL),
(379, 'V', 'el', 'Δεν απαιτείται', NULL),
(379, 'V', 'en', 'Isn\'t required', NULL),
(379, 'V', 'es', 'Isn\'t required', NULL),
(379, 'V', 'fr', 'Isn\'t required', NULL),
(379, 'V', 'it', 'Isn\'t required', NULL),
(379, 'V', 'nl', 'Isn\'t required', NULL),
(379, 'V', 'no', 'Isn\'t required', NULL),
(379, 'V', 'pt', 'Não é necessária', NULL),
(379, 'V', 'ro', 'Isn\'t required', NULL),
(379, 'V', 'ru', 'Не нужна', NULL),
(380, 'V', 'da', 'Necessária para alguns fornecedores', NULL),
(380, 'V', 'de', 'Required for some vendors', NULL),
(380, 'V', 'el', 'Required for some vendors', NULL),
(380, 'V', 'en', 'Required for some vendors', NULL),
(380, 'V', 'es', 'Required for some vendors', NULL),
(380, 'V', 'fr', 'Required for some vendors', NULL),
(380, 'V', 'it', 'Required for some vendors', NULL),
(380, 'V', 'nl', 'Required for some vendors', NULL),
(380, 'V', 'no', 'Required for some vendors', NULL),
(380, 'V', 'pt', 'Necessária para alguns fornecedores', NULL),
(380, 'V', 'ro', 'Required for some vendors', NULL),
(380, 'V', 'ru', 'Нужна для некоторых продавцов', NULL),
(381, 'V', 'da', 'Necessária para todos os fornecedores', NULL),
(381, 'V', 'de', 'Required for all vendors', NULL),
(381, 'V', 'el', 'Required for all vendors', NULL),
(381, 'V', 'en', 'Required for all vendors', NULL),
(381, 'V', 'es', 'Required for all vendors', NULL),
(381, 'V', 'fr', 'Required for all vendors', NULL),
(381, 'V', 'it', 'Required for all vendors', NULL),
(381, 'V', 'nl', 'Required for all vendors', NULL),
(381, 'V', 'no', 'Required for all vendors', NULL),
(381, 'V', 'pt', 'Necessária para todos os fornecedores', NULL),
(381, 'V', 'ro', 'Required for all vendors', NULL),
(381, 'V', 'ru', 'Нужна всегда', NULL),
(382, 'V', 'da', 'Claro', NULL),
(382, 'V', 'de', 'Hell', NULL),
(382, 'V', 'el', 'Ανοιχτόχρωμο', NULL),
(382, 'V', 'en', 'Light', NULL),
(382, 'V', 'es', 'Luz', NULL),
(382, 'V', 'fr', 'Light', NULL),
(382, 'V', 'it', 'Luce', NULL),
(382, 'V', 'nl', 'Licht', NULL),
(382, 'V', 'no', 'Lys', NULL),
(382, 'V', 'pt', 'Claro', NULL),
(382, 'V', 'ro', 'Light', NULL),
(382, 'V', 'ru', 'Светлое', NULL),
(383, 'V', 'da', 'Escuro', NULL),
(383, 'V', 'de', 'Dunkel', NULL),
(383, 'V', 'el', 'Σκούρο', NULL),
(383, 'V', 'en', 'Dark', NULL),
(383, 'V', 'es', 'Oscuro', NULL),
(383, 'V', 'fr', 'Dark', NULL),
(383, 'V', 'it', 'Scuro', NULL),
(383, 'V', 'nl', 'Donker', NULL),
(383, 'V', 'no', 'Mørk', NULL),
(383, 'V', 'pt', 'Escuro', NULL),
(383, 'V', 'ro', 'Dark', NULL),
(383, 'V', 'ru', 'Тёмное', NULL),
(384, 'V', 'da', 'Normal', NULL),
(384, 'V', 'de', 'Normal', NULL),
(384, 'V', 'el', 'Κανονικό', NULL),
(384, 'V', 'en', 'Normal', NULL),
(384, 'V', 'es', 'Normal', NULL),
(384, 'V', 'fr', 'Normal', NULL),
(384, 'V', 'it', 'Normale', NULL),
(384, 'V', 'nl', 'Normaal', NULL),
(384, 'V', 'no', 'Normal', NULL),
(384, 'V', 'pt', 'Normal', NULL),
(384, 'V', 'ro', 'Normal', NULL),
(384, 'V', 'ru', 'Обычный', NULL),
(385, 'V', 'da', 'Compacto', NULL),
(385, 'V', 'de', 'Kompakt', NULL),
(385, 'V', 'el', 'Συμπαγής', NULL),
(385, 'V', 'en', 'Compact', NULL),
(385, 'V', 'es', 'Compacto', NULL),
(385, 'V', 'fr', 'Compact', NULL),
(385, 'V', 'it', 'Compacto', NULL),
(385, 'V', 'nl', 'Compact', NULL),
(385, 'V', 'no', 'Kompakt', NULL),
(385, 'V', 'pt', 'Compacto', NULL),
(385, 'V', 'ro', 'Compact', NULL),
(385, 'V', 'ru', 'Компактный', NULL),
(386, 'V', 'da', 'Imagem', NULL),
(386, 'V', 'de', 'Bild', NULL),
(386, 'V', 'el', 'Εικόνα', NULL),
(386, 'V', 'en', 'Image', NULL),
(386, 'V', 'es', 'Imagen', NULL),
(386, 'V', 'fr', 'Image', NULL),
(386, 'V', 'it', 'Immagine', NULL),
(386, 'V', 'nl', 'Afbeelding', NULL),
(386, 'V', 'no', 'Bilde', NULL),
(386, 'V', 'pt', 'Imagem', NULL),
(386, 'V', 'ro', 'Image', NULL),
(386, 'V', 'ru', 'Изображение', NULL),
(387, 'V', 'da', 'Áudio', NULL),
(387, 'V', 'de', 'Ton', NULL),
(387, 'V', 'el', 'Ήχος', NULL),
(387, 'V', 'en', 'Audio', NULL),
(387, 'V', 'es', 'Audio', NULL),
(387, 'V', 'fr', 'Audio', NULL),
(387, 'V', 'it', 'Audio', NULL),
(387, 'V', 'nl', 'Audio', NULL),
(387, 'V', 'no', 'Lyd', NULL),
(387, 'V', 'pt', 'Áudio', NULL),
(387, 'V', 'ro', 'Audio', NULL),
(387, 'V', 'ru', 'Аудио', NULL),
(388, 'V', 'da', 'Todos os dias', NULL),
(388, 'V', 'de', 'Alle Tage', NULL),
(388, 'V', 'el', 'Όλες τις ημέρες', NULL),
(388, 'V', 'en', 'All days', NULL),
(388, 'V', 'es', 'Todos los días', NULL),
(388, 'V', 'fr', 'Tous les jours', NULL),
(388, 'V', 'it', 'Tutti i giorni', NULL),
(388, 'V', 'nl', 'Alle dagen', NULL),
(388, 'V', 'no', 'Alle dager', NULL),
(388, 'V', 'pt', 'Todos os dias', NULL),
(388, 'V', 'ro', 'Toate zilele', NULL),
(388, 'V', 'ru', 'За все время', NULL),
(389, 'V', 'da', 'Hoje', NULL),
(389, 'V', 'de', 'Heute', NULL),
(389, 'V', 'el', 'Σήμερα', NULL),
(389, 'V', 'en', 'Today', NULL),
(389, 'V', 'es', 'Hoy', NULL),
(389, 'V', 'fr', 'Aujourd\'hui', NULL),
(389, 'V', 'it', 'Oggi', NULL),
(389, 'V', 'nl', 'Vandaag', NULL),
(389, 'V', 'no', 'I dag', NULL),
(389, 'V', 'pt', 'Hoje', NULL),
(389, 'V', 'ro', 'Astăzi', NULL),
(389, 'V', 'ru', 'За сегодня', NULL),
(390, 'V', 'da', 'Últimos dias', NULL),
(390, 'V', 'de', 'Letzte Tage', NULL),
(390, 'V', 'el', 'Τελευταίες ημέρες', NULL),
(390, 'V', 'en', 'Last days', NULL),
(390, 'V', 'es', 'Últimos días', NULL),
(390, 'V', 'fr', 'Derniers jours', NULL),
(390, 'V', 'it', 'Ultimi giorni', NULL),
(390, 'V', 'nl', 'Laatste dagen', NULL),
(390, 'V', 'no', 'Siste dager', NULL),
(390, 'V', 'pt', 'Últimos dias', NULL),
(390, 'V', 'ro', 'Ultimele zile', NULL),
(390, 'V', 'ru', 'За последние дни', NULL),
(391, 'V', 'da', '/nome-do-produto/', NULL),
(391, 'V', 'de', '/artikel-name/', NULL),
(391, 'V', 'el', '/Product-name', NULL),
(391, 'V', 'en', '/product-name/', NULL),
(391, 'V', 'es', '/nombre-producto', NULL),
(391, 'V', 'fr', '/nom-produit/', NULL),
(391, 'V', 'it', '/nome-prodotto/', NULL),
(391, 'V', 'nl', '/productnaam/', NULL),
(391, 'V', 'no', '/product-name/', NULL),
(391, 'V', 'pt', '/nome-do-produto/', NULL),
(391, 'V', 'ro', '/product-name/', NULL),
(391, 'V', 'ru', '/product-name/', NULL),
(392, 'V', 'da', '/nome-do-produto.html', NULL),
(392, 'V', 'de', '/artikel-name.html', NULL),
(392, 'V', 'el', '/product-name.html', NULL),
(392, 'V', 'en', '/product-name.html', NULL),
(392, 'V', 'es', '/nombre-producto.html', NULL),
(392, 'V', 'fr', '/nom-produit.html', NULL),
(392, 'V', 'it', '/nome-prodotto.html', NULL),
(392, 'V', 'nl', '/productnaam.html', NULL),
(392, 'V', 'no', '/product-name.html', NULL),
(392, 'V', 'pt', '/nome-do-produto.html', NULL),
(392, 'V', 'ro', '/nume-produs.html', NULL),
(392, 'V', 'ru', '/product-name.html', NULL),
(393, 'V', 'da', '/nome-da-categoria/[nome-da-subcategoria/]nome-do-produto/', NULL),
(393, 'V', 'de', '/kategorie-name/[unterkategorie-name/]artikel-name/', NULL),
(393, 'V', 'el', '/category-name/[subcategory-name/]product-name', NULL),
(393, 'V', 'en', '/category-name/[subcategory-name/]product-name/', NULL),
(393, 'V', 'es', '/nombre-categoria/[nombre-subcategoria/]nombre-producto/', NULL),
(393, 'V', 'fr', '/nom-categorie/{sous-categorie-nom/}nom-produit}', NULL),
(393, 'V', 'it', '/categoria/[sottocategoria/]nome-prodotto/', NULL),
(393, 'V', 'nl', '/category-name/[subcategory-name/]product-name/', NULL),
(393, 'V', 'no', '/category-name/[subcategory-name/]product-name/', NULL),
(393, 'V', 'pt', '/nome-da-categoria/[nome-da-subcategoria/]nome-do-produto/', NULL),
(393, 'V', 'ro', '/category-name/[subcategory-name/]product-name/', NULL),
(393, 'V', 'ru', '/category-name/[subcategory-name/]product-name/', NULL),
(394, 'V', 'da', '/nome-da-categoria/[nome-da-subcategoria/]nome-do-produto.html', NULL),
(394, 'V', 'de', '/kategorie-name/[unterkategorie-name/]artikel-name.html', NULL),
(394, 'V', 'el', '/category-name/[subcategory-name/]product-name.html', NULL),
(394, 'V', 'en', '/category-name/[subcategory-name/]product-name.html', NULL),
(394, 'V', 'es', '/nombre-categoria/nombre-subcategoria/nombre-producto.html', NULL),
(394, 'V', 'fr', '/nom-categorie/{sous-categorie-nom} nom-produit.html', NULL),
(394, 'V', 'it', '/categoria/[sottocategoria/]nome-prodotto.html', NULL),
(394, 'V', 'nl', '/categorie-naam/[subcategorie-naame/]product-naam.html', NULL),
(394, 'V', 'no', '/category-name/[subcategory-name/]product-name.html', NULL),
(394, 'V', 'pt', '/nome-da-categoria/[nome-da-subcategoria/]nome-do-produto.html', NULL),
(394, 'V', 'ro', '/nume-categorie/nume-subcategorie/nume-produs.html', NULL),
(394, 'V', 'ru', '/category-name/[subcategory-name/]product-name.html', NULL),
(395, 'V', 'da', '/categoria-pai/categoria-[página-2].html', NULL),
(395, 'V', 'de', '/hauptkategorie/kategorie-[seite-2].html', NULL),
(395, 'V', 'el', '/parent-category/category/[page2/].html', NULL),
(395, 'V', 'en', '/parent-category/category-[page-2].html', NULL),
(395, 'V', 'es', '/categoria-superior/categoria-[pagina-2].html', NULL),
(395, 'V', 'fr', '/parent-categorie{page-2}html', NULL),
(395, 'V', 'it', '/categoria-padre/categoria-[pagina2].html', NULL),
(395, 'V', 'nl', '/hoofd-categorie/categorie-[page-2].html', NULL),
(395, 'V', 'no', '/parent-category/category-[page-2].html', NULL),
(395, 'V', 'pt', '/categoria-pai/categoria-[página-2].html', NULL),
(395, 'V', 'ro', '/parent-category/category-[page-2].html', NULL),
(395, 'V', 'ru', '/parent-category/category-[page-2].html', NULL),
(396, 'V', 'da', '/categoria-pai/categoria/[página-2/]', NULL),
(396, 'V', 'de', '/hauptkategorie/kategorie/[seite-2/]', NULL),
(396, 'V', 'el', '/parent-category/category/[page2/]', NULL),
(396, 'V', 'en', '/parent-category/category/[page-2/]', NULL),
(396, 'V', 'es', '/categoria-superior/categoria/[pagina-2/]', NULL),
(396, 'V', 'fr', '/parents-categorie/categorie/{page 2}', NULL),
(396, 'V', 'it', '/categoria-padre/categoria/[pagina2/]', NULL),
(396, 'V', 'nl', '/hoofd-categorie/categorie/[page-2/]', NULL),
(396, 'V', 'no', '/parent-category/category/[page-2/]', NULL),
(396, 'V', 'pt', '/categoria-pai/categoria/[página-2/]', NULL),
(396, 'V', 'ro', '/parent-category/category/[page-2/]', NULL),
(396, 'V', 'ru', '/parent-category/category/[page-2/]', NULL),
(397, 'V', 'da', '/categoria[-página-2].html', NULL),
(397, 'V', 'de', '/kategorie[-seite-2].html', NULL),
(397, 'V', 'el', '/category[-page2].html', NULL),
(397, 'V', 'en', '/category[-page-2].html', NULL),
(397, 'V', 'es', '/categoria[-pagina-2].html', NULL),
(397, 'V', 'fr', '/categorie/{page-2}.html', NULL),
(397, 'V', 'it', '/categoria[-page2].html', NULL),
(397, 'V', 'nl', '/categorie[-page-2].html', NULL),
(397, 'V', 'no', '/category[-page-2].html', NULL),
(397, 'V', 'pt', '/categoria[-página-2].html', NULL),
(397, 'V', 'ro', '/category[-page-2].html', NULL),
(397, 'V', 'ru', '/category[-page-2].html', NULL),
(398, 'V', 'da', '/categoria/[página-2/]', NULL),
(398, 'V', 'de', '/kategorie/[seite-2/]', NULL),
(398, 'V', 'el', '/category/[page2/]', NULL),
(398, 'V', 'en', '/category/[page-2/]', NULL),
(398, 'V', 'es', '/categoria/[pagina-2/]', NULL),
(398, 'V', 'fr', '/categorie/{page 2/}', NULL),
(398, 'V', 'it', '/categoria/[pagina2/]', NULL),
(398, 'V', 'nl', '/categorie/[page-2/]', NULL),
(398, 'V', 'no', '/category/[page-2/]', NULL),
(398, 'V', 'pt', '/categoria/[página-2/]', NULL),
(398, 'V', 'ro', '/category/[page-2/]', NULL),
(398, 'V', 'ru', '/category/[page-2/]', NULL),
(399, 'V', 'da', '/pagina-pai/pagina.html', NULL),
(399, 'V', 'de', '/hauptseite/seite.html', NULL),
(399, 'V', 'el', '/parent-page/page.html', NULL),
(399, 'V', 'en', '/parent-page/page.html', NULL),
(399, 'V', 'es', '/parent-page/page.html', NULL),
(399, 'V', 'fr', '/parent-page/page.htm', NULL),
(399, 'V', 'it', '/pagina-padre/pagina.html', NULL),
(399, 'V', 'nl', '/hoofdpagina/pagina.html', NULL),
(399, 'V', 'no', '/parent-page/page.html', NULL),
(399, 'V', 'pt', '/pagina-pai/pagina.html', NULL),
(399, 'V', 'ro', '/parent-page/page.html', NULL);
INSERT INTO `partiushop_settings_descriptions` (`object_id`, `object_type`, `lang_code`, `value`, `tooltip`) VALUES
(399, 'V', 'ru', '/parent-page/page.html', NULL),
(400, 'V', 'da', '/pagina-pai/pagina/', NULL),
(400, 'V', 'de', '/hauptseite/seite/', NULL),
(400, 'V', 'el', '/parent-page/page/', NULL),
(400, 'V', 'en', '/parent-page/page/', NULL),
(400, 'V', 'es', '/parent-page/page/', NULL),
(400, 'V', 'fr', '/parent-page/page/', NULL),
(400, 'V', 'it', '/pagina-padre/pagina/', NULL),
(400, 'V', 'nl', '/hoofdpagina/pagina/', NULL),
(400, 'V', 'no', '/parent-page/page/', NULL),
(400, 'V', 'pt', '/pagina-pai/pagina/', NULL),
(400, 'V', 'ro', '/parent-page/page/', NULL),
(400, 'V', 'ru', '/parent-page/page/', NULL),
(401, 'V', 'da', '/pagina.html', NULL),
(401, 'V', 'de', '/seite.html', NULL),
(401, 'V', 'el', '/page.html', NULL),
(401, 'V', 'en', '/page.html', NULL),
(401, 'V', 'es', '/page.html', NULL),
(401, 'V', 'fr', '/page.html', NULL),
(401, 'V', 'it', '/pagina.html', NULL),
(401, 'V', 'nl', '/pagina.html', NULL),
(401, 'V', 'no', '/page.html', NULL),
(401, 'V', 'pt', '/pagina.html', NULL),
(401, 'V', 'ro', '/page.html', NULL),
(401, 'V', 'ru', '/page.html', NULL),
(402, 'V', 'da', '/pagina/', NULL),
(402, 'V', 'de', '/seite/', NULL),
(402, 'V', 'el', '/page/', NULL),
(402, 'V', 'en', '/page/', NULL),
(402, 'V', 'es', '/page/', NULL),
(402, 'V', 'fr', '/page/', NULL),
(402, 'V', 'it', '/pagina/', NULL),
(402, 'V', 'nl', '/pagina/', NULL),
(402, 'V', 'no', '/page/', NULL),
(402, 'V', 'pt', '/pagina/', NULL),
(402, 'V', 'ro', '/page/', NULL),
(402, 'V', 'ru', '/page/', NULL),
(403, 'V', 'da', '/item/', NULL),
(403, 'V', 'de', '/artikel/', NULL),
(403, 'V', 'el', '/item/', NULL),
(403, 'V', 'en', '/item/', NULL),
(403, 'V', 'es', '/objeto/', NULL),
(403, 'V', 'fr', '/item/', NULL),
(403, 'V', 'it', '/oggetto/', NULL),
(403, 'V', 'nl', '/item/', NULL),
(403, 'V', 'no', '/item/', NULL),
(403, 'V', 'pt', '/item/', NULL),
(403, 'V', 'ro', '/item/', NULL),
(403, 'V', 'ru', '/item/', NULL),
(404, 'V', 'da', '/item.html', NULL),
(404, 'V', 'de', '/artikel.html', NULL),
(404, 'V', 'el', '/item.html', NULL),
(404, 'V', 'en', '/item.html', NULL),
(404, 'V', 'es', '/item.html', NULL),
(404, 'V', 'fr', '/item.html', NULL),
(404, 'V', 'it', '/articolo.html', NULL),
(404, 'V', 'nl', '/item.html', NULL),
(404, 'V', 'no', '/item.html', NULL),
(404, 'V', 'pt', '/item.html', NULL),
(404, 'V', 'ro', '/item.html', NULL),
(404, 'V', 'ru', '/item.html', NULL),
(405, 'V', 'da', 'Valor mínimo absoluto', NULL),
(405, 'V', 'de', 'Absoluter Minimalwert.', NULL),
(405, 'V', 'el', 'Απόλυτη ελάχιστη τιμή', NULL),
(405, 'V', 'en', 'Absolute minimal value', NULL),
(405, 'V', 'es', 'Valor mínimo absoluto', NULL),
(405, 'V', 'fr', 'Valeur minimale absolue', NULL),
(405, 'V', 'it', 'Valore minimo assoluto', NULL),
(405, 'V', 'nl', 'De minimale waarde', NULL),
(405, 'V', 'no', 'Absolutt minimal verdi', NULL),
(405, 'V', 'pt', 'Valor mínimo absoluto', NULL),
(405, 'V', 'ro', 'Absolute minimal value', NULL),
(405, 'V', 'ru', 'Минимальное абсолютное', NULL),
(406, 'V', 'da', 'Valor percentual mínimo', NULL),
(406, 'V', 'de', 'Minimaler Prozentwert.', NULL),
(406, 'V', 'el', 'Αξια Ελάχιστου ποσοστου', NULL),
(406, 'V', 'en', 'Minimal percentage value', NULL),
(406, 'V', 'es', 'Valor pocentual mínimo', NULL),
(406, 'V', 'fr', 'Valeur de pourcentage minimale', NULL),
(406, 'V', 'it', 'Valore percentuale minimo', NULL),
(406, 'V', 'nl', 'Het minimale percentage', NULL),
(406, 'V', 'no', 'Minimal prosentverdi', NULL),
(406, 'V', 'pt', 'Valor percentual mínimo', NULL),
(406, 'V', 'ro', 'Minimal percentage value', NULL),
(406, 'V', 'ru', 'Минимальное процентное', NULL),
(407, 'V', 'da', 'Valor máximo absoluto', NULL),
(407, 'V', 'de', 'Absoluter Maximalwert.', NULL),
(407, 'V', 'el', 'Απόλυτα μέγιστη τιμή', NULL),
(407, 'V', 'en', 'Absolute maximal value', NULL),
(407, 'V', 'es', 'Valor absoluto máximo', NULL),
(407, 'V', 'fr', 'Valuer maximale absolue', NULL),
(407, 'V', 'it', 'Valore massimo assoluto', NULL),
(407, 'V', 'nl', 'De maximale waarde', NULL),
(407, 'V', 'no', 'Absolutt maksimal verdi', NULL),
(407, 'V', 'pt', 'Valor máximo absoluto', NULL),
(407, 'V', 'ro', 'Absolute maximal value', NULL),
(407, 'V', 'ru', 'Максимальное абсолютное', NULL),
(408, 'V', 'da', 'Valor da porcentagem máxima', NULL),
(408, 'V', 'de', 'Maximaler Prozentwert', NULL),
(408, 'V', 'el', 'Αξια Μέγιστου ποσοστου', NULL),
(408, 'V', 'en', 'Maximal percentage value', NULL),
(408, 'V', 'es', 'Valor porcentual máximo', NULL),
(408, 'V', 'fr', 'Valeur de pourcentage minimale', NULL),
(408, 'V', 'it', 'Valore percentuale massimo', NULL),
(408, 'V', 'nl', 'Het maximale percentage', NULL),
(408, 'V', 'no', 'Maksimal prosentverdi', NULL),
(408, 'V', 'pt', 'Valor da porcentagem máxima', NULL),
(408, 'V', 'ro', 'Maximal percentage value', NULL),
(408, 'V', 'ru', 'Максимальное процентное', NULL),
(409, 'V', 'da', 'Código 128-A', NULL),
(409, 'V', 'de', 'Code 128-A', NULL),
(409, 'V', 'el', 'Κωδικός 128-Α', NULL),
(409, 'V', 'en', 'Code 128-A', NULL),
(409, 'V', 'es', 'Código 128-A', NULL),
(409, 'V', 'fr', 'Code 128-A', NULL),
(409, 'V', 'it', 'Codice 128-A', NULL),
(409, 'V', 'nl', 'Code 128-A', NULL),
(409, 'V', 'no', 'Kode 128-A', NULL),
(409, 'V', 'pt', 'Código 128-A', NULL),
(409, 'V', 'ro', 'Cod 128-A', NULL),
(409, 'V', 'ru', 'Код 128-A', NULL),
(410, 'V', 'da', 'Código 128-B', NULL),
(410, 'V', 'de', 'Code 128-B', NULL),
(410, 'V', 'el', 'Κωδικός 128-Β', NULL),
(410, 'V', 'en', 'Code 128-B', NULL),
(410, 'V', 'es', 'Código 128-B', NULL),
(410, 'V', 'fr', 'Code 128-B', NULL),
(410, 'V', 'it', 'Codice 128-B', NULL),
(410, 'V', 'nl', 'Code 128-B', NULL),
(410, 'V', 'no', 'Kode 128-B', NULL),
(410, 'V', 'pt', 'Código 128-B', NULL),
(410, 'V', 'ro', 'Cod 128-B', NULL),
(410, 'V', 'ru', 'Код 128-B', NULL),
(411, 'V', 'da', 'Código 128-C', NULL),
(411, 'V', 'de', 'Code 128-C', NULL),
(411, 'V', 'el', 'Κωδικός 128-C', NULL),
(411, 'V', 'en', 'Code 128-C', NULL),
(411, 'V', 'es', 'Código 128-C', NULL),
(411, 'V', 'fr', 'Code 128-C', NULL),
(411, 'V', 'it', 'Codice 128-C', NULL),
(411, 'V', 'nl', 'Code 128-C', NULL),
(411, 'V', 'no', 'Kode 128-C', NULL),
(411, 'V', 'pt', 'Código 128-C', NULL),
(411, 'V', 'ro', 'Cod 128-C', NULL),
(411, 'V', 'ru', 'Код 128-C', NULL),
(412, 'V', 'da', 'Intercalado 2 de 5', NULL),
(412, 'V', 'de', 'Verknüpft 2/5', NULL),
(412, 'V', 'el', 'Παρεμβολλή φύλλων μεταξύ των σελίδων 2 απο 5', NULL),
(412, 'V', 'en', 'Interleaved 2 of 5', NULL),
(412, 'V', 'es', 'Intercalado 2 de 5', NULL),
(412, 'V', 'fr', 'Entrelacé 2 de 5', NULL),
(412, 'V', 'it', 'Intervallato 2 di 5', NULL),
(412, 'V', 'nl', 'Interleaved 2 van 5', NULL),
(412, 'V', 'no', 'Sammenflettet 2 av 5', NULL),
(412, 'V', 'pt', 'Intercalado 2 de 5', NULL),
(412, 'V', 'ro', 'Intercalat între 2 și 5', NULL),
(412, 'V', 'ru', 'Чередуется 2 через 5', NULL),
(413, 'V', 'da', 'Código 39', NULL),
(413, 'V', 'de', 'Code 39', NULL),
(413, 'V', 'el', 'Κωδικός 39', NULL),
(413, 'V', 'en', 'Code 39', NULL),
(413, 'V', 'es', 'Código 39', NULL),
(413, 'V', 'fr', 'Code 39', NULL),
(413, 'V', 'it', 'Codice 39', NULL),
(413, 'V', 'nl', 'Code 39', NULL),
(413, 'V', 'no', 'Kode 39', NULL),
(413, 'V', 'pt', 'Código 39', NULL),
(413, 'V', 'ro', 'Cod 39', NULL),
(413, 'V', 'ru', 'Код 39', NULL),
(414, 'V', 'da', 'Portable Network Graphics (PNG)', NULL),
(414, 'V', 'de', 'Grafikformat: PNG (Portable Network Graphics)', NULL),
(414, 'V', 'el', 'Φορητά γραφικά δικτύου (PNG)', NULL),
(414, 'V', 'en', 'Portable Network Graphics (PNG)', NULL),
(414, 'V', 'es', 'Portable Network Graphics (PNG)', NULL),
(414, 'V', 'fr', 'Portable Network Graphics (PNG)', NULL),
(414, 'V', 'it', 'Portable Network Graphics (PNG)', NULL),
(414, 'V', 'nl', 'Portable Network Graphics (PNG)', NULL),
(414, 'V', 'no', 'Portable Network Graphics (PNG)', NULL),
(414, 'V', 'pt', 'Portable Network Graphics (PNG)', NULL),
(414, 'V', 'ro', 'Portable Network Graphics (PNG)', NULL),
(414, 'V', 'ru', 'Формат PNG', NULL),
(415, 'V', 'da', 'Joint Photographic Experts Group (JPEG)', NULL),
(415, 'V', 'de', 'Grafikformat: JPEG (Joint Photographic Experts Group)', NULL),
(415, 'V', 'el', 'Joint Photographic Experts Group (JPEG)', NULL),
(415, 'V', 'en', 'Joint Photographic Experts Group (JPEG)', NULL),
(415, 'V', 'es', 'Joint Photographic Experts Group (JPEG)', NULL),
(415, 'V', 'fr', 'Joint Photographic Experts Group (JPEG)', NULL),
(415, 'V', 'it', 'Joint Photographic Experts Group (JPEG)', NULL),
(415, 'V', 'nl', 'Joint Photographic Experts Group (JPEG)', NULL),
(415, 'V', 'no', 'Joint Photographic Experts Group (JPEG)', NULL),
(415, 'V', 'pt', 'Joint Photographic Experts Group (JPEG)', NULL),
(415, 'V', 'ro', 'Joint Photographic Experts Group (JPEG)', NULL),
(415, 'V', 'ru', 'Формат JPEG', NULL),
(416, 'V', 'da', 'Desativado', NULL),
(416, 'V', 'de', 'Deaktiviert', NULL),
(416, 'V', 'el', 'Απενεργοποιήθηκε', NULL),
(416, 'V', 'en', 'Disabled', NULL),
(416, 'V', 'es', 'Desactivado', NULL),
(416, 'V', 'fr', 'Désactivé', NULL),
(416, 'V', 'it', 'Disattivato', NULL),
(416, 'V', 'nl', 'Uitgeschakeld', NULL),
(416, 'V', 'no', 'Deaktivert', NULL),
(416, 'V', 'pt', 'Desativado', NULL),
(416, 'V', 'ro', 'Dezactivat', NULL),
(416, 'V', 'ru', 'Выкл.', NULL),
(417, 'V', 'da', 'Ativado', NULL),
(417, 'V', 'de', 'Aktiviert', NULL),
(417, 'V', 'el', 'Ενεργοποιήθηκε', NULL),
(417, 'V', 'en', 'Enabled', NULL),
(417, 'V', 'es', 'Activado', NULL),
(417, 'V', 'fr', 'Activé', NULL),
(417, 'V', 'it', 'Abilitato', NULL),
(417, 'V', 'nl', 'Ingeschakeld', NULL),
(417, 'V', 'no', 'Aktivert', NULL),
(417, 'V', 'pt', 'Ativado', NULL),
(417, 'V', 'ro', 'Activat', NULL),
(417, 'V', 'ru', 'Вкл.', NULL),
(418, 'V', 'da', 'Qualquer cliente', NULL),
(418, 'V', 'de', 'Jeder Kunde', NULL),
(418, 'V', 'el', 'Οποιοσδήποτε πελάτης', NULL),
(418, 'V', 'en', 'Any customer', NULL),
(418, 'V', 'es', 'Cualquier cliente', NULL),
(418, 'V', 'fr', 'N\'importe quel client', NULL),
(418, 'V', 'it', 'Qualsiasi cliente', NULL),
(418, 'V', 'nl', 'Elke klant', NULL),
(418, 'V', 'no', 'Enhver kunde', NULL),
(418, 'V', 'pt', 'Qualquer cliente', NULL),
(418, 'V', 'ro', 'Orice client', NULL),
(418, 'V', 'ru', 'Любой покупатель', NULL),
(419, 'V', 'da', 'Apenas os clientes anônimos', NULL),
(419, 'V', 'de', 'Nur anonyme Kunden', NULL),
(419, 'V', 'el', 'Μόνο μη καταχωρημένοι πελάτες', NULL),
(419, 'V', 'en', 'Only anonymous customers', NULL),
(419, 'V', 'es', 'Sólo los clientes anónimos', NULL),
(419, 'V', 'fr', 'Seulement les clients anonymes', NULL),
(419, 'V', 'it', 'Solo i clienti anonimi', NULL),
(419, 'V', 'nl', 'Alleen anonieme klanten', NULL),
(419, 'V', 'no', 'Bare anonyme kunder', NULL),
(419, 'V', 'pt', 'Apenas os clientes anônimos', NULL),
(419, 'V', 'ro', 'Numai clienţii anonim', NULL),
(419, 'V', 'ru', 'Только гости', NULL),
(420, 'V', 'da', 'Nenhuma aprovação necessária', NULL),
(420, 'V', 'de', 'Keine Genehmigung erforderlich', NULL),
(420, 'V', 'el', 'Δεν απαιτείται έγκριση', NULL),
(420, 'V', 'en', 'No approval needed', NULL),
(420, 'V', 'es', 'No se requiere aprobación', NULL),
(420, 'V', 'fr', 'Aucune approbation nécessaire', NULL),
(420, 'V', 'it', 'Nessuna approvazione necessaria', NULL),
(420, 'V', 'nl', 'Geen goedkeuring nodig', NULL),
(420, 'V', 'no', 'Ingen godkjenning nødvendig', NULL),
(420, 'V', 'pt', 'Nenhuma aprovação necessária', NULL),
(420, 'V', 'ro', 'Nu e nevoie de aprobare', NULL),
(420, 'V', 'ru', 'Подтверждение не требуется', NULL),
(421, 'V', 'da', 'Qualquer cliente', NULL),
(421, 'V', 'de', 'Jeder Kunde', NULL),
(421, 'V', 'el', 'Οποιοσδήποτε πελάτης', NULL),
(421, 'V', 'en', 'Any customer', NULL),
(421, 'V', 'es', 'Cualquier cliente', NULL),
(421, 'V', 'fr', 'N\'importe quel client', NULL),
(421, 'V', 'it', 'Qualsiasi cliente', NULL),
(421, 'V', 'nl', 'Elke klant', NULL),
(421, 'V', 'no', 'Enhver kunde', NULL),
(421, 'V', 'pt', 'Qualquer cliente', NULL),
(421, 'V', 'ro', 'Orice client', NULL),
(421, 'V', 'ru', 'Любой покупатель', NULL),
(422, 'V', 'da', 'Apenas os clientes anônimos', NULL),
(422, 'V', 'de', 'Nur anonyme Kunden', NULL),
(422, 'V', 'el', 'Μόνο μη καταχωρημένοι πελάτες', NULL),
(422, 'V', 'en', 'Only anonymous customers', NULL),
(422, 'V', 'es', 'Sólo los clientes anónimos', NULL),
(422, 'V', 'fr', 'Seulement les clients anonymes', NULL),
(422, 'V', 'it', 'Solo i clienti anonimi', NULL),
(422, 'V', 'nl', 'Alleen anonieme klanten', NULL),
(422, 'V', 'no', 'Bare anonyme kunder', NULL),
(422, 'V', 'pt', 'Apenas os clientes anônimos', NULL),
(422, 'V', 'ro', 'Numai clienţii anonimi', NULL),
(422, 'V', 'ru', 'Только гости', NULL),
(423, 'V', 'da', 'Nenhuma aprovação necessária', NULL),
(423, 'V', 'de', 'Keine Genehmigung erforderlich', NULL),
(423, 'V', 'el', 'Δεν απαιτείται έγκριση', NULL),
(423, 'V', 'en', 'No approval needed', NULL),
(423, 'V', 'es', 'No se requiere aprobación', NULL),
(423, 'V', 'fr', 'Aucune approbation nécessaire', NULL),
(423, 'V', 'it', 'Nessuna approvazione necessaria', NULL),
(423, 'V', 'nl', 'Geen goedkeuring nodig', NULL),
(423, 'V', 'no', 'Ingen godkjenning nødvendig', NULL),
(423, 'V', 'pt', 'Nenhuma aprovação necessária', NULL),
(423, 'V', 'ro', 'Nu e nevoie de aprobare', NULL),
(423, 'V', 'ru', 'Подтверждение не требуется', NULL),
(424, 'V', 'da', 'Qualquer cliente', NULL),
(424, 'V', 'de', 'Jeder Kunde', NULL),
(424, 'V', 'el', 'Οποιοσδήποτε πελάτης', NULL),
(424, 'V', 'en', 'Any customer', NULL),
(424, 'V', 'es', 'Cualquier cliente', NULL),
(424, 'V', 'fr', 'N\'importe quel client', NULL),
(424, 'V', 'it', 'Qualsiasi cliente', NULL),
(424, 'V', 'nl', 'Elke klant', NULL),
(424, 'V', 'no', 'Enhver kunde', NULL),
(424, 'V', 'pt', 'Qualquer cliente', NULL),
(424, 'V', 'ro', 'Orice client', NULL),
(424, 'V', 'ru', 'Любой покупатель', NULL),
(425, 'V', 'da', 'Apenas os clientes anônimos', NULL),
(425, 'V', 'de', 'Nur anonyme Kunden', NULL),
(425, 'V', 'el', 'Μόνο μη καταχωρημένοι πελάτες', NULL),
(425, 'V', 'en', 'Only anonymous customers', NULL),
(425, 'V', 'es', 'Solo clientes anónimos', NULL),
(425, 'V', 'fr', 'Seulement les clients anonymes', NULL),
(425, 'V', 'it', 'Solo i clienti anonimi', NULL),
(425, 'V', 'nl', 'Alleen anonieme klanten', NULL),
(425, 'V', 'no', 'Bare anonyme kunder', NULL),
(425, 'V', 'pt', 'Apenas os clientes anônimos', NULL),
(425, 'V', 'ro', 'Numai clienţii anonim', NULL),
(425, 'V', 'ru', 'Только гости', NULL),
(426, 'V', 'da', 'Nenhuma aprovação necessária', NULL),
(426, 'V', 'de', 'Keine Genehmigung erforderlich', NULL),
(426, 'V', 'el', 'Δεν απαιτείται έγκριση', NULL),
(426, 'V', 'en', 'No approval needed', NULL),
(426, 'V', 'es', 'No se requiere aprobación', NULL),
(426, 'V', 'fr', 'Aucune approbation nécessaire', NULL),
(426, 'V', 'it', 'Nessuna approvazione necessaria', NULL),
(426, 'V', 'nl', 'Geen goedkeuring nodig', NULL),
(426, 'V', 'no', 'Ingen godkjenning nødvendig', NULL),
(426, 'V', 'pt', 'Nenhuma aprovação necessária', NULL),
(426, 'V', 'ro', 'Nu e nevoie de aprobare', NULL),
(426, 'V', 'ru', 'Подтверждение не требуется', NULL),
(427, 'V', 'da', 'Qualquer cliente', NULL),
(427, 'V', 'de', 'Jeder Kunde', NULL),
(427, 'V', 'el', 'Οποιοσδήποτε πελάτης', NULL),
(427, 'V', 'en', 'Any customer', NULL),
(427, 'V', 'es', 'Cualquier cliente', NULL),
(427, 'V', 'fr', 'N\'importe quel client', NULL),
(427, 'V', 'it', 'Qualsiasi cliente', NULL),
(427, 'V', 'nl', 'Elke klant', NULL),
(427, 'V', 'no', 'Enhver kunde', NULL),
(427, 'V', 'pt', 'Qualquer cliente', NULL),
(427, 'V', 'ro', 'Orice client', NULL),
(427, 'V', 'ru', 'Любой покупатель', NULL),
(428, 'V', 'da', 'Apenas os clientes anônimos', NULL),
(428, 'V', 'de', 'Nur anonyme Kunden', NULL),
(428, 'V', 'el', 'Μόνο μη καταχωρημένοι πελάτες', NULL),
(428, 'V', 'en', 'Only anonymous customers', NULL),
(428, 'V', 'es', 'Solo clientes anónimos', NULL),
(428, 'V', 'fr', 'Seulement les clients anonymes', NULL),
(428, 'V', 'it', 'Solo i clienti anonimi', NULL),
(428, 'V', 'nl', 'Alleen anonieme klanten', NULL),
(428, 'V', 'no', 'Bare anonyme kunder', NULL),
(428, 'V', 'pt', 'Apenas os clientes anônimos', NULL),
(428, 'V', 'ro', 'Numai clienţii anonimi', NULL),
(428, 'V', 'ru', 'Только гости', NULL),
(429, 'V', 'da', 'Nenhuma aprovação necessária', NULL),
(429, 'V', 'de', 'Keine Genehmigung erforderlich', NULL),
(429, 'V', 'el', 'Δεν απαιτείται έγκριση', NULL),
(429, 'V', 'en', 'No approval needed', NULL),
(429, 'V', 'es', 'No se requiere aprobación', NULL),
(429, 'V', 'fr', 'Aucune approbation nécessaire', NULL),
(429, 'V', 'it', 'Nessuna approvazione necessaria', NULL),
(429, 'V', 'nl', 'Geen goedkeuring nodig', NULL),
(429, 'V', 'no', 'Ingen godkjenning nødvendig', NULL),
(429, 'V', 'pt', 'Nenhuma aprovação necessária', NULL),
(429, 'V', 'ro', 'Nu e nevoie de aprobare', NULL),
(429, 'V', 'ru', 'Подтверждение не требуется', NULL),
(430, 'V', 'da', 'Qualquer cliente', NULL),
(430, 'V', 'de', 'Jeder Kunde', NULL),
(430, 'V', 'el', 'Οποιοσδήποτε πελάτης', NULL),
(430, 'V', 'en', 'Any customer', NULL),
(430, 'V', 'es', 'Cualquier cliente', NULL),
(430, 'V', 'fr', 'Tout client', NULL),
(430, 'V', 'it', 'Qualsiasi cliente', NULL),
(430, 'V', 'nl', 'Elke klant', NULL),
(430, 'V', 'no', 'Enhver kunde', NULL),
(430, 'V', 'pt', 'Qualquer cliente', NULL),
(430, 'V', 'ro', 'Oricărui client', NULL),
(430, 'V', 'ru', 'Любой пользователь', NULL),
(431, 'V', 'da', 'Apenas os clientes anônimos', NULL),
(431, 'V', 'de', 'Nur anonyme Kunden', NULL),
(431, 'V', 'el', 'Μόνο μη καταχωρημένοι πελάτες', NULL),
(431, 'V', 'en', 'Only anonymous customers', NULL),
(431, 'V', 'es', 'Solo clientes anónimos', NULL),
(431, 'V', 'fr', 'Seuls les clients anonymes', NULL),
(431, 'V', 'it', 'Solo i clienti anonimi', NULL),
(431, 'V', 'nl', 'Alleen anonieme klanten', NULL),
(431, 'V', 'no', 'Bare anonyme kunder', NULL),
(431, 'V', 'pt', 'Apenas os clientes anônimos', NULL),
(431, 'V', 'ro', 'Doar cliențiilor anonimi', NULL),
(431, 'V', 'ru', 'Только анонимные покупатели', NULL),
(432, 'V', 'da', 'Nenhuma aprovação necessária', NULL),
(432, 'V', 'de', 'Keine Genehmigung erforderlich', NULL),
(432, 'V', 'el', 'Δεν απαιτείται έγκριση', NULL),
(432, 'V', 'en', 'No approval needed', NULL),
(432, 'V', 'es', 'No se requiere aprobación', NULL),
(432, 'V', 'fr', 'Pas besoin d\'approbation', NULL),
(432, 'V', 'it', 'Nessuna approvazione necessaria', NULL),
(432, 'V', 'nl', 'Geen goedkeuring nodig', NULL),
(432, 'V', 'no', 'Ingen godkjenning nødvendig', NULL),
(432, 'V', 'pt', 'Nenhuma aprovação necessária', NULL),
(432, 'V', 'ro', 'Nu e nevoie de aprobare', NULL),
(432, 'V', 'ru', 'Подтверждения не требуется', NULL),
(433, 'V', 'da', 'Zoom position №0', NULL),
(433, 'V', 'de', 'Zoomposition №0', NULL),
(433, 'V', 'el', 'Ζουμ θέση №0', NULL),
(433, 'V', 'en', 'Zoom position №0', NULL),
(433, 'V', 'es', 'Posición de zoom nº0', NULL),
(433, 'V', 'fr', 'Position de zoom N0', NULL),
(433, 'V', 'it', 'Posizione zoom n. 0', NULL),
(433, 'V', 'nl', 'Zoom positie Nr 0', NULL),
(433, 'V', 'no', 'Zoom posisjon № 0', NULL),
(433, 'V', 'pt', 'Zoom position №0', NULL),
(433, 'V', 'ro', 'Zoom position №0', NULL),
(433, 'V', 'ru', 'Позиция №0', NULL),
(434, 'V', 'da', 'Zoom position №0', NULL),
(434, 'V', 'de', 'Zoomposition №1', NULL),
(434, 'V', 'el', 'Ζουμ θέση №1', NULL),
(434, 'V', 'en', 'Zoom position №1', NULL),
(434, 'V', 'es', 'Posición de zoom nº1', NULL),
(434, 'V', 'fr', 'Position zoom No1', NULL),
(434, 'V', 'it', 'Posizione zoom n. 1', NULL),
(434, 'V', 'nl', 'Zoom positie Nr 1', NULL),
(434, 'V', 'no', 'Zoom posisjon № 1', NULL),
(434, 'V', 'pt', 'Zoom position №1', NULL),
(434, 'V', 'ro', 'Zoom position №1', NULL),
(434, 'V', 'ru', 'Позиция №1', NULL),
(435, 'V', 'da', 'Zoom position №0', NULL),
(435, 'V', 'de', 'Zoomposition №2', NULL),
(435, 'V', 'el', 'Ζουμ θέση №2', NULL),
(435, 'V', 'en', 'Zoom position №2', NULL),
(435, 'V', 'es', 'Posición de zoom nº2', NULL),
(435, 'V', 'fr', 'Zoom position №2', NULL),
(435, 'V', 'it', 'Posizione zoom n. 2', NULL),
(435, 'V', 'nl', 'Zoom positie Nr 2', NULL),
(435, 'V', 'no', 'Zoom posisjon №2', NULL),
(435, 'V', 'pt', 'Zoom position №2', NULL),
(435, 'V', 'ro', 'Zoom position №2', NULL),
(435, 'V', 'ru', 'Позиция №2', NULL),
(436, 'V', 'da', 'Canto superior direito', NULL),
(436, 'V', 'de', 'Zoomposition №3', NULL),
(436, 'V', 'el', 'Ζουμ θέση №3', NULL),
(436, 'V', 'en', 'Upper right corner', NULL),
(436, 'V', 'es', 'Posición de zoom nº3', NULL),
(436, 'V', 'fr', 'Zoom position №3', NULL),
(436, 'V', 'it', 'Posizione zoom n. 3', NULL),
(436, 'V', 'nl', 'Zoom positie Nr 3', NULL),
(436, 'V', 'no', 'Zoom posisjon №3', NULL),
(436, 'V', 'pt', 'Canto superior direito', NULL),
(436, 'V', 'ro', 'Zoom position №3', NULL),
(436, 'V', 'ru', 'Позиция №3', NULL),
(437, 'V', 'da', 'Zoom position №0', NULL),
(437, 'V', 'de', 'Zoomposition №4', NULL),
(437, 'V', 'el', 'Ζουμ θέση №4', NULL),
(437, 'V', 'en', 'Zoom position №4', NULL),
(437, 'V', 'es', 'Posición de zoom nº4', NULL),
(437, 'V', 'fr', 'Zoom position №4', NULL),
(437, 'V', 'it', 'Posizione zoom n. 4', NULL),
(437, 'V', 'nl', 'Zoom positie Nr 4', NULL),
(437, 'V', 'no', 'Zoom posisjon №4', NULL),
(437, 'V', 'pt', 'Zoom position №4', NULL),
(437, 'V', 'ro', 'Zoom position №4', NULL),
(437, 'V', 'ru', 'Позиция №4', NULL),
(438, 'V', 'da', 'Canto inferior direito', NULL),
(438, 'V', 'de', 'Zoomposition №5', NULL),
(438, 'V', 'el', 'Ζουμ θέση №5', NULL),
(438, 'V', 'en', 'Bottom right corner', NULL),
(438, 'V', 'es', 'Posición de zoom nº5', NULL),
(438, 'V', 'fr', 'Position zoom Nr5', NULL),
(438, 'V', 'it', 'Posizione zoom n. 5', NULL),
(438, 'V', 'nl', 'Zoom positie Nr 5', NULL),
(438, 'V', 'no', 'Zoom posisjon №5', NULL),
(438, 'V', 'pt', 'Canto inferior direito', NULL),
(438, 'V', 'ro', 'Zoom position №5', NULL),
(438, 'V', 'ru', 'Позиция №5', NULL),
(439, 'V', 'da', 'Zoom position №6', NULL),
(439, 'V', 'de', 'Zoomposition №6', NULL),
(439, 'V', 'el', 'Ζουμ θέση №6', NULL),
(439, 'V', 'en', 'Zoom position №6', NULL),
(439, 'V', 'es', 'Posición de zoom nº6', NULL),
(439, 'V', 'fr', 'Position zoom No6', NULL),
(439, 'V', 'it', 'Posizione zoom n. 6', NULL),
(439, 'V', 'nl', 'Zoom positie Nr 6', NULL),
(439, 'V', 'no', 'Zoom posisjon №6', NULL),
(439, 'V', 'pt', 'Zoom position №6', NULL),
(439, 'V', 'ro', 'Zoom position №6', NULL),
(439, 'V', 'ru', 'Позиция №6', NULL),
(440, 'V', 'da', 'Zoom position №7', NULL),
(440, 'V', 'de', 'Zoomposition №7', NULL),
(440, 'V', 'el', 'Ζουμ θέση №7', NULL),
(440, 'V', 'en', 'Zoom position №7', NULL),
(440, 'V', 'es', 'Posición de zoom nº7', NULL),
(440, 'V', 'fr', 'Position zoom Nr7', NULL),
(440, 'V', 'it', 'Posizione zoom n. 7', NULL),
(440, 'V', 'nl', 'Zoom positie Nr 7', NULL),
(440, 'V', 'no', 'Zoom posisjon №7', NULL),
(440, 'V', 'pt', 'Zoom position №7', NULL),
(440, 'V', 'ro', 'Zoom position №7', NULL),
(440, 'V', 'ru', 'Позиция №7', NULL),
(441, 'V', 'da', 'Zoom position №8', NULL),
(441, 'V', 'de', 'Zoomposition №8', NULL),
(441, 'V', 'el', 'Ζουμ θέση №8', NULL),
(441, 'V', 'en', 'Zoom position №8', NULL),
(441, 'V', 'es', 'Posición de zoom nº8', NULL),
(441, 'V', 'fr', 'Position zoom Nr8', NULL),
(441, 'V', 'it', 'Posizione zoom n. 8', NULL),
(441, 'V', 'nl', 'Zoom positie Nr 8', NULL),
(441, 'V', 'no', 'Zoom posisjon №8', NULL),
(441, 'V', 'pt', 'Zoom position №8', NULL),
(441, 'V', 'ro', 'Zoom position №8', NULL),
(441, 'V', 'ru', 'Позиция №8', NULL),
(442, 'V', 'da', 'Zoom position №9', NULL),
(442, 'V', 'de', 'Zoomposition №9', NULL),
(442, 'V', 'el', 'Ζουμ θέση №9', NULL),
(442, 'V', 'en', 'Zoom position №9', NULL),
(442, 'V', 'es', 'Posición de zoom nº9', NULL),
(442, 'V', 'fr', 'Position zoom Nr9', NULL),
(442, 'V', 'it', 'Posizione zoom n. 9', NULL),
(442, 'V', 'nl', 'Zoom positie Nr 9', NULL),
(442, 'V', 'no', 'Zoom posisjon №9', NULL),
(442, 'V', 'pt', 'Zoom position №9', NULL),
(442, 'V', 'ro', 'Zoom position №9', NULL),
(442, 'V', 'ru', 'Позиция №9', NULL),
(443, 'V', 'da', 'Zoom position №10', NULL),
(443, 'V', 'de', 'Zoomposition №10', NULL),
(443, 'V', 'el', 'Ζουμ θέση №10', NULL),
(443, 'V', 'en', 'Zoom position №10', NULL),
(443, 'V', 'es', 'Posición de zoom nº10', NULL),
(443, 'V', 'fr', 'Position zoom Nr9', NULL),
(443, 'V', 'it', 'Posizione zoom n. 10', NULL),
(443, 'V', 'nl', 'Zoom positie Nr 10', NULL),
(443, 'V', 'no', 'Zoom posisjon №10', NULL),
(443, 'V', 'pt', 'Zoom position №10', NULL),
(443, 'V', 'ro', 'Zoom position №10', NULL),
(443, 'V', 'ru', 'Позиция №10', NULL),
(444, 'V', 'da', 'Canto inferior esquerdo', NULL),
(444, 'V', 'de', 'Zoomposition №11', NULL),
(444, 'V', 'el', 'Ζουμ θέση №11', NULL),
(444, 'V', 'en', 'Bottom left corner', NULL),
(444, 'V', 'es', 'Posición de zoom nº11', NULL),
(444, 'V', 'fr', 'Position zoom Nr11', NULL),
(444, 'V', 'it', 'Posizione zoom n. 11', NULL),
(444, 'V', 'nl', 'Zoom positie Nr 11', NULL),
(444, 'V', 'no', 'Zoom posisjon №11', NULL),
(444, 'V', 'pt', 'Canto inferior esquerdo', NULL),
(444, 'V', 'ro', 'Zoom position №11', NULL),
(444, 'V', 'ru', 'Позиция №11', NULL),
(445, 'V', 'da', 'Zoom position №12', NULL),
(445, 'V', 'de', 'Zoomposition №12', NULL),
(445, 'V', 'el', 'Ζουμ θέση №12', NULL),
(445, 'V', 'en', 'Zoom position №12', NULL),
(445, 'V', 'es', 'Posición de zoom nº12', NULL),
(445, 'V', 'fr', 'Position zoom Nr12', NULL),
(445, 'V', 'it', 'Posizione zoom n. 12', NULL),
(445, 'V', 'nl', 'Zoom positie Nr 12', NULL),
(445, 'V', 'no', 'Zoom posisjon №12', NULL),
(445, 'V', 'pt', 'Zoom position №12', NULL),
(445, 'V', 'ro', 'Zoom position №12', NULL),
(445, 'V', 'ru', 'Позиция №12', NULL),
(446, 'V', 'da', 'Canto superior esquerdo', NULL),
(446, 'V', 'de', 'Zoomposition №13', NULL),
(446, 'V', 'el', 'Ζουμ θέση №13', NULL),
(446, 'V', 'en', 'Upper left corner', NULL),
(446, 'V', 'es', 'Posición de zoom nº13', NULL),
(446, 'V', 'fr', 'Position zoom Nr13', NULL),
(446, 'V', 'it', 'Posizione zoom n. 13', NULL),
(446, 'V', 'nl', 'Zoom positie Nr 13', NULL),
(446, 'V', 'no', 'Zoom posisjon №13', NULL),
(446, 'V', 'pt', 'Canto superior esquerdo', NULL),
(446, 'V', 'ro', 'Zoom position №13', NULL),
(446, 'V', 'ru', 'Позиция №13', NULL),
(447, 'V', 'da', 'Zoom position №14', NULL),
(447, 'V', 'de', 'Zoomposition №14', NULL),
(447, 'V', 'el', 'Ζουμ θέση №14', NULL),
(447, 'V', 'en', 'Zoom position №14', NULL),
(447, 'V', 'es', 'Posición de zoom nº14', NULL),
(447, 'V', 'fr', 'Position zoom Nr14', NULL),
(447, 'V', 'it', 'Posizione zoom n. 14', NULL),
(447, 'V', 'nl', 'Zoom positie Nr 14', NULL),
(447, 'V', 'no', 'Zoom posisjon №14', NULL),
(447, 'V', 'pt', 'Zoom position №14', NULL),
(447, 'V', 'ro', 'Zoom position №14', NULL),
(447, 'V', 'ru', 'Позиция №14', NULL),
(448, 'V', 'da', 'Zoom position №15', NULL),
(448, 'V', 'de', 'Zoomposition №15', NULL),
(448, 'V', 'el', 'Ζουμ θέση №15', NULL),
(448, 'V', 'en', 'Zoom position №15', NULL),
(448, 'V', 'es', 'Posición de zoom nº15', NULL),
(448, 'V', 'fr', 'Position zoom Nr15', NULL),
(448, 'V', 'it', 'Posizione zoom n. 15', NULL),
(448, 'V', 'nl', 'Zoom positie nr 15', NULL),
(448, 'V', 'no', 'Zoom posisjon №15', NULL),
(448, 'V', 'pt', 'Zoom position №15', NULL),
(448, 'V', 'ro', 'Zoom position №15', NULL),
(448, 'V', 'ru', 'Позиция №15', NULL),
(449, 'V', 'da', 'Catálogo', NULL),
(449, 'V', 'de', 'Katalog', NULL),
(449, 'V', 'el', 'Κατάλογος', NULL),
(449, 'V', 'en', 'Catalog', NULL),
(449, 'V', 'es', 'Catálogo', NULL),
(449, 'V', 'fr', 'Catalogue', NULL),
(449, 'V', 'it', 'Catalogo', NULL),
(449, 'V', 'nl', 'Catalogus', NULL),
(449, 'V', 'no', 'Katalog', NULL),
(449, 'V', 'pt', 'Catálogo', NULL),
(449, 'V', 'ro', 'Catalog', NULL),
(449, 'V', 'ru', 'Каталог', NULL),
(450, 'V', 'da', 'Loja', NULL),
(450, 'V', 'de', 'Shop', NULL),
(450, 'V', 'el', 'Κατάστημα', NULL),
(450, 'V', 'en', 'Store', NULL),
(450, 'V', 'es', 'Tienda', NULL),
(450, 'V', 'fr', 'Magasin', NULL),
(450, 'V', 'it', 'Negozio', NULL),
(450, 'V', 'nl', 'Winkel', NULL),
(450, 'V', 'no', 'Butikk', NULL),
(450, 'V', 'pt', 'Loja', NULL),
(450, 'V', 'ro', 'Magazin', NULL),
(450, 'V', 'ru', 'Магазин', NULL),
(451, 'V', 'da', 'HTML-content with Smarty support', NULL),
(451, 'V', 'de', 'HTML-content with Smarty support', NULL),
(451, 'V', 'el', 'HTML-content with Smarty support', NULL),
(451, 'V', 'en', 'HTML-content with Smarty support', NULL),
(451, 'V', 'es', 'HTML-content with Smarty support', NULL),
(451, 'V', 'fr', 'HTML-content with Smarty support', NULL),
(451, 'V', 'it', 'HTML-content with Smarty support', NULL),
(451, 'V', 'nl', 'HTML-content with Smarty support', NULL),
(451, 'V', 'no', 'HTML-content with Smarty support', NULL),
(451, 'V', 'pt', 'HTML-content with Smarty support', NULL),
(451, 'V', 'ro', 'HTML-content with Smarty support', NULL),
(451, 'V', 'ru', 'HTML-содержимое с поддержкой Smarty', NULL),
(452, 'V', 'da', 'HTML-content', NULL),
(452, 'V', 'de', 'HTML-content', NULL),
(452, 'V', 'el', 'HTML-content', NULL),
(452, 'V', 'en', 'HTML-content', NULL),
(452, 'V', 'es', 'HTML-content', NULL),
(452, 'V', 'fr', 'HTML-content', NULL),
(452, 'V', 'it', 'HTML-content', NULL),
(452, 'V', 'nl', 'HTML-content', NULL),
(452, 'V', 'no', 'HTML-content', NULL),
(452, 'V', 'pt', 'HTML-content', NULL),
(452, 'V', 'ro', 'HTML-content', NULL),
(452, 'V', 'ru', 'HTML-содержимое', NULL),
(453, 'V', 'da', 'Vertical tabs', NULL),
(453, 'V', 'de', 'Vertical tabs', NULL),
(453, 'V', 'el', 'Vertical tabs', NULL),
(453, 'V', 'en', 'Vertical tabs', NULL),
(453, 'V', 'es', 'Vertical tabs', NULL),
(453, 'V', 'fr', 'Vertical tabs', NULL),
(453, 'V', 'it', 'Vertical tabs', NULL),
(453, 'V', 'nl', 'Vertical tabs', NULL),
(453, 'V', 'no', 'Vertical tabs', NULL),
(453, 'V', 'pt', 'Vertical tabs', NULL),
(453, 'V', 'ro', 'Vertical tabs', NULL),
(453, 'V', 'ru', 'Вертикальные вкладки', NULL),
(454, 'V', 'da', 'Horizontal tabs', NULL),
(454, 'V', 'de', 'Horizontal tabs', NULL),
(454, 'V', 'el', 'Horizontal tabs', NULL),
(454, 'V', 'en', 'Horizontal tabs', NULL),
(454, 'V', 'es', 'Horizontal tabs', NULL),
(454, 'V', 'fr', 'Horizontal tabs', NULL),
(454, 'V', 'it', 'Horizontal tabs', NULL),
(454, 'V', 'nl', 'Horizontal tabs', NULL),
(454, 'V', 'no', 'Horizontal tabs', NULL),
(454, 'V', 'pt', 'Horizontal tabs', NULL),
(454, 'V', 'ro', 'Horizontal tabs', NULL),
(454, 'V', 'ru', 'Горизонтальные вкладки', NULL),
(455, 'V', 'da', 'With background color', NULL),
(455, 'V', 'de', 'With background color', NULL),
(455, 'V', 'el', 'With background color', NULL),
(455, 'V', 'en', 'With background color', NULL),
(455, 'V', 'es', 'With background color', NULL),
(455, 'V', 'fr', 'With background color', NULL),
(455, 'V', 'it', 'With background color', NULL),
(455, 'V', 'nl', 'With background color', NULL),
(455, 'V', 'no', 'With background color', NULL),
(455, 'V', 'pt', 'With background color', NULL),
(455, 'V', 'ro', 'With background color', NULL),
(455, 'V', 'ru', 'С цветом фона', NULL),
(456, 'V', 'da', 'With Frames', NULL),
(456, 'V', 'de', 'With Frames', NULL),
(456, 'V', 'el', 'With Frames', NULL),
(456, 'V', 'en', 'With Frames', NULL),
(456, 'V', 'es', 'With Frames', NULL),
(456, 'V', 'fr', 'With Frames', NULL),
(456, 'V', 'it', 'With Frames', NULL),
(456, 'V', 'nl', 'With Frames', NULL),
(456, 'V', 'no', 'With Frames', NULL),
(456, 'V', 'pt', 'With Frames', NULL),
(456, 'V', 'ro', 'With Frames', NULL),
(456, 'V', 'ru', 'С обрамлением', NULL),
(457, 'V', 'da', 'At the beginning', NULL),
(457, 'V', 'de', 'At the beginning', NULL),
(457, 'V', 'el', 'At the beginning', NULL),
(457, 'V', 'en', 'At the beginning', NULL),
(457, 'V', 'es', 'At the beginning', NULL),
(457, 'V', 'fr', 'At the beginning', NULL),
(457, 'V', 'it', 'At the beginning', NULL),
(457, 'V', 'nl', 'At the beginning', NULL),
(457, 'V', 'no', 'At the beginning', NULL),
(457, 'V', 'pt', 'At the beginning', NULL),
(457, 'V', 'ro', 'At the beginning', NULL),
(457, 'V', 'ru', 'В начале', NULL),
(458, 'V', 'da', 'In the end', NULL),
(458, 'V', 'de', 'In the end', NULL),
(458, 'V', 'el', 'In the end', NULL),
(458, 'V', 'en', 'In the end', NULL),
(458, 'V', 'es', 'In the end', NULL),
(458, 'V', 'fr', 'In the end', NULL),
(458, 'V', 'it', 'In the end', NULL),
(458, 'V', 'nl', 'In the end', NULL),
(458, 'V', 'no', 'In the end', NULL),
(458, 'V', 'pt', 'In the end', NULL),
(458, 'V', 'ro', 'In the end', NULL),
(458, 'V', 'ru', 'В конце', NULL),
(459, 'V', 'da', 'On the image\'s place', NULL),
(459, 'V', 'de', 'On the image\'s place', NULL),
(459, 'V', 'el', 'On the image\'s place', NULL),
(459, 'V', 'en', 'On the image\'s place', NULL),
(459, 'V', 'es', 'On the image\'s place', NULL),
(459, 'V', 'fr', 'On the image\'s place', NULL),
(459, 'V', 'it', 'On the image\'s place', NULL),
(459, 'V', 'nl', 'On the image\'s place', NULL),
(459, 'V', 'no', 'On the image\'s place', NULL),
(459, 'V', 'pt', 'On the image\'s place', NULL),
(459, 'V', 'ro', 'On the image\'s place', NULL),
(459, 'V', 'ru', 'На месте изображения', NULL),
(460, 'V', 'da', 'In the dialog window', NULL),
(460, 'V', 'de', 'In the dialog window', NULL),
(460, 'V', 'el', 'In the dialog window', NULL),
(460, 'V', 'en', 'In the dialog window', NULL),
(460, 'V', 'es', 'In the dialog window', NULL),
(460, 'V', 'fr', 'In the dialog window', NULL),
(460, 'V', 'it', 'In the dialog window', NULL),
(460, 'V', 'nl', 'In the dialog window', NULL),
(460, 'V', 'no', 'In the dialog window', NULL),
(460, 'V', 'pt', 'In the dialog window', NULL),
(460, 'V', 'ro', 'In the dialog window', NULL),
(460, 'V', 'ru', 'Во всплывающем окне', NULL),
(461, 'V', 'da', 'At the upper left', NULL),
(461, 'V', 'de', 'At the upper left', NULL),
(461, 'V', 'el', 'At the upper left', NULL),
(461, 'V', 'en', 'At the upper left', NULL),
(461, 'V', 'es', 'At the upper left', NULL),
(461, 'V', 'fr', 'At the upper left', NULL),
(461, 'V', 'it', 'At the upper left', NULL),
(461, 'V', 'nl', 'At the upper left', NULL),
(461, 'V', 'no', 'At the upper left', NULL),
(461, 'V', 'pt', 'At the upper left', NULL),
(461, 'V', 'ro', 'At the upper left', NULL),
(461, 'V', 'ru', 'Вверху слева', NULL),
(462, 'V', 'da', 'At the upper right', NULL),
(462, 'V', 'de', 'At the upper right', NULL),
(462, 'V', 'el', 'At the upper right', NULL),
(462, 'V', 'en', 'At the upper right', NULL),
(462, 'V', 'es', 'At the upper right', NULL),
(462, 'V', 'fr', 'At the upper right', NULL),
(462, 'V', 'it', 'At the upper right', NULL),
(462, 'V', 'nl', 'At the upper right', NULL),
(462, 'V', 'no', 'At the upper right', NULL),
(462, 'V', 'pt', 'At the upper right', NULL),
(462, 'V', 'ro', 'At the upper right', NULL),
(462, 'V', 'ru', 'Вверху справа', NULL),
(463, 'V', 'da', 'At the left bottom', NULL),
(463, 'V', 'de', 'At the left bottom', NULL),
(463, 'V', 'el', 'At the left bottom', NULL),
(463, 'V', 'en', 'At the left bottom', NULL),
(463, 'V', 'es', 'At the left bottom', NULL),
(463, 'V', 'fr', 'At the left bottom', NULL),
(463, 'V', 'it', 'At the left bottom', NULL),
(463, 'V', 'nl', 'At the left bottom', NULL),
(463, 'V', 'no', 'At the left bottom', NULL),
(463, 'V', 'pt', 'At the left bottom', NULL),
(463, 'V', 'ro', 'At the left bottom', NULL),
(463, 'V', 'ru', 'Внизу слева', NULL),
(464, 'V', 'da', 'At the right bottom', NULL),
(464, 'V', 'de', 'At the right bottom', NULL),
(464, 'V', 'el', 'At the right bottom', NULL),
(464, 'V', 'en', 'At the right bottom', NULL),
(464, 'V', 'es', 'At the right bottom', NULL),
(464, 'V', 'fr', 'At the right bottom', NULL),
(464, 'V', 'it', 'At the right bottom', NULL),
(464, 'V', 'nl', 'At the right bottom', NULL),
(464, 'V', 'no', 'At the right bottom', NULL),
(464, 'V', 'pt', 'At the right bottom', NULL),
(464, 'V', 'ro', 'At the right bottom', NULL),
(464, 'V', 'ru', 'Внизу справа', NULL),
(465, 'V', 'da', 'Arrow 1', NULL),
(465, 'V', 'de', 'Arrow 1', NULL),
(465, 'V', 'el', 'Arrow 1', NULL),
(465, 'V', 'en', 'Arrow 1', NULL),
(465, 'V', 'es', 'Arrow 1', NULL),
(465, 'V', 'fr', 'Arrow 1', NULL),
(465, 'V', 'it', 'Arrow 1', NULL),
(465, 'V', 'nl', 'Arrow 1', NULL),
(465, 'V', 'no', 'Arrow 1', NULL),
(465, 'V', 'pt', 'Arrow 1', NULL),
(465, 'V', 'ro', 'Arrow 1', NULL),
(465, 'V', 'ru', 'Стрелка 1', NULL),
(466, 'V', 'da', 'Arrow 2', NULL),
(466, 'V', 'de', 'Arrow 2', NULL),
(466, 'V', 'el', 'Arrow 2', NULL),
(466, 'V', 'en', 'Arrow 2', NULL),
(466, 'V', 'es', 'Arrow 2', NULL),
(466, 'V', 'fr', 'Arrow 2', NULL),
(466, 'V', 'it', 'Arrow 2', NULL),
(466, 'V', 'nl', 'Arrow 2', NULL),
(466, 'V', 'no', 'Arrow 2', NULL),
(466, 'V', 'pt', 'Arrow 2', NULL),
(466, 'V', 'ro', 'Arrow 2', NULL),
(466, 'V', 'ru', 'Стрелка 2', NULL),
(467, 'V', 'da', 'Arrow 3', NULL),
(467, 'V', 'de', 'Arrow 3', NULL),
(467, 'V', 'el', 'Arrow 3', NULL),
(467, 'V', 'en', 'Arrow 3', NULL),
(467, 'V', 'es', 'Arrow 3', NULL),
(467, 'V', 'fr', 'Arrow 3', NULL),
(467, 'V', 'it', 'Arrow 3', NULL),
(467, 'V', 'nl', 'Arrow 3', NULL),
(467, 'V', 'no', 'Arrow 3', NULL),
(467, 'V', 'pt', 'Arrow 3', NULL),
(467, 'V', 'ro', 'Arrow 3', NULL),
(467, 'V', 'ru', 'Стрелка 3', NULL),
(468, 'V', 'da', 'Arrow 4', NULL),
(468, 'V', 'de', 'Arrow 4', NULL),
(468, 'V', 'el', 'Arrow 4', NULL),
(468, 'V', 'en', 'Arrow 4', NULL),
(468, 'V', 'es', 'Arrow 4', NULL),
(468, 'V', 'fr', 'Arrow 4', NULL),
(468, 'V', 'it', 'Arrow 4', NULL),
(468, 'V', 'nl', 'Arrow 4', NULL),
(468, 'V', 'no', 'Arrow 4', NULL),
(468, 'V', 'pt', 'Arrow 4', NULL),
(468, 'V', 'ro', 'Arrow 4', NULL),
(468, 'V', 'ru', 'Стрелка 4', NULL),
(469, 'V', 'da', 'Arrow 5', NULL),
(469, 'V', 'de', 'Arrow 5', NULL),
(469, 'V', 'el', 'Arrow 5', NULL),
(469, 'V', 'en', 'Arrow 5', NULL),
(469, 'V', 'es', 'Arrow 5', NULL),
(469, 'V', 'fr', 'Arrow 5', NULL),
(469, 'V', 'it', 'Arrow 5', NULL),
(469, 'V', 'nl', 'Arrow 5', NULL),
(469, 'V', 'no', 'Arrow 5', NULL),
(469, 'V', 'pt', 'Arrow 5', NULL),
(469, 'V', 'ro', 'Arrow 5', NULL),
(469, 'V', 'ru', 'Стрелка 5', NULL),
(470, 'V', 'da', 'Arrow 6', NULL),
(470, 'V', 'de', 'Arrow 6', NULL),
(470, 'V', 'el', 'Arrow 6', NULL),
(470, 'V', 'en', 'Arrow 6', NULL),
(470, 'V', 'es', 'Arrow 6', NULL),
(470, 'V', 'fr', 'Arrow 6', NULL),
(470, 'V', 'it', 'Arrow 6', NULL),
(470, 'V', 'nl', 'Arrow 6', NULL),
(470, 'V', 'no', 'Arrow 6', NULL),
(470, 'V', 'pt', 'Arrow 6', NULL),
(470, 'V', 'ro', 'Arrow 6', NULL),
(470, 'V', 'ru', 'Стрелка 6', NULL),
(471, 'V', 'da', 'Arrow 7', NULL),
(471, 'V', 'de', 'Arrow 7', NULL),
(471, 'V', 'el', 'Arrow 7', NULL),
(471, 'V', 'en', 'Arrow 7', NULL),
(471, 'V', 'es', 'Arrow 7', NULL),
(471, 'V', 'fr', 'Arrow 7', NULL),
(471, 'V', 'it', 'Arrow 7', NULL),
(471, 'V', 'nl', 'Arrow 7', NULL),
(471, 'V', 'no', 'Arrow 7', NULL),
(471, 'V', 'pt', 'Arrow 7', NULL),
(471, 'V', 'ro', 'Arrow 7', NULL),
(471, 'V', 'ru', 'Стрелка 7', NULL),
(472, 'V', 'da', 'Arrow 8', NULL),
(472, 'V', 'de', 'Arrow 8', NULL),
(472, 'V', 'el', 'Arrow 8', NULL),
(472, 'V', 'en', 'Arrow 8', NULL),
(472, 'V', 'es', 'Arrow 8', NULL),
(472, 'V', 'fr', 'Arrow 8', NULL),
(472, 'V', 'it', 'Arrow 8', NULL),
(472, 'V', 'nl', 'Arrow 8', NULL),
(472, 'V', 'no', 'Arrow 8', NULL),
(472, 'V', 'pt', 'Arrow 8', NULL),
(472, 'V', 'ro', 'Arrow 8', NULL),
(472, 'V', 'ru', 'Стрелка 8', NULL),
(473, 'V', 'da', 'Arrow 9', NULL),
(473, 'V', 'de', 'Arrow 9', NULL),
(473, 'V', 'el', 'Arrow 9', NULL),
(473, 'V', 'en', 'Arrow 9', NULL),
(473, 'V', 'es', 'Arrow 9', NULL),
(473, 'V', 'fr', 'Arrow 9', NULL),
(473, 'V', 'it', 'Arrow 9', NULL),
(473, 'V', 'nl', 'Arrow 9', NULL),
(473, 'V', 'no', 'Arrow 9', NULL),
(473, 'V', 'pt', 'Arrow 9', NULL),
(473, 'V', 'ro', 'Arrow 9', NULL),
(473, 'V', 'ru', 'Стрелка 9', NULL),
(474, 'V', 'da', 'Arrow 10', NULL),
(474, 'V', 'de', 'Arrow 10', NULL),
(474, 'V', 'el', 'Arrow 10', NULL),
(474, 'V', 'en', 'Arrow 10', NULL),
(474, 'V', 'es', 'Arrow 10', NULL),
(474, 'V', 'fr', 'Arrow 10', NULL),
(474, 'V', 'it', 'Arrow 10', NULL),
(474, 'V', 'nl', 'Arrow 10', NULL),
(474, 'V', 'no', 'Arrow 10', NULL),
(474, 'V', 'pt', 'Arrow 10', NULL),
(474, 'V', 'ro', 'Arrow 10', NULL),
(474, 'V', 'ru', 'Стрелка 10', NULL),
(475, 'V', 'da', 'px', NULL),
(475, 'V', 'de', 'px', NULL),
(475, 'V', 'el', 'px', NULL),
(475, 'V', 'en', 'px', NULL),
(475, 'V', 'es', 'px', NULL),
(475, 'V', 'fr', 'px', NULL),
(475, 'V', 'it', 'px', NULL),
(475, 'V', 'nl', 'px', NULL),
(475, 'V', 'no', 'px', NULL),
(475, 'V', 'pt', 'px', NULL),
(475, 'V', 'ro', 'px', NULL),
(475, 'V', 'ru', 'px', NULL),
(476, 'V', 'da', 'pt (4/3px)', NULL),
(476, 'V', 'de', 'pt (4/3px)', NULL),
(476, 'V', 'el', 'pt (4/3px)', NULL),
(476, 'V', 'en', 'pt (4/3px)', NULL),
(476, 'V', 'es', 'pt (4/3px)', NULL),
(476, 'V', 'fr', 'pt (4/3px)', NULL),
(476, 'V', 'it', 'pt (4/3px)', NULL),
(476, 'V', 'nl', 'pt (4/3px)', NULL),
(476, 'V', 'no', 'pt (4/3px)', NULL),
(476, 'V', 'pt', 'pt (4/3px)', NULL),
(476, 'V', 'ro', 'pt (4/3px)', NULL),
(476, 'V', 'ru', 'pt (4/3px)', NULL),
(477, 'V', 'da', 'pc (16px)', NULL),
(477, 'V', 'de', 'pc (16px)', NULL),
(477, 'V', 'el', 'pc (16px)', NULL),
(477, 'V', 'en', 'pc (16px)', NULL),
(477, 'V', 'es', 'pc (16px)', NULL),
(477, 'V', 'fr', 'pc (16px)', NULL),
(477, 'V', 'it', 'pc (16px)', NULL),
(477, 'V', 'nl', 'pc (16px)', NULL),
(477, 'V', 'no', 'pc (16px)', NULL),
(477, 'V', 'pt', 'pc (16px)', NULL),
(477, 'V', 'ro', 'pc (16px)', NULL),
(477, 'V', 'ru', 'pc (16px)', NULL),
(478, 'V', 'da', 'cm (38px)', NULL),
(478, 'V', 'de', 'cm (38px)', NULL),
(478, 'V', 'el', 'cm (38px)', NULL),
(478, 'V', 'en', 'cm (38px)', NULL),
(478, 'V', 'es', 'cm (38px)', NULL),
(478, 'V', 'fr', 'cm (38px)', NULL),
(478, 'V', 'it', 'cm (38px)', NULL),
(478, 'V', 'nl', 'cm (38px)', NULL),
(478, 'V', 'no', 'cm (38px)', NULL),
(478, 'V', 'pt', 'cm (38px)', NULL),
(478, 'V', 'ro', 'cm (38px)', NULL),
(478, 'V', 'ru', 'см (38px)', NULL),
(479, 'V', 'da', 'mm (3.8px)', NULL),
(479, 'V', 'de', 'mm (3.8px)', NULL),
(479, 'V', 'el', 'mm (3.8px)', NULL),
(479, 'V', 'en', 'mm (3.8px)', NULL),
(479, 'V', 'es', 'mm (3.8px)', NULL),
(479, 'V', 'fr', 'mm (3.8px)', NULL),
(479, 'V', 'it', 'mm (3.8px)', NULL),
(479, 'V', 'nl', 'mm (3.8px)', NULL),
(479, 'V', 'no', 'mm (3.8px)', NULL),
(479, 'V', 'pt', 'mm (3.8px)', NULL),
(479, 'V', 'ro', 'mm (3.8px)', NULL),
(479, 'V', 'ru', 'мм (3.8px)', NULL),
(480, 'V', 'da', 'em', NULL),
(480, 'V', 'de', 'em', NULL),
(480, 'V', 'el', 'em', NULL),
(480, 'V', 'en', 'em', NULL),
(480, 'V', 'es', 'em', NULL),
(480, 'V', 'fr', 'em', NULL),
(480, 'V', 'it', 'em', NULL),
(480, 'V', 'nl', 'em', NULL),
(480, 'V', 'no', 'em', NULL),
(480, 'V', 'pt', 'em', NULL),
(480, 'V', 'ro', 'em', NULL),
(480, 'V', 'ru', 'em', NULL),
(481, 'V', 'da', 'rem', NULL),
(481, 'V', 'de', 'rem', NULL),
(481, 'V', 'el', 'rem', NULL),
(481, 'V', 'en', 'rem', NULL),
(481, 'V', 'es', 'rem', NULL),
(481, 'V', 'fr', 'rem', NULL),
(481, 'V', 'it', 'rem', NULL),
(481, 'V', 'nl', 'rem', NULL),
(481, 'V', 'no', 'rem', NULL),
(481, 'V', 'pt', 'rem', NULL),
(481, 'V', 'ro', 'rem', NULL),
(481, 'V', 'ru', 'rem', NULL),
(482, 'V', 'da', 'ex', NULL),
(482, 'V', 'de', 'ex', NULL),
(482, 'V', 'el', 'ex', NULL),
(482, 'V', 'en', 'ex', NULL),
(482, 'V', 'es', 'ex', NULL),
(482, 'V', 'fr', 'ex', NULL),
(482, 'V', 'it', 'ex', NULL),
(482, 'V', 'nl', 'ex', NULL),
(482, 'V', 'no', 'ex', NULL),
(482, 'V', 'pt', 'ex', NULL),
(482, 'V', 'ro', 'ex', NULL),
(482, 'V', 'ru', 'ex', NULL),
(483, 'V', 'da', 'ch', NULL),
(483, 'V', 'de', 'ch', NULL),
(483, 'V', 'el', 'ch', NULL),
(483, 'V', 'en', 'ch', NULL),
(483, 'V', 'es', 'ch', NULL),
(483, 'V', 'fr', 'ch', NULL),
(483, 'V', 'it', 'ch', NULL),
(483, 'V', 'nl', 'ch', NULL),
(483, 'V', 'no', 'ch', NULL),
(483, 'V', 'pt', 'ch', NULL),
(483, 'V', 'ro', 'ch', NULL),
(483, 'V', 'ru', 'ch', NULL),
(484, 'S', 'da', '', NULL),
(484, 'S', 'de', '', NULL),
(484, 'S', 'el', '', NULL),
(484, 'S', 'en', '', NULL),
(484, 'S', 'es', '', NULL),
(484, 'S', 'fr', '', NULL),
(484, 'S', 'it', '', NULL),
(484, 'S', 'nl', '', NULL),
(484, 'S', 'no', '', NULL),
(484, 'S', 'pt', '', NULL),
(484, 'S', 'ro', '', NULL),
(484, 'S', 'ru', '', NULL),
(484, 'V', 'da', '%', NULL),
(484, 'V', 'de', '%', NULL),
(484, 'V', 'el', '%', NULL),
(484, 'V', 'en', '%', NULL),
(484, 'V', 'es', '%', NULL),
(484, 'V', 'fr', '%', NULL),
(484, 'V', 'it', '%', NULL),
(484, 'V', 'nl', '%', NULL),
(484, 'V', 'no', '%', NULL),
(484, 'V', 'pt', '%', NULL),
(484, 'V', 'ro', '%', NULL),
(484, 'V', 'ru', '%', NULL),
(485, 'S', 'da', 'Para clientes', NULL),
(485, 'S', 'en', 'For customers', NULL),
(485, 'S', 'pt', 'Para clientes', NULL),
(485, 'V', 'da', 'vw', NULL),
(485, 'V', 'de', 'vw', NULL),
(485, 'V', 'el', 'vw', NULL),
(485, 'V', 'en', 'vw', NULL),
(485, 'V', 'es', 'vw', NULL),
(485, 'V', 'fr', 'vw', NULL),
(485, 'V', 'it', 'vw', NULL),
(485, 'V', 'nl', 'vw', NULL),
(485, 'V', 'no', 'vw', NULL),
(485, 'V', 'pt', 'vw', NULL),
(485, 'V', 'ro', 'vw', NULL),
(485, 'V', 'ru', 'vw', NULL),
(486, 'V', 'da', 'vh', NULL),
(486, 'V', 'de', 'vh', NULL),
(486, 'V', 'el', 'vh', NULL),
(486, 'V', 'en', 'vh', NULL),
(486, 'V', 'es', 'vh', NULL),
(486, 'V', 'fr', 'vh', NULL),
(486, 'V', 'it', 'vh', NULL),
(486, 'V', 'nl', 'vh', NULL),
(486, 'V', 'no', 'vh', NULL),
(486, 'V', 'pt', 'vh', NULL),
(486, 'V', 'ro', 'vh', NULL),
(486, 'V', 'ru', 'vh', NULL),
(487, 'S', 'da', 'Geral', NULL),
(487, 'S', 'en', 'General', NULL),
(487, 'S', 'pt', 'Geral', NULL),
(487, 'V', 'da', 'normal', NULL),
(487, 'V', 'de', 'normal', NULL),
(487, 'V', 'el', 'normal', NULL),
(487, 'V', 'en', 'normal', NULL),
(487, 'V', 'es', 'normal', NULL),
(487, 'V', 'fr', 'normal', NULL),
(487, 'V', 'it', 'normal', NULL),
(487, 'V', 'nl', 'normal', NULL),
(487, 'V', 'no', 'normal', NULL),
(487, 'V', 'pt', 'normal', NULL),
(487, 'V', 'ro', 'normal', NULL),
(487, 'V', 'ru', 'нормальное', NULL),
(488, 'V', 'da', 'bold', NULL),
(488, 'V', 'de', 'bold', NULL),
(488, 'V', 'el', 'bold', NULL),
(488, 'V', 'en', 'bold', NULL),
(488, 'V', 'es', 'bold', NULL),
(488, 'V', 'fr', 'bold', NULL),
(488, 'V', 'it', 'bold', NULL),
(488, 'V', 'nl', 'bold', NULL),
(488, 'V', 'no', 'bold', NULL),
(488, 'V', 'pt', 'bold', NULL),
(488, 'V', 'ro', 'bold', NULL),
(488, 'V', 'ru', 'жирное', NULL),
(489, 'S', 'da', '', NULL),
(489, 'S', 'de', '', NULL),
(489, 'S', 'el', '', NULL),
(489, 'S', 'en', '', NULL),
(489, 'S', 'es', '', NULL),
(489, 'S', 'fr', '', NULL),
(489, 'S', 'it', '', NULL),
(489, 'S', 'nl', '', NULL),
(489, 'S', 'no', '', NULL),
(489, 'S', 'pt', '', NULL),
(489, 'S', 'ro', '', NULL),
(489, 'S', 'ru', '', NULL),
(489, 'V', 'da', 'No animation', NULL),
(489, 'V', 'de', 'No animation', NULL),
(489, 'V', 'el', 'No animation', NULL),
(489, 'V', 'en', 'No animation', NULL),
(489, 'V', 'es', 'No animation', NULL),
(489, 'V', 'fr', 'No animation', NULL),
(489, 'V', 'it', 'No animation', NULL),
(489, 'V', 'nl', 'No animation', NULL),
(489, 'V', 'no', 'No animation', NULL),
(489, 'V', 'pt', 'No animation', NULL),
(489, 'V', 'ro', 'No animation', NULL),
(489, 'V', 'ru', 'Без анимации', NULL),
(490, 'V', 'da', '0,1 sec', NULL),
(490, 'V', 'de', '0,1 sec', NULL),
(490, 'V', 'el', '0,1 sec', NULL),
(490, 'V', 'en', '0,1 sec', NULL),
(490, 'V', 'es', '0,1 sec', NULL),
(490, 'V', 'fr', '0,1 sec', NULL),
(490, 'V', 'it', '0,1 sec', NULL),
(490, 'V', 'nl', '0,1 sec', NULL),
(490, 'V', 'no', '0,1 sec', NULL),
(490, 'V', 'pt', '0,1 sec', NULL),
(490, 'V', 'ro', '0,1 sec', NULL),
(490, 'V', 'ru', '0,1 сек', NULL),
(491, 'V', 'da', '0,2 sec', NULL),
(491, 'V', 'de', '0,2 sec', NULL),
(491, 'V', 'el', '0,2 sec', NULL),
(491, 'V', 'en', '0,2 sec', NULL),
(491, 'V', 'es', '0,2 sec', NULL),
(491, 'V', 'fr', '0,2 sec', NULL),
(491, 'V', 'it', '0,2 sec', NULL),
(491, 'V', 'nl', '0,2 sec', NULL),
(491, 'V', 'no', '0,2 sec', NULL),
(491, 'V', 'pt', '0,2 sec', NULL),
(491, 'V', 'ro', '0,2 sec', NULL),
(491, 'V', 'ru', '0,2 сек', NULL),
(492, 'V', 'da', '0,3 sec', NULL),
(492, 'V', 'de', '0,3 sec', NULL),
(492, 'V', 'el', '0,3 sec', NULL),
(492, 'V', 'en', '0,3 sec', NULL),
(492, 'V', 'es', '0,3 sec', NULL),
(492, 'V', 'fr', '0,3 sec', NULL),
(492, 'V', 'it', '0,3 sec', NULL),
(492, 'V', 'nl', '0,3 sec', NULL),
(492, 'V', 'no', '0,3 sec', NULL),
(492, 'V', 'pt', '0,3 sec', NULL),
(492, 'V', 'ro', '0,3 sec', NULL),
(492, 'V', 'ru', '0,3 сек', NULL),
(493, 'V', 'da', '0,4 sec', NULL),
(493, 'V', 'de', '0,4 sec', NULL),
(493, 'V', 'el', '0,4 sec', NULL),
(493, 'V', 'en', '0,4 sec', NULL),
(493, 'V', 'es', '0,4 sec', NULL),
(493, 'V', 'fr', '0,4 sec', NULL),
(493, 'V', 'it', '0,4 sec', NULL),
(493, 'V', 'nl', '0,4 sec', NULL),
(493, 'V', 'no', '0,4 sec', NULL),
(493, 'V', 'pt', '0,4 sec', NULL),
(493, 'V', 'ro', '0,4 sec', NULL),
(493, 'V', 'ru', '0,4 сек', NULL),
(494, 'V', 'da', '0,5 sec', NULL),
(494, 'V', 'de', '0,5 sec', NULL),
(494, 'V', 'el', '0,5 sec', NULL),
(494, 'V', 'en', '0,5 sec', NULL),
(494, 'V', 'es', '0,5 sec', NULL),
(494, 'V', 'fr', '0,5 sec', NULL),
(494, 'V', 'it', '0,5 sec', NULL),
(494, 'V', 'nl', '0,5 sec', NULL),
(494, 'V', 'no', '0,5 sec', NULL),
(494, 'V', 'pt', '0,5 sec', NULL),
(494, 'V', 'ro', '0,5 sec', NULL),
(494, 'V', 'ru', '0,5 сек', NULL),
(495, 'V', 'da', '0,6 sec', NULL),
(495, 'V', 'de', '0,6 sec', NULL),
(495, 'V', 'el', '0,6 sec', NULL),
(495, 'V', 'en', '0,6 sec', NULL),
(495, 'V', 'es', '0,6 sec', NULL),
(495, 'V', 'fr', '0,6 sec', NULL),
(495, 'V', 'it', '0,6 sec', NULL),
(495, 'V', 'nl', '0,6 sec', NULL),
(495, 'V', 'no', '0,6 sec', NULL),
(495, 'V', 'pt', '0,6 sec', NULL),
(495, 'V', 'ro', '0,6 sec', NULL),
(495, 'V', 'ru', '0,6 сек', NULL),
(496, 'V', 'da', '0,7 sec', NULL),
(496, 'V', 'de', '0,7 sec', NULL),
(496, 'V', 'el', '0,7 sec', NULL),
(496, 'V', 'en', '0,7 sec', NULL),
(496, 'V', 'es', '0,7 sec', NULL),
(496, 'V', 'fr', '0,7 sec', NULL),
(496, 'V', 'it', '0,7 sec', NULL),
(496, 'V', 'nl', '0,7 sec', NULL),
(496, 'V', 'no', '0,7 sec', NULL),
(496, 'V', 'pt', '0,7 sec', NULL),
(496, 'V', 'ro', '0,7 sec', NULL),
(496, 'V', 'ru', '0,7 сек', NULL),
(497, 'V', 'da', '0,8 sec', NULL),
(497, 'V', 'de', '0,8 sec', NULL),
(497, 'V', 'el', '0,8 sec', NULL),
(497, 'V', 'en', '0,8 sec', NULL),
(497, 'V', 'es', '0,8 sec', NULL),
(497, 'V', 'fr', '0,8 sec', NULL),
(497, 'V', 'it', '0,8 sec', NULL),
(497, 'V', 'nl', '0,8 sec', NULL),
(497, 'V', 'no', '0,8 sec', NULL),
(497, 'V', 'pt', '0,8 sec', NULL),
(497, 'V', 'ro', '0,8 sec', NULL),
(497, 'V', 'ru', '0,8 сек', NULL),
(498, 'V', 'da', '0,9 sec', NULL),
(498, 'V', 'de', '0,9 sec', NULL),
(498, 'V', 'el', '0,9 sec', NULL),
(498, 'V', 'en', '0,9 sec', NULL),
(498, 'V', 'es', '0,9 sec', NULL),
(498, 'V', 'fr', '0,9 sec', NULL),
(498, 'V', 'it', '0,9 sec', NULL),
(498, 'V', 'nl', '0,9 sec', NULL),
(498, 'V', 'no', '0,9 sec', NULL),
(498, 'V', 'pt', '0,9 sec', NULL),
(498, 'V', 'ro', '0,9 sec', NULL),
(498, 'V', 'ru', '0,9 сек', NULL),
(499, 'S', 'da', '', NULL),
(499, 'S', 'de', '', NULL),
(499, 'S', 'el', '', NULL),
(499, 'S', 'en', '', NULL),
(499, 'S', 'es', '', NULL),
(499, 'S', 'fr', '', NULL),
(499, 'S', 'it', '', NULL),
(499, 'S', 'nl', '', NULL),
(499, 'S', 'no', '', NULL),
(499, 'S', 'pt', '', NULL),
(499, 'S', 'ro', '', NULL),
(499, 'S', 'ru', '', NULL),
(499, 'V', 'da', '1 sec', NULL),
(499, 'V', 'de', '1 sec', NULL),
(499, 'V', 'el', '1 sec', NULL),
(499, 'V', 'en', '1 sec', NULL),
(499, 'V', 'es', '1 sec', NULL),
(499, 'V', 'fr', '1 sec', NULL),
(499, 'V', 'it', '1 sec', NULL),
(499, 'V', 'nl', '1 sec', NULL),
(499, 'V', 'no', '1 sec', NULL),
(499, 'V', 'pt', '1 sec', NULL),
(499, 'V', 'ro', '1 sec', NULL),
(499, 'V', 'ru', '1 сек', NULL),
(500, 'V', 'da', '1,1 sec', NULL),
(500, 'V', 'de', '1,1 sec', NULL),
(500, 'V', 'el', '1,1 sec', NULL),
(500, 'V', 'en', '1,1 sec', NULL),
(500, 'V', 'es', '1,1 sec', NULL),
(500, 'V', 'fr', '1,1 sec', NULL),
(500, 'V', 'it', '1,1 sec', NULL),
(500, 'V', 'nl', '1,1 sec', NULL),
(500, 'V', 'no', '1,1 sec', NULL),
(500, 'V', 'pt', '1,1 sec', NULL),
(500, 'V', 'ro', '1,1 sec', NULL),
(500, 'V', 'ru', '1,1 сек', NULL),
(501, 'V', 'da', '1,2 sec', NULL),
(501, 'V', 'de', '1,2 sec', NULL),
(501, 'V', 'el', '1,2 sec', NULL),
(501, 'V', 'en', '1,2 sec', NULL),
(501, 'V', 'es', '1,2 sec', NULL),
(501, 'V', 'fr', '1,2 sec', NULL),
(501, 'V', 'it', '1,2 sec', NULL),
(501, 'V', 'nl', '1,2 sec', NULL),
(501, 'V', 'no', '1,2 sec', NULL),
(501, 'V', 'pt', '1,2 sec', NULL),
(501, 'V', 'ro', '1,2 sec', NULL),
(501, 'V', 'ru', '1,2 сек', NULL),
(502, 'V', 'da', '1,3 sec', NULL),
(502, 'V', 'de', '1,3 sec', NULL),
(502, 'V', 'el', '1,3 sec', NULL),
(502, 'V', 'en', '1,3 sec', NULL),
(502, 'V', 'es', '1,3 sec', NULL),
(502, 'V', 'fr', '1,3 sec', NULL),
(502, 'V', 'it', '1,3 sec', NULL),
(502, 'V', 'nl', '1,3 sec', NULL),
(502, 'V', 'no', '1,3 sec', NULL),
(502, 'V', 'pt', '1,3 sec', NULL),
(502, 'V', 'ro', '1,3 sec', NULL),
(502, 'V', 'ru', '1,3 сек', NULL),
(503, 'V', 'da', '1,4 sec', NULL),
(503, 'V', 'de', '1,4 sec', NULL),
(503, 'V', 'el', '1,4 sec', NULL),
(503, 'V', 'en', '1,4 sec', NULL);
INSERT INTO `partiushop_settings_descriptions` (`object_id`, `object_type`, `lang_code`, `value`, `tooltip`) VALUES
(503, 'V', 'es', '1,4 sec', NULL),
(503, 'V', 'fr', '1,4 sec', NULL),
(503, 'V', 'it', '1,4 sec', NULL),
(503, 'V', 'nl', '1,4 sec', NULL),
(503, 'V', 'no', '1,4 sec', NULL),
(503, 'V', 'pt', '1,4 sec', NULL),
(503, 'V', 'ro', '1,4 sec', NULL),
(503, 'V', 'ru', '1,4 сек', NULL),
(504, 'V', 'da', '1,5 sec', NULL),
(504, 'V', 'de', '1,5 sec', NULL),
(504, 'V', 'el', '1,5 sec', NULL),
(504, 'V', 'en', '1,5 sec', NULL),
(504, 'V', 'es', '1,5 sec', NULL),
(504, 'V', 'fr', '1,5 sec', NULL),
(504, 'V', 'it', '1,5 sec', NULL),
(504, 'V', 'nl', '1,5 sec', NULL),
(504, 'V', 'no', '1,5 sec', NULL),
(504, 'V', 'pt', '1,5 sec', NULL),
(504, 'V', 'ro', '1,5 sec', NULL),
(504, 'V', 'ru', '1,5 сек', NULL),
(505, 'V', 'da', 'left', NULL),
(505, 'V', 'de', 'left', NULL),
(505, 'V', 'el', 'left', NULL),
(505, 'V', 'en', 'left', NULL),
(505, 'V', 'es', 'left', NULL),
(505, 'V', 'fr', 'left', NULL),
(505, 'V', 'it', 'left', NULL),
(505, 'V', 'nl', 'left', NULL),
(505, 'V', 'no', 'left', NULL),
(505, 'V', 'pt', 'left', NULL),
(505, 'V', 'ro', 'left', NULL),
(505, 'V', 'ru', 'левому краю', NULL),
(506, 'V', 'da', 'right', NULL),
(506, 'V', 'de', 'right', NULL),
(506, 'V', 'el', 'right', NULL),
(506, 'V', 'en', 'right', NULL),
(506, 'V', 'es', 'right', NULL),
(506, 'V', 'fr', 'right', NULL),
(506, 'V', 'it', 'right', NULL),
(506, 'V', 'nl', 'right', NULL),
(506, 'V', 'no', 'right', NULL),
(506, 'V', 'pt', 'right', NULL),
(506, 'V', 'ro', 'right', NULL),
(506, 'V', 'ru', 'правому краю', NULL),
(507, 'V', 'da', 'center', NULL),
(507, 'V', 'de', 'center', NULL),
(507, 'V', 'el', 'center', NULL),
(507, 'V', 'en', 'center', NULL),
(507, 'V', 'es', 'center', NULL),
(507, 'V', 'fr', 'center', NULL),
(507, 'V', 'it', 'center', NULL),
(507, 'V', 'nl', 'center', NULL),
(507, 'V', 'no', 'center', NULL),
(507, 'V', 'pt', 'center', NULL),
(507, 'V', 'ro', 'center', NULL),
(507, 'V', 'ru', 'центру', NULL),
(508, 'V', 'da', 'Text', NULL),
(508, 'V', 'de', 'Text', NULL),
(508, 'V', 'el', 'Text', NULL),
(508, 'V', 'en', 'Text', NULL),
(508, 'V', 'es', 'Text', NULL),
(508, 'V', 'fr', 'Text', NULL),
(508, 'V', 'it', 'Text', NULL),
(508, 'V', 'nl', 'Text', NULL),
(508, 'V', 'no', 'Text', NULL),
(508, 'V', 'pt', 'Text', NULL),
(508, 'V', 'ro', 'Text', NULL),
(508, 'V', 'ru', 'Текст', NULL),
(509, 'V', 'da', 'Text 2', NULL),
(509, 'V', 'de', 'Text 2', NULL),
(509, 'V', 'el', 'Text 2', NULL),
(509, 'V', 'en', 'Text 2', NULL),
(509, 'V', 'es', 'Text 2', NULL),
(509, 'V', 'fr', 'Text 2', NULL),
(509, 'V', 'it', 'Text 2', NULL),
(509, 'V', 'nl', 'Text 2', NULL),
(509, 'V', 'no', 'Text 2', NULL),
(509, 'V', 'pt', 'Text 2', NULL),
(509, 'V', 'ro', 'Text 2', NULL),
(509, 'V', 'ru', 'Текст 2', NULL),
(510, 'V', 'da', 'Button', NULL),
(510, 'V', 'de', 'Button', NULL),
(510, 'V', 'el', 'Button', NULL),
(510, 'V', 'en', 'Button', NULL),
(510, 'V', 'es', 'Button', NULL),
(510, 'V', 'fr', 'Button', NULL),
(510, 'V', 'it', 'Button', NULL),
(510, 'V', 'nl', 'Button', NULL),
(510, 'V', 'no', 'Button', NULL),
(510, 'V', 'pt', 'Button', NULL),
(510, 'V', 'ro', 'Button', NULL),
(510, 'V', 'ru', 'Кнопка', NULL),
(511, 'V', 'da', 'The end of the day', NULL),
(511, 'V', 'de', 'The end of the day', NULL),
(511, 'V', 'el', 'The end of the day', NULL),
(511, 'V', 'en', 'The end of the day', NULL),
(511, 'V', 'es', 'The end of the day', NULL),
(511, 'V', 'fr', 'The end of the day', NULL),
(511, 'V', 'it', 'The end of the day', NULL),
(511, 'V', 'nl', 'The end of the day', NULL),
(511, 'V', 'no', 'The end of the day', NULL),
(511, 'V', 'pt', 'The end of the day', NULL),
(511, 'V', 'ro', 'The end of the day', NULL),
(511, 'V', 'ru', 'Окончания дня', NULL),
(512, 'V', 'da', 'The end of the promotion', NULL),
(512, 'V', 'de', 'The end of the promotion', NULL),
(512, 'V', 'el', 'The end of the promotion', NULL),
(512, 'V', 'en', 'The end of the promotion', NULL),
(512, 'V', 'es', 'The end of the promotion', NULL),
(512, 'V', 'fr', 'The end of the promotion', NULL),
(512, 'V', 'it', 'The end of the promotion', NULL),
(512, 'V', 'nl', 'The end of the promotion', NULL),
(512, 'V', 'no', 'The end of the promotion', NULL),
(512, 'V', 'pt', 'The end of the promotion', NULL),
(512, 'V', 'ro', 'The end of the promotion', NULL),
(512, 'V', 'ru', 'Окончания промо-акции', NULL),
(513, 'V', 'da', 'don\'t highlight', NULL),
(513, 'V', 'de', 'don\'t highlight', NULL),
(513, 'V', 'el', 'don\'t highlight', NULL),
(513, 'V', 'en', 'don\'t highlight', NULL),
(513, 'V', 'es', 'don\'t highlight', NULL),
(513, 'V', 'fr', 'don\'t highlight', NULL),
(513, 'V', 'it', 'don\'t highlight', NULL),
(513, 'V', 'nl', 'don\'t highlight', NULL),
(513, 'V', 'no', 'don\'t highlight', NULL),
(513, 'V', 'pt', 'don\'t highlight', NULL),
(513, 'V', 'ro', 'don\'t highlight', NULL),
(513, 'V', 'ru', 'не выделять', NULL),
(514, 'V', 'da', '1', NULL),
(514, 'V', 'de', '1', NULL),
(514, 'V', 'el', '1', NULL),
(514, 'V', 'en', '1', NULL),
(514, 'V', 'es', '1', NULL),
(514, 'V', 'fr', '1', NULL),
(514, 'V', 'it', '1', NULL),
(514, 'V', 'nl', '1', NULL),
(514, 'V', 'no', '1', NULL),
(514, 'V', 'pt', '1', NULL),
(514, 'V', 'ro', '1', NULL),
(514, 'V', 'ru', '1', NULL),
(515, 'V', 'da', '2', NULL),
(515, 'V', 'de', '2', NULL),
(515, 'V', 'el', '2', NULL),
(515, 'V', 'en', '2', NULL),
(515, 'V', 'es', '2', NULL),
(515, 'V', 'fr', '2', NULL),
(515, 'V', 'it', '2', NULL),
(515, 'V', 'nl', '2', NULL),
(515, 'V', 'no', '2', NULL),
(515, 'V', 'pt', '2', NULL),
(515, 'V', 'ro', '2', NULL),
(515, 'V', 'ru', '2', NULL),
(516, 'V', 'da', '3', NULL),
(516, 'V', 'de', '3', NULL),
(516, 'V', 'el', '3', NULL),
(516, 'V', 'en', '3', NULL),
(516, 'V', 'es', '3', NULL),
(516, 'V', 'fr', '3', NULL),
(516, 'V', 'it', '3', NULL),
(516, 'V', 'nl', '3', NULL),
(516, 'V', 'no', '3', NULL),
(516, 'V', 'pt', '3', NULL),
(516, 'V', 'ro', '3', NULL),
(516, 'V', 'ru', '3', NULL),
(517, 'V', 'da', '4', NULL),
(517, 'V', 'de', '4', NULL),
(517, 'V', 'el', '4', NULL),
(517, 'V', 'en', '4', NULL),
(517, 'V', 'es', '4', NULL),
(517, 'V', 'fr', '4', NULL),
(517, 'V', 'it', '4', NULL),
(517, 'V', 'nl', '4', NULL),
(517, 'V', 'no', '4', NULL),
(517, 'V', 'pt', '4', NULL),
(517, 'V', 'ro', '4', NULL),
(517, 'V', 'ru', '4', NULL),
(518, 'S', 'da', 'Contrato', ''),
(518, 'S', 'de', 'Contrato', ''),
(518, 'S', 'el', 'Contrato', ''),
(518, 'S', 'en', 'Contrato', ''),
(518, 'S', 'es', 'Contrato', ''),
(518, 'S', 'fr', 'Contrato', ''),
(518, 'S', 'it', 'Contrato', ''),
(518, 'S', 'nl', 'Contrato', ''),
(518, 'S', 'no', 'Contrato', ''),
(518, 'S', 'pt', 'Contrato', ''),
(518, 'S', 'ro', 'Contrato', ''),
(518, 'S', 'ru', 'Contrato', ''),
(518, 'V', 'da', '5', NULL),
(518, 'V', 'de', '5', NULL),
(518, 'V', 'el', '5', NULL),
(518, 'V', 'en', '5', NULL),
(518, 'V', 'es', '5', NULL),
(518, 'V', 'fr', '5', NULL),
(518, 'V', 'it', '5', NULL),
(518, 'V', 'nl', '5', NULL),
(518, 'V', 'no', '5', NULL),
(518, 'V', 'pt', '5', NULL),
(518, 'V', 'ro', '5', NULL),
(518, 'V', 'ru', '5', NULL),
(519, 'V', 'da', '6', NULL),
(519, 'V', 'de', '6', NULL),
(519, 'V', 'el', '6', NULL),
(519, 'V', 'en', '6', NULL),
(519, 'V', 'es', '6', NULL),
(519, 'V', 'fr', '6', NULL),
(519, 'V', 'it', '6', NULL),
(519, 'V', 'nl', '6', NULL),
(519, 'V', 'no', '6', NULL),
(519, 'V', 'pt', '6', NULL),
(519, 'V', 'ro', '6', NULL),
(519, 'V', 'ru', '6', NULL),
(520, 'S', 'da', 'Product page settings', NULL),
(520, 'S', 'de', 'Product page settings', NULL),
(520, 'S', 'el', 'Product page settings', NULL),
(520, 'S', 'en', 'Product page settings', NULL),
(520, 'S', 'es', 'Product page settings', NULL),
(520, 'S', 'fr', 'Product page settings', NULL),
(520, 'S', 'it', 'Product page settings', NULL),
(520, 'S', 'nl', 'Product page settings', NULL),
(520, 'S', 'no', 'Product page settings', NULL),
(520, 'S', 'pt', 'Configurações da página de produto', NULL),
(520, 'S', 'ro', 'Product page settings', NULL),
(520, 'S', 'ru', 'Настройки страницы товара', NULL),
(520, 'V', 'da', '7', NULL),
(520, 'V', 'de', '7', NULL),
(520, 'V', 'el', '7', NULL),
(520, 'V', 'en', '7', NULL),
(520, 'V', 'es', '7', NULL),
(520, 'V', 'fr', '7', NULL),
(520, 'V', 'it', '7', NULL),
(520, 'V', 'nl', '7', NULL),
(520, 'V', 'no', '7', NULL),
(520, 'V', 'pt', '7', NULL),
(520, 'V', 'ro', '7', NULL),
(520, 'V', 'ru', '7', NULL),
(521, 'S', 'da', 'Vendor panel style', NULL),
(521, 'S', 'de', 'Vendor panel style', NULL),
(521, 'S', 'el', 'Vendor panel style', NULL),
(521, 'S', 'en', 'Vendor panel style', NULL),
(521, 'S', 'es', 'Vendor panel style', NULL),
(521, 'S', 'fr', 'Vendor panel style', NULL),
(521, 'S', 'it', 'Vendor panel style', NULL),
(521, 'S', 'nl', 'Vendor panel style', NULL),
(521, 'S', 'no', 'Vendor panel style', NULL),
(521, 'S', 'pt', 'Estilo de painel de vendedor', NULL),
(521, 'S', 'ro', 'Vendor panel style', NULL),
(521, 'S', 'ru', 'Стиль панели продавцов', NULL),
(521, 'V', 'da', 'Red', ''),
(521, 'V', 'de', 'Red', ''),
(521, 'V', 'el', 'Red', ''),
(521, 'V', 'en', 'Red', ''),
(521, 'V', 'es', 'Red', ''),
(521, 'V', 'fr', 'Red', ''),
(521, 'V', 'it', 'Red', ''),
(521, 'V', 'nl', 'Red', ''),
(521, 'V', 'no', 'Red', ''),
(521, 'V', 'pt', 'Red', ''),
(521, 'V', 'ro', 'Red', ''),
(521, 'V', 'ru', 'Red', ''),
(522, 'V', 'da', 'Green', ''),
(522, 'V', 'de', 'Green', ''),
(522, 'V', 'el', 'Green', ''),
(522, 'V', 'en', 'Green', ''),
(522, 'V', 'es', 'Green', ''),
(522, 'V', 'fr', 'Green', ''),
(522, 'V', 'it', 'Green', ''),
(522, 'V', 'nl', 'Green', ''),
(522, 'V', 'no', 'Green', ''),
(522, 'V', 'pt', 'Green', ''),
(522, 'V', 'ro', 'Green', ''),
(522, 'V', 'ru', 'Green', ''),
(523, 'V', 'da', 'Blue', ''),
(523, 'V', 'de', 'Blue', ''),
(523, 'V', 'el', 'Blue', ''),
(523, 'V', 'en', 'Blue', ''),
(523, 'V', 'es', 'Blue', ''),
(523, 'V', 'fr', 'Blue', ''),
(523, 'V', 'it', 'Blue', ''),
(523, 'V', 'nl', 'Blue', ''),
(523, 'V', 'no', 'Blue', ''),
(523, 'V', 'pt', 'Blue', ''),
(523, 'V', 'ro', 'Blue', ''),
(523, 'V', 'ru', 'Blue', ''),
(524, 'V', 'da', 'Do not track', NULL),
(524, 'V', 'de', 'Do not track', NULL),
(524, 'V', 'el', 'Do not track', NULL),
(524, 'V', 'en', 'Do not track', NULL),
(524, 'V', 'es', 'Do not track', NULL),
(524, 'V', 'fr', 'Do not track', NULL),
(524, 'V', 'it', 'Do not track', NULL),
(524, 'V', 'nl', 'Do not track', NULL),
(524, 'V', 'no', 'Do not track', NULL),
(524, 'V', 'pt', 'Do not track', NULL),
(524, 'V', 'ro', 'Do not track', NULL),
(524, 'V', 'ru', 'Do not track', NULL),
(525, 'V', 'da', 'Track every 10 seconds', NULL),
(525, 'V', 'de', 'Track every 10 seconds', NULL),
(525, 'V', 'el', 'Track every 10 seconds', NULL),
(525, 'V', 'en', 'Track every 10 seconds', NULL),
(525, 'V', 'es', 'Track every 10 seconds', NULL),
(525, 'V', 'fr', 'Track every 10 seconds', NULL),
(525, 'V', 'it', 'Track every 10 seconds', NULL),
(525, 'V', 'nl', 'Track every 10 seconds', NULL),
(525, 'V', 'no', 'Track every 10 seconds', NULL),
(525, 'V', 'pt', 'Track every 10 seconds', NULL),
(525, 'V', 'ro', 'Track every 10 seconds', NULL),
(525, 'V', 'ru', 'Передавать каждые 10 секунд', NULL),
(526, 'V', 'da', 'Track every 30 seconds', NULL),
(526, 'V', 'de', 'Track every 30 seconds', NULL),
(526, 'V', 'el', 'Track every 30 seconds', NULL),
(526, 'V', 'en', 'Track every 30 seconds', NULL),
(526, 'V', 'es', 'Track every 30 seconds', NULL),
(526, 'V', 'fr', 'Track every 30 seconds', NULL),
(526, 'V', 'it', 'Track every 30 seconds', NULL),
(526, 'V', 'nl', 'Track every 30 seconds', NULL),
(526, 'V', 'no', 'Track every 30 seconds', NULL),
(526, 'V', 'pt', 'Track every 30 seconds', NULL),
(526, 'V', 'ro', 'Track every 30 seconds', NULL),
(526, 'V', 'ru', 'Передавать каждые 30 секунд', NULL),
(527, 'V', 'da', 'Track every 60 seconds', NULL),
(527, 'V', 'de', 'Track every 60 seconds', NULL),
(527, 'V', 'el', 'Track every 60 seconds', NULL),
(527, 'V', 'en', 'Track every 60 seconds', NULL),
(527, 'V', 'es', 'Track every 60 seconds', NULL),
(527, 'V', 'fr', 'Track every 60 seconds', NULL),
(527, 'V', 'it', 'Track every 60 seconds', NULL),
(527, 'V', 'nl', 'Track every 60 seconds', NULL),
(527, 'V', 'no', 'Track every 60 seconds', NULL),
(527, 'V', 'pt', 'Track every 60 seconds', NULL),
(527, 'V', 'ro', 'Track every 60 seconds', NULL),
(527, 'V', 'ru', 'Track every 60 seconds', NULL),
(528, 'V', 'da', 'Track every 90 seconds', NULL),
(528, 'V', 'de', 'Track every 90 seconds', NULL),
(528, 'V', 'el', 'Track every 90 seconds', NULL),
(528, 'V', 'en', 'Track every 90 seconds', NULL),
(528, 'V', 'es', 'Track every 90 seconds', NULL),
(528, 'V', 'fr', 'Track every 90 seconds', NULL),
(528, 'V', 'it', 'Track every 90 seconds', NULL),
(528, 'V', 'nl', 'Track every 90 seconds', NULL),
(528, 'V', 'no', 'Track every 90 seconds', NULL),
(528, 'V', 'pt', 'Track every 90 seconds', NULL),
(528, 'V', 'ro', 'Track every 90 seconds', NULL),
(528, 'V', 'ru', 'Track every 90 seconds', NULL),
(529, 'S', 'da', 'Configurações', NULL),
(529, 'S', 'de', 'Configurações', NULL),
(529, 'S', 'el', 'Configurações', NULL),
(529, 'S', 'en', 'Configurações', NULL),
(529, 'S', 'es', 'Configurações', NULL),
(529, 'S', 'fr', 'Configurações', NULL),
(529, 'S', 'it', 'Configurações', NULL),
(529, 'S', 'nl', 'Configurações', NULL),
(529, 'S', 'no', 'Configurações', NULL),
(529, 'S', 'pt', 'Configurações', NULL),
(529, 'S', 'ro', 'Configurações', NULL),
(529, 'S', 'ru', 'Configurações', NULL),
(529, 'V', 'en', '0', NULL),
(529, 'V', 'pt', '0', NULL),
(530, 'V', 'en', '1', NULL),
(530, 'V', 'pt', '1', NULL),
(531, 'S', 'da', 'Armazém', NULL),
(531, 'S', 'de', 'Armazém', NULL),
(531, 'S', 'el', 'Armazém', NULL),
(531, 'S', 'en', 'Armazém', NULL),
(531, 'S', 'es', 'Armazém', NULL),
(531, 'S', 'fr', 'Armazém', NULL),
(531, 'S', 'it', 'Armazém', NULL),
(531, 'S', 'nl', 'Armazém', NULL),
(531, 'S', 'no', 'Armazém', NULL),
(531, 'S', 'pt', 'Armazém', NULL),
(531, 'S', 'ro', 'Armazém', NULL),
(531, 'S', 'ru', 'Armazém', NULL),
(531, 'V', 'en', '2', NULL),
(531, 'V', 'pt', '2', NULL),
(532, 'V', 'en', '3', NULL),
(532, 'V', 'pt', '3', NULL),
(533, 'V', 'en', '4', NULL),
(533, 'V', 'pt', '4', NULL),
(534, 'V', 'en', '5', NULL),
(534, 'V', 'pt', '5', NULL),
(535, 'V', 'en', '6', NULL),
(535, 'V', 'pt', '6', NULL),
(536, 'V', 'en', '7', NULL),
(536, 'V', 'pt', '7', NULL),
(537, 'V', 'en', '8', NULL),
(537, 'V', 'pt', '8', NULL),
(538, 'V', 'en', '9', NULL),
(538, 'V', 'pt', '9', NULL),
(539, 'V', 'en', '10', NULL),
(539, 'V', 'pt', '10', NULL),
(543, 'S', 'da', 'VIVAshop functionality settings', NULL),
(543, 'S', 'de', 'VIVAshop functionality settings', NULL),
(543, 'S', 'el', 'VIVAshop functionality settings', NULL),
(543, 'S', 'en', 'VIVAshop functionality settings', NULL),
(543, 'S', 'es', 'VIVAshop functionality settings', NULL),
(543, 'S', 'fr', 'VIVAshop functionality settings', NULL),
(543, 'S', 'it', 'VIVAshop functionality settings', NULL),
(543, 'S', 'nl', 'VIVAshop functionality settings', NULL),
(543, 'S', 'no', 'VIVAshop functionality settings', NULL),
(543, 'S', 'pt', 'VIVAshop functionality settings', NULL),
(543, 'S', 'ro', 'VIVAshop functionality settings', NULL),
(543, 'S', 'ru', 'VIVAshop functionality settings', NULL),
(545, 'S', 'da', 'License', NULL),
(545, 'S', 'de', 'License', NULL),
(545, 'S', 'el', 'License', NULL),
(545, 'S', 'en', 'License', NULL),
(545, 'S', 'es', 'License', NULL),
(545, 'S', 'fr', 'License', NULL),
(545, 'S', 'it', 'License', NULL),
(545, 'S', 'nl', 'License', NULL),
(545, 'S', 'no', 'License', NULL),
(545, 'S', 'pt', 'License', NULL),
(545, 'S', 'ro', 'License', NULL),
(545, 'S', 'ru', 'License', NULL),
(547, 'S', 'da', 'General settings', NULL),
(547, 'S', 'de', 'General settings', NULL),
(547, 'S', 'el', 'General settings', NULL),
(547, 'S', 'en', 'General settings', NULL),
(547, 'S', 'es', 'General settings', NULL),
(547, 'S', 'fr', 'General settings', NULL),
(547, 'S', 'it', 'General settings', NULL),
(547, 'S', 'nl', 'General settings', NULL),
(547, 'S', 'no', 'General settings', NULL),
(547, 'S', 'pt', 'General settings', NULL),
(547, 'S', 'ro', 'General settings', NULL),
(547, 'S', 'ru', 'General settings', NULL),
(549, 'S', 'da', 'VIVAshop Multi-Vendor functionality settings', NULL),
(549, 'S', 'de', 'VIVAshop Multi-Vendor functionality settings', NULL),
(549, 'S', 'el', 'VIVAshop Multi-Vendor functionality settings', NULL),
(549, 'S', 'en', 'VIVAshop Multi-Vendor functionality settings', NULL),
(549, 'S', 'es', 'VIVAshop Multi-Vendor functionality settings', NULL),
(549, 'S', 'fr', 'VIVAshop Multi-Vendor functionality settings', NULL),
(549, 'S', 'it', 'VIVAshop Multi-Vendor functionality settings', NULL),
(549, 'S', 'nl', 'VIVAshop Multi-Vendor functionality settings', NULL),
(549, 'S', 'no', 'VIVAshop Multi-Vendor functionality settings', NULL),
(549, 'S', 'pt', 'VIVAshop Multi-Vendor functionality settings', NULL),
(549, 'S', 'ro', 'VIVAshop Multi-Vendor functionality settings', NULL),
(549, 'S', 'ru', 'VIVAshop Multi-Vendor functionality settings', NULL),
(551, 'S', 'da', 'Configuração', NULL),
(551, 'S', 'de', 'Configuração', NULL),
(551, 'S', 'el', 'Configuração', NULL),
(551, 'S', 'en', 'Configuração', NULL),
(551, 'S', 'es', 'Configuração', NULL),
(551, 'S', 'fr', 'Configuração', NULL),
(551, 'S', 'it', 'Configuração', NULL),
(551, 'S', 'nl', 'Configuração', NULL),
(551, 'S', 'no', 'Configuração', NULL),
(551, 'S', 'pt', 'Configuração', NULL),
(551, 'S', 'ro', 'Configuração', NULL),
(551, 'S', 'ru', 'Configuração', NULL),
(553, 'S', 'da', 'Contrato', NULL),
(553, 'S', 'de', 'Contrato', NULL),
(553, 'S', 'el', 'Contrato', NULL),
(553, 'S', 'en', 'Contrato', NULL),
(553, 'S', 'es', 'Contrato', NULL),
(553, 'S', 'fr', 'Contrato', NULL),
(553, 'S', 'it', 'Contrato', NULL),
(553, 'S', 'nl', 'Contrato', NULL),
(553, 'S', 'no', 'Contrato', NULL),
(553, 'S', 'pt', 'Contrato', NULL),
(553, 'S', 'ro', 'Contrato', NULL),
(553, 'S', 'ru', 'Contrato', NULL),
(554, 'S', 'da', 'Rastreamento', NULL),
(554, 'S', 'de', 'Rastreamento', NULL),
(554, 'S', 'el', 'Rastreamento', NULL),
(554, 'S', 'en', 'Rastreamento', NULL),
(554, 'S', 'es', 'Rastreamento', NULL),
(554, 'S', 'fr', 'Rastreamento', NULL),
(554, 'S', 'it', 'Rastreamento', NULL),
(554, 'S', 'nl', 'Rastreamento', NULL),
(554, 'S', 'no', 'Rastreamento', NULL),
(554, 'S', 'pt', 'Rastreamento', NULL),
(554, 'S', 'ro', 'Rastreamento', NULL),
(554, 'S', 'ru', 'Rastreamento', NULL),
(555, 'S', 'da', 'Atualizar', NULL),
(555, 'S', 'de', 'Atualizar', NULL),
(555, 'S', 'el', 'Atualizar', NULL),
(555, 'S', 'en', 'Atualizar', NULL),
(555, 'S', 'es', 'Atualizar', NULL),
(555, 'S', 'fr', 'Atualizar', NULL),
(555, 'S', 'it', 'Atualizar', NULL),
(555, 'S', 'nl', 'Atualizar', NULL),
(555, 'S', 'no', 'Atualizar', NULL),
(555, 'S', 'pt', 'Atualizar', NULL),
(555, 'S', 'ro', 'Atualizar', NULL),
(555, 'S', 'ru', 'Atualizar', NULL),
(556, 'S', 'da', 'Logistica Reversa', NULL),
(556, 'S', 'de', 'Logistica Reversa', NULL),
(556, 'S', 'el', 'Logistica Reversa', NULL),
(556, 'S', 'en', 'Logistica Reversa', NULL),
(556, 'S', 'es', 'Logistica Reversa', NULL),
(556, 'S', 'fr', 'Logistica Reversa', NULL),
(556, 'S', 'it', 'Logistica Reversa', NULL),
(556, 'S', 'nl', 'Logistica Reversa', NULL),
(556, 'S', 'no', 'Logistica Reversa', NULL),
(556, 'S', 'pt', 'Logistica Reversa', NULL),
(556, 'S', 'ro', 'Logistica Reversa', NULL),
(556, 'S', 'ru', 'Logistica Reversa', NULL),
(558, 'S', 'da', 'Configuração', NULL),
(558, 'S', 'de', 'Configuração', NULL),
(558, 'S', 'el', 'Configuração', NULL),
(558, 'S', 'en', 'Configuração', NULL),
(558, 'S', 'es', 'Configuração', NULL),
(558, 'S', 'fr', 'Configuração', NULL),
(558, 'S', 'it', 'Configuração', NULL),
(558, 'S', 'nl', 'Configuração', NULL),
(558, 'S', 'no', 'Configuração', NULL),
(558, 'S', 'pt', 'Configuração', NULL),
(558, 'S', 'ro', 'Configuração', NULL),
(558, 'S', 'ru', 'Configuração', NULL),
(560, 'S', 'da', 'Armazém', NULL),
(560, 'S', 'de', 'Armazém', NULL),
(560, 'S', 'el', 'Armazém', NULL),
(560, 'S', 'en', 'Armazém', NULL),
(560, 'S', 'es', 'Armazém', NULL),
(560, 'S', 'fr', 'Armazém', NULL),
(560, 'S', 'it', 'Armazém', NULL),
(560, 'S', 'nl', 'Armazém', NULL),
(560, 'S', 'no', 'Armazém', NULL),
(560, 'S', 'pt', 'Armazém', NULL),
(560, 'S', 'ro', 'Armazém', NULL),
(560, 'S', 'ru', 'Armazém', NULL),
(837, 'V', 'da', 'Без модификаций', ''),
(837, 'V', 'de', 'Без модификаций', ''),
(837, 'V', 'el', 'Без модификаций', ''),
(837, 'V', 'en', 'Without modifications', ''),
(837, 'V', 'es', 'Без модификаций', ''),
(837, 'V', 'fr', 'Без модификаций', ''),
(837, 'V', 'it', 'Без модификаций', ''),
(837, 'V', 'nl', 'Без модификаций', ''),
(837, 'V', 'no', 'Без модификаций', ''),
(837, 'V', 'pt', 'Без модификаций', ''),
(837, 'V', 'ro', 'Без модификаций', ''),
(837, 'V', 'ru', 'Без модификаций', ''),
(838, 'V', 'da', 'Бытовая техника', ''),
(838, 'V', 'de', 'Бытовая техника', ''),
(838, 'V', 'el', 'Бытовая техника', ''),
(838, 'V', 'en', 'Appliances', ''),
(838, 'V', 'es', 'Бытовая техника', ''),
(838, 'V', 'fr', 'Бытовая техника', ''),
(838, 'V', 'it', 'Бытовая техника', ''),
(838, 'V', 'nl', 'Бытовая техника', ''),
(838, 'V', 'no', 'Бытовая техника', ''),
(838, 'V', 'pt', 'Бытовая техника', ''),
(838, 'V', 'ro', 'Бытовая техника', ''),
(838, 'V', 'ru', 'Бытовая техника', ''),
(839, 'V', 'da', 'Детские товары', ''),
(839, 'V', 'de', 'Детские товары', ''),
(839, 'V', 'el', 'Детские товары', ''),
(839, 'V', 'en', 'Childen\'s goods', ''),
(839, 'V', 'es', 'Детские товары', ''),
(839, 'V', 'fr', 'Детские товары', ''),
(839, 'V', 'it', 'Детские товары', ''),
(839, 'V', 'nl', 'Детские товары', ''),
(839, 'V', 'no', 'Детские товары', ''),
(839, 'V', 'pt', 'Детские товары', ''),
(839, 'V', 'ro', 'Детские товары', ''),
(839, 'V', 'ru', 'Детские товары', ''),
(840, 'V', 'da', 'Косметика', ''),
(840, 'V', 'de', 'Косметика', ''),
(840, 'V', 'el', 'Косметика', ''),
(840, 'V', 'en', 'Cosmetics', ''),
(840, 'V', 'es', 'Косметика', ''),
(840, 'V', 'fr', 'Косметика', ''),
(840, 'V', 'it', 'Косметика', ''),
(840, 'V', 'nl', 'Косметика', ''),
(840, 'V', 'no', 'Косметика', ''),
(840, 'V', 'pt', 'Косметика', ''),
(840, 'V', 'ro', 'Косметика', ''),
(840, 'V', 'ru', 'Косметика', ''),
(841, 'V', 'da', 'Купоны, акции, скидки', ''),
(841, 'V', 'de', 'Купоны, акции, скидки', ''),
(841, 'V', 'el', 'Купоны, акции, скидки', ''),
(841, 'V', 'en', 'Discounts, promotions', ''),
(841, 'V', 'es', 'Купоны, акции, скидки', ''),
(841, 'V', 'fr', 'Купоны, акции, скидки', ''),
(841, 'V', 'it', 'Купоны, акции, скидки', ''),
(841, 'V', 'nl', 'Купоны, акции, скидки', ''),
(841, 'V', 'no', 'Купоны, акции, скидки', ''),
(841, 'V', 'pt', 'Купоны, акции, скидки', ''),
(841, 'V', 'ro', 'Купоны, акции, скидки', ''),
(841, 'V', 'ru', 'Купоны, акции, скидки', ''),
(842, 'V', 'da', 'Одежда, обувь, аксессуары', ''),
(842, 'V', 'de', 'Одежда, обувь, аксессуары', ''),
(842, 'V', 'el', 'Одежда, обувь, аксессуары', ''),
(842, 'V', 'en', 'Fashion', ''),
(842, 'V', 'es', 'Одежда, обувь, аксессуары', ''),
(842, 'V', 'fr', 'Одежда, обувь, аксессуары', ''),
(842, 'V', 'it', 'Одежда, обувь, аксессуары', ''),
(842, 'V', 'nl', 'Одежда, обувь, аксессуары', ''),
(842, 'V', 'no', 'Одежда, обувь, аксессуары', ''),
(842, 'V', 'pt', 'Одежда, обувь, аксессуары', ''),
(842, 'V', 'ro', 'Одежда, обувь, аксессуары', ''),
(842, 'V', 'ru', 'Одежда, обувь, аксессуары', ''),
(843, 'V', 'da', 'Строительные материалы', ''),
(843, 'V', 'de', 'Строительные материалы', ''),
(843, 'V', 'el', 'Строительные материалы', ''),
(843, 'V', 'en', 'Construction materials and tools', ''),
(843, 'V', 'es', 'Строительные материалы', ''),
(843, 'V', 'fr', 'Строительные материалы', ''),
(843, 'V', 'it', 'Строительные материалы', ''),
(843, 'V', 'nl', 'Строительные материалы', ''),
(843, 'V', 'no', 'Строительные материалы', ''),
(843, 'V', 'pt', 'Строительные материалы', ''),
(843, 'V', 'ro', 'Строительные материалы', ''),
(843, 'V', 'ru', 'Строительные материалы', ''),
(844, 'V', 'da', 'Товары для животных', ''),
(844, 'V', 'de', 'Товары для животных', ''),
(844, 'V', 'el', 'Товары для животных', ''),
(844, 'V', 'en', 'Goods for pets', ''),
(844, 'V', 'es', 'Товары для животных', ''),
(844, 'V', 'fr', 'Товары для животных', ''),
(844, 'V', 'it', 'Товары для животных', ''),
(844, 'V', 'nl', 'Товары для животных', ''),
(844, 'V', 'no', 'Товары для животных', ''),
(844, 'V', 'pt', 'Товары для животных', ''),
(844, 'V', 'ro', 'Товары для животных', ''),
(844, 'V', 'ru', 'Товары для животных', ''),
(845, 'V', 'da', 'FMCG/CPG', ''),
(845, 'V', 'de', 'FMCG/CPG', ''),
(845, 'V', 'el', 'FMCG/CPG', ''),
(845, 'V', 'en', 'FMCG/CPG', ''),
(845, 'V', 'es', 'FMCG/CPG', ''),
(845, 'V', 'fr', 'FMCG/CPG', ''),
(845, 'V', 'it', 'FMCG/CPG', ''),
(845, 'V', 'nl', 'FMCG/CPG', ''),
(845, 'V', 'no', 'FMCG/CPG', ''),
(845, 'V', 'pt', 'FMCG/CPG', ''),
(845, 'V', 'ro', 'FMCG/CPG', ''),
(845, 'V', 'ru', 'FMCG/CPG', ''),
(846, 'V', 'da', '(GMT-03:00) Bermuda', NULL),
(846, 'V', 'de', '(GMT-03:00) Bermuda', NULL),
(846, 'V', 'el', '(GMT-03:00) Bermuda', NULL),
(846, 'V', 'en', '(GMT-03:00) Bermuda', NULL),
(846, 'V', 'es', '(GMT-03:00) Bermuda', NULL),
(846, 'V', 'fr', '(GMT-03:00) Bermuda', NULL),
(846, 'V', 'it', '(GMT-03:00) Bermuda', NULL),
(846, 'V', 'nl', '(GMT-03:00) Bermuda', NULL),
(846, 'V', 'no', '(GMT-03:00) Bermuda', NULL),
(846, 'V', 'pt', '(GMT-03:00) Bermuda', NULL),
(846, 'V', 'ro', '(GMT-03:00) Bermuda', NULL),
(846, 'V', 'ru', '(GMT-03:00) Bermuda', NULL),
(847, 'V', 'da', '(GMT+06:00) Almaty', NULL),
(847, 'V', 'de', '(GMT+06:00) Almaty', NULL),
(847, 'V', 'el', '(GMT+06:00) Almaty', NULL),
(847, 'V', 'en', '(GMT+06:00) Almaty', NULL),
(847, 'V', 'es', '(GMT+06:00) Almaty', NULL),
(847, 'V', 'fr', '(GMT+06:00) Almaty', NULL),
(847, 'V', 'it', '(GMT+06:00) Almaty', NULL),
(847, 'V', 'nl', '(GMT+06:00) Almaty', NULL),
(847, 'V', 'no', '(GMT+06:00) Almaty', NULL),
(847, 'V', 'pt', '(GMT+06:00) Almaty', NULL),
(847, 'V', 'ro', '(GMT+06:00) Almaty', NULL),
(847, 'V', 'ru', '(GMT+06:00) Almaty', NULL),
(848, 'V', 'da', '(GMT+06:30) Cocos', NULL),
(848, 'V', 'de', '(GMT+06:30) Cocos', NULL),
(848, 'V', 'el', '(GMT+06:30) Cocos', NULL),
(848, 'V', 'en', '(GMT+06:30) Cocos', NULL),
(848, 'V', 'es', '(GMT+06:30) Cocos', NULL),
(848, 'V', 'fr', '(GMT+06:30) Cocos', NULL),
(848, 'V', 'it', '(GMT+06:30) Cocos', NULL),
(848, 'V', 'nl', '(GMT+06:30) Cocos', NULL),
(848, 'V', 'no', '(GMT+06:30) Cocos', NULL),
(848, 'V', 'pt', '(GMT+06:30) Cocos', NULL),
(848, 'V', 'ro', '(GMT+06:30) Cocos', NULL),
(848, 'V', 'ru', '(GMT+06:30) Cocos', NULL),
(849, 'V', 'da', '(GMT-08:00) Pitcairn', NULL),
(849, 'V', 'de', '(GMT-08:00) Pitcairn', NULL),
(849, 'V', 'el', '(GMT-08:00) Pitcairn', NULL),
(849, 'V', 'en', '(GMT-08:00) Pitcairn', NULL),
(849, 'V', 'es', '(GMT-08:00) Pitcairn', NULL),
(849, 'V', 'fr', '(GMT-08:00) Pitcairn', NULL),
(849, 'V', 'it', '(GMT-08:00) Pitcairn', NULL),
(849, 'V', 'nl', '(GMT-08:00) Pitcairn', NULL),
(849, 'V', 'no', '(GMT-08:00) Pitcairn', NULL),
(849, 'V', 'pt', '(GMT-08:00) Pitcairn', NULL),
(849, 'V', 'ro', '(GMT-08:00) Pitcairn', NULL),
(849, 'V', 'ru', '(GMT-08:00) Pitcairn', NULL),
(850, 'V', 'da', '(GMT-08:00) Vancouver', NULL),
(850, 'V', 'de', '(GMT-08:00) Vancouver', NULL),
(850, 'V', 'el', '(GMT-08:00) Vancouver', NULL),
(850, 'V', 'en', '(GMT-08:00) Vancouver', NULL),
(850, 'V', 'es', '(GMT-08:00) Vancouver', NULL),
(850, 'V', 'fr', '(GMT-08:00) Vancouver', NULL),
(850, 'V', 'it', '(GMT-08:00) Vancouver', NULL),
(850, 'V', 'nl', '(GMT-08:00) Vancouver', NULL),
(850, 'V', 'no', '(GMT-08:00) Vancouver', NULL),
(850, 'V', 'pt', '(GMT-08:00) Vancouver', NULL),
(850, 'V', 'ro', '(GMT-08:00) Vancouver', NULL),
(850, 'V', 'ru', '(GMT-08:00) Vancouver', NULL),
(851, 'V', 'da', '(GMT-09:00) Gambier', NULL),
(851, 'V', 'de', '(GMT-09:00) Gambier', NULL),
(851, 'V', 'el', '(GMT-09:00) Gambier', NULL),
(851, 'V', 'en', '(GMT-09:00) Gambier', NULL),
(851, 'V', 'es', '(GMT-09:00) Gambier', NULL),
(851, 'V', 'fr', '(GMT-09:00) Gambier', NULL),
(851, 'V', 'it', '(GMT-09:00) Gambier', NULL),
(851, 'V', 'nl', '(GMT-09:00) Gambier', NULL),
(851, 'V', 'no', '(GMT-09:00) Gambier', NULL),
(851, 'V', 'pt', '(GMT-09:00) Gambier', NULL),
(851, 'V', 'ro', '(GMT-09:00) Gambier', NULL),
(851, 'V', 'ru', '(GMT-09:00) Gambier', NULL),
(852, 'V', 'da', '(GMT+10:30) Lord Howe', NULL),
(852, 'V', 'de', '(GMT+10:30) Lord Howe', NULL),
(852, 'V', 'el', '(GMT+10:30) Lord Howe', NULL),
(852, 'V', 'en', '(GMT+10:30) Lord Howe', NULL),
(852, 'V', 'es', '(GMT+10:30) Lord Howe', NULL),
(852, 'V', 'fr', '(GMT+10:30) Lord Howe', NULL),
(852, 'V', 'it', '(GMT+10:30) Lord Howe', NULL),
(852, 'V', 'nl', '(GMT+10:30) Lord Howe', NULL),
(852, 'V', 'no', '(GMT+10:30) Lord Howe', NULL),
(852, 'V', 'pt', '(GMT+10:30) Lord Howe', NULL),
(852, 'V', 'ro', '(GMT+10:30) Lord Howe', NULL),
(852, 'V', 'ru', '(GMT+10:30) Lord Howe', NULL),
(853, 'V', 'da', '(GMT+12:45) Chatham', NULL),
(853, 'V', 'de', '(GMT+12:45) Chatham', NULL),
(853, 'V', 'el', '(GMT+12:45) Chatham', NULL),
(853, 'V', 'en', '(GMT+12:45) Chatham', NULL),
(853, 'V', 'es', '(GMT+12:45) Chatham', NULL),
(853, 'V', 'fr', '(GMT+12:45) Chatham', NULL),
(853, 'V', 'it', '(GMT+12:45) Chatham', NULL),
(853, 'V', 'nl', '(GMT+12:45) Chatham', NULL),
(853, 'V', 'no', '(GMT+12:45) Chatham', NULL),
(853, 'V', 'pt', '(GMT+12:45) Chatham', NULL),
(853, 'V', 'ro', '(GMT+12:45) Chatham', NULL),
(853, 'V', 'ru', '(GMT+12:45) Chatham', NULL),
(854, 'V', 'da', '(GMT+01:00) Casablanca', NULL),
(854, 'V', 'de', '(GMT+01:00) Casablanca', NULL),
(854, 'V', 'el', '(GMT+01:00) Casablanca', NULL),
(854, 'V', 'en', '(GMT+01:00) Casablanca', NULL),
(854, 'V', 'es', '(GMT+01:00) Casablanca', NULL),
(854, 'V', 'fr', '(GMT+01:00) Casablanca', NULL),
(854, 'V', 'it', '(GMT+01:00) Casablanca', NULL),
(854, 'V', 'nl', '(GMT+01:00) Casablanca', NULL),
(854, 'V', 'no', '(GMT+01:00) Casablanca', NULL),
(854, 'V', 'pt', '(GMT+01:00) Casablanca', NULL),
(854, 'V', 'ro', '(GMT+01:00) Casablanca', NULL),
(854, 'V', 'ru', '(GMT+01:00) Casablanca', NULL),
(855, 'V', 'da', '(GMT+01:00) Dublin', NULL),
(855, 'V', 'de', '(GMT+01:00) Dublin', NULL),
(855, 'V', 'el', '(GMT+01:00) Dublin', NULL),
(855, 'V', 'en', '(GMT+01:00) Dublin', NULL),
(855, 'V', 'es', '(GMT+01:00) Dublin', NULL),
(855, 'V', 'fr', '(GMT+01:00) Dublin', NULL),
(855, 'V', 'it', '(GMT+01:00) Dublin', NULL),
(855, 'V', 'nl', '(GMT+01:00) Dublin', NULL),
(855, 'V', 'no', '(GMT+01:00) Dublin', NULL),
(855, 'V', 'pt', '(GMT+01:00) Dublin', NULL),
(855, 'V', 'ro', '(GMT+01:00) Dublin', NULL),
(855, 'V', 'ru', '(GMT+01:00) Dublin', NULL),
(856, 'V', 'da', '(GMT-11:00) United States Minor Outlying Islands', NULL),
(856, 'V', 'de', '(GMT-11:00) United States Minor Outlying Islands', NULL),
(856, 'V', 'el', '(GMT-11:00) United States Minor Outlying Islands', NULL),
(856, 'V', 'en', '(GMT-11:00) United States Minor Outlying Islands', NULL),
(856, 'V', 'es', '(GMT-11:00) United States Minor Outlying Islands', NULL),
(856, 'V', 'fr', '(GMT-11:00) United States Minor Outlying Islands', NULL),
(856, 'V', 'it', '(GMT-11:00) United States Minor Outlying Islands', NULL),
(856, 'V', 'nl', '(GMT-11:00) United States Minor Outlying Islands', NULL),
(856, 'V', 'no', '(GMT-11:00) United States Minor Outlying Islands', NULL),
(856, 'V', 'pt', '(GMT-11:00) United States Minor Outlying Islands', NULL),
(856, 'V', 'ro', '(GMT-11:00) United States Minor Outlying Islands', NULL),
(856, 'V', 'ru', '(GMT-11:00) United States Minor Outlying Islands', NULL),
(857, 'V', 'da', '(GMT+06:00) Urumqi', NULL),
(857, 'V', 'de', '(GMT+06:00) Urumqi', NULL),
(857, 'V', 'el', '(GMT+06:00) Urumqi', NULL),
(857, 'V', 'en', '(GMT+06:00) Urumqi', NULL),
(857, 'V', 'es', '(GMT+06:00) Urumqi', NULL),
(857, 'V', 'fr', '(GMT+06:00) Urumqi', NULL),
(857, 'V', 'it', '(GMT+06:00) Urumqi', NULL),
(857, 'V', 'nl', '(GMT+06:00) Urumqi', NULL),
(857, 'V', 'no', '(GMT+06:00) Urumqi', NULL),
(857, 'V', 'pt', '(GMT+06:00) Urumqi', NULL),
(857, 'V', 'ro', '(GMT+06:00) Urumqi', NULL),
(857, 'V', 'ru', '(GMT+06:00) Urumqi', NULL),
(858, 'V', 'en', 'Do not display', NULL),
(858, 'V', 'pt', 'Do not display', NULL),
(859, 'V', 'en', '1', NULL),
(859, 'V', 'pt', '1', NULL),
(860, 'V', 'en', '2', NULL),
(860, 'V', 'pt', '2', NULL),
(861, 'V', 'en', '3', NULL),
(861, 'V', 'pt', '3', NULL),
(862, 'V', 'en', '4', NULL),
(862, 'V', 'pt', '4', NULL),
(863, 'V', 'en', '5', NULL),
(863, 'V', 'pt', '5', NULL),
(977, 'V', 'da', 'km', NULL),
(977, 'V', 'de', 'km', NULL),
(977, 'V', 'el', 'km', NULL),
(977, 'V', 'en', 'km', NULL),
(977, 'V', 'es', 'km', NULL),
(977, 'V', 'fr', 'km', NULL),
(977, 'V', 'it', 'km', NULL),
(977, 'V', 'nl', 'km', NULL),
(977, 'V', 'no', 'km', NULL),
(977, 'V', 'pt', 'km', NULL),
(977, 'V', 'ro', 'km', NULL),
(977, 'V', 'ru', 'км', NULL),
(978, 'V', 'da', 'mi', NULL),
(978, 'V', 'de', 'mi', NULL),
(978, 'V', 'el', 'mi', NULL),
(978, 'V', 'en', 'mi', NULL),
(978, 'V', 'es', 'ml', NULL),
(978, 'V', 'fr', 'mi', NULL),
(978, 'V', 'it', 'mi', NULL),
(978, 'V', 'nl', 'mi', NULL),
(978, 'V', 'no', 'mi', NULL),
(978, 'V', 'pt', 'mi', NULL),
(978, 'V', 'ro', 'mi', NULL),
(978, 'V', 'ru', 'mi.', NULL),
(979, 'V', 'da', 'Todos', NULL),
(979, 'V', 'de', 'All', NULL),
(979, 'V', 'el', 'Όλα', NULL),
(979, 'V', 'en', 'All', NULL),
(979, 'V', 'es', 'Todos', NULL),
(979, 'V', 'fr', 'All', NULL),
(979, 'V', 'it', 'All', NULL),
(979, 'V', 'nl', 'Alle', NULL),
(979, 'V', 'no', 'All', NULL),
(979, 'V', 'pt', 'Todos', NULL),
(979, 'V', 'ro', 'All', NULL),
(979, 'V', 'ru', 'Все', NULL),
(980, 'V', 'da', 'Da cidade do cliente', NULL),
(980, 'V', 'de', 'From customer\'s city', NULL),
(980, 'V', 'el', 'Από την πόλη του πελάτη', NULL),
(980, 'V', 'en', 'From customer\'s city', NULL),
(980, 'V', 'es', 'Desde la ciudad del cliente', NULL),
(980, 'V', 'fr', 'From customer\'s city', NULL),
(980, 'V', 'it', 'From customer\'s city', NULL),
(980, 'V', 'nl', 'From customer\'s city', NULL),
(980, 'V', 'no', 'From customer\'s city', NULL),
(980, 'V', 'pt', 'Da cidade do cliente', NULL),
(980, 'V', 'ro', 'From customer\'s city', NULL),
(980, 'V', 'ru', 'Из города покупателя', NULL),
(981, 'V', 'da', 'Do país do cliente', NULL),
(981, 'V', 'de', 'From customer\'s country', NULL),
(981, 'V', 'el', 'Από τη χώρα του πελάτη', NULL),
(981, 'V', 'en', 'From customer\'s country', NULL),
(981, 'V', 'es', 'Desde el país del cliente', NULL),
(981, 'V', 'fr', 'From customer\'s country', NULL),
(981, 'V', 'it', 'From customer\'s country', NULL),
(981, 'V', 'nl', 'From customer\'s country', NULL),
(981, 'V', 'no', 'From customer\'s country', NULL),
(981, 'V', 'pt', 'Do país do cliente', NULL),
(981, 'V', 'ro', 'From customer\'s country', NULL),
(981, 'V', 'ru', 'Из страны покупателя', NULL),
(1000, 'O', 'da', 'Fornecedores por página', NULL),
(1000, 'O', 'de', 'Verkäufer pro Seite', NULL),
(1000, 'O', 'el', 'Πωλητές ανά σελίδα', NULL),
(1000, 'O', 'en', 'Vendors per page', NULL),
(1000, 'O', 'es', 'Vendedores por página', NULL),
(1000, 'O', 'fr', 'Vendeurs par page', NULL),
(1000, 'O', 'it', 'Vendors per pagina', NULL),
(1000, 'O', 'nl', 'Verkopers per pagina', NULL),
(1000, 'O', 'no', 'Forhandlere per side', NULL),
(1000, 'O', 'pt', 'Fornecedores por página', NULL),
(1000, 'O', 'ro', 'Furnizori pe pagină', NULL),
(1000, 'O', 'ru', 'Продавцов на страницу', ''),
(1001, 'O', 'da', 'Permite que os usuários se aplicam para conta de fornecedor', NULL),
(1001, 'O', 'de', 'Benutzer erlauben, ein Verkäuferkonto anzumelden', NULL),
(1001, 'O', 'el', 'Επιτρέψτε στους χρήστες να υποβάλουν αίτηση για λογαριασμό πωλητή', NULL),
(1001, 'O', 'en', 'Allow users to apply for vendor account', NULL),
(1001, 'O', 'es', 'Permite a los usuarios solicitar la cuenta de proveedor', NULL),
(1001, 'O', 'fr', 'Permettre aux utilisateurs d\'appliquer pour compte de vendeur', NULL),
(1001, 'O', 'it', 'Consentire a utenti di fare domand per un conto vendor', NULL),
(1001, 'O', 'nl', 'Gebruikers mogen een aanvraag indien om verkoper te worden', NULL),
(1001, 'O', 'no', 'Tillat brukere å søke om forhandlerkonto', NULL),
(1001, 'O', 'pt', 'Permite que os usuários se aplicam para conta de fornecedor', NULL),
(1001, 'O', 'ro', 'Permite utilizatorilor să aplice pentru contul de furnizor', NULL),
(1001, 'O', 'ru', 'Позволить пользователю создать учетную запись продавца', ''),
(1002, 'O', 'da', 'Cria automaticamente uma conta de administrador para o novo fornecedor aprovado. (Se a configuração  \"permitir que usuários se aplicam para conta de fornecedor\" estiver habilitada)', NULL),
(1002, 'O', 'de', 'Automatisch ein Administrator-Konto für neu genehmigte Verkäufer erstellen. (Wenn die Option \"Benutzer erlauben, ein Verkäuferkonto anzumelden\" aktiviert ist)', NULL),
(1002, 'O', 'el', 'Αυτοματη δημιουργία του λογαριασμου διαχειριστή για τον νέο εγκεκριμένο πωλητή. (Εφοσον η ρυθμιση \"επιτρέπεται στους χρήστες να υποβάλουν αίτηση για λογαριασμό πωλητή\"  είναι ενεργοποιημένη)', NULL),
(1002, 'O', 'en', 'Automatically create the administrator account for the new approved vendor. (If the \"Allow users to apply for vendor account\" setting is enabled)', NULL),
(1002, 'O', 'es', 'Crea automáticamente la cuenta de administrador para el nuevo proveedor aprobado. (Si la configuración \"Permitir a los usuarios solicitar la cuenta del proveedor\" está habilitada)', NULL),
(1002, 'O', 'fr', 'Creer automatiquement le compte d\'administrateur pour le nouveau vendeur. (Si le \'\'Allow users to apply for vendor account\'\') est active', NULL),
(1002, 'O', 'it', 'Creare automaticamente un conto amministratore per nuovo vendor approvato (se \"consentire a utenti di fare domand per un conto vendor\" è attivato)', NULL),
(1002, 'O', 'nl', 'Maak automatisch een beheerders-account aan voor een nieuwe verkoper. (indien \"Gebruikers mogen een aanvraag indien om verkoper te worden\" is ingeschakeld)', NULL),
(1002, 'O', 'no', 'Automatisk opprett administratorkontoen for nye godkjente forhandlere. (Hvis \"Tillat brukere å søke for forhandlerkonto\" er aktivert)', NULL),
(1002, 'O', 'pt', 'Cria automaticamente uma conta de administrador para o novo fornecedor aprovado. (Se a configuração  \"permitir que usuários se aplicam para conta de fornecedor\" estiver habilitada)', NULL),
(1002, 'O', 'ro', 'Creați automat contul de administrator pentru noul furnizor aprobat. (Dacă setarea \"Permite utilizatorilor să aplice pentru contul furnizor\" este activat)', NULL),
(1002, 'O', 'ru', 'Автоматически создавать учетную запись администратора для нового подтвержденного продавца. (Если включена настройка \"Позволить пользователю создать учетную запись продавца\")', ''),
(1003, 'O', 'ru', 'Заполнить форму для получения учетной записи продавца', ''),
(1004, 'O', 'ru', 'Включать цену доставки в комиссию продавца', ''),
(1005, 'O', 'ru', 'Принимать доплату от способа оплаты с продавцов', ''),
(1007, 'O', 'da', 'Exibir fornecedor do produto', NULL),
(1007, 'O', 'de', 'Artikel des Verkäufers anzeigen', NULL),
(1007, 'O', 'el', 'Προβολή Πωλητή Προϊόντος', NULL),
(1007, 'O', 'en', 'Display product vendor', NULL),
(1007, 'O', 'es', 'Muestra el vendedor de producto', NULL),
(1007, 'O', 'fr', 'Afficher le produit de vendeur', NULL),
(1007, 'O', 'it', 'Mostrare prodotti dei vendors', NULL),
(1007, 'O', 'nl', 'Toon product verkoper', NULL),
(1007, 'O', 'no', 'Vis produkt forhandler', NULL),
(1007, 'O', 'pt', 'Exibir fornecedor do produto', NULL),
(1007, 'O', 'ro', 'Afișează produsele furnizorului', NULL),
(1007, 'O', 'ru', 'Отображать продавца на странице продукта', NULL),
(1008, 'O', 'da', 'Permitir que fornecedores editem layouts', NULL),
(1008, 'O', 'de', 'Allow vendors to edit layouts', NULL),
(1008, 'O', 'el', 'Να επιτρέπεται στους πωλητές να επεξεργάζονται τις διατάξεις', NULL),
(1008, 'O', 'en', 'Allow vendors to edit layouts', NULL),
(1008, 'O', 'es', 'Permite a los vendedores editar los diseños', NULL),
(1008, 'O', 'fr', 'Allow vendors to edit layouts', NULL),
(1008, 'O', 'it', 'Allow vendors to edit layouts', NULL),
(1008, 'O', 'nl', 'Sta leveranciers toe lay-outs te bewerken', NULL),
(1008, 'O', 'no', 'Tillat forhandlere å redigere layout', NULL),
(1008, 'O', 'pt', 'Permitir que fornecedores editem layouts', NULL),
(1008, 'O', 'ro', 'Allow vendors to edit layouts', NULL),
(1008, 'O', 'ru', 'Разрешить продавцам редактировать макеты', NULL),
(1009, 'O', 'da', 'Permitir que fornecedores gerenciem estilos do tema', NULL),
(1009, 'O', 'de', 'Allow vendors to manage styles of the theme', NULL),
(1009, 'O', 'el', 'Να επιτρέπεται στους πωλητές να διαχειριστούν το στυλ του θέματος', NULL),
(1009, 'O', 'en', 'Allow vendors to manage styles of the theme', NULL),
(1009, 'O', 'es', 'Permite a los vendedores gestionar estilos diferentes del tema', NULL),
(1009, 'O', 'fr', 'Allow vendors to manage styles of the theme', NULL),
(1009, 'O', 'it', 'Allow vendors to manage styles of the theme', NULL),
(1009, 'O', 'nl', 'Sta leveranciers toe stijlen van het thema te beheren', NULL),
(1009, 'O', 'no', 'Tillat forhandlere å administrere stiler i malen', NULL),
(1009, 'O', 'pt', 'Permitir que fornecedores gerenciem estilos do tema', NULL),
(1009, 'O', 'ro', 'Allow vendors to manage styles of the theme', NULL),
(1009, 'O', 'ru', 'Разрешить продавцам редактировать стили', NULL),
(1010, 'O', 'da', 'Enviar e-mails dos fornecedores através dos endereços de e-mail do marketplace', NULL),
(1010, 'O', 'de', 'Send vendor emails from marketplace email addresses', NULL),
(1010, 'O', 'el', 'Αποστολή email στον πωλητη από διευθύνσεις ηλεκτρονικού ταχυδρομείου του marketplace', NULL),
(1010, 'O', 'en', 'Send vendor emails from marketplace email addresses', NULL),
(1010, 'O', 'es', 'Enviar correos electrónicos de los vendedores desde las direcciones de correo electrónico de las empresas', NULL),
(1010, 'O', 'fr', 'Envoyez des emails aux vendeurs depuis leurs adresses mail du marché', NULL),
(1010, 'O', 'it', 'Send vendor emails from marketplace email addresses', NULL),
(1010, 'O', 'nl', 'Verzend e-mails van leveranciers vanuit e-mailadressen van marktplaats', NULL),
(1010, 'O', 'no', 'Send forhandler e-post fra markedsplassens e-postadresse', NULL),
(1010, 'O', 'pt', 'Enviar e-mails dos fornecedores através dos endereços de e-mail do marketplace', NULL),
(1010, 'O', 'ro', 'Trimite email-uri furnizorului la adresele de e-mail a marketplace', NULL),
(1010, 'O', 'ru', 'Отправлять письма продавцов с общего почтового адреса маркета', NULL),
(1287, 'V', 'da', '0,9 (nem alguns humanos conseguem passar)', NULL),
(1287, 'V', 'en', '0.9 (even some humans can\'t pass)', NULL),
(1287, 'V', 'pt', '0,9 (nem alguns humanos conseguem passar)', NULL),
(1288, 'V', 'da', '0,8', NULL),
(1288, 'V', 'en', '0.8', NULL),
(1288, 'V', 'pt', '0,8', NULL),
(1289, 'V', 'da', '0,7', NULL),
(1289, 'V', 'en', '0.7', NULL),
(1289, 'V', 'pt', '0,7', NULL),
(1290, 'V', 'da', '0,6', NULL),
(1290, 'V', 'en', '0.6', NULL),
(1290, 'V', 'pt', '0,6', NULL),
(1291, 'V', 'da', '0,5 (valor recomendado)', NULL),
(1291, 'V', 'en', '0.5 (recommended value)', NULL),
(1291, 'V', 'pt', '0,5 (valor recomendado)', NULL),
(1292, 'V', 'da', '0,4', NULL),
(1292, 'V', 'en', '0.4', NULL),
(1292, 'V', 'pt', '0,4', NULL),
(1293, 'V', 'da', '0,3', NULL),
(1293, 'V', 'en', '0.3', NULL),
(1293, 'V', 'pt', '0,3', NULL),
(1294, 'V', 'da', '0,2', NULL),
(1294, 'V', 'en', '0.2', NULL),
(1294, 'V', 'pt', '0,2', NULL),
(1295, 'V', 'da', '0,1 (robôs são bem-vindos)', NULL),
(1295, 'V', 'en', '0.1 (bots are welcome)', NULL),
(1295, 'V', 'pt', '0,1 (robôs são bem-vindos)', NULL),
(1296, 'V', 'da', 'Simultâneo', NULL),
(1296, 'V', 'en', 'Simultaneous', NULL),
(1296, 'V', 'pt', 'Simultâneo', NULL),
(1297, 'V', 'da', 'Sequencial', NULL),
(1297, 'V', 'en', 'Sequential', NULL),
(1297, 'V', 'pt', 'Sequencial', NULL),
(1298, 'V', 'da', 'Proibido', NULL),
(1298, 'V', 'en', 'Forbidden', NULL),
(1298, 'V', 'pt', 'Proibido', NULL),
(1299, 'V', 'da', 'Permitido', NULL),
(1299, 'V', 'en', 'Allowed', NULL),
(1299, 'V', 'pt', 'Permitido', NULL),
(1300, 'V', 'da', 'Não permitir que clientes adicionem o produto ao carrinho', NULL),
(1300, 'V', 'en', 'Do not allow customers to add the product to cart', NULL),
(1300, 'V', 'pt', 'Não permitir que clientes adicionem o produto ao carrinho', NULL),
(1301, 'V', 'da', 'Permitir que clientes adicionem o produto ao carrinho', NULL),
(1301, 'V', 'en', 'Allow customers to add the product to cart', NULL),
(1301, 'V', 'pt', 'Permitir que clientes adicionem o produto ao carrinho', NULL),
(1302, 'V', 'da', 'Perguntar o preço ao cliente', NULL),
(1302, 'V', 'en', 'Ask customer to enter the price', NULL),
(1302, 'V', 'pt', 'Perguntar o preço ao cliente', NULL),
(1303, 'V', 'da', 'Isn\'t required', NULL),
(1303, 'V', 'de', 'Isn\'t required', ''),
(1303, 'V', 'el', 'Isn\'t required', ''),
(1303, 'V', 'en', 'Isn\'t required', NULL),
(1303, 'V', 'es', 'Isn\'t required', ''),
(1303, 'V', 'fr', 'Isn\'t required', ''),
(1303, 'V', 'it', 'Isn\'t required', ''),
(1303, 'V', 'nl', 'Isn\'t required', ''),
(1303, 'V', 'no', 'Isn\'t required', ''),
(1303, 'V', 'pt', 'Isn\'t required', NULL),
(1303, 'V', 'ro', 'Isn\'t required', ''),
(1303, 'V', 'ru', 'Isn\'t required', ''),
(1304, 'V', 'da', 'Required for all vendors', NULL),
(1304, 'V', 'de', 'Required for all vendors', ''),
(1304, 'V', 'el', 'Required for all vendors', ''),
(1304, 'V', 'en', 'Required for all vendors', NULL),
(1304, 'V', 'es', 'Required for all vendors', ''),
(1304, 'V', 'fr', 'Required for all vendors', ''),
(1304, 'V', 'it', 'Required for all vendors', ''),
(1304, 'V', 'nl', 'Required for all vendors', ''),
(1304, 'V', 'no', 'Required for all vendors', ''),
(1304, 'V', 'pt', 'Required for all vendors', NULL),
(1304, 'V', 'ro', 'Required for all vendors', ''),
(1304, 'V', 'ru', 'Required for all vendors', ''),
(1305, 'V', 'da', 'USA', NULL),
(1305, 'V', 'de', 'USA', NULL),
(1305, 'V', 'el', 'USA', NULL),
(1305, 'V', 'en', 'USA', NULL),
(1305, 'V', 'es', 'USA', NULL),
(1305, 'V', 'fr', 'USA', NULL),
(1305, 'V', 'it', 'USA', NULL),
(1305, 'V', 'nl', 'USA', NULL),
(1305, 'V', 'no', 'USA', NULL),
(1305, 'V', 'pt', 'EUA', NULL),
(1305, 'V', 'ro', 'USA', NULL),
(1305, 'V', 'ru', 'США', NULL),
(1322, 'V', 'da', 'Any customer', NULL),
(1322, 'V', 'de', 'Any customer', NULL),
(1322, 'V', 'el', 'Οποιοσδήποτε πελάτης', NULL),
(1322, 'V', 'en', 'Any customer', NULL),
(1322, 'V', 'es', 'Cualquier cliente', NULL),
(1322, 'V', 'fr', 'Any customer', NULL),
(1322, 'V', 'it', 'Any customer', NULL),
(1322, 'V', 'nl', 'Any customer', NULL),
(1322, 'V', 'no', 'Any customer', NULL),
(1322, 'V', 'pt', 'Qualquer cliente', NULL),
(1322, 'V', 'ro', 'Any customer', NULL),
(1322, 'V', 'ru', 'от всех покупателей', NULL),
(1323, 'V', 'da', 'Only anonymous customers', NULL),
(1323, 'V', 'de', 'Only anonymous customers', NULL),
(1323, 'V', 'el', 'Μόνο μη καταχωρημένοι πελάτες', NULL),
(1323, 'V', 'en', 'Only anonymous customers', NULL),
(1323, 'V', 'es', 'Sólo los clientes anónimos', NULL),
(1323, 'V', 'fr', 'Only anonymous customers', NULL),
(1323, 'V', 'it', 'Only anonymous customers', NULL),
(1323, 'V', 'nl', 'Only anonymous customers', NULL),
(1323, 'V', 'no', 'Only anonymous customers', NULL),
(1323, 'V', 'pt', 'Apenas os clientes anônimos', NULL),
(1323, 'V', 'ro', 'Only anonymous customers', NULL),
(1323, 'V', 'ru', 'от анонимных покупателей', NULL),
(1324, 'V', 'da', 'No approval needed', NULL),
(1324, 'V', 'de', 'No approval needed', NULL),
(1324, 'V', 'el', 'Δεν απαιτείται έγκριση', NULL),
(1324, 'V', 'en', 'No approval needed', NULL),
(1324, 'V', 'es', 'No se requiere aprobación', NULL),
(1324, 'V', 'fr', 'No approval needed', NULL),
(1324, 'V', 'it', 'No approval needed', NULL),
(1324, 'V', 'nl', 'No approval needed', NULL),
(1324, 'V', 'no', 'No approval needed', NULL),
(1324, 'V', 'pt', 'Nenhuma aprovação necessária', NULL),
(1324, 'V', 'ro', 'No approval needed', NULL),
(1324, 'V', 'ru', 'не требуется', NULL),
(1325, 'V', 'da', 'Comment with advantages and disadvantages', NULL),
(1325, 'V', 'de', 'Comment with advantages and disadvantages', NULL),
(1325, 'V', 'el', 'Σχολια με πλεονεκτήματα και μειονεκτήματα', NULL),
(1325, 'V', 'en', 'Comment with advantages and disadvantages', NULL),
(1325, 'V', 'es', 'Comentario con ventajas y desventajas', NULL),
(1325, 'V', 'fr', 'Comment with advantages and disadvantages', NULL),
(1325, 'V', 'it', 'Comment with advantages and disadvantages', NULL),
(1325, 'V', 'nl', 'Comment with advantages and disadvantages', NULL),
(1325, 'V', 'no', 'Comment with advantages and disadvantages', NULL),
(1325, 'V', 'pt', 'Comentar as vantagens e desvantagens', NULL),
(1325, 'V', 'ro', 'Comment with advantages and disadvantages', NULL),
(1325, 'V', 'ru', 'Комментарий с преимуществами и недостатками', NULL),
(1326, 'V', 'da', 'Only comment', NULL),
(1326, 'V', 'de', 'Only comment', NULL),
(1326, 'V', 'el', 'Μόνο Σχόλεια', NULL),
(1326, 'V', 'en', 'Only comment', NULL),
(1326, 'V', 'es', 'Sólo comentarios', NULL),
(1326, 'V', 'fr', 'Only comment', NULL),
(1326, 'V', 'it', 'Only comment', NULL),
(1326, 'V', 'nl', 'Only comment', NULL),
(1326, 'V', 'no', 'Only comment', NULL),
(1326, 'V', 'pt', 'Somente comenário', NULL),
(1326, 'V', 'ro', 'Only comment', NULL),
(1326, 'V', 'ru', 'Только комментарий', NULL),
(1327, 'V', 'da', 'None', NULL),
(1327, 'V', 'de', 'None', NULL),
(1327, 'V', 'el', 'κανενα', NULL),
(1327, 'V', 'en', 'None', NULL),
(1327, 'V', 'es', 'Ninguno', NULL),
(1327, 'V', 'fr', 'None', NULL),
(1327, 'V', 'it', 'Nessuno', NULL),
(1327, 'V', 'nl', 'None', NULL),
(1327, 'V', 'no', 'None', NULL),
(1327, 'V', 'pt', 'Nenhum', NULL),
(1327, 'V', 'ro', 'None', NULL),
(1327, 'V', 'ru', 'Не спрашивать', NULL),
(1328, 'V', 'da', 'Country', NULL),
(1328, 'V', 'de', 'Country', NULL),
(1328, 'V', 'el', 'Χώρα', NULL),
(1328, 'V', 'en', 'Country', NULL),
(1328, 'V', 'es', 'País', NULL),
(1328, 'V', 'fr', 'Country', NULL),
(1328, 'V', 'it', 'Country', NULL),
(1328, 'V', 'nl', 'Country', NULL),
(1328, 'V', 'no', 'Country', NULL),
(1328, 'V', 'pt', 'País', NULL),
(1328, 'V', 'ro', 'Country', NULL),
(1328, 'V', 'ru', 'Страна', NULL),
(1329, 'V', 'da', 'City', NULL),
(1329, 'V', 'de', 'City', NULL),
(1329, 'V', 'el', 'Πόλη', NULL),
(1329, 'V', 'en', 'City', NULL),
(1329, 'V', 'es', 'Ciudad', NULL),
(1329, 'V', 'fr', 'City', NULL),
(1329, 'V', 'it', 'City', NULL),
(1329, 'V', 'nl', 'City', NULL),
(1329, 'V', 'no', 'City', NULL),
(1329, 'V', 'pt', 'Cidade', NULL),
(1329, 'V', 'ro', 'City', NULL),
(1329, 'V', 'ru', 'Город', NULL),
(1360, 'V', 'da', 'Homologação', ''),
(1360, 'V', 'de', 'Homologação', ''),
(1360, 'V', 'el', 'Homologação', ''),
(1360, 'V', 'en', 'Homologação', ''),
(1360, 'V', 'es', 'Homologação', ''),
(1360, 'V', 'fr', 'Homologação', ''),
(1360, 'V', 'it', 'Homologação', ''),
(1360, 'V', 'nl', 'Homologação', ''),
(1360, 'V', 'no', 'Homologação', ''),
(1360, 'V', 'pt', 'Homologação', ''),
(1360, 'V', 'ro', 'Homologação', ''),
(1360, 'V', 'ru', 'Homologação', ''),
(1361, 'V', 'da', 'Produção', ''),
(1361, 'V', 'de', 'Produção', ''),
(1361, 'V', 'el', 'Produção', ''),
(1361, 'V', 'en', 'Produção', ''),
(1361, 'V', 'es', 'Produção', ''),
(1361, 'V', 'fr', 'Produção', ''),
(1361, 'V', 'it', 'Produção', ''),
(1361, 'V', 'nl', 'Produção', ''),
(1361, 'V', 'no', 'Produção', ''),
(1361, 'V', 'pt', 'Produção', ''),
(1361, 'V', 'ro', 'Produção', ''),
(1361, 'V', 'ru', 'Produção', ''),
(1378, 'V', 'da', '1 row', NULL),
(1378, 'V', 'de', '1 row', NULL),
(1378, 'V', 'el', '1 row', NULL),
(1378, 'V', 'en', '1 row', NULL),
(1378, 'V', 'es', '1 row', NULL),
(1378, 'V', 'fr', '1 row', NULL),
(1378, 'V', 'it', '1 row', NULL),
(1378, 'V', 'nl', '1 row', NULL),
(1378, 'V', 'no', '1 row', NULL),
(1378, 'V', 'pt', '1 row', NULL),
(1378, 'V', 'ro', '1 row', NULL),
(1378, 'V', 'ru', '1 row', NULL),
(1379, 'V', 'da', '2 rows', NULL),
(1379, 'V', 'de', '2 rows', NULL),
(1379, 'V', 'el', '2 rows', NULL),
(1379, 'V', 'en', '2 rows', NULL),
(1379, 'V', 'es', '2 rows', NULL),
(1379, 'V', 'fr', '2 rows', NULL),
(1379, 'V', 'it', '2 rows', NULL),
(1379, 'V', 'nl', '2 rows', NULL),
(1379, 'V', 'no', '2 rows', NULL),
(1379, 'V', 'pt', '2 rows', NULL),
(1379, 'V', 'ro', '2 rows', NULL),
(1379, 'V', 'ru', '2 rows', NULL),
(1380, 'V', 'da', '3 rows', NULL),
(1380, 'V', 'de', '3 rows', NULL),
(1380, 'V', 'el', '3 rows', NULL),
(1380, 'V', 'en', '3 rows', NULL),
(1380, 'V', 'es', '3 rows', NULL),
(1380, 'V', 'fr', '3 rows', NULL),
(1380, 'V', 'it', '3 rows', NULL);
INSERT INTO `partiushop_settings_descriptions` (`object_id`, `object_type`, `lang_code`, `value`, `tooltip`) VALUES
(1380, 'V', 'nl', '3 rows', NULL),
(1380, 'V', 'no', '3 rows', NULL),
(1380, 'V', 'pt', '3 rows', NULL),
(1380, 'V', 'ro', '3 rows', NULL),
(1380, 'V', 'ru', '3 rows', NULL),
(1381, 'V', 'da', 'Right', NULL),
(1381, 'V', 'de', 'Right', NULL),
(1381, 'V', 'el', 'Right', NULL),
(1381, 'V', 'en', 'Right', NULL),
(1381, 'V', 'es', 'Right', NULL),
(1381, 'V', 'fr', 'Right', NULL),
(1381, 'V', 'it', 'Right', NULL),
(1381, 'V', 'nl', 'Right', NULL),
(1381, 'V', 'no', 'Right', NULL),
(1381, 'V', 'pt', 'Right', NULL),
(1381, 'V', 'ro', 'Right', NULL),
(1381, 'V', 'ru', 'Right', NULL),
(1382, 'V', 'da', 'Left', NULL),
(1382, 'V', 'de', 'Left', NULL),
(1382, 'V', 'el', 'Left', NULL),
(1382, 'V', 'en', 'Left', NULL),
(1382, 'V', 'es', 'Left', NULL),
(1382, 'V', 'fr', 'Left', NULL),
(1382, 'V', 'it', 'Left', NULL),
(1382, 'V', 'nl', 'Left', NULL),
(1382, 'V', 'no', 'Left', NULL),
(1382, 'V', 'pt', 'Left', NULL),
(1382, 'V', 'ro', 'Left', NULL),
(1382, 'V', 'ru', 'Left', NULL),
(1383, 'V', 'da', 'Off', NULL),
(1383, 'V', 'de', 'Off', NULL),
(1383, 'V', 'el', 'Off', NULL),
(1383, 'V', 'en', 'Off', NULL),
(1383, 'V', 'es', 'Off', NULL),
(1383, 'V', 'fr', 'Off', NULL),
(1383, 'V', 'it', 'Off', NULL),
(1383, 'V', 'nl', 'Off', NULL),
(1383, 'V', 'no', 'Off', NULL),
(1383, 'V', 'pt', 'Off', NULL),
(1383, 'V', 'ro', 'Off', NULL),
(1383, 'V', 'ru', 'Off', NULL),
(1384, 'V', 'da', 'Image', NULL),
(1384, 'V', 'de', 'Image', NULL),
(1384, 'V', 'el', 'Image', NULL),
(1384, 'V', 'en', 'Image', NULL),
(1384, 'V', 'es', 'Image', NULL),
(1384, 'V', 'fr', 'Image', NULL),
(1384, 'V', 'it', 'Image', NULL),
(1384, 'V', 'nl', 'Image', NULL),
(1384, 'V', 'no', 'Image', NULL),
(1384, 'V', 'pt', 'Image', NULL),
(1384, 'V', 'ro', 'Image', NULL),
(1384, 'V', 'ru', 'Image', NULL),
(1385, 'V', 'da', 'Text', NULL),
(1385, 'V', 'de', 'Text', NULL),
(1385, 'V', 'el', 'Text', NULL),
(1385, 'V', 'en', 'Text', NULL),
(1385, 'V', 'es', 'Text', NULL),
(1385, 'V', 'fr', 'Text', NULL),
(1385, 'V', 'it', 'Text', NULL),
(1385, 'V', 'nl', 'Text', NULL),
(1385, 'V', 'no', 'Text', NULL),
(1385, 'V', 'pt', 'Text', NULL),
(1385, 'V', 'ro', 'Text', NULL),
(1385, 'V', 'ru', 'Text', NULL),
(1386, 'V', 'da', 'Horizontal', NULL),
(1386, 'V', 'de', 'Horizontal', NULL),
(1386, 'V', 'el', 'Horizontal', NULL),
(1386, 'V', 'en', 'Horizontal', NULL),
(1386, 'V', 'es', 'Horizontal', NULL),
(1386, 'V', 'fr', 'Horizontal', NULL),
(1386, 'V', 'it', 'Horizontal', NULL),
(1386, 'V', 'nl', 'Horizontal', NULL),
(1386, 'V', 'no', 'Horizontal', NULL),
(1386, 'V', 'pt', 'Horizontal', NULL),
(1386, 'V', 'ro', 'Horizontal', NULL),
(1386, 'V', 'ru', 'Horizontal', NULL),
(1387, 'V', 'da', 'Vertical', NULL),
(1387, 'V', 'de', 'Vertical', NULL),
(1387, 'V', 'el', 'Vertical', NULL),
(1387, 'V', 'en', 'Vertical', NULL),
(1387, 'V', 'es', 'Vertical', NULL),
(1387, 'V', 'fr', 'Vertical', NULL),
(1387, 'V', 'it', 'Vertical', NULL),
(1387, 'V', 'nl', 'Vertical', NULL),
(1387, 'V', 'no', 'Vertical', NULL),
(1387, 'V', 'pt', 'Vertical', NULL),
(1387, 'V', 'ro', 'Vertical', NULL),
(1387, 'V', 'ru', 'Vertical', NULL),
(1388, 'V', 'da', 'Collapsed', NULL),
(1388, 'V', 'de', 'Collapsed', NULL),
(1388, 'V', 'el', 'Collapsed', NULL),
(1388, 'V', 'en', 'Collapsed', NULL),
(1388, 'V', 'es', 'Collapsed', NULL),
(1388, 'V', 'fr', 'Collapsed', NULL),
(1388, 'V', 'it', 'Collapsed', NULL),
(1388, 'V', 'nl', 'Collapsed', NULL),
(1388, 'V', 'no', 'Collapsed', NULL),
(1388, 'V', 'pt', 'Collapsed', NULL),
(1388, 'V', 'ro', 'Collapsed', NULL),
(1388, 'V', 'ru', 'Collapsed', NULL),
(1389, 'V', 'da', 'Expanded', NULL),
(1389, 'V', 'de', 'Expanded', NULL),
(1389, 'V', 'el', 'Expanded', NULL),
(1389, 'V', 'en', 'Expanded', NULL),
(1389, 'V', 'es', 'Expanded', NULL),
(1389, 'V', 'fr', 'Expanded', NULL),
(1389, 'V', 'it', 'Expanded', NULL),
(1389, 'V', 'nl', 'Expanded', NULL),
(1389, 'V', 'no', 'Expanded', NULL),
(1389, 'V', 'pt', 'Expanded', NULL),
(1389, 'V', 'ro', 'Expanded', NULL),
(1389, 'V', 'ru', 'Expanded', NULL),
(1390, 'V', 'da', 'Default', NULL),
(1390, 'V', 'de', 'Default', NULL),
(1390, 'V', 'el', 'Default', NULL),
(1390, 'V', 'en', 'Default', NULL),
(1390, 'V', 'es', 'Default', NULL),
(1390, 'V', 'fr', 'Default', NULL),
(1390, 'V', 'it', 'Default', NULL),
(1390, 'V', 'nl', 'Default', NULL),
(1390, 'V', 'no', 'Default', NULL),
(1390, 'V', 'pt', 'Default', NULL),
(1390, 'V', 'ro', 'Default', NULL),
(1390, 'V', 'ru', 'Default', NULL),
(1391, 'V', 'da', 'Traditional', NULL),
(1391, 'V', 'de', 'Traditional', NULL),
(1391, 'V', 'el', 'Traditional', NULL),
(1391, 'V', 'en', 'Traditional', NULL),
(1391, 'V', 'es', 'Traditional', NULL),
(1391, 'V', 'fr', 'Traditional', NULL),
(1391, 'V', 'it', 'Traditional', NULL),
(1391, 'V', 'nl', 'Traditional', NULL),
(1391, 'V', 'no', 'Traditional', NULL),
(1391, 'V', 'pt', 'Traditional', NULL),
(1391, 'V', 'ro', 'Traditional', NULL),
(1391, 'V', 'ru', 'Traditional', NULL),
(1392, 'V', 'da', 'Use Vendor product page (if available)', NULL),
(1392, 'V', 'de', 'Use Vendor product page (if available)', NULL),
(1392, 'V', 'el', 'Use Vendor product page (if available)', NULL),
(1392, 'V', 'en', 'Use Vendor product page (if available)', NULL),
(1392, 'V', 'es', 'Use Vendor product page (if available)', NULL),
(1392, 'V', 'fr', 'Use Vendor product page (if available)', NULL),
(1392, 'V', 'it', 'Use Vendor product page (if available)', NULL),
(1392, 'V', 'nl', 'Use Vendor product page (if available)', NULL),
(1392, 'V', 'no', 'Use Vendor product page (if available)', NULL),
(1392, 'V', 'pt', 'Use Vendor product page (if available)', NULL),
(1392, 'V', 'ro', 'Use Vendor product page (if available)', NULL),
(1392, 'V', 'ru', 'Use Vendor product page (if available)', NULL),
(1393, 'V', 'da', 'Use both Marketplace and Vendor product page (location based)', NULL),
(1393, 'V', 'de', 'Use both Marketplace and Vendor product page (location based)', NULL),
(1393, 'V', 'el', 'Use both Marketplace and Vendor product page (location based)', NULL),
(1393, 'V', 'en', 'Use both Marketplace and Vendor product page (location based)', NULL),
(1393, 'V', 'es', 'Use both Marketplace and Vendor product page (location based)', NULL),
(1393, 'V', 'fr', 'Use both Marketplace and Vendor product page (location based)', NULL),
(1393, 'V', 'it', 'Use both Marketplace and Vendor product page (location based)', NULL),
(1393, 'V', 'nl', 'Use both Marketplace and Vendor product page (location based)', NULL),
(1393, 'V', 'no', 'Use both Marketplace and Vendor product page (location based)', NULL),
(1393, 'V', 'pt', 'Use both Marketplace and Vendor product page (location based)', NULL),
(1393, 'V', 'ro', 'Use both Marketplace and Vendor product page (location based)', NULL),
(1393, 'V', 'ru', 'Use both Marketplace and Vendor product page (location based)', NULL),
(1394, 'V', 'da', 'Vertical', NULL),
(1394, 'V', 'de', 'Vertical', NULL),
(1394, 'V', 'el', 'Vertical', NULL),
(1394, 'V', 'en', 'Vertical', NULL),
(1394, 'V', 'es', 'Vertical', NULL),
(1394, 'V', 'fr', 'Vertical', NULL),
(1394, 'V', 'it', 'Vertical', NULL),
(1394, 'V', 'nl', 'Vertical', NULL),
(1394, 'V', 'no', 'Vertical', NULL),
(1394, 'V', 'pt', 'Vertical', NULL),
(1394, 'V', 'ro', 'Vertical', NULL),
(1394, 'V', 'ru', 'Vertical', NULL),
(1395, 'V', 'da', 'Horizontal', NULL),
(1395, 'V', 'de', 'Horizontal', NULL),
(1395, 'V', 'el', 'Horizontal', NULL),
(1395, 'V', 'en', 'Horizontal', NULL),
(1395, 'V', 'es', 'Horizontal', NULL),
(1395, 'V', 'fr', 'Horizontal', NULL),
(1395, 'V', 'it', 'Horizontal', NULL),
(1395, 'V', 'nl', 'Horizontal', NULL),
(1395, 'V', 'no', 'Horizontal', NULL),
(1395, 'V', 'pt', 'Horizontal', NULL),
(1395, 'V', 'ro', 'Horizontal', NULL),
(1395, 'V', 'ru', 'Horizontal', NULL),
(1396, 'V', 'da', 'Collapsed', NULL),
(1396, 'V', 'de', 'Collapsed', NULL),
(1396, 'V', 'el', 'Collapsed', NULL),
(1396, 'V', 'en', 'Collapsed', NULL),
(1396, 'V', 'es', 'Collapsed', NULL),
(1396, 'V', 'fr', 'Collapsed', NULL),
(1396, 'V', 'it', 'Collapsed', NULL),
(1396, 'V', 'nl', 'Collapsed', NULL),
(1396, 'V', 'no', 'Collapsed', NULL),
(1396, 'V', 'pt', 'Collapsed', NULL),
(1396, 'V', 'ro', 'Collapsed', NULL),
(1396, 'V', 'ru', 'Collapsed', NULL),
(1397, 'V', 'da', 'Expanded', NULL),
(1397, 'V', 'de', 'Expanded', NULL),
(1397, 'V', 'el', 'Expanded', NULL),
(1397, 'V', 'en', 'Expanded', NULL),
(1397, 'V', 'es', 'Expanded', NULL),
(1397, 'V', 'fr', 'Expanded', NULL),
(1397, 'V', 'it', 'Expanded', NULL),
(1397, 'V', 'nl', 'Expanded', NULL),
(1397, 'V', 'no', 'Expanded', NULL),
(1397, 'V', 'pt', 'Expanded', NULL),
(1397, 'V', 'ro', 'Expanded', NULL),
(1397, 'V', 'ru', 'Expanded', NULL),
(1398, 'V', 'da', 'Desenvolvimento', NULL),
(1398, 'V', 'de', 'Desenvolvimento', NULL),
(1398, 'V', 'el', 'Desenvolvimento', NULL),
(1398, 'V', 'en', 'Desenvolvimento', NULL),
(1398, 'V', 'es', 'Desenvolvimento', NULL),
(1398, 'V', 'fr', 'Desenvolvimento', NULL),
(1398, 'V', 'it', 'Desenvolvimento', NULL),
(1398, 'V', 'nl', 'Desenvolvimento', NULL),
(1398, 'V', 'no', 'Desenvolvimento', NULL),
(1398, 'V', 'pt', 'Desenvolvimento', NULL),
(1398, 'V', 'ro', 'Desenvolvimento', NULL),
(1398, 'V', 'ru', 'Desenvolvimento', NULL),
(1399, 'V', 'da', 'Produção', NULL),
(1399, 'V', 'de', 'Produção', NULL),
(1399, 'V', 'el', 'Produção', NULL),
(1399, 'V', 'en', 'Produção', NULL),
(1399, 'V', 'es', 'Produção', NULL),
(1399, 'V', 'fr', 'Produção', NULL),
(1399, 'V', 'it', 'Produção', NULL),
(1399, 'V', 'nl', 'Produção', NULL),
(1399, 'V', 'no', 'Produção', NULL),
(1399, 'V', 'pt', 'Produção', NULL),
(1399, 'V', 'ro', 'Produção', NULL),
(1399, 'V', 'ru', 'Produção', NULL),
(1400, 'V', 'da', 'Todos Eventos', NULL),
(1400, 'V', 'de', 'Todos Eventos', NULL),
(1400, 'V', 'el', 'Todos Eventos', NULL),
(1400, 'V', 'en', 'Todos Eventos', NULL),
(1400, 'V', 'es', 'Todos Eventos', NULL),
(1400, 'V', 'fr', 'Todos Eventos', NULL),
(1400, 'V', 'it', 'Todos Eventos', NULL),
(1400, 'V', 'nl', 'Todos Eventos', NULL),
(1400, 'V', 'no', 'Todos Eventos', NULL),
(1400, 'V', 'pt', 'Todos Eventos', NULL),
(1400, 'V', 'ro', 'Todos Eventos', NULL),
(1400, 'V', 'ru', 'Todos Eventos', NULL),
(1401, 'V', 'da', 'Ultimo Evento', NULL),
(1401, 'V', 'de', 'Ultimo Evento', NULL),
(1401, 'V', 'el', 'Ultimo Evento', NULL),
(1401, 'V', 'en', 'Ultimo Evento', NULL),
(1401, 'V', 'es', 'Ultimo Evento', NULL),
(1401, 'V', 'fr', 'Ultimo Evento', NULL),
(1401, 'V', 'it', 'Ultimo Evento', NULL),
(1401, 'V', 'nl', 'Ultimo Evento', NULL),
(1401, 'V', 'no', 'Ultimo Evento', NULL),
(1401, 'V', 'pt', 'Ultimo Evento', NULL),
(1401, 'V', 'ro', 'Ultimo Evento', NULL),
(1401, 'V', 'ru', 'Ultimo Evento', NULL),
(1402, 'V', 'da', 'Primeiro evento', NULL),
(1402, 'V', 'de', 'Primeiro evento', NULL),
(1402, 'V', 'el', 'Primeiro evento', NULL),
(1402, 'V', 'en', 'Primeiro evento', NULL),
(1402, 'V', 'es', 'Primeiro evento', NULL),
(1402, 'V', 'fr', 'Primeiro evento', NULL),
(1402, 'V', 'it', 'Primeiro evento', NULL),
(1402, 'V', 'nl', 'Primeiro evento', NULL),
(1402, 'V', 'no', 'Primeiro evento', NULL),
(1402, 'V', 'pt', 'Primeiro evento', NULL),
(1402, 'V', 'ro', 'Primeiro evento', NULL),
(1402, 'V', 'ru', 'Primeiro evento', NULL),
(1403, 'V', 'da', 'Desenvolvimento', NULL),
(1403, 'V', 'de', 'Desenvolvimento', NULL),
(1403, 'V', 'el', 'Desenvolvimento', NULL),
(1403, 'V', 'en', 'Desenvolvimento', NULL),
(1403, 'V', 'es', 'Desenvolvimento', NULL),
(1403, 'V', 'fr', 'Desenvolvimento', NULL),
(1403, 'V', 'it', 'Desenvolvimento', NULL),
(1403, 'V', 'nl', 'Desenvolvimento', NULL),
(1403, 'V', 'no', 'Desenvolvimento', NULL),
(1403, 'V', 'pt', 'Desenvolvimento', NULL),
(1403, 'V', 'ro', 'Desenvolvimento', NULL),
(1403, 'V', 'ru', 'Desenvolvimento', NULL),
(1404, 'V', 'da', 'Produção', NULL),
(1404, 'V', 'de', 'Produção', NULL),
(1404, 'V', 'el', 'Produção', NULL),
(1404, 'V', 'en', 'Produção', NULL),
(1404, 'V', 'es', 'Produção', NULL),
(1404, 'V', 'fr', 'Produção', NULL),
(1404, 'V', 'it', 'Produção', NULL),
(1404, 'V', 'nl', 'Produção', NULL),
(1404, 'V', 'no', 'Produção', NULL),
(1404, 'V', 'pt', 'Produção', NULL),
(1404, 'V', 'ro', 'Produção', NULL),
(1404, 'V', 'ru', 'Produção', NULL),
(1405, 'V', 'da', 'Sim', NULL),
(1405, 'V', 'de', 'Sim', NULL),
(1405, 'V', 'el', 'Sim', NULL),
(1405, 'V', 'en', 'Sim', NULL),
(1405, 'V', 'es', 'Sim', NULL),
(1405, 'V', 'fr', 'Sim', NULL),
(1405, 'V', 'it', 'Sim', NULL),
(1405, 'V', 'nl', 'Sim', NULL),
(1405, 'V', 'no', 'Sim', NULL),
(1405, 'V', 'pt', 'Sim', NULL),
(1405, 'V', 'ro', 'Sim', NULL),
(1405, 'V', 'ru', 'Sim', NULL),
(1406, 'V', 'da', 'Não', NULL),
(1406, 'V', 'de', 'Não', NULL),
(1406, 'V', 'el', 'Não', NULL),
(1406, 'V', 'en', 'Não', NULL),
(1406, 'V', 'es', 'Não', NULL),
(1406, 'V', 'fr', 'Não', NULL),
(1406, 'V', 'it', 'Não', NULL),
(1406, 'V', 'nl', 'Não', NULL),
(1406, 'V', 'no', 'Não', NULL),
(1406, 'V', 'pt', 'Não', NULL),
(1406, 'V', 'ro', 'Não', NULL),
(1406, 'V', 'ru', 'Não', NULL),
(1407, 'V', 'da', 'Sim', NULL),
(1407, 'V', 'de', 'Sim', NULL),
(1407, 'V', 'el', 'Sim', NULL),
(1407, 'V', 'en', 'Sim', NULL),
(1407, 'V', 'es', 'Sim', NULL),
(1407, 'V', 'fr', 'Sim', NULL),
(1407, 'V', 'it', 'Sim', NULL),
(1407, 'V', 'nl', 'Sim', NULL),
(1407, 'V', 'no', 'Sim', NULL),
(1407, 'V', 'pt', 'Sim', NULL),
(1407, 'V', 'ro', 'Sim', NULL),
(1407, 'V', 'ru', 'Sim', NULL),
(1408, 'V', 'da', 'Não', NULL),
(1408, 'V', 'de', 'Não', NULL),
(1408, 'V', 'el', 'Não', NULL),
(1408, 'V', 'en', 'Não', NULL),
(1408, 'V', 'es', 'Não', NULL),
(1408, 'V', 'fr', 'Não', NULL),
(1408, 'V', 'it', 'Não', NULL),
(1408, 'V', 'nl', 'Não', NULL),
(1408, 'V', 'no', 'Não', NULL),
(1408, 'V', 'pt', 'Não', NULL),
(1408, 'V', 'ro', 'Não', NULL),
(1408, 'V', 'ru', 'Não', NULL),
(5679, 'O', 'da', 'Considerar todas as imagens enviadas como HiDPI', 'A caixa \"Esta é uma imagem HiDPI\" sempre fica marcada por padrão. Você poderá desmarcá-la quando necessário.'),
(5679, 'O', 'de', 'Consider all uploaded images HiDPI', 'Make the \"I\'m uploading a HiDPI image\" checkboxes ticked by default everywhere where images are uploaded. You\'ll be able to untick those checkboxes when necessary.'),
(5679, 'O', 'el', 'Θεωρήστε HiDPI όλες τις εικόνες που έχουν γίνει upload', 'Κάντε όλα τα πλαίσια ελέγχου με την περιγραφή \"Ανεβάζω μια εικόνα HiDPI\" εξορισμού ενεργοποιημένα, όπου πρόκειται να ανέβει μία εικόνα. Οποιοσδήποτε έχει σκοπό να ανεβάσει μία εικόνα, θα έχει την δυνατότητα να απενεργοποιήσετε τα πλαίσια ελέγχου, όταν είναι απαραίτητο.'),
(5679, 'O', 'en', 'Consider all uploaded images HiDPI', 'Make the \"I\'m uploading a HiDPI image\" checkboxes ticked by default everywhere where images are uploaded. You\'ll be able to untick those checkboxes when necessary.'),
(5679, 'O', 'es', 'Considere todas las imágenes subidas HiDPI', 'Active las casillas de verificación \"Estoy cargando una imagen HiDPI\" de forma predeterminada en todos los lugares donde se cargan las imágenes. Podrás desmarcar esas casillas de verificación cuando sea necesario.'),
(5679, 'O', 'fr', 'Consider all uploaded images HiDPI', 'Make the \"I\'m uploading a HiDPI image\" checkboxes ticked by default everywhere where images are uploaded. You\'ll be able to untick those checkboxes when necessary.'),
(5679, 'O', 'it', 'Consider all uploaded images HiDPI', 'Make the \"I\'m uploading a HiDPI image\" checkboxes ticked by default everywhere where images are uploaded. You\'ll be able to untick those checkboxes when necessary.'),
(5679, 'O', 'nl', 'Beschouw alle geüploade afbeeldingen HiDPI', 'Schakel de selectievakjes \"Ik upload een HiDPI-afbeelding\" standaard overal in waar afbeeldingen worden geüpload. U kunt deze selectievakjes deselecteren indien gewenst.'),
(5679, 'O', 'no', 'Consider all uploaded images HiDPI', 'Make the \"I\'m uploading a HiDPI image\" checkboxes ticked by default everywhere where images are uploaded. You\'ll be able to untick those checkboxes when necessary.'),
(5679, 'O', 'pt', 'Considerar todas as imagens enviadas como HiDPI', 'A caixa \"Esta é uma imagem HiDPI\" sempre fica marcada por padrão. Você poderá desmarcá-la quando necessário.'),
(5679, 'O', 'ro', 'Consider all uploaded images HiDPI', 'Make the \"I\'m uploading a HiDPI image\" checkboxes ticked by default everywhere where images are uploaded. You\'ll be able to untick those checkboxes when necessary.'),
(5679, 'O', 'ru', 'Считать все загруженные изображения HiDPI', 'Проставить галочку \"Я загружаю HiDPI-изображение\" по умолчанию во всех местах, где загружаются изображения. Вы сможете убирать эту галочку вручную там, где нужно.'),
(5680, 'O', 'da', 'Configurações de notificações instantâneas de pagamento', ''),
(5680, 'O', 'de', 'Einstellung für sofortige Zahlungsbenachrichtigungen', ''),
(5680, 'O', 'el', 'Ρυθμίσεις Ειδοποίησης Άμεσης πληρωμής', ''),
(5680, 'O', 'en', 'Instant payment notification settings', ''),
(5680, 'O', 'es', 'Configuración de notificación de pago instantánea', ''),
(5680, 'O', 'fr', 'Paramètres de notification de paiement instantané', ''),
(5680, 'O', 'it', 'Impostazioni di notifica immediata del pagamento', ''),
(5680, 'O', 'nl', 'Directe betaal notificatie instellingen', ''),
(5680, 'O', 'no', 'Instillinger for varsling om umiddelbare betalinger', ''),
(5680, 'O', 'pt', 'Configurações de notificações instantâneas de pagamento', ''),
(5680, 'O', 'ro', 'Instant payment notification settings', ''),
(5680, 'O', 'ru', 'Настройки мгновенных платежных уведомлений', ''),
(5681, 'O', 'da', 'Utilizar informação do cliente disponível no PayPal', ''),
(5681, 'O', 'de', 'Kundeninformation überschreiben', ''),
(5681, 'O', 'el', 'Παράκαμψη πληροφοριών πελάτη', ''),
(5681, 'O', 'en', 'Override customer info', ''),
(5681, 'O', 'es', 'Reemplazar la información del cliente', ''),
(5681, 'O', 'fr', 'Remplacer les informations client', ''),
(5681, 'O', 'it', 'Sovrascrivi informazioni cliente', ''),
(5681, 'O', 'nl', 'Klantgegevens overschrijven', ''),
(5681, 'O', 'no', 'Overstyre Kundeinformasjon', ''),
(5681, 'O', 'pt', 'Utilizar informação do cliente disponível no PayPal', ''),
(5681, 'O', 'ro', 'Override customer info', ''),
(5681, 'O', 'ru', 'Переопределить информацию о клиенте', ''),
(5682, 'O', 'da', 'Mapa de conversão do status do pedido do PayPal', ''),
(5682, 'O', 'de', 'PayPal Auftragsstatus', ''),
(5682, 'O', 'el', 'Χάρτης μετατροπής Καταστασης Παραγγελίας του PayPal', ''),
(5682, 'O', 'en', 'PayPal order status conversion map', ''),
(5682, 'O', 'es', 'Mapa de conversión del estado del pedido de PayPal', ''),
(5682, 'O', 'fr', 'Carte de conversion PayPal statut de commande', ''),
(5682, 'O', 'it', 'Mappatura stati ordine di PayPal', ''),
(5682, 'O', 'nl', 'PayPal bestelstatus conversie kaart', ''),
(5682, 'O', 'no', 'PayPal ordrestatus konverteringskart', ''),
(5682, 'O', 'pt', 'Mapa de conversão do status do pedido do PayPal', ''),
(5682, 'O', 'ro', 'PayPal order status conversion map', ''),
(5682, 'O', 'ru', 'Соответствие статусов заказов между PayPal и магазином', ''),
(5683, 'O', 'da', '', ''),
(5683, 'O', 'de', '', ''),
(5683, 'O', 'el', '', ''),
(5683, 'O', 'en', '', ''),
(5683, 'O', 'es', '', ''),
(5683, 'O', 'fr', '', ''),
(5683, 'O', 'it', '', ''),
(5683, 'O', 'nl', '', ''),
(5683, 'O', 'no', '', ''),
(5683, 'O', 'pt', '', ''),
(5683, 'O', 'ro', '', ''),
(5683, 'O', 'ru', '', ''),
(5684, 'O', 'da', 'Status de pedido em reembolso parcial', ''),
(5684, 'O', 'de', 'Bestellstatus bei teilweiser Rückerstattung', ''),
(5684, 'O', 'el', 'Κατάσταση παραγγελίας σε μερική επιστροφή χρημάτων', ''),
(5684, 'O', 'en', 'Order status on partial refund', ''),
(5684, 'O', 'es', 'El reembolso parcial puede ver en el estado de la orden', ''),
(5684, 'O', 'fr', 'Status d\"ordre de remboursement en partie', ''),
(5684, 'O', 'it', 'Stato di commanda su rimbolso partiale', ''),
(5684, 'O', 'nl', 'Order status on partial refund', ''),
(5684, 'O', 'no', 'Ordrestatus på delvis refusjon', ''),
(5684, 'O', 'pt', 'Status de pedido em reembolso parcial', ''),
(5684, 'O', 'ro', 'Order status on partial refund', ''),
(5684, 'O', 'ru', 'Статус заказа для частичного возврата', ''),
(5685, 'O', 'da', '', ''),
(5685, 'O', 'de', '', ''),
(5685, 'O', 'el', '', ''),
(5685, 'O', 'en', '', ''),
(5685, 'O', 'es', '', ''),
(5685, 'O', 'fr', '', ''),
(5685, 'O', 'it', '', ''),
(5685, 'O', 'nl', '', ''),
(5685, 'O', 'no', '', ''),
(5685, 'O', 'pt', '', ''),
(5685, 'O', 'ro', '', ''),
(5685, 'O', 'ru', '', ''),
(5686, 'O', 'da', 'Configurações do logotipo do PayPal', ''),
(5686, 'O', 'de', 'PayPal Logo-Einstellungen', ''),
(5686, 'O', 'el', 'Ρυθμίσεις λογότυπου PayPal', ''),
(5686, 'O', 'en', 'PayPal logo settings', ''),
(5686, 'O', 'es', 'Configuración del logo de PayPal', ''),
(5686, 'O', 'fr', 'Paramètres de logo PayPal', ''),
(5686, 'O', 'it', 'Impostazioni del logo PayPal', ''),
(5686, 'O', 'nl', 'PayPal logo instellingen', ''),
(5686, 'O', 'no', 'Innstillinger for PayPal-logo', ''),
(5686, 'O', 'pt', 'Configurações do logotipo do PayPal', ''),
(5686, 'O', 'ro', 'PayPal logo settings', ''),
(5686, 'O', 'ru', 'Настройки логотипа PayPal', ''),
(5687, 'O', 'da', '', ''),
(5687, 'O', 'de', '', ''),
(5687, 'O', 'el', '', ''),
(5687, 'O', 'en', '', ''),
(5687, 'O', 'es', '', ''),
(5687, 'O', 'fr', '', ''),
(5687, 'O', 'it', '', ''),
(5687, 'O', 'nl', '', ''),
(5687, 'O', 'no', '', ''),
(5687, 'O', 'pt', '', ''),
(5687, 'O', 'ro', '', ''),
(5687, 'O', 'ru', '', ''),
(5688, 'O', 'da', '', ''),
(5688, 'O', 'de', '', ''),
(5688, 'O', 'el', '', ''),
(5688, 'O', 'en', '', ''),
(5688, 'O', 'es', '', ''),
(5688, 'O', 'fr', '', ''),
(5688, 'O', 'it', '', ''),
(5688, 'O', 'nl', '', ''),
(5688, 'O', 'no', '', ''),
(5688, 'O', 'pt', '', ''),
(5688, 'O', 'ro', '', ''),
(5688, 'O', 'ru', '', ''),
(5689, 'O', 'da', '', ''),
(5689, 'O', 'de', '', ''),
(5689, 'O', 'el', '', ''),
(5689, 'O', 'en', '', ''),
(5689, 'O', 'es', '', ''),
(5689, 'O', 'fr', '', ''),
(5689, 'O', 'it', '', ''),
(5689, 'O', 'nl', '', ''),
(5689, 'O', 'no', '', ''),
(5689, 'O', 'pt', '', ''),
(5689, 'O', 'ro', '', ''),
(5689, 'O', 'ru', '', ''),
(5691, 'O', 'da', 'Exibir botão do Twitter', ''),
(5691, 'O', 'de', 'Twitter Button anzeigen', ''),
(5691, 'O', 'el', 'Προβολή Κουμπιού \"Twitter\"', ''),
(5691, 'O', 'en', 'Show Twitter button', ''),
(5691, 'O', 'es', 'Mostrar botón de Twitter', ''),
(5691, 'O', 'fr', 'Afficher le bouton Twitter', ''),
(5691, 'O', 'it', 'Mostra pulsante Twitter', ''),
(5691, 'O', 'nl', 'Twitter knop weergeven', ''),
(5691, 'O', 'no', 'Vis Twitter-knappen', ''),
(5691, 'O', 'pt', 'Exibir botão do Twitter', ''),
(5691, 'O', 'ro', 'Show Twitter button', ''),
(5691, 'O', 'ru', 'Показывать кнопку Twitter', ''),
(5692, 'O', 'da', 'Via', 'Nome de usuário para atribuir o tuíte (p.ex. \'via @nomedeusuario\')'),
(5692, 'O', 'de', 'Über', 'Benutzername der dem Tweet beigefügt werden soll (z.B. \'via @username\')'),
(5692, 'O', 'el', 'Μέσω', 'Όνομα χρήστη που θα αποδώσει το Tweet  (δηλαδή «μέσω @username»)'),
(5692, 'O', 'en', 'Via', 'User name to attribute the Tweet to (i.e. \'via @username\')'),
(5692, 'O', 'es', 'A través de', 'Nombre de usuario para atribuir el Tweet a (es decir, \'via @username\')'),
(5692, 'O', 'fr', 'Via', 'Nom d\'utilisateur pour attribuer le Tweet a (ex. par @username)'),
(5692, 'O', 'it', 'Via', 'Nome utente per attribuire il Tweet (p.e. \'via @username\')'),
(5692, 'O', 'nl', 'Via', 'Toegekende gebruikersnaam aan de tweet  (bv: \'via @gebruikersnaam\')'),
(5692, 'O', 'no', 'Via', 'Brukernavn å tillegge Tweet til (i.e. \'via @username\')'),
(5692, 'O', 'pt', 'Via', 'Nome de usuário para atribuir o tuíte (p.ex. \'via @nomedeusuario\')'),
(5692, 'O', 'ro', 'Via', 'User name to attribute the Tweet to (i.e. \'via @username\')'),
(5692, 'O', 'ru', 'с помощью', 'Имя пользователя, которое будет упомянуто в сообщениях (via @username)'),
(5693, 'O', 'da', 'Tamanho do botão', ''),
(5693, 'O', 'de', 'Button Größe', ''),
(5693, 'O', 'el', 'Μέγεθος κουμπιού', ''),
(5693, 'O', 'en', 'Button size', ''),
(5693, 'O', 'es', 'Tamaño del botón', ''),
(5693, 'O', 'fr', 'Dimensions du bouton', ''),
(5693, 'O', 'it', 'Dimensione del pulsante', ''),
(5693, 'O', 'nl', 'Afmeting knop', ''),
(5693, 'O', 'no', 'Knappstørrelse', ''),
(5693, 'O', 'pt', 'Tamanho do botão', ''),
(5693, 'O', 'ro', 'Button size', ''),
(5693, 'O', 'ru', 'Размер кнопки', ''),
(5694, 'O', 'da', 'Exibir contagem', ''),
(5694, 'O', 'de', 'Tweetcounter', ''),
(5694, 'O', 'el', 'Εμφάνιση αρίθμησης', ''),
(5694, 'O', 'en', 'Display count', ''),
(5694, 'O', 'es', 'Mostrar la cuenta de', ''),
(5694, 'O', 'fr', 'Afficher le nombre', ''),
(5694, 'O', 'it', 'Visualizzare il conteggio', ''),
(5694, 'O', 'nl', 'Teller weergave', ''),
(5694, 'O', 'no', 'Vise antall', ''),
(5694, 'O', 'pt', 'Exibir contagem', ''),
(5694, 'O', 'ro', 'Display count', ''),
(5694, 'O', 'ru', 'Показывать счетчик', ''),
(5695, 'O', 'da', 'Exibir em', ''),
(5695, 'O', 'de', 'Anzeigen auf', ''),
(5695, 'O', 'el', 'Εμφάνιση σε', ''),
(5695, 'O', 'en', 'Display on', ''),
(5695, 'O', 'es', 'Mostrar en', ''),
(5695, 'O', 'fr', 'Afficher sur', ''),
(5695, 'O', 'it', 'Visualizzare su', ''),
(5695, 'O', 'nl', 'Weergeven op', ''),
(5695, 'O', 'no', 'Vis på', ''),
(5695, 'O', 'pt', 'Exibir em', ''),
(5695, 'O', 'ro', 'Display on', ''),
(5695, 'O', 'ru', 'Показывать', ''),
(5697, 'O', 'da', 'Exibir botão do Facebook', ''),
(5697, 'O', 'de', 'Facebook Button anzeigen', ''),
(5697, 'O', 'el', 'Εμφάνιση του κουμπιού Facebook', ''),
(5697, 'O', 'en', 'Show Facebook button', ''),
(5697, 'O', 'es', 'Mostrar botón de Facebook', ''),
(5697, 'O', 'fr', 'Afficher le bouton Facebook', ''),
(5697, 'O', 'it', 'Mostra pulsante Facebook', ''),
(5697, 'O', 'nl', 'Facebook knop weergeven', ''),
(5697, 'O', 'no', 'Vis Facebook knappen', ''),
(5697, 'O', 'pt', 'Exibir botão do Facebook', ''),
(5697, 'O', 'ro', 'Show Facebook button', ''),
(5697, 'O', 'ru', 'Показывать кнопку Facebook', ''),
(5698, 'O', 'da', 'ID do app do Facebook', 'Especifique o ID do app do Facebook para exibir o botão'),
(5698, 'O', 'de', 'Facebook App ID', 'Eine Facebook App ID angeben, sonst kann der Button nicht angezeigt werden'),
(5698, 'O', 'el', 'Facebook app ID', 'Καθορίστε οποιαδήποτε ταυτότητα app Facebook, διαφορετικά δεν θα εμφανιστεί το κουμπί'),
(5698, 'O', 'en', 'Facebook app ID', 'Specify any Facebook app ID, otherwise the button will not be shown'),
(5698, 'O', 'es', 'Identificación de la aplicación de Facebook', 'Especificar cualquier Identificación de la aplicación de Facebook, de lo contrario no se mostrará el botón'),
(5698, 'O', 'fr', 'Facebook app ID', 'Specifier un ID d\'app de Facebook, autrement le bouton ne sera pas montre'),
(5698, 'O', 'it', 'Facebook app ID', 'Specificare qualsiasi ID app di Facebook, altrimenti non verrà mostrato il pulsante'),
(5698, 'O', 'nl', 'Facebook app ID', 'Geef een Facebook app ID op, anders zal de knop niet worden weergegeven'),
(5698, 'O', 'no', 'Facebook-app-ID', 'Spesifiser en Facebook app ID, ellers vises ikke knappen'),
(5698, 'O', 'pt', 'ID do app do Facebook', 'Especifique o ID do app do Facebook para exibir o botão'),
(5698, 'O', 'ro', 'Facebook app ID', 'Specify any Facebook app ID, otherwise the button will not be shown'),
(5698, 'O', 'ru', 'ID приложения Facebook', 'Введите ID любого приложения Facebook, иначе кнопка не будет отображаться'),
(5699, 'O', 'da', 'URL da página a curtir', 'Deixe vazio para usar o URL atual da página'),
(5699, 'O', 'de', 'Die URL der Seite die gelikt werden soll', 'Leer lassen um die aktuelle URL zu verwenden'),
(5699, 'O', 'el', 'Το URL της σελίδας για Like', 'Αφήστε κενό για να χρησιμοποιήσετε μια πραγματική σελίδα URL του καταστήματος'),
(5699, 'O', 'en', 'The URL of the page to like', 'Leave empty to use an actual page URL'),
(5699, 'O', 'es', 'La URL de la página de fans', 'Deje en blanco para utilizar una URL de la página real'),
(5699, 'O', 'fr', 'URL de la page à aimer', 'Laisser vide pour utiliser une page URL actuelle'),
(5699, 'O', 'it', 'L\'URL della pagina per il \"Mi Piace\"', 'Lasciare vuoto per utilizzare un URL reale della pagina'),
(5699, 'O', 'nl', 'De URL van de pagina die u leuk vindt', 'Laat leeg om een actuele pagina URL te gebruiken'),
(5699, 'O', 'no', 'Nettadressen for siden å like', 'La stå tomt for å bruke en faktisk nettadresse'),
(5699, 'O', 'pt', 'URL da página a curtir', 'Deixe vazio para usar o URL atual da página'),
(5699, 'O', 'ro', 'The URL of the page to like', 'Leave empty to use an actual page URL'),
(5699, 'O', 'ru', 'URL страницы, которая будет упомянута в сообщении', 'Оставьте пустым, чтобы использовать URL страницы, на которой размещена кнопка'),
(5700, 'O', 'da', 'Adicionar o botão Enviar ao botão Curtir', ''),
(5700, 'O', 'de', 'Eine Senden-Funktion in den Gefällt-Mir-Button einfügen', ''),
(5700, 'O', 'el', 'Περιλαμβάνει ένα κουμπί \"Αποστολή\" με το κουμπί Like', ''),
(5700, 'O', 'en', 'Include a Send button with the Like button', ''),
(5700, 'O', 'es', 'Incluir un botón de Enviar con el botón de me gusta', ''),
(5700, 'O', 'fr', 'Ajouter un bouton Envoyer avec le bouton Aimer', ''),
(5700, 'O', 'it', 'Includere il pulsante Invia assieme al pulsante \"Mi Piace\"', ''),
(5700, 'O', 'nl', 'Zijn voorzien van een Verzend button met de Vind Ik Leuk knop', ''),
(5700, 'O', 'no', 'Inkluder en Send-knapp med Liker-knappen', ''),
(5700, 'O', 'pt', 'Adicionar o botão Enviar ao botão Curtir', ''),
(5700, 'O', 'ro', 'Include a Send button with the Like button', ''),
(5700, 'O', 'ru', 'Показывать кнопку «Отправить» вместе с кнопкой «Мне нравится»', ''),
(5701, 'O', 'da', 'Largura do botão Curtir (pixels)', ''),
(5701, 'O', 'de', 'Breite des Gefällt-Mir-Button (in Pixeln)', ''),
(5701, 'O', 'el', 'Πλάτος του κουμπιού Like (px)', ''),
(5701, 'O', 'en', 'Width of the Like button (px)', ''),
(5701, 'O', 'es', 'Ancho del botón me gusta (px)', ''),
(5701, 'O', 'fr', 'Largeur du bouton J’aime (px)', ''),
(5701, 'O', 'it', 'Larghezza del pulsante \"Mi Piace\" (px)', ''),
(5701, 'O', 'nl', 'Breedte van de Vind ik leuk button (in pixels)', ''),
(5701, 'O', 'no', 'Bredden på Liker-knappen (px)', ''),
(5701, 'O', 'pt', 'Largura do botão Curtir (pixels)', ''),
(5701, 'O', 'ro', 'Width of the Like button (px)', ''),
(5701, 'O', 'ru', 'Ширина кнопки «Мне нравится» (в пикселях)', ''),
(5702, 'O', 'da', 'Layout do botão', ''),
(5702, 'O', 'de', 'Button Layout', ''),
(5702, 'O', 'el', 'Διάταξη Κουμπιού', ''),
(5702, 'O', 'en', 'Button layout', ''),
(5702, 'O', 'es', 'Diseño del botón', ''),
(5702, 'O', 'fr', 'Disposition des boutons', ''),
(5702, 'O', 'it', 'Disposizione dei pulsanti', ''),
(5702, 'O', 'nl', 'Opmaak knop', ''),
(5702, 'O', 'no', 'Layout for knappen', ''),
(5702, 'O', 'pt', 'Layout do botão', ''),
(5702, 'O', 'ro', 'Button layout', ''),
(5702, 'O', 'ru', 'Стиль кнопки', ''),
(5703, 'O', 'da', 'Exibir fotos do perfil', 'Permite exibir as fotos do perfil abaixo do botão (somente no layout padrão)'),
(5703, 'O', 'de', 'Profilfotos anzeigen', 'Um Profilfotos unter dem Button anzuzeigen aktivieren (nur Standard-Layout)'),
(5703, 'O', 'el', 'Εμφάνιση φωτογραφιών προφίλ', 'Επιτρέπει να εμφανίσετε τις φωτογραφίες προφίλ κάτω από το κουμπί (τυποποιημένη διάταξη μόνο)'),
(5703, 'O', 'en', 'Display profile photos', 'Enable to display profile photos below the button (standard layout only)'),
(5703, 'O', 'es', 'Mostrar fotos de perfil', 'Permite mostrar las fotos del perfil debajo del botón (sólo para el diseño estándar)'),
(5703, 'O', 'fr', 'Afficher les photos de profil', 'Activer pour afficher des phtos de profile sous le bouton (ordre standard seulement)'),
(5703, 'O', 'it', 'Visualizzare le foto del profilo', 'Permette di visualizzare le foto del profilo sotto il pulsante (solo layout standard)'),
(5703, 'O', 'nl', 'Profielfoto\'s weergeven', 'Inschakelen om profielfoto\'s weer te geven onder de knop  (alleen standaard opmaak)'),
(5703, 'O', 'no', 'Vis profilbilder', 'Aktiver visning av profilbilder under knappen (kun standard layout)'),
(5703, 'O', 'pt', 'Exibir fotos do perfil', 'Permite exibir as fotos do perfil abaixo do botão (somente no layout padrão)'),
(5703, 'O', 'ro', 'Display profile photos', 'Enable to display profile photos below the button (standard layout only)'),
(5703, 'O', 'ru', 'Отображать фото пользователей', 'Включите, чтобы отображать фото пользователей под кнопкой (только при стандартном стиле кнопки)'),
(5704, 'O', 'da', 'Verbo do botão', ''),
(5704, 'O', 'de', 'Button verb', ''),
(5704, 'O', 'el', 'Ρημα κουμπιού', ''),
(5704, 'O', 'en', 'Button verb', ''),
(5704, 'O', 'es', 'Botón de acción', ''),
(5704, 'O', 'fr', 'Bouton verb', ''),
(5704, 'O', 'it', 'Testo del pulsante', ''),
(5704, 'O', 'nl', 'Werkwoord knop', ''),
(5704, 'O', 'no', 'Knapp verb', ''),
(5704, 'O', 'pt', 'Verbo do botão', ''),
(5704, 'O', 'ro', 'Button verb', ''),
(5704, 'O', 'ru', 'Надпись на кнопке', ''),
(5705, 'O', 'da', 'Idioma', ''),
(5705, 'O', 'de', 'Sprache', ''),
(5705, 'O', 'el', 'Γλώσσα', ''),
(5705, 'O', 'en', 'Language', ''),
(5705, 'O', 'es', 'Idioma', ''),
(5705, 'O', 'fr', 'Langue', ''),
(5705, 'O', 'it', 'Lingua', ''),
(5705, 'O', 'nl', 'Taal', ''),
(5705, 'O', 'no', 'Språk', ''),
(5705, 'O', 'pt', 'Idioma', ''),
(5705, 'O', 'ro', 'Language', ''),
(5705, 'O', 'ru', 'Язык', ''),
(5706, 'O', 'da', 'Fonte do botão', ''),
(5706, 'O', 'de', 'Button Schriftart', ''),
(5706, 'O', 'el', 'Γραμματοσειρά Κουμπιού', ''),
(5706, 'O', 'en', 'Button font', ''),
(5706, 'O', 'es', 'Fuente del botón', ''),
(5706, 'O', 'fr', 'Police du bouton', ''),
(5706, 'O', 'it', 'Carattere pulsante', ''),
(5706, 'O', 'nl', 'Lettertype knop', ''),
(5706, 'O', 'no', 'Font for knappen', ''),
(5706, 'O', 'pt', 'Fonte do botão', ''),
(5706, 'O', 'ro', 'Button font', ''),
(5706, 'O', 'ru', 'Шрифт надписи на кнопке', ''),
(5707, 'O', 'da', 'Esqeuam de cores', ''),
(5707, 'O', 'de', 'Farbschema', ''),
(5707, 'O', 'el', 'Συνδυασμός χρωμάτων', ''),
(5707, 'O', 'en', 'Color scheme', ''),
(5707, 'O', 'es', 'Esquema del color', ''),
(5707, 'O', 'fr', 'Afficher sur', ''),
(5707, 'O', 'it', 'Combinazione di colori', ''),
(5707, 'O', 'nl', 'Kleurenschema', ''),
(5707, 'O', 'no', 'Fargevalg', ''),
(5707, 'O', 'pt', 'Esqeuam de cores', ''),
(5707, 'O', 'ro', 'Color scheme', ''),
(5707, 'O', 'ru', 'Цветовая схема', ''),
(5708, 'O', 'da', 'Exibir em', ''),
(5708, 'O', 'de', 'Anzeigen auf', ''),
(5708, 'O', 'el', 'Εμφάνιση σε', ''),
(5708, 'O', 'en', 'Display on', ''),
(5708, 'O', 'es', 'Mostrar en', ''),
(5708, 'O', 'fr', 'Afficher sur', ''),
(5708, 'O', 'it', 'Visualizzare su', ''),
(5708, 'O', 'nl', 'Weergeven op', ''),
(5708, 'O', 'no', 'Vis på', ''),
(5708, 'O', 'pt', 'Exibir em', ''),
(5708, 'O', 'ro', 'Display on', ''),
(5708, 'O', 'ru', 'Показывать', ''),
(5710, 'O', 'da', 'Exibir botão do Vkontakte', ''),
(5710, 'O', 'de', 'VKontakte Button anzeigen', ''),
(5710, 'O', 'el', 'Εμφάνιση του κουμπιού Vkontakte', ''),
(5710, 'O', 'en', 'Show Vkontakte button', ''),
(5710, 'O', 'es', 'Mostrar botón de Vkontakte', ''),
(5710, 'O', 'fr', 'Afficher le bouton Vkontakte', ''),
(5710, 'O', 'it', 'Mostra pulsante Vkontakte', ''),
(5710, 'O', 'nl', 'Vkontakte button weergeven', ''),
(5710, 'O', 'no', 'Vis Vkontakte-knappen', ''),
(5710, 'O', 'pt', 'Exibir botão do Vkontakte', ''),
(5710, 'O', 'ro', 'Show Vkontakte button', ''),
(5710, 'O', 'ru', 'Показывать кнопку Вконтакте', ''),
(5711, 'O', 'da', 'ID do app do Vkontakte', ''),
(5711, 'O', 'de', 'VKontakte App ID', ''),
(5711, 'O', 'el', 'VKontakte app ID', ''),
(5711, 'O', 'en', 'Vkontakte app ID', ''),
(5711, 'O', 'es', 'Identificación de la aplicación de Vkontakte', ''),
(5711, 'O', 'fr', 'Vkontakte app ID', ''),
(5711, 'O', 'it', 'VKontakte app ID', ''),
(5711, 'O', 'nl', 'VKontakte app ID', ''),
(5711, 'O', 'no', 'Vkontakte app ID', ''),
(5711, 'O', 'pt', 'ID do app do Vkontakte', ''),
(5711, 'O', 'ro', 'Vkontakte app ID', ''),
(5711, 'O', 'ru', 'ID вашего приложения Вконтакте', ''),
(5712, 'O', 'da', 'Layout do botão', ''),
(5712, 'O', 'de', 'Button Layout', ''),
(5712, 'O', 'el', 'Διάταξη Κουμπιού', ''),
(5712, 'O', 'en', 'Button layout', ''),
(5712, 'O', 'es', 'Diseño del botón', ''),
(5712, 'O', 'fr', 'Ordre des boutons', ''),
(5712, 'O', 'it', 'Disposizione dei pulsanti', ''),
(5712, 'O', 'nl', 'Knop opmaak', ''),
(5712, 'O', 'no', 'Layout for knappen', ''),
(5712, 'O', 'pt', 'Layout do botão', ''),
(5712, 'O', 'ro', 'Button layout', ''),
(5712, 'O', 'ru', 'Стиль кнопки', ''),
(5713, 'O', 'da', 'Altura do botão (pixels)', ''),
(5713, 'O', 'de', 'Höhe in Pixeln', ''),
(5713, 'O', 'el', 'Κουμπί ύψος (px)', ''),
(5713, 'O', 'en', 'Button height (px)', ''),
(5713, 'O', 'es', 'Altura del botón (px)', ''),
(5713, 'O', 'fr', 'Hauteur des boutons (px)', ''),
(5713, 'O', 'it', 'Altezza pulsante (px)', ''),
(5713, 'O', 'nl', 'Knop hoogte (in pixels)', ''),
(5713, 'O', 'no', 'Knapp høyde (px)', ''),
(5713, 'O', 'pt', 'Altura do botão (pixels)', ''),
(5713, 'O', 'ro', 'Button height (px)', ''),
(5713, 'O', 'ru', 'Высота кнопки (в пикселях)', ''),
(5714, 'O', 'da', 'Largura do botão (pixels)', 'Somente para botão com contador de texto'),
(5714, 'O', 'de', 'Breite in Pixeln', 'Nur für Buttons mit Text-Counter'),
(5714, 'O', 'el', 'Πλάτος Κουμπιού (px)', 'Μόνο για το κουμπί με το μετρητή κείμενο'),
(5714, 'O', 'en', 'Button width (px)', 'Only for the button with text counter'),
(5714, 'O', 'es', 'Ancho del botón (px)', 'Sólo para el botón con contador de texto'),
(5714, 'O', 'fr', 'Largeur des boutons', 'Seulement pour le bouton avec courrier de texte'),
(5714, 'O', 'it', 'Larghezza del pulsante (px)', 'Solo per il pulsante con il contatore testuale'),
(5714, 'O', 'nl', 'Knop breedte (in pixels)', 'Alleen voor de knop met tekst teller'),
(5714, 'O', 'no', 'Knapp bredde (px)', 'Bare for knappen med tekst teller'),
(5714, 'O', 'pt', 'Largura do botão (pixels)', 'Somente para botão com contador de texto'),
(5714, 'O', 'ro', 'Button width (px)', 'Only for the button with text counter'),
(5714, 'O', 'ru', 'Ширина кнопки (в пикселях)', 'Только для кнопки с текстовым счетчиком'),
(5715, 'O', 'da', 'Nome do botão', ''),
(5715, 'O', 'de', 'Button Name', ''),
(5715, 'O', 'el', 'Όνομα κουμπιού', ''),
(5715, 'O', 'en', 'Button name', ''),
(5715, 'O', 'es', 'Nombre del botón', ''),
(5715, 'O', 'fr', 'Nom des boutons', ''),
(5715, 'O', 'it', 'Nome del pulsante', ''),
(5715, 'O', 'nl', 'Naam knop', ''),
(5715, 'O', 'no', 'Navn på knappen', ''),
(5715, 'O', 'pt', 'Nome do botão', ''),
(5715, 'O', 'ro', 'Button name', ''),
(5715, 'O', 'ru', 'Название кнопки', ''),
(5716, 'O', 'da', 'Exibir em', ''),
(5716, 'O', 'de', 'Anzeigen auf', ''),
(5716, 'O', 'el', 'Εμφάνιση σε', ''),
(5716, 'O', 'en', 'Display on', ''),
(5716, 'O', 'es', 'Mostrar en', ''),
(5716, 'O', 'fr', 'Afficher a', ''),
(5716, 'O', 'it', 'Visualizzare su', ''),
(5716, 'O', 'nl', 'Weergeven op', ''),
(5716, 'O', 'no', 'Vis på', ''),
(5716, 'O', 'pt', 'Exibir em', ''),
(5716, 'O', 'ro', 'Display on', ''),
(5716, 'O', 'ru', 'Показывать', ''),
(5718, 'O', 'da', 'Exibir bloco Yandex.Share', ''),
(5718, 'O', 'de', 'Show Yandex.Share block', ''),
(5718, 'O', 'el', 'Εμφάνιση μπλοκ Yandex.Share', ''),
(5718, 'O', 'en', 'Show Yandex.Share block', ''),
(5718, 'O', 'es', 'Mostrar el bloque Yandex.Share', ''),
(5718, 'O', 'fr', 'Montrer le bloc de Partage Yandex', ''),
(5718, 'O', 'it', 'Mostrare Yandex. Condividere blocco', ''),
(5718, 'O', 'nl', 'Toon Yandex.Share block', ''),
(5718, 'O', 'no', 'Vis Yandex. Delings blokk', ''),
(5718, 'O', 'pt', 'Exibir bloco Yandex.Share', ''),
(5718, 'O', 'ro', 'Show Yandex.Share block', ''),
(5718, 'O', 'ru', 'Отображать блок «Поделиться»', ''),
(5719, 'O', 'da', 'Código Yandex.Share', 'Você pode configurar o bloco e obter o código em <a href=\"http://api.yandex.ru/share/\" target=\"_blank\">http://api.yandex.ru/share/</a>'),
(5719, 'O', 'de', 'Yandex.Share code', 'You can configure the block and get the code at <a href=\"http://api.yandex.ru/share/\" target=\"_blank\">http://api.yandex.ru/share/</a>'),
(5719, 'O', 'el', 'Κωδικός Yandex.Share', 'Μπορείτε να ρυθμίσετε το μπλοκ και να πάρετε τον κώδικα στο <a href=\"http://api.yandex.ru/share/\" target=\"_blank\"> http://api.yandex.ru/share/</a>'),
(5719, 'O', 'en', 'Yandex.Share code', 'You can configure the block and get the code at <a href=\"http://api.yandex.ru/share/\" target=\"_blank\">http://api.yandex.ru/share/</a>'),
(5719, 'O', 'es', 'Código de Yandex.Share', 'Puedes configurar el bloque y obtener el código en<a href=\"http://api.yandex.ru/share/\" target=\"_blank\">http://api.yandex.ru/share/</a>'),
(5719, 'O', 'fr', 'Code de Yandex Share', 'Vous pouvez configurer le bloc et obtenir le code a http://api.yandex/ru/share</a>'),
(5719, 'O', 'it', 'Codice Yandex Condiviso', 'Lei puo configurare il blocco e obtenere il codice a <a href=\"http://api.yandex.ru/share/\" target=\"_blank\">http://api.yandex.ru/share/</a>'),
(5719, 'O', 'nl', 'Yandex.Share code', 'U kunt het blok configureren en de code ophalen op <a href=\"http://api.yandex.ru/share/\" target=\"_blank\">http://api.yandex.ru/share/</a>'),
(5719, 'O', 'no', 'Yandex. Delingskode', 'Du kan konfigurere blokken og få koden på <a href=\"http://api.yandex.ru/share/\" target=\"_blank\">http://api.yandex.ru/share/</a>'),
(5719, 'O', 'pt', 'Código Yandex.Share', 'Você pode configurar o bloco e obter o código em <a href=\"http://api.yandex.ru/share/\" target=\"_blank\">http://api.yandex.ru/share/</a>'),
(5719, 'O', 'ro', 'Yandex.Share code', 'You can configure the block and get the code at <a href=\"http://api.yandex.ru/share/\" target=\"_blank\">http://api.yandex.ru/share/</a>'),
(5719, 'O', 'ru', 'Код блока \"Поделиться\"', 'Вы можете настроить блок и получить код на странице <a href=\"http://api.yandex.ru/share/\" target=\"_blank\"> http://api.yandex.ru/share/</a>'),
(5720, 'O', 'da', 'Exibir em', ''),
(5720, 'O', 'de', 'Display on', ''),
(5720, 'O', 'el', 'Εμφάνιση σε', ''),
(5720, 'O', 'en', 'Display on', ''),
(5720, 'O', 'es', 'Mostrar en', ''),
(5720, 'O', 'fr', 'Afficher sur', ''),
(5720, 'O', 'it', 'Mostrare su', ''),
(5720, 'O', 'nl', 'Weergeven op', ''),
(5720, 'O', 'no', 'Vis på', ''),
(5720, 'O', 'pt', 'Exibir em', ''),
(5720, 'O', 'ro', 'Display on', ''),
(5720, 'O', 'ru', 'Показывать', ''),
(5722, 'O', 'da', 'Mostrar botão do Pinterest', ''),
(5722, 'O', 'de', 'Pinterest Button anzeigen', ''),
(5722, 'O', 'el', 'Εμφάνιση του κουμπιού Pinterest', ''),
(5722, 'O', 'en', 'Show Pinterest button', ''),
(5722, 'O', 'es', 'Mostrar botón de Pinterest', ''),
(5722, 'O', 'fr', 'Montrer le bouton de Pinterest', ''),
(5722, 'O', 'it', 'Mostra pulsante Pinterest', ''),
(5722, 'O', 'nl', 'Pinterest knop weergeven', ''),
(5722, 'O', 'no', 'Vis Pinterest-knappen', ''),
(5722, 'O', 'pt', 'Mostrar botão do Pinterest', ''),
(5722, 'O', 'ro', 'Show Pinterest button', ''),
(5722, 'O', 'ru', 'Показывать кнопку Pinterest', ''),
(5723, 'O', 'da', 'Tamanho do botão', ''),
(5723, 'O', 'de', 'Button Größe', ''),
(5723, 'O', 'el', 'Μέγεθος κουμπιού', ''),
(5723, 'O', 'en', 'Button size', ''),
(5723, 'O', 'es', 'Tamaño del botón', ''),
(5723, 'O', 'fr', 'Taille du bouton', ''),
(5723, 'O', 'it', 'Dimensione del pulsante', ''),
(5723, 'O', 'nl', 'Afmeting knop', ''),
(5723, 'O', 'no', 'Knappstørrelse', ''),
(5723, 'O', 'pt', 'Tamanho do botão', ''),
(5723, 'O', 'ro', 'Button size', ''),
(5723, 'O', 'ru', 'Размер кнопки', ''),
(5724, 'O', 'da', 'Forma', ''),
(5724, 'O', 'de', 'Form', ''),
(5724, 'O', 'el', 'Σχήμα', ''),
(5724, 'O', 'en', 'Shape', ''),
(5724, 'O', 'es', 'Forma', ''),
(5724, 'O', 'fr', 'Forme', ''),
(5724, 'O', 'it', 'Forma', ''),
(5724, 'O', 'nl', 'Vorm', ''),
(5724, 'O', 'no', 'Form', ''),
(5724, 'O', 'pt', 'Forma', ''),
(5724, 'O', 'ro', 'Shape', ''),
(5724, 'O', 'ru', 'Форма', ''),
(5726, 'O', 'da', 'Exibir em', ''),
(5726, 'O', 'de', 'Anzeigen auf', ''),
(5726, 'O', 'el', 'Εμφάνιση σε', ''),
(5726, 'O', 'en', 'Display on', ''),
(5726, 'O', 'es', 'Mostrar en', ''),
(5726, 'O', 'fr', 'Afficher sur', ''),
(5726, 'O', 'it', 'Mostra su', ''),
(5726, 'O', 'nl', 'Weergeven op', ''),
(5726, 'O', 'no', 'Vis på', ''),
(5726, 'O', 'pt', 'Exibir em', ''),
(5726, 'O', 'ro', 'Display on', ''),
(5726, 'O', 'ru', 'Показывать', ''),
(5727, 'O', 'da', 'Tags de produtos', ''),
(5727, 'O', 'de', 'Schlagwörter für Artikel', ''),
(5727, 'O', 'el', 'Ετικέτες προιόντων', ''),
(5727, 'O', 'en', 'Tags for products', ''),
(5727, 'O', 'es', 'Etiquetas para productos', ''),
(5727, 'O', 'fr', 'Personal delivery (for registered mail only)', ''),
(5727, 'O', 'it', 'Tag per prodotti', ''),
(5727, 'O', 'nl', 'Tags voor producten', ''),
(5727, 'O', 'no', 'Tagger for produkter', ''),
(5727, 'O', 'pt', 'Tags de produtos', ''),
(5727, 'O', 'ro', 'Etichete pentru produse', ''),
(5727, 'O', 'ru', 'Теги для товаров', ''),
(5728, 'O', 'da', 'Tags de páginas', ''),
(5728, 'O', 'de', 'Schlagwörter für Seiten', ''),
(5728, 'O', 'el', 'Ετικέτες σελίδων', ''),
(5728, 'O', 'en', 'Tags for pages', ''),
(5728, 'O', 'es', 'Etiquetas para páginas', ''),
(5728, 'O', 'fr', 'Acknowledgement of delivery (for registered mail only)', ''),
(5728, 'O', 'it', 'Tag per le pagine', ''),
(5728, 'O', 'nl', 'Tags voor pagina \'s', ''),
(5728, 'O', 'no', 'Tagger for sider', ''),
(5728, 'O', 'pt', 'Tags de páginas', ''),
(5728, 'O', 'ro', 'Etichete pentru pagini', ''),
(5728, 'O', 'ru', 'Теги для страниц', ''),
(5729, 'O', 'da', 'Editor de conteúdo', 'Informe o nome e o endereço de e-mail do editor, p.ex. joao@minhaloja.com.br (João da Silva)'),
(5729, 'O', 'de', 'Inhaltsbearbeiter', 'Geben Sie die Mail des Inhaltebearbeiters und seinen richtigen Namen ein, z. B.  john@example.com (John Doe)'),
(5729, 'O', 'el', 'Επεξεργαστης Περιεχομενου', 'Εισάγετε το email και το πραγματικό όνομα του συγγραφεα περιεχομένου, π.χ. john@example.com (John Doe)'),
(5729, 'O', 'en', 'Content editor', 'Enter the content editor\'s email and real name, e.g. john@example.com (John Doe)'),
(5729, 'O', 'es', 'Editor de contenido', 'Ingrese el correo electrónico y el nombre real del editor del contenido, por ejemplo john@example.com (John Doe)'),
(5729, 'O', 'fr', 'Éditeur de contenu', 'Introduire l\'email d\'editeur du contenu et nom reel, ex. john@example.com {John Doe}'),
(5729, 'O', 'it', 'Editor dei contenuti', 'Inserisci l\'e-mail dell\'autore del contenuto e il suo nome reale, ad esempio john@example.com (John Doe)'),
(5729, 'O', 'nl', 'Inhoud wijzigen', 'Vul het e-mailadres en naam van de bewerken van de inhoud in, bijvoorbeeld jan@voorbeeld.nl (Jan Jansen)'),
(5729, 'O', 'no', 'Innholdsredigerer', 'Angi innholdredaktørens e-post og navn, f.eks: john@example.com (John Doe)'),
(5729, 'O', 'pt', 'Editor de conteúdo', 'Informe o nome e o endereço de e-mail do editor, p.ex. joao@minhaloja.com.br (João da Silva)'),
(5729, 'O', 'ro', 'Content editor', 'Enter the content editor\'s email and real name, e.g. john@example.com (John Doe)'),
(5729, 'O', 'ru', 'Редактор контента', 'Введите эл. почту и полное имя контент-менеджера, например, john@example.com (John Doe)'),
(5730, 'O', 'da', 'Exibir um feed RSS para cada categoria', 'Ícone do RSS próximo ao título da categoria.'),
(5730, 'O', 'de', 'RSS-Feed für jede Kategorie anzeigen', 'RSS-Symbol neben Kategorieüberschrift'),
(5730, 'O', 'el', 'Εμφάνιση RSS feed για κάθε κατηγορία', 'Εικονίδιο RSS κοντά στον τιτλο κατηγορίας'),
(5730, 'O', 'en', 'Show RSS feed for each category', 'RSS icon near category title.'),
(5730, 'O', 'es', 'Ver feed RSS para cada categoría', 'Icono de RSS cerca de título de la categoría.'),
(5730, 'O', 'fr', 'Afficher le flux RSS pour chaque catégorie', 'Icone RSS pres du titre de categorie.'),
(5730, 'O', 'it', 'Visualizza i feed RSS per ogni categoria', 'Icona RSS vicino al titolo di categoria.'),
(5730, 'O', 'nl', 'RSS-feed voor elke categorie tonen', 'RSS pictogram naast de titel van de categorie.'),
(5730, 'O', 'no', 'Vis RSS-feed for hver kategori', 'RSS-ikon nær kategoritittelen.'),
(5730, 'O', 'pt', 'Exibir um feed RSS para cada categoria', 'Ícone do RSS próximo ao título da categoria.'),
(5730, 'O', 'ro', 'Show RSS feed for each category', 'RSS icon near category title.'),
(5730, 'O', 'ru', 'Показывать RSS-ленту для каждой категории', 'Иконка RSS напротив названия категории.'),
(5731, 'O', 'da', 'Quantidade máxima de produtos por categoria', ''),
(5731, 'O', 'de', 'Maximale Artikelzahl pro Kategorie', ''),
(5731, 'O', 'el', 'Μέγιστος αριθμός προϊόντων ανά κατηγορία', ''),
(5731, 'O', 'en', 'Max product number per category', ''),
(5731, 'O', 'es', 'Número de producto máximo por categoría', ''),
(5731, 'O', 'fr', 'Nombre de produits maximum par categorie', ''),
(5731, 'O', 'it', 'Numero max di prodotti per ogni categoria', ''),
(5731, 'O', 'nl', 'Max aantal producten per categorie', ''),
(5731, 'O', 'no', 'Maks. produktantall per kategori', ''),
(5731, 'O', 'pt', 'Quantidade máxima de produtos por categoria', ''),
(5731, 'O', 'ro', 'Max product number per category', ''),
(5731, 'O', 'ru', 'Максимальное кол-во товаров в категории', ''),
(5732, 'O', 'da', 'Checkbox da newsletter no check-out', ''),
(5732, 'O', 'de', 'Newsletter-Kontrollkästchen bei Kasse', ''),
(5732, 'O', 'el', 'Κουτάκι επιλογής Newsletter στο Ταμείο', ''),
(5732, 'O', 'en', 'Newsletter checkbox on checkout', ''),
(5732, 'O', 'es', 'Boletín casilla de verificación', ''),
(5732, 'O', 'fr', 'Boite de controle de newsletter sur checkout', ''),
(5732, 'O', 'it', 'Casella di spunta per le Newsletter in fase di pagamento', ''),
(5732, 'O', 'nl', 'Nieuwsbrief checkbox bij het afrekenen', ''),
(5732, 'O', 'no', 'Nyhetsbrev avkrysningsboks ved utsjekking', ''),
(5732, 'O', 'pt', 'Checkbox da newsletter no check-out', ''),
(5732, 'O', 'ro', 'Newsletter-ul de selectare la vanzare', ''),
(5732, 'O', 'ru', 'Показывать флажок подписки на странице оплаты', ''),
(5733, 'O', 'da', 'Assinar fora por padrão', ''),
(5733, 'O', 'de', 'In der Standardeinstellung abhaken', ''),
(5733, 'O', 'el', 'Επιλεγμένο από προεπιλογή', ''),
(5733, 'O', 'en', 'Tick off by default', ''),
(5733, 'O', 'es', 'Marca por defecto', ''),
(5733, 'O', 'fr', 'Cocher par defaut', ''),
(5733, 'O', 'it', 'Spuntare per impostazione predefinita', ''),
(5733, 'O', 'nl', 'Standaard niet aangevinkt', ''),
(5733, 'O', 'no', 'Kryss av som standard', ''),
(5733, 'O', 'pt', 'Assinar fora por padrão', ''),
(5733, 'O', 'ro', 'Bifa în mod implicit', ''),
(5733, 'O', 'ru', 'Снят по умолчанию', ''),
(5734, 'O', 'da', 'Double opt-in', ''),
(5734, 'O', 'de', 'Zweifache Bestätigung', ''),
(5734, 'O', 'el', 'Επιβεβαίωση Εγγραφής', ''),
(5734, 'O', 'en', 'Double opt-in', ''),
(5734, 'O', 'es', 'Doble opt-in', ''),
(5734, 'O', 'fr', 'Opt-in double', ''),
(5734, 'O', 'it', 'Doppio opt-in', ''),
(5734, 'O', 'nl', 'Dubbele opt-in', ''),
(5734, 'O', 'no', 'Double opt-in', ''),
(5734, 'O', 'pt', 'Double opt-in', ''),
(5734, 'O', 'ro', 'Double opt-in', ''),
(5734, 'O', 'ru', 'Запрашивать подтверждение подписки', ''),
(5735, 'O', 'da', 'Enviar uma carta de boas-vinda com o link de cancelamento de assinatura', ''),
(5735, 'O', 'de', 'Eine Willkommensnachricht mit dem Abmeldelink schicken', ''),
(5735, 'O', 'el', 'Στείλτε μια επιστολή καλωσορισματος με το σύνδεσμο Κατάργησης Εγγραφής', ''),
(5735, 'O', 'en', 'Send a welcome letter with the unsubscribe link', ''),
(5735, 'O', 'es', 'Enviar una carta de bienvenida con el enlace de Cancelar suscripción', ''),
(5735, 'O', 'fr', 'Envoyer une lettre d\'invitation au lien d\'annulation', ''),
(5735, 'O', 'it', 'Inviare una newsletter di benvenuto con il collegamento di disiscrizione', ''),
(5735, 'O', 'nl', 'Een welkomstbrief versturen met een link om uit te schrijven', ''),
(5735, 'O', 'no', 'Send en velkomsthilsen med link for mulighet til å avslutte abonnementet', ''),
(5735, 'O', 'pt', 'Enviar uma carta de boas-vinda com o link de cancelamento de assinatura', ''),
(5735, 'O', 'ro', 'Trimite o scrisoare de bun venit cu linkul de dezabonare', ''),
(5735, 'O', 'ru', 'Отправлять приветственное письмо со ссылкой отказа от подписки', '');
INSERT INTO `partiushop_settings_descriptions` (`object_id`, `object_type`, `lang_code`, `value`, `tooltip`) VALUES
(5736, 'O', 'da', 'Provedor de integração de e-mail', ''),
(5736, 'O', 'de', 'E-Mail-Integration-Anbieter', ''),
(5736, 'O', 'el', 'πάροχος ενσωμάτωσης e-mail', ''),
(5736, 'O', 'en', 'Email integration provider', ''),
(5736, 'O', 'es', 'Proveedor de integración de correo electrónico', ''),
(5736, 'O', 'fr', 'Fournisseur de emails integrees', ''),
(5736, 'O', 'it', 'Integrazione con il fornitore di E-mail', ''),
(5736, 'O', 'nl', 'Integratie e-mailprovider', ''),
(5736, 'O', 'no', 'E-post integrasjonsleverandør', ''),
(5736, 'O', 'pt', 'Provedor de integração de e-mail', ''),
(5736, 'O', 'ro', 'Furnizor de integrare e-mail', ''),
(5736, 'O', 'ru', 'Сервис почтовой рассылки', ''),
(5737, 'O', 'da', '', ''),
(5737, 'O', 'de', '', ''),
(5737, 'O', 'el', '', ''),
(5737, 'O', 'en', '', ''),
(5737, 'O', 'es', '', ''),
(5737, 'O', 'fr', '', ''),
(5737, 'O', 'it', '', ''),
(5737, 'O', 'nl', '', ''),
(5737, 'O', 'no', '', ''),
(5737, 'O', 'pt', '', ''),
(5737, 'O', 'ro', '', ''),
(5737, 'O', 'ru', '', ''),
(5738, 'O', 'da', '', ''),
(5738, 'O', 'de', '', ''),
(5738, 'O', 'el', '', ''),
(5738, 'O', 'en', '', ''),
(5738, 'O', 'es', '', ''),
(5738, 'O', 'fr', '', ''),
(5738, 'O', 'it', '', ''),
(5738, 'O', 'nl', '', ''),
(5738, 'O', 'no', '', ''),
(5738, 'O', 'pt', '', ''),
(5738, 'O', 'ro', '', ''),
(5738, 'O', 'ru', '', ''),
(5739, 'O', 'da', 'Chave da API', ''),
(5739, 'O', 'de', 'API Schlüssel', ''),
(5739, 'O', 'el', 'API key', ''),
(5739, 'O', 'en', 'API key', ''),
(5739, 'O', 'es', 'Clave de API', ''),
(5739, 'O', 'fr', 'Cle API', ''),
(5739, 'O', 'it', 'Chiave API', ''),
(5739, 'O', 'nl', 'API sleutel', ''),
(5739, 'O', 'no', 'API-nøkkel', ''),
(5739, 'O', 'pt', 'Chave da API', ''),
(5739, 'O', 'ro', 'Cheie API', ''),
(5739, 'O', 'ru', 'API-ключ', ''),
(5740, 'O', 'da', 'Lista', ''),
(5740, 'O', 'de', 'Liste', ''),
(5740, 'O', 'el', 'Λίστα', ''),
(5740, 'O', 'en', 'List', ''),
(5740, 'O', 'es', 'Lista', ''),
(5740, 'O', 'fr', 'Liste', ''),
(5740, 'O', 'it', 'Lista', ''),
(5740, 'O', 'nl', 'Lijst', ''),
(5740, 'O', 'no', 'Liste', ''),
(5740, 'O', 'pt', 'Lista', ''),
(5740, 'O', 'ro', 'Lista', ''),
(5740, 'O', 'ru', 'Список', ''),
(5741, 'O', 'da', 'E-mail', ''),
(5741, 'O', 'de', 'E-Mail', ''),
(5741, 'O', 'el', 'E-mail', ''),
(5741, 'O', 'en', 'E-mail', ''),
(5741, 'O', 'es', 'Correo electrónico', ''),
(5741, 'O', 'fr', 'E-mail', ''),
(5741, 'O', 'it', 'Indirizzo E-mail', ''),
(5741, 'O', 'nl', 'E-mail', ''),
(5741, 'O', 'no', 'E-post', ''),
(5741, 'O', 'pt', 'E-mail', ''),
(5741, 'O', 'ro', 'Poştă electronică', ''),
(5741, 'O', 'ru', 'E-mail', ''),
(5742, 'O', 'da', 'Chave da API', ''),
(5742, 'O', 'de', 'API-Schlüssel', ''),
(5742, 'O', 'el', 'API key', ''),
(5742, 'O', 'en', 'API key', ''),
(5742, 'O', 'es', 'Clave API', ''),
(5742, 'O', 'fr', 'Cle API', ''),
(5742, 'O', 'it', 'Chiave API', ''),
(5742, 'O', 'nl', 'API sleutel', ''),
(5742, 'O', 'no', 'API-nøkkel', ''),
(5742, 'O', 'pt', 'Chave da API', ''),
(5742, 'O', 'ro', 'Cheie API', ''),
(5742, 'O', 'ru', 'API-ключ', ''),
(5743, 'O', 'da', 'Lista', ''),
(5743, 'O', 'de', 'Liste', ''),
(5743, 'O', 'el', 'Λίστα', ''),
(5743, 'O', 'en', 'List', ''),
(5743, 'O', 'es', 'Lista', ''),
(5743, 'O', 'fr', 'Liste', ''),
(5743, 'O', 'it', 'Lista', ''),
(5743, 'O', 'nl', 'Lijst', ''),
(5743, 'O', 'no', 'Liste', ''),
(5743, 'O', 'pt', 'Lista', ''),
(5743, 'O', 'ro', 'Lista', ''),
(5743, 'O', 'ru', 'Список', ''),
(5744, 'O', 'da', 'Newsletters sent per step', ''),
(5744, 'O', 'de', 'Newsletter die pro Schritt gesendeten werden', ''),
(5744, 'O', 'el', 'Απεσταλμένα Newsletters ανα βήμα', ''),
(5744, 'O', 'en', 'Newsletters sent per step', ''),
(5744, 'O', 'es', 'Boletines de noticias enviados por paso', ''),
(5744, 'O', 'fr', 'Newsletters envoyées par étapes', ''),
(5744, 'O', 'it', 'Newsletter inviata', ''),
(5744, 'O', 'nl', 'Nieuwsbrieven verzenden in stappen', ''),
(5744, 'O', 'no', 'Nyhetsbrev sendt per steg', ''),
(5744, 'O', 'pt', 'Newsletters sent per step', ''),
(5744, 'O', 'ro', 'Newsletters sent per step', ''),
(5744, 'O', 'ru', 'Отправлять рассылок за один шаг', ''),
(5745, 'O', 'da', 'Advanced mailing server options', ''),
(5745, 'O', 'de', 'Erweiterte Mailingserveroptionen', ''),
(5745, 'O', 'el', 'Προηγμένες επιλογές διακομιστή αλληλογραφίας', ''),
(5745, 'O', 'en', 'Advanced mailing server options', ''),
(5745, 'O', 'es', 'Opciones avanzadas del servidor de correo electrónico', ''),
(5745, 'O', 'fr', 'Options avancées du service de mailling', ''),
(5745, 'O', 'it', 'Opzioni avanzate server e-mail', ''),
(5745, 'O', 'nl', 'Geavanceerde mailserver opties', ''),
(5745, 'O', 'no', 'Avanserte e-post server valg', ''),
(5745, 'O', 'pt', 'Advanced mailing server options', ''),
(5745, 'O', 'ro', 'Advanced mailing server options', ''),
(5745, 'O', 'ru', 'Расширенные настройки почтового сервера', ''),
(5746, 'O', 'da', 'Method of sending e-mails', ''),
(5746, 'O', 'de', 'E-Mail-Versandmethode', ''),
(5746, 'O', 'el', 'Τρόπος αποστολής e-mails', ''),
(5746, 'O', 'en', 'Method of sending e-mails', ''),
(5746, 'O', 'es', 'Método de envío de correos electrónicos', ''),
(5746, 'O', 'fr', 'Méthode d\'envoi des emails', ''),
(5746, 'O', 'it', 'Metodo di invio e-mail', ''),
(5746, 'O', 'nl', 'Verzendmethode e-mails', ''),
(5746, 'O', 'no', 'Metode for å sende e-post', ''),
(5746, 'O', 'pt', 'Method of sending e-mails', ''),
(5746, 'O', 'ro', 'Method of sending e-mails', ''),
(5746, 'O', 'ru', 'Способ отправки почты', ''),
(5747, 'O', 'da', 'SMTP server settings', ''),
(5747, 'O', 'de', 'SMTP-Server Einstellungen', ''),
(5747, 'O', 'el', 'Ρυθμίσεις SMTP server', ''),
(5747, 'O', 'en', 'SMTP server settings', ''),
(5747, 'O', 'es', 'Configuración del servidor SMTP', ''),
(5747, 'O', 'fr', 'Paramètres du serveur SMTP', ''),
(5747, 'O', 'it', 'Impostazioni del server SMTP', ''),
(5747, 'O', 'nl', 'SMTP server instellingen', ''),
(5747, 'O', 'no', 'SMTP server instillinger', ''),
(5747, 'O', 'pt', 'SMTP server settings', ''),
(5747, 'O', 'ro', 'SMTP server settings', ''),
(5747, 'O', 'ru', 'Настройки SMTP-сервера', ''),
(5748, 'O', 'da', 'SMTP host', ''),
(5748, 'O', 'de', 'SMTP-Host', ''),
(5748, 'O', 'el', 'SMTP host', ''),
(5748, 'O', 'en', 'SMTP host', ''),
(5748, 'O', 'es', 'Alojamiento SMTP', ''),
(5748, 'O', 'fr', 'Hôte SMTP', ''),
(5748, 'O', 'it', 'Host SMTP', ''),
(5748, 'O', 'nl', 'SMTP host', ''),
(5748, 'O', 'no', 'SMTP vert', ''),
(5748, 'O', 'pt', 'SMTP host', ''),
(5748, 'O', 'ro', 'SMTP host', ''),
(5748, 'O', 'ru', 'SMTP-сервер', ''),
(5749, 'O', 'da', 'Usuário do SMTP', ''),
(5749, 'O', 'de', 'SMTP-Benutzername', ''),
(5749, 'O', 'el', 'SMTP username', ''),
(5749, 'O', 'en', 'SMTP username', ''),
(5749, 'O', 'es', 'Nombre del usuario de SMTP', ''),
(5749, 'O', 'fr', 'Nom d\'utilisateur SMTP', ''),
(5749, 'O', 'it', 'Nome utente SMTP', ''),
(5749, 'O', 'nl', 'SMTP gebruikersnaam', ''),
(5749, 'O', 'no', 'SMTP brukernavn', ''),
(5749, 'O', 'pt', 'Usuário do SMTP', ''),
(5749, 'O', 'ro', 'SMTP username', ''),
(5749, 'O', 'ru', 'Имя пользователя для SMTP-сервера', ''),
(5750, 'O', 'da', 'Senha do SMTP', ''),
(5750, 'O', 'de', 'SMTP-Passwort', ''),
(5750, 'O', 'el', 'SMTP password', ''),
(5750, 'O', 'en', 'SMTP password', ''),
(5750, 'O', 'es', 'Contraseña de SMTP', ''),
(5750, 'O', 'fr', 'Mot de passe SMTP', ''),
(5750, 'O', 'it', 'Password SMTP', ''),
(5750, 'O', 'nl', 'SMTP wachtwoord', ''),
(5750, 'O', 'no', 'SMTP passord', ''),
(5750, 'O', 'pt', 'Senha do SMTP', ''),
(5750, 'O', 'ro', 'SMTP password', ''),
(5750, 'O', 'ru', 'Пароль для SMTP-сервера', ''),
(5751, 'O', 'da', 'Usar conexão criptografada', ''),
(5751, 'O', 'de', 'Verschlüsselte Verbindung verwenden', ''),
(5751, 'O', 'el', 'Use Encrypted Connection', ''),
(5751, 'O', 'en', 'Use Encrypted Connection', ''),
(5751, 'O', 'es', 'Usar conexión cifrada', ''),
(5751, 'O', 'fr', 'Utiliser une onnexion cryptée', ''),
(5751, 'O', 'it', 'Utilizzare la connessione crittografata', ''),
(5751, 'O', 'nl', 'Gebruik beveiligde verbinding', ''),
(5751, 'O', 'no', 'Bruk kryptert tilkobling', ''),
(5751, 'O', 'pt', 'Usar conexão criptografada', ''),
(5751, 'O', 'ro', 'Use Encrypted Connection', ''),
(5751, 'O', 'ru', 'Использовать шифрованное соединение', ''),
(5752, 'O', 'da', 'Usar autenticação SMTP', ''),
(5752, 'O', 'de', 'SMTP-Authentifizierung verwenden', ''),
(5752, 'O', 'el', 'Χρήση SMTP ελέγχου ταυτότητας', ''),
(5752, 'O', 'en', 'Use SMTP authentication', ''),
(5752, 'O', 'es', 'Usar autentificación SMTP', ''),
(5752, 'O', 'fr', 'Utiliser une authentification SMTP', ''),
(5752, 'O', 'it', 'Usa Autenticazione SMTP', ''),
(5752, 'O', 'nl', 'Gebruik SMTP authenticatie', ''),
(5752, 'O', 'no', 'Bruk SMTP autentisering', ''),
(5752, 'O', 'pt', 'Usar autenticação SMTP', ''),
(5752, 'O', 'ro', 'Use SMTP authentication', ''),
(5752, 'O', 'ru', 'Использовать SMTP-аутентификацию', ''),
(5753, 'O', 'da', 'Escolha uma promoção cujo código será dado ao assinar', ''),
(5753, 'O', 'de', 'Wählen Sie eine Werbung aus, deren Werbecode Ihnen bei Anmeldung zur Verfügung gestellt wird', ''),
(5753, 'O', 'el', 'Επιλέξτε μια προσφορά της οποίας ο κωδικός θα δοθεί σε συνδρομή', ''),
(5753, 'O', 'en', 'Choose a promotion whose promo code will be given at subscription', ''),
(5753, 'O', 'es', 'Elija una promoción cuyo código de promoción le será dado en el momento de su suscripción', ''),
(5753, 'O', 'fr', 'Choisir une promotion dans laquelle le code promo sera donné lors de l\'inscription', ''),
(5753, 'O', 'it', 'Scegli una promozione il cui codice promozionale sarà inviato ai nuovi iscritti', ''),
(5753, 'O', 'nl', 'Een aanbieding kiezen waarvan de promotiecode wordt verstrekt tijdens aanmelding', ''),
(5753, 'O', 'no', 'Velg en kampanje som promo-koden vil bli gitt ved abonnement', ''),
(5753, 'O', 'pt', 'Escolha uma promoção cujo código será dado ao assinar', ''),
(5753, 'O', 'ro', 'Choose a promotion whose promo code will be given at subscription', ''),
(5753, 'O', 'ru', 'Выбрать промо-акцию, которая будет использоваться при подписке', ''),
(5754, 'O', 'da', 'Provedor', ''),
(5754, 'O', 'de', 'Provider', ''),
(5754, 'O', 'el', 'Πάροχος', ''),
(5754, 'O', 'en', 'Provider', ''),
(5754, 'O', 'es', 'Proveedor', ''),
(5754, 'O', 'fr', 'Fournisseur', ''),
(5754, 'O', 'it', 'Fornitore', ''),
(5754, 'O', 'nl', 'Provider', ''),
(5754, 'O', 'no', 'Provider', ''),
(5754, 'O', 'pt', 'Provedor', ''),
(5754, 'O', 'ro', 'Furnizor', ''),
(5754, 'O', 'ru', 'Сервис', ''),
(5755, 'O', 'da', 'Exibir valor do frete e estimativa de entrega nas páginas dos produtos', ''),
(5755, 'O', 'de', 'Show shipping cost and time on product pages', ''),
(5755, 'O', 'el', 'Εμφάνιση κόστους και χρόνου αποστολής στις σελίδες των προϊόντων', ''),
(5755, 'O', 'en', 'Show shipping cost and time on product pages', ''),
(5755, 'O', 'es', 'Mostrar el costo de envío y el tiempo en las páginas de productos', ''),
(5755, 'O', 'fr', 'Montrer les coûts et durées d\'expédition sur les pages produit', ''),
(5755, 'O', 'it', 'Show shipping cost and time on product pages', ''),
(5755, 'O', 'nl', 'Show shipping cost and time on product pages', ''),
(5755, 'O', 'no', 'Show shipping cost and time on product pages', ''),
(5755, 'O', 'pt', 'Exibir valor do frete e estimativa de entrega nas páginas dos produtos', ''),
(5755, 'O', 'ro', 'Arata costul de transport si timpul de livrare al produselor de pe pagini', ''),
(5755, 'O', 'ru', 'Показать стоимость и сроки доставки на страницах товаров', ''),
(5756, 'O', 'da', 'Chave da API', 'Obtenha a chave de API aqui: <a href=\"https://developer.tech.yandex.ru/\" target=\"_blank\">https://developer.tech.yandex.ru</a>'),
(5756, 'O', 'de', 'API key', 'Get the API key here: <a href=\"https://developer.tech.yandex.ru/\" target=\"_blank\">https://developer.tech.yandex.ru</a>'),
(5756, 'O', 'el', 'API key', 'Πάρτε τονAPI Key από εδώ: <a href=\"https://developer.tech.yandex.ru/\" target=\"_blank\">https://developer.tech.yandex.ru</a>'),
(5756, 'O', 'en', 'API key', 'Get the API key here: <a href=\"https://developer.tech.yandex.ru/\" target=\"_blank\">https://developer.tech.yandex.ru</a>'),
(5756, 'O', 'es', 'Clave API', 'Obtenga la clave API aquí: <a href=\"https://developer.tech.yandex.ru/\" target=\"_blank\">https://developer.tech.yandex.ru</a>'),
(5756, 'O', 'fr', 'Clé de l\'API', 'Obtenez la clé de l\'API ici : <a href=\"https://developer.tech.yandex.ru/\" target=\"_blank\">https://developer.tech.yandex.ru</a>'),
(5756, 'O', 'it', 'API key', 'Get the API key here: <a href=\"https://developer.tech.yandex.ru/\" target=\"_blank\">https://developer.tech.yandex.ru</a>'),
(5756, 'O', 'nl', 'API key', 'Get the API key here: <a href=\"https://developer.tech.yandex.ru/\" target=\"_blank\">https://developer.tech.yandex.ru</a>'),
(5756, 'O', 'no', 'API key', 'Get the API key here: <a href=\"https://developer.tech.yandex.ru/\" target=\"_blank\">https://developer.tech.yandex.ru</a>'),
(5756, 'O', 'pt', 'Chave da API', 'Obtenha a chave de API aqui: <a href=\"https://developer.tech.yandex.ru/\" target=\"_blank\">https://developer.tech.yandex.ru</a>'),
(5756, 'O', 'ro', 'Cheie API', 'Linkul API il gasiti aici: <a href=\"https://developer.tech.yandex.ro/\" target=\"_blank\">https://developer.tech.yandex.ro</a>'),
(5756, 'O', 'ru', 'API-ключ', 'Получите API-ключ здесь: <a href=\"https://developer.tech.yandex.ru/\" target=\"_blank\">https://developer.tech.yandex.ru</a>'),
(5757, 'O', 'da', 'Eu utilizo a versão paga da API', ''),
(5757, 'O', 'de', 'I use the paid version of the API', ''),
(5757, 'O', 'el', 'Χρησιμοποιώ την επί πληρωμή έκδοση του API', ''),
(5757, 'O', 'en', 'I use the paid version of the API', ''),
(5757, 'O', 'es', 'Yo uso la versión de pago de la API', ''),
(5757, 'O', 'fr', 'J’utilise la version payante de l’API', ''),
(5757, 'O', 'it', 'I use the paid version of the API', ''),
(5757, 'O', 'nl', 'I use the paid version of the API', ''),
(5757, 'O', 'no', 'I use the paid version of the API', ''),
(5757, 'O', 'pt', 'Eu utilizo a versão paga da API', ''),
(5757, 'O', 'ro', 'Folosesc versiunea de plata API', ''),
(5757, 'O', 'ru', 'Я использую платную версию API', ''),
(5758, 'O', 'da', '', ''),
(5758, 'O', 'de', '', ''),
(5758, 'O', 'el', '', ''),
(5758, 'O', 'en', '', ''),
(5758, 'O', 'es', '', ''),
(5758, 'O', 'fr', '', ''),
(5758, 'O', 'it', '', ''),
(5758, 'O', 'nl', '', ''),
(5758, 'O', 'no', '', ''),
(5758, 'O', 'pt', '', ''),
(5758, 'O', 'ro', '', ''),
(5758, 'O', 'ru', '', ''),
(5759, 'O', 'da', 'Chave de API', 'Obtenha a chave de API aqui: <a href=\" https://console.developers.google.com\" target=\"_blank\">https://console.developers.google.com</a>'),
(5759, 'O', 'de', 'API key', 'Get the API key here: <a href=\" https://console.developers.google.com\" target=\"_blank\"> https://console.developers.google.com</a>'),
(5759, 'O', 'el', 'API key', 'Πάρτε τον API Key από εδώ: <a href=\" https://console.developers.google.com\" target=\"_blank\">https://console.developers.google.com</a>'),
(5759, 'O', 'en', 'API key', 'Get the API key here: <a href=\" https://console.developers.google.com\" target=\"_blank\"> https://console.developers.google.com</a>'),
(5759, 'O', 'es', 'Clave API', 'Obtenga la clave API aquí: <a href=\" https://console.developers.google.com\" target=\"_blank\"> https://console.developers.google.com</a>'),
(5759, 'O', 'fr', 'Clé de l\'API', 'Obtenez la clé de l\'API ici : <a href=\" https://console.developers.google.com\" target=\"_blank\">https://console.developers.google.com</a>'),
(5759, 'O', 'it', 'API key', 'Get the API key here: <a href=\" https://console.developers.google.com\" target=\"_blank\"> https://console.developers.google.com</a>'),
(5759, 'O', 'nl', 'API key', 'Get the API key here: <a href=\" https://console.developers.google.com\" target=\"_blank\"> https://console.developers.google.com</a>'),
(5759, 'O', 'no', 'API key', 'Get the API key here: <a href=\" https://console.developers.google.com\" target=\"_blank\"> https://console.developers.google.com</a>'),
(5759, 'O', 'pt', 'Chave de API', 'Obtenha a chave de API aqui: <a href=\" https://console.developers.google.com\" target=\"_blank\">https://console.developers.google.com</a>'),
(5759, 'O', 'ro', 'Cheie API', 'Accesati link API aici: <a href=\" https://console.developers.google.com\" target=\"_blank\"> https://console.developers.google.com</a>'),
(5759, 'O', 'ru', 'API-ключ', 'Получите API-ключ здесь: <a href=\" https://console.developers.google.com\" target=\"_blank\"> https://console.developers.google.com</a>'),
(5760, 'O', 'da', 'Botão de contato nas páginas dos produtos', 'Exibe o botão \"Fazer uma pergunta\" nas páginas dos produtos.'),
(5760, 'O', 'de', 'Kontakt-Button auf Produktseiten', 'Show the \"Ask a question\" button on product pages.'),
(5760, 'O', 'el', 'Κουμπί επαφής στις σελίδες προϊόντων', 'Show the \"Ask a question\" button on product pages.'),
(5760, 'O', 'en', 'Contact button on product pages', 'Show the \"Ask a question\" button on product pages.'),
(5760, 'O', 'es', 'Botón de contacto en las páginas de productos', 'Show the \"Ask a question\" button on product pages.'),
(5760, 'O', 'fr', 'Contact button on product pages', 'Show the \"Ask a question\" button on product pages.'),
(5760, 'O', 'it', 'Contact button on product pages', 'Show the \"Ask a question\" button on product pages.'),
(5760, 'O', 'nl', 'Contact button on product pages', 'Show the \"Ask a question\" button on product pages.'),
(5760, 'O', 'no', 'Kontakt knapp på produktsider', 'Show the \"Ask a question\" button on product pages.'),
(5760, 'O', 'pt', 'Botão de contato nas páginas dos produtos', 'Exibe o botão \"Fazer uma pergunta\" nas páginas dos produtos.'),
(5760, 'O', 'ro', 'Butonul contact în paginile produsului', 'Arată butonul \"Pune o întrebare\" în paginile produsului.'),
(5760, 'O', 'ru', 'Отображать кнопку чата на странице товара', 'Показывать кнопку \"Задать вопрос\" на страницах товаров.'),
(5761, 'O', 'da', 'Botão de contato na loja do fornecedor', 'Exibe o botão \"Fazer uma pergunta\" nas lojas dos fornecedores.'),
(5761, 'O', 'de', 'Contact button in vendor microstore', 'Show the \"Ask a question\" button in vendors\' microstores.'),
(5761, 'O', 'el', 'Κουμπί επαφής στο microstore πωλητη', 'Show the \"Ask a question\" button in vendors\' microstores.'),
(5761, 'O', 'en', 'Contact button in vendor microstore', 'Show the \"Ask a question\" button in vendors\' microstores.'),
(5761, 'O', 'es', 'Botón de contacto en el proveedor de la microtienda', 'Show the \"Ask a question\" button in vendors\' microstores.'),
(5761, 'O', 'fr', 'Contact button in vendor microstore', 'Show the \"Ask a question\" button in vendors\' microstores.'),
(5761, 'O', 'it', 'Contact button in vendor microstore', 'Show the \"Ask a question\" button in vendors\' microstores.'),
(5761, 'O', 'nl', 'Contact button in vendor microstore', 'Show the \"Ask a question\" button in vendors\' microstores.'),
(5761, 'O', 'no', 'Kontakt knapp i forhandlerens mikrobutikk', 'Show the \"Ask a question\" button in vendors\' microstores.'),
(5761, 'O', 'pt', 'Botão de contato na loja do fornecedor', 'Exibe o botão \"Fazer uma pergunta\" nas lojas dos fornecedores.'),
(5761, 'O', 'ro', 'Butonul contact în magazinul vânzătorului', 'Arată butonul \"Pune o întrebare\" în magazinele vânzătorilor.'),
(5761, 'O', 'ru', 'Отображать кнопку чата на странице микромагазина продавца', 'Показывать кнопку \"Задать вопрос\" на странице микромагазина продавца.'),
(5762, 'O', 'da', 'Aprovação de produtos recém-criados', ''),
(5762, 'O', 'de', 'Approval of newly-created products', ''),
(5762, 'O', 'el', 'Έγκριση για τα νέο δημιουργηθέντα προϊόντα', ''),
(5762, 'O', 'en', 'Approval of newly-created products', ''),
(5762, 'O', 'es', 'Approval of newly-created products', ''),
(5762, 'O', 'fr', 'Approval of newly-created products', ''),
(5762, 'O', 'it', 'Approval of newly-created products', ''),
(5762, 'O', 'nl', 'Approval of newly-created products', ''),
(5762, 'O', 'no', 'Approval of newly-created products', ''),
(5762, 'O', 'pt', 'Aprovação de produtos recém-criados', ''),
(5762, 'O', 'ro', 'Approval of newly-created products', ''),
(5762, 'O', 'ru', 'Проверка новых товаров', ''),
(5763, 'O', 'da', 'Aprovação de atualizações de informações de produtos', ''),
(5763, 'O', 'de', 'Approval of product info updates', ''),
(5763, 'O', 'el', 'Approval of product info updates', ''),
(5763, 'O', 'en', 'Approval of product info updates', ''),
(5763, 'O', 'es', 'Approval of product info updates', ''),
(5763, 'O', 'fr', 'Approval of product info updates', ''),
(5763, 'O', 'it', 'Approval of product info updates', ''),
(5763, 'O', 'nl', 'Approval of product info updates', ''),
(5763, 'O', 'no', 'Approval of product info updates', ''),
(5763, 'O', 'pt', 'Aprovação de atualizações de informações de produtos', ''),
(5763, 'O', 'ro', 'Approval of product info updates', ''),
(5763, 'O', 'ru', 'Проверка изменённых товаров', ''),
(5764, 'O', 'da', 'Aprovação de atualizações no perfil do fornecedor', ''),
(5764, 'O', 'de', 'Approval of vendor profile updates', ''),
(5764, 'O', 'el', 'Approval of vendor profile updates', ''),
(5764, 'O', 'en', 'Approval of vendor profile updates', ''),
(5764, 'O', 'es', 'Approval of vendor profile updates', ''),
(5764, 'O', 'fr', 'Approval of vendor profile updates', ''),
(5764, 'O', 'it', 'Approval of vendor profile updates', ''),
(5764, 'O', 'nl', 'Approval of vendor profile updates', ''),
(5764, 'O', 'no', 'Approval of vendor profile updates', ''),
(5764, 'O', 'pt', 'Aprovação de atualizações no perfil do fornecedor', ''),
(5764, 'O', 'ro', 'Approval of vendor profile updates', ''),
(5764, 'O', 'ru', 'Проверка изменений в учётных записях продавцов', ''),
(5765, 'O', 'da', '', ''),
(5765, 'O', 'de', '', ''),
(5765, 'O', 'el', '', ''),
(5765, 'O', 'en', '', ''),
(5765, 'O', 'es', '', ''),
(5765, 'O', 'fr', '', ''),
(5765, 'O', 'it', '', ''),
(5765, 'O', 'nl', '', ''),
(5765, 'O', 'no', '', ''),
(5765, 'O', 'pt', '', ''),
(5765, 'O', 'ro', '', ''),
(5765, 'O', 'ru', '', ''),
(5766, 'O', 'da', 'Aprovação necessária para atualizações de', ''),
(5766, 'O', 'de', 'Require approval for updates of', ''),
(5766, 'O', 'el', 'Require approval for updates of', ''),
(5766, 'O', 'en', 'Require approval for updates of', ''),
(5766, 'O', 'es', 'Require approval for updates of', ''),
(5766, 'O', 'fr', 'Require approval for updates of', ''),
(5766, 'O', 'it', 'Require approval for updates of', ''),
(5766, 'O', 'nl', 'Require approval for updates of', ''),
(5766, 'O', 'no', 'Require approval for updates of', ''),
(5766, 'O', 'pt', 'Aprovação necessária para atualizações de', ''),
(5766, 'O', 'ro', 'Require approval for updates of', ''),
(5766, 'O', 'ru', 'Нужна проверка, если изменится', ''),
(5767, 'O', 'da', 'Comissões', ''),
(5767, 'O', 'de', 'Commissions', ''),
(5767, 'O', 'el', 'Προμήθειες', ''),
(5767, 'O', 'en', 'Commissions', ''),
(5767, 'O', 'es', 'Comisiones', ''),
(5767, 'O', 'fr', 'Commissions', ''),
(5767, 'O', 'it', 'Commissioni', ''),
(5767, 'O', 'nl', 'Commissions', ''),
(5767, 'O', 'no', 'Provisjoner', ''),
(5767, 'O', 'pt', 'Comissões', ''),
(5767, 'O', 'ro', 'Commissions', ''),
(5767, 'O', 'ru', 'Комиссии', ''),
(5768, 'O', 'da', 'Incluir o custo de frete em comissões dos fornecedores', ''),
(5768, 'O', 'de', 'Include shipping cost in vendor commissions', ''),
(5768, 'O', 'el', 'Συμπεριλάβετε το κόστος αποστολής στην προμήθεια του προμηθευτή', ''),
(5768, 'O', 'en', 'Include shipping cost in vendor commissions', ''),
(5768, 'O', 'es', 'Include shipping cost in vendor commissions', ''),
(5768, 'O', 'fr', 'Include shipping cost in vendor commissions', ''),
(5768, 'O', 'it', 'Include shipping cost in vendor commissions', ''),
(5768, 'O', 'nl', 'Include shipping cost in vendor commissions', ''),
(5768, 'O', 'no', 'Include shipping cost in vendor commissions', ''),
(5768, 'O', 'pt', 'Incluir o custo de frete em comissões dos fornecedores', ''),
(5768, 'O', 'ro', 'Include shipping cost in vendor commissions', ''),
(5768, 'O', 'ru', 'Включить стоимость доставки в комиссию продавца', ''),
(5769, 'O', 'da', 'Incluir impostos nas comissões dos fornecedores', 'Calcule as comissões dos fornecedores sem subtrair impostos do total do pedido antecipadamente.'),
(5769, 'O', 'de', 'Include taxes in vendor commissions', 'Calculate vendor commissions without subtracting taxes from the order total beforehand.'),
(5769, 'O', 'el', 'Συμπεριλάβετε φόρο στην προμήθεια του πωλητη', 'Υπολογίστε τις προμήθειες των πωλητών χωρίς να αφαιρέσετε εκ των προτέρων τους φόρους από το σύνολο των παραγγελιών.'),
(5769, 'O', 'en', 'Include taxes in vendor commissions', 'Calculate vendor commissions without subtracting taxes from the order total beforehand.'),
(5769, 'O', 'es', 'Include taxes in vendor commissions', 'Calculate vendor commissions without subtracting taxes from the order total beforehand.'),
(5769, 'O', 'fr', 'Include taxes in vendor commissions', 'Calculate vendor commissions without subtracting taxes from the order total beforehand.'),
(5769, 'O', 'it', 'Include taxes in vendor commissions', 'Calculate vendor commissions without subtracting taxes from the order total beforehand.'),
(5769, 'O', 'nl', 'Include taxes in vendor commissions', 'Calculate vendor commissions without subtracting taxes from the order total beforehand.'),
(5769, 'O', 'no', 'Include taxes in vendor commissions', 'Calculate vendor commissions without subtracting taxes from the order total beforehand.'),
(5769, 'O', 'pt', 'Incluir impostos nas comissões dos fornecedores', 'Calcule as comissões dos fornecedores sem subtrair impostos do total do pedido antecipadamente.'),
(5769, 'O', 'ro', 'Include taxes in vendor commissions', 'Calculate vendor commissions without subtracting taxes from the order total beforehand.'),
(5769, 'O', 'ru', 'Включить налоги в комиссию продавца', 'Рассчитывать комиссии продавцов без предварительного вычета налогов из итоговых сумм заказов.'),
(5770, 'O', 'da', 'Permitir que fornecedores alterem seus planos atuais', ''),
(5770, 'O', 'de', 'Allow vendors to change their current plan', ''),
(5770, 'O', 'el', 'Επιτρέψτε πωλητές να αλλάξουν το τρέχον πακετο', ''),
(5770, 'O', 'en', 'Allow vendors to change their current plan', ''),
(5770, 'O', 'es', 'Permitir a los vendedores cambiar su plan actual', ''),
(5770, 'O', 'fr', 'Permettre aux vendeurs de changer leur plan actuel', ''),
(5770, 'O', 'it', 'Permettere ai ventori di cambiare il loro piano presente', ''),
(5770, 'O', 'nl', 'Allow vendors to change their current plan', ''),
(5770, 'O', 'no', 'Tillat forhandlere å endre sin gjeldende plan', ''),
(5770, 'O', 'pt', 'Permitir que fornecedores alterem seus planos atuais', ''),
(5770, 'O', 'ro', 'Allow vendors to change their current plan', ''),
(5770, 'O', 'ru', 'Разрешить продавцам изменять выбранный план', ''),
(5771, 'O', 'da', 'Quantidade mínima', ''),
(5771, 'O', 'de', 'Mindestbetrag', ''),
(5771, 'O', 'el', 'Ελάχιστο ποσό', ''),
(5771, 'O', 'en', 'Minimal amount', ''),
(5771, 'O', 'es', 'Cantidad mínima', ''),
(5771, 'O', 'fr', 'Montant minimum', ''),
(5771, 'O', 'it', 'Importo minimo', ''),
(5771, 'O', 'nl', 'Minimale bedrag', ''),
(5771, 'O', 'no', 'Minimumsbeløp', ''),
(5771, 'O', 'pt', 'Quantidade mínima', ''),
(5771, 'O', 'ro', 'Valoarea minimă', ''),
(5771, 'O', 'ru', 'Минимальная сумма', ''),
(5772, 'O', 'da', 'Quantidade máxima', ''),
(5772, 'O', 'de', 'Maximalbetrag', ''),
(5772, 'O', 'el', 'Μέγιστο ποσό', ''),
(5772, 'O', 'en', 'Maximal amount', ''),
(5772, 'O', 'es', 'Cantidad máxima', ''),
(5772, 'O', 'fr', 'Montant maximum', ''),
(5772, 'O', 'it', 'Importo massimo', ''),
(5772, 'O', 'nl', 'Maximale bedrag', ''),
(5772, 'O', 'no', 'Maksimumsbeløp', ''),
(5772, 'O', 'pt', 'Quantidade máxima', ''),
(5772, 'O', 'ro', 'Valoarea maximă', ''),
(5772, 'O', 'ru', 'Максимальная сумма', ''),
(5773, 'O', 'da', 'Prefixo do código GC', ''),
(5773, 'O', 'de', 'Gutscheincode-Präfix', ''),
(5773, 'O', 'el', 'Πρόθεμα κωδικού GC', ''),
(5773, 'O', 'en', 'GC Code prefix', ''),
(5773, 'O', 'es', 'Prefijo de número de código de GC', ''),
(5773, 'O', 'fr', 'Préfixe du code barre', ''),
(5773, 'O', 'it', 'Prefisso codice GC', ''),
(5773, 'O', 'nl', 'Voorvoegsel voor cadeaubon code', ''),
(5773, 'O', 'no', 'GC kode prefiks', ''),
(5773, 'O', 'pt', 'Prefixo do código GC', ''),
(5773, 'O', 'ro', 'Prefixul codului GC', ''),
(5773, 'O', 'ru', 'Префикс кода подарочного сертификата', ''),
(5774, 'O', 'da', 'Vales-presentes por página', ''),
(5774, 'O', 'de', 'Gutscheine pro Seite', ''),
(5774, 'O', 'el', 'Δωροεπιταγές ανα σελίδα', ''),
(5774, 'O', 'en', 'Gift certificates per page', ''),
(5774, 'O', 'es', 'Certificados de regalo por página', ''),
(5774, 'O', 'fr', 'Nombre de bons-cadeaux par page', ''),
(5774, 'O', 'it', 'Buoni regalo per pagina', ''),
(5774, 'O', 'nl', 'Cadeaubonnen per pagina', ''),
(5774, 'O', 'no', 'Gavekort per side', ''),
(5774, 'O', 'pt', 'Vales-presentes por página', ''),
(5774, 'O', 'ro', 'Certificate cadou per pagină', ''),
(5774, 'O', 'ru', 'Подарочных сертификатов на страницу', ''),
(5775, 'O', 'da', 'Permitir usar produtos gratuitos', ''),
(5775, 'O', 'de', 'Kostenlose Artikel erlauben', ''),
(5775, 'O', 'el', 'Δυνατότητα χρήσης δωρεάν προιόντων', ''),
(5775, 'O', 'en', 'Allow to use free products', ''),
(5775, 'O', 'es', 'Permitir usar productos gratis', ''),
(5775, 'O', 'fr', 'Permettre d\'utiliser des produits gratuits', ''),
(5775, 'O', 'it', 'Permetti di utilizzare i prodotti gratuiti', ''),
(5775, 'O', 'nl', 'Kan gebruikt worden voor gratis producten', ''),
(5775, 'O', 'no', 'Tillat å bruke gratis produkter', ''),
(5775, 'O', 'pt', 'Permitir usar produtos gratuitos', ''),
(5775, 'O', 'ro', 'Permiteți folosirea produselor gratuite', ''),
(5775, 'O', 'ru', 'Позволять использовать бесплатные товары', ''),
(5776, 'O', 'da', 'Permitir desconto no frete ao usar o vale-presente', ''),
(5776, 'O', 'de', 'Erlauben, Versandkosten mit Gutschein zu begleichen', ''),
(5776, 'O', 'el', 'Δυνατότητα εξαγοράς εξόδων αποστολής με δωροεπιταγή', ''),
(5776, 'O', 'en', 'Allow to redeem shipping cost with gift certificate', ''),
(5776, 'O', 'es', 'Permitir amortizar los gastos de envío con el certificado de regalo', ''),
(5776, 'O', 'fr', 'Autoriser le paiement des frais d\'envois avec les bons-cadeaux', ''),
(5776, 'O', 'it', 'Consenti di riscattare le spese di spedizione con il buono regalo', ''),
(5776, 'O', 'nl', 'Het inwisselen van een cadeaubon voor verzendkosten is toegestaan', ''),
(5776, 'O', 'no', 'Tillat å innløse fraktkostnader med gavekort', ''),
(5776, 'O', 'pt', 'Permitir desconto no frete ao usar o vale-presente', ''),
(5776, 'O', 'ro', 'Permiteți și valorificarea transportului cu certificatul cadou', ''),
(5776, 'O', 'ru', 'Позволять оплачивать стоимость доставки подарочным сертификатом', ''),
(5777, 'O', 'da', 'Exibir o mapa em documentos relacionados ao pedido', 'Imprimir o mapa na declaração de conteúdo e na fatura'),
(5777, 'O', 'de', 'Show map in order-related documents', 'Print the map on the packing slip and invoice'),
(5777, 'O', 'el', 'Εμφάνιση χάρτη, σε έγγραφα σχετικά με την παραγγελία', 'Εκτυπώστε τον χάρτη στο δελτίο συσκευασίας και στο παραστατικό'),
(5777, 'O', 'en', 'Show map in order-related documents', 'Print the map on the packing slip and invoice'),
(5777, 'O', 'es', 'Show map in order-related documents', 'Print the map on the packing slip and invoice'),
(5777, 'O', 'fr', 'Show map in order-related documents', 'Print the map on the packing slip and invoice'),
(5777, 'O', 'it', 'Show map in order-related documents', 'Print the map on the packing slip and invoice'),
(5777, 'O', 'nl', 'Kaart weergeven in ordergerelateerde documenten', 'Druk de kaart af op de pakbon en factuur'),
(5777, 'O', 'no', 'Show map in order-related documents', 'Print the map on the packing slip and invoice'),
(5777, 'O', 'pt', 'Exibir o mapa em documentos relacionados ao pedido', 'Imprimir o mapa na declaração de conteúdo e na fatura'),
(5777, 'O', 'ro', 'Show map in order-related documents', 'Print the map on the packing slip and invoice'),
(5777, 'O', 'ru', 'Показывать карту в документах заказов', 'Распечатывать карту в упаковочном реестре и счете заказа'),
(5778, 'O', 'da', 'Usar lista de cidades em vez de um mapa', 'Afeta o bloco de geolocalização do cliente. A lista será gerada a partir de cidades que possuem lojas e pontos de retirada.'),
(5778, 'O', 'de', 'Use list of cities instead of a map', 'Affects the Customer Geolocation block. The list will be generated from cities that have stores and pickup points.'),
(5778, 'O', 'el', 'Χρήση λίστας με τις πόλεις αντί για χάρτη', 'Επηρεάζει το μπλοκ του πελάτη που εμφανίζει την γεωγραφική του θέση. Η λίστα αυτή θα δημιουργηθεί από πόλεις στις οποίες υπάρχουν καταστήματα και σημεία παραλαβής.'),
(5778, 'O', 'en', 'Use list of cities instead of a map', 'Affects the Customer Geolocation block. The list will be generated from cities that have stores and pickup points.'),
(5778, 'O', 'es', 'Use list of cities instead of a map', 'Affects the Customer Geolocation block. The list will be generated from cities that have stores and pickup points.'),
(5778, 'O', 'fr', 'Use list of cities instead of a map', 'Affects the Customer Geolocation block. The list will be generated from cities that have stores and pickup points.'),
(5778, 'O', 'it', 'Use list of cities instead of a map', 'Affects the Customer Geolocation block. The list will be generated from cities that have stores and pickup points.'),
(5778, 'O', 'nl', 'Gebruik een lijst met steden in plaats van een kaart', 'Heeft invloed op het klantgeolocatieblok. De lijst wordt gegenereerd uit steden met winkels en afhaalpunten.'),
(5778, 'O', 'no', 'Use list of cities instead of a map', 'Affects the Customer Geolocation block. The list will be generated from cities that have stores and pickup points.'),
(5778, 'O', 'pt', 'Usar lista de cidades em vez de um mapa', 'Afeta o bloco de geolocalização do cliente. A lista será gerada a partir de cidades que possuem lojas e pontos de retirada.'),
(5778, 'O', 'ro', 'Use list of cities instead of a map', 'Affects the Customer Geolocation block. The list will be generated from cities that have stores and pickup points.'),
(5778, 'O', 'ru', 'Использовать список городов вместо карты', 'Влияет на блок \"Местоположение покупателя\". Список сгенерируется на основе городов, где есть магазины и пункты самовывоза.'),
(5779, 'O', 'da', 'Chave de acesso', ''),
(5779, 'O', 'de', 'Zugangsschlüssel', ''),
(5779, 'O', 'el', 'Access key', ''),
(5779, 'O', 'en', 'Access key', ''),
(5779, 'O', 'es', 'Clave de acceso', ''),
(5779, 'O', 'fr', 'Access key', ''),
(5779, 'O', 'it', 'Access key', ''),
(5779, 'O', 'nl', 'Access key', ''),
(5779, 'O', 'no', 'Tilgangsnøkkel', ''),
(5779, 'O', 'pt', 'Chave de acesso', ''),
(5779, 'O', 'ro', 'Access key', ''),
(5779, 'O', 'ru', 'Ключ доступа', ''),
(5780, 'O', 'da', 'Permitir imagens próprias para variações infantis', 'Se as variações infantis não tiverem as próprias imagens, elas utilizarão as imagens da variação padrão do item.'),
(5780, 'O', 'de', 'Allow own images for child variations', 'If child variations aren\'t allowed to have their own images, they will use the images from the default variation of the catalog item.'),
(5780, 'O', 'el', 'Επιτρέψτε ξεχωριστές εικόνες για παραλλαγές παιδιά', 'Αν οι παραλλαγές παιδιά δέν επιτρέπεται να έχουν τις δικές τους μοναδικές εικόνες, θα χρησιμοποποιήσουν τις εικόνες από την προκαθορισμένη παραλλαγή του αντικειμένου του καταλόγου.'),
(5780, 'O', 'en', 'Allow own images for child variations', 'If child variations aren\'t allowed to have their own images, they will use the images from the default variation of the catalog item.'),
(5780, 'O', 'es', 'Allow own images for child variations', 'If child variations aren\'t allowed to have their own images, they will use the images from the default variation of the catalog item.'),
(5780, 'O', 'fr', 'Allow own images for child variations', 'If child variations aren\'t allowed to have their own images, they will use the images from the default variation of the catalog item.'),
(5780, 'O', 'it', 'Allow own images for child variations', 'If child variations aren\'t allowed to have their own images, they will use the images from the default variation of the catalog item.'),
(5780, 'O', 'nl', 'Allow own images for child variations', 'If child variations aren\'t allowed to have their own images, they will use the images from the default variation of the catalog item.'),
(5780, 'O', 'no', 'Allow own images for child variations', 'If child variations aren\'t allowed to have their own images, they will use the images from the default variation of the catalog item.'),
(5780, 'O', 'pt', 'Permitir imagens próprias para variações infantis', 'Se as variações infantis não tiverem as próprias imagens, elas utilizarão as imagens da variação padrão do item.'),
(5780, 'O', 'ro', 'Allow own images for child variations', 'If child variations aren\'t allowed to have their own images, they will use the images from the default variation of the catalog item.'),
(5780, 'O', 'ru', 'Свои изображения для дочерних вариаций', 'Если для дочерних вариаций не включены свои собственные изображения, то они будут заимствовать изображения у вариации, выбранной по умолчанию.'),
(5781, 'O', 'da', 'Permitir valores próprios para variações infantis', 'Se as variações infantis não tiverem os próprios valores, elas utilizarão os valores da variação padrão do item.'),
(5781, 'O', 'de', 'Allow own feature values for child variations', 'If child variations aren\'t allowed to have their own values for features, they will use the values from the default variation of the catalog item.'),
(5781, 'O', 'el', 'Επιτρέψτε ξεχωριστές τιμές χαρακτηριστικών για παραλλαγές παιδιά', 'Αν οι παραλλαγές παιδιά δέν επιτρέπεται να έχουν ξεχωριστές τιμές για τα χαρακτηριστικά τους, θα χρησιμοποποιήσουν τις τιμές χαρακτηριστικών από την προκαθορισμένη παραλλαγή του αντικειμένου του καταλόγου.'),
(5781, 'O', 'en', 'Allow own feature values for child variations', 'If child variations aren\'t allowed to have their own values for features, they will use the values from the default variation of the catalog item.'),
(5781, 'O', 'es', 'Allow own feature values for child variations', 'If child variations aren\'t allowed to have their own values for features, they will use the values from the default variation of the catalog item.'),
(5781, 'O', 'fr', 'Allow own feature values for child variations', 'If child variations aren\'t allowed to have their own values for features, they will use the values from the default variation of the catalog item.'),
(5781, 'O', 'it', 'Allow own feature values for child variations', 'If child variations aren\'t allowed to have their own values for features, they will use the values from the default variation of the catalog item.'),
(5781, 'O', 'nl', 'Allow own feature values for child variations', 'If child variations aren\'t allowed to have their own values for features, they will use the values from the default variation of the catalog item.'),
(5781, 'O', 'no', 'Allow own feature values for child variations', 'If child variations aren\'t allowed to have their own values for features, they will use the values from the default variation of the catalog item.'),
(5781, 'O', 'pt', 'Permitir valores próprios para variações infantis', 'Se as variações infantis não tiverem os próprios valores, elas utilizarão os valores da variação padrão do item.'),
(5781, 'O', 'ro', 'Allow own feature values for child variations', 'If child variations aren\'t allowed to have their own values for features, they will use the values from the default variation of the catalog item.'),
(5781, 'O', 'ru', 'Свои значения характеристик для дочерних вариаций', 'Если для дочерних вариаций не включены свои собственные значения характеристик, они будут заимствовать значения у вариации, выбранной по умолчанию.'),
(5782, 'O', 'da', 'Trocar variação padrão quando estiver oculta ou esgotada', 'Exibir sempre os produtos disponíveis primeiro. Recomendamos deixar esta opção ativada para melhor filtragem das variações.'),
(5782, 'O', 'de', 'Change default variation when it runs out of stock', 'Ensure that customers always see the products that are in stock first. We recommend leaving this setting enabled for better filtering of variations.'),
(5782, 'O', 'el', 'Αλλαγή προκαθορισμένης παραλλαγής όταν τελειώνει το απόθεμα', 'Διασφαλίστε ότι οι πελάτες βλέπουν πρώτα τα προϊόντα που είναι διαθέσιμα. Συνιστούμε να αφήσετε την ρύθμιση αυτή ενεργοποιημένη για καλύτερο φιλτράρισα των παραλλαγών.'),
(5782, 'O', 'en', 'Change default variation when it gets hidden or runs out of stock', 'Ensure that customers always see the products that are in stock first. We recommend leaving this setting enabled for better filtering of variations.'),
(5782, 'O', 'es', 'Change default variation when it runs out of stock', 'Ensure that customers always see the products that are in stock first. We recommend leaving this setting enabled for better filtering of variations.'),
(5782, 'O', 'fr', 'Change default variation when it runs out of stock', 'Ensure that customers always see the products that are in stock first. We recommend leaving this setting enabled for better filtering of variations.'),
(5782, 'O', 'it', 'Change default variation when it runs out of stock', 'Ensure that customers always see the products that are in stock first. We recommend leaving this setting enabled for better filtering of variations.'),
(5782, 'O', 'nl', 'Change default variation when it runs out of stock', 'Ensure that customers always see the products that are in stock first. We recommend leaving this setting enabled for better filtering of variations.'),
(5782, 'O', 'no', 'Change default variation when it runs out of stock', 'Ensure that customers always see the products that are in stock first. We recommend leaving this setting enabled for better filtering of variations.'),
(5782, 'O', 'pt', 'Trocar variação padrão quando estiver oculta ou esgotada', 'Exibir sempre os produtos disponíveis primeiro. Recomendamos deixar esta opção ativada para melhor filtragem das variações.'),
(5782, 'O', 'ro', 'Change default variation when it runs out of stock', 'Ensure that customers always see the products that are in stock first. We recommend leaving this setting enabled for better filtering of variations.'),
(5782, 'O', 'ru', 'Изменять вариацию по умолчанию, когда она заканчивается на складе', 'Гарантирует, что пользователи всегда сначала увидят те товары, которые есть в наличии. Рекомендуем оставить эту настройку включенной, чтобы вариации фильтровались лучше.'),
(5783, 'O', 'da', '', ''),
(5783, 'O', 'de', '', ''),
(5783, 'O', 'el', '', ''),
(5783, 'O', 'en', '', ''),
(5783, 'O', 'es', '', ''),
(5783, 'O', 'fr', '', ''),
(5783, 'O', 'it', '', ''),
(5783, 'O', 'nl', '', ''),
(5783, 'O', 'no', '', ''),
(5783, 'O', 'pt', '', ''),
(5783, 'O', 'ro', '', ''),
(5783, 'O', 'ru', '', ''),
(5784, 'O', 'da', 'Chave do site', ''),
(5784, 'O', 'de', 'Site key', ''),
(5784, 'O', 'el', 'Site key', ''),
(5784, 'O', 'en', 'Site key', ''),
(5784, 'O', 'es', 'Clave del sitio', ''),
(5784, 'O', 'fr', 'Site key', ''),
(5784, 'O', 'it', 'Codice del Site', ''),
(5784, 'O', 'nl', 'Site key', ''),
(5784, 'O', 'no', 'Side nøkkel', ''),
(5784, 'O', 'pt', 'Chave do site', ''),
(5784, 'O', 'ro', 'Site key', ''),
(5784, 'O', 'ru', 'Site key (Ключ сайта)', ''),
(5785, 'O', 'da', 'Chave secreta', ''),
(5785, 'O', 'de', 'Geheimnis', ''),
(5785, 'O', 'el', 'Μυστικό', ''),
(5785, 'O', 'en', 'Secret', ''),
(5785, 'O', 'es', 'Pregunta secreta', ''),
(5785, 'O', 'fr', 'Secret', ''),
(5785, 'O', 'it', 'Secreto', ''),
(5785, 'O', 'nl', 'Secret', ''),
(5785, 'O', 'no', 'Hemmelighet', ''),
(5785, 'O', 'pt', 'Chave secreta', ''),
(5785, 'O', 'ro', 'Secret', ''),
(5785, 'O', 'ru', 'Secret (Секрет)', ''),
(5786, 'O', 'da', 'Tema', ''),
(5786, 'O', 'de', 'Template', ''),
(5786, 'O', 'el', 'Θέμα', ''),
(5786, 'O', 'en', 'Theme', ''),
(5786, 'O', 'es', 'Tema', ''),
(5786, 'O', 'fr', 'Theme', ''),
(5786, 'O', 'it', 'Thema', ''),
(5786, 'O', 'nl', 'Thema', ''),
(5786, 'O', 'no', 'Mal', ''),
(5786, 'O', 'pt', 'Tema', ''),
(5786, 'O', 'ro', 'Theme', ''),
(5786, 'O', 'ru', 'Оформление', ''),
(5787, 'O', 'da', 'Tamanho', ''),
(5787, 'O', 'de', 'Größe', ''),
(5787, 'O', 'el', 'Μέγεθος', ''),
(5787, 'O', 'en', 'Size', ''),
(5787, 'O', 'es', 'Tamaño', ''),
(5787, 'O', 'fr', 'Size', ''),
(5787, 'O', 'it', 'Taglia', ''),
(5787, 'O', 'nl', 'Afmeting', ''),
(5787, 'O', 'no', 'Størrelse', ''),
(5787, 'O', 'pt', 'Tamanho', ''),
(5787, 'O', 'ro', 'Size', ''),
(5787, 'O', 'ru', 'Размер', ''),
(5788, 'O', 'da', 'Tipo', ''),
(5788, 'O', 'de', 'Typ', ''),
(5788, 'O', 'el', 'Τύπος', ''),
(5788, 'O', 'en', 'Type', ''),
(5788, 'O', 'es', 'Tipo', ''),
(5788, 'O', 'fr', 'Type', ''),
(5788, 'O', 'it', 'Tipo', ''),
(5788, 'O', 'nl', 'Type', ''),
(5788, 'O', 'no', 'Type', ''),
(5788, 'O', 'pt', 'Tipo', ''),
(5788, 'O', 'ro', 'Type', ''),
(5788, 'O', 'ru', 'Тип', ''),
(5789, 'O', 'da', '', ''),
(5789, 'O', 'de', '', ''),
(5789, 'O', 'el', '', ''),
(5789, 'O', 'en', '', ''),
(5789, 'O', 'es', '', ''),
(5789, 'O', 'fr', '', ''),
(5789, 'O', 'it', '', ''),
(5789, 'O', 'nl', '', ''),
(5789, 'O', 'no', '', ''),
(5789, 'O', 'pt', '', ''),
(5789, 'O', 'ro', '', ''),
(5789, 'O', 'ru', '', ''),
(5790, 'O', 'da', '', ''),
(5790, 'O', 'de', '', ''),
(5790, 'O', 'el', '', ''),
(5790, 'O', 'en', '', ''),
(5790, 'O', 'es', '', ''),
(5790, 'O', 'fr', '', ''),
(5790, 'O', 'it', '', ''),
(5790, 'O', 'nl', '', ''),
(5790, 'O', 'no', '', ''),
(5790, 'O', 'pt', '', ''),
(5790, 'O', 'ro', '', ''),
(5790, 'O', 'ru', '', ''),
(5791, 'O', 'da', 'Países isentos', ''),
(5791, 'O', 'de', 'Excluded countries', ''),
(5791, 'O', 'el', 'Εξαιρούμενες χώρες', ''),
(5791, 'O', 'en', 'Excluded countries', ''),
(5791, 'O', 'es', 'Excluded countries', ''),
(5791, 'O', 'fr', 'Pays exclus', ''),
(5791, 'O', 'it', 'Excluded countries', ''),
(5791, 'O', 'nl', 'Excluded countries', ''),
(5791, 'O', 'no', 'Excluded countries', ''),
(5791, 'O', 'pt', 'Países isentos', ''),
(5791, 'O', 'ro', 'Țările excluse', ''),
(5791, 'O', 'ru', 'Страны-исключения', ''),
(5792, 'O', 'da', 'Exibir período de devolução do produto', ''),
(5792, 'O', 'de', 'Rückgabefrist des Artikels anzeigen', ''),
(5792, 'O', 'el', 'Εμφάνιση περίοδου επιστροφής των προϊόντων', ''),
(5792, 'O', 'en', 'Display product return period', ''),
(5792, 'O', 'es', 'Mostrar tiempo de devolución del producto', ''),
(5792, 'O', 'fr', 'Afficher la periode du retour des produits', ''),
(5792, 'O', 'it', 'Mostra il periodo di restituzione prodotto', ''),
(5792, 'O', 'nl', 'De product retourperiode weergeven', ''),
(5792, 'O', 'no', 'Vis produktreturperioden', ''),
(5792, 'O', 'pt', 'Exibir período de devolução do produto', ''),
(5792, 'O', 'ro', 'Afișează perioada de returnare a produsului', ''),
(5792, 'O', 'ru', 'Отображать период возврата товара', ''),
(5793, 'O', 'da', 'Não considerar fins de semana ao calcular o período de devolução', ''),
(5793, 'O', 'de', 'Wochenenden bei Berechnung von Rückgabefristen nicht einbeziehen', ''),
(5793, 'O', 'el', 'Μην πάρετε τα Σαββατοκύριακα υπόψη κατά τον υπολογισμό  της περιόδου επιστροφής των προϊόντων', ''),
(5793, 'O', 'en', 'Do not take weekends into account when calculating product return period', ''),
(5793, 'O', 'es', 'No tener en cuenta los fines de semana para calcular el tiempo de devolución del producto', ''),
(5793, 'O', 'fr', 'Ne pas considerer les week ends dans le compte lors calculer la periode du retour des produits', ''),
(5793, 'O', 'it', 'Non considerare i fine-settimana quando viene calcolato il periodo di restituzione del prodotto', ''),
(5793, 'O', 'nl', 'Geen weekends meerekenen bij het berekenen van de retourperiode van het product', ''),
(5793, 'O', 'no', 'Ikke ta med helger ved beregning av produktets returperiode', ''),
(5793, 'O', 'pt', 'Não considerar fins de semana ao calcular o período de devolução', ''),
(5793, 'O', 'ro', 'Nu lua în considerare când se va calcula perioada de returnare a produsului', ''),
(5793, 'O', 'ru', 'Не учитывать выходные при подсчете периода возврата товара', ''),
(5794, 'O', 'da', 'Desconto mínimo de venda final (%)', ''),
(5794, 'O', 'de', 'Mindestrabatt für den Schlussverkauf (%)', ''),
(5794, 'O', 'el', 'Ελάχιστη τελική πώληση έκπτωση (%)', ''),
(5794, 'O', 'en', 'Minimum final sale discount (%)', ''),
(5794, 'O', 'es', 'Descuento mínimo de oferta final (%)', ''),
(5794, 'O', 'fr', 'Rabais vente finale minimale (%)', ''),
(5794, 'O', 'it', 'Sconto finale minimo di vendita (%)', ''),
(5794, 'O', 'nl', 'Minimale definitieve verkoopkorting (%)', ''),
(5794, 'O', 'no', 'Minimum sluttsalg rabatt (%)', ''),
(5794, 'O', 'pt', 'Desconto mínimo de venda final (%)', ''),
(5794, 'O', 'ro', 'Reducere de minim de vânzare final (%)', ''),
(5794, 'O', 'ru', 'Минимальная скидка для финальной распродажи (%)', ''),
(5795, 'O', 'da', 'Quantidade mínima de vendas para definir os best-sellers', ''),
(5795, 'O', 'de', 'Mindestumsatz, um Bestseller zu definieren', ''),
(5795, 'O', 'el', 'Ελάχιστο ποσό πωλήσεων για τον καθορισμό των μπεστ σέλερ', ''),
(5795, 'O', 'en', 'Minimum sales amount to define bestsellers', ''),
(5795, 'O', 'es', 'Cantidad mínima de ventas para definir Más vendido', ''),
(5795, 'O', 'fr', 'Montant minimal de vente pour définir les meilleures ventes', ''),
(5795, 'O', 'it', 'Importo minimo di vendita per definire i bestseller', ''),
(5795, 'O', 'nl', 'Minimum verkoopbedrag om als bestverkocht te definiëren', ''),
(5795, 'O', 'no', 'Minimum salgsbeløp for å definere bestselgere', ''),
(5795, 'O', 'pt', 'Quantidade mínima de vendas para definir os best-sellers', ''),
(5795, 'O', 'ro', 'Suma minimă de vânzări pentru a defini cel mai bine vandut', ''),
(5795, 'O', 'ru', 'Минимальное количество продаж, определяющее хиты продаж', ''),
(5796, 'O', 'da', 'Período', ''),
(5796, 'O', 'de', 'Zeitraum', ''),
(5796, 'O', 'el', 'Περίοδος', ''),
(5796, 'O', 'en', 'Period', ''),
(5796, 'O', 'es', 'Periodo', ''),
(5796, 'O', 'fr', 'Période', ''),
(5796, 'O', 'it', 'Periodo', ''),
(5796, 'O', 'nl', 'Periode', ''),
(5796, 'O', 'no', 'Periode', ''),
(5796, 'O', 'pt', 'Período', ''),
(5796, 'O', 'ro', 'Perioada', ''),
(5796, 'O', 'ru', 'Период', ''),
(5797, 'O', 'da', 'Últimos dias', ''),
(5797, 'O', 'de', 'Letzte Tage', ''),
(5797, 'O', 'el', 'Τελευταίες ημέρες', ''),
(5797, 'O', 'en', 'Last days', ''),
(5797, 'O', 'es', 'Últimos días', ''),
(5797, 'O', 'fr', 'Derniers jours', ''),
(5797, 'O', 'it', 'Ultimi giorni', ''),
(5797, 'O', 'nl', 'Laatste dagen', ''),
(5797, 'O', 'no', 'Siste dager', ''),
(5797, 'O', 'pt', 'Últimos dias', ''),
(5797, 'O', 'ro', 'Utilimele zile', ''),
(5797, 'O', 'ru', 'Количество последних дней', ''),
(5798, 'O', 'da', 'Formato da URL dos produtos', ''),
(5798, 'O', 'de', 'Artikel-SEO-URL-Format', ''),
(5798, 'O', 'el', 'Μορφή Προϊόντος SEO URL', ''),
(5798, 'O', 'en', 'Product SEO URL format', ''),
(5798, 'O', 'es', 'Tipo de SEO URL de productos (optimización para motores de busqueda)', ''),
(5798, 'O', 'fr', 'Product SEO URL type', ''),
(5798, 'O', 'it', 'Formato SEO dell\'URL del prodotto', ''),
(5798, 'O', 'nl', 'Product SEO URL-notatie', ''),
(5798, 'O', 'no', 'Produkt SEO nettadresse-format', ''),
(5798, 'O', 'pt', 'Formato da URL dos produtos', '');
INSERT INTO `partiushop_settings_descriptions` (`object_id`, `object_type`, `lang_code`, `value`, `tooltip`) VALUES
(5798, 'O', 'ro', 'Format Produs SEO URL', ''),
(5798, 'O', 'ru', 'Формат SEO URL товаров', ''),
(5799, 'O', 'da', 'Formato da URL das categorias', ''),
(5799, 'O', 'de', 'Kategorie SEO-URL-Format', ''),
(5799, 'O', 'el', 'Κατηγορία SEO μορφής URL', ''),
(5799, 'O', 'en', 'Category SEO URL format', ''),
(5799, 'O', 'es', 'Tipo de SEO àra Categorías, Fabricantes y Temas', ''),
(5799, 'O', 'fr', 'Format URL de categorie SEO', ''),
(5799, 'O', 'it', 'Formato SEO dell\'URL di categoria', ''),
(5799, 'O', 'nl', 'Categorie SEO URL-notatie', ''),
(5799, 'O', 'no', 'Kategori SEO nettadresse-format', ''),
(5799, 'O', 'pt', 'Formato da URL das categorias', ''),
(5799, 'O', 'ro', 'Format Categorie SEO URL', ''),
(5799, 'O', 'ru', 'Формат SEO URL категорий', ''),
(5800, 'O', 'da', 'Formato da URL das páginas', ''),
(5800, 'O', 'de', 'Seiten SEO-URL-Format', ''),
(5800, 'O', 'el', 'Μορφή SEO URL Σελίδας', ''),
(5800, 'O', 'en', 'Page SEO URL format', ''),
(5800, 'O', 'es', 'Formato de URL de página SEO', ''),
(5800, 'O', 'fr', 'Format URL de page SEO', ''),
(5800, 'O', 'it', 'Formato SEO dell\'URL della pagina', ''),
(5800, 'O', 'nl', 'Pagina SEO URL-notatie', ''),
(5800, 'O', 'no', 'Side SEO nettadresse-format', ''),
(5800, 'O', 'pt', 'Formato da URL das páginas', ''),
(5800, 'O', 'ro', 'Page SEO URL format', ''),
(5800, 'O', 'ru', 'Формат SEO URL контентных страниц', ''),
(5801, 'O', 'da', 'Formato da URL de outros itens', ''),
(5801, 'O', 'de', 'Anderes SEO-URL-Format', ''),
(5801, 'O', 'el', 'Μορφή SEO URL Αλλου', ''),
(5801, 'O', 'en', 'Other SEO URL format', ''),
(5801, 'O', 'es', 'Otro formato de URL SEO', ''),
(5801, 'O', 'fr', 'Autre format URL de SEO', ''),
(5801, 'O', 'it', 'Formato SEO dell\'URL per altri elementi', ''),
(5801, 'O', 'nl', 'Andere SEO URL-notatie', ''),
(5801, 'O', 'no', 'Andre SEO nettadresse-format', ''),
(5801, 'O', 'pt', 'Formato da URL de outros itens', ''),
(5801, 'O', 'ro', 'Other SEO URL format', ''),
(5801, 'O', 'ru', 'Формат SEO URL остальных страниц', ''),
(5802, 'O', 'da', 'Adicionar idioma adicional à URL', ''),
(5802, 'O', 'de', 'Sprache in der URL anzeigen', ''),
(5802, 'O', 'el', 'Προβολή γλώσσας στην διεύθυνση URL', ''),
(5802, 'O', 'en', 'Show additional language in the URL', ''),
(5802, 'O', 'es', 'Mostrar lenguaje en la URL', ''),
(5802, 'O', 'fr', 'Afficher langue dans le URL', ''),
(5802, 'O', 'it', 'Visualizza la lingua nell\'URL', ''),
(5802, 'O', 'nl', 'Taal in de URL weergeven', ''),
(5802, 'O', 'no', 'Vis språk i nettadressen', ''),
(5802, 'O', 'pt', 'Adicionar idioma adicional à URL', ''),
(5802, 'O', 'ro', 'Afișează limba în URL', ''),
(5802, 'O', 'ru', 'Отображать язык в URL', ''),
(5803, 'O', 'da', 'Usar a mesma URL para todos os idiomas', ''),
(5803, 'O', 'de', 'Eine URL für alle Sprachen verwenden', ''),
(5803, 'O', 'el', 'Χρήση μονής URL για όλες τις γλώσσες', ''),
(5803, 'O', 'en', 'Use single URL for all languages', ''),
(5803, 'O', 'es', 'Utilizar URL única para todos los idiomas', ''),
(5803, 'O', 'fr', 'Utiliser un URL unique pour toutes les langues', ''),
(5803, 'O', 'it', 'Utilizzare un URL unico per tutte le lingue', ''),
(5803, 'O', 'nl', 'Gebruik één URL voor alle talen', ''),
(5803, 'O', 'no', 'Bruk enkel nettadresse for alle språk', ''),
(5803, 'O', 'pt', 'Usar a mesma URL para todos os idiomas', ''),
(5803, 'O', 'ro', 'Folosește un singur URL pentru toate limbiile', ''),
(5803, 'O', 'ru', 'Использовать один и тот же URL для всех языков', ''),
(5804, 'O', 'da', 'Permitir caracteres não-latinos na URL', ''),
(5804, 'O', 'de', 'Nicht-lateinische Zeichen in URL zulassen', ''),
(5804, 'O', 'el', 'Να επιτρέπονται μη λατινικά σύμβολα στο URL', ''),
(5804, 'O', 'en', 'Allow non-latin symbols in URL', ''),
(5804, 'O', 'es', 'Permitir símbolos no latinos en URL', ''),
(5804, 'O', 'fr', 'Ne pas permettre des caracteres latin au URL', ''),
(5804, 'O', 'it', 'Permettere i simboli non latini nell\'URL', ''),
(5804, 'O', 'nl', 'Niet-Latijnse symbolen in URL toestaan', ''),
(5804, 'O', 'no', 'Tillat ikke-latinske symboler i nettadressen', ''),
(5804, 'O', 'pt', 'Permitir caracteres não-latinos na URL', ''),
(5804, 'O', 'ro', 'Allow non-latin symbols in URL', ''),
(5804, 'O', 'ru', 'URL может содержать нелатинские символы', ''),
(5805, 'O', 'da', 'Taxa de câmbio de pontos (PER - o número de pontos iguais a 1 unidade convencional)', ''),
(5805, 'O', 'de', 'Punkt-Umtausch-Kurs (PER - die Anzahl der Punkte entsprechen 1 gewöhnlichen Einheit)', ''),
(5805, 'O', 'el', 'Πόντοι Συναλλαγματικών Ισοτιμιών (PER - ο αριθμός των σημείων ίσο με 1 συμβατικό μονάδα)', ''),
(5805, 'O', 'en', 'Points Exchange Rate (PER - the number of points equal to 1 conventional unit)', ''),
(5805, 'O', 'es', 'Tipo de cambio de puntos (PER - el número de puntos igual a una unidad convencional)', ''),
(5805, 'O', 'fr', 'Taux d\'Echange de Points {PER: le nombre de points egal a une unite ! compatible>', ''),
(5805, 'O', 'it', 'Tasso di cambio punti (PER - il numero di punti uguale a 1 unità convenzionale)', ''),
(5805, 'O', 'nl', 'Spaarpunten Wisselkoers (het aantal spaarpunten dat gelijk is aan de gebruikelijke 1 euro)', ''),
(5805, 'O', 'no', 'Poeng valutakurs (PER - antall poeng lik 1 konvensjonell enhet)', ''),
(5805, 'O', 'pt', 'Taxa de câmbio de pontos (PER - o número de pontos iguais a 1 unidade convencional)', ''),
(5805, 'O', 'ro', 'Rata punctelor în schimb (PER - numărul de puncte echivalentul unei unități)', ''),
(5805, 'O', 'ru', 'Курс конвертации баллов (количество баллов, равное 1-й условной единице)', ''),
(5806, 'O', 'da', '\"Preço em pontos\" é calculado automaticamente pela PER', ''),
(5806, 'O', 'de', '\"Preis in Punkten\" wird automatisch auf PER-Basis berechnet', ''),
(5806, 'O', 'el', '\"Price in points\" υπολογίζεται αυτόματα με  τη βάση PER', ''),
(5806, 'O', 'en', '\"Price in points\" is calculated automatically on PER basis', ''),
(5806, 'O', 'es', '\"Precio en puntos\" es calculado automáticamente en base al PER', ''),
(5806, 'O', 'fr', '\"\"Prix de points\"\" est calcule automatiquement PER base', ''),
(5806, 'O', 'it', '\"Prezzo in punti\" viene calcolato automaticamente in base al PER', ''),
(5806, 'O', 'nl', '\"Prijs in spaarpunten\" wordt automatisch berekend op basis van de PuntenWisselkoers', ''),
(5806, 'O', 'no', '\"Prispoeng\" beregnes automatisk på PER grunnlag', ''),
(5806, 'O', 'pt', '\"Preço em pontos\" é calculado automaticamente pela PER', ''),
(5806, 'O', 'ro', '\"Prețul în puncte\" e calculat în mod automat în baza PER-ului', ''),
(5806, 'O', 'ru', '«Цена в баллах» вычисляется автоматически на основе курса конвертации', ''),
(5807, 'O', 'da', '\"Preço em pontos\" é recalculado tendo em consideração os descontos', ''),
(5807, 'O', 'de', '\"Preis in Punkten\" wird mit Rabatten berechnet', ''),
(5807, 'O', 'el', '\"Price in points\" υπολογίζεται εκ νέου λαμβάνοντας υπόψη τις εκπτώσεις για λογαριασμό', ''),
(5807, 'O', 'en', '\"Price in points\" is recalculated taking into account discounts', ''),
(5807, 'O', 'es', '\"Precio en puntos\" es recalculado teniendo en cuenta los descuentos', ''),
(5807, 'O', 'fr', '\"\"Prix en points \"\" est recalcule en faisant des reductions', ''),
(5807, 'O', 'it', '\"Prezzo in punti\" viene ricalcolata tenendo conto degli sconti account', ''),
(5807, 'O', 'nl', '\"Prijs in spaarpunten\" wordt herberekend, rekening houdend met kortingen', ''),
(5807, 'O', 'no', '\"Prispoeng\" blir rekalkulert og tar hensyn til kontorabatter', ''),
(5807, 'O', 'pt', '\"Preço em pontos\" é recalculado tendo em consideração os descontos', ''),
(5807, 'O', 'ro', '\"Prețul în puncte\" este recalculat luând în considerare reducerile', ''),
(5807, 'O', 'ru', '«Цена в баллах» пересчитывается с учетом скидок', ''),
(5808, 'O', 'da', '\"Pontos\" são recalculados tendo em consideração  os descontos', ''),
(5808, 'O', 'de', '\"Punkte\" wird unter Berücksichtigung der Rabatte neu berechnet', ''),
(5808, 'O', 'el', '\"Points\"υπολογίζεται εκ νέου λαμβάνοντας υπόψη τις εκπτώσεις της παραγγελίας', ''),
(5808, 'O', 'en', '\"Points\" is recalculated taking into account discounts', ''),
(5808, 'O', 'es', '\"Puntos\" son recalculados teniendo descuentos en cuenta', ''),
(5808, 'O', 'fr', '\"\"Points\"\" ast recalcule en prenant compte des reductions', ''),
(5808, 'O', 'it', '\"Punti\" viene ricalcolate tenendo conto degli sconti account', ''),
(5808, 'O', 'nl', '\"Punten\" worden herberekend, rekening houdend met kortingen', ''),
(5808, 'O', 'no', '\"Poeng\" blir rekalkulert og tar hensyn til kontorabatter', ''),
(5808, 'O', 'pt', '\"Pontos\" são recalculados tendo em consideração  os descontos', ''),
(5808, 'O', 'ro', '\"Puncte\" sunt recalculate luând în considerare discounturile contului', ''),
(5808, 'O', 'ru', '«Баллы» пересчитываются с учетом скидок', ''),
(5809, 'O', 'da', '\"Preço em pontos\" é recalculado tendo em consideração os descontos do pedido', ''),
(5809, 'O', 'de', '\"Preis in Punkten\" wird neu berechnet unter Berücksichtigung von Auftragsrabatten', ''),
(5809, 'O', 'el', '\"Price in points\" υπολογίζεται εκ νέου λαμβάνοντας υπόψη τις εκπτώσεις της παραγγελίας', ''),
(5809, 'O', 'en', '\"Price in points\" is recalculated taking into account order discounts', ''),
(5809, 'O', 'es', '\"Precio en puntos\" es recalculado teniendo en cuenta los descuentos', ''),
(5809, 'O', 'fr', '\"\"Prix en points\" est recalcule en prenant compte des reductions', ''),
(5809, 'O', 'it', '\"Prezzo in punti\" viene ricalcolata tenendo conto degli sconti ordine dell\'account', ''),
(5809, 'O', 'nl', 'Order-kortingen worden meegerekend in de \"prijs in punten\" berekening', ''),
(5809, 'O', 'no', '\"Prispoeng\" blir rekalkulert og tar hensyn til kontorabatter', ''),
(5809, 'O', 'pt', '\"Preço em pontos\" é recalculado tendo em consideração os descontos do pedido', ''),
(5809, 'O', 'ro', '\"Price in points\" is recalculated taking into account order discounts', ''),
(5809, 'O', 'ru', '«Цена в баллах» пересчитывается с учетом общей скидки на заказ', ''),
(5810, 'O', 'da', '\"Pontos\" são recalculados tendo em consideração  os descontos do pedido', ''),
(5810, 'O', 'de', '\"Punkte\" wird neu berechnet unter Berücksichtigung von Auftragsrabatten', ''),
(5810, 'O', 'el', '\"Points\" υπολογίζεται εκ νέου λαμβάνοντας υπόψη τις εκπτώσεις της παραγγελίας', ''),
(5810, 'O', 'en', '\"Points\" is recalculated taking into account order discounts', ''),
(5810, 'O', 'es', '\"Puntos\" se vuelve a calcular teniendo en cuenta los descuentos del pedido', ''),
(5810, 'O', 'fr', '\"\"Points\" est recalcule en prenant compte des reductions', ''),
(5810, 'O', 'it', '\"Punti\" viene ricalcolate tenendo conto degli sconti ordine dell\'account', ''),
(5810, 'O', 'nl', 'Order kortingen worden in de puntenberekening meegenomen', ''),
(5810, 'O', 'no', '\"Poeng\" blir rekalkulert og tar hensyn til kontorabatter', ''),
(5810, 'O', 'pt', '\"Pontos\" são recalculados tendo em consideração  os descontos do pedido', ''),
(5810, 'O', 'ro', '\"Points\" is recalculated taking into account order discounts', ''),
(5810, 'O', 'ru', '«Баллы» пересчитываются с учетом общей скидки на заказ', ''),
(5811, 'O', 'da', 'Se o produto e a categoria do produto não tem pontos de recompensa definida, mas a categoria de nível superior tem tais pontos de recompensa, extrair dados dela', ''),
(5811, 'O', 'de', 'Wenn der Artikel und die Artikelkategorie keine festgelegten Bonuspunkte haben, die übergeordnete Kategorie jedoch schon, ziehen Sie die Daten daraus.', ''),
(5811, 'O', 'el', 'Εάν το προϊόν και η κατηγορία του προϊόντος δεν έχουν καθορισμένους πόντους ανταμοιβής, αλλά η κατηγορία υψηλότερου επιπέδου έχει τέτοιους πόντους ανταμοιβής, εξάγετε τα  δεδομένα από το', ''),
(5811, 'O', 'en', 'If the product and the product category do not have defined reward points but the higher level category has such reward points, extract data from it', ''),
(5811, 'O', 'es', 'Si el producto y la categoría de producto no tienen puntos de recompensa definidos pero la categoría de nivel más alta tiene tales puntos de recompensa, extraer datos de ahí', ''),
(5811, 'O', 'fr', 'Si le produit et la categorie du produit n\"ont pas de points de recompense definis, mais la plus haute categorie a tels points de recompense, il faudra en extraire des données', ''),
(5811, 'O', 'it', 'Se il prodotto e la categoria di prodotto non hanno punti fedeltà definiti ma la categoria di livello superiore sì, verrà presa la categoria di livello superiore', ''),
(5811, 'O', 'nl', 'Als er geen spaarpunten zijn vastgesteld voor een product en categorie maar wel voor een bovenliggende categorie, dan deze punten ook gebruiken voor de onderliggende categorieën en producten', ''),
(5811, 'O', 'no', 'Hvis produktet og produktkategorien ikke har definerte belønningspoeng, men kategorien på et høyere nivå har belønningspoeng, trekk ut data fra det', ''),
(5811, 'O', 'pt', 'Se o produto e a categoria do produto não tem pontos de recompensa definida, mas a categoria de nível superior tem tais pontos de recompensa, extrair dados dela', ''),
(5811, 'O', 'ro', 'Dacă produsul și categoria produsului nu i-au fost definite puncte de recompensă dar categoriei cu un nivel mai superior îi va fi definită, extrage datele din aceasta', ''),
(5811, 'O', 'ru', 'Если бонусные баллы не заданы для товара или категории товара, но заданы для категории высшего уровня, извлечь данные из нее', ''),
(5812, 'O', 'da', 'Se vários pontos de recompensa podem ser aplicados,  atribuídos', ''),
(5812, 'O', 'de', 'Wenn einige Bonuspunkte angewendet werden können, legen Sie das fest.', ''),
(5812, 'O', 'el', 'Εάν μπορούν να εφαρμοστούν πολλοί πόντοι ανταμοιβής,σειρά', ''),
(5812, 'O', 'en', 'If several reward points can be applied, set', ''),
(5812, 'O', 'es', 'Si varios puntos de recompensa pueden ser aplicados, elegir', ''),
(5812, 'O', 'fr', 'Si des points de recompense peuvent etre appliques, installer', ''),
(5812, 'O', 'it', 'Se diversi punti fedeltà possono essere applicati, impostare', ''),
(5812, 'O', 'nl', 'Als verschillende spaarpunten toegepast kunnen worden, gebruik dan', ''),
(5812, 'O', 'no', 'Hvis flere belønningspoeng kan bli brukt, sett', ''),
(5812, 'O', 'pt', 'Se vários pontos de recompensa podem ser aplicados,  atribuídos', ''),
(5812, 'O', 'ro', 'În cazul în care pot aplicate mai multe puncte de recompensă, setează', ''),
(5812, 'O', 'ru', 'Если можно применить разное количество бонусных баллов, то установить', ''),
(5813, 'O', 'da', 'Aplicar valores zerados de ponto de recompensa', 'As regras de pontos de recompensa com os valores zerados devem ser consideradas'),
(5813, 'O', 'de', 'Nullwertbonuspunkte anwenden', 'Die Bonuspunkte mit Nullwerten sollten beachtet werden.'),
(5813, 'O', 'el', 'Εφαρμογή μηδενικών τιμων ανταμοιβής', 'Θα πρέπει να ληφθούν υπόψιν οι κανόνες πόντων ανταμοιβής με τις μηδενικές τιμές'),
(5813, 'O', 'en', 'Apply zero reward point values', 'The reward points rules with the zero values should be considered'),
(5813, 'O', 'es', 'Aplicar valores de cero puntos de recompensa', 'La normativa de puntos de recompensa con valores de cero debe ser considerada'),
(5813, 'O', 'fr', 'N\'appliquez aucun point de valeurs de recompense', 'Les regles sur points d erecompense avec les valeurs zero doivent etre consideres'),
(5813, 'O', 'it', 'Applica valori nulli ai punti fedeltà', 'Le regole di punti fedeltà con i valori zero dovrebbero essere considerate'),
(5813, 'O', 'nl', 'Gebruikersgroepen waarvoor geen spaarpunten zijn ingesteld ontvangen geen spaarpunten', 'Indien niet aangevinkt wordt één van de andere regels toegepast op deze gebruikersgroep, en gebruikers zullen op basis van die regel spaarpunten ontvangen'),
(5813, 'O', 'no', 'Bruk null belønningspoeng verdier', 'Belønningspoeng reglene for null verdiene bør vurderes'),
(5813, 'O', 'pt', 'Aplicar valores zerados de ponto de recompensa', 'As regras de pontos de recompensa com os valores zerados devem ser consideradas'),
(5813, 'O', 'ro', 'Punctele de răsplată cu zerouri ar trebui luate în considerare', 'The reward points rules with the zero values should be considered'),
(5813, 'O', 'ru', 'Применять бонусные баллы с нулевым значением', 'Рассматривать правила начисления бонусных баллов с нулевыми значениями'),
(5814, 'O', 'da', 'Log de linhas por página', ''),
(5814, 'O', 'de', 'Einträge pro Seite', ''),
(5814, 'O', 'el', 'Γραμμές καταγραφής ανα σελίδα', ''),
(5814, 'O', 'en', 'Log lines per page', ''),
(5814, 'O', 'es', 'Líneas de registro por página', ''),
(5814, 'O', 'fr', 'Lignes connectees par page', ''),
(5814, 'O', 'it', 'Log righe per pagina', ''),
(5814, 'O', 'nl', 'Log regels per pagina', ''),
(5814, 'O', 'no', 'Logg linjer per side', ''),
(5814, 'O', 'pt', 'Log de linhas por página', ''),
(5814, 'O', 'ro', 'Linii de jurnal pe pagină', ''),
(5814, 'O', 'ru', 'Количество строчек записей событий на странице', ''),
(5815, 'O', 'da', 'Número de conta do Google Analytics', ''),
(5815, 'O', 'de', 'Google Analytics ID', ''),
(5815, 'O', 'el', 'Αριθμός λογαριασμού Google Analytics', ''),
(5815, 'O', 'en', 'Google Analytics account number', ''),
(5815, 'O', 'es', 'Código de cuenta de Google Analytics', ''),
(5815, 'O', 'fr', 'Numéro de compte Google Analytics', ''),
(5815, 'O', 'it', 'ID account Google Analytics', ''),
(5815, 'O', 'nl', 'Google Analytics accountnummer', ''),
(5815, 'O', 'no', 'Google Analytics kontonummer', ''),
(5815, 'O', 'pt', 'Número de conta do Google Analytics', ''),
(5815, 'O', 'ro', 'Numărul de cont al contului Google Analytics', ''),
(5815, 'O', 'ru', 'Номер учетной записи Google Analytics', ''),
(5816, 'O', 'da', 'Rastrear transações do ecommerce', ''),
(5816, 'O', 'de', 'E-Commerce-Transaktionen verfolgen', ''),
(5816, 'O', 'el', 'Παρακολούθηση  των συναλλαγών ηλεκτρονικού εμπορίου', ''),
(5816, 'O', 'en', 'Track e-commerce transactions', ''),
(5816, 'O', 'es', 'Rastrear transacciones de e-commerce', ''),
(5816, 'O', 'fr', 'Suivre les transactions e-commerce', ''),
(5816, 'O', 'it', 'Monitora le transazioni e-Commerce', ''),
(5816, 'O', 'nl', 'E-commercetransacties bijhouden', ''),
(5816, 'O', 'no', 'Spor e-handelstransaksjoner', ''),
(5816, 'O', 'pt', 'Rastrear transações do ecommerce', ''),
(5816, 'O', 'ro', 'Urmărește și tranzacții electronice', ''),
(5816, 'O', 'ru', 'Отслеживать продажи', ''),
(5817, 'O', 'da', 'Identificador do pixel do Facebook', ''),
(5817, 'O', 'de', 'Facebook Pixel Identifier', ''),
(5817, 'O', 'el', 'Αναγνωριστικό Facebook Pixel', ''),
(5817, 'O', 'en', 'Facebook Pixel Identifier', ''),
(5817, 'O', 'es', 'Facebook Pixel Identifier', ''),
(5817, 'O', 'fr', 'Facebook Pixel Identifier', ''),
(5817, 'O', 'it', 'Facebook Pixel Identifier', ''),
(5817, 'O', 'nl', 'Facebook Pixel Identifier', ''),
(5817, 'O', 'no', 'Facebook Pixel Identifier', ''),
(5817, 'O', 'pt', 'Identificador do pixel do Facebook', ''),
(5817, 'O', 'ro', 'Facebook Pixel Identifier', ''),
(5817, 'O', 'ru', 'ID пикселя Facebook', ''),
(5818, 'O', 'da', 'Rastrear todas as visualizações da página', ''),
(5818, 'O', 'de', 'Track all page views', ''),
(5818, 'O', 'el', 'Παρακολούθηση προβολών όλων των σελίδων', ''),
(5818, 'O', 'en', 'Track all page views', ''),
(5818, 'O', 'es', 'Track all page views', ''),
(5818, 'O', 'fr', 'Track all page views', ''),
(5818, 'O', 'it', 'Track all page views', ''),
(5818, 'O', 'nl', 'Track all page views', ''),
(5818, 'O', 'no', 'Track all page views', ''),
(5818, 'O', 'pt', 'Rastrear todas as visualizações da página', ''),
(5818, 'O', 'ro', 'Track all page views', ''),
(5818, 'O', 'ru', 'Отслеживать все просмотры страниц', ''),
(5819, 'O', 'da', 'Rastrear adição de produto ao carrinho', ''),
(5819, 'O', 'de', 'Track adding product to cart', ''),
(5819, 'O', 'el', 'Παρακολούθηση προσθήκης προϊόντος στο καλάθι', ''),
(5819, 'O', 'en', 'Track adding product to cart', ''),
(5819, 'O', 'es', 'Track adding product to cart', ''),
(5819, 'O', 'fr', 'Track adding product to cart', ''),
(5819, 'O', 'it', 'Track adding product to cart', ''),
(5819, 'O', 'nl', 'Track adding product to cart', ''),
(5819, 'O', 'no', 'Track adding product to cart', ''),
(5819, 'O', 'pt', 'Rastrear adição de produto ao carrinho', ''),
(5819, 'O', 'ro', 'Track adding product to cart', ''),
(5819, 'O', 'ru', 'Отслеживать добавление товара в корзину', ''),
(5820, 'O', 'da', 'Rastrear criação de pedido', ''),
(5820, 'O', 'de', 'Track placing order', ''),
(5820, 'O', 'el', 'Παρακολούθηση πραγματοποιήσεων παραγγελιών', ''),
(5820, 'O', 'en', 'Track placing order', ''),
(5820, 'O', 'es', 'Track placing order', ''),
(5820, 'O', 'fr', 'Track placing order', ''),
(5820, 'O', 'it', 'Track placing order', ''),
(5820, 'O', 'nl', 'Track placing order', ''),
(5820, 'O', 'no', 'Track placing order', ''),
(5820, 'O', 'pt', 'Rastrear criação de pedido', ''),
(5820, 'O', 'ro', 'Track placing order', ''),
(5820, 'O', 'ru', 'Отслеживать размещение заказа', ''),
(5821, 'O', 'da', 'Geral', ''),
(5821, 'O', 'de', 'Allgemein', ''),
(5821, 'O', 'el', 'Γενικά', ''),
(5821, 'O', 'en', 'General', ''),
(5821, 'O', 'es', 'General', ''),
(5821, 'O', 'fr', 'Général', ''),
(5821, 'O', 'it', 'Generale', ''),
(5821, 'O', 'nl', 'Algemeen', ''),
(5821, 'O', 'no', 'Generelt', ''),
(5821, 'O', 'pt', 'Geral', ''),
(5821, 'O', 'ro', 'General', ''),
(5821, 'O', 'ru', 'Общие', ''),
(5822, 'O', 'da', '', ''),
(5822, 'O', 'de', '', ''),
(5822, 'O', 'el', '', ''),
(5822, 'O', 'en', '', ''),
(5822, 'O', 'es', '', ''),
(5822, 'O', 'fr', '', ''),
(5822, 'O', 'it', '', ''),
(5822, 'O', 'nl', '', ''),
(5822, 'O', 'no', '', ''),
(5822, 'O', 'pt', '', ''),
(5822, 'O', 'ro', '', ''),
(5822, 'O', 'ru', '', ''),
(5823, 'O', 'da', 'Reescrever telefone', ''),
(5823, 'O', 'de', 'Anrufweiterleitung', ''),
(5823, 'O', 'el', 'Επανεγγραφή τηλεφώνου', ''),
(5823, 'O', 'en', 'Rewrite phone', ''),
(5823, 'O', 'es', 'Reescribir teléfono', ''),
(5823, 'O', 'fr', 'Réécrire le téléphone', ''),
(5823, 'O', 'it', 'Riscrivere il telefono', ''),
(5823, 'O', 'nl', 'Telefoon herschrijven', ''),
(5823, 'O', 'no', 'Omskriv telefon', ''),
(5823, 'O', 'pt', 'Reescrever telefone', ''),
(5823, 'O', 'ro', 'Rescrie telefon', ''),
(5823, 'O', 'ru', 'Отображать другой телефон', ''),
(5824, 'O', 'da', 'Destaque os primeiros caracteres [Deprecated]', 'Incluindo o parêntese, espaços, etc. Utilize para destacar o código de país, código de área e prefixo de telefone.'),
(5824, 'O', 'de', 'Highlight first chars [Deprecated]', 'Beinhaltet Klammern, Leerzeichen, etc. Verwenden Sie es, um die Länder- Orts und Telefonvorwahl hervorzuheben.'),
(5824, 'O', 'el', 'Μαρκάρετε τους πρώτους χαρακτήρες [Deprecated]', 'Συμπεριλαμβανομένων παρένθεση, κενών, κλπ. Χρησιμοποιήται για να επισημάνετε κωδικό χώρας, κώδικας περιοχής και πρόθεμα τηλεφωνου.'),
(5824, 'O', 'en', 'Highlight first chars [Deprecated]', 'Including parenthesis, spaces, etc. Use to highlight country code, area code, and phone prefix.'),
(5824, 'O', 'es', 'Highlight first chars [Deprecated]', 'Incluyendo paréntesis, espacios, etc. Utilice para resaltar código de país, código de área y prefijo telefónico.'),
(5824, 'O', 'fr', 'Premiers caractères en surbrillance [Deprecated]', 'Comprenant des parenthèses, espaces, etc. Utiliser pour mettre en surbrillance le code de pays, indicatif régional et préfixe téléphone.'),
(5824, 'O', 'it', 'Highlight first chars [Deprecated]', 'Comprese le parentesi, spazi, ecc. Utilizzare per evidenziare il codice paese, prefisso telefonico.'),
(5824, 'O', 'nl', 'Highlight first chars [Deprecated]', 'Spaties, haakjes, etc. inbegrepen. Gebruik deze om landcode, plaatscode en netnummer te markeren.'),
(5824, 'O', 'no', 'Highlight first chars [Deprecated]', 'Inkludert parentes, mellomrom, etc. Brukes for å utheve landskode, områdekode og telefonprefiks.'),
(5824, 'O', 'pt', 'Destaque os primeiros caracteres [Deprecated]', 'Incluindo o parêntese, espaços, etc. Utilize para destacar o código de país, código de área e prefixo de telefone.'),
(5824, 'O', 'ro', 'Evidențiați primele caractere [Deprecated]', 'Inclusiv paranteza, spatii, etc. Utilizaţi pentru a evidenţia codul țării, prefixul zonal şi telefon prefix.'),
(5824, 'O', 'ru', 'Выделить часть номера (не рекомендуется)', 'Включая скобки, пробелы и другие символы. Используйте для подсветки кода страны и города или кода оператора в мобильном номере.'),
(5825, 'O', 'da', 'Máscara de número de telefone [Deprecated]', 'Leave empty to use automatic country-based phone pattern, or type in a custom pattern. You can use spaces, commas, +, -, and digits. Note that 9 represents any digit; if you need a 9, type \\\\9. Examples: +9 (999) 999 99 99, 99999999, 999 999 99 or +99-99-9999-9999.'),
(5825, 'O', 'de', 'Phone mask [Deprecated]', 'Leave empty to use automatic country-based phone pattern, or type in a custom pattern. You can use spaces, commas, +, -, and digits. Note that 9 represents any digit; if you need a 9, type \\\\9. Examples: +9 (999) 999 99 99, 99999999, 999 999 99 or +99-99-9999-9999.'),
(5825, 'O', 'el', 'Phone mask [Deprecated]', 'Αφήστε το άδειο για να χρησιμοποιηθει η αυτοματη δημιουργία τηλεφωνικου προτύπου βασισμένη στη χώρα, ή πληκτρολογήστε ενα δικο σας πρότυπο. Μπορείτε να χρησιμοποιήσετε κενο, κόμμα, +, -, και ψηφία. Σημειώστε πως το 9 αντιπροσωπεύει οποιδηποτε ψηφίο; Αν χρειασείτε ενα 9, πληκτρολογήστε \\\\\\\\9. Παραδείγματα: +9 (999) 999 99 99, 99999999, 999 999 99 ή +99-99-9999-9999.'),
(5825, 'O', 'en', 'Phone mask [Deprecated]', 'Leave empty to use automatic country-based phone pattern, or type in a custom pattern. You can use spaces, commas, +, -, and digits. Note that 9 represents any digit; if you need a 9, type \\\\9. Examples: +9 (999) 999 99 99, 99999999, 999 999 99 or +99-99-9999-9999.'),
(5825, 'O', 'es', 'Phone mask [Deprecated]', 'Déjelo vacío para usar un patrón de teléfono automático tomando en cuenta el país, o escriba un patrón personalizado. Puede usar espacios, comas, +, - y dígitos. Tenga en cuenta que 9 representa cualquier dígito; si necesita un 9, escriba \\\\ 9. Ejemplos: +9 (999) 999 99 99, 99999999, 999 999 99 o + 99-99-9999-9999.'),
(5825, 'O', 'fr', 'Masquage de téléphone [Deprecated]', 'Leave empty to use automatic country-based phone pattern, or type in a custom pattern. You can use spaces, commas, +, -, and digits. Note that 9 represents any digit; if you need a 9, type \\\\9. Examples: +9 (999) 999 99 99, 99999999, 999 999 99 or +99-99-9999-9999.'),
(5825, 'O', 'it', 'Phone mask [Deprecated]', 'Leave empty to use automatic country-based phone pattern, or type in a custom pattern. You can use spaces, commas, +, -, and digits. Note that 9 represents any digit; if you need a 9, type \\\\9. Examples: +9 (999) 999 99 99, 99999999, 999 999 99 or +99-99-9999-9999.'),
(5825, 'O', 'nl', 'Phone mask [Deprecated]', 'Leave empty to use automatic country-based phone pattern, or type in a custom pattern. You can use spaces, commas, +, -, and digits. Note that 9 represents any digit; if you need a 9, type \\\\9. Examples: +9 (999) 999 99 99, 99999999, 999 999 99 or +99-99-9999-9999.'),
(5825, 'O', 'no', 'Phone mask [Deprecated]', 'La være tom for å bruke automatisk landbasert telefonmønster, eller skriv inn et tilpasset mønster. Du kan bruke mellomrom, komma, +, - og siffer. Merk at 9 representerer ethvert tall; hvis du trenger en 9, skriv \\\\ 9. Eksempler: +9 (999) 999 99 99, 99999999, 999 999 99 eller + 99-99-9999-9999.'),
(5825, 'O', 'pt', 'Máscara de número de telefone [Deprecated]', 'Leave empty to use automatic country-based phone pattern, or type in a custom pattern. You can use spaces, commas, +, -, and digits. Note that 9 represents any digit; if you need a 9, type \\\\9. Examples: +9 (999) 999 99 99, 99999999, 999 999 99 or +99-99-9999-9999.'),
(5825, 'O', 'ro', 'Phone mask [Deprecated]', 'Lasă necompletat pentru a utiliza automat modelul de cod de țară, sau scrie un model personalizat. Poți folosi spaţii, virgule, +, - şi cifre. Reţine că 9 reprezintă orice cifră; dacă ai nevoie de un 9, scrie \\\\9. Exemple: +9 (999) 999 99 99 sau +99-99-9999-9999.'),
(5825, 'O', 'ru', 'Формат номера (не рекомендуется)', 'Оставьте пустым для автоматического выбора шаблона по стране, или создайте собственный. В собственном шаблоне можно использовать пробелы, запятые, +, - и цифры. 9 означает любую цифру. Используйте \\\\9 для девятки. Примеры: +9 (999) 999 99 99, 99999999, 999 999 99 or +99-99-9999-9999.'),
(5826, 'O', 'da', 'Ativar a opção \"Comprar agora com um clique\"', ''),
(5826, 'O', 'de', 'Aktivieren Sie die \"Kaufen Sie es jetzt mit einem Klick\"-Option', ''),
(5826, 'O', 'el', 'Ενεργοποιήσετε την επιλογή \"Αγορά τώρα με ένα κλικ\"', ''),
(5826, 'O', 'en', 'Enable the \"Buy now with one click\" option', ''),
(5826, 'O', 'es', 'Habilitar la opción \"Comprar ahora con un solo clic\"', ''),
(5826, 'O', 'fr', 'Activez l\'option « Achetez maintenant en un seul clic »', ''),
(5826, 'O', 'it', 'Attivare l\'opzione \"Acquista ora con un click\"', ''),
(5826, 'O', 'nl', '\"Koop nu met één klik\" optie inschakelen', ''),
(5826, 'O', 'no', 'Aktiver valget \"Kjøp nå med ett klikk\"', ''),
(5826, 'O', 'pt', 'Ativar a opção \"Comprar agora com um clique\"', ''),
(5826, 'O', 'ro', 'Activaţi opţiunea \"Cumpără acum cu un singur click\"', ''),
(5826, 'O', 'ru', 'Включить опцию \"Купить в один клик\"', ''),
(5827, 'O', 'da', 'Status do pedido', ''),
(5827, 'O', 'de', 'Bestellstatus', ''),
(5827, 'O', 'el', 'Εξέλιξη Παραγγελίας', ''),
(5827, 'O', 'en', 'Order status', ''),
(5827, 'O', 'es', 'Estado del pedido', ''),
(5827, 'O', 'fr', 'Statut de commande', ''),
(5827, 'O', 'it', 'Stato dell\'ordine', ''),
(5827, 'O', 'nl', 'Bestelstatus', ''),
(5827, 'O', 'no', 'Ordrestatus', ''),
(5827, 'O', 'pt', 'Status do pedido', ''),
(5827, 'O', 'ro', 'Starea comenzii', ''),
(5827, 'O', 'ru', 'Статус заказа', ''),
(5828, 'O', 'da', 'Imagem', ''),
(5828, 'O', 'de', 'Bild', ''),
(5828, 'O', 'el', 'Εικόνα', ''),
(5828, 'O', 'en', 'Image', ''),
(5828, 'O', 'es', 'Imagen', ''),
(5828, 'O', 'fr', 'Image', ''),
(5828, 'O', 'it', 'Immagine', ''),
(5828, 'O', 'nl', 'Afbeelding', ''),
(5828, 'O', 'no', 'Bilde', ''),
(5828, 'O', 'pt', 'Imagem', ''),
(5828, 'O', 'ro', 'Imagine', ''),
(5828, 'O', 'ru', 'Изображение', ''),
(5829, 'O', 'da', 'Imagem de exemplo', ''),
(5829, 'O', 'de', 'Beispielbild', ''),
(5829, 'O', 'el', 'Παράδειγμα εικόνας', ''),
(5829, 'O', 'en', 'Example Image', ''),
(5829, 'O', 'es', 'Imagen de ejemplo', ''),
(5829, 'O', 'fr', 'Exemple d\'image', ''),
(5829, 'O', 'it', 'Immagine di esempio', ''),
(5829, 'O', 'nl', 'Voorbeeld afbeelding', ''),
(5829, 'O', 'no', 'Eksempel bilde', ''),
(5829, 'O', 'pt', 'Imagem de exemplo', ''),
(5829, 'O', 'ro', 'Imagine exemplu', ''),
(5829, 'O', 'ru', 'Пример изображения', ''),
(5830, 'O', 'da', 'Configurações', ''),
(5830, 'O', 'de', 'Konfigurationen', ''),
(5830, 'O', 'el', 'Δομές', ''),
(5830, 'O', 'en', 'Configs', ''),
(5830, 'O', 'es', 'Configuración', ''),
(5830, 'O', 'fr', 'Configurations', ''),
(5830, 'O', 'it', 'File di configurazione', ''),
(5830, 'O', 'nl', 'Confuguraties', ''),
(5830, 'O', 'no', 'Configs', ''),
(5830, 'O', 'pt', 'Configurações', ''),
(5830, 'O', 'ro', 'Setări', ''),
(5830, 'O', 'ru', 'Настройки', ''),
(5831, 'O', 'da', 'Tipo', ''),
(5831, 'O', 'de', 'Art', ''),
(5831, 'O', 'el', 'Τύπος', ''),
(5831, 'O', 'en', 'Type', ''),
(5831, 'O', 'es', 'Tipo', ''),
(5831, 'O', 'fr', 'Type', ''),
(5831, 'O', 'it', 'Tipo', ''),
(5831, 'O', 'nl', 'Type', ''),
(5831, 'O', 'no', 'Type', ''),
(5831, 'O', 'pt', 'Tipo', ''),
(5831, 'O', 'ro', 'Tip', ''),
(5831, 'O', 'ru', 'Тип', ''),
(5832, 'O', 'da', 'Saída', ''),
(5832, 'O', 'de', 'Ausgabe', ''),
(5832, 'O', 'el', 'Εξοδος', ''),
(5832, 'O', 'en', 'Output', ''),
(5832, 'O', 'es', 'Salida', ''),
(5832, 'O', 'fr', 'Résultats', ''),
(5832, 'O', 'it', 'Stampa', ''),
(5832, 'O', 'nl', 'Uitvoer', ''),
(5832, 'O', 'no', 'Output', ''),
(5832, 'O', 'pt', 'Saída', ''),
(5832, 'O', 'ro', 'Extensie', ''),
(5832, 'O', 'ru', 'Вывод', ''),
(5833, 'O', 'da', 'Texto', ''),
(5833, 'O', 'de', 'Text', ''),
(5833, 'O', 'el', 'Κείμενο', ''),
(5833, 'O', 'en', 'Text', ''),
(5833, 'O', 'es', 'Texto', ''),
(5833, 'O', 'fr', 'Texte', ''),
(5833, 'O', 'it', 'Testo', ''),
(5833, 'O', 'nl', 'Tekst', ''),
(5833, 'O', 'no', 'Tekst', ''),
(5833, 'O', 'pt', 'Texto', ''),
(5833, 'O', 'ro', 'Text', ''),
(5833, 'O', 'ru', 'Текст', ''),
(5834, 'O', 'da', 'Altura (px)', ''),
(5834, 'O', 'de', 'Höhe in Pixeln', ''),
(5834, 'O', 'el', 'Υψος, px', ''),
(5834, 'O', 'en', 'Height,px', ''),
(5834, 'O', 'es', 'Altura,px', ''),
(5834, 'O', 'fr', 'Hauteur, px', ''),
(5834, 'O', 'it', 'Altezza, px', ''),
(5834, 'O', 'nl', 'Hoogte, px', ''),
(5834, 'O', 'no', 'Høyde, px', ''),
(5834, 'O', 'pt', 'Altura (px)', ''),
(5834, 'O', 'ro', 'Înălțime, px', ''),
(5834, 'O', 'ru', 'Высота в пикселях', ''),
(5835, 'O', 'da', 'Largura (px)', ''),
(5835, 'O', 'de', 'Breite in Pixeln', ''),
(5835, 'O', 'el', 'Πλάτος, px', ''),
(5835, 'O', 'en', 'Width,px', ''),
(5835, 'O', 'es', 'Ancho,px', ''),
(5835, 'O', 'fr', 'Largeur,px', ''),
(5835, 'O', 'it', 'Larghezza, px', ''),
(5835, 'O', 'nl', 'Breedte, px', ''),
(5835, 'O', 'no', 'Bredde, px', ''),
(5835, 'O', 'pt', 'Largura (px)', ''),
(5835, 'O', 'ro', 'Lățime, px', ''),
(5835, 'O', 'ru', 'Ширина в пикселях', ''),
(5836, 'O', 'da', 'Prefixo do código de barras', ''),
(5836, 'O', 'de', 'Barcode-Präfix', ''),
(5836, 'O', 'el', 'Πρόθεμα Barcode', ''),
(5836, 'O', 'en', 'Barcode prefix', ''),
(5836, 'O', 'es', 'Prefijo del código', ''),
(5836, 'O', 'fr', 'Préfixe du code barre', ''),
(5836, 'O', 'it', 'Prefisso del codice a barre', ''),
(5836, 'O', 'nl', 'Voorvoegsel streepjescode', ''),
(5836, 'O', 'no', 'Strekkode prefiks', ''),
(5836, 'O', 'pt', 'Prefixo do código de barras', ''),
(5836, 'O', 'ro', 'Prefix-ul codului de bare', ''),
(5836, 'O', 'ru', 'Префикс штрих-кода', ''),
(5837, 'O', 'da', 'Especificação', ''),
(5837, 'O', 'de', 'Spezifikation', ''),
(5837, 'O', 'el', 'Προσδιορισμός', ''),
(5837, 'O', 'en', 'Specification', ''),
(5837, 'O', 'es', 'Especificación', ''),
(5837, 'O', 'fr', 'Spécification', ''),
(5837, 'O', 'it', 'Specifica', ''),
(5837, 'O', 'nl', 'Specificatie', ''),
(5837, 'O', 'no', 'Spesifikasjon', ''),
(5837, 'O', 'pt', 'Especificação', ''),
(5837, 'O', 'ro', 'Specificații', ''),
(5837, 'O', 'ru', 'Спецификация', ''),
(5838, 'O', 'da', 'Descrição da especificação', ''),
(5838, 'O', 'de', 'Spezifikationsbeschreibung', ''),
(5838, 'O', 'el', 'Περιγραφή προδιαγραφών', ''),
(5838, 'O', 'en', 'Spec Description', ''),
(5838, 'O', 'es', 'Descripción de especificaciones', ''),
(5838, 'O', 'fr', 'Description technique', ''),
(5838, 'O', 'it', 'Descrizione tecnica', ''),
(5838, 'O', 'nl', 'Specificatie beschrijving', ''),
(5838, 'O', 'no', 'Spesifikasjon beskrivelse', ''),
(5838, 'O', 'pt', 'Descrição da especificação', ''),
(5838, 'O', 'ro', 'Descriere specificaţii', ''),
(5838, 'O', 'ru', 'Описание спецификации', ''),
(5839, 'O', 'da', 'Votos na página', ''),
(5839, 'O', 'de', 'Abstimmungen auf der Seite', ''),
(5839, 'O', 'el', 'Ψηφοφορίες στην σελίδα', ''),
(5839, 'O', 'en', 'Votes on page', ''),
(5839, 'O', 'es', 'Votos en la página', ''),
(5839, 'O', 'fr', 'Votes sur page', ''),
(5839, 'O', 'it', 'Voti sulla pagina', ''),
(5839, 'O', 'nl', 'Stemmen op pagina', ''),
(5839, 'O', 'no', 'Stemmer på siden', ''),
(5839, 'O', 'pt', 'Votos na página', ''),
(5839, 'O', 'ro', 'Voturi pe pagină', ''),
(5839, 'O', 'ru', 'Голосов на странице', ''),
(5840, 'O', 'da', 'Respostas na página', ''),
(5840, 'O', 'de', 'Antworten auf der Seite', ''),
(5840, 'O', 'el', 'Απαντήσεις στην σελίδα', ''),
(5840, 'O', 'en', 'Answers on page', ''),
(5840, 'O', 'es', 'Respuestas en la página', ''),
(5840, 'O', 'fr', 'Reponses sur page', ''),
(5840, 'O', 'it', 'Risposte sulla pagina', ''),
(5840, 'O', 'nl', 'Antwoorden op pagina', ''),
(5840, 'O', 'no', 'Svar på siden', ''),
(5840, 'O', 'pt', 'Respostas na página', ''),
(5840, 'O', 'ro', 'Răspunsuri pe pagină', ''),
(5840, 'O', 'ru', 'Ответов на странице', ''),
(5841, 'O', 'da', 'Configurações da área do administrador', ''),
(5841, 'O', 'de', 'Einstellungen des Administrationsbereiches', ''),
(5841, 'O', 'el', 'Ρυθμίσεις του πίνακα επιλογών διαχειριστή', ''),
(5841, 'O', 'en', 'Administrator area settings', ''),
(5841, 'O', 'es', 'Opciones de Área de Administración', ''),
(5841, 'O', 'fr', 'Paramètres de la zone administrateur', ''),
(5841, 'O', 'it', 'Impostazioni area amministratore', ''),
(5841, 'O', 'nl', 'Beheerdersinstellingen', ''),
(5841, 'O', 'no', 'Innstillinger for admin-området', ''),
(5841, 'O', 'pt', 'Configurações da área do administrador', ''),
(5841, 'O', 'ro', 'Setări Panou de administrare', ''),
(5841, 'O', 'ru', 'Настройки панели администратора', ''),
(5842, 'O', 'da', 'Permitir login para a área de administração somente de IPs especificados', ''),
(5842, 'O', 'de', 'Die Anmeldung in den Administrationsbereich nur von bestimmten IP-Adressen erlauben', ''),
(5842, 'O', 'el', 'Είσοδος στον πίνακα επιλογών του διαχειρηστή από τις προκαθορισμένες διευθύνσεις IP μόνο', ''),
(5842, 'O', 'en', 'Allow login to the admin area from specified IPs only', ''),
(5842, 'O', 'es', 'Permitir el acceso al área de administración sólo de las IPS especificadas', ''),
(5842, 'O', 'fr', 'Autoriser la connexion à la zone d\'administration de certaines adresses IP uniquement', ''),
(5842, 'O', 'it', 'Permettono di effettuare l\'accesso all\'area amministrazione solamente da IP specifici', ''),
(5842, 'O', 'nl', 'Laat aanmelden in het beheerdersgedeelte alleen toe voor bepaalde IP-adressen', ''),
(5842, 'O', 'no', 'Tillat innlogging til admin-området kun fra spesifiserte IP-adresser', ''),
(5842, 'O', 'pt', 'Permitir login para a área de administração somente de IPs especificados', ''),
(5842, 'O', 'ro', 'Autentificare la panoul de administrare doar de la IP-urile specificate', ''),
(5842, 'O', 'ru', 'Разрешить вход в панель администратора часть только с определенных IP-адресов', ''),
(5843, 'O', 'da', 'Bloquear IP depois de várias tentativas sem sucesso', ''),
(5843, 'O', 'de', 'Die IP-Adresse nach einer Anzahl von erfolglosen Logins blocken', ''),
(5843, 'O', 'el', 'Αποκλεισμός IP μετά από μια σειρά αποτυχημένων προσπαθειών', ''),
(5843, 'O', 'en', 'Block IP after a number of unsuccessful attempts', ''),
(5843, 'O', 'es', 'Bloquee IP después de varias tentativas fracasadas', ''),
(5843, 'O', 'fr', 'Bloquer l\'IP après un nombre de tentatives infructueuses', ''),
(5843, 'O', 'it', 'Blocca IP dopo un certo numero di tentativi falliti', ''),
(5843, 'O', 'nl', 'Blokkeer het IP-adres na een aantal mislukte pogingen', ''),
(5843, 'O', 'no', 'Blokker IP etter flere mislykkede forsøk', ''),
(5843, 'O', 'pt', 'Bloquear IP depois de várias tentativas sem sucesso', ''),
(5843, 'O', 'ro', 'Blochează IP-ul după nu anumit număr de autentificări nereușite', ''),
(5843, 'O', 'ru', 'Блокировать IP после определенного кол-ва неудачных попыток входа', ''),
(5844, 'O', 'da', 'Número de tentativas sem sucesso', ''),
(5844, 'O', 'de', 'Anzahl der erfolglosen Versuche', ''),
(5844, 'O', 'el', 'Αριθμός ανεπιτυχών προσπαθειών', ''),
(5844, 'O', 'en', 'Number of unsuccessful attempts', ''),
(5844, 'O', 'es', 'Número de tentativas fracasadas', ''),
(5844, 'O', 'fr', 'Nombre de tentatives infructueuses', ''),
(5844, 'O', 'it', 'Numero di tentativi falliti', ''),
(5844, 'O', 'nl', 'Aantal mislukte pogingen', ''),
(5844, 'O', 'no', 'Antall mislykkede forsøk', ''),
(5844, 'O', 'pt', 'Número de tentativas sem sucesso', ''),
(5844, 'O', 'ro', 'Numărul de încercări nereușite', ''),
(5844, 'O', 'ru', 'Кол-во неудачных попыток входа', ''),
(5845, 'O', 'da', 'Tempo entre tentativas de login sem sucesso (segundos)', ''),
(5845, 'O', 'de', 'Zeit zwischen erfolglosen Login-Versuchen (Sekunden)', ''),
(5845, 'O', 'el', 'Χρόνος μεταξύ ανεπιτυχών προσπάθειών σύνδεσης (δευτερόλεπτα)', ''),
(5845, 'O', 'en', 'Time between unsuccessful login attempts (seconds)', ''),
(5845, 'O', 'es', 'Tiempo entre tentativas de entrada al sistema fracasadas (segundos)', ''),
(5845, 'O', 'fr', 'Temps entre les tentatives de connexion infructueuses (secondes)', ''),
(5845, 'O', 'it', 'Tempo tra i tentativi di accesso fallito (in secondi)', ''),
(5845, 'O', 'nl', 'Tijd tussen mislukte aanmeld pogingen (seconden)', ''),
(5845, 'O', 'no', 'Tid mellom mislykkede påloggingsforsøk (sekunder)', ''),
(5845, 'O', 'pt', 'Tempo entre tentativas de login sem sucesso (segundos)', ''),
(5845, 'O', 'ro', 'Timpul dintre încercările de autentificare nereușite (secunde)', ''),
(5845, 'O', 'ru', 'Время между неудачными попытками входа (в секундах)', ''),
(5846, 'O', 'da', 'Tempo que o IP ficará bloqueado (horas)', ''),
(5846, 'O', 'de', 'Zeit in der die IP-Adresse gesperrt sein soll (Stunden)', ''),
(5846, 'O', 'el', 'Διάστημα για το οποίο IP θα πρέπει να αποκλειστεί (σε ώρες)', ''),
(5846, 'O', 'en', 'Time for which the IP should be blocked (hours)', ''),
(5846, 'O', 'es', 'El tiempo durante el cual la IP debería ser bloqueada (horas)', ''),
(5846, 'O', 'fr', 'Le temps pour lequel l\'IP doit être bloqué (heures)', ''),
(5846, 'O', 'it', 'Periodo di blocco dell\'IP (in ore)', ''),
(5846, 'O', 'nl', 'De tijd waarvoor het IP-adres moet worden geblokkeerd (uren)', ''),
(5846, 'O', 'no', 'Tid som IP skal blokkeres (timer)', ''),
(5846, 'O', 'pt', 'Tempo que o IP ficará bloqueado (horas)', ''),
(5846, 'O', 'ro', 'Timpul pentru care un IP să fie blochat (ore)', ''),
(5846, 'O', 'ru', 'Время, на которое блокируется IP (часы)', ''),
(5847, 'O', 'da', 'Configurações da área do cliente', ''),
(5847, 'O', 'de', 'Einstellungen des Kundenbereiches', ''),
(5847, 'O', 'el', 'Ρυθμίσεις πελάτη', ''),
(5847, 'O', 'en', 'Customer area settings', ''),
(5847, 'O', 'es', 'Opciones de área de clientes', ''),
(5847, 'O', 'fr', 'Paramètres de la zone client', ''),
(5847, 'O', 'it', 'Impostazioni area cliente', ''),
(5847, 'O', 'nl', 'Instellingen klantgedeelte', ''),
(5847, 'O', 'no', 'Innstillinger for kunde-området', ''),
(5847, 'O', 'pt', 'Configurações da área do cliente', ''),
(5847, 'O', 'ro', 'Setări Client', ''),
(5847, 'O', 'ru', 'Настройки витрины магазина', ''),
(5848, 'O', 'da', 'Bloquear IP depois de várias tentativas sem sucesso', ''),
(5848, 'O', 'de', 'IP-Adresse nach einer Anzahl von erfolglosen Logins blocken', ''),
(5848, 'O', 'el', 'Αποκλεισμός της IP μετά από μια σειρά αποτυχημένων προσπαθειών', ''),
(5848, 'O', 'en', 'Block IP after a number of unsuccessful attempts', ''),
(5848, 'O', 'es', 'Bloquee IP después de varias tentativas fracasadas', ''),
(5848, 'O', 'fr', 'Bloquer l\'IP après un nombre de tentatives infructueuses', ''),
(5848, 'O', 'it', 'Blocca IP dopo un certo numero di tentativi falliti', ''),
(5848, 'O', 'nl', 'Blokkeer een IP-adres na een aantal mislukte pogingen', ''),
(5848, 'O', 'no', 'Blokker IP etter flere mislykkede forsøk', ''),
(5848, 'O', 'pt', 'Bloquear IP depois de várias tentativas sem sucesso', ''),
(5848, 'O', 'ro', 'Blochează IP-ul după o serie de autentificări nereușite', ''),
(5848, 'O', 'ru', 'Блокировать IP-адрес после определенного кол-ва неудачных попыток входа', ''),
(5849, 'O', 'da', 'Número de tentativas sem sucesso', ''),
(5849, 'O', 'de', 'Anzahl der erfolglosen Versuche', ''),
(5849, 'O', 'el', 'Αριθμός ανεπιτυχών προσπαθειών', ''),
(5849, 'O', 'en', 'Number of unsuccessful attempts', ''),
(5849, 'O', 'es', 'Número de tentativas fracasadas', ''),
(5849, 'O', 'fr', 'Nombre de tentatives infructueuses', ''),
(5849, 'O', 'it', 'Numero di tentativi falliti', ''),
(5849, 'O', 'nl', 'Aantal mislukte pogingen', ''),
(5849, 'O', 'no', 'Antall mislykkede forsøk', ''),
(5849, 'O', 'pt', 'Número de tentativas sem sucesso', ''),
(5849, 'O', 'ro', 'Numărul de încercări nereușite', ''),
(5849, 'O', 'ru', 'Кол-во неудачных попыток входа', ''),
(5850, 'O', 'da', 'Tempo entre tentativas de login sem sucesso (segundos)', ''),
(5850, 'O', 'de', 'Zeit zwischen erfolglosen Login-Versuchen (Sekunden)', ''),
(5850, 'O', 'el', 'Χρόνος μεταξύ ανεπιτυχών προσπάθειών σύνδεσης (δευτερόλεπτα)', ''),
(5850, 'O', 'en', 'Time between unsuccessful login attempts (seconds)', ''),
(5850, 'O', 'es', 'Tiempo entre tentativas de entrada al sistema fracasadas (segundos)', ''),
(5850, 'O', 'fr', 'Temps entre les tentatives de connexion infructueuses (secondes)', ''),
(5850, 'O', 'it', 'Periodo tra i tentativi di accesso falliti (in secondi)', ''),
(5850, 'O', 'nl', 'De tijd tussen mislukte aanmeld pogingen (seconden)', ''),
(5850, 'O', 'no', 'Tid mellom mislykkede påloggingsforsøk (sekunder)', ''),
(5850, 'O', 'pt', 'Tempo entre tentativas de login sem sucesso (segundos)', ''),
(5850, 'O', 'ro', 'Timpul dintre încercările de autentificare nereușite (secunde)', ''),
(5850, 'O', 'ru', 'Время между неудачными попытками входа (в секундах)', ''),
(5851, 'O', 'da', 'Tempo que o IP ficará bloqueado (horas)', ''),
(5851, 'O', 'de', 'Zeit in der die IP-Adresse gesperrt sein soll (Stunden)', ''),
(5851, 'O', 'el', 'Διάστημα για το οποίο IP θα πρέπει να αποκλειστεί (σε ώρες)', ''),
(5851, 'O', 'en', 'Time for which the IP should be blocked (hours)', ''),
(5851, 'O', 'es', 'El tiempo durante el cual la IP debería ser bloqueada (horas)', ''),
(5851, 'O', 'fr', 'Le temps pour lequel l\'IP doit être bloqué (heures)', ''),
(5851, 'O', 'it', 'Periodo di blocco dell\'IP (in ore)', ''),
(5851, 'O', 'nl', 'De tijd waarvoor het IP-adres moet worden geblokkeerd (uren)', ''),
(5851, 'O', 'no', 'Tid som IP skal blokkeres (timer)', ''),
(5851, 'O', 'pt', 'Tempo que o IP ficará bloqueado (horas)', ''),
(5851, 'O', 'ro', 'Timpul pentru care un IP să fie blochat (ore)', ''),
(5851, 'O', 'ru', 'Время, на которое блокируется IP-адрес (в часах)', ''),
(5852, 'O', 'da', 'Habilitar imagens/URLs multi - idiomas', ''),
(5852, 'O', 'de', 'Mehrsprachige Bilder/URLs aktivieren', ''),
(5852, 'O', 'el', 'Ενεργοποίηση πολυγλωσσικών εικόνων/διευθύνσεων URL', ''),
(5852, 'O', 'en', 'Enable multi-language Images/URLs', ''),
(5852, 'O', 'es', 'Habilitar imágenes/URLs multi-idiomas', ''),
(5852, 'O', 'fr', 'Activer les images/URL multi-langues', ''),
(5852, 'O', 'it', 'Abilita Immagini/URLs multilingue', ''),
(5852, 'O', 'nl', 'Multi-language afbeeldingen/URLs aanzetten', ''),
(5852, 'O', 'no', 'Aktiver flerspråklige bilder / nettadresser', ''),
(5852, 'O', 'pt', 'Habilitar imagens/URLs multi - idiomas', ''),
(5852, 'O', 'ro', 'Activaţi imagini/URL-uri multi-limbaj', ''),
(5852, 'O', 'ru', 'Разрешить разные изображения и URL для разных языков', ''),
(5853, 'O', 'da', 'Marca d\'água', ''),
(5853, 'O', 'de', 'Wasserzeichen', ''),
(5853, 'O', 'el', 'Υδατογράφημα', ''),
(5853, 'O', 'en', 'Watermark', ''),
(5853, 'O', 'es', 'Marca de agua', ''),
(5853, 'O', 'fr', 'Filigrane', ''),
(5853, 'O', 'it', 'Filigrana', ''),
(5853, 'O', 'nl', 'Watermerk', ''),
(5853, 'O', 'no', 'Vannmerke', ''),
(5853, 'O', 'pt', 'Marca d\'água', ''),
(5853, 'O', 'ro', 'Watermark', ''),
(5853, 'O', 'ru', 'Водяной знак', ''),
(5854, 'O', 'da', '', ''),
(5854, 'O', 'de', '', ''),
(5854, 'O', 'el', '', ''),
(5854, 'O', 'en', '', ''),
(5854, 'O', 'es', '', ''),
(5854, 'O', 'fr', '', ''),
(5854, 'O', 'it', '', ''),
(5854, 'O', 'nl', '', ''),
(5854, 'O', 'no', '', ''),
(5854, 'O', 'pt', '', ''),
(5854, 'O', 'ro', '', ''),
(5854, 'O', 'ru', '', ''),
(5855, 'O', 'da', 'Marcas d\'água de produtos', ''),
(5855, 'O', 'de', 'Artikel-Wasserzeichen', ''),
(5855, 'O', 'el', 'Υδατογραφημα Προϊόντων', ''),
(5855, 'O', 'en', 'Product watermarks', ''),
(5855, 'O', 'es', 'Marcas de agua del producto', ''),
(5855, 'O', 'fr', 'Filigranes de produit', ''),
(5855, 'O', 'it', 'Filigrane sui prodotti', ''),
(5855, 'O', 'nl', 'Product watermerken', ''),
(5855, 'O', 'no', 'Produkt vannmerker', ''),
(5855, 'O', 'pt', 'Marcas d\'água de produtos', ''),
(5855, 'O', 'ro', 'Product watermarks', ''),
(5855, 'O', 'ru', 'Водяные знаки товаров', ''),
(5856, 'O', 'da', 'Fotos redimensionadas', ''),
(5856, 'O', 'de', 'In der Größe veränderte Bilder', ''),
(5856, 'O', 'el', 'Εικόνες με αλλαγμένο μέγεθος', ''),
(5856, 'O', 'en', 'Resized images', ''),
(5856, 'O', 'es', 'Imágenes redimensionadas', ''),
(5856, 'O', 'fr', 'Images redimensionnées', ''),
(5856, 'O', 'it', 'Immagini ridimensionate', ''),
(5856, 'O', 'nl', 'Geschaalde afbeeldingen', ''),
(5856, 'O', 'no', 'Endrede bilder', ''),
(5856, 'O', 'pt', 'Fotos redimensionadas', ''),
(5856, 'O', 'ro', 'Resized images', ''),
(5856, 'O', 'ru', 'Изображения с измененным размером', ''),
(5857, 'O', 'da', 'Fotos originais', ''),
(5857, 'O', 'de', 'Originalgröße der Bilder', ''),
(5857, 'O', 'el', 'Εικόνες με αρχικό μέγεθος', ''),
(5857, 'O', 'en', 'Original size images', ''),
(5857, 'O', 'es', 'Imágenes de tamaño original', ''),
(5857, 'O', 'fr', 'Images au format original', ''),
(5857, 'O', 'it', 'Immagini di dimensioni originali', ''),
(5857, 'O', 'nl', 'Originele grootte afbeeldingen', ''),
(5857, 'O', 'no', 'Opprinnelig bildestørrelse', ''),
(5857, 'O', 'pt', 'Fotos originais', ''),
(5857, 'O', 'ro', 'Original size images', ''),
(5857, 'O', 'ru', 'Изображения в оригинальном размере', ''),
(5858, 'O', 'da', 'Marcas d\'água de categorias', ''),
(5858, 'O', 'de', 'Kategorie-Wasserzeichen', ''),
(5858, 'O', 'el', 'Υδατογραφήματα κατηγοριών', ''),
(5858, 'O', 'en', 'Category watermarks', ''),
(5858, 'O', 'es', 'Marcas de agua de categoría', ''),
(5858, 'O', 'fr', 'Filigranes de catégorie', ''),
(5858, 'O', 'it', 'Filigrane sulle categorie', ''),
(5858, 'O', 'nl', 'Categorie watermerken', ''),
(5858, 'O', 'no', 'Kategori vannmerker', ''),
(5858, 'O', 'pt', 'Marcas d\'água de categorias', ''),
(5858, 'O', 'ro', 'Category watermarks', ''),
(5858, 'O', 'ru', 'Водяные знаки категорий', ''),
(5859, 'O', 'da', 'Fotos redimensionadas', ''),
(5859, 'O', 'de', 'In der Größe veränderte Bilder', ''),
(5859, 'O', 'el', 'Εικόνες με αλλαγμένο μέγεθος', ''),
(5859, 'O', 'en', 'Resized images', ''),
(5859, 'O', 'es', 'Imágenes redimensionadas', ''),
(5859, 'O', 'fr', 'Images redimensionnées', ''),
(5859, 'O', 'it', 'Immagini ridimensionate', ''),
(5859, 'O', 'nl', 'Geschaalde afbeeldingen', ''),
(5859, 'O', 'no', 'Endrede bilder', ''),
(5859, 'O', 'pt', 'Fotos redimensionadas', ''),
(5859, 'O', 'ro', 'Resized images', ''),
(5859, 'O', 'ru', 'Изображения с измененным размером', ''),
(5860, 'O', 'da', 'Fotos originais', ''),
(5860, 'O', 'de', 'Originalgröße der Bilder', ''),
(5860, 'O', 'el', 'Εικόνες με αρχικό μέγεθος', ''),
(5860, 'O', 'en', 'Original size images', ''),
(5860, 'O', 'es', 'Imágenes de tamaño original', ''),
(5860, 'O', 'fr', 'Images au format original', ''),
(5860, 'O', 'it', 'Immagini di dimensioni originali', ''),
(5860, 'O', 'nl', 'Originele grootte afbeeldingen', ''),
(5860, 'O', 'no', 'Opprinnelig bildestørrelse', ''),
(5860, 'O', 'pt', 'Fotos originais', ''),
(5860, 'O', 'ro', 'Original size images', ''),
(5860, 'O', 'ru', 'Изображения в оригинальном размере', ''),
(5861, 'O', 'da', 'Acesso às imagens', ''),
(5861, 'O', 'de', 'Bilderzugriff', ''),
(5861, 'O', 'el', 'Πρόσβαση σε εικόνες', ''),
(5861, 'O', 'en', 'Images access', ''),
(5861, 'O', 'es', 'Acceso a imágenes', ''),
(5861, 'O', 'fr', 'Accès images', ''),
(5861, 'O', 'it', 'Accesso immagini', ''),
(5861, 'O', 'nl', 'Afbeeldingen toegang', ''),
(5861, 'O', 'no', 'Tilgang til bilder', ''),
(5861, 'O', 'pt', 'Acesso às imagens', ''),
(5861, 'O', 'ro', 'Images access', ''),
(5861, 'O', 'ru', 'Доступ к изображениям', ''),
(5862, 'O', 'da', 'Posts por página', ''),
(5862, 'O', 'de', 'Beiträge je Seite', '');
INSERT INTO `partiushop_settings_descriptions` (`object_id`, `object_type`, `lang_code`, `value`, `tooltip`) VALUES
(5862, 'O', 'el', 'Δημοσιεύσεις ανα σελίδα', ''),
(5862, 'O', 'en', 'Posts per page', ''),
(5862, 'O', 'es', 'Comentarios por página', ''),
(5862, 'O', 'fr', 'Posts par page', ''),
(5862, 'O', 'it', 'Messaggi per pagina', ''),
(5862, 'O', 'nl', 'Berichten per pagina', ''),
(5862, 'O', 'no', 'Innlegg per side', ''),
(5862, 'O', 'pt', 'Posts por página', ''),
(5862, 'O', 'ro', 'Postări per pagină', ''),
(5862, 'O', 'ru', 'Записей на странице', ''),
(5863, 'O', 'da', 'Administrador deve aprovar posts enviados por', ''),
(5863, 'O', 'de', 'Administrator muss vorgelegte Beiträge genehmigen.', ''),
(5863, 'O', 'el', 'Ο διαχειριστής πρέπει να εγκρίνει τις δημοσιεύσεις  που υπέβαλε από', ''),
(5863, 'O', 'en', 'Administrator must approve posts submitted by', ''),
(5863, 'O', 'es', 'Administrador debe aprobar comentarios presentados por', ''),
(5863, 'O', 'fr', 'L\'administrateur doit approuver les posts soumis par', ''),
(5863, 'O', 'it', 'L\'amministratore deve approvare i messaggi inseriti', ''),
(5863, 'O', 'nl', 'Beheerder moet berichten goedkeuren van', ''),
(5863, 'O', 'no', 'Administrator må godkjenne innlegg innsendt av', ''),
(5863, 'O', 'pt', 'Administrador deve aprovar posts enviados por', ''),
(5863, 'O', 'ro', 'Administratorul trebuie să aprobe postările', ''),
(5863, 'O', 'ru', 'Администратор должен утверждать оставленные сообщения', ''),
(5864, 'O', 'da', 'É permitido apenas um post por IP', ''),
(5864, 'O', 'de', 'Nur ein Beitrag je IP ist erlaubt', ''),
(5864, 'O', 'el', 'Επιτρέπεται μόνο μια δημοσίευση από μια IP', ''),
(5864, 'O', 'en', 'Only one post from one IP is allowed', ''),
(5864, 'O', 'es', 'Solo un comentario por IP permitido', ''),
(5864, 'O', 'fr', 'Seul un post à partir de cette IP est autorisé', ''),
(5864, 'O', 'it', 'È consentito un solo messaggio per ogni IP', ''),
(5864, 'O', 'nl', 'Slechts één post van één IP is toegestaan', ''),
(5864, 'O', 'no', 'Bare én post fra én IP er tillatt', ''),
(5864, 'O', 'pt', 'É permitido apenas um post por IP', ''),
(5864, 'O', 'ro', 'O singură postare de la un singur IP', ''),
(5864, 'O', 'ru', 'Разрешить оставлять только одно сообщение с одного IP-адреса', ''),
(5867, 'O', 'da', 'Valor padrão', 'Determina se comentários e/ou avaliações são permitidos para produtos recém-criados. Não afeta produtos existentes.'),
(5867, 'O', 'de', 'Standardwert', 'Legt fest, ob Kommentare und/oder Bewertungen für neu erstellte Produkte erlaubt sind. Dieses wirkt sich nicht auf bestehende Produkte aus.'),
(5867, 'O', 'el', 'Προεπιλεγμένη αξία', 'Καθοριζει άν επιτρέπονται  τα σχόλια/κριτικές για προϊόντα που μόλις έχουν δημιουργηθεί. Δέν επηρεάζει τα υπάρχοντα προϊόντα.'),
(5867, 'O', 'en', 'Default value', 'Determines if comments and/or reviews are allowed for newly-created products. Doesn\'t affect existing products.'),
(5867, 'O', 'es', 'Valor predeterminado', 'Determina si se permiten comentarios y/o opiniones para productos recien creados. No afecta los productos existentes.'),
(5867, 'O', 'fr', 'Valeur par défaut', 'Détermine si les commentaires et / ou les critiques sont autorisés pour les catégories nouvellement créées. N\'affecte pas les catégories existantes.'),
(5867, 'O', 'it', 'Valore predefinito', 'Determines if comments and/or reviews are allowed for newly-created products. Doesn\'t affect existing products.'),
(5867, 'O', 'nl', 'Standaard waarde', 'Bepaalt of opmerkingen en/of beoordelingen zijn toegestaan ​​voor nieuw aangemaakte producten. Heeft geen invloed op bestaande producten.'),
(5867, 'O', 'no', 'Default value', 'Determines if comments and/or reviews are allowed for newly-created products. Doesn\'t affect existing products.'),
(5867, 'O', 'pt', 'Valor padrão', 'Determina se comentários e/ou avaliações são permitidos para produtos recém-criados. Não afeta produtos existentes.'),
(5867, 'O', 'ro', 'Valoare implicită', 'Determină dacă comentariile şi/sau recenziile sunt permise pentru produsele nou create. Nu afectează produsele existente.'),
(5867, 'O', 'ru', 'Значение по умолчанию', 'Определяет, разрешить ли комментарии или отзывы для создаваемых товаров. Не влияет на уже созданные товары.'),
(5868, 'O', 'da', 'Somente compradores podem postar', 'Permitir que faça avaliações do produto somente quem o comprou.'),
(5868, 'O', 'de', 'Nur Käufer können etwas posten', 'Lassen Sie Bewertungen für ein Produkt nur von denjenigen abgeben, die dieses Produkt gekauft haben.'),
(5868, 'O', 'el', 'Αναρτηση μόνο από του αγοραστές', 'Δώστε το δικαίωμα να αφήνουν κριτική για ένα προϊόν, μόνο αυτοί που αγόρασαν το εκάστοτε προϊόν.'),
(5868, 'O', 'en', 'Only buyers can post', 'Allow leaving reviews for a product only to those who bought that product.'),
(5868, 'O', 'es', 'Sólo los compradores pueden enviar un comentario', 'Permite dejar comentarios de un producto sólo a aquellos que compraron ese producto.'),
(5868, 'O', 'fr', 'Seulement des acheteurs peuvent poster', 'Autoriser les commentaires laissés pour un produit uniquement à ceux qui ont acheté ce produit.'),
(5868, 'O', 'it', 'Solo gli acquirenti possono pubblicare', 'Allow leaving reviews for a product only to those who bought that product.'),
(5868, 'O', 'nl', 'Alleen kopers kunnen posten', 'Alleen beoordelingen voor een product toestaan door degenen die dat product hebben gekocht.'),
(5868, 'O', 'no', 'Only buyers can post', 'Allow leaving reviews for a product only to those who bought that product.'),
(5868, 'O', 'pt', 'Somente compradores podem postar', 'Permitir que faça avaliações do produto somente quem o comprou.'),
(5868, 'O', 'ro', 'Numai cumpărătorii pot posta', 'Permiteți postarea recenziilor pentru un produs numai celor care au cumpărat produsul respectiv.'),
(5868, 'O', 'ru', 'Отзывы только от покупателей', 'Разрешить оставлять отзывы о товаре только тем, кто купил этот товар.'),
(5869, 'O', 'da', 'Posts por página', ''),
(5869, 'O', 'de', 'Beiträge je Seite', ''),
(5869, 'O', 'el', 'Δημοσιεύσεις ανα σελίδα', ''),
(5869, 'O', 'en', 'Posts per page', ''),
(5869, 'O', 'es', 'Comentarios por página', ''),
(5869, 'O', 'fr', 'Posts par page', ''),
(5869, 'O', 'it', 'Messaggi per pagina', ''),
(5869, 'O', 'nl', 'Berichten per pagina', ''),
(5869, 'O', 'no', 'Innlegg per side', ''),
(5869, 'O', 'pt', 'Posts por página', ''),
(5869, 'O', 'ro', 'Postări per pagină', ''),
(5869, 'O', 'ru', 'Записей на странице', ''),
(5870, 'O', 'da', 'Administrador deve aprovar posts enviados por', ''),
(5870, 'O', 'de', 'Administrator muss vorgelegte Beiträge genehmigen.', ''),
(5870, 'O', 'el', 'Ο  διαχειριστής πρέπει να εγκρίνει τις δημοσιεύσεις  που υπέβαλε από', ''),
(5870, 'O', 'en', 'Administrator must approve posts submitted by', ''),
(5870, 'O', 'es', 'Administrador debe aprobar comentarios presentados por', ''),
(5870, 'O', 'fr', 'L\'administrateur doit approuver les posts soumis par', ''),
(5870, 'O', 'it', 'L\'amministratore deve approvare i messaggi inseriti', ''),
(5870, 'O', 'nl', 'Beheerder moet berichten goedkeuren van', ''),
(5870, 'O', 'no', 'Administrator må godkjenne innlegg innsendt av', ''),
(5870, 'O', 'pt', 'Administrador deve aprovar posts enviados por', ''),
(5870, 'O', 'ro', 'Administratorul trebuie să aprobe postările', ''),
(5870, 'O', 'ru', 'Администратор должен утверждать оставленные сообщения', ''),
(5871, 'O', 'da', 'É permitido apenas um post por IP', ''),
(5871, 'O', 'de', 'Nur ein Beitrag je IP ist erlaubt', ''),
(5871, 'O', 'el', 'Επιτρέπεται μόνο μια δημοσίευση από μια IP', ''),
(5871, 'O', 'en', 'Only one post from one IP is allowed', ''),
(5871, 'O', 'es', 'Solo un comentario por IP permitido', ''),
(5871, 'O', 'fr', 'Seul un post à partir de cette IP est autorisé', ''),
(5871, 'O', 'it', 'È consentito un solo messaggio da ogni IP', ''),
(5871, 'O', 'nl', 'Slechts één post van één IP is toegestaan', ''),
(5871, 'O', 'no', 'Bare én post fra én IP er tillatt', ''),
(5871, 'O', 'pt', 'É permitido apenas um post por IP', ''),
(5871, 'O', 'ro', 'O singură postare de la un singur IP', ''),
(5871, 'O', 'ru', 'Разрешить оставлять только одно сообщение с одного IP-адреса', ''),
(5873, 'O', 'da', 'Valor padrão', 'Determina se comentários e/ou avaliações são permitidos para categorias recém-criadas. Não afeta categorias existentes.'),
(5873, 'O', 'de', 'Standardwert', 'Legt fest, ob Kommentare und/oder Bewertungen für neu erstellte Produkte erlaubt sind. Dieses wirkt sich nicht auf bestehende Produkte aus.'),
(5873, 'O', 'el', 'Προεπιλεγμένη αξία', 'Καθοριζει άν επιτρέπονται  τα σχόλια/κριτικές για σελίδες που μόλις έχουν δημιουργηθεί. Δέν επηρεάζει τις υπάρχουσες σελίδες.'),
(5873, 'O', 'en', 'Default value', 'Determines if comments and/or reviews are allowed for newly-created categories. Doesn\'t affect existing categories.'),
(5873, 'O', 'es', 'Valor predeterminado', 'Determina si se permiten comentarios y/o opiniones para categorías recien creadas. No afecta las categorías existentes.'),
(5873, 'O', 'fr', 'Valeur par défaut', 'Détermine si les commentaires et / ou les critiques sont autorisés pour les catégories nouvellement créées. N\'affecte pas les catégories existantes.'),
(5873, 'O', 'it', 'Valore predefinito', 'Determines if comments and/or reviews are allowed for newly-created categories. Doesn\'t affect existing categories.'),
(5873, 'O', 'nl', 'Standaard waarde', 'Bepaalt of opmerkingen en/of beoordelingen zijn toegestaan ​​voor nieuw aangemaakte categorieën. Heeft geen invloed op bestaande categorieën.'),
(5873, 'O', 'no', 'Default value', 'Determines if comments and/or reviews are allowed for newly-created categories. Doesn\'t affect existing categories.'),
(5873, 'O', 'pt', 'Valor padrão', 'Determina se comentários e/ou avaliações são permitidos para categorias recém-criadas. Não afeta categorias existentes.'),
(5873, 'O', 'ro', 'Valoare implicită', 'Determină dacă comentariile şi/sau recenziile sunt permise pentru categoriile nou create. Nu afectează categoriile existente.'),
(5873, 'O', 'ru', 'Значение по умолчанию', 'Определяет, разрешить ли комментарии или отзывы для создаваемых категорий. Не влияет на уже созданные категории.'),
(5874, 'O', 'da', 'Posts por página', ''),
(5874, 'O', 'de', 'Beiträge je Seite', ''),
(5874, 'O', 'el', 'Δημοσιεύσεις ανα σελίδα', ''),
(5874, 'O', 'en', 'Posts per page', ''),
(5874, 'O', 'es', 'Comentarios por página', ''),
(5874, 'O', 'fr', 'Posts par page', ''),
(5874, 'O', 'it', 'Messaggi per pagina', ''),
(5874, 'O', 'nl', 'Berichten per pagina', ''),
(5874, 'O', 'no', 'Innlegg per side', ''),
(5874, 'O', 'pt', 'Posts por página', ''),
(5874, 'O', 'ro', 'Postări per pagină', ''),
(5874, 'O', 'ru', 'Записей на странице', ''),
(5875, 'O', 'da', 'Permitir que o cliente iniciar uma discussão', ''),
(5875, 'O', 'de', 'Kunden erlauben, die Diskussion zu starten', ''),
(5875, 'O', 'el', 'Δυνατότητα του πελάτη να ξεκινήσει συζήτηση', ''),
(5875, 'O', 'en', 'Allow customer to initiate discussion', ''),
(5875, 'O', 'es', 'Permitir al cliente iniciar la discusión', ''),
(5875, 'O', 'fr', 'Permettre aux client d\'ouvrir la discussion', ''),
(5875, 'O', 'it', 'Consentire ai clienti di avviare una discussione', ''),
(5875, 'O', 'nl', 'Klant herziening toestaan', ''),
(5875, 'O', 'no', 'Tillat kunden å starte diskusjon', ''),
(5875, 'O', 'pt', 'Permitir que o cliente iniciar uma discussão', ''),
(5875, 'O', 'ro', 'Permite clienților să inițieze discuții', ''),
(5875, 'O', 'ru', 'Позволить пользователю начать обсуждение', ''),
(5877, 'O', 'da', 'Posts por página', ''),
(5877, 'O', 'de', 'Beiträge je Seite', ''),
(5877, 'O', 'el', 'Δημοσιεύσεις ανα σελίδα', ''),
(5877, 'O', 'en', 'Posts per page', ''),
(5877, 'O', 'es', 'Comentarios por página', ''),
(5877, 'O', 'fr', 'Posts par page', ''),
(5877, 'O', 'it', 'Messaggi per pagina', ''),
(5877, 'O', 'nl', 'Berichten per pagina', ''),
(5877, 'O', 'no', 'Innlegg per side', ''),
(5877, 'O', 'pt', 'Posts por página', ''),
(5877, 'O', 'ro', 'Postări per pagină', ''),
(5877, 'O', 'ru', 'Записей на странице', ''),
(5878, 'O', 'da', 'Administrador deve aprovar posts enviados por', ''),
(5878, 'O', 'de', 'Administrator muss vorgelegte Beiträge genehmigen.', ''),
(5878, 'O', 'el', 'Ο διαχειριστής πρέπει να εγκρίνει τις δημοσιεύσεις που υπέβαλε η', ''),
(5878, 'O', 'en', 'Administrator must approve posts submitted by', ''),
(5878, 'O', 'es', 'Administrador debe aprobar comentarios presentados por', ''),
(5878, 'O', 'fr', 'L\'administrateur doit approuver les posts soumis par', ''),
(5878, 'O', 'it', 'L\'amministratore deve approvare i messaggi inseriti', ''),
(5878, 'O', 'nl', 'Beheerder moet berichten goedkeuren van', ''),
(5878, 'O', 'no', 'Administrator må godkjenne innlegg innsendt av', ''),
(5878, 'O', 'pt', 'Administrador deve aprovar posts enviados por', ''),
(5878, 'O', 'ro', 'Administratorul trebuie să aprobe postările', ''),
(5878, 'O', 'ru', 'Администратор должен утверждать оставленные сообщения', ''),
(5879, 'O', 'da', 'É permitido apenas um post por IP', ''),
(5879, 'O', 'de', 'Nur ein Beitrag je IP ist erlaubt', ''),
(5879, 'O', 'el', 'Μόνο μία θέση από μία IP επιτρέπεται', ''),
(5879, 'O', 'en', 'Only one post from one IP is allowed', ''),
(5879, 'O', 'es', 'Solo un comentario por IP permitido', ''),
(5879, 'O', 'fr', 'Seul un post à partir de cette IP est autorisé', ''),
(5879, 'O', 'it', 'È consentito un solo messaggio per ogni IP', ''),
(5879, 'O', 'nl', 'Slechts één post van één IP is toegestaan', ''),
(5879, 'O', 'no', 'Bare én post fra én IP er tillatt', ''),
(5879, 'O', 'pt', 'É permitido apenas um post por IP', ''),
(5879, 'O', 'ro', 'O singură postare de la un singur IP', ''),
(5879, 'O', 'ru', 'Разрешить оставлять только одно сообщение с одного IP-адреса', ''),
(5881, 'O', 'da', 'Valor padrão', 'Determina se comentários e/ou avaliações são permitidos para páginas recém-criadas. Não afeta páginas existentes.'),
(5881, 'O', 'de', 'Standardwert', 'Legt fest, ob Kommentare und/oder Bewertungen für neu erstellte Produkte erlaubt sind. Dieses wirkt sich nicht auf bestehende Produkte aus.'),
(5881, 'O', 'el', 'Προεπιλεγμένη αξία', 'Καθοριζει άν  επιτρέπονται τα σχόλια/κριτικές για σελίδες που μόλις έχουν δημιουργηθεί. Δέν επηρεάζει τις υπάρχουσες σελίδες.'),
(5881, 'O', 'en', 'Default value', 'Determines if comments and/or reviews are allowed for newly-created pages. Doesn\'t affect existing pages.'),
(5881, 'O', 'es', 'Valor predeterminado', 'Determina si se permiten los comentarios y/o opiniones para páginas recien creadas. No afecta las páginas existentes.'),
(5881, 'O', 'fr', 'Valeur par défaut', 'Détermine si les commentaires et / ou les critiques sont autorisés pour les catégories nouvellement créées. N\'affecte pas les catégories existantes.'),
(5881, 'O', 'it', 'Valore predefinito', 'Determines if comments and/or reviews are allowed for newly-created pages. Doesn\'t affect existing pages.'),
(5881, 'O', 'nl', 'Standaard waarde', 'Bepaalt of opmerkingen en/of beoordelingen zijn toegestaan ​​voor nieuw aangemaakte pagina\'s. Heeft geen invloed op bestaande pagina\'s.'),
(5881, 'O', 'no', 'Default value', 'Determines if comments and/or reviews are allowed for newly-created pages. Doesn\'t affect existing pages.'),
(5881, 'O', 'pt', 'Valor padrão', 'Determina se comentários e/ou avaliações são permitidos para páginas recém-criadas. Não afeta páginas existentes.'),
(5881, 'O', 'ro', 'Valoare implicită', 'Determină dacă comentariile şi/sau recenziile sunt permise pentru paginile nou create. Nu afectează paginile existente.'),
(5881, 'O', 'ru', 'Значение по умолчанию', 'Определяет, разрешить ли комментарии или отзывы для создаваемых страниц. Не влияет на уже созданные страницы.'),
(5883, 'O', 'da', 'Posts por página', ''),
(5883, 'O', 'de', 'Beiträge je Seite', ''),
(5883, 'O', 'el', 'Δημοσιεύσεις ανα σελίδα', ''),
(5883, 'O', 'en', 'Posts per page', ''),
(5883, 'O', 'es', 'Comentarios por página', ''),
(5883, 'O', 'fr', 'Messages par page', ''),
(5883, 'O', 'it', 'Messaggi per pagina', ''),
(5883, 'O', 'nl', 'Berichten per pagina', ''),
(5883, 'O', 'no', 'Innlegg per side', ''),
(5883, 'O', 'pt', 'Posts por página', ''),
(5883, 'O', 'ro', 'Postări per pagină', ''),
(5883, 'O', 'ru', 'Записей на странице', ''),
(5884, 'O', 'da', 'Administrador deve aprovar posts enviados por', ''),
(5884, 'O', 'de', 'Administrator muss vorgelegte Beiträge genehmigen.', ''),
(5884, 'O', 'el', 'Ο διαχειριστής πρέπει να εγκρίνει τις δημοσιεύσεις που υπέβαλε η', ''),
(5884, 'O', 'en', 'Administrator must approve posts submitted by', ''),
(5884, 'O', 'es', 'Administrador debe aprobar comentarios presentados por', ''),
(5884, 'O', 'fr', 'Administrateur doit approuver les messages soumis par', ''),
(5884, 'O', 'it', 'L\'amministratore deve approvare i messaggi inseriti', ''),
(5884, 'O', 'nl', 'Beheerder moet berichten goedkeuren van', ''),
(5884, 'O', 'no', 'Administrator må godkjenne innlegg innsendt av', ''),
(5884, 'O', 'pt', 'Administrador deve aprovar posts enviados por', ''),
(5884, 'O', 'ro', 'Administratorul trebuie să aprobe postările', ''),
(5884, 'O', 'ru', 'Администратор должен утверждать оставленные сообщения', ''),
(5885, 'O', 'da', 'É permitido apenas um post por IP', ''),
(5885, 'O', 'de', 'Nur ein Beitrag je IP ist erlaubt', ''),
(5885, 'O', 'el', 'Μόνο μια δημοσίευση από την IP επιτέπεται', ''),
(5885, 'O', 'en', 'Only one post from one IP is allowed', ''),
(5885, 'O', 'es', 'Solo un comentario por IP permitido', ''),
(5885, 'O', 'fr', 'Seul un message est autorisé à partir de cette IP', ''),
(5885, 'O', 'it', 'È consentito un solo messaggio per ogni IP', ''),
(5885, 'O', 'nl', 'Slechts één post van één IP is toegestaan', ''),
(5885, 'O', 'no', 'Bare én post fra én IP er tillatt', ''),
(5885, 'O', 'pt', 'É permitido apenas um post por IP', ''),
(5885, 'O', 'ro', 'O singură postare de la un singur IP', ''),
(5885, 'O', 'ru', 'Разрешить оставлять только одно сообщение с одного IP-адреса', ''),
(5887, 'O', 'da', 'Depoimentos', ''),
(5887, 'O', 'de', 'Erfahrungsberichte', ''),
(5887, 'O', 'el', 'Πιστοποιητικά', ''),
(5887, 'O', 'en', 'Testimonials', ''),
(5887, 'O', 'es', 'Recomendaciones', ''),
(5887, 'O', 'fr', 'Témoignages', ''),
(5887, 'O', 'it', 'Testimonial', ''),
(5887, 'O', 'nl', 'Beoordelingen', ''),
(5887, 'O', 'no', 'Anbefalinger', ''),
(5887, 'O', 'pt', 'Depoimentos', ''),
(5887, 'O', 'ro', 'Mărturii ( aprecieri )', ''),
(5887, 'O', 'ru', 'Отзывы', ''),
(5888, 'O', 'da', 'Avaliações', ''),
(5888, 'O', 'de', 'Rezensionen', ''),
(5888, 'O', 'el', 'Κριτικές', ''),
(5888, 'O', 'en', 'Reviews', ''),
(5888, 'O', 'es', 'Opiniones', ''),
(5888, 'O', 'fr', 'Avis', ''),
(5888, 'O', 'it', 'Recensioni', ''),
(5888, 'O', 'nl', 'Beoordelingen', ''),
(5888, 'O', 'no', 'Omtaler', ''),
(5888, 'O', 'pt', 'Avaliações', ''),
(5888, 'O', 'ro', 'Recenzii', ''),
(5888, 'O', 'ru', 'Обсуждения', ''),
(5889, 'O', 'da', 'Somente compradores podem postar', 'Permitir que faça avaliações do fornecedor somente quem comprou produtos dele.'),
(5889, 'O', 'de', 'Nur Käufer können etwas posten', 'Lassen Sie Bewertungen für einen Lieferanten nur von denjenigen abgeben, die Produkte von diesem Anbieter gekauft haben.'),
(5889, 'O', 'el', 'Αναρτησεις μόνο από του αγοραστές', 'Δώστε το δικαίωμα να αφήνουν κριτική για έναν πωλητή, μόνο οι χρήστες που αγόρασαν το προϊόν από τον συγκεκριμένο πωλητή.'),
(5889, 'O', 'en', 'Only buyers can post', 'Allow leaving reviews for a vendor only to those who bought products from that vendor.'),
(5889, 'O', 'es', 'Sólo los compradores pueden enviar un comentario', 'Permiten dejar comentarios para un vendedor solamente a aquellos que compraron productos de ese proveedor.'),
(5889, 'O', 'fr', 'Seulement des acheteurs peuvent poster', 'Autoriser les commentaires laissés pour un produit uniquement à ceux qui ont acheté ce produit.'),
(5889, 'O', 'it', 'Solo gli acquirenti possono pubblicare', 'Allow leaving reviews for a vendor only to those who bought products from that vendor.'),
(5889, 'O', 'nl', 'Alleen kopers kunnen posten', 'Alleen beoordelingen voor een verkoper toestaan door degenen die producten hebben gekocht van die verkoper.'),
(5889, 'O', 'no', 'Only buyers can post', 'Allow leaving reviews for a vendor only to those who bought products from that vendor.'),
(5889, 'O', 'pt', 'Somente compradores podem postar', 'Permitir que faça avaliações do fornecedor somente quem comprou produtos dele.'),
(5889, 'O', 'ro', 'Numai cumpărătorii pot posta', 'Permiteți postarea recenziilor pentru furnizor numai pentru cei care au cumparat produse de la acel furnizor.'),
(5889, 'O', 'ru', 'Отзывы только от покупателей', 'Разрешить оставлять отзывы о продавце только тем, кто что-то купил у этого продавца.'),
(5890, 'O', 'da', 'Posts por página', ''),
(5890, 'O', 'de', 'Beiträge pro Seite', ''),
(5890, 'O', 'el', 'Δημοσιεύσεις ανά σελίδα', ''),
(5890, 'O', 'en', 'Posts per page', ''),
(5890, 'O', 'es', 'Mensajes por página', ''),
(5890, 'O', 'fr', 'Messages par page', ''),
(5890, 'O', 'it', 'Messaggi per pagina', ''),
(5890, 'O', 'nl', 'Berichten per pagina', ''),
(5890, 'O', 'no', 'Innlegg per side', ''),
(5890, 'O', 'pt', 'Posts por página', ''),
(5890, 'O', 'ro', 'Postări pe pagină', ''),
(5890, 'O', 'ru', 'Записей на странице', ''),
(5891, 'O', 'da', 'Administrador deve aprovar posts enviados por', ''),
(5891, 'O', 'de', 'Administrator muss vorgelegte Beiträge genehmigen.', ''),
(5891, 'O', 'el', 'Ο διαχειριστής πρέπει να εγκρίνει τις δημοσιεύσεις από', ''),
(5891, 'O', 'en', 'Administrator must approve posts submitted by', ''),
(5891, 'O', 'es', 'Administrador debe aprobar comentarios presentados por', ''),
(5891, 'O', 'fr', 'L\'administrateur doit approuver les posts soumis par', ''),
(5891, 'O', 'it', 'L\'amministratore deve approvare i messaggi inseriti', ''),
(5891, 'O', 'nl', 'Beheerder moet berichten goedkeuren van', ''),
(5891, 'O', 'no', 'Administrator må godkjenne innlegg innsendt av', ''),
(5891, 'O', 'pt', 'Administrador deve aprovar posts enviados por', ''),
(5891, 'O', 'ro', 'Administratorul trebuie să aprobe postările', ''),
(5891, 'O', 'ru', 'Администратор должен утверждать оставленные сообщения', ''),
(5892, 'O', 'da', 'É permitido apenas um post por IP', ''),
(5892, 'O', 'de', 'Nur ein Beitrag je IP ist erlaubt', ''),
(5892, 'O', 'el', 'Μόνο μία δημοσίευση ανα IP επιτρέπετε', ''),
(5892, 'O', 'en', 'Only one post from one IP is allowed', ''),
(5892, 'O', 'es', 'Solo un comentario por IP permitido', ''),
(5892, 'O', 'fr', 'Seul un post à partir de cette IP est autorisé', ''),
(5892, 'O', 'it', 'È consentito un solo messaggio per ogni IP', ''),
(5892, 'O', 'nl', 'Slechts één post van één IP is toegestaan', ''),
(5892, 'O', 'no', 'Bare én post fra én IP er tillatt', ''),
(5892, 'O', 'pt', 'É permitido apenas um post por IP', ''),
(5892, 'O', 'ro', 'O singură postare de la un singur IP', ''),
(5892, 'O', 'ru', 'Разрешить оставлять только одно сообщение с одного IP-адреса', ''),
(5895, 'O', 'da', 'Informações', ''),
(5895, 'O', 'de', 'Information', ''),
(5895, 'O', 'el', 'Πληροφορίες', ''),
(5895, 'O', 'en', 'Information', ''),
(5895, 'O', 'es', 'Información', ''),
(5895, 'O', 'fr', 'Information', ''),
(5895, 'O', 'it', 'Informazioni', ''),
(5895, 'O', 'nl', 'Informatie', ''),
(5895, 'O', 'no', 'Informasjon', ''),
(5895, 'O', 'pt', 'Informações', ''),
(5895, 'O', 'ro', 'Informaţii', ''),
(5895, 'O', 'ru', 'Информация', ''),
(5896, 'O', 'da', 'Limpar o cache', ''),
(5896, 'O', 'de', 'Cache leeren', ''),
(5896, 'O', 'el', 'Καθαρισμός cache', ''),
(5896, 'O', 'en', 'Clear cache', ''),
(5896, 'O', 'es', 'Limpiar Caché', ''),
(5896, 'O', 'fr', 'Vider le cache', ''),
(5896, 'O', 'it', 'Svuota cache', ''),
(5896, 'O', 'nl', 'Cache wissen', ''),
(5896, 'O', 'no', 'Tøm cache', ''),
(5896, 'O', 'pt', 'Limpar o cache', ''),
(5896, 'O', 'ro', 'Sterge cache', ''),
(5896, 'O', 'ru', 'Очистить кэш', ''),
(5897, 'O', 'da', 'Configurações da página inicial', ''),
(5897, 'O', 'de', 'Einstellungen der Startseite', ''),
(5897, 'O', 'el', 'Ρυθμίσεις αρχικής σελίδας', ''),
(5897, 'O', 'en', 'Homepage settings', ''),
(5897, 'O', 'es', 'Configuración de página principal', ''),
(5897, 'O', 'fr', 'Paramètres de la page initiale', ''),
(5897, 'O', 'it', 'Impostazioni pagina iniziale', ''),
(5897, 'O', 'nl', 'Homepage-instellingen', ''),
(5897, 'O', 'no', 'Nettside innstillinger', ''),
(5897, 'O', 'pt', 'Configurações da página inicial', ''),
(5897, 'O', 'ro', 'Setări pagina de start', ''),
(5897, 'O', 'ru', 'Настройки домашней страницы', ''),
(5898, 'O', 'da', 'Frequência de atualização', ''),
(5898, 'O', 'de', 'Häufigkeit aktualisieren', ''),
(5898, 'O', 'el', 'Συχνότητα ενημέρωσης', ''),
(5898, 'O', 'en', 'Update frequency', ''),
(5898, 'O', 'es', 'Frecuencia de actualización', ''),
(5898, 'O', 'fr', 'Fréquence de mise à jour', ''),
(5898, 'O', 'it', 'Frequenza di aggiornamento', ''),
(5898, 'O', 'nl', 'Update frequentie', ''),
(5898, 'O', 'no', 'Oppdateringsfrekvens', ''),
(5898, 'O', 'pt', 'Frequência de atualização', ''),
(5898, 'O', 'ro', 'Frecvenţă actualizare', ''),
(5898, 'O', 'ru', 'Частота обновления', ''),
(5899, 'O', 'da', 'Prioridade', ''),
(5899, 'O', 'de', 'Priorität', ''),
(5899, 'O', 'el', 'Προτεραιότητα', ''),
(5899, 'O', 'en', 'Priority', ''),
(5899, 'O', 'es', 'Prioridad', ''),
(5899, 'O', 'fr', 'Priorité', ''),
(5899, 'O', 'it', 'Priorità', ''),
(5899, 'O', 'nl', 'Prioriteit', ''),
(5899, 'O', 'no', 'Prioritet', ''),
(5899, 'O', 'pt', 'Prioridade', ''),
(5899, 'O', 'ro', 'Prioritate', ''),
(5899, 'O', 'ru', 'Приоритет', ''),
(5900, 'O', 'da', 'Configurações de produtos', ''),
(5900, 'O', 'de', 'Artikeleinstellungen', ''),
(5900, 'O', 'el', 'Ρυθμίσεις προϊόντων', ''),
(5900, 'O', 'en', 'Products settings', ''),
(5900, 'O', 'es', 'Configuración de productos', ''),
(5900, 'O', 'fr', 'Paramètres des produits', ''),
(5900, 'O', 'it', 'Impostazioni per i prodotti', ''),
(5900, 'O', 'nl', 'Instellingen producten', ''),
(5900, 'O', 'no', 'Produkt innstillinger', ''),
(5900, 'O', 'pt', 'Configurações de produtos', ''),
(5900, 'O', 'ro', 'Setările de produse', ''),
(5900, 'O', 'ru', 'Настройки товаров', ''),
(5901, 'O', 'da', 'Incluir no sitemap', ''),
(5901, 'O', 'de', 'In Sitemap aufnehmen', ''),
(5901, 'O', 'el', 'Να συμπεριληφθεί/ουν στο sitemap', ''),
(5901, 'O', 'en', 'Include in sitemap', ''),
(5901, 'O', 'es', 'Incluir en el mapa del sitio', ''),
(5901, 'O', 'fr', 'Inclure dans le sitemap', ''),
(5901, 'O', 'it', 'Includi nella sitemap', ''),
(5901, 'O', 'nl', 'Opnemen in sitemap', ''),
(5901, 'O', 'no', 'Inkluder i sidekart', ''),
(5901, 'O', 'pt', 'Incluir no sitemap', ''),
(5901, 'O', 'ro', 'Includeţi în harta site-ului', ''),
(5901, 'O', 'ru', 'Включать в карту сайта (sitemap)', ''),
(5902, 'O', 'da', 'Frequência de atualização', ''),
(5902, 'O', 'de', 'Häufigkeit aktualisieren', ''),
(5902, 'O', 'el', 'Συχνότητα ενημέρωσης', ''),
(5902, 'O', 'en', 'Update frequency', ''),
(5902, 'O', 'es', 'Frecuencia de actualización', ''),
(5902, 'O', 'fr', 'Fréquence de mise à jour', ''),
(5902, 'O', 'it', 'Frequenza di aggiornamento', ''),
(5902, 'O', 'nl', 'Update frequentie', ''),
(5902, 'O', 'no', 'Oppdateringsfrekvens', ''),
(5902, 'O', 'pt', 'Frequência de atualização', ''),
(5902, 'O', 'ro', 'Actualizare frecvenţă', ''),
(5902, 'O', 'ru', 'Частота обновления', ''),
(5903, 'O', 'da', 'Prioridade', ''),
(5903, 'O', 'de', 'Priorität', ''),
(5903, 'O', 'el', 'Προτεραιότητα', ''),
(5903, 'O', 'en', 'Priority', ''),
(5903, 'O', 'es', 'Prioridad', ''),
(5903, 'O', 'fr', 'Priorité', ''),
(5903, 'O', 'it', 'Priorità', ''),
(5903, 'O', 'nl', 'Prioriteit', ''),
(5903, 'O', 'no', 'Prioritet', ''),
(5903, 'O', 'pt', 'Prioridade', ''),
(5903, 'O', 'ro', 'Prioritate', ''),
(5903, 'O', 'ru', 'Приоритет', ''),
(5904, 'O', 'da', 'Configurações de categorias', ''),
(5904, 'O', 'de', 'Kategorieeinstellungen', ''),
(5904, 'O', 'el', 'Ρυθμίσεις Κατηγοριών', ''),
(5904, 'O', 'en', 'Categories settings', ''),
(5904, 'O', 'es', 'Configuración de categorías', ''),
(5904, 'O', 'fr', 'Paramètres de classe', ''),
(5904, 'O', 'it', 'Impostazioni per le categorie', ''),
(5904, 'O', 'nl', 'Instellingen categorieën', ''),
(5904, 'O', 'no', 'Kategori innstillinger', ''),
(5904, 'O', 'pt', 'Configurações de categorias', ''),
(5904, 'O', 'ro', 'Setările de categorii', ''),
(5904, 'O', 'ru', 'Настройки категорий', ''),
(5905, 'O', 'da', 'Incluir no sitemap', ''),
(5905, 'O', 'de', 'In Sitemap aufnehmen', ''),
(5905, 'O', 'el', 'Να συμπεριληφθεί/ουν στο sitemap', ''),
(5905, 'O', 'en', 'Include in sitemap', ''),
(5905, 'O', 'es', 'Incluir en el mapa del sitio', ''),
(5905, 'O', 'fr', 'Inclure dans la mappe du site', ''),
(5905, 'O', 'it', 'Includi nella sitemap', ''),
(5905, 'O', 'nl', 'Opnemen in sitemap', ''),
(5905, 'O', 'no', 'Inkluder i sidekart', ''),
(5905, 'O', 'pt', 'Incluir no sitemap', ''),
(5905, 'O', 'ro', 'Includeţi în harta site-ului', ''),
(5905, 'O', 'ru', 'Включать в карту сайта (sitemap)', ''),
(5906, 'O', 'da', 'Frequência de atualização', ''),
(5906, 'O', 'de', 'Häufigkeit aktualisieren', ''),
(5906, 'O', 'el', 'Συχνότητα ενημέρωσης', ''),
(5906, 'O', 'en', 'Update frequency', ''),
(5906, 'O', 'es', 'Frecuencia de actualización', ''),
(5906, 'O', 'fr', 'Actualiser frequence', ''),
(5906, 'O', 'it', 'Frequenza di aggiornamento', ''),
(5906, 'O', 'nl', 'Update frequentie', ''),
(5906, 'O', 'no', 'Oppdateringsfrekvens', ''),
(5906, 'O', 'pt', 'Frequência de atualização', ''),
(5906, 'O', 'ro', 'Frecvenţă actualizare', ''),
(5906, 'O', 'ru', 'Частота обновления', ''),
(5907, 'O', 'da', 'Prioridade', ''),
(5907, 'O', 'de', 'Priorität', ''),
(5907, 'O', 'el', 'Προτεραιότητα', ''),
(5907, 'O', 'en', 'Priority', ''),
(5907, 'O', 'es', 'Prioridad', ''),
(5907, 'O', 'fr', 'Priorite', ''),
(5907, 'O', 'it', 'Priorità', ''),
(5907, 'O', 'nl', 'Prioriteit', ''),
(5907, 'O', 'no', 'Prioritet', ''),
(5907, 'O', 'pt', 'Prioridade', ''),
(5907, 'O', 'ro', 'Prioritate', ''),
(5907, 'O', 'ru', 'Приоритет', ''),
(5908, 'O', 'da', 'Configurações das páginas', ''),
(5908, 'O', 'de', 'Seiteneinstellungen', ''),
(5908, 'O', 'el', 'Ρυθμίσεις Σελίδων', ''),
(5908, 'O', 'en', 'Pages settings', ''),
(5908, 'O', 'es', 'Configuración de páginas', ''),
(5908, 'O', 'fr', 'Reglages de pages', ''),
(5908, 'O', 'it', 'Impostazioni per le pagine', ''),
(5908, 'O', 'nl', 'Instellingen voor pagina \'s', ''),
(5908, 'O', 'no', 'Sider innstillinger', ''),
(5908, 'O', 'pt', 'Configurações das páginas', ''),
(5908, 'O', 'ro', 'Setările paginilor', ''),
(5908, 'O', 'ru', 'Настройки страниц', ''),
(5909, 'O', 'da', 'Incluir no sitemap', ''),
(5909, 'O', 'de', 'In Sitemap aufnehmen', ''),
(5909, 'O', 'el', 'Να συμπεριληφθεί/ουν στο sitemap', ''),
(5909, 'O', 'en', 'Include in sitemap', ''),
(5909, 'O', 'es', 'Incluir en el mapa del sitio', ''),
(5909, 'O', 'fr', 'Inclure dans la mappe du site', ''),
(5909, 'O', 'it', 'Includi nella sitemap', ''),
(5909, 'O', 'nl', 'Opnemen in sitemap', ''),
(5909, 'O', 'no', 'Inkluder i sidekart', ''),
(5909, 'O', 'pt', 'Incluir no sitemap', ''),
(5909, 'O', 'ro', 'Includeţi în harta site-ului', ''),
(5909, 'O', 'ru', 'Включать в карту сайта (sitemap)', ''),
(5910, 'O', 'da', 'Frequência de atualização', ''),
(5910, 'O', 'de', 'Häufigkeit aktualisieren', ''),
(5910, 'O', 'el', 'Συχνότητα ενημέρωσης', ''),
(5910, 'O', 'en', 'Update frequency', ''),
(5910, 'O', 'es', 'Frecuencia de actualización', ''),
(5910, 'O', 'fr', 'Actualiser frequence', ''),
(5910, 'O', 'it', 'Frequenza di aggiornamento', ''),
(5910, 'O', 'nl', 'Update frequentie', ''),
(5910, 'O', 'no', 'Oppdateringsfrekvens', ''),
(5910, 'O', 'pt', 'Frequência de atualização', ''),
(5910, 'O', 'ro', 'Frecvenţă actualizare', ''),
(5910, 'O', 'ru', 'Частота обновления', ''),
(5911, 'O', 'da', 'Prioridade', ''),
(5911, 'O', 'de', 'Priorität', ''),
(5911, 'O', 'el', 'Προτεραιότητα', ''),
(5911, 'O', 'en', 'Priority', ''),
(5911, 'O', 'es', 'Prioridad', ''),
(5911, 'O', 'fr', 'Priorite', ''),
(5911, 'O', 'it', 'Priorità', ''),
(5911, 'O', 'nl', 'Prioriteit', ''),
(5911, 'O', 'no', 'Prioritet', ''),
(5911, 'O', 'pt', 'Prioridade', ''),
(5911, 'O', 'ro', 'Prioritate', ''),
(5911, 'O', 'ru', 'Приоритет', ''),
(5912, 'O', 'da', 'Configurações das páginas de características da Marca/Fabricante', ''),
(5912, 'O', 'de', 'Einstellungen für die Merkmalseiten der Marken/Hersteller', ''),
(5912, 'O', 'el', 'Ρυθμίσειε σελίδων χαρακτησριστικών Μάρκα/κατασκευαστή', ''),
(5912, 'O', 'en', 'Brand/Manufacturer feature pages settings', ''),
(5912, 'O', 'es', 'Configuración de las características de la página de la marca/fabricante', ''),
(5912, 'O', 'fr', 'Marque/Menu/facturer parametres des traits des pages', ''),
(5912, 'O', 'it', 'Impostazioni per le pagine delle caratteristiche marca/produttore', ''),
(5912, 'O', 'nl', 'Merk/fabrikant functie pagina\'s instellingen', ''),
(5912, 'O', 'no', 'Innstillinger for merke/produsent funksjonssider', ''),
(5912, 'O', 'pt', 'Configurações das páginas de características da Marca/Fabricante', ''),
(5912, 'O', 'ro', 'Brand/Producator caracteristica pagini de setări', ''),
(5912, 'O', 'ru', 'Настройки страниц характеристики с типом бренд/производитель', ''),
(5913, 'O', 'da', 'Incluir no sitemap', ''),
(5913, 'O', 'de', 'In Sitemap aufnehmen', ''),
(5913, 'O', 'el', 'Να συμπεριληφθεί/ουν στο sitemap', ''),
(5913, 'O', 'en', 'Include in sitemap', ''),
(5913, 'O', 'es', 'Incluir en el mapa del sitio', ''),
(5913, 'O', 'fr', 'Inclure dans mappe du site', ''),
(5913, 'O', 'it', 'Includi nella sitemap', ''),
(5913, 'O', 'nl', 'Opnemen in sitemap', ''),
(5913, 'O', 'no', 'Inkluder i sidekart', ''),
(5913, 'O', 'pt', 'Incluir no sitemap', ''),
(5913, 'O', 'ro', 'Includeţi în harta site-ului', ''),
(5913, 'O', 'ru', 'Включать в карту сайта (sitemap)', ''),
(5914, 'O', 'da', 'Frequência de atualização', ''),
(5914, 'O', 'de', 'Häufigkeit aktualisieren', ''),
(5914, 'O', 'el', 'Συχνότητα ενημέρωσης', ''),
(5914, 'O', 'en', 'Update frequency', ''),
(5914, 'O', 'es', 'Frecuencia de actualización', ''),
(5914, 'O', 'fr', 'Actualiser frequence', ''),
(5914, 'O', 'it', 'Frequenza di aggiornamento', ''),
(5914, 'O', 'nl', 'Update frequentie', ''),
(5914, 'O', 'no', 'Oppdateringsfrekvens', ''),
(5914, 'O', 'pt', 'Frequência de atualização', ''),
(5914, 'O', 'ro', 'Frecvenţă actualizare', ''),
(5914, 'O', 'ru', 'Частота обновления', ''),
(5915, 'O', 'da', 'Prioridade', ''),
(5915, 'O', 'de', 'Priorität', ''),
(5915, 'O', 'el', 'Προτεραιότητα', ''),
(5915, 'O', 'en', 'Priority', ''),
(5915, 'O', 'es', 'Prioridad', ''),
(5915, 'O', 'fr', 'Priorite', ''),
(5915, 'O', 'it', 'Priorità', ''),
(5915, 'O', 'nl', 'Prioriteit', ''),
(5915, 'O', 'no', 'Prioritet', ''),
(5915, 'O', 'pt', 'Prioridade', ''),
(5915, 'O', 'ro', 'Prioritate', ''),
(5915, 'O', 'ru', 'Приоритет', ''),
(5916, 'O', 'da', 'Configurações das empresas', ''),
(5916, 'O', 'de', 'Unternehmenseinstellungen', ''),
(5916, 'O', 'el', 'Ρυθμίσεις Εταιρείας', ''),
(5916, 'O', 'en', 'Companies settings', ''),
(5916, 'O', 'es', 'Configuración de las empresas', ''),
(5916, 'O', 'fr', 'Paramètres de societes', ''),
(5916, 'O', 'it', 'Impostazioni per le aziende', ''),
(5916, 'O', 'nl', 'Instellingen voor bedrijven', ''),
(5916, 'O', 'no', 'Firma innstillinger', ''),
(5916, 'O', 'pt', 'Configurações das empresas', ''),
(5916, 'O', 'ro', 'Setările societații', ''),
(5916, 'O', 'ru', 'Настройки компаний', ''),
(5917, 'O', 'da', 'Incluir no sitemap', ''),
(5917, 'O', 'de', 'In Sitemap aufnehmen', ''),
(5917, 'O', 'el', 'Να συμπεριληφθεί/ουν στο sitemap', ''),
(5917, 'O', 'en', 'Include in sitemap', ''),
(5917, 'O', 'es', 'Incluir en el mapa del sitio', ''),
(5917, 'O', 'fr', 'Inclure dans la mappe du site', ''),
(5917, 'O', 'it', 'Includi nella sitemap', ''),
(5917, 'O', 'nl', 'Opnemen in sitemap', ''),
(5917, 'O', 'no', 'Inkluder i sidekart', ''),
(5917, 'O', 'pt', 'Incluir no sitemap', ''),
(5917, 'O', 'ro', 'Includeţi în harta site-ului', ''),
(5917, 'O', 'ru', 'Включать в карту сайта (sitemap)', ''),
(5918, 'O', 'da', 'Frequência de atualização', ''),
(5918, 'O', 'de', 'Häufigkeit aktualisieren', ''),
(5918, 'O', 'el', 'Συχνότητα ενημέρωσης', ''),
(5918, 'O', 'en', 'Update frequency', ''),
(5918, 'O', 'es', 'Frecuencia de actualización', ''),
(5918, 'O', 'fr', 'Actualiser frequence', ''),
(5918, 'O', 'it', 'Frequenza di aggiornamento', ''),
(5918, 'O', 'nl', 'Update frequentie', ''),
(5918, 'O', 'no', 'Oppdateringsfrekvens', ''),
(5918, 'O', 'pt', 'Frequência de atualização', ''),
(5918, 'O', 'ro', 'Frecvenţă actualizare', ''),
(5918, 'O', 'ru', 'Частота обновления', ''),
(5919, 'O', 'da', 'Prioridade', ''),
(5919, 'O', 'de', 'Priorität', ''),
(5919, 'O', 'el', 'Προτεραιότητα', ''),
(5919, 'O', 'en', 'Priority', ''),
(5919, 'O', 'es', 'Prioridad', ''),
(5919, 'O', 'fr', 'Priorite', ''),
(5919, 'O', 'it', 'Priorità', ''),
(5919, 'O', 'nl', 'Prioriteit', ''),
(5919, 'O', 'no', 'Prioritet', ''),
(5919, 'O', 'pt', 'Prioridade', ''),
(5919, 'O', 'ro', 'Prioritate', ''),
(5919, 'O', 'ru', 'Приоритет', ''),
(5920, 'O', 'da', 'Tempo de animação', 'Duração dos efeitos de animação em milissegundos.'),
(5920, 'O', 'de', 'Animationsdauer', 'Dauer der Animationseffekte in Millisekunden'),
(5920, 'O', 'el', 'Χρόνο Κίνησης', 'Διάρκεια του εφέ κίνησης σε χιλιοστά του δευτερολέπτου.'),
(5920, 'O', 'en', 'Animation time', 'Duration of the animation effects in milliseconds.'),
(5920, 'O', 'es', 'Tiempo de la animación', 'Duración de los efectos de animación en milisegundos.'),
(5920, 'O', 'fr', 'Temps d\'animation', 'Durée des effets d\'animation en millisecondes.'),
(5920, 'O', 'it', 'Tempo di animazione', 'Durata degli effetti di animazione in millisecondi.'),
(5920, 'O', 'nl', 'Animatie tijd', 'Duur van animatie-effecten in milliseconden.'),
(5920, 'O', 'no', 'Animasjonstid', 'Varighet for animasjonseffekter i millisekunder.'),
(5920, 'O', 'pt', 'Tempo de animação', 'Duração dos efeitos de animação em milissegundos.'),
(5920, 'O', 'ro', 'Timp animatie', 'Durata efectelor de animaţie în milisecunde.'),
(5920, 'O', 'ru', 'Длительность анимации', 'Длительность анимационных эффектов в миллисекундах.'),
(5921, 'O', 'da', 'Posição do zoom', 'Especifica a posição da janela de ampliação.'),
(5921, 'O', 'de', 'Zoomposition', 'Specifies position of zoom window. The position is relative to image as shown by the following key (blue squares represent zoom window). <br /><br /><img src=\"design/backend/media/images/addons/image_zoom/zoom-positions.png\" />'),
(5921, 'O', 'el', 'Θέση Μεγέθυνσης', 'Καθορίζει την θέση του παραθύρου του zoom. Η θέση είναι σχετική με την εικόνα της σελίδας όπως φαίνεται από το παρακάτω κλειδί (μπλε τετράγωνα αντιπροσωπεύουν το παράθυρο του ζουμ).<br /><br /><img src=\"design/backend/media/images/addons/image_zoom/zoom-positions.png\" />'),
(5921, 'O', 'en', 'Zoom position', 'Specifies position of zoom window.'),
(5921, 'O', 'es', 'Posición del zoom', 'Specifies position of zoom window. The position is relative to image as shown by the following key (blue squares represent zoom window). <br /><br /><img src=\"design/backend/media/images/addons/image_zoom/zoom-positions.png\" />'),
(5921, 'O', 'fr', 'Position du zoom', 'Specifies position of zoom window. The position is relative to image as shown by the following key (blue squares represent zoom window). <br /><br /><img src=\"design/backend/media/images/addons/image_zoom/zoom-positions.png\" />'),
(5921, 'O', 'it', 'Posizione dello zoom', 'Specifies position of zoom window. The position is relative to image as shown by the following key (blue squares represent zoom window). <br /><br /><img src=\"design/backend/media/images/addons/image_zoom/zoom-positions.png\" />'),
(5921, 'O', 'nl', 'Positie zoom', 'Specificeert positie van zoomvenster. De positie is relatief ten opzichte van de afbeelding zoals weergegeven door de volgende toets (blauwe vierkantjes vertegenwoordigen zoomvenster). <br /><br /><img src=\"design/backend/media/images/addons/image_zoom/zoom-positions.png\"/>'),
(5921, 'O', 'no', 'Zoom posisjon', 'Specifies position of zoom window. The position is relative to image as shown by the following key (blue squares represent zoom window). <br /><br /><img src=\"design/backend/media/images/addons/image_zoom/zoom-positions.png\" />'),
(5921, 'O', 'pt', 'Posição do zoom', 'Especifica a posição da janela de ampliação.'),
(5921, 'O', 'ro', 'Poziţia de zoom', 'Specifies position of zoom window. The position is relative to image as shown by the following key (blue squares represent zoom window). <br /><br /><img src=\"design/backend/media/images/addons/image_zoom/zoom-positions.png\" />'),
(5921, 'O', 'ru', 'Позиция зума', 'Задаёт позицию окна с увеличенным изображением относительно основного изображения. На подсказке ниже синие квадраты показывают позиции.<br /><br /><img src=\"design/backend/media/images/addons/image_zoom/zoom-positions.png\" />'),
(5922, 'O', 'da', 'Senha do cron', ''),
(5922, 'O', 'de', 'Cron-Passwort', ''),
(5922, 'O', 'el', 'Κωδικός πρόσβασης Cron', ''),
(5922, 'O', 'en', 'Cron password', ''),
(5922, 'O', 'es', 'Contraseña de cron o  tarea programada', ''),
(5922, 'O', 'fr', 'Mot de passe du cron', ''),
(5922, 'O', 'it', 'Password Cron', ''),
(5922, 'O', 'nl', 'Cron wachtwoord', ''),
(5922, 'O', 'no', 'Cron passord', ''),
(5922, 'O', 'pt', 'Senha do cron', ''),
(5922, 'O', 'ro', 'Parola cron', ''),
(5922, 'O', 'ru', 'Пароль для cron', ''),
(5923, 'O', 'da', '', ''),
(5923, 'O', 'de', '', ''),
(5923, 'O', 'el', '', ''),
(5923, 'O', 'en', '', ''),
(5923, 'O', 'es', '', ''),
(5923, 'O', 'fr', '', ''),
(5923, 'O', 'it', '', ''),
(5923, 'O', 'nl', '', ''),
(5923, 'O', 'no', '', ''),
(5923, 'O', 'pt', '', ''),
(5923, 'O', 'ro', '', ''),
(5923, 'O', 'ru', '', ''),
(5924, 'O', 'da', 'Campos', ''),
(5924, 'O', 'de', 'Felder', ''),
(5924, 'O', 'el', 'Πεδία', ''),
(5924, 'O', 'en', 'Fields', ''),
(5924, 'O', 'es', 'Campos', ''),
(5924, 'O', 'fr', 'Champs', ''),
(5924, 'O', 'it', 'Campi', ''),
(5924, 'O', 'nl', 'Velden', ''),
(5924, 'O', 'no', 'Felt', ''),
(5924, 'O', 'pt', 'Campos', ''),
(5924, 'O', 'ro', 'Câmpuri', ''),
(5924, 'O', 'ru', 'Поля', ''),
(5925, 'O', 'da', 'Ordenar por', ''),
(5925, 'O', 'de', 'Sortieren nach', ''),
(5925, 'O', 'el', 'Ταξινόμηση ως πρός', ''),
(5925, 'O', 'en', 'Sort by', ''),
(5925, 'O', 'es', 'Ordenar por', ''),
(5925, 'O', 'fr', 'Trier par', ''),
(5925, 'O', 'it', 'Ordina per', ''),
(5925, 'O', 'nl', 'Sorteer op', ''),
(5925, 'O', 'no', 'Sorter etter', ''),
(5925, 'O', 'pt', 'Ordenar por', ''),
(5925, 'O', 'ro', 'Sortare după', ''),
(5925, 'O', 'ru', 'Сортировка', ''),
(5926, 'O', 'da', 'Agrupar por categoria', ''),
(5926, 'O', 'de', 'Nach Kategorie gruppieren', ''),
(5926, 'O', 'el', 'Ομαδοποίηση κατά κατηγορία', ''),
(5926, 'O', 'en', 'Group by category', ''),
(5926, 'O', 'es', 'Agrupar por categoría', ''),
(5926, 'O', 'fr', 'Grouper par catégorie', ''),
(5926, 'O', 'it', 'Raggruppa per categoria', ''),
(5926, 'O', 'nl', 'Groeperen op categorie', ''),
(5926, 'O', 'no', 'Grupper etter kategori', ''),
(5926, 'O', 'pt', 'Agrupar por categoria', ''),
(5926, 'O', 'ro', 'Grupați după categorie', ''),
(5926, 'O', 'ru', 'Группировать по категориям', ''),
(5927, 'O', 'da', 'Incluir opções do produto', ''),
(5927, 'O', 'de', 'Artikeloptionen einschließen', ''),
(5927, 'O', 'el', 'Να περιλαμβάνονται επιλογές του προϊόντος', ''),
(5927, 'O', 'en', 'Include product options', ''),
(5927, 'O', 'es', 'Incluye opciones de producto', ''),
(5927, 'O', 'fr', 'Inclure les options produit', ''),
(5927, 'O', 'it', 'Includi opzioni prodotto', ''),
(5927, 'O', 'nl', 'Omvat product opties', ''),
(5927, 'O', 'no', 'Inkluder produkt-alternativer', ''),
(5927, 'O', 'pt', 'Incluir opções do produto', ''),
(5927, 'O', 'ro', 'Include opţiuni la produs', ''),
(5927, 'O', 'ru', 'Включать опции товаров', ''),
(5928, 'O', 'da', 'Pacote de ícones', 'Pasta com os ícones de redes sociais. Digite o caminho completo, por exemplo: media/images/addons/addons/hybrid_auth/icons/.'),
(5928, 'O', 'de', 'Symbolpaket', 'Verzeichnis für die Symbole der sozialen Netzwerke: Ein Pfad zum Verzeichnis: media/images/addons/addons/hybrid_auth/icons/'),
(5928, 'O', 'el', 'Πακέτο εικονιδίων', 'Κατάλογος με τις εικονίδια κοινωνικών δικτύων. Μια διαδρομή προς τον κατάλογο : media/images/addons/addons/hybrid_auth/icons/.'),
(5928, 'O', 'en', 'Icons pack', 'Directory with the social networks icons. A path to the directory: media/images/addons/addons/hybrid_auth/icons/.'),
(5928, 'O', 'es', 'Paquete de iconos', 'Directorio con los iconos de redes sociales. Una ruta al directorio: media/imágenes/addons/addons/hybrid_auth/iconos /.'),
(5928, 'O', 'fr', 'Pack d’icones', 'Répertoire avec les icônes des réseaux sociaux. Chemin vers le répertoire: / media/images/addons/addons/hybrid_auth/icons/.'),
(5928, 'O', 'it', 'Pacchetto di icone', 'Cartella con le icone social. Un percorso per la cartella: media/images/addons/addons/hybrid_auth/icons/.'),
(5928, 'O', 'nl', 'Verzameling pictogrammen', 'Map met de sociale netwerk pictogrammen. Een pad naar de map: media/images/addons/addons/hybrid_auth/icons/.'),
(5928, 'O', 'no', 'Ikoner pakke', 'Katalog med sosiale nettverk ikoner. Sti til katalogen: media/images/addons/addons/hybrid_auth/icons/.'),
(5928, 'O', 'pt', 'Pacote de ícones', 'Pasta com os ícones de redes sociais. Digite o caminho completo, por exemplo: media/images/addons/addons/hybrid_auth/icons/.'),
(5928, 'O', 'ro', 'Pachet de icoane', 'Director cu icoanele retelelor sociale. Calea spre director: media/images/addons/addons/hybrid_auth/icons/.'),
(5928, 'O', 'ru', 'Иконки', 'Каталог иконок соц. сетей. Путь к каталогу: media/images/addons/addons/hybrid_auth/icons/.'),
(5929, 'O', 'da', 'Geração automática de e-mails', 'Ativa a geração automática de e-mails caso a rede social não forneça o endereço de e-mail.'),
(5929, 'O', 'de', 'Automatische E-Mail-Erzeugung', 'Aktiviert die automatische E-Mail-Erzeugung für den Fall, dass ein soziales Netzwerk die Adresse nicht herausgibt.'),
(5929, 'O', 'el', 'Αυτόματη δημιουργία Email', 'Ενεργοποιει τη δυνατότητα της αυτοματης δημιουργίας email σε περίπτωση που ένα κοινωνικό δίκτυο δεν περνά τη διεύθυνση.'),
(5929, 'O', 'en', 'Autogeneration email', 'Enables the email auto generation in case that a social network does not pass the address.'),
(5929, 'O', 'es', 'Autogeneración de correo electrónico', 'Permite la generación de automática de correo electrónico en caso de que una red social no pase la dirección.'),
(5929, 'O', 'fr', 'Autogeneration email', 'Permet la génération automatique de email en cas qu’un réseau social ne passe pas l’adresse.'),
(5929, 'O', 'it', 'Generazione automatica e-mail', 'Consente la generazione automatica di e-mail nel caso in cui un social network non fornisca l\'indirizzo.'),
(5929, 'O', 'nl', 'Automatisch gegenereerde e-mail', 'Schakelt het automatisch genereren van e-mail in voor het geval een sociaal netwerk het adres niet doorgeeft.'),
(5929, 'O', 'no', 'Autogenerer e-post', 'Aktiverer e-post auto-generering i tilfelle et sosialt nettverk ikke godkjenner adressen.'),
(5929, 'O', 'pt', 'Geração automática de e-mails', 'Ativa a geração automática de e-mails caso a rede social não forneça o endereço de e-mail.'),
(5929, 'O', 'ro', 'Email autogenerat', 'Enables the email auto generation in case that a social network does not pass the address.'),
(5929, 'O', 'ru', 'Автоматическая генерация почтового адреса', 'Генерировать случайный email для создания учетной записи покупателя, если соцсеть не предоставляет таких данных'),
(5930, 'O', 'da', 'Modo de operação da loja', ''),
(5930, 'O', 'de', 'Shop-Betriebsart', ''),
(5930, 'O', 'el', 'Τρόπος λειτουργίας καταστηματος', ''),
(5930, 'O', 'en', 'Store operation mode', ''),
(5930, 'O', 'es', 'Modo de funcionamiento de la tienda', ''),
(5930, 'O', 'fr', 'Mode de fonctionnement du magasin', ''),
(5930, 'O', 'it', 'Modalità di funzionamento del negozio', ''),
(5930, 'O', 'nl', 'Winkel werkingsmodus', ''),
(5930, 'O', 'no', 'Butikk driftsmodus', ''),
(5930, 'O', 'pt', 'Modo de operação da loja', ''),
(5930, 'O', 'ro', 'Modul de operare magazin', ''),
(5930, 'O', 'ru', 'Режим работы магазина', ''),
(5931, 'O', 'da', 'Permitir a compra de produtos com URL Comprar Agora  vazio', ''),
(5931, 'O', 'de', 'Kauf von Artikeln mit leerer \"Jetzt kaufen URL\" zulassen', ''),
(5931, 'O', 'el', 'Επιτρέπει να αγοράζονται προϊόντα με άδειο URL \"Αγοράστε τώρα\"', ''),
(5931, 'O', 'en', 'Allow purchasing products with empty Buy Now URL', ''),
(5931, 'O', 'es', 'Permitir la compra de productos con la URL del botón \"Comprar Ahora\", vacía', ''),
(5931, 'O', 'fr', 'Permettre d\'acheter des produits avec l\'URL acheter maintenant vide', ''),
(5931, 'O', 'it', 'Consentire l\'acquisto di prodotti con URL Acquista ora vuoto', ''),
(5931, 'O', 'nl', 'Aanschaf van producten met lege kopen nu URL toestaan', ''),
(5931, 'O', 'no', 'Tillat kjøp av produkter med tom Kjøp nå URL', ''),
(5931, 'O', 'pt', 'Permitir a compra de produtos com URL Comprar Agora  vazio', ''),
(5931, 'O', 'ro', 'Permite achiziţionarea produselor cu lipsa \"Cumpara acum\" URL', ''),
(5931, 'O', 'ru', 'Позволять покупать товары с пустой ссылкой для покупки', ''),
(5932, 'O', 'da', 'Informações gerais', ''),
(5932, 'O', 'de', 'Allgemeine Info', ''),
(5932, 'O', 'el', 'Γενικές πληροφορίες', ''),
(5932, 'O', 'en', 'General info', ''),
(5932, 'O', 'es', 'Información general', ''),
(5932, 'O', 'fr', 'Information générale', ''),
(5932, 'O', 'it', 'Informazioni generali', ''),
(5932, 'O', 'nl', 'Algemene informatie', ''),
(5932, 'O', 'no', 'Generell info', ''),
(5932, 'O', 'pt', 'Informações gerais', ''),
(5932, 'O', 'ro', 'General info', ''),
(5932, 'O', 'ru', 'Общая информация', ''),
(5933, 'O', 'da', 'Chave de API', ''),
(5933, 'O', 'de', 'API Schlüssel', ''),
(5933, 'O', 'el', 'API Key', ''),
(5933, 'O', 'en', 'API Key', ''),
(5933, 'O', 'es', 'Clave API', ''),
(5933, 'O', 'fr', 'Clé API', ''),
(5933, 'O', 'it', 'Chiave API', ''),
(5933, 'O', 'nl', 'API sleutel', ''),
(5933, 'O', 'no', 'API-nøkkel', ''),
(5933, 'O', 'pt', 'Chave de API', ''),
(5933, 'O', 'ro', 'API Key', ''),
(5933, 'O', 'ru', 'API-ключ', ''),
(5934, 'O', 'da', 'Domínio do aplicativo', ''),
(5934, 'O', 'de', 'Domain der Anwendung', ''),
(5934, 'O', 'el', 'Domain Εφαρμογής', ''),
(5934, 'O', 'en', 'Application Domain', ''),
(5934, 'O', 'es', 'Dominio de la aplicación', ''),
(5934, 'O', 'fr', 'Domaine d\'application', ''),
(5934, 'O', 'it', 'Dominio applicazione', ''),
(5934, 'O', 'nl', 'Applicatie Domein', ''),
(5934, 'O', 'no', 'Program domene', ''),
(5934, 'O', 'pt', 'Domínio do aplicativo', ''),
(5934, 'O', 'ro', 'Application Domain', ''),
(5934, 'O', 'ru', 'Домен приложения (application domain)', ''),
(5935, 'O', 'da', '', ''),
(5935, 'O', 'de', '', ''),
(5935, 'O', 'el', '', ''),
(5935, 'O', 'en', '', ''),
(5935, 'O', 'es', '', ''),
(5935, 'O', 'fr', '', ''),
(5935, 'O', 'it', '', ''),
(5935, 'O', 'nl', '', ''),
(5935, 'O', 'no', '', ''),
(5935, 'O', 'pt', '', ''),
(5935, 'O', 'ro', '', ''),
(5935, 'O', 'ru', '', ''),
(5936, 'O', 'da', '', ''),
(5936, 'O', 'de', '', ''),
(5936, 'O', 'el', '', ''),
(5936, 'O', 'en', '', ''),
(5936, 'O', 'es', '', ''),
(5936, 'O', 'fr', '', ''),
(5936, 'O', 'it', '', ''),
(5936, 'O', 'nl', '', ''),
(5936, 'O', 'no', '', ''),
(5936, 'O', 'pt', '', ''),
(5936, 'O', 'ro', '', ''),
(5936, 'O', 'ru', '', ''),
(5937, 'O', 'da', '', ''),
(5937, 'O', 'de', '', ''),
(5937, 'O', 'el', '', ''),
(5937, 'O', 'en', '', ''),
(5937, 'O', 'es', '', ''),
(5937, 'O', 'fr', '', ''),
(5937, 'O', 'it', '', '');
INSERT INTO `partiushop_settings_descriptions` (`object_id`, `object_type`, `lang_code`, `value`, `tooltip`) VALUES
(5937, 'O', 'nl', '', ''),
(5937, 'O', 'no', '', ''),
(5937, 'O', 'pt', '', ''),
(5937, 'O', 'ro', '', ''),
(5937, 'O', 'ru', '', ''),
(5938, 'O', 'da', 'Grupo de usuários padrão para administradores de fornecedores', ''),
(5938, 'O', 'de', 'Default user group for vendors\' administrators', ''),
(5938, 'O', 'el', 'Προεπιλεγμένη ομάδα χρήστη για τους διαχειριστές των λογαριασμών των προμηθευτών', ''),
(5938, 'O', 'en', 'Default user group for vendors\' administrators', ''),
(5938, 'O', 'es', 'Default user group for vendors\' administrators', ''),
(5938, 'O', 'fr', 'Default user group for vendors\' administrators', ''),
(5938, 'O', 'it', 'Default user group for vendors\' administrators', ''),
(5938, 'O', 'nl', 'Default user group for vendors\' administrators', ''),
(5938, 'O', 'no', 'Default user group for vendors\' administrators', ''),
(5938, 'O', 'pt', 'Grupo de usuários padrão para administradores de fornecedores', ''),
(5938, 'O', 'ro', 'Default user group for vendors\' administrators', ''),
(5938, 'O', 'ru', 'Группа пользователей, назначаемая администраторам продавцов по умолчанию', ''),
(5941, 'O', 'da', '', ''),
(5941, 'O', 'de', '', ''),
(5941, 'O', 'el', '', ''),
(5941, 'O', 'en', '', ''),
(5941, 'O', 'es', '', ''),
(5941, 'O', 'fr', '', ''),
(5941, 'O', 'it', '', ''),
(5941, 'O', 'nl', '', ''),
(5941, 'O', 'no', '', ''),
(5941, 'O', 'pt', '', ''),
(5941, 'O', 'ro', '', ''),
(5941, 'O', 'ru', '', ''),
(5942, 'O', 'da', '', ''),
(5942, 'O', 'de', '', ''),
(5942, 'O', 'el', '', ''),
(5942, 'O', 'en', '', ''),
(5942, 'O', 'es', '', ''),
(5942, 'O', 'fr', '', ''),
(5942, 'O', 'it', '', ''),
(5942, 'O', 'nl', '', ''),
(5942, 'O', 'no', '', ''),
(5942, 'O', 'pt', '', ''),
(5942, 'O', 'ro', '', ''),
(5942, 'O', 'ru', '', ''),
(5943, 'O', 'da', '', ''),
(5943, 'O', 'de', '', ''),
(5943, 'O', 'el', '', ''),
(5943, 'O', 'en', '', ''),
(5943, 'O', 'es', '', ''),
(5943, 'O', 'fr', '', ''),
(5943, 'O', 'it', '', ''),
(5943, 'O', 'nl', '', ''),
(5943, 'O', 'no', '', ''),
(5943, 'O', 'pt', '', ''),
(5943, 'O', 'ro', '', ''),
(5943, 'O', 'ru', '', ''),
(5944, 'O', 'da', '', ''),
(5944, 'O', 'de', '', ''),
(5944, 'O', 'el', '', ''),
(5944, 'O', 'en', '', ''),
(5944, 'O', 'es', '', ''),
(5944, 'O', 'fr', '', ''),
(5944, 'O', 'it', '', ''),
(5944, 'O', 'nl', '', ''),
(5944, 'O', 'no', '', ''),
(5944, 'O', 'pt', '', ''),
(5944, 'O', 'ro', '', ''),
(5944, 'O', 'ru', '', ''),
(5945, 'O', 'da', 'Cron key', 'For automatic updating, existence of a key necessarily. Length should be from 10 to 20 characters (only latin letters and digits)'),
(5945, 'O', 'de', 'Cron key', 'For automatic updating, existence of a key necessarily. Length should be from 10 to 20 characters (only latin letters and digits)'),
(5945, 'O', 'el', 'Cron key', 'For automatic updating, existence of a key necessarily. Length should be from 10 to 20 characters (only latin letters and digits)'),
(5945, 'O', 'en', 'Cron key', 'For automatic updating, existence of a key necessarily. Length should be from 10 to 20 characters (only latin letters and digits)'),
(5945, 'O', 'es', 'Cron key', 'For automatic updating, existence of a key necessarily. Length should be from 10 to 20 characters (only latin letters and digits)'),
(5945, 'O', 'fr', 'Cron key', 'For automatic updating, existence of a key necessarily. Length should be from 10 to 20 characters (only latin letters and digits)'),
(5945, 'O', 'it', 'Cron key', 'For automatic updating, existence of a key necessarily. Length should be from 10 to 20 characters (only latin letters and digits)'),
(5945, 'O', 'nl', 'Cron key', 'For automatic updating, existence of a key necessarily. Length should be from 10 to 20 characters (only latin letters and digits)'),
(5945, 'O', 'no', 'Cron key', 'For automatic updating, existence of a key necessarily. Length should be from 10 to 20 characters (only latin letters and digits)'),
(5945, 'O', 'pt', 'Cron key', 'For automatic updating, existence of a key necessarily. Length should be from 10 to 20 characters (only latin letters and digits)'),
(5945, 'O', 'ro', 'Cron key', 'For automatic updating, existence of a key necessarily. Length should be from 10 to 20 characters (only latin letters and digits)'),
(5945, 'O', 'ru', 'Cron ключ', 'Для автоматического обновления, наличие ключа обязательно. Длина должна составлять от 10 до 20 символов (только латинские буквы и цифры)'),
(5946, 'O', 'da', 'Position by default', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
(5946, 'O', 'de', 'Position by default', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
(5946, 'O', 'el', 'Position by default', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
(5946, 'O', 'en', 'Position by default', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
(5946, 'O', 'es', 'Position by default', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
(5946, 'O', 'fr', 'Position by default', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
(5946, 'O', 'it', 'Position by default', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
(5946, 'O', 'nl', 'Position by default', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
(5946, 'O', 'no', 'Position by default', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
(5946, 'O', 'pt', 'Position by default', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
(5946, 'O', 'ro', 'Position by default', 'Banner position, which can be specified in the one way to:<br/><ul><li><code>7</code> - single position number</li><li><code>1,5,7,9</code> - numbers for several positions</li><li><code>1-10</code> - range of several positions</li></ul>Using combinations of these options is permitted. For example:<br/><code>1-5, 7-9, 11, 13</code> - will be shown banner in one position from: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
(5946, 'O', 'ru', 'Позиция по умолчанию', 'Позиция баннера, которая может быть указана следующими способами:<br/><ul><li><code>7</code> - номер одиночной позиции</li><li><code>1,5,7,9</code> - номера нескольких позиций</li><li><code>1-10</code> - диапазон нескольких позиций</li></ul>Разрешено использование комбинаций этих вариантов. Например:<br/><code>1-5, 7-9, 11, 13</code> - баннер будет показан на одной позиции из: 1, 2, 3, 4, 5, 7, 8, 9, 11, 13'),
(5947, 'O', 'da', 'Remove last product', 'Removes the last product from a displaying in the grid to save its structure'),
(5947, 'O', 'de', 'Remove last product', 'Removes the last product from a displaying in the grid to save its structure'),
(5947, 'O', 'el', 'Remove last product', 'Removes the last product from a displaying in the grid to save its structure'),
(5947, 'O', 'en', 'Remove last product', 'Removes the last product from a displaying in the grid to save its structure'),
(5947, 'O', 'es', 'Remove last product', 'Removes the last product from a displaying in the grid to save its structure'),
(5947, 'O', 'fr', 'Remove last product', 'Removes the last product from a displaying in the grid to save its structure'),
(5947, 'O', 'it', 'Remove last product', 'Removes the last product from a displaying in the grid to save its structure'),
(5947, 'O', 'nl', 'Remove last product', 'Removes the last product from a displaying in the grid to save its structure'),
(5947, 'O', 'no', 'Remove last product', 'Removes the last product from a displaying in the grid to save its structure'),
(5947, 'O', 'pt', 'Remove last product', 'Removes the last product from a displaying in the grid to save its structure'),
(5947, 'O', 'ro', 'Remove last product', 'Removes the last product from a displaying in the grid to save its structure'),
(5947, 'O', 'ru', 'Убрать последний товар', 'Убирает последний товар из отображения в сетке, чтобы сохранить структуру'),
(5948, 'O', 'da', '', ''),
(5948, 'O', 'de', '', ''),
(5948, 'O', 'el', '', ''),
(5948, 'O', 'en', '', ''),
(5948, 'O', 'es', '', ''),
(5948, 'O', 'fr', '', ''),
(5948, 'O', 'it', '', ''),
(5948, 'O', 'nl', '', ''),
(5948, 'O', 'no', '', ''),
(5948, 'O', 'pt', '', ''),
(5948, 'O', 'ro', '', ''),
(5948, 'O', 'ru', '', ''),
(5949, 'O', 'da', '', ''),
(5949, 'O', 'de', '', ''),
(5949, 'O', 'el', '', ''),
(5949, 'O', 'en', '', ''),
(5949, 'O', 'es', '', ''),
(5949, 'O', 'fr', '', ''),
(5949, 'O', 'it', '', ''),
(5949, 'O', 'nl', '', ''),
(5949, 'O', 'no', '', ''),
(5949, 'O', 'pt', '', ''),
(5949, 'O', 'ro', '', ''),
(5949, 'O', 'ru', '', ''),
(5950, 'O', 'da', 'Elements description type', ''),
(5950, 'O', 'de', 'Elements description type', ''),
(5950, 'O', 'el', 'Elements description type', ''),
(5950, 'O', 'en', 'Elements description type', ''),
(5950, 'O', 'es', 'Elements description type', ''),
(5950, 'O', 'fr', 'Elements description type', ''),
(5950, 'O', 'it', 'Elements description type', ''),
(5950, 'O', 'nl', 'Elements description type', ''),
(5950, 'O', 'no', 'Elements description type', ''),
(5950, 'O', 'pt', 'Elements description type', ''),
(5950, 'O', 'ro', 'Elements description type', ''),
(5950, 'O', 'ru', 'Тип описания элементов', ''),
(5951, 'O', 'da', 'Use additional product categories', 'If the setting is enabled, then not only the main product category will be used to select motivational elements, but also additional'),
(5951, 'O', 'de', 'Use additional product categories', 'If the setting is enabled, then not only the main product category will be used to select motivational elements, but also additional'),
(5951, 'O', 'el', 'Use additional product categories', 'If the setting is enabled, then not only the main product category will be used to select motivational elements, but also additional'),
(5951, 'O', 'en', 'Use additional product categories', 'If the setting is enabled, then not only the main product category will be used to select motivational elements, but also additional'),
(5951, 'O', 'es', 'Use additional product categories', 'If the setting is enabled, then not only the main product category will be used to select motivational elements, but also additional'),
(5951, 'O', 'fr', 'Use additional product categories', 'If the setting is enabled, then not only the main product category will be used to select motivational elements, but also additional'),
(5951, 'O', 'it', 'Use additional product categories', 'If the setting is enabled, then not only the main product category will be used to select motivational elements, but also additional'),
(5951, 'O', 'nl', 'Use additional product categories', 'If the setting is enabled, then not only the main product category will be used to select motivational elements, but also additional'),
(5951, 'O', 'no', 'Use additional product categories', 'If the setting is enabled, then not only the main product category will be used to select motivational elements, but also additional'),
(5951, 'O', 'pt', 'Use additional product categories', 'If the setting is enabled, then not only the main product category will be used to select motivational elements, but also additional'),
(5951, 'O', 'ro', 'Use additional product categories', 'If the setting is enabled, then not only the main product category will be used to select motivational elements, but also additional'),
(5951, 'O', 'ru', 'Учитывать дополнительные категории товара', 'Если настройка включена, то для выборки мотивационных элементов будет использоваться не только основная категория товара, но и дополнительные'),
(5952, 'O', 'da', 'Save disclosure state for elements in block', 'With active setting, the state of disclosure for elements in block will be saved for each user'),
(5952, 'O', 'de', 'Save disclosure state for elements in block', 'With active setting, the state of disclosure for elements in block will be saved for each user'),
(5952, 'O', 'el', 'Save disclosure state for elements in block', 'With active setting, the state of disclosure for elements in block will be saved for each user'),
(5952, 'O', 'en', 'Save disclosure state for elements in block', 'With active setting, the state of disclosure for elements in block will be saved for each user'),
(5952, 'O', 'es', 'Save disclosure state for elements in block', 'With active setting, the state of disclosure for elements in block will be saved for each user'),
(5952, 'O', 'fr', 'Save disclosure state for elements in block', 'With active setting, the state of disclosure for elements in block will be saved for each user'),
(5952, 'O', 'it', 'Save disclosure state for elements in block', 'With active setting, the state of disclosure for elements in block will be saved for each user'),
(5952, 'O', 'nl', 'Save disclosure state for elements in block', 'With active setting, the state of disclosure for elements in block will be saved for each user'),
(5952, 'O', 'no', 'Save disclosure state for elements in block', 'With active setting, the state of disclosure for elements in block will be saved for each user'),
(5952, 'O', 'pt', 'Save disclosure state for elements in block', 'With active setting, the state of disclosure for elements in block will be saved for each user'),
(5952, 'O', 'ro', 'Save disclosure state for elements in block', 'With active setting, the state of disclosure for elements in block will be saved for each user'),
(5952, 'O', 'ru', 'Сохранять состояние раскрытия элементов', 'При активной настройке состояние раскрытия элементов блока будет сохраняться для пользователя'),
(5953, 'O', 'da', 'Block color', ''),
(5953, 'O', 'de', 'Block color', ''),
(5953, 'O', 'el', 'Block color', ''),
(5953, 'O', 'en', 'Block color', ''),
(5953, 'O', 'es', 'Block color', ''),
(5953, 'O', 'fr', 'Block color', ''),
(5953, 'O', 'it', 'Block color', ''),
(5953, 'O', 'nl', 'Block color', ''),
(5953, 'O', 'no', 'Block color', ''),
(5953, 'O', 'pt', 'Block color', ''),
(5953, 'O', 'ro', 'Block color', ''),
(5953, 'O', 'ru', 'Цвет блока', ''),
(5954, 'O', 'da', '', ''),
(5954, 'O', 'de', '', ''),
(5954, 'O', 'el', '', ''),
(5954, 'O', 'en', '', ''),
(5954, 'O', 'es', '', ''),
(5954, 'O', 'fr', '', ''),
(5954, 'O', 'it', '', ''),
(5954, 'O', 'nl', '', ''),
(5954, 'O', 'no', '', ''),
(5954, 'O', 'pt', '', ''),
(5954, 'O', 'ro', '', ''),
(5954, 'O', 'ru', '', ''),
(5955, 'O', 'da', '', ''),
(5955, 'O', 'de', '', ''),
(5955, 'O', 'el', '', ''),
(5955, 'O', 'en', '', ''),
(5955, 'O', 'es', '', ''),
(5955, 'O', 'fr', '', ''),
(5955, 'O', 'it', '', ''),
(5955, 'O', 'nl', '', ''),
(5955, 'O', 'no', '', ''),
(5955, 'O', 'pt', '', ''),
(5955, 'O', 'ro', '', ''),
(5955, 'O', 'ru', '', ''),
(5956, 'O', 'da', 'Template variant', 'The setting defines a template for displaying a motivation block'),
(5956, 'O', 'de', 'Template variant', 'The setting defines a template for displaying a motivation block'),
(5956, 'O', 'el', 'Template variant', 'The setting defines a template for displaying a motivation block'),
(5956, 'O', 'en', 'Template variant', 'The setting defines a template for displaying a motivation block'),
(5956, 'O', 'es', 'Template variant', 'The setting defines a template for displaying a motivation block'),
(5956, 'O', 'fr', 'Template variant', 'The setting defines a template for displaying a motivation block'),
(5956, 'O', 'it', 'Template variant', 'The setting defines a template for displaying a motivation block'),
(5956, 'O', 'nl', 'Template variant', 'The setting defines a template for displaying a motivation block'),
(5956, 'O', 'no', 'Template variant', 'The setting defines a template for displaying a motivation block'),
(5956, 'O', 'pt', 'Template variant', 'The setting defines a template for displaying a motivation block'),
(5956, 'O', 'ro', 'Template variant', 'The setting defines a template for displaying a motivation block'),
(5956, 'O', 'ru', 'Вариант шаблона', 'Настройка определяет шаблон для отображения блока мотивации'),
(5957, 'O', 'da', 'Block Style', ''),
(5957, 'O', 'de', 'Block Style', ''),
(5957, 'O', 'el', 'Block Style', ''),
(5957, 'O', 'en', 'Block Style', ''),
(5957, 'O', 'es', 'Block Style', ''),
(5957, 'O', 'fr', 'Block Style', ''),
(5957, 'O', 'it', 'Block Style', ''),
(5957, 'O', 'nl', 'Block Style', ''),
(5957, 'O', 'no', 'Block Style', ''),
(5957, 'O', 'pt', 'Block Style', ''),
(5957, 'O', 'ro', 'Block Style', ''),
(5957, 'O', 'ru', 'Стиль оформления блока', ''),
(5958, 'O', 'da', '', ''),
(5958, 'O', 'de', '', ''),
(5958, 'O', 'el', '', ''),
(5958, 'O', 'en', '', ''),
(5958, 'O', 'es', '', ''),
(5958, 'O', 'fr', '', ''),
(5958, 'O', 'it', '', ''),
(5958, 'O', 'nl', '', ''),
(5958, 'O', 'no', '', ''),
(5958, 'O', 'pt', '', ''),
(5958, 'O', 'ro', '', ''),
(5958, 'O', 'ru', '', ''),
(5959, 'O', 'da', 'Use style presets', 'With active configuration, the content of motivational elements will have a predefined style'),
(5959, 'O', 'de', 'Use style presets', 'With active configuration, the content of motivational elements will have a predefined style'),
(5959, 'O', 'el', 'Use style presets', 'With active configuration, the content of motivational elements will have a predefined style'),
(5959, 'O', 'en', 'Use style presets', 'With active configuration, the content of motivational elements will have a predefined style'),
(5959, 'O', 'es', 'Use style presets', 'With active configuration, the content of motivational elements will have a predefined style'),
(5959, 'O', 'fr', 'Use style presets', 'With active configuration, the content of motivational elements will have a predefined style'),
(5959, 'O', 'it', 'Use style presets', 'With active configuration, the content of motivational elements will have a predefined style'),
(5959, 'O', 'nl', 'Use style presets', 'With active configuration, the content of motivational elements will have a predefined style'),
(5959, 'O', 'no', 'Use style presets', 'With active configuration, the content of motivational elements will have a predefined style'),
(5959, 'O', 'pt', 'Use style presets', 'With active configuration, the content of motivational elements will have a predefined style'),
(5959, 'O', 'ro', 'Use style presets', 'With active configuration, the content of motivational elements will have a predefined style'),
(5959, 'O', 'ru', 'Использовать пресеты стилей​', 'При активной настройке контент мотивационных элементов будет иметь предопределенное стилевое оформление'),
(5960, 'O', 'da', 'Display a list of motivational elements attached for this category', 'With active setting, the list of motivational elements attached to the chosen category will be displayed on the category editing page (in the \"Add-ons\" tab)'),
(5960, 'O', 'de', 'Display a list of motivational elements attached for this category', 'With active setting, the list of motivational elements attached to the chosen category will be displayed on the category editing page (in the \"Add-ons\" tab)'),
(5960, 'O', 'el', 'Display a list of motivational elements attached for this category', 'With active setting, the list of motivational elements attached to the chosen category will be displayed on the category editing page (in the \"Add-ons\" tab)'),
(5960, 'O', 'en', 'Display a list of motivational elements attached for this category', 'With active setting, the list of motivational elements attached to the chosen category will be displayed on the category editing page (in the \"Add-ons\" tab)'),
(5960, 'O', 'es', 'Display a list of motivational elements attached for this category', 'With active setting, the list of motivational elements attached to the chosen category will be displayed on the category editing page (in the \"Add-ons\" tab)'),
(5960, 'O', 'fr', 'Display a list of motivational elements attached for this category', 'With active setting, the list of motivational elements attached to the chosen category will be displayed on the category editing page (in the \"Add-ons\" tab)'),
(5960, 'O', 'it', 'Display a list of motivational elements attached for this category', 'With active setting, the list of motivational elements attached to the chosen category will be displayed on the category editing page (in the \"Add-ons\" tab)'),
(5960, 'O', 'nl', 'Display a list of motivational elements attached for this category', 'With active setting, the list of motivational elements attached to the chosen category will be displayed on the category editing page (in the \"Add-ons\" tab)'),
(5960, 'O', 'no', 'Display a list of motivational elements attached for this category', 'With active setting, the list of motivational elements attached to the chosen category will be displayed on the category editing page (in the \"Add-ons\" tab)'),
(5960, 'O', 'pt', 'Display a list of motivational elements attached for this category', 'With active setting, the list of motivational elements attached to the chosen category will be displayed on the category editing page (in the \"Add-ons\" tab)'),
(5960, 'O', 'ro', 'Display a list of motivational elements attached for this category', 'With active setting, the list of motivational elements attached to the chosen category will be displayed on the category editing page (in the \"Add-ons\" tab)'),
(5960, 'O', 'ru', 'Отобразить список мотивационных элементов назначенных для данной категории', 'При активной настройке на странице редактирования категории (во вкладке \"Модули\") будет отображен список прикрепленных к ней мотивационных элементов'),
(5961, 'O', 'da', '', ''),
(5961, 'O', 'de', '', ''),
(5961, 'O', 'el', '', ''),
(5961, 'O', 'en', '', ''),
(5961, 'O', 'es', '', ''),
(5961, 'O', 'fr', '', ''),
(5961, 'O', 'it', '', ''),
(5961, 'O', 'nl', '', ''),
(5961, 'O', 'no', '', ''),
(5961, 'O', 'pt', '', ''),
(5961, 'O', 'ro', '', ''),
(5961, 'O', 'ru', '', ''),
(5962, 'O', 'da', '', ''),
(5962, 'O', 'de', '', ''),
(5962, 'O', 'el', '', ''),
(5962, 'O', 'en', '', ''),
(5962, 'O', 'es', '', ''),
(5962, 'O', 'fr', '', ''),
(5962, 'O', 'it', '', ''),
(5962, 'O', 'nl', '', ''),
(5962, 'O', 'no', '', ''),
(5962, 'O', 'pt', '', ''),
(5962, 'O', 'ro', '', ''),
(5962, 'O', 'ru', '', ''),
(5963, 'O', 'da', 'Position', 'Video position in the product image gallery'),
(5963, 'O', 'de', 'Position', 'Video position in the product image gallery'),
(5963, 'O', 'el', 'Position', 'Video position in the product image gallery'),
(5963, 'O', 'en', 'Position', 'Video position in the product image gallery'),
(5963, 'O', 'es', 'Position', 'Video position in the product image gallery'),
(5963, 'O', 'fr', 'Position', 'Video position in the product image gallery'),
(5963, 'O', 'it', 'Position', 'Video position in the product image gallery'),
(5963, 'O', 'nl', 'Position', 'Video position in the product image gallery'),
(5963, 'O', 'no', 'Position', 'Video position in the product image gallery'),
(5963, 'O', 'pt', 'Position', 'Video position in the product image gallery'),
(5963, 'O', 'ro', 'Position', 'Video position in the product image gallery'),
(5963, 'O', 'ru', 'Позиция', 'Позиция видео в галерее изображений товара'),
(5964, 'O', 'da', 'Show in category', 'Show an icon of the existence of the video in products lists'),
(5964, 'O', 'de', 'Show in category', 'Show an icon of the existence of the video in products lists'),
(5964, 'O', 'el', 'Show in category', 'Show an icon of the existence of the video in products lists'),
(5964, 'O', 'en', 'Show in category', 'Show an icon of the existence of the video in products lists'),
(5964, 'O', 'es', 'Show in category', 'Show an icon of the existence of the video in products lists'),
(5964, 'O', 'fr', 'Show in category', 'Show an icon of the existence of the video in products lists'),
(5964, 'O', 'it', 'Show in category', 'Show an icon of the existence of the video in products lists'),
(5964, 'O', 'nl', 'Show in category', 'Show an icon of the existence of the video in products lists'),
(5964, 'O', 'no', 'Show in category', 'Show an icon of the existence of the video in products lists'),
(5964, 'O', 'pt', 'Show in category', 'Show an icon of the existence of the video in products lists'),
(5964, 'O', 'ro', 'Show in category', 'Show an icon of the existence of the video in products lists'),
(5964, 'O', 'ru', 'Показывать в категории', 'Показывать иконку наличия видео в списках товаров'),
(5965, 'O', 'da', 'Show video', 'Action on click on a thumb in the products images gallery: to show video in the window or instead on the image\'s place'),
(5965, 'O', 'de', 'Show video', 'Action on click on a thumb in the products images gallery: to show video in the window or instead on the image\'s place'),
(5965, 'O', 'el', 'Show video', 'Action on click on a thumb in the products images gallery: to show video in the window or instead on the image\'s place'),
(5965, 'O', 'en', 'Show video', 'Action on click on a thumb in the products images gallery: to show video in the window or instead on the image\'s place'),
(5965, 'O', 'es', 'Show video', 'Action on click on a thumb in the products images gallery: to show video in the window or instead on the image\'s place'),
(5965, 'O', 'fr', 'Show video', 'Action on click on a thumb in the products images gallery: to show video in the window or instead on the image\'s place'),
(5965, 'O', 'it', 'Show video', 'Action on click on a thumb in the products images gallery: to show video in the window or instead on the image\'s place'),
(5965, 'O', 'nl', 'Show video', 'Action on click on a thumb in the products images gallery: to show video in the window or instead on the image\'s place'),
(5965, 'O', 'no', 'Show video', 'Action on click on a thumb in the products images gallery: to show video in the window or instead on the image\'s place'),
(5965, 'O', 'pt', 'Show video', 'Action on click on a thumb in the products images gallery: to show video in the window or instead on the image\'s place'),
(5965, 'O', 'ro', 'Show video', 'Action on click on a thumb in the products images gallery: to show video in the window or instead on the image\'s place'),
(5965, 'O', 'ru', 'Показывать видео', 'Действие при клике на миниатюру в галерее изображений товара: показать видео в окне или на месте изображения'),
(5966, 'O', 'da', 'Show the YouTube video control panel', ''),
(5966, 'O', 'de', 'Show the YouTube video control panel', ''),
(5966, 'O', 'el', 'Show the YouTube video control panel', ''),
(5966, 'O', 'en', 'Show the YouTube video control panel', ''),
(5966, 'O', 'es', 'Show the YouTube video control panel', ''),
(5966, 'O', 'fr', 'Show the YouTube video control panel', ''),
(5966, 'O', 'it', 'Show the YouTube video control panel', ''),
(5966, 'O', 'nl', 'Show the YouTube video control panel', ''),
(5966, 'O', 'no', 'Show the YouTube video control panel', ''),
(5966, 'O', 'pt', 'Show the YouTube video control panel', ''),
(5966, 'O', 'ro', 'Show the YouTube video control panel', ''),
(5966, 'O', 'ru', 'Показывать YouTube панель управления видео', ''),
(5967, 'O', 'da', 'Enable repeated replay', ''),
(5967, 'O', 'de', 'Enable repeated replay', ''),
(5967, 'O', 'el', 'Enable repeated replay', ''),
(5967, 'O', 'en', 'Enable repeated replay', ''),
(5967, 'O', 'es', 'Enable repeated replay', ''),
(5967, 'O', 'fr', 'Enable repeated replay', ''),
(5967, 'O', 'it', 'Enable repeated replay', ''),
(5967, 'O', 'nl', 'Enable repeated replay', ''),
(5967, 'O', 'no', 'Enable repeated replay', ''),
(5967, 'O', 'pt', 'Enable repeated replay', ''),
(5967, 'O', 'ro', 'Enable repeated replay', ''),
(5967, 'O', 'ru', 'Включить повторное воспроизведение', ''),
(5968, 'O', 'da', 'Thumbnail size', ''),
(5968, 'O', 'de', 'Thumbnail size', ''),
(5968, 'O', 'el', 'Thumbnail size', ''),
(5968, 'O', 'en', 'Thumbnail size', ''),
(5968, 'O', 'es', 'Thumbnail size', ''),
(5968, 'O', 'fr', 'Thumbnail size', ''),
(5968, 'O', 'it', 'Thumbnail size', ''),
(5968, 'O', 'nl', 'Thumbnail size', ''),
(5968, 'O', 'no', 'Thumbnail size', ''),
(5968, 'O', 'pt', 'Thumbnail size', ''),
(5968, 'O', 'ro', 'Thumbnail size', ''),
(5968, 'O', 'ru', 'Размер миниатюры', ''),
(5969, 'O', 'da', 'Scrolling in a cycle', 'Enables gallery scrolling — there is again the first element after the last'),
(5969, 'O', 'de', 'Scrolling in a cycle', 'Enables gallery scrolling — there is again the first element after the last'),
(5969, 'O', 'el', 'Scrolling in a cycle', 'Enables gallery scrolling — there is again the first element after the last'),
(5969, 'O', 'en', 'Scrolling in a cycle', 'Enables gallery scrolling — there is again the first element after the last'),
(5969, 'O', 'es', 'Scrolling in a cycle', 'Enables gallery scrolling — there is again the first element after the last'),
(5969, 'O', 'fr', 'Scrolling in a cycle', 'Enables gallery scrolling — there is again the first element after the last'),
(5969, 'O', 'it', 'Scrolling in a cycle', 'Enables gallery scrolling — there is again the first element after the last'),
(5969, 'O', 'nl', 'Scrolling in a cycle', 'Enables gallery scrolling — there is again the first element after the last'),
(5969, 'O', 'no', 'Scrolling in a cycle', 'Enables gallery scrolling — there is again the first element after the last'),
(5969, 'O', 'pt', 'Scrolling in a cycle', 'Enables gallery scrolling — there is again the first element after the last'),
(5969, 'O', 'ro', 'Scrolling in a cycle', 'Enables gallery scrolling — there is again the first element after the last'),
(5969, 'O', 'ru', 'Прокрутка в цикле', 'Позволяет включить прокрутку галереи — после последнего элемента снова идёт первый'),
(5970, 'O', 'da', 'Enable the vertical output', 'Gallery will be displayed vertically'),
(5970, 'O', 'de', 'Enable the vertical output', 'Gallery will be displayed vertically'),
(5970, 'O', 'el', 'Enable the vertical output', 'Gallery will be displayed vertically'),
(5970, 'O', 'en', 'Enable the vertical output', 'Gallery will be displayed vertically'),
(5970, 'O', 'es', 'Enable the vertical output', 'Gallery will be displayed vertically'),
(5970, 'O', 'fr', 'Enable the vertical output', 'Gallery will be displayed vertically'),
(5970, 'O', 'it', 'Enable the vertical output', 'Gallery will be displayed vertically'),
(5970, 'O', 'nl', 'Enable the vertical output', 'Gallery will be displayed vertically'),
(5970, 'O', 'no', 'Enable the vertical output', 'Gallery will be displayed vertically'),
(5970, 'O', 'pt', 'Enable the vertical output', 'Gallery will be displayed vertically'),
(5970, 'O', 'ro', 'Enable the vertical output', 'Gallery will be displayed vertically'),
(5970, 'O', 'ru', 'Включить вертикальное отображение', 'Галерея будет отображаться вертикально'),
(5971, 'O', 'da', '', ''),
(5971, 'O', 'de', '', ''),
(5971, 'O', 'el', '', ''),
(5971, 'O', 'en', '', ''),
(5971, 'O', 'es', '', ''),
(5971, 'O', 'fr', '', ''),
(5971, 'O', 'it', '', ''),
(5971, 'O', 'nl', '', ''),
(5971, 'O', 'no', '', ''),
(5971, 'O', 'pt', '', ''),
(5971, 'O', 'ro', '', ''),
(5971, 'O', 'ru', '', ''),
(5972, 'O', 'da', '', ''),
(5972, 'O', 'de', '', ''),
(5972, 'O', 'el', '', ''),
(5972, 'O', 'en', '', ''),
(5972, 'O', 'es', '', ''),
(5972, 'O', 'fr', '', ''),
(5972, 'O', 'it', '', ''),
(5972, 'O', 'nl', '', ''),
(5972, 'O', 'no', '', ''),
(5972, 'O', 'pt', '', ''),
(5972, 'O', 'ro', '', ''),
(5972, 'O', 'ru', '', ''),
(5973, 'O', 'da', 'Button position on the page', ''),
(5973, 'O', 'de', 'Button position on the page', ''),
(5973, 'O', 'el', 'Button position on the page', ''),
(5973, 'O', 'en', 'Button position on the page', ''),
(5973, 'O', 'es', 'Button position on the page', ''),
(5973, 'O', 'fr', 'Button position on the page', ''),
(5973, 'O', 'it', 'Button position on the page', ''),
(5973, 'O', 'nl', 'Button position on the page', ''),
(5973, 'O', 'no', 'Button position on the page', ''),
(5973, 'O', 'pt', 'Button position on the page', ''),
(5973, 'O', 'ro', 'Button position on the page', ''),
(5973, 'O', 'ru', 'Положение кнопки на странице', ''),
(5974, 'O', 'da', 'Animation duration, ms', 'Specify animation duration value in milliseconds. If enter value more than 1500 - it will be automatically established in 1500'),
(5974, 'O', 'de', 'Animation duration, ms', 'Specify animation duration value in milliseconds. If enter value more than 1500 - it will be automatically established in 1500'),
(5974, 'O', 'el', 'Animation duration, ms', 'Specify animation duration value in milliseconds. If enter value more than 1500 - it will be automatically established in 1500'),
(5974, 'O', 'en', 'Animation duration, ms', 'Specify animation duration value in milliseconds. If enter value more than 1500 - it will be automatically established in 1500'),
(5974, 'O', 'es', 'Animation duration, ms', 'Specify animation duration value in milliseconds. If enter value more than 1500 - it will be automatically established in 1500'),
(5974, 'O', 'fr', 'Animation duration, ms', 'Specify animation duration value in milliseconds. If enter value more than 1500 - it will be automatically established in 1500'),
(5974, 'O', 'it', 'Animation duration, ms', 'Specify animation duration value in milliseconds. If enter value more than 1500 - it will be automatically established in 1500'),
(5974, 'O', 'nl', 'Animation duration, ms', 'Specify animation duration value in milliseconds. If enter value more than 1500 - it will be automatically established in 1500'),
(5974, 'O', 'no', 'Animation duration, ms', 'Specify animation duration value in milliseconds. If enter value more than 1500 - it will be automatically established in 1500'),
(5974, 'O', 'pt', 'Animation duration, ms', 'Specify animation duration value in milliseconds. If enter value more than 1500 - it will be automatically established in 1500'),
(5974, 'O', 'ro', 'Animation duration, ms', 'Specify animation duration value in milliseconds. If enter value more than 1500 - it will be automatically established in 1500'),
(5974, 'O', 'ru', 'Продолжительность анимации, мс', 'Укажите значение продолжительности анимации в миллисекундах. Если ввести значение больше 1500 - оно будет автоматически установлено в 1500'),
(5975, 'O', 'da', 'Button icon', ''),
(5975, 'O', 'de', 'Button icon', ''),
(5975, 'O', 'el', 'Button icon', ''),
(5975, 'O', 'en', 'Button icon', ''),
(5975, 'O', 'es', 'Button icon', ''),
(5975, 'O', 'fr', 'Button icon', ''),
(5975, 'O', 'it', 'Button icon', ''),
(5975, 'O', 'nl', 'Button icon', ''),
(5975, 'O', 'no', 'Button icon', ''),
(5975, 'O', 'pt', 'Button icon', ''),
(5975, 'O', 'ro', 'Button icon', ''),
(5975, 'O', 'ru', 'Иконка кнопки', ''),
(5976, 'O', 'da', 'Value of the attribute on top <b>margin-top</b>', 'Only integers'),
(5976, 'O', 'de', 'Value of the attribute on top <b>margin-top</b>', 'Only integers'),
(5976, 'O', 'el', 'Value of the attribute on top <b>margin-top</b>', 'Only integers'),
(5976, 'O', 'en', 'Value of the attribute on top <b>margin-top</b>', 'Only integers'),
(5976, 'O', 'es', 'Value of the attribute on top <b>margin-top</b>', 'Only integers'),
(5976, 'O', 'fr', 'Value of the attribute on top <b>margin-top</b>', 'Only integers'),
(5976, 'O', 'it', 'Value of the attribute on top <b>margin-top</b>', 'Only integers'),
(5976, 'O', 'nl', 'Value of the attribute on top <b>margin-top</b>', 'Only integers'),
(5976, 'O', 'no', 'Value of the attribute on top <b>margin-top</b>', 'Only integers'),
(5976, 'O', 'pt', 'Value of the attribute on top <b>margin-top</b>', 'Only integers'),
(5976, 'O', 'ro', 'Value of the attribute on top <b>margin-top</b>', 'Only integers'),
(5976, 'O', 'ru', 'Значение внешнего отступа сверху (атрибут <b>margin-top</b>)', 'Только целые числа'),
(5977, 'O', 'da', 'Value of the attribute on the right <b>margin-right</b>', 'Only integers'),
(5977, 'O', 'de', 'Value of the attribute on the right <b>margin-right</b>', 'Only integers'),
(5977, 'O', 'el', 'Value of the attribute on the right <b>margin-right</b>', 'Only integers'),
(5977, 'O', 'en', 'Value of the attribute on the right <b>margin-right</b>', 'Only integers'),
(5977, 'O', 'es', 'Value of the attribute on the right <b>margin-right</b>', 'Only integers'),
(5977, 'O', 'fr', 'Value of the attribute on the right <b>margin-right</b>', 'Only integers'),
(5977, 'O', 'it', 'Value of the attribute on the right <b>margin-right</b>', 'Only integers'),
(5977, 'O', 'nl', 'Value of the attribute on the right <b>margin-right</b>', 'Only integers'),
(5977, 'O', 'no', 'Value of the attribute on the right <b>margin-right</b>', 'Only integers'),
(5977, 'O', 'pt', 'Value of the attribute on the right <b>margin-right</b>', 'Only integers'),
(5977, 'O', 'ro', 'Value of the attribute on the right <b>margin-right</b>', 'Only integers'),
(5977, 'O', 'ru', 'Значение внешнего отступа справа (атрибут <b>margin-right</b>)', 'Только целые числа'),
(5978, 'O', 'da', 'Value of the attribute at the bottom <b>margin-bottom</b>', 'Only integers'),
(5978, 'O', 'de', 'Value of the attribute at the bottom <b>margin-bottom</b>', 'Only integers'),
(5978, 'O', 'el', 'Value of the attribute at the bottom <b>margin-bottom</b>', 'Only integers'),
(5978, 'O', 'en', 'Value of the attribute at the bottom <b>margin-bottom</b>', 'Only integers'),
(5978, 'O', 'es', 'Value of the attribute at the bottom <b>margin-bottom</b>', 'Only integers'),
(5978, 'O', 'fr', 'Value of the attribute at the bottom <b>margin-bottom</b>', 'Only integers'),
(5978, 'O', 'it', 'Value of the attribute at the bottom <b>margin-bottom</b>', 'Only integers'),
(5978, 'O', 'nl', 'Value of the attribute at the bottom <b>margin-bottom</b>', 'Only integers'),
(5978, 'O', 'no', 'Value of the attribute at the bottom <b>margin-bottom</b>', 'Only integers'),
(5978, 'O', 'pt', 'Value of the attribute at the bottom <b>margin-bottom</b>', 'Only integers'),
(5978, 'O', 'ro', 'Value of the attribute at the bottom <b>margin-bottom</b>', 'Only integers'),
(5978, 'O', 'ru', 'Значение внешнего отступа снизу (атрибут <b>margin-bottom</b>)', 'Только целые числа'),
(5979, 'O', 'da', 'Value of the attribute on the left <b>margin-left</b>', 'Only integers'),
(5979, 'O', 'de', 'Value of the attribute on the left <b>margin-left</b>', 'Only integers'),
(5979, 'O', 'el', 'Value of the attribute on the left <b>margin-left</b>', 'Only integers'),
(5979, 'O', 'en', 'Value of the attribute on the left <b>margin-left</b>', 'Only integers'),
(5979, 'O', 'es', 'Value of the attribute on the left <b>margin-left</b>', 'Only integers'),
(5979, 'O', 'fr', 'Value of the attribute on the left <b>margin-left</b>', 'Only integers'),
(5979, 'O', 'it', 'Value of the attribute on the left <b>margin-left</b>', 'Only integers'),
(5979, 'O', 'nl', 'Value of the attribute on the left <b>margin-left</b>', 'Only integers'),
(5979, 'O', 'no', 'Value of the attribute on the left <b>margin-left</b>', 'Only integers'),
(5979, 'O', 'pt', 'Value of the attribute on the left <b>margin-left</b>', 'Only integers'),
(5979, 'O', 'ro', 'Value of the attribute on the left <b>margin-left</b>', 'Only integers'),
(5979, 'O', 'ru', 'Значение внешнего отступа слева (атрибут <b>margin-left</b>)', 'Только целые числа'),
(5980, 'O', 'da', 'Value of the icon attribute <b>font-size</b>', 'Only integers'),
(5980, 'O', 'de', 'Value of the icon attribute <b>font-size</b>', 'Only integers'),
(5980, 'O', 'el', 'Value of the icon attribute <b>font-size</b>', 'Only integers'),
(5980, 'O', 'en', 'Value of the icon attribute <b>font-size</b>', 'Only integers'),
(5980, 'O', 'es', 'Value of the icon attribute <b>font-size</b>', 'Only integers'),
(5980, 'O', 'fr', 'Value of the icon attribute <b>font-size</b>', 'Only integers'),
(5980, 'O', 'it', 'Value of the icon attribute <b>font-size</b>', 'Only integers'),
(5980, 'O', 'nl', 'Value of the icon attribute <b>font-size</b>', 'Only integers'),
(5980, 'O', 'no', 'Value of the icon attribute <b>font-size</b>', 'Only integers'),
(5980, 'O', 'pt', 'Value of the icon attribute <b>font-size</b>', 'Only integers'),
(5980, 'O', 'ro', 'Value of the icon attribute <b>font-size</b>', 'Only integers'),
(5980, 'O', 'ru', 'Значение размера иконки (атрибут <b>font-size</b>)', 'Только целые числа'),
(5981, 'O', 'da', 'Units of measure', 'Will be used for calculation of all sizes. More information on <a target=\"_blank\" href=\"//www.w3.org/Style/Examples/007/units.en.html\">w3.org</a>'),
(5981, 'O', 'de', 'Units of measure', 'Will be used for calculation of all sizes. More information on <a target=\"_blank\" href=\"//www.w3.org/Style/Examples/007/units.en.html\">w3.org</a>'),
(5981, 'O', 'el', 'Units of measure', 'Will be used for calculation of all sizes. More information on <a target=\"_blank\" href=\"//www.w3.org/Style/Examples/007/units.en.html\">w3.org</a>'),
(5981, 'O', 'en', 'Units of measure', 'Will be used for calculation of all sizes. More information on <a target=\"_blank\" href=\"//www.w3.org/Style/Examples/007/units.en.html\">w3.org</a>'),
(5981, 'O', 'es', 'Units of measure', 'Will be used for calculation of all sizes. More information on <a target=\"_blank\" href=\"//www.w3.org/Style/Examples/007/units.en.html\">w3.org</a>'),
(5981, 'O', 'fr', 'Units of measure', 'Will be used for calculation of all sizes. More information on <a target=\"_blank\" href=\"//www.w3.org/Style/Examples/007/units.en.html\">w3.org</a>'),
(5981, 'O', 'it', 'Units of measure', 'Will be used for calculation of all sizes. More information on <a target=\"_blank\" href=\"//www.w3.org/Style/Examples/007/units.en.html\">w3.org</a>'),
(5981, 'O', 'nl', 'Units of measure', 'Will be used for calculation of all sizes. More information on <a target=\"_blank\" href=\"//www.w3.org/Style/Examples/007/units.en.html\">w3.org</a>'),
(5981, 'O', 'no', 'Units of measure', 'Will be used for calculation of all sizes. More information on <a target=\"_blank\" href=\"//www.w3.org/Style/Examples/007/units.en.html\">w3.org</a>'),
(5981, 'O', 'pt', 'Units of measure', 'Will be used for calculation of all sizes. More information on <a target=\"_blank\" href=\"//www.w3.org/Style/Examples/007/units.en.html\">w3.org</a>'),
(5981, 'O', 'ro', 'Units of measure', 'Will be used for calculation of all sizes. More information on <a target=\"_blank\" href=\"//www.w3.org/Style/Examples/007/units.en.html\">w3.org</a>'),
(5981, 'O', 'ru', 'Единицы измерения', 'Будут использованы для расчета всех величин. Больше информации на <a target=\"_blank\" href=\"//www.w3.org/Style/Examples/007/units.ru.html\">w3.org</a>'),
(5982, 'O', 'da', 'Value of the icon saturation attribute <b>font-weight</b>', ''),
(5982, 'O', 'de', 'Value of the icon saturation attribute <b>font-weight</b>', ''),
(5982, 'O', 'el', 'Value of the icon saturation attribute <b>font-weight</b>', ''),
(5982, 'O', 'en', 'Value of the icon saturation attribute <b>font-weight</b>', ''),
(5982, 'O', 'es', 'Value of the icon saturation attribute <b>font-weight</b>', ''),
(5982, 'O', 'fr', 'Value of the icon saturation attribute <b>font-weight</b>', ''),
(5982, 'O', 'it', 'Value of the icon saturation attribute <b>font-weight</b>', ''),
(5982, 'O', 'nl', 'Value of the icon saturation attribute <b>font-weight</b>', ''),
(5982, 'O', 'no', 'Value of the icon saturation attribute <b>font-weight</b>', ''),
(5982, 'O', 'pt', 'Value of the icon saturation attribute <b>font-weight</b>', ''),
(5982, 'O', 'ro', 'Value of the icon saturation attribute <b>font-weight</b>', ''),
(5982, 'O', 'ru', 'Значение насыщенности иконки (атрибут <b>font-weight</b>)', ''),
(5983, 'O', 'da', '', ''),
(5983, 'O', 'de', '', ''),
(5983, 'O', 'el', '', ''),
(5983, 'O', 'en', '', ''),
(5983, 'O', 'es', '', ''),
(5983, 'O', 'fr', '', ''),
(5983, 'O', 'it', '', ''),
(5983, 'O', 'nl', '', ''),
(5983, 'O', 'no', '', ''),
(5983, 'O', 'pt', '', ''),
(5983, 'O', 'ro', '', ''),
(5983, 'O', 'ru', '', ''),
(5984, 'O', 'da', 'Hide on mobile devices', ''),
(5984, 'O', 'de', 'Hide on mobile devices', ''),
(5984, 'O', 'el', 'Hide on mobile devices', ''),
(5984, 'O', 'en', 'Hide on mobile devices', ''),
(5984, 'O', 'es', 'Hide on mobile devices', ''),
(5984, 'O', 'fr', 'Hide on mobile devices', ''),
(5984, 'O', 'it', 'Hide on mobile devices', ''),
(5984, 'O', 'nl', 'Hide on mobile devices', ''),
(5984, 'O', 'no', 'Hide on mobile devices', ''),
(5984, 'O', 'pt', 'Hide on mobile devices', ''),
(5984, 'O', 'ro', 'Hide on mobile devices', ''),
(5984, 'O', 'ru', 'Скрывать на мобильных устройствах', ''),
(5985, 'O', 'da', 'Display the button in the admin panel', ''),
(5985, 'O', 'de', 'Display the button in the admin panel', ''),
(5985, 'O', 'el', 'Display the button in the admin panel', ''),
(5985, 'O', 'en', 'Display the button in the admin panel', ''),
(5985, 'O', 'es', 'Display the button in the admin panel', ''),
(5985, 'O', 'fr', 'Display the button in the admin panel', ''),
(5985, 'O', 'it', 'Display the button in the admin panel', ''),
(5985, 'O', 'nl', 'Display the button in the admin panel', ''),
(5985, 'O', 'no', 'Display the button in the admin panel', ''),
(5985, 'O', 'pt', 'Display the button in the admin panel', ''),
(5985, 'O', 'ro', 'Display the button in the admin panel', ''),
(5985, 'O', 'ru', 'Отображать кнопку в админ панели', ''),
(5986, 'O', 'da', '', ''),
(5986, 'O', 'de', '', ''),
(5986, 'O', 'el', '', ''),
(5986, 'O', 'en', '', ''),
(5986, 'O', 'es', '', ''),
(5986, 'O', 'fr', '', ''),
(5986, 'O', 'it', '', ''),
(5986, 'O', 'nl', '', ''),
(5986, 'O', 'no', '', ''),
(5986, 'O', 'pt', '', ''),
(5986, 'O', 'ro', '', ''),
(5986, 'O', 'ru', '', ''),
(5987, 'O', 'da', '', ''),
(5987, 'O', 'de', '', ''),
(5987, 'O', 'el', '', ''),
(5987, 'O', 'en', '', ''),
(5987, 'O', 'es', '', ''),
(5987, 'O', 'fr', '', ''),
(5987, 'O', 'it', '', ''),
(5987, 'O', 'nl', '', ''),
(5987, 'O', 'no', '', ''),
(5987, 'O', 'pt', '', ''),
(5987, 'O', 'ro', '', ''),
(5987, 'O', 'ru', '', ''),
(5988, 'O', 'da', '', ''),
(5988, 'O', 'de', '', ''),
(5988, 'O', 'el', '', ''),
(5988, 'O', 'en', '', ''),
(5988, 'O', 'es', '', ''),
(5988, 'O', 'fr', '', ''),
(5988, 'O', 'it', '', ''),
(5988, 'O', 'nl', '', ''),
(5988, 'O', 'no', '', ''),
(5988, 'O', 'pt', '', ''),
(5988, 'O', 'ro', '', ''),
(5988, 'O', 'ru', '', ''),
(5989, 'O', 'da', 'Display on the homepage', ''),
(5989, 'O', 'de', 'Display on the homepage', ''),
(5989, 'O', 'el', 'Display on the homepage', ''),
(5989, 'O', 'en', 'Display on the homepage', ''),
(5989, 'O', 'es', 'Display on the homepage', ''),
(5989, 'O', 'fr', 'Display on the homepage', ''),
(5989, 'O', 'it', 'Display on the homepage', ''),
(5989, 'O', 'nl', 'Display on the homepage', ''),
(5989, 'O', 'no', 'Display on the homepage', ''),
(5989, 'O', 'pt', 'Display on the homepage', ''),
(5989, 'O', 'ro', 'Display on the homepage', ''),
(5989, 'O', 'ru', 'Показывать на главной странице', ''),
(5990, 'O', 'da', 'Display on the categories page', ''),
(5990, 'O', 'de', 'Display on the categories page', ''),
(5990, 'O', 'el', 'Display on the categories page', ''),
(5990, 'O', 'en', 'Display on the categories page', ''),
(5990, 'O', 'es', 'Display on the categories page', ''),
(5990, 'O', 'fr', 'Display on the categories page', ''),
(5990, 'O', 'it', 'Display on the categories page', ''),
(5990, 'O', 'nl', 'Display on the categories page', ''),
(5990, 'O', 'no', 'Display on the categories page', ''),
(5990, 'O', 'pt', 'Display on the categories page', ''),
(5990, 'O', 'ro', 'Display on the categories page', ''),
(5990, 'O', 'ru', 'Показывать на странице категорий', ''),
(5991, 'O', 'da', 'Display on the product page', ''),
(5991, 'O', 'de', 'Display on the product page', ''),
(5991, 'O', 'el', 'Display on the product page', ''),
(5991, 'O', 'en', 'Display on the product page', ''),
(5991, 'O', 'es', 'Display on the product page', ''),
(5991, 'O', 'fr', 'Display on the product page', ''),
(5991, 'O', 'it', 'Display on the product page', ''),
(5991, 'O', 'nl', 'Display on the product page', ''),
(5991, 'O', 'no', 'Display on the product page', ''),
(5991, 'O', 'pt', 'Display on the product page', ''),
(5991, 'O', 'ro', 'Display on the product page', ''),
(5991, 'O', 'ru', 'Показывать на странице товара', '');
INSERT INTO `partiushop_settings_descriptions` (`object_id`, `object_type`, `lang_code`, `value`, `tooltip`) VALUES
(5992, 'O', 'da', 'Display on the cart page', ''),
(5992, 'O', 'de', 'Display on the cart page', ''),
(5992, 'O', 'el', 'Display on the cart page', ''),
(5992, 'O', 'en', 'Display on the cart page', ''),
(5992, 'O', 'es', 'Display on the cart page', ''),
(5992, 'O', 'fr', 'Display on the cart page', ''),
(5992, 'O', 'it', 'Display on the cart page', ''),
(5992, 'O', 'nl', 'Display on the cart page', ''),
(5992, 'O', 'no', 'Display on the cart page', ''),
(5992, 'O', 'pt', 'Display on the cart page', ''),
(5992, 'O', 'ro', 'Display on the cart page', ''),
(5992, 'O', 'ru', 'Показывать на странице корзины', ''),
(5993, 'O', 'da', 'Display on the checkout page', ''),
(5993, 'O', 'de', 'Display on the checkout page', ''),
(5993, 'O', 'el', 'Display on the checkout page', ''),
(5993, 'O', 'en', 'Display on the checkout page', ''),
(5993, 'O', 'es', 'Display on the checkout page', ''),
(5993, 'O', 'fr', 'Display on the checkout page', ''),
(5993, 'O', 'it', 'Display on the checkout page', ''),
(5993, 'O', 'nl', 'Display on the checkout page', ''),
(5993, 'O', 'no', 'Display on the checkout page', ''),
(5993, 'O', 'pt', 'Display on the checkout page', ''),
(5993, 'O', 'ro', 'Display on the checkout page', ''),
(5993, 'O', 'ru', 'Показывать на странице оформления заказа', ''),
(5994, 'O', 'da', 'Accidental order', ''),
(5994, 'O', 'de', 'Accidental order', ''),
(5994, 'O', 'el', 'Accidental order', ''),
(5994, 'O', 'en', 'Accidental order', ''),
(5994, 'O', 'es', 'Accidental order', ''),
(5994, 'O', 'fr', 'Accidental order', ''),
(5994, 'O', 'it', 'Accidental order', ''),
(5994, 'O', 'nl', 'Accidental order', ''),
(5994, 'O', 'no', 'Accidental order', ''),
(5994, 'O', 'pt', 'Accidental order', ''),
(5994, 'O', 'ro', 'Accidental order', ''),
(5994, 'O', 'ru', 'Случайный порядок', ''),
(5995, 'O', 'da', '', ''),
(5995, 'O', 'de', '', ''),
(5995, 'O', 'el', '', ''),
(5995, 'O', 'en', '', ''),
(5995, 'O', 'es', '', ''),
(5995, 'O', 'fr', '', ''),
(5995, 'O', 'it', '', ''),
(5995, 'O', 'nl', '', ''),
(5995, 'O', 'no', '', ''),
(5995, 'O', 'pt', '', ''),
(5995, 'O', 'ro', '', ''),
(5995, 'O', 'ru', '', ''),
(5996, 'O', 'da', '', ''),
(5996, 'O', 'de', '', ''),
(5996, 'O', 'el', '', ''),
(5996, 'O', 'en', '', ''),
(5996, 'O', 'es', '', ''),
(5996, 'O', 'fr', '', ''),
(5996, 'O', 'it', '', ''),
(5996, 'O', 'nl', '', ''),
(5996, 'O', 'no', '', ''),
(5996, 'O', 'pt', '', ''),
(5996, 'O', 'ro', '', ''),
(5996, 'O', 'ru', '', ''),
(5997, 'O', 'da', '', ''),
(5997, 'O', 'de', '', ''),
(5997, 'O', 'el', '', ''),
(5997, 'O', 'en', '', ''),
(5997, 'O', 'es', '', ''),
(5997, 'O', 'fr', '', ''),
(5997, 'O', 'it', '', ''),
(5997, 'O', 'nl', '', ''),
(5997, 'O', 'no', '', ''),
(5997, 'O', 'pt', '', ''),
(5997, 'O', 'ro', '', ''),
(5997, 'O', 'ru', '', ''),
(5998, 'O', 'da', '', ''),
(5998, 'O', 'de', '', ''),
(5998, 'O', 'el', '', ''),
(5998, 'O', 'en', '', ''),
(5998, 'O', 'es', '', ''),
(5998, 'O', 'fr', '', ''),
(5998, 'O', 'it', '', ''),
(5998, 'O', 'nl', '', ''),
(5998, 'O', 'no', '', ''),
(5998, 'O', 'pt', '', ''),
(5998, 'O', 'ro', '', ''),
(5998, 'O', 'ru', '', ''),
(5999, 'O', 'da', 'Adding <b>AB: Catalog</b> to the breadcrumbs', ''),
(5999, 'O', 'de', 'Adding <b>AB: Catalog</b> to the breadcrumbs', ''),
(5999, 'O', 'el', 'Adding <b>AB: Catalog</b> to the breadcrumbs', ''),
(5999, 'O', 'en', 'Adding <b>AB: Catalog</b> to the breadcrumbs', ''),
(5999, 'O', 'es', 'Adding <b>AB: Catalog</b> to the breadcrumbs', ''),
(5999, 'O', 'fr', 'Adding <b>AB: Catalog</b> to the breadcrumbs', ''),
(5999, 'O', 'it', 'Adding <b>AB: Catalog</b> to the breadcrumbs', ''),
(5999, 'O', 'nl', 'Adding <b>AB: Catalog</b> to the breadcrumbs', ''),
(5999, 'O', 'no', 'Adding <b>AB: Catalog</b> to the breadcrumbs', ''),
(5999, 'O', 'pt', 'Adding <b>AB: Catalog</b> to the breadcrumbs', ''),
(5999, 'O', 'ro', 'Adding <b>AB: Catalog</b> to the breadcrumbs', ''),
(5999, 'O', 'ru', 'Добавить <b>AB: Каталог</b> в хлебные крошки', ''),
(6000, 'O', 'da', 'The maximum amount of displayed subcategories on the pages <b>AB: Catalog</b> and <b>feature/brand</b>', ''),
(6000, 'O', 'de', 'The maximum amount of displayed subcategories on the pages <b>AB: Catalog</b> and <b>feature/brand</b>', ''),
(6000, 'O', 'el', 'The maximum amount of displayed subcategories on the pages <b>AB: Catalog</b> and <b>feature/brand</b>', ''),
(6000, 'O', 'en', 'The maximum amount of displayed subcategories on the pages <b>AB: Catalog</b> and <b>feature/brand</b>', ''),
(6000, 'O', 'es', 'The maximum amount of displayed subcategories on the pages <b>AB: Catalog</b> and <b>feature/brand</b>', ''),
(6000, 'O', 'fr', 'The maximum amount of displayed subcategories on the pages <b>AB: Catalog</b> and <b>feature/brand</b>', ''),
(6000, 'O', 'it', 'The maximum amount of displayed subcategories on the pages <b>AB: Catalog</b> and <b>feature/brand</b>', ''),
(6000, 'O', 'nl', 'The maximum amount of displayed subcategories on the pages <b>AB: Catalog</b> and <b>feature/brand</b>', ''),
(6000, 'O', 'no', 'The maximum amount of displayed subcategories on the pages <b>AB: Catalog</b> and <b>feature/brand</b>', ''),
(6000, 'O', 'pt', 'The maximum amount of displayed subcategories on the pages <b>AB: Catalog</b> and <b>feature/brand</b>', ''),
(6000, 'O', 'ro', 'The maximum amount of displayed subcategories on the pages <b>AB: Catalog</b> and <b>feature/brand</b>', ''),
(6000, 'O', 'ru', 'Максимальное количество отображаемых подкатегорий на страницах <b>AB: Каталог</b> и <b>характеристики/бренда</b>', ''),
(6001, 'O', 'da', 'Menu ID', 'Specify the ID menu which will be used for creation of new structure. If it is equal 0, <b>AB: Catalog</b> structure will be constructed by a tree of categories'),
(6001, 'O', 'de', 'Menu ID', 'Specify the ID menu which will be used for creation of new structure. If it is equal 0, <b>AB: Catalog</b> structure will be constructed by a tree of categories'),
(6001, 'O', 'el', 'Menu ID', 'Specify the ID menu which will be used for creation of new structure. If it is equal 0, <b>AB: Catalog</b> structure will be constructed by a tree of categories'),
(6001, 'O', 'en', 'Menu ID', 'Specify the ID menu which will be used for creation of new structure. If it is equal 0, <b>AB: Catalog</b> structure will be constructed by a tree of categories'),
(6001, 'O', 'es', 'Menu ID', 'Specify the ID menu which will be used for creation of new structure. If it is equal 0, <b>AB: Catalog</b> structure will be constructed by a tree of categories'),
(6001, 'O', 'fr', 'Menu ID', 'Specify the ID menu which will be used for creation of new structure. If it is equal 0, <b>AB: Catalog</b> structure will be constructed by a tree of categories'),
(6001, 'O', 'it', 'Menu ID', 'Specify the ID menu which will be used for creation of new structure. If it is equal 0, <b>AB: Catalog</b> structure will be constructed by a tree of categories'),
(6001, 'O', 'nl', 'Menu ID', 'Specify the ID menu which will be used for creation of new structure. If it is equal 0, <b>AB: Catalog</b> structure will be constructed by a tree of categories'),
(6001, 'O', 'no', 'Menu ID', 'Specify the ID menu which will be used for creation of new structure. If it is equal 0, <b>AB: Catalog</b> structure will be constructed by a tree of categories'),
(6001, 'O', 'pt', 'Menu ID', 'Specify the ID menu which will be used for creation of new structure. If it is equal 0, <b>AB: Catalog</b> structure will be constructed by a tree of categories'),
(6001, 'O', 'ro', 'Menu ID', 'Specify the ID menu which will be used for creation of new structure. If it is equal 0, <b>AB: Catalog</b> structure will be constructed by a tree of categories'),
(6001, 'O', 'ru', 'ID меню', 'Укажите ID меню, которое будет использовано для построения новой структуры. Если равно 0, тогда структура <b>AB: Каталог</b> будет построена деревом категорий'),
(6002, 'O', 'da', 'Show categories tree on the page of the feature/brand', 'It will form the links structure of categories (up to 3 levels) which contents this brand products. If you use the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/seo-pages-for-filters-en.html\'>SEO pages for filters addon</a> and the corresponding intersection pages of category-brand are created, then the structure will contain links to such SEO pages'),
(6002, 'O', 'de', 'Show categories tree on the page of the feature/brand', 'It will form the links structure of categories (up to 3 levels) which contents this brand products. If you use the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/seo-pages-for-filters-en.html\'>SEO pages for filters addon</a> and the corresponding intersection pages of category-brand are created, then the structure will contain links to such SEO pages'),
(6002, 'O', 'el', 'Show categories tree on the page of the feature/brand', 'It will form the links structure of categories (up to 3 levels) which contents this brand products. If you use the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/seo-pages-for-filters-en.html\'>SEO pages for filters addon</a> and the corresponding intersection pages of category-brand are created, then the structure will contain links to such SEO pages'),
(6002, 'O', 'en', 'Show categories tree on the page of the feature/brand', 'It will form the links structure of categories (up to 3 levels) which contents this brand products. If you use the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/seo-pages-for-filters-en.html\'>SEO pages for filters addon</a> and the corresponding intersection pages of category-brand are created, then the structure will contain links to such SEO pages'),
(6002, 'O', 'es', 'Show categories tree on the page of the feature/brand', 'It will form the links structure of categories (up to 3 levels) which contents this brand products. If you use the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/seo-pages-for-filters-en.html\'>SEO pages for filters addon</a> and the corresponding intersection pages of category-brand are created, then the structure will contain links to such SEO pages'),
(6002, 'O', 'fr', 'Show categories tree on the page of the feature/brand', 'It will form the links structure of categories (up to 3 levels) which contents this brand products. If you use the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/seo-pages-for-filters-en.html\'>SEO pages for filters addon</a> and the corresponding intersection pages of category-brand are created, then the structure will contain links to such SEO pages'),
(6002, 'O', 'it', 'Show categories tree on the page of the feature/brand', 'It will form the links structure of categories (up to 3 levels) which contents this brand products. If you use the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/seo-pages-for-filters-en.html\'>SEO pages for filters addon</a> and the corresponding intersection pages of category-brand are created, then the structure will contain links to such SEO pages'),
(6002, 'O', 'nl', 'Show categories tree on the page of the feature/brand', 'It will form the links structure of categories (up to 3 levels) which contents this brand products. If you use the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/seo-pages-for-filters-en.html\'>SEO pages for filters addon</a> and the corresponding intersection pages of category-brand are created, then the structure will contain links to such SEO pages'),
(6002, 'O', 'no', 'Show categories tree on the page of the feature/brand', 'It will form the links structure of categories (up to 3 levels) which contents this brand products. If you use the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/seo-pages-for-filters-en.html\'>SEO pages for filters addon</a> and the corresponding intersection pages of category-brand are created, then the structure will contain links to such SEO pages'),
(6002, 'O', 'pt', 'Show categories tree on the page of the feature/brand', 'It will form the links structure of categories (up to 3 levels) which contents this brand products. If you use the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/seo-pages-for-filters-en.html\'>SEO pages for filters addon</a> and the corresponding intersection pages of category-brand are created, then the structure will contain links to such SEO pages'),
(6002, 'O', 'ro', 'Show categories tree on the page of the feature/brand', 'It will form the links structure of categories (up to 3 levels) which contents this brand products. If you use the <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/en/seo-pages-for-filters-en.html\'>SEO pages for filters addon</a> and the corresponding intersection pages of category-brand are created, then the structure will contain links to such SEO pages'),
(6002, 'O', 'ru', 'Отображать дерево категорий на странице характеристики/бренда', 'Сформирует ссылочную структуру категорий (до 3-х уровней), в которых присутствуют товары бренда. Если используется модуль SEO-страницы для фильтров <a target=\'_blank\' href=\'https://cs-cart.alexbranding.com/ru/seo-pages-for-filters.html\'>SEO-страницы для фильтров</a> и созданы соответствующие страницы пересечений категория-бренд, то в структуре будут представлены ссылки на такие SEO-страницы'),
(6003, 'O', 'da', '', ''),
(6003, 'O', 'de', '', ''),
(6003, 'O', 'el', '', ''),
(6003, 'O', 'en', '', ''),
(6003, 'O', 'es', '', ''),
(6003, 'O', 'fr', '', ''),
(6003, 'O', 'it', '', ''),
(6003, 'O', 'nl', '', ''),
(6003, 'O', 'no', '', ''),
(6003, 'O', 'pt', '', ''),
(6003, 'O', 'ro', '', ''),
(6003, 'O', 'ru', '', ''),
(6004, 'O', 'da', 'AB: Advanced sitemap', ''),
(6004, 'O', 'de', 'AB: Advanced sitemap', ''),
(6004, 'O', 'el', 'AB: Advanced sitemap', ''),
(6004, 'O', 'en', 'AB: Advanced sitemap', ''),
(6004, 'O', 'es', 'AB: Advanced sitemap', ''),
(6004, 'O', 'fr', 'AB: Advanced sitemap', ''),
(6004, 'O', 'it', 'AB: Advanced sitemap', ''),
(6004, 'O', 'nl', 'AB: Advanced sitemap', ''),
(6004, 'O', 'no', 'AB: Advanced sitemap', ''),
(6004, 'O', 'pt', 'AB: Advanced sitemap', ''),
(6004, 'O', 'ro', 'AB: Advanced sitemap', ''),
(6004, 'O', 'ru', 'AB: Расширенная карта сайта', ''),
(6005, 'O', 'da', 'Add <b>AB: Catalog</b> to the XML-sitemap', ''),
(6005, 'O', 'de', 'Add <b>AB: Catalog</b> to the XML-sitemap', ''),
(6005, 'O', 'el', 'Add <b>AB: Catalog</b> to the XML-sitemap', ''),
(6005, 'O', 'en', 'Add <b>AB: Catalog</b> to the XML-sitemap', ''),
(6005, 'O', 'es', 'Add <b>AB: Catalog</b> to the XML-sitemap', ''),
(6005, 'O', 'fr', 'Add <b>AB: Catalog</b> to the XML-sitemap', ''),
(6005, 'O', 'it', 'Add <b>AB: Catalog</b> to the XML-sitemap', ''),
(6005, 'O', 'nl', 'Add <b>AB: Catalog</b> to the XML-sitemap', ''),
(6005, 'O', 'no', 'Add <b>AB: Catalog</b> to the XML-sitemap', ''),
(6005, 'O', 'pt', 'Add <b>AB: Catalog</b> to the XML-sitemap', ''),
(6005, 'O', 'ro', 'Add <b>AB: Catalog</b> to the XML-sitemap', ''),
(6005, 'O', 'ru', 'Добавить <b>AB: Каталог</b> в XML-карту сайта', ''),
(6006, 'O', 'da', '', ''),
(6006, 'O', 'de', '', ''),
(6006, 'O', 'el', '', ''),
(6006, 'O', 'en', '', ''),
(6006, 'O', 'es', '', ''),
(6006, 'O', 'fr', '', ''),
(6006, 'O', 'it', '', ''),
(6006, 'O', 'nl', '', ''),
(6006, 'O', 'no', '', ''),
(6006, 'O', 'pt', '', ''),
(6006, 'O', 'ro', '', ''),
(6006, 'O', 'ru', '', ''),
(6007, 'O', 'da', '', ''),
(6007, 'O', 'de', '', ''),
(6007, 'O', 'el', '', ''),
(6007, 'O', 'en', '', ''),
(6007, 'O', 'es', '', ''),
(6007, 'O', 'fr', '', ''),
(6007, 'O', 'it', '', ''),
(6007, 'O', 'nl', '', ''),
(6007, 'O', 'no', '', ''),
(6007, 'O', 'pt', '', ''),
(6007, 'O', 'ro', '', ''),
(6007, 'O', 'ru', '', ''),
(6008, 'O', 'da', 'Maximum height of the display, px', 'Maximum height of the content block. If the size of the block exceeds the specified value - the remained content will be hidden. Link name is a language variable - <code> ab__hpd.more </code> and <code> ab__hpd.less </code>'),
(6008, 'O', 'de', 'Maximum height of the display, px', 'Maximum height of the content block. If the size of the block exceeds the specified value - the remained content will be hidden. Link name is a language variable - <code> ab__hpd.more </code> and <code> ab__hpd.less </code>'),
(6008, 'O', 'el', 'Maximum height of the display, px', 'Maximum height of the content block. If the size of the block exceeds the specified value - the remained content will be hidden. Link name is a language variable - <code> ab__hpd.more </code> and <code> ab__hpd.less </code>'),
(6008, 'O', 'en', 'Maximum height of the display, px', 'Maximum height of the content block. If the size of the block exceeds the specified value - the remained content will be hidden. Link name is a language variable - <code> ab__hpd.more </code> and <code> ab__hpd.less </code>'),
(6008, 'O', 'es', 'Maximum height of the display, px', 'Maximum height of the content block. If the size of the block exceeds the specified value - the remained content will be hidden. Link name is a language variable - <code> ab__hpd.more </code> and <code> ab__hpd.less </code>'),
(6008, 'O', 'fr', 'Maximum height of the display, px', 'Maximum height of the content block. If the size of the block exceeds the specified value - the remained content will be hidden. Link name is a language variable - <code> ab__hpd.more </code> and <code> ab__hpd.less </code>'),
(6008, 'O', 'it', 'Maximum height of the display, px', 'Maximum height of the content block. If the size of the block exceeds the specified value - the remained content will be hidden. Link name is a language variable - <code> ab__hpd.more </code> and <code> ab__hpd.less </code>'),
(6008, 'O', 'nl', 'Maximum height of the display, px', 'Maximum height of the content block. If the size of the block exceeds the specified value - the remained content will be hidden. Link name is a language variable - <code> ab__hpd.more </code> and <code> ab__hpd.less </code>'),
(6008, 'O', 'no', 'Maximum height of the display, px', 'Maximum height of the content block. If the size of the block exceeds the specified value - the remained content will be hidden. Link name is a language variable - <code> ab__hpd.more </code> and <code> ab__hpd.less </code>'),
(6008, 'O', 'pt', 'Maximum height of the display, px', 'Maximum height of the content block. If the size of the block exceeds the specified value - the remained content will be hidden. Link name is a language variable - <code> ab__hpd.more </code> and <code> ab__hpd.less </code>'),
(6008, 'O', 'ro', 'Maximum height of the display, px', 'Maximum height of the content block. If the size of the block exceeds the specified value - the remained content will be hidden. Link name is a language variable - <code> ab__hpd.more </code> and <code> ab__hpd.less </code>'),
(6008, 'O', 'ru', 'Максимальная высота отображения, px', 'Максимальная высота блока контента. Если размер блока будет превышать указанное значение - оставшийся контент будет скрыт. Название ссылки является языковой переменной - <code>ab__hpd.more</code> и <code>ab__hpd.less</code>'),
(6009, 'O', 'da', 'Hide the text on the chosen product tabs', 'For additional settings go to \"Design - Product tabs\"'),
(6009, 'O', 'de', 'Hide the text on the chosen product tabs', 'For additional settings go to \"Design - Product tabs\"'),
(6009, 'O', 'el', 'Hide the text on the chosen product tabs', 'For additional settings go to \"Design - Product tabs\"'),
(6009, 'O', 'en', 'Hide the text on the chosen product tabs', 'For additional settings go to \"Design - Product tabs\"'),
(6009, 'O', 'es', 'Hide the text on the chosen product tabs', 'For additional settings go to \"Design - Product tabs\"'),
(6009, 'O', 'fr', 'Hide the text on the chosen product tabs', 'For additional settings go to \"Design - Product tabs\"'),
(6009, 'O', 'it', 'Hide the text on the chosen product tabs', 'For additional settings go to \"Design - Product tabs\"'),
(6009, 'O', 'nl', 'Hide the text on the chosen product tabs', 'For additional settings go to \"Design - Product tabs\"'),
(6009, 'O', 'no', 'Hide the text on the chosen product tabs', 'For additional settings go to \"Design - Product tabs\"'),
(6009, 'O', 'pt', 'Hide the text on the chosen product tabs', 'For additional settings go to \"Design - Product tabs\"'),
(6009, 'O', 'ro', 'Hide the text on the chosen product tabs', 'For additional settings go to \"Design - Product tabs\"'),
(6009, 'O', 'ru', 'Скрывать текст на выбранных вкладках товара', 'Дополнительные настройки на странице Дизайн -> Вкладки товара'),
(6010, 'O', 'da', 'Hide Description for the category', ''),
(6010, 'O', 'de', 'Hide Description for the category', ''),
(6010, 'O', 'el', 'Hide Description for the category', ''),
(6010, 'O', 'en', 'Hide Description for the category', ''),
(6010, 'O', 'es', 'Hide Description for the category', ''),
(6010, 'O', 'fr', 'Hide Description for the category', ''),
(6010, 'O', 'it', 'Hide Description for the category', ''),
(6010, 'O', 'nl', 'Hide Description for the category', ''),
(6010, 'O', 'no', 'Hide Description for the category', ''),
(6010, 'O', 'pt', 'Hide Description for the category', ''),
(6010, 'O', 'ro', 'Hide Description for the category', ''),
(6010, 'O', 'ru', 'Скрывать Описание для категории', ''),
(6011, 'O', 'da', 'Hide Description for the feature/brand', ''),
(6011, 'O', 'de', 'Hide Description for the feature/brand', ''),
(6011, 'O', 'el', 'Hide Description for the feature/brand', ''),
(6011, 'O', 'en', 'Hide Description for the feature/brand', ''),
(6011, 'O', 'es', 'Hide Description for the feature/brand', ''),
(6011, 'O', 'fr', 'Hide Description for the feature/brand', ''),
(6011, 'O', 'it', 'Hide Description for the feature/brand', ''),
(6011, 'O', 'nl', 'Hide Description for the feature/brand', ''),
(6011, 'O', 'no', 'Hide Description for the feature/brand', ''),
(6011, 'O', 'pt', 'Hide Description for the feature/brand', ''),
(6011, 'O', 'ro', 'Hide Description for the feature/brand', ''),
(6011, 'O', 'ru', 'Скрывать Описание для характеристики/бренда', ''),
(6012, 'O', 'da', 'List of CSS selectors', 'Specify through a comma CSS selectors to which the mechanism of hiding the content will be used. For example, <code>.span9, .row-fluid</code>'),
(6012, 'O', 'de', 'List of CSS selectors', 'Specify through a comma CSS selectors to which the mechanism of hiding the content will be used. For example, <code>.span9, .row-fluid</code>'),
(6012, 'O', 'el', 'List of CSS selectors', 'Specify through a comma CSS selectors to which the mechanism of hiding the content will be used. For example, <code>.span9, .row-fluid</code>'),
(6012, 'O', 'en', 'List of CSS selectors', 'Specify through a comma CSS selectors to which the mechanism of hiding the content will be used. For example, <code>.span9, .row-fluid</code>'),
(6012, 'O', 'es', 'List of CSS selectors', 'Specify through a comma CSS selectors to which the mechanism of hiding the content will be used. For example, <code>.span9, .row-fluid</code>'),
(6012, 'O', 'fr', 'List of CSS selectors', 'Specify through a comma CSS selectors to which the mechanism of hiding the content will be used. For example, <code>.span9, .row-fluid</code>'),
(6012, 'O', 'it', 'List of CSS selectors', 'Specify through a comma CSS selectors to which the mechanism of hiding the content will be used. For example, <code>.span9, .row-fluid</code>'),
(6012, 'O', 'nl', 'List of CSS selectors', 'Specify through a comma CSS selectors to which the mechanism of hiding the content will be used. For example, <code>.span9, .row-fluid</code>'),
(6012, 'O', 'no', 'List of CSS selectors', 'Specify through a comma CSS selectors to which the mechanism of hiding the content will be used. For example, <code>.span9, .row-fluid</code>'),
(6012, 'O', 'pt', 'List of CSS selectors', 'Specify through a comma CSS selectors to which the mechanism of hiding the content will be used. For example, <code>.span9, .row-fluid</code>'),
(6012, 'O', 'ro', 'List of CSS selectors', 'Specify through a comma CSS selectors to which the mechanism of hiding the content will be used. For example, <code>.span9, .row-fluid</code>'),
(6012, 'O', 'ru', 'Список CSS-селекторов', 'Укажите через запятую CSS-селекторы, к которым будет применен механизм скрытия контента. Например, <code>.span9, .row-fluid</code>'),
(6013, 'O', 'da', 'Animation performance time', ''),
(6013, 'O', 'de', 'Animation performance time', ''),
(6013, 'O', 'el', 'Animation performance time', ''),
(6013, 'O', 'en', 'Animation performance time', ''),
(6013, 'O', 'es', 'Animation performance time', ''),
(6013, 'O', 'fr', 'Animation performance time', ''),
(6013, 'O', 'it', 'Animation performance time', ''),
(6013, 'O', 'nl', 'Animation performance time', ''),
(6013, 'O', 'no', 'Animation performance time', ''),
(6013, 'O', 'pt', 'Animation performance time', ''),
(6013, 'O', 'ro', 'Animation performance time', ''),
(6013, 'O', 'ru', 'Время выполнения анимации', ''),
(6014, 'O', 'da', 'Align an element to the', ''),
(6014, 'O', 'de', 'Align an element to the', ''),
(6014, 'O', 'el', 'Align an element to the', ''),
(6014, 'O', 'en', 'Align an element to the', ''),
(6014, 'O', 'es', 'Align an element to the', ''),
(6014, 'O', 'fr', 'Align an element to the', ''),
(6014, 'O', 'it', 'Align an element to the', ''),
(6014, 'O', 'nl', 'Align an element to the', ''),
(6014, 'O', 'no', 'Align an element to the', ''),
(6014, 'O', 'pt', 'Align an element to the', ''),
(6014, 'O', 'ro', 'Align an element to the', ''),
(6014, 'O', 'ru', 'Выровнять элемент по', ''),
(6015, 'O', 'da', 'Appearance options', ''),
(6015, 'O', 'de', 'Appearance options', ''),
(6015, 'O', 'el', 'Appearance options', ''),
(6015, 'O', 'en', 'Appearance options', ''),
(6015, 'O', 'es', 'Appearance options', ''),
(6015, 'O', 'fr', 'Appearance options', ''),
(6015, 'O', 'it', 'Appearance options', ''),
(6015, 'O', 'nl', 'Appearance options', ''),
(6015, 'O', 'no', 'Appearance options', ''),
(6015, 'O', 'pt', 'Appearance options', ''),
(6015, 'O', 'ro', 'Appearance options', ''),
(6015, 'O', 'ru', 'Варианты внешнего вида', ''),
(6016, 'O', 'da', 'Display the button of hiding content', 'If control is active, then the button of hiding content will be displayed after you opened content'),
(6016, 'O', 'de', 'Display the button of hiding content', 'If control is active, then the button of hiding content will be displayed after you opened content'),
(6016, 'O', 'el', 'Display the button of hiding content', 'If control is active, then the button of hiding content will be displayed after you opened content'),
(6016, 'O', 'en', 'Display the button of hiding content', 'If control is active, then the button of hiding content will be displayed after you opened content'),
(6016, 'O', 'es', 'Display the button of hiding content', 'If control is active, then the button of hiding content will be displayed after you opened content'),
(6016, 'O', 'fr', 'Display the button of hiding content', 'If control is active, then the button of hiding content will be displayed after you opened content'),
(6016, 'O', 'it', 'Display the button of hiding content', 'If control is active, then the button of hiding content will be displayed after you opened content'),
(6016, 'O', 'nl', 'Display the button of hiding content', 'If control is active, then the button of hiding content will be displayed after you opened content'),
(6016, 'O', 'no', 'Display the button of hiding content', 'If control is active, then the button of hiding content will be displayed after you opened content'),
(6016, 'O', 'pt', 'Display the button of hiding content', 'If control is active, then the button of hiding content will be displayed after you opened content'),
(6016, 'O', 'ro', 'Display the button of hiding content', 'If control is active, then the button of hiding content will be displayed after you opened content'),
(6016, 'O', 'ru', 'Отображать кнопку скрытия контента', 'Если настройка активна, то кнопка скрытия контента будет отображатся, после того как Bы раскрыли контент'),
(6017, 'O', 'da', 'Custom CSS-class', 'Specify the list of classes through space'),
(6017, 'O', 'de', 'Custom CSS-class', 'Specify the list of classes through space'),
(6017, 'O', 'el', 'Custom CSS-class', 'Specify the list of classes through space'),
(6017, 'O', 'en', 'Custom CSS-class', 'Specify the list of classes through space'),
(6017, 'O', 'es', 'Custom CSS-class', 'Specify the list of classes through space'),
(6017, 'O', 'fr', 'Custom CSS-class', 'Specify the list of classes through space'),
(6017, 'O', 'it', 'Custom CSS-class', 'Specify the list of classes through space'),
(6017, 'O', 'nl', 'Custom CSS-class', 'Specify the list of classes through space'),
(6017, 'O', 'no', 'Custom CSS-class', 'Specify the list of classes through space'),
(6017, 'O', 'pt', 'Custom CSS-class', 'Specify the list of classes through space'),
(6017, 'O', 'ro', 'Custom CSS-class', 'Specify the list of classes through space'),
(6017, 'O', 'ru', 'Пользовательский CSS-класс', 'Укажите список классов через пробел'),
(6018, 'O', 'da', 'Countdown to', 'What time will be used as end time for countdown'),
(6018, 'O', 'de', 'Countdown to', 'What time will be used as end time for countdown'),
(6018, 'O', 'el', 'Countdown to', 'What time will be used as end time for countdown'),
(6018, 'O', 'en', 'Countdown to', 'What time will be used as end time for countdown'),
(6018, 'O', 'es', 'Countdown to', 'What time will be used as end time for countdown'),
(6018, 'O', 'fr', 'Countdown to', 'What time will be used as end time for countdown'),
(6018, 'O', 'it', 'Countdown to', 'What time will be used as end time for countdown'),
(6018, 'O', 'nl', 'Countdown to', 'What time will be used as end time for countdown'),
(6018, 'O', 'no', 'Countdown to', 'What time will be used as end time for countdown'),
(6018, 'O', 'pt', 'Countdown to', 'What time will be used as end time for countdown'),
(6018, 'O', 'ro', 'Countdown to', 'What time will be used as end time for countdown'),
(6018, 'O', 'ru', 'Обратный отсчёт до', 'Задаёт точку отсчёта для таймера'),
(6019, 'O', 'da', 'The maximum height of the description, px', 'Hides the description of the promotion when height of the description exceeds the specified value. Text of the link is a language variable — <code>ab__dotd.more</code> and <code>ab__dotd.less</code>'),
(6019, 'O', 'de', 'The maximum height of the description, px', 'Hides the description of the promotion when height of the description exceeds the specified value. Text of the link is a language variable — <code>ab__dotd.more</code> and <code>ab__dotd.less</code>'),
(6019, 'O', 'el', 'The maximum height of the description, px', 'Hides the description of the promotion when height of the description exceeds the specified value. Text of the link is a language variable — <code>ab__dotd.more</code> and <code>ab__dotd.less</code>'),
(6019, 'O', 'en', 'The maximum height of the description, px', 'Hides the description of the promotion when height of the description exceeds the specified value. Text of the link is a language variable — <code>ab__dotd.more</code> and <code>ab__dotd.less</code>'),
(6019, 'O', 'es', 'The maximum height of the description, px', 'Hides the description of the promotion when height of the description exceeds the specified value. Text of the link is a language variable — <code>ab__dotd.more</code> and <code>ab__dotd.less</code>'),
(6019, 'O', 'fr', 'The maximum height of the description, px', 'Hides the description of the promotion when height of the description exceeds the specified value. Text of the link is a language variable — <code>ab__dotd.more</code> and <code>ab__dotd.less</code>'),
(6019, 'O', 'it', 'The maximum height of the description, px', 'Hides the description of the promotion when height of the description exceeds the specified value. Text of the link is a language variable — <code>ab__dotd.more</code> and <code>ab__dotd.less</code>'),
(6019, 'O', 'nl', 'The maximum height of the description, px', 'Hides the description of the promotion when height of the description exceeds the specified value. Text of the link is a language variable — <code>ab__dotd.more</code> and <code>ab__dotd.less</code>'),
(6019, 'O', 'no', 'The maximum height of the description, px', 'Hides the description of the promotion when height of the description exceeds the specified value. Text of the link is a language variable — <code>ab__dotd.more</code> and <code>ab__dotd.less</code>'),
(6019, 'O', 'pt', 'The maximum height of the description, px', 'Hides the description of the promotion when height of the description exceeds the specified value. Text of the link is a language variable — <code>ab__dotd.more</code> and <code>ab__dotd.less</code>'),
(6019, 'O', 'ro', 'The maximum height of the description, px', 'Hides the description of the promotion when height of the description exceeds the specified value. Text of the link is a language variable — <code>ab__dotd.more</code> and <code>ab__dotd.less</code>'),
(6019, 'O', 'ru', 'Максимальная высота описания, px', 'Скрывает описание акции, когда высота описания превышает указанное значение. Текст ссылки является языковой переменной — <code>ab__dotd.more</code> и <code>ab__dotd.less</code>'),
(6020, 'O', 'da', 'Promotions per page', 'The qty of promotions on the list page. To show all promotions on one page — enter <code>0</code>'),
(6020, 'O', 'de', 'Promotions per page', 'The qty of promotions on the list page. To show all promotions on one page — enter <code>0</code>'),
(6020, 'O', 'el', 'Promotions per page', 'The qty of promotions on the list page. To show all promotions on one page — enter <code>0</code>'),
(6020, 'O', 'en', 'Promotions per page', 'The qty of promotions on the list page. To show all promotions on one page — enter <code>0</code>'),
(6020, 'O', 'es', 'Promotions per page', 'The qty of promotions on the list page. To show all promotions on one page — enter <code>0</code>'),
(6020, 'O', 'fr', 'Promotions per page', 'The qty of promotions on the list page. To show all promotions on one page — enter <code>0</code>'),
(6020, 'O', 'it', 'Promotions per page', 'The qty of promotions on the list page. To show all promotions on one page — enter <code>0</code>'),
(6020, 'O', 'nl', 'Promotions per page', 'The qty of promotions on the list page. To show all promotions on one page — enter <code>0</code>'),
(6020, 'O', 'no', 'Promotions per page', 'The qty of promotions on the list page. To show all promotions on one page — enter <code>0</code>'),
(6020, 'O', 'pt', 'Promotions per page', 'The qty of promotions on the list page. To show all promotions on one page — enter <code>0</code>'),
(6020, 'O', 'ro', 'Promotions per page', 'The qty of promotions on the list page. To show all promotions on one page — enter <code>0</code>'),
(6020, 'O', 'ru', 'Промо-акций на страницу', 'Количество акций на странице списка. Для вывода всех промоакций на одной странице — введите <code>0</code>'),
(6021, 'O', 'da', 'Combinations per page', 'The qty of products combinations from addon \"Buy together\" on the list page. To show all combinations on one page — enter <code>0</code>'),
(6021, 'O', 'de', 'Combinations per page', 'The qty of products combinations from addon \"Buy together\" on the list page. To show all combinations on one page — enter <code>0</code>'),
(6021, 'O', 'el', 'Combinations per page', 'The qty of products combinations from addon \"Buy together\" on the list page. To show all combinations on one page — enter <code>0</code>'),
(6021, 'O', 'en', 'Combinations per page', 'The qty of products combinations from addon \"Buy together\" on the list page. To show all combinations on one page — enter <code>0</code>'),
(6021, 'O', 'es', 'Combinations per page', 'The qty of products combinations from addon \"Buy together\" on the list page. To show all combinations on one page — enter <code>0</code>'),
(6021, 'O', 'fr', 'Combinations per page', 'The qty of products combinations from addon \"Buy together\" on the list page. To show all combinations on one page — enter <code>0</code>'),
(6021, 'O', 'it', 'Combinations per page', 'The qty of products combinations from addon \"Buy together\" on the list page. To show all combinations on one page — enter <code>0</code>'),
(6021, 'O', 'nl', 'Combinations per page', 'The qty of products combinations from addon \"Buy together\" on the list page. To show all combinations on one page — enter <code>0</code>'),
(6021, 'O', 'no', 'Combinations per page', 'The qty of products combinations from addon \"Buy together\" on the list page. To show all combinations on one page — enter <code>0</code>'),
(6021, 'O', 'pt', 'Combinations per page', 'The qty of products combinations from addon \"Buy together\" on the list page. To show all combinations on one page — enter <code>0</code>'),
(6021, 'O', 'ro', 'Combinations per page', 'The qty of products combinations from addon \"Buy together\" on the list page. To show all combinations on one page — enter <code>0</code>'),
(6021, 'O', 'ru', 'Комбинаций на страницу', 'Количество комбинаций товаров из модуля \"Комбинации товаров\" на странице списка акций. Для вывода всех комбинаций на одной странице — введите <code>0</code>'),
(6022, 'O', 'da', 'Highlighting the promotion', 'Highlight the promotion, when days left'),
(6022, 'O', 'de', 'Highlighting the promotion', 'Highlight the promotion, when days left'),
(6022, 'O', 'el', 'Highlighting the promotion', 'Highlight the promotion, when days left'),
(6022, 'O', 'en', 'Highlighting the promotion', 'Highlight the promotion, when days left'),
(6022, 'O', 'es', 'Highlighting the promotion', 'Highlight the promotion, when days left'),
(6022, 'O', 'fr', 'Highlighting the promotion', 'Highlight the promotion, when days left'),
(6022, 'O', 'it', 'Highlighting the promotion', 'Highlight the promotion, when days left'),
(6022, 'O', 'nl', 'Highlighting the promotion', 'Highlight the promotion, when days left'),
(6022, 'O', 'no', 'Highlighting the promotion', 'Highlight the promotion, when days left'),
(6022, 'O', 'pt', 'Highlighting the promotion', 'Highlight the promotion, when days left'),
(6022, 'O', 'ro', 'Highlighting the promotion', 'Highlight the promotion, when days left'),
(6022, 'O', 'ru', 'Выделение промо-акции', 'Выделять акцию, когда осталось дней'),
(6024, 'O', 'da', 'Showing expired promotions', 'Showing expired promotions on the promotions list page'),
(6024, 'O', 'de', 'Showing expired promotions', 'Showing expired promotions on the promotions list page'),
(6024, 'O', 'el', 'Showing expired promotions', 'Showing expired promotions on the promotions list page'),
(6024, 'O', 'en', 'Showing expired promotions', 'Showing expired promotions on the promotions list page'),
(6024, 'O', 'es', 'Showing expired promotions', 'Showing expired promotions on the promotions list page'),
(6024, 'O', 'fr', 'Showing expired promotions', 'Showing expired promotions on the promotions list page'),
(6024, 'O', 'it', 'Showing expired promotions', 'Showing expired promotions on the promotions list page'),
(6024, 'O', 'nl', 'Showing expired promotions', 'Showing expired promotions on the promotions list page'),
(6024, 'O', 'no', 'Showing expired promotions', 'Showing expired promotions on the promotions list page'),
(6024, 'O', 'pt', 'Showing expired promotions', 'Showing expired promotions on the promotions list page'),
(6024, 'O', 'ro', 'Showing expired promotions', 'Showing expired promotions on the promotions list page'),
(6024, 'O', 'ru', 'Показ истекших промо-акций', 'Показ истекших промо-акции на странице списка акций'),
(6025, 'O', 'da', 'Showing awaiting promotions', 'Showing awaiting promotions on the promotions list page'),
(6025, 'O', 'de', 'Showing awaiting promotions', 'Showing awaiting promotions on the promotions list page'),
(6025, 'O', 'el', 'Showing awaiting promotions', 'Showing awaiting promotions on the promotions list page'),
(6025, 'O', 'en', 'Showing awaiting promotions', 'Showing awaiting promotions on the promotions list page'),
(6025, 'O', 'es', 'Showing awaiting promotions', 'Showing awaiting promotions on the promotions list page'),
(6025, 'O', 'fr', 'Showing awaiting promotions', 'Showing awaiting promotions on the promotions list page'),
(6025, 'O', 'it', 'Showing awaiting promotions', 'Showing awaiting promotions on the promotions list page'),
(6025, 'O', 'nl', 'Showing awaiting promotions', 'Showing awaiting promotions on the promotions list page'),
(6025, 'O', 'no', 'Showing awaiting promotions', 'Showing awaiting promotions on the promotions list page'),
(6025, 'O', 'pt', 'Showing awaiting promotions', 'Showing awaiting promotions on the promotions list page'),
(6025, 'O', 'ro', 'Showing awaiting promotions', 'Showing awaiting promotions on the promotions list page'),
(6025, 'O', 'ru', 'Показ ожидаемых промо-акций', 'Показ ожидаемых промо-акций на странице списка акций'),
(6026, 'O', 'da', 'AB: Advanced sitemap', ''),
(6026, 'O', 'de', 'AB: Advanced sitemap', ''),
(6026, 'O', 'el', 'AB: Advanced sitemap', ''),
(6026, 'O', 'en', 'AB: Advanced sitemap', ''),
(6026, 'O', 'es', 'AB: Advanced sitemap', ''),
(6026, 'O', 'fr', 'AB: Advanced sitemap', ''),
(6026, 'O', 'it', 'AB: Advanced sitemap', ''),
(6026, 'O', 'nl', 'AB: Advanced sitemap', ''),
(6026, 'O', 'no', 'AB: Advanced sitemap', ''),
(6026, 'O', 'pt', 'AB: Advanced sitemap', ''),
(6026, 'O', 'ro', 'AB: Advanced sitemap', ''),
(6026, 'O', 'ru', 'AB: Расширенная карта сайта', ''),
(6027, 'O', 'da', 'Adding promotions pages to the XML-sitemap', ''),
(6027, 'O', 'de', 'Adding promotions pages to the XML-sitemap', ''),
(6027, 'O', 'el', 'Adding promotions pages to the XML-sitemap', ''),
(6027, 'O', 'en', 'Adding promotions pages to the XML-sitemap', ''),
(6027, 'O', 'es', 'Adding promotions pages to the XML-sitemap', ''),
(6027, 'O', 'fr', 'Adding promotions pages to the XML-sitemap', ''),
(6027, 'O', 'it', 'Adding promotions pages to the XML-sitemap', ''),
(6027, 'O', 'nl', 'Adding promotions pages to the XML-sitemap', ''),
(6027, 'O', 'no', 'Adding promotions pages to the XML-sitemap', ''),
(6027, 'O', 'pt', 'Adding promotions pages to the XML-sitemap', ''),
(6027, 'O', 'ro', 'Adding promotions pages to the XML-sitemap', ''),
(6027, 'O', 'ru', 'Добавление страниц промоакций в XML-карту сайта', ''),
(6028, 'O', 'da', '', ''),
(6028, 'O', 'de', '', ''),
(6028, 'O', 'el', '', ''),
(6028, 'O', 'en', '', ''),
(6028, 'O', 'es', '', ''),
(6028, 'O', 'fr', '', ''),
(6028, 'O', 'it', '', ''),
(6028, 'O', 'nl', '', ''),
(6028, 'O', 'no', '', ''),
(6028, 'O', 'pt', '', ''),
(6028, 'O', 'ro', '', ''),
(6028, 'O', 'ru', '', ''),
(6029, 'O', 'da', '', ''),
(6029, 'O', 'de', '', ''),
(6029, 'O', 'el', '', ''),
(6029, 'O', 'en', '', ''),
(6029, 'O', 'es', '', ''),
(6029, 'O', 'fr', '', ''),
(6029, 'O', 'it', '', ''),
(6029, 'O', 'nl', '', ''),
(6029, 'O', 'no', '', ''),
(6029, 'O', 'pt', '', ''),
(6029, 'O', 'ro', '', ''),
(6029, 'O', 'ru', '', ''),
(6030, 'O', 'da', '', ''),
(6030, 'O', 'de', '', ''),
(6030, 'O', 'el', '', ''),
(6030, 'O', 'en', '', ''),
(6030, 'O', 'es', '', ''),
(6030, 'O', 'fr', '', ''),
(6030, 'O', 'it', '', ''),
(6030, 'O', 'nl', '', ''),
(6030, 'O', 'no', '', ''),
(6030, 'O', 'pt', '', ''),
(6030, 'O', 'ro', '', ''),
(6030, 'O', 'ru', '', ''),
(6031, 'O', 'da', 'Credenciais', ''),
(6031, 'O', 'de', 'Empfehlungen', ''),
(6031, 'O', 'el', 'Διαπιστευτήρια', ''),
(6031, 'O', 'en', 'Credentials', ''),
(6031, 'O', 'es', 'Credenciales', ''),
(6031, 'O', 'fr', 'Credentials', ''),
(6031, 'O', 'it', 'Credentials', ''),
(6031, 'O', 'nl', 'Credentials', ''),
(6031, 'O', 'no', 'Credentials', ''),
(6031, 'O', 'pt', 'Credenciais', ''),
(6031, 'O', 'ro', 'Credentiale', ''),
(6031, 'O', 'ru', 'Учётные данные', ''),
(6032, 'O', 'da', '', ''),
(6032, 'O', 'de', '', ''),
(6032, 'O', 'el', '', ''),
(6032, 'O', 'en', '', ''),
(6032, 'O', 'es', '', ''),
(6032, 'O', 'fr', '', ''),
(6032, 'O', 'it', '', ''),
(6032, 'O', 'nl', '', ''),
(6032, 'O', 'no', '', ''),
(6032, 'O', 'pt', '', ''),
(6032, 'O', 'ro', '', ''),
(6032, 'O', 'ru', '', ''),
(6033, 'O', 'da', 'Código do Cliente', ''),
(6033, 'O', 'de', 'Kunden-ID', ''),
(6033, 'O', 'el', 'Ταυτότητα πελάτη', ''),
(6033, 'O', 'en', 'Client ID', ''),
(6033, 'O', 'es', 'Identificación del usuario', ''),
(6033, 'O', 'fr', 'ID Client', ''),
(6033, 'O', 'it', 'ID cliente', ''),
(6033, 'O', 'nl', 'Client ID', ''),
(6033, 'O', 'no', 'Client ID', ''),
(6033, 'O', 'pt', 'Código do Cliente', ''),
(6033, 'O', 'ro', 'ID-ul clientului', ''),
(6033, 'O', 'ru', 'Идентификатор клиента', ''),
(6034, 'O', 'da', 'Chave do cliente', ''),
(6034, 'O', 'de', 'Kundengeheimnis', ''),
(6034, 'O', 'el', 'Client secret', ''),
(6034, 'O', 'en', 'Client secret', ''),
(6034, 'O', 'es', 'Pregunta secreta del cliente', ''),
(6034, 'O', 'fr', 'Secret client', ''),
(6034, 'O', 'it', 'Client secret', ''),
(6034, 'O', 'nl', 'Client secret', ''),
(6034, 'O', 'no', 'Client secret', ''),
(6034, 'O', 'pt', 'Chave do cliente', ''),
(6034, 'O', 'ro', 'Client secret', ''),
(6034, 'O', 'ru', 'Секрет клиента', ''),
(6035, 'O', 'da', '', ''),
(6035, 'O', 'de', '', ''),
(6035, 'O', 'el', '', ''),
(6035, 'O', 'en', '', ''),
(6035, 'O', 'es', '', ''),
(6035, 'O', 'fr', '', ''),
(6035, 'O', 'it', '', ''),
(6035, 'O', 'nl', '', ''),
(6035, 'O', 'no', '', ''),
(6035, 'O', 'pt', '', ''),
(6035, 'O', 'ro', '', ''),
(6035, 'O', 'ru', '', ''),
(6036, 'O', 'da', 'Exibir empresa  do fornecedor do produto', ''),
(6036, 'O', 'de', 'Lieferant des Artikels anzeigen', ''),
(6036, 'O', 'el', 'Προβολή εταιρείας προμηθευτή προϊόντος', ''),
(6036, 'O', 'en', 'Display product supplier company', ''),
(6036, 'O', 'es', 'Mostrar la empresa proveedora del producto', ''),
(6036, 'O', 'fr', 'Afficher le nom du fournisseur', ''),
(6036, 'O', 'it', 'Visualizza l\'azienda fornitrice del prodotto', ''),
(6036, 'O', 'nl', 'Leverancier van het product weergeven', ''),
(6036, 'O', 'no', 'Vis leverandørselskap for produktet', ''),
(6036, 'O', 'pt', 'Exibir empresa  do fornecedor do produto', ''),
(6036, 'O', 'ro', 'Display product supplier company', ''),
(6036, 'O', 'ru', 'Отображать поставщика на странице продукта', ''),
(6037, 'O', 'da', 'Exibir os métodos de transporte para cada fornecedor separadamente', ''),
(6037, 'O', 'de', 'Versandarten für jeden Lieferanten separat anzeigen', ''),
(6037, 'O', 'el', 'Εμφανίσετε μεθόδους αποστολής σε κάθε προμηθευτή χωριστά', ''),
(6037, 'O', 'en', 'Display shipping methods to each supplier separately', ''),
(6037, 'O', 'es', 'Mostrar los métodos de envío para cada proveedor por separado', ''),
(6037, 'O', 'fr', 'Afficher les méthodes de livraison à chaque fournisseur séparément', ''),
(6037, 'O', 'it', 'Visualizza i metodi di spedizione per ogni fornitore separatamente', ''),
(6037, 'O', 'nl', 'Verzendmethoden van elke leverancier afzonderlijk weergeven', ''),
(6037, 'O', 'no', 'Vise fraktmetoder for hver enkelt leverandør separat', ''),
(6037, 'O', 'pt', 'Exibir os métodos de transporte para cada fornecedor separadamente', ''),
(6037, 'O', 'ro', 'Display shipping methods to each supplier separately', ''),
(6037, 'O', 'ru', 'Отображать способы доставки отдельно для каждого поставщика', ''),
(6038, 'O', 'da', 'Permitir que fornecedores criem produtos', 'Se você não permitir, os fornecedores só poderão vender os produtos que você adicionou ao marketplace.'),
(6038, 'O', 'de', 'Allow vendors to create products', 'If you don\'t allow it, vendors will only be able to sell the products that you added to the marketplace.'),
(6038, 'O', 'el', 'Επιτρέπει στους προμηθευτές να δημιουργήσουν προϊόντα', 'Αν δεν το επιτρέπετε, οι προμηθευτές θα μπορούν να πουλήσουν μόνο προϊόντα που εσείς έχετε προσθέσει στο marketplace.'),
(6038, 'O', 'en', 'Allow vendors to create products', 'If you don\'t allow it, vendors will only be able to sell the products that you added to the marketplace.'),
(6038, 'O', 'es', 'Permitir a los proveedores crear productos', 'Si no lo permite, los proveedores solo podrán vender los productos que usted agregó al mercado.'),
(6038, 'O', 'fr', 'Permettre aux vendeurs de créer des produits', 'Si vous ne le permettez pas, les vendeurs ne pourront vendre que les produits que vous avez vous-même ajouté au marché.'),
(6038, 'O', 'it', 'Allow vendors to create products', 'If you don\'t allow it, vendors will only be able to sell the products that you added to the marketplace.'),
(6038, 'O', 'nl', 'Verkopers toestaan om producten aan te maken', 'If you don\'t allow it, vendors will only be able to sell the products that you added to the marketplace.'),
(6038, 'O', 'no', 'Allow vendors to create products', 'If you don\'t allow it, vendors will only be able to sell the products that you added to the marketplace.'),
(6038, 'O', 'pt', 'Permitir que fornecedores criem produtos', 'Se você não permitir, os fornecedores só poderão vender os produtos que você adicionou ao marketplace.'),
(6038, 'O', 'ro', 'Allow vendors to create products', 'If you don\'t allow it, vendors will only be able to sell the products that you added to the marketplace.'),
(6038, 'O', 'ru', 'Разрешить продавцам создавать товары', 'Если не включать эту настройку, то продавцы смогут продавать только те товары, которые добавите вы.'),
(6053, 'O', 'da', '', ''),
(6053, 'O', 'de', '', ''),
(6053, 'O', 'el', '', ''),
(6053, 'O', 'en', '', ''),
(6053, 'O', 'es', '', ''),
(6053, 'O', 'fr', '', ''),
(6053, 'O', 'it', '', ''),
(6053, 'O', 'nl', '', ''),
(6053, 'O', 'no', '', ''),
(6053, 'O', 'pt', '', ''),
(6053, 'O', 'ro', '', ''),
(6053, 'O', 'ru', '', ''),
(6054, 'O', 'da', '', ''),
(6054, 'O', 'de', '', ''),
(6054, 'O', 'el', '', ''),
(6054, 'O', 'en', '', ''),
(6054, 'O', 'es', '', ''),
(6054, 'O', 'fr', '', ''),
(6054, 'O', 'it', '', ''),
(6054, 'O', 'nl', '', ''),
(6054, 'O', 'no', '', ''),
(6054, 'O', 'pt', '', ''),
(6054, 'O', 'ro', '', ''),
(6054, 'O', 'ru', '', ''),
(6055, 'O', 'da', 'Enter any text', ''),
(6055, 'O', 'de', 'Enter any text', ''),
(6055, 'O', 'el', 'Enter any text', ''),
(6055, 'O', 'en', 'Enter any text', ''),
(6055, 'O', 'es', 'Enter any text', ''),
(6055, 'O', 'fr', 'Enter any text', ''),
(6055, 'O', 'it', 'Enter any text', ''),
(6055, 'O', 'nl', 'Enter any text', ''),
(6055, 'O', 'no', 'Enter any text', ''),
(6055, 'O', 'pt', 'Enter any text', ''),
(6055, 'O', 'ro', 'Enter any text', ''),
(6055, 'O', 'ru', 'Enter any text', ''),
(6056, 'O', 'da', 'Pick a value from the list', ''),
(6056, 'O', 'de', 'Pick a value from the list', ''),
(6056, 'O', 'el', 'Pick a value from the list', ''),
(6056, 'O', 'en', 'Pick a value from the list', ''),
(6056, 'O', 'es', 'Pick a value from the list', ''),
(6056, 'O', 'fr', 'Pick a value from the list', ''),
(6056, 'O', 'it', 'Pick a value from the list', ''),
(6056, 'O', 'nl', 'Pick a value from the list', ''),
(6056, 'O', 'no', 'Pick a value from the list', ''),
(6056, 'O', 'pt', 'Pick a value from the list', ''),
(6056, 'O', 'ro', 'Pick a value from the list', ''),
(6056, 'O', 'ru', 'Pick a value from the list', ''),
(6057, 'O', 'da', 'Re:Desk URL', 'URL with installed Re:Desk software.');
INSERT INTO `partiushop_settings_descriptions` (`object_id`, `object_type`, `lang_code`, `value`, `tooltip`) VALUES
(6057, 'O', 'de', 'Re:Desk URL', 'URL with installed Re:Desk software.'),
(6057, 'O', 'el', 'Re:Desk URL', 'URL with installed Re:Desk software.'),
(6057, 'O', 'en', 'Re:Desk URL', 'URL with installed Re:Desk software.'),
(6057, 'O', 'es', 'Re:Desk URL', 'URL with installed Re:Desk software.'),
(6057, 'O', 'fr', 'Re:Desk URL', 'URL with installed Re:Desk software.'),
(6057, 'O', 'it', 'Re:Desk URL', 'URL with installed Re:Desk software.'),
(6057, 'O', 'nl', 'Re:Desk URL', 'URL with installed Re:Desk software.'),
(6057, 'O', 'no', 'Re:Desk URL', 'URL with installed Re:Desk software.'),
(6057, 'O', 'pt', 'Re:Desk URL', 'URL with installed Re:Desk software.'),
(6057, 'O', 'ro', 'Re:Desk URL', 'URL with installed Re:Desk software.'),
(6057, 'O', 'ru', 'Re:Desk URL', 'URL with installed Re:Desk software.'),
(6058, 'O', 'da', 'Re:Desk API key', 'Copy and paste here the “api key” field value of the “Settings -> General” section of your Re:Desk admin area.'),
(6058, 'O', 'de', 'Re:Desk API key', 'Copy and paste here the “api key” field value of the “Settings -> General” section of your Re:Desk admin area.'),
(6058, 'O', 'el', 'Re:Desk API key', 'Copy and paste here the “api key” field value of the “Settings -> General” section of your Re:Desk admin area.'),
(6058, 'O', 'en', 'Re:Desk API key', 'Copy and paste here the “api key” field value of the “Settings -> General” section of your Re:Desk admin area.'),
(6058, 'O', 'es', 'Re:Desk API key', 'Copy and paste here the “api key” field value of the “Settings -> General” section of your Re:Desk admin area.'),
(6058, 'O', 'fr', 'Re:Desk API key', 'Copy and paste here the “api key” field value of the “Settings -> General” section of your Re:Desk admin area.'),
(6058, 'O', 'it', 'Re:Desk API key', 'Copy and paste here the “api key” field value of the “Settings -> General” section of your Re:Desk admin area.'),
(6058, 'O', 'nl', 'Re:Desk API key', 'Copy and paste here the “api key” field value of the “Settings -> General” section of your Re:Desk admin area.'),
(6058, 'O', 'no', 'Re:Desk API key', 'Copy and paste here the “api key” field value of the “Settings -> General” section of your Re:Desk admin area.'),
(6058, 'O', 'pt', 'Re:Desk API key', 'Copy and paste here the “api key” field value of the “Settings -> General” section of your Re:Desk admin area.'),
(6058, 'O', 'ro', 'Re:Desk API key', 'Copy and paste here the “api key” field value of the “Settings -> General” section of your Re:Desk admin area.'),
(6058, 'O', 'ru', 'Re:Desk API key', 'Copy and paste here the “api key” field value of the “Settings -> General” section of your Re:Desk admin area.'),
(6059, 'O', 'da', 'Allow customer to create ticket on order page', ''),
(6059, 'O', 'de', 'Allow customer to create ticket on order page', ''),
(6059, 'O', 'el', 'Allow customer to create ticket on order page', ''),
(6059, 'O', 'en', 'Allow customer to create ticket on order page', ''),
(6059, 'O', 'es', 'Allow customer to create ticket on order page', ''),
(6059, 'O', 'fr', 'Allow customer to create ticket on order page', ''),
(6059, 'O', 'it', 'Allow customer to create ticket on order page', ''),
(6059, 'O', 'nl', 'Allow customer to create ticket on order page', ''),
(6059, 'O', 'no', 'Allow customer to create ticket on order page', ''),
(6059, 'O', 'pt', 'Allow customer to create ticket on order page', ''),
(6059, 'O', 'ro', 'Allow customer to create ticket on order page', ''),
(6059, 'O', 'ru', 'Allow customer to create ticket on order page', ''),
(6060, 'O', 'da', 'Allow customer to ask a question on product page', ''),
(6060, 'O', 'de', 'Allow customer to ask a question on product page', ''),
(6060, 'O', 'el', 'Allow customer to ask a question on product page', ''),
(6060, 'O', 'en', 'Allow customer to ask a question on product page', ''),
(6060, 'O', 'es', 'Allow customer to ask a question on product page', ''),
(6060, 'O', 'fr', 'Allow customer to ask a question on product page', ''),
(6060, 'O', 'it', 'Allow customer to ask a question on product page', ''),
(6060, 'O', 'nl', 'Allow customer to ask a question on product page', ''),
(6060, 'O', 'no', 'Allow customer to ask a question on product page', ''),
(6060, 'O', 'pt', 'Allow customer to ask a question on product page', ''),
(6060, 'O', 'ro', 'Allow customer to ask a question on product page', ''),
(6060, 'O', 'ru', 'Allow customer to ask a question on product page', ''),
(6061, 'O', 'da', 'Contact Us Form', ''),
(6061, 'O', 'de', 'Contact Us Form', ''),
(6061, 'O', 'el', 'Contact Us Form', ''),
(6061, 'O', 'en', 'Contact Us Form', ''),
(6061, 'O', 'es', 'Contact Us Form', ''),
(6061, 'O', 'fr', 'Contact Us Form', ''),
(6061, 'O', 'it', 'Contact Us Form', ''),
(6061, 'O', 'nl', 'Contact Us Form', ''),
(6061, 'O', 'no', 'Contact Us Form', ''),
(6061, 'O', 'pt', 'Contact Us Form', ''),
(6061, 'O', 'ro', 'Contact Us Form', ''),
(6061, 'O', 'ru', 'Форма Обратной Связи ', ''),
(6062, 'O', 'da', 'Contact form', ''),
(6062, 'O', 'de', 'Contact form', ''),
(6062, 'O', 'el', 'Contact form', ''),
(6062, 'O', 'en', 'Contact form', ''),
(6062, 'O', 'es', 'Contact form', ''),
(6062, 'O', 'fr', 'Contact form', ''),
(6062, 'O', 'it', 'Contact form', ''),
(6062, 'O', 'nl', 'Contact form', ''),
(6062, 'O', 'no', 'Contact form', ''),
(6062, 'O', 'pt', 'Contact form', ''),
(6062, 'O', 'ro', 'Contact form', ''),
(6062, 'O', 'ru', 'Форма обратной связи', ''),
(6063, 'O', 'en', 'Use for Re:Desk', NULL),
(6064, 'O', 'da', 'Access Token', 'Access Token'),
(6064, 'O', 'de', 'Access Token', 'Access Token'),
(6064, 'O', 'el', 'Access Token', 'Access Token'),
(6064, 'O', 'en', 'Access Token', 'Access Token'),
(6064, 'O', 'es', 'Access Token', 'Access Token'),
(6064, 'O', 'fr', 'Access Token', 'Access Token'),
(6064, 'O', 'it', 'Access Token', 'Access Token'),
(6064, 'O', 'nl', 'Access Token', 'Access Token'),
(6064, 'O', 'no', 'Access Token', 'Access Token'),
(6064, 'O', 'pt', 'Access Token', 'Access Token'),
(6064, 'O', 'ro', 'Access Token', 'Access Token'),
(6064, 'O', 'ru', 'Access Token', 'Access Token'),
(6065, 'O', 'da', 'Company Domain', 'Company Domain'),
(6065, 'O', 'de', 'Company Domain', 'Company Domain'),
(6065, 'O', 'el', 'Company Domain', 'Company Domain'),
(6065, 'O', 'en', 'Company Domain', 'Company Domain'),
(6065, 'O', 'es', 'Company Domain', 'Company Domain'),
(6065, 'O', 'fr', 'Company Domain', 'Company Domain'),
(6065, 'O', 'it', 'Company Domain', 'Company Domain'),
(6065, 'O', 'nl', 'Company Domain', 'Company Domain'),
(6065, 'O', 'no', 'Company Domain', 'Company Domain'),
(6065, 'O', 'pt', 'Company Domain', 'Company Domain'),
(6065, 'O', 'ro', 'Company Domain', 'Company Domain'),
(6065, 'O', 'ru', 'Company Domain', 'Company Domain'),
(6066, 'O', 'da', 'Agile Information', ''),
(6066, 'O', 'de', 'Agile Information', ''),
(6066, 'O', 'el', 'Agile Information', ''),
(6066, 'O', 'en', 'Agile Information', ''),
(6066, 'O', 'es', 'Agile Information', ''),
(6066, 'O', 'fr', 'Agile Information', ''),
(6066, 'O', 'it', 'Agile Information', ''),
(6066, 'O', 'nl', 'Agile Information', ''),
(6066, 'O', 'no', 'Agile Information', ''),
(6066, 'O', 'pt', 'Agile Information', ''),
(6066, 'O', 'ro', 'Agile Information', ''),
(6066, 'O', 'ru', 'Agile Information', ''),
(6067, 'O', 'da', '', ''),
(6067, 'O', 'de', '', ''),
(6067, 'O', 'el', '', ''),
(6067, 'O', 'en', '', ''),
(6067, 'O', 'es', '', ''),
(6067, 'O', 'fr', '', ''),
(6067, 'O', 'it', '', ''),
(6067, 'O', 'nl', '', ''),
(6067, 'O', 'no', '', ''),
(6067, 'O', 'pt', '', ''),
(6067, 'O', 'ro', '', ''),
(6067, 'O', 'ru', '', ''),
(6068, 'O', 'da', 'Domain', ''),
(6068, 'O', 'de', 'Domain', ''),
(6068, 'O', 'el', 'Domain', ''),
(6068, 'O', 'en', 'Domain', ''),
(6068, 'O', 'es', 'Domain', ''),
(6068, 'O', 'fr', 'Domain', ''),
(6068, 'O', 'it', 'Domain', ''),
(6068, 'O', 'nl', 'Domain', ''),
(6068, 'O', 'no', 'Domain', ''),
(6068, 'O', 'pt', 'Domain', ''),
(6068, 'O', 'ro', 'Domain', ''),
(6068, 'O', 'ru', 'Domain', ''),
(6069, 'O', 'da', 'Email', ''),
(6069, 'O', 'de', 'Email', ''),
(6069, 'O', 'el', 'Email', ''),
(6069, 'O', 'en', 'Email', ''),
(6069, 'O', 'es', 'Email', ''),
(6069, 'O', 'fr', 'Email', ''),
(6069, 'O', 'it', 'Email', ''),
(6069, 'O', 'nl', 'Email', ''),
(6069, 'O', 'no', 'Email', ''),
(6069, 'O', 'pt', 'Email', ''),
(6069, 'O', 'ro', 'Email', ''),
(6069, 'O', 'ru', 'Email', ''),
(6070, 'O', 'da', 'Rest API Key', ''),
(6070, 'O', 'de', 'Rest API Key', ''),
(6070, 'O', 'el', 'Rest API Key', ''),
(6070, 'O', 'en', 'Rest API Key', ''),
(6070, 'O', 'es', 'Rest API Key', ''),
(6070, 'O', 'fr', 'Rest API Key', ''),
(6070, 'O', 'it', 'Rest API Key', ''),
(6070, 'O', 'nl', 'Rest API Key', ''),
(6070, 'O', 'no', 'Rest API Key', ''),
(6070, 'O', 'pt', 'Rest API Key', ''),
(6070, 'O', 'ro', 'Rest API Key', ''),
(6070, 'O', 'ru', 'Rest API Key', ''),
(6071, 'O', 'da', '', ''),
(6071, 'O', 'de', '', ''),
(6071, 'O', 'el', '', ''),
(6071, 'O', 'en', '', ''),
(6071, 'O', 'es', '', ''),
(6071, 'O', 'fr', '', ''),
(6071, 'O', 'it', '', ''),
(6071, 'O', 'nl', '', ''),
(6071, 'O', 'no', '', ''),
(6071, 'O', 'pt', '', ''),
(6071, 'O', 'ro', '', ''),
(6071, 'O', 'ru', '', ''),
(6072, 'O', 'da', 'Settings', ''),
(6072, 'O', 'de', 'Settings', ''),
(6072, 'O', 'el', 'Settings', ''),
(6072, 'O', 'en', 'Settings', ''),
(6072, 'O', 'es', 'Settings', ''),
(6072, 'O', 'fr', 'Settings', ''),
(6072, 'O', 'it', 'Settings', ''),
(6072, 'O', 'nl', 'Settings', ''),
(6072, 'O', 'no', 'Settings', ''),
(6072, 'O', 'pt', 'Settings', ''),
(6072, 'O', 'ro', 'Settings', ''),
(6072, 'O', 'ru', 'Settings', ''),
(6073, 'O', 'da', 'Sync Contacts to Agile', ''),
(6073, 'O', 'de', 'Sync Contacts to Agile', ''),
(6073, 'O', 'el', 'Sync Contacts to Agile', ''),
(6073, 'O', 'en', 'Sync Contacts to Agile', ''),
(6073, 'O', 'es', 'Sync Contacts to Agile', ''),
(6073, 'O', 'fr', 'Sync Contacts to Agile', ''),
(6073, 'O', 'it', 'Sync Contacts to Agile', ''),
(6073, 'O', 'nl', 'Sync Contacts to Agile', ''),
(6073, 'O', 'no', 'Sync Contacts to Agile', ''),
(6073, 'O', 'pt', 'Sync Contacts to Agile', ''),
(6073, 'O', 'ro', 'Sync Contacts to Agile', ''),
(6073, 'O', 'ru', 'Sync Contacts to Agile', ''),
(6074, 'O', 'da', 'Sync Orders', ''),
(6074, 'O', 'de', 'Sync Orders', ''),
(6074, 'O', 'el', 'Sync Orders', ''),
(6074, 'O', 'en', 'Sync Orders', ''),
(6074, 'O', 'es', 'Sync Orders', ''),
(6074, 'O', 'fr', 'Sync Orders', ''),
(6074, 'O', 'it', 'Sync Orders', ''),
(6074, 'O', 'nl', 'Sync Orders', ''),
(6074, 'O', 'no', 'Sync Orders', ''),
(6074, 'O', 'pt', 'Sync Orders', ''),
(6074, 'O', 'ro', 'Sync Orders', ''),
(6074, 'O', 'ru', 'Sync Orders', ''),
(6075, 'O', 'da', 'Web Rules', ''),
(6075, 'O', 'de', 'Web Rules', ''),
(6075, 'O', 'el', 'Web Rules', ''),
(6075, 'O', 'en', 'Web Rules', ''),
(6075, 'O', 'es', 'Web Rules', ''),
(6075, 'O', 'fr', 'Web Rules', ''),
(6075, 'O', 'it', 'Web Rules', ''),
(6075, 'O', 'nl', 'Web Rules', ''),
(6075, 'O', 'no', 'Web Rules', ''),
(6075, 'O', 'pt', 'Web Rules', ''),
(6075, 'O', 'ro', 'Web Rules', ''),
(6075, 'O', 'ru', 'Web Rules', ''),
(6076, 'O', 'da', 'Web Stats', ''),
(6076, 'O', 'de', 'Web Stats', ''),
(6076, 'O', 'el', 'Web Stats', ''),
(6076, 'O', 'en', 'Web Stats', ''),
(6076, 'O', 'es', 'Web Stats', ''),
(6076, 'O', 'fr', 'Web Stats', ''),
(6076, 'O', 'it', 'Web Stats', ''),
(6076, 'O', 'nl', 'Web Stats', ''),
(6076, 'O', 'no', 'Web Stats', ''),
(6076, 'O', 'pt', 'Web Stats', ''),
(6076, 'O', 'ro', 'Web Stats', ''),
(6076, 'O', 'ru', 'Web Stats', ''),
(6077, 'O', 'da', 'Import existing customers as Contacts to Agile', ''),
(6077, 'O', 'de', 'Import existing customers as Contacts to Agile', ''),
(6077, 'O', 'el', 'Import existing customers as Contacts to Agile', ''),
(6077, 'O', 'en', 'Import existing customers as Contacts to Agile', ''),
(6077, 'O', 'es', 'Import existing customers as Contacts to Agile', ''),
(6077, 'O', 'fr', 'Import existing customers as Contacts to Agile', ''),
(6077, 'O', 'it', 'Import existing customers as Contacts to Agile', ''),
(6077, 'O', 'nl', 'Import existing customers as Contacts to Agile', ''),
(6077, 'O', 'no', 'Import existing customers as Contacts to Agile', ''),
(6077, 'O', 'pt', 'Import existing customers as Contacts to Agile', ''),
(6077, 'O', 'ro', 'Import existing customers as Contacts to Agile', ''),
(6077, 'O', 'ru', 'Import existing customers as Contacts to Agile', ''),
(6078, 'O', 'da', 'LiveChat version', ''),
(6078, 'O', 'de', 'LiveChat version', ''),
(6078, 'O', 'el', 'LiveChat version', ''),
(6078, 'O', 'en', 'LiveChat version', ''),
(6078, 'O', 'es', 'LiveChat version', ''),
(6078, 'O', 'fr', 'LiveChat version', ''),
(6078, 'O', 'it', 'LiveChat version', ''),
(6078, 'O', 'nl', 'LiveChat version', ''),
(6078, 'O', 'no', 'LiveChat version', ''),
(6078, 'O', 'pt', 'LiveChat version', ''),
(6078, 'O', 'ro', 'LiveChat version', ''),
(6078, 'O', 'ru', 'Версия LiveChat', ''),
(6079, 'O', 'da', 'LiveChat', ''),
(6079, 'O', 'de', 'LiveChat', ''),
(6079, 'O', 'el', 'LiveChat', ''),
(6079, 'O', 'en', 'LiveChat', ''),
(6079, 'O', 'es', 'LiveChat', ''),
(6079, 'O', 'fr', 'LiveChat', ''),
(6079, 'O', 'it', 'LiveChat', ''),
(6079, 'O', 'nl', 'LiveChat', ''),
(6079, 'O', 'no', 'LiveChat', ''),
(6079, 'O', 'pt', 'LiveChat', ''),
(6079, 'O', 'ro', 'LiveChat', ''),
(6079, 'O', 'ru', 'LiveChat', ''),
(6080, 'O', 'da', 'LiveChat license', ''),
(6080, 'O', 'de', 'LiveChat license', ''),
(6080, 'O', 'el', 'LiveChat license', ''),
(6080, 'O', 'en', 'LiveChat license', ''),
(6080, 'O', 'es', 'LiveChat license', ''),
(6080, 'O', 'fr', 'LiveChat license', ''),
(6080, 'O', 'it', 'LiveChat license', ''),
(6080, 'O', 'nl', 'LiveChat license', ''),
(6080, 'O', 'no', 'LiveChat license', ''),
(6080, 'O', 'pt', 'LiveChat license', ''),
(6080, 'O', 'ro', 'LiveChat license', ''),
(6080, 'O', 'ru', 'Лицензия LiveChat', ''),
(6081, 'O', 'da', 'LiveChat account', ''),
(6081, 'O', 'de', 'LiveChat account', ''),
(6081, 'O', 'el', 'LiveChat account', ''),
(6081, 'O', 'en', 'LiveChat account', ''),
(6081, 'O', 'es', 'LiveChat account', ''),
(6081, 'O', 'fr', 'LiveChat account', ''),
(6081, 'O', 'it', 'LiveChat account', ''),
(6081, 'O', 'nl', 'LiveChat account', ''),
(6081, 'O', 'no', 'LiveChat account', ''),
(6081, 'O', 'pt', 'LiveChat account', ''),
(6081, 'O', 'ro', 'LiveChat account', ''),
(6081, 'O', 'ru', 'Аккаунт LiveChat', ''),
(6082, 'O', 'da', 'Track your customers\' carts', ''),
(6082, 'O', 'de', 'Track your customers\' carts', ''),
(6082, 'O', 'el', 'Track your customers\' carts', ''),
(6082, 'O', 'en', 'Track your customers\' carts', ''),
(6082, 'O', 'es', 'Track your customers\' carts', ''),
(6082, 'O', 'fr', 'Track your customers\' carts', ''),
(6082, 'O', 'it', 'Track your customers\' carts', ''),
(6082, 'O', 'nl', 'Track your customers\' carts', ''),
(6082, 'O', 'no', 'Track your customers\' carts', ''),
(6082, 'O', 'pt', 'Track your customers\' carts', ''),
(6082, 'O', 'ro', 'Track your customers\' carts', ''),
(6082, 'O', 'ru', 'Передавать содержимое корзины покупателя', ''),
(6083, 'O', 'da', 'Hide chat window on mobile', ''),
(6083, 'O', 'de', 'Hide chat window on mobile', ''),
(6083, 'O', 'el', 'Hide chat window on mobile', ''),
(6083, 'O', 'en', 'Hide chat window on mobile', ''),
(6083, 'O', 'es', 'Hide chat window on mobile', ''),
(6083, 'O', 'fr', 'Hide chat window on mobile', ''),
(6083, 'O', 'it', 'Hide chat window on mobile', ''),
(6083, 'O', 'nl', 'Hide chat window on mobile', ''),
(6083, 'O', 'no', 'Hide chat window on mobile', ''),
(6083, 'O', 'pt', 'Hide chat window on mobile', ''),
(6083, 'O', 'ro', 'Hide chat window on mobile', ''),
(6083, 'O', 'ru', 'Скрывать чат на мобильных устройствах', ''),
(6084, 'O', 'da', 'LiveChat info', ''),
(6084, 'O', 'de', 'LiveChat info', ''),
(6084, 'O', 'el', 'LiveChat info', ''),
(6084, 'O', 'en', 'LiveChat info', ''),
(6084, 'O', 'es', 'LiveChat info', ''),
(6084, 'O', 'fr', 'LiveChat info', ''),
(6084, 'O', 'it', 'LiveChat info', ''),
(6084, 'O', 'nl', 'LiveChat info', ''),
(6084, 'O', 'no', 'LiveChat info', ''),
(6084, 'O', 'pt', 'LiveChat info', ''),
(6084, 'O', 'ro', 'LiveChat info', ''),
(6084, 'O', 'ru', 'Информация о LiveChat', ''),
(6085, 'O', 'en', 'Add default expressions', 'Allows to add default expressions to the pages where search expressions have already been assigned'),
(6085, 'O', 'pt', 'Add default expressions', 'Allows to add default expressions to the pages where search expressions have already been assigned'),
(6086, 'O', 'en', 'Delay script execution for n seconds', 'The setting affects the loading speed of your page. You can delay the execution of the script so as not to interfere with the execution of more important tasks'),
(6086, 'O', 'pt', 'Delay script execution for n seconds', 'The setting affects the loading speed of your page. You can delay the execution of the script so as not to interfere with the execution of more important tasks'),
(6417, 'O', 'da', 'Информация', ''),
(6417, 'O', 'de', 'Информация', ''),
(6417, 'O', 'el', 'Информация', ''),
(6417, 'O', 'en', 'Information', ''),
(6417, 'O', 'es', 'Информация', ''),
(6417, 'O', 'fr', 'Информация', ''),
(6417, 'O', 'it', 'Информация', ''),
(6417, 'O', 'nl', 'Информация', ''),
(6417, 'O', 'no', 'Информация', ''),
(6417, 'O', 'pt', 'Информация', ''),
(6417, 'O', 'ro', 'Информация', ''),
(6417, 'O', 'ru', 'Информация', ''),
(6419, 'O', 'da', 'Настройка модуля', ''),
(6419, 'O', 'de', 'Настройка модуля', ''),
(6419, 'O', 'el', 'Настройка модуля', ''),
(6419, 'O', 'en', 'Settings', ''),
(6419, 'O', 'es', 'Настройка модуля', ''),
(6419, 'O', 'fr', 'Настройка модуля', ''),
(6419, 'O', 'it', 'Настройка модуля', ''),
(6419, 'O', 'nl', 'Настройка модуля', ''),
(6419, 'O', 'no', 'Настройка модуля', ''),
(6419, 'O', 'pt', 'Настройка модуля', ''),
(6419, 'O', 'ro', 'Настройка модуля', ''),
(6419, 'O', 'ru', 'Настройка модуля', ''),
(6420, 'O', 'da', 'Код вашего магазина', ''),
(6420, 'O', 'de', 'Код вашего магазина', ''),
(6420, 'O', 'el', 'Код вашего магазина', ''),
(6420, 'O', 'en', 'Store Key', ''),
(6420, 'O', 'es', 'Код вашего магазина', ''),
(6420, 'O', 'fr', 'Код вашего магазина', ''),
(6420, 'O', 'it', 'Код вашего магазина', ''),
(6420, 'O', 'nl', 'Код вашего магазина', ''),
(6420, 'O', 'no', 'Код вашего магазина', ''),
(6420, 'O', 'pt', 'Код вашего магазина', ''),
(6420, 'O', 'ro', 'Код вашего магазина', ''),
(6420, 'O', 'ru', 'Код вашего магазина', ''),
(6421, 'O', 'da', 'Секретный ключ вашего магазина', ''),
(6421, 'O', 'de', 'Секретный ключ вашего магазина', ''),
(6421, 'O', 'el', 'Секретный ключ вашего магазина', ''),
(6421, 'O', 'en', 'Secret Key', ''),
(6421, 'O', 'es', 'Секретный ключ вашего магазина', ''),
(6421, 'O', 'fr', 'Секретный ключ вашего магазина', ''),
(6421, 'O', 'it', 'Секретный ключ вашего магазина', ''),
(6421, 'O', 'nl', 'Секретный ключ вашего магазина', ''),
(6421, 'O', 'no', 'Секретный ключ вашего магазина', ''),
(6421, 'O', 'pt', 'Секретный ключ вашего магазина', ''),
(6421, 'O', 'ro', 'Секретный ключ вашего магазина', ''),
(6421, 'O', 'ru', 'Секретный ключ вашего магазина', ''),
(6422, 'O', 'da', 'Встраивать быстрый поиск REES46', ''),
(6422, 'O', 'de', 'Встраивать быстрый поиск REES46', ''),
(6422, 'O', 'el', 'Встраивать быстрый поиск REES46', ''),
(6422, 'O', 'en', 'Try to embed the REES46 instant search', ''),
(6422, 'O', 'es', 'Встраивать быстрый поиск REES46', ''),
(6422, 'O', 'fr', 'Встраивать быстрый поиск REES46', ''),
(6422, 'O', 'it', 'Встраивать быстрый поиск REES46', ''),
(6422, 'O', 'nl', 'Встраивать быстрый поиск REES46', ''),
(6422, 'O', 'no', 'Встраивать быстрый поиск REES46', ''),
(6422, 'O', 'pt', 'Встраивать быстрый поиск REES46', ''),
(6422, 'O', 'ro', 'Встраивать быстрый поиск REES46', ''),
(6422, 'O', 'ru', 'Встраивать быстрый поиск REES46', ''),
(6423, 'O', 'da', 'Автоматически синхронизировать статусы заказов во время получения YML', ''),
(6423, 'O', 'de', 'Автоматически синхронизировать статусы заказов во время получения YML', ''),
(6423, 'O', 'el', 'Автоматически синхронизировать статусы заказов во время получения YML', ''),
(6423, 'O', 'en', 'Synchronize order statuses while product feed (YML) is being received', ''),
(6423, 'O', 'es', 'Автоматически синхронизировать статусы заказов во время получения YML', ''),
(6423, 'O', 'fr', 'Автоматически синхронизировать статусы заказов во время получения YML', ''),
(6423, 'O', 'it', 'Автоматически синхронизировать статусы заказов во время получения YML', ''),
(6423, 'O', 'nl', 'Автоматически синхронизировать статусы заказов во время получения YML', ''),
(6423, 'O', 'no', 'Автоматически синхронизировать статусы заказов во время получения YML', ''),
(6423, 'O', 'pt', 'Автоматически синхронизировать статусы заказов во время получения YML', ''),
(6423, 'O', 'ro', 'Автоматически синхронизировать статусы заказов во время получения YML', ''),
(6423, 'O', 'ru', 'Автоматически синхронизировать статусы заказов во время получения YML', ''),
(6424, 'O', 'da', 'Модификация отраслевого алгоритма', ''),
(6424, 'O', 'de', 'Модификация отраслевого алгоритма', ''),
(6424, 'O', 'el', 'Модификация отраслевого алгоритма', ''),
(6424, 'O', 'en', 'Industry algorithm modification: ', ''),
(6424, 'O', 'es', 'Модификация отраслевого алгоритма', ''),
(6424, 'O', 'fr', 'Модификация отраслевого алгоритма', ''),
(6424, 'O', 'it', 'Модификация отраслевого алгоритма', ''),
(6424, 'O', 'nl', 'Модификация отраслевого алгоритма', ''),
(6424, 'O', 'no', 'Модификация отраслевого алгоритма', ''),
(6424, 'O', 'pt', 'Модификация отраслевого алгоритма', ''),
(6424, 'O', 'ro', 'Модификация отраслевого алгоритма', ''),
(6424, 'O', 'ru', 'Модификация отраслевого алгоритма', ''),
(6425, 'O', 'da', 'Настройка YML-файла', ''),
(6425, 'O', 'de', 'Настройка YML-файла', ''),
(6425, 'O', 'el', 'Настройка YML-файла', ''),
(6425, 'O', 'en', 'Catalog XML settings', ''),
(6425, 'O', 'es', 'Настройка YML-файла', ''),
(6425, 'O', 'fr', 'Настройка YML-файла', ''),
(6425, 'O', 'it', 'Настройка YML-файла', ''),
(6425, 'O', 'nl', 'Настройка YML-файла', ''),
(6425, 'O', 'no', 'Настройка YML-файла', ''),
(6425, 'O', 'pt', 'Настройка YML-файла', ''),
(6425, 'O', 'ro', 'Настройка YML-файла', ''),
(6425, 'O', 'ru', 'Настройка YML-файла', ''),
(6426, 'O', 'da', 'YML-файл', ''),
(6426, 'O', 'de', 'YML-файл', ''),
(6426, 'O', 'el', 'YML-файл', ''),
(6426, 'O', 'en', 'YML', ''),
(6426, 'O', 'es', 'YML-файл', ''),
(6426, 'O', 'fr', 'YML-файл', ''),
(6426, 'O', 'it', 'YML-файл', ''),
(6426, 'O', 'nl', 'YML-файл', ''),
(6426, 'O', 'no', 'YML-файл', ''),
(6426, 'O', 'pt', 'YML-файл', ''),
(6426, 'O', 'ro', 'YML-файл', ''),
(6426, 'O', 'ru', 'YML-файл', ''),
(6427, 'O', 'da', 'Cинхронизация заказов', ''),
(6427, 'O', 'de', 'Cинхронизация заказов', ''),
(6427, 'O', 'el', 'Cинхронизация заказов', ''),
(6427, 'O', 'en', 'Export orders', ''),
(6427, 'O', 'es', 'Cинхронизация заказов', ''),
(6427, 'O', 'fr', 'Cинхронизация заказов', ''),
(6427, 'O', 'it', 'Cинхронизация заказов', ''),
(6427, 'O', 'nl', 'Cинхронизация заказов', ''),
(6427, 'O', 'no', 'Cинхронизация заказов', ''),
(6427, 'O', 'pt', 'Cинхронизация заказов', ''),
(6427, 'O', 'ro', 'Cинхронизация заказов', ''),
(6427, 'O', 'ru', 'Cинхронизация заказов', ''),
(6429, 'O', 'da', 'Документация', ''),
(6429, 'O', 'de', 'Документация', ''),
(6429, 'O', 'el', 'Документация', ''),
(6429, 'O', 'en', 'Documentation', ''),
(6429, 'O', 'es', 'Документация', ''),
(6429, 'O', 'fr', 'Документация', ''),
(6429, 'O', 'it', 'Документация', ''),
(6429, 'O', 'nl', 'Документация', ''),
(6429, 'O', 'no', 'Документация', ''),
(6429, 'O', 'pt', 'Документация', ''),
(6429, 'O', 'ro', 'Документация', ''),
(6429, 'O', 'ru', 'Документация', ''),
(6431, 'O', 'da', 'Статистика', ''),
(6431, 'O', 'de', 'Статистика', ''),
(6431, 'O', 'el', 'Статистика', ''),
(6431, 'O', 'en', 'Statistics', ''),
(6431, 'O', 'es', 'Статистика', ''),
(6431, 'O', 'fr', 'Статистика', ''),
(6431, 'O', 'it', 'Статистика', ''),
(6431, 'O', 'nl', 'Статистика', ''),
(6431, 'O', 'no', 'Статистика', ''),
(6431, 'O', 'pt', 'Статистика', ''),
(6431, 'O', 'ro', 'Статистика', ''),
(6431, 'O', 'ru', 'Статистика', ''),
(6433, 'O', 'da', 'Habilitar pedidos de chamada para fornecedores', 'Isto também substituirá a informação de contato do marketplace com os fornecedores onde necessário.'),
(6433, 'O', 'en', 'Enable call requests for vendors', 'This will also replace marketplace contact information with vendors\' where necessary.'),
(6433, 'O', 'pt', 'Habilitar pedidos de chamada para fornecedores', 'Isto também substituirá a informação de contato do marketplace com os fornecedores onde necessário.'),
(6434, 'O', 'en', 'Enable microdata', 'Add information about video to the product\'s JSON-LD microdata'),
(6434, 'O', 'pt', 'Enable microdata', 'Add information about video to the product\'s JSON-LD microdata'),
(6435, 'O', 'en', 'Amount of displayed promotions in the product lists', 'Set amount of applied to a product catalog promotions, which will be displayed in products lists'),
(6435, 'O', 'pt', 'Amount of displayed promotions in the product lists', 'Set amount of applied to a product catalog promotions, which will be displayed in products lists'),
(6436, 'O', 'en', 'Use Ajax to download the second level elements', 'When setting is used the second level elements of \"Two-level navigation\" will be displayed after page downloading'),
(6436, 'O', 'pt', 'Use Ajax to download the second level elements', 'When setting is used the second level elements of \"Two-level navigation\" will be displayed after page downloading'),
(6437, 'O', 'en', 'Add watermarks for images in fast navigation', 'Note: \"Watermarks\" add-on must be installed and enabled'),
(6437, 'O', 'pt', 'Add watermarks for images in fast navigation', 'Note: \"Watermarks\" add-on must be installed and enabled'),
(6520, 'O', 'da', 'Chave de API do Google Maps', 'Siga as instruções para obter a chave de API: https://developers.google.com/maps/documentation/javascript/get-api-key'),
(6520, 'O', 'de', 'Google Maps API key', 'Get the API key by following the instructions here: https://developers.google.com/maps/documentation/javascript/get-api-key'),
(6520, 'O', 'el', 'Google Maps API key', 'Για να πάρετε το κλειδί API, ακολουθηστε τις οδηγίες εδώ: https://developers.google.com/maps/documentation/javascript/get-api-key'),
(6520, 'O', 'en', 'Google Maps API key', 'Get the API key by following the instructions here: https://developers.google.com/maps/documentation/javascript/get-api-key'),
(6520, 'O', 'es', 'Clave de API de Google Maps', 'Obtener la clave API siguiendo las instrucciones que se presentan a continuación: https://developers.google.com/maps/documentation/javascript/get-api-key'),
(6520, 'O', 'fr', 'Google Maps API key', 'Get the API key by following the instructions here: https://developers.google.com/maps/documentation/javascript/get-api-key'),
(6520, 'O', 'it', 'Google Maps API key', 'Get the API key by following the instructions here: https://developers.google.com/maps/documentation/javascript/get-api-key'),
(6520, 'O', 'nl', 'Google Maps API key', 'Get the API key by following the instructions here: https://developers.google.com/maps/documentation/javascript/get-api-key'),
(6520, 'O', 'no', 'Google Maps API nøkkel', 'Få API-nøkkelen ved å følge instruksjonene her: https://developers.google.com/maps/documentation/javascript/get-api-key'),
(6520, 'O', 'pt', 'Chave de API do Google Maps', 'Siga as instruções para obter a chave de API: https://developers.google.com/maps/documentation/javascript/get-api-key'),
(6520, 'O', 'ro', 'Google Maps API key', 'Get the API key by following the instructions here: https://developers.google.com/maps/documentation/javascript/get-api-key'),
(6520, 'O', 'ru', 'Ключ API Google Maps', 'Получите ключ API, следуя инструкции: https://developers.google.com/maps/documentation/javascript/get-api-key'),
(6521, 'O', 'da', 'Área padrão no filtro de distância', 'Você pode adicionar um filtro de produto que permite que os clientes busquem por produtos dentro de uma certa distância. Esta configuração determina a área padrão de busca para o filtro. Se você não criar um filtro, produtos serão exibidos seja qual for a distância, e esta configuração não terá efeito.'),
(6521, 'O', 'de', 'Default radius in distance filter', 'You can manually add a product filter that allows customers to search for products within a certain distance if they enter their location. This setting determines the default search radius for that filter. If you don\'t create a filter, products will be shown regardless of distance, and this setting won\'t have any effect.'),
(6521, 'O', 'el', 'Προεπιλεγμένη ακτίνα στο φίλτρο απόστασης', 'Μπορείτε να προσθέσετε με χειροκίνητο τρόπο ένα φίλτρο προϊόντος που επιτρέπει στους πελάτες να αναζητούν προϊόντα σε μια ορισμένη απόσταση αν εισάγουν την τοποθεσία τους. Αυτή η ρύθμιση καθορίζει την προεπιλεγμένη ακτίνα αναζήτησης για αυτό το φίλτρο. Εάν δεν δημιουργήσετε ένα φίλτρο, τα προϊόντα θα εμφανίζονται ανεξάρτητα από την απόσταση και αυτή η ρύθμιση δεν θα έχει καμία επίδραση.'),
(6521, 'O', 'en', 'Default radius in distance filter', 'You can manually add a product filter that allows customers to search for products within a certain distance if they enter their location. This setting determines the default search radius for that filter. If you don\'t create a filter, products will be shown regardless of distance, and this setting won\'t have any effect.'),
(6521, 'O', 'es', 'Radio por defecto en el filtro de la distancia', 'Puede agregar manualmente un filtro del producto que les permita a los clientes buscar productos dentro de una cierta distancia si ingresan a su ubicación. Esta configuración determina el radio de búsqueda predeterminado para ese filtro. Si no crea un filtro, los productos se mostrarán independientemente de la distancia, y esta configuración no tendrá ningún efecto.'),
(6521, 'O', 'fr', 'Default radius in distance filter', 'Vous pouvez ajouter manuellement un filtre par produits qui permets à vos clients de rechercher des produits présents dans les alentours, s\'ils entrent dans leur périmètre de détection. Ce paramètre détermine le diamètre de recherche par défaut de ce filtre. Si vous ne créez pas de filtre, les produits apparaîtront peu importe la distance, et ce paramètre n\'aura aucun effet.'),
(6521, 'O', 'it', 'Default radius in distance filter', 'You can manually add a product filter that allows customers to search for products within a certain distance if they enter their location. This setting determines the default search radius for that filter. If you don\'t create a filter, products will be shown regardless of distance, and this setting won\'t have any effect.'),
(6521, 'O', 'nl', 'Default radius in distance filter', 'You can manually add a product filter that allows customers to search for products within a certain distance if they enter their location. This setting determines the default search radius for that filter. If you don\'t create a filter, products will be shown regardless of distance, and this setting won\'t have any effect.'),
(6521, 'O', 'no', 'Default radius in distance filter', 'You can manually add a product filter that allows customers to search for products within a certain distance if they enter their location. This setting determines the default search radius for that filter. If you don\'t create a filter, products will be shown regardless of distance, and this setting won\'t have any effect.'),
(6521, 'O', 'pt', 'Área padrão no filtro de distância', 'Você pode adicionar um filtro de produto que permite que os clientes busquem por produtos dentro de uma certa distância. Esta configuração determina a área padrão de busca para o filtro. Se você não criar um filtro, produtos serão exibidos seja qual for a distância, e esta configuração não terá efeito.'),
(6521, 'O', 'ro', 'Default radius in distance filter', 'Poți adăuga manual un filtru produs care permite clienților să caute produse într-o anumită distanță dacă introduc locația lor. Această setare determină raza implicită de căutare pentru filtrul respectiv. Dacă nu creezi un filtru, produsele vor fi afișate indiferent de distantă, și această setare nu va avea niciun efect.'),
(6521, 'O', 'ru', 'Радиус по умолчанию в фильтре по расстоянию', 'Вы можете вручную добавить фильтр, который позволит покупателям искать товары на определённом расстоянии, если они укажут своё местоположение. Эта настройка определяет радиус по умолчанию для этого фильтра. Если вы не создадите фильтр, то товары всегда будут показываться независимо от расстояния, и настройка ни на что не повлияет.'),
(6522, 'O', 'da', 'Área máxima no filtro de distância', 'Você pode adicionar um filtro de produto que permite que os clientes busquem por produtos dentro de uma certa distância. Esta configuração determina a área máxima possível de busca para o filtro. Se você não criar um filtro, produtos serão exibidos seja qual for a distância, e esta configuração não terá efeito.'),
(6522, 'O', 'de', 'Maximum radius in distance filter', 'You can manually add a product filter that allows customers to search for products within a certain distance if they enter their location. This setting determines the maximum search radius possible for that filter. If you don\'t create a filter, products will be shown regardless of distance, and this setting won\'t have any effect.'),
(6522, 'O', 'el', 'Μέγιστη ακτίνα φίλτρου απόστασης', 'Μπορείτε να προσθέσετε με χειροκίνητο τρόπο ένα φίλτρο προϊόντος που επιτρέπει στους πελάτες να αναζητούν προϊόντα σε μια ορισμένη απόσταση αν εισάγουν την τοποθεσία τους. Αυτή η ρύθμιση καθορίζει την προεπιλεγμένη ακτίνα αναζήτησης για αυτό το φίλτρο. Εάν δεν δημιουργήσετε ένα φίλτρο, τα προϊόντα θα εμφανίζονται ανεξάρτητα από την απόσταση και αυτή η ρύθμιση δεν θα έχει καμία επίδραση.'),
(6522, 'O', 'en', 'Maximum radius in distance filter', 'You can manually add a product filter that allows customers to search for products within a certain distance if they enter their location. This setting determines the maximum search radius possible for that filter. If you don\'t create a filter, products will be shown regardless of distance, and this setting won\'t have any effect.'),
(6522, 'O', 'es', 'Radio máximo en el filtro de la distancia', 'Puede agregar manualmente un filtro de producto que les permita a los clientes buscar productos dentro de una cierta distancia si ingresan a su ubicación. Esta configuración determina el radio de búsqueda máximo posible para ese filtro. Si no crea un filtro, los productos se mostrarán independientemente de la distancia, y esta configuración no tendrá ningún efecto.'),
(6522, 'O', 'fr', 'Maximum radius in distance filter', 'Vous pouvez ajouter manuellement un filtre par produits qui permets à vos clients de rechercher des produits présents dans les alentours, s\'ils entrent dans leur périmètre de détection. Ce paramètre détermine le diamètre de recherche maximum de ce filtre. Si vous ne créez pas de filtre, les produits apparaîtront peu importe la distance, et ce paramètre n\'aura aucun effet.'),
(6522, 'O', 'it', 'Maximum radius in distance filter', 'You can manually add a product filter that allows customers to search for products within a certain distance if they enter their location. This setting determines the maximum search radius possible for that filter. If you don\'t create a filter, products will be shown regardless of distance, and this setting won\'t have any effect.'),
(6522, 'O', 'nl', 'Maximum radius in distance filter', 'You can manually add a product filter that allows customers to search for products within a certain distance if they enter their location. This setting determines the maximum search radius possible for that filter. If you don\'t create a filter, products will be shown regardless of distance, and this setting won\'t have any effect.'),
(6522, 'O', 'no', 'Maximum radius in distance filter', 'You can manually add a product filter that allows customers to search for products within a certain distance if they enter their location. This setting determines the maximum search radius possible for that filter. If you don\'t create a filter, products will be shown regardless of distance, and this setting won\'t have any effect.'),
(6522, 'O', 'pt', 'Área máxima no filtro de distância', 'Você pode adicionar um filtro de produto que permite que os clientes busquem por produtos dentro de uma certa distância. Esta configuração determina a área máxima possível de busca para o filtro. Se você não criar um filtro, produtos serão exibidos seja qual for a distância, e esta configuração não terá efeito.'),
(6522, 'O', 'ro', 'Maximum radius in distance filter', 'Poți adăuga manual un filtru produs care permite clienților să caute produse într-o anumită distanță dacă introduc locația lor. Această setare determină raza maximă de căutare pentru filtrul respectiv. Dacă nu creezi un filtru, produsele vor fi afișate indiferent de distantă, și această setare nu va avea niciun efect.'),
(6522, 'O', 'ru', 'Максимальный радиус в фильтре по расстоянию', 'Вы можете вручную добавить фильтр, который позволит покупателям искать товары на определённом расстоянии, если они укажут своё местоположение. Эта настройка определяет максимальный радиус для этого фильтра. Если вы не создадите фильтр, то товары всегда будут показываться независимо от расстояния, и настройка ни на что не повлияет.'),
(6523, 'O', 'da', 'Unidade de medida de distância', ''),
(6523, 'O', 'de', 'Distance measurement unit', ''),
(6523, 'O', 'el', 'Μονάδα μέτρησης απόστασης', ''),
(6523, 'O', 'en', 'Distance measurement unit', ''),
(6523, 'O', 'es', 'Unidad de medida de distancia', ''),
(6523, 'O', 'fr', 'Distance measurement unit', ''),
(6523, 'O', 'it', 'Distance measurement unit', ''),
(6523, 'O', 'nl', 'Distance measurement unit', ''),
(6523, 'O', 'no', 'Avstandsmålingsenhet', ''),
(6523, 'O', 'pt', 'Unidade de medida de distância', ''),
(6523, 'O', 'ro', 'Distance measurement unit', ''),
(6523, 'O', 'ru', 'Единица измерения расстояния', ''),
(6524, 'O', 'da', 'Fornecedores exibidos por padrão', 'Determina quais fornecedores são exibidos na página da lista de fornecedores (e no mapa exibido na página) por padrão.'),
(6524, 'O', 'de', 'Vendors shown by default', 'Determines what vendors are shown on the vendor list page (and on the map displayed on that page) by default.'),
(6524, 'O', 'el', 'Πωλητές που εμφανίζεται από προεπιλογή', 'Καθορίζει ποια πωλητές θα εμφανίζονται στη σελίδα λίστα προμηθευτών (και το χάρτη που εμφανίζεται σε αυτήν τη σελίδα) από προεπιλογή.'),
(6524, 'O', 'en', 'Vendors shown by default', 'Determines what vendors are shown on the vendor list page (and on the map displayed on that page) by default.'),
(6524, 'O', 'es', 'Vendedores mostratos por defecto', 'Determina qué vendedores se muestrán en la lista de vendedores de la página (y en el mapa que se muestra en esa página) de forma predeterminada.'),
(6524, 'O', 'fr', 'Vendors shown by default', 'Determines what vendors are shown on the vendor list page (and on the map displayed on that page) by default.'),
(6524, 'O', 'it', 'Vendors shown by default', 'Determines what vendors are shown on the vendor list page (and on the map displayed on that page) by default.'),
(6524, 'O', 'nl', 'Vendors shown by default', 'Determines what vendors are shown on the vendor list page (and on the map displayed on that page) by default.'),
(6524, 'O', 'no', 'Vendors shown by default', 'Determines what vendors are shown on the vendor list page (and on the map displayed on that page) by default.'),
(6524, 'O', 'pt', 'Fornecedores exibidos por padrão', 'Determina quais fornecedores são exibidos na página da lista de fornecedores (e no mapa exibido na página) por padrão.'),
(6524, 'O', 'ro', 'Vendors shown by default', 'Determines what vendors are shown on the vendor list page (and on the map displayed on that page) by default.'),
(6524, 'O', 'ru', 'Продавцы, отображаемые по умолчанию', 'Определяет, какие продавцы по умолчанию отображаются на странице списка продавцов и на карте на этой странице.'),
(7251, 'O', 'da', 'Show Alexbranding news channels', 'On the page \"AB: List of available sets/add-ons\" in the AB-menu will be displayed links to our news channels'),
(7251, 'O', 'de', 'Show Alexbranding news channels', 'On the page \"AB: List of available sets/add-ons\" in the AB-menu will be displayed links to our news channels'),
(7251, 'O', 'el', 'Show Alexbranding news channels', 'On the page \"AB: List of available sets/add-ons\" in the AB-menu will be displayed links to our news channels'),
(7251, 'O', 'en', 'Show Alexbranding news channels', 'On the page \"AB: List of available sets/add-ons\" in the AB-menu will be displayed links to our news channels'),
(7251, 'O', 'es', 'Show Alexbranding news channels', 'On the page \"AB: List of available sets/add-ons\" in the AB-menu will be displayed links to our news channels'),
(7251, 'O', 'fr', 'Show Alexbranding news channels', 'On the page \"AB: List of available sets/add-ons\" in the AB-menu will be displayed links to our news channels'),
(7251, 'O', 'it', 'Show Alexbranding news channels', 'On the page \"AB: List of available sets/add-ons\" in the AB-menu will be displayed links to our news channels'),
(7251, 'O', 'nl', 'Show Alexbranding news channels', 'On the page \"AB: List of available sets/add-ons\" in the AB-menu will be displayed links to our news channels'),
(7251, 'O', 'no', 'Show Alexbranding news channels', 'On the page \"AB: List of available sets/add-ons\" in the AB-menu will be displayed links to our news channels'),
(7251, 'O', 'pt', 'Show Alexbranding news channels', 'On the page \"AB: List of available sets/add-ons\" in the AB-menu will be displayed links to our news channels'),
(7251, 'O', 'ro', 'Show Alexbranding news channels', 'On the page \"AB: List of available sets/add-ons\" in the AB-menu will be displayed links to our news channels'),
(7251, 'O', 'ru', 'Показывать информационные каналы Alexbranding', 'На странице \"AB: Список доступных пакетов/модулей\" в AB-меню будут отображаться ссылки на наши информационные каналы'),
(7252, 'O', 'da', '', ''),
(7252, 'O', 'de', '', ''),
(7252, 'O', 'el', '', ''),
(7252, 'O', 'en', '', ''),
(7252, 'O', 'es', '', ''),
(7252, 'O', 'fr', '', ''),
(7252, 'O', 'it', '', ''),
(7252, 'O', 'nl', '', ''),
(7252, 'O', 'no', '', ''),
(7252, 'O', 'pt', '', ''),
(7252, 'O', 'ro', '', ''),
(7252, 'O', 'ru', '', ''),
(7253, 'O', 'da', '', ''),
(7253, 'O', 'de', '', ''),
(7253, 'O', 'el', '', ''),
(7253, 'O', 'en', '', ''),
(7253, 'O', 'es', '', ''),
(7253, 'O', 'fr', '', ''),
(7253, 'O', 'it', '', ''),
(7253, 'O', 'nl', '', ''),
(7253, 'O', 'no', '', ''),
(7253, 'O', 'pt', '', ''),
(7253, 'O', 'ro', '', ''),
(7253, 'O', 'ru', '', ''),
(7254, 'O', 'da', 'Comunicação cliente-fornecedor', NULL),
(7254, 'O', 'en', 'Customer-to-seller communication', NULL),
(7254, 'O', 'pt', 'Comunicação cliente-fornecedor', NULL),
(7255, 'O', 'da', 'Comunicação fornecedor-administrador', NULL),
(7255, 'O', 'en', 'Vendor-to-admin communication', NULL),
(7255, 'O', 'pt', 'Comunicação fornecedor-administrador', NULL),
(7256, 'O', 'da', 'Show unavailable shippings', 'Show real-time shipping methods even if their servers haven\'t returned the rates'),
(7256, 'O', 'en', 'Show unavailable shippings', 'Show real-time shipping methods even if their servers haven\'t returned the rates'),
(7256, 'O', 'pt', 'Show unavailable shippings', 'Show real-time shipping methods even if their servers haven\'t returned the rates'),
(7257, 'O', 'da', 'Configurações do reCAPTCHA v2', NULL),
(7257, 'O', 'en', 'reCAPTCHA v2 settings', NULL),
(7257, 'O', 'pt', 'Configurações do reCAPTCHA v2', NULL),
(7258, 'O', 'da', 'Configurações do reCAPTCHA v3', NULL),
(7258, 'O', 'en', 'reCAPTCHA v3 settings', NULL),
(7258, 'O', 'pt', 'Configurações do reCAPTCHA v3', NULL),
(7259, 'O', 'da', 'Chave do site', NULL),
(7259, 'O', 'en', 'Site key', NULL),
(7259, 'O', 'pt', 'Chave do site', NULL),
(7260, 'O', 'da', 'Chave secreta', NULL),
(7260, 'O', 'en', 'Secret', NULL),
(7260, 'O', 'pt', 'Chave secreta', NULL),
(7261, 'O', 'da', 'Pontuação requerida para passar na verificação', NULL),
(7261, 'O', 'en', 'Required rating to pass the check', NULL),
(7261, 'O', 'pt', 'Pontuação requerida para passar na verificação', NULL),
(7262, 'O', 'da', 'Configurações antirrobô', NULL),
(7262, 'O', 'en', 'Antibot settings', NULL),
(7262, 'O', 'pt', 'Configurações antirrobô', NULL),
(7265, 'O', 'da', 'Exibir todas as variações possíveis', 'Exibir uma variação mesmo se ela não estiver disponível.'),
(7265, 'O', 'en', 'Show all possible feature variants', 'Show a feature variant even if it is not available for this variation.'),
(7265, 'O', 'pt', 'Exibir todas as variações possíveis', 'Exibir uma variação mesmo se ela não estiver disponível.'),
(7266, 'O', 'da', 'Permitir que fornecedores gerenciem características dos produtos', NULL),
(7266, 'O', 'en', 'Allow vendors to manage product features', NULL),
(7266, 'O', 'pt', 'Permitir que fornecedores gerenciem características dos produtos', NULL),
(7267, 'O', 'da', 'Product variant selector thumbnail width', NULL),
(7267, 'O', 'en', 'Product variant selector thumbnail width', NULL),
(7267, 'O', 'pt', 'Product variant selector thumbnail width', NULL),
(7268, 'O', 'da', 'Product variant selector thumbnail height', NULL),
(7268, 'O', 'en', 'Product variant selector thumbnail height', NULL),
(7268, 'O', 'pt', 'Product variant selector thumbnail height', NULL),
(7269, 'O', 'da', 'Suspender fornecedor se seu saldo permanecer abaixo de', NULL),
(7269, 'O', 'en', 'Suspend vendors if their balance remains below', NULL),
(7269, 'O', 'pt', 'Suspender fornecedor se seu saldo permanecer abaixo de', NULL),
(7270, 'O', 'da', 'Prazo de tolerância para recuperar saldo', NULL),
(7270, 'O', 'en', 'Grace period to refill balance', NULL),
(7270, 'O', 'pt', 'Prazo de tolerância para recuperar saldo', NULL),
(7274, 'O', 'da', 'Bloquear painel administrativo de fornecedores suspensos', NULL),
(7274, 'O', 'en', 'Block admin panel of suspended vendors', NULL),
(7274, 'O', 'pt', 'Bloquear painel administrativo de fornecedores suspensos', NULL),
(7277, 'O', 'da', 'Salvar anexos no seu servidor', 'Anexos listados como URL\'s no arquivo importado serão baixados para o seu servidor.'),
(7277, 'O', 'en', 'Save attachments to your server', 'Attachments listed as URLs in the imported file will be downloaded to your server.'),
(7277, 'O', 'pt', 'Salvar anexos no seu servidor', 'Anexos listados como URL\'s no arquivo importado serão baixados para o seu servidor.'),
(7278, 'O', 'da', 'Recolher impostos dos fornecedores', 'Envie os impostos recolhidos para a conta do marketplace.'),
(7278, 'O', 'en', 'Collect taxes from vendors', 'Send collected taxes to the account of the marketplace.'),
(7278, 'O', 'pt', 'Recolher impostos dos fornecedores', 'Envie os impostos recolhidos para a conta do marketplace.'),
(7279, 'O', 'da', 'Approve vendors in 2 steps', 'New vendors will get the \"Pending\" status after approval. This will hide them on the storefront.'),
(7279, 'O', 'en', 'Approve vendors in 2 steps', 'New vendors will get the \"Pending\" status after approval. This will hide them on the storefront.'),
(7279, 'O', 'pt', 'Review new vendors before granting access to the admin panel', 'Novos fornecedores receberão o status \"Pendente\" após a aprovação. Isto os ocultará na loja virtual.'),
(7280, 'O', 'da', 'Tipo de opções', NULL),
(7280, 'O', 'en', 'Options type', NULL),
(7280, 'O', 'pt', 'Tipo de opções', NULL),
(7282, 'O', 'da', 'Tipo de exceções', NULL),
(7282, 'O', 'en', 'Exceptions type', NULL),
(7282, 'O', 'pt', 'Tipo de exceções', NULL),
(7284, 'O', 'da', 'O que fazer se o preço for zero', NULL),
(7284, 'O', 'en', 'Zero price action', NULL),
(7284, 'O', 'pt', 'O que fazer se o preço for zero', NULL),
(7286, 'O', 'da', 'Quantidade mínima de compra por produto', 'Vender não menos do que X unidades de um produto em um pedido.'),
(7286, 'O', 'en', 'Minimum quantity to buy per product', 'Sell no less than X units of a product in an order.'),
(7286, 'O', 'pt', 'Quantidade mínima de compra por produto', 'Vender não menos do que X unidades de um produto em um pedido.'),
(7288, 'O', 'da', 'Quantidade máxima de compra por produto', 'Vender não mais do que X unidades de um produto em um pedido.'),
(7288, 'O', 'en', 'Maximum quantity to buy per product', 'Sell no more than X units of a product in an order.'),
(7288, 'O', 'pt', 'Quantidade máxima de compra por produto', 'Vender não mais do que X unidades de um produto em um pedido.'),
(7290, 'O', 'da', 'Quantity step', 'Aumentar ou diminuir o número de unidades do produto comprado somente em X.'),
(7290, 'O', 'en', 'Quantity step', 'Increase or decrease the number of purchased product units only by X.'),
(7290, 'O', 'pt', 'Quantity step', 'Aumentar ou diminuir o número de unidades do produto comprado somente em X.'),
(7292, 'O', 'da', 'Quantidade disponível', 'Substituir o seletor de quantidade de produto por uma lista suspensa com X variações.'),
(7292, 'O', 'en', 'Number of available quantities', 'Replace product quantity selector with a dropdown list with X variants.'),
(7292, 'O', 'pt', 'Quantidade disponível', 'Substituir o seletor de quantidade de produto por uma lista suspensa com X variações.'),
(7294, 'O', 'da', 'Acompanhar estoque', NULL),
(7294, 'O', 'en', 'Track inventory', NULL),
(7294, 'O', 'pt', 'Acompanhar estoque', NULL),
(7297, 'O', 'da', 'Contact button on detailed order page', 'Show the \"Start communication\" button on detailed order page.'),
(7297, 'O', 'de', 'Contact button on detailed order page', 'Show the \"Start communication\" button on detailed order page.'),
(7297, 'O', 'el', 'Contact button on detailed order page', 'Show the \"Start communication\" button on detailed order page.'),
(7297, 'O', 'en', 'Contact button on detailed order page', 'Show the \"Start communication\" button on detailed order page.'),
(7297, 'O', 'es', 'Contact button on detailed order page', 'Show the \"Start communication\" button on detailed order page.'),
(7297, 'O', 'fr', 'Contact button on detailed order page', 'Show the \"Start communication\" button on detailed order page.'),
(7297, 'O', 'it', 'Contact button on detailed order page', 'Show the \"Start communication\" button on detailed order page.'),
(7297, 'O', 'nl', 'Contact button on detailed order page', 'Show the \"Start communication\" button on detailed order page.'),
(7297, 'O', 'no', 'Contact button on detailed order page', 'Show the \"Start communication\" button on detailed order page.'),
(7297, 'O', 'pt', 'Contact button on detailed order page', 'Show the \"Start communication\" button on detailed order page.'),
(7297, 'O', 'ro', 'Contact button on detailed order page', 'Show the \"Start communication\" button on detailed order page.'),
(7297, 'O', 'ru', 'Contact button on detailed order page', 'Show the \"Start communication\" button on detailed order page.'),
(7298, 'O', 'da', 'Approval of newly-created vendors', ''),
(7298, 'O', 'de', 'Approval of newly-created vendors', ''),
(7298, 'O', 'el', 'Approval of newly-created vendors', ''),
(7298, 'O', 'en', 'Approval of newly-created vendors', '');
INSERT INTO `partiushop_settings_descriptions` (`object_id`, `object_type`, `lang_code`, `value`, `tooltip`) VALUES
(7298, 'O', 'es', 'Approval of newly-created vendors', ''),
(7298, 'O', 'fr', 'Approval of newly-created vendors', ''),
(7298, 'O', 'it', 'Approval of newly-created vendors', ''),
(7298, 'O', 'nl', 'Approval of newly-created vendors', ''),
(7298, 'O', 'no', 'Approval of newly-created vendors', ''),
(7298, 'O', 'pt', 'Approval of newly-created vendors', ''),
(7298, 'O', 'ro', 'Approval of newly-created vendors', ''),
(7298, 'O', 'ru', 'Approval of newly-created vendors', ''),
(7299, 'O', 'da', 'PDF server', 'The location of the server where we\'ll be generating PDF files for your site. All servers work the same way, and they don\'t keep or analyze any of your data. Select the one that your legal advisor suggests, or the one you\'re most comfortable with.'),
(7299, 'O', 'de', 'PDF server', 'The location of the server where we\'ll be generating PDF files for your site. All servers work the same way, and they don\'t keep or analyze any of your data. Select the one that your legal advisor suggests, or the one you\'re most comfortable with.'),
(7299, 'O', 'el', 'PDF server', 'The location of the server where we\'ll be generating PDF files for your site. All servers work the same way, and they don\'t keep or analyze any of your data. Select the one that your legal advisor suggests, or the one you\'re most comfortable with.'),
(7299, 'O', 'en', 'PDF server', 'The location of the server where we\'ll be generating PDF files for your site. All servers work the same way, and they don\'t keep or analyze any of your data. Select the one that your legal advisor suggests, or the one you\'re most comfortable with.'),
(7299, 'O', 'es', 'PDF server', 'The location of the server where we\'ll be generating PDF files for your site. All servers work the same way, and they don\'t keep or analyze any of your data. Select the one that your legal advisor suggests, or the one you\'re most comfortable with.'),
(7299, 'O', 'fr', 'PDF server', 'The location of the server where we\'ll be generating PDF files for your site. All servers work the same way, and they don\'t keep or analyze any of your data. Select the one that your legal advisor suggests, or the one you\'re most comfortable with.'),
(7299, 'O', 'it', 'PDF server', 'The location of the server where we\'ll be generating PDF files for your site. All servers work the same way, and they don\'t keep or analyze any of your data. Select the one that your legal advisor suggests, or the one you\'re most comfortable with.'),
(7299, 'O', 'nl', 'PDF server', 'The location of the server where we\'ll be generating PDF files for your site. All servers work the same way, and they don\'t keep or analyze any of your data. Select the one that your legal advisor suggests, or the one you\'re most comfortable with.'),
(7299, 'O', 'no', 'PDF server', 'The location of the server where we\'ll be generating PDF files for your site. All servers work the same way, and they don\'t keep or analyze any of your data. Select the one that your legal advisor suggests, or the one you\'re most comfortable with.'),
(7299, 'O', 'pt', 'Servidor PDF', 'A localização do servidor onde nos estremos gerando arquivos PDF  para o nosso site. Todos os servidores funcionam da mesma forma, e eles não mantém ou analisam nenhum dado seu. Selecione aquele que o seu consultor legal sugerir, ou aquele que se sentir mais confortável'),
(7299, 'O', 'ro', 'PDF server', 'The location of the server where we\'ll be generating PDF files for your site. All servers work the same way, and they don\'t keep or analyze any of your data. Select the one that your legal advisor suggests, or the one you\'re most comfortable with.'),
(7299, 'O', 'ru', 'Сервер PDF', 'Местоположение сервера, где мы будем генерировать PDF-файлы для вашего сайта. Все серверы работают одинаково, а мы не храним и не анализируем ваши данные. Выберите тот сервер, который вам больше нравится или который больше подходит по законодательству.'),
(7332, 'O', 'da', '', ''),
(7332, 'O', 'de', '', ''),
(7332, 'O', 'el', '', ''),
(7332, 'O', 'en', '', ''),
(7332, 'O', 'es', '', ''),
(7332, 'O', 'fr', '', ''),
(7332, 'O', 'it', '', ''),
(7332, 'O', 'nl', '', ''),
(7332, 'O', 'no', '', ''),
(7332, 'O', 'pt', '', ''),
(7332, 'O', 'ro', '', ''),
(7332, 'O', 'ru', '', ''),
(7333, 'O', 'da', 'Reviews per page', ''),
(7333, 'O', 'de', 'Reviews per page', ''),
(7333, 'O', 'el', 'Κριτικές ανά σελίδα', ''),
(7333, 'O', 'en', 'Reviews per page', ''),
(7333, 'O', 'es', 'Opiniones por página', ''),
(7333, 'O', 'fr', 'Reviews per page', ''),
(7333, 'O', 'it', 'Reviews per page', ''),
(7333, 'O', 'nl', 'Reviews per page', ''),
(7333, 'O', 'no', 'Reviews per page', ''),
(7333, 'O', 'pt', 'Avaliações por página', ''),
(7333, 'O', 'ro', 'Reviews per page', ''),
(7333, 'O', 'ru', 'Отзывов на странице', ''),
(7334, 'O', 'da', 'Administrator must approve posts submitted by', ''),
(7334, 'O', 'de', 'Administrator must approve posts submitted by', ''),
(7334, 'O', 'el', 'Ο διαχειριστής πρέπει να εγκρίνει τις δημοσιεύσεις από', ''),
(7334, 'O', 'en', 'Administrator must approve posts submitted by', ''),
(7334, 'O', 'es', 'Administrador debe aprobar comentarios presentados por', ''),
(7334, 'O', 'fr', 'Administrator must approve posts submitted by', ''),
(7334, 'O', 'it', 'Administrator must approve posts submitted by', ''),
(7334, 'O', 'nl', 'Administrator must approve posts submitted by', ''),
(7334, 'O', 'no', 'Administrator must approve posts submitted by', ''),
(7334, 'O', 'pt', 'Administrador deve aprovar posts enviados por', ''),
(7334, 'O', 'ro', 'Administrator must approve posts submitted by', ''),
(7334, 'O', 'ru', 'Проверять перед публикацией отзывы', ''),
(7335, 'O', 'da', 'Allow one review per IP address', ''),
(7335, 'O', 'de', 'Allow one review per IP address', ''),
(7335, 'O', 'el', 'Allow one review per IP address', ''),
(7335, 'O', 'en', 'Allow one review per IP address', ''),
(7335, 'O', 'es', 'Allow one review per IP address', ''),
(7335, 'O', 'fr', 'Allow one review per IP address', ''),
(7335, 'O', 'it', 'Allow one review per IP address', ''),
(7335, 'O', 'nl', 'Allow one review per IP address', ''),
(7335, 'O', 'no', 'Allow one review per IP address', ''),
(7335, 'O', 'pt', 'Permitir uma revisão por endereço de IP', ''),
(7335, 'O', 'ro', 'Allow one review per IP address', ''),
(7335, 'O', 'ru', 'Не больше одного отзыва с одного IP-адреса', ''),
(7336, 'O', 'da', 'Review fields', ''),
(7336, 'O', 'de', 'Review fields', ''),
(7336, 'O', 'el', 'Πεδία Κριτικών', ''),
(7336, 'O', 'en', 'Review fields', ''),
(7336, 'O', 'es', 'Campos de opiniones', ''),
(7336, 'O', 'fr', 'Review fields', ''),
(7336, 'O', 'it', 'Review fields', ''),
(7336, 'O', 'nl', 'Review fields', ''),
(7336, 'O', 'no', 'Review fields', ''),
(7336, 'O', 'pt', 'Campos de revisão', ''),
(7336, 'O', 'ro', 'Review fields', ''),
(7336, 'O', 'ru', 'Поля отзывов', ''),
(7337, 'O', 'da', 'Only buyers can post', 'Allow leaving reviews for a product only to those who bought that product.'),
(7337, 'O', 'de', 'Only buyers can post', 'Allow leaving reviews for a product only to those who bought that product.'),
(7337, 'O', 'el', 'Αναρτηση μόνο από αγοραστές', 'Δώστε το δικαίωμα να αφήνουν κριτική για ένα προϊόν, μόνο αυτοί που αγόρασαν το εκάστοτε προϊόν.'),
(7337, 'O', 'en', 'Only buyers can post', 'Allow leaving reviews for a product only to those who bought that product.'),
(7337, 'O', 'es', 'Sólo los compradores pueden enviar un comentario', 'Permite dejar opiniones de un producto sólo a aquellos que compraron ese producto.'),
(7337, 'O', 'fr', 'Only buyers can post', 'Allow leaving reviews for a product only to those who bought that product.'),
(7337, 'O', 'it', 'Only buyers can post', 'Allow leaving reviews for a product only to those who bought that product.'),
(7337, 'O', 'nl', 'Only buyers can post', 'Allow leaving reviews for a product only to those who bought that product.'),
(7337, 'O', 'no', 'Only buyers can post', 'Allow leaving reviews for a product only to those who bought that product.'),
(7337, 'O', 'pt', 'Somente compradores podem postar', 'Permitir que deixe avaliações do produto somente quem o comprou.'),
(7337, 'O', 'ro', 'Only buyers can post', 'Allow leaving reviews for a product only to those who bought that product.'),
(7337, 'O', 'ru', 'Отзывы только от покупателей', 'Разрешить оставлять отзывы о товаре только тем, кто купил этот товар.'),
(7338, 'O', 'da', 'Ask for customer location', ''),
(7338, 'O', 'de', 'Ask for customer location', ''),
(7338, 'O', 'el', 'Ζητήστε την τοποθεσία του πελάτη', ''),
(7338, 'O', 'en', 'Ask for customer location', ''),
(7338, 'O', 'es', 'Preguntar por la ubicación del cliente', ''),
(7338, 'O', 'fr', 'Ask for customer location', ''),
(7338, 'O', 'it', 'Ask for customer location', ''),
(7338, 'O', 'nl', 'Ask for customer location', ''),
(7338, 'O', 'no', 'Ask for customer location', ''),
(7338, 'O', 'pt', 'Pedir pela localização do cliente', ''),
(7338, 'O', 'ro', 'Ask for customer location', ''),
(7338, 'O', 'ru', 'Спрашивать местоположение покупателя', ''),
(7339, 'O', 'da', 'Split reviews by storefront', ''),
(7339, 'O', 'de', 'Split reviews by storefront', ''),
(7339, 'O', 'el', 'Διαχωρίστε τις κριτικές ανά κατάστημα', ''),
(7339, 'O', 'en', 'Split reviews by storefront', ''),
(7339, 'O', 'es', 'Dividir las opiniones por tienda', ''),
(7339, 'O', 'fr', 'Split reviews by storefront', ''),
(7339, 'O', 'it', 'Split reviews by storefront', ''),
(7339, 'O', 'nl', 'Split reviews by storefront', ''),
(7339, 'O', 'no', 'Split reviews by storefront', ''),
(7339, 'O', 'pt', 'Partir avaliações por fachada', ''),
(7339, 'O', 'ro', 'Split reviews by storefront', ''),
(7339, 'O', 'ru', 'Разделять отзывы по витринам', ''),
(7340, 'O', 'da', '', ''),
(7340, 'O', 'de', '', ''),
(7340, 'O', 'el', '', ''),
(7340, 'O', 'en', '', ''),
(7340, 'O', 'es', '', ''),
(7340, 'O', 'fr', '', ''),
(7340, 'O', 'it', '', ''),
(7340, 'O', 'nl', '', ''),
(7340, 'O', 'no', '', ''),
(7340, 'O', 'pt', '', ''),
(7340, 'O', 'ro', '', ''),
(7340, 'O', 'ru', '', ''),
(7411, 'O', 'da', 'Login', ''),
(7411, 'O', 'de', 'Login', ''),
(7411, 'O', 'el', 'Login', ''),
(7411, 'O', 'en', 'Login', ''),
(7411, 'O', 'es', 'Login', ''),
(7411, 'O', 'fr', 'Login', ''),
(7411, 'O', 'it', 'Login', ''),
(7411, 'O', 'nl', 'Login', ''),
(7411, 'O', 'no', 'Login', ''),
(7411, 'O', 'pt', 'Login', ''),
(7411, 'O', 'ro', 'Login', ''),
(7411, 'O', 'ru', 'Login', ''),
(7412, 'O', 'da', 'Senha', ''),
(7412, 'O', 'de', 'Senha', ''),
(7412, 'O', 'el', 'Senha', ''),
(7412, 'O', 'en', 'Senha', ''),
(7412, 'O', 'es', 'Senha', ''),
(7412, 'O', 'fr', 'Senha', ''),
(7412, 'O', 'it', 'Senha', ''),
(7412, 'O', 'nl', 'Senha', ''),
(7412, 'O', 'no', 'Senha', ''),
(7412, 'O', 'pt', 'Senha', ''),
(7412, 'O', 'ro', 'Senha', ''),
(7412, 'O', 'ru', 'Senha', ''),
(7413, 'O', 'da', 'Fingerprint', ''),
(7413, 'O', 'de', 'Fingerprint', ''),
(7413, 'O', 'el', 'Fingerprint', ''),
(7413, 'O', 'en', 'Fingerprint', ''),
(7413, 'O', 'es', 'Fingerprint', ''),
(7413, 'O', 'fr', 'Fingerprint', ''),
(7413, 'O', 'it', 'Fingerprint', ''),
(7413, 'O', 'nl', 'Fingerprint', ''),
(7413, 'O', 'no', 'Fingerprint', ''),
(7413, 'O', 'pt', 'Fingerprint', ''),
(7413, 'O', 'ro', 'Fingerprint', ''),
(7413, 'O', 'ru', 'Fingerprint', ''),
(7414, 'O', 'da', 'Ambiente', ''),
(7414, 'O', 'de', 'Ambiente', ''),
(7414, 'O', 'el', 'Ambiente', ''),
(7414, 'O', 'en', 'Ambiente', ''),
(7414, 'O', 'es', 'Ambiente', ''),
(7414, 'O', 'fr', 'Ambiente', ''),
(7414, 'O', 'it', 'Ambiente', ''),
(7414, 'O', 'nl', 'Ambiente', ''),
(7414, 'O', 'no', 'Ambiente', ''),
(7414, 'O', 'pt', 'Ambiente', ''),
(7414, 'O', 'ro', 'Ambiente', ''),
(7414, 'O', 'ru', 'Ambiente', ''),
(7415, 'O', 'da', '', ''),
(7415, 'O', 'de', '', ''),
(7415, 'O', 'el', '', ''),
(7415, 'O', 'en', '', ''),
(7415, 'O', 'es', '', ''),
(7415, 'O', 'fr', '', ''),
(7415, 'O', 'it', '', ''),
(7415, 'O', 'nl', '', ''),
(7415, 'O', 'no', '', ''),
(7415, 'O', 'pt', '', ''),
(7415, 'O', 'ro', '', ''),
(7415, 'O', 'ru', '', ''),
(7416, 'O', 'da', '', ''),
(7416, 'O', 'de', '', ''),
(7416, 'O', 'el', '', ''),
(7416, 'O', 'en', '', ''),
(7416, 'O', 'es', '', ''),
(7416, 'O', 'fr', '', ''),
(7416, 'O', 'it', '', ''),
(7416, 'O', 'nl', '', ''),
(7416, 'O', 'no', '', ''),
(7416, 'O', 'pt', '', ''),
(7416, 'O', 'ro', '', ''),
(7416, 'O', 'ru', '', ''),
(7417, 'O', 'da', '', ''),
(7417, 'O', 'de', '', ''),
(7417, 'O', 'el', '', ''),
(7417, 'O', 'en', '', ''),
(7417, 'O', 'es', '', ''),
(7417, 'O', 'fr', '', ''),
(7417, 'O', 'it', '', ''),
(7417, 'O', 'nl', '', ''),
(7417, 'O', 'no', '', ''),
(7417, 'O', 'pt', '', ''),
(7417, 'O', 'ro', '', ''),
(7417, 'O', 'ru', '', ''),
(7418, 'O', 'da', '', ''),
(7418, 'O', 'de', '', ''),
(7418, 'O', 'el', '', ''),
(7418, 'O', 'en', '', ''),
(7418, 'O', 'es', '', ''),
(7418, 'O', 'fr', '', ''),
(7418, 'O', 'it', '', ''),
(7418, 'O', 'nl', '', ''),
(7418, 'O', 'no', '', ''),
(7418, 'O', 'pt', '', ''),
(7418, 'O', 'ro', '', ''),
(7418, 'O', 'ru', '', ''),
(7419, 'O', 'da', '', ''),
(7419, 'O', 'de', '', ''),
(7419, 'O', 'el', '', ''),
(7419, 'O', 'en', '', ''),
(7419, 'O', 'es', '', ''),
(7419, 'O', 'fr', '', ''),
(7419, 'O', 'it', '', ''),
(7419, 'O', 'nl', '', ''),
(7419, 'O', 'no', '', ''),
(7419, 'O', 'pt', '', ''),
(7419, 'O', 'ro', '', ''),
(7419, 'O', 'ru', '', ''),
(7420, 'O', 'da', '', ''),
(7420, 'O', 'de', '', ''),
(7420, 'O', 'el', '', ''),
(7420, 'O', 'en', '', ''),
(7420, 'O', 'es', '', ''),
(7420, 'O', 'fr', '', ''),
(7420, 'O', 'it', '', ''),
(7420, 'O', 'nl', '', ''),
(7420, 'O', 'no', '', ''),
(7420, 'O', 'pt', '', ''),
(7420, 'O', 'ro', '', ''),
(7420, 'O', 'ru', '', ''),
(7421, 'O', 'da', '', ''),
(7421, 'O', 'de', '', ''),
(7421, 'O', 'el', '', ''),
(7421, 'O', 'en', '', ''),
(7421, 'O', 'es', '', ''),
(7421, 'O', 'fr', '', ''),
(7421, 'O', 'it', '', ''),
(7421, 'O', 'nl', '', ''),
(7421, 'O', 'no', '', ''),
(7421, 'O', 'pt', '', ''),
(7421, 'O', 'ro', '', ''),
(7421, 'O', 'ru', '', ''),
(7426, 'O', 'da', 'Quantas vezes os planos gratuitos podem ser renovados', 'Quantas vezes os planos gratuitos podem ser renovados'),
(7426, 'O', 'de', 'Quantas vezes os planos gratuitos podem ser renovados', 'Quantas vezes os planos gratuitos podem ser renovados'),
(7426, 'O', 'el', 'Quantas vezes os planos gratuitos podem ser renovados', 'Quantas vezes os planos gratuitos podem ser renovados'),
(7426, 'O', 'en', 'Quantas vezes os planos gratuitos podem ser renovados', 'Quantas vezes os planos gratuitos podem ser renovados'),
(7426, 'O', 'es', 'Quantas vezes os planos gratuitos podem ser renovados', 'Quantas vezes os planos gratuitos podem ser renovados'),
(7426, 'O', 'fr', 'Quantas vezes os planos gratuitos podem ser renovados', 'Quantas vezes os planos gratuitos podem ser renovados'),
(7426, 'O', 'it', 'Quantas vezes os planos gratuitos podem ser renovados', 'Quantas vezes os planos gratuitos podem ser renovados'),
(7426, 'O', 'nl', 'Quantas vezes os planos gratuitos podem ser renovados', 'Quantas vezes os planos gratuitos podem ser renovados'),
(7426, 'O', 'no', 'Quantas vezes os planos gratuitos podem ser renovados', 'Quantas vezes os planos gratuitos podem ser renovados'),
(7426, 'O', 'pt', 'Quantas vezes os planos gratuitos podem ser renovados', 'Quantas vezes os planos gratuitos podem ser renovados'),
(7426, 'O', 'ro', 'Quantas vezes os planos gratuitos podem ser renovados', 'Quantas vezes os planos gratuitos podem ser renovados'),
(7426, 'O', 'ru', 'Quantas vezes os planos gratuitos podem ser renovados', 'Quantas vezes os planos gratuitos podem ser renovados'),
(7427, 'O', 'da', 'Quantos dias de antecedência para enviar notificações de pagamento', 'Quantos dias de antecedência para enviar notificações de pagamento'),
(7427, 'O', 'de', 'Quantos dias de antecedência para enviar notificações de pagamento', 'Quantos dias de antecedência para enviar notificações de pagamento'),
(7427, 'O', 'el', 'Quantos dias de antecedência para enviar notificações de pagamento', 'Quantos dias de antecedência para enviar notificações de pagamento'),
(7427, 'O', 'en', 'Quantos dias de antecedência para enviar notificações de pagamento', 'Quantos dias de antecedência para enviar notificações de pagamento'),
(7427, 'O', 'es', 'Quantos dias de antecedência para enviar notificações de pagamento', 'Quantos dias de antecedência para enviar notificações de pagamento'),
(7427, 'O', 'fr', 'Quantos dias de antecedência para enviar notificações de pagamento', 'Quantos dias de antecedência para enviar notificações de pagamento'),
(7427, 'O', 'it', 'Quantos dias de antecedência para enviar notificações de pagamento', 'Quantos dias de antecedência para enviar notificações de pagamento'),
(7427, 'O', 'nl', 'Quantos dias de antecedência para enviar notificações de pagamento', 'Quantos dias de antecedência para enviar notificações de pagamento'),
(7427, 'O', 'no', 'Quantos dias de antecedência para enviar notificações de pagamento', 'Quantos dias de antecedência para enviar notificações de pagamento'),
(7427, 'O', 'pt', 'Quantos dias de antecedência para enviar notificações de pagamento', 'Quantos dias de antecedência para enviar notificações de pagamento'),
(7427, 'O', 'ro', 'Quantos dias de antecedência para enviar notificações de pagamento', 'Quantos dias de antecedência para enviar notificações de pagamento'),
(7427, 'O', 'ru', 'Quantos dias de antecedência para enviar notificações de pagamento', 'Quantos dias de antecedência para enviar notificações de pagamento'),
(7428, 'O', 'da', 'Reorganizar pacotes de envios por armazém', 'Reorganizar pacotes de envios por armazém'),
(7428, 'O', 'de', 'Reorganizar pacotes de envios por armazém', 'Reorganizar pacotes de envios por armazém'),
(7428, 'O', 'el', 'Reorganizar pacotes de envios por armazém', 'Reorganizar pacotes de envios por armazém'),
(7428, 'O', 'en', 'Reorganizar pacotes de envios por armazém', 'Reorganizar pacotes de envios por armazém'),
(7428, 'O', 'es', 'Reorganizar pacotes de envios por armazém', 'Reorganizar pacotes de envios por armazém'),
(7428, 'O', 'fr', 'Reorganizar pacotes de envios por armazém', 'Reorganizar pacotes de envios por armazém'),
(7428, 'O', 'it', 'Reorganizar pacotes de envios por armazém', 'Reorganizar pacotes de envios por armazém'),
(7428, 'O', 'nl', 'Reorganizar pacotes de envios por armazém', 'Reorganizar pacotes de envios por armazém'),
(7428, 'O', 'no', 'Reorganizar pacotes de envios por armazém', 'Reorganizar pacotes de envios por armazém'),
(7428, 'O', 'pt', 'Reorganizar pacotes de envios por armazém', 'Reorganizar pacotes de envios por armazém'),
(7428, 'O', 'ro', 'Reorganizar pacotes de envios por armazém', 'Reorganizar pacotes de envios por armazém'),
(7428, 'O', 'ru', 'Reorganizar pacotes de envios por armazém', 'Reorganizar pacotes de envios por armazém'),
(7429, 'O', 'pt', 'Buy a default common product', 'The \"Add to cart\" button will appear next to the product (not just its offers) and select the best offer available.'),
(7466, 'O', 'da', 'VIVAshop functionality settings', ''),
(7466, 'O', 'de', 'VIVAshop functionality settings', ''),
(7466, 'O', 'el', 'VIVAshop functionality settings', ''),
(7466, 'O', 'en', 'VIVAshop functionality settings', ''),
(7466, 'O', 'es', 'VIVAshop functionality settings', ''),
(7466, 'O', 'fr', 'VIVAshop functionality settings', ''),
(7466, 'O', 'it', 'VIVAshop functionality settings', ''),
(7466, 'O', 'nl', 'VIVAshop functionality settings', ''),
(7466, 'O', 'no', 'VIVAshop functionality settings', ''),
(7466, 'O', 'pt', 'VIVAshop functionality settings', ''),
(7466, 'O', 'ro', 'VIVAshop functionality settings', ''),
(7466, 'O', 'ru', 'VIVAshop functionality settings', ''),
(7467, 'O', 'da', 'Product title rows', 'Display the product titles on single or multiple rows'),
(7467, 'O', 'de', 'Product title rows', 'Display the product titles on single or multiple rows'),
(7467, 'O', 'el', 'Product title rows', 'Display the product titles on single or multiple rows'),
(7467, 'O', 'en', 'Product title rows', 'Display the product titles on single or multiple rows'),
(7467, 'O', 'es', 'Product title rows', 'Display the product titles on single or multiple rows'),
(7467, 'O', 'fr', 'Product title rows', 'Display the product titles on single or multiple rows'),
(7467, 'O', 'it', 'Product title rows', 'Display the product titles on single or multiple rows'),
(7467, 'O', 'nl', 'Product title rows', 'Display the product titles on single or multiple rows'),
(7467, 'O', 'no', 'Product title rows', 'Display the product titles on single or multiple rows'),
(7467, 'O', 'pt', 'Product title rows', 'Display the product titles on single or multiple rows'),
(7467, 'O', 'ro', 'Product title rows', 'Display the product titles on single or multiple rows'),
(7467, 'O', 'ru', 'Product title rows', 'Display the product titles on single or multiple rows'),
(7468, 'O', 'da', 'Scroll up button position', 'Choose the position of the scroll to top button'),
(7468, 'O', 'de', 'Scroll up button position', 'Choose the position of the scroll to top button'),
(7468, 'O', 'el', 'Scroll up button position', 'Choose the position of the scroll to top button'),
(7468, 'O', 'en', 'Scroll up button position', 'Choose the position of the scroll to top button'),
(7468, 'O', 'es', 'Scroll up button position', 'Choose the position of the scroll to top button'),
(7468, 'O', 'fr', 'Scroll up button position', 'Choose the position of the scroll to top button'),
(7468, 'O', 'it', 'Scroll up button position', 'Choose the position of the scroll to top button'),
(7468, 'O', 'nl', 'Scroll up button position', 'Choose the position of the scroll to top button'),
(7468, 'O', 'no', 'Scroll up button position', 'Choose the position of the scroll to top button'),
(7468, 'O', 'pt', 'Scroll up button position', 'Choose the position of the scroll to top button'),
(7468, 'O', 'ro', 'Scroll up button position', 'Choose the position of the scroll to top button'),
(7468, 'O', 'ru', 'Scroll up button position', 'Choose the position of the scroll to top button'),
(7469, 'O', 'da', 'Brand page type', 'Set the way brands are displayed on the Brands page'),
(7469, 'O', 'de', 'Brand page type', 'Set the way brands are displayed on the Brands page'),
(7469, 'O', 'el', 'Brand page type', 'Set the way brands are displayed on the Brands page'),
(7469, 'O', 'en', 'Brand page type', 'Set the way brands are displayed on the Brands page'),
(7469, 'O', 'es', 'Brand page type', 'Set the way brands are displayed on the Brands page'),
(7469, 'O', 'fr', 'Brand page type', 'Set the way brands are displayed on the Brands page'),
(7469, 'O', 'it', 'Brand page type', 'Set the way brands are displayed on the Brands page'),
(7469, 'O', 'nl', 'Brand page type', 'Set the way brands are displayed on the Brands page'),
(7469, 'O', 'no', 'Brand page type', 'Set the way brands are displayed on the Brands page'),
(7469, 'O', 'pt', 'Brand page type', 'Set the way brands are displayed on the Brands page'),
(7469, 'O', 'ro', 'Brand page type', 'Set the way brands are displayed on the Brands page'),
(7469, 'O', 'ru', 'Brand page type', 'Set the way brands are displayed on the Brands page'),
(7470, 'O', 'da', 'Filters', 'Set the way filters are displayed'),
(7470, 'O', 'de', 'Filters', 'Set the way filters are displayed'),
(7470, 'O', 'el', 'Filters', 'Set the way filters are displayed'),
(7470, 'O', 'en', 'Filters', 'Set the way filters are displayed'),
(7470, 'O', 'es', 'Filters', 'Set the way filters are displayed'),
(7470, 'O', 'fr', 'Filters', 'Set the way filters are displayed'),
(7470, 'O', 'it', 'Filters', 'Set the way filters are displayed'),
(7470, 'O', 'nl', 'Filters', 'Set the way filters are displayed'),
(7470, 'O', 'no', 'Filters', 'Set the way filters are displayed'),
(7470, 'O', 'pt', 'Filters', 'Set the way filters are displayed'),
(7470, 'O', 'ro', 'Filters', 'Set the way filters are displayed'),
(7470, 'O', 'ru', 'Filters', 'Set the way filters are displayed'),
(7471, 'O', 'da', 'Sidebar categories', 'Set the way the category sidebar is displayed'),
(7471, 'O', 'de', 'Sidebar categories', 'Set the way the category sidebar is displayed'),
(7471, 'O', 'el', 'Sidebar categories', 'Set the way the category sidebar is displayed'),
(7471, 'O', 'en', 'Sidebar categories', 'Set the way the category sidebar is displayed'),
(7471, 'O', 'es', 'Sidebar categories', 'Set the way the category sidebar is displayed'),
(7471, 'O', 'fr', 'Sidebar categories', 'Set the way the category sidebar is displayed'),
(7471, 'O', 'it', 'Sidebar categories', 'Set the way the category sidebar is displayed'),
(7471, 'O', 'nl', 'Sidebar categories', 'Set the way the category sidebar is displayed'),
(7471, 'O', 'no', 'Sidebar categories', 'Set the way the category sidebar is displayed'),
(7471, 'O', 'pt', 'Sidebar categories', 'Set the way the category sidebar is displayed'),
(7471, 'O', 'ro', 'Sidebar categories', 'Set the way the category sidebar is displayed'),
(7471, 'O', 'ru', 'Sidebar categories', 'Set the way the category sidebar is displayed'),
(7472, 'O', 'da', 'Responsive mode', 'Set the responsive mode to be used: <br/><b>Default</b> (device based)<br/>or <br/><b>Traditional</b> (resolution based)'),
(7472, 'O', 'de', 'Responsive mode', 'Set the responsive mode to be used: <br/><b>Default</b> (device based)<br/>or <br/><b>Traditional</b> (resolution based)'),
(7472, 'O', 'el', 'Responsive mode', 'Set the responsive mode to be used: <br/><b>Default</b> (device based)<br/>or <br/><b>Traditional</b> (resolution based)'),
(7472, 'O', 'en', 'Responsive mode', 'Set the responsive mode to be used: <br/><b>Default</b> (device based)<br/>or <br/><b>Traditional</b> (resolution based)'),
(7472, 'O', 'es', 'Responsive mode', 'Set the responsive mode to be used: <br/><b>Default</b> (device based)<br/>or <br/><b>Traditional</b> (resolution based)'),
(7472, 'O', 'fr', 'Responsive mode', 'Set the responsive mode to be used: <br/><b>Default</b> (device based)<br/>or <br/><b>Traditional</b> (resolution based)'),
(7472, 'O', 'it', 'Responsive mode', 'Set the responsive mode to be used: <br/><b>Default</b> (device based)<br/>or <br/><b>Traditional</b> (resolution based)'),
(7472, 'O', 'nl', 'Responsive mode', 'Set the responsive mode to be used: <br/><b>Default</b> (device based)<br/>or <br/><b>Traditional</b> (resolution based)'),
(7472, 'O', 'no', 'Responsive mode', 'Set the responsive mode to be used: <br/><b>Default</b> (device based)<br/>or <br/><b>Traditional</b> (resolution based)'),
(7472, 'O', 'pt', 'Responsive mode', 'Set the responsive mode to be used: <br/><b>Default</b> (device based)<br/>or <br/><b>Traditional</b> (resolution based)'),
(7472, 'O', 'ro', 'Responsive mode', 'Set the responsive mode to be used: <br/><b>Default</b> (device based)<br/>or <br/><b>Traditional</b> (resolution based)'),
(7472, 'O', 'ru', 'Responsive mode', 'Set the responsive mode to be used: <br/><b>Default</b> (device based)<br/>or <br/><b>Traditional</b> (resolution based)'),
(7473, 'O', 'da', 'Show product count on sidebar categories block', ''),
(7473, 'O', 'de', 'Show product count on sidebar categories block', ''),
(7473, 'O', 'el', 'Show product count on sidebar categories block', ''),
(7473, 'O', 'en', 'Show product count on sidebar categories block', ''),
(7473, 'O', 'es', 'Show product count on sidebar categories block', ''),
(7473, 'O', 'fr', 'Show product count on sidebar categories block', ''),
(7473, 'O', 'it', 'Show product count on sidebar categories block', ''),
(7473, 'O', 'nl', 'Show product count on sidebar categories block', ''),
(7473, 'O', 'no', 'Show product count on sidebar categories block', ''),
(7473, 'O', 'pt', 'Show product count on sidebar categories block', ''),
(7473, 'O', 'ro', 'Show product count on sidebar categories block', ''),
(7473, 'O', 'ru', 'Show product count on sidebar categories block', ''),
(7474, 'O', 'da', 'Show product count on filters block', ''),
(7474, 'O', 'de', 'Show product count on filters block', ''),
(7474, 'O', 'el', 'Show product count on filters block', ''),
(7474, 'O', 'en', 'Show product count on filters block', ''),
(7474, 'O', 'es', 'Show product count on filters block', ''),
(7474, 'O', 'fr', 'Show product count on filters block', ''),
(7474, 'O', 'it', 'Show product count on filters block', ''),
(7474, 'O', 'nl', 'Show product count on filters block', ''),
(7474, 'O', 'no', 'Show product count on filters block', ''),
(7474, 'O', 'pt', 'Show product count on filters block', ''),
(7474, 'O', 'ro', 'Show product count on filters block', ''),
(7474, 'O', 'ru', 'Show product count on filters block', ''),
(7475, 'O', 'da', 'Demo data', ''),
(7475, 'O', 'de', 'Demo data', ''),
(7475, 'O', 'el', 'Demo data', ''),
(7475, 'O', 'en', 'Demo data', ''),
(7475, 'O', 'es', 'Demo data', ''),
(7475, 'O', 'fr', 'Demo data', ''),
(7475, 'O', 'it', 'Demo data', ''),
(7475, 'O', 'nl', 'Demo data', ''),
(7475, 'O', 'no', 'Demo data', ''),
(7475, 'O', 'pt', 'Demo data', ''),
(7475, 'O', 'ro', 'Demo data', ''),
(7475, 'O', 'ru', 'Demo data', ''),
(7476, 'O', 'da', '', ''),
(7476, 'O', 'de', '', ''),
(7476, 'O', 'el', '', ''),
(7476, 'O', 'en', '', ''),
(7476, 'O', 'es', '', ''),
(7476, 'O', 'fr', '', ''),
(7476, 'O', 'it', '', ''),
(7476, 'O', 'nl', '', ''),
(7476, 'O', 'no', '', ''),
(7476, 'O', 'pt', '', ''),
(7476, 'O', 'ro', '', ''),
(7476, 'O', 'ru', '', ''),
(7477, 'O', 'da', 'License number', 'Insert your license key as described in the theme documentation'),
(7477, 'O', 'de', 'License number', 'Insert your license key as described in the theme documentation'),
(7477, 'O', 'el', 'License number', 'Insert your license key as described in the theme documentation'),
(7477, 'O', 'en', 'License number', 'Insert your license key as described in the theme documentation'),
(7477, 'O', 'es', 'License number', 'Insert your license key as described in the theme documentation'),
(7477, 'O', 'fr', 'License number', 'Insert your license key as described in the theme documentation'),
(7477, 'O', 'it', 'License number', 'Insert your license key as described in the theme documentation'),
(7477, 'O', 'nl', 'License number', 'Insert your license key as described in the theme documentation'),
(7477, 'O', 'no', 'License number', 'Insert your license key as described in the theme documentation'),
(7477, 'O', 'pt', 'License number', 'Insert your license key as described in the theme documentation'),
(7477, 'O', 'ro', 'License number', 'Insert your license key as described in the theme documentation'),
(7477, 'O', 'ru', 'License number', 'Insert your license key as described in the theme documentation'),
(7478, 'O', 'da', '', ''),
(7478, 'O', 'de', '', ''),
(7478, 'O', 'el', '', ''),
(7478, 'O', 'en', '', ''),
(7478, 'O', 'es', '', ''),
(7478, 'O', 'fr', '', ''),
(7478, 'O', 'it', '', ''),
(7478, 'O', 'nl', '', ''),
(7478, 'O', 'no', '', ''),
(7478, 'O', 'pt', '', ''),
(7478, 'O', 'ro', '', ''),
(7478, 'O', 'ru', '', ''),
(7479, 'O', 'da', '', ''),
(7479, 'O', 'de', '', ''),
(7479, 'O', 'el', '', ''),
(7479, 'O', 'en', '', ''),
(7479, 'O', 'es', '', ''),
(7479, 'O', 'fr', '', ''),
(7479, 'O', 'it', '', ''),
(7479, 'O', 'nl', '', ''),
(7479, 'O', 'no', '', ''),
(7479, 'O', 'pt', '', ''),
(7479, 'O', 'ro', '', ''),
(7479, 'O', 'ru', '', ''),
(7480, 'O', 'da', '', ''),
(7480, 'O', 'de', '', ''),
(7480, 'O', 'el', '', ''),
(7480, 'O', 'en', '', ''),
(7480, 'O', 'es', '', ''),
(7480, 'O', 'fr', '', ''),
(7480, 'O', 'it', '', ''),
(7480, 'O', 'nl', '', ''),
(7480, 'O', 'no', '', ''),
(7480, 'O', 'pt', '', ''),
(7480, 'O', 'ro', '', ''),
(7480, 'O', 'ru', '', ''),
(7481, 'O', 'da', 'DO NOT MODIFY ANYTHING', 'DO NOT MODIFY ANYTHING'),
(7481, 'O', 'de', 'DO NOT MODIFY ANYTHING', 'DO NOT MODIFY ANYTHING'),
(7481, 'O', 'el', 'DO NOT MODIFY ANYTHING', 'DO NOT MODIFY ANYTHING'),
(7481, 'O', 'en', 'DO NOT MODIFY ANYTHING', 'DO NOT MODIFY ANYTHING'),
(7481, 'O', 'es', 'DO NOT MODIFY ANYTHING', 'DO NOT MODIFY ANYTHING'),
(7481, 'O', 'fr', 'DO NOT MODIFY ANYTHING', 'DO NOT MODIFY ANYTHING'),
(7481, 'O', 'it', 'DO NOT MODIFY ANYTHING', 'DO NOT MODIFY ANYTHING'),
(7481, 'O', 'nl', 'DO NOT MODIFY ANYTHING', 'DO NOT MODIFY ANYTHING'),
(7481, 'O', 'no', 'DO NOT MODIFY ANYTHING', 'DO NOT MODIFY ANYTHING'),
(7481, 'O', 'pt', 'DO NOT MODIFY ANYTHING', 'DO NOT MODIFY ANYTHING'),
(7481, 'O', 'ro', 'DO NOT MODIFY ANYTHING', 'DO NOT MODIFY ANYTHING'),
(7481, 'O', 'ru', 'DO NOT MODIFY ANYTHING', 'DO NOT MODIFY ANYTHING'),
(7482, 'O', 'da', 'YOU HAVE BEEN WARNED', 'YOU HAVE BEEN WARNED'),
(7482, 'O', 'de', 'YOU HAVE BEEN WARNED', 'YOU HAVE BEEN WARNED'),
(7482, 'O', 'el', 'YOU HAVE BEEN WARNED', 'YOU HAVE BEEN WARNED'),
(7482, 'O', 'en', 'YOU HAVE BEEN WARNED', 'YOU HAVE BEEN WARNED'),
(7482, 'O', 'es', 'YOU HAVE BEEN WARNED', 'YOU HAVE BEEN WARNED'),
(7482, 'O', 'fr', 'YOU HAVE BEEN WARNED', 'YOU HAVE BEEN WARNED'),
(7482, 'O', 'it', 'YOU HAVE BEEN WARNED', 'YOU HAVE BEEN WARNED'),
(7482, 'O', 'nl', 'YOU HAVE BEEN WARNED', 'YOU HAVE BEEN WARNED'),
(7482, 'O', 'no', 'YOU HAVE BEEN WARNED', 'YOU HAVE BEEN WARNED'),
(7482, 'O', 'pt', 'YOU HAVE BEEN WARNED', 'YOU HAVE BEEN WARNED'),
(7482, 'O', 'ro', 'YOU HAVE BEEN WARNED', 'YOU HAVE BEEN WARNED'),
(7482, 'O', 'ru', 'YOU HAVE BEEN WARNED', 'YOU HAVE BEEN WARNED'),
(7483, 'O', 'da', '', ''),
(7483, 'O', 'de', '', ''),
(7483, 'O', 'el', '', ''),
(7483, 'O', 'en', '', ''),
(7483, 'O', 'es', '', ''),
(7483, 'O', 'fr', '', ''),
(7483, 'O', 'it', '', ''),
(7483, 'O', 'nl', '', ''),
(7483, 'O', 'no', '', ''),
(7483, 'O', 'pt', '', ''),
(7483, 'O', 'ro', '', ''),
(7483, 'O', 'ru', '', ''),
(7484, 'O', 'da', '', ''),
(7484, 'O', 'de', '', ''),
(7484, 'O', 'el', '', ''),
(7484, 'O', 'en', '', ''),
(7484, 'O', 'es', '', ''),
(7484, 'O', 'fr', '', ''),
(7484, 'O', 'it', '', ''),
(7484, 'O', 'nl', '', ''),
(7484, 'O', 'no', '', ''),
(7484, 'O', 'pt', '', ''),
(7484, 'O', 'ro', '', ''),
(7484, 'O', 'ru', '', ''),
(7485, 'O', 'da', 'Levels to show', 'Number of children categories to show (default: 2)'),
(7485, 'O', 'de', 'Levels to show', 'Number of children categories to show (default: 2)'),
(7485, 'O', 'el', 'Levels to show', 'Number of children categories to show (default: 2)'),
(7485, 'O', 'en', 'Levels to show', 'Number of children categories to show (default: 2)'),
(7485, 'O', 'es', 'Levels to show', 'Number of children categories to show (default: 2)'),
(7485, 'O', 'fr', 'Levels to show', 'Number of children categories to show (default: 2)'),
(7485, 'O', 'it', 'Levels to show', 'Number of children categories to show (default: 2)'),
(7485, 'O', 'nl', 'Levels to show', 'Number of children categories to show (default: 2)'),
(7485, 'O', 'no', 'Levels to show', 'Number of children categories to show (default: 2)'),
(7485, 'O', 'pt', 'Levels to show', 'Number of children categories to show (default: 2)'),
(7485, 'O', 'ro', 'Levels to show', 'Number of children categories to show (default: 2)'),
(7485, 'O', 'ru', 'Levels to show', 'Number of children categories to show (default: 2)'),
(7486, 'O', 'da', 'Level separator', 'Insert the text to indent each category level (default: \"¦    \" - empty)'),
(7486, 'O', 'de', 'Level separator', 'Insert the text to indent each category level (default: \"¦    \" - empty)'),
(7486, 'O', 'el', 'Level separator', 'Insert the text to indent each category level (default: \"¦    \" - empty)'),
(7486, 'O', 'en', 'Level separator', 'Insert the text to indent each category level (default: \"¦    \" - empty)'),
(7486, 'O', 'es', 'Level separator', 'Insert the text to indent each category level (default: \"¦    \" - empty)'),
(7486, 'O', 'fr', 'Level separator', 'Insert the text to indent each category level (default: \"¦    \" - empty)'),
(7486, 'O', 'it', 'Level separator', 'Insert the text to indent each category level (default: \"¦    \" - empty)'),
(7486, 'O', 'nl', 'Level separator', 'Insert the text to indent each category level (default: \"¦    \" - empty)'),
(7486, 'O', 'no', 'Level separator', 'Insert the text to indent each category level (default: \"¦    \" - empty)'),
(7486, 'O', 'pt', 'Level separator', 'Insert the text to indent each category level (default: \"¦    \" - empty)'),
(7486, 'O', 'ro', 'Level separator', 'Insert the text to indent each category level (default: \"¦    \" - empty)'),
(7486, 'O', 'ru', 'Level separator', 'Insert the text to indent each category level (default: \"¦    \" - empty)'),
(7487, 'O', 'da', 'Custom width', 'Insert your custom pixel width. Please insert only the number without the \"px\" at the end. (default: \"204\")'),
(7487, 'O', 'de', 'Custom width', 'Insert your custom pixel width. Please insert only the number without the \"px\" at the end. (default: \"204\")'),
(7487, 'O', 'el', 'Custom width', 'Insert your custom pixel width. Please insert only the number without the \"px\" at the end. (default: \"204\")'),
(7487, 'O', 'en', 'Custom width', 'Insert your custom pixel width. Please insert only the number without the \"px\" at the end. (default: \"204\")'),
(7487, 'O', 'es', 'Custom width', 'Insert your custom pixel width. Please insert only the number without the \"px\" at the end. (default: \"204\")'),
(7487, 'O', 'fr', 'Custom width', 'Insert your custom pixel width. Please insert only the number without the \"px\" at the end. (default: \"204\")'),
(7487, 'O', 'it', 'Custom width', 'Insert your custom pixel width. Please insert only the number without the \"px\" at the end. (default: \"204\")'),
(7487, 'O', 'nl', 'Custom width', 'Insert your custom pixel width. Please insert only the number without the \"px\" at the end. (default: \"204\")'),
(7487, 'O', 'no', 'Custom width', 'Insert your custom pixel width. Please insert only the number without the \"px\" at the end. (default: \"204\")'),
(7487, 'O', 'pt', 'Custom width', 'Insert your custom pixel width. Please insert only the number without the \"px\" at the end. (default: \"204\")'),
(7487, 'O', 'ro', 'Custom width', 'Insert your custom pixel width. Please insert only the number without the \"px\" at the end. (default: \"204\")'),
(7487, 'O', 'ru', 'Custom width', 'Insert your custom pixel width. Please insert only the number without the \"px\" at the end. (default: \"204\")'),
(7488, 'O', 'da', 'Product links settings', ''),
(7488, 'O', 'de', 'Product links settings', ''),
(7488, 'O', 'el', 'Product links settings', ''),
(7488, 'O', 'en', 'Product links settings', ''),
(7488, 'O', 'es', 'Product links settings', ''),
(7488, 'O', 'fr', 'Product links settings', ''),
(7488, 'O', 'it', 'Product links settings', ''),
(7488, 'O', 'nl', 'Product links settings', ''),
(7488, 'O', 'no', 'Product links settings', ''),
(7488, 'O', 'pt', 'Product links settings', ''),
(7488, 'O', 'ro', 'Product links settings', ''),
(7488, 'O', 'ru', 'Product links settings', ''),
(7489, 'O', 'da', 'Product links', 'Select which product page to use'),
(7489, 'O', 'de', 'Product links', 'Select which product page to use'),
(7489, 'O', 'el', 'Product links', 'Select which product page to use'),
(7489, 'O', 'en', 'Product links', 'Select which product page to use'),
(7489, 'O', 'es', 'Product links', 'Select which product page to use'),
(7489, 'O', 'fr', 'Product links', 'Select which product page to use'),
(7489, 'O', 'it', 'Product links', 'Select which product page to use'),
(7489, 'O', 'nl', 'Product links', 'Select which product page to use'),
(7489, 'O', 'no', 'Product links', 'Select which product page to use'),
(7489, 'O', 'pt', 'Product links', 'Select which product page to use'),
(7489, 'O', 'ro', 'Product links', 'Select which product page to use'),
(7489, 'O', 'ru', 'Product links', 'Select which product page to use'),
(7490, 'O', 'da', 'Vendor menu items', ''),
(7490, 'O', 'de', 'Vendor menu items', ''),
(7490, 'O', 'el', 'Vendor menu items', ''),
(7490, 'O', 'en', 'Vendor menu items', ''),
(7490, 'O', 'es', 'Vendor menu items', ''),
(7490, 'O', 'fr', 'Vendor menu items', ''),
(7490, 'O', 'it', 'Vendor menu items', ''),
(7490, 'O', 'nl', 'Vendor menu items', ''),
(7490, 'O', 'no', 'Vendor menu items', ''),
(7490, 'O', 'pt', 'Vendor menu items', ''),
(7490, 'O', 'ro', 'Vendor menu items', ''),
(7490, 'O', 'ru', 'Vendor menu items', ''),
(7491, 'O', 'da', 'New items', 'Only for Vendors with microstore plan'),
(7491, 'O', 'de', 'New items', 'Only for Vendors with microstore plan'),
(7491, 'O', 'el', 'New items', 'Only for Vendors with microstore plan'),
(7491, 'O', 'en', 'New items', 'Only for Vendors with microstore plan'),
(7491, 'O', 'es', 'New items', 'Only for Vendors with microstore plan'),
(7491, 'O', 'fr', 'New items', 'Only for Vendors with microstore plan'),
(7491, 'O', 'it', 'New items', 'Only for Vendors with microstore plan'),
(7491, 'O', 'nl', 'New items', 'Only for Vendors with microstore plan'),
(7491, 'O', 'no', 'New items', 'Only for Vendors with microstore plan'),
(7491, 'O', 'pt', 'New items', 'Only for Vendors with microstore plan'),
(7491, 'O', 'ro', 'New items', 'Only for Vendors with microstore plan'),
(7491, 'O', 'ru', 'New items', 'Only for Vendors with microstore plan'),
(7492, 'O', 'da', 'On sale', 'Only for Vendors with microstore plan'),
(7492, 'O', 'de', 'On sale', 'Only for Vendors with microstore plan'),
(7492, 'O', 'el', 'On sale', 'Only for Vendors with microstore plan'),
(7492, 'O', 'en', 'On sale', 'Only for Vendors with microstore plan'),
(7492, 'O', 'es', 'On sale', 'Only for Vendors with microstore plan'),
(7492, 'O', 'fr', 'On sale', 'Only for Vendors with microstore plan'),
(7492, 'O', 'it', 'On sale', 'Only for Vendors with microstore plan'),
(7492, 'O', 'nl', 'On sale', 'Only for Vendors with microstore plan'),
(7492, 'O', 'no', 'On sale', 'Only for Vendors with microstore plan'),
(7492, 'O', 'pt', 'On sale', 'Only for Vendors with microstore plan'),
(7492, 'O', 'ro', 'On sale', 'Only for Vendors with microstore plan'),
(7492, 'O', 'ru', 'On sale', 'Only for Vendors with microstore plan'),
(7493, 'O', 'da', 'Bestsellers', 'Only for Vendors with microstore plan'),
(7493, 'O', 'de', 'Bestsellers', 'Only for Vendors with microstore plan'),
(7493, 'O', 'el', 'Bestsellers', 'Only for Vendors with microstore plan'),
(7493, 'O', 'en', 'Bestsellers', 'Only for Vendors with microstore plan'),
(7493, 'O', 'es', 'Bestsellers', 'Only for Vendors with microstore plan'),
(7493, 'O', 'fr', 'Bestsellers', 'Only for Vendors with microstore plan'),
(7493, 'O', 'it', 'Bestsellers', 'Only for Vendors with microstore plan'),
(7493, 'O', 'nl', 'Bestsellers', 'Only for Vendors with microstore plan'),
(7493, 'O', 'no', 'Bestsellers', 'Only for Vendors with microstore plan'),
(7493, 'O', 'pt', 'Bestsellers', 'Only for Vendors with microstore plan'),
(7493, 'O', 'ro', 'Bestsellers', 'Only for Vendors with microstore plan'),
(7493, 'O', 'ru', 'Bestsellers', 'Only for Vendors with microstore plan'),
(7494, 'O', 'da', 'About us', ''),
(7494, 'O', 'de', 'About us', ''),
(7494, 'O', 'el', 'About us', ''),
(7494, 'O', 'en', 'About us', ''),
(7494, 'O', 'es', 'About us', ''),
(7494, 'O', 'fr', 'About us', ''),
(7494, 'O', 'it', 'About us', ''),
(7494, 'O', 'nl', 'About us', ''),
(7494, 'O', 'no', 'About us', ''),
(7494, 'O', 'pt', 'About us', ''),
(7494, 'O', 'ro', 'About us', ''),
(7494, 'O', 'ru', 'About us', ''),
(7495, 'O', 'da', 'Vendor pages', ''),
(7495, 'O', 'de', 'Vendor pages', ''),
(7495, 'O', 'el', 'Vendor pages', ''),
(7495, 'O', 'en', 'Vendor pages', ''),
(7495, 'O', 'es', 'Vendor pages', ''),
(7495, 'O', 'fr', 'Vendor pages', ''),
(7495, 'O', 'it', 'Vendor pages', ''),
(7495, 'O', 'nl', 'Vendor pages', ''),
(7495, 'O', 'no', 'Vendor pages', ''),
(7495, 'O', 'pt', 'Vendor pages', ''),
(7495, 'O', 'ro', 'Vendor pages', ''),
(7495, 'O', 'ru', 'Vendor pages', ''),
(7496, 'O', 'da', 'Contact', ''),
(7496, 'O', 'de', 'Contact', ''),
(7496, 'O', 'el', 'Contact', ''),
(7496, 'O', 'en', 'Contact', ''),
(7496, 'O', 'es', 'Contact', ''),
(7496, 'O', 'fr', 'Contact', ''),
(7496, 'O', 'it', 'Contact', ''),
(7496, 'O', 'nl', 'Contact', ''),
(7496, 'O', 'no', 'Contact', ''),
(7496, 'O', 'pt', 'Contact', ''),
(7496, 'O', 'ro', 'Contact', ''),
(7496, 'O', 'ru', 'Contact', ''),
(7497, 'O', 'da', 'Vendor store default settings', ''),
(7497, 'O', 'de', 'Vendor store default settings', ''),
(7497, 'O', 'el', 'Vendor store default settings', ''),
(7497, 'O', 'en', 'Vendor store default settings', ''),
(7497, 'O', 'es', 'Vendor store default settings', ''),
(7497, 'O', 'fr', 'Vendor store default settings', ''),
(7497, 'O', 'it', 'Vendor store default settings', ''),
(7497, 'O', 'nl', 'Vendor store default settings', ''),
(7497, 'O', 'no', 'Vendor store default settings', ''),
(7497, 'O', 'pt', 'Vendor store default settings', ''),
(7497, 'O', 'ro', 'Vendor store default settings', ''),
(7497, 'O', 'ru', 'Vendor store default settings', ''),
(7498, 'O', 'da', 'Product filters', 'Set the default filter type for all vendors stores'),
(7498, 'O', 'de', 'Product filters', 'Set the default filter type for all vendors stores'),
(7498, 'O', 'el', 'Product filters', 'Set the default filter type for all vendors stores'),
(7498, 'O', 'en', 'Product filters', 'Set the default filter type for all vendors stores'),
(7498, 'O', 'es', 'Product filters', 'Set the default filter type for all vendors stores'),
(7498, 'O', 'fr', 'Product filters', 'Set the default filter type for all vendors stores'),
(7498, 'O', 'it', 'Product filters', 'Set the default filter type for all vendors stores'),
(7498, 'O', 'nl', 'Product filters', 'Set the default filter type for all vendors stores'),
(7498, 'O', 'no', 'Product filters', 'Set the default filter type for all vendors stores'),
(7498, 'O', 'pt', 'Product filters', 'Set the default filter type for all vendors stores'),
(7498, 'O', 'ro', 'Product filters', 'Set the default filter type for all vendors stores'),
(7498, 'O', 'ru', 'Product filters', 'Set the default filter type for all vendors stores'),
(7499, 'O', 'da', 'Side category menu', 'Set the default vendor category sidebar style for all vendor stores'),
(7499, 'O', 'de', 'Side category menu', 'Set the default vendor category sidebar style for all vendor stores'),
(7499, 'O', 'el', 'Side category menu', 'Set the default vendor category sidebar style for all vendor stores'),
(7499, 'O', 'en', 'Side category menu', 'Set the default vendor category sidebar style for all vendor stores'),
(7499, 'O', 'es', 'Side category menu', 'Set the default vendor category sidebar style for all vendor stores'),
(7499, 'O', 'fr', 'Side category menu', 'Set the default vendor category sidebar style for all vendor stores'),
(7499, 'O', 'it', 'Side category menu', 'Set the default vendor category sidebar style for all vendor stores'),
(7499, 'O', 'nl', 'Side category menu', 'Set the default vendor category sidebar style for all vendor stores'),
(7499, 'O', 'no', 'Side category menu', 'Set the default vendor category sidebar style for all vendor stores'),
(7499, 'O', 'pt', 'Side category menu', 'Set the default vendor category sidebar style for all vendor stores'),
(7499, 'O', 'ro', 'Side category menu', 'Set the default vendor category sidebar style for all vendor stores'),
(7499, 'O', 'ru', 'Side category menu', 'Set the default vendor category sidebar style for all vendor stores'),
(7500, 'O', 'da', 'Vendor store default colors', ''),
(7500, 'O', 'de', 'Vendor store default colors', ''),
(7500, 'O', 'el', 'Vendor store default colors', ''),
(7500, 'O', 'en', 'Vendor store default colors', ''),
(7500, 'O', 'es', 'Vendor store default colors', ''),
(7500, 'O', 'fr', 'Vendor store default colors', ''),
(7500, 'O', 'it', 'Vendor store default colors', ''),
(7500, 'O', 'nl', 'Vendor store default colors', ''),
(7500, 'O', 'no', 'Vendor store default colors', ''),
(7500, 'O', 'pt', 'Vendor store default colors', ''),
(7500, 'O', 'ro', 'Vendor store default colors', ''),
(7500, 'O', 'ru', 'Vendor store default colors', ''),
(7501, 'O', 'da', 'Colors', 'Colors'),
(7501, 'O', 'de', 'Colors', 'Colors'),
(7501, 'O', 'el', 'Colors', 'Colors'),
(7501, 'O', 'en', 'Colors', 'Colors'),
(7501, 'O', 'es', 'Colors', 'Colors'),
(7501, 'O', 'fr', 'Colors', 'Colors'),
(7501, 'O', 'it', 'Colors', 'Colors'),
(7501, 'O', 'nl', 'Colors', 'Colors'),
(7501, 'O', 'no', 'Colors', 'Colors'),
(7501, 'O', 'pt', 'Colors', 'Colors'),
(7501, 'O', 'ro', 'Colors', 'Colors'),
(7501, 'O', 'ru', 'Colors', 'Colors'),
(7502, 'O', 'da', '', ''),
(7502, 'O', 'de', '', ''),
(7502, 'O', 'el', '', ''),
(7502, 'O', 'en', '', ''),
(7502, 'O', 'es', '', ''),
(7502, 'O', 'fr', '', ''),
(7502, 'O', 'it', '', ''),
(7502, 'O', 'nl', '', ''),
(7502, 'O', 'no', '', ''),
(7502, 'O', 'pt', '', ''),
(7502, 'O', 'ro', '', ''),
(7502, 'O', 'ru', '', ''),
(7503, 'O', 'da', 'Vendor plans page settings', ''),
(7503, 'O', 'de', 'Vendor plans page settings', ''),
(7503, 'O', 'el', 'Vendor plans page settings', ''),
(7503, 'O', 'en', 'Vendor plans page settings', ''),
(7503, 'O', 'es', 'Vendor plans page settings', ''),
(7503, 'O', 'fr', 'Vendor plans page settings', ''),
(7503, 'O', 'it', 'Vendor plans page settings', ''),
(7503, 'O', 'nl', 'Vendor plans page settings', ''),
(7503, 'O', 'no', 'Vendor plans page settings', ''),
(7503, 'O', 'pt', 'Vendor plans page settings', ''),
(7503, 'O', 'ro', 'Vendor plans page settings', ''),
(7503, 'O', 'ru', 'Vendor plans page settings', ''),
(7504, 'O', 'da', 'Plans', 'Plans'),
(7504, 'O', 'de', 'Plans', 'Plans'),
(7504, 'O', 'el', 'Plans', 'Plans'),
(7504, 'O', 'en', 'Plans', 'Plans'),
(7504, 'O', 'es', 'Plans', 'Plans'),
(7504, 'O', 'fr', 'Plans', 'Plans'),
(7504, 'O', 'it', 'Plans', 'Plans'),
(7504, 'O', 'nl', 'Plans', 'Plans'),
(7504, 'O', 'no', 'Plans', 'Plans'),
(7504, 'O', 'pt', 'Plans', 'Plans'),
(7504, 'O', 'ro', 'Plans', 'Plans'),
(7504, 'O', 'ru', 'Plans', 'Plans'),
(7505, 'O', 'da', '', ''),
(7505, 'O', 'de', '', ''),
(7505, 'O', 'el', '', ''),
(7505, 'O', 'en', '', ''),
(7505, 'O', 'es', '', ''),
(7505, 'O', 'fr', '', ''),
(7505, 'O', 'it', '', ''),
(7505, 'O', 'nl', '', ''),
(7505, 'O', 'no', '', ''),
(7505, 'O', 'pt', '', ''),
(7505, 'O', 'ro', '', ''),
(7505, 'O', 'ru', '', ''),
(7506, 'O', 'da', 'Senha de acesso', 'Senha de acesso'),
(7506, 'O', 'de', 'Senha de acesso', 'Senha de acesso'),
(7506, 'O', 'el', 'Senha de acesso', 'Senha de acesso'),
(7506, 'O', 'en', 'Senha de acesso', 'Senha de acesso'),
(7506, 'O', 'es', 'Senha de acesso', 'Senha de acesso'),
(7506, 'O', 'fr', 'Senha de acesso', 'Senha de acesso'),
(7506, 'O', 'it', 'Senha de acesso', 'Senha de acesso'),
(7506, 'O', 'nl', 'Senha de acesso', 'Senha de acesso'),
(7506, 'O', 'no', 'Senha de acesso', 'Senha de acesso'),
(7506, 'O', 'pt', 'Senha de acesso', 'Senha de acesso'),
(7506, 'O', 'ro', 'Senha de acesso', 'Senha de acesso'),
(7506, 'O', 'ru', 'Senha de acesso', 'Senha de acesso'),
(7507, 'O', 'da', 'Ambiente', 'Ambiente'),
(7507, 'O', 'de', 'Ambiente', 'Ambiente'),
(7507, 'O', 'el', 'Ambiente', 'Ambiente'),
(7507, 'O', 'en', 'Ambiente', 'Ambiente'),
(7507, 'O', 'es', 'Ambiente', 'Ambiente'),
(7507, 'O', 'fr', 'Ambiente', 'Ambiente'),
(7507, 'O', 'it', 'Ambiente', 'Ambiente'),
(7507, 'O', 'nl', 'Ambiente', 'Ambiente'),
(7507, 'O', 'no', 'Ambiente', 'Ambiente'),
(7507, 'O', 'pt', 'Ambiente', 'Ambiente'),
(7507, 'O', 'ro', 'Ambiente', 'Ambiente'),
(7507, 'O', 'ru', 'Ambiente', 'Ambiente'),
(7508, 'O', 'da', 'CNPJ', 'CNPJ'),
(7508, 'O', 'de', 'CNPJ', 'CNPJ'),
(7508, 'O', 'el', 'CNPJ', 'CNPJ'),
(7508, 'O', 'en', 'CNPJ', 'CNPJ'),
(7508, 'O', 'es', 'CNPJ', 'CNPJ'),
(7508, 'O', 'fr', 'CNPJ', 'CNPJ'),
(7508, 'O', 'it', 'CNPJ', 'CNPJ'),
(7508, 'O', 'nl', 'CNPJ', 'CNPJ');
INSERT INTO `partiushop_settings_descriptions` (`object_id`, `object_type`, `lang_code`, `value`, `tooltip`) VALUES
(7508, 'O', 'no', 'CNPJ', 'CNPJ'),
(7508, 'O', 'pt', 'CNPJ', 'CNPJ'),
(7508, 'O', 'ro', 'CNPJ', 'CNPJ'),
(7508, 'O', 'ru', 'CNPJ', 'CNPJ'),
(7509, 'O', 'da', 'Usuario', 'Usuario'),
(7509, 'O', 'de', 'Usuario', 'Usuario'),
(7509, 'O', 'el', 'Usuario', 'Usuario'),
(7509, 'O', 'en', 'Usuario', 'Usuario'),
(7509, 'O', 'es', 'Usuario', 'Usuario'),
(7509, 'O', 'fr', 'Usuario', 'Usuario'),
(7509, 'O', 'it', 'Usuario', 'Usuario'),
(7509, 'O', 'nl', 'Usuario', 'Usuario'),
(7509, 'O', 'no', 'Usuario', 'Usuario'),
(7509, 'O', 'pt', 'Usuario', 'Usuario'),
(7509, 'O', 'ro', 'Usuario', 'Usuario'),
(7509, 'O', 'ru', 'Usuario', 'Usuario'),
(7510, 'O', 'da', 'Senha', 'Senha'),
(7510, 'O', 'de', 'Senha', 'Senha'),
(7510, 'O', 'el', 'Senha', 'Senha'),
(7510, 'O', 'en', 'Senha', 'Senha'),
(7510, 'O', 'es', 'Senha', 'Senha'),
(7510, 'O', 'fr', 'Senha', 'Senha'),
(7510, 'O', 'it', 'Senha', 'Senha'),
(7510, 'O', 'nl', 'Senha', 'Senha'),
(7510, 'O', 'no', 'Senha', 'Senha'),
(7510, 'O', 'pt', 'Senha', 'Senha'),
(7510, 'O', 'ro', 'Senha', 'Senha'),
(7510, 'O', 'ru', 'Senha', 'Senha'),
(7511, 'O', 'da', 'Contrato', 'Contrato'),
(7511, 'O', 'de', 'Contrato', 'Contrato'),
(7511, 'O', 'el', 'Contrato', 'Contrato'),
(7511, 'O', 'en', 'Contrato', 'Contrato'),
(7511, 'O', 'es', 'Contrato', 'Contrato'),
(7511, 'O', 'fr', 'Contrato', 'Contrato'),
(7511, 'O', 'it', 'Contrato', 'Contrato'),
(7511, 'O', 'nl', 'Contrato', 'Contrato'),
(7511, 'O', 'no', 'Contrato', 'Contrato'),
(7511, 'O', 'pt', 'Contrato', 'Contrato'),
(7511, 'O', 'ro', 'Contrato', 'Contrato'),
(7511, 'O', 'ru', 'Contrato', 'Contrato'),
(7512, 'O', 'da', 'Código Administrativo', 'Código Administrativo'),
(7512, 'O', 'de', 'Código Administrativo', 'Código Administrativo'),
(7512, 'O', 'el', 'Código Administrativo', 'Código Administrativo'),
(7512, 'O', 'en', 'Código Administrativo', 'Código Administrativo'),
(7512, 'O', 'es', 'Código Administrativo', 'Código Administrativo'),
(7512, 'O', 'fr', 'Código Administrativo', 'Código Administrativo'),
(7512, 'O', 'it', 'Código Administrativo', 'Código Administrativo'),
(7512, 'O', 'nl', 'Código Administrativo', 'Código Administrativo'),
(7512, 'O', 'no', 'Código Administrativo', 'Código Administrativo'),
(7512, 'O', 'pt', 'Código Administrativo', 'Código Administrativo'),
(7512, 'O', 'ro', 'Código Administrativo', 'Código Administrativo'),
(7512, 'O', 'ru', 'Código Administrativo', 'Código Administrativo'),
(7513, 'O', 'da', 'Código da Diretoria Regional', 'Código da Diretoria Regional'),
(7513, 'O', 'de', 'Código da Diretoria Regional', 'Código da Diretoria Regional'),
(7513, 'O', 'el', 'Código da Diretoria Regional', 'Código da Diretoria Regional'),
(7513, 'O', 'en', 'Código da Diretoria Regional', 'Código da Diretoria Regional'),
(7513, 'O', 'es', 'Código da Diretoria Regional', 'Código da Diretoria Regional'),
(7513, 'O', 'fr', 'Código da Diretoria Regional', 'Código da Diretoria Regional'),
(7513, 'O', 'it', 'Código da Diretoria Regional', 'Código da Diretoria Regional'),
(7513, 'O', 'nl', 'Código da Diretoria Regional', 'Código da Diretoria Regional'),
(7513, 'O', 'no', 'Código da Diretoria Regional', 'Código da Diretoria Regional'),
(7513, 'O', 'pt', 'Código da Diretoria Regional', 'Código da Diretoria Regional'),
(7513, 'O', 'ro', 'Código da Diretoria Regional', 'Código da Diretoria Regional'),
(7513, 'O', 'ru', 'Código da Diretoria Regional', 'Código da Diretoria Regional'),
(7514, 'O', 'da', 'Cartão', 'Cartão'),
(7514, 'O', 'de', 'Cartão', 'Cartão'),
(7514, 'O', 'el', 'Cartão', 'Cartão'),
(7514, 'O', 'en', 'Cartão', 'Cartão'),
(7514, 'O', 'es', 'Cartão', 'Cartão'),
(7514, 'O', 'fr', 'Cartão', 'Cartão'),
(7514, 'O', 'it', 'Cartão', 'Cartão'),
(7514, 'O', 'nl', 'Cartão', 'Cartão'),
(7514, 'O', 'no', 'Cartão', 'Cartão'),
(7514, 'O', 'pt', 'Cartão', 'Cartão'),
(7514, 'O', 'ro', 'Cartão', 'Cartão'),
(7514, 'O', 'ru', 'Cartão', 'Cartão'),
(7515, 'O', 'da', 'Usuário', 'Usuário'),
(7515, 'O', 'de', 'Usuário', 'Usuário'),
(7515, 'O', 'el', 'Usuário', 'Usuário'),
(7515, 'O', 'en', 'Usuário', 'Usuário'),
(7515, 'O', 'es', 'Usuário', 'Usuário'),
(7515, 'O', 'fr', 'Usuário', 'Usuário'),
(7515, 'O', 'it', 'Usuário', 'Usuário'),
(7515, 'O', 'nl', 'Usuário', 'Usuário'),
(7515, 'O', 'no', 'Usuário', 'Usuário'),
(7515, 'O', 'pt', 'Usuário', 'Usuário'),
(7515, 'O', 'ro', 'Usuário', 'Usuário'),
(7515, 'O', 'ru', 'Usuário', 'Usuário'),
(7516, 'O', 'da', 'Senha', 'Senha'),
(7516, 'O', 'de', 'Senha', 'Senha'),
(7516, 'O', 'el', 'Senha', 'Senha'),
(7516, 'O', 'en', 'Senha', 'Senha'),
(7516, 'O', 'es', 'Senha', 'Senha'),
(7516, 'O', 'fr', 'Senha', 'Senha'),
(7516, 'O', 'it', 'Senha', 'Senha'),
(7516, 'O', 'nl', 'Senha', 'Senha'),
(7516, 'O', 'no', 'Senha', 'Senha'),
(7516, 'O', 'pt', 'Senha', 'Senha'),
(7516, 'O', 'ro', 'Senha', 'Senha'),
(7516, 'O', 'ru', 'Senha', 'Senha'),
(7517, 'O', 'da', 'Resultado', 'Resultado'),
(7517, 'O', 'de', 'Resultado', 'Resultado'),
(7517, 'O', 'el', 'Resultado', 'Resultado'),
(7517, 'O', 'en', 'Resultado', 'Resultado'),
(7517, 'O', 'es', 'Resultado', 'Resultado'),
(7517, 'O', 'fr', 'Resultado', 'Resultado'),
(7517, 'O', 'it', 'Resultado', 'Resultado'),
(7517, 'O', 'nl', 'Resultado', 'Resultado'),
(7517, 'O', 'no', 'Resultado', 'Resultado'),
(7517, 'O', 'pt', 'Resultado', 'Resultado'),
(7517, 'O', 'ro', 'Resultado', 'Resultado'),
(7517, 'O', 'ru', 'Resultado', 'Resultado'),
(7518, 'O', 'da', '', ''),
(7518, 'O', 'de', '', ''),
(7518, 'O', 'el', '', ''),
(7518, 'O', 'en', '', ''),
(7518, 'O', 'es', '', ''),
(7518, 'O', 'fr', '', ''),
(7518, 'O', 'it', '', ''),
(7518, 'O', 'nl', '', ''),
(7518, 'O', 'no', '', ''),
(7518, 'O', 'pt', '', ''),
(7518, 'O', 'ro', '', ''),
(7518, 'O', 'ru', '', ''),
(7519, 'O', 'da', 'Ambiente', 'Ambiente'),
(7519, 'O', 'de', 'Ambiente', 'Ambiente'),
(7519, 'O', 'el', 'Ambiente', 'Ambiente'),
(7519, 'O', 'en', 'Ambiente', 'Ambiente'),
(7519, 'O', 'es', 'Ambiente', 'Ambiente'),
(7519, 'O', 'fr', 'Ambiente', 'Ambiente'),
(7519, 'O', 'it', 'Ambiente', 'Ambiente'),
(7519, 'O', 'nl', 'Ambiente', 'Ambiente'),
(7519, 'O', 'no', 'Ambiente', 'Ambiente'),
(7519, 'O', 'pt', 'Ambiente', 'Ambiente'),
(7519, 'O', 'ro', 'Ambiente', 'Ambiente'),
(7519, 'O', 'ru', 'Ambiente', 'Ambiente'),
(7520, 'O', 'da', 'Usuário', 'Usuário'),
(7520, 'O', 'de', 'Usuário', 'Usuário'),
(7520, 'O', 'el', 'Usuário', 'Usuário'),
(7520, 'O', 'en', 'Usuário', 'Usuário'),
(7520, 'O', 'es', 'Usuário', 'Usuário'),
(7520, 'O', 'fr', 'Usuário', 'Usuário'),
(7520, 'O', 'it', 'Usuário', 'Usuário'),
(7520, 'O', 'nl', 'Usuário', 'Usuário'),
(7520, 'O', 'no', 'Usuário', 'Usuário'),
(7520, 'O', 'pt', 'Usuário', 'Usuário'),
(7520, 'O', 'ro', 'Usuário', 'Usuário'),
(7520, 'O', 'ru', 'Usuário', 'Usuário'),
(7521, 'O', 'da', 'Senha', 'Senha'),
(7521, 'O', 'de', 'Senha', 'Senha'),
(7521, 'O', 'el', 'Senha', 'Senha'),
(7521, 'O', 'en', 'Senha', 'Senha'),
(7521, 'O', 'es', 'Senha', 'Senha'),
(7521, 'O', 'fr', 'Senha', 'Senha'),
(7521, 'O', 'it', 'Senha', 'Senha'),
(7521, 'O', 'nl', 'Senha', 'Senha'),
(7521, 'O', 'no', 'Senha', 'Senha'),
(7521, 'O', 'pt', 'Senha', 'Senha'),
(7521, 'O', 'ro', 'Senha', 'Senha'),
(7521, 'O', 'ru', 'Senha', 'Senha'),
(7522, 'O', 'da', 'Habilitar procura por API', 'Habilitar procura por API'),
(7522, 'O', 'de', 'Habilitar procura por API', 'Habilitar procura por API'),
(7522, 'O', 'el', 'Habilitar procura por API', 'Habilitar procura por API'),
(7522, 'O', 'en', 'Habilitar procura por API', 'Habilitar procura por API'),
(7522, 'O', 'es', 'Habilitar procura por API', 'Habilitar procura por API'),
(7522, 'O', 'fr', 'Habilitar procura por API', 'Habilitar procura por API'),
(7522, 'O', 'it', 'Habilitar procura por API', 'Habilitar procura por API'),
(7522, 'O', 'nl', 'Habilitar procura por API', 'Habilitar procura por API'),
(7522, 'O', 'no', 'Habilitar procura por API', 'Habilitar procura por API'),
(7522, 'O', 'pt', 'Habilitar procura por API', 'Habilitar procura por API'),
(7522, 'O', 'ro', 'Habilitar procura por API', 'Habilitar procura por API'),
(7522, 'O', 'ru', 'Habilitar procura por API', 'Habilitar procura por API'),
(7523, 'O', 'da', 'Opção de pagamento no template do produto', 'Opção de pagamento no template do produto'),
(7523, 'O', 'de', 'Opção de pagamento no template do produto', 'Opção de pagamento no template do produto'),
(7523, 'O', 'el', 'Opção de pagamento no template do produto', 'Opção de pagamento no template do produto'),
(7523, 'O', 'en', 'Opção de pagamento no template do produto', 'Opção de pagamento no template do produto'),
(7523, 'O', 'es', 'Opção de pagamento no template do produto', 'Opção de pagamento no template do produto'),
(7523, 'O', 'fr', 'Opção de pagamento no template do produto', 'Opção de pagamento no template do produto'),
(7523, 'O', 'it', 'Opção de pagamento no template do produto', 'Opção de pagamento no template do produto'),
(7523, 'O', 'nl', 'Opção de pagamento no template do produto', 'Opção de pagamento no template do produto'),
(7523, 'O', 'no', 'Opção de pagamento no template do produto', 'Opção de pagamento no template do produto'),
(7523, 'O', 'pt', 'Opção de pagamento no template do produto', 'Opção de pagamento no template do produto'),
(7523, 'O', 'ro', 'Opção de pagamento no template do produto', 'Opção de pagamento no template do produto'),
(7523, 'O', 'ru', 'Opção de pagamento no template do produto', 'Opção de pagamento no template do produto'),
(7524, 'O', 'da', 'Token de acesso', 'Token de acesso'),
(7524, 'O', 'de', 'Token de acesso', 'Token de acesso'),
(7524, 'O', 'el', 'Token de acesso', 'Token de acesso'),
(7524, 'O', 'en', 'Token de acesso', 'Token de acesso'),
(7524, 'O', 'es', 'Token de acesso', 'Token de acesso'),
(7524, 'O', 'fr', 'Token de acesso', 'Token de acesso'),
(7524, 'O', 'it', 'Token de acesso', 'Token de acesso'),
(7524, 'O', 'nl', 'Token de acesso', 'Token de acesso'),
(7524, 'O', 'no', 'Token de acesso', 'Token de acesso'),
(7524, 'O', 'pt', 'Token de acesso', 'Token de acesso'),
(7524, 'O', 'ro', 'Token de acesso', 'Token de acesso'),
(7524, 'O', 'ru', 'Token de acesso', 'Token de acesso'),
(7525, 'O', 'da', 'Nome do documento (seller)', 'Nome do documento (seller)'),
(7525, 'O', 'de', 'Nome do documento (seller)', 'Nome do documento (seller)'),
(7525, 'O', 'el', 'Nome do documento (seller)', 'Nome do documento (seller)'),
(7525, 'O', 'en', 'Nome do documento (seller)', 'Nome do documento (seller)'),
(7525, 'O', 'es', 'Nome do documento (seller)', 'Nome do documento (seller)'),
(7525, 'O', 'fr', 'Nome do documento (seller)', 'Nome do documento (seller)'),
(7525, 'O', 'it', 'Nome do documento (seller)', 'Nome do documento (seller)'),
(7525, 'O', 'nl', 'Nome do documento (seller)', 'Nome do documento (seller)'),
(7525, 'O', 'no', 'Nome do documento (seller)', 'Nome do documento (seller)'),
(7525, 'O', 'pt', 'Nome do documento (seller)', 'Nome do documento (seller)'),
(7525, 'O', 'ro', 'Nome do documento (seller)', 'Nome do documento (seller)'),
(7525, 'O', 'ru', 'Nome do documento (seller)', 'Nome do documento (seller)'),
(7526, 'O', 'da', 'Ambiente de desenvolvimento', 'Ambiente de desenvolvimento'),
(7526, 'O', 'de', 'Ambiente de desenvolvimento', 'Ambiente de desenvolvimento'),
(7526, 'O', 'el', 'Ambiente de desenvolvimento', 'Ambiente de desenvolvimento'),
(7526, 'O', 'en', 'Ambiente de desenvolvimento', 'Ambiente de desenvolvimento'),
(7526, 'O', 'es', 'Ambiente de desenvolvimento', 'Ambiente de desenvolvimento'),
(7526, 'O', 'fr', 'Ambiente de desenvolvimento', 'Ambiente de desenvolvimento'),
(7526, 'O', 'it', 'Ambiente de desenvolvimento', 'Ambiente de desenvolvimento'),
(7526, 'O', 'nl', 'Ambiente de desenvolvimento', 'Ambiente de desenvolvimento'),
(7526, 'O', 'no', 'Ambiente de desenvolvimento', 'Ambiente de desenvolvimento'),
(7526, 'O', 'pt', 'Ambiente de desenvolvimento', 'Ambiente de desenvolvimento'),
(7526, 'O', 'ro', 'Ambiente de desenvolvimento', 'Ambiente de desenvolvimento'),
(7526, 'O', 'ru', 'Ambiente de desenvolvimento', 'Ambiente de desenvolvimento');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_settings_objects`
--

CREATE TABLE `partiushop_settings_objects` (
  `object_id` mediumint(8) UNSIGNED NOT NULL,
  `edition_type` set('NONE','ROOT','VENDOR','STOREFRONT','MVE:NONE','MVE:ROOT','MVE:STOREFRONT','ULT:NONE','ULT:ROOT','ULT:VENDOR','ULT:VENDORONLY','ULT:STOREFRONT') NOT NULL DEFAULT 'ROOT',
  `name` varchar(128) NOT NULL DEFAULT '',
  `section_id` int(11) UNSIGNED NOT NULL,
  `section_tab_id` int(11) UNSIGNED NOT NULL,
  `type` char(1) NOT NULL DEFAULT 'I',
  `value` text DEFAULT NULL,
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `is_global` char(1) NOT NULL DEFAULT 'Y',
  `handler` varchar(128) NOT NULL DEFAULT '',
  `parent_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_settings_objects`
--

INSERT INTO `partiushop_settings_objects` (`object_id`, `edition_type`, `name`, `section_id`, `section_tab_id`, `type`, `value`, `position`, `is_global`, `handler`, `parent_id`) VALUES
(2, 'ROOT,STOREFRONT', 'allow_usergroup_signup', 2, 0, 'C', 'Y', 249, 'Y', '', 0),
(3, 'ROOT,STOREFRONT', 'exception_style', 2, 0, 'S', 'hide', 160, 'Y', '', 0),
(7, 'ROOT', 'feedback_type', 2, 0, 'S', 'manual', 57, 'Y', '', 0),
(8, 'ROOT', 'ftp_hostname', 13, 0, 'I', '', 30, 'N', '', 0),
(9, 'ROOT', 'ftp_username', 13, 0, 'I', 'eantunes@fastcore.com.br', 40, 'N', '', 0),
(10, 'ROOT', 'ftp_password', 13, 0, 'P', 'POxK$8VtnTYYl2Zke', 50, 'N', '', 0),
(11, 'ROOT', 'ftp_directory', 13, 0, 'I', '', 60, 'N', '', 0),
(12, 'ROOT', 'license_number', 13, 0, 'I', 'CS-MV-ULT-44IK-K8V8-0137-88WL', 10, 'N', '', 0),
(14, 'ROOT', 'auto_check_updates', 2, 0, 'C', 'Y', 58, 'Y', '', 0),
(15, 'ROOT,STOREFRONT', 'alternative_currency', 2, 0, 'S', 'use_only_selected', 10, 'Y', '', 0),
(16, 'ROOT,STOREFRONT', 'weight_symbol', 2, 0, 'I', 'Kg', 30, 'Y', '', 0),
(17, 'ROOT,STOREFRONT', 'default_address', 6, 0, 'I', 'Boston street', 410, 'Y', '', 0),
(18, 'ROOT,STOREFRONT', 'default_zipcode', 6, 0, 'I', '02125', 420, 'Y', '', 0),
(19, 'ROOT,STOREFRONT', 'default_city', 6, 0, 'I', 'Boston', 430, 'Y', '', 0),
(20, 'ROOT,STOREFRONT', 'default_country', 6, 0, 'X', 'US', 440, 'Y', '', 0),
(21, 'ROOT,STOREFRONT', 'default_state', 6, 0, 'W', 'MA', 450, 'Y', '', 0),
(22, 'ROOT,STOREFRONT', 'products_per_page', 4, 0, 'U', '50', 100, 'Y', '', 0),
(24, 'ROOT', 'admin_elements_per_page', 4, 0, 'U', '10', 60, 'Y', '', 0),
(25, 'ROOT,ULT:VENDOR', 'company_state', 5, 0, 'W', '', 40, 'Y', '', 0),
(26, 'ROOT,ULT:VENDOR', 'company_city', 5, 0, 'I', 'São Paulo', 20, 'Y', '', 0),
(27, 'ROOT,ULT:VENDOR', 'company_address', 5, 0, 'I', 'Av. Paulista, 2202', 10, 'Y', '', 0),
(28, 'ROOT,ULT:VENDOR', 'company_phone', 5, 0, 'L', '+55(11)99223-8646', 60, 'Y', '', 0),
(29, 'ROOT,ULT:VENDOR', 'company_phone_2', 5, 0, 'L', '+55(11)99223-8646', 70, 'Y', '', 0),
(31, 'ROOT,ULT:VENDOR', 'company_name', 5, 0, 'I', 'Partiu Shop', 0, 'Y', '', 0),
(32, 'ROOT,ULT:VENDOR', 'company_website', 5, 0, 'I', 'https://partiushop.com.br/', 90, 'Y', '', 0),
(33, 'ROOT,ULT:VENDOR', 'company_zipcode', 5, 0, 'I', '01310-200', 50, 'Y', '', 0),
(34, 'ROOT,ULT:VENDOR', 'company_country', 5, 0, 'X', 'BR', 30, 'Y', '', 0),
(35, 'ROOT,ULT:VENDOR', 'company_users_department', 5, 0, 'I', 'giovanni@partiushop.com.br', 100, 'Y', '', 0),
(36, 'ROOT,ULT:VENDOR', 'company_site_administrator', 5, 0, 'I', 'giovanni@partiushop.com.br', 110, 'Y', '', 0),
(37, 'ROOT,ULT:VENDOR', 'company_orders_department', 5, 0, 'I', 'giovanni@partiushop.com.br', 120, 'Y', '', 0),
(38, 'ROOT,ULT:VENDOR', 'company_support_department', 5, 0, 'I', 'giovanni@partiushop.com.br', 130, 'Y', '', 0),
(39, 'ROOT,ULT:VENDOR', 'company_newsletter_email', 5, 0, 'I', 'giovanni@partiushop.com.br', 140, 'Y', '', 0),
(40, 'ROOT,ULT:VENDOR', 'company_start_year', 5, 0, 'I', '2020', 95, 'Y', '', 0),
(41, 'ROOT,STOREFRONT', 'default_phone', 6, 0, 'L', '+1(617)555-6985', 460, 'Y', '', 0),
(42, 'ROOT,STOREFRONT', 'weight_symbol_grams', 2, 0, 'I', '453.6', 40, 'Y', '', 0),
(44, 'ROOT', 'allow_negative_amount', 2, 0, 'C', 'N', 135, 'Y', '', 0),
(46, 'ROOT,STOREFRONT', 'orders_per_page', 4, 0, 'U', '10', 90, 'Y', '', 0),
(47, 'ROOT,STOREFRONT', 'elements_per_page', 4, 0, 'U', '8', 130, 'Y', '', 0),
(48, 'ROOT', 'notice_displaying_time', 4, 0, 'I', '5', 260, 'Y', '', 0),
(49, 'ROOT', 'default_wysiwyg_editor', 4, 0, 'S', 'redactor2', 60, 'Y', '', 0),
(50, 'ROOT', 'default_image_previewer', 4, 0, 'S', 'owl', 189, 'Y', '', 0),
(52, 'ROOT', 'date_format', 4, 0, 'S', '%d/%m/%Y', 200, 'Y', '', 0),
(53, 'ROOT,STOREFRONT', 'frontend_default_language', 4, 0, 'S', 'pt', 80, 'Y', '', 0),
(54, 'ROOT', 'backend_default_language', 4, 0, 'S', 'pt', 15, 'Y', '', 0),
(55, 'ROOT,STOREFRONT', 'secure_storefront', 15, 0, 'C', 'N', 1, 'Y', '', 0),
(56, 'ROOT', 'secure_admin', 15, 0, 'C', 'N', 2, 'N', '', 0),
(58, 'ROOT,ULT:VENDOR', 'inventory_tracking', 2, 0, 'C', 'Y', 130, 'Y', '', 0),
(61, 'ROOT,ULT:VENDOR', 'store_access_key', 2, 0, 'O', '', 51, 'Y', 'fn_get_store_access_key_notice', 0),
(62, 'ROOT', 'order_start_id', 6, 0, 'I', '', 340, 'Y', '', 0),
(63, 'ROOT,STOREFRONT', 'columns_in_products_list', 4, 0, 'I', '5', 150, 'Y', '', 0),
(64, 'ROOT,STOREFRONT', 'default_products_sorting', 4, 0, 'K', 'product-asc', 198, 'Y', '', 0),
(65, 'ROOT,ULT:VENDOR', 'edp_key_ttl', 2, 0, 'I', '24', 140, 'Y', '', 0),
(66, 'ROOT', 'time_format', 4, 0, 'S', '%H:%M', 210, 'Y', '', 0),
(67, 'ROOT,STOREFRONT', 'user_multiple_profiles', 2, 0, 'C', 'N', 240, 'Y', '', 0),
(69, 'ROOT,STOREFRONT', 'min_order_amount', 6, 0, 'I', '0', 360, 'Y', '', 0),
(70, 'ROOT,STOREFRONT', 'min_order_amount_type', 2, 0, 'D', 'only_products', 242, 'Y', '', 0),
(71, 'ROOT,STOREFRONT', 'allow_anonymous_shopping', 6, 0, 'S', 'allow_shopping', 370, 'Y', '', 0),
(72, 'ROOT,STOREFRONT', 'show_products_from_subcategories', 2, 0, 'C', 'Y', 150, 'Y', '', 0),
(73, 'ROOT,STOREFRONT', 'disable_anonymous_checkout', 6, 0, 'C', 'Y', 244, 'Y', '', 0),
(77, 'ROOT,ULT:VENDOR', 'low_stock_threshold', 2, 0, 'I', '0', 145, 'Y', '', 0),
(78, 'ROOT,STOREFRONT', 'approve_user_profiles', 2, 0, 'C', 'N', 250, 'Y', '', 0),
(84, 'ROOT,ULT:VENDOR', 'day', 10, 0, 'S', '%a, %b %e', 20, 'Y', '', 0),
(85, 'ROOT,ULT:VENDOR', 'week', 10, 0, 'S', '%U, %b', 30, 'Y', '', 0),
(86, 'ROOT,ULT:VENDOR', 'month', 10, 0, 'S', '%B', 40, 'Y', '', 0),
(87, 'ROOT,ULT:VENDOR', 'year', 10, 0, 'S', '%Y', 50, 'Y', '', 0),
(89, 'ROOT', 'jpeg_quality', 9, 0, 'U', '80', 90, 'Y', '', 0),
(90, 'ROOT', 'convert_to', 9, 0, 'S', 'original', 80, 'Y', '', 0),
(91, 'ROOT,STOREFRONT', 'thumbnail_background_color', 9, 0, 'I', '', 70, 'Y', '', 0),
(93, 'ROOT,STOREFRONT', 'display_options_modifiers', 2, 0, 'C', 'Y', 155, 'Y', '', 0),
(94, 'ROOT,STOREFRONT', 'show_out_of_stock_products', 2, 0, 'C', 'Y', 180, 'Y', '', 0),
(98, 'ROOT,STOREFRONT', 'use_single_coupon', 2, 0, 'C', 'Y', 225, 'Y', '', 0),
(100, 'ROOT,STOREFRONT', 'agree_terms_conditions', 6, 0, 'D', 'N', 270, 'Y', '', 0),
(105, 'ROOT,STOREFRONT', 'show_cats', 8, 0, 'C', 'Y', 10, 'N', '', 0),
(106, 'ROOT,STOREFRONT', 'show_rootcats_only', 8, 0, 'C', 'N', 20, 'N', '', 0),
(107, 'ROOT,STOREFRONT', 'show_site_info', 8, 0, 'C', 'Y', 35, 'N', '', 0),
(108, 'ROOT', 'mailer_send_method', 1, 0, 'S', 'mail', 10, 'N', '', 0),
(109, 'ROOT,ULT:VENDOR', 'mailer_smtp_host', 1, 0, 'I', 'smtp.zoho.com:587', 30, 'N', '', 0),
(110, 'ROOT,ULT:VENDOR', 'mailer_smtp_auth', 1, 0, 'C', 'Y', 60, 'N', '', 0),
(111, 'ROOT,ULT:VENDOR', 'mailer_smtp_username', 1, 0, 'I', 'giovanni@partiushop.com.br', 40, 'N', '', 0),
(112, 'ROOT,ULT:VENDOR', 'mailer_smtp_password', 1, 0, 'P', '@Carneiro10', 50, 'N', '', 0),
(113, 'ROOT', 'mailer_sendmail_path', 1, 0, 'I', '/usr/sbin/sendmail', 80, 'N', '', 0),
(116, 'ROOT,STOREFRONT', 'show_prices_taxed_clean', 4, 0, 'C', 'N', 184, 'Y', '', 0),
(117, 'ROOT,STOREFRONT', 'height', 11, 0, 'D', '30', 20, 'N', '', 0),
(118, 'ROOT,STOREFRONT', 'string_length', 11, 0, 'D', '5', 30, 'N', '', 0),
(119, 'ROOT,STOREFRONT', 'min_font_size', 11, 0, 'D', '14', 40, 'N', '', 0),
(120, 'ROOT,STOREFRONT', 'max_font_size', 11, 0, 'D', '16', 50, 'N', '', 0),
(121, 'ROOT,STOREFRONT', 'string_type', 11, 0, 'D', 'mixed', 60, 'N', '', 0),
(122, 'ROOT,STOREFRONT', 'char_shadow', 11, 0, 'D', 'N', 65, 'N', '', 0),
(123, 'ROOT,STOREFRONT', 'colour', 11, 0, 'D', 'N', 70, 'N', '', 0),
(124, 'ROOT,STOREFRONT', 'background_image', 11, 0, 'D', '', 80, 'N', '', 0),
(125, 'ROOT,STOREFRONT', 'lines_number', 11, 0, 'D', '20', 35, 'N', '', 0),
(126, 'ROOT,STOREFRONT', 'grid_color', 11, 0, 'D', 'cccccc', 36, 'N', '', 0),
(133, 'ROOT,STOREFRONT', 'width', 11, 0, 'D', '110', 10, 'N', '', 0),
(134, 'ROOT,STOREFRONT', 'hide_if_logged', 11, 0, 'C', 'Y', 85, 'Y', '', 0),
(138, 'ROOT,STOREFRONT', 'use_for', 11, 0, 'N', '#M#login=Y&register=Y&checkout=Y&track_orders=Y&apply_for_vendor_account=Y&gift_certificates=Y&call_request=Y&form_builder=Y&discussion=Y', 5, 'Y', '', 0),
(139, 'ROOT', 'timezone', 4, 0, 'S', 'America/Sao_Paulo', 220, 'Y', '', 0),
(140, 'ROOT,STOREFRONT', 'estimate_shipping_cost', 6, 0, 'C', 'Y', 390, 'Y', '', 0),
(141, 'ROOT,STOREFRONT', 'allow_create_account_after_order', 6, 0, 'C', 'Y', 305, 'Y', '', 0),
(143, 'ROOT', 'init_addons', 0, 0, 'C', '', 0, 'Y', '', 0),
(145, 'ROOT,STOREFRONT', 'cart_prices_w_taxes', 4, 0, 'C', 'N', 185, 'Y', '', 0),
(146, 'ROOT,STOREFRONT', 'in_stock_field', 4, 0, 'C', 'N', 186, 'Y', '', 0),
(147, 'ROOT,STOREFRONT', 'thumbnails_gallery', 4, 0, 'C', 'Y', 186, 'Y', '', 0),
(148, 'ROOT,STOREFRONT', 'quantity_changer', 4, 0, 'C', 'Y', 186, 'Y', '', 0),
(149, 'ROOT,STOREFRONT', 'top_pagination', 4, 0, 'C', 'N', 187, 'Y', '', 0),
(150, 'ROOT,STOREFRONT', 'taxes_using_default_address', 4, 0, 'C', 'N', 183, 'Y', '', 0),
(151, 'ROOT', 'proxy_host', 2, 0, 'I', '', 320, 'Y', '', 0),
(152, 'ROOT', 'proxy_port', 2, 0, 'I', '', 330, 'Y', '', 0),
(153, 'ROOT', 'proxy_user', 2, 0, 'I', '', 340, 'Y', '', 0),
(154, 'ROOT', 'proxy_password', 2, 0, 'P', '', 350, 'Y', '', 0),
(156, 'ROOT,STOREFRONT', 'search_objects', 2, 0, 'N', '#M#=Y', 1010, 'Y', '', 0),
(158, 'ROOT,ULT:VENDOR', 'log_type_orders', 12, 0, 'N', '#M#create=Y&delete=Y&update=Y&status=Y', 10, 'Y', '', 0),
(159, 'ROOT,ULT:VENDOR', 'log_type_users', 12, 0, 'N', '#M#create=Y&delete=Y&update=Y&session=Y&failed_login=Y', 10, 'Y', '', 0),
(160, 'ROOT,ULT:VENDOR', 'log_type_products', 12, 0, 'N', '#M#create=Y&delete=Y&update=Y&low_stock=Y', 10, 'Y', '', 0),
(161, 'ROOT,ULT:VENDOR', 'log_type_categories', 12, 0, 'N', '#M#create=Y&delete=Y&update=Y', 10, 'Y', '', 0),
(162, 'ROOT,ULT:VENDOR', 'log_type_database', 12, 0, 'N', '#M#restore=Y&backup=Y&optimize=Y&error=Y', 10, 'Y', '', 0),
(163, 'ROOT,ULT:VENDOR', 'log_type_requests', 12, 0, 'N', '#M#http=Y&shipping=Y', 10, 'Y', '', 0),
(165, 'ROOT,STOREFRONT', 'hide_after_validation', 11, 0, 'C', 'Y', 87, 'Y', '', 0),
(166, 'ROOT', 'calendar_date_format', 4, 0, 'S', 'day_first', 230, 'Y', '', 0),
(167, 'ROOT', 'calendar_week_format', 4, 0, 'S', 'monday_first', 240, 'Y', '', 0),
(168, 'ROOT,ULT:VENDOR', 'store_mode', 2, 0, 'O', 'N', 50, 'Y', 'fn_get_store_mode_notice', 0),
(169, 'ROOT,STOREFRONT', 'default_products_view', 4, 0, 'K', 'products_multicolumns', 195, 'Y', '', 0),
(170, 'ROOT,STOREFRONT', 'save_selected_view', 4, 0, 'C', 'Y', 196, 'Y', '', 0),
(171, 'ROOT,STOREFRONT', 'default_products_view_templates', 4, 0, 'G', '#M#products_multicolumns=Y&products_without_options=Y&short_list=Y', 194, 'Y', '', 0),
(173, 'ROOT,STOREFRONT', 'checkout_redirect', 6, 0, 'C', 'N', 380, 'Y', '', 0),
(174, 'ROOT', 'min_account_password_length', 15, 0, 'I', '5', 10, 'Y', '', 0),
(175, 'ROOT', 'account_passwords_must_contain_mix', 15, 0, 'C', 'N', 20, 'Y', '', 0),
(176, 'ROOT', 'change_admin_password_on_first_login', 15, 0, 'C', 'N', 30, 'Y', '', 0),
(177, 'ROOT', 'account_password_expiration_period', 15, 0, 'I', '0', 40, 'Y', '', 0),
(178, 'ROOT', 'cron_password', 15, 0, 'I', 'MYPASS', 50, 'Y', '', 0),
(179, 'ROOT', 'tax_calculation', 6, 0, 'S', 'subtotal', 350, 'Y', '', 0),
(180, 'ROOT,STOREFRONT', 'default_product_details_view', 4, 0, 'S', 'default_template', 191, 'Y', '', 0),
(182, 'ROOT,STOREFRONT', 'address_position', 6, 0, 'D', 'shipping_first', 250, 'Y', '', 0),
(183, 'ROOT', 'changes_warning', 4, 0, 'C', 'Y', 250, 'Y', '', 0),
(184, 'ROOT,STOREFRONT', 'product_lists_thumbnail_width', 9, 0, 'U', '239', 100, 'Y', '', 0),
(185, 'ROOT,STOREFRONT', 'product_lists_thumbnail_height', 9, 0, 'U', '239', 110, 'Y', '', 0),
(186, 'ROOT,STOREFRONT', 'product_details_thumbnail_width', 9, 0, 'U', '590', 120, 'Y', '', 0),
(187, 'ROOT,STOREFRONT', 'product_details_thumbnail_height', 9, 0, 'U', '590', 130, 'Y', '', 0),
(190, 'ROOT,STOREFRONT', 'product_cart_thumbnail_width', 9, 0, 'U', '196', 160, 'Y', '', 0),
(191, 'ROOT,STOREFRONT', 'product_cart_thumbnail_height', 9, 0, 'U', '196', 170, 'Y', '', 0),
(192, 'ROOT,STOREFRONT', 'category_lists_thumbnail_width', 9, 0, 'U', '129', 180, 'Y', '', 0),
(193, 'ROOT,STOREFRONT', 'category_lists_thumbnail_height', 9, 0, 'U', '129', 190, 'Y', '', 0),
(194, 'ROOT,STOREFRONT', 'category_details_thumbnail_width', 9, 0, 'U', '120', 200, 'Y', '', 0),
(195, 'ROOT,STOREFRONT', 'category_details_thumbnail_height', 9, 0, 'U', '120', 210, 'Y', '', 0),
(196, 'ROOT,STOREFRONT', 'category_detailed_image_width', 9, 0, 'U', '', 220, 'Y', '', 0),
(197, 'ROOT,STOREFRONT', 'category_detailed_image_height', 9, 0, 'U', '', 230, 'Y', '', 0),
(199, 'ROOT', 'show_menu_descriptions', 4, 0, 'C', 'Y', 255, 'Y', '', 0),
(201, 'ROOT', 'store_key', 0, 0, 'I', '3568101368;partiushop.com.br', 0, 'Y', '', 0),
(203, 'ROOT', 'header_1', 4, 0, 'H', '', 10, 'N', '', 0),
(204, 'ROOT,ULT:VENDOR', 'header_7010', 10, 0, 'H', '', 10, 'N', '', 0),
(206, 'ROOT,ULT:VENDOR', 'header_10003', 1, 0, 'H', '', 20, 'N', '', 0),
(207, 'ROOT,STOREFRONT', 'header_7003', 6, 0, 'H', '', 400, 'N', '', 0),
(208, 'ROOT,STOREFRONT', 'header_2', 4, 0, 'H', '', 70, 'N', '', 0),
(209, 'ROOT', 'header_10004', 1, 0, 'H', '', 70, 'N', '', 0),
(210, 'ROOT,STOREFRONT', 'header_7004', 2, 0, 'H', '', 125, 'N', '', 0),
(211, 'ROOT', 'header_10080', 4, 0, 'H', '', 199, 'N', '', 0),
(212, 'ROOT,STOREFRONT', 'header_7024', 2, 0, 'H', '', 215, 'N', '', 0),
(213, 'ROOT,STOREFRONT', 'header_7005', 2, 0, 'H', '', 235, 'N', '', 0),
(216, 'ROOT', 'header_8057', 2, 0, 'H', '', 310, 'N', '', 0),
(217, 'ROOT,STOREFRONT', 'header_15000', 2, 0, 'H', '', 1000, 'N', '', 0),
(219, 'ROOT', 'header_8158', 13, 0, 'H', '', 20, 'N', '', 0),
(221, 'ROOT,STOREFRONT', 'header_10070', 4, 0, 'H', '', 192, 'N', '', 0),
(222, 'ROOT', 'header_10086', 0, 0, 'H', '', 190, 'N', '', 0),
(223, 'ROOT,STOREFRONT', 'disregard_options_for_discounts', 2, 0, 'C', 'N', 190, 'Y', '', 0),
(272, 'ROOT', 'display_track_orders', 4, 0, 'C', 'Y', 191, 'Y', '', 0),
(274, 'ROOT,ULT:VENDOR', 'log_type_general', 12, 0, 'N', '#M#runtime=Y&deprecated=Y&', 10, 'Y', '', 0),
(275, 'ROOT,STOREFRONT', 'quick_registration', 2, 0, 'C', 'Y', 260, 'Y', '', 0),
(288, 'ROOT,STOREFRONT', 'product_details_in_tab', 4, 0, 'C', 'N', 191, 'Y', '', 0),
(289, 'ROOT,STOREFRONT', 'available_product_list_sortings', 4, 0, 'G', '#M#timestamp-desc=Y&product-asc=Y&product-desc=Y&price-asc=Y&price-desc=Y&popularity-desc=Y', 197, 'Y', '', 0),
(290, 'ROOT,STOREFRONT', 'enable_quick_view', 4, 0, 'C', 'Y', 198, 'Y', '', 0),
(291, 'ROOT', 'storage', 0, 0, 'I', 'a:1:{s:7:\"storage\";s:4:\"file\";}', 10, 'N', '', 0),
(292, 'ROOT,STOREFRONT', 'product_quick_view_thumbnail_width', 9, 0, 'U', '449', 135, 'Y', '', 0),
(293, 'ROOT,STOREFRONT', 'product_quick_view_thumbnail_height', 9, 0, 'U', '449', 136, 'Y', '', 0),
(294, 'ROOT', 'cdn', 0, 0, 'I', '', 10, 'N', '', 0),
(295, 'ROOT,ULT:VENDOR', 'mailer_smtp_ecrypted_connection', 1, 0, 'S', 'tls', 55, 'N', '', 0),
(300, 'ROOT,STOREFRONT', 'configure_sign_in_step', 6, 0, 'D', 'returning_customer_first', 310, 'Y', '', 0),
(301, 'ULT:ROOT,ULT:STOREFRONT', 'display_shipping_step', 6, 0, 'D', 'Y', 320, 'Y', '', 0),
(302, 'ROOT,STOREFRONT', 'display_payment_step', 6, 0, 'D', 'Y', 330, 'Y', '', 0),
(305, 'ROOT,STOREFRONT', 'sign_in_default_action', 6, 0, 'D', 'register', 315, 'Y', '', 0),
(306, 'ROOT,ULT:VENDOR', 'enable_edp', 2, 0, 'C', 'N', 135, 'Y', '', 0),
(307, 'ROOT,STOREFRONT', 'enable_compare_products', 2, 0, 'C', 'Y', 130, 'Y', '', 0),
(308, 'ROOT', 'email_templates', 4, 0, 'S', 'new', 400, 'Y', '', 0),
(309, 'ROOT', 'product_admin_mini_icon_width', 9, 0, 'U', '50', 300, 'Y', '', 0),
(310, 'ROOT', 'product_admin_mini_icon_height', 9, 0, 'U', '50', 310, 'Y', '', 0),
(311, 'ROOT', 'monitor_core_changes', 2, 0, 'C', 'Y', 59, 'Y', '', 0),
(312, 'ROOT', 'log_lifetime', 12, 0, 'I', '90', 5, 'Y', '', 0),
(313, 'ROOT', 'phone_validation_mode', 4, 0, 'S', 'international_format', 450, 'Y', '', 0),
(1000, 'ROOT', 'vendors_per_page', 16, 0, 'I', '10', 150, 'Y', '', 0),
(1001, 'ROOT', 'apply_for_vendor', 16, 0, 'C', 'Y', 130, 'Y', '', 0),
(1002, 'ROOT', 'create_vendor_administrator_account', 16, 0, 'C', 'Y', 140, 'Y', '', 0),
(1007, 'ROOT,STOREFRONT', 'display_vendor', 16, 0, 'C', 'Y', 57, 'Y', '', 0),
(1008, 'ROOT', 'can_edit_blocks', 16, 0, 'C', 'N', 58, 'Y', '', 0),
(1009, 'ROOT', 'can_edit_styles', 16, 0, 'C', 'N', 59, 'Y', '', 0),
(1010, 'ROOT', 'mailer_send_from_admin', 1, 0, 'C', 'Y', 5, 'N', '', 0),
(5678, 'ROOT', 'current_timestamp', 0, 0, 'T', '1586347374', 10, 'Y', '', 0),
(5679, 'ROOT', 'default_upload_high_res_image', 17, 18, 'C', 'N', 0, 'N', '', 0),
(5680, 'ROOT,ULT:VENDOR', 'paypal_ipn_settings', 19, 20, 'H', '', 0, 'N', '', 0),
(5681, 'ROOT,ULT:VENDOR', 'override_customer_info', 19, 20, 'C', 'N', 10, 'N', '', 0),
(5682, 'ROOT,ULT:VENDOR', 'paypal_status_map', 19, 20, 'H', '', 20, 'N', '', 0),
(5683, 'ROOT,ULT:VENDOR', 'paypal_status_map_settings', 19, 20, 'E', 'statuses_map.tpl', 30, 'N', '', 0),
(5684, 'ROOT,ULT:VENDOR', 'paypal_partial_refund_action', 19, 20, 'H', '', 40, 'N', '', 0),
(5685, 'ROOT,ULT:VENDOR', 'paypal_partial_refund_action_settings', 19, 20, 'E', 'partial_refund_action.tpl', 50, 'N', '', 0),
(5686, 'ROOT,STOREFRONT', 'paypal_logo_uploader', 19, 20, 'H', '', 60, 'N', '', 0),
(5687, 'ROOT,STOREFRONT', 'paypal_logo_uploader_settings', 19, 20, 'E', 'logo_uploader.tpl', 70, 'N', '', 0),
(5688, 'ROOT,ULT:VENDOR', 'pp_statuses', 19, 20, 'D', 'a:10:{s:8:\"refunded\";s:1:\"I\";s:9:\"completed\";s:1:\"P\";s:7:\"pending\";s:1:\"O\";s:17:\"canceled_reversal\";s:1:\"I\";s:7:\"created\";s:1:\"O\";s:6:\"denied\";s:1:\"I\";s:7:\"expired\";s:1:\"F\";s:8:\"reversed\";s:1:\"I\";s:9:\"processed\";s:1:\"P\";s:6:\"voided\";s:1:\"P\";}', 80, 'N', '', 0),
(5689, 'ROOT,ULT:VENDOR', 'partial_refund_action', 19, 20, 'D', 'ignore', 90, 'N', '', 0),
(5691, 'ROOT,STOREFRONT', 'twitter_enable', 21, 22, 'C', 'Y', 10, 'N', '', 0),
(5692, 'ROOT,STOREFRONT', 'twitter_via', 21, 22, 'I', '', 20, 'N', '', 0),
(5693, 'ROOT,STOREFRONT', 'twitter_size', 21, 22, 'S', 'medium', 30, 'N', '', 0),
(5694, 'ROOT,STOREFRONT', 'twitter_display_count', 21, 22, 'S', 'horizontal', 40, 'N', '', 0),
(5695, 'ROOT,STOREFRONT', 'twitter_display_on', 21, 22, 'N', '#M#products=Y', 50, 'N', '', 0),
(5697, 'ROOT,STOREFRONT', 'facebook_enable', 21, 23, 'C', 'Y', 10, 'N', '', 0),
(5698, 'ROOT,STOREFRONT', 'facebook_app_id', 21, 23, 'I', '', 20, 'N', '', 0),
(5699, 'ROOT,STOREFRONT', 'facebook_href', 21, 23, 'I', '', 30, 'N', '', 0),
(5700, 'ROOT,STOREFRONT', 'facebook_send', 21, 23, 'C', 'Y', 40, 'N', '', 0),
(5701, 'ROOT,STOREFRONT', 'facebook_width', 21, 23, 'I', '450', 50, 'N', '', 0),
(5702, 'ROOT,STOREFRONT', 'facebook_layout', 21, 23, 'S', 'button_count', 60, 'N', '', 0),
(5703, 'ROOT,STOREFRONT', 'facebook_show_faces', 21, 23, 'C', 'N', 70, 'N', '', 0),
(5704, 'ROOT,STOREFRONT', 'facebook_action', 21, 23, 'S', 'like', 80, 'N', '', 0),
(5705, 'ROOT,STOREFRONT', 'facebook_lang', 21, 23, 'S', 'pt_BR', 90, 'N', '', 0),
(5706, 'ROOT,STOREFRONT', 'facebook_action_font', 21, 23, 'S', 'arial', 100, 'N', '', 0),
(5707, 'ROOT,STOREFRONT', 'facebook_colorscheme', 21, 23, 'S', 'light', 110, 'N', '', 0),
(5708, 'ROOT,STOREFRONT', 'facebook_display_on', 21, 23, 'N', '#M#products=Y', 120, 'N', '', 0),
(5710, 'ROOT,STOREFRONT', 'vkontakte_enable', 21, 24, 'C', 'N', 10, 'N', '', 0),
(5711, 'ROOT,STOREFRONT', 'vkontakte_appid', 21, 24, 'I', '', 20, 'N', '', 0),
(5712, 'ROOT,STOREFRONT', 'vkontakte_button_style', 21, 24, 'S', 'mini', 30, 'N', '', 0),
(5713, 'ROOT,STOREFRONT', 'vkontakte_height', 21, 24, 'I', '22', 40, 'N', '', 0),
(5714, 'ROOT,STOREFRONT', 'vkontakte_width', 21, 24, 'I', '350', 50, 'N', '', 0),
(5715, 'ROOT,STOREFRONT', 'vkontakte_buttons_name', 21, 24, 'S', 'like', 60, 'N', '', 0),
(5716, 'ROOT,STOREFRONT', 'vkontakte_display_on', 21, 24, 'N', 'N', 70, 'N', '', 0),
(5718, 'ROOT,STOREFRONT', 'yandex_enable', 21, 25, 'C', 'Y', 10, 'N', '', 0),
(5719, 'ROOT,STOREFRONT', 'yandex_share_code', 21, 25, 'T', '<script src=\"//yastatic.net/es5-shims/0.0.2/es5-shims.min.js\"></script><script src=\"//yastatic.net/share2/share.js\"></script><div class=\"ya-share2\" data-services=\"collections,vkontakte,facebook,twitter,odnoklassniki,moimir\"></div>', 20, 'N', '', 0),
(5720, 'ROOT,STOREFRONT', 'yandex_display_on', 21, 25, 'N', 'N', 30, 'N', '', 0),
(5722, 'ROOT,STOREFRONT', 'pinterest_enable', 21, 26, 'C', 'Y', 10, 'N', '', 0),
(5723, 'ROOT,STOREFRONT', 'pinterest_size', 21, 26, 'S', '20', 20, 'N', '', 0),
(5724, 'ROOT,STOREFRONT', 'pinterest_shape', 21, 26, 'S', 'rect', 30, 'N', '', 0),
(5726, 'ROOT,STOREFRONT', 'pinterest_display_on', 21, 26, 'N', '#M#products=Y', 50, 'N', '', 0),
(5727, 'ROOT,ULT:VENDOR', 'tags_for_products', 27, 28, 'C', 'Y', 0, 'N', '', 0),
(5728, 'ROOT,ULT:VENDOR', 'tags_for_pages', 27, 28, 'C', 'Y', 10, 'N', '', 0),
(5729, 'ROOT', 'managing_editor', 29, 30, 'I', '', 0, 'N', '', 0),
(5730, 'ROOT', 'display_rss_feed_in_category', 29, 30, 'C', 'N', 10, 'N', '', 0),
(5731, 'ROOT', 'category_max_products_items', 29, 30, 'I', '5', 20, 'N', '', 0),
(5732, 'ROOT,STOREFRONT', 'em_show_on_checkout', 31, 32, 'C', 'N', 0, 'N', '', 0),
(5733, 'ROOT,STOREFRONT', 'em_checkout_enabled', 31, 32, 'C', 'N', 10, 'N', '', 5732),
(5734, 'ROOT,STOREFRONT', 'em_double_opt_in', 31, 32, 'C', 'N', 20, 'N', '', 0),
(5735, 'ROOT,STOREFRONT', 'em_welcome_letter', 31, 32, 'C', 'N', 30, 'N', '', 0),
(5736, 'ROOT,STOREFRONT', 'em_service', 31, 32, 'S', 'dummy', 40, 'N', '', 0),
(5737, 'ROOT,STOREFRONT', 'em_token', 31, 32, 'D', '5f4c3e1b8dc6ed0f027229b07bb46bd4', 50, 'N', '', 0),
(5738, 'ROOT,STOREFRONT', 'em_lastsync', 31, 32, 'D', '1586347359', 60, 'N', '', 0),
(5739, 'ROOT,STOREFRONT', 'em_mailchimp_api_key', 31, 33, 'I', '', 0, 'N', '', 0),
(5740, 'ROOT,STOREFRONT', 'em_mailchimp_list', 31, 33, 'S', '', 10, 'N', '', 0),
(5741, 'ROOT,STOREFRONT', 'em_madmimi_username', 31, 34, 'I', '', 0, 'N', '', 0),
(5742, 'ROOT,STOREFRONT', 'em_madmimi_api_key', 31, 34, 'I', '', 10, 'N', '', 0),
(5743, 'ROOT,STOREFRONT', 'em_madmimi_list', 31, 34, 'S', '', 20, 'N', '', 0),
(5744, 'ROOT', 'newsletters_per_pass', 35, 36, 'I', '10', 0, 'N', '', 0),
(5745, 'ROOT', 'elm_advanced_mailing_server_options', 35, 36, 'H', '', 10, 'N', '', 0),
(5746, 'ROOT', 'mailer_send_method', 35, 36, 'S', 'default', 20, 'N', '', 0),
(5747, 'ROOT', 'elm_smtp_server_settings', 35, 36, 'H', '', 30, 'N', '', 0),
(5748, 'ROOT', 'mailer_smtp_host', 35, 36, 'I', '', 40, 'N', '', 0),
(5749, 'ROOT', 'mailer_smtp_username', 35, 36, 'I', '', 50, 'N', '', 0),
(5750, 'ROOT', 'mailer_smtp_password', 35, 36, 'I', '', 60, 'N', '', 0),
(5751, 'ROOT', 'mailer_smtp_ecrypted_connection', 35, 36, 'S', 'none', 70, 'N', '', 0),
(5752, 'ROOT', 'mailer_smtp_auth', 35, 36, 'C', 'N', 80, 'N', '', 0),
(5753, 'ROOT', 'coupon', 35, 37, 'S', '', 0, 'N', '', 0),
(5754, 'ROOT', 'provider', 38, 39, 'S', 'google', 0, 'N', '', 0),
(5755, 'ROOT', 'show_shippings_on_product', 38, 39, 'C', 'N', 10, 'N', '', 0),
(5756, 'ROOT', 'yandex_api_key', 38, 40, 'I', '', 0, 'N', '', 0),
(5757, 'ROOT', 'yandex_commercial', 38, 40, 'C', '', 10, 'N', '', 0),
(5758, 'ROOT', 'google_api_notice', 38, 41, 'O', '', 0, 'N', 'fn_geo_maps_settings_google_api_notice_handler', 0),
(5759, 'ROOT', 'google_api_key', 38, 41, 'I', '', 10, 'N', '', 0),
(5760, 'ROOT,STOREFRONT', 'show_on_product', 42, 485, 'C', 'Y', 0, 'N', '', 0),
(5761, 'MVE:ROOT,MVE:STOREFRONT', 'show_on_vendor', 42, 485, 'C', 'Y', 10, 'N', '', 0),
(5762, 'ROOT', 'products_prior_approval', 44, 46, 'S', 'all', 0, 'N', '', 0),
(5763, 'ROOT', 'products_updates_approval', 44, 46, 'S', 'all', 10, 'N', '', 0),
(5764, 'ROOT', 'vendor_profile_updates_approval', 44, 45, 'S', 'all', 10, 'N', '', 0),
(5765, 'ROOT', 'approval_info', 44, 45, 'O', '', 20, 'N', 'fn_vendor_data_premoderation_get_approval_info_text', 0),
(5766, 'ROOT', 'product_premoderation_fields', 44, 46, 'N', '#M#product_prices:*=Y&products:list_price=Y', 20, 'N', '', 0),
(5767, 'ROOT,STOREFRONT', 'commissions_header', 47, 48, 'H', '', 0, 'N', '', 0),
(5768, 'ROOT', 'include_shipping', 47, 48, 'C', 'Y', 10, 'N', '', 0),
(5769, 'ROOT', 'include_taxes_in_commission', 47, 48, 'C', 'Y', 20, 'N', '', 0),
(5770, 'ROOT', 'allow_vendors_to_change_plan', 47, 48, 'C', 'Y', 30, 'N', '', 0),
(5771, 'ROOT', 'min_amount', 49, 50, 'I', '50', 0, 'N', '', 0),
(5772, 'ROOT', 'max_amount', 49, 50, 'I', '1500', 10, 'N', '', 0),
(5773, 'ROOT', 'code_prefix', 49, 50, 'I', 'GC', 20, 'N', '', 0),
(5774, 'ROOT', 'cert_per_page', 49, 50, 'I', '10', 30, 'N', '', 0),
(5775, 'ROOT', 'free_products_allow', 49, 50, 'C', 'Y', 40, 'N', '', 0),
(5776, 'ROOT', 'redeem_shipping_cost', 49, 50, 'C', 'Y', 50, 'N', '', 0),
(5777, 'ROOT,STOREFRONT', 'print_map', 51, 52, 'C', 'Y', 0, 'N', '', 0),
(5778, 'ROOT,STOREFRONT', 'show_locations_at_geolocator', 51, 52, 'C', 'N', 10, 'N', '', 0),
(5779, 'ROOT', 'access_key', 53, 54, 'I', '204213218e36158fc3eccea211e0a591', 0, 'N', '', 0),
(5780, 'ROOT', 'variations_allow_own_images', 55, 56, 'C', 'Y', 0, 'N', '', 0),
(5781, 'ROOT', 'variations_allow_own_features', 55, 56, 'C', 'N', 10, 'N', '', 0),
(5782, 'ROOT', 'variations_allow_auto_change_default_variation', 55, 56, 'C', 'Y', 20, 'N', '', 0),
(5783, 'ROOT', 'notice', 57, 58, 'O', '', 0, 'N', 'fn_recaptcha_settings_notice_handler', 0),
(5784, 'ROOT', 'recaptcha_site_key', 57, 58, 'I', '6LeFuOgUAAAAAKKJ7zUwvtq1aQh_wb0MTfXtUjSj', 10, 'N', '', 0),
(5785, 'ROOT', 'recaptcha_secret', 57, 58, 'I', '6LeFuOgUAAAAAJdnKnCQkkl0nSnPGwfQD0AAAiar', 20, 'N', '', 0),
(5786, 'ROOT,STOREFRONT', 'recaptcha_theme', 57, 58, 'S', 'light', 30, 'N', '', 0),
(5787, 'ROOT,STOREFRONT', 'recaptcha_size', 57, 58, 'S', 'normal', 40, 'N', '', 0),
(5788, 'ROOT,STOREFRONT', 'recaptcha_type', 57, 58, 'S', 'image', 50, 'N', '', 0),
(5789, 'ROOT,STOREFRONT', 'settings_proxy', 57, 58, 'O', '', 60, 'N', 'fn_recaptcha_image_verification_settings_proxy', 0),
(5790, 'ROOT', 'forbidden_countries_notice', 57, 59, 'O', '', 0, 'N', 'fn_recaptcha_forbidden_countries_notice_handler', 0),
(5791, 'ROOT', 'forbidden_countries', 57, 59, 'B', '#M#=Y', 10, 'N', '', 0),
(5792, 'ROOT', 'display_product_return_period', 60, 61, 'C', 'Y', 0, 'N', '', 0),
(5793, 'ROOT', 'dont_take_weekends_into_account', 60, 61, 'C', 'Y', 10, 'N', '', 0),
(5794, 'ROOT,STOREFRONT', 'final_sale_from', 62, 63, 'I', '40', 0, 'N', '', 0),
(5795, 'ROOT,STOREFRONT', 'sales_amount_from', 62, 63, 'I', '1', 10, 'N', '', 0),
(5796, 'ROOT,STOREFRONT', 'period', 62, 64, 'S', 'all', 0, 'N', '', 0),
(5797, 'ROOT,STOREFRONT', 'last_days', 62, 64, 'I', '3', 10, 'N', '', 0),
(5798, 'ROOT,ULT:VENDOR', 'seo_product_type', 65, 66, 'S', 'product_category_nohtml', 0, 'N', '', 0),
(5799, 'ROOT,ULT:VENDOR', 'seo_category_type', 65, 66, 'S', 'category_nohtml', 10, 'N', '', 0),
(5800, 'ROOT,ULT:VENDOR', 'seo_page_type', 65, 66, 'S', 'page_nohtml', 20, 'N', '', 0),
(5801, 'ROOT,ULT:VENDOR', 'seo_other_type', 65, 66, 'S', 'directory', 30, 'N', '', 0),
(5802, 'ROOT,ULT:VENDOR', 'seo_language', 65, 66, 'C', 'N', 40, 'N', '', 0),
(5803, 'ROOT,ULT:VENDOR', 'single_url', 65, 66, 'C', 'Y', 50, 'N', '', 0),
(5804, 'ROOT,ULT:VENDOR', 'non_latin_symbols', 65, 66, 'C', 'N', 60, 'N', '', 0),
(5805, 'ROOT,ULT:VENDOR', 'point_rate', 67, 68, 'I', '1', 0, 'N', '', 0),
(5806, 'ROOT,ULT:VENDOR', 'auto_price_in_points', 67, 68, 'C', 'Y', 10, 'N', '', 0),
(5807, 'ROOT,ULT:VENDOR', 'price_in_points_with_discounts', 67, 68, 'C', 'Y', 20, 'N', '', 0),
(5808, 'ROOT,ULT:VENDOR', 'points_with_discounts', 67, 68, 'C', 'Y', 30, 'N', '', 0),
(5809, 'ROOT,ULT:VENDOR', 'price_in_points_order_discount', 67, 68, 'C', 'Y', 40, 'N', '', 0),
(5810, 'ROOT,ULT:VENDOR', 'reward_points_order_discount', 67, 68, 'C', 'Y', 50, 'N', '', 0),
(5811, 'ROOT,ULT:VENDOR', 'higher_level_extract', 67, 68, 'C', 'Y', 60, 'N', '', 0),
(5812, 'ROOT,ULT:VENDOR', 'several_points_action', 67, 68, 'S', 'minimal_absolute', 70, 'N', '', 0),
(5813, 'ROOT,ULT:VENDOR', 'consider_zero_values', 67, 68, 'C', 'N', 80, 'N', '', 0),
(5814, 'ROOT,ULT:VENDOR', 'log_per_page', 67, 68, 'I', '10', 90, 'N', '', 0),
(5815, 'ROOT,STOREFRONT', 'tracking_code', 69, 70, 'I', 'UA-163308049-1', 0, 'N', '', 0),
(5816, 'ROOT,STOREFRONT', 'track_ecommerce', 69, 70, 'C', 'Y', 10, 'N', '', 0),
(5817, 'ROOT,STOREFRONT', 'pixel_id', 71, 72, 'I', '', 0, 'N', '', 0),
(5818, 'ROOT,STOREFRONT', 'track_all_page_views', 71, 72, 'C', 'Y', 10, 'N', '', 0),
(5819, 'ROOT,STOREFRONT', 'track_add_to_cart', 71, 72, 'C', 'N', 20, 'N', '', 0),
(5820, 'ROOT,STOREFRONT', 'track_order_placed', 71, 72, 'C', 'N', 30, 'N', '', 0),
(5821, 'ROOT,STOREFRONT', 'general', 73, 74, 'H', '', 0, 'N', '', 0),
(5822, 'ROOT,STOREFRONT', 'info', 73, 74, 'O', '', 10, 'N', 'fn_call_requests_info', 0),
(5823, 'ROOT,STOREFRONT', 'phone', 73, 74, 'I', '', 20, 'N', '', 0),
(5824, 'ROOT,STOREFRONT', 'phone_prefix_length', 73, 74, 'I', '7', 30, 'N', '', 0),
(5825, 'ROOT,STOREFRONT', 'phone_mask', 73, 74, 'I', '', 40, 'N', '', 0),
(5826, 'ROOT,STOREFRONT', 'buy_now_with_one_click', 73, 74, 'C', 'Y', 50, 'N', '', 0),
(5827, 'ROOT,ULT:VENDOR', 'order_status', 73, 74, 'S', 'Y', 60, 'N', '', 0),
(5828, 'ROOT', 'elm_image', 75, 76, 'H', '', 0, 'N', '', 0),
(5829, 'ROOT', 'elm_image_info', 75, 76, 'O', '', 10, 'N', 'fn_get_barcode_image', 0),
(5830, 'ROOT', 'elm_configs', 75, 76, 'H', '', 20, 'N', '', 0),
(5831, 'ROOT', 'type', 75, 76, 'S', 'C128B', 30, 'N', '', 0),
(5832, 'ROOT', 'output', 75, 76, 'S', 'png', 40, 'N', '', 0),
(5833, 'ROOT', 'text', 75, 76, 'S', 'N', 50, 'N', '', 0),
(5834, 'ROOT', 'height', 75, 76, 'I', '60', 60, 'N', '', 0),
(5835, 'ROOT', 'width', 75, 76, 'I', '250', 70, 'N', '', 0),
(5836, 'ROOT', 'prefix', 75, 76, 'I', '', 80, 'N', '', 0),
(5837, 'ROOT', 'elm_specification', 75, 76, 'H', '', 90, 'N', '', 0),
(5838, 'ROOT', 'elm_spec_descr', 75, 76, 'O', '', 100, 'N', 'fn_get_barcode_specification', 0),
(5839, 'ROOT', 'polls_votes_on_page', 77, 78, 'I', '20', 0, 'N', '', 0),
(5840, 'ROOT', 'polls_comments_on_page', 77, 78, 'I', '20', 10, 'N', '', 0),
(5841, 'ROOT', 'elm_administrator_area_settings', 79, 80, 'H', '', 0, 'N', '', 0),
(5842, 'ROOT', 'admin_reverse_ip_access', 79, 80, 'C', '', 10, 'N', '', 0),
(5843, 'ROOT', 'unsuccessful_attempts_login', 79, 80, 'C', '', 20, 'N', '', 0),
(5844, 'ROOT', 'number_unsuccessful_attempts', 79, 80, 'I', '5', 30, 'N', '', 0),
(5845, 'ROOT', 'login_intervals', 79, 80, 'I', '60', 40, 'N', '', 0),
(5846, 'ROOT', 'time_block', 79, 80, 'I', '24', 50, 'N', '', 0),
(5847, 'ROOT', 'elm_customer_and_affiliate_area_settings', 79, 80, 'H', '', 60, 'N', '', 0),
(5848, 'ROOT', 'unsuccessful_attempts_login_customer', 79, 80, 'C', '', 70, 'N', '', 0),
(5849, 'ROOT', 'number_unsuccessful_attempts_customer', 79, 80, 'I', '5', 80, 'N', '', 0),
(5850, 'ROOT', 'login_intervals_customer', 79, 80, 'I', '60', 90, 'N', '', 0),
(5851, 'ROOT', 'time_block_customer', 79, 80, 'I', '24', 100, 'N', '', 0),
(5852, 'ROOT', 'banner_multilang', 81, 82, 'C', 'Y', 0, 'N', '', 0),
(5853, 'ROOT,ULT:VENDOR', 'watermark', 83, 84, 'H', '', 0, 'N', '', 0),
(5854, 'ROOT,ULT:VENDOR', 'watermark_settings', 83, 84, 'E', 'watermark.tpl', 10, 'N', '', 0),
(5855, 'ROOT,ULT:VENDOR', 'apply_to_product', 83, 84, 'H', '', 20, 'N', '', 0),
(5856, 'ROOT,ULT:VENDOR', 'use_for_product_icons', 83, 84, 'C', 'N', 30, 'N', '', 0),
(5857, 'ROOT,ULT:VENDOR', 'use_for_product_detailed', 83, 84, 'C', 'N', 40, 'N', '', 0),
(5858, 'ROOT,ULT:VENDOR', 'apply_to_categories', 83, 84, 'H', '', 50, 'N', '', 0),
(5859, 'ROOT,ULT:VENDOR', 'use_for_category_icons', 83, 84, 'C', 'N', 60, 'N', '', 0),
(5860, 'ROOT,ULT:VENDOR', 'use_for_category_detailed', 83, 84, 'C', 'N', 70, 'N', '', 0),
(5861, 'ROOT,ULT:VENDOR', 'images_access_info', 83, 84, 'O', '', 80, 'N', 'fn_watermarks_images_access_info', 0),
(5862, 'ROOT,STOREFRONT', 'product_posts_per_page', 85, 86, 'I', '10', 0, 'N', '', 0),
(5863, 'ROOT,ULT:VENDOR', 'product_post_approval', 85, 86, 'S', 'any', 10, 'N', '', 0),
(5864, 'ROOT,ULT:VENDOR', 'product_post_ip_check', 85, 86, 'C', 'N', 20, 'N', '', 0),
(5867, 'ROOT,ULT:VENDOR', 'product_discussion_type', 85, 86, 'S', 'D', 50, 'N', '', 0),
(5868, 'ROOT,ULT:VENDOR', 'product_review_after_purchase', 85, 86, 'C', 'Y', 70, 'N', '', 0),
(5869, 'ROOT,STOREFRONT', 'category_posts_per_page', 85, 87, 'I', '10', 0, 'N', '', 0),
(5870, 'ROOT,ULT:VENDOR', 'category_post_approval', 85, 87, 'S', 'any', 10, 'N', '', 0),
(5871, 'ROOT,ULT:VENDOR', 'category_post_ip_check', 85, 87, 'C', 'N', 20, 'N', '', 0),
(5873, 'ROOT,ULT:VENDOR', 'category_discussion_type', 85, 87, 'S', 'D', 40, 'N', '', 0),
(5874, 'ROOT,STOREFRONT', 'order_posts_per_page', 85, 88, 'I', '10', 0, 'N', '', 0),
(5875, 'ROOT,STOREFRONT', 'order_initiate', 85, 88, 'C', 'Y', 10, 'N', '', 0),
(5877, 'ROOT,STOREFRONT', 'page_posts_per_page', 85, 89, 'I', '10', 0, 'N', '', 0),
(5878, 'ROOT,ULT:VENDOR', 'page_post_approval', 85, 89, 'S', 'disabled', 10, 'N', '', 0),
(5879, 'ROOT,ULT:VENDOR', 'page_post_ip_check', 85, 89, 'C', 'N', 20, 'N', '', 0),
(5881, 'ROOT,ULT:VENDOR', 'page_discussion_type', 85, 89, 'S', 'D', 40, 'N', '', 0),
(5883, 'ROOT,STOREFRONT', 'home_page_posts_per_page', 85, 90, 'I', '10', 0, 'N', '', 0),
(5884, 'ROOT,ULT:VENDOR', 'home_page_post_approval', 85, 90, 'S', 'any', 10, 'N', '', 0),
(5885, 'ROOT,ULT:VENDOR', 'home_page_post_ip_check', 85, 90, 'C', 'Y', 20, 'N', '', 0),
(5887, 'ROOT,ULT:VENDOR', 'home_page_testimonials', 85, 90, 'S', 'B', 40, 'N', '', 0),
(5888, 'MVE:ROOT', 'company_discussion_type', 85, 91, 'S', 'D', 0, 'N', '', 0),
(5889, 'MVE:ROOT', 'company_only_buyers', 85, 91, 'C', 'Y', 10, 'N', '', 0),
(5890, 'MVE:ROOT,MVE:STOREFRONT', 'company_posts_per_page', 85, 91, 'I', '10', 20, 'N', '', 0),
(5891, 'MVE:ROOT', 'company_post_approval', 85, 91, 'S', 'any', 30, 'N', '', 0),
(5892, 'MVE:ROOT', 'company_post_ip_check', 85, 91, 'C', 'N', 40, 'N', '', 0),
(5895, 'ROOT,STOREFRONT', 'information', 92, 93, 'H', '', 0, 'N', '', 0),
(5896, 'ROOT,STOREFRONT', 'clear_url', 92, 93, 'O', '', 10, 'N', 'fn_google_sitemap_clear_url_info', 0),
(5897, 'ROOT,STOREFRONT', 'site_setting', 92, 93, 'H', '', 20, 'N', '', 0),
(5898, 'ROOT,STOREFRONT', 'site_change', 92, 93, 'S', 'daily', 30, 'N', '', 0),
(5899, 'ROOT,STOREFRONT', 'site_priority', 92, 93, 'S', '1', 40, 'N', '', 0),
(5900, 'ROOT,STOREFRONT', 'products_setting', 92, 93, 'H', '', 50, 'N', '', 0),
(5901, 'ROOT,STOREFRONT', 'include_products', 92, 93, 'C', 'Y', 60, 'N', '', 0),
(5902, 'ROOT,STOREFRONT', 'products_change', 92, 93, 'S', 'daily', 70, 'N', '', 0),
(5903, 'ROOT,STOREFRONT', 'products_priority', 92, 93, 'S', '0.5', 80, 'N', '', 0),
(5904, 'ROOT,STOREFRONT', 'categories_setting', 92, 93, 'H', '', 90, 'N', '', 0),
(5905, 'ROOT,STOREFRONT', 'include_categories', 92, 93, 'C', 'Y', 100, 'N', '', 0),
(5906, 'ROOT,STOREFRONT', 'categories_change', 92, 93, 'S', 'daily', 110, 'N', '', 0),
(5907, 'ROOT,STOREFRONT', 'categories_priority', 92, 93, 'S', '0.5', 120, 'N', '', 0),
(5908, 'ROOT,STOREFRONT', 'pages_setting', 92, 93, 'H', '', 130, 'N', '', 0),
(5909, 'ROOT,STOREFRONT', 'include_pages', 92, 93, 'C', 'Y', 140, 'N', '', 0),
(5910, 'ROOT,STOREFRONT', 'pages_change', 92, 93, 'S', 'daily', 150, 'N', '', 0),
(5911, 'ROOT,STOREFRONT', 'pages_priority', 92, 93, 'S', '0.5', 160, 'N', '', 0),
(5912, 'ROOT,STOREFRONT', 'extended_setting', 92, 93, 'H', '', 170, 'N', '', 0),
(5913, 'ROOT,STOREFRONT', 'include_extended', 92, 93, 'C', 'Y', 180, 'N', '', 0),
(5914, 'ROOT,STOREFRONT', 'extended_change', 92, 93, 'S', 'daily', 190, 'N', '', 0),
(5915, 'ROOT,STOREFRONT', 'extended_priority', 92, 93, 'S', '0.5', 200, 'N', '', 0),
(5916, 'MVE:ROOT,MVE:STOREFRONT', 'companies_setting', 92, 93, 'H', '', 210, 'N', '', 0),
(5917, 'MVE:ROOT,MVE:STOREFRONT', 'include_companies', 92, 93, 'C', 'Y', 220, 'N', '', 0),
(5918, 'MVE:ROOT,MVE:STOREFRONT', 'companies_change', 92, 93, 'S', 'daily', 230, 'N', '', 0),
(5919, 'MVE:ROOT,MVE:STOREFRONT', 'companies_priority', 92, 93, 'S', '0.5', 240, 'N', '', 0),
(5920, 'ROOT,STOREFRONT', 'cz_animation_time', 94, 95, 'I', '200', 0, 'N', '', 0),
(5921, 'ROOT,STOREFRONT', 'cz_zoom_position', 94, 95, 'S', '3', 10, 'N', '', 0),
(5922, 'ROOT', 'cron_password', 96, 97, 'I', 'MYPASS', 0, 'N', '', 0),
(5923, 'ROOT,STOREFRONT', 'price_list_info', 98, 99, 'O', '', 0, 'N', 'fn_price_list_info', 0),
(5924, 'ROOT,ULT:VENDOR', 'price_list_fields', 98, 99, 'B', '#M#=Y&product_code=Y&product=Y&amount=Y&price=Y', 10, 'N', '', 0),
(5925, 'ROOT,ULT:VENDOR', 'price_list_sorting', 98, 99, 'S', 'product', 20, 'N', '', 0),
(5926, 'ROOT,ULT:VENDOR', 'group_by_category', 98, 99, 'C', 'Y', 30, 'N', '', 0),
(5927, 'ROOT,ULT:VENDOR', 'include_options', 98, 99, 'C', 'N', 40, 'N', '', 0),
(5928, 'ROOT,STOREFRONT', 'icons_pack', 100, 101, 'S', 'flat_24x24', 0, 'N', '', 0),
(5929, 'ROOT,ULT:VENDOR', 'autogen_email', 100, 101, 'C', 'N', 10, 'N', '', 0),
(5930, 'ROOT,STOREFRONT', 'main_store_mode', 102, 103, 'R', 'catalog', 0, 'N', '', 0),
(5931, 'ROOT,STOREFRONT', 'add_to_cart_empty_buy_now_url', 102, 103, 'C', 'N', 10, 'N', '', 0),
(5932, 'ROOT', 'general_info', 104, 105, 'O', '', 0, 'N', 'fn_janrain_generate_info', 0),
(5933, 'ROOT', 'apikey', 104, 105, 'I', '', 10, 'N', '', 0),
(5934, 'ROOT', 'appdomain', 104, 105, 'I', '', 20, 'N', '', 0),
(5937, 'ROOT', 'settings_template', 106, 107, 'E', 'settings.tpl', 20, 'N', '', 0),
(5938, 'ROOT', 'default_vendor_usesrgroup', 108, 109, 'S', '5', 0, 'N', '', 0),
(5941, 'ROOT,ULT:VENDOR', 'code', 112, 113, 'D', 'ABA-CPVKjegvmMulK69CheC63', 0, 'N', '', 0),
(5942, 'ROOT,ULT:VENDOR', 'build', 112, 113, 'D', '693', 10, 'N', '', 0),
(5943, 'ROOT,ULT:VENDOR', 'code', 114, 115, 'D', 'ABA-uWthuKk6wJChVLfxkfuXN', 0, 'N', '', 0),
(5944, 'ROOT,ULT:VENDOR', 'build', 114, 115, 'D', '690', 10, 'N', '', 0),
(5945, 'ROOT,ULT:VENDOR', 'cron_key', 116, 117, '', '0E5Z3t9i1j9h3f3', 0, 'N', '', 0),
(5946, 'ROOT,ULT:VENDOR', 'item_nth', 116, 117, 'I', '7', 10, 'N', '', 0),
(5947, 'ROOT,ULT:VENDOR', 'decrease_items_per_page', 116, 117, 'C', 'Y', 20, 'N', '', 0),
(5948, 'ROOT,ULT:VENDOR', 'code', 116, 117, 'D', 'ABA-eaHwpo5Edrao61gzaw6Bu', 30, 'N', '', 0),
(5949, 'ROOT,ULT:VENDOR', 'build', 116, 117, 'D', '640', 40, 'N', '', 0),
(5950, 'ROOT,ULT:VENDOR', 'description_type', 118, 119, 'S', 'html', 0, 'N', '', 0),
(5951, 'ROOT,ULT:VENDOR', 'use_additional_categories', 118, 119, 'C', 'N', 10, 'N', '', 0),
(5952, 'ROOT,ULT:VENDOR', 'save_element_state', 118, 119, 'C', 'N', 20, 'N', '', 0),
(5953, 'ROOT,ULT:VENDOR', 'bg_color', 118, 119, 'D', '#ffffff', 30, 'N', '', 0),
(5954, 'ROOT,ULT:VENDOR', 'code', 118, 119, 'D', 'ABA-zCpj7zDrzxErRRAeN9JsB', 40, 'N', '', 0),
(5955, 'ROOT,ULT:VENDOR', 'build', 118, 119, 'D', '665', 50, 'N', '', 0),
(5956, 'ROOT,ULT:VENDOR', 'template_variant', 118, 120, 'S', 'vertical_tabs', 0, 'N', '', 0),
(5957, 'ROOT,ULT:VENDOR', 'appearance_type_styles', 118, 120, 'S', 'fill', 10, 'N', '', 0),
(5958, 'ROOT,ULT:VENDOR', 'bg_color_template', 118, 120, 'E', 'color.tpl', 20, 'N', '', 0),
(5959, 'ROOT,ULT:VENDOR', 'use_style_presets', 118, 120, 'C', 'Y', 30, 'N', '', 0),
(5960, 'ROOT,ULT:VENDOR', 'display_attached_mb_items_on_cat_page', 118, 121, 'C', 'N', 0, 'N', '', 0),
(5961, 'ROOT,ULT:VENDOR', 'code', 122, 123, 'D', 'ABA-K27MPjVrlvm5huncvvFiZ', 0, 'N', '', 0),
(5962, 'ROOT,ULT:VENDOR', 'build', 122, 123, 'D', '666', 10, 'N', '', 0),
(5963, 'ROOT,ULT:VENDOR', 'position', 124, 125, 'S', 'post', 0, 'N', '', 0),
(5964, 'ROOT,ULT:VENDOR', 'show_in_lists', 124, 125, 'C', 'Y', 10, 'N', '', 0),
(5965, 'ROOT,ULT:VENDOR', 'on_thumbnail_click', 124, 125, 'S', 'open_popup', 20, 'N', '', 0),
(5966, 'ROOT,ULT:VENDOR', 'controls', 124, 125, 'C', 'N', 30, 'N', '', 0),
(5967, 'ROOT,ULT:VENDOR', 'repeat', 124, 125, 'C', 'N', 40, 'N', '', 0),
(5968, 'ROOT,ULT:VENDOR', 'th_size', 124, 125, 'I', '50', 50, 'N', '', 0),
(5969, 'ROOT,ULT:VENDOR', 'cycle', 124, 125, 'C', 'Y', 60, 'N', '', 0),
(5970, 'ROOT,ULT:VENDOR', 'vertical', 124, 125, 'C', 'Y', 70, 'N', '', 0),
(5971, 'ROOT,ULT:VENDOR', 'code', 124, 125, 'D', 'ABA-Xcl3VaDyWkjfb7jwr4Yy0', 80, 'N', '', 0),
(5972, 'ROOT,ULT:VENDOR', 'build', 124, 125, 'D', '671', 90, 'N', '', 0),
(5973, 'ROOT,ULT:VENDOR', 'position', 126, 127, 'S', 'bottom_right', 0, 'N', '', 0),
(5974, 'ROOT,ULT:VENDOR', 'transition', 126, 127, 'I', '600', 10, 'N', '', 0),
(5975, 'ROOT,ULT:VENDOR', 'icon', 126, 127, 'S', 'arrow_9', 20, 'N', '', 0),
(5976, 'ROOT,ULT:VENDOR', 'margin_top', 126, 127, 'I', '0', 30, 'N', '', 0),
(5977, 'ROOT,ULT:VENDOR', 'margin_right', 126, 127, 'I', '10', 40, 'N', '', 0),
(5978, 'ROOT,ULT:VENDOR', 'margin_bottom', 126, 127, 'I', '10', 50, 'N', '', 0),
(5979, 'ROOT,ULT:VENDOR', 'margin_left', 126, 127, 'I', '0', 60, 'N', '', 0),
(5980, 'ROOT,ULT:VENDOR', 'font_size', 126, 127, 'I', '64', 70, 'N', '', 0),
(5981, 'ROOT,ULT:VENDOR', 'units', 126, 127, 'S', 'px', 80, 'N', '', 0),
(5982, 'ROOT,ULT:VENDOR', 'font_weight', 126, 127, 'S', 'normal', 90, 'N', '', 0),
(5983, 'ROOT,ULT:VENDOR', 'color', 126, 127, 'E', 'color.tpl', 100, 'N', '', 0),
(5984, 'ROOT,ULT:VENDOR', 'hide_on_mobile', 126, 127, 'C', 'Y', 110, 'N', '', 0),
(5985, 'ROOT,ULT:VENDOR', 'show_in_admin_panel', 126, 127, 'C', 'N', 120, 'N', '', 0),
(5986, 'ROOT,ULT:VENDOR', 'ab__stt_color', 126, 127, 'D', '#ffc014', 130, 'N', '', 0),
(5987, 'ROOT,ULT:VENDOR', 'code', 126, 127, 'D', 'ABA-HVyW6ZyKJj44nDrkXWq9p', 140, 'N', '', 0),
(5988, 'ROOT,ULT:VENDOR', 'build', 126, 127, 'D', '602', 150, 'N', '', 0),
(5989, 'ROOT,ULT:VENDOR', 'show_on_homepage', 128, 129, 'C', 'Y', 0, 'N', '', 0),
(5990, 'ROOT,ULT:VENDOR', 'show_on_category_page', 128, 129, 'C', 'Y', 10, 'N', '', 0),
(5991, 'ROOT,ULT:VENDOR', 'show_on_product_page', 128, 129, 'C', 'Y', 20, 'N', '', 0),
(5992, 'ROOT,ULT:VENDOR', 'show_on_cart_page', 128, 129, 'C', 'Y', 30, 'N', '', 0),
(5993, 'ROOT,ULT:VENDOR', 'show_on_checkout_page', 128, 129, 'C', 'Y', 40, 'N', '', 0),
(5994, 'ROOT,ULT:VENDOR', 'shuffle', 128, 129, 'C', 'Y', 50, 'N', '', 0),
(5995, 'ROOT,ULT:VENDOR', 'code', 128, 129, 'D', 'ABA-qcW6ZBqL6KEp9Y51aCA8K', 60, 'N', '', 0),
(5996, 'ROOT,ULT:VENDOR', 'build', 128, 129, 'D', '638', 70, 'N', '', 0),
(5997, 'ROOT,ULT:VENDOR', 'code', 130, 131, 'D', 'ABA-455qK6nhJ3Bhr7Ft5rilE', 0, 'N', '', 0),
(5998, 'ROOT,ULT:VENDOR', 'build', 130, 131, 'D', '619', 10, 'N', '', 0),
(5999, 'ROOT,ULT:VENDOR', 'add_catalog_to_breadcrumbs', 130, 131, 'C', 'N', 20, 'N', '', 0),
(6000, 'ROOT,ULT:VENDOR', 'maximum_number_of_displayed_items', 130, 131, 'I', '5', 30, 'N', '', 0),
(6001, 'ROOT,ULT:VENDOR', 'catalog_menu', 130, 131, 'I', '0', 40, 'N', '', 0),
(6002, 'ROOT,ULT:VENDOR', 'show_category_tree', 130, 131, 'C', 'N', 50, 'N', '', 0),
(6003, 'ROOT,ULT:VENDOR', 'link', 130, 131, 'O', '', 60, 'N', 'fn_ab__lc_link', 0),
(6004, 'ROOT,ULT:VENDOR', 'ab__as', 130, 131, 'H', '', 70, 'N', '', 0),
(6005, 'ROOT,ULT:VENDOR', 'ab__as_add_to_sitemap', 130, 131, 'C', 'Y', 80, 'N', '', 0),
(6006, 'ROOT,ULT:VENDOR', 'code', 132, 133, 'D', 'ABA-6lkCD2YL2xxrJn4Dla0px', 0, 'N', '', 0),
(6007, 'ROOT,ULT:VENDOR', 'build', 132, 133, 'D', '630', 10, 'N', '', 0),
(6008, 'ROOT,ULT:VENDOR', 'max_height', 132, 133, '', '250', 20, 'N', '', 0),
(6009, 'ROOT,ULT:VENDOR', 'hide_in_product', 132, 133, 'C', 'Y', 30, 'N', '', 0),
(6010, 'ROOT,ULT:VENDOR', 'hide_in_category', 132, 133, 'C', 'Y', 40, 'N', '', 0),
(6011, 'ROOT,ULT:VENDOR', 'hide_in_brand', 132, 133, 'C', 'Y', 50, 'N', '', 0),
(6012, 'ROOT,ULT:VENDOR', 'selectors', 132, 133, 'I', '', 60, 'N', '', 0),
(6013, 'ROOT,ULT:VENDOR', 'transition', 132, 133, 'S', '10', 70, 'N', '', 0),
(6014, 'ROOT,ULT:VENDOR', 'align', 132, 133, 'S', 'left', 80, 'N', '', 0),
(6015, 'ROOT,ULT:VENDOR', 'appearance', 132, 133, 'S', 'text', 90, 'N', '', 0),
(6016, 'ROOT,ULT:VENDOR', 'show_button_after_action', 132, 133, 'C', 'N', 100, 'N', '', 0),
(6017, 'ROOT,ULT:VENDOR', 'custom_class', 132, 133, 'I', 'ab-smc', 110, 'N', '', 0),
(6018, 'ROOT,ULT:VENDOR', 'count_to', 134, 135, 'S', 'day_end', 0, 'N', '', 0),
(6019, 'ROOT,ULT:VENDOR', 'max_height', 134, 135, 'I', '250', 10, 'N', '', 0),
(6020, 'ROOT,ULT:VENDOR', 'promotions_per_page', 134, 135, 'I', '12', 20, 'N', '', 0),
(6021, 'ROOT,ULT:VENDOR', 'chains_per_page', 134, 135, 'I', '3', 30, 'N', '', 0),
(6022, 'ROOT,ULT:VENDOR', 'highlight_when_left', 134, 135, 'S', '1', 40, 'N', '', 0),
(6024, 'ROOT,ULT:VENDOR', 'ab__show_expired_promos', 134, 135, 'C', 'Y', 60, 'N', '', 0),
(6025, 'ROOT,ULT:VENDOR', 'ab__show_awaited_promos', 134, 135, 'C', 'Y', 70, 'N', '', 0),
(6026, 'ROOT,ULT:VENDOR', 'ab__as', 134, 135, 'H', '', 80, 'N', '', 0),
(6027, 'ROOT,ULT:VENDOR', 'ab__as_add_to_sitemap', 134, 135, 'C', 'Y', 90, 'N', '', 0),
(6028, 'ROOT,ULT:VENDOR', 'code', 134, 135, 'D', 'ABA-nVAnviebK1crnc8nXpXti', 100, 'N', '', 0),
(6029, 'ROOT,ULT:VENDOR', 'build', 134, 135, 'D', '641', 110, 'N', '', 0),
(6030, 'ROOT', 'backend_google_warning', 136, 137, 'E', 'warning.tpl', 0, 'N', '', 0),
(6031, 'ROOT', 'credentials', 136, 137, 'H', '', 10, 'N', '', 0),
(6032, 'ROOT', 'backend_google_auth_info', 136, 137, 'E', 'credentials.tpl', 20, 'N', '', 0),
(6033, 'ROOT', 'backend_google_auth_client_id', 136, 137, 'I', '', 30, 'N', '', 0),
(6034, 'ROOT', 'backend_google_auth_client_secret', 136, 137, 'I', '', 40, 'N', '', 0),
(6035, 'ROOT', 'backend_google_auth_check', 136, 137, 'E', 'check.tpl', 50, 'N', '', 0),
(6036, 'ROOT,STOREFRONT', 'display_supplier', 138, 139, 'C', 'Y', 0, 'N', '', 0),
(6037, 'ROOT,STOREFRONT', 'display_shipping_methods_separately', 138, 139, 'C', 'Y', 10, 'N', '', 0),
(6038, 'ROOT', 'allow_vendors_to_create_products', 140, 141, 'C', 'Y', 0, 'N', '', 0),
(6053, 'ROOT,STOREFRONT', 'config', 146, 147, 'E', 'config.tpl', 0, 'N', '', 0);
INSERT INTO `partiushop_settings_objects` (`object_id`, `edition_type`, `name`, `section_id`, `section_tab_id`, `type`, `value`, `position`, `is_global`, `handler`, `parent_id`) VALUES
(6054, 'ROOT,STOREFRONT', 'config_data', 146, 147, 'D', '{\"app_settings\":{\"utility\":{\"shopName\":\"Partiu Shop\",\"pushNotifications\":\"1\",\"fcmApiKey\":\"\"},\"build\":{\"appName\":\"Partiu.Shop\",\"appShortDescription\":\"Comprar e Vender nunca foi t\\u00e3o f\\u00e1cil!\",\"appFullDescription\":\"Comprar e Vender nunca foi t\\u00e3o f\\u00e1cil!\",\"supportEmail\":\"admin@partiushop.com.br\",\"privacyPolicyUrl\":\"fastcore.com.br\"},\"apple_pay\":{\"applePay\":\"off\",\"applePayMerchantIdentifier\":\"\",\"applePayMerchantName\":\"\"},\"google_pay\":{\"googlePay\":\"off\",\"googlePayApiKey\":\"\"}},\"app_appearance\":{\"colors\":{\"categories\":{\"categoriesBackgroundColor\":{\"value\":\"#f3f3f3\",\"type\":\"color\",\"name\":\"Background\",\"description\":\"The background color of the block with categories.\"},\"categoriesHeaderColor\":{\"value\":\"#ffaa00\",\"type\":\"color\",\"name\":\"Block title color\",\"description\":\"Affects the titles of all blocks, not just the one with categories.\"},\"categoryBlockBackgroundColor\":{\"value\":\"#017dc7\",\"type\":\"color\",\"name\":\"Card background\",\"description\":\"The background color of category cards.\"},\"categoryBlockTextColor\":{\"value\":\"#ffffff\",\"type\":\"color\",\"name\":\"Card text\",\"description\":\"The color of text in a category card.\"},\"categoryBorderRadius\":{\"value\":\"4\",\"type\":\"number\",\"name\":\"Card corners radius\",\"description\":\"Determines how rounded the corners of a category card will be.\"}},\"navbar\":{\"statusBarColor\":{\"value\":\"#c1c1c1\",\"type\":\"color\",\"name\":\"Status bar color\",\"description\":\"The color of the system status bar; affects Android devices only.\"},\"navBarBackgroundColor\":{\"value\":\"#017dc7\",\"type\":\"color\",\"name\":\"Background\",\"description\":\"The background color of the navigation bar.\"},\"navBarButtonColor\":{\"value\":\"#ffaa00\",\"type\":\"color\",\"name\":\"Icon color\",\"description\":\"The color of icons in the navigation bar.\"},\"navBarTextColor\":{\"value\":\"#ffffff\",\"type\":\"color\",\"name\":\"Text color\",\"description\":\"The color of text in the navigation bar.\"},\"screenBackgroundColor\":{\"value\":\"#fff\",\"type\":\"color\",\"name\":\"Screen background\",\"description\":\"The common background color of all screens in the app.\"},\"navBarTitleFontSize\":{\"value\":\"16\",\"type\":\"number\",\"name\":\"Title text size\",\"description\":\"The size of the title text.\"}},\"product_screen\":{\"buttonBackgroundColor\":{\"value\":\"#017dc7\",\"type\":\"color\",\"name\":\"Primary CTA button\",\"description\":\"The background color of the primary CTA button (such as \'Add to Cart\').\"},\"buttonWithBackgroundTextColor\":{\"value\":\"#fff\",\"type\":\"color\",\"name\":\"CTA text color\",\"description\":\"The text color of both primary and secondary CTA buttons.\"},\"buttonWithoutBackgroundTextColor\":{\"value\":\"#017dc7\",\"type\":\"color\",\"name\":\"Secondary action text\",\"description\":\"The color of sorting and filter links, etc.\"},\"ratingStarsColor\":{\"value\":\"#EAA944\",\"type\":\"color\",\"name\":\"Rating stars color\",\"description\":\"The color of the rating icons (stars).\"},\"discussionMessageColor\":{\"value\":\"#808080\",\"type\":\"color\",\"name\":\"Text color\",\"description\":\"Affects product descriptions, discussions, and other texts at the product screen.\"},\"darkColor\":{\"value\":\"#242424\",\"type\":\"color\",\"name\":\"Product name\",\"description\":\"Determines color of product name and product price\"},\"grayColor\":{\"value\":\"#FAFAFA\",\"type\":\"color\",\"name\":\"Tabs background\",\"description\":\"\"},\"mediumGrayColor\":{\"value\":\"#B8B8B8\",\"type\":\"color\",\"name\":\"Options border color\",\"description\":\"\"},\"categoryEmptyImage\":{\"value\":\"#989898\",\"type\":\"color\",\"name\":\"\\\"Add image\\\" button\",\"description\":\"The color of the \\\"plus\\\" button for adding a product image.\"}},\"other\":{\"successColor\":{\"value\":\"#7DCFB6\",\"type\":\"color\",\"name\":\"Success color\",\"description\":\"The background color of a pop-up notification about a successful action.\"},\"infoColor\":{\"value\":\"#FCEADE\",\"type\":\"color\",\"name\":\"Info color\",\"description\":\"The background color of a pop-up notification with information.\"},\"dangerColor\":{\"value\":\"#D9534F\",\"type\":\"color\",\"name\":\"Error color\",\"description\":\"The background color of a pop-up notification about an error.\"},\"borderRadius\":{\"value\":\"4\",\"type\":\"number\",\"name\":\"Border radius\",\"description\":\"Determines how rounded the corners of product borders will be.\"},\"productDiscountColor\":{\"value\":\"#EAA944\",\"type\":\"color\",\"name\":\"Discount badge\",\"description\":\"The background color of a badge with the amount of product discount.\"},\"productBorderColor\":{\"value\":\"#FFF\",\"type\":\"color\",\"name\":\"Product border\",\"description\":\"The color of a thin border around products on product lists.\"},\"pushNotificationsColor\":{\"value\":\"#26323e\",\"type\":\"color\",\"name\":\"Push notifications color\",\"description\":\"Color of push notifications.\"},\"dotsSwiperColor\":{\"value\":\"#0085FE\",\"type\":\"color\",\"name\":\"Image slider bullets\",\"description\":\"The color of bullets in image galleries.\"}},\"bottom_tabs\":{\"bottomTabsBackgroundColor\":{\"value\":\"#fff\",\"type\":\"color\",\"name\":\"Background color\",\"description\":\"Background color.\"},\"bottomTabsTextColor\":{\"value\":\"#888888\",\"type\":\"color\",\"name\":\"Text color\",\"description\":\"Text color.\"},\"bottomTabsSelectedTextColor\":{\"value\":\"#000\",\"type\":\"color\",\"name\":\"Selected text color\",\"description\":\"Selected text color.\"},\"bottomTabsIconColor\":{\"value\":\"#888888\",\"type\":\"color\",\"name\":\"Icon color\",\"description\":\"Icon color.\"},\"bottomTabsSelectedIconColor\":{\"value\":\"#000\",\"type\":\"color\",\"name\":\"Selected icon color\",\"description\":\"Selected icon color.\"},\"bottomTabsPrimaryBadgeColor\":{\"value\":\"#FD542A\",\"type\":\"color\",\"name\":\"Primary badge color\",\"description\":\"Color of the icon with the number of products.\"}},\"profile\":{\"menuItemsBorderColor\":{\"value\":\"#D6D6D6\",\"type\":\"color\",\"name\":\"Border color\",\"description\":\"Border color for menu items.\"},\"menuIconsColor\":{\"value\":\"#D3D3D3\",\"type\":\"color\",\"name\":\"Menu icons color\",\"description\":\"Menu icons color.\"},\"menuTextColor\":{\"value\":\"#424040\",\"type\":\"color\",\"name\":\"Menu text color\",\"description\":\"Menu text color.\"}}}},\"modified_time\":1645797466}', 10, 'N', '', 0),
(6055, 'ROOT', 'some_prop', 148, 149, 'I', 'Hello World!', 0, 'N', '', 0),
(6056, 'ROOT', 'some_dropdown', 148, 149, 'S', 'blue', 10, 'N', '', 0),
(6057, 'ROOT', 'redesk_url', 150, 151, 'I', '', 0, 'N', '', 0),
(6058, 'ROOT', 'api_key', 150, 151, 'I', '', 10, 'N', '', 0),
(6059, 'ROOT', 'allow_order_page', 150, 151, 'C', 'Y', 20, 'N', '', 0),
(6060, 'ROOT', 'allow_product_page', 150, 151, 'C', 'Y', 30, 'N', '', 0),
(6061, 'ROOT', 'information', 150, 151, 'H', '', 40, 'N', '', 0),
(6062, 'ROOT', 'contact_form', 150, 151, 'O', '', 50, 'N', 'fn_redesk_connection_multivendor_contact_form_info', 0),
(6063, 'ROOT,ULT:VENDOR', 'use_for_re_desk', 11, 0, 'C', NULL, 200, 'Y', '', 0),
(6064, 'ROOT', 'uvdesk_access_token', 152, 153, '', '962F38259CB38F008425214C71D906A887585962F38259CB38F008425214C71D906A8', 0, 'N', '', 0),
(6065, 'ROOT', 'uvdesk_comany_domain', 152, 153, '', 'partiushop', 10, 'N', '', 0),
(6066, 'ROOT,ULT:VENDOR', 'agile_info', 154, 155, 'H', '', 0, 'N', '', 0),
(6067, 'ROOT,ULT:VENDOR', 'agile_account_ask_info', 154, 155, 'O', '', 10, 'N', 'fn_agilecrm_settings_account_info', 0),
(6068, 'ROOT,ULT:VENDOR', 'agile_domain', 154, 155, 'I', 'https://partiushop.agilecrm.com', 20, 'N', '', 0),
(6069, 'ROOT,ULT:VENDOR', 'agile_email', 154, 155, 'I', 'eantunes@fastcore.com.br', 30, 'N', '', 0),
(6070, 'ROOT,ULT:VENDOR', 'agile_rest_api_key', 154, 155, 'I', 'ske1p3a1q8l01p8f5gfnrrfkme', 40, 'N', '', 0),
(6071, 'ROOT,ULT:VENDOR', 'validate', 154, 155, 'E', 'validate.tpl', 50, 'N', '', 0),
(6072, 'ROOT,ULT:VENDOR', 'agile_settings', 154, 155, 'H', '', 60, 'N', '', 0),
(6073, 'ROOT,ULT:VENDOR', 'sync_contacts', 154, 155, 'C', 'Y', 70, 'N', '', 0),
(6074, 'ROOT,ULT:VENDOR', 'sync_orders', 154, 155, 'C', 'Y', 80, 'N', '', 0),
(6075, 'ROOT,ULT:VENDOR', 'web_rules', 154, 155, 'C', 'Y', 90, 'N', '', 0),
(6076, 'ROOT,ULT:VENDOR', 'web_stats', 154, 155, 'C', 'Y', 100, 'N', '', 0),
(6077, 'ROOT,ULT:VENDOR', 'import_customers', 154, 155, 'C', 'Y', 110, 'N', '', 0),
(6078, 'ROOT,ULT:VENDOR', 'livechat_version', 156, 157, 'D', '1.3.0', 0, 'N', '', 0),
(6079, 'ROOT,ULT:VENDOR', 'livechat_sso', 156, 157, 'E', 'sso.tpl', 10, 'N', '', 0),
(6080, 'ROOT,ULT:VENDOR', 'livechat_license', 156, 157, 'I', '11961765', 20, 'N', '', 0),
(6081, 'ROOT,ULT:VENDOR', 'livechat_login', 156, 157, 'I', 'eantunes@fastcore.com.br', 30, 'N', '', 0),
(6082, 'ROOT,ULT:VENDOR', 'livechat_cart', 156, 157, 'S', '30000', 40, 'N', '', 0),
(6083, 'ROOT,ULT:VENDOR', 'livechat_hide_on_mobile', 156, 157, 'C', 'N', 50, 'N', '', 0),
(6084, 'ROOT,ULT:VENDOR', 'livechat_sso_footer', 156, 157, 'E', 'sso_footer.tpl', 60, 'N', '', 0),
(6085, 'ROOT,ULT:VENDOR', 'add_default', 128, 129, 'C', 'N', 50, 'N', '', 0),
(6086, 'ROOT,ULT:VENDOR', 'delay', 128, 129, 'S', '0', 60, 'N', '', 0),
(6417, 'ROOT,ULT:VENDOR', 'rees46_info_header', 224, 225, 'H', '', 0, 'N', '', 0),
(6418, 'ROOT,ULT:VENDOR', 'rees46_info', 224, 225, 'O', '', 10, 'N', 'fn_rees46_generate_info', 0),
(6419, 'ROOT,ULT:VENDOR', 'rees46_settings_header', 224, 225, 'H', '', 20, 'N', '', 0),
(6420, 'ROOT,ULT:VENDOR', 'shop_id', 224, 225, 'I', '0ebc9b078fcfd68b94fe6b9053fec6	', 30, 'N', '', 0),
(6421, 'ROOT,ULT:VENDOR', 'shop_secret', 224, 225, 'I', 'b372e235114556116387165edd9f6a5b', 40, 'N', '', 0),
(6422, 'ROOT,ULT:VENDOR', 'instant_search', 224, 225, 'C', 'Y', 50, 'N', '', 0),
(6423, 'ROOT,ULT:VENDOR', 'auto_order_sync', 224, 225, 'C', 'Y', 60, 'N', '', 0),
(6424, 'ROOT,ULT:VENDOR', 'modification', 224, 225, 'S', 'none', 70, 'N', '', 0),
(6425, 'ROOT,ULT:VENDOR', 'rees46_yml_header', 224, 225, 'H', '', 80, 'N', '', 0),
(6426, 'ROOT,ULT:VENDOR', 'rees46_yml', 224, 225, 'O', '', 90, 'N', 'fn_rees46_yml_url', 0),
(6427, 'ROOT,ULT:VENDOR', 'rees46_orders_header', 224, 225, 'H', '', 100, 'N', '', 0),
(6428, 'ROOT,ULT:VENDOR', 'rees46_orders', 224, 225, 'O', '', 110, 'N', 'fn_rees46_generate_orders', 0),
(6429, 'ROOT,ULT:VENDOR', 'rees46_docs_header', 224, 225, 'H', '', 120, 'N', '', 0),
(6430, 'ROOT,ULT:VENDOR', 'rees46_docs', 224, 225, 'O', '', 130, 'N', 'fn_rees46_generate_docs', 0),
(6431, 'ROOT,ULT:VENDOR', 'rees46_statistics_header', 224, 225, 'H', '', 140, 'N', '', 0),
(6432, 'ROOT,ULT:VENDOR', 'rees46_statistics', 224, 225, 'O', '', 150, 'N', 'fn_rees46_generate_statistics', 0),
(6433, 'MVE:ROOT', 'enable_call_requests_for_vendors', 73, 74, 'C', 'N', 55, 'N', '', 0),
(6434, 'ROOT,ULT:VENDOR', 'enable_microdata', 124, 125, 'C', 'Y', 80, 'N', '', 0),
(6435, 'ROOT,ULT:VENDOR', 'amount_of_promos_in_prods_lists', 134, 135, 'S', '0', 50, 'N', '', 0),
(6436, 'ROOT,ULT:VENDOR', 'load_by_ajax', 122, 123, 'C', 'Y', 0, 'N', '', 0),
(6437, 'ROOT,ULT:VENDOR', 'add_watermarks', 122, 123, 'C', 'N', 10, 'N', '', 0),
(6520, 'ROOT', 'api_key', 246, 247, 'I', '', 0, 'N', '', 0),
(6521, 'ROOT', 'start_search_radius', 246, 247, 'I', '10', 10, 'N', '', 0),
(6522, 'ROOT', 'max_search_radius', 246, 247, 'I', '700', 20, 'N', '', 0),
(6523, 'ROOT', 'distance_unit', 246, 247, 'S', 'km', 30, 'N', '', 0),
(6524, 'ROOT', 'filter_by', 246, 247, 'S', 'none', 40, 'N', '', 0),
(7251, 'ROOT,VENDOR', 'show_subscription', 483, 484, 'C', 'Y', 0, 'N', '', 0),
(7252, 'ROOT,VENDOR', 'code', 483, 484, 'D', 'ABM-Z0LBwwWl2c2hvMf1iMbfv', 10, 'N', '', 0),
(7253, 'ROOT,VENDOR', 'build', 483, 484, 'D', '872', 20, 'N', '', 0),
(7254, 'MVE:ROOT', 'vendor_to_customer_communication', 42, 43, 'C', 'Y', 0, 'N', '', 0),
(7255, 'MVE:ROOT', 'vendor_to_admin_communication', 42, 43, 'C', 'Y', 10, 'N', '', 0),
(7256, 'ROOT,STOREFRONT', 'show_unavailable_shipping_methods', 6, 0, 'C', 'N', 390, 'Y', '', 0),
(7257, 'ROOT,STOREFRONT', 'recaptcha_v2_settings', 57, 58, 'H', '', 5, 'N', '', 0),
(7258, 'ROOT', 'recaptcha_v3_settings', 57, 58, 'H', '', 51, 'N', '', 0),
(7259, 'ROOT', 'recaptcha_v3_site_key', 57, 58, 'I', '', 52, 'N', '', 0),
(7260, 'ROOT', 'recaptcha_v3_secret', 57, 58, 'I', '', 53, 'N', '', 0),
(7261, 'ROOT', 'recaptcha_v3_success_score', 57, 58, 'I', '0.5', 54, 'N', '', 0),
(7262, 'ROOT,STOREFRONT', 'use_for_settings', 57, 58, 'H', '', 55, 'N', '', 0),
(7263, 'ROOT,STOREFRONT', 'recaptcha_use_for_value', 57, 58, 'D', '', 56, 'N', '', 0),
(7264, 'ROOT,STOREFRONT', 'recaptcha_use_for', 57, 58, 'E', 'use_for_settings.tpl', 57, 'N', '', 0),
(7265, 'ROOT,STOREFRONT', 'variations_show_all_possible_feature_variants', 55, 56, 'C', 'N', 400, 'N', '', 0),
(7266, 'ROOT', 'allow_vendor_manage_features', 16, 0, 'C', 'N', 160, 'Y', '', 0),
(7267, 'ROOT,STOREFRONT', 'product_variant_mini_icon_width', 9, 0, 'U', '70', 171, 'Y', '', 0),
(7268, 'ROOT,STOREFRONT', 'product_variant_mini_icon_height', 9, 0, 'U', '70', 172, 'Y', '', 0),
(7269, 'ROOT', 'default_lowers_allowed_balance', 106, 107, 'I', '0', 0, 'N', '', 0),
(7270, 'ROOT', 'default_grace_period_to_refill_balance', 106, 107, 'I', '10', 10, 'N', '', 0),
(7271, 'ROOT', 'global_lowers_allowed_balance', 106, 107, 'I', '0', 20, 'N', '', 0),
(7272, 'ROOT', 'global_grace_period_to_refill_balance', 106, 107, 'I', '10', 30, 'N', '', 0),
(7273, 'ROOT', 'hide_products', 106, 107, 'D', 'Y', 40, 'N', '', 0),
(7274, 'ROOT', 'block_admin_panel', 106, 107, 'D', 'N', 50, 'N', '', 0),
(7275, 'ROOT', 'disable_suspended_vendors', 106, 107, 'D', 'Y', 60, 'N', '', 0),
(7276, 'ROOT', 'days_before_disable', 106, 107, 'D', '90', 70, 'N', '', 0),
(7277, 'ROOT', 'allow_save_attachments_to_server', 486, 487, 'C', 'N', 0, 'N', '', 0),
(7278, 'ROOT,STOREFRONT', 'collect_taxes_from_vendors', 47, 48, 'C', 'N', 25, 'N', '', 0),
(7279, 'ROOT', 'allow_approve_vendors_in_two_steps', 16, 0, 'D', 'Y', 170, 'Y', '', 0),
(7280, 'ROOT', 'default_options_type', 2, 0, 'S', 'P', 157, 'Y', '', 0),
(7281, 'ROOT', 'global_options_type', 2, 0, 'S', NULL, 157, 'Y', '', 0),
(7282, 'ROOT', 'default_exceptions_type', 2, 0, 'S', 'F', 158, 'Y', '', 0),
(7283, 'ROOT', 'global_exceptions_type', 2, 0, 'S', NULL, 158, 'Y', '', 0),
(7284, 'ROOT', 'default_zero_price_action', 6, 0, 'S', 'R', 341, 'Y', '', 0),
(7285, 'ROOT', 'global_zero_price_action', 6, 0, 'S', NULL, 341, 'Y', '', 0),
(7286, 'ROOT', 'default_min_qty', 6, 0, 'I', '0', 342, 'Y', '', 0),
(7287, 'ROOT', 'global_min_qty', 6, 0, 'I', NULL, 342, 'Y', '', 0),
(7288, 'ROOT', 'default_max_qty', 6, 0, 'I', '0', 343, 'Y', '', 0),
(7289, 'ROOT', 'global_max_qty', 6, 0, 'I', NULL, 343, 'Y', '', 0),
(7290, 'ROOT', 'default_qty_step', 6, 0, 'I', '0', 344, 'Y', '', 0),
(7291, 'ROOT', 'global_qty_step', 6, 0, 'I', NULL, 344, 'Y', '', 0),
(7292, 'ROOT', 'default_list_qty_count', 6, 0, 'I', '0', 345, 'Y', '', 0),
(7293, 'ROOT', 'global_list_qty_count', 6, 0, 'I', NULL, 345, 'Y', '', 0),
(7294, 'ROOT,ULT:VENDOR', 'default_tracking', 2, 0, 'C', 'B', 130, 'Y', '', 0),
(7295, 'ROOT,ULT:VENDOR', 'global_tracking', 2, 0, 'C', NULL, 130, 'Y', '', 0),
(7296, 'ROOT,STOREFRONT', 'global_product_details_view', 4, 0, 'S', NULL, 180, 'Y', '', 0),
(7297, 'ROOT,STOREFRONT', 'show_on_order', 42, 485, 'C', 'Y', 30, 'N', '', 0),
(7298, 'ROOT', 'vendors_prior_approval', 44, 45, 'S', 'all', 0, 'N', '', 0),
(7299, 'ROOT', 'service_url', 488, 489, 'D', 'https://converter.cart-services.com', 0, 'N', '', 0),
(7332, 'ROOT,STOREFRONT', 'notice', 498, 499, 'O', '', 0, 'N', 'fn_product_reviews_copy_old_reviews_notice', 0),
(7333, 'ROOT,STOREFRONT', 'reviews_per_page', 498, 499, 'I', '10', 10, 'N', '', 0),
(7334, 'ROOT,STOREFRONT', 'review_approval', 498, 499, 'S', 'any', 20, 'N', '', 0),
(7335, 'ROOT,STOREFRONT', 'review_ip_check', 498, 499, 'C', 'N', 30, 'N', '', 0),
(7336, 'ROOT,ULT:VENDOR', 'review_fields', 498, 499, 'S', 'advanced', 40, 'N', '', 0),
(7337, 'ROOT,STOREFRONT', 'review_after_purchase', 498, 499, 'C', 'N', 50, 'N', '', 0),
(7338, 'ROOT,STOREFRONT', 'review_ask_for_customer_location', 498, 499, 'S', 'none', 60, 'N', '', 0),
(7339, 'ROOT', 'split_reviews_by_storefronts', 498, 499, 'C', 'N', 70, 'N', '', 0),
(7340, 'ROOT,STOREFRONT', 'images_upload_allowed', 498, 499, 'D', 'Y', 80, 'N', '', 0),
(7353, 'ROOT', 'approval_info', 44, 46, 'O', NULL, 30, 'N', 'fn_vendor_data_premoderation_get_approval_info_text', 0),
(7354, 'ROOT', 'preventing_registration_info', 44, 45, 'O', NULL, 30, 'N', 'fn_vendor_data_premoderation_get_preventing_registration_info_text', 0),
(7355, 'ROOT', 'product_variations', 498, 499, 'E', 'product_variations.tpl', 90, 'N', '', 0),
(7356, 'ROOT', 'split_reviews_for_variations_as_separate_products', 498, 499, 'D', 'Y', 100, 'N', '', 0),
(7357, 'ROOT', 'yandex_map', 38, 40, 'E', 'map.tpl', 20, 'N', '', 0),
(7358, 'ROOT', 'google_map', 38, 41, 'E', 'map.tpl', 20, 'N', '', 0),
(7359, 'ROOT,STOREFRONT', 'color_preset', 146, 147, 'D', 'C', 10, 'N', '', 0),
(7411, 'ROOT', 'name', 517, 518, 'I', 'PartiuShop', 0, 'N', '', 0),
(7412, 'ROOT', 'password', 517, 518, 'I', 'yt1sxNDIwM', 10, 'N', '', 0),
(7413, 'ROOT', 'fingerprint', 517, 518, 'I', 'm0anxm7460yc0qqtbzz6', 20, 'N', '', 0),
(7414, 'ROOT', 'environment', 517, 518, 'S', 'homolog', 30, 'N', '', 0),
(7415, 'ROOT', 'product_fields_configuration', 519, 520, 'D', '{\"detailed\":{\"information\":{\"status\":0},\"pricing_inventory\":{\"list_price\":0},\"availability\":{\"usergroup_ids\":0,\"timestamp\":0,\"avail_since\":0,\"out_of_stock_actions\":0},\"extra\":{\"details_layout\":0,\"short_description\":0,\"popularity\":0, \"search_words\":0, \"promo_text\":0}}}', 0, 'N', '', 0),
(7416, 'ROOT', 'product_tabs_configuration', 519, 520, 'D', '{\"seo\":\"0\",\"qty_discounts\":\"0\",\"subscribers\":\"0\",\"addons\":\"0\",\"tags\":\"0\",\"attachments\":\"0\",\"reward_points\":\"0\",\"required_products\":\"0\"}', 10, 'N', '', 0),
(7417, 'ROOT', 'config_form', 519, 520, 'E', 'config.tpl', 20, 'N', '', 0),
(7418, 'ROOT', 'sidebar_color', 519, 521, 'D', '#eef1f3', 0, 'N', '', 0),
(7419, 'ROOT', 'element_color', 519, 521, 'D', '#024567', 10, 'N', '', 0),
(7420, 'ROOT', 'sidebar_background_image', 519, 521, 'D', '', 20, 'N', '', 0),
(7421, 'ROOT', 'vendor_panel_config', 519, 521, 'E', 'panel.tpl', 30, 'N', '', 0),
(7426, 'ROOT', 'max_free_trial', 528, 529, 'I', '3', 0, 'N', '', 0),
(7427, 'ROOT', 'days_to_remind', 528, 529, 'I', '7', 10, 'N', '', 0),
(7428, 'ROOT', 'reorganize_shipping_groups_by_warehouse', 530, 531, 'C', 'Y', 0, 'N', '', 0),
(7429, 'ROOT', 'allow_buy_default_common_product', 140, 141, 'C', 'N', 10, 'N', '', 0),
(7466, 'ROOT,ULT:VENDOR', 'functionality', 542, 543, 'H', '', 0, 'N', '', 0),
(7467, 'ROOT,ULT:VENDOR', 'et_viva_product_title_rows', 542, 543, 'S', '1', 10, 'N', '', 0),
(7468, 'ROOT,ULT:VENDOR', 'et_viva_scroll_up', 542, 543, 'S', 'right', 20, 'N', '', 0),
(7469, 'ROOT,ULT:VENDOR', 'et_viva_brand_page', 542, 543, 'S', 'image', 30, 'N', '', 0),
(7470, 'ROOT,ULT:VENDOR', 'et_viva_filters', 542, 543, 'S', 'horizontal', 40, 'N', '', 0),
(7471, 'ROOT,ULT:VENDOR', 'et_viva_side_categories', 542, 543, 'S', 'collapsed', 50, 'N', '', 0),
(7472, 'ROOT,ULT:VENDOR', 'et_viva_responsive', 542, 543, 'S', 'default', 60, 'N', '', 0),
(7473, 'ROOT,ULT:VENDOR', 'et_viva_sidebar_pc', 542, 543, 'C', 'Y', 70, 'N', '', 0),
(7474, 'ROOT,ULT:VENDOR', 'et_viva_filter_pc', 542, 543, 'C', 'Y', 80, 'N', '', 0),
(7475, 'ROOT,ULT:VENDOR', 'demo_data', 542, 543, 'H', '', 90, 'N', '', 0),
(7476, 'ROOT,ULT:VENDOR', 'viva_demo_data', 542, 543, 'O', '', 100, 'N', 'fn_et_vivashop_settings_demo_data', 0),
(7477, 'ROOT,ULT:VENDOR', 'et_license', 544, 545, 'I', 'ET-MVU-VM-4262', 0, 'N', '', 0),
(7478, 'ROOT,ULT:VENDOR', 'et_license_s', 544, 545, 'D', 'aHR0cDovL2xpY2Vuc2UuZW5lcmdvdGhlbWVzLmNvbS9pbmRleC5waHA=', 10, 'N', '', 0),
(7479, 'ROOT,ULT:VENDOR', 'et_license_v', 544, 545, 'D', 'false', 20, 'N', '', 0),
(7480, 'ROOT,ULT:VENDOR', 'et_license_t', 544, 545, 'D', 'false', 30, 'N', '', 0),
(7481, 'ROOT,ULT:VENDOR', 'et_license_ta', 544, 545, 'D', '', 40, 'N', '', 0),
(7482, 'ROOT,ULT:VENDOR', 'et_license_tap', 544, 545, 'D', '', 50, 'N', '', 0),
(7483, 'ROOT,ULT:VENDOR', 'et_license_iv', 544, 545, 'D', 'eyogVGhpcyBmaWxlIGlzIGVtcHR5IGJlY2F1c2UgdGhlIHRoZW1lIGlzIG5vdCBhY3RpdmF0ZWQuIFBsZWFzZSBpbnN0YWxsIGFuZCBhY3RpdmF0ZSB0aGUgRW5lcmdvVGhlbWVzIC0gTGljZW5zZSBhZGRvbiBmb3VuZCBpbiB0aGUgaW5zdGFsbGF0aW9uIGZpbGVzIGFjY29yZGluZyB0byB0aGUgaW5zdGFsbGF0aW9uIGd1aWRlKn0=', 60, 'N', '', 0),
(7484, 'ROOT,ULT:VENDOR', 'et_license_sd', 544, 545, 'D', '0', 70, 'N', '', 0),
(7485, 'ROOT,ULT:VENDOR', 'max_levels', 546, 547, 'I', '2', 0, 'N', '', 0),
(7486, 'ROOT,ULT:VENDOR', 'o_spacer', 546, 547, 'I', '¦    ', 10, 'N', '', 0),
(7487, 'ROOT,ULT:VENDOR', 'custom_width', 546, 547, 'I', '204', 20, 'N', '', 0),
(7488, 'ROOT,ULT:VENDOR', 'et_product_header', 548, 549, 'H', '', 0, 'N', '', 0),
(7489, 'ROOT,ULT:VENDOR', 'et_product_link', 548, 549, 'S', 'vendor', 10, 'N', '', 0),
(7490, 'ROOT,ULT:VENDOR', 'mv_menu_settings', 548, 549, 'H', '', 20, 'N', '', 0),
(7491, 'ROOT,ULT:VENDOR', 'et_mv_menu_setting_new', 548, 549, 'C', 'Y', 30, 'N', '', 0),
(7492, 'ROOT,ULT:VENDOR', 'et_mv_menu_setting_sale', 548, 549, 'C', 'Y', 40, 'N', '', 0),
(7493, 'ROOT,ULT:VENDOR', 'et_mv_menu_setting_best', 548, 549, 'C', 'Y', 50, 'N', '', 0),
(7494, 'ROOT,ULT:VENDOR', 'et_mv_menu_setting_about', 548, 549, 'C', 'Y', 60, 'N', '', 0),
(7495, 'ROOT,ULT:VENDOR', 'et_mv_menu_setting_pages', 548, 549, 'C', 'Y', 70, 'N', '', 0),
(7496, 'ROOT,ULT:VENDOR', 'et_mv_menu_setting_contact', 548, 549, 'C', 'Y', 80, 'N', '', 0),
(7497, 'ROOT,ULT:VENDOR', 'functionality', 548, 549, 'H', '', 90, 'N', '', 0),
(7498, 'ROOT,ULT:VENDOR', 'et_vendor_filters', 548, 549, 'S', 'vertical', 100, 'N', '', 0),
(7499, 'ROOT,ULT:VENDOR', 'et_vendor_categories', 548, 549, 'S', 'collapsed', 110, 'N', '', 0),
(7500, 'ROOT,ULT:VENDOR', 'colors', 548, 549, 'H', '', 120, 'N', '', 0),
(7501, 'ROOT,ULT:VENDOR', 'tpl_colors', 548, 549, 'E', 'colors.tpl', 130, 'N', '', 0),
(7502, 'ROOT,ULT:VENDOR', 'vendor_colors', 548, 549, 'D', 'a:6:{s:10:\"header_bkg\";s:7:\"#ffffff\";s:11:\"header_text\";s:7:\"#000000\";s:8:\"menu_bkg\";s:7:\"#ffffff\";s:9:\"menu_text\";s:7:\"#000000\";s:14:\"menu_bkg_hover\";s:7:\"#000000\";s:15:\"menu_text_hover\";s:7:\"#ffffff\";}', 140, 'N', '', 0),
(7503, 'ROOT,ULT:VENDOR', 'plans_page', 548, 549, 'H', '', 150, 'N', '', 0),
(7504, 'ROOT,ULT:VENDOR', 'plans_page_settings', 548, 549, 'E', 'plans_page_settings.tpl', 160, 'N', '', 0),
(7505, 'ROOT,ULT:VENDOR', 'vendor_plans', 548, 549, 'D', 'a:10:{s:14:\"highlight_text\";s:7:\"#00ccdf\";s:9:\"price_bkg\";s:7:\"#00ccdf\";s:10:\"price_text\";s:7:\"#ffffff\";s:8:\"best_bkg\";s:7:\"#62ba00\";s:9:\"best_text\";s:7:\"#ffffff\";s:14:\"best_outer_bkg\";s:7:\"#ff9900\";s:15:\"best_outer_text\";s:7:\"#ffffff\";s:11:\"show_footer\";s:2:\"on\";s:11:\"footer_text\";s:7:\"#ffffff\";s:10:\"footer_bkg\";s:7:\"#01d1f5\";}', 170, 'N', '', 0),
(7506, 'ROOT', 'password', 550, 551, 'I', '7K[{.Ab4b^XzY;/%', 0, 'N', '', 0),
(7507, 'ROOT', 'correios_ambiente', 552, 553, 'S', 'production', 0, 'N', '', 0),
(7508, 'ROOT', 'correios_cnpj', 552, 553, 'I', '42636169000182', 10, 'N', '', 0),
(7509, 'ROOT', 'correios_usuario', 552, 553, 'I', '42636169', 20, 'N', '', 0),
(7510, 'ROOT', 'correios_senha', 552, 553, 'I', '2smtzk', 30, 'N', '', 0),
(7511, 'ROOT', 'correios_contrato', 552, 553, 'I', '9912548739', 40, 'N', '', 0),
(7512, 'ROOT', 'correios_codigo_administrativo', 552, 553, 'I', '21322406', 50, 'N', '', 0),
(7513, 'ROOT', 'correios_numero_diretoria', 552, 553, 'I', '72', 60, 'N', '', 0),
(7514, 'ROOT', 'correios_cartao', 552, 553, 'I', '0076648940', 70, 'N', '', 0),
(7515, 'ROOT', 'rastreamento_usuario', 552, 554, 'I', '2344128200', 0, 'N', '', 0),
(7516, 'ROOT', 'rastreamento_senha', 552, 554, 'I', 'E7;GY1W5>k', 10, 'N', '', 0),
(7517, 'ROOT', 'rastreamento_resultado', 552, 554, 'S', 'T', 20, 'N', '', 0),
(7518, 'ROOT', 'validate', 552, 555, 'E', 'atualizar.tpl', 0, 'N', '', 0),
(7519, 'ROOT', 'logistica_ambiente', 552, 556, 'S', 'production', 0, 'N', '', 0),
(7520, 'ROOT', 'reversa_usuario', 552, 556, 'I', '', 10, 'N', '', 0),
(7521, 'ROOT', 'reversa_senha', 552, 556, 'I', '', 20, 'N', '', 0),
(7522, 'ROOT', 'environment', 557, 558, 'S', 'N', 0, 'N', '', 0),
(7523, 'ROOT,ULT:VENDOR', 'payment_options', 557, 558, 'S', '1', 10, 'N', '', 0),
(7524, 'ROOT', 'token', 559, 560, 'I', '69914bc03be626edd93a524959fbd99495debbe46728eda83bcc5238d415fa6b', 0, 'N', '', 0),
(7525, 'ROOT', 'seller_doc_name', 559, 560, 'I', 'Termos-de-Uso-e-Politica-de-Privacidade-versão 4', 10, 'N', '', 0),
(7526, 'ROOT', 'ambiente', 559, 560, 'R', 'false', 20, 'N', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_settings_sections`
--

CREATE TABLE `partiushop_settings_sections` (
  `section_id` int(11) UNSIGNED NOT NULL,
  `parent_id` int(11) UNSIGNED NOT NULL,
  `edition_type` set('NONE','ROOT','VENDOR','STOREFRONT','MVE:NONE','MVE:ROOT','MVE:STOREFRONT','ULT:NONE','ULT:ROOT','ULT:VENDOR','ULT:VENDORONLY','ULT:STOREFRONT') NOT NULL DEFAULT 'ROOT',
  `name` varchar(128) NOT NULL DEFAULT '',
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `type` enum('CORE','ADDON','TAB','SEPARATE_TAB') NOT NULL DEFAULT 'CORE'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_settings_sections`
--

INSERT INTO `partiushop_settings_sections` (`section_id`, `parent_id`, `edition_type`, `name`, `position`, `type`) VALUES
(1, 0, 'ROOT,VENDOR', 'Emails', 0, 'CORE'),
(2, 0, 'ROOT,STOREFRONT', 'General', 10, 'CORE'),
(4, 0, 'ROOT,STOREFRONT', 'Appearance', 20, 'CORE'),
(5, 0, 'ROOT', 'Company', 30, 'CORE'),
(6, 0, 'ROOT,STOREFRONT', 'Checkout', 40, 'CORE'),
(8, 0, 'ROOT,STOREFRONT', 'Sitemap', 80, 'CORE'),
(9, 0, 'ROOT,STOREFRONT', 'Thumbnails', 110, 'CORE'),
(10, 0, 'ROOT,VENDOR', 'Reports', 140, 'CORE'),
(11, 0, 'ROOT,STOREFRONT', 'Image_verification', 0, 'CORE'),
(12, 0, 'ROOT,VENDOR', 'Logging', 100, 'CORE'),
(13, 0, 'ROOT', 'Upgrade_center', 0, 'CORE'),
(15, 0, 'ROOT,STOREFRONT', 'Security', 0, 'CORE'),
(16, 0, 'ROOT', 'Vendors', 0, 'CORE'),
(17, 0, 'ROOT', 'hidpi', 0, 'ADDON'),
(18, 17, 'ROOT', 'general', 0, 'TAB'),
(19, 0, 'ROOT,STOREFRONT', 'paypal', 0, 'ADDON'),
(20, 19, 'ROOT,STOREFRONT', 'general', 0, 'TAB'),
(21, 0, 'ROOT,STOREFRONT', 'social_buttons', 0, 'ADDON'),
(22, 21, 'ROOT,STOREFRONT', 'twitter', 0, 'TAB'),
(23, 21, 'ROOT,STOREFRONT', 'facebook', 10, 'TAB'),
(24, 21, 'ROOT,STOREFRONT', 'vkontakte', 20, 'TAB'),
(25, 21, 'ROOT,STOREFRONT', 'yandex', 30, 'TAB'),
(26, 21, 'ROOT,STOREFRONT', 'pinterest', 40, 'TAB'),
(27, 0, 'ROOT,ULT:VENDOR', 'tags', 0, 'ADDON'),
(28, 27, 'ROOT,ULT:VENDOR', 'general', 0, 'TAB'),
(29, 0, 'ROOT', 'rss_feed', 0, 'ADDON'),
(30, 29, 'ROOT', 'general', 0, 'TAB'),
(31, 0, 'ROOT,STOREFRONT', 'email_marketing', 0, 'ADDON'),
(32, 31, 'ROOT,STOREFRONT', 'general', 0, 'TAB'),
(33, 31, 'ROOT,STOREFRONT', 'mailchimp', 10, 'TAB'),
(34, 31, 'ROOT,STOREFRONT', 'madmimi', 20, 'TAB'),
(35, 0, 'ROOT', 'newsletters', 0, 'ADDON'),
(36, 35, 'ROOT', 'general', 0, 'TAB'),
(37, 35, 'ROOT', 'promotions', 10, 'TAB'),
(38, 0, 'ROOT', 'geo_maps', 0, 'ADDON'),
(39, 38, 'ROOT', 'general', 0, 'TAB'),
(40, 38, 'ROOT', 'yandex', 10, 'TAB'),
(41, 38, 'ROOT', 'google', 20, 'TAB'),
(42, 0, 'ROOT,STOREFRONT', 'vendor_communication', 0, 'ADDON'),
(43, 42, 'MVE:ROOT', 'general', 0, 'TAB'),
(44, 0, 'ROOT', 'vendor_data_premoderation', 0, 'ADDON'),
(45, 44, 'ROOT', 'vendors', 0, 'TAB'),
(46, 44, 'ROOT', 'products', 10, 'TAB'),
(47, 0, 'ROOT,STOREFRONT', 'vendor_plans', 0, 'ADDON'),
(48, 47, 'ROOT', 'general', 0, 'TAB'),
(49, 0, 'ROOT', 'gift_certificates', 0, 'ADDON'),
(50, 49, 'ROOT', 'general', 0, 'TAB'),
(51, 0, 'ROOT,STOREFRONT', 'store_locator', 0, 'ADDON'),
(52, 51, 'ROOT,STOREFRONT', 'general', 0, 'TAB'),
(53, 0, 'ROOT', 'storefront_rest_api', 0, 'ADDON'),
(54, 53, 'ROOT', 'general', 0, 'TAB'),
(55, 0, 'ROOT,STOREFRONT', 'product_variations', 0, 'ADDON'),
(56, 55, 'ROOT,STOREFRONT', 'general', 0, 'TAB'),
(57, 0, 'ROOT,STOREFRONT', 'recaptcha', 0, 'ADDON'),
(58, 57, 'ROOT,STOREFRONT', 'general', 0, 'TAB'),
(59, 57, 'ROOT,ULT:VENDOR', 'forbidden_countries', 10, 'TAB'),
(60, 0, 'ROOT', 'rma', 0, 'ADDON'),
(61, 60, 'ROOT', 'general', 0, 'TAB'),
(62, 0, 'ROOT,STOREFRONT', 'bestsellers', 0, 'ADDON'),
(63, 62, 'ROOT,STOREFRONT', 'general', 0, 'TAB'),
(64, 62, 'ROOT,STOREFRONT', 'newest', 10, 'TAB'),
(65, 0, 'ROOT,ULT:VENDOR', 'seo', 0, 'ADDON'),
(66, 65, 'ROOT,ULT:VENDOR', 'general', 0, 'TAB'),
(67, 0, 'ROOT,ULT:VENDOR', 'reward_points', 0, 'ADDON'),
(68, 67, 'ROOT,ULT:VENDOR', 'general', 0, 'TAB'),
(69, 0, 'ROOT,STOREFRONT', 'google_analytics', 0, 'ADDON'),
(70, 69, 'ROOT,STOREFRONT', 'general', 0, 'TAB'),
(71, 0, 'ROOT,STOREFRONT', 'facebook_pixel', 0, 'ADDON'),
(72, 71, 'ROOT,STOREFRONT', 'general', 0, 'TAB'),
(73, 0, 'ROOT,STOREFRONT', 'call_requests', 0, 'ADDON'),
(74, 73, 'ROOT,STOREFRONT', 'general', 0, 'TAB'),
(75, 0, 'ROOT', 'barcode', 0, 'ADDON'),
(76, 75, 'ROOT', 'general', 0, 'TAB'),
(77, 0, 'ROOT', 'polls', 0, 'ADDON'),
(78, 77, 'ROOT', 'general', 0, 'TAB'),
(79, 0, 'ROOT', 'access_restrictions', 0, 'ADDON'),
(80, 79, 'ROOT', 'general', 0, 'TAB'),
(81, 0, 'ROOT', 'banners', 0, 'ADDON'),
(82, 81, 'ROOT', 'general', 0, 'TAB'),
(83, 0, 'ROOT,ULT:VENDOR', 'watermarks', 0, 'ADDON'),
(84, 83, 'ROOT,ULT:VENDOR', 'general', 0, 'TAB'),
(85, 0, 'ROOT,STOREFRONT', 'discussion', 0, 'ADDON'),
(86, 85, 'ROOT,STOREFRONT', 'products', 0, 'TAB'),
(87, 85, 'ROOT,STOREFRONT', 'categories', 10, 'TAB'),
(88, 85, 'ROOT,STOREFRONT', 'orders', 20, 'TAB'),
(89, 85, 'ROOT,STOREFRONT', 'pages', 30, 'TAB'),
(90, 85, 'ROOT,STOREFRONT', 'testimonials', 40, 'TAB'),
(91, 85, 'MVE:ROOT,MVE:STOREFRONT', 'companies', 50, 'TAB'),
(92, 0, 'ROOT,STOREFRONT', 'google_sitemap', 0, 'ADDON'),
(93, 92, 'ROOT,STOREFRONT', 'general', 0, 'TAB'),
(94, 0, 'ROOT,STOREFRONT', 'image_zoom', 0, 'ADDON'),
(95, 94, 'ROOT,STOREFRONT', 'general', 0, 'TAB'),
(96, 0, 'ROOT', 'data_feeds', 0, 'ADDON'),
(97, 96, 'ROOT', 'general', 0, 'TAB'),
(98, 0, 'ROOT,STOREFRONT', 'price_list', 0, 'ADDON'),
(99, 98, 'ROOT,STOREFRONT', 'general', 0, 'TAB'),
(100, 0, 'ROOT,STOREFRONT', 'hybrid_auth', 0, 'ADDON'),
(101, 100, 'ROOT,STOREFRONT', 'general', 0, 'TAB'),
(102, 0, 'ROOT,STOREFRONT', 'catalog_mode', 0, 'ADDON'),
(103, 102, 'ROOT,STOREFRONT', 'general', 0, 'TAB'),
(104, 0, 'ROOT', 'janrain', 0, 'ADDON'),
(105, 104, 'ROOT', 'general', 0, 'TAB'),
(106, 0, 'ROOT', 'vendor_debt_payout', 0, 'ADDON'),
(107, 106, 'ROOT', 'general', 0, 'TAB'),
(108, 0, 'ROOT', 'vendor_privileges', 0, 'ADDON'),
(109, 108, 'ROOT', 'general', 0, 'TAB'),
(112, 0, 'ROOT,ULT:VENDOR', 'abt__unitheme2', 0, 'ADDON'),
(113, 112, 'ROOT,ULT:VENDOR', 'settings', 0, 'TAB'),
(114, 0, 'ROOT,ULT:VENDOR', 'abt__unitheme2_mv', 0, 'ADDON'),
(115, 114, 'ROOT,ULT:VENDOR', 'settings', 0, 'TAB'),
(116, 0, 'ROOT,ULT:VENDOR', 'ab__category_banners', 0, 'ADDON'),
(117, 116, 'ROOT,ULT:VENDOR', 'settings', 0, 'TAB'),
(118, 0, 'ROOT,ULT:VENDOR', 'ab__motivation_block', 0, 'ADDON'),
(119, 118, 'ROOT,ULT:VENDOR', 'settings', 0, 'TAB'),
(120, 118, 'ROOT,ULT:VENDOR', 'appearance', 10, 'TAB'),
(121, 118, 'ROOT,ULT:VENDOR', 'admin_panel', 20, 'TAB'),
(122, 0, 'ROOT,ULT:VENDOR', 'ab__fast_navigation', 0, 'ADDON'),
(123, 122, 'ROOT,ULT:VENDOR', 'settings', 0, 'TAB'),
(124, 0, 'ROOT,ULT:VENDOR', 'ab__video_gallery', 0, 'ADDON'),
(125, 124, 'ROOT,ULT:VENDOR', 'settings', 0, 'TAB'),
(126, 0, 'ROOT,ULT:VENDOR', 'ab__scroll_to_top', 0, 'ADDON'),
(127, 126, 'ROOT,ULT:VENDOR', 'settings', 0, 'TAB'),
(128, 0, 'ROOT,ULT:VENDOR', 'ab__search_motivation', 0, 'ADDON'),
(129, 128, 'ROOT,ULT:VENDOR', 'settings', 0, 'TAB'),
(130, 0, 'ROOT,ULT:VENDOR', 'ab__landing_categories', 0, 'ADDON'),
(131, 130, 'ROOT,ULT:VENDOR', 'settings', 0, 'TAB'),
(132, 0, 'ROOT,ULT:VENDOR', 'ab__hide_product_description', 0, 'ADDON'),
(133, 132, 'ROOT,ULT:VENDOR', 'settings', 0, 'TAB'),
(134, 0, 'ROOT,ULT:VENDOR', 'ab__deal_of_the_day', 0, 'ADDON'),
(135, 134, 'ROOT,ULT:VENDOR', 'settings', 0, 'TAB'),
(136, 0, 'ROOT', 'backend_google_auth', 0, 'ADDON'),
(137, 136, 'ROOT', 'general', 0, 'TAB'),
(138, 0, 'ROOT,STOREFRONT', 'suppliers', 0, 'ADDON'),
(139, 138, 'ROOT,STOREFRONT', 'general', 0, 'TAB'),
(140, 0, 'ROOT', 'master_products', 0, 'ADDON'),
(141, 140, 'ROOT', 'general', 0, 'TAB'),
(146, 0, 'ROOT,STOREFRONT', 'mobile_app', 0, 'ADDON'),
(147, 146, 'ROOT,STOREFRONT', 'service', 0, 'TAB'),
(148, 0, 'ROOT', 'hello_world', 0, 'ADDON'),
(149, 148, 'ROOT', 'general', 0, 'TAB'),
(150, 0, 'ROOT', 'redesk_connection_multivendor', 0, 'ADDON'),
(151, 150, 'ROOT', 'general', 0, 'TAB'),
(152, 0, 'ROOT', 'cscart_uvdesk', 0, 'ADDON'),
(153, 152, 'ROOT', 'uvdesk_activation_settings', 0, 'TAB'),
(154, 0, 'ROOT,ULT:VENDOR', 'agilecrm', 0, 'ADDON'),
(155, 154, 'ROOT,ULT:VENDOR', 'general', 0, 'TAB'),
(156, 0, 'ROOT,ULT:VENDOR', 'livechat', 0, 'ADDON'),
(157, 156, 'ROOT,ULT:VENDOR', 'general', 0, 'TAB'),
(224, 0, 'ROOT,ULT:VENDOR', 'rees46', 0, 'ADDON'),
(225, 224, 'ROOT,ULT:VENDOR', 'main', 0, 'TAB'),
(246, 0, 'ROOT', 'vendor_locations', 0, 'ADDON'),
(247, 246, 'ROOT', 'general', 0, 'TAB'),
(483, 0, 'ROOT,VENDOR', 'ab__addons_manager', 0, 'ADDON'),
(484, 483, 'ROOT,VENDOR', 'settings', 0, 'TAB'),
(485, 42, 'ROOT,STOREFRONT', 'vendor_to_customer', 10, 'TAB'),
(486, 0, 'ROOT', 'attachments', 0, 'ADDON'),
(487, 486, 'ROOT', 'general', 0, 'TAB'),
(488, 0, 'ROOT', 'pdf_documents', 0, 'ADDON'),
(489, 488, 'ROOT', 'general', 0, 'TAB'),
(498, 0, 'ROOT,STOREFRONT', 'product_reviews', 0, 'ADDON'),
(499, 498, 'ROOT,STOREFRONT', 'general', 0, 'TAB'),
(517, 0, 'ROOT', 'partiuhub_clear_sale', 0, 'ADDON'),
(518, 517, 'ROOT', 'general', 0, 'TAB'),
(519, 0, 'ROOT', 'vendor_panel_configurator', 0, 'ADDON'),
(520, 519, 'ROOT', 'product_page_settings', 0, 'TAB'),
(521, 519, 'ROOT', 'vendor_panel_style', 10, 'TAB'),
(528, 0, 'ROOT', 'partiuhub_planos_vendedores', 0, 'ADDON'),
(529, 528, 'ROOT', 'config', 0, 'TAB'),
(530, 0, 'ROOT', 'partiuhub_shipments', 0, 'ADDON'),
(531, 530, 'ROOT', 'armazem', 0, 'TAB'),
(542, 0, 'ROOT,ULT:VENDOR', 'et_vivashop_settings', 0, 'ADDON'),
(543, 542, 'ROOT,ULT:VENDOR', 'main', 0, 'TAB'),
(544, 0, 'ROOT,ULT:VENDOR', 'energothemes_license', 0, 'ADDON'),
(545, 544, 'ROOT,ULT:VENDOR', 'main', 0, 'TAB'),
(546, 0, 'ROOT,ULT:VENDOR', 'et_search', 0, 'ADDON'),
(547, 546, 'ROOT,ULT:VENDOR', 'section1', 0, 'TAB'),
(548, 0, 'ROOT,ULT:VENDOR', 'et_vivashop_mv_functionality', 0, 'ADDON'),
(549, 548, 'ROOT,ULT:VENDOR', 'main', 0, 'TAB'),
(550, 0, 'ROOT', 'partiuhub_cronjobs', 0, 'ADDON'),
(551, 550, 'ROOT', 'general', 0, 'TAB'),
(552, 0, 'ROOT', 'partiuhub_correios', 0, 'ADDON'),
(553, 552, 'ROOT', 'general', 0, 'TAB'),
(554, 552, 'ROOT', 'general_rastreamento', 10, 'TAB'),
(555, 552, 'ROOT', 'atualizar_contrato', 20, 'TAB'),
(556, 552, 'ROOT', 'logistica_reversa', 30, 'TAB'),
(557, 0, 'ROOT', 'partiuhub_products', 0, 'ADDON'),
(558, 557, 'ROOT', 'general', 0, 'TAB'),
(559, 0, 'ROOT', 'partiuhub_autentique', 0, 'ADDON'),
(560, 559, 'ROOT', 'auth', 0, 'TAB');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_settings_variants`
--

CREATE TABLE `partiushop_settings_variants` (
  `variant_id` mediumint(8) UNSIGNED NOT NULL,
  `object_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `name` varchar(64) NOT NULL DEFAULT '',
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_settings_variants`
--

INSERT INTO `partiushop_settings_variants` (`variant_id`, `object_id`, `name`, `position`) VALUES
(1, 3, 'hide', 10),
(2, 3, 'warning', 20),
(6, 7, 'manual', 1),
(7, 7, 'auto', 1),
(8, 15, 'use_selected_and_alternative', 20),
(9, 15, 'use_only_selected', 10),
(10, 52, '%d/%m/%Y', 1),
(11, 52, '%d-%m-%Y', 2),
(12, 52, '%d.%m.%Y', 3),
(13, 52, '%m/%d/%Y', 4),
(14, 52, '%m-%d-%Y', 5),
(15, 52, '%m.%d.%Y', 6),
(16, 52, '%Y/%m/%d', 7),
(17, 52, '%Y-%m-%d', 8),
(18, 52, '%Y.%m.%d', 9),
(19, 52, '%b %e, %Y', 10),
(20, 52, '%d %b %Y', 11),
(21, 52, '%A, %B %e, %Y', 12),
(22, 52, '%A, %e %B %Y', 13),
(23, 64, 'position', 0),
(24, 64, 'product', 10),
(25, 64, 'price', 20),
(26, 66, '%H:%M', 1),
(27, 66, '%H.%M', 2),
(28, 66, '%I:%M %p', 3),
(29, 66, '%I.%M %p', 4),
(30, 66, '%H:%M:%S', 5),
(31, 66, '%H.%M.%S', 6),
(32, 66, '%I:%M:%S %p', 7),
(33, 66, '%I.%M.%S %p', 8),
(34, 70, 'only_products', 3),
(35, 70, 'products_with_shippings', 2),
(36, 71, 'allow_shopping', 1),
(37, 71, 'hide_price_and_add_to_cart', 3),
(38, 71, 'hide_add_to_cart', 2),
(39, 84, '%a, %b %e', 10),
(40, 84, '%B %e, %Y', 15),
(41, 84, '%m.%e.%y', 20),
(42, 84, '%a %b %e, %Y', 30),
(43, 84, '%b %e', 40),
(44, 85, '%U', 10),
(45, 85, '%m.%e', 20),
(46, 85, '%U, %b', 30),
(47, 86, '%B, %Y', 5),
(48, 86, '%B', 10),
(49, 86, '%m', 20),
(50, 86, '%b', 30),
(51, 86, '%m-%Y', 40),
(52, 87, '%Y', 10),
(53, 87, '%y', 20),
(54, 108, 'smtp', 10),
(55, 108, 'mail', 20),
(56, 108, 'sendmail', 30),
(57, 121, 'digits', 1),
(58, 121, 'letters', 2),
(59, 121, 'mixed', 3),
(63, 139, 'Australia/Hobart', 700),
(64, 139, 'Pacific/Port_Moresby', 690),
(65, 139, 'Australia/Sydney', 680),
(66, 139, 'Australia/Brisbane', 670),
(67, 139, 'Australia/Darwin', 660),
(68, 139, 'Australia/Adelaide', 650),
(69, 139, 'Asia/Yakutsk', 640),
(70, 139, 'Asia/Seoul', 630),
(71, 139, 'Asia/Tokyo', 620),
(72, 139, 'Asia/Taipei', 610),
(73, 139, 'Australia/Perth', 600),
(74, 139, 'Asia/Singapore', 590),
(75, 139, 'Asia/Irkutsk', 580),
(76, 139, 'Asia/Shanghai', 570),
(77, 139, 'Asia/Krasnoyarsk', 560),
(78, 139, 'Asia/Bangkok', 550),
(79, 139, 'Asia/Yangon', 540),
(80, 139, 'Asia/Colombo', 530),
(81, 139, 'Asia/Dhaka', 520),
(82, 139, 'Asia/Novosibirsk', 510),
(83, 139, 'Asia/Kathmandu', 500),
(84, 139, 'Asia/Kolkata', 490),
(85, 139, 'Asia/Tashkent', 480),
(86, 139, 'Asia/Yekaterinburg', 470),
(87, 139, 'Asia/Kabul', 460),
(88, 139, 'Asia/Yerevan', 450),
(89, 139, 'Asia/Dubai', 440),
(90, 139, 'Asia/Tehran', 430),
(91, 139, 'Africa/Nairobi', 420),
(92, 139, 'Europe/Moscow', 410),
(93, 139, 'Asia/Riyadh', 400),
(94, 139, 'Asia/Baghdad', 390),
(95, 139, 'Asia/Jerusalem', 380),
(96, 139, 'Europe/Kiev', 370),
(97, 139, 'Africa/Johannesburg', 360),
(98, 139, 'Africa/Cairo', 350),
(99, 139, 'Europe/Minsk', 415),
(100, 139, 'Europe/Istanbul', 330),
(101, 139, 'Africa/Lagos', 320),
(102, 139, 'Europe/Paris', 300),
(103, 139, 'Europe/Warsaw', 310),
(104, 139, 'Europe/Budapest', 290),
(105, 139, 'Europe/Berlin', 280),
(106, 139, 'Europe/London', 270),
(107, 139, 'Atlantic/Reykjavik', 260),
(108, 139, 'Atlantic/Azores', 250),
(109, 139, 'Atlantic/Cape_Verde', 240),
(110, 139, 'Atlantic/South_Georgia', 230),
(111, 139, 'America/Sao_Paulo', 220),
(112, 139, 'America/Sao_Paulo', 210),
(113, 139, 'America/Nuuk', 200),
(114, 139, 'America/St_Johns', 190),
(115, 139, 'America/Halifax', 180),
(116, 139, 'America/La_Paz', 170),
(117, 139, 'America/Santiago', 160),
(118, 139, 'America/Bogota', 150),
(119, 139, 'America/New_York', 140),
(120, 139, 'America/Bogota', 130),
(121, 139, 'America/Guatemala', 120),
(122, 139, 'America/Chicago', 110),
(123, 139, 'America/Mexico_City', 100),
(124, 139, 'America/Regina', 90),
(125, 139, 'America/Phoenix', 80),
(126, 139, 'America/Chihuahua', 70),
(127, 139, 'America/Denver', 60),
(128, 139, 'America/Los_Angeles', 50),
(129, 139, 'America/Anchorage', 40),
(130, 139, 'Pacific/Honolulu', 30),
(131, 139, 'Pacific/Apia', 20),
(132, 139, 'Asia/Kamchatka', 10),
(133, 139, 'Asia/Vladivostok', 710),
(134, 139, 'Pacific/Guadalcanal', 720),
(135, 139, 'Pacific/Auckland', 730),
(136, 139, 'Pacific/Fiji', 740),
(137, 139, 'Pacific/Tongatapu', 750),
(138, 158, 'create', 5),
(139, 158, 'delete', 5),
(140, 158, 'update', 5),
(141, 158, 'status', 5),
(142, 159, 'create', 5),
(143, 159, 'delete', 5),
(144, 159, 'update', 5),
(145, 159, 'session', 5),
(146, 159, 'failed_login', 5),
(147, 160, 'create', 5),
(148, 160, 'delete', 5),
(149, 160, 'update', 5),
(150, 160, 'low_stock', 5),
(151, 161, 'create', 5),
(152, 161, 'delete', 5),
(153, 161, 'update', 5),
(154, 162, 'restore', 5),
(155, 162, 'backup', 5),
(156, 162, 'optimize', 5),
(157, 162, 'error', 5),
(158, 163, 'http', 5),
(159, 166, 'month_first', 1),
(160, 166, 'day_first', 2),
(161, 167, 'sunday_first', 1),
(162, 167, 'monday_first', 2),
(163, 179, 'unit_price', 10),
(164, 179, 'subtotal', 20),
(165, 182, 'billing_first', 1),
(166, 182, 'shipping_first', 2),
(167, 274, 'runtime', 1),
(168, 274, 'deprecated', 2),
(169, 64, 'null', 30),
(200, 295, 'none', 10),
(201, 295, 'tls', 20),
(202, 295, 'ssl', 30),
(220, 300, 'returning_customer_first', 10),
(221, 300, 'new_customer_first', 20),
(222, 300, 'hide', 30),
(223, 305, 'register', 10),
(224, 305, 'checkout_as_guest', 20),
(228, 139, 'Europe/Bucharest', 335),
(235, 308, 'old', 10),
(236, 308, 'new', 20),
(237, 139, 'Europe/Athens', 331),
(238, 139, 'Asia/Beirut', 332),
(239, 139, 'Asia/Kamchatka', 333),
(240, 163, 'shipping', 20),
(241, 313, 'international_format', 10),
(242, 313, 'any_digits', 20),
(243, 313, 'any_symbols', 30),
(244, 5693, 'medium', 0),
(245, 5693, 'large', 10),
(246, 5694, 'none', 0),
(247, 5694, 'horizontal', 10),
(248, 5694, 'vertical', 20),
(249, 5695, 'products', 0),
(250, 5695, 'pages', 10),
(251, 5702, 'standard', 0),
(252, 5702, 'button_count', 10),
(253, 5702, 'box_count', 20),
(254, 5704, 'like', 0),
(255, 5704, 'recommend', 10),
(256, 5705, 'af_ZA', 0),
(257, 5705, 'ar_AR', 10),
(258, 5705, 'az_AZ', 20),
(259, 5705, 'be_BY', 30),
(260, 5705, 'bg_BG', 40),
(261, 5705, 'bn_IN', 50),
(262, 5705, 'bs_BA', 60),
(263, 5705, 'ca_ES', 70),
(264, 5705, 'cs_CZ', 80),
(265, 5705, 'cy_GB', 90),
(266, 5705, 'da_DK', 100),
(267, 5705, 'de_DE', 110),
(268, 5705, 'el_GR', 120),
(269, 5705, 'en_GB', 130),
(270, 5705, 'en_PI', 140),
(271, 5705, 'en_UD', 150),
(272, 5705, 'en_US', 160),
(273, 5705, 'eo_EO', 170),
(274, 5705, 'es_ES', 180),
(275, 5705, 'es_LA', 190),
(276, 5705, 'et_EE', 200),
(277, 5705, 'eu_ES', 210),
(278, 5705, 'fa_IR', 220),
(279, 5705, 'fb_LT', 230),
(280, 5705, 'fi_FI', 240),
(281, 5705, 'fo_FO', 250),
(282, 5705, 'fr_CA', 260),
(283, 5705, 'fr_FR', 270),
(284, 5705, 'fy_NL', 280),
(285, 5705, 'ga_IE', 290),
(286, 5705, 'gl_ES', 300),
(287, 5705, 'he_IL', 310),
(288, 5705, 'hi_IN', 320),
(289, 5705, 'hr_HR', 330),
(290, 5705, 'hu_HU', 340),
(291, 5705, 'hy_AM', 350),
(292, 5705, 'id_ID', 360),
(293, 5705, 'is_IS', 370),
(294, 5705, 'it_IT', 380),
(295, 5705, 'ja_JP', 390),
(296, 5705, 'ka_GE', 400),
(297, 5705, 'km_KH', 410),
(298, 5705, 'ko_KR', 420),
(299, 5705, 'ku_TR', 430),
(300, 5705, 'la_VA', 440),
(301, 5705, 'lt_LT', 450),
(302, 5705, 'lv_LV', 460),
(303, 5705, 'mk_MK', 470),
(304, 5705, 'ml_IN', 480),
(305, 5705, 'ms_MY', 490),
(306, 5705, 'nb_NO', 500),
(307, 5705, 'ne_NP', 510),
(308, 5705, 'nl_NL', 520),
(309, 5705, 'nn_NO', 530),
(310, 5705, 'pa_IN', 540),
(311, 5705, 'pl_PL', 550),
(312, 5705, 'ps_AF', 560),
(313, 5705, 'pt_BR', 570),
(314, 5705, 'pt_PT', 580),
(315, 5705, 'ro_RO', 590),
(316, 5705, 'ru_RU', 600),
(317, 5705, 'sk_SK', 610),
(318, 5705, 'sl_SI', 620),
(319, 5705, 'sq_AL', 630),
(320, 5705, 'sr_RS', 640),
(321, 5705, 'sv_SE', 650),
(322, 5705, 'sw_KE', 660),
(323, 5705, 'ta_IN', 670),
(324, 5705, 'te_IN', 680),
(325, 5705, 'th_TH', 690),
(326, 5705, 'tl_PH', 700),
(327, 5705, 'tr_TR', 710),
(328, 5705, 'uk_UA', 720),
(329, 5705, 'vi_VN', 730),
(330, 5705, 'zh_CN', 740),
(331, 5705, 'zh_HK', 750),
(332, 5705, 'zh_TW', 760),
(333, 5706, 'arial', 0),
(334, 5706, 'lucida grande', 10),
(335, 5706, 'segoe ui', 20),
(336, 5706, 'tahoma', 30),
(337, 5706, 'trebuchet ms', 40),
(338, 5706, 'verdana', 50),
(339, 5707, 'light', 0),
(340, 5707, 'dark', 10),
(341, 5708, 'products', 0),
(342, 5708, 'pages', 10),
(343, 5712, 'full', 0),
(344, 5712, 'button', 10),
(345, 5712, 'mini', 20),
(346, 5712, 'Vertical', 30),
(347, 5715, 'like', 0),
(348, 5715, 'interesting', 10),
(349, 5716, 'products', 0),
(350, 5716, 'pages', 10),
(351, 5720, 'products', 0),
(352, 5720, 'pages', 10),
(353, 5723, '20', 0),
(354, 5723, '28', 10),
(355, 5724, 'rect', 0),
(356, 5724, 'round', 10),
(360, 5726, 'products', 0),
(361, 5726, 'pages', 10),
(362, 5736, 'dummy', 0),
(363, 5736, 'mailchimp', 10),
(364, 5736, 'madmimi', 20),
(365, 5746, 'smtp', 0),
(366, 5746, 'mail', 10),
(367, 5746, 'default', 20),
(368, 5751, 'none', 0),
(369, 5751, 'tls', 10),
(370, 5751, 'ssl', 20),
(371, 5754, 'google', 0),
(372, 5754, 'yandex', 10),
(373, 5762, 'none', 0),
(374, 5762, 'custom', 10),
(375, 5762, 'all', 20),
(376, 5763, 'none', 0),
(377, 5763, 'custom', 10),
(378, 5763, 'all', 20),
(379, 5764, 'none', 0),
(380, 5764, 'custom', 10),
(381, 5764, 'all', 20),
(382, 5786, 'light', 0),
(383, 5786, 'dark', 10),
(384, 5787, 'normal', 0),
(385, 5787, 'compact', 10),
(386, 5788, 'image', 0),
(387, 5788, 'audio', 10),
(388, 5796, 'all', 0),
(389, 5796, 'today', 10),
(390, 5796, 'last_days', 20),
(391, 5798, 'product_file_nohtml', 0),
(392, 5798, 'product_file', 10),
(393, 5798, 'product_category_nohtml', 20),
(394, 5798, 'product_category', 30),
(395, 5799, 'category', 0),
(396, 5799, 'category_nohtml', 10),
(397, 5799, 'file', 20),
(398, 5799, 'root_category', 30),
(399, 5800, 'page', 0),
(400, 5800, 'page_nohtml', 10),
(401, 5800, 'file', 20),
(402, 5800, 'root_page', 30),
(403, 5801, 'directory', 0),
(404, 5801, 'file', 10),
(405, 5812, 'minimal_absolute', 0),
(406, 5812, 'minimal_percentage', 10),
(407, 5812, 'maximal_absolute', 20),
(408, 5812, 'maximal_percentage', 30),
(409, 5831, 'C128A', 0),
(410, 5831, 'C128B', 10),
(411, 5831, 'C128C', 20),
(412, 5831, 'I25', 30),
(413, 5831, 'C39', 40),
(414, 5832, 'png', 0),
(415, 5832, 'jpeg', 10),
(416, 5833, 'N', 0),
(417, 5833, 'Y', 10),
(418, 5863, 'any', 0),
(419, 5863, 'anonymous', 10),
(420, 5863, 'disabled', 20),
(421, 5870, 'any', 0),
(422, 5870, 'anonymous', 10),
(423, 5870, 'disabled', 20),
(424, 5878, 'any', 0),
(425, 5878, 'anonymous', 10),
(426, 5878, 'disabled', 20),
(427, 5884, 'any', 0),
(428, 5884, 'anonymous', 10),
(429, 5884, 'disabled', 20),
(430, 5891, 'any', 0),
(431, 5891, 'anonymous', 10),
(432, 5891, 'disabled', 20),
(433, 5921, '0', 0),
(434, 5921, '1', 10),
(435, 5921, '2', 20),
(436, 5921, '3', 30),
(437, 5921, '4', 40),
(438, 5921, '5', 50),
(439, 5921, '6', 60),
(440, 5921, '7', 70),
(441, 5921, '8', 80),
(442, 5921, '9', 90),
(443, 5921, '10', 100),
(444, 5921, '11', 110),
(445, 5921, '12', 120),
(446, 5921, '13', 130),
(447, 5921, '14', 140),
(448, 5921, '15', 150),
(449, 5930, 'catalog', 0),
(450, 5930, 'store', 10),
(451, 5950, 'smarty', 0),
(452, 5950, 'html', 10),
(453, 5956, 'vertical_tabs', 0),
(454, 5956, 'horizontal_tabs', 10),
(455, 5957, 'fill', 0),
(456, 5957, 'framed', 10),
(457, 5963, 'pre', 0),
(458, 5963, 'post', 10),
(459, 5965, 'image_replace', 0),
(460, 5965, 'open_popup', 10),
(461, 5973, 'top_left', 0),
(462, 5973, 'top_right', 10),
(463, 5973, 'bottom_left', 20),
(464, 5973, 'bottom_right', 30),
(465, 5975, 'arrow_1', 0),
(466, 5975, 'arrow_2', 10),
(467, 5975, 'arrow_3', 20),
(468, 5975, 'arrow_4', 30),
(469, 5975, 'arrow_5', 40),
(470, 5975, 'arrow_6', 50),
(471, 5975, 'arrow_7', 60),
(472, 5975, 'arrow_8', 70),
(473, 5975, 'arrow_9', 80),
(474, 5975, 'arrow_10', 90),
(475, 5981, 'px', 0),
(476, 5981, 'pt', 10),
(477, 5981, 'pc', 20),
(478, 5981, 'cm', 30),
(479, 5981, 'mm', 40),
(480, 5981, 'em', 50),
(481, 5981, 'rem', 60),
(482, 5981, 'ex', 70),
(483, 5981, 'ch', 80),
(484, 5981, '%', 90),
(485, 5981, 'vw', 100),
(486, 5981, 'vh', 110),
(487, 5982, 'normal', 0),
(488, 5982, 'bold', 10),
(489, 6013, '10', 0),
(490, 6013, '100', 10),
(491, 6013, '200', 20),
(492, 6013, '300', 30),
(493, 6013, '400', 40),
(494, 6013, '500', 50),
(495, 6013, '600', 60),
(496, 6013, '700', 70),
(497, 6013, '800', 80),
(498, 6013, '900', 90),
(499, 6013, '1000', 100),
(500, 6013, '1100', 110),
(501, 6013, '1200', 120),
(502, 6013, '1300', 130),
(503, 6013, '1400', 140),
(504, 6013, '1500', 150),
(505, 6014, 'left', 0),
(506, 6014, 'right', 10),
(507, 6014, 'center', 20),
(508, 6015, 'text', 0),
(509, 6015, 'text2', 10),
(510, 6015, 'button', 20),
(511, 6018, 'end_of_the_day', 0),
(512, 6018, 'end_of_the_promotion', 10),
(513, 6022, '0', 0),
(514, 6022, '1', 10),
(515, 6022, '2', 20),
(516, 6022, '3', 30),
(517, 6022, '4', 40),
(518, 6022, '5', 50),
(519, 6022, '6', 60),
(520, 6022, '7', 70),
(521, 6056, 'red', 0),
(522, 6056, 'green', 10),
(523, 6056, 'blue', 20),
(524, 6082, '0', 0),
(525, 6082, '10000', 10),
(526, 6082, '30000', 20),
(527, 6082, '60000', 30),
(528, 6082, '90000', 40),
(529, 6086, '0', 0),
(530, 6086, '1', 1),
(531, 6086, '2', 2),
(532, 6086, '3', 3),
(533, 6086, '4', 4),
(534, 6086, '5', 5),
(535, 6086, '6', 6),
(536, 6086, '7', 7),
(537, 6086, '8', 8),
(538, 6086, '9', 9),
(539, 6086, '10', 10),
(837, 6424, 'none', 0),
(838, 6424, 'appliances', 10),
(839, 6424, 'child', 20),
(840, 6424, 'cosmetic', 30),
(841, 6424, 'coupon', 40),
(842, 6424, 'fashion', 50),
(843, 6424, 'construction', 60),
(844, 6424, 'animal', 70),
(845, 6424, 'fmcg', 80),
(846, 139, 'Atlantic/Bermuda', 210),
(847, 139, 'Asia/Almaty', 130),
(848, 139, 'Indian/Cocos', 10),
(849, 139, 'Pacific/Pitcairn', 760),
(850, 139, 'America/Vancouver', 770),
(851, 139, 'Pacific/Gambier', 780),
(852, 139, 'Australia/Lord_Howe', 790),
(853, 139, 'Pacific/Chatham', 800),
(854, 139, 'Africa/Casablanca', 810),
(855, 139, 'Europe/Dublin', 820),
(856, 139, 'Pacific/Midway', 830),
(857, 139, 'Asia/Urumqi', 840),
(858, 6435, '0', 1),
(859, 6435, '1', 2),
(860, 6435, '2', 3),
(861, 6435, '3', 4),
(862, 6435, '4', 5),
(863, 6435, '5', 5),
(977, 6523, 'km', 0),
(978, 6523, 'miles', 10),
(979, 6524, 'none', 0),
(980, 6524, 'city', 10),
(981, 6524, 'country', 20),
(1287, 7261, '0.9', 0),
(1288, 7261, '0.8', 10),
(1289, 7261, '0.7', 20),
(1290, 7261, '0.6', 30),
(1291, 7261, '0.5', 40),
(1292, 7261, '0.4', 50),
(1293, 7261, '0.3', 60),
(1294, 7261, '0.2', 70),
(1295, 7261, '0.1', 80),
(1296, 7280, 'P', 10),
(1297, 7280, 'S', 20),
(1298, 7282, 'F', 10),
(1299, 7282, 'A', 20),
(1300, 7284, 'R', 10),
(1301, 7284, 'P', 20),
(1302, 7284, 'A', 30),
(1303, 7298, 'none', 0),
(1304, 7298, 'all', 10),
(1305, 7299, 'https://converter.cart-services.com', 0),
(1322, 7334, 'any', 0),
(1323, 7334, 'anonymous', 10),
(1324, 7334, 'disabled', 20),
(1325, 7336, 'advanced', 0),
(1326, 7336, 'simple', 10),
(1327, 7338, 'none', 0),
(1328, 7338, 'country', 10),
(1329, 7338, 'city', 20),
(1360, 7414, 'homolog', 0),
(1361, 7414, 'production', 10),
(1378, 7467, '1', 0),
(1379, 7467, '2', 10),
(1380, 7467, '3', 20),
(1381, 7468, 'right', 0),
(1382, 7468, 'left', 10),
(1383, 7468, 'off', 20),
(1384, 7469, 'image', 0),
(1385, 7469, 'text', 10),
(1386, 7470, 'horizontal', 0),
(1387, 7470, 'vertical', 10),
(1388, 7471, 'collapsed', 0),
(1389, 7471, 'expanded', 10),
(1390, 7472, 'default', 0),
(1391, 7472, 'traditional', 10),
(1392, 7489, 'vendor', 0),
(1393, 7489, 'both', 10),
(1394, 7498, 'vertical', 0),
(1395, 7498, 'horizontal', 10),
(1396, 7499, 'collapsed', 0),
(1397, 7499, 'expanded', 10),
(1398, 7507, 'development', 0),
(1399, 7507, 'production', 10),
(1400, 7517, 'T', 0),
(1401, 7517, 'U', 10),
(1402, 7517, 'P', 20),
(1403, 7519, 'development', 0),
(1404, 7519, 'production', 10),
(1405, 7522, 'Y', 0),
(1406, 7522, 'N', 10),
(1407, 7526, 'true', 0),
(1408, 7526, 'false', 10);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_settings_vendor_values`
--

CREATE TABLE `partiushop_settings_vendor_values` (
  `object_id` mediumint(8) UNSIGNED NOT NULL,
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `value` text DEFAULT NULL,
  `storefront_id` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_settings_vendor_values`
--

INSERT INTO `partiushop_settings_vendor_values` (`object_id`, `company_id`, `value`, `storefront_id`) VALUES
(6054, 0, '{\"app_settings\":{\"utility\":{\"shopName\":\"Partiu Shop\",\"pushNotifications\":\"1\",\"fcmApiKey\":\"\"},\"build\":{\"appName\":\"Partiu.Shop\",\"appShortDescription\":\"Comprar e Vender nunca foi t\\u00e3o f\\u00e1cil!\",\"appFullDescription\":\"Comprar e Vender nunca foi t\\u00e3o f\\u00e1cil!\",\"supportEmail\":\"admin@partiushop.com.br\",\"privacyPolicyUrl\":\"http:\\/\\/partiushop.com.br\\/\"},\"images\":{\"crop_when_resize\":\"Y\"},\"apple_pay\":{\"applePay\":\"off\",\"applePayMerchantIdentifier\":\"\",\"applePayMerchantName\":\"\"},\"google_pay\":{\"googlePay\":\"off\",\"googlePayApiKey\":\"\"}},\"app_appearance\":{\"colors\":{\"categories\":{\"categoriesBackgroundColor\":{\"value\":\"#FAFAFA\",\"type\":\"color\",\"name\":\"Background\",\"description\":\"The background color of the block with categories.\"},\"categoriesHeaderColor\":{\"value\":\"#303433\",\"type\":\"color\",\"name\":\"Block title color\",\"description\":\"Affects the titles of all blocks, not just the one with categories.\"},\"categoryBlockBackgroundColor\":{\"value\":\"#FFF\",\"type\":\"color\",\"name\":\"Card background\",\"description\":\"The background color of category cards.\"},\"categoryBlockTextColor\":{\"value\":\"#303433\",\"type\":\"color\",\"name\":\"Card text\",\"description\":\"The color of text in a category card.\"},\"categoryBorderRadius\":{\"value\":\"6\",\"type\":\"number\",\"name\":\"Card corners radius\",\"description\":\"Determines how rounded the corners of a category card will be.\"}},\"bottom_tabs\":{\"bottomTabsBackgroundColor\":{\"value\":\"#fff\",\"type\":\"color\",\"name\":\"Background color\",\"description\":\"Background color.\"},\"bottomTabsTextColor\":{\"value\":\"#6A6A6A\",\"type\":\"color\",\"name\":\"Text color\",\"description\":\"Text color.\"},\"bottomTabsSelectedTextColor\":{\"value\":\"#051a43\",\"type\":\"color\",\"name\":\"Selected text color\",\"description\":\"Selected text color.\"},\"bottomTabsIconColor\":{\"value\":\"#6A6A6A\",\"type\":\"color\",\"name\":\"Icon color\",\"description\":\"Icon color.\"},\"bottomTabsSelectedIconColor\":{\"value\":\"#051a43\",\"type\":\"color\",\"name\":\"Selected icon color\",\"description\":\"Selected icon color.\"},\"bottomTabsPrimaryBadgeColor\":{\"value\":\"#051a43\",\"type\":\"color\",\"name\":\"Primary badge color\",\"description\":\"Color of the icon with the number of products.\"}},\"navbar\":{\"statusBarColor\":{\"value\":\"#c1c1c1\",\"type\":\"color\",\"name\":\"Status bar color\",\"description\":\"The color of the system status bar; affects Android devices only.\"},\"navBarBackgroundColor\":{\"value\":\"#051a43\",\"type\":\"color\",\"name\":\"Background\",\"description\":\"The background color of the navigation bar.\"},\"navBarButtonColor\":{\"value\":\"#fff\",\"type\":\"color\",\"name\":\"Icon color\",\"description\":\"The color of icons in the navigation bar.\"},\"navBarTextColor\":{\"value\":\"#fff\",\"type\":\"color\",\"name\":\"Text color\",\"description\":\"The color of text in the navigation bar.\"},\"screenBackgroundColor\":{\"value\":\"#fff\",\"type\":\"color\",\"name\":\"Screen background\",\"description\":\"The common background color of all screens in the app.\"},\"navBarTitleFontSize\":{\"value\":\"16\",\"type\":\"number\",\"name\":\"Title text size\",\"description\":\"The size of the title text.\"}},\"product_screen\":{\"buttonBackgroundColor\":{\"value\":\"#051a43\",\"type\":\"color\",\"name\":\"Primary CTA button\",\"description\":\"The background color of the primary CTA button (such as \'Add to Cart\').\"},\"buttonWithBackgroundTextColor\":{\"value\":\"#fff\",\"type\":\"color\",\"name\":\"CTA text color\",\"description\":\"The text color of both primary and secondary CTA buttons.\"},\"buttonWithoutBackgroundTextColor\":{\"value\":\"#051a43\",\"type\":\"color\",\"name\":\"Secondary action text\",\"description\":\"The color of sorting and filter links, etc.\"},\"ratingStarsColor\":{\"value\":\"#EAA944\",\"type\":\"color\",\"name\":\"Rating stars color\",\"description\":\"The color of the rating icons (stars).\"},\"discussionMessageColor\":{\"value\":\"#808080\",\"type\":\"color\",\"name\":\"Text color\",\"description\":\"Affects product descriptions, discussions, and other texts at the product screen.\"},\"darkColor\":{\"value\":\"#242424\",\"type\":\"color\",\"name\":\"Product name\",\"description\":\"Determines color of product name and product price\"},\"grayColor\":{\"value\":\"#FAFAFA\",\"type\":\"color\",\"name\":\"Tabs background\",\"description\":\"\"},\"mediumGrayColor\":{\"value\":\"#B8B8B8\",\"type\":\"color\",\"name\":\"Options border color\",\"description\":\"\"},\"categoryEmptyImage\":{\"value\":\"#989898\",\"type\":\"color\",\"name\":\"\\\"Add image\\\" button\",\"description\":\"The color of the \\\"plus\\\" button for adding a product image.\"}},\"other\":{\"successColor\":{\"value\":\"#7DCFB6\",\"type\":\"color\",\"name\":\"Success color\",\"description\":\"The background color of a pop-up notification about a successful action.\"},\"infoColor\":{\"value\":\"#FCEADE\",\"type\":\"color\",\"name\":\"Info color\",\"description\":\"The background color of a pop-up notification with information.\"},\"dangerColor\":{\"value\":\"#D9534F\",\"type\":\"color\",\"name\":\"Error color\",\"description\":\"The background color of a pop-up notification about an error.\"},\"borderRadius\":{\"value\":\"5\",\"type\":\"number\",\"name\":\"Border radius\",\"description\":\"Determines how rounded the corners of product borders will be.\"},\"productDiscountColor\":{\"value\":\"#ffc014\",\"type\":\"color\",\"name\":\"Discount badge\",\"description\":\"The background color of a badge with the amount of product discount.\"},\"productBorderColor\":{\"value\":\"#FFF\",\"type\":\"color\",\"name\":\"Product border\",\"description\":\"The color of a thin border around products on product lists.\"},\"pushNotificationsColor\":{\"value\":\"#26323e\",\"type\":\"color\",\"name\":\"Push notifications color\",\"description\":\"Color of push notifications.\"},\"dotsSwiperColor\":{\"value\":\"#051a43\",\"type\":\"color\",\"name\":\"Image slider bullets\",\"description\":\"The color of bullets in image galleries.\"}},\"profile\":{\"menuItemsBorderColor\":{\"value\":\"#f3f3f3\",\"type\":\"color\",\"name\":\"Border color\",\"description\":\"Border color for menu items.\"},\"menuIconsColor\":{\"value\":\"#D3D3D3\",\"type\":\"color\",\"name\":\"Menu icons color\",\"description\":\"Menu icons color.\"},\"menuTextColor\":{\"value\":\"#424040\",\"type\":\"color\",\"name\":\"Menu text color\",\"description\":\"Menu text color.\"}}}},\"promotion\":{\"app_store_app_id\":\"\",\"google_play_app_id\":\"\"},\"modified_time\":1645797548}', 1),
(7297, 0, 'Y', 1),
(7297, 0, 'Y', 2),
(7359, 0, 'C', 1);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_shipments`
--

CREATE TABLE `partiushop_shipments` (
  `shipment_id` mediumint(8) UNSIGNED NOT NULL,
  `shipping_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `tracking_number` varchar(255) NOT NULL DEFAULT '',
  `carrier` varchar(255) NOT NULL DEFAULT '',
  `etiqueta_correios` varchar(255) DEFAULT NULL,
  `correios_plp_id` varchar(255) DEFAULT NULL,
  `timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `comments` mediumtext DEFAULT NULL,
  `status` char(1) NOT NULL DEFAULT 'P',
  `last_tracking_event` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_shipments`
--

INSERT INTO `partiushop_shipments` (`shipment_id`, `shipping_id`, `tracking_number`, `carrier`, `etiqueta_correios`, `correios_plp_id`, `timestamp`, `comments`, `status`, `last_tracking_event`) VALUES
(29, 8, 'QF802546895BR', 'correios', 'QF80254689 BR', '503661937', 1625694773, NULL, 'P', NULL),
(31, 8, 'QF802815963BR', 'correios', 'QF80281596 BR', '503669363', 1625696332, NULL, 'P', NULL),
(32, 8, 'QF956167920BR', 'correios', 'QF95616792 BR', '509898482', 1626369013, NULL, 'S', NULL),
(33, 8, 'QH910596180BR', 'correios', 'QH91059618 BR', '571630548', 1637110004, NULL, 'S', NULL),
(34, 10, 'OS067546022BR', 'correios', 'OS06754602 BR', '571645700', 1637114724, NULL, 'S', NULL),
(35, 8, 'QH910604751BR', 'correios', 'QH91060475 BR', '571646204', 1637115248, NULL, 'S', NULL),
(37, 7, 'QI065932346BR', 'fedex', NULL, NULL, 1651087913, 'bujkbjkbjkbkj', 'P', NULL),
(38, 10, 'QI065932346BR', 'correios', NULL, NULL, 1651515433, '', 'P', NULL),
(39, 6, 'QI065932346BR', 'correios', NULL, NULL, 1651515870, '', 'P', NULL),
(40, 10, 'QI065932346BR', 'correios', NULL, NULL, 1651523042, '', 'P', NULL),
(41, 10, 'QI065932346BR', 'correios', NULL, NULL, 1651523198, '', 'P', NULL),
(42, 6, 'QI065932346BR', 'correios', NULL, NULL, 1651598957, '', 'P', NULL),
(43, 10, 'QI065932346BR', 'correios', NULL, NULL, 1651599151, '', 'P', NULL),
(44, 7, 'QI065932346BR', 'correios', NULL, NULL, 1651599409, '', 'P', NULL),
(45, 6, 'QI065932346BR', 'correios', NULL, NULL, 1651599489, '', 'P', NULL),
(46, 6, 'QI065932346BR', 'correios', NULL, NULL, 1651599713, '', 'P', NULL),
(47, 6, 'QI065932346BR', 'correios', NULL, NULL, 1651600014, '', 'P', NULL),
(48, 7, 'QI065932346BR', 'correios', NULL, NULL, 1651600112, '', 'P', NULL),
(49, 10, 'QI065932346BR', 'correios', NULL, NULL, 1651695400, '', 'P', NULL),
(50, 7, 'QI065932346BR', 'correios', NULL, NULL, 1651696538, '', 'P', NULL),
(51, 6, 'QI065932346BR', 'correios', NULL, NULL, 1651696911, '', 'P', NULL),
(52, 6, 'QI065932346BR', 'correios', NULL, NULL, 1651696965, '', 'P', NULL),
(53, 6, 'QI065932346BR', 'correios', NULL, NULL, 1651697043, '', 'P', NULL),
(54, 6, '1234', 'correios', NULL, NULL, 1651861094, '', 'P', NULL),
(55, 10, '1234', 'correios', NULL, NULL, 1652117568, '', 'S', NULL),
(56, 6, 'QI065932346BR', 'correios', NULL, NULL, 1652120207, 'asd', 'P', NULL),
(57, 7, 'QI065932346BR', 'correios', NULL, NULL, 1652123145, 'xc', 'P', NULL),
(58, 6, 'QI065932346BR', 'correios', NULL, NULL, 1652123711, '', 'P', NULL),
(59, 10, 'QI065932346BR', 'correios', NULL, NULL, 1652124428, '', 'P', NULL),
(60, 6, 'QI065932346BR', 'correios', NULL, NULL, 1652124883, '', 'P', NULL),
(61, 10, 'QI065932346BR', 'correios', NULL, NULL, 1652204647, 'asd', 'P', NULL),
(62, 6, 'QI065932346BR', 'correios', NULL, NULL, 1652208309, 'asdasd', 'P', NULL),
(63, 10, 'QI065932346BR', 'correios', NULL, NULL, 1652208589, 'dsads', 'P', NULL),
(64, 6, 'QI065932346BR', 'correios', NULL, NULL, 1652208783, 'sascasd', 'P', NULL),
(65, 6, 'QI065932346BR', 'correios', NULL, NULL, 1652209190, 'asdasd', 'P', NULL),
(66, 10, 'QI065932346BR', 'correios', NULL, NULL, 1652210645, 'vsdfsdfsdfsfs', 'P', NULL),
(67, 8, 'QI065932346BR', 'correios', NULL, NULL, 1652210788, 'sadadsad', 'P', NULL),
(68, 6, 'QI065932346BR', 'correios', NULL, NULL, 1652210925, 'asdasdasdsada', 'P', NULL),
(69, 6, 'QI065932346BR', 'correios', NULL, NULL, 1652211242, 'zxasdasd', 'P', NULL),
(70, 10, 'QI065932346BR', 'correios', NULL, NULL, 1652211382, 'asdads', 'P', NULL),
(71, 6, 'QI065932346BR', 'correios', NULL, NULL, 1652211545, 'fdsfsdfsf', 'P', NULL),
(72, 7, 'QI065932346BR', 'correios', NULL, NULL, 1652212292, 'ad', 'P', NULL),
(73, 10, 'QI065932346BR', 'correios', NULL, NULL, 1652212524, 'adadsadasd', 'P', NULL),
(74, 6, 'QI065932346BR', 'correios', NULL, NULL, 1652212657, 'asdsadadadsad', 'P', NULL),
(75, 10, 'QI065932346BR', 'correios', NULL, NULL, 1652212842, 'asdadadad', 'P', NULL),
(76, 10, 'QI065932346BR', 'correios', NULL, NULL, 1652290490, 'asdasd', 'P', NULL),
(77, 6, 'QI065932346BR', 'correios', NULL, NULL, 1652290695, 'dasdasdsdadadsasd', 'P', NULL),
(78, 8, 'QI065932346BR', 'correios', NULL, NULL, 1652290821, 'asdadadad', 'P', NULL),
(79, 10, 'OU217529778BR', 'correios', 'OU21752977 BR', '659213826', 1652742717, NULL, 'P', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_shipment_items`
--

CREATE TABLE `partiushop_shipment_items` (
  `item_id` int(11) UNSIGNED NOT NULL,
  `shipment_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `order_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `product_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `amount` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_shipment_items`
--

INSERT INTO `partiushop_shipment_items` (`item_id`, `shipment_id`, `order_id`, `product_id`, `amount`) VALUES
(9159054, 29, 102, 286, 1),
(9159054, 31, 104, 286, 1),
(9159054, 32, 105, 286, 1),
(552830084, 34, 111, 300, 1),
(552830084, 35, 112, 300, 1),
(552830084, 49, 126, 300, 1),
(664682653, 33, 110, 304, 1),
(664682653, 45, 122, 304, 1),
(664682653, 47, 124, 304, 1),
(664682653, 49, 126, 304, 1),
(664682653, 51, 128, 304, 1),
(664682653, 53, 130, 304, 1),
(664682653, 60, 136, 304, 1),
(664682653, 63, 139, 304, 1),
(664682653, 66, 142, 304, 1),
(664682653, 71, 147, 304, 1),
(664682653, 74, 150, 304, 1),
(1352232971, 42, 119, 305, 1),
(1352232971, 48, 125, 305, 1),
(1352232971, 55, 109, 305, 1),
(1352232971, 62, 138, 305, 1),
(1352232971, 70, 146, 305, 1),
(1352232971, 72, 148, 305, 1),
(1352232971, 78, 154, 305, 1),
(2005725464, 54, 101, 287, 1),
(3120223550, 41, 118, 303, 1),
(3120223550, 44, 121, 303, 1),
(3120223550, 46, 123, 303, 1),
(3120223550, 50, 127, 303, 1),
(3120223550, 68, 144, 303, 1),
(3120223550, 76, 152, 303, 1),
(3381666225, 38, 115, 306, 1),
(3381666225, 40, 117, 306, 1),
(3381666225, 52, 129, 306, 1),
(3381666225, 56, 131, 306, 1),
(3381666225, 57, 132, 306, 1),
(3381666225, 58, 133, 306, 1),
(3381666225, 61, 137, 306, 1),
(3381666225, 64, 140, 306, 1),
(3381666225, 65, 141, 306, 1),
(3381666225, 67, 143, 306, 1),
(3381666225, 69, 145, 306, 1),
(3381666225, 73, 149, 306, 1),
(3381666225, 75, 151, 306, 1),
(3381666225, 79, 113, 306, 1),
(3472745896, 37, 114, 302, 1),
(3472745896, 39, 116, 302, 1),
(3472745896, 43, 120, 302, 1),
(3472745896, 59, 134, 302, 1),
(3472745896, 68, 144, 302, 1),
(3472745896, 71, 147, 302, 1),
(3472745896, 75, 151, 302, 1),
(3472745896, 77, 153, 302, 1);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_shippings`
--

CREATE TABLE `partiushop_shippings` (
  `shipping_id` mediumint(8) UNSIGNED NOT NULL,
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `destination` char(1) NOT NULL DEFAULT 'I',
  `min_weight` decimal(13,3) NOT NULL DEFAULT 0.000,
  `max_weight` decimal(13,3) NOT NULL DEFAULT 0.000,
  `usergroup_ids` varchar(255) NOT NULL DEFAULT '0',
  `rate_calculation` char(1) NOT NULL DEFAULT 'M',
  `service_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `service_params` text DEFAULT NULL,
  `localization` varchar(255) NOT NULL DEFAULT '',
  `tax_ids` varchar(255) NOT NULL DEFAULT '',
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `status` char(1) NOT NULL DEFAULT 'D',
  `free_shipping` char(1) NOT NULL DEFAULT 'N',
  `is_address_required` char(1) NOT NULL DEFAULT 'Y',
  `available_for_new_vendors` char(1) NOT NULL DEFAULT 'N'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_shippings`
--

INSERT INTO `partiushop_shippings` (`shipping_id`, `company_id`, `destination`, `min_weight`, `max_weight`, `usergroup_ids`, `rate_calculation`, `service_id`, `service_params`, `localization`, `tax_ids`, `position`, `status`, `free_shipping`, `is_address_required`, `available_for_new_vendors`) VALUES
(1, 0, 'I', '0.000', '0.000', '0', 'M', 0, 'a:0:{}', '', '6', 0, 'D', 'N', 'Y', 'N'),
(3, 0, 'I', '0.000', '0.000', '0', 'R', 213, 'a:13:{s:8:\"user_key\";s:0:\"\";s:17:\"user_key_password\";s:0:\"\";s:14:\"account_number\";s:0:\"\";s:12:\"meter_number\";s:0:\"\";s:22:\"freight_account_number\";s:0:\"\";s:9:\"test_mode\";s:1:\"Y\";s:12:\"package_type\";s:14:\"YOUR_PACKAGING\";s:13:\"drop_off_type\";s:14:\"REGULAR_PICKUP\";s:17:\"max_weight_of_box\";s:1:\"0\";s:6:\"height\";s:2:\"10\";s:5:\"width\";s:2:\"10\";s:6:\"length\";s:2:\"10\";s:7:\"options\";a:3:{s:10:\"COD_AMOUNT\";s:0:\"\";s:19:\"COD_COLLECTION_TYPE\";s:3:\"ANY\";s:29:\"DANGEROUS_GOODS_ACCESSIBILITY\";s:10:\"ACCESSIBLE\";}}', '', '6', 0, 'D', 'N', 'Y', 'N'),
(4, 0, 'I', '0.000', '0.000', '0', 'R', 87, 'a:14:{s:10:\"access_key\";s:0:\"\";s:8:\"username\";s:0:\"\";s:8:\"password\";s:0:\"\";s:16:\"negotiated_rates\";s:1:\"N\";s:14:\"shipper_number\";s:0:\"\";s:9:\"test_mode\";s:1:\"Y\";s:11:\"pickup_type\";s:2:\"01\";s:12:\"package_type\";s:2:\"02\";s:21:\"delivery_confirmation\";s:1:\"N\";s:10:\"dcist_type\";s:1:\"1\";s:17:\"max_weight_of_box\";s:1:\"0\";s:5:\"width\";s:2:\"10\";s:6:\"height\";s:2:\"10\";s:6:\"length\";s:2:\"10\";}', '', '', 0, 'D', 'N', 'Y', 'N'),
(5, 0, 'I', '0.000', '70.000', '0', 'R', 50, 'a:38:{s:8:\"username\";s:0:\"\";s:9:\"test_mode\";s:1:\"N\";s:8:\"mailtype\";s:3:\"All\";s:9:\"container\";s:0:\"\";s:18:\"intl_package_width\";s:2:\"11\";s:19:\"intl_package_length\";s:1:\"1\";s:19:\"intl_package_height\";s:1:\"0\";s:18:\"intl_package_girth\";s:1:\"0\";s:17:\"intl_package_size\";s:7:\"REGULAR\";s:28:\"intl_service_registered_mail\";s:1:\"N\";s:22:\"intl_service_insurance\";s:1:\"N\";s:27:\"intl_service_return_receipt\";s:1:\"N\";s:30:\"intl_service_pick_up_on_demand\";s:1:\"N\";s:35:\"intl_service_certificate_of_mailing\";s:1:\"N\";s:35:\"intl_service_edelivery_confirmation\";s:1:\"N\";s:12:\"package_size\";s:7:\"Regular\";s:21:\"first_class_mail_type\";s:6:\"LETTER\";s:10:\"machinable\";s:4:\"True\";s:18:\"container_priority\";s:0:\"\";s:17:\"container_express\";s:0:\"\";s:14:\"priority_width\";s:0:\"\";s:15:\"priority_length\";s:0:\"\";s:15:\"priority_height\";s:0:\"\";s:14:\"priority_girth\";s:0:\"\";s:11:\"ground_only\";s:1:\"N\";s:26:\"domestic_service_certified\";s:1:\"N\";s:26:\"domestic_service_insurance\";s:1:\"N\";s:45:\"domestic_service_registered_without_insurance\";s:1:\"N\";s:42:\"domestic_service_registered_with_insurance\";s:1:\"N\";s:36:\"domestic_service_collect_on_delivery\";s:1:\"N\";s:47:\"domestic_service_return_receipt_for_merchandise\";s:1:\"N\";s:31:\"domestic_service_return_receipt\";s:1:\"N\";s:62:\"domestic_service_certificate_of_mailing_per_individual_article\";s:1:\"N\";s:62:\"domestic_service_certificate_of_mailing_for_firm_mailing_books\";s:1:\"N\";s:39:\"domestic_service_express_mail_insurance\";s:1:\"N\";s:38:\"domestic_service_delivery_confirmation\";s:1:\"N\";s:39:\"domestic_service_signature_confirmation\";s:1:\"N\";s:42:\"domestic_service_return_receipt_electronic\";s:1:\"N\";}', '', '', 0, 'D', 'N', 'Y', 'N'),
(6, 4, 'I', '0.000', '30.000', '0', 'M', 0, 'a:0:{}', '', '', 0, 'D', 'N', 'N', 'N'),
(7, 4, 'I', '0.000', '30.000', '0', 'M', 0, 'a:0:{}', '', '', 0, 'D', 'N', 'Y', 'N'),
(8, 0, 'I', '0.300', '30.000', '0', 'R', 162026, 'a:9:{s:4:\"taxa\";s:0:\"\";s:15:\"comprimento_min\";s:2:\"15\";s:15:\"comprimento_max\";s:3:\"100\";s:11:\"largura_min\";s:2:\"10\";s:11:\"largura_max\";s:3:\"100\";s:10:\"altura_min\";s:1:\"1\";s:10:\"altura_max\";s:3:\"100\";s:12:\"dimensao_min\";s:2:\"25\";s:12:\"dimensao_max\";s:3:\"200\";}', '', '', 0, 'A', 'N', 'Y', 'N'),
(10, 0, 'I', '0.300', '30.000', '0', 'R', 162022, 'a:9:{s:4:\"taxa\";s:0:\"\";s:15:\"comprimento_min\";s:2:\"15\";s:15:\"comprimento_max\";s:3:\"100\";s:11:\"largura_min\";s:2:\"10\";s:11:\"largura_max\";s:3:\"100\";s:10:\"altura_min\";s:1:\"1\";s:10:\"altura_max\";s:3:\"100\";s:12:\"dimensao_min\";s:2:\"25\";s:12:\"dimensao_max\";s:3:\"200\";}', '', '', 0, 'A', 'N', 'Y', 'N');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_shipping_descriptions`
--

CREATE TABLE `partiushop_shipping_descriptions` (
  `shipping_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `shipping` varchar(255) NOT NULL DEFAULT '',
  `delivery_time` varchar(64) NOT NULL DEFAULT '',
  `description` mediumtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_shipping_descriptions`
--

INSERT INTO `partiushop_shipping_descriptions` (`shipping_id`, `lang_code`, `shipping`, `delivery_time`, `description`) VALUES
(1, 'da', 'Afhentning', 'Kun ved aftale ', NULL),
(1, 'de', 'Custom shipping method', '3-5 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(1, 'el', 'Προσαρμοσμένη μέθοδος αποστολής', '3-5 μέρες', NULL),
(1, 'en', 'Custom shipping method', '3-5 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(1, 'es', 'Custom shipping method', '3-5 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(1, 'fr', 'Custom shipping method', '3-5 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(1, 'it', 'Metodo di spedizione personalizzato', '3-5 days', NULL),
(1, 'nl', 'Custom shipping method', '3-5 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(1, 'no', 'Custom shipping method', '3-5 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(1, 'pt', 'Custom shipping method', '3-5 days', '<p>Delivery time is calculated in business days.</p>\n<p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p>\n<p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p>\n<p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(1, 'ro', 'Metodă tipizată pentru transport', '3-5 zile', NULL),
(1, 'ru', 'Custom shipping method', '3-5 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(3, 'da', 'FedEx 2nd day', '2 days', NULL),
(3, 'de', 'FedEx 2nd day', '2 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(3, 'el', 'FedEx 2nd day', '2 μέρες', NULL),
(3, 'en', 'FedEx 2nd day', '2 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(3, 'es', 'FedEx 2nd day', '2 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(3, 'fr', 'FedEx 2nd day', '2 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(3, 'it', 'FedEx 2nd day', '2 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(3, 'nl', 'FedEx 2nd day', '2 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(3, 'no', 'FedEx 2nd day', '2 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(3, 'pt', 'Fedex ', '2 days', '<p>Delivery time is calculated in business days.</p>\r\n<p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p>\r\n<p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p>\r\n<p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(3, 'ro', 'FedEx în 2 zile', '2 zile', NULL),
(3, 'ru', 'FedEx 2nd day', '2 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(4, 'da', 'UPS 3day Select', '3 days', NULL),
(4, 'de', 'UPS 3day Select', '3 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(4, 'el', 'Επιλογή UPS 3day', '3 μέρες', NULL),
(4, 'en', 'UPS 3day Select', '3 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(4, 'es', 'UPS 3day Select', '3 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(4, 'fr', 'UPS 3day Select', '3 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(4, 'it', 'UPS 3day Select', '3 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(4, 'nl', 'UPS 3day Select', '3 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(4, 'no', 'UPS 3day Select', '3 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(4, 'pt', 'UPS 3day Select', '3 days', '<p>Delivery time is calculated in business days.</p>\r\n<p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p>\r\n<p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p>\r\n<p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(4, 'ro', 'Poștă 3 zile selectate', '3 zile', NULL),
(4, 'ru', 'UPS 3day Select', '3 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(5, 'da', 'USPS Media Mail', '1-2 days', NULL),
(5, 'de', 'USPS Media Mail', '1-2 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(5, 'el', 'USPS Media Mail', '1-2 μέρες', NULL),
(5, 'en', 'USPS Media Mail', '1-2 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(5, 'es', 'USPS Media Mail', '1-2 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(5, 'fr', 'USPS Media Mail', '1-2 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(5, 'it', 'USPS Media Mail', '1-2 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(5, 'nl', 'USPS Media Mail', '1-2 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(5, 'no', 'USPS Media Mail', '1-2 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(5, 'pt', 'USPS Media Mail', '1-2 days', '<p>Delivery time is calculated in business days.</p>\n<p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p>\n<p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p>\n<p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(5, 'ro', 'Poștă Media USPS', '1-2 zile', NULL),
(5, 'ru', 'USPS Media Mail', '1-2 days', '<p>Delivery time is calculated in business days.</p><p>Products in stock will be sent after the payment is verified. Mail service is responsible for the goods during transportation.</p><p>Please, open the package delivered under your order the moment you receive it. If any damage is revealed, make claims against mail service.</p><p>Any questions? Contact our Customer Service at 123-12-23</p>'),
(6, 'da', 'Correios', '3', '<p>Correios do Brasil</p>'),
(6, 'de', 'Correios', '3', '<p>Correios do Brasil</p>'),
(6, 'el', 'Correios', '3', '<p>Correios do Brasil</p>'),
(6, 'en', 'Correios', '3', '<p>Correios do Brasil</p>'),
(6, 'es', 'Correios', '3', '<p>Correios do Brasil</p>'),
(6, 'fr', 'Correios', '3', '<p>Correios do Brasil</p>'),
(6, 'it', 'Correios', '3', '<p>Correios do Brasil</p>'),
(6, 'nl', 'Correios', '3', '<p>Correios do Brasil</p>'),
(6, 'no', 'Correios', '3', '<p>Correios do Brasil</p>'),
(6, 'pt', 'Correios', '10', '<p>Correios do Brasil</p>'),
(6, 'ro', 'Correios', '3', '<p>Correios do Brasil</p>'),
(6, 'ru', 'Correios', '3', '<p>Correios do Brasil</p>'),
(7, 'da', 'Teste Frete', '3 - 10 Dias', '<p>Teste Frete</p>'),
(7, 'de', 'Teste Frete', '3 - 10 Dias', '<p>Teste Frete</p>'),
(7, 'el', 'Teste Frete', '3 - 10 Dias', '<p>Teste Frete</p>'),
(7, 'en', 'Teste Frete', '3 - 10 Dias', '<p>Teste Frete</p>'),
(7, 'es', 'Teste Frete', '3 - 10 Dias', '<p>Teste Frete</p>'),
(7, 'fr', 'Teste Frete', '3 - 10 Dias', '<p>Teste Frete</p>'),
(7, 'it', 'Teste Frete', '3 - 10 Dias', '<p>Teste Frete</p>'),
(7, 'nl', 'Teste Frete', '3 - 10 Dias', '<p>Teste Frete</p>'),
(7, 'no', 'Teste Frete', '3 - 10 Dias', '<p>Teste Frete</p>'),
(7, 'pt', 'Teste Frete', '3 - 10 Dias', '<p>Teste Frete</p>'),
(7, 'ro', 'Teste Frete', '3 - 10 Dias', '<p>Teste Frete</p>'),
(7, 'ru', 'Teste Frete', '3 - 10 Dias', '<p>Teste Frete</p>'),
(8, 'da', 'Pac', '', ''),
(8, 'de', 'Pac', '', ''),
(8, 'el', 'Pac', '', ''),
(8, 'en', 'Pac', '', ''),
(8, 'es', 'Pac', '', ''),
(8, 'fr', 'Pac', '', ''),
(8, 'it', 'Pac', '', ''),
(8, 'nl', 'Pac', '', ''),
(8, 'no', 'Pac', '', ''),
(8, 'pt', 'Pac', '', ''),
(8, 'ro', 'Pac', '', ''),
(8, 'ru', 'Pac', '', ''),
(10, 'da', 'Sedex', '', ''),
(10, 'de', 'Sedex', '', ''),
(10, 'el', 'Sedex', '', ''),
(10, 'en', 'Sedex', '', ''),
(10, 'es', 'Sedex', '', ''),
(10, 'fr', 'Sedex', '', ''),
(10, 'it', 'Sedex', '', ''),
(10, 'nl', 'Sedex', '', ''),
(10, 'no', 'Sedex', '', ''),
(10, 'pt', 'Sedex', '', ''),
(10, 'ro', 'Sedex', '', ''),
(10, 'ru', 'Sedex', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_shipping_rates`
--

CREATE TABLE `partiushop_shipping_rates` (
  `rate_id` mediumint(8) UNSIGNED NOT NULL,
  `shipping_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `destination_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `rate_value` text DEFAULT NULL,
  `base_rate` decimal(12,2) UNSIGNED NOT NULL DEFAULT 0.00
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_shipping_rates`
--

INSERT INTO `partiushop_shipping_rates` (`rate_id`, `shipping_id`, `destination_id`, `rate_value`, `base_rate`) VALUES
(56, 6, 1, 'a:1:{s:1:\"W\";a:1:{i:0;a:4:{s:16:\"range_from_value\";i:0;s:5:\"value\";d:1;s:8:\"per_unit\";s:1:\"Y\";s:14:\"range_to_value\";s:0:\"\";}}}', '0.00'),
(57, 6, 9, 'a:2:{s:1:\"C\";a:1:{i:0;a:4:{s:16:\"range_from_value\";i:0;s:5:\"value\";d:150;s:8:\"per_unit\";s:1:\"N\";s:14:\"range_to_value\";s:0:\"\";}}s:1:\"W\";a:1:{i:0;a:4:{s:16:\"range_from_value\";i:0;s:5:\"value\";d:10;s:8:\"per_unit\";s:1:\"Y\";s:14:\"range_to_value\";s:0:\"\";}}}', '0.00'),
(66, 3, 1, '', '0.00'),
(67, 3, 7, '', '0.00'),
(68, 3, 8, '', '0.00'),
(69, 3, 9, '', '0.00'),
(70, 4, 1, '', '0.00'),
(71, 4, 7, '', '0.00'),
(72, 4, 8, '', '0.00'),
(73, 4, 9, '', '0.00'),
(74, 5, 1, '', '0.00'),
(75, 5, 7, '', '0.00'),
(76, 5, 8, '', '0.00'),
(77, 5, 9, '', '0.00'),
(95, 7, 9, 'a:2:{s:1:\"C\";a:2:{i:0;a:5:{s:16:\"range_from_value\";d:0;s:14:\"range_to_value\";d:100;s:5:\"value\";d:10;s:8:\"per_unit\";s:1:\"N\";s:4:\"type\";s:1:\"F\";}i:100;a:5:{s:16:\"range_from_value\";d:100;s:14:\"range_to_value\";s:0:\"\";s:5:\"value\";d:5;s:8:\"per_unit\";s:1:\"N\";s:4:\"type\";s:1:\"F\";}}s:1:\"W\";a:2:{i:0;a:5:{s:16:\"range_from_value\";d:0;s:14:\"range_to_value\";d:5;s:5:\"value\";d:15;s:8:\"per_unit\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";}i:5;a:5:{s:16:\"range_from_value\";d:5;s:14:\"range_to_value\";s:0:\"\";s:5:\"value\";d:30;s:8:\"per_unit\";s:1:\"Y\";s:4:\"type\";s:1:\"F\";}}}', '0.00'),
(96, 1, 1, 'a:1:{s:1:\"C\";a:2:{i:0;a:5:{s:16:\"range_from_value\";d:0;s:14:\"range_to_value\";d:100;s:5:\"value\";d:0;s:8:\"per_unit\";s:1:\"N\";s:4:\"type\";s:1:\"F\";}i:100;a:5:{s:16:\"range_from_value\";d:100;s:14:\"range_to_value\";s:0:\"\";s:5:\"value\";d:25.449999999999999289457264239899814128875732421875;s:8:\"per_unit\";s:1:\"N\";s:4:\"type\";s:1:\"F\";}}}', '0.00'),
(97, 1, 8, 'a:2:{s:1:\"W\";a:1:{i:0;a:5:{s:16:\"range_from_value\";d:0;s:14:\"range_to_value\";s:0:\"\";s:5:\"value\";d:10;s:8:\"per_unit\";s:1:\"N\";s:4:\"type\";s:1:\"F\";}}s:1:\"I\";a:1:{i:0;a:5:{s:16:\"range_from_value\";i:0;s:14:\"range_to_value\";s:0:\"\";s:5:\"value\";d:15;s:8:\"per_unit\";s:1:\"N\";s:4:\"type\";s:1:\"F\";}}}', '0.00'),
(98, 1, 7, 'a:2:{s:1:\"C\";a:3:{i:0;a:5:{s:16:\"range_from_value\";d:0;s:14:\"range_to_value\";d:30;s:5:\"value\";d:40;s:8:\"per_unit\";s:1:\"N\";s:4:\"type\";s:1:\"F\";}i:30;a:5:{s:16:\"range_from_value\";d:30;s:14:\"range_to_value\";d:50;s:5:\"value\";d:10;s:8:\"per_unit\";s:1:\"N\";s:4:\"type\";s:1:\"F\";}i:50;a:5:{s:16:\"range_from_value\";d:50;s:14:\"range_to_value\";s:0:\"\";s:5:\"value\";d:5;s:8:\"per_unit\";s:1:\"N\";s:4:\"type\";s:1:\"F\";}}s:1:\"I\";a:2:{i:0;a:5:{s:16:\"range_from_value\";i:0;s:14:\"range_to_value\";i:10;s:5:\"value\";d:23;s:8:\"per_unit\";s:1:\"N\";s:4:\"type\";s:1:\"F\";}i:10;a:5:{s:16:\"range_from_value\";i:10;s:14:\"range_to_value\";s:0:\"\";s:5:\"value\";d:15;s:8:\"per_unit\";s:1:\"N\";s:4:\"type\";s:1:\"F\";}}}', '0.00'),
(99, 10, 1, NULL, '0.00'),
(100, 10, 9, NULL, '0.00'),
(101, 10, 8, NULL, '0.00'),
(102, 10, 7, NULL, '0.00'),
(103, 8, 1, NULL, '0.00'),
(104, 8, 9, NULL, '0.00'),
(105, 8, 8, NULL, '0.00'),
(106, 8, 7, NULL, '0.00');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_shipping_services`
--

CREATE TABLE `partiushop_shipping_services` (
  `service_id` mediumint(8) UNSIGNED NOT NULL,
  `status` char(1) NOT NULL DEFAULT 'A',
  `module` varchar(32) NOT NULL DEFAULT '',
  `code` varchar(64) NOT NULL DEFAULT '',
  `sp_file` varchar(32) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_shipping_services`
--

INSERT INTO `partiushop_shipping_services` (`service_id`, `status`, `module`, `code`, `sp_file`) VALUES
(40, 'A', 'usps', 'Global Express Guaranteed GXG', ''),
(41, 'A', 'usps', 'Global Express Guaranteed Non Document Rectangular', ''),
(42, 'A', 'usps', 'Global Express Guaranteed Non Document Non Rectangular', ''),
(43, 'A', 'usps', 'Priority Mail Express International', ''),
(44, 'A', 'usps', 'Express Mail International Flat Rate Envelope', ''),
(45, 'A', 'usps', 'Priority Mail International', ''),
(47, 'A', 'usps', 'Priority Mail Express', ''),
(48, 'A', 'usps', 'Standard Post M', ''),
(49, 'A', 'usps', 'Standard Post N', ''),
(50, 'A', 'usps', 'Media Mail Parcel', ''),
(51, 'A', 'usps', 'Priority Mail', ''),
(52, 'A', 'usps', 'Priority Mail International Flat Rate Envelope', ''),
(53, 'A', 'usps', 'Priority Mail International Flat Rate Box', ''),
(68, 'A', 'usps', 'Bound Printed Matter', ''),
(69, 'A', 'usps', 'Library Mail Parcel', ''),
(70, 'A', 'usps', 'First Class Mail', ''),
(81, 'A', 'ups', '01', ''),
(82, 'A', 'ups', '02', ''),
(83, 'A', 'ups', '03', ''),
(84, 'A', 'ups', '07', ''),
(85, 'A', 'ups', '08', ''),
(86, 'A', 'ups', '11', ''),
(87, 'A', 'ups', '12', ''),
(88, 'A', 'ups', '13', ''),
(89, 'A', 'ups', '14', ''),
(90, 'A', 'ups', '54', ''),
(91, 'A', 'ups', '59', ''),
(92, 'A', 'ups', '65', ''),
(93, 'A', 'ups', '01', ''),
(94, 'A', 'ups', '02', ''),
(95, 'A', 'ups', '03', ''),
(96, 'A', 'ups', '07', ''),
(97, 'A', 'ups', '08', ''),
(98, 'A', 'ups', '14', ''),
(99, 'A', 'ups', '54', ''),
(100, 'A', 'ups', '65', ''),
(101, 'A', 'ups', '01', ''),
(103, 'A', 'ups', '07', ''),
(104, 'A', 'ups', '08', ''),
(105, 'A', 'ups', '11', ''),
(106, 'A', 'ups', '12', ''),
(107, 'A', 'ups', '14', ''),
(108, 'A', 'ups', '65', ''),
(109, 'A', 'ups', '07', ''),
(110, 'A', 'ups', '08', ''),
(111, 'A', 'ups', '54', ''),
(112, 'A', 'ups', '65', ''),
(113, 'A', 'ups', '07', ''),
(114, 'A', 'ups', '08', ''),
(124, 'A', 'ups', '11', ''),
(125, 'A', 'ups', '54', ''),
(126, 'A', 'ups', '65', ''),
(127, 'A', 'ups', '82', ''),
(128, 'A', 'ups', '83', ''),
(130, 'A', 'ups', '85', ''),
(131, 'A', 'ups', '86', ''),
(132, 'A', 'ups', '07', ''),
(133, 'A', 'ups', '08', ''),
(134, 'A', 'ups', '11', ''),
(135, 'A', 'ups', '54', ''),
(136, 'A', 'ups', '65', ''),
(137, 'A', 'ups', '07', ''),
(138, 'A', 'ups', '08', ''),
(139, 'A', 'ups', '11', ''),
(140, 'A', 'ups', '54', ''),
(141, 'A', 'ups', '65', ''),
(167, 'A', 'swisspost', 'int_pr_standart_letter.csv', ''),
(168, 'A', 'swisspost', 'int_ur_goods.csv', ''),
(169, 'A', 'swisspost', 'int_pr_postpac.csv', ''),
(170, 'A', 'swisspost', 'int_ec_standart_letter.csv', ''),
(171, 'A', 'swisspost', 'int_ec_postpac.csv', ''),
(172, 'A', 'swisspost', 'prv_pr_postpac.csv', ''),
(173, 'A', 'swisspost', 'prv_ec_postpac.csv', ''),
(174, 'A', 'swisspost', 'int_ur_goods.csv', ''),
(175, 'A', 'swisspost', 'prv_ec_bulky_goods.csv', ''),
(176, 'A', 'swisspost', 'int_pr_large_letter.csv', ''),
(177, 'A', 'swisspost', 'int_pr_maxi_letter.csv', ''),
(178, 'A', 'swisspost', 'int_ec_large_letter.csv', ''),
(179, 'A', 'swisspost', 'int_ec_maxi_letter.csv', ''),
(204, 'A', 'usps', 'First Class Package International Service', ''),
(208, 'A', 'usps', 'Priority Mail International Small Flat Rate Box', ''),
(209, 'A', 'usps', 'Priority Mail International Medium Flat Rate Box', ''),
(210, 'A', 'usps', 'Priority Mail International Large Flat Rate Box', ''),
(211, 'A', 'usps', 'USPS GXG Envelopes', ''),
(212, 'A', 'fedex', 'PRIORITY_OVERNIGHT', ''),
(213, 'A', 'fedex', 'FEDEX_2_DAY', ''),
(214, 'A', 'fedex', 'FEDEX_EXPRESS_SAVER', ''),
(215, 'A', 'fedex', 'FEDEX_GROUND', ''),
(216, 'A', 'fedex', 'GROUND_HOME_DELIVERY', ''),
(217, 'A', 'fedex', 'STANDARD_OVERNIGHT', ''),
(218, 'A', 'fedex', 'FIRST_OVERNIGHT', ''),
(219, 'A', 'fedex', 'FEDEX_1_DAY_FREIGHT', ''),
(220, 'A', 'fedex', 'FEDEX_2_DAY_FREIGHT', ''),
(221, 'A', 'fedex', 'FEDEX_3_DAY_FREIGHT', ''),
(222, 'A', 'fedex', 'INTERNATIONAL_PRIORITY', ''),
(223, 'A', 'fedex', 'INTERNATIONAL_ECONOMY', ''),
(225, 'A', 'fedex', 'INTERNATIONAL_FIRST', ''),
(226, 'A', 'fedex', 'INTERNATIONAL_PRIORITY_FREIGHT', ''),
(227, 'A', 'fedex', 'INTERNATIONAL_ECONOMY_FREIGHT', ''),
(228, 'A', 'fedex', 'EUROPE_FIRST_INTERNATIONAL_PRIORITY', ''),
(229, 'A', 'fedex', 'SMART_POST', ''),
(233, 'A', 'usps', 'Priority Mail Regional Rate', ''),
(235, 'A', 'temando', '54410_GENERALROAD', ''),
(236, 'A', 'temando', '60005_AIREXPRESS-PRE-SCHEDULEDPICK-UPSONLY', ''),
(237, 'A', 'temando', '60005_1KGSATCHEL-SATCHELREQUIRED', ''),
(238, 'A', 'temando', '60005_3KGSATCHEL-SATCHELREQUIRED', ''),
(239, 'A', 'temando', '60005_5KGSATCHEL-SATCHELREQUIRED', ''),
(240, 'A', 'temando', '60006_AIREXPRESS', ''),
(241, 'A', 'temando', '60006_1KGSATCHEL-SATCHELREQUIRED', ''),
(242, 'A', 'temando', '60006_3KGSATCHEL-SATCHELREQUIRED', ''),
(243, 'A', 'temando', '60006_5KGSATCHEL-SATCHELREQUIRED', ''),
(244, 'A', 'temando', '54381_ROADEXPRESS', ''),
(245, 'A', 'temando', '54381_ROADEXPRESS-CALLBEFOREDELIVERYSERVICE', ''),
(246, 'A', 'temando', '54426_ROADEXPRESS-PRE-SCHEDULEDPICK-UPSONLY', ''),
(247, 'A', 'temando', '54426_ROADEXPRESS(BULK)CALLBEFOREDELIVERYSERVICE', ''),
(248, 'A', 'temando', '60020_ROADEXPRESSPALLET1.4M(HEIGHTMAX)', ''),
(249, 'A', 'temando', '60020_ROADEXPRESSPALLET2.4M(HEIGHTMAX)', ''),
(250, 'A', 'temando', '60008_ALLIEDCOURIERSYDNEY-SAMEDAYSERVICE', ''),
(251, 'A', 'temando', '60010_ALLIEDCOURIERBRISBANE-SAMEDAYSERVICE', ''),
(252, 'A', 'temando', '60012_ALLIEDCOURIERMELBORNE-SAME-DAYSERVICE', ''),
(253, 'A', 'temando', '60014_ALLIEDCOURIERADELAIDE-SAMEDAYSERVICE', ''),
(254, 'A', 'temando', '60016_ALLIEDCOURIERPERTH-SAMEDAYSERVICE', ''),
(255, 'A', 'temando', '54440_EPARCEL-STANDARD', ''),
(256, 'A', 'temando', '54440_EPARCELS4', ''),
(257, 'A', 'temando', '54440_EPARCELS5', ''),
(258, 'A', 'temando', '54440_EPARCELS6-ATL-AUTHORITYTOLEAVE', ''),
(259, 'A', 'temando', '54440_EPARCEL-STANDARDS9', ''),
(260, 'A', 'temando', '54440_EPARCEL-EXPRESSX1', ''),
(261, 'A', 'temando', '54440_EPARCEL-EXPRESSX2', ''),
(262, 'A', 'temando', '54440_EPARCEL-EXPRESSX6', ''),
(263, 'A', 'temando', '54440_EPARCELEXPRESSX5', ''),
(264, 'A', 'temando', '54440_EXPRESSEPARCELX5-AUTHORITYTOLEAVE(ATL)', ''),
(265, 'A', 'temando', '54440_EXPRESSEPARCEL-SATCHELFLATRATEUPTO5KG', ''),
(266, 'A', 'temando', '54440_EPARCEL-WINECARTONS', ''),
(267, 'A', 'temando', '54361_EXPRESS(ROAD)', ''),
(268, 'A', 'temando', '54361_GENERAL(ROAD)', ''),
(269, 'A', 'temando', '54429_1MANTAILGATE', ''),
(270, 'A', 'temando', '54429_2MANTAILGATE', ''),
(271, 'A', 'temando', '54429_ROADEXPRESS', ''),
(272, 'A', 'temando', '54429_PERPALLETRATES', ''),
(273, 'A', 'temando', '54384_EXPRESS(ROAD)', ''),
(274, 'A', 'temando', '54384_GENERAL(ROAD)', ''),
(275, 'A', 'temando', '60018_TRUCKLOAD-BDOUBLE34PALLETMAX(2.4MHIGHMAX))', ''),
(276, 'A', 'temando', '60018_TRUCKLOAD-SINGLE22PALLETMAX,(2.4HIGHMAX)', ''),
(277, 'A', 'temando', '60018_TAILGATELIFTREQUIRED', ''),
(278, 'A', 'temando', '60018_EXPRESS', ''),
(279, 'A', 'temando', '54380_EXPRESS(ROAD)', ''),
(280, 'A', 'temando', '54380_GENERAL(ROAD)', ''),
(281, 'A', 'temando', '54433_SAMEDAY', ''),
(282, 'A', 'temando', '54432_HOMEDELIVERYSERVICE', ''),
(283, 'A', 'temando', '54356_GENERAL(ROAD)', ''),
(284, 'A', 'temando', '54371_SAMEDAYTRUCK<1000KGS', ''),
(285, 'A', 'temando', '54371_SAMEDAYCOURIER<25KGS', ''),
(286, 'A', 'temando', '54371_SAMEDAYUTE/VAN<500KGS', ''),
(287, 'A', 'temando', '54391_PALLETS', ''),
(288, 'A', 'temando', '54453_STANDARD1MANSERVICE(PERMPICKUPSONLY)', ''),
(289, 'A', 'temando', '54453_1MANTAILGATESERVICE(PERMPICKUPONLY)', ''),
(290, 'A', 'temando', '54425_1KGPARCEL', ''),
(291, 'A', 'temando', '54425_SATCHEL1KG(MAXWEIGHT)SATCHELREQUIRED', ''),
(292, 'A', 'temando', '54425_3KGPARCEL', ''),
(293, 'A', 'temando', '54425_SATCHEL3KG(MAXWEIGHT)SATCHELREQUIRED', ''),
(294, 'A', 'temando', '54425_5KGPARCEL', ''),
(295, 'A', 'temando', '54425_SATCHEL5KG(MAXWEIGHT)SATCHELREQUIRED', ''),
(296, 'A', 'temando', '60046_ROADSERVICE', ''),
(297, 'A', 'temando', '60052_ROADSERVICE', ''),
(298, 'A', 'temando', '60053_DIRECTCOURIERS1-2HOURSERVICE', ''),
(299, 'A', 'temando', '60053_DIRECTCOURIERS3-4HOURSERVICE', ''),
(300, 'A', 'temando', '60053_DIRECTCOURIERSASAPSERVICE', ''),
(301, 'A', 'temando', '60061_LOCALDELIVERY(BULKBREAK)', ''),
(302, 'A', 'temando', '54377_GENERAL(ROAD)', ''),
(303, 'A', 'temando', '54448_ROAD', ''),
(304, 'A', 'temando', '54444_A5/1KG-SATCHEL-SATCHELREQUIRED:CONTACTUS', ''),
(305, 'A', 'temando', '54427_METROPARCEL/CARTON', ''),
(306, 'A', 'temando', '54427_PARCEL/CARTON(GR)', ''),
(307, 'A', 'temando', '54427_SHORTHAULPARCEL/CARTON', ''),
(308, 'A', 'temando', '54427_PARCEL/CARTON(OR)', ''),
(309, 'A', 'temando', '54427_MEDIUMHAULPARCEL/CARTON', ''),
(310, 'A', 'temando', '54427_PARCEL/CARTON(R)', ''),
(311, 'A', 'temando', '54427_A2/5KGSATCHEL--SATCHELREQUIRED:CONTACTUS', ''),
(312, 'A', 'temando', '54427_A3/3KGSATCHEL--SATCHELREQUIRED:CONTACTUS', ''),
(313, 'A', 'temando', '54428_METROPARCEL/CARTON', ''),
(314, 'A', 'temando', '54428_DEPOTTODOOR-BULKBREAK', ''),
(315, 'A', 'temando', '54428_DEPOTTODOOR-PERITEM', ''),
(316, 'A', 'temando', '54428_DEPOTTODOOR-SHORTHAUL', ''),
(317, 'A', 'temando', '54329_GENERAL(ROAD)', ''),
(318, 'A', 'temando', '60023_EXPRESS3HOUR(SAMEDAYDELIVERY)', ''),
(319, 'A', 'temando', '60048_EXPRESS3HOUR(SAMEDAYDELIVERY)', ''),
(320, 'A', 'temando', '54398_BULKSERVICE-PRE-SCHEDULEDPICKUPSONLY!', ''),
(321, 'A', 'temando', '54344_GENERAL(ROAD)', ''),
(322, 'A', 'temando', '54379_1TTRAY/ROOFRACKS(250KG)-2HOURTURNAROUND', ''),
(323, 'A', 'temando', '54379_1TONNECOUIER-2HOURTURNAROUND', ''),
(324, 'A', 'temando', '54379_EXPRESSCOURIER-2HRTURNAROUND', ''),
(325, 'A', 'temando', '54379_EXPRESSCOURIERBIKE-1.5HOURSTURNAROUND', ''),
(326, 'A', 'temando', '54379_STANDARDCOURIER-4HRTURNAROUND', ''),
(327, 'A', 'temando', '54379_STANDARDCOURIERBIKE-4HOURS', ''),
(328, 'A', 'temando', '54379_COURIERVAN/TRAY-2HOURTURNAROUND', ''),
(329, 'A', 'temando', '54379_VIP1TONNECOURIER-PRIORITYALLOCATIOIN,DIRECTRU', ''),
(330, 'A', 'temando', '54379_1TTRAY/ROOFRACKS(250KG)PRIORITYALLOC,DIRECTRUN', ''),
(331, 'A', 'temando', '54379_VIPCOURIER-PRIORITYALLOCATION,DIRECTRUN', ''),
(332, 'A', 'temando', '54379_VIPCOURIERBIKE-DIRECTURGENT', ''),
(333, 'A', 'temando', '54379_VIPVAN/TRAY-PRIORITYALLOCATION,DIRECTRUN', ''),
(334, 'A', 'temando', '54457_1TONNECOUIER-3HOURTURN', ''),
(335, 'A', 'temando', '54457_1TTRAY/ROOFRACKS(250KG)-3HOURTURNAROUND', ''),
(336, 'A', 'temando', '54457_EXPRESSCOURIER-2HRTURNAROUND', ''),
(337, 'A', 'temando', '54457_STANDARDCOURIER-4HRS(2HRSCBD)', ''),
(338, 'A', 'temando', '54457_COURIERVAN/TRAY-2HOURTURNAROUND', ''),
(339, 'A', 'temando', '54457_VIP1TONNECOURIER-PRIORITYALLOCATIOIN,DIRECTRU', ''),
(340, 'A', 'temando', '54457_1TTRAY/ROOFRACKS(250KG)PRIORITYALLOC,DIRECTRUN', ''),
(341, 'A', 'temando', '54457_VIPCOURIER-PRIORITYALLOCATION,DIRECTRUN', ''),
(342, 'A', 'temando', '54457_VIPVAN/TRAY-PRIORITYALLOCATION,DIRECTRUN', ''),
(343, 'A', 'temando', '54458_1TONNECOURIER-2HOURTURNAROUND', ''),
(344, 'A', 'temando', '54458_STANDARDCOURIER-2HOURTURNAROUND', ''),
(345, 'A', 'temando', '54458_STANDARDVANORTRAY-2HOURTURNAROUND', ''),
(346, 'A', 'temando', '54458_WAGONVANTRAYCOURIER-2HOURTURNAROUND', ''),
(347, 'A', 'temando', '54358_GENERAL(ROAD)', ''),
(348, 'A', 'temando', '54417_REGIONAL1MANTAILGATE', ''),
(349, 'A', 'temando', '54417_REGIONAL2MANTAILGATE', ''),
(350, 'A', 'temando', '54417_TAILGATESERVICE(2MEN)', ''),
(351, 'A', 'temando', '54417_TAILGATESENSITIVE(1MAN)', ''),
(352, 'A', 'temando', '54357_GENERALRAILSERVICE', ''),
(353, 'A', 'temando', '54357_GENERALROADSERVICE', ''),
(354, 'A', 'temando', '54353_GENERAL(ROAD)', ''),
(355, 'A', 'temando', '54359_EXPRESSPREMIUM(ETAMETROONLY)', ''),
(356, 'A', 'temando', '54359_EXPRESSPREMIUMAAESATCHEL(ETAMETROONLY)', ''),
(357, 'A', 'temando', '54396_EXPRESSPREMIUM(ETAMETROONLY)-AUTHTOLEAVE', ''),
(358, 'A', 'temando', '54396_EXPRESSPREMIUMSATCHEL(ETAISMETRO)-ATL', ''),
(359, 'A', 'temando', '54405_NEXTFLIGHT:EXTRACOSTSAPPLYFORREGIONALAREAS', ''),
(360, 'A', 'temando', '54414_URGENTDIRECTSERVICE(NEXTAVAILALBLEVEHICLE)', ''),
(361, 'A', 'temando', '54414_OVERNIGHTSERVICE', ''),
(362, 'A', 'temando', '54414_SAMEDAYSERVICE(ALLOW5HRSFORDELIVERY)', ''),
(363, 'A', 'temando', '54414_SAMEDAYSERVICE(ALLOW3HRSFORDELIVERY)', ''),
(364, 'A', 'temando', '54397_OVERNIGHTEXPRESS(AIR)', ''),
(365, 'A', 'temando', '54397_DELIVERYBEFORE9AMNEXTDAY(AIR)', ''),
(366, 'A', 'temando', '54397_DELIVERYBEFORE10AMNEXTDAY(AIR)', ''),
(367, 'A', 'temando', '54397_DELIVERYBEFORENOONNEXTDAY(AIR)', ''),
(368, 'A', 'temando', '60027_DELIVERYBEFORE10AMNEXTDAY(AIR)-ATL', ''),
(369, 'A', 'temando', '60027_DELIVERYBEFORENOONNEXTDAY(AIR)-ATL', ''),
(370, 'A', 'temando', '60027_DELIVERYBEFORE9AMNEXTDAY-(AIR)-ATL', ''),
(371, 'A', 'temando', '60027_OVERNIGHTEXPRESS(AIR)-AUTHTOLEAVE(ATL)', ''),
(372, 'A', 'temando', '60032_DELIVERYBEFORE10AMNEXTDAY(AIR)', ''),
(373, 'A', 'temando', '60032_DELIVERYBEFORE9AMNEXTDAY(AIR)', ''),
(374, 'A', 'temando', '60032_DELIVERYBEFORENOONNEXTDAY(AIR)', ''),
(375, 'A', 'temando', '60032_OVERNIGHTEXPRESS(AIR)', ''),
(376, 'A', 'temando', '60037_DELIVERYBEFORE10AMNEXTDAY(AIR)ATL', ''),
(377, 'A', 'temando', '60037_DELIVERYBEFORENOONNEXTDAY(AIR)ATL', ''),
(378, 'A', 'temando', '60037_DELIVERYBEFORE9AMNEXTDAY(AIR)ATL', ''),
(379, 'A', 'temando', '60037_OVERNIGHTEXPRESS(AIR)AUTHORITYTOLEAVE(ATL)', ''),
(380, 'A', 'temando', '54421_ROADEXPRESS', ''),
(381, 'A', 'temando', '54421_OVERNIGHTEXPRESS', ''),
(382, 'A', 'temando', '54421_SAMEDAYTIMECRITICALNATIONWIDE', ''),
(383, 'A', 'temando', '60089_ROADEXPRESS', ''),
(384, 'A', 'dhl', 'X', ''),
(385, 'A', 'dhl', 'P', ''),
(386, 'A', 'dhl', 'U', ''),
(387, 'A', 'dhl', 'K', ''),
(388, 'A', 'dhl', 'L', ''),
(389, 'A', 'dhl', 'T', ''),
(390, 'A', 'dhl', 'N', ''),
(391, 'A', 'dhl', '7', ''),
(392, 'A', 'can', 'DOM.RP', ''),
(393, 'A', 'can', 'DOM.EP', ''),
(394, 'A', 'can', 'DOM.XP', ''),
(395, 'A', 'can', 'DOM.XP.CERT', ''),
(396, 'A', 'can', 'DOM.PC', ''),
(397, 'A', 'can', 'DOM.DT', ''),
(398, 'A', 'can', 'DOM.LIB', ''),
(399, 'A', 'can', 'USA.EP', ''),
(400, 'A', 'can', 'USA.PW.ENV', ''),
(401, 'A', 'can', 'USA.PW.PAK', ''),
(402, 'A', 'can', 'USA.PW.PARCEL', ''),
(403, 'A', 'can', 'USA.SP.AIR', ''),
(404, 'A', 'can', 'USA.TP', ''),
(405, 'A', 'can', 'USA.TP.LVM', ''),
(406, 'A', 'can', 'USA.XP', ''),
(407, 'A', 'can', 'INT.XP', ''),
(408, 'A', 'can', 'INT.IP.AIR', ''),
(409, 'A', 'can', 'INT.IP.SURF', ''),
(410, 'A', 'can', 'INT.PW.ENV', ''),
(411, 'A', 'can', 'INT.PW.PAK', ''),
(412, 'A', 'can', 'INT.PW.PARCEL', ''),
(413, 'A', 'can', 'INT.SP.AIR', ''),
(414, 'A', 'can', 'INT.SP.SURF', ''),
(415, 'A', 'can', 'INT.TP', ''),
(416, 'A', 'aup', 'AUS_PARCEL_REGULAR', ''),
(417, 'A', 'aup', 'AUS_PARCEL_REGULAR_SATCHEL_500G', ''),
(419, 'A', 'aup', 'AUS_PARCEL_REGULAR_SATCHEL_5KG', ''),
(420, 'A', 'aup', 'AUS_PARCEL_EXPRESS', ''),
(421, 'A', 'aup', 'AUS_PARCEL_EXPRESS_SATCHEL_SMALL', ''),
(423, 'A', 'aup', 'AUS_PARCEL_EXPRESS_SATCHEL_EXTRA_LARGE', ''),
(426, 'A', 'aup', 'INT_PARCEL_COR_OWN_PACKAGING', ''),
(427, 'A', 'aup', 'INT_PARCEL_EXP_OWN_PACKAGING', ''),
(428, 'A', 'aup', 'INT_PARCEL_STD_OWN_PACKAGING', ''),
(430, 'A', 'aup', 'INT_PARCEL_SEA_OWN_PACKAGING', ''),
(431, 'A', 'aup', 'AUS_LETTER_REGULAR_SMALL', ''),
(432, 'A', 'aup', 'AUS_LETTER_PRIORITY_SMALL', ''),
(433, 'A', 'aup', 'AUS_LETTER_REGULAR_LARGE_125', ''),
(434, 'A', 'aup', 'AUS_LETTER_PRIORITY_LARGE_125', ''),
(435, 'A', 'aup', 'AUS_LETTER_EXPRESS_SMALL', ''),
(436, 'A', 'aup', 'AUS_LETTER_EXPRESS_MEDIUM', ''),
(437, 'A', 'aup', 'AUS_LETTER_EXPRESS_LARGE', ''),
(438, 'A', 'aup', 'INT_LETTER_COR_OWN_PACKAGING', ''),
(439, 'A', 'aup', 'INT_LETTER_EXP_OWN_PACKAGING', ''),
(440, 'A', 'aup', 'INT_LETTER_REG_SMALL_ENVELOPE', ''),
(441, 'A', 'aup', 'INT_LETTER_REG_LARGE_ENVELOPE', ''),
(442, 'A', 'aup', 'INT_LETTER_AIR_OWN_PACKAGING_LIGHT', ''),
(443, 'A', 'aup', 'INT_LETTER_AIR_OWN_PACKAGING_MEDIUM', ''),
(444, 'A', 'aup', 'INT_LETTER_AIR_OWN_PACKAGING_HEAVY', ''),
(445, 'A', 'ups', '70', ''),
(446, 'A', 'ups', '54', ''),
(447, 'A', 'ups', '70', ''),
(448, 'A', 'ups', '70', ''),
(449, 'A', 'ups', '11', ''),
(450, 'A', 'ups', '70', ''),
(451, 'A', 'ups', '96', ''),
(452, 'A', 'fedex', 'FEDEX_2_DAY_AM', ''),
(453, 'A', 'fedex', 'FEDEX_DISTANCE_DEFERRED', ''),
(454, 'A', 'fedex', 'FEDEX_FIRST_FREIGHT', ''),
(455, 'A', 'fedex', 'FEDEX_FREIGHT_ECONOMY', ''),
(456, 'A', 'fedex', 'FEDEX_FREIGHT_PRIORITY', ''),
(457, 'A', 'fedex', 'FEDEX_NEXT_DAY_AFTERNOON', ''),
(458, 'A', 'fedex', 'FEDEX_NEXT_DAY_EARLY_MORNING', ''),
(459, 'A', 'fedex', 'FEDEX_NEXT_DAY_END_OF_DAY', ''),
(460, 'A', 'fedex', 'FEDEX_NEXT_DAY_FREIGHT', ''),
(461, 'A', 'fedex', 'FEDEX_NEXT_DAY_MID_MORNING', ''),
(462, 'A', 'fedex', 'SAME_DAY', ''),
(463, 'A', 'fedex', 'SAME_DAY_CITY', ''),
(464, 'A', 'store_locator', 'pickup', ''),
(465, 'A', 'aup', 'AUS_PARCEL_REGULAR_SATCHEL_MEDIUM', ''),
(466, 'A', 'aup', 'AUS_PARCEL_REGULAR_SATCHEL_EXTRA_LARGE', ''),
(467, 'A', 'aup', 'AUS_PARCEL_REGULAR_PACKAGE_SMALL', ''),
(468, 'A', 'aup', 'AUS_PARCEL_REGULAR_PACKAGE_LARGE', ''),
(469, 'A', 'aup', 'AUS_PARCEL_REGULAR_PACKAGE_EXTRA_LARGE', ''),
(470, 'A', 'aup', 'AUS_PARCEL_EXPRESS_SATCHEL_MEDIUM', ''),
(471, 'A', 'aup', 'AUS_LETTER_REGULAR_LARGE_250', ''),
(472, 'A', 'aup', 'AUS_LETTER_PRIORITY_LARGE_250', ''),
(473, 'A', 'aup', 'AUS_LETTER_REGULAR_LARGE_500', ''),
(474, 'A', 'aup', 'AUS_LETTER_PRIORITY_LARGE_500', ''),
(159982, 'A', 'correios', '04227', ''),
(162015, 'A', 'correios', '03140', ''),
(162016, 'A', 'correios', '03158', ''),
(162020, 'A', 'correios', '03204', ''),
(162021, 'A', 'correios', '03212', ''),
(162022, 'A', 'correios', '03220', ''),
(162026, 'A', 'correios', '03298', ''),
(162029, 'A', 'correios', '03328', ''),
(162134, 'A', 'correios', '80152', ''),
(162135, 'A', 'correios', '80160', ''),
(162142, 'A', 'correios', '80250', ''),
(162143, 'A', 'correios', '80276', ''),
(162144, 'A', 'correios', '80284', ''),
(162145, 'A', 'correios', '80292', ''),
(162146, 'A', 'dhl', 'D', ''),
(162147, 'A', 'dhl', 'M', ''),
(162148, 'A', 'dhl', 'H', ''),
(162149, 'A', 'dhl', 'E', ''),
(162402, 'A', 'correios', '80900', ''),
(162414, 'A', 'correios', '03662', ''),
(162456, 'A', 'correios', '80080', '');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_shipping_service_descriptions`
--

CREATE TABLE `partiushop_shipping_service_descriptions` (
  `service_id` mediumint(8) UNSIGNED NOT NULL,
  `description` varchar(255) NOT NULL DEFAULT '',
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_shipping_service_descriptions`
--

INSERT INTO `partiushop_shipping_service_descriptions` (`service_id`, `description`, `lang_code`) VALUES
(40, 'USPS Global Express Guaranteed', 'da'),
(40, 'USPS Global Express Guaranteed', 'de'),
(40, 'USPS Global Express Guaranteed', 'el'),
(40, 'USPS Global Express Guaranteed', 'en'),
(40, 'USPS Global Express Guaranteed', 'es'),
(40, 'USPS Global Express Guaranteed', 'fr'),
(40, 'USPS Global Express Guaranteed', 'it'),
(40, 'USPS Global Express Guaranteed', 'nl'),
(40, 'USPS Global Express Guaranteed', 'no'),
(40, 'USPS Global Express Guaranteed', 'pt'),
(40, 'USPS Global Express Guaranteed', 'ro'),
(40, 'USPS Global Express Guaranteed', 'ru'),
(41, 'USPS Global Express Guaranteed Non-Document Rectangular', 'da'),
(41, 'USPS Global Express Guaranteed Non-Document Rectangular', 'de'),
(41, 'USPS Global Express Guaranteed Non-Document Rectangular', 'el'),
(41, 'USPS Global Express Guaranteed Non-Document Rectangular', 'en'),
(41, 'USPS Global Express Guaranteed Non-Document Rectangular', 'es'),
(41, 'USPS Global Express Guaranteed Non-Document Rectangular', 'fr'),
(41, 'USPS Global Express Guaranteed Non-Document Rectangular', 'it'),
(41, 'USPS Global Express Guaranteed Non-Document Rectangular', 'nl'),
(41, 'USPS Global Express Guaranteed Non-Document Rectangular', 'no'),
(41, 'USPS Global Express Guaranteed Non-Document Rectangular', 'pt'),
(41, 'USPS Global Express Guaranteed Non-Document Rectangular', 'ro'),
(41, 'USPS Global Express Guaranteed Non-Document Rectangular', 'ru'),
(42, 'USPS Global Express Guaranteed Non-Document Non-Rectangular', 'da'),
(42, 'USPS Global Express Guaranteed Non-Document Non-Rectangular', 'de'),
(42, 'USPS Global Express Guaranteed Non-Document Non-Rectangular', 'el'),
(42, 'USPS Global Express Guaranteed Non-Document Non-Rectangular', 'en'),
(42, 'USPS Global Express Guaranteed Non-Document Non-Rectangular', 'es'),
(42, 'USPS Global Express Guaranteed Non-Document Non-Rectangular', 'fr'),
(42, 'USPS Global Express Guaranteed Non-Document Non-Rectangular', 'it'),
(42, 'USPS Global Express Guaranteed Non-Document Non-Rectangular', 'nl'),
(42, 'USPS Global Express Guaranteed Non-Document Non-Rectangular', 'no'),
(42, 'USPS Global Express Guaranteed Non-Document Non-Rectangular', 'pt'),
(42, 'USPS Global Express Guaranteed Non-Document Non-Rectangular', 'ro'),
(42, 'USPS Global Express Guaranteed Non-Document Non-Rectangular', 'ru'),
(43, 'USPS Priority Mail Express International', 'da'),
(43, 'USPS Priority Mail Express International', 'de'),
(43, 'USPS Priority Mail Express International', 'el'),
(43, 'USPS Priority Mail Express International', 'en'),
(43, 'USPS Priority Mail Express International', 'es'),
(43, 'USPS Priority Mail Express International', 'fr'),
(43, 'USPS Priority Mail Express International', 'it'),
(43, 'USPS Priority Mail Express International', 'nl'),
(43, 'USPS Priority Mail Express International', 'no'),
(43, 'USPS Priority Mail Express International', 'pt'),
(43, 'USPS Priority Mail Express International', 'ro'),
(43, 'USPS Priority Mail Express International', 'ru'),
(44, 'USPS Express Mail International Flat-Rate Envelope', 'da'),
(44, 'USPS Express Mail International Flat-Rate Envelope', 'de'),
(44, 'USPS Express Mail International Flat-Rate Envelope', 'el'),
(44, 'USPS Express Mail International Flat-Rate Envelope', 'en'),
(44, 'USPS Express Mail International Flat-Rate Envelope', 'es'),
(44, 'USPS Express Mail International Flat-Rate Envelope', 'fr'),
(44, 'USPS Express Mail International Flat-Rate Envelope', 'it'),
(44, 'USPS Express Mail International Flat-Rate Envelope', 'nl'),
(44, 'USPS Express Mail International Flat-Rate Envelope', 'no'),
(44, 'USPS Express Mail International Flat-Rate Envelope', 'pt'),
(44, 'USPS Express Mail International Flat-Rate Envelope', 'ro'),
(44, 'USPS Express Mail International Flat-Rate Envelope', 'ru'),
(45, 'USPS Priority Mail International', 'da'),
(45, 'USPS Priority Mail International', 'de'),
(45, 'USPS Priority Mail International', 'el'),
(45, 'USPS Priority Mail International', 'en'),
(45, 'USPS Priority Mail International', 'es'),
(45, 'USPS Priority Mail International', 'fr'),
(45, 'USPS Priority Mail International', 'it'),
(45, 'USPS Priority Mail International', 'nl'),
(45, 'USPS Priority Mail International', 'no'),
(45, 'USPS Priority Mail International', 'pt'),
(45, 'USPS Priority Mail International', 'ro'),
(45, 'USPS Priority Mail International', 'ru'),
(47, 'USPS Priority Mail Express', 'da'),
(47, 'USPS Priority Mail Express', 'de'),
(47, 'USPS Priority Mail Express', 'el'),
(47, 'USPS Priority Mail Express', 'en'),
(47, 'USPS Priority Mail Express', 'es'),
(47, 'USPS Priority Mail Express', 'fr'),
(47, 'USPS Priority Mail Express', 'it'),
(47, 'USPS Priority Mail Express', 'nl'),
(47, 'USPS Priority Mail Express', 'no'),
(47, 'USPS Priority Mail Express', 'pt'),
(47, 'USPS Priority Mail Express', 'ro'),
(47, 'USPS Priority Mail Express', 'ru'),
(48, 'USPS Standard Machinable', 'da'),
(48, 'USPS Standard Machinable', 'de'),
(48, 'USPS Standard Machinable', 'el'),
(48, 'USPS Standard Machinable', 'en'),
(48, 'USPS Standard Machinable', 'es'),
(48, 'USPS Standard Machinable', 'fr'),
(48, 'USPS Standard Machinable', 'it'),
(48, 'USPS Standard Machinable', 'nl'),
(48, 'USPS Standard Machinable', 'no'),
(48, 'USPS Standard Machinable', 'pt'),
(48, 'USPS Standard Machinable', 'ro'),
(48, 'USPS Standard Machinable', 'ru'),
(49, 'USPS Standard Non Machinable', 'da'),
(49, 'USPS Standard Non Machinable', 'de'),
(49, 'USPS Standard Non Machinable', 'el'),
(49, 'USPS Standard Non Machinable', 'en'),
(49, 'USPS Standard Non Machinable', 'es'),
(49, 'USPS Standard Non Machinable', 'fr'),
(49, 'USPS Standard Non Machinable', 'it'),
(49, 'USPS Standard Non Machinable', 'nl'),
(49, 'USPS Standard Non Machinable', 'no'),
(49, 'USPS Standard Non Machinable', 'pt'),
(49, 'USPS Standard Non Machinable', 'ro'),
(49, 'USPS Standard Non Machinable', 'ru'),
(50, 'USPS Media Mail', 'da'),
(50, 'USPS Media Mail', 'de'),
(50, 'USPS Media Mail', 'el'),
(50, 'USPS Media Mail', 'en'),
(50, 'USPS Media Mail', 'es'),
(50, 'USPS Media Mail', 'fr'),
(50, 'USPS Media Mail', 'it'),
(50, 'USPS Media Mail', 'nl'),
(50, 'USPS Media Mail', 'no'),
(50, 'USPS Media Mail', 'pt'),
(50, 'USPS Media Mail', 'ro'),
(50, 'USPS Media Mail', 'ru'),
(51, 'USPS Priority Mail', 'da'),
(51, 'USPS Priority Mail', 'de'),
(51, 'USPS Priority Mail', 'el'),
(51, 'USPS Priority Mail', 'en'),
(51, 'USPS Priority Mail', 'es'),
(51, 'USPS Priority Mail', 'fr'),
(51, 'USPS Priority Mail', 'it'),
(51, 'USPS Priority Mail', 'nl'),
(51, 'USPS Priority Mail', 'no'),
(51, 'USPS Priority Mail', 'pt'),
(51, 'USPS Priority Mail', 'ro'),
(51, 'USPS Priority Mail', 'ru'),
(52, 'USPS Priority Mail International Flat-Rate Envelope', 'da'),
(52, 'USPS Priority Mail International Flat-Rate Envelope', 'de'),
(52, 'USPS Priority Mail International Flat-Rate Envelope', 'el'),
(52, 'USPS Priority Mail International Flat-Rate Envelope', 'en'),
(52, 'USPS Priority Mail International Flat-Rate Envelope', 'es'),
(52, 'USPS Priority Mail International Flat-Rate Envelope', 'fr'),
(52, 'USPS Priority Mail International Flat-Rate Envelope', 'it'),
(52, 'USPS Priority Mail International Flat-Rate Envelope', 'nl'),
(52, 'USPS Priority Mail International Flat-Rate Envelope', 'no'),
(52, 'USPS Priority Mail International Flat-Rate Envelope', 'pt'),
(52, 'USPS Priority Mail International Flat-Rate Envelope', 'ro'),
(52, 'USPS Priority Mail International Flat-Rate Envelope', 'ru'),
(53, 'USPS Priority Mail International Flat-Rate Box', 'da'),
(53, 'USPS Priority Mail International Flat-Rate Box', 'de'),
(53, 'USPS Priority Mail International Flat-Rate Box', 'el'),
(53, 'USPS Priority Mail International Flat-Rate Box', 'en'),
(53, 'USPS Priority Mail International Flat-Rate Box', 'es'),
(53, 'USPS Priority Mail International Flat-Rate Box', 'fr'),
(53, 'USPS Priority Mail International Flat-Rate Box', 'it'),
(53, 'USPS Priority Mail International Flat-Rate Box', 'nl'),
(53, 'USPS Priority Mail International Flat-Rate Box', 'no'),
(53, 'USPS Priority Mail International Flat-Rate Box', 'pt'),
(53, 'USPS Priority Mail International Flat-Rate Box', 'ro'),
(53, 'USPS Priority Mail International Flat-Rate Box', 'ru'),
(68, 'USPS Bound Printed Matter', 'da'),
(68, 'USPS Bound Printed Matter', 'de'),
(68, 'USPS Bound Printed Matter', 'el'),
(68, 'USPS Bound Printed Matter', 'en'),
(68, 'USPS Bound Printed Matter', 'es'),
(68, 'USPS Bound Printed Matter', 'fr'),
(68, 'USPS Bound Printed Matter', 'it'),
(68, 'USPS Bound Printed Matter', 'nl'),
(68, 'USPS Bound Printed Matter', 'no'),
(68, 'USPS Bound Printed Matter', 'pt'),
(68, 'USPS Bound Printed Matter', 'ro'),
(68, 'USPS Bound Printed Matter', 'ru'),
(69, 'USPS Library Mail', 'da'),
(69, 'USPS Library Mail', 'de'),
(69, 'USPS Library Mail', 'el'),
(69, 'USPS Library Mail', 'en'),
(69, 'USPS Library Mail', 'es'),
(69, 'USPS Library Mail', 'fr'),
(69, 'USPS Library Mail', 'it'),
(69, 'USPS Library Mail', 'nl'),
(69, 'USPS Library Mail', 'no'),
(69, 'USPS Library Mail', 'pt'),
(69, 'USPS Library Mail', 'ro'),
(69, 'USPS Library Mail', 'ru'),
(70, 'USPS First-Class Mail', 'da'),
(70, 'USPS First-Class Mail', 'de'),
(70, 'USPS First-Class Mail', 'el'),
(70, 'USPS First-Class Mail', 'en'),
(70, 'USPS First-Class Mail', 'es'),
(70, 'USPS First-Class Mail', 'fr'),
(70, 'USPS First-Class Mail', 'it'),
(70, 'USPS First-Class Mail', 'nl'),
(70, 'USPS First-Class Mail', 'no'),
(70, 'USPS First-Class Mail', 'pt'),
(70, 'USPS First-Class Mail', 'ro'),
(70, 'USPS First-Class Mail', 'ru'),
(81, 'UPS USA: Next Day Air', 'da'),
(81, 'UPS USA: Next Day Air', 'de'),
(81, 'UPS USA: Next Day Air', 'el'),
(81, 'UPS USA: Next Day Air', 'en'),
(81, 'UPS USA: Next Day Air', 'es'),
(81, 'UPS USA: Next Day Air', 'fr'),
(81, 'UPS USA: Next Day Air', 'it'),
(81, 'UPS USA: Next Day Air', 'nl'),
(81, 'UPS USA: Next Day Air', 'no'),
(81, 'UPS USA: Next Day Air', 'pt'),
(81, 'UPS USA: Next Day Air', 'ro'),
(81, 'UPS USA: Next Day Air', 'ru'),
(82, 'UPS USA: 2nd Day Air.', 'da'),
(82, 'UPS USA: 2nd Day Air.', 'de'),
(82, 'UPS USA: 2nd Day Air.', 'el'),
(82, 'UPS USA: 2nd Day Air.', 'en'),
(82, 'UPS USA: 2nd Day Air.', 'es'),
(82, 'UPS USA: 2nd Day Air.', 'fr'),
(82, 'UPS USA: 2nd Day Air.', 'it'),
(82, 'UPS USA: 2nd Day Air.', 'nl'),
(82, 'UPS USA: 2nd Day Air.', 'no'),
(82, 'UPS USA: 2nd Day Air.', 'pt'),
(82, 'UPS USA: 2nd Day Air.', 'ro'),
(82, 'UPS USA: 2nd Day Air.', 'ru'),
(83, 'UPS USA: Ground', 'da'),
(83, 'UPS USA: Ground', 'de'),
(83, 'UPS USA: Ground', 'el'),
(83, 'UPS USA: Ground', 'en'),
(83, 'UPS USA: Ground', 'es'),
(83, 'UPS USA: Ground', 'fr'),
(83, 'UPS USA: Ground', 'it'),
(83, 'UPS USA: Ground', 'nl'),
(83, 'UPS USA: Ground', 'no'),
(83, 'UPS USA: Ground', 'pt'),
(83, 'UPS USA: Ground', 'ro'),
(83, 'UPS USA: Ground', 'ru'),
(84, 'UPS USA: Worldwide Express SM', 'da'),
(84, 'UPS USA: Worldwide Express SM', 'de'),
(84, 'UPS USA: Worldwide Express SM', 'el'),
(84, 'UPS USA: Worldwide Express SM', 'en'),
(84, 'UPS USA: Worldwide Express SM', 'es'),
(84, 'UPS USA: Worldwide Express SM', 'fr'),
(84, 'UPS USA: Worldwide Express SM', 'it'),
(84, 'UPS USA: Worldwide Express SM', 'nl'),
(84, 'UPS USA: Worldwide Express SM', 'no'),
(84, 'UPS USA: Worldwide Express SM', 'pt'),
(84, 'UPS USA: Worldwide Express SM', 'ro'),
(84, 'UPS USA: Worldwide Express SM', 'ru'),
(85, 'UPS USA: Worldwide Expedited SM', 'da'),
(85, 'UPS USA: Worldwide Expedited SM', 'de'),
(85, 'UPS USA: Worldwide Expedited SM', 'el'),
(85, 'UPS USA: Worldwide Expedited SM', 'en'),
(85, 'UPS USA: Worldwide Expedited SM', 'es'),
(85, 'UPS USA: Worldwide Expedited SM', 'fr'),
(85, 'UPS USA: Worldwide Expedited SM', 'it'),
(85, 'UPS USA: Worldwide Expedited SM', 'nl'),
(85, 'UPS USA: Worldwide Expedited SM', 'no'),
(85, 'UPS USA: Worldwide Expedited SM', 'pt'),
(85, 'UPS USA: Worldwide Expedited SM', 'ro'),
(85, 'UPS USA: Worldwide Expedited SM', 'ru'),
(86, 'UPS USA: Standard', 'da'),
(86, 'UPS USA: Standard', 'de'),
(86, 'UPS USA: Standard', 'el'),
(86, 'UPS USA: Standard', 'en'),
(86, 'UPS USA: Standard', 'es'),
(86, 'UPS USA: Standard', 'fr'),
(86, 'UPS USA: Standard', 'it'),
(86, 'UPS USA: Standard', 'nl'),
(86, 'UPS USA: Standard', 'no'),
(86, 'UPS USA: Standard', 'pt'),
(86, 'UPS USA: Standard', 'ro'),
(86, 'UPS USA: Standard', 'ru'),
(87, 'UPS USA: 3 Day Select', 'da'),
(87, 'UPS USA: 3 Day Select', 'de'),
(87, 'UPS USA: 3 Day Select', 'el'),
(87, 'UPS USA: 3 Day Select', 'en'),
(87, 'UPS USA: 3 Day Select', 'es'),
(87, 'UPS USA: 3 Day Select', 'fr'),
(87, 'UPS USA: 3 Day Select', 'it'),
(87, 'UPS USA: 3 Day Select', 'nl'),
(87, 'UPS USA: 3 Day Select', 'no'),
(87, 'UPS USA: 3 Day Select', 'pt'),
(87, 'UPS USA: 3 Day Select', 'ro'),
(87, 'UPS USA: 3 Day Select', 'ru'),
(88, 'UPS USA: Next Day Air Saver', 'da'),
(88, 'UPS USA: Next Day Air Saver', 'de'),
(88, 'UPS USA: Next Day Air Saver', 'el'),
(88, 'UPS USA: Next Day Air Saver', 'en'),
(88, 'UPS USA: Next Day Air Saver', 'es'),
(88, 'UPS USA: Next Day Air Saver', 'fr'),
(88, 'UPS USA: Next Day Air Saver', 'it'),
(88, 'UPS USA: Next Day Air Saver', 'nl'),
(88, 'UPS USA: Next Day Air Saver', 'no'),
(88, 'UPS USA: Next Day Air Saver', 'pt'),
(88, 'UPS USA: Next Day Air Saver', 'ro'),
(88, 'UPS USA: Next Day Air Saver', 'ru'),
(89, 'UPS USA: Next Day Air Early SM', 'da'),
(89, 'UPS USA: Next Day Air Early SM', 'de'),
(89, 'UPS USA: Next Day Air Early SM', 'el'),
(89, 'UPS USA: Next Day Air Early SM', 'en'),
(89, 'UPS USA: Next Day Air Early SM', 'es'),
(89, 'UPS USA: Next Day Air Early SM', 'fr'),
(89, 'UPS USA: Next Day Air Early SM', 'it'),
(89, 'UPS USA: Next Day Air Early SM', 'nl'),
(89, 'UPS USA: Next Day Air Early SM', 'no'),
(89, 'UPS USA: Next Day Air Early SM', 'pt'),
(89, 'UPS USA: Next Day Air Early SM', 'ro'),
(89, 'UPS USA: Next Day Air Early SM', 'ru'),
(90, 'UPS USA: Worldwide Express Plus SM', 'da'),
(90, 'UPS USA: Worldwide Express Plus SM', 'de'),
(90, 'UPS USA: Worldwide Express Plus SM', 'el'),
(90, 'UPS USA: Worldwide Express Plus SM', 'en'),
(90, 'UPS USA: Worldwide Express Plus SM', 'es'),
(90, 'UPS USA: Worldwide Express Plus SM', 'fr'),
(90, 'UPS USA: Worldwide Express Plus SM', 'it'),
(90, 'UPS USA: Worldwide Express Plus SM', 'nl'),
(90, 'UPS USA: Worldwide Express Plus SM', 'no'),
(90, 'UPS USA: Worldwide Express Plus SM', 'pt'),
(90, 'UPS USA: Worldwide Express Plus SM', 'ro'),
(90, 'UPS USA: Worldwide Express Plus SM', 'ru'),
(91, 'UPS USA: 2nd Day Air A.M.', 'da'),
(91, 'UPS USA: 2nd Day Air A.M.', 'de'),
(91, 'UPS USA: 2nd Day Air A.M.', 'el'),
(91, 'UPS USA: 2nd Day Air A.M.', 'en'),
(91, 'UPS USA: 2nd Day Air A.M.', 'es'),
(91, 'UPS USA: 2nd Day Air A.M.', 'fr'),
(91, 'UPS USA: 2nd Day Air A.M.', 'it'),
(91, 'UPS USA: 2nd Day Air A.M.', 'nl'),
(91, 'UPS USA: 2nd Day Air A.M.', 'no'),
(91, 'UPS USA: 2nd Day Air A.M.', 'pt'),
(91, 'UPS USA: 2nd Day Air A.M.', 'ro'),
(91, 'UPS USA: 2nd Day Air A.M.', 'ru'),
(92, 'UPS USA: Saver', 'da'),
(92, 'UPS USA: Saver', 'de'),
(92, 'UPS USA: Saver', 'el'),
(92, 'UPS USA: Saver', 'en'),
(92, 'UPS USA: Saver', 'es'),
(92, 'UPS USA: Saver', 'fr'),
(92, 'UPS USA: Saver', 'it'),
(92, 'UPS USA: Saver', 'nl'),
(92, 'UPS USA: Saver', 'no'),
(92, 'UPS USA: Saver', 'pt'),
(92, 'UPS USA: Saver', 'ro'),
(92, 'UPS USA: Saver', 'ru'),
(93, 'UPS Puerto Rico: Next Day Air', 'da'),
(93, 'UPS Puerto Rico: Next Day Air', 'de'),
(93, 'UPS Puerto Rico: Next Day Air', 'el'),
(93, 'UPS Puerto Rico: Next Day Air', 'en'),
(93, 'UPS Puerto Rico: Next Day Air', 'es'),
(93, 'UPS Puerto Rico: Next Day Air', 'fr'),
(93, 'UPS Puerto Rico: Next Day Air', 'it'),
(93, 'UPS Puerto Rico: Next Day Air', 'nl'),
(93, 'UPS Puerto Rico: Next Day Air', 'no'),
(93, 'UPS Puerto Rico: Next Day Air', 'pt'),
(93, 'UPS Puerto Rico: Next Day Air', 'ro'),
(93, 'UPS Puerto Rico: Next Day Air', 'ru'),
(94, 'UPS Puerto Rico: 2nd Day Air A.M.', 'da'),
(94, 'UPS Puerto Rico: 2nd Day Air A.M.', 'de'),
(94, 'UPS Puerto Rico: 2nd Day Air A.M.', 'el'),
(94, 'UPS Puerto Rico: 2nd Day Air A.M.', 'en'),
(94, 'UPS Puerto Rico: 2nd Day Air A.M.', 'es'),
(94, 'UPS Puerto Rico: 2nd Day Air A.M.', 'fr'),
(94, 'UPS Puerto Rico: 2nd Day Air A.M.', 'it'),
(94, 'UPS Puerto Rico: 2nd Day Air A.M.', 'nl'),
(94, 'UPS Puerto Rico: 2nd Day Air A.M.', 'no'),
(94, 'UPS Puerto Rico: 2nd Day Air A.M.', 'pt'),
(94, 'UPS Puerto Rico: 2nd Day Air A.M.', 'ro'),
(94, 'UPS Puerto Rico: 2nd Day Air A.M.', 'ru'),
(95, 'UPS Puerto Rico: Ground', 'da'),
(95, 'UPS Puerto Rico: Ground', 'de'),
(95, 'UPS Puerto Rico: Ground', 'el'),
(95, 'UPS Puerto Rico: Ground', 'en'),
(95, 'UPS Puerto Rico: Ground', 'es'),
(95, 'UPS Puerto Rico: Ground', 'fr'),
(95, 'UPS Puerto Rico: Ground', 'it'),
(95, 'UPS Puerto Rico: Ground', 'nl'),
(95, 'UPS Puerto Rico: Ground', 'no'),
(95, 'UPS Puerto Rico: Ground', 'pt'),
(95, 'UPS Puerto Rico: Ground', 'ro'),
(95, 'UPS Puerto Rico: Ground', 'ru'),
(96, 'UPS Puerto Rico: Worldwide Express SM', 'da'),
(96, 'UPS Puerto Rico: Worldwide Express SM', 'de'),
(96, 'UPS Puerto Rico: Worldwide Express SM', 'el'),
(96, 'UPS Puerto Rico: Worldwide Express SM', 'en'),
(96, 'UPS Puerto Rico: Worldwide Express SM', 'es'),
(96, 'UPS Puerto Rico: Worldwide Express SM', 'fr'),
(96, 'UPS Puerto Rico: Worldwide Express SM', 'it'),
(96, 'UPS Puerto Rico: Worldwide Express SM', 'nl'),
(96, 'UPS Puerto Rico: Worldwide Express SM', 'no'),
(96, 'UPS Puerto Rico: Worldwide Express SM', 'pt'),
(96, 'UPS Puerto Rico: Worldwide Express SM', 'ro'),
(96, 'UPS Puerto Rico: Worldwide Express SM', 'ru'),
(97, 'UPS Puerto Rico: Worldwide Expedited SM', 'da'),
(97, 'UPS Puerto Rico: Worldwide Expedited SM', 'de'),
(97, 'UPS Puerto Rico: Worldwide Expedited SM', 'el'),
(97, 'UPS Puerto Rico: Worldwide Expedited SM', 'en'),
(97, 'UPS Puerto Rico: Worldwide Expedited SM', 'es'),
(97, 'UPS Puerto Rico: Worldwide Expedited SM', 'fr'),
(97, 'UPS Puerto Rico: Worldwide Expedited SM', 'it'),
(97, 'UPS Puerto Rico: Worldwide Expedited SM', 'nl'),
(97, 'UPS Puerto Rico: Worldwide Expedited SM', 'no'),
(97, 'UPS Puerto Rico: Worldwide Expedited SM', 'pt'),
(97, 'UPS Puerto Rico: Worldwide Expedited SM', 'ro'),
(97, 'UPS Puerto Rico: Worldwide Expedited SM', 'ru'),
(98, 'UPS Puerto Rico: Next Day Air Early SM', 'da'),
(98, 'UPS Puerto Rico: Next Day Air Early SM', 'de'),
(98, 'UPS Puerto Rico: Next Day Air Early SM', 'el'),
(98, 'UPS Puerto Rico: Next Day Air Early SM', 'en'),
(98, 'UPS Puerto Rico: Next Day Air Early SM', 'es'),
(98, 'UPS Puerto Rico: Next Day Air Early SM', 'fr'),
(98, 'UPS Puerto Rico: Next Day Air Early SM', 'it'),
(98, 'UPS Puerto Rico: Next Day Air Early SM', 'nl'),
(98, 'UPS Puerto Rico: Next Day Air Early SM', 'no'),
(98, 'UPS Puerto Rico: Next Day Air Early SM', 'pt'),
(98, 'UPS Puerto Rico: Next Day Air Early SM', 'ro'),
(98, 'UPS Puerto Rico: Next Day Air Early SM', 'ru'),
(99, 'UPS Puerto Rico: Worldwide Express Plus SM', 'da'),
(99, 'UPS Puerto Rico: Worldwide Express Plus SM', 'de'),
(99, 'UPS Puerto Rico: Worldwide Express Plus SM', 'el'),
(99, 'UPS Puerto Rico: Worldwide Express Plus SM', 'en'),
(99, 'UPS Puerto Rico: Worldwide Express Plus SM', 'es'),
(99, 'UPS Puerto Rico: Worldwide Express Plus SM', 'fr'),
(99, 'UPS Puerto Rico: Worldwide Express Plus SM', 'it'),
(99, 'UPS Puerto Rico: Worldwide Express Plus SM', 'nl'),
(99, 'UPS Puerto Rico: Worldwide Express Plus SM', 'no'),
(99, 'UPS Puerto Rico: Worldwide Express Plus SM', 'pt'),
(99, 'UPS Puerto Rico: Worldwide Express Plus SM', 'ro'),
(99, 'UPS Puerto Rico: Worldwide Express Plus SM', 'ru'),
(100, 'UPS Puerto Rico: Saver', 'da'),
(100, 'UPS Puerto Rico: Saver', 'de'),
(100, 'UPS Puerto Rico: Saver', 'el'),
(100, 'UPS Puerto Rico: Saver', 'en'),
(100, 'UPS Puerto Rico: Saver', 'es'),
(100, 'UPS Puerto Rico: Saver', 'fr'),
(100, 'UPS Puerto Rico: Saver', 'it'),
(100, 'UPS Puerto Rico: Saver', 'nl'),
(100, 'UPS Puerto Rico: Saver', 'no'),
(100, 'UPS Puerto Rico: Saver', 'pt'),
(100, 'UPS Puerto Rico: Saver', 'ro'),
(100, 'UPS Puerto Rico: Saver', 'ru'),
(101, 'UPS Canada: Express', 'da'),
(101, 'UPS Canada: Express', 'de'),
(101, 'UPS Canada: Express', 'el'),
(101, 'UPS Canada: Express', 'en'),
(101, 'UPS Canada: Express', 'es'),
(101, 'UPS Canada: Express', 'fr'),
(101, 'UPS Canada: Express', 'it'),
(101, 'UPS Canada: Express', 'nl'),
(101, 'UPS Canada: Express', 'no'),
(101, 'UPS Canada: Express', 'pt'),
(101, 'UPS Canada: Express', 'ro'),
(101, 'UPS Canada: Express', 'ru'),
(103, 'UPS Canada: Worldwide Express SM', 'da'),
(103, 'UPS Canada: Worldwide Express SM', 'de'),
(103, 'UPS Canada: Worldwide Express SM', 'el'),
(103, 'UPS Canada: Worldwide Express SM', 'en'),
(103, 'UPS Canada: Worldwide Express SM', 'es'),
(103, 'UPS Canada: Worldwide Express SM', 'fr'),
(103, 'UPS Canada: Worldwide Express SM', 'it'),
(103, 'UPS Canada: Worldwide Express SM', 'nl'),
(103, 'UPS Canada: Worldwide Express SM', 'no'),
(103, 'UPS Canada: Worldwide Express SM', 'pt'),
(103, 'UPS Canada: Worldwide Express SM', 'ro'),
(103, 'UPS Canada: Worldwide Express SM', 'ru'),
(104, 'UPS Canada: Worldwide Expedited SM', 'da'),
(104, 'UPS Canada: Worldwide Expedited SM', 'de'),
(104, 'UPS Canada: Worldwide Expedited SM', 'el'),
(104, 'UPS Canada: Worldwide Expedited SM', 'en'),
(104, 'UPS Canada: Worldwide Expedited SM', 'es'),
(104, 'UPS Canada: Worldwide Expedited SM', 'fr'),
(104, 'UPS Canada: Worldwide Expedited SM', 'it'),
(104, 'UPS Canada: Worldwide Expedited SM', 'nl'),
(104, 'UPS Canada: Worldwide Expedited SM', 'no'),
(104, 'UPS Canada: Worldwide Expedited SM', 'pt'),
(104, 'UPS Canada: Worldwide Expedited SM', 'ro'),
(104, 'UPS Canada: Worldwide Expedited SM', 'ru'),
(105, 'UPS Canada: Standard', 'da'),
(105, 'UPS Canada: Standard', 'de'),
(105, 'UPS Canada: Standard', 'el'),
(105, 'UPS Canada: Standard', 'en'),
(105, 'UPS Canada: Standard', 'es'),
(105, 'UPS Canada: Standard', 'fr'),
(105, 'UPS Canada: Standard', 'it'),
(105, 'UPS Canada: Standard', 'nl'),
(105, 'UPS Canada: Standard', 'no'),
(105, 'UPS Canada: Standard', 'pt'),
(105, 'UPS Canada: Standard', 'ro'),
(105, 'UPS Canada: Standard', 'ru'),
(106, 'UPS Canada: 3 Day Select', 'da'),
(106, 'UPS Canada: 3 Day Select', 'de'),
(106, 'UPS Canada: 3 Day Select', 'el'),
(106, 'UPS Canada: 3 Day Select', 'en'),
(106, 'UPS Canada: 3 Day Select', 'es'),
(106, 'UPS Canada: 3 Day Select', 'fr'),
(106, 'UPS Canada: 3 Day Select', 'it'),
(106, 'UPS Canada: 3 Day Select', 'nl'),
(106, 'UPS Canada: 3 Day Select', 'no'),
(106, 'UPS Canada: 3 Day Select', 'pt'),
(106, 'UPS Canada: 3 Day Select', 'ro'),
(106, 'UPS Canada: 3 Day Select', 'ru'),
(107, 'UPS Canada: Express Early A.M. SM', 'da'),
(107, 'UPS Canada: Express Early A.M. SM', 'de'),
(107, 'UPS Canada: Express Early A.M. SM', 'el'),
(107, 'UPS Canada: Express Early A.M. SM', 'en'),
(107, 'UPS Canada: Express Early A.M. SM', 'es'),
(107, 'UPS Canada: Express Early A.M. SM', 'fr'),
(107, 'UPS Canada: Express Early A.M. SM', 'it'),
(107, 'UPS Canada: Express Early A.M. SM', 'nl'),
(107, 'UPS Canada: Express Early A.M. SM', 'no'),
(107, 'UPS Canada: Express Early A.M. SM', 'pt'),
(107, 'UPS Canada: Express Early A.M. SM', 'ro'),
(107, 'UPS Canada: Express Early A.M. SM', 'ru'),
(108, 'UPS Canada: Saver', 'da'),
(108, 'UPS Canada: Saver', 'de'),
(108, 'UPS Canada: Saver', 'el'),
(108, 'UPS Canada: Saver', 'en'),
(108, 'UPS Canada: Saver', 'es'),
(108, 'UPS Canada: Saver', 'fr'),
(108, 'UPS Canada: Saver', 'it'),
(108, 'UPS Canada: Saver', 'nl'),
(108, 'UPS Canada: Saver', 'no'),
(108, 'UPS Canada: Saver', 'pt'),
(108, 'UPS Canada: Saver', 'ro'),
(108, 'UPS Canada: Saver', 'ru'),
(109, 'UPS Mexico: Express', 'da'),
(109, 'UPS Mexico: Express', 'de'),
(109, 'UPS Mexico: Express', 'el'),
(109, 'UPS Mexico: Express', 'en'),
(109, 'UPS Mexico: Express', 'es'),
(109, 'UPS Mexico: Express', 'fr'),
(109, 'UPS Mexico: Express', 'it'),
(109, 'UPS Mexico: Express', 'nl'),
(109, 'UPS Mexico: Express', 'no'),
(109, 'UPS Mexico: Express', 'pt'),
(109, 'UPS Mexico: Express', 'ro'),
(109, 'UPS Mexico: Express', 'ru'),
(110, 'UPS Mexico: Expedited SM', 'da'),
(110, 'UPS Mexico: Expedited SM', 'de'),
(110, 'UPS Mexico: Expedited SM', 'el'),
(110, 'UPS Mexico: Expedited SM', 'en'),
(110, 'UPS Mexico: Expedited SM', 'es'),
(110, 'UPS Mexico: Expedited SM', 'fr'),
(110, 'UPS Mexico: Expedited SM', 'it'),
(110, 'UPS Mexico: Expedited SM', 'nl'),
(110, 'UPS Mexico: Expedited SM', 'no'),
(110, 'UPS Mexico: Expedited SM', 'pt'),
(110, 'UPS Mexico: Expedited SM', 'ro'),
(110, 'UPS Mexico: Expedited SM', 'ru'),
(111, 'UPS Mexico: Express Plus', 'da'),
(111, 'UPS Mexico: Express Plus', 'de'),
(111, 'UPS Mexico: Express Plus', 'el'),
(111, 'UPS Mexico: Express Plus', 'en'),
(111, 'UPS Mexico: Express Plus', 'es'),
(111, 'UPS Mexico: Express Plus', 'fr'),
(111, 'UPS Mexico: Express Plus', 'it'),
(111, 'UPS Mexico: Express Plus', 'nl'),
(111, 'UPS Mexico: Express Plus', 'no'),
(111, 'UPS Mexico: Express Plus', 'pt'),
(111, 'UPS Mexico: Express Plus', 'ro'),
(111, 'UPS Mexico: Express Plus', 'ru'),
(112, 'UPS Mexico: Saver', 'da'),
(112, 'UPS Mexico: Saver', 'de'),
(112, 'UPS Mexico: Saver', 'el'),
(112, 'UPS Mexico: Saver', 'en'),
(112, 'UPS Mexico: Saver', 'es'),
(112, 'UPS Mexico: Saver', 'fr'),
(112, 'UPS Mexico: Saver', 'it'),
(112, 'UPS Mexico: Saver', 'nl'),
(112, 'UPS Mexico: Saver', 'no'),
(112, 'UPS Mexico: Saver', 'pt'),
(112, 'UPS Mexico: Saver', 'ro'),
(112, 'UPS Mexico: Saver', 'ru'),
(113, 'UPS Poland: Express', 'da'),
(113, 'UPS Poland: Express', 'de'),
(113, 'UPS Poland: Express', 'el'),
(113, 'UPS Poland: Express', 'en'),
(113, 'UPS Poland: Express', 'es'),
(113, 'UPS Poland: Express', 'fr'),
(113, 'UPS Poland: Express', 'it'),
(113, 'UPS Poland: Express', 'nl'),
(113, 'UPS Poland: Express', 'no'),
(113, 'UPS Poland: Express', 'pt'),
(113, 'UPS Poland: Express', 'ro'),
(113, 'UPS Poland: Express', 'ru'),
(114, 'UPS Poland: Expedited SM', 'da'),
(114, 'UPS Poland: Expedited SM', 'de'),
(114, 'UPS Poland: Expedited SM', 'el'),
(114, 'UPS Poland: Expedited SM', 'en'),
(114, 'UPS Poland: Expedited SM', 'es'),
(114, 'UPS Poland: Expedited SM', 'fr'),
(114, 'UPS Poland: Expedited SM', 'it'),
(114, 'UPS Poland: Expedited SM', 'nl'),
(114, 'UPS Poland: Expedited SM', 'no'),
(114, 'UPS Poland: Expedited SM', 'pt'),
(114, 'UPS Poland: Expedited SM', 'ro'),
(114, 'UPS Poland: Expedited SM', 'ru'),
(124, 'UPS Poland: Standard', 'da'),
(124, 'UPS Poland: Standard', 'de'),
(124, 'UPS Poland: Standard', 'el'),
(124, 'UPS Poland: Standard', 'en'),
(124, 'UPS Poland: Standard', 'es'),
(124, 'UPS Poland: Standard', 'fr'),
(124, 'UPS Poland: Standard', 'it'),
(124, 'UPS Poland: Standard', 'nl'),
(124, 'UPS Poland: Standard', 'no'),
(124, 'UPS Poland: Standard', 'pt'),
(124, 'UPS Poland: Standard', 'ro'),
(124, 'UPS Poland: Standard', 'ru'),
(125, 'UPS Poland: Worldwide Express Plus SM', 'da'),
(125, 'UPS Poland: Worldwide Express Plus SM', 'de'),
(125, 'UPS Poland: Worldwide Express Plus SM', 'el'),
(125, 'UPS Poland: Worldwide Express Plus SM', 'en'),
(125, 'UPS Poland: Worldwide Express Plus SM', 'es'),
(125, 'UPS Poland: Worldwide Express Plus SM', 'fr'),
(125, 'UPS Poland: Worldwide Express Plus SM', 'it'),
(125, 'UPS Poland: Worldwide Express Plus SM', 'nl'),
(125, 'UPS Poland: Worldwide Express Plus SM', 'no'),
(125, 'UPS Poland: Worldwide Express Plus SM', 'pt'),
(125, 'UPS Poland: Worldwide Express Plus SM', 'ro'),
(125, 'UPS Poland: Worldwide Express Plus SM', 'ru'),
(126, 'UPS Poland: Saver', 'da'),
(126, 'UPS Poland: Saver', 'de'),
(126, 'UPS Poland: Saver', 'el'),
(126, 'UPS Poland: Saver', 'en'),
(126, 'UPS Poland: Saver', 'es'),
(126, 'UPS Poland: Saver', 'fr'),
(126, 'UPS Poland: Saver', 'it'),
(126, 'UPS Poland: Saver', 'nl'),
(126, 'UPS Poland: Saver', 'no'),
(126, 'UPS Poland: Saver', 'pt'),
(126, 'UPS Poland: Saver', 'ro'),
(126, 'UPS Poland: Saver', 'ru'),
(127, 'UPS Poland: Today Standard', 'da'),
(127, 'UPS Poland: Today Standard', 'de'),
(127, 'UPS Poland: Today Standard', 'el'),
(127, 'UPS Poland: Today Standard', 'en'),
(127, 'UPS Poland: Today Standard', 'es'),
(127, 'UPS Poland: Today Standard', 'fr'),
(127, 'UPS Poland: Today Standard', 'it'),
(127, 'UPS Poland: Today Standard', 'nl'),
(127, 'UPS Poland: Today Standard', 'no'),
(127, 'UPS Poland: Today Standard', 'pt'),
(127, 'UPS Poland: Today Standard', 'ro'),
(127, 'UPS Poland: Today Standard', 'ru'),
(128, 'UPS Poland: Today Dedicated Courrier', 'da'),
(128, 'UPS Poland: Today Dedicated Courrier', 'de'),
(128, 'UPS Poland: Today Dedicated Courrier', 'el'),
(128, 'UPS Poland: Today Dedicated Courrier', 'en'),
(128, 'UPS Poland: Today Dedicated Courrier', 'es'),
(128, 'UPS Poland: Today Dedicated Courrier', 'fr'),
(128, 'UPS Poland: Today Dedicated Courrier', 'it'),
(128, 'UPS Poland: Today Dedicated Courrier', 'nl'),
(128, 'UPS Poland: Today Dedicated Courrier', 'no'),
(128, 'UPS Poland: Today Dedicated Courrier', 'pt'),
(128, 'UPS Poland: Today Dedicated Courrier', 'ro'),
(128, 'UPS Poland: Today Dedicated Courrier', 'ru'),
(130, 'UPS Poland: Today Express', 'da'),
(130, 'UPS Poland: Today Express', 'de'),
(130, 'UPS Poland: Today Express', 'el'),
(130, 'UPS Poland: Today Express', 'en'),
(130, 'UPS Poland: Today Express', 'es'),
(130, 'UPS Poland: Today Express', 'fr'),
(130, 'UPS Poland: Today Express', 'it'),
(130, 'UPS Poland: Today Express', 'nl'),
(130, 'UPS Poland: Today Express', 'no'),
(130, 'UPS Poland: Today Express', 'pt'),
(130, 'UPS Poland: Today Express', 'ro'),
(130, 'UPS Poland: Today Express', 'ru'),
(131, 'UPS Poland: Today Express Saver', 'da'),
(131, 'UPS Poland: Today Express Saver', 'de'),
(131, 'UPS Poland: Today Express Saver', 'el'),
(131, 'UPS Poland: Today Express Saver', 'en'),
(131, 'UPS Poland: Today Express Saver', 'es'),
(131, 'UPS Poland: Today Express Saver', 'fr'),
(131, 'UPS Poland: Today Express Saver', 'it'),
(131, 'UPS Poland: Today Express Saver', 'nl'),
(131, 'UPS Poland: Today Express Saver', 'no'),
(131, 'UPS Poland: Today Express Saver', 'pt'),
(131, 'UPS Poland: Today Express Saver', 'ro'),
(131, 'UPS Poland: Today Express Saver', 'ru'),
(132, 'UPS Europe: Express', 'da'),
(132, 'UPS Europe: Express', 'de'),
(132, 'UPS Europe: Express', 'el'),
(132, 'UPS Europe: Express', 'en'),
(132, 'UPS Europe: Express', 'es'),
(132, 'UPS Europe: Express', 'fr'),
(132, 'UPS Europe: Express', 'it'),
(132, 'UPS Europe: Express', 'nl'),
(132, 'UPS Europe: Express', 'no'),
(132, 'UPS Europe: Express', 'pt'),
(132, 'UPS Europe: Express', 'ro'),
(132, 'UPS Europe: Express', 'ru'),
(133, 'UPS Europe: Expedited SM', 'da'),
(133, 'UPS Europe: Expedited SM', 'de'),
(133, 'UPS Europe: Expedited SM', 'el'),
(133, 'UPS Europe: Expedited SM', 'en'),
(133, 'UPS Europe: Expedited SM', 'es'),
(133, 'UPS Europe: Expedited SM', 'fr'),
(133, 'UPS Europe: Expedited SM', 'it'),
(133, 'UPS Europe: Expedited SM', 'nl'),
(133, 'UPS Europe: Expedited SM', 'no'),
(133, 'UPS Europe: Expedited SM', 'pt'),
(133, 'UPS Europe: Expedited SM', 'ro'),
(133, 'UPS Europe: Expedited SM', 'ru'),
(134, 'UPS Europe: Standard', 'da'),
(134, 'UPS Europe: Standard', 'de'),
(134, 'UPS Europe: Standard', 'el'),
(134, 'UPS Europe: Standard', 'en'),
(134, 'UPS Europe: Standard', 'es'),
(134, 'UPS Europe: Standard', 'fr'),
(134, 'UPS Europe: Standard', 'it'),
(134, 'UPS Europe: Standard', 'nl'),
(134, 'UPS Europe: Standard', 'no'),
(134, 'UPS Europe: Standard', 'pt'),
(134, 'UPS Europe: Standard', 'ro'),
(134, 'UPS Europe: Standard', 'ru'),
(135, 'UPS Europe: Worldwide Express Plus SM', 'da'),
(135, 'UPS Europe: Worldwide Express Plus SM', 'de'),
(135, 'UPS Europe: Worldwide Express Plus SM', 'el'),
(135, 'UPS Europe: Worldwide Express Plus SM', 'en'),
(135, 'UPS Europe: Worldwide Express Plus SM', 'es'),
(135, 'UPS Europe: Worldwide Express Plus SM', 'fr'),
(135, 'UPS Europe: Worldwide Express Plus SM', 'it'),
(135, 'UPS Europe: Worldwide Express Plus SM', 'nl'),
(135, 'UPS Europe: Worldwide Express Plus SM', 'no'),
(135, 'UPS Europe: Worldwide Express Plus SM', 'pt'),
(135, 'UPS Europe: Worldwide Express Plus SM', 'ro'),
(135, 'UPS Europe: Worldwide Express Plus SM', 'ru'),
(136, 'UPS Europe: Saver', 'da'),
(136, 'UPS Europe: Saver', 'de'),
(136, 'UPS Europe: Saver', 'el'),
(136, 'UPS Europe: Saver', 'en'),
(136, 'UPS Europe: Saver', 'es'),
(136, 'UPS Europe: Saver', 'fr'),
(136, 'UPS Europe: Saver', 'it'),
(136, 'UPS Europe: Saver', 'nl'),
(136, 'UPS Europe: Saver', 'no'),
(136, 'UPS Europe: Saver', 'pt'),
(136, 'UPS Europe: Saver', 'ro'),
(136, 'UPS Europe: Saver', 'ru'),
(137, 'UPS Other: Express', 'da'),
(137, 'UPS Other: Express', 'de'),
(137, 'UPS Other: Express', 'el'),
(137, 'UPS Other: Express', 'en'),
(137, 'UPS Other: Express', 'es'),
(137, 'UPS Other: Express', 'fr'),
(137, 'UPS Other: Express', 'it'),
(137, 'UPS Other: Express', 'nl'),
(137, 'UPS Other: Express', 'no'),
(137, 'UPS Other: Express', 'pt'),
(137, 'UPS Other: Express', 'ro'),
(137, 'UPS Other: Express', 'ru'),
(138, 'UPS Other: Worldwide Expedited SM', 'da'),
(138, 'UPS Other: Worldwide Expedited SM', 'de'),
(138, 'UPS Other: Worldwide Expedited SM', 'el'),
(138, 'UPS Other: Worldwide Expedited SM', 'en'),
(138, 'UPS Other: Worldwide Expedited SM', 'es'),
(138, 'UPS Other: Worldwide Expedited SM', 'fr'),
(138, 'UPS Other: Worldwide Expedited SM', 'it'),
(138, 'UPS Other: Worldwide Expedited SM', 'nl'),
(138, 'UPS Other: Worldwide Expedited SM', 'no'),
(138, 'UPS Other: Worldwide Expedited SM', 'pt'),
(138, 'UPS Other: Worldwide Expedited SM', 'ro'),
(138, 'UPS Other: Worldwide Expedited SM', 'ru'),
(139, 'UPS Other: Standard', 'da'),
(139, 'UPS Other: Standard', 'de'),
(139, 'UPS Other: Standard', 'el'),
(139, 'UPS Other: Standard', 'en'),
(139, 'UPS Other: Standard', 'es'),
(139, 'UPS Other: Standard', 'fr'),
(139, 'UPS Other: Standard', 'it'),
(139, 'UPS Other: Standard', 'nl'),
(139, 'UPS Other: Standard', 'no'),
(139, 'UPS Other: Standard', 'pt'),
(139, 'UPS Other: Standard', 'ro'),
(139, 'UPS Other: Standard', 'ru'),
(140, 'UPS Other: Worldwide Express Plus SM', 'da'),
(140, 'UPS Other: Worldwide Express Plus SM', 'de'),
(140, 'UPS Other: Worldwide Express Plus SM', 'el'),
(140, 'UPS Other: Worldwide Express Plus SM', 'en'),
(140, 'UPS Other: Worldwide Express Plus SM', 'es'),
(140, 'UPS Other: Worldwide Express Plus SM', 'fr'),
(140, 'UPS Other: Worldwide Express Plus SM', 'it'),
(140, 'UPS Other: Worldwide Express Plus SM', 'nl'),
(140, 'UPS Other: Worldwide Express Plus SM', 'no'),
(140, 'UPS Other: Worldwide Express Plus SM', 'pt'),
(140, 'UPS Other: Worldwide Express Plus SM', 'ro'),
(140, 'UPS Other: Worldwide Express Plus SM', 'ru'),
(141, 'UPS Other: Saver', 'da'),
(141, 'UPS Other: Saver', 'de'),
(141, 'UPS Other: Saver', 'el'),
(141, 'UPS Other: Saver', 'en'),
(141, 'UPS Other: Saver', 'es'),
(141, 'UPS Other: Saver', 'fr'),
(141, 'UPS Other: Saver', 'it'),
(141, 'UPS Other: Saver', 'nl'),
(141, 'UPS Other: Saver', 'no'),
(141, 'UPS Other: Saver', 'pt'),
(141, 'UPS Other: Saver', 'ro'),
(141, 'UPS Other: Saver', 'ru'),
(167, 'Swiss Post International PRIORITY Standart letter', 'da'),
(167, 'Swiss Post International PRIORITY Standart letter', 'de'),
(167, 'Swiss Post International PRIORITY Standart letter', 'el'),
(167, 'Swiss Post International PRIORITY Standart letter', 'en'),
(167, 'Swiss Post International PRIORITY Standart letter', 'es'),
(167, 'Swiss Post International PRIORITY Standart letter', 'fr'),
(167, 'Swiss Post International PRIORITY Standart letter', 'it'),
(167, 'Swiss Post International PRIORITY Standart letter', 'nl'),
(167, 'Swiss Post International PRIORITY Standart letter', 'no'),
(167, 'Swiss Post International PRIORITY Standart letter', 'pt'),
(167, 'Swiss Post International PRIORITY Standart letter', 'ro'),
(167, 'Swiss Post International PRIORITY Standart letter', 'ru'),
(168, 'Swiss Post International Document URGENT', 'da'),
(168, 'Swiss Post International Document URGENT', 'de'),
(168, 'Swiss Post International Document URGENT', 'el'),
(168, 'Swiss Post International Document URGENT', 'en'),
(168, 'Swiss Post International Document URGENT', 'es'),
(168, 'Swiss Post International Document URGENT', 'fr'),
(168, 'Swiss Post International Document URGENT', 'it'),
(168, 'Swiss Post International Document URGENT', 'nl'),
(168, 'Swiss Post International Document URGENT', 'no'),
(168, 'Swiss Post International Document URGENT', 'pt'),
(168, 'Swiss Post International Document URGENT', 'ro'),
(168, 'Swiss Post International Document URGENT', 'ru'),
(169, 'Swiss Post International PostPac PRIORITY', 'da'),
(169, 'Swiss Post International PostPac PRIORITY', 'de'),
(169, 'Swiss Post International PostPac PRIORITY', 'el'),
(169, 'Swiss Post International PostPac PRIORITY', 'en'),
(169, 'Swiss Post International PostPac PRIORITY', 'es'),
(169, 'Swiss Post International PostPac PRIORITY', 'fr'),
(169, 'Swiss Post International PostPac PRIORITY', 'it'),
(169, 'Swiss Post International PostPac PRIORITY', 'nl'),
(169, 'Swiss Post International PostPac PRIORITY', 'no'),
(169, 'Swiss Post International PostPac PRIORITY', 'pt'),
(169, 'Swiss Post International PostPac PRIORITY', 'ro'),
(169, 'Swiss Post International PostPac PRIORITY', 'ru'),
(170, 'Swiss Post International ECONOMY Standart letter', 'da'),
(170, 'Swiss Post International ECONOMY Standart letter', 'de'),
(170, 'Swiss Post International ECONOMY Standart letter', 'el'),
(170, 'Swiss Post International ECONOMY Standart letter', 'en'),
(170, 'Swiss Post International ECONOMY Standart letter', 'es'),
(170, 'Swiss Post International ECONOMY Standart letter', 'fr'),
(170, 'Swiss Post International ECONOMY Standart letter', 'it'),
(170, 'Swiss Post International ECONOMY Standart letter', 'nl'),
(170, 'Swiss Post International ECONOMY Standart letter', 'no'),
(170, 'Swiss Post International ECONOMY Standart letter', 'pt'),
(170, 'Swiss Post International ECONOMY Standart letter', 'ro'),
(170, 'Swiss Post International ECONOMY Standart letter', 'ru'),
(171, 'Swiss Post International PostPac ECONOMY', 'da'),
(171, 'Swiss Post International PostPac ECONOMY', 'de'),
(171, 'Swiss Post International PostPac ECONOMY', 'el'),
(171, 'Swiss Post International PostPac ECONOMY', 'en'),
(171, 'Swiss Post International PostPac ECONOMY', 'es'),
(171, 'Swiss Post International PostPac ECONOMY', 'fr'),
(171, 'Swiss Post International PostPac ECONOMY', 'it'),
(171, 'Swiss Post International PostPac ECONOMY', 'nl'),
(171, 'Swiss Post International PostPac ECONOMY', 'no'),
(171, 'Swiss Post International PostPac ECONOMY', 'pt'),
(171, 'Swiss Post International PostPac ECONOMY', 'ro'),
(171, 'Swiss Post International PostPac ECONOMY', 'ru'),
(172, 'Swiss Post Private Customers PostPac PRIORITY', 'da'),
(172, 'Swiss Post Private Customers PostPac PRIORITY', 'de'),
(172, 'Swiss Post Private Customers PostPac PRIORITY', 'el'),
(172, 'Swiss Post Private Customers PostPac PRIORITY', 'en'),
(172, 'Swiss Post Private Customers PostPac PRIORITY', 'es'),
(172, 'Swiss Post Private Customers PostPac PRIORITY', 'fr'),
(172, 'Swiss Post Private Customers PostPac PRIORITY', 'it'),
(172, 'Swiss Post Private Customers PostPac PRIORITY', 'nl'),
(172, 'Swiss Post Private Customers PostPac PRIORITY', 'no'),
(172, 'Swiss Post Private Customers PostPac PRIORITY', 'pt'),
(172, 'Swiss Post Private Customers PostPac PRIORITY', 'ro'),
(172, 'Swiss Post Private Customers PostPac PRIORITY', 'ru'),
(173, 'Swiss Post Private Customers PostPac ECONOMY', 'da'),
(173, 'Swiss Post Private Customers PostPac ECONOMY', 'de'),
(173, 'Swiss Post Private Customers PostPac ECONOMY', 'el'),
(173, 'Swiss Post Private Customers PostPac ECONOMY', 'en'),
(173, 'Swiss Post Private Customers PostPac ECONOMY', 'es'),
(173, 'Swiss Post Private Customers PostPac ECONOMY', 'fr'),
(173, 'Swiss Post Private Customers PostPac ECONOMY', 'it'),
(173, 'Swiss Post Private Customers PostPac ECONOMY', 'nl'),
(173, 'Swiss Post Private Customers PostPac ECONOMY', 'no'),
(173, 'Swiss Post Private Customers PostPac ECONOMY', 'pt'),
(173, 'Swiss Post Private Customers PostPac ECONOMY', 'ro'),
(173, 'Swiss Post Private Customers PostPac ECONOMY', 'ru'),
(174, 'Swiss Post International URGENT goods', 'da'),
(174, 'Swiss Post International URGENT goods', 'de'),
(174, 'Swiss Post International URGENT goods', 'el'),
(174, 'Swiss Post International URGENT goods', 'en'),
(174, 'Swiss Post International URGENT goods', 'es'),
(174, 'Swiss Post International URGENT goods', 'fr'),
(174, 'Swiss Post International URGENT goods', 'it'),
(174, 'Swiss Post International URGENT goods', 'nl'),
(174, 'Swiss Post International URGENT goods', 'no'),
(174, 'Swiss Post International URGENT goods', 'pt'),
(174, 'Swiss Post International URGENT goods', 'ro'),
(174, 'Swiss Post International URGENT goods', 'ru'),
(175, 'Swiss Post Private Customers Bulky Goods ECONOMY', 'da'),
(175, 'Swiss Post Private Customers Bulky Goods ECONOMY', 'de'),
(175, 'Swiss Post Private Customers Bulky Goods ECONOMY', 'el'),
(175, 'Swiss Post Private Customers Bulky Goods ECONOMY', 'en'),
(175, 'Swiss Post Private Customers Bulky Goods ECONOMY', 'es'),
(175, 'Swiss Post Private Customers Bulky Goods ECONOMY', 'fr'),
(175, 'Swiss Post Private Customers Bulky Goods ECONOMY', 'it'),
(175, 'Swiss Post Private Customers Bulky Goods ECONOMY', 'nl'),
(175, 'Swiss Post Private Customers Bulky Goods ECONOMY', 'no'),
(175, 'Swiss Post Private Customers Bulky Goods ECONOMY', 'pt'),
(175, 'Swiss Post Private Customers Bulky Goods ECONOMY', 'ro'),
(175, 'Swiss Post Private Customers Bulky Goods ECONOMY', 'ru'),
(176, 'Swiss Post International PRIORITY Large letter', 'da'),
(176, 'Swiss Post International PRIORITY Large letter', 'de'),
(176, 'Swiss Post International PRIORITY Large letter', 'el'),
(176, 'Swiss Post International PRIORITY Large letter', 'en'),
(176, 'Swiss Post International PRIORITY Large letter', 'es'),
(176, 'Swiss Post International PRIORITY Large letter', 'fr'),
(176, 'Swiss Post International PRIORITY Large letter', 'it'),
(176, 'Swiss Post International PRIORITY Large letter', 'nl'),
(176, 'Swiss Post International PRIORITY Large letter', 'no'),
(176, 'Swiss Post International PRIORITY Large letter', 'pt'),
(176, 'Swiss Post International PRIORITY Large letter', 'ro'),
(176, 'Swiss Post International PRIORITY Large letter', 'ru'),
(177, 'Swiss Post International PRIORITY Maxi letter', 'da'),
(177, 'Swiss Post International PRIORITY Maxi letter', 'de'),
(177, 'Swiss Post International PRIORITY Maxi letter', 'el'),
(177, 'Swiss Post International PRIORITY Maxi letter', 'en'),
(177, 'Swiss Post International PRIORITY Maxi letter', 'es'),
(177, 'Swiss Post International PRIORITY Maxi letter', 'fr'),
(177, 'Swiss Post International PRIORITY Maxi letter', 'it'),
(177, 'Swiss Post International PRIORITY Maxi letter', 'nl'),
(177, 'Swiss Post International PRIORITY Maxi letter', 'no'),
(177, 'Swiss Post International PRIORITY Maxi letter', 'pt'),
(177, 'Swiss Post International PRIORITY Maxi letter', 'ro'),
(177, 'Swiss Post International PRIORITY Maxi letter', 'ru'),
(178, 'Swiss Post International ECONOMY Large letter', 'da'),
(178, 'Swiss Post International ECONOMY Large letter', 'de'),
(178, 'Swiss Post International ECONOMY Large letter', 'el'),
(178, 'Swiss Post International ECONOMY Large letter', 'en'),
(178, 'Swiss Post International ECONOMY Large letter', 'es'),
(178, 'Swiss Post International ECONOMY Large letter', 'fr'),
(178, 'Swiss Post International ECONOMY Large letter', 'it'),
(178, 'Swiss Post International ECONOMY Large letter', 'nl'),
(178, 'Swiss Post International ECONOMY Large letter', 'no'),
(178, 'Swiss Post International ECONOMY Large letter', 'pt'),
(178, 'Swiss Post International ECONOMY Large letter', 'ro'),
(178, 'Swiss Post International ECONOMY Large letter', 'ru'),
(179, 'Swiss Post International ECONOMY Maxi letter', 'da'),
(179, 'Swiss Post International ECONOMY Maxi letter', 'de'),
(179, 'Swiss Post International ECONOMY Maxi letter', 'el'),
(179, 'Swiss Post International ECONOMY Maxi letter', 'en'),
(179, 'Swiss Post International ECONOMY Maxi letter', 'es'),
(179, 'Swiss Post International ECONOMY Maxi letter', 'fr'),
(179, 'Swiss Post International ECONOMY Maxi letter', 'it'),
(179, 'Swiss Post International ECONOMY Maxi letter', 'nl'),
(179, 'Swiss Post International ECONOMY Maxi letter', 'no'),
(179, 'Swiss Post International ECONOMY Maxi letter', 'pt'),
(179, 'Swiss Post International ECONOMY Maxi letter', 'ro'),
(179, 'Swiss Post International ECONOMY Maxi letter', 'ru'),
(204, 'USPS First-Class Package International Service', 'da'),
(204, 'USPS First-Class Package International Service', 'de'),
(204, 'USPS First-Class Package International Service', 'el'),
(204, 'USPS First-Class Package International Service', 'en'),
(204, 'USPS First-Class Package International Service', 'es'),
(204, 'USPS First-Class Package International Service', 'fr'),
(204, 'USPS First-Class Package International Service', 'it'),
(204, 'USPS First-Class Package International Service', 'nl'),
(204, 'USPS First-Class Package International Service', 'no'),
(204, 'USPS First-Class Package International Service', 'pt'),
(204, 'USPS First-Class Package International Service', 'ro'),
(204, 'USPS First-Class Package International Service', 'ru'),
(208, 'USPS Priority Mail International Small Flat Rate Box', 'da'),
(208, 'USPS Priority Mail International Small Flat Rate Box', 'de'),
(208, 'USPS Priority Mail International Small Flat Rate Box', 'el'),
(208, 'USPS Priority Mail International Small Flat Rate Box', 'en'),
(208, 'USPS Priority Mail International Small Flat Rate Box', 'es'),
(208, 'USPS Priority Mail International Small Flat Rate Box', 'fr'),
(208, 'USPS Priority Mail International Small Flat Rate Box', 'it'),
(208, 'USPS Priority Mail International Small Flat Rate Box', 'nl'),
(208, 'USPS Priority Mail International Small Flat Rate Box', 'no'),
(208, 'USPS Priority Mail International Small Flat Rate Box', 'pt'),
(208, 'USPS Priority Mail International Small Flat Rate Box', 'ro'),
(208, 'USPS Priority Mail International Small Flat Rate Box', 'ru'),
(209, 'USPS Priority Mail International Medium Flat Rate Box', 'da'),
(209, 'USPS Priority Mail International Medium Flat Rate Box', 'de'),
(209, 'USPS Priority Mail International Medium Flat Rate Box', 'el'),
(209, 'USPS Priority Mail International Medium Flat Rate Box', 'en'),
(209, 'USPS Priority Mail International Medium Flat Rate Box', 'es'),
(209, 'USPS Priority Mail International Medium Flat Rate Box', 'fr'),
(209, 'USPS Priority Mail International Medium Flat Rate Box', 'it'),
(209, 'USPS Priority Mail International Medium Flat Rate Box', 'nl'),
(209, 'USPS Priority Mail International Medium Flat Rate Box', 'no'),
(209, 'USPS Priority Mail International Medium Flat Rate Box', 'pt'),
(209, 'USPS Priority Mail International Medium Flat Rate Box', 'ro'),
(209, 'USPS Priority Mail International Medium Flat Rate Box', 'ru'),
(210, 'USPS Priority Mail International Large Flat Rate Box', 'da'),
(210, 'USPS Priority Mail International Large Flat Rate Box', 'de'),
(210, 'USPS Priority Mail International Large Flat Rate Box', 'el'),
(210, 'USPS Priority Mail International Large Flat Rate Box', 'en'),
(210, 'USPS Priority Mail International Large Flat Rate Box', 'es'),
(210, 'USPS Priority Mail International Large Flat Rate Box', 'fr'),
(210, 'USPS Priority Mail International Large Flat Rate Box', 'it'),
(210, 'USPS Priority Mail International Large Flat Rate Box', 'nl'),
(210, 'USPS Priority Mail International Large Flat Rate Box', 'no'),
(210, 'USPS Priority Mail International Large Flat Rate Box', 'pt'),
(210, 'USPS Priority Mail International Large Flat Rate Box', 'ro'),
(210, 'USPS Priority Mail International Large Flat Rate Box', 'ru'),
(211, 'USPS GXG Envelopes', 'da'),
(211, 'USPS GXG Envelopes', 'de'),
(211, 'USPS GXG Envelopes', 'el'),
(211, 'USPS GXG Envelopes', 'en'),
(211, 'USPS GXG Envelopes', 'es'),
(211, 'USPS GXG Envelopes', 'fr'),
(211, 'USPS GXG Envelopes', 'it'),
(211, 'USPS GXG Envelopes', 'nl'),
(211, 'USPS GXG Envelopes', 'no'),
(211, 'USPS GXG Envelopes', 'pt'),
(211, 'USPS GXG Envelopes', 'ro'),
(211, 'USPS GXG Envelopes', 'ru'),
(212, 'FedEx Priority Overnight®', 'da'),
(212, 'FedEx Priority Overnight®', 'de'),
(212, 'FedEx Priority Overnight®', 'el'),
(212, 'FedEx Priority Overnight®', 'en'),
(212, 'FedEx Priority Overnight®', 'es'),
(212, 'FedEx Priority Overnight®', 'fr'),
(212, 'FedEx Priority Overnight®', 'it'),
(212, 'FedEx Priority Overnight®', 'nl'),
(212, 'FedEx Priority Overnight®', 'no'),
(212, 'FedEx Priority Overnight®', 'pt'),
(212, 'FedEx Priority Overnight®', 'ro'),
(212, 'FedEx Priority Overnight®', 'ru'),
(213, 'FedEx 2nd Day®', 'da'),
(213, 'FedEx 2nd Day®', 'de'),
(213, 'FedEx 2nd Day®', 'el'),
(213, 'FedEx 2nd Day®', 'en'),
(213, 'FedEx 2nd Day®', 'es'),
(213, 'FedEx 2nd Day®', 'fr'),
(213, 'FedEx 2nd Day®', 'it'),
(213, 'FedEx 2nd Day®', 'nl'),
(213, 'FedEx 2nd Day®', 'no'),
(213, 'FedEx 2nd Day®', 'pt'),
(213, 'FedEx 2nd Day®', 'ro'),
(213, 'FedEx 2nd Day®', 'ru'),
(214, 'FedEx Express Saver®', 'da'),
(214, 'FedEx Express Saver®', 'de'),
(214, 'FedEx Express Saver®', 'el'),
(214, 'FedEx Express Saver®', 'en'),
(214, 'FedEx Express Saver®', 'es'),
(214, 'FedEx Express Saver®', 'fr'),
(214, 'FedEx Express Saver®', 'it'),
(214, 'FedEx Express Saver®', 'nl'),
(214, 'FedEx Express Saver®', 'no'),
(214, 'FedEx Express Saver®', 'pt'),
(214, 'FedEx Express Saver®', 'ro'),
(214, 'FedEx Express Saver®', 'ru'),
(215, 'FedEx Ground®', 'da'),
(215, 'FedEx Ground®', 'de'),
(215, 'FedEx Ground®', 'el'),
(215, 'FedEx Ground®', 'en'),
(215, 'FedEx Ground®', 'es'),
(215, 'FedEx Ground®', 'fr'),
(215, 'FedEx Ground®', 'it'),
(215, 'FedEx Ground®', 'nl'),
(215, 'FedEx Ground®', 'no'),
(215, 'FedEx Ground®', 'pt'),
(215, 'FedEx Ground®', 'ro'),
(215, 'FedEx Ground®', 'ru'),
(216, 'FedEx Home Delivery®', 'da'),
(216, 'FedEx Home Delivery®', 'de'),
(216, 'FedEx Home Delivery®', 'el'),
(216, 'FedEx Home Delivery®', 'en'),
(216, 'FedEx Home Delivery®', 'es'),
(216, 'FedEx Home Delivery®', 'fr'),
(216, 'FedEx Home Delivery®', 'it'),
(216, 'FedEx Home Delivery®', 'nl'),
(216, 'FedEx Home Delivery®', 'no'),
(216, 'FedEx Home Delivery®', 'pt'),
(216, 'FedEx Home Delivery®', 'ro'),
(216, 'FedEx Home Delivery®', 'ru'),
(217, 'FedEx Standard Overnight®', 'da'),
(217, 'FedEx Standard Overnight®', 'de'),
(217, 'FedEx Standard Overnight®', 'el'),
(217, 'FedEx Standard Overnight®', 'en'),
(217, 'FedEx Standard Overnight®', 'es'),
(217, 'FedEx Standard Overnight®', 'fr'),
(217, 'FedEx Standard Overnight®', 'it'),
(217, 'FedEx Standard Overnight®', 'nl'),
(217, 'FedEx Standard Overnight®', 'no'),
(217, 'FedEx Standard Overnight®', 'pt'),
(217, 'FedEx Standard Overnight®', 'ro'),
(217, 'FedEx Standard Overnight®', 'ru'),
(218, 'FedEx First Overnight®', 'da'),
(218, 'FedEx First Overnight®', 'de'),
(218, 'FedEx First Overnight®', 'el'),
(218, 'FedEx First Overnight®', 'en'),
(218, 'FedEx First Overnight®', 'es'),
(218, 'FedEx First Overnight®', 'fr'),
(218, 'FedEx First Overnight®', 'it'),
(218, 'FedEx First Overnight®', 'nl'),
(218, 'FedEx First Overnight®', 'no'),
(218, 'FedEx First Overnight®', 'pt'),
(218, 'FedEx First Overnight®', 'ro'),
(218, 'FedEx First Overnight®', 'ru'),
(219, 'FedEx 1Day Freight®', 'da'),
(219, 'FedEx 1Day Freight®', 'de'),
(219, 'FedEx 1Day Freight®', 'el'),
(219, 'FedEx 1Day Freight®', 'en'),
(219, 'FedEx 1Day Freight®', 'es'),
(219, 'FedEx 1Day Freight®', 'fr'),
(219, 'FedEx 1Day Freight®', 'it'),
(219, 'FedEx 1Day Freight®', 'nl'),
(219, 'FedEx 1Day Freight®', 'no'),
(219, 'FedEx 1Day Freight®', 'pt'),
(219, 'FedEx 1Day Freight®', 'ro'),
(219, 'FedEx 1Day Freight®', 'ru'),
(220, 'FedEx 2Day Freight®', 'da'),
(220, 'FedEx 2Day Freight®', 'de'),
(220, 'FedEx 2Day Freight®', 'el'),
(220, 'FedEx 2Day Freight®', 'en'),
(220, 'FedEx 2Day Freight®', 'es'),
(220, 'FedEx 2Day Freight®', 'fr'),
(220, 'FedEx 2Day Freight®', 'it'),
(220, 'FedEx 2Day Freight®', 'nl'),
(220, 'FedEx 2Day Freight®', 'no'),
(220, 'FedEx 2Day Freight®', 'pt'),
(220, 'FedEx 2Day Freight®', 'ro'),
(220, 'FedEx 2Day Freight®', 'ru'),
(221, 'FedEx 3Day Freight®', 'da'),
(221, 'FedEx 3Day Freight®', 'de');
INSERT INTO `partiushop_shipping_service_descriptions` (`service_id`, `description`, `lang_code`) VALUES
(221, 'FedEx 3Day Freight®', 'el'),
(221, 'FedEx 3Day Freight®', 'en'),
(221, 'FedEx 3Day Freight®', 'es'),
(221, 'FedEx 3Day Freight®', 'fr'),
(221, 'FedEx 3Day Freight®', 'it'),
(221, 'FedEx 3Day Freight®', 'nl'),
(221, 'FedEx 3Day Freight®', 'no'),
(221, 'FedEx 3Day Freight®', 'pt'),
(221, 'FedEx 3Day Freight®', 'ro'),
(221, 'FedEx 3Day Freight®', 'ru'),
(222, 'FedEx International Priority®', 'da'),
(222, 'FedEx International Priority®', 'de'),
(222, 'FedEx International Priority®', 'el'),
(222, 'FedEx International Priority®', 'en'),
(222, 'FedEx International Priority®', 'es'),
(222, 'FedEx International Priority®', 'fr'),
(222, 'FedEx International Priority®', 'it'),
(222, 'FedEx International Priority®', 'nl'),
(222, 'FedEx International Priority®', 'no'),
(222, 'FedEx International Priority®', 'pt'),
(222, 'FedEx International Priority®', 'ro'),
(222, 'FedEx International Priority®', 'ru'),
(223, 'FedEx International Economy®', 'da'),
(223, 'FedEx International Economy®', 'de'),
(223, 'FedEx International Economy®', 'el'),
(223, 'FedEx International Economy®', 'en'),
(223, 'FedEx International Economy®', 'es'),
(223, 'FedEx International Economy®', 'fr'),
(223, 'FedEx International Economy®', 'it'),
(223, 'FedEx International Economy®', 'nl'),
(223, 'FedEx International Economy®', 'no'),
(223, 'FedEx International Economy®', 'pt'),
(223, 'FedEx International Economy®', 'ro'),
(223, 'FedEx International Economy®', 'ru'),
(225, 'FedEx International First®', 'da'),
(225, 'FedEx International First®', 'de'),
(225, 'FedEx International First®', 'el'),
(225, 'FedEx International First®', 'en'),
(225, 'FedEx International First®', 'es'),
(225, 'FedEx International First®', 'fr'),
(225, 'FedEx International First®', 'it'),
(225, 'FedEx International First®', 'nl'),
(225, 'FedEx International First®', 'no'),
(225, 'FedEx International First®', 'pt'),
(225, 'FedEx International First®', 'ro'),
(225, 'FedEx International First®', 'ru'),
(226, 'FedEx International Priority Freight®', 'da'),
(226, 'FedEx International Priority Freight®', 'de'),
(226, 'FedEx International Priority Freight®', 'el'),
(226, 'FedEx International Priority Freight®', 'en'),
(226, 'FedEx International Priority Freight®', 'es'),
(226, 'FedEx International Priority Freight®', 'fr'),
(226, 'FedEx International Priority Freight®', 'it'),
(226, 'FedEx International Priority Freight®', 'nl'),
(226, 'FedEx International Priority Freight®', 'no'),
(226, 'FedEx International Priority Freight®', 'pt'),
(226, 'FedEx International Priority Freight®', 'ro'),
(226, 'FedEx International Priority Freight®', 'ru'),
(227, 'FedEx International Economy Freight®', 'da'),
(227, 'FedEx International Economy Freight®', 'de'),
(227, 'FedEx International Economy Freight®', 'el'),
(227, 'FedEx International Economy Freight®', 'en'),
(227, 'FedEx International Economy Freight®', 'es'),
(227, 'FedEx International Economy Freight®', 'fr'),
(227, 'FedEx International Economy Freight®', 'it'),
(227, 'FedEx International Economy Freight®', 'nl'),
(227, 'FedEx International Economy Freight®', 'no'),
(227, 'FedEx International Economy Freight®', 'pt'),
(227, 'FedEx International Economy Freight®', 'ro'),
(227, 'FedEx International Economy Freight®', 'ru'),
(228, 'FedEx Europe First International Priority®', 'da'),
(228, 'FedEx Europe First International Priority®', 'de'),
(228, 'FedEx Europe First International Priority®', 'el'),
(228, 'FedEx Europe First International Priority®', 'en'),
(228, 'FedEx Europe First International Priority®', 'es'),
(228, 'FedEx Europe First International Priority®', 'fr'),
(228, 'FedEx Europe First International Priority®', 'it'),
(228, 'FedEx Europe First International Priority®', 'nl'),
(228, 'FedEx Europe First International Priority®', 'no'),
(228, 'FedEx Europe First International Priority®', 'pt'),
(228, 'FedEx Europe First International Priority®', 'ro'),
(228, 'FedEx Europe First International Priority®', 'ru'),
(229, 'FedEx Smart Post®', 'da'),
(229, 'FedEx Smart Post®', 'de'),
(229, 'FedEx Smart Post®', 'el'),
(229, 'FedEx Smart Post®', 'en'),
(229, 'FedEx Smart Post®', 'es'),
(229, 'FedEx Smart Post®', 'fr'),
(229, 'FedEx Smart Post®', 'it'),
(229, 'FedEx Smart Post®', 'nl'),
(229, 'FedEx Smart Post®', 'no'),
(229, 'FedEx Smart Post®', 'pt'),
(229, 'FedEx Smart Post®', 'ro'),
(229, 'FedEx Smart Post®', 'ru'),
(233, 'USPS Priority Mail Regional Rate', 'da'),
(233, 'USPS Priority Mail Regional Rate', 'de'),
(233, 'USPS Priority Mail Regional Rate', 'el'),
(233, 'USPS Priority Mail Regional Rate', 'en'),
(233, 'USPS Priority Mail Regional Rate', 'es'),
(233, 'USPS Priority Mail Regional Rate', 'fr'),
(233, 'USPS Priority Mail Regional Rate', 'it'),
(233, 'USPS Priority Mail Regional Rate', 'nl'),
(233, 'USPS Priority Mail Regional Rate', 'no'),
(233, 'USPS Priority Mail Regional Rate', 'pt'),
(233, 'USPS Priority Mail Regional Rate', 'ro'),
(233, 'USPS Priority Mail Regional Rate', 'ru'),
(235, 'Temando: All Australian Logistics: General Road', 'da'),
(235, 'Temando: All Australian Logistics: General Road', 'de'),
(235, 'Temando: All Australian Logistics: General Road', 'el'),
(235, 'Temando: All Australian Logistics: General Road', 'en'),
(235, 'Temando: All Australian Logistics: General Road', 'es'),
(235, 'Temando: All Australian Logistics: General Road', 'fr'),
(235, 'Temando: All Australian Logistics: General Road', 'it'),
(235, 'Temando: All Australian Logistics: General Road', 'nl'),
(235, 'Temando: All Australian Logistics: General Road', 'no'),
(235, 'Temando: All Australian Logistics: General Road', 'pt'),
(235, 'Temando: All Australian Logistics: General Road', 'ro'),
(235, 'Temando: All Australian Logistics: General Road', 'ru'),
(236, 'Temando: Allied Air Express (BULK): Air Express - Pre-scheduled pick-ups only', 'da'),
(236, 'Temando: Allied Air Express (BULK): Air Express - Pre-scheduled pick-ups only', 'de'),
(236, 'Temando: Allied Air Express (BULK): Air Express - Pre-scheduled pick-ups only', 'el'),
(236, 'Temando: Allied Air Express (BULK): Air Express - Pre-scheduled pick-ups only', 'en'),
(236, 'Temando: Allied Air Express (BULK): Air Express - Pre-scheduled pick-ups only', 'es'),
(236, 'Temando: Allied Air Express (BULK): Air Express - Pre-scheduled pick-ups only', 'fr'),
(236, 'Temando: Allied Air Express (BULK): Air Express - Pre-scheduled pick-ups only', 'it'),
(236, 'Temando: Allied Air Express (BULK): Air Express - Pre-scheduled pick-ups only', 'nl'),
(236, 'Temando: Allied Air Express (BULK): Air Express - Pre-scheduled pick-ups only', 'no'),
(236, 'Temando: Allied Air Express (BULK): Air Express - Pre-scheduled pick-ups only', 'pt'),
(236, 'Temando: Allied Air Express (BULK): Air Express - Pre-scheduled pick-ups only', 'ro'),
(236, 'Temando: Allied Air Express (BULK): Air Express - Pre-scheduled pick-ups only', 'ru'),
(237, 'Temando: Allied Air Express (BULK): 1Kg Satchel- Satchel required', 'da'),
(237, 'Temando: Allied Air Express (BULK): 1Kg Satchel- Satchel required', 'de'),
(237, 'Temando: Allied Air Express (BULK): 1Kg Satchel- Satchel required', 'el'),
(237, 'Temando: Allied Air Express (BULK): 1Kg Satchel- Satchel required', 'en'),
(237, 'Temando: Allied Air Express (BULK): 1Kg Satchel- Satchel required', 'es'),
(237, 'Temando: Allied Air Express (BULK): 1Kg Satchel- Satchel required', 'fr'),
(237, 'Temando: Allied Air Express (BULK): 1Kg Satchel- Satchel required', 'it'),
(237, 'Temando: Allied Air Express (BULK): 1Kg Satchel- Satchel required', 'nl'),
(237, 'Temando: Allied Air Express (BULK): 1Kg Satchel- Satchel required', 'no'),
(237, 'Temando: Allied Air Express (BULK): 1Kg Satchel- Satchel required', 'pt'),
(237, 'Temando: Allied Air Express (BULK): 1Kg Satchel- Satchel required', 'ro'),
(237, 'Temando: Allied Air Express (BULK): 1Kg Satchel- Satchel required', 'ru'),
(238, 'Temando: Allied Air Express (BULK): 3Kg Satchel - Satchel Required', 'da'),
(238, 'Temando: Allied Air Express (BULK): 3Kg Satchel - Satchel Required', 'de'),
(238, 'Temando: Allied Air Express (BULK): 3Kg Satchel - Satchel Required', 'el'),
(238, 'Temando: Allied Air Express (BULK): 3Kg Satchel - Satchel Required', 'en'),
(238, 'Temando: Allied Air Express (BULK): 3Kg Satchel - Satchel Required', 'es'),
(238, 'Temando: Allied Air Express (BULK): 3Kg Satchel - Satchel Required', 'fr'),
(238, 'Temando: Allied Air Express (BULK): 3Kg Satchel - Satchel Required', 'it'),
(238, 'Temando: Allied Air Express (BULK): 3Kg Satchel - Satchel Required', 'nl'),
(238, 'Temando: Allied Air Express (BULK): 3Kg Satchel - Satchel Required', 'no'),
(238, 'Temando: Allied Air Express (BULK): 3Kg Satchel - Satchel Required', 'pt'),
(238, 'Temando: Allied Air Express (BULK): 3Kg Satchel - Satchel Required', 'ro'),
(238, 'Temando: Allied Air Express (BULK): 3Kg Satchel - Satchel Required', 'ru'),
(239, 'Temando: Allied Air Express (BULK): 5Kg Satchel - Satchel Required', 'da'),
(239, 'Temando: Allied Air Express (BULK): 5Kg Satchel - Satchel Required', 'de'),
(239, 'Temando: Allied Air Express (BULK): 5Kg Satchel - Satchel Required', 'el'),
(239, 'Temando: Allied Air Express (BULK): 5Kg Satchel - Satchel Required', 'en'),
(239, 'Temando: Allied Air Express (BULK): 5Kg Satchel - Satchel Required', 'es'),
(239, 'Temando: Allied Air Express (BULK): 5Kg Satchel - Satchel Required', 'fr'),
(239, 'Temando: Allied Air Express (BULK): 5Kg Satchel - Satchel Required', 'it'),
(239, 'Temando: Allied Air Express (BULK): 5Kg Satchel - Satchel Required', 'nl'),
(239, 'Temando: Allied Air Express (BULK): 5Kg Satchel - Satchel Required', 'no'),
(239, 'Temando: Allied Air Express (BULK): 5Kg Satchel - Satchel Required', 'pt'),
(239, 'Temando: Allied Air Express (BULK): 5Kg Satchel - Satchel Required', 'ro'),
(239, 'Temando: Allied Air Express (BULK): 5Kg Satchel - Satchel Required', 'ru'),
(240, 'Temando: Allied Air Express Adhoc: Air Express', 'da'),
(240, 'Temando: Allied Air Express Adhoc: Air Express', 'de'),
(240, 'Temando: Allied Air Express Adhoc: Air Express', 'el'),
(240, 'Temando: Allied Air Express Adhoc: Air Express', 'en'),
(240, 'Temando: Allied Air Express Adhoc: Air Express', 'es'),
(240, 'Temando: Allied Air Express Adhoc: Air Express', 'fr'),
(240, 'Temando: Allied Air Express Adhoc: Air Express', 'it'),
(240, 'Temando: Allied Air Express Adhoc: Air Express', 'nl'),
(240, 'Temando: Allied Air Express Adhoc: Air Express', 'no'),
(240, 'Temando: Allied Air Express Adhoc: Air Express', 'pt'),
(240, 'Temando: Allied Air Express Adhoc: Air Express', 'ro'),
(240, 'Temando: Allied Air Express Adhoc: Air Express', 'ru'),
(241, 'Temando: Allied Air Express Adhoc: 1kg Satchel - Satchel Required', 'da'),
(241, 'Temando: Allied Air Express Adhoc: 1kg Satchel - Satchel Required', 'de'),
(241, 'Temando: Allied Air Express Adhoc: 1kg Satchel - Satchel Required', 'el'),
(241, 'Temando: Allied Air Express Adhoc: 1kg Satchel - Satchel Required', 'en'),
(241, 'Temando: Allied Air Express Adhoc: 1kg Satchel - Satchel Required', 'es'),
(241, 'Temando: Allied Air Express Adhoc: 1kg Satchel - Satchel Required', 'fr'),
(241, 'Temando: Allied Air Express Adhoc: 1kg Satchel - Satchel Required', 'it'),
(241, 'Temando: Allied Air Express Adhoc: 1kg Satchel - Satchel Required', 'nl'),
(241, 'Temando: Allied Air Express Adhoc: 1kg Satchel - Satchel Required', 'no'),
(241, 'Temando: Allied Air Express Adhoc: 1kg Satchel - Satchel Required', 'pt'),
(241, 'Temando: Allied Air Express Adhoc: 1kg Satchel - Satchel Required', 'ro'),
(241, 'Temando: Allied Air Express Adhoc: 1kg Satchel - Satchel Required', 'ru'),
(242, 'Temando: Allied Air Express Adhoc: 3kg Satchel - Satchel Required', 'da'),
(242, 'Temando: Allied Air Express Adhoc: 3kg Satchel - Satchel Required', 'de'),
(242, 'Temando: Allied Air Express Adhoc: 3kg Satchel - Satchel Required', 'el'),
(242, 'Temando: Allied Air Express Adhoc: 3kg Satchel - Satchel Required', 'en'),
(242, 'Temando: Allied Air Express Adhoc: 3kg Satchel - Satchel Required', 'es'),
(242, 'Temando: Allied Air Express Adhoc: 3kg Satchel - Satchel Required', 'fr'),
(242, 'Temando: Allied Air Express Adhoc: 3kg Satchel - Satchel Required', 'it'),
(242, 'Temando: Allied Air Express Adhoc: 3kg Satchel - Satchel Required', 'nl'),
(242, 'Temando: Allied Air Express Adhoc: 3kg Satchel - Satchel Required', 'no'),
(242, 'Temando: Allied Air Express Adhoc: 3kg Satchel - Satchel Required', 'pt'),
(242, 'Temando: Allied Air Express Adhoc: 3kg Satchel - Satchel Required', 'ro'),
(242, 'Temando: Allied Air Express Adhoc: 3kg Satchel - Satchel Required', 'ru'),
(243, 'Temando: Allied Air Express Adhoc: 5kg Satchel - Satchel Required', 'da'),
(243, 'Temando: Allied Air Express Adhoc: 5kg Satchel - Satchel Required', 'de'),
(243, 'Temando: Allied Air Express Adhoc: 5kg Satchel - Satchel Required', 'el'),
(243, 'Temando: Allied Air Express Adhoc: 5kg Satchel - Satchel Required', 'en'),
(243, 'Temando: Allied Air Express Adhoc: 5kg Satchel - Satchel Required', 'es'),
(243, 'Temando: Allied Air Express Adhoc: 5kg Satchel - Satchel Required', 'fr'),
(243, 'Temando: Allied Air Express Adhoc: 5kg Satchel - Satchel Required', 'it'),
(243, 'Temando: Allied Air Express Adhoc: 5kg Satchel - Satchel Required', 'nl'),
(243, 'Temando: Allied Air Express Adhoc: 5kg Satchel - Satchel Required', 'no'),
(243, 'Temando: Allied Air Express Adhoc: 5kg Satchel - Satchel Required', 'pt'),
(243, 'Temando: Allied Air Express Adhoc: 5kg Satchel - Satchel Required', 'ro'),
(243, 'Temando: Allied Air Express Adhoc: 5kg Satchel - Satchel Required', 'ru'),
(244, 'Temando: Allied Express: Road Express', 'da'),
(244, 'Temando: Allied Express: Road Express', 'de'),
(244, 'Temando: Allied Express: Road Express', 'el'),
(244, 'Temando: Allied Express: Road Express', 'en'),
(244, 'Temando: Allied Express: Road Express', 'es'),
(244, 'Temando: Allied Express: Road Express', 'fr'),
(244, 'Temando: Allied Express: Road Express', 'it'),
(244, 'Temando: Allied Express: Road Express', 'nl'),
(244, 'Temando: Allied Express: Road Express', 'no'),
(244, 'Temando: Allied Express: Road Express', 'pt'),
(244, 'Temando: Allied Express: Road Express', 'ro'),
(244, 'Temando: Allied Express: Road Express', 'ru'),
(245, 'Temando: Allied Express: Road Express - Call Before Delivery Service', 'da'),
(245, 'Temando: Allied Express: Road Express - Call Before Delivery Service', 'de'),
(245, 'Temando: Allied Express: Road Express - Call Before Delivery Service', 'el'),
(245, 'Temando: Allied Express: Road Express - Call Before Delivery Service', 'en'),
(245, 'Temando: Allied Express: Road Express - Call Before Delivery Service', 'es'),
(245, 'Temando: Allied Express: Road Express - Call Before Delivery Service', 'fr'),
(245, 'Temando: Allied Express: Road Express - Call Before Delivery Service', 'it'),
(245, 'Temando: Allied Express: Road Express - Call Before Delivery Service', 'nl'),
(245, 'Temando: Allied Express: Road Express - Call Before Delivery Service', 'no'),
(245, 'Temando: Allied Express: Road Express - Call Before Delivery Service', 'pt'),
(245, 'Temando: Allied Express: Road Express - Call Before Delivery Service', 'ro'),
(245, 'Temando: Allied Express: Road Express - Call Before Delivery Service', 'ru'),
(246, 'Temando: Allied Express (Bulk): Road Express- Pre-scheduled pick-ups only', 'da'),
(246, 'Temando: Allied Express (Bulk): Road Express- Pre-scheduled pick-ups only', 'de'),
(246, 'Temando: Allied Express (Bulk): Road Express- Pre-scheduled pick-ups only', 'el'),
(246, 'Temando: Allied Express (Bulk): Road Express- Pre-scheduled pick-ups only', 'en'),
(246, 'Temando: Allied Express (Bulk): Road Express- Pre-scheduled pick-ups only', 'es'),
(246, 'Temando: Allied Express (Bulk): Road Express- Pre-scheduled pick-ups only', 'fr'),
(246, 'Temando: Allied Express (Bulk): Road Express- Pre-scheduled pick-ups only', 'it'),
(246, 'Temando: Allied Express (Bulk): Road Express- Pre-scheduled pick-ups only', 'nl'),
(246, 'Temando: Allied Express (Bulk): Road Express- Pre-scheduled pick-ups only', 'no'),
(246, 'Temando: Allied Express (Bulk): Road Express- Pre-scheduled pick-ups only', 'pt'),
(246, 'Temando: Allied Express (Bulk): Road Express- Pre-scheduled pick-ups only', 'ro'),
(246, 'Temando: Allied Express (Bulk): Road Express- Pre-scheduled pick-ups only', 'ru'),
(247, 'Temando: Allied Express (Bulk): Road Express (Bulk) Call Before Delivery Service', 'da'),
(247, 'Temando: Allied Express (Bulk): Road Express (Bulk) Call Before Delivery Service', 'de'),
(247, 'Temando: Allied Express (Bulk): Road Express (Bulk) Call Before Delivery Service', 'el'),
(247, 'Temando: Allied Express (Bulk): Road Express (Bulk) Call Before Delivery Service', 'en'),
(247, 'Temando: Allied Express (Bulk): Road Express (Bulk) Call Before Delivery Service', 'es'),
(247, 'Temando: Allied Express (Bulk): Road Express (Bulk) Call Before Delivery Service', 'fr'),
(247, 'Temando: Allied Express (Bulk): Road Express (Bulk) Call Before Delivery Service', 'it'),
(247, 'Temando: Allied Express (Bulk): Road Express (Bulk) Call Before Delivery Service', 'nl'),
(247, 'Temando: Allied Express (Bulk): Road Express (Bulk) Call Before Delivery Service', 'no'),
(247, 'Temando: Allied Express (Bulk): Road Express (Bulk) Call Before Delivery Service', 'pt'),
(247, 'Temando: Allied Express (Bulk): Road Express (Bulk) Call Before Delivery Service', 'ro'),
(247, 'Temando: Allied Express (Bulk): Road Express (Bulk) Call Before Delivery Service', 'ru'),
(248, 'Temando: Allied Express Pallets: Road Express Pallet 1.4m ( height max)', 'da'),
(248, 'Temando: Allied Express Pallets: Road Express Pallet 1.4m ( height max)', 'de'),
(248, 'Temando: Allied Express Pallets: Road Express Pallet 1.4m ( height max)', 'el'),
(248, 'Temando: Allied Express Pallets: Road Express Pallet 1.4m ( height max)', 'en'),
(248, 'Temando: Allied Express Pallets: Road Express Pallet 1.4m ( height max)', 'es'),
(248, 'Temando: Allied Express Pallets: Road Express Pallet 1.4m ( height max)', 'fr'),
(248, 'Temando: Allied Express Pallets: Road Express Pallet 1.4m ( height max)', 'it'),
(248, 'Temando: Allied Express Pallets: Road Express Pallet 1.4m ( height max)', 'nl'),
(248, 'Temando: Allied Express Pallets: Road Express Pallet 1.4m ( height max)', 'no'),
(248, 'Temando: Allied Express Pallets: Road Express Pallet 1.4m ( height max)', 'pt'),
(248, 'Temando: Allied Express Pallets: Road Express Pallet 1.4m ( height max)', 'ro'),
(248, 'Temando: Allied Express Pallets: Road Express Pallet 1.4m ( height max)', 'ru'),
(249, 'Temando: Allied Express Pallets: Road Express Pallet 2.4m (height max)', 'da'),
(249, 'Temando: Allied Express Pallets: Road Express Pallet 2.4m (height max)', 'de'),
(249, 'Temando: Allied Express Pallets: Road Express Pallet 2.4m (height max)', 'el'),
(249, 'Temando: Allied Express Pallets: Road Express Pallet 2.4m (height max)', 'en'),
(249, 'Temando: Allied Express Pallets: Road Express Pallet 2.4m (height max)', 'es'),
(249, 'Temando: Allied Express Pallets: Road Express Pallet 2.4m (height max)', 'fr'),
(249, 'Temando: Allied Express Pallets: Road Express Pallet 2.4m (height max)', 'it'),
(249, 'Temando: Allied Express Pallets: Road Express Pallet 2.4m (height max)', 'nl'),
(249, 'Temando: Allied Express Pallets: Road Express Pallet 2.4m (height max)', 'no'),
(249, 'Temando: Allied Express Pallets: Road Express Pallet 2.4m (height max)', 'pt'),
(249, 'Temando: Allied Express Pallets: Road Express Pallet 2.4m (height max)', 'ro'),
(249, 'Temando: Allied Express Pallets: Road Express Pallet 2.4m (height max)', 'ru'),
(250, 'Temando: Allied Courier Sydney: Allied Courier Sydney- Same Day Service', 'da'),
(250, 'Temando: Allied Courier Sydney: Allied Courier Sydney- Same Day Service', 'de'),
(250, 'Temando: Allied Courier Sydney: Allied Courier Sydney- Same Day Service', 'el'),
(250, 'Temando: Allied Courier Sydney: Allied Courier Sydney- Same Day Service', 'en'),
(250, 'Temando: Allied Courier Sydney: Allied Courier Sydney- Same Day Service', 'es'),
(250, 'Temando: Allied Courier Sydney: Allied Courier Sydney- Same Day Service', 'fr'),
(250, 'Temando: Allied Courier Sydney: Allied Courier Sydney- Same Day Service', 'it'),
(250, 'Temando: Allied Courier Sydney: Allied Courier Sydney- Same Day Service', 'nl'),
(250, 'Temando: Allied Courier Sydney: Allied Courier Sydney- Same Day Service', 'no'),
(250, 'Temando: Allied Courier Sydney: Allied Courier Sydney- Same Day Service', 'pt'),
(250, 'Temando: Allied Courier Sydney: Allied Courier Sydney- Same Day Service', 'ro'),
(250, 'Temando: Allied Courier Sydney: Allied Courier Sydney- Same Day Service', 'ru'),
(251, 'Temando: Allied Courier Brisbane: Allied Courier Brisbane- Same Day Service', 'da'),
(251, 'Temando: Allied Courier Brisbane: Allied Courier Brisbane- Same Day Service', 'de'),
(251, 'Temando: Allied Courier Brisbane: Allied Courier Brisbane- Same Day Service', 'el'),
(251, 'Temando: Allied Courier Brisbane: Allied Courier Brisbane- Same Day Service', 'en'),
(251, 'Temando: Allied Courier Brisbane: Allied Courier Brisbane- Same Day Service', 'es'),
(251, 'Temando: Allied Courier Brisbane: Allied Courier Brisbane- Same Day Service', 'fr'),
(251, 'Temando: Allied Courier Brisbane: Allied Courier Brisbane- Same Day Service', 'it'),
(251, 'Temando: Allied Courier Brisbane: Allied Courier Brisbane- Same Day Service', 'nl'),
(251, 'Temando: Allied Courier Brisbane: Allied Courier Brisbane- Same Day Service', 'no'),
(251, 'Temando: Allied Courier Brisbane: Allied Courier Brisbane- Same Day Service', 'pt'),
(251, 'Temando: Allied Courier Brisbane: Allied Courier Brisbane- Same Day Service', 'ro'),
(251, 'Temando: Allied Courier Brisbane: Allied Courier Brisbane- Same Day Service', 'ru'),
(252, 'Temando: Allied Courier Melbourne: Allied Courier Melborne- Same-Day Service', 'da'),
(252, 'Temando: Allied Courier Melbourne: Allied Courier Melborne- Same-Day Service', 'de'),
(252, 'Temando: Allied Courier Melbourne: Allied Courier Melborne- Same-Day Service', 'el'),
(252, 'Temando: Allied Courier Melbourne: Allied Courier Melborne- Same-Day Service', 'en'),
(252, 'Temando: Allied Courier Melbourne: Allied Courier Melborne- Same-Day Service', 'es'),
(252, 'Temando: Allied Courier Melbourne: Allied Courier Melborne- Same-Day Service', 'fr'),
(252, 'Temando: Allied Courier Melbourne: Allied Courier Melborne- Same-Day Service', 'it'),
(252, 'Temando: Allied Courier Melbourne: Allied Courier Melborne- Same-Day Service', 'nl'),
(252, 'Temando: Allied Courier Melbourne: Allied Courier Melborne- Same-Day Service', 'no'),
(252, 'Temando: Allied Courier Melbourne: Allied Courier Melborne- Same-Day Service', 'pt'),
(252, 'Temando: Allied Courier Melbourne: Allied Courier Melborne- Same-Day Service', 'ro'),
(252, 'Temando: Allied Courier Melbourne: Allied Courier Melborne- Same-Day Service', 'ru'),
(253, 'Temando: Allied Courier Adelaide: Allied Courier Adelaide- Same Day Service', 'da'),
(253, 'Temando: Allied Courier Adelaide: Allied Courier Adelaide- Same Day Service', 'de'),
(253, 'Temando: Allied Courier Adelaide: Allied Courier Adelaide- Same Day Service', 'el'),
(253, 'Temando: Allied Courier Adelaide: Allied Courier Adelaide- Same Day Service', 'en'),
(253, 'Temando: Allied Courier Adelaide: Allied Courier Adelaide- Same Day Service', 'es'),
(253, 'Temando: Allied Courier Adelaide: Allied Courier Adelaide- Same Day Service', 'fr'),
(253, 'Temando: Allied Courier Adelaide: Allied Courier Adelaide- Same Day Service', 'it'),
(253, 'Temando: Allied Courier Adelaide: Allied Courier Adelaide- Same Day Service', 'nl'),
(253, 'Temando: Allied Courier Adelaide: Allied Courier Adelaide- Same Day Service', 'no'),
(253, 'Temando: Allied Courier Adelaide: Allied Courier Adelaide- Same Day Service', 'pt'),
(253, 'Temando: Allied Courier Adelaide: Allied Courier Adelaide- Same Day Service', 'ro'),
(253, 'Temando: Allied Courier Adelaide: Allied Courier Adelaide- Same Day Service', 'ru'),
(254, 'Temando: Allied Courier Perth: Allied Courier Perth- Same Day Service', 'da'),
(254, 'Temando: Allied Courier Perth: Allied Courier Perth- Same Day Service', 'de'),
(254, 'Temando: Allied Courier Perth: Allied Courier Perth- Same Day Service', 'el'),
(254, 'Temando: Allied Courier Perth: Allied Courier Perth- Same Day Service', 'en'),
(254, 'Temando: Allied Courier Perth: Allied Courier Perth- Same Day Service', 'es'),
(254, 'Temando: Allied Courier Perth: Allied Courier Perth- Same Day Service', 'fr'),
(254, 'Temando: Allied Courier Perth: Allied Courier Perth- Same Day Service', 'it'),
(254, 'Temando: Allied Courier Perth: Allied Courier Perth- Same Day Service', 'nl'),
(254, 'Temando: Allied Courier Perth: Allied Courier Perth- Same Day Service', 'no'),
(254, 'Temando: Allied Courier Perth: Allied Courier Perth- Same Day Service', 'pt'),
(254, 'Temando: Allied Courier Perth: Allied Courier Perth- Same Day Service', 'ro'),
(254, 'Temando: Allied Courier Perth: Allied Courier Perth- Same Day Service', 'ru'),
(255, 'Temando: Australia Post (eParcel): eParcel - Standard', 'da'),
(255, 'Temando: Australia Post (eParcel): eParcel - Standard', 'de'),
(255, 'Temando: Australia Post (eParcel): eParcel - Standard', 'el'),
(255, 'Temando: Australia Post (eParcel): eParcel - Standard', 'en'),
(255, 'Temando: Australia Post (eParcel): eParcel - Standard', 'es'),
(255, 'Temando: Australia Post (eParcel): eParcel - Standard', 'fr'),
(255, 'Temando: Australia Post (eParcel): eParcel - Standard', 'it'),
(255, 'Temando: Australia Post (eParcel): eParcel - Standard', 'nl'),
(255, 'Temando: Australia Post (eParcel): eParcel - Standard', 'no'),
(255, 'Temando: Australia Post (eParcel): eParcel - Standard', 'pt'),
(255, 'Temando: Australia Post (eParcel): eParcel - Standard', 'ro'),
(255, 'Temando: Australia Post (eParcel): eParcel - Standard', 'ru'),
(256, 'Temando: Australia Post (eParcel): eParcel S4', 'da'),
(256, 'Temando: Australia Post (eParcel): eParcel S4', 'de'),
(256, 'Temando: Australia Post (eParcel): eParcel S4', 'el'),
(256, 'Temando: Australia Post (eParcel): eParcel S4', 'en'),
(256, 'Temando: Australia Post (eParcel): eParcel S4', 'es'),
(256, 'Temando: Australia Post (eParcel): eParcel S4', 'fr'),
(256, 'Temando: Australia Post (eParcel): eParcel S4', 'it'),
(256, 'Temando: Australia Post (eParcel): eParcel S4', 'nl'),
(256, 'Temando: Australia Post (eParcel): eParcel S4', 'no'),
(256, 'Temando: Australia Post (eParcel): eParcel S4', 'pt'),
(256, 'Temando: Australia Post (eParcel): eParcel S4', 'ro'),
(256, 'Temando: Australia Post (eParcel): eParcel S4', 'ru'),
(257, 'Temando: Australia Post (eParcel): eParcel S5', 'da'),
(257, 'Temando: Australia Post (eParcel): eParcel S5', 'de'),
(257, 'Temando: Australia Post (eParcel): eParcel S5', 'el'),
(257, 'Temando: Australia Post (eParcel): eParcel S5', 'en'),
(257, 'Temando: Australia Post (eParcel): eParcel S5', 'es'),
(257, 'Temando: Australia Post (eParcel): eParcel S5', 'fr'),
(257, 'Temando: Australia Post (eParcel): eParcel S5', 'it'),
(257, 'Temando: Australia Post (eParcel): eParcel S5', 'nl'),
(257, 'Temando: Australia Post (eParcel): eParcel S5', 'no'),
(257, 'Temando: Australia Post (eParcel): eParcel S5', 'pt'),
(257, 'Temando: Australia Post (eParcel): eParcel S5', 'ro'),
(257, 'Temando: Australia Post (eParcel): eParcel S5', 'ru'),
(258, 'Temando: Australia Post (eParcel): eParcel S6 - ATL - Authority to Leave', 'da'),
(258, 'Temando: Australia Post (eParcel): eParcel S6 - ATL - Authority to Leave', 'de'),
(258, 'Temando: Australia Post (eParcel): eParcel S6 - ATL - Authority to Leave', 'el'),
(258, 'Temando: Australia Post (eParcel): eParcel S6 - ATL - Authority to Leave', 'en'),
(258, 'Temando: Australia Post (eParcel): eParcel S6 - ATL - Authority to Leave', 'es'),
(258, 'Temando: Australia Post (eParcel): eParcel S6 - ATL - Authority to Leave', 'fr'),
(258, 'Temando: Australia Post (eParcel): eParcel S6 - ATL - Authority to Leave', 'it'),
(258, 'Temando: Australia Post (eParcel): eParcel S6 - ATL - Authority to Leave', 'nl'),
(258, 'Temando: Australia Post (eParcel): eParcel S6 - ATL - Authority to Leave', 'no'),
(258, 'Temando: Australia Post (eParcel): eParcel S6 - ATL - Authority to Leave', 'pt'),
(258, 'Temando: Australia Post (eParcel): eParcel S6 - ATL - Authority to Leave', 'ro'),
(258, 'Temando: Australia Post (eParcel): eParcel S6 - ATL - Authority to Leave', 'ru'),
(259, 'Temando: Australia Post (eParcel): eParcel - Standard S9', 'da'),
(259, 'Temando: Australia Post (eParcel): eParcel - Standard S9', 'de'),
(259, 'Temando: Australia Post (eParcel): eParcel - Standard S9', 'el'),
(259, 'Temando: Australia Post (eParcel): eParcel - Standard S9', 'en'),
(259, 'Temando: Australia Post (eParcel): eParcel - Standard S9', 'es'),
(259, 'Temando: Australia Post (eParcel): eParcel - Standard S9', 'fr'),
(259, 'Temando: Australia Post (eParcel): eParcel - Standard S9', 'it'),
(259, 'Temando: Australia Post (eParcel): eParcel - Standard S9', 'nl'),
(259, 'Temando: Australia Post (eParcel): eParcel - Standard S9', 'no'),
(259, 'Temando: Australia Post (eParcel): eParcel - Standard S9', 'pt'),
(259, 'Temando: Australia Post (eParcel): eParcel - Standard S9', 'ro'),
(259, 'Temando: Australia Post (eParcel): eParcel - Standard S9', 'ru'),
(260, 'Temando: Australia Post (eParcel): eParcel- Express X1', 'da'),
(260, 'Temando: Australia Post (eParcel): eParcel- Express X1', 'de'),
(260, 'Temando: Australia Post (eParcel): eParcel- Express X1', 'el'),
(260, 'Temando: Australia Post (eParcel): eParcel- Express X1', 'en'),
(260, 'Temando: Australia Post (eParcel): eParcel- Express X1', 'es'),
(260, 'Temando: Australia Post (eParcel): eParcel- Express X1', 'fr'),
(260, 'Temando: Australia Post (eParcel): eParcel- Express X1', 'it'),
(260, 'Temando: Australia Post (eParcel): eParcel- Express X1', 'nl'),
(260, 'Temando: Australia Post (eParcel): eParcel- Express X1', 'no'),
(260, 'Temando: Australia Post (eParcel): eParcel- Express X1', 'pt'),
(260, 'Temando: Australia Post (eParcel): eParcel- Express X1', 'ro'),
(260, 'Temando: Australia Post (eParcel): eParcel- Express X1', 'ru'),
(261, 'Temando: Australia Post (eParcel): eParcel - Express X2', 'da'),
(261, 'Temando: Australia Post (eParcel): eParcel - Express X2', 'de'),
(261, 'Temando: Australia Post (eParcel): eParcel - Express X2', 'el'),
(261, 'Temando: Australia Post (eParcel): eParcel - Express X2', 'en'),
(261, 'Temando: Australia Post (eParcel): eParcel - Express X2', 'es'),
(261, 'Temando: Australia Post (eParcel): eParcel - Express X2', 'fr'),
(261, 'Temando: Australia Post (eParcel): eParcel - Express X2', 'it'),
(261, 'Temando: Australia Post (eParcel): eParcel - Express X2', 'nl'),
(261, 'Temando: Australia Post (eParcel): eParcel - Express X2', 'no'),
(261, 'Temando: Australia Post (eParcel): eParcel - Express X2', 'pt'),
(261, 'Temando: Australia Post (eParcel): eParcel - Express X2', 'ro'),
(261, 'Temando: Australia Post (eParcel): eParcel - Express X2', 'ru'),
(262, 'Temando: Australia Post (eParcel): eParcel - Express X6', 'da'),
(262, 'Temando: Australia Post (eParcel): eParcel - Express X6', 'de'),
(262, 'Temando: Australia Post (eParcel): eParcel - Express X6', 'el'),
(262, 'Temando: Australia Post (eParcel): eParcel - Express X6', 'en'),
(262, 'Temando: Australia Post (eParcel): eParcel - Express X6', 'es'),
(262, 'Temando: Australia Post (eParcel): eParcel - Express X6', 'fr'),
(262, 'Temando: Australia Post (eParcel): eParcel - Express X6', 'it'),
(262, 'Temando: Australia Post (eParcel): eParcel - Express X6', 'nl'),
(262, 'Temando: Australia Post (eParcel): eParcel - Express X6', 'no'),
(262, 'Temando: Australia Post (eParcel): eParcel - Express X6', 'pt'),
(262, 'Temando: Australia Post (eParcel): eParcel - Express X6', 'ro'),
(262, 'Temando: Australia Post (eParcel): eParcel - Express X6', 'ru'),
(263, 'Temando: Australia Post (eParcel): eParcel Express X5', 'da'),
(263, 'Temando: Australia Post (eParcel): eParcel Express X5', 'de'),
(263, 'Temando: Australia Post (eParcel): eParcel Express X5', 'el'),
(263, 'Temando: Australia Post (eParcel): eParcel Express X5', 'en'),
(263, 'Temando: Australia Post (eParcel): eParcel Express X5', 'es'),
(263, 'Temando: Australia Post (eParcel): eParcel Express X5', 'fr'),
(263, 'Temando: Australia Post (eParcel): eParcel Express X5', 'it'),
(263, 'Temando: Australia Post (eParcel): eParcel Express X5', 'nl'),
(263, 'Temando: Australia Post (eParcel): eParcel Express X5', 'no'),
(263, 'Temando: Australia Post (eParcel): eParcel Express X5', 'pt'),
(263, 'Temando: Australia Post (eParcel): eParcel Express X5', 'ro'),
(263, 'Temando: Australia Post (eParcel): eParcel Express X5', 'ru'),
(264, 'Temando: Australia Post (eParcel): Express eParcel X5- Authority to Leave (ATL)', 'da'),
(264, 'Temando: Australia Post (eParcel): Express eParcel X5- Authority to Leave (ATL)', 'de'),
(264, 'Temando: Australia Post (eParcel): Express eParcel X5- Authority to Leave (ATL)', 'el'),
(264, 'Temando: Australia Post (eParcel): Express eParcel X5- Authority to Leave (ATL)', 'en'),
(264, 'Temando: Australia Post (eParcel): Express eParcel X5- Authority to Leave (ATL)', 'es'),
(264, 'Temando: Australia Post (eParcel): Express eParcel X5- Authority to Leave (ATL)', 'fr'),
(264, 'Temando: Australia Post (eParcel): Express eParcel X5- Authority to Leave (ATL)', 'it'),
(264, 'Temando: Australia Post (eParcel): Express eParcel X5- Authority to Leave (ATL)', 'nl'),
(264, 'Temando: Australia Post (eParcel): Express eParcel X5- Authority to Leave (ATL)', 'no'),
(264, 'Temando: Australia Post (eParcel): Express eParcel X5- Authority to Leave (ATL)', 'pt'),
(264, 'Temando: Australia Post (eParcel): Express eParcel X5- Authority to Leave (ATL)', 'ro'),
(264, 'Temando: Australia Post (eParcel): Express eParcel X5- Authority to Leave (ATL)', 'ru'),
(265, 'Temando: Australia Post (eParcel): Express eParcel - Satchel Flat Rate Up to 5Kg', 'da'),
(265, 'Temando: Australia Post (eParcel): Express eParcel - Satchel Flat Rate Up to 5Kg', 'de'),
(265, 'Temando: Australia Post (eParcel): Express eParcel - Satchel Flat Rate Up to 5Kg', 'el'),
(265, 'Temando: Australia Post (eParcel): Express eParcel - Satchel Flat Rate Up to 5Kg', 'en'),
(265, 'Temando: Australia Post (eParcel): Express eParcel - Satchel Flat Rate Up to 5Kg', 'es'),
(265, 'Temando: Australia Post (eParcel): Express eParcel - Satchel Flat Rate Up to 5Kg', 'fr'),
(265, 'Temando: Australia Post (eParcel): Express eParcel - Satchel Flat Rate Up to 5Kg', 'it'),
(265, 'Temando: Australia Post (eParcel): Express eParcel - Satchel Flat Rate Up to 5Kg', 'nl'),
(265, 'Temando: Australia Post (eParcel): Express eParcel - Satchel Flat Rate Up to 5Kg', 'no'),
(265, 'Temando: Australia Post (eParcel): Express eParcel - Satchel Flat Rate Up to 5Kg', 'pt'),
(265, 'Temando: Australia Post (eParcel): Express eParcel - Satchel Flat Rate Up to 5Kg', 'ro'),
(265, 'Temando: Australia Post (eParcel): Express eParcel - Satchel Flat Rate Up to 5Kg', 'ru'),
(266, 'Temando: Australia Post (eParcel): eParcel- Wine Cartons', 'da'),
(266, 'Temando: Australia Post (eParcel): eParcel- Wine Cartons', 'de'),
(266, 'Temando: Australia Post (eParcel): eParcel- Wine Cartons', 'el'),
(266, 'Temando: Australia Post (eParcel): eParcel- Wine Cartons', 'en'),
(266, 'Temando: Australia Post (eParcel): eParcel- Wine Cartons', 'es'),
(266, 'Temando: Australia Post (eParcel): eParcel- Wine Cartons', 'fr'),
(266, 'Temando: Australia Post (eParcel): eParcel- Wine Cartons', 'it'),
(266, 'Temando: Australia Post (eParcel): eParcel- Wine Cartons', 'nl'),
(266, 'Temando: Australia Post (eParcel): eParcel- Wine Cartons', 'no'),
(266, 'Temando: Australia Post (eParcel): eParcel- Wine Cartons', 'pt'),
(266, 'Temando: Australia Post (eParcel): eParcel- Wine Cartons', 'ro'),
(266, 'Temando: Australia Post (eParcel): eParcel- Wine Cartons', 'ru'),
(267, 'Temando: Autotrans: Express (Road)', 'da'),
(267, 'Temando: Autotrans: Express (Road)', 'de'),
(267, 'Temando: Autotrans: Express (Road)', 'el'),
(267, 'Temando: Autotrans: Express (Road)', 'en'),
(267, 'Temando: Autotrans: Express (Road)', 'es'),
(267, 'Temando: Autotrans: Express (Road)', 'fr'),
(267, 'Temando: Autotrans: Express (Road)', 'it'),
(267, 'Temando: Autotrans: Express (Road)', 'nl'),
(267, 'Temando: Autotrans: Express (Road)', 'no'),
(267, 'Temando: Autotrans: Express (Road)', 'pt'),
(267, 'Temando: Autotrans: Express (Road)', 'ro'),
(267, 'Temando: Autotrans: Express (Road)', 'ru'),
(268, 'Temando: Autotrans: General (Road)', 'da'),
(268, 'Temando: Autotrans: General (Road)', 'de'),
(268, 'Temando: Autotrans: General (Road)', 'el'),
(268, 'Temando: Autotrans: General (Road)', 'en'),
(268, 'Temando: Autotrans: General (Road)', 'es'),
(268, 'Temando: Autotrans: General (Road)', 'fr'),
(268, 'Temando: Autotrans: General (Road)', 'it'),
(268, 'Temando: Autotrans: General (Road)', 'nl'),
(268, 'Temando: Autotrans: General (Road)', 'no'),
(268, 'Temando: Autotrans: General (Road)', 'pt'),
(268, 'Temando: Autotrans: General (Road)', 'ro'),
(268, 'Temando: Autotrans: General (Road)', 'ru'),
(269, 'Temando: Bluestar Logistics Bulk: 1 Man Tailgate', 'da'),
(269, 'Temando: Bluestar Logistics Bulk: 1 Man Tailgate', 'de'),
(269, 'Temando: Bluestar Logistics Bulk: 1 Man Tailgate', 'el'),
(269, 'Temando: Bluestar Logistics Bulk: 1 Man Tailgate', 'en'),
(269, 'Temando: Bluestar Logistics Bulk: 1 Man Tailgate', 'es'),
(269, 'Temando: Bluestar Logistics Bulk: 1 Man Tailgate', 'fr'),
(269, 'Temando: Bluestar Logistics Bulk: 1 Man Tailgate', 'it'),
(269, 'Temando: Bluestar Logistics Bulk: 1 Man Tailgate', 'nl'),
(269, 'Temando: Bluestar Logistics Bulk: 1 Man Tailgate', 'no'),
(269, 'Temando: Bluestar Logistics Bulk: 1 Man Tailgate', 'pt'),
(269, 'Temando: Bluestar Logistics Bulk: 1 Man Tailgate', 'ro'),
(269, 'Temando: Bluestar Logistics Bulk: 1 Man Tailgate', 'ru'),
(270, 'Temando: Bluestar Logistics Bulk: 2 Man Tailgate', 'da'),
(270, 'Temando: Bluestar Logistics Bulk: 2 Man Tailgate', 'de'),
(270, 'Temando: Bluestar Logistics Bulk: 2 Man Tailgate', 'el'),
(270, 'Temando: Bluestar Logistics Bulk: 2 Man Tailgate', 'en'),
(270, 'Temando: Bluestar Logistics Bulk: 2 Man Tailgate', 'es'),
(270, 'Temando: Bluestar Logistics Bulk: 2 Man Tailgate', 'fr'),
(270, 'Temando: Bluestar Logistics Bulk: 2 Man Tailgate', 'it'),
(270, 'Temando: Bluestar Logistics Bulk: 2 Man Tailgate', 'nl'),
(270, 'Temando: Bluestar Logistics Bulk: 2 Man Tailgate', 'no'),
(270, 'Temando: Bluestar Logistics Bulk: 2 Man Tailgate', 'pt'),
(270, 'Temando: Bluestar Logistics Bulk: 2 Man Tailgate', 'ro'),
(270, 'Temando: Bluestar Logistics Bulk: 2 Man Tailgate', 'ru'),
(271, 'Temando: Bluestar Logistics Bulk: Road Express', 'da'),
(271, 'Temando: Bluestar Logistics Bulk: Road Express', 'de'),
(271, 'Temando: Bluestar Logistics Bulk: Road Express', 'el'),
(271, 'Temando: Bluestar Logistics Bulk: Road Express', 'en'),
(271, 'Temando: Bluestar Logistics Bulk: Road Express', 'es'),
(271, 'Temando: Bluestar Logistics Bulk: Road Express', 'fr'),
(271, 'Temando: Bluestar Logistics Bulk: Road Express', 'it'),
(271, 'Temando: Bluestar Logistics Bulk: Road Express', 'nl'),
(271, 'Temando: Bluestar Logistics Bulk: Road Express', 'no'),
(271, 'Temando: Bluestar Logistics Bulk: Road Express', 'pt'),
(271, 'Temando: Bluestar Logistics Bulk: Road Express', 'ro'),
(271, 'Temando: Bluestar Logistics Bulk: Road Express', 'ru'),
(272, 'Temando: Bluestar Logistics Bulk: Per Pallet Rates', 'da'),
(272, 'Temando: Bluestar Logistics Bulk: Per Pallet Rates', 'de'),
(272, 'Temando: Bluestar Logistics Bulk: Per Pallet Rates', 'el'),
(272, 'Temando: Bluestar Logistics Bulk: Per Pallet Rates', 'en'),
(272, 'Temando: Bluestar Logistics Bulk: Per Pallet Rates', 'es'),
(272, 'Temando: Bluestar Logistics Bulk: Per Pallet Rates', 'fr'),
(272, 'Temando: Bluestar Logistics Bulk: Per Pallet Rates', 'it'),
(272, 'Temando: Bluestar Logistics Bulk: Per Pallet Rates', 'nl'),
(272, 'Temando: Bluestar Logistics Bulk: Per Pallet Rates', 'no'),
(272, 'Temando: Bluestar Logistics Bulk: Per Pallet Rates', 'pt'),
(272, 'Temando: Bluestar Logistics Bulk: Per Pallet Rates', 'ro'),
(272, 'Temando: Bluestar Logistics Bulk: Per Pallet Rates', 'ru'),
(273, 'Temando: Bohaul Express (locked): Express (Road)', 'da'),
(273, 'Temando: Bohaul Express (locked): Express (Road)', 'de'),
(273, 'Temando: Bohaul Express (locked): Express (Road)', 'el'),
(273, 'Temando: Bohaul Express (locked): Express (Road)', 'en'),
(273, 'Temando: Bohaul Express (locked): Express (Road)', 'es'),
(273, 'Temando: Bohaul Express (locked): Express (Road)', 'fr'),
(273, 'Temando: Bohaul Express (locked): Express (Road)', 'it'),
(273, 'Temando: Bohaul Express (locked): Express (Road)', 'nl'),
(273, 'Temando: Bohaul Express (locked): Express (Road)', 'no'),
(273, 'Temando: Bohaul Express (locked): Express (Road)', 'pt'),
(273, 'Temando: Bohaul Express (locked): Express (Road)', 'ro'),
(273, 'Temando: Bohaul Express (locked): Express (Road)', 'ru'),
(274, 'Temando: Bohaul Express (locked): General (Road)', 'da'),
(274, 'Temando: Bohaul Express (locked): General (Road)', 'de'),
(274, 'Temando: Bohaul Express (locked): General (Road)', 'el'),
(274, 'Temando: Bohaul Express (locked): General (Road)', 'en'),
(274, 'Temando: Bohaul Express (locked): General (Road)', 'es'),
(274, 'Temando: Bohaul Express (locked): General (Road)', 'fr'),
(274, 'Temando: Bohaul Express (locked): General (Road)', 'it'),
(274, 'Temando: Bohaul Express (locked): General (Road)', 'nl'),
(274, 'Temando: Bohaul Express (locked): General (Road)', 'no'),
(274, 'Temando: Bohaul Express (locked): General (Road)', 'pt'),
(274, 'Temando: Bohaul Express (locked): General (Road)', 'ro'),
(274, 'Temando: Bohaul Express (locked): General (Road)', 'ru'),
(275, 'Temando: Bulk Transport: Truckload- B double 34 pallet max (2.4m high max))', 'da'),
(275, 'Temando: Bulk Transport: Truckload- B double 34 pallet max (2.4m high max))', 'de'),
(275, 'Temando: Bulk Transport: Truckload- B double 34 pallet max (2.4m high max))', 'el'),
(275, 'Temando: Bulk Transport: Truckload- B double 34 pallet max (2.4m high max))', 'en'),
(275, 'Temando: Bulk Transport: Truckload- B double 34 pallet max (2.4m high max))', 'es'),
(275, 'Temando: Bulk Transport: Truckload- B double 34 pallet max (2.4m high max))', 'fr'),
(275, 'Temando: Bulk Transport: Truckload- B double 34 pallet max (2.4m high max))', 'it'),
(275, 'Temando: Bulk Transport: Truckload- B double 34 pallet max (2.4m high max))', 'nl'),
(275, 'Temando: Bulk Transport: Truckload- B double 34 pallet max (2.4m high max))', 'no'),
(275, 'Temando: Bulk Transport: Truckload- B double 34 pallet max (2.4m high max))', 'pt'),
(275, 'Temando: Bulk Transport: Truckload- B double 34 pallet max (2.4m high max))', 'ro'),
(275, 'Temando: Bulk Transport: Truckload- B double 34 pallet max (2.4m high max))', 'ru'),
(276, 'Temando: Bulk Transport: Truckload- Single 22pallet max, (2.4 high Max)', 'da'),
(276, 'Temando: Bulk Transport: Truckload- Single 22pallet max, (2.4 high Max)', 'de'),
(276, 'Temando: Bulk Transport: Truckload- Single 22pallet max, (2.4 high Max)', 'el'),
(276, 'Temando: Bulk Transport: Truckload- Single 22pallet max, (2.4 high Max)', 'en'),
(276, 'Temando: Bulk Transport: Truckload- Single 22pallet max, (2.4 high Max)', 'es'),
(276, 'Temando: Bulk Transport: Truckload- Single 22pallet max, (2.4 high Max)', 'fr'),
(276, 'Temando: Bulk Transport: Truckload- Single 22pallet max, (2.4 high Max)', 'it'),
(276, 'Temando: Bulk Transport: Truckload- Single 22pallet max, (2.4 high Max)', 'nl'),
(276, 'Temando: Bulk Transport: Truckload- Single 22pallet max, (2.4 high Max)', 'no'),
(276, 'Temando: Bulk Transport: Truckload- Single 22pallet max, (2.4 high Max)', 'pt'),
(276, 'Temando: Bulk Transport: Truckload- Single 22pallet max, (2.4 high Max)', 'ro'),
(276, 'Temando: Bulk Transport: Truckload- Single 22pallet max, (2.4 high Max)', 'ru'),
(277, 'Temando: Bulk Transport: Tailgate Lift Required', 'da'),
(277, 'Temando: Bulk Transport: Tailgate Lift Required', 'de'),
(277, 'Temando: Bulk Transport: Tailgate Lift Required', 'el'),
(277, 'Temando: Bulk Transport: Tailgate Lift Required', 'en'),
(277, 'Temando: Bulk Transport: Tailgate Lift Required', 'es'),
(277, 'Temando: Bulk Transport: Tailgate Lift Required', 'fr'),
(277, 'Temando: Bulk Transport: Tailgate Lift Required', 'it'),
(277, 'Temando: Bulk Transport: Tailgate Lift Required', 'nl'),
(277, 'Temando: Bulk Transport: Tailgate Lift Required', 'no'),
(277, 'Temando: Bulk Transport: Tailgate Lift Required', 'pt'),
(277, 'Temando: Bulk Transport: Tailgate Lift Required', 'ro'),
(277, 'Temando: Bulk Transport: Tailgate Lift Required', 'ru'),
(278, 'Temando: Bulk Transport: Express', 'da'),
(278, 'Temando: Bulk Transport: Express', 'de'),
(278, 'Temando: Bulk Transport: Express', 'el'),
(278, 'Temando: Bulk Transport: Express', 'en'),
(278, 'Temando: Bulk Transport: Express', 'es'),
(278, 'Temando: Bulk Transport: Express', 'fr'),
(278, 'Temando: Bulk Transport: Express', 'it'),
(278, 'Temando: Bulk Transport: Express', 'nl'),
(278, 'Temando: Bulk Transport: Express', 'no'),
(278, 'Temando: Bulk Transport: Express', 'pt'),
(278, 'Temando: Bulk Transport: Express', 'ro'),
(278, 'Temando: Bulk Transport: Express', 'ru'),
(279, 'Temando: Capital Transport: Express (Road)', 'da'),
(279, 'Temando: Capital Transport: Express (Road)', 'de'),
(279, 'Temando: Capital Transport: Express (Road)', 'el'),
(279, 'Temando: Capital Transport: Express (Road)', 'en'),
(279, 'Temando: Capital Transport: Express (Road)', 'es'),
(279, 'Temando: Capital Transport: Express (Road)', 'fr'),
(279, 'Temando: Capital Transport: Express (Road)', 'it'),
(279, 'Temando: Capital Transport: Express (Road)', 'nl'),
(279, 'Temando: Capital Transport: Express (Road)', 'no'),
(279, 'Temando: Capital Transport: Express (Road)', 'pt'),
(279, 'Temando: Capital Transport: Express (Road)', 'ro'),
(279, 'Temando: Capital Transport: Express (Road)', 'ru'),
(280, 'Temando: Capital Transport: General (Road)', 'da'),
(280, 'Temando: Capital Transport: General (Road)', 'de'),
(280, 'Temando: Capital Transport: General (Road)', 'el'),
(280, 'Temando: Capital Transport: General (Road)', 'en'),
(280, 'Temando: Capital Transport: General (Road)', 'es'),
(280, 'Temando: Capital Transport: General (Road)', 'fr'),
(280, 'Temando: Capital Transport: General (Road)', 'it'),
(280, 'Temando: Capital Transport: General (Road)', 'nl'),
(280, 'Temando: Capital Transport: General (Road)', 'no'),
(280, 'Temando: Capital Transport: General (Road)', 'pt'),
(280, 'Temando: Capital Transport: General (Road)', 'ro'),
(280, 'Temando: Capital Transport: General (Road)', 'ru'),
(281, 'Temando: Capital Transport Courier: same day', 'da'),
(281, 'Temando: Capital Transport Courier: same day', 'de'),
(281, 'Temando: Capital Transport Courier: same day', 'el'),
(281, 'Temando: Capital Transport Courier: same day', 'en'),
(281, 'Temando: Capital Transport Courier: same day', 'es'),
(281, 'Temando: Capital Transport Courier: same day', 'fr'),
(281, 'Temando: Capital Transport Courier: same day', 'it'),
(281, 'Temando: Capital Transport Courier: same day', 'nl'),
(281, 'Temando: Capital Transport Courier: same day', 'no'),
(281, 'Temando: Capital Transport Courier: same day', 'pt'),
(281, 'Temando: Capital Transport Courier: same day', 'ro'),
(281, 'Temando: Capital Transport Courier: same day', 'ru'),
(282, 'Temando: Capital Transport HDS: Home Delivery Service', 'da'),
(282, 'Temando: Capital Transport HDS: Home Delivery Service', 'de'),
(282, 'Temando: Capital Transport HDS: Home Delivery Service', 'el'),
(282, 'Temando: Capital Transport HDS: Home Delivery Service', 'en'),
(282, 'Temando: Capital Transport HDS: Home Delivery Service', 'es'),
(282, 'Temando: Capital Transport HDS: Home Delivery Service', 'fr'),
(282, 'Temando: Capital Transport HDS: Home Delivery Service', 'it'),
(282, 'Temando: Capital Transport HDS: Home Delivery Service', 'nl'),
(282, 'Temando: Capital Transport HDS: Home Delivery Service', 'no'),
(282, 'Temando: Capital Transport HDS: Home Delivery Service', 'pt'),
(282, 'Temando: Capital Transport HDS: Home Delivery Service', 'ro'),
(282, 'Temando: Capital Transport HDS: Home Delivery Service', 'ru'),
(283, 'Temando: Ceva Logistics: General (Road)', 'da'),
(283, 'Temando: Ceva Logistics: General (Road)', 'de'),
(283, 'Temando: Ceva Logistics: General (Road)', 'el'),
(283, 'Temando: Ceva Logistics: General (Road)', 'en'),
(283, 'Temando: Ceva Logistics: General (Road)', 'es'),
(283, 'Temando: Ceva Logistics: General (Road)', 'fr'),
(283, 'Temando: Ceva Logistics: General (Road)', 'it'),
(283, 'Temando: Ceva Logistics: General (Road)', 'nl'),
(283, 'Temando: Ceva Logistics: General (Road)', 'no'),
(283, 'Temando: Ceva Logistics: General (Road)', 'pt'),
(283, 'Temando: Ceva Logistics: General (Road)', 'ro'),
(283, 'Temando: Ceva Logistics: General (Road)', 'ru'),
(284, 'Temando: Civic Transport Services: Sameday Truck <1000kgs', 'da'),
(284, 'Temando: Civic Transport Services: Sameday Truck <1000kgs', 'de'),
(284, 'Temando: Civic Transport Services: Sameday Truck <1000kgs', 'el'),
(284, 'Temando: Civic Transport Services: Sameday Truck <1000kgs', 'en'),
(284, 'Temando: Civic Transport Services: Sameday Truck <1000kgs', 'es'),
(284, 'Temando: Civic Transport Services: Sameday Truck <1000kgs', 'fr'),
(284, 'Temando: Civic Transport Services: Sameday Truck <1000kgs', 'it'),
(284, 'Temando: Civic Transport Services: Sameday Truck <1000kgs', 'nl'),
(284, 'Temando: Civic Transport Services: Sameday Truck <1000kgs', 'no'),
(284, 'Temando: Civic Transport Services: Sameday Truck <1000kgs', 'pt'),
(284, 'Temando: Civic Transport Services: Sameday Truck <1000kgs', 'ro'),
(284, 'Temando: Civic Transport Services: Sameday Truck <1000kgs', 'ru'),
(285, 'Temando: Civic Transport Services: Sameday Courier <25kgs', 'da'),
(285, 'Temando: Civic Transport Services: Sameday Courier <25kgs', 'de'),
(285, 'Temando: Civic Transport Services: Sameday Courier <25kgs', 'el'),
(285, 'Temando: Civic Transport Services: Sameday Courier <25kgs', 'en'),
(285, 'Temando: Civic Transport Services: Sameday Courier <25kgs', 'es'),
(285, 'Temando: Civic Transport Services: Sameday Courier <25kgs', 'fr'),
(285, 'Temando: Civic Transport Services: Sameday Courier <25kgs', 'it'),
(285, 'Temando: Civic Transport Services: Sameday Courier <25kgs', 'nl'),
(285, 'Temando: Civic Transport Services: Sameday Courier <25kgs', 'no'),
(285, 'Temando: Civic Transport Services: Sameday Courier <25kgs', 'pt'),
(285, 'Temando: Civic Transport Services: Sameday Courier <25kgs', 'ro'),
(285, 'Temando: Civic Transport Services: Sameday Courier <25kgs', 'ru'),
(286, 'Temando: Civic Transport Services: Sameday Ute/Van <500kgs', 'da'),
(286, 'Temando: Civic Transport Services: Sameday Ute/Van <500kgs', 'de'),
(286, 'Temando: Civic Transport Services: Sameday Ute/Van <500kgs', 'el'),
(286, 'Temando: Civic Transport Services: Sameday Ute/Van <500kgs', 'en'),
(286, 'Temando: Civic Transport Services: Sameday Ute/Van <500kgs', 'es'),
(286, 'Temando: Civic Transport Services: Sameday Ute/Van <500kgs', 'fr'),
(286, 'Temando: Civic Transport Services: Sameday Ute/Van <500kgs', 'it'),
(286, 'Temando: Civic Transport Services: Sameday Ute/Van <500kgs', 'nl');
INSERT INTO `partiushop_shipping_service_descriptions` (`service_id`, `description`, `lang_code`) VALUES
(286, 'Temando: Civic Transport Services: Sameday Ute/Van <500kgs', 'no'),
(286, 'Temando: Civic Transport Services: Sameday Ute/Van <500kgs', 'pt'),
(286, 'Temando: Civic Transport Services: Sameday Ute/Van <500kgs', 'ro'),
(286, 'Temando: Civic Transport Services: Sameday Ute/Van <500kgs', 'ru'),
(287, 'Temando: Concord Park: Pallets', 'da'),
(287, 'Temando: Concord Park: Pallets', 'de'),
(287, 'Temando: Concord Park: Pallets', 'el'),
(287, 'Temando: Concord Park: Pallets', 'en'),
(287, 'Temando: Concord Park: Pallets', 'es'),
(287, 'Temando: Concord Park: Pallets', 'fr'),
(287, 'Temando: Concord Park: Pallets', 'it'),
(287, 'Temando: Concord Park: Pallets', 'nl'),
(287, 'Temando: Concord Park: Pallets', 'no'),
(287, 'Temando: Concord Park: Pallets', 'pt'),
(287, 'Temando: Concord Park: Pallets', 'ro'),
(287, 'Temando: Concord Park: Pallets', 'ru'),
(288, 'Temando: Cope Sensitive Freight: Standard 1 Man service (perm pickups only)', 'da'),
(288, 'Temando: Cope Sensitive Freight: Standard 1 Man service (perm pickups only)', 'de'),
(288, 'Temando: Cope Sensitive Freight: Standard 1 Man service (perm pickups only)', 'el'),
(288, 'Temando: Cope Sensitive Freight: Standard 1 Man service (perm pickups only)', 'en'),
(288, 'Temando: Cope Sensitive Freight: Standard 1 Man service (perm pickups only)', 'es'),
(288, 'Temando: Cope Sensitive Freight: Standard 1 Man service (perm pickups only)', 'fr'),
(288, 'Temando: Cope Sensitive Freight: Standard 1 Man service (perm pickups only)', 'it'),
(288, 'Temando: Cope Sensitive Freight: Standard 1 Man service (perm pickups only)', 'nl'),
(288, 'Temando: Cope Sensitive Freight: Standard 1 Man service (perm pickups only)', 'no'),
(288, 'Temando: Cope Sensitive Freight: Standard 1 Man service (perm pickups only)', 'pt'),
(288, 'Temando: Cope Sensitive Freight: Standard 1 Man service (perm pickups only)', 'ro'),
(288, 'Temando: Cope Sensitive Freight: Standard 1 Man service (perm pickups only)', 'ru'),
(289, 'Temando: Cope Sensitive Freight: 1 Man Tailgate Service (Perm pick up ONLY)', 'da'),
(289, 'Temando: Cope Sensitive Freight: 1 Man Tailgate Service (Perm pick up ONLY)', 'de'),
(289, 'Temando: Cope Sensitive Freight: 1 Man Tailgate Service (Perm pick up ONLY)', 'el'),
(289, 'Temando: Cope Sensitive Freight: 1 Man Tailgate Service (Perm pick up ONLY)', 'en'),
(289, 'Temando: Cope Sensitive Freight: 1 Man Tailgate Service (Perm pick up ONLY)', 'es'),
(289, 'Temando: Cope Sensitive Freight: 1 Man Tailgate Service (Perm pick up ONLY)', 'fr'),
(289, 'Temando: Cope Sensitive Freight: 1 Man Tailgate Service (Perm pick up ONLY)', 'it'),
(289, 'Temando: Cope Sensitive Freight: 1 Man Tailgate Service (Perm pick up ONLY)', 'nl'),
(289, 'Temando: Cope Sensitive Freight: 1 Man Tailgate Service (Perm pick up ONLY)', 'no'),
(289, 'Temando: Cope Sensitive Freight: 1 Man Tailgate Service (Perm pick up ONLY)', 'pt'),
(289, 'Temando: Cope Sensitive Freight: 1 Man Tailgate Service (Perm pick up ONLY)', 'ro'),
(289, 'Temando: Cope Sensitive Freight: 1 Man Tailgate Service (Perm pick up ONLY)', 'ru'),
(290, 'Temando: Couriers Please: 1 Kg Parcel', 'da'),
(290, 'Temando: Couriers Please: 1 Kg Parcel', 'de'),
(290, 'Temando: Couriers Please: 1 Kg Parcel', 'el'),
(290, 'Temando: Couriers Please: 1 Kg Parcel', 'en'),
(290, 'Temando: Couriers Please: 1 Kg Parcel', 'es'),
(290, 'Temando: Couriers Please: 1 Kg Parcel', 'fr'),
(290, 'Temando: Couriers Please: 1 Kg Parcel', 'it'),
(290, 'Temando: Couriers Please: 1 Kg Parcel', 'nl'),
(290, 'Temando: Couriers Please: 1 Kg Parcel', 'no'),
(290, 'Temando: Couriers Please: 1 Kg Parcel', 'pt'),
(290, 'Temando: Couriers Please: 1 Kg Parcel', 'ro'),
(290, 'Temando: Couriers Please: 1 Kg Parcel', 'ru'),
(291, 'Temando: Couriers Please: Satchel 1kg (max weight) satchel required', 'da'),
(291, 'Temando: Couriers Please: Satchel 1kg (max weight) satchel required', 'de'),
(291, 'Temando: Couriers Please: Satchel 1kg (max weight) satchel required', 'el'),
(291, 'Temando: Couriers Please: Satchel 1kg (max weight) satchel required', 'en'),
(291, 'Temando: Couriers Please: Satchel 1kg (max weight) satchel required', 'es'),
(291, 'Temando: Couriers Please: Satchel 1kg (max weight) satchel required', 'fr'),
(291, 'Temando: Couriers Please: Satchel 1kg (max weight) satchel required', 'it'),
(291, 'Temando: Couriers Please: Satchel 1kg (max weight) satchel required', 'nl'),
(291, 'Temando: Couriers Please: Satchel 1kg (max weight) satchel required', 'no'),
(291, 'Temando: Couriers Please: Satchel 1kg (max weight) satchel required', 'pt'),
(291, 'Temando: Couriers Please: Satchel 1kg (max weight) satchel required', 'ro'),
(291, 'Temando: Couriers Please: Satchel 1kg (max weight) satchel required', 'ru'),
(292, 'Temando: Couriers Please: 3Kg Parcel', 'da'),
(292, 'Temando: Couriers Please: 3Kg Parcel', 'de'),
(292, 'Temando: Couriers Please: 3Kg Parcel', 'el'),
(292, 'Temando: Couriers Please: 3Kg Parcel', 'en'),
(292, 'Temando: Couriers Please: 3Kg Parcel', 'es'),
(292, 'Temando: Couriers Please: 3Kg Parcel', 'fr'),
(292, 'Temando: Couriers Please: 3Kg Parcel', 'it'),
(292, 'Temando: Couriers Please: 3Kg Parcel', 'nl'),
(292, 'Temando: Couriers Please: 3Kg Parcel', 'no'),
(292, 'Temando: Couriers Please: 3Kg Parcel', 'pt'),
(292, 'Temando: Couriers Please: 3Kg Parcel', 'ro'),
(292, 'Temando: Couriers Please: 3Kg Parcel', 'ru'),
(293, 'Temando: Couriers Please: Satchel 3kg (max weight) satchel required', 'da'),
(293, 'Temando: Couriers Please: Satchel 3kg (max weight) satchel required', 'de'),
(293, 'Temando: Couriers Please: Satchel 3kg (max weight) satchel required', 'el'),
(293, 'Temando: Couriers Please: Satchel 3kg (max weight) satchel required', 'en'),
(293, 'Temando: Couriers Please: Satchel 3kg (max weight) satchel required', 'es'),
(293, 'Temando: Couriers Please: Satchel 3kg (max weight) satchel required', 'fr'),
(293, 'Temando: Couriers Please: Satchel 3kg (max weight) satchel required', 'it'),
(293, 'Temando: Couriers Please: Satchel 3kg (max weight) satchel required', 'nl'),
(293, 'Temando: Couriers Please: Satchel 3kg (max weight) satchel required', 'no'),
(293, 'Temando: Couriers Please: Satchel 3kg (max weight) satchel required', 'pt'),
(293, 'Temando: Couriers Please: Satchel 3kg (max weight) satchel required', 'ro'),
(293, 'Temando: Couriers Please: Satchel 3kg (max weight) satchel required', 'ru'),
(294, 'Temando: Couriers Please: 5Kg Parcel', 'da'),
(294, 'Temando: Couriers Please: 5Kg Parcel', 'de'),
(294, 'Temando: Couriers Please: 5Kg Parcel', 'el'),
(294, 'Temando: Couriers Please: 5Kg Parcel', 'en'),
(294, 'Temando: Couriers Please: 5Kg Parcel', 'es'),
(294, 'Temando: Couriers Please: 5Kg Parcel', 'fr'),
(294, 'Temando: Couriers Please: 5Kg Parcel', 'it'),
(294, 'Temando: Couriers Please: 5Kg Parcel', 'nl'),
(294, 'Temando: Couriers Please: 5Kg Parcel', 'no'),
(294, 'Temando: Couriers Please: 5Kg Parcel', 'pt'),
(294, 'Temando: Couriers Please: 5Kg Parcel', 'ro'),
(294, 'Temando: Couriers Please: 5Kg Parcel', 'ru'),
(295, 'Temando: Couriers Please: Satchel 5kg (max weight) satchel required', 'da'),
(295, 'Temando: Couriers Please: Satchel 5kg (max weight) satchel required', 'de'),
(295, 'Temando: Couriers Please: Satchel 5kg (max weight) satchel required', 'el'),
(295, 'Temando: Couriers Please: Satchel 5kg (max weight) satchel required', 'en'),
(295, 'Temando: Couriers Please: Satchel 5kg (max weight) satchel required', 'es'),
(295, 'Temando: Couriers Please: Satchel 5kg (max weight) satchel required', 'fr'),
(295, 'Temando: Couriers Please: Satchel 5kg (max weight) satchel required', 'it'),
(295, 'Temando: Couriers Please: Satchel 5kg (max weight) satchel required', 'nl'),
(295, 'Temando: Couriers Please: Satchel 5kg (max weight) satchel required', 'no'),
(295, 'Temando: Couriers Please: Satchel 5kg (max weight) satchel required', 'pt'),
(295, 'Temando: Couriers Please: Satchel 5kg (max weight) satchel required', 'ro'),
(295, 'Temando: Couriers Please: Satchel 5kg (max weight) satchel required', 'ru'),
(296, 'Temando: Couriers Please Parcel: Road Service', 'da'),
(296, 'Temando: Couriers Please Parcel: Road Service', 'de'),
(296, 'Temando: Couriers Please Parcel: Road Service', 'el'),
(296, 'Temando: Couriers Please Parcel: Road Service', 'en'),
(296, 'Temando: Couriers Please Parcel: Road Service', 'es'),
(296, 'Temando: Couriers Please Parcel: Road Service', 'fr'),
(296, 'Temando: Couriers Please Parcel: Road Service', 'it'),
(296, 'Temando: Couriers Please Parcel: Road Service', 'nl'),
(296, 'Temando: Couriers Please Parcel: Road Service', 'no'),
(296, 'Temando: Couriers Please Parcel: Road Service', 'pt'),
(296, 'Temando: Couriers Please Parcel: Road Service', 'ro'),
(296, 'Temando: Couriers Please Parcel: Road Service', 'ru'),
(297, 'Temando: Couriers Please Parcel Metro: Road Service', 'da'),
(297, 'Temando: Couriers Please Parcel Metro: Road Service', 'de'),
(297, 'Temando: Couriers Please Parcel Metro: Road Service', 'el'),
(297, 'Temando: Couriers Please Parcel Metro: Road Service', 'en'),
(297, 'Temando: Couriers Please Parcel Metro: Road Service', 'es'),
(297, 'Temando: Couriers Please Parcel Metro: Road Service', 'fr'),
(297, 'Temando: Couriers Please Parcel Metro: Road Service', 'it'),
(297, 'Temando: Couriers Please Parcel Metro: Road Service', 'nl'),
(297, 'Temando: Couriers Please Parcel Metro: Road Service', 'no'),
(297, 'Temando: Couriers Please Parcel Metro: Road Service', 'pt'),
(297, 'Temando: Couriers Please Parcel Metro: Road Service', 'ro'),
(297, 'Temando: Couriers Please Parcel Metro: Road Service', 'ru'),
(298, 'Temando: Direct Couriers: Direct Couriers 1- 2 Hour Service', 'da'),
(298, 'Temando: Direct Couriers: Direct Couriers 1- 2 Hour Service', 'de'),
(298, 'Temando: Direct Couriers: Direct Couriers 1- 2 Hour Service', 'el'),
(298, 'Temando: Direct Couriers: Direct Couriers 1- 2 Hour Service', 'en'),
(298, 'Temando: Direct Couriers: Direct Couriers 1- 2 Hour Service', 'es'),
(298, 'Temando: Direct Couriers: Direct Couriers 1- 2 Hour Service', 'fr'),
(298, 'Temando: Direct Couriers: Direct Couriers 1- 2 Hour Service', 'it'),
(298, 'Temando: Direct Couriers: Direct Couriers 1- 2 Hour Service', 'nl'),
(298, 'Temando: Direct Couriers: Direct Couriers 1- 2 Hour Service', 'no'),
(298, 'Temando: Direct Couriers: Direct Couriers 1- 2 Hour Service', 'pt'),
(298, 'Temando: Direct Couriers: Direct Couriers 1- 2 Hour Service', 'ro'),
(298, 'Temando: Direct Couriers: Direct Couriers 1- 2 Hour Service', 'ru'),
(299, 'Temando: Direct Couriers: Direct Couriers 3-4 Hour Service', 'da'),
(299, 'Temando: Direct Couriers: Direct Couriers 3-4 Hour Service', 'de'),
(299, 'Temando: Direct Couriers: Direct Couriers 3-4 Hour Service', 'el'),
(299, 'Temando: Direct Couriers: Direct Couriers 3-4 Hour Service', 'en'),
(299, 'Temando: Direct Couriers: Direct Couriers 3-4 Hour Service', 'es'),
(299, 'Temando: Direct Couriers: Direct Couriers 3-4 Hour Service', 'fr'),
(299, 'Temando: Direct Couriers: Direct Couriers 3-4 Hour Service', 'it'),
(299, 'Temando: Direct Couriers: Direct Couriers 3-4 Hour Service', 'nl'),
(299, 'Temando: Direct Couriers: Direct Couriers 3-4 Hour Service', 'no'),
(299, 'Temando: Direct Couriers: Direct Couriers 3-4 Hour Service', 'pt'),
(299, 'Temando: Direct Couriers: Direct Couriers 3-4 Hour Service', 'ro'),
(299, 'Temando: Direct Couriers: Direct Couriers 3-4 Hour Service', 'ru'),
(300, 'Temando: Direct Couriers: Direct Couriers ASAP Service', 'da'),
(300, 'Temando: Direct Couriers: Direct Couriers ASAP Service', 'de'),
(300, 'Temando: Direct Couriers: Direct Couriers ASAP Service', 'el'),
(300, 'Temando: Direct Couriers: Direct Couriers ASAP Service', 'en'),
(300, 'Temando: Direct Couriers: Direct Couriers ASAP Service', 'es'),
(300, 'Temando: Direct Couriers: Direct Couriers ASAP Service', 'fr'),
(300, 'Temando: Direct Couriers: Direct Couriers ASAP Service', 'it'),
(300, 'Temando: Direct Couriers: Direct Couriers ASAP Service', 'nl'),
(300, 'Temando: Direct Couriers: Direct Couriers ASAP Service', 'no'),
(300, 'Temando: Direct Couriers: Direct Couriers ASAP Service', 'pt'),
(300, 'Temando: Direct Couriers: Direct Couriers ASAP Service', 'ro'),
(300, 'Temando: Direct Couriers: Direct Couriers ASAP Service', 'ru'),
(301, 'Temando: Direct Couriers (Bulk): Local Delivery (Bulk Break)', 'da'),
(301, 'Temando: Direct Couriers (Bulk): Local Delivery (Bulk Break)', 'de'),
(301, 'Temando: Direct Couriers (Bulk): Local Delivery (Bulk Break)', 'el'),
(301, 'Temando: Direct Couriers (Bulk): Local Delivery (Bulk Break)', 'en'),
(301, 'Temando: Direct Couriers (Bulk): Local Delivery (Bulk Break)', 'es'),
(301, 'Temando: Direct Couriers (Bulk): Local Delivery (Bulk Break)', 'fr'),
(301, 'Temando: Direct Couriers (Bulk): Local Delivery (Bulk Break)', 'it'),
(301, 'Temando: Direct Couriers (Bulk): Local Delivery (Bulk Break)', 'nl'),
(301, 'Temando: Direct Couriers (Bulk): Local Delivery (Bulk Break)', 'no'),
(301, 'Temando: Direct Couriers (Bulk): Local Delivery (Bulk Break)', 'pt'),
(301, 'Temando: Direct Couriers (Bulk): Local Delivery (Bulk Break)', 'ro'),
(301, 'Temando: Direct Couriers (Bulk): Local Delivery (Bulk Break)', 'ru'),
(302, 'Temando: Door 2 Door Car Carrying: General (Road)', 'da'),
(302, 'Temando: Door 2 Door Car Carrying: General (Road)', 'de'),
(302, 'Temando: Door 2 Door Car Carrying: General (Road)', 'el'),
(302, 'Temando: Door 2 Door Car Carrying: General (Road)', 'en'),
(302, 'Temando: Door 2 Door Car Carrying: General (Road)', 'es'),
(302, 'Temando: Door 2 Door Car Carrying: General (Road)', 'fr'),
(302, 'Temando: Door 2 Door Car Carrying: General (Road)', 'it'),
(302, 'Temando: Door 2 Door Car Carrying: General (Road)', 'nl'),
(302, 'Temando: Door 2 Door Car Carrying: General (Road)', 'no'),
(302, 'Temando: Door 2 Door Car Carrying: General (Road)', 'pt'),
(302, 'Temando: Door 2 Door Car Carrying: General (Road)', 'ro'),
(302, 'Temando: Door 2 Door Car Carrying: General (Road)', 'ru'),
(303, 'Temando: Door to Door Car Carrying: Road', 'da'),
(303, 'Temando: Door to Door Car Carrying: Road', 'de'),
(303, 'Temando: Door to Door Car Carrying: Road', 'el'),
(303, 'Temando: Door to Door Car Carrying: Road', 'en'),
(303, 'Temando: Door to Door Car Carrying: Road', 'es'),
(303, 'Temando: Door to Door Car Carrying: Road', 'fr'),
(303, 'Temando: Door to Door Car Carrying: Road', 'it'),
(303, 'Temando: Door to Door Car Carrying: Road', 'nl'),
(303, 'Temando: Door to Door Car Carrying: Road', 'no'),
(303, 'Temando: Door to Door Car Carrying: Road', 'pt'),
(303, 'Temando: Door to Door Car Carrying: Road', 'ro'),
(303, 'Temando: Door to Door Car Carrying: Road', 'ru'),
(304, 'Temando: Fastway Couriers A5SAT: A5/1Kg-Satchel - SATCHEL REQUIRED: CONTACT US', 'da'),
(304, 'Temando: Fastway Couriers A5SAT: A5/1Kg-Satchel - SATCHEL REQUIRED: CONTACT US', 'de'),
(304, 'Temando: Fastway Couriers A5SAT: A5/1Kg-Satchel - SATCHEL REQUIRED: CONTACT US', 'el'),
(304, 'Temando: Fastway Couriers A5SAT: A5/1Kg-Satchel - SATCHEL REQUIRED: CONTACT US', 'en'),
(304, 'Temando: Fastway Couriers A5SAT: A5/1Kg-Satchel - SATCHEL REQUIRED: CONTACT US', 'es'),
(304, 'Temando: Fastway Couriers A5SAT: A5/1Kg-Satchel - SATCHEL REQUIRED: CONTACT US', 'fr'),
(304, 'Temando: Fastway Couriers A5SAT: A5/1Kg-Satchel - SATCHEL REQUIRED: CONTACT US', 'it'),
(304, 'Temando: Fastway Couriers A5SAT: A5/1Kg-Satchel - SATCHEL REQUIRED: CONTACT US', 'nl'),
(304, 'Temando: Fastway Couriers A5SAT: A5/1Kg-Satchel - SATCHEL REQUIRED: CONTACT US', 'no'),
(304, 'Temando: Fastway Couriers A5SAT: A5/1Kg-Satchel - SATCHEL REQUIRED: CONTACT US', 'pt'),
(304, 'Temando: Fastway Couriers A5SAT: A5/1Kg-Satchel - SATCHEL REQUIRED: CONTACT US', 'ro'),
(304, 'Temando: Fastway Couriers A5SAT: A5/1Kg-Satchel - SATCHEL REQUIRED: CONTACT US', 'ru'),
(305, 'Temando: Fastway Couriers Adhoc: Metro Parcel/ Carton', 'da'),
(305, 'Temando: Fastway Couriers Adhoc: Metro Parcel/ Carton', 'de'),
(305, 'Temando: Fastway Couriers Adhoc: Metro Parcel/ Carton', 'el'),
(305, 'Temando: Fastway Couriers Adhoc: Metro Parcel/ Carton', 'en'),
(305, 'Temando: Fastway Couriers Adhoc: Metro Parcel/ Carton', 'es'),
(305, 'Temando: Fastway Couriers Adhoc: Metro Parcel/ Carton', 'fr'),
(305, 'Temando: Fastway Couriers Adhoc: Metro Parcel/ Carton', 'it'),
(305, 'Temando: Fastway Couriers Adhoc: Metro Parcel/ Carton', 'nl'),
(305, 'Temando: Fastway Couriers Adhoc: Metro Parcel/ Carton', 'no'),
(305, 'Temando: Fastway Couriers Adhoc: Metro Parcel/ Carton', 'pt'),
(305, 'Temando: Fastway Couriers Adhoc: Metro Parcel/ Carton', 'ro'),
(305, 'Temando: Fastway Couriers Adhoc: Metro Parcel/ Carton', 'ru'),
(306, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (Gr)', 'da'),
(306, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (Gr)', 'de'),
(306, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (Gr)', 'el'),
(306, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (Gr)', 'en'),
(306, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (Gr)', 'es'),
(306, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (Gr)', 'fr'),
(306, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (Gr)', 'it'),
(306, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (Gr)', 'nl'),
(306, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (Gr)', 'no'),
(306, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (Gr)', 'pt'),
(306, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (Gr)', 'ro'),
(306, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (Gr)', 'ru'),
(307, 'Temando: Fastway Couriers Adhoc: Short Haul Parcel/ Carton', 'da'),
(307, 'Temando: Fastway Couriers Adhoc: Short Haul Parcel/ Carton', 'de'),
(307, 'Temando: Fastway Couriers Adhoc: Short Haul Parcel/ Carton', 'el'),
(307, 'Temando: Fastway Couriers Adhoc: Short Haul Parcel/ Carton', 'en'),
(307, 'Temando: Fastway Couriers Adhoc: Short Haul Parcel/ Carton', 'es'),
(307, 'Temando: Fastway Couriers Adhoc: Short Haul Parcel/ Carton', 'fr'),
(307, 'Temando: Fastway Couriers Adhoc: Short Haul Parcel/ Carton', 'it'),
(307, 'Temando: Fastway Couriers Adhoc: Short Haul Parcel/ Carton', 'nl'),
(307, 'Temando: Fastway Couriers Adhoc: Short Haul Parcel/ Carton', 'no'),
(307, 'Temando: Fastway Couriers Adhoc: Short Haul Parcel/ Carton', 'pt'),
(307, 'Temando: Fastway Couriers Adhoc: Short Haul Parcel/ Carton', 'ro'),
(307, 'Temando: Fastway Couriers Adhoc: Short Haul Parcel/ Carton', 'ru'),
(308, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (Or)', 'da'),
(308, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (Or)', 'de'),
(308, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (Or)', 'el'),
(308, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (Or)', 'en'),
(308, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (Or)', 'es'),
(308, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (Or)', 'fr'),
(308, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (Or)', 'it'),
(308, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (Or)', 'nl'),
(308, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (Or)', 'no'),
(308, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (Or)', 'pt'),
(308, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (Or)', 'ro'),
(308, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (Or)', 'ru'),
(309, 'Temando: Fastway Couriers Adhoc: Medium Haul Parcel/ Carton', 'da'),
(309, 'Temando: Fastway Couriers Adhoc: Medium Haul Parcel/ Carton', 'de'),
(309, 'Temando: Fastway Couriers Adhoc: Medium Haul Parcel/ Carton', 'el'),
(309, 'Temando: Fastway Couriers Adhoc: Medium Haul Parcel/ Carton', 'en'),
(309, 'Temando: Fastway Couriers Adhoc: Medium Haul Parcel/ Carton', 'es'),
(309, 'Temando: Fastway Couriers Adhoc: Medium Haul Parcel/ Carton', 'fr'),
(309, 'Temando: Fastway Couriers Adhoc: Medium Haul Parcel/ Carton', 'it'),
(309, 'Temando: Fastway Couriers Adhoc: Medium Haul Parcel/ Carton', 'nl'),
(309, 'Temando: Fastway Couriers Adhoc: Medium Haul Parcel/ Carton', 'no'),
(309, 'Temando: Fastway Couriers Adhoc: Medium Haul Parcel/ Carton', 'pt'),
(309, 'Temando: Fastway Couriers Adhoc: Medium Haul Parcel/ Carton', 'ro'),
(309, 'Temando: Fastway Couriers Adhoc: Medium Haul Parcel/ Carton', 'ru'),
(310, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (R)', 'da'),
(310, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (R)', 'de'),
(310, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (R)', 'el'),
(310, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (R)', 'en'),
(310, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (R)', 'es'),
(310, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (R)', 'fr'),
(310, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (R)', 'it'),
(310, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (R)', 'nl'),
(310, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (R)', 'no'),
(310, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (R)', 'pt'),
(310, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (R)', 'ro'),
(310, 'Temando: Fastway Couriers Adhoc: Parcel/ Carton (R)', 'ru'),
(311, 'Temando: Fastway Couriers Adhoc: A2/5KG Satchel--SATCHEL REQUIRED: CONTACT US', 'da'),
(311, 'Temando: Fastway Couriers Adhoc: A2/5KG Satchel--SATCHEL REQUIRED: CONTACT US', 'de'),
(311, 'Temando: Fastway Couriers Adhoc: A2/5KG Satchel--SATCHEL REQUIRED: CONTACT US', 'el'),
(311, 'Temando: Fastway Couriers Adhoc: A2/5KG Satchel--SATCHEL REQUIRED: CONTACT US', 'en'),
(311, 'Temando: Fastway Couriers Adhoc: A2/5KG Satchel--SATCHEL REQUIRED: CONTACT US', 'es'),
(311, 'Temando: Fastway Couriers Adhoc: A2/5KG Satchel--SATCHEL REQUIRED: CONTACT US', 'fr'),
(311, 'Temando: Fastway Couriers Adhoc: A2/5KG Satchel--SATCHEL REQUIRED: CONTACT US', 'it'),
(311, 'Temando: Fastway Couriers Adhoc: A2/5KG Satchel--SATCHEL REQUIRED: CONTACT US', 'nl'),
(311, 'Temando: Fastway Couriers Adhoc: A2/5KG Satchel--SATCHEL REQUIRED: CONTACT US', 'no'),
(311, 'Temando: Fastway Couriers Adhoc: A2/5KG Satchel--SATCHEL REQUIRED: CONTACT US', 'pt'),
(311, 'Temando: Fastway Couriers Adhoc: A2/5KG Satchel--SATCHEL REQUIRED: CONTACT US', 'ro'),
(311, 'Temando: Fastway Couriers Adhoc: A2/5KG Satchel--SATCHEL REQUIRED: CONTACT US', 'ru'),
(312, 'Temando: Fastway Couriers Adhoc: A3/3KG Satchel--SATCHEL REQUIRED: CONTACT US', 'da'),
(312, 'Temando: Fastway Couriers Adhoc: A3/3KG Satchel--SATCHEL REQUIRED: CONTACT US', 'de'),
(312, 'Temando: Fastway Couriers Adhoc: A3/3KG Satchel--SATCHEL REQUIRED: CONTACT US', 'el'),
(312, 'Temando: Fastway Couriers Adhoc: A3/3KG Satchel--SATCHEL REQUIRED: CONTACT US', 'en'),
(312, 'Temando: Fastway Couriers Adhoc: A3/3KG Satchel--SATCHEL REQUIRED: CONTACT US', 'es'),
(312, 'Temando: Fastway Couriers Adhoc: A3/3KG Satchel--SATCHEL REQUIRED: CONTACT US', 'fr'),
(312, 'Temando: Fastway Couriers Adhoc: A3/3KG Satchel--SATCHEL REQUIRED: CONTACT US', 'it'),
(312, 'Temando: Fastway Couriers Adhoc: A3/3KG Satchel--SATCHEL REQUIRED: CONTACT US', 'nl'),
(312, 'Temando: Fastway Couriers Adhoc: A3/3KG Satchel--SATCHEL REQUIRED: CONTACT US', 'no'),
(312, 'Temando: Fastway Couriers Adhoc: A3/3KG Satchel--SATCHEL REQUIRED: CONTACT US', 'pt'),
(312, 'Temando: Fastway Couriers Adhoc: A3/3KG Satchel--SATCHEL REQUIRED: CONTACT US', 'ro'),
(312, 'Temando: Fastway Couriers Adhoc: A3/3KG Satchel--SATCHEL REQUIRED: CONTACT US', 'ru'),
(313, 'Temando: Fastway Couriers Bulk: Metro Parcel/ Carton', 'da'),
(313, 'Temando: Fastway Couriers Bulk: Metro Parcel/ Carton', 'de'),
(313, 'Temando: Fastway Couriers Bulk: Metro Parcel/ Carton', 'el'),
(313, 'Temando: Fastway Couriers Bulk: Metro Parcel/ Carton', 'en'),
(313, 'Temando: Fastway Couriers Bulk: Metro Parcel/ Carton', 'es'),
(313, 'Temando: Fastway Couriers Bulk: Metro Parcel/ Carton', 'fr'),
(313, 'Temando: Fastway Couriers Bulk: Metro Parcel/ Carton', 'it'),
(313, 'Temando: Fastway Couriers Bulk: Metro Parcel/ Carton', 'nl'),
(313, 'Temando: Fastway Couriers Bulk: Metro Parcel/ Carton', 'no'),
(313, 'Temando: Fastway Couriers Bulk: Metro Parcel/ Carton', 'pt'),
(313, 'Temando: Fastway Couriers Bulk: Metro Parcel/ Carton', 'ro'),
(313, 'Temando: Fastway Couriers Bulk: Metro Parcel/ Carton', 'ru'),
(314, 'Temando: Fastway Couriers Bulk: Depot to Door - Bulk Break', 'da'),
(314, 'Temando: Fastway Couriers Bulk: Depot to Door - Bulk Break', 'de'),
(314, 'Temando: Fastway Couriers Bulk: Depot to Door - Bulk Break', 'el'),
(314, 'Temando: Fastway Couriers Bulk: Depot to Door - Bulk Break', 'en'),
(314, 'Temando: Fastway Couriers Bulk: Depot to Door - Bulk Break', 'es'),
(314, 'Temando: Fastway Couriers Bulk: Depot to Door - Bulk Break', 'fr'),
(314, 'Temando: Fastway Couriers Bulk: Depot to Door - Bulk Break', 'it'),
(314, 'Temando: Fastway Couriers Bulk: Depot to Door - Bulk Break', 'nl'),
(314, 'Temando: Fastway Couriers Bulk: Depot to Door - Bulk Break', 'no'),
(314, 'Temando: Fastway Couriers Bulk: Depot to Door - Bulk Break', 'pt'),
(314, 'Temando: Fastway Couriers Bulk: Depot to Door - Bulk Break', 'ro'),
(314, 'Temando: Fastway Couriers Bulk: Depot to Door - Bulk Break', 'ru'),
(315, 'Temando: Fastway Couriers Bulk: Depot to Door - Per Item', 'da'),
(315, 'Temando: Fastway Couriers Bulk: Depot to Door - Per Item', 'de'),
(315, 'Temando: Fastway Couriers Bulk: Depot to Door - Per Item', 'el'),
(315, 'Temando: Fastway Couriers Bulk: Depot to Door - Per Item', 'en'),
(315, 'Temando: Fastway Couriers Bulk: Depot to Door - Per Item', 'es'),
(315, 'Temando: Fastway Couriers Bulk: Depot to Door - Per Item', 'fr'),
(315, 'Temando: Fastway Couriers Bulk: Depot to Door - Per Item', 'it'),
(315, 'Temando: Fastway Couriers Bulk: Depot to Door - Per Item', 'nl'),
(315, 'Temando: Fastway Couriers Bulk: Depot to Door - Per Item', 'no'),
(315, 'Temando: Fastway Couriers Bulk: Depot to Door - Per Item', 'pt'),
(315, 'Temando: Fastway Couriers Bulk: Depot to Door - Per Item', 'ro'),
(315, 'Temando: Fastway Couriers Bulk: Depot to Door - Per Item', 'ru'),
(316, 'Temando: Fastway Couriers Bulk: Depot to Door - Shorthaul', 'da'),
(316, 'Temando: Fastway Couriers Bulk: Depot to Door - Shorthaul', 'de'),
(316, 'Temando: Fastway Couriers Bulk: Depot to Door - Shorthaul', 'el'),
(316, 'Temando: Fastway Couriers Bulk: Depot to Door - Shorthaul', 'en'),
(316, 'Temando: Fastway Couriers Bulk: Depot to Door - Shorthaul', 'es'),
(316, 'Temando: Fastway Couriers Bulk: Depot to Door - Shorthaul', 'fr'),
(316, 'Temando: Fastway Couriers Bulk: Depot to Door - Shorthaul', 'it'),
(316, 'Temando: Fastway Couriers Bulk: Depot to Door - Shorthaul', 'nl'),
(316, 'Temando: Fastway Couriers Bulk: Depot to Door - Shorthaul', 'no'),
(316, 'Temando: Fastway Couriers Bulk: Depot to Door - Shorthaul', 'pt'),
(316, 'Temando: Fastway Couriers Bulk: Depot to Door - Shorthaul', 'ro'),
(316, 'Temando: Fastway Couriers Bulk: Depot to Door - Shorthaul', 'ru'),
(317, 'Temando: Followmont Transport: General (Road)', 'da'),
(317, 'Temando: Followmont Transport: General (Road)', 'de'),
(317, 'Temando: Followmont Transport: General (Road)', 'el'),
(317, 'Temando: Followmont Transport: General (Road)', 'en'),
(317, 'Temando: Followmont Transport: General (Road)', 'es'),
(317, 'Temando: Followmont Transport: General (Road)', 'fr'),
(317, 'Temando: Followmont Transport: General (Road)', 'it'),
(317, 'Temando: Followmont Transport: General (Road)', 'nl'),
(317, 'Temando: Followmont Transport: General (Road)', 'no'),
(317, 'Temando: Followmont Transport: General (Road)', 'pt'),
(317, 'Temando: Followmont Transport: General (Road)', 'ro'),
(317, 'Temando: Followmont Transport: General (Road)', 'ru'),
(318, 'Temando: GoParcel: Express 3 Hour (Same Day Delivery)', 'da'),
(318, 'Temando: GoParcel: Express 3 Hour (Same Day Delivery)', 'de'),
(318, 'Temando: GoParcel: Express 3 Hour (Same Day Delivery)', 'el'),
(318, 'Temando: GoParcel: Express 3 Hour (Same Day Delivery)', 'en'),
(318, 'Temando: GoParcel: Express 3 Hour (Same Day Delivery)', 'es'),
(318, 'Temando: GoParcel: Express 3 Hour (Same Day Delivery)', 'fr'),
(318, 'Temando: GoParcel: Express 3 Hour (Same Day Delivery)', 'it'),
(318, 'Temando: GoParcel: Express 3 Hour (Same Day Delivery)', 'nl'),
(318, 'Temando: GoParcel: Express 3 Hour (Same Day Delivery)', 'no'),
(318, 'Temando: GoParcel: Express 3 Hour (Same Day Delivery)', 'pt'),
(318, 'Temando: GoParcel: Express 3 Hour (Same Day Delivery)', 'ro'),
(318, 'Temando: GoParcel: Express 3 Hour (Same Day Delivery)', 'ru'),
(319, 'Temando: GoParcel (BULK): Express 3 Hour (Same Day Delivery)', 'da'),
(319, 'Temando: GoParcel (BULK): Express 3 Hour (Same Day Delivery)', 'de'),
(319, 'Temando: GoParcel (BULK): Express 3 Hour (Same Day Delivery)', 'el'),
(319, 'Temando: GoParcel (BULK): Express 3 Hour (Same Day Delivery)', 'en'),
(319, 'Temando: GoParcel (BULK): Express 3 Hour (Same Day Delivery)', 'es'),
(319, 'Temando: GoParcel (BULK): Express 3 Hour (Same Day Delivery)', 'fr'),
(319, 'Temando: GoParcel (BULK): Express 3 Hour (Same Day Delivery)', 'it'),
(319, 'Temando: GoParcel (BULK): Express 3 Hour (Same Day Delivery)', 'nl'),
(319, 'Temando: GoParcel (BULK): Express 3 Hour (Same Day Delivery)', 'no'),
(319, 'Temando: GoParcel (BULK): Express 3 Hour (Same Day Delivery)', 'pt'),
(319, 'Temando: GoParcel (BULK): Express 3 Hour (Same Day Delivery)', 'ro'),
(319, 'Temando: GoParcel (BULK): Express 3 Hour (Same Day Delivery)', 'ru'),
(320, 'Temando: Hunter Express (bulk): Bulk Service - Pre-Scheduled Pick Ups Only!', 'da'),
(320, 'Temando: Hunter Express (bulk): Bulk Service - Pre-Scheduled Pick Ups Only!', 'de'),
(320, 'Temando: Hunter Express (bulk): Bulk Service - Pre-Scheduled Pick Ups Only!', 'el'),
(320, 'Temando: Hunter Express (bulk): Bulk Service - Pre-Scheduled Pick Ups Only!', 'en'),
(320, 'Temando: Hunter Express (bulk): Bulk Service - Pre-Scheduled Pick Ups Only!', 'es'),
(320, 'Temando: Hunter Express (bulk): Bulk Service - Pre-Scheduled Pick Ups Only!', 'fr'),
(320, 'Temando: Hunter Express (bulk): Bulk Service - Pre-Scheduled Pick Ups Only!', 'it'),
(320, 'Temando: Hunter Express (bulk): Bulk Service - Pre-Scheduled Pick Ups Only!', 'nl'),
(320, 'Temando: Hunter Express (bulk): Bulk Service - Pre-Scheduled Pick Ups Only!', 'no'),
(320, 'Temando: Hunter Express (bulk): Bulk Service - Pre-Scheduled Pick Ups Only!', 'pt'),
(320, 'Temando: Hunter Express (bulk): Bulk Service - Pre-Scheduled Pick Ups Only!', 'ro'),
(320, 'Temando: Hunter Express (bulk): Bulk Service - Pre-Scheduled Pick Ups Only!', 'ru'),
(321, 'Temando: Hunter Express.: General (Road)', 'da'),
(321, 'Temando: Hunter Express.: General (Road)', 'de'),
(321, 'Temando: Hunter Express.: General (Road)', 'el'),
(321, 'Temando: Hunter Express.: General (Road)', 'en'),
(321, 'Temando: Hunter Express.: General (Road)', 'es'),
(321, 'Temando: Hunter Express.: General (Road)', 'fr'),
(321, 'Temando: Hunter Express.: General (Road)', 'it'),
(321, 'Temando: Hunter Express.: General (Road)', 'nl'),
(321, 'Temando: Hunter Express.: General (Road)', 'no'),
(321, 'Temando: Hunter Express.: General (Road)', 'pt'),
(321, 'Temando: Hunter Express.: General (Road)', 'ro'),
(321, 'Temando: Hunter Express.: General (Road)', 'ru'),
(322, 'Temando: Kings Transport Brisbane: 1T Tray/ Roof Racks (250Kg) - 2 Hour Turn Around', 'da'),
(322, 'Temando: Kings Transport Brisbane: 1T Tray/ Roof Racks (250Kg) - 2 Hour Turn Around', 'de'),
(322, 'Temando: Kings Transport Brisbane: 1T Tray/ Roof Racks (250Kg) - 2 Hour Turn Around', 'el'),
(322, 'Temando: Kings Transport Brisbane: 1T Tray/ Roof Racks (250Kg) - 2 Hour Turn Around', 'en'),
(322, 'Temando: Kings Transport Brisbane: 1T Tray/ Roof Racks (250Kg) - 2 Hour Turn Around', 'es'),
(322, 'Temando: Kings Transport Brisbane: 1T Tray/ Roof Racks (250Kg) - 2 Hour Turn Around', 'fr'),
(322, 'Temando: Kings Transport Brisbane: 1T Tray/ Roof Racks (250Kg) - 2 Hour Turn Around', 'it'),
(322, 'Temando: Kings Transport Brisbane: 1T Tray/ Roof Racks (250Kg) - 2 Hour Turn Around', 'nl'),
(322, 'Temando: Kings Transport Brisbane: 1T Tray/ Roof Racks (250Kg) - 2 Hour Turn Around', 'no'),
(322, 'Temando: Kings Transport Brisbane: 1T Tray/ Roof Racks (250Kg) - 2 Hour Turn Around', 'pt'),
(322, 'Temando: Kings Transport Brisbane: 1T Tray/ Roof Racks (250Kg) - 2 Hour Turn Around', 'ro'),
(322, 'Temando: Kings Transport Brisbane: 1T Tray/ Roof Racks (250Kg) - 2 Hour Turn Around', 'ru'),
(323, 'Temando: Kings Transport Brisbane: 1 Tonne Couier - 2 Hour Turn Around', 'da'),
(323, 'Temando: Kings Transport Brisbane: 1 Tonne Couier - 2 Hour Turn Around', 'de'),
(323, 'Temando: Kings Transport Brisbane: 1 Tonne Couier - 2 Hour Turn Around', 'el'),
(323, 'Temando: Kings Transport Brisbane: 1 Tonne Couier - 2 Hour Turn Around', 'en'),
(323, 'Temando: Kings Transport Brisbane: 1 Tonne Couier - 2 Hour Turn Around', 'es'),
(323, 'Temando: Kings Transport Brisbane: 1 Tonne Couier - 2 Hour Turn Around', 'fr'),
(323, 'Temando: Kings Transport Brisbane: 1 Tonne Couier - 2 Hour Turn Around', 'it'),
(323, 'Temando: Kings Transport Brisbane: 1 Tonne Couier - 2 Hour Turn Around', 'nl'),
(323, 'Temando: Kings Transport Brisbane: 1 Tonne Couier - 2 Hour Turn Around', 'no'),
(323, 'Temando: Kings Transport Brisbane: 1 Tonne Couier - 2 Hour Turn Around', 'pt'),
(323, 'Temando: Kings Transport Brisbane: 1 Tonne Couier - 2 Hour Turn Around', 'ro'),
(323, 'Temando: Kings Transport Brisbane: 1 Tonne Couier - 2 Hour Turn Around', 'ru'),
(324, 'Temando: Kings Transport Brisbane: Express Courier - 2 Hr Turn Around', 'da'),
(324, 'Temando: Kings Transport Brisbane: Express Courier - 2 Hr Turn Around', 'de'),
(324, 'Temando: Kings Transport Brisbane: Express Courier - 2 Hr Turn Around', 'el'),
(324, 'Temando: Kings Transport Brisbane: Express Courier - 2 Hr Turn Around', 'en'),
(324, 'Temando: Kings Transport Brisbane: Express Courier - 2 Hr Turn Around', 'es'),
(324, 'Temando: Kings Transport Brisbane: Express Courier - 2 Hr Turn Around', 'fr'),
(324, 'Temando: Kings Transport Brisbane: Express Courier - 2 Hr Turn Around', 'it'),
(324, 'Temando: Kings Transport Brisbane: Express Courier - 2 Hr Turn Around', 'nl'),
(324, 'Temando: Kings Transport Brisbane: Express Courier - 2 Hr Turn Around', 'no'),
(324, 'Temando: Kings Transport Brisbane: Express Courier - 2 Hr Turn Around', 'pt'),
(324, 'Temando: Kings Transport Brisbane: Express Courier - 2 Hr Turn Around', 'ro'),
(324, 'Temando: Kings Transport Brisbane: Express Courier - 2 Hr Turn Around', 'ru'),
(325, 'Temando: Kings Transport Brisbane: Express Courier Bike - 1.5 hours Turn Around', 'da'),
(325, 'Temando: Kings Transport Brisbane: Express Courier Bike - 1.5 hours Turn Around', 'de'),
(325, 'Temando: Kings Transport Brisbane: Express Courier Bike - 1.5 hours Turn Around', 'el'),
(325, 'Temando: Kings Transport Brisbane: Express Courier Bike - 1.5 hours Turn Around', 'en'),
(325, 'Temando: Kings Transport Brisbane: Express Courier Bike - 1.5 hours Turn Around', 'es'),
(325, 'Temando: Kings Transport Brisbane: Express Courier Bike - 1.5 hours Turn Around', 'fr'),
(325, 'Temando: Kings Transport Brisbane: Express Courier Bike - 1.5 hours Turn Around', 'it'),
(325, 'Temando: Kings Transport Brisbane: Express Courier Bike - 1.5 hours Turn Around', 'nl'),
(325, 'Temando: Kings Transport Brisbane: Express Courier Bike - 1.5 hours Turn Around', 'no'),
(325, 'Temando: Kings Transport Brisbane: Express Courier Bike - 1.5 hours Turn Around', 'pt'),
(325, 'Temando: Kings Transport Brisbane: Express Courier Bike - 1.5 hours Turn Around', 'ro'),
(325, 'Temando: Kings Transport Brisbane: Express Courier Bike - 1.5 hours Turn Around', 'ru'),
(326, 'Temando: Kings Transport Brisbane: Standard Courier - 4hr Turn Around', 'da'),
(326, 'Temando: Kings Transport Brisbane: Standard Courier - 4hr Turn Around', 'de'),
(326, 'Temando: Kings Transport Brisbane: Standard Courier - 4hr Turn Around', 'el'),
(326, 'Temando: Kings Transport Brisbane: Standard Courier - 4hr Turn Around', 'en'),
(326, 'Temando: Kings Transport Brisbane: Standard Courier - 4hr Turn Around', 'es'),
(326, 'Temando: Kings Transport Brisbane: Standard Courier - 4hr Turn Around', 'fr'),
(326, 'Temando: Kings Transport Brisbane: Standard Courier - 4hr Turn Around', 'it'),
(326, 'Temando: Kings Transport Brisbane: Standard Courier - 4hr Turn Around', 'nl'),
(326, 'Temando: Kings Transport Brisbane: Standard Courier - 4hr Turn Around', 'no'),
(326, 'Temando: Kings Transport Brisbane: Standard Courier - 4hr Turn Around', 'pt'),
(326, 'Temando: Kings Transport Brisbane: Standard Courier - 4hr Turn Around', 'ro'),
(326, 'Temando: Kings Transport Brisbane: Standard Courier - 4hr Turn Around', 'ru'),
(327, 'Temando: Kings Transport Brisbane: Standard Courier Bike - 4 Hours', 'da'),
(327, 'Temando: Kings Transport Brisbane: Standard Courier Bike - 4 Hours', 'de'),
(327, 'Temando: Kings Transport Brisbane: Standard Courier Bike - 4 Hours', 'el'),
(327, 'Temando: Kings Transport Brisbane: Standard Courier Bike - 4 Hours', 'en'),
(327, 'Temando: Kings Transport Brisbane: Standard Courier Bike - 4 Hours', 'es'),
(327, 'Temando: Kings Transport Brisbane: Standard Courier Bike - 4 Hours', 'fr'),
(327, 'Temando: Kings Transport Brisbane: Standard Courier Bike - 4 Hours', 'it'),
(327, 'Temando: Kings Transport Brisbane: Standard Courier Bike - 4 Hours', 'nl'),
(327, 'Temando: Kings Transport Brisbane: Standard Courier Bike - 4 Hours', 'no'),
(327, 'Temando: Kings Transport Brisbane: Standard Courier Bike - 4 Hours', 'pt'),
(327, 'Temando: Kings Transport Brisbane: Standard Courier Bike - 4 Hours', 'ro'),
(327, 'Temando: Kings Transport Brisbane: Standard Courier Bike - 4 Hours', 'ru'),
(328, 'Temando: Kings Transport Brisbane: Courier Van/Tray - 2Hour Turn Around', 'da'),
(328, 'Temando: Kings Transport Brisbane: Courier Van/Tray - 2Hour Turn Around', 'de'),
(328, 'Temando: Kings Transport Brisbane: Courier Van/Tray - 2Hour Turn Around', 'el'),
(328, 'Temando: Kings Transport Brisbane: Courier Van/Tray - 2Hour Turn Around', 'en'),
(328, 'Temando: Kings Transport Brisbane: Courier Van/Tray - 2Hour Turn Around', 'es'),
(328, 'Temando: Kings Transport Brisbane: Courier Van/Tray - 2Hour Turn Around', 'fr'),
(328, 'Temando: Kings Transport Brisbane: Courier Van/Tray - 2Hour Turn Around', 'it'),
(328, 'Temando: Kings Transport Brisbane: Courier Van/Tray - 2Hour Turn Around', 'nl'),
(328, 'Temando: Kings Transport Brisbane: Courier Van/Tray - 2Hour Turn Around', 'no'),
(328, 'Temando: Kings Transport Brisbane: Courier Van/Tray - 2Hour Turn Around', 'pt'),
(328, 'Temando: Kings Transport Brisbane: Courier Van/Tray - 2Hour Turn Around', 'ro'),
(328, 'Temando: Kings Transport Brisbane: Courier Van/Tray - 2Hour Turn Around', 'ru'),
(329, 'Temando: Kings Transport Brisbane: VIP 1Tonne Courier-Priority Allocatioin, Direct Ru', 'da'),
(329, 'Temando: Kings Transport Brisbane: VIP 1Tonne Courier-Priority Allocatioin, Direct Ru', 'de'),
(329, 'Temando: Kings Transport Brisbane: VIP 1Tonne Courier-Priority Allocatioin, Direct Ru', 'el'),
(329, 'Temando: Kings Transport Brisbane: VIP 1Tonne Courier-Priority Allocatioin, Direct Ru', 'en'),
(329, 'Temando: Kings Transport Brisbane: VIP 1Tonne Courier-Priority Allocatioin, Direct Ru', 'es'),
(329, 'Temando: Kings Transport Brisbane: VIP 1Tonne Courier-Priority Allocatioin, Direct Ru', 'fr'),
(329, 'Temando: Kings Transport Brisbane: VIP 1Tonne Courier-Priority Allocatioin, Direct Ru', 'it'),
(329, 'Temando: Kings Transport Brisbane: VIP 1Tonne Courier-Priority Allocatioin, Direct Ru', 'nl'),
(329, 'Temando: Kings Transport Brisbane: VIP 1Tonne Courier-Priority Allocatioin, Direct Ru', 'no'),
(329, 'Temando: Kings Transport Brisbane: VIP 1Tonne Courier-Priority Allocatioin, Direct Ru', 'pt'),
(329, 'Temando: Kings Transport Brisbane: VIP 1Tonne Courier-Priority Allocatioin, Direct Ru', 'ro'),
(329, 'Temando: Kings Transport Brisbane: VIP 1Tonne Courier-Priority Allocatioin, Direct Ru', 'ru'),
(330, 'Temando: Kings Transport Brisbane: 1T Tray/Roof Racks(250Kg)Priority Alloc,Direct Run', 'da'),
(330, 'Temando: Kings Transport Brisbane: 1T Tray/Roof Racks(250Kg)Priority Alloc,Direct Run', 'de'),
(330, 'Temando: Kings Transport Brisbane: 1T Tray/Roof Racks(250Kg)Priority Alloc,Direct Run', 'el'),
(330, 'Temando: Kings Transport Brisbane: 1T Tray/Roof Racks(250Kg)Priority Alloc,Direct Run', 'en'),
(330, 'Temando: Kings Transport Brisbane: 1T Tray/Roof Racks(250Kg)Priority Alloc,Direct Run', 'es'),
(330, 'Temando: Kings Transport Brisbane: 1T Tray/Roof Racks(250Kg)Priority Alloc,Direct Run', 'fr'),
(330, 'Temando: Kings Transport Brisbane: 1T Tray/Roof Racks(250Kg)Priority Alloc,Direct Run', 'it'),
(330, 'Temando: Kings Transport Brisbane: 1T Tray/Roof Racks(250Kg)Priority Alloc,Direct Run', 'nl'),
(330, 'Temando: Kings Transport Brisbane: 1T Tray/Roof Racks(250Kg)Priority Alloc,Direct Run', 'no'),
(330, 'Temando: Kings Transport Brisbane: 1T Tray/Roof Racks(250Kg)Priority Alloc,Direct Run', 'pt'),
(330, 'Temando: Kings Transport Brisbane: 1T Tray/Roof Racks(250Kg)Priority Alloc,Direct Run', 'ro'),
(330, 'Temando: Kings Transport Brisbane: 1T Tray/Roof Racks(250Kg)Priority Alloc,Direct Run', 'ru'),
(331, 'Temando: Kings Transport Brisbane: VIP Courier - Priority Allocation, Direct Run', 'da'),
(331, 'Temando: Kings Transport Brisbane: VIP Courier - Priority Allocation, Direct Run', 'de'),
(331, 'Temando: Kings Transport Brisbane: VIP Courier - Priority Allocation, Direct Run', 'el'),
(331, 'Temando: Kings Transport Brisbane: VIP Courier - Priority Allocation, Direct Run', 'en'),
(331, 'Temando: Kings Transport Brisbane: VIP Courier - Priority Allocation, Direct Run', 'es'),
(331, 'Temando: Kings Transport Brisbane: VIP Courier - Priority Allocation, Direct Run', 'fr'),
(331, 'Temando: Kings Transport Brisbane: VIP Courier - Priority Allocation, Direct Run', 'it'),
(331, 'Temando: Kings Transport Brisbane: VIP Courier - Priority Allocation, Direct Run', 'nl'),
(331, 'Temando: Kings Transport Brisbane: VIP Courier - Priority Allocation, Direct Run', 'no'),
(331, 'Temando: Kings Transport Brisbane: VIP Courier - Priority Allocation, Direct Run', 'pt'),
(331, 'Temando: Kings Transport Brisbane: VIP Courier - Priority Allocation, Direct Run', 'ro'),
(331, 'Temando: Kings Transport Brisbane: VIP Courier - Priority Allocation, Direct Run', 'ru'),
(332, 'Temando: Kings Transport Brisbane: VIP Courier Bike - Direct Urgent', 'da'),
(332, 'Temando: Kings Transport Brisbane: VIP Courier Bike - Direct Urgent', 'de'),
(332, 'Temando: Kings Transport Brisbane: VIP Courier Bike - Direct Urgent', 'el'),
(332, 'Temando: Kings Transport Brisbane: VIP Courier Bike - Direct Urgent', 'en'),
(332, 'Temando: Kings Transport Brisbane: VIP Courier Bike - Direct Urgent', 'es'),
(332, 'Temando: Kings Transport Brisbane: VIP Courier Bike - Direct Urgent', 'fr'),
(332, 'Temando: Kings Transport Brisbane: VIP Courier Bike - Direct Urgent', 'it'),
(332, 'Temando: Kings Transport Brisbane: VIP Courier Bike - Direct Urgent', 'nl'),
(332, 'Temando: Kings Transport Brisbane: VIP Courier Bike - Direct Urgent', 'no'),
(332, 'Temando: Kings Transport Brisbane: VIP Courier Bike - Direct Urgent', 'pt'),
(332, 'Temando: Kings Transport Brisbane: VIP Courier Bike - Direct Urgent', 'ro'),
(332, 'Temando: Kings Transport Brisbane: VIP Courier Bike - Direct Urgent', 'ru'),
(333, 'Temando: Kings Transport Brisbane: VIP Van/Tray - Priority Allocation, Direct Run', 'da'),
(333, 'Temando: Kings Transport Brisbane: VIP Van/Tray - Priority Allocation, Direct Run', 'de'),
(333, 'Temando: Kings Transport Brisbane: VIP Van/Tray - Priority Allocation, Direct Run', 'el'),
(333, 'Temando: Kings Transport Brisbane: VIP Van/Tray - Priority Allocation, Direct Run', 'en'),
(333, 'Temando: Kings Transport Brisbane: VIP Van/Tray - Priority Allocation, Direct Run', 'es'),
(333, 'Temando: Kings Transport Brisbane: VIP Van/Tray - Priority Allocation, Direct Run', 'fr'),
(333, 'Temando: Kings Transport Brisbane: VIP Van/Tray - Priority Allocation, Direct Run', 'it'),
(333, 'Temando: Kings Transport Brisbane: VIP Van/Tray - Priority Allocation, Direct Run', 'nl'),
(333, 'Temando: Kings Transport Brisbane: VIP Van/Tray - Priority Allocation, Direct Run', 'no'),
(333, 'Temando: Kings Transport Brisbane: VIP Van/Tray - Priority Allocation, Direct Run', 'pt'),
(333, 'Temando: Kings Transport Brisbane: VIP Van/Tray - Priority Allocation, Direct Run', 'ro'),
(333, 'Temando: Kings Transport Brisbane: VIP Van/Tray - Priority Allocation, Direct Run', 'ru'),
(334, 'Temando: Kings Transport Melbourne - Same Day Service: 1 Tonne Couier - 3 Hour Turn ', 'da'),
(334, 'Temando: Kings Transport Melbourne - Same Day Service: 1 Tonne Couier - 3 Hour Turn ', 'de'),
(334, 'Temando: Kings Transport Melbourne - Same Day Service: 1 Tonne Couier - 3 Hour Turn ', 'el'),
(334, 'Temando: Kings Transport Melbourne - Same Day Service: 1 Tonne Couier - 3 Hour Turn ', 'en'),
(334, 'Temando: Kings Transport Melbourne - Same Day Service: 1 Tonne Couier - 3 Hour Turn ', 'es'),
(334, 'Temando: Kings Transport Melbourne - Same Day Service: 1 Tonne Couier - 3 Hour Turn ', 'fr'),
(334, 'Temando: Kings Transport Melbourne - Same Day Service: 1 Tonne Couier - 3 Hour Turn ', 'it'),
(334, 'Temando: Kings Transport Melbourne - Same Day Service: 1 Tonne Couier - 3 Hour Turn ', 'nl'),
(334, 'Temando: Kings Transport Melbourne - Same Day Service: 1 Tonne Couier - 3 Hour Turn ', 'no'),
(334, 'Temando: Kings Transport Melbourne - Same Day Service: 1 Tonne Couier - 3 Hour Turn ', 'pt'),
(334, 'Temando: Kings Transport Melbourne - Same Day Service: 1 Tonne Couier - 3 Hour Turn ', 'ro'),
(334, 'Temando: Kings Transport Melbourne - Same Day Service: 1 Tonne Couier - 3 Hour Turn ', 'ru'),
(335, 'Temando: Kings Transport Melbourne - Same Day Service: 1T Tray/ Roof Racks (250Kg) - 3 Hour Turn Around', 'da'),
(335, 'Temando: Kings Transport Melbourne - Same Day Service: 1T Tray/ Roof Racks (250Kg) - 3 Hour Turn Around', 'de'),
(335, 'Temando: Kings Transport Melbourne - Same Day Service: 1T Tray/ Roof Racks (250Kg) - 3 Hour Turn Around', 'el'),
(335, 'Temando: Kings Transport Melbourne - Same Day Service: 1T Tray/ Roof Racks (250Kg) - 3 Hour Turn Around', 'en'),
(335, 'Temando: Kings Transport Melbourne - Same Day Service: 1T Tray/ Roof Racks (250Kg) - 3 Hour Turn Around', 'es'),
(335, 'Temando: Kings Transport Melbourne - Same Day Service: 1T Tray/ Roof Racks (250Kg) - 3 Hour Turn Around', 'fr'),
(335, 'Temando: Kings Transport Melbourne - Same Day Service: 1T Tray/ Roof Racks (250Kg) - 3 Hour Turn Around', 'it'),
(335, 'Temando: Kings Transport Melbourne - Same Day Service: 1T Tray/ Roof Racks (250Kg) - 3 Hour Turn Around', 'nl'),
(335, 'Temando: Kings Transport Melbourne - Same Day Service: 1T Tray/ Roof Racks (250Kg) - 3 Hour Turn Around', 'no'),
(335, 'Temando: Kings Transport Melbourne - Same Day Service: 1T Tray/ Roof Racks (250Kg) - 3 Hour Turn Around', 'pt'),
(335, 'Temando: Kings Transport Melbourne - Same Day Service: 1T Tray/ Roof Racks (250Kg) - 3 Hour Turn Around', 'ro'),
(335, 'Temando: Kings Transport Melbourne - Same Day Service: 1T Tray/ Roof Racks (250Kg) - 3 Hour Turn Around', 'ru'),
(336, 'Temando: Kings Transport Melbourne - Same Day Service: Express Courier - 2 Hr Turn Around', 'da'),
(336, 'Temando: Kings Transport Melbourne - Same Day Service: Express Courier - 2 Hr Turn Around', 'de'),
(336, 'Temando: Kings Transport Melbourne - Same Day Service: Express Courier - 2 Hr Turn Around', 'el'),
(336, 'Temando: Kings Transport Melbourne - Same Day Service: Express Courier - 2 Hr Turn Around', 'en'),
(336, 'Temando: Kings Transport Melbourne - Same Day Service: Express Courier - 2 Hr Turn Around', 'es'),
(336, 'Temando: Kings Transport Melbourne - Same Day Service: Express Courier - 2 Hr Turn Around', 'fr'),
(336, 'Temando: Kings Transport Melbourne - Same Day Service: Express Courier - 2 Hr Turn Around', 'it'),
(336, 'Temando: Kings Transport Melbourne - Same Day Service: Express Courier - 2 Hr Turn Around', 'nl'),
(336, 'Temando: Kings Transport Melbourne - Same Day Service: Express Courier - 2 Hr Turn Around', 'no'),
(336, 'Temando: Kings Transport Melbourne - Same Day Service: Express Courier - 2 Hr Turn Around', 'pt'),
(336, 'Temando: Kings Transport Melbourne - Same Day Service: Express Courier - 2 Hr Turn Around', 'ro'),
(336, 'Temando: Kings Transport Melbourne - Same Day Service: Express Courier - 2 Hr Turn Around', 'ru'),
(337, 'Temando: Kings Transport Melbourne - Same Day Service: Standard Courier -4 hrs (2hrs CBD)', 'da'),
(337, 'Temando: Kings Transport Melbourne - Same Day Service: Standard Courier -4 hrs (2hrs CBD)', 'de'),
(337, 'Temando: Kings Transport Melbourne - Same Day Service: Standard Courier -4 hrs (2hrs CBD)', 'el'),
(337, 'Temando: Kings Transport Melbourne - Same Day Service: Standard Courier -4 hrs (2hrs CBD)', 'en'),
(337, 'Temando: Kings Transport Melbourne - Same Day Service: Standard Courier -4 hrs (2hrs CBD)', 'es'),
(337, 'Temando: Kings Transport Melbourne - Same Day Service: Standard Courier -4 hrs (2hrs CBD)', 'fr'),
(337, 'Temando: Kings Transport Melbourne - Same Day Service: Standard Courier -4 hrs (2hrs CBD)', 'it'),
(337, 'Temando: Kings Transport Melbourne - Same Day Service: Standard Courier -4 hrs (2hrs CBD)', 'nl'),
(337, 'Temando: Kings Transport Melbourne - Same Day Service: Standard Courier -4 hrs (2hrs CBD)', 'no'),
(337, 'Temando: Kings Transport Melbourne - Same Day Service: Standard Courier -4 hrs (2hrs CBD)', 'pt'),
(337, 'Temando: Kings Transport Melbourne - Same Day Service: Standard Courier -4 hrs (2hrs CBD)', 'ro'),
(337, 'Temando: Kings Transport Melbourne - Same Day Service: Standard Courier -4 hrs (2hrs CBD)', 'ru'),
(338, 'Temando: Kings Transport Melbourne - Same Day Service: Courier Van/Tray - 2Hour Turn Around', 'da'),
(338, 'Temando: Kings Transport Melbourne - Same Day Service: Courier Van/Tray - 2Hour Turn Around', 'de'),
(338, 'Temando: Kings Transport Melbourne - Same Day Service: Courier Van/Tray - 2Hour Turn Around', 'el'),
(338, 'Temando: Kings Transport Melbourne - Same Day Service: Courier Van/Tray - 2Hour Turn Around', 'en'),
(338, 'Temando: Kings Transport Melbourne - Same Day Service: Courier Van/Tray - 2Hour Turn Around', 'es'),
(338, 'Temando: Kings Transport Melbourne - Same Day Service: Courier Van/Tray - 2Hour Turn Around', 'fr'),
(338, 'Temando: Kings Transport Melbourne - Same Day Service: Courier Van/Tray - 2Hour Turn Around', 'it'),
(338, 'Temando: Kings Transport Melbourne - Same Day Service: Courier Van/Tray - 2Hour Turn Around', 'nl'),
(338, 'Temando: Kings Transport Melbourne - Same Day Service: Courier Van/Tray - 2Hour Turn Around', 'no'),
(338, 'Temando: Kings Transport Melbourne - Same Day Service: Courier Van/Tray - 2Hour Turn Around', 'pt'),
(338, 'Temando: Kings Transport Melbourne - Same Day Service: Courier Van/Tray - 2Hour Turn Around', 'ro'),
(338, 'Temando: Kings Transport Melbourne - Same Day Service: Courier Van/Tray - 2Hour Turn Around', 'ru'),
(339, 'Temando: Kings Transport Melbourne - Same Day Service: VIP 1Tonne Courier-Priority Allocatioin, Direct Ru', 'da'),
(339, 'Temando: Kings Transport Melbourne - Same Day Service: VIP 1Tonne Courier-Priority Allocatioin, Direct Ru', 'de'),
(339, 'Temando: Kings Transport Melbourne - Same Day Service: VIP 1Tonne Courier-Priority Allocatioin, Direct Ru', 'el');
INSERT INTO `partiushop_shipping_service_descriptions` (`service_id`, `description`, `lang_code`) VALUES
(339, 'Temando: Kings Transport Melbourne - Same Day Service: VIP 1Tonne Courier-Priority Allocatioin, Direct Ru', 'en'),
(339, 'Temando: Kings Transport Melbourne - Same Day Service: VIP 1Tonne Courier-Priority Allocatioin, Direct Ru', 'es'),
(339, 'Temando: Kings Transport Melbourne - Same Day Service: VIP 1Tonne Courier-Priority Allocatioin, Direct Ru', 'fr'),
(339, 'Temando: Kings Transport Melbourne - Same Day Service: VIP 1Tonne Courier-Priority Allocatioin, Direct Ru', 'it'),
(339, 'Temando: Kings Transport Melbourne - Same Day Service: VIP 1Tonne Courier-Priority Allocatioin, Direct Ru', 'nl'),
(339, 'Temando: Kings Transport Melbourne - Same Day Service: VIP 1Tonne Courier-Priority Allocatioin, Direct Ru', 'no'),
(339, 'Temando: Kings Transport Melbourne - Same Day Service: VIP 1Tonne Courier-Priority Allocatioin, Direct Ru', 'pt'),
(339, 'Temando: Kings Transport Melbourne - Same Day Service: VIP 1Tonne Courier-Priority Allocatioin, Direct Ru', 'ro'),
(339, 'Temando: Kings Transport Melbourne - Same Day Service: VIP 1Tonne Courier-Priority Allocatioin, Direct Ru', 'ru'),
(340, 'Temando: Kings Transport Melbourne - Same Day Service: 1T Tray/Roof Racks(250Kg)Priority Alloc,Direct Run', 'da'),
(340, 'Temando: Kings Transport Melbourne - Same Day Service: 1T Tray/Roof Racks(250Kg)Priority Alloc,Direct Run', 'de'),
(340, 'Temando: Kings Transport Melbourne - Same Day Service: 1T Tray/Roof Racks(250Kg)Priority Alloc,Direct Run', 'el'),
(340, 'Temando: Kings Transport Melbourne - Same Day Service: 1T Tray/Roof Racks(250Kg)Priority Alloc,Direct Run', 'en'),
(340, 'Temando: Kings Transport Melbourne - Same Day Service: 1T Tray/Roof Racks(250Kg)Priority Alloc,Direct Run', 'es'),
(340, 'Temando: Kings Transport Melbourne - Same Day Service: 1T Tray/Roof Racks(250Kg)Priority Alloc,Direct Run', 'fr'),
(340, 'Temando: Kings Transport Melbourne - Same Day Service: 1T Tray/Roof Racks(250Kg)Priority Alloc,Direct Run', 'it'),
(340, 'Temando: Kings Transport Melbourne - Same Day Service: 1T Tray/Roof Racks(250Kg)Priority Alloc,Direct Run', 'nl'),
(340, 'Temando: Kings Transport Melbourne - Same Day Service: 1T Tray/Roof Racks(250Kg)Priority Alloc,Direct Run', 'no'),
(340, 'Temando: Kings Transport Melbourne - Same Day Service: 1T Tray/Roof Racks(250Kg)Priority Alloc,Direct Run', 'pt'),
(340, 'Temando: Kings Transport Melbourne - Same Day Service: 1T Tray/Roof Racks(250Kg)Priority Alloc,Direct Run', 'ro'),
(340, 'Temando: Kings Transport Melbourne - Same Day Service: 1T Tray/Roof Racks(250Kg)Priority Alloc,Direct Run', 'ru'),
(341, 'Temando: Kings Transport Melbourne - Same Day Service: VIP Courier - Priority Allocation, Direct Run', 'da'),
(341, 'Temando: Kings Transport Melbourne - Same Day Service: VIP Courier - Priority Allocation, Direct Run', 'de'),
(341, 'Temando: Kings Transport Melbourne - Same Day Service: VIP Courier - Priority Allocation, Direct Run', 'el'),
(341, 'Temando: Kings Transport Melbourne - Same Day Service: VIP Courier - Priority Allocation, Direct Run', 'en'),
(341, 'Temando: Kings Transport Melbourne - Same Day Service: VIP Courier - Priority Allocation, Direct Run', 'es'),
(341, 'Temando: Kings Transport Melbourne - Same Day Service: VIP Courier - Priority Allocation, Direct Run', 'fr'),
(341, 'Temando: Kings Transport Melbourne - Same Day Service: VIP Courier - Priority Allocation, Direct Run', 'it'),
(341, 'Temando: Kings Transport Melbourne - Same Day Service: VIP Courier - Priority Allocation, Direct Run', 'nl'),
(341, 'Temando: Kings Transport Melbourne - Same Day Service: VIP Courier - Priority Allocation, Direct Run', 'no'),
(341, 'Temando: Kings Transport Melbourne - Same Day Service: VIP Courier - Priority Allocation, Direct Run', 'pt'),
(341, 'Temando: Kings Transport Melbourne - Same Day Service: VIP Courier - Priority Allocation, Direct Run', 'ro'),
(341, 'Temando: Kings Transport Melbourne - Same Day Service: VIP Courier - Priority Allocation, Direct Run', 'ru'),
(342, 'Temando: Kings Transport Melbourne - Same Day Service: VIP Van/Tray - Priority Allocation, Direct Run', 'da'),
(342, 'Temando: Kings Transport Melbourne - Same Day Service: VIP Van/Tray - Priority Allocation, Direct Run', 'de'),
(342, 'Temando: Kings Transport Melbourne - Same Day Service: VIP Van/Tray - Priority Allocation, Direct Run', 'el'),
(342, 'Temando: Kings Transport Melbourne - Same Day Service: VIP Van/Tray - Priority Allocation, Direct Run', 'en'),
(342, 'Temando: Kings Transport Melbourne - Same Day Service: VIP Van/Tray - Priority Allocation, Direct Run', 'es'),
(342, 'Temando: Kings Transport Melbourne - Same Day Service: VIP Van/Tray - Priority Allocation, Direct Run', 'fr'),
(342, 'Temando: Kings Transport Melbourne - Same Day Service: VIP Van/Tray - Priority Allocation, Direct Run', 'it'),
(342, 'Temando: Kings Transport Melbourne - Same Day Service: VIP Van/Tray - Priority Allocation, Direct Run', 'nl'),
(342, 'Temando: Kings Transport Melbourne - Same Day Service: VIP Van/Tray - Priority Allocation, Direct Run', 'no'),
(342, 'Temando: Kings Transport Melbourne - Same Day Service: VIP Van/Tray - Priority Allocation, Direct Run', 'pt'),
(342, 'Temando: Kings Transport Melbourne - Same Day Service: VIP Van/Tray - Priority Allocation, Direct Run', 'ro'),
(342, 'Temando: Kings Transport Melbourne - Same Day Service: VIP Van/Tray - Priority Allocation, Direct Run', 'ru'),
(343, 'Temando: Kings Transport Sydney: 1 Tonne Courier -2 Hour Turn around', 'da'),
(343, 'Temando: Kings Transport Sydney: 1 Tonne Courier -2 Hour Turn around', 'de'),
(343, 'Temando: Kings Transport Sydney: 1 Tonne Courier -2 Hour Turn around', 'el'),
(343, 'Temando: Kings Transport Sydney: 1 Tonne Courier -2 Hour Turn around', 'en'),
(343, 'Temando: Kings Transport Sydney: 1 Tonne Courier -2 Hour Turn around', 'es'),
(343, 'Temando: Kings Transport Sydney: 1 Tonne Courier -2 Hour Turn around', 'fr'),
(343, 'Temando: Kings Transport Sydney: 1 Tonne Courier -2 Hour Turn around', 'it'),
(343, 'Temando: Kings Transport Sydney: 1 Tonne Courier -2 Hour Turn around', 'nl'),
(343, 'Temando: Kings Transport Sydney: 1 Tonne Courier -2 Hour Turn around', 'no'),
(343, 'Temando: Kings Transport Sydney: 1 Tonne Courier -2 Hour Turn around', 'pt'),
(343, 'Temando: Kings Transport Sydney: 1 Tonne Courier -2 Hour Turn around', 'ro'),
(343, 'Temando: Kings Transport Sydney: 1 Tonne Courier -2 Hour Turn around', 'ru'),
(344, 'Temando: Kings Transport Sydney: Standard Courier - 2 hour turn around', 'da'),
(344, 'Temando: Kings Transport Sydney: Standard Courier - 2 hour turn around', 'de'),
(344, 'Temando: Kings Transport Sydney: Standard Courier - 2 hour turn around', 'el'),
(344, 'Temando: Kings Transport Sydney: Standard Courier - 2 hour turn around', 'en'),
(344, 'Temando: Kings Transport Sydney: Standard Courier - 2 hour turn around', 'es'),
(344, 'Temando: Kings Transport Sydney: Standard Courier - 2 hour turn around', 'fr'),
(344, 'Temando: Kings Transport Sydney: Standard Courier - 2 hour turn around', 'it'),
(344, 'Temando: Kings Transport Sydney: Standard Courier - 2 hour turn around', 'nl'),
(344, 'Temando: Kings Transport Sydney: Standard Courier - 2 hour turn around', 'no'),
(344, 'Temando: Kings Transport Sydney: Standard Courier - 2 hour turn around', 'pt'),
(344, 'Temando: Kings Transport Sydney: Standard Courier - 2 hour turn around', 'ro'),
(344, 'Temando: Kings Transport Sydney: Standard Courier - 2 hour turn around', 'ru'),
(345, 'Temando: Kings Transport Sydney: Standard Van or Tray - 2 hour turn around', 'da'),
(345, 'Temando: Kings Transport Sydney: Standard Van or Tray - 2 hour turn around', 'de'),
(345, 'Temando: Kings Transport Sydney: Standard Van or Tray - 2 hour turn around', 'el'),
(345, 'Temando: Kings Transport Sydney: Standard Van or Tray - 2 hour turn around', 'en'),
(345, 'Temando: Kings Transport Sydney: Standard Van or Tray - 2 hour turn around', 'es'),
(345, 'Temando: Kings Transport Sydney: Standard Van or Tray - 2 hour turn around', 'fr'),
(345, 'Temando: Kings Transport Sydney: Standard Van or Tray - 2 hour turn around', 'it'),
(345, 'Temando: Kings Transport Sydney: Standard Van or Tray - 2 hour turn around', 'nl'),
(345, 'Temando: Kings Transport Sydney: Standard Van or Tray - 2 hour turn around', 'no'),
(345, 'Temando: Kings Transport Sydney: Standard Van or Tray - 2 hour turn around', 'pt'),
(345, 'Temando: Kings Transport Sydney: Standard Van or Tray - 2 hour turn around', 'ro'),
(345, 'Temando: Kings Transport Sydney: Standard Van or Tray - 2 hour turn around', 'ru'),
(346, 'Temando: Kings Transport Sydney: Wagon Van Tray Courier - 2 hour turn around', 'da'),
(346, 'Temando: Kings Transport Sydney: Wagon Van Tray Courier - 2 hour turn around', 'de'),
(346, 'Temando: Kings Transport Sydney: Wagon Van Tray Courier - 2 hour turn around', 'el'),
(346, 'Temando: Kings Transport Sydney: Wagon Van Tray Courier - 2 hour turn around', 'en'),
(346, 'Temando: Kings Transport Sydney: Wagon Van Tray Courier - 2 hour turn around', 'es'),
(346, 'Temando: Kings Transport Sydney: Wagon Van Tray Courier - 2 hour turn around', 'fr'),
(346, 'Temando: Kings Transport Sydney: Wagon Van Tray Courier - 2 hour turn around', 'it'),
(346, 'Temando: Kings Transport Sydney: Wagon Van Tray Courier - 2 hour turn around', 'nl'),
(346, 'Temando: Kings Transport Sydney: Wagon Van Tray Courier - 2 hour turn around', 'no'),
(346, 'Temando: Kings Transport Sydney: Wagon Van Tray Courier - 2 hour turn around', 'pt'),
(346, 'Temando: Kings Transport Sydney: Wagon Van Tray Courier - 2 hour turn around', 'ro'),
(346, 'Temando: Kings Transport Sydney: Wagon Van Tray Courier - 2 hour turn around', 'ru'),
(347, 'Temando: Mainfreight: General (Road)', 'da'),
(347, 'Temando: Mainfreight: General (Road)', 'de'),
(347, 'Temando: Mainfreight: General (Road)', 'el'),
(347, 'Temando: Mainfreight: General (Road)', 'en'),
(347, 'Temando: Mainfreight: General (Road)', 'es'),
(347, 'Temando: Mainfreight: General (Road)', 'fr'),
(347, 'Temando: Mainfreight: General (Road)', 'it'),
(347, 'Temando: Mainfreight: General (Road)', 'nl'),
(347, 'Temando: Mainfreight: General (Road)', 'no'),
(347, 'Temando: Mainfreight: General (Road)', 'pt'),
(347, 'Temando: Mainfreight: General (Road)', 'ro'),
(347, 'Temando: Mainfreight: General (Road)', 'ru'),
(348, 'Temando: Neway Transport (NT): Regional 1 Man Tailgate', 'da'),
(348, 'Temando: Neway Transport (NT): Regional 1 Man Tailgate', 'de'),
(348, 'Temando: Neway Transport (NT): Regional 1 Man Tailgate', 'el'),
(348, 'Temando: Neway Transport (NT): Regional 1 Man Tailgate', 'en'),
(348, 'Temando: Neway Transport (NT): Regional 1 Man Tailgate', 'es'),
(348, 'Temando: Neway Transport (NT): Regional 1 Man Tailgate', 'fr'),
(348, 'Temando: Neway Transport (NT): Regional 1 Man Tailgate', 'it'),
(348, 'Temando: Neway Transport (NT): Regional 1 Man Tailgate', 'nl'),
(348, 'Temando: Neway Transport (NT): Regional 1 Man Tailgate', 'no'),
(348, 'Temando: Neway Transport (NT): Regional 1 Man Tailgate', 'pt'),
(348, 'Temando: Neway Transport (NT): Regional 1 Man Tailgate', 'ro'),
(348, 'Temando: Neway Transport (NT): Regional 1 Man Tailgate', 'ru'),
(349, 'Temando: Neway Transport (NT): Regional 2 man tailgate', 'da'),
(349, 'Temando: Neway Transport (NT): Regional 2 man tailgate', 'de'),
(349, 'Temando: Neway Transport (NT): Regional 2 man tailgate', 'el'),
(349, 'Temando: Neway Transport (NT): Regional 2 man tailgate', 'en'),
(349, 'Temando: Neway Transport (NT): Regional 2 man tailgate', 'es'),
(349, 'Temando: Neway Transport (NT): Regional 2 man tailgate', 'fr'),
(349, 'Temando: Neway Transport (NT): Regional 2 man tailgate', 'it'),
(349, 'Temando: Neway Transport (NT): Regional 2 man tailgate', 'nl'),
(349, 'Temando: Neway Transport (NT): Regional 2 man tailgate', 'no'),
(349, 'Temando: Neway Transport (NT): Regional 2 man tailgate', 'pt'),
(349, 'Temando: Neway Transport (NT): Regional 2 man tailgate', 'ro'),
(349, 'Temando: Neway Transport (NT): Regional 2 man tailgate', 'ru'),
(350, 'Temando: Neway Transport (NT):  Tailgate Service (2 Men)', 'da'),
(350, 'Temando: Neway Transport (NT):  Tailgate Service (2 Men)', 'de'),
(350, 'Temando: Neway Transport (NT):  Tailgate Service (2 Men)', 'el'),
(350, 'Temando: Neway Transport (NT):  Tailgate Service (2 Men)', 'en'),
(350, 'Temando: Neway Transport (NT):  Tailgate Service (2 Men)', 'es'),
(350, 'Temando: Neway Transport (NT):  Tailgate Service (2 Men)', 'fr'),
(350, 'Temando: Neway Transport (NT):  Tailgate Service (2 Men)', 'it'),
(350, 'Temando: Neway Transport (NT):  Tailgate Service (2 Men)', 'nl'),
(350, 'Temando: Neway Transport (NT):  Tailgate Service (2 Men)', 'no'),
(350, 'Temando: Neway Transport (NT):  Tailgate Service (2 Men)', 'pt'),
(350, 'Temando: Neway Transport (NT):  Tailgate Service (2 Men)', 'ro'),
(350, 'Temando: Neway Transport (NT):  Tailgate Service (2 Men)', 'ru'),
(351, 'Temando: Neway Transport (NT): Tailgate Sensitive (1 Man)', 'da'),
(351, 'Temando: Neway Transport (NT): Tailgate Sensitive (1 Man)', 'de'),
(351, 'Temando: Neway Transport (NT): Tailgate Sensitive (1 Man)', 'el'),
(351, 'Temando: Neway Transport (NT): Tailgate Sensitive (1 Man)', 'en'),
(351, 'Temando: Neway Transport (NT): Tailgate Sensitive (1 Man)', 'es'),
(351, 'Temando: Neway Transport (NT): Tailgate Sensitive (1 Man)', 'fr'),
(351, 'Temando: Neway Transport (NT): Tailgate Sensitive (1 Man)', 'it'),
(351, 'Temando: Neway Transport (NT): Tailgate Sensitive (1 Man)', 'nl'),
(351, 'Temando: Neway Transport (NT): Tailgate Sensitive (1 Man)', 'no'),
(351, 'Temando: Neway Transport (NT): Tailgate Sensitive (1 Man)', 'pt'),
(351, 'Temando: Neway Transport (NT): Tailgate Sensitive (1 Man)', 'ro'),
(351, 'Temando: Neway Transport (NT): Tailgate Sensitive (1 Man)', 'ru'),
(352, 'Temando: SCT Logistics: General Rail Service', 'da'),
(352, 'Temando: SCT Logistics: General Rail Service', 'de'),
(352, 'Temando: SCT Logistics: General Rail Service', 'el'),
(352, 'Temando: SCT Logistics: General Rail Service', 'en'),
(352, 'Temando: SCT Logistics: General Rail Service', 'es'),
(352, 'Temando: SCT Logistics: General Rail Service', 'fr'),
(352, 'Temando: SCT Logistics: General Rail Service', 'it'),
(352, 'Temando: SCT Logistics: General Rail Service', 'nl'),
(352, 'Temando: SCT Logistics: General Rail Service', 'no'),
(352, 'Temando: SCT Logistics: General Rail Service', 'pt'),
(352, 'Temando: SCT Logistics: General Rail Service', 'ro'),
(352, 'Temando: SCT Logistics: General Rail Service', 'ru'),
(353, 'Temando: SCT Logistics: General Road Service', 'da'),
(353, 'Temando: SCT Logistics: General Road Service', 'de'),
(353, 'Temando: SCT Logistics: General Road Service', 'el'),
(353, 'Temando: SCT Logistics: General Road Service', 'en'),
(353, 'Temando: SCT Logistics: General Road Service', 'es'),
(353, 'Temando: SCT Logistics: General Road Service', 'fr'),
(353, 'Temando: SCT Logistics: General Road Service', 'it'),
(353, 'Temando: SCT Logistics: General Road Service', 'nl'),
(353, 'Temando: SCT Logistics: General Road Service', 'no'),
(353, 'Temando: SCT Logistics: General Road Service', 'pt'),
(353, 'Temando: SCT Logistics: General Road Service', 'ro'),
(353, 'Temando: SCT Logistics: General Road Service', 'ru'),
(354, 'Temando: SMB Car Transport: General (Road)', 'da'),
(354, 'Temando: SMB Car Transport: General (Road)', 'de'),
(354, 'Temando: SMB Car Transport: General (Road)', 'el'),
(354, 'Temando: SMB Car Transport: General (Road)', 'en'),
(354, 'Temando: SMB Car Transport: General (Road)', 'es'),
(354, 'Temando: SMB Car Transport: General (Road)', 'fr'),
(354, 'Temando: SMB Car Transport: General (Road)', 'it'),
(354, 'Temando: SMB Car Transport: General (Road)', 'nl'),
(354, 'Temando: SMB Car Transport: General (Road)', 'no'),
(354, 'Temando: SMB Car Transport: General (Road)', 'pt'),
(354, 'Temando: SMB Car Transport: General (Road)', 'ro'),
(354, 'Temando: SMB Car Transport: General (Road)', 'ru'),
(355, 'Temando: Startrack: Express Premium (eta metro only)', 'da'),
(355, 'Temando: Startrack: Express Premium (eta metro only)', 'de'),
(355, 'Temando: Startrack: Express Premium (eta metro only)', 'el'),
(355, 'Temando: Startrack: Express Premium (eta metro only)', 'en'),
(355, 'Temando: Startrack: Express Premium (eta metro only)', 'es'),
(355, 'Temando: Startrack: Express Premium (eta metro only)', 'fr'),
(355, 'Temando: Startrack: Express Premium (eta metro only)', 'it'),
(355, 'Temando: Startrack: Express Premium (eta metro only)', 'nl'),
(355, 'Temando: Startrack: Express Premium (eta metro only)', 'no'),
(355, 'Temando: Startrack: Express Premium (eta metro only)', 'pt'),
(355, 'Temando: Startrack: Express Premium (eta metro only)', 'ro'),
(355, 'Temando: Startrack: Express Premium (eta metro only)', 'ru'),
(356, 'Temando: Startrack: Express Premium AAE Satchel (eta metro only)', 'da'),
(356, 'Temando: Startrack: Express Premium AAE Satchel (eta metro only)', 'de'),
(356, 'Temando: Startrack: Express Premium AAE Satchel (eta metro only)', 'el'),
(356, 'Temando: Startrack: Express Premium AAE Satchel (eta metro only)', 'en'),
(356, 'Temando: Startrack: Express Premium AAE Satchel (eta metro only)', 'es'),
(356, 'Temando: Startrack: Express Premium AAE Satchel (eta metro only)', 'fr'),
(356, 'Temando: Startrack: Express Premium AAE Satchel (eta metro only)', 'it'),
(356, 'Temando: Startrack: Express Premium AAE Satchel (eta metro only)', 'nl'),
(356, 'Temando: Startrack: Express Premium AAE Satchel (eta metro only)', 'no'),
(356, 'Temando: Startrack: Express Premium AAE Satchel (eta metro only)', 'pt'),
(356, 'Temando: Startrack: Express Premium AAE Satchel (eta metro only)', 'ro'),
(356, 'Temando: Startrack: Express Premium AAE Satchel (eta metro only)', 'ru'),
(357, 'Temando: Startrack ATL: Express Premium (eta metro only) - Auth to Leave', 'da'),
(357, 'Temando: Startrack ATL: Express Premium (eta metro only) - Auth to Leave', 'de'),
(357, 'Temando: Startrack ATL: Express Premium (eta metro only) - Auth to Leave', 'el'),
(357, 'Temando: Startrack ATL: Express Premium (eta metro only) - Auth to Leave', 'en'),
(357, 'Temando: Startrack ATL: Express Premium (eta metro only) - Auth to Leave', 'es'),
(357, 'Temando: Startrack ATL: Express Premium (eta metro only) - Auth to Leave', 'fr'),
(357, 'Temando: Startrack ATL: Express Premium (eta metro only) - Auth to Leave', 'it'),
(357, 'Temando: Startrack ATL: Express Premium (eta metro only) - Auth to Leave', 'nl'),
(357, 'Temando: Startrack ATL: Express Premium (eta metro only) - Auth to Leave', 'no'),
(357, 'Temando: Startrack ATL: Express Premium (eta metro only) - Auth to Leave', 'pt'),
(357, 'Temando: Startrack ATL: Express Premium (eta metro only) - Auth to Leave', 'ro'),
(357, 'Temando: Startrack ATL: Express Premium (eta metro only) - Auth to Leave', 'ru'),
(358, 'Temando: Startrack ATL: Express Premium Satchel (eta is metro) - ATL', 'da'),
(358, 'Temando: Startrack ATL: Express Premium Satchel (eta is metro) - ATL', 'de'),
(358, 'Temando: Startrack ATL: Express Premium Satchel (eta is metro) - ATL', 'el'),
(358, 'Temando: Startrack ATL: Express Premium Satchel (eta is metro) - ATL', 'en'),
(358, 'Temando: Startrack ATL: Express Premium Satchel (eta is metro) - ATL', 'es'),
(358, 'Temando: Startrack ATL: Express Premium Satchel (eta is metro) - ATL', 'fr'),
(358, 'Temando: Startrack ATL: Express Premium Satchel (eta is metro) - ATL', 'it'),
(358, 'Temando: Startrack ATL: Express Premium Satchel (eta is metro) - ATL', 'nl'),
(358, 'Temando: Startrack ATL: Express Premium Satchel (eta is metro) - ATL', 'no'),
(358, 'Temando: Startrack ATL: Express Premium Satchel (eta is metro) - ATL', 'pt'),
(358, 'Temando: Startrack ATL: Express Premium Satchel (eta is metro) - ATL', 'ro'),
(358, 'Temando: Startrack ATL: Express Premium Satchel (eta is metro) - ATL', 'ru'),
(359, 'Temando: Startrack Next Flight: Next Flight: Extra Costs Apply for Regional Areas', 'da'),
(359, 'Temando: Startrack Next Flight: Next Flight: Extra Costs Apply for Regional Areas', 'de'),
(359, 'Temando: Startrack Next Flight: Next Flight: Extra Costs Apply for Regional Areas', 'el'),
(359, 'Temando: Startrack Next Flight: Next Flight: Extra Costs Apply for Regional Areas', 'en'),
(359, 'Temando: Startrack Next Flight: Next Flight: Extra Costs Apply for Regional Areas', 'es'),
(359, 'Temando: Startrack Next Flight: Next Flight: Extra Costs Apply for Regional Areas', 'fr'),
(359, 'Temando: Startrack Next Flight: Next Flight: Extra Costs Apply for Regional Areas', 'it'),
(359, 'Temando: Startrack Next Flight: Next Flight: Extra Costs Apply for Regional Areas', 'nl'),
(359, 'Temando: Startrack Next Flight: Next Flight: Extra Costs Apply for Regional Areas', 'no'),
(359, 'Temando: Startrack Next Flight: Next Flight: Extra Costs Apply for Regional Areas', 'pt'),
(359, 'Temando: Startrack Next Flight: Next Flight: Extra Costs Apply for Regional Areas', 'ro'),
(359, 'Temando: Startrack Next Flight: Next Flight: Extra Costs Apply for Regional Areas', 'ru'),
(360, 'Temando: Sunexpress Transport Solutions: Urgent Direct Service (Next Availalble Vehicle)', 'da'),
(360, 'Temando: Sunexpress Transport Solutions: Urgent Direct Service (Next Availalble Vehicle)', 'de'),
(360, 'Temando: Sunexpress Transport Solutions: Urgent Direct Service (Next Availalble Vehicle)', 'el'),
(360, 'Temando: Sunexpress Transport Solutions: Urgent Direct Service (Next Availalble Vehicle)', 'en'),
(360, 'Temando: Sunexpress Transport Solutions: Urgent Direct Service (Next Availalble Vehicle)', 'es'),
(360, 'Temando: Sunexpress Transport Solutions: Urgent Direct Service (Next Availalble Vehicle)', 'fr'),
(360, 'Temando: Sunexpress Transport Solutions: Urgent Direct Service (Next Availalble Vehicle)', 'it'),
(360, 'Temando: Sunexpress Transport Solutions: Urgent Direct Service (Next Availalble Vehicle)', 'nl'),
(360, 'Temando: Sunexpress Transport Solutions: Urgent Direct Service (Next Availalble Vehicle)', 'no'),
(360, 'Temando: Sunexpress Transport Solutions: Urgent Direct Service (Next Availalble Vehicle)', 'pt'),
(360, 'Temando: Sunexpress Transport Solutions: Urgent Direct Service (Next Availalble Vehicle)', 'ro'),
(360, 'Temando: Sunexpress Transport Solutions: Urgent Direct Service (Next Availalble Vehicle)', 'ru'),
(361, 'Temando: Sunexpress Transport Solutions: Overnight Service', 'da'),
(361, 'Temando: Sunexpress Transport Solutions: Overnight Service', 'de'),
(361, 'Temando: Sunexpress Transport Solutions: Overnight Service', 'el'),
(361, 'Temando: Sunexpress Transport Solutions: Overnight Service', 'en'),
(361, 'Temando: Sunexpress Transport Solutions: Overnight Service', 'es'),
(361, 'Temando: Sunexpress Transport Solutions: Overnight Service', 'fr'),
(361, 'Temando: Sunexpress Transport Solutions: Overnight Service', 'it'),
(361, 'Temando: Sunexpress Transport Solutions: Overnight Service', 'nl'),
(361, 'Temando: Sunexpress Transport Solutions: Overnight Service', 'no'),
(361, 'Temando: Sunexpress Transport Solutions: Overnight Service', 'pt'),
(361, 'Temando: Sunexpress Transport Solutions: Overnight Service', 'ro'),
(361, 'Temando: Sunexpress Transport Solutions: Overnight Service', 'ru'),
(362, 'Temando: Sunexpress Transport Solutions: Same Day Service (allow 5 hrs for delivery)', 'da'),
(362, 'Temando: Sunexpress Transport Solutions: Same Day Service (allow 5 hrs for delivery)', 'de'),
(362, 'Temando: Sunexpress Transport Solutions: Same Day Service (allow 5 hrs for delivery)', 'el'),
(362, 'Temando: Sunexpress Transport Solutions: Same Day Service (allow 5 hrs for delivery)', 'en'),
(362, 'Temando: Sunexpress Transport Solutions: Same Day Service (allow 5 hrs for delivery)', 'es'),
(362, 'Temando: Sunexpress Transport Solutions: Same Day Service (allow 5 hrs for delivery)', 'fr'),
(362, 'Temando: Sunexpress Transport Solutions: Same Day Service (allow 5 hrs for delivery)', 'it'),
(362, 'Temando: Sunexpress Transport Solutions: Same Day Service (allow 5 hrs for delivery)', 'nl'),
(362, 'Temando: Sunexpress Transport Solutions: Same Day Service (allow 5 hrs for delivery)', 'no'),
(362, 'Temando: Sunexpress Transport Solutions: Same Day Service (allow 5 hrs for delivery)', 'pt'),
(362, 'Temando: Sunexpress Transport Solutions: Same Day Service (allow 5 hrs for delivery)', 'ro'),
(362, 'Temando: Sunexpress Transport Solutions: Same Day Service (allow 5 hrs for delivery)', 'ru'),
(363, 'Temando: Sunexpress Transport Solutions: Same Day Service (allow 3hrs for delivery)', 'da'),
(363, 'Temando: Sunexpress Transport Solutions: Same Day Service (allow 3hrs for delivery)', 'de'),
(363, 'Temando: Sunexpress Transport Solutions: Same Day Service (allow 3hrs for delivery)', 'el'),
(363, 'Temando: Sunexpress Transport Solutions: Same Day Service (allow 3hrs for delivery)', 'en'),
(363, 'Temando: Sunexpress Transport Solutions: Same Day Service (allow 3hrs for delivery)', 'es'),
(363, 'Temando: Sunexpress Transport Solutions: Same Day Service (allow 3hrs for delivery)', 'fr'),
(363, 'Temando: Sunexpress Transport Solutions: Same Day Service (allow 3hrs for delivery)', 'it'),
(363, 'Temando: Sunexpress Transport Solutions: Same Day Service (allow 3hrs for delivery)', 'nl'),
(363, 'Temando: Sunexpress Transport Solutions: Same Day Service (allow 3hrs for delivery)', 'no'),
(363, 'Temando: Sunexpress Transport Solutions: Same Day Service (allow 3hrs for delivery)', 'pt'),
(363, 'Temando: Sunexpress Transport Solutions: Same Day Service (allow 3hrs for delivery)', 'ro'),
(363, 'Temando: Sunexpress Transport Solutions: Same Day Service (allow 3hrs for delivery)', 'ru'),
(364, 'Temando: TNT: Overnight Express (AIR)', 'da'),
(364, 'Temando: TNT: Overnight Express (AIR)', 'de'),
(364, 'Temando: TNT: Overnight Express (AIR)', 'el'),
(364, 'Temando: TNT: Overnight Express (AIR)', 'en'),
(364, 'Temando: TNT: Overnight Express (AIR)', 'es'),
(364, 'Temando: TNT: Overnight Express (AIR)', 'fr'),
(364, 'Temando: TNT: Overnight Express (AIR)', 'it'),
(364, 'Temando: TNT: Overnight Express (AIR)', 'nl'),
(364, 'Temando: TNT: Overnight Express (AIR)', 'no'),
(364, 'Temando: TNT: Overnight Express (AIR)', 'pt'),
(364, 'Temando: TNT: Overnight Express (AIR)', 'ro'),
(364, 'Temando: TNT: Overnight Express (AIR)', 'ru'),
(365, 'Temando: TNT: Delivery Before 9AM Next Day (AIR)', 'da'),
(365, 'Temando: TNT: Delivery Before 9AM Next Day (AIR)', 'de'),
(365, 'Temando: TNT: Delivery Before 9AM Next Day (AIR)', 'el'),
(365, 'Temando: TNT: Delivery Before 9AM Next Day (AIR)', 'en'),
(365, 'Temando: TNT: Delivery Before 9AM Next Day (AIR)', 'es'),
(365, 'Temando: TNT: Delivery Before 9AM Next Day (AIR)', 'fr'),
(365, 'Temando: TNT: Delivery Before 9AM Next Day (AIR)', 'it'),
(365, 'Temando: TNT: Delivery Before 9AM Next Day (AIR)', 'nl'),
(365, 'Temando: TNT: Delivery Before 9AM Next Day (AIR)', 'no'),
(365, 'Temando: TNT: Delivery Before 9AM Next Day (AIR)', 'pt'),
(365, 'Temando: TNT: Delivery Before 9AM Next Day (AIR)', 'ro'),
(365, 'Temando: TNT: Delivery Before 9AM Next Day (AIR)', 'ru'),
(366, 'Temando: TNT: Delivery Before 10AM Next Day (AIR)', 'da'),
(366, 'Temando: TNT: Delivery Before 10AM Next Day (AIR)', 'de'),
(366, 'Temando: TNT: Delivery Before 10AM Next Day (AIR)', 'el'),
(366, 'Temando: TNT: Delivery Before 10AM Next Day (AIR)', 'en'),
(366, 'Temando: TNT: Delivery Before 10AM Next Day (AIR)', 'es'),
(366, 'Temando: TNT: Delivery Before 10AM Next Day (AIR)', 'fr'),
(366, 'Temando: TNT: Delivery Before 10AM Next Day (AIR)', 'it'),
(366, 'Temando: TNT: Delivery Before 10AM Next Day (AIR)', 'nl'),
(366, 'Temando: TNT: Delivery Before 10AM Next Day (AIR)', 'no'),
(366, 'Temando: TNT: Delivery Before 10AM Next Day (AIR)', 'pt'),
(366, 'Temando: TNT: Delivery Before 10AM Next Day (AIR)', 'ro'),
(366, 'Temando: TNT: Delivery Before 10AM Next Day (AIR)', 'ru'),
(367, 'Temando: TNT: Delivery before Noon Next Day (AIR)', 'da'),
(367, 'Temando: TNT: Delivery before Noon Next Day (AIR)', 'de'),
(367, 'Temando: TNT: Delivery before Noon Next Day (AIR)', 'el'),
(367, 'Temando: TNT: Delivery before Noon Next Day (AIR)', 'en'),
(367, 'Temando: TNT: Delivery before Noon Next Day (AIR)', 'es'),
(367, 'Temando: TNT: Delivery before Noon Next Day (AIR)', 'fr'),
(367, 'Temando: TNT: Delivery before Noon Next Day (AIR)', 'it'),
(367, 'Temando: TNT: Delivery before Noon Next Day (AIR)', 'nl'),
(367, 'Temando: TNT: Delivery before Noon Next Day (AIR)', 'no'),
(367, 'Temando: TNT: Delivery before Noon Next Day (AIR)', 'pt'),
(367, 'Temando: TNT: Delivery before Noon Next Day (AIR)', 'ro'),
(367, 'Temando: TNT: Delivery before Noon Next Day (AIR)', 'ru'),
(368, 'Temando: TNT ATL: Delivery Before 10AM Next Day (AIR)- ATL', 'da'),
(368, 'Temando: TNT ATL: Delivery Before 10AM Next Day (AIR)- ATL', 'de'),
(368, 'Temando: TNT ATL: Delivery Before 10AM Next Day (AIR)- ATL', 'el'),
(368, 'Temando: TNT ATL: Delivery Before 10AM Next Day (AIR)- ATL', 'en'),
(368, 'Temando: TNT ATL: Delivery Before 10AM Next Day (AIR)- ATL', 'es'),
(368, 'Temando: TNT ATL: Delivery Before 10AM Next Day (AIR)- ATL', 'fr'),
(368, 'Temando: TNT ATL: Delivery Before 10AM Next Day (AIR)- ATL', 'it'),
(368, 'Temando: TNT ATL: Delivery Before 10AM Next Day (AIR)- ATL', 'nl'),
(368, 'Temando: TNT ATL: Delivery Before 10AM Next Day (AIR)- ATL', 'no'),
(368, 'Temando: TNT ATL: Delivery Before 10AM Next Day (AIR)- ATL', 'pt'),
(368, 'Temando: TNT ATL: Delivery Before 10AM Next Day (AIR)- ATL', 'ro'),
(368, 'Temando: TNT ATL: Delivery Before 10AM Next Day (AIR)- ATL', 'ru'),
(369, 'Temando: TNT ATL: Delivery before Noon Next Day (AIR) - ATL', 'da'),
(369, 'Temando: TNT ATL: Delivery before Noon Next Day (AIR) - ATL', 'de'),
(369, 'Temando: TNT ATL: Delivery before Noon Next Day (AIR) - ATL', 'el'),
(369, 'Temando: TNT ATL: Delivery before Noon Next Day (AIR) - ATL', 'en'),
(369, 'Temando: TNT ATL: Delivery before Noon Next Day (AIR) - ATL', 'es'),
(369, 'Temando: TNT ATL: Delivery before Noon Next Day (AIR) - ATL', 'fr'),
(369, 'Temando: TNT ATL: Delivery before Noon Next Day (AIR) - ATL', 'it'),
(369, 'Temando: TNT ATL: Delivery before Noon Next Day (AIR) - ATL', 'nl'),
(369, 'Temando: TNT ATL: Delivery before Noon Next Day (AIR) - ATL', 'no'),
(369, 'Temando: TNT ATL: Delivery before Noon Next Day (AIR) - ATL', 'pt'),
(369, 'Temando: TNT ATL: Delivery before Noon Next Day (AIR) - ATL', 'ro'),
(369, 'Temando: TNT ATL: Delivery before Noon Next Day (AIR) - ATL', 'ru'),
(370, 'Temando: TNT ATL: Delivery Before 9AM Next Day- (AIR) - ATL', 'da'),
(370, 'Temando: TNT ATL: Delivery Before 9AM Next Day- (AIR) - ATL', 'de'),
(370, 'Temando: TNT ATL: Delivery Before 9AM Next Day- (AIR) - ATL', 'el'),
(370, 'Temando: TNT ATL: Delivery Before 9AM Next Day- (AIR) - ATL', 'en'),
(370, 'Temando: TNT ATL: Delivery Before 9AM Next Day- (AIR) - ATL', 'es'),
(370, 'Temando: TNT ATL: Delivery Before 9AM Next Day- (AIR) - ATL', 'fr'),
(370, 'Temando: TNT ATL: Delivery Before 9AM Next Day- (AIR) - ATL', 'it'),
(370, 'Temando: TNT ATL: Delivery Before 9AM Next Day- (AIR) - ATL', 'nl'),
(370, 'Temando: TNT ATL: Delivery Before 9AM Next Day- (AIR) - ATL', 'no'),
(370, 'Temando: TNT ATL: Delivery Before 9AM Next Day- (AIR) - ATL', 'pt'),
(370, 'Temando: TNT ATL: Delivery Before 9AM Next Day- (AIR) - ATL', 'ro'),
(370, 'Temando: TNT ATL: Delivery Before 9AM Next Day- (AIR) - ATL', 'ru'),
(371, 'Temando: TNT ATL: Overnight Express (AIR) - Auth to Leave (ATL)', 'da'),
(371, 'Temando: TNT ATL: Overnight Express (AIR) - Auth to Leave (ATL)', 'de'),
(371, 'Temando: TNT ATL: Overnight Express (AIR) - Auth to Leave (ATL)', 'el'),
(371, 'Temando: TNT ATL: Overnight Express (AIR) - Auth to Leave (ATL)', 'en'),
(371, 'Temando: TNT ATL: Overnight Express (AIR) - Auth to Leave (ATL)', 'es'),
(371, 'Temando: TNT ATL: Overnight Express (AIR) - Auth to Leave (ATL)', 'fr'),
(371, 'Temando: TNT ATL: Overnight Express (AIR) - Auth to Leave (ATL)', 'it'),
(371, 'Temando: TNT ATL: Overnight Express (AIR) - Auth to Leave (ATL)', 'nl'),
(371, 'Temando: TNT ATL: Overnight Express (AIR) - Auth to Leave (ATL)', 'no'),
(371, 'Temando: TNT ATL: Overnight Express (AIR) - Auth to Leave (ATL)', 'pt'),
(371, 'Temando: TNT ATL: Overnight Express (AIR) - Auth to Leave (ATL)', 'ro'),
(371, 'Temando: TNT ATL: Overnight Express (AIR) - Auth to Leave (ATL)', 'ru'),
(372, 'Temando: TNT Satchel Only: Delivery Before 10AM Next Day (AIR)', 'da'),
(372, 'Temando: TNT Satchel Only: Delivery Before 10AM Next Day (AIR)', 'de'),
(372, 'Temando: TNT Satchel Only: Delivery Before 10AM Next Day (AIR)', 'el'),
(372, 'Temando: TNT Satchel Only: Delivery Before 10AM Next Day (AIR)', 'en'),
(372, 'Temando: TNT Satchel Only: Delivery Before 10AM Next Day (AIR)', 'es'),
(372, 'Temando: TNT Satchel Only: Delivery Before 10AM Next Day (AIR)', 'fr'),
(372, 'Temando: TNT Satchel Only: Delivery Before 10AM Next Day (AIR)', 'it'),
(372, 'Temando: TNT Satchel Only: Delivery Before 10AM Next Day (AIR)', 'nl'),
(372, 'Temando: TNT Satchel Only: Delivery Before 10AM Next Day (AIR)', 'no'),
(372, 'Temando: TNT Satchel Only: Delivery Before 10AM Next Day (AIR)', 'pt'),
(372, 'Temando: TNT Satchel Only: Delivery Before 10AM Next Day (AIR)', 'ro'),
(372, 'Temando: TNT Satchel Only: Delivery Before 10AM Next Day (AIR)', 'ru'),
(373, 'Temando: TNT Satchel Only: Delivery Before 9AM Next Day (AIR)', 'da'),
(373, 'Temando: TNT Satchel Only: Delivery Before 9AM Next Day (AIR)', 'de'),
(373, 'Temando: TNT Satchel Only: Delivery Before 9AM Next Day (AIR)', 'el'),
(373, 'Temando: TNT Satchel Only: Delivery Before 9AM Next Day (AIR)', 'en'),
(373, 'Temando: TNT Satchel Only: Delivery Before 9AM Next Day (AIR)', 'es'),
(373, 'Temando: TNT Satchel Only: Delivery Before 9AM Next Day (AIR)', 'fr'),
(373, 'Temando: TNT Satchel Only: Delivery Before 9AM Next Day (AIR)', 'it'),
(373, 'Temando: TNT Satchel Only: Delivery Before 9AM Next Day (AIR)', 'nl'),
(373, 'Temando: TNT Satchel Only: Delivery Before 9AM Next Day (AIR)', 'no'),
(373, 'Temando: TNT Satchel Only: Delivery Before 9AM Next Day (AIR)', 'pt'),
(373, 'Temando: TNT Satchel Only: Delivery Before 9AM Next Day (AIR)', 'ro'),
(373, 'Temando: TNT Satchel Only: Delivery Before 9AM Next Day (AIR)', 'ru'),
(374, 'Temando: TNT Satchel Only: Delivery before Noon Next Day (AIR)', 'da'),
(374, 'Temando: TNT Satchel Only: Delivery before Noon Next Day (AIR)', 'de'),
(374, 'Temando: TNT Satchel Only: Delivery before Noon Next Day (AIR)', 'el'),
(374, 'Temando: TNT Satchel Only: Delivery before Noon Next Day (AIR)', 'en'),
(374, 'Temando: TNT Satchel Only: Delivery before Noon Next Day (AIR)', 'es'),
(374, 'Temando: TNT Satchel Only: Delivery before Noon Next Day (AIR)', 'fr'),
(374, 'Temando: TNT Satchel Only: Delivery before Noon Next Day (AIR)', 'it'),
(374, 'Temando: TNT Satchel Only: Delivery before Noon Next Day (AIR)', 'nl'),
(374, 'Temando: TNT Satchel Only: Delivery before Noon Next Day (AIR)', 'no'),
(374, 'Temando: TNT Satchel Only: Delivery before Noon Next Day (AIR)', 'pt'),
(374, 'Temando: TNT Satchel Only: Delivery before Noon Next Day (AIR)', 'ro'),
(374, 'Temando: TNT Satchel Only: Delivery before Noon Next Day (AIR)', 'ru'),
(375, 'Temando: TNT Satchel Only: Overnight Express (AIR)', 'da'),
(375, 'Temando: TNT Satchel Only: Overnight Express (AIR)', 'de'),
(375, 'Temando: TNT Satchel Only: Overnight Express (AIR)', 'el'),
(375, 'Temando: TNT Satchel Only: Overnight Express (AIR)', 'en'),
(375, 'Temando: TNT Satchel Only: Overnight Express (AIR)', 'es'),
(375, 'Temando: TNT Satchel Only: Overnight Express (AIR)', 'fr'),
(375, 'Temando: TNT Satchel Only: Overnight Express (AIR)', 'it'),
(375, 'Temando: TNT Satchel Only: Overnight Express (AIR)', 'nl'),
(375, 'Temando: TNT Satchel Only: Overnight Express (AIR)', 'no'),
(375, 'Temando: TNT Satchel Only: Overnight Express (AIR)', 'pt'),
(375, 'Temando: TNT Satchel Only: Overnight Express (AIR)', 'ro'),
(375, 'Temando: TNT Satchel Only: Overnight Express (AIR)', 'ru'),
(376, 'Temando: TNT Satchel Only ATL: Delivery Before 10AM Next Day (AIR) ATL', 'da'),
(376, 'Temando: TNT Satchel Only ATL: Delivery Before 10AM Next Day (AIR) ATL', 'de'),
(376, 'Temando: TNT Satchel Only ATL: Delivery Before 10AM Next Day (AIR) ATL', 'el'),
(376, 'Temando: TNT Satchel Only ATL: Delivery Before 10AM Next Day (AIR) ATL', 'en'),
(376, 'Temando: TNT Satchel Only ATL: Delivery Before 10AM Next Day (AIR) ATL', 'es'),
(376, 'Temando: TNT Satchel Only ATL: Delivery Before 10AM Next Day (AIR) ATL', 'fr'),
(376, 'Temando: TNT Satchel Only ATL: Delivery Before 10AM Next Day (AIR) ATL', 'it'),
(376, 'Temando: TNT Satchel Only ATL: Delivery Before 10AM Next Day (AIR) ATL', 'nl'),
(376, 'Temando: TNT Satchel Only ATL: Delivery Before 10AM Next Day (AIR) ATL', 'no'),
(376, 'Temando: TNT Satchel Only ATL: Delivery Before 10AM Next Day (AIR) ATL', 'pt'),
(376, 'Temando: TNT Satchel Only ATL: Delivery Before 10AM Next Day (AIR) ATL', 'ro'),
(376, 'Temando: TNT Satchel Only ATL: Delivery Before 10AM Next Day (AIR) ATL', 'ru'),
(377, 'Temando: TNT Satchel Only ATL: Delivery before Noon Next Day (AIR) ATL', 'da'),
(377, 'Temando: TNT Satchel Only ATL: Delivery before Noon Next Day (AIR) ATL', 'de'),
(377, 'Temando: TNT Satchel Only ATL: Delivery before Noon Next Day (AIR) ATL', 'el'),
(377, 'Temando: TNT Satchel Only ATL: Delivery before Noon Next Day (AIR) ATL', 'en'),
(377, 'Temando: TNT Satchel Only ATL: Delivery before Noon Next Day (AIR) ATL', 'es'),
(377, 'Temando: TNT Satchel Only ATL: Delivery before Noon Next Day (AIR) ATL', 'fr'),
(377, 'Temando: TNT Satchel Only ATL: Delivery before Noon Next Day (AIR) ATL', 'it'),
(377, 'Temando: TNT Satchel Only ATL: Delivery before Noon Next Day (AIR) ATL', 'nl'),
(377, 'Temando: TNT Satchel Only ATL: Delivery before Noon Next Day (AIR) ATL', 'no'),
(377, 'Temando: TNT Satchel Only ATL: Delivery before Noon Next Day (AIR) ATL', 'pt'),
(377, 'Temando: TNT Satchel Only ATL: Delivery before Noon Next Day (AIR) ATL', 'ro'),
(377, 'Temando: TNT Satchel Only ATL: Delivery before Noon Next Day (AIR) ATL', 'ru'),
(378, 'Temando: TNT Satchel Only ATL: Delivery Before 9AM Next Day (AIR) ATL', 'da'),
(378, 'Temando: TNT Satchel Only ATL: Delivery Before 9AM Next Day (AIR) ATL', 'de'),
(378, 'Temando: TNT Satchel Only ATL: Delivery Before 9AM Next Day (AIR) ATL', 'el'),
(378, 'Temando: TNT Satchel Only ATL: Delivery Before 9AM Next Day (AIR) ATL', 'en'),
(378, 'Temando: TNT Satchel Only ATL: Delivery Before 9AM Next Day (AIR) ATL', 'es'),
(378, 'Temando: TNT Satchel Only ATL: Delivery Before 9AM Next Day (AIR) ATL', 'fr'),
(378, 'Temando: TNT Satchel Only ATL: Delivery Before 9AM Next Day (AIR) ATL', 'it'),
(378, 'Temando: TNT Satchel Only ATL: Delivery Before 9AM Next Day (AIR) ATL', 'nl'),
(378, 'Temando: TNT Satchel Only ATL: Delivery Before 9AM Next Day (AIR) ATL', 'no'),
(378, 'Temando: TNT Satchel Only ATL: Delivery Before 9AM Next Day (AIR) ATL', 'pt'),
(378, 'Temando: TNT Satchel Only ATL: Delivery Before 9AM Next Day (AIR) ATL', 'ro'),
(378, 'Temando: TNT Satchel Only ATL: Delivery Before 9AM Next Day (AIR) ATL', 'ru'),
(379, 'Temando: TNT Satchel Only ATL: Overnight Express (AIR) Authority to Leave (ATL)', 'da'),
(379, 'Temando: TNT Satchel Only ATL: Overnight Express (AIR) Authority to Leave (ATL)', 'de'),
(379, 'Temando: TNT Satchel Only ATL: Overnight Express (AIR) Authority to Leave (ATL)', 'el'),
(379, 'Temando: TNT Satchel Only ATL: Overnight Express (AIR) Authority to Leave (ATL)', 'en'),
(379, 'Temando: TNT Satchel Only ATL: Overnight Express (AIR) Authority to Leave (ATL)', 'es'),
(379, 'Temando: TNT Satchel Only ATL: Overnight Express (AIR) Authority to Leave (ATL)', 'fr'),
(379, 'Temando: TNT Satchel Only ATL: Overnight Express (AIR) Authority to Leave (ATL)', 'it'),
(379, 'Temando: TNT Satchel Only ATL: Overnight Express (AIR) Authority to Leave (ATL)', 'nl'),
(379, 'Temando: TNT Satchel Only ATL: Overnight Express (AIR) Authority to Leave (ATL)', 'no'),
(379, 'Temando: TNT Satchel Only ATL: Overnight Express (AIR) Authority to Leave (ATL)', 'pt'),
(379, 'Temando: TNT Satchel Only ATL: Overnight Express (AIR) Authority to Leave (ATL)', 'ro'),
(379, 'Temando: TNT Satchel Only ATL: Overnight Express (AIR) Authority to Leave (ATL)', 'ru'),
(380, 'Temando: TNT Sensitive: Road Express', 'da'),
(380, 'Temando: TNT Sensitive: Road Express', 'de'),
(380, 'Temando: TNT Sensitive: Road Express', 'el'),
(380, 'Temando: TNT Sensitive: Road Express', 'en'),
(380, 'Temando: TNT Sensitive: Road Express', 'es'),
(380, 'Temando: TNT Sensitive: Road Express', 'fr'),
(380, 'Temando: TNT Sensitive: Road Express', 'it'),
(380, 'Temando: TNT Sensitive: Road Express', 'nl'),
(380, 'Temando: TNT Sensitive: Road Express', 'no'),
(380, 'Temando: TNT Sensitive: Road Express', 'pt'),
(380, 'Temando: TNT Sensitive: Road Express', 'ro'),
(380, 'Temando: TNT Sensitive: Road Express', 'ru'),
(381, 'Temando: TNT Sensitive: Overnight Express', 'da'),
(381, 'Temando: TNT Sensitive: Overnight Express', 'de'),
(381, 'Temando: TNT Sensitive: Overnight Express', 'el'),
(381, 'Temando: TNT Sensitive: Overnight Express', 'en'),
(381, 'Temando: TNT Sensitive: Overnight Express', 'es'),
(381, 'Temando: TNT Sensitive: Overnight Express', 'fr'),
(381, 'Temando: TNT Sensitive: Overnight Express', 'it'),
(381, 'Temando: TNT Sensitive: Overnight Express', 'nl'),
(381, 'Temando: TNT Sensitive: Overnight Express', 'no'),
(381, 'Temando: TNT Sensitive: Overnight Express', 'pt'),
(381, 'Temando: TNT Sensitive: Overnight Express', 'ro'),
(381, 'Temando: TNT Sensitive: Overnight Express', 'ru'),
(382, 'Temando: TNT Sensitive: Sameday Time Critical Nationwide', 'da'),
(382, 'Temando: TNT Sensitive: Sameday Time Critical Nationwide', 'de'),
(382, 'Temando: TNT Sensitive: Sameday Time Critical Nationwide', 'el'),
(382, 'Temando: TNT Sensitive: Sameday Time Critical Nationwide', 'en'),
(382, 'Temando: TNT Sensitive: Sameday Time Critical Nationwide', 'es'),
(382, 'Temando: TNT Sensitive: Sameday Time Critical Nationwide', 'fr'),
(382, 'Temando: TNT Sensitive: Sameday Time Critical Nationwide', 'it'),
(382, 'Temando: TNT Sensitive: Sameday Time Critical Nationwide', 'nl'),
(382, 'Temando: TNT Sensitive: Sameday Time Critical Nationwide', 'no'),
(382, 'Temando: TNT Sensitive: Sameday Time Critical Nationwide', 'pt'),
(382, 'Temando: TNT Sensitive: Sameday Time Critical Nationwide', 'ro'),
(382, 'Temando: TNT Sensitive: Sameday Time Critical Nationwide', 'ru'),
(383, 'Temando: TNT Road: Road Express', 'da'),
(383, 'Temando: TNT Road: Road Express', 'de'),
(383, 'Temando: TNT Road: Road Express', 'el'),
(383, 'Temando: TNT Road: Road Express', 'en'),
(383, 'Temando: TNT Road: Road Express', 'es'),
(383, 'Temando: TNT Road: Road Express', 'fr'),
(383, 'Temando: TNT Road: Road Express', 'it'),
(383, 'Temando: TNT Road: Road Express', 'nl'),
(383, 'Temando: TNT Road: Road Express', 'no'),
(383, 'Temando: TNT Road: Road Express', 'pt'),
(383, 'Temando: TNT Road: Road Express', 'ro'),
(383, 'Temando: TNT Road: Road Express', 'ru'),
(384, 'DHL Express Envelope', 'da'),
(384, 'DHL Express Envelope', 'de'),
(384, 'DHL Express Envelope', 'el'),
(384, 'DHL Express Envelope', 'en'),
(384, 'DHL Express Envelope', 'es'),
(384, 'DHL Express Envelope', 'fr'),
(384, 'DHL Express Envelope', 'it'),
(384, 'DHL Express Envelope', 'nl'),
(384, 'DHL Express Envelope', 'no'),
(384, 'DHL Express Envelope', 'pt'),
(384, 'DHL Express Envelope', 'ro'),
(384, 'DHL Express Envelope', 'ru'),
(385, 'DHL Express Worldwide (Dutiable)', 'da'),
(385, 'DHL Express Worldwide (Dutiable)', 'de'),
(385, 'DHL Express Worldwide (Dutiable)', 'el'),
(385, 'DHL Express Worldwide (Dutiable)', 'en'),
(385, 'DHL Express Worldwide (Dutiable)', 'es'),
(385, 'DHL Express Worldwide (Dutiable)', 'fr'),
(385, 'DHL Express Worldwide (Dutiable)', 'it'),
(385, 'DHL Express Worldwide (Dutiable)', 'nl'),
(385, 'DHL Express Worldwide (Dutiable)', 'no'),
(385, 'DHL Express Worldwide (Dutiable)', 'pt'),
(385, 'DHL Express Worldwide (Dutiable)', 'ro'),
(385, 'DHL Express Worldwide (Dutiable)', 'ru'),
(386, 'DHL Express Worldwide (EU)', 'da'),
(386, 'DHL Express Worldwide (EU)', 'de'),
(386, 'DHL Express Worldwide (EU)', 'el'),
(386, 'DHL Express Worldwide (EU)', 'en'),
(386, 'DHL Express Worldwide (EU)', 'es'),
(386, 'DHL Express Worldwide (EU)', 'fr'),
(386, 'DHL Express Worldwide (EU)', 'it'),
(386, 'DHL Express Worldwide (EU)', 'nl'),
(386, 'DHL Express Worldwide (EU)', 'no'),
(386, 'DHL Express Worldwide (EU)', 'pt'),
(386, 'DHL Express Worldwide (EU)', 'ro'),
(386, 'DHL Express Worldwide (EU)', 'ru'),
(387, 'DHL Express 9:00 (Non-dutiable)', 'da'),
(387, 'DHL Express 9:00 (Non-dutiable)', 'de'),
(387, 'DHL Express 9:00 (Non-dutiable)', 'el'),
(387, 'DHL Express 9:00 (Non-dutiable)', 'en'),
(387, 'DHL Express 9:00 (Non-dutiable)', 'es'),
(387, 'DHL Express 9:00 (Non-dutiable)', 'fr'),
(387, 'DHL Express 9:00 (Non-dutiable)', 'it'),
(387, 'DHL Express 9:00 (Non-dutiable)', 'nl'),
(387, 'DHL Express 9:00 (Non-dutiable)', 'no'),
(387, 'DHL Express 9:00 (Non-dutiable)', 'pt'),
(387, 'DHL Express 9:00 (Non-dutiable)', 'ro'),
(387, 'DHL Express 9:00 (Non-dutiable)', 'ru'),
(388, 'DHL Express 10:30', 'da'),
(388, 'DHL Express 10:30', 'de'),
(388, 'DHL Express 10:30', 'el'),
(388, 'DHL Express 10:30', 'en'),
(388, 'DHL Express 10:30', 'es'),
(388, 'DHL Express 10:30', 'fr'),
(388, 'DHL Express 10:30', 'it'),
(388, 'DHL Express 10:30', 'nl'),
(388, 'DHL Express 10:30', 'no'),
(388, 'DHL Express 10:30', 'pt'),
(388, 'DHL Express 10:30', 'ro'),
(388, 'DHL Express 10:30', 'ru'),
(389, 'DHL Express 12:00', 'da'),
(389, 'DHL Express 12:00', 'de'),
(389, 'DHL Express 12:00', 'el'),
(389, 'DHL Express 12:00', 'en'),
(389, 'DHL Express 12:00', 'es'),
(389, 'DHL Express 12:00', 'fr'),
(389, 'DHL Express 12:00', 'it'),
(389, 'DHL Express 12:00', 'nl'),
(389, 'DHL Express 12:00', 'no'),
(389, 'DHL Express 12:00', 'pt'),
(389, 'DHL Express 12:00', 'ro'),
(389, 'DHL Express 12:00', 'ru'),
(390, 'DHL Domestic Express', 'da'),
(390, 'DHL Domestic Express', 'de'),
(390, 'DHL Domestic Express', 'el'),
(390, 'DHL Domestic Express', 'en'),
(390, 'DHL Domestic Express', 'es'),
(390, 'DHL Domestic Express', 'fr'),
(390, 'DHL Domestic Express', 'it'),
(390, 'DHL Domestic Express', 'nl'),
(390, 'DHL Domestic Express', 'no'),
(390, 'DHL Domestic Express', 'pt'),
(390, 'DHL Domestic Express', 'ro'),
(390, 'DHL Domestic Express', 'ru'),
(391, 'DHL Express Easy', 'da'),
(391, 'DHL Express Easy', 'de'),
(391, 'DHL Express Easy', 'el'),
(391, 'DHL Express Easy', 'en'),
(391, 'DHL Express Easy', 'es'),
(391, 'DHL Express Easy', 'fr'),
(391, 'DHL Express Easy', 'it'),
(391, 'DHL Express Easy', 'nl'),
(391, 'DHL Express Easy', 'no'),
(391, 'DHL Express Easy', 'pt'),
(391, 'DHL Express Easy', 'ro'),
(391, 'DHL Express Easy', 'ru'),
(392, 'Regular Parcel', 'da'),
(392, 'Regular Parcel', 'de'),
(392, 'Regular Parcel', 'el'),
(392, 'Regular Parcel', 'en'),
(392, 'Regular Parcel', 'es'),
(392, 'Regular Parcel', 'fr'),
(392, 'Regular Parcel', 'it'),
(392, 'Regular Parcel', 'nl'),
(392, 'Regular Parcel', 'no'),
(392, 'Regular Parcel', 'pt'),
(392, 'Regular Parcel', 'ro'),
(392, 'Regular Parcel', 'ru'),
(393, 'Expedited Parcel', 'da'),
(393, 'Expedited Parcel', 'de'),
(393, 'Expedited Parcel', 'el'),
(393, 'Expedited Parcel', 'en'),
(393, 'Expedited Parcel', 'es'),
(393, 'Expedited Parcel', 'fr'),
(393, 'Expedited Parcel', 'it'),
(393, 'Expedited Parcel', 'nl'),
(393, 'Expedited Parcel', 'no'),
(393, 'Expedited Parcel', 'pt'),
(393, 'Expedited Parcel', 'ro'),
(393, 'Expedited Parcel', 'ru'),
(394, 'Xpresspost', 'da'),
(394, 'Xpresspost', 'de'),
(394, 'Xpresspost', 'el'),
(394, 'Xpresspost', 'en'),
(394, 'Xpresspost', 'es'),
(394, 'Xpresspost', 'fr'),
(394, 'Xpresspost', 'it'),
(394, 'Xpresspost', 'nl'),
(394, 'Xpresspost', 'no'),
(394, 'Xpresspost', 'pt'),
(394, 'Xpresspost', 'ro'),
(394, 'Xpresspost', 'ru'),
(395, 'Xpresspost Certified', 'da'),
(395, 'Xpresspost Certified', 'de'),
(395, 'Xpresspost Certified', 'el'),
(395, 'Xpresspost Certified', 'en'),
(395, 'Xpresspost Certified', 'es'),
(395, 'Xpresspost Certified', 'fr'),
(395, 'Xpresspost Certified', 'it'),
(395, 'Xpresspost Certified', 'nl'),
(395, 'Xpresspost Certified', 'no'),
(395, 'Xpresspost Certified', 'pt'),
(395, 'Xpresspost Certified', 'ro'),
(395, 'Xpresspost Certified', 'ru'),
(396, 'Priority', 'da'),
(396, 'Priority', 'de'),
(396, 'Priority', 'el'),
(396, 'Priority', 'en'),
(396, 'Priority', 'es'),
(396, 'Priority', 'fr'),
(396, 'Priority', 'it'),
(396, 'Priority', 'nl'),
(396, 'Priority', 'no'),
(396, 'Priority', 'pt'),
(396, 'Priority', 'ro'),
(396, 'Priority', 'ru'),
(397, 'Delivered Tonight', 'da'),
(397, 'Delivered Tonight', 'de'),
(397, 'Delivered Tonight', 'el'),
(397, 'Delivered Tonight', 'en'),
(397, 'Delivered Tonight', 'es'),
(397, 'Delivered Tonight', 'fr'),
(397, 'Delivered Tonight', 'it'),
(397, 'Delivered Tonight', 'nl'),
(397, 'Delivered Tonight', 'no'),
(397, 'Delivered Tonight', 'pt'),
(397, 'Delivered Tonight', 'ro'),
(397, 'Delivered Tonight', 'ru'),
(398, 'Library Books', 'da'),
(398, 'Library Books', 'de'),
(398, 'Library Books', 'el'),
(398, 'Library Books', 'en'),
(398, 'Library Books', 'es'),
(398, 'Library Books', 'fr'),
(398, 'Library Books', 'it'),
(398, 'Library Books', 'nl'),
(398, 'Library Books', 'no'),
(398, 'Library Books', 'pt'),
(398, 'Library Books', 'ro'),
(398, 'Library Books', 'ru'),
(399, 'Expedited Parcel USA', 'da'),
(399, 'Expedited Parcel USA', 'de'),
(399, 'Expedited Parcel USA', 'el'),
(399, 'Expedited Parcel USA', 'en'),
(399, 'Expedited Parcel USA', 'es'),
(399, 'Expedited Parcel USA', 'fr'),
(399, 'Expedited Parcel USA', 'it'),
(399, 'Expedited Parcel USA', 'nl'),
(399, 'Expedited Parcel USA', 'no'),
(399, 'Expedited Parcel USA', 'pt'),
(399, 'Expedited Parcel USA', 'ro'),
(399, 'Expedited Parcel USA', 'ru'),
(400, 'Priority Worldwide Envelope USA', 'da'),
(400, 'Priority Worldwide Envelope USA', 'de'),
(400, 'Priority Worldwide Envelope USA', 'el'),
(400, 'Priority Worldwide Envelope USA', 'en'),
(400, 'Priority Worldwide Envelope USA', 'es'),
(400, 'Priority Worldwide Envelope USA', 'fr'),
(400, 'Priority Worldwide Envelope USA', 'it'),
(400, 'Priority Worldwide Envelope USA', 'nl'),
(400, 'Priority Worldwide Envelope USA', 'no'),
(400, 'Priority Worldwide Envelope USA', 'pt'),
(400, 'Priority Worldwide Envelope USA', 'ro'),
(400, 'Priority Worldwide Envelope USA', 'ru'),
(401, 'Priority Worldwide pak USA', 'da'),
(401, 'Priority Worldwide pak USA', 'de'),
(401, 'Priority Worldwide pak USA', 'el'),
(401, 'Priority Worldwide pak USA', 'en'),
(401, 'Priority Worldwide pak USA', 'es'),
(401, 'Priority Worldwide pak USA', 'fr'),
(401, 'Priority Worldwide pak USA', 'it'),
(401, 'Priority Worldwide pak USA', 'nl'),
(401, 'Priority Worldwide pak USA', 'no'),
(401, 'Priority Worldwide pak USA', 'pt'),
(401, 'Priority Worldwide pak USA', 'ro'),
(401, 'Priority Worldwide pak USA', 'ru'),
(402, 'Priority Worldwide Parcel USA', 'da'),
(402, 'Priority Worldwide Parcel USA', 'de'),
(402, 'Priority Worldwide Parcel USA', 'el'),
(402, 'Priority Worldwide Parcel USA', 'en'),
(402, 'Priority Worldwide Parcel USA', 'es'),
(402, 'Priority Worldwide Parcel USA', 'fr'),
(402, 'Priority Worldwide Parcel USA', 'it'),
(402, 'Priority Worldwide Parcel USA', 'nl'),
(402, 'Priority Worldwide Parcel USA', 'no'),
(402, 'Priority Worldwide Parcel USA', 'pt'),
(402, 'Priority Worldwide Parcel USA', 'ro');
INSERT INTO `partiushop_shipping_service_descriptions` (`service_id`, `description`, `lang_code`) VALUES
(402, 'Priority Worldwide Parcel USA', 'ru'),
(403, 'Small Packet USA Air', 'da'),
(403, 'Small Packet USA Air', 'de'),
(403, 'Small Packet USA Air', 'el'),
(403, 'Small Packet USA Air', 'en'),
(403, 'Small Packet USA Air', 'es'),
(403, 'Small Packet USA Air', 'fr'),
(403, 'Small Packet USA Air', 'it'),
(403, 'Small Packet USA Air', 'nl'),
(403, 'Small Packet USA Air', 'no'),
(403, 'Small Packet USA Air', 'pt'),
(403, 'Small Packet USA Air', 'ro'),
(403, 'Small Packet USA Air', 'ru'),
(404, 'Tracked Packet - USA', 'da'),
(404, 'Tracked Packet - USA', 'de'),
(404, 'Tracked Packet - USA', 'el'),
(404, 'Tracked Packet - USA', 'en'),
(404, 'Tracked Packet - USA', 'es'),
(404, 'Tracked Packet - USA', 'fr'),
(404, 'Tracked Packet - USA', 'it'),
(404, 'Tracked Packet - USA', 'nl'),
(404, 'Tracked Packet - USA', 'no'),
(404, 'Tracked Packet - USA', 'pt'),
(404, 'Tracked Packet - USA', 'ro'),
(404, 'Tracked Packet - USA', 'ru'),
(405, 'Tracked Packet - USA (LVM - large volume mailers)', 'da'),
(405, 'Tracked Packet - USA (LVM - large volume mailers)', 'de'),
(405, 'Tracked Packet - USA (LVM - large volume mailers)', 'el'),
(405, 'Tracked Packet - USA (LVM - large volume mailers)', 'en'),
(405, 'Tracked Packet - USA (LVM - large volume mailers)', 'es'),
(405, 'Tracked Packet - USA (LVM - large volume mailers)', 'fr'),
(405, 'Tracked Packet - USA (LVM - large volume mailers)', 'it'),
(405, 'Tracked Packet - USA (LVM - large volume mailers)', 'nl'),
(405, 'Tracked Packet - USA (LVM - large volume mailers)', 'no'),
(405, 'Tracked Packet - USA (LVM - large volume mailers)', 'pt'),
(405, 'Tracked Packet - USA (LVM - large volume mailers)', 'ro'),
(405, 'Tracked Packet - USA (LVM - large volume mailers)', 'ru'),
(406, 'Xpresspost USA', 'da'),
(406, 'Xpresspost USA', 'de'),
(406, 'Xpresspost USA', 'el'),
(406, 'Xpresspost USA', 'en'),
(406, 'Xpresspost USA', 'es'),
(406, 'Xpresspost USA', 'fr'),
(406, 'Xpresspost USA', 'it'),
(406, 'Xpresspost USA', 'nl'),
(406, 'Xpresspost USA', 'no'),
(406, 'Xpresspost USA', 'pt'),
(406, 'Xpresspost USA', 'ro'),
(406, 'Xpresspost USA', 'ru'),
(407, 'Xpresspost International', 'da'),
(407, 'Xpresspost International', 'de'),
(407, 'Xpresspost International', 'el'),
(407, 'Xpresspost International', 'en'),
(407, 'Xpresspost International', 'es'),
(407, 'Xpresspost International', 'fr'),
(407, 'Xpresspost International', 'it'),
(407, 'Xpresspost International', 'nl'),
(407, 'Xpresspost International', 'no'),
(407, 'Xpresspost International', 'pt'),
(407, 'Xpresspost International', 'ro'),
(407, 'Xpresspost International', 'ru'),
(408, 'International Parcel Air', 'da'),
(408, 'International Parcel Air', 'de'),
(408, 'International Parcel Air', 'el'),
(408, 'International Parcel Air', 'en'),
(408, 'International Parcel Air', 'es'),
(408, 'International Parcel Air', 'fr'),
(408, 'International Parcel Air', 'it'),
(408, 'International Parcel Air', 'nl'),
(408, 'International Parcel Air', 'no'),
(408, 'International Parcel Air', 'pt'),
(408, 'International Parcel Air', 'ro'),
(408, 'International Parcel Air', 'ru'),
(409, 'International Parcel Surface', 'da'),
(409, 'International Parcel Surface', 'de'),
(409, 'International Parcel Surface', 'el'),
(409, 'International Parcel Surface', 'en'),
(409, 'International Parcel Surface', 'es'),
(409, 'International Parcel Surface', 'fr'),
(409, 'International Parcel Surface', 'it'),
(409, 'International Parcel Surface', 'nl'),
(409, 'International Parcel Surface', 'no'),
(409, 'International Parcel Surface', 'pt'),
(409, 'International Parcel Surface', 'ro'),
(409, 'International Parcel Surface', 'ru'),
(410, 'Priority Worldwide Envelope Int’l', 'da'),
(410, 'Priority Worldwide Envelope Int’l', 'de'),
(410, 'Priority Worldwide Envelope Int’l', 'el'),
(410, 'Priority Worldwide Envelope Int’l', 'en'),
(410, 'Priority Worldwide Envelope Int’l', 'es'),
(410, 'Priority Worldwide Envelope Int’l', 'fr'),
(410, 'Priority Worldwide Envelope Int’l', 'it'),
(410, 'Priority Worldwide Envelope Int’l', 'nl'),
(410, 'Priority Worldwide Envelope Int’l', 'no'),
(410, 'Priority Worldwide Envelope Int’l', 'pt'),
(410, 'Priority Worldwide Envelope Int’l', 'ro'),
(410, 'Priority Worldwide Envelope Int’l', 'ru'),
(411, 'Priority Worldwide pak Int’l', 'da'),
(411, 'Priority Worldwide pak Int’l', 'de'),
(411, 'Priority Worldwide pak Int’l', 'el'),
(411, 'Priority Worldwide pak Int’l', 'en'),
(411, 'Priority Worldwide pak Int’l', 'es'),
(411, 'Priority Worldwide pak Int’l', 'fr'),
(411, 'Priority Worldwide pak Int’l', 'it'),
(411, 'Priority Worldwide pak Int’l', 'nl'),
(411, 'Priority Worldwide pak Int’l', 'no'),
(411, 'Priority Worldwide pak Int’l', 'pt'),
(411, 'Priority Worldwide pak Int’l', 'ro'),
(411, 'Priority Worldwide pak Int’l', 'ru'),
(412, 'Priority Worldwide parcel Int’l', 'da'),
(412, 'Priority Worldwide parcel Int’l', 'de'),
(412, 'Priority Worldwide parcel Int’l', 'el'),
(412, 'Priority Worldwide parcel Int’l', 'en'),
(412, 'Priority Worldwide parcel Int’l', 'es'),
(412, 'Priority Worldwide parcel Int’l', 'fr'),
(412, 'Priority Worldwide parcel Int’l', 'it'),
(412, 'Priority Worldwide parcel Int’l', 'nl'),
(412, 'Priority Worldwide parcel Int’l', 'no'),
(412, 'Priority Worldwide parcel Int’l', 'pt'),
(412, 'Priority Worldwide parcel Int’l', 'ro'),
(412, 'Priority Worldwide parcel Int’l', 'ru'),
(413, 'Small Packet International Air', 'da'),
(413, 'Small Packet International Air', 'de'),
(413, 'Small Packet International Air', 'el'),
(413, 'Small Packet International Air', 'en'),
(413, 'Small Packet International Air', 'es'),
(413, 'Small Packet International Air', 'fr'),
(413, 'Small Packet International Air', 'it'),
(413, 'Small Packet International Air', 'nl'),
(413, 'Small Packet International Air', 'no'),
(413, 'Small Packet International Air', 'pt'),
(413, 'Small Packet International Air', 'ro'),
(413, 'Small Packet International Air', 'ru'),
(414, 'Small Packet International Surface', 'da'),
(414, 'Small Packet International Surface', 'de'),
(414, 'Small Packet International Surface', 'el'),
(414, 'Small Packet International Surface', 'en'),
(414, 'Small Packet International Surface', 'es'),
(414, 'Small Packet International Surface', 'fr'),
(414, 'Small Packet International Surface', 'it'),
(414, 'Small Packet International Surface', 'nl'),
(414, 'Small Packet International Surface', 'no'),
(414, 'Small Packet International Surface', 'pt'),
(414, 'Small Packet International Surface', 'ro'),
(414, 'Small Packet International Surface', 'ru'),
(415, 'Tracked Packet - International', 'da'),
(415, 'Tracked Packet - International', 'de'),
(415, 'Tracked Packet - International', 'el'),
(415, 'Tracked Packet - International', 'en'),
(415, 'Tracked Packet - International', 'es'),
(415, 'Tracked Packet - International', 'fr'),
(415, 'Tracked Packet - International', 'it'),
(415, 'Tracked Packet - International', 'nl'),
(415, 'Tracked Packet - International', 'no'),
(415, 'Tracked Packet - International', 'pt'),
(415, 'Tracked Packet - International', 'ro'),
(415, 'Tracked Packet - International', 'ru'),
(416, 'Domestic Parcels: Parcel Post', 'da'),
(416, 'Domestic Parcels: Parcel Post', 'de'),
(416, 'Domestic Parcels: Parcel Post', 'el'),
(416, 'Domestic Parcels: Parcel Post', 'en'),
(416, 'Domestic Parcels: Parcel Post', 'es'),
(416, 'Domestic Parcels: Parcel Post', 'fr'),
(416, 'Domestic Parcels: Parcel Post', 'it'),
(416, 'Domestic Parcels: Parcel Post', 'nl'),
(416, 'Domestic Parcels: Parcel Post', 'no'),
(416, 'Domestic Parcels: Parcel Post', 'pt'),
(416, 'Domestic Parcels: Parcel Post', 'ro'),
(416, 'Domestic Parcels: Parcel Post', 'ru'),
(417, 'Domestic Parcels: Parcel Post Small Satchel', 'da'),
(417, 'Domestic Parcels: Parcel Post Small Satchel', 'de'),
(417, 'Domestic Parcels: Parcel Post Small Satchel', 'el'),
(417, 'Domestic Parcels: Parcel Post Small Satchel', 'en'),
(417, 'Domestic Parcels: Parcel Post Small Satchel', 'es'),
(417, 'Domestic Parcels: Parcel Post Small Satchel', 'fr'),
(417, 'Domestic Parcels: Parcel Post Small Satchel', 'it'),
(417, 'Domestic Parcels: Parcel Post Small Satchel', 'nl'),
(417, 'Domestic Parcels: Parcel Post Small Satchel', 'no'),
(417, 'Domestic Parcels: Parcel Post Small Satchel', 'pt'),
(417, 'Domestic Parcels: Parcel Post Small Satchel', 'ro'),
(417, 'Domestic Parcels: Parcel Post Small Satchel', 'ru'),
(419, 'Domestic Parcels: Parcel Post Large Satchel', 'da'),
(419, 'Domestic Parcels: Parcel Post Large Satchel', 'de'),
(419, 'Domestic Parcels: Parcel Post Large Satchel', 'el'),
(419, 'Domestic Parcels: Parcel Post Large Satchel', 'en'),
(419, 'Domestic Parcels: Parcel Post Large Satchel', 'es'),
(419, 'Domestic Parcels: Parcel Post Large Satchel', 'fr'),
(419, 'Domestic Parcels: Parcel Post Large Satchel', 'it'),
(419, 'Domestic Parcels: Parcel Post Large Satchel', 'nl'),
(419, 'Domestic Parcels: Parcel Post Large Satchel', 'no'),
(419, 'Domestic Parcels: Parcel Post Large Satchel', 'pt'),
(419, 'Domestic Parcels: Parcel Post Large Satchel', 'ro'),
(419, 'Domestic Parcels: Parcel Post Large Satchel', 'ru'),
(420, 'Domestic Parcels: Express Post', 'da'),
(420, 'Domestic Parcels: Express Post', 'de'),
(420, 'Domestic Parcels: Express Post', 'el'),
(420, 'Domestic Parcels: Express Post', 'en'),
(420, 'Domestic Parcels: Express Post', 'es'),
(420, 'Domestic Parcels: Express Post', 'fr'),
(420, 'Domestic Parcels: Express Post', 'it'),
(420, 'Domestic Parcels: Express Post', 'nl'),
(420, 'Domestic Parcels: Express Post', 'no'),
(420, 'Domestic Parcels: Express Post', 'pt'),
(420, 'Domestic Parcels: Express Post', 'ro'),
(420, 'Domestic Parcels: Express Post', 'ru'),
(421, 'Domestic Parcels: Express Post Small Satchel', 'da'),
(421, 'Domestic Parcels: Express Post Small Satchel', 'de'),
(421, 'Domestic Parcels: Express Post Small Satchel', 'el'),
(421, 'Domestic Parcels: Express Post Small Satchel', 'en'),
(421, 'Domestic Parcels: Express Post Small Satchel', 'es'),
(421, 'Domestic Parcels: Express Post Small Satchel', 'fr'),
(421, 'Domestic Parcels: Express Post Small Satchel', 'it'),
(421, 'Domestic Parcels: Express Post Small Satchel', 'nl'),
(421, 'Domestic Parcels: Express Post Small Satchel', 'no'),
(421, 'Domestic Parcels: Express Post Small Satchel', 'pt'),
(421, 'Domestic Parcels: Express Post Small Satchel', 'ro'),
(421, 'Domestic Parcels: Express Post Small Satchel', 'ru'),
(423, 'Domestic Parcels: Express Post Extra Large Satchel', 'da'),
(423, 'Domestic Parcels: Express Post Extra Large Satchel', 'de'),
(423, 'Domestic Parcels: Express Post Extra Large Satchel', 'el'),
(423, 'Domestic Parcels: Express Post Extra Large Satchel', 'en'),
(423, 'Domestic Parcels: Express Post Extra Large Satchel', 'es'),
(423, 'Domestic Parcels: Express Post Extra Large Satchel', 'fr'),
(423, 'Domestic Parcels: Express Post Extra Large Satchel', 'it'),
(423, 'Domestic Parcels: Express Post Extra Large Satchel', 'nl'),
(423, 'Domestic Parcels: Express Post Extra Large Satchel', 'no'),
(423, 'Domestic Parcels: Express Post Extra Large Satchel', 'pt'),
(423, 'Domestic Parcels: Express Post Extra Large Satchel', 'ro'),
(423, 'Domestic Parcels: Express Post Extra Large Satchel', 'ru'),
(426, 'International Parcels: Courier', 'da'),
(426, 'International Parcels: Courier', 'de'),
(426, 'International Parcels: Courier', 'el'),
(426, 'International Parcels: Courier', 'en'),
(426, 'International Parcels: Courier', 'es'),
(426, 'International Parcels: Courier', 'fr'),
(426, 'International Parcels: Courier', 'it'),
(426, 'International Parcels: Courier', 'nl'),
(426, 'International Parcels: Courier', 'no'),
(426, 'International Parcels: Courier', 'pt'),
(426, 'International Parcels: Courier', 'ro'),
(426, 'International Parcels: Courier', 'ru'),
(427, 'International Parcels: Express', 'da'),
(427, 'International Parcels: Express', 'de'),
(427, 'International Parcels: Express', 'el'),
(427, 'International Parcels: Express', 'en'),
(427, 'International Parcels: Express', 'es'),
(427, 'International Parcels: Express', 'fr'),
(427, 'International Parcels: Express', 'it'),
(427, 'International Parcels: Express', 'nl'),
(427, 'International Parcels: Express', 'no'),
(427, 'International Parcels: Express', 'pt'),
(427, 'International Parcels: Express', 'ro'),
(427, 'International Parcels: Express', 'ru'),
(428, 'International Parcels: Standard', 'da'),
(428, 'International Parcels: Standard', 'de'),
(428, 'International Parcels: Standard', 'el'),
(428, 'International Parcels: Standard', 'en'),
(428, 'International Parcels: Standard', 'es'),
(428, 'International Parcels: Standard', 'fr'),
(428, 'International Parcels: Standard', 'it'),
(428, 'International Parcels: Standard', 'nl'),
(428, 'International Parcels: Standard', 'no'),
(428, 'International Parcels: Standard', 'pt'),
(428, 'International Parcels: Standard', 'ro'),
(428, 'International Parcels: Standard', 'ru'),
(430, 'International Parcels: Economy Sea', 'da'),
(430, 'International Parcels: Economy Sea', 'de'),
(430, 'International Parcels: Economy Sea', 'el'),
(430, 'International Parcels: Economy Sea', 'en'),
(430, 'International Parcels: Economy Sea', 'es'),
(430, 'International Parcels: Economy Sea', 'fr'),
(430, 'International Parcels: Economy Sea', 'it'),
(430, 'International Parcels: Economy Sea', 'nl'),
(430, 'International Parcels: Economy Sea', 'no'),
(430, 'International Parcels: Economy Sea', 'pt'),
(430, 'International Parcels: Economy Sea', 'ro'),
(430, 'International Parcels: Economy Sea', 'ru'),
(431, 'Domestic Letters: Small Letter', 'da'),
(431, 'Domestic Letters: Small Letter', 'de'),
(431, 'Domestic Letters: Small Letter', 'el'),
(431, 'Domestic Letters: Small Letter', 'en'),
(431, 'Domestic Letters: Small Letter', 'es'),
(431, 'Domestic Letters: Small Letter', 'fr'),
(431, 'Domestic Letters: Small Letter', 'it'),
(431, 'Domestic Letters: Small Letter', 'nl'),
(431, 'Domestic Letters: Small Letter', 'no'),
(431, 'Domestic Letters: Small Letter', 'pt'),
(431, 'Domestic Letters: Small Letter', 'ro'),
(431, 'Domestic Letters: Small Letter', 'ru'),
(432, 'Domestic Letters: Small Priority Letter', 'da'),
(432, 'Domestic Letters: Small Priority Letter', 'de'),
(432, 'Domestic Letters: Small Priority Letter', 'el'),
(432, 'Domestic Letters: Small Priority Letter', 'en'),
(432, 'Domestic Letters: Small Priority Letter', 'es'),
(432, 'Domestic Letters: Small Priority Letter', 'fr'),
(432, 'Domestic Letters: Small Priority Letter', 'it'),
(432, 'Domestic Letters: Small Priority Letter', 'nl'),
(432, 'Domestic Letters: Small Priority Letter', 'no'),
(432, 'Domestic Letters: Small Priority Letter', 'pt'),
(432, 'Domestic Letters: Small Priority Letter', 'ro'),
(432, 'Domestic Letters: Small Priority Letter', 'ru'),
(433, 'Domestic Letters: Large Letter', 'da'),
(433, 'Domestic Letters: Large Letter', 'de'),
(433, 'Domestic Letters: Large Letter', 'el'),
(433, 'Domestic Letters: Large Letter', 'en'),
(433, 'Domestic Letters: Large Letter', 'es'),
(433, 'Domestic Letters: Large Letter', 'fr'),
(433, 'Domestic Letters: Large Letter', 'it'),
(433, 'Domestic Letters: Large Letter', 'nl'),
(433, 'Domestic Letters: Large Letter', 'no'),
(433, 'Domestic Letters: Large Letter', 'pt'),
(433, 'Domestic Letters: Large Letter', 'ro'),
(433, 'Domestic Letters: Large Letter', 'ru'),
(434, 'Domestic Letters: Large Priority Letter', 'da'),
(434, 'Domestic Letters: Large Priority Letter', 'de'),
(434, 'Domestic Letters: Large Priority Letter', 'el'),
(434, 'Domestic Letters: Large Priority Letter', 'en'),
(434, 'Domestic Letters: Large Priority Letter', 'es'),
(434, 'Domestic Letters: Large Priority Letter', 'fr'),
(434, 'Domestic Letters: Large Priority Letter', 'it'),
(434, 'Domestic Letters: Large Priority Letter', 'nl'),
(434, 'Domestic Letters: Large Priority Letter', 'no'),
(434, 'Domestic Letters: Large Priority Letter', 'pt'),
(434, 'Domestic Letters: Large Priority Letter', 'ro'),
(434, 'Domestic Letters: Large Priority Letter', 'ru'),
(435, 'Domestic Letters: Express Post Small Envelope', 'da'),
(435, 'Domestic Letters: Express Post Small Envelope', 'de'),
(435, 'Domestic Letters: Express Post Small Envelope', 'el'),
(435, 'Domestic Letters: Express Post Small Envelope', 'en'),
(435, 'Domestic Letters: Express Post Small Envelope', 'es'),
(435, 'Domestic Letters: Express Post Small Envelope', 'fr'),
(435, 'Domestic Letters: Express Post Small Envelope', 'it'),
(435, 'Domestic Letters: Express Post Small Envelope', 'nl'),
(435, 'Domestic Letters: Express Post Small Envelope', 'no'),
(435, 'Domestic Letters: Express Post Small Envelope', 'pt'),
(435, 'Domestic Letters: Express Post Small Envelope', 'ro'),
(435, 'Domestic Letters: Express Post Small Envelope', 'ru'),
(436, 'Domestic Letters: Express Post Medium Envelope', 'da'),
(436, 'Domestic Letters: Express Post Medium Envelope', 'de'),
(436, 'Domestic Letters: Express Post Medium Envelope', 'el'),
(436, 'Domestic Letters: Express Post Medium Envelope', 'en'),
(436, 'Domestic Letters: Express Post Medium Envelope', 'es'),
(436, 'Domestic Letters: Express Post Medium Envelope', 'fr'),
(436, 'Domestic Letters: Express Post Medium Envelope', 'it'),
(436, 'Domestic Letters: Express Post Medium Envelope', 'nl'),
(436, 'Domestic Letters: Express Post Medium Envelope', 'no'),
(436, 'Domestic Letters: Express Post Medium Envelope', 'pt'),
(436, 'Domestic Letters: Express Post Medium Envelope', 'ro'),
(436, 'Domestic Letters: Express Post Medium Envelope', 'ru'),
(437, 'Domestic Letters: Express Post Large Envelope', 'da'),
(437, 'Domestic Letters: Express Post Large Envelope', 'de'),
(437, 'Domestic Letters: Express Post Large Envelope', 'el'),
(437, 'Domestic Letters: Express Post Large Envelope', 'en'),
(437, 'Domestic Letters: Express Post Large Envelope', 'es'),
(437, 'Domestic Letters: Express Post Large Envelope', 'fr'),
(437, 'Domestic Letters: Express Post Large Envelope', 'it'),
(437, 'Domestic Letters: Express Post Large Envelope', 'nl'),
(437, 'Domestic Letters: Express Post Large Envelope', 'no'),
(437, 'Domestic Letters: Express Post Large Envelope', 'pt'),
(437, 'Domestic Letters: Express Post Large Envelope', 'ro'),
(437, 'Domestic Letters: Express Post Large Envelope', 'ru'),
(438, 'International Letters: Courier', 'da'),
(438, 'International Letters: Courier', 'de'),
(438, 'International Letters: Courier', 'el'),
(438, 'International Letters: Courier', 'en'),
(438, 'International Letters: Courier', 'es'),
(438, 'International Letters: Courier', 'fr'),
(438, 'International Letters: Courier', 'it'),
(438, 'International Letters: Courier', 'nl'),
(438, 'International Letters: Courier', 'no'),
(438, 'International Letters: Courier', 'pt'),
(438, 'International Letters: Courier', 'ro'),
(438, 'International Letters: Courier', 'ru'),
(439, 'International Letters: Express', 'da'),
(439, 'International Letters: Express', 'de'),
(439, 'International Letters: Express', 'el'),
(439, 'International Letters: Express', 'en'),
(439, 'International Letters: Express', 'es'),
(439, 'International Letters: Express', 'fr'),
(439, 'International Letters: Express', 'it'),
(439, 'International Letters: Express', 'nl'),
(439, 'International Letters: Express', 'no'),
(439, 'International Letters: Express', 'pt'),
(439, 'International Letters: Express', 'ro'),
(439, 'International Letters: Express', 'ru'),
(440, 'International Letters: Registered Post DL', 'da'),
(440, 'International Letters: Registered Post DL', 'de'),
(440, 'International Letters: Registered Post DL', 'el'),
(440, 'International Letters: Registered Post DL', 'en'),
(440, 'International Letters: Registered Post DL', 'es'),
(440, 'International Letters: Registered Post DL', 'fr'),
(440, 'International Letters: Registered Post DL', 'it'),
(440, 'International Letters: Registered Post DL', 'nl'),
(440, 'International Letters: Registered Post DL', 'no'),
(440, 'International Letters: Registered Post DL', 'pt'),
(440, 'International Letters: Registered Post DL', 'ro'),
(440, 'International Letters: Registered Post DL', 'ru'),
(441, 'International Letters: Registered Post B4', 'da'),
(441, 'International Letters: Registered Post B4', 'de'),
(441, 'International Letters: Registered Post B4', 'el'),
(441, 'International Letters: Registered Post B4', 'en'),
(441, 'International Letters: Registered Post B4', 'es'),
(441, 'International Letters: Registered Post B4', 'fr'),
(441, 'International Letters: Registered Post B4', 'it'),
(441, 'International Letters: Registered Post B4', 'nl'),
(441, 'International Letters: Registered Post B4', 'no'),
(441, 'International Letters: Registered Post B4', 'pt'),
(441, 'International Letters: Registered Post B4', 'ro'),
(441, 'International Letters: Registered Post B4', 'ru'),
(442, 'International Letters: Economy Air (Light)', 'da'),
(442, 'International Letters: Economy Air (Light)', 'de'),
(442, 'International Letters: Economy Air (Light)', 'el'),
(442, 'International Letters: Economy Air (Light)', 'en'),
(442, 'International Letters: Economy Air (Light)', 'es'),
(442, 'International Letters: Economy Air (Light)', 'fr'),
(442, 'International Letters: Economy Air (Light)', 'it'),
(442, 'International Letters: Economy Air (Light)', 'nl'),
(442, 'International Letters: Economy Air (Light)', 'no'),
(442, 'International Letters: Economy Air (Light)', 'pt'),
(442, 'International Letters: Economy Air (Light)', 'ro'),
(442, 'International Letters: Economy Air (Light)', 'ru'),
(443, 'International Letters: Economy Air (Medium)', 'da'),
(443, 'International Letters: Economy Air (Medium)', 'de'),
(443, 'International Letters: Economy Air (Medium)', 'el'),
(443, 'International Letters: Economy Air (Medium)', 'en'),
(443, 'International Letters: Economy Air (Medium)', 'es'),
(443, 'International Letters: Economy Air (Medium)', 'fr'),
(443, 'International Letters: Economy Air (Medium)', 'it'),
(443, 'International Letters: Economy Air (Medium)', 'nl'),
(443, 'International Letters: Economy Air (Medium)', 'no'),
(443, 'International Letters: Economy Air (Medium)', 'pt'),
(443, 'International Letters: Economy Air (Medium)', 'ro'),
(443, 'International Letters: Economy Air (Medium)', 'ru'),
(444, 'International Letters: Economy Air (Heavy)', 'da'),
(444, 'International Letters: Economy Air (Heavy)', 'de'),
(444, 'International Letters: Economy Air (Heavy)', 'el'),
(444, 'International Letters: Economy Air (Heavy)', 'en'),
(444, 'International Letters: Economy Air (Heavy)', 'es'),
(444, 'International Letters: Economy Air (Heavy)', 'fr'),
(444, 'International Letters: Economy Air (Heavy)', 'it'),
(444, 'International Letters: Economy Air (Heavy)', 'nl'),
(444, 'International Letters: Economy Air (Heavy)', 'no'),
(444, 'International Letters: Economy Air (Heavy)', 'pt'),
(444, 'International Letters: Economy Air (Heavy)', 'ro'),
(444, 'International Letters: Economy Air (Heavy)', 'ru'),
(445, 'UPS Canada: Access Point Economy', 'da'),
(445, 'UPS Canada: Access Point Economy', 'de'),
(445, 'UPS Canada: Access Point Economy', 'el'),
(445, 'UPS Canada: Access Point Economy', 'en'),
(445, 'UPS Canada: Access Point Economy', 'es'),
(445, 'UPS Canada: Access Point Economy', 'fr'),
(445, 'UPS Canada: Access Point Economy', 'it'),
(445, 'UPS Canada: Access Point Economy', 'nl'),
(445, 'UPS Canada: Access Point Economy', 'no'),
(445, 'UPS Canada: Access Point Economy', 'pt'),
(445, 'UPS Canada: Access Point Economy', 'ro'),
(445, 'UPS Canada: Access Point Economy', 'ru'),
(446, 'UPS Canada: Worldwide Express Plus', 'da'),
(446, 'UPS Canada: Worldwide Express Plus', 'de'),
(446, 'UPS Canada: Worldwide Express Plus', 'el'),
(446, 'UPS Canada: Worldwide Express Plus', 'en'),
(446, 'UPS Canada: Worldwide Express Plus', 'es'),
(446, 'UPS Canada: Worldwide Express Plus', 'fr'),
(446, 'UPS Canada: Worldwide Express Plus', 'it'),
(446, 'UPS Canada: Worldwide Express Plus', 'nl'),
(446, 'UPS Canada: Worldwide Express Plus', 'no'),
(446, 'UPS Canada: Worldwide Express Plus', 'pt'),
(446, 'UPS Canada: Worldwide Express Plus', 'ro'),
(446, 'UPS Canada: Worldwide Express Plus', 'ru'),
(447, 'UPS Europe: Access Point Economy', 'da'),
(447, 'UPS Europe: Access Point Economy', 'de'),
(447, 'UPS Europe: Access Point Economy', 'el'),
(447, 'UPS Europe: Access Point Economy', 'en'),
(447, 'UPS Europe: Access Point Economy', 'es'),
(447, 'UPS Europe: Access Point Economy', 'fr'),
(447, 'UPS Europe: Access Point Economy', 'it'),
(447, 'UPS Europe: Access Point Economy', 'nl'),
(447, 'UPS Europe: Access Point Economy', 'no'),
(447, 'UPS Europe: Access Point Economy', 'pt'),
(447, 'UPS Europe: Access Point Economy', 'ro'),
(447, 'UPS Europe: Access Point Economy', 'ru'),
(448, 'UPS Mexico: Access Point Economy', 'da'),
(448, 'UPS Mexico: Access Point Economy', 'de'),
(448, 'UPS Mexico: Access Point Economy', 'el'),
(448, 'UPS Mexico: Access Point Economy', 'en'),
(448, 'UPS Mexico: Access Point Economy', 'es'),
(448, 'UPS Mexico: Access Point Economy', 'fr'),
(448, 'UPS Mexico: Access Point Economy', 'it'),
(448, 'UPS Mexico: Access Point Economy', 'nl'),
(448, 'UPS Mexico: Access Point Economy', 'no'),
(448, 'UPS Mexico: Access Point Economy', 'pt'),
(448, 'UPS Mexico: Access Point Economy', 'ro'),
(448, 'UPS Mexico: Access Point Economy', 'ru'),
(449, 'UPS Mexico: Standard', 'da'),
(449, 'UPS Mexico: Standard', 'de'),
(449, 'UPS Mexico: Standard', 'el'),
(449, 'UPS Mexico: Standard', 'en'),
(449, 'UPS Mexico: Standard', 'es'),
(449, 'UPS Mexico: Standard', 'fr'),
(449, 'UPS Mexico: Standard', 'it'),
(449, 'UPS Mexico: Standard', 'nl'),
(449, 'UPS Mexico: Standard', 'no'),
(449, 'UPS Mexico: Standard', 'pt'),
(449, 'UPS Mexico: Standard', 'ro'),
(449, 'UPS Mexico: Standard', 'ru'),
(450, 'UPS Poland: Access Point Economy', 'da'),
(450, 'UPS Poland: Access Point Economy', 'de'),
(450, 'UPS Poland: Access Point Economy', 'el'),
(450, 'UPS Poland: Access Point Economy', 'en'),
(450, 'UPS Poland: Access Point Economy', 'es'),
(450, 'UPS Poland: Access Point Economy', 'fr'),
(450, 'UPS Poland: Access Point Economy', 'it'),
(450, 'UPS Poland: Access Point Economy', 'nl'),
(450, 'UPS Poland: Access Point Economy', 'no'),
(450, 'UPS Poland: Access Point Economy', 'pt'),
(450, 'UPS Poland: Access Point Economy', 'ro'),
(450, 'UPS Poland: Access Point Economy', 'ru'),
(451, 'UPS All countries: Worldwide Express Freight', 'da'),
(451, 'UPS All countries: Worldwide Express Freight', 'de'),
(451, 'UPS All countries: Worldwide Express Freight', 'el'),
(451, 'UPS All countries: Worldwide Express Freight', 'en'),
(451, 'UPS All countries: Worldwide Express Freight', 'es'),
(451, 'UPS All countries: Worldwide Express Freight', 'fr'),
(451, 'UPS All countries: Worldwide Express Freight', 'it'),
(451, 'UPS All countries: Worldwide Express Freight', 'nl'),
(451, 'UPS All countries: Worldwide Express Freight', 'no'),
(451, 'UPS All countries: Worldwide Express Freight', 'pt'),
(451, 'UPS All countries: Worldwide Express Freight', 'ro'),
(451, 'UPS All countries: Worldwide Express Freight', 'ru'),
(452, 'FedEx 2nd Day® AM', 'da'),
(452, 'FedEx 2nd Day® AM', 'de'),
(452, 'FedEx 2nd Day® AM', 'el'),
(452, 'FedEx 2nd Day® AM', 'en'),
(452, 'FedEx 2nd Day® AM', 'es'),
(452, 'FedEx 2nd Day® AM', 'fr'),
(452, 'FedEx 2nd Day® AM', 'it'),
(452, 'FedEx 2nd Day® AM', 'nl'),
(452, 'FedEx 2nd Day® AM', 'no'),
(452, 'FedEx 2nd Day® AM', 'pt'),
(452, 'FedEx 2nd Day® AM', 'ro'),
(452, 'FedEx 2nd Day® AM', 'ru'),
(453, 'FedEx Distance Deferred®', 'da'),
(453, 'FedEx Distance Deferred®', 'de'),
(453, 'FedEx Distance Deferred®', 'el'),
(453, 'FedEx Distance Deferred®', 'en'),
(453, 'FedEx Distance Deferred®', 'es'),
(453, 'FedEx Distance Deferred®', 'fr'),
(453, 'FedEx Distance Deferred®', 'it'),
(453, 'FedEx Distance Deferred®', 'nl'),
(453, 'FedEx Distance Deferred®', 'no'),
(453, 'FedEx Distance Deferred®', 'pt'),
(453, 'FedEx Distance Deferred®', 'ro'),
(453, 'FedEx Distance Deferred®', 'ru'),
(454, 'FedEx First Freight®', 'da'),
(454, 'FedEx First Freight®', 'de'),
(454, 'FedEx First Freight®', 'el'),
(454, 'FedEx First Freight®', 'en'),
(454, 'FedEx First Freight®', 'es'),
(454, 'FedEx First Freight®', 'fr'),
(454, 'FedEx First Freight®', 'it'),
(454, 'FedEx First Freight®', 'nl'),
(454, 'FedEx First Freight®', 'no'),
(454, 'FedEx First Freight®', 'pt'),
(454, 'FedEx First Freight®', 'ro'),
(454, 'FedEx First Freight®', 'ru'),
(455, 'FedEx Freight® Ecomomy', 'da'),
(455, 'FedEx Freight® Ecomomy', 'de'),
(455, 'FedEx Freight® Ecomomy', 'el'),
(455, 'FedEx Freight® Ecomomy', 'en'),
(455, 'FedEx Freight® Ecomomy', 'es'),
(455, 'FedEx Freight® Ecomomy', 'fr'),
(455, 'FedEx Freight® Ecomomy', 'it'),
(455, 'FedEx Freight® Ecomomy', 'nl'),
(455, 'FedEx Freight® Ecomomy', 'no'),
(455, 'FedEx Freight® Ecomomy', 'pt'),
(455, 'FedEx Freight® Ecomomy', 'ro'),
(455, 'FedEx Freight® Ecomomy', 'ru'),
(456, 'FedEx Freight® Priority', 'da'),
(456, 'FedEx Freight® Priority', 'de'),
(456, 'FedEx Freight® Priority', 'el'),
(456, 'FedEx Freight® Priority', 'en'),
(456, 'FedEx Freight® Priority', 'es'),
(456, 'FedEx Freight® Priority', 'fr'),
(456, 'FedEx Freight® Priority', 'it'),
(456, 'FedEx Freight® Priority', 'nl'),
(456, 'FedEx Freight® Priority', 'no'),
(456, 'FedEx Freight® Priority', 'pt'),
(456, 'FedEx Freight® Priority', 'ro'),
(456, 'FedEx Freight® Priority', 'ru'),
(457, 'FedEx Overnight® Afternoon', 'da'),
(457, 'FedEx Overnight® Afternoon', 'de'),
(457, 'FedEx Overnight® Afternoon', 'el'),
(457, 'FedEx Overnight® Afternoon', 'en'),
(457, 'FedEx Overnight® Afternoon', 'es'),
(457, 'FedEx Overnight® Afternoon', 'fr'),
(457, 'FedEx Overnight® Afternoon', 'it'),
(457, 'FedEx Overnight® Afternoon', 'nl'),
(457, 'FedEx Overnight® Afternoon', 'no'),
(457, 'FedEx Overnight® Afternoon', 'pt'),
(457, 'FedEx Overnight® Afternoon', 'ro'),
(457, 'FedEx Overnight® Afternoon', 'ru'),
(458, 'FedEx Overnight® Early morning', 'da'),
(458, 'FedEx Overnight® Early morning', 'de'),
(458, 'FedEx Overnight® Early morning', 'el'),
(458, 'FedEx Overnight® Early morning', 'en'),
(458, 'FedEx Overnight® Early morning', 'es'),
(458, 'FedEx Overnight® Early morning', 'fr'),
(458, 'FedEx Overnight® Early morning', 'it'),
(458, 'FedEx Overnight® Early morning', 'nl'),
(458, 'FedEx Overnight® Early morning', 'no'),
(458, 'FedEx Overnight® Early morning', 'pt'),
(458, 'FedEx Overnight® Early morning', 'ro'),
(458, 'FedEx Overnight® Early morning', 'ru'),
(459, 'FedEx Overnight® End of day', 'da'),
(459, 'FedEx Overnight® End of day', 'de'),
(459, 'FedEx Overnight® End of day', 'el'),
(459, 'FedEx Overnight® End of day', 'en'),
(459, 'FedEx Overnight® End of day', 'es'),
(459, 'FedEx Overnight® End of day', 'fr'),
(459, 'FedEx Overnight® End of day', 'it'),
(459, 'FedEx Overnight® End of day', 'nl'),
(459, 'FedEx Overnight® End of day', 'no'),
(459, 'FedEx Overnight® End of day', 'pt'),
(459, 'FedEx Overnight® End of day', 'ro'),
(459, 'FedEx Overnight® End of day', 'ru'),
(460, 'FedEx Overnight® Freight', 'da'),
(460, 'FedEx Overnight® Freight', 'de'),
(460, 'FedEx Overnight® Freight', 'el'),
(460, 'FedEx Overnight® Freight', 'en'),
(460, 'FedEx Overnight® Freight', 'es'),
(460, 'FedEx Overnight® Freight', 'fr'),
(460, 'FedEx Overnight® Freight', 'it'),
(460, 'FedEx Overnight® Freight', 'nl'),
(460, 'FedEx Overnight® Freight', 'no'),
(460, 'FedEx Overnight® Freight', 'pt'),
(460, 'FedEx Overnight® Freight', 'ro'),
(460, 'FedEx Overnight® Freight', 'ru'),
(461, 'FedEx Overnight® Midmorning', 'da'),
(461, 'FedEx Overnight® Midmorning', 'de'),
(461, 'FedEx Overnight® Midmorning', 'el'),
(461, 'FedEx Overnight® Midmorning', 'en'),
(461, 'FedEx Overnight® Midmorning', 'es'),
(461, 'FedEx Overnight® Midmorning', 'fr'),
(461, 'FedEx Overnight® Midmorning', 'it'),
(461, 'FedEx Overnight® Midmorning', 'nl'),
(461, 'FedEx Overnight® Midmorning', 'no'),
(461, 'FedEx Overnight® Midmorning', 'pt'),
(461, 'FedEx Overnight® Midmorning', 'ro'),
(461, 'FedEx Overnight® Midmorning', 'ru'),
(462, 'FedEx SameDay®', 'da'),
(462, 'FedEx SameDay®', 'de'),
(462, 'FedEx SameDay®', 'el'),
(462, 'FedEx SameDay®', 'en'),
(462, 'FedEx SameDay®', 'es'),
(462, 'FedEx SameDay®', 'fr'),
(462, 'FedEx SameDay®', 'it'),
(462, 'FedEx SameDay®', 'nl'),
(462, 'FedEx SameDay®', 'no'),
(462, 'FedEx SameDay®', 'pt'),
(462, 'FedEx SameDay®', 'ro'),
(462, 'FedEx SameDay®', 'ru'),
(463, 'FedEx SameDay® City', 'da'),
(463, 'FedEx SameDay® City', 'de'),
(463, 'FedEx SameDay® City', 'el'),
(463, 'FedEx SameDay® City', 'en'),
(463, 'FedEx SameDay® City', 'es'),
(463, 'FedEx SameDay® City', 'fr'),
(463, 'FedEx SameDay® City', 'it'),
(463, 'FedEx SameDay® City', 'nl'),
(463, 'FedEx SameDay® City', 'no'),
(463, 'FedEx SameDay® City', 'pt'),
(463, 'FedEx SameDay® City', 'ro'),
(463, 'FedEx SameDay® City', 'ru'),
(464, 'Pickup', 'da'),
(464, 'Pickup', 'de'),
(464, 'Pickup', 'el'),
(464, 'Pickup', 'en'),
(464, 'Pickup', 'es'),
(464, 'Pickup', 'fr'),
(464, 'Pickup', 'it'),
(464, 'Pickup', 'nl'),
(464, 'Pickup', 'no'),
(464, 'Pickup', 'pt'),
(464, 'Pickup', 'ro'),
(464, 'Самовывоз', 'ru'),
(465, 'Domestic Parcels: Parcel Post Medium Satchel', 'da'),
(465, 'Domestic Parcels: Parcel Post Medium Satchel', 'de'),
(465, 'Domestic Parcels: Parcel Post Medium Satchel', 'el'),
(465, 'Domestic Parcels: Parcel Post Medium Satchel', 'en'),
(465, 'Domestic Parcels: Parcel Post Medium Satchel', 'es'),
(465, 'Domestic Parcels: Parcel Post Medium Satchel', 'fr'),
(465, 'Domestic Parcels: Parcel Post Medium Satchel', 'it'),
(465, 'Domestic Parcels: Parcel Post Medium Satchel', 'nl'),
(465, 'Domestic Parcels: Parcel Post Medium Satchel', 'no'),
(465, 'Domestic Parcels: Parcel Post Medium Satchel', 'pt'),
(465, 'Domestic Parcels: Parcel Post Medium Satchel', 'ro'),
(465, 'Domestic Parcels: Parcel Post Medium Satchel', 'ru'),
(466, 'Domestic Parcels: Parcel Post Extra Large Satchel', 'da'),
(466, 'Domestic Parcels: Parcel Post Extra Large Satchel', 'de'),
(466, 'Domestic Parcels: Parcel Post Extra Large Satchel', 'el'),
(466, 'Domestic Parcels: Parcel Post Extra Large Satchel', 'en'),
(466, 'Domestic Parcels: Parcel Post Extra Large Satchel', 'es'),
(466, 'Domestic Parcels: Parcel Post Extra Large Satchel', 'fr'),
(466, 'Domestic Parcels: Parcel Post Extra Large Satchel', 'it'),
(466, 'Domestic Parcels: Parcel Post Extra Large Satchel', 'nl'),
(466, 'Domestic Parcels: Parcel Post Extra Large Satchel', 'no'),
(466, 'Domestic Parcels: Parcel Post Extra Large Satchel', 'pt'),
(466, 'Domestic Parcels: Parcel Post Extra Large Satchel', 'ro'),
(466, 'Domestic Parcels: Parcel Post Extra Large Satchel', 'ru'),
(467, 'Domestic Parcels: Parcel Post Small Package', 'da'),
(467, 'Domestic Parcels: Parcel Post Small Package', 'de'),
(467, 'Domestic Parcels: Parcel Post Small Package', 'el'),
(467, 'Domestic Parcels: Parcel Post Small Package', 'en'),
(467, 'Domestic Parcels: Parcel Post Small Package', 'es'),
(467, 'Domestic Parcels: Parcel Post Small Package', 'fr'),
(467, 'Domestic Parcels: Parcel Post Small Package', 'it'),
(467, 'Domestic Parcels: Parcel Post Small Package', 'nl'),
(467, 'Domestic Parcels: Parcel Post Small Package', 'no'),
(467, 'Domestic Parcels: Parcel Post Small Package', 'pt'),
(467, 'Domestic Parcels: Parcel Post Small Package', 'ro'),
(467, 'Domestic Parcels: Parcel Post Small Package', 'ru'),
(468, 'Domestic Parcels: Parcel Post Large Package', 'da'),
(468, 'Domestic Parcels: Parcel Post Large Package', 'de'),
(468, 'Domestic Parcels: Parcel Post Large Package', 'el'),
(468, 'Domestic Parcels: Parcel Post Large Package', 'en'),
(468, 'Domestic Parcels: Parcel Post Large Package', 'es'),
(468, 'Domestic Parcels: Parcel Post Large Package', 'fr'),
(468, 'Domestic Parcels: Parcel Post Large Package', 'it'),
(468, 'Domestic Parcels: Parcel Post Large Package', 'nl'),
(468, 'Domestic Parcels: Parcel Post Large Package', 'no'),
(468, 'Domestic Parcels: Parcel Post Large Package', 'pt'),
(468, 'Domestic Parcels: Parcel Post Large Package', 'ro'),
(468, 'Domestic Parcels: Parcel Post Large Package', 'ru'),
(469, 'Domestic Parcels: Parcel Post Extra Large Package', 'da'),
(469, 'Domestic Parcels: Parcel Post Extra Large Package', 'de'),
(469, 'Domestic Parcels: Parcel Post Extra Large Package', 'el'),
(469, 'Domestic Parcels: Parcel Post Extra Large Package', 'en'),
(469, 'Domestic Parcels: Parcel Post Extra Large Package', 'es'),
(469, 'Domestic Parcels: Parcel Post Extra Large Package', 'fr'),
(469, 'Domestic Parcels: Parcel Post Extra Large Package', 'it'),
(469, 'Domestic Parcels: Parcel Post Extra Large Package', 'nl'),
(469, 'Domestic Parcels: Parcel Post Extra Large Package', 'no'),
(469, 'Domestic Parcels: Parcel Post Extra Large Package', 'pt'),
(469, 'Domestic Parcels: Parcel Post Extra Large Package', 'ro'),
(469, 'Domestic Parcels: Parcel Post Extra Large Package', 'ru'),
(470, 'Domestic Parcels: Express Post Medium Satchel', 'da'),
(470, 'Domestic Parcels: Express Post Medium Satchel', 'de'),
(470, 'Domestic Parcels: Express Post Medium Satchel', 'el'),
(470, 'Domestic Parcels: Express Post Medium Satchel', 'en'),
(470, 'Domestic Parcels: Express Post Medium Satchel', 'es'),
(470, 'Domestic Parcels: Express Post Medium Satchel', 'fr'),
(470, 'Domestic Parcels: Express Post Medium Satchel', 'it'),
(470, 'Domestic Parcels: Express Post Medium Satchel', 'nl'),
(470, 'Domestic Parcels: Express Post Medium Satchel', 'no'),
(470, 'Domestic Parcels: Express Post Medium Satchel', 'pt'),
(470, 'Domestic Parcels: Express Post Medium Satchel', 'ro'),
(470, 'Domestic Parcels: Express Post Medium Satchel', 'ru'),
(471, 'Domestic Letters: Large Letter 250g', 'da'),
(471, 'Domestic Letters: Large Letter 250g', 'de'),
(471, 'Domestic Letters: Large Letter 250g', 'el'),
(471, 'Domestic Letters: Large Letter 250g', 'en'),
(471, 'Domestic Letters: Large Letter 250g', 'es'),
(471, 'Domestic Letters: Large Letter 250g', 'fr'),
(471, 'Domestic Letters: Large Letter 250g', 'it'),
(471, 'Domestic Letters: Large Letter 250g', 'nl'),
(471, 'Domestic Letters: Large Letter 250g', 'no'),
(471, 'Domestic Letters: Large Letter 250g', 'pt'),
(471, 'Domestic Letters: Large Letter 250g', 'ro'),
(471, 'Domestic Letters: Large Letter 250g', 'ru'),
(472, 'Domestic Letters: Large Priority Letter 250g', 'da'),
(472, 'Domestic Letters: Large Priority Letter 250g', 'de'),
(472, 'Domestic Letters: Large Priority Letter 250g', 'el'),
(472, 'Domestic Letters: Large Priority Letter 250g', 'en'),
(472, 'Domestic Letters: Large Priority Letter 250g', 'es'),
(472, 'Domestic Letters: Large Priority Letter 250g', 'fr'),
(472, 'Domestic Letters: Large Priority Letter 250g', 'it'),
(472, 'Domestic Letters: Large Priority Letter 250g', 'nl'),
(472, 'Domestic Letters: Large Priority Letter 250g', 'no'),
(472, 'Domestic Letters: Large Priority Letter 250g', 'pt'),
(472, 'Domestic Letters: Large Priority Letter 250g', 'ro'),
(472, 'Domestic Letters: Large Priority Letter 250g', 'ru'),
(473, 'Domestic Letters: Large Letter 500g', 'da'),
(473, 'Domestic Letters: Large Letter 500g', 'de'),
(473, 'Domestic Letters: Large Letter 500g', 'el'),
(473, 'Domestic Letters: Large Letter 500g', 'en'),
(473, 'Domestic Letters: Large Letter 500g', 'es'),
(473, 'Domestic Letters: Large Letter 500g', 'fr'),
(473, 'Domestic Letters: Large Letter 500g', 'it'),
(473, 'Domestic Letters: Large Letter 500g', 'nl'),
(473, 'Domestic Letters: Large Letter 500g', 'no'),
(473, 'Domestic Letters: Large Letter 500g', 'pt'),
(473, 'Domestic Letters: Large Letter 500g', 'ro'),
(473, 'Domestic Letters: Large Letter 500g', 'ru'),
(474, 'Domestic Letters: Large Priority Letter 500g', 'da'),
(474, 'Domestic Letters: Large Priority Letter 500g', 'de'),
(474, 'Domestic Letters: Large Priority Letter 500g', 'el'),
(474, 'Domestic Letters: Large Priority Letter 500g', 'en'),
(474, 'Domestic Letters: Large Priority Letter 500g', 'es'),
(474, 'Domestic Letters: Large Priority Letter 500g', 'fr'),
(474, 'Domestic Letters: Large Priority Letter 500g', 'it'),
(474, 'Domestic Letters: Large Priority Letter 500g', 'nl'),
(474, 'Domestic Letters: Large Priority Letter 500g', 'no'),
(474, 'Domestic Letters: Large Priority Letter 500g', 'pt'),
(474, 'Domestic Letters: Large Priority Letter 500g', 'ro'),
(474, 'Domestic Letters: Large Priority Letter 500g', 'ru'),
(159982, 'CORREIOS MINI ENVIOS CTR AG', 'en'),
(159982, 'CORREIOS MINI ENVIOS CTR AG', 'es'),
(159982, 'CORREIOS MINI ENVIOS CTR AG', 'pt'),
(162015, 'SEDEX 12 CONTRATO AG', 'en'),
(162015, 'SEDEX 12 CONTRATO AG', 'es'),
(162015, 'SEDEX 12 CONTRATO AG', 'pt'),
(162016, 'SEDEX 10 CONTRATO AG', 'en'),
(162016, 'SEDEX 10 CONTRATO AG', 'es'),
(162016, 'SEDEX 10 CONTRATO AG', 'pt'),
(162020, 'SEDEX HOJE CONTRATO AG', 'en'),
(162020, 'SEDEX HOJE CONTRATO AG', 'es'),
(162020, 'SEDEX HOJE CONTRATO AG', 'pt'),
(162021, 'SEDEX CONTRATO GDES FORMATOS', 'en'),
(162021, 'SEDEX CONTRATO GDES FORMATOS', 'es'),
(162021, 'SEDEX CONTRATO GDES FORMATOS', 'pt'),
(162022, 'SEDEX CONTRATO AG', 'en'),
(162022, 'SEDEX CONTRATO AG', 'es'),
(162022, 'SEDEX CONTRATO AG', 'pt'),
(162026, 'PAC CONTRATO AG', 'en'),
(162026, 'PAC CONTRATO AG', 'es'),
(162026, 'PAC CONTRATO AG', 'pt'),
(162029, 'PAC CONTRATO GDES FORMATOS', 'en'),
(162029, 'PAC CONTRATO GDES FORMATOS', 'es'),
(162029, 'PAC CONTRATO GDES FORMATOS', 'pt'),
(162134, 'CARTA SIMPLES SELO E SE PCTE', 'en'),
(162134, 'CARTA SIMPLES SELO E SE PCTE', 'es'),
(162134, 'CARTA SIMPLES SELO E SE PCTE', 'pt'),
(162135, 'CARTA SIMPLES CHANCELA PCTE', 'en'),
(162135, 'CARTA SIMPLES CHANCELA PCTE', 'es'),
(162135, 'CARTA SIMPLES CHANCELA PCTE', 'pt'),
(162142, 'CARTA RG B1 CHANC ETIQUETA', 'en'),
(162142, 'CARTA RG B1 CHANC ETIQUETA', 'es'),
(162142, 'CARTA RG B1 CHANC ETIQUETA', 'pt'),
(162143, 'CARTA REG B1 MFD', 'en'),
(162143, 'CARTA REG B1 MFD', 'es'),
(162143, 'CARTA REG B1 MFD', 'pt'),
(162144, 'CARTA RG AR CONV B1 CHAN ETIQ', 'en'),
(162144, 'CARTA RG AR CONV B1 CHAN ETIQ', 'es'),
(162144, 'CARTA RG AR CONV B1 CHAN ETIQ', 'pt'),
(162145, 'CARTA REG AR CONV B1 MFD', 'en'),
(162145, 'CARTA REG AR CONV B1 MFD', 'es'),
(162145, 'CARTA REG AR CONV B1 MFD', 'pt'),
(162402, 'CARTA RG AR ELTR B1 CHANC ETIQ', 'en'),
(162402, 'CARTA RG AR ELTR B1 CHANC ETIQ', 'es'),
(162402, 'CARTA RG AR ELTR B1 CHANC ETIQ', 'pt'),
(162414, 'SEDEX HOJE UO', 'en'),
(162414, 'SEDEX HOJE UO', 'es'),
(162414, 'SEDEX HOJE UO', 'pt'),
(162456, 'CARTA REG AR ELET B1 MFD', 'en'),
(162456, 'CARTA REG AR ELET B1 MFD', 'es'),
(162456, 'CARTA REG AR ELET B1 MFD', 'pt');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_shipping_time_descriptions`
--

CREATE TABLE `partiushop_shipping_time_descriptions` (
  `shipping_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `destination_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `delivery_time` varchar(128) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_sitemap_links`
--

CREATE TABLE `partiushop_sitemap_links` (
  `link_id` mediumint(8) UNSIGNED NOT NULL,
  `link_href` varchar(255) NOT NULL DEFAULT '',
  `section_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `status` char(1) NOT NULL DEFAULT 'A',
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `link_type` varchar(255) NOT NULL DEFAULT '',
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_sitemap_links`
--

INSERT INTO `partiushop_sitemap_links` (`link_id`, `link_href`, `section_id`, `status`, `position`, `link_type`, `company_id`) VALUES
(1, 'checkout.cart', 2, 'A', 20, '', 0),
(2, 'wishlist.view', 2, 'A', 40, '', 0),
(3, 'checkout.checkout', 2, 'A', 30, '', 0),
(4, 'profiles.update', 2, 'A', 10, '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_sitemap_sections`
--

CREATE TABLE `partiushop_sitemap_sections` (
  `section_id` mediumint(8) UNSIGNED NOT NULL,
  `status` char(1) NOT NULL DEFAULT 'A',
  `section_type` varchar(255) NOT NULL DEFAULT '1',
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_sitemap_sections`
--

INSERT INTO `partiushop_sitemap_sections` (`section_id`, `status`, `section_type`, `position`, `company_id`) VALUES
(2, 'A', '1', 10, 0);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_states`
--

CREATE TABLE `partiushop_states` (
  `state_id` mediumint(8) UNSIGNED NOT NULL,
  `country_code` varchar(2) NOT NULL DEFAULT '',
  `code` varchar(32) NOT NULL DEFAULT '',
  `status` char(1) NOT NULL DEFAULT 'A'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_states`
--

INSERT INTO `partiushop_states` (`state_id`, `country_code`, `code`, `status`) VALUES
(10, 'US', 'AL', 'A'),
(11, 'US', 'AK', 'A'),
(12, 'US', 'AZ', 'A'),
(13, 'US', 'AR', 'A'),
(15, 'US', 'CA', 'A'),
(16, 'US', 'CO', 'A'),
(17, 'US', 'CT', 'A'),
(18, 'US', 'DE', 'A'),
(19, 'US', 'DC', 'A'),
(20, 'US', 'FL', 'A'),
(21, 'US', 'GA', 'A'),
(22, 'US', 'GU', 'A'),
(23, 'US', 'HI', 'A'),
(24, 'US', 'ID', 'A'),
(25, 'US', 'IL', 'A'),
(26, 'US', 'IN', 'A'),
(27, 'US', 'IA', 'A'),
(28, 'US', 'KS', 'A'),
(29, 'US', 'KY', 'A'),
(30, 'US', 'LA', 'A'),
(31, 'US', 'ME', 'A'),
(32, 'US', 'MD', 'A'),
(33, 'US', 'MA', 'A'),
(34, 'US', 'MI', 'A'),
(35, 'US', 'MN', 'A'),
(36, 'US', 'MS', 'A'),
(37, 'US', 'MO', 'A'),
(38, 'US', 'MT', 'A'),
(39, 'US', 'NE', 'A'),
(40, 'US', 'NV', 'A'),
(41, 'US', 'NH', 'A'),
(42, 'US', 'NJ', 'A'),
(43, 'US', 'NM', 'A'),
(44, 'US', 'NY', 'A'),
(45, 'US', 'NC', 'A'),
(46, 'US', 'ND', 'A'),
(47, 'US', 'OH', 'A'),
(48, 'US', 'OK', 'A'),
(49, 'US', 'OR', 'A'),
(50, 'US', 'PA', 'A'),
(51, 'US', 'PR', 'A'),
(52, 'US', 'RI', 'A'),
(53, 'US', 'SC', 'A'),
(54, 'US', 'SD', 'A'),
(55, 'US', 'TN', 'A'),
(56, 'US', 'TX', 'A'),
(57, 'US', 'UT', 'A'),
(58, 'US', 'VT', 'A'),
(59, 'US', 'VI', 'A'),
(60, 'US', 'VA', 'A'),
(61, 'US', 'WA', 'A'),
(62, 'US', 'WV', 'A'),
(63, 'US', 'WI', 'A'),
(64, 'US', 'WY', 'A'),
(66, 'FR', '02', 'A'),
(67, 'FR', '03', 'A'),
(68, 'FR', '04', 'A'),
(69, 'FR', '06', 'A'),
(70, 'FR', '07', 'A'),
(71, 'FR', '08', 'A'),
(72, 'FR', '09', 'A'),
(73, 'FR', '10', 'A'),
(74, 'FR', '01', 'A'),
(75, 'FR', '11', 'A'),
(76, 'FR', '12', 'A'),
(77, 'FR', '13', 'A'),
(78, 'FR', '14', 'A'),
(79, 'FR', '15', 'A'),
(80, 'FR', '16', 'A'),
(81, 'FR', '17', 'A'),
(82, 'FR', '18', 'A'),
(83, 'FR', '19', 'A'),
(84, 'FR', '2A', 'A'),
(85, 'FR', '21', 'A'),
(86, 'FR', '22', 'A'),
(87, 'FR', '23', 'A'),
(88, 'FR', '24', 'A'),
(89, 'FR', '25', 'A'),
(90, 'FR', '26', 'A'),
(91, 'FR', '91', 'A'),
(92, 'FR', '27', 'A'),
(93, 'FR', '28', 'A'),
(94, 'FR', '29', 'A'),
(95, 'FR', '30', 'A'),
(96, 'FR', '32', 'A'),
(97, 'FR', '33', 'A'),
(98, 'FR', '2B', 'A'),
(99, 'FR', '31', 'A'),
(100, 'FR', '43', 'A'),
(101, 'FR', '52', 'A'),
(102, 'FR', '87', 'A'),
(103, 'FR', '05', 'A'),
(104, 'FR', '92', 'A'),
(105, 'FR', '34', 'A'),
(106, 'FR', '35', 'A'),
(107, 'FR', '36', 'A'),
(108, 'FR', '37', 'A'),
(109, 'FR', '38', 'A'),
(110, 'FR', '39', 'A'),
(111, 'FR', '40', 'A'),
(112, 'FR', '41', 'A'),
(113, 'FR', '42', 'A'),
(114, 'FR', '44', 'A'),
(115, 'FR', '45', 'A'),
(116, 'FR', '46', 'A'),
(117, 'FR', '47', 'A'),
(118, 'FR', '48', 'A'),
(119, 'FR', '49', 'A'),
(120, 'FR', '50', 'A'),
(121, 'FR', '51', 'A'),
(122, 'FR', '75', 'A'),
(123, 'FR', '93', 'A'),
(124, 'FR', '80', 'A'),
(125, 'FR', '81', 'A'),
(126, 'FR', '82', 'A'),
(127, 'FR', '90', 'A'),
(128, 'FR', '95', 'A'),
(129, 'FR', '94', 'A'),
(130, 'FR', '83', 'A'),
(131, 'FR', '84', 'A'),
(132, 'FR', '85', 'A'),
(133, 'FR', '86', 'A'),
(134, 'FR', '88', 'A'),
(135, 'FR', '89', 'A'),
(136, 'CA', 'AB', 'A'),
(137, 'CA', 'BC', 'A'),
(138, 'CA', 'MB', 'A'),
(139, 'CA', 'NB', 'A'),
(140, 'CA', 'NL', 'A'),
(141, 'CA', 'NT', 'A'),
(142, 'CA', 'NS', 'A'),
(143, 'CA', 'NU', 'A'),
(144, 'CA', 'ON', 'A'),
(145, 'CA', 'PE', 'A'),
(146, 'CA', 'QC', 'A'),
(147, 'CA', 'SK', 'A'),
(148, 'CA', 'YT', 'A'),
(149, 'AU', 'ACT', 'A'),
(150, 'AU', 'NSW', 'A'),
(151, 'AU', 'NT', 'A'),
(152, 'AU', 'QLD', 'A'),
(153, 'AU', 'SA', 'A'),
(154, 'AU', 'TAS', 'A'),
(155, 'AU', 'VIC', 'A'),
(156, 'AU', 'WA', 'A'),
(157, 'NL', 'DR', 'A'),
(158, 'NL', 'FL', 'A'),
(159, 'NL', 'FR', 'A'),
(160, 'NL', 'GE', 'A'),
(161, 'NL', 'GR', 'A'),
(162, 'NL', 'LI', 'A'),
(163, 'NL', 'NB', 'A'),
(164, 'NL', 'NH', 'A'),
(165, 'NL', 'OV', 'A'),
(166, 'NL', 'UT', 'A'),
(167, 'NL', 'ZE', 'A'),
(168, 'NL', 'ZH', 'A'),
(169, 'DE', 'BAW', 'A'),
(170, 'DE', 'BAY', 'A'),
(171, 'DE', 'BER', 'A'),
(172, 'DE', 'BRG', 'A'),
(173, 'DE', 'BRE', 'A'),
(174, 'DE', 'HAM', 'A'),
(175, 'DE', 'HES', 'A'),
(176, 'DE', 'MEC', 'A'),
(177, 'DE', 'NDS', 'A'),
(178, 'DE', 'NRW', 'A'),
(179, 'DE', 'RHE', 'A'),
(180, 'DE', 'SAR', 'A'),
(181, 'DE', 'SAS', 'A'),
(182, 'DE', 'SAC', 'A'),
(183, 'DE', 'SCN', 'A'),
(184, 'DE', 'THE', 'A'),
(185, 'GB', 'ABN', 'A'),
(186, 'GB', 'ABNS', 'A'),
(187, 'GB', 'ANG', 'A'),
(188, 'GB', 'AGS', 'A'),
(189, 'GB', 'ARY', 'A'),
(190, 'GB', 'BEDS', 'A'),
(191, 'GB', 'BERKS', 'A'),
(192, 'GB', 'BLA', 'A'),
(193, 'GB', 'BRI', 'A'),
(194, 'GB', 'BSTL', 'A'),
(195, 'GB', 'BUCKS', 'A'),
(196, 'GB', 'CAE', 'A'),
(197, 'GB', 'CAMBS', 'A'),
(198, 'GB', 'CDF', 'A'),
(199, 'GB', 'CARM', 'A'),
(200, 'GB', 'CDGN', 'A'),
(201, 'GB', 'CHES', 'A'),
(202, 'GB', 'CLACK', 'A'),
(203, 'GB', 'CON', 'A'),
(204, 'GB', 'CORN', 'A'),
(205, 'GB', 'DNBG', 'A'),
(206, 'GB', 'DERBY', 'A'),
(207, 'GB', 'DVN', 'A'),
(208, 'GB', 'DOR', 'A'),
(209, 'GB', 'DGL', 'A'),
(210, 'GB', 'DUND', 'A'),
(211, 'GB', 'DHM', 'A'),
(212, 'GB', 'ARYE', 'A'),
(213, 'GB', 'DUNBE', 'A'),
(214, 'GB', 'LOTE', 'A'),
(215, 'GB', 'RENE', 'A'),
(216, 'GB', 'ERYS', 'A'),
(217, 'GB', 'SXE', 'A'),
(218, 'GB', 'EDIN', 'A'),
(219, 'GB', 'ESX', 'A'),
(220, 'GB', 'FALK', 'A'),
(221, 'GB', 'FFE', 'A'),
(222, 'GB', 'FLINT', 'A'),
(223, 'GB', 'GLAS', 'A'),
(224, 'GB', 'GLOS', 'A'),
(225, 'GB', 'LDN', 'A'),
(226, 'GB', 'MCH', 'A'),
(227, 'GB', 'GDD', 'A'),
(228, 'GB', 'HANTS', 'A'),
(229, 'GB', 'HWR', 'A'),
(230, 'GB', 'HERTS', 'A'),
(231, 'GB', 'HLD', 'A'),
(232, 'GB', 'IVER', 'A'),
(233, 'GB', 'IOW', 'A'),
(234, 'GB', 'KNT', 'A'),
(235, 'GB', 'LANCS', 'A'),
(236, 'GB', 'LEICS', 'A'),
(237, 'GB', 'LINCS', 'A'),
(238, 'GB', 'MSY', 'A'),
(239, 'GB', 'MERT', 'A'),
(240, 'GB', 'MLOT', 'A'),
(241, 'GB', 'MMOUTH', 'A'),
(242, 'GB', 'MORAY', 'A'),
(243, 'GB', 'NPRTAL', 'A'),
(244, 'GB', 'NEWPT', 'A'),
(245, 'GB', 'NOR', 'A'),
(246, 'GB', 'ARYN', 'A'),
(247, 'GB', 'LANN', 'A'),
(248, 'GB', 'YSN', 'A'),
(249, 'GB', 'NHM', 'A'),
(250, 'GB', 'NLD', 'A'),
(251, 'GB', 'NOT', 'A'),
(252, 'GB', 'ORK', 'A'),
(253, 'GB', 'OFE', 'A'),
(254, 'GB', 'PEM', 'A'),
(255, 'GB', 'PERTH', 'A'),
(256, 'GB', 'PWS', 'A'),
(257, 'GB', 'REN', 'A'),
(258, 'GB', 'RHON', 'A'),
(259, 'GB', 'RUT', 'A'),
(260, 'GB', 'BOR', 'A'),
(261, 'GB', 'SHET', 'A'),
(262, 'GB', 'SPE', 'A'),
(263, 'GB', 'SOM', 'A'),
(264, 'GB', 'ARYS', 'A'),
(265, 'GB', 'LANS', 'A'),
(266, 'GB', 'YKS', 'A'),
(267, 'GB', 'SFD', 'A'),
(268, 'GB', 'STIR', 'A'),
(269, 'GB', 'SFK', 'A'),
(270, 'GB', 'SRY', 'A'),
(271, 'GB', 'SWAN', 'A'),
(272, 'GB', 'TORF', 'A'),
(273, 'GB', 'TWR', 'A'),
(274, 'GB', 'VGLAM', 'A'),
(275, 'GB', 'WARKS', 'A'),
(276, 'GB', 'WDUN', 'A'),
(277, 'GB', 'WLOT', 'A'),
(278, 'GB', 'WMD', 'A'),
(279, 'GB', 'SXW', 'A'),
(280, 'GB', 'YSW', 'A'),
(281, 'GB', 'WIL', 'A'),
(282, 'GB', 'WLT', 'A'),
(283, 'GB', 'WORCS', 'A'),
(284, 'GB', 'WRX', 'A'),
(285, 'CH', 'GR', 'A'),
(286, 'CH', 'BE', 'A'),
(287, 'CH', 'VS', 'A'),
(288, 'CH', 'VD', 'A'),
(289, 'CH', 'TI', 'A'),
(290, 'CH', 'SG', 'A'),
(291, 'CH', 'ZH', 'A'),
(292, 'CH', 'FR', 'A'),
(293, 'CH', 'LU', 'A'),
(294, 'CH', 'AG', 'A'),
(295, 'CH', 'UR', 'A'),
(296, 'CH', 'TG', 'A'),
(297, 'CH', 'SZ', 'A'),
(298, 'CH', 'JU', 'A'),
(299, 'CH', 'NE', 'A'),
(300, 'CH', 'SO', 'A'),
(301, 'CH', 'GL', 'A'),
(302, 'CH', 'BL', 'A'),
(303, 'CH', 'OW', 'A'),
(304, 'CH', 'SH', 'A'),
(305, 'CH', 'GE', 'A'),
(306, 'CH', 'NW', 'A'),
(307, 'CH', 'AR', 'A'),
(308, 'CH', 'ZG', 'A'),
(309, 'CH', 'AI', 'A'),
(310, 'CH', 'BS', 'A'),
(492, 'GB', 'ANT', 'A'),
(493, 'GB', 'ARM', 'A'),
(494, 'GB', 'DOW', 'A'),
(495, 'GB', 'FER', 'A'),
(496, 'GB', 'LDY', 'A'),
(497, 'GB', 'TYR', 'A'),
(498, 'US', 'MP', 'A'),
(499, 'GB', 'AVN', 'A'),
(500, 'GB', 'CLV', 'A'),
(501, 'GB', 'CMA', 'A'),
(502, 'GB', 'MDX', 'A'),
(503, 'GB', 'IOS', 'A'),
(504, 'GB', 'HUM', 'A'),
(505, 'GB', 'SYK', 'A'),
(506, 'GB', 'BAN', 'A'),
(507, 'GB', 'BEW', 'A'),
(508, 'GB', 'CAI', 'A'),
(509, 'GB', 'DFS', 'A'),
(510, 'GB', 'INV', 'A'),
(511, 'GB', 'KCD', 'A'),
(512, 'GB', 'NAI', 'A'),
(513, 'GB', 'PEE', 'A'),
(514, 'GB', 'ROX', 'A'),
(515, 'GB', 'SEL', 'A'),
(516, 'GB', 'STI', 'A'),
(517, 'GB', 'SUT', 'A'),
(518, 'GB', 'WIG', 'A'),
(519, 'GB', 'CWD', 'A'),
(520, 'GB', 'DFD', 'A'),
(521, 'GB', 'MER', 'A'),
(522, 'RU', 'AD', 'A'),
(523, 'RU', 'AL', 'A'),
(524, 'RU', 'BA', 'A'),
(525, 'RU', 'BU', 'A'),
(526, 'RU', 'DA', 'A'),
(527, 'RU', 'IN', 'A'),
(528, 'RU', 'KB', 'A'),
(529, 'RU', 'KL', 'A'),
(530, 'RU', 'KC', 'A'),
(531, 'RU', 'KR', 'A'),
(532, 'RU', 'KO', 'A'),
(533, 'RU', 'ME', 'A'),
(534, 'RU', 'MO', 'A'),
(535, 'RU', 'SA', 'A'),
(536, 'RU', 'SE', 'A'),
(537, 'RU', 'TA', 'A'),
(538, 'RU', 'TY', 'A'),
(539, 'RU', 'UD', 'A'),
(540, 'RU', 'KK', 'A'),
(541, 'RU', 'CE', 'A'),
(542, 'RU', 'CU', 'A'),
(543, 'RU', 'ALT', 'A'),
(544, 'RU', 'KDA', 'A'),
(545, 'RU', 'KYA', 'A'),
(546, 'RU', 'PER', 'A'),
(547, 'RU', 'PRI', 'A'),
(548, 'RU', 'STA', 'A'),
(549, 'RU', 'KHA', 'A'),
(550, 'RU', 'AMU', 'A'),
(551, 'RU', 'ARK', 'A'),
(552, 'RU', 'AST', 'A'),
(553, 'RU', 'BEL', 'A'),
(554, 'RU', 'BRY', 'A'),
(555, 'RU', 'VLA', 'A'),
(556, 'RU', 'VGG', 'A'),
(557, 'RU', 'VLG', 'A'),
(558, 'RU', 'VOR', 'A'),
(559, 'RU', 'IVA', 'A'),
(560, 'RU', 'IRK', 'A'),
(561, 'RU', 'KGD', 'A'),
(562, 'RU', 'KLU', 'A'),
(564, 'RU', 'KEM', 'A'),
(565, 'RU', 'KIR', 'A'),
(566, 'RU', 'KOS', 'A'),
(567, 'RU', 'KGN', 'A'),
(568, 'RU', 'KRS', 'A'),
(569, 'RU', 'LEN', 'A'),
(570, 'RU', 'LIP', 'A'),
(571, 'RU', 'MAG', 'A'),
(572, 'RU', 'MOS', 'A'),
(573, 'RU', 'MUR', 'A'),
(574, 'RU', 'NIZ', 'A'),
(575, 'RU', 'NGR', 'A'),
(576, 'RU', 'NVS', 'A'),
(577, 'RU', 'OMS', 'A'),
(578, 'RU', 'ORE', 'A'),
(579, 'RU', 'ORL', 'A'),
(580, 'RU', 'PNZ', 'A'),
(581, 'RU', 'PSK', 'A'),
(582, 'RU', 'ROS', 'A'),
(583, 'RU', 'RYA', 'A'),
(584, 'RU', 'SAM', 'A'),
(585, 'RU', 'SAR', 'A'),
(586, 'RU', 'SAK', 'A'),
(587, 'RU', 'SVE', 'A'),
(588, 'RU', 'SMO', 'A'),
(589, 'RU', 'TAM', 'A'),
(590, 'RU', 'TVE', 'A'),
(591, 'RU', 'TOM', 'A'),
(592, 'RU', 'TUL', 'A'),
(593, 'RU', 'TYU', 'A'),
(594, 'RU', 'ULY', 'A'),
(595, 'RU', 'CHE', 'A'),
(597, 'RU', 'YAR', 'A'),
(598, 'RU', 'MOW', 'A'),
(599, 'RU', 'SPE', 'A'),
(600, 'RU', 'YEV', 'A'),
(603, 'RU', 'NEN', 'A'),
(605, 'RU', 'KHM', 'A'),
(606, 'RU', 'CHU', 'A'),
(607, 'RU', 'YAN', 'A'),
(608, 'RU', 'ZAB', 'A'),
(609, 'RU', 'KAM', 'A'),
(610, 'FR', '53', 'A'),
(611, 'FR', '54', 'A'),
(612, 'FR', '55', 'A'),
(613, 'FR', '56', 'A'),
(614, 'FR', '57', 'A'),
(615, 'FR', '58', 'A'),
(616, 'FR', '59', 'A'),
(617, 'FR', '60', 'A'),
(618, 'FR', '61', 'A'),
(619, 'FR', '62', 'A'),
(620, 'FR', '63', 'A'),
(621, 'FR', '64', 'A'),
(622, 'FR', '65', 'A'),
(623, 'FR', '66', 'A'),
(624, 'FR', '67', 'A'),
(625, 'FR', '68', 'A'),
(626, 'FR', '69', 'A'),
(627, 'FR', '70', 'A'),
(628, 'FR', '71', 'A'),
(629, 'FR', '72', 'A'),
(630, 'FR', '73', 'A'),
(631, 'FR', '74', 'A'),
(632, 'FR', '76', 'A'),
(633, 'FR', '77', 'A'),
(634, 'FR', '78', 'A'),
(635, 'FR', '79', 'A'),
(636, 'ES', 'C', 'A'),
(637, 'ES', 'VI', 'A'),
(638, 'ES', 'AB', 'A'),
(639, 'ES', 'A', 'A'),
(640, 'ES', 'AL', 'A'),
(641, 'ES', 'O', 'A'),
(642, 'ES', 'AV', 'A'),
(643, 'ES', 'BA', 'A'),
(644, 'ES', 'PM', 'A'),
(645, 'ES', 'B', 'A'),
(646, 'ES', 'BU', 'A'),
(647, 'ES', 'CC', 'A'),
(648, 'ES', 'CA', 'A'),
(649, 'ES', 'S', 'A'),
(650, 'ES', 'CS', 'A'),
(651, 'ES', 'CE', 'A'),
(652, 'ES', 'CR', 'A'),
(653, 'ES', 'CO', 'A'),
(654, 'ES', 'CU', 'A'),
(655, 'ES', 'GI', 'A'),
(656, 'ES', 'GR', 'A'),
(657, 'ES', 'GU', 'A'),
(658, 'ES', 'SS', 'A'),
(659, 'ES', 'H', 'A'),
(660, 'ES', 'HU', 'A'),
(661, 'ES', 'J', 'A'),
(662, 'ES', 'LO', 'A'),
(663, 'ES', 'GC', 'A'),
(664, 'ES', 'LE', 'A'),
(665, 'ES', 'L', 'A'),
(666, 'ES', 'LU', 'A'),
(667, 'ES', 'M', 'A'),
(668, 'ES', 'MA', 'A'),
(669, 'ES', 'ML', 'A'),
(670, 'ES', 'MU', 'A'),
(671, 'ES', 'NA', 'A'),
(672, 'ES', 'OR', 'A'),
(673, 'ES', 'P', 'A'),
(674, 'ES', 'PO', 'A'),
(675, 'ES', 'SA', 'A'),
(676, 'ES', 'TF', 'A'),
(677, 'ES', 'SG', 'A'),
(678, 'ES', 'SE', 'A'),
(679, 'ES', 'SO', 'A'),
(680, 'ES', 'T', 'A'),
(681, 'ES', 'TE', 'A'),
(682, 'ES', 'TO', 'A'),
(683, 'ES', 'V', 'A'),
(684, 'ES', 'VA', 'A'),
(685, 'ES', 'BI', 'A'),
(686, 'ES', 'ZA', 'A'),
(687, 'ES', 'Z', 'A'),
(688, 'BG', 'SF', 'A'),
(702, 'GR', 'ΑΙΤ', 'A'),
(703, 'GR', 'ΑΡΓ', 'A'),
(704, 'GR', 'ΑΡΚ', 'A'),
(705, 'GR', 'ΑΡΤ', 'A'),
(706, 'GR', 'ΑΧΑ', 'A'),
(707, 'GR', 'ΑΤΤ', 'A'),
(708, 'GR', 'ΒΟΙ', 'A'),
(709, 'GR', 'ΓΡΕ', 'A'),
(710, 'GR', 'ΔΡΑ', 'A'),
(711, 'GR', 'ΔΩΔ', 'A'),
(712, 'GR', 'ΕΒΡ', 'A'),
(713, 'GR', 'ΕΥΒ', 'A'),
(714, 'GR', 'ΕΥΡ', 'A'),
(715, 'GR', 'ΖΑΚ', 'A'),
(716, 'GR', 'ΗΛΕ', 'A'),
(717, 'GR', 'ΗΜΑ', 'A'),
(718, 'GR', 'ΗΡΑ', 'A'),
(719, 'GR', 'ΘΣΠ', 'A'),
(720, 'GR', 'ΘΕΣ', 'A'),
(721, 'GR', 'ΙΩΑ', 'A'),
(722, 'GR', 'ΚΑΒ', 'A'),
(723, 'GR', 'ΚΑΡ', 'A'),
(724, 'GR', 'ΚΑΣ', 'A'),
(725, 'GR', 'ΚΕΡ', 'A'),
(726, 'GR', 'ΚΕΦ', 'A'),
(727, 'GR', 'ΚΙΛ', 'A'),
(728, 'GR', 'ΚΟΖ', 'A'),
(729, 'GR', 'ΚΟΡ', 'A'),
(730, 'GR', 'ΚΥΚ', 'A'),
(731, 'GR', 'ΛΑΚ', 'A'),
(732, 'GR', 'ΛΑΡ', 'A'),
(733, 'GR', 'ΛΑΣ', 'A'),
(734, 'GR', 'ΛΕΣ', 'A'),
(735, 'GR', 'ΛΕΥ', 'A'),
(736, 'GR', 'ΜΑΓ', 'A'),
(737, 'GR', 'ΜΕΣ', 'A'),
(738, 'GR', 'ΞΑΝ', 'A'),
(739, 'GR', 'ΠΕΛ', 'A'),
(740, 'GR', 'ΠΙΕ', 'A'),
(741, 'GR', 'ΠΡΕ', 'A'),
(742, 'GR', 'ΡΕΘ', 'A'),
(743, 'GR', 'ΡΟΔ', 'A'),
(744, 'GR', 'ΣΑΜ', 'A'),
(745, 'GR', 'ΣΕΡ', 'A'),
(746, 'GR', 'ΤΡΙ', 'A'),
(747, 'GR', 'ΦΘΙ', 'A'),
(748, 'GR', 'ΦΛΩ', 'A'),
(749, 'GR', 'ΦΩΚ', 'A'),
(750, 'GR', 'ΧΑΛ', 'A'),
(751, 'GR', 'ΧΑΝ', 'A'),
(752, 'GR', 'ΧΙΟ', 'A'),
(753, 'AM', 'AG', 'A'),
(754, 'AM', 'AR', 'A'),
(755, 'AM', 'AV', 'A'),
(756, 'AM', 'VD', 'A'),
(757, 'AM', 'GR', 'A'),
(758, 'AM', 'KT', 'A'),
(759, 'AM', 'LO', 'A'),
(760, 'AM', 'SU', 'A'),
(761, 'AM', 'TV', 'A'),
(762, 'AM', 'SH', 'A'),
(763, 'AM', 'ER', 'A'),
(764, 'BY', 'BR', 'A'),
(765, 'BY', 'HO', 'A'),
(766, 'BY', 'HR', 'A'),
(767, 'BY', 'MA', 'A'),
(768, 'BY', 'MI', 'A'),
(769, 'BY', 'HM', 'A'),
(770, 'BY', 'VI', 'A'),
(771, 'KG', 'B', 'A'),
(772, 'KG', 'N', 'A'),
(773, 'KG', 'C', 'A'),
(774, 'KG', 'O', 'A'),
(775, 'KG', 'GB', 'A'),
(776, 'KG', 'T', 'A'),
(777, 'KG', 'J', 'A'),
(778, 'KG', 'Y', 'A'),
(779, 'KZ', 'ALA', 'A'),
(780, 'KZ', 'AST', 'A'),
(781, 'KZ', 'ALM', 'A'),
(782, 'KZ', 'AKM', 'A'),
(783, 'KZ', 'AKT', 'A'),
(784, 'KZ', 'ATY', 'A'),
(785, 'KZ', 'VOS', 'A'),
(786, 'KZ', 'ZHA', 'A'),
(787, 'KZ', 'ZAP', 'A'),
(788, 'KZ', 'KAR', 'A'),
(789, 'KZ', 'KUS', 'A'),
(790, 'KZ', 'KZY', 'A'),
(791, 'KZ', 'MAN', 'A'),
(792, 'KZ', 'PAV', 'A'),
(793, 'KZ', 'SEV', 'A'),
(794, 'KZ', 'YUZ', 'A'),
(795, 'UA', '05', 'A'),
(796, 'UA', '07', 'A'),
(797, 'UA', '09', 'A'),
(798, 'UA', '12', 'A'),
(799, 'UA', '14', 'A'),
(800, 'UA', '18', 'A'),
(801, 'UA', '56', 'A'),
(802, 'UA', '21', 'A'),
(803, 'UA', '23', 'A'),
(804, 'UA', '26', 'A'),
(805, 'UA', '30', 'A'),
(806, 'UA', '32', 'A'),
(807, 'UA', '35', 'A'),
(808, 'UA', '46', 'A'),
(809, 'UA', '48', 'A'),
(810, 'UA', '51', 'A'),
(811, 'UA', '53', 'A'),
(812, 'UA', '59', 'A'),
(813, 'UA', '61', 'A'),
(814, 'UA', '63', 'A'),
(815, 'UA', '65', 'A'),
(816, 'UA', '68', 'A'),
(817, 'UA', '71', 'A'),
(818, 'UA', '74', 'A'),
(819, 'UA', '77', 'A'),
(882, 'IT', '65', 'A'),
(883, 'IT', '77', 'A'),
(884, 'IT', '78', 'A'),
(885, 'IT', '72', 'A'),
(886, 'IT', '45', 'A'),
(887, 'IT', '62', 'A'),
(888, 'IT', '42', 'A'),
(889, 'IT', '25', 'A'),
(890, 'IT', '57', 'A'),
(891, 'IT', '67', 'A'),
(892, 'IT', '21', 'A'),
(893, 'IT', '75', 'A'),
(894, 'IT', '52', 'A'),
(895, 'IT', '55', 'A'),
(896, 'IT', '34', 'A'),
(897, 'IT', '36', 'A'),
(898, 'IT', '88', 'A'),
(899, 'IT', '82', 'A'),
(900, 'IT', '32', 'A'),
(901, 'IT', '23', 'A'),
(903, 'BR', 'PR', 'A'),
(904, 'BR', 'SP', 'A'),
(905, 'BR', 'AC', 'A'),
(908, 'BR', 'AM', 'A'),
(909, 'BR', 'AL', 'A'),
(910, 'BR', 'AP', 'A'),
(911, 'BR', 'BA', 'A'),
(912, 'BR', 'CE', 'A'),
(913, 'BR', 'DF', 'A'),
(914, 'BR', 'GO', 'A'),
(915, 'BR', 'MA', 'A'),
(916, 'BR', 'MT', 'A'),
(917, 'BR', 'MS', 'A'),
(918, 'BR', 'MG', 'A'),
(919, 'BR', 'PA', 'A'),
(920, 'BR', 'PB', 'A'),
(921, 'BR', 'PE', 'A'),
(922, 'BR', 'PI', 'A'),
(923, 'BR', 'RJ', 'A'),
(924, 'BR', 'RN', 'A'),
(925, 'BR', 'RS', 'A'),
(926, 'BR', 'RO', 'A'),
(927, 'BR', 'RR', 'A'),
(928, 'BR', 'SC', 'A'),
(929, 'BR', 'SE', 'A'),
(930, 'BR', 'TO', 'A'),
(931, 'BR', 'ES', 'A');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_state_descriptions`
--

CREATE TABLE `partiushop_state_descriptions` (
  `state_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `state` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_state_descriptions`
--

INSERT INTO `partiushop_state_descriptions` (`state_id`, `lang_code`, `state`) VALUES
(10, 'da', 'Alabama'),
(10, 'de', 'Alabama'),
(10, 'el', 'Alabama'),
(10, 'en', 'Alabama'),
(10, 'es', 'Alabama'),
(10, 'fr', 'Alabama'),
(10, 'it', 'Alabama'),
(10, 'nl', 'Alabama'),
(10, 'no', 'Alabama'),
(10, 'pt', 'Alabama'),
(10, 'ro', 'Alabama'),
(10, 'ru', 'Alabama'),
(11, 'da', 'Alaska'),
(11, 'de', 'Alaska'),
(11, 'el', 'Alaska'),
(11, 'en', 'Alaska'),
(11, 'es', 'Alaska'),
(11, 'fr', 'Alaska'),
(11, 'it', 'Alaska'),
(11, 'nl', 'Alaska'),
(11, 'no', 'Alaska'),
(11, 'pt', 'Alaska'),
(11, 'ro', 'Alaska'),
(11, 'ru', 'Alaska'),
(12, 'da', 'Arizona'),
(12, 'de', 'Arizona'),
(12, 'el', 'Arizona'),
(12, 'en', 'Arizona'),
(12, 'es', 'Arizona'),
(12, 'fr', 'Arizona'),
(12, 'it', 'Arizona'),
(12, 'nl', 'Arizona'),
(12, 'no', 'Arizona'),
(12, 'pt', 'Arizona'),
(12, 'ro', 'Arizona'),
(12, 'ru', 'Arizona'),
(13, 'da', 'Arkansas'),
(13, 'de', 'Arkansas'),
(13, 'el', 'Arkansas'),
(13, 'en', 'Arkansas'),
(13, 'es', 'Arkansas'),
(13, 'fr', 'Arkansas'),
(13, 'it', 'Arkansas'),
(13, 'nl', 'Arkansas'),
(13, 'no', 'Arkansas'),
(13, 'pt', 'Arkansas'),
(13, 'ro', 'Arkansas'),
(13, 'ru', 'Arkansas'),
(15, 'da', 'California'),
(15, 'de', 'California'),
(15, 'el', 'California'),
(15, 'en', 'California'),
(15, 'es', 'California'),
(15, 'fr', 'California'),
(15, 'it', 'California'),
(15, 'nl', 'California'),
(15, 'no', 'California'),
(15, 'pt', 'California'),
(15, 'ro', 'California'),
(15, 'ru', 'California'),
(16, 'da', 'Colorado'),
(16, 'de', 'Colorado'),
(16, 'el', 'Colorado'),
(16, 'en', 'Colorado'),
(16, 'es', 'Colorado'),
(16, 'fr', 'Colorado'),
(16, 'it', 'Colorado'),
(16, 'nl', 'Colorado'),
(16, 'no', 'Colorado'),
(16, 'pt', 'Colorado'),
(16, 'ro', 'Colorado'),
(16, 'ru', 'Colorado'),
(17, 'da', 'Connecticut'),
(17, 'de', 'Connecticut'),
(17, 'el', 'Connecticut'),
(17, 'en', 'Connecticut'),
(17, 'es', 'Connecticut'),
(17, 'fr', 'Connecticut'),
(17, 'it', 'Connecticut'),
(17, 'nl', 'Connecticut'),
(17, 'no', 'Connecticut'),
(17, 'pt', 'Connecticut'),
(17, 'ro', 'Connecticut'),
(17, 'ru', 'Connecticut'),
(18, 'da', 'Delaware'),
(18, 'de', 'Delaware'),
(18, 'el', 'Delaware'),
(18, 'en', 'Delaware'),
(18, 'es', 'Delaware'),
(18, 'fr', 'Delaware'),
(18, 'it', 'Delaware'),
(18, 'nl', 'Delaware'),
(18, 'no', 'Delaware'),
(18, 'pt', 'Delaware'),
(18, 'ro', 'Delaware'),
(18, 'ru', 'Delaware'),
(19, 'da', 'District of Columbia'),
(19, 'de', 'District of Columbia'),
(19, 'el', 'District of Columbia'),
(19, 'en', 'District of Columbia'),
(19, 'es', 'District of Columbia'),
(19, 'fr', 'District of Columbia'),
(19, 'it', 'District of Columbia'),
(19, 'nl', 'District of Columbia'),
(19, 'no', 'District of Columbia'),
(19, 'pt', 'District of Columbia'),
(19, 'ro', 'District of Columbia'),
(19, 'ru', 'District of Columbia'),
(20, 'da', 'Florida'),
(20, 'de', 'Florida'),
(20, 'el', 'Florida'),
(20, 'en', 'Florida'),
(20, 'es', 'Florida'),
(20, 'fr', 'Florida'),
(20, 'it', 'Florida'),
(20, 'nl', 'Florida'),
(20, 'no', 'Florida'),
(20, 'pt', 'Florida'),
(20, 'ro', 'Florida'),
(20, 'ru', 'Florida'),
(21, 'da', 'Georgia'),
(21, 'de', 'Georgia'),
(21, 'el', 'Georgia'),
(21, 'en', 'Georgia'),
(21, 'es', 'Georgia'),
(21, 'fr', 'Georgia'),
(21, 'it', 'Georgia'),
(21, 'nl', 'Georgia'),
(21, 'no', 'Georgia'),
(21, 'pt', 'Georgia'),
(21, 'ro', 'Georgia'),
(21, 'ru', 'Georgia'),
(22, 'da', 'Guam'),
(22, 'de', 'Guam'),
(22, 'el', 'Guam'),
(22, 'en', 'Guam'),
(22, 'es', 'Guam'),
(22, 'fr', 'Guam'),
(22, 'it', 'Guam'),
(22, 'nl', 'Guam'),
(22, 'no', 'Guam'),
(22, 'pt', 'Guam'),
(22, 'ro', 'Guam'),
(22, 'ru', 'Guam'),
(23, 'da', 'Hawaii'),
(23, 'de', 'Hawaii'),
(23, 'el', 'Hawaii'),
(23, 'en', 'Hawaii'),
(23, 'es', 'Hawaii'),
(23, 'fr', 'Hawaii'),
(23, 'it', 'Hawaii'),
(23, 'nl', 'Hawaii'),
(23, 'no', 'Hawaii'),
(23, 'pt', 'Hawaii'),
(23, 'ro', 'Hawaii'),
(23, 'ru', 'Hawaii'),
(24, 'da', 'Idaho'),
(24, 'de', 'Idaho'),
(24, 'el', 'Idaho'),
(24, 'en', 'Idaho'),
(24, 'es', 'Idaho'),
(24, 'fr', 'Idaho'),
(24, 'it', 'Idaho'),
(24, 'nl', 'Idaho'),
(24, 'no', 'Idaho'),
(24, 'pt', 'Idaho'),
(24, 'ro', 'Idaho'),
(24, 'ru', 'Idaho'),
(25, 'da', 'Illinois'),
(25, 'de', 'Illinois'),
(25, 'el', 'Illinois'),
(25, 'en', 'Illinois'),
(25, 'es', 'Illinois'),
(25, 'fr', 'Illinois'),
(25, 'it', 'Illinois'),
(25, 'nl', 'Illinois'),
(25, 'no', 'Illinois'),
(25, 'pt', 'Illinois'),
(25, 'ro', 'Illinois'),
(25, 'ru', 'Illinois'),
(26, 'da', 'Indiana'),
(26, 'de', 'Indiana'),
(26, 'el', 'Indiana'),
(26, 'en', 'Indiana'),
(26, 'es', 'Indiana'),
(26, 'fr', 'Indiana'),
(26, 'it', 'Indiana'),
(26, 'nl', 'Indiana'),
(26, 'no', 'Indiana'),
(26, 'pt', 'Indiana'),
(26, 'ro', 'Indiana'),
(26, 'ru', 'Indiana'),
(27, 'da', 'Iowa'),
(27, 'de', 'Iowa'),
(27, 'el', 'Iowa'),
(27, 'en', 'Iowa'),
(27, 'es', 'Iowa'),
(27, 'fr', 'Iowa'),
(27, 'it', 'Iowa'),
(27, 'nl', 'Iowa'),
(27, 'no', 'Iowa'),
(27, 'pt', 'Iowa'),
(27, 'ro', 'Iowa'),
(27, 'ru', 'Iowa'),
(28, 'da', 'Kansas'),
(28, 'de', 'Kansas'),
(28, 'el', 'Kansas'),
(28, 'en', 'Kansas'),
(28, 'es', 'Kansas'),
(28, 'fr', 'Kansas'),
(28, 'it', 'Kansas'),
(28, 'nl', 'Kansas'),
(28, 'no', 'Kansas'),
(28, 'pt', 'Kansas'),
(28, 'ro', 'Kansas'),
(28, 'ru', 'Kansas'),
(29, 'da', 'Kentucky'),
(29, 'de', 'Kentucky'),
(29, 'el', 'Kentucky'),
(29, 'en', 'Kentucky'),
(29, 'es', 'Kentucky'),
(29, 'fr', 'Kentucky'),
(29, 'it', 'Kentucky'),
(29, 'nl', 'Kentucky'),
(29, 'no', 'Kentucky'),
(29, 'pt', 'Kentucky'),
(29, 'ro', 'Kentucky'),
(29, 'ru', 'Kentucky'),
(30, 'da', 'Louisiana'),
(30, 'de', 'Louisiana'),
(30, 'el', 'Louisiana'),
(30, 'en', 'Louisiana'),
(30, 'es', 'Louisiana'),
(30, 'fr', 'Louisiana'),
(30, 'it', 'Louisiana'),
(30, 'nl', 'Louisiana'),
(30, 'no', 'Louisiana'),
(30, 'pt', 'Louisiana'),
(30, 'ro', 'Louisiana'),
(30, 'ru', 'Louisiana'),
(31, 'da', 'Maine'),
(31, 'de', 'Maine'),
(31, 'el', 'Maine'),
(31, 'en', 'Maine'),
(31, 'es', 'Maine'),
(31, 'fr', 'Maine'),
(31, 'it', 'Maine'),
(31, 'nl', 'Maine'),
(31, 'no', 'Maine'),
(31, 'pt', 'Maine'),
(31, 'ro', 'Maine'),
(31, 'ru', 'Maine'),
(32, 'da', 'Maryland'),
(32, 'de', 'Maryland'),
(32, 'el', 'Maryland'),
(32, 'en', 'Maryland'),
(32, 'es', 'Maryland'),
(32, 'fr', 'Maryland'),
(32, 'it', 'Maryland'),
(32, 'nl', 'Maryland'),
(32, 'no', 'Maryland'),
(32, 'pt', 'Maryland'),
(32, 'ro', 'Maryland'),
(32, 'ru', 'Maryland'),
(33, 'da', 'Massachusetts'),
(33, 'de', 'Massachusetts'),
(33, 'el', 'Massachusetts'),
(33, 'en', 'Massachusetts'),
(33, 'es', 'Massachusetts'),
(33, 'fr', 'Massachusetts'),
(33, 'it', 'Massachusetts'),
(33, 'nl', 'Massachusetts'),
(33, 'no', 'Massachusetts'),
(33, 'pt', 'Massachusetts'),
(33, 'ro', 'Massachusetts'),
(33, 'ru', 'Massachusetts'),
(34, 'da', 'Michigan'),
(34, 'de', 'Michigan'),
(34, 'el', 'Michigan'),
(34, 'en', 'Michigan'),
(34, 'es', 'Michigan'),
(34, 'fr', 'Michigan'),
(34, 'it', 'Michigan'),
(34, 'nl', 'Michigan'),
(34, 'no', 'Michigan'),
(34, 'pt', 'Michigan'),
(34, 'ro', 'Michigan'),
(34, 'ru', 'Michigan'),
(35, 'da', 'Minnesota'),
(35, 'de', 'Minnesota'),
(35, 'el', 'Minnesota'),
(35, 'en', 'Minnesota'),
(35, 'es', 'Minnesota'),
(35, 'fr', 'Minnesota'),
(35, 'it', 'Minnesota'),
(35, 'nl', 'Minnesota'),
(35, 'no', 'Minnesota'),
(35, 'pt', 'Minnesota'),
(35, 'ro', 'Minnesota'),
(35, 'ru', 'Minnesota'),
(36, 'da', 'Mississippi'),
(36, 'de', 'Mississippi'),
(36, 'el', 'Mississippi'),
(36, 'en', 'Mississippi'),
(36, 'es', 'Mississippi'),
(36, 'fr', 'Mississippi'),
(36, 'it', 'Mississippi'),
(36, 'nl', 'Mississippi'),
(36, 'no', 'Mississippi'),
(36, 'pt', 'Mississippi'),
(36, 'ro', 'Mississippi'),
(36, 'ru', 'Mississippi'),
(37, 'da', 'Missouri'),
(37, 'de', 'Missouri'),
(37, 'el', 'Missouri'),
(37, 'en', 'Missouri'),
(37, 'es', 'Missouri'),
(37, 'fr', 'Missouri'),
(37, 'it', 'Missouri'),
(37, 'nl', 'Missouri'),
(37, 'no', 'Missouri'),
(37, 'pt', 'Missouri'),
(37, 'ro', 'Missouri'),
(37, 'ru', 'Missouri'),
(38, 'da', 'Montana'),
(38, 'de', 'Montana'),
(38, 'el', 'Montana'),
(38, 'en', 'Montana'),
(38, 'es', 'Montana'),
(38, 'fr', 'Montana'),
(38, 'it', 'Montana'),
(38, 'nl', 'Montana'),
(38, 'no', 'Montana'),
(38, 'pt', 'Montana'),
(38, 'ro', 'Montana'),
(38, 'ru', 'Montana'),
(39, 'da', 'Nebraska'),
(39, 'de', 'Nebraska'),
(39, 'el', 'Nebraska'),
(39, 'en', 'Nebraska'),
(39, 'es', 'Nebraska'),
(39, 'fr', 'Nebraska'),
(39, 'it', 'Nebraska'),
(39, 'nl', 'Nebraska'),
(39, 'no', 'Nebraska'),
(39, 'pt', 'Nebraska'),
(39, 'ro', 'Nebraska'),
(39, 'ru', 'Nebraska'),
(40, 'da', 'Nevada'),
(40, 'de', 'Nevada'),
(40, 'el', 'Nevada'),
(40, 'en', 'Nevada'),
(40, 'es', 'Nevada'),
(40, 'fr', 'Nevada'),
(40, 'it', 'Nevada'),
(40, 'nl', 'Nevada'),
(40, 'no', 'Nevada'),
(40, 'pt', 'Nevada'),
(40, 'ro', 'Nevada'),
(40, 'ru', 'Nevada'),
(41, 'da', 'New Hampshire'),
(41, 'de', 'New Hampshire'),
(41, 'el', 'New Hampshire'),
(41, 'en', 'New Hampshire'),
(41, 'es', 'New Hampshire'),
(41, 'fr', 'New Hampshire'),
(41, 'it', 'New Hampshire'),
(41, 'nl', 'New Hampshire'),
(41, 'no', 'New Hampshire'),
(41, 'pt', 'New Hampshire'),
(41, 'ro', 'New Hampshire'),
(41, 'ru', 'New Hampshire'),
(42, 'da', 'New Jersey'),
(42, 'de', 'New Jersey'),
(42, 'el', 'New Jersey'),
(42, 'en', 'New Jersey'),
(42, 'es', 'New Jersey'),
(42, 'fr', 'New Jersey'),
(42, 'it', 'New Jersey'),
(42, 'nl', 'New Jersey'),
(42, 'no', 'New Jersey'),
(42, 'pt', 'New Jersey'),
(42, 'ro', 'New Jersey'),
(42, 'ru', 'New Jersey'),
(43, 'da', 'New Mexico'),
(43, 'de', 'New Mexico'),
(43, 'el', 'New Mexico'),
(43, 'en', 'New Mexico'),
(43, 'es', 'New Mexico'),
(43, 'fr', 'New Mexico'),
(43, 'it', 'New Mexico'),
(43, 'nl', 'New Mexico'),
(43, 'no', 'New Mexico'),
(43, 'pt', 'New Mexico'),
(43, 'ro', 'New Mexico'),
(43, 'ru', 'New Mexico'),
(44, 'da', 'New York'),
(44, 'de', 'New York'),
(44, 'el', 'New York'),
(44, 'en', 'New York'),
(44, 'es', 'New York'),
(44, 'fr', 'New York'),
(44, 'it', 'New York'),
(44, 'nl', 'New York'),
(44, 'no', 'New York'),
(44, 'pt', 'New York'),
(44, 'ro', 'New York'),
(44, 'ru', 'New York'),
(45, 'da', 'North Carolina'),
(45, 'de', 'North Carolina'),
(45, 'el', 'North Carolina'),
(45, 'en', 'North Carolina'),
(45, 'es', 'North Carolina'),
(45, 'fr', 'North Carolina'),
(45, 'it', 'North Carolina'),
(45, 'nl', 'North Carolina'),
(45, 'no', 'North Carolina'),
(45, 'pt', 'North Carolina'),
(45, 'ro', 'North Carolina'),
(45, 'ru', 'North Carolina'),
(46, 'da', 'North Dakota'),
(46, 'de', 'North Dakota'),
(46, 'el', 'North Dakota'),
(46, 'en', 'North Dakota'),
(46, 'es', 'North Dakota'),
(46, 'fr', 'North Dakota'),
(46, 'it', 'North Dakota'),
(46, 'nl', 'North Dakota'),
(46, 'no', 'North Dakota'),
(46, 'pt', 'North Dakota'),
(46, 'ro', 'North Dakota'),
(46, 'ru', 'North Dakota'),
(47, 'da', 'Ohio'),
(47, 'de', 'Ohio'),
(47, 'el', 'Ohio'),
(47, 'en', 'Ohio'),
(47, 'es', 'Ohio'),
(47, 'fr', 'Ohio'),
(47, 'it', 'Ohio'),
(47, 'nl', 'Ohio'),
(47, 'no', 'Ohio'),
(47, 'pt', 'Ohio'),
(47, 'ro', 'Ohio'),
(47, 'ru', 'Ohio'),
(48, 'da', 'Oklahoma'),
(48, 'de', 'Oklahoma'),
(48, 'el', 'Oklahoma'),
(48, 'en', 'Oklahoma'),
(48, 'es', 'Oklahoma'),
(48, 'fr', 'Oklahoma'),
(48, 'it', 'Oklahoma'),
(48, 'nl', 'Oklahoma'),
(48, 'no', 'Oklahoma'),
(48, 'pt', 'Oklahoma'),
(48, 'ro', 'Oklahoma'),
(48, 'ru', 'Oklahoma'),
(49, 'da', 'Oregon'),
(49, 'de', 'Oregon'),
(49, 'el', 'Oregon'),
(49, 'en', 'Oregon'),
(49, 'es', 'Oregon'),
(49, 'fr', 'Oregon'),
(49, 'it', 'Oregon'),
(49, 'nl', 'Oregon'),
(49, 'no', 'Oregon'),
(49, 'pt', 'Oregon'),
(49, 'ro', 'Oregon'),
(49, 'ru', 'Oregon'),
(50, 'da', 'Pennsylvania'),
(50, 'de', 'Pennsylvania'),
(50, 'el', 'Pennsylvania'),
(50, 'en', 'Pennsylvania'),
(50, 'es', 'Pennsylvania'),
(50, 'fr', 'Pennsylvania'),
(50, 'it', 'Pennsylvania'),
(50, 'nl', 'Pennsylvania'),
(50, 'no', 'Pennsylvania'),
(50, 'pt', 'Pennsylvania'),
(50, 'ro', 'Pennsylvania'),
(50, 'ru', 'Pennsylvania'),
(51, 'da', 'Puerto Rico'),
(51, 'de', 'Puerto Rico'),
(51, 'el', 'Puerto Rico'),
(51, 'en', 'Puerto Rico'),
(51, 'es', 'Puerto Rico'),
(51, 'fr', 'Puerto Rico'),
(51, 'it', 'Puerto Rico'),
(51, 'nl', 'Puerto Rico'),
(51, 'no', 'Puerto Rico'),
(51, 'pt', 'Puerto Rico'),
(51, 'ro', 'Puerto Rico'),
(51, 'ru', 'Puerto Rico'),
(52, 'da', 'Rhode Island'),
(52, 'de', 'Rhode Island'),
(52, 'el', 'Rhode Island'),
(52, 'en', 'Rhode Island'),
(52, 'es', 'Rhode Island'),
(52, 'fr', 'Rhode Island'),
(52, 'it', 'Rhode Island'),
(52, 'nl', 'Rhode Island'),
(52, 'no', 'Rhode Island'),
(52, 'pt', 'Rhode Island'),
(52, 'ro', 'Rhode Island'),
(52, 'ru', 'Rhode Island'),
(53, 'da', 'South Carolina'),
(53, 'de', 'South Carolina'),
(53, 'el', 'South Carolina'),
(53, 'en', 'South Carolina'),
(53, 'es', 'South Carolina'),
(53, 'fr', 'South Carolina'),
(53, 'it', 'South Carolina'),
(53, 'nl', 'South Carolina'),
(53, 'no', 'South Carolina'),
(53, 'pt', 'South Carolina'),
(53, 'ro', 'South Carolina'),
(53, 'ru', 'South Carolina'),
(54, 'da', 'South Dakota'),
(54, 'de', 'South Dakota'),
(54, 'el', 'South Dakota'),
(54, 'en', 'South Dakota'),
(54, 'es', 'South Dakota'),
(54, 'fr', 'South Dakota'),
(54, 'it', 'South Dakota'),
(54, 'nl', 'South Dakota'),
(54, 'no', 'South Dakota'),
(54, 'pt', 'South Dakota'),
(54, 'ro', 'South Dakota'),
(54, 'ru', 'South Dakota'),
(55, 'da', 'Tennessee'),
(55, 'de', 'Tennessee'),
(55, 'el', 'Tennessee'),
(55, 'en', 'Tennessee'),
(55, 'es', 'Tennessee'),
(55, 'fr', 'Tennessee'),
(55, 'it', 'Tennessee'),
(55, 'nl', 'Tennessee'),
(55, 'no', 'Tennessee'),
(55, 'pt', 'Tennessee'),
(55, 'ro', 'Tennessee'),
(55, 'ru', 'Tennessee'),
(56, 'da', 'Texas'),
(56, 'de', 'Texas'),
(56, 'el', 'Texas'),
(56, 'en', 'Texas'),
(56, 'es', 'Texas'),
(56, 'fr', 'Texas'),
(56, 'it', 'Texas'),
(56, 'nl', 'Texas'),
(56, 'no', 'Texas'),
(56, 'pt', 'Texas'),
(56, 'ro', 'Texas'),
(56, 'ru', 'Texas'),
(57, 'da', 'Utah'),
(57, 'de', 'Utah'),
(57, 'el', 'Utah'),
(57, 'en', 'Utah'),
(57, 'es', 'Utah'),
(57, 'fr', 'Utah'),
(57, 'it', 'Utah'),
(57, 'nl', 'Utah'),
(57, 'no', 'Utah'),
(57, 'pt', 'Utah'),
(57, 'ro', 'Utah'),
(57, 'ru', 'Utah'),
(58, 'da', 'Vermont'),
(58, 'de', 'Vermont'),
(58, 'el', 'Vermont'),
(58, 'en', 'Vermont'),
(58, 'es', 'Vermont'),
(58, 'fr', 'Vermont'),
(58, 'it', 'Vermont'),
(58, 'nl', 'Vermont'),
(58, 'no', 'Vermont'),
(58, 'pt', 'Vermont'),
(58, 'ro', 'Vermont'),
(58, 'ru', 'Vermont'),
(59, 'da', 'Virgin Islands'),
(59, 'de', 'Virgin Islands'),
(59, 'el', 'Virgin Islands'),
(59, 'en', 'Virgin Islands'),
(59, 'es', 'Virgin Islands'),
(59, 'fr', 'Virgin Islands'),
(59, 'it', 'Virgin Islands'),
(59, 'nl', 'Virgin Islands'),
(59, 'no', 'Virgin Islands'),
(59, 'pt', 'Virgin Islands'),
(59, 'ro', 'Virgin Islands'),
(59, 'ru', 'Virgin Islands'),
(60, 'da', 'Virginia'),
(60, 'de', 'Virginia'),
(60, 'el', 'Virginia'),
(60, 'en', 'Virginia'),
(60, 'es', 'Virginia'),
(60, 'fr', 'Virginia'),
(60, 'it', 'Virginia'),
(60, 'nl', 'Virginia'),
(60, 'no', 'Virginia'),
(60, 'pt', 'Virginia'),
(60, 'ro', 'Virginia'),
(60, 'ru', 'Virginia'),
(61, 'da', 'Washington'),
(61, 'de', 'Washington'),
(61, 'el', 'Washington'),
(61, 'en', 'Washington'),
(61, 'es', 'Washington'),
(61, 'fr', 'Washington'),
(61, 'it', 'Washington'),
(61, 'nl', 'Washington'),
(61, 'no', 'Washington'),
(61, 'pt', 'Washington'),
(61, 'ro', 'Washington'),
(61, 'ru', 'Washington'),
(62, 'da', 'West Virginia'),
(62, 'de', 'West Virginia'),
(62, 'el', 'West Virginia'),
(62, 'en', 'West Virginia'),
(62, 'es', 'West Virginia'),
(62, 'fr', 'West Virginia'),
(62, 'it', 'West Virginia'),
(62, 'nl', 'West Virginia'),
(62, 'no', 'West Virginia'),
(62, 'pt', 'West Virginia'),
(62, 'ro', 'West Virginia'),
(62, 'ru', 'West Virginia'),
(63, 'da', 'Wisconsin'),
(63, 'de', 'Wisconsin'),
(63, 'el', 'Wisconsin'),
(63, 'en', 'Wisconsin'),
(63, 'es', 'Wisconsin'),
(63, 'fr', 'Wisconsin'),
(63, 'it', 'Wisconsin'),
(63, 'nl', 'Wisconsin'),
(63, 'no', 'Wisconsin'),
(63, 'pt', 'Wisconsin'),
(63, 'ro', 'Wisconsin'),
(63, 'ru', 'Wisconsin'),
(64, 'da', 'Wyoming'),
(64, 'de', 'Wyoming'),
(64, 'el', 'Wyoming'),
(64, 'en', 'Wyoming'),
(64, 'es', 'Wyoming'),
(64, 'fr', 'Wyoming'),
(64, 'it', 'Wyoming'),
(64, 'nl', 'Wyoming'),
(64, 'no', 'Wyoming'),
(64, 'pt', 'Wyoming'),
(64, 'ro', 'Wyoming'),
(64, 'ru', 'Wyoming'),
(66, 'da', 'Aisne'),
(66, 'de', 'Aisne'),
(66, 'el', 'Aisne'),
(66, 'en', 'Aisne'),
(66, 'es', 'Aisne'),
(66, 'fr', 'Aisne'),
(66, 'it', 'Aisne'),
(66, 'nl', 'Aisne'),
(66, 'no', 'Aisne'),
(66, 'pt', 'Aisne'),
(66, 'ro', 'Aisne'),
(66, 'ru', 'Aisne'),
(67, 'da', 'Allier'),
(67, 'de', 'Allier'),
(67, 'el', 'Allier'),
(67, 'en', 'Allier'),
(67, 'es', 'Allier'),
(67, 'fr', 'Allier'),
(67, 'it', 'Allier'),
(67, 'nl', 'Allier'),
(67, 'no', 'Allier'),
(67, 'pt', 'Allier'),
(67, 'ro', 'Allier'),
(67, 'ru', 'Allier'),
(68, 'da', 'Alpes-de-Haute-Provence'),
(68, 'de', 'Alpes-de-Haute-Provence'),
(68, 'el', 'Alpes-de-Haute-Provence'),
(68, 'en', 'Alpes-de-Haute-Provence'),
(68, 'es', 'Alpes-de-Haute-Provence'),
(68, 'fr', 'Alpes-de-Haute-Provence'),
(68, 'it', 'Alpes-de-Haute-Provence'),
(68, 'nl', 'Alpes-de-Haute-Provence'),
(68, 'no', 'Alpes-de-Haute-Provence'),
(68, 'pt', 'Alpes-de-Haute-Provence'),
(68, 'ro', 'Alpes-de-Haute-Provence'),
(68, 'ru', 'Alpes-de-Haute-Provence'),
(69, 'da', 'Alpes-Maritimes'),
(69, 'de', 'Alpes-Maritimes'),
(69, 'el', 'Alpes-Maritimes'),
(69, 'en', 'Alpes-Maritimes'),
(69, 'es', 'Alpes-Maritimes'),
(69, 'fr', 'Alpes-Maritimes'),
(69, 'it', 'Alpes-Maritimes'),
(69, 'nl', 'Alpes-Maritimes'),
(69, 'no', 'Alpes-Maritimes'),
(69, 'pt', 'Alpes-Maritimes'),
(69, 'ro', 'Alpes-Maritimes'),
(69, 'ru', 'Alpes-Maritimes'),
(70, 'da', 'Ardèche'),
(70, 'de', 'Ardèche'),
(70, 'el', 'Ardèche'),
(70, 'en', 'Ardèche'),
(70, 'es', 'Ardèche'),
(70, 'fr', 'Ardèche'),
(70, 'it', 'Ardèche'),
(70, 'nl', 'Ardèche'),
(70, 'no', 'Ardèche'),
(70, 'pt', 'Ardèche'),
(70, 'ro', 'Ardèche'),
(70, 'ru', 'Ardèche'),
(71, 'da', 'Ardennes'),
(71, 'de', 'Ardennes'),
(71, 'el', 'Ardennes'),
(71, 'en', 'Ardennes'),
(71, 'es', 'Ardennes'),
(71, 'fr', 'Ardennes'),
(71, 'it', 'Ardennes'),
(71, 'nl', 'Ardennes'),
(71, 'no', 'Ardennes'),
(71, 'pt', 'Ardennes'),
(71, 'ro', 'Ardennes'),
(71, 'ru', 'Ardennes'),
(72, 'da', 'Ariège'),
(72, 'de', 'Ariège'),
(72, 'el', 'Ariège'),
(72, 'en', 'Ariège'),
(72, 'es', 'Ariège'),
(72, 'fr', 'Ariège'),
(72, 'it', 'Ariège'),
(72, 'nl', 'Ariège'),
(72, 'no', 'Ariège'),
(72, 'pt', 'Ariège'),
(72, 'ro', 'Ariège'),
(72, 'ru', 'Ariège'),
(73, 'da', 'Aube'),
(73, 'de', 'Aube'),
(73, 'el', 'Aube'),
(73, 'en', 'Aube'),
(73, 'es', 'Aube'),
(73, 'fr', 'Aube'),
(73, 'it', 'Aube'),
(73, 'nl', 'Aube'),
(73, 'no', 'Aube'),
(73, 'pt', 'Aube'),
(73, 'ro', 'Aube'),
(73, 'ru', 'Aube'),
(74, 'da', 'Ain'),
(74, 'de', 'Ain'),
(74, 'el', 'Ain'),
(74, 'en', 'Ain'),
(74, 'es', 'Ain'),
(74, 'fr', 'Ain'),
(74, 'it', 'Ain'),
(74, 'nl', 'Ain'),
(74, 'no', 'Ain'),
(74, 'pt', 'Ain'),
(74, 'ro', 'Ain'),
(74, 'ru', 'Ain'),
(75, 'da', 'Aude'),
(75, 'de', 'Aude'),
(75, 'el', 'Aude'),
(75, 'en', 'Aude'),
(75, 'es', 'Aude'),
(75, 'fr', 'Aude'),
(75, 'it', 'Aude'),
(75, 'nl', 'Aude'),
(75, 'no', 'Aude'),
(75, 'pt', 'Aude'),
(75, 'ro', 'Aude'),
(75, 'ru', 'Aude'),
(76, 'da', 'Aveyron'),
(76, 'de', 'Aveyron'),
(76, 'el', 'Aveyron'),
(76, 'en', 'Aveyron'),
(76, 'es', 'Aveyron'),
(76, 'fr', 'Aveyron'),
(76, 'it', 'Aveyron'),
(76, 'nl', 'Aveyron'),
(76, 'no', 'Aveyron'),
(76, 'pt', 'Aveyron'),
(76, 'ro', 'Aveyron'),
(76, 'ru', 'Aveyron'),
(77, 'da', 'Bouches-du-Rhône'),
(77, 'de', 'Bouches-du-Rhône'),
(77, 'el', 'Bouches-du-Rhône'),
(77, 'en', 'Bouches-du-Rhône'),
(77, 'es', 'Bouches-du-Rhône'),
(77, 'fr', 'Bouches-du-Rhône'),
(77, 'it', 'Bouches-du-Rhône'),
(77, 'nl', 'Bouches-du-Rhône'),
(77, 'no', 'Bouches-du-Rhône'),
(77, 'pt', 'Bouches-du-Rhône'),
(77, 'ro', 'Bouches-du-Rhône'),
(77, 'ru', 'Bouches-du-Rhône'),
(78, 'da', 'Calvados'),
(78, 'de', 'Calvados'),
(78, 'el', 'Calvados'),
(78, 'en', 'Calvados'),
(78, 'es', 'Calvados'),
(78, 'fr', 'Calvados'),
(78, 'it', 'Calvados'),
(78, 'nl', 'Calvados'),
(78, 'no', 'Calvados'),
(78, 'pt', 'Calvados'),
(78, 'ro', 'Calvados'),
(78, 'ru', 'Calvados'),
(79, 'da', 'Cantal'),
(79, 'de', 'Cantal'),
(79, 'el', 'Cantal'),
(79, 'en', 'Cantal'),
(79, 'es', 'Cantal'),
(79, 'fr', 'Cantal'),
(79, 'it', 'Cantal'),
(79, 'nl', 'Cantal'),
(79, 'no', 'Cantal'),
(79, 'pt', 'Cantal'),
(79, 'ro', 'Cantal'),
(79, 'ru', 'Cantal'),
(80, 'da', 'Charente'),
(80, 'de', 'Charente'),
(80, 'el', 'Charente'),
(80, 'en', 'Charente'),
(80, 'es', 'Charente'),
(80, 'fr', 'Charente'),
(80, 'it', 'Charente'),
(80, 'nl', 'Charente'),
(80, 'no', 'Charente'),
(80, 'pt', 'Charente'),
(80, 'ro', 'Charente'),
(80, 'ru', 'Charente'),
(81, 'da', 'Charente-Maritime'),
(81, 'de', 'Charente-Maritime'),
(81, 'el', 'Charente-Maritime'),
(81, 'en', 'Charente-Maritime'),
(81, 'es', 'Charente-Maritime'),
(81, 'fr', 'Charente-Maritime'),
(81, 'it', 'Charente-Maritime'),
(81, 'nl', 'Charente-Maritime'),
(81, 'no', 'Charente-Maritime'),
(81, 'pt', 'Charente-Maritime'),
(81, 'ro', 'Charente-Maritime'),
(81, 'ru', 'Charente-Maritime'),
(82, 'da', 'Cher'),
(82, 'de', 'Cher'),
(82, 'el', 'Cher'),
(82, 'en', 'Cher'),
(82, 'es', 'Cher'),
(82, 'fr', 'Cher'),
(82, 'it', 'Cher'),
(82, 'nl', 'Cher'),
(82, 'no', 'Cher'),
(82, 'pt', 'Cher'),
(82, 'ro', 'Cher'),
(82, 'ru', 'Cher'),
(83, 'da', 'Corrèze'),
(83, 'de', 'Corrèze'),
(83, 'el', 'Corrèze'),
(83, 'en', 'Corrèze'),
(83, 'es', 'Corrèze'),
(83, 'fr', 'Corrèze'),
(83, 'it', 'Corrèze'),
(83, 'nl', 'Corrèze'),
(83, 'no', 'Corrèze'),
(83, 'pt', 'Corrèze'),
(83, 'ro', 'Corrèze'),
(83, 'ru', 'Corrèze'),
(84, 'da', 'Corse-du-Sud'),
(84, 'de', 'Corse-du-Sud'),
(84, 'el', 'Corse-du-Sud'),
(84, 'en', 'Corse-du-Sud'),
(84, 'es', 'Corse-du-Sud'),
(84, 'fr', 'Corse-du-Sud'),
(84, 'it', 'Corse-du-Sud'),
(84, 'nl', 'Corse-du-Sud'),
(84, 'no', 'Corse-du-Sud'),
(84, 'pt', 'Corse-du-Sud'),
(84, 'ro', 'Corse-du-Sud'),
(84, 'ru', 'Corse-du-Sud'),
(85, 'da', 'Côte-d\'Or'),
(85, 'de', 'Côte-d\'Or'),
(85, 'el', 'Côte-d\'Or'),
(85, 'en', 'Côte-d\'Or'),
(85, 'es', 'Côte-d\'Or'),
(85, 'fr', 'Côte-d\'Or'),
(85, 'it', 'Côte-d\'Or'),
(85, 'nl', 'Côte-d\'Or'),
(85, 'no', 'Côte-d\'Or'),
(85, 'pt', 'Côte-d\'Or'),
(85, 'ro', 'Côte-d\'Or'),
(85, 'ru', 'Côte-d\'Or'),
(86, 'da', 'Côtes-d\'Armor'),
(86, 'de', 'Côtes-d\'Armor'),
(86, 'el', 'Côtes-d\'Armor'),
(86, 'en', 'Côtes-d\'Armor'),
(86, 'es', 'Côtes-d\'Armor'),
(86, 'fr', 'Côtes-d\'Armor'),
(86, 'it', 'Côtes-d\'Armor'),
(86, 'nl', 'Côtes-d\'Armor'),
(86, 'no', 'Côtes-d\'Armor'),
(86, 'pt', 'Côtes-d\'Armor'),
(86, 'ro', 'Côtes-d\'Armor'),
(86, 'ru', 'Côtes-d\'Armor'),
(87, 'da', 'Creuse'),
(87, 'de', 'Creuse'),
(87, 'el', 'Creuse'),
(87, 'en', 'Creuse'),
(87, 'es', 'Creuse'),
(87, 'fr', 'Creuse'),
(87, 'it', 'Creuse'),
(87, 'nl', 'Creuse'),
(87, 'no', 'Creuse'),
(87, 'pt', 'Creuse'),
(87, 'ro', 'Creuse'),
(87, 'ru', 'Creuse'),
(88, 'da', 'Dordogne'),
(88, 'de', 'Dordogne'),
(88, 'el', 'Dordogne'),
(88, 'en', 'Dordogne'),
(88, 'es', 'Dordogne'),
(88, 'fr', 'Dordogne'),
(88, 'it', 'Dordogne'),
(88, 'nl', 'Dordogne'),
(88, 'no', 'Dordogne'),
(88, 'pt', 'Dordogne'),
(88, 'ro', 'Dordogne'),
(88, 'ru', 'Dordogne'),
(89, 'da', 'Doubs'),
(89, 'de', 'Doubs'),
(89, 'el', 'Doubs'),
(89, 'en', 'Doubs'),
(89, 'es', 'Doubs'),
(89, 'fr', 'Doubs'),
(89, 'it', 'Doubs'),
(89, 'nl', 'Doubs'),
(89, 'no', 'Doubs'),
(89, 'pt', 'Doubs'),
(89, 'ro', 'Doubs'),
(89, 'ru', 'Doubs'),
(90, 'da', 'Drôme'),
(90, 'de', 'Drôme'),
(90, 'el', 'Drôme'),
(90, 'en', 'Drôme'),
(90, 'es', 'Drôme'),
(90, 'fr', 'Drôme'),
(90, 'it', 'Drôme'),
(90, 'nl', 'Drôme'),
(90, 'no', 'Drôme'),
(90, 'pt', 'Drôme'),
(90, 'ro', 'Drôme'),
(90, 'ru', 'Drôme'),
(91, 'da', 'Essonne'),
(91, 'de', 'Essonne'),
(91, 'el', 'Essonne'),
(91, 'en', 'Essonne'),
(91, 'es', 'Essonne'),
(91, 'fr', 'Essonne'),
(91, 'it', 'Essonne'),
(91, 'nl', 'Essonne'),
(91, 'no', 'Essonne'),
(91, 'pt', 'Essonne'),
(91, 'ro', 'Essonne'),
(91, 'ru', 'Essonne'),
(92, 'da', 'Eure'),
(92, 'de', 'Eure'),
(92, 'el', 'Eure'),
(92, 'en', 'Eure'),
(92, 'es', 'Eure'),
(92, 'fr', 'Eure'),
(92, 'it', 'Eure'),
(92, 'nl', 'Eure'),
(92, 'no', 'Eure'),
(92, 'pt', 'Eure'),
(92, 'ro', 'Eure'),
(92, 'ru', 'Eure'),
(93, 'da', 'Eure-et-Loir'),
(93, 'de', 'Eure-et-Loir'),
(93, 'el', 'Eure-et-Loir'),
(93, 'en', 'Eure-et-Loir'),
(93, 'es', 'Eure-et-Loir'),
(93, 'fr', 'Eure-et-Loir'),
(93, 'it', 'Eure-et-Loir'),
(93, 'nl', 'Eure-et-Loir'),
(93, 'no', 'Eure-et-Loir'),
(93, 'pt', 'Eure-et-Loir'),
(93, 'ro', 'Eure-et-Loir'),
(93, 'ru', 'Eure-et-Loir'),
(94, 'da', 'Finistère'),
(94, 'de', 'Finistère'),
(94, 'el', 'Finistère'),
(94, 'en', 'Finistère'),
(94, 'es', 'Finistère'),
(94, 'fr', 'Finistère'),
(94, 'it', 'Finistère'),
(94, 'nl', 'Finistère'),
(94, 'no', 'Finistère'),
(94, 'pt', 'Finistère'),
(94, 'ro', 'Finistère'),
(94, 'ru', 'Finistère'),
(95, 'da', 'Gard'),
(95, 'de', 'Gard'),
(95, 'el', 'Gard'),
(95, 'en', 'Gard'),
(95, 'es', 'Gard'),
(95, 'fr', 'Gard'),
(95, 'it', 'Gard'),
(95, 'nl', 'Gard'),
(95, 'no', 'Gard'),
(95, 'pt', 'Gard'),
(95, 'ro', 'Gard'),
(95, 'ru', 'Gard'),
(96, 'da', 'Gers'),
(96, 'de', 'Gers'),
(96, 'el', 'Gers'),
(96, 'en', 'Gers'),
(96, 'es', 'Gers'),
(96, 'fr', 'Gers'),
(96, 'it', 'Gers'),
(96, 'nl', 'Gers'),
(96, 'no', 'Gers'),
(96, 'pt', 'Gers'),
(96, 'ro', 'Gers'),
(96, 'ru', 'Gers'),
(97, 'da', 'Gironde'),
(97, 'de', 'Gironde'),
(97, 'el', 'Gironde'),
(97, 'en', 'Gironde'),
(97, 'es', 'Gironde'),
(97, 'fr', 'Gironde'),
(97, 'it', 'Gironde'),
(97, 'nl', 'Gironde'),
(97, 'no', 'Gironde'),
(97, 'pt', 'Gironde'),
(97, 'ro', 'Gironde'),
(97, 'ru', 'Gironde'),
(98, 'da', 'Haute-Corse'),
(98, 'de', 'Haute-Corse'),
(98, 'el', 'Haute-Corse'),
(98, 'en', 'Haute-Corse'),
(98, 'es', 'Haute-Corse'),
(98, 'fr', 'Haute-Corse'),
(98, 'it', 'Haute-Corse'),
(98, 'nl', 'Haute-Corse'),
(98, 'no', 'Haute-Corse'),
(98, 'pt', 'Haute-Corse'),
(98, 'ro', 'Haute-Corse'),
(98, 'ru', 'Haute-Corse'),
(99, 'da', 'Haute-Garonne'),
(99, 'de', 'Haute-Garonne'),
(99, 'el', 'Haute-Garonne'),
(99, 'en', 'Haute-Garonne'),
(99, 'es', 'Haute-Garonne'),
(99, 'fr', 'Haute-Garonne'),
(99, 'it', 'Haute-Garonne'),
(99, 'nl', 'Haute-Garonne'),
(99, 'no', 'Haute-Garonne'),
(99, 'pt', 'Haute-Garonne'),
(99, 'ro', 'Haute-Garonne'),
(99, 'ru', 'Haute-Garonne'),
(100, 'da', 'Haute-Loire'),
(100, 'de', 'Haute-Loire'),
(100, 'el', 'Haute-Loire'),
(100, 'en', 'Haute-Loire'),
(100, 'es', 'Haute-Loire'),
(100, 'fr', 'Haute-Loire'),
(100, 'it', 'Haute-Loire'),
(100, 'nl', 'Haute-Loire'),
(100, 'no', 'Haute-Loire'),
(100, 'pt', 'Haute-Loire'),
(100, 'ro', 'Haute-Loire'),
(100, 'ru', 'Haute-Loire'),
(101, 'da', 'Haute-Marne'),
(101, 'de', 'Haute-Marne'),
(101, 'el', 'Haute-Marne'),
(101, 'en', 'Haute-Marne'),
(101, 'es', 'Haute-Marne'),
(101, 'fr', 'Haute-Marne'),
(101, 'it', 'Haute-Marne'),
(101, 'nl', 'Haute-Marne'),
(101, 'no', 'Haute-Marne'),
(101, 'pt', 'Haute-Marne'),
(101, 'ro', 'Haute-Marne'),
(101, 'ru', 'Haute-Marne'),
(102, 'da', 'Haute-Vienne'),
(102, 'de', 'Haute-Vienne'),
(102, 'el', 'Haute-Vienne'),
(102, 'en', 'Haute-Vienne'),
(102, 'es', 'Haute-Vienne'),
(102, 'fr', 'Haute-Vienne'),
(102, 'it', 'Haute-Vienne'),
(102, 'nl', 'Haute-Vienne'),
(102, 'no', 'Haute-Vienne'),
(102, 'pt', 'Haute-Vienne'),
(102, 'ro', 'Haute-Vienne'),
(102, 'ru', 'Haute-Vienne'),
(103, 'da', 'Hautes-Alpes'),
(103, 'de', 'Hautes-Alpes'),
(103, 'el', 'Hautes-Alpes'),
(103, 'en', 'Hautes-Alpes'),
(103, 'es', 'Hautes-Alpes'),
(103, 'fr', 'Hautes-Alpes'),
(103, 'it', 'Hautes-Alpes'),
(103, 'nl', 'Hautes-Alpes'),
(103, 'no', 'Hautes-Alpes'),
(103, 'pt', 'Hautes-Alpes'),
(103, 'ro', 'Hautes-Alpes'),
(103, 'ru', 'Haute-Vienne'),
(104, 'da', 'Hauts-de-Seine'),
(104, 'de', 'Hauts-de-Seine'),
(104, 'el', 'Hauts-de-Seine'),
(104, 'en', 'Hauts-de-Seine'),
(104, 'es', 'Hauts-de-Seine'),
(104, 'fr', 'Hauts-de-Seine'),
(104, 'it', 'Hauts-de-Seine'),
(104, 'nl', 'Hauts-de-Seine'),
(104, 'no', 'Hauts-de-Seine'),
(104, 'pt', 'Hauts-de-Seine'),
(104, 'ro', 'Hauts-de-Seine'),
(104, 'ru', 'Hauts-de-Seine'),
(105, 'da', 'Hérault'),
(105, 'de', 'Hérault'),
(105, 'el', 'Hérault'),
(105, 'en', 'Hérault'),
(105, 'es', 'Hérault'),
(105, 'fr', 'Hérault'),
(105, 'it', 'Hérault'),
(105, 'nl', 'Hérault'),
(105, 'no', 'Hérault'),
(105, 'pt', 'Hérault'),
(105, 'ro', 'Hérault'),
(105, 'ru', 'Hérault'),
(106, 'da', 'Ille-et-Vilaine'),
(106, 'de', 'Ille-et-Vilaine'),
(106, 'el', 'Ille-et-Vilaine'),
(106, 'en', 'Ille-et-Vilaine'),
(106, 'es', 'Ille-et-Vilaine'),
(106, 'fr', 'Ille-et-Vilaine'),
(106, 'it', 'Ille-et-Vilaine'),
(106, 'nl', 'Ille-et-Vilaine'),
(106, 'no', 'Ille-et-Vilaine'),
(106, 'pt', 'Ille-et-Vilaine'),
(106, 'ro', 'Ille-et-Vilaine'),
(106, 'ru', 'Ille-et-Vilaine'),
(107, 'da', 'Indre'),
(107, 'de', 'Indre'),
(107, 'el', 'Indre'),
(107, 'en', 'Indre'),
(107, 'es', 'Indre'),
(107, 'fr', 'Indre'),
(107, 'it', 'Indre'),
(107, 'nl', 'Indre'),
(107, 'no', 'Indre'),
(107, 'pt', 'Indre'),
(107, 'ro', 'Indre'),
(107, 'ru', 'Indre'),
(108, 'da', 'Indre-et-Loire'),
(108, 'de', 'Indre-et-Loire'),
(108, 'el', 'Indre-et-Loire'),
(108, 'en', 'Indre-et-Loire'),
(108, 'es', 'Indre-et-Loire'),
(108, 'fr', 'Indre-et-Loire'),
(108, 'it', 'Indre-et-Loire'),
(108, 'nl', 'Indre-et-Loire'),
(108, 'no', 'Indre-et-Loire'),
(108, 'pt', 'Indre-et-Loire'),
(108, 'ro', 'Indre-et-Loire'),
(108, 'ru', 'Indre-et-Loire'),
(109, 'da', 'Isère'),
(109, 'de', 'Isère'),
(109, 'el', 'Isère'),
(109, 'en', 'Isère'),
(109, 'es', 'Isère'),
(109, 'fr', 'Isère'),
(109, 'it', 'Isère'),
(109, 'nl', 'Isère'),
(109, 'no', 'Isère'),
(109, 'pt', 'Isère'),
(109, 'ro', 'Isère'),
(109, 'ru', 'Isère'),
(110, 'da', 'Jura'),
(110, 'de', 'Jura'),
(110, 'el', 'Jura'),
(110, 'en', 'Jura'),
(110, 'es', 'Jura'),
(110, 'fr', 'Jura'),
(110, 'it', 'Jura'),
(110, 'nl', 'Jura'),
(110, 'no', 'Jura'),
(110, 'pt', 'Jura'),
(110, 'ro', 'Jura'),
(110, 'ru', 'Jura'),
(111, 'da', 'Landes'),
(111, 'de', 'Landes'),
(111, 'el', 'Landes'),
(111, 'en', 'Landes'),
(111, 'es', 'Landes'),
(111, 'fr', 'Landes'),
(111, 'it', 'Landes'),
(111, 'nl', 'Landes'),
(111, 'no', 'Landes'),
(111, 'pt', 'Landes'),
(111, 'ro', 'Landes'),
(111, 'ru', 'Landes'),
(112, 'da', 'Loir-et-Cher'),
(112, 'de', 'Loir-et-Cher'),
(112, 'el', 'Loir-et-Cher'),
(112, 'en', 'Loir-et-Cher'),
(112, 'es', 'Loir-et-Cher'),
(112, 'fr', 'Loir-et-Cher'),
(112, 'it', 'Loir-et-Cher'),
(112, 'nl', 'Loir-et-Cher'),
(112, 'no', 'Loir-et-Cher'),
(112, 'pt', 'Loir-et-Cher'),
(112, 'ro', 'Loir-et-Cher'),
(112, 'ru', 'Loir-et-Cher'),
(113, 'da', 'Loire'),
(113, 'de', 'Loire'),
(113, 'el', 'Loire'),
(113, 'en', 'Loire'),
(113, 'es', 'Loire'),
(113, 'fr', 'Loire'),
(113, 'it', 'Loire'),
(113, 'nl', 'Loire'),
(113, 'no', 'Loire'),
(113, 'pt', 'Loire'),
(113, 'ro', 'Loire'),
(113, 'ru', 'Loire'),
(114, 'da', 'Loire-Atlantique'),
(114, 'de', 'Loire-Atlantique'),
(114, 'el', 'Loire-Atlantique'),
(114, 'en', 'Loire-Atlantique'),
(114, 'es', 'Loire-Atlantique'),
(114, 'fr', 'Loire-Atlantique'),
(114, 'it', 'Loire-Atlantique'),
(114, 'nl', 'Loire-Atlantique'),
(114, 'no', 'Loire-Atlantique'),
(114, 'pt', 'Loire-Atlantique'),
(114, 'ro', 'Loire-Atlantique'),
(114, 'ru', 'Loire-Atlantique'),
(115, 'da', 'Loiret'),
(115, 'de', 'Loiret'),
(115, 'el', 'Loiret'),
(115, 'en', 'Loiret'),
(115, 'es', 'Loiret'),
(115, 'fr', 'Loiret'),
(115, 'it', 'Loiret'),
(115, 'nl', 'Loiret'),
(115, 'no', 'Loiret'),
(115, 'pt', 'Loiret'),
(115, 'ro', 'Loiret'),
(115, 'ru', 'Loiret'),
(116, 'da', 'Lot'),
(116, 'de', 'Lot'),
(116, 'el', 'Lot'),
(116, 'en', 'Lot'),
(116, 'es', 'Lot'),
(116, 'fr', 'Lot'),
(116, 'it', 'Lot'),
(116, 'nl', 'Lot'),
(116, 'no', 'Lot'),
(116, 'pt', 'Lot'),
(116, 'ro', 'Lot'),
(116, 'ru', 'Lot'),
(117, 'da', 'Lot-et-Garonne'),
(117, 'de', 'Lot-et-Garonne'),
(117, 'el', 'Lot-et-Garonne'),
(117, 'en', 'Lot-et-Garonne'),
(117, 'es', 'Lot-et-Garonne'),
(117, 'fr', 'Lot-et-Garonne'),
(117, 'it', 'Lot-et-Garonne'),
(117, 'nl', 'Lot-et-Garonne'),
(117, 'no', 'Lot-et-Garonne'),
(117, 'pt', 'Lot-et-Garonne'),
(117, 'ro', 'Lot-et-Garonne'),
(117, 'ru', 'Lot-et-Garonne'),
(118, 'da', 'Lozère'),
(118, 'de', 'Lozère'),
(118, 'el', 'Lozère'),
(118, 'en', 'Lozère'),
(118, 'es', 'Lozère'),
(118, 'fr', 'Lozère'),
(118, 'it', 'Lozère'),
(118, 'nl', 'Lozère'),
(118, 'no', 'Lozère'),
(118, 'pt', 'Lozère'),
(118, 'ro', 'Lozère'),
(118, 'ru', 'Lozère'),
(119, 'da', 'Maine-et-Loire'),
(119, 'de', 'Maine-et-Loire'),
(119, 'el', 'Maine-et-Loire'),
(119, 'en', 'Maine-et-Loire'),
(119, 'es', 'Maine-et-Loire'),
(119, 'fr', 'Maine-et-Loire'),
(119, 'it', 'Maine-et-Loire'),
(119, 'nl', 'Maine-et-Loire'),
(119, 'no', 'Maine-et-Loire'),
(119, 'pt', 'Maine-et-Loire'),
(119, 'ro', 'Maine-et-Loire'),
(119, 'ru', 'Maine-et-Loire'),
(120, 'da', 'Manche'),
(120, 'de', 'Manche'),
(120, 'el', 'Manche'),
(120, 'en', 'Manche'),
(120, 'es', 'Manche'),
(120, 'fr', 'Manche'),
(120, 'it', 'Manche'),
(120, 'nl', 'Manche'),
(120, 'no', 'Manche'),
(120, 'pt', 'Manche'),
(120, 'ro', 'Manche'),
(120, 'ru', 'Manche'),
(121, 'da', 'Marne'),
(121, 'de', 'Marne'),
(121, 'el', 'Marne'),
(121, 'en', 'Marne'),
(121, 'es', 'Marne'),
(121, 'fr', 'Marne'),
(121, 'it', 'Marne'),
(121, 'nl', 'Marne'),
(121, 'no', 'Marne'),
(121, 'pt', 'Marne'),
(121, 'ro', 'Marne'),
(121, 'ru', 'Marne'),
(122, 'da', 'Paris'),
(122, 'de', 'Paris'),
(122, 'el', 'Paris'),
(122, 'en', 'Paris'),
(122, 'es', 'Paris'),
(122, 'fr', 'Paris'),
(122, 'it', 'Paris'),
(122, 'nl', 'Paris'),
(122, 'no', 'Paris'),
(122, 'pt', 'Paris'),
(122, 'ro', 'Paris'),
(122, 'ru', 'Paris'),
(123, 'da', 'Seine-Saint-Denis'),
(123, 'de', 'Seine-Saint-Denis'),
(123, 'el', 'Seine-Saint-Denis'),
(123, 'en', 'Seine-Saint-Denis'),
(123, 'es', 'Seine-Saint-Denis'),
(123, 'fr', 'Seine-Saint-Denis'),
(123, 'it', 'Seine-Saint-Denis'),
(123, 'nl', 'Seine-Saint-Denis'),
(123, 'no', 'Seine-Saint-Denis'),
(123, 'pt', 'Seine-Saint-Denis'),
(123, 'ro', 'Seine-Saint-Denis'),
(123, 'ru', 'Seine-Saint-Denis'),
(124, 'da', 'Somme'),
(124, 'de', 'Somme'),
(124, 'el', 'Somme'),
(124, 'en', 'Somme'),
(124, 'es', 'Somme'),
(124, 'fr', 'Somme'),
(124, 'it', 'Somme'),
(124, 'nl', 'Somme'),
(124, 'no', 'Somme'),
(124, 'pt', 'Somme'),
(124, 'ro', 'Somme'),
(124, 'ru', 'Somme'),
(125, 'da', 'Tarn'),
(125, 'de', 'Tarn'),
(125, 'el', 'Tarn'),
(125, 'en', 'Tarn'),
(125, 'es', 'Tarn'),
(125, 'fr', 'Tarn'),
(125, 'it', 'Tarn'),
(125, 'nl', 'Tarn'),
(125, 'no', 'Tarn'),
(125, 'pt', 'Tarn'),
(125, 'ro', 'Tarn'),
(125, 'ru', 'Tarn'),
(126, 'da', 'Tarn-et-Garonne'),
(126, 'de', 'Tarn-et-Garonne'),
(126, 'el', 'Tarn-et-Garonne'),
(126, 'en', 'Tarn-et-Garonne'),
(126, 'es', 'Tarn-et-Garonne'),
(126, 'fr', 'Tarn-et-Garonne'),
(126, 'it', 'Tarn-et-Garonne'),
(126, 'nl', 'Tarn-et-Garonne'),
(126, 'no', 'Tarn-et-Garonne'),
(126, 'pt', 'Tarn-et-Garonne'),
(126, 'ro', 'Tarn-et-Garonne'),
(126, 'ru', 'Tarn-et-Garonne'),
(127, 'da', 'Territoire de Belfort'),
(127, 'de', 'Territoire de Belfort'),
(127, 'el', 'Territoire de Belfort'),
(127, 'en', 'Territoire de Belfort'),
(127, 'es', 'Territoire de Belfort'),
(127, 'fr', 'Territoire de Belfort'),
(127, 'it', 'Territoire de Belfort'),
(127, 'nl', 'Territoire de Belfort'),
(127, 'no', 'Territoire de Belfort'),
(127, 'pt', 'Territoire de Belfort'),
(127, 'ro', 'Territoire de Belfort'),
(127, 'ru', 'Territoire de Belfort'),
(128, 'da', 'Val-d\'Oise'),
(128, 'de', 'Val-d\'Oise'),
(128, 'el', 'Val-d\'Oise'),
(128, 'en', 'Val-d\'Oise'),
(128, 'es', 'Val-d\'Oise'),
(128, 'fr', 'Val-d\'Oise'),
(128, 'it', 'Val-d\'Oise'),
(128, 'nl', 'Val-d\'Oise'),
(128, 'no', 'Val-d\'Oise'),
(128, 'pt', 'Val-d\'Oise'),
(128, 'ro', 'Val-d\'Oise'),
(128, 'ru', 'Val-d\'Oise'),
(129, 'da', 'Val-de-Marne'),
(129, 'de', 'Val-de-Marne'),
(129, 'el', 'Val-de-Marne'),
(129, 'en', 'Val-de-Marne'),
(129, 'es', 'Val-de-Marne'),
(129, 'fr', 'Val-de-Marne'),
(129, 'it', 'Val-de-Marne'),
(129, 'nl', 'Val-de-Marne'),
(129, 'no', 'Val-de-Marne'),
(129, 'pt', 'Val-de-Marne'),
(129, 'ro', 'Val-de-Marne'),
(129, 'ru', 'Val-de-Marne'),
(130, 'da', 'Var'),
(130, 'de', 'Var'),
(130, 'el', 'Var'),
(130, 'en', 'Var'),
(130, 'es', 'Var'),
(130, 'fr', 'Var'),
(130, 'it', 'Var'),
(130, 'nl', 'Var'),
(130, 'no', 'Var'),
(130, 'pt', 'Var'),
(130, 'ro', 'Var'),
(130, 'ru', 'Var'),
(131, 'da', 'Vaucluse'),
(131, 'de', 'Vaucluse'),
(131, 'el', 'Vaucluse'),
(131, 'en', 'Vaucluse'),
(131, 'es', 'Vaucluse'),
(131, 'fr', 'Vaucluse'),
(131, 'it', 'Vaucluse'),
(131, 'nl', 'Vaucluse'),
(131, 'no', 'Vaucluse'),
(131, 'pt', 'Vaucluse'),
(131, 'ro', 'Vaucluse'),
(131, 'ru', 'Vaucluse'),
(132, 'da', 'Vendée'),
(132, 'de', 'Vendée'),
(132, 'el', 'Vendée'),
(132, 'en', 'Vendée'),
(132, 'es', 'Vendée'),
(132, 'fr', 'Vendée'),
(132, 'it', 'Vendée'),
(132, 'nl', 'Vendée'),
(132, 'no', 'Vendée'),
(132, 'pt', 'Vendée'),
(132, 'ro', 'Vendée'),
(132, 'ru', 'Vendée'),
(133, 'da', 'Vienne'),
(133, 'de', 'Vienne'),
(133, 'el', 'Vienne'),
(133, 'en', 'Vienne'),
(133, 'es', 'Vienne'),
(133, 'fr', 'Vienne'),
(133, 'it', 'Vienne'),
(133, 'nl', 'Vienne'),
(133, 'no', 'Vienne'),
(133, 'pt', 'Vienne'),
(133, 'ro', 'Vienne'),
(133, 'ru', 'Vienne'),
(134, 'da', 'Vosges'),
(134, 'de', 'Vosges'),
(134, 'el', 'Vosges'),
(134, 'en', 'Vosges'),
(134, 'es', 'Vosges'),
(134, 'fr', 'Vosges'),
(134, 'it', 'Vosges'),
(134, 'nl', 'Vosges'),
(134, 'no', 'Vosges'),
(134, 'pt', 'Vosges'),
(134, 'ro', 'Vosges'),
(134, 'ru', 'Vosges'),
(135, 'da', 'Yonne'),
(135, 'de', 'Yonne'),
(135, 'el', 'Yonne'),
(135, 'en', 'Yonne'),
(135, 'es', 'Yonne'),
(135, 'fr', 'Yonne'),
(135, 'it', 'Yonne'),
(135, 'nl', 'Yonne'),
(135, 'no', 'Yonne'),
(135, 'pt', 'Yonne'),
(135, 'ro', 'Yonne'),
(135, 'ru', 'Yonne'),
(136, 'da', 'Alberta'),
(136, 'de', 'Alberta'),
(136, 'el', 'Alberta'),
(136, 'en', 'Alberta'),
(136, 'es', 'Alberta'),
(136, 'fr', 'Alberta'),
(136, 'it', 'Alberta'),
(136, 'nl', 'Alberta'),
(136, 'no', 'Alberta'),
(136, 'pt', 'Alberta'),
(136, 'ro', 'Alberta'),
(136, 'ru', 'Alberta'),
(137, 'da', 'British Columbia'),
(137, 'de', 'British Columbia'),
(137, 'el', 'British Columbia'),
(137, 'en', 'British Columbia'),
(137, 'es', 'British Columbia'),
(137, 'fr', 'British Columbia'),
(137, 'it', 'British Columbia'),
(137, 'nl', 'British Columbia'),
(137, 'no', 'British Columbia'),
(137, 'pt', 'British Columbia'),
(137, 'ro', 'British Columbia'),
(137, 'ru', 'British Columbia'),
(138, 'da', 'Manitoba'),
(138, 'de', 'Manitoba'),
(138, 'el', 'Manitoba'),
(138, 'en', 'Manitoba'),
(138, 'es', 'Manitoba'),
(138, 'fr', 'Manitoba'),
(138, 'it', 'Manitoba'),
(138, 'nl', 'Manitoba'),
(138, 'no', 'Manitoba'),
(138, 'pt', 'Manitoba'),
(138, 'ro', 'Manitoba'),
(138, 'ru', 'Manitoba'),
(139, 'da', 'New Brunswick'),
(139, 'de', 'New Brunswick'),
(139, 'el', 'New Brunswick'),
(139, 'en', 'New Brunswick'),
(139, 'es', 'New Brunswick'),
(139, 'fr', 'New Brunswick'),
(139, 'it', 'New Brunswick'),
(139, 'nl', 'New Brunswick'),
(139, 'no', 'New Brunswick'),
(139, 'pt', 'New Brunswick'),
(139, 'ro', 'New Brunswick'),
(139, 'ru', 'New Brunswick'),
(140, 'da', 'Newfoundland and Labrador'),
(140, 'de', 'Newfoundland and Labrador'),
(140, 'el', 'Newfoundland and Labrador'),
(140, 'en', 'Newfoundland and Labrador'),
(140, 'es', 'Newfoundland and Labrador'),
(140, 'fr', 'Newfoundland and Labrador'),
(140, 'it', 'Newfoundland and Labrador'),
(140, 'nl', 'Newfoundland and Labrador'),
(140, 'no', 'Newfoundland and Labrador'),
(140, 'pt', 'Newfoundland and Labrador'),
(140, 'ro', 'Newfoundland and Labrador'),
(140, 'ru', 'Newfoundland and Labrador'),
(141, 'da', 'Northwest Territories'),
(141, 'de', 'Northwest Territories'),
(141, 'el', 'Northwest Territories'),
(141, 'en', 'Northwest Territories'),
(141, 'es', 'Northwest Territories'),
(141, 'fr', 'Northwest Territories'),
(141, 'it', 'Northwest Territories'),
(141, 'nl', 'Northwest Territories'),
(141, 'no', 'Northwest Territories'),
(141, 'pt', 'Northwest Territories'),
(141, 'ro', 'Northwest Territories'),
(141, 'ru', 'Northwest Territories'),
(142, 'da', 'Nova Scotia'),
(142, 'de', 'Nova Scotia'),
(142, 'el', 'Nova Scotia'),
(142, 'en', 'Nova Scotia'),
(142, 'es', 'Nova Scotia'),
(142, 'fr', 'Nova Scotia'),
(142, 'it', 'Nova Scotia'),
(142, 'nl', 'Nova Scotia'),
(142, 'no', 'Nova Scotia'),
(142, 'pt', 'Nova Scotia'),
(142, 'ro', 'Nova Scotia'),
(142, 'ru', 'Nova Scotia'),
(143, 'da', 'Nunavut'),
(143, 'de', 'Nunavut'),
(143, 'el', 'Nunavut'),
(143, 'en', 'Nunavut'),
(143, 'es', 'Nunavut'),
(143, 'fr', 'Nunavut'),
(143, 'it', 'Nunavut'),
(143, 'nl', 'Nunavut'),
(143, 'no', 'Nunavut'),
(143, 'pt', 'Nunavut'),
(143, 'ro', 'Nunavut'),
(143, 'ru', 'Nunavut'),
(144, 'da', 'Ontario'),
(144, 'de', 'Ontario'),
(144, 'el', 'Ontario'),
(144, 'en', 'Ontario'),
(144, 'es', 'Ontario'),
(144, 'fr', 'Ontario'),
(144, 'it', 'Ontario'),
(144, 'nl', 'Ontario'),
(144, 'no', 'Ontario'),
(144, 'pt', 'Ontario'),
(144, 'ro', 'Ontario'),
(144, 'ru', 'Ontario'),
(145, 'da', 'Prince Edward Island'),
(145, 'de', 'Prince Edward Island'),
(145, 'el', 'Prince Edward Island'),
(145, 'en', 'Prince Edward Island'),
(145, 'es', 'Prince Edward Island'),
(145, 'fr', 'Prince Edward Island'),
(145, 'it', 'Prince Edward Island'),
(145, 'nl', 'Prince Edward Island'),
(145, 'no', 'Prince Edward Island'),
(145, 'pt', 'Prince Edward Island'),
(145, 'ro', 'Prince Edward Island'),
(145, 'ru', 'Prince Edward Island'),
(146, 'da', 'Quebec'),
(146, 'de', 'Quebec'),
(146, 'el', 'Quebec'),
(146, 'en', 'Quebec'),
(146, 'es', 'Quebec'),
(146, 'fr', 'Quebec'),
(146, 'it', 'Quebec'),
(146, 'nl', 'Quebec'),
(146, 'no', 'Quebec'),
(146, 'pt', 'Quebec'),
(146, 'ro', 'Quebec'),
(146, 'ru', 'Quebec'),
(147, 'da', 'Saskatchewan'),
(147, 'de', 'Saskatchewan'),
(147, 'el', 'Saskatchewan'),
(147, 'en', 'Saskatchewan'),
(147, 'es', 'Saskatchewan'),
(147, 'fr', 'Saskatchewan'),
(147, 'it', 'Saskatchewan'),
(147, 'nl', 'Saskatchewan'),
(147, 'no', 'Saskatchewan'),
(147, 'pt', 'Saskatchewan'),
(147, 'ro', 'Saskatchewan'),
(147, 'ru', 'Saskatchewan'),
(148, 'da', 'Yukon'),
(148, 'de', 'Yukon'),
(148, 'el', 'Yukon'),
(148, 'en', 'Yukon'),
(148, 'es', 'Yukon'),
(148, 'fr', 'Yukon'),
(148, 'it', 'Yukon'),
(148, 'nl', 'Yukon'),
(148, 'no', 'Yukon'),
(148, 'pt', 'Yukon'),
(148, 'ro', 'Yukon'),
(148, 'ru', 'Yukon'),
(149, 'da', 'Australian Capital Territory'),
(149, 'de', 'Australian Capital Territory'),
(149, 'el', 'Australian Capital Territory'),
(149, 'en', 'Australian Capital Territory'),
(149, 'es', 'Australian Capital Territory'),
(149, 'fr', 'Australian Capital Territory'),
(149, 'it', 'Australian Capital Territory'),
(149, 'nl', 'Australian Capital Territory'),
(149, 'no', 'Australian Capital Territory'),
(149, 'pt', 'Australian Capital Territory'),
(149, 'ro', 'Australian Capital Territory'),
(149, 'ru', 'Australian Capital Territory'),
(150, 'da', 'New South Wales'),
(150, 'de', 'New South Wales'),
(150, 'el', 'New South Wales'),
(150, 'en', 'New South Wales'),
(150, 'es', 'New South Wales'),
(150, 'fr', 'New South Wales'),
(150, 'it', 'New South Wales'),
(150, 'nl', 'New South Wales'),
(150, 'no', 'New South Wales'),
(150, 'pt', 'New South Wales'),
(150, 'ro', 'New South Wales'),
(150, 'ru', 'New South Wales'),
(151, 'da', 'Northern Territory'),
(151, 'de', 'Northern Territory'),
(151, 'el', 'Northern Territory'),
(151, 'en', 'Northern Territory'),
(151, 'es', 'Northern Territory'),
(151, 'fr', 'Northern Territory'),
(151, 'it', 'Northern Territory'),
(151, 'nl', 'Northern Territory'),
(151, 'no', 'Northern Territory'),
(151, 'pt', 'Northern Territory'),
(151, 'ro', 'Northern Territory'),
(151, 'ru', 'Northern Territory'),
(152, 'da', 'Queensland'),
(152, 'de', 'Queensland'),
(152, 'el', 'Queensland'),
(152, 'en', 'Queensland'),
(152, 'es', 'Queensland'),
(152, 'fr', 'Queensland'),
(152, 'it', 'Queensland'),
(152, 'nl', 'Queensland'),
(152, 'no', 'Queensland'),
(152, 'pt', 'Queensland'),
(152, 'ro', 'Queensland'),
(152, 'ru', 'Queensland'),
(153, 'da', 'South Australia'),
(153, 'de', 'South Australia'),
(153, 'el', 'South Australia'),
(153, 'en', 'South Australia'),
(153, 'es', 'South Australia'),
(153, 'fr', 'South Australia'),
(153, 'it', 'South Australia'),
(153, 'nl', 'South Australia'),
(153, 'no', 'South Australia'),
(153, 'pt', 'South Australia'),
(153, 'ro', 'South Australia'),
(153, 'ru', 'South Australia'),
(154, 'da', 'Tasmania'),
(154, 'de', 'Tasmania'),
(154, 'el', 'Tasmania'),
(154, 'en', 'Tasmania'),
(154, 'es', 'Tasmania'),
(154, 'fr', 'Tasmania'),
(154, 'it', 'Tasmania'),
(154, 'nl', 'Tasmania'),
(154, 'no', 'Tasmania'),
(154, 'pt', 'Tasmania'),
(154, 'ro', 'Tasmania'),
(154, 'ru', 'Tasmania'),
(155, 'da', 'Victoria'),
(155, 'de', 'Victoria'),
(155, 'el', 'Victoria'),
(155, 'en', 'Victoria'),
(155, 'es', 'Victoria'),
(155, 'fr', 'Victoria'),
(155, 'it', 'Victoria'),
(155, 'nl', 'Victoria'),
(155, 'no', 'Victoria'),
(155, 'pt', 'Victoria'),
(155, 'ro', 'Victoria'),
(155, 'ru', 'Victoria'),
(156, 'da', 'Western Australia'),
(156, 'de', 'Western Australia'),
(156, 'el', 'Western Australia'),
(156, 'en', 'Western Australia'),
(156, 'es', 'Western Australia'),
(156, 'fr', 'Western Australia'),
(156, 'it', 'Western Australia'),
(156, 'nl', 'Western Australia'),
(156, 'no', 'Western Australia'),
(156, 'pt', 'Western Australia'),
(156, 'ro', 'Western Australia'),
(156, 'ru', 'Western Australia'),
(157, 'da', 'Drenthe'),
(157, 'de', 'Drenthe'),
(157, 'el', 'Drenthe'),
(157, 'en', 'Drenthe'),
(157, 'es', 'Drenthe'),
(157, 'fr', 'Drenthe'),
(157, 'it', 'Drenthe'),
(157, 'nl', 'Drenthe'),
(157, 'no', 'Drenthe'),
(157, 'pt', 'Drenthe'),
(157, 'ro', 'Drenthe'),
(157, 'ru', 'Drenthe'),
(158, 'da', 'Flevoland'),
(158, 'de', 'Flevoland'),
(158, 'el', 'Flevoland'),
(158, 'en', 'Flevoland'),
(158, 'es', 'Flevoland'),
(158, 'fr', 'Flevoland'),
(158, 'it', 'Flevoland'),
(158, 'nl', 'Flevoland'),
(158, 'no', 'Flevoland'),
(158, 'pt', 'Flevoland'),
(158, 'ro', 'Flevoland'),
(158, 'ru', 'Flevoland'),
(159, 'da', 'Friesland'),
(159, 'de', 'Friesland'),
(159, 'el', 'Friesland'),
(159, 'en', 'Friesland'),
(159, 'es', 'Friesland'),
(159, 'fr', 'Friesland'),
(159, 'it', 'Friesland'),
(159, 'nl', 'Friesland'),
(159, 'no', 'Friesland'),
(159, 'pt', 'Friesland'),
(159, 'ro', 'Friesland'),
(159, 'ru', 'Friesland'),
(160, 'da', 'Gelderland'),
(160, 'de', 'Gelderland'),
(160, 'el', 'Gelderland'),
(160, 'en', 'Gelderland'),
(160, 'es', 'Gelderland'),
(160, 'fr', 'Gelderland'),
(160, 'it', 'Gelderland'),
(160, 'nl', 'Gelderland'),
(160, 'no', 'Gelderland'),
(160, 'pt', 'Gelderland'),
(160, 'ro', 'Gelderland'),
(160, 'ru', 'Gelderland'),
(161, 'da', 'Groningen'),
(161, 'de', 'Groningen'),
(161, 'el', 'Groningen'),
(161, 'en', 'Groningen'),
(161, 'es', 'Groningen'),
(161, 'fr', 'Groningen'),
(161, 'it', 'Groningen'),
(161, 'nl', 'Groningen'),
(161, 'no', 'Groningen'),
(161, 'pt', 'Groningen'),
(161, 'ro', 'Groningen'),
(161, 'ru', 'Groningen'),
(162, 'da', 'Limburg'),
(162, 'de', 'Limburg'),
(162, 'el', 'Limburg'),
(162, 'en', 'Limburg'),
(162, 'es', 'Limburg'),
(162, 'fr', 'Limburg'),
(162, 'it', 'Limburg'),
(162, 'nl', 'Limburg'),
(162, 'no', 'Limburg'),
(162, 'pt', 'Limburg'),
(162, 'ro', 'Limburg'),
(162, 'ru', 'Limburg'),
(163, 'da', 'Noord Brabant'),
(163, 'de', 'Noord Brabant'),
(163, 'el', 'Noord Brabant'),
(163, 'en', 'Noord Brabant'),
(163, 'es', 'Noord Brabant'),
(163, 'fr', 'Noord Brabant'),
(163, 'it', 'Noord Brabant'),
(163, 'nl', 'Noord Brabant'),
(163, 'no', 'Noord Brabant'),
(163, 'pt', 'Noord Brabant'),
(163, 'ro', 'Noord Brabant'),
(163, 'ru', 'Noord Brabant'),
(164, 'da', 'Noord Holland'),
(164, 'de', 'Noord Holland'),
(164, 'el', 'Noord Holland'),
(164, 'en', 'Noord Holland'),
(164, 'es', 'Noord Holland'),
(164, 'fr', 'Noord Holland'),
(164, 'it', 'Noord Holland'),
(164, 'nl', 'Noord Holland'),
(164, 'no', 'Noord Holland'),
(164, 'pt', 'Noord Holland'),
(164, 'ro', 'Noord Holland'),
(164, 'ru', 'Noord Holland'),
(165, 'da', 'Overijssel'),
(165, 'de', 'Overijssel'),
(165, 'el', 'Overijssel'),
(165, 'en', 'Overijssel'),
(165, 'es', 'Overijssel'),
(165, 'fr', 'Overijssel'),
(165, 'it', 'Overijssel'),
(165, 'nl', 'Overijssel'),
(165, 'no', 'Overijssel'),
(165, 'pt', 'Overijssel'),
(165, 'ro', 'Overijssel'),
(165, 'ru', 'Overijssel'),
(166, 'da', 'Utrecht'),
(166, 'de', 'Utrecht'),
(166, 'el', 'Utrecht'),
(166, 'en', 'Utrecht'),
(166, 'es', 'Utrecht'),
(166, 'fr', 'Utrecht'),
(166, 'it', 'Utrecht'),
(166, 'nl', 'Utrecht'),
(166, 'no', 'Utrecht'),
(166, 'pt', 'Utrecht'),
(166, 'ro', 'Utrecht'),
(166, 'ru', 'Utrecht'),
(167, 'da', 'Zeeland'),
(167, 'de', 'Zeeland'),
(167, 'el', 'Zeeland'),
(167, 'en', 'Zeeland'),
(167, 'es', 'Zeeland'),
(167, 'fr', 'Zeeland'),
(167, 'it', 'Zeeland'),
(167, 'nl', 'Zeeland'),
(167, 'no', 'Zeeland'),
(167, 'pt', 'Zeeland'),
(167, 'ro', 'Zeeland'),
(167, 'ru', 'Zeeland'),
(168, 'da', 'Zuid Holland'),
(168, 'de', 'Zuid Holland'),
(168, 'el', 'Zuid Holland'),
(168, 'en', 'Zuid Holland'),
(168, 'es', 'Zuid Holland'),
(168, 'fr', 'Zuid Holland'),
(168, 'it', 'Zuid Holland'),
(168, 'nl', 'Zuid Holland'),
(168, 'no', 'Zuid Holland'),
(168, 'pt', 'Zuid Holland'),
(168, 'ro', 'Zuid Holland'),
(168, 'ru', 'Zuid Holland'),
(169, 'da', 'Baden-Württemberg'),
(169, 'de', 'Baden-Württemberg'),
(169, 'el', 'Baden-Württemberg'),
(169, 'en', 'Baden-Württemberg'),
(169, 'es', 'Baden-Württemberg'),
(169, 'fr', 'Baden-Württemberg'),
(169, 'it', 'Baden-Württemberg'),
(169, 'nl', 'Baden-Württemberg'),
(169, 'no', 'Baden-Württemberg'),
(169, 'pt', 'Baden-Württemberg'),
(169, 'ro', 'Baden-Württemberg'),
(169, 'ru', 'Baden-Württemberg'),
(170, 'da', 'Bayern'),
(170, 'de', 'Bayern'),
(170, 'el', 'Bayern'),
(170, 'en', 'Bayern'),
(170, 'es', 'Bayern'),
(170, 'fr', 'Bayern'),
(170, 'it', 'Bayern'),
(170, 'nl', 'Bayern'),
(170, 'no', 'Bayern'),
(170, 'pt', 'Bayern'),
(170, 'ro', 'Bayern'),
(170, 'ru', 'Bayern'),
(171, 'da', 'Berlin'),
(171, 'de', 'Berlin'),
(171, 'el', 'Berlin'),
(171, 'en', 'Berlin'),
(171, 'es', 'Berlin'),
(171, 'fr', 'Berlin'),
(171, 'it', 'Berlin'),
(171, 'nl', 'Berlin'),
(171, 'no', 'Berlin'),
(171, 'pt', 'Berlin'),
(171, 'ro', 'Berlin'),
(171, 'ru', 'Berlin'),
(172, 'da', 'Branderburg'),
(172, 'de', 'Branderburg'),
(172, 'el', 'Branderburg'),
(172, 'en', 'Branderburg'),
(172, 'es', 'Branderburg'),
(172, 'fr', 'Branderburg'),
(172, 'it', 'Branderburg'),
(172, 'nl', 'Branderburg'),
(172, 'no', 'Branderburg'),
(172, 'pt', 'Branderburg'),
(172, 'ro', 'Branderburg'),
(172, 'ru', 'Branderburg'),
(173, 'da', 'Bremen'),
(173, 'de', 'Bremen'),
(173, 'el', 'Bremen'),
(173, 'en', 'Bremen'),
(173, 'es', 'Bremen'),
(173, 'fr', 'Bremen'),
(173, 'it', 'Bremen'),
(173, 'nl', 'Bremen'),
(173, 'no', 'Bremen'),
(173, 'pt', 'Bremen'),
(173, 'ro', 'Bremen'),
(173, 'ru', 'Bremen'),
(174, 'da', 'Hamburg'),
(174, 'de', 'Hamburg'),
(174, 'el', 'Hamburg'),
(174, 'en', 'Hamburg'),
(174, 'es', 'Hamburg'),
(174, 'fr', 'Hamburg'),
(174, 'it', 'Hamburg'),
(174, 'nl', 'Hamburg'),
(174, 'no', 'Hamburg'),
(174, 'pt', 'Hamburg'),
(174, 'ro', 'Hamburg'),
(174, 'ru', 'Hamburg'),
(175, 'da', 'Hessen'),
(175, 'de', 'Hessen'),
(175, 'el', 'Hessen'),
(175, 'en', 'Hessen'),
(175, 'es', 'Hessen'),
(175, 'fr', 'Hessen'),
(175, 'it', 'Hessen'),
(175, 'nl', 'Hessen'),
(175, 'no', 'Hessen'),
(175, 'pt', 'Hessen'),
(175, 'ro', 'Hessen'),
(175, 'ru', 'Hessen'),
(176, 'da', 'Mecklenburg-Vorpommern'),
(176, 'de', 'Mecklenburg-Vorpommern'),
(176, 'el', 'Mecklenburg-Vorpommern'),
(176, 'en', 'Mecklenburg-Vorpommern'),
(176, 'es', 'Mecklenburg-Vorpommern'),
(176, 'fr', 'Mecklenburg-Vorpommern'),
(176, 'it', 'Mecklenburg-Vorpommern'),
(176, 'nl', 'Mecklenburg-Vorpommern'),
(176, 'no', 'Mecklenburg-Vorpommern'),
(176, 'pt', 'Mecklenburg-Vorpommern'),
(176, 'ro', 'Mecklenburg-Vorpommern'),
(176, 'ru', 'Mecklenburg-Vorpommern'),
(177, 'da', 'Niedersachsen'),
(177, 'de', 'Niedersachsen'),
(177, 'el', 'Niedersachsen'),
(177, 'en', 'Niedersachsen'),
(177, 'es', 'Niedersachsen'),
(177, 'fr', 'Niedersachsen'),
(177, 'it', 'Niedersachsen'),
(177, 'nl', 'Niedersachsen'),
(177, 'no', 'Niedersachsen'),
(177, 'pt', 'Niedersachsen'),
(177, 'ro', 'Niedersachsen'),
(177, 'ru', 'Niedersachsen'),
(178, 'da', 'Nordrhein-Westfalen'),
(178, 'de', 'Nordrhein-Westfalen'),
(178, 'el', 'Nordrhein-Westfalen'),
(178, 'en', 'Nordrhein-Westfalen'),
(178, 'es', 'Nordrhein-Westfalen'),
(178, 'fr', 'Nordrhein-Westfalen'),
(178, 'it', 'Nordrhein-Westfalen'),
(178, 'nl', 'Nordrhein-Westfalen'),
(178, 'no', 'Nordrhein-Westfalen'),
(178, 'pt', 'Nordrhein-Westfalen'),
(178, 'ro', 'Nordrhein-Westfalen'),
(178, 'ru', 'Nordrhein-Westfalen'),
(179, 'da', 'Rheinland-Pfalz'),
(179, 'de', 'Rheinland-Pfalz'),
(179, 'el', 'Rheinland-Pfalz'),
(179, 'en', 'Rheinland-Pfalz'),
(179, 'es', 'Rheinland-Pfalz'),
(179, 'fr', 'Rheinland-Pfalz'),
(179, 'it', 'Rheinland-Pfalz'),
(179, 'nl', 'Rheinland-Pfalz'),
(179, 'no', 'Rheinland-Pfalz'),
(179, 'pt', 'Rheinland-Pfalz'),
(179, 'ro', 'Rheinland-Pfalz'),
(179, 'ru', 'Rheinland-Pfalz'),
(180, 'da', 'Saarland'),
(180, 'de', 'Saarland'),
(180, 'el', 'Saarland'),
(180, 'en', 'Saarland'),
(180, 'es', 'Saarland'),
(180, 'fr', 'Saarland'),
(180, 'it', 'Saarland'),
(180, 'nl', 'Saarland'),
(180, 'no', 'Saarland'),
(180, 'pt', 'Saarland'),
(180, 'ro', 'Saarland'),
(180, 'ru', 'Saarland'),
(181, 'da', 'Sachsen'),
(181, 'de', 'Sachsen'),
(181, 'el', 'Sachsen'),
(181, 'en', 'Sachsen'),
(181, 'es', 'Sachsen'),
(181, 'fr', 'Sachsen'),
(181, 'it', 'Sachsen'),
(181, 'nl', 'Sachsen'),
(181, 'no', 'Sachsen'),
(181, 'pt', 'Sachsen'),
(181, 'ro', 'Sachsen'),
(181, 'ru', 'Sachsen'),
(182, 'da', 'Sachsen-Anhalt'),
(182, 'de', 'Sachsen-Anhalt'),
(182, 'el', 'Sachsen-Anhalt'),
(182, 'en', 'Sachsen-Anhalt'),
(182, 'es', 'Sachsen-Anhalt'),
(182, 'fr', 'Sachsen-Anhalt'),
(182, 'it', 'Sachsen-Anhalt'),
(182, 'nl', 'Sachsen-Anhalt'),
(182, 'no', 'Sachsen-Anhalt'),
(182, 'pt', 'Sachsen-Anhalt'),
(182, 'ro', 'Sachsen-Anhalt'),
(182, 'ru', 'Sachsen-Anhalt'),
(183, 'da', 'Schleswig-Holstein'),
(183, 'de', 'Schleswig-Holstein'),
(183, 'el', 'Schleswig-Holstein'),
(183, 'en', 'Schleswig-Holstein'),
(183, 'es', 'Schleswig-Holstein'),
(183, 'fr', 'Schleswig-Holstein'),
(183, 'it', 'Schleswig-Holstein'),
(183, 'nl', 'Schleswig-Holstein'),
(183, 'no', 'Schleswig-Holstein'),
(183, 'pt', 'Schleswig-Holstein'),
(183, 'ro', 'Schleswig-Holstein'),
(183, 'ru', 'Schleswig-Holstein'),
(184, 'da', 'Thüringen'),
(184, 'de', 'Thüringen'),
(184, 'el', 'Thüringen'),
(184, 'en', 'Thüringen'),
(184, 'es', 'Thüringen'),
(184, 'fr', 'Thüringen'),
(184, 'it', 'Thüringen'),
(184, 'nl', 'Thüringen'),
(184, 'no', 'Thüringen');
INSERT INTO `partiushop_state_descriptions` (`state_id`, `lang_code`, `state`) VALUES
(184, 'pt', 'Thüringen'),
(184, 'ro', 'Thüringen'),
(184, 'ru', 'Thüringen'),
(185, 'da', 'Aberdeen'),
(185, 'de', 'Aberdeen'),
(185, 'el', 'Aberdeen'),
(185, 'en', 'Aberdeen'),
(185, 'es', 'Aberdeen'),
(185, 'fr', 'Aberdeen'),
(185, 'it', 'Aberdeen'),
(185, 'nl', 'Aberdeen'),
(185, 'no', 'Aberdeen'),
(185, 'pt', 'Aberdeen'),
(185, 'ro', 'Aberdeen'),
(185, 'ru', 'Aberdeen'),
(186, 'da', 'Aberdeenshire'),
(186, 'de', 'Aberdeenshire'),
(186, 'el', 'Aberdeenshire'),
(186, 'en', 'Aberdeenshire'),
(186, 'es', 'Aberdeenshire'),
(186, 'fr', 'Aberdeenshire'),
(186, 'it', 'Aberdeenshire'),
(186, 'nl', 'Aberdeenshire'),
(186, 'no', 'Aberdeenshire'),
(186, 'pt', 'Aberdeenshire'),
(186, 'ro', 'Aberdeenshire'),
(186, 'ru', 'Aberdeenshire'),
(187, 'da', 'Anglesey'),
(187, 'de', 'Anglesey'),
(187, 'el', 'Anglesey'),
(187, 'en', 'Anglesey'),
(187, 'es', 'Anglesey'),
(187, 'fr', 'Anglesey'),
(187, 'it', 'Anglesey'),
(187, 'nl', 'Anglesey'),
(187, 'no', 'Anglesey'),
(187, 'pt', 'Anglesey'),
(187, 'ro', 'Anglesey'),
(187, 'ru', 'Anglesey'),
(188, 'da', 'Angus'),
(188, 'de', 'Angus'),
(188, 'el', 'Angus'),
(188, 'en', 'Angus'),
(188, 'es', 'Angus'),
(188, 'fr', 'Angus'),
(188, 'it', 'Angus'),
(188, 'nl', 'Angus'),
(188, 'no', 'Angus'),
(188, 'pt', 'Angus'),
(188, 'ro', 'Angus'),
(188, 'ru', 'Angus'),
(189, 'da', 'Argyll and Bute'),
(189, 'de', 'Argyll and Bute'),
(189, 'el', 'Argyll and Bute'),
(189, 'en', 'Argyll and Bute'),
(189, 'es', 'Argyll and Bute'),
(189, 'fr', 'Argyll and Bute'),
(189, 'it', 'Argyll and Bute'),
(189, 'nl', 'Argyll and Bute'),
(189, 'no', 'Argyll and Bute'),
(189, 'pt', 'Argyll and Bute'),
(189, 'ro', 'Argyll and Bute'),
(189, 'ru', 'Argyll and Bute'),
(190, 'da', 'Bedfordshire'),
(190, 'de', 'Bedfordshire'),
(190, 'el', 'Bedfordshire'),
(190, 'en', 'Bedfordshire'),
(190, 'es', 'Bedfordshire'),
(190, 'fr', 'Bedfordshire'),
(190, 'it', 'Bedfordshire'),
(190, 'nl', 'Bedfordshire'),
(190, 'no', 'Bedfordshire'),
(190, 'pt', 'Bedfordshire'),
(190, 'ro', 'Bedfordshire'),
(190, 'ru', 'Bedfordshire'),
(191, 'da', 'Berkshire'),
(191, 'de', 'Berkshire'),
(191, 'el', 'Berkshire'),
(191, 'en', 'Berkshire'),
(191, 'es', 'Berkshire'),
(191, 'fr', 'Berkshire'),
(191, 'it', 'Berkshire'),
(191, 'nl', 'Berkshire'),
(191, 'no', 'Berkshire'),
(191, 'pt', 'Berkshire'),
(191, 'ro', 'Berkshire'),
(191, 'ru', 'Berkshire'),
(192, 'da', 'Blaenau Gwent'),
(192, 'de', 'Blaenau Gwent'),
(192, 'el', 'Blaenau Gwent'),
(192, 'en', 'Blaenau Gwent'),
(192, 'es', 'Blaenau Gwent'),
(192, 'fr', 'Blaenau Gwent'),
(192, 'it', 'Blaenau Gwent'),
(192, 'nl', 'Blaenau Gwent'),
(192, 'no', 'Blaenau Gwent'),
(192, 'pt', 'Blaenau Gwent'),
(192, 'ro', 'Blaenau Gwent'),
(192, 'ru', 'Blaenau Gwent'),
(193, 'da', 'Bridgend'),
(193, 'de', 'Bridgend'),
(193, 'el', 'Bridgend'),
(193, 'en', 'Bridgend'),
(193, 'es', 'Bridgend'),
(193, 'fr', 'Bridgend'),
(193, 'it', 'Bridgend'),
(193, 'nl', 'Bridgend'),
(193, 'no', 'Bridgend'),
(193, 'pt', 'Bridgend'),
(193, 'ro', 'Bridgend'),
(193, 'ru', 'Bridgend'),
(194, 'da', 'Bristol'),
(194, 'de', 'Bristol'),
(194, 'el', 'Bristol'),
(194, 'en', 'Bristol'),
(194, 'es', 'Bristol'),
(194, 'fr', 'Bristol'),
(194, 'it', 'Bristol'),
(194, 'nl', 'Bristol'),
(194, 'no', 'Bristol'),
(194, 'pt', 'Bristol'),
(194, 'ro', 'Bristol'),
(194, 'ru', 'Bristol'),
(195, 'da', 'Buckinghamshire'),
(195, 'de', 'Buckinghamshire'),
(195, 'el', 'Buckinghamshire'),
(195, 'en', 'Buckinghamshire'),
(195, 'es', 'Buckinghamshire'),
(195, 'fr', 'Buckinghamshire'),
(195, 'it', 'Buckinghamshire'),
(195, 'nl', 'Buckinghamshire'),
(195, 'no', 'Buckinghamshire'),
(195, 'pt', 'Buckinghamshire'),
(195, 'ro', 'Buckinghamshire'),
(195, 'ru', 'Buckinghamshire'),
(196, 'da', 'Caerphilly'),
(196, 'de', 'Caerphilly'),
(196, 'el', 'Caerphilly'),
(196, 'en', 'Caerphilly'),
(196, 'es', 'Caerphilly'),
(196, 'fr', 'Caerphilly'),
(196, 'it', 'Caerphilly'),
(196, 'nl', 'Caerphilly'),
(196, 'no', 'Caerphilly'),
(196, 'pt', 'Caerphilly'),
(196, 'ro', 'Caerphilly'),
(196, 'ru', 'Caerphilly'),
(197, 'da', 'Cambridgeshire'),
(197, 'de', 'Cambridgeshire'),
(197, 'el', 'Cambridgeshire'),
(197, 'en', 'Cambridgeshire'),
(197, 'es', 'Cambridgeshire'),
(197, 'fr', 'Cambridgeshire'),
(197, 'it', 'Cambridgeshire'),
(197, 'nl', 'Cambridgeshire'),
(197, 'no', 'Cambridgeshire'),
(197, 'pt', 'Cambridgeshire'),
(197, 'ro', 'Cambridgeshire'),
(197, 'ru', 'Cambridgeshire'),
(198, 'da', 'Cardiff'),
(198, 'de', 'Cardiff'),
(198, 'el', 'Cardiff'),
(198, 'en', 'Cardiff'),
(198, 'es', 'Cardiff'),
(198, 'fr', 'Cardiff'),
(198, 'it', 'Cardiff'),
(198, 'nl', 'Cardiff'),
(198, 'no', 'Cardiff'),
(198, 'pt', 'Cardiff'),
(198, 'ro', 'Cardiff'),
(198, 'ru', 'Cardiff'),
(199, 'da', 'Carmarthenshire'),
(199, 'de', 'Carmarthenshire'),
(199, 'el', 'Carmarthenshire'),
(199, 'en', 'Carmarthenshire'),
(199, 'es', 'Carmarthenshire'),
(199, 'fr', 'Carmarthenshire'),
(199, 'it', 'Carmarthenshire'),
(199, 'nl', 'Carmarthenshire'),
(199, 'no', 'Carmarthenshire'),
(199, 'pt', 'Carmarthenshire'),
(199, 'ro', 'Carmarthenshire'),
(199, 'ru', 'Carmarthenshire'),
(200, 'da', 'Ceredigion'),
(200, 'de', 'Ceredigion'),
(200, 'el', 'Ceredigion'),
(200, 'en', 'Ceredigion'),
(200, 'es', 'Ceredigion'),
(200, 'fr', 'Ceredigion'),
(200, 'it', 'Ceredigion'),
(200, 'nl', 'Ceredigion'),
(200, 'no', 'Ceredigion'),
(200, 'pt', 'Ceredigion'),
(200, 'ro', 'Ceredigion'),
(200, 'ru', 'Ceredigion'),
(201, 'da', 'Cheshire'),
(201, 'de', 'Cheshire'),
(201, 'el', 'Cheshire'),
(201, 'en', 'Cheshire'),
(201, 'es', 'Cheshire'),
(201, 'fr', 'Cheshire'),
(201, 'it', 'Cheshire'),
(201, 'nl', 'Cheshire'),
(201, 'no', 'Cheshire'),
(201, 'pt', 'Cheshire'),
(201, 'ro', 'Cheshire'),
(201, 'ru', 'Cheshire'),
(202, 'da', 'Clackmannanshire'),
(202, 'de', 'Clackmannanshire'),
(202, 'el', 'Clackmannanshire'),
(202, 'en', 'Clackmannanshire'),
(202, 'es', 'Clackmannanshire'),
(202, 'fr', 'Clackmannanshire'),
(202, 'it', 'Clackmannanshire'),
(202, 'nl', 'Clackmannanshire'),
(202, 'no', 'Clackmannanshire'),
(202, 'pt', 'Clackmannanshire'),
(202, 'ro', 'Clackmannanshire'),
(202, 'ru', 'Clackmannanshire'),
(203, 'da', 'Conwy'),
(203, 'de', 'Conwy'),
(203, 'el', 'Conwy'),
(203, 'en', 'Conwy'),
(203, 'es', 'Conwy'),
(203, 'fr', 'Conwy'),
(203, 'it', 'Conwy'),
(203, 'nl', 'Conwy'),
(203, 'no', 'Conwy'),
(203, 'pt', 'Conwy'),
(203, 'ro', 'Conwy'),
(203, 'ru', 'Conwy'),
(204, 'da', 'Cornwall'),
(204, 'de', 'Cornwall'),
(204, 'el', 'Cornwall'),
(204, 'en', 'Cornwall'),
(204, 'es', 'Cornwall'),
(204, 'fr', 'Cornwall'),
(204, 'it', 'Cornwall'),
(204, 'nl', 'Cornwall'),
(204, 'no', 'Cornwall'),
(204, 'pt', 'Cornwall'),
(204, 'ro', 'Cornwall'),
(204, 'ru', 'Cornwall'),
(205, 'da', 'Denbighshire'),
(205, 'de', 'Denbighshire'),
(205, 'el', 'Denbighshire'),
(205, 'en', 'Denbighshire'),
(205, 'es', 'Denbighshire'),
(205, 'fr', 'Denbighshire'),
(205, 'it', 'Denbighshire'),
(205, 'nl', 'Denbighshire'),
(205, 'no', 'Denbighshire'),
(205, 'pt', 'Denbighshire'),
(205, 'ro', 'Denbighshire'),
(205, 'ru', 'Denbighshire'),
(206, 'da', 'Derbyshire'),
(206, 'de', 'Derbyshire'),
(206, 'el', 'Derbyshire'),
(206, 'en', 'Derbyshire'),
(206, 'es', 'Derbyshire'),
(206, 'fr', 'Derbyshire'),
(206, 'it', 'Derbyshire'),
(206, 'nl', 'Derbyshire'),
(206, 'no', 'Derbyshire'),
(206, 'pt', 'Derbyshire'),
(206, 'ro', 'Derbyshire'),
(206, 'ru', 'Derbyshire'),
(207, 'da', 'Devon'),
(207, 'de', 'Devon'),
(207, 'el', 'Devon'),
(207, 'en', 'Devon'),
(207, 'es', 'Devon'),
(207, 'fr', 'Devon'),
(207, 'it', 'Devon'),
(207, 'nl', 'Devon'),
(207, 'no', 'Devon'),
(207, 'pt', 'Devon'),
(207, 'ro', 'Devon'),
(207, 'ru', 'Devon'),
(208, 'da', 'Dorset'),
(208, 'de', 'Dorset'),
(208, 'el', 'Dorset'),
(208, 'en', 'Dorset'),
(208, 'es', 'Dorset'),
(208, 'fr', 'Dorset'),
(208, 'it', 'Dorset'),
(208, 'nl', 'Dorset'),
(208, 'no', 'Dorset'),
(208, 'pt', 'Dorset'),
(208, 'ro', 'Dorset'),
(208, 'ru', 'Dorset'),
(209, 'da', 'Dumfries and Galloway'),
(209, 'de', 'Dumfries and Galloway'),
(209, 'el', 'Dumfries and Galloway'),
(209, 'en', 'Dumfries and Galloway'),
(209, 'es', 'Dumfries and Galloway'),
(209, 'fr', 'Dumfries and Galloway'),
(209, 'it', 'Dumfries and Galloway'),
(209, 'nl', 'Dumfries and Galloway'),
(209, 'no', 'Dumfries and Galloway'),
(209, 'pt', 'Dumfries and Galloway'),
(209, 'ro', 'Dumfries and Galloway'),
(209, 'ru', 'Dumfries and Galloway'),
(210, 'da', 'Dundee'),
(210, 'de', 'Dundee'),
(210, 'el', 'Dundee'),
(210, 'en', 'Dundee'),
(210, 'es', 'Dundee'),
(210, 'fr', 'Dundee'),
(210, 'it', 'Dundee'),
(210, 'nl', 'Dundee'),
(210, 'no', 'Dundee'),
(210, 'pt', 'Dundee'),
(210, 'ro', 'Dundee'),
(210, 'ru', 'Dundee'),
(211, 'da', 'Durham'),
(211, 'de', 'Durham'),
(211, 'el', 'Durham'),
(211, 'en', 'Durham'),
(211, 'es', 'Durham'),
(211, 'fr', 'Durham'),
(211, 'it', 'Durham'),
(211, 'nl', 'Durham'),
(211, 'no', 'Durham'),
(211, 'pt', 'Durham'),
(211, 'ro', 'Durham'),
(211, 'ru', 'Durham'),
(212, 'da', 'East Ayrshire'),
(212, 'de', 'East Ayrshire'),
(212, 'el', 'East Ayrshire'),
(212, 'en', 'East Ayrshire'),
(212, 'es', 'East Ayrshire'),
(212, 'fr', 'East Ayrshire'),
(212, 'it', 'East Ayrshire'),
(212, 'nl', 'East Ayrshire'),
(212, 'no', 'East Ayrshire'),
(212, 'pt', 'East Ayrshire'),
(212, 'ro', 'East Ayrshire'),
(212, 'ru', 'East Ayrshire'),
(213, 'da', 'East Dunbartonshire'),
(213, 'de', 'East Dunbartonshire'),
(213, 'el', 'East Dunbartonshire'),
(213, 'en', 'East Dunbartonshire'),
(213, 'es', 'East Dunbartonshire'),
(213, 'fr', 'East Dunbartonshire'),
(213, 'it', 'East Dunbartonshire'),
(213, 'nl', 'East Dunbartonshire'),
(213, 'no', 'East Dunbartonshire'),
(213, 'pt', 'East Dunbartonshire'),
(213, 'ro', 'East Dunbartonshire'),
(213, 'ru', 'East Dunbartonshire'),
(214, 'da', 'East Lothian'),
(214, 'de', 'East Lothian'),
(214, 'el', 'East Lothian'),
(214, 'en', 'East Lothian'),
(214, 'es', 'East Lothian'),
(214, 'fr', 'East Lothian'),
(214, 'it', 'East Lothian'),
(214, 'nl', 'East Lothian'),
(214, 'no', 'East Lothian'),
(214, 'pt', 'East Lothian'),
(214, 'ro', 'East Lothian'),
(214, 'ru', 'East Lothian'),
(215, 'da', 'East Renfrewshire'),
(215, 'de', 'East Renfrewshire'),
(215, 'el', 'East Renfrewshire'),
(215, 'en', 'East Renfrewshire'),
(215, 'es', 'East Renfrewshire'),
(215, 'fr', 'East Renfrewshire'),
(215, 'it', 'East Renfrewshire'),
(215, 'nl', 'East Renfrewshire'),
(215, 'no', 'East Renfrewshire'),
(215, 'pt', 'East Renfrewshire'),
(215, 'ro', 'East Renfrewshire'),
(215, 'ru', 'East Renfrewshire'),
(216, 'da', 'East Riding of Yorkshire'),
(216, 'de', 'East Riding of Yorkshire'),
(216, 'el', 'East Riding of Yorkshire'),
(216, 'en', 'East Riding of Yorkshire'),
(216, 'es', 'East Riding of Yorkshire'),
(216, 'fr', 'East Riding of Yorkshire'),
(216, 'it', 'East Riding of Yorkshire'),
(216, 'nl', 'East Riding of Yorkshire'),
(216, 'no', 'East Riding of Yorkshire'),
(216, 'pt', 'East Riding of Yorkshire'),
(216, 'ro', 'East Riding of Yorkshire'),
(216, 'ru', 'East Riding of Yorkshire'),
(217, 'da', 'East Sussex'),
(217, 'de', 'East Sussex'),
(217, 'el', 'East Sussex'),
(217, 'en', 'East Sussex'),
(217, 'es', 'East Sussex'),
(217, 'fr', 'East Sussex'),
(217, 'it', 'East Sussex'),
(217, 'nl', 'East Sussex'),
(217, 'no', 'East Sussex'),
(217, 'pt', 'East Sussex'),
(217, 'ro', 'East Sussex'),
(217, 'ru', 'East Sussex'),
(218, 'da', 'Edinburgh'),
(218, 'de', 'Edinburgh'),
(218, 'el', 'Edinburgh'),
(218, 'en', 'Edinburgh'),
(218, 'es', 'Edinburgh'),
(218, 'fr', 'Edinburgh'),
(218, 'it', 'Edinburgh'),
(218, 'nl', 'Edinburgh'),
(218, 'no', 'Edinburgh'),
(218, 'pt', 'Edinburgh'),
(218, 'ro', 'Edinburgh'),
(218, 'ru', 'Edinburgh'),
(219, 'da', 'Essex'),
(219, 'de', 'Essex'),
(219, 'el', 'Essex'),
(219, 'en', 'Essex'),
(219, 'es', 'Essex'),
(219, 'fr', 'Essex'),
(219, 'it', 'Essex'),
(219, 'nl', 'Essex'),
(219, 'no', 'Essex'),
(219, 'pt', 'Essex'),
(219, 'ro', 'Essex'),
(219, 'ru', 'Essex'),
(220, 'da', 'Falkirk'),
(220, 'de', 'Falkirk'),
(220, 'el', 'Falkirk'),
(220, 'en', 'Falkirk'),
(220, 'es', 'Falkirk'),
(220, 'fr', 'Falkirk'),
(220, 'it', 'Falkirk'),
(220, 'nl', 'Falkirk'),
(220, 'no', 'Falkirk'),
(220, 'pt', 'Falkirk'),
(220, 'ro', 'Falkirk'),
(220, 'ru', 'Falkirk'),
(221, 'da', 'Fife'),
(221, 'de', 'Fife'),
(221, 'el', 'Fife'),
(221, 'en', 'Fife'),
(221, 'es', 'Fife'),
(221, 'fr', 'Fife'),
(221, 'it', 'Fife'),
(221, 'nl', 'Fife'),
(221, 'no', 'Fife'),
(221, 'pt', 'Fife'),
(221, 'ro', 'Fife'),
(221, 'ru', 'Fife'),
(222, 'da', 'Flintshire'),
(222, 'de', 'Flintshire'),
(222, 'el', 'Flintshire'),
(222, 'en', 'Flintshire'),
(222, 'es', 'Flintshire'),
(222, 'fr', 'Flintshire'),
(222, 'it', 'Flintshire'),
(222, 'nl', 'Flintshire'),
(222, 'no', 'Flintshire'),
(222, 'pt', 'Flintshire'),
(222, 'ro', 'Flintshire'),
(222, 'ru', 'Flintshire'),
(223, 'da', 'Glasgow'),
(223, 'de', 'Glasgow'),
(223, 'el', 'Glasgow'),
(223, 'en', 'Glasgow'),
(223, 'es', 'Glasgow'),
(223, 'fr', 'Glasgow'),
(223, 'it', 'Glasgow'),
(223, 'nl', 'Glasgow'),
(223, 'no', 'Glasgow'),
(223, 'pt', 'Glasgow'),
(223, 'ro', 'Glasgow'),
(223, 'ru', 'Glasgow'),
(224, 'da', 'Gloucestershire'),
(224, 'de', 'Gloucestershire'),
(224, 'el', 'Gloucestershire'),
(224, 'en', 'Gloucestershire'),
(224, 'es', 'Gloucestershire'),
(224, 'fr', 'Gloucestershire'),
(224, 'it', 'Gloucestershire'),
(224, 'nl', 'Gloucestershire'),
(224, 'no', 'Gloucestershire'),
(224, 'pt', 'Gloucestershire'),
(224, 'ro', 'Gloucestershire'),
(224, 'ru', 'Gloucestershire'),
(225, 'da', 'Greater London'),
(225, 'de', 'Greater London'),
(225, 'el', 'Greater London'),
(225, 'en', 'Greater London'),
(225, 'es', 'Greater London'),
(225, 'fr', 'Greater London'),
(225, 'it', 'Greater London'),
(225, 'nl', 'Greater London'),
(225, 'no', 'Greater London'),
(225, 'pt', 'Greater London'),
(225, 'ro', 'Greater London'),
(225, 'ru', 'Greater London'),
(226, 'da', 'Greater Manchester'),
(226, 'de', 'Greater Manchester'),
(226, 'el', 'Greater Manchester'),
(226, 'en', 'Greater Manchester'),
(226, 'es', 'Greater Manchester'),
(226, 'fr', 'Greater Manchester'),
(226, 'it', 'Greater Manchester'),
(226, 'nl', 'Greater Manchester'),
(226, 'no', 'Greater Manchester'),
(226, 'pt', 'Greater Manchester'),
(226, 'ro', 'Greater Manchester'),
(226, 'ru', 'Greater Manchester'),
(227, 'da', 'Gwynedd'),
(227, 'de', 'Gwynedd'),
(227, 'el', 'Gwynedd'),
(227, 'en', 'Gwynedd'),
(227, 'es', 'Gwynedd'),
(227, 'fr', 'Gwynedd'),
(227, 'it', 'Gwynedd'),
(227, 'nl', 'Gwynedd'),
(227, 'no', 'Gwynedd'),
(227, 'pt', 'Gwynedd'),
(227, 'ro', 'Gwynedd'),
(227, 'ru', 'Gwynedd'),
(228, 'da', 'Hampshire'),
(228, 'de', 'Hampshire'),
(228, 'el', 'Hampshire'),
(228, 'en', 'Hampshire'),
(228, 'es', 'Hampshire'),
(228, 'fr', 'Hampshire'),
(228, 'it', 'Hampshire'),
(228, 'nl', 'Hampshire'),
(228, 'no', 'Hampshire'),
(228, 'pt', 'Hampshire'),
(228, 'ro', 'Hampshire'),
(228, 'ru', 'Hampshire'),
(229, 'da', 'Herefordshire'),
(229, 'de', 'Herefordshire'),
(229, 'el', 'Herefordshire'),
(229, 'en', 'Herefordshire'),
(229, 'es', 'Herefordshire'),
(229, 'fr', 'Herefordshire'),
(229, 'it', 'Herefordshire'),
(229, 'nl', 'Herefordshire'),
(229, 'no', 'Herefordshire'),
(229, 'pt', 'Herefordshire'),
(229, 'ro', 'Herefordshire'),
(229, 'ru', 'Herefordshire'),
(230, 'da', 'Hertfordshire'),
(230, 'de', 'Hertfordshire'),
(230, 'el', 'Hertfordshire'),
(230, 'en', 'Hertfordshire'),
(230, 'es', 'Hertfordshire'),
(230, 'fr', 'Hertfordshire'),
(230, 'it', 'Hertfordshire'),
(230, 'nl', 'Hertfordshire'),
(230, 'no', 'Hertfordshire'),
(230, 'pt', 'Hertfordshire'),
(230, 'ro', 'Hertfordshire'),
(230, 'ru', 'Hertfordshire'),
(231, 'da', 'Highlands'),
(231, 'de', 'Highlands'),
(231, 'el', 'Highlands'),
(231, 'en', 'Highlands'),
(231, 'es', 'Highlands'),
(231, 'fr', 'Highlands'),
(231, 'it', 'Highlands'),
(231, 'nl', 'Highlands'),
(231, 'no', 'Highlands'),
(231, 'pt', 'Highlands'),
(231, 'ro', 'Highlands'),
(231, 'ru', 'Highlands'),
(232, 'da', 'Inverclyde'),
(232, 'de', 'Inverclyde'),
(232, 'el', 'Inverclyde'),
(232, 'en', 'Inverclyde'),
(232, 'es', 'Inverclyde'),
(232, 'fr', 'Inverclyde'),
(232, 'it', 'Inverclyde'),
(232, 'nl', 'Inverclyde'),
(232, 'no', 'Inverclyde'),
(232, 'pt', 'Inverclyde'),
(232, 'ro', 'Inverclyde'),
(232, 'ru', 'Inverclyde'),
(233, 'da', 'Isle of Wight'),
(233, 'de', 'Isle of Wight'),
(233, 'el', 'Isle of Wight'),
(233, 'en', 'Isle of Wight'),
(233, 'es', 'Isle of Wight'),
(233, 'fr', 'Isle of Wight'),
(233, 'it', 'Isle of Wight'),
(233, 'nl', 'Isle of Wight'),
(233, 'no', 'Isle of Wight'),
(233, 'pt', 'Isle of Wight'),
(233, 'ro', 'Isle of Wight'),
(233, 'ru', 'Isle of Wight'),
(234, 'da', 'Kent'),
(234, 'de', 'Kent'),
(234, 'el', 'Kent'),
(234, 'en', 'Kent'),
(234, 'es', 'Kent'),
(234, 'fr', 'Kent'),
(234, 'it', 'Kent'),
(234, 'nl', 'Kent'),
(234, 'no', 'Kent'),
(234, 'pt', 'Kent'),
(234, 'ro', 'Kent'),
(234, 'ru', 'Kent'),
(235, 'da', 'Lancashire'),
(235, 'de', 'Lancashire'),
(235, 'el', 'Lancashire'),
(235, 'en', 'Lancashire'),
(235, 'es', 'Lancashire'),
(235, 'fr', 'Lancashire'),
(235, 'it', 'Lancashire'),
(235, 'nl', 'Lancashire'),
(235, 'no', 'Lancashire'),
(235, 'pt', 'Lancashire'),
(235, 'ro', 'Lancashire'),
(235, 'ru', 'Lancashire'),
(236, 'da', 'Leicestershire'),
(236, 'de', 'Leicestershire'),
(236, 'el', 'Leicestershire'),
(236, 'en', 'Leicestershire'),
(236, 'es', 'Leicestershire'),
(236, 'fr', 'Leicestershire'),
(236, 'it', 'Leicestershire'),
(236, 'nl', 'Leicestershire'),
(236, 'no', 'Leicestershire'),
(236, 'pt', 'Leicestershire'),
(236, 'ro', 'Leicestershire'),
(236, 'ru', 'Leicestershire'),
(237, 'da', 'Lincolnshire'),
(237, 'de', 'Lincolnshire'),
(237, 'el', 'Lincolnshire'),
(237, 'en', 'Lincolnshire'),
(237, 'es', 'Lincolnshire'),
(237, 'fr', 'Lincolnshire'),
(237, 'it', 'Lincolnshire'),
(237, 'nl', 'Lincolnshire'),
(237, 'no', 'Lincolnshire'),
(237, 'pt', 'Lincolnshire'),
(237, 'ro', 'Lincolnshire'),
(237, 'ru', 'Lincolnshire'),
(238, 'da', 'Merseyside'),
(238, 'de', 'Merseyside'),
(238, 'el', 'Merseyside'),
(238, 'en', 'Merseyside'),
(238, 'es', 'Merseyside'),
(238, 'fr', 'Merseyside'),
(238, 'it', 'Merseyside'),
(238, 'nl', 'Merseyside'),
(238, 'no', 'Merseyside'),
(238, 'pt', 'Merseyside'),
(238, 'ro', 'Merseyside'),
(238, 'ru', 'Merseyside'),
(239, 'da', 'Merthyr Tydfil'),
(239, 'de', 'Merthyr Tydfil'),
(239, 'el', 'Merthyr Tydfil'),
(239, 'en', 'Merthyr Tydfil'),
(239, 'es', 'Merthyr Tydfil'),
(239, 'fr', 'Merthyr Tydfil'),
(239, 'it', 'Merthyr Tydfil'),
(239, 'nl', 'Merthyr Tydfil'),
(239, 'no', 'Merthyr Tydfil'),
(239, 'pt', 'Merthyr Tydfil'),
(239, 'ro', 'Merthyr Tydfil'),
(239, 'ru', 'Merthyr Tydfil'),
(240, 'da', 'Midlothian'),
(240, 'de', 'Midlothian'),
(240, 'el', 'Midlothian'),
(240, 'en', 'Midlothian'),
(240, 'es', 'Midlothian'),
(240, 'fr', 'Midlothian'),
(240, 'it', 'Midlothian'),
(240, 'nl', 'Midlothian'),
(240, 'no', 'Midlothian'),
(240, 'pt', 'Midlothian'),
(240, 'ro', 'Midlothian'),
(240, 'ru', 'Midlothian'),
(241, 'da', 'Monmouthshire'),
(241, 'de', 'Monmouthshire'),
(241, 'el', 'Monmouthshire'),
(241, 'en', 'Monmouthshire'),
(241, 'es', 'Monmouthshire'),
(241, 'fr', 'Monmouthshire'),
(241, 'it', 'Monmouthshire'),
(241, 'nl', 'Monmouthshire'),
(241, 'no', 'Monmouthshire'),
(241, 'pt', 'Monmouthshire'),
(241, 'ro', 'Monmouthshire'),
(241, 'ru', 'Monmouthshire'),
(242, 'da', 'Moray'),
(242, 'de', 'Moray'),
(242, 'el', 'Moray'),
(242, 'en', 'Moray'),
(242, 'es', 'Moray'),
(242, 'fr', 'Moray'),
(242, 'it', 'Moray'),
(242, 'nl', 'Moray'),
(242, 'no', 'Moray'),
(242, 'pt', 'Moray'),
(242, 'ro', 'Moray'),
(242, 'ru', 'Moray'),
(243, 'da', 'Neath Port Talbot'),
(243, 'de', 'Neath Port Talbot'),
(243, 'el', 'Neath Port Talbot'),
(243, 'en', 'Neath Port Talbot'),
(243, 'es', 'Neath Port Talbot'),
(243, 'fr', 'Neath Port Talbot'),
(243, 'it', 'Neath Port Talbot'),
(243, 'nl', 'Neath Port Talbot'),
(243, 'no', 'Neath Port Talbot'),
(243, 'pt', 'Neath Port Talbot'),
(243, 'ro', 'Neath Port Talbot'),
(243, 'ru', 'Neath Port Talbot'),
(244, 'da', 'Newport'),
(244, 'de', 'Newport'),
(244, 'el', 'Newport'),
(244, 'en', 'Newport'),
(244, 'es', 'Newport'),
(244, 'fr', 'Newport'),
(244, 'it', 'Newport'),
(244, 'nl', 'Newport'),
(244, 'no', 'Newport'),
(244, 'pt', 'Newport'),
(244, 'ro', 'Newport'),
(244, 'ru', 'Newport'),
(245, 'da', 'Norfolk'),
(245, 'de', 'Norfolk'),
(245, 'el', 'Norfolk'),
(245, 'en', 'Norfolk'),
(245, 'es', 'Norfolk'),
(245, 'fr', 'Norfolk'),
(245, 'it', 'Norfolk'),
(245, 'nl', 'Norfolk'),
(245, 'no', 'Norfolk'),
(245, 'pt', 'Norfolk'),
(245, 'ro', 'Norfolk'),
(245, 'ru', 'Norfolk'),
(246, 'da', 'North Ayrshire'),
(246, 'de', 'North Ayrshire'),
(246, 'el', 'North Ayrshire'),
(246, 'en', 'North Ayrshire'),
(246, 'es', 'North Ayrshire'),
(246, 'fr', 'North Ayrshire'),
(246, 'it', 'North Ayrshire'),
(246, 'nl', 'North Ayrshire'),
(246, 'no', 'North Ayrshire'),
(246, 'pt', 'North Ayrshire'),
(246, 'ro', 'North Ayrshire'),
(246, 'ru', 'North Ayrshire'),
(247, 'da', 'North Lanarkshire'),
(247, 'de', 'North Lanarkshire'),
(247, 'el', 'North Lanarkshire'),
(247, 'en', 'North Lanarkshire'),
(247, 'es', 'North Lanarkshire'),
(247, 'fr', 'North Lanarkshire'),
(247, 'it', 'North Lanarkshire'),
(247, 'nl', 'North Lanarkshire'),
(247, 'no', 'North Lanarkshire'),
(247, 'pt', 'North Lanarkshire'),
(247, 'ro', 'North Lanarkshire'),
(247, 'ru', 'North Lanarkshire'),
(248, 'da', 'North Yorkshire'),
(248, 'de', 'North Yorkshire'),
(248, 'el', 'North Yorkshire'),
(248, 'en', 'North Yorkshire'),
(248, 'es', 'North Yorkshire'),
(248, 'fr', 'North Yorkshire'),
(248, 'it', 'North Yorkshire'),
(248, 'nl', 'North Yorkshire'),
(248, 'no', 'North Yorkshire'),
(248, 'pt', 'North Yorkshire'),
(248, 'ro', 'North Yorkshire'),
(248, 'ru', 'North Yorkshire'),
(249, 'da', 'Northamptonshire'),
(249, 'de', 'Northamptonshire'),
(249, 'el', 'Northamptonshire'),
(249, 'en', 'Northamptonshire'),
(249, 'es', 'Northamptonshire'),
(249, 'fr', 'Northamptonshire'),
(249, 'it', 'Northamptonshire'),
(249, 'nl', 'Northamptonshire'),
(249, 'no', 'Northamptonshire'),
(249, 'pt', 'Northamptonshire'),
(249, 'ro', 'Northamptonshire'),
(249, 'ru', 'Northamptonshire'),
(250, 'da', 'Northumberland'),
(250, 'de', 'Northumberland'),
(250, 'el', 'Northumberland'),
(250, 'en', 'Northumberland'),
(250, 'es', 'Northumberland'),
(250, 'fr', 'Northumberland'),
(250, 'it', 'Northumberland'),
(250, 'nl', 'Northumberland'),
(250, 'no', 'Northumberland'),
(250, 'pt', 'Northumberland'),
(250, 'ro', 'Northumberland'),
(250, 'ru', 'Northumberland'),
(251, 'da', 'Nottinghamshire'),
(251, 'de', 'Nottinghamshire'),
(251, 'el', 'Nottinghamshire'),
(251, 'en', 'Nottinghamshire'),
(251, 'es', 'Nottinghamshire'),
(251, 'fr', 'Nottinghamshire'),
(251, 'it', 'Nottinghamshire'),
(251, 'nl', 'Nottinghamshire'),
(251, 'no', 'Nottinghamshire'),
(251, 'pt', 'Nottinghamshire'),
(251, 'ro', 'Nottinghamshire'),
(251, 'ru', 'Nottinghamshire'),
(252, 'da', 'Orkney Islands'),
(252, 'de', 'Orkney Islands'),
(252, 'el', 'Orkney Islands'),
(252, 'en', 'Orkney Islands'),
(252, 'es', 'Orkney Islands'),
(252, 'fr', 'Orkney Islands'),
(252, 'it', 'Orkney Islands'),
(252, 'nl', 'Orkney Islands'),
(252, 'no', 'Orkney Islands'),
(252, 'pt', 'Orkney Islands'),
(252, 'ro', 'Orkney Islands'),
(252, 'ru', 'Orkney Islands'),
(253, 'da', 'Oxfordshire'),
(253, 'de', 'Oxfordshire'),
(253, 'el', 'Oxfordshire'),
(253, 'en', 'Oxfordshire'),
(253, 'es', 'Oxfordshire'),
(253, 'fr', 'Oxfordshire'),
(253, 'it', 'Oxfordshire'),
(253, 'nl', 'Oxfordshire'),
(253, 'no', 'Oxfordshire'),
(253, 'pt', 'Oxfordshire'),
(253, 'ro', 'Oxfordshire'),
(253, 'ru', 'Oxfordshire'),
(254, 'da', 'Pembrokeshire'),
(254, 'de', 'Pembrokeshire'),
(254, 'el', 'Pembrokeshire'),
(254, 'en', 'Pembrokeshire'),
(254, 'es', 'Pembrokeshire'),
(254, 'fr', 'Pembrokeshire'),
(254, 'it', 'Pembrokeshire'),
(254, 'nl', 'Pembrokeshire'),
(254, 'no', 'Pembrokeshire'),
(254, 'pt', 'Pembrokeshire'),
(254, 'ro', 'Pembrokeshire'),
(254, 'ru', 'Pembrokeshire'),
(255, 'da', 'Perth and Kinross'),
(255, 'de', 'Perth and Kinross'),
(255, 'el', 'Perth and Kinross'),
(255, 'en', 'Perth and Kinross'),
(255, 'es', 'Perth and Kinross'),
(255, 'fr', 'Perth and Kinross'),
(255, 'it', 'Perth and Kinross'),
(255, 'nl', 'Perth and Kinross'),
(255, 'no', 'Perth and Kinross'),
(255, 'pt', 'Perth and Kinross'),
(255, 'ro', 'Perth and Kinross'),
(255, 'ru', 'Perth and Kinross'),
(256, 'da', 'Powys'),
(256, 'de', 'Powys'),
(256, 'el', 'Powys'),
(256, 'en', 'Powys'),
(256, 'es', 'Powys'),
(256, 'fr', 'Powys'),
(256, 'it', 'Powys'),
(256, 'nl', 'Powys'),
(256, 'no', 'Powys'),
(256, 'pt', 'Powys'),
(256, 'ro', 'Powys'),
(256, 'ru', 'Powys'),
(257, 'da', 'Renfrewshire'),
(257, 'de', 'Renfrewshire'),
(257, 'el', 'Renfrewshire'),
(257, 'en', 'Renfrewshire'),
(257, 'es', 'Renfrewshire'),
(257, 'fr', 'Renfrewshire'),
(257, 'it', 'Renfrewshire'),
(257, 'nl', 'Renfrewshire'),
(257, 'no', 'Renfrewshire'),
(257, 'pt', 'Renfrewshire'),
(257, 'ro', 'Renfrewshire'),
(257, 'ru', 'Renfrewshire'),
(258, 'da', 'Rhondda Cynon Taff'),
(258, 'de', 'Rhondda Cynon Taff'),
(258, 'el', 'Rhondda Cynon Taff'),
(258, 'en', 'Rhondda Cynon Taff'),
(258, 'es', 'Rhondda Cynon Taff'),
(258, 'fr', 'Rhondda Cynon Taff'),
(258, 'it', 'Rhondda Cynon Taff'),
(258, 'nl', 'Rhondda Cynon Taff'),
(258, 'no', 'Rhondda Cynon Taff'),
(258, 'pt', 'Rhondda Cynon Taff'),
(258, 'ro', 'Rhondda Cynon Taff'),
(258, 'ru', 'Rhondda Cynon Taff'),
(259, 'da', 'Rutland'),
(259, 'de', 'Rutland'),
(259, 'el', 'Rutland'),
(259, 'en', 'Rutland'),
(259, 'es', 'Rutland'),
(259, 'fr', 'Rutland'),
(259, 'it', 'Rutland'),
(259, 'nl', 'Rutland'),
(259, 'no', 'Rutland'),
(259, 'pt', 'Rutland'),
(259, 'ro', 'Rutland'),
(259, 'ru', 'Rutland'),
(260, 'da', 'Scottish Borders'),
(260, 'de', 'Scottish Borders'),
(260, 'el', 'Scottish Borders'),
(260, 'en', 'Scottish Borders'),
(260, 'es', 'Scottish Borders'),
(260, 'fr', 'Scottish Borders'),
(260, 'it', 'Scottish Borders'),
(260, 'nl', 'Scottish Borders'),
(260, 'no', 'Scottish Borders'),
(260, 'pt', 'Scottish Borders'),
(260, 'ro', 'Scottish Borders'),
(260, 'ru', 'Scottish Borders'),
(261, 'da', 'Shetland Islands'),
(261, 'de', 'Shetland Islands'),
(261, 'el', 'Shetland Islands'),
(261, 'en', 'Shetland Islands'),
(261, 'es', 'Shetland Islands'),
(261, 'fr', 'Shetland Islands'),
(261, 'it', 'Shetland Islands'),
(261, 'nl', 'Shetland Islands'),
(261, 'no', 'Shetland Islands'),
(261, 'pt', 'Shetland Islands'),
(261, 'ro', 'Shetland Islands'),
(261, 'ru', 'Shetland Islands'),
(262, 'da', 'Shropshire'),
(262, 'de', 'Shropshire'),
(262, 'el', 'Shropshire'),
(262, 'en', 'Shropshire'),
(262, 'es', 'Shropshire'),
(262, 'fr', 'Shropshire'),
(262, 'it', 'Shropshire'),
(262, 'nl', 'Shropshire'),
(262, 'no', 'Shropshire'),
(262, 'pt', 'Shropshire'),
(262, 'ro', 'Shropshire'),
(262, 'ru', 'Shropshire'),
(263, 'da', 'Somerset'),
(263, 'de', 'Somerset'),
(263, 'el', 'Somerset'),
(263, 'en', 'Somerset'),
(263, 'es', 'Somerset'),
(263, 'fr', 'Somerset'),
(263, 'it', 'Somerset'),
(263, 'nl', 'Somerset'),
(263, 'no', 'Somerset'),
(263, 'pt', 'Somerset'),
(263, 'ro', 'Somerset'),
(263, 'ru', 'Somerset'),
(264, 'da', 'South Ayrshire'),
(264, 'de', 'South Ayrshire'),
(264, 'el', 'South Ayrshire'),
(264, 'en', 'South Ayrshire'),
(264, 'es', 'South Ayrshire'),
(264, 'fr', 'South Ayrshire'),
(264, 'it', 'South Ayrshire'),
(264, 'nl', 'South Ayrshire'),
(264, 'no', 'South Ayrshire'),
(264, 'pt', 'South Ayrshire'),
(264, 'ro', 'South Ayrshire'),
(264, 'ru', 'South Ayrshire'),
(265, 'da', 'South Lanarkshire'),
(265, 'de', 'South Lanarkshire'),
(265, 'el', 'South Lanarkshire'),
(265, 'en', 'South Lanarkshire'),
(265, 'es', 'South Lanarkshire'),
(265, 'fr', 'South Lanarkshire'),
(265, 'it', 'South Lanarkshire'),
(265, 'nl', 'South Lanarkshire'),
(265, 'no', 'South Lanarkshire'),
(265, 'pt', 'South Lanarkshire'),
(265, 'ro', 'South Lanarkshire'),
(265, 'ru', 'South Lanarkshire'),
(266, 'da', 'Yorkshire'),
(266, 'de', 'Yorkshire'),
(266, 'el', 'Yorkshire'),
(266, 'en', 'Yorkshire'),
(266, 'es', 'Yorkshire'),
(266, 'fr', 'Yorkshire'),
(266, 'it', 'Yorkshire'),
(266, 'nl', 'Yorkshire'),
(266, 'no', 'Yorkshire'),
(266, 'pt', 'Yorkshire'),
(266, 'ro', 'Yorkshire'),
(266, 'ru', 'Yorkshire'),
(267, 'da', 'Staffordshire'),
(267, 'de', 'Staffordshire'),
(267, 'el', 'Staffordshire'),
(267, 'en', 'Staffordshire'),
(267, 'es', 'Staffordshire'),
(267, 'fr', 'Staffordshire'),
(267, 'it', 'Staffordshire'),
(267, 'nl', 'Staffordshire'),
(267, 'no', 'Staffordshire'),
(267, 'pt', 'Staffordshire'),
(267, 'ro', 'Staffordshire'),
(267, 'ru', 'Staffordshire'),
(268, 'da', 'Stirling'),
(268, 'de', 'Stirling'),
(268, 'el', 'Stirling'),
(268, 'en', 'Stirling'),
(268, 'es', 'Stirling'),
(268, 'fr', 'Stirling'),
(268, 'it', 'Stirling'),
(268, 'nl', 'Stirling'),
(268, 'no', 'Stirling'),
(268, 'pt', 'Stirling'),
(268, 'ro', 'Stirling'),
(268, 'ru', 'Stirling'),
(269, 'da', 'Suffolk'),
(269, 'de', 'Suffolk'),
(269, 'el', 'Suffolk'),
(269, 'en', 'Suffolk'),
(269, 'es', 'Suffolk'),
(269, 'fr', 'Suffolk'),
(269, 'it', 'Suffolk'),
(269, 'nl', 'Suffolk'),
(269, 'no', 'Suffolk'),
(269, 'pt', 'Suffolk'),
(269, 'ro', 'Suffolk'),
(269, 'ru', 'Suffolk'),
(270, 'da', 'Surrey'),
(270, 'de', 'Surrey'),
(270, 'el', 'Surrey'),
(270, 'en', 'Surrey'),
(270, 'es', 'Surrey'),
(270, 'fr', 'Surrey'),
(270, 'it', 'Surrey'),
(270, 'nl', 'Surrey'),
(270, 'no', 'Surrey'),
(270, 'pt', 'Surrey'),
(270, 'ro', 'Surrey'),
(270, 'ru', 'Surrey'),
(271, 'da', 'Swansea'),
(271, 'de', 'Swansea'),
(271, 'el', 'Swansea'),
(271, 'en', 'Swansea'),
(271, 'es', 'Swansea'),
(271, 'fr', 'Swansea'),
(271, 'it', 'Swansea'),
(271, 'nl', 'Swansea'),
(271, 'no', 'Swansea'),
(271, 'pt', 'Swansea'),
(271, 'ro', 'Swansea'),
(271, 'ru', 'Swansea'),
(272, 'da', 'Torfaen'),
(272, 'de', 'Torfaen'),
(272, 'el', 'Torfaen'),
(272, 'en', 'Torfaen'),
(272, 'es', 'Torfaen'),
(272, 'fr', 'Torfaen'),
(272, 'it', 'Torfaen'),
(272, 'nl', 'Torfaen'),
(272, 'no', 'Torfaen'),
(272, 'pt', 'Torfaen'),
(272, 'ro', 'Torfaen'),
(272, 'ru', 'Torfaen'),
(273, 'da', 'Tyne and Wear'),
(273, 'de', 'Tyne and Wear'),
(273, 'el', 'Tyne and Wear'),
(273, 'en', 'Tyne and Wear'),
(273, 'es', 'Tyne and Wear'),
(273, 'fr', 'Tyne and Wear'),
(273, 'it', 'Tyne and Wear'),
(273, 'nl', 'Tyne and Wear'),
(273, 'no', 'Tyne and Wear'),
(273, 'pt', 'Tyne and Wear'),
(273, 'ro', 'Tyne and Wear'),
(273, 'ru', 'Tyne and Wear'),
(274, 'da', 'Vale of Glamorgan'),
(274, 'de', 'Vale of Glamorgan'),
(274, 'el', 'Vale of Glamorgan'),
(274, 'en', 'Vale of Glamorgan'),
(274, 'es', 'Vale of Glamorgan'),
(274, 'fr', 'Vale of Glamorgan'),
(274, 'it', 'Vale of Glamorgan'),
(274, 'nl', 'Vale of Glamorgan'),
(274, 'no', 'Vale of Glamorgan'),
(274, 'pt', 'Vale of Glamorgan'),
(274, 'ro', 'Vale of Glamorgan'),
(274, 'ru', 'Vale of Glamorgan'),
(275, 'da', 'Warwickshire'),
(275, 'de', 'Warwickshire'),
(275, 'el', 'Warwickshire'),
(275, 'en', 'Warwickshire'),
(275, 'es', 'Warwickshire'),
(275, 'fr', 'Warwickshire'),
(275, 'it', 'Warwickshire'),
(275, 'nl', 'Warwickshire'),
(275, 'no', 'Warwickshire'),
(275, 'pt', 'Warwickshire'),
(275, 'ro', 'Warwickshire'),
(275, 'ru', 'Warwickshire'),
(276, 'da', 'West Dunbartonshire'),
(276, 'de', 'West Dunbartonshire'),
(276, 'el', 'West Dunbartonshire'),
(276, 'en', 'West Dunbartonshire'),
(276, 'es', 'West Dunbartonshire'),
(276, 'fr', 'West Dunbartonshire'),
(276, 'it', 'West Dunbartonshire'),
(276, 'nl', 'West Dunbartonshire'),
(276, 'no', 'West Dunbartonshire'),
(276, 'pt', 'West Dunbartonshire'),
(276, 'ro', 'West Dunbartonshire'),
(276, 'ru', 'West Dunbartonshire'),
(277, 'da', 'West Lothian'),
(277, 'de', 'West Lothian'),
(277, 'el', 'West Lothian'),
(277, 'en', 'West Lothian'),
(277, 'es', 'West Lothian'),
(277, 'fr', 'West Lothian'),
(277, 'it', 'West Lothian'),
(277, 'nl', 'West Lothian'),
(277, 'no', 'West Lothian'),
(277, 'pt', 'West Lothian'),
(277, 'ro', 'West Lothian'),
(277, 'ru', 'West Lothian'),
(278, 'da', 'West Midlands'),
(278, 'de', 'West Midlands'),
(278, 'el', 'West Midlands'),
(278, 'en', 'West Midlands'),
(278, 'es', 'West Midlands'),
(278, 'fr', 'West Midlands'),
(278, 'it', 'West Midlands'),
(278, 'nl', 'West Midlands'),
(278, 'no', 'West Midlands'),
(278, 'pt', 'West Midlands'),
(278, 'ro', 'West Midlands'),
(278, 'ru', 'West Midlands'),
(279, 'da', 'West Sussex'),
(279, 'de', 'West Sussex'),
(279, 'el', 'West Sussex'),
(279, 'en', 'West Sussex'),
(279, 'es', 'West Sussex'),
(279, 'fr', 'West Sussex'),
(279, 'it', 'West Sussex'),
(279, 'nl', 'West Sussex'),
(279, 'no', 'West Sussex'),
(279, 'pt', 'West Sussex'),
(279, 'ro', 'West Sussex'),
(279, 'ru', 'West Sussex'),
(280, 'da', 'West Yorkshire'),
(280, 'de', 'West Yorkshire'),
(280, 'el', 'West Yorkshire'),
(280, 'en', 'West Yorkshire'),
(280, 'es', 'West Yorkshire'),
(280, 'fr', 'West Yorkshire'),
(280, 'it', 'West Yorkshire'),
(280, 'nl', 'West Yorkshire'),
(280, 'no', 'West Yorkshire'),
(280, 'pt', 'West Yorkshire'),
(280, 'ro', 'West Yorkshire'),
(280, 'ru', 'West Yorkshire'),
(281, 'da', 'Western Isles'),
(281, 'de', 'Western Isles'),
(281, 'el', 'Western Isles'),
(281, 'en', 'Western Isles'),
(281, 'es', 'Western Isles'),
(281, 'fr', 'Western Isles'),
(281, 'it', 'Western Isles'),
(281, 'nl', 'Western Isles'),
(281, 'no', 'Western Isles'),
(281, 'pt', 'Western Isles'),
(281, 'ro', 'Western Isles'),
(281, 'ru', 'Western Isles'),
(282, 'da', 'Wiltshire'),
(282, 'de', 'Wiltshire'),
(282, 'el', 'Wiltshire'),
(282, 'en', 'Wiltshire'),
(282, 'es', 'Wiltshire'),
(282, 'fr', 'Wiltshire'),
(282, 'it', 'Wiltshire'),
(282, 'nl', 'Wiltshire'),
(282, 'no', 'Wiltshire'),
(282, 'pt', 'Wiltshire'),
(282, 'ro', 'Wiltshire'),
(282, 'ru', 'Wiltshire'),
(283, 'da', 'Worcestershire'),
(283, 'de', 'Worcestershire'),
(283, 'el', 'Worcestershire'),
(283, 'en', 'Worcestershire'),
(283, 'es', 'Worcestershire'),
(283, 'fr', 'Worcestershire'),
(283, 'it', 'Worcestershire'),
(283, 'nl', 'Worcestershire'),
(283, 'no', 'Worcestershire'),
(283, 'pt', 'Worcestershire'),
(283, 'ro', 'Worcestershire'),
(283, 'ru', 'Worcestershire'),
(284, 'da', 'Wrexham'),
(284, 'de', 'Wrexham'),
(284, 'el', 'Wrexham'),
(284, 'en', 'Wrexham'),
(284, 'es', 'Wrexham'),
(284, 'fr', 'Wrexham'),
(284, 'it', 'Wrexham'),
(284, 'nl', 'Wrexham'),
(284, 'no', 'Wrexham'),
(284, 'pt', 'Wrexham'),
(284, 'ro', 'Wrexham'),
(284, 'ru', 'Wrexham'),
(285, 'da', 'Grisons'),
(285, 'de', 'Grisons'),
(285, 'el', 'Grisons'),
(285, 'en', 'Grisons'),
(285, 'es', 'Grisons'),
(285, 'fr', 'Grisons'),
(285, 'it', 'Grisons'),
(285, 'nl', 'Grisons'),
(285, 'no', 'Grisons'),
(285, 'pt', 'Grisons'),
(285, 'ro', 'Grisons'),
(285, 'ru', 'Grisons'),
(286, 'da', 'Berne'),
(286, 'de', 'Berne'),
(286, 'el', 'Berne'),
(286, 'en', 'Berne'),
(286, 'es', 'Berne'),
(286, 'fr', 'Berne'),
(286, 'it', 'Berne'),
(286, 'nl', 'Berne'),
(286, 'no', 'Berne'),
(286, 'pt', 'Berne'),
(286, 'ro', 'Berne'),
(286, 'ru', 'Berne'),
(287, 'da', 'Valais'),
(287, 'de', 'Valais'),
(287, 'el', 'Valais'),
(287, 'en', 'Valais'),
(287, 'es', 'Valais'),
(287, 'fr', 'Valais'),
(287, 'it', 'Valais'),
(287, 'nl', 'Valais'),
(287, 'no', 'Valais'),
(287, 'pt', 'Valais'),
(287, 'ro', 'Valais'),
(287, 'ru', 'Valais'),
(288, 'da', 'Vaud'),
(288, 'de', 'Vaud'),
(288, 'el', 'Vaud'),
(288, 'en', 'Vaud'),
(288, 'es', 'Vaud'),
(288, 'fr', 'Vaud'),
(288, 'it', 'Vaud'),
(288, 'nl', 'Vaud'),
(288, 'no', 'Vaud'),
(288, 'pt', 'Vaud'),
(288, 'ro', 'Vaud'),
(288, 'ru', 'Vaud'),
(289, 'da', 'Tessin'),
(289, 'de', 'Tessin'),
(289, 'el', 'Tessin'),
(289, 'en', 'Tessin'),
(289, 'es', 'Tessin'),
(289, 'fr', 'Tessin'),
(289, 'it', 'Tessin'),
(289, 'nl', 'Tessin'),
(289, 'no', 'Tessin'),
(289, 'pt', 'Tessin'),
(289, 'ro', 'Tessin'),
(289, 'ru', 'Tessin'),
(290, 'da', 'Saint-Gall'),
(290, 'de', 'Saint-Gall'),
(290, 'el', 'Saint-Gall'),
(290, 'en', 'Saint-Gall'),
(290, 'es', 'Saint-Gall'),
(290, 'fr', 'Saint-Gall'),
(290, 'it', 'Saint-Gall'),
(290, 'nl', 'Saint-Gall'),
(290, 'no', 'Saint-Gall'),
(290, 'pt', 'Saint-Gall'),
(290, 'ro', 'Saint-Gall'),
(290, 'ru', 'Saint-Gall'),
(291, 'da', 'Zurich'),
(291, 'de', 'Zurich'),
(291, 'el', 'Zurich'),
(291, 'en', 'Zurich'),
(291, 'es', 'Zurich'),
(291, 'fr', 'Zurich'),
(291, 'it', 'Zurich'),
(291, 'nl', 'Zurich'),
(291, 'no', 'Zurich'),
(291, 'pt', 'Zurich'),
(291, 'ro', 'Zurich'),
(291, 'ru', 'Zurich'),
(292, 'da', 'Fribourg'),
(292, 'de', 'Fribourg'),
(292, 'el', 'Fribourg'),
(292, 'en', 'Fribourg'),
(292, 'es', 'Fribourg'),
(292, 'fr', 'Fribourg'),
(292, 'it', 'Fribourg'),
(292, 'nl', 'Fribourg'),
(292, 'no', 'Fribourg'),
(292, 'pt', 'Fribourg'),
(292, 'ro', 'Fribourg'),
(292, 'ru', 'Fribourg'),
(293, 'da', 'Lucerne'),
(293, 'de', 'Lucerne'),
(293, 'el', 'Lucerne'),
(293, 'en', 'Lucerne'),
(293, 'es', 'Lucerne'),
(293, 'fr', 'Lucerne'),
(293, 'it', 'Lucerne'),
(293, 'nl', 'Lucerne'),
(293, 'no', 'Lucerne'),
(293, 'pt', 'Lucerne'),
(293, 'ro', 'Lucerne'),
(293, 'ru', 'Lucerne'),
(294, 'da', 'Argovie'),
(294, 'de', 'Argovie'),
(294, 'el', 'Argovie'),
(294, 'en', 'Argovie'),
(294, 'es', 'Argovie'),
(294, 'fr', 'Argovie'),
(294, 'it', 'Argovie'),
(294, 'nl', 'Argovie'),
(294, 'no', 'Argovie'),
(294, 'pt', 'Argovie'),
(294, 'ro', 'Argovie'),
(294, 'ru', 'Argovie'),
(295, 'da', 'Uri'),
(295, 'de', 'Uri'),
(295, 'el', 'Uri'),
(295, 'en', 'Uri'),
(295, 'es', 'Uri'),
(295, 'fr', 'Uri'),
(295, 'it', 'Uri'),
(295, 'nl', 'Uri'),
(295, 'no', 'Uri'),
(295, 'pt', 'Uri'),
(295, 'ro', 'Uri'),
(295, 'ru', 'Uri'),
(296, 'da', 'Thurgovie'),
(296, 'de', 'Thurgovie'),
(296, 'el', 'Thurgovie'),
(296, 'en', 'Thurgovie'),
(296, 'es', 'Thurgovie'),
(296, 'fr', 'Thurgovie'),
(296, 'it', 'Thurgovie'),
(296, 'nl', 'Thurgovie'),
(296, 'no', 'Thurgovie'),
(296, 'pt', 'Thurgovie'),
(296, 'ro', 'Thurgovie'),
(296, 'ru', 'Thurgovie'),
(297, 'da', 'Schwytz'),
(297, 'de', 'Schwytz'),
(297, 'el', 'Schwytz'),
(297, 'en', 'Schwytz'),
(297, 'es', 'Schwytz'),
(297, 'fr', 'Schwytz'),
(297, 'it', 'Schwytz'),
(297, 'nl', 'Schwytz'),
(297, 'no', 'Schwytz'),
(297, 'pt', 'Schwytz'),
(297, 'ro', 'Schwytz'),
(297, 'ru', 'Schwytz'),
(298, 'da', 'Jura'),
(298, 'de', 'Jura'),
(298, 'el', 'Jura'),
(298, 'en', 'Jura'),
(298, 'es', 'Jura'),
(298, 'fr', 'Jura'),
(298, 'it', 'Jura'),
(298, 'nl', 'Jura'),
(298, 'no', 'Jura'),
(298, 'pt', 'Jura'),
(298, 'ro', 'Jura'),
(298, 'ru', 'Jura'),
(299, 'da', 'Neuchâtel'),
(299, 'de', 'Neuchâtel'),
(299, 'el', 'Neuchâtel'),
(299, 'en', 'Neuchâtel'),
(299, 'es', 'Neuchâtel'),
(299, 'fr', 'Neuchâtel'),
(299, 'it', 'Neuchâtel'),
(299, 'nl', 'Neuchâtel'),
(299, 'no', 'Neuchâtel'),
(299, 'pt', 'Neuchâtel'),
(299, 'ro', 'Neuchâtel'),
(299, 'ru', 'Neuchâtel'),
(300, 'da', 'Soleure'),
(300, 'de', 'Soleure'),
(300, 'el', 'Soleure'),
(300, 'en', 'Soleure'),
(300, 'es', 'Soleure'),
(300, 'fr', 'Soleure'),
(300, 'it', 'Soleure'),
(300, 'nl', 'Soleure'),
(300, 'no', 'Soleure'),
(300, 'pt', 'Soleure'),
(300, 'ro', 'Soleure'),
(300, 'ru', 'Soleure'),
(301, 'da', 'Glaris'),
(301, 'de', 'Glaris'),
(301, 'el', 'Glaris'),
(301, 'en', 'Glaris'),
(301, 'es', 'Glaris'),
(301, 'fr', 'Glaris'),
(301, 'it', 'Glaris'),
(301, 'nl', 'Glaris'),
(301, 'no', 'Glaris'),
(301, 'pt', 'Glaris'),
(301, 'ro', 'Glaris'),
(301, 'ru', 'Glaris'),
(302, 'da', 'Bâle-Campagne'),
(302, 'de', 'Bâle-Campagne'),
(302, 'el', 'Bâle-Campagne'),
(302, 'en', 'Bâle-Campagne'),
(302, 'es', 'Bâle-Campagne'),
(302, 'fr', 'Bâle-Campagne'),
(302, 'it', 'Bâle-Campagne'),
(302, 'nl', 'Bâle-Campagne'),
(302, 'no', 'Bâle-Campagne'),
(302, 'pt', 'Bâle-Campagne'),
(302, 'ro', 'Bâle-Campagne'),
(302, 'ru', 'Bâle-Campagne'),
(303, 'da', 'Obwald'),
(303, 'de', 'Obwald'),
(303, 'el', 'Obwald'),
(303, 'en', 'Obwald'),
(303, 'es', 'Obwald'),
(303, 'fr', 'Obwald'),
(303, 'it', 'Obwald'),
(303, 'nl', 'Obwald'),
(303, 'no', 'Obwald'),
(303, 'pt', 'Obwald'),
(303, 'ro', 'Obwald'),
(303, 'ru', 'Obwald'),
(304, 'da', 'Schaffhouse'),
(304, 'de', 'Schaffhouse'),
(304, 'el', 'Schaffhouse'),
(304, 'en', 'Schaffhouse'),
(304, 'es', 'Schaffhouse'),
(304, 'fr', 'Schaffhouse'),
(304, 'it', 'Schaffhouse'),
(304, 'nl', 'Schaffhouse'),
(304, 'no', 'Schaffhouse'),
(304, 'pt', 'Schaffhouse'),
(304, 'ro', 'Schaffhouse'),
(304, 'ru', 'Schaffhouse'),
(305, 'da', 'Genève'),
(305, 'de', 'Genève'),
(305, 'el', 'Genève'),
(305, 'en', 'Genève'),
(305, 'es', 'Genève'),
(305, 'fr', 'Genève'),
(305, 'it', 'Genève'),
(305, 'nl', 'Genève'),
(305, 'no', 'Genève'),
(305, 'pt', 'Genève'),
(305, 'ro', 'Genève'),
(305, 'ru', 'Genève'),
(306, 'da', 'Nidwald'),
(306, 'de', 'Nidwald'),
(306, 'el', 'Nidwald'),
(306, 'en', 'Nidwald'),
(306, 'es', 'Nidwald'),
(306, 'fr', 'Nidwald'),
(306, 'it', 'Nidwald'),
(306, 'nl', 'Nidwald'),
(306, 'no', 'Nidwald'),
(306, 'pt', 'Nidwald'),
(306, 'ro', 'Nidwald'),
(306, 'ru', 'Nidwald'),
(307, 'da', 'Appenzell Rhodes-Extérieures'),
(307, 'de', 'Appenzell Rhodes-Extérieures'),
(307, 'el', 'Appenzell Rhodes-Extérieures'),
(307, 'en', 'Appenzell Rhodes-Extérieures'),
(307, 'es', 'Appenzell Rhodes-Extérieures'),
(307, 'fr', 'Appenzell Rhodes-Extérieures'),
(307, 'it', 'Appenzell Rhodes-Extérieures'),
(307, 'nl', 'Appenzell Rhodes-Extérieures'),
(307, 'no', 'Appenzell Rhodes-Extérieures'),
(307, 'pt', 'Appenzell Rhodes-Extérieures'),
(307, 'ro', 'Appenzell Rhodes-Extérieures'),
(307, 'ru', 'Appenzell Rhodes-Extérieures'),
(308, 'da', 'Zoug'),
(308, 'de', 'Zoug'),
(308, 'el', 'Zoug'),
(308, 'en', 'Zoug'),
(308, 'es', 'Zoug'),
(308, 'fr', 'Zoug'),
(308, 'it', 'Zoug'),
(308, 'nl', 'Zoug'),
(308, 'no', 'Zoug'),
(308, 'pt', 'Zoug'),
(308, 'ro', 'Zoug'),
(308, 'ru', 'Zoug'),
(309, 'da', 'Appenzell Rhodes-Intérieures'),
(309, 'de', 'Appenzell Rhodes-Intérieures'),
(309, 'el', 'Appenzell Rhodes-Intérieures'),
(309, 'en', 'Appenzell Rhodes-Intérieures'),
(309, 'es', 'Appenzell Rhodes-Intérieures'),
(309, 'fr', 'Appenzell Rhodes-Intérieures'),
(309, 'it', 'Appenzell Rhodes-Intérieures'),
(309, 'nl', 'Appenzell Rhodes-Intérieures'),
(309, 'no', 'Appenzell Rhodes-Intérieures'),
(309, 'pt', 'Appenzell Rhodes-Intérieures'),
(309, 'ro', 'Appenzell Rhodes-Intérieures'),
(309, 'ru', 'Appenzell Rhodes-Intérieures'),
(310, 'da', 'Bâle-Ville'),
(310, 'de', 'Bâle-Ville'),
(310, 'el', 'Bâle-Ville'),
(310, 'en', 'Bâle-Ville'),
(310, 'es', 'Bâle-Ville'),
(310, 'fr', 'Bâle-Ville'),
(310, 'it', 'Bâle-Ville'),
(310, 'nl', 'Bâle-Ville'),
(310, 'no', 'Bâle-Ville'),
(310, 'pt', 'Bâle-Ville'),
(310, 'ro', 'Bâle-Ville'),
(310, 'ru', 'Bâle-Ville'),
(492, 'da', 'County Antrim'),
(492, 'de', 'County Antrim'),
(492, 'el', 'County Antrim'),
(492, 'en', 'County Antrim'),
(492, 'es', 'County Antrim'),
(492, 'fr', 'County Antrim'),
(492, 'it', 'County Antrim'),
(492, 'nl', 'County Antrim'),
(492, 'no', 'County Antrim'),
(492, 'pt', 'County Antrim'),
(492, 'ro', 'County Antrim'),
(492, 'ru', 'County Antrim'),
(493, 'da', 'County Armagh'),
(493, 'de', 'County Armagh'),
(493, 'el', 'County Armagh'),
(493, 'en', 'County Armagh'),
(493, 'es', 'County Armagh'),
(493, 'fr', 'County Armagh'),
(493, 'it', 'County Armagh'),
(493, 'nl', 'County Armagh'),
(493, 'no', 'County Armagh'),
(493, 'pt', 'County Armagh'),
(493, 'ro', 'County Armagh'),
(493, 'ru', 'County Armagh'),
(494, 'da', 'County Down'),
(494, 'de', 'County Down'),
(494, 'el', 'County Down'),
(494, 'en', 'County Down'),
(494, 'es', 'County Down'),
(494, 'fr', 'County Down'),
(494, 'it', 'County Down'),
(494, 'nl', 'County Down'),
(494, 'no', 'County Down'),
(494, 'pt', 'County Down'),
(494, 'ro', 'County Down'),
(494, 'ru', 'County Down'),
(495, 'da', 'County Fermanagh'),
(495, 'de', 'County Fermanagh'),
(495, 'el', 'County Fermanagh'),
(495, 'en', 'County Fermanagh'),
(495, 'es', 'County Fermanagh'),
(495, 'fr', 'County Fermanagh'),
(495, 'it', 'County Fermanagh'),
(495, 'nl', 'County Fermanagh'),
(495, 'no', 'County Fermanagh'),
(495, 'pt', 'County Fermanagh'),
(495, 'ro', 'County Fermanagh'),
(495, 'ru', 'County Fermanagh'),
(496, 'da', 'County Londonderry'),
(496, 'de', 'County Londonderry'),
(496, 'el', 'County Londonderry'),
(496, 'en', 'County Londonderry'),
(496, 'es', 'County Londonderry'),
(496, 'fr', 'County Londonderry'),
(496, 'it', 'County Londonderry'),
(496, 'nl', 'County Londonderry'),
(496, 'no', 'County Londonderry'),
(496, 'pt', 'County Londonderry'),
(496, 'ro', 'County Londonderry'),
(496, 'ru', 'County Londonderry'),
(497, 'da', 'County Tyrone'),
(497, 'de', 'County Tyrone'),
(497, 'el', 'County Tyrone'),
(497, 'en', 'County Tyrone'),
(497, 'es', 'County Tyrone'),
(497, 'fr', 'County Tyrone'),
(497, 'it', 'County Tyrone'),
(497, 'nl', 'County Tyrone'),
(497, 'no', 'County Tyrone'),
(497, 'pt', 'County Tyrone'),
(497, 'ro', 'County Tyrone'),
(497, 'ru', 'County Tyrone'),
(498, 'da', 'Northern Mariana Islands'),
(498, 'de', 'Northern Mariana Islands'),
(498, 'el', 'Northern Mariana Islands'),
(498, 'en', 'Northern Mariana Islands'),
(498, 'es', 'Northern Mariana Islands'),
(498, 'fr', 'Northern Mariana Islands'),
(498, 'it', 'Northern Mariana Islands'),
(498, 'nl', 'Northern Mariana Islands'),
(498, 'no', 'Northern Mariana Islands'),
(498, 'pt', 'Northern Mariana Islands'),
(498, 'ro', 'Northern Mariana Islands'),
(498, 'ru', 'Northern Mariana Islands'),
(499, 'da', 'Avon'),
(499, 'de', 'Avon'),
(499, 'el', 'Avon'),
(499, 'en', 'Avon'),
(499, 'es', 'Avon'),
(499, 'fr', 'Avon'),
(499, 'it', 'Avon'),
(499, 'nl', 'Avon'),
(499, 'no', 'Avon'),
(499, 'pt', 'Avon'),
(499, 'ro', 'Avon'),
(499, 'ru', 'Avon'),
(500, 'da', 'Cleveland'),
(500, 'de', 'Cleveland'),
(500, 'el', 'Cleveland'),
(500, 'en', 'Cleveland'),
(500, 'es', 'Cleveland'),
(500, 'fr', 'Cleveland'),
(500, 'it', 'Cleveland'),
(500, 'nl', 'Cleveland'),
(500, 'no', 'Cleveland'),
(500, 'pt', 'Cleveland'),
(500, 'ro', 'Cleveland'),
(500, 'ru', 'Cleveland'),
(501, 'da', 'Cumbria'),
(501, 'de', 'Cumbria'),
(501, 'el', 'Cumbria'),
(501, 'en', 'Cumbria'),
(501, 'es', 'Cumbria'),
(501, 'fr', 'Cumbria'),
(501, 'it', 'Cumbria'),
(501, 'nl', 'Cumbria'),
(501, 'no', 'Cumbria'),
(501, 'pt', 'Cumbria'),
(501, 'ro', 'Cumbria'),
(501, 'ru', 'Cumbria'),
(502, 'da', 'Middlesex'),
(502, 'de', 'Middlesex'),
(502, 'el', 'Middlesex'),
(502, 'en', 'Middlesex'),
(502, 'es', 'Middlesex'),
(502, 'fr', 'Middlesex'),
(502, 'it', 'Middlesex'),
(502, 'nl', 'Middlesex'),
(502, 'no', 'Middlesex'),
(502, 'pt', 'Middlesex'),
(502, 'ro', 'Middlesex'),
(502, 'ru', 'Middlesex'),
(503, 'da', 'Isles of Scilly'),
(503, 'de', 'Isles of Scilly'),
(503, 'el', 'Isles of Scilly'),
(503, 'en', 'Isles of Scilly'),
(503, 'es', 'Isles of Scilly'),
(503, 'fr', 'Isles of Scilly'),
(503, 'it', 'Isles of Scilly'),
(503, 'nl', 'Isles of Scilly'),
(503, 'no', 'Isles of Scilly'),
(503, 'pt', 'Isles of Scilly'),
(503, 'ro', 'Isles of Scilly'),
(503, 'ru', 'Isles of Scilly'),
(504, 'da', 'Humberside'),
(504, 'de', 'Humberside'),
(504, 'el', 'Humberside'),
(504, 'en', 'Humberside'),
(504, 'es', 'Humberside'),
(504, 'fr', 'Humberside'),
(504, 'it', 'Humberside'),
(504, 'nl', 'Humberside'),
(504, 'no', 'Humberside'),
(504, 'pt', 'Humberside'),
(504, 'ro', 'Humberside'),
(504, 'ru', 'Humberside'),
(505, 'da', 'South Yorkshire'),
(505, 'de', 'South Yorkshire'),
(505, 'el', 'South Yorkshire'),
(505, 'en', 'South Yorkshire'),
(505, 'es', 'South Yorkshire'),
(505, 'fr', 'South Yorkshire'),
(505, 'it', 'South Yorkshire'),
(505, 'nl', 'South Yorkshire'),
(505, 'no', 'South Yorkshire'),
(505, 'pt', 'South Yorkshire'),
(505, 'ro', 'South Yorkshire'),
(505, 'ru', 'South Yorkshire'),
(506, 'da', 'Banffshire'),
(506, 'de', 'Banffshire'),
(506, 'el', 'Banffshire'),
(506, 'en', 'Banffshire'),
(506, 'es', 'Banffshire'),
(506, 'fr', 'Banffshire'),
(506, 'it', 'Banffshire'),
(506, 'nl', 'Banffshire'),
(506, 'no', 'Banffshire'),
(506, 'pt', 'Banffshire'),
(506, 'ro', 'Banffshire'),
(506, 'ru', 'Banffshire'),
(507, 'da', 'Berwickshire'),
(507, 'de', 'Berwickshire'),
(507, 'el', 'Berwickshire'),
(507, 'en', 'Berwickshire'),
(507, 'es', 'Berwickshire'),
(507, 'fr', 'Berwickshire'),
(507, 'it', 'Berwickshire'),
(507, 'nl', 'Berwickshire'),
(507, 'no', 'Berwickshire'),
(507, 'pt', 'Berwickshire'),
(507, 'ro', 'Berwickshire'),
(507, 'ru', 'Berwickshire'),
(508, 'da', 'Caithness'),
(508, 'de', 'Caithness'),
(508, 'el', 'Caithness'),
(508, 'en', 'Caithness'),
(508, 'es', 'Caithness'),
(508, 'fr', 'Caithness'),
(508, 'it', 'Caithness'),
(508, 'nl', 'Caithness'),
(508, 'no', 'Caithness'),
(508, 'pt', 'Caithness'),
(508, 'ro', 'Caithness'),
(508, 'ru', 'Caithness'),
(509, 'da', 'Dumfries-shire'),
(509, 'de', 'Dumfries-shire'),
(509, 'el', 'Dumfries-shire'),
(509, 'en', 'Dumfries-shire'),
(509, 'es', 'Dumfries-shire'),
(509, 'fr', 'Dumfries-shire'),
(509, 'it', 'Dumfries-shire'),
(509, 'nl', 'Dumfries-shire'),
(509, 'no', 'Dumfries-shire'),
(509, 'pt', 'Dumfries-shire'),
(509, 'ro', 'Dumfries-shire'),
(509, 'ru', 'Dumfries-shire'),
(510, 'da', 'Inverness-shire'),
(510, 'de', 'Inverness-shire'),
(510, 'el', 'Inverness-shire'),
(510, 'en', 'Inverness-shire'),
(510, 'es', 'Inverness-shire'),
(510, 'fr', 'Inverness-shire'),
(510, 'it', 'Inverness-shire'),
(510, 'nl', 'Inverness-shire'),
(510, 'no', 'Inverness-shire'),
(510, 'pt', 'Inverness-shire'),
(510, 'ro', 'Inverness-shire'),
(510, 'ru', 'Inverness-shire'),
(511, 'da', 'Kincardineshire'),
(511, 'de', 'Kincardineshire'),
(511, 'el', 'Kincardineshire'),
(511, 'en', 'Kincardineshire'),
(511, 'es', 'Kincardineshire'),
(511, 'fr', 'Kincardineshire'),
(511, 'it', 'Kincardineshire'),
(511, 'nl', 'Kincardineshire'),
(511, 'no', 'Kincardineshire'),
(511, 'pt', 'Kincardineshire'),
(511, 'ro', 'Kincardineshire'),
(511, 'ru', 'Kincardineshire'),
(512, 'da', 'Nairnshire'),
(512, 'de', 'Nairnshire'),
(512, 'el', 'Nairnshire'),
(512, 'en', 'Nairnshire'),
(512, 'es', 'Nairnshire'),
(512, 'fr', 'Nairnshire'),
(512, 'it', 'Nairnshire'),
(512, 'nl', 'Nairnshire'),
(512, 'no', 'Nairnshire'),
(512, 'pt', 'Nairnshire'),
(512, 'ro', 'Nairnshire'),
(512, 'ru', 'Nairnshire'),
(513, 'da', 'Peebles-shire'),
(513, 'de', 'Peebles-shire'),
(513, 'el', 'Peebles-shire'),
(513, 'en', 'Peebles-shire'),
(513, 'es', 'Peebles-shire'),
(513, 'fr', 'Peebles-shire'),
(513, 'it', 'Peebles-shire'),
(513, 'nl', 'Peebles-shire'),
(513, 'no', 'Peebles-shire'),
(513, 'pt', 'Peebles-shire'),
(513, 'ro', 'Peebles-shire'),
(513, 'ru', 'Peebles-shire'),
(514, 'da', 'Roxburghshire'),
(514, 'de', 'Roxburghshire'),
(514, 'el', 'Roxburghshire'),
(514, 'en', 'Roxburghshire'),
(514, 'es', 'Roxburghshire'),
(514, 'fr', 'Roxburghshire'),
(514, 'it', 'Roxburghshire'),
(514, 'nl', 'Roxburghshire'),
(514, 'no', 'Roxburghshire'),
(514, 'pt', 'Roxburghshire'),
(514, 'ro', 'Roxburghshire'),
(514, 'ru', 'Roxburghshire'),
(515, 'da', 'Selkirkshire'),
(515, 'de', 'Selkirkshire'),
(515, 'el', 'Selkirkshire'),
(515, 'en', 'Selkirkshire'),
(515, 'es', 'Selkirkshire'),
(515, 'fr', 'Selkirkshire'),
(515, 'it', 'Selkirkshire'),
(515, 'nl', 'Selkirkshire'),
(515, 'no', 'Selkirkshire'),
(515, 'pt', 'Selkirkshire'),
(515, 'ro', 'Selkirkshire'),
(515, 'ru', 'Selkirkshire'),
(516, 'da', 'Stirlingshire'),
(516, 'de', 'Stirlingshire'),
(516, 'el', 'Stirlingshire'),
(516, 'en', 'Stirlingshire'),
(516, 'es', 'Stirlingshire'),
(516, 'fr', 'Stirlingshire'),
(516, 'it', 'Stirlingshire'),
(516, 'nl', 'Stirlingshire'),
(516, 'no', 'Stirlingshire'),
(516, 'pt', 'Stirlingshire'),
(516, 'ro', 'Stirlingshire'),
(516, 'ru', 'Stirlingshire'),
(517, 'da', 'Sutherland'),
(517, 'de', 'Sutherland'),
(517, 'el', 'Sutherland'),
(517, 'en', 'Sutherland'),
(517, 'es', 'Sutherland'),
(517, 'fr', 'Sutherland'),
(517, 'it', 'Sutherland'),
(517, 'nl', 'Sutherland'),
(517, 'no', 'Sutherland'),
(517, 'pt', 'Sutherland'),
(517, 'ro', 'Sutherland'),
(517, 'ru', 'Sutherland'),
(518, 'da', 'Wigtownshire'),
(518, 'de', 'Wigtownshire'),
(518, 'el', 'Wigtownshire'),
(518, 'en', 'Wigtownshire'),
(518, 'es', 'Wigtownshire'),
(518, 'fr', 'Wigtownshire'),
(518, 'it', 'Wigtownshire'),
(518, 'nl', 'Wigtownshire'),
(518, 'no', 'Wigtownshire'),
(518, 'pt', 'Wigtownshire'),
(518, 'ro', 'Wigtownshire'),
(518, 'ru', 'Wigtownshire'),
(519, 'da', 'Clwyd'),
(519, 'de', 'Clwyd'),
(519, 'el', 'Clwyd'),
(519, 'en', 'Clwyd'),
(519, 'es', 'Clwyd'),
(519, 'fr', 'Clwyd'),
(519, 'it', 'Clwyd'),
(519, 'nl', 'Clwyd'),
(519, 'no', 'Clwyd'),
(519, 'pt', 'Clwyd'),
(519, 'ro', 'Clwyd'),
(519, 'ru', 'Clwyd'),
(520, 'da', 'Dyfed'),
(520, 'de', 'Dyfed'),
(520, 'el', 'Dyfed'),
(520, 'en', 'Dyfed'),
(520, 'es', 'Dyfed'),
(520, 'fr', 'Dyfed'),
(520, 'it', 'Dyfed'),
(520, 'nl', 'Dyfed'),
(520, 'no', 'Dyfed'),
(520, 'pt', 'Dyfed'),
(520, 'ro', 'Dyfed'),
(520, 'ru', 'Dyfed'),
(521, 'da', 'Merionethshire'),
(521, 'de', 'Merionethshire'),
(521, 'el', 'Merionethshire'),
(521, 'en', 'Merionethshire'),
(521, 'es', 'Merionethshire'),
(521, 'fr', 'Merionethshire'),
(521, 'it', 'Merionethshire'),
(521, 'nl', 'Merionethshire'),
(521, 'no', 'Merionethshire'),
(521, 'pt', 'Merionethshire'),
(521, 'ro', 'Merionethshire'),
(521, 'ru', 'Merionethshire'),
(522, 'da', 'Respublika Adygeja'),
(522, 'de', 'Respublika Adygeja'),
(522, 'el', 'Respublika Adygeja'),
(522, 'en', 'Respublika Adygeja'),
(522, 'es', 'Respublika Adygeja'),
(522, 'fr', 'Respublika Adygeja'),
(522, 'it', 'Respublika Adygeja'),
(522, 'nl', 'Respublika Adygeja'),
(522, 'no', 'Respublika Adygeja'),
(522, 'pt', 'Respublika Adygeja'),
(522, 'ro', 'Respublika Adygeja'),
(522, 'ru', 'Республика Адыгея'),
(523, 'da', 'Respublika Altaj'),
(523, 'de', 'Respublika Altaj'),
(523, 'el', 'Respublika Altaj'),
(523, 'en', 'Respublika Altaj'),
(523, 'es', 'Respublika Altaj'),
(523, 'fr', 'Respublika Altaj'),
(523, 'it', 'Respublika Altaj'),
(523, 'nl', 'Respublika Altaj'),
(523, 'no', 'Respublika Altaj'),
(523, 'pt', 'Respublika Altaj'),
(523, 'ro', 'Respublika Altaj'),
(523, 'ru', 'Республика Алтай'),
(524, 'da', 'Respublika Bashkortostan'),
(524, 'de', 'Respublika Bashkortostan'),
(524, 'el', 'Respublika Bashkortostan'),
(524, 'en', 'Respublika Bashkortostan'),
(524, 'es', 'Respublika Bashkortostan'),
(524, 'fr', 'Respublika Bashkortostan'),
(524, 'it', 'Respublika Bashkortostan'),
(524, 'nl', 'Respublika Bashkortostan'),
(524, 'no', 'Respublika Bashkortostan'),
(524, 'pt', 'Respublika Bashkortostan');
INSERT INTO `partiushop_state_descriptions` (`state_id`, `lang_code`, `state`) VALUES
(524, 'ro', 'Respublika Bashkortostan'),
(524, 'ru', 'Республика Башкортостан'),
(525, 'da', 'Respublika Burjatija'),
(525, 'de', 'Respublika Burjatija'),
(525, 'el', 'Respublika Burjatija'),
(525, 'en', 'Respublika Burjatija'),
(525, 'es', 'Respublika Burjatija'),
(525, 'fr', 'Respublika Burjatija'),
(525, 'it', 'Respublika Burjatija'),
(525, 'nl', 'Respublika Burjatija'),
(525, 'no', 'Respublika Burjatija'),
(525, 'pt', 'Respublika Burjatija'),
(525, 'ro', 'Respublika Burjatija'),
(525, 'ru', 'Республика Бурятия'),
(526, 'da', 'Respublika Dagestan'),
(526, 'de', 'Respublika Dagestan'),
(526, 'el', 'Respublika Dagestan'),
(526, 'en', 'Respublika Dagestan'),
(526, 'es', 'Respublika Dagestan'),
(526, 'fr', 'Respublika Dagestan'),
(526, 'it', 'Respublika Dagestan'),
(526, 'nl', 'Respublika Dagestan'),
(526, 'no', 'Respublika Dagestan'),
(526, 'pt', 'Respublika Dagestan'),
(526, 'ro', 'Respublika Dagestan'),
(526, 'ru', 'Республика Дагестан'),
(527, 'da', 'Respublika Ingushetija'),
(527, 'de', 'Respublika Ingushetija'),
(527, 'el', 'Respublika Ingushetija'),
(527, 'en', 'Respublika Ingushetija'),
(527, 'es', 'Respublika Ingushetija'),
(527, 'fr', 'Respublika Ingushetija'),
(527, 'it', 'Respublika Ingushetija'),
(527, 'nl', 'Respublika Ingushetija'),
(527, 'no', 'Respublika Ingushetija'),
(527, 'pt', 'Respublika Ingushetija'),
(527, 'ro', 'Respublika Ingushetija'),
(527, 'ru', 'Республика Ингушетия'),
(528, 'da', 'Kabardino-Balkarskaja Respublika'),
(528, 'de', 'Kabardino-Balkarskaja Respublika'),
(528, 'el', 'Kabardino-Balkarskaja Respublika'),
(528, 'en', 'Kabardino-Balkarskaja Respublika'),
(528, 'es', 'Kabardino-Balkarskaja Respublika'),
(528, 'fr', 'Kabardino-Balkarskaja Respublika'),
(528, 'it', 'Kabardino-Balkarskaja Respublika'),
(528, 'nl', 'Kabardino-Balkarskaja Respublika'),
(528, 'no', 'Kabardino-Balkarskaja Respublika'),
(528, 'pt', 'Kabardino-Balkarskaja Respublika'),
(528, 'ro', 'Kabardino-Balkarskaja Respublika'),
(528, 'ru', 'Кабардино-Балкарская Республика'),
(529, 'da', 'Respublika Kalmykija'),
(529, 'de', 'Respublika Kalmykija'),
(529, 'el', 'Respublika Kalmykija'),
(529, 'en', 'Respublika Kalmykija'),
(529, 'es', 'Respublika Kalmykija'),
(529, 'fr', 'Respublika Kalmykija'),
(529, 'it', 'Respublika Kalmykija'),
(529, 'nl', 'Respublika Kalmykija'),
(529, 'no', 'Respublika Kalmykija'),
(529, 'pt', 'Respublika Kalmykija'),
(529, 'ro', 'Respublika Kalmykija'),
(529, 'ru', 'Республика Калмыкия'),
(530, 'da', 'Karachaevo-Cherkesskaja respublika'),
(530, 'de', 'Karachaevo-Cherkesskaja respublika'),
(530, 'el', 'Karachaevo-Cherkesskaja respublika'),
(530, 'en', 'Karachaevo-Cherkesskaja respublika'),
(530, 'es', 'Karachaevo-Cherkesskaja respublika'),
(530, 'fr', 'Karachaevo-Cherkesskaja respublika'),
(530, 'it', 'Karachaevo-Cherkesskaja respublika'),
(530, 'nl', 'Karachaevo-Cherkesskaja respublika'),
(530, 'no', 'Karachaevo-Cherkesskaja respublika'),
(530, 'pt', 'Karachaevo-Cherkesskaja respublika'),
(530, 'ro', 'Karachaevo-Cherkesskaja respublika'),
(530, 'ru', 'Карачаево-Черкесская республика'),
(531, 'da', 'Respublika Karelija'),
(531, 'de', 'Respublika Karelija'),
(531, 'el', 'Respublika Karelija'),
(531, 'en', 'Respublika Karelija'),
(531, 'es', 'Respublika Karelija'),
(531, 'fr', 'Respublika Karelija'),
(531, 'it', 'Respublika Karelija'),
(531, 'nl', 'Respublika Karelija'),
(531, 'no', 'Respublika Karelija'),
(531, 'pt', 'Respublika Karelija'),
(531, 'ro', 'Respublika Karelija'),
(531, 'ru', 'Республика Карелия'),
(532, 'da', 'Respublika Komi'),
(532, 'de', 'Respublika Komi'),
(532, 'el', 'Respublika Komi'),
(532, 'en', 'Respublika Komi'),
(532, 'es', 'Respublika Komi'),
(532, 'fr', 'Respublika Komi'),
(532, 'it', 'Respublika Komi'),
(532, 'nl', 'Respublika Komi'),
(532, 'no', 'Respublika Komi'),
(532, 'pt', 'Respublika Komi'),
(532, 'ro', 'Respublika Komi'),
(532, 'ru', 'Республика Коми'),
(533, 'da', 'Respublika Marij Jel'),
(533, 'de', 'Respublika Marij Jel'),
(533, 'el', 'Respublika Marij Jel'),
(533, 'en', 'Respublika Marij Jel'),
(533, 'es', 'Respublika Marij Jel'),
(533, 'fr', 'Respublika Marij Jel'),
(533, 'it', 'Respublika Marij Jel'),
(533, 'nl', 'Respublika Marij Jel'),
(533, 'no', 'Respublika Marij Jel'),
(533, 'pt', 'Respublika Marij Jel'),
(533, 'ro', 'Respublika Marij Jel'),
(533, 'ru', 'Республика Марий Эл'),
(534, 'da', 'Respublika Mordovija'),
(534, 'de', 'Respublika Mordovija'),
(534, 'el', 'Respublika Mordovija'),
(534, 'en', 'Respublika Mordovija'),
(534, 'es', 'Respublika Mordovija'),
(534, 'fr', 'Respublika Mordovija'),
(534, 'it', 'Respublika Mordovija'),
(534, 'nl', 'Respublika Mordovija'),
(534, 'no', 'Respublika Mordovija'),
(534, 'pt', 'Respublika Mordovija'),
(534, 'ro', 'Respublika Mordovija'),
(534, 'ru', 'Республика Мордовия'),
(535, 'da', 'Respublika Saha (Jakutija)'),
(535, 'de', 'Respublika Saha (Jakutija)'),
(535, 'el', 'Respublika Saha (Jakutija)'),
(535, 'en', 'Respublika Saha (Jakutija)'),
(535, 'es', 'Respublika Saha (Jakutija)'),
(535, 'fr', 'Respublika Saha (Jakutija)'),
(535, 'it', 'Respublika Saha (Jakutija)'),
(535, 'nl', 'Respublika Saha (Jakutija)'),
(535, 'no', 'Respublika Saha (Jakutija)'),
(535, 'pt', 'Respublika Saha (Jakutija)'),
(535, 'ro', 'Respublika Saha (Jakutija)'),
(535, 'ru', 'Республика Саха (Якутия)'),
(536, 'da', 'Respublika Severnaja Osetija-Alanija'),
(536, 'de', 'Respublika Severnaja Osetija-Alanija'),
(536, 'el', 'Respublika Severnaja Osetija-Alanija'),
(536, 'en', 'Respublika Severnaja Osetija-Alanija'),
(536, 'es', 'Respublika Severnaja Osetija-Alanija'),
(536, 'fr', 'Respublika Severnaja Osetija-Alanija'),
(536, 'it', 'Respublika Severnaja Osetija-Alanija'),
(536, 'nl', 'Respublika Severnaja Osetija-Alanija'),
(536, 'no', 'Respublika Severnaja Osetija-Alanija'),
(536, 'pt', 'Respublika Severnaja Osetija-Alanija'),
(536, 'ro', 'Respublika Severnaja Osetija-Alanija'),
(536, 'ru', 'Республика Северная Осетия — Алания'),
(537, 'da', 'Respublika Tatarstan'),
(537, 'de', 'Respublika Tatarstan'),
(537, 'el', 'Respublika Tatarstan'),
(537, 'en', 'Respublika Tatarstan'),
(537, 'es', 'Respublika Tatarstan'),
(537, 'fr', 'Respublika Tatarstan'),
(537, 'it', 'Respublika Tatarstan'),
(537, 'nl', 'Respublika Tatarstan'),
(537, 'no', 'Respublika Tatarstan'),
(537, 'pt', 'Respublika Tatarstan'),
(537, 'ro', 'Respublika Tatarstan'),
(537, 'ru', 'Республика Татарстан'),
(538, 'da', 'Respublika Tyva'),
(538, 'de', 'Respublika Tyva'),
(538, 'el', 'Respublika Tyva'),
(538, 'en', 'Respublika Tyva'),
(538, 'es', 'Respublika Tyva'),
(538, 'fr', 'Respublika Tyva'),
(538, 'it', 'Respublika Tyva'),
(538, 'nl', 'Respublika Tyva'),
(538, 'no', 'Respublika Tyva'),
(538, 'pt', 'Respublika Tyva'),
(538, 'ro', 'Respublika Tyva'),
(538, 'ru', 'Республика Тыва'),
(539, 'da', 'Udmurtskaja Respublika'),
(539, 'de', 'Udmurtskaja Respublika'),
(539, 'el', 'Udmurtskaja Respublika'),
(539, 'en', 'Udmurtskaja Respublika'),
(539, 'es', 'Udmurtskaja Respublika'),
(539, 'fr', 'Udmurtskaja Respublika'),
(539, 'it', 'Udmurtskaja Respublika'),
(539, 'nl', 'Udmurtskaja Respublika'),
(539, 'no', 'Udmurtskaja Respublika'),
(539, 'pt', 'Udmurtskaja Respublika'),
(539, 'ro', 'Udmurtskaja Respublika'),
(539, 'ru', 'Удмуртская Республика'),
(540, 'da', 'Respublika Hakasija'),
(540, 'de', 'Respublika Hakasija'),
(540, 'el', 'Respublika Hakasija'),
(540, 'en', 'Respublika Hakasija'),
(540, 'es', 'Respublika Hakasija'),
(540, 'fr', 'Respublika Hakasija'),
(540, 'it', 'Respublika Hakasija'),
(540, 'nl', 'Respublika Hakasija'),
(540, 'no', 'Respublika Hakasija'),
(540, 'pt', 'Respublika Hakasija'),
(540, 'ro', 'Respublika Hakasija'),
(540, 'ru', 'Республика Хакасия'),
(541, 'da', 'Chechenskaja respublika'),
(541, 'de', 'Chechenskaja respublika'),
(541, 'el', 'Chechenskaja respublika'),
(541, 'en', 'Chechenskaja respublika'),
(541, 'es', 'Chechenskaja respublika'),
(541, 'fr', 'Chechenskaja respublika'),
(541, 'it', 'Chechenskaja respublika'),
(541, 'nl', 'Chechenskaja respublika'),
(541, 'no', 'Chechenskaja respublika'),
(541, 'pt', 'Chechenskaja respublika'),
(541, 'ro', 'Chechenskaja respublika'),
(541, 'ru', 'Чеченская республика'),
(542, 'da', 'Chuvashskaja Respublika'),
(542, 'de', 'Chuvashskaja Respublika'),
(542, 'el', 'Chuvashskaja Respublika'),
(542, 'en', 'Chuvashskaja Respublika'),
(542, 'es', 'Chuvashskaja Respublika'),
(542, 'fr', 'Chuvashskaja Respublika'),
(542, 'it', 'Chuvashskaja Respublika'),
(542, 'nl', 'Chuvashskaja Respublika'),
(542, 'no', 'Chuvashskaja Respublika'),
(542, 'pt', 'Chuvashskaja Respublika'),
(542, 'ro', 'Chuvashskaja Respublika'),
(542, 'ru', 'Чувашская Республика'),
(543, 'da', 'Altajskij kraj'),
(543, 'de', 'Altajskij kraj'),
(543, 'el', 'Altajskij kraj'),
(543, 'en', 'Altajskij kraj'),
(543, 'es', 'Altajskij kraj'),
(543, 'fr', 'Altajskij kraj'),
(543, 'it', 'Altajskij kraj'),
(543, 'nl', 'Altajskij kraj'),
(543, 'no', 'Altajskij kraj'),
(543, 'pt', 'Altajskij kraj'),
(543, 'ro', 'Altajskij kraj'),
(543, 'ru', 'Алтайский край'),
(544, 'da', 'Krasnodarskij kraj'),
(544, 'de', 'Krasnodarskij kraj'),
(544, 'el', 'Krasnodarskij kraj'),
(544, 'en', 'Krasnodarskij kraj'),
(544, 'es', 'Krasnodarskij kraj'),
(544, 'fr', 'Krasnodarskij kraj'),
(544, 'it', 'Krasnodarskij kraj'),
(544, 'nl', 'Krasnodarskij kraj'),
(544, 'no', 'Krasnodarskij kraj'),
(544, 'pt', 'Krasnodarskij kraj'),
(544, 'ro', 'Krasnodarskij kraj'),
(544, 'ru', 'Краснодарский край'),
(545, 'da', 'Krasnojarskij kraj'),
(545, 'de', 'Krasnojarskij kraj'),
(545, 'el', 'Krasnojarskij kraj'),
(545, 'en', 'Krasnojarskij kraj'),
(545, 'es', 'Krasnojarskij kraj'),
(545, 'fr', 'Krasnojarskij kraj'),
(545, 'it', 'Krasnojarskij kraj'),
(545, 'nl', 'Krasnojarskij kraj'),
(545, 'no', 'Krasnojarskij kraj'),
(545, 'pt', 'Krasnojarskij kraj'),
(545, 'ro', 'Krasnojarskij kraj'),
(545, 'ru', 'Красноярский край'),
(546, 'da', 'Permskij kraj'),
(546, 'de', 'Permskij kraj'),
(546, 'el', 'Permskij kraj'),
(546, 'en', 'Permskij kraj'),
(546, 'es', 'Permskij kraj'),
(546, 'fr', 'Permskij kraj'),
(546, 'it', 'Permskij kraj'),
(546, 'nl', 'Permskij kraj'),
(546, 'no', 'Permskij kraj'),
(546, 'pt', 'Permskij kraj'),
(546, 'ro', 'Permskij kraj'),
(546, 'ru', 'Пермский край'),
(547, 'da', 'Primorskij kraj'),
(547, 'de', 'Primorskij kraj'),
(547, 'el', 'Primorskij kraj'),
(547, 'en', 'Primorskij kraj'),
(547, 'es', 'Primorskij kraj'),
(547, 'fr', 'Primorskij kraj'),
(547, 'it', 'Primorskij kraj'),
(547, 'nl', 'Primorskij kraj'),
(547, 'no', 'Primorskij kraj'),
(547, 'pt', 'Primorskij kraj'),
(547, 'ro', 'Primorskij kraj'),
(547, 'ru', 'Приморский край'),
(548, 'da', 'Stavropol\'skij kraj'),
(548, 'de', 'Stavropol\'skij kraj'),
(548, 'el', 'Stavropol\'skij kraj'),
(548, 'en', 'Stavropol\'skij kraj'),
(548, 'es', 'Stavropol\'skij kraj'),
(548, 'fr', 'Stavropol\'skij kraj'),
(548, 'it', 'Stavropol\'skij kraj'),
(548, 'nl', 'Stavropol\'skij kraj'),
(548, 'no', 'Stavropol\'skij kraj'),
(548, 'pt', 'Stavropol\'skij kraj'),
(548, 'ro', 'Stavropol\'skij kraj'),
(548, 'ru', 'Ставропольский край'),
(549, 'da', 'Habarovskij kraj'),
(549, 'de', 'Habarovskij kraj'),
(549, 'el', 'Habarovskij kraj'),
(549, 'en', 'Habarovskij kraj'),
(549, 'es', 'Habarovskij kraj'),
(549, 'fr', 'Habarovskij kraj'),
(549, 'it', 'Habarovskij kraj'),
(549, 'nl', 'Habarovskij kraj'),
(549, 'no', 'Habarovskij kraj'),
(549, 'pt', 'Habarovskij kraj'),
(549, 'ro', 'Habarovskij kraj'),
(549, 'ru', 'Хабаровский край'),
(550, 'da', 'Amurskaja oblast\''),
(550, 'de', 'Amurskaja oblast\''),
(550, 'el', 'Amurskaja oblast\''),
(550, 'en', 'Amurskaja oblast\''),
(550, 'es', 'Amurskaja oblast\''),
(550, 'fr', 'Amurskaja oblast\''),
(550, 'it', 'Amurskaja oblast\''),
(550, 'nl', 'Amurskaja oblast\''),
(550, 'no', 'Amurskaja oblast\''),
(550, 'pt', 'Amurskaja oblast\''),
(550, 'ro', 'Amurskaja oblast\''),
(550, 'ru', 'Амурская область'),
(551, 'da', 'Arhangel\'skaja oblast\''),
(551, 'de', 'Arhangel\'skaja oblast\''),
(551, 'el', 'Arhangel\'skaja oblast\''),
(551, 'en', 'Arhangel\'skaja oblast\''),
(551, 'es', 'Arhangel\'skaja oblast\''),
(551, 'fr', 'Arhangel\'skaja oblast\''),
(551, 'it', 'Arhangel\'skaja oblast\''),
(551, 'nl', 'Arhangel\'skaja oblast\''),
(551, 'no', 'Arhangel\'skaja oblast\''),
(551, 'pt', 'Arhangel\'skaja oblast\''),
(551, 'ro', 'Arhangel\'skaja oblast\''),
(551, 'ru', 'Архангельская область'),
(552, 'da', 'Astrahanskaja oblast\''),
(552, 'de', 'Astrahanskaja oblast\''),
(552, 'el', 'Astrahanskaja oblast\''),
(552, 'en', 'Astrahanskaja oblast\''),
(552, 'es', 'Astrahanskaja oblast\''),
(552, 'fr', 'Astrahanskaja oblast\''),
(552, 'it', 'Astrahanskaja oblast\''),
(552, 'nl', 'Astrahanskaja oblast\''),
(552, 'no', 'Astrahanskaja oblast\''),
(552, 'pt', 'Astrahanskaja oblast\''),
(552, 'ro', 'Astrahanskaja oblast\''),
(552, 'ru', 'Астраханская область'),
(553, 'da', 'Belgorodskaja oblast\''),
(553, 'de', 'Belgorodskaja oblast\''),
(553, 'el', 'Belgorodskaja oblast\''),
(553, 'en', 'Belgorodskaja oblast\''),
(553, 'es', 'Belgorodskaja oblast\''),
(553, 'fr', 'Belgorodskaja oblast\''),
(553, 'it', 'Belgorodskaja oblast\''),
(553, 'nl', 'Belgorodskaja oblast\''),
(553, 'no', 'Belgorodskaja oblast\''),
(553, 'pt', 'Belgorodskaja oblast\''),
(553, 'ro', 'Belgorodskaja oblast\''),
(553, 'ru', 'Белгородская область'),
(554, 'da', 'Brjanskaja oblast\''),
(554, 'de', 'Brjanskaja oblast\''),
(554, 'el', 'Brjanskaja oblast\''),
(554, 'en', 'Brjanskaja oblast\''),
(554, 'es', 'Brjanskaja oblast\''),
(554, 'fr', 'Brjanskaja oblast\''),
(554, 'it', 'Brjanskaja oblast\''),
(554, 'nl', 'Brjanskaja oblast\''),
(554, 'no', 'Brjanskaja oblast\''),
(554, 'pt', 'Brjanskaja oblast\''),
(554, 'ro', 'Brjanskaja oblast\''),
(554, 'ru', 'Брянская область'),
(555, 'da', 'Vladimirskaja oblast\''),
(555, 'de', 'Vladimirskaja oblast\''),
(555, 'el', 'Vladimirskaja oblast\''),
(555, 'en', 'Vladimirskaja oblast\''),
(555, 'es', 'Vladimirskaja oblast\''),
(555, 'fr', 'Vladimirskaja oblast\''),
(555, 'it', 'Vladimirskaja oblast\''),
(555, 'nl', 'Vladimirskaja oblast\''),
(555, 'no', 'Vladimirskaja oblast\''),
(555, 'pt', 'Vladimirskaja oblast\''),
(555, 'ro', 'Vladimirskaja oblast\''),
(555, 'ru', 'Владимирская область'),
(556, 'da', 'Volgogradskaja oblast\''),
(556, 'de', 'Volgogradskaja oblast\''),
(556, 'el', 'Volgogradskaja oblast\''),
(556, 'en', 'Volgogradskaja oblast\''),
(556, 'es', 'Volgogradskaja oblast\''),
(556, 'fr', 'Volgogradskaja oblast\''),
(556, 'it', 'Volgogradskaja oblast\''),
(556, 'nl', 'Volgogradskaja oblast\''),
(556, 'no', 'Volgogradskaja oblast\''),
(556, 'pt', 'Volgogradskaja oblast\''),
(556, 'ro', 'Volgogradskaja oblast\''),
(556, 'ru', 'Волгоградская область'),
(557, 'da', 'Vologodskaja oblast\''),
(557, 'de', 'Vologodskaja oblast\''),
(557, 'el', 'Vologodskaja oblast\''),
(557, 'en', 'Vologodskaja oblast\''),
(557, 'es', 'Vologodskaja oblast\''),
(557, 'fr', 'Vologodskaja oblast\''),
(557, 'it', 'Vologodskaja oblast\''),
(557, 'nl', 'Vologodskaja oblast\''),
(557, 'no', 'Vologodskaja oblast\''),
(557, 'pt', 'Vologodskaja oblast\''),
(557, 'ro', 'Vologodskaja oblast\''),
(557, 'ru', 'Вологодская область'),
(558, 'da', 'Voronezhskaja oblast\''),
(558, 'de', 'Voronezhskaja oblast\''),
(558, 'el', 'Voronezhskaja oblast\''),
(558, 'en', 'Voronezhskaja oblast\''),
(558, 'es', 'Voronezhskaja oblast\''),
(558, 'fr', 'Voronezhskaja oblast\''),
(558, 'it', 'Voronezhskaja oblast\''),
(558, 'nl', 'Voronezhskaja oblast\''),
(558, 'no', 'Voronezhskaja oblast\''),
(558, 'pt', 'Voronezhskaja oblast\''),
(558, 'ro', 'Voronezhskaja oblast\''),
(558, 'ru', 'Воронежская область'),
(559, 'da', 'Ivanovskaja oblast\''),
(559, 'de', 'Ivanovskaja oblast\''),
(559, 'el', 'Ivanovskaja oblast\''),
(559, 'en', 'Ivanovskaja oblast\''),
(559, 'es', 'Ivanovskaja oblast\''),
(559, 'fr', 'Ivanovskaja oblast\''),
(559, 'it', 'Ivanovskaja oblast\''),
(559, 'nl', 'Ivanovskaja oblast\''),
(559, 'no', 'Ivanovskaja oblast\''),
(559, 'pt', 'Ivanovskaja oblast\''),
(559, 'ro', 'Ivanovskaja oblast\''),
(559, 'ru', 'Ивановская область'),
(560, 'da', 'Irkutskaja oblast\''),
(560, 'de', 'Irkutskaja oblast\''),
(560, 'el', 'Irkutskaja oblast\''),
(560, 'en', 'Irkutskaja oblast\''),
(560, 'es', 'Irkutskaja oblast\''),
(560, 'fr', 'Irkutskaja oblast\''),
(560, 'it', 'Irkutskaja oblast\''),
(560, 'nl', 'Irkutskaja oblast\''),
(560, 'no', 'Irkutskaja oblast\''),
(560, 'pt', 'Irkutskaja oblast\''),
(560, 'ro', 'Irkutskaja oblast\''),
(560, 'ru', 'Иркутская область'),
(561, 'da', 'Kaliningradskaja oblast\''),
(561, 'de', 'Kaliningradskaja oblast\''),
(561, 'el', 'Kaliningradskaja oblast\''),
(561, 'en', 'Kaliningradskaja oblast\''),
(561, 'es', 'Kaliningradskaja oblast\''),
(561, 'fr', 'Kaliningradskaja oblast\''),
(561, 'it', 'Kaliningradskaja oblast\''),
(561, 'nl', 'Kaliningradskaja oblast\''),
(561, 'no', 'Kaliningradskaja oblast\''),
(561, 'pt', 'Kaliningradskaja oblast\''),
(561, 'ro', 'Kaliningradskaja oblast\''),
(561, 'ru', 'Калининградская область'),
(562, 'da', 'Kaluzhskaja oblast\''),
(562, 'de', 'Kaluzhskaja oblast\''),
(562, 'el', 'Kaluzhskaja oblast\''),
(562, 'en', 'Kaluzhskaja oblast\''),
(562, 'es', 'Kaluzhskaja oblast\''),
(562, 'fr', 'Kaluzhskaja oblast\''),
(562, 'it', 'Kaluzhskaja oblast\''),
(562, 'nl', 'Kaluzhskaja oblast\''),
(562, 'no', 'Kaluzhskaja oblast\''),
(562, 'pt', 'Kaluzhskaja oblast\''),
(562, 'ro', 'Kaluzhskaja oblast\''),
(562, 'ru', 'Калужская область'),
(564, 'da', 'Kemerovskaja oblast\''),
(564, 'de', 'Kemerovskaja oblast\''),
(564, 'el', 'Kemerovskaja oblast\''),
(564, 'en', 'Kemerovskaja oblast\''),
(564, 'es', 'Kemerovskaja oblast\''),
(564, 'fr', 'Kemerovskaja oblast\''),
(564, 'it', 'Kemerovskaja oblast\''),
(564, 'nl', 'Kemerovskaja oblast\''),
(564, 'no', 'Kemerovskaja oblast\''),
(564, 'pt', 'Kemerovskaja oblast\''),
(564, 'ro', 'Kemerovskaja oblast\''),
(564, 'ru', 'Кемеровская область'),
(565, 'da', 'Kirovskaja oblast\''),
(565, 'de', 'Kirovskaja oblast\''),
(565, 'el', 'Kirovskaja oblast\''),
(565, 'en', 'Kirovskaja oblast\''),
(565, 'es', 'Kirovskaja oblast\''),
(565, 'fr', 'Kirovskaja oblast\''),
(565, 'it', 'Kirovskaja oblast\''),
(565, 'nl', 'Kirovskaja oblast\''),
(565, 'no', 'Kirovskaja oblast\''),
(565, 'pt', 'Kirovskaja oblast\''),
(565, 'ro', 'Kirovskaja oblast\''),
(565, 'ru', 'Кировская область'),
(566, 'da', 'Kostromskaja oblast\''),
(566, 'de', 'Kostromskaja oblast\''),
(566, 'el', 'Kostromskaja oblast\''),
(566, 'en', 'Kostromskaja oblast\''),
(566, 'es', 'Kostromskaja oblast\''),
(566, 'fr', 'Kostromskaja oblast\''),
(566, 'it', 'Kostromskaja oblast\''),
(566, 'nl', 'Kostromskaja oblast\''),
(566, 'no', 'Kostromskaja oblast\''),
(566, 'pt', 'Kostromskaja oblast\''),
(566, 'ro', 'Kostromskaja oblast\''),
(566, 'ru', 'Костромская область'),
(567, 'da', 'Kurganskaja oblast\''),
(567, 'de', 'Kurganskaja oblast\''),
(567, 'el', 'Kurganskaja oblast\''),
(567, 'en', 'Kurganskaja oblast\''),
(567, 'es', 'Kurganskaja oblast\''),
(567, 'fr', 'Kurganskaja oblast\''),
(567, 'it', 'Kurganskaja oblast\''),
(567, 'nl', 'Kurganskaja oblast\''),
(567, 'no', 'Kurganskaja oblast\''),
(567, 'pt', 'Kurganskaja oblast\''),
(567, 'ro', 'Kurganskaja oblast\''),
(567, 'ru', 'Курганская область'),
(568, 'da', 'Kurskaja oblast\''),
(568, 'de', 'Kurskaja oblast\''),
(568, 'el', 'Kurskaja oblast\''),
(568, 'en', 'Kurskaja oblast\''),
(568, 'es', 'Kurskaja oblast\''),
(568, 'fr', 'Kurskaja oblast\''),
(568, 'it', 'Kurskaja oblast\''),
(568, 'nl', 'Kurskaja oblast\''),
(568, 'no', 'Kurskaja oblast\''),
(568, 'pt', 'Kurskaja oblast\''),
(568, 'ro', 'Kurskaja oblast\''),
(568, 'ru', 'Курская область'),
(569, 'da', 'Leningradskaja oblast\''),
(569, 'de', 'Leningradskaja oblast\''),
(569, 'el', 'Leningradskaja oblast\''),
(569, 'en', 'Leningradskaja oblast\''),
(569, 'es', 'Leningradskaja oblast\''),
(569, 'fr', 'Leningradskaja oblast\''),
(569, 'it', 'Leningradskaja oblast\''),
(569, 'nl', 'Leningradskaja oblast\''),
(569, 'no', 'Leningradskaja oblast\''),
(569, 'pt', 'Leningradskaja oblast\''),
(569, 'ro', 'Leningradskaja oblast\''),
(569, 'ru', 'Ленинградская область'),
(570, 'da', 'Lipeckaja oblast\''),
(570, 'de', 'Lipeckaja oblast\''),
(570, 'el', 'Lipeckaja oblast\''),
(570, 'en', 'Lipeckaja oblast\''),
(570, 'es', 'Lipeckaja oblast\''),
(570, 'fr', 'Lipeckaja oblast\''),
(570, 'it', 'Lipeckaja oblast\''),
(570, 'nl', 'Lipeckaja oblast\''),
(570, 'no', 'Lipeckaja oblast\''),
(570, 'pt', 'Lipeckaja oblast\''),
(570, 'ro', 'Lipeckaja oblast\''),
(570, 'ru', 'Липецкая область'),
(571, 'da', 'Magadanskaja oblast\''),
(571, 'de', 'Magadanskaja oblast\''),
(571, 'el', 'Magadanskaja oblast\''),
(571, 'en', 'Magadanskaja oblast\''),
(571, 'es', 'Magadanskaja oblast\''),
(571, 'fr', 'Magadanskaja oblast\''),
(571, 'it', 'Magadanskaja oblast\''),
(571, 'nl', 'Magadanskaja oblast\''),
(571, 'no', 'Magadanskaja oblast\''),
(571, 'pt', 'Magadanskaja oblast\''),
(571, 'ro', 'Magadanskaja oblast\''),
(571, 'ru', 'Магаданская область'),
(572, 'da', 'Moskovskaja oblast\''),
(572, 'de', 'Moskovskaja oblast\''),
(572, 'el', 'Moskovskaja oblast\''),
(572, 'en', 'Moskovskaja oblast\''),
(572, 'es', 'Moskovskaja oblast\''),
(572, 'fr', 'Moskovskaja oblast\''),
(572, 'it', 'Moskovskaja oblast\''),
(572, 'nl', 'Moskovskaja oblast\''),
(572, 'no', 'Moskovskaja oblast\''),
(572, 'pt', 'Moskovskaja oblast\''),
(572, 'ro', 'Moskovskaja oblast\''),
(572, 'ru', 'Московская область'),
(573, 'da', 'Murmanskaja oblast\''),
(573, 'de', 'Murmanskaja oblast\''),
(573, 'el', 'Murmanskaja oblast\''),
(573, 'en', 'Murmanskaja oblast\''),
(573, 'es', 'Murmanskaja oblast\''),
(573, 'fr', 'Murmanskaja oblast\''),
(573, 'it', 'Murmanskaja oblast\''),
(573, 'nl', 'Murmanskaja oblast\''),
(573, 'no', 'Murmanskaja oblast\''),
(573, 'pt', 'Murmanskaja oblast\''),
(573, 'ro', 'Murmanskaja oblast\''),
(573, 'ru', 'Мурманская область'),
(574, 'da', 'Nizhegorodskaja oblast\''),
(574, 'de', 'Nizhegorodskaja oblast\''),
(574, 'el', 'Nizhegorodskaja oblast\''),
(574, 'en', 'Nizhegorodskaja oblast\''),
(574, 'es', 'Nizhegorodskaja oblast\''),
(574, 'fr', 'Nizhegorodskaja oblast\''),
(574, 'it', 'Nizhegorodskaja oblast\''),
(574, 'nl', 'Nizhegorodskaja oblast\''),
(574, 'no', 'Nizhegorodskaja oblast\''),
(574, 'pt', 'Nizhegorodskaja oblast\''),
(574, 'ro', 'Nizhegorodskaja oblast\''),
(574, 'ru', 'Нижегородская область'),
(575, 'da', 'Novgorodskaja oblast\''),
(575, 'de', 'Novgorodskaja oblast\''),
(575, 'el', 'Novgorodskaja oblast\''),
(575, 'en', 'Novgorodskaja oblast\''),
(575, 'es', 'Novgorodskaja oblast\''),
(575, 'fr', 'Novgorodskaja oblast\''),
(575, 'it', 'Novgorodskaja oblast\''),
(575, 'nl', 'Novgorodskaja oblast\''),
(575, 'no', 'Novgorodskaja oblast\''),
(575, 'pt', 'Novgorodskaja oblast\''),
(575, 'ro', 'Novgorodskaja oblast\''),
(575, 'ru', 'Новгородская область'),
(576, 'da', 'Novosibirskaja oblast\''),
(576, 'de', 'Novosibirskaja oblast\''),
(576, 'el', 'Novosibirskaja oblast\''),
(576, 'en', 'Novosibirskaja oblast\''),
(576, 'es', 'Novosibirskaja oblast\''),
(576, 'fr', 'Novosibirskaja oblast\''),
(576, 'it', 'Novosibirskaja oblast\''),
(576, 'nl', 'Novosibirskaja oblast\''),
(576, 'no', 'Novosibirskaja oblast\''),
(576, 'pt', 'Novosibirskaja oblast\''),
(576, 'ro', 'Novosibirskaja oblast\''),
(576, 'ru', 'Новосибирская область'),
(577, 'da', 'Omskaja oblast\''),
(577, 'de', 'Omskaja oblast\''),
(577, 'el', 'Omskaja oblast\''),
(577, 'en', 'Omskaja oblast\''),
(577, 'es', 'Omskaja oblast\''),
(577, 'fr', 'Omskaja oblast\''),
(577, 'it', 'Omskaja oblast\''),
(577, 'nl', 'Omskaja oblast\''),
(577, 'no', 'Omskaja oblast\''),
(577, 'pt', 'Omskaja oblast\''),
(577, 'ro', 'Omskaja oblast\''),
(577, 'ru', 'Омская область'),
(578, 'da', 'Orenburgskaja oblast\''),
(578, 'de', 'Orenburgskaja oblast\''),
(578, 'el', 'Orenburgskaja oblast\''),
(578, 'en', 'Orenburgskaja oblast\''),
(578, 'es', 'Orenburgskaja oblast\''),
(578, 'fr', 'Orenburgskaja oblast\''),
(578, 'it', 'Orenburgskaja oblast\''),
(578, 'nl', 'Orenburgskaja oblast\''),
(578, 'no', 'Orenburgskaja oblast\''),
(578, 'pt', 'Orenburgskaja oblast\''),
(578, 'ro', 'Orenburgskaja oblast\''),
(578, 'ru', 'Оренбургская область'),
(579, 'da', 'Orlovskaja oblast\''),
(579, 'de', 'Orlovskaja oblast\''),
(579, 'el', 'Orlovskaja oblast\''),
(579, 'en', 'Orlovskaja oblast\''),
(579, 'es', 'Orlovskaja oblast\''),
(579, 'fr', 'Orlovskaja oblast\''),
(579, 'it', 'Orlovskaja oblast\''),
(579, 'nl', 'Orlovskaja oblast\''),
(579, 'no', 'Orlovskaja oblast\''),
(579, 'pt', 'Orlovskaja oblast\''),
(579, 'ro', 'Orlovskaja oblast\''),
(579, 'ru', 'Орловская область'),
(580, 'da', 'Penzenskaja oblast\''),
(580, 'de', 'Penzenskaja oblast\''),
(580, 'el', 'Penzenskaja oblast\''),
(580, 'en', 'Penzenskaja oblast\''),
(580, 'es', 'Penzenskaja oblast\''),
(580, 'fr', 'Penzenskaja oblast\''),
(580, 'it', 'Penzenskaja oblast\''),
(580, 'nl', 'Penzenskaja oblast\''),
(580, 'no', 'Penzenskaja oblast\''),
(580, 'pt', 'Penzenskaja oblast\''),
(580, 'ro', 'Penzenskaja oblast\''),
(580, 'ru', 'Пензенская область'),
(581, 'da', 'Pskovskaja oblast\''),
(581, 'de', 'Pskovskaja oblast\''),
(581, 'el', 'Pskovskaja oblast\''),
(581, 'en', 'Pskovskaja oblast\''),
(581, 'es', 'Pskovskaja oblast\''),
(581, 'fr', 'Pskovskaja oblast\''),
(581, 'it', 'Pskovskaja oblast\''),
(581, 'nl', 'Pskovskaja oblast\''),
(581, 'no', 'Pskovskaja oblast\''),
(581, 'pt', 'Pskovskaja oblast\''),
(581, 'ro', 'Pskovskaja oblast\''),
(581, 'ru', 'Псковская область'),
(582, 'da', 'Rostovskaja oblast\''),
(582, 'de', 'Rostovskaja oblast\''),
(582, 'el', 'Rostovskaja oblast\''),
(582, 'en', 'Rostovskaja oblast\''),
(582, 'es', 'Rostovskaja oblast\''),
(582, 'fr', 'Rostovskaja oblast\''),
(582, 'it', 'Rostovskaja oblast\''),
(582, 'nl', 'Rostovskaja oblast\''),
(582, 'no', 'Rostovskaja oblast\''),
(582, 'pt', 'Rostovskaja oblast\''),
(582, 'ro', 'Rostovskaja oblast\''),
(582, 'ru', 'Ростовская область'),
(583, 'da', 'Rjazanskaja oblast\''),
(583, 'de', 'Rjazanskaja oblast\''),
(583, 'el', 'Rjazanskaja oblast\''),
(583, 'en', 'Rjazanskaja oblast\''),
(583, 'es', 'Rjazanskaja oblast\''),
(583, 'fr', 'Rjazanskaja oblast\''),
(583, 'it', 'Rjazanskaja oblast\''),
(583, 'nl', 'Rjazanskaja oblast\''),
(583, 'no', 'Rjazanskaja oblast\''),
(583, 'pt', 'Rjazanskaja oblast\''),
(583, 'ro', 'Rjazanskaja oblast\''),
(583, 'ru', 'Рязанская область'),
(584, 'da', 'Samarskaja oblast\''),
(584, 'de', 'Samarskaja oblast\''),
(584, 'el', 'Samarskaja oblast\''),
(584, 'en', 'Samarskaja oblast\''),
(584, 'es', 'Samarskaja oblast\''),
(584, 'fr', 'Samarskaja oblast\''),
(584, 'it', 'Samarskaja oblast\''),
(584, 'nl', 'Samarskaja oblast\''),
(584, 'no', 'Samarskaja oblast\''),
(584, 'pt', 'Samarskaja oblast\''),
(584, 'ro', 'Samarskaja oblast\''),
(584, 'ru', 'Самарская область'),
(585, 'da', 'Saratovskaja oblast\''),
(585, 'de', 'Saratovskaja oblast\''),
(585, 'el', 'Saratovskaja oblast\''),
(585, 'en', 'Saratovskaja oblast\''),
(585, 'es', 'Saratovskaja oblast\''),
(585, 'fr', 'Saratovskaja oblast\''),
(585, 'it', 'Saratovskaja oblast\''),
(585, 'nl', 'Saratovskaja oblast\''),
(585, 'no', 'Saratovskaja oblast\''),
(585, 'pt', 'Saratovskaja oblast\''),
(585, 'ro', 'Saratovskaja oblast\''),
(585, 'ru', 'Саратовская область'),
(586, 'da', 'Sahalinskaja oblast\''),
(586, 'de', 'Sahalinskaja oblast\''),
(586, 'el', 'Sahalinskaja oblast\''),
(586, 'en', 'Sahalinskaja oblast\''),
(586, 'es', 'Sahalinskaja oblast\''),
(586, 'fr', 'Sahalinskaja oblast\''),
(586, 'it', 'Sahalinskaja oblast\''),
(586, 'nl', 'Sahalinskaja oblast\''),
(586, 'no', 'Sahalinskaja oblast\''),
(586, 'pt', 'Sahalinskaja oblast\''),
(586, 'ro', 'Sahalinskaja oblast\''),
(586, 'ru', 'Сахалинская область'),
(587, 'da', 'Sverdlovskaja oblast\''),
(587, 'de', 'Sverdlovskaja oblast\''),
(587, 'el', 'Sverdlovskaja oblast\''),
(587, 'en', 'Sverdlovskaja oblast\''),
(587, 'es', 'Sverdlovskaja oblast\''),
(587, 'fr', 'Sverdlovskaja oblast\''),
(587, 'it', 'Sverdlovskaja oblast\''),
(587, 'nl', 'Sverdlovskaja oblast\''),
(587, 'no', 'Sverdlovskaja oblast\''),
(587, 'pt', 'Sverdlovskaja oblast\''),
(587, 'ro', 'Sverdlovskaja oblast\''),
(587, 'ru', 'Свердловская область'),
(588, 'da', 'Smolenskaja oblast\''),
(588, 'de', 'Smolenskaja oblast\''),
(588, 'el', 'Smolenskaja oblast\''),
(588, 'en', 'Smolenskaja oblast\''),
(588, 'es', 'Smolenskaja oblast\''),
(588, 'fr', 'Smolenskaja oblast\''),
(588, 'it', 'Smolenskaja oblast\''),
(588, 'nl', 'Smolenskaja oblast\''),
(588, 'no', 'Smolenskaja oblast\''),
(588, 'pt', 'Smolenskaja oblast\''),
(588, 'ro', 'Smolenskaja oblast\''),
(588, 'ru', 'Смоленская область'),
(589, 'da', 'Tambovskaja oblast\''),
(589, 'de', 'Tambovskaja oblast\''),
(589, 'el', 'Tambovskaja oblast\''),
(589, 'en', 'Tambovskaja oblast\''),
(589, 'es', 'Tambovskaja oblast\''),
(589, 'fr', 'Tambovskaja oblast\''),
(589, 'it', 'Tambovskaja oblast\''),
(589, 'nl', 'Tambovskaja oblast\''),
(589, 'no', 'Tambovskaja oblast\''),
(589, 'pt', 'Tambovskaja oblast\''),
(589, 'ro', 'Tambovskaja oblast\''),
(589, 'ru', 'Тамбовская область'),
(590, 'da', 'Tverskaja oblast\''),
(590, 'de', 'Tverskaja oblast\''),
(590, 'el', 'Tverskaja oblast\''),
(590, 'en', 'Tverskaja oblast\''),
(590, 'es', 'Tverskaja oblast\''),
(590, 'fr', 'Tverskaja oblast\''),
(590, 'it', 'Tverskaja oblast\''),
(590, 'nl', 'Tverskaja oblast\''),
(590, 'no', 'Tverskaja oblast\''),
(590, 'pt', 'Tverskaja oblast\''),
(590, 'ro', 'Tverskaja oblast\''),
(590, 'ru', 'Тверская область'),
(591, 'da', 'Tomskaja oblast\''),
(591, 'de', 'Tomskaja oblast\''),
(591, 'el', 'Tomskaja oblast\''),
(591, 'en', 'Tomskaja oblast\''),
(591, 'es', 'Tomskaja oblast\''),
(591, 'fr', 'Tomskaja oblast\''),
(591, 'it', 'Tomskaja oblast\''),
(591, 'nl', 'Tomskaja oblast\''),
(591, 'no', 'Tomskaja oblast\''),
(591, 'pt', 'Tomskaja oblast\''),
(591, 'ro', 'Tomskaja oblast\''),
(591, 'ru', 'Томская область'),
(592, 'da', 'Tul\'skaja oblast\''),
(592, 'de', 'Tul\'skaja oblast\''),
(592, 'el', 'Tul\'skaja oblast\''),
(592, 'en', 'Tul\'skaja oblast\''),
(592, 'es', 'Tul\'skaja oblast\''),
(592, 'fr', 'Tul\'skaja oblast\''),
(592, 'it', 'Tul\'skaja oblast\''),
(592, 'nl', 'Tul\'skaja oblast\''),
(592, 'no', 'Tul\'skaja oblast\''),
(592, 'pt', 'Tul\'skaja oblast\''),
(592, 'ro', 'Tul\'skaja oblast\''),
(592, 'ru', 'Тульская область'),
(593, 'da', 'Tjumenskaja oblast\''),
(593, 'de', 'Tjumenskaja oblast\''),
(593, 'el', 'Tjumenskaja oblast\''),
(593, 'en', 'Tjumenskaja oblast\''),
(593, 'es', 'Tjumenskaja oblast\''),
(593, 'fr', 'Tjumenskaja oblast\''),
(593, 'it', 'Tjumenskaja oblast\''),
(593, 'nl', 'Tjumenskaja oblast\''),
(593, 'no', 'Tjumenskaja oblast\''),
(593, 'pt', 'Tjumenskaja oblast\''),
(593, 'ro', 'Tjumenskaja oblast\''),
(593, 'ru', 'Тюменская область'),
(594, 'da', 'Ul\'janovskaja oblast\''),
(594, 'de', 'Ul\'janovskaja oblast\''),
(594, 'el', 'Ul\'janovskaja oblast\''),
(594, 'en', 'Ul\'janovskaja oblast\''),
(594, 'es', 'Ul\'janovskaja oblast\''),
(594, 'fr', 'Ul\'janovskaja oblast\''),
(594, 'it', 'Ul\'janovskaja oblast\''),
(594, 'nl', 'Ul\'janovskaja oblast\''),
(594, 'no', 'Ul\'janovskaja oblast\''),
(594, 'pt', 'Ul\'janovskaja oblast\''),
(594, 'ro', 'Ul\'janovskaja oblast\''),
(594, 'ru', 'Ульяновская область'),
(595, 'da', 'Cheljabinskaja oblast\''),
(595, 'de', 'Cheljabinskaja oblast\''),
(595, 'el', 'Cheljabinskaja oblast\''),
(595, 'en', 'Cheljabinskaja oblast\''),
(595, 'es', 'Cheljabinskaja oblast\''),
(595, 'fr', 'Cheljabinskaja oblast\''),
(595, 'it', 'Cheljabinskaja oblast\''),
(595, 'nl', 'Cheljabinskaja oblast\''),
(595, 'no', 'Cheljabinskaja oblast\''),
(595, 'pt', 'Cheljabinskaja oblast\''),
(595, 'ro', 'Cheljabinskaja oblast\''),
(595, 'ru', 'Челябинская область'),
(597, 'da', 'Jaroslavskaja oblast\''),
(597, 'de', 'Jaroslavskaja oblast\''),
(597, 'el', 'Jaroslavskaja oblast\''),
(597, 'en', 'Jaroslavskaja oblast\''),
(597, 'es', 'Jaroslavskaja oblast\''),
(597, 'fr', 'Jaroslavskaja oblast\''),
(597, 'it', 'Jaroslavskaja oblast\''),
(597, 'nl', 'Jaroslavskaja oblast\''),
(597, 'no', 'Jaroslavskaja oblast\''),
(597, 'pt', 'Jaroslavskaja oblast\''),
(597, 'ro', 'Jaroslavskaja oblast\''),
(597, 'ru', 'Ярославская область'),
(598, 'da', 'Moskva'),
(598, 'de', 'Moskva'),
(598, 'el', 'Moskva'),
(598, 'en', 'Moskva'),
(598, 'es', 'Moskva'),
(598, 'fr', 'Moskva'),
(598, 'it', 'Moskva'),
(598, 'nl', 'Moskva'),
(598, 'no', 'Moskva'),
(598, 'pt', 'Moskva'),
(598, 'ro', 'Moskva'),
(598, 'ru', 'Москва'),
(599, 'da', 'Sankt-Peterburg'),
(599, 'de', 'Sankt-Peterburg'),
(599, 'el', 'Sankt-Peterburg'),
(599, 'en', 'Sankt-Peterburg'),
(599, 'es', 'Sankt-Peterburg'),
(599, 'fr', 'Sankt-Peterburg'),
(599, 'it', 'Sankt-Peterburg'),
(599, 'nl', 'Sankt-Peterburg'),
(599, 'no', 'Sankt-Peterburg'),
(599, 'pt', 'Sankt-Peterburg'),
(599, 'ro', 'Sankt-Peterburg'),
(599, 'ru', 'Санкт-Петербург'),
(600, 'da', 'Evrejskaja avtonomnaja oblast\''),
(600, 'de', 'Evrejskaja avtonomnaja oblast\''),
(600, 'el', 'Evrejskaja avtonomnaja oblast\''),
(600, 'en', 'Evrejskaja avtonomnaja oblast\''),
(600, 'es', 'Evrejskaja avtonomnaja oblast\''),
(600, 'fr', 'Evrejskaja avtonomnaja oblast\''),
(600, 'it', 'Evrejskaja avtonomnaja oblast\''),
(600, 'nl', 'Evrejskaja avtonomnaja oblast\''),
(600, 'no', 'Evrejskaja avtonomnaja oblast\''),
(600, 'pt', 'Evrejskaja avtonomnaja oblast\''),
(600, 'ro', 'Evrejskaja avtonomnaja oblast\''),
(600, 'ru', 'Еврейская автономная область'),
(603, 'da', 'Neneckij avtonomnyj okrug'),
(603, 'de', 'Neneckij avtonomnyj okrug'),
(603, 'el', 'Neneckij avtonomnyj okrug'),
(603, 'en', 'Neneckij avtonomnyj okrug'),
(603, 'es', 'Neneckij avtonomnyj okrug'),
(603, 'fr', 'Neneckij avtonomnyj okrug'),
(603, 'it', 'Neneckij avtonomnyj okrug'),
(603, 'nl', 'Neneckij avtonomnyj okrug'),
(603, 'no', 'Neneckij avtonomnyj okrug'),
(603, 'pt', 'Neneckij avtonomnyj okrug'),
(603, 'ro', 'Neneckij avtonomnyj okrug'),
(603, 'ru', 'Ненецкий автономный округ'),
(605, 'da', 'Hanty-Mansijskij avtonomnyj okrug - Jugra'),
(605, 'de', 'Hanty-Mansijskij avtonomnyj okrug - Jugra'),
(605, 'el', 'Hanty-Mansijskij avtonomnyj okrug - Jugra'),
(605, 'en', 'Hanty-Mansijskij avtonomnyj okrug - Jugra'),
(605, 'es', 'Hanty-Mansijskij avtonomnyj okrug - Jugra'),
(605, 'fr', 'Hanty-Mansijskij avtonomnyj okrug - Jugra'),
(605, 'it', 'Hanty-Mansijskij avtonomnyj okrug - Jugra'),
(605, 'nl', 'Hanty-Mansijskij avtonomnyj okrug - Jugra'),
(605, 'no', 'Hanty-Mansijskij avtonomnyj okrug - Jugra'),
(605, 'pt', 'Hanty-Mansijskij avtonomnyj okrug - Jugra'),
(605, 'ro', 'Hanty-Mansijskij avtonomnyj okrug - Jugra'),
(605, 'ru', 'Ханты-Мансийский автономный округ — Югра'),
(606, 'da', 'Chukotskij avtonomnyj okrug'),
(606, 'de', 'Chukotskij avtonomnyj okrug'),
(606, 'el', 'Chukotskij avtonomnyj okrug'),
(606, 'en', 'Chukotskij avtonomnyj okrug'),
(606, 'es', 'Chukotskij avtonomnyj okrug'),
(606, 'fr', 'Chukotskij avtonomnyj okrug'),
(606, 'it', 'Chukotskij avtonomnyj okrug'),
(606, 'nl', 'Chukotskij avtonomnyj okrug'),
(606, 'no', 'Chukotskij avtonomnyj okrug'),
(606, 'pt', 'Chukotskij avtonomnyj okrug'),
(606, 'ro', 'Chukotskij avtonomnyj okrug'),
(606, 'ru', 'Чукотский автономный округ'),
(607, 'da', 'Jamalo-Neneckij avtonomnyj okrug'),
(607, 'de', 'Jamalo-Neneckij avtonomnyj okrug'),
(607, 'el', 'Jamalo-Neneckij avtonomnyj okrug'),
(607, 'en', 'Jamalo-Neneckij avtonomnyj okrug'),
(607, 'es', 'Jamalo-Neneckij avtonomnyj okrug'),
(607, 'fr', 'Jamalo-Neneckij avtonomnyj okrug'),
(607, 'it', 'Jamalo-Neneckij avtonomnyj okrug'),
(607, 'nl', 'Jamalo-Neneckij avtonomnyj okrug'),
(607, 'no', 'Jamalo-Neneckij avtonomnyj okrug'),
(607, 'pt', 'Jamalo-Neneckij avtonomnyj okrug'),
(607, 'ro', 'Jamalo-Neneckij avtonomnyj okrug'),
(607, 'ru', 'Ямало-Ненецкий автономный округ'),
(608, 'da', 'Zabaykal\'skiy kraj'),
(608, 'de', 'Zabaykal\'skiy kraj'),
(608, 'el', 'Zabaykal\'skiy kraj'),
(608, 'en', 'Zabaykal\'skiy kraj'),
(608, 'es', 'Zabaykal\'skiy kraj'),
(608, 'fr', 'Zabaykal\'skiy kraj'),
(608, 'it', 'Zabaykal\'skiy kraj'),
(608, 'nl', 'Zabaykal\'skiy kraj'),
(608, 'no', 'Zabaykal\'skiy kraj'),
(608, 'pt', 'Zabaykal\'skiy kraj'),
(608, 'ro', 'Zabaykal\'skiy kraj'),
(608, 'ru', 'Забайкальский край'),
(609, 'da', 'Kamchatskiy kraj'),
(609, 'de', 'Kamchatskiy kraj'),
(609, 'el', 'Kamchatskiy kraj'),
(609, 'en', 'Kamchatskiy kraj'),
(609, 'es', 'Kamchatskiy kraj'),
(609, 'fr', 'Kamchatskiy kraj'),
(609, 'it', 'Kamchatskiy kraj'),
(609, 'nl', 'Kamchatskiy kraj'),
(609, 'no', 'Kamchatskiy kraj'),
(609, 'pt', 'Kamchatskiy kraj'),
(609, 'ro', 'Kamchatskiy kraj'),
(609, 'ru', 'Камчатский край'),
(610, 'da', 'Mayenne'),
(610, 'de', 'Mayenne'),
(610, 'el', 'Mayenne'),
(610, 'en', 'Mayenne'),
(610, 'es', 'Mayenne'),
(610, 'fr', 'Mayenne'),
(610, 'it', 'Mayenne'),
(610, 'nl', 'Mayenne'),
(610, 'no', 'Mayenne'),
(610, 'pt', 'Mayenne'),
(610, 'ro', 'Mayenne'),
(610, 'ru', 'Mayenne'),
(611, 'da', 'Meurthe-et-Moselle'),
(611, 'de', 'Meurthe-et-Moselle'),
(611, 'el', 'Meurthe-et-Moselle'),
(611, 'en', 'Meurthe-et-Moselle'),
(611, 'es', 'Meurthe-et-Moselle'),
(611, 'fr', 'Meurthe-et-Moselle'),
(611, 'it', 'Meurthe-et-Moselle'),
(611, 'nl', 'Meurthe-et-Moselle'),
(611, 'no', 'Meurthe-et-Moselle'),
(611, 'pt', 'Meurthe-et-Moselle'),
(611, 'ro', 'Meurthe-et-Moselle'),
(611, 'ru', 'Meurthe-et-Moselle'),
(612, 'da', 'Meuse'),
(612, 'de', 'Meuse'),
(612, 'el', 'Meuse'),
(612, 'en', 'Meuse'),
(612, 'es', 'Meuse'),
(612, 'fr', 'Meuse'),
(612, 'it', 'Meuse'),
(612, 'nl', 'Meuse'),
(612, 'no', 'Meuse'),
(612, 'pt', 'Meuse'),
(612, 'ro', 'Meuse'),
(612, 'ru', 'Meuse'),
(613, 'da', 'Morbihan'),
(613, 'de', 'Morbihan'),
(613, 'el', 'Morbihan'),
(613, 'en', 'Morbihan'),
(613, 'es', 'Morbihan'),
(613, 'fr', 'Morbihan'),
(613, 'it', 'Morbihan'),
(613, 'nl', 'Morbihan'),
(613, 'no', 'Morbihan'),
(613, 'pt', 'Morbihan'),
(613, 'ro', 'Morbihan'),
(613, 'ru', 'Morbihan'),
(614, 'da', 'Moselle'),
(614, 'de', 'Moselle'),
(614, 'el', 'Moselle'),
(614, 'en', 'Moselle'),
(614, 'es', 'Moselle'),
(614, 'fr', 'Moselle'),
(614, 'it', 'Moselle'),
(614, 'nl', 'Moselle'),
(614, 'no', 'Moselle'),
(614, 'pt', 'Moselle'),
(614, 'ro', 'Moselle'),
(614, 'ru', 'Moselle'),
(615, 'da', 'Nièvre'),
(615, 'de', 'Nièvre'),
(615, 'el', 'Nièvre'),
(615, 'en', 'Nièvre'),
(615, 'es', 'Nièvre'),
(615, 'fr', 'Nièvre'),
(615, 'it', 'Nièvre'),
(615, 'nl', 'Nièvre'),
(615, 'no', 'Nièvre'),
(615, 'pt', 'Nièvre'),
(615, 'ro', 'Nièvre'),
(615, 'ru', 'Nièvre'),
(616, 'da', 'Nord'),
(616, 'de', 'Nord'),
(616, 'el', 'Nord'),
(616, 'en', 'Nord'),
(616, 'es', 'Nord'),
(616, 'fr', 'Nord'),
(616, 'it', 'Nord'),
(616, 'nl', 'Nord'),
(616, 'no', 'Nord'),
(616, 'pt', 'Nord'),
(616, 'ro', 'Nord'),
(616, 'ru', 'Nord'),
(617, 'da', 'Oise'),
(617, 'de', 'Oise'),
(617, 'el', 'Oise'),
(617, 'en', 'Oise'),
(617, 'es', 'Oise'),
(617, 'fr', 'Oise'),
(617, 'it', 'Oise'),
(617, 'nl', 'Oise'),
(617, 'no', 'Oise'),
(617, 'pt', 'Oise'),
(617, 'ro', 'Oise'),
(617, 'ru', 'Oise'),
(618, 'da', 'Orne'),
(618, 'de', 'Orne'),
(618, 'el', 'Orne'),
(618, 'en', 'Orne'),
(618, 'es', 'Orne'),
(618, 'fr', 'Orne'),
(618, 'it', 'Orne'),
(618, 'nl', 'Orne'),
(618, 'no', 'Orne'),
(618, 'pt', 'Orne'),
(618, 'ro', 'Orne'),
(618, 'ru', 'Orne'),
(619, 'da', 'Pas-de-Calais'),
(619, 'de', 'Pas-de-Calais'),
(619, 'el', 'Pas-de-Calais'),
(619, 'en', 'Pas-de-Calais'),
(619, 'es', 'Pas-de-Calais'),
(619, 'fr', 'Pas-de-Calais'),
(619, 'it', 'Pas-de-Calais'),
(619, 'nl', 'Pas-de-Calais'),
(619, 'no', 'Pas-de-Calais'),
(619, 'pt', 'Pas-de-Calais'),
(619, 'ro', 'Pas-de-Calais'),
(619, 'ru', 'Pas-de-Calais'),
(620, 'da', 'Puy-de-Dôme'),
(620, 'de', 'Puy-de-Dôme'),
(620, 'el', 'Puy-de-Dôme'),
(620, 'en', 'Puy-de-Dôme'),
(620, 'es', 'Puy-de-Dôme'),
(620, 'fr', 'Puy-de-Dôme'),
(620, 'it', 'Puy-de-Dôme'),
(620, 'nl', 'Puy-de-Dôme'),
(620, 'no', 'Puy-de-Dôme'),
(620, 'pt', 'Puy-de-Dôme'),
(620, 'ro', 'Puy-de-Dôme'),
(620, 'ru', 'Puy-de-Dôme'),
(621, 'da', 'Pyrénées-Atlantiques'),
(621, 'de', 'Pyrénées-Atlantiques'),
(621, 'el', 'Pyrénées-Atlantiques'),
(621, 'en', 'Pyrénées-Atlantiques'),
(621, 'es', 'Pyrénées-Atlantiques'),
(621, 'fr', 'Pyrénées-Atlantiques'),
(621, 'it', 'Pyrénées-Atlantiques'),
(621, 'nl', 'Pyrénées-Atlantiques'),
(621, 'no', 'Pyrénées-Atlantiques'),
(621, 'pt', 'Pyrénées-Atlantiques'),
(621, 'ro', 'Pyrénées-Atlantiques'),
(621, 'ru', 'Pyrénées-Atlantiques'),
(622, 'da', 'Hautes-Pyrénées'),
(622, 'de', 'Hautes-Pyrénées'),
(622, 'el', 'Hautes-Pyrénées'),
(622, 'en', 'Hautes-Pyrénées'),
(622, 'es', 'Hautes-Pyrénées'),
(622, 'fr', 'Hautes-Pyrénées'),
(622, 'it', 'Hautes-Pyrénées'),
(622, 'nl', 'Hautes-Pyrénées'),
(622, 'no', 'Hautes-Pyrénées'),
(622, 'pt', 'Hautes-Pyrénées'),
(622, 'ro', 'Hautes-Pyrénées'),
(622, 'ru', 'Hautes-Pyrénées'),
(623, 'da', 'Pyrénées-Orientales'),
(623, 'de', 'Pyrénées-Orientales'),
(623, 'el', 'Pyrénées-Orientales'),
(623, 'en', 'Pyrénées-Orientales'),
(623, 'es', 'Pyrénées-Orientales'),
(623, 'fr', 'Pyrénées-Orientales'),
(623, 'it', 'Pyrénées-Orientales'),
(623, 'nl', 'Pyrénées-Orientales'),
(623, 'no', 'Pyrénées-Orientales'),
(623, 'pt', 'Pyrénées-Orientales'),
(623, 'ro', 'Pyrénées-Orientales'),
(623, 'ru', 'Pyrénées-Orientales'),
(624, 'da', 'Bas-Rhin'),
(624, 'de', 'Bas-Rhin'),
(624, 'el', 'Bas-Rhin'),
(624, 'en', 'Bas-Rhin'),
(624, 'es', 'Bas-Rhin'),
(624, 'fr', 'Bas-Rhin'),
(624, 'it', 'Bas-Rhin'),
(624, 'nl', 'Bas-Rhin'),
(624, 'no', 'Bas-Rhin'),
(624, 'pt', 'Bas-Rhin'),
(624, 'ro', 'Bas-Rhin'),
(624, 'ru', 'Bas-Rhin'),
(625, 'da', 'Haut-Rhin'),
(625, 'de', 'Haut-Rhin'),
(625, 'el', 'Haut-Rhin'),
(625, 'en', 'Haut-Rhin'),
(625, 'es', 'Haut-Rhin'),
(625, 'fr', 'Haut-Rhin'),
(625, 'it', 'Haut-Rhin'),
(625, 'nl', 'Haut-Rhin'),
(625, 'no', 'Haut-Rhin'),
(625, 'pt', 'Haut-Rhin'),
(625, 'ro', 'Haut-Rhin'),
(625, 'ru', 'Haut-Rhin'),
(626, 'da', 'Rhône'),
(626, 'de', 'Rhône'),
(626, 'el', 'Rhône'),
(626, 'en', 'Rhône'),
(626, 'es', 'Rhône'),
(626, 'fr', 'Rhône'),
(626, 'it', 'Rhône'),
(626, 'nl', 'Rhône'),
(626, 'no', 'Rhône'),
(626, 'pt', 'Rhône'),
(626, 'ro', 'Rhône'),
(626, 'ru', 'Rhône'),
(627, 'da', 'Haute-Saône'),
(627, 'de', 'Haute-Saône'),
(627, 'el', 'Haute-Saône'),
(627, 'en', 'Haute-Saône'),
(627, 'es', 'Haute-Saône'),
(627, 'fr', 'Haute-Saône'),
(627, 'it', 'Haute-Saône'),
(627, 'nl', 'Haute-Saône'),
(627, 'no', 'Haute-Saône'),
(627, 'pt', 'Haute-Saône'),
(627, 'ro', 'Haute-Saône'),
(627, 'ru', 'Haute-Saône'),
(628, 'da', 'Saône-et-Loire'),
(628, 'de', 'Saône-et-Loire'),
(628, 'el', 'Saône-et-Loire'),
(628, 'en', 'Saône-et-Loire'),
(628, 'es', 'Saône-et-Loire'),
(628, 'fr', 'Saône-et-Loire'),
(628, 'it', 'Saône-et-Loire'),
(628, 'nl', 'Saône-et-Loire'),
(628, 'no', 'Saône-et-Loire'),
(628, 'pt', 'Saône-et-Loire'),
(628, 'ro', 'Saône-et-Loire'),
(628, 'ru', 'Saône-et-Loire'),
(629, 'da', 'Sarthe'),
(629, 'de', 'Sarthe'),
(629, 'el', 'Sarthe'),
(629, 'en', 'Sarthe'),
(629, 'es', 'Sarthe'),
(629, 'fr', 'Sarthe'),
(629, 'it', 'Sarthe'),
(629, 'nl', 'Sarthe'),
(629, 'no', 'Sarthe'),
(629, 'pt', 'Sarthe'),
(629, 'ro', 'Sarthe'),
(629, 'ru', 'Sarthe'),
(630, 'da', 'Savoie'),
(630, 'de', 'Savoie'),
(630, 'el', 'Savoie'),
(630, 'en', 'Savoie'),
(630, 'es', 'Savoie'),
(630, 'fr', 'Savoie'),
(630, 'it', 'Savoie'),
(630, 'nl', 'Savoie'),
(630, 'no', 'Savoie'),
(630, 'pt', 'Savoie'),
(630, 'ro', 'Savoie'),
(630, 'ru', 'Savoie'),
(631, 'da', 'Haute-Savoie'),
(631, 'de', 'Haute-Savoie'),
(631, 'el', 'Haute-Savoie'),
(631, 'en', 'Haute-Savoie'),
(631, 'es', 'Haute-Savoie'),
(631, 'fr', 'Haute-Savoie'),
(631, 'it', 'Haute-Savoie'),
(631, 'nl', 'Haute-Savoie'),
(631, 'no', 'Haute-Savoie'),
(631, 'pt', 'Haute-Savoie'),
(631, 'ro', 'Haute-Savoie'),
(631, 'ru', 'Haute-Savoie'),
(632, 'da', 'Seine-Maritime'),
(632, 'de', 'Seine-Maritime'),
(632, 'el', 'Seine-Maritime'),
(632, 'en', 'Seine-Maritime'),
(632, 'es', 'Seine-Maritime'),
(632, 'fr', 'Seine-Maritime'),
(632, 'it', 'Seine-Maritime'),
(632, 'nl', 'Seine-Maritime'),
(632, 'no', 'Seine-Maritime'),
(632, 'pt', 'Seine-Maritime'),
(632, 'ro', 'Seine-Maritime'),
(632, 'ru', 'Seine-Maritime'),
(633, 'da', 'Seine-et-Marne'),
(633, 'de', 'Seine-et-Marne'),
(633, 'el', 'Seine-et-Marne'),
(633, 'en', 'Seine-et-Marne'),
(633, 'es', 'Seine-et-Marne'),
(633, 'fr', 'Seine-et-Marne'),
(633, 'it', 'Seine-et-Marne'),
(633, 'nl', 'Seine-et-Marne'),
(633, 'no', 'Seine-et-Marne'),
(633, 'pt', 'Seine-et-Marne'),
(633, 'ro', 'Seine-et-Marne'),
(633, 'ru', 'Seine-et-Marne'),
(634, 'da', 'Yvelines'),
(634, 'de', 'Yvelines'),
(634, 'el', 'Yvelines'),
(634, 'en', 'Yvelines'),
(634, 'es', 'Yvelines'),
(634, 'fr', 'Yvelines'),
(634, 'it', 'Yvelines'),
(634, 'nl', 'Yvelines'),
(634, 'no', 'Yvelines'),
(634, 'pt', 'Yvelines'),
(634, 'ro', 'Yvelines'),
(634, 'ru', 'Yvelines'),
(635, 'da', 'Deux-Sèvres'),
(635, 'de', 'Deux-Sèvres'),
(635, 'el', 'Deux-Sèvres'),
(635, 'en', 'Deux-Sèvres'),
(635, 'es', 'Deux-Sèvres'),
(635, 'fr', 'Deux-Sèvres'),
(635, 'it', 'Deux-Sèvres'),
(635, 'nl', 'Deux-Sèvres'),
(635, 'no', 'Deux-Sèvres'),
(635, 'pt', 'Deux-Sèvres'),
(635, 'ro', 'Deux-Sèvres'),
(635, 'ru', 'Deux-Sèvres'),
(636, 'da', 'A Coruña'),
(636, 'de', 'A Coruña'),
(636, 'el', 'A Coruña'),
(636, 'en', 'A Coruña'),
(636, 'es', 'La Coruña'),
(636, 'fr', 'A Coruña'),
(636, 'it', 'A Coruña'),
(636, 'nl', 'A Coruña'),
(636, 'no', 'A Coruña'),
(636, 'pt', 'A Coruña'),
(636, 'ro', 'A Coruña'),
(636, 'ru', 'A Coruña'),
(637, 'da', 'Álava'),
(637, 'de', 'Álava'),
(637, 'el', 'Álava'),
(637, 'en', 'Álava'),
(637, 'es', 'Álava'),
(637, 'fr', 'Álava'),
(637, 'it', 'Álava'),
(637, 'nl', 'Álava'),
(637, 'no', 'Álava'),
(637, 'pt', 'Álava'),
(637, 'ro', 'Álava'),
(637, 'ru', 'Álava'),
(638, 'da', 'Albacete'),
(638, 'de', 'Albacete'),
(638, 'el', 'Albacete'),
(638, 'en', 'Albacete'),
(638, 'es', 'Albacete'),
(638, 'fr', 'Albacete'),
(638, 'it', 'Albacete'),
(638, 'nl', 'Albacete'),
(638, 'no', 'Albacete'),
(638, 'pt', 'Albacete'),
(638, 'ro', 'Albacete'),
(638, 'ru', 'Albacete'),
(639, 'da', 'Alicante'),
(639, 'de', 'Alicante'),
(639, 'el', 'Alicante'),
(639, 'en', 'Alicante'),
(639, 'es', 'Alicante'),
(639, 'fr', 'Alicante'),
(639, 'it', 'Alicante'),
(639, 'nl', 'Alicante'),
(639, 'no', 'Alicante'),
(639, 'pt', 'Alicante'),
(639, 'ro', 'Alicante'),
(639, 'ru', 'Alicante'),
(640, 'da', 'Almería'),
(640, 'de', 'Almería'),
(640, 'el', 'Almería'),
(640, 'en', 'Almería'),
(640, 'es', 'Almería'),
(640, 'fr', 'Almería'),
(640, 'it', 'Almería'),
(640, 'nl', 'Almería'),
(640, 'no', 'Almería'),
(640, 'pt', 'Almería'),
(640, 'ro', 'Almería'),
(640, 'ru', 'Almería'),
(641, 'da', 'Asturias'),
(641, 'de', 'Asturias'),
(641, 'el', 'Asturias'),
(641, 'en', 'Asturias'),
(641, 'es', 'Asturias'),
(641, 'fr', 'Asturias'),
(641, 'it', 'Asturias'),
(641, 'nl', 'Asturias'),
(641, 'no', 'Asturias'),
(641, 'pt', 'Asturias'),
(641, 'ro', 'Asturias'),
(641, 'ru', 'Asturias'),
(642, 'da', 'Ávila'),
(642, 'de', 'Ávila'),
(642, 'el', 'Ávila'),
(642, 'en', 'Ávila'),
(642, 'es', 'Ávila'),
(642, 'fr', 'Ávila'),
(642, 'it', 'Ávila'),
(642, 'nl', 'Ávila'),
(642, 'no', 'Ávila'),
(642, 'pt', 'Ávila'),
(642, 'ro', 'Ávila'),
(642, 'ru', 'Ávila'),
(643, 'da', 'Badajoz'),
(643, 'de', 'Badajoz'),
(643, 'el', 'Badajoz'),
(643, 'en', 'Badajoz'),
(643, 'es', 'Badajoz'),
(643, 'fr', 'Badajoz'),
(643, 'it', 'Badajoz'),
(643, 'nl', 'Badajoz'),
(643, 'no', 'Badajoz'),
(643, 'pt', 'Badajoz'),
(643, 'ro', 'Badajoz'),
(643, 'ru', 'Badajoz'),
(644, 'da', 'Baleares'),
(644, 'de', 'Baleares'),
(644, 'el', 'Baleares'),
(644, 'en', 'Baleares'),
(644, 'es', 'Baleares'),
(644, 'fr', 'Baleares'),
(644, 'it', 'Baleares'),
(644, 'nl', 'Baleares'),
(644, 'no', 'Baleares'),
(644, 'pt', 'Baleares'),
(644, 'ro', 'Baleares'),
(644, 'ru', 'Baleares'),
(645, 'da', 'Barcelona'),
(645, 'de', 'Barcelona'),
(645, 'el', 'Barcelona'),
(645, 'en', 'Barcelona'),
(645, 'es', 'Barcelona'),
(645, 'fr', 'Barcelona'),
(645, 'it', 'Barcelona'),
(645, 'nl', 'Barcelona'),
(645, 'no', 'Barcelona'),
(645, 'pt', 'Barcelona'),
(645, 'ro', 'Barcelona'),
(645, 'ru', 'Barcelona'),
(646, 'da', 'Burgos'),
(646, 'de', 'Burgos'),
(646, 'el', 'Burgos'),
(646, 'en', 'Burgos'),
(646, 'es', 'Burgos'),
(646, 'fr', 'Burgos'),
(646, 'it', 'Burgos'),
(646, 'nl', 'Burgos'),
(646, 'no', 'Burgos'),
(646, 'pt', 'Burgos'),
(646, 'ro', 'Burgos'),
(646, 'ru', 'Burgos'),
(647, 'da', 'Cáceres'),
(647, 'de', 'Cáceres'),
(647, 'el', 'Cáceres'),
(647, 'en', 'Cáceres'),
(647, 'es', 'Cáceres'),
(647, 'fr', 'Cáceres'),
(647, 'it', 'Cáceres'),
(647, 'nl', 'Cáceres'),
(647, 'no', 'Cáceres'),
(647, 'pt', 'Cáceres'),
(647, 'ro', 'Cáceres'),
(647, 'ru', 'Cáceres'),
(648, 'da', 'Cádiz'),
(648, 'de', 'Cádiz'),
(648, 'el', 'Cádiz'),
(648, 'en', 'Cádiz'),
(648, 'es', 'Cádiz'),
(648, 'fr', 'Cádiz'),
(648, 'it', 'Cádiz'),
(648, 'nl', 'Cádiz'),
(648, 'no', 'Cádiz'),
(648, 'pt', 'Cádiz'),
(648, 'ro', 'Cádiz'),
(648, 'ru', 'Cádiz'),
(649, 'da', 'Cantabria'),
(649, 'de', 'Cantabria'),
(649, 'el', 'Cantabria'),
(649, 'en', 'Cantabria'),
(649, 'es', 'Cantabria'),
(649, 'fr', 'Cantabria'),
(649, 'it', 'Cantabria'),
(649, 'nl', 'Cantabria'),
(649, 'no', 'Cantabria'),
(649, 'pt', 'Cantabria'),
(649, 'ro', 'Cantabria'),
(649, 'ru', 'Cantabria'),
(650, 'da', 'Castellón'),
(650, 'de', 'Castellón'),
(650, 'el', 'Castellón'),
(650, 'en', 'Castellón'),
(650, 'es', 'Castellón'),
(650, 'fr', 'Castellón'),
(650, 'it', 'Castellón'),
(650, 'nl', 'Castellón'),
(650, 'no', 'Castellón'),
(650, 'pt', 'Castellón'),
(650, 'ro', 'Castellón'),
(650, 'ru', 'Castellón'),
(651, 'da', 'Ceuta'),
(651, 'de', 'Ceuta'),
(651, 'el', 'Ceuta'),
(651, 'en', 'Ceuta'),
(651, 'es', 'Ceuta'),
(651, 'fr', 'Ceuta'),
(651, 'it', 'Ceuta'),
(651, 'nl', 'Ceuta'),
(651, 'no', 'Ceuta'),
(651, 'pt', 'Ceuta'),
(651, 'ro', 'Ceuta'),
(651, 'ru', 'Ceuta'),
(652, 'da', 'Ciudad Real'),
(652, 'de', 'Ciudad Real'),
(652, 'el', 'Ciudad Real'),
(652, 'en', 'Ciudad Real'),
(652, 'es', 'Ciudad Real'),
(652, 'fr', 'Ciudad Real'),
(652, 'it', 'Ciudad Real'),
(652, 'nl', 'Ciudad Real'),
(652, 'no', 'Ciudad Real'),
(652, 'pt', 'Ciudad Real'),
(652, 'ro', 'Ciudad Real'),
(652, 'ru', 'Ciudad Real'),
(653, 'da', 'Córdoba'),
(653, 'de', 'Córdoba'),
(653, 'el', 'Córdoba'),
(653, 'en', 'Córdoba'),
(653, 'es', 'Córdoba'),
(653, 'fr', 'Córdoba'),
(653, 'it', 'Córdoba'),
(653, 'nl', 'Córdoba'),
(653, 'no', 'Córdoba'),
(653, 'pt', 'Córdoba'),
(653, 'ro', 'Córdoba'),
(653, 'ru', 'Córdoba'),
(654, 'da', 'Cuenca'),
(654, 'de', 'Cuenca'),
(654, 'el', 'Cuenca'),
(654, 'en', 'Cuenca'),
(654, 'es', 'Cuenca'),
(654, 'fr', 'Cuenca'),
(654, 'it', 'Cuenca'),
(654, 'nl', 'Cuenca'),
(654, 'no', 'Cuenca'),
(654, 'pt', 'Cuenca'),
(654, 'ro', 'Cuenca'),
(654, 'ru', 'Cuenca'),
(655, 'da', 'Girona'),
(655, 'de', 'Girona'),
(655, 'el', 'Girona'),
(655, 'en', 'Girona'),
(655, 'es', 'Girona'),
(655, 'fr', 'Girona'),
(655, 'it', 'Girona'),
(655, 'nl', 'Girona'),
(655, 'no', 'Girona'),
(655, 'pt', 'Girona'),
(655, 'ro', 'Girona'),
(655, 'ru', 'Girona'),
(656, 'da', 'Granada'),
(656, 'de', 'Granada'),
(656, 'el', 'Granada'),
(656, 'en', 'Granada'),
(656, 'es', 'Granada'),
(656, 'fr', 'Granada'),
(656, 'it', 'Granada'),
(656, 'nl', 'Granada'),
(656, 'no', 'Granada'),
(656, 'pt', 'Granada'),
(656, 'ro', 'Granada'),
(656, 'ru', 'Granada'),
(657, 'da', 'Guadalajara'),
(657, 'de', 'Guadalajara'),
(657, 'el', 'Guadalajara'),
(657, 'en', 'Guadalajara'),
(657, 'es', 'Guadalajara'),
(657, 'fr', 'Guadalajara'),
(657, 'it', 'Guadalajara'),
(657, 'nl', 'Guadalajara'),
(657, 'no', 'Guadalajara'),
(657, 'pt', 'Guadalajara'),
(657, 'ro', 'Guadalajara'),
(657, 'ru', 'Guadalajara'),
(658, 'da', 'Guipúzcoa'),
(658, 'de', 'Guipúzcoa'),
(658, 'el', 'Guipúzcoa'),
(658, 'en', 'Guipúzcoa'),
(658, 'es', 'Guipúzcoa'),
(658, 'fr', 'Guipúzcoa'),
(658, 'it', 'Guipúzcoa'),
(658, 'nl', 'Guipúzcoa'),
(658, 'no', 'Guipúzcoa'),
(658, 'pt', 'Guipúzcoa'),
(658, 'ro', 'Guipúzcoa'),
(658, 'ru', 'Guipúzcoa'),
(659, 'da', 'Huelva'),
(659, 'de', 'Huelva'),
(659, 'el', 'Huelva'),
(659, 'en', 'Huelva'),
(659, 'es', 'Huelva'),
(659, 'fr', 'Huelva'),
(659, 'it', 'Huelva'),
(659, 'nl', 'Huelva'),
(659, 'no', 'Huelva'),
(659, 'pt', 'Huelva'),
(659, 'ro', 'Huelva'),
(659, 'ru', 'Huelva'),
(660, 'da', 'Huesca'),
(660, 'de', 'Huesca'),
(660, 'el', 'Huesca'),
(660, 'en', 'Huesca'),
(660, 'es', 'Huesca'),
(660, 'fr', 'Huesca'),
(660, 'it', 'Huesca'),
(660, 'nl', 'Huesca'),
(660, 'no', 'Huesca'),
(660, 'pt', 'Huesca'),
(660, 'ro', 'Huesca'),
(660, 'ru', 'Huesca'),
(661, 'da', 'Jaén'),
(661, 'de', 'Jaén'),
(661, 'el', 'Jaén'),
(661, 'en', 'Jaén'),
(661, 'es', 'Jaén'),
(661, 'fr', 'Jaén'),
(661, 'it', 'Jaén'),
(661, 'nl', 'Jaén'),
(661, 'no', 'Jaén'),
(661, 'pt', 'Jaén'),
(661, 'ro', 'Jaén'),
(661, 'ru', 'Jaén'),
(662, 'da', 'La Rioja'),
(662, 'de', 'La Rioja'),
(662, 'el', 'La Rioja'),
(662, 'en', 'La Rioja'),
(662, 'es', 'La Rioja'),
(662, 'fr', 'La Rioja'),
(662, 'it', 'La Rioja'),
(662, 'nl', 'La Rioja'),
(662, 'no', 'La Rioja'),
(662, 'pt', 'La Rioja'),
(662, 'ro', 'La Rioja'),
(662, 'ru', 'La Rioja'),
(663, 'da', 'Las Palmas'),
(663, 'de', 'Las Palmas'),
(663, 'el', 'Las Palmas'),
(663, 'en', 'Las Palmas'),
(663, 'es', 'Las Palmas'),
(663, 'fr', 'Las Palmas'),
(663, 'it', 'Las Palmas'),
(663, 'nl', 'Las Palmas'),
(663, 'no', 'Las Palmas'),
(663, 'pt', 'Las Palmas'),
(663, 'ro', 'Las Palmas'),
(663, 'ru', 'Las Palmas'),
(664, 'da', 'León'),
(664, 'de', 'León'),
(664, 'el', 'León'),
(664, 'en', 'León'),
(664, 'es', 'León'),
(664, 'fr', 'León'),
(664, 'it', 'León');
INSERT INTO `partiushop_state_descriptions` (`state_id`, `lang_code`, `state`) VALUES
(664, 'nl', 'León'),
(664, 'no', 'León'),
(664, 'pt', 'León'),
(664, 'ro', 'León'),
(664, 'ru', 'León'),
(665, 'da', 'Lleida'),
(665, 'de', 'Lleida'),
(665, 'el', 'Lleida'),
(665, 'en', 'Lleida'),
(665, 'es', 'Lérida'),
(665, 'fr', 'Lleida'),
(665, 'it', 'Lleida'),
(665, 'nl', 'Lleida'),
(665, 'no', 'Lleida'),
(665, 'pt', 'Lleida'),
(665, 'ro', 'Lleida'),
(665, 'ru', 'Lleida'),
(666, 'da', 'Lugo'),
(666, 'de', 'Lugo'),
(666, 'el', 'Lugo'),
(666, 'en', 'Lugo'),
(666, 'es', 'Lugo'),
(666, 'fr', 'Lugo'),
(666, 'it', 'Lugo'),
(666, 'nl', 'Lugo'),
(666, 'no', 'Lugo'),
(666, 'pt', 'Lugo'),
(666, 'ro', 'Lugo'),
(666, 'ru', 'Lugo'),
(667, 'da', 'Madrid'),
(667, 'de', 'Madrid'),
(667, 'el', 'Madrid'),
(667, 'en', 'Madrid'),
(667, 'es', 'Madrid'),
(667, 'fr', 'Madrid'),
(667, 'it', 'Madrid'),
(667, 'nl', 'Madrid'),
(667, 'no', 'Madrid'),
(667, 'pt', 'Madrid'),
(667, 'ro', 'Madrid'),
(667, 'ru', 'Madrid'),
(668, 'da', 'Málaga'),
(668, 'de', 'Málaga'),
(668, 'el', 'Málaga'),
(668, 'en', 'Málaga'),
(668, 'es', 'Málaga'),
(668, 'fr', 'Málaga'),
(668, 'it', 'Málaga'),
(668, 'nl', 'Málaga'),
(668, 'no', 'Málaga'),
(668, 'pt', 'Málaga'),
(668, 'ro', 'Málaga'),
(668, 'ru', 'Málaga'),
(669, 'da', 'Melilla'),
(669, 'de', 'Melilla'),
(669, 'el', 'Melilla'),
(669, 'en', 'Melilla'),
(669, 'es', 'Melilla'),
(669, 'fr', 'Melilla'),
(669, 'it', 'Melilla'),
(669, 'nl', 'Melilla'),
(669, 'no', 'Melilla'),
(669, 'pt', 'Melilla'),
(669, 'ro', 'Melilla'),
(669, 'ru', 'Melilla'),
(670, 'da', 'Murcia'),
(670, 'de', 'Murcia'),
(670, 'el', 'Murcia'),
(670, 'en', 'Murcia'),
(670, 'es', 'Murcia'),
(670, 'fr', 'Murcia'),
(670, 'it', 'Murcia'),
(670, 'nl', 'Murcia'),
(670, 'no', 'Murcia'),
(670, 'pt', 'Murcia'),
(670, 'ro', 'Murcia'),
(670, 'ru', 'Murcia'),
(671, 'da', 'Navarra'),
(671, 'de', 'Navarra'),
(671, 'el', 'Navarra'),
(671, 'en', 'Navarra'),
(671, 'es', 'Navarra'),
(671, 'fr', 'Navarra'),
(671, 'it', 'Navarra'),
(671, 'nl', 'Navarra'),
(671, 'no', 'Navarra'),
(671, 'pt', 'Navarra'),
(671, 'ro', 'Navarra'),
(671, 'ru', 'Navarra'),
(672, 'da', 'Ourense'),
(672, 'de', 'Ourense'),
(672, 'el', 'Ourense'),
(672, 'en', 'Ourense'),
(672, 'es', 'Ourense'),
(672, 'fr', 'Ourense'),
(672, 'it', 'Ourense'),
(672, 'nl', 'Ourense'),
(672, 'no', 'Ourense'),
(672, 'pt', 'Ourense'),
(672, 'ro', 'Ourense'),
(672, 'ru', 'Ourense'),
(673, 'da', 'Palencia'),
(673, 'de', 'Palencia'),
(673, 'el', 'Palencia'),
(673, 'en', 'Palencia'),
(673, 'es', 'Palencia'),
(673, 'fr', 'Palencia'),
(673, 'it', 'Palencia'),
(673, 'nl', 'Palencia'),
(673, 'no', 'Palencia'),
(673, 'pt', 'Palencia'),
(673, 'ro', 'Palencia'),
(673, 'ru', 'Palencia'),
(674, 'da', 'Pontevedra'),
(674, 'de', 'Pontevedra'),
(674, 'el', 'Pontevedra'),
(674, 'en', 'Pontevedra'),
(674, 'es', 'Pontevedra'),
(674, 'fr', 'Pontevedra'),
(674, 'it', 'Pontevedra'),
(674, 'nl', 'Pontevedra'),
(674, 'no', 'Pontevedra'),
(674, 'pt', 'Pontevedra'),
(674, 'ro', 'Pontevedra'),
(674, 'ru', 'Pontevedra'),
(675, 'da', 'Salamanca'),
(675, 'de', 'Salamanca'),
(675, 'el', 'Salamanca'),
(675, 'en', 'Salamanca'),
(675, 'es', 'Salamanca'),
(675, 'fr', 'Salamanca'),
(675, 'it', 'Salamanca'),
(675, 'nl', 'Salamanca'),
(675, 'no', 'Salamanca'),
(675, 'pt', 'Salamanca'),
(675, 'ro', 'Salamanca'),
(675, 'ru', 'Salamanca'),
(676, 'da', 'Santa Cruz de Tenerife'),
(676, 'de', 'Santa Cruz de Tenerife'),
(676, 'el', 'Santa Cruz de Tenerife'),
(676, 'en', 'Santa Cruz de Tenerife'),
(676, 'es', 'Santa Cruz de Tenerife'),
(676, 'fr', 'Santa Cruz de Tenerife'),
(676, 'it', 'Santa Cruz de Tenerife'),
(676, 'nl', 'Santa Cruz de Tenerife'),
(676, 'no', 'Santa Cruz de Tenerife'),
(676, 'pt', 'Santa Cruz de Tenerife'),
(676, 'ro', 'Santa Cruz de Tenerife'),
(676, 'ru', 'Santa Cruz de Tenerife'),
(677, 'da', 'Segovia'),
(677, 'de', 'Segovia'),
(677, 'el', 'Segovia'),
(677, 'en', 'Segovia'),
(677, 'es', 'Segovia'),
(677, 'fr', 'Segovia'),
(677, 'it', 'Segovia'),
(677, 'nl', 'Segovia'),
(677, 'no', 'Segovia'),
(677, 'pt', 'Segovia'),
(677, 'ro', 'Segovia'),
(677, 'ru', 'Segovia'),
(678, 'da', 'Sevilla'),
(678, 'de', 'Sevilla'),
(678, 'el', 'Sevilla'),
(678, 'en', 'Sevilla'),
(678, 'es', 'Sevilla'),
(678, 'fr', 'Sevilla'),
(678, 'it', 'Sevilla'),
(678, 'nl', 'Sevilla'),
(678, 'no', 'Sevilla'),
(678, 'pt', 'Sevilla'),
(678, 'ro', 'Sevilla'),
(678, 'ru', 'Sevilla'),
(679, 'da', 'Soria'),
(679, 'de', 'Soria'),
(679, 'el', 'Soria'),
(679, 'en', 'Soria'),
(679, 'es', 'Soria'),
(679, 'fr', 'Soria'),
(679, 'it', 'Soria'),
(679, 'nl', 'Soria'),
(679, 'no', 'Soria'),
(679, 'pt', 'Soria'),
(679, 'ro', 'Soria'),
(679, 'ru', 'Soria'),
(680, 'da', 'Tarragona'),
(680, 'de', 'Tarragona'),
(680, 'el', 'Tarragona'),
(680, 'en', 'Tarragona'),
(680, 'es', 'Tarragona'),
(680, 'fr', 'Tarragona'),
(680, 'it', 'Tarragona'),
(680, 'nl', 'Tarragona'),
(680, 'no', 'Tarragona'),
(680, 'pt', 'Tarragona'),
(680, 'ro', 'Tarragona'),
(680, 'ru', 'Tarragona'),
(681, 'da', 'Teruel'),
(681, 'de', 'Teruel'),
(681, 'el', 'Teruel'),
(681, 'en', 'Teruel'),
(681, 'es', 'Teruel'),
(681, 'fr', 'Teruel'),
(681, 'it', 'Teruel'),
(681, 'nl', 'Teruel'),
(681, 'no', 'Teruel'),
(681, 'pt', 'Teruel'),
(681, 'ro', 'Teruel'),
(681, 'ru', 'Teruel'),
(682, 'da', 'Toledo'),
(682, 'de', 'Toledo'),
(682, 'el', 'Toledo'),
(682, 'en', 'Toledo'),
(682, 'es', 'Toledo'),
(682, 'fr', 'Toledo'),
(682, 'it', 'Toledo'),
(682, 'nl', 'Toledo'),
(682, 'no', 'Toledo'),
(682, 'pt', 'Toledo'),
(682, 'ro', 'Toledo'),
(682, 'ru', 'Toledo'),
(683, 'da', 'Valencia'),
(683, 'de', 'Valencia'),
(683, 'el', 'Valencia'),
(683, 'en', 'Valencia'),
(683, 'es', 'Valencia'),
(683, 'fr', 'Valencia'),
(683, 'it', 'Valencia'),
(683, 'nl', 'Valencia'),
(683, 'no', 'Valencia'),
(683, 'pt', 'Valencia'),
(683, 'ro', 'Valencia'),
(683, 'ru', 'Valencia'),
(684, 'da', 'Valladolid'),
(684, 'de', 'Valladolid'),
(684, 'el', 'Valladolid'),
(684, 'en', 'Valladolid'),
(684, 'es', 'Valladolid'),
(684, 'fr', 'Valladolid'),
(684, 'it', 'Valladolid'),
(684, 'nl', 'Valladolid'),
(684, 'no', 'Valladolid'),
(684, 'pt', 'Valladolid'),
(684, 'ro', 'Valladolid'),
(684, 'ru', 'Valladolid'),
(685, 'da', 'Vizcaya'),
(685, 'de', 'Vizcaya'),
(685, 'el', 'Vizcaya'),
(685, 'en', 'Vizcaya'),
(685, 'es', 'Vizcaya'),
(685, 'fr', 'Vizcaya'),
(685, 'it', 'Vizcaya'),
(685, 'nl', 'Vizcaya'),
(685, 'no', 'Vizcaya'),
(685, 'pt', 'Vizcaya'),
(685, 'ro', 'Vizcaya'),
(685, 'ru', 'Vizcaya'),
(686, 'da', 'Zamora'),
(686, 'de', 'Zamora'),
(686, 'el', 'Zamora'),
(686, 'en', 'Zamora'),
(686, 'es', 'Zamora'),
(686, 'fr', 'Zamora'),
(686, 'it', 'Zamora'),
(686, 'nl', 'Zamora'),
(686, 'no', 'Zamora'),
(686, 'pt', 'Zamora'),
(686, 'ro', 'Zamora'),
(686, 'ru', 'Zamora'),
(687, 'da', 'Zaragoza'),
(687, 'de', 'Zaragoza'),
(687, 'el', 'Zaragoza'),
(687, 'en', 'Zaragoza'),
(687, 'es', 'Zaragoza'),
(687, 'fr', 'Zaragoza'),
(687, 'it', 'Zaragoza'),
(687, 'nl', 'Zaragoza'),
(687, 'no', 'Zaragoza'),
(687, 'pt', 'Zaragoza'),
(687, 'ro', 'Zaragoza'),
(687, 'ru', 'Zaragoza'),
(688, 'da', 'Sofia'),
(688, 'de', 'Sofia'),
(688, 'el', 'Sofia'),
(688, 'en', 'Sofia'),
(688, 'es', 'Sofia'),
(688, 'fr', 'Sofia'),
(688, 'it', 'Sofia'),
(688, 'nl', 'Sofia'),
(688, 'no', 'Sofia'),
(688, 'pt', 'Sofia'),
(688, 'ro', 'Sofia'),
(688, 'ru', 'София'),
(702, 'da', 'Aetolia-Acarnania'),
(702, 'de', 'Aetolia-Acarnania'),
(702, 'el', 'Αιτωλοακαρνανία'),
(702, 'en', 'Aetolia-Acarnania'),
(702, 'es', 'Aetolia-Acarnania'),
(702, 'fr', 'Aetolia-Acarnania'),
(702, 'it', 'Aetolia-Acarnania'),
(702, 'nl', 'Aetolia-Acarnania'),
(702, 'no', 'Aetolia-Acarnania'),
(702, 'pt', 'Aetolia-Acarnania'),
(702, 'ro', 'Aetolia-Acarnania'),
(702, 'ru', 'Этолия и Акарнания'),
(703, 'da', 'Argolis'),
(703, 'de', 'Argolis'),
(703, 'el', 'Αργολίδας'),
(703, 'en', 'Argolis'),
(703, 'es', 'Argolis'),
(703, 'fr', 'Argolis'),
(703, 'it', 'Argolis'),
(703, 'nl', 'Argolis'),
(703, 'no', 'Argolis'),
(703, 'pt', 'Argolis'),
(703, 'ro', 'Argolis'),
(703, 'ru', 'Арголида'),
(704, 'da', 'Arcadia'),
(704, 'de', 'Arcadia'),
(704, 'el', 'Αρκαδίας'),
(704, 'en', 'Arcadia'),
(704, 'es', 'Arcadia'),
(704, 'fr', 'Arcadia'),
(704, 'it', 'Arcadia'),
(704, 'nl', 'Arcadia'),
(704, 'no', 'Arcadia'),
(704, 'pt', 'Arcadia'),
(704, 'ro', 'Arcadia'),
(704, 'ru', 'Аркадия'),
(705, 'da', 'Arta'),
(705, 'de', 'Arta'),
(705, 'el', 'Άρτας'),
(705, 'en', 'Arta'),
(705, 'es', 'Arta'),
(705, 'fr', 'Arta'),
(705, 'it', 'Arta'),
(705, 'nl', 'Arta'),
(705, 'no', 'Arta'),
(705, 'pt', 'Arta'),
(705, 'ro', 'Arta'),
(705, 'ru', 'Арта'),
(706, 'da', 'Achaea'),
(706, 'de', 'Achaea'),
(706, 'el', 'Αχαΐας'),
(706, 'en', 'Achaea'),
(706, 'es', 'Achaea'),
(706, 'fr', 'Achaea'),
(706, 'it', 'Achaea'),
(706, 'nl', 'Achaea'),
(706, 'no', 'Achaea'),
(706, 'pt', 'Achaea'),
(706, 'ro', 'Achaea'),
(706, 'ru', 'Ахея'),
(707, 'da', 'Attica'),
(707, 'de', 'Attica'),
(707, 'el', 'Αττική'),
(707, 'en', 'Attica'),
(707, 'es', 'Attica'),
(707, 'fr', 'Attica'),
(707, 'it', 'Attica'),
(707, 'nl', 'Attica'),
(707, 'no', 'Attica'),
(707, 'pt', 'Attica'),
(707, 'ro', 'Attica'),
(707, 'ru', 'Аттика'),
(708, 'da', 'Boeotia'),
(708, 'de', 'Boeotia'),
(708, 'el', 'Βοιωτίας'),
(708, 'en', 'Boeotia'),
(708, 'es', 'Boeotia'),
(708, 'fr', 'Boeotia'),
(708, 'it', 'Boeotia'),
(708, 'nl', 'Boeotia'),
(708, 'no', 'Boeotia'),
(708, 'pt', 'Boeotia'),
(708, 'ro', 'Boeotia'),
(708, 'ru', 'Беотия'),
(709, 'da', 'Grevena'),
(709, 'de', 'Grevena'),
(709, 'el', 'Γρεβενών'),
(709, 'en', 'Grevena'),
(709, 'es', 'Grevena'),
(709, 'fr', 'Grevena'),
(709, 'it', 'Grevena'),
(709, 'nl', 'Grevena'),
(709, 'no', 'Grevena'),
(709, 'pt', 'Grevena'),
(709, 'ro', 'Grevena'),
(709, 'ru', 'Гревена'),
(710, 'da', 'Drama'),
(710, 'de', 'Drama'),
(710, 'el', 'Δράμας'),
(710, 'en', 'Drama'),
(710, 'es', 'Drama'),
(710, 'fr', 'Drama'),
(710, 'it', 'Drama'),
(710, 'nl', 'Drama'),
(710, 'no', 'Drama'),
(710, 'pt', 'Drama'),
(710, 'ro', 'Drama'),
(710, 'ru', 'Драма'),
(711, 'da', 'Dodecanese'),
(711, 'de', 'Dodecanese'),
(711, 'el', 'Δωδεκανήσου'),
(711, 'en', 'Dodecanese'),
(711, 'es', 'Dodecanese'),
(711, 'fr', 'Dodecanese'),
(711, 'it', 'Dodecanese'),
(711, 'nl', 'Dodecanese'),
(711, 'no', 'Dodecanese'),
(711, 'pt', 'Dodecanese'),
(711, 'ro', 'Dodecanese'),
(711, 'ru', 'Додеканес'),
(712, 'da', 'Evros'),
(712, 'de', 'Evros'),
(712, 'el', 'Έβρου'),
(712, 'en', 'Evros'),
(712, 'es', 'Evros'),
(712, 'fr', 'Evros'),
(712, 'it', 'Evros'),
(712, 'nl', 'Evros'),
(712, 'no', 'Evros'),
(712, 'pt', 'Evros'),
(712, 'ro', 'Evros'),
(712, 'ru', 'Эврос'),
(713, 'da', 'Euboea'),
(713, 'de', 'Euboea'),
(713, 'el', 'Ευβοίας'),
(713, 'en', 'Euboea'),
(713, 'es', 'Euboea'),
(713, 'fr', 'Euboea'),
(713, 'it', 'Euboea'),
(713, 'nl', 'Euboea'),
(713, 'no', 'Euboea'),
(713, 'pt', 'Euboea'),
(713, 'ro', 'Euboea'),
(713, 'ru', 'Эвбея'),
(714, 'da', 'Evrytania'),
(714, 'de', 'Evrytania'),
(714, 'el', 'Ευρυτανίας'),
(714, 'en', 'Evrytania'),
(714, 'es', 'Evrytania'),
(714, 'fr', 'Evrytania'),
(714, 'it', 'Evrytania'),
(714, 'nl', 'Evrytania'),
(714, 'no', 'Evrytania'),
(714, 'pt', 'Evrytania'),
(714, 'ro', 'Evrytania'),
(714, 'ru', 'Эвритания'),
(715, 'da', 'Zakynthos'),
(715, 'de', 'Zakynthos'),
(715, 'el', 'Ζάκυνθος'),
(715, 'en', 'Zakynthos'),
(715, 'es', 'Zakynthos'),
(715, 'fr', 'Zakynthos'),
(715, 'it', 'Zakynthos'),
(715, 'nl', 'Zakynthos'),
(715, 'no', 'Zakynthos'),
(715, 'pt', 'Zakynthos'),
(715, 'ro', 'Zakynthos'),
(715, 'ru', 'Закинф'),
(716, 'da', 'Elis'),
(716, 'de', 'Elis'),
(716, 'el', 'Ηλείας'),
(716, 'en', 'Elis'),
(716, 'es', 'Elis'),
(716, 'fr', 'Elis'),
(716, 'it', 'Elis'),
(716, 'nl', 'Elis'),
(716, 'no', 'Elis'),
(716, 'pt', 'Elis'),
(716, 'ro', 'Elis'),
(716, 'ru', 'Элида'),
(717, 'da', 'Imathia'),
(717, 'de', 'Imathia'),
(717, 'el', 'Ημαθίας'),
(717, 'en', 'Imathia'),
(717, 'es', 'Imathia'),
(717, 'fr', 'Imathia'),
(717, 'it', 'Imathia'),
(717, 'nl', 'Imathia'),
(717, 'no', 'Imathia'),
(717, 'pt', 'Imathia'),
(717, 'ro', 'Imathia'),
(717, 'ru', 'Иматия'),
(718, 'da', 'Heraklion'),
(718, 'de', 'Heraklion'),
(718, 'el', 'Ηρακλείου'),
(718, 'en', 'Heraklion'),
(718, 'es', 'Heraklion'),
(718, 'fr', 'Heraklion'),
(718, 'it', 'Heraklion'),
(718, 'nl', 'Heraklion'),
(718, 'no', 'Heraklion'),
(718, 'pt', 'Heraklion'),
(718, 'ro', 'Heraklion'),
(718, 'ru', 'Ираклион'),
(719, 'da', 'Thesprotia'),
(719, 'de', 'Thesprotia'),
(719, 'el', 'Θεσπρωτίας'),
(719, 'en', 'Thesprotia'),
(719, 'es', 'Thesprotia'),
(719, 'fr', 'Thesprotia'),
(719, 'it', 'Thesprotia'),
(719, 'nl', 'Thesprotia'),
(719, 'no', 'Thesprotia'),
(719, 'pt', 'Thesprotia'),
(719, 'ro', 'Thesprotia'),
(719, 'ru', 'Теспротия'),
(720, 'da', 'Thessaloniki'),
(720, 'de', 'Thessaloniki'),
(720, 'el', 'Θεσσαλονίκη'),
(720, 'en', 'Thessaloniki'),
(720, 'es', 'Thessaloniki'),
(720, 'fr', 'Thessaloniki'),
(720, 'it', 'Thessaloniki'),
(720, 'nl', 'Thessaloniki'),
(720, 'no', 'Thessaloniki'),
(720, 'pt', 'Thessaloniki'),
(720, 'ro', 'Thessaloniki'),
(720, 'ru', 'Салоники'),
(721, 'da', 'Ioannina'),
(721, 'de', 'Ioannina'),
(721, 'el', 'Ιωάννινα'),
(721, 'en', 'Ioannina'),
(721, 'es', 'Ioannina'),
(721, 'fr', 'Ioannina'),
(721, 'it', 'Ioannina'),
(721, 'nl', 'Ioannina'),
(721, 'no', 'Ioannina'),
(721, 'pt', 'Ioannina'),
(721, 'ro', 'Ioannina'),
(721, 'ru', 'Янина'),
(722, 'da', 'Kavala'),
(722, 'de', 'Kavala'),
(722, 'el', 'Καβάλα'),
(722, 'en', 'Kavala'),
(722, 'es', 'Kavala'),
(722, 'fr', 'Kavala'),
(722, 'it', 'Kavala'),
(722, 'nl', 'Kavala'),
(722, 'no', 'Kavala'),
(722, 'pt', 'Kavala'),
(722, 'ro', 'Kavala'),
(722, 'ru', 'Кавала'),
(723, 'da', 'Karditsa'),
(723, 'de', 'Karditsa'),
(723, 'el', 'Καρδίτσα'),
(723, 'en', 'Karditsa'),
(723, 'es', 'Karditsa'),
(723, 'fr', 'Karditsa'),
(723, 'it', 'Karditsa'),
(723, 'nl', 'Karditsa'),
(723, 'no', 'Karditsa'),
(723, 'pt', 'Karditsa'),
(723, 'ro', 'Karditsa'),
(723, 'ru', 'Кардица'),
(724, 'da', 'Kastoria'),
(724, 'de', 'Kastoria'),
(724, 'el', 'Καστοριά'),
(724, 'en', 'Kastoria'),
(724, 'es', 'Kastoria'),
(724, 'fr', 'Kastoria'),
(724, 'it', 'Kastoria'),
(724, 'nl', 'Kastoria'),
(724, 'no', 'Kastoria'),
(724, 'pt', 'Kastoria'),
(724, 'ro', 'Kastoria'),
(724, 'ru', 'Кастория'),
(725, 'da', 'Corfu'),
(725, 'de', 'Corfu'),
(725, 'el', 'Κέρκυρα'),
(725, 'en', 'Corfu'),
(725, 'es', 'Corfu'),
(725, 'fr', 'Corfu'),
(725, 'it', 'Corfu'),
(725, 'nl', 'Corfu'),
(725, 'no', 'Corfu'),
(725, 'pt', 'Corfu'),
(725, 'ro', 'Corfu'),
(725, 'ru', 'Корфу'),
(726, 'da', 'Cephalonia'),
(726, 'de', 'Cephalonia'),
(726, 'el', 'Κεφαλονιά'),
(726, 'en', 'Cephalonia'),
(726, 'es', 'Cephalonia'),
(726, 'fr', 'Cephalonia'),
(726, 'it', 'Cephalonia'),
(726, 'nl', 'Cephalonia'),
(726, 'no', 'Cephalonia'),
(726, 'pt', 'Cephalonia'),
(726, 'ro', 'Cephalonia'),
(726, 'ru', 'Кефалиния'),
(727, 'da', 'Kilkis'),
(727, 'de', 'Kilkis'),
(727, 'el', 'Κιλκίς'),
(727, 'en', 'Kilkis'),
(727, 'es', 'Kilkis'),
(727, 'fr', 'Kilkis'),
(727, 'it', 'Kilkis'),
(727, 'nl', 'Kilkis'),
(727, 'no', 'Kilkis'),
(727, 'pt', 'Kilkis'),
(727, 'ro', 'Kilkis'),
(727, 'ru', 'Килкис'),
(728, 'da', 'Kozani'),
(728, 'de', 'Kozani'),
(728, 'el', 'Κοζάνη'),
(728, 'en', 'Kozani'),
(728, 'es', 'Kozani'),
(728, 'fr', 'Kozani'),
(728, 'it', 'Kozani'),
(728, 'nl', 'Kozani'),
(728, 'no', 'Kozani'),
(728, 'pt', 'Kozani'),
(728, 'ro', 'Kozani'),
(728, 'ru', 'Козани'),
(729, 'da', 'Corinthia'),
(729, 'de', 'Corinthia'),
(729, 'el', 'Κορινθίας'),
(729, 'en', 'Corinthia'),
(729, 'es', 'Corinthia'),
(729, 'fr', 'Corinthia'),
(729, 'it', 'Corinthia'),
(729, 'nl', 'Corinthia'),
(729, 'no', 'Corinthia'),
(729, 'pt', 'Corinthia'),
(729, 'ro', 'Corinthia'),
(729, 'ru', 'Коринфия'),
(730, 'da', 'Cyclades'),
(730, 'de', 'Cyclades'),
(730, 'el', 'Κυκλάδες'),
(730, 'en', 'Cyclades'),
(730, 'es', 'Cyclades'),
(730, 'fr', 'Cyclades'),
(730, 'it', 'Cyclades'),
(730, 'nl', 'Cyclades'),
(730, 'no', 'Cyclades'),
(730, 'pt', 'Cyclades'),
(730, 'ro', 'Cyclades'),
(730, 'ru', 'Киклады'),
(731, 'da', 'Laconia'),
(731, 'de', 'Laconia'),
(731, 'el', 'Λακωνίας'),
(731, 'en', 'Laconia'),
(731, 'es', 'Laconia'),
(731, 'fr', 'Laconia'),
(731, 'it', 'Laconia'),
(731, 'nl', 'Laconia'),
(731, 'no', 'Laconia'),
(731, 'pt', 'Laconia'),
(731, 'ro', 'Laconia'),
(731, 'ru', 'Лакония'),
(732, 'da', 'Larissa'),
(732, 'de', 'Larissa'),
(732, 'el', 'Λάρισα'),
(732, 'en', 'Larissa'),
(732, 'es', 'Larissa'),
(732, 'fr', 'Larissa'),
(732, 'it', 'Larissa'),
(732, 'nl', 'Larissa'),
(732, 'no', 'Larissa'),
(732, 'pt', 'Larissa'),
(732, 'ro', 'Larissa'),
(732, 'ru', 'Лариса'),
(733, 'da', 'Lasithi'),
(733, 'de', 'Lasithi'),
(733, 'el', 'Λασιθίου'),
(733, 'en', 'Lasithi'),
(733, 'es', 'Lasithi'),
(733, 'fr', 'Lasithi'),
(733, 'it', 'Lasithi'),
(733, 'nl', 'Lasithi'),
(733, 'no', 'Lasithi'),
(733, 'pt', 'Lasithi'),
(733, 'ro', 'Lasithi'),
(733, 'ru', 'Ласитион'),
(734, 'da', 'Lesbos'),
(734, 'de', 'Lesbos'),
(734, 'el', 'Λέσβου'),
(734, 'en', 'Lesbos'),
(734, 'es', 'Lesbos'),
(734, 'fr', 'Lesbos'),
(734, 'it', 'Lesbos'),
(734, 'nl', 'Lesbos'),
(734, 'no', 'Lesbos'),
(734, 'pt', 'Lesbos'),
(734, 'ro', 'Lesbos'),
(734, 'ru', 'Лесбос'),
(735, 'da', 'Lefkada'),
(735, 'de', 'Lefkada'),
(735, 'el', 'Λευκάδας'),
(735, 'en', 'Lefkada'),
(735, 'es', 'Lefkada'),
(735, 'fr', 'Lefkada'),
(735, 'it', 'Lefkada'),
(735, 'nl', 'Lefkada'),
(735, 'no', 'Lefkada'),
(735, 'pt', 'Lefkada'),
(735, 'ro', 'Lefkada'),
(735, 'ru', 'Лефкас'),
(736, 'da', 'Magnesia'),
(736, 'de', 'Magnesia'),
(736, 'el', 'Μαγνησίας'),
(736, 'en', 'Magnesia'),
(736, 'es', 'Magnesia'),
(736, 'fr', 'Magnesia'),
(736, 'it', 'Magnesia'),
(736, 'nl', 'Magnesia'),
(736, 'no', 'Magnesia'),
(736, 'pt', 'Magnesia'),
(736, 'ro', 'Magnesia'),
(736, 'ru', 'Магнисия'),
(737, 'da', 'Messinia'),
(737, 'de', 'Messinia'),
(737, 'el', 'Μεσσηνίας'),
(737, 'en', 'Messinia'),
(737, 'es', 'Messinia'),
(737, 'fr', 'Messinia'),
(737, 'it', 'Messinia'),
(737, 'nl', 'Messinia'),
(737, 'no', 'Messinia'),
(737, 'pt', 'Messinia'),
(737, 'ro', 'Messinia'),
(737, 'ru', 'Месиния'),
(738, 'da', 'Xanthi'),
(738, 'de', 'Xanthi'),
(738, 'el', 'Ξάνθη'),
(738, 'en', 'Xanthi'),
(738, 'es', 'Xanthi'),
(738, 'fr', 'Xanthi'),
(738, 'it', 'Xanthi'),
(738, 'nl', 'Xanthi'),
(738, 'no', 'Xanthi'),
(738, 'pt', 'Xanthi'),
(738, 'ro', 'Xanthi'),
(738, 'ru', 'Ксанти'),
(739, 'da', 'Pella'),
(739, 'de', 'Pella'),
(739, 'el', 'Πέλλας'),
(739, 'en', 'Pella'),
(739, 'es', 'Pella'),
(739, 'fr', 'Pella'),
(739, 'it', 'Pella'),
(739, 'nl', 'Pella'),
(739, 'no', 'Pella'),
(739, 'pt', 'Pella'),
(739, 'ro', 'Pella'),
(739, 'ru', 'Пелла'),
(740, 'da', 'Pieria'),
(740, 'de', 'Pieria'),
(740, 'el', 'Πιερίας'),
(740, 'en', 'Pieria'),
(740, 'es', 'Pieria'),
(740, 'fr', 'Pieria'),
(740, 'it', 'Pieria'),
(740, 'nl', 'Pieria'),
(740, 'no', 'Pieria'),
(740, 'pt', 'Pieria'),
(740, 'ro', 'Pieria'),
(740, 'ru', 'Пиерия'),
(741, 'da', 'Preveza'),
(741, 'de', 'Preveza'),
(741, 'el', 'Πρέβεζας'),
(741, 'en', 'Preveza'),
(741, 'es', 'Preveza'),
(741, 'fr', 'Preveza'),
(741, 'it', 'Preveza'),
(741, 'nl', 'Preveza'),
(741, 'no', 'Preveza'),
(741, 'pt', 'Preveza'),
(741, 'ro', 'Preveza'),
(741, 'ru', 'Превеза'),
(742, 'da', 'Rethymno'),
(742, 'de', 'Rethymno'),
(742, 'el', 'Ρέθυμνο'),
(742, 'en', 'Rethymno'),
(742, 'es', 'Rethymno'),
(742, 'fr', 'Rethymno'),
(742, 'it', 'Rethymno'),
(742, 'nl', 'Rethymno'),
(742, 'no', 'Rethymno'),
(742, 'pt', 'Rethymno'),
(742, 'ro', 'Rethymno'),
(742, 'ru', 'Ретимнон'),
(743, 'da', 'Rhodope'),
(743, 'de', 'Rhodope'),
(743, 'el', 'Ροδόπης'),
(743, 'en', 'Rhodope'),
(743, 'es', 'Rhodope'),
(743, 'fr', 'Rhodope'),
(743, 'it', 'Rhodope'),
(743, 'nl', 'Rhodope'),
(743, 'no', 'Rhodope'),
(743, 'pt', 'Rhodope'),
(743, 'ro', 'Rhodope'),
(743, 'ru', 'Родопы'),
(744, 'da', 'Samos'),
(744, 'de', 'Samos'),
(744, 'el', 'Σάμου'),
(744, 'en', 'Samos'),
(744, 'es', 'Samos'),
(744, 'fr', 'Samos'),
(744, 'it', 'Samos'),
(744, 'nl', 'Samos'),
(744, 'no', 'Samos'),
(744, 'pt', 'Samos'),
(744, 'ro', 'Samos'),
(744, 'ru', 'Самос'),
(745, 'da', 'Serres'),
(745, 'de', 'Serres'),
(745, 'el', 'Σερρών'),
(745, 'en', 'Serres'),
(745, 'es', 'Serres'),
(745, 'fr', 'Serres'),
(745, 'it', 'Serres'),
(745, 'nl', 'Serres'),
(745, 'no', 'Serres'),
(745, 'pt', 'Serres'),
(745, 'ro', 'Serres'),
(745, 'ru', 'Сере'),
(746, 'da', 'Trikala'),
(746, 'de', 'Trikala'),
(746, 'el', 'Τρικάλων'),
(746, 'en', 'Trikala'),
(746, 'es', 'Trikala'),
(746, 'fr', 'Trikala'),
(746, 'it', 'Trikala'),
(746, 'nl', 'Trikala'),
(746, 'no', 'Trikala'),
(746, 'pt', 'Trikala'),
(746, 'ro', 'Trikala'),
(746, 'ru', 'Трикала'),
(747, 'da', 'Phthiotis'),
(747, 'de', 'Phthiotis'),
(747, 'el', 'Φθιώτιδας'),
(747, 'en', 'Phthiotis'),
(747, 'es', 'Phthiotis'),
(747, 'fr', 'Phthiotis'),
(747, 'it', 'Phthiotis'),
(747, 'nl', 'Phthiotis'),
(747, 'no', 'Phthiotis'),
(747, 'pt', 'Phthiotis'),
(747, 'ro', 'Phthiotis'),
(747, 'ru', 'Фтиотида'),
(748, 'da', 'Florina'),
(748, 'de', 'Florina'),
(748, 'el', 'Φλώρινα'),
(748, 'en', 'Florina'),
(748, 'es', 'Florina'),
(748, 'fr', 'Florina'),
(748, 'it', 'Florina'),
(748, 'nl', 'Florina'),
(748, 'no', 'Florina'),
(748, 'pt', 'Florina'),
(748, 'ro', 'Florina'),
(748, 'ru', 'Флорина'),
(749, 'da', 'Phocis'),
(749, 'de', 'Phocis'),
(749, 'el', 'Φωκίδας'),
(749, 'en', 'Phocis'),
(749, 'es', 'Phocis'),
(749, 'fr', 'Phocis'),
(749, 'it', 'Phocis'),
(749, 'nl', 'Phocis'),
(749, 'no', 'Phocis'),
(749, 'pt', 'Phocis'),
(749, 'ro', 'Phocis'),
(749, 'ru', 'Фокида'),
(750, 'da', 'Chalkidiki'),
(750, 'de', 'Chalkidiki'),
(750, 'el', 'Χαλκιδική'),
(750, 'en', 'Chalkidiki'),
(750, 'es', 'Chalkidiki'),
(750, 'fr', 'Chalkidiki'),
(750, 'it', 'Chalkidiki'),
(750, 'nl', 'Chalkidiki'),
(750, 'no', 'Chalkidiki'),
(750, 'pt', 'Chalkidiki'),
(750, 'ro', 'Chalkidiki'),
(750, 'ru', 'Халкидики'),
(751, 'da', 'Chania'),
(751, 'de', 'Chania'),
(751, 'el', 'Χανιά'),
(751, 'en', 'Chania'),
(751, 'es', 'Chania'),
(751, 'fr', 'Chania'),
(751, 'it', 'Chania'),
(751, 'nl', 'Chania'),
(751, 'no', 'Chania'),
(751, 'pt', 'Chania'),
(751, 'ro', 'Chania'),
(751, 'ru', 'Ханья'),
(752, 'da', 'Chios'),
(752, 'de', 'Chios'),
(752, 'el', 'Χίος'),
(752, 'en', 'Chios'),
(752, 'es', 'Chios'),
(752, 'fr', 'Chios'),
(752, 'it', 'Chios'),
(752, 'nl', 'Chios'),
(752, 'no', 'Chios'),
(752, 'pt', 'Chios'),
(752, 'ro', 'Chios'),
(752, 'ru', 'Хиос'),
(753, 'da', 'Aragatsotn oblast'),
(753, 'de', 'Aragatsotn oblast'),
(753, 'el', 'Aragatsotn oblast'),
(753, 'en', 'Aragatsotn oblast'),
(753, 'es', 'Aragatsotn oblast'),
(753, 'fr', 'Aragatsotn oblast'),
(753, 'it', 'Aragatsotn oblast'),
(753, 'nl', 'Aragatsotn oblast'),
(753, 'no', 'Aragatsotn oblast'),
(753, 'pt', 'Aragatsotn oblast'),
(753, 'ro', 'Aragatsotn oblast'),
(753, 'ru', 'Арагацотнская область'),
(754, 'da', 'Ararat oblast'),
(754, 'de', 'Ararat oblast'),
(754, 'el', 'Ararat oblast'),
(754, 'en', 'Ararat oblast'),
(754, 'es', 'Ararat oblast'),
(754, 'fr', 'Ararat oblast'),
(754, 'it', 'Ararat oblast'),
(754, 'nl', 'Ararat oblast'),
(754, 'no', 'Ararat oblast'),
(754, 'pt', 'Ararat oblast'),
(754, 'ro', 'Ararat oblast'),
(754, 'ru', 'Араратская область'),
(755, 'da', 'Armavir oblast'),
(755, 'de', 'Armavir oblast'),
(755, 'el', 'Armavir oblast'),
(755, 'en', 'Armavir oblast'),
(755, 'es', 'Armavir oblast'),
(755, 'fr', 'Armavir oblast'),
(755, 'it', 'Armavir oblast'),
(755, 'nl', 'Armavir oblast'),
(755, 'no', 'Armavir oblast'),
(755, 'pt', 'Armavir oblast'),
(755, 'ro', 'Armavir oblast'),
(755, 'ru', 'Армавирская область'),
(756, 'da', 'Vayots Dzor oblast'),
(756, 'de', 'Vayots Dzor oblast'),
(756, 'el', 'Vayots Dzor oblast'),
(756, 'en', 'Vayots Dzor oblast'),
(756, 'es', 'Vayots Dzor oblast'),
(756, 'fr', 'Vayots Dzor oblast'),
(756, 'it', 'Vayots Dzor oblast'),
(756, 'nl', 'Vayots Dzor oblast'),
(756, 'no', 'Vayots Dzor oblast'),
(756, 'pt', 'Vayots Dzor oblast'),
(756, 'ro', 'Vayots Dzor oblast'),
(756, 'ru', 'Вайоцдзорская область'),
(757, 'da', 'Gegharkunik oblast'),
(757, 'de', 'Gegharkunik oblast'),
(757, 'el', 'Gegharkunik oblast'),
(757, 'en', 'Gegharkunik oblast'),
(757, 'es', 'Gegharkunik oblast'),
(757, 'fr', 'Gegharkunik oblast'),
(757, 'it', 'Gegharkunik oblast'),
(757, 'nl', 'Gegharkunik oblast'),
(757, 'no', 'Gegharkunik oblast'),
(757, 'pt', 'Gegharkunik oblast'),
(757, 'ro', 'Gegharkunik oblast'),
(757, 'ru', 'Гехаркуникская область'),
(758, 'da', 'Kotayk oblast'),
(758, 'de', 'Kotayk oblast'),
(758, 'el', 'Kotayk oblast'),
(758, 'en', 'Kotayk oblast'),
(758, 'es', 'Kotayk oblast'),
(758, 'fr', 'Kotayk oblast'),
(758, 'it', 'Kotayk oblast'),
(758, 'nl', 'Kotayk oblast'),
(758, 'no', 'Kotayk oblast'),
(758, 'pt', 'Kotayk oblast'),
(758, 'ro', 'Kotayk oblast'),
(758, 'ru', 'Котайкская область'),
(759, 'da', 'Lori oblast'),
(759, 'de', 'Lori oblast'),
(759, 'el', 'Lori oblast'),
(759, 'en', 'Lori oblast'),
(759, 'es', 'Lori oblast'),
(759, 'fr', 'Lori oblast'),
(759, 'it', 'Lori oblast'),
(759, 'nl', 'Lori oblast'),
(759, 'no', 'Lori oblast'),
(759, 'pt', 'Lori oblast'),
(759, 'ro', 'Lori oblast'),
(759, 'ru', 'Лорийская область'),
(760, 'da', 'Syunik oblast'),
(760, 'de', 'Syunik oblast'),
(760, 'el', 'Syunik oblast'),
(760, 'en', 'Syunik oblast'),
(760, 'es', 'Syunik oblast'),
(760, 'fr', 'Syunik oblast'),
(760, 'it', 'Syunik oblast'),
(760, 'nl', 'Syunik oblast'),
(760, 'no', 'Syunik oblast'),
(760, 'pt', 'Syunik oblast'),
(760, 'ro', 'Syunik oblast'),
(760, 'ru', 'Сюникская область'),
(761, 'da', 'Tavush oblast'),
(761, 'de', 'Tavush oblast'),
(761, 'el', 'Tavush oblast'),
(761, 'en', 'Tavush oblast'),
(761, 'es', 'Tavush oblast'),
(761, 'fr', 'Tavush oblast'),
(761, 'it', 'Tavush oblast'),
(761, 'nl', 'Tavush oblast'),
(761, 'no', 'Tavush oblast'),
(761, 'pt', 'Tavush oblast'),
(761, 'ro', 'Tavush oblast'),
(761, 'ru', 'Тавушская область'),
(762, 'da', 'Shirak oblast'),
(762, 'de', 'Shirak oblast'),
(762, 'el', 'Shirak oblast'),
(762, 'en', 'Shirak oblast'),
(762, 'es', 'Shirak oblast'),
(762, 'fr', 'Shirak oblast'),
(762, 'it', 'Shirak oblast'),
(762, 'nl', 'Shirak oblast'),
(762, 'no', 'Shirak oblast'),
(762, 'pt', 'Shirak oblast'),
(762, 'ro', 'Shirak oblast'),
(762, 'ru', 'Ширакская область'),
(763, 'da', 'Yerevan'),
(763, 'de', 'Yerevan'),
(763, 'el', 'Yerevan'),
(763, 'en', 'Yerevan'),
(763, 'es', 'Yerevan'),
(763, 'fr', 'Yerevan'),
(763, 'it', 'Yerevan'),
(763, 'nl', 'Yerevan'),
(763, 'no', 'Yerevan'),
(763, 'pt', 'Yerevan'),
(763, 'ro', 'Yerevan'),
(763, 'ru', 'Ереван'),
(764, 'da', 'Brest Region'),
(764, 'de', 'Brest Region'),
(764, 'el', 'Brest Region'),
(764, 'en', 'Brest Region'),
(764, 'es', 'Brest Region'),
(764, 'fr', 'Brest Region'),
(764, 'it', 'Brest Region'),
(764, 'nl', 'Brest Region'),
(764, 'no', 'Brest Region'),
(764, 'pt', 'Brest Region'),
(764, 'ro', 'Brest Region'),
(764, 'ru', 'Брестская область'),
(765, 'da', 'Gomel Region'),
(765, 'de', 'Gomel Region'),
(765, 'el', 'Gomel Region'),
(765, 'en', 'Gomel Region'),
(765, 'es', 'Gomel Region'),
(765, 'fr', 'Gomel Region'),
(765, 'it', 'Gomel Region'),
(765, 'nl', 'Gomel Region'),
(765, 'no', 'Gomel Region'),
(765, 'pt', 'Gomel Region'),
(765, 'ro', 'Gomel Region'),
(765, 'ru', 'Гомельская область'),
(766, 'da', 'Grodno Region'),
(766, 'de', 'Grodno Region'),
(766, 'el', 'Grodno Region'),
(766, 'en', 'Grodno Region'),
(766, 'es', 'Grodno Region'),
(766, 'fr', 'Grodno Region'),
(766, 'it', 'Grodno Region'),
(766, 'nl', 'Grodno Region'),
(766, 'no', 'Grodno Region'),
(766, 'pt', 'Grodno Region'),
(766, 'ro', 'Grodno Region'),
(766, 'ru', 'Гродненская область'),
(767, 'da', 'Mogilev Region'),
(767, 'de', 'Mogilev Region'),
(767, 'el', 'Mogilev Region'),
(767, 'en', 'Mogilev Region'),
(767, 'es', 'Mogilev Region'),
(767, 'fr', 'Mogilev Region'),
(767, 'it', 'Mogilev Region'),
(767, 'nl', 'Mogilev Region'),
(767, 'no', 'Mogilev Region'),
(767, 'pt', 'Mogilev Region'),
(767, 'ro', 'Mogilev Region'),
(767, 'ru', 'Могилевская область'),
(768, 'da', 'Minsk Region'),
(768, 'de', 'Minsk Region'),
(768, 'el', 'Minsk Region'),
(768, 'en', 'Minsk Region'),
(768, 'es', 'Minsk Region'),
(768, 'fr', 'Minsk Region'),
(768, 'it', 'Minsk Region'),
(768, 'nl', 'Minsk Region'),
(768, 'no', 'Minsk Region'),
(768, 'pt', 'Minsk Region'),
(768, 'ro', 'Minsk Region'),
(768, 'ru', 'Минская область'),
(769, 'da', 'City of Minsk'),
(769, 'de', 'City of Minsk'),
(769, 'el', 'City of Minsk'),
(769, 'en', 'City of Minsk'),
(769, 'es', 'City of Minsk'),
(769, 'fr', 'City of Minsk'),
(769, 'it', 'City of Minsk'),
(769, 'nl', 'City of Minsk'),
(769, 'no', 'City of Minsk'),
(769, 'pt', 'City of Minsk'),
(769, 'ro', 'City of Minsk'),
(769, 'ru', 'Минск'),
(770, 'da', 'Vitebsk Region'),
(770, 'de', 'Vitebsk Region'),
(770, 'el', 'Vitebsk Region'),
(770, 'en', 'Vitebsk Region'),
(770, 'es', 'Vitebsk Region'),
(770, 'fr', 'Vitebsk Region'),
(770, 'it', 'Vitebsk Region'),
(770, 'nl', 'Vitebsk Region'),
(770, 'no', 'Vitebsk Region'),
(770, 'pt', 'Vitebsk Region'),
(770, 'ro', 'Vitebsk Region'),
(770, 'ru', 'Витебская область'),
(771, 'da', 'Batkenskaya oblast'),
(771, 'de', 'Batkenskaya oblast'),
(771, 'el', 'Batkenskaya oblast'),
(771, 'en', 'Batkenskaya oblast'),
(771, 'es', 'Batkenskaya oblast'),
(771, 'fr', 'Batkenskaya oblast'),
(771, 'it', 'Batkenskaya oblast'),
(771, 'nl', 'Batkenskaya oblast'),
(771, 'no', 'Batkenskaya oblast'),
(771, 'pt', 'Batkenskaya oblast'),
(771, 'ro', 'Batkenskaya oblast'),
(771, 'ru', 'Баткенская область'),
(772, 'da', 'Narynskaya oblast'),
(772, 'de', 'Narynskaya oblast'),
(772, 'el', 'Narynskaya oblast'),
(772, 'en', 'Narynskaya oblast'),
(772, 'es', 'Narynskaya oblast'),
(772, 'fr', 'Narynskaya oblast'),
(772, 'it', 'Narynskaya oblast'),
(772, 'nl', 'Narynskaya oblast'),
(772, 'no', 'Narynskaya oblast'),
(772, 'pt', 'Narynskaya oblast'),
(772, 'ro', 'Narynskaya oblast'),
(772, 'ru', 'Нарынская область'),
(773, 'da', 'Chuyskaya oblast'),
(773, 'de', 'Chuyskaya oblast'),
(773, 'el', 'Chuyskaya oblast'),
(773, 'en', 'Chuyskaya oblast'),
(773, 'es', 'Chuyskaya oblast'),
(773, 'fr', 'Chuyskaya oblast'),
(773, 'it', 'Chuyskaya oblast'),
(773, 'nl', 'Chuyskaya oblast'),
(773, 'no', 'Chuyskaya oblast'),
(773, 'pt', 'Chuyskaya oblast'),
(773, 'ro', 'Chuyskaya oblast'),
(773, 'ru', 'Чуйская область'),
(774, 'da', 'Oshskaya oblast'),
(774, 'de', 'Oshskaya oblast'),
(774, 'el', 'Oshskaya oblast'),
(774, 'en', 'Oshskaya oblast'),
(774, 'es', 'Oshskaya oblast'),
(774, 'fr', 'Oshskaya oblast'),
(774, 'it', 'Oshskaya oblast'),
(774, 'nl', 'Oshskaya oblast'),
(774, 'no', 'Oshskaya oblast'),
(774, 'pt', 'Oshskaya oblast'),
(774, 'ro', 'Oshskaya oblast'),
(774, 'ru', 'Ошская область'),
(775, 'da', 'Bishkek'),
(775, 'de', 'Bishkek'),
(775, 'el', 'Bishkek'),
(775, 'en', 'Bishkek'),
(775, 'es', 'Bishkek'),
(775, 'fr', 'Bishkek'),
(775, 'it', 'Bishkek'),
(775, 'nl', 'Bishkek'),
(775, 'no', 'Bishkek'),
(775, 'pt', 'Bishkek'),
(775, 'ro', 'Bishkek'),
(775, 'ru', 'Бишкек'),
(776, 'da', 'Talasskaya oblast'),
(776, 'de', 'Talasskaya oblast'),
(776, 'el', 'Talasskaya oblast'),
(776, 'en', 'Talasskaya oblast'),
(776, 'es', 'Talasskaya oblast'),
(776, 'fr', 'Talasskaya oblast'),
(776, 'it', 'Talasskaya oblast'),
(776, 'nl', 'Talasskaya oblast'),
(776, 'no', 'Talasskaya oblast'),
(776, 'pt', 'Talasskaya oblast'),
(776, 'ro', 'Talasskaya oblast'),
(776, 'ru', 'Таласская область'),
(777, 'da', 'Dzhalal-Abadskaya oblast'),
(777, 'de', 'Dzhalal-Abadskaya oblast'),
(777, 'el', 'Dzhalal-Abadskaya oblast'),
(777, 'en', 'Dzhalal-Abadskaya oblast'),
(777, 'es', 'Dzhalal-Abadskaya oblast'),
(777, 'fr', 'Dzhalal-Abadskaya oblast'),
(777, 'it', 'Dzhalal-Abadskaya oblast'),
(777, 'nl', 'Dzhalal-Abadskaya oblast'),
(777, 'no', 'Dzhalal-Abadskaya oblast'),
(777, 'pt', 'Dzhalal-Abadskaya oblast'),
(777, 'ro', 'Dzhalal-Abadskaya oblast'),
(777, 'ru', 'Джалал-Абадская область'),
(778, 'da', 'Issyk-Kulskaya oblast'),
(778, 'de', 'Issyk-Kulskaya oblast'),
(778, 'el', 'Issyk-Kulskaya oblast'),
(778, 'en', 'Issyk-Kulskaya oblast'),
(778, 'es', 'Issyk-Kulskaya oblast'),
(778, 'fr', 'Issyk-Kulskaya oblast'),
(778, 'it', 'Issyk-Kulskaya oblast'),
(778, 'nl', 'Issyk-Kulskaya oblast'),
(778, 'no', 'Issyk-Kulskaya oblast'),
(778, 'pt', 'Issyk-Kulskaya oblast'),
(778, 'ro', 'Issyk-Kulskaya oblast'),
(778, 'ru', 'Иссык-Кульская область'),
(779, 'da', 'Almaty'),
(779, 'de', 'Almaty'),
(779, 'el', 'Almaty'),
(779, 'en', 'Almaty'),
(779, 'es', 'Almaty'),
(779, 'fr', 'Almaty'),
(779, 'it', 'Almaty'),
(779, 'nl', 'Almaty'),
(779, 'no', 'Almaty'),
(779, 'pt', 'Almaty'),
(779, 'ro', 'Almaty'),
(779, 'ru', 'Алма-Ата'),
(780, 'da', 'Astana'),
(780, 'de', 'Astana'),
(780, 'el', 'Astana'),
(780, 'en', 'Astana'),
(780, 'es', 'Astana'),
(780, 'fr', 'Astana'),
(780, 'it', 'Astana'),
(780, 'nl', 'Astana'),
(780, 'no', 'Astana'),
(780, 'pt', 'Astana'),
(780, 'ro', 'Astana'),
(780, 'ru', 'Астана'),
(781, 'da', 'Almatinskaya oblast'),
(781, 'de', 'Almatinskaya oblast'),
(781, 'el', 'Almatinskaya oblast'),
(781, 'en', 'Almatinskaya oblast'),
(781, 'es', 'Almatinskaya oblast'),
(781, 'fr', 'Almatinskaya oblast'),
(781, 'it', 'Almatinskaya oblast'),
(781, 'nl', 'Almatinskaya oblast'),
(781, 'no', 'Almatinskaya oblast'),
(781, 'pt', 'Almatinskaya oblast'),
(781, 'ro', 'Almatinskaya oblast'),
(781, 'ru', 'Алматинская область'),
(782, 'da', 'Akmolinskaya oblast'),
(782, 'de', 'Akmolinskaya oblast'),
(782, 'el', 'Akmolinskaya oblast'),
(782, 'en', 'Akmolinskaya oblast'),
(782, 'es', 'Akmolinskaya oblast'),
(782, 'fr', 'Akmolinskaya oblast'),
(782, 'it', 'Akmolinskaya oblast'),
(782, 'nl', 'Akmolinskaya oblast'),
(782, 'no', 'Akmolinskaya oblast'),
(782, 'pt', 'Akmolinskaya oblast'),
(782, 'ro', 'Akmolinskaya oblast'),
(782, 'ru', 'Акмолинская область'),
(783, 'da', 'Aktyubinskaya oblast'),
(783, 'de', 'Aktyubinskaya oblast'),
(783, 'el', 'Aktyubinskaya oblast'),
(783, 'en', 'Aktyubinskaya oblast'),
(783, 'es', 'Aktyubinskaya oblast'),
(783, 'fr', 'Aktyubinskaya oblast'),
(783, 'it', 'Aktyubinskaya oblast'),
(783, 'nl', 'Aktyubinskaya oblast'),
(783, 'no', 'Aktyubinskaya oblast'),
(783, 'pt', 'Aktyubinskaya oblast'),
(783, 'ro', 'Aktyubinskaya oblast'),
(783, 'ru', 'Актюбинская область'),
(784, 'da', 'Atyrauskaya oblast'),
(784, 'de', 'Atyrauskaya oblast'),
(784, 'el', 'Atyrauskaya oblast'),
(784, 'en', 'Atyrauskaya oblast'),
(784, 'es', 'Atyrauskaya oblast'),
(784, 'fr', 'Atyrauskaya oblast'),
(784, 'it', 'Atyrauskaya oblast'),
(784, 'nl', 'Atyrauskaya oblast'),
(784, 'no', 'Atyrauskaya oblast'),
(784, 'pt', 'Atyrauskaya oblast'),
(784, 'ro', 'Atyrauskaya oblast'),
(784, 'ru', 'Атырауская область'),
(785, 'da', 'Vostochno-Kazakhstanskaya oblast'),
(785, 'de', 'Vostochno-Kazakhstanskaya oblast'),
(785, 'el', 'Vostochno-Kazakhstanskaya oblast'),
(785, 'en', 'Vostochno-Kazakhstanskaya oblast'),
(785, 'es', 'Vostochno-Kazakhstanskaya oblast'),
(785, 'fr', 'Vostochno-Kazakhstanskaya oblast'),
(785, 'it', 'Vostochno-Kazakhstanskaya oblast'),
(785, 'nl', 'Vostochno-Kazakhstanskaya oblast'),
(785, 'no', 'Vostochno-Kazakhstanskaya oblast'),
(785, 'pt', 'Vostochno-Kazakhstanskaya oblast'),
(785, 'ro', 'Vostochno-Kazakhstanskaya oblast'),
(785, 'ru', 'Восточно-Казахстанская область'),
(786, 'da', 'Zhambylskaya oblast'),
(786, 'de', 'Zhambylskaya oblast'),
(786, 'el', 'Zhambylskaya oblast'),
(786, 'en', 'Zhambylskaya oblast'),
(786, 'es', 'Zhambylskaya oblast'),
(786, 'fr', 'Zhambylskaya oblast'),
(786, 'it', 'Zhambylskaya oblast'),
(786, 'nl', 'Zhambylskaya oblast'),
(786, 'no', 'Zhambylskaya oblast'),
(786, 'pt', 'Zhambylskaya oblast'),
(786, 'ro', 'Zhambylskaya oblast'),
(786, 'ru', 'Жамбылская область'),
(787, 'da', 'Zapadno-Kazakhstanskaya oblast'),
(787, 'de', 'Zapadno-Kazakhstanskaya oblast'),
(787, 'el', 'Zapadno-Kazakhstanskaya oblast'),
(787, 'en', 'Zapadno-Kazakhstanskaya oblast'),
(787, 'es', 'Zapadno-Kazakhstanskaya oblast'),
(787, 'fr', 'Zapadno-Kazakhstanskaya oblast'),
(787, 'it', 'Zapadno-Kazakhstanskaya oblast'),
(787, 'nl', 'Zapadno-Kazakhstanskaya oblast'),
(787, 'no', 'Zapadno-Kazakhstanskaya oblast'),
(787, 'pt', 'Zapadno-Kazakhstanskaya oblast'),
(787, 'ro', 'Zapadno-Kazakhstanskaya oblast'),
(787, 'ru', 'Западно-Казахстанская область'),
(788, 'da', 'Karagandinskaya oblast'),
(788, 'de', 'Karagandinskaya oblast'),
(788, 'el', 'Karagandinskaya oblast'),
(788, 'en', 'Karagandinskaya oblast'),
(788, 'es', 'Karagandinskaya oblast'),
(788, 'fr', 'Karagandinskaya oblast'),
(788, 'it', 'Karagandinskaya oblast'),
(788, 'nl', 'Karagandinskaya oblast'),
(788, 'no', 'Karagandinskaya oblast'),
(788, 'pt', 'Karagandinskaya oblast'),
(788, 'ro', 'Karagandinskaya oblast'),
(788, 'ru', 'Карагандинская область'),
(789, 'da', 'Kostanayskaya oblast'),
(789, 'de', 'Kostanayskaya oblast'),
(789, 'el', 'Kostanayskaya oblast'),
(789, 'en', 'Kostanayskaya oblast'),
(789, 'es', 'Kostanayskaya oblast'),
(789, 'fr', 'Kostanayskaya oblast'),
(789, 'it', 'Kostanayskaya oblast'),
(789, 'nl', 'Kostanayskaya oblast'),
(789, 'no', 'Kostanayskaya oblast'),
(789, 'pt', 'Kostanayskaya oblast'),
(789, 'ro', 'Kostanayskaya oblast'),
(789, 'ru', 'Костанайская область'),
(790, 'da', 'Kyzylordinskaya oblast'),
(790, 'de', 'Kyzylordinskaya oblast'),
(790, 'el', 'Kyzylordinskaya oblast'),
(790, 'en', 'Kyzylordinskaya oblast'),
(790, 'es', 'Kyzylordinskaya oblast'),
(790, 'fr', 'Kyzylordinskaya oblast'),
(790, 'it', 'Kyzylordinskaya oblast'),
(790, 'nl', 'Kyzylordinskaya oblast'),
(790, 'no', 'Kyzylordinskaya oblast'),
(790, 'pt', 'Kyzylordinskaya oblast'),
(790, 'ro', 'Kyzylordinskaya oblast'),
(790, 'ru', 'Кызылординская область'),
(791, 'da', 'Mangistauskaya oblast'),
(791, 'de', 'Mangistauskaya oblast'),
(791, 'el', 'Mangistauskaya oblast'),
(791, 'en', 'Mangistauskaya oblast'),
(791, 'es', 'Mangistauskaya oblast'),
(791, 'fr', 'Mangistauskaya oblast'),
(791, 'it', 'Mangistauskaya oblast'),
(791, 'nl', 'Mangistauskaya oblast'),
(791, 'no', 'Mangistauskaya oblast'),
(791, 'pt', 'Mangistauskaya oblast'),
(791, 'ro', 'Mangistauskaya oblast'),
(791, 'ru', 'Мангистауская область'),
(792, 'da', 'Pavlodarskaya oblast'),
(792, 'de', 'Pavlodarskaya oblast'),
(792, 'el', 'Pavlodarskaya oblast'),
(792, 'en', 'Pavlodarskaya oblast'),
(792, 'es', 'Pavlodarskaya oblast'),
(792, 'fr', 'Pavlodarskaya oblast'),
(792, 'it', 'Pavlodarskaya oblast'),
(792, 'nl', 'Pavlodarskaya oblast'),
(792, 'no', 'Pavlodarskaya oblast'),
(792, 'pt', 'Pavlodarskaya oblast'),
(792, 'ro', 'Pavlodarskaya oblast'),
(792, 'ru', 'Павлодарская область'),
(793, 'da', 'Severo-Kazakhstanskaya oblast'),
(793, 'de', 'Severo-Kazakhstanskaya oblast'),
(793, 'el', 'Severo-Kazakhstanskaya oblast'),
(793, 'en', 'Severo-Kazakhstanskaya oblast'),
(793, 'es', 'Severo-Kazakhstanskaya oblast'),
(793, 'fr', 'Severo-Kazakhstanskaya oblast'),
(793, 'it', 'Severo-Kazakhstanskaya oblast'),
(793, 'nl', 'Severo-Kazakhstanskaya oblast'),
(793, 'no', 'Severo-Kazakhstanskaya oblast'),
(793, 'pt', 'Severo-Kazakhstanskaya oblast'),
(793, 'ro', 'Severo-Kazakhstanskaya oblast'),
(793, 'ru', 'Северо-Казахстанская область'),
(794, 'da', 'Yuzhno-Kazakhstankaya oblast'),
(794, 'de', 'Yuzhno-Kazakhstankaya oblast'),
(794, 'el', 'Yuzhno-Kazakhstankaya oblast'),
(794, 'en', 'Yuzhno-Kazakhstankaya oblast'),
(794, 'es', 'Yuzhno-Kazakhstankaya oblast'),
(794, 'fr', 'Yuzhno-Kazakhstankaya oblast'),
(794, 'it', 'Yuzhno-Kazakhstankaya oblast'),
(794, 'nl', 'Yuzhno-Kazakhstankaya oblast'),
(794, 'no', 'Yuzhno-Kazakhstankaya oblast'),
(794, 'pt', 'Yuzhno-Kazakhstankaya oblast'),
(794, 'ro', 'Yuzhno-Kazakhstankaya oblast'),
(794, 'ru', 'Южно-Казахстанская область'),
(795, 'da', 'Vinnytska oblast'),
(795, 'de', 'Vinnytska oblast'),
(795, 'el', 'Vinnytska oblast'),
(795, 'en', 'Vinnytska oblast'),
(795, 'es', 'Vinnytska oblast'),
(795, 'fr', 'Vinnytska oblast'),
(795, 'it', 'Vinnytska oblast'),
(795, 'nl', 'Vinnytska oblast'),
(795, 'no', 'Vinnytska oblast'),
(795, 'pt', 'Vinnytska oblast'),
(795, 'ro', 'Vinnytska oblast'),
(795, 'ru', 'Винницкая область'),
(796, 'da', 'Volynska oblast'),
(796, 'de', 'Volynska oblast'),
(796, 'el', 'Volynska oblast'),
(796, 'en', 'Volynska oblast'),
(796, 'es', 'Volynska oblast'),
(796, 'fr', 'Volynska oblast'),
(796, 'it', 'Volynska oblast'),
(796, 'nl', 'Volynska oblast'),
(796, 'no', 'Volynska oblast'),
(796, 'pt', 'Volynska oblast'),
(796, 'ro', 'Volynska oblast'),
(796, 'ru', 'Волынская область'),
(797, 'da', 'Luhanska oblast'),
(797, 'de', 'Luhanska oblast'),
(797, 'el', 'Luhanska oblast'),
(797, 'en', 'Luhanska oblast'),
(797, 'es', 'Luhanska oblast'),
(797, 'fr', 'Luhanska oblast'),
(797, 'it', 'Luhanska oblast'),
(797, 'nl', 'Luhanska oblast'),
(797, 'no', 'Luhanska oblast'),
(797, 'pt', 'Luhanska oblast'),
(797, 'ro', 'Luhanska oblast'),
(797, 'ru', 'Луганская область'),
(798, 'da', 'Dnipropetrovska oblast'),
(798, 'de', 'Dnipropetrovska oblast'),
(798, 'el', 'Dnipropetrovska oblast'),
(798, 'en', 'Dnipropetrovska oblast'),
(798, 'es', 'Dnipropetrovska oblast'),
(798, 'fr', 'Dnipropetrovska oblast'),
(798, 'it', 'Dnipropetrovska oblast'),
(798, 'nl', 'Dnipropetrovska oblast'),
(798, 'no', 'Dnipropetrovska oblast'),
(798, 'pt', 'Dnipropetrovska oblast'),
(798, 'ro', 'Dnipropetrovska oblast'),
(798, 'ru', 'Днепропетровская область'),
(799, 'da', 'Donetska oblast'),
(799, 'de', 'Donetska oblast'),
(799, 'el', 'Donetska oblast'),
(799, 'en', 'Donetska oblast'),
(799, 'es', 'Donetska oblast'),
(799, 'fr', 'Donetska oblast'),
(799, 'it', 'Donetska oblast'),
(799, 'nl', 'Donetska oblast'),
(799, 'no', 'Donetska oblast'),
(799, 'pt', 'Donetska oblast'),
(799, 'ro', 'Donetska oblast'),
(799, 'ru', 'Донецкая область'),
(800, 'da', 'Zhytomyrska oblast'),
(800, 'de', 'Zhytomyrska oblast'),
(800, 'el', 'Zhytomyrska oblast'),
(800, 'en', 'Zhytomyrska oblast'),
(800, 'es', 'Zhytomyrska oblast'),
(800, 'fr', 'Zhytomyrska oblast'),
(800, 'it', 'Zhytomyrska oblast'),
(800, 'nl', 'Zhytomyrska oblast'),
(800, 'no', 'Zhytomyrska oblast'),
(800, 'pt', 'Zhytomyrska oblast'),
(800, 'ro', 'Zhytomyrska oblast'),
(800, 'ru', 'Житомирская область'),
(801, 'da', 'Rovnenska oblast'),
(801, 'de', 'Rovnenska oblast'),
(801, 'el', 'Rovnenska oblast'),
(801, 'en', 'Rovnenska oblast'),
(801, 'es', 'Rovnenska oblast'),
(801, 'fr', 'Rovnenska oblast'),
(801, 'it', 'Rovnenska oblast'),
(801, 'nl', 'Rovnenska oblast'),
(801, 'no', 'Rovnenska oblast'),
(801, 'pt', 'Rovnenska oblast'),
(801, 'ro', 'Rovnenska oblast'),
(801, 'ru', 'Ровненская область'),
(802, 'da', 'Zakarpatska oblast'),
(802, 'de', 'Zakarpatska oblast'),
(802, 'el', 'Zakarpatska oblast'),
(802, 'en', 'Zakarpatska oblast'),
(802, 'es', 'Zakarpatska oblast'),
(802, 'fr', 'Zakarpatska oblast'),
(802, 'it', 'Zakarpatska oblast'),
(802, 'nl', 'Zakarpatska oblast'),
(802, 'no', 'Zakarpatska oblast'),
(802, 'pt', 'Zakarpatska oblast'),
(802, 'ro', 'Zakarpatska oblast'),
(802, 'ru', 'Закарпатская область'),
(803, 'da', 'Zaporizka oblast'),
(803, 'de', 'Zaporizka oblast'),
(803, 'el', 'Zaporizka oblast'),
(803, 'en', 'Zaporizka oblast'),
(803, 'es', 'Zaporizka oblast'),
(803, 'fr', 'Zaporizka oblast'),
(803, 'it', 'Zaporizka oblast'),
(803, 'nl', 'Zaporizka oblast'),
(803, 'no', 'Zaporizka oblast'),
(803, 'pt', 'Zaporizka oblast'),
(803, 'ro', 'Zaporizka oblast'),
(803, 'ru', 'Запорожская область'),
(804, 'da', 'Ivano-Frankivska oblast'),
(804, 'de', 'Ivano-Frankivska oblast'),
(804, 'el', 'Ivano-Frankivska oblast'),
(804, 'en', 'Ivano-Frankivska oblast'),
(804, 'es', 'Ivano-Frankivska oblast'),
(804, 'fr', 'Ivano-Frankivska oblast'),
(804, 'it', 'Ivano-Frankivska oblast'),
(804, 'nl', 'Ivano-Frankivska oblast'),
(804, 'no', 'Ivano-Frankivska oblast'),
(804, 'pt', 'Ivano-Frankivska oblast'),
(804, 'ro', 'Ivano-Frankivska oblast'),
(804, 'ru', 'Ивано-Франковская область'),
(805, 'da', 'Kyiv'),
(805, 'de', 'Kyiv'),
(805, 'el', 'Kyiv'),
(805, 'en', 'Kyiv'),
(805, 'es', 'Kyiv'),
(805, 'fr', 'Kyiv'),
(805, 'it', 'Kyiv'),
(805, 'nl', 'Kyiv'),
(805, 'no', 'Kyiv'),
(805, 'pt', 'Kyiv'),
(805, 'ro', 'Kyiv'),
(805, 'ru', 'Киев'),
(806, 'da', 'Kyivska oblast'),
(806, 'de', 'Kyivska oblast'),
(806, 'el', 'Kyivska oblast'),
(806, 'en', 'Kyivska oblast'),
(806, 'es', 'Kyivska oblast'),
(806, 'fr', 'Kyivska oblast'),
(806, 'it', 'Kyivska oblast'),
(806, 'nl', 'Kyivska oblast'),
(806, 'no', 'Kyivska oblast'),
(806, 'pt', 'Kyivska oblast'),
(806, 'ro', 'Kyivska oblast'),
(806, 'ru', 'Киевская область'),
(807, 'da', 'Kirovohradska oblast'),
(807, 'de', 'Kirovohradska oblast'),
(807, 'el', 'Kirovohradska oblast'),
(807, 'en', 'Kirovohradska oblast'),
(807, 'es', 'Kirovohradska oblast'),
(807, 'fr', 'Kirovohradska oblast'),
(807, 'it', 'Kirovohradska oblast'),
(807, 'nl', 'Kirovohradska oblast'),
(807, 'no', 'Kirovohradska oblast'),
(807, 'pt', 'Kirovohradska oblast'),
(807, 'ro', 'Kirovohradska oblast'),
(807, 'ru', 'Кировоградская область'),
(808, 'da', 'Lvivska oblast'),
(808, 'de', 'Lvivska oblast'),
(808, 'el', 'Lvivska oblast'),
(808, 'en', 'Lvivska oblast'),
(808, 'es', 'Lvivska oblast'),
(808, 'fr', 'Lvivska oblast'),
(808, 'it', 'Lvivska oblast'),
(808, 'nl', 'Lvivska oblast'),
(808, 'no', 'Lvivska oblast'),
(808, 'pt', 'Lvivska oblast'),
(808, 'ro', 'Lvivska oblast'),
(808, 'ru', 'Львовская область'),
(809, 'da', 'Nykolaivska oblast'),
(809, 'de', 'Nykolaivska oblast'),
(809, 'el', 'Nykolaivska oblast'),
(809, 'en', 'Nykolaivska oblast'),
(809, 'es', 'Nykolaivska oblast'),
(809, 'fr', 'Nykolaivska oblast'),
(809, 'it', 'Nykolaivska oblast'),
(809, 'nl', 'Nykolaivska oblast'),
(809, 'no', 'Nykolaivska oblast'),
(809, 'pt', 'Nykolaivska oblast'),
(809, 'ro', 'Nykolaivska oblast'),
(809, 'ru', 'Николаевская область'),
(810, 'da', 'Odeska oblast'),
(810, 'de', 'Odeska oblast'),
(810, 'el', 'Odeska oblast'),
(810, 'en', 'Odeska oblast'),
(810, 'es', 'Odeska oblast'),
(810, 'fr', 'Odeska oblast'),
(810, 'it', 'Odeska oblast'),
(810, 'nl', 'Odeska oblast'),
(810, 'no', 'Odeska oblast'),
(810, 'pt', 'Odeska oblast'),
(810, 'ro', 'Odeska oblast'),
(810, 'ru', 'Одесская область'),
(811, 'da', 'Poltavska oblast'),
(811, 'de', 'Poltavska oblast'),
(811, 'el', 'Poltavska oblast'),
(811, 'en', 'Poltavska oblast'),
(811, 'es', 'Poltavska oblast'),
(811, 'fr', 'Poltavska oblast'),
(811, 'it', 'Poltavska oblast'),
(811, 'nl', 'Poltavska oblast'),
(811, 'no', 'Poltavska oblast'),
(811, 'pt', 'Poltavska oblast'),
(811, 'ro', 'Poltavska oblast'),
(811, 'ru', 'Полтавская область'),
(812, 'da', 'Sumska oblast'),
(812, 'de', 'Sumska oblast'),
(812, 'el', 'Sumska oblast'),
(812, 'en', 'Sumska oblast'),
(812, 'es', 'Sumska oblast'),
(812, 'fr', 'Sumska oblast'),
(812, 'it', 'Sumska oblast'),
(812, 'nl', 'Sumska oblast'),
(812, 'no', 'Sumska oblast'),
(812, 'pt', 'Sumska oblast'),
(812, 'ro', 'Sumska oblast'),
(812, 'ru', 'Сумская область'),
(813, 'da', 'Ternopilska oblast'),
(813, 'de', 'Ternopilska oblast'),
(813, 'el', 'Ternopilska oblast'),
(813, 'en', 'Ternopilska oblast'),
(813, 'es', 'Ternopilska oblast'),
(813, 'fr', 'Ternopilska oblast'),
(813, 'it', 'Ternopilska oblast'),
(813, 'nl', 'Ternopilska oblast'),
(813, 'no', 'Ternopilska oblast'),
(813, 'pt', 'Ternopilska oblast'),
(813, 'ro', 'Ternopilska oblast'),
(813, 'ru', 'Тернопольская область'),
(814, 'da', 'Kharkivska oblast'),
(814, 'de', 'Kharkivska oblast'),
(814, 'el', 'Kharkivska oblast'),
(814, 'en', 'Kharkivska oblast'),
(814, 'es', 'Kharkivska oblast'),
(814, 'fr', 'Kharkivska oblast'),
(814, 'it', 'Kharkivska oblast'),
(814, 'nl', 'Kharkivska oblast'),
(814, 'no', 'Kharkivska oblast'),
(814, 'pt', 'Kharkivska oblast'),
(814, 'ro', 'Kharkivska oblast'),
(814, 'ru', 'Харьковская область'),
(815, 'da', 'Khersonska oblast'),
(815, 'de', 'Khersonska oblast'),
(815, 'el', 'Khersonska oblast'),
(815, 'en', 'Khersonska oblast'),
(815, 'es', 'Khersonska oblast'),
(815, 'fr', 'Khersonska oblast'),
(815, 'it', 'Khersonska oblast'),
(815, 'nl', 'Khersonska oblast'),
(815, 'no', 'Khersonska oblast'),
(815, 'pt', 'Khersonska oblast'),
(815, 'ro', 'Khersonska oblast'),
(815, 'ru', 'Херсонская область'),
(816, 'da', 'Khmelnytska oblast'),
(816, 'de', 'Khmelnytska oblast'),
(816, 'el', 'Khmelnytska oblast'),
(816, 'en', 'Khmelnytska oblast'),
(816, 'es', 'Khmelnytska oblast'),
(816, 'fr', 'Khmelnytska oblast'),
(816, 'it', 'Khmelnytska oblast'),
(816, 'nl', 'Khmelnytska oblast'),
(816, 'no', 'Khmelnytska oblast'),
(816, 'pt', 'Khmelnytska oblast'),
(816, 'ro', 'Khmelnytska oblast'),
(816, 'ru', 'Хмельницкая область'),
(817, 'da', 'Cherkaska oblast'),
(817, 'de', 'Cherkaska oblast'),
(817, 'el', 'Cherkaska oblast'),
(817, 'en', 'Cherkaska oblast'),
(817, 'es', 'Cherkaska oblast'),
(817, 'fr', 'Cherkaska oblast'),
(817, 'it', 'Cherkaska oblast'),
(817, 'nl', 'Cherkaska oblast'),
(817, 'no', 'Cherkaska oblast'),
(817, 'pt', 'Cherkaska oblast'),
(817, 'ro', 'Cherkaska oblast'),
(817, 'ru', 'Черкасская область'),
(818, 'da', 'Chernihivska oblast'),
(818, 'de', 'Chernihivska oblast'),
(818, 'el', 'Chernihivska oblast'),
(818, 'en', 'Chernihivska oblast'),
(818, 'es', 'Chernihivska oblast'),
(818, 'fr', 'Chernihivska oblast'),
(818, 'it', 'Chernihivska oblast'),
(818, 'nl', 'Chernihivska oblast'),
(818, 'no', 'Chernihivska oblast'),
(818, 'pt', 'Chernihivska oblast'),
(818, 'ro', 'Chernihivska oblast'),
(818, 'ru', 'Черниговская область'),
(819, 'da', 'Chernivetska oblast'),
(819, 'de', 'Chernivetska oblast'),
(819, 'el', 'Chernivetska oblast'),
(819, 'en', 'Chernivetska oblast'),
(819, 'es', 'Chernivetska oblast'),
(819, 'fr', 'Chernivetska oblast'),
(819, 'it', 'Chernivetska oblast'),
(819, 'nl', 'Chernivetska oblast'),
(819, 'no', 'Chernivetska oblast'),
(819, 'pt', 'Chernivetska oblast'),
(819, 'ro', 'Chernivetska oblast'),
(819, 'ru', 'Черновицкая область'),
(820, 'da', 'Abruzzo'),
(820, 'de', 'Abruzzo'),
(820, 'el', 'Abruzzo'),
(820, 'en', 'Abruzzo'),
(820, 'es', 'Abruzzo'),
(820, 'fr', 'Abruzzo'),
(820, 'it', 'Abruzzo'),
(820, 'nl', 'Abruzzo'),
(820, 'no', 'Abruzzo'),
(820, 'pt', 'Abruzzo'),
(820, 'ro', 'Abruzzo'),
(820, 'ru', 'Abruzzo'),
(821, 'da', 'Basilicata'),
(821, 'de', 'Basilicata'),
(821, 'el', 'Basilicata'),
(821, 'en', 'Basilicata'),
(821, 'es', 'Basilicata'),
(821, 'fr', 'Basilicata'),
(821, 'it', 'Basilicata'),
(821, 'nl', 'Basilicata'),
(821, 'no', 'Basilicata'),
(821, 'pt', 'Basilicata'),
(821, 'ro', 'Basilicata'),
(821, 'ru', 'Basilicata'),
(822, 'da', 'Calabria'),
(822, 'de', 'Calabria'),
(822, 'el', 'Calabria'),
(822, 'en', 'Calabria'),
(822, 'es', 'Calabria'),
(822, 'fr', 'Calabria'),
(822, 'it', 'Calabria'),
(822, 'nl', 'Calabria'),
(822, 'no', 'Calabria'),
(822, 'pt', 'Calabria'),
(822, 'ro', 'Calabria'),
(822, 'ru', 'Calabria'),
(823, 'da', 'Campania'),
(823, 'de', 'Campania'),
(823, 'el', 'Campania'),
(823, 'en', 'Campania'),
(823, 'es', 'Campania'),
(823, 'fr', 'Campania'),
(823, 'it', 'Campania'),
(823, 'nl', 'Campania'),
(823, 'no', 'Campania'),
(823, 'pt', 'Campania'),
(823, 'ro', 'Campania'),
(823, 'ru', 'Campania'),
(824, 'da', 'Emilia-Romagna'),
(824, 'de', 'Emilia-Romagna'),
(824, 'el', 'Emilia-Romagna'),
(824, 'en', 'Emilia-Romagna'),
(824, 'es', 'Emilia-Romagna'),
(824, 'fr', 'Emilia-Romagna'),
(824, 'it', 'Emilia-Romagna'),
(824, 'nl', 'Emilia-Romagna'),
(824, 'no', 'Emilia-Romagna'),
(824, 'pt', 'Emilia-Romagna'),
(824, 'ro', 'Emilia-Romagna'),
(824, 'ru', 'Emilia-Romagna'),
(825, 'da', 'Lazio'),
(825, 'de', 'Lazio'),
(825, 'el', 'Lazio'),
(825, 'en', 'Lazio'),
(825, 'es', 'Lazio'),
(825, 'fr', 'Lazio'),
(825, 'it', 'Lazio'),
(825, 'nl', 'Lazio'),
(825, 'no', 'Lazio'),
(825, 'pt', 'Lazio'),
(825, 'ro', 'Lazio'),
(825, 'ru', 'Lazio'),
(826, 'da', 'Liguria'),
(826, 'de', 'Liguria'),
(826, 'el', 'Liguria'),
(826, 'en', 'Liguria'),
(826, 'es', 'Liguria'),
(826, 'fr', 'Liguria'),
(826, 'it', 'Liguria'),
(826, 'nl', 'Liguria'),
(826, 'no', 'Liguria'),
(826, 'pt', 'Liguria'),
(826, 'ro', 'Liguria'),
(826, 'ru', 'Liguria'),
(827, 'da', 'Lombardy'),
(827, 'de', 'Lombardy'),
(827, 'el', 'Lombardy'),
(827, 'en', 'Lombardy'),
(827, 'es', 'Lombardy'),
(827, 'fr', 'Lombardy'),
(827, 'it', 'Lombardia'),
(827, 'nl', 'Lombardy'),
(827, 'no', 'Lombardy'),
(827, 'pt', 'Lombardy'),
(827, 'ro', 'Lombardy'),
(827, 'ru', 'Lombardy'),
(828, 'da', 'Marche'),
(828, 'de', 'Marche'),
(828, 'el', 'Marche'),
(828, 'en', 'Marche'),
(828, 'es', 'Marche'),
(828, 'fr', 'Marche'),
(828, 'it', 'Marche'),
(828, 'nl', 'Marche'),
(828, 'no', 'Marche'),
(828, 'pt', 'Marche'),
(828, 'ro', 'Marche'),
(828, 'ru', 'Marche'),
(829, 'da', 'Molise'),
(829, 'de', 'Molise'),
(829, 'el', 'Molise'),
(829, 'en', 'Molise'),
(829, 'es', 'Molise'),
(829, 'fr', 'Molise'),
(829, 'it', 'Molise'),
(829, 'nl', 'Molise'),
(829, 'no', 'Molise'),
(829, 'pt', 'Molise'),
(829, 'ro', 'Molise'),
(829, 'ru', 'Molise'),
(830, 'da', 'Piedmont'),
(830, 'de', 'Piedmont'),
(830, 'el', 'Piedmont'),
(830, 'en', 'Piedmont'),
(830, 'es', 'Piedmont'),
(830, 'fr', 'Piedmont'),
(830, 'it', 'Piemonte'),
(830, 'nl', 'Piedmont'),
(830, 'no', 'Piedmont'),
(830, 'pt', 'Piedmont'),
(830, 'ro', 'Piedmont'),
(830, 'ru', 'Piedmont'),
(831, 'da', 'Apulia'),
(831, 'de', 'Apulia'),
(831, 'el', 'Apulia'),
(831, 'en', 'Apulia'),
(831, 'es', 'Apulia'),
(831, 'fr', 'Apulia'),
(831, 'it', 'Puglia'),
(831, 'nl', 'Apulia'),
(831, 'no', 'Apulia'),
(831, 'pt', 'Apulia'),
(831, 'ro', 'Apulia'),
(831, 'ru', 'Apulia'),
(832, 'da', 'Tuscany'),
(832, 'de', 'Tuscany'),
(832, 'el', 'Tuscany'),
(832, 'en', 'Tuscany'),
(832, 'es', 'Tuscany'),
(832, 'fr', 'Tuscany'),
(832, 'it', 'Toscana'),
(832, 'nl', 'Tuscany'),
(832, 'no', 'Tuscany'),
(832, 'pt', 'Tuscany'),
(832, 'ro', 'Tuscany'),
(832, 'ru', 'Tuscany'),
(833, 'da', 'Umbria'),
(833, 'de', 'Umbria'),
(833, 'el', 'Umbria'),
(833, 'en', 'Umbria'),
(833, 'es', 'Umbria'),
(833, 'fr', 'Umbria'),
(833, 'it', 'Umbria'),
(833, 'nl', 'Umbria'),
(833, 'no', 'Umbria'),
(833, 'pt', 'Umbria'),
(833, 'ro', 'Umbria'),
(833, 'ru', 'Umbria'),
(834, 'da', 'Veneto'),
(834, 'de', 'Veneto'),
(834, 'el', 'Veneto'),
(834, 'en', 'Veneto'),
(834, 'es', 'Veneto'),
(834, 'fr', 'Veneto'),
(834, 'it', 'Veneto'),
(834, 'nl', 'Veneto'),
(834, 'no', 'Veneto'),
(834, 'pt', 'Veneto'),
(834, 'ro', 'Veneto'),
(834, 'ru', 'Veneto'),
(835, 'da', 'Friuli Venezia Giulia'),
(835, 'de', 'Friuli Venezia Giulia');
INSERT INTO `partiushop_state_descriptions` (`state_id`, `lang_code`, `state`) VALUES
(835, 'el', 'Friuli Venezia Giulia'),
(835, 'en', 'Friuli Venezia Giulia'),
(835, 'es', 'Friuli Venezia Giulia'),
(835, 'fr', 'Friuli Venezia Giulia'),
(835, 'it', 'Friuli Venezia Giulia'),
(835, 'nl', 'Friuli Venezia Giulia'),
(835, 'no', 'Friuli Venezia Giulia'),
(835, 'pt', 'Friuli Venezia Giulia'),
(835, 'ro', 'Friuli Venezia Giulia'),
(835, 'ru', 'Friuli Venezia Giulia'),
(836, 'da', 'Sardinia'),
(836, 'de', 'Sardinia'),
(836, 'el', 'Sardinia'),
(836, 'en', 'Sardinia'),
(836, 'es', 'Sardinia'),
(836, 'fr', 'Sardinia'),
(836, 'it', 'Sardegna'),
(836, 'nl', 'Sardinia'),
(836, 'no', 'Sardinia'),
(836, 'pt', 'Sardinia'),
(836, 'ro', 'Sardinia'),
(836, 'ru', 'Sardinia'),
(837, 'da', 'Sicily'),
(837, 'de', 'Sicily'),
(837, 'el', 'Sicily'),
(837, 'en', 'Sicily'),
(837, 'es', 'Sicily'),
(837, 'fr', 'Sicily'),
(837, 'it', 'Sicilia'),
(837, 'nl', 'Sicily'),
(837, 'no', 'Sicily'),
(837, 'pt', 'Sicily'),
(837, 'ro', 'Sicily'),
(837, 'ru', 'Sicily'),
(838, 'da', 'Trentino-South Tyrol'),
(838, 'de', 'Trentino-South Tyrol'),
(838, 'el', 'Trentino-South Tyrol'),
(838, 'en', 'Trentino-South Tyrol'),
(838, 'es', 'Trentino-South Tyrol'),
(838, 'fr', 'Trentino-South Tyrol'),
(838, 'it', 'Trentino-Alto Adige'),
(838, 'nl', 'Trentino-South Tyrol'),
(838, 'no', 'Trentino-South Tyrol'),
(838, 'pt', 'Trentino-South Tyrol'),
(838, 'ro', 'Trentino-South Tyrol'),
(838, 'ru', 'Trentino-South Tyrol'),
(839, 'da', 'Aosta Valley'),
(839, 'de', 'Aosta Valley'),
(839, 'el', 'Aosta Valley'),
(839, 'en', 'Aosta Valley'),
(839, 'es', 'Aosta Valley'),
(839, 'fr', 'Aosta Valley'),
(839, 'it', 'Valle d\'Aosta'),
(839, 'nl', 'Aosta Valley'),
(839, 'no', 'Aosta Valley'),
(839, 'pt', 'Aosta Valley'),
(839, 'ro', 'Aosta Valley'),
(839, 'ru', 'Aosta Valley'),
(840, 'da', 'Abruzzo'),
(840, 'de', 'Abruzzo'),
(840, 'el', 'Abruzzo'),
(840, 'en', 'Abruzzo'),
(840, 'es', 'Abruzzo'),
(840, 'fr', 'Abruzzo'),
(840, 'it', 'Abruzzo'),
(840, 'nl', 'Abruzzo'),
(840, 'no', 'Abruzzo'),
(840, 'pt', 'Abruzzo'),
(840, 'ro', 'Abruzzo'),
(840, 'ru', 'Abruzzo'),
(841, 'da', 'Basilicata'),
(841, 'de', 'Basilicata'),
(841, 'el', 'Basilicata'),
(841, 'en', 'Basilicata'),
(841, 'es', 'Basilicata'),
(841, 'fr', 'Basilicata'),
(841, 'it', 'Basilicata'),
(841, 'nl', 'Basilicata'),
(841, 'no', 'Basilicata'),
(841, 'pt', 'Basilicata'),
(841, 'ro', 'Basilicata'),
(841, 'ru', 'Basilicata'),
(842, 'da', 'Calabria'),
(842, 'de', 'Calabria'),
(842, 'el', 'Calabria'),
(842, 'en', 'Calabria'),
(842, 'es', 'Calabria'),
(842, 'fr', 'Calabria'),
(842, 'it', 'Calabria'),
(842, 'nl', 'Calabria'),
(842, 'no', 'Calabria'),
(842, 'pt', 'Calabria'),
(842, 'ro', 'Calabria'),
(842, 'ru', 'Calabria'),
(843, 'da', 'Campania'),
(843, 'de', 'Campania'),
(843, 'el', 'Campania'),
(843, 'en', 'Campania'),
(843, 'es', 'Campania'),
(843, 'fr', 'Campania'),
(843, 'it', 'Campania'),
(843, 'nl', 'Campania'),
(843, 'no', 'Campania'),
(843, 'pt', 'Campania'),
(843, 'ro', 'Campania'),
(843, 'ru', 'Campania'),
(844, 'da', 'Emilia-Romagna'),
(844, 'de', 'Emilia-Romagna'),
(844, 'el', 'Emilia-Romagna'),
(844, 'en', 'Emilia-Romagna'),
(844, 'es', 'Emilia-Romagna'),
(844, 'fr', 'Emilia-Romagna'),
(844, 'it', 'Emilia-Romagna'),
(844, 'nl', 'Emilia-Romagna'),
(844, 'no', 'Emilia-Romagna'),
(844, 'pt', 'Emilia-Romagna'),
(844, 'ro', 'Emilia-Romagna'),
(844, 'ru', 'Emilia-Romagna'),
(845, 'da', 'Lazio'),
(845, 'de', 'Lazio'),
(845, 'el', 'Lazio'),
(845, 'en', 'Lazio'),
(845, 'es', 'Lazio'),
(845, 'fr', 'Lazio'),
(845, 'it', 'Lazio'),
(845, 'nl', 'Lazio'),
(845, 'no', 'Lazio'),
(845, 'pt', 'Lazio'),
(845, 'ro', 'Lazio'),
(845, 'ru', 'Lazio'),
(846, 'da', 'Liguria'),
(846, 'de', 'Liguria'),
(846, 'el', 'Liguria'),
(846, 'en', 'Liguria'),
(846, 'es', 'Liguria'),
(846, 'fr', 'Liguria'),
(846, 'it', 'Liguria'),
(846, 'nl', 'Liguria'),
(846, 'no', 'Liguria'),
(846, 'pt', 'Liguria'),
(846, 'ro', 'Liguria'),
(846, 'ru', 'Liguria'),
(847, 'da', 'Lombardy'),
(847, 'de', 'Lombardy'),
(847, 'el', 'Lombardy'),
(847, 'en', 'Lombardy'),
(847, 'es', 'Lombardy'),
(847, 'fr', 'Lombardy'),
(847, 'it', 'Lombardia'),
(847, 'nl', 'Lombardy'),
(847, 'no', 'Lombardy'),
(847, 'pt', 'Lombardy'),
(847, 'ro', 'Lombardy'),
(847, 'ru', 'Lombardy'),
(848, 'da', 'Marche'),
(848, 'de', 'Marche'),
(848, 'el', 'Marche'),
(848, 'en', 'Marche'),
(848, 'es', 'Marche'),
(848, 'fr', 'Marche'),
(848, 'it', 'Marche'),
(848, 'nl', 'Marche'),
(848, 'no', 'Marche'),
(848, 'pt', 'Marche'),
(848, 'ro', 'Marche'),
(848, 'ru', 'Marche'),
(849, 'da', 'Molise'),
(849, 'de', 'Molise'),
(849, 'el', 'Molise'),
(849, 'en', 'Molise'),
(849, 'es', 'Molise'),
(849, 'fr', 'Molise'),
(849, 'it', 'Molise'),
(849, 'nl', 'Molise'),
(849, 'no', 'Molise'),
(849, 'pt', 'Molise'),
(849, 'ro', 'Molise'),
(849, 'ru', 'Molise'),
(850, 'da', 'Piedmont'),
(850, 'de', 'Piedmont'),
(850, 'el', 'Piedmont'),
(850, 'en', 'Piedmont'),
(850, 'es', 'Piedmont'),
(850, 'fr', 'Piedmont'),
(850, 'it', 'Piemonte'),
(850, 'nl', 'Piedmont'),
(850, 'no', 'Piedmont'),
(850, 'pt', 'Piedmont'),
(850, 'ro', 'Piedmont'),
(850, 'ru', 'Piedmont'),
(851, 'da', 'Apulia'),
(851, 'de', 'Apulia'),
(851, 'el', 'Apulia'),
(851, 'en', 'Apulia'),
(851, 'es', 'Apulia'),
(851, 'fr', 'Apulia'),
(851, 'it', 'Puglia'),
(851, 'nl', 'Apulia'),
(851, 'no', 'Apulia'),
(851, 'pt', 'Apulia'),
(851, 'ro', 'Apulia'),
(851, 'ru', 'Apulia'),
(852, 'da', 'Tuscany'),
(852, 'de', 'Tuscany'),
(852, 'el', 'Tuscany'),
(852, 'en', 'Tuscany'),
(852, 'es', 'Tuscany'),
(852, 'fr', 'Tuscany'),
(852, 'it', 'Toscana'),
(852, 'nl', 'Tuscany'),
(852, 'no', 'Tuscany'),
(852, 'pt', 'Tuscany'),
(852, 'ro', 'Tuscany'),
(852, 'ru', 'Tuscany'),
(853, 'da', 'Umbria'),
(853, 'de', 'Umbria'),
(853, 'el', 'Umbria'),
(853, 'en', 'Umbria'),
(853, 'es', 'Umbria'),
(853, 'fr', 'Umbria'),
(853, 'it', 'Umbria'),
(853, 'nl', 'Umbria'),
(853, 'no', 'Umbria'),
(853, 'pt', 'Umbria'),
(853, 'ro', 'Umbria'),
(853, 'ru', 'Umbria'),
(854, 'da', 'Veneto'),
(854, 'de', 'Veneto'),
(854, 'el', 'Veneto'),
(854, 'en', 'Veneto'),
(854, 'es', 'Veneto'),
(854, 'fr', 'Veneto'),
(854, 'it', 'Veneto'),
(854, 'nl', 'Veneto'),
(854, 'no', 'Veneto'),
(854, 'pt', 'Veneto'),
(854, 'ro', 'Veneto'),
(854, 'ru', 'Veneto'),
(855, 'da', 'Friuli Venezia Giulia'),
(855, 'de', 'Friuli Venezia Giulia'),
(855, 'el', 'Friuli Venezia Giulia'),
(855, 'en', 'Friuli Venezia Giulia'),
(855, 'es', 'Friuli Venezia Giulia'),
(855, 'fr', 'Friuli Venezia Giulia'),
(855, 'it', 'Friuli Venezia Giulia'),
(855, 'nl', 'Friuli Venezia Giulia'),
(855, 'no', 'Friuli Venezia Giulia'),
(855, 'pt', 'Friuli Venezia Giulia'),
(855, 'ro', 'Friuli Venezia Giulia'),
(855, 'ru', 'Friuli Venezia Giulia'),
(856, 'da', 'Sardinia'),
(856, 'de', 'Sardinia'),
(856, 'el', 'Sardinia'),
(856, 'en', 'Sardinia'),
(856, 'es', 'Sardinia'),
(856, 'fr', 'Sardinia'),
(856, 'it', 'Sardegna'),
(856, 'nl', 'Sardinia'),
(856, 'no', 'Sardinia'),
(856, 'pt', 'Sardinia'),
(856, 'ro', 'Sardinia'),
(856, 'ru', 'Sardinia'),
(857, 'da', 'Sicily'),
(857, 'de', 'Sicily'),
(857, 'el', 'Sicily'),
(857, 'en', 'Sicily'),
(857, 'es', 'Sicily'),
(857, 'fr', 'Sicily'),
(857, 'it', 'Sicilia'),
(857, 'nl', 'Sicily'),
(857, 'no', 'Sicily'),
(857, 'pt', 'Sicily'),
(857, 'ro', 'Sicily'),
(857, 'ru', 'Sicily'),
(858, 'da', 'Trentino-South Tyrol'),
(858, 'de', 'Trentino-South Tyrol'),
(858, 'el', 'Trentino-South Tyrol'),
(858, 'en', 'Trentino-South Tyrol'),
(858, 'es', 'Trentino-South Tyrol'),
(858, 'fr', 'Trentino-South Tyrol'),
(858, 'it', 'Trentino-Alto Adige'),
(858, 'nl', 'Trentino-South Tyrol'),
(858, 'no', 'Trentino-South Tyrol'),
(858, 'pt', 'Trentino-South Tyrol'),
(858, 'ro', 'Trentino-South Tyrol'),
(858, 'ru', 'Trentino-South Tyrol'),
(859, 'da', 'Aosta Valley'),
(859, 'de', 'Aosta Valley'),
(859, 'el', 'Aosta Valley'),
(859, 'en', 'Aosta Valley'),
(859, 'es', 'Aosta Valley'),
(859, 'fr', 'Aosta Valley'),
(859, 'it', 'Valle d\'Aosta'),
(859, 'nl', 'Aosta Valley'),
(859, 'no', 'Aosta Valley'),
(859, 'pt', 'Aosta Valley'),
(859, 'ro', 'Aosta Valley'),
(859, 'ru', 'Aosta Valley'),
(861, 'da', 'Abruzzo'),
(861, 'de', 'Abruzzo'),
(861, 'el', 'Abruzzo'),
(861, 'en', 'Abruzzo'),
(861, 'es', 'Abruzzo'),
(861, 'fr', 'Abruzzo'),
(861, 'it', 'Abruzzo'),
(861, 'nl', 'Abruzzo'),
(861, 'no', 'Abruzzo'),
(861, 'pt', 'Abruzzo'),
(861, 'ro', 'Abruzzo'),
(861, 'ru', 'Abruzzo'),
(862, 'da', 'Basilicata'),
(862, 'de', 'Basilicata'),
(862, 'el', 'Basilicata'),
(862, 'en', 'Basilicata'),
(862, 'es', 'Basilicata'),
(862, 'fr', 'Basilicata'),
(862, 'it', 'Basilicata'),
(862, 'nl', 'Basilicata'),
(862, 'no', 'Basilicata'),
(862, 'pt', 'Basilicata'),
(862, 'ro', 'Basilicata'),
(862, 'ru', 'Basilicata'),
(863, 'da', 'Calabria'),
(863, 'de', 'Calabria'),
(863, 'el', 'Calabria'),
(863, 'en', 'Calabria'),
(863, 'es', 'Calabria'),
(863, 'fr', 'Calabria'),
(863, 'it', 'Calabria'),
(863, 'nl', 'Calabria'),
(863, 'no', 'Calabria'),
(863, 'pt', 'Calabria'),
(863, 'ro', 'Calabria'),
(863, 'ru', 'Calabria'),
(864, 'da', 'Campania'),
(864, 'de', 'Campania'),
(864, 'el', 'Campania'),
(864, 'en', 'Campania'),
(864, 'es', 'Campania'),
(864, 'fr', 'Campania'),
(864, 'it', 'Campania'),
(864, 'nl', 'Campania'),
(864, 'no', 'Campania'),
(864, 'pt', 'Campania'),
(864, 'ro', 'Campania'),
(864, 'ru', 'Campania'),
(865, 'da', 'Emilia-Romagna'),
(865, 'de', 'Emilia-Romagna'),
(865, 'el', 'Emilia-Romagna'),
(865, 'en', 'Emilia-Romagna'),
(865, 'es', 'Emilia-Romagna'),
(865, 'fr', 'Emilia-Romagna'),
(865, 'it', 'Emilia-Romagna'),
(865, 'nl', 'Emilia-Romagna'),
(865, 'no', 'Emilia-Romagna'),
(865, 'pt', 'Emilia-Romagna'),
(865, 'ro', 'Emilia-Romagna'),
(865, 'ru', 'Emilia-Romagna'),
(866, 'da', 'Lazio'),
(866, 'de', 'Lazio'),
(866, 'el', 'Lazio'),
(866, 'en', 'Lazio'),
(866, 'es', 'Lazio'),
(866, 'fr', 'Lazio'),
(866, 'it', 'Lazio'),
(866, 'nl', 'Lazio'),
(866, 'no', 'Lazio'),
(866, 'pt', 'Lazio'),
(866, 'ro', 'Lazio'),
(866, 'ru', 'Lazio'),
(867, 'da', 'Liguria'),
(867, 'de', 'Liguria'),
(867, 'el', 'Liguria'),
(867, 'en', 'Liguria'),
(867, 'es', 'Liguria'),
(867, 'fr', 'Liguria'),
(867, 'it', 'Liguria'),
(867, 'nl', 'Liguria'),
(867, 'no', 'Liguria'),
(867, 'pt', 'Liguria'),
(867, 'ro', 'Liguria'),
(867, 'ru', 'Liguria'),
(868, 'da', 'Lombardy'),
(868, 'de', 'Lombardy'),
(868, 'el', 'Lombardy'),
(868, 'en', 'Lombardy'),
(868, 'es', 'Lombardy'),
(868, 'fr', 'Lombardy'),
(868, 'it', 'Lombardia'),
(868, 'nl', 'Lombardy'),
(868, 'no', 'Lombardy'),
(868, 'pt', 'Lombardy'),
(868, 'ro', 'Lombardy'),
(868, 'ru', 'Lombardy'),
(869, 'da', 'Marche'),
(869, 'de', 'Marche'),
(869, 'el', 'Marche'),
(869, 'en', 'Marche'),
(869, 'es', 'Marche'),
(869, 'fr', 'Marche'),
(869, 'it', 'Marche'),
(869, 'nl', 'Marche'),
(869, 'no', 'Marche'),
(869, 'pt', 'Marche'),
(869, 'ro', 'Marche'),
(869, 'ru', 'Marche'),
(870, 'da', 'Molise'),
(870, 'de', 'Molise'),
(870, 'el', 'Molise'),
(870, 'en', 'Molise'),
(870, 'es', 'Molise'),
(870, 'fr', 'Molise'),
(870, 'it', 'Molise'),
(870, 'nl', 'Molise'),
(870, 'no', 'Molise'),
(870, 'pt', 'Molise'),
(870, 'ro', 'Molise'),
(870, 'ru', 'Molise'),
(871, 'da', 'Piedmont'),
(871, 'de', 'Piedmont'),
(871, 'el', 'Piedmont'),
(871, 'en', 'Piedmont'),
(871, 'es', 'Piedmont'),
(871, 'fr', 'Piedmont'),
(871, 'it', 'Piemonte'),
(871, 'nl', 'Piedmont'),
(871, 'no', 'Piedmont'),
(871, 'pt', 'Piedmont'),
(871, 'ro', 'Piedmont'),
(871, 'ru', 'Piedmont'),
(872, 'da', 'Apulia'),
(872, 'de', 'Apulia'),
(872, 'el', 'Apulia'),
(872, 'en', 'Apulia'),
(872, 'es', 'Apulia'),
(872, 'fr', 'Apulia'),
(872, 'it', 'Puglia'),
(872, 'nl', 'Apulia'),
(872, 'no', 'Apulia'),
(872, 'pt', 'Apulia'),
(872, 'ro', 'Apulia'),
(872, 'ru', 'Apulia'),
(873, 'da', 'Tuscany'),
(873, 'de', 'Tuscany'),
(873, 'el', 'Tuscany'),
(873, 'en', 'Tuscany'),
(873, 'es', 'Tuscany'),
(873, 'fr', 'Tuscany'),
(873, 'it', 'Toscana'),
(873, 'nl', 'Tuscany'),
(873, 'no', 'Tuscany'),
(873, 'pt', 'Tuscany'),
(873, 'ro', 'Tuscany'),
(873, 'ru', 'Tuscany'),
(874, 'da', 'Umbria'),
(874, 'de', 'Umbria'),
(874, 'el', 'Umbria'),
(874, 'en', 'Umbria'),
(874, 'es', 'Umbria'),
(874, 'fr', 'Umbria'),
(874, 'it', 'Umbria'),
(874, 'nl', 'Umbria'),
(874, 'no', 'Umbria'),
(874, 'pt', 'Umbria'),
(874, 'ro', 'Umbria'),
(874, 'ru', 'Umbria'),
(875, 'da', 'Veneto'),
(875, 'de', 'Veneto'),
(875, 'el', 'Veneto'),
(875, 'en', 'Veneto'),
(875, 'es', 'Veneto'),
(875, 'fr', 'Veneto'),
(875, 'it', 'Veneto'),
(875, 'nl', 'Veneto'),
(875, 'no', 'Veneto'),
(875, 'pt', 'Veneto'),
(875, 'ro', 'Veneto'),
(875, 'ru', 'Veneto'),
(876, 'da', 'Friuli Venezia Giulia'),
(876, 'de', 'Friuli Venezia Giulia'),
(876, 'el', 'Friuli Venezia Giulia'),
(876, 'en', 'Friuli Venezia Giulia'),
(876, 'es', 'Friuli Venezia Giulia'),
(876, 'fr', 'Friuli Venezia Giulia'),
(876, 'it', 'Friuli Venezia Giulia'),
(876, 'nl', 'Friuli Venezia Giulia'),
(876, 'no', 'Friuli Venezia Giulia'),
(876, 'pt', 'Friuli Venezia Giulia'),
(876, 'ro', 'Friuli Venezia Giulia'),
(876, 'ru', 'Friuli Venezia Giulia'),
(877, 'da', 'Sardinia'),
(877, 'de', 'Sardinia'),
(877, 'el', 'Sardinia'),
(877, 'en', 'Sardinia'),
(877, 'es', 'Sardinia'),
(877, 'fr', 'Sardinia'),
(877, 'it', 'Sardegna'),
(877, 'nl', 'Sardinia'),
(877, 'no', 'Sardinia'),
(877, 'pt', 'Sardinia'),
(877, 'ro', 'Sardinia'),
(877, 'ru', 'Sardinia'),
(878, 'da', 'Sicily'),
(878, 'de', 'Sicily'),
(878, 'el', 'Sicily'),
(878, 'en', 'Sicily'),
(878, 'es', 'Sicily'),
(878, 'fr', 'Sicily'),
(878, 'it', 'Sicilia'),
(878, 'nl', 'Sicily'),
(878, 'no', 'Sicily'),
(878, 'pt', 'Sicily'),
(878, 'ro', 'Sicily'),
(878, 'ru', 'Sicily'),
(879, 'da', 'Trentino-South Tyrol'),
(879, 'de', 'Trentino-South Tyrol'),
(879, 'el', 'Trentino-South Tyrol'),
(879, 'en', 'Trentino-South Tyrol'),
(879, 'es', 'Trentino-South Tyrol'),
(879, 'fr', 'Trentino-South Tyrol'),
(879, 'it', 'Trentino-Alto Adige'),
(879, 'nl', 'Trentino-South Tyrol'),
(879, 'no', 'Trentino-South Tyrol'),
(879, 'pt', 'Trentino-South Tyrol'),
(879, 'ro', 'Trentino-South Tyrol'),
(879, 'ru', 'Trentino-South Tyrol'),
(880, 'da', 'Aosta Valley'),
(880, 'de', 'Aosta Valley'),
(880, 'el', 'Aosta Valley'),
(880, 'en', 'Aosta Valley'),
(880, 'es', 'Aosta Valley'),
(880, 'fr', 'Aosta Valley'),
(880, 'it', 'Valle d\'Aosta'),
(880, 'nl', 'Aosta Valley'),
(880, 'no', 'Aosta Valley'),
(880, 'pt', 'Aosta Valley'),
(880, 'ro', 'Aosta Valley'),
(880, 'ru', 'Aosta Valley'),
(882, 'da', 'Abruzzo'),
(882, 'de', 'Abruzzo'),
(882, 'el', 'Abruzzo'),
(882, 'en', 'Abruzzo'),
(882, 'es', 'Abruzzo'),
(882, 'fr', 'Abruzzo'),
(882, 'it', 'Abruzzo'),
(882, 'nl', 'Abruzzo'),
(882, 'no', 'Abruzzo'),
(882, 'pt', 'Abruzzo'),
(882, 'ro', 'Abruzzo'),
(882, 'ru', 'Abruzzo'),
(883, 'da', 'Basilicata'),
(883, 'de', 'Basilicata'),
(883, 'el', 'Basilicata'),
(883, 'en', 'Basilicata'),
(883, 'es', 'Basilicata'),
(883, 'fr', 'Basilicata'),
(883, 'it', 'Basilicata'),
(883, 'nl', 'Basilicata'),
(883, 'no', 'Basilicata'),
(883, 'pt', 'Basilicata'),
(883, 'ro', 'Basilicata'),
(883, 'ru', 'Basilicata'),
(884, 'da', 'Calabria'),
(884, 'de', 'Calabria'),
(884, 'el', 'Calabria'),
(884, 'en', 'Calabria'),
(884, 'es', 'Calabria'),
(884, 'fr', 'Calabria'),
(884, 'it', 'Calabria'),
(884, 'nl', 'Calabria'),
(884, 'no', 'Calabria'),
(884, 'pt', 'Calabria'),
(884, 'ro', 'Calabria'),
(884, 'ru', 'Calabria'),
(885, 'da', 'Campania'),
(885, 'de', 'Campania'),
(885, 'el', 'Campania'),
(885, 'en', 'Campania'),
(885, 'es', 'Campania'),
(885, 'fr', 'Campania'),
(885, 'it', 'Campania'),
(885, 'nl', 'Campania'),
(885, 'no', 'Campania'),
(885, 'pt', 'Campania'),
(885, 'ro', 'Campania'),
(885, 'ru', 'Campania'),
(886, 'da', 'Emilia-Romagna'),
(886, 'de', 'Emilia-Romagna'),
(886, 'el', 'Emilia-Romagna'),
(886, 'en', 'Emilia-Romagna'),
(886, 'es', 'Emilia-Romagna'),
(886, 'fr', 'Emilia-Romagna'),
(886, 'it', 'Emilia-Romagna'),
(886, 'nl', 'Emilia-Romagna'),
(886, 'no', 'Emilia-Romagna'),
(886, 'pt', 'Emilia-Romagna'),
(886, 'ro', 'Emilia-Romagna'),
(886, 'ru', 'Emilia-Romagna'),
(887, 'da', 'Lazio'),
(887, 'de', 'Lazio'),
(887, 'el', 'Lazio'),
(887, 'en', 'Lazio'),
(887, 'es', 'Lazio'),
(887, 'fr', 'Lazio'),
(887, 'it', 'Lazio'),
(887, 'nl', 'Lazio'),
(887, 'no', 'Lazio'),
(887, 'pt', 'Lazio'),
(887, 'ro', 'Lazio'),
(887, 'ru', 'Lazio'),
(888, 'da', 'Liguria'),
(888, 'de', 'Liguria'),
(888, 'el', 'Liguria'),
(888, 'en', 'Liguria'),
(888, 'es', 'Liguria'),
(888, 'fr', 'Liguria'),
(888, 'it', 'Liguria'),
(888, 'nl', 'Liguria'),
(888, 'no', 'Liguria'),
(888, 'pt', 'Liguria'),
(888, 'ro', 'Liguria'),
(888, 'ru', 'Liguria'),
(889, 'da', 'Lombardy'),
(889, 'de', 'Lombardy'),
(889, 'el', 'Lombardy'),
(889, 'en', 'Lombardy'),
(889, 'es', 'Lombardy'),
(889, 'fr', 'Lombardy'),
(889, 'it', 'Lombardia'),
(889, 'nl', 'Lombardy'),
(889, 'no', 'Lombardy'),
(889, 'pt', 'Lombardy'),
(889, 'ro', 'Lombardy'),
(889, 'ru', 'Lombardy'),
(890, 'da', 'Marche'),
(890, 'de', 'Marche'),
(890, 'el', 'Marche'),
(890, 'en', 'Marche'),
(890, 'es', 'Marche'),
(890, 'fr', 'Marche'),
(890, 'it', 'Marche'),
(890, 'nl', 'Marche'),
(890, 'no', 'Marche'),
(890, 'pt', 'Marche'),
(890, 'ro', 'Marche'),
(890, 'ru', 'Marche'),
(891, 'da', 'Molise'),
(891, 'de', 'Molise'),
(891, 'el', 'Molise'),
(891, 'en', 'Molise'),
(891, 'es', 'Molise'),
(891, 'fr', 'Molise'),
(891, 'it', 'Molise'),
(891, 'nl', 'Molise'),
(891, 'no', 'Molise'),
(891, 'pt', 'Molise'),
(891, 'ro', 'Molise'),
(891, 'ru', 'Molise'),
(892, 'da', 'Piedmont'),
(892, 'de', 'Piedmont'),
(892, 'el', 'Piedmont'),
(892, 'en', 'Piedmont'),
(892, 'es', 'Piedmont'),
(892, 'fr', 'Piedmont'),
(892, 'it', 'Piemonte'),
(892, 'nl', 'Piedmont'),
(892, 'no', 'Piedmont'),
(892, 'pt', 'Piedmont'),
(892, 'ro', 'Piedmont'),
(892, 'ru', 'Piedmont'),
(893, 'da', 'Apulia'),
(893, 'de', 'Apulia'),
(893, 'el', 'Apulia'),
(893, 'en', 'Apulia'),
(893, 'es', 'Apulia'),
(893, 'fr', 'Apulia'),
(893, 'it', 'Puglia'),
(893, 'nl', 'Apulia'),
(893, 'no', 'Apulia'),
(893, 'pt', 'Apulia'),
(893, 'ro', 'Apulia'),
(893, 'ru', 'Apulia'),
(894, 'da', 'Tuscany'),
(894, 'de', 'Tuscany'),
(894, 'el', 'Tuscany'),
(894, 'en', 'Tuscany'),
(894, 'es', 'Tuscany'),
(894, 'fr', 'Tuscany'),
(894, 'it', 'Toscana'),
(894, 'nl', 'Tuscany'),
(894, 'no', 'Tuscany'),
(894, 'pt', 'Tuscany'),
(894, 'ro', 'Tuscany'),
(894, 'ru', 'Tuscany'),
(895, 'da', 'Umbria'),
(895, 'de', 'Umbria'),
(895, 'el', 'Umbria'),
(895, 'en', 'Umbria'),
(895, 'es', 'Umbria'),
(895, 'fr', 'Umbria'),
(895, 'it', 'Umbria'),
(895, 'nl', 'Umbria'),
(895, 'no', 'Umbria'),
(895, 'pt', 'Umbria'),
(895, 'ro', 'Umbria'),
(895, 'ru', 'Umbria'),
(896, 'da', 'Veneto'),
(896, 'de', 'Veneto'),
(896, 'el', 'Veneto'),
(896, 'en', 'Veneto'),
(896, 'es', 'Veneto'),
(896, 'fr', 'Veneto'),
(896, 'it', 'Veneto'),
(896, 'nl', 'Veneto'),
(896, 'no', 'Veneto'),
(896, 'pt', 'Veneto'),
(896, 'ro', 'Veneto'),
(896, 'ru', 'Veneto'),
(897, 'da', 'Friuli Venezia Giulia'),
(897, 'de', 'Friuli Venezia Giulia'),
(897, 'el', 'Friuli Venezia Giulia'),
(897, 'en', 'Friuli Venezia Giulia'),
(897, 'es', 'Friuli Venezia Giulia'),
(897, 'fr', 'Friuli Venezia Giulia'),
(897, 'it', 'Friuli Venezia Giulia'),
(897, 'nl', 'Friuli Venezia Giulia'),
(897, 'no', 'Friuli Venezia Giulia'),
(897, 'pt', 'Friuli Venezia Giulia'),
(897, 'ro', 'Friuli Venezia Giulia'),
(897, 'ru', 'Friuli Venezia Giulia'),
(898, 'da', 'Sardinia'),
(898, 'de', 'Sardinia'),
(898, 'el', 'Sardinia'),
(898, 'en', 'Sardinia'),
(898, 'es', 'Sardinia'),
(898, 'fr', 'Sardinia'),
(898, 'it', 'Sardegna'),
(898, 'nl', 'Sardinia'),
(898, 'no', 'Sardinia'),
(898, 'pt', 'Sardinia'),
(898, 'ro', 'Sardinia'),
(898, 'ru', 'Sardinia'),
(899, 'da', 'Sicily'),
(899, 'de', 'Sicily'),
(899, 'el', 'Sicily'),
(899, 'en', 'Sicily'),
(899, 'es', 'Sicily'),
(899, 'fr', 'Sicily'),
(899, 'it', 'Sicilia'),
(899, 'nl', 'Sicily'),
(899, 'no', 'Sicily'),
(899, 'pt', 'Sicily'),
(899, 'ro', 'Sicily'),
(899, 'ru', 'Sicily'),
(900, 'da', 'Trentino-South Tyrol'),
(900, 'de', 'Trentino-South Tyrol'),
(900, 'el', 'Trentino-South Tyrol'),
(900, 'en', 'Trentino-South Tyrol'),
(900, 'es', 'Trentino-South Tyrol'),
(900, 'fr', 'Trentino-South Tyrol'),
(900, 'it', 'Trentino-Alto Adige'),
(900, 'nl', 'Trentino-South Tyrol'),
(900, 'no', 'Trentino-South Tyrol'),
(900, 'pt', 'Trentino-South Tyrol'),
(900, 'ro', 'Trentino-South Tyrol'),
(900, 'ru', 'Trentino-South Tyrol'),
(901, 'da', 'Aosta Valley'),
(901, 'de', 'Aosta Valley'),
(901, 'el', 'Aosta Valley'),
(901, 'en', 'Aosta Valley'),
(901, 'es', 'Aosta Valley'),
(901, 'fr', 'Aosta Valley'),
(901, 'it', 'Valle d\'Aosta'),
(901, 'nl', 'Aosta Valley'),
(901, 'no', 'Aosta Valley'),
(901, 'pt', 'Aosta Valley'),
(901, 'ro', 'Aosta Valley'),
(901, 'ru', 'Aosta Valley'),
(903, 'da', 'Paraná'),
(903, 'de', 'Paraná'),
(903, 'el', 'Paraná'),
(903, 'en', 'Paraná'),
(903, 'es', 'Paraná'),
(903, 'fr', 'Paraná'),
(903, 'it', 'Paraná'),
(903, 'nl', 'Paraná'),
(903, 'no', 'Paraná'),
(903, 'pt', 'Paraná'),
(903, 'ro', 'Paraná'),
(903, 'ru', 'Paraná'),
(904, 'da', 'São Paulo'),
(904, 'de', 'São Paulo'),
(904, 'el', 'São Paulo'),
(904, 'en', 'São Paulo'),
(904, 'es', 'São Paulo'),
(904, 'fr', 'São Paulo'),
(904, 'it', 'São Paulo'),
(904, 'nl', 'São Paulo'),
(904, 'no', 'São Paulo'),
(904, 'pt', 'São Paulo'),
(904, 'ro', 'São Paulo'),
(904, 'ru', 'São Paulo'),
(905, 'da', 'Acre'),
(905, 'de', 'Acre'),
(905, 'el', 'Acre'),
(905, 'en', 'Acre'),
(905, 'es', 'Acre'),
(905, 'fr', 'Acre'),
(905, 'it', 'Acre'),
(905, 'nl', 'Acre'),
(905, 'no', 'Acre'),
(905, 'pt', 'Acre'),
(905, 'ro', 'Acre'),
(905, 'ru', 'Acre'),
(908, 'da', 'Amazonas'),
(908, 'de', 'Amazonas'),
(908, 'el', 'Amazonas'),
(908, 'en', 'Amazonas'),
(908, 'es', 'Amazonas'),
(908, 'fr', 'Amazonas'),
(908, 'it', 'Amazonas'),
(908, 'nl', 'Amazonas'),
(908, 'no', 'Amazonas'),
(908, 'pt', 'Amazonas'),
(908, 'ro', 'Amazonas'),
(908, 'ru', 'Amazonas'),
(909, 'da', 'Alagoas'),
(909, 'de', 'Alagoas'),
(909, 'el', 'Alagoas'),
(909, 'en', 'Alagoas'),
(909, 'es', 'Alagoas'),
(909, 'fr', 'Alagoas'),
(909, 'it', 'Alagoas'),
(909, 'nl', 'Alagoas'),
(909, 'no', 'Alagoas'),
(909, 'pt', 'Alagoas'),
(909, 'ro', 'Alagoas'),
(909, 'ru', 'Alagoas'),
(910, 'da', 'Amapá'),
(910, 'de', 'Amapá'),
(910, 'el', 'Amapá'),
(910, 'en', 'Amapá'),
(910, 'es', 'Amapá'),
(910, 'fr', 'Amapá'),
(910, 'it', 'Amapá'),
(910, 'nl', 'Amapá'),
(910, 'no', 'Amapá'),
(910, 'pt', 'Amapá'),
(910, 'ro', 'Amapá'),
(910, 'ru', 'Amapá'),
(911, 'da', 'Bahia'),
(911, 'de', 'Bahia'),
(911, 'el', 'Bahia'),
(911, 'en', 'Bahia'),
(911, 'es', 'Bahia'),
(911, 'fr', 'Bahia'),
(911, 'it', 'Bahia'),
(911, 'nl', 'Bahia'),
(911, 'no', 'Bahia'),
(911, 'pt', 'Bahia'),
(911, 'ro', 'Bahia'),
(911, 'ru', 'Bahia'),
(912, 'da', 'Ceará'),
(912, 'de', 'Ceará'),
(912, 'el', 'Ceará'),
(912, 'en', 'Ceará'),
(912, 'es', 'Ceará'),
(912, 'fr', 'Ceará'),
(912, 'it', 'Ceará'),
(912, 'nl', 'Ceará'),
(912, 'no', 'Ceará'),
(912, 'pt', 'Ceará'),
(912, 'ro', 'Ceará'),
(912, 'ru', 'Ceará'),
(913, 'da', 'Distrito Federal'),
(913, 'de', 'Distrito Federal'),
(913, 'el', 'Distrito Federal'),
(913, 'en', 'Distrito Federal'),
(913, 'es', 'Distrito Federal'),
(913, 'fr', 'Distrito Federal'),
(913, 'it', 'Distrito Federal'),
(913, 'nl', 'Distrito Federal'),
(913, 'no', 'Distrito Federal'),
(913, 'pt', 'Distrito Federal'),
(913, 'ro', 'Distrito Federal'),
(913, 'ru', 'Distrito Federal'),
(914, 'da', 'Goiás'),
(914, 'de', 'Goiás'),
(914, 'el', 'Goiás'),
(914, 'en', 'Goiás'),
(914, 'es', 'Goiás'),
(914, 'fr', 'Goiás'),
(914, 'it', 'Goiás'),
(914, 'nl', 'Goiás'),
(914, 'no', 'Goiás'),
(914, 'pt', 'Goiás'),
(914, 'ro', 'Goiás'),
(914, 'ru', 'Goiás'),
(915, 'da', 'Maranhão'),
(915, 'de', 'Maranhão'),
(915, 'el', 'Maranhão'),
(915, 'en', 'Maranhão'),
(915, 'es', 'Maranhão'),
(915, 'fr', 'Maranhão'),
(915, 'it', 'Maranhão'),
(915, 'nl', 'Maranhão'),
(915, 'no', 'Maranhão'),
(915, 'pt', 'Maranhão'),
(915, 'ro', 'Maranhão'),
(915, 'ru', 'Maranhão'),
(916, 'da', 'Mato Grosso'),
(916, 'de', 'Mato Grosso'),
(916, 'el', 'Mato Grosso'),
(916, 'en', 'Mato Grosso'),
(916, 'es', 'Mato Grosso'),
(916, 'fr', 'Mato Grosso'),
(916, 'it', 'Mato Grosso'),
(916, 'nl', 'Mato Grosso'),
(916, 'no', 'Mato Grosso'),
(916, 'pt', 'Mato Grosso'),
(916, 'ro', 'Mato Grosso'),
(916, 'ru', 'Mato Grosso'),
(917, 'da', 'Mato Grosso do Sul'),
(917, 'de', 'Mato Grosso do Sul'),
(917, 'el', 'Mato Grosso do Sul'),
(917, 'en', 'Mato Grosso do Sul'),
(917, 'es', 'Mato Grosso do Sul'),
(917, 'fr', 'Mato Grosso do Sul'),
(917, 'it', 'Mato Grosso do Sul'),
(917, 'nl', 'Mato Grosso do Sul'),
(917, 'no', 'Mato Grosso do Sul'),
(917, 'pt', 'Mato Grosso do Sul'),
(917, 'ro', 'Mato Grosso do Sul'),
(917, 'ru', 'Mato Grosso do Sul'),
(918, 'da', 'Minas Gerais'),
(918, 'de', 'Minas Gerais'),
(918, 'el', 'Minas Gerais'),
(918, 'en', 'Minas Gerais'),
(918, 'es', 'Minas Gerais'),
(918, 'fr', 'Minas Gerais'),
(918, 'it', 'Minas Gerais'),
(918, 'nl', 'Minas Gerais'),
(918, 'no', 'Minas Gerais'),
(918, 'pt', 'Minas Gerais'),
(918, 'ro', 'Minas Gerais'),
(918, 'ru', 'Minas Gerais'),
(919, 'da', 'Pará'),
(919, 'de', 'Pará'),
(919, 'el', 'Pará'),
(919, 'en', 'Pará'),
(919, 'es', 'Pará'),
(919, 'fr', 'Pará'),
(919, 'it', 'Pará'),
(919, 'nl', 'Pará'),
(919, 'no', 'Pará'),
(919, 'pt', 'Pará'),
(919, 'ro', 'Pará'),
(919, 'ru', 'Pará'),
(920, 'da', 'Paraíba'),
(920, 'de', 'Paraíba'),
(920, 'el', 'Paraíba'),
(920, 'en', 'Paraíba'),
(920, 'es', 'Paraíba'),
(920, 'fr', 'Paraíba'),
(920, 'it', 'Paraíba'),
(920, 'nl', 'Paraíba'),
(920, 'no', 'Paraíba'),
(920, 'pt', 'Paraíba'),
(920, 'ro', 'Paraíba'),
(920, 'ru', 'Paraíba'),
(921, 'da', 'Pernambuco'),
(921, 'de', 'Pernambuco'),
(921, 'el', 'Pernambuco'),
(921, 'en', 'Pernambuco'),
(921, 'es', 'Pernambuco'),
(921, 'fr', 'Pernambuco'),
(921, 'it', 'Pernambuco'),
(921, 'nl', 'Pernambuco'),
(921, 'no', 'Pernambuco'),
(921, 'pt', 'Pernambuco'),
(921, 'ro', 'Pernambuco'),
(921, 'ru', 'Pernambuco'),
(922, 'da', 'Piauí'),
(922, 'de', 'Piauí'),
(922, 'el', 'Piauí'),
(922, 'en', 'Piauí'),
(922, 'es', 'Piauí'),
(922, 'fr', 'Piauí'),
(922, 'it', 'Piauí'),
(922, 'nl', 'Piauí'),
(922, 'no', 'Piauí'),
(922, 'pt', 'Piauí'),
(922, 'ro', 'Piauí'),
(922, 'ru', 'Piauí'),
(923, 'da', 'Rio de Janeiro'),
(923, 'de', 'Rio de Janeiro'),
(923, 'el', 'Rio de Janeiro'),
(923, 'en', 'Rio de Janeiro'),
(923, 'es', 'Rio de Janeiro'),
(923, 'fr', 'Rio de Janeiro'),
(923, 'it', 'Rio de Janeiro'),
(923, 'nl', 'Rio de Janeiro'),
(923, 'no', 'Rio de Janeiro'),
(923, 'pt', 'Rio de Janeiro'),
(923, 'ro', 'Rio de Janeiro'),
(923, 'ru', 'Rio de Janeiro'),
(924, 'da', 'Rio Grande do Norte'),
(924, 'de', 'Rio Grande do Norte'),
(924, 'el', 'Rio Grande do Norte'),
(924, 'en', 'Rio Grande do Norte'),
(924, 'es', 'Rio Grande do Norte'),
(924, 'fr', 'Rio Grande do Norte'),
(924, 'it', 'Rio Grande do Norte'),
(924, 'nl', 'Rio Grande do Norte'),
(924, 'no', 'Rio Grande do Norte'),
(924, 'pt', 'Rio Grande do Norte'),
(924, 'ro', 'Rio Grande do Norte'),
(924, 'ru', 'Rio Grande do Norte'),
(925, 'da', 'Rio Grande do Sul'),
(925, 'de', 'Rio Grande do Sul'),
(925, 'el', 'Rio Grande do Sul'),
(925, 'en', 'Rio Grande do Sul'),
(925, 'es', 'Rio Grande do Sul'),
(925, 'fr', 'Rio Grande do Sul'),
(925, 'it', 'Rio Grande do Sul'),
(925, 'nl', 'Rio Grande do Sul'),
(925, 'no', 'Rio Grande do Sul'),
(925, 'pt', 'Rio Grande do Sul'),
(925, 'ro', 'Rio Grande do Sul'),
(925, 'ru', 'Rio Grande do Sul'),
(926, 'da', 'Rondônia'),
(926, 'de', 'Rondônia'),
(926, 'el', 'Rondônia'),
(926, 'en', 'Rondônia'),
(926, 'es', 'Rondônia'),
(926, 'fr', 'Rondônia'),
(926, 'it', 'Rondônia'),
(926, 'nl', 'Rondônia'),
(926, 'no', 'Rondônia'),
(926, 'pt', 'Rondônia'),
(926, 'ro', 'Rondônia'),
(926, 'ru', 'Rondônia'),
(927, 'da', 'Roraima'),
(927, 'de', 'Roraima'),
(927, 'el', 'Roraima'),
(927, 'en', 'Roraima'),
(927, 'es', 'Roraima'),
(927, 'fr', 'Roraima'),
(927, 'it', 'Roraima'),
(927, 'nl', 'Roraima'),
(927, 'no', 'Roraima'),
(927, 'pt', 'Roraima'),
(927, 'ro', 'Roraima'),
(927, 'ru', 'Roraima'),
(928, 'da', 'Santa Catarina'),
(928, 'de', 'Santa Catarina'),
(928, 'el', 'Santa Catarina'),
(928, 'en', 'Santa Catarina'),
(928, 'es', 'Santa Catarina'),
(928, 'fr', 'Santa Catarina'),
(928, 'it', 'Santa Catarina'),
(928, 'nl', 'Santa Catarina'),
(928, 'no', 'Santa Catarina'),
(928, 'pt', 'Santa Catarina'),
(928, 'ro', 'Santa Catarina'),
(928, 'ru', 'Santa Catarina'),
(929, 'da', 'Sergipe'),
(929, 'de', 'Sergipe'),
(929, 'el', 'Sergipe'),
(929, 'en', 'Sergipe'),
(929, 'es', 'Sergipe'),
(929, 'fr', 'Sergipe'),
(929, 'it', 'Sergipe'),
(929, 'nl', 'Sergipe'),
(929, 'no', 'Sergipe'),
(929, 'pt', 'Sergipe'),
(929, 'ro', 'Sergipe'),
(929, 'ru', 'Sergipe'),
(930, 'da', 'Tocantins'),
(930, 'de', 'Tocantins'),
(930, 'el', 'Tocantins'),
(930, 'en', 'Tocantins'),
(930, 'es', 'Tocantins'),
(930, 'fr', 'Tocantins'),
(930, 'it', 'Tocantins'),
(930, 'nl', 'Tocantins'),
(930, 'no', 'Tocantins'),
(930, 'pt', 'Tocantins'),
(930, 'ro', 'Tocantins'),
(930, 'ru', 'Tocantins'),
(931, 'da', 'Espírito Santo'),
(931, 'de', 'Espírito Santo'),
(931, 'el', 'Espírito Santo'),
(931, 'en', 'Espírito Santo'),
(931, 'es', 'Espírito Santo'),
(931, 'fr', 'Espírito Santo'),
(931, 'it', 'Espírito Santo'),
(931, 'nl', 'Espírito Santo'),
(931, 'no', 'Espírito Santo'),
(931, 'pt', 'Espírito Santo'),
(931, 'ro', 'Espírito Santo'),
(931, 'ru', 'Espírito Santo');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_static_data`
--

CREATE TABLE `partiushop_static_data` (
  `param_id` mediumint(8) UNSIGNED NOT NULL,
  `param` varchar(255) NOT NULL DEFAULT '',
  `param_2` varchar(255) NOT NULL DEFAULT '',
  `param_3` varchar(255) NOT NULL DEFAULT '',
  `param_4` varchar(255) NOT NULL DEFAULT '',
  `param_5` varchar(255) NOT NULL DEFAULT '',
  `class` varchar(128) NOT NULL DEFAULT '',
  `section` char(1) NOT NULL DEFAULT '',
  `status` char(1) NOT NULL DEFAULT 'A',
  `position` smallint(5) NOT NULL DEFAULT 0,
  `parent_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `id_path` varchar(255) NOT NULL DEFAULT '',
  `localization` varchar(255) NOT NULL DEFAULT '',
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `abt__ut2_mwi__status` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_mwi__text_position` varchar(32) NOT NULL DEFAULT 'bottom',
  `abt__ut2_mwi__dropdown` char(1) NOT NULL DEFAULT 'N',
  `abt__ut2_mwi__label_color` varchar(11) NOT NULL DEFAULT '',
  `abt__ut2_mwi__label_background` varchar(11) NOT NULL DEFAULT '',
  `ab__fn_menu_status` char(1) NOT NULL DEFAULT 'N',
  `ab__fn_label_color` char(7) NOT NULL DEFAULT '#ffffff',
  `ab__fn_label_background` char(7) NOT NULL DEFAULT '#333333',
  `ab__fn_use_origin_image` char(1) NOT NULL DEFAULT 'N',
  `param_6` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_static_data`
--

INSERT INTO `partiushop_static_data` (`param_id`, `param`, `param_2`, `param_3`, `param_4`, `param_5`, `class`, `section`, `status`, `position`, `parent_id`, `id_path`, `localization`, `company_id`, `abt__ut2_mwi__status`, `abt__ut2_mwi__text_position`, `abt__ut2_mwi__dropdown`, `abt__ut2_mwi__label_color`, `abt__ut2_mwi__label_background`, `ab__fn_menu_status`, `ab__fn_label_color`, `ab__fn_label_background`, `ab__fn_use_origin_image`, `param_6`) VALUES
(150, 'gift_certificates.add', '', '', '', '1', '', 'A', 'A', 30, 0, '150', '', 0, 'N', 'bottom', 'N', '#ffffff', '#ffffff', 'N', '#ffffff', '#333333', 'N', ''),
(151, 'product_features.view_all?filter_id=10', '', '', '', '1', '', 'A', 'A', 40, 0, '151', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(152, 'pages.view&page_id=7', '', '', '', '1', '', 'A', 'A', 10, 0, '152', '', 0, 'N', 'bottom', 'N', '#ffffff', '#ffffff', 'N', '#ffffff', '#333333', 'N', ''),
(153, '', '', 'C:166:Y', '', '2', 'ty-menu-item__electronics', 'A', 'A', 20, 0, '153', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(154, '', '', 'C:203:Y', '', '2', 'ty-menu-item__sport', 'A', 'A', 30, 0, '154', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(155, '', '', 'C:250:Y', '', '2', 'ty-menu-item__office', 'A', 'A', 40, 0, '155', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(159, 'product_features.view_all&filter_id=10', '', '', '', '2', 'ty-menu-item__brands', 'A', 'A', 80, 0, '159', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(160, 'companies.apply_for_vendor', '', '', '', '1', '', 'A', 'A', 50, 0, '160', '', 0, 'N', 'bottom', 'N', '#ffffff', '#ffffff', 'N', '#ffffff', '#333333', 'N', ''),
(161, 'companies.vendor_plans', '', '', '', '1', '', 'A', 'A', 50, 0, '161', '', 0, 'N', 'bottom', 'N', '#ffffff', '#ffffff', 'N', '#ffffff', '#333333', 'N', ''),
(162, 'products.on_sale', '', '', '', '2', 'ty-menu-item__sale', 'A', 'A', 110, 0, '162', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(163, 'companies.catalog', '', '', '', '1', '', 'A', 'A', 60, 0, '163', '', 0, 'N', 'bottom', 'N', '#ffffff', '#ffffff', 'N', '#ffffff', '#333333', 'N', ''),
(169, 'index.php?dispatch=pages.view&page_id=2', '', '', '', '3', '', 'A', 'A', 0, 0, '169', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(170, 'index.php?dispatch=pages.view&page_id=7', '', '', '', '3', '', 'A', 'A', 0, 0, '170', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(171, 'index.php?dispatch=discussion.view&thread_id=26', '', '', '', '3', '', 'A', 'A', 0, 0, '171', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(172, 'index.php?dispatch=pages.view&page_id=23', '', '', '', '3', '', 'A', 'A', 0, 0, '172', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(173, 'index.php?dispatch=pages.view&page_id=19', '', '', '', '3', '', 'A', 'A', 0, 0, '173', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(174, 'sitemap.view', '', '', '', '3', '', 'A', 'A', 0, 0, '174', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(175, 'index.php?dispatch=pages.view&page_id=22', '', '', '', '4', '', 'A', 'A', 0, 0, '175', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(176, 'index.php?dispatch=pages.view&page_id=21', '', '', '', '4', '', 'A', 'A', 0, 0, '176', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(178, '', '', 'C:245:Y', '', '2', 'ty-menu-item__media', 'A', 'A', 45, 0, '178', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(182, '', '', 'C:0:N', '', '2', 'ty-menu-item__products', 'A', 'A', 0, 0, '182', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(194, '', '', 'C:223:Y', '', '2', 'ty-menu-item__apparel', 'A', 'A', 20, 0, '194', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(195, 'products.newest', '', '', '', '2', 'ty-menu-item__newest', 'A', 'A', 90, 0, '195', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(196, 'products.bestsellers', '', '', '', '2', 'ty-menu-item__hits', 'A', 'A', 100, 0, '196', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(320, '', '', '', '', '9', '', 'A', 'A', 1, 0, '320', '', 0, 'N', 'bottom', 'N', '#ffffff', '#ffffff', 'N', '#ffffff', '#333333', 'N', ''),
(321, '', '', '', '', '9', '', 'A', 'A', 0, 0, '321', '', 0, 'N', 'bottom', 'N', '#ffffff', '#ffffff', 'N', '#ffffff', '#333333', 'N', ''),
(322, '', '', '', '', '9', '', 'A', 'A', 0, 0, '322', '', 0, 'N', 'bottom', 'N', '#ffffff', '#ffffff', 'N', '#ffffff', '#333333', 'N', ''),
(323, '', '', '', '', '9', '', 'A', 'A', 0, 0, '323', '', 0, 'N', 'bottom', 'N', '#ffffff', '#ffffff', 'N', '#ffffff', '#333333', 'N', ''),
(376, 'uvdesk_dashboard.customer_create_ticket', '', '', '', '1', '', 'A', 'A', 85, 0, '376', '', 0, 'N', 'bottom', 'N', '#ffffff', '#ffffff', 'N', '#ffffff', '#333333', 'N', ''),
(429, 'uvdesk_dashboard.customer_create_ticket', '', '', '', '1', '', 'A', 'A', 85, 0, '429', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(430, 'pages.view&page_id=49', '', '', '', '11', '', 'A', 'A', 10, 0, '430', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(431, 'pages.view&page_id=50', '', '', '', '11', '', 'A', 'A', 20, 0, '431', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(432, 'pages.view&page_id=51', '', '', '', '11', '', 'A', 'A', 30, 0, '432', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(433, 'pages.view&page_id=52', '', '', '', '11', '', 'A', 'A', 40, 0, '433', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(434, 'pages.view&page_id=53', '', '', '', '11', '', 'A', 'A', 50, 0, '434', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(435, '#', '', '', '', '12', '', 'A', 'A', 10, 0, '435', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(436, '#', '', '', '', '12', '', 'A', 'A', 20, 0, '436', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(437, 'products.on_sale', '', '', '', '13', '', 'A', 'A', 10, 0, '437', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(438, 'products.newest', '', '', '', '13', '', 'A', 'A', 20, 0, '438', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(439, 'products.bestsellers', '', '', '', '13', '', 'A', 'A', 30, 0, '439', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(440, 'product_features.view_all&filter_id=10', '', '', '', '13', '', 'A', 'A', 40, 0, '440', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(441, 'pages.view&page_id=55', '', '', '', '13', '', 'A', 'A', 50, 0, '441', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(442, 'gift_certificates.add', '', '', '', '13', '', 'A', 'A', 60, 0, '442', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(443, 'pages.view&page_id=56', '', '', '', '13', '', 'A', 'A', 70, 0, '443', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(444, '#custom_pages', '', '', '', '13', '', 'A', 'D', 80, 0, '444', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(445, '#', '', '', '', '13', '', 'A', 'A', 10, 444, '444/445', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(446, '#', '', '', '', '13', '', 'A', 'A', 10, 445, '444/445/446', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(447, '#', '', '', '', '13', '', 'A', 'A', 20, 445, '444/445/447', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(448, '#', '', '', '', '13', '', 'A', 'A', 30, 445, '444/445/448', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(449, '#', '', '', '', '13', '', 'A', 'A', 20, 444, '444/449', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(450, '#', '', '', '', '13', '', 'A', 'A', 10, 449, '444/449/450', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(451, '#', '', '', '', '13', '', 'A', 'A', 20, 449, '444/449/451', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(452, '#', '', '', '', '13', '', 'A', 'A', 30, 449, '444/449/452', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(453, 'companies.vendor_plans', '', '', '', '13', '', 'A', 'D', 90, 0, '453', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', ''),
(454, 'companies.apply', '', '', '', '13', '', 'A', 'A', 95, 0, '454', '', 0, 'N', 'bottom', 'N', '', '', 'N', '#ffffff', '#333333', 'N', 'N');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_static_data_descriptions`
--

CREATE TABLE `partiushop_static_data_descriptions` (
  `param_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `descr` varchar(255) NOT NULL DEFAULT '',
  `abt__ut2_mwi__desc` mediumtext DEFAULT NULL,
  `abt__ut2_mwi__text` mediumtext DEFAULT NULL,
  `abt__ut2_mwi__label` varchar(100) NOT NULL DEFAULT '',
  `ab__fn_label_text` varchar(100) NOT NULL DEFAULT '',
  `ab__fn_label_show` char(1) NOT NULL DEFAULT 'Y'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_static_data_descriptions`
--

INSERT INTO `partiushop_static_data_descriptions` (`param_id`, `lang_code`, `descr`, `abt__ut2_mwi__desc`, `abt__ut2_mwi__text`, `abt__ut2_mwi__label`, `ab__fn_label_text`, `ab__fn_label_show`) VALUES
(150, 'da', 'Gavekort', NULL, NULL, '', '', 'Y'),
(150, 'de', 'Gift certificates', NULL, NULL, '', '', 'Y'),
(150, 'el', 'Δωροεπιταγές', NULL, NULL, '', '', 'Y'),
(150, 'en', 'Gift certificates', NULL, NULL, '', '', 'Y'),
(150, 'es', 'Condiciones generales', NULL, NULL, '', '', 'Y'),
(150, 'fr', 'Gift certificates', NULL, NULL, '', '', 'Y'),
(150, 'it', 'Certificati regalo', NULL, NULL, '', '', 'Y'),
(150, 'nl', 'Gift certificates', NULL, NULL, '', '', 'Y'),
(150, 'no', 'Gift certificates', NULL, NULL, '', '', 'Y'),
(150, 'pt', 'Vale Presente', '', '', '', '', 'Y'),
(150, 'ro', 'Bonuri', NULL, NULL, '', '', 'Y'),
(150, 'ru', 'Подарочные сертификаты', NULL, NULL, '', '', 'Y'),
(151, 'da', 'Our brands', NULL, NULL, '', '', 'Y'),
(151, 'de', 'Our brands', NULL, NULL, '', '', 'Y'),
(151, 'el', 'Brands', NULL, NULL, '', '', 'Y'),
(151, 'en', 'Our brands', NULL, NULL, '', '', 'Y'),
(151, 'es', 'Our brands', NULL, NULL, '', '', 'Y'),
(151, 'fr', 'Our brands', NULL, NULL, '', '', 'Y'),
(151, 'it', 'Our brands', NULL, NULL, '', '', 'Y'),
(151, 'nl', 'Our brands', NULL, NULL, '', '', 'Y'),
(151, 'no', 'Our brands', NULL, NULL, '', '', 'Y'),
(151, 'pt', 'Our brands', NULL, NULL, '', '', 'Y'),
(151, 'ro', 'Our brands', NULL, NULL, '', '', 'Y'),
(151, 'ru', 'Торговые марки', NULL, NULL, '', '', 'Y'),
(152, 'da', 'Our blog', NULL, NULL, '', '', 'Y'),
(152, 'de', 'Our blog', NULL, NULL, '', '', 'Y'),
(152, 'el', 'Το Blog μας', NULL, NULL, '', '', 'Y'),
(152, 'en', 'Our blog', NULL, NULL, '', '', 'Y'),
(152, 'es', 'Our blog', NULL, NULL, '', '', 'Y'),
(152, 'fr', 'Our blog', NULL, NULL, '', '', 'Y'),
(152, 'it', 'Our blog', NULL, NULL, '', '', 'Y'),
(152, 'nl', 'Our blog', NULL, NULL, '', '', 'Y'),
(152, 'no', 'Our blog', NULL, NULL, '', '', 'Y'),
(152, 'pt', 'Blog', '', '', '', '', 'Y'),
(152, 'ro', 'Our blog', NULL, NULL, '', '', 'Y'),
(152, 'ru', 'Наш блог', NULL, NULL, '', '', 'Y'),
(153, 'da', 'Electronics', NULL, NULL, '', '', 'Y'),
(153, 'de', 'Electronics', NULL, NULL, '', '', 'Y'),
(153, 'el', 'Electronics', NULL, NULL, '', '', 'Y'),
(153, 'en', 'Electronics', NULL, NULL, '', '', 'Y'),
(153, 'es', 'Electronics', NULL, NULL, '', '', 'Y'),
(153, 'fr', 'Electronics', NULL, NULL, '', '', 'Y'),
(153, 'it', 'Electronics', NULL, NULL, '', '', 'Y'),
(153, 'nl', 'Electronics', NULL, NULL, '', '', 'Y'),
(153, 'no', 'Electronics', NULL, NULL, '', '', 'Y'),
(153, 'pt', 'Electronics', NULL, NULL, '', '', 'Y'),
(153, 'ro', 'Electronics', NULL, NULL, '', '', 'Y'),
(153, 'ru', 'Электроника', NULL, NULL, '', '', 'Y'),
(154, 'da', 'Sports & Outdoors', NULL, NULL, '', '', 'Y'),
(154, 'de', 'Sports & Outdoors', NULL, NULL, '', '', 'Y'),
(154, 'el', 'Sports & Outdoors', NULL, NULL, '', '', 'Y'),
(154, 'en', 'Sports & Outdoors', NULL, NULL, '', '', 'Y'),
(154, 'es', 'Sports & Outdoors', NULL, NULL, '', '', 'Y'),
(154, 'fr', 'Sports & Outdoors', NULL, NULL, '', '', 'Y'),
(154, 'it', 'Sports & Outdoors', NULL, NULL, '', '', 'Y'),
(154, 'nl', 'Sports & Outdoors', NULL, NULL, '', '', 'Y'),
(154, 'no', 'Sports & Outdoors', NULL, NULL, '', '', 'Y'),
(154, 'pt', 'Sports & Outdoors', NULL, NULL, '', '', 'Y'),
(154, 'ro', 'Sports & Outdoors', NULL, NULL, '', '', 'Y'),
(154, 'ru', 'Спорт и отдых', NULL, NULL, '', '', 'Y'),
(155, 'da', 'Office Supplies', NULL, NULL, '', '', 'Y'),
(155, 'de', 'Office Supplies', NULL, NULL, '', '', 'Y'),
(155, 'el', 'Office Supplies', NULL, NULL, '', '', 'Y'),
(155, 'en', 'Office Supplies', NULL, NULL, '', '', 'Y'),
(155, 'es', 'Office Supplies', NULL, NULL, '', '', 'Y'),
(155, 'fr', 'Office Supplies', NULL, NULL, '', '', 'Y'),
(155, 'it', 'Office Supplies', NULL, NULL, '', '', 'Y'),
(155, 'nl', 'Office Supplies', NULL, NULL, '', '', 'Y'),
(155, 'no', 'Office Supplies', NULL, NULL, '', '', 'Y'),
(155, 'pt', 'Office Supplies', NULL, NULL, '', '', 'Y'),
(155, 'ro', 'Office Supplies', NULL, NULL, '', '', 'Y'),
(155, 'ru', 'Канцелярские товары', NULL, NULL, '', '', 'Y'),
(159, 'da', 'Brands', NULL, NULL, '', '', 'Y'),
(159, 'de', 'Brands', NULL, NULL, '', '', 'Y'),
(159, 'el', 'Brands', NULL, NULL, '', '', 'Y'),
(159, 'en', 'Brands', NULL, NULL, '', '', 'Y'),
(159, 'es', 'Brands', NULL, NULL, '', '', 'Y'),
(159, 'fr', 'Brands', NULL, NULL, '', '', 'Y'),
(159, 'it', 'Brands', NULL, NULL, '', '', 'Y'),
(159, 'nl', 'Brands', NULL, NULL, '', '', 'Y'),
(159, 'no', 'Brands', NULL, NULL, '', '', 'Y'),
(159, 'pt', 'Brands', NULL, NULL, '', '', 'Y'),
(159, 'ro', 'Brands', NULL, NULL, '', '', 'Y'),
(159, 'ru', 'Бренды', NULL, NULL, '', '', 'Y'),
(160, 'da', 'Become a seller', NULL, NULL, '', '', 'Y'),
(160, 'de', 'Become a seller', NULL, NULL, '', '', 'Y'),
(160, 'el', 'Become a seller', NULL, NULL, '', '', 'Y'),
(160, 'en', 'Become a seller', NULL, NULL, '', '', 'Y'),
(160, 'es', 'Become a seller', NULL, NULL, '', '', 'Y'),
(160, 'fr', 'Become a seller', NULL, NULL, '', '', 'Y'),
(160, 'it', 'Become a seller', NULL, NULL, '', '', 'Y'),
(160, 'nl', 'Become a seller', NULL, NULL, '', '', 'Y'),
(160, 'no', 'Become a seller', NULL, NULL, '', '', 'Y'),
(160, 'pt', 'Comece a Vender', '', '', '', '', 'Y'),
(160, 'ro', 'Become a seller', NULL, NULL, '', '', 'Y'),
(160, 'ru', 'Стать продавцом', NULL, NULL, '', '', 'Y'),
(161, 'da', 'Become a seller', NULL, NULL, '', '', 'Y'),
(161, 'de', 'Become a seller', NULL, NULL, '', '', 'Y'),
(161, 'el', 'Become a seller', NULL, NULL, '', '', 'Y'),
(161, 'en', 'Become a seller', NULL, NULL, '', '', 'Y'),
(161, 'es', 'Become a seller', NULL, NULL, '', '', 'Y'),
(161, 'fr', 'Become a seller', NULL, NULL, '', '', 'Y'),
(161, 'it', 'Become a seller', NULL, NULL, '', '', 'Y'),
(161, 'nl', 'Become a seller', NULL, NULL, '', '', 'Y'),
(161, 'no', 'Become a seller', NULL, NULL, '', '', 'Y'),
(161, 'pt', 'Comece a Vender', '', '', '', '', 'Y'),
(161, 'ro', 'Become a seller', NULL, NULL, '', '', 'Y'),
(161, 'ru', 'Стать продавцом', NULL, NULL, '', '', 'Y'),
(162, 'da', 'Sales', NULL, NULL, '', '', 'Y'),
(162, 'de', 'Sales', NULL, NULL, '', '', 'Y'),
(162, 'el', 'Προσφορές', NULL, NULL, '', '', 'Y'),
(162, 'en', 'Sales', NULL, NULL, '', '', 'Y'),
(162, 'es', 'Sales', NULL, NULL, '', '', 'Y'),
(162, 'fr', 'Sales', NULL, NULL, '', '', 'Y'),
(162, 'it', 'Sales', NULL, NULL, '', '', 'Y'),
(162, 'nl', 'Sales', NULL, NULL, '', '', 'Y'),
(162, 'no', 'Sales', NULL, NULL, '', '', 'Y'),
(162, 'pt', 'Sales', NULL, NULL, '', '', 'Y'),
(162, 'ro', 'Sales', NULL, NULL, '', '', 'Y'),
(162, 'ru', 'Скидки', NULL, NULL, '', '', 'Y'),
(163, 'da', 'Vendors', NULL, NULL, '', '', 'Y'),
(163, 'de', 'Vendors', NULL, NULL, '', '', 'Y'),
(163, 'el', 'Vendors', NULL, NULL, '', '', 'Y'),
(163, 'en', 'Vendors', NULL, NULL, '', '', 'Y'),
(163, 'es', 'Vendors', NULL, NULL, '', '', 'Y'),
(163, 'fr', 'Vendors', NULL, NULL, '', '', 'Y'),
(163, 'it', 'Vendors', NULL, NULL, '', '', 'Y'),
(163, 'nl', 'Vendors', NULL, NULL, '', '', 'Y'),
(163, 'no', 'Vendors', NULL, NULL, '', '', 'Y'),
(163, 'pt', 'Fornecedores', '', '', '', '', 'Y'),
(163, 'ro', 'Vendors', NULL, NULL, '', '', 'Y'),
(163, 'ru', 'Vendors', NULL, NULL, '', '', 'Y'),
(169, 'da', 'About us', NULL, NULL, '', '', 'Y'),
(169, 'de', 'About us', NULL, NULL, '', '', 'Y'),
(169, 'el', 'Η εταιρεία', NULL, NULL, '', '', 'Y'),
(169, 'en', 'About us', NULL, NULL, '', '', 'Y'),
(169, 'es', 'About us', NULL, NULL, '', '', 'Y'),
(169, 'fr', 'About us', NULL, NULL, '', '', 'Y'),
(169, 'it', 'About us', NULL, NULL, '', '', 'Y'),
(169, 'nl', 'About us', NULL, NULL, '', '', 'Y'),
(169, 'no', 'About us', NULL, NULL, '', '', 'Y'),
(169, 'pt', 'About us', NULL, NULL, '', '', 'Y'),
(169, 'ro', 'About us', NULL, NULL, '', '', 'Y'),
(169, 'ru', 'О компании', NULL, NULL, '', '', 'Y'),
(170, 'da', 'Blog', NULL, NULL, '', '', 'Y'),
(170, 'de', 'Blog', NULL, NULL, '', '', 'Y'),
(170, 'el', 'Blog', NULL, NULL, '', '', 'Y'),
(170, 'en', 'Blog', NULL, NULL, '', '', 'Y'),
(170, 'es', 'Blog', NULL, NULL, '', '', 'Y'),
(170, 'fr', 'Blog', NULL, NULL, '', '', 'Y'),
(170, 'it', 'Blog', NULL, NULL, '', '', 'Y'),
(170, 'nl', 'Blog', NULL, NULL, '', '', 'Y'),
(170, 'no', 'Blog', NULL, NULL, '', '', 'Y'),
(170, 'pt', 'Blog', NULL, NULL, '', '', 'Y'),
(170, 'ro', 'Blog', NULL, NULL, '', '', 'Y'),
(170, 'ru', 'Блог магазина', NULL, NULL, '', '', 'Y'),
(171, 'da', 'Reviews', NULL, NULL, '', '', 'Y'),
(171, 'de', 'Reviews', NULL, NULL, '', '', 'Y'),
(171, 'el', 'Κριτικές', NULL, NULL, '', '', 'Y'),
(171, 'en', 'Reviews', NULL, NULL, '', '', 'Y'),
(171, 'es', 'Reviews', NULL, NULL, '', '', 'Y'),
(171, 'fr', 'Reviews', NULL, NULL, '', '', 'Y'),
(171, 'it', 'Reviews', NULL, NULL, '', '', 'Y'),
(171, 'nl', 'Reviews', NULL, NULL, '', '', 'Y'),
(171, 'no', 'Reviews', NULL, NULL, '', '', 'Y'),
(171, 'pt', 'Reviews', NULL, NULL, '', '', 'Y'),
(171, 'ro', 'Reviews', NULL, NULL, '', '', 'Y'),
(171, 'ru', 'Отзывы покупателей', NULL, NULL, '', '', 'Y'),
(172, 'da', 'Reward points', NULL, NULL, '', '', 'Y'),
(172, 'de', 'Reward points', NULL, NULL, '', '', 'Y'),
(172, 'el', 'Πόντοι Επιβράβευσης', NULL, NULL, '', '', 'Y'),
(172, 'en', 'Reward points', NULL, NULL, '', '', 'Y'),
(172, 'es', 'Reward points', NULL, NULL, '', '', 'Y'),
(172, 'fr', 'Reward points', NULL, NULL, '', '', 'Y'),
(172, 'it', 'Reward points', NULL, NULL, '', '', 'Y'),
(172, 'nl', 'Reward points', NULL, NULL, '', '', 'Y'),
(172, 'no', 'Reward points', NULL, NULL, '', '', 'Y'),
(172, 'pt', 'Reward points', NULL, NULL, '', '', 'Y'),
(172, 'ro', 'Reward points', NULL, NULL, '', '', 'Y'),
(172, 'ru', 'Бонусные баллы', NULL, NULL, '', '', 'Y'),
(173, 'da', 'Gift certificates', NULL, NULL, '', '', 'Y'),
(173, 'de', 'Gift certificates', NULL, NULL, '', '', 'Y'),
(173, 'el', 'Δωροεπιταγές', NULL, NULL, '', '', 'Y'),
(173, 'en', 'Gift certificates', NULL, NULL, '', '', 'Y'),
(173, 'es', 'Gift certificates', NULL, NULL, '', '', 'Y'),
(173, 'fr', 'Gift certificates', NULL, NULL, '', '', 'Y'),
(173, 'it', 'Gift certificates', NULL, NULL, '', '', 'Y'),
(173, 'nl', 'Gift certificates', NULL, NULL, '', '', 'Y'),
(173, 'no', 'Gift certificates', NULL, NULL, '', '', 'Y'),
(173, 'pt', 'Gift certificates', NULL, NULL, '', '', 'Y'),
(173, 'ro', 'Gift certificates', NULL, NULL, '', '', 'Y'),
(173, 'ru', 'Подарочные сертификаты', NULL, NULL, '', '', 'Y'),
(174, 'da', 'Sitemap', NULL, NULL, '', '', 'Y'),
(174, 'de', 'Sitemap', NULL, NULL, '', '', 'Y'),
(174, 'el', 'Sitemap', NULL, NULL, '', '', 'Y'),
(174, 'en', 'Sitemap', NULL, NULL, '', '', 'Y'),
(174, 'es', 'Sitemap', NULL, NULL, '', '', 'Y'),
(174, 'fr', 'Sitemap', NULL, NULL, '', '', 'Y'),
(174, 'it', 'Sitemap', NULL, NULL, '', '', 'Y'),
(174, 'nl', 'Sitemap', NULL, NULL, '', '', 'Y'),
(174, 'no', 'Sitemap', NULL, NULL, '', '', 'Y'),
(174, 'pt', 'Sitemap', NULL, NULL, '', '', 'Y'),
(174, 'ro', 'Sitemap', NULL, NULL, '', '', 'Y'),
(174, 'ru', 'Карта сайта', NULL, NULL, '', '', 'Y'),
(175, 'da', 'Delivery and payment', NULL, NULL, '', '', 'Y'),
(175, 'de', 'Delivery and payment', NULL, NULL, '', '', 'Y'),
(175, 'el', 'Αποστολές & Πληρωμές', NULL, NULL, '', '', 'Y'),
(175, 'en', 'Delivery and payment', NULL, NULL, '', '', 'Y'),
(175, 'es', 'Delivery and payment', NULL, NULL, '', '', 'Y'),
(175, 'fr', 'Delivery and payment', NULL, NULL, '', '', 'Y'),
(175, 'it', 'Delivery and payment', NULL, NULL, '', '', 'Y'),
(175, 'nl', 'Delivery and payment', NULL, NULL, '', '', 'Y'),
(175, 'no', 'Delivery and payment', NULL, NULL, '', '', 'Y'),
(175, 'pt', 'Delivery and payment', NULL, NULL, '', '', 'Y'),
(175, 'ro', 'Delivery and payment', NULL, NULL, '', '', 'Y'),
(175, 'ru', 'Доставка и оплата', NULL, NULL, '', '', 'Y'),
(176, 'da', 'Returns', NULL, NULL, '', '', 'Y'),
(176, 'de', 'Returns', NULL, NULL, '', '', 'Y'),
(176, 'el', 'Επιστροφές', NULL, NULL, '', '', 'Y'),
(176, 'en', 'Returns', NULL, NULL, '', '', 'Y'),
(176, 'es', 'Returns', NULL, NULL, '', '', 'Y'),
(176, 'fr', 'Returns', NULL, NULL, '', '', 'Y'),
(176, 'it', 'Returns', NULL, NULL, '', '', 'Y'),
(176, 'nl', 'Returns', NULL, NULL, '', '', 'Y'),
(176, 'no', 'Returns', NULL, NULL, '', '', 'Y'),
(176, 'pt', 'Returns', NULL, NULL, '', '', 'Y'),
(176, 'ro', 'Returns', NULL, NULL, '', '', 'Y'),
(176, 'ru', 'Возврат', NULL, NULL, '', '', 'Y'),
(178, 'da', 'Media', NULL, NULL, '', '', 'Y'),
(178, 'de', 'Media', NULL, NULL, '', '', 'Y'),
(178, 'el', 'Media', NULL, NULL, '', '', 'Y'),
(178, 'en', 'Media', NULL, NULL, '', '', 'Y'),
(178, 'es', 'Media', NULL, NULL, '', '', 'Y'),
(178, 'fr', 'Media', NULL, NULL, '', '', 'Y'),
(178, 'it', 'Media', NULL, NULL, '', '', 'Y'),
(178, 'nl', 'Media', NULL, NULL, '', '', 'Y'),
(178, 'no', 'Media', NULL, NULL, '', '', 'Y'),
(178, 'pt', 'Media', NULL, NULL, '', '', 'Y'),
(178, 'ro', 'Media', NULL, NULL, '', '', 'Y'),
(178, 'ru', 'Видеоигры', NULL, NULL, '', '', 'Y'),
(182, 'da', 'Catalog', NULL, NULL, '', '', 'Y'),
(182, 'de', 'Catalog', NULL, NULL, '', '', 'Y'),
(182, 'el', 'Catalog', NULL, NULL, '', '', 'Y'),
(182, 'en', 'Catalog', NULL, NULL, '', '', 'Y'),
(182, 'es', 'Catalog', NULL, NULL, '', '', 'Y'),
(182, 'fr', 'Catalog', NULL, NULL, '', '', 'Y'),
(182, 'it', 'Catalog', NULL, NULL, '', '', 'Y'),
(182, 'nl', 'Catalog', NULL, NULL, '', '', 'Y'),
(182, 'no', 'Catalog', NULL, NULL, '', '', 'Y'),
(182, 'pt', 'Catalog', NULL, NULL, '', '', 'Y'),
(182, 'ro', 'Catalog', NULL, NULL, '', '', 'Y'),
(182, 'ru', 'Все товары', NULL, NULL, '', '', 'Y'),
(189, 'da', 'Reward points', NULL, NULL, '', '', 'Y'),
(189, 'de', 'Reward points', NULL, NULL, '', '', 'Y'),
(189, 'el', 'Πόντοι Επιβράβευσης', NULL, NULL, '', '', 'Y'),
(189, 'en', 'Reward points', NULL, NULL, '', '', 'Y'),
(189, 'es', 'Reward points', NULL, NULL, '', '', 'Y'),
(189, 'fr', 'Reward points', NULL, NULL, '', '', 'Y'),
(189, 'it', 'Reward points', NULL, NULL, '', '', 'Y'),
(189, 'nl', 'Reward points', NULL, NULL, '', '', 'Y'),
(189, 'no', 'Reward points', NULL, NULL, '', '', 'Y'),
(189, 'pt', 'Reward points', NULL, NULL, '', '', 'Y'),
(189, 'ro', 'Reward points', NULL, NULL, '', '', 'Y'),
(189, 'ru', 'Бонусные баллы', NULL, NULL, '', '', 'Y'),
(190, 'da', 'Gift certificates', NULL, NULL, '', '', 'Y'),
(190, 'de', 'Gift certificates', NULL, NULL, '', '', 'Y'),
(190, 'el', 'Δωροεπιταγές', NULL, NULL, '', '', 'Y'),
(190, 'en', 'Gift certificates', NULL, NULL, '', '', 'Y'),
(190, 'es', 'Gift certificates', NULL, NULL, '', '', 'Y'),
(190, 'fr', 'Gift certificates', NULL, NULL, '', '', 'Y'),
(190, 'it', 'Gift certificates', NULL, NULL, '', '', 'Y'),
(190, 'nl', 'Gift certificates', NULL, NULL, '', '', 'Y'),
(190, 'no', 'Gift certificates', NULL, NULL, '', '', 'Y'),
(190, 'pt', 'Gift certificates', NULL, NULL, '', '', 'Y'),
(190, 'ro', 'Gift certificates', NULL, NULL, '', '', 'Y'),
(190, 'ru', 'Подарочные сертификаты', NULL, NULL, '', '', 'Y'),
(194, 'da', 'Apparel', NULL, NULL, '', '', 'Y'),
(194, 'de', 'Apparel', NULL, NULL, '', '', 'Y'),
(194, 'el', 'Apparel', NULL, NULL, '', '', 'Y'),
(194, 'en', 'Apparel', NULL, NULL, '', '', 'Y'),
(194, 'es', 'Apparel', NULL, NULL, '', '', 'Y'),
(194, 'fr', 'Apparel', NULL, NULL, '', '', 'Y'),
(194, 'it', 'Apparel', NULL, NULL, '', '', 'Y'),
(194, 'nl', 'Apparel', NULL, NULL, '', '', 'Y'),
(194, 'no', 'Apparel', NULL, NULL, '', '', 'Y'),
(194, 'pt', 'Apparel', NULL, NULL, '', '', 'Y'),
(194, 'ro', 'Apparel', NULL, NULL, '', '', 'Y'),
(194, 'ru', 'Одежда', NULL, NULL, '', '', 'Y'),
(195, 'da', 'Newest', NULL, NULL, '', '', 'Y'),
(195, 'de', 'Newest', NULL, NULL, '', '', 'Y'),
(195, 'el', 'Νέα Προϊόντα', NULL, NULL, '', '', 'Y'),
(195, 'en', 'Newest', NULL, NULL, '', '', 'Y'),
(195, 'es', 'Newest', NULL, NULL, '', '', 'Y'),
(195, 'fr', 'Newest', NULL, NULL, '', '', 'Y'),
(195, 'it', 'Newest', NULL, NULL, '', '', 'Y'),
(195, 'nl', 'Newest', NULL, NULL, '', '', 'Y'),
(195, 'no', 'Newest', NULL, NULL, '', '', 'Y'),
(195, 'pt', 'Newest', NULL, NULL, '', '', 'Y'),
(195, 'ro', 'Newest', NULL, NULL, '', '', 'Y'),
(195, 'ru', 'Новинки', NULL, NULL, '', '', 'Y'),
(196, 'da', 'Bestsellers', NULL, NULL, '', '', 'Y'),
(196, 'de', 'Bestsellers', NULL, NULL, '', '', 'Y'),
(196, 'el', 'Bestsellers', NULL, NULL, '', '', 'Y'),
(196, 'en', 'Bestsellers', NULL, NULL, '', '', 'Y'),
(196, 'es', 'Bestsellers', NULL, NULL, '', '', 'Y'),
(196, 'fr', 'Bestsellers', NULL, NULL, '', '', 'Y'),
(196, 'it', 'Bestsellers', NULL, NULL, '', '', 'Y'),
(196, 'nl', 'Bestsellers', NULL, NULL, '', '', 'Y'),
(196, 'no', 'Bestsellers', NULL, NULL, '', '', 'Y'),
(196, 'pt', 'Bestsellers', NULL, NULL, '', '', 'Y'),
(196, 'ro', 'Bestsellers', NULL, NULL, '', '', 'Y'),
(196, 'ru', 'Хиты продаж', NULL, NULL, '', '', 'Y'),
(320, 'da', 'MENU1', '', '', '', '', 'Y'),
(320, 'de', 'MENU1', '', '', '', '', 'Y'),
(320, 'el', 'MENU1', '', '', '', '', 'Y'),
(320, 'en', 'MENU1', '', '', '', '', 'Y'),
(320, 'es', 'MENU1', '', '', '', '', 'Y'),
(320, 'fr', 'MENU1', '', '', '', '', 'Y'),
(320, 'it', 'MENU1', '', '', '', '', 'Y'),
(320, 'nl', 'MENU1', '', '', '', '', 'Y'),
(320, 'no', 'MENU1', '', '', '', '', 'Y'),
(320, 'pt', 'MENU1', '', '', '', '', 'Y'),
(320, 'ro', 'MENU1', '', '', '', '', 'Y'),
(320, 'ru', 'MENU1', '', '', '', '', 'Y'),
(321, 'da', 'MENU2', '', '', '', '', 'Y'),
(321, 'de', 'MENU2', '', '', '', '', 'Y'),
(321, 'el', 'MENU2', '', '', '', '', 'Y'),
(321, 'en', 'MENU2', '', '', '', '', 'Y'),
(321, 'es', 'MENU2', '', '', '', '', 'Y'),
(321, 'fr', 'MENU2', '', '', '', '', 'Y'),
(321, 'it', 'MENU2', '', '', '', '', 'Y'),
(321, 'nl', 'MENU2', '', '', '', '', 'Y'),
(321, 'no', 'MENU2', '', '', '', '', 'Y'),
(321, 'pt', 'MENU2', '', '', '', '', 'Y'),
(321, 'ro', 'MENU2', '', '', '', '', 'Y'),
(321, 'ru', 'MENU2', '', '', '', '', 'Y'),
(322, 'da', 'MENU3', '', '', '', '', 'Y'),
(322, 'de', 'MENU3', '', '', '', '', 'Y'),
(322, 'el', 'MENU3', '', '', '', '', 'Y'),
(322, 'en', 'MENU3', '', '', '', '', 'Y'),
(322, 'es', 'MENU3', '', '', '', '', 'Y'),
(322, 'fr', 'MENU3', '', '', '', '', 'Y'),
(322, 'it', 'MENU3', '', '', '', '', 'Y'),
(322, 'nl', 'MENU3', '', '', '', '', 'Y'),
(322, 'no', 'MENU3', '', '', '', '', 'Y'),
(322, 'pt', 'MENU3', '', '', '', '', 'Y'),
(322, 'ro', 'MENU3', '', '', '', '', 'Y'),
(322, 'ru', 'MENU3', '', '', '', '', 'Y'),
(323, 'da', 'MENU4', '', '', '', '', 'Y'),
(323, 'de', 'MENU4', '', '', '', '', 'Y'),
(323, 'el', 'MENU4', '', '', '', '', 'Y'),
(323, 'en', 'MENU4', '', '', '', '', 'Y'),
(323, 'es', 'MENU4', '', '', '', '', 'Y'),
(323, 'fr', 'MENU4', '', '', '', '', 'Y'),
(323, 'it', 'MENU4', '', '', '', '', 'Y'),
(323, 'nl', 'MENU4', '', '', '', '', 'Y'),
(323, 'no', 'MENU4', '', '', '', '', 'Y'),
(323, 'pt', 'MENU4', '', '', '', '', 'Y'),
(323, 'ro', 'MENU4', '', '', '', '', 'Y'),
(323, 'ru', 'MENU4', '', '', '', '', 'Y'),
(376, 'da', 'Create Ticket', NULL, NULL, '', '', 'Y'),
(376, 'de', 'Create Ticket', NULL, NULL, '', '', 'Y'),
(376, 'el', 'Create Ticket', NULL, NULL, '', '', 'Y'),
(376, 'en', 'Create Ticket', NULL, NULL, '', '', 'Y'),
(376, 'es', 'Create Ticket', NULL, NULL, '', '', 'Y'),
(376, 'fr', 'Create Ticket', NULL, NULL, '', '', 'Y'),
(376, 'it', 'Create Ticket', NULL, NULL, '', '', 'Y'),
(376, 'nl', 'Create Ticket', NULL, NULL, '', '', 'Y'),
(376, 'no', 'Create Ticket', NULL, NULL, '', '', 'Y'),
(376, 'pt', 'Atendimento', '', '', '', '', 'Y'),
(376, 'ro', 'Create Ticket', NULL, NULL, '', '', 'Y'),
(376, 'ru', 'Create Ticket', NULL, NULL, '', '', 'Y'),
(429, 'da', 'Create Ticket', NULL, NULL, '', '', 'Y'),
(429, 'de', 'Create Ticket', NULL, NULL, '', '', 'Y'),
(429, 'el', 'Create Ticket', NULL, NULL, '', '', 'Y'),
(429, 'en', 'Create Ticket', NULL, NULL, '', '', 'Y'),
(429, 'es', 'Create Ticket', NULL, NULL, '', '', 'Y'),
(429, 'fr', 'Create Ticket', NULL, NULL, '', '', 'Y'),
(429, 'it', 'Create Ticket', NULL, NULL, '', '', 'Y'),
(429, 'nl', 'Create Ticket', NULL, NULL, '', '', 'Y'),
(429, 'no', 'Create Ticket', NULL, NULL, '', '', 'Y'),
(429, 'pt', 'Create Ticket', NULL, NULL, '', '', 'Y'),
(429, 'ro', 'Create Ticket', NULL, NULL, '', '', 'Y'),
(429, 'ru', 'Create Ticket', NULL, NULL, '', '', 'Y'),
(430, 'da', 'Returns', NULL, NULL, '', '', 'Y'),
(430, 'de', 'Returns', NULL, NULL, '', '', 'Y'),
(430, 'el', 'Returns', NULL, NULL, '', '', 'Y'),
(430, 'en', 'Returns', NULL, NULL, '', '', 'Y'),
(430, 'es', 'Returns', NULL, NULL, '', '', 'Y'),
(430, 'fr', 'Returns', NULL, NULL, '', '', 'Y'),
(430, 'it', 'Returns', NULL, NULL, '', '', 'Y'),
(430, 'nl', 'Returns', NULL, NULL, '', '', 'Y'),
(430, 'no', 'Returns', NULL, NULL, '', '', 'Y'),
(430, 'pt', 'Returns', NULL, NULL, '', '', 'Y'),
(430, 'ro', 'Returns', NULL, NULL, '', '', 'Y'),
(430, 'ru', 'Returns', NULL, NULL, '', '', 'Y'),
(431, 'da', 'Shipping', NULL, NULL, '', '', 'Y'),
(431, 'de', 'Shipping', NULL, NULL, '', '', 'Y'),
(431, 'el', 'Shipping', NULL, NULL, '', '', 'Y'),
(431, 'en', 'Shipping', NULL, NULL, '', '', 'Y'),
(431, 'es', 'Shipping', NULL, NULL, '', '', 'Y'),
(431, 'fr', 'Shipping', NULL, NULL, '', '', 'Y'),
(431, 'it', 'Shipping', NULL, NULL, '', '', 'Y'),
(431, 'nl', 'Shipping', NULL, NULL, '', '', 'Y'),
(431, 'no', 'Shipping', NULL, NULL, '', '', 'Y'),
(431, 'pt', 'Shipping', NULL, NULL, '', '', 'Y'),
(431, 'ro', 'Shipping', NULL, NULL, '', '', 'Y'),
(431, 'ru', 'Shipping', NULL, NULL, '', '', 'Y'),
(432, 'da', 'Warranty', NULL, NULL, '', '', 'Y'),
(432, 'de', 'Warranty', NULL, NULL, '', '', 'Y'),
(432, 'el', 'Warranty', NULL, NULL, '', '', 'Y'),
(432, 'en', 'Warranty', NULL, NULL, '', '', 'Y'),
(432, 'es', 'Warranty', NULL, NULL, '', '', 'Y'),
(432, 'fr', 'Warranty', NULL, NULL, '', '', 'Y'),
(432, 'it', 'Warranty', NULL, NULL, '', '', 'Y'),
(432, 'nl', 'Warranty', NULL, NULL, '', '', 'Y'),
(432, 'no', 'Warranty', NULL, NULL, '', '', 'Y'),
(432, 'pt', 'Warranty', NULL, NULL, '', '', 'Y'),
(432, 'ro', 'Warranty', NULL, NULL, '', '', 'Y'),
(432, 'ru', 'Warranty', NULL, NULL, '', '', 'Y'),
(433, 'da', 'FAQ', NULL, NULL, '', '', 'Y'),
(433, 'de', 'FAQ', NULL, NULL, '', '', 'Y'),
(433, 'el', 'FAQ', NULL, NULL, '', '', 'Y'),
(433, 'en', 'FAQ', NULL, NULL, '', '', 'Y'),
(433, 'es', 'FAQ', NULL, NULL, '', '', 'Y'),
(433, 'fr', 'FAQ', NULL, NULL, '', '', 'Y'),
(433, 'it', 'FAQ', NULL, NULL, '', '', 'Y'),
(433, 'nl', 'FAQ', NULL, NULL, '', '', 'Y'),
(433, 'no', 'FAQ', NULL, NULL, '', '', 'Y'),
(433, 'pt', 'FAQ', NULL, NULL, '', '', 'Y'),
(433, 'ro', 'FAQ', NULL, NULL, '', '', 'Y'),
(433, 'ru', 'FAQ', NULL, NULL, '', '', 'Y'),
(434, 'da', 'Contact us', NULL, NULL, '', '', 'Y'),
(434, 'de', 'Contact us', NULL, NULL, '', '', 'Y'),
(434, 'el', 'Contact us', NULL, NULL, '', '', 'Y'),
(434, 'en', 'Contact us', NULL, NULL, '', '', 'Y'),
(434, 'es', 'Contact us', NULL, NULL, '', '', 'Y'),
(434, 'fr', 'Contact us', NULL, NULL, '', '', 'Y'),
(434, 'it', 'Contact us', NULL, NULL, '', '', 'Y'),
(434, 'nl', 'Contact us', NULL, NULL, '', '', 'Y'),
(434, 'no', 'Contact us', NULL, NULL, '', '', 'Y'),
(434, 'pt', 'Contact us', NULL, NULL, '', '', 'Y'),
(434, 'ro', 'Contact us', NULL, NULL, '', '', 'Y'),
(434, 'ru', 'Contact us', NULL, NULL, '', '', 'Y'),
(435, 'da', 'Seller\'s guide', NULL, NULL, '', '', 'Y'),
(435, 'de', 'Seller\'s guide', NULL, NULL, '', '', 'Y'),
(435, 'el', 'Seller\'s guide', NULL, NULL, '', '', 'Y'),
(435, 'en', 'Seller\'s guide', NULL, NULL, '', '', 'Y'),
(435, 'es', 'Seller\'s guide', NULL, NULL, '', '', 'Y'),
(435, 'fr', 'Seller\'s guide', NULL, NULL, '', '', 'Y'),
(435, 'it', 'Seller\'s guide', NULL, NULL, '', '', 'Y'),
(435, 'nl', 'Seller\'s guide', NULL, NULL, '', '', 'Y'),
(435, 'no', 'Seller\'s guide', NULL, NULL, '', '', 'Y'),
(435, 'pt', 'Seller\'s guide', NULL, NULL, '', '', 'Y'),
(435, 'ro', 'Seller\'s guide', NULL, NULL, '', '', 'Y'),
(435, 'ru', 'Seller\'s guide', NULL, NULL, '', '', 'Y'),
(436, 'da', 'Buyer\'s guide', NULL, NULL, '', '', 'Y'),
(436, 'de', 'Buyer\'s guide', NULL, NULL, '', '', 'Y'),
(436, 'el', 'Buyer\'s guide', NULL, NULL, '', '', 'Y'),
(436, 'en', 'Buyer\'s guide', NULL, NULL, '', '', 'Y'),
(436, 'es', 'Buyer\'s guide', NULL, NULL, '', '', 'Y'),
(436, 'fr', 'Buyer\'s guide', NULL, NULL, '', '', 'Y'),
(436, 'it', 'Buyer\'s guide', NULL, NULL, '', '', 'Y'),
(436, 'nl', 'Buyer\'s guide', NULL, NULL, '', '', 'Y'),
(436, 'no', 'Buyer\'s guide', NULL, NULL, '', '', 'Y'),
(436, 'pt', 'Buyer\'s guide', NULL, NULL, '', '', 'Y'),
(436, 'ro', 'Buyer\'s guide', NULL, NULL, '', '', 'Y'),
(436, 'ru', 'Buyer\'s guide', NULL, NULL, '', '', 'Y'),
(437, 'da', 'On Sale', NULL, NULL, '', '', 'Y'),
(437, 'de', 'On Sale', NULL, NULL, '', '', 'Y'),
(437, 'el', 'On Sale', NULL, NULL, '', '', 'Y'),
(437, 'en', 'On Sale', NULL, NULL, '', '', 'Y'),
(437, 'es', 'On Sale', NULL, NULL, '', '', 'Y'),
(437, 'fr', 'On Sale', NULL, NULL, '', '', 'Y'),
(437, 'it', 'On Sale', NULL, NULL, '', '', 'Y'),
(437, 'nl', 'On Sale', NULL, NULL, '', '', 'Y'),
(437, 'no', 'On Sale', NULL, NULL, '', '', 'Y'),
(437, 'pt', 'On Sale', NULL, NULL, '', '', 'Y'),
(437, 'ro', 'On Sale', NULL, NULL, '', '', 'Y'),
(437, 'ru', 'On Sale', NULL, NULL, '', '', 'Y'),
(438, 'da', 'New Items', NULL, NULL, '', '', 'Y'),
(438, 'de', 'New Items', NULL, NULL, '', '', 'Y'),
(438, 'el', 'New Items', NULL, NULL, '', '', 'Y'),
(438, 'en', 'New Items', NULL, NULL, '', '', 'Y'),
(438, 'es', 'New Items', NULL, NULL, '', '', 'Y'),
(438, 'fr', 'New Items', NULL, NULL, '', '', 'Y'),
(438, 'it', 'New Items', NULL, NULL, '', '', 'Y'),
(438, 'nl', 'New Items', NULL, NULL, '', '', 'Y'),
(438, 'no', 'New Items', NULL, NULL, '', '', 'Y'),
(438, 'pt', 'New Items', NULL, NULL, '', '', 'Y'),
(438, 'ro', 'New Items', NULL, NULL, '', '', 'Y'),
(438, 'ru', 'New Items', NULL, NULL, '', '', 'Y'),
(439, 'da', 'Bestsellers', NULL, NULL, '', '', 'Y'),
(439, 'de', 'Bestsellers', NULL, NULL, '', '', 'Y'),
(439, 'el', 'Bestsellers', NULL, NULL, '', '', 'Y'),
(439, 'en', 'Bestsellers', NULL, NULL, '', '', 'Y'),
(439, 'es', 'Bestsellers', NULL, NULL, '', '', 'Y'),
(439, 'fr', 'Bestsellers', NULL, NULL, '', '', 'Y'),
(439, 'it', 'Bestsellers', NULL, NULL, '', '', 'Y'),
(439, 'nl', 'Bestsellers', NULL, NULL, '', '', 'Y'),
(439, 'no', 'Bestsellers', NULL, NULL, '', '', 'Y'),
(439, 'pt', 'Bestsellers', NULL, NULL, '', '', 'Y'),
(439, 'ro', 'Bestsellers', NULL, NULL, '', '', 'Y'),
(439, 'ru', 'Bestsellers', NULL, NULL, '', '', 'Y'),
(440, 'da', 'Shop By Brand', NULL, NULL, '', '', 'Y'),
(440, 'de', 'Shop By Brand', NULL, NULL, '', '', 'Y'),
(440, 'el', 'Shop By Brand', NULL, NULL, '', '', 'Y'),
(440, 'en', 'Shop By Brand', NULL, NULL, '', '', 'Y'),
(440, 'es', 'Shop By Brand', NULL, NULL, '', '', 'Y'),
(440, 'fr', 'Shop By Brand', NULL, NULL, '', '', 'Y'),
(440, 'it', 'Shop By Brand', NULL, NULL, '', '', 'Y'),
(440, 'nl', 'Shop By Brand', NULL, NULL, '', '', 'Y'),
(440, 'no', 'Shop By Brand', NULL, NULL, '', '', 'Y'),
(440, 'pt', 'Shop By Brand', NULL, NULL, '', '', 'Y'),
(440, 'ro', 'Shop By Brand', NULL, NULL, '', '', 'Y'),
(440, 'ru', 'Shop By Brand', NULL, NULL, '', '', 'Y'),
(441, 'da', 'Locations & Contacts', NULL, NULL, '', '', 'Y'),
(441, 'de', 'Locations & Contacts', NULL, NULL, '', '', 'Y'),
(441, 'el', 'Locations & Contacts', NULL, NULL, '', '', 'Y'),
(441, 'en', 'Locations & Contacts', NULL, NULL, '', '', 'Y'),
(441, 'es', 'Locations & Contacts', NULL, NULL, '', '', 'Y'),
(441, 'fr', 'Locations & Contacts', NULL, NULL, '', '', 'Y'),
(441, 'it', 'Locations & Contacts', NULL, NULL, '', '', 'Y'),
(441, 'nl', 'Locations & Contacts', NULL, NULL, '', '', 'Y'),
(441, 'no', 'Locations & Contacts', NULL, NULL, '', '', 'Y'),
(441, 'pt', 'Locations & Contacts', NULL, NULL, '', '', 'Y'),
(441, 'ro', 'Locations & Contacts', NULL, NULL, '', '', 'Y'),
(441, 'ru', 'Locations & Contacts', NULL, NULL, '', '', 'Y'),
(442, 'da', 'Gift Certificates', NULL, NULL, '', '', 'Y'),
(442, 'de', 'Gift Certificates', NULL, NULL, '', '', 'Y'),
(442, 'el', 'Gift Certificates', NULL, NULL, '', '', 'Y'),
(442, 'en', 'Gift Certificates', NULL, NULL, '', '', 'Y'),
(442, 'es', 'Gift Certificates', NULL, NULL, '', '', 'Y'),
(442, 'fr', 'Gift Certificates', NULL, NULL, '', '', 'Y'),
(442, 'it', 'Gift Certificates', NULL, NULL, '', '', 'Y'),
(442, 'nl', 'Gift Certificates', NULL, NULL, '', '', 'Y'),
(442, 'no', 'Gift Certificates', NULL, NULL, '', '', 'Y'),
(442, 'pt', 'Gift Certificates', NULL, NULL, '', '', 'Y'),
(442, 'ro', 'Gift Certificates', NULL, NULL, '', '', 'Y'),
(442, 'ru', 'Gift Certificates', NULL, NULL, '', '', 'Y'),
(443, 'da', 'Marketplace Blog', NULL, NULL, '', '', 'Y'),
(443, 'de', 'Marketplace Blog', NULL, NULL, '', '', 'Y'),
(443, 'el', 'Marketplace Blog', NULL, NULL, '', '', 'Y'),
(443, 'en', 'Marketplace Blog', NULL, NULL, '', '', 'Y'),
(443, 'es', 'Marketplace Blog', NULL, NULL, '', '', 'Y'),
(443, 'fr', 'Marketplace Blog', NULL, NULL, '', '', 'Y'),
(443, 'it', 'Marketplace Blog', NULL, NULL, '', '', 'Y'),
(443, 'nl', 'Marketplace Blog', NULL, NULL, '', '', 'Y'),
(443, 'no', 'Marketplace Blog', NULL, NULL, '', '', 'Y'),
(443, 'pt', 'Marketplace Blog', NULL, NULL, '', '', 'Y'),
(443, 'ro', 'Marketplace Blog', NULL, NULL, '', '', 'Y'),
(443, 'ru', 'Marketplace Blog', NULL, NULL, '', '', 'Y'),
(444, 'da', 'Custom Pages', NULL, NULL, '', '', 'Y'),
(444, 'de', 'Custom Pages', NULL, NULL, '', '', 'Y'),
(444, 'el', 'Custom Pages', NULL, NULL, '', '', 'Y'),
(444, 'en', 'Custom Pages', NULL, NULL, '', '', 'Y'),
(444, 'es', 'Custom Pages', NULL, NULL, '', '', 'Y'),
(444, 'fr', 'Custom Pages', NULL, NULL, '', '', 'Y'),
(444, 'it', 'Custom Pages', NULL, NULL, '', '', 'Y'),
(444, 'nl', 'Custom Pages', NULL, NULL, '', '', 'Y'),
(444, 'no', 'Custom Pages', NULL, NULL, '', '', 'Y'),
(444, 'pt', 'Custom Pages', NULL, NULL, '', '', 'Y'),
(444, 'ro', 'Custom Pages', NULL, NULL, '', '', 'Y'),
(444, 'ru', 'Custom Pages', NULL, NULL, '', '', 'Y'),
(445, 'da', 'Custom page 1', NULL, NULL, '', '', 'Y'),
(445, 'de', 'Custom page 1', NULL, NULL, '', '', 'Y'),
(445, 'el', 'Custom page 1', NULL, NULL, '', '', 'Y'),
(445, 'en', 'Custom page 1', NULL, NULL, '', '', 'Y'),
(445, 'es', 'Custom page 1', NULL, NULL, '', '', 'Y'),
(445, 'fr', 'Custom page 1', NULL, NULL, '', '', 'Y'),
(445, 'it', 'Custom page 1', NULL, NULL, '', '', 'Y'),
(445, 'nl', 'Custom page 1', NULL, NULL, '', '', 'Y'),
(445, 'no', 'Custom page 1', NULL, NULL, '', '', 'Y'),
(445, 'pt', 'Custom page 1', NULL, NULL, '', '', 'Y'),
(445, 'ro', 'Custom page 1', NULL, NULL, '', '', 'Y'),
(445, 'ru', 'Custom page 1', NULL, NULL, '', '', 'Y'),
(446, 'da', 'Custom page 1-1', NULL, NULL, '', '', 'Y'),
(446, 'de', 'Custom page 1-1', NULL, NULL, '', '', 'Y'),
(446, 'el', 'Custom page 1-1', NULL, NULL, '', '', 'Y'),
(446, 'en', 'Custom page 1-1', NULL, NULL, '', '', 'Y'),
(446, 'es', 'Custom page 1-1', NULL, NULL, '', '', 'Y'),
(446, 'fr', 'Custom page 1-1', NULL, NULL, '', '', 'Y'),
(446, 'it', 'Custom page 1-1', NULL, NULL, '', '', 'Y'),
(446, 'nl', 'Custom page 1-1', NULL, NULL, '', '', 'Y'),
(446, 'no', 'Custom page 1-1', NULL, NULL, '', '', 'Y'),
(446, 'pt', 'Custom page 1-1', NULL, NULL, '', '', 'Y'),
(446, 'ro', 'Custom page 1-1', NULL, NULL, '', '', 'Y'),
(446, 'ru', 'Custom page 1-1', NULL, NULL, '', '', 'Y'),
(447, 'da', 'Custom page 1-2', NULL, NULL, '', '', 'Y'),
(447, 'de', 'Custom page 1-2', NULL, NULL, '', '', 'Y'),
(447, 'el', 'Custom page 1-2', NULL, NULL, '', '', 'Y'),
(447, 'en', 'Custom page 1-2', NULL, NULL, '', '', 'Y'),
(447, 'es', 'Custom page 1-2', NULL, NULL, '', '', 'Y'),
(447, 'fr', 'Custom page 1-2', NULL, NULL, '', '', 'Y'),
(447, 'it', 'Custom page 1-2', NULL, NULL, '', '', 'Y'),
(447, 'nl', 'Custom page 1-2', NULL, NULL, '', '', 'Y'),
(447, 'no', 'Custom page 1-2', NULL, NULL, '', '', 'Y'),
(447, 'pt', 'Custom page 1-2', NULL, NULL, '', '', 'Y'),
(447, 'ro', 'Custom page 1-2', NULL, NULL, '', '', 'Y'),
(447, 'ru', 'Custom page 1-2', NULL, NULL, '', '', 'Y'),
(448, 'da', 'Custom page 1-3', NULL, NULL, '', '', 'Y'),
(448, 'de', 'Custom page 1-3', NULL, NULL, '', '', 'Y'),
(448, 'el', 'Custom page 1-3', NULL, NULL, '', '', 'Y'),
(448, 'en', 'Custom page 1-3', NULL, NULL, '', '', 'Y'),
(448, 'es', 'Custom page 1-3', NULL, NULL, '', '', 'Y'),
(448, 'fr', 'Custom page 1-3', NULL, NULL, '', '', 'Y'),
(448, 'it', 'Custom page 1-3', NULL, NULL, '', '', 'Y'),
(448, 'nl', 'Custom page 1-3', NULL, NULL, '', '', 'Y'),
(448, 'no', 'Custom page 1-3', NULL, NULL, '', '', 'Y'),
(448, 'pt', 'Custom page 1-3', NULL, NULL, '', '', 'Y'),
(448, 'ro', 'Custom page 1-3', NULL, NULL, '', '', 'Y'),
(448, 'ru', 'Custom page 1-3', NULL, NULL, '', '', 'Y'),
(449, 'da', 'Custom page 2', NULL, NULL, '', '', 'Y'),
(449, 'de', 'Custom page 2', NULL, NULL, '', '', 'Y'),
(449, 'el', 'Custom page 2', NULL, NULL, '', '', 'Y'),
(449, 'en', 'Custom page 2', NULL, NULL, '', '', 'Y'),
(449, 'es', 'Custom page 2', NULL, NULL, '', '', 'Y'),
(449, 'fr', 'Custom page 2', NULL, NULL, '', '', 'Y'),
(449, 'it', 'Custom page 2', NULL, NULL, '', '', 'Y'),
(449, 'nl', 'Custom page 2', NULL, NULL, '', '', 'Y'),
(449, 'no', 'Custom page 2', NULL, NULL, '', '', 'Y'),
(449, 'pt', 'Custom page 2', NULL, NULL, '', '', 'Y'),
(449, 'ro', 'Custom page 2', NULL, NULL, '', '', 'Y'),
(449, 'ru', 'Custom page 2', NULL, NULL, '', '', 'Y'),
(450, 'da', 'Custom page 2-1', NULL, NULL, '', '', 'Y'),
(450, 'de', 'Custom page 2-1', NULL, NULL, '', '', 'Y'),
(450, 'el', 'Custom page 2-1', NULL, NULL, '', '', 'Y'),
(450, 'en', 'Custom page 2-1', NULL, NULL, '', '', 'Y'),
(450, 'es', 'Custom page 2-1', NULL, NULL, '', '', 'Y'),
(450, 'fr', 'Custom page 2-1', NULL, NULL, '', '', 'Y'),
(450, 'it', 'Custom page 2-1', NULL, NULL, '', '', 'Y'),
(450, 'nl', 'Custom page 2-1', NULL, NULL, '', '', 'Y'),
(450, 'no', 'Custom page 2-1', NULL, NULL, '', '', 'Y'),
(450, 'pt', 'Custom page 2-1', NULL, NULL, '', '', 'Y'),
(450, 'ro', 'Custom page 2-1', NULL, NULL, '', '', 'Y'),
(450, 'ru', 'Custom page 2-1', NULL, NULL, '', '', 'Y'),
(451, 'da', 'Custom page 2-2', NULL, NULL, '', '', 'Y'),
(451, 'de', 'Custom page 2-2', NULL, NULL, '', '', 'Y'),
(451, 'el', 'Custom page 2-2', NULL, NULL, '', '', 'Y'),
(451, 'en', 'Custom page 2-2', NULL, NULL, '', '', 'Y'),
(451, 'es', 'Custom page 2-2', NULL, NULL, '', '', 'Y'),
(451, 'fr', 'Custom page 2-2', NULL, NULL, '', '', 'Y'),
(451, 'it', 'Custom page 2-2', NULL, NULL, '', '', 'Y'),
(451, 'nl', 'Custom page 2-2', NULL, NULL, '', '', 'Y'),
(451, 'no', 'Custom page 2-2', NULL, NULL, '', '', 'Y'),
(451, 'pt', 'Custom page 2-2', NULL, NULL, '', '', 'Y'),
(451, 'ro', 'Custom page 2-2', NULL, NULL, '', '', 'Y'),
(451, 'ru', 'Custom page 2-2', NULL, NULL, '', '', 'Y'),
(452, 'da', 'Custom page 2-3', NULL, NULL, '', '', 'Y'),
(452, 'de', 'Custom page 2-3', NULL, NULL, '', '', 'Y'),
(452, 'el', 'Custom page 2-3', NULL, NULL, '', '', 'Y'),
(452, 'en', 'Custom page 2-3', NULL, NULL, '', '', 'Y'),
(452, 'es', 'Custom page 2-3', NULL, NULL, '', '', 'Y'),
(452, 'fr', 'Custom page 2-3', NULL, NULL, '', '', 'Y'),
(452, 'it', 'Custom page 2-3', NULL, NULL, '', '', 'Y'),
(452, 'nl', 'Custom page 2-3', NULL, NULL, '', '', 'Y'),
(452, 'no', 'Custom page 2-3', NULL, NULL, '', '', 'Y'),
(452, 'pt', 'Custom page 2-3', NULL, NULL, '', '', 'Y'),
(452, 'ro', 'Custom page 2-3', NULL, NULL, '', '', 'Y'),
(452, 'ru', 'Custom page 2-3', NULL, NULL, '', '', 'Y'),
(453, 'da', 'Sell With Us', NULL, NULL, '', '', 'Y'),
(453, 'de', 'Sell With Us', NULL, NULL, '', '', 'Y'),
(453, 'el', 'Sell With Us', NULL, NULL, '', '', 'Y'),
(453, 'en', 'Sell With Us', NULL, NULL, '', '', 'Y'),
(453, 'es', 'Sell With Us', NULL, NULL, '', '', 'Y'),
(453, 'fr', 'Sell With Us', NULL, NULL, '', '', 'Y'),
(453, 'it', 'Sell With Us', NULL, NULL, '', '', 'Y'),
(453, 'nl', 'Sell With Us', NULL, NULL, '', '', 'Y'),
(453, 'no', 'Sell With Us', NULL, NULL, '', '', 'Y'),
(453, 'pt', 'Sell With Us', NULL, NULL, '', '', 'Y'),
(453, 'ro', 'Sell With Us', NULL, NULL, '', '', 'Y'),
(453, 'ru', 'Sell With Us', NULL, NULL, '', '', 'Y'),
(454, 'da', 'Venda Conosco', NULL, NULL, '', '', 'Y'),
(454, 'de', 'Venda Conosco', NULL, NULL, '', '', 'Y'),
(454, 'el', 'Venda Conosco', NULL, NULL, '', '', 'Y'),
(454, 'en', 'Venda Conosco', NULL, NULL, '', '', 'Y'),
(454, 'es', 'Venda Conosco', NULL, NULL, '', '', 'Y'),
(454, 'fr', 'Venda Conosco', NULL, NULL, '', '', 'Y'),
(454, 'it', 'Venda Conosco', NULL, NULL, '', '', 'Y'),
(454, 'nl', 'Venda Conosco', NULL, NULL, '', '', 'Y'),
(454, 'no', 'Venda Conosco', NULL, NULL, '', '', 'Y'),
(454, 'pt', 'Venda Conosco', NULL, NULL, '', '', 'Y'),
(454, 'ro', 'Venda Conosco', NULL, NULL, '', '', 'Y'),
(454, 'ru', 'Venda Conosco', NULL, NULL, '', '', 'Y');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_statuses`
--

CREATE TABLE `partiushop_statuses` (
  `status_id` mediumint(8) UNSIGNED NOT NULL,
  `status` char(1) NOT NULL DEFAULT '',
  `type` char(1) NOT NULL DEFAULT 'O',
  `is_default` char(1) NOT NULL DEFAULT 'N',
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_statuses`
--

INSERT INTO `partiushop_statuses` (`status_id`, `status`, `type`, `is_default`, `position`) VALUES
(1, 'P', 'O', 'Y', 0),
(2, 'C', 'O', 'Y', 0),
(3, 'O', 'O', 'Y', 0),
(4, 'F', 'O', 'Y', 0),
(5, 'D', 'O', 'Y', 0),
(6, 'B', 'O', 'Y', 0),
(7, 'I', 'O', 'Y', 0),
(8, 'P', 'S', 'Y', 0),
(9, 'A', 'S', 'Y', 0),
(10, 'S', 'S', 'Y', 0),
(11, 'P', 'G', 'Y', 0),
(12, 'A', 'G', 'Y', 0),
(13, 'C', 'G', 'Y', 0),
(14, 'U', 'G', 'Y', 0),
(15, 'R', 'R', 'Y', 0),
(16, 'A', 'R', 'Y', 0),
(17, 'D', 'R', 'Y', 0),
(18, 'C', 'R', 'Y', 0),
(19, 'Y', 'O', 'Y', 0),
(20, 'A', 'O', 'N', 0),
(21, 'E', 'O', 'N', 0);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_status_data`
--

CREATE TABLE `partiushop_status_data` (
  `status_id` mediumint(8) UNSIGNED NOT NULL,
  `param` char(255) NOT NULL DEFAULT '',
  `value` char(255) NOT NULL DEFAULT 'Y'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_status_data`
--

INSERT INTO `partiushop_status_data` (`status_id`, `param`, `value`) VALUES
(6, 'color', '#28abf6'),
(20, 'color', '#38761d'),
(1, 'color', '#97cf4d'),
(2, 'color', '#97cf4d'),
(7, 'color', '#c2c2c2'),
(19, 'color', '#cc4125'),
(4, 'color', '#ff5215'),
(5, 'color', '#ff5215'),
(3, 'color', '#ff9522'),
(21, 'color', '#ffd966'),
(2, 'gift_cert_status', 'A'),
(4, 'gift_cert_status', 'C'),
(5, 'gift_cert_status', 'C'),
(6, 'gift_cert_status', 'C'),
(7, 'gift_cert_status', 'C'),
(1, 'inventory', 'D'),
(2, 'inventory', 'D'),
(3, 'inventory', 'D'),
(17, 'inventory', 'D'),
(19, 'inventory', 'D'),
(20, 'appearance_type', 'D'),
(20, 'inventory', 'D'),
(21, 'appearance_type', 'D'),
(21, 'inventory', 'D'),
(4, 'inventory', 'I'),
(5, 'inventory', 'I'),
(6, 'inventory', 'I'),
(7, 'inventory', 'I'),
(15, 'inventory', 'I'),
(16, 'inventory', 'I'),
(18, 'inventory', 'I'),
(1, 'allow_return', 'N'),
(1, 'repay', 'N'),
(2, 'repay', 'N'),
(3, 'allow_return', 'N'),
(3, 'repay', 'N'),
(4, 'allow_return', 'N'),
(4, 'calculate_for_payouts', 'N'),
(5, 'allow_return', 'N'),
(5, 'calculate_for_payouts', 'N'),
(6, 'allow_return', 'N'),
(6, 'calculate_for_payouts', 'N'),
(7, 'allow_return', 'N'),
(7, 'calculate_for_payouts', 'N'),
(11, 'notify', 'N'),
(14, 'notify', 'N'),
(20, 'calculate_for_payouts', 'N'),
(20, 'notify_supplier', 'N'),
(20, 'repay', 'N'),
(21, 'allow_return', 'N'),
(21, 'calculate_for_payouts', 'N'),
(21, 'repay', 'N'),
(1, 'gift_cert_status', 'P'),
(3, 'gift_cert_status', 'P'),
(20, 'gift_cert_status', 'P'),
(21, 'gift_cert_status', 'U'),
(1, 'calculate_for_payouts', 'Y'),
(1, 'notify', 'Y'),
(1, 'payment_received', 'Y'),
(1, 'remove_cc_info', 'Y'),
(2, 'allow_return', 'Y'),
(2, 'calculate_for_payouts', 'Y'),
(2, 'grant_reward_points', 'Y'),
(2, 'notify', 'Y'),
(2, 'payment_received', 'Y'),
(2, 'remove_cc_info', 'Y'),
(3, 'calculate_for_payouts', 'Y'),
(3, 'notify', 'Y'),
(3, 'remove_cc_info', 'Y'),
(4, 'notify', 'Y'),
(4, 'remove_cc_info', 'Y'),
(4, 'repay', 'Y'),
(5, 'notify', 'Y'),
(5, 'remove_cc_info', 'Y'),
(5, 'repay', 'Y'),
(6, 'notify', 'Y'),
(6, 'remove_cc_info', 'Y'),
(6, 'repay', 'Y'),
(7, 'notify', 'Y'),
(7, 'remove_cc_info', 'Y'),
(7, 'repay', 'Y'),
(12, 'notify', 'Y'),
(13, 'grant_reward_points', 'Y'),
(13, 'notify', 'Y'),
(18, 'grant_reward_points', 'Y'),
(19, 'notify', 'Y'),
(19, 'notify_department', 'Y'),
(19, 'repay', 'Y'),
(20, 'grant_reward_points', 'Y'),
(20, 'payment_received', 'Y'),
(20, 'remove_cc_info', 'Y'),
(21, 'grant_reward_points', 'Y'),
(21, 'payment_received', 'Y'),
(21, 'remove_cc_info', 'Y');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_status_descriptions`
--

CREATE TABLE `partiushop_status_descriptions` (
  `status_id` mediumint(8) UNSIGNED NOT NULL,
  `description` varchar(255) NOT NULL DEFAULT '',
  `email_subj` varchar(255) NOT NULL DEFAULT '',
  `email_header` text DEFAULT NULL,
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_status_descriptions`
--

INSERT INTO `partiushop_status_descriptions` (`status_id`, `description`, `email_subj`, `email_header`, `lang_code`) VALUES
(1, 'forarbejdede', 'er blevet behandlet', 'Dit bestilling er blevet behandlet korrekt.', 'da'),
(1, 'Processed', 'has been processed', 'Your order has been processed successfully.', 'de'),
(1, 'Επεξεργασία', 'επεξεργάστηκε.', 'Η παραγγελία σας έχει υποβληθεί σε επεξεργασία με επιτυχία.', 'el'),
(1, 'Paid', 'has been paid', 'Your order has been paid successfully.', 'en'),
(1, 'Procesado', 'ha sido procesado', '<p>Su pedido ha sido procesado con &eacute;xito. En breve procederemos a su env&iacute;o.</p>', 'es'),
(1, 'Processed', 'has been processed', 'Your order has been processed successfully.', 'fr'),
(1, 'Processed', 'has been processed', 'Your order has been processed successfully.', 'it'),
(1, 'Processed', 'has been processed', 'Your order has been processed successfully.', 'nl'),
(1, 'Processed', 'has been processed', 'Your order has been processed successfully.', 'no'),
(1, 'Processado', 'foi processado', 'Seu pedido foi processado com sucesso.', 'pt'),
(1, 'Procesată', 'a fost procesată', 'Comanda dvs. a fost procesată cu succes.', 'ro'),
(1, 'Обработан', 'был обработан.', 'Ваш заказ был успешно обработан.', 'ru'),
(2, 'Afsluttet', 'er afsluttet', 'Din ordre er afsluttet. Tak fordi du valgte os.', 'da'),
(2, 'Complete', 'has been completed', 'Your order has been completed. Thank you for choosing us.', 'de'),
(2, 'Ολοκλήρωση', 'ολοκληρώθηκε.', 'Η αλλαγή σας ολοκληρώθηκε. Ευχαριστούμε που μας επιλέξατε.', 'el'),
(2, 'Complete', 'has been completed', 'Your order has been completed. Thank you for choosing us.', 'en'),
(2, 'Completado', 'ha sido completado', '<p>Su pedido ha sido enviado. Esperamos que disfrute de los productos que ha adquirido.</p>\n\n<p>Gracias por elegirnos.</p>', 'es'),
(2, 'Complete', 'has been completed', 'Your order has been completed. Thank you for choosing us.', 'fr'),
(2, 'Complete', 'has been completed', 'Your order has been completed. Thank you for choosing us.', 'it'),
(2, 'Complete', 'has been completed', 'Your order has been completed. Thank you for choosing us.', 'nl'),
(2, 'Complete', 'has been completed', 'Your order has been completed. Thank you for choosing us.', 'no'),
(2, 'Completo', 'foi completado', 'Seu pedido foi concluído. Obrigado por nos escolher.', 'pt'),
(2, 'Completă', 'a fost procesată complet', 'Comanda dvs. a fost procesată complet. Vă mulțumim că ne-ați ales.', 'ro'),
(2, 'Выполнен', 'был выполнен', 'Ваш заказ был выполнен. Спасибо, что выбрали нас.', 'ru'),
(3, 'Open', 'er blevet placeret med succes.', 'Tak for ordren. Du er velkommen til at komme tilbage!', 'da'),
(3, 'Open', 'has been placed successfully.', 'Thank you for the order. You are welcome to come back!', 'de'),
(3, 'Άνοιγμα', 'τοποθετήθηκε επιτυχώς.', 'Σας ευχαριστούμε για την παραγγελία σας. Είστε ευπρόσδεκτοι να μας ξανά επισκεφτείτε!', 'el'),
(3, 'Open', 'has been placed successfully.', 'Thank you for the order. You are welcome to come back!', 'en'),
(3, 'Abierto', 'su orden de pedido ha sido recibida con exito', 'Gracias por hacer su pedido con nuestro sistema de compra, en breve procederemos a procesarlo.', 'es'),
(3, 'Open', 'has been placed successfully.', 'Thank you for the order. You are welcome to come back!', 'fr'),
(3, 'Open', 'has been placed successfully.', 'Thank you for the order. You are welcome to come back!', 'it'),
(3, 'Open', 'has been placed successfully.', 'Thank you for the order. You are welcome to come back!', 'nl'),
(3, 'Open', 'has been placed successfully.', 'Thank you for the order. You are welcome to come back!', 'no'),
(3, 'Aberto', 'foi colocado com sucesso.', 'Obrigado pelo pedido. Você está convidado a voltar!', 'pt'),
(3, 'Deschisă', 'a fost plasată cu succes.', 'Vă mulțumim pentru comanad dvs. Sunteți binevenit să reveniți!', 'ro'),
(3, 'Открытый', 'был размещен успешно.', 'Спасибо за Ваш заказ, сделанный в нашем магазине. Добро пожаловать!', 'ru'),
(4, 'Betaling fejlet', 'Fejl', 'Din betaling mislykkedes, Kontakt venligst butikkens administration.', 'da'),
(4, 'Failed', 'failed', 'Your order has been unsuccessful. Please contact shop administration.', 'de'),
(4, 'Αποτυχία', 'απέτυχε.', 'Η παραγγελία σας ακυρώθηκε. Παρακαλούμε επικοινωνήστε με τον διαχειριστή του καταστήματος.', 'el'),
(4, 'Failed', 'failed', 'Your order has been unsuccessful. Please contact shop administration.', 'en'),
(4, 'Frustrado', 'fracasado', 'Su pedido ha fallado y no se va a procesar. Por favor póngase en contacto con la administraci&oacute;n de la tienda.</p>\n\n<p>Para ponerse en contacto con nosotros puede hacer click <a href=\"http://www.boutiquedeliberico.es/es/contact_us.html\" onclick=\"window.open(this.href,\'\',\'resizable=yes,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,fullscreen=no,dependent=no,status\'); return false\">aqu&iacute;.</a></p>', 'es'),
(4, 'Failed', 'failed', 'Your order has been unsuccessful. Please contact shop administration.', 'fr'),
(4, 'Failed', 'failed', 'Your order has been unsuccessful. Please contact shop administration.', 'it'),
(4, 'Failed', 'failed', 'Your order has been unsuccessful. Please contact shop administration.', 'nl'),
(4, 'Failed', 'failed', 'Your order has been unsuccessful. Please contact shop administration.', 'no'),
(4, 'Falho', 'falho', 'Seu pedido não foi bem sucedido. Entre em contato com a administração da loja.', 'pt'),
(4, 'Eșuată', 'eșuată', 'Comanda dvs. nu a fost realizată. Vă rugăm contactați administrația magazinului.', 'ro'),
(4, 'Неудавшийся', 'не удался', 'Ваш заказ не удался. Пожалуйста, свяжитесь с администрацией магазина.', 'ru'),
(5, 'Afvist', 'Er blevet afvist', 'Din ordre er blevet afvist. Kontakt venligst butikkens salgsafdeling.', 'da'),
(5, 'Declined', 'has been declined', 'Your order has been declined. Please contact shop administration.', 'de'),
(5, 'Απόρριψη ', 'απορρίφτηκε.', 'Η παραγγελία σας απορρίφτηκε . Παρακαλούμε επικοινωνήστε με τον διαχειριστή του καταστήματος..', 'el'),
(5, 'Declined', 'has been declined', 'Your order has been declined. Please contact shop administration.', 'en'),
(5, 'Rechazado', 'ha sido rechazado', '<p>Su pedido ha sido rechazado. Por favor póngase en contacto con la administraci&oacute;n de la tienda.</p>\n\n<p>Para ponerse en contacto con nosotros puede hacer click <a href=\"http://www.boutiquedeliberico.es/es/contact_us.html\" onclick=\"window.open(this.href,\'\',\'resizable=yes,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,fullscreen=no,dependent=no,status\'); return false\">aqu&iacute;.</a></p>', 'es'),
(5, 'Declined', 'has been declined', 'Your order has been declined. Please contact shop administration.', 'fr'),
(5, 'Declined', 'has been declined', 'Your order has been declined. Please contact shop administration.', 'it'),
(5, 'Declined', 'has been declined', 'Your order has been declined. Please contact shop administration.', 'nl'),
(5, 'Declined', 'has been declined', 'Your order has been declined. Please contact shop administration.', 'no'),
(5, 'Recusado', 'foi rejeitado', 'Seu pedido foi recusado. Entre em contato com a administração da loja.', 'pt'),
(5, 'Respinsă', 'a fost respinsă', 'Comanda dvs. a fost respinsă. Vă rugăm contactați administrația magazinului.', 'ro'),
(5, 'Отклонен', 'был отклонен', 'Ваш заказ был отклонен. Пожалуйста, свяжитесь с администрацией магазина.', 'ru'),
(6, 'I restordre', 'Din ordre er i restordre', 'Din ordre er i restordre', 'da'),
(6, 'Backordered', 'has been backordered', 'Your order has been backordered.', 'de'),
(6, 'Προπαραγγελία', 'προπαραγγέλθηκε.', 'Η παραγγελία σας προπαραγγέλθηκε.', 'el'),
(6, 'Backordered', 'has been backordered', 'Your order has been backordered.', 'en'),
(6, 'Aplazado', 'ha sido aplazado', '<p>Su pedido ha sido aplazado. Esto puede deberse a que uno o varios art&iacute;culos de su pedido est&eacute;n agotados en estos momentos.</p>\n\n<p>Si quiere conocer m&aacute;s detalles p&oacute;ngase en contacto con nosotros haciendo click <a href=\"http://www.boutiquedeliberico.es/es/contact_us.html\" onclick=\"window.open(this.href,\'\',\'resizable=yes,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,fullscreen=no,dependent=no,status\'); return false\">aqu&iacute;.</a> O si lo prefiere puede esperar a que tengamos stock y procedamos al env&iacute;o de su pedido.</p>\n\n<p>Le pedimos disculpas por las molestias que esta situaci&oacute;n le puedan causar.</p>\n\n<p>&nbsp;</p>\n\n<p>Reciba un cordial saludo</p>', 'es'),
(6, 'Backordered', 'has been backordered', 'Your order has been backordered.', 'fr'),
(6, 'Backordered', 'has been backordered', 'Your order has been backordered.', 'it'),
(6, 'Backordered', 'has been backordered', 'Your order has been backordered.', 'nl'),
(6, 'Backordered', 'has been backordered', 'Your order has been backordered.', 'no'),
(6, 'Pedidos em espera', 'foi colocado em espera', 'Seu pedido foi colocado em espera.', 'pt'),
(6, 'Reprocesată', 'a fost reprocesată', 'Comanda dvs. a fost reprocesată.', 'ro'),
(6, 'Отложен', 'был отложен.', 'Ваш заказ был отложен.', 'ru'),
(7, 'Afbestilt', 'Er blevet afbestilt', 'Din ordre er blevet annulleret. Kontakt venligst butikken administration.', 'da'),
(7, 'Canceled', 'has been canceled', 'Your order has been canceled. Please contact shop administration.', 'de'),
(7, 'Ακύρωση', 'ακυρώθηκε.', 'Η παραγγελία σας ακυρώθηκε .Παρακαλούμε επικοινωνήστε με τον διαχειριστή του καταστήματος..', 'el'),
(7, 'Canceled', 'has been canceled', 'Your order has been canceled. Please contact shop administration.', 'en'),
(7, 'Cancelado', 'ha sido cancelado', '<p>Su pedido ha sido <strong>cancelado</strong>. Por favor p&oacute;ngase en contacto con la administraci&oacute;n de la tienda.</p>\n\n<p>Para ponerse en contacto con nosotros puede hacer click <a href=\"http://www.boutiquedeliberico.es/es/contact_us.html\" onclick=\"window.open(this.href,\'\',\'resizable=yes,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,fullscreen=no,dependent=no,status\'); return false\">aqu&iacute;.</a></p>', 'es'),
(7, 'Canceled', 'has been canceled', 'Your order has been canceled. Please contact shop administration.', 'fr'),
(7, 'Canceled', 'has been canceled', 'Your order has been canceled. Please contact shop administration.', 'it'),
(7, 'Canceled', 'has been canceled', 'Your order has been canceled. Please contact shop administration.', 'nl'),
(7, 'Canceled', 'has been canceled', 'Your order has been canceled. Please contact shop administration.', 'no'),
(7, 'Cancelado', 'foi cancelado', 'Seu pedido foi cancelado. Entre em contato com a administração da loja.', 'pt'),
(7, 'Anulată', 'a fost anulată', 'Comanda dvs. a fost anulată. Vă rugăm contactați administrația magazinului.', 'ro'),
(7, 'Аннулирован', 'был аннулирован', 'Ваш заказ был отменен. Пожалуйста, свяжитесь с администрацией магазина.', 'ru'),
(8, 'Picked up', '', '', 'da'),
(8, 'Picked up', '', '', 'de'),
(8, 'Μαζεύτηκε', '', '', 'el'),
(8, 'Picked up', '', '', 'en'),
(8, 'Picked up', '', '', 'es'),
(8, 'Picked up', '', '', 'fr'),
(8, 'Picked up', '', '', 'it'),
(8, 'Picked up', '', '', 'nl'),
(8, 'Picked up', '', '', 'no'),
(8, 'Separado', '', '', 'pt'),
(8, 'Picked up', '', '', 'ro'),
(8, 'На сборку', '', '', 'ru'),
(9, 'Packed', '', '', 'da'),
(9, 'Packed', '', '', 'de'),
(9, 'Συσκευάστηκε', '', '', 'el'),
(9, 'Packed', '', '', 'en'),
(9, 'Packed', '', '', 'es'),
(9, 'Packed', '', '', 'fr'),
(9, 'Packed', '', '', 'it'),
(9, 'Packed', '', '', 'nl'),
(9, 'Packed', '', '', 'no'),
(9, 'Embalado', '', '', 'pt'),
(9, 'Packed', '', '', 'ro'),
(9, 'Упакован', '', '', 'ru'),
(10, 'Shipped', '', '', 'da'),
(10, 'Shipped', '', '', 'de'),
(10, 'Απεστάλει', '', '', 'el'),
(10, 'Shipped', '', '', 'en'),
(10, 'Shipped', '', '', 'es'),
(10, 'Shipped', '', '', 'fr'),
(10, 'Shipped', '', '', 'it'),
(10, 'Shipped', '', '', 'nl'),
(10, 'Shipped', '', '', 'no'),
(10, 'Enviado', '', '', 'pt'),
(10, 'Shipped', '', '', 'ro'),
(10, 'Отправлен', '', '', 'ru'),
(11, 'Afventende', 'er blevet oprettet.', 'Dit gavekort er blevet oprettet. Vent venligst, indtil det er aktiveret.', 'da'),
(11, 'Pending', 'has been created.', 'Your gift certificate has been created successfully. Please wait until it is activated.', 'de'),
(11, 'Εκκρεμής', 'δημιουργήθηκε.', 'Η δωροεπιταγή σας δημιουργήθηκε με επιτυχία. Παρακαλούμε περιμένετε μέχρι να ενεργοποιηθεί.', 'el'),
(11, 'Pending', 'has been created.', 'Your gift certificate has been created successfully. Please wait until it is activated.', 'en'),
(11, 'Pendiente', 'ha sido creado.', 'Su certificado de regalo ha sido creado con éxito. Por favor espere hasta que sea activado.', 'es'),
(11, 'Pending', 'has been created.', 'Your gift certificate has been created successfully. Please wait until it is activated.', 'fr'),
(11, 'Pending', 'has been created.', 'Your gift certificate has been created successfully. Please wait until it is activated.', 'it'),
(11, 'Pending', 'has been created.', 'Your gift certificate has been created successfully. Please wait until it is activated.', 'nl'),
(11, 'Pending', 'has been created.', 'Your gift certificate has been created successfully. Please wait until it is activated.', 'no'),
(11, 'Pendente', 'foi criado.', 'Seu vale-presente foi criado com sucesso. Por favor, espere até que seja ativado.', 'pt'),
(11, 'În așteptare', 'a fost creat.', 'Certificatul dvs. de cadou a fost creat cu succes. Vă rugăm să așteptați până când va fi activat.', 'ro'),
(11, 'Рассматриваемый', 'был создан.', 'Ваш подарочный сертификат был создан успешно. Пожалуйста, подождите пока он не будет активирован.', 'ru'),
(12, 'Aktiv', 'Er blevet aktiveret', 'Gavekortet har status som Aktiv. Du kan bruge det nu.', 'da'),
(12, 'Active', 'has been activated.', 'Your gift certificate has status Active. You can use it now.', 'de'),
(12, 'Ενεργή', 'ενεργοποιήθηκε.', 'Η δωροεπιταγή σας είναι ενεργή. Μπορείτε να την χρησιμοποιήσετε τώρα.', 'el'),
(12, 'Active', 'has been activated.', 'Your gift certificate has status Active. You can use it now.', 'en'),
(12, 'Activo', 'ha sido activado.', 'Su certificado de regalo está activo. Usted puede usarlo ahora.', 'es'),
(12, 'Active', 'has been activated.', 'Your gift certificate has status Active. You can use it now.', 'fr'),
(12, 'Active', 'has been activated.', 'Your gift certificate has status Active. You can use it now.', 'it'),
(12, 'Active', 'has been activated.', 'Your gift certificate has status Active. You can use it now.', 'nl'),
(12, 'Active', 'has been activated.', 'Your gift certificate has status Active. You can use it now.', 'no'),
(12, 'Ativo', 'foi ativado.', 'Seu vale-presente tem o status Ativo. Você pode usar agora.', 'pt'),
(12, 'Activ', 'a fost activat.', 'Certificatul dvs. de cadou are statutul Activ. Îl puteți utiliza acum.', 'ro'),
(12, 'Активен', 'был активирован.', '<p>Ваш подарочный сертификат был активирован. Вы можете использовать его.</p>', 'ru'),
(13, 'Annulleret', 'Er blevet annulleret', 'Dit gavekort er blevet annulleret. Kontakt venligst butikkens administration.', 'da'),
(13, 'Disabled', 'has been disabled.', 'Your gift certificate has been disabled. Please contact shop administration.', 'de'),
(13, 'Ακύρωση', 'Ακυρώθηκε.', 'Η δωροεπιταγή σας ακυρώθηκε. Παρακαλούμε επικοινωνήστε με τον διαχειριστή του καταστήματος.', 'el'),
(13, 'Disabled', 'has been disabled.', 'Your gift certificate has been disabled. Please contact shop administration.', 'en'),
(13, 'Cancelado', 'ha sido cancelado.', 'Su certificado de regalo ha sido cancelado. Por favor contacte con la administración de la tienda.', 'es'),
(13, 'Disabled', 'has been disabled.', 'Your gift certificate has been disabled. Please contact shop administration.', 'fr'),
(13, 'Disabled', 'has been disabled.', 'Your gift certificate has been disabled. Please contact shop administration.', 'it'),
(13, 'Disabled', 'has been disabled.', 'Your gift certificate has been disabled. Please contact shop administration.', 'nl'),
(13, 'Disabled', 'has been disabled.', 'Your gift certificate has been disabled. Please contact shop administration.', 'no'),
(13, 'Desabilitado', 'foi desabilitado.', 'Seu vale-presente foi desativado. Entre em contato com a administração da loja.', 'pt'),
(13, 'Anulat', 'a fost anulat.', 'Certificatul dvs. de cadou a fost anulat. Vă rugăm contactați administrația magazinului.', 'ro'),
(13, 'Неактивен', 'неактивен.', 'Ваш подарочный сертификат неактивен. Пожалуйста, свяжитесь с администрацией магазина.', 'ru'),
(14, 'Brugt', 'Er blevet brugt', 'Gavekortet er brugt. Tak fordi du valgte os.', 'da'),
(14, 'Used', 'has been used.', 'Your gift certificate is spent. Thank you for choosing us.', 'de'),
(14, 'Χρήση', 'χρησιμοποιήθηκε', 'Η δωροεπιταγή σας χρησιμοποιήθηκε. Ευχαριστούμε που μας επιλέξατε.', 'el'),
(14, 'Used', 'has been used.', 'Your gift certificate is spent. Thank you for choosing us.', 'en'),
(14, 'Usado', 'ha sido usado.', 'Su certificado de regalo ha sido utilizado. Gracias por elegirnos.', 'es'),
(14, 'Used', 'has been used.', 'Your gift certificate is spent. Thank you for choosing us.', 'fr'),
(14, 'Used', 'has been used.', 'Your gift certificate is spent. Thank you for choosing us.', 'it'),
(14, 'Used', 'has been used.', 'Your gift certificate is spent. Thank you for choosing us.', 'nl'),
(14, 'Used', 'has been used.', 'Your gift certificate is spent. Thank you for choosing us.', 'no'),
(14, 'Usado', 'foi usado.', 'Seu vale-presente acabou. Obrigado por nos escolher.', 'pt'),
(14, 'Utilizat', 'a fost utilizat.', 'Certificatul dvs. de cadou este utilizat. Vă mulțumim că ne-ați ales.', 'ro'),
(14, 'Использован', 'был использован.', 'Ваш подарочный сертификат был использован. Спасибо, что выбрали нас.', 'ru'),
(15, 'Anmodning', 'Din anmoding er blevet godkendt', 'Din anmodning er blevet godkendt', 'da'),
(15, 'Requested', 'has been requested successfully.', 'Your return has been requested successfully.', 'de'),
(15, 'Ζήτηση', 'ζητήθηκε επιτυχώς.', 'Η αλλαγή σας ζητήθηκε επιτυχώς.', 'el'),
(15, 'Requested', 'has been requested successfully.', 'Your return has been requested successfully.', 'en'),
(15, 'Solicitada', 'ha sido solicitada con éxito.', 'Su petición de devolución ha sido solicitada con éxito.', 'es'),
(15, 'Requested', 'has been requested successfully.', 'Your return has been requested successfully.', 'fr'),
(15, 'Requested', 'has been requested successfully.', 'Your return has been requested successfully.', 'it'),
(15, 'Requested', 'has been requested successfully.', 'Your return has been requested successfully.', 'nl'),
(15, 'Requested', 'has been requested successfully.', 'Your return has been requested successfully.', 'no'),
(15, 'Requeridos', 'foi solicitado com sucesso.', 'Sua devolução foi solicitada com sucesso.', 'pt'),
(15, 'Solicitat', 'a fost solicitat cu success.', 'Cererea dvs. de returnare a fost depusă cu succes.', 'ro'),
(15, 'Рассматриваемый', 'был создан успешно.', 'Ваш запрос на возврат был создан успешно.', 'ru'),
(16, 'Godkendt', 'Er blevet godkendt', 'Din RMA er blevet godkendt', 'da'),
(16, 'Approved', 'has been approved.', 'Your return has been approved.', 'de'),
(16, 'Εγκριση', 'εγκρίθηκε.', 'Η αλλαγή σας εγκρίθηκε.', 'el'),
(16, 'Approved', 'has been approved.', 'Your return has been approved.', 'en'),
(16, 'Aceptada', 'ha sido aceptada.', 'Su petición de devolución ha sido aprobada.', 'es'),
(16, 'Approved', 'has been approved.', 'Your return has been approved.', 'fr'),
(16, 'Approved', 'has been approved.', 'Your return has been approved.', 'it'),
(16, 'Approved', 'has been approved.', 'Your return has been approved.', 'nl'),
(16, 'Approved', 'has been approved.', 'Your return has been approved.', 'no'),
(16, 'Aprovado', 'foi aprovado.', 'Seu retorno foi aprovado.', 'pt'),
(16, 'Aprobat', 'a fost aprobat.', 'Solicitarea dvs. de returnare a fost aprobată.', 'ro'),
(16, 'Подтвежден', 'был подтвержден', 'Ваш запрос на возврат был подтвержден', 'ru'),
(17, 'Afvist', 'Er blevet afvist', 'Din RMA er blevet afvist. Kontakt venligst butikkens administration', 'da'),
(17, 'Declined', 'has been declined.', 'Your return has been declined. Please contact shop administration.', 'de'),
(17, 'Απόρριψη', 'απορρίφτηκε.', 'Η αλλαγή σας απορίφθηκε. Παρακαλούμε επικοινωνήστε με τον διαχειριστή του καταστήματος..', 'el'),
(17, 'Declined', 'has been declined.', 'Your return has been declined. Please contact shop administration.', 'en'),
(17, 'Rechazada', 'ha sido rechazada.', 'Su petición de devolución ha sido rechazada. Por favor contacta con la administración de la tienda.', 'es'),
(17, 'Declined', 'has been declined.', 'Your return has been declined. Please contact shop administration.', 'fr'),
(17, 'Declined', 'has been declined.', 'Your return has been declined. Please contact shop administration.', 'it'),
(17, 'Declined', 'has been declined.', 'Your return has been declined. Please contact shop administration.', 'nl'),
(17, 'Declined', 'has been declined.', 'Your return has been declined. Please contact shop administration.', 'no'),
(17, 'Recusado', 'foi rejeitado.', 'Sua devolução foi recusada. Entre em contato com a administração da loja.', 'pt'),
(17, 'Respins', 'a fost respins.', 'Solicitarea dvs. de returnare a fost respinsă. Vă rugăm contactați administrația magazinului.', 'ro'),
(17, 'Отклонен', 'был отклонен', 'Ваш запрос на возврат был отклонен. Пожалуйста, свяжитесь с администрацией магазина.', 'ru'),
(18, 'Færdig behandlet', 'Er færdig behandlet', 'Din RMA er afsluttet. Tak fordi du valgte os', 'da'),
(18, 'Completed', 'has been completed.', 'Your return has been completed. Thank you for choosing us.', 'de'),
(18, 'Ολοκλήρωση', 'ολοκληρώθηκε.', 'Η αλλαγή σας ολοκληρώθηκε. Ευχαριστούμε που μας επιλέξατε.', 'el'),
(18, 'Completed', 'has been completed.', 'Your return has been completed. Thank you for choosing us.', 'en'),
(18, 'Completada', 'ha sido completada.', 'Su petición de devolución ha sido completada. Gracias por elegirnos.', 'es'),
(18, 'Completed', 'has been completed.', 'Your return has been completed. Thank you for choosing us.', 'fr'),
(18, 'Completed', 'has been completed.', 'Your return has been completed. Thank you for choosing us.', 'it'),
(18, 'Completed', 'has been completed.', 'Your return has been completed. Thank you for choosing us.', 'nl'),
(18, 'Completed', 'has been completed.', 'Your return has been completed. Thank you for choosing us.', 'no'),
(18, 'Concluído', 'foi completado.', 'Seu retorno foi concluído. Obrigado por nos escolher.', 'pt'),
(18, 'Completă', 'a fost finalizat.', 'Solicitarea dvs. de returnare a fost finalizată. Vă mulțumim că ne-ați ales.', 'ro'),
(18, 'Выполнен', 'был выполнен', 'Ваш запрос на возврат был выполнен. Спасибо, что выбрали нас.', 'ru'),
(19, 'Awaiting call', 'Awaiting call', 'Awaiting call', 'da'),
(19, 'Awaiting call', 'Awaiting call', 'Awaiting call', 'de'),
(19, 'Awaiting call', 'Awaiting call', 'Awaiting call', 'el'),
(19, 'Awaiting call', 'Awaiting call', 'Awaiting call', 'en'),
(19, 'Awaiting call', 'Awaiting call', 'Awaiting call', 'es'),
(19, 'Awaiting call', 'Awaiting call', 'Awaiting call', 'fr'),
(19, 'Awaiting call', 'Awaiting call', 'Awaiting call', 'it'),
(19, 'Awaiting call', 'Awaiting call', 'Awaiting call', 'nl'),
(19, 'Awaiting call', 'Awaiting call', 'Awaiting call', 'no'),
(19, 'Aguardando chamada', 'Aguardando chamada', 'Aguardando chamada', 'pt'),
(19, 'Awaiting call', 'Awaiting call', 'Awaiting call', 'ro'),
(19, 'Awaiting call', 'Awaiting call', 'Awaiting call', 'ru'),
(20, 'Enviado', '', NULL, 'da'),
(20, 'Enviado', '', NULL, 'de'),
(20, 'Enviado', '', NULL, 'el'),
(20, 'Enviado', '', NULL, 'en'),
(20, 'Enviado', '', NULL, 'es'),
(20, 'Enviado', '', NULL, 'fr'),
(20, 'Enviado', '', NULL, 'it'),
(20, 'Enviado', '', NULL, 'nl'),
(20, 'Enviado', '', NULL, 'no'),
(20, 'Enviado', '', NULL, 'pt'),
(20, 'Enviado', '', NULL, 'ro'),
(20, 'Enviado', '', NULL, 'ru'),
(21, 'Chegará hoje', '', NULL, 'da'),
(21, 'Chegará hoje', '', NULL, 'de'),
(21, 'Chegará hoje', '', NULL, 'el'),
(21, 'Chegará hoje', '', NULL, 'en'),
(21, 'Chegará hoje', '', NULL, 'es'),
(21, 'Chegará hoje', '', NULL, 'fr'),
(21, 'Chegará hoje', '', NULL, 'it'),
(21, 'Chegará hoje', '', NULL, 'nl'),
(21, 'Chegará hoje', '', NULL, 'no'),
(21, 'Chegará hoje', '', NULL, 'pt'),
(21, 'Chegará hoje', '', NULL, 'ro'),
(21, 'Chegará hoje', '', NULL, 'ru');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_storage_data`
--

CREATE TABLE `partiushop_storage_data` (
  `data_key` varchar(255) NOT NULL DEFAULT '',
  `data` mediumblob DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_storage_data`
--

INSERT INTO `partiushop_storage_data` (`data_key`, `data`) VALUES
('addons_snapshots', 0x39663731636636366161626334356163613730306363643139643237373433372c32346330373331306133323735616133653264383366343938306465303435612c63336135323235643464353064333135373734643666366136316364333636352c65643731653631373431616363386436633032646235393866366330316164392c34616362346532666432613364613964363262393761623761663530356133332c30616435303966373733393838343861333530346265386233376166646531642c39343535383161393661663163303064646431666331633435316532653632342c38343766633639636264313735316132343339313130313838653335663938652c35663237313036613666393836303536333234353135653765363762303838352c64313930383966343438366336616430653239616637346162386662613036662c35663237313036613666393836303536333234353135653765363762303838352c64313930383966343438366336616430653239616637346162386662613036662c31643332396431326639646564393439313136323437396462636566333063302c3866313862323864306365656230613961633137363430666463656133343633),
('cache_id', 0x31363536353135323638),
('cart_products_next_check', 0x31363537303937313533),
('dev_mode', 0x613a313a7b733a31333a22636f6d70696c655f636865636b223b623a313b7d),
('first_order', 0x31),
('hd_request_code', 0x33393032343734313132),
('last_session_gc_execution_time', 0x31363537303431333437);
INSERT INTO `partiushop_storage_data` (`data_key`, `data`) VALUES
('session_17973346994053616899_data', 0x613a353a7b733a343a2261757468223b613a31343a7b733a343a2261726561223b733a313a2241223b733a373a22757365725f6964223b733a313a2231223b733a393a22757365725f74797065223b733a313a2241223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363237353734353935223b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363237353734353538223b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a2259223b733a31333a227573657267726f75705f696473223b613a333a7b693a303b693a303b693a313b693a323b693a323b693a313b7d733a31313a226163745f61735f75736572223b623a313b733a31303a22746869735f6c6f67696e223b693a313632373537373834393b733a373a2272656665726572223b733a33373a22687474703a2f2f70617274697573686f702e636f6d2e62722f3f735f6c61796f75743d3134223b733a323a226970223b733a31333a223138392e36322e3135312e3634223b7d733a31313a226c6173745f737461747573223b733a363a22414354495645223b733a31363a2273746f72655f6163636573735f6b6579223b733a33323a226237623434313262656461663536656465333236313966393536333464373439223b733a343a2263617274223b613a33303a7b733a383a2270726f6475637473223b613a323a7b693a393135393035343b613a34303a7b733a373a22757365725f6964223b733a313a2231223b733a393a2274696d657374616d70223b733a31303a2231363132303138383230223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a373a2239313539303534223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3238363b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a31303b733a31303a2273657373696f6e5f6964223b733a33343a2234326664636332326632316365333938366364653063363033613530666330362d43223b733a31303a2269705f61646472657373223b733a383a226264336539373739223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a363a22313233343536223b733a373a2270726f64756374223b733a31303a22426f6c616368696e6861223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2231353932223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232333236223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22323836223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22323836223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a35323a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22333334223b733a373a22696d6167655f79223b733a333a22333733223b733a31353a22687474705f696d6167655f70617468223b733a35313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a31363a2268747470735f696d6167655f70617468223b733a35323a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a31333a226162736f6c7574655f70617468223b733a37303a222f7372762f70726f6a656374732f70617274697573686f702e636f6d2e62722f7075626c69635f68746d6c2f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a31333a2272656c61746976655f70617468223b733a31393a2264657461696c65642f322f466f746f2e504e47223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a323a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a31303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3236353b7d733a31333a22646973706c61795f7072696365223b643a31303b733a31333a226d61696e5f63617465676f7279223b693a3236353b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a393a22757365725f64617461223b613a35393a7b733a373a22757365725f6964223b733a313a2231223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a353a2261646d696e223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a2259223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231353836333437333336223b733a383a2270617373776f7264223b733a33323a223335646430323232383665663065363233643132336164316366663764633838223b733a343a2273616c74223b733a31303a224150662928597c722c46223b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a373a22636f6d70616e79223b733a31323a22596f757220636f6d70616e79223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a31343a226c6173745f70617373776f726473223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363237353734353538223b733a373a226170695f6b6579223b733a36303a222432792431302453414b726f77514d686c63626650783564455243634f667739794b4b54546c744c376d4d55794f592e62336831476a4c3432594561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a313a2236223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a224a6f686e223b733a31303a22625f6c6173746e616d65223b733a333a22446f65223b733a393a22625f61646472657373223b733a31343a223434204d61696e20737472656574223b733a31313a22625f616464726573735f32223b733a343a2274657374223b733a363a22625f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a225350223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223031333130323030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a343a224a6f686e223b733a31303a22735f6c6173746e616d65223b733a333a22446f65223b733a393a22735f61646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a31313a22735f616464726573735f32223b733a343a2274657374223b733a363a22735f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a323a225350223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223031333130323030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a343a224d61696e223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363237353734353538223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22313536353536313537223b693a35333b733a303a22223b693a35343b733a303a22223b7d733a31353a22625f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31353a22735f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31333a22625f73746174655f6465736372223b733a31333a224d617373616368757365747473223b733a31333a22735f73746174655f6465736372223b733a323a225350223b733a363a22706f696e7473223b693a303b7d733a383a2267726f75705f6964223b693a313b733a31353a2263686f73656e5f7368697070696e67223b693a383b7d693a3933303137373337373b613a34303a7b733a373a22757365725f6964223b733a313a2231223b733a393a2274696d657374616d70223b733a31303a2231363130343630383131223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a393a22393330313737333737223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3134353b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a37392e39393b733a31303a2273657373696f6e5f6964223b733a33343a2236623963316261383663313532656635363033336231336166336561663134312d43223b733a31303a2269705f61646472657373223b733a383a226231326437373964223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a31303a22593031343557504c5839223b733a373a2270726f64756374223b733a33343a2253616e73612046757a652b204d503320506c61796572202852656429202d20344742223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a333a22353335223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a333a22353931223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22313435223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22313435223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a36333a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f302f46757a65706c75737265645f3231302e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363030223b733a373a22696d6167655f79223b733a333a22363030223b733a31353a22687474705f696d6167655f70617468223b733a36323a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f302f46757a65706c75737265645f3231302e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a36333a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f302f46757a65706c75737265645f3231302e6a7067223b733a31333a226162736f6c7574655f70617468223b733a38313a222f7372762f70726f6a656374732f70617274697573686f702e636f6d2e62722f7075626c69635f68746d6c2f696d616765732f64657461696c65642f302f46757a65706c75737265645f3231302e6a7067223b733a31333a2272656c61746976655f70617468223b733a33303a2264657461696c65642f302f46757a65706c75737265645f3231302e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a323a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2232223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a37392e39393b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3137393b7d733a31333a22646973706c61795f7072696365223b643a37392e39393b733a31333a226d61696e5f63617465676f7279223b693a3137393b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a393a22757365725f64617461223b613a35393a7b733a373a22757365725f6964223b733a313a2231223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a353a2261646d696e223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a2259223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231353836333437333336223b733a383a2270617373776f7264223b733a33323a223335646430323232383665663065363233643132336164316366663764633838223b733a343a2273616c74223b733a31303a224150662928597c722c46223b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a373a22636f6d70616e79223b733a31323a22596f757220636f6d70616e79223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a31343a226c6173745f70617373776f726473223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363237353734353538223b733a373a226170695f6b6579223b733a36303a222432792431302453414b726f77514d686c63626650783564455243634f667739794b4b54546c744c376d4d55794f592e62336831476a4c3432594561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a313a2236223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a224a6f686e223b733a31303a22625f6c6173746e616d65223b733a333a22446f65223b733a393a22625f61646472657373223b733a31343a223434204d61696e20737472656574223b733a31313a22625f616464726573735f32223b733a343a2274657374223b733a363a22625f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a225350223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223031333130323030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a343a224a6f686e223b733a31303a22735f6c6173746e616d65223b733a333a22446f65223b733a393a22735f61646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a31313a22735f616464726573735f32223b733a343a2274657374223b733a363a22735f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a323a225350223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223031333130323030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a343a224d61696e223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363237353734353538223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22313536353536313537223b693a35333b733a303a22223b693a35343b733a303a22223b7d733a31353a22625f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31353a22735f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31333a22625f73746174655f6465736372223b733a31333a224d617373616368757365747473223b733a31333a22735f73746174655f6465736372223b733a323a225350223b733a363a22706f696e7473223b693a303b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b7d7d733a31333a227368697070696e675f636f7374223b643a32342e31353b733a32313a22646973706c61795f7368697070696e675f636f7374223b643a32342e31353b733a31323a227461785f737562746f74616c223b693a303b733a383a22646973636f756e74223b693a303b733a353a22746f74616c223b643a3131342e31343b733a363a22616d6f756e74223b693a323b733a31373a226f726967696e616c5f737562746f74616c223b643a38392e39393b733a31363a22646973706c61795f737562746f74616c223b643a38392e39393b733a383a22737562746f74616c223b643a38392e39393b733a31323a227573655f646973636f756e74223b623a303b733a32333a22636f6d70616e795f7368697070696e675f6661696c6564223b623a313b733a31353a227368697070696e675f6661696c6564223b623a303b733a31323a2273746f7265645f7461786573223b733a313a224e223b733a373a22636f75706f6e73223b613a303a7b7d733a31313a22726563616c63756c617465223b623a303b733a31383a2263616c63756c6174655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b613a303a7b7d733a31333a226f7074696f6e735f7374796c65223b733a313a2249223b733a31383a226170706c6965645f70726f6d6f74696f6e73223b613a303a7b7d733a31373a227368697070696e675f7265717569726564223b623a313b733a31343a2270726f647563745f67726f757073223b613a323a7b693a303b613a31303a7b733a343a226e616d65223b733a393a2241434d4520436f7270223b733a31303a22636f6d70616e795f6964223b693a323b733a383a2270726f6475637473223b613a313a7b693a3933303137373337373b613a34303a7b733a373a22757365725f6964223b733a313a2231223b733a393a2274696d657374616d70223b733a31303a2231363130343630383131223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a393a22393330313737333737223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3134353b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a37392e39393b733a31303a2273657373696f6e5f6964223b733a33343a2236623963316261383663313532656635363033336231336166336561663134312d43223b733a31303a2269705f61646472657373223b733a383a226231326437373964223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a31303a22593031343557504c5839223b733a373a2270726f64756374223b733a33343a2253616e73612046757a652b204d503320506c61796572202852656429202d20344742223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a333a22353335223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a333a22353931223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22313435223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22313435223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a36333a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f302f46757a65706c75737265645f3231302e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363030223b733a373a22696d6167655f79223b733a333a22363030223b733a31353a22687474705f696d6167655f70617468223b733a36323a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f302f46757a65706c75737265645f3231302e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a36333a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f302f46757a65706c75737265645f3231302e6a7067223b733a31333a226162736f6c7574655f70617468223b733a38313a222f7372762f70726f6a656374732f70617274697573686f702e636f6d2e62722f7075626c69635f68746d6c2f696d616765732f64657461696c65642f302f46757a65706c75737265645f3231302e6a7067223b733a31333a2272656c61746976655f70617468223b733a33303a2264657461696c65642f302f46757a65706c75737265645f3231302e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a323a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2232223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a37392e39393b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3137393b7d733a31333a22646973706c61795f7072696365223b643a37392e39393b733a31333a226d61696e5f63617465676f7279223b693a3137393b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a393a22757365725f64617461223b613a35393a7b733a373a22757365725f6964223b733a313a2231223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a353a2261646d696e223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a2259223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231353836333437333336223b733a383a2270617373776f7264223b733a33323a223335646430323232383665663065363233643132336164316366663764633838223b733a343a2273616c74223b733a31303a224150662928597c722c46223b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a373a22636f6d70616e79223b733a31323a22596f757220636f6d70616e79223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a31343a226c6173745f70617373776f726473223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363237353734353538223b733a373a226170695f6b6579223b733a36303a222432792431302453414b726f77514d686c63626650783564455243634f667739794b4b54546c744c376d4d55794f592e62336831476a4c3432594561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a313a2236223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a224a6f686e223b733a31303a22625f6c6173746e616d65223b733a333a22446f65223b733a393a22625f61646472657373223b733a31343a223434204d61696e20737472656574223b733a31313a22625f616464726573735f32223b733a343a2274657374223b733a363a22625f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a225350223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223031333130323030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a343a224a6f686e223b733a31303a22735f6c6173746e616d65223b733a333a22446f65223b733a393a22735f61646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a31313a22735f616464726573735f32223b733a343a2274657374223b733a363a22735f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a323a225350223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223031333130323030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a343a224d61696e223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363237353734353538223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22313536353536313537223b693a35333b733a303a22223b693a35343b733a303a22223b7d733a31353a22625f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31353a22735f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31333a22625f73746174655f6465736372223b733a31333a224d617373616368757365747473223b733a31333a22735f73746174655f6465736372223b733a323a225350223b733a363a22706f696e7473223b693a303b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b7d7d733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a37392e39393b733a313a2257223b733a353a22302e303031223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a343a7b733a383a2270726f6475637473223b613a313a7b693a3933303137373337373b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a302e313b733a343a22636f7374223b643a37392e39393b7d7d733a31313a226f726967696e6174696f6e223b613a373a7b733a343a226e616d65223b733a393a2241434d4520436f7270223b733a373a2261646472657373223b733a32383a2256696c6120646f20426f6120527561204e6163696f6e616c20373736223b733a343a2263697479223b733a393a2242726173c3ad6c6961223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a224446223b733a373a227a6970636f6465223b733a383a223731363937333333223b733a353a2270686f6e65223b733a31373a222b35352836312939393630322d34323035223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a224a6f686e223b733a383a226c6173746e616d65223b733a333a22446f65223b733a373a2261646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a393a22616464726573735f32223b733a343a2274657374223b733a343a2263697479223b733a31303a2253c3a36f205061756c6f223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223031333130323030223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a323a225350223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a37392e39393b733a313a2257223b733a353a22302e303031223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a343a7b733a383a2270726f6475637473223b613a313a7b693a3933303137373337373b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a302e313b733a343a22636f7374223b643a37392e39393b7d7d733a31313a226f726967696e6174696f6e223b613a373a7b733a343a226e616d65223b733a393a2241434d4520436f7270223b733a373a2261646472657373223b733a32383a2256696c6120646f20426f6120527561204e6163696f6e616c20373736223b733a343a2263697479223b733a393a2242726173c3ad6c6961223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a224446223b733a373a227a6970636f6465223b733a383a223731363937333333223b733a353a2270686f6e65223b733a31373a222b35352836312939393630322d34323035223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a224a6f686e223b733a383a226c6173746e616d65223b733a333a22446f65223b733a373a2261646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a393a22616464726573735f32223b733a343a2274657374223b733a343a2263697479223b733a31303a2253c3a36f205061756c6f223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223031333130323030223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a323a225350223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a393a227368697070696e6773223b613a303a7b7d7d693a313b613a31313a7b733a343a226e616d65223b733a363a22546573746532223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a393135393035343b613a34303a7b733a373a22757365725f6964223b733a313a2231223b733a393a2274696d657374616d70223b733a31303a2231363132303138383230223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a373a2239313539303534223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3238363b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a31303b733a31303a2273657373696f6e5f6964223b733a33343a2234326664636332326632316365333938366364653063363033613530666330362d43223b733a31303a2269705f61646472657373223b733a383a226264336539373739223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a363a22313233343536223b733a373a2270726f64756374223b733a31303a22426f6c616368696e6861223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2231353932223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232333236223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22323836223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22323836223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a35323a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22333334223b733a373a22696d6167655f79223b733a333a22333733223b733a31353a22687474705f696d6167655f70617468223b733a35313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a31363a2268747470735f696d6167655f70617468223b733a35323a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a31333a226162736f6c7574655f70617468223b733a37303a222f7372762f70726f6a656374732f70617274697573686f702e636f6d2e62722f7075626c69635f68746d6c2f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a31333a2272656c61746976655f70617468223b733a31393a2264657461696c65642f322f466f746f2e504e47223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a323a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a31303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3236353b7d733a31333a22646973706c61795f7072696365223b643a31303b733a31333a226d61696e5f63617465676f7279223b693a3236353b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a393a22757365725f64617461223b613a35393a7b733a373a22757365725f6964223b733a313a2231223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a353a2261646d696e223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a2259223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231353836333437333336223b733a383a2270617373776f7264223b733a33323a223335646430323232383665663065363233643132336164316366663764633838223b733a343a2273616c74223b733a31303a224150662928597c722c46223b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a373a22636f6d70616e79223b733a31323a22596f757220636f6d70616e79223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a31343a226c6173745f70617373776f726473223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363237353734353538223b733a373a226170695f6b6579223b733a36303a222432792431302453414b726f77514d686c63626650783564455243634f667739794b4b54546c744c376d4d55794f592e62336831476a4c3432594561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a313a2236223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a224a6f686e223b733a31303a22625f6c6173746e616d65223b733a333a22446f65223b733a393a22625f61646472657373223b733a31343a223434204d61696e20737472656574223b733a31313a22625f616464726573735f32223b733a343a2274657374223b733a363a22625f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a225350223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223031333130323030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a343a224a6f686e223b733a31303a22735f6c6173746e616d65223b733a333a22446f65223b733a393a22735f61646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a31313a22735f616464726573735f32223b733a343a2274657374223b733a363a22735f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a323a225350223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223031333130323030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a343a224d61696e223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363237353734353538223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22313536353536313537223b693a35333b733a303a22223b693a35343b733a303a22223b7d733a31353a22625f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31353a22735f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31333a22625f73746174655f6465736372223b733a31333a224d617373616368757365747473223b733a31333a22735f73746174655f6465736372223b733a323a225350223b733a363a22706f696e7473223b693a303b7d733a383a2267726f75705f6964223b693a313b733a31353a2263686f73656e5f7368697070696e67223b693a383b7d7d733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a31303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a353b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31313b733a31303a22626f785f686569676874223b693a323b7d733a383a2270726f6475637473223b613a313a7b693a393135393035343b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a31303b7d7d733a31313a226f726967696e6174696f6e223b613a373a7b733a343a226e616d65223b733a363a22546573746532223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a224a6f686e223b733a383a226c6173746e616d65223b733a333a22446f65223b733a373a2261646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a393a22616464726573735f32223b733a343a2274657374223b733a343a2263697479223b733a31303a2253c3a36f205061756c6f223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223031333130323030223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a323a225350223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a31303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a353b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31313b733a31303a22626f785f686569676874223b693a323b7d733a383a2270726f6475637473223b613a313a7b693a393135393035343b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a31303b7d7d733a31313a226f726967696e6174696f6e223b613a373a7b733a343a226e616d65223b733a363a22546573746532223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a224a6f686e223b733a383a226c6173746e616d65223b733a333a22446f65223b733a373a2261646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a393a22616464726573735f32223b733a343a2274657374223b733a343a2263697479223b733a31303a2253c3a36f205061756c6f223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223031333130323030223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a323a225350223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a31393a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a303a7b7d733a353a22696d616765223b613a303a7b7d733a393a2267726f75705f6b6579223b693a313b733a343a2272617465223b643a32342e31353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2238223b7d693a31303b613a31393a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a303a7b7d733a353a22696d616765223b613a303a7b7d733a393a2267726f75705f6b6579223b693a313b733a343a2272617465223b643a35312e36393b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2234223b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a303a7b7d733a353a22696d616765223b613a303a7b7d733a393a2267726f75705f6b6579223b693a313b733a343a2272617465223b643a32342e31353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2238223b733a31303a2267726f75705f6e616d65223b733a363a22546573746532223b7d7d7d7d733a383a227368697070696e67223b613a313a7b693a383b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a303a7b7d733a353a22696d616765223b613a303a7b7d733a393a2267726f75705f6b6579223b693a313b733a343a2272617465223b643a32342e31353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2238223b733a353a227261746573223b613a313a7b693a313b643a32342e31353b7d7d7d733a31353a2263686f73656e5f7368697070696e67223b613a313a7b693a313b693a383b7d733a31313a22706f696e74735f696e666f223b613a323a7b733a31353a227261775f746f74616c5f7072696365223b693a303b733a31313a22746f74616c5f7072696365223b643a303b7d733a31313a227461785f73756d6d617279223b613a303a7b7d733a353a227461786573223b613a303a7b7d733a31393a22646973636f756e7465645f737562746f74616c223b643a38392e39393b733a31313a226861735f636f75706f6e73223b623a313b733a393a22757365725f64617461223b613a35393a7b733a373a22757365725f6964223b733a313a2231223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a353a2261646d696e223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a2259223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231353836333437333336223b733a383a2270617373776f7264223b733a33323a223335646430323232383665663065363233643132336164316366663764633838223b733a343a2273616c74223b733a31303a224150662928597c722c46223b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a373a22636f6d70616e79223b733a31323a22596f757220636f6d70616e79223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a31343a226c6173745f70617373776f726473223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363237353734353538223b733a373a226170695f6b6579223b733a36303a222432792431302453414b726f77514d686c63626650783564455243634f667739794b4b54546c744c376d4d55794f592e62336831476a4c3432594561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a313a2236223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a224a6f686e223b733a31303a22625f6c6173746e616d65223b733a333a22446f65223b733a393a22625f61646472657373223b733a31343a223434204d61696e20737472656574223b733a31313a22625f616464726573735f32223b733a343a2274657374223b733a363a22625f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a225350223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223031333130323030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a343a224a6f686e223b733a31303a22735f6c6173746e616d65223b733a333a22446f65223b733a393a22735f61646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a31313a22735f616464726573735f32223b733a343a2274657374223b733a363a22735f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a323a225350223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223031333130323030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a343a224d61696e223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363237353734353538223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22313536353536313537223b693a35333b733a303a22223b693a35343b733a303a22223b7d733a31353a22625f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31353a22735f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31333a22625f73746174655f6465736372223b733a31333a224d617373616368757365747473223b733a31333a22735f73746174655f6465736372223b733a323a225350223b733a363a22706f696e7473223b693a303b7d7d733a32313a2270726f647563745f6e6f74696669636174696f6e73223b613a323a7b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a31313a2270726f647563745f696473223b613a303a7b7d7d7d);
INSERT INTO `partiushop_storage_data` (`data_key`, `data`) VALUES
('session_23095488321346330555_data', 0x613a353a7b733a343a2261757468223b613a31363a7b733a343a2261726561223b733a313a2241223b733a373a22757365725f6964223b733a323a223330223b733a31363a2268656c706465736b5f757365725f6964223b693a303b733a393a22757365725f74797065223b733a313a2241223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363430383638383234223b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363131393431373733223b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a323b7d733a31313a226163745f61735f75736572223b623a313b733a31303a22746869735f6c6f67696e223b693a313634303837303131373b733a373a2272656665726572223b733a37363a22687474703a2f2f70617274697573686f702e636f6d2e62722f43766d4f52765530365831534e4542452e7068703f64697370617463683d757067726164655f63656e7465722e6d616e616765223b733a323a226970223b733a31343a2234352e3136392e3132342e323035223b733a31313a226163745f61735f61726561223b733a313a2243223b7d733a31313a226c6173745f737461747573223b733a363a22414354495645223b733a31363a2273746f72655f6163636573735f6b6579223b733a33323a226237623434313262656461663536656465333236313966393536333464373439223b733a343a2263617274223b613a33343a7b733a383a2270726f6475637473223b613a313a7b693a313335323233323937313b613a34323a7b733a373a22757365725f6964223b733a323a223330223b733a393a2274696d657374616d70223b733a31303a2231363335343236373330223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2231333532323332393731223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330353b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2239356462333331356535393263383066663438613465636534386662643238642d43223b733a31303a2269705f61646472657373223b733a383a226231333562653632223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207633223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383139223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393632223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333035223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333035223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3130343a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131383a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31333a2272656c61746976655f70617468223b733a37313a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a323a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a32303a2247696f76616e6e692056696e6963697573206465223b733a383a226c6173746e616d65223b733a31303a224669677565697265646f223b733a353a2270686f6e65223b4e3b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36313a7b733a373a22757365725f6964223b733a323a223330223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3330223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363130343632303238223b733a383a2270617373776f7264223b733a36303a22243279243130246f6e6632376751775a5157575661706455312e39786561397661684f4c3859795052462f4d54714d586d64742e432f6b7643392f6d223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a32303a2247696f76616e6e692056696e6963697573206465223b733a383a226c6173746e616d65223b733a31303a224669677565697265646f223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a353a2270686f6e65223b4e3b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363131393431373733223b733a373a226170695f6b6579223b733a36303a2224327924313024675055342f5261644544576e51744b524a61336a4d655248336b39544e6c2e4c434650484b546549574a59384a69486e3768487561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363338343730373637223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223331223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a31373a2247696f76616e6e692056696e6963697573223b733a31303a22625f6c6173746e616d65223b733a31333a226465204669677565697265646f223b733a393a22625f61646472657373223b733a31373a22527561204361726d6f6e61205065726573223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a393a22446f75726164696e61223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a373a22506172616ec3a1223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223837343835303030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a31373a2247696f76616e6e692056696e6963697573223b733a31303a22735f6c6173746e616d65223b733a31333a226465204669677565697265646f223b733a393a22735f61646472657373223b733a31373a22527561204361726d6f6e61205065726573223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a393a22446f75726164696e61223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a373a22506172616ec3a1223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223837343835303030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363334353935363735223b733a363a226669656c6473223b613a333a7b693a35323b733a31373a223131313131313131313131313131313131223b693a35333b733a31313a223039363739333130393635223b693a35343b733a31313a223039363739333130393635223b7d733a31353a22625f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31353a22735f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31333a22625f73746174655f6465736372223b733a373a22506172616ec3a1223b733a31333a22735f73746174655f6465736372223b733a373a22506172616ec3a1223b733a363a22706f696e7473223b693a303b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b7d7d733a31333a227368697070696e675f636f7374223b643a31382e30353b733a32313a22646973706c61795f7368697070696e675f636f7374223b643a31382e30353b733a31323a227461785f737562746f74616c223b693a303b733a383a22646973636f756e74223b693a303b733a353a22746f74616c223b643a353031382e30353b733a363a22616d6f756e74223b693a313b733a31373a226f726967696e616c5f737562746f74616c223b643a353030303b733a31363a22646973706c61795f737562746f74616c223b643a353030303b733a383a22737562746f74616c223b643a353030303b733a31323a227573655f646973636f756e74223b623a303b733a32333a22636f6d70616e795f7368697070696e675f6661696c6564223b623a303b733a31353a227368697070696e675f6661696c6564223b623a303b733a31323a2273746f7265645f7461786573223b733a313a224e223b733a373a22636f75706f6e73223b613a303a7b7d733a31313a22726563616c63756c617465223b623a303b733a31383a2263616c63756c6174655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b613a303a7b7d733a31333a226f7074696f6e735f7374796c65223b733a313a2249223b733a31383a226170706c6965645f70726f6d6f74696f6e73223b613a303a7b7d733a31373a227368697070696e675f7265717569726564223b623a313b733a31333a226e6f5f70726f6d6f74696f6e73223b623a313b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31373a22737562746f74616c5f646973636f756e74223b693a303b733a31313a226861735f636f75706f6e73223b623a313b733a31343a2270726f647563745f67726f757073223b613a313a7b693a303b613a31333a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a313335323233323937313b613a34333a7b733a373a22757365725f6964223b733a323a223330223b733a393a2274696d657374616d70223b733a31303a2231363335343236373330223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2231333532323332393731223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330353b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2239356462333331356535393263383066663438613465636534386662643238642d43223b733a31303a2269705f61646472657373223b733a383a226231333562653632223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207633223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383139223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393632223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333035223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333035223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3130343a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131383a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31333a2272656c61746976655f70617468223b733a37313a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a323a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a32303a2247696f76616e6e692056696e6963697573206465223b733a383a226c6173746e616d65223b733a31303a224669677565697265646f223b733a353a2270686f6e65223b4e3b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36313a7b733a373a22757365725f6964223b733a323a223330223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3330223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363130343632303238223b733a383a2270617373776f7264223b733a36303a22243279243130246f6e6632376751775a5157575661706455312e39786561397661684f4c3859795052462f4d54714d586d64742e432f6b7643392f6d223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a32303a2247696f76616e6e692056696e6963697573206465223b733a383a226c6173746e616d65223b733a31303a224669677565697265646f223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a353a2270686f6e65223b4e3b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363131393431373733223b733a373a226170695f6b6579223b733a36303a2224327924313024675055342f5261644544576e51744b524a61336a4d655248336b39544e6c2e4c434650484b546549574a59384a69486e3768487561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363338343730373637223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223331223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a31373a2247696f76616e6e692056696e6963697573223b733a31303a22625f6c6173746e616d65223b733a31333a226465204669677565697265646f223b733a393a22625f61646472657373223b733a31373a22527561204361726d6f6e61205065726573223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a393a22446f75726164696e61223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a373a22506172616ec3a1223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223837343835303030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a31373a2247696f76616e6e692056696e6963697573223b733a31303a22735f6c6173746e616d65223b733a31333a226465204669677565697265646f223b733a393a22735f61646472657373223b733a31373a22527561204361726d6f6e61205065726573223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a393a22446f75726164696e61223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a373a22506172616ec3a1223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223837343835303030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363334353935363735223b733a363a226669656c6473223b613a333a7b693a35323b733a31373a223131313131313131313131313131313131223b693a35333b733a31313a223039363739333130393635223b693a35343b733a31313a223039363739333130393635223b7d733a31353a22625f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31353a22735f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31333a22625f73746174655f6465736372223b733a373a22506172616ec3a1223b733a31333a22735f73746174655f6465736372223b733a373a22506172616ec3a1223b733a363a22706f696e7473223b693a303b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d7d733a393a2267726f75705f6b6579223b693a343b733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a313335323233323937313b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31303a7b733a393a2266697273746e616d65223b733a31373a2247696f76616e6e692056696e6963697573223b733a383a226c6173746e616d65223b733a31333a226465204669677565697265646f223b733a373a2261646472657373223b733a31373a22527561204361726d6f6e61205065726573223b733a343a2263697479223b733a393a22446f75726164696e61223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223837343835303030223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a373a22506172616ec3a1223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a313335323233323937313b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31303a7b733a393a2266697273746e616d65223b733a31373a2247696f76616e6e692056696e6963697573223b733a383a226c6173746e616d65223b733a31333a226465204669677565697265646f223b733a373a2261646472657373223b733a31373a22527561204361726d6f6e61205065726573223b733a343a2263697479223b733a393a22446f75726164696e61223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223837343835303030223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a373a22506172616ec3a1223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a31393a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a31382e30353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2238223b7d693a31303b613a31393a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223837223b733a31313a227368697070696e675f6964223b733a323a223130223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373630223b733a383a22696d6167655f6964223b733a343a2232393336223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a323a223130223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303730223b733a31353a22687474705f696d6167655f70617468223b733a35373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32353a227368697070696e672f322f53656465782d4c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a32342e30353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2234223b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a31382e30353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2238223b733a31303a2267726f75705f6e616d65223b733a373a224c6f6a61203031223b7d7d7d7d733a383a227368697070696e67223b613a313a7b693a383b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a353a7b733a373a22726174655f6964223b733a323a223931223b733a31313a227368697070696e675f6964223b733a313a2238223b733a31303a22726174655f76616c7565223b623a303b733a31343a2264657374696e6174696f6e5f6964223b733a313a2239223b733a393a22626173655f72617465223b733a343a22302e3030223b7d733a353a22696d616765223b613a373a7b733a373a22706169725f6964223b733a343a2235373631223b733a383a22696d6167655f6964223b733a343a2232393337223b733a31313a2264657461696c65645f6964223b733a313a2230223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a313a2238223b733a31313a226f626a6563745f74797065223b733a383a227368697070696e67223b733a343a2269636f6e223b613a393a7b733a31303a22696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a343a2233353030223b733a373a22696d6167655f79223b733a343a2231303138223b733a31353a22687474705f696d6167655f70617468223b733a35353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31363a2268747470735f696d6167655f70617468223b733a35363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a226162736f6c7574655f70617468223b733a37303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f7368697070696e672f322f7061632d6c6f676f2e706e67223b733a31333a2272656c61746976655f70617468223b733a32333a227368697070696e672f322f7061632d6c6f676f2e706e67223b733a31313a2269735f686967685f726573223b623a303b7d7d733a393a2267726f75705f6b6579223b693a303b733a343a2272617465223b643a31382e30353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2238223b733a353a227261746573223b613a313a7b693a303b643a31382e30353b7d7d7d733a31353a2263686f73656e5f7368697070696e67223b613a313a7b693a303b693a383b7d733a32343a2263686f73656e5f7368697070696e675f64697361626c6564223b623a303b733a31313a22706f696e74735f696e666f223b613a323a7b733a31353a227261775f746f74616c5f7072696365223b693a303b733a31313a22746f74616c5f7072696365223b643a303b7d733a31313a227461785f73756d6d617279223b613a303a7b7d733a353a227461786573223b613a303a7b7d733a31393a22646973636f756e7465645f737562746f74616c223b643a353030303b733a393a22757365725f64617461223b613a36323a7b733a373a22757365725f6964223b733a323a223330223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3330223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363130343632303238223b733a383a2270617373776f7264223b733a36303a22243279243130246f6e6632376751775a5157575661706455312e39786561397661684f4c3859795052462f4d54714d586d64742e432f6b7643392f6d223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a32303a2247696f76616e6e692056696e6963697573206465223b733a383a226c6173746e616d65223b733a31303a224669677565697265646f223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a353a2270686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363131393431373733223b733a373a226170695f6b6579223b733a36303a2224327924313024675055342f5261644544576e51744b524a61336a4d655248336b39544e6c2e4c434650484b546549574a59384a69486e3768487561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363430383730313136223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223331223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a31373a2247696f76616e6e692056696e6963697573223b733a31303a22625f6c6173746e616d65223b733a31333a226465204669677565697265646f223b733a393a22625f61646472657373223b733a31373a22527561204361726d6f6e61205065726573223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a393a22446f75726164696e61223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a373a22506172616ec3a1223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223837343835303030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a31373a2247696f76616e6e692056696e6963697573223b733a31303a22735f6c6173746e616d65223b733a31333a226465204669677565697265646f223b733a393a22735f61646472657373223b733a31373a22527561204361726d6f6e61205065726573223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a393a22446f75726164696e61223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a373a22506172616ec3a1223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223837343835303030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363334353935363735223b733a363a226669656c6473223b613a333a7b693a35323b733a31373a223131313131313131313131313131313131223b693a35333b733a31313a223039363739333130393635223b693a35343b733a31313a223039363739333130393635223b7d733a31353a22625f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31353a22735f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31333a22625f73746174655f6465736372223b733a373a22506172616ec3a1223b733a31333a22735f73746174655f6465736372223b733a373a22506172616ec3a1223b733a363a22706f696e7473223b693a303b7d7d733a32313a2270726f647563745f6e6f74696669636174696f6e73223b613a323a7b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a31313a2270726f647563745f696473223b613a303a7b7d7d7d);
INSERT INTO `partiushop_storage_data` (`data_key`, `data`) VALUES
('session_30124111141501250178_data', 0x613a353a7b733a343a2261757468223b613a31343a7b733a343a2261726561223b733a313a2241223b733a373a22757365725f6964223b733a313a2231223b733a393a22757365725f74797065223b733a313a2241223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363237353734353935223b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363237353734353538223b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a2259223b733a31333a227573657267726f75705f696473223b613a333a7b693a303b693a303b693a313b693a323b693a323b693a313b7d733a31313a226163745f61735f75736572223b623a313b733a31303a22746869735f6c6f67696e223b693a313632373537373835363b733a373a2272656665726572223b733a33373a22687474703a2f2f70617274697573686f702e636f6d2e62722f3f735f6c61796f75743d3134223b733a323a226970223b733a31333a223138392e36322e3135312e3634223b7d733a31313a226c6173745f737461747573223b733a363a22414354495645223b733a31363a2273746f72655f6163636573735f6b6579223b733a33323a226237623434313262656461663536656465333236313966393536333464373439223b733a343a2263617274223b613a33303a7b733a383a2270726f6475637473223b613a323a7b693a393135393035343b613a34303a7b733a373a22757365725f6964223b733a313a2231223b733a393a2274696d657374616d70223b733a31303a2231363132303138383230223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a373a2239313539303534223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3238363b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a31303b733a31303a2273657373696f6e5f6964223b733a33343a2234326664636332326632316365333938366364653063363033613530666330362d43223b733a31303a2269705f61646472657373223b733a383a226264336539373739223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a363a22313233343536223b733a373a2270726f64756374223b733a31303a22426f6c616368696e6861223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2231353932223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232333236223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22323836223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22323836223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a35323a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22333334223b733a373a22696d6167655f79223b733a333a22333733223b733a31353a22687474705f696d6167655f70617468223b733a35313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a31363a2268747470735f696d6167655f70617468223b733a35323a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a31333a226162736f6c7574655f70617468223b733a37303a222f7372762f70726f6a656374732f70617274697573686f702e636f6d2e62722f7075626c69635f68746d6c2f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a31333a2272656c61746976655f70617468223b733a31393a2264657461696c65642f322f466f746f2e504e47223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a323a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a31303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3236353b7d733a31333a22646973706c61795f7072696365223b643a31303b733a31333a226d61696e5f63617465676f7279223b693a3236353b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a393a22757365725f64617461223b613a35393a7b733a373a22757365725f6964223b733a313a2231223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a353a2261646d696e223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a2259223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231353836333437333336223b733a383a2270617373776f7264223b733a33323a223335646430323232383665663065363233643132336164316366663764633838223b733a343a2273616c74223b733a31303a224150662928597c722c46223b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a373a22636f6d70616e79223b733a31323a22596f757220636f6d70616e79223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a31343a226c6173745f70617373776f726473223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363237353734353538223b733a373a226170695f6b6579223b733a36303a222432792431302453414b726f77514d686c63626650783564455243634f667739794b4b54546c744c376d4d55794f592e62336831476a4c3432594561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a313a2236223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a224a6f686e223b733a31303a22625f6c6173746e616d65223b733a333a22446f65223b733a393a22625f61646472657373223b733a31343a223434204d61696e20737472656574223b733a31313a22625f616464726573735f32223b733a343a2274657374223b733a363a22625f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a225350223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223031333130323030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a343a224a6f686e223b733a31303a22735f6c6173746e616d65223b733a333a22446f65223b733a393a22735f61646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a31313a22735f616464726573735f32223b733a343a2274657374223b733a363a22735f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a323a225350223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223031333130323030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a343a224d61696e223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363237353734353538223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22313536353536313537223b693a35333b733a303a22223b693a35343b733a303a22223b7d733a31353a22625f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31353a22735f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31333a22625f73746174655f6465736372223b733a31333a224d617373616368757365747473223b733a31333a22735f73746174655f6465736372223b733a323a225350223b733a363a22706f696e7473223b693a303b7d733a383a2267726f75705f6964223b693a313b733a31353a2263686f73656e5f7368697070696e67223b693a383b7d693a3933303137373337373b613a34303a7b733a373a22757365725f6964223b733a313a2231223b733a393a2274696d657374616d70223b733a31303a2231363130343630383131223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a393a22393330313737333737223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3134353b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a37392e39393b733a31303a2273657373696f6e5f6964223b733a33343a2236623963316261383663313532656635363033336231336166336561663134312d43223b733a31303a2269705f61646472657373223b733a383a226231326437373964223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a31303a22593031343557504c5839223b733a373a2270726f64756374223b733a33343a2253616e73612046757a652b204d503320506c61796572202852656429202d20344742223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a333a22353335223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a333a22353931223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22313435223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22313435223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a36333a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f302f46757a65706c75737265645f3231302e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363030223b733a373a22696d6167655f79223b733a333a22363030223b733a31353a22687474705f696d6167655f70617468223b733a36323a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f302f46757a65706c75737265645f3231302e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a36333a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f302f46757a65706c75737265645f3231302e6a7067223b733a31333a226162736f6c7574655f70617468223b733a38313a222f7372762f70726f6a656374732f70617274697573686f702e636f6d2e62722f7075626c69635f68746d6c2f696d616765732f64657461696c65642f302f46757a65706c75737265645f3231302e6a7067223b733a31333a2272656c61746976655f70617468223b733a33303a2264657461696c65642f302f46757a65706c75737265645f3231302e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a323a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2232223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a37392e39393b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3137393b7d733a31333a22646973706c61795f7072696365223b643a37392e39393b733a31333a226d61696e5f63617465676f7279223b693a3137393b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a393a22757365725f64617461223b613a35393a7b733a373a22757365725f6964223b733a313a2231223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a353a2261646d696e223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a2259223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231353836333437333336223b733a383a2270617373776f7264223b733a33323a223335646430323232383665663065363233643132336164316366663764633838223b733a343a2273616c74223b733a31303a224150662928597c722c46223b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a373a22636f6d70616e79223b733a31323a22596f757220636f6d70616e79223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a31343a226c6173745f70617373776f726473223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363237353734353538223b733a373a226170695f6b6579223b733a36303a222432792431302453414b726f77514d686c63626650783564455243634f667739794b4b54546c744c376d4d55794f592e62336831476a4c3432594561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a313a2236223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a224a6f686e223b733a31303a22625f6c6173746e616d65223b733a333a22446f65223b733a393a22625f61646472657373223b733a31343a223434204d61696e20737472656574223b733a31313a22625f616464726573735f32223b733a343a2274657374223b733a363a22625f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a225350223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223031333130323030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a343a224a6f686e223b733a31303a22735f6c6173746e616d65223b733a333a22446f65223b733a393a22735f61646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a31313a22735f616464726573735f32223b733a343a2274657374223b733a363a22735f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a323a225350223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223031333130323030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a343a224d61696e223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363237353734353538223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22313536353536313537223b693a35333b733a303a22223b693a35343b733a303a22223b7d733a31353a22625f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31353a22735f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31333a22625f73746174655f6465736372223b733a31333a224d617373616368757365747473223b733a31333a22735f73746174655f6465736372223b733a323a225350223b733a363a22706f696e7473223b693a303b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b7d7d733a31333a227368697070696e675f636f7374223b643a32342e31353b733a32313a22646973706c61795f7368697070696e675f636f7374223b643a32342e31353b733a31323a227461785f737562746f74616c223b693a303b733a383a22646973636f756e74223b693a303b733a353a22746f74616c223b643a3131342e31343b733a363a22616d6f756e74223b693a323b733a31373a226f726967696e616c5f737562746f74616c223b643a38392e39393b733a31363a22646973706c61795f737562746f74616c223b643a38392e39393b733a383a22737562746f74616c223b643a38392e39393b733a31323a227573655f646973636f756e74223b623a303b733a32333a22636f6d70616e795f7368697070696e675f6661696c6564223b623a313b733a31353a227368697070696e675f6661696c6564223b623a303b733a31323a2273746f7265645f7461786573223b733a313a224e223b733a373a22636f75706f6e73223b613a303a7b7d733a31313a22726563616c63756c617465223b623a303b733a31383a2263616c63756c6174655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b613a303a7b7d733a31333a226f7074696f6e735f7374796c65223b733a313a2249223b733a31383a226170706c6965645f70726f6d6f74696f6e73223b613a303a7b7d733a31373a227368697070696e675f7265717569726564223b623a313b733a31343a2270726f647563745f67726f757073223b613a323a7b693a303b613a31303a7b733a343a226e616d65223b733a393a2241434d4520436f7270223b733a31303a22636f6d70616e795f6964223b693a323b733a383a2270726f6475637473223b613a313a7b693a3933303137373337373b613a34303a7b733a373a22757365725f6964223b733a313a2231223b733a393a2274696d657374616d70223b733a31303a2231363130343630383131223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a393a22393330313737333737223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3134353b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a37392e39393b733a31303a2273657373696f6e5f6964223b733a33343a2236623963316261383663313532656635363033336231336166336561663134312d43223b733a31303a2269705f61646472657373223b733a383a226231326437373964223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a31303a22593031343557504c5839223b733a373a2270726f64756374223b733a33343a2253616e73612046757a652b204d503320506c61796572202852656429202d20344742223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a333a22353335223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a333a22353931223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22313435223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22313435223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a36333a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f302f46757a65706c75737265645f3231302e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363030223b733a373a22696d6167655f79223b733a333a22363030223b733a31353a22687474705f696d6167655f70617468223b733a36323a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f302f46757a65706c75737265645f3231302e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a36333a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f302f46757a65706c75737265645f3231302e6a7067223b733a31333a226162736f6c7574655f70617468223b733a38313a222f7372762f70726f6a656374732f70617274697573686f702e636f6d2e62722f7075626c69635f68746d6c2f696d616765732f64657461696c65642f302f46757a65706c75737265645f3231302e6a7067223b733a31333a2272656c61746976655f70617468223b733a33303a2264657461696c65642f302f46757a65706c75737265645f3231302e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a323a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2232223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a37392e39393b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3137393b7d733a31333a22646973706c61795f7072696365223b643a37392e39393b733a31333a226d61696e5f63617465676f7279223b693a3137393b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a393a22757365725f64617461223b613a35393a7b733a373a22757365725f6964223b733a313a2231223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a353a2261646d696e223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a2259223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231353836333437333336223b733a383a2270617373776f7264223b733a33323a223335646430323232383665663065363233643132336164316366663764633838223b733a343a2273616c74223b733a31303a224150662928597c722c46223b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a373a22636f6d70616e79223b733a31323a22596f757220636f6d70616e79223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a31343a226c6173745f70617373776f726473223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363237353734353538223b733a373a226170695f6b6579223b733a36303a222432792431302453414b726f77514d686c63626650783564455243634f667739794b4b54546c744c376d4d55794f592e62336831476a4c3432594561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a313a2236223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a224a6f686e223b733a31303a22625f6c6173746e616d65223b733a333a22446f65223b733a393a22625f61646472657373223b733a31343a223434204d61696e20737472656574223b733a31313a22625f616464726573735f32223b733a343a2274657374223b733a363a22625f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a225350223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223031333130323030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a343a224a6f686e223b733a31303a22735f6c6173746e616d65223b733a333a22446f65223b733a393a22735f61646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a31313a22735f616464726573735f32223b733a343a2274657374223b733a363a22735f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a323a225350223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223031333130323030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a343a224d61696e223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363237353734353538223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22313536353536313537223b693a35333b733a303a22223b693a35343b733a303a22223b7d733a31353a22625f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31353a22735f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31333a22625f73746174655f6465736372223b733a31333a224d617373616368757365747473223b733a31333a22735f73746174655f6465736372223b733a323a225350223b733a363a22706f696e7473223b693a303b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b7d7d733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a37392e39393b733a313a2257223b733a353a22302e303031223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a343a7b733a383a2270726f6475637473223b613a313a7b693a3933303137373337373b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a302e313b733a343a22636f7374223b643a37392e39393b7d7d733a31313a226f726967696e6174696f6e223b613a373a7b733a343a226e616d65223b733a393a2241434d4520436f7270223b733a373a2261646472657373223b733a32383a2256696c6120646f20426f6120527561204e6163696f6e616c20373736223b733a343a2263697479223b733a393a2242726173c3ad6c6961223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a224446223b733a373a227a6970636f6465223b733a383a223731363937333333223b733a353a2270686f6e65223b733a31373a222b35352836312939393630322d34323035223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a224a6f686e223b733a383a226c6173746e616d65223b733a333a22446f65223b733a373a2261646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a393a22616464726573735f32223b733a343a2274657374223b733a343a2263697479223b733a31303a2253c3a36f205061756c6f223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223031333130323030223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a323a225350223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a37392e39393b733a313a2257223b733a353a22302e303031223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a343a7b733a383a2270726f6475637473223b613a313a7b693a3933303137373337373b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a302e313b733a343a22636f7374223b643a37392e39393b7d7d733a31313a226f726967696e6174696f6e223b613a373a7b733a343a226e616d65223b733a393a2241434d4520436f7270223b733a373a2261646472657373223b733a32383a2256696c6120646f20426f6120527561204e6163696f6e616c20373736223b733a343a2263697479223b733a393a2242726173c3ad6c6961223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a224446223b733a373a227a6970636f6465223b733a383a223731363937333333223b733a353a2270686f6e65223b733a31373a222b35352836312939393630322d34323035223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a224a6f686e223b733a383a226c6173746e616d65223b733a333a22446f65223b733a373a2261646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a393a22616464726573735f32223b733a343a2274657374223b733a343a2263697479223b733a31303a2253c3a36f205061756c6f223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223031333130323030223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a323a225350223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a393a227368697070696e6773223b613a303a7b7d7d693a313b613a31313a7b733a343a226e616d65223b733a363a22546573746532223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a393135393035343b613a34303a7b733a373a22757365725f6964223b733a313a2231223b733a393a2274696d657374616d70223b733a31303a2231363132303138383230223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a373a2239313539303534223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3238363b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a31303b733a31303a2273657373696f6e5f6964223b733a33343a2234326664636332326632316365333938366364653063363033613530666330362d43223b733a31303a2269705f61646472657373223b733a383a226264336539373739223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a363a22313233343536223b733a373a2270726f64756374223b733a31303a22426f6c616368696e6861223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2231353932223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232333236223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22323836223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22323836223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a35323a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22333334223b733a373a22696d6167655f79223b733a333a22333733223b733a31353a22687474705f696d6167655f70617468223b733a35313a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a31363a2268747470735f696d6167655f70617468223b733a35323a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a31333a226162736f6c7574655f70617468223b733a37303a222f7372762f70726f6a656374732f70617274697573686f702e636f6d2e62722f7075626c69635f68746d6c2f696d616765732f64657461696c65642f322f466f746f2e504e47223b733a31333a2272656c61746976655f70617468223b733a31393a2264657461696c65642f322f466f746f2e504e47223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a323a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a31303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3236353b7d733a31333a22646973706c61795f7072696365223b643a31303b733a31333a226d61696e5f63617465676f7279223b693a3236353b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a393a22757365725f64617461223b613a35393a7b733a373a22757365725f6964223b733a313a2231223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a353a2261646d696e223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a2259223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231353836333437333336223b733a383a2270617373776f7264223b733a33323a223335646430323232383665663065363233643132336164316366663764633838223b733a343a2273616c74223b733a31303a224150662928597c722c46223b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a373a22636f6d70616e79223b733a31323a22596f757220636f6d70616e79223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a31343a226c6173745f70617373776f726473223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363237353734353538223b733a373a226170695f6b6579223b733a36303a222432792431302453414b726f77514d686c63626650783564455243634f667739794b4b54546c744c376d4d55794f592e62336831476a4c3432594561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a313a2236223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a224a6f686e223b733a31303a22625f6c6173746e616d65223b733a333a22446f65223b733a393a22625f61646472657373223b733a31343a223434204d61696e20737472656574223b733a31313a22625f616464726573735f32223b733a343a2274657374223b733a363a22625f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a225350223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223031333130323030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a343a224a6f686e223b733a31303a22735f6c6173746e616d65223b733a333a22446f65223b733a393a22735f61646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a31313a22735f616464726573735f32223b733a343a2274657374223b733a363a22735f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a323a225350223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223031333130323030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a343a224d61696e223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363237353734353538223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22313536353536313537223b693a35333b733a303a22223b693a35343b733a303a22223b7d733a31353a22625f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31353a22735f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31333a22625f73746174655f6465736372223b733a31333a224d617373616368757365747473223b733a31333a22735f73746174655f6465736372223b733a323a225350223b733a363a22706f696e7473223b693a303b7d733a383a2267726f75705f6964223b693a313b733a31353a2263686f73656e5f7368697070696e67223b693a383b7d7d733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a31303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a353b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31313b733a31303a22626f785f686569676874223b693a323b7d733a383a2270726f6475637473223b613a313a7b693a393135393035343b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a31303b7d7d733a31313a226f726967696e6174696f6e223b613a373a7b733a343a226e616d65223b733a363a22546573746532223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a224a6f686e223b733a383a226c6173746e616d65223b733a333a22446f65223b733a373a2261646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a393a22616464726573735f32223b733a343a2274657374223b733a343a2263697479223b733a31303a2253c3a36f205061756c6f223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223031333130323030223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a323a225350223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a31303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a353b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31313b733a31303a22626f785f686569676874223b693a323b7d733a383a2270726f6475637473223b613a313a7b693a393135393035343b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a31303b7d7d733a31313a226f726967696e6174696f6e223b613a373a7b733a343a226e616d65223b733a363a22546573746532223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a224a6f686e223b733a383a226c6173746e616d65223b733a333a22446f65223b733a373a2261646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a393a22616464726573735f32223b733a343a2274657374223b733a343a2263697479223b733a31303a2253c3a36f205061756c6f223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223031333130323030223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a323a225350223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a393a227368697070696e6773223b613a323a7b693a383b613a31393a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a303a7b7d733a353a22696d616765223b613a303a7b7d733a393a2267726f75705f6b6579223b693a313b733a343a2272617465223b643a32342e31353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2238223b7d693a31303b613a31393a7b733a31313a227368697070696e675f6964223b733a323a223130223b733a383a227368697070696e67223b733a353a225365646578223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303038223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303530223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a303a7b7d733a353a22696d616765223b613a303a7b7d733a393a2267726f75705f6b6579223b693a313b733a343a2272617465223b643a35312e36393b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2234223b7d7d733a31363a2263686f73656e5f7368697070696e6773223b613a313a7b693a303b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a303a7b7d733a353a22696d616765223b613a303a7b7d733a393a2267726f75705f6b6579223b693a313b733a343a2272617465223b643a32342e31353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2238223b733a31303a2267726f75705f6e616d65223b733a363a22546573746532223b7d7d7d7d733a383a227368697070696e67223b613a313a7b693a383b613a32303a7b733a31313a227368697070696e675f6964223b733a313a2238223b733a383a227368697070696e67223b733a333a22506163223b733a31333a2264656c69766572795f74696d65223b733a303a22223b733a31313a226465736372697074696f6e223b733a303a22223b733a31363a22726174655f63616c63756c6174696f6e223b733a313a2252223b733a31343a22736572766963655f706172616d73223b613a393a7b733a343a2274617861223b733a303a22223b733a31353a22636f6d7072696d656e746f5f6d696e223b733a323a223135223b733a31353a22636f6d7072696d656e746f5f6d6178223b733a333a22313030223b733a31313a226c6172677572615f6d696e223b733a323a223130223b733a31313a226c6172677572615f6d6178223b733a333a22313030223b733a31303a22616c747572615f6d696e223b733a313a2231223b733a31303a22616c747572615f6d6178223b733a333a22313030223b733a31323a2264696d656e73616f5f6d696e223b733a323a223235223b733a31323a2264696d656e73616f5f6d6178223b733a333a22323030223b7d733a31313a2264657374696e6174696f6e223b733a313a2249223b733a31303a226d696e5f776569676874223b733a353a22302e333030223b733a31303a226d61785f776569676874223b733a363a2233302e303030223b733a31303a22736572766963655f6964223b733a363a22313632303131223b733a31333a22667265655f7368697070696e67223b623a303b733a363a226d6f64756c65223b733a383a22636f727265696f73223b733a31323a22736572766963655f636f6465223b733a353a223033303835223b733a31393a2269735f616464726573735f7265717569726564223b733a313a2259223b733a393a22726174655f696e666f223b613a303a7b7d733a353a22696d616765223b613a303a7b7d733a393a2267726f75705f6b6579223b693a313b733a343a2272617465223b643a32342e31353b733a32313a22736572766963655f64656c69766572795f74696d65223b733a313a2238223b733a353a227261746573223b613a313a7b693a313b643a32342e31353b7d7d7d733a31353a2263686f73656e5f7368697070696e67223b613a313a7b693a313b693a383b7d733a31313a22706f696e74735f696e666f223b613a323a7b733a31353a227261775f746f74616c5f7072696365223b693a303b733a31313a22746f74616c5f7072696365223b643a303b7d733a31313a227461785f73756d6d617279223b613a303a7b7d733a353a227461786573223b613a303a7b7d733a31393a22646973636f756e7465645f737562746f74616c223b643a38392e39393b733a31313a226861735f636f75706f6e73223b623a313b733a393a22757365725f64617461223b613a35393a7b733a373a22757365725f6964223b733a313a2231223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a353a2261646d696e223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a2259223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231353836333437333336223b733a383a2270617373776f7264223b733a33323a223335646430323232383665663065363233643132336164316366663764633838223b733a343a2273616c74223b733a31303a224150662928597c722c46223b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a373a22636f6d70616e79223b733a31323a22596f757220636f6d70616e79223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a31343a226c6173745f70617373776f726473223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363237353734353538223b733a373a226170695f6b6579223b733a36303a222432792431302453414b726f77514d686c63626650783564455243634f667739794b4b54546c744c376d4d55794f592e62336831476a4c3432594561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a313a2236223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a224a6f686e223b733a31303a22625f6c6173746e616d65223b733a333a22446f65223b733a393a22625f61646472657373223b733a31343a223434204d61696e20737472656574223b733a31313a22625f616464726573735f32223b733a343a2274657374223b733a363a22625f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a225350223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223031333130323030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a343a224a6f686e223b733a31303a22735f6c6173746e616d65223b733a333a22446f65223b733a393a22735f61646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a31313a22735f616464726573735f32223b733a343a2274657374223b733a363a22735f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a323a225350223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223031333130323030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a343a224d61696e223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363237353734353538223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22313536353536313537223b693a35333b733a303a22223b693a35343b733a303a22223b7d733a31353a22625f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31353a22735f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31333a22625f73746174655f6465736372223b733a31333a224d617373616368757365747473223b733a31333a22735f73746174655f6465736372223b733a323a225350223b733a363a22706f696e7473223b693a303b7d7d733a32313a2270726f647563745f6e6f74696669636174696f6e73223b613a323a7b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a31313a2270726f647563745f696473223b613a303a7b7d7d7d);
INSERT INTO `partiushop_storage_data` (`data_key`, `data`) VALUES
('session_30266966293226504550_data', 0x613a353a7b733a343a2261757468223b613a31343a7b733a343a2261726561223b733a313a2241223b733a373a22757365725f6964223b733a313a2231223b733a393a22757365725f74797065223b733a313a2241223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363337313833323237223b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363237353734353538223b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a2259223b733a31333a227573657267726f75705f696473223b613a333a7b693a303b693a303b693a313b693a323b693a323b693a313b7d733a31313a226163745f61735f75736572223b623a313b733a31303a22746869735f6c6f67696e223b693a313633373138333235333b733a373a2272656665726572223b733a36383a22687474703a2f2f70617274697573686f702e636f6d2e62722f43766d4f52765530365831534e4542452e7068703f64697370617463683d7468656d65732e6d616e616765223b733a323a226970223b733a31333a223138392e36322e3135312e3634223b7d733a31313a226c6173745f737461747573223b733a343a22494e4954223b733a31363a2273746f72655f6163636573735f6b6579223b733a33323a226237623434313262656461663536656465333236313966393536333464373439223b733a343a2263617274223b613a33343a7b733a383a2270726f6475637473223b613a313a7b693a333132303232333535303b613a34313a7b733a373a22757365725f6964223b733a313a2231223b733a393a2274696d657374616d70223b733a31303a2231363334353836343936223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233313230323233353530223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330333b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2265343337333131383465383934653031666536643039616136343032333835612d43223b733a31303a2269705f61646472657373223b733a383a226264336539373430223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207631223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383135223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393538223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333033223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333033223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a38373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a38373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a38383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3130323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31333a2272656c61746976655f70617468223b733a35353a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a323a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a393a22757365725f64617461223b613a36313a7b733a373a22757365725f6964223b733a313a2231223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a353a2261646d696e223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a2259223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231353836333437333336223b733a383a2270617373776f7264223b733a36303a22243279243130245966566672737264696c5a5256624e394478455a492e395a6371627a33436f462e4462474a686d6956675246557738392e526e4765223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a373a22636f6d70616e79223b733a31323a22596f757220636f6d70616e79223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363237353734353538223b733a373a226170695f6b6579223b733a36303a222432792431302453414b726f77514d686c63626650783564455243634f667739794b4b54546c744c376d4d55794f592e62336831476a4c3432594561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363334353836343239223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a313a2236223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a224a6f686e223b733a31303a22625f6c6173746e616d65223b733a333a22446f65223b733a393a22625f61646472657373223b733a31343a223434204d61696e20737472656574223b733a31313a22625f616464726573735f32223b733a343a2274657374223b733a363a22625f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a225350223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223031333130323030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a343a224a6f686e223b733a31303a22735f6c6173746e616d65223b733a333a22446f65223b733a393a22735f61646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a31313a22735f616464726573735f32223b733a343a2274657374223b733a363a22735f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a323a225350223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223031333130323030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a343a224d61696e223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363237353734353538223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22313536353536313537223b693a35333b733a303a22223b693a35343b733a303a22223b7d733a31353a22625f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31353a22735f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31333a22625f73746174655f6465736372223b733a31333a224d617373616368757365747473223b733a31333a22735f73746174655f6465736372223b733a323a225350223b733a363a22706f696e7473223b693a303b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b7d7d733a31333a227368697070696e675f636f7374223b693a303b733a32313a22646973706c61795f7368697070696e675f636f7374223b693a303b733a31323a227461785f737562746f74616c223b693a303b733a383a22646973636f756e74223b693a303b733a353a22746f74616c223b643a353030303b733a363a22616d6f756e74223b693a313b733a31373a226f726967696e616c5f737562746f74616c223b643a353030303b733a31363a22646973706c61795f737562746f74616c223b643a353030303b733a383a22737562746f74616c223b643a353030303b733a31323a227573655f646973636f756e74223b623a303b733a32333a22636f6d70616e795f7368697070696e675f6661696c6564223b623a313b733a31353a227368697070696e675f6661696c6564223b623a313b733a31323a2273746f7265645f7461786573223b733a313a224e223b733a373a22636f75706f6e73223b613a303a7b7d733a31313a22726563616c63756c617465223b623a303b733a31383a2263616c63756c6174655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b613a303a7b7d733a31333a226f7074696f6e735f7374796c65223b733a313a2249223b733a31383a226170706c6965645f70726f6d6f74696f6e73223b613a303a7b7d733a31373a227368697070696e675f7265717569726564223b623a313b733a31333a226e6f5f70726f6d6f74696f6e73223b623a313b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31373a22737562746f74616c5f646973636f756e74223b693a303b733a31313a226861735f636f75706f6e73223b623a313b733a31343a2270726f647563745f67726f757073223b613a313a7b693a303b613a31313a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a333132303232333535303b613a34323a7b733a373a22757365725f6964223b733a313a2231223b733a393a2274696d657374616d70223b733a31303a2231363334353836343936223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233313230323233353530223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330333b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2265343337333131383465383934653031666536643039616136343032333835612d43223b733a31303a2269705f61646472657373223b733a383a226264336539373430223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207631223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383135223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393538223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333033223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333033223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a38373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a38373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a38383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3130323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31333a2272656c61746976655f70617468223b733a35353a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a323a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a393a22757365725f64617461223b613a36313a7b733a373a22757365725f6964223b733a313a2231223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a353a2261646d696e223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a2259223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231353836333437333336223b733a383a2270617373776f7264223b733a36303a22243279243130245966566672737264696c5a5256624e394478455a492e395a6371627a33436f462e4462474a686d6956675246557738392e526e4765223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a373a22636f6d70616e79223b733a31323a22596f757220636f6d70616e79223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363237353734353538223b733a373a226170695f6b6579223b733a36303a222432792431302453414b726f77514d686c63626650783564455243634f667739794b4b54546c744c376d4d55794f592e62336831476a4c3432594561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363334353836343239223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a313a2236223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a224a6f686e223b733a31303a22625f6c6173746e616d65223b733a333a22446f65223b733a393a22625f61646472657373223b733a31343a223434204d61696e20737472656574223b733a31313a22625f616464726573735f32223b733a343a2274657374223b733a363a22625f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a225350223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223031333130323030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a343a224a6f686e223b733a31303a22735f6c6173746e616d65223b733a333a22446f65223b733a393a22735f61646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a31313a22735f616464726573735f32223b733a343a2274657374223b733a363a22735f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a323a225350223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223031333130323030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a343a224d61696e223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363237353734353538223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22313536353536313537223b693a35333b733a303a22223b693a35343b733a303a22223b7d733a31353a22625f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31353a22735f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31333a22625f73746174655f6465736372223b733a31333a224d617373616368757365747473223b733a31333a22735f73746174655f6465736372223b733a323a225350223b733a363a22706f696e7473223b693a303b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d7d733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333132303232333535303b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a224a6f686e223b733a383a226c6173746e616d65223b733a333a22446f65223b733a373a2261646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a393a22616464726573735f32223b733a343a2274657374223b733a343a2263697479223b733a31303a2253c3a36f205061756c6f223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223031333130323030223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a323a225350223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333132303232333535303b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a224a6f686e223b733a383a226c6173746e616d65223b733a333a22446f65223b733a373a2261646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a393a22616464726573735f32223b733a343a2274657374223b733a343a2263697479223b733a31303a2253c3a36f205061756c6f223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223031333130323030223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a323a225350223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a303a7b7d7d7d733a383a227368697070696e67223b613a303a7b7d733a31353a2263686f73656e5f7368697070696e67223b613a303a7b7d733a32343a2263686f73656e5f7368697070696e675f64697361626c6564223b623a303b733a31313a22706f696e74735f696e666f223b613a323a7b733a31353a227261775f746f74616c5f7072696365223b693a303b733a31313a22746f74616c5f7072696365223b643a303b7d733a31313a227461785f73756d6d617279223b613a303a7b7d733a353a227461786573223b613a303a7b7d733a31393a22646973636f756e7465645f737562746f74616c223b643a353030303b733a393a22757365725f64617461223b613a36313a7b733a373a22757365725f6964223b733a313a2231223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a353a2261646d696e223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a2259223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231353836333437333336223b733a383a2270617373776f7264223b733a36303a22243279243130245966566672737264696c5a5256624e394478455a492e395a6371627a33436f462e4462474a686d6956675246557738392e526e4765223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a373a22636f6d70616e79223b733a31323a22596f757220636f6d70616e79223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363237353734353538223b733a373a226170695f6b6579223b733a36303a222432792431302453414b726f77514d686c63626650783564455243634f667739794b4b54546c744c376d4d55794f592e62336831476a4c3432594561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363337313833323237223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a313a2236223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a224a6f686e223b733a31303a22625f6c6173746e616d65223b733a333a22446f65223b733a393a22625f61646472657373223b733a31343a223434204d61696e20737472656574223b733a31313a22625f616464726573735f32223b733a343a2274657374223b733a363a22625f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a225350223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223031333130323030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a343a224a6f686e223b733a31303a22735f6c6173746e616d65223b733a333a22446f65223b733a393a22735f61646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a31313a22735f616464726573735f32223b733a343a2274657374223b733a363a22735f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a323a225350223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223031333130323030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a343a224d61696e223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363237353734353538223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22313536353536313537223b693a35333b733a303a22223b693a35343b733a303a22223b7d733a31353a22625f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31353a22735f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31333a22625f73746174655f6465736372223b733a31333a224d617373616368757365747473223b733a31333a22735f73746174655f6465736372223b733a323a225350223b733a363a22706f696e7473223b693a303b7d7d733a32313a2270726f647563745f6e6f74696669636174696f6e73223b613a323a7b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a31313a2270726f647563745f696473223b613a303a7b7d7d7d);
INSERT INTO `partiushop_storage_data` (`data_key`, `data`) VALUES
('session_31426178891682970929_data', 0x613a363a7b733a343a2261757468223b613a31343a7b733a343a2261726561223b733a313a2241223b733a373a22757365725f6964223b733a323a223330223b733a393a22757365725f74797065223b733a313a2241223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363238313732353631223b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363131393431373733223b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a323b7d733a31313a226163745f61735f75736572223b623a313b733a31303a22746869735f6c6f67696e223b693a313632383236313930393b733a373a2272656665726572223b733a35333a22687474703a2f2f686f6d6f6c6f672e70617274697573686f702e636f6d2e62722f43766d4f52765530365831534e4542452e706870223b733a323a226970223b733a31333a223137372e37302e3139352e3835223b7d733a31313a226c6173745f737461747573223b733a363a22414354495645223b733a31363a2273746f72655f6163636573735f6b6579223b733a33323a226237623434313262656461663536656465333236313966393536333464373439223b733a31353a22637573746f6d697a655f7468656d65223b623a313b733a343a2263617274223b613a33303a7b733a383a2270726f6475637473223b613a313a7b693a323030353732353436343b613a34303a7b733a373a22757365725f6964223b733a323a223330223b733a393a2274696d657374616d70223b733a31303a2231363237353030333637223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2232303035373235343634223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3238373b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a31303b733a31303a2273657373696f6e5f6964223b733a33343a2231656435616235346436376332363931353862653262666164616361326163642d43223b733a31303a2269705f61646472657373223b733a383a223264613937636138223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a363a22313233343536223b733a373a2270726f64756374223b733a31323a22426f6c616368696e68612032223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a353a7b733a373a22706169725f6964223b733a343a2231373132223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232343436223b733a383a22706f736974696f6e223b733a313a2230223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22323837223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a35393a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f466f746f5f333430652d73702e504e47223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22333334223b733a373a22696d6167655f79223b733a333a22333733223b733a31353a22687474705f696d6167655f70617468223b733a35393a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f466f746f5f333430652d73702e504e47223b733a31363a2268747470735f696d6167655f70617468223b733a36303a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f466f746f5f333430652d73702e504e47223b733a31333a226162736f6c7574655f70617468223b733a37343a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f466f746f5f333430652d73702e504e47223b733a31333a2272656c61746976655f70617468223b733a32373a2264657461696c65642f322f466f746f5f333430652d73702e504e47223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a323a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a31303b733a31323a2263617465676f72795f696473223b613a323a7b693a303b693a3137353b693a313b693a3231393b7d733a31333a22646973706c61795f7072696365223b643a31303b733a31333a226d61696e5f63617465676f7279223b693a3231393b733a393a2266697273746e616d65223b4e3b733a383a226c6173746e616d65223b4e3b733a353a2270686f6e65223b4e3b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a393a22757365725f64617461223b613a35383a7b733a373a22757365725f6964223b733a323a223330223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3330223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363130343632303238223b733a383a2270617373776f7264223b733a33323a223637646662376632373762393637363938653234626135613039626436343134223b733a343a2273616c74223b733a31303a226e4b342e7d426d2d4464223b733a393a2266697273746e616d65223b4e3b733a383a226c6173746e616d65223b4e3b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a353a2270686f6e65223b4e3b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a31343a226c6173745f70617373776f726473223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363131393431373733223b733a373a226170695f6b6579223b733a36303a2224327924313024675055342f5261644544576e51744b524a61336a4d655248336b39544e6c2e4c434650484b546549574a59384a69486e3768487561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223331223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a303a22223b733a31303a22625f6c6173746e616d65223b733a303a22223b733a393a22625f61646472657373223b733a303a22223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a225553223b733a393a22625f7a6970636f6465223b733a353a223032313235223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a303a22223b733a31303a22735f6c6173746e616d65223b733a303a22223b733a393a22735f61646472657373223b733a303a22223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a323a224d41223b733a393a22735f636f756e747279223b733a323a225553223b733a393a22735f7a6970636f6465223b733a353a223032313235223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a303a22223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363234333832343432223b733a363a226669656c6473223b613a313a7b693a35323b733a31373a223131313131313131313131313131313131223b7d733a31353a22625f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31353a22735f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31333a22735f73746174655f6465736372223b733a31333a224d617373616368757365747473223b733a363a22706f696e7473223b693a303b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b7d7d733a31333a227368697070696e675f636f7374223b693a303b733a32313a22646973706c61795f7368697070696e675f636f7374223b693a303b733a31323a227461785f737562746f74616c223b693a303b733a383a22646973636f756e74223b693a303b733a353a22746f74616c223b643a31303b733a363a22616d6f756e74223b693a313b733a31373a226f726967696e616c5f737562746f74616c223b643a31303b733a31363a22646973706c61795f737562746f74616c223b643a31303b733a383a22737562746f74616c223b643a31303b733a31323a227573655f646973636f756e74223b623a303b733a32333a22636f6d70616e795f7368697070696e675f6661696c6564223b623a313b733a31353a227368697070696e675f6661696c6564223b623a313b733a31323a2273746f7265645f7461786573223b733a313a224e223b733a373a22636f75706f6e73223b613a303a7b7d733a31313a22726563616c63756c617465223b623a303b733a31383a2263616c63756c6174655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b613a303a7b7d733a31333a226f7074696f6e735f7374796c65223b733a313a2249223b733a31383a226170706c6965645f70726f6d6f74696f6e73223b613a303a7b7d733a31373a227368697070696e675f7265717569726564223b623a313b733a31343a2270726f647563745f67726f757073223b613a313a7b693a303b613a31303a7b733a343a226e616d65223b733a363a22546573746532223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a323030353732353436343b613a34303a7b733a373a22757365725f6964223b733a323a223330223b733a393a2274696d657374616d70223b733a31303a2231363237353030333637223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2232303035373235343634223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3238373b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a31303b733a31303a2273657373696f6e5f6964223b733a33343a2231656435616235346436376332363931353862653262666164616361326163642d43223b733a31303a2269705f61646472657373223b733a383a223264613937636138223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a363a22313233343536223b733a373a2270726f64756374223b733a31323a22426f6c616368696e68612032223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a353a7b733a373a22706169725f6964223b733a343a2231373132223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232343436223b733a383a22706f736974696f6e223b733a313a2230223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22323837223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a35393a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f466f746f5f333430652d73702e504e47223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22333334223b733a373a22696d6167655f79223b733a333a22333733223b733a31353a22687474705f696d6167655f70617468223b733a35393a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f466f746f5f333430652d73702e504e47223b733a31363a2268747470735f696d6167655f70617468223b733a36303a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f466f746f5f333430652d73702e504e47223b733a31333a226162736f6c7574655f70617468223b733a37343a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f466f746f5f333430652d73702e504e47223b733a31333a2272656c61746976655f70617468223b733a32373a2264657461696c65642f322f466f746f5f333430652d73702e504e47223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a323a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a31303b733a31323a2263617465676f72795f696473223b613a323a7b693a303b693a3137353b693a313b693a3231393b7d733a31333a22646973706c61795f7072696365223b643a31303b733a31333a226d61696e5f63617465676f7279223b693a3231393b733a393a2266697273746e616d65223b4e3b733a383a226c6173746e616d65223b4e3b733a353a2270686f6e65223b4e3b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a393a22757365725f64617461223b613a35383a7b733a373a22757365725f6964223b733a323a223330223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3330223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363130343632303238223b733a383a2270617373776f7264223b733a33323a223637646662376632373762393637363938653234626135613039626436343134223b733a343a2273616c74223b733a31303a226e4b342e7d426d2d4464223b733a393a2266697273746e616d65223b4e3b733a383a226c6173746e616d65223b4e3b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a353a2270686f6e65223b4e3b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a31343a226c6173745f70617373776f726473223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363131393431373733223b733a373a226170695f6b6579223b733a36303a2224327924313024675055342f5261644544576e51744b524a61336a4d655248336b39544e6c2e4c434650484b546549574a59384a69486e3768487561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223331223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a303a22223b733a31303a22625f6c6173746e616d65223b733a303a22223b733a393a22625f61646472657373223b733a303a22223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a225553223b733a393a22625f7a6970636f6465223b733a353a223032313235223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a303a22223b733a31303a22735f6c6173746e616d65223b733a303a22223b733a393a22735f61646472657373223b733a303a22223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a323a224d41223b733a393a22735f636f756e747279223b733a323a225553223b733a393a22735f7a6970636f6465223b733a353a223032313235223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a303a22223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363234333832343432223b733a363a226669656c6473223b613a313a7b693a35323b733a31373a223131313131313131313131313131313131223b7d733a31353a22625f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31353a22735f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31333a22735f73746174655f6465736372223b733a31333a224d617373616368757365747473223b733a363a22706f696e7473223b693a303b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b7d7d733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a31303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a343a7b733a383a2270726f6475637473223b613a313a7b693a323030353732353436343b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a31303b7d7d733a31313a226f726967696e6174696f6e223b613a373a7b733a343a226e616d65223b733a363a22546573746532223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b7d733a383a226c6f636174696f6e223b613a393a7b733a353a227374617465223b733a323a224d41223b733a373a22636f756e747279223b733a323a225553223b733a31333a22636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31313a2273746174655f6465736372223b733a31333a224d617373616368757365747473223b733a343a2263697479223b733a363a22426f73746f6e223b733a373a227a6970636f6465223b733a353a223032313235223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a393a2266697273746e616d65223b733a343a224a6f686e223b733a383a226c6173746e616d65223b733a333a22446f65223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a31303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a343a7b733a383a2270726f6475637473223b613a313a7b693a323030353732353436343b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a31303b7d7d733a31313a226f726967696e6174696f6e223b613a373a7b733a343a226e616d65223b733a363a22546573746532223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b7d733a383a226c6f636174696f6e223b613a393a7b733a353a227374617465223b733a323a224d41223b733a373a22636f756e747279223b733a323a225553223b733a31333a22636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31313a2273746174655f6465736372223b733a31333a224d617373616368757365747473223b733a343a2263697479223b733a363a22426f73746f6e223b733a373a227a6970636f6465223b733a353a223032313235223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a393a2266697273746e616d65223b733a343a224a6f686e223b733a383a226c6173746e616d65223b733a333a22446f65223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a393a227368697070696e6773223b613a303a7b7d7d7d733a383a227368697070696e67223b613a303a7b7d733a31353a2263686f73656e5f7368697070696e67223b613a303a7b7d733a31313a22706f696e74735f696e666f223b613a323a7b733a31353a227261775f746f74616c5f7072696365223b693a303b733a31313a22746f74616c5f7072696365223b643a303b7d733a31313a227461785f73756d6d617279223b613a303a7b7d733a353a227461786573223b613a303a7b7d733a31393a22646973636f756e7465645f737562746f74616c223b643a31303b733a31313a226861735f636f75706f6e73223b623a313b733a393a22757365725f64617461223b613a35393a7b733a373a22757365725f6964223b733a323a223330223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3330223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363130343632303238223b733a383a2270617373776f7264223b733a33323a223637646662376632373762393637363938653234626135613039626436343134223b733a343a2273616c74223b733a31303a226e4b342e7d426d2d4464223b733a393a2266697273746e616d65223b733a303a22223b733a383a226c6173746e616d65223b733a303a22223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a353a2270686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a31343a226c6173745f70617373776f726473223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363131393431373733223b733a373a226170695f6b6579223b733a36303a2224327924313024675055342f5261644544576e51744b524a61336a4d655248336b39544e6c2e4c434650484b546549574a59384a69486e3768487561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223331223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a303a22223b733a31303a22625f6c6173746e616d65223b733a303a22223b733a393a22625f61646472657373223b733a303a22223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a225553223b733a393a22625f7a6970636f6465223b733a353a223032313235223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a303a22223b733a31303a22735f6c6173746e616d65223b733a303a22223b733a393a22735f61646472657373223b733a303a22223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a323a224d41223b733a393a22735f636f756e747279223b733a323a225553223b733a393a22735f7a6970636f6465223b733a353a223032313235223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a303a22223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363234333832343432223b733a363a226669656c6473223b613a313a7b693a35323b733a31373a223131313131313131313131313131313131223b7d733a31353a22625f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31353a22735f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31333a22625f73746174655f6465736372223b733a31333a224d617373616368757365747473223b733a31333a22735f73746174655f6465736372223b733a31333a224d617373616368757365747473223b733a363a22706f696e7473223b693a303b7d7d733a32313a2270726f647563745f6e6f74696669636174696f6e73223b613a323a7b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a31313a2270726f647563745f696473223b613a303a7b7d7d7d);
INSERT INTO `partiushop_storage_data` (`data_key`, `data`) VALUES
('session_37856185133824206186_data', 0x613a353a7b733a343a2261757468223b613a31343a7b733a343a2261726561223b733a313a2241223b733a373a22757365725f6964223b733a313a2231223b733a393a22757365725f74797065223b733a313a2241223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363337313833323237223b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363237353734353538223b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a2259223b733a31333a227573657267726f75705f696473223b613a333a7b693a303b693a303b693a313b693a323b693a323b693a313b7d733a31313a226163745f61735f75736572223b623a313b733a31303a22746869735f6c6f67696e223b693a313633373138333333373b733a373a2272656665726572223b733a303a22223b733a323a226970223b733a31333a223138392e36322e3135312e3634223b7d733a31313a226c6173745f737461747573223b733a343a22494e4954223b733a31363a2273746f72655f6163636573735f6b6579223b733a33323a226237623434313262656461663536656465333236313966393536333464373439223b733a343a2263617274223b613a33343a7b733a383a2270726f6475637473223b613a313a7b693a333132303232333535303b613a34313a7b733a373a22757365725f6964223b733a313a2231223b733a393a2274696d657374616d70223b733a31303a2231363334353836343936223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233313230323233353530223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330333b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2265343337333131383465383934653031666536643039616136343032333835612d43223b733a31303a2269705f61646472657373223b733a383a226264336539373430223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207631223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383135223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393538223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333033223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333033223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a38373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a38373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a38383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3130323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31333a2272656c61746976655f70617468223b733a35353a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a323a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a393a22757365725f64617461223b613a36313a7b733a373a22757365725f6964223b733a313a2231223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a353a2261646d696e223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a2259223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231353836333437333336223b733a383a2270617373776f7264223b733a36303a22243279243130245966566672737264696c5a5256624e394478455a492e395a6371627a33436f462e4462474a686d6956675246557738392e526e4765223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a373a22636f6d70616e79223b733a31323a22596f757220636f6d70616e79223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363237353734353538223b733a373a226170695f6b6579223b733a36303a222432792431302453414b726f77514d686c63626650783564455243634f667739794b4b54546c744c376d4d55794f592e62336831476a4c3432594561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363334353836343239223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a313a2236223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a224a6f686e223b733a31303a22625f6c6173746e616d65223b733a333a22446f65223b733a393a22625f61646472657373223b733a31343a223434204d61696e20737472656574223b733a31313a22625f616464726573735f32223b733a343a2274657374223b733a363a22625f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a225350223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223031333130323030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a343a224a6f686e223b733a31303a22735f6c6173746e616d65223b733a333a22446f65223b733a393a22735f61646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a31313a22735f616464726573735f32223b733a343a2274657374223b733a363a22735f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a323a225350223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223031333130323030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a343a224d61696e223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363237353734353538223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22313536353536313537223b693a35333b733a303a22223b693a35343b733a303a22223b7d733a31353a22625f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31353a22735f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31333a22625f73746174655f6465736372223b733a31333a224d617373616368757365747473223b733a31333a22735f73746174655f6465736372223b733a323a225350223b733a363a22706f696e7473223b693a303b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b7d7d733a31333a227368697070696e675f636f7374223b693a303b733a32313a22646973706c61795f7368697070696e675f636f7374223b693a303b733a31323a227461785f737562746f74616c223b693a303b733a383a22646973636f756e74223b693a303b733a353a22746f74616c223b643a353030303b733a363a22616d6f756e74223b693a313b733a31373a226f726967696e616c5f737562746f74616c223b643a353030303b733a31363a22646973706c61795f737562746f74616c223b643a353030303b733a383a22737562746f74616c223b643a353030303b733a31323a227573655f646973636f756e74223b623a303b733a32333a22636f6d70616e795f7368697070696e675f6661696c6564223b623a313b733a31353a227368697070696e675f6661696c6564223b623a313b733a31323a2273746f7265645f7461786573223b733a313a224e223b733a373a22636f75706f6e73223b613a303a7b7d733a31313a22726563616c63756c617465223b623a303b733a31383a2263616c63756c6174655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b613a303a7b7d733a31333a226f7074696f6e735f7374796c65223b733a313a2249223b733a31383a226170706c6965645f70726f6d6f74696f6e73223b613a303a7b7d733a31373a227368697070696e675f7265717569726564223b623a313b733a31333a226e6f5f70726f6d6f74696f6e73223b623a313b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31373a22737562746f74616c5f646973636f756e74223b693a303b733a31313a226861735f636f75706f6e73223b623a313b733a31343a2270726f647563745f67726f757073223b613a313a7b693a303b613a31313a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a333132303232333535303b613a34323a7b733a373a22757365725f6964223b733a313a2231223b733a393a2274696d657374616d70223b733a31303a2231363334353836343936223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233313230323233353530223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330333b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2265343337333131383465383934653031666536643039616136343032333835612d43223b733a31303a2269705f61646472657373223b733a383a226264336539373430223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207631223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383135223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393538223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333033223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333033223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a38373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a38373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a38383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3130323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31333a2272656c61746976655f70617468223b733a35353a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a323a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a393a22757365725f64617461223b613a36313a7b733a373a22757365725f6964223b733a313a2231223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a353a2261646d696e223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a2259223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231353836333437333336223b733a383a2270617373776f7264223b733a36303a22243279243130245966566672737264696c5a5256624e394478455a492e395a6371627a33436f462e4462474a686d6956675246557738392e526e4765223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a373a22636f6d70616e79223b733a31323a22596f757220636f6d70616e79223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363237353734353538223b733a373a226170695f6b6579223b733a36303a222432792431302453414b726f77514d686c63626650783564455243634f667739794b4b54546c744c376d4d55794f592e62336831476a4c3432594561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363334353836343239223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a313a2236223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a224a6f686e223b733a31303a22625f6c6173746e616d65223b733a333a22446f65223b733a393a22625f61646472657373223b733a31343a223434204d61696e20737472656574223b733a31313a22625f616464726573735f32223b733a343a2274657374223b733a363a22625f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a225350223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223031333130323030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a343a224a6f686e223b733a31303a22735f6c6173746e616d65223b733a333a22446f65223b733a393a22735f61646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a31313a22735f616464726573735f32223b733a343a2274657374223b733a363a22735f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a323a225350223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223031333130323030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a343a224d61696e223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363237353734353538223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22313536353536313537223b693a35333b733a303a22223b693a35343b733a303a22223b7d733a31353a22625f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31353a22735f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31333a22625f73746174655f6465736372223b733a31333a224d617373616368757365747473223b733a31333a22735f73746174655f6465736372223b733a323a225350223b733a363a22706f696e7473223b693a303b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b733a31333a226d61696e5f63617465676f7279223b693a3238333b7d7d733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333132303232333535303b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a224a6f686e223b733a383a226c6173746e616d65223b733a333a22446f65223b733a373a2261646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a393a22616464726573735f32223b733a343a2274657374223b733a343a2263697479223b733a31303a2253c3a36f205061756c6f223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223031333130323030223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a323a225350223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a353030303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a353a7b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a383a2270726f6475637473223b613a313a7b693a333132303232333535303b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a353030303b7d7d733a31313a226f726967696e6174696f6e223b613a383a7b733a343a226e616d65223b733a373a224c6f6a61203031223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b733a31303a22636f6d70616e795f6964223b733a313a2234223b7d733a383a226c6f636174696f6e223b613a31313a7b733a393a2266697273746e616d65223b733a343a224a6f686e223b733a383a226c6173746e616d65223b733a333a22446f65223b733a373a2261646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a393a22616464726573735f32223b733a343a2274657374223b733a343a2263697479223b733a31303a2253c3a36f205061756c6f223b733a353a227374617465223b733a303a22223b733a373a22636f756e747279223b733a323a224252223b733a373a227a6970636f6465223b733a383a223031333130323030223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31333a22636f756e7472795f6465736372223b733a363a2242726173696c223b733a31313a2273746174655f6465736372223b733a323a225350223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a32333a227368697070696e675f62795f6d61726b6574706c616365223b623a303b733a393a227368697070696e6773223b613a303a7b7d7d7d733a383a227368697070696e67223b613a303a7b7d733a31353a2263686f73656e5f7368697070696e67223b613a303a7b7d733a32343a2263686f73656e5f7368697070696e675f64697361626c6564223b623a303b733a31313a22706f696e74735f696e666f223b613a323a7b733a31353a227261775f746f74616c5f7072696365223b693a303b733a31313a22746f74616c5f7072696365223b643a303b7d733a31313a227461785f73756d6d617279223b613a303a7b7d733a353a227461786573223b613a303a7b7d733a31393a22646973636f756e7465645f737562746f74616c223b643a353030303b733a393a22757365725f64617461223b613a36313a7b733a373a22757365725f6964223b733a313a2231223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a353a2261646d696e223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a2259223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231353836333437333336223b733a383a2270617373776f7264223b733a36303a22243279243130245966566672737264696c5a5256624e394478455a492e395a6371627a33436f462e4462474a686d6956675246557738392e526e4765223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a373a22636f6d70616e79223b733a31323a22596f757220636f6d70616e79223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363237353734353538223b733a373a226170695f6b6579223b733a36303a222432792431302453414b726f77514d686c63626650783564455243634f667739794b4b54546c744c376d4d55794f592e62336831476a4c3432594561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363337313833323237223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a313a2236223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a224a6f686e223b733a31303a22625f6c6173746e616d65223b733a333a22446f65223b733a393a22625f61646472657373223b733a31343a223434204d61696e20737472656574223b733a31313a22625f616464726573735f32223b733a343a2274657374223b733a363a22625f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a225350223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223031333130323030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a343a224a6f686e223b733a31303a22735f6c6173746e616d65223b733a333a22446f65223b733a393a22735f61646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a31313a22735f616464726573735f32223b733a343a2274657374223b733a363a22735f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a323a225350223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223031333130323030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a343a224d61696e223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363237353734353538223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22313536353536313537223b693a35333b733a303a22223b693a35343b733a303a22223b7d733a31353a22625f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31353a22735f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31333a22625f73746174655f6465736372223b733a31333a224d617373616368757365747473223b733a31333a22735f73746174655f6465736372223b733a323a225350223b733a363a22706f696e7473223b693a303b7d7d733a32313a2270726f647563745f6e6f74696669636174696f6e73223b613a323a7b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a31313a2270726f647563745f696473223b613a303a7b7d7d7d);
INSERT INTO `partiushop_storage_data` (`data_key`, `data`) VALUES
('session_5534006434132863442_data', 0x613a363a7b733a343a2261757468223b613a31343a7b733a343a2261726561223b733a313a2241223b733a373a22757365725f6964223b733a323a223330223b733a393a22757365725f74797065223b733a313a2241223b733a31303a227461785f6578656d7074223b733a313a224e223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363238313732353631223b733a393a226f726465725f696473223b613a303a7b7d733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363131393431373733223b733a31303a22636f6d70616e795f6964223b693a303b733a373a2269735f726f6f74223b733a313a224e223b733a31333a227573657267726f75705f696473223b613a323a7b693a303b693a303b693a313b693a323b7d733a31313a226163745f61735f75736572223b623a313b733a31303a22746869735f6c6f67696e223b693a313632383236323031393b733a373a2272656665726572223b733a303a22223b733a323a226970223b733a31333a223137372e37302e3139352e3835223b7d733a31313a226c6173745f737461747573223b733a363a22414354495645223b733a31363a2273746f72655f6163636573735f6b6579223b733a33323a226237623434313262656461663536656465333236313966393536333464373439223b733a31353a22637573746f6d697a655f7468656d65223b623a313b733a343a2263617274223b613a33303a7b733a383a2270726f6475637473223b613a313a7b693a323030353732353436343b613a34303a7b733a373a22757365725f6964223b733a323a223330223b733a393a2274696d657374616d70223b733a31303a2231363237353030333637223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2232303035373235343634223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3238373b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a31303b733a31303a2273657373696f6e5f6964223b733a33343a2231656435616235346436376332363931353862653262666164616361326163642d43223b733a31303a2269705f61646472657373223b733a383a223264613937636138223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a363a22313233343536223b733a373a2270726f64756374223b733a31323a22426f6c616368696e68612032223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a353a7b733a373a22706169725f6964223b733a343a2231373132223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232343436223b733a383a22706f736974696f6e223b733a313a2230223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22323837223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a35393a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f466f746f5f333430652d73702e504e47223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22333334223b733a373a22696d6167655f79223b733a333a22333733223b733a31353a22687474705f696d6167655f70617468223b733a35393a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f466f746f5f333430652d73702e504e47223b733a31363a2268747470735f696d6167655f70617468223b733a36303a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f466f746f5f333430652d73702e504e47223b733a31333a226162736f6c7574655f70617468223b733a37343a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f466f746f5f333430652d73702e504e47223b733a31333a2272656c61746976655f70617468223b733a32373a2264657461696c65642f322f466f746f5f333430652d73702e504e47223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a323a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a31303b733a31323a2263617465676f72795f696473223b613a323a7b693a303b693a3137353b693a313b693a3231393b7d733a31333a22646973706c61795f7072696365223b643a31303b733a31333a226d61696e5f63617465676f7279223b693a3231393b733a393a2266697273746e616d65223b4e3b733a383a226c6173746e616d65223b4e3b733a353a2270686f6e65223b4e3b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a393a22757365725f64617461223b613a35383a7b733a373a22757365725f6964223b733a323a223330223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3330223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363130343632303238223b733a383a2270617373776f7264223b733a33323a223637646662376632373762393637363938653234626135613039626436343134223b733a343a2273616c74223b733a31303a226e4b342e7d426d2d4464223b733a393a2266697273746e616d65223b4e3b733a383a226c6173746e616d65223b4e3b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a353a2270686f6e65223b4e3b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a31343a226c6173745f70617373776f726473223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363131393431373733223b733a373a226170695f6b6579223b733a36303a2224327924313024675055342f5261644544576e51744b524a61336a4d655248336b39544e6c2e4c434650484b546549574a59384a69486e3768487561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223331223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a303a22223b733a31303a22625f6c6173746e616d65223b733a303a22223b733a393a22625f61646472657373223b733a303a22223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a225553223b733a393a22625f7a6970636f6465223b733a353a223032313235223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a303a22223b733a31303a22735f6c6173746e616d65223b733a303a22223b733a393a22735f61646472657373223b733a303a22223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a323a224d41223b733a393a22735f636f756e747279223b733a323a225553223b733a393a22735f7a6970636f6465223b733a353a223032313235223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a303a22223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363234333832343432223b733a363a226669656c6473223b613a313a7b693a35323b733a31373a223131313131313131313131313131313131223b7d733a31353a22625f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31353a22735f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31333a22735f73746174655f6465736372223b733a31333a224d617373616368757365747473223b733a363a22706f696e7473223b693a303b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b7d7d733a31333a227368697070696e675f636f7374223b693a303b733a32313a22646973706c61795f7368697070696e675f636f7374223b693a303b733a31323a227461785f737562746f74616c223b693a303b733a383a22646973636f756e74223b693a303b733a353a22746f74616c223b643a31303b733a363a22616d6f756e74223b693a313b733a31373a226f726967696e616c5f737562746f74616c223b643a31303b733a31363a22646973706c61795f737562746f74616c223b643a31303b733a383a22737562746f74616c223b643a31303b733a31323a227573655f646973636f756e74223b623a303b733a32333a22636f6d70616e795f7368697070696e675f6661696c6564223b623a313b733a31353a227368697070696e675f6661696c6564223b623a313b733a31323a2273746f7265645f7461786573223b733a313a224e223b733a373a22636f75706f6e73223b613a303a7b7d733a31313a22726563616c63756c617465223b623a303b733a31383a2263616c63756c6174655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b613a303a7b7d733a31333a226f7074696f6e735f7374796c65223b733a313a2249223b733a31383a226170706c6965645f70726f6d6f74696f6e73223b613a303a7b7d733a31373a227368697070696e675f7265717569726564223b623a313b733a31343a2270726f647563745f67726f757073223b613a313a7b693a303b613a31303a7b733a343a226e616d65223b733a363a22546573746532223b733a31303a22636f6d70616e795f6964223b693a343b733a383a2270726f6475637473223b613a313a7b693a323030353732353436343b613a34303a7b733a373a22757365725f6964223b733a323a223330223b733a393a2274696d657374616d70223b733a31303a2231363237353030333637223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2232303035373235343634223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3238373b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a31303b733a31303a2273657373696f6e5f6964223b733a33343a2231656435616235346436376332363931353862653262666164616361326163642d43223b733a31303a2269705f61646472657373223b733a383a223264613937636138223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a363a22313233343536223b733a373a2270726f64756374223b733a31323a22426f6c616368696e68612032223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a353a7b733a373a22706169725f6964223b733a343a2231373132223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232343436223b733a383a22706f736974696f6e223b733a313a2230223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22323837223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a35393a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f466f746f5f333430652d73702e504e47223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22333334223b733a373a22696d6167655f79223b733a333a22333733223b733a31353a22687474705f696d6167655f70617468223b733a35393a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f466f746f5f333430652d73702e504e47223b733a31363a2268747470735f696d6167655f70617468223b733a36303a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f466f746f5f333430652d73702e504e47223b733a31333a226162736f6c7574655f70617468223b733a37343a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f466f746f5f333430652d73702e504e47223b733a31333a2272656c61746976655f70617468223b733a32373a2264657461696c65642f322f466f746f5f333430652d73702e504e47223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a323a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a31303b733a31323a2263617465676f72795f696473223b613a323a7b693a303b693a3137353b693a313b693a3231393b7d733a31333a22646973706c61795f7072696365223b643a31303b733a31333a226d61696e5f63617465676f7279223b693a3231393b733a393a2266697273746e616d65223b4e3b733a383a226c6173746e616d65223b4e3b733a353a2270686f6e65223b4e3b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a393a22757365725f64617461223b613a35383a7b733a373a22757365725f6964223b733a323a223330223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3330223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363130343632303238223b733a383a2270617373776f7264223b733a33323a223637646662376632373762393637363938653234626135613039626436343134223b733a343a2273616c74223b733a31303a226e4b342e7d426d2d4464223b733a393a2266697273746e616d65223b4e3b733a383a226c6173746e616d65223b4e3b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a353a2270686f6e65223b4e3b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a31343a226c6173745f70617373776f726473223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363131393431373733223b733a373a226170695f6b6579223b733a36303a2224327924313024675055342f5261644544576e51744b524a61336a4d655248336b39544e6c2e4c434650484b546549574a59384a69486e3768487561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223331223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a303a22223b733a31303a22625f6c6173746e616d65223b733a303a22223b733a393a22625f61646472657373223b733a303a22223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a225553223b733a393a22625f7a6970636f6465223b733a353a223032313235223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a303a22223b733a31303a22735f6c6173746e616d65223b733a303a22223b733a393a22735f61646472657373223b733a303a22223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a323a224d41223b733a393a22735f636f756e747279223b733a323a225553223b733a393a22735f7a6970636f6465223b733a353a223032313235223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a303a22223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363234333832343432223b733a363a226669656c6473223b613a313a7b693a35323b733a31373a223131313131313131313131313131313131223b7d733a31353a22625f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31353a22735f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31333a22735f73746174655f6465736372223b733a31333a224d617373616368757365747473223b733a363a22706f696e7473223b693a303b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b7d7d733a31323a227061636b6167655f696e666f223b613a373a7b733a313a2243223b643a31303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a343a7b733a383a2270726f6475637473223b613a313a7b693a323030353732353436343b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a31303b7d7d733a31313a226f726967696e6174696f6e223b613a373a7b733a343a226e616d65223b733a363a22546573746532223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b7d733a383a226c6f636174696f6e223b613a393a7b733a353a227374617465223b733a323a224d41223b733a373a22636f756e747279223b733a323a225553223b733a31333a22636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31313a2273746174655f6465736372223b733a31333a224d617373616368757365747473223b733a343a2263697479223b733a363a22426f73746f6e223b733a373a227a6970636f6465223b733a353a223032313235223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a393a2266697273746e616d65223b733a343a224a6f686e223b733a383a226c6173746e616d65223b733a333a22446f65223b7d7d733a31373a227061636b6167655f696e666f5f66756c6c223b613a373a7b733a313a2243223b643a31303b733a313a2257223b733a353a22312e303030223b733a313a2249223b693a313b733a31363a227368697070696e675f66726569676874223b643a303b733a383a227061636b61676573223b613a313a7b693a303b613a343a7b733a383a2270726f6475637473223b613a313a7b693a323030353732353436343b693a313b7d733a363a22616d6f756e74223b693a313b733a363a22776569676874223b643a313b733a343a22636f7374223b643a31303b7d7d733a31313a226f726967696e6174696f6e223b613a373a7b733a343a226e616d65223b733a363a22546573746532223b733a373a2261646472657373223b733a32363a224361726c6f73204472756d6d6f6e6420646520416e6472616465223b733a343a2263697479223b733a373a22476f696f657265223b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225052223b733a373a227a6970636f6465223b733a383a223837333630303030223b733a353a2270686f6e65223b733a31373a222b35352834342939393939392d39393939223b7d733a383a226c6f636174696f6e223b613a393a7b733a353a227374617465223b733a323a224d41223b733a373a22636f756e747279223b733a323a225553223b733a31333a22636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31313a2273746174655f6465736372223b733a31333a224d617373616368757365747473223b733a343a2263697479223b733a363a22426f73746f6e223b733a373a227a6970636f6465223b733a353a223032313235223b733a31323a22616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a393a2266697273746e616d65223b733a343a224a6f686e223b733a383a226c6173746e616d65223b733a333a22446f65223b7d7d733a32313a22616c6c5f6564705f667265655f7368697070696e67223b623a303b733a31373a22616c6c5f667265655f7368697070696e67223b623a303b733a31333a22667265655f7368697070696e67223b623a303b733a32303a227368697070696e675f6e6f5f7265717569726564223b623a303b733a393a227368697070696e6773223b613a303a7b7d7d7d733a383a227368697070696e67223b613a303a7b7d733a31353a2263686f73656e5f7368697070696e67223b613a303a7b7d733a31313a22706f696e74735f696e666f223b613a323a7b733a31353a227261775f746f74616c5f7072696365223b693a303b733a31313a22746f74616c5f7072696365223b643a303b7d733a31313a227461785f73756d6d617279223b613a303a7b7d733a353a227461786573223b613a303a7b7d733a31393a22646973636f756e7465645f737562746f74616c223b643a31303b733a31313a226861735f636f75706f6e73223b623a313b733a393a22757365725f64617461223b613a35393a7b733a373a22757365725f6964223b733a323a223330223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3330223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363130343632303238223b733a383a2270617373776f7264223b733a33323a223637646662376632373762393637363938653234626135613039626436343134223b733a343a2273616c74223b733a31303a226e4b342e7d426d2d4464223b733a393a2266697273746e616d65223b733a303a22223b733a383a226c6173746e616d65223b733a303a22223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a353a2270686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a31343a226c6173745f70617373776f726473223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363131393431373733223b733a373a226170695f6b6579223b733a36303a2224327924313024675055342f5261644544576e51744b524a61336a4d655248336b39544e6c2e4c434650484b546549574a59384a69486e3768487561223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223331223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a303a22223b733a31303a22625f6c6173746e616d65223b733a303a22223b733a393a22625f61646472657373223b733a303a22223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a225553223b733a393a22625f7a6970636f6465223b733a353a223032313235223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a303a22223b733a31303a22735f6c6173746e616d65223b733a303a22223b733a393a22735f61646472657373223b733a303a22223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a323a224d41223b733a393a22735f636f756e747279223b733a323a225553223b733a393a22735f7a6970636f6465223b733a353a223032313235223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a303a22223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363234333832343432223b733a363a226669656c6473223b613a313a7b693a35323b733a31373a223131313131313131313131313131313131223b7d733a31353a22625f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31353a22735f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31333a22625f73746174655f6465736372223b733a31333a224d617373616368757365747473223b733a31333a22735f73746174655f6465736372223b733a31333a224d617373616368757365747473223b733a363a22706f696e7473223b693a303b7d7d733a32313a2270726f647563745f6e6f74696669636174696f6e73223b613a323a7b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a31313a2270726f647563745f696473223b613a303a7b7d7d7d),
('store_mode', 0x756c74696d617465),
('vendor_debt_payout.weekly_digest_before_last_timestamp', 0x31363535373330373739),
('vendor_debt_payout.weekly_digest_last_timestamp', 0x31363536353130373231);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_stored_sessions`
--

CREATE TABLE `partiushop_stored_sessions` (
  `session_id` varchar(64) NOT NULL,
  `expiry` int(11) UNSIGNED NOT NULL,
  `data` blob DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_stored_sessions`
--

INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('00040a05ec76d2540e74348f65779048-C', 1657132501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532373730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532373730313b7d7d),
('000dd92ed2188f961eb6f4e1d1a6ac70-C', 1656480204, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837353430343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837353430343b7d7d),
('00235da30ee84ba5b93eef13d15e122e-C', 1657014001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430393230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430393230313b7d7d),
('00262a8ce3e7c73e668126988a3853aa-C', 1656411602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830363830323b7d7d),
('0034b7d26850ff3a8790f64b528675b7-C', 1657590601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938353830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938353830313b7d7d),
('0036f61954bba49a3fac89c13987d977-C', 1657395302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739303530323b7d7d),
('0046b17b6e3dc50f449f73d89b6ea24e-C', 1656280938, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637363133383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637363133383b7d7d),
('00576fef2b94c5375039dc5339cb119b-C', 1655848994, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353234343139343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353234343139343b7d7d),
('005e208759ff7555de5a43e049e84898-C', 1656781501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137363730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137363730313b7d7d),
('006d9faa2f7f099ab84fb6d53aff86ff-C', 1656246901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634323130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634323130313b7d7d),
('009ad7979e3b45f73255931c0d30e25e-C', 1657647902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034333130323b7d7d),
('00a2c9db062aad91b4f7c9e5551ff79b-C', 1657328102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732333330323b7d7d),
('00a6e30562515b8cc8fb0225f10ae55c-C', 1657365602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736303830323b7d7d),
('00a989a973fcc465a25a516d08561c49-C', 1656711302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130363530323b7d7d),
('00abddbed36f0f9ae53b9ea6113f6474-C', 1656654302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034393530323b7d7d),
('00b89ddd2b54c82380c80710b59b23b7-C', 1657005302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430303530323b7d7d),
('00bc43f774953c7098bb89b714654b4a-C', 1657371002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736363230323b7d7d),
('00c3636882904c6a0f27f746d4d3f6b1-C', 1657131115, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532363331353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532363331353b7d7d),
('00d20d37443d08feeb2d89d1ab4b1da3-C', 1657195050, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539303235303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539303235303b7d7d),
('00d350ad9b17370e4ff484fb9378ccdc-C', 1656552302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934373530323b7d7d),
('00d3a016107d867bae46b9e569741fea-C', 1656498601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839333830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839333830313b7d7d),
('00d9e1482ef0c5695ba5ba326b415c1a-C', 1657540502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933353730323b7d7d),
('00f24e6e451bfe8a5aa02310f277e914-C', 1657365302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736303530323b7d7d),
('00fafb9f5e4a50849588f9d6fdf9bf2b-C', 1656954302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334393530323b7d7d),
('00fbbc58b31a214aa62199cf214b33ba-C', 1656350702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734353930323b7d7d),
('00fd94181318524ae4674ae7873d3b70-C', 1656618602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031333830323b7d7d),
('01030e19cce7ac00383175e2195901c7-C', 1657566302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936313530323b7d7d),
('010e16b9d8eaa66d822eb7085928030d-C', 1656749702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134343930323b7d7d),
('011d685b796fb6cea0308d4b01034380-C', 1656420602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831353830323b7d7d),
('011d8bc9f9b5e6f4324e9b639e6bba4b-C', 1657293602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638383830323b7d7d),
('0133e40052f16f926857404f501afd62-C', 1657575902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937313130323b7d7d),
('013ced5c5efb7497f1218fc32d742be4-C', 1657520849, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931363034393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931363034393b7d7d),
('0150aeebb1b426010b2911b0135b2e6b-C', 1657494302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838393530323b7d7d),
('0159a78cf07de161d8c670eb25933876-C', 1657264201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635393430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635393430313b7d7d),
('016aed4dee92d81d0262ffc4af618742-C', 1657681502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037363730323b7d7d),
('018200ea4b6d0969f0d1bf449facd6af-C', 1657152302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534373530323b7d7d),
('018decaee5dd3f17c18d267f4f5547f3-C', 1656252902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634383130323b7d7d),
('0197336db357221ebd4533966c97fcaf-C', 1658045702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373434303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373434303930323b7d7d),
('0199ff9be5fdd248d8a5e65da64a0cd3-C', 1656093602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438383830323b7d7d),
('01a6f978f9b4512261c3f420da6551a7-C', 1656990301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338353530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338353530313b7d7d),
('01a9901aa3a0cb5ff21b27a5674fa615-C', 1656852001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234373230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234373230313b7d7d),
('01afd331c2a7e3094f0b316e1716a130-C', 1657117748, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531323934383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531323934383b7d7d),
('01b4c683ba91f7e96937399a05942186-C', 1656901802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239373030323b7d7d),
('01bc850a16ccef8d2522c87ddc2f333d-C', 1656089402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438343630323b7d7d),
('01c21f683af494cb90e047a5c19459d2-C', 1657585802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938313030323b7d7d),
('01cd4ed639954708631dd1156c027edc-C', 1656571501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936363730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936363730313b7d7d),
('01d493a661f18d917d3f5012aa52fb83-C', 1656981902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337373130323b7d7d),
('01e2fcf0a14cf463a73769ca763c00fc-C', 1657664702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035393930323b7d7d),
('01e7a6390270dc0316ab8b4fe7e0afd1-C', 1657054802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435303030323b7d7d),
('01e8180ffc14c24039ad70447cdf1fad-C', 1656346201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734313430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734313430313b7d7d),
('02142026a5e758603bae9264f3f6b297-C', 1657229402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632343630323b7d7d),
('0229a9d7eb99e12caa2993ac09811ebd-C', 1656737081, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133323238313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133323238313b7d7d),
('022d957d6dad075a25e595f8066f0aa3-C', 1657151701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534363930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534363930313b7d7d),
('023e55aebe21f2f4d384831007ce0748-C', 1657425283, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832303438333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832303438333b7d7d),
('023eb00f8d573ffce141b3a523be0c14-C', 1656814201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230393430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230393430313b7d7d),
('024769311ce8cc46e7f05ad5ab901001-C', 1657369802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736353030323b7d7d),
('0249ec02ef25303b7ae2d610c2625b9b-C', 1657694701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038393930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038393930313b7d7d),
('02501223509ab166baa9c627a7f6a2b5-C', 1657877309, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373237323530393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373237323530393b7d7d),
('0251d3404bccf564810e313065149b87-C', 1656575402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937303630323b7d7d),
('0260d244edc76ef746424cefde341895-C', 1656624302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031393530323b7d7d),
('0266b210e6db454d4ff2ff3e88d0b9ad-C', 1656537902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933333130323b7d7d),
('026b9cfdf20f1bc5b77dbc9f1ec4c924-C', 1656985502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338303730323b7d7d),
('026c33722bf0a81c7b61b39c1ef26435-C', 1656602102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939373330323b7d7d),
('02841602afa017b31253158dd7365b1b-C', 1657410902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830363130323b7d7d),
('02898116f2e14ab86059718ee4fe428f-C', 1656294602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638393830323b7d7d),
('028dca53857b07a0f40549b17c657854-C', 1656776920, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137323132303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137323132303b7d7d),
('029731520f08a4117c8eccc64d061ac1-C', 1656403426, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739383632363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739383632363b7d7d),
('02af7883738eed1412c77ada744610eb-C', 1657352401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734373630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734373630313b7d7d),
('02b92d9dde9093c49498a918be013070-C', 1657335301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733303530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733303530313b7d7d),
('02cb30938dce6dfc7fba2d4f43abfcfe-C', 1657401602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739363830323b7d7d),
('02cea6fad86beb47a1c63ef8787d2a01-C', 1656813602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230383830323b7d7d),
('02d8e968e91a39c5500dc826f9be0669-C', 1657445102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834303330323b7d7d),
('02d9eec494ae919c68ee34861d7a82c6-C', 1658261029, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373635363232393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373635363232393b7d7d),
('02e78bba88078088a38809e600dc4d70-C', 1657194663, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538393836333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538393836333b7d7d),
('02e8fe1e5b85bedcf199a70a631ee126-C', 1656972602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336373830323b7d7d),
('02fcc86225136298e36ab0e189c79a67-C', 1657477201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837323430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837323430313b7d7d),
('0315145a5a6a46e68e858d38bc2fd533-C', 1656143402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533383630323b7d7d),
('0317e5f2534b64a0f4b77ef367afa3b1-C', 1655994902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339303130323b7d7d),
('031878a21d21ec5cfa766a3dcc5d7616-C', 1657376101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737313330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737313330313b7d7d),
('031d772fac79b5bb48d5f8b366c5f27f-C', 1656513002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930383230323b7d7d),
('0326b8edf18cf2c58e6b8ed2ce7c976b-C', 1657017302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431323530323b7d7d),
('032776234e85a355b0d492a5e2fd8e5c-C', 1656728402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132333630323b7d7d),
('032c0dc6422e3173bc0b1bb6b6ca5239-C', 1657043701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433383930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433383930313b7d7d),
('0335ecec70f2dc4aca8181d92a45bbaa-C', 1657245601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634303830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634303830313b7d7d),
('034eab8293a6deb68578c65e5a98bfe3-C', 1657433702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832383930323b7d7d),
('036b2108d159fee352e878aa5b1c6d77-C', 1656258302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635333530323b7d7d),
('037aaa35c528f80adae86bf791b92289-C', 1656886502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238313730323b7d7d),
('037c3ec7ca927b90dfe0c46d53bfaa3b-C', 1656355201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735303430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735303430313b7d7d),
('038ac6198276391123247e05191c561a-C', 1656036602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433313830323b7d7d),
('039f5fcb9f0f706ffcdc4d63959d3f61-C', 1656336602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733313830323b7d7d),
('03a4520cb24aa9b46867150a216a5f0c-C', 1656048234, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434333433343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434333433343b7d7d),
('03adbf284be4de4ea0d553147f653a4b-C', 1656645901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034313130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034313130313b7d7d),
('03b133f824e4396d4b65a007fdbbf237-C', 1657016702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431313930323b7d7d),
('03b91be7531213419f35856b8785e427-C', 1656207602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630323830323b7d7d),
('03bc40ebea6f58b09d6016ea9dacad67-C', 1657730750, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373132353935303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373132353935303b7d7d),
('03ee2ebba3cc11b6b56fd8912e19eae9-C', 1656536702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933313930323b7d7d),
('03f24174fe04d0942c1379d2ac1b30de-C', 1657081802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437373030323b7d7d),
('040356730af2f2264ef4f66dfa35bcbd-C', 1656434101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832393330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832393330313b7d7d),
('0408ddb32f4d7aefe323fdc2bec5a63a-C', 1657687212, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038323431323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038323431323b7d7d),
('040ae18951118bf82eff35a0d9608427-C', 1656715907, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131313130373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131313130373b7d7d),
('04211442fdea24146d676c278fdbebd3-C', 1657517102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931323330323b7d7d),
('04218cd3f3e8e637b151cd1a9e95e1d5-C', 1656413102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830383330323b7d7d),
('042627b5c29b163d5531ca8e1748c408-C', 1656825602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232303830323b7d7d),
('043c0d2560a209d3782e630be568590f-C', 1656430202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832353430323b7d7d),
('044bcca635b512e7a78fcb35c55ad66e-C', 1656479701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837343930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837343930313b7d7d),
('044cfc11abd7c5d706fb51a1b1f59631-C', 1656314159, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730393335393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730393335393b7d7d),
('046d18be82be45f0825f524ee3b72333-C', 1657786096, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373138313239363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373138313239363b7d7d),
('04837c862a28bcf88bd25ce973d5c9ba-C', 1656765302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136303530323b7d7d),
('048b63cd608bc12cf2f9e5b873becb9a-C', 1657117202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531323430323b7d7d),
('048c7cd699796932043c7cc50c5c99bc-C', 1656698537, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039333733373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039333733373b7d7d),
('04961a64704ee4fcef43bb88967e3aee-C', 1657163102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535383330323b7d7d),
('049efc62937413db719e6cbb017d0edd-C', 1656565716, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936303931363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936303931363b7d7d),
('04a08820ddea538850ff7186e8408abb-C', 1657221903, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631373130333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631373130333b7d7d),
('04af1f6f994de00e48473055f5ef9dc1-C', 1656624601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031393830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031393830313b7d7d),
('04b5819f418ff9352c456c02aef5f7fa-C', 1656643731, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033383933313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033383933313b7d7d),
('04b85045d39d0dc0439482cef9081aae-C', 1656423602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831383830323b7d7d),
('04c48832bff85b46d940882459ed8231-C', 1656192001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538373230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538373230313b7d7d),
('04c9281786fdf70ca2aa4688a29fa49d-C', 1656794404, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138393630343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138393630343b7d7d),
('04c9665c382585303f351d95cb7f8bde-C', 1658172629, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373536373832393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373536373832393b7d7d),
('04ca0ec646cee143dc8fb18e87253826-C', 1656774002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136393230323b7d7d),
('04cdeef0b179f9b7aab758638085f6ed-C', 1657318841, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731343034313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731343034313b7d7d),
('04cfa418f2bbaabbd5856da521b18d3e-C', 1656891902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238373130323b7d7d),
('04d3710bb713050afd4c5f68acd1b535-C', 1656695402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039303630323b7d7d),
('04d383f668f66423091bee005c7ccce8-C', 1656937802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333333030323b7d7d),
('04f4b486b216445c7a0d68a9bd5464a1-C', 1656005349, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430303534393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430303534393b7d7d),
('04f4d7a34456ce266995fdef506332b0-C', 1656315602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731303830323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('0505e3fcbe0c33a178016f1969dd9f0b-C', 1657658102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035333330323b7d7d),
('050736103c3f4cd6bd9ee88a9035bb5a-C', 1657471502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836363730323b7d7d),
('05121facfae3d05a62bd807be6c62fbf-C', 1657651501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034363730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034363730313b7d7d),
('05130c37e93e6af6c08c0f5814562223-C', 1656830421, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232353632313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232353632313b7d7d),
('051495c6ca05f0f10ef9064b33629820-C', 1657888809, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373238343030393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373238343030393b7d7d),
('0516d56f10793159857b0ca2d512c608-C', 1657847189, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373234323338393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373234323338393b7d7d),
('0523f17ec81a8c91ff5249cb470d058b-C', 1657435202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833303430323b7d7d),
('052b7a46ec0bbcf02edbb7f58a9dcafb-C', 1657052664, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434373836343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434373836343b7d7d),
('052d10ac7be52af800917f9c96ea987f-C', 1657070402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436353630323b7d7d),
('052fdab18a62f6f39bafdd2518a53f74-C', 1657443602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833383830323b7d7d),
('0533d2ef0c957e2de0132b38a51253aa-C', 1656711602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130363830323b7d7d),
('054a5e49a852b9e0b941606572355a6a-C', 1657315687, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731303838373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731303838373b7d7d),
('054b58180b3b279576de462a8688c972-C', 1657617601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031323830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031323830313b7d7d),
('055567084e3b710669686adbae8adc94-C', 1658103091, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373439383239313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373439383239313b7d7d),
('0555b6b1c23f4fbe7e6a25968413b8b4-C', 1656963302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335383530323b7d7d),
('0557d9cc424518ad2d848b66ef2a935e-C', 1656466802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836323030323b7d7d),
('055f2fb3d4b65c1014b54ba532b2064a-C', 1657459201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835343430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835343430313b7d7d),
('055f8359564eb71b0012ebc9dd12bd5a-C', 1656296702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639313930323b7d7d),
('056392279455f218fb0e7ad8dde5b91b-C', 1656369902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736353130323b7d7d),
('056fb11b60c28cf8c81953d164accae4-C', 1657208101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630333330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630333330313b7d7d),
('0576de308610c9cb8b6110a210993aa8-C', 1655929523, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353332343732333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353332343732333b7d7d),
('057eab9bae6c95605e98657b46418b75-C', 1656892202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238373430323b7d7d),
('057f792ac44896ed971f58eb76a8cdc4-C', 1656950402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334353630323b7d7d),
('058af49362b4d0cc36f04b25dd1dc06b-C', 1656603302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939383530323b7d7d),
('059723f9c1ca804417265ad605a74bea-C', 1656150302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534353530323b7d7d),
('05a052f619aeb5b914f4e9c0cb1ca287-C', 1656419517, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831343731373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831343731373b7d7d),
('05a72eac99a4a574ae2b74cba0648f82-C', 1656059701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435343930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435343930313b7d7d),
('05ae4bc292e74cbec29fe1f2613c647c-C', 1657498202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839333430323b7d7d),
('05b3b688a1c1c5448054cfe77e10c1b8-C', 1656824702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231393930323b7d7d),
('05b669f409ea310c502ad4851ec3314b-C', 1656325502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732303730323b7d7d),
('05c02a7aa11a888f3857e5d9a411d8a6-C', 1657468802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836343030323b7d7d),
('05cc31fb4d1fdfb455bec189ffbec49e-C', 1656133502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532383730323b7d7d),
('05ce65ca11c47544e72b3453710c0f18-C', 1656021001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431363230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431363230313b7d7d),
('05d326c2f7c759194ba7301fa7e8fa1e-C', 1657563902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935393130323b7d7d),
('05d419708a62b2e8308906efa8225fb7-C', 1657539902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933353130323b7d7d),
('05ddb00d85d60e14f806db89602a11a4-C', 1657483717, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837383931373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837383931373b7d7d),
('05e313fc01710f43e64c28f40e3e1b8f-C', 1656737702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133323930323b7d7d),
('05e6a93d8653e18bb46e547da6c00125-C', 1656927601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332323830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332323830313b7d7d),
('05ebea68d55c447c61eed0bc46522352-C', 1657560208, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935353430383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935353430383b7d7d),
('05eef9f394df87a3837e9d7e20daad08-C', 1657282801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637383030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637383030313b7d7d),
('05f6c58495711fd7e5dbd84e93ae9559-C', 1656769802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136353030323b7d7d),
('060a2de5bf046a79b34a7ba96c3c836e-C', 1657658702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035333930323b7d7d),
('0611d62ee9cc13a3d54a44e65f923e85-C', 1657387202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738323430323b7d7d),
('0614d219bc0af08d132bc45efc047d6e-C', 1657670702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036353930323b7d7d),
('0623ef19f4ff183739273e8c70b5bdf1-C', 1657326602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732313830323b7d7d),
('06250092010e8a19b31b5ab2b8ac6bfd-C', 1657733446, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373132383634363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373132383634363b7d7d),
('062a1d311371e2c130a96793f29dd9f4-C', 1656910202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330353430323b7d7d),
('062c077e1b198c3439590fb1c445af3a-C', 1656282602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637373830323b7d7d),
('0630d3617e7004ede112ebf17fe74610-C', 1656189302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538343530323b7d7d),
('063aa736c128ba382fc108d09c0600b1-C', 1656526802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932323030323b7d7d),
('063f3ad8707162fd92015dd156ea7cf7-C', 1657659456, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035343635363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035343635363b7d7d),
('0644d02b2d55485a7949e53abc372cdf-C', 1657133702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532383930323b7d7d),
('0651713e8c648059c1e55860778d6aea-C', 1656767406, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136323630363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136323630363b7d7d),
('06581803c39cc8500b22ad9fb282e9cd-C', 1656667202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036323430323b7d7d),
('0663bae27fdc7c21e6ee2321d37ebbfe-C', 1656678602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037333830323b7d7d),
('06737239bf1feaf617f22d21bf6e9ad7-C', 1657478701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837333930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837333930313b7d7d),
('06805ce2fe1b4d5877a5b9af27c1ab78-C', 1657536002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933313230323b7d7d),
('068312b66ae9416a7a6852130e0b1a83-C', 1656959702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335343930323b7d7d),
('06925697e32209a56a4b3196a538b79a-C', 1657858265, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373235333436353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373235333436353b7d7d),
('0697aea3bdf6fbb0de80163b06fcb062-C', 1656696001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039313230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039313230313b7d7d),
('0699b20dc368ff96d1a2c2c56e458a74-C', 1657115701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531303930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531303930313b7d7d),
('069fb7f444fd4ef487e69d0ea17c479b-C', 1656515411, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931303631313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931303631313b7d7d),
('06b77549e374832ed073f2aa11da124a-C', 1657047602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434323830323b7d7d),
('06c112927e727b0f968d788e7f21003f-C', 1656746402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134313630323b7d7d),
('06c16bbd2ed056ffe95076931536a22d-C', 1657619102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031343330323b7d7d),
('06c28369fcf38d27229bbaad384565e0-C', 1657905553, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373330303735333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373330303735333b7d7d),
('06c2c353de3b552b9f05147b7211fa12-C', 1656555302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935303530323b7d7d),
('06c47c0897673f1170da0adfa8a32fee-C', 1656123602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531383830323b7d7d),
('06c9bc20c75350925cab645631abc860-C', 1657064701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435393930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435393930313b7d7d),
('06cdc46023aada45f4fad1f1ed36a7eb-C', 1657171501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536363730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536363730313b7d7d),
('06d430dd4b8e4342881332be10199b6c-C', 1656264001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635393230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635393230313b7d7d),
('06e295b3b7165f489495238e7c4c8bf0-C', 1657154102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534393330323b7d7d),
('06f14893fb34454c0cdfeed263954f43-C', 1656526502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932313730323b7d7d),
('06f51965496f8a981f88a793b13c30e2-C', 1656013802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430393030323b7d7d),
('06fe6dbfc30894181996636a1c9fbb32-C', 1656427202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832323430323b7d7d),
('071a55b260943d4f039f539c82b51930-C', 1657025101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432303330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432303330313b7d7d),
('071c97f5920140c956ed1f000b6f28c3-C', 1656604802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030303030323b7d7d),
('0721683da7c91c1907f113c6e0c35bdf-C', 1656427802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832333030323b7d7d),
('0758b00824e85c7a84b8c9d599e23b35-C', 1656431892, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832373039323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832373039323b7d7d),
('075f0177e93b879b956c2fe167b29314-C', 1657498501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839333730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839333730313b7d7d),
('07626873a025d765019aaacc6c121494-C', 1657778355, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373137333535353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373137333535353b7d7d),
('076ee185428c2563e45998fd15340334-C', 1656351902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734373130323b7d7d),
('077074ca4b026d5d71e741dd93d05a10-C', 1656140102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533353330323b7d7d),
('07764bbd6635f51d7aa5e1b43315a6d0-C', 1656520802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931363030323b7d7d),
('079e85a0da1406581d236e98bff9791c-C', 1656576302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937313530323b7d7d),
('07a1e1b88cfdcfb28ae48c3ce2460245-C', 1657216201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631313430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631313430313b7d7d),
('07a32bcaf4cb59e1a694c616ca98e632-C', 1656713102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130383330323b7d7d),
('07a91169454f805ce5b680edbd3790b1-C', 1656101701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439363930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439363930313b7d7d),
('07abac50cca614c2f907b6299846c6a3-C', 1656991202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338363430323b7d7d),
('07b5c4d0bd6c27908eb9f52270fe4952-C', 1656202502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539373730323b7d7d),
('07bab2a0f618ee19d91e1e8df8a2b524-C', 1657601402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939363630323b7d7d),
('07bf8575439fc28c14f5eccc73fd80d2-C', 1656394501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738393730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738393730313b7d7d),
('07c6a69080e9520f0a2625f54399ddc7-C', 1657188002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538333230323b7d7d),
('07da69266b196fdf8347b8954d8f03cf-C', 1657121702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531363930323b7d7d),
('07dd11e87d880827bef45df725f37ed9-C', 1657501502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839363730323b7d7d),
('07e6fe4bda29bb46952be4d1ea661cc1-C', 1656915302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331303530323b7d7d),
('07fb9f093a3e751863bf6911cd620e8f-C', 1656884702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237393930323b7d7d),
('0812347a031a3566836e648069aa139d-C', 1656817202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231323430323b7d7d),
('0813beaca9ae035f30e0368ce83e1f70-C', 1656098402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439333630323b7d7d),
('0817297135a2eb59cd598f22bae6fa6d-C', 1657497902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839333130323b7d7d),
('081c0b83fd9064c1ae3645c9194a329c-C', 1656285002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638303230323b7d7d),
('081c8e75cb027e1091928b0953d0213f-C', 1656259202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635343430323b7d7d),
('082233de7110abcf966e19bf8d1f036e-C', 1657110602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530353830323b7d7d),
('0823bfd622c0825ad6c83db1a883aed8-C', 1656281402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637363630323b7d7d),
('0823e1aa7085297d3ba94c7ab48d565f-C', 1657404902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830303130323b7d7d),
('0824c894f4b55cdda4127ec8039bebcf-C', 1657273564, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636383736343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636383736343b7d7d),
('083dd6217c3acd505d3cfdad9e881075-C', 1656705002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130303230323b7d7d),
('0862efd2f6ffea04aa5fd8160e011ac0-C', 1657497302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839323530323b7d7d),
('08640cad501c8df75d67cc994337f1e4-C', 1657313101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730383330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730383330313b7d7d),
('08747e9caa09d4f44b2d27edaeed7300-C', 1656756302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135313530323b7d7d),
('087db532b6b3489e0a61af6c8493ef51-C', 1656355502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735303730323b7d7d),
('088f6700ebd0160f8dbb5dcc642fe61c-C', 1656242402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633373630323b7d7d),
('08b30a6243dd8943ac60bf80ba8d45cc-C', 1656796460, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139313636303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139313636303b7d7d),
('08b7e532b888c03b4cf75e7858846033-C', 1656039536, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433343733363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433343733363b7d7d),
('08c585083a88ff453ab1819b2a2ac493-C', 1657932399, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373332373539393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373332373539393b7d7d),
('08e6a9cb687ef71706aa6860537ba8cb-C', 1657561802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935373030323b7d7d),
('08e7276e548001916ff773ebe0165f83-C', 1656405002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830303230323b7d7d),
('08eec806a64941d38a908f5242347490-C', 1656266402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636313630323b7d7d),
('08f3cd5a0a45f47ddc020376b80ffd0d-C', 1657564501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935393730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935393730313b7d7d),
('08fd2bce51b265363e16f0be6744b764-C', 1656840002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233353230323b7d7d),
('0922b481f50623b21de991c8025d4251-C', 1656255901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635313130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635313130313b7d7d),
('09236d3fcd8a4021f9673ce72c31a013-C', 1655999102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339343330323b7d7d),
('09282c19cef795fcf1c0fbb3d81d5ff0-C', 1656360902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735363130323b7d7d),
('093377300e2ac474242360878cc3e40b-C', 1658255964, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373635313136343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373635313136343b7d7d),
('0935a7dcfecd83f6c238fd4989a7558c-C', 1656947402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334323630323b7d7d),
('093f52bca9d0615f9df1bf5635a000d8-C', 1657662602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035373830323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('094c3dbed86390017ac0d018d25eb8f9-C', 1656247802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634333030323b7d7d),
('094eb2197debb8eabfe93a0040d5094f-C', 1656395701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739303930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739303930313b7d7d),
('095da31efa55753c84646e46896b9fb7-C', 1656147301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534323530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534323530313b7d7d),
('096844f27ccc21d6084753ab0e7bbcb5-C', 1657259702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635343930323b7d7d),
('09a0d4c6ecf48c3f82e1b6454ae695f7-C', 1657492750, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838373935303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838373935303b7d7d),
('09a79227fcf0d5cd12731b03f65e082c-C', 1656533702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932383930323b7d7d),
('09bb6e48dce9994d1409e88f765e5bbb-C', 1657172102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536373330323b7d7d),
('09c4c46747c58b01fda9709c32628a41-C', 1656383102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737383330323b7d7d),
('09cfdb45f545f0de628943078aff89ba-C', 1656253502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634383730323b7d7d),
('09d3032d9b4b1de7d4593ee3f433f079-C', 1657344002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733393230323b7d7d),
('09d9f14facc52fbe22f281e6cae10ce9-C', 1657053002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434383230323b7d7d),
('09e35db6e9939cfa4527409f7ea3ce52-C', 1656572060, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936373236303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936373236303b7d7d),
('09e56ffb0caa5f9b85f41aedec43b151-C', 1657185301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538303530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538303530313b7d7d),
('09e64ec222cbb6b12d869b749c8c04db-C', 1656851402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234363630323b7d7d),
('09f6b415c3a1475080761eebbe97ca84-C', 1657721102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131363330323b7d7d),
('09f715c0082671b0893f3258a9b11828-C', 1656660901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035363130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035363130313b7d7d),
('0a03d85f457a35e643adca5aae35be1f-C', 1657708802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130343030323b7d7d),
('0a099f577d4af9fb0675a76a3fb23968-C', 1657047002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434323230323b7d7d),
('0a0a6f2ca79d1b8cf081fab6e3aa2e6b-C', 1657422902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831383130323b7d7d),
('0a11351ed7dd4876aa6174e1cca90a0f-C', 1656191401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538363630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538363630313b7d7d),
('0a1ab965aee98a57b6651b33f186f3fe-C', 1656354909, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735303130393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735303130393b7d7d),
('0a241604c383c9e61af411acb69b9aa4-C', 1657590901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938363130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938363130313b7d7d),
('0a291916b64f047986713cba92ec9f23-C', 1657036502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433313730323b7d7d),
('0a3652e8289e999d70efd0d53b9b29ae-C', 1656038401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433333630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433333630313b7d7d),
('0a4042946dcd63d63a1b7643281cb8db-C', 1656962730, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335373933303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335373933303b7d7d),
('0a408d849f8995d9d144342c81d8120c-C', 1657117501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531323730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531323730313b7d7d),
('0a455b73732684544da58b19d71defbc-C', 1658269148, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373636343334383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373636343334383b7d7d),
('0a4dcb3a0f091b894a98f42ad55750b1-C', 1657723502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131383730323b7d7d),
('0a5a73ee81da1d2b5ab7241dd1ae97ae-C', 1656910502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330353730323b7d7d),
('0a5d801ad5db34634a3c027528066bb6-C', 1656349202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734343430323b7d7d),
('0a5e1a5a327be0a43df105a366b5dad7-C', 1657301702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639363930323b7d7d),
('0a5e1c6b6c2ef4eb9b83ed850dc9d528-C', 1657431601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832363830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832363830313b7d7d),
('0a63f3048b1c4b2b889daaa6479556d6-C', 1656358387, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735333538373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735333538373b7d7d),
('0a67dc41a5810bd33be6c8ef8b1576d0-C', 1656770402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136353630323b7d7d),
('0a6a762d36e4be68c4e9003d382a9aa4-C', 1657114774, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530393937343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530393937343b7d7d),
('0a7a13b3598a8355d5927d2eb870dac9-C', 1657043859, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433393035393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433393035393b7d7d),
('0a7f5f28a3b75817094615147bbd88ec-C', 1657421701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831363930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831363930313b7d7d),
('0a81d13070aa996994e8f2565b4f3708-C', 1656937242, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333323434323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333323434323b7d7d),
('0a9a6986450dfa612393c55d4045eea2-C', 1656704102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039393330323b7d7d),
('0a9f43a3ffd2fdddc43baca05c5842a8-C', 1656819902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231353130323b7d7d),
('0ab227da36e6e604492f9b00101bf320-C', 1656073507, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436383730373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436383730373b7d7d),
('0ab23a1c441691ee1c997225356f0a65-C', 1656953102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334383330323b7d7d),
('0aba04c09d1c00f0a1e7bfb93ba03938-C', 1656870901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236363130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236363130313b7d7d),
('0abe3b9bae0dd73ad9e7ed81debc41ae-C', 1656120001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531353230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531353230313b7d7d),
('0acddda3876f36ccc9983b0ced2795cd-C', 1657049102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434343330323b7d7d),
('0ad0894c397577a51dbbb70bb2e4836c-C', 1656199502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539343730323b7d7d),
('0ad2fafd4ab228a105255b38238013ef-C', 1656195002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539303230323b7d7d),
('0ae638328707e3213377e7eef31f7f41-C', 1657426202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832313430323b7d7d),
('0afcf0532650158ecf965202947557e5-C', 1656053101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434383330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434383330313b7d7d),
('0b013b7b1a7c722c241a1f7d39ff1ad8-C', 1656550124, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934353332343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934353332343b7d7d),
('0b0611ea7998bfeffc6c431c331fd0a3-C', 1657433401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832383630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832383630313b7d7d),
('0b16bef7f258430af0e228a4613d8477-C', 1657415102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831303330323b7d7d),
('0b2340c2fc138fd7d0a7a03136735066-C', 1656113101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530383330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530383330313b7d7d),
('0b2c114d41620d7296b190172cad0edf-C', 1657451102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834363330323b7d7d),
('0b31fe3ec294b141e7257c75ae37f402-C', 1657258802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635343030323b7d7d),
('0b47d66c44b4d08dcb25cd4f76658a0d-C', 1656624901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032303130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032303130313b7d7d),
('0b496b0000e0b65f60a08fa1f539f0a4-C', 1657382102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737373330323b7d7d),
('0b5f6f988216099bb93fd0afb8f99c6f-C', 1658243140, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373633383334303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373633383334303b7d7d),
('0b6312f37fcbc71e221be4584e0d7072-C', 1656540602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933353830323b7d7d),
('0b67b9300f1919ff44423ec517adb263-C', 1657928269, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373332333436393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373332333436393b7d7d),
('0b685593891f24e927e4d75b6ab5db21-C', 1656499502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839343730323b7d7d),
('0b69ec05a9b58c78ce7934c42cfbd7f1-C', 1657661101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035363330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035363330313b7d7d),
('0b808dd57b38049a50ca764a759d327d-C', 1657257301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635323530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635323530313b7d7d),
('0b941accda53c82bcd606f6c878f5598-C', 1656930602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332353830323b7d7d),
('0b95d9d1798fd1aff3f3bd2927c6b9ab-C', 1657315801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731313030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731313030313b7d7d),
('0b99a5554483bee94cf3a0a17bad646c-C', 1656277802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637333030323b7d7d),
('0ba4fcc34ee501e41e932c227bad1392-C', 1657703701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039383930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039383930313b7d7d),
('0ba66916b3c33ee151300a322f4891fd-C', 1656826866, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232323036363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232323036363b7d7d),
('0bb2c1bb3cc746a506b734a1dcd6420b-C', 1657073702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436383930323b7d7d),
('0bb3004430b1b44fec6eb72642ee136d-C', 1656459301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835343530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835343530313b7d7d),
('0bbb283e787b96e4cd16af36b6b4113d-C', 1656690002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038353230323b7d7d),
('0bc4b031c2b3f8beacab3b5a39e5e884-C', 1657631402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032363630323b7d7d),
('0bd5845246cf6a55467d8756828c431a-C', 1657604401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939393630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939393630313b7d7d),
('0befe074d8da6e7392369b73c699a7c1-C', 1657298102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639333330323b7d7d),
('0bf662ba25b09f8aff47c8789a21f9b0-C', 1656733202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132383430323b7d7d),
('0bf7f5072e4b06cbeb47cc334472f9a0-C', 1657176602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537313830323b7d7d),
('0bfd4b93c487687d53ebdc95560e0dbc-C', 1657614002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030393230323b7d7d),
('0bfe0f7f3838a1600e5226888b1c0bb3-C', 1656959102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335343330323b7d7d),
('0bff5a35c2b155b41706178266881349-C', 1657671602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036363830323b7d7d),
('0c1a9f6305b0456b2367982b967a56d2-C', 1657488193, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838333339333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838333339333b7d7d),
('0c1e4d6e64bbd6ce0b98790c0fb80426-C', 1657944213, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373333393431333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373333393431333b7d7d),
('0c2765ad07eb2c19ddd078d137b97a72-C', 1657703420, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039383632303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039383632303b7d7d),
('0c30ef3d9e8b4dad38b8214c021e5ce6-C', 1656496502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839313730323b7d7d),
('0c3c8b453df2f15e98bcc3dd1288aada-C', 1656871802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236373030323b7d7d),
('0c4456a69865759fd5964eeadbf4b060-C', 1656669602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036343830323b7d7d),
('0c4494f32dc6070c4e06238e4b92e30f-C', 1656168602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536333830323b7d7d),
('0c49eadadfe3cfce536e6fb9ef630c05-C', 1657133102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532383330323b7d7d),
('0c4f916bc386bc85841d63d0164e46ce-C', 1656685802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038313030323b7d7d),
('0c5ab11f43ea1a8163a22617eb8f4ab6-C', 1656863402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235383630323b7d7d),
('0c5b78023b4752df2705a126a3a702dd-C', 1656460502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835353730323b7d7d),
('0c7a2be80b0a1382634623144f522668-C', 1656630001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032353230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032353230313b7d7d),
('0c7f175c425c0e0ca2a0a0d853cdc95d-C', 1657389902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738353130323b7d7d),
('0c8057340c1704fd1633b9266395eeb5-C', 1656792002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138373230323b7d7d),
('0c80dbd106a9d47988b5f39246ca5f2b-C', 1657394101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738393330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738393330313b7d7d),
('0c93448c2186c1414e1de4e1374f8d57-C', 1656620285, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031353438353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031353438353b7d7d),
('0c9938864ffdb5f54cdac588d6eb97bc-C', 1657108752, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530333935323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530333935323b7d7d),
('0caac6e0fec82d5f200c18ed6323f25c-C', 1657315685, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731303838353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731303838353b7d7d),
('0cba920f40117a84fdb8880cb40a7671-C', 1657493101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838383330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838383330313b7d7d),
('0cc4cb494f3f9daffa4234913211a449-C', 1657962594, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373335373739343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373335373739343b7d7d),
('0ccca954ebd45080aed2316707149c5f-C', 1656933002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332383230323b7d7d),
('0cd0d05e983ad322e4e530c25c04e4ec-C', 1657699202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039343430323b7d7d),
('0cd31cbe2155d08d46617dd85e607afe-C', 1657320902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731363130323b7d7d),
('0ce1e3b480e0370da56598aada16a73a-C', 1657488902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838343130323b7d7d),
('0cf1adaa5e38aae328c4b1003c51b47b-C', 1656786002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138313230323b7d7d),
('0cf8c6916040c42096d71f77e2ff5a94-C', 1656776402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137313630323b7d7d),
('0d0c87f90dff4bc3d5bf03f65d8442cc-C', 1656003602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339383830323b7d7d),
('0d0e841080db1f4c1b1c035f766382d3-C', 1656649502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034343730323b7d7d),
('0d24e5ca82b94d16a09d01290b7839f2-C', 1657204572, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539393737323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539393737323b7d7d),
('0d638e9aab5766df892bc711d726f738-C', 1656355255, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735303435353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735303435353b7d7d),
('0d6dacf4f870a6d6ce87cfc54e8de84e-C', 1657611002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030363230323b7d7d),
('0d6eec96d970340bd6b05b80b65aaab3-C', 1656122402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531373630323b7d7d),
('0d7c9ef6166e41854027ab13458dafe8-C', 1656099602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439343830323b7d7d),
('0d7dcc65f2ac622a9e1234511fdaa00e-C', 1657486802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838323030323b7d7d),
('0d89aa0090babec1fcb258816097ab73-C', 1657000502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339353730323b7d7d),
('0d97515b24d66363b93219935263e95f-C', 1656548102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934333330323b7d7d),
('0d98955b2e024b7a5365d41d5d61de97-C', 1657464601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835393830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835393830313b7d7d),
('0d9af3e6da6f62c59332acf2ec485876-C', 1656966302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336313530323b7d7d),
('0d9c459a8c54cdc471cff1f6fba286e0-C', 1656599101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939343330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939343330313b7d7d),
('0da4d6e5bdcf2e7f0e142b8aa4cf5ec6-C', 1657082102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437373330323b7d7d),
('0da6cca94523fc26442e1a8393946525-C', 1657545901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934313130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934313130313b7d7d),
('0da6eaff24f1409da5578843557366f8-C', 1656921877, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331373037373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331373037373b7d7d),
('0dc014696493a10ab2f50d3902b58dd9-C', 1657508403, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930333630333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930333630333b7d7d),
('0dc469b5a36d807238eceb6b5ace78f8-C', 1656844202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233393430323b7d7d),
('0dd1f9a884687ab526257d0ffad7f5c8-C', 1656163201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535383430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535383430313b7d7d),
('0dd87fbc3c8244861faf7f21f9773c56-C', 1657725405, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373132303630353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373132303630353b7d7d),
('0dd932f0a9de5fd1e7f10d4326e8574b-C', 1656667502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036323730323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('0de802be06aeca006dab50a96d6f84f4-C', 1656545702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934303930323b7d7d),
('0df3d096be52c6eb075bbf63d3dd5474-C', 1657215602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631303830323b7d7d),
('0e0032cde29b4c07c24659691a67428d-C', 1656443402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833383630323b7d7d),
('0e1e5fb4b187248e09e9c0cd3276d308-C', 1657301402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639363630323b7d7d),
('0e20018e7c5ea4050e24d9da94d51500-C', 1657322102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731373330323b7d7d),
('0e30c9da35a4cee4e139f41f9fe82082-C', 1657992924, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373338383132343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373338383132343b7d7d),
('0e324331b52845de31703cf4566c2eb9-C', 1657118701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531333930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531333930313b7d7d),
('0e325e666c33bc03150d0a85ec7d041b-C', 1657602902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939383130323b7d7d),
('0e4297483d6d9d26305a41e86764d660-C', 1656736801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133323030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133323030313b7d7d),
('0e42db887abb61d3a90a5f6ab09a7385-C', 1656525602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932303830323b7d7d),
('0e4cb01c385b0802cc2b4598a7c8a732-C', 1657093502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438383730323b7d7d),
('0e54b5d23883be2eae8c23421222a832-C', 1657423565, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831383736353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831383736353b7d7d),
('0e5596ab0a52f537b3888f2a0843f8f2-C', 1657522501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931373730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931373730313b7d7d),
('0e5aa643b5af9d369887caaded0fdf0d-C', 1656247201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634323430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634323430313b7d7d),
('0e6448d727cf224296a73ecea0f973e5-C', 1657170002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536353230323b7d7d),
('0e7330da70221d2b8a2cd1563ee23a8d-C', 1657048202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434333430323b7d7d),
('0e89371ce45484c182a691852a1b2d8d-C', 1656837002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233323230323b7d7d),
('0e916bf20abd3a86973dc35c8db21ecb-C', 1657335902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733313130323b7d7d),
('0ea6204cd529fe93495e0d76d6942551-C', 1657428002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832333230323b7d7d),
('0ebbc9f746fa3f5dc901dc426ecc15bb-C', 1657107901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530333130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530333130313b7d7d),
('0ebdcb8ff9120ad4c11531e0b4b0d96f-C', 1656637202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033323430323b7d7d),
('0ed60e3a63307fb5ff140c26f32ba4c9-C', 1657005901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430313130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430313130313b7d7d),
('0ed9949e0961d12747cf14d633d48ccd-C', 1656483302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837383530323b7d7d),
('0ee155d8866e99412608c52bdd72088b-C', 1657849289, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373234343438393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373234343438393b7d7d),
('0eec85940ceb8fbf71c816473a1b1fc9-C', 1656363002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735383230323b7d7d),
('0ef490e9fc0ce02f8037e5c32a0e0427-C', 1656884102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237393330323b7d7d),
('0efbea92ef74c8258350c905f07f861c-C', 1657137901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533333130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533333130313b7d7d),
('0f00c0db493e74eb8a9da98ecef239fe-C', 1656762302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135373530323b7d7d),
('0f038ce19b67a82042342f7c74999022-C', 1656229802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632353030323b7d7d),
('0f10b018516a985ef7e35e147a96b43f-C', 1657629002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032343230323b7d7d),
('0f17d46d56e5f7fd5c935c6c7eaf90cd-C', 1656704398, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039393539383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039393539383b7d7d),
('0f3acb2bfc6459e72896167fbc12e043-C', 1656729301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132343530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132343530313b7d7d),
('0f4736f0c4f20799cde8450dd205f56c-C', 1656683402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037383630323b7d7d),
('0f4a8604ec2458803bf1c51c6e8015ab-C', 1657121402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531363630323b7d7d),
('0f5139190b5bda31a0e0623952ecd1dd-C', 1657809173, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373230343337333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373230343337333b7d7d),
('0f64ad9d217c391f06f2d4858caa75d8-C', 1656255602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635303830323b7d7d),
('0f6bd70ce73590ca290744f95e294a81-C', 1656802802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139383030323b7d7d),
('0f79b69304f469e02bfd32ed1e20a1f7-C', 1657230302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632353530323b7d7d),
('0f86373fe156cbcc8fe50c5496fa56d8-C', 1656343502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733383730323b7d7d),
('0f8696f20b8476177d894a8cdb7b537b-C', 1656864002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235393230323b7d7d),
('0fa076f30b6f52dde2dc620a181cfdae-C', 1657351202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734363430323b7d7d),
('0faa30b46761064f3d051c7576610699-C', 1656398402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739333630323b7d7d),
('0fac420b139af90fc875b784f454e717-C', 1656345602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734303830323b7d7d),
('0fb87ed1868c57b03675736c2f6aeb76-C', 1657171802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536373030323b7d7d),
('0fca46d3fe2d3cf476cc131b10ad404b-C', 1657029302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432343530323b7d7d),
('0fd3651d51e0418ff2b7416e5aa1d5a8-C', 1656747301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134323530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134323530313b7d7d),
('0fd46c61904fe3ca181831d9849728c4-C', 1656651602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034363830323b7d7d),
('0fd9c871eb4de1be69de5b80a5db538c-C', 1656931802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332373030323b7d7d),
('0ff3541eece0640fc67ad513436df751-C', 1656473401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836383630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836383630313b7d7d),
('0ff709abf388628b6e4e52409c0b8abd-C', 1657326302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732313530323b7d7d),
('0ffdf7a66ebcb9302cd165431fa55d8f-C', 1657702501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039373730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039373730313b7d7d),
('100324ac437cf179197f58b858bf7269-C', 1657086902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438323130323b7d7d),
('1006ac359fcb52b0e690559b404b4459-C', 1656137102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533323330323b7d7d),
('10073f4056312d3cf4d750b8b5a64b47-C', 1657577402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937323630323b7d7d),
('100f822b74866b32ed28419ef6fa2fdd-C', 1658132367, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373532373536373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373532373536373b7d7d),
('101251a7e3460ee20c04443d5e8676f4-C', 1657581602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937363830323b7d7d),
('101610b6c929f3dfcf7d77a614cee071-C', 1657389084, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738343238343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738343238343b7d7d),
('1043a593966bba4a067e49813f480e89-C', 1657205857, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630313035373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630313035373b7d7d),
('10472831a3fb3dea86aa27c1b3818622-C', 1656759301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135343530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135343530313b7d7d),
('1056645720e4aa21883ced3c8cc91ded-C', 1658146422, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373534313632323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373534313632323b7d7d),
('106e3329b52286ba14e477b47355a628-C', 1656111601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530363830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530363830313b7d7d),
('107595f4da99c49ec9d7da1a4a0e636f-C', 1657349102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734343330323b7d7d),
('107e0e4740f9457a1c2564cb13b8b0cc-C', 1656464401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835393630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835393630313b7d7d),
('1085a2774316b2f139ad77de649d16fc-C', 1656154201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534393430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534393430313b7d7d),
('108829f9cd936e96617614b417471608-C', 1657810302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373230353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373230353530323b7d7d),
('108e8d9fe66005530c011e9e1255b98f-C', 1656641102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033363330323b7d7d),
('109931b8977528aa19c325444d1fc9de-C', 1656764659, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135393835393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135393835393b7d7d),
('109bfb98fe74d32c7d9d90c0e08da8af-C', 1657216925, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631323132353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631323132353b7d7d),
('109ee27cf0a4f0a0e470334dd8aba4ca-C', 1657646702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034313930323b7d7d),
('10a02c69defac35f2cf3899c8a965bd9-C', 1656566702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936313930323b7d7d),
('10a40556d836732f45db76ef18787a70-C', 1657723697, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131383839373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131383839373b7d7d),
('10a765cbd5ee7526b631ce5bbdaab4d2-C', 1656882301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237373530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237373530313b7d7d),
('10abddb05f2cea20878d876b4afec8d8-C', 1657733743, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373132383934333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373132383934333b7d7d),
('10e98ea4852e902c7149190227ebf555-C', 1656649780, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034343938303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034343938303b7d7d),
('10eb20a192e01838d6c200fcf53249f9-C', 1656216901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631323130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631323130313b7d7d),
('10fb7b3fb10b09be820fccfbd0a36aef-C', 1656327002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732323230323b7d7d),
('10fec8c5d4c783bdf94720175ccff359-C', 1657036802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433323030323b7d7d),
('10ffd61ec21053e2a92f875484ce85c8-C', 1657490702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838353930323b7d7d),
('110c19ff6319206130121325adb89a2e-C', 1657140602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533353830323b7d7d),
('110f2b6665efaf9c293df440e0f6d4bb-C', 1657645202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034303430323b7d7d),
('111051b88d0f15af8f817f7a201f27f7-C', 1656800272, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139353437323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139353437323b7d7d),
('111a25a1ea5655d197e5b1d8bbf99653-C', 1657213202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630383430323b7d7d),
('111b1258e407ef97ed016c8472f645bb-C', 1656725924, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132313132343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132313132343b7d7d),
('112f4d40e922231eed58dfc4ee240939-C', 1657718102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131333330323b7d7d),
('1136e0c19921555f05d9b45b81a15d13-C', 1656284101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637393330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637393330313b7d7d),
('113df6b33ab51114e3b13bbb919e93a3-C', 1657563550, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935383735303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935383735303b7d7d),
('11410626d0040ee4297867a76bedfc86-C', 1656058502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435333730323b7d7d),
('11429564b1e9225723415a7fe3f56566-C', 1656450002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834353230323b7d7d),
('1143f4d3759e24e3863b577119d82684-C', 1656928802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332343030323b7d7d),
('114fb597d3c4bc874baad78fa3d099ff-C', 1656534601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932393830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932393830313b7d7d),
('115b0fafc24c889abfdd6c73b1d0cfa0-C', 1656351302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734363530323b7d7d),
('115fdbcd0ab8ecab1fd8fc86655ef8ed-C', 1657323302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731383530323b7d7d),
('11621725d57239762763ee131b009440-C', 1656128911, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532343131313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532343131313b7d7d),
('1163691553e12272b6a980ccf437f9c8-C', 1657022102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431373330323b7d7d),
('1166b3bcfaba43d34ccd1cc501ab98c7-C', 1657636801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033323030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033323030313b7d7d),
('1172ff480a5ac09f500f091c4caab0d9-C', 1656707375, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130323537353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130323537353b7d7d),
('117324ac6c66a6828c39ca8731189fa6-C', 1656336002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733313230323b7d7d),
('1178053374ce0e6943b2fbbeb4040f5d-C', 1657199401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539343630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539343630313b7d7d),
('117853fe53a7c6e338b7ebd228e9bead-C', 1657654762, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034393936323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034393936323b7d7d),
('117eb4f958547c126d12aa8460d0aa8f-C', 1657559842, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935353034323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935353034323b7d7d),
('11805d6ab7add7d7cba47467bcffd047-C', 1657596602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939313830323b7d7d),
('118d6d4421b94f8b29f460a8b8af9b50-C', 1656273902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636393130323b7d7d),
('119075ffe6f5bab5c5e4775f22a8bc29-C', 1656047754, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434323935343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434323935343b7d7d),
('11972a2536fdda791a528bba22b3b7a5-C', 1657550402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934353630323b7d7d),
('11974257fe43328ab927dc5e53da3635-C', 1656418502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831333730323b7d7d),
('119e8417b7e85a2967f3c05591843a69-C', 1657715702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131303930323b7d7d),
('11a0e7217912c8afb72cc2416bf80176-C', 1657247102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634323330323b7d7d),
('11b41ea4584147c4cdf6c08cf115fafe-C', 1656063902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435393130323b7d7d),
('11cff3ea105e4fcf88ee5974ee33fa8f-C', 1656102602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439373830323b7d7d),
('11d821bc3eb2ba1e62461eeae5db0b17-C', 1656593242, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938383434323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938383434323b7d7d),
('11ddd14e5d224e5f30a64694b35a4517-C', 1656207902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630333130323b7d7d),
('11de66a603fd73252995ab89b2ff1399-C', 1656771302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136363530323b7d7d),
('11ed792327c14ec2272b451cba48862e-C', 1656733802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132393030323b7d7d),
('11f83f27421a9ed154854277a221eba5-C', 1656049202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434343430323b7d7d),
('11fceacc35a3ef7c5a35975f4de9b8c0-C', 1657129050, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532343235303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532343235303b7d7d),
('1203856e2153d2c9a1136491e3527c00-C', 1657524002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931393230323b7d7d),
('1203b64420fcc3b17fe00be1284a2399-C', 1656979801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337353030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337353030313b7d7d),
('1203e62334d4585d20d12ba87509b86c-C', 1657940199, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373333353339393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373333353339393b7d7d),
('1207d0a8916b326f40f6f0f5af8bea52-C', 1657415379, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831303537393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831303537393b7d7d),
('12082f69790d74bacca171f314d4d1ad-C', 1656387302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738323530323b7d7d),
('120974d98f74b6e5a5829f42ec1f3e08-C', 1657585502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938303730323b7d7d),
('120aa729437ba1c133fcfce16f66e2e8-C', 1657405202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830303430323b7d7d),
('1217fd64b07328bf6f956c0a44272690-C', 1657320302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731353530323b7d7d),
('1220af9927cb70c14f3180498aaa8af5-C', 1657423580, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831383738303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831383738303b7d7d),
('1236aef94e6c16de4066ef4f3f55e7a6-C', 1656484501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837393730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837393730313b7d7d),
('123b11b7961fb6adeb4e8191e9c48cf8-C', 1657700702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039353930323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('123b20bbdaf54bc8645f62b0fba3b4fe-C', 1658069830, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373436353033303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373436353033303b7d7d),
('123ba6e5bf018f7eb9f9b20c8c6f12f3-C', 1657169701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536343930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536343930313b7d7d),
('12419246d90b1ba48860e609b7ac6229-C', 1657482902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837383130323b7d7d),
('124c89a0630796545baa7f915e83164a-C', 1656050885, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434363038353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434363038353b7d7d),
('124c9babc1ec38af100b1dfef9897536-C', 1656557321, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935323532313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935323532313b7d7d),
('1250581508a7a448c77ce353bf8db7e9-C', 1657635302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033303530323b7d7d),
('125ef475b2250bd109810430b5d43302-C', 1656516602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931313830323b7d7d),
('12656e7e98dbcc5aa03b41a52e3a026f-C', 1657186202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538313430323b7d7d),
('12674d2c8934dbab7248f92ca239d370-C', 1656178802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537343030323b7d7d),
('126c364efb79c469e7ae3e95b19973f4-C', 1656071402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436363630323b7d7d),
('1279943c76f8f8cca9408cdfd931ace4-C', 1657032306, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432373530363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432373530363b7d7d),
('127b6389929ad8df8a57d0ce0b734920-C', 1656833402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232383630323b7d7d),
('127fced3c11c88d1968cbed091056a99-C', 1657252501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634373730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634373730313b7d7d),
('128d400a62f05c3240f78bee4a6c1b01-C', 1657286402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638313630323b7d7d),
('1295e49917829a54203c61b6d277a6e1-C', 1657068002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436333230323b7d7d),
('129926ea3afba64e5e8bd37f85ffbe1e-C', 1657511485, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930363638353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930363638353b7d7d),
('12999ad787394f9cc011c887369a9236-C', 1656537002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933323230323b7d7d),
('12afb4770ab7f462737981fa997b6371-C', 1657591802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938373030323b7d7d),
('12b5b04cca9b8f52d6354798e1fa765c-C', 1657910832, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373330363033323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373330363033323b7d7d),
('12c559a84ced4903401f16c7b4c0fd82-C', 1656627602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032323830323b7d7d),
('12c97813d28ab04f0811beef4a9f753b-C', 1657134902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533303130323b7d7d),
('12d118173aa4a5a7e8d742874c185f9e-C', 1656751502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134363730323b7d7d),
('12d75b8c2f4c593085e4ec4f50b1b0c2-C', 1657114444, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530393634343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530393634343b7d7d),
('12d94d1b0f7a29e4e1763c26a86c80f6-C', 1656830101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232353330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232353330313b7d7d),
('12e08a9aab12a12b953e5a65e4336fa7-C', 1656061802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435373030323b7d7d),
('12e718f9fdea06c0931bafbb0c93a1b8-C', 1656694802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039303030323b7d7d),
('12e76635d40f00b4311188275c2fa23a-C', 1657588802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938343030323b7d7d),
('12f37afcb85fd89ac8c3b2cbe2e8bd0a-C', 1656801302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139363530323b7d7d),
('12f96d4d0be90bd70b354dd8178c714a-C', 1657965573, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373336303737333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373336303737333b7d7d),
('13062a4dacbc4bc3bba671b7f6fca77a-C', 1656402780, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739373938303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739373938303b7d7d),
('1308d32234a508853395a88ec0a1fc4f-C', 1656082279, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437373437393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437373437393b7d7d),
('130aaec43c0c74f139f56a39d0d34294-C', 1657257902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635333130323b7d7d),
('130b3cbdafcf21de9f8f8832e17eb6dc-C', 1657239602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633343830323b7d7d),
('130dd0827dcc1155f03bec0fbbc4871a-C', 1656139801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533353030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533353030313b7d7d),
('130f28c31da95c350201f7ea6cf39e78-C', 1657516802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931323030323b7d7d),
('1335a3275f3cda9ac4bc3118a3e6dea4-C', 1656086101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438313330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438313330313b7d7d),
('1343009c971191d48ebf795bf639c224-C', 1656213302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630383530323b7d7d),
('1348d31dd99fa517351ed808581ced2e-C', 1656634502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032393730323b7d7d),
('134e696e5e543d7ccb72aea97f080e53-C', 1656182401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537373630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537373630313b7d7d),
('135b4024a22ef33f268632f561aad596-C', 1656102301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439373530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439373530313b7d7d),
('136e319419e891edf74e554f798022c7-C', 1656019664, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431343836343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431343836343b7d7d),
('136f3766b80fd9948703084ee69347c0-C', 1656400801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739363030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739363030313b7d7d),
('1379f4d09d9bbc0cb1ffd4bf7a0d7782-C', 1658021645, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373431363834353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373431363834353b7d7d),
('1380ff23ff38b0396c65be0bc76230e0-C', 1657186467, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538313636373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538313636373b7d7d),
('13836c553ec56afc3626ecbd3a93d59e-C', 1657050901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434363130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434363130313b7d7d),
('13892dfd1585be4679545cdc7bdfd20a-C', 1657679925, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037353132353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037353132353b7d7d),
('138d94370c7bc3c74d8a7c732dc924e0-C', 1656323402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731383630323b7d7d),
('13a686cbfa0e352fa792bfba28ed7225-C', 1656067093, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436323239333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436323239333b7d7d),
('13c06215e05395d4e294d90fc9f5a1ba-C', 1657139102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533343330323b7d7d),
('13c22c6c86bcff6a0b6936b1ef39e989-C', 1656594902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939303130323b7d7d),
('13c5e3e33f1bb3a741cce669ecb0aa17-C', 1656036002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433313230323b7d7d),
('13ccc3324d3b39cd6ac453b6e40e0282-C', 1656574802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937303030323b7d7d),
('13d18f4dcfacb5a1a6934cfb57b956ce-C', 1656628502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032333730323b7d7d),
('13d8b2d6fe9064a62e62e48ccbdb0d73-C', 1656421202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831363430323b7d7d),
('13da0f9df390c359405ed68c0312aafd-C', 1657181267, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537363436373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537363436373b7d7d),
('13fafb5f15f2a118e2ba1266c2dd20e4-C', 1657344302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733393530323b7d7d),
('1400f2e870faa2c95a720c8b5831824a-C', 1657555599, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935303739393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935303739393b7d7d),
('140b03546f9cab4e6bc67a0e42807ed5-C', 1656640802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033363030323b7d7d),
('140cb63f26c03cf4f905bc4a4082e73a-C', 1656594637, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938393833373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938393833373b7d7d),
('140e2f8362c4d5df8a77b59fd64c0024-C', 1657430185, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832353338353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832353338353b7d7d),
('14128577636c15e7f32cb9ec9b5f6496-C', 1657492802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838383030323b7d7d),
('141a658713a0cae1681ac7147f87eec6-C', 1656942002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333373230323b7d7d),
('143236e1a7990b849a2921bef59a82f1-C', 1656278701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637333930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637333930313b7d7d),
('143a1412a75b7517092f8c3835e7bb6e-C', 1658249850, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373634353035303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373634353035303b7d7d),
('143dea0c86ec2469a24ba5fc19477a74-C', 1656159902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535353130323b7d7d),
('144231443bc21da848828135cb6574f7-C', 1656147602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534323830323b7d7d),
('14427e03c99a48915cbd1837e327597d-C', 1657164302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535393530323b7d7d),
('1443d442607a288732ec453c52c41c1a-C', 1655995141, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339303334313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339303334313b7d7d),
('144ab74458d563b57449e2a5024a97be-C', 1657484615, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837393831353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837393831353b7d7d),
('1466ff89c11b7a6911efd1136e1da794-C', 1656192602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538373830323b7d7d),
('14692afeb4a0eb8a2cd54a5d72f009f4-C', 1656566102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936313330323b7d7d),
('1469c0864079484c9fbc9ffe90dda46e-C', 1657881992, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373237373139323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373237373139323b7d7d),
('146dffe74bc26d4b1a80b642ca04b18f-C', 1657131902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532373130323b7d7d),
('146f00d8fca04c7a827c151a42f11705-C', 1656462002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835373230323b7d7d),
('1470505ec5631b3b27fc1e5a0a868626-C', 1657039529, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433343732393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433343732393b7d7d),
('1486f88f032a9fe11642d475ae5c513e-C', 1656057901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435333130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435333130313b7d7d),
('148fccfa47c2c2c956ffcde6a67f9d68-C', 1656212701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630373930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630373930313b7d7d),
('1493fe8848f1422ea861ea8fa46c9883-C', 1656009238, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430343433383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430343433383b7d7d),
('1495caf9415eaca0e952edc65c6e03d8-C', 1657050002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434353230323b7d7d),
('149a6a02db3f4324ba05f5c233f7d096-C', 1656498902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839343130323b7d7d),
('14af95c412b1e974201583a5aada5a33-C', 1655996221, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339313432313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339313432313b7d7d),
('14b435a798b87198248f7f9848514d00-C', 1656695701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039303930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039303930313b7d7d),
('14bc3df4c20b5fca41bd5176a916002f-C', 1657778713, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373137333931333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373137333931333b7d7d),
('14becfad8a2d29a7a7b182047bed19f5-C', 1656881102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237363330323b7d7d),
('14d321fc30a119712763b7719b7f09d3-C', 1656777602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137323830323b7d7d),
('14f2a6f18a74b17df69f8bea6eec4d59-C', 1657153202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534383430323b7d7d),
('14f9b99221d68c1d31240a0fd0bf45ce-C', 1657362602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735373830323b7d7d),
('14faae616fbb15a7d3060af19946c232-C', 1657246202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634313430323b7d7d),
('15012846f567ce3716dbd5ab4d8cc388-C', 1656288902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638343130323b7d7d),
('150b3f32f3dd50c0ebb5c977bd53c456-C', 1657521601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931363830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931363830313b7d7d),
('1517445b48a2bd96c52f6fff07725ff1-C', 1657296902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639323130323b7d7d),
('1529019a8ec0cf06cab8b34efd1374ed-C', 1656678117, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037333331373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037333331373b7d7d),
('153a999bda901e79aed157c1f44044ca-C', 1656624002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031393230323b7d7d),
('1541b2213b340303ad4ebe05c0cbd6ce-C', 1656302402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639373630323b7d7d),
('1542d57c3390c28ebdfb97f34a40b393-C', 1656147838, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534333033383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534333033383b7d7d),
('154348e64657495a935710a1b037d2d5-C', 1656757501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135323730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135323730313b7d7d),
('154f5ab9de3e697684aeb9bdf081407b-C', 1656901502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239363730323b7d7d),
('15643b60d8ce1424c5048ee7057c3a62-C', 1657175389, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537303538393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537303538393b7d7d),
('1575e1e044820b0b13adff34fc66fa95-C', 1656231002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632363230323b7d7d),
('157eae24aad1b14c6b3037b4a10d444a-C', 1657453202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834383430323b7d7d),
('1580faf51fd9c9522d772d65ffd0ff1e-C', 1657080302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437353530323b7d7d),
('1583708a0dc85bf70c0f77dc979ad1fd-C', 1656517801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931333030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931333030313b7d7d),
('15895654fc581f2fa3806addcacef9ad-C', 1657419621, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831343832313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831343832313b7d7d),
('159674e629ec4c2de15787381d349b8f-C', 1657319900, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731353130303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731353130303b7d7d),
('15aabf5d20b813af96425d5838438918-C', 1657377301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737323530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737323530313b7d7d),
('15be42c3232edb8ed86f60761154f217-C', 1657151102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534363330323b7d7d),
('15c0557c7457e2722b348a55a3520072-C', 1656501602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839363830323b7d7d),
('15c18f790289e121afc8a19e1bf76d56-C', 1656159601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535343830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535343830313b7d7d),
('15cbf6ad3a50246c598c97c9b5dd6240-C', 1657474801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837303030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837303030313b7d7d),
('15e3bb4435f3ba30ef5ca1425758f5cc-C', 1657066502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436313730323b7d7d),
('15e5c402f9f4737c258c3d17f114d47e-C', 1657687501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038323730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038323730313b7d7d),
('15ef36997784c3607f0493484a2cb16b-C', 1656181502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537363730323b7d7d),
('15f2bb0c35fbee43556a598a414b1104-C', 1656410702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830353930323b7d7d),
('1611c89f66bda1e7b12b732f141adc90-C', 1657155896, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535313039363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535313039363b7d7d),
('16150600d9924b12b181cea06b34ab70-C', 1656642902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033383130323b7d7d),
('16216724d5e2b6bf02d08ed2284a955a-C', 1656060983, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435363138333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435363138333b7d7d),
('1623e973ec186fa1533aa962cbfc9ffd-C', 1657470902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836363130323b7d7d),
('1626ae548b724fd2ad6397c9466c2da1-C', 1656167101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536323330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536323330313b7d7d),
('16281bab966840ed4e17a089d85295f7-C', 1656109859, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530353035393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530353035393b7d7d),
('1629c1363877fddd667966df62c8c86a-C', 1656029401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432343630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432343630313b7d7d),
('162c6c534ab7d777213e4cf5c6910034-C', 1657620373, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031353537333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031353537333b7d7d),
('1630c821e9c127be7aff0e5ada8fa27d-C', 1656457202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835323430323b7d7d),
('1644c60948ce5e9b5175a3d37d95ca49-C', 1657326713, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732313931333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732313931333b7d7d),
('16494ca2484aa4bb6ac3ead089905123-C', 1656925802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332313030323b7d7d),
('165b6dea661f0f4006841784319c2f3e-C', 1656217202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631323430323b7d7d),
('165fd3623250aa0241400526242109b3-C', 1656813002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230383230323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('1660ce907798da6608e3fd9b819359f9-C', 1656900002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239353230323b7d7d),
('1661730b2fcec972853e9d0dfccb67ed-C', 1656898502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239333730323b7d7d),
('166b8b5c49d3d9da9932ef5b47ead603-C', 1656692702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038373930323b7d7d),
('166c654afa77b2dafd643c51dbace814-C', 1656772202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136373430323b7d7d),
('167a96f013cb534cbf0fa99767285bcd-C', 1656610202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030353430323b7d7d),
('168dfdc0299f51203e70eb8f9e9aa5bd-C', 1656786302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138313530323b7d7d),
('16a8acdf19f9634a34d097153e2af8fd-C', 1656719402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131343630323b7d7d),
('16b7c82cfb4e86332ab82d4cd1c70e1b-C', 1656546301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934313530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934313530313b7d7d),
('16d1686398ebd5548ddfc4d7109ee88d-C', 1657443901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833393130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833393130313b7d7d),
('16d31e77070833ee169d98993936958b-C', 1656438602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833333830323b7d7d),
('16d936f1340b790a4c27eda61af9bda4-C', 1657356601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735313830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735313830313b7d7d),
('16de937a798d445f63b7c57c65bcafff-C', 1657329602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732343830323b7d7d),
('16e36b74f724df40e714e4c690cdd013-C', 1657317302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731323530323b7d7d),
('16ef9b713bbb76a57904e03c13ff0377-C', 1657807742, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373230323934323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373230323934323b7d7d),
('16fe5a2892bd7dded7bb8404a8b50b81-C', 1657160402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535353630323b7d7d),
('1706505365b3ee6c058639eab52d32d4-C', 1657200002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539353230323b7d7d),
('170e94eecd11b72789a0c43f994f0f22-C', 1657229102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632343330323b7d7d),
('170ec3dc2e72ba967aae000ed02d3e0a-C', 1656966002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336313230323b7d7d),
('170f4334ebfeb49acd106d314e30c8a9-C', 1656043801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433393030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433393030313b7d7d),
('1716aa2cf4576ddc7c4b050cbf5d3aa7-C', 1656070801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436363030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436363030313b7d7d),
('1722c0be193c7dd8a30574b9eadc38e4-C', 1656886976, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238323137363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238323137363b7d7d),
('172f3252ee9071388c869107aee31118-C', 1657524302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931393530323b7d7d),
('1742780a6eb3fc3185f61bad5528d682-C', 1656749722, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134343932323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134343932323b7d7d),
('17572a7ea9ba419d38064e50bbe95fda-C', 1656040502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433353730323b7d7d),
('17687459c3405bd3b7d6eebd1ef63afa-C', 1657379702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737343930323b7d7d),
('17720519186ae829912e4197c64e8977-C', 1657119301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531343530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531343530313b7d7d),
('17788bda55f2986a743e82f320f85741-C', 1656510902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930363130323b7d7d),
('1782d2d9593b685bcb18752b8044edc9-C', 1655955869, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353335313036393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353335313036393b7d7d),
('178706af7ec63b997b912189dddd7b96-C', 1657352609, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734373830393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734373830393b7d7d),
('1787cc04141e10cc8dda300468d000a3-C', 1658238628, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373633333832383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373633333832383b7d7d),
('178d00072a534d17b6db55de57a5c3a0-C', 1657632002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032373230323b7d7d),
('179a45c9968bb80b1e02c9503e1cb961-C', 1657268102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636333330323b7d7d),
('179fe31649192f8b381bca04750bb4c1-C', 1658258117, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373635333331373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373635333331373b7d7d),
('17a8fe5c42cf52cf8779be7fc7818ea0-C', 1656981602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337363830323b7d7d),
('17a94916afac2dc1bd315f2dd34469b1-C', 1657409456, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830343635363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830343635363b7d7d),
('17b235f34aa21d7cc4df26306fcb62da-C', 1656009002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430343230323b7d7d),
('17c088e98f2f48be29fdcf325422f873-C', 1657009802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430353030323b7d7d),
('17c0abae35e9b418ffc7c1f7ea35258e-C', 1657417201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831323430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831323430313b7d7d),
('17c45853969319e3de6fe42700951b87-C', 1656087902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438333130323b7d7d),
('17c6661f8216457c72aeb56cf48cba1a-C', 1656093664, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438383836343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438383836343b7d7d),
('17c75afdfb29fb83a02f83c8ad420d34-C', 1657577186, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937323338363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937323338363b7d7d),
('17c8da3852bcef5854f10c8c21619c5a-C', 1657676702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037313930323b7d7d),
('17cb29cc85cc8936beabdd8da819e20a-C', 1656750902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134363130323b7d7d),
('17cb7f247a1533d14802a2c6ce664fd3-C', 1658002618, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373339373831383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373339373831383b7d7d),
('17d19175481814afdba8f174c0544a4d-C', 1657035953, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433313135333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433313135333b7d7d),
('17df5c09c5fdd40d04451419b68e5370-C', 1657693802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038393030323b7d7d),
('17e0799a13ae1bcf861a340692ab7783-C', 1657318597, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731333739373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731333739373b7d7d),
('17e16969dab12a79ba01f7b29d535cff-C', 1656921019, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331363231393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331363231393b7d7d),
('17e2c82bccffb897aeeb771cdefbb419-C', 1656522902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931383130323b7d7d),
('17e69c0c6e7e8fe3610b1d09b5346892-C', 1656110336, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530353533363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530353533363b7d7d),
('17ea2eb10d4b2503e6ebd7d18721b243-C', 1657607402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030323630323b7d7d),
('17ef43a91a4380dc2fdf9e78c69b5e10-C', 1657912051, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373330373235313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373330373235313b7d7d),
('17f2a84e1c96cacf9679f43973de307a-C', 1656075002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437303230323b7d7d),
('180e5f68cea0682eb99631a71aa48dbf-C', 1656682202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037373430323b7d7d),
('1811ba9f530cddd32e93e6c82e371b85-C', 1657127102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532323330323b7d7d),
('183036160a70d2f5745016ffbd04c8f1-C', 1657641602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033363830323b7d7d),
('18336b950e8f1f7aee9cfcf4e679a5c7-C', 1656978002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337333230323b7d7d),
('183521f03681e412a08b9d75f42e08c4-C', 1657430402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832353630323b7d7d),
('1837ebbb1e3f2ff4b235fdf89118cea0-C', 1657260902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635363130323b7d7d),
('1844a40efd27795860982af89053897d-C', 1657519202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931343430323b7d7d),
('1853b04d2fa10bc9ddfd86888d9c9a1f-C', 1657570202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936353430323b7d7d),
('1867a050bf7b8d4dc3dfb7c215bccd2f-C', 1656697202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039323430323b7d7d),
('1867b74ea0b4e68d2e708556cdc86061-C', 1656846602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234313830323b7d7d),
('186a86a590599dd8bec98241e927434a-C', 1656023181, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431383338313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431383338313b7d7d),
('18831070f093f45983bb946b074a888c-C', 1656056101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435313330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435313330313b7d7d),
('188bb4d5562f27baa030402067f9bbf6-C', 1656618002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031333230323b7d7d),
('18a0268816a4c2518b4cb06ce36ac181-C', 1656911101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330363330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330363330313b7d7d),
('18a61e11faffeb6bce2135bdaa35b8ad-C', 1656715905, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131313130353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131313130353b7d7d),
('18a8f08d81671792d40b6af2913d8c4e-C', 1656013202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430383430323b7d7d),
('18a9204e914e22476011c5ff5fb89459-C', 1657279802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637353030323b7d7d),
('18af18ebb19f306bc59635bf5ce911d7-C', 1656834002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232393230323b7d7d),
('18b6950b2a2d9469d167e587380066cf-C', 1657286702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638313930323b7d7d),
('18b9604c3e67087d3ce66b466fc0a830-C', 1657530902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932363130323b7d7d),
('18c0c1efa0b274c89cb637717b5b7a43-C', 1657348202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734333430323b7d7d),
('18c30217f9a73062b49a7b77a46d1058-C', 1656542102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933373330323b7d7d),
('18c71a945a24d3422bd9b31123f9d1a8-C', 1656927901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332333130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332333130313b7d7d),
('18cbcf7418cbc04095dadcf94c876ba1-C', 1656395102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739303330323b7d7d),
('18d672fe99d13ef82ec86f78a2fcf0e0-C', 1657652701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034373930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034373930313b7d7d),
('18db90ea3d066c086c4223f679ed5f68-C', 1657722902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131383130323b7d7d),
('18dd4e8d9bfd1336cb09d2fece125784-C', 1656408901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830343130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830343130313b7d7d),
('18e27a568a219afa90da0f4876257417-C', 1656600302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939353530323b7d7d),
('18eb7b1e7b6fd96e0245a8d9165bd3c0-C', 1657606802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030323030323b7d7d),
('18f98ad2eafd0ceac07d2065e321c709-C', 1656767402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136323630323b7d7d),
('190366f7d5c3e57ad676ea39db72c6be-C', 1657238101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633333330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633333330313b7d7d),
('1911ed909a690e97863f38f9639db216-C', 1656190502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538353730323b7d7d),
('19193e498dc07e8b9deeccc7ecf6de59-C', 1656171301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536363530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536363530313b7d7d),
('19211922dff30240bffd1d83292291f1-C', 1656148802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534343030323b7d7d),
('19375594d841400e61161d96854bbf9d-C', 1657693845, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038393034353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038393034353b7d7d),
('1943a53982c0e3b57b1f25e59669873a-C', 1656625802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032313030323b7d7d),
('194a5e76fa9c762956ca66c703445ab6-C', 1657697177, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039323337373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039323337373b7d7d),
('194d374b23ae116e3339ae18172b7bc8-C', 1658200705, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373539353930353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373539353930353b7d7d),
('195bbc046fd6918330e99740d8fe18e5-C', 1657536602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933313830323b7d7d),
('196fc679c99554f4250b2e0792452db3-C', 1656586201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938313430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938313430313b7d7d),
('1970222be75b75566b4f9ff1119496cb-C', 1656494102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838393330323b7d7d),
('19810ebc6ddd818bd2c7602a94e1edaf-C', 1656628801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032343030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032343030313b7d7d),
('1981c3ae8b20dec4e6b74437c11e34f5-C', 1657508702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930333930323b7d7d),
('1982352a0479ddfa0ac5601f9784e077-C', 1657711202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130363430323b7d7d),
('198fda1db89e0c8d5ad1007e84ac15bc-C', 1657218243, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631333434333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631333434333b7d7d),
('199e0f2bf0873a9855500e3855c7f725-C', 1657578602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937333830323b7d7d),
('199f59d955b0c04a0886fc905e7ae73e-C', 1656544802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934303030323b7d7d),
('19a4fc86568ca1e9aa52908929a1da3c-C', 1656748802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134343030323b7d7d),
('19ad1e637c164435aee59767e47d4f86-C', 1656556983, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935323138333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935323138333b7d7d),
('19c145e0c7d2ccd646d0b764da9e0c1a-C', 1656417901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831333130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831333130313b7d7d),
('19c30a088c0e56ee0c5c25f23bc10bca-C', 1655994852, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339303035323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339303035323b7d7d),
('19c42ed3defa6c7a752a5fe2bc3a50e0-C', 1656655802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035313030323b7d7d),
('19d1be419e5608938857f00577361bb6-C', 1656554702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934393930323b7d7d),
('19de1460336f508ef2ea28d1919648a5-C', 1657114501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530393730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530393730313b7d7d),
('19e746d45eab581d6a09e5b71b8272a3-C', 1656489478, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838343637383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838343637383b7d7d),
('19e89e47a4b97af14fb9810e23ab3145-C', 1656888301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238333530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238333530313b7d7d),
('19fabe087f8ee4bc8fe14f9004652100-C', 1656889802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238353030323b7d7d),
('19fd46eb7beb99ea0266a681016d1fea-C', 1656383402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737383630323b7d7d),
('1a00827ac064d351eef6c49d1faf49a9-C', 1657936984, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373333323138343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373333323138343b7d7d),
('1a04298902411ae325f372a5386586d2-C', 1657028102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432333330323b7d7d),
('1a27d5ebc063048332eb6fd2ca00323f-C', 1657674602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036393830323b7d7d),
('1a493b537988869d2b06751d8849f0ae-C', 1658018876, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373431343037363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373431343037363b7d7d),
('1a59bbf8a2feeab31707b1a94bca4678-C', 1657381502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737363730323b7d7d),
('1a619758a24992134392ebf4e25dc3e2-C', 1656469102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836343330323b7d7d),
('1a61f870bc9b1479b399d286261bfe56-C', 1656339902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733353130323b7d7d),
('1a658df40ffe95dcccdbc3eb8ffd18f0-C', 1655995502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339303730323b7d7d),
('1a6fca066c4fca0fc7e6c43552241314-C', 1657631102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032363330323b7d7d),
('1a7c07718839f8cd445c33e121c707cb-C', 1657040402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433353630323b7d7d),
('1a7cbff0260d99cb5fbc80606d6fca8f-C', 1657493702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838383930323b7d7d),
('1a89286b132eb59d3634353963cf7ee8-C', 1656585301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938303530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938303530313b7d7d),
('1a9a1a5b1b824d67002f7fc5cbc16d64-C', 1657191901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538373130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538373130313b7d7d),
('1a9b7c437713305bdf16d047a1535c66-C', 1656385202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738303430323b7d7d),
('1aabc54bc22af0ae46ca35b6786662fd-C', 1656730802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132363030323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('1ab06ef10a59d08a1f23645493913d14-C', 1656314402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730393630323b7d7d),
('1ab0e1776f9242184e5bcf4211fc2a1c-C', 1656362101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735373330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735373330313b7d7d),
('1ab13d3d306e0637dbacc281e2196249-C', 1656066002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436313230323b7d7d),
('1ab7d0352ea0789d71d332b168d1b5b1-C', 1656852602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234373830323b7d7d),
('1aba6134df1970309affc5f7bc4a8059-C', 1656129901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532353130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532353130313b7d7d),
('1ac1218d39b3e4e4151043819a56c7e5-C', 1657291502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638363730323b7d7d),
('1ac1f92708da28c709d38fc8a4dec4c0-C', 1656329702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732343930323b7d7d),
('1ac5033104f65b77052bfc16e2cd1a4d-C', 1656928202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332333430323b7d7d),
('1ac68c2d007f1e369ce9295e0f56fff2-C', 1656207302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630323530323b7d7d),
('1aefc37f92f56da91afdcf0e05a214c6-C', 1657476301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837313530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837313530313b7d7d),
('1af113b9430c9b143c314569a24d8ec2-C', 1656135002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533303230323b7d7d),
('1b08d31111682c6002bf7eaa399a3825-C', 1656191101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538363330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538363330313b7d7d),
('1b090fbc35ba09a8a587c12b1dbb5177-C', 1657680602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037353830323b7d7d),
('1b0e4e71546991c5400d598258e43e4f-C', 1657139702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533343930323b7d7d),
('1b155a216e388a23392371c1033d905b-C', 1656889900, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238353130303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238353130303b7d7d),
('1b15caad6c1149269a39618073bdcd4d-C', 1656768602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136333830323b7d7d),
('1b166998b621c740bf28788844d6991f-C', 1656415502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831303730323b7d7d),
('1b19b50e05dfc6ff0dcc220cd9d790cc-C', 1656655199, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035303339393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035303339393b7d7d),
('1b28be112332da4cf1ed2306719c7bb0-C', 1656600002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939353230323b7d7d),
('1b3a825e9fb481a8a1bbcd21a05659df-C', 1657583102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937383330323b7d7d),
('1b4d6a7e1f5ece5c3b44e6e42323d5de-C', 1656025201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432303430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432303430313b7d7d),
('1b5617360fe75a605013b3319582266c-C', 1657705801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130313030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130313030313b7d7d),
('1b61ff00d017c9503307da6abf830c74-C', 1657084502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437393730323b7d7d),
('1b67375a201ba1fff2f467e11bffb182-C', 1657182001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537373230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537373230313b7d7d),
('1b6a890d14a581d6ca4aa09d36523403-C', 1657385702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738303930323b7d7d),
('1b6c1e31774c8ba7b78dcfc53edf6a66-C', 1657553830, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934393033303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934393033303b7d7d),
('1b6f628eaa7244e4422c1be2b2a73171-C', 1656384602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737393830323b7d7d),
('1b836e4168036c509cd51e69891b3654-C', 1656531602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932363830323b7d7d),
('1b8913115342b0b5a4f857d5a3cff6e5-C', 1657512902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930383130323b7d7d),
('1b8ffcbf79cf4d4ceece063ef4a90896-C', 1657454102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834393330323b7d7d),
('1bb7140848a56b0fc71b548a5b75c1ee-C', 1657268402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636333630323b7d7d),
('1bc0c2b1a47348fe47c8fdfe7c16f00a-C', 1656859502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235343730323b7d7d),
('1bc22268126b2a05c6eca10df8e2a6b3-C', 1657271401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636363630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636363630313b7d7d),
('1bd69b4319359ac923f34710fe613797-C', 1657278602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637333830323b7d7d),
('1be335c7c806ed5519e1da9b6ee7755d-C', 1657567802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936333030323b7d7d),
('1beb3d2b52a877c2b8a49c8a8026fa24-C', 1657683002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037383230323b7d7d),
('1beb49269056840788d59a04303a130e-C', 1657010194, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430353339343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430353339343b7d7d),
('1bed8dd9b2852e7ae85d3f7703bbcf35-C', 1656745502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134303730323b7d7d),
('1bf7892bac468ee9463b6aa223d432cd-C', 1656006307, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430313530373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430313530373b7d7d),
('1bf7c0955d4a72e45d64ba5db70be03e-C', 1655929522, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353332343732323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353332343732323b7d7d),
('1c089ab7cc6beb1561b6b1b23966f2db-C', 1656468602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836333830323b7d7d),
('1c096bc71250e68eb83309e8309be4d5-C', 1657679702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037343930323b7d7d),
('1c0a1188dae88d9b6e7eecc24bec8236-C', 1657533103, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932383330333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932383330333b7d7d),
('1c0b956c93116e11f726f6fe35305465-C', 1657625470, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032303637303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032303637303b7d7d),
('1c1ee9912c66aa9ac857f57a7f3332de-C', 1657051157, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434363335373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434363335373b7d7d),
('1c226cc1e5b5d1b28dff389f37e2e865-C', 1656168002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536333230323b7d7d),
('1c2979080e26077a489e44ff49f05071-C', 1657700102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039353330323b7d7d),
('1c2b3f9d7ba10eb38f31bf81bbf951f7-C', 1657033502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432383730323b7d7d),
('1c33e60bbe20d6b7fb5bd7270e90855c-C', 1657347001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734323230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734323230313b7d7d),
('1c4d53835fdc970ec20dcaf15ebecf6c-C', 1657626902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032323130323b7d7d),
('1c5614cfa6255ddfbdeb0614f475ee6d-C', 1657639802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033353030323b7d7d),
('1c68dc5dfaacad51a7990a07bd4cfc52-C', 1657209244, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630343434343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630343434343b7d7d),
('1c7167e81ec41311b3ceb6481aa67eb4-C', 1656313501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730383730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730383730313b7d7d),
('1c7b75f167c4701c0bbcf8847e6aa865-C', 1656189902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538353130323b7d7d),
('1c7ca6250220826136fb36f37f4b1943-C', 1656798602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139333830323b7d7d),
('1c82672fa64d3339da819d2c6916820b-C', 1657208459, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630333635393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630333635393b7d7d),
('1c928d3f9e7942966273ecca4ea47360-C', 1656952802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334383030323b7d7d),
('1c949cac16bac302f77497ab5d549b27-C', 1656764101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135393330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135393330313b7d7d),
('1c96292c8566a8e454f0f3b51f18b5e6-C', 1656291602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638363830323b7d7d),
('1ca6e1b8cd39966d0711c3687f730d10-C', 1657101179, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439363337393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439363337393b7d7d),
('1cd3b66498b74c78524405c63b4b8ae3-C', 1656585305, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938303530353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938303530353b7d7d),
('1cd74f427de3f72461bf11b53cc0a975-C', 1656905702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330303930323b7d7d),
('1cda5d137f4f5cb6507e65f8a66c0db0-C', 1657598752, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939333935323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939333935323b7d7d),
('1ce1a3c5ec20559ff62b2fb1c769a066-C', 1656611541, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030363734313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030363734313b7d7d),
('1ce32ce1afdaf2e1c2deac3ed675bc80-C', 1656792780, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138373938303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138373938303b7d7d),
('1ce4a6136828be695715fb66ad8f7da8-C', 1657720757, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131353935373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131353935373b7d7d),
('1cfb4274bf0fd62cb819301958f7256d-C', 1656651001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034363230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034363230313b7d7d),
('1d0031578fbe2d6b8d675f1be9e726d1-C', 1657575002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937303230323b7d7d),
('1d01eba3063edcf4cb1dd1687150fb0f-C', 1657190102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538353330323b7d7d),
('1d0ade7ca5a5ca64a43aa69d4b509f6b-C', 1657911811, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373330373031313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373330373031313b7d7d),
('1d100697a0f7392a5fa7b1afe7f87139-C', 1657546202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934313430323b7d7d),
('1d172ac0e368f6b0d42f664ceee246e2-C', 1657527602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932323830323b7d7d),
('1d1f903a1ec94444ee98efbfeb619a32-C', 1657188322, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538333532323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538333532323b7d7d),
('1d314edf94e32f6a95a72c6de4d6229f-C', 1656356991, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735323139313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735323139313b7d7d),
('1d69ab4385daf7a4b627817b066325f8-C', 1656868501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236333730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236333730313b7d7d),
('1d6ab866fc49a62480d9480ed0cf53ed-C', 1657127702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532323930323b7d7d),
('1d6f8e7945e3b2cba96fe937c9e5ebc1-C', 1656509789, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930343938393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930343938393b7d7d),
('1d7676dbd837522e26b42cbf692ae898-C', 1656673502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036383730323b7d7d),
('1d7a95b4210aa5829144e3a82b77393a-C', 1657297502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639323730323b7d7d),
('1d84c588510302cf99e5640a74f22fb1-C', 1657146901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534323130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534323130313b7d7d),
('1d8fc9ce79247fcb4cd96e253304a89f-C', 1656079202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437343430323b7d7d),
('1d900784fe6b4f0edb3d407b5d9a9c63-C', 1658075028, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373437303232383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373437303232383b7d7d),
('1d90cff1e9022b768a8ec4e17400ec24-C', 1656376502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737313730323b7d7d),
('1da06d1598c3c4f1075c3f23c374755b-C', 1657502102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839373330323b7d7d),
('1db571aecd559eca876a12f59a1baaf0-C', 1657038002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433333230323b7d7d),
('1db72846c5283ca9e906f6b2e2ee4a43-C', 1656981301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337363530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337363530313b7d7d),
('1dbb554543f0e0de5f0cfd5ae6893646-C', 1656739501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133343730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133343730313b7d7d),
('1dbce30e8913499eee44635a757be5ee-C', 1656615602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031303830323b7d7d),
('1dc0d41282d81d374323c3ea67e44a4e-C', 1656407102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830323330323b7d7d),
('1dc60b9796cad98b47ec9be592b96d90-C', 1657571401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936363630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936363630313b7d7d),
('1dce2b47dc2eda4aea1fd808d225217b-C', 1656172202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536373430323b7d7d),
('1dd96506b9c97e8b05d86a39e5346aae-C', 1656658802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035343030323b7d7d),
('1de28f6f450e1f48ad88b967d6781f62-C', 1657533902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932393130323b7d7d),
('1defee5bfca57ef4cc43b40920643f0b-C', 1657109701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530343930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530343930313b7d7d),
('1df09227ebff2b9d6992e7b0e4c643b6-C', 1656672902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036383130323b7d7d),
('1df3e9a29b6e6b09206b174c2b3586c1-C', 1656823201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231383430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231383430313b7d7d),
('1dfe1359eeb59fab1b772d4393b25f4e-C', 1656901202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239363430323b7d7d),
('1e0747dce80dce60ae202625ad358197-C', 1656216301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631313530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631313530313b7d7d),
('1e4db1c0e2de529ba0cd2243ab872a4a-C', 1657587001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938323230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938323230313b7d7d),
('1e5976e8df174058985d3804676bbdc1-C', 1656804602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139393830323b7d7d),
('1e5fbe0b90498ab53e7ab362a07f8749-C', 1656722701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131373930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131373930313b7d7d),
('1e705ad724c31149f277bf7f5c143324-C', 1657677002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037323230323b7d7d),
('1e70933c302499c7cc5f3ddf8ff4b568-C', 1656915001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331303230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331303230313b7d7d),
('1e752be741306f14ed9da6731708f05f-C', 1657488195, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838333339353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838333339353b7d7d),
('1e7ae5c4bb5c2dc09741a312e88aa843-C', 1656968732, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336333933323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336333933323b7d7d),
('1e8085609e406f0222a5928616c63900-C', 1657955315, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373335303531353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373335303531353b7d7d),
('1e84b05d9d13f19f1d1cbbcf3ce99945-C', 1656530702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932353930323b7d7d),
('1e90fe704a18a96b1cc1d23aa99ee75b-C', 1656204002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539393230323b7d7d),
('1e9642c4bce3448547fff81aba63498b-C', 1656661202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035363430323b7d7d),
('1e97375e898cd79b0e9ef7d52b6fbcb2-C', 1657682402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037373630323b7d7d),
('1e9af95a0f370edd411c86818e00f0b8-C', 1656077402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437323630323b7d7d),
('1eb15d4e8306a347872d96ae0d2426bc-C', 1656168301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536333530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536333530313b7d7d),
('1ebf699cb0ff2af42c94db421bba603b-C', 1657255597, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635303739373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635303739373b7d7d),
('1ec4b82172db851138f837728cc37de7-C', 1656797102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139323330323b7d7d),
('1ecab9d97ec914683bfa2aeea16af28d-C', 1656589202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938343430323b7d7d),
('1ed98dbed457112c9a22738a93a36a1e-C', 1657585201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938303430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938303430313b7d7d),
('1efe8eab826888ef71c81b1e28446494-C', 1657098901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439343130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439343130313b7d7d),
('1f06304f812724cb93d19914f5d5f3d2-C', 1656471194, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836363339343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836363339343b7d7d),
('1f0c13597eb11ec518656df26caa90dc-C', 1657250402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634353630323b7d7d),
('1f1036674c05e0555e9b51f13909ddc9-C', 1657630502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032353730323b7d7d),
('1f1310a8368684c0f9edaf469624d5c2-C', 1656116102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531313330323b7d7d),
('1f1a9ef25dcb9d801526a3f6023a1a06-C', 1656171602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536363830323b7d7d),
('1f1d0e935d9240b4acffc42eac4eb28e-C', 1657409702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830343930323b7d7d),
('1f32b8f57a551ca1526e8859a693c731-C', 1657838595, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373233333739353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373233333739353b7d7d),
('1f3509e6389a439b9c259fc366541ed3-C', 1656991502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338363730323b7d7d),
('1f3bbe33810b10e57fb9e9a5a0a76c97-C', 1656542359, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933373535393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933373535393b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('1f4e58380cafa8f789a4db76360aa5aa-C', 1657626001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032313230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032313230313b7d7d),
('1f625ef05a8f61ed5bcd3337e771e658-C', 1657380002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737353230323b7d7d),
('1f6378bf95dc4963507f4a3e2a05015a-C', 1657329002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732343230323b7d7d),
('1f63bc7a563095df9f0f688f045c87f7-C', 1656870002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236353230323b7d7d),
('1f6916737ab488926d529cada6eacafb-C', 1656054602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434393830323b7d7d),
('1f6d6c43f9a54296bce768fa7918fb65-C', 1656282002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637373230323b7d7d),
('1f7215de26d7e77f227f8b291c9036de-C', 1656906001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330313230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330313230313b7d7d),
('1f7376cfdffb5baa71367f1c05971974-C', 1657060090, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435353239303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435353239303b7d7d),
('1f74068ccc788a447ddc91f84de93fe9-C', 1658149605, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373534343830353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373534343830353b7d7d),
('1f7491c0107f4373dac30e771aea317a-C', 1656945901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334313130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334313130313b7d7d),
('1f794e984e72ad76ea442b24a3750d17-C', 1656272480, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636373638303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636373638303b7d7d),
('1f7d1e33158f67d89054dd617633b8fa-C', 1656197102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539323330323b7d7d),
('1f856772af420296991b95e0c40cb580-C', 1656089837, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438353033373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438353033373b7d7d),
('1f98e1c8dbdb9339b9be7b69787e0a1b-C', 1656234902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633303130323b7d7d),
('1fa53c0f19bb5e72f26d44625bea94e4-C', 1656582902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937383130323b7d7d),
('1faca40b1e8ff65a1189d654e5e145f3-C', 1657108202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530333430323b7d7d),
('1fcc1c3c7d7f6d87f525681a86ade64e-C', 1656788701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138333930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138333930313b7d7d),
('1fd701064619e7431719ed6324886dd4-C', 1657699696, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039343839363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039343839363b7d7d),
('1fded863b18713b69dc05758bbb2d846-C', 1657164602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535393830323b7d7d),
('1ff61693fe85fcb4effd00649868c179-C', 1655999701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339343930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339343930313b7d7d),
('2004a148850644db88fc49bd91d76808-C', 1656715053, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131303235333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131303235333b7d7d),
('2004b1310a4ca26d4c58a78266c888c5-C', 1657177802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537333030323b7d7d),
('200ab7c3226cd10d92746e5deda8966c-C', 1656752702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134373930323b7d7d),
('200d91e779298aa8a0918662813a2b8f-C', 1656357002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735323230323b7d7d),
('201efb88222e47878afc1868614fabd6-C', 1656693601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038383830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038383830313b7d7d),
('2023fdc027ae2ec89dd2a3e19a24cdf1-C', 1657570802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936363030323b7d7d),
('2033cc0694cf88b39d3d22f4bc2afc17-C', 1657334702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732393930323b7d7d),
('20354923bc6412e51a453ca6cf0c65bf-C', 1656306902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730323130323b7d7d),
('2037410018c508845d89f4d9e5a26fa9-C', 1657254602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634393830323b7d7d),
('203ca529ab7aeb6516216ca520270aac-C', 1656533102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932383330323b7d7d),
('203fdc74891860a04b001acdf13a232c-C', 1656252602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634373830323b7d7d),
('20428f57a0bab5a596c88bc602bb551d-C', 1656777364, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137323536343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137323536343b7d7d),
('2046880b051507be241db7bd4ccf77ce-C', 1657669501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036343730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036343730313b7d7d),
('2059f3c332f3ebe06d147dd7562dc810-C', 1656715501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131303730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131303730313b7d7d),
('206ccffeee8becc1bdc8b0f6eacc433f-C', 1657234802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633303030323b7d7d),
('207a9892f579263378ad0bc3f509fa3a-C', 1657605302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030303530323b7d7d),
('207c531f6b655da087ee6681634e27c0-C', 1657046102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434313330323b7d7d),
('208c3eccc1ae23070de6f3383a657f04-C', 1656475501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837303730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837303730313b7d7d),
('208cba8e466936eb7d94bb1d28ffdaef-C', 1656281403, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637363630333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637363630333b7d7d),
('208d1d514bcb2611d103e6919c4e64b8-C', 1657398002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739333230323b7d7d),
('20997fd68e38ca5c5472a02b3eff86c2-C', 1656767101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136323330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136323330313b7d7d),
('20a5520bdfb165626f7edcde7d14c5fb-C', 1657452602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834373830323b7d7d),
('20a57b767a8f610b9fed53698e1dd0fc-C', 1656172802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536383030323b7d7d),
('20ae896dfc3d9d75a38437ac83b33d18-C', 1657704001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039393230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039393230313b7d7d),
('20b90a7bf49fafe93d13c8f20bd86417-C', 1656905102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330303330323b7d7d),
('20c91c157bdd40c69806e84ad4c16bf5-C', 1656317402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731323630323b7d7d),
('20cf489d2d5dc95f1891f030d30fc8f1-C', 1656757802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135333030323b7d7d),
('20e82ec05ec549b37f13969876e27537-C', 1657084201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437393430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437393430313b7d7d),
('20faffdc3e96fedb400fa4675ed58992-C', 1656827702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232323930323b7d7d),
('20ff054f4d83023743e8fda556a3eaf3-C', 1658153656, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373534383835363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373534383835363b7d7d),
('210b3f080009034d0f1f06544758a4b3-C', 1656623702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031383930323b7d7d),
('210c55bdb487d53dd6944067750cb130-C', 1656505905, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930313130353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930313130353b7d7d),
('210de8e58d9cc980c06db57276fc91bc-C', 1657245902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634313130323b7d7d),
('210e542dd26654447a378e4aa6467b3b-C', 1657687202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038323430323b7d7d),
('21168d7553321821a0734c7c563de1a9-C', 1656170402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536353630323b7d7d),
('21186ef5fabf78354c4bec6f2e461c3a-C', 1657111802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530373030323b7d7d),
('211a6657c9ead51a5ffbfcc0316c0827-C', 1657636502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033313730323b7d7d),
('21207d55dff54c4c4878c3a81f77820d-C', 1656996601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339313830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339313830313b7d7d),
('2129c146cc28b3e8d3c32b38a5fa406d-C', 1657661265, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035363436353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035363436353b7d7d),
('212d1304e605bcb43e4573a5081d64ce-C', 1656073505, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436383730353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436383730353b7d7d),
('212d6ac8dfa8cc8a7f354dab444b5c6f-C', 1657374602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736393830323b7d7d),
('21352c291ee1f6f5b4fb8f8ff9631618-C', 1657564325, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935393532353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935393532353b7d7d),
('2139753d3b1e417047b946f638108816-C', 1656091802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438373030323b7d7d),
('214146062893e8a6cdee398540626708-C', 1657111202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530363430323b7d7d),
('2144e339486ad0a807ae3a3f4721bb13-C', 1656333902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732393130323b7d7d),
('21505cbaacc721f9e8cc024ab530cf91-C', 1656754502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134393730323b7d7d),
('21596c834c6a328cfd5dba54a6a2ddc6-C', 1657840335, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373233353533353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373233353533353b7d7d),
('2183cf901bb13f268ee2fcbd650fce68-C', 1657513502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930383730323b7d7d),
('218f1890cbcde907e05d287cc384f1b1-C', 1657108802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530343030323b7d7d),
('218f1f951c7e66ce97e605ec0007a3ea-C', 1656975298, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337303439383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337303439383b7d7d),
('21903d1d7b8ee8604d312654c7105118-C', 1657450202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834353430323b7d7d),
('21924ca7b0c037c18a6ed09d650313c7-C', 1656562502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935373730323b7d7d),
('21999a482682ac4a5a0cccf29f0b73a4-C', 1657646102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034313330323b7d7d),
('21acdbb3b0726f2e800b726a907c632a-C', 1656829202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232343430323b7d7d),
('21ae45c14decb648844e829077cfc18e-C', 1657405169, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830303336393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830303336393b7d7d),
('21bf10ed83d37af143d924f03049cdf2-C', 1657155302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535303530323b7d7d),
('21cc72a050d791de5f769ad25c74a1a4-C', 1656982501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337373730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337373730313b7d7d),
('21d633e3e7015f7f4141ddeace68418f-C', 1657710901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130363130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130363130313b7d7d),
('21d66470381e231fb119229d679ebe72-C', 1656807971, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230333137313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230333137313b7d7d),
('21dbc01f9cde269ba3b916e4f45a3cd8-C', 1656195302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539303530323b7d7d),
('21e93df7d1c86b767749ce666d089d05-C', 1656392402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738373630323b7d7d),
('21ebcd8dc748d38309b6b813de29056e-C', 1657140138, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533353333383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533353333383b7d7d),
('21f1f76ab13313cfbaaff35335bd14f8-C', 1656030118, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432353331383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432353331383b7d7d),
('21fb6fb9ed5690f8f284857508b6cefa-C', 1656310202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730353430323b7d7d),
('22007f632ddc9d2dc27fa19a75c5238f-C', 1657467002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836323230323b7d7d),
('2209cccd3bad56932b9b5711be80407f-C', 1656669301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036343530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036343530313b7d7d),
('223d7e1db8eae3b3f092ddeb1e9c86b0-C', 1656001202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339363430323b7d7d),
('2242ad25ee1813c615a7535281bcbe73-C', 1657538402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933333630323b7d7d),
('224e8ac819adec5d9cfa8410b7af33bf-C', 1657323902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731393130323b7d7d),
('2254daa70efa5369bd1ea0297d3219b8-C', 1656973202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336383430323b7d7d),
('225cee2a6a94ad777a8b930f819a6d4a-C', 1656694502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038393730323b7d7d),
('22690ef17f08567d8160c76f7cff02d3-C', 1656416102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831313330323b7d7d),
('22722dada358b9547d044d1213fae2e6-C', 1657212302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630373530323b7d7d),
('2282e24ce1ca3de412f43cdff3260c47-C', 1656315002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731303230323b7d7d),
('22877721d8dc537425d594a4ea1f3296-C', 1657416344, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831313534343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831313534343b7d7d),
('229f90746385daa1d577432f584536aa-C', 1657460102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835353330323b7d7d),
('229fa47e2965d5b8e98d805b159b31be-C', 1656656102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035313330323b7d7d),
('22a0451cbe7584425da07f3058226d35-C', 1656990258, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338353435383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338353435383b7d7d),
('22a43ee47f5afa265a8fa97ca14c31df-C', 1656734402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132393630323b7d7d),
('22c206f318553404e2eddac812096909-C', 1657698427, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039333632373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039333632373b7d7d),
('22c8597c3e113cc597cbf77f4392b19b-C', 1657594501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938393730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938393730313b7d7d),
('22d75c6a1712a5646cf25fee7694495d-C', 1657326129, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732313332393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732313332393b7d7d),
('22dbd3406229efc26ae80a36c39361d8-C', 1656291002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638363230323b7d7d),
('22f31ca40e51b0741de765870c18697b-C', 1656002701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339373930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339373930313b7d7d),
('22f3483e4c45a778eaf065c879572976-C', 1657013687, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430383838373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430383838373b7d7d),
('22fd28a67af1cf112dd22c937280404a-C', 1656175201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537303430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537303430313b7d7d),
('231201f826340b126ca4c9111ae3241f-C', 1656466202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836313430323b7d7d),
('2312b5c258f118b0f2925ba0d1437ad5-C', 1656241502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633363730323b7d7d),
('2316abd377e79c7d8804140e4fb2d6c7-C', 1656219902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631353130323b7d7d),
('231b8198991fe7287f9a107668cd76e4-C', 1657424102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831393330323b7d7d),
('232a295bc62df74bf5df1836ab19ddc8-C', 1657234202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632393430323b7d7d),
('232d4e785af0d966a84df8f2d5cec68b-C', 1656045902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434313130323b7d7d),
('232f17614c9205d9c858bce81800655f-C', 1657265102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636303330323b7d7d),
('23336d5ad6a88e289f4503afb5a5811f-C', 1657910021, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373330353232313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373330353232313b7d7d),
('233838ae6066bb4eb4397e207e477c9c-C', 1657477502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837323730323b7d7d),
('234e609a170447ae5d7c07e293e3a70d-C', 1657498829, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839343032393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839343032393b7d7d),
('2353a6c8a5f4e31efe0824fab0b54114-C', 1657569002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936343230323b7d7d),
('235628ca29d1583bc870cca4a7b3bf3f-C', 1656348902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734343130323b7d7d),
('235eb9117d81609a1874f6afe5f441ab-C', 1656528002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932333230323b7d7d),
('2368b87131fecca16dfafea602495fd2-C', 1657883700, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373237383930303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373237383930303b7d7d),
('2368c284c4faf7baf447e2fc86b9ddd3-C', 1656924301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331393530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331393530313b7d7d),
('23723579a008c2ee7220f61005d27099-C', 1657552720, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934373932303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934373932303b7d7d),
('23727d8601f8662267a016314bed1c59-C', 1656230702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632353930323b7d7d),
('2373afc7ab8f62ebacea52006f88e5f5-C', 1656230101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632353330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632353330313b7d7d),
('2378d14da5ee2f75f3e6d00933b0a5e7-C', 1657719002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131343230323b7d7d),
('237cff3c2f81b8f2fa4941fc8ccdb900-C', 1657376702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737313930323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('238602933300c71d74c39890f281ab55-C', 1656384302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737393530323b7d7d),
('239c15c798a0cf7be0ebe63d9415239f-C', 1655929520, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353332343732303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353332343732303b7d7d),
('23a497d113d5ccce5740c0ef3d4e7d1f-C', 1657225202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632303430323b7d7d),
('23bf61136e2b916c8930b0e579085497-C', 1657396202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739313430323b7d7d),
('23c67fda385a7c73aea900c18dda39cb-C', 1657139534, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533343733343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533343733343b7d7d),
('23cdef3bcffcf5233884a563dcee477d-C', 1656557701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935323930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935323930313b7d7d),
('23dcad4a874bc8d36ac208d82bc4f76b-C', 1656407402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830323630323b7d7d),
('23dcd5e0b70d8a344c6a882435daeaf0-C', 1656215402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631303630323b7d7d),
('23dd8b99d90f4b1f01bc0506cde3b8bd-C', 1657265702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636303930323b7d7d),
('23fa6a673a78659a68d767200454a4be-C', 1656499802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839353030323b7d7d),
('23faa6d484ed4e746abbfca645fb9b98-C', 1657535402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933303630323b7d7d),
('241ece7264f28f527f93f368cd765703-C', 1657194001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538393230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538393230313b7d7d),
('2428edab2572670de2a8011b0f06e2b1-C', 1657395602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739303830323b7d7d),
('2429144aa3133a80ee2fe7bfadcae18e-C', 1657148702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534333930323b7d7d),
('2429c388d0c5cb306554b068a739f167-C', 1656273602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636383830323b7d7d),
('242a41e3222fcc8221664f47946fafd5-C', 1658180020, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373537353232303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373537353232303b7d7d),
('2432840bac01f879c8169854bb3ab82c-C', 1656389402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738343630323b7d7d),
('243e9f3bc7583fc672ff665161317ed2-C', 1656806102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230313330323b7d7d),
('244352d1690174fa9e75482f7e219d99-C', 1656341102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733363330323b7d7d),
('244f2dae0c410c7366a4661b667afb34-C', 1656725702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132303930323b7d7d),
('2450251ab4989c89f698fdded8dac0d2-C', 1657705202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130303430323b7d7d),
('2468a7001addb95675f1e3b41e40e81e-C', 1656940201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333353430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333353430313b7d7d),
('246cbbef9e2124992ff3dea3e930f4c2-C', 1657091402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438363630323b7d7d),
('2471156164a834b5d873c74fc87e36d1-C', 1657261802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635373030323b7d7d),
('2471722a3a512dd63aa8d0e88f62668a-C', 1657512673, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930373837333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930373837333b7d7d),
('2476bef20d8975233e512c1331fb3b82-C', 1657060202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435353430323b7d7d),
('24b0e51a71669831903145daf3c152f3-C', 1657702802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039383030323b7d7d),
('24b55de2f9917488f35075d2eeabc308-C', 1657325702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732303930323b7d7d),
('24b56eee62f2f7af9d7f50a034599d00-C', 1658028776, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373432333937363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373432333937363b7d7d),
('24bf9aa08d98ecf699a46f12a4626415-C', 1656722402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131373630323b7d7d),
('24c8e046029e4deb25d610d8e7e72070-C', 1656843902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233393130323b7d7d),
('24e573955e13cc3c07a0bbdbe87a84d2-C', 1656502580, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839373738303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839373738303b7d7d),
('24f0e05575250c3c6665c6b9d9335925-C', 1657022521, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431373732313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431373732313b7d7d),
('24fa9390893c3373bc8c5d170b03ed2a-C', 1656735883, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133313038333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133313038333b7d7d),
('250870a24cfe68baff26d9ebfdc6e36e-C', 1657196102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539313330323b7d7d),
('250963e4fc2ebf2478a994e8b9bd2b4c-C', 1656739802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133353030323b7d7d),
('25288f05f0022090276844a37f043ed5-C', 1657204502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539393730323b7d7d),
('252e390f9a57f2cac4a45078d535a8fe-C', 1656975902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337313130323b7d7d),
('2532f76bc7f45f9dcc475097bcd4cf95-C', 1656849602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234343830323b7d7d),
('254853234d803ffcca4b0a8165e68ad5-C', 1656276602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637313830323b7d7d),
('2550ca126317e503c64e853468bc6a6a-C', 1657473835, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836393033353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836393033353b7d7d),
('25545e9782ae3255b644ff4e252d6bba-C', 1656093165, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438383336353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438383336353b7d7d),
('2555d654b5b9a911ada20ac2239aa5e3-C', 1657574102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936393330323b7d7d),
('25569202c3596241cde1f9f9efbba5a5-C', 1656099861, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439353036313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439353036313b7d7d),
('25610aaefd75217c89633fd06e0ebe3c-C', 1656321002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731363230323b7d7d),
('256ae84f428181fd02ec5901e37a82b7-C', 1656704402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039393630323b7d7d),
('257a243927726c1cadc9237065de1abb-C', 1657263602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635383830323b7d7d),
('257a713f42bb8237dfd3bbdb8dba1de5-C', 1657683302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037383530323b7d7d),
('258567e1097caa9c205bb5c6e6827c8c-C', 1656960376, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335353537363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335353537363b7d7d),
('2589e1f8dbad7a65288db1b027a70b1c-C', 1657634702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032393930323b7d7d),
('258bc149280056f9deb8ebe1deca33ce-C', 1656193202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538383430323b7d7d),
('258e26546178b414e79d8e06b3f14bfb-C', 1656472502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836373730323b7d7d),
('2595c2cbe1ab70213e016d0c3e90733c-C', 1657821066, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373231363236363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373231363236363b7d7d),
('2595d752c00f61db6825e8c3f3c7348f-C', 1657164508, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535393730383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535393730383b7d7d),
('25abf34f01766c09f4829b7b74816502-C', 1657391101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738363330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738363330313b7d7d),
('25b9eb006408f5aed59b9f04ea586b76-C', 1656608102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030333330323b7d7d),
('25bd70fe6f0f1de6d4bfd18429a111a5-C', 1656987971, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338333137313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338333137313b7d7d),
('25c59d49b60c1817fd38b95bc9001f01-C', 1657623902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031393130323b7d7d),
('25e4fbd4f1cbb248115ff547b448bf8f-C', 1656675301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037303530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037303530313b7d7d),
('25e9bfdff19fb1b5856769c5855aa4a5-C', 1657018502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431333730323b7d7d),
('25e9c27efa5ba7a55c8f431d5eceacaf-C', 1657157102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535323330323b7d7d),
('25ecd768adb856acb46bb98ca1eebea2-C', 1657720308, 0x613a323a7b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131353530383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131353530383b7d7d),
('25eeb76c2fe1ec4a7e3dc0e6f96f2288-C', 1656551858, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934373035383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934373035383b7d7d),
('25f0f895727cbfaeb0c4668758c2c61f-C', 1656095402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439303630323b7d7d),
('25f1c5f3006dddd75c02f25412e2d4c8-C', 1657601102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939363330323b7d7d),
('25f4abca869b1b50c846a5dba8d2566a-C', 1656791402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138363630323b7d7d),
('25f816dfd47236750dc3718df4dacf8a-C', 1656038701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433333930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433333930313b7d7d),
('2604773faa31c2e0fb7a33121c27526c-C', 1657663202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035383430323b7d7d),
('260dec7134165fad17b766837c8cd049-C', 1656654602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034393830323b7d7d),
('261e564202bf6d19e5d3ab5b61078c5b-C', 1656598202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939333430323b7d7d),
('2627c6f648cd0516a5f44f35f28eddea-C', 1656558902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935343130323b7d7d),
('2628ee03eced00a1b139acd303595ebf-C', 1657636202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033313430323b7d7d),
('263992dade2f5bbf019bb125c708b70b-C', 1657720750, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131353935303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131353935303b7d7d),
('26438674556e8e38a5e4bf50f6700364-C', 1655920128, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353331353332383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353331353332383b7d7d),
('264f4c5cbaeb7f5e20cbb124942b65b9-C', 1656866102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236313330323b7d7d),
('2658c1f11d8c2fe21492f840b786b2ae-C', 1656697613, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039323831333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039323831333b7d7d),
('2665d35bac635c1f389bb6b7e4464928-C', 1657151401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534363630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534363630313b7d7d),
('26784ef89ed10eb587c9c12739e2a377-C', 1656951301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334363530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334363530313b7d7d),
('2684c73ee46fd5e484c1924b9628b5ef-C', 1656544502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933393730323b7d7d),
('2685dea2373d605fab6c8417c22c41e8-C', 1657383701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737383930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737383930313b7d7d),
('2697eeae5522ff163f74ab3537004c94-C', 1656450902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834363130323b7d7d),
('2698a82259039ed2bcb598ddb80cd35a-C', 1656160501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535353730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535353730313b7d7d),
('26aab4f1c39ea97d9d9e4dcd85b08a4e-C', 1656312601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730373830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730373830313b7d7d),
('26b02b6f6f67a932a6d5bac3ac3bf240-C', 1657505402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930303630323b7d7d),
('26b6510ee2dacd21c99f54f46f870b49-C', 1657046402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434313630323b7d7d),
('26bb7aa3e13e2b0924ad060afc252b3d-C', 1657436402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833313630323b7d7d),
('26be9be0080f4ceb873a02cb3888785f-C', 1657572902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936383130323b7d7d),
('26bf09577a3789ceabd4115cd5feee70-C', 1657602602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939373830323b7d7d),
('26e1e548436c7e81e46bf37c5a4edc8c-C', 1657447801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834333030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834333030313b7d7d),
('26e54d53054e99160b9f948d3cdf19bd-C', 1656590702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938353930323b7d7d),
('2701721a773747c6b60800a20e2b5087-C', 1657404002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739393230323b7d7d),
('2706b110cc6ae27f9f191f0983a37c1e-C', 1656531533, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932363733333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932363733333b7d7d),
('270ce711b2e71dea6bbe6481de29fd04-C', 1657406102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830313330323b7d7d),
('2713374d2d34b9372f1b08a2335d8aa2-C', 1657308060, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730333236303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730333236303b7d7d),
('27145d38eeea0d7634d50b818600a761-C', 1658174436, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373536393633363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373536393633363b7d7d),
('271e3113c663d5341dbcbc901bf08f37-C', 1656402001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739373230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739373230313b7d7d),
('27284af06c573437a1ad5fc456d71da9-C', 1656520555, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931353735353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931353735353b7d7d),
('27414517ba724d159d02340cbf22a593-C', 1656502502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839373730323b7d7d),
('2758bc325285bceb4da5c9050ba5026d-C', 1657940607, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373333353830373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373333353830373b7d7d),
('2759d34ac2ca024ccf50655a344f6e54-C', 1656381302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737363530323b7d7d),
('2768cfed91d5d6e068b625ce325d2a3b-C', 1657146628, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534313832383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534313832383b7d7d),
('27714e3e6bfe8632f8c9581acf51df30-C', 1657294501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638393730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638393730313b7d7d),
('2775d581e8c937ffaa491b48f06fd12a-C', 1656702302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039373530323b7d7d),
('27835e4cf39b6e17dbcf28418ec4b455-C', 1657970340, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373336353534303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373336353534303b7d7d),
('27927f4bead120a43e87cf2c0d353975-C', 1657357202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735323430323b7d7d),
('27a07aa992a7b23c1547cb8682cf9c18-C', 1656505502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930303730323b7d7d),
('27b70561d9f9bd63d863c96bddb3705c-C', 1657263901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635393130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635393130313b7d7d),
('27b7495025b2c14dcfdd58a41f384e76-C', 1657692596, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038373739363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038373739363b7d7d),
('27b8f04c58fdc9e86eb19c5e468277fb-C', 1656262202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635373430323b7d7d),
('27bddd9cab184a979ea256a97c46527e-C', 1656636302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033313530323b7d7d),
('27c9cf7316617dedd84baa1d891a11c3-C', 1656226202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632313430323b7d7d),
('27d385d7f970ac27e7465b681fce3dee-C', 1657412401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830373630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830373630313b7d7d),
('27e3ab1bf9f0af50d7298afc6ca9c333-C', 1656289202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638343430323b7d7d),
('27ea7ac3d578622748c5648aa9cb7c9f-C', 1656195564, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539303736343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539303736343b7d7d),
('27ed9b5946a9b189e741fa10b8cb89bc-C', 1657044002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433393230323b7d7d),
('27f87ef95344a01efc5255afc2b2d74c-C', 1656840302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233353530323b7d7d),
('280740a34bddea7c4111b42c28c5daf9-C', 1657810433, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373230353633333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373230353633333b7d7d),
('2811aca2f67115acb97e65956882ee27-C', 1656617503, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031323730333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031323730333b7d7d),
('2813dea24358ad1e694086613de4a9d0-C', 1656944416, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333393631363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333393631363b7d7d),
('282b066d92c48daa7741a4c30f0b733e-C', 1656534901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933303130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933303130313b7d7d),
('282ec15c79455c3307322a1a2339e6a7-C', 1657476411, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837313631313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837313631313b7d7d),
('2832b09bb05524208f602f93f08204ac-C', 1656765002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136303230323b7d7d),
('2832cfa58859fd6d9cbcab81f0721b0c-C', 1656122701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531373930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531373930313b7d7d),
('283d7b5aca9e538f71ef5cec13beb7b0-C', 1656703201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039383430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039383430313b7d7d),
('2844ae25719f9576d289be512b3f3c9f-C', 1656982202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337373430323b7d7d),
('28451c9b562d796d153926742163e743-C', 1656686102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038313330323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('2845f453d9952c7969b16bada462660e-C', 1656438002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833333230323b7d7d),
('2853a2094342e1dcbb75b616c7c59700-C', 1657611601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030363830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030363830313b7d7d),
('285c4ee44a72571f900b87e3ca84aa7e-C', 1657162501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535373730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535373730313b7d7d),
('285de27e14c8e3e1fd2525c5f93f78ac-C', 1656777002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137323230323b7d7d),
('285fb34fc57218dc4e59df6d76cb64e8-C', 1657031701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432363930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432363930313b7d7d),
('2862a8e06cf77544e21914fbe1e1cade-C', 1657251898, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634373039383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634373039383b7d7d),
('28655fc7cf45838ac3fd85e42884df9d-C', 1657175103, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537303330333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537303330333b7d7d),
('286ee7431946ee67402d93b5cac95c58-C', 1657390802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738363030323b7d7d),
('288027ae8fea4e8b041c56d80ef0cce4-C', 1657400402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739353630323b7d7d),
('2885c8852bf51039e889d79a610436cc-C', 1656240301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633353530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633353530313b7d7d),
('288c4952065e3096264d6b97ca4f8ad9-C', 1655995862, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339313036323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339313036323b7d7d),
('288e2e9d22c508ef74ca19e517f2083a-C', 1657435024, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833303232343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833303232343b7d7d),
('289442d4dc64dc56fc3a0233fb86cbc8-C', 1656146102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534313330323b7d7d),
('2895a2c04805772bb274a09a821d8e9f-C', 1656286501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638313730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638313730313b7d7d),
('2896361c030840121a0c98ff141dff59-C', 1657189501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538343730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538343730313b7d7d),
('2897e76ca28e789fa880f386f8889b14-C', 1656002401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339373630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339373630313b7d7d),
('289c42236856b55d5a709bffdf482360-C', 1657141802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533373030323b7d7d),
('28d41d100c081915d771f9da41d43f0f-C', 1656515401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931303630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931303630313b7d7d),
('28e0a435ef4789ab56d0a9f154a70708-C', 1658116301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373531313530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373531313530313b7d7d),
('28e3d0f71e514c743d7024df12aea0ac-C', 1656505802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930313030323b7d7d),
('28e42eee67b8ddbb383f1eadd99be124-C', 1657445701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834303930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834303930313b7d7d),
('28e5023f789b0d4747e8c13413200565-C', 1656388501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738333730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738333730313b7d7d),
('2907532b923ddc9807cd1e01aba486ff-C', 1656616502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031313730323b7d7d),
('2923de86fa41943b121bb3684921cdb7-C', 1657026902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432323130323b7d7d),
('2928878defa316f76f371b27f419e4ae-C', 1656478802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837343030323b7d7d),
('29293ea7eac612d3935b4e3510e68a6b-C', 1657064101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435393330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435393330313b7d7d),
('292f4682c5b32e2b2eca7d07d3a53139-C', 1657039202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433343430323b7d7d),
('2930c1ac29dc0c34e6fc374423ab5014-C', 1656366902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736323130323b7d7d),
('2934bc807db2839dc995d02aa8442f3a-C', 1656849901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234353130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234353130313b7d7d),
('2938f4a6407e50e47c4cffe6f0e8bfd3-C', 1657155001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535303230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535303230313b7d7d),
('294595b13dd7b4b8d8ff29941df65d2e-C', 1657699501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039343730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039343730313b7d7d),
('294e405abb1759d9e81f97a3fc074c96-C', 1656788102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138333330323b7d7d),
('2956ffdc2edbaebfd0d73c57d949f389-C', 1656650701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034353930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034353930313b7d7d),
('295ccc8361836d1d579d1cac3ea264b0-C', 1656579301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937343530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937343530313b7d7d),
('296b787735bbb57212b1c1b39460e613-C', 1657332601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732373830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732373830313b7d7d),
('2971c0cb584e67669ea27c3e1bbf643f-C', 1657405171, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830303337313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830303337313b7d7d),
('2977cc458cead3ecad599bd3af7baa12-C', 1656821102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231363330323b7d7d),
('298357aace660f607f8e9d9ff902e7f7-C', 1656335402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733303630323b7d7d),
('298ab75099362365842c7a8c423d9861-C', 1656711864, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130373036343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130373036343b7d7d),
('29936595ab18148299dbe1b5c60f8447-C', 1656342524, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733373732343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733373732343b7d7d),
('299d3a7eae286cb0e119af4f00826e89-C', 1656728702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132333930323b7d7d),
('299f96469927f528ff461a91b549eb25-C', 1657662902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035383130323b7d7d),
('29a5be686a13e2b5283341c03a851883-C', 1657676402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037313630323b7d7d),
('29ab48bf851286ee53b288a9792c5a81-C', 1657045202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434303430323b7d7d),
('29afd8a78e5a0a55a8d292f809941b09-C', 1656702943, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039383134333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039383134333b7d7d),
('29bb508e3f001c539c63fb71d01025a4-C', 1657121101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531363330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531363330313b7d7d),
('29bc523b283d5662768dc8d67938e36e-C', 1657715102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131303330323b7d7d),
('29c3eb58cf20a936c38d963c5a4b1642-C', 1657638901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033343130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033343130313b7d7d),
('29c8d64f0174b7a9b45dfa5548624f26-C', 1656520238, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931353433383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931353433383b7d7d),
('29c9c90c310e2a1cc2fb86e7c0938147-C', 1656340202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733353430323b7d7d),
('29cdb88ebb2c2f3840450aeeec408bb0-C', 1656675002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037303230323b7d7d),
('29daf33f6af23f1e34a2e5d7f6cf0197-C', 1657171201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536363430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536363430313b7d7d),
('29dc380b1146cb9061755a6ea6557660-C', 1656122101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531373330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531373330313b7d7d),
('29e0b408dfda2461b9410765d40e3741-C', 1657561222, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935363432323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935363432323b7d7d),
('29e5fb15a7fda3bfbcd49fd0962c6139-C', 1656945002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334303230323b7d7d),
('29e89d19818fabe2d338010ad98cb110-C', 1657039802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433353030323b7d7d),
('29f36866f2dbb91403cc1cd2faf5cd9b-C', 1656345301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734303530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734303530313b7d7d),
('2a0330212f2a2bdda04ef18087b23757-C', 1656305701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730303930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730303930313b7d7d),
('2a16078baa84ed1a7a8b8b7abed8b5d7-C', 1656314154, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730393335343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730393335343b7d7d),
('2a163f323ff79531ec59fb286fa60a67-C', 1657151079, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534363237393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534363237393b7d7d),
('2a181a704aa7cac78c1dd9de1ee32276-C', 1657057202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435323430323b7d7d),
('2a2fdc52aac9ecc921bcd68d7fe0f063-C', 1656742540, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133373734303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133373734303b7d7d),
('2a335ffdee0269046b7af148d8ce4405-C', 1657453502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834383730323b7d7d),
('2a42f8e247ad6b20653a6a60723201d6-C', 1657624502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031393730323b7d7d),
('2a483c8f70080f2f5b27d59f46121141-C', 1656918601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331333830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331333830313b7d7d),
('2a489ab5e5e718e59078539d770cc58e-C', 1657418701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831333930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831333930313b7d7d),
('2a4ea5ce36393172f29d2f187284e970-C', 1657060502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435353730323b7d7d),
('2a50b476ec76ab7ceda9ed6581818d6c-C', 1656195518, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539303731383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539303731383b7d7d),
('2a51c0af6f56c39c32915cdde9011d3b-C', 1657647002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034323230323b7d7d),
('2a7ccb709756d16e6881aa91101c9994-C', 1657460830, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835363033303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835363033303b7d7d),
('2a85de25b6ef24e4d6540b20fd848b40-C', 1656709011, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130343231313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130343231313b7d7d),
('2a90fe2cefd65d05a1bf15f256f58812-C', 1656109450, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530343635303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530343635303b7d7d),
('2aaf67d9c03b30ad261b1d05b8aedec3-C', 1656885602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238303830323b7d7d),
('2ab34a8af925e66f9bb821d66eb4b125-C', 1657160954, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535363135343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535363135343b7d7d),
('2ab48bcccc82e210f376a764f8055cf5-C', 1657574514, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936393731343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936393731343b7d7d),
('2ab4bf458b3fa85a588e10b39f61fc97-C', 1657437602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833323830323b7d7d),
('2ab9582a5cacdb2f1e608be011d83f3a-C', 1656338701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733333930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733333930313b7d7d),
('2abbc25588499b565b5d8fc2ffc9410d-C', 1657703847, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039393034373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039393034373b7d7d),
('2abcced6179dc2e9b02f0cfcb7fa68e0-C', 1656107702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530323930323b7d7d),
('2ac680b5891c50f0dd65e54e6365175f-C', 1656064202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435393430323b7d7d),
('2aca084bbee0244aa148a7beae3fbff7-C', 1656524401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931393630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931393630313b7d7d),
('2ad1832d44d81056cea933b4a62b16c3-C', 1657333802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732393030323b7d7d),
('2ada16c4c4ef29b9429dbca6040d6112-C', 1657157058, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535323235383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535323235383b7d7d),
('2ae00288795d63feb90246ce95b992a9-C', 1657088402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438333630323b7d7d),
('2aec5ea0bec9194cd286205c40e9b5b4-C', 1656187202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538323430323b7d7d),
('2b270ebe9cd9719bbb97a6f960e903b0-C', 1657358102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735333330323b7d7d),
('2b27c8011bb64e1bb255ba025019730a-C', 1656779102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137343330323b7d7d),
('2b3b662df5f840ae639adc7a0415ce00-C', 1656275402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637303630323b7d7d),
('2b48859f3c6640609109ba4ca952fe11-C', 1656167401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536323630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536323630313b7d7d),
('2b59b0073ac76b00488b6cddb1b4e4b8-C', 1656559502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935343730323b7d7d),
('2b59f3f1aac7ac3d8ae2788d971ae4f8-C', 1657696501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039313730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039313730313b7d7d),
('2b5a5ee443f0b1538e441a58ef657433-C', 1657642501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033373730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033373730313b7d7d),
('2b76dfc60c3aa47f183e6d380e31f4bc-C', 1656606002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030313230323b7d7d),
('2b820edabb20eebe4988c4604892f003-C', 1657018744, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431333934343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431333934343b7d7d),
('2b89d3e70b515aa644614d9e5cd39310-C', 1657646402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034313630323b7d7d),
('2b8a8b33d6870e7f7ba02ebb187aac1d-C', 1657527004, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932323230343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932323230343b7d7d),
('2b926b3b93a0e1b24765343f7167989d-C', 1656300602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639353830323b7d7d),
('2b946c47906fc23544fbba2d3bdf1852-C', 1656508502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930333730323b7d7d),
('2ba1ca9ac69221da977d644e6c53fe38-C', 1656041402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433363630323b7d7d),
('2bae155f2f2d119979e8de5d97ed41f3-C', 1656061502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435363730323b7d7d),
('2bb21581c65e31132eca60c1f04cab9b-C', 1656688802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038343030323b7d7d),
('2bb6b7d1338f0709631036c93153d47c-C', 1656808502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230333730323b7d7d),
('2bb9378cf5ca22c1eec001c1d9278959-C', 1656004501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339393730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339393730313b7d7d),
('2bbc34222be9f6965aa1ef0bd0f28294-C', 1657555201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935303430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935303430313b7d7d),
('2bc65fe5c050faceeefb72ced9df9702-C', 1656290702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638353930323b7d7d),
('2bc90856ecace892c99448a1a3e64711-C', 1656378602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737333830323b7d7d),
('2be29b73a47cf083a92975d3c647e80d-C', 1656225563, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632303736333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632303736333b7d7d),
('2bf5edb771cb84db533a9fc9e03f4630-C', 1657425902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832313130323b7d7d),
('2bf75fde2af9ff13f1729256d63cf45a-C', 1656356702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735313930323b7d7d),
('2bf935469a49a93fd377acb1bec50b90-C', 1657956392, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373335313539323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373335313539323b7d7d),
('2bfc622cef910f8fa86bb3f3b450e0e1-C', 1657390202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738353430323b7d7d),
('2c0b5d7fd160f9cf833fb144004f70aa-C', 1656868801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236343030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236343030313b7d7d),
('2c0d3ea1b052a48fd82dcae9f7987dac-C', 1657562701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935373930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935373930313b7d7d),
('2c2969e1a48ddb8b38b312a3c07f053d-C', 1657606004, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030313230343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030313230343b7d7d),
('2c362c57325049c29deb733d642fb5d6-C', 1657290901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638363130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638363130313b7d7d),
('2c3a511d318b0383a78651ba1c25a95c-C', 1656104102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439393330323b7d7d),
('2c4cd0459bb1688157a9faa6b583a6f3-C', 1657474202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836393430323b7d7d),
('2c5d957d49774ad1e71b7adc338d4daa-C', 1656871501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236363730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236363730313b7d7d),
('2c6073710ef8db08f72fcec5cf3435d5-C', 1657229840, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632353034303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632353034303b7d7d),
('2c613ba1b292d362f83b0fb3f1832761-C', 1657162716, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535373931363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535373931363b7d7d),
('2c6898a3bdf90ab63d1f88f0c7663e25-C', 1655881220, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353237363432303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353237363432303b7d7d),
('2c6b38d89f73b989c5a0fbfb0d99b75c-C', 1656617402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031323630323b7d7d),
('2c6fd2ebf5b9b229098795a10163bf00-C', 1656260102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635353330323b7d7d),
('2c80ad4fd711fd0c5418ea8a9390f5ea-C', 1657280101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637353330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637353330313b7d7d),
('2c8f6b2688cff0758283ac81750c9711-C', 1657007402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430323630323b7d7d),
('2c959f3b194ac9c5da819f1b779f5cd7-C', 1656647102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034323330323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('2c97982f45e262cbb9cfbd0180e8f157-C', 1656578102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937333330323b7d7d),
('2c9a63053762a54fb771f8d751684f50-C', 1657266901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636323130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636323130313b7d7d),
('2c9ef23a53bd2ddd325e30846e50cb1e-C', 1657259402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635343630323b7d7d),
('2ca6eb4adebb7d0873223ef12aae4790-C', 1655997302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339323530323b7d7d),
('2cc4b8d55cb35d15cbf8420c6d300f5e-C', 1657339202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733343430323b7d7d),
('2ccae78039175ceb39e11411602bfe4f-C', 1658220316, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373631353531363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373631353531363b7d7d),
('2cd9218935e3495d60979c7012a24a4c-C', 1656555602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935303830323b7d7d),
('2cd9574282d7896b9b98165b0740f37c-C', 1656190802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538363030323b7d7d),
('2cde85c7ce5dfc302ab7822f8b43aadd-C', 1656344402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733393630323b7d7d),
('2ce7fd36c25ba7b3e99cd82b359ddcf9-C', 1657665238, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036303433383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036303433383b7d7d),
('2ce9e02fb629cf403c83ef02b6b7b9fa-C', 1656857702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235323930323b7d7d),
('2d15abaee9aef175dc57fd07c43bf700-C', 1657649702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034343930323b7d7d),
('2d1989ad64eb5c6afc5443d3fb280595-C', 1657102202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439373430323b7d7d),
('2d2e82bc8ee666ef82807540db655eef-C', 1656322802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731383030323b7d7d),
('2d4afab1fea706078582786965f713cb-C', 1656010202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430353430323b7d7d),
('2d50880ee47f86da68aa9aed02dfb895-C', 1657678610, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037333831303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037333831303b7d7d),
('2d60928b1d3fc35dba0218c1d92aad68-C', 1656114901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531303130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531303130313b7d7d),
('2d6fb5f1a9612eee87d8ef2866d7b951-C', 1657629602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032343830323b7d7d),
('2d7150197c28b0b2b160d7d12ca3a9e0-C', 1656171002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536363230323b7d7d),
('2d86e8f5ecff8a738e3189c881a336d8-C', 1657202402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539373630323b7d7d),
('2d886bc0892d5351f498e3b030c7121b-C', 1657330802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732363030323b7d7d),
('2d88cf29a519f60281e1a526102d0ed6-C', 1657146659, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534313835393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534313835393b7d7d),
('2d8a1d02ab9ac8fba6bd18f21580a4c7-C', 1656629974, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032353137343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032353137343b7d7d),
('2d936adeb884785fb3d6f25c843c2a55-C', 1657485002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838303230323b7d7d),
('2da5f8f1efe75ccf2ef81aa449f5c2ff-C', 1657233302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632383530323b7d7d),
('2dac59bf93153f02d130a7c88ccb4c2d-C', 1657910426, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373330353632363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373330353632363b7d7d),
('2dbb172b502d13b8c90a523587ecf4a4-C', 1656221102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631363330323b7d7d),
('2dbf04fd5e7b508d7c251621f8012013-C', 1656972899, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336383039393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336383039393b7d7d),
('2dd5a59ab76ede18b79c443c6537f121-C', 1656015002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431303230323b7d7d),
('2ddaef743fc5aa82391435e8dc64a4a7-C', 1656153602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534383830323b7d7d),
('2de6a914ea2138e8d871670574aee8b2-C', 1656815402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231303630323b7d7d),
('2df9d46173e1442676e3da7a2deb2119-C', 1656106202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530313430323b7d7d),
('2dfa0f3ede009de482fc80aa33d46ab5-C', 1656818794, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231333939343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231333939343b7d7d),
('2e00a18a310d77a3e320bef40424edd7-C', 1657688402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038333630323b7d7d),
('2e06bf8311e455a932883002dfdefc41-C', 1656234002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632393230323b7d7d),
('2e06ee6cf007492a2f0cd9d29e47d0cf-C', 1657323602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731383830323b7d7d),
('2e0e131c2e2199bd6bc5609af665c54b-C', 1656543302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933383530323b7d7d),
('2e20a069dcfb59346bfcd7a714280237-C', 1656771901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136373130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136373130313b7d7d),
('2e28166e59456476c0fb34f6d6f7c291-C', 1656740102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133353330323b7d7d),
('2e2f3ffe711e397005c8bb40dd7f9b3d-C', 1656990901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338363130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338363130313b7d7d),
('2e32c4e7161be31475c2f0f5a5f98221-C', 1656892501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238373730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238373730313b7d7d),
('2e3376b1fa81f5298903a9edfe013f70-C', 1657189802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538353030323b7d7d),
('2e33f6cf016fb99e8571f062c41b6aee-C', 1656612002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030373230323b7d7d),
('2e355f3cf7a1e38e5c4e2c530e36ad07-C', 1657253401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634383630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634383630313b7d7d),
('2e3751d0f74bbb6793ba2289bf140f23-C', 1656369301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736343530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736343530313b7d7d),
('2e386dd9a6b1ab8d87e110d0c2d71b20-C', 1656235501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633303730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633303730313b7d7d),
('2e429b170e2affb68db58b31e33f4b81-C', 1657695919, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039313131393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039313131393b7d7d),
('2e460739805261b292d2f8efee95699f-C', 1657491002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838363230323b7d7d),
('2e46751517d5fd3249b4a4cf98ae20c3-C', 1656327301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732323530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732323530313b7d7d),
('2e4ef3c5206b278b82368bfb72a00fd9-C', 1656528186, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932333338363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932333338363b7d7d),
('2e55263bd3049d8c287f1ca9e1640416-C', 1657588201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938333430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938333430313b7d7d),
('2e56989e0e8f635de87b6c1f6562e3ee-C', 1656518630, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931333833303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931333833303b7d7d),
('2e5b9b4ee1b8303e864006b680c91203-C', 1657256702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635313930323b7d7d),
('2e5c0f5ed753c547af09c1f83b467c74-C', 1656883313, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237383531333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237383531333b7d7d),
('2e5d991379d345585a66b964a06581cb-C', 1656309602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730343830323b7d7d),
('2e621c0b71e9e99400f4792a94ca1eaa-C', 1656717001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131323230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131323230313b7d7d),
('2e68e41e8589b4663485dae98c485949-C', 1656174002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536393230323b7d7d),
('2e69d7e15406c63e15bc587edcd3c4bb-C', 1657441202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833363430323b7d7d),
('2e6af1a932609b156d13819fe3fd5baa-C', 1657239001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633343230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633343230313b7d7d),
('2e74cd1550dd4a684312a5580737eeef-C', 1657226402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632313630323b7d7d),
('2e750287b3f45296b3e7ea7994cfa977-C', 1656724202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131393430323b7d7d),
('2e8b5a784f50ad25b1b21b3fa165c09b-C', 1657419084, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831343238343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831343238343b7d7d),
('2e9590449bd4b0e1be118441a41f5744-C', 1656648301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034333530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034333530313b7d7d),
('2e9a67339845295e97680685173f6dc8-C', 1656425701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832303930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832303930313b7d7d),
('2e9f3908b9bfc5ae51be72f63c1adec3-C', 1656221402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631363630323b7d7d),
('2ea96a92258fbcbdc78fd8f9a659d4dd-C', 1658021951, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373431373135313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373431373135313b7d7d),
('2eb02df821be6af0e50fe27b9ab3ca09-C', 1656079801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437353030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437353030313b7d7d),
('2eb8f249fb09d8bf006c10d4aa0049fe-C', 1657162202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535373430323b7d7d),
('2ebac7f88874b0bd43703aa75fe73d57-C', 1656674402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036393630323b7d7d),
('2ec173a019cb1c6b2f84d0656421c1cd-C', 1656136853, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533323035333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533323035333b7d7d),
('2ec7ae397fcc0b37f91de8f71a580ff3-C', 1657291202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638363430323b7d7d),
('2ec8fd5c9b8f373df32af2d112a99f8b-C', 1657574702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936393930323b7d7d),
('2eca86e11b20952ed7b3660f6e5f7fce-C', 1656365101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736303330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736303330313b7d7d),
('2ed1e3d40b7c5083ed88ad37ec927704-C', 1657012304, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430373530343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430373530343b7d7d),
('2ed922cc4e46dd0bd554e1f8d78249e5-C', 1656800282, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139353438323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139353438323b7d7d),
('2eeba7fdcd218a56dfda416cd1042361-C', 1656550202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934353430323b7d7d),
('2eec6fa82a33bd7cdbc08a925ab67350-C', 1657118752, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531333935323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531333935323b7d7d),
('2eefe73cfc3787d4b60e4bc6d6905fe7-C', 1657282502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637373730323b7d7d),
('2efeb2a9692680f5d1df407239ba5679-C', 1657050302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434353530323b7d7d),
('2f02309e9ebb7b9feaa0b7ba0338e4c3-C', 1656386102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738313330323b7d7d),
('2f103705aff0e59a75d2f057e0d75eb3-C', 1656327901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732333130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732333130313b7d7d),
('2f23db2b55ce7b0b371f56d679776839-C', 1656041101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433363330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433363330313b7d7d),
('2f24f8c9e1be1129c818328ac0f096cc-C', 1657078470, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437333637303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437333637303b7d7d),
('2f2527fcba16808df9a11aa97ebb5d5e-C', 1657266002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636313230323b7d7d),
('2f432556106cca73834a7c8b12acf884-C', 1657833473, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373232383637333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373232383637333b7d7d),
('2f46c4ba2e39e8a4a033a7e0a6aca9a4-C', 1656342173, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733373337333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733373337333b7d7d),
('2f478cbc1a9e00a635613f45441abf25-C', 1656292201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638373430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638373430313b7d7d),
('2f4cce49623c5e5e27ca6d0aaba3ee3f-C', 1656457502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835323730323b7d7d),
('2f50a085a3fffd8a2ba9818ea758784f-C', 1657068602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436333830323b7d7d),
('2f56edfdee4a2fceedc7a7fa138d3f60-C', 1657886695, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373238313839353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373238313839353b7d7d),
('2f63704e352a58bad19689b3a335ed7c-C', 1656262501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635373730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635373730313b7d7d),
('2f74ddedd148f54367806f2209d75f67-C', 1657455902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835313130323b7d7d),
('2f7566617814a543a85c799d398e3bed-C', 1656317102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731323330323b7d7d),
('2f77db503db755518619621920ec4efc-C', 1656297002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639323230323b7d7d),
('2f77ecb92dfe6abdd94645f63e8022e5-C', 1656627302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032323530323b7d7d),
('2f7f63c087f0013b992c3d68bc3cde1d-C', 1656373502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736383730323b7d7d),
('2f9e500f447c074263d3e7d60f84fd68-C', 1657297202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639323430323b7d7d),
('2fac4ca48149645f1dd50d7beb406a6f-C', 1658132364, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373532373536343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373532373536343b7d7d),
('2fae1ff98d001b63a13adc735196cd85-C', 1657403701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739383930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739383930313b7d7d),
('2fbe2716b0b133ebc5045ee3f4d43563-C', 1657155902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535313130323b7d7d),
('2fc2bcdbd3bb425a83ced472b3f04476-C', 1656368401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736333630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736333630313b7d7d),
('2fc3bfba2facb4114a4e506f479c9ed0-C', 1656988501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338333730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338333730313b7d7d),
('2fcce9e54cc1cf449f037217e39194a9-C', 1657214296, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630393439363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630393439363b7d7d),
('2fcd197b37bd4ae9648264a367bdad7d-C', 1657312502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730373730323b7d7d),
('2fcdf2aa871ce73e3f08e584da522924-C', 1657095533, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439303733333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439303733333b7d7d),
('2fce6ed459860101866354fbd37399e3-C', 1657321502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731363730323b7d7d),
('2fd03ce5825ebc9eddc1fd49a638b26a-C', 1656458701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835333930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835333930313b7d7d),
('2fd5e881fd10c000c51e2ba7ce3e7f58-C', 1656328501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732333730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732333730313b7d7d),
('2ff5d2c9dd9bbebef8bc1b4da8669116-C', 1657481402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837363630323b7d7d),
('2ff960e04f8d6433d18d230992a9db6f-C', 1657380902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737363130323b7d7d),
('2ffad136a094ebe50968685c03da89e6-C', 1657240502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633353730323b7d7d),
('300a80b9ba92cd6f0cbe79141fa06284-C', 1657923349, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373331383534393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373331383534393b7d7d),
('30146f4e7c50b3bfc1e60cb607a55558-C', 1656707702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130323930323b7d7d),
('30153d3f562ae21272dd6493d0633c58-C', 1656423002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831383230323b7d7d),
('3017ab04a0e6362fd27bad85d5e5fc74-C', 1657191602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538363830323b7d7d),
('30194f3d8a1882b46edb00c60d6241e7-C', 1656029702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432343930323b7d7d),
('301bcc7d6d6df927aee0a43b41b0afa7-C', 1657419602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831343830323b7d7d),
('301e8d2baa727dd50816a07361641890-C', 1656724497, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131393639373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131393639373b7d7d),
('301f89c2e69c05daca549eb54356f1ea-C', 1656344701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733393930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733393930313b7d7d),
('302f81c9615b338240fd1b46abebcda7-C', 1657534501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932393730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932393730313b7d7d),
('3033ebdbd569aba4ec19ba41d109d9da-C', 1656044494, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433393639343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433393639343b7d7d),
('30406906895454d7c9ec1ff9054a4bf2-C', 1656020701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431353930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431353930313b7d7d),
('304964d0deb0d742bab86f9be35348a8-C', 1656127202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532323430323b7d7d),
('3052855ecaa177ddc3deea3819655b05-C', 1656136802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533323030323b7d7d),
('3054b3f4ab9f1a2b38d96e4a67972721-C', 1657381802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737373030323b7d7d),
('305acb91078d1c35142034f0eb01127a-C', 1656519001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931343230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931343230313b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('30620d33bf9ddb2bfa3f3d73c4c8b608-C', 1657220402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631353630323b7d7d),
('3064f2c59f57d668d28e46a06d5a54bb-C', 1656106501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530313730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530313730313b7d7d),
('307af92ab6dc37417d7cfb0c48b7861e-C', 1657511402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930363630323b7d7d),
('307bb81ac18c150f11d41892775f4cbb-C', 1656589802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938353030323b7d7d),
('308684afadc39a56c29607ff40ea4552-C', 1656309001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730343230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730343230313b7d7d),
('3090394bc228896fee9d7ceece843d0f-C', 1657123202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531383430323b7d7d),
('309614bdabaf984404a12534ad485d8f-C', 1656738601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133333830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133333830313b7d7d),
('309617fdf26a042776c2987e1fab6389-C', 1656023107, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431383330373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431383330373b7d7d),
('30aa968d9bb28137ff34d02cf9d062f3-C', 1656847802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234333030323b7d7d),
('30b2230933be1cef9a7466ca458b57b3-C', 1656110402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530353630323b7d7d),
('30bceac67b3bf37956f925e544b5bc36-C', 1657558202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935333430323b7d7d),
('30cd035d8fdbfbb5ca7126a7fae188d7-C', 1656974402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336393630323b7d7d),
('30d54e8df0c87da74ca605af6eb10c8f-C', 1656869102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236343330323b7d7d),
('30d7d2fb771d0d552a01d734d1dfbdbf-C', 1656798901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139343130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139343130313b7d7d),
('30f06463a3164d5409540b0faeed5140-C', 1656599402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939343630323b7d7d),
('30f20215885c0bc0afc57b73d1c6d479-C', 1657076267, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437313436373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437313436373b7d7d),
('3101ed6831229a56a6bf2fbb2252baa9-C', 1656202802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539383030323b7d7d),
('310fc4e0e447a6d68a4ddadb301db12c-C', 1656149401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534343630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534343630313b7d7d),
('3112fb220514c142071c7750236b65a1-C', 1657442402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833373630323b7d7d),
('31144c2c763c27bb4ac2864a7f423a21-C', 1656291229, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638363432393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638363432393b7d7d),
('3118d0c07a2ec38c787fc6ae7a92cc12-C', 1657105802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530313030323b7d7d),
('3119b7da94c9cd1f9be25aa8b02a5538-C', 1656065402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436303630323b7d7d),
('311d3231430dd87568ccddcd21028bde-C', 1657653002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034383230323b7d7d),
('31221a967a56f11ca9a12582a27863b4-C', 1656861001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235363230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235363230313b7d7d),
('3129014c7fdfec1b3dc261ed70e1d1e4-C', 1657107002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530323230323b7d7d),
('312b34736df50ea2f147c30a82a0df63-C', 1656834901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233303130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233303130313b7d7d),
('3131e79257d5ff8c5d0819eebe8d9b0b-C', 1657079402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437343630323b7d7d),
('3136740cc306fe2209c96d08127fe6d5-C', 1656717568, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131323736383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131323736383b7d7d),
('313752c20e12849358b3bc101bf1836b-C', 1656172501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536373730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536373730313b7d7d),
('313fd380f7866007f444dd60e5b021c6-C', 1657671302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036363530323b7d7d),
('31461628bab88834aeb2a674b86920ac-C', 1656456602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835313830323b7d7d),
('314a768e6019cfeacbe64469227b67cd-C', 1657720752, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131353935323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131353935323b7d7d),
('3150186e4f0bcef5ca385f72d5811308-C', 1657231534, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632363733343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632363733343b7d7d),
('315f08e710a015514cd41efee44338b4-C', 1656432301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832373530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832373530313b7d7d),
('316007c548ebc1945c85e76041a6cde9-C', 1656178202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537333430323b7d7d),
('3160bd0c2b9a814edf5506cb0338d65b-C', 1657043137, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433383333373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433383333373b7d7d),
('316c69f6173923b54ee50a90be751f24-C', 1657652102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034373330323b7d7d),
('31713de4791f1ded9c089978b5e474ff-C', 1656637802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033333030323b7d7d),
('319ef1bfe8df67e1ec94b200a82d6bd5-C', 1657528802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932343030323b7d7d),
('31a4990f3652320b4c535a5636b30d1f-C', 1656227102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632323330323b7d7d),
('31a6a69a921873126c3b20d79234801c-C', 1656049502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434343730323b7d7d),
('31be8d966e70e189a0f213f69c19e32b-C', 1656469801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836353030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836353030313b7d7d),
('31c111c62b64c09f613f786159578760-C', 1655950239, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353334353433393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353334353433393b7d7d),
('31d2ac7cfa15905208b6de7283ef0674-C', 1657449002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834343230323b7d7d),
('31e47b9c2bd87f9c32d2eb0073c744b9-C', 1656417602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831323830323b7d7d),
('31f6afbd30632d0a6a781c8a6ce8f940-C', 1656084602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437393830323b7d7d),
('32089dadda69f7938aae95ef3947b4e1-C', 1657332901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732383130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732383130313b7d7d),
('321258ef7b44982776589d28fd5c11f0-C', 1657146659, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534313835393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534313835393b7d7d),
('321eff09804f188e5195828848f9f745-C', 1657956767, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373335313936373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373335313936373b7d7d),
('3231bba299780dd4c6d36eba85464e03-C', 1656120115, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531353331353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531353331353b7d7d),
('323b53cfe020dab9658c0d863fd60f08-C', 1657985199, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373338303339393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373338303339393b7d7d),
('32683817f181541d2e2f7fceec703448-C', 1657201257, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539363435373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539363435373b7d7d),
('326f47039a3f33deb0eddc21856f6fc7-C', 1657409102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830343330323b7d7d),
('3279124ed734dc232b7e9f28513ee10c-C', 1656541502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933363730323b7d7d),
('32813fd25754231a9b708068ecd16242-C', 1657541402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933363630323b7d7d),
('3287b0b80f15ae9e7eae2180bafdec04-C', 1656528902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932343130323b7d7d),
('328b0ad34289d7f740ac31e92b2ab2cf-C', 1656234601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632393830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632393830313b7d7d),
('32918aa0bbf0c614da884f3a37dfe746-C', 1656986402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338313630323b7d7d),
('3291bf12b809a1f036252c9b8414455d-C', 1656647401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034323630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034323630313b7d7d),
('3294d45f5709fa720abdb7fc8e6697fc-C', 1656572160, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936373336303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936373336303b7d7d),
('32a3cae0eb0ec6f6134e16ac1336f9c9-C', 1656198302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539333530323b7d7d),
('32a6c9b1bc62100a3a6c57046945d5aa-C', 1656531002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932363230323b7d7d),
('32a91fa99ceb318c577ced60b4485490-C', 1657496702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839313930323b7d7d),
('32ab071d149f87aa03019d265d217bbf-C', 1657401002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739363230323b7d7d),
('32b51105507284e74df872f3ef105c34-C', 1657191302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538363530323b7d7d),
('32b63d7da2c3c0d33410d6b7c27fee8b-C', 1656740702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133353930323b7d7d),
('32b81e6426821cd21e46a0e8a8c65341-C', 1657760313, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373135353531333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373135353531333b7d7d),
('32ba74b7d6ab5138f9c19a2cbd14b061-C', 1656553502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934383730323b7d7d),
('32bd49af48c8b898668ddb04b673499f-C', 1657500805, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839363030353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839363030353b7d7d),
('32c2d0dfe8d65dbea0920147c41b8494-C', 1656987302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338323530323b7d7d),
('32c3c3fba062bc71349778706c75659d-C', 1656339302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733343530323b7d7d),
('32c84931a5f38ed35b89017459e065bc-C', 1656558302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935333530323b7d7d),
('32d602397ba376c3b1faf242c4ab2939-C', 1657315502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731303730323b7d7d),
('32e0e0a60a84c44acfd2cc7a8845b7b1-C', 1657019766, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431343936363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431343936363b7d7d),
('32e5d4acd493087c4edda27f606d4c42-C', 1657689001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038343230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038343230313b7d7d),
('32f2f75399a79c2951326d96a0a02674-C', 1657142284, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533373438343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533373438343b7d7d),
('330b774fafb51f4e275de41800e0ace2-C', 1657611302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030363530323b7d7d),
('331608558e7ed403cea0744d2898f922-C', 1656003902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339393130323b7d7d),
('331cc48a7320f78d4cddb26bac142921-C', 1657077602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437323830323b7d7d),
('332dfdfab1c58a130a258f7fa91d5374-C', 1657316402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731313630323b7d7d),
('332f3d77b1d96d13936338f0dcb41e1c-C', 1656360002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735353230323b7d7d),
('333470cfb7c5806843ef18713732d6d3-C', 1656550501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934353730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934353730313b7d7d),
('3342fb54239548097cf695dc034cc36b-C', 1656955502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335303730323b7d7d),
('3344d9d9177dc3ebd0d44dcac4a872e6-C', 1656734102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132393330323b7d7d),
('3345509c818dfe23b178dd5390c5ff67-C', 1656855602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235303830323b7d7d),
('3346d77a42f66762048e255b1f7d8290-C', 1656700202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039353430323b7d7d),
('334b7ce2e9c109b709d9edb1321804d1-C', 1656233101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632383330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632383330313b7d7d),
('334f9e5448c02e1b8cd247ef6cd384ec-C', 1656316202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731313430323b7d7d),
('3374458e99ff3cc564c9ae6af69c923b-C', 1656332702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732373930323b7d7d),
('337a8f6d607024a6c6f42c32f48bb2a1-C', 1657439702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833343930323b7d7d),
('338bdd2b6465c64f4446678c3db796c3-C', 1656318302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731333530323b7d7d),
('339437f78e2be302b9c749966d597111-C', 1656238502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633333730323b7d7d),
('33969a405b66dbf71f2a8a4f4b8c2100-C', 1656236402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633313630323b7d7d),
('339e34cc57e5033b3b1386e830eff99c-C', 1657093802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438393030323b7d7d),
('33a5bfaff59a7751046e0453f7d15a0a-C', 1656016320, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431313532303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431313532303b7d7d),
('33acc8d52c681f853735f21959da656b-C', 1656588902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938343130323b7d7d),
('33b1bd97ae7a9911ccec2f75cc52c074-C', 1657303502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639383730323b7d7d),
('33bc02c10618f836e17d55337c165b11-C', 1657146663, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534313836333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534313836333b7d7d),
('33c0cc5d3fd49cb6a916a07d06c3fa29-C', 1656473702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836383930323b7d7d),
('33c8d7f02ae14f77964429ea118b30e7-C', 1656183002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537383230323b7d7d),
('33c9aa585afcb6ece3e44b41fec628da-C', 1656082110, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437373331303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437373331303b7d7d),
('33cca9ab65c2d6029d82c7ca9598f735-C', 1657572212, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936373431323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936373431323b7d7d),
('33e9cd7b75b870d4258c101308fbb90e-C', 1657637102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033323330323b7d7d),
('33f39894eb1eb49ceadfa175c357e1c4-C', 1656461702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835363930323b7d7d),
('33faf76263aca29db47b5efd6e9dc58c-C', 1655997901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339333130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339333130313b7d7d),
('33fc5abf7dd5e7ab103c193a5eefa8e5-C', 1657772578, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373136373737383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373136373737383b7d7d),
('340221fd2ba50cb238043be4143426bb-C', 1657562101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935373330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935373330313b7d7d),
('340a5b78345aa2e642042380d0a3dcf9-C', 1657173002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536383230323b7d7d),
('340de39cc6cc7df1cdc444e1440ffaeb-C', 1655961193, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353335363339333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353335363339333b7d7d),
('3416724acdfb1a7b0beff6176296f17d-C', 1657294802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639303030323b7d7d),
('341cdf0e3a74af7d26b22c895c1f06dd-C', 1656903002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239383230323b7d7d),
('342f4b65c32c395b147caccf71782914-C', 1657838533, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373233333733333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373233333733333b7d7d),
('343b4247759e96a3920a0428381f5358-C', 1657101301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439363530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439363530313b7d7d),
('34549bf7fb3518eb9b7110cb29ddb50e-C', 1655848866, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353234343036363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353234343036363b7d7d),
('34618c625167a6d02ae8213041985db9-C', 1657463702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835383930323b7d7d),
('34622eff6ded5bfb89e902a07b4d5ea6-C', 1656184802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538303030323b7d7d),
('346585533bbfcdc185f708b86153c40a-C', 1656680702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037353930323b7d7d),
('34678d596ca350474359459bff009d3f-C', 1657785716, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373138303931363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373138303931363b7d7d),
('346b3a70c6fd198143101d2d6bb1afc1-C', 1656342902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733383130323b7d7d),
('347f388c1866a68995e6e1bc92b055c8-C', 1657463402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835383630323b7d7d),
('3486f597e4ce351bafac5a47144f8b3f-C', 1657547102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934323330323b7d7d),
('348c59a6e2944e32c2b98bc1c937b7c8-C', 1656770926, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136363132363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136363132363b7d7d),
('34902aa8b56d5f0e80674d800e69f95a-C', 1657245305, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634303530353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634303530353b7d7d),
('34921099380037c42c680bde18207b49-C', 1656051002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434363230323b7d7d),
('3496a5340d56efc3b2750bc42bc40c86-C', 1657232702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632373930323b7d7d),
('349b252cafef393b0bccb3029063e5cb-C', 1656193502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538383730323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('34a017f91719ebebb2cceeb62ad92298-C', 1656467701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836323930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836323930313b7d7d),
('34b05ef1479636918667803ae2e5bd3c-C', 1657610701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030353930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030353930313b7d7d),
('34ba5d97e4d519fc88e96ac6c2b4be52-C', 1657069802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436353030323b7d7d),
('34c0cd56eb8518617c665429dce331b5-C', 1658071860, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373436373036303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373436373036303b7d7d),
('34c3debcb1377885716f625ef45fa1e2-C', 1656142202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533373430323b7d7d),
('34c43894b3be130647ecb58996d89dec-C', 1655957679, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353335323837393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353335323837393b7d7d),
('34dfa869e13c6bdf8d5aa661c7ee0d14-C', 1656715887, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131313038373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131313038373b7d7d),
('34e51457796690ea6cc4b3e3f5403124-C', 1655929526, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353332343732363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353332343732363b7d7d),
('34f54dea150487a752e450fb21eb9db6-C', 1657072802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436383030323b7d7d),
('350387d03be5040f39b537e553883932-C', 1657008302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430333530323b7d7d),
('350e6c52c1f4f1193d57fbd28b70cba1-C', 1657400702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739353930323b7d7d),
('351123082ade5a56a03272965ce6f564-C', 1657552202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934373430323b7d7d),
('3512a2777f3600cfc8a63b45876a6654-C', 1658170572, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373536353737323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373536353737323b7d7d),
('3515068aa7bc7c7e87bb35bc88cab9e2-C', 1656789202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138343430323b7d7d),
('352035ff68bea572dda957d3fdce7d4c-C', 1657299042, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639343234323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639343234323b7d7d),
('352c712a0b66fe97d657ba7eeca520d4-C', 1657241101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633363330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633363330313b7d7d),
('352fe98e0346c6279ce859deb3f244f8-C', 1657369502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736343730323b7d7d),
('3547bc0b0b6933f2430dcd0b3c9adba5-C', 1657104302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439393530323b7d7d),
('357120d094c189168fac31336e5d9538-C', 1656498002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839333230323b7d7d),
('35a15d47b139e9578a34b420b466e1c7-C', 1656987002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338323230323b7d7d),
('35a382a25f339dd038a16de4af1fb2a8-C', 1657820755, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373231353935353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373231353935353b7d7d),
('35a72664943ac507a62a0ff89cd356c5-C', 1657056902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435323130323b7d7d),
('35aa84ee95da689024c395d070b12440-C', 1656426602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832313830323b7d7d),
('35b03a0796f2b3b7239bdae41f302933-C', 1657351502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734363730323b7d7d),
('35b91e2f0a3715f9a485242abea214d4-C', 1656533258, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932383435383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932383435383b7d7d),
('35de083232fe1a97fc81bfad899daf06-C', 1657554602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934393830323b7d7d),
('35e523c2efa83d213e0a8aaae6722ed4-C', 1656119702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531343930323b7d7d),
('35f3557592365638bcde232a3b740487-C', 1657096277, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439313437373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439313437373b7d7d),
('35f83c350019169522ae73b62cde6cee-C', 1657163068, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535383236383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535383236383b7d7d),
('35fb96a607c4a1248af554250510eeda-C', 1657146874, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534323037343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534323037343b7d7d),
('360337d4b70223e2462570dfc8db6fc1-C', 1657100402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439353630323b7d7d),
('360acc1a4da4c159ec061ff3ae632de0-C', 1657211786, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630363938363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630363938363b7d7d),
('360d03969c0c772e59640d1b30f28422-C', 1656640361, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033353536313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033353536313b7d7d),
('361196b73f60788dd2e82913f67f0f58-C', 1656591002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938363230323b7d7d),
('361793066285ffe6ad7324897eb63f8c-C', 1656902401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239373630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239373630313b7d7d),
('361a22a61282f02961a2ef1e88476482-C', 1657335603, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733303830333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733303830333b7d7d),
('361bb6d47bbf14fb32d357e5e1f42fda-C', 1656958802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335343030323b7d7d),
('361e1f0ea3aed355d4766e1ea4198ada-C', 1657434302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832393530323b7d7d),
('36311416c6bc7206115ab71247577007-C', 1656351602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734363830323b7d7d),
('3636f3a71ae74ed9fbac59f4145fc101-C', 1658134191, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373532393339313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373532393339313b7d7d),
('363beeb3229d9a59c9fd708f43a787ab-C', 1656983702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337383930323b7d7d),
('365e99210721548caebae7cbb5ef6586-C', 1657361402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735363630323b7d7d),
('367cbe8259092874d6591d4238f61d1c-C', 1656816901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231323130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231323130313b7d7d),
('367e28a1c279f13c5858d8eb0b0c1247-C', 1657092002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438373230323b7d7d),
('36904d81335ad877bd9a24bc28a83eca-C', 1657709702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130343930323b7d7d),
('369d88bc902b2d3791a9ccae92e4fc72-C', 1656092701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438373930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438373930313b7d7d),
('36a8ba9e59790277cc7914fdd05734bd-C', 1657885408, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373238303630383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373238303630383b7d7d),
('36c519a1c52b3384a930d1aeb3fd8169-C', 1656018902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431343130323b7d7d),
('36d059801c03de1d45f90b5d4e08b2a2-C', 1657721790, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131363939303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131363939303b7d7d),
('36d11349e3af6a213adcd036a6ba491f-C', 1656739202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133343430323b7d7d),
('36e41e3673c3bd58878ba0ffa6af2f3a-C', 1656906602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330313830323b7d7d),
('36e940bfdc147cd157b72ff9d775965f-C', 1657161602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535363830323b7d7d),
('36ecc3a8433b2a7e5cba04639d602588-C', 1656030002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432353230323b7d7d),
('36f084a6d4fbe69ded4fdd6a7474f71b-C', 1657329302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732343530323b7d7d),
('36f8c1279c29f42cd4ff9b74f3efd8c5-C', 1656358202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735333430323b7d7d),
('36fcee41fb4617cd448ebea1fa7f4895-C', 1657389602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738343830323b7d7d),
('37043b9936663a1a4cb2b4f4b768d92b-C', 1657509998, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930353139383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930353139383b7d7d),
('370b2f1d2d40978534dffc79076a7743-C', 1657177202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537323430323b7d7d),
('3722af4bbdecbc4949f8ea56858471f4-C', 1656158702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535333930323b7d7d),
('3740137c8b6d8b651e76256ecb946486-C', 1656076502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437313730323b7d7d),
('37458901e62a552f3c59e740bb851217-C', 1656720902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131363130323b7d7d),
('37482cae2038c61964dadf03894069c5-C', 1657693427, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038383632373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038383632373b7d7d),
('374f7cac743a65ccf3f76a91e0e39a58-C', 1657742900, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373133383130303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373133383130303b7d7d),
('3753cfb187e0b7af321de01f6a30c3dd-C', 1657858903, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373235343130333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373235343130333b7d7d),
('375b9c32f254727fd570878e74a56462-C', 1657556904, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935323130343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935323130343b7d7d),
('375d299dd0f0477fb107903bdd3018ea-C', 1656926402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332313630323b7d7d),
('37604bcd65f86ef8b84b5b3952501b87-C', 1657148402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534333630323b7d7d),
('3769e490d888cd3c1a1f479d8ff7df4d-C', 1656951002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334363230323b7d7d),
('37786016a2daa6209ccd4c1432b0521c-C', 1655905920, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353330313132303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353330313132303b7d7d),
('377f6bf9f6c22b2f26431a9d39908053-C', 1656671402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036363630323b7d7d),
('378121734fb09697811590545f62e10b-C', 1656531526, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932363732363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932363732363b7d7d),
('378daf96e475927352cd021cfc3dcac3-C', 1657289402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638343630323b7d7d),
('37b71c60729c377f68ee28c7b2338e08-C', 1657065643, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436303834333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436303834333b7d7d),
('37bd170e93bc54921a8c54bc3420cb26-C', 1656109202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530343430323b7d7d),
('37c61371ae5e0aaa0c7eff85980aa1ad-C', 1656750002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134353230323b7d7d),
('37cba02229a5b0a3c07218cd4ccefc38-C', 1656207002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630323230323b7d7d),
('37ccfede04e4cf81facabd508a09caa5-C', 1657694402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038393630323b7d7d),
('37d3d1d5e4a00cc8075776765c1187b9-C', 1657077901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437333130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437333130313b7d7d),
('37d959f512eacb12db37b6590f8d9147-C', 1656093002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438383230323b7d7d),
('37e09325759051e26409378d28fe3b79-C', 1656166201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536313430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536313430313b7d7d),
('37e317c8a6b6b7d91c318d0755806f6d-C', 1657838162, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373233333336323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373233333336323b7d7d),
('37fea264cd5537908bee548b949a1f3d-C', 1657599902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939353130323b7d7d),
('380637cd005ed269b2f246abb7a5698d-C', 1656630902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032363130323b7d7d),
('382d57fb9afa7ce7776c627d94998c54-C', 1655996702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339313930323b7d7d),
('3830d864cc03adc809ea15ed01e1a8b3-C', 1656615002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031303230323b7d7d),
('3842337d4fefffffef116194ef8f8c98-C', 1657695602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039303830323b7d7d),
('3846e4eef836e46d85cf5923dac45950-C', 1657266007, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636313230373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636313230373b7d7d),
('38494fe9691c3e71dff9d91091b1e6ca-C', 1657579501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937343730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937343730313b7d7d),
('384e933412f12f0dde956ceeb5ca0e21-C', 1656759002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135343230323b7d7d),
('3859c9e406ea987883c174bcfeac4aeb-C', 1657005001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430303230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430303230313b7d7d),
('386219e0de45a1ed0132ef56bdcbd0d9-C', 1656573302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936383530323b7d7d),
('386d98c37f4cfe66a390c59d15449355-C', 1656938702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333333930323b7d7d),
('3897f3a7fa7cc65565a08836f7c3aa09-C', 1656839402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233343630323b7d7d),
('38a9433630216872bbcb9dcbadca3fbd-C', 1657159802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535353030323b7d7d),
('38c5e8254b524c86aa1160ae35ac9c7b-C', 1656686401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038313630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038313630313b7d7d),
('38cadc6a5871093e616fd75c0e717bcd-C', 1657337075, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733323237353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733323237353b7d7d),
('38f18c9ff1940e18806b736081556842-C', 1658119003, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373531343230333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373531343230333b7d7d),
('38f4ea9c7b4486050aa1e3cbbbc05623-C', 1656741370, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133363537303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133363537303b7d7d),
('3904a2b843f6e3984e096950f30c7daa-C', 1656765602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136303830323b7d7d),
('391a89db8e4233d1d4e961bff8d4aea1-C', 1657100102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439353330323b7d7d),
('39337983940d8b0057063fb2f9f14351-C', 1656711901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130373130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130373130313b7d7d),
('39413035920bf8f7c2cf49c07c14163a-C', 1657373702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736383930323b7d7d),
('3944ca3d0ca490d8d545fd1be87e3868-C', 1656900901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239363130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239363130313b7d7d),
('3947d30c0011c7d571b779a3128858a2-C', 1657276802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637323030323b7d7d),
('3948052f795d2b845339a6567a9e55ce-C', 1656465902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836313130323b7d7d),
('394f6faaacbf359cd34ea55cfe6744c1-C', 1656802161, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139373336313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139373336313b7d7d),
('3953cacab2a1c1a9784519c738d057a9-C', 1657776079, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373137313237393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373137313237393b7d7d),
('39550c0e6d9a4701aeda0d9f9bb211f0-C', 1656518402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931333630323b7d7d),
('3956918f193c41e4fb0b85434f57c346-C', 1657673701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036383930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036383930313b7d7d),
('39588c800aabf2d6d9539e8229a4d0a6-C', 1657250702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634353930323b7d7d),
('395b44bf4373794347f6f9fb7cd00458-C', 1656872102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236373330323b7d7d),
('396a5a26d0989611e977de8d6360e1d1-C', 1657473902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836393130323b7d7d),
('39749a36ee798ae3d4b7b0d02cbec9ad-C', 1657227602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632323830323b7d7d),
('3981d074aff0bcaecd4067083868b6c0-C', 1657153501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534383730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534383730313b7d7d),
('3988fa8c96e6e5be9466a2dba346a481-C', 1656483002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837383230323b7d7d),
('398b735dc4be2ddf0b5bf826378c2321-C', 1657132188, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532373338383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532373338383b7d7d),
('3996618e1a219c66583045d61411ed6e-C', 1656321601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731363830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731363830313b7d7d),
('39a66e82d7ff3c5b804c9f76d70b3d76-C', 1656268802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636343030323b7d7d),
('39bc0c91f5c9b48d08714baac7e74ca4-C', 1656412501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830373730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830373730313b7d7d),
('39c0ec1a74f6c2d58443de2708779b26-C', 1656293402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638383630323b7d7d),
('39c2b724c245e2697aa97ecc65df0b2d-C', 1657019102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431343330323b7d7d),
('39c771e2d852e27b45b7fb36ef15c6f0-C', 1657092302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438373530323b7d7d),
('39ccf92665ad30a2137be8df789b2d60-C', 1656950101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334353330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334353330313b7d7d),
('39ceddcd6ef376cad8df092f139dba07-C', 1657386601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738313830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738313830313b7d7d),
('39d1fd38372cbb0aeb47e209b01d4735-C', 1656481802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837373030323b7d7d),
('39d2031d01037479960f55fbf011d2da-C', 1657375011, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737303231313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737303231313b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('39d7f66f4ec43061940133a63aa0b265-C', 1658007857, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373430333035373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373430333035373b7d7d),
('3a064b62873f6921618b1a331d037b94-C', 1656213602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630383830323b7d7d),
('3a0a27bbd9f1f41f40b0176ffad98717-C', 1656636602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033313830323b7d7d),
('3a1d3ec1be0b54411b5b20583ea5072b-C', 1656465302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836303530323b7d7d),
('3a2a5218f2c9f3d1b581c356db8f954c-C', 1656761702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135363930323b7d7d),
('3a2b034e05aa5e1dfad95929d23bc2d7-C', 1657146002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534313230323b7d7d),
('3a315aeb66fe72c326d81cfc58e4f04e-C', 1657034702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432393930323b7d7d),
('3a37791935fc4ce08df5dbbcc42a5ffa-C', 1656301201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639363430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639363430313b7d7d),
('3a37bd0c4507023a44ec300f7bf13088-C', 1656156902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535323130323b7d7d),
('3a3de83cfd22c88ded2a82f922c34705-C', 1656185402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538303630323b7d7d),
('3a4022d859fa9c116f16c1c53626a277-C', 1657617664, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031323836343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031323836343b7d7d),
('3a4d7f0289559b16db545030def795b7-C', 1656454082, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834393238323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834393238323b7d7d),
('3a71543520855d8bca6271dd2718b169-C', 1657688701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038333930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038333930313b7d7d),
('3a89e150af05fc9a7d6d0314aec41274-C', 1656144602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533393830323b7d7d),
('3a8cd9362acaa3b2bcdb48ed02f042b2-C', 1656937202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333323430323b7d7d),
('3a971c68409e318252af758823305e8c-C', 1656493202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838383430323b7d7d),
('3aa1c062cc3afa5d439b0a0a7137d8ec-C', 1657619402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031343630323b7d7d),
('3aa8e70c42384b621e6c5c1a2c012806-C', 1657002302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339373530323b7d7d),
('3ab613a3b38cd7186c452482f009ab1d-C', 1656565801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936313030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936313030313b7d7d),
('3ab6b774ff59a75dc7128c648da1b3f2-C', 1657701301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039363530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039363530313b7d7d),
('3ab7e3c0074c211258f1efdb3104e8fe-C', 1656047752, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434323935323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434323935323b7d7d),
('3ab9dd162ed2a87a5ab0249ce94d79b4-C', 1657194902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539303130323b7d7d),
('3abf3e9f0ed6b23a064c19684f087f75-C', 1656989102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338343330323b7d7d),
('3ac19cb03a71c8129f566da94d20c5cb-C', 1657388102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738333330323b7d7d),
('3ac6c708597517b6819e41b247a85ce6-C', 1656964502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335393730323b7d7d),
('3acff31c3844e02eccc416a4ee6f2674-C', 1656113402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530383630323b7d7d),
('3afb4f6b17c104c442dadab7d764ecd1-C', 1657315685, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731303838353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731303838353b7d7d),
('3b04deb27791a70f575164fabd9a583e-C', 1657184101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537393330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537393330313b7d7d),
('3b04f664249dc184b97eab0969e87d8b-C', 1655995381, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339303538313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339303538313b7d7d),
('3b0726663cb872ebd98eeb580910f50c-C', 1657185002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538303230323b7d7d),
('3b10ecaebb815b82d3b13d02b0655861-C', 1656875402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237303630323b7d7d),
('3b18280210e69eaa311024c56181be5c-C', 1657426502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832313730323b7d7d),
('3b2ff557d82cb21d5505857788a0bb5b-C', 1656973501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336383730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336383730313b7d7d),
('3b337b66c9ba3f5dde93b7ab652cafbe-C', 1656396002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739313230323b7d7d),
('3b3c66b0e84bf62db0728a4d1a56c9e8-C', 1656919801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331353030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331353030313b7d7d),
('3b4a4c89bb7998514ca8fecd3ff717c0-C', 1656909002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330343230323b7d7d),
('3b50c7f4b093f4444c8c7db0e6d5842b-C', 1656228602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632333830323b7d7d),
('3b5a942dbbfd1cbac518d01a4f564b34-C', 1657060091, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435353239313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435353239313b7d7d),
('3b5fb93a78b34267c9dabc0b0ab767e6-C', 1657412102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830373330323b7d7d),
('3b6033faef81376327a4e2d6a10f3350-C', 1656664484, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035393638343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035393638343b7d7d),
('3b6686b9011eac4a5a75ccd80e6a07a0-C', 1657287902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638333130323b7d7d),
('3b69426dfc6b9eeb893c9d2f7e635093-C', 1656336301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733313530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733313530313b7d7d),
('3b79eaafe24ef061ae1c04b86dd42298-C', 1656665701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036303930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036303930313b7d7d),
('3b7b9de8a329098db611e91341a9746f-C', 1657058402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435333630323b7d7d),
('3b7c951a6e1bfd7dae0ef8f6a0656f7b-C', 1656562375, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935373537353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935373537353b7d7d),
('3b89d2e91f9e5edb86295ac37e5ed84b-C', 1656395402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739303630323b7d7d),
('3b9274b9fe6fa80608349c0e6e3cd6bd-C', 1657490402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838353630323b7d7d),
('3b9ae422cb215209571705426162caa4-C', 1656286202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638313430323b7d7d),
('3b9e8740608a0a8ae4bb14d9470b49f7-C', 1656681002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037363230323b7d7d),
('3badd22944bb240ca23162cf75ad11cf-C', 1657483802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837393030323b7d7d),
('3bb6794d11144d76da10c70e8676d2b4-C', 1656330302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732353530323b7d7d),
('3bb9e0cc1b4ec7f26f17536e8dbff85d-C', 1656008101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430333330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430333330313b7d7d),
('3bbdfdeea68e7153bb6d6000358fb10e-C', 1656696901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039323130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039323130313b7d7d),
('3bc17747a59c229accae966b3d04c579-C', 1657614302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030393530323b7d7d),
('3bcd11fedd0cfb5d8936de69da5db8d8-C', 1656816569, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231313736393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231313736393b7d7d),
('3bd17488a93aca4d0550b3aee72fd16d-C', 1657015202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431303430323b7d7d),
('3bd5223a1bd05819bea1c79761a0b6de-C', 1656292802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638383030323b7d7d),
('3bd9c0da2ddb9659106c080937bf2191-C', 1657165501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536303730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536303730313b7d7d),
('3bdacd8efffe0034ac54566387bcc63d-C', 1656025501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432303730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432303730313b7d7d),
('3bdb58b103680005c3d4a0acd4bf8985-C', 1657586401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938313630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938313630313b7d7d),
('3bdb62787abb5e9618198cf0ed6e4337-C', 1656383702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737383930323b7d7d),
('3bdbab7ceea3ddea8996f8cd13ffa4fa-C', 1657567202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936323430323b7d7d),
('3bddeb8200a906448433ffab07c4465d-C', 1657096502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439313730323b7d7d),
('3bed9f77c708df8d9e30aaa99ccd47aa-C', 1656314702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730393930323b7d7d),
('3bf3ce39aaa0213b2da5be766f7c9ac6-C', 1656373202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736383430323b7d7d),
('3bf72595ac8bdffe4771a203f15084cb-C', 1656953702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334383930323b7d7d),
('3bfba8e5eda481359a1ef75c9c6a9c33-C', 1657691101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038363330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038363330313b7d7d),
('3bfc1b885b0d299ec6e9b2301c3eb21d-C', 1657547401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934323630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934323630313b7d7d),
('3c18ccb1ddd42b70061fda58f89c6c37-C', 1656429002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832343230323b7d7d),
('3c1acee76ba2b1700eee0d045813cce4-C', 1656951602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334363830323b7d7d),
('3c3c5e7ec4b11e8fd8b3f069b621f966-C', 1656413701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830383930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830383930313b7d7d),
('3c4026a93f9361ef549a144b2fbba16d-C', 1656899701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239343930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239343930313b7d7d),
('3c4b2342da4a30ae6976ffd5aee04dd9-C', 1656303601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639383830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639383830313b7d7d),
('3c4cc0d8e4db0e379f6207a85fb5bd39-C', 1656667802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036333030323b7d7d),
('3c508f78cf1f705e7a8ceb98de07c1f4-C', 1656923702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331383930323b7d7d),
('3c5e8c96b915ac9dfb47bbb44a72aee9-C', 1657597202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939323430323b7d7d),
('3c67240a468399f3ade09cab4dbdc488-C', 1656201002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539363230323b7d7d),
('3c70f54c7e097e2e16a0c2770f3378b7-C', 1656828002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232333230323b7d7d),
('3c8c7e914397f58f1aaf100de63dddd0-C', 1657842158, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373233373335383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373233373335383b7d7d),
('3c8daa01d5c7eb6f0609fb9375ff8979-C', 1657296602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639313830323b7d7d),
('3c8dcf882135a716a785fd2136897a6f-C', 1657650902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034363130323b7d7d),
('3c92c7bef147b422cd510f394d75e143-C', 1656094802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439303030323b7d7d),
('3c9fbd1d884a48cbb135371490add659-C', 1657572602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936373830323b7d7d),
('3cac2f792e58f9348194fd22e3cc4129-C', 1657016102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431313330323b7d7d),
('3cb626e8ab387caccb33f4c60aa8a036-C', 1657205102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630303330323b7d7d),
('3cb6b782eb480ef1249bb9961d25c220-C', 1658089801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373438353030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373438353030313b7d7d),
('3cbaba86f0f44cd7f39acc62c2690648-C', 1656391201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738363430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738363430313b7d7d),
('3ce7165a7e4b549b4a8aa319a1a7ff22-C', 1657322702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731373930323b7d7d),
('3cf54fb375f3d6327d426d3a60823ba2-C', 1656967202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336323430323b7d7d),
('3cfb0e4429099cdc26121f67a3d7dea6-C', 1657271102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636363330323b7d7d),
('3d003239d1e500e2d9b97d379232a7c0-C', 1657252202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634373430323b7d7d),
('3d00aafdc27a0d27522f82c3621e6176-C', 1656075302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437303530323b7d7d),
('3d1bb3dbc648bc261cf840287b50be3d-C', 1658081279, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373437363437393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373437363437393b7d7d),
('3d1c4c1e608bb6407689fed1bbc39c0e-C', 1657607702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030323930323b7d7d),
('3d1db50d6da78715c50edb0bc0a3412c-C', 1656700802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039363030323b7d7d),
('3d24b0c765ab04eb9fc2ca36d1327402-C', 1657563002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935383230323b7d7d),
('3d24b4ba02bbac15f153824b213c2394-C', 1656066901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436323130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436323130313b7d7d),
('3d2577d3741068bbccb124cd87f4db23-C', 1656742502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133373730323b7d7d),
('3d3828f475952f9348f9f364579e7f10-C', 1657003802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339393030323b7d7d),
('3d4f269252495721bfd78950374c1ddf-C', 1656006301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430313530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430313530313b7d7d),
('3d4f9135da70763b91e8c1447bc8150b-C', 1656243901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633393130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633393130313b7d7d),
('3d5701aee080c675bb2bc3e5e20f6242-C', 1657212601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630373830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630373830313b7d7d),
('3d59795761d517ecdf19bd371bf473ed-C', 1657577102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937323330323b7d7d),
('3d5ad2436bb26f4688a3819b51e14143-C', 1656067501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436323730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436323730313b7d7d),
('3d654dd15bf0b1b96f1051df96ca1bff-C', 1657458902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835343130323b7d7d),
('3d6c2d8b7aa3f1e245abd79eb9dc32e8-C', 1657614601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030393830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030393830313b7d7d),
('3d6c904aa2fffbc5d65a1434764b8c47-C', 1657027202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432323430323b7d7d),
('3d765298092963dcf7414088d1f5cdaf-C', 1655929525, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353332343732353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353332343732353b7d7d),
('3d802bf7af9d3feeaddfb8454231cb45-C', 1657792248, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373138373434383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373138373434383b7d7d),
('3d93235317395577009e6567979c5b2c-C', 1656217502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631323730323b7d7d),
('3da6b806fbc1fb5d7e2017792f042798-C', 1657396502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739313730323b7d7d),
('3db2ac8385de3051e094256cafc5df55-C', 1656204902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630303130323b7d7d),
('3db50f34310158c2d9e3ef0ef3ce70ef-C', 1656534002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932393230323b7d7d),
('3db8b1d4153394f7a49e00f0005757fb-C', 1656773298, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136383439383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136383439383b7d7d),
('3dc061bd188c9e97dc3a543ba78cfa2f-C', 1656454059, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834393235393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834393235393b7d7d),
('3dc3d86c5e089ce837c3df2f3927f282-C', 1656428702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832333930323b7d7d),
('3dcad42e6c127d56cec4eec3e36cec49-C', 1657315685, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731303838353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731303838353b7d7d),
('3dcf750cb8d3a3b717b1bc76ad4ec9bc-C', 1656288002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638333230323b7d7d),
('3df29b6f70624d675c89d2e20cfcad03-C', 1656068702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436333930323b7d7d),
('3df33393c1f6b4bdeb9ee4811d81457e-C', 1656601967, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939373136373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939373136373b7d7d),
('3dfbe4095db1bfb69beae984b1e77722-C', 1656536402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933313630323b7d7d),
('3e02066aa0c020fdec20f46c168f007b-C', 1656539402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933343630323b7d7d),
('3e02c85db8586e73f78ba348b8742a2a-C', 1656513302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930383530323b7d7d),
('3e09017331f44c1e8f9961918a20f899-C', 1657530002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932353230323b7d7d),
('3e11e925279bf0c7505b98ac6af617ce-C', 1656984602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337393830323b7d7d),
('3e1b14dc433b98193cdc64dcc1916633-C', 1656777302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137323530323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('3e1c373bbdb7994dab304738417eb496-C', 1656227702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632323930323b7d7d),
('3e2373a6e4a1d2e9ccc709e43334845b-C', 1656584102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937393330323b7d7d),
('3e2f7dfa60447ad6d6dd325184c3b47e-C', 1656196801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539323030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539323030313b7d7d),
('3e31bb333b6ab0fb2d702a603a1aaaae-C', 1657067402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436323630323b7d7d),
('3e36cc306a842dc5b17bf0db86018df3-C', 1656913802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330393030323b7d7d),
('3e377f6d094c7ecb9636656ef1427abd-C', 1656402602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739373830323b7d7d),
('3e4a35763def60e4b796493b6ab490a1-C', 1657239302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633343530323b7d7d),
('3e55ad5230941e8935d22a1158499dcc-C', 1656324002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731393230323b7d7d),
('3e5b4b1e748e578960f24cef5d864e70-C', 1657104902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530303130323b7d7d),
('3e5b525869f07402df5b3917414ad64a-C', 1657302302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639373530323b7d7d),
('3e6758f6bfd032e25c57df001f817b3c-C', 1657535701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933303930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933303930313b7d7d),
('3e742d54067f5c94a19ae5e0e8a58a0d-C', 1657614901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031303130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031303130313b7d7d),
('3e745a1beb0b60530ad415e2c18c1090-C', 1657619701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031343930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031343930313b7d7d),
('3e7686f8b79395eb5e57dc768f41d251-C', 1656501302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839363530323b7d7d),
('3e8110c6e42b96ac53eee6192e41f952-C', 1657563602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935383830323b7d7d),
('3e842b67eb9015e81e31dedc7c2a7699-C', 1656966602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336313830323b7d7d),
('3ea244a6e69307f18ba1d62f9ba52f7f-C', 1656865841, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236313034313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236313034313b7d7d),
('3ea2fcc1837a5a5953ccea4cc79025e5-C', 1657445402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834303630323b7d7d),
('3eb9b2e2ac1d29a479bf5034f38a01d0-C', 1657456202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835313430323b7d7d),
('3ec9be844254995447eb0ac0d7899831-C', 1657735137, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373133303333373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373133303333373b7d7d),
('3ed29ddcff8afa10bf502788d4cc519d-C', 1656051236, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434363433363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434363433363b7d7d),
('3edebb08409b0fd046a352fc33df6da4-C', 1656244202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633393430323b7d7d),
('3ee620219664b24e30cd4fe67d7bb639-C', 1657095157, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439303335373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439303335373b7d7d),
('3ee6fa5ca886091626199dea0c26775d-C', 1657709102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130343330323b7d7d),
('3ee9aca447f0663e77f834b3653eda74-C', 1657425002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832303230323b7d7d),
('3efa3f36032950898104f2ec2b5a2cfa-C', 1656152402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534373630323b7d7d),
('3efb0fb9752ff540829f49d9f6ae477a-C', 1656768171, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136333337313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136333337313b7d7d),
('3f01ce4ea737b00fe2c2cc1cabab0c7a-C', 1657663682, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035383838323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035383838323b7d7d),
('3f0e2e49bb97212255fe03be5b5e598a-C', 1656453302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834383530323b7d7d),
('3f10312fa63d3aae8bfc2cc9558ab0fd-C', 1657132201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532373430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532373430313b7d7d),
('3f164c64b9164d6d34c573ac7099e995-C', 1657246502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634313730323b7d7d),
('3f228439adb6437b30ca4f381b005dc0-C', 1656598463, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939333636333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939333636333b7d7d),
('3f418f61d489fc27f3b857f461e3cfb8-C', 1656980401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337353630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337353630313b7d7d),
('3f5b6d542b366c75353fc9613c26dbf5-C', 1656993902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338393130323b7d7d),
('3f67377106fd37a1f9ab259abefec8b4-C', 1656021301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431363530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431363530313b7d7d),
('3f6b76fd6a13564caef5ff680df30eda-C', 1658061630, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373435363833303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373435363833303b7d7d),
('3f71150a7d7bc1039510415098671d58-C', 1657219502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631343730323b7d7d),
('3f77fa9cf17594832be56802e09b1fe4-C', 1657031401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432363630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432363630313b7d7d),
('3f7bdf12eb02f9fae115cccd306bce55-C', 1657225502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632303730323b7d7d),
('3f7cc7463c4a49129cf33d12ad83111a-C', 1657703402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039383630323b7d7d),
('3f8689da07f7d0bd58fc7353be677b11-C', 1656642602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033373830323b7d7d),
('3f8e72413f59f42303eab7b2f9ef80e2-C', 1657419901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831353130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831353130313b7d7d),
('3f9288ad513b4c644ff5d9a3011328c9-C', 1658076969, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373437323136393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373437323136393b7d7d),
('3f956f5607251f354169b14061c58c67-C', 1657179002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537343230323b7d7d),
('3f9b6760ab708048cb2a59eb1752c2f1-C', 1656523502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931383730323b7d7d),
('3fa5b13a4cde37c7a38de5c4fad8bef7-C', 1657025303, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432303530333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432303530333b7d7d),
('3faa51d1e0767c56afa52b8d9e77fe7a-C', 1657486528, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838313732383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838313732383b7d7d),
('3fb89d98390c8267e403e3c4492dc907-C', 1657603502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939383730323b7d7d),
('3fc2fd2a0e414d697a9f2998547baf82-C', 1657236302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633313530323b7d7d),
('3fd06e81b7deffe03fa28760d731e43b-C', 1656421802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831373030323b7d7d),
('3fd866ad12d377c03b02675ec55266f0-C', 1656408602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830333830323b7d7d),
('3fd99a3bc60da36598fd11f2d6d7295b-C', 1656480001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837353230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837353230313b7d7d),
('3fdd3944406b4c5e8ee4034bf24b80da-C', 1656392702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738373930323b7d7d),
('3fddde1c4aeae0600c6de5ef3cd532fb-C', 1656829802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232353030323b7d7d),
('3fde1b4a1d7ee0db926d131a7e56c715-C', 1657481702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837363930323b7d7d),
('3fe257a00391925c8121fb2cf6772414-C', 1656276002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637313230323b7d7d),
('3ff32950f0f8aba2a692b4b3e227fd81-C', 1657195202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539303430323b7d7d),
('3ffbc7d97c6aeb9f10a8291c27b32fd8-C', 1656593702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938383930323b7d7d),
('400cd4b8867d9d9985d96596898d1c16-C', 1656058960, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435343136303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435343136303b7d7d),
('40158f469f32a0019f09b56cbc0c39c3-C', 1656063472, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435383637323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435383637323b7d7d),
('402728ab2299bc33c626d5f48061d0ff-C', 1656835501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233303730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233303730313b7d7d),
('403e8ada4f486a10fe102793b4860125-C', 1657050787, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434353938373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434353938373b7d7d),
('40563e988fb8af35af90612f8a39ea54-C', 1657213502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630383730323b7d7d),
('405c53dc6ca7cf394074ec015638efa6-C', 1656073509, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436383730393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436383730393b7d7d),
('407459e490947ca6a8ea6f07c6722ff7-C', 1656531902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932373130323b7d7d),
('4078c1d369a7126cf0cea9e96c28f56a-C', 1657622702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031373930323b7d7d),
('4079e104fcaca81e27dc1a5538eb6623-C', 1656622202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031373430323b7d7d),
('407a8f8d64915ff06e5336f31b13b112-C', 1656651192, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034363339323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034363339323b7d7d),
('407ad3f3f03ff0344d262ad52894db7c-C', 1656656701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035313930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035313930313b7d7d),
('407fe3d72f69590f5924c0c1bd6bd6c9-C', 1657288802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638343030323b7d7d),
('408261c138fb4d21dce8db95c3aac4ef-C', 1656551513, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934363731333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934363731333b7d7d),
('4098ae82404543b180fef44776fe4a32-C', 1656500402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839353630323b7d7d),
('40a42eec06a9d400fd4481a44cbed5ba-C', 1656614101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030393330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030393330313b7d7d),
('40b77e2bfc3af8e7e3b9d28a2ecf03ac-C', 1656811502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230363730323b7d7d),
('40b96ae1a98447bf941dede4ebc567ef-C', 1656533259, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932383435393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932383435393b7d7d),
('40c31a7b88cb4dd1d0daed8789a8d62e-C', 1657115432, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531303633323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531303633323b7d7d),
('40c68b5214b397bd50fa4e328824dc64-C', 1656241802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633373030323b7d7d),
('40c71add5761b7be3c7125876057c0a7-C', 1657722301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131373530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131373530313b7d7d),
('40c89099f099520ed5768eb028e0a798-C', 1656588602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938333830323b7d7d),
('40ccf0a0cb0277a20f78fc3906ecc7ce-C', 1656826502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232313730323b7d7d),
('40dc60c70d7a2018eeeede7b4aed5e73-C', 1656551401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934363630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934363630313b7d7d),
('40e5ef0b75a5cf87a1edf9d0c310ef6c-C', 1656880502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237353730323b7d7d),
('40fc6deea813792be3b26318a29a3882-C', 1657431902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832373130323b7d7d),
('41023a5fe1c338d75959e07f6da64abf-C', 1657106863, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530323036333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530323036333b7d7d),
('41069d6f1f82c649a661c1dfc9daf500-C', 1656195601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539303830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539303830313b7d7d),
('410858021f5174aef88a8c56a2a6a2de-C', 1657006802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430323030323b7d7d),
('410fca875b77508863728e0c1807c21b-C', 1656278402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637333630323b7d7d),
('41114b12e5913d51c8d34c0d9babae57-C', 1656798901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139343130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139343130313b7d7d),
('411ed6d4d48e3b0b65983f5209bf6d0d-C', 1657170901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536363130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536363130313b7d7d),
('4133a6e6da293f935088f8b18f4a6c48-C', 1657515001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931303230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931303230313b7d7d),
('41379df86e89ffad4a48065475716e16-C', 1658049859, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373434353035393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373434353035393b7d7d),
('4143b6f51bf461044a1cf75cdaeb0cf5-C', 1657113602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530383830323b7d7d),
('414b15f58f5b05a761761009a3013dca-C', 1657584302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937393530323b7d7d),
('41525a8b754641668a212dd4973f3533-C', 1656638402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033333630323b7d7d),
('416498032e25e92890d6dd3f3962f376-C', 1656792602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138373830323b7d7d),
('418285992a31fb79c7ff2e6f08cf3dcd-C', 1657600502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939353730323b7d7d),
('41925d3afbb17ac3ba94a83a6fc2abfe-C', 1657331401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732363630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732363630313b7d7d),
('4196c9c2eb1ffb542fd604dbfb9af2ea-C', 1657302298, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639373439383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639373439383b7d7d),
('41a8b0c84a90ba9100c69f110f331f41-C', 1657557302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935323530323b7d7d),
('41ac508735c99b9b142b0472ea4ade2c-C', 1656139202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533343430323b7d7d),
('41cc25788dadf783129fc1f866306a06-C', 1656219602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631343830323b7d7d),
('41d8649936661c241782f1bc5ba85e91-C', 1656737402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133323630323b7d7d),
('41f57f8deeb56ad7d86fe2cc8df43553-C', 1656683922, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037393132323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037393132323b7d7d),
('41fa95dd0d468775f020088ea9b673a4-C', 1657909620, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373330343832303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373330343832303b7d7d),
('41fe6c9ff572d2ceb184b941fc4f5c24-C', 1656956702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335313930323b7d7d),
('41febf5fbee3d322b3915684bc9eb5dd-C', 1656389702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738343930323b7d7d),
('4201dd4cb49a51eb89103bf853120030-C', 1656643202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033383430323b7d7d),
('4205eae31a233c4b7b059555a2ce227e-C', 1657159854, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535353035343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535353035343b7d7d),
('42101b1d817cd343a2486f986e149438-C', 1657479002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837343230323b7d7d),
('4217ec19bdc41e8dc1e7a08d2672bfad-C', 1656097501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439323730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439323730313b7d7d),
('421821d2918de46650eded5878502898-C', 1656660302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035353530323b7d7d),
('4224a71218b70c046775178ccee1accf-C', 1656215102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631303330323b7d7d),
('4229d9ebd9d3ae0f9ce35b5f1ec8d840-C', 1656977702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337323930323b7d7d),
('42328cdf48ade420de95087fb2915fe2-C', 1656822877, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231383037373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231383037373b7d7d),
('423a4c380467a582cf1d93632d59febc-C', 1656732901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132383130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132383130313b7d7d),
('42417fdf07cf6a18cd7126add41568d2-C', 1657062301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435373530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435373530313b7d7d),
('42454e0dbcc2033e4569d27186122b37-C', 1657017002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431323230323b7d7d),
('424fbbccb54d739fdac740acb992acaf-C', 1656102002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439373230323b7d7d),
('4251efe2b12c9b8a642b2d3cd086a467-C', 1657188302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538333530323b7d7d),
('4253226fd0bcd3bf656e6dbb0bb47a1b-C', 1657060084, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435353238343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435353238343b7d7d),
('4257a821378f6aee36ecb172a5346ffb-C', 1656840902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233363130323b7d7d),
('4261301c1a2b7c0f99e2566763f4653e-C', 1656358388, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735333538383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735333538383b7d7d),
('4263963421ed1e762b0b70764cef7fe4-C', 1656208202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630333430323b7d7d),
('4272b02fead7b5a918367251ae3911aa-C', 1656940801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333363030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333363030313b7d7d),
('427c3b9e61ddfaa3d57e4aa23ead38c0-C', 1656698702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039333930323b7d7d),
('428d54503120aeaac8d3d182b6a9f3dc-C', 1656530401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932353630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932353630313b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('42a0f65494a46da9e4bd8609921f798a-C', 1656305402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730303630323b7d7d),
('42a9f26456dada2e937ae2cf6c73709a-C', 1657615802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031313030323b7d7d),
('42bb05a17998a300bca1a4d3614c40ac-C', 1656220502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631353730323b7d7d),
('42bc8cac25140db0250a335048c690d2-C', 1656129001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532343230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532343230313b7d7d),
('42bd5797040d96c3b166614162aada30-C', 1657640702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033353930323b7d7d),
('42c3af76ca8ad98ee8a8d8a7dc93cc93-C', 1656280502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637353730323b7d7d),
('42c8545b3a50a51f6e66f2d0ef653d19-C', 1656657602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035323830323b7d7d),
('42d790d7b2acf4fcad1f606ad8cc37ee-C', 1656775202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137303430323b7d7d),
('42ebd0a0416756b1cc870c854d17390c-C', 1656847982, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234333138323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234333138323b7d7d),
('42ec46e5ed4d2fb00c36e1131eacf76d-C', 1656893702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238383930323b7d7d),
('42f5ff0871b41949f0b4aa4385fb4a72-C', 1657697402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039323630323b7d7d),
('42fc76520d31e7678e348cefbd2bf22c-C', 1656420302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831353530323b7d7d),
('4302066fcd8c8ec0ea5947332654d3db-C', 1656994856, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339303035363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339303035363b7d7d),
('4308356dc6e5a5b10ad50751577d8d25-C', 1656456902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835323130323b7d7d),
('430eea01e5c832d69a9860637231fd8d-C', 1656918902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331343130323b7d7d),
('431834cb31dfeb1703a5e5121665fa59-C', 1656699601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039343830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039343830313b7d7d),
('431f022af5e88f3fdbd7736d1195399d-C', 1656045602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434303830323b7d7d),
('4342602029b7520f0a6d217145407454-C', 1656094201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438393430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438393430313b7d7d),
('43481416c26b238ebaae479ddc8b44f8-C', 1656120601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531353830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531353830313b7d7d),
('4354dfda0798aaef18e27918379cf555-C', 1657660786, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035353938363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035353938363b7d7d),
('435700cd40defeba83afe37a5fb626de-C', 1656618902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031343130323b7d7d),
('4359eed861da6b48f018ac61e123c891-C', 1657109102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530343330323b7d7d),
('436330817ab2be642e81e8096d6a625d-C', 1657186501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538313730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538313730313b7d7d),
('4367f30cfd7fe1b02b84d81d5308710b-C', 1656016202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431313430323b7d7d),
('437af62dbc790a2097688942372004c8-C', 1657449602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834343830323b7d7d),
('437d717390484dba9f0f8c2bd121f19c-C', 1656798302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139333530323b7d7d),
('437ebb015810089f987a9f5714418851-C', 1657368301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736333530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736333530313b7d7d),
('439fa9b691909cdb2565ba6f72a64f3b-C', 1656082202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437373430323b7d7d),
('43a1ec5e0cbbd5a2218e8b025a5902ae-C', 1656286802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638323030323b7d7d),
('43a2a2df6642994d6aea167d7be933c6-C', 1656877802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237333030323b7d7d),
('43aab0befcf91864707e6914e9a6eaa3-C', 1657163402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535383630323b7d7d),
('43b4f25b2b6efc9c16be8d31da700a0b-C', 1657563549, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935383734393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935383734393b7d7d),
('43b68a62571836e748708c3452d691b0-C', 1656738002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133333230323b7d7d),
('43b77b47f58846a1053f9663a181b513-C', 1657029834, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432353033343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432353033343b7d7d),
('43b9eb3ca25f4d73a28c20ce2e1504e8-C', 1656214201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630393430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630393430313b7d7d),
('43bad21dfd09bdde65b31a5210b49631-C', 1657315202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731303430323b7d7d),
('43bf90278f1649251bec6cb3fadd71e8-C', 1656852302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234373530323b7d7d),
('43c0d3688d8c6f472d43f5342e60d0ad-C', 1657879561, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373237343736313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373237343736313b7d7d),
('43c2b0c5762bd08bc9464201e95d1bde-C', 1657372202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736373430323b7d7d),
('43d01463abbd3b1dcce12f37fb77f161-C', 1656140701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533353930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533353930313b7d7d),
('43d5901e887dad8d806601320c5a754d-C', 1657912560, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373330373736303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373330373736303b7d7d),
('43d672bd15e3bb5c241755817ff06a5e-C', 1657723201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131383430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131383430313b7d7d),
('43d901ae3d265f4fea3707e411be989f-C', 1657030802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432363030323b7d7d),
('43de96af0d190208461976c47328ccac-C', 1656195901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539313130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539313130313b7d7d),
('43e1c0faf1dea432908584c1f7b3885e-C', 1657563302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935383530323b7d7d),
('43ee5502b13c67b510404cf8934a42e1-C', 1657406702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830313930323b7d7d),
('43f7d4fe0e4f5db43198f406a52d70a1-C', 1656933602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332383830323b7d7d),
('44105eb15f0dea4d28355f1bfbd2afa6-C', 1656608402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030333630323b7d7d),
('4418bf970fe8d001386c8dbef6e9faec-C', 1657144201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533393430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533393430313b7d7d),
('442c0f4e2cf91305c47d94c4842d27d1-C', 1656339002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733343230323b7d7d),
('443247fc8da443801f1bf108e349a7e7-C', 1657284902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638303130323b7d7d),
('4436728930e9cffc8130a5e6bbedb960-C', 1656588302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938333530323b7d7d),
('44385f3138815e8012d047d72b6ca919-C', 1656921602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331363830323b7d7d),
('443b48ea95e513dcc01e36d79cf8cf0d-C', 1656375002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737303230323b7d7d),
('44423d33765a390a59fc6585227ed258-C', 1657221602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631363830323b7d7d),
('4456a42c6dcc27809b4a17caba43b96a-C', 1656404401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739393630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739393630313b7d7d),
('445c1bde4b2075bc764506d3ac8c6391-C', 1657709721, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130343932313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130343932313b7d7d),
('445cd1860c6d41ff1d105b21b1d87a11-C', 1657435502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833303730323b7d7d),
('44620f12297cba39c1df7d0d86a53042-C', 1657582501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937373730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937373730313b7d7d),
('44648bd03e7075a1ed6891c93260455b-C', 1657207502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630323730323b7d7d),
('4465eb748e6173336fac8285939bbdd4-C', 1656643802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033393030323b7d7d),
('446846c5d9a246866842bb258b1a4036-C', 1657071002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436363230323b7d7d),
('446bc623921493af6c233e94b343ef8a-C', 1657394402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738393630323b7d7d),
('4473d8144522c5b6b73e8343b6216f70-C', 1657009502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430343730323b7d7d),
('447ac5d5db974791c0f974604a069863-C', 1656577801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937333030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937333030313b7d7d),
('448797fb39f781ad8f3a797f14a90c28-C', 1656800402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139353630323b7d7d),
('4493701299b789902b0a60991868eda3-C', 1657501187, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839363338373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839363338373b7d7d),
('449573fa65615da06fcfd1c3c0c08aae-C', 1656942602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333373830323b7d7d),
('449784bb17eb2074df5d78b208278cdd-C', 1656410401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830353630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830353630313b7d7d),
('44a8ef9ab7da5894d711d2edffdbdf77-C', 1656294302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638393530323b7d7d),
('44b1122984e1851f19edce7c721121ee-C', 1657471623, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836363832333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836363832333b7d7d),
('44b7722a9e4fec0a5a7b09156613fe5c-C', 1655884725, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353237393932353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353237393932353b7d7d),
('44b9cf6e872ad7bc290067697c7ea658-C', 1656569101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936343330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936343330313b7d7d),
('44bc074eaec221ab6164288c01b145d0-C', 1656500702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839353930323b7d7d),
('44c45ccbb3081d5ed5e5911e79823a68-C', 1656244502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633393730323b7d7d),
('44e9ccdf9183e3c1cf8deb517819247d-C', 1656094502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438393730323b7d7d),
('44f1f7615207d4c51dd411bed6c4ed2f-C', 1656990601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338353830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338353830313b7d7d),
('44f213c33203a2b5f7b620d3fcb52645-C', 1657310702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730353930323b7d7d),
('44f2dec9cedc4750030c23e944cb00c3-C', 1656670502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036353730323b7d7d),
('44fa4fdb9cc876d970f57ce2120071b9-C', 1656930301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332353530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332353530313b7d7d),
('45007cc7d0297f724ea6f5aa4a3f06a7-C', 1656272701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636373930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636373930313b7d7d),
('4500ea76d3f83a4793eace33c3746833-C', 1658181225, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373537363432353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373537363432353b7d7d),
('451fea59bf23c0292aa03b579fd295d7-C', 1656384902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738303130323b7d7d),
('45203e9d3aaf3eb86a5880ccc9ea40f2-C', 1657521302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931363530323b7d7d),
('4525bf1b03f82df2f13a2563eec58d5a-C', 1657028402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432333630323b7d7d),
('4533a07bdcb89ef461f2023f54c59db3-C', 1658168689, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373536333838393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373536333838393b7d7d),
('453ffdc15119a1b25ac0e854a18e6afd-C', 1657578902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937343130323b7d7d),
('45403740c269b46690e149d25e7ae264-C', 1657364402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735393630323b7d7d),
('45688ca82fa790c3d279d794448a3021-C', 1657294202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638393430323b7d7d),
('456b1c3858bcdf56a324af530b927746-C', 1657207357, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630323535373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630323535373b7d7d),
('456b2ac64865445ce8e0cef9d9b30469-C', 1657505102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930303330323b7d7d),
('456bd1a26e624bcd4deb1346848fbc46-C', 1656264302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635393530323b7d7d),
('45700533bf900b42f7d21099cf77989a-C', 1658237921, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373633333132313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373633333132313b7d7d),
('4576698fb5c698506c914253389d4778-C', 1656058557, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435333735373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435333735373b7d7d),
('45775b6f6599efb35a8df761a3200461-C', 1656012602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430373830323b7d7d),
('4579a1dedc43028c1437a9e53ac0d3aa-C', 1657284002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637393230323b7d7d),
('4580ed181e9e0433e710e4aa79ad4146-C', 1656031501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432363730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432363730313b7d7d),
('458206d4279805d043586f97f4b347ed-C', 1656530171, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932353337313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932353337313b7d7d),
('458bf0e7d4d6ade5bbf1d85c4b205920-C', 1656523802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931393030323b7d7d),
('45a8898b81487dce00c397b3d4434c42-C', 1656906902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330323130323b7d7d),
('45c1efd055f73bbd3142070ac5e30f43-C', 1657125601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532303830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532303830313b7d7d),
('45c956b66fef5faf484c791f1e039efd-C', 1657345202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734303430323b7d7d),
('45e7c1ffbc677f63cb84fc4379e2c4e3-C', 1656921002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331363230323b7d7d),
('45ebde8b499d0ce14ccdf34dfc327f9b-C', 1656012002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430373230323b7d7d),
('45ecdb2897e70821d431c8df6527bc97-C', 1658211894, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373630373039343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373630373039343b7d7d),
('45eff47811aca241b3552440e65cb9e8-C', 1657024501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431393730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431393730313b7d7d),
('45f1039e397f3aa52ae74d33f1192371-C', 1657304702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639393930323b7d7d),
('4604566a1eb7dbb6364360c93cd38922-C', 1656574202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936393430323b7d7d),
('460a97e6d01d05c977e5f3454ba90d1e-C', 1656744301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133393530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133393530313b7d7d),
('46142c9277b4efa3857ccf55979dec2c-C', 1657123502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531383730323b7d7d),
('46166f57cf5d1e0bad3972c8712fb839-C', 1656179402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537343630323b7d7d),
('46167eac95f27d162ef69d9d5c3e1f9a-C', 1657347902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734333130323b7d7d),
('4619df56a92549b4b608e165f804090a-C', 1656957302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335323530323b7d7d),
('461e4a5de446a2054d68732995e0ce8c-C', 1657544533, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933393733333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933393733333b7d7d),
('4628cdb0be8260e3e946ce166843b763-C', 1658270974, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373636363137343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373636363137343b7d7d),
('46332cc681dbc0a1a39c84d1d7dbb9b9-C', 1657013402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430383630323b7d7d),
('463ab6788bbc6cfe05d0ffa791c6bd37-C', 1657925890, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373332313039303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373332313039303b7d7d),
('463d9ab208c3d907e5c5155c19cdc246-C', 1657337480, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733323638303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733323638303b7d7d),
('4648b002f63f2be5dd80cfda42d1a0c1-C', 1656876002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237313230323b7d7d),
('4658d281c8a4cff6bba38e03aabd91c6-C', 1656003002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339383230323b7d7d),
('465c31b2c38064d6c02f02737f5b5d9c-C', 1656756902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135323130323b7d7d),
('4668b5615b824b82e54575ff641d4caf-C', 1656763802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135393030323b7d7d),
('466abf3259a5cdc6817ac01a24738340-C', 1656837902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233333130323b7d7d),
('466f8c7dfab27409c14191568f7eb30d-C', 1656752102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134373330323b7d7d),
('46718896587b9b67035ff09ced3bca7c-C', 1657376866, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737323036363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737323036363b7d7d),
('4678bce958d44a1ffd9f18c76b726a22-C', 1658055191, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373435303339313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373435303339313b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('467fdf45cc792c1f735812a53aa992fd-C', 1656734702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132393930323b7d7d),
('46836030d417d13678840762f45c8593-C', 1656201602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539363830323b7d7d),
('4687ef22ff608d0e681217a8f4cd76f7-C', 1656240002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633353230323b7d7d),
('46993fc0d327382509b859486ab3e9dd-C', 1657249502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634343730323b7d7d),
('46a6fb6b3a5cc1df715b0a68539ae4e9-C', 1658020735, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373431353933353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373431353933353b7d7d),
('46bc20dd715de4dad401a014dcdefc8a-C', 1656848702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234333930323b7d7d),
('46d20426e02ecd82c39dbcda5ccd6234-C', 1657327802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732333030323b7d7d),
('46d809d5b0db6524db50be2d234cc061-C', 1657546802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934323030323b7d7d),
('46ddac5acf578e6a83eb78344a65615a-C', 1656896101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239313330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239313330313b7d7d),
('46ef01e8f1542f807ece793a117feeaf-C', 1656956402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335313630323b7d7d),
('46f29e460f79e5f65cc59603d7ddab73-C', 1656878102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237333330323b7d7d),
('470b3b5fe725f65b473bb7bca4fe30fe-C', 1656996302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339313530323b7d7d),
('470f93b9646ca019dea713950b70d7e3-C', 1657820445, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373231353634353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373231353634353b7d7d),
('471e3a80d486523c11dbdd77ba2aae16-C', 1657800359, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373139353535393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373139353535393b7d7d),
('472398a2369e39bd0da1cebbc0ff4ae9-C', 1657520702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931353930323b7d7d),
('4731251dadba21fbd5b4ee71b834829f-C', 1658225973, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373632313137333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373632313137333b7d7d),
('473551a9975f7efe470c0ab09d8fdc89-C', 1657317901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731333130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731333130313b7d7d),
('4745a6f013612e00093379d0052e2dd3-C', 1656856802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235323030323b7d7d),
('476f86de60d6168a6b1229dd4836a197-C', 1657384501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737393730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737393730313b7d7d),
('47766dcb998e48aa8a7085a388a5bfe9-C', 1656209102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630343330323b7d7d),
('477df0892eda78db23cd7fcbe24f0178-C', 1656247502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634323730323b7d7d),
('477ff9a68b124485aed0f6eb55f4bd18-C', 1657305002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730303230323b7d7d),
('4792d500edec3cbdf0779bca399a98f1-C', 1657516303, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931313530333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931313530333b7d7d),
('4797a8a96634a39f13a7aa93c7dc9bfe-C', 1656058801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435343030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435343030313b7d7d),
('47a03df39dd8df25428b613a00805735-C', 1657231383, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632363538333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632363538333b7d7d),
('47a7946c91518f305263507f66e5f747-C', 1656836702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233313930323b7d7d),
('47ae76b4946c324580c4f8fcc817fda6-C', 1656145202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534303430323b7d7d),
('47b687d723740f2f2d8aacf793659ae7-C', 1656402302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739373530323b7d7d),
('47b9ca415284c0e867b51f31fe87bdf2-C', 1657706701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130313930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130313930313b7d7d),
('47c3645a19f3612774fec736ee05969e-C', 1656529998, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932353139383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932353139383b7d7d),
('47c7b1dd571f19808e68892e63a37a00-C', 1657725301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373132303530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373132303530313b7d7d),
('47cce1011f4b777430299c676824af3f-C', 1656585645, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938303834353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938303834353b7d7d),
('47d5aa61d93a5d07922b1c32310e056f-C', 1657145102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534303330323b7d7d),
('47da00216d3358c40d7d1fd41a548677-C', 1657708502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130333730323b7d7d),
('47deb39b14882349027a1acadf57838e-C', 1658112819, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373530383031393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373530383031393b7d7d),
('47e1dfc8a41e434edb354ffb45245b98-C', 1656708901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130343130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130343130313b7d7d),
('47f2b78aabf6e9269d843baea8a81594-C', 1657536901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933323130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933323130313b7d7d),
('47f3ae54ac978148a582b05755cc0a12-C', 1656527402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932323630323b7d7d),
('47fdf0abba4c607c432b108c558705f3-C', 1656721802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131373030323b7d7d),
('480a0aca60cb2c8c19f4fe931a127b4f-C', 1657086018, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438313231383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438313231383b7d7d),
('4811e98e07cbff79501288319e28cfd5-C', 1657026302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432313530323b7d7d),
('4813ed7ab5069e8e2022ff7c7df8f329-C', 1656925501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332303730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332303730313b7d7d),
('4822463091d96507de0152f198cb60eb-C', 1656245103, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634303330333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634303330333b7d7d),
('482920f001eb41f04f9a41f59ff51cb9-C', 1657384202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737393430323b7d7d),
('483dfe025bf280b9e227e6629d5ff340-C', 1656923402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331383630323b7d7d),
('483e5a2dfea1a0b9f42d15e8cc049a04-C', 1656511202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930363430323b7d7d),
('48462b3dfd9bfd99c9172af99b5c7f94-C', 1658096826, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373439323032363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373439323032363b7d7d),
('484ecbe0f690cff703172ccd8b6c05b7-C', 1657683902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037393130323b7d7d),
('4858958515aca29421ff8daa113665af-C', 1657218001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631333230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631333230313b7d7d),
('485f2c484421a5043b0b9a61f33383d9-C', 1656236702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633313930323b7d7d),
('486e3ec71683c55dedcc002b2fd043a1-C', 1657101002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439363230323b7d7d),
('48731919326e57fe817f3d201f8c1110-C', 1656766202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136313430323b7d7d),
('48788a74e9062ec7feaefb5760e20755-C', 1656227402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632323630323b7d7d),
('48869517e81dd1a7e034a4d7f9e36c53-C', 1656687902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038333130323b7d7d),
('4893a0d6b0b8cc42ab447c0043b80d23-C', 1656707374, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130323537343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130323537343b7d7d),
('48acc9aebf34fdf5175dde14c1252354-C', 1657370102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736353330323b7d7d),
('48b2a323a6ce7d6a7b6f773dc3a44228-C', 1656495302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839303530323b7d7d),
('48b32b3de22bd87ef6bcdac599e47c38-C', 1656186602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538313830323b7d7d),
('48b54b77bd5ab5d64e01f756c702cc25-C', 1656271673, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636363837333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636363837333b7d7d),
('48b6e26a304f2dbbd80c48e8ad2116bb-C', 1656981971, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337373137313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337373137313b7d7d),
('48b8ef0e8d496f564135ec763e3aef09-C', 1657625702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032303930323b7d7d),
('48d531896fe3e3883184f46ae0838b91-C', 1656992102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338373330323b7d7d),
('48d61db20fe426d4078dd7b35a55ad73-C', 1657467901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836333130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836333130313b7d7d),
('48d8a66f6065cbe3c24f0adf981a72cb-C', 1657159502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535343730323b7d7d),
('48e14e2dd09006e08a91b18f1f059d15-C', 1656321902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731373130323b7d7d),
('48ee17139f5e87e255160a0c72c55d9b-C', 1657187402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538323630323b7d7d),
('48f54647d52940b0d5bfc6b6534ceb87-C', 1657315569, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731303736393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731303736393b7d7d),
('48f5de30affe6db557294b09d2a34562-C', 1656076202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437313430323b7d7d),
('4904d1d2cad3400ba2da8a6a3dce0f3c-C', 1657555802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935313030323b7d7d),
('4908749fb55abf6d6e9ab99bcdde0725-C', 1656074102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436393330323b7d7d),
('491796dd1ffbf52f13fc15aed32eb613-C', 1656735902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133313130323b7d7d),
('491ac1e46bbb2f1b25ee3934fdc6bebe-C', 1656712883, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130383038333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130383038333b7d7d),
('495188d85f833ac799d90bd7242b6e5c-C', 1657520102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931353330323b7d7d),
('4953467d049e55339b3c5d604c358da4-C', 1656819002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231343230323b7d7d),
('49550984ac901cd5b90e70e984ff8682-C', 1657503901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839393130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839393130313b7d7d),
('49563744e0d50cf6ab863860e9a21621-C', 1656104402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439393630323b7d7d),
('4960337f00fa8b24254c5c576343db78-C', 1656450602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834353830323b7d7d),
('49625ab6067f2045f428ef7c2276854b-C', 1657109402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530343630323b7d7d),
('4969ea901f93565fb78d665f570fc1a6-C', 1656760802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135363030323b7d7d),
('496f8154f1de6b066ba421d8573558b5-C', 1656629102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032343330323b7d7d),
('49768ae1d0bc813a94426d3d01f1c60b-C', 1657087802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438333030323b7d7d),
('49813d7a0811e28f96a1dda732c909e8-C', 1657049402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434343630323b7d7d),
('498b789b1aed3ea3c3cae45020ca40f2-C', 1657618086, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031333238363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031333238363b7d7d),
('498e48493b574c01c19c5c33d85b9f2c-C', 1656248701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634333930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634333930313b7d7d),
('49918900589769a092b52ad56fdb951d-C', 1657784965, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373138303136353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373138303136353b7d7d),
('49920a81fb2b07b2522f1ec2a3cf8066-C', 1656272402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636373630323b7d7d),
('499fdb68ad4329edf7a9d80746ea40ff-C', 1656541202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933363430323b7d7d),
('49a5cc65ccf0a5150e72c719a735dbd7-C', 1657255202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635303430323b7d7d),
('49a6b3fa4c7d9cdb3c6745e9e54281c7-C', 1657892101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373238373330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373238373330313b7d7d),
('49a73d74a6487d8e28c48318050c8c8c-C', 1657045502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434303730323b7d7d),
('49aed8379f938f1860ca1a5d60216b85-C', 1657355402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735303630323b7d7d),
('49b37a6f0e4dbf3e9ccedb75d28f7800-C', 1656776702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137313930323b7d7d),
('49bc18cb9a9b4cc9b28b9faa711cee95-C', 1657465595, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836303739353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836303739353b7d7d),
('49c23d4a3c614e6d5400d779025e377f-C', 1656047753, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434323935333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434323935333b7d7d),
('49d6ffec6aedd77fd0801427c7c07674-C', 1658151044, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373534363234343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373534363234343b7d7d),
('49dcf7d0489cdbe20478319d3f514202-C', 1657707302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130323530323b7d7d),
('49e73eeafb6b2f9abbea40c1d1beecf2-C', 1656316802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731323030323b7d7d),
('49ea58a464207051a73cf24ffd8a2688-C', 1657135802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533313030323b7d7d),
('49edf3dacbc570a2d17374d4be7f386d-C', 1656883802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237393030323b7d7d),
('49f2ede7d8a201d5e94bb5e88fa51e93-C', 1657542002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933373230323b7d7d),
('49f7073641c41252d8f18609c9e567b6-C', 1657597501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939323730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939323730313b7d7d),
('4a01a49b2188d57d6daea0c24ac4b2d3-C', 1656369601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736343830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736343830313b7d7d),
('4a072588e379e3dc068d99d361000556-C', 1657244263, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633393436333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633393436333b7d7d),
('4a12544ef705be0523b322e769fa768c-C', 1657386301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738313530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738313530313b7d7d),
('4a325b71d31b8f422f38cf7253b164da-C', 1656056401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435313630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435313630313b7d7d),
('4a34069bd7d2ec44c29e4e361790f849-C', 1656189002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538343230323b7d7d),
('4a3501e5b275cf353f2bd0a85304443e-C', 1657864377, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373235393537373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373235393537373b7d7d),
('4a3a03077b7b0cd6c9dbe21e5975320c-C', 1657074602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436393830323b7d7d),
('4a43d522d0f1f77aea73c74f61587c5b-C', 1656349502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734343730323b7d7d),
('4a4aa20f68c11a440d47a4695833bb5f-C', 1656078902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437343130323b7d7d),
('4a4e13f1be17244c7d2b4244ae9fc423-C', 1657616702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031313930323b7d7d),
('4a68123e973b74ec01343203bec9ad07-C', 1656256201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635313430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635313430313b7d7d),
('4a6b3d498bcadb821ab59da220ec51a1-C', 1656055202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435303430323b7d7d),
('4a7051f96efd7e793c9c5e7adfe5cbfd-C', 1656175802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537313030323b7d7d),
('4a7677f704e263a8b16ebf5bb2efc359-C', 1657664864, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036303036343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036303036343b7d7d),
('4a7abda1ce33e578460d9c3d58c6792b-C', 1656628755, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032333935353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032333935353b7d7d),
('4a8d70c645f3a3bbc02aee33580b6524-C', 1656542991, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933383139313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933383139313b7d7d),
('4a9906455bacc38c934762a66e9d1571-C', 1657356002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735313230323b7d7d),
('4aa05144c81ae07adb3da7ff2e6a3f1a-C', 1656382802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737383030323b7d7d),
('4aaae38af619ab6494eb930cce4b6719-C', 1656984002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337393230323b7d7d),
('4ab4132ca97700979abd926b25f55117-C', 1656506702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930313930323b7d7d),
('4ad172fd04f6938295190bd807f9185e-C', 1656268502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636333730323b7d7d),
('4ae1070c73f07360c54b95c3b038d37b-C', 1656177602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537323830323b7d7d),
('4ae6317accff039656f612bc4f68c3d7-C', 1656575084, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937303238343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937303238343b7d7d),
('4aeb58bc71eda3cf115cdc3351c30544-C', 1657764172, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373135393337323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373135393337323b7d7d),
('4aee3e2345b0b36424f3ee8cfa8aaddd-C', 1656418202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831333430323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('4aef80544757c431cc329b930b2d470a-C', 1657831379, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373232363537393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373232363537393b7d7d),
('4b07538b814a0afce7dd89d6f4a6c336-C', 1656027901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432333130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432333130313b7d7d),
('4b08467f306418d62fb5dc269b58940c-C', 1657004402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339393630323b7d7d),
('4b0c3fd6d8b2a5a23722bf853b14d9a3-C', 1657321647, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731363834373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731363834373b7d7d),
('4b0d6fc252bc2dc82341511e91ae353e-C', 1657265402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636303630323b7d7d),
('4b205e987f3ffd68e0901579538cdf02-C', 1657083602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437383830323b7d7d),
('4b20849be696fbb00d58cc41ad3ca644-C', 1656391446, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738363634363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738363634363b7d7d),
('4b28c57f9e1b9a8851978b80a96c539b-C', 1656986102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338313330323b7d7d),
('4b2b4341abd6e8e5b73e8f5d5fa8bdf2-C', 1656464702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835393930323b7d7d),
('4b2c4f3852cb545e9599810378e8a70c-C', 1656790993, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138363139333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138363139333b7d7d),
('4b46c1bed20f832360fa050280d141d9-C', 1656608702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030333930323b7d7d),
('4b47866a84fcd61ed8eefaa97bd99f0e-C', 1657182902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537383130323b7d7d),
('4b49c0fe87a4c33f7cd288f485362ea9-C', 1657045323, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434303532333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434303532333b7d7d),
('4b50677b952693aa4ac6f2e883e562ce-C', 1657548902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934343130323b7d7d),
('4b5866f6c1da5a16a35c69c14bb8de93-C', 1656630302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032353530323b7d7d),
('4b5af2e1d0c8d2497d6f7e945e1b3c61-C', 1658185679, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373538303837393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373538303837393b7d7d),
('4b5bfe9b23e5d57feb29463798632f1c-C', 1657150202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534353430323b7d7d),
('4b746078dcea52d867c8d29717de8e18-C', 1656812702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230373930323b7d7d),
('4b74ac4e8cde94ef1efb40859e2b928f-C', 1656639302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033343530323b7d7d),
('4b7b4ffff06237ff53f7e62d4f8a4197-C', 1657407002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830323230323b7d7d),
('4b7bb99d14917285d8e3c7616a4bd435-C', 1656581549, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937363734393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937363734393b7d7d),
('4b902923f2f2609251f662a26250947d-C', 1657089602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438343830323b7d7d),
('4b91e259084f2391d39ec204f9c6bdf8-C', 1657653302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034383530323b7d7d),
('4b95af805b52d6629bebba5f938ea299-C', 1657529701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932343930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932343930313b7d7d),
('4b96b08f26c3f92c19d87ffb5965a003-C', 1655960495, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353335353639353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353335353639353b7d7d),
('4b99d8d0037545fc1c3d7d1abf07a1b2-C', 1657665002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036303230323b7d7d),
('4b9bc798a4425c7a271a32142d6e7a9e-C', 1656185702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538303930323b7d7d),
('4b9ca250453a329740125178ba38e9c8-C', 1657183802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537393030323b7d7d),
('4ba4d3b32929a4fc9187d7ee6412cd42-C', 1656784202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137393430323b7d7d),
('4bb4af149e3a1757ae75ba9149e75109-C', 1657891289, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373238363438393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373238363438393b7d7d),
('4bc768fd9b1300bdab1d208669a23c9b-C', 1657455302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835303530323b7d7d),
('4bd1f2ee4543a8c825fcf4b03a5710ff-C', 1657166402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536313630323b7d7d),
('4bdd1a6ab1ca2cb72522458df3a92177-C', 1656611102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030363330323b7d7d),
('4be5840b086d082ad04de9324db13980-C', 1656893102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238383330323b7d7d),
('4bf57a751d620a39fbae2f264d12d212-C', 1656399302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739343530323b7d7d),
('4bfad6b843f77e77c740d26036abac9e-C', 1656330902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732363130323b7d7d),
('4bfc89d597ad519f7c6a6c119829bffc-C', 1657131602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532363830323b7d7d),
('4c0714e715864d0ba2e37e4779da600b-C', 1656180901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537363130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537363130313b7d7d),
('4c0eaf2c0040efe1bdaafab7822bc5dd-C', 1657579201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937343430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937343430313b7d7d),
('4c155a42bf4d2fa9692d757df70824a3-C', 1657120202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531353430323b7d7d),
('4c23bb2f014565ba88373fd4cda121e7-C', 1656034202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432393430323b7d7d),
('4c29f839b2ecb5bcffb5325a396235ca-C', 1656098702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439333930323b7d7d),
('4c2a32788bc944b1d2dfb3470b4eefab-C', 1656153002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534383230323b7d7d),
('4c2a7b168b3761b0e667535feddf5483-C', 1656378002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737333230323b7d7d),
('4c35e8c9cce23a6e923e8c8bad1ca0e1-C', 1657458302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835333530323b7d7d),
('4c3e9d411a84efcbe03865646a12c52f-C', 1657496402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839313630323b7d7d),
('4c41a2ee2a5b0130c71becf840d5f8c6-C', 1656592802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938383030323b7d7d),
('4c46b510e66c4037d12008ee635c8444-C', 1656875701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237303930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237303930313b7d7d),
('4c478ca70937a16dda110fc27c4354f6-C', 1656365402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736303630323b7d7d),
('4c4b6e3535729d8a193544a5613ff939-C', 1656926313, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332313531333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332313531333b7d7d),
('4c4bb599160dc244c40094395e171fed-C', 1656514502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930393730323b7d7d),
('4c4c7b870d6e13e8aaad84a2f1bd3aea-C', 1656882602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237373830323b7d7d),
('4c5829ae0d665a3c83c6c1a526702849-C', 1657241702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633363930323b7d7d),
('4c666e13c54c7c1d70568dea07613393-C', 1656582001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937373230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937373230313b7d7d),
('4c680f838b98639f17e506b17b5a2d97-C', 1657142102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533373330323b7d7d),
('4c761995a271a9481824b9ffb0b3e0eb-C', 1658059463, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373435343636333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373435343636333b7d7d),
('4c77383f87b35e94762654bcf6edcef7-C', 1656515343, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931303534333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931303534333b7d7d),
('4c822e172337915b6ada91d7bea1f904-C', 1657341902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733373130323b7d7d),
('4c84ec03b46a9c71940aff1fda2f97da-C', 1656531826, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932373032363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932373032363b7d7d),
('4c863a59c65369269cb7f43ab46a4d38-C', 1657263302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635383530323b7d7d),
('4c87fa65f9514e7648ba36f5a6c4e930-C', 1656598802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939343030323b7d7d),
('4c8bbc4acf86260e0a767d6a45b2655e-C', 1656356302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735313530323b7d7d),
('4c8d1f45cd36a0ce9d5a197336646193-C', 1656920102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331353330323b7d7d),
('4c99eedd151199c60dd2efaa425a65a1-C', 1656675602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037303830323b7d7d),
('4cbd02b9cc26a291dd30df7af8d334fb-C', 1657456802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835323030323b7d7d),
('4ccc140986ee6ee422eb20ff0e9e725f-C', 1657667701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036323930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036323930313b7d7d),
('4ce34718f82854f67bb636368f65757d-C', 1657636833, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033323033333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033323033333b7d7d),
('4cef0cbcb0bf4cd8a8d5afbd5be9dae4-C', 1657137775, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533323937353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533323937353b7d7d),
('4cf8a3df9fa97c7bb3f40b9ae99a5a70-C', 1656705901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130313130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130313130313b7d7d),
('4cfaf9c906b67a361b5a5368952f0335-C', 1656940551, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333353735313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333353735313b7d7d),
('4cfcc686d8b8f69c93d6b24a3fce7404-C', 1656933902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332393130323b7d7d),
('4cff6e08cd4b0a2888a0d79d8d5d88fa-C', 1655929525, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353332343732353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353332343732353b7d7d),
('4d02f7051d816e35932f5de4886809dd-C', 1657705502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130303730323b7d7d),
('4d03e5bfe1340e0667cf7dba0bccd9ab-C', 1656874502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236393730323b7d7d),
('4d0a21c1b79ccb2ff5f73a1c7d78184c-C', 1656515702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931303930323b7d7d),
('4d11f2c00458b0e6b423fa34e9e8f25e-C', 1657821378, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373231363537383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373231363537383b7d7d),
('4d1421f2bf70dc43efb579051a9b5892-C', 1657083302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437383530323b7d7d),
('4d17ead4a96231fe8601104bb2393593-C', 1657554902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935303130323b7d7d),
('4d226b23c1ca370c9bd0759b7138f6f0-C', 1656702902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039383130323b7d7d),
('4d226cebe4de463d504108c2409d8e3b-C', 1657134302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532393530323b7d7d),
('4d25a7a24c445e3569452ed05f56374d-C', 1656489693, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838343839333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838343839333b7d7d),
('4d2966c706cc853f6fc1804a37a7eea0-C', 1657478402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837333630323b7d7d),
('4d2b6c6dadd79014bad0cbd5b3e4a663-C', 1656018602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431333830323b7d7d),
('4d3015284798803192c680e4755e2787-C', 1656312002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730373230323b7d7d),
('4d3870de16b683c335ee0229db4acc22-C', 1656693301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038383530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038383530313b7d7d),
('4d42ca448a48d49fc7e3acab46aea5c0-C', 1657457401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835323630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835323630313b7d7d),
('4d47fe5f637ddfc78166a5a2c6e10816-C', 1656826802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232323030323b7d7d),
('4d61eecbbfdb89df0f54ef4616926963-C', 1657354202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734393430323b7d7d),
('4d6253812a2bebdac3361811ad4945f2-C', 1656825002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232303230323b7d7d),
('4d66f33dbc6e74df1677efe404f41c61-C', 1657650302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034353530323b7d7d),
('4d72892a307a0565546775faa9dd780c-C', 1657175402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537303630323b7d7d),
('4d98e077735a7ff76d8f693f665a058d-C', 1656799202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139343430323b7d7d),
('4d9ffbd9f6f67bc66e3b1d3d0701c9a4-C', 1656547202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934323430323b7d7d),
('4daa2e0660655fdd5766fccb990e1977-C', 1655995261, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339303436313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339303436313b7d7d),
('4db3a9e1128ab87a742aa0210ffe3321-C', 1656212101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630373330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630373330313b7d7d),
('4dbb5e53a4e241c20221967db8de1909-C', 1656283802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637393030323b7d7d),
('4dbb9ec4ae9b9f3793b1ed512033e2bf-C', 1656520202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931353430323b7d7d),
('4dc0edac512999ff2207259d6db5469f-C', 1656749102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134343330323b7d7d),
('4dc3e474aac71e4f2c9fc58cbcad3482-C', 1656296402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639313630323b7d7d),
('4de7844c1b94f72652169a566f918f46-C', 1656127501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532323730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532323730313b7d7d),
('4df0950215110cb882522417c0fcc4a8-C', 1657375202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737303430323b7d7d),
('4dfb99d609e83784ba23f329a0f5d254-C', 1657042802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433383030323b7d7d),
('4e0d9a804b4d48b2a6e94b339262a5a8-C', 1657440302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833353530323b7d7d),
('4e108345f94513963012632ea115ed9c-C', 1657104602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439393830323b7d7d),
('4e2e74e598f1aec98b5df42f51c624af-C', 1656900601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239353830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239353830313b7d7d),
('4e3f4cd934e02532211484a20d4f994d-C', 1656976202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337313430323b7d7d),
('4e43a52649c8bcc77301ad3922710839-C', 1656648002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034333230323b7d7d),
('4e49f313fec6c810e1e9aa2eb43ddc0d-C', 1657218302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631333530323b7d7d),
('4e5a11a1e290d4cbeaed02e5e0e3b43f-C', 1657063801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435393030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435393030313b7d7d),
('4e6252193c7d6752adceefbc213fa76d-C', 1656229502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632343730323b7d7d),
('4e6290b177076ee27042323e91c375f7-C', 1656064502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435393730323b7d7d),
('4e63c8f293b2f39857efdd80b53689e5-C', 1656751802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134373030323b7d7d),
('4e647fe4d733f8f4abadddd2a9a6e2a1-C', 1657401301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739363530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739363530313b7d7d),
('4e674dca097df1b42229d65de019cd2d-C', 1656955802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335313030323b7d7d),
('4e6ac72fb24ad03b5e72a631bbef902c-C', 1656228302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632333530323b7d7d),
('4e9667dfa6f19a0cfc6dc38671e8a21c-C', 1657722027, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131373232373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131373232373b7d7d),
('4e999d58319661d41aa7607a63501290-C', 1656422702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831373930323b7d7d),
('4ea180c2e56e293ac7e0f51e2c7f5828-C', 1657210501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630353730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630353730313b7d7d),
('4eabba8d1c7e807118e99d3b1eaee87c-C', 1657002002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339373230323b7d7d),
('4eb1146c7d9667c219afce60020b0594-C', 1656120902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531363130323b7d7d),
('4eb5be341d92600b9361cfe5bbcb68bf-C', 1657514102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930393330323b7d7d),
('4ecc66979ea938b8deff05039e557302-C', 1657642535, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033373733353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033373733353b7d7d),
('4ed4f36a6245dd4c681a4985c69ea52b-C', 1657640379, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033353537393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033353537393b7d7d),
('4ed8458a73c08ffd375bc912458d7f39-C', 1656698101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039333330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039333330313b7d7d),
('4edac111c6eb9a2e272efdfaaf85fe80-C', 1656497402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839323630323b7d7d),
('4ee12019f133d86e44f4ec93639c3a33-C', 1657817828, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373231333032383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373231333032383b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('4f0496da8b39a98645ea2d5da5dc01ce-C', 1657358035, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735333233353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735333233353b7d7d),
('4f09338750eef6faffd5a2ac93c9a2b2-C', 1658134517, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373532393731373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373532393731373b7d7d),
('4f0b358b7f532aa0e4cb70beab7b5e3f-C', 1656876902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237323130323b7d7d),
('4f0f8e9f4e8c3ed550cadb6e8727bcf9-C', 1657454402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834393630323b7d7d),
('4f1eaaaab420bb34c844f9e1fa72491e-C', 1656428402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832333630323b7d7d),
('4f208b73ee3dcf33608cea21a19e27fc-C', 1656388202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738333430323b7d7d),
('4f23f915d199221730052d30f26e4ff4-C', 1657917989, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373331333138393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373331333138393b7d7d),
('4f30ad8d9a52504a84f423f4eefa67eb-C', 1656006602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430313830323b7d7d),
('4f313e640e6a285da6f4ba79b62bd209-C', 1657654202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034393430323b7d7d),
('4f33d3156a15c6d680240f346e506b4d-C', 1657692002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038373230323b7d7d),
('4f3a8318b54f198fa75256182510fce1-C', 1656684602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037393830323b7d7d),
('4f3b080c8657e4566053b19f877f8495-C', 1656470702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836353930323b7d7d),
('4f404360d509a2f667681c3df92e2579-C', 1656362348, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735373534383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735373534383b7d7d),
('4f49d282cbedadf1fdad0d95d344e6fe-C', 1656144002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533393230323b7d7d),
('4f4b9a774571bc59d7ef21d035da8859-C', 1657706402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130313630323b7d7d),
('4f5e6c2b1b377b4d4283f9e68514e998-C', 1656895202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239303430323b7d7d),
('4f6eb13a5bd01ea6e69dd6773c74fe55-C', 1656291301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638363530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638363530313b7d7d),
('4f7a49f9077d51c5e66cc0030a1cca98-C', 1657257903, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635333130333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635333130333b7d7d),
('4f8473fa333db83df493ce891b5ef5fc-C', 1657669202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036343430323b7d7d),
('4f90f7d66d355fe95a20594d4bf19dde-C', 1657345502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734303730323b7d7d),
('4f99b3d66c3b9370999579387b06aa55-C', 1657538102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933333330323b7d7d),
('4fa9e1285a30d6d7f9344834de4ac34e-C', 1656018002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431333230323b7d7d),
('4fab95aa269ef6f677955f6dae99c423-C', 1656615301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031303530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031303530313b7d7d),
('4fbdbffc19bcc7e5e248d7946ed1f512-A', 1657221939, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676541223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631373133393b7d733a31393a227365636f6e646172795f63757272656e637941223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631373133393b7d7d),
('4fc0bf7f664303ad58b7355a9d840b22-C', 1656560702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935353930323b7d7d),
('4fc29f408ad9298fcd88bca9c71be3ad-C', 1657248001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634333230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634333230313b7d7d),
('4fcb1c88871e29acb8351a9f5b5595e2-C', 1656075602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437303830323b7d7d),
('4fd615edf62988a3231967e033c2c875-C', 1657544702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933393930323b7d7d),
('4fdbf7f93cc9a5326bfb4002df41709e-C', 1657667102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036323330323b7d7d),
('4fdf1f212d46cbd3a7f48649fba25826-C', 1658167257, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373536323435373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373536323435373b7d7d),
('4fe2ad796dca1596ad7ed65e49819298-C', 1656549302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934343530323b7d7d),
('4ff10a1e597039a846706b4b92617f11-C', 1657397701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739323930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739323930313b7d7d),
('500da3f348d4a452ae10ec17e48a1917-C', 1657122302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531373530323b7d7d),
('50116fa274de16a758ff74f9288d4e14-C', 1656533114, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932383331343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932383331343b7d7d),
('50228e2c3fd6d481815f07fb7dd3a6f6-C', 1657924883, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373332303038333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373332303038333b7d7d),
('5025af0641c39e5f5047fcfc77996819-C', 1657319701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731343930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731343930313b7d7d),
('5025d64cab9b676caaa3f1b09816cd59-C', 1656061202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435363430323b7d7d),
('503edcdd274666d0e7fc4bb80991d535-C', 1657430101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832353330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832353330313b7d7d),
('5042d40a1b2301548b7f27a5a43ec755-C', 1657269002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636343230323b7d7d),
('504847f614588441ca668d0d8bd97d1c-C', 1657026002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432313230323b7d7d),
('504b2981ef0e69047dfa045137d87cd8-C', 1656312302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730373530323b7d7d),
('5052429e829a4dd7c09c94ae391e569b-C', 1655911381, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353330363538313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353330363538313b7d7d),
('5053d5f211b81902899e16397e5dab6d-C', 1656676802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037323030323b7d7d),
('50563d2f6be353e6a374ae94d7ca1ef3-C', 1656510302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930353530323b7d7d),
('5059f776ad0f15ddf255ff08e8fd7f08-C', 1656487502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838323730323b7d7d),
('506d9783222cfa83f200fcb92feb31ec-C', 1656796802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139323030323b7d7d),
('5071ad778632fafb77709ee6aef9125a-C', 1656855902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235313130323b7d7d),
('508658ef1be13d56f9a683308e23dd2a-C', 1656755702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135303930323b7d7d),
('50951aed2379c6ec004854d71f44b85f-C', 1657601702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939363930323b7d7d),
('5097a51fb9f7f03d342c98e0f8be969d-C', 1656298802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639343030323b7d7d),
('509cd8b48efa5ec862f954678cce3a7d-C', 1656318377, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731333537373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731333537373b7d7d),
('50a448f4d2f9678b4b7f5ed6fef129b1-C', 1656062102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435373330323b7d7d),
('50a50b621923cb719dc92fc33f296c0c-C', 1657580075, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937353237353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937353237353b7d7d),
('50afc62dd5fc1e00c4106d22cfea2b22-C', 1657589702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938343930323b7d7d),
('50bf2faece4e9254b110bafdf1aefc2c-C', 1656897002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239323230323b7d7d),
('50c03132b9c41b48593774f009000aaf-C', 1657244101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633393330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633393330313b7d7d),
('50dc6c6c8b029e7cb74a03e2d95ee538-C', 1657140248, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533353434383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533353434383b7d7d),
('50e0256b182f0d2407f4b246b07564c7-C', 1657152602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534373830323b7d7d),
('50f7040cbdb4f9d7a66eb270071054d9-C', 1657626302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032313530323b7d7d),
('50f7d4da4defe5201ad6c083ecc03690-C', 1656786602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138313830323b7d7d),
('51099f923cfbcacd7be881f5af1fdac6-C', 1656982802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337383030323b7d7d),
('510b1a7953e10d7569b443e088baa4ef-C', 1656392102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738373330323b7d7d),
('5120f56bbb8feea813f92f09a64fc20f-C', 1656867302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236323530323b7d7d),
('512128a2d8d037b1e53a74d85f195180-C', 1657720756, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131353935363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131353935363b7d7d),
('51322080f16e81edc92fc5c5af47a2a8-C', 1656770701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136353930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136353930313b7d7d),
('5137676028bc8d9261cbb16b801fa83e-C', 1657158111, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535333331313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535333331313b7d7d),
('513859c996b3056db4cc9f2ff01645bc-C', 1657170689, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536353838393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536353838393b7d7d),
('51385a34c5961f35d656ce743dc0dc70-C', 1657599002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939343230323b7d7d),
('513b590ea2f4e975670d176ddbe94d4e-C', 1656429602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832343830323b7d7d),
('513c869434b19a980fd988e10370b266-C', 1657060472, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435353637323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435353637323b7d7d),
('5156400c96760827eda6c8f99f66549f-C', 1656064802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436303030323b7d7d),
('515d1845171c73f4de27ca72e74ce09c-C', 1657503302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839383530323b7d7d),
('5166402c003a963d1eae5db1fb0a1072-C', 1656320702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731353930323b7d7d),
('5168db8045c348d663b2c791342e5912-C', 1657017384, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431323538343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431323538343b7d7d),
('5179a780d6723ec1fc99dd7df3e8d77e-C', 1657811755, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373230363935353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373230363935353b7d7d),
('517cfd976a8c8f958f731892c564299e-C', 1656594290, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938393439303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938393439303b7d7d),
('518296fba8e1ffdf72a2e7baf539546a-C', 1657336802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733323030323b7d7d),
('519b6d0d466a0191216f4d13760c1dea-C', 1656445551, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834303735313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834303735313b7d7d),
('519cef7cec79cb9e084ffe78a1680c4b-C', 1656245702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634303930323b7d7d),
('51e771017ddfae958887a6248d8a125d-C', 1657371350, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736363535303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736363535303b7d7d),
('51ed72c9cf91e5a21fccc9f9c9a572ee-C', 1656983402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337383630323b7d7d),
('51ee765828fe3840cc28f75629cda60b-C', 1657382702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737373930323b7d7d),
('51f6dbcafc1284fb5634d863e32b62e7-C', 1656492302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838373530323b7d7d),
('5205acba07e1f5ed75b0bdf733bf15c3-C', 1656945602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334303830323b7d7d),
('520b8a3cc82a114a55f9c959229da3bc-C', 1657244702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633393930323b7d7d),
('520c7bf12a03578e43448cfde3fe5693-C', 1656101102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439363330323b7d7d),
('5215e1e62d1fa67b9d82135e5fa92994-C', 1656728102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132333330323b7d7d),
('5222c51d04162ca8f70cc4f7d76185f7-C', 1657773693, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373136383839333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373136383839333b7d7d),
('522e12747adbe9480568272227da7eb7-C', 1657410002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830353230323b7d7d),
('523cdb9d12d2c77614ffca0db48c9b3d-C', 1656534302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932393530323b7d7d),
('5241ce9bf6ad59e088197d51c75c8af9-C', 1657555610, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935303831303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935303831303b7d7d),
('5243b2514aebd24e97a3ff5a265b17e2-C', 1657417496, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831323639363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831323639363b7d7d),
('524d8a01f67701d933b40d93994aa494-C', 1658150348, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373534353534383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373534353534383b7d7d),
('524e7bc14b82bf009f73718d4d16cc59-C', 1656261902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635373130323b7d7d),
('5252cc0a38a71f2bbc75e5b44f6a930a-C', 1656062214, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435373431343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435373431343b7d7d),
('525ed6e7ca5dc5bf606ea08b1434f6ca-C', 1657552802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934383030323b7d7d),
('52745cfde19d353e58f54683b4bf91ac-C', 1656037802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433333030323b7d7d),
('529560fafdb25514182394cf40e45dfa-C', 1656997801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339333030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339333030313b7d7d),
('52971f59b53e9ba43ba70cc911dab6ba-C', 1657002602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339373830323b7d7d),
('529bfe30f56a3fbf802ef7c081e1d9b3-C', 1656166502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536313730323b7d7d),
('52ad485e136d777048a60138a8f7b368-C', 1656602702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939373930323b7d7d),
('52b078401e774cbebfb6ec38fcfc8d5b-C', 1657285202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638303430323b7d7d),
('52b36e6f3979d67631056b5391da10fe-C', 1657245002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634303230323b7d7d),
('52bbb89b66277ea87ea2dc20268f6aab-C', 1657628402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032333630323b7d7d),
('52c0c895b9cbc78b898f5f08e89a6010-C', 1657550101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934353330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934353330313b7d7d),
('52c340f75f59e2e32c2507b0ee5e54b9-C', 1657196402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539313630323b7d7d),
('52d0e1babe3313aeeb00b893dbc0586d-C', 1656468002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836333230323b7d7d),
('52d4f2d126ed866779ad07b902c6dbac-C', 1658266098, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373636313239383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373636313239383b7d7d),
('52fd4c76fe7a4b5fef7f29ef5684d70f-C', 1656560402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935353630323b7d7d),
('53060c3563740692f56f2639755443e7-C', 1656653101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034383330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034383330313b7d7d),
('531ca6c02b796741fc6f57735ccc67a7-C', 1656117602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531323830323b7d7d),
('5323c2c8379949d070668b547dafab0c-C', 1656036302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433313530323b7d7d),
('5323d5a76d7c8b5e8fc63daa9bae15b3-C', 1657190701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538353930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538353930313b7d7d),
('532ad34f8737a3628bd890e11c4ed01b-C', 1656944702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333393930323b7d7d),
('533f2dd10b358a9dbeb4fa0f316052d0-C', 1657668302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036333530323b7d7d),
('534143170082fd01b96fdf4349ecf0a1-C', 1657071302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436363530323b7d7d),
('5347d4f8b765ba743544c1b6e7f0c598-C', 1656279302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637343530323b7d7d),
('534865b046ce90c4dc9b7b7641e648cb-C', 1656561902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935373130323b7d7d),
('535e80f99c5afddbd0c0644105ae2e08-C', 1658096826, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373439323032363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373439323032363b7d7d),
('53600d4f3fc7a1192ca169d34be06517-C', 1657325631, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732303833313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732303833313b7d7d),
('536844e0167a641d299ffcc685086f87-C', 1657013102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430383330323b7d7d),
('5375101157265f1e586a8a2daf798aa9-C', 1657237802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633333030323b7d7d),
('5376fac69fb970b483562aed9a011975-C', 1658164777, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373535393937373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373535393937373b7d7d),
('537b8d97a54e277afe6042ead4530f3e-C', 1656032702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432373930323b7d7d),
('537fb44b6928408b4d6565b03aeb1d7b-C', 1656572102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936373330323b7d7d),
('538212f64155a44d24491e3c962b4166-C', 1656169802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536353030323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('5383325aa623364cbc70ac2cdefcae40-C', 1656773702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136383930323b7d7d),
('53900c6fdecefa7551a4885099b351a6-C', 1657039502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433343730323b7d7d),
('539eff347bd1321ed12429d333ffbf34-C', 1657224002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631393230323b7d7d),
('53a96dc78ff16b365e53a22b165ed33b-C', 1656195507, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539303730373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539303730373b7d7d),
('53aa182d13cfe5b92e59df59bcc39ea4-C', 1656612302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030373530323b7d7d),
('53bb7fe19af9ff3835204bcb9c49d26c-C', 1658161872, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373535373037323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373535373037323b7d7d),
('53bf1cbe1fa97362f00a843b463bbc39-C', 1656429302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832343530323b7d7d),
('53d905f4a96880fd5274fb1988a95393-C', 1656271502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636363730323b7d7d),
('53e1c8575502842bf686deee889992c4-C', 1657311602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730363830323b7d7d),
('53ed076e48c780d6ec41a3850cbd11b6-C', 1656403202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739383430323b7d7d),
('53f19a35920dc4af92aad8f299a7aff4-C', 1657354802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735303030323b7d7d),
('53fb026793ca44142f4ae9d2422a3cae-C', 1657648502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034333730323b7d7d),
('5405d769812ca09a993aa72db0ffd53a-C', 1658257014, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373635323231343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373635323231343b7d7d),
('54086b2d5cd29a8fa3f352994274e068-C', 1656763502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135383730323b7d7d),
('540f5eac4bf4e024d418a72694652e3c-C', 1657290002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638353230323b7d7d),
('54190e5939b39c6907b4e620f8be38b5-C', 1656115201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531303430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531303430313b7d7d),
('5419ba53e1108be46e3e556e506fc902-C', 1656883202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237383430323b7d7d),
('542a0fbf18308567466ea7ff3d1f2649-C', 1656008402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430333630323b7d7d),
('542ccd51e6f59b6985b9ac7aeba6556d-C', 1656017102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431323330323b7d7d),
('5434c2134b321ccf08893ddb381109ed-C', 1657187702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538323930323b7d7d),
('5436e8c9d74c45ed906b240865cbc299-C', 1656261602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635363830323b7d7d),
('5463215d5c438a78f7bb46d5b5735482-C', 1656440101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833353330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833353330313b7d7d),
('547d027867541d5bf5f7e79b50465528-C', 1658147054, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373534323235343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373534323235343b7d7d),
('5482ba42d0adbd5a10e34c6ccaf75417-C', 1656114387, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530393538373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530393538373b7d7d),
('549394c6f9d56d22714f9effdf554e92-C', 1656180302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537353530323b7d7d),
('54a7c853662da1414023121f95412056-C', 1657161902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535373130323b7d7d),
('54b320f52a689bea76fbfdeb9eb1f455-C', 1656570602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936353830323b7d7d),
('54bc4e4929a2e393306f1fe2bccf9871-C', 1657420202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831353430323b7d7d),
('54d21c9895aefde0fd7562c2a854309c-C', 1657525801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932313030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932313030313b7d7d),
('54d79525d1c56b817e78cc685b77eadb-C', 1656335361, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733303536313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733303536313b7d7d),
('54e3fddd72f916f16fbd31415a0fcb35-C', 1657648202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034333430323b7d7d),
('54e692c075255829fdf9eafb8886fd87-C', 1657447202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834323430323b7d7d),
('54ef8341b98d9d4e6b55ebaebea1960e-C', 1656679501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037343730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037343730313b7d7d),
('5506baac3aabdc2c58fbe6e39490451b-C', 1657622101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031373330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031373330313b7d7d),
('5511bd4885a7d6b028582e8cd9b65212-C', 1657814717, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373230393931373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373230393931373b7d7d),
('551ada357dc03defdd0ad5b86e439937-C', 1657342201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733373430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733373430313b7d7d),
('552034d8983ab4d40130cf1d1e5882e9-C', 1656428273, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832333437333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832333437333b7d7d),
('55253531f1ce878e624ed39fc890275e-C', 1657517401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931323630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931323630313b7d7d),
('5536c6f4f3cd2faa745373d5d9ebb554-C', 1656697014, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039323231343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039323231343b7d7d),
('553840863ddca013b9e2bea591518c39-C', 1657751652, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373134363835323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373134363835323b7d7d),
('553e74da13cfbca34e9c6e8205d9231b-C', 1656737101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133323330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133323330313b7d7d),
('554443983150c099286572adc8e06f9d-C', 1656904802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330303030323b7d7d),
('554571996cf66dcba9baaeed70559f18-C', 1657720802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131363030323b7d7d),
('554dbbf10c06827eb2cbe027bd342d13-C', 1657592701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938373930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938373930313b7d7d),
('5555a0a9ba3d674020422f5dce5806a7-C', 1657378502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737333730323b7d7d),
('555df84840b4fbcae771b29b861b1e14-C', 1657056357, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435313535373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435313535373b7d7d),
('5564dc5d3498e89926d5d3b41cc0f19c-C', 1656342531, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733373733313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733373733313b7d7d),
('556905bd55bc9d937bcaa112f47cc6cc-C', 1656348002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734333230323b7d7d),
('557a2b1480576eac2ffc3a2564db6a8f-C', 1656000901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339363130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339363130313b7d7d),
('5583e80abb7be749cca87a6a34680077-C', 1656213902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630393130323b7d7d),
('5584501ff98c5087113897e3f863c319-C', 1656865202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236303430323b7d7d),
('558cc95f001bfd987229aac0d3ca2596-C', 1656903302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239383530323b7d7d),
('558e65116367fdc847fc398d3e70d195-C', 1656828302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232333530323b7d7d),
('559a227cac12bed18ae7de5a3cf5f75c-C', 1656800702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139353930323b7d7d),
('55a2c1fb6e101e540c32a8c61ae9a421-C', 1656775802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137313030323b7d7d),
('55a979d084e1e70333e657bdc5414f42-C', 1656790627, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138353832373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138353832373b7d7d),
('55b56989f220c6117620da9994709952-C', 1656156002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535313230323b7d7d),
('55b901b5d3dce6fcb8c055c35b844ebb-C', 1657407902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830333130323b7d7d),
('55beab54adfe59f0e8dbcf5d55b95325-C', 1656272102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636373330323b7d7d),
('55c3e49d23b091a7de46e29b4c3b41d0-C', 1656491102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838363330323b7d7d),
('55cb72736118725c193205ea5f7e0bd1-C', 1657136401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533313630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533313630313b7d7d),
('55cc2bbcca6593c3aaf9c020768557d5-C', 1656656401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035313630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035313630313b7d7d),
('55cf145e33f3353f0af3048b2f66a616-C', 1658096854, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373439323035343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373439323035343b7d7d),
('55d631b28f1061780b2c42445a592930-C', 1656782101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137373330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137373330313b7d7d),
('55e0936fcb68e1aecd2c27a0fc2cc960-C', 1656784502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137393730323b7d7d),
('55e55ab22b419b5d48a08d8481840797-C', 1656282302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637373530323b7d7d),
('55e5e4e4436d9109570f63482aecc566-C', 1657100701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439353930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439353930313b7d7d),
('55f7bc1401114cff1a38f9f86b63aeef-C', 1656052202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434373430323b7d7d),
('55f94262436857cb84b4afd37095640d-C', 1655929525, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353332343732353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353332343732353b7d7d),
('5612e2ccee698f97e20ab757c52b5404-C', 1656156602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535313830323b7d7d),
('5619fcee4b95f17be99db56ac111b0b3-C', 1656351002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734363230323b7d7d),
('561de039096bfb9657c39fc855a18803-C', 1656200402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539353630323b7d7d),
('561df4ab46880fb3a293e7af6fe35c6b-C', 1656575701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937303930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937303930313b7d7d),
('56255f9440628bbf099c4c04b5326f56-C', 1656731103, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132363330333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132363330333b7d7d),
('563747c7b1b45e6a59bdc4e6044d38b9-C', 1657037702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433323930323b7d7d),
('563a59186f946fcd44a6de41a09f0c7a-C', 1657872677, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373236373837373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373236373837373b7d7d),
('56499550936acafde0e6283115f35f87-C', 1656728149, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132333334393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132333334393b7d7d),
('564b5e4f0018343ca75cb082d9f29068-C', 1657125302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532303530323b7d7d),
('564d01e8c66553e8d386c4219848f8e6-C', 1657358817, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735343031373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735343031373b7d7d),
('564ec2cf30eb8c2735498b5ade06cbf8-C', 1656385502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738303730323b7d7d),
('564f95c4804a4b3fe08d8617771e0481-C', 1657498802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839343030323b7d7d),
('5651ca44b146204f16305815b5ced1e0-C', 1656399002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739343230323b7d7d),
('5652dd459747e943de186ac14f2de188-C', 1657698002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039333230323b7d7d),
('566e13f11e9f341b4f276f4550c85c8f-C', 1656001802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339373030323b7d7d),
('56776e8f2a2ebfc68bee5a85ef0ccdf1-C', 1657371602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736363830323b7d7d),
('567972b248553cc5baea7365a58537cb-C', 1656609002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030343230323b7d7d),
('567bc1be6449854fc9abca33d1701364-C', 1657209902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630353130323b7d7d),
('568ca2320705f470b84ee459e998db8c-C', 1657500602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839353830323b7d7d),
('568fdbd8fc776c408f1224effdc8aa9b-C', 1657555633, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935303833333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935303833333b7d7d),
('56a8181d13c6c9c084829ba86d2d5430-C', 1657192755, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538373935353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538373935353b7d7d),
('56b9b3d98a5f4f81afed1b33c6de36f9-C', 1657330201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732353430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732353430313b7d7d),
('56c0ad20d5095870e9bc68220c619db2-C', 1656707683, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130323838333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130323838333b7d7d),
('56d14d765556ea2e81acc57ef3ce6476-C', 1657359602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735343830323b7d7d),
('56d50781c707b552eb1ce8e24a9879ed-C', 1656405602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830303830323b7d7d),
('56e0cc860943e78cbc4da9db66d7b230-C', 1656240901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633363130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633363130313b7d7d),
('570179b968db30ee9696f55cb326b96b-C', 1656641402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033363630323b7d7d),
('5708e073678b3a78dc59c48e18a936c6-C', 1657192802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538383030323b7d7d),
('570ae7a2270aaf94bf9c9e14d6e3f702-C', 1656745802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134313030323b7d7d),
('57122e7bcd6b8590c98eee0fde1584b1-C', 1657362010, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735373231303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735373231303b7d7d),
('572971274b5f0e0acac8165141415f81-C', 1656539102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933343330323b7d7d),
('5730b912d66ab4892ca192e51311685d-C', 1657623066, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031383236363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031383236363b7d7d),
('5734820ac1e52a6ec9224adba2f9a15c-C', 1657528202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932333430323b7d7d),
('5737269386ee9271862b5a10f9851bbb-C', 1656718202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131333430323b7d7d),
('574286fa525ba04f3cf44472fc9ca188-C', 1657622493, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031373639333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031373639333b7d7d),
('5749d72b8b6b9515ed36cc5b4a77adf4-C', 1657367701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736323930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736323930313b7d7d),
('575533ce6195f982cf1e60a0eeb7e5fe-C', 1657078094, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437333239343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437333239343b7d7d),
('575783ef6a869115aa952471c1486c36-C', 1657480321, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837353532313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837353532313b7d7d),
('575938f906c410adb74317a4f8a25223-C', 1657428302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832333530323b7d7d),
('575a0881e6efc94ebf19a746b8c380e5-C', 1656734293, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132393439333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132393439333b7d7d),
('575aa3965d8d4c4afa79f690b80a7516-C', 1656710702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130353930323b7d7d),
('575ea7fd673798eb76fce8fe0c0e4af2-C', 1657278374, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637333537343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637333537343b7d7d),
('5762e866efedc1f6bfdf63dad9874082-C', 1657635002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033303230323b7d7d),
('577d01c0d71f3c495c0124c01467752c-C', 1657509902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930353130323b7d7d),
('578198ac1bf6edd0fa1893d7446aa78d-C', 1657103084, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439383238343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439383238343b7d7d),
('5784e00f2616ee824063473e7e78622f-C', 1657190401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538353630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538353630313b7d7d),
('579d6a996b1dc0a620e7715ef9d1a07e-C', 1656111901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530373130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530373130313b7d7d),
('57a95932c5c696ab18d91297b0e20fdd-C', 1658272861, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373636383036313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373636383036313b7d7d),
('57d2e3c5e8511e9102d5b7366f634afd-C', 1656789902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138353130323b7d7d),
('57d4d4058bb767329dc9409452260d47-C', 1657318828, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731343032383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731343032383b7d7d),
('57d8dda2a643767440992e1751495067-C', 1657060294, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435353439343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435353439343b7d7d),
('57db3ba01b02551103798f117e8257f6-C', 1657702201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039373430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039373430313b7d7d),
('57eb145e8742514c5751bd8451a92c2e-C', 1657247702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634323930323b7d7d),
('5802c71c0aaedbeeb4832651fe7586a1-C', 1656490802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838363030323b7d7d),
('580ee4fe187327983240bb2a63608399-C', 1656251402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634363630323b7d7d),
('580fd9d307d714975751b4005262ee4c-C', 1656342530, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733373733303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733373733303b7d7d),
('58137b16506d1a95c43b490be660a0ae-C', 1657511101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930363330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930363330313b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('5815c95bc804d93d0c8565a3e6520637-C', 1656142802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533383030323b7d7d),
('5818713271c2ca683b90199aa19df80a-C', 1656633002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032383230323b7d7d),
('582462f4a971dbc196425be06afa3899-C', 1656985202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338303430323b7d7d),
('5825da6311c6b51d7f45a06bd8a7727c-C', 1657725001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373132303230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373132303230313b7d7d),
('5833d1c66e708efc7d517cd5ec99fa39-C', 1656490502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838353730323b7d7d),
('58340e087194379214b17f6ed7e5b50e-C', 1656137402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533323630323b7d7d),
('58393839dbf7afbd856b8deb636ee6ed-C', 1656607202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030323430323b7d7d),
('583fc57a904c29012732541c3f913cbb-C', 1657690202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038353430323b7d7d),
('584537f9838d59fb5aa69540f9302898-C', 1657307402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730323630323b7d7d),
('5847169d10e813574e1b9da3c4e10eed-C', 1657668110, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036333331303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036333331303b7d7d),
('5852f73ad8802329b2a1cf6dda4115a0-C', 1656803702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139383930323b7d7d),
('585c37d2b8eefc0d2f97955664dd6447-C', 1657547604, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934323830343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934323830343b7d7d),
('586b361f6ef6122d68abb21dc5770c7c-C', 1657529942, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932353134323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932353134323b7d7d),
('5872f27377158887f25e299e458f487e-C', 1657917630, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373331323833303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373331323833303b7d7d),
('58735e31c65b5277a2e5bab058ddc75b-C', 1656047102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434323330323b7d7d),
('58830850160df4702a2d46da993d921c-C', 1658063778, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373435383937383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373435383937383b7d7d),
('588609835b3db0b0508f3c3cfe4ace0e-C', 1657518901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931343130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931343130313b7d7d),
('58880c0f97c9762e0e3040e1e976c256-C', 1656087002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438323230323b7d7d),
('58881090b53098d4f84a7408f81c6069-C', 1656109926, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530353132363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530353132363b7d7d),
('5890c10ce85090ea81715d89631325f1-C', 1656662402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035373630323b7d7d),
('589c66e8e7dd406b088f4429223e8a8c-C', 1656270902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636363130323b7d7d),
('58b55824b57097dcfd46a4ab4a418ff7-C', 1657935198, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373333303339383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373333303339383b7d7d),
('58b6274175df90253de3e279e139d802-C', 1657318802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731343030323b7d7d),
('58bda9161bf244de38572709c3c76705-C', 1657237501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633323730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633323730313b7d7d),
('58d16328e750a054c386d680201ced7b-C', 1657336502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733313730323b7d7d),
('58d5af4e59614aebb22b0b904508a079-C', 1657392764, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738373936343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738373936343b7d7d),
('58f211e3eddce300abae59f460439a45-C', 1656742135, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133373333353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133373333353b7d7d),
('58f25784ed6119d86e192d67e087b646-C', 1656678902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037343130323b7d7d),
('58f6838610bcbf105dc9deb5f0ecbf52-C', 1656218102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631333330323b7d7d),
('58f8b133318c8010532f3ab490e20da8-C', 1656454242, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834393434323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834393434323b7d7d),
('58fb452b41722a5d1067472b9e3b2ed3-C', 1658184580, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373537393738303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373537393738303b7d7d),
('590c6d5f7453ed81fd6a8ccaef65cb6c-C', 1657097102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439323330323b7d7d),
('59118cae5157331ac3cd8984ef2f4f69-C', 1657231202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632363430323b7d7d),
('5911f92f7e42daad91adea5c6e2a3783-C', 1656738301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133333530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133333530313b7d7d),
('591945ca43413ea84ce481be1622de66-C', 1656443701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833383930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833383930313b7d7d),
('592e535aecf80c74eed9a8efedc78019-C', 1657324802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732303030323b7d7d),
('5933b298fc7d19b8bb23229b03a85a1d-C', 1657405802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830313030323b7d7d),
('59358974a9208e9bbbec80fe4bf9f509-C', 1657214623, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630393832333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630393832333b7d7d),
('5936eceb3d0258a8196343559bd19dab-C', 1657359901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735353130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735353130313b7d7d),
('5938bd0fea2df0207a5c4553476ec671-C', 1657287602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638323830323b7d7d),
('593b193ae17d9190ad9a09e8a41970b0-C', 1657299602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639343830323b7d7d),
('593c07868c1c9d1a9a4b2dc4b73976b7-C', 1657300219, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639353431393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639353431393b7d7d),
('594a6ad1207c06a9ead70bef6de8cf55-C', 1655996041, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339313234313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339313234313b7d7d),
('594b3737d247b18a3da5e61e7687851d-C', 1657134602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532393830323b7d7d),
('594e38d63bc4c4d920a7e4db733a6a02-C', 1656438902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833343130323b7d7d),
('595463045622119014af7518b06ec942-C', 1658184637, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373537393833373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373537393833373b7d7d),
('59619cd099e0e16f51e6a686cb3fb4fb-C', 1657713902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130393130323b7d7d),
('597f5ca2378b5b078732833542f3c7fb-C', 1656336902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733323130323b7d7d),
('5988fbfce1a3a665c8d875e6f03bd068-C', 1656898202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239333430323b7d7d),
('59bed45f3355e87e9edbbcdac0ba7b3f-C', 1657491602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838363830323b7d7d),
('59cd5c538fd493b705a690af3e2a7dda-C', 1656758102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135333330323b7d7d),
('59d70e4c0a35db3ca41f902865d42624-C', 1656920702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331353930323b7d7d),
('59de9f8c7d636736a8572595ed2501fa-C', 1657751584, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373134363738343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373134363738343b7d7d),
('59e1b42fb013cbc3eccd754db43e739c-C', 1657405999, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830313139393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830313139393b7d7d),
('59ecfa8ab77bd86015e17ca9de121547-C', 1657061402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435363630323b7d7d),
('59f58bdeb6809528c3991f9ae003bf4d-C', 1656812402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230373630323b7d7d),
('59f7ed76f185dbfaaab1d62bf70ede91-C', 1656401702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739363930323b7d7d),
('59ff0a0e5a6311a41c78fa878a1788d9-C', 1657362902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735383130323b7d7d),
('5a017049c75cf59e38881fa9dfc848ee-C', 1656867002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236323230323b7d7d),
('5a0d6a16aa99b361a551cd176a642e4f-C', 1656799802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139353030323b7d7d),
('5a108cf7106b2c81f7aa4886b6d4d8db-C', 1656053702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434383930323b7d7d),
('5a25371520f5b0052a08c0603911fe5a-C', 1657272301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636373530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636373530313b7d7d),
('5a26ec1e98dc004171b33860f3d944f2-C', 1657018802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431343030323b7d7d),
('5a277dcb8449b131dd36750e789dbabd-C', 1657102502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439373730323b7d7d),
('5a303a4b3d271bc9c4d7056477eed635-C', 1656706802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130323030323b7d7d),
('5a40d015d9dc2f51bac968a34f604b80-C', 1656360163, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735353336333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735353336333b7d7d),
('5a4ae770374331abe10b3a045204e62b-C', 1656320102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731353330323b7d7d),
('5a5330844024d49013650bc1dc3d0cd0-C', 1656568724, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936333932343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936333932343b7d7d),
('5a5792a54b70de220eed13f5a57b252b-C', 1657116902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531323130323b7d7d),
('5a6048c0e10b9b683f0046498f42a41b-C', 1656044702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433393930323b7d7d),
('5a6935071399152a57b11126ae70004b-C', 1656470402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836353630323b7d7d),
('5a6b69476589f14532943e64f1392475-C', 1657594202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938393430323b7d7d),
('5a8b64e6bd3d0b832b8b6db7858fee61-C', 1658232713, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373632373931333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373632373931333b7d7d),
('5a8b9937711bb429fc75acc5e76352c4-C', 1657387802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738333030323b7d7d),
('5aa0d0e1e211bcda5f7e3e767697c8f6-C', 1656627901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032333130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032333130313b7d7d),
('5aa2f7093baa60dc3320dc275cf3cb8e-C', 1656677102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037323330323b7d7d),
('5abaa7ab1579110e26d06fe5bd758410-C', 1656333602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732383830323b7d7d),
('5abb921bab951307fbb4429c178a6e79-C', 1656552602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934373830323b7d7d),
('5ad81470a0be7a8a6de12f031693774a-C', 1656699640, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039343834303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039343834303b7d7d),
('5ada857d68fac64637538acb52c7f655-C', 1657079102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437343330323b7d7d),
('5adac26aeb81f8fb549026067d853778-C', 1657492201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838373430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838373430313b7d7d),
('5ae64ba14e2e802a9d5dd3fb04c649a2-C', 1657207802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630333030323b7d7d),
('5ae6c6d4d2801470bb0bc89fad29286f-C', 1656302101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639373330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639373330313b7d7d),
('5af8e21c4d8131379398c43aa2bc40cc-C', 1657337101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733323330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733323330313b7d7d),
('5afc04565cef4c1cdcd902fe5da6553c-C', 1657204566, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539393736363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539393736363b7d7d),
('5affd0d90e5a2fcec87a31c356bff31d-C', 1657951950, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373334373135303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373334373135303b7d7d),
('5b0d0eb567da9409df10dd620cbb4b4e-C', 1657238702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633333930323b7d7d),
('5b26002356f1c5b031038f48187beb5d-C', 1656780302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137353530323b7d7d),
('5b458697eeb2a392c6bdcd938b5cf968-C', 1656430174, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832353337343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832353337343b7d7d),
('5b6e529e170997bc938afde8bac35524-C', 1656181202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537363430323b7d7d),
('5b847ecfb753e621b092b1dbb37c6a7a-C', 1657076402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437313630323b7d7d),
('5b8c9bad52059986b9d4ab065415d5e2-C', 1657392902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738383130323b7d7d),
('5b9024379309a65e2adb57d1ddf8de98-C', 1657288202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638333430323b7d7d),
('5b959def13d1155b34f189698c681eec-C', 1656785402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138303630323b7d7d),
('5b99982bfed6724b264e57f22a7a5124-C', 1657074302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436393530323b7d7d),
('5b9ecdf2456496da6d36f852fbb2da36-C', 1658140189, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373533353338393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373533353338393b7d7d),
('5b9fd80dcf82fddbacada512c1f99bb5-C', 1656319802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731353030323b7d7d),
('5ba3e4779eded570b9fd619a95021edf-C', 1657011902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430373130323b7d7d),
('5ba8c9b25711b41ea55ad3f7fd35f7c6-C', 1656074701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436393930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436393930313b7d7d),
('5bbebe860b55496a457c230addb4eaa4-C', 1656125702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532303930323b7d7d),
('5bbec2cc659a22236b0b40161cae1217-C', 1658225640, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373632303834303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373632303834303b7d7d),
('5bc5ff93303b851714902f5835618e95-C', 1656918301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331333530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331333530313b7d7d),
('5bd20979a7566fe89116737549966566-C', 1656965102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336303330323b7d7d),
('5bee5c49d3177ea409e7886515ea9247-C', 1656331502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732363730323b7d7d),
('5bf21782a5b4c0c09cfa7888f5436a6b-C', 1657482601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837373830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837373830313b7d7d),
('5bfd3f64e1ab9c3eb3f17243805e233c-C', 1656915902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331313130323b7d7d),
('5c0139fb866e8330d10cddad2ae8e35f-C', 1655987727, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353338323932373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353338323932373b7d7d),
('5c0146330bfe824efe91ffacf55496f0-C', 1656315302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731303530323b7d7d),
('5c14452d97cb2187c08775a938c186e7-C', 1657264802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636303030323b7d7d),
('5c1a8902936da87224c3d12b1a3f7ed2-C', 1657248602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634333830323b7d7d),
('5c2a0d7782cc4eecb21d82f340905a11-C', 1656272480, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636373638303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636373638303b7d7d),
('5c2aa12bf75be232200345d333a19923-C', 1656635329, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033303532393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033303532393b7d7d),
('5c2ae5d468f908c96978c8d0a5131581-C', 1657204568, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539393736383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539393736383b7d7d),
('5c2d73a1db191e441479ad0b8edd2294-C', 1656329102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732343330323b7d7d),
('5c3bfe2bdbe079cfee15311f261e3179-C', 1656024001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431393230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431393230313b7d7d),
('5c3ecf890edf1da73edfa0637b28391b-C', 1657578301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937333530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937333530313b7d7d),
('5c41d7480e28a45d415c98ec37c961c1-C', 1657522492, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931373639323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931373639323b7d7d),
('5c45531672b8d0309d99820b3008886f-C', 1657553702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934383930323b7d7d),
('5c531e22539883de6246cb4d332169a6-C', 1656610614, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030353831343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030353831343b7d7d),
('5c5786a3dfb12da25912ddb599ae11d0-C', 1656396302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739313530323b7d7d),
('5c5f8b9a389dfc24b49a528f5b5b33cf-C', 1657513201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930383430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930383430313b7d7d),
('5c62b923811d3b99572812c8878cc756-C', 1656686702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038313930323b7d7d),
('5c6d2c30097593bb0df898b2b0708293-C', 1656254702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634393930323b7d7d),
('5c81634397d1699d296e0d9bf4eac60c-C', 1656331202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732363430323b7d7d),
('5c8271e0e473ef163789d42db6c83e85-C', 1657061853, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435373035333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435373035333b7d7d),
('5c82e6f7d1f73a13f59b4d301cae61a1-C', 1656342601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733373830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733373830313b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('5c8bd853ce3a178579c1582eaa0eb617-C', 1657142655, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533373835353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533373835353b7d7d),
('5c907796241ca297e49fc5f1b7fb914e-C', 1656259502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635343730323b7d7d),
('5c9267fcf6fcc616b0a8008b4a211daa-C', 1656269402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636343630323b7d7d),
('5cac00156f47adb3e3e0ec13fd0fd016-C', 1656922802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331383030323b7d7d),
('5cae65d9ba04da4017338e143c888f38-C', 1656508801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930343030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930343030313b7d7d),
('5cb40a57ef0ac4964f400f2139bd9e85-C', 1657056302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435313530323b7d7d),
('5cc14daa32c5af8a74eb0dfd8c6a54dd-C', 1656099302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439343530323b7d7d),
('5cc25594975df5cd9f1df7aadc0fe060-C', 1658132368, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373532373536383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373532373536383b7d7d),
('5cc48443ee494fc8d4b2903299878754-C', 1656119402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531343630323b7d7d),
('5cd799f0c221d359a702381ead0bacdf-C', 1656614402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030393630323b7d7d),
('5cdfc2accd20cc0663e04498926dce53-C', 1656223802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631393030323b7d7d),
('5ce6779fbdc3a8443702ac31f4e5dd2b-C', 1657318846, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731343034363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731343034363b7d7d),
('5ceff2800c91ec8afbf59bf96ab6d993-C', 1656261002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635363230323b7d7d),
('5cfd100f4dcdb1fc1ddc3f96f2e863c8-C', 1656835202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233303430323b7d7d),
('5d0c2b152bbe7a52c9b85287a67be2aa-C', 1656666002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036313230323b7d7d),
('5d17f8e05afec717d5f02a0b988dff15-C', 1656743701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133383930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133383930313b7d7d),
('5d1b154bdb40861f8f0b4053bb7b5fbc-C', 1657117416, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531323631363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531323631363b7d7d),
('5d1d2722eeebbec79c4da94788d49154-C', 1656171902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536373130323b7d7d),
('5d1dc0bb4efed59604beb0058a8baa57-C', 1657430702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832353930323b7d7d),
('5d20dffb41794f347dc89f3b6dd680ce-C', 1656657002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035323230323b7d7d),
('5d2b5acf49149464d189a8f18a36eb19-C', 1656524365, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931393536353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931393536353b7d7d),
('5d3e83fc2664eee35fc6f49b2cfd4383-C', 1657716602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131313830323b7d7d),
('5d42da0f8c8b088265dc8c474f9e08d3-C', 1657259102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635343330323b7d7d),
('5d485bf4da7bb22dc3fa5630b4ec5acb-C', 1657329902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732353130323b7d7d),
('5d5284b83a2f7bfd50c58ef37c392486-C', 1657909010, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373330343231303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373330343231303b7d7d),
('5d5851014849e8d2e02aa7e23321c139-C', 1657149902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534353130323b7d7d),
('5d60755be337be36f6dfa94d49d8edf2-C', 1657537802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933333030323b7d7d),
('5d61c3fd264a8404bcf41e57b40a7c73-C', 1656522602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931373830323b7d7d),
('5d6aaea6397c55a2850a7d51ed4a7195-C', 1656778202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137333430323b7d7d),
('5d7bec4fb92f24c693aede52a16fbf28-C', 1656999602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339343830323b7d7d),
('5d7f94d892ab67b589b03b6acfbfe52a-C', 1656754403, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134393630333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134393630333b7d7d),
('5d84020bcadb00aced819f8d12d75616-C', 1656425686, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353338323930343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353338323930343b7d7d),
('5d8e03059f40b9126810c8b07c2340bf-C', 1656895501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239303730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239303730313b7d7d),
('5d91422b9a2c23e188d885b6c6383e52-C', 1656350863, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734363036333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734363036333b7d7d),
('5dac943e047bbf0ebc46bc9985654c99-C', 1657143902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533393130323b7d7d),
('5db0a78f5b358040a665d2bd5b643a1e-C', 1657156662, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535313836323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535313836323b7d7d),
('5db20157a351e9d3b07894797b30b6d0-C', 1656044401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433393630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433393630313b7d7d),
('5db2461372573446f6155066225d08f3-C', 1656423302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831383530323b7d7d),
('5db6e93ae7f9c58bd2bc23fb9f7b320b-C', 1656666902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036323130323b7d7d),
('5db6ebc074890a4e62eb64a30394a2c1-C', 1657600202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939353430323b7d7d),
('5dbaf29315f6ee11364310ff2ba6dee9-C', 1656267602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636323830323b7d7d),
('5dbf3fd44ab91d3a811a04c99f7a319c-C', 1657253619, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634383831393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634383831393b7d7d),
('5dc505b1fd716d5648103b7b325373b6-C', 1656023402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431383630323b7d7d),
('5dd3f6d4aa1b3f0728144c695ec01644-C', 1657075801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437313030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437313030313b7d7d),
('5de1cae950ac477e3e93d93c13fdfb4b-C', 1657063502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435383730323b7d7d),
('5deb77260416f66c75e787c441835786-C', 1657461901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835373130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835373130313b7d7d),
('5debc892972d341b4316bf40a646f162-C', 1657046701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434313930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434313930313b7d7d),
('5dee76273aae1a79db041fb4f5bfcf92-C', 1657596901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939323130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939323130313b7d7d),
('5defc4cc581835828c119fe281089013-C', 1656897602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239323830323b7d7d),
('5df3546c690d87add8d4b1f65e48507c-C', 1657606201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030313430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030313430313b7d7d),
('5e013867298b9b967b9c751606c77aad-C', 1656461401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835363630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835363630313b7d7d),
('5e04420279417d7a93de9059abfea7d4-C', 1656320402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731353630323b7d7d),
('5e0a2a54fc71dd1da5e6d05625541408-C', 1657368662, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736333836323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736333836323b7d7d),
('5e0bd209342899ec3650b06d940722dc-C', 1656723902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131393130323b7d7d),
('5e0f0a82941bb4941d98b205de1c008d-C', 1656703802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039393030323b7d7d),
('5e162db3a7f80df76f1b921aa587740b-C', 1656395595, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739303739353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739303739353b7d7d),
('5e20ba07dbe834eb5a677ab4cc068487-C', 1657050601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434353830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434353830313b7d7d),
('5e2422bf32d4d92d176ee57cc9569e21-C', 1657283402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637383630323b7d7d),
('5e2ab2b3695614ee22e4a701edbc230e-C', 1656210301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630353530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630353530313b7d7d),
('5e2b4207e4d77c905253ede337d4d23f-C', 1656290401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638353630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638353630313b7d7d),
('5e30cf97f117edaea31f76a565905097-C', 1657668902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036343130323b7d7d),
('5e3a392a8a4db17f92302c30b7d54462-C', 1657539602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933343830323b7d7d),
('5e3a76c68fd3cc8bad3468e26b9e2cb5-C', 1657421257, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831363435373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831363435373b7d7d),
('5e4410427ecbba8be896ca89146d9a09-C', 1656627002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032323230323b7d7d),
('5e470ed2071cde56f3a38a1c1229a081-C', 1656110701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530353930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530353930313b7d7d),
('5e49b1a4855c72ff42de592a7f2a7ec1-C', 1657609502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030343730323b7d7d),
('5e50cce62f567ed4010b724ce57c4ee1-C', 1656370502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736353730323b7d7d),
('5e548c5e218c12c4f03554773a340c91-C', 1656596102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939313330323b7d7d),
('5e5ad293715a2e7167334a3b82672eea-C', 1656091202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438363430323b7d7d),
('5e60f2deeca9068ec98581d12b94bdcd-C', 1657637510, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033323731303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033323731303b7d7d),
('5e74ca662922264e36c2d7ac3ca6c218-C', 1656287402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638323630323b7d7d),
('5e7f0c0c2da52c12055f56c169c2068c-C', 1656678302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037333530323b7d7d),
('5e80f089aeca7da54f1be993ef9709a4-C', 1657084801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438303030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438303030313b7d7d),
('5e8cec7ea4ed81c5ba8322791473c9c1-C', 1656429902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832353130323b7d7d),
('5e93187af80f682f93467a874f4dd321-C', 1656448802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834343030323b7d7d),
('5e95c270719124c51ff5cdc261704a8d-C', 1657357801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735333030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735333030313b7d7d),
('5e97d6a1192f2c4b587122b3037a723e-C', 1656012901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430383130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430383130313b7d7d),
('5e9f0ff664cf73dda5e37c10c245b835-C', 1658047352, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373434323535323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373434323535323b7d7d),
('5ea179289bb67650cd5441b8da8e4ba9-C', 1657701756, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039363935363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039363935363b7d7d),
('5ea3dea03de239fa557b64d7cbe3c414-C', 1657429202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832343430323b7d7d),
('5eb109a839b9236c21bd045c8e86757b-C', 1656509702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930343930323b7d7d),
('5eb8be88726a1a657b16676258d75b2c-C', 1656456002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835313230323b7d7d),
('5ebed94901f8b00df609063180096a51-C', 1656822302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231373530323b7d7d),
('5ec2496c3e004c3e4a4f676ec5600d21-C', 1657358402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735333630323b7d7d),
('5ecb3f1b753d33f68e6aca5864c06920-C', 1657766658, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373136313835383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373136313835383b7d7d),
('5ecd2151d1d76b6c155a3890631be917-C', 1657530301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932353530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932353530313b7d7d),
('5ecf7351e19ff72ff130c9ac484aef97-C', 1656570002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936353230323b7d7d),
('5ed2761dfec738564484f674c4d13d8a-C', 1656613202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030383430323b7d7d),
('5ed7eba8e88cbc2264d012d28eb26ecc-C', 1656556802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935323030323b7d7d),
('5edfb077e344202e8bd9df0f175b715b-C', 1656881402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237363630323b7d7d),
('5ef444a47e21bd8752514963cf96a229-C', 1656035701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433303930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433303930313b7d7d),
('5ef872a89ea176114fc8dbde00f13864-C', 1656144901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534303130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534303130313b7d7d),
('5f001d88f8d138bad011bda3d87a800b-C', 1655995441, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339303634313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339303634313b7d7d),
('5f0ece55d28c880f6d09d28ebc059e6b-C', 1656382895, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737383039353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737383039353b7d7d),
('5f14f1088978e84d5c98b3f33a4ed5e7-C', 1656008701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430333930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430333930313b7d7d),
('5f22bc691f6e5e12873cbb17f5c5ab3a-C', 1658138844, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373533343034343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373533343034343b7d7d),
('5f3c5794de72353051bdcb572486e83b-C', 1657024948, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432303134383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432303134383b7d7d),
('5f4a294e654efdab5f300080078f3329-C', 1655995981, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339313138313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339313138313b7d7d),
('5f5731c0c7bbdd50ed76de86123ed08f-C', 1656369420, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736343632303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736343632303b7d7d),
('5f6067a22d8bc8822dddaad0f5b51dc5-C', 1655995919, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339313131393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339313131393b7d7d),
('5f6154753aa131d201dac25916b97ea5-C', 1657656902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035323130323b7d7d),
('5f659152911180a9ff55a054d7fa5721-C', 1657036935, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433323133353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433323133353b7d7d),
('5f681dca9d2e61696c12be57b4a4191b-C', 1656887876, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238333037363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238333037363b7d7d),
('5f8240a5571046ca32f24d403d3b592c-C', 1656558602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935333830323b7d7d),
('5f8a6aabc3f8ab552a104c0970dd4ff5-C', 1656407702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830323930323b7d7d),
('5f8b7a7ccf5b7f05d9ba1a569454ffd4-C', 1656709802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130353030323b7d7d),
('5f8dceaec1a1734082df637f1ac5f3af-C', 1657593602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938383830323b7d7d),
('5fc0e37667ca94731ac2e2787e6daae1-C', 1656797402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139323630323b7d7d),
('5fc1023f0aebf012050d5905d7cfa12f-C', 1656690302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038353530323b7d7d),
('5fc35145b8499f5168003349171d6ec3-C', 1656578402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937333630323b7d7d),
('5fcb087dc51a19f1d0e16f5d91bbc089-C', 1656111301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530363530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530363530313b7d7d),
('5fccb6d2df8fa6a125101b85f36dc7ca-C', 1656573902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936393130323b7d7d),
('5fd68b267fdf9e4569f2d75bed13f3fc-C', 1657158902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535343130323b7d7d),
('5fda4b9a1a28d51bf574b5037d1bafc2-C', 1656596702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939313930323b7d7d),
('5feb123c6c91cdb35e231c1076841014-C', 1656729002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132343230323b7d7d),
('5ff422668f397130dec9817afce0fc01-C', 1656210902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630363130323b7d7d),
('5ff77b8d8ee09d3a41a4cff8c737c257-C', 1656713701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130383930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130383930313b7d7d),
('5fffd50459a3c1f271a105568b9bef67-C', 1657448402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834333630323b7d7d),
('6007bebb9e646f07bae83c7eea857983-C', 1656012302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430373530323b7d7d),
('600a5fa69e70884c7ec3f8df7011847a-C', 1657115402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531303630323b7d7d),
('60108539c275975f867cf20ae0bc5ef9-C', 1656825302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232303530323b7d7d),
('601f7a4b739071616f60c255801020a5-C', 1657227302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632323530323b7d7d),
('6028e4529175ff1ba34c115fe41e50a4-C', 1657649402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034343630323b7d7d),
('602ac6c3f6b341a691b89dd040f894d0-C', 1657337866, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733333036363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733333036363b7d7d),
('602f57d7d502968f32b6ecff3e8f8e6a-C', 1656092785, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438373938353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438373938353b7d7d),
('603466aaae3d18715b1d7bd717596510-C', 1656802502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139373730323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('603d0f97218ee0b40989a8c3ad85dd70-C', 1657905846, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373330313034363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373330313034363b7d7d),
('603fe96dd006897b3e1ec0af7565b6a4-C', 1656543602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933383830323b7d7d),
('60521c78f130bec7ce2f22deae67e5f5-C', 1657682937, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037383133373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037383133373b7d7d),
('6052523cf463c7429d26ba7422f3d291-C', 1657165802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536313030323b7d7d),
('605f5e6eb2a13b27530309e7e7c628b6-C', 1656797702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139323930323b7d7d),
('6064dfc4b437edb419994af3f898f2d9-C', 1657605980, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030313138303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030313138303b7d7d),
('607908308d4d9f96898bc095c646da2e-C', 1656411002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830363230323b7d7d),
('6079c5a319cb2d747b4407e6b7763740-C', 1657423202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831383430323b7d7d),
('60864ceb54b6c22a653193eb23aeb8e1-C', 1656853201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234383430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234383430313b7d7d),
('609d713db52fb4c9b14d9eb917789028-C', 1656205202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630303430323b7d7d),
('609e55670d7dc17c9c361852a69465f9-C', 1655962259, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353335373435393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353335373435393b7d7d),
('609ebc5648a0470d173900a44c23d368-C', 1656931502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332363730323b7d7d),
('609f428c8d9364f21dfdd2b612bfa0db-C', 1657219232, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631343433323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631343433323b7d7d),
('60a2b750cf04fe249fb5903b64b6be57-C', 1656899101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239343330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239343330313b7d7d),
('60a3b0b425c1f214108d3525c0bd1987-C', 1656388802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738343030323b7d7d),
('60a7bde71a10a1239cec73fd99b0df22-C', 1656435302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833303530323b7d7d),
('60b07a7aca031ee970afef40a5793457-C', 1657018201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431333430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431333430313b7d7d),
('60b2fd357e006631b5d997d245dea57d-C', 1657895116, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373239303331363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373239303331363b7d7d),
('60d8990f8917d8de8632dedbef1991ae-C', 1656714602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130393830323b7d7d),
('60dc37cfc22f9c3cb40a747bc3cfc841-C', 1656580201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937353430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937353430313b7d7d),
('60ea2c605f9eb27e8bd0dcc8f24e2905-C', 1657053302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434383530323b7d7d),
('61040e42d8753cb869b50c357e804ea0-C', 1656117901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531333130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531333130313b7d7d),
('6107c2dbcd6fbe35068dcd2e24aec11c-C', 1656519879, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931353037393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931353037393b7d7d),
('610ee65fb345f8984b4e0662fa9e1aaa-C', 1656188702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538333930323b7d7d),
('61127791aae19a73a8bdcc41b8d77b73-C', 1656084002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437393230323b7d7d),
('6114e9b85e21a0a3f9faa201b55a41b9-C', 1656802202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139373430323b7d7d),
('611ae7216f3025650f875cca6eba2480-C', 1657473171, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836383337313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836383337313b7d7d),
('6120f9e9ea43b0ad37022edb8bea8729-C', 1657206302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630313530323b7d7d),
('61246c829699299f37f2b40102945906-C', 1656601502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939363730323b7d7d),
('6134fcd326cb6a0ba7bff6468464b1d1-C', 1657107241, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530323434313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530323434313b7d7d),
('6141c4b3db121fdfd92e4cc25e4b8f12-C', 1657260602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635353830323b7d7d),
('61472107708f7b5ca8317a8fc52ca8ae-C', 1656126302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532313530323b7d7d),
('61512db9fcbdf870b2c2bb65a6ee57b5-C', 1656003301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339383530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339383530313b7d7d),
('61521c7888bccf480fbedaf05a342b2f-C', 1656880802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237363030323b7d7d),
('6162a126d85bb50249f4ae48b74804d3-C', 1656039002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433343230323b7d7d),
('616791b53a46cfca098db05f3b062339-C', 1656747602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134323830323b7d7d),
('6167d81ea230d8e8a412778a8f0640b3-C', 1656280802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637363030323b7d7d),
('61736b809cf21e266a8a95a1b1bc94ba-C', 1657416995, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831323139353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831323139353b7d7d),
('617eefedde8942cba9229b77bdf2fe8c-C', 1656225564, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632303736343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632303736343b7d7d),
('61891b8ac289687b3c5246570a6f3a0f-C', 1657484102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837393330323b7d7d),
('618f1a0e26d9557fb17924024a4b5b50-C', 1656841501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233363730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233363730313b7d7d),
('6190c46fd11c0f46d7b7489715bd0ca6-C', 1656926166, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332313336363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332313336363b7d7d),
('619e69350e49a386bd2288516aed59e4-C', 1656239102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633343330323b7d7d),
('61a01256d1346f4fabdbe00ae41079f5-C', 1656129601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532343830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532343830313b7d7d),
('61a0985e945d3ba19758a603c3204432-C', 1656085202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438303430323b7d7d),
('61aafe25ba2aad8a61aa70de5a12bb91-C', 1656134702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532393930323b7d7d),
('61bdc11c826f24066b4e44424c6836e7-C', 1657483202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837383430323b7d7d),
('61c1eac55eba9e2b456f174a8c58b936-C', 1656033002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432383230323b7d7d),
('61d125024262639484479524d9bc5bc0-C', 1656717967, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131333136373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131333136373b7d7d),
('61db07f222a9f3b8ec1d2b7f8bcfb72a-C', 1657608302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030333530323b7d7d),
('61ddf2b32aa868c20af1de89566ba5d5-C', 1656066602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436313830323b7d7d),
('61f2ac9d5d6c421c36522474885e5480-C', 1656793802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138393030323b7d7d),
('6201cf90803a5e9edaf417d170d18258-C', 1657172702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536373930323b7d7d),
('621cfe96f35bba99028a377c0de696e9-C', 1656408302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830333530323b7d7d),
('6224620ebcf2fd8338c9c78f32845715-C', 1656971701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336363930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336363930313b7d7d),
('622988f4b56f50c9bcac2c5c8ca89eea-C', 1657159202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535343430323b7d7d),
('62351f5847e13f532a7c4dfca041f0f2-C', 1657099802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439353030323b7d7d),
('62361edfd815cb47f1053bdd98fd22f5-C', 1656013501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430383730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430383730313b7d7d),
('6238065f7eb91ef8bff20f0cd5c7258a-C', 1658046035, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373434313233353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373434313233353b7d7d),
('623a12936452a81516e8d7aa234175d6-C', 1656707102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130323330323b7d7d),
('6241693e80435221e2ccd0597f340ce5-C', 1656152702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534373930323b7d7d),
('62480368add45c9cd1cae2bb81f5eb02-C', 1656682849, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037383034393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037383034393b7d7d),
('62521dee8b1f01e9baa6fb781a31582f-C', 1656369500, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736343730303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736343730303b7d7d),
('625e1dbe0e3a9015347324cc3068c6be-C', 1656138002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533333230323b7d7d),
('625e2ba52034a2c3f4ad574e6390e203-C', 1657735165, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373133303336353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373133303336353b7d7d),
('626aad56a29cc396d5d2f644775b8d52-C', 1656821702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231363930323b7d7d),
('626cbdd7501504c01c364421a712be8b-C', 1656042002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433373230323b7d7d),
('627717a15a3a41c24439b1f1365666d3-C', 1656333002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732383230323b7d7d),
('6278a77bcbd998c936567e44e64da1c9-C', 1656842702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233373930323b7d7d),
('6280c205d1dddb81cb8046ca61409861-C', 1657545002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934303230323b7d7d),
('628dffd945c62004bc05258e3593734e-C', 1656649029, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034343232393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034343232393b7d7d),
('62ba2d59d8581ba1c8b159a31f5859a6-C', 1656303621, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639383832313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639383832313b7d7d),
('62bbb573bbbd1fa543bc5dc68685b5fe-C', 1658250947, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373634363134373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373634363134373b7d7d),
('62bf266a262096a9421cf8df83a06912-C', 1656489133, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838343333333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838343333333b7d7d),
('62c162b29cfd5b5602d0bdc751cb45cd-C', 1656051901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434373130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434373130313b7d7d),
('62db429d22313e017852708db9955523-C', 1657606502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030313730323b7d7d),
('62fb4e88d6a3216fbbd4065116070a99-C', 1656594602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938393830323b7d7d),
('62fe8aabc07ab6008d10ad3180476017-C', 1656136201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533313430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533313430313b7d7d),
('63085c2e393143ad3d04788bff40d58b-C', 1656424802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832303030323b7d7d),
('63114bb218a7f05022d0761691ed1af3-C', 1656080702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437353930323b7d7d),
('6315e0eb60e69b1cde730f75b65cf352-C', 1656659102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035343330323b7d7d),
('6320635bfd4f2030fb68d2ccada74da9-C', 1657573202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936383430323b7d7d),
('6327c13e6333d648e32d8d1331ac5ed2-C', 1657927239, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373332323433393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373332323433393b7d7d),
('633a432fec2fe067ef59e939d698aa39-C', 1656557102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935323330323b7d7d),
('634033a1bfbfaaca4e9e20ecc02e1569-C', 1656243601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633383830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633383830313b7d7d),
('634742e20d74a266ba924dea56245cc1-C', 1657062644, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435373834343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435373834343b7d7d),
('634b48f98153db6854fa549e9c3d1271-C', 1657497002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839323230323b7d7d),
('634bac562a331022b1f17565ff35f024-C', 1656528302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932333530323b7d7d),
('63500d011d51dda7c961fb06843330ea-C', 1657037402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433323630323b7d7d),
('6352d35b03ad326778a259c519604733-C', 1657341302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733363530323b7d7d),
('6356986f4693bf19900578515fff4959-C', 1655848884, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353234343038343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353234343038343b7d7d),
('6363ba7764d04d14e2f19abb26152a44-C', 1658155318, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373535303531383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373535303531383b7d7d),
('637f2a5e5878e242b85620cc2f5c56c0-C', 1657423247, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831383434373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831383434373b7d7d),
('6385014ed017b1c0d067675023cd26f2-C', 1657307702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730323930323b7d7d),
('6393ef6fd87989b4f4dcc4e04527740a-C', 1657443002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833383230323b7d7d),
('63a076ce593ecb25b555d7570b029c5c-C', 1657262701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635373930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635373930313b7d7d),
('63a5a0c9f12c3104787c29fadac569b1-C', 1657141202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533363430323b7d7d),
('63a8935fb231d46a983a7c9b9757e4eb-C', 1656091501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438363730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438363730313b7d7d),
('63ac14f06712cb8fdc1866ba68bfcb85-C', 1656822602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231373830323b7d7d),
('63be683626f5d32d357d3ecbb8083852-C', 1657605901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030313130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030313130313b7d7d),
('63cbff8cfe3d2b73e192364335dbb417-C', 1656339606, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733343830363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733343830363b7d7d),
('63d5a5ab33b8834cf186fc081b1fd714-C', 1656916502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331313730323b7d7d),
('63e1fbbc9cb02dac9a76631a712ee8e4-C', 1656149701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534343930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534343930313b7d7d),
('63e80f50b7a5aa1fd3bca4102ae765b8-C', 1656371702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736363930323b7d7d),
('63e80f7e17d02f6f8a29bab1572bc13c-C', 1657140902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533363130323b7d7d),
('63eaa6f8680e7861fd176c60ad00836a-C', 1657276201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637313430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637313430313b7d7d),
('6400ba9db6e3fe44bfc80181d2d06d13-C', 1656438302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833333530323b7d7d),
('6404cf0094887cc762aaf25720060201-C', 1657130402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532353630323b7d7d),
('6407d464a674a76ec5b690cbc64ea251-C', 1656869401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236343630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236343630313b7d7d),
('640b1e0f0f2ae40c667f29dc5b9299b3-C', 1657059002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435343230323b7d7d),
('640f5d40f0f734550a9ce264532c26e4-C', 1656490202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838353430323b7d7d),
('6411b9fe5d5414f74b897c82d71c8005-C', 1656881701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237363930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237363930313b7d7d),
('6412c5959a980879cb96f469fe8dd319-C', 1656854702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234393930323b7d7d),
('641e13e1e416c186c2d2aa6db01d03a3-C', 1656907802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330333030323b7d7d),
('6423e5ce08ea90589be8a4bbc2f74fb5-C', 1656375302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737303530323b7d7d),
('6427045d56d79e879b6b648015f39019-C', 1656910241, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330353434313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330353434313b7d7d),
('6427b0381d48ba0a34adc3302bd15081-C', 1657261502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635363730323b7d7d),
('642c68a6fa868c8047f546c7475dc57b-C', 1656007801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430333030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430333030313b7d7d),
('642d4e1f007ec9ccb59435c6a05f509f-C', 1656879902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237353130323b7d7d),
('642e36191e063176aa0c49e4ef9fef5d-C', 1656420901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831363130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831363130313b7d7d),
('643f7d4b1b8f4bc18e52d01dda4688d8-C', 1657638301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033333530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033333530313b7d7d),
('6445471b53bbc215b32ace030137f51f-C', 1656713402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130383630323b7d7d),
('6447d5116028345301afac6eb445dfcb-C', 1657572912, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936383131323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936383131323b7d7d),
('644aeda2bf4f217fda555f53a9d1d5bd-C', 1657667402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036323630323b7d7d),
('6453956bceff8d4499796fe98777b6f4-C', 1657140114, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533353331343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533353331343b7d7d),
('6455c5ab0f2afb2487cdea768a054703-C', 1656594002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938393230323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('645c254e8b0a56743ba51b02b20b8cdd-C', 1657052102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434373330323b7d7d),
('646f23ed30b5e30803f08a17ff7bd886-C', 1656114002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530393230323b7d7d),
('6473d1e9f1720a9435d0bb9a1c7a48a0-C', 1656973802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336393030323b7d7d),
('6475a7bdd88dbe199e4160c24840d247-C', 1656084302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437393530323b7d7d),
('6485e942c7a98fbea9a7dd17acbcb617-C', 1657193102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538383330323b7d7d),
('648d76b40a2cd40f8de9104b17ae8cbb-C', 1656218701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631333930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631333930313b7d7d),
('64906a748cdafc046683345a534b4158-C', 1656221701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631363930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631363930313b7d7d),
('649772751c1f6e89bbda606b01004dd5-C', 1656512401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930373630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930373630313b7d7d),
('649899b9d03bdcb3b5713dd62f8c3b68-C', 1656238202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633333430323b7d7d),
('649c955e70df994544a8cbdc1bb087d1-C', 1656080102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437353330323b7d7d),
('64a4f31a137a04620a515a761ab2ea79-C', 1656888902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238343130323b7d7d),
('64ac87dac157009bfb1e550c58f6bcc9-C', 1657272901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636383130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636383130313b7d7d),
('64afe22e7c79211bb30f6099b1251289-C', 1657100818, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439363031383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439363031383b7d7d),
('64b146ba736a347e4be87a5a1b62cffb-C', 1657020602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431353830323b7d7d),
('64b2726a16e93d912938d357445bdc6e-C', 1656560102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935353330323b7d7d),
('64b456836bb7d6d9b413f36c02a9bef9-C', 1656396602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739313830323b7d7d),
('64b9de02e513910d25e0e9a7bd32a3b1-C', 1656445202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834303430323b7d7d),
('64d4c13bce8696eb5b443f837af830d7-C', 1656932102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332373330323b7d7d),
('64f59111880d47eefc674412232502c1-C', 1656376802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737323030323b7d7d),
('64f91c40e500e8b8dcd0213ba1fdd5a1-C', 1657568101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936333330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936333330313b7d7d),
('651c182cddfab999ec5e4133aa1c92eb-C', 1656024902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432303130323b7d7d),
('65339ab21cb90eda5d6622d02102a085-C', 1656001502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339363730323b7d7d),
('654ef976f7fc54aa006b87a514f5a7ab-C', 1657331101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732363330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732363330313b7d7d),
('6553cba324b7eca6ef12e17dfb73ad0f-C', 1657211101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630363330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630363330313b7d7d),
('6558bf48006df70a560a36c37d432560-C', 1657138135, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533333333353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533333333353b7d7d),
('655b9c33660d3b46f5b398823576aa23-C', 1657844014, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373233393231343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373233393231343b7d7d),
('656085419cdb7e92fdb5ac4844a42931-C', 1657790063, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373138353236333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373138353236333b7d7d),
('6565bd593ce8b06fc0f0da4ed4f046ea-C', 1656747434, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134323633343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134323633343b7d7d),
('656a843fc4d301cec60011b05117263d-C', 1657363801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735393030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735393030313b7d7d),
('658343e07b5a6c32b78f3276c9f5fb27-C', 1656779702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137343930323b7d7d),
('6585d27e7b053bd581009317e04a6e8f-C', 1657727148, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373132323334383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373132323334383b7d7d),
('6589e59ad47009e1f7dd579b0e2cb5e3-C', 1656139502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533343730323b7d7d),
('65916f0e1ff07dfdb006fe96bb5b259c-C', 1655998501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339333730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339333730313b7d7d),
('659414556248e1f564533857f8ae7c4d-C', 1656604502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939393730323b7d7d),
('659562e46e14552861708baf82bfc9d1-C', 1656049802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434353030323b7d7d),
('65a084e9cb2f5d2d127c5564441e70b5-C', 1656090001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438353230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438353230313b7d7d),
('65bc41bd4f5becd3a54f1e836f73a33d-C', 1657665602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036303830323b7d7d),
('65be91387eda729989909e348455bc94-C', 1657692901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038383130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038383130313b7d7d),
('65bfaa4484075e0b4d3842a17fc20212-C', 1656977401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337323630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337323630313b7d7d),
('65c03a08c3746c750b08c21550e8cf06-C', 1657695002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039303230323b7d7d),
('65c0b8baded5cfeee64eac66eade8c14-C', 1657065902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436313130323b7d7d),
('65c2e660463119ce6bb2d43cb704a9b3-C', 1657551302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934363530323b7d7d),
('65e3314dd2543cbfd522ffe4c460c9de-C', 1657518302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931333530323b7d7d),
('65ebe7f840cb15b5ba4a38f117be5f37-C', 1657235401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633303630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633303630313b7d7d),
('65ef04759df38f751feb74f467ebb024-C', 1657125902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532313130323b7d7d),
('65fd3e2b52f92b1ea037c02fccd8e3af-C', 1657408802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830343030323b7d7d),
('65fd922020693b24ff317347a72fbb99-C', 1657129737, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532343933373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532343933373b7d7d),
('660bb7d7ebde5bc629a5d7117d3aab60-C', 1655950094, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353334353239343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353334353239343b7d7d),
('661dc6e261c0037a6e9407306d041aea-C', 1656558002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935333230323b7d7d),
('662050e563ea13c8677056b885905dc6-C', 1657721785, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131363938353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131363938353b7d7d),
('663e8f01733e831b903f09ce78b48aea-C', 1656765902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136313130323b7d7d),
('66457ab4c15df9fa75710bfc0a95cb94-C', 1657555627, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935303832373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935303832373b7d7d),
('664a707266c8e118f317e6b32bf4f505-C', 1656620701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031353930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031353930313b7d7d),
('665abf7db264d2bde5d1bd65945e278d-C', 1656859202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235343430323b7d7d),
('66674d8b1e266335c711c45a71397206-C', 1658270220, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373636353432303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373636353432303b7d7d),
('666b557c8a4e326b2be9bd9d310adf2b-C', 1656912002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330373230323b7d7d),
('6680412b23d9b3d5ee8c9fb5be3b7038-C', 1656372002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736373230323b7d7d),
('6688459ae8bec6a0b6370b4917c83748-C', 1657468202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836333430323b7d7d),
('669dcf5bc60a904f24cedfa7c870132a-C', 1656807302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230323530323b7d7d),
('66ac92d3111f22b1266475ab11d72501-C', 1656454801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835303030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835303030313b7d7d),
('66af6cea53d816f798c908996c4240a6-C', 1656991802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338373030323b7d7d),
('66b5d9ab28ae852d6c5150f39aa505c5-C', 1656487401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838323630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838323630313b7d7d),
('66b93d4e99dd4315ab7c8d6749b22e28-C', 1657629902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032353130323b7d7d),
('66ccc737b94f53b2e8fcdf3326ea95d1-C', 1657509602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930343830323b7d7d),
('66e138290181335ab07534a6386326b4-C', 1657610208, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030353430383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030353430383b7d7d),
('66e24d65503fe6d040fb0949589f378f-C', 1657113002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530383230323b7d7d),
('66e2837cd8fe25c4d413c720d6dcd5e2-C', 1656784802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138303030323b7d7d),
('66e420a4fe09c72ab33baf3cded46255-C', 1657012001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430373230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430373230313b7d7d),
('66e553f24f1a3a43f138c4a0764840af-C', 1656225302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632303530323b7d7d),
('66e862ae7ef9301eb35c1e79a95949c4-C', 1656155702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535303930323b7d7d),
('66e9b1f9b20ab05bf7e44d175ea2692a-C', 1657437301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833323530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833323530313b7d7d),
('66ea8f1173f22f546ae589d297097f4e-C', 1656088202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438333430323b7d7d),
('66eb93a17652e37f51cf9717b4c05827-C', 1657341602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733363830323b7d7d),
('66ed06380e4e792cf0105a9ecc801437-C', 1656851102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234363330323b7d7d),
('66f2e81823363a1f3402cb62e3f057be-C', 1657152002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534373230323b7d7d),
('67024c3b6d4bda141d130362f13850d6-C', 1656889502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238343730323b7d7d),
('670484c1e1b714aa4d435ec2af41604b-C', 1656187502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538323730323b7d7d),
('6709bda81a014f1d93b6b2d789ecad25-C', 1656357969, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735333136393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735333136393b7d7d),
('67143fbc3be74a76a5540dbd9ab7ae66-C', 1656131402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532363630323b7d7d),
('6719521e67b9dbabea2548317eafd3f6-C', 1656438247, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833333434373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833333434373b7d7d),
('67269d9bcbc55fbc54f17b7c5a4c9ffb-C', 1658184074, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373537393237343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373537393237343b7d7d),
('672ed184d0807dd19fe2b7ef9e60c5b6-C', 1657655243, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035303434333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035303434333b7d7d),
('6739168ff04bf9f259fcce2e36c70bca-C', 1657508848, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930343034383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930343034383b7d7d),
('674dd1fd1547769c83967f6701774058-C', 1656550802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934363030323b7d7d),
('675db1db6459404d0806dc262cd769cf-C', 1657315688, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731303838383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731303838383b7d7d),
('67666f59e379db23a15906138c9df7b2-C', 1656790502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138353730323b7d7d),
('6777cc04fd04c8d7920b39a067b136e2-A', 1658171921, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676541223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373135333139343b7d733a31393a227365636f6e646172795f63757272656e637941223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373135333139343b7d7d),
('6785aa22edae14dc52acb05722ea8393-C', 1657256402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635313630323b7d7d),
('67937f2ceb4ad362b29bd0c878288a84-C', 1657689602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038343830323b7d7d),
('67a079343756b56418975ed6f5a2e633-C', 1658238982, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373633343138323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373633343138323b7d7d),
('67a261ba2fb606d18e70109f6b7607ba-C', 1658010515, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373430353731353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373430353731353b7d7d),
('67b65a29b9f65e1a7851fb03168aef8f-C', 1657768379, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373136333537393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373136333537393b7d7d),
('67b82e279881f9384b66eb012f01c136-C', 1657577244, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937323434343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937323434343b7d7d),
('67df57b84390d9554608de27eecd8caa-C', 1658141921, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373533373132313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373533373132313b7d7d),
('67df8f0e2d309956c1bb77dfffe9c814-C', 1657540802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933363030323b7d7d),
('67e55ce8fcfcc8ddbe85d341e1112092-C', 1657152902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534383130323b7d7d),
('680173e34fc10bc730ce1683f85ae74d-C', 1657193900, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538393130303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538393130303b7d7d),
('680ee591d8b0fc7110866c20261369dc-C', 1657450501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834353730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834353730313b7d7d),
('681d05eac4da3045b4289575cab1d78b-C', 1657500902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839363130323b7d7d),
('6827448d3952191cea3702c6ddf359ce-C', 1656621601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031363830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031363830313b7d7d),
('6828b3c319b81630b102ab6e435c5c8e-C', 1656732002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132373230323b7d7d),
('68313a2ec7ff2744e109dd6dfe6ad542-C', 1655833389, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353232383538393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353232383538393b7d7d),
('6833dc81acdb60425d2df9e79a202be6-C', 1656542994, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933383139343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933383139343b7d7d),
('683f0dc58885e446e0ed97008ac0ecf1-C', 1657085702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438303930323b7d7d),
('685cbf839f80e06025d66e1fb06566cb-C', 1657549501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934343730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934343730313b7d7d),
('686f72bd784d403bce1c3845beb3c389-C', 1656809702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230343930323b7d7d),
('687bcedc289f7a67472d505277a739e2-C', 1656259802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635353030323b7d7d),
('687c0138bc85a92dae08386206d77485-C', 1656474302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836393530323b7d7d),
('6884a0986b4a534a63801dca3a3860cd-C', 1656964202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335393430323b7d7d),
('688dc839f34eb7c68c4966093f919e89-C', 1656539702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933343930323b7d7d),
('689577afb03841037fc6e2bf7cb1bb62-C', 1656431402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832363630323b7d7d),
('6896dae12fadee404fcce2b98063df5c-C', 1656269701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636343930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636343930313b7d7d),
('689a0a52363918b01b23a9a3d2301cfa-C', 1656361201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735363430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735363430313b7d7d),
('68bb598971ea23b330d1c4d4bd7a55ad-C', 1657204569, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539393736393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539393736393b7d7d),
('68ca5e488b60b05ce438c110d8895ea8-C', 1656648602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034333830323b7d7d),
('68d92de9fb67b157bec2445aa0e1ce14-C', 1656642002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033373230323b7d7d),
('68e5d3422dab236e5e3fc35c3087a2f5-C', 1657566902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936323130323b7d7d),
('68f17f001c6ba7b9a06e0c001bcbede8-C', 1657686602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038313830323b7d7d),
('68fdcdcecd5410f7f229e883a188a2f2-C', 1656009902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430353130323b7d7d),
('69082a3a5a24ae6eacdaf646544f390e-C', 1657156802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535323030323b7d7d),
('6911ef80d8962b1a0ad501cde460f36f-C', 1656239701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633343930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633343930313b7d7d),
('69129de2c093f04d3a98c1fe33a7af18-C', 1657465802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836313030323b7d7d),
('6913091372011e0bc3a3ef589d05b1e4-C', 1656222002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631373230323b7d7d),
('6914bbcaa46e2761d43f54b33edec23c-C', 1657065602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436303830323b7d7d),
('691c23b4ac9e53c2a63e6e19d8c8e9ff-C', 1656379201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737343430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737343430313b7d7d),
('691cdb55f0a9d1923df683eb113dbb84-C', 1657533602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932383830323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('691fcc1abdf664f707049eb816b67976-C', 1656963602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335383830323b7d7d),
('6924edbeb07bcc823db647a972a3a56d-C', 1656148502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534333730323b7d7d),
('6935a5a018fddbdf361eb63ac13d9d9f-C', 1657249802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634353030323b7d7d),
('694a76ed2ba13d79ad85ab9828e2ee38-C', 1657501801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839373030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839373030313b7d7d),
('694d4e318b1cc832b999f9361c5e2d95-C', 1656116401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531313630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531313630313b7d7d),
('694d4f73105cd3c158e6082b2b086898-C', 1656254402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634393630323b7d7d),
('69564f6bf0e296a902f586e10e6ad37a-C', 1657551602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934363830323b7d7d),
('695a91931badab97c69c558e52f574a6-C', 1656401402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739363630323b7d7d),
('695b19938f128648b9b6e7a257295214-C', 1656046801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434323030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434323030313b7d7d),
('695bb6efdf54dcc837acc66e50d8eba9-C', 1656159302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535343530323b7d7d),
('696b544ecae680178eee88af22f07d2d-C', 1657721368, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131363536383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131363536383b7d7d),
('696c9f4595e112a981aff00a9630cdc2-C', 1657124102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531393330323b7d7d),
('6971363fb1c6bc384510d335a75a7c80-C', 1656621002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031363230323b7d7d),
('6971ef0e53188b45a0165a508bf2812c-C', 1656121502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531363730323b7d7d),
('697456c96f80edde8ffca3703180d7c7-C', 1656714901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131303130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131303130313b7d7d),
('697d4c7ea7a9651cf5ac5de83ccdca1d-C', 1657476412, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837313631323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837313631323b7d7d),
('69842837229e98995342d09007604a3f-C', 1656389101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738343330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738343330313b7d7d),
('6986e10ea032843ad7df9a66ac9fb631-C', 1656998402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339333630323b7d7d),
('698f34431022deaeaaa97e0570b5e79a-C', 1656936902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333323130323b7d7d),
('699a4f4f6e437561263112d65b18e83a-C', 1656416702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831313930323b7d7d),
('69a7c96fcd5a8545ec2f23660975da6b-C', 1657897421, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373239323632313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373239323632313b7d7d),
('69aaff79084c6ba9650a67d1b6a4d40d-C', 1657664882, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036303038323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036303038323b7d7d),
('69ab4b2f62e5b8dff7d63d534b491621-C', 1656531526, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932363732363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932363732363b7d7d),
('69b5ec4d4a5bb398385b44728c24bf3b-C', 1657508102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930333330323b7d7d),
('69b75698c7b4df6018a327043370f13d-C', 1657531983, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932373138333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932373138333b7d7d),
('69bce3a5a5349c8dd2a8bc6434f80488-C', 1657777115, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373137323331353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373137323331353b7d7d),
('69c0b7a56bc25fdd8fc5de4e0c0823d3-C', 1657154402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534393630323b7d7d),
('69c37893eb2c5afa77773739971b5501-C', 1656020102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431353330323b7d7d),
('69c8266d6f6b8ad301c21a3589fe9d9d-C', 1657223702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631383930323b7d7d),
('69cc8753b086a6108fc65b2bf3bec8bf-C', 1657555565, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935303736353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935303736353b7d7d),
('69ce16eff2b5ec2341a74c4029daaae3-C', 1657121110, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531363331303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531363331303b7d7d),
('69d59f60364846acff5508cecfad6a09-C', 1656495002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839303230323b7d7d),
('69dac1815bcdbcffab47ce0339bf83b9-C', 1657278002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637333230323b7d7d),
('69f040c72beb7732426b3d861576edc2-C', 1656205801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630313030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630313030313b7d7d),
('69f07eda6b3124adbcdf6d405f18c752-C', 1656183901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537393130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537393130313b7d7d),
('6a0f86635cf412fb5685f048139f565c-C', 1657392002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738373230323b7d7d),
('6a1432bef8b69a4e76424dbda0de4c42-C', 1657963697, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373335383839373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373335383839373b7d7d),
('6a163bec17fb3c19cafd20ef95e5134c-C', 1657119602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531343830323b7d7d),
('6a203f07d2bd31c7acd8d6327ee33707-C', 1656415279, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831303437393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831303437393b7d7d),
('6a28b6deca07b89206755a50fca40767-C', 1657201802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539373030323b7d7d),
('6a30653b6d14de31d2c8f9b0394ce80a-C', 1657517598, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931323739383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931323739383b7d7d),
('6a422c82f45fc6b6328265efe08c2c4e-C', 1656080402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437353630323b7d7d),
('6a4b45b9511d9ae6f9fe47baa5bf4b3c-C', 1657017902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431333130323b7d7d),
('6a571248551c15990858c49723aab39f-C', 1657924554, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373331393735343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373331393735343b7d7d),
('6a5afb3bc4bda2fecb2bc4d9d3f06d2e-C', 1657178101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537333330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537333330313b7d7d),
('6a5b0b86eef5eb1c860472f1f6960ec1-C', 1657402201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739373430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739373430313b7d7d),
('6a61dc71a5c0d2912a99106372a6fe56-C', 1656848102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234333330323b7d7d),
('6a6acff4a829760d2fd347ae8e8dd8b2-C', 1656601202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939363430323b7d7d),
('6a7f295e9ee297bbb1984e3d152d509e-C', 1658237555, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373633323735353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373633323735353b7d7d),
('6a81370fe816c37713c5680cc1c23eb7-C', 1656542401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933373630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933373630313b7d7d),
('6a9ded8547bd4d6ea7adc8499ec344a1-C', 1657419160, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831343336303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831343336303b7d7d),
('6aa780b1f843beb4f943343fe7e12f20-C', 1657348502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734333730323b7d7d),
('6ab3d5a818a3aa5c78483ce8be147053-C', 1656420001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831353230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831353230313b7d7d),
('6ab87098fdbbd3d1d05a1393058b389a-C', 1657146622, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534313832323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534313832323b7d7d),
('6abcf90a5136eab29857e591f49d005a-C', 1656179702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537343930323b7d7d),
('6ac3be09538681023627a1a46c5ea844-C', 1657456501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835313730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835313730313b7d7d),
('6ad461a0ea972eeb6f808f1f4e75e42a-C', 1656690601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038353830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038353830313b7d7d),
('6ad594228c32472e0990abf98ccbc05f-C', 1657553402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934383630323b7d7d),
('6ae49345686ba99d8a4c67a8ee85ac00-C', 1656371402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736363630323b7d7d),
('6ae93b16d162fcadd3209948ab4a7684-C', 1656800280, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139353438303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139353438303b7d7d),
('6aede94bc65ca4ac187b95c84e103fa4-C', 1657271701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636363930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636363930313b7d7d),
('6aeff04bd928eb9bda2738b5ed480824-C', 1656663002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035383230323b7d7d),
('6af6fbeeda00f2771bf4719307cec04d-C', 1657236002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633313230323b7d7d),
('6afca569daa5f076457c715108ad83b2-C', 1657577250, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937323435303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937323435303b7d7d),
('6b270c17df0d96b40dca937e6671c95f-C', 1657138502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533333730323b7d7d),
('6b38c8bb50153dd7af53921561349350-C', 1657146639, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534313833393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534313833393b7d7d),
('6b463b6a93945f1a23dba96660feaf40-C', 1656749401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134343630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134343630313b7d7d),
('6b56aa8276075c2979ac2162a1c16bb9-C', 1656660602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035353830323b7d7d),
('6b6c17defbc6bd7cb5c0a72516081b0a-C', 1656206702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630313930323b7d7d),
('6b847f46584779d4f37513bce818c5d3-C', 1655995918, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339313131383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339313131383b7d7d),
('6bae19159bf70edc3651d8ab5bea6e5b-C', 1656422102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831373330323b7d7d),
('6bae4edb00c3b51221bcfc572693da21-C', 1657220838, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631363033383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631363033383b7d7d),
('6bb68b7a355a93cbc9ff8299b8f1a3dc-C', 1657724402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131393630323b7d7d),
('6bc23649f6462f542efd69e13f90aa69-C', 1656208501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630333730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630333730313b7d7d),
('6bc39d6ef5ea7cc02de0cd3be3dfcf4c-C', 1657621202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031363430323b7d7d),
('6bce7db5245febb1738300bca350cdce-C', 1657097402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439323630323b7d7d),
('6bd0a42a8a9410dc037855c436334d63-C', 1657274402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636393630323b7d7d),
('6bd0cbd29e774432c649d1c78cac5844-C', 1656631802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032373030323b7d7d),
('6be3a924ba1e6e201d01e4928a8cc34a-C', 1656543516, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933383731363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933383731363b7d7d),
('6be3d508e84b2d9359ac2936e9038a01-C', 1657272601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636373830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636373830313b7d7d),
('6be413ce34fce363dfcfca2a3a409812-C', 1657203602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539383830323b7d7d),
('6be83e6f86c579b0e6eff492ed3a2259-C', 1656972002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336373230323b7d7d),
('6beb6f4e268f02ccb139d71f2ef172ea-C', 1657428902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832343130323b7d7d),
('6bf0303bed5d7a724e669e43fa91cfd2-C', 1657403102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739383330323b7d7d),
('6bf70b945e21763ce0a954ad602916f9-C', 1656693002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038383230323b7d7d),
('6c00043c7631f0d99e26412aa8acdf3b-C', 1656683702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037383930323b7d7d),
('6c04ecbd231f1b63c81360bf8fb55096-C', 1656684002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037393230323b7d7d),
('6c06e9d2fb7cd3a552415a2941deb2ab-C', 1656611702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030363930323b7d7d),
('6c0f487b3b6f9893f5b6f6c8f25c24ac-C', 1656426002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832313230323b7d7d),
('6c1cac32032b53e25a860529d9cdc50b-C', 1657603487, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939383638373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939383638373b7d7d),
('6c25465d97d3fb3c1131e729fe5f897f-C', 1656668102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036333330323b7d7d),
('6c2898a950eeb493d19771183796d634-C', 1657465202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836303430323b7d7d),
('6c39915761c16658c5a311458a8b2fd5-C', 1655963410, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353335383631303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353335383631303b7d7d),
('6c3b44b217d008890952aedda72a5084-C', 1656945302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334303530323b7d7d),
('6c4137edd2c807f3023ed1e6161ebe6a-C', 1656602401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939373630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939373630313b7d7d),
('6c4725af4d9ab051691d9e2a79375d7b-C', 1656724802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132303030323b7d7d),
('6c614ff4633d7b5d7cc5d3e7ef83bb9f-C', 1656014374, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430393537343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430393537343b7d7d),
('6c6217c0dd8020a4a170397196b90161-C', 1657385402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738303630323b7d7d),
('6c6879b334c893a90e8eeb6945c4c180-C', 1657068302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436333530323b7d7d),
('6c69f6dda7728029d92167e5a81f6205-C', 1657664401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035393630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035393630313b7d7d),
('6c6cb761f5545e7117941b0384758bb0-C', 1657185902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538313130323b7d7d),
('6c708387498e59f8717545971650afed-C', 1655986388, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353338313538383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353338313538383b7d7d),
('6c73844be55188ef54d7862db9b40039-C', 1657260302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635353530323b7d7d),
('6c7631abd422a808048263e6557369da-C', 1658097173, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373439323337333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373439323337333b7d7d),
('6c817d695c1e3b5e7a2f68589a317d13-C', 1657208401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630333630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630333630313b7d7d),
('6c8bd4017e03ead918d39ef7c804d33b-C', 1656576002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937313230323b7d7d),
('6c8e26c3d26ec774a1c98de0615d0b30-C', 1657319402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731343630323b7d7d),
('6ca30326ecddc712f37167363af02e1a-C', 1657284602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637393830323b7d7d),
('6ca327a32a90ad8e210552532e3b2c3e-C', 1656957053, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335323235333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335323235333b7d7d),
('6ca540a7f0611063e345b32bcac3f6e3-C', 1656774602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136393830323b7d7d),
('6cb07df8415ca22be1eff80ecda4240c-C', 1657729295, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373132343439353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373132343439353b7d7d),
('6cb20774d0d226d80487f3225ef73246-C', 1656809402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230343630323b7d7d),
('6cbf8666d1fd5868a46ff91d17c57ac2-C', 1656717302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131323530323b7d7d),
('6cc048f4ed25f8b628150c67e74a649a-C', 1657924222, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373331393432323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373331393432323b7d7d),
('6cc673248d81acf0374b05c428ceca09-C', 1656307202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730323430323b7d7d),
('6cc7f099c77b6fba0519969f7bdc1f9b-C', 1657295102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639303330323b7d7d),
('6cc8e8bed43483c59409bc26282fe4d7-C', 1656753002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134383230323b7d7d),
('6cc9e3977107de3860d1a389acf5c191-C', 1657391701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738363930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738363930313b7d7d),
('6ccaa12a9d3df3fe7c9b8c7dd630517f-C', 1657451402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834363630323b7d7d),
('6cdaf65affae2cdb320173a9e45c5a11-C', 1656060901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435363130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435363130313b7d7d),
('6cdb45a84c2ddd6f0eaf03bffc4298fd-C', 1657024202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431393430323b7d7d),
('6cde2c711e872ba7188a13e86edea9d1-C', 1656633902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032393130323b7d7d),
('6cee01cd401c976021e74d85b0c32089-C', 1657026339, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432313533393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432313533393b7d7d),
('6d0984dafeb89bd9198df46ef0b3a6ef-C', 1657185602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538303830323b7d7d),
('6d1151f904d41b6b7f190086dc236678-C', 1656074861, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437303036313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437303036313b7d7d),
('6d138ffef1c1ef2e895dad2a64d1427b-C', 1657168502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536333730323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('6d2244003f6eaeee8a1ec3548542d762-C', 1657121454, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531363635343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531363635343b7d7d),
('6d2ef1d303086465167fc30bd66e5bbd-C', 1656132301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532373530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532373530313b7d7d),
('6d362ed5b1f0f5a6ba82e805cc5608d7-C', 1656861602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235363830323b7d7d),
('6d3710da04e543b81c92b28feda6f5f6-C', 1656953402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334383630323b7d7d),
('6d3ae5be0954b414315b8b01b5d76a39-C', 1656394202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738393430323b7d7d),
('6d3c25f72c074f4b94e447a228a0e3f6-C', 1657128002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532333230323b7d7d),
('6d40beeb2318c9b943ec1c8c8af3d2f9-C', 1657775101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373137303330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373137303330313b7d7d),
('6d43cfb1d6766b53046d2a4cfb3e2cc9-C', 1656435902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833313130323b7d7d),
('6d44bd5573b1f58328a3076d8e19d86a-C', 1657549202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934343430323b7d7d),
('6d45ddd0d3620af6e183cfd84a9b4e28-C', 1657299302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639343530323b7d7d),
('6d51382a93d036abd8be0215d7c33f61-C', 1656440682, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833353838323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833353838323b7d7d),
('6d568827aa04f72beec453d95e3ed7d8-C', 1656441002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833363230323b7d7d),
('6d6fecdd2bdce71e8dda8c5490045e12-C', 1656679802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037353030323b7d7d),
('6d74db11e937ca1f68e1414619c32cd6-C', 1656452101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834373330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834373330313b7d7d),
('6d90bc11fdffd25f284331730117d4f2-C', 1657555616, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935303831363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935303831363b7d7d),
('6d9b193c2e1625610aeb6a999d24f908-C', 1656611402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030363630323b7d7d),
('6d9e788dc40d1b84ef92c97b1d6b8fe7-C', 1657071128, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436363332383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436363332383b7d7d),
('6da3e62afc4be00b6565646e3da8c0f3-C', 1657806989, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373230323138393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373230323138393b7d7d),
('6dad2150bf2c8d95de3ac8b8affb1dd3-C', 1657500002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839353230323b7d7d),
('6dad2b9e91fb22290026d9d722bb1c02-C', 1656146701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534313930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534313930313b7d7d),
('6dafdc01316f0f49498fbb91c2d36201-C', 1656291901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638373130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638373130313b7d7d),
('6db14588e3aad8bf955d87cd41be160b-C', 1658230326, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373632353532363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373632353532363b7d7d),
('6dc772dca162ec6f8f3305893d5565fd-C', 1657902297, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373239373439373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373239373439373b7d7d),
('6dc8b21d827e56080941b830ba40acba-C', 1656455101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835303330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835303330313b7d7d),
('6dcbebf8b863475a1dac3e0974f5b6d9-C', 1656214802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631303030323b7d7d),
('6dda55d75e462ae17395bb9f990ce121-C', 1657429501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832343730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832343730313b7d7d),
('6dda592a5b27b760274722d7f8a31365-C', 1657000201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339353430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339353430313b7d7d),
('6ddd2ac4ac2bd63b891af2e092e4c406-C', 1656971101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336363330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336363330313b7d7d),
('6de048cfb934f97f862005ee062bcfe0-C', 1657434602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832393830323b7d7d),
('6deeee6f2ec55d90eb3098cb175db9de-C', 1656621302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031363530323b7d7d),
('6df023b436dc3587a72e829e2f682cee-C', 1657327501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732323730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732323730313b7d7d),
('6df6310f1d0a9b9832af7810e340e01d-C', 1656942902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333383130323b7d7d),
('6e0dfc0d8658ff6e8ce826b05c65ef91-C', 1656605402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030303630323b7d7d),
('6e0f2421feff9cc962e012187aed06d7-C', 1657523101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931383330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931383330313b7d7d),
('6e12bd88e8a0f602ec9442887f5871c7-C', 1657270202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636353430323b7d7d),
('6e24713cc9106ec3e3894d1708e7a5ff-C', 1656334802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733303030323b7d7d),
('6e2a18fd7f9980d10d4322fac0fb2ed2-C', 1657009401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430343630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430343630313b7d7d),
('6e2b4772896dc3af1e05fbe094dcae54-C', 1656121802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531373030323b7d7d),
('6e2d561f6ba3b5d13c72ca818514df49-C', 1656891302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238363530323b7d7d),
('6e2ecf6b6ab87dc10836207744e245dd-C', 1657656002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035313230323b7d7d),
('6e3ef43f796bdd9bce8094e05e1345b1-C', 1657442737, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833373933373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833373933373b7d7d),
('6e4ea68b5b03129df828ef3901ad07b4-C', 1658184319, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373537393531393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373537393531393b7d7d),
('6e4fc0d49f550c7e420e174fcff7eef6-C', 1657111501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530363730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530363730313b7d7d),
('6e59117cfd881f41c6605bc619e41cea-C', 1656612902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030383130323b7d7d),
('6e5d755848b27d4b9efbdc0ac346d4c5-C', 1657215301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631303530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631303530313b7d7d),
('6e5e2ab57768ce13695a4d2e827b1464-C', 1657630202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032353430323b7d7d),
('6e677cf1ed166966dc828117238d823b-C', 1656381902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737373130323b7d7d),
('6e79e034eaeb83f92024365322f5828f-C', 1655986674, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353338313837343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353338313837343b7d7d),
('6e86e2446b843ae3e7a087c7fa562ca2-C', 1656961202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335363430323b7d7d),
('6e8760e8d157368c8a474549503be7a8-C', 1656236102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633313330323b7d7d),
('6e932832c71c0464269a3444cf2b0230-C', 1657642202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033373430323b7d7d),
('6e9cf09bb52908af31c2fc7964b69c58-C', 1657527828, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932333032383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932333032383b7d7d),
('6e9e0d213ca10a02ed269eaad6f6351f-C', 1656610802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030363030323b7d7d),
('6e9ed33f83f1c7b8fb91eef71f2cbaf7-C', 1656935401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333303630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333303630313b7d7d),
('6eab396365a2495ef8e4b0ccc156c25f-C', 1657704901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130303130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130303130313b7d7d),
('6eaecc79ef394be7871a9264a40242e3-C', 1657708471, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130333637313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130333637313b7d7d),
('6ebd3888b14835e6c0055c16e09afd0d-C', 1657424402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831393630323b7d7d),
('6ec78da9a70d90cd8ba928451555c9cf-C', 1656479102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837343330323b7d7d),
('6ec87b8edad5ca0b82b41093f9bc874f-C', 1656762002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135373230323b7d7d),
('6ec8d54976f32a7339eb5086f0820aee-C', 1656792434, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138373633343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138373633343b7d7d),
('6ecf699aafc01f26e20baf13224dbdd9-C', 1657432802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832383030323b7d7d),
('6ed6db55d77fa2d63ac4405f4b52aa83-C', 1656883502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237383730323b7d7d),
('6ee950761699cd4ba490d91a529b502a-C', 1657506602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930313830323b7d7d),
('6efde4928eaa4c2da505d5601864885b-C', 1657613101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030383330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030383330313b7d7d),
('6effcc43e38d70debb6359e411e49d13-C', 1657555588, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935303738383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935303738383b7d7d),
('6f010d295bfef01a0b9facfdea3de534-C', 1656353701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734383930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734383930313b7d7d),
('6f034ba2c6a9dde4baa1c6ac79a1ca06-C', 1657392301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738373530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738373530313b7d7d),
('6f202fd17e089dc38f9dcab7b47b4f3a-C', 1656851702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234363930323b7d7d),
('6f26eace950ecf527b7d3982e74ca02d-C', 1656521702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931363930323b7d7d),
('6f39cbafe6aeb27f32925da0de6fce8b-C', 1656676202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037313430323b7d7d),
('6f3bfb820dd00d3e98052281ca95bb68-C', 1656454501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834393730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834393730313b7d7d),
('6f46a0779507652499080f72d0e9a2d9-C', 1658069702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373436343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373436343930323b7d7d),
('6f47727559f8dac258212800a8a5b09c-C', 1656587402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938323630323b7d7d),
('6f491a67a9e1ff9e23ec4c98a3f167d6-C', 1657645780, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034303938303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034303938303b7d7d),
('6f6c90f9341702c060d7f20c5ff2d26d-C', 1657503002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839383230323b7d7d),
('6f7971d63ad1ad1a27b9d683a07cf97f-C', 1657314302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730393530323b7d7d),
('6f81f7d9a482c81c55bc02cd1a80c34c-C', 1657049702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434343930323b7d7d),
('6f8463d66ac7dbd5be1cce243b4a6325-C', 1656779402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137343630323b7d7d),
('6f89c4bbbe76a4a5b0ec968105c110f1-C', 1656307502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730323730323b7d7d),
('6f905bbdd58bc5f6d82a6c371e070972-C', 1657873524, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373236383732343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373236383732343b7d7d),
('6f91536be4e2e4974762e81adae86369-C', 1656337802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733333030323b7d7d),
('6f9f2f9a7c3e3a1be9b06a3f9efd0b9f-C', 1656275702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637303930323b7d7d),
('6fa2fe7c5092da150c83190f98117067-C', 1656972302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336373530323b7d7d),
('6fa6a7cfac1eb8937a22d98c991ac80c-C', 1657056002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435313230323b7d7d),
('6fb41894607e691f6fde5be5bc5c4bbd-C', 1656067801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436333030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436333030313b7d7d),
('6fc19d0e3a9890d6f7bdb8cf31150729-C', 1657343402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733383630323b7d7d),
('6fd4576348c974de523b3611d6648c81-C', 1656566402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936313630323b7d7d),
('6fd505e2e7045e597f87f74776cea363-C', 1657280402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637353630323b7d7d),
('6fda260288941dee577e54a152c720a5-C', 1657495202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839303430323b7d7d),
('6fe27583414dfc983152fbf3b7d568af-C', 1656405901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830313130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830313130313b7d7d),
('6fe282d6c541dc9e6f21959db9465913-C', 1657402502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739373730323b7d7d),
('6fea579c6b7d4f4bba0e8f441bdbe7fc-C', 1657209602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630343830323b7d7d),
('6fecf79e941936484ab885d97ce62bd2-C', 1656273002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636383230323b7d7d),
('6ff2f0995236e1da65183e47cf008ef8-C', 1658049488, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373434343638383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373434343638383b7d7d),
('7004a9c517aa9719857bbe56458a16e0-C', 1657560576, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935353737363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935353737363b7d7d),
('7010c36a16e24be4b3bdb0cfcbd12cca-C', 1656251101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634363330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634363330313b7d7d),
('701589f2a81429f23dc5759eaef633e9-C', 1656071098, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436363239383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436363239383b7d7d),
('70230548846a638afaf5d751d800a016-C', 1656838885, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233343038353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233343038353b7d7d),
('703233fd7199cfc0bff507820b9f5f16-C', 1657004702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339393930323b7d7d),
('703d9a1cd63026f30eb38cf9ed18d999-C', 1656344101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733393330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733393330313b7d7d),
('7047252057d9bdef9585e2eedbccff91-C', 1657318815, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731343031353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731343031353b7d7d),
('704becd2e88ee3c50c9b96f979fa4b3f-C', 1657645501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034303730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034303730313b7d7d),
('7054310c4489ba8fc4b52742915936c1-C', 1657650002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034353230323b7d7d),
('705b601da44b716d3de7aff694bde73f-C', 1656118202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531333430323b7d7d),
('70639e50ddbbecb41a78491c32911b95-C', 1657583402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937383630323b7d7d),
('70737c509d10eb39351fc76a99b9f887-C', 1656082802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437383030323b7d7d),
('707918cb8477336528b1c68a790a539f-C', 1657751577, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373134363737373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373134363737373b7d7d),
('707d0b2f0bf417b12d33cd47615a7826-C', 1656968702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336333930323b7d7d),
('708a19ae7e188e9d927984066331c1b3-C', 1657277401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637323630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637323630313b7d7d),
('709080260436d1c4499cf78689ea4ac6-C', 1656584266, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937393436363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937393436363b7d7d),
('7090db355acadf0d0b3d3a2f342e5b21-C', 1657154827, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535303032373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535303032373b7d7d),
('7096a893a94e925cc23c2e41faf62dc7-C', 1657192202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538373430323b7d7d),
('70a65bbc46336b968ebbd504ee0bc503-C', 1656559202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935343430323b7d7d),
('70b853b54885fbe27d6ddfc6d15aa406-C', 1656671102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036363330323b7d7d),
('70d03bd144c112e8a0c32dc142cf4953-C', 1656307802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730333030323b7d7d),
('70d5f8ccd8cff1a0c76aa6dc5cb17f1f-C', 1658269144, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373636343334343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373636343334343b7d7d),
('70d671f6b507fba00475ca366c38920d-C', 1657259110, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635343331303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635343331303b7d7d),
('70d79a96580de644a92c4d1a93b8e3c4-C', 1656486301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838313530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838313530313b7d7d),
('70e725a0261789c015a387476d21e218-C', 1657040101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433353330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433353330313b7d7d),
('70ec6d734f5e102e4ed4dfcc73b13599-C', 1656692402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038373630323b7d7d),
('70ecacdab99c098bca8181beff62f8c3-C', 1657231502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632363730323b7d7d),
('70ecb175cf10bcc84459ac18390761dd-C', 1657512301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930373530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930373530313b7d7d),
('71134dd0c61706fc987200cc539322f2-C', 1657214702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630393930323b7d7d),
('711d7f677967db2622318d58d8832688-C', 1657379102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737343330323b7d7d),
('71205b8917ae78d7577854d72525ba68-C', 1656643502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033383730323b7d7d),
('712bdcead5f2c16562d0a4309aa061f3-C', 1657223402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631383630323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('7146a1e203835883aa613d67584d6d12-C', 1658221993, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373631373139333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373631373139333b7d7d),
('714c547bdb0d7fae19683b96d89ef6f9-C', 1657366502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736313730323b7d7d),
('716a09b030d98a888ff55eea79643e73-C', 1656824402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231393630323b7d7d),
('718b840a0df6684184eee92ccdcdb6c5-C', 1656313201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730383430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730383430313b7d7d),
('718d05cecf113ff5c858c5f4db047482-C', 1657156502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535313730323b7d7d),
('71928ab09868e0004cd2121331649b33-C', 1657339838, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733353033383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733353033383b7d7d),
('71950eb3632986474ad255e7c461d952-C', 1657605602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030303830323b7d7d),
('719949e36563323b6e7f9ffb8905938b-C', 1657503602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839383830323b7d7d),
('71a95ac697175f3319d588f4d1708266-C', 1656470900, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836363130303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836363130303b7d7d),
('71ac4c21b9beb07c04bf1512ed066297-C', 1656687302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038323530323b7d7d),
('71b69d4712d0a821019580c3ac23daff-C', 1657351802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734373030323b7d7d),
('71c5dcc57aab3c185684eefa31eafbab-C', 1657693202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038383430323b7d7d),
('71cdf87aecbddfbd6a0c0a4665824816-C', 1657123802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531393030323b7d7d),
('71d0a2373f44c1bd3f7a46c4322432d6-C', 1657511702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930363930323b7d7d),
('71d72a8f0979a35942caa4e1c1ac65ce-C', 1656564302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935393530323b7d7d),
('71dc96bed8e0ab972c8f8e0e2e350592-C', 1657608901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030343130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030343130313b7d7d),
('71e019c1f1f682424dde13f83b14a382-C', 1656952501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334373730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334373730313b7d7d),
('71e1c055ab747342f72a0d45a92ea6c9-C', 1656219302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631343530323b7d7d),
('71fcf89982d6fef09d216d460719c45d-C', 1656937501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333323730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333323730313b7d7d),
('7206d42ec85995a1f1a21cb43d42e02e-C', 1657678502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037333730323b7d7d),
('720d4bd56e44dfe567a09ef064a4542a-C', 1657069202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436343430323b7d7d),
('7223e0f1bc168a9f01ce8055827f7a72-C', 1656067491, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436323639313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436323639313b7d7d),
('7224c979e0d00ebad27710145d52301f-C', 1656657302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035323530323b7d7d),
('72281072dbc2ec5fedd3038bcaa7f0b5-C', 1656380402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737353630323b7d7d),
('72293f66ee27e707f2f612ce05813501-C', 1656186902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538323130323b7d7d),
('722f81e53ed7c95702006ffd54d9fcd8-C', 1656229202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632343430323b7d7d),
('72344f7f00212b7e998f1bcd20a8fb89-C', 1657586702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938313930323b7d7d),
('7252940491af8332471d026940c8759f-C', 1657539151, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933343335313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933343335313b7d7d),
('726322acec9058d1aed22e1a8ebd3479-C', 1656726902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132323130323b7d7d),
('7263c3163fce643b0468e71016a8372f-C', 1656210602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630353830323b7d7d),
('7276f9f91d5cc377ef77a6de2a655151-C', 1656789302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138343530323b7d7d),
('727e638cacfdc11f87b57f57be13c1d4-C', 1657555582, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935303738323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935303738323b7d7d),
('7281816efbf54e63ab9101984a74430c-C', 1656854402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234393630323b7d7d),
('72904c30611c171aad6a824637dfc929-C', 1656864902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236303130323b7d7d),
('72911be7be2b95df2d7048f5e9f32f76-C', 1657529401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932343630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932343630313b7d7d),
('729143919c6113c176a5a5b7b1edb129-C', 1657131001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532363230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532363230313b7d7d),
('72984b5563d2791df458d8efda200117-C', 1656297601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639323830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639323830313b7d7d),
('72a18edfce9a7091aab83a0247f33c27-C', 1656671702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036363930323b7d7d),
('72ce975902288f34b200894b4899473c-C', 1656374702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736393930323b7d7d),
('72d6633edf23a7bb0c646a9cc0296b31-C', 1656489602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838343830323b7d7d),
('72ec714d67365adef04fa7ae11a2f042-C', 1656409202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830343430323b7d7d),
('7302547d41263ffabb2701c8ab7a77da-C', 1657903085, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373239383238353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373239383238353b7d7d),
('7305fcfa3c322526783416622eb244bc-C', 1657041661, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433363836313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433363836313b7d7d),
('731559bc68ab5d8275218b79afe17222-C', 1657487702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838323930323b7d7d),
('731bb7559c578202ef94b9dcb0c8e404-C', 1656147902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534333130323b7d7d),
('731fe873842daefb531af7f2d2465cbc-C', 1656806702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230313930323b7d7d),
('732c18d5d39a6ccd1f18dfb91ff4f3df-C', 1656517202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931323430323b7d7d),
('733451d7c327c419690daab6e3fde9a5-C', 1656750302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134353530323b7d7d),
('73369b7111efa093f96f00533984abb1-C', 1656507302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930323530323b7d7d),
('733a16b722d29349037e3f2621419f0a-C', 1656719102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131343330323b7d7d),
('733ed1b86ebb327d0e6c93bf431ae1c1-C', 1656442202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833373430323b7d7d),
('734a5b8157133075d95fe6a4492aa49c-C', 1657188602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538333830323b7d7d),
('735b5cac4d36a6626a46f4506ded5f0c-C', 1656810002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230353230323b7d7d),
('735b6af977715a0e70128dfe728e3073-C', 1657679102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037343330323b7d7d),
('735c9d55f7baf0360ea33d63f13f4720-C', 1657150502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534353730323b7d7d),
('7360603460f52dbd89144dd5c7668675-C', 1656258902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635343130323b7d7d),
('736dfe7aa2c0b89c96d5865b91ae9014-C', 1656592202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938373430323b7d7d),
('737157bc22da3771e025962d2fc68bcf-C', 1657428601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832333830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832333830313b7d7d),
('7380b6945247a3311e8ae481588d6993-C', 1656467102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836323330323b7d7d),
('7385ba559a5307c3b407cc918ac748e2-C', 1657397102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739323330323b7d7d),
('73bb1e699a733d80b57e8b87ea363c03-C', 1656490191, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838353339313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838353339313b7d7d),
('73bc6daf6bee15be245b29363363f5c5-C', 1657105342, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530303534323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530303534323b7d7d),
('73c6108866394f72b05e3e69e8820cea-C', 1656048002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434333230323b7d7d),
('73cdceccdc0cc1f992138dffbd78d6c5-C', 1657959371, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373335343537313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373335343537313b7d7d),
('73e69c37aced674c3a03af041a0f71b4-C', 1657961873, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373335373037333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373335373037333b7d7d),
('73efb35d0be7162919c616330329368c-C', 1657303202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639383430323b7d7d),
('73f3f50123b4d65d2021f74432646c15-C', 1656699901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039353130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039353130313b7d7d),
('740837e861219b36cf9ece0b4e77027f-C', 1656433502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832383730323b7d7d),
('7417efcc1176887d7429849b56f58073-C', 1657772904, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373136383130343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373136383130343b7d7d),
('7419ac1a3294c4e4c1b5c6ab2c9386e9-C', 1656780901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137363130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137363130313b7d7d),
('741cc8d1b43c87654412eab237969d3a-C', 1656579902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937353130323b7d7d),
('742f491d4749ff77670dcc2ccd2c73d4-C', 1657625102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032303330323b7d7d),
('74451a9feae1ccc39a147009d969d8ef-C', 1658235135, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373633303333353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373633303333353b7d7d),
('744ce2a62cc8d3bd4bfe7f9b199f702c-C', 1656460202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835353430323b7d7d),
('7452fec3817035bab5780178f5b0ad74-C', 1656430501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832353730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832353730313b7d7d),
('7455e1b46678a33c3356951d00f79910-C', 1656342526, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733373732363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733373732363b7d7d),
('745c82d74d3d2b1b02986dc0a12b081a-C', 1656721714, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131363931343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131363931343b7d7d),
('745ee5f99e3dac93779aad547945df1b-C', 1657802567, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373139373736373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373139373736373b7d7d),
('746a376805fc3854d162617fdc7602a7-C', 1656333301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732383530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732383530313b7d7d),
('7475ff3caa4b363623c5aa28663d1226-C', 1657395902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739313130323b7d7d),
('747742f4ac5e6c735b2bec33fe0447ae-C', 1656939002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333343230323b7d7d),
('748b79fe2fa93de7f472c1a8daee677d-C', 1656411302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830363530323b7d7d),
('748e4a7b57562effe6b35df97fdc0193-C', 1657478923, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837343132333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837343132333b7d7d),
('7492200a9b685987a4ac8ac69d61b28b-C', 1657240802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633363030323b7d7d),
('74a80f3d8b0aebca3ecf6ad94a0f48fb-C', 1657452001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834373230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834373230313b7d7d),
('74b18fc0b3b1ff7ea11a5214e8f5b235-C', 1656234302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632393530323b7d7d),
('74b7e5c02a690b6215e4a8e31140107a-C', 1657304144, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639393334343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639393334343b7d7d),
('74bc995b79c97efcfa58756b8371466d-C', 1657267501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636323730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636323730313b7d7d),
('74c5dee1f1c7c51be74bced6fff2c7bf-C', 1657032301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432373530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432373530313b7d7d),
('74ca3451bddc0b74dae598ca2df37f2f-C', 1657394702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738393930323b7d7d),
('74cb88061a41ce4eec10af1a3082315d-C', 1657675202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037303430323b7d7d),
('74cdb757a0b60ca95658a456beb25ee5-C', 1657620902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031363130323b7d7d),
('74d43cb47958ee2a1881d2a68debb296-C', 1656022502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431373730323b7d7d),
('74d7029eb315dbccff9b424713170154-C', 1657078501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437333730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437333730313b7d7d),
('74db7d637eba462638bf02f8b2919bf3-C', 1655996281, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339313438313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339313438313b7d7d),
('74e420cd15a3e7218603ffe9f07e7994-C', 1656873601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236383830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236383830313b7d7d),
('74e69befe895e1ab793336ea0fab4ba6-C', 1656598502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939333730323b7d7d),
('74e787e8e86c43b4c84ba234d4ef1c7d-C', 1656812789, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230373938393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230373938393b7d7d),
('74feee37b228c8305cf587962d35cf48-C', 1656564902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936303130323b7d7d),
('7506b0b814636a29e8dd5ce4be82e903-C', 1656961802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335373030323b7d7d),
('750e3aff22390b7a847ac9d5c3765e8d-C', 1656909901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330353130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330353130313b7d7d),
('751d71d317f8cd0cbdd5b2051ba27ec7-C', 1656501902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839373130323b7d7d),
('7523cbd7fd2f6d84d99f87174e0e933e-C', 1657711802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130373030323b7d7d),
('7525c0afc4250dedf5e6524a9f410696-C', 1656631202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032363430323b7d7d),
('752a64c4ffcf74811937295af009ebf6-C', 1656350402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734353630323b7d7d),
('752cb0df36b0c51b547aea751ee60ebe-C', 1656150602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534353830323b7d7d),
('752d93fb17556b87ec22e9d11198185e-C', 1656260402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635353630323b7d7d),
('753afba43ecda445c2d5a2954d2ac4cc-C', 1657138202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533333430323b7d7d),
('753de681535ad471804ec8faf87660cb-C', 1657377002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737323230323b7d7d),
('755c4bab1b06de63885ab0d70c524514-C', 1656414302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830393530323b7d7d),
('755f34442f67b096ba90881bcc562156-C', 1656587102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938323330323b7d7d),
('756906aacda46b9cc8ae4fd83f5bf576-C', 1656518102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931333330323b7d7d),
('756a44d7a771666cfb52eade3c496904-C', 1657161002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535363230323b7d7d),
('756ee8083b110b09d8e6e7c2b4a1d3c7-C', 1657489635, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838343833353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838343833353b7d7d),
('7576264268363a5e1e4b086447ec5768-C', 1656543065, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933383236353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933383236353b7d7d),
('75780cb48ae1fb13fcf46e89bb15c26e-C', 1657278902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637343130323b7d7d),
('7578d64c9b00460fafeaa7294d2baa13-C', 1657126802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532323030323b7d7d),
('75895f1900af0be87d3a89b1dc14015c-C', 1656592502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938373730323b7d7d),
('758f1c0bec0f2bfe566ea016670ecb91-C', 1657664102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035393330323b7d7d),
('759009f4e2565d0743febb9de4e2c738-C', 1657157402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535323630323b7d7d),
('759abea12ea52a77779df8a80318ef5c-C', 1657109508, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530343730383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530343730383b7d7d),
('75aaf065449b68c01b86214f20fc7071-C', 1657303801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639393030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639393030313b7d7d),
('75b615d4c0c11ee3e90bbdb32445bc35-C', 1657059602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435343830323b7d7d),
('75bbc196167445d9871e770303ae33bd-C', 1656962402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335373630323b7d7d),
('75c1a6de8b6e604e603ab70eedc82676-C', 1656224402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631393630323b7d7d),
('75c7cbbea3719c2929b306973a04b08e-C', 1656432002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832373230323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('75d0012a630ac01233d5beccac86ad3b-C', 1656147002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534323230323b7d7d),
('75d33f994c01761d2acb945998312c92-C', 1656484802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838303030323b7d7d),
('75d8cb2b06d5165f3f4d2650dd43a437-C', 1656390602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738353830323b7d7d),
('75e60c7f3c3ef79697056b528cd95686-C', 1656110352, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530353535323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530353535323b7d7d),
('75e897e656d14e6de37e9c2adc216fd5-C', 1657199702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539343930323b7d7d),
('75e960be8825e01cc5a5aae58e7c0d30-C', 1657440901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833363130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833363130313b7d7d),
('75eaba499f28a0b97ecc921d20fd6bde-C', 1657726446, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373132313634363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373132313634363b7d7d),
('75f7266fd40805cf7147702597b7b76a-C', 1657502401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839373630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839373630313b7d7d),
('760594acb364ed55c07246a85ccfb76f-C', 1657300501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639353730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639353730313b7d7d),
('760844e102451ac3ef0433a96808e775-C', 1656905997, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330313139373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330313139373b7d7d),
('760fcda939410fc0896488996add1f95-C', 1657275901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637313130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637313130313b7d7d),
('761b492558ba904a9f238f69f53f98dc-C', 1657158602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535333830323b7d7d),
('761f534d6b92f5ee8de0a23c077f4579-C', 1656979202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337343430323b7d7d),
('761fbc0475432698e2c1e37cad41f809-C', 1656858302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235333530323b7d7d),
('762b2d2a9941dd728a3f39c8ddd4d862-C', 1656761660, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135363836303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135363836303b7d7d),
('762b9137bb08f676198bb053595ad2ec-C', 1658064508, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373435393730383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373435393730383b7d7d),
('762d8d8b894f06d2015d0d5b8859a0bb-C', 1657527901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932333130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932333130313b7d7d),
('762dbab11c4748e331bf34da61d7f4e2-C', 1656926694, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332313839343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332313839343b7d7d),
('76309d03730c39eec48661be56639e4e-C', 1656258002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635333230323b7d7d),
('763dbb37e889a2e5fcaed9f59d271bfc-C', 1656040801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433363030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433363030313b7d7d),
('7647757cbff8744cd316e7aba46d739e-C', 1658122185, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373531373338353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373531373338353b7d7d),
('76513141083251254f0dc03724563ed0-C', 1656215702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631303930323b7d7d),
('7657f25a972d9f5f03d8f6e85fad0d92-C', 1657298702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639333930323b7d7d),
('765eb3bdea4e42819f7466b775fe4f18-C', 1656042901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433383130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433383130313b7d7d),
('765f8ee446dd91f06cb0b2b98e98ef7b-C', 1657227902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632333130323b7d7d),
('7660cedd1e400d97cf784143e1c63f31-C', 1657098002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439333230323b7d7d),
('766289fba7badd3b39cc209199d7e6f9-C', 1656060001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435353230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435353230313b7d7d),
('7663f87a57406728b097f6339738c8bc-C', 1656523202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931383430323b7d7d),
('7668acadb4ef5ffd7c214ffc5f18987e-C', 1656188402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538333630323b7d7d),
('766c7a73b3c60c2b8769a4694cba7fe4-C', 1656337202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733323430323b7d7d),
('766f682b1482d579bfdf405d45e94d84-C', 1656382201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737373430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737373430313b7d7d),
('766f84e017050c378b1fdcda5d2310f2-C', 1657167002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536323230323b7d7d),
('767e0e192c524195b6d1c91534810f45-C', 1657633202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032383430323b7d7d),
('767f405ce2bbaa400a6412ee6ec42dd6-C', 1656591602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938363830323b7d7d),
('76841958867ae7b3fe8a58224e41232a-C', 1657857299, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373235323439393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373235323439393b7d7d),
('768935012dc0bf6964c4fe310b19a6a6-C', 1657832053, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373232373235333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373232373235333b7d7d),
('768c8f49f8ffe6ed3cb8c83591d549c8-C', 1657055102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435303330323b7d7d),
('768eb292cdf980ca80e8dafb333c6399-C', 1656069302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436343530323b7d7d),
('7696df6474af7a37390c81f58ff9e338-C', 1657413602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830383830323b7d7d),
('76b2e19d500237001ab550c4a7d55f88-C', 1657464301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835393530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835393530313b7d7d),
('76d64171432be1bdca1b8488df82c2b5-C', 1656638101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033333330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033333330313b7d7d),
('76e5b06a889fbe291c24161be2b62a45-C', 1657342186, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733373338363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733373338363b7d7d),
('76f0ddd87a8fe457191153ada741bfbe-C', 1656712502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130373730323b7d7d),
('76f32d3f20f940b8420204c82667772d-C', 1657199102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539343330323b7d7d),
('76f4eab38c9ff725f030c0112833b94d-C', 1656310802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730363030323b7d7d),
('76f57e8be6ab16de0b6d30e8dcec5765-C', 1657615202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031303430323b7d7d),
('76fd7d5ac80609c35cea45e676ef8fec-C', 1656443101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833383330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833383330313b7d7d),
('77265a5e461b0addfd219ee12f94b317-C', 1656721003, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131363230333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131363230333b7d7d),
('77349f1218504e38c5681c09ace0a5c2-C', 1656381602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737363830323b7d7d),
('773b8162169b297b853c1c5c5d4a16c2-C', 1656232202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632373430323b7d7d),
('7744a6055bb5ca7106ca09b4fc01c677-C', 1657065262, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436303436323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436303436323b7d7d),
('7748200bc0930cc1c189eeabca53de81-C', 1657269902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636353130323b7d7d),
('7749bcd3066c8f8561cddb58336c75a7-C', 1656515102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931303330323b7d7d),
('774d5d79b908bcb45b5de587f6a76297-C', 1657641302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033363530323b7d7d),
('77500a67bd3a3de9c9abaa041128dee0-C', 1656731402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132363630323b7d7d),
('77539b07990733e0fa4d976fa7f2bcff-C', 1657408202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830333430323b7d7d),
('775e637a7233d15f4f5fa849a0322c74-C', 1656237602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633323830323b7d7d),
('7761c63778b4e41d8272a58bccc0b25f-C', 1656448177, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834333337373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834333337373b7d7d),
('77637169e6b55081e53ae2c05660df9b-C', 1657648490, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034333639303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034333639303b7d7d),
('77687f847be07a79aa7cfacb54194e58-C', 1657559108, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935343330383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935343330383b7d7d),
('7773b513101bb97a6f2ee0f82609b779-C', 1656345902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734313130323b7d7d),
('77813cc23b0e1adf4a39dfc5184b2c70-C', 1656849301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234343530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234343530313b7d7d),
('778dd7363a73defd3bd91f727cb110ed-C', 1657207202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630323430323b7d7d),
('779a576dd3eb31ad48ee7780baafbe6e-C', 1656600901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939363130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939363130313b7d7d),
('77a450dc13a8041cbe828e7767e658c6-C', 1656626402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032313630323b7d7d),
('77a85a1ec2aa3dfa70b6f2df9f0049cb-C', 1656372602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736373830323b7d7d),
('77a9456c084a83ff1df51312aba8bc99-C', 1655981140, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353337363334303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353337363334303b7d7d),
('77ab1b24b230a190df935ff86f6be54c-C', 1656669901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036353130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036353130313b7d7d),
('77c036d48d7c8471fb786e8a5ac73a52-C', 1656688502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038333730323b7d7d),
('77c578d58cf07f63d24bf3ec7adf077c-C', 1657241401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633363630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633363630313b7d7d),
('77d124b03d208f1bfe68b9f773b0992f-C', 1656441602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833363830323b7d7d),
('77d28deea49d3c45ff8cbfac6fb599a9-C', 1657532702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932373930323b7d7d),
('77da835d4e65bcba63b7d099c9b8861b-C', 1657326354, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732313535343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732313535343b7d7d),
('77e270eefc6967d27f7a4e4afe47e333-C', 1656165902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536313130323b7d7d),
('77e587bd9f8e2591a9edefacd8489ce3-C', 1656138602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533333830323b7d7d),
('77ec2af9ddbaec5480f1805faa92cd91-C', 1656900302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239353530323b7d7d),
('77f2329809b5cde55af0c92bfbec9a93-C', 1656824101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231393330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231393330313b7d7d),
('77f7245b2344b832aaaacdbe0dd25b0a-C', 1656540797, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933353939373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933353939373b7d7d),
('77f761ea33ef66b53bfcc6a13ed5501c-C', 1656763202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135383430323b7d7d),
('77fee8d4aff21bafaa53f3a491da58f8-C', 1657127402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532323630323b7d7d),
('78035e1f04d26d4d9a680b282558076a-C', 1656793502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138383730323b7d7d),
('780be0ac30563f247b35aa20f8cdaa6a-C', 1657692601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038373830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038373830313b7d7d),
('78143d9ce51ffb2f3c64e20bbe908324-C', 1657116429, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531313632393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531313632393b7d7d),
('781478915133494856f69e7b1e99283a-C', 1657515602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931303830323b7d7d),
('7823d1b03cfaaf28ce50369a234e2f7a-C', 1656811802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230373030323b7d7d),
('7829c4c1302381a8f2a1b8a157a179f4-C', 1657781609, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373137363830393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373137363830393b7d7d),
('782a598546574b1a8c72dfbf10a46957-C', 1656818702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231333930323b7d7d),
('78564b15f032659ba0cd03ff3608500b-C', 1656531527, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932363732373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932363732373b7d7d),
('785aa5d257f8bf2d35f76e5342678d03-C', 1656735602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133303830323b7d7d),
('785b2abf646c59f1b178e95b08698ef1-C', 1657666501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036313730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036313730313b7d7d),
('786101014e67adaed875277f1ddeca29-C', 1656393203, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738383430333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738383430333b7d7d),
('787c302db23dee18fb67a9e0bed548c7-C', 1656623432, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031383633323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031383633323b7d7d),
('78831fac103da7e252e134d6b5017154-C', 1657747554, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373134323735343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373134323735343b7d7d),
('788567e2d12e81c0a031e9d77733cc78-C', 1657704302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039393530323b7d7d),
('78879e716547005136e806650890f04b-C', 1656817502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231323730323b7d7d),
('789373d9af3068b01adc22df3689c63b-C', 1657414202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830393430323b7d7d),
('78961c5277fd13d56fbdb2655f052c56-C', 1656157802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535333030323b7d7d),
('789ec800d24fb3e629fcf0fdfcf1afed-C', 1656300302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639353530323b7d7d),
('78a3bc3b2de94362386459552efddd85-C', 1656109853, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530353035333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530353035333b7d7d),
('78d311672f79d0519bf2eed895a71ec4-C', 1656774902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137303130323b7d7d),
('78e57575975384f02c06e6e52e5b4ece-C', 1656936002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333313230323b7d7d),
('78ed892d1150c0ed568cad9faace464e-C', 1657037695, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433323839353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433323839353b7d7d),
('78efd5263b10b414a277f1a3fcc8ba7a-C', 1658167970, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373536333137303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373536333137303b7d7d),
('78f4be2911b158ecd15d8cb7d3eba129-C', 1658154612, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373534393831323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373534393831323b7d7d),
('7927d7f4c5f3012853f596551a65bb11-C', 1656096901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439323130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439323130313b7d7d),
('792bc4b6e4f45962ab08b3229fea4081-C', 1656011402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430363630323b7d7d),
('79329f17506fa9530b35108e1c8a6aad-C', 1656249901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634353130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634353130313b7d7d),
('79416b16ccdc561c76e2f013bf230ebc-C', 1657516502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931313730323b7d7d),
('79418bbac8d907766e5a8fe29f3fad68-C', 1657215902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631313130323b7d7d),
('794aec200959cee0ecdb258c60286052-C', 1656113702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530383930323b7d7d),
('79564c80b35e85314b1d8e34b70361c1-C', 1657173902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536393130323b7d7d),
('795ba7225f519229f0ee98c98d77dfef-C', 1656203402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539383630323b7d7d),
('795f5948fc83f0414eb2fdb91a5f2c14-C', 1657461302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835363530323b7d7d),
('796420dfef1e0cdca77b1b2155f837ff-C', 1656516301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931313530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931313530313b7d7d),
('7987143f13aa8eb9dd975c6b84ff2646-C', 1656412202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830373430323b7d7d),
('7993e7168b9f9584d16b8f26c0f19e89-C', 1655943134, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353333383333343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353333383333343b7d7d),
('799acfba0e3352130b1bee27a2476e68-C', 1656687602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038323830323b7d7d),
('79a45983a9a675e5c068bce85fd12866-C', 1657647425, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034323632353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034323632353b7d7d),
('79ab7da5e47f824c1eed3e80dd3e0ebc-C', 1656020721, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431353932313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431353932313b7d7d),
('79b606c5a5979b6f7e4b892ddeb0eead-C', 1656156302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535313530323b7d7d),
('79bcff80304254e87f4004b0550bcdf2-C', 1657001402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339363630323b7d7d),
('79c7cd8b62da0cfbc6cf2d3e31e3fc0b-C', 1657655259, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035303435393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035303435393b7d7d),
('79cb8d45a1fb7f6dda20bf1d1c9c1a1f-C', 1656184201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537393430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537393430313b7d7d),
('79cd7378d946413259b9626bdcc4c92f-C', 1656843002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233383230323b7d7d),
('79cd9e33c861034d658aa34c8df106b3-C', 1657684502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037393730323b7d7d),
('79e2c7ac1d99eea593aec822e7aca6e7-C', 1656665797, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036303939373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036303939373b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('79e434b4c115917870d69a8f58a80cc9-C', 1657680302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037353530323b7d7d),
('79ec107344b71b16efd53e0e43bbd5d0-C', 1656095702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439303930323b7d7d),
('79ec7b0395eb87ac723c646758c3af9e-C', 1656370802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736363030323b7d7d),
('79eda4c26251a503cce7f8f754f9ec1c-C', 1657333202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732383430323b7d7d),
('79eec9b1bbd621fb7588c4487318b7c3-C', 1657540202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933353430323b7d7d),
('79ef74dc527e071b174c686b04819415-C', 1656444433, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833393633333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833393633333b7d7d),
('79f858edacadc73c2ca66b420701f554-C', 1657551002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934363230323b7d7d),
('7a051ca84aa5e3051f89d86df88eabb7-C', 1656546902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934323130323b7d7d),
('7a087af614f88afdfe496ceb7e6c810d-C', 1657647302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034323530323b7d7d),
('7a0d48743dd998db96b7ccb87d7e2acd-C', 1656911402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330363630323b7d7d),
('7a0e049f106e323dd4d89fdaa8d0e2b5-C', 1656432602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832373830323b7d7d),
('7a4ad7cd1cb663b8fd32120382a61e3d-C', 1656034802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433303030323b7d7d),
('7a51855e3b2939176b69bfa41638b0b8-C', 1656109502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530343730323b7d7d),
('7a55e08b6c53f4ae2e0ae93f2a574a17-C', 1656538501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933333730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933333730313b7d7d),
('7a590835cd2e6b2b94f093e02cf5715d-C', 1657654802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035303030323b7d7d),
('7a5e04e85c6276921f37e56c83324c9c-C', 1657612202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030373430323b7d7d),
('7a629469f1828c912e5e0908a735726e-C', 1657077739, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437323933393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437323933393b7d7d),
('7a67cc09e9e5c6c5e56b1dc8ed053fa9-C', 1657073402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436383630323b7d7d),
('7a68b66ed1facc74b6cbb41adfb591c0-C', 1657444502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833393730323b7d7d),
('7a712082a01403f5b6d34442e0d85ec8-C', 1656909602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330343830323b7d7d),
('7a7bcf8643a64499bb30641993e01426-C', 1656476430, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837313633303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837313633303b7d7d),
('7a8088a498f1ee8f6e9a8ba0adda3eaa-C', 1657106482, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530313638323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530313638323b7d7d),
('7aa15eaf715b510e2b9ef6da23c99015-C', 1657387502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738323730323b7d7d),
('7aa25dbaaf21a37c0a1a3846d2ed48bf-C', 1656177902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537333130323b7d7d),
('7aa2d97b04914ef8b3b6b07eaf7dc8f6-C', 1657372501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736373730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736373730313b7d7d),
('7aaaf1ae4d1bb40a2a95e648f72de1a8-C', 1656535502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933303730323b7d7d),
('7aace00a81b06f4ba7f472eb68bdd5ac-C', 1657557901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935333130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935333130313b7d7d),
('7ab4ebdbdaab14d178ed47b56edbc8fa-C', 1657061101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435363330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435363330313b7d7d),
('7ad74d38229326901f281f7bf0286412-C', 1655995802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339313030323b7d7d),
('7adae1305fbd9050a1282b76a334e458-C', 1657179602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537343830323b7d7d),
('7ae104d9348cf6f5b12d8f44df5262c9-C', 1657449902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834353130323b7d7d),
('7af1b24929a7ae1c8d2854fc55bae6fe-C', 1656194702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538393930323b7d7d),
('7afb4501611a025ba716ab827af51852-C', 1657262401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635373630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635373630313b7d7d),
('7afbc0fbb077e852dbc151b6e0eacc7e-C', 1657116302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531313530323b7d7d),
('7afd3cc8ffcd4cb295c7e5afb71844c2-C', 1657156202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535313430323b7d7d),
('7b0ca1fd12b92c201ef976d6792d04ea-C', 1656394802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739303030323b7d7d),
('7b1146701e1074ec00c257b3dd7c71de-C', 1657145884, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534313038343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534313038343b7d7d),
('7b19804037d4a9bf123f3cb7065aa53c-C', 1657417974, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831333137343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831333137343b7d7d),
('7b23d095ee051e0949eb4c0c69806ba2-C', 1656297301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639323530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639323530313b7d7d),
('7b40d84ff47f39fd375154dcac134578-C', 1657221002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631363230323b7d7d),
('7b43ac443b452faa34f40576433c8fec-C', 1657470602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836353830323b7d7d),
('7b4cbd7674145ab7ade6090e868293fd-C', 1656992402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338373630323b7d7d),
('7b4da20a0b1779bb5dda2e79c3038316-C', 1657710601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130353830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130353830313b7d7d),
('7b4e5dd569a084cae568d3801f34f66a-C', 1656303620, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639383832303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639383832303b7d7d),
('7b4e887b38144c6860a59c50b619be74-C', 1656145802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534313030323b7d7d),
('7b50ed1288c71f85a7d5c46e42f23065-C', 1656271201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636363430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636363430313b7d7d),
('7b6962c3d540eb4c2c15c550fc741ab0-C', 1657720754, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131353935343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131353935343b7d7d),
('7b69ce299162cebd648416b9f9b697ce-C', 1656591858, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938373035383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938373035383b7d7d),
('7b6cace88e46762855b49f7780a2dcba-C', 1656804902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230303130323b7d7d),
('7b6e1007a9bbfcc00f104aeee47482b8-C', 1656531527, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932363732373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932363732373b7d7d),
('7b7e0c289a8a80461a2bd2363a543fcc-C', 1656446102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834313330323b7d7d),
('7b7fe47fb9c0281adfb3c6aabcd1d32a-C', 1657012802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430383030323b7d7d),
('7b8239ed2aebe8c93793507f2e2ce622-C', 1656497101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839323330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839323330313b7d7d),
('7b83875b308cdfbe0323efb69ad8ae34-C', 1656716102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131313330323b7d7d),
('7b88ddeb1908f4ab6b4e5de954ed3c18-C', 1657484401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837393630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837393630313b7d7d),
('7b8fba1a8ea8c2d90eef2511ab721510-C', 1657469102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836343330323b7d7d),
('7b992f6abac1dc94c084376175a995d3-C', 1656032995, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432383139353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432383139353b7d7d),
('7ba295d89d01ba3c6df0a9cad6d739dd-C', 1656354002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734393230323b7d7d),
('7ba72e4acbb082dc7f65bbdeeefcfbad-C', 1656323102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731383330323b7d7d),
('7bac96848b0a9fbc6628763b713d5e37-C', 1657104001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439393230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439393230313b7d7d),
('7bb314ceecf773b99d9b25629b276a9b-C', 1657915726, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373331303932363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373331303932363b7d7d),
('7bcdf489caf9e8b35e742ead4cf07113-C', 1656169202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536343430323b7d7d),
('7be5c0be12c82023afad624b9ba0b131-C', 1656884402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237393630323b7d7d),
('7c06a1952193476919444aea2bd14de4-C', 1657475701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837303930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837303930313b7d7d),
('7c108b4f193d3e2f6b3b8a0b3cd8d869-C', 1656164702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535393930323b7d7d),
('7c1920e1ba7515ecebbd9aa7b3a5e3a0-C', 1656517502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931323730323b7d7d),
('7c1e34c833644f5e546e1ec901f97f4d-C', 1656494702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838393930323b7d7d),
('7c21633ba4b259679b93ad0a80c0e64e-C', 1657115101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531303330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531303330313b7d7d),
('7c29345e0e8a63a907828fc03724a9ef-C', 1657575302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937303530323b7d7d),
('7c33d4216d71f4c00cf004e247e1ac02-C', 1657242601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633373830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633373830313b7d7d),
('7c357d81524c24c9004b282f2553e347-C', 1656730202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132353430323b7d7d),
('7c40d40c888a80d5e7a596b091f00caa-C', 1656923102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331383330323b7d7d),
('7c5b10bc6f950b7b9cb78bd74127dea1-C', 1657621501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031363730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031363730313b7d7d),
('7c5bfd2e71f2458815945f9eeb9d8bd3-C', 1656943501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333383730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333383730313b7d7d),
('7c5d2800dd4a6763944aa2cda2f8f0c5-C', 1656343202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733383430323b7d7d),
('7c62379183effdc9bbc42a21fd341ced-C', 1656772909, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136383130393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136383130393b7d7d),
('7c692d98656ec12d93dd6f2373d535a7-C', 1656533402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932383630323b7d7d),
('7c6d7f47e28102c6b75e9142fb81a18b-C', 1656154802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535303030323b7d7d),
('7c6e49b37e651af59007ef10a5bc5332-C', 1656830702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232353930323b7d7d),
('7c742e4a60d24c176a317c9c98919517-C', 1656355952, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735313135323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735313135323b7d7d),
('7c795b0f010d27aa5768ec79d0045e8d-C', 1656150901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534363130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534363130313b7d7d),
('7c919289b5b16a47f448cf0be464bbbe-C', 1657203568, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539383736383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539383736383b7d7d),
('7c926312498e0c51842c17ac492b425f-C', 1656571802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936373030323b7d7d),
('7ca1fcdc3b7948d1ef4bacae4073ebde-C', 1655915953, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353331313135333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353331313135333b7d7d),
('7ca656153fa815b11cf7dae963f85d2f-C', 1656163801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535393030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535393030313b7d7d),
('7caff577c741c2538f6017933e3059fa-C', 1656733899, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132393039393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132393039393b7d7d),
('7cb5db98d9f8344cd5cc3595ea9d4900-C', 1657120502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531353730323b7d7d),
('7cb8ec64b2a39aa8af70d310ea9e7150-C', 1656391902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738373130323b7d7d),
('7cbf701c812baab6a63eeabf3060b067-C', 1657270802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636363030323b7d7d),
('7cc3ebe9a4135758f6d4756753953e1c-C', 1656810902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230363130323b7d7d),
('7cd44fc2a18f9344bf0ae1a09dc942bd-C', 1656137701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533323930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533323930313b7d7d),
('7cddc03199cd78eedf079b4860a36ba6-C', 1658132365, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373532373536353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373532373536353b7d7d),
('7ceb3246c25dcf1e6e856a94c36a15e4-C', 1657527302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932323530323b7d7d),
('7d1cdb3a81d1df4f6b6a21ade47628de-C', 1657717501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131323730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131323730313b7d7d),
('7d257b830e1ba6d8355324606c370a0c-C', 1657710002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130353230323b7d7d),
('7d2c6640c1bd607f6df76ed4cebc1a08-C', 1656134401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532393630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532393630313b7d7d),
('7d2e2466a1bffabfdb56551193cca1a1-C', 1656325201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732303430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732303430313b7d7d),
('7d41187f804fd33c4b188a36be9a434e-C', 1656140402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533353630323b7d7d),
('7d42094e45c6319b2768859a0b3cf9ab-C', 1657309202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730343430323b7d7d),
('7d55af334b185b360c1f077e85acec41-C', 1657517702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931323930323b7d7d),
('7d59189b5a81bea8d534e39be0688f4a-C', 1656255001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635303230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635303230313b7d7d),
('7d663437547c06a7f69ccc74e3fb0a9a-C', 1656692102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038373330323b7d7d),
('7d6b522b39dcadb2e231a7113cf4f515-C', 1656285602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638303830323b7d7d),
('7d71b58181744873dbc93b883ead1f10-C', 1656838802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233343030323b7d7d),
('7d72223fb189727ab89ccf2b2a696f9b-C', 1657983722, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373337383932323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373337383932323b7d7d),
('7d822042e296b0aefac7bd9dfc95140b-C', 1656191702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538363930323b7d7d),
('7d89bf2e5cc599f24d5cabf1292b70a5-C', 1657426310, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832313531303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832313531303b7d7d),
('7d8ce82a6090a07f00eddc66f325a84f-C', 1656270002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636353230323b7d7d),
('7d90c67f174f148743c1e3122270bf9e-C', 1656480902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837363130323b7d7d),
('7d9936a3a3a10b356f1138d872cd41ee-C', 1657946182, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373334313338323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373334313338323b7d7d),
('7da1df22718ac608a70b35a566c0d296-C', 1656284701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637393930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637393930313b7d7d),
('7da9f285a3bb4e8612af9a1e480318d3-C', 1657396802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739323030323b7d7d),
('7daac83d4ef52496adb8eaebc7f76400-C', 1657383602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737383830323b7d7d),
('7dafda871714a3a4c8033fb26e3622e9-C', 1656069002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436343230323b7d7d),
('7db55b57d42d221051351ac8ae10c431-C', 1656744602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133393830323b7d7d),
('7dbe364a7fa708926ac83b0def4a685c-C', 1656451202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834363430323b7d7d),
('7dbfd3862b258cd40252dbb2143e17ab-C', 1656549602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934343830323b7d7d),
('7dc03228364e2a20b60d7029eebb1171-C', 1656444902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834303130323b7d7d),
('7dc4cfdb887e7919f810a463279b9b53-C', 1656593402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938383630323b7d7d),
('7dc99411deb13c1e0f0374f1076c3511-C', 1657884979, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373238303137393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373238303137393b7d7d),
('7dcd0ebf255f44060a47b8701adb2acc-C', 1656912601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330373830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330373830313b7d7d),
('7dcd9e466584cec8ab3554b097e0b655-C', 1657716902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131323130323b7d7d),
('7de82ef7cfb8385f2675794d79954ea3-C', 1656821401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231363630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231363630313b7d7d),
('7ded94c586c1a09d60d66be2204bcb5d-C', 1657557002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935323230323b7d7d),
('7dede23296256918030838127e2dcdc0-C', 1656330602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732353830323b7d7d),
('7dee137c42242fbb8d403c45f25fd5f2-C', 1656196202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539313430323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('7e024b8f473cdfd9f04ca5b44fb34eea-C', 1656135512, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533303731323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533303731323b7d7d),
('7e07082698d854dc786bcd88b8dc4b8f-C', 1657361702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735363930323b7d7d),
('7e0939b1613e33fc5436d8c80682db5f-C', 1658200846, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373539363034363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373539363034363b7d7d),
('7e10ee59988c8f21aa33c3d7574c85e2-C', 1656815702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231303930323b7d7d),
('7e18020322034d85e1d5b2ed4b4e5bd7-C', 1656783601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137383830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137383830313b7d7d),
('7e1aa5690298f79d5cff10fd3365c4da-C', 1656347702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734323930323b7d7d),
('7e3147d3de36b7254f68f4f50fd96e33-C', 1656872702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236373930323b7d7d),
('7e34a96bc1b6a1b21e246d9ffecd4450-C', 1656299701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639343930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639343930313b7d7d),
('7e440c419aadc295cc2c86a7e33c6561-C', 1657325102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732303330323b7d7d),
('7e4ef6fe21c97e5671d4dc6354d1b88a-C', 1657240202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633353430323b7d7d),
('7e534bc8fe2843ba337aa9d6c4e96ae2-C', 1657675317, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037303531373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037303531373b7d7d),
('7e53a9e04d7f54b3225570ca28acce40-C', 1656563702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935383930323b7d7d),
('7e553080a9e17cb7dfe8d0a9e09f4b67-C', 1657544402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933393630323b7d7d),
('7e5df4d66c588396527973c63052638a-C', 1656364202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735393430323b7d7d),
('7e6489357c85653db7d9792507f4e6ad-C', 1656475202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837303430323b7d7d),
('7e6dad6b21f91cfc85bd49745afb07d5-C', 1656037202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433323430323b7d7d),
('7e6e468d047551b7d726dbf04d2effd3-C', 1657371301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736363530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736363530313b7d7d),
('7e70a6586b3ef43d4611b2e81bf1ee29-C', 1657090502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438353730323b7d7d),
('7e78ab83640ffa14cf6cbc7bcb69e250-C', 1657536302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933313530323b7d7d),
('7e81ba6cdbc10e4ae4261b91465b3f25-C', 1656021602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431363830323b7d7d),
('7e83c1e7bf0dc6ede0f40fe063b2e225-C', 1657714801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131303030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131303030313b7d7d),
('7e8d63126e8895bc823a540bf8310402-C', 1657455002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835303230323b7d7d),
('7e8f04575c8edbb39f82d295aff84067-C', 1657493059, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838383235393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838383235393b7d7d),
('7ea2e29645cd1ee5f174c0693850eca3-C', 1656016502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431313730323b7d7d),
('7ec139e0182c7ef5017a3eda4aac0627-C', 1656162302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535373530323b7d7d),
('7ec593112d2dce9d4a990be1dc4bc959-C', 1656132602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532373830323b7d7d),
('7ece8c222fba67642f5c7e578f92d62a-C', 1657337701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733323930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733323930313b7d7d),
('7ed0d58cde73d256af471eabe1a72c6d-C', 1657532101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932373330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932373330313b7d7d),
('7ed0f4d3584be8d7decc65103a524d8f-C', 1656572402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936373630323b7d7d),
('7ed4aa3e0e60ec6a72a68ee99e96039d-C', 1656138902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533343130323b7d7d),
('7ee458f2e6647cb6afb21f28a133d2da-C', 1657720061, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131353236313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131353236313b7d7d),
('7ef8286e0673b7f851d2b58200af87fd-C', 1657701002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039363230323b7d7d),
('7f1eaa8c7e58129538f08544fd76c050-C', 1656949201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334343430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334343430313b7d7d),
('7f391b24f62fcfa4e70e0fbfe50cfbca-C', 1657023902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431393130323b7d7d),
('7f3b25925ac88117d7a7eac8b3e2c0e7-C', 1657522802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931383030323b7d7d),
('7f4bda30232f0ef025061eb7bb44793b-C', 1657257602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635323830323b7d7d),
('7f4d46c422ecf75f43e1578f91c43ef7-C', 1657273502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636383730323b7d7d),
('7f533df485f0a4a2d4dd679cde91a2f4-C', 1656007502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430323730323b7d7d),
('7f5fd3cdc35e4b2ef7cf17513038e071-C', 1657617644, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031323834343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031323834343b7d7d),
('7f65cd29f47ab8137e7e281c52df15da-C', 1656863102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235383330323b7d7d),
('7f7221b54ae4b0b8d45216b5e07f4d3f-C', 1656063601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435383830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435383830313b7d7d),
('7f81aa39999aab82aff361fc5819c43c-C', 1656123901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531393130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531393130313b7d7d),
('7f8915797f6a330f365413c75d75794a-C', 1656719160, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131343336303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131343336303b7d7d),
('7f983ea46841b17442a29328a02e29d0-C', 1656114602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530393830323b7d7d),
('7fa5310c2f24352802eb1ef592ec6ab3-C', 1656659701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035343930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035343930313b7d7d),
('7fa9fc36b22b59e8e1566bf1c1cf1b01-C', 1656186302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538313530323b7d7d),
('7faac665c5d9480d5194840c43efffa5-C', 1657158002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535333230323b7d7d),
('7fab14979bbc6096ea2865b40aadc6c9-C', 1656941701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333363930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333363930313b7d7d),
('7fb853f9e2a71e780750400ac212127d-C', 1657722002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131373230323b7d7d),
('7fc1fb54222f4f8f42968cfc260b75d5-C', 1656204302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539393530323b7d7d),
('7fc8bf0f18d32e74e2df812744a2a4bb-C', 1657731849, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373132373034393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373132373034393b7d7d),
('7fd2ae3c9df35f07edb36715f8421de2-C', 1657675502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037303730323b7d7d),
('7fd93fb9a04bca86da921fac455cc421-C', 1656462901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835383130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835383130313b7d7d),
('7fda1739817dd1908e49f3fd764de6f3-C', 1657644602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033393830323b7d7d),
('7fdfc10d1f9717d860cbb86a75363aee-C', 1656579001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937343230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937343230313b7d7d),
('7fe9a8175add9a10f2a50002ae78e5f3-C', 1655996402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339313630323b7d7d),
('7fec8fff4eb42f33cae0a9e7415247ad-C', 1656577106, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937323330363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937323330363b7d7d),
('7ffc8122d280a873fa63bf924a333156-C', 1656724501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131393730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131393730313b7d7d),
('800d1a63c35ed435df96f6dd12b8d9eb-C', 1656054002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434393230323b7d7d),
('8014eb6827fb5adc736beb45ea1a437e-C', 1657306802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730323030323b7d7d),
('8015cffa2fdeffcfe285eb736cb8c6e5-C', 1657535102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933303330323b7d7d),
('8019244d1203b02edb7c76147160a80e-C', 1656309901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730353130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730353130313b7d7d),
('801be5896d5b2b2f85c01a219ff853a3-C', 1656056940, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435323134303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435323134303b7d7d),
('801d27acac3ad191a00b7baf96d1950a-C', 1657051802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434373030323b7d7d),
('80201c4df46afcebe93a5459577b4133-C', 1656582602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937373830323b7d7d),
('8028bbf5c245e23bfb524c8e7d7377dd-C', 1656731702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132363930323b7d7d),
('8029fb41178c57c531d59beb7e007787-C', 1656092402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438373630323b7d7d),
('805705331f6a1a67becfb5c425a18e86-C', 1657505702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930303930323b7d7d),
('805db72f547316baae19c7b922a359c5-C', 1657315688, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731303838383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731303838383b7d7d),
('8061616d64cd3e015df7ce2931b37b8a-C', 1656552544, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934373734343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934373734343b7d7d),
('80736a82eeed0b05b36cb5d04a3a0e6e-C', 1655936679, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353333313837393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353333313837393b7d7d),
('80808e81416ca153ee4004ac6ecddd8e-C', 1656888001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238333230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238333230313b7d7d),
('808a6e7e37d58327a773c4b8c47c25e1-C', 1657320241, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731353434313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731353434313b7d7d),
('809bf2e1434a8d08b5affeceffe74db6-C', 1656532802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932383030323b7d7d),
('80ac78e088ea7eae49bc97764b20fe94-C', 1656027602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432323830323b7d7d),
('80b4ac733f2c4724882827db04dfdc1a-C', 1658097907, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373439333130373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373439333130373b7d7d),
('80c3689caec6d0d30eed06ff0dadc2b9-C', 1656839702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233343930323b7d7d),
('80c78b13628d3ee4b6f29f18021fa424-C', 1656862202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235373430323b7d7d),
('80cf8d62c305f2630c4df37cb23a3c4d-C', 1656707817, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130333031373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130333031373b7d7d),
('80d5b204dc4a8f62f17c10c269ea2327-C', 1657349702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734343930323b7d7d),
('80e7eb8b91756af3c6694c4abecc7e7a-C', 1658174740, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373536393934303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373536393934303b7d7d),
('80e8bed4bb56f6e9da2c6b722284b12d-C', 1657077001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437323230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437323230313b7d7d),
('80ecce9eca4e8eb23ba5539d64139131-C', 1657284302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637393530323b7d7d),
('80ecee395b0b1f250a156d8cd075f71e-C', 1656427952, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832333135323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832333135323b7d7d),
('80f675126632c33cdedc2a393165d691-C', 1657462202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835373430323b7d7d),
('80f6d47245a53244d8ff4594d9bfc812-C', 1656126901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532323130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532323130313b7d7d),
('80fbbc3e822a645ad66e91ed3ca32ab7-C', 1656143102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533383330323b7d7d),
('80fde4b474a9dfebf9dd5bbf790cd22b-C', 1657269302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636343530323b7d7d),
('811de5eb30efa2c792cecb5d25235502-C', 1656104702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439393930323b7d7d),
('811ec63592f9d1760f0c64dbe3307b30-C', 1656349802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734353030323b7d7d),
('81291cada6d2772d2f839ccb3b117086-C', 1656740401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133353630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133353630313b7d7d),
('8137fd9605098e044bb6abd6f06d8128-C', 1656725564, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132303736343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132303736343b7d7d),
('814c4a7922f9a08f0228f708312bda76-C', 1658243843, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373633393034333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373633393034333b7d7d),
('814db5e2c1ec555f7d57e9c226e4ada7-C', 1656047402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434323630323b7d7d),
('814f919caa067af834f88b157d194d67-A', 1656937724, 0x613a373a7b693a303b623a303b733a31373a2273746f7265645f73746f726566726f6e74223b613a313a7b733a353a2276616c7565223b613a31363a7b733a333a2275726c223b733a31373a2270617274697573686f702e636f6d2e6272223b733a31373a2272656469726563745f637573746f6d6572223b623a303b733a31303a2269735f64656661756c74223b623a313b733a363a22737461747573223b733a313a224e223b733a31303a226163636573735f6b6579223b733a33323a226237623434313262656461663536656465333236313966393536333464373439223b733a343a226e616d65223b733a31313a225061727469752e53686f70223b733a31303a227468656d655f6e616d65223b733a383a227669766173686f70223b733a34333a2269735f61636365737369626c655f666f725f617574686f72697a65645f637573746f6d6572735f6f6e6c79223b623a303b733a31333a22636f756e7472795f636f646573223b4e3b733a31313a22636f6d70616e795f696473223b4e3b733a31323a2263757272656e63795f696473223b4e3b733a31323a226c616e67756167655f696473223b4e3b733a31313a227061796d656e745f696473223b4e3b733a31323a227368697070696e675f696473223b4e3b733a31333a2270726f6d6f74696f6e5f696473223b4e3b733a31333a2273746f726566726f6e745f6964223b693a313b7d7d733a31353a2273746f7265645f6c61796f75745f31223b613a313a7b733a353a2276616c7565223b733a323a223430223b7d733a32363a22636865636b6f75745f637573746f6d65725f6c6f636174696f6e223b613a313a7b733a353a2276616c7565223b613a363a7b733a373a22636f756e747279223b733a323a224252223b733a353a227374617465223b733a323a225350223b733a343a2263697479223b733a31343a224a617264696d2053756d6172c3a9223b733a373a227a6970636f6465223b733a383a223136303135323434223b733a373a2261646472657373223b733a31393a2252756120437269737469616e6f204f6c73656e223b733a31313a2269735f6465746563746564223b623a313b7d7d733a33323a22636865636b6f75745f637573746f6d65725f64657374696e6174696f6e5f6964223b613a313a7b733a353a2276616c7565223b623a303b7d733a31343a22636172745f6c616e677561676541223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733343032343b7d733a31393a227365636f6e646172795f63757272656e637941223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733343032343b7d7d),
('81527c75d378d583ffa78a99dbb528df-C', 1657359002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735343230323b7d7d),
('8156f1ae5946bc825410277282528a72-C', 1656554401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934393630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934393630313b7d7d),
('815fd7c3b38d31129d77487075cfacd3-C', 1657561030, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935363233303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935363233303b7d7d),
('816b3165ee3596ed76d80c3fbd72527d-C', 1657548001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934333230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934333230313b7d7d),
('816c5016e28ec4a40099c350f2eca915-C', 1657908188, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373330333338383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373330333338383b7d7d),
('816f244382b15b121cec0ed177d13128-C', 1656856502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235313730323b7d7d),
('8171dc4d6a0d3bbee76b1603adfa72b9-C', 1656073509, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436383730393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436383730393b7d7d),
('81746789508023acaf1781e0fb07b68a-C', 1657523402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931383630323b7d7d),
('8176233374a7b5b5dbf68614b09cee00-C', 1656524834, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932303033343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932303033343b7d7d),
('817bd50c859bf8aa12d2d46f9d98ff4e-C', 1656337501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733323730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733323730313b7d7d),
('8181b003ec97c2079dc0640070716ebd-C', 1656119108, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531343330383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531343330383b7d7d),
('819428272e74f5e244cc2892fb45afd4-C', 1656257102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635323330323b7d7d),
('8197c2cb1b3dbbd0b0577da03cda8690-C', 1657416602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831313830323b7d7d),
('81b2f58286b32324e4211659171ad780-C', 1657433102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832383330323b7d7d),
('81b82d2826bfb004d3c1b9d6d3ad3074-C', 1656371102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736363330323b7d7d),
('81c388404605312db9f0802890adef06-C', 1657401901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739373130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739373130313b7d7d),
('81c4bfd07da1834bcacf6f1f30f2a868-C', 1657673402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036383630323b7d7d),
('81c7fb19dd9379adcec77b1eaf43c18e-C', 1657299002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639343230323b7d7d),
('81d4f38054d249ccd6961ffc15a6ef36-C', 1656162902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535383130323b7d7d),
('81e1ef30e940910ea9cb87e180625203-C', 1656408002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830333230323b7d7d),
('81e4f1f07c6112ccb67b072e3e209202-C', 1656513902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930393130323b7d7d),
('81e7a8abdccf8a7cc3d4a7ef015e0fab-C', 1656932402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332373630323b7d7d),
('81e8b5d677e59b3a035dedf1ca4fa228-C', 1656209402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630343630323b7d7d),
('81e93697361617da52aeb1287cc25618-C', 1657375943, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737313134333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737313134333b7d7d),
('81f82e1a84ecf0d3830d4cbd1a1f9e55-C', 1658074777, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373436393937373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373436393937373b7d7d),
('82004772f22e813bcc216a99549ced12-C', 1657198202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539333430323b7d7d),
('82043955ba39d9fc74afeaafc6403f9e-C', 1656374402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736393630323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('820563f6498bc6b2c84fdd485426816a-C', 1656056701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435313930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435313930313b7d7d),
('8209e7e335bdbb24ca6d823d06736ccb-C', 1656540302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933353530323b7d7d),
('820a1d91acd846f5ec75dac840e9f7a4-C', 1656365701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736303930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736303930313b7d7d),
('821210c39c0acc50d569a8dfdc95e067-C', 1656690901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038363130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038363130313b7d7d),
('822127081d1cabd95f8d2c8abee79cc4-C', 1657313402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730383630323b7d7d),
('822ed7829b99df31e6ea6950a039e135-C', 1656230402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632353630323b7d7d),
('823c2120c546d95c7ba089fd76ac2a8d-C', 1656263101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635383330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635383330313b7d7d),
('8245e1ce834cb6f41e916fbf1d649358-C', 1657233602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632383830323b7d7d),
('824b87643127a3c034602c559a4cfcfe-C', 1656015302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431303530323b7d7d),
('82598c3ec5faa42cd8901d1084d8f6f7-C', 1657423802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831393030323b7d7d),
('825d56b09636fc2e51e43e90b145c961-C', 1656189602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538343830323b7d7d),
('82635c1b159534a6693b04592c1091ca-C', 1656295202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639303430323b7d7d),
('827feda5f9cbbbc438153ceebb0be361-C', 1656090302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438353530323b7d7d),
('82808852655e2c598e5030042616077d-C', 1657906119, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373330313331393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373330313331393b7d7d),
('828b6b1e707ba94dc2779e06cbf4e930-C', 1657525201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932303430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932303430313b7d7d),
('8291620a06030544075fdbdb38739182-C', 1656426902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832323130323b7d7d),
('8295557b60d979729b775a129bcd3d21-C', 1657578002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937333230323b7d7d),
('82967f4556b3a6507844badf5e69a622-C', 1657657802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035333030323b7d7d),
('829e3275a0687d25ecbdfd019c4632d2-C', 1657191002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538363230323b7d7d),
('82a26ca6c6864b6196b0de71feeff421-C', 1656304802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730303030323b7d7d),
('82b1231b5e4e8a2151ec35251d1e758e-C', 1656480685, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837353838353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837353838353b7d7d),
('82b268560d01cacb66ba59946487941f-C', 1656944412, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333393631323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333393631323b7d7d),
('82bff21424bb247515ed6e7511b60be1-C', 1656121202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531363430323b7d7d),
('82d3a8b17fe9007f72820537abbd5686-C', 1656753901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134393130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134393130313b7d7d),
('82e0a67fcadb6408e58b83b818572a39-C', 1656354301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734393530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734393530313b7d7d),
('82ed37d95bb9c127e25efe96fd9c3d8a-C', 1656232801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632383030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632383030313b7d7d),
('8300aa13bd4e43871e6e1638085ced80-C', 1656303302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639383530323b7d7d),
('8308f13675adf2f667ee3e6dd091bb6e-C', 1657461602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835363830323b7d7d),
('8308fa64bf7c9cab1f356c883883639a-C', 1656442502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833373730323b7d7d),
('830bde4894458c261bc8e3d0bbcf4436-C', 1657612802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030383030323b7d7d),
('8315b279405ac432ec9d3e4e6994b4ef-C', 1656048902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434343130323b7d7d),
('831949fad33dc4a7a62ca0aba27a4366-C', 1656423902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831393130323b7d7d),
('83433d256214e94011729ff74b2404ec-C', 1656209701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630343930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630343930313b7d7d),
('8343a20a8cd5c3c24ea1853d3656514e-C', 1656774603, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136393830333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136393830333b7d7d),
('834ea911c04ac9934cfb3d75a62a0fc3-C', 1656932702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332373930323b7d7d),
('8367602ecec1fee941016af1d0926059-C', 1656271802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636373030323b7d7d),
('8370dbac4d42689d69746ecc2cae9ca8-C', 1656914102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330393330323b7d7d),
('83812f3b32a82c790b08210c9a58815b-C', 1656358802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735343030323b7d7d),
('838b6902449d68cddea38dcb221866c5-C', 1657035302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433303530323b7d7d),
('838eab9aa585a54e29f57fbf5e415bfd-C', 1657405368, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830303536383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830303536383b7d7d),
('838f41868e8ad4c3b26c773b675b1e53-C', 1656651634, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034363833343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034363833343b7d7d),
('8390c647e256407a06e368a18252ee49-C', 1657166702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536313930323b7d7d),
('839770dc1e8fb8cda585317b483fe281-C', 1656805802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230313030323b7d7d),
('8397c436ba854438787e075f5cb5e121-C', 1655996341, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339313534313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339313534313b7d7d),
('83a1604655c3c8a7f6f1c607bfe8524a-C', 1656575101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937303330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937303330313b7d7d),
('83a3e622bc865cdd5dad4082b1a45964-C', 1656966901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336323130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336323130313b7d7d),
('83ad63fccb03c975fd4a0b7a6a9a9625-C', 1657118272, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531333437323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531333437323b7d7d),
('83ad7e980e61f432c168d8bcacda7c9a-C', 1656503702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839383930323b7d7d),
('83af3cc9fd133a373782ed13b2247ed7-C', 1657558802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935343030323b7d7d),
('83b22bd6748c2b6151df30a8da27960f-C', 1656596402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939313630323b7d7d),
('83c1d683c1d7a17637a72e4a8fe1c20f-C', 1657725060, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373132303236303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373132303236303b7d7d),
('83ccbdeac4037053c49f559864318e24-C', 1658200847, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373539363034373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373539363034373b7d7d),
('83d348013aa91155722f5e6b871f5652-C', 1657044601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433393830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433393830313b7d7d),
('83e2c03f5c903594b13aaeefd94f2f17-C', 1657670102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036353330323b7d7d),
('83e943174be2e4776466e59300bd4b91-C', 1657746684, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373134313838343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373134313838343b7d7d),
('83f0a8d212c0d8619605b3cb40807cde-C', 1657595102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939303330323b7d7d),
('83f271f11ddd4c1b6ebb2a36de818c55-C', 1656419402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831343630323b7d7d),
('83f4c036b7ddd93ccb359cc8895b2e57-C', 1657459801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835353030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835353030313b7d7d),
('83fd8413021ed38383ef302238fbf1e9-C', 1656535801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933313030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933313030313b7d7d),
('84104ee4004a449514ac99d1aa60c004-C', 1656858002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235333230323b7d7d),
('84119ea781944a3a55f042bf249b1c49-C', 1656584702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937393930323b7d7d),
('841642b24626b8bde5d7dfbbc8f47747-C', 1657298402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639333630323b7d7d),
('841ba26caf74821ccb79de2079123219-C', 1657725749, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373132303934393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373132303934393b7d7d),
('842465676f3ad98a0319589a249e7e6d-C', 1656354902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735303130323b7d7d),
('842744030e6391a037bdfd50266e0378-C', 1657640102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033353330323b7d7d),
('842a11c4d8e7997ffce0c57b2680a439-C', 1657164002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535393230323b7d7d),
('842ab4be293b561e0b028d2976f8ce2c-C', 1657281602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637363830323b7d7d),
('84391db3cde4d45113f19334f9edf14e-C', 1656073506, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436383730363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436383730363b7d7d),
('8439e4184bc88ea0174c79bd1c32c2dd-C', 1655929522, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353332343732323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353332343732323b7d7d),
('843b1d71536a4ffbeffe994beb0789e4-C', 1656741602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133363830323b7d7d),
('84430a277ef2b038e4c837b7400a39f6-C', 1656632102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032373330323b7d7d),
('844fd47dca917b0adddeecd1c7904994-C', 1657021502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431363730323b7d7d),
('845003e17a7be3fb7c48754479527d2e-C', 1657181701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537363930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537363930313b7d7d),
('84517d0470be9146ef27c7c8f26a5ea1-C', 1657698302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039333530323b7d7d),
('845d1823d81474b5bad1be63a8aaf970-C', 1655992254, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353338373435343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353338373435343b7d7d),
('845d2f5817e72649e234dabb682867d8-C', 1657716302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131313530323b7d7d),
('847fa81c9858dbf80302670f91a15129-C', 1656978302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337333530323b7d7d),
('8491ea283ea11c6005e8ecd2f7504729-C', 1656538802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933343030323b7d7d),
('8493f829f7da3a6778c5da03801fe8bf-C', 1656708602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130333830323b7d7d),
('84a9a6bc9ba3ee4a3be5b1e3da74e95d-C', 1656300901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639363130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639363130313b7d7d),
('84c8b3689bb68cda1dfd3d2a70e514eb-C', 1657633501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032383730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032383730313b7d7d),
('84cfc2f563e692d6a8efee7357fb92aa-C', 1656948602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334333830323b7d7d),
('84dc4eff2b1151b02f58480727234724-C', 1656295802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639313030323b7d7d),
('84eeec23b2ca27d9c7dd611d108b5693-C', 1656514201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930393430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930393430313b7d7d),
('84ef112d56faef1c0862516f5a9cf925-C', 1656146401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534313630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534313630313b7d7d),
('8500e83aa6862fbda214234c1ebeca08-C', 1657596574, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939313737343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939313737343b7d7d),
('85031d22148f49dfa057da45ee65205a-C', 1657486502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838313730323b7d7d),
('850a3f68dc165f9eaacfe39f2f7e0dc6-C', 1656609902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030353130323b7d7d),
('851b778034f42fe3cc8420862a09f298-C', 1656708002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130333230323b7d7d),
('852048e3883fca8621f9c3e313f77aac-C', 1656685202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038303430323b7d7d),
('8525eb3771ac5b7fe7297d7d50b08c3f-C', 1657388402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738333630323b7d7d),
('85263937035dbd56364e8c87c7ae87a6-C', 1656310502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730353730323b7d7d),
('852d08c329a650ba3f759a8bd9cd8a56-C', 1656071101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436363330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436363330313b7d7d),
('85417814a3bcb871f73272b29abee7fe-C', 1656069111, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436343331313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436343331313b7d7d),
('8542b5c64190f32440aa6de8e6916988-C', 1656161402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535363630323b7d7d),
('85456f98c686542ec939a6b425268f4a-C', 1656386402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738313630323b7d7d),
('855002d48045cd9b5796d779b2e1a055-C', 1656431701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832363930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832363930313b7d7d),
('8570f3e95c53ec00c06f6fba48f2432e-C', 1657282202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637373430323b7d7d),
('857542f20ed6234d7c1fe2a0a2335478-C', 1657700520, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039353732303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039353732303b7d7d),
('8591f4aeb797ed766ec2cb5f3d228475-C', 1656666301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036313530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036313530313b7d7d),
('85a3bf4ab21087c61a95ff1372090c1b-C', 1656131702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532363930323b7d7d),
('85a8c28ea58dfceeb815ee7f18960207-C', 1656668402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036333630323b7d7d),
('85af0d54131c3ffc8dd7c0efc717adc9-C', 1656969902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336353130323b7d7d),
('85c0c06f6230ae103d363244547adce7-C', 1657453801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834393030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834393030313b7d7d),
('85ccaed1d18479e46831253887bf9f89-C', 1657742179, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373133373337393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373133373337393b7d7d),
('85d14a957eade1a9e0fece7f933fe942-C', 1656073502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436383730323b7d7d),
('85dc83eefdcecff7873e9d411058623f-C', 1656823802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231393030323b7d7d),
('85df51a2a043756e9b68750026d4b40a-C', 1657273802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636393030323b7d7d),
('85e3a3f857b83f983da34bdd0beb9fca-C', 1656896702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239313930323b7d7d),
('85ea8f4e0e65b282493b9e3ee880b5d8-C', 1657565402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936303630323b7d7d),
('85ed10cb5240529e5b1d7e4a94b24d1b-C', 1657312802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730383030323b7d7d),
('860586ddd3479ba35076ee2cd782eaad-C', 1657413002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830383230323b7d7d),
('860b73a378bf0db622fa5ff19e4304a5-C', 1656815102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231303330323b7d7d),
('8615d0803ebe8ca5e185bc841435f34d-C', 1656322501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731373730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731373730313b7d7d),
('8618c0d0c749e28b66728d81b6a01857-C', 1656376202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737313430323b7d7d),
('86223d3f87b8a2d92a4cd5b18425ceef-C', 1657717202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131323430323b7d7d),
('8625a945b77d48151e1d327091696f4c-C', 1657220702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631353930323b7d7d),
('86362a8f2f43e00bf70bf503b0604ddb-C', 1657397401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739323630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739323630313b7d7d),
('8639109cf2adad6d292db3148cad07d7-C', 1655965042, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353336303234323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353336303234323b7d7d),
('863e72ed10fb810b8ee809bada77af9e-C', 1656738691, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133333839313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133333839313b7d7d),
('86412695cd255ceec4aae4be39b96d44-C', 1656452193, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834373339333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834373339333b7d7d),
('8641e50d5564cb274f03899e4069e4f8-C', 1656032402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432373630323b7d7d),
('8661e64c5d93148e2efac97539e778d8-C', 1656885002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238303230323b7d7d),
('8666559a76235b39b336a18b7205ab80-C', 1656256802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635323030323b7d7d),
('866ac56b08879525bbfe815c0e449d1a-C', 1656911701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330363930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330363930313b7d7d),
('86756984eb98e13f6ae2d5664b1fd536-C', 1657022702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431373930323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('867c3a945c5eb2bf99c3bca43fb44341-C', 1656194102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538393330323b7d7d),
('8680aad5ca30dca39c1884e04f33d073-C', 1656785701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138303930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138303930313b7d7d),
('8681ec34ce7457649c7434fa6846c289-C', 1657413204, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830383430343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830383430343b7d7d),
('868429ed7157b3e658b4eb691774b710-C', 1656542702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933373930323b7d7d),
('869074c6e7613a64a93518e672277957-C', 1656418259, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831333435393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831333435393b7d7d),
('8694a7fd40f8178071dadc0203c83efe-C', 1656105302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530303530323b7d7d),
('869e899d6daa51c5aeb47fe78d9deb97-C', 1657884134, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373237393333343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373237393333343b7d7d),
('86a08947a517eecde9f242534edfd368-C', 1656326402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732313630323b7d7d),
('86ab65a6563062b0fae20c91562ce194-C', 1657051202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434363430323b7d7d),
('86bbc85a9a5bb944240cd3b795bd29d1-C', 1657074902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437303130323b7d7d),
('86c1e6900124275a35aa087782d00b79-C', 1657715402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131303630323b7d7d),
('86c3eb4821da0120c756afffaf2124e0-C', 1656597901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939333130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939333130313b7d7d),
('86c53c8bbbac40868eb8ba4cb871dc87-C', 1657721779, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131363937393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131363937393b7d7d),
('86d7841d286aa4842801f86cdb09c8a0-C', 1656597302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939323530323b7d7d),
('86e26a2cd49297edf72898503074904b-C', 1657032902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432383130323b7d7d),
('86e519978f27e7192ef13fdcf2fd9577-C', 1657099202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439343430323b7d7d),
('86e95c42e3abffb48e2913aabc463483-C', 1657414802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831303030323b7d7d),
('86efc06986341f68f90f9e3fa507ad2f-C', 1656755402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135303630323b7d7d),
('86f0452fa2cd74087f937a245356e3ba-C', 1656974102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336393330323b7d7d),
('86f75ee0064ccee73d0aa399ab25e4bf-C', 1656805502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230303730323b7d7d),
('86f979411d13e3f89c04b6319703d9de-C', 1656586502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938313730323b7d7d),
('871924ccac254b5faade01a6449c5be2-C', 1656800268, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139353436383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139353436383b7d7d),
('871f4baf767f97808661476d01ab929b-C', 1657374902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737303130323b7d7d),
('8720d0daa2ba8c07a302bd9add726a9c-C', 1657132802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532383030323b7d7d),
('8724c0602925088c9c5bba7bfd9ecfae-C', 1656419702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831343930323b7d7d),
('8729b7c9e78471c80364ef9e8fa957f6-C', 1657407302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830323530323b7d7d),
('872b101c11a5e3f1b42b8015f3e401b4-C', 1657638002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033333230323b7d7d),
('873e816ed3e14af851792e9443aea5bc-C', 1657369202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736343430323b7d7d),
('8741d4953fecdc68429a2296f55bb5d0-C', 1656759109, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135343330393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135343330393b7d7d),
('87491814a3fe438448e00fd91005862f-C', 1657930354, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373332353535343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373332353535343b7d7d),
('874ba1f90745311ed9a84b2242364317-C', 1656030302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432353530323b7d7d),
('874c1151da5a22a890946c9336f683e7-C', 1656083701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437383930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437383930313b7d7d),
('8754c3bef582929f0b1f578448e15f91-C', 1657659001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035343230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035343230313b7d7d),
('87554db6c3adefbe7d427647b694f022-C', 1657610402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030353630323b7d7d),
('876406b9784eba3d4bd004193294628f-C', 1656803402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139383630323b7d7d),
('87682675f233f3f548b0e059b69ee261-C', 1656631501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032363730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032363730313b7d7d),
('87691cfa5136bfe6263b9fc7bcd69f54-C', 1656751201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134363430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134363430313b7d7d),
('876de637d2362bd4971581fca4e32433-C', 1657616102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031313330323b7d7d),
('878190dba36775a3352dc7b8d0bda0a6-C', 1657691702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038363930323b7d7d),
('8787a28a63cfc6542592c5e90b7f1ced-C', 1656929701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332343930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332343930313b7d7d),
('878ce2a97d1b82cf939b4d263f38608b-C', 1657561502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935363730323b7d7d),
('879051880514fa6588a55d4752e58953-C', 1656658501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035333730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035333730313b7d7d),
('87986fe5b9ae746bae46376c99e51412-C', 1657010702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430353930323b7d7d),
('87be0a4fd2cc77b26a530e65013bfa17-C', 1657199306, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539343530363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539343530363b7d7d),
('87bf27743cba64914d510b9f28256108-C', 1657521175, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931363337353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931363337353b7d7d),
('87c4da295b0fbafa8b1c18f217889c4b-C', 1657314902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731303130323b7d7d),
('87d1f9a344eaa6557e62cb838bda4451-C', 1657411801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830373030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830373030313b7d7d),
('87f4f635af7fd01a18516cb724298640-C', 1657238618, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633333831383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633333831383b7d7d),
('88002d95e772fac2fea3a741630d01e7-C', 1656863701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235383930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235383930313b7d7d),
('881a21af152247371d885f3627ae4298-C', 1657486201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838313430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838313430313b7d7d),
('881e900b7cdb3d86676a0c54978d6d7b-C', 1657485901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838313130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838313130313b7d7d),
('882e51dc4304e7672bd583c548716a57-C', 1657467602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836323830323b7d7d),
('883081f4bba6c4b8e0d9a91709863cac-C', 1656358502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735333730323b7d7d),
('88356b68cf4bf5d1dd0a41f5784bb13f-C', 1656672302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036373530323b7d7d),
('8839ba7f254019c59dc5397996ddd6a4-C', 1657371901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736373130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736373130313b7d7d),
('885cebd1b135e168c6baf651bbf60f4f-C', 1656511801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930373030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930373030313b7d7d),
('8865e130039f03b4298b8f218cee9764-C', 1657747554, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373134323735343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373134323735343b7d7d),
('8866f66598ffaae93e853e31c7513cd6-C', 1656663302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035383530323b7d7d),
('8871be377245988118f4b3ebaf6bb86c-C', 1657111028, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530363232383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530363232383b7d7d),
('8873052d889b2e5023242d902cbf6d13-C', 1658269853, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373636353035333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373636353035333b7d7d),
('887322f31521ee80023034b011513f7a-C', 1657033802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432393030323b7d7d),
('8873d50891f4cc11f411d51bd16427f8-C', 1657174502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536393730323b7d7d),
('8876e2da003e52afe9840da0d8631666-C', 1656918002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331333230323b7d7d),
('888746ebd75b40b82d57896d44dfa3ed-C', 1656545102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934303330323b7d7d),
('889081996a9af6e8e4bb376e84d6eea5-C', 1657499402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839343630323b7d7d),
('88abe3e31224c7f8e894e5a04b3c8855-C', 1656853802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234393030323b7d7d),
('88b6a3669b0f28c5552a873fc459b9b8-C', 1656118802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531343030323b7d7d),
('88ba4fd3575d81349dfcec9e78787aa9-C', 1656994502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338393730323b7d7d),
('88bbbe7cd1817bbabf1433c7cc63daa3-C', 1656704702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039393930323b7d7d),
('88c8e858867714eca1ea4dc850b33073-C', 1656640202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033353430323b7d7d),
('88cf551ce952c156c81dac98a7cc74cf-C', 1656568202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936333430323b7d7d),
('88e9cfb7923f6a16bc3bff065587aac1-C', 1657214402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630393630323b7d7d),
('88ec39dfd55bb279d0137be68dc296ea-C', 1658247727, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373634323932373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373634323932373b7d7d),
('88f5a55dfb9b317cd2f8ec04a2d9ca38-C', 1657527491, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932323639313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932323639313b7d7d),
('88f90af93ce1cd35e506fd4704d795cf-C', 1656727043, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132323234333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132323234333b7d7d),
('8906cb5d0f6b9343cf6d87238451eb7d-C', 1657539002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933343230323b7d7d),
('890ea864d61d302837747d14a6033e6e-C', 1656233702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632383930323b7d7d),
('8911826dd6c2e1e3706991ee1dc9be48-C', 1656912302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330373530323b7d7d),
('891ebc0a659c560f7504c1a7f2816e17-C', 1657107301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530323530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530323530313b7d7d),
('891f0ef5fb8afc16f4c4dd916f3dd3d0-C', 1657402802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739383030323b7d7d),
('892ea9ed5a029443d2ce867836072690-C', 1657267202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636323430323b7d7d),
('893a625f743b2754c4fe73fa8a4ce2d2-C', 1656782402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137373630323b7d7d),
('89456458b325b49483f3c0ecee4bfad0-C', 1657574402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936393630323b7d7d),
('89531f880e240a22bc3ac712c4757af0-C', 1656367502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736323730323b7d7d),
('895576416d450d46fd11b1ea16003607-C', 1656170101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536353330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536353330313b7d7d),
('895cb0172497d14b47b49b78eb79033a-C', 1657087502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438323730323b7d7d),
('895f8ac71234f08eaea25cbceb404c2e-C', 1656367802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736333030323b7d7d),
('8960197dccb263c99da49856043c2724-C', 1657825491, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373232303639313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373232303639313b7d7d),
('89641b3de175586d91f680fe71ac2cb2-C', 1656639001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033343230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033343230313b7d7d),
('897413a450d5b86a30e266a0917b3807-C', 1657695902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039313130323b7d7d),
('8981830ccc63b8d39cc801c634985181-C', 1656745202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134303430323b7d7d),
('898241a1849f8eec54ab87a832e52ebb-C', 1656287101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638323330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638323330313b7d7d),
('8983fff28a4f3ee1950136b43d215e53-C', 1656548402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934333630323b7d7d),
('8986dbf971a3ef438a99a89a778abb51-C', 1657027501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432323730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432323730313b7d7d),
('89936bd28ebd39dfb8b02db55c9cf490-C', 1656817801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231333030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231333030313b7d7d),
('8994977459726cf33681f50fda70ef4c-C', 1656197701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539323930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539323930313b7d7d),
('899d65a773c21976766aeb5384e800b8-C', 1657211702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630363930323b7d7d),
('89a254b6319c78369740ab7f9bf3aa6e-C', 1656783302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137383530323b7d7d),
('89a5c9cf91361d087972d8ea96bc69fd-C', 1655941870, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353333373037303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353333373037303b7d7d),
('89a72ace3cd790e5643f024294832d13-C', 1656947702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334323930323b7d7d),
('89a979b4b5b69771c34d308cc4c774a0-C', 1656165302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536303530323b7d7d),
('89acbffa5628b8f4dcac4fc8aa18cbc5-C', 1656062702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435373930323b7d7d),
('89b8110caeadca63ad7e2931b385f1ce-C', 1656581402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937363630323b7d7d),
('89c992a6c70e3239721fad88d4df4dce-C', 1657535957, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933313135373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933313135373b7d7d),
('89d00506fc512fb204e9ee04e82bb496-C', 1656855302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235303530323b7d7d),
('89d3a3aea0d7b52dfccfe2557bce0054-C', 1656281097, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637363239373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637363239373b7d7d),
('89d8044f17c21c06a8f17ea38f0d8acf-C', 1656369400, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736343630303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736343630303b7d7d),
('89ec1d9007f43500f89e7f1ab3f32dbd-C', 1657367402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736323630323b7d7d),
('8a04d320a3fe6a78f96fd0ed0a64f96c-C', 1656795902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139313130323b7d7d),
('8a080f1075cea766c7994506b6d56eba-C', 1657270502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636353730323b7d7d),
('8a1e60b1504c2a259f4e4323a0df9eb9-C', 1657338302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733333530323b7d7d),
('8a2ffd4865317de395ba0ef56892348a-C', 1656299402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639343630323b7d7d),
('8a39be47b6c256d510277538dca0fa18-C', 1657230901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632363130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632363130313b7d7d),
('8a3a626c6cc0f85daca07146366ca02e-C', 1657362914, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735383131343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735383131343b7d7d),
('8a3df5c9ecd5455492b655d5cd6bf6f8-C', 1657103702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439383930323b7d7d),
('8a3ec7244ca9c9ec05e906d5df882d2f-C', 1656891602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238363830323b7d7d),
('8a422b30b3f9e11d07f913cdd2ec6e7c-C', 1657808450, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373230333635303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373230333635303b7d7d),
('8a46be75c141a82c6fcd1546fd2e3ed2-C', 1657598101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939333330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939333330313b7d7d),
('8a524b93244c9f084d8996fb699f435b-C', 1657604102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939393330323b7d7d),
('8a5b6421c3cad525ea6cf61c351ebde3-C', 1657554099, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934393239393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934393239393b7d7d),
('8a6b1027397cebd38aac72aa785261ec-C', 1657091101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438363330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438363330313b7d7d),
('8a70037f601a16c8893d79540fa10f5d-C', 1657272002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636373230323b7d7d),
('8a959ecff9a7abe467280ec7d8299edb-C', 1656794105, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138393330353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138393330353b7d7d),
('8ab1733444f04121d8240e568ff0bacb-C', 1657599301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939343530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939343530313b7d7d),
('8ab23f16a87038bb5a5b95c43026ba18-C', 1657988972, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373338343137323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373338343137323b7d7d),
('8aba0b58b42698847947ad41a9c0f523-C', 1656322202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731373430323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('8acd44038c9efcbc0ab1a3e38f9c18d8-C', 1657071904, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436373130343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436373130343b7d7d),
('8ad0cfd446c2ffe07b846adda05c9c71-C', 1657262102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635373330323b7d7d),
('8ad77c5ba3b17f64bd5e35bd36ec5a9a-C', 1657682102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037373330323b7d7d),
('8ae69e6ebce66d4e08b1716b8a4d49eb-C', 1656161102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535363330323b7d7d),
('8ae7403887b4e261a48cdbb1c57db63d-C', 1656537301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933323530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933323530313b7d7d),
('8aede27e2e0ce753e00012a90aa89df4-C', 1657047164, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434323336343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434323336343b7d7d),
('8af418fdec4e00ddad0d3517f8c1bf98-C', 1657047302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434323530323b7d7d),
('8af7ce9efd6fc6937e6010613e391ba2-C', 1656352205, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734373430353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734373430353b7d7d),
('8af8bb7c6c3f54884a540b3651a3ca66-C', 1657697102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039323330323b7d7d),
('8afa0230c9b134bf01825ee711c247d7-C', 1657555559, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935303735393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935303735393b7d7d),
('8b0c912d3b0057a0d43de126514a94dc-C', 1656819602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231343830323b7d7d),
('8b293bee843f6c54726e548d0980360e-C', 1655995134, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339303333343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339303333343b7d7d),
('8b3118d817280603a10bf2440a921737-C', 1657624202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031393430323b7d7d),
('8b377ae1248caa3e24a49b2d3c4f70a0-C', 1657118102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531333330323b7d7d),
('8b386d80b1038aaa7912f5593756e425-C', 1656733501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132383730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132383730313b7d7d),
('8b3de449cad83638a152e82b9f48938a-C', 1656531534, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932363733343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932363733343b7d7d),
('8b3ea29ed60612833e0a91cf81b370ad-C', 1657591501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938363730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938363730313b7d7d),
('8b49e53dc2b06fe5530dd2566a70a0a7-C', 1656944415, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333393631353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333393631353b7d7d),
('8b5b0ebdf8747aa40f8613f42afcc46b-C', 1657933107, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373332383330373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373332383330373b7d7d),
('8b775241d429c1c7132133339c4481f8-C', 1655968803, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353336343030333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353336343030333b7d7d),
('8b87a93747e18ffd744f4093b66c2cb4-C', 1657554302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934393530323b7d7d),
('8bb9f7eb2c3f6a920f01339788d80458-C', 1656005102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430303330323b7d7d),
('8bbe662ebc9a32d91a9ad86708dd47eb-C', 1656447301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834323530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834323530313b7d7d),
('8bd2aa20391bab19a705f121d843ae47-C', 1657439102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833343330323b7d7d),
('8bd351e1ec01c65f1f5658d9c021a353-C', 1657702171, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039373337313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039373337313b7d7d),
('8bda00e44d405a894f914c1068b777f9-C', 1656481502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837363730323b7d7d),
('8bdc2827ae803f09a28a1a774a222a07-C', 1657277102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637323330323b7d7d),
('8be141643d72298f753877cd4330c1b8-C', 1657502702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839373930323b7d7d),
('8be927ef52f9d3ee4ccedd6384fcee9f-C', 1657030202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432353430323b7d7d),
('8befa54ee1cfb91f0258f3f14914c647-C', 1657663802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035393030323b7d7d),
('8bf3912289db9a84a95f958b8adc2a2d-C', 1657196702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539313930323b7d7d),
('8bff3aafbcd87d43958225b151447c96-C', 1656879602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237343830323b7d7d),
('8bff5a41aa416a9743a8e0f3fe3946bc-C', 1656482402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837373630323b7d7d),
('8c05d4e44cc8ae2aeba9405fce58ea68-C', 1656755119, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135303331393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135303331393b7d7d),
('8c05ea8aa4c362e47df4e0841a9cf7cf-C', 1656563102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935383330323b7d7d),
('8c06aa19b6b00379464adc190feaee39-C', 1656342301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733373530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733373530313b7d7d),
('8c0753cf9e6487bcbde58703cbd8f8fa-C', 1656071702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436363930323b7d7d),
('8c0857ca1c3a27a16c50710d71bf4000-C', 1656861395, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235363539353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235363539353b7d7d),
('8c0e629cffdb83a1a2225f5ace498eca-C', 1657203944, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539393134343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539393134343b7d7d),
('8c135694eac9534c32c3b56bca00e8a0-C', 1657482302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837373530323b7d7d),
('8c1e84cef645b640f7c62c97e3edbf21-C', 1656729980, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132353138303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132353138303b7d7d),
('8c24f0c83ddd6d4e44ebf251f48a84dd-C', 1657203902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539393130323b7d7d),
('8c2eb64398ce4bbef1d6f3cbf735685f-C', 1657869556, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373236343735363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373236343735363b7d7d),
('8c34a68f2787e456d4c97abdd7f62d10-C', 1656010802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430363030323b7d7d),
('8c3b56ca6a514fb9572c5795a899449c-C', 1657694102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038393330323b7d7d),
('8c4a98859310c2dee617f054f0d933fc-C', 1657577702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937323930323b7d7d),
('8c60dad040bf67d62695cdebdbf9c40f-C', 1656574501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936393730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936393730313b7d7d),
('8c6ef30ffde4d9b937b14d9f038a600f-C', 1656994802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339303030323b7d7d),
('8c7135b8d2dd25fd8791eba95d2ba4b5-C', 1656748202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134333430323b7d7d),
('8c8022ff4e0536b6e6e65715a5439691-C', 1656529802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932353030323b7d7d),
('8c894fc8494d9955b06498751ae86944-C', 1656133802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532393030323b7d7d),
('8c935a977277e9614a9875c11b00c8a9-C', 1656467402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836323630323b7d7d),
('8ca2c75d0433a1283208ca90875de7d7-C', 1657260002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635353230323b7d7d),
('8cab4f01b0dbfc7f613009a0eb756181-C', 1657454702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834393930323b7d7d),
('8cb1c2fc544fba366f4e250ba9e84c97-C', 1656968102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336333330323b7d7d),
('8cbeeb2df7ba784c3752b7c4592d18f4-C', 1656791350, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138363535303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138363535303b7d7d),
('8ccc10a0cf30ca3a45c49a3db3e2dd49-C', 1656722835, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131383033353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131383033353b7d7d),
('8cf3b2c418d35b914b6907dd86e16746-C', 1657440002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833353230323b7d7d),
('8d02a335762cea7c2499cf70bbcdc781-C', 1658148541, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373534333734313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373534333734313b7d7d),
('8d02b5d27822e41b926c0d0b945dd310-C', 1656068101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436333330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436333330313b7d7d),
('8d09db46446621dc37b1b34480d23588-C', 1658226963, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373632323136333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373632323136333b7d7d),
('8d0a7ce364140958d8f870aedb924b8d-C', 1656117301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531323530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531323530313b7d7d),
('8d0ef752d73a35e98561e7ebcfd192a2-C', 1657291802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638373030323b7d7d),
('8d12fbd74d233862f127b991f2ca2272-C', 1656894302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238393530323b7d7d),
('8d387a5170cc102c8780e4fb9d34f80f-C', 1656273302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636383530323b7d7d),
('8d39f53c7a2a570a6325dedb78d6444e-C', 1656850201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234353430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234353430313b7d7d),
('8d40f071487727f39b1b3c56bb8cea2e-C', 1656068330, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436333533303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436333533303b7d7d),
('8d48809e1e11bbf8e4501d32f37b7dce-C', 1656074402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436393630323b7d7d),
('8d7ee73549b5a5e5c0af216f0b519ec6-C', 1656425402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832303630323b7d7d),
('8d8a57d754adee391e78a4aec4cab0b4-C', 1656399901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739353130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739353130313b7d7d),
('8d95a56553e6d70850f7d31cbfbbdd60-C', 1656573601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936383830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936383830313b7d7d),
('8da192c6f0f8eff29fdd43747f1155b9-C', 1656476102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837313330323b7d7d),
('8db83163fe987902b3382d7676642e68-C', 1656386701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738313930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738313930313b7d7d),
('8e05e4843d4faa58c29d7c8374e170ba-C', 1657071602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436363830323b7d7d),
('8e15a61974d9ffed2b247aca9715ecdd-C', 1656114302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530393530323b7d7d),
('8e17eafed87ded0f968f9d7027d32219-C', 1656265201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636303430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636303430313b7d7d),
('8e1e1bc3b339c7ad4a264f8a45cc2aa5-C', 1657590002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938353230323b7d7d),
('8e1e3eafe4bd6414653215a2fd907352-C', 1657444202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833393430323b7d7d),
('8e26178a51d9119968805d4775be66a0-C', 1657447501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834323730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834323730313b7d7d),
('8e277cd1cc8773e44979f6f0f1e1af86-C', 1656180601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537353830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537353830313b7d7d),
('8e28f32f5ea77f47d0711dadf318ae84-C', 1656989701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338343930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338343930313b7d7d),
('8e341ef299477995392ff87a4533416d-C', 1657088142, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438333334323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438333334323b7d7d),
('8e55052c53b0c7dbe796e5cb7bb1450c-C', 1657608002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030333230323b7d7d),
('8e56f92865c7045c4003cb1affd67051-C', 1656404702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739393930323b7d7d),
('8e57438971324546e2008e796af91390-C', 1657356130, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735313333303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735313333303b7d7d),
('8e5ebaef31313a049f0d35a84ca03816-C', 1657040701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433353930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433353930313b7d7d),
('8e6c5adae15cea293690940c29ec1b42-C', 1657525502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932303730323b7d7d),
('8e7feb7f3e7052e74685c657878e9393-C', 1657659602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035343830323b7d7d),
('8e812d12ca9c508e87a01268965548df-C', 1657324202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731393430323b7d7d),
('8e90e670c5d2ada96c2aa192058d74e4-C', 1656100201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439353430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439353430313b7d7d),
('8e9184d758a02bcde7545c518298b668-C', 1657096202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439313430323b7d7d),
('8e9326eb382df6c93cc8436178a6e869-C', 1656489002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838343230323b7d7d),
('8e98f2dcd0eaaa4c98e6c55003015f8a-C', 1657007102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430323330323b7d7d),
('8e9c8287e25cacfc08ef66100b268633-C', 1656175502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537303730323b7d7d),
('8e9cbc195e0671594ef2e55f5461e79a-C', 1657090201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438353430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438353430313b7d7d),
('8ea9ef7bd7a890f07dc07d28ee8cdc12-C', 1657315687, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731303838373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731303838373b7d7d),
('8eaff13d403e49c98f6b79e873df0378-C', 1656670202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036353430323b7d7d),
('8eb8d9b86c93de3bb86cacdf7252a2db-C', 1656169502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536343730323b7d7d),
('8ec26fd1a7f5762bdfbec16a02d0f85b-C', 1657564802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936303030323b7d7d),
('8eca5f6c2b31464f87d87f8af9487de0-C', 1656252002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634373230323b7d7d),
('8ee002c9621f1f5b6cc56d4cd53e187a-C', 1657514401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930393630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930393630313b7d7d),
('8ee18a5444386fc0d04bdcea19004cfe-C', 1656072902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436383130323b7d7d),
('8eed421e019383a9c34e8899bbaecf26-C', 1656525901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932313130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932313130313b7d7d),
('8ef26bbb89b55cbd42645cc4fdfae37a-C', 1657685701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038303930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038303930313b7d7d),
('8ef334526867f6aeec6d05654505323c-C', 1657350302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734353530323b7d7d),
('8ef8981592f0ef46afedf5596b01c47b-C', 1656141901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533373130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533373130313b7d7d),
('8efebd702a7eaa580385ec3b30129dbc-C', 1656124502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531393730323b7d7d),
('8f0080e6b8c17deddcf543fa1a18ca5a-C', 1657534202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932393430323b7d7d),
('8f06748653e0a9c634152ef5f54e1367-C', 1658123429, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373531383632393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373531383632393b7d7d),
('8f0827fe14b119c0bd24f44c6ceb182f-C', 1656653702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034383930323b7d7d),
('8f24c7409e199aad3fb8ef87800643bd-C', 1657168802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536343030323b7d7d),
('8f2750e14887c8c5fd1c403c81c74d78-C', 1656077702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437323930323b7d7d),
('8f3319b87f230af5a5edb0644ac00694-C', 1656590102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938353330323b7d7d),
('8f45d0e0ab1899825289e81d1cfbcb7c-C', 1657548301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934333530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934333530313b7d7d),
('8f5cb8da7645a676b123f5fcc554a676-C', 1656928502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332333730323b7d7d),
('8f622ac3d9693675b1c32c7025112ee6-C', 1657718701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131333930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131333930313b7d7d),
('8f6970700adadaea0bee51ef1f19e699-C', 1656037487, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433323638373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433323638373b7d7d),
('8f6c7b6225131f2e93c2215976a3c450-C', 1656007202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430323430323b7d7d),
('8f6e3c2d91ba6a3d6832d82aa0e3e18f-C', 1656610542, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030353734323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030353734323b7d7d),
('8f8a422d0a65f3dc68eeff49c3dc6f68-C', 1656563402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935383630323b7d7d),
('8f8e3231ad841cf9624c443a99e15210-C', 1656077102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437323330323b7d7d),
('8f9bf8a8d8cf5cff9f9126e90e3efa3c-C', 1656995402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339303630323b7d7d),
('8f9d25a38242b55e311c6502488d31d7-C', 1656598812, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939343031323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939343031323b7d7d),
('8fa41f7d95d87600e4e148110f65ca74-C', 1656756002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135313230323b7d7d),
('8fa599d74744fe7edc2ce5eb83846b0e-C', 1656872402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236373630323b7d7d),
('8fc0d043e09550ea28d74ea3849ac03a-C', 1657662302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035373530323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('8fc892ea3be4bc26947769b4046ec1d8-C', 1657223589, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631383738393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631383738393b7d7d),
('8fd25dff7f0dcfc83b55542cc3be47c5-C', 1657516201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931313430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931313430313b7d7d),
('8fd65438b7f564f8559c746ef12a4a00-C', 1657222802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631383030323b7d7d),
('8fe72f8d6e747c0061516ad4e3c93c26-C', 1657354502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734393730323b7d7d),
('8febecd385e22425164df9e6beeb02b8-C', 1656808802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230343030323b7d7d),
('8ffbd8d4e497b96c54323d931e1e05d1-C', 1656628202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032333430323b7d7d),
('9002123c6a9177084ce7b413d082bcb7-C', 1656272477, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636373637373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636373637373b7d7d),
('90024fe219710afd8f7311c50599fc34-C', 1656941101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333363330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333363330313b7d7d),
('900e3ea4ae377e6ee4b692325b7966dd-C', 1656301802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639373030323b7d7d),
('90204b96d82d5ba3136111ae585bb147-C', 1656747001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134323230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134323230313b7d7d),
('902ad164abb1890700fc7cd043fb6303-C', 1657125233, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532303433333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532303433333b7d7d),
('9038c0fcbe71975e3172c5183485b056-C', 1657248902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634343130323b7d7d),
('903c677e757abda45a415f8008b58f79-C', 1656474335, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836393533353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836393533353b7d7d),
('903eb3fd50ca6265f0de1d9d485ca5df-C', 1656130801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532363030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532363030313b7d7d),
('903f7eac556f961e9b21e65546cfa2b8-C', 1657247350, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634323535303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634323535303b7d7d),
('9049098d0d12190dbece5b064ad22f67-C', 1658216526, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373631313732363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373631313732363b7d7d),
('905002c5e287e3ae0f91c00fbcb8beec-C', 1657149452, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534343635323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534343635323b7d7d),
('90552e2c27233d64a48ad38b744518d8-C', 1656768902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136343130323b7d7d),
('905cade7d7f140f74c6f756ec7f53eee-C', 1656130501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532353730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532353730313b7d7d),
('9061951917d6ecef9875478a9103cba9-C', 1657609202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030343430323b7d7d),
('906cc1b384fc2c5660882103e9367d18-C', 1656787501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138323730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138323730313b7d7d),
('90737481e64d3030d0da7d1b6b0b6cc8-C', 1656496202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839313430323b7d7d),
('9073a99d6e0a6477593f1db9ffd10301-C', 1657445138, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834303333383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834303333383b7d7d),
('9075ee10d205d4e82f06c4cffa623e28-C', 1657568578, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936333737383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936333737383b7d7d),
('90799ac35e8f241a02d2318ce2977da1-C', 1656119102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531343330323b7d7d),
('9080f1ef381f5bf4a6cd5d278a662560-C', 1656766502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136313730323b7d7d),
('9085320f68ce48c4596ec3337da947a8-C', 1657043265, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433383436353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433383436353b7d7d),
('908636fb21d8fd7bc48aadac9fadf7f8-C', 1657411202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830363430323b7d7d),
('90c9e2d9ac273b58a4752da2350fab4c-C', 1656324302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731393530323b7d7d),
('90ce4a9c1aa3b88fc7d2850ee4b7f461-C', 1656143701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533383930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533383930313b7d7d),
('90d8c310199e31cb45486ca5018b7fbc-C', 1657530247, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932353434373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932353434373b7d7d),
('90d984722f904dee9ae37e1af0a2ba25-C', 1656059402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435343630323b7d7d),
('90e1c23d431a241c75896b4b3bcb0015-C', 1657640402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033353630323b7d7d),
('90ee4ec4aecac67eef81cd5ad84b3a20-C', 1655997001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339323230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339323230313b7d7d),
('90f6bd159b875859c49c2c05f4656b79-C', 1656518702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931333930323b7d7d),
('910a8532dff8be7ef5147b1172c8e32c-C', 1656796202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139313430323b7d7d),
('910e6cf35206f47265795f0822c4d848-C', 1656922502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331373730323b7d7d),
('911a6f8ee6943422f0885ebd818f8b6b-C', 1656638431, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033333633313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033333633313b7d7d),
('911aa8a0c76fed47c2dfe099fd0cd330-C', 1657286101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638313330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638313330313b7d7d),
('911ad43b8f410c854271332edea11db4-C', 1656444602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833393830323b7d7d),
('91283da4485a7991e6a980b39b006081-C', 1657113902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530393130323b7d7d),
('91493e91c8436059daea630ddc606241-C', 1657532401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932373630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932373630313b7d7d),
('915958714ca18a70c0518e5da74db2ad-C', 1658027816, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373432333031363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373432333031363b7d7d),
('915b0dfef96a331b319073f64cc6224e-C', 1657545302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934303530323b7d7d),
('9160e6597f306ae0c772fc8487b16aca-C', 1657566602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936313830323b7d7d),
('91642a4e2d8db80e3d38d4a4f13c7bff-C', 1656249002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634343230323b7d7d),
('917bdb304146ece747c8328fca71c8ee-C', 1656715887, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131313038373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131313038373b7d7d),
('917c08e540493b60cb8a55ee0d67048d-C', 1657145702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534303930323b7d7d),
('9187b77b26fa171f1ef49fa593a2ba36-C', 1657470302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836353530323b7d7d),
('91a0bb06a2144a04cfa5be2e9f29c964-C', 1656455702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835303930323b7d7d),
('91a1f5876c1e63bc7bb50b0e5caf9148-C', 1657096802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439323030323b7d7d),
('91a850f55e28bc9a4515735dce0d84b9-C', 1656125402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532303630323b7d7d),
('91b55a87b2e9d3112d1a56dcc4da0890-C', 1657076101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437313330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437313330313b7d7d),
('91be9a98e1a1e361fdd98179b46ae1ed-C', 1657492778, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838373937383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838373937383b7d7d),
('91c63346122442d1c06507999413396a-C', 1656054902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435303130323b7d7d),
('91d71cec9e6cf848f7cedfdd2a8e0729-C', 1656023702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431383930323b7d7d),
('91d9b1cce672b4ad6794a20a24245cce-C', 1657655702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035303930323b7d7d),
('91da7fd276c22f799d135b427ddebbfb-C', 1657471802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836373030323b7d7d),
('91ee554e01bb0fa0a89e5067b72ef2d3-C', 1657499101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839343330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839343330313b7d7d),
('91f057a403a41b6d5a9e3c6f2a3bba6c-C', 1657341002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733363230323b7d7d),
('91f8e761bdcac6f3b15917647b81fbd4-C', 1656052218, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434373431383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434373431383b7d7d),
('91fe144567cece2459a2a7c912c2283d-C', 1656206402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630313630323b7d7d),
('9209f912dbf61edfb6a6c5dbf6f07957-C', 1656480602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837353830323b7d7d),
('920c9b524b1636825bbfe22905dd84e0-C', 1657923362, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373331383536323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373331383536323b7d7d),
('920df570e1631b71cd7e38f69289a77e-C', 1657595402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939303630323b7d7d),
('9218eaf7624a1d8f435e36aaf63fa47c-C', 1657613402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030383630323b7d7d),
('923a0e98d8587d180b3ecf0a846dd31a-C', 1657682702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037373930323b7d7d),
('923cd3727d58dafde40e8b1e071351f2-C', 1657170602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536353830323b7d7d),
('923d02267a0c9090dd4a0d63eaa4ccb2-C', 1656342529, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733373732393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733373732393b7d7d),
('923dd4f017261167b40d1e1eb9348393-C', 1657179902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537353130323b7d7d),
('923fad819de5cb8d372f1e75cf367143-C', 1656619802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031353030323b7d7d),
('924b4f74c9d136074e9a79d96feb5f85-C', 1656142502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533373730323b7d7d),
('924b6d384c42c89d77f63c9f7f6c051b-C', 1657219773, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631343937333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631343937333b7d7d),
('924cc19d1cf2edf7cd4a5b586bfeab12-C', 1657621801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031373030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031373030313b7d7d),
('92512393f2954efe19596c9792e600b0-C', 1657985564, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373338303736343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373338303736343b7d7d),
('925df465902d4c296411c8244b29f755-C', 1656050241, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434353434313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434353434313b7d7d),
('926654a3773e7ef7e15ccbd1e8f37921-C', 1657648802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034343030323b7d7d),
('927326d3cae9e26a5bc0639dc0ceb063-C', 1657539302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933343530323b7d7d),
('9273a5302b274ef3473eefea7e19fe9d-C', 1657681202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037363430323b7d7d),
('9284e6389741410cb3a320a5dbf6511f-C', 1657292402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638373630323b7d7d),
('92a008518a9a5c6bec77e837c680365e-C', 1657250102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634353330323b7d7d),
('92a7426275b311eceeb792c7642f20ee-C', 1656569702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936343930323b7d7d),
('92b32d7ec1f001339699b9cbf94d2e2b-C', 1657267802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636333030323b7d7d),
('92e41e6382862a01c3af59147c6697cf-C', 1657215001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631303230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631303230313b7d7d),
('92ebf82ec7954f989009bb5d951eb204-C', 1657195502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539303730323b7d7d),
('92ed50ca00b6dc2caf5b62df6d335d04-C', 1657537502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933323730323b7d7d),
('92f3acf8ebd37a4eb8c59615cd137b33-C', 1656019501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431343730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431343730313b7d7d),
('92f8b29929c0a63da86e7db0e46f4c87-C', 1657720753, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131353935333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131353935333b7d7d),
('92f9cb17ef65e8104411a375b7dfc52b-C', 1657524602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931393830323b7d7d),
('93002518ef2f3ec4246d0206d3e2ab0e-C', 1656155102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535303330323b7d7d),
('93095b4e4a13465e31f14cd631706e39-C', 1656511501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930363730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930363730313b7d7d),
('931095f2acdec33b98af5e6e24ce99f6-C', 1657395002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739303230323b7d7d),
('93202a30cfc03dbc89696fd0c62a10af-C', 1657620302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031353530323b7d7d),
('932c03427f0f9b1c1fdad5a8c188724a-C', 1657630802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032363030323b7d7d),
('9331010ba2a8d3cf8ccbd47b3b417d2b-C', 1657459501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835343730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835343730313b7d7d),
('9337783060f99da8d702b82f78d86de6-C', 1656905402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330303630323b7d7d),
('9349884aebfa739e6fe7c22fe5a0b97a-C', 1657001102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339363330323b7d7d),
('934cd57890e52c0af1b9df82fa52d93a-C', 1656726002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132313230323b7d7d),
('93531b3f88c4ead495428eaa66d364bd-C', 1656818102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231333330323b7d7d),
('9357e5e064dd441e1fd6fa503a4d9b42-C', 1657130701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532353930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532353930313b7d7d),
('9364e42f9711598f1f07870386865ce3-C', 1657204802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630303030323b7d7d),
('936c68a4d8c287b37c5f026a8b623c02-C', 1657257133, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635323333333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635323333333b7d7d),
('936f5c987ed99a0cf71c600da5c3bdde-C', 1656249602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634343830323b7d7d),
('9376209385d8986b7467d2eab638bda4-C', 1657655102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035303330323b7d7d),
('9381f8999d62e2542a64a62d97bd9431-C', 1656021902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431373130323b7d7d),
('9382833294fae08de6a576eeba8d5292-C', 1656183302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537383530323b7d7d),
('9386770569ec8130b0707fa92e5ee503-C', 1656222901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631383130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631383130313b7d7d),
('9387762183dd799db4a4b1bb1f4ba8e5-C', 1656048601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434333830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434333830313b7d7d),
('938e292ec726b497cd1f7252a5bdc9d4-C', 1657475402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837303630323b7d7d),
('938f04eed7b7cecc2c0cd538d6c6bdaf-C', 1657438502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833333730323b7d7d),
('939090dcf894de41dabd0c05b2bcf61f-C', 1657700111, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039353331313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039353331313b7d7d),
('939bcb13a9f73aec7b8120ab18f00eef-C', 1657541102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933363330323b7d7d),
('939f32933ee82c8780f9656b105ad2aa-C', 1657216501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631313730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631313730313b7d7d),
('93b22d3d5fa0c58f0d74b7d589a5441c-C', 1657676102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037313330323b7d7d),
('93b36f59e06aef15638970a7c3895176-C', 1656582301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937373530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937373530313b7d7d),
('93ca85dec416db0e42048dff50d6db9f-C', 1657618801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031343030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031343030313b7d7d),
('93d22736458c867492105b845e7a571c-C', 1657053015, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434383231353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434383231353b7d7d),
('93d677ef47f0943b535965c8416c8803-C', 1656471302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836363530323b7d7d),
('93d99ad17d24728c7756879561a0dc6e-C', 1657373102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736383330323b7d7d),
('93db240f6effafde6fed14006895ea9f-C', 1657027802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432333030323b7d7d),
('93ded6c9b5501602b1f356a05e774ebe-C', 1656081902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437373130323b7d7d),
('93ff2d618e2ddc302fbd0a11be737708-C', 1657416302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831313530323b7d7d),
('940f910a8beb22b87705f2d1410f585c-C', 1656031202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432363430323b7d7d),
('941a2efb39acfc451444296046a291ca-C', 1656727802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132333030323b7d7d),
('941c240242afa9a1a38b8efc9ab149f9-C', 1656741302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133363530323b7d7d),
('941d8569d7e4ccd7af59df8df5e98fdf-C', 1657500301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839353530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839353530313b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('942a5d87bf6bc1e95cff20792c95055d-C', 1658098508, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373439333730383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373439333730383b7d7d),
('9437c929a144d907c119573e51fa1ec9-C', 1656975002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337303230323b7d7d),
('943db815da9be0de8b44bfe3b169a094-C', 1657247402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634323630323b7d7d),
('9440fc1548922528de601d4b716cc8fc-C', 1656628213, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032333431333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032333431333b7d7d),
('94449ca6df5bdd20e5c6bf5712c8acd7-C', 1657560301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935353530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935353530313b7d7d),
('944d47fa1425670a5970aead25a4a66e-C', 1657318202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731333430323b7d7d),
('944d8973b9656be6ffdf0bbe572403e9-C', 1658262498, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373635373639383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373635373639383b7d7d),
('946ca840b067a8751b947a13d8f3d411-C', 1656761102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135363330323b7d7d),
('9470bce9edeebda4b5e3627f06ce5d3c-C', 1656843601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233383830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233383830313b7d7d),
('94748b7dbe172a457be4ef53490c65b5-C', 1656664202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035393430323b7d7d),
('94759f3f7a9a2d16ecfa72a7ce936fdc-C', 1656006001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430313230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430313230313b7d7d),
('94779204f63e4e20541ee5f3da1de01d-C', 1657082427, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437373632373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437373632373b7d7d),
('9479951225e8005d24986d1c5f1ba075-C', 1656352202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734373430323b7d7d),
('9483b1ec42ef770381385e65423dfc71-C', 1656426302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832313530323b7d7d),
('948e36858f3d00b4b6fd1bfbca2ce64a-C', 1656422402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831373630323b7d7d),
('9493285176316e3079fddab22ca776e7-C', 1657617002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031323230323b7d7d),
('94aac99be79428c921603c067dfcb907-C', 1656483901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837393130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837393130313b7d7d),
('94bea684e90ba6ac3e149cca7f90b312-C', 1655929525, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353332343732353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353332343732353b7d7d),
('94c2ce12a3598556e688dc48b29cb318-C', 1656087602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438323830323b7d7d),
('94c571352641f943c63d940d8f11fa01-C', 1657114202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530393430323b7d7d),
('94c8e566320391cb3d9865f260cfb89d-C', 1657422601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831373830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831373830313b7d7d),
('94df00842425932c23d00063da5042a5-C', 1656662862, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035383036323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035383036323b7d7d),
('94dfc8944368ab141ecddf9c674d87a2-C', 1656128702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532333930323b7d7d),
('94e8543a2e19973de6415232c751a747-C', 1656459902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835353130323b7d7d),
('94e98243ef37f35b12c5df8aad93be25-C', 1657469701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836343930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836343930313b7d7d),
('94ee9fa289d4c2500d418c380b171c68-C', 1656232502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632373730323b7d7d),
('94f22a7e12c20a622ca98c8f1ddf7648-C', 1657895116, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373239303331363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373239303331363b7d7d),
('94f23a702c504e3c71159c3fd41ed40b-C', 1656439802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833353030323b7d7d),
('94f2fbf79440d8f1fd50b252c0958172-C', 1656472802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836383030323b7d7d),
('94f357fa2a1f1b0750dde6ee076f26d3-C', 1657344902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734303130323b7d7d),
('94f546c9f953692b06619d6ba0e7bc20-C', 1656958502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335333730323b7d7d),
('94f5b9bf4fe8f20f94ecd76b3b7c7b16-C', 1656303456, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639383635363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639383635363b7d7d),
('94fa5b3f2033784c8ee99cc3742f2129-C', 1657331701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732363930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732363930313b7d7d),
('94fe417adbe1168e6f1278cb4d9136a6-C', 1656015602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431303830323b7d7d),
('94feb844bfddda8b55d96132610fae82-C', 1657714502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130393730323b7d7d),
('950c64de9b3c7a3f2b67a9b5ee7c063a-C', 1656023100, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431383330303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431383330303b7d7d),
('95268eceed729b92984ade5e2d80ef11-C', 1656552902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934383130323b7d7d),
('95273cba96e0ba7f1d918890a9e26f4a-C', 1656306358, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730313535383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730313535383b7d7d),
('952c21007cfa4550cc260c2772357f54-C', 1656323702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731383930323b7d7d),
('9537f1e170a08f3118ded7a7c8cf5026-C', 1656571201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936363430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936363430313b7d7d),
('9541ac66763a63d8a5e925bf3ae563b5-C', 1657999613, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373339343831333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373339343831333b7d7d),
('9546d505502b98eec270e5fb04e0bad7-C', 1656445502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834303730323b7d7d),
('954a58a581813193acab533156b5f344-C', 1657629505, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032343730353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032343730353b7d7d),
('954ebe239cef3a0ca05473eea66b4e8a-C', 1656554102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934393330323b7d7d),
('95656be98a65ab1a76e237b6ee62653e-C', 1657077302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437323530323b7d7d),
('95696e47800533a0fe511ab81fb9f622-C', 1657019401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431343630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431343630313b7d7d),
('956a398b07a9499130c56b9f7a79c21d-C', 1657067419, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436323631393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436323631393b7d7d),
('9578611e0ed44e4c09e71507d9df353f-C', 1656398101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739333330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739333330313b7d7d),
('958117c743d905bf3113411593e2cb65-C', 1657197901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539333130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539333130313b7d7d),
('958e63bf21ac5bfe9ff069119bfb490a-C', 1657930011, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373332353231313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373332353231313b7d7d),
('959095f62ef40c90706b290673ade674-C', 1656086402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438313630323b7d7d),
('9596e056d9977f94455573e9870e2bf7-C', 1657686002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038313230323b7d7d),
('95a570c63e8be64ce2b23fbd4ec58d82-C', 1657162803, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535383030333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535383030333b7d7d),
('95a848a3a4a4130088cd3bef5229e851-C', 1657432201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832373430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832373430313b7d7d),
('95aa56a9897b4c44e3a3b6bceb7f6a40-C', 1656066302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436313530323b7d7d),
('95b1af6537884fd71f9c9e55cc46aca7-C', 1656040202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433353430323b7d7d),
('95b2625e91667110ae0a41122f192881-C', 1656200701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539353930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539353930313b7d7d),
('95b77a6873b5b6993a078cbfd258686d-C', 1656967717, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336323931373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336323931373b7d7d),
('95dcc0fd73906c0570d5962e1897ed6c-C', 1657552368, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934373536383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934373536383b7d7d),
('95ea76fcfc359576293a00ffcf15d6e3-C', 1656051601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434363830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434363830313b7d7d),
('95eb6bdb476026fce3673f2c0762ecf2-C', 1657607102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030323330323b7d7d),
('95f5417b4998fcf9f622bb7eac1a6cba-C', 1656317702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731323930323b7d7d),
('95fbdb1cc68e26a15358608897816acf-C', 1657546502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934313730323b7d7d),
('960c98d2dfd48e07d62110fc5da0fe8d-C', 1657145402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534303630323b7d7d),
('960d8988c7eae52c158db8f57d3621e0-C', 1657083002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437383230323b7d7d),
('9614b5770011452f47e2ee991936c87e-C', 1656324902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732303130323b7d7d),
('961bb9ae113d61e81ccb647f8e131828-C', 1656577202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937323430323b7d7d),
('961e0a693bede3541ee72252e96f4488-C', 1656828602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232333830323b7d7d),
('9633e3433e8b628688a1ca1070fd5ef5-C', 1656672602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036373830323b7d7d),
('9634c0e6db76c87f29db9917c992071a-C', 1657530602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932353830323b7d7d),
('96357b64423d1eed7fd1696d6752cf90-C', 1656965715, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336303931353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336303931353b7d7d),
('9636990a623987db2a55650da1e42396-C', 1656890102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238353330323b7d7d),
('9636d11e231efb06ccfb04d86eb8abc3-C', 1656782702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137373930323b7d7d),
('9641bd526e1aaf12a124473e535fd6a0-C', 1656471002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836363230323b7d7d),
('9649f1405005ff3fd45f728435c82cc7-C', 1657196206, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539313430363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539313430363b7d7d),
('964f5f60b9b65c21b42a2fb400e200fa-C', 1656877202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237323430323b7d7d),
('9673e2858d98c39633ea68ea6f852c69-C', 1656708302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130333530323b7d7d),
('968124099c839a37bd571dcc9e1305fa-C', 1656466501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836313730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836313730313b7d7d),
('969083e1216ff2aacb166f1679634db8-C', 1657759117, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373135343331373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373135343331373b7d7d),
('96924fab825fc9f9fa9449cdfcc84068-C', 1657360502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735353730323b7d7d),
('96a6e19d837b2a5ffb883f1dba1f32e2-C', 1657432502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832373730323b7d7d),
('96a902c01103a85096a0db6bc967517a-C', 1656198902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539343130323b7d7d),
('96b2c5da515e8a6d548a0d2585ce5823-C', 1656243301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633383530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633383530313b7d7d),
('96c769812c5df36410ad5b5faecdd8e5-C', 1657282420, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637373632303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637373632303b7d7d),
('96ca895a19515c6c8000e811974bc4de-C', 1655995561, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339303736313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339303736313b7d7d),
('96d157a1baa5e5a6583983d9420a3cfe-C', 1657576995, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937323139353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937323139353b7d7d),
('96da9339e13fdfd32d90f7157e837819-C', 1656055502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435303730323b7d7d),
('96e2212a37d74f9c8889660b363af387-C', 1657366801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736323030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736323030313b7d7d),
('96e25b0430fa75f1e8c7b884664e8481-C', 1656463202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835383430323b7d7d),
('96e4434f41e910f66e43380c4b11c004-C', 1656090901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438363130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438363130313b7d7d),
('96f8d808685c39fac743adc65a806913-C', 1656593101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938383330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938383330313b7d7d),
('96ff9e68eb3fa19eeeeed0d828eb69bb-C', 1657217101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631323330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631323330313b7d7d),
('9705cd84809f879d1e06747e2b478905-C', 1656944413, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333393631333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333393631333b7d7d),
('970f041eeb1eca526fe71436cd15660e-C', 1656016358, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431313535383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431313535383b7d7d),
('97160956ec741d6d15d183f69a684aa6-C', 1656424202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831393430323b7d7d),
('971b86728a9f678952554ca653d18b29-C', 1656190202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538353430323b7d7d),
('972190d4c0309ff5f91d7e9462770a0e-C', 1656449101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834343330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834343330313b7d7d),
('9724a882d479680b45dbbe0019c617b4-C', 1657270399, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636353539393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636353539393b7d7d),
('972d6ab3ce99c9d9a1d31e3cf58a0567-C', 1656978902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337343130323b7d7d),
('974306e56674d8bc2862149ff956fcb6-C', 1656840602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233353830323b7d7d),
('974b883c9894f88631b914cacb990872-C', 1657937679, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373333323837393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373333323837393b7d7d),
('974ee69d5d82769f107606778aa58e12-C', 1656110350, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530353535303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530353535303b7d7d),
('97554bcc4cd2045f56e8be04e1574396-C', 1657204570, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539393737303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539393737303b7d7d),
('975619f261cd7c083d545e2fa9a5782a-C', 1657639202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033343430323b7d7d),
('97594292c309f3e130d85a4f21705c48-C', 1658131606, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373532363830363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373532363830363b7d7d),
('975f1041a7199449177d57ef3a656c83-C', 1656743102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133383330323b7d7d),
('9767fe98b9ac56929ae0f0960ccb16e5-C', 1657197002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539323230323b7d7d),
('9768fd9b521fbd4c083b964b6112dfd9-C', 1657724702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131393930323b7d7d),
('976b0b34704f2b4fdee0279668669cf5-C', 1657672502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036373730323b7d7d),
('977e20c57f4f838ea8a3dc2ef94f917b-C', 1656022664, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431373836343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431373836343b7d7d),
('978f721d046fa7a3ea64f9faf4e5c31e-C', 1656654901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035303130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035303130313b7d7d),
('97917e4ceae5c7b0f52aac682f3c6fe8-C', 1657600801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939363030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939363030313b7d7d),
('979282ba29d9b04279cadacb9d83817a-C', 1657489802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838353030323b7d7d),
('97950943eea4b97a58195ef8ad973ceb-C', 1657472402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836373630323b7d7d),
('979ffe3b8b3cf4842819d4725b660283-C', 1657209302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630343530323b7d7d),
('97a107d0bcf62974b7c70c61b93dfa25-C', 1657212002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630373230323b7d7d),
('97a4264e854ff7dbf59c22205ec58736-C', 1657425602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832303830323b7d7d),
('97afc23010eaa6eadca964db1a9d5734-C', 1657667691, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036323839313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036323839313b7d7d),
('97b5ffdcb34264a9cd6846c6a76bfcec-C', 1657871547, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373236363734373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373236363734373b7d7d),
('97c44188ff37a033eb1f94ec0f15dd79-C', 1657628101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032333330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032333330313b7d7d),
('97ca8f4ff4af31d495b4efe6bf3ff95e-C', 1656912902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330383130323b7d7d),
('97ce06036790fe012188cd73eff9aab2-C', 1656225002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632303230323b7d7d),
('97d4dbcdaf980e2ae39c45d964418c90-C', 1657287002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638323230323b7d7d),
('97df97ae8d915c1ceb57071c9f57f7c4-C', 1656650102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034353330323b7d7d),
('97e00c8cf42caece14c1c2e14089e088-C', 1656519302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931343530323b7d7d),
('97f639a5784efeebcc1a291a680cea03-C', 1656778802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137343030323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('97f95f03e0b2535c45cd7a3ad112ed45-C', 1656582910, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937383131303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937383131303b7d7d),
('97fabd4916d6dcefb216834aa7839b87-C', 1656173702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536383930323b7d7d),
('97fb7b2138a6b071654699c76460d56e-C', 1657492782, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838373938323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838373938323b7d7d),
('98034b1dece573de94b6b3dcddd85c5b-C', 1656504902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930303130323b7d7d),
('9809940ec95794441313f0311c6c5bd1-C', 1656872828, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236383032383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236383032383b7d7d),
('98178866be8ff03e77690d2a7bbc1507-C', 1656340802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733363030323b7d7d),
('981ff681a60cb9107a5f9a8c364fa50d-C', 1656108902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530343130323b7d7d),
('98203210c714faca7090a9e426cb0c57-C', 1657557601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935323830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935323830313b7d7d),
('982284fb814934b6afdfed01c9ab39d3-C', 1658072921, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373436383132313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373436383132313b7d7d),
('98278eb547b70ba9b3d4eed07556e2b4-C', 1657581302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937363530323b7d7d),
('983ee3bbedacbdc48427d8a399799294-C', 1657924738, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373331393933383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373331393933383b7d7d),
('9848b998160d0a5f20497fbfb0c4d66e-C', 1657418402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831333630323b7d7d),
('9855adbdd7eeb36de1ca8a3b788d33c6-C', 1656135302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533303530323b7d7d),
('9863d8e08181864effbd2be4c820d169-C', 1657419086, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831343238363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831343238363b7d7d),
('9864dc8288851a257fe84c03004cc0d1-C', 1656876301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237313530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237313530313b7d7d),
('9872118866e8e70e24b4fea7ad600290-C', 1657479301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837343530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837343530313b7d7d),
('9873d4eeead1e632a0cf449897871e01-C', 1657116002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531313230323b7d7d),
('987645722ca6f3eb57d396b09c92cc41-C', 1657080602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437353830323b7d7d),
('987a2ffa91d77f05fd0f4f0b57da77eb-C', 1657827050, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373232323235303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373232323235303b7d7d),
('9888593d26f37caeca2cb1630427e413-C', 1656848402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234333630323b7d7d),
('9889406f18d33c411ce1bf4592498526-C', 1656993602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338383830323b7d7d),
('9896e3ba531e9e91866daa72b45ad7fa-C', 1657021802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431373030323b7d7d),
('989da24be8f0eca67631663aa9e11a7a-C', 1657021137, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431363333373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431363333373b7d7d),
('989eb9f83424d9ef074d5d4ec8f87767-C', 1657054502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434393730323b7d7d),
('98a113f327c4b2b5ba42183a24b922fe-C', 1657670402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036353630323b7d7d),
('98a145dd4ace8adc1201452781eebc39-C', 1656100802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439363030323b7d7d),
('98b63cb06c507d6b89be93cfd9a9ba82-C', 1657372802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736383030323b7d7d),
('98b65a2e951c8c56cc52dd292d1db957-C', 1657015501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431303730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431303730313b7d7d),
('98b6e09bcfec5afb547489eaa4ceb49e-C', 1656899402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239343630323b7d7d),
('98de4477f1ac3a715cb385821d7ae09b-C', 1657015701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431303930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431303930313b7d7d),
('98f1d74b4faa90acd10e00b4d26d196e-C', 1657255802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635313030323b7d7d),
('98f57dbb6f8ac2d9df07d4c86e450712-C', 1657374002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736393230323b7d7d),
('99013f6b66c37f61174bc1d36e635065-C', 1657713301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130383530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130383530313b7d7d),
('990a436995257bc60a9985ca8ed4c3fe-C', 1656007800, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430333030303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430333030303b7d7d),
('990e6ba6e64c0ea5691e10e43569a946-C', 1656845101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234303330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234303330313b7d7d),
('99102aa89e547e94d52f86195bc0dd86-C', 1656098102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439333330323b7d7d),
('9911e907de8b9fdc40b3d8c50ac9c8e0-C', 1655953536, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353334383733363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353334383733363b7d7d),
('99123f181d31d2947b15a8ec1db639a7-C', 1657580101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937353330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937353330313b7d7d),
('9917e9ea7e230587653dbe8d8817ba8e-C', 1656860702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235353930323b7d7d),
('991e7b72169635cc5df018dc1561fe13-C', 1656675902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037313130323b7d7d),
('992159abe9c8134e0e2a3140ebe1c22f-C', 1656368702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736333930323b7d7d),
('992966ea61bef7cdacef075703a50689-C', 1656768002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136333230323b7d7d),
('99479015d549f0ef7f8482c09d432b50-C', 1656820502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231353730323b7d7d),
('996a4f20ea326cb6f4ec8a93111d5c11-C', 1657555502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935303730323b7d7d),
('996e4f4856355a42081d3098d6e4a29c-C', 1657203072, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539383237323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539383237323b7d7d),
('99734bee79daf9ff4fe5aef6e6ccb066-C', 1656615902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031313130323b7d7d),
('998732a9537423b07586d0c94c5e3ca5-C', 1655955869, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353335313036393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353335313036393b7d7d),
('9988062e29fc48f16813ee8989da4af4-C', 1657417802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831333030323b7d7d),
('9997db894be9bb6a1dd09adae9eafdd8-C', 1656101402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439363630323b7d7d),
('99aafc7acc19edf22eba4ee5aab87cf2-C', 1656241202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633363430323b7d7d),
('99ae815c18808c83993c67a8265bf28a-C', 1655993974, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353338393137343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353338393137343b7d7d),
('99bf8a9952815833da90a84200dd79dd-C', 1657353302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734383530323b7d7d),
('99c1031706ebb95821b3386c8c4e5989-C', 1656400201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739353430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739353430313b7d7d),
('99c5c88f06e1a1178362e4688513094f-C', 1656803102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139383330323b7d7d),
('99cc24bac895077609eb0f8799e2f8b6-C', 1657690941, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038363134313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038363134313b7d7d),
('99dbd0d0493dafae684b236ec5804d01-C', 1655995916, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339313131363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339313131363b7d7d),
('99e808fdbff8639a3824abdd1757022e-C', 1657790431, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373138353633313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373138353633313b7d7d),
('99f3dfc723f244174b79b24f642e6f37-C', 1656097802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439333030323b7d7d),
('99fc628fe791541bf54ec61f9f3cf58a-C', 1657593001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938383230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938383230313b7d7d),
('9a0340c95e6ec1da315710d51be2a567-C', 1656590128, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938353332383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938353332383b7d7d),
('9a15df19f8fccf24a8f59d7ecdbf74ff-C', 1657304402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639393630323b7d7d),
('9a1970824f891ab662c43c74f0aa9d19-C', 1657310101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730353330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730353330313b7d7d),
('9a2c50735cb4fbee1badafb1d0d8fb00-C', 1656488702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838333930323b7d7d),
('9a2d851428d88ad6c48234d70cd9bfc4-C', 1656503402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839383630323b7d7d),
('9a2e3777fe620694e1ac19427f6fab5f-C', 1656491702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838363930323b7d7d),
('9a3a5965870b063293b9552c14560be9-C', 1656044101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433393330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433393330313b7d7d),
('9a4414c0cb1ca5a37ba92ffcb4b0191a-C', 1656359102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735343330323b7d7d),
('9a4786d22e90f963a608d25086123b8d-C', 1656057002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435323230323b7d7d),
('9a4b30c7e608b5215f8268b03eb08fd8-C', 1657582202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937373430323b7d7d),
('9a550d90c463ec7e0ee682b7ede148d3-C', 1657068902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436343130323b7d7d),
('9a58578a9b5326b7ef1dda692c3eca2b-C', 1656948902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334343130323b7d7d),
('9a5d5a94c436c1eed97e28ea7600d72c-C', 1656406202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830313430323b7d7d),
('9a61c31c148fd30222b72f6d533b6dc3-C', 1657103844, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439393034343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439393034343b7d7d),
('9a6533430f804af8e31638996f8059e6-C', 1657707602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130323830323b7d7d),
('9a731c40471b2a748daaf4aad7efdeaf-C', 1656715802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131313030323b7d7d),
('9a807db4c55091dce6ef0e79ac78d343-C', 1658042986, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373433383138363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373433383138363b7d7d),
('9a8bc66ba72d154b0ec15c295120f16f-C', 1657655402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035303630323b7d7d),
('9aa1343f34bf856bc0266a6639c220c6-C', 1657866867, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373236323036373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373236323036373b7d7d),
('9aabd2da4a36351c54d9b749ab2a0a99-C', 1657290302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638353530323b7d7d),
('9ac162b07a64f72fe810ddc4ae3a7e06-C', 1656347102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734323330323b7d7d),
('9ac4757abf6e8d31b4bddf6de29df99d-C', 1656037502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433323730323b7d7d),
('9adfa20b023e44758de299d97d6c8a24-C', 1656869702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236343930323b7d7d),
('9aed89cd5a6b0588a772f2ac4ab87825-C', 1657166102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536313330323b7d7d),
('9aedec1dd5e08bfcd04b54ac6eee4264-C', 1656208802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630343030323b7d7d),
('9af42657513b7bb327cac211d28a4353-C', 1657464002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835393230323b7d7d),
('9b02bf0b36a450449468cd42b9e599c8-C', 1657566002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936313230323b7d7d),
('9b12adbad27bd2f1b2a0c778c335cc40-C', 1656250802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634363030323b7d7d),
('9b1bf0b0ee2f64a202c53a4f10e3a0e4-C', 1656798001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139333230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139333230313b7d7d),
('9b31eae3cce772c820ddeb1cb6b74ca9-C', 1657189202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538343430323b7d7d),
('9b3db504198d7dc454024af3ecea43fe-C', 1656155401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535303630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535303630313b7d7d),
('9b4153ff3df160a0503b68dbcc7908ce-C', 1655995741, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339303934313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339303934313b7d7d),
('9b4a006d339565dfb11c8e3c86fe078b-C', 1657266302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636313530323b7d7d),
('9b640b2a0a19ca677be68f572242b237-C', 1657381202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737363430323b7d7d),
('9b6d9975503a2129681d223ce4114e5e-C', 1656198002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539333230323b7d7d),
('9b6dfc5552f5c8d19904f924afb956fb-C', 1656357302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735323530323b7d7d),
('9b768c92601808d4da50ff6c5ded3a93-C', 1657383302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737383530323b7d7d),
('9b7abcc007ef546634182e9e32306915-C', 1656096302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439313530323b7d7d),
('9b81f31ec150727f962cf50243af7832-C', 1656934802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333303030323b7d7d),
('9b8df8b22c9ec8bfeeeeb969990a531b-C', 1656621901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031373130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031373130313b7d7d),
('9b8eb3a13647ab6e3aa354cd050b6c9d-C', 1656304502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639393730323b7d7d),
('9ba86a470fdde25310b7568dc4f348f8-C', 1656919502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331343730323b7d7d),
('9bac943bd05f7b77e4bfbf10847620f3-C', 1657147201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534323430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534323430313b7d7d),
('9bb24e3a21f3a002c509173b76c5d316-C', 1656447902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834333130323b7d7d),
('9bc8d3e02fc5da9da42c420f198d2ae5-C', 1657081501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437363730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437363730313b7d7d),
('9bcfa895aa05f8028fdb24dd12427c39-C', 1657137002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533323230323b7d7d),
('9bd3f41f7ed557dffca5949e3bb3f3eb-C', 1656274802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637303030323b7d7d),
('9bd8431b34f89414e125a702b7cb90f0-C', 1656093163, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438383336333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438383336333b7d7d),
('9bdc3d98e407fa7ffce91811e859491f-C', 1657258202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635333430323b7d7d),
('9bdf7aa3ce07a6a3ce5189933afd47b9-C', 1656174602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536393830323b7d7d),
('9be1412f98dedc62f40e18af78cf5008-C', 1656950702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334353930323b7d7d),
('9be25213de901a1a30749c0bc0fee1c7-C', 1657689302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038343530323b7d7d),
('9be5fd08530246cda4265c292f651202-C', 1656159002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535343230323b7d7d),
('9be8a1df9d269f987e89c3943b512111-C', 1657338002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733333230323b7d7d),
('9bf9774ef3ad44053396c53e45358cfd-C', 1656083787, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437383938373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437383938373b7d7d),
('9c11a211cb5cc2140f07a5be98101f8c-C', 1656459602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835343830323b7d7d),
('9c18d87c523e5c3028248993bdfd4d7e-C', 1657133402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532383630323b7d7d),
('9c21d4e9beb3af651f67f404a60c1c64-C', 1656662102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035373330323b7d7d),
('9c21e36db7b8950ba0ed3c8d44f84679-C', 1656078602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437333830323b7d7d),
('9c227e3671b9e4a79c9b89c9d34ed5f5-C', 1656335701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733303930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733303930313b7d7d),
('9c25e3a57a6be166827a340b2d81a041-C', 1655929524, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353332343732343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353332343732343b7d7d),
('9c2e4ef0e9453c590c01bc7149242200-C', 1657275602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637303830323b7d7d),
('9c34e7c9876718525579c492969ccd2b-C', 1656730502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132353730323b7d7d),
('9c370c36d8a639d9bcc4955056798671-C', 1656913502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330383730323b7d7d),
('9c4025f5052ec40b85014d5377b353ca-C', 1657531501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932363730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932363730313b7d7d),
('9c40488a0c65f18b9c71e7c1131bfa08-C', 1657427701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832323930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832323930313b7d7d),
('9c462cc4d19c41add2278b8abd245e8a-C', 1657368602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736333830323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('9c493cd8771a28409045a9f24ea66298-C', 1656196502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539313730323b7d7d),
('9c4edd181ead0e3b68626861498b7012-C', 1656458402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835333630323b7d7d),
('9c50c0325ec1a87ab39af75d72780e12-C', 1658248109, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373634333330393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373634333330393b7d7d),
('9c53ffff2a98435990008c9c18914c4b-C', 1656930901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332363130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332363130313b7d7d),
('9c5cb2aa7215ce0484fe7a43c8189072-C', 1656977101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337323330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337323330313b7d7d),
('9c664dc7363af181e06530aae548527e-C', 1656785102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138303330323b7d7d),
('9c7541912d7a938cf4199cdddecdf584-C', 1656673802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036393030323b7d7d),
('9c7613159673a9c02d846fbe33634bd2-C', 1657360202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735353430323b7d7d),
('9c775a8b8b23cf4a38890780ae7ec12f-C', 1656831302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232363530323b7d7d),
('9c85d54184ba82e8037052a1d47bcf74-C', 1657659855, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035353035353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035353035353b7d7d),
('9c957dccf7f71e83924316bbeb04a0a5-C', 1658184616, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373537393831363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373537393831363b7d7d),
('9c999bed1a52e732b701d34d366c5d35-C', 1656372901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736383130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736383130313b7d7d),
('9ca382a4cb2a229c9ba2547823323e09-C', 1657038902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433343130323b7d7d),
('9cab3a91e13b41acd2e247054b4b060a-C', 1655848888, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353234343038383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353234343038383b7d7d),
('9cc1514df28292ae6307cd4b669d35c3-C', 1657672202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036373430323b7d7d),
('9cda8fdaa336127a1bf181b2346cc8b0-C', 1656222602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631373830323b7d7d),
('9cdfdd2e87bad53587facfbe579f5ab8-C', 1657048502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434333730323b7d7d),
('9ce508a91d9bc1b2f7d45030417f6c4a-C', 1656319202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731343430323b7d7d),
('9ce98b0854ce04e6061a9a494ade62ec-C', 1656102901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439383130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439383130313b7d7d),
('9ceb7d4c6253cd1bdce546ed2135a0ab-C', 1656644402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033393630323b7d7d),
('9cec6021a7436e03558e3ddb2f1ec8f1-C', 1657467292, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836323439323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836323439323b7d7d),
('9cf27cf64b766408759dbde0eae31776-C', 1657198802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539343030323b7d7d),
('9cf28aad805542bc83daa44832414c98-C', 1657116754, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531313935343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531313935343b7d7d),
('9cf2bdbe4b4b7d23c6f2f86c97c139b3-C', 1656353402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734383630323b7d7d),
('9d047b96ba8871f3c694bff0f4ee70c8-C', 1657174802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537303030323b7d7d),
('9d1be05bc9829808ff34c7e20ddb960e-C', 1658229312, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373632343531323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373632343531323b7d7d),
('9d1c57336b90fa1afd84049070f10879-C', 1657466102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836313330323b7d7d),
('9d1e67f2017226c3bb8595ee893d0dac-C', 1656341402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733363630323b7d7d),
('9d301418ccf2973d22744842336a8e3f-C', 1657052402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434373630323b7d7d),
('9d3fd1ed0f65d0230a2a3c2c246a770b-C', 1656860402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235353630323b7d7d),
('9d6a249a59341cdb61a912fbb6a3f684-C', 1656778502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137333730323b7d7d),
('9d6f61d711a9308b043f1492f5d7d3c9-C', 1655937211, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353333323431313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353333323431313b7d7d),
('9d7a81188005514ecf4ada9716ee0abf-C', 1657305901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730313130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730313130313b7d7d),
('9d7d31fc86979741c1abe4fa74e12bc3-C', 1656917702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331323930323b7d7d),
('9d8cb46235cedbd79f2fe59fbaaae6ae-C', 1657136025, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533313232353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533313232353b7d7d),
('9d8cb64b6504643099657e0657277388-C', 1656301284, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639363438343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639363438343b7d7d),
('9d9115f969050beaa5dc9d213af746e9-C', 1656751180, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134363338303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134363338303b7d7d),
('9d970c970972295967633be12c1a2228-C', 1656070202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436353430323b7d7d),
('9dc2c28b6b95e9d746e9dfa0d61c8b50-C', 1656492602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838373830323b7d7d),
('9dc2c8b8601d5018f6c92d28bf32d1ea-C', 1657062602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435373830323b7d7d),
('9dc87a43cb26c4242032823d4efb87ca-C', 1656976502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337313730323b7d7d),
('9dca15a85178a25e9d29e4de600a00f6-C', 1656903602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239383830323b7d7d),
('9dd92fc32f6447d0d1cbb234d2d05d8d-C', 1656587701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938323930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938323930313b7d7d),
('9ddbc7add357fbbe2445c315b6620157-C', 1658067458, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373436323635383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373436323635383b7d7d),
('9de52cdd88054c554322327a683c8649-C', 1657274102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636393330323b7d7d),
('9deb33a6aa995e7e1ce8ed07b8a91f63-C', 1656886978, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238323137383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238323137383b7d7d),
('9df25cbedb4f0ddb5ba28ad90b32890a-C', 1657767818, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373136333031383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373136333031383b7d7d),
('9e062a8c18570ce07e504bf4f5a5f3b1-C', 1657159523, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535343732333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535343732333b7d7d),
('9e07b4a0b03e77d7486725f18c90812d-C', 1658086991, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373438323139313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373438323139313b7d7d),
('9e0ac86d1785ccc5b1b53303b688e565-C', 1657093201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438383430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438383430313b7d7d),
('9e15219fb81ec6b357ce528e6289a3d1-C', 1657365001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736303230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736303230313b7d7d),
('9e1776802a3c4cc2fc7ce70cc1551d82-C', 1657454423, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834393632333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834393632333b7d7d),
('9e1b1283a6acc5f430425dc632b5316a-C', 1657055402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435303630323b7d7d),
('9e1b728c3cf346829fba680e4be2106e-C', 1657302002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639373230323b7d7d),
('9e23fa6f164b151fbf1c89957991d6f3-C', 1657296002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639313230323b7d7d),
('9e27364deca76ac5ef4124e7e334ed8a-C', 1656689102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038343330323b7d7d),
('9e37e0a1f3aee3bff1c1adafa1bd045a-C', 1656006902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430323130323b7d7d),
('9e3c3a7c507bce07246943bec369c9eb-C', 1656808202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230333430323b7d7d),
('9e472183b84710336628badc0bc5a502-C', 1657346402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734313630323b7d7d),
('9e49e636b4d928ca8fdc5727fce66fd1-C', 1657066202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436313430323b7d7d),
('9e4ab41929c22d4948a9a1ec2655e033-C', 1656475801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837313030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837313030313b7d7d),
('9e54028b4b1c579431bd2e36a6f7feb6-C', 1656177302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537323530323b7d7d),
('9e541173fb94a182a09f9874c8559516-C', 1657448701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834333930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834333930313b7d7d),
('9e5cc2c1b20581080d5a15a31f09ea5e-C', 1656625501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032303730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032303730313b7d7d),
('9e5cc8babfe9bd772a16e7bda02a9a52-C', 1656482102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837373330323b7d7d),
('9e5ddd78fcbfe363904b55886b5dfbe0-C', 1656265801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636313030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636313030313b7d7d),
('9e5e50b61919547ed425d6273002cc0a-C', 1656128254, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532333435343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532333435343b7d7d),
('9e68370459fea928101299709bbb5f67-C', 1656447601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834323830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834323830313b7d7d),
('9e6d1fe0a272de3a10bd32a1a9f4a1eb-C', 1656727502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132323730323b7d7d),
('9e75ee6182a2e1536655e2df1c35243a-C', 1657350002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734353230323b7d7d),
('9e8a894856a9e47e0b778056ebe4310e-C', 1657679402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037343630323b7d7d),
('9eaca257316a345d6ba6105b506e6e16-C', 1657057923, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435333132333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435333132333b7d7d),
('9eacc687319f8c65fbd3f8e2e3d9fe33-C', 1656053898, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434393039383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434393039383b7d7d),
('9eba58ba74d575f90b584f24896a2811-C', 1656975602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337303830323b7d7d),
('9ed48f60d5f8b940b5acae224716c602-C', 1656046202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434313430323b7d7d),
('9eeb17799e616d35b61394167b0d7622-C', 1656210001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630353230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630353230313b7d7d),
('9f0301d83a9097938b754cb0bc0a937d-C', 1656393001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738383230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738383230313b7d7d),
('9f0ee1883917d0b269a658a88267b71c-C', 1657253702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634383930323b7d7d),
('9f159eb35e0ce56e2fd0186cb9357c96-C', 1656960902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335363130323b7d7d),
('9f164259a554ab30a074c3e3b6ec8d5b-C', 1657671001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036363230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036363230313b7d7d),
('9f26b915cfc2a3ff43a5ebace958f041-C', 1657062250, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435373435303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435373435303b7d7d),
('9f2819372ab17f74a92b27dc62ad8e1d-C', 1656108002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530333230323b7d7d),
('9f296e0dc9380ab8fed8ea5bc1fae6cb-C', 1657787851, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373138333035313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373138333035313b7d7d),
('9f2f56f0ba9b7f3871260d6cb7a51eac-C', 1656656726, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035313932363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035313932363b7d7d),
('9f376133886f575f809ba4d8ec6aedce-C', 1656335102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733303330323b7d7d),
('9f3ca619b984c5afb1f0712acfe7a56d-C', 1656648216, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034333431363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034333431363b7d7d),
('9f3eaffda8f157d8954d30a0966b57a2-C', 1656357626, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735323832363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735323832363b7d7d),
('9f44df06dc93dd765a12c7cc5003c92f-C', 1656829502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232343730323b7d7d),
('9f4613e79bb904411e231e2e8e291aaf-C', 1658132566, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373532373736363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373532373736363b7d7d),
('9f482c5942a86e6ce2b8f55ae68f725a-C', 1657512601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930373830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930373830313b7d7d),
('9f50c00b9d1387eb95e9b5ceefe07f47-C', 1657507802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930333030323b7d7d),
('9f5f0ed750a1381c1b4111436949c75d-C', 1656810601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230353830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230353830313b7d7d),
('9f6122936343d5fd0d3ed4daebe43caa-C', 1657489202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838343430323b7d7d),
('9f69758bd80ed807a563487adbb58e8e-C', 1656301502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639363730323b7d7d),
('9f756408e0001b692c694e312c069c50-C', 1657751571, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373134363737313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373134363737313b7d7d),
('9f77757b7e3f1feef677bb12ac53c947-C', 1657420929, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831363132393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831363132393b7d7d),
('9f7c1cb8776a6301350ee44e4bf1c487-C', 1655995621, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339303832313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339303832313b7d7d),
('9f8d838030d630d70841e42582422fa4-C', 1657237202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633323430323b7d7d),
('9f99db54c6f92661b1568d8146bb9d85-C', 1656638701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033333930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033333930313b7d7d),
('9f9a6a82cc727fdd2e803ad8abe5cc5e-C', 1657400102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739353330323b7d7d),
('9fa2640bfa70d3162e9c9dfe444e2b36-C', 1656564001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935393230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935393230313b7d7d),
('9fa68b18240acf660783c63e424f6a61-C', 1656043202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433383430323b7d7d),
('9fb0641d6b073d2776cd9fc7bf902088-C', 1657378802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737343030323b7d7d),
('9fbd9984105d4b3093ec328572a7e013-C', 1656980702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337353930323b7d7d),
('9fc5dde1114f76801175670576c42775-C', 1657437002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833323230323b7d7d),
('9fd69790d69e3c5f835b442927835510-C', 1657613702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030383930323b7d7d),
('9fdd6b5af1f1a89385d2cb108b73553b-C', 1656242102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633373330323b7d7d),
('9fea76b2d3df32f1cba80f740f825026-C', 1657609802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030353030323b7d7d),
('9febcc588ace5c5c18661a49b2ad8442-C', 1656298202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639333430323b7d7d),
('9ff5aeaad8717aa2e1b73d159906c5d4-C', 1656634202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032393430323b7d7d),
('a0172a348de14a8cb576aba48b8f5360-C', 1657510766, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930353936363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930353936363b7d7d),
('a0241fc73fe11d69d6630ff7c5bf05a3-C', 1657094402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438393630323b7d7d),
('a02690baf2002d7618e3bde91100939b-C', 1656687002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038323230323b7d7d),
('a02c314cbd7e7e9ab111f2754cdf58f1-C', 1657281902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637373130323b7d7d),
('a02e5cf19cbc0c5f19cec11e7d077b6d-C', 1656877502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237323730323b7d7d),
('a02f4132bcb826e742b28a98278e643a-C', 1656895801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239313030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239313030313b7d7d),
('a03020451454ef627fec3450f34be258-C', 1656921302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331363530323b7d7d),
('a0335c847e6421852cb46c0b0595425e-C', 1657437902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833333130323b7d7d),
('a035b5d50788ec50d8bce68ec50de272-C', 1656564602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935393830323b7d7d),
('a03758c76d09e4c4bc08a21556cabd65-C', 1657473302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836383530323b7d7d),
('a037ce67da531288087d71dab48da221-C', 1656961502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335363730323b7d7d),
('a048b56f1a59809880476ef412ac8fef-C', 1656026402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432313630323b7d7d),
('a06b448ffb94e645a480fb26d2b781fd-C', 1656772802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136383030323b7d7d),
('a077bdab67111763eeb2c123fac3d6cb-C', 1656918239, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331333433393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331333433393b7d7d),
('a079901396c0f157538aee747507ec6c-C', 1657010101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430353330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430353330313b7d7d),
('a07d7ca67db3615c6b90072dfe242e61-C', 1656873302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236383530323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('a083e44aafc7458427c08d20b00790b9-C', 1656781202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137363430323b7d7d),
('a08cf8d9b5c61e423c6d607d78f9e845-C', 1657576202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937313430323b7d7d),
('a0924cbc21d27edebbc78885abf306a8-C', 1658133207, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373532383430373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373532383430373b7d7d),
('a09cba830cf0621b63daf999a394f736-C', 1657308301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730333530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730333530313b7d7d),
('a0a302baba3617586bb63f9d1c3bd135-C', 1657081202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437363430323b7d7d),
('a0a57fe55ffac361e66fa68312f557b2-C', 1657119002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531343230323b7d7d),
('a0a5e9bb99c879c03f1d08849f958680-C', 1656306601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730313830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730313830313b7d7d),
('a0a799550a68cd30e7b43773a2a26b97-C', 1656980102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337353330323b7d7d),
('a0b6c64f7bbd725d943670b25c6d6391-C', 1657564202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935393430323b7d7d),
('a0c59c1731b2622284831d6c5fe59585-C', 1656887101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238323330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238323330313b7d7d),
('a0e1f292a86397b80cf95e934868382c-C', 1656520502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931353730323b7d7d),
('a0f056e999c1ed946e1f41b3f8ba33c5-C', 1657399962, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739353136323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739353136323b7d7d),
('a0f38a86b1ba371633bb47eec538360d-C', 1657113302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530383530323b7d7d),
('a10ce55f77dcefec2a18f2edb4f9866b-C', 1657442701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833373930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833373930313b7d7d),
('a11831546c16a13f39cbfdbc11cd37c0-C', 1656456301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835313530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835313530313b7d7d),
('a122347e644fd28cacbec027f4cddf6b-C', 1657591202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938363430323b7d7d),
('a1251ad294cadf5b07dacd39ffc8f59b-C', 1657754762, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373134393936323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373134393936323b7d7d),
('a12c57f6fd230fbbeec43307fcd9c222-C', 1657143386, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533383538363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533383538363b7d7d),
('a12fd3c55303c00ecaa85df7c221d054-C', 1657504202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839393430323b7d7d),
('a144b8bf73bd38f310daa903627ecb04-C', 1657144501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533393730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533393730313b7d7d),
('a14781bc44b21476768b5510675161aa-C', 1656281449, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637363634393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637363634393b7d7d),
('a14a55f02d62d6e560593005472cbf89-C', 1656097202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439323430323b7d7d),
('a14afa5509f4ba643112a00753b8036f-C', 1657221302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631363530323b7d7d),
('a162860efd555c00fb1c489e825730f0-C', 1656597601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939323830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939323830313b7d7d),
('a163c7c6ecc02cf28e9fc6a087b0352a-C', 1656485102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838303330323b7d7d),
('a16575207342e226b05339d5198b34e5-C', 1657649102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034343330323b7d7d),
('a16dbcf3edd7549ead03816ebacb87b6-C', 1656035102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433303330323b7d7d),
('a1700fa44c202ebcbc5d14fb44fee456-C', 1656380101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737353330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737353330313b7d7d),
('a1786ad6439cc92d035b43ee53c337b6-C', 1656992702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338373930323b7d7d),
('a178ceecb7e3942a7151f2ee63ceb4c9-C', 1656396901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739323130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739323130313b7d7d),
('a19d192b8e0b3b8ffbd80d2e18cd0a0c-C', 1657047902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434333130323b7d7d),
('a1a6610b3ac61f6a5e0fbc1029c34b4c-C', 1656758402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135333630323b7d7d),
('a1ace0c283634c5da307249b963388ab-C', 1656607501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030323730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030323730313b7d7d),
('a1acf9d07fe5a4578612edad9456466f-C', 1657173602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536383830323b7d7d),
('a1b4d938a8a540aaa7d3d29b96b793bc-C', 1658209361, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373630343536313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373630343536313b7d7d),
('a1cd4770eb4a1a719f0cc99abdefb337-C', 1657380302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737353530323b7d7d),
('a1da0f0aebc38e7c4158dc246f01e4f5-C', 1656011701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430363930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430363930313b7d7d),
('a1da97b1d4b8fd946d9064ed950da158-C', 1656438663, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833333836333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833333836333b7d7d),
('a1dbcb3bdaa17014680765d8069f913f-C', 1657210802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630363030323b7d7d),
('a1e9769e7f9526d22ac27d232de5d350-C', 1656478202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837333430323b7d7d),
('a1f39fe4ad142d4a9001b51cb48e41c5-C', 1657128601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532333830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532333830313b7d7d),
('a1f8cf53252ac77e1eedf8119ac040e5-C', 1657289702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638343930323b7d7d),
('a202f15f9ac39fd0bde37a5f10462c6e-C', 1657406401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830313630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830313630313b7d7d),
('a2058c2bd448450d1369a6677f6b83d9-C', 1657514702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930393930323b7d7d),
('a212c50976155574cdd845a03163fcac-C', 1657146602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534313830323b7d7d),
('a21554d0062a1c227e26a3d9f02e80c4-C', 1657449302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834343530323b7d7d),
('a216dee720a49d86503f4d7ce31dd636-C', 1657399502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739343730323b7d7d),
('a23395bccf9d7ea9657ac4e8ce8c7f5b-C', 1657524902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932303130323b7d7d),
('a23561f550f3bf604d6495d346e67511-C', 1657718402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131333630323b7d7d),
('a23abb9d372896bd8fb11853c1e462bc-C', 1656417301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831323530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831323530313b7d7d),
('a24d8f17c05a8310313e8008b75a5456-C', 1656748502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134333730323b7d7d),
('a250165b114168793f8392ee5f5790da-C', 1656914401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330393630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330393630313b7d7d),
('a268426f4d50cd698134c0479fed1ceb-C', 1656481201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837363430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837363430313b7d7d),
('a268fdd96eb8ef36006ec4c4338eaec7-C', 1656927302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332323530323b7d7d),
('a2763a74d73577a1aeaa4d643458591b-C', 1656943202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333383430323b7d7d),
('a27664c1bdbaf29ba72e42a4d0aea1a9-C', 1657258502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635333730323b7d7d),
('a27dce7e85b5b94771e9fec6bec35775-C', 1656836401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233313630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233313630313b7d7d),
('a2997cfbecf9095d4dffd2c9f2e5c1b8-C', 1656885902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238313130323b7d7d),
('a29bee3016e91cfef73ebc1e10359476-C', 1656886802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238323030323b7d7d),
('a2a62b4381199b9e5569305652e6f422-C', 1657015802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431313030323b7d7d),
('a2a67dd1a906ae84f4220732385ef362-C', 1656533255, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932383435353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932383435353b7d7d),
('a2b3f7b237928ad1404f2b4a0d672031-C', 1656487202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838323430323b7d7d),
('a2b67ab2c1f53d4faa24bfdab89d064a-C', 1657587601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938323830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938323830313b7d7d),
('a2cb483709a9e9a2b73b64383955ce85-C', 1656633602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032383830323b7d7d),
('a2cee44e18820a8e0d1dd874a2720b12-C', 1656838202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233333430323b7d7d),
('a2d160328b37d6f18a9e669a03b54605-C', 1656151202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534363430323b7d7d),
('a2d67309ca96edfacc358f9cde0c1abb-C', 1656988801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338343030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338343030313b7d7d),
('a2debda5d3a3a3ddff94d858166261a4-C', 1656616202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031313430323b7d7d),
('a2e5704f441627808c3c21a9f9856897-A', 1657737456, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676541223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131353530373b7d733a31393a227365636f6e646172795f63757272656e637941223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131353530373b7d7d),
('a2e686f76c4d55ad0291cf85aff7eff3-C', 1657392602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738373830323b7d7d),
('a3071b16bdfe1386a3ce7ff290d6a7ed-C', 1657419301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831343530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831343530313b7d7d),
('a30d8793a9c40607c99976e037af5a9d-C', 1656237002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633323230323b7d7d),
('a31694e3b3ca4d9863747fbb5bcd56b7-C', 1657096648, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439313834383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439313834383b7d7d),
('a3220411918e8877de1945cf29169608-C', 1657876940, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373237323134303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373237323134303b7d7d),
('a335d069671ba76ef8a22949cca5ebac-C', 1657150802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534363030323b7d7d),
('a3426f03ebc7fb76c904ffa2608d7405-C', 1656959402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335343630323b7d7d),
('a3454d3b32e6c01d1502f04aea78d614-C', 1656367202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736323430323b7d7d),
('a345a235f78e32a9e5495d0ed5ecbedc-C', 1656340501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733353730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733353730313b7d7d),
('a35991145c1b9c10095d47e27874383e-C', 1656343802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733393030323b7d7d),
('a35a76da7a653e10a1f41071aa3a1df7-C', 1656181251, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537363435313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537363435313b7d7d),
('a36a4754dbd985716187e7bcbcc57a4b-C', 1657149302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534343530323b7d7d),
('a36fe34d7b8d6f09867cc858a575587b-C', 1656329402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732343630323b7d7d),
('a372ba68b6a35b316817ec1bf88613ce-C', 1656837602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233323830323b7d7d),
('a37dc63ba20729c56441ef23b74b9d9d-C', 1657674301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036393530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036393530313b7d7d),
('a37f6defb6c3163d64f903db60851a7b-C', 1657311902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730373130323b7d7d),
('a38d4b84d859e6e0b4345723d9843ba3-C', 1656005402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430303630323b7d7d),
('a39a149b14fd279e84aa24eb98512252-C', 1656214502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630393730323b7d7d),
('a3a1f5af5185d60abb027b5b5e77cfaf-C', 1657420502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831353730323b7d7d),
('a3a438cdad0b424816b7f30895ff888b-C', 1656045302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434303530323b7d7d),
('a3a6b9ce47cf61a3b8e02ec3762a8855-C', 1657664867, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036303036373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036303036373b7d7d),
('a3a9e354930fd718ed02793fa88c4bae-C', 1656771305, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136363530353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136363530353b7d7d),
('a3ab1f974cde4d07fbe9a46f1bb04b02-C', 1656826202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232313430323b7d7d),
('a3b77c7475fda2e564d1e22f57467f95-C', 1656224102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631393330323b7d7d),
('a3b84cad43e4ba3c125c971e9b1594c8-C', 1656746102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134313330323b7d7d),
('a3b92f559a0fc098087c641bfc762072-C', 1657476601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837313830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837313830313b7d7d),
('a3bef56205a97ab3d108c9e120ea1a49-C', 1656348602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734333830323b7d7d),
('a3c0633dbe98196fd90507ecd1bb2ef1-C', 1658153187, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373534383338373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373534383338373b7d7d),
('a3cc3e959896ec8cc2a6e7bf1502f8ee-C', 1657160702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535353930323b7d7d),
('a3cf80d8896e96e41fd3e96169a42924-C', 1657559102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935343330323b7d7d),
('a3da168734365a2bb3f4db71efcf4462-C', 1657288502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638333730323b7d7d),
('a3e7088b1f553adf474fbc9b67d8a6e7-C', 1657165202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536303430323b7d7d),
('a3e83574af6301a80f963526f6441d97-C', 1656447001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834323230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834323230313b7d7d),
('a3ebaaf3ecd7735b6d9660a91aab6a16-C', 1656565501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936303730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936303730313b7d7d),
('a4017ae5b2795be1b3c82079b9f721a8-C', 1657720502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131353730323b7d7d),
('a41e99b832d999aa9dde9dfbd733f979-C', 1657214102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630393330323b7d7d),
('a426101b16296acf3481646b3ded925e-C', 1657887963, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373238333136333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373238333136333b7d7d),
('a4294660601e75b809fea104a4f60862-C', 1656107102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530323330323b7d7d),
('a42f22478a00057cddec3c08ed80f715-C', 1656403802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739393030323b7d7d),
('a45718068c1d46c5ba22017af8fefdf4-C', 1656710402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130353630323b7d7d),
('a4577dad01cbb5e716f638e3b9678b63-C', 1655995921, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339313132313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339313132313b7d7d),
('a4587241d50a7f44ac1928a94aa578d0-C', 1656750083, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134353238333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134353238333b7d7d),
('a45d4a9c2fb809194c25d3989b560de1-C', 1656235801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633313030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633313030313b7d7d),
('a45fbcae162176a490174d0a2e8c0976-C', 1657417501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831323730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831323730313b7d7d),
('a4687965a81731340fe135b04bcf1053-C', 1656652968, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034383136383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034383136383b7d7d),
('a46dbe1672fc7203f41eab1722860e27-C', 1657704602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039393830323b7d7d),
('a48d717c96b2fd6e37d1ac5421a613c5-C', 1656892802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238383030323b7d7d),
('a4915465b4aef9bf3473cfbd269ad911-C', 1657013014, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430383231343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430383231343b7d7d),
('a49507841ea6a48380c3631b207d91b5-C', 1656042602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433373830323b7d7d),
('a49e7fa63fbaac862b9c96be79acdfe1-C', 1656445548, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834303734383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834303734383b7d7d),
('a4b3bcee41aba75f4c82d773c1ab5a2a-C', 1656507902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930333130323b7d7d),
('a4b3e3eb29571c90df0b4514cca1037b-C', 1656551102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934363330323b7d7d),
('a4b6f83aa69d5e7741855edbc8f94fd5-C', 1657724102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131393330323b7d7d),
('a4ba537dc6eaa88cc94c8dfb8251c7cb-C', 1657255502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635303730323b7d7d),
('a4c5ecdfae99217c6b247210734ba6d9-C', 1656495143, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839303334333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839303334333b7d7d),
('a4cf46467314ed57067accbdaef83917-C', 1656543902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933393130323b7d7d),
('a4d11779c326c6cf737de22cb78cbbea-C', 1657560002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935353230323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('a4d7cd1b80fa94ae2ed71a07f8cf6339-C', 1656454201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834393430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834393430313b7d7d),
('a4da11fe16ab1c285b105c4408e3b65e-C', 1656050402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434353630323b7d7d),
('a4e1413c0f4940cc1e07ace9e064b641-C', 1657413902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830393130323b7d7d),
('a4edc9aaa71f4a991224dd44e2dc85b8-C', 1657116602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531313830323b7d7d),
('a4ee0135145dad04f457beab0354d71d-C', 1657480502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837353730323b7d7d),
('a4f3217f535f44f28cac40110de8e6e6-C', 1656285302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638303530323b7d7d),
('a4f981b840a0fdec82a3ccf2212fc933-C', 1656887702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238323930323b7d7d),
('a4fd895a2a58276348be9f5baa1392de-C', 1656347405, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734323630353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734323630353b7d7d),
('a50002db8de4b1752e591f76d16f00d6-C', 1656489480, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838343638303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838343638303b7d7d),
('a503a001f3738265b238826059535260-C', 1656717601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131323830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131323830313b7d7d),
('a504af0b33f465ce14ebabc59d9666e1-C', 1656849002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234343230323b7d7d),
('a509de24af6acd3eb6390811606b3255-C', 1656444302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833393530323b7d7d),
('a5105bcce705660a57db8c003078ddd1-C', 1657656302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035313530323b7d7d),
('a51102d592ca3aeb37414a7799ccbf4d-C', 1657153802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534393030323b7d7d),
('a5119ca6f8290e6d5118e8f6b58c2451-C', 1656962701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335373930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335373930313b7d7d),
('a51746ae4a4e9c68896643dd4cc24884-C', 1656773102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136383330323b7d7d),
('a51c1b4fbc60cf82d3cc111fd8e28c26-C', 1656402087, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739373238373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739373238373b7d7d),
('a51eb1d106dea6b9bbbfe3b839e17f9d-C', 1656999002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339343230323b7d7d),
('a52b32f3c5c52619588cb8cf7904ea68-C', 1657747594, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373134323739343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373134323739343b7d7d),
('a55a2f75782669ed499ddecd277fbf7e-C', 1656846902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234323130323b7d7d),
('a560b2f00592b6333e64d99b658f1bbc-C', 1656880202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237353430323b7d7d),
('a561d92cfe3781841a7aba46a60c5237-C', 1657204567, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539393736373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539393736373b7d7d),
('a5742faa16572ab54569fe4b3fc33c1d-C', 1656781802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137373030323b7d7d),
('a57736e451236df16c1f77e34b15bef7-C', 1656572702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936373930323b7d7d),
('a583d5f3a704ae41d501a9f4e6f5f3c8-C', 1656197401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539323630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539323630313b7d7d),
('a58780594ac80d6560734988de7d81b6-C', 1656672002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036373230323b7d7d),
('a58a3d33138c40d78b763e0d6a125987-C', 1656871202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236363430323b7d7d),
('a59d15a25ceefc4ac23ada9f5a5eaf04-C', 1657485302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838303530323b7d7d),
('a59dafb5269decbf789ad6b27a2f2b13-C', 1656355802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735313030323b7d7d),
('a59e46dd20915db65f459eff30cb2e9f-C', 1657163702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535383930323b7d7d),
('a5a0ee75e86799dbbd24b40d870324f2-C', 1657021201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431363430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431363430313b7d7d),
('a5ae4b6a2d1c4078d990469daab3c276-C', 1657033202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432383430323b7d7d),
('a5af98bd4ee98aa04fff0d615f09d13f-C', 1657243802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633393030323b7d7d),
('a5bb05a3d2d5bc2eff0b45fe72c3ca2d-C', 1656594301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938393530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938393530313b7d7d),
('a5be76acbf0ea0dd922e90f3eb28ffb2-C', 1656477901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837333130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837333130313b7d7d),
('a5bed411d5a68dab77be36a08aca3290-C', 1657698602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039333830323b7d7d),
('a5bee5f58ed90ecf2406679c001135bc-C', 1656548409, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934333630393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934333630393b7d7d),
('a5c1cbb414254f32301f1c54faebea6d-C', 1658042672, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373433373837323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373433373837323b7d7d),
('a5d14027a7b989a6f20a9d4e209896a2-C', 1657544898, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934303039383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934303039383b7d7d),
('a5d3138d6cc8be1f3a56ba0e4601b531-C', 1656665401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036303630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036303630313b7d7d),
('a5d4b120ac5cc3be28483c0f963bdc66-C', 1656030602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432353830323b7d7d),
('a5d81d4218e6861b9308feb6a327369e-C', 1657126201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532313430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532313430313b7d7d),
('a5dc0af3fbb3208c8803ee8e65d89eed-C', 1656111002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530363230323b7d7d),
('a5deba2e53d99e22f956a512da9e95c2-C', 1656118501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531333730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531333730313b7d7d),
('a5e47a43fff79a986ace6c29fee05ed5-C', 1656957602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335323830323b7d7d),
('a5eb035ee020b7af3b908be94b87318f-C', 1656805965, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230313136353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230313136353b7d7d),
('a5ef27f92a49d90f4296a9baef8cec1a-C', 1656878702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237333930323b7d7d),
('a5ef6fe373de515d2f685a819b974b4d-C', 1656216601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631313830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631313830313b7d7d),
('a5fdf61d63351bac5799e752bc465dfb-C', 1657320002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731353230323b7d7d),
('a6082f2bf01947a9586f41ec91f37161-C', 1657543502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933383730323b7d7d),
('a614bf538064c970b759673dbed293f7-C', 1657553102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934383330323b7d7d),
('a619fda86d4a5e1b3f1e8f3675b137a5-C', 1656995102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339303330323b7d7d),
('a62029adf8e56380d4ab42eb6ac2451d-C', 1657656602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035313830323b7d7d),
('a63381ef83084f147e8f4ca0b2392564-C', 1656253202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634383430323b7d7d),
('a63b971172fae33aab89e7efa72ae18b-C', 1657052702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434373930323b7d7d),
('a63da9b679e700df47ac2759dcdb1a10-C', 1656705301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130303530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130303530313b7d7d),
('a63e9214f163e31f3af7dc2b0307b32d-C', 1656546002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934313230323b7d7d),
('a63f50440b8e67cfafd51cf2fb24bd6a-C', 1657251302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634363530323b7d7d),
('a65837561de38ed539f370b8d4ead303-C', 1657617902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031333130323b7d7d),
('a65b33da3d506e315e2d37484456d2a2-C', 1656725197, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132303339373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132303339373b7d7d),
('a65bed50e5318c92609e6358828c10fe-C', 1657450347, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834353534373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834353534373b7d7d),
('a664d6724ac848c9a987cac75cc331dd-C', 1656659402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035343630323b7d7d),
('a66ced4ce25743f130b42dad6ac2bc68-C', 1657064532, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435393733323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435393733323b7d7d),
('a679e438b7fff159839286b78b2a243e-C', 1656800281, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139353438313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139353438313b7d7d),
('a67ac11cb8c5d01a16ef4a614354d348-C', 1656969602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336343830323b7d7d),
('a68215fc63eb79ca51acfb899ba500d1-C', 1656674102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036393330323b7d7d),
('a686216d58596883b867ee58f9dde7e3-C', 1657243204, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633383430343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633383430343b7d7d),
('a68969c59ed85369518c61462e23eb80-C', 1656513602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930383830323b7d7d),
('a6929b8dc856a0a48454e585aa48c040-C', 1656184501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537393730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537393730313b7d7d),
('a69b59c01be9741e8528dba5826036ba-C', 1656519915, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931353131353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931353131353b7d7d),
('a6aa9806f054be09901348b2c0a31bbf-C', 1656644102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033393330323b7d7d),
('a6aedb77d7eef275ff8e662512d240b0-C', 1657440601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833353830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833353830313b7d7d),
('a6c3879f5c8c2694d50796becf09d8a4-C', 1657325402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732303630323b7d7d),
('a6d43cb4ab837f3d403f698d98288ed0-C', 1656306002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730313230323b7d7d),
('a6e2a67bdb727e12271a89d6e4053928-C', 1656039901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433353130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433353130313b7d7d),
('a6ea4c68de43eb1f47988c524bf692c0-C', 1656944414, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333393631343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333393631343b7d7d),
('a6ec4b33e68171629cb49a195134a68a-C', 1657542369, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933373536393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933373536393b7d7d),
('a6ed44ab0e284f61424f99eb0f10c903-C', 1657481102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837363330323b7d7d),
('a6f5676b6f7f816ed2dca641d6586687-C', 1657181102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537363330323b7d7d),
('a6fcb9073bdd33ec3c4962ea9a5503e8-C', 1656402084, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739373238343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739373238343b7d7d),
('a70b0a29cde6263c9f0e84862596acb7-C', 1656038102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433333330323b7d7d),
('a70e479eb137d8a051de430fd7c8b576-C', 1656866701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236313930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236313930313b7d7d),
('a713151643c0d4d15795cf0572042e00-C', 1656583802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937393030323b7d7d),
('a7227950287b03e617a79289510f5709-C', 1656649802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034353030323b7d7d),
('a72eadf9ee67a6070eaf3b56ade3f6cd-C', 1656413402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830383630323b7d7d),
('a734eae87df73cde4bddcff455495c72-C', 1656160801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535363030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535363030313b7d7d),
('a735f3a1f8aaf6e829fcf4f114639291-C', 1656924002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331393230323b7d7d),
('a73aaecc876518439c788973cef57d90-C', 1656043501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433383730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433383730313b7d7d),
('a741855b72fc06e4285ce8616a74bd48-C', 1656832202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232373430323b7d7d),
('a74332a0240ae06b67e669b1aa23dee1-C', 1657261202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635363430323b7d7d),
('a7463583649d90d35efe8cd83b82b8f7-C', 1657070701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436353930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436353930313b7d7d),
('a75670f28fce74c496aa6c0232cb56a5-C', 1656112202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530373430323b7d7d),
('a7792288f57b049e6fb9ebbed64913fa-C', 1657135502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533303730323b7d7d),
('a77c779ce1905140737d7bf011b8379c-C', 1656132001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532373230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532373230313b7d7d),
('a7804dd649bf47d37c191785dda8e3b0-C', 1657393801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738393030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738393030313b7d7d),
('a797dc3e162aaaf13fae7ed594d70ab8-C', 1656891002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238363230323b7d7d),
('a79d388b40d1b356d0ba6f7a47c68034-C', 1656148202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534333430323b7d7d),
('a7b0af46f1a92c7dca1fd4b76185fe00-C', 1656806402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230313630323b7d7d),
('a7bac46ff16bea319812286694dd0c65-C', 1657666145, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036313334353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036313334353b7d7d),
('a7bc974b40132893757389546d17d465-C', 1656720301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131353530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131353530313b7d7d),
('a7bf7e2724469694df0ddcccfc43e7a7-C', 1656378302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737333530323b7d7d),
('a7c93a35d71b802010333df90627ef5a-C', 1656379502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737343730323b7d7d),
('a7cf536e86293bb0d4c3825e45e71a04-C', 1657722359, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131373535393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131373535393b7d7d),
('a7d0c9cd8da7f7ae52c0b8606995746f-C', 1656990633, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338353833333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338353833333b7d7d),
('a7d3923a6294878cf80ceb24e86e5e9f-C', 1656093901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438393130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438393130313b7d7d),
('a7e2a6f9ca1e51853776b026e69452ce-C', 1657492221, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838373432313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838373432313b7d7d),
('a7e8e88504ce3fc9ebe6b9cb5a135c3b-C', 1657023002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431383230323b7d7d),
('a7e99e5cc6bc82dc5552c330defdf03a-C', 1657186801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538323030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538323030313b7d7d),
('a7ee8e95667c4cad96efe1a34306900e-C', 1656828902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232343130323b7d7d),
('a7f14c05472c359faddd392874bd28ac-C', 1657647602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034323830323b7d7d),
('a80b8c1b808c9b521d41608bce5c0614-C', 1656983102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337383330323b7d7d),
('a822b71dd33a6db64734fa9ad651468d-C', 1656752402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134373630323b7d7d),
('a8348ef50d89f4210e11e8fbd1ca34a6-C', 1657293902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638393130323b7d7d),
('a8447dacab9b9f88e55755bf212eab6c-C', 1656551167, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934363336373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934363336373b7d7d),
('a850b1643c7b7fef43ddc7f06ae0d0f1-C', 1656878402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237333630323b7d7d),
('a8523b674cb647c55848467be10f3b8e-C', 1657603802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939393030323b7d7d),
('a856d490c513520cb5da7553f66f0902-C', 1657916536, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373331313733363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373331313733363b7d7d),
('a8582774cc5a262639cf2c4bf2c57079-C', 1656471602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836363830323b7d7d),
('a85f1eedcecc483025e683b2faf0f486-C', 1656650401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034353630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034353630313b7d7d),
('a862df3163224f244df529f39f7b09a3-C', 1656886694, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238313839343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238313839343b7d7d),
('a864774fde9bfbc8305cd1ca2fc1d90e-C', 1656701402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039363630323b7d7d),
('a864862c93f738a734518b9106c44d81-C', 1657479602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837343830323b7d7d),
('a87cd5a19e7d910f3090ff9feedf2f9a-C', 1657386902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738323130323b7d7d),
('a891378781ab2c3e8cc9131c8535ac07-C', 1656926701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332313930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332313930313b7d7d),
('a891c012346fc0e27fd5e7312f25605c-C', 1657614897, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031303039373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031303039373b7d7d),
('a8982bc0d919cd94379051cbb081a3be-C', 1656665102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036303330323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('a8a35a830a44aee6cde50e8f47297b8d-C', 1657927929, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373332333132393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373332333132393b7d7d),
('a8b6b349e0817b1eb9f8154cc610f39d-C', 1657438202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833333430323b7d7d),
('a8e80442602039ece079c3957c3ed476-C', 1657353902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734393130323b7d7d),
('a8eb9de0d285270f66a5f904efe84172-C', 1656917102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331323330323b7d7d),
('a8fcb7691b28310a0995a69bf7a61c07-C', 1657684201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037393430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037393430313b7d7d),
('a913feb1a4296f3e01b28a5d83b9abfd-C', 1657668602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036333830323b7d7d),
('a91fa607f47c3f0c85ee78ffaf0a576e-C', 1657122602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531373830323b7d7d),
('a92fbecd762cb77f06ba0124e343f2e5-C', 1656424287, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831393438373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831393438373b7d7d),
('a9314f117817a75547f763c2ae710ce9-C', 1656415201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831303430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831303430313b7d7d),
('a94aef584a53f33c7e4dc452eaa7575f-C', 1657555604, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935303830343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935303830343b7d7d),
('a94b9ffd5cb7bfa2fa2bf7d84a9b32bc-C', 1656181252, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537363435323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537363435323b7d7d),
('a94bd5029e2ea56e8973f4fdd7364b17-C', 1656473102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836383330323b7d7d),
('a94dfa340de6f839de9d8405fda7d5e0-C', 1657023601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431383830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431383830313b7d7d),
('a94e25387e4230760f302fd7e180ea41-C', 1657008757, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430333935373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430333935373b7d7d),
('a95258886dc061ca66841a84e28248f7-C', 1657059302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435343530323b7d7d),
('a95354157e2a0dd82660d3961c5426e9-C', 1657011301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430363530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430363530313b7d7d),
('a954b147d1aa800c059210c007689096-C', 1656939602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333343830323b7d7d),
('a96286ebc6360d503216eb3085718a04-C', 1655929522, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353332343732323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353332343732323b7d7d),
('a96565fc289919f7d83fb94f9bedefd3-C', 1656024302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431393530323b7d7d),
('a96c9a5ac2d6f93753cc8121e2cc2d67-C', 1657711407, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130363630373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130363630373b7d7d),
('a971424fd974c71d3824143178881317-C', 1657448101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834333330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834333330313b7d7d),
('a979ff67c097103f4fae0271134ef25d-C', 1656366301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736313530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736313530313b7d7d),
('a97aa6c0330ce191b8882c9bd631b5c6-C', 1656050102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434353330323b7d7d),
('a98aa46409ea90f84991ed9be290c551-C', 1657093297, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438383439373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438383439373b7d7d),
('a997e9a275c0b4495d229268eb8e2486-C', 1658227297, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373632323439373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373632323439373b7d7d),
('a9990d5d20aa25b023496d2f33d08b29-C', 1656885302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238303530323b7d7d),
('a9a4e16d2396454fd6009411d4ebc62e-C', 1656464102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835393330323b7d7d),
('a9c0f16693eecf30fa1ba8c0306d3a31-C', 1656036902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433323130323b7d7d),
('a9cbff56d90d41e1c031d8c2a030d186-C', 1656472202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836373430323b7d7d),
('a9ccd68b9eae4c39fb90da8b9bedf71f-C', 1657504802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930303030323b7d7d),
('a9f6a4ae437dca19452d910637658a41-C', 1656967502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336323730323b7d7d),
('a9fd5e8198a005bda92dbaeec9ca5c7e-C', 1657916909, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373331323130393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373331323130393b7d7d),
('a9ff7447c9853df861f2e8f212d31339-C', 1657342502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733373730323b7d7d),
('aa0a0e686487a50624e0915621bcd1cd-C', 1657903902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373239393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373239393130323b7d7d),
('aa0b86c4f7623609e9b6a0f55cacc57b-C', 1658266845, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373636323034353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373636323034353b7d7d),
('aa18549d6d8cc183111de18a8560d832-C', 1656521402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931363630323b7d7d),
('aa21f817d35b59ee561adc383ad42d4e-C', 1657239902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633353130323b7d7d),
('aa2ca50c9b7078f165704537a5c3adee-C', 1656026702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432313930323b7d7d),
('aa34d39efae156ff45d06f1433235c3f-C', 1656532502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932373730323b7d7d),
('aa41dca80780077974d2760bc5b4812c-C', 1656555902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935313130323b7d7d),
('aa523d51b8d0ff695d45d722fb46effc-C', 1657011601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430363830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430363830313b7d7d),
('aa58d9f4acb9c3b10c7b42f779b84527-C', 1656308102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730333330323b7d7d),
('aa672c3a337a97ead1c90bbbbd3151cf-C', 1657874670, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373236393837303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373236393837303b7d7d),
('aa741c5dc989e081101a2566ed9b682d-C', 1657036602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433313830323b7d7d),
('aa76f54c2db92391b6b06b393adf0cc7-C', 1657035902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433313130323b7d7d),
('aa772983441575557c896d8409146136-C', 1657643701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033383930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033383930313b7d7d),
('aa795f10331c64e5128383f565eba202-C', 1656845402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234303630323b7d7d),
('aa7c076cc6874a5e22b44244c2f69b95-C', 1656489901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838353130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838353130313b7d7d),
('aa8087156f63c3f43eb0b0c8c5ef35aa-C', 1656773401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136383630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136383630313b7d7d),
('aa81887a87c3a501245d8639f2b415d7-C', 1657177502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537323730323b7d7d),
('aa8c5d2748f2e0e197d604119ea567d3-C', 1657990348, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373338353534383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373338353534383b7d7d),
('aa9204130e7c62cdaa83282a38604541-C', 1657610102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030353330323b7d7d),
('aa96fbad150a8a56e6a54551af3bcbdf-C', 1657721701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131363930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131363930313b7d7d),
('aaa1862603ac70b9b8d4ec39702246d9-C', 1656178455, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537333635353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537333635353b7d7d),
('aaa3cae32096ffec36502c28282aee2d-C', 1658140527, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373533353732373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373533353732373b7d7d),
('aac033c8596464d1d9565391d20cdb31-C', 1656709501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130343730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130343730313b7d7d),
('aac792b94e1c4c0dac90db226f2db36f-C', 1657642801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033383030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033383030313b7d7d),
('aacc9a7558c76cde68ba643c36cb2547-C', 1656368101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736333330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736333330313b7d7d),
('aad3e4cd1af830b213efcfbc2fc131b7-C', 1657627202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032323430323b7d7d),
('aad6a005745f997794e9387e48a15701-C', 1657061069, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435363236393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435363236393b7d7d),
('aae52827c731ad1ffa1525839e9c1c77-C', 1656536102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933313330323b7d7d),
('aaf0b510707367e5f04db1f1a9b410f7-C', 1657306890, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730323039303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730323039303b7d7d),
('aaf72c69519b115214b5e30b19f287e9-C', 1656073801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436393030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436393030313b7d7d),
('aafa1ece6cf532c02db15c31e54bff32-C', 1656123302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531383530323b7d7d),
('ab0b68501be46f8d4e49b48010a9102d-C', 1657220102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631353330323b7d7d),
('ab0d44bb127746ea1d9e0bbf7977690c-C', 1657000802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339363030323b7d7d),
('ab12c7730a3c713b3a1512cf383bec53-C', 1656162002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535373230323b7d7d),
('ab1883b7ae13b6fbf72ee45fddbc57b9-C', 1657317002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731323230323b7d7d),
('ab18ca3d54525b51281981712603956f-C', 1656744002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133393230323b7d7d),
('ab1dddc9a12018574ecdc12697d59afd-C', 1657330342, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732353534323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732353534323b7d7d),
('ab24bc74f37beb9479df968f5eb5bffc-C', 1657694249, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038393434393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038393434393b7d7d),
('ab28bf318c178a2d864e3f5f6a6245c4-C', 1656714302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130393530323b7d7d),
('ab30d29c336fff64f0041aaeb21d6cf1-C', 1657382402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737373630323b7d7d),
('ab35772d408e062e97c18f0cd12e30ca-C', 1656645602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034303830323b7d7d),
('ab3aa68b9d0dbfadffe7a548a98c61b1-C', 1656265502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636303730323b7d7d),
('ab3afd6b535ee8a4e0e992f8265b9a61-C', 1656621537, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031363733373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031363733373b7d7d),
('ab7bd6aed52e76b4a40a3e4788355d20-C', 1657500053, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839353235333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839353235333b7d7d),
('ab812a349499416926696ebf0bb5d8c5-C', 1657378202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737333430323b7d7d),
('ab89484e801a1c48169d1ce439922e28-C', 1657368002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736333230323b7d7d),
('ab934d05edd4c349b5f803351e7c5fc0-C', 1657533302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932383530323b7d7d),
('ab9c0ed71160b6a1df7040bee94bad33-C', 1656898802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239343030323b7d7d),
('aba8984da3cfb4a26966b92be92610f6-C', 1657827104, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373232323330343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373232323330343b7d7d),
('abae4f8b937350fb8e1d5ec3d89f417c-C', 1657446602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834313830323b7d7d),
('abc6d61cb226f6b4523fc4f7a955797a-C', 1657595702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939303930323b7d7d),
('abc96f45920ca05cee2798e30cfdcd7e-C', 1657651202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034363430323b7d7d),
('abcaf63b4e890b3d0dfb2436fc4bacdd-C', 1656822002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231373230323b7d7d),
('abd3b264e20d52677b8e2fc70a28b436-C', 1656742802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133383030323b7d7d),
('abdae777d663f996fad5fa09f769101a-C', 1656328202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732333430323b7d7d),
('abdfbb10189ce960d9a3326a1a1e7350-C', 1656864302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235393530323b7d7d),
('abe19b26a0ef95ed6946cacc830cee23-C', 1657144802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534303030323b7d7d),
('abe54ec02ce47d2806ec2c23b6c6dca6-C', 1655996102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339313330323b7d7d),
('abe7558e053c55fd26a60f7e4180bef5-C', 1657035002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433303230323b7d7d),
('abebbbbea37092fffd29c8f237e7e0c4-C', 1656105602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530303830323b7d7d),
('abec99099692b9caeb6be90a77217558-C', 1657584602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937393830323b7d7d),
('abef0e2cd78f0c49d0803fca9d5017b1-C', 1657148102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534333330323b7d7d),
('abf0252252f763ac6388f7aad6fdaae5-C', 1656971402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336363630323b7d7d),
('abf2ad844496becc4d0d89f41e01539d-C', 1656549002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934343230323b7d7d),
('abf565cb5f6f122f3f34e5dc12ffd233-C', 1656868201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236333430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236333430313b7d7d),
('abfbb7ca3b1624a1e6f7dc057591fa7f-C', 1656655502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035303730323b7d7d),
('ac0c8956791b02394234f1f87426178a-C', 1656085802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438313030323b7d7d),
('ac0f5125f78c843ef96fb9011ea3dcb9-C', 1657551286, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934363438363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934363438363b7d7d),
('ac2fe3ed40a5c00a5e166a2f4ddd3332-C', 1656497192, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839323339323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839323339323b7d7d),
('ac3c7bae6d46c9cad164172232726e3d-C', 1656879002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237343230323b7d7d),
('ac442905347842d3b5d528f0f0b1e31d-C', 1657635601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033303830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033303830313b7d7d),
('ac5ed97f84d334c612aa65b47b7c3710-C', 1657982994, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373337383139343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373337383139343b7d7d),
('ac7192516735e6aa41b05043dc44f14d-C', 1656548702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934333930323b7d7d),
('ac74f639fe700c1112d47100d5df1a6a-C', 1656165602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536303830323b7d7d),
('ac84198cc37dc8d2bee6432a934c7dc3-C', 1656543581, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933383738313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933383738313b7d7d),
('ac88e2d977db2070a561b68ba9c6ffda-C', 1657103101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439383330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439383330313b7d7d),
('ac8eec49dc089926e93917e27f16253d-C', 1656499201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839343430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839343430313b7d7d),
('ac99098414e7d0df405ced4af2e60474-C', 1657763375, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373135383537353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373135383537353b7d7d),
('ac9b46950458003ae55a7d24f790a283-C', 1655950238, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353334353433383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353334353433383b7d7d),
('ac9e1ec171874016a270ce489071cc2f-C', 1656942301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333373530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333373530313b7d7d),
('aca2d7c98aaead0a6fad0ce05018b8aa-C', 1656935702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333303930323b7d7d),
('acae379dc952b818552d9963dca3b8e7-C', 1656908702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330333930323b7d7d),
('acb523bccb89f28a51e46b9c7e4a2c70-C', 1656833702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232383930323b7d7d),
('acbd28b8d62dd3b650995c8a9b3257c8-C', 1656341798, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733363939383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733363939383b7d7d),
('acc063efc0856d615b3a2489e95e0f19-C', 1657677910, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037333131303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037333131303b7d7d),
('acc39c2f1a5b4a21691b3a2092115af4-C', 1656721202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131363430323b7d7d),
('acdb24d98aa8d7ddd567c61ff70e73d0-C', 1656904502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239393730323b7d7d),
('acefafcd896da9b949d0c79739c700c0-C', 1656676502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037313730323b7d7d),
('acf21ba0de302129d7164c98288aaa28-C', 1657025492, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432303639323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432303639323b7d7d),
('acf74131ca79792e42b0030f513aae66-C', 1656223202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631383430323b7d7d),
('acf76ae811868106c8efd03c5474a5cc-C', 1657130102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532353330323b7d7d),
('acffc142410e672a445602a66a0c2519-C', 1657008408, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430333630383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430333630383b7d7d),
('ad07556a492dfc8675ab508e223f9fdc-C', 1657020001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431353230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431353230313b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('ad0ee594974b9607fb6d97bd1d3ca13a-C', 1656543002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933383230323b7d7d),
('ad16faba17103d8252cf73dc5d4f8645-C', 1657838616, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373233333831363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373233333831363b7d7d),
('ad18ff118c87396fe9490e5d0cce7311-C', 1656795302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139303530323b7d7d),
('ad25946117cbe845c233f1d9cdf0bbdd-C', 1656595202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939303430323b7d7d),
('ad2fd453af0adcbbf715721310603bbd-C', 1656032437, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432373633373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432373633373b7d7d),
('ad35e3c0fd488410365e6007b790015b-C', 1656257702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635323930323b7d7d),
('ad4b0d6b010a0678640a8effb3709b4d-C', 1656529501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932343730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932343730313b7d7d),
('ad5f109481d29e74ea6edbd9fa273055-C', 1656277502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637323730323b7d7d),
('ad76c07bbd086692367d6bfb608bbeb4-C', 1657472102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836373330323b7d7d),
('ad792da503a56dc1d44d7c2bcee8d8fc-C', 1656555002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935303230323b7d7d),
('ad797c2d8b16a6c3c1750af1f00d5a13-C', 1658259173, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373635343337333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373635343337333b7d7d),
('ad7a7c4f304cd73555172913b80cd0dc-C', 1657663502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035383730323b7d7d),
('ad7adcd37230164358bef1a140952cb7-C', 1656612602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030373830323b7d7d),
('ad7db4fc9bc9c3fa3cca1225a3b7c3a1-C', 1656888602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238333830323b7d7d),
('ad924e2e70c559a2550a89c765acd75e-C', 1658118097, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373531333239373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373531333239373b7d7d),
('ad99c17cb9c12f3adb372e3e00c06e36-C', 1657070102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436353330323b7d7d),
('ad9a943b3f8949ee386a1e35fb0ce536-C', 1656181253, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537363435333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537363435333b7d7d),
('ada19eb36ffce187e5cf6a010e8fbbd5-C', 1656549902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934353130323b7d7d),
('ada66464e52eedc0e57860cef23cc5a0-C', 1658010462, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373430353636323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373430353636323b7d7d),
('adb1aa3f282663aa97cad37e84ae360e-C', 1656972937, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336383133373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336383133373b7d7d),
('adc338bbcc4e5181cad4d6908c7d9ab8-C', 1656313802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730393030323b7d7d),
('adca4a10bcd2755f2491e65d6dd0e9f7-C', 1656502802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839383030323b7d7d),
('adcb51b82a24083ba2b37175664873b0-C', 1656558657, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935333835373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935333835373b7d7d),
('add676ce25198be73c93078de8d75c8a-C', 1658005266, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373430303436363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373430303436363b7d7d),
('ade1461647b01c0d54e65f52ed7dc87a-C', 1656176402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537313630323b7d7d),
('ade22e906c3f8e0016126d55ce046da4-C', 1657309802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730353030323b7d7d),
('adf92a4c5ec6df0c2e95450006d17529-C', 1656195539, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539303733393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539303733393b7d7d),
('adff0e2ac8775f16c3c9d5500373bab3-C', 1657690802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038363030323b7d7d),
('ae066ccda116ed1c2798149efb51202a-C', 1657679460, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037343636303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037343636303b7d7d),
('ae259288263168a670494e6cdcf4f0a7-C', 1656909302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330343530323b7d7d),
('ae27c8d4e92ec7435c01886e6feb9d97-C', 1658142925, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373533383132353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373533383132353b7d7d),
('ae30bb553d02b6e79a3755ff99232b38-C', 1657515901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931313130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931313130313b7d7d),
('ae3a712db70b2c33f1f4e1eab4c48124-C', 1656163501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535383730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535383730313b7d7d),
('ae505737d5887523a654cc697fa63ee1-C', 1656414602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830393830323b7d7d),
('ae5c9e3c26cb5ee45491354bb1b03d98-C', 1657201201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539363430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539363430313b7d7d),
('ae6311eb6340eb7a3a346d51bfed754d-C', 1657561202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935363430323b7d7d),
('ae64f2756d5f40ea7f7afa724aa6406e-C', 1657572302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936373530323b7d7d),
('ae675d79689463c36fdc6372f9f80f48-C', 1656889202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238343430323b7d7d),
('ae6e457d2fa46b40fdbdef3a657bd065-C', 1657055957, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435313135373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435313135373b7d7d),
('ae74c4ea9fa3d29cc673c326dcfcd68c-C', 1657674002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036393230323b7d7d),
('ae79dac838da7410a1910105875f23c0-C', 1657568402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936333630323b7d7d),
('ae7a123d8d57073c6e1052d13d9e8acd-C', 1656341701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733363930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733363930313b7d7d),
('ae7ed9f2e8e800594c16d1b9d3d9016d-C', 1657480202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837353430323b7d7d),
('ae93395b5d238484e90fbbb35cc7a0a1-C', 1657678801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037343030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037343030313b7d7d),
('ae93943644b08c33d7a4cc2f6a28c1be-C', 1656220202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631353430323b7d7d),
('ae997f0e297e8aae58cd55721eeae919-C', 1657690501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038353730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038353730313b7d7d),
('ae9ba20d80dfe36672f74e064b2abd12-C', 1656108302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530333530323b7d7d),
('ae9c41d2dccb4dbdd84bc8acca96f0e3-C', 1656002101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339373330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339373330313b7d7d),
('aea0050fc5a1f051d66573331ab3ce56-C', 1656457802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835333030323b7d7d),
('aeaa6c884b452ae6a519f0dcc2c6f0ef-C', 1656758702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135333930323b7d7d),
('aeba0fcbe0546192a893f2b2eed10bba-C', 1656300002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639353230323b7d7d),
('aebcb4e677f700e9d4ee96542e0ad14c-C', 1657977540, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373337323734303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373337323734303b7d7d),
('aec0c8ae933cc760930a8869b2f0b060-C', 1658269454, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373636343635343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373636343635343b7d7d),
('aee906052403fe5985a91b836d387172-C', 1657236902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633323130323b7d7d),
('aeefcdd9e11341078f696bbff09f87cf-C', 1657593902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938393130323b7d7d),
('aef6b130389afada06f7612f996e8e76-C', 1656931663, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332363836333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332363836333b7d7d),
('aef6c3a3814f1baa3031793e08e688ae-C', 1658093330, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373438383533303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373438383533303b7d7d),
('aeff53acf74760a18506526cd5f1f3c8-C', 1656203702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539383930323b7d7d),
('af0e40905c0b3c4f0e0d7d2b87d68e6b-C', 1657654502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034393730323b7d7d),
('af13139f6e92180f692238bf64bb11ce-C', 1656837302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233323530323b7d7d),
('af27eb5e2f988196039d9e563ba6a26d-C', 1658261808, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373635373030383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373635373030383b7d7d),
('af2d6211c3862aba8c2d8414295c734e-C', 1657293002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638383230323b7d7d),
('af3622982a388926ab51474badcc3377-C', 1657792974, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373138383137343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373138383137343b7d7d),
('af3ba2732536cdec0138fdf1ee857930-C', 1656279602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637343830323b7d7d),
('af3bcde6d8b8c03ab5003ca01a6c41da-C', 1657200601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539353830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539353830313b7d7d),
('af3bce18a237b6ec34b04dacdf9fd2b9-C', 1657058702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435333930323b7d7d),
('af41795bb1bf54afcb01498523eb1d2c-C', 1657149001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534343230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534343230313b7d7d),
('af4decd1a855ca00cb354e316901e9a2-C', 1656890402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238353630323b7d7d),
('af4dfacefd1801bc92a47395c9be199a-C', 1656567602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936323830323b7d7d),
('af5116f902304106b303edbd62379029-C', 1657700402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039353630323b7d7d),
('af5cd97859fd211a8d878c0bbc6398c3-C', 1657568190, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936333339303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936333339303b7d7d),
('af7e75a838ccccea1b47411715388435-C', 1657066802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436323030323b7d7d),
('af81f26e0f2a80a1405f9443bc80c360-C', 1657526402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932313630323b7d7d),
('af8a0d8d163857186b2f1c4458e29b65-C', 1657242301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633373530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633373530313b7d7d),
('af8f2de49f95bef217eb92c585d1c204-C', 1656126602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532313830323b7d7d),
('af90a48700c1bb439aee9112df655801-C', 1656235202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633303430323b7d7d),
('afaafea1671085e392f9c6d73ebcbb22-C', 1656141883, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533373038333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533373038333b7d7d),
('afb4f815d4146b7d230e43ddceb8c3a7-C', 1656096602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439313830323b7d7d),
('afc315999f8b9b2489db5072ec90ca7f-C', 1657569602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936343830323b7d7d),
('afcdff03a9e9ef882ef6ed87f5ecb8b3-C', 1657356302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735313530323b7d7d),
('afd397010d6c6386769ca5cc52354eda-C', 1656823501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231383730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231383730313b7d7d),
('afd6f12240c319e4e0c1ac8e3039a0c4-C', 1655998202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339333430323b7d7d),
('afe95def0b832d542b949fdaaf80e73e-C', 1657092602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438373830323b7d7d),
('afefb3162914c6f004d646c7d9ae6801-C', 1657506002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930313230323b7d7d),
('aff53afbca9c7ed5dacddcfaa86424af-C', 1656970502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336353730323b7d7d),
('affe70cc2bc882f9d2b43fb7b30e98ac-C', 1657529102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932343330323b7d7d),
('b000a624f9d47ea1f98bd4aef6618ce8-C', 1656767702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136323930323b7d7d),
('b00f14aa161b54f26abf10fd507ed022-C', 1657037102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433323330323b7d7d),
('b00fcce55895b624fb585710ecf7ceb4-C', 1656960602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335353830323b7d7d),
('b01a07df286e8c74976e1630ee917ca0-C', 1656904201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239393430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239393430313b7d7d),
('b0262e512d7bba2595be78c286644f91-C', 1656268202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636333430323b7d7d),
('b026f3a20d6fa77fa8e90975e2581014-C', 1655845198, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353234303339383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353234303339383b7d7d),
('b02dabc52b1b7eea47fa37681d23d19d-C', 1657235102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633303330323b7d7d),
('b0401b8d9042bdf3e8adafdd9d7c343b-C', 1657538702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933333930323b7d7d),
('b044bb0d27d95493736a7f6f783328f6-C', 1658179169, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373537343336393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373537343336393b7d7d),
('b0575d36613ba3aedc4329b531247149-C', 1657061453, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435363635333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435363635333b7d7d),
('b05c042a9907af08aa552fc75146aea3-C', 1656424501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831393730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831393730313b7d7d),
('b0739d3e465fa472a17585ece1d8e08e-C', 1657776845, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373137323034353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373137323034353b7d7d),
('b09591a42824f2e8687ad7f7ad612a9b-C', 1656401102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739363330323b7d7d),
('b09a51913f9658026144acf45c1cee46-C', 1656908102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330333330323b7d7d),
('b0a53c77bada2b991a4e3fe8395982f5-C', 1656939302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333343530323b7d7d),
('b0a9af8a60f3b6de8f61d7c67f60728b-C', 1656251702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634363930323b7d7d),
('b0ad4904ac40b2b9b29af6d5ce5d8b8d-C', 1657399201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739343430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739343430313b7d7d),
('b0b63aa96316fae44020d94733087c8f-C', 1656869071, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236343237313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236343237313b7d7d),
('b0b734b7a33b2c33c3ba2d736a8536f6-C', 1657712402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130373630323b7d7d),
('b0b7b3ef293602757040da2deb2410e1-C', 1656182102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537373330323b7d7d),
('b0bc6db20ce31041fa7b8fbdb8433df6-C', 1656274502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636393730323b7d7d),
('b0c2fe33d0b5cc5941d3b6b00c51cb4f-C', 1657013348, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430383534383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430383534383b7d7d),
('b0c628454b8d85760d36c4578b535ec5-C', 1656352501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734373730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734373730313b7d7d),
('b0c633bc6db4266ff12fe0113564633b-C', 1656039301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433343530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433343530313b7d7d),
('b0d160215735bdc025f762febf9c19ce-C', 1657105502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530303730323b7d7d),
('b0e78c1ffbda8eea1d882f4eb4dc9194-C', 1657229701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632343930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632343930313b7d7d),
('b0ed74cf50160fa785dee23f28c0cf99-C', 1656888256, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238333435363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238333435363b7d7d),
('b0fbfab85abb7d8c7ce5cbf0099e63b9-C', 1657819829, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373231353032393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373231353032393b7d7d),
('b0fd28c0a0f4b0120929a013a865bc44-C', 1656046501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434313730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434313730313b7d7d),
('b103c0fcec8cdb553e758de785df7ff8-C', 1656813302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230383530323b7d7d),
('b10a204f47f03cd530391d299ba1b397-C', 1656109802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530353030323b7d7d),
('b10a7ba3d06fd72e61a6b0555eac04ed-C', 1656776179, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137313337393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137313337393b7d7d),
('b10f817fec61d6d361d73953a91b6340-C', 1656312902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730383130323b7d7d),
('b124021e494717c9ed83f5476727af06-C', 1657513802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930393030323b7d7d),
('b1245f67ce5793cc865ae5597a339c11-C', 1655854633, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353234393833333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353234393833333b7d7d),
('b124ecc487e75a2e5f3ca0b97cfa2355-C', 1656601614, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939363831343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939363831343b7d7d),
('b1255a015a2bb2ff275ded1d2f4041f9-C', 1655855696, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353235303839363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353235303839363b7d7d),
('b12a8d47735c2375215b30462c738185-C', 1656776182, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137313338323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137313338323b7d7d),
('b12e5375b72db678caa618dcfa96db3a-C', 1656028802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432343030323b7d7d),
('b1371f22951b56dcf62215bb5c1953b4-C', 1656964802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336303030323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('b13840069b30776c6b93a30ed595df00-C', 1657488193, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838333339333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838333339333b7d7d),
('b138e8167078fa4515d9a95f448c9534-C', 1657584002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937393230323b7d7d),
('b13a46d4b37e9c16fa9c89a2eafb69a0-C', 1657205402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630303630323b7d7d),
('b13b01086a5fb0768e0d8ee98e31bd7c-C', 1656792301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138373530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138373530313b7d7d),
('b13e84a66dfc26ad0008d701efa09550-C', 1656723302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131383530323b7d7d),
('b142217fc3c1cf79ad88a32e96f87aa1-C', 1657131811, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532373031313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532373031313b7d7d),
('b144c0e5be8b6a1ed647803764dbf3a1-C', 1656303902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639393130323b7d7d),
('b15570e4904d201c1d7ae568929cebff-C', 1655980447, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353337353634373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353337353634373b7d7d),
('b15d92271eb8d24ce35a843471f225cd-C', 1657697702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039323930323b7d7d),
('b174e15522c0f947ad79965cbed62c7d-C', 1657140002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533353230323b7d7d),
('b18c17d2c21e139a562a0fbeccdfcf04-C', 1657657143, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035323334333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035323334333b7d7d),
('b19671ae2987e4461d2d60361410ae1f-C', 1656027301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432323530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432323530313b7d7d),
('b19c709b9d1955f0ccd51106a97cc6dc-C', 1656170701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536353930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536353930313b7d7d),
('b1afee72ea6ac72484975a90fc06fbbd-C', 1657195802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539313030323b7d7d),
('b1b1d73bba5ac2138f836d01f26ecca9-C', 1657287302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638323530323b7d7d),
('b1b23254cc9295d6c96c162aeb1f8e00-C', 1656028202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432333430323b7d7d),
('b1b286e4e4b20cf46bdb9e3da1ebf0bf-C', 1657230602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632353830323b7d7d),
('b1b99c58a4079f1270035ecea5a76bb9-C', 1656653395, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034383539353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034383539353b7d7d),
('b1bbc3b225092b67f9c65e620f961e9e-C', 1657491901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838373130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838373130313b7d7d),
('b1bcb5058e8a453ab66e5fbfba405a9f-C', 1656084901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438303130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438303130313b7d7d),
('b1cb8b079f4dba71cd2ac1d138146221-C', 1657292702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638373930323b7d7d),
('b1ce0073534d2d2180342bf06b2917a5-C', 1656009301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430343530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430343530313b7d7d),
('b1d3068d350c53856b739a3f2d873057-C', 1656348302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734333530323b7d7d),
('b1d7d8c15f9ca42386984b5e75b13e17-C', 1656345002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734303230323b7d7d),
('b1e392ebc2b7493901c279fb3d344f8c-C', 1655995681, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339303838313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339303838313b7d7d),
('b1e544808f759d34e151d539389e2f0f-C', 1656436502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833313730323b7d7d),
('b1e8389a6fd4237764ff690dcf074c7d-C', 1656144302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533393530323b7d7d),
('b1e8f584105ea447ad2bb9e901c5e0b4-C', 1657113786, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530383938363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530383938363b7d7d),
('b1edae33f1b583858b860d9ca5ed8151-C', 1656929401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332343630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332343630313b7d7d),
('b1f8a30b11ea3d1aebb14d71f39a9f42-C', 1657091702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438363930323b7d7d),
('b1fc2feeabb2665752303e6ae3207ffd-C', 1656127802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532333030323b7d7d),
('b2010085d63f43f2c9f0d093a0487783-C', 1656519902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931353130323b7d7d),
('b2023542a428d57e9eb942a50fe175a9-C', 1656691501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038363730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038363730313b7d7d),
('b20c2ce1ddde229547bc4c36455c196a-C', 1656019202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431343430323b7d7d),
('b20df8a4739b2d242590ab563514ad70-C', 1656319502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731343730323b7d7d),
('b217ab597da0a0ef84d998c79ea30885-C', 1657407602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830323830323b7d7d),
('b22772ec7d2b3032fedac67c55bf62e5-C', 1657002902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339383130323b7d7d),
('b22a2806571b87e43c71a655e9b2fbee-C', 1656082850, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437383035303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437383035303b7d7d),
('b22b684188d5a10b285d8e6209f0f356-C', 1656630856, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032363035363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032363035363b7d7d),
('b23d2976927d8f4e71c8258c6cb15797-C', 1656633302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032383530323b7d7d),
('b27255eff9c2a229a1ff44c46a320287-C', 1656846002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234313230323b7d7d),
('b2785a27ba5984bdcc23687761e64524-C', 1657420801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831363030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831363030313b7d7d),
('b279ee0ab2e0edc14ab626cb02d27363-C', 1656070502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436353730323b7d7d),
('b27c20ef7f3dd7736d41101624cbf937-C', 1656963002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335383230323b7d7d),
('b27ded95d8b9834175bc5d4155d69cda-C', 1657578059, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937333235393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937333235393b7d7d),
('b2956782d3a1a3f0871a6432cfa780df-C', 1657617302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031323530323b7d7d),
('b29eed86f788307e868633436c156567-C', 1656410101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830353330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830353330313b7d7d),
('b2a6f26ecaeed61a91a1666cc8fe2fc7-C', 1657370702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736353930323b7d7d),
('b2ca398a52c12b14a0c3e54390c297e8-C', 1656616802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031323030323b7d7d),
('b2cdf2f7071f8392f5e554ae02522109-C', 1657043402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433383630323b7d7d),
('b2d0680d33c12729f4733e3e2e8d9a44-C', 1656334202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732393430323b7d7d),
('b2dbf8304853c1df8aa894a9cea1ee2e-C', 1657617765, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031323936353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031323936353b7d7d),
('b2ff219b910e92db311fd1a3a4757fbf-C', 1655952482, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353334373638323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353334373638323b7d7d),
('b301b10a6c0c7b568076d00657adc514-C', 1656411902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830373130323b7d7d),
('b30228fedb3ca5fe40c374ee1a7dc970-C', 1658024710, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373431393931303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373431393931303b7d7d),
('b303d1d529e34816b4e761dd5d2abb57-C', 1656699302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039343530323b7d7d),
('b317ae11b59817768da4de94ad976d6a-C', 1657859536, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373235343733363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373235343733363b7d7d),
('b321e05a8f957ef22ec59cb1d347c268-C', 1656999901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339353130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339353130313b7d7d),
('b32c02f095dc5e542e041dcbc939817b-C', 1657362002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735373230323b7d7d),
('b32e9a670dec9e62833b16e3a7e00003-C', 1657285502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638303730323b7d7d),
('b3376cda073910dbc5239525516c4468-C', 1657014602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430393830323b7d7d),
('b3654f9425e364ac31d336dadb92b6cd-C', 1656702601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039373830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039373830313b7d7d),
('b37ad8423e173f1999bc8dc2e985c9ed-C', 1657506901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930323130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930323130313b7d7d),
('b3a93bbbc908d52f5abe61be581c3b59-C', 1656677702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037323930323b7d7d),
('b3aa223a6ff1f6727a0e58293875bc90-C', 1656035402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433303630323b7d7d),
('b3aaece7897af9f93aba14110392b2ff-C', 1656972901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336383130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336383130313b7d7d),
('b3b2d89b6f1c1ecfd0c397075853b5fa-C', 1657635902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033313130323b7d7d),
('b3c64c10b72c58d38c2654e8a0800966-C', 1656653401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034383630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034383630313b7d7d),
('b3d68e68a843497e70a6bbae56215c67-C', 1656844802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234303030323b7d7d),
('b3e11f6aa1d90b673a68bc5208431bdf-C', 1657155602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535303830323b7d7d),
('b3eeb99a0d130e3b68c0b6c60730f920-C', 1656081001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437363230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437363230313b7d7d),
('b3f6786d4d4db4369488b964319765ef-C', 1656022201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431373430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431373430313b7d7d),
('b3f6801773f4e8ec52731f4634848229-C', 1657559401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935343630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935343630313b7d7d),
('b3f87eeafee1ee5ed6eaaf1b9aadb3e7-C', 1656801902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139373130323b7d7d),
('b3f8d816bf5e07b6dcc3765e5455e673-C', 1656355608, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735303830383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735303830383b7d7d),
('b3fe0ce071b66dddf9f604f2356930da-C', 1657471202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836363430323b7d7d),
('b40134a513b41c1fc8a14faebe71a8e8-C', 1657664878, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036303037383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036303037383b7d7d),
('b40d761695695f1245f57b804ad4648e-C', 1656907202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330323430323b7d7d),
('b40dbd67b31e39b9acacf1c871657bde-C', 1657223102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631383330323b7d7d),
('b41a57f16e21e487a28daab76adf4b0d-C', 1656202202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539373430323b7d7d),
('b42b3a95ba58700c442b85785561e69c-C', 1656674701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036393930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036393930313b7d7d),
('b4393e5515ce05909ee2771c0ee6a272-C', 1656179101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537343330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537343330313b7d7d),
('b4434d27f16cf46ff84e1c401d49876c-C', 1657507501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930323730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930323730313b7d7d),
('b4459c6abdcb1228d871cf326a27636f-C', 1656707376, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130323537363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130323537363b7d7d),
('b4516369e581df99913d4e2821e86d3e-C', 1657112702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530373930323b7d7d),
('b45734bdae69c002df8f18efc6c24cff-C', 1657555570, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935303737303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935303737303b7d7d),
('b45d6b6c51ee34ab49d1bd74757053c8-C', 1656078302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437333530323b7d7d),
('b45f325a63adfdd9e2c8ef3078d36648-C', 1656832502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232373730323b7d7d),
('b4619133febdcbcfcf25822973dbc101-C', 1657389302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738343530323b7d7d),
('b4667246ecab05e17a242784e3a64a2a-C', 1656030902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432363130323b7d7d),
('b494ea87d4f90d2ffbb2d3c659e2fa95-C', 1657311301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730363530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730363530313b7d7d),
('b4a36fadaaca81cdfb868cb76e565009-C', 1657037327, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433323532373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433323532373b7d7d),
('b4a70074ceb0c8ccfb073193e9e6d805-C', 1656233401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632383630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632383630313b7d7d),
('b4aab8ea60ea7c61d145ca0bf38667d3-C', 1658131924, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373532373132343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373532373132343b7d7d),
('b4abc01ced48b30e16a4311d71c92b07-C', 1657587301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938323530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938323530313b7d7d),
('b4b143b19dabdee57aac377e2310e338-C', 1656231602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632363830323b7d7d),
('b4b70fb0a1ca493af8a5527f197cfdad-C', 1656294902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639303130323b7d7d),
('b4bac7f16eb39f1e7cdbe31b37eb1e17-C', 1656153302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534383530323b7d7d),
('b4bb332944534ca84adc79bb0f66dad5-C', 1657622402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031373630323b7d7d),
('b4c0e3dbada810fa439a598cf4cd4336-C', 1657699802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039353030323b7d7d),
('b4c1663f707d3f27b2d0149dea7d0a4b-C', 1657554159, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934393335393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934393335393b7d7d),
('b4c37218b59a999ab1dda16177f0537b-C', 1656174301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536393530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536393530313b7d7d),
('b4cf9699fb0902c23afe7e7fb04046b7-C', 1656072301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436373530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436373530313b7d7d),
('b4deba593aea46093c2740865820ea97-C', 1656666602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036313830323b7d7d),
('b4e29bf5e1ccf63c0f1624fab0dff81b-C', 1657362301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735373530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735373530313b7d7d),
('b4e5bfb865572807d0187ad7e2fdaf24-C', 1656440402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833353630323b7d7d),
('b4e7d3ab613a3662e01913507d3d657d-C', 1656606902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030323130323b7d7d),
('b4f569c73573ff90e456ea5fd8b35ff0-C', 1656682586, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037373738363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037373738363b7d7d),
('b4f7939da0534f4b655efce9d9c19ba5-C', 1657086002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438313230323b7d7d),
('b4fe2aa067e9704e624ede4b15790edd-C', 1656072602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436373830323b7d7d),
('b506b3271126d4966062082b2528ae14-C', 1657383001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737383230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737383230313b7d7d),
('b50eba004cdeb563274570955fc8feaf-C', 1656831602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232363830323b7d7d),
('b510a834adad2002e042d4db5916b033-C', 1657509001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930343230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930343230313b7d7d),
('b53a10e28fe225358b975f84b0f50229-C', 1656893401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238383630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238383630313b7d7d),
('b562aea04b0dd89d82f032a35701167a-C', 1656152102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534373330323b7d7d),
('b5690c2a4a2f88ea3fb8e55affccebf4-C', 1657547701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934323930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934323930313b7d7d),
('b5769f3ea8cedb12ce3895069da7794c-C', 1656623102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031383330323b7d7d),
('b576dc9424148eec477d8f972824ddf5-C', 1657403402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739383630323b7d7d),
('b579e1282585e0810858dda68b595899-C', 1657074002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436393230323b7d7d),
('b57aa818eb1f031135e5ae2efc7feaee-C', 1657464902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836303130323b7d7d),
('b57ca4928e19b07052972a52dca6bfbb-C', 1656947102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334323330323b7d7d),
('b57fa98001bc2560d4791cd113dc526d-C', 1656994202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338393430323b7d7d),
('b58bc856001c4542fac2e1744950e05e-C', 1656632701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032373930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032373930313b7d7d),
('b592531caa94154ec1cc6c39c1976e59-C', 1656509754, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930343935343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930343935343b7d7d),
('b5a07cc53d54d9bcbe32a6b3b9746064-C', 1657122902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531383130323b7d7d),
('b5a1878e731b83d5cac09506b1f63ce1-C', 1657344602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733393830323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('b5a3dcac9d26d5a7b7511524e9ae0282-C', 1657687802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038333030323b7d7d),
('b5bbc044a69ecce4f46c9e4add96ea69-C', 1656510002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930353230323b7d7d),
('b5cdd00c08f463ed2d7a033188265044-C', 1657510502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930353730323b7d7d),
('b5dba86f1ca6df6ba90dcc3ce63f35f1-C', 1657071910, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436373131303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436373131303b7d7d),
('b5e15dac53a4a6dba3c1dd7a67bc9415-C', 1656334298, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732393439383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732393439383b7d7d),
('b60760d5fdf10485e31b622638381742-C', 1657003501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339383730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339383730313b7d7d),
('b60d7aacf88cdc36897285aea4f2a03d-C', 1657017722, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431323932323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431323932323b7d7d),
('b6125888e29dffac71dff4d95b7b0c16-C', 1656804002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139393230323b7d7d),
('b61e09ab04df433485bcf433b85459c5-C', 1657129202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532343430323b7d7d),
('b61e773f0901d040c5698855a01a4047-C', 1656540902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933363130323b7d7d),
('b6208c40eaf38321e9805c3e3474fa96-C', 1656437702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833323930323b7d7d),
('b622fd2351fb9e92292b58f0efc82b50-C', 1656079501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437343730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437343730313b7d7d),
('b6308c0571e6a7000ba2527c8e42e1be-C', 1656501001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839363230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839363230313b7d7d),
('b63b710c4a953a2a7409ee2e3d4878ed-C', 1656264601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635393830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635393830313b7d7d),
('b65c909ad8dcd504c6086350c1cd1937-C', 1657462802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835383030323b7d7d),
('b6620a45d724e7c0ccd2715ab47cf9dd-C', 1657458002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835333230323b7d7d),
('b66ccd272ca7f1ec53e6ae8d52f0fe42-C', 1657560601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935353830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935353830313b7d7d),
('b680424ba4f7ffa0d944cbe644cb2cd5-C', 1657660201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035353430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035353430313b7d7d),
('b68fb3c812d89ee696efc23f42158901-C', 1656218402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631333630323b7d7d),
('b69a2098ab488e39daf41c6f2405c89c-C', 1656437402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833323630323b7d7d),
('b6b838e8d5c5d89651b9965a6d59b9cd-C', 1656567901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936333130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936333130313b7d7d),
('b6c496efeff86fc3a47322399f0bdfab-C', 1656691802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038373030323b7d7d),
('b6c56a4793a17d2dc0f3f402ac971285-C', 1656556201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935313430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935313430313b7d7d),
('b6e1318d7cf80450d42da7b3532dbee5-C', 1656567002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936323230323b7d7d),
('b6f93eb1f2b57fc15a808de48bc16050-C', 1657808093, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373230333239333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373230333239333b7d7d),
('b6fdff2b235369ac1660b2de900388d8-C', 1656736202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133313430323b7d7d),
('b7060e42354deb554187aefc1e9cac8a-C', 1657218602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631333830323b7d7d),
('b7067808adb30a69063dcdcdcf7e31db-C', 1656041902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433373130323b7d7d),
('b7164d19ccdef5b953ee7b399ee89c7b-C', 1657445576, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834303737363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834303737363b7d7d),
('b73893f2ff91b515d3d3279cd729ef7a-C', 1657203302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539383530323b7d7d),
('b73e08d33946a82521db91d0a76d6337-C', 1657597802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939333030323b7d7d),
('b76f2bb003c17cfe8da4fe96ae3d8035-C', 1656601261, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939363436313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939363436313b7d7d),
('b77347e506a874da670870e74ce4929a-C', 1656797628, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139323832383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139323832383b7d7d),
('b773cadf72fc07fe834f986ea22ffcba-C', 1657300607, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639353830373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639353830373b7d7d),
('b7754dd8424c8fa3307c7e7cf75c55b1-C', 1657686301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038313530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038313530313b7d7d),
('b797e52e002df049083c9315dd9ef31f-C', 1657079209, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437343430393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437343430393b7d7d),
('b79d2a7c48ba775680aae2a50423281a-C', 1658029730, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373432343933303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373432343933303b7d7d),
('b7a2c697502094cb864cce54d6421f53-C', 1656279901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637353130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637353130313b7d7d),
('b7ad84543723c794cded55d12116b4bd-C', 1657216802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631323030323b7d7d),
('b7c181eab9c8a0d7a7c2e15a86b610a9-C', 1656629402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032343630323b7d7d),
('b7c606eedfdbbc66077241884b34d167-C', 1656257402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635323630323b7d7d),
('b7c65c9ddb3613e9973342ea688b4e16-C', 1656894901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239303130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239303130313b7d7d),
('b7cc1ec131e418b5d029c3679083141e-C', 1657708202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130333430323b7d7d),
('b7d940db9de60951fb1ef955ebbcb2c0-C', 1656446702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834313930323b7d7d),
('b7e71f47ed67243c2d90f9b64ab4e703-C', 1656397502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739323730323b7d7d),
('b7f427970cd1addca57c2fd53c972621-C', 1657561727, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935363932373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935363932373b7d7d),
('b8013a5bb1ba66ccf11718865280a756-C', 1656583502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937383730323b7d7d),
('b8066109e474c5a0e47aee848e724734-C', 1657243502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633383730323b7d7d),
('b80f9c9e095239aecd24b9f48b522d81-C', 1657677901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037333130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037333130313b7d7d),
('b80fc93f3883721fff890beab7ecca23-C', 1656897302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239323530323b7d7d),
('b8197e5478c2c42a2af9cd4a804e0f7f-C', 1656446402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834313630323b7d7d),
('b82567e4c7e84461508e2849fcfdd7ed-C', 1656399607, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739343830373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739343830373b7d7d),
('b8293bc27c4ce5481136038beed02741-C', 1656141602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533363830323b7d7d),
('b82dcc4bfe0a594700a06931940d0cf5-C', 1656661502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035363730323b7d7d),
('b83f56869ba64bef023fc074adef587a-C', 1656815631, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231303833313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231303833313b7d7d),
('b8413b5dc50907348490ea43e5ea2a43-C', 1656059101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435343330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435343330313b7d7d),
('b8452f4b2445642076c02a9029f12608-C', 1656442802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833383030323b7d7d),
('b85209d4fce501775502d71368c23ad9-C', 1657363202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735383430323b7d7d),
('b85b92a84d43704c0c5a019d86d5ab8d-C', 1656625108, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032303330383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032303330383b7d7d),
('b85c1395153df7ba63feac6c999d1b86-C', 1656944411, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333393631313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333393631313b7d7d),
('b86d54fe77c237e80b5f27ab37a374a1-C', 1656606601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030313830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030313830313b7d7d),
('b8787bdf2d7113c051f584f2db1d5b07-C', 1657843665, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373233383836353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373233383836353b7d7d),
('b8803fd8060e33827a2d5eb3433b4263-C', 1656299102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639343330323b7d7d),
('b88198096231e4879335aa73656eddba-C', 1656303001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639383230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639383230313b7d7d),
('b89740b2cfe13b72570853e288b6c416-C', 1657349402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734343630323b7d7d),
('b89776567fd8061cd8bcc08978b8f6e7-C', 1656040212, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433353431323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433353431323b7d7d),
('b8aa4aad272f861ecfaceb4f91dfc5e3-C', 1656585902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938313130323b7d7d),
('b8b2d74f425662a9ea6d73e6ae29c6f5-C', 1657322401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731373630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731373630313b7d7d),
('b8bddafa4eca4f3a30954e4414f5f700-C', 1656658202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035333430323b7d7d),
('b8c23a185aea0fa0815f6ff1560d774f-C', 1656017702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431323930323b7d7d),
('b8c46887810375979d34a04c8899868e-C', 1657327202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732323430323b7d7d),
('b8ccf402353443f66ab96818031e1905-C', 1657484702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837393930323b7d7d),
('b8d1fe666ca185dfdcbe46a0c14c1d62-C', 1657306502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730313730323b7d7d),
('b8e39fcb288fea797c49ef04a31a54c4-C', 1656677401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037323630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037323630313b7d7d),
('b8e46d93e1d46218959d51b362760ab4-C', 1656400502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739353730323b7d7d),
('b8fdbe08c5bce347c65809e382b78777-C', 1656237302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633323530323b7d7d),
('b90c727ae2b2bdba044b2bea8d431be7-C', 1656831499, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232363639393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232363639393b7d7d),
('b90d03db78551a7eff9f9a23b88e86e3-C', 1657472702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836373930323b7d7d),
('b90d1c843255dfb9a07ab1296853b4f5-C', 1657457102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835323330323b7d7d),
('b90e052530130f4e6c19567266567c99-C', 1658083395, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373437383539353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373437383539353b7d7d),
('b90ea5888e809cb9109336e7da9e77c5-C', 1656582226, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937373432363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937373432363b7d7d),
('b919efa899b93f4a5f9bb4f225ce11bd-C', 1657446002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834313230323b7d7d),
('b91d9c9bd3f7083dbe842af3111a9a24-C', 1656164402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535393630323b7d7d),
('b92dd9c3e7e58aa0f806373fb34ff898-C', 1657859854, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373235353035343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373235353035343b7d7d),
('b92e20caf6dc705eca5864a26c07cf75-C', 1657168202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536333430323b7d7d),
('b945fc080c2b09cf739425d901e7ed9d-C', 1657474567, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836393736373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836393736373b7d7d),
('b94988b485f266ae0420319dd1681eb1-C', 1657599602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939343830323b7d7d),
('b949bc5828ee62f41eff2da71beadf5b-C', 1657251902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634373130323b7d7d),
('b961a2ce8eab8171d99631fdf61678be-C', 1656853501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234383730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234383730313b7d7d),
('b9685a70637854f0b36c1707c98226af-C', 1656220801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631363030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631363030313b7d7d),
('b97786a31f9aee130c893bc9bc0214cc-C', 1656722102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131373330323b7d7d),
('b98e82ea99be48045a97b809b9194c9f-C', 1657685402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038303630323b7d7d),
('b998d68a5e5c86b9d3cd3b90a185dac9-C', 1657154701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534393930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534393930313b7d7d),
('b99d42731e50e7e79f9fe671618a0b97-C', 1657205104, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630303330343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630303330343b7d7d),
('b99ea7562bfa730f769cb8549b73e2a9-C', 1656369451, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736343635313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736343635313b7d7d),
('b9a48c3d6b17f1356f0041318dfe56df-C', 1656034502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432393730323b7d7d),
('b9ac08314fbe457951e9757122ddcb8a-C', 1656702002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039373230323b7d7d),
('b9aed1bd8840ce9ae2827dbb94ec4cca-C', 1657388702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738333930323b7d7d),
('b9bb3e4316e85559f0d20435a11d6bb7-C', 1657289102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638343330323b7d7d),
('b9c17dea79e74011169341c8b3384104-C', 1656484202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837393430323b7d7d),
('b9d275427031835b472bcb25de92a8a2-C', 1658161161, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373535363336313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373535363336313b7d7d),
('b9da79ef1cfddf25b5f5cf43cd21a5c5-C', 1656672899, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036383039393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036383039393b7d7d),
('b9e3813b6ed74b698b6560158c003679-C', 1657273202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636383430323b7d7d),
('ba0237870ae47d2012c19a95c2ef7781-C', 1656035873, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433313037333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433313037333b7d7d),
('ba167c60e8fa15386485df27158d267b-C', 1657140145, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533353334353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533353334353b7d7d),
('ba202367fb38f5be05825d6fab0f532b-C', 1656605102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030303330323b7d7d),
('ba2b041c44c1ba836368e7e38981f7f4-C', 1658231683, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373632363838333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373632363838333b7d7d),
('ba31b7053adea673d0b426cc4485b500-C', 1657007702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430323930323b7d7d),
('ba513e3c0d75393bd74ee567986cf6d3-C', 1657373402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736383630323b7d7d),
('ba51da138eee91aa68ab4d0afbb840fb-C', 1657217402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631323630323b7d7d),
('ba79ac1835ef0f3f215d47adda87ebb4-C', 1657713902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130393130323b7d7d),
('ba79e8fe6a7120bf9f447e7caec680c1-C', 1656494402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838393630323b7d7d),
('ba7c44c5913dbc25a1a1720d67bc4654-C', 1656482702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837373930323b7d7d),
('ba7d65999fb3b9d662b0c89785d37143-C', 1657602302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939373530323b7d7d),
('ba7dd3da336fc0dd092ba096ed3ef5be-C', 1656761402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135363630323b7d7d),
('ba83f7635ecaeedd6f9aaac92aebf305-C', 1656087301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438323530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438323530313b7d7d),
('ba8d951d883c811b70fce9145b299f60-C', 1656369002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736343230323b7d7d),
('ba9af0583290528101f77303c47430aa-C', 1657742542, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373133373734323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373133373734323b7d7d),
('ba9bb0534ef92b155be67cca93590f40-C', 1657108502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530333730323b7d7d),
('ba9f934374555ac74bca03527bf8e49e-C', 1656886959, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238323135393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238323135393b7d7d),
('bab5d3bcc186f9712749c82dc2e70f50-C', 1656067202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436323430323b7d7d),
('babcaac43bd3f05531dba8387e95d063-C', 1656955202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335303430323b7d7d),
('bac02d61d535b615241c7ec6a8a2da14-C', 1656960002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335353230323b7d7d),
('bac16ae2febb0cd3051ed4f2cc928a53-C', 1656831902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232373130323b7d7d),
('bac436233960cd38ff5b51f836d604ca-C', 1656414902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831303130323b7d7d),
('bacc0ad54c5c7840578677c1891aed5a-C', 1656328802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732343030323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('badc304477474cbe17c27d7d70b5d725-C', 1657146663, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534313836333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534313836333b7d7d),
('badd67ce57186930c2e70c0fd56e7959-C', 1657923364, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373331383536343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373331383536343b7d7d),
('bae2a9309a89aa29b3ff277d1f23af1e-C', 1656512702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930373930323b7d7d),
('bae4eac6539724325f96a61ccb626b13-C', 1656756601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135313830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135313830313b7d7d),
('baf9e1987af0ca13f6405da78493bf7c-C', 1655967787, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353336323938373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353336323938373b7d7d),
('bb0225cf032a06189b3bb3585b50909a-C', 1657494902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839303130323b7d7d),
('bb05769ec6b9e5c6dba04c573bc88d5f-C', 1656685657, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038303835373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038303835373b7d7d),
('bb2fcecac1af390298880dc251906b9a-C', 1656707401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130323630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130323630313b7d7d),
('bb3a4bc1cc636aa023b1751cf6658416-C', 1657367102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736323330323b7d7d),
('bb3ad815e49c5e546e7d0040bf7c33f9-C', 1656588001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938333230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938333230313b7d7d),
('bb43def129e434fce57751780ff338b7-C', 1656346802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734323030323b7d7d),
('bb49d670c81c1e7797f2faf57f440dea-C', 1657032002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432373230323b7d7d),
('bb4aecd3b63272e19b1727ec8ccdf5c5-C', 1657365105, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736303330353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736303330353b7d7d),
('bb509ff0a89592df2c16395a7a2fb90f-C', 1656266702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636313930323b7d7d),
('bb50b7b7f48a40b9fb6e98c5cdb01f63-C', 1656404101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739393330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739393330313b7d7d),
('bb657885705f0f24565d52c7b77673b6-C', 1656760502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135353730323b7d7d),
('bb67d7cd587db0e28790b74803d6a30c-C', 1656908402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330333630323b7d7d),
('bb6cd50b4ea11a85eddf7146fd53bc12-C', 1657623302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031383530323b7d7d),
('bb797b5fec785474ce9c15fb23a089a1-C', 1657689902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038353130323b7d7d),
('bb7b8794713157b4297f7f4a12c6e13e-C', 1656318901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731343130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731343130313b7d7d),
('bb7b95c4e66a212ee541f995be3a51b0-C', 1656129302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532343530323b7d7d),
('bb7b9b2edb583959ba2f7f8364b4bbd3-C', 1656727202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132323430323b7d7d),
('bb7fae450e3975169ee3330e0047aeba-C', 1656987602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338323830323b7d7d),
('bb81af9bfd35b036f4e8cad5542a4bba-C', 1657364701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735393930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735393930313b7d7d),
('bb8c484b0508788d7d212cf200460e09-C', 1657707002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130323230323b7d7d),
('bb906ac88d64a4881a070b26b3c242d6-C', 1656648901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034343130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034343130313b7d7d),
('bb96d0201b2aa4e32cf13c3ed23e831e-C', 1657550161, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934353336313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934353336313b7d7d),
('bb97aad812843b022ebe0b10d9f70f8c-C', 1657494002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838393230323b7d7d),
('bba753e7a679fc192ffbbbcddb0376e3-C', 1656088502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438333730323b7d7d),
('bbafc413a34e0d5092ece466b7e5682e-C', 1656856202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235313430323b7d7d),
('bbc2d26c0e3f0f2a4e122f8c37c1a8bc-C', 1657565102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936303330323b7d7d),
('bbcd97800fa04761e0bb9a96e0bdd6be-C', 1656873001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236383230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236383230313b7d7d),
('bbd9f72d710ae6c33c528b944ef5e069-C', 1657135202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533303430323b7d7d),
('bbdbfa34f9504e02a03785d5ab24d9a9-C', 1656541802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933373030323b7d7d),
('bbdfd01be9561532add424f730d02245-C', 1657406735, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830313933353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830313933353b7d7d),
('bbebee2425a13a30a4310ad682b2e2c6-C', 1657143601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533383830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533383830313b7d7d),
('bbf0a144f5f006659be6fd411f7097d3-C', 1657651200, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034363430303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034363430303b7d7d),
('bc013afd8aa61e83529ce38b0f40e7ca-C', 1656486902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838323130323b7d7d),
('bc045330543e20b5997c213bd5c433c9-C', 1657359582, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735343738323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735343738323b7d7d),
('bc0fa534d9d403fa8f640908881391c9-C', 1656529202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932343430323b7d7d),
('bc106efef1258d23c9cc1f03e2a34e52-C', 1656663602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035383830323b7d7d),
('bc1c73e4c1f42629462ee2af60db9f26-C', 1656570301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936353530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936353530313b7d7d),
('bc22fba2a43635fb81742f07e0f14330-C', 1657008902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430343130323b7d7d),
('bc2b26f1c3288a87a64c853312f7c499-C', 1656435002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833303230323b7d7d),
('bc47f6161ea1c2b42e44f04fa5883376-C', 1656010501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430353730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430353730313b7d7d),
('bc4ac28be1c57abce7fd0a4dbf87f285-C', 1656696602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039313830323b7d7d),
('bc50ae34900534ddcfd80b45914ee596-C', 1657618502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031333730323b7d7d),
('bc537af1c6097de0ce7e8a04ba3a3b50-C', 1657801450, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373139363635303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373139363635303b7d7d),
('bc5791e0a199c467f84c8adc14b1db84-C', 1657015028, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431303232383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431303232383b7d7d),
('bc6f5a7f809a8b67e1d46b9752134f7a-C', 1656603601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939383830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939383830313b7d7d),
('bc79ed0e9295a9c45768d4928f33705e-C', 1656439502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833343730323b7d7d),
('bc7a3e67809f67e3f60fca0a5e7e45f3-C', 1657188753, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538333935333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538333935333b7d7d),
('bc7cdaef10e2b3a42a60d50acc0501c9-C', 1656488435, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838333633353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838333633353b7d7d),
('bc895da018c8d7fbef793f9b58aa0cd6-C', 1656731102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132363330323b7d7d),
('bc89e4905cd5b18943baf522dd8e5958-C', 1657598402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939333630323b7d7d),
('bc9625bc95c1c2467f123c25c53539de-C', 1656246001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634313230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634313230313b7d7d),
('bca912d4b7efb104e451867cbbd4bdd2-C', 1656270602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636353830323b7d7d),
('bcaac3d874ef0821f233d77924ec0bea-C', 1656362701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735373930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735373930313b7d7d),
('bcb1d9d159089e4289bfca2b9cd3c3eb-C', 1657102711, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439373931313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439373931313b7d7d),
('bcc4c54d373ef64d90bcfac892be55cd-C', 1656462302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835373530323b7d7d),
('bccf2b9e3475331ad073b53a6439c6c1-C', 1657095002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439303230323b7d7d),
('bcd139d4e9b9d796b693c332c5490ff4-C', 1657883240, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373237383434303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373237383434303b7d7d),
('bceb2774cc707098d7d24f89da5b4c97-C', 1658080227, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373437353432373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373437353432373b7d7d),
('bcf6eab8604d9347868e153748c4a456-C', 1657110002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530353230323b7d7d),
('bcf99550ac508587ac8730f00b0143c0-C', 1657603202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939383430323b7d7d),
('bcfb924e010af0c5518c771fed97dd2d-C', 1658000750, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373339353935303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373339353935303b7d7d),
('bcff4c461e63b47e5acc3900b30910a1-C', 1657717802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131333030323b7d7d),
('bd02fae9213e9a1bf352b2f1acfe9bb2-C', 1657683602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037383830323b7d7d),
('bd1c47b999152adad00e005fdd49c8c3-C', 1657537013, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933323231333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933323231333b7d7d),
('bd214b24a5697465f450dd87f1f485c2-C', 1658032022, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373432373232323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373432373232323b7d7d),
('bd35ed78310dbe49e12d4760e866a1fd-C', 1656639602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033343830323b7d7d),
('bd371a6d5626463b843f1d6e3b3ddd32-C', 1656607802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030333030323b7d7d),
('bd3ddb712c5f25d71e88687cbccb9a71-C', 1657399802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739353030323b7d7d),
('bd437ba50bd835671b0f47f4ddb723f3-C', 1657426802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832323030323b7d7d),
('bd5176207b9dcd6299e7e8cd1ee840a6-C', 1656014402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430393630323b7d7d),
('bd52aab79e35f9ae7843c6e85ebb0322-C', 1656845702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234303930323b7d7d),
('bd57bf31bfb2ea139a1a87f2df221639-C', 1656944402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333393630323b7d7d),
('bd6d1b94797f8aaf4febb799a9e6d078-C', 1657128901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532343130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532343130313b7d7d),
('bd89af05c48495568c8561061788a8f6-C', 1656531527, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932363732373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932363732373b7d7d),
('bd8b53cec87f1200adf97268da968d66-C', 1657204569, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539393736393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539393736393b7d7d),
('bd8c885b528b4aedb967a931e02f9ee8-C', 1656787802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138333030323b7d7d),
('bd92477c32db1261b77d89c6e260b6ab-C', 1656199802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539353030323b7d7d),
('bd99cefe3b7657c64ef52c4aaa81535a-C', 1656468302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836333530323b7d7d),
('bd9de73ca56e871dd00632222bd9043a-C', 1657203072, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539383237323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539383237323b7d7d),
('bd9e51b12a3bb5204b591ec8fdba7133-C', 1657549801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934353030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934353030313b7d7d),
('bda9927e547c30abab6d35369eeb44f5-C', 1656939902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333353130323b7d7d),
('bdb59ce5689c3ed84af73e901ff043f8-C', 1656804301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139393530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139393530313b7d7d),
('bdb7dbf167d8972a2a12eeab53be1e6f-C', 1656827402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232323630323b7d7d),
('bdb8194d4fbd5e80c95d9635b45fc2a7-C', 1657085402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438303630323b7d7d),
('bdbdbba90b590ec7d9a66d1def09f36e-C', 1656668702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036333930323b7d7d),
('bdc96c716ac350ed5704278c43799aec-C', 1657055702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435303930323b7d7d),
('bddcb4ebe842a3825a898091a9d7d2a4-C', 1656907502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330323730323b7d7d),
('bdf308db444a1e720882f94f080f5a59-C', 1657281302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637363530323b7d7d),
('bdf5fe586fa72c54e005c2925b3a7a95-C', 1656284402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637393630323b7d7d),
('bdfe748dd7f1a64b0ba06a6527020541-C', 1656363301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735383530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735383530313b7d7d),
('be019581dde110b6397b1b54482f9520-C', 1657504501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839393730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839393730313b7d7d),
('be03e04f38e584beb8b91f08c4e6bac6-C', 1655997602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339323830323b7d7d),
('be092d0465f65b473d439e82cd0edcfa-C', 1656636002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033313230323b7d7d),
('be2cf52e7a5f1dfdb053c107ea67f2aa-C', 1656869679, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236343837393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236343837393b7d7d),
('be32df297bda1e56c47b87bbccf9a230-C', 1657860184, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373235353338343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373235353338343b7d7d),
('be380bb3881d7b287abbd1e2ea0f6ce9-C', 1657001701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339363930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339363930313b7d7d),
('be4945d8270407fe00e72f8542fcad2d-C', 1657124402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531393630323b7d7d),
('be5937b3e39cc8c3851f91ed6db2deff-C', 1657576802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937323030323b7d7d),
('be70890a85cab5816867f1a0de3a93f3-C', 1656604202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939393430323b7d7d),
('be7194b77b3c3f5458ce9eec5abf1076-C', 1656783396, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137383539363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137383539363b7d7d),
('be80af61abcf3ec4b3a62247520d6316-C', 1657446301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834313530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834313530313b7d7d),
('be85c129bb6a897e29d00c52c21d6775-C', 1656812102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230373330323b7d7d),
('be9b2881b805b64637b8e9d6efa8e006-C', 1657490101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838353330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838353330313b7d7d),
('be9ed7cb6518f43c80cc17c22184a438-C', 1657628702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032333930323b7d7d),
('beb0b2eae269cfe3fc657eaf680181f1-C', 1656860102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235353330323b7d7d),
('bebb8732a4e344fb90f95e6d9b68eefe-C', 1657365902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736313130323b7d7d),
('bebfeb4cce7bd3af8fea4604b0d0cf0b-C', 1656495901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839313130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839313130313b7d7d),
('bed3d313e66a45da1a319bf3d0270991-C', 1656754202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134393430323b7d7d),
('bee40d25ffd1d0bfd31ac910e13c152f-C', 1657321802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731373030323b7d7d),
('bee8fa27f8e3c1253ea954c82885ba26-C', 1656151502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534363730323b7d7d),
('beeaaaf252661a9bb05644a130f45999-C', 1656213002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630383230323b7d7d),
('beefc717d150f215a079ed945e2fe7a9-C', 1657249643, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634343834333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634343834333b7d7d),
('bef3db000829f0e8c892089062913ffd-C', 1656811202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230363430323b7d7d),
('bef93457986ef316acff5cc0f9176513-C', 1656042301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433373530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433373530313b7d7d),
('befa32bc390a829b41394fc16fb8f640-C', 1657390982, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738363138323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738363138323b7d7d),
('bf104de89d199ca103558b0e26a735e2-C', 1656762602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135373830323b7d7d),
('bf156aaf30fc065f884dccc34169c2d5-C', 1656256502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635313730323b7d7d),
('bf1d91cd9c52a567d63db6c17d78bf4d-C', 1657036202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433313430323b7d7d),
('bf275312834d660d1963410f5d848532-C', 1656698402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039333630323b7d7d),
('bf2f01053848fe48c98c88d016ca1e9a-C', 1656926101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332313330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332313330313b7d7d),
('bf2fab1b0ed5e73242dfd202fc77dc93-C', 1656053402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434383630323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('bf306777dd392839a0a82196fb020716-C', 1656655202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035303430323b7d7d),
('bf3cb91cd0879571112235ae6ea99fc1-C', 1657200902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539363130323b7d7d),
('bf448997397752b648ae0d4d769d7cd0-C', 1657483502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837383730323b7d7d),
('bf46eac618e0bbaf1225e53ec16cfc04-C', 1657233002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632383230323b7d7d),
('bf4a66ed73e76fb6591ea833d580b5b0-C', 1657429802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832353030323b7d7d),
('bf4c2d94c55e4bab40e763b5b01edbe2-C', 1657817971, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373231333137313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373231333137313b7d7d),
('bf51c7013435443785e371353268d5f6-C', 1657573502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936383730323b7d7d),
('bf529cd4379bf62de924c67fd0f3ebd0-C', 1656682802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037383030323b7d7d),
('bf56511ab2a216581f5a132829f84310-C', 1657076701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437313930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437313930313b7d7d),
('bf5ecaa43ab239c06809d65672d535e5-C', 1657520402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931353630323b7d7d),
('bf6e79c10c228db1aae74b42960000b3-C', 1656356402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735313630323b7d7d),
('bf722031605f8a979aa5cd381159619c-C', 1657088702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438333930323b7d7d),
('bf794681800c49e71e85cef5dbe59d39-C', 1657011002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430363230323b7d7d),
('bf7c0cb582fb61930b0d1d741028896b-C', 1656311102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730363330323b7d7d),
('bf7f2680269f0f49aca26ceee221b4fa-C', 1656326101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732313330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732313330313b7d7d),
('bf85f2e25b90a0d80e299ede7712f1d0-C', 1656064724, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435393932343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435393932343b7d7d),
('bf9ed571a2dc126b2e5d83925caa6dda-C', 1656110339, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530353533393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530353533393b7d7d),
('bfa3dc085ca8e619ca4da0169977081e-C', 1656103502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439383730323b7d7d),
('bfa480e6a51ee3cbc4eab134fe2d001e-C', 1656023102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431383330323b7d7d),
('bfa4ff437f2352e0e471649dcb8c7e87-C', 1656496802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839323030323b7d7d),
('bfa5ff9cb9ea9f7460264e1508d158e9-C', 1657080002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437353230323b7d7d),
('bfc802890da4a5d6081657e6ed862e91-C', 1656770102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136353330323b7d7d),
('bfcb810792e7620047b484ab228d4caf-C', 1656203101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539383330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539383330313b7d7d),
('bfd8578555238ebbd7a28f9568b1583a-C', 1656099002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439343230323b7d7d),
('bfe1c3d321a9e733b7ad02693c88b570-C', 1657360802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735363030323b7d7d),
('bfeb3921ee6fe94a113b0fc3eb7b7446-C', 1657671902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036373130323b7d7d),
('bfee7e6d3cd854e9cdfbc0eb6636c14e-C', 1656359702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735343930323b7d7d),
('c000884e17fb77db8d3268b3f3837b63-C', 1656664668, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035393836383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035393836383b7d7d),
('c00a28120350c4368e3a0bea5f26f28f-C', 1657635056, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033303235363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033303235363b7d7d),
('c00b52973243a19764e9049033afb9e1-C', 1657548312, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934333531323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934333531323b7d7d),
('c00e93435199aaba1ef080fb0d3dec47-C', 1657147501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534323730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534323730313b7d7d),
('c016a99ec952b773e1ad4d9f7b2f4718-C', 1656488402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838333630323b7d7d),
('c01e4361c0d8bc170703935c5469b208-C', 1657410602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830353830323b7d7d),
('c0300c2a39fa15a5bfeb6c19730e5c95-C', 1656033901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432393130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432393130313b7d7d),
('c041f4da01c10375efe13a5172f156f1-C', 1656308402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730333630323b7d7d),
('c04a98e9d14903860504771cb1847b94-C', 1656542974, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933383137343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933383137343b7d7d),
('c04b20a766bb12a569ed7082e89abae6-C', 1656999302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339343530323b7d7d),
('c05e8104d4f8973e9df74eaa8ab34124-C', 1656613502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030383730323b7d7d),
('c0652c8c2177b617aec3f1d944e8bb82-C', 1656391802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738373030323b7d7d),
('c0676a527fa1af8c149be6b18643cad7-C', 1656954902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335303130323b7d7d),
('c077b0c10b64086aafe7d35c185e8441-C', 1657211402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630363630323b7d7d),
('c0798d5a7bd0f39a38b7392a34736b1b-C', 1657712102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130373330323b7d7d),
('c07a7c16689583dbe9eae1941c4f571e-C', 1657643889, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033393038393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033393038393b7d7d),
('c0860d0f43c5ce48e9e90f605c521e44-C', 1658078011, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373437333231313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373437333231313b7d7d),
('c0869d86a3340dcbf954896e1f0d13b9-C', 1657703102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039383330323b7d7d),
('c08b883f55607b2a0bd8d7baf174974c-C', 1657206002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630313230323b7d7d),
('c09646ea9cbe4986548b90383d888199-C', 1656125121, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532303332313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532303332313b7d7d),
('c0a7b4662f7818c1a963b004dc08c1fb-C', 1657398602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739333830323b7d7d),
('c0b150278c9230b8cfa6edf97aacce13-C', 1656096002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439313230323b7d7d),
('c0b9cccfe2302c86426522140226b25d-C', 1657128302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532333530323b7d7d),
('c0bebf1b7f9de74d64ec53c0e2ef2d51-C', 1657219138, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631343333383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631343333383b7d7d),
('c0bf2bc4105f1f44f0f29258b80d0575-C', 1658046262, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373434313436323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373434313436323b7d7d),
('c0c1a04aa4f35fddc6d4d1c92c156a6e-C', 1657106402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530313630323b7d7d),
('c0c5163acec6dfa37627743419fecd84-C', 1656591902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938373130323b7d7d),
('c0ce0c606bcf146f2bac2d5f7e1561df-C', 1657005602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430303830323b7d7d),
('c0e97faefb9e71c870ee4eab25e2ec1a-C', 1657828074, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373232333237343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373232333237343b7d7d),
('c0eecf1f32ee48330582b1ace967adf8-C', 1657825806, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373232313030363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373232313030363b7d7d),
('c0ef9a9e7c06c86d87e978162602e2e5-C', 1657330501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732353730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732353730313b7d7d),
('c0fa77348b83d6a4f431dbd715f0a44e-C', 1656174901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537303130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537303130313b7d7d),
('c0fd4dbdf9208e13fbee182fe38f7f4e-C', 1657625402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032303630323b7d7d),
('c10365e1183cfb7a5e5953cf881f650e-C', 1656277202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637323430323b7d7d),
('c10c4ae7796b3b85dc0ea159c27697a5-C', 1656157501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535323730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535323730313b7d7d),
('c10d84865b0a2b63f369d1d1cc878643-C', 1656509102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930343330323b7d7d),
('c10f5563317d3fa37c263b1762ce339e-C', 1656112501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530373730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530373730313b7d7d),
('c11517a62a6c879ee99afa04abda9269-C', 1657653730, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034383933303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034383933303b7d7d),
('c13124c8eb9cb88bd578ccba2dc7cd0b-C', 1656894243, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238393434333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238393434333b7d7d),
('c1339c78a4920ab1e3449fc325b068a3-C', 1656282902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637383130323b7d7d),
('c1492de4d0b6a9e9157f3d1411b2252f-C', 1657352702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734373930323b7d7d),
('c14b07c77e9bc8da9fff8f58018647d4-C', 1656807902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230333130323b7d7d),
('c157089ddca7ddd69791a9eb749926ce-C', 1656267301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636323530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636323530313b7d7d),
('c15c7143b6cc0814b05314ee21b28bc0-C', 1657095902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439313130323b7d7d),
('c1625ef2d97faf8b0702a38ddaca52f5-C', 1657146645, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534313834353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534313834353b7d7d),
('c1683a8266b24418f8c75cfd7b9d41d0-C', 1656262801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635383030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635383030313b7d7d),
('c16f7db0daf6e67e83628e916092c838-C', 1656052502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434373730323b7d7d),
('c17784925ef3e8ad78c9dbafefe2665b-C', 1656054302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434393530323b7d7d),
('c185e798d59938cfb31715cfdfa1bf98-C', 1656573733, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936383933333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936383933333b7d7d),
('c18c3e6713658fcb3dd2fb601f77b304-C', 1656789001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138343230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138343230313b7d7d),
('c194047014cd470c4d2f23c9a7bc784c-C', 1656547502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934323730323b7d7d),
('c19baaeb4e11ced69308bd175b8aae37-C', 1657598702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939333930323b7d7d),
('c19f7c9518f1579b21fa56c77cd340f7-C', 1658010186, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373430353338363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373430353338363b7d7d),
('c1a779c20cebd812e949d8da915f405f-C', 1656711002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130363230323b7d7d),
('c1ab1930380711c53e1300c940cc05d8-C', 1657413302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830383530323b7d7d),
('c1b08b38d6b8955f100d597541ef12ad-C', 1658106697, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373530313839373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373530313839373b7d7d),
('c1c98774005e99eb07489d9b24f7f934-C', 1657140302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533353530323b7d7d),
('c1d2e53190bb4af82ed1e0922772de4d-C', 1656703501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039383730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039383730313b7d7d),
('c1d7822334504658a6e89753292b09b6-C', 1656867602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236323830323b7d7d),
('c1f54a3b655022dfe0385490da1e0d3b-C', 1657422302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831373530323b7d7d),
('c1f8c59c26398e69ddd842dcef2f971c-C', 1657092929, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438383132393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438383132393b7d7d),
('c1f9c361292db57442d59634702ee668-C', 1657743274, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373133383437343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373133383437343b7d7d),
('c1fb851356604b879cd128fa8b37448d-C', 1657094702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438393930323b7d7d),
('c205b6f9be1dd9bb83dc1e22073d4a38-C', 1657761094, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373135363239343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373135363239343b7d7d),
('c20870ccc6f2935d7138efe5e89e74a3-C', 1656597002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939323230323b7d7d),
('c20891350e47acab4d1af66d94e04582-C', 1656916802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331323030323b7d7d),
('c222f80fd607c1d6ba868e519811966c-C', 1657237493, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633323639333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633323639333b7d7d),
('c224fe05d8c52955ea2657ab3f343a92-C', 1656293102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638383330323b7d7d),
('c23a379ed29ed804ea03278bc781370f-C', 1656603002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939383230323b7d7d),
('c24ee2cd1d6d3028c99bdea6fcd03125-C', 1657311002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730363230323b7d7d),
('c257ace694ea9320926e1684a8abd1d5-C', 1656832801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232383030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232383030313b7d7d),
('c2588ba3b4b0457fbccba2917bf0c413-C', 1657182602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537373830323b7d7d),
('c26a4c8bdbe51b62df01bbd9784571c8-C', 1657820898, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373231363039383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373231363039383b7d7d),
('c273e04d0648d6cc15050f6e8d21b914-C', 1656957002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335323230323b7d7d),
('c289b769c45d28efc4140de1cda9ed10-C', 1657632902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032383130323b7d7d),
('c29e51a904a00d8aa7b1194c97086f09-C', 1656796501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139313730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139313730313b7d7d),
('c29e54722cacb560197c7ace06a7fd3e-C', 1656253802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634393030323b7d7d),
('c2a0022eaf741a6ba3661b2cc7e15c8d-C', 1656051301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434363530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434363530313b7d7d),
('c2a1d82d28a30a11030298b5214ea27d-C', 1656431102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832363330323b7d7d),
('c2a3d7672fba6754634478387cc2fe91-C', 1656970802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336363030323b7d7d),
('c2a9f680543956e1578ffa5f2593af37-C', 1656352802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734383030323b7d7d),
('c2aea59bc495a90d91caf3265bfe2986-C', 1656870602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236353830323b7d7d),
('c2b7a9343b7788af22f449009068f490-C', 1656965702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336303930323b7d7d),
('c2bc96375817a1c2b7d926b7fe940f89-C', 1656474902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837303130323b7d7d),
('c2bfdf0bff34c87956135a688f3b01a4-C', 1656381002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737363230323b7d7d),
('c2d58930f634c838e5f6885661366055-C', 1656680102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037353330323b7d7d),
('c2ea135efd5a1ae81b3276b07c8e0f4c-C', 1656489302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838343530323b7d7d),
('c2ed192b8950e6cf9a983c70f75a25b7-C', 1657531802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932373030323b7d7d),
('c307dac84b7cb1858ef39030b4dd31a4-C', 1656867902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236333130323b7d7d),
('c30e1804e3a6abc6a1bc0dd3c5ef6112-C', 1657134002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532393230323b7d7d),
('c3102e6e48fc19c9c40eaddf1504f2b6-C', 1656984902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338303130323b7d7d),
('c33430477abf2f299a49fb2922190a46-C', 1657180202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537353430323b7d7d),
('c3398672354dae790ab5dc1bf138fd70-C', 1656401713, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739363931333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739363931333b7d7d),
('c33e6fc568c2ec60da0f3bb6f78e9c82-C', 1656788402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138333630323b7d7d),
('c341d8b11acd01825948622cfdd7a53a-C', 1657542302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933373530323b7d7d),
('c34203edc68640b66f1da0d133f7c8b1-C', 1657316702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731313930323b7d7d),
('c34a1201991022df30d42f2d790ae45c-C', 1656922201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331373430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331373430313b7d7d),
('c34ac4e785b76e68628a9db21006baa9-C', 1658076574, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373437313737343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373437313737343b7d7d),
('c34fca3c25dc295264c0c50596b7c256-C', 1657024251, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431393435313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431393435313b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('c354df6bfd97fda86bca53e551253830-C', 1657458189, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835333338393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835333338393b7d7d),
('c35657c6fce48fd813c88d6157987ea2-C', 1656800284, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139353438343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139353438343b7d7d),
('c35f5f270b320a6042be58bdeff8a601-C', 1656525002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932303230323b7d7d),
('c36377ad094c658a70d15ed863c30188-C', 1657499211, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839343431313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839343431313b7d7d),
('c36ada03eb9fa5ed8622da76be52e408-C', 1656556314, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935313531343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935313531343b7d7d),
('c36c01cdb9ad006ee25fa28039ea2979-C', 1657340701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733353930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733353930313b7d7d),
('c377ff68ed6883e4552dee8758e40ce1-C', 1656480302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837353530323b7d7d),
('c3870a1d095c00cd431e15fb6e6a2ed6-C', 1656714001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130393230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130393230313b7d7d),
('c38d8ab26b3a490ed64c68c083016724-C', 1656976802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337323030323b7d7d),
('c39a6de46e26108bffdfdf1b90d28358-C', 1657869954, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373236353135343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373236353135343b7d7d),
('c3c7ea016bfcc66de50bc4c02acbbcb1-C', 1656989402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338343630323b7d7d),
('c3cee944056420f0818413cf2a8c447d-C', 1656288601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638333830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638333830313b7d7d),
('c3cf07d59c6308e8aede0a0636717bdc-C', 1657107631, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530323833313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530323833313b7d7d),
('c3d5d5b679457eb485f5d863060137ce-C', 1657182302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537373530323b7d7d),
('c3e45d29a4e28d5423e77f32c82b2881-C', 1656930002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332353230323b7d7d),
('c3e8280655ae15ad41fb4577334ec029-C', 1657450802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834363030323b7d7d),
('c3eca6d8db92bfe892544a0bd034a5a0-C', 1656801602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139363830323b7d7d),
('c3ef7b4d742f3b3ebd15799e019aa7c7-C', 1656492902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838383130323b7d7d),
('c3f0689891ff6ad38861675acf7c25f4-C', 1657024801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432303030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432303030313b7d7d),
('c3f183155bc679cd4cded5ed2ec71f23-C', 1656791701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138363930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138363930313b7d7d),
('c4061b2bf538a34d93ff03685cf145a4-C', 1656138301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533333530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533333530313b7d7d),
('c4097410b11058fbfa410984460fda08-C', 1657110302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530353530323b7d7d),
('c40eb26ed7cdec01955e8e8fe69990d0-C', 1656318002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731333230323b7d7d),
('c411ca05452a8021ad922d30b91c7762-C', 1656263402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635383630323b7d7d),
('c413b9ca83477c34a5f32bde1353cc05-C', 1657550701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934353930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934353930313b7d7d),
('c4184490dab62aaf48200a6fac8506c8-C', 1657181401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537363630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537363630313b7d7d),
('c422efe0123b642a38f46bea7ee817b2-C', 1657014302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430393530323b7d7d),
('c428462b2a3b76e990b0a325ecbf20b7-C', 1656969302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336343530323b7d7d),
('c429999a2ae12a742dda4783a12715f0-C', 1656982909, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337383130393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337383130393b7d7d),
('c42fb85e07090e6dafe6c683ca7b117d-C', 1657556702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935313930323b7d7d),
('c432b364eedaa01ccf276b5141a313c4-C', 1657200302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539353530323b7d7d),
('c433083b4ff6ac2a36d654fdb091da44-C', 1656103802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439393030323b7d7d),
('c4357106685947837e44262d1b2a2aca-C', 1658048013, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373434333231333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373434333231333b7d7d),
('c4419849178bb8cc619c289e2df1609e-C', 1656261301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635363530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635363530313b7d7d),
('c443f26cb778c7122e2af070c0fca8bc-C', 1656695101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039303330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039303330313b7d7d),
('c457358ee1f9ccf11b54a9368d8db821-C', 1658096858, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373439323035383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373439323035383b7d7d),
('c45cd5ec8866cbea0c4d74b051728216-C', 1656800102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139353330323b7d7d),
('c45d934e12132d17232d3f7f792a8647-C', 1657279610, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637343831303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637343831303b7d7d),
('c463e6ea294a94058f72043b869189fc-C', 1656654002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034393230323b7d7d),
('c4653fa73d3fe0a3b721e834ef884fdc-C', 1657675802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037313030323b7d7d),
('c479e20e787a6d7fe310856cdf280f93-C', 1656196859, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539323035393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539323035393b7d7d),
('c47cb8f0ac6c72064a48c8c7c2b030c9-C', 1656993002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338383230323b7d7d),
('c48836dadbd1e5bfbb991d609cf12ec6-C', 1656305101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730303330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730303330313b7d7d),
('c490e0fdc1a39bf0d950faa0aeaa7c6e-C', 1657283701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637383930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637383930313b7d7d),
('c49c7d4f90742e991a382744dd1e1ee6-C', 1656153901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534393130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534393130313b7d7d),
('c4a356807c2f5bf56fb6eab1b1038b6d-C', 1657073102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436383330323b7d7d),
('c4b35c54529dcb4b04ba053d454818c3-C', 1656864602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235393830323b7d7d),
('c4bdcd58c4670ea253d9611008ea3af1-C', 1656363902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735393130323b7d7d),
('c4c40f044cfedea2783519b33f65169a-C', 1657528511, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932333731313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932333731313b7d7d),
('c4d0474d116a1f11bc29bac6c403027b-C', 1656664501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035393730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035393730313b7d7d),
('c4d94b6bbc9986ceddc0a6c1699a1fda-C', 1656311653, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730363835333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730363835333b7d7d),
('c4da98075c25ca0f7e1993fcb6286f6a-C', 1656212402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630373630323b7d7d),
('c4deb2bc2dbee262f0ed4574fe4f08b4-C', 1655996161, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339313336313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339313336313b7d7d),
('c4e28062a6b5b0d70b0488ab40301d38-C', 1656338401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733333630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733333630313b7d7d),
('c4eff4e6e6bad59adfe059965b8483f4-C', 1657297802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639333030323b7d7d),
('c4f1c2282c6a8b918f07ea8f4b7cdd42-C', 1657412702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830373930323b7d7d),
('c502da1800d2b6a81ed5d9273d8cf167-C', 1657662002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035373230323b7d7d),
('c5115060f193836a85bfbd737970c2c1-C', 1657095301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439303530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439303530313b7d7d),
('c5151baba1b29771127d915abd5655c8-C', 1657094102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438393330323b7d7d),
('c51ffc9b3a097957e30cb8bfcc94b75e-C', 1657651802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034373030323b7d7d),
('c524cc20d212a1cd6e89c0528bdbb9ef-C', 1657146302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534313530323b7d7d),
('c52fe4339f3e75e6a2e3ac4ccb1b5d89-C', 1657375502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737303730323b7d7d),
('c539a509b123df9c9615d4ab8d39e36b-C', 1657554002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934393230323b7d7d),
('c53d39f040e02117646e0d10e00c5e60-C', 1656495602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839303830323b7d7d),
('c53e048fb2fc468d90396b09a451f700-C', 1656278102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637333330323b7d7d),
('c53e9ac41208d0212b4a320e05cfe00a-C', 1656578702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937333930323b7d7d),
('c54be377fb78ae968a432c3c3587ea1d-C', 1657575305, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937303530353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937303530353b7d7d),
('c54c9f979a718eea3812b8a1bee62f7a-C', 1657353427, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734383632373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734383632373b7d7d),
('c55adce7cbd5471ffb43a1152d58b7c7-C', 1657462501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835373730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835373730313b7d7d),
('c55c04870ec8f290f0dc3fc4c0af2838-C', 1656635701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033303930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033303930313b7d7d),
('c55ed47f1ab10239bc430da026c77107-C', 1656673202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036383430323b7d7d),
('c562d8ed296295687490423a4851835c-C', 1657180802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537363030323b7d7d),
('c5643e9ceb8f33e396f34856f4ba9507-C', 1657312083, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730373238333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730373238333b7d7d),
('c56550e5f7e9eb1e34d9b69b7a25e72f-C', 1656292502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638373730323b7d7d),
('c565c0c6de78129b3b6366ffc54f708a-C', 1657302602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639373830323b7d7d),
('c5670a4106fb4111b753812e2609de8a-C', 1657443302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833383530323b7d7d),
('c56a5e73d9116f246051708c344c3b11-C', 1657554225, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934393432353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934393432353b7d7d),
('c57470061a82ccb73e66ce69022a3f6a-C', 1657334401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732393630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732393630313b7d7d),
('c57b1f9fad34b968440a3613ebf7dce7-C', 1656933302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332383530323b7d7d),
('c59853feb9d6e073b7c3dec7156e8751-C', 1656515996, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931313139363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931313139363b7d7d),
('c59bb15e9654980e06331dcb4c508af8-C', 1657176002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537313230323b7d7d),
('c59ee84fe8405c269bf805e83bd1aa5e-C', 1657029001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432343230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432343230313b7d7d),
('c5a01a7bd13ab4574330738b1f16b835-C', 1657436702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833313930323b7d7d),
('c5a3d7033c41e0f8d2434b39d88e71bb-C', 1657080029, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437353232393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437353232393b7d7d),
('c5a523e746623666f6eec60aee795c34-C', 1657665901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036313130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036313130313b7d7d),
('c5a75fa2e2ab45901cab78d815e00a8c-C', 1657802935, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373139383133353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373139383133353b7d7d),
('c5a7bc512d17443ed106c478874e52db-C', 1657492747, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838373934373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838373934373b7d7d),
('c5ab584dcbb316123f27d9ed46461afc-C', 1656995702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339303930323b7d7d),
('c5c33bbcc8603f38838eeb7a2747b356-C', 1657359302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735343530323b7d7d),
('c5cab5e9d7cf7c28309ac04fc8822684-C', 1656841802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233373030323b7d7d),
('c5cbe300feaa62396854d6b5e95803e2-C', 1656760202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135353430323b7d7d),
('c5e0dae16430662ce3dd573888822405-C', 1656161702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535363930323b7d7d),
('c5e3923b3796fec753a23980ba5e3029-C', 1656697802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039333030323b7d7d),
('c5e4631b8465510c64605a2675e0de09-C', 1656073510, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436383731303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436383731303b7d7d),
('c5e7336fafabe7a71505d5b42dc13e50-C', 1656800257, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139353435373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139353435373b7d7d),
('c5ea23ee4017504107774a2f3f98a972-C', 1657112402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530373630323b7d7d),
('c5efe159e83b59463f584f4944bccdf5-C', 1658175848, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373537313034383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373537313034383b7d7d),
('c5f940410dc1376be85cb96d8de1cc76-C', 1656002736, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339373933363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339373933363b7d7d),
('c5f9fa59314763cd6e019048d119a0f6-C', 1656186002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538313230323b7d7d),
('c5fc104c623b9c0002af75f0cb9971e1-C', 1655923542, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353331383734323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353331383734323b7d7d),
('c60e2c77bdf9c731d4b58290d1ec066f-C', 1657838467, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373233333636373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373233333636373b7d7d),
('c6119e36c3da689f8ac77778af27e056-C', 1656128102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532333330323b7d7d),
('c616cdc101fb51437f21c328657edd50-C', 1656465002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836303230323b7d7d),
('c61704e4f05007e99296e39db387d44c-C', 1657592102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938373330323b7d7d),
('c620e2622ed71210bdefc78ebeea3106-C', 1656802790, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139373939303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139373939303b7d7d),
('c6276418fd68d0f78daafcc2faacba54-C', 1657008602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430333830323b7d7d),
('c62d5dacdcadd86429df27d53fc40fa9-C', 1657194601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538393830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538393830313b7d7d),
('c6335a5b04cb2f430dceb956be93058f-C', 1657222502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631373730323b7d7d),
('c63a3d8c65c505320bc7276f74680dbe-C', 1656303117, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639383331373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639383331373b7d7d),
('c6408ff6149c7911fc9aaafeff945349-C', 1656630821, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032363032313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032363032313b7d7d),
('c648441a2a70d45daad82547ffba94ce-C', 1656954601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334393830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334393830313b7d7d),
('c649170f66230fcc9996bc3a782fa0e9-C', 1657560902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935363130323b7d7d),
('c65100e345476077d502984918eef2bf-C', 1657210202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630353430323b7d7d),
('c65645a0b920f32e8ced0862b0c73adf-C', 1657618202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031333430323b7d7d),
('c65a27fc2fcd43db1a914098f93c8258-C', 1657379292, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737343439323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737343439323b7d7d),
('c65e3d9c7d9e6ea5e34eefd73b6794b4-C', 1657571702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936363930323b7d7d),
('c65f5156cfa8fdbbafabb2766d29f61a-C', 1657673101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036383330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036383330313b7d7d),
('c666eddd2f5997291043c5de1e752cdd-C', 1656366602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736313830323b7d7d),
('c6706b8dbd647fe4bd7bcae6e0ef375e-C', 1656640501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033353730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033353730313b7d7d),
('c6753b8e0209cecbb9eb3b2013dabf5d-C', 1657149602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534343830323b7d7d),
('c675d5b101c2c3320d175ed56815e097-C', 1656717901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131333130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131333130313b7d7d),
('c677548a0504d0afe59649ebdd9403b2-C', 1657659901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035353130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035353130313b7d7d),
('c679a6191e1c06acb9512b09f7de24b2-C', 1656721501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131363730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131363730313b7d7d),
('c67b5dde56d7bb4b33977f700ef3d62c-C', 1657216185, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631313338353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631313338353b7d7d),
('c6809a07ed7024c7422bbc54340443dd-C', 1656058202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435333430323b7d7d),
('c695411b4912086f136a31a71e0cac48-C', 1656397202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739323430323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('c6a2380b1acafb1cc9be6256eba29900-C', 1656855002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235303230323b7d7d),
('c6a44f84f958bf0d4b34a804668801b2-C', 1657316102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731313330323b7d7d),
('c6b1dd4df9894f7bd5825336282afd1f-C', 1656691202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038363430323b7d7d),
('c6b824a7daab0edae2c93f0d1745cb7d-C', 1656585602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938303830323b7d7d),
('c6dbb597b90eb114a82b2ab7830b6ffa-C', 1656861301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235363530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235363530313b7d7d),
('c6dcaaa1882e375874e8a799b6af7db5-C', 1656093302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438383530323b7d7d),
('c6fc0409bb8a3da280008c0e44f636d0-C', 1657353002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734383230323b7d7d),
('c701097ab863dc8cacb8fcbaf82772a7-C', 1656978602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337333830323b7d7d),
('c70c099ae92cb77476df563f096cd860-C', 1656000602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339353830323b7d7d),
('c71408ecfabf6ff509a2fa6afe1d865b-C', 1656985802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338313030323b7d7d),
('c71e0c3125a4529a2a62d3e451f813a4-C', 1656968402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336333630323b7d7d),
('c71e469c018d7c70039f5abe1aec7c86-C', 1657458602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835333830323b7d7d),
('c7230a44bc13e060543a737070d4377d-C', 1656646801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034323030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034323030313b7d7d),
('c744fcba0b8a36b9f4bbc22ddf946454-C', 1657877789, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373237323938393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373237323938393b7d7d),
('c7474b200cef93494c5ea398a86d77a1-C', 1658214154, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373630393335343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373630393335343b7d7d),
('c76037bfe735f9d0bb3e8a41538a5882-C', 1655954543, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353334393734333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353334393734333b7d7d),
('c76741b9d02a9d638dcf19eafdbabb4b-C', 1657604253, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939393435333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939393435333b7d7d),
('c76d95674693987a1748ba6d1bdf3068-C', 1657079702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437343930323b7d7d),
('c7761f59e10b602b0bd14a53029ec3bb-C', 1658197515, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373539323731353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373539323731353b7d7d),
('c77a15d0ba467954242c58062cb399f1-C', 1656460802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835363030323b7d7d),
('c77e4ffaf8c4ffa1a999a4603f7a4ead-C', 1656250202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634353430323b7d7d),
('c78112a8ed793e2c2a93d839d7e08c1f-C', 1657030906, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432363130363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432363130363b7d7d),
('c789094bbdd06d7475c67e4ce26b94cb-C', 1657570501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936353730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936353730313b7d7d),
('c791f94f22012ceef5edb97cc58d6cb9-C', 1656944102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333393330323b7d7d),
('c79a12920c2c1ef39b31a6e2dda927f3-C', 1657147801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534333030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534333030313b7d7d),
('c79e6a17edaa1504aa559ef72d6c4d20-C', 1656652502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034373730323b7d7d),
('c7a5415b16335d16c4649d8e8aacb049-C', 1657416002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831313230323b7d7d),
('c7a637a6fb90f5f660881578c2f4a749-C', 1656053568, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434383736383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434383736383b7d7d),
('c7b3694e6c794a2f4b604adb86660c1d-C', 1657568702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936333930323b7d7d),
('c7b7d5b9ace59c50da2279240f2589c9-C', 1657495501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839303730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839303730313b7d7d),
('c7b8282909c8ab86014bd518b9a629b0-C', 1656435602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833303830323b7d7d),
('c7d3fbe185a03415a2a581773fa631fe-C', 1657398302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739333530323b7d7d),
('c7dae086f6993cbd6ee388264f3a8c49-C', 1656039602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433343830323b7d7d),
('c7e2b5c70d93479b0b4b879b5874587e-C', 1656710102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130353330323b7d7d),
('c7e5f4a3d64457541c4c5711e107e0b9-C', 1657379402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737343630323b7d7d),
('c7f10bd82b040e681d2463008f99d165-C', 1656243001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633383230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633383230313b7d7d),
('c7f38253e660f856100d02cf9f8bbdc6-C', 1657838599, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373233333739393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373233333739393b7d7d),
('c7f5848414baceefd4e38ea622abd90c-C', 1657062002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435373230323b7d7d),
('c80121a0fa74fbcb8217bccce194d531-C', 1656124202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531393430323b7d7d),
('c81b9618fc38607fdccda9803013f7cc-C', 1656144358, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533393535383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533393535383b7d7d),
('c81dee1bc27b7d592a00367f49054b4a-C', 1656842102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233373330323b7d7d),
('c8268623cc564ca260983d6a1d9d385a-C', 1657519801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931353030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931353030313b7d7d),
('c827ae3091392bc2db0e60a5df479da4-C', 1657167602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536323830323b7d7d),
('c83ab99f129ccd2e34fa9fbea28a6081-C', 1656693901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038393130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038393130313b7d7d),
('c840cbdf96cb319a5aed746a59e15ce9-C', 1657179302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537343530323b7d7d),
('c84b4c72c3cd886b473a6a4003ff6e2b-C', 1656835358, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233303535383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233303535383b7d7d),
('c8600ac8de79148ba5458cd58632338f-C', 1657452902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834383130323b7d7d),
('c862c07a96b6a936b23d99cd1c2013d9-C', 1658223322, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373631383532323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373631383532323b7d7d),
('c86c4043e3b1116c82b38ee1214d8172-C', 1657677301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037323530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037323530313b7d7d),
('c8757356df79b408f2be379968ae5133-C', 1656516902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931323130323b7d7d),
('c87feec30903d4a4b13b558ddf104691-C', 1656264902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636303130323b7d7d),
('c881de5f723b0ba4108793f4c838f54c-C', 1656934202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332393430323b7d7d),
('c882f11dc5b2795a96533c94a7b97bbb-C', 1657031102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432363330323b7d7d),
('c88b820860e017685c36fb8020fe8106-C', 1657869169, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373236343336393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373236343336393b7d7d),
('c88fa25ff5dfd044f41ff0fe2156e02c-C', 1657768214, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373136333431343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373136333431343b7d7d),
('c893ceab919767f94c95b5fc22536bbe-C', 1657404302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739393530323b7d7d),
('c897f9528c8822470c1292987610556f-C', 1656515343, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931303534333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931303534333b7d7d),
('c89a44fad52c49e56ff75ddaab7cd7c8-C', 1656706202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130313430323b7d7d),
('c8acfa2989cca895e27085cb286465f7-C', 1657502319, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839373531393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839373531393b7d7d),
('c8adaaff0a03fa4b54eca58c5d72dc3c-C', 1656003218, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339383431383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339383431383b7d7d),
('c8ae4194e11b3cf6951e36836a926ae7-C', 1656064722, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435393932323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435393932323b7d7d),
('c8b52984e8a0c52f18cbdecd9552fc2a-C', 1656353102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734383330323b7d7d),
('c8bacdb7eb422ad73d27c9f67f1f06a9-C', 1657342802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733383030323b7d7d),
('c8bfb121ea706bffb3c9fc81ea48d05c-C', 1656427501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832323730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832323730313b7d7d),
('c8c05569515fbae234e9d18acfd33251-C', 1657095601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439303830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439303830313b7d7d),
('c8c6c9158a8f54f43492a21812dfa879-C', 1656135602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533303830323b7d7d),
('c8cd534159bf96545f4478c9ae8d972f-C', 1656123001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531383230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531383230313b7d7d),
('c8d0d5dbaf3e2923f47cde2690bf50ee-C', 1656375902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737313130323b7d7d),
('c8df84fa0c1f3a86a0697e4803d9000f-C', 1657376402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737313630323b7d7d),
('c8ea78a17db15d3885d59f988b53f54d-C', 1657122478, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531373637383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531373637383b7d7d),
('c90d064d4014dfe53bf324b0233137d3-C', 1657482002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837373230323b7d7d),
('c91c0e76d8024d078a7b0c33efafeccd-C', 1657515302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931303530323b7d7d),
('c92e0499440e2193a8d9b43881004e87-C', 1657093695, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438383839353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438383839353b7d7d),
('c936439fe2a423597622cbc2c39a389d-C', 1657009802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430353030323b7d7d),
('c94b5c1410e78163315ba81a045f82e9-C', 1657061702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435363930323b7d7d),
('c94c1e08efc93b0ed5635ea778016046-C', 1656054551, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434393735313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434393735313b7d7d),
('c9523bb86e20e3bde63ff6adf91a6ba2-C', 1656561002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935363230323b7d7d),
('c960868ca4d181cc9050cda2780b6786-C', 1657401340, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739363534303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739363534303b7d7d),
('c96cbcbbb390a5e8d73618e1fd5d0445-C', 1657412433, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830373633333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830373633333b7d7d),
('c96da8be1b5d92c056ca479b4cb2b994-C', 1657657502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035323730323b7d7d),
('c96f1aadda784032ec53acce89c8581c-C', 1658013109, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373430383330393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373430383330393b7d7d),
('c980bd8a273083395cb4f9e8f42b9e60-C', 1656419101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831343330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831343330313b7d7d),
('c98215fb7b251d6a1b968d9923017eda-C', 1657463102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835383330323b7d7d),
('c99a9428ae14168fdb11ea49bd17db8a-C', 1657359196, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735343339363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735343339363b7d7d),
('c99cee84366c7ef3bfc14fd1d7651c10-C', 1657020902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431363130323b7d7d),
('c9a1835d27ad15eb870f753a5ccb89bd-C', 1657389565, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738343736353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738343736353b7d7d),
('c9adaa8b252df109202e08c1a2bc89cc-C', 1656205502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630303730323b7d7d),
('c9af2414cfd5c2c41826b7f4f69cfb50-C', 1657172402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536373630323b7d7d),
('c9b42f3dadb0187e877f0a963ae6e23f-C', 1657581002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937363230323b7d7d),
('c9b47c13d605c92c4b54c725d3765368-C', 1656642301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033373530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033373530313b7d7d),
('c9bb5ef572bb5487f2a371a6bc62c519-C', 1657596302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939313530323b7d7d),
('c9c1b1fb6a28881b1c1b52191e18370b-C', 1657602002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939373230323b7d7d),
('c9c3ee54308264eeb57973f916f09071-C', 1656583202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937383430323b7d7d),
('c9d2d6162c998499ca5e8a47a410db8d-C', 1657244402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633393630323b7d7d),
('c9db33de02620c24ee3c7911264dcfa9-C', 1656954002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334393230323b7d7d),
('c9e03bdd16ed72f6ee527ab7b4e22a50-C', 1656387902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738333130323b7d7d),
('c9e0bd619534422b6e978f0ff352fb09-C', 1656744902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134303130323b7d7d),
('c9e32ea4c4f2552906fb35cddd4b2847-C', 1656771601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136363830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136363830313b7d7d),
('ca07950256651d22dfb452c87019997b-C', 1656772502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136373730323b7d7d),
('ca07c4b2ab38a3dfb0144ebd41fb79c5-C', 1657059902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435353130323b7d7d),
('ca08959bd4a1d17133697dccc4c52a98-C', 1656063002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435383230323b7d7d),
('ca16d23be92a383f459c50e748a37978-C', 1656366002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736313230323b7d7d),
('ca193f5eeaa4a756d0917e810cced466-C', 1657421101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831363330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831363330313b7d7d),
('ca2379fb19ee39f0a72a195c25198c52-C', 1656545402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934303630323b7d7d),
('ca478f7798ee9ee721d7a1fe1838229e-C', 1656575420, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937303632303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937303632303b7d7d),
('ca48507aee5d0103cfb6d3271dc572de-C', 1657571487, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936363638373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936363638373b7d7d),
('ca51274809d1a4888888cb5db97f859d-C', 1657580702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937353930323b7d7d),
('ca563feb7e168b87e00c67f80bdf60df-C', 1656975302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337303530323b7d7d),
('ca625eb81353ff6a6804dc924a68a484-C', 1657685102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038303330323b7d7d),
('ca6d4484603530aa21e0c5513a5e26c3-C', 1657029602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432343830323b7d7d),
('ca6eb8876140d328c6eac2044d3c030e-C', 1657614056, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030393235363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030393235363b7d7d),
('ca7011a100c718262b5bb01b82019ece-C', 1657639316, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033343531363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033343531363b7d7d),
('ca78b93052836d4b3a1c11af2c2c7629-C', 1656580802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937363030323b7d7d),
('ca839b92c2367e4708e4d568acc2f09d-C', 1657277702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637323930323b7d7d),
('ca85c5f2d0ae0d3b56cc20fb99679713-C', 1657295402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639303630323b7d7d),
('ca9454d6136482d74a423ab6692861cc-C', 1656263702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635383930323b7d7d),
('ca95bab76b0d1d9c38d3dfa64227e0f2-C', 1656065702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436303930323b7d7d),
('caa9561a05c28668708807d4542cc1bd-C', 1657332002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732373230323b7d7d),
('cab198b532e3fdbdf7d4573addac560b-C', 1657580402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937353630323b7d7d),
('cab19f11fe05fd61f7a0a38ef54dcbc5-C', 1657098301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439333530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439333530313b7d7d),
('cab9ab66d0830a77492b5a58b0c5e188-C', 1657296302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639313530323b7d7d),
('cadd21b9ffdeed0b1e69c89a33f6fcb9-C', 1656910802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330363030323b7d7d),
('cae79d5099808a72c77dd1ef805fca8a-C', 1657551772, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934363937323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934363937323b7d7d),
('caf427544338baafa695270048885121-C', 1656586332, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938313533323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938313533323b7d7d),
('cb09631a20f7b56cbea517032db5510a-C', 1657285801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638313030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638313030313b7d7d),
('cb11d6194f3f4548b4c3ecd05610b683-C', 1657025701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432303930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432303930313b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('cb15551d37366fe86e36717b1acb4045-C', 1656151802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534373030323b7d7d),
('cb15a0d746460603a35a06b51465390f-C', 1657167902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536333130323b7d7d),
('cb287543febfcc66f438ff0f7b0adda4-C', 1657326901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732323130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732323130313b7d7d),
('cb2b072699c24e425ad9698dcc5eaa23-C', 1657019702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431343930323b7d7d),
('cb4b8769e7f738777201b342ba5c87e9-C', 1657173302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536383530323b7d7d),
('cb4c7b9edb643fbe3d8a212c3b5c7bb0-C', 1657172865, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536383036353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536383036353b7d7d),
('cb4e0f839ab96527882b92735fe137ab-C', 1657579802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937353030323b7d7d),
('cb501c70b02bedf6fb79f695bf2ca41b-C', 1657365545, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736303734353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736303734353b7d7d),
('cb518acb19b3c02a79f94e8b045ae9d8-C', 1656439202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833343430323b7d7d),
('cb5955d3fa171992657dbab8a9970ed3-C', 1656089101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438343330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438343330313b7d7d),
('cb622e3fd0f52edd5fea70e4221bec22-C', 1656126002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532313230323b7d7d),
('cb633b10971860be3de0e205c053d0ae-C', 1656228902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632343130323b7d7d),
('cb6a749f47197be3596ee2553a3a125c-C', 1657176302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537313530323b7d7d),
('cb71d1b28eb5e609e465c1fd404ede52-C', 1657041902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433373130323b7d7d),
('cb73e24f44c1b07729dc45266d3a064b-C', 1656874802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237303030323b7d7d),
('cb7feeb45a026f6219ed146c8379d661-C', 1656194402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538393630323b7d7d),
('cb827f43a981fd8adc63f9db741a164b-C', 1657451701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834363930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834363930313b7d7d),
('cb90e993fa1e3b1a582a769743e3040e-C', 1655929521, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353332343732313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353332343732313b7d7d),
('cb9a31252c9a2b52c96d0dd57118b72f-C', 1657612502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030373730323b7d7d),
('cb9ae24ebcd4d526c2bf65dea794e178-C', 1657238402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633333630323b7d7d),
('cb9f7301df8771f31ae5a428b82ea2d5-C', 1657711502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130363730323b7d7d),
('cba084081071c3b6b8d7e276b350700d-C', 1656697502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039323730323b7d7d),
('cba7bb41f064d618c9bd72e54338b39b-C', 1657659302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035343530323b7d7d),
('cbabce6219b3ab3d857a88c5e8e3d67c-C', 1657419085, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831343238353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831343238353b7d7d),
('cbc1c939d482ab5ba8b9a78cf8c797ee-C', 1656929101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332343330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332343330313b7d7d),
('cbc497eb740df5f248a55caad11aa591-C', 1657222202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631373430323b7d7d),
('cbd7cae06eb077a1bc994c9b4bf6fa81-C', 1657023302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431383530323b7d7d),
('cbf3abf7a775dd8fc0847ae0e7cb1d8b-C', 1658122807, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373531383030373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373531383030373b7d7d),
('cbfbc36001a54afd7f59dfd4b3fb2c6c-C', 1656116701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531313930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531313930313b7d7d),
('cc08b73dc52f95119c5075b19ad0a305-C', 1656183602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537383830323b7d7d),
('cc127b659d55cbbd4db0e24e0e6023f3-C', 1656416402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831313630323b7d7d),
('cc3964d5a9acc2d74067a4764d154fec-C', 1656128402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532333630323b7d7d),
('cc39dab69ae1e677bfe7fecec7280c06-C', 1657415702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831303930323b7d7d),
('cc4531a7929217528741ad6ea60b74b0-C', 1656182701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537373930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537373930313b7d7d),
('cc5e72e2be657cb937bf0ead10eb5671-C', 1656005701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430303930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430303930313b7d7d),
('cc5f2af249f79effd0f46f45c13a5fc0-C', 1656403502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739383730323b7d7d),
('cc7f88db85d76efc951b3ec831560f2d-C', 1657520196, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931353339363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931353339363b7d7d),
('cc800c92f18f3ccca769aed1c71bb90b-C', 1656115801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531313030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531313030313b7d7d),
('cc817f2aef8b9ea6120c94195df29a5b-C', 1657357502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735323730323b7d7d),
('cc9c5bf1cf4c3a61d093e3adc17ef6b4-C', 1655929523, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353332343732333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353332343732333b7d7d),
('cca1c9bc3b7129f6307b13060dd63488-C', 1657337402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733323630323b7d7d),
('cca57cd16c3a3fbd577dc6517535e77d-C', 1656269101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636343330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636343330313b7d7d),
('ccd2bbb75a728c8b10c832be4cd5b2dd-C', 1657231505, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632363730353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632363730353b7d7d),
('ccd5235fd928a283daabb0c6a42c0851-C', 1657720202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131353430323b7d7d),
('ccd88b208ff0995fdb0ce5d2e667058c-C', 1656573002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936383230323b7d7d),
('ccdc7300354a8917aa1aabccc23902aa-C', 1657519502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931343730323b7d7d),
('ccdd99540eee1763a9ceee9a2c0402ea-C', 1656631125, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032363332353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032363332353b7d7d),
('ccfe00380697226d775ec6718725740c-C', 1656057302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435323530323b7d7d),
('ccfe080de22d99a5a629eef83e6bab5b-C', 1656619502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031343730323b7d7d),
('cd07f20f91153c81e99103a828704784-C', 1656432901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832383130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832383130313b7d7d),
('cd158fe38665d25ee6a6b86e8c1850b2-C', 1657042202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433373430323b7d7d),
('cd17de03774541466f7ee543e247df89-C', 1657975714, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373337303931343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373337303931343b7d7d),
('cd1cec3de7f73f958d9e763dc261c918-C', 1657237120, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633323332303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633323332303b7d7d),
('cd22042bb8ef5e144e8fc552c5258aca-C', 1657064401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435393630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435393630313b7d7d),
('cd296cf762354417ecead439a6926535-C', 1657631881, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032373038313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032373038313b7d7d),
('cd2c2f9fd767ef3e1e534a13ec0b5bcb-C', 1657696802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039323030323b7d7d),
('cd4d3d9087906491e3d6c216f9820724-C', 1657552502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934373730323b7d7d),
('cd5c95a1cc2c0225ac255071d71f482c-C', 1657258703, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635333930333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635333930333b7d7d),
('cd5d823f6e89f1134bb4e422318f89d3-C', 1656002739, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339373933393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339373933393b7d7d),
('cd69ae294c5ece02416494f61bf0e426-C', 1657034402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432393630323b7d7d),
('cd70ca24d6c92c6d50b3dbf738bc88a6-C', 1657911643, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373330363834333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373330363834333b7d7d),
('cd766999513ee7c5efa9f33e05425a5c-C', 1657194302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538393530323b7d7d),
('cd7c4ebfb7038a29df40568bc9634c15-C', 1656003135, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339383333353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339383333353b7d7d),
('cd7e899a2c38f160d8fbe0e12068109e-C', 1656825902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232313130323b7d7d),
('cd898315635d8c44832c7af5d5b4b579-C', 1657878970, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373237343137303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373237343137303b7d7d),
('cda362aadbabfdf3e3d88c48d268a73b-C', 1656198602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539333830323b7d7d),
('cda5936668a45e5c33f7a2300c7415d9-C', 1656530101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932353330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932353330313b7d7d),
('cdb6570cf35853ee77a7c952c39ecb0b-C', 1656524701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931393930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931393930313b7d7d),
('cdb883a77f73a3aa2a4cec1a321ec7ca-C', 1657115763, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531303936333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531303936333b7d7d),
('cdc4b2dd75e6c562c9e82cddbae24a6d-C', 1656125101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532303330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532303330313b7d7d),
('cdcb1fd15f4929bf21937529d475fa60-C', 1656700501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039353730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039353730313b7d7d),
('cdd2b7c91c4ed72f1fd04a65062babf6-C', 1656998102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339333330323b7d7d),
('cdd2e72ebbbab14e5c0354106508a2ee-C', 1656567302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936323530323b7d7d),
('cde56cc0e7fd7de878f424b4e971bfcb-C', 1656200102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539353330323b7d7d),
('cdea8d2474b1f46e62713f8b90de1f0e-C', 1657153722, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534383932323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534383932323b7d7d),
('cdf220dfa50daed7a1ca6cf09dbdd4da-C', 1656778703, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137333930333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137333930333b7d7d),
('cdf667866201faec6904df36e16a5f7e-C', 1656726602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132313830323b7d7d),
('cdf81e4d3e7f4caaababae426914d87d-C', 1656364802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736303030323b7d7d),
('cdf9742261902526b54396cf576261db-C', 1656661802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035373030323b7d7d),
('cdfa5730c4c3a92c626210c39b10b86e-C', 1658212665, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373630373836353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373630373836353b7d7d),
('ce069b5780996bd7f4c7423c761311fa-C', 1656477001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837323230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837323230313b7d7d),
('ce10433117923754546c2a6da64143f6-C', 1656639902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033353130323b7d7d),
('ce1767e85ce264f2405895a21f354058-C', 1656805202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230303430323b7d7d),
('ce2403b76510cb26ff700c714c7bf2e4-C', 1657719302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131343530323b7d7d),
('ce31403e0f23899575e8435f30a43df9-C', 1656609602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030343830323b7d7d),
('ce49f32b995fe91fdc832c45758b7f89-C', 1656531526, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932363732363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932363732363b7d7d),
('ce4e117b212265def6d19c1140f174f0-C', 1657250844, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634363034343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634363034343b7d7d),
('ce608ed79e4bc5801b0ad04c5446b796-C', 1656382502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737373730323b7d7d),
('ce60b1cc5aceb42d4c059e6ba947e794-C', 1658190780, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373538353938303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373538353938303b7d7d),
('ce6a6e0ea24dd98ecb0af76d8992d10a-C', 1657141502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533363730323b7d7d),
('ce6aa342443f31889f3a5e50277eaafc-C', 1656449402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834343630323b7d7d),
('ce6f9419569ddfc1f6d7b25b7d4e29b9-C', 1656946202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334313430323b7d7d),
('ce7a72338b690b2b8d4e3d6ccf65f78c-C', 1657765429, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373136303632393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373136303632393b7d7d),
('ce8f662c9a311de8d8ebaaeb92ed6686-C', 1656246301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634313530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634313530313b7d7d),
('cea0600d6f7e029ad0abf75693ddf66f-C', 1656048301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434333530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434333530313b7d7d),
('cea8ad203aee53277999fd9210146ef7-C', 1656839101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233343330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233343330313b7d7d),
('ceb269eb34c3e498310705878d60d071-C', 1656178502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537333730323b7d7d),
('ceb5fac4f69273c6e08fb2fc49f5395a-C', 1655996461, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339313636313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339313636313b7d7d),
('ceb951e36dc82f7b99486df5958d9e02-C', 1656266102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636313330323b7d7d),
('cec8c18b6df900c86f9ee93a9a0d4fb0-C', 1657366201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736313430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736313430313b7d7d),
('ced9f4a2aadf616349578ebdb3e0dd7a-C', 1656934502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332393730323b7d7d),
('cee202581d6eddd0ba3486150cfd0020-C', 1656894602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238393830323b7d7d),
('cee8263733cbda41791804129e8f93b7-C', 1657174202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536393430323b7d7d),
('cee8d146e40c0a9650edba528bb36218-C', 1657117802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531333030323b7d7d),
('cef1db519ebe9e6de626d408319d47eb-C', 1656765807, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136313030373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136313030373b7d7d),
('cef78a8926db9abfcedb243f9e8e9ada-C', 1657248302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634333530323b7d7d),
('cf0cad85b7cf358583c66191550880db-C', 1657639502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033343730323b7d7d),
('cf14ac5198acf30dc6f8306752952c1c-C', 1656914701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330393930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330393930313b7d7d),
('cf15face20c2972c76604dc695db5979-C', 1656105002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530303230323b7d7d),
('cf297357f7109de1b3d82791188abc03-C', 1658008716, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373430333931363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373430333931363b7d7d),
('cf2c5c0d7c9d5a022b450a6fa85149a6-C', 1656295501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639303730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639303730313b7d7d),
('cf2cd30a6723f5e6cdad5826e0e9af84-C', 1656022802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431383030323b7d7d),
('cf34a7a043977bf9e44c959150c2348c-C', 1656361802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735373030323b7d7d),
('cf3e9e4833537dbb9902867d8b72790b-C', 1656248402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634333630323b7d7d),
('cf43e6d14b085e122277d31fa3f83d90-C', 1657004102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339393330323b7d7d),
('cf469f9105a028cc4daf582c28de2ef5-C', 1656664802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036303030323b7d7d),
('cf47df084ac35f9efc31174a2f43e9fa-C', 1656814502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230393730323b7d7d),
('cf4fa87daeb7d51ad54b4d1535802959-C', 1656065102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436303330323b7d7d),
('cf56437a2eb61133997c70cd096487c6-C', 1657160221, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535353432313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535353432313b7d7d),
('cf5b8a3ef6c02f2b5a74dcab3eda5b4b-C', 1657219202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631343430323b7d7d),
('cf6b989bad7ea0249c1c428f770f65ad-C', 1656468902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836343130323b7d7d),
('cf789ab440ea11cab5901f84747352e3-C', 1657139202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533343430323b7d7d),
('cf78f2c1e9040c90baf4b328d8e0bea9-C', 1658010896, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373430363039363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373430363039363b7d7d),
('cf7aa28d227b2158cb77901c882c9e29-C', 1657252802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634383030323b7d7d),
('cf85d498a5825aa3ef662298e7655dd1-C', 1656412802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830383030323b7d7d),
('cf881bce4034a28220f40238f51ae52a-C', 1656326702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732313930323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('cf95d633dd61d8c98aa3a554a6653fa3-C', 1657680002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037353230323b7d7d),
('cf996cd3bd296b18dd995e5612672af8-C', 1657473595, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836383739353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836383739353b7d7d),
('cfa1571e506419bb91d9426c12bb9894-C', 1656984302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337393530323b7d7d),
('cfa3374cceabe057681a24d180f61776-C', 1657227002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632323230323b7d7d),
('cfaf45602e96e5ec69421ddd1ed70946-C', 1656332402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732373630323b7d7d),
('cfb26cfce2f9c3ae02810c60c582749e-C', 1656604051, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939393235313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939393235313b7d7d),
('cfb2a881fa4100f5731f84b7dde8117a-C', 1657660801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035363030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035363030313b7d7d),
('cfc886df0fc001728668a27045a65323-C', 1656617701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031323930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031323930313b7d7d),
('cfccde709e54ad23a8e6c4f2f3b538dd-C', 1656133202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532383430323b7d7d),
('cfdbc1c75fd55db15228f8111ea5983e-C', 1657304102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639393330323b7d7d),
('cfef997a987c2542987a309e0efa60f8-C', 1657217702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631323930323b7d7d),
('cffa21282849d7d651c8636409cf480a-C', 1657419001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831343230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831343230313b7d7d),
('d00db78c2f37063122b7555a94ae123b-C', 1656493501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838383730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838383730313b7d7d),
('d00e1e73e2f272ffb2920a18e40b74ed-C', 1656949802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334353030323b7d7d),
('d00eaabac0c4001a0d175bb141c45531-C', 1657443730, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833383933303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833383933303b7d7d),
('d0104de9063ed2bdf3d741280ac96df4-C', 1656681902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037373130323b7d7d),
('d01c89b67000b1654fff38c84064772f-C', 1657571102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936363330323b7d7d),
('d020865dabfddc923dbb7e0fa4519404-C', 1656862802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235383030323b7d7d),
('d022409dc937bbe6150d20c64884ccbe-C', 1656293702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638383930323b7d7d),
('d02a3341f355b9ec07ea4fe1afefe49d-C', 1657263002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635383230323b7d7d),
('d02db52f65b8278ace24c72f91707a30-C', 1657501202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839363430323b7d7d),
('d03c82194e129347b2752a0514f12f71-C', 1656620914, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031363131343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031363131343b7d7d),
('d05d12721579b96080c1f0b714ee48ca-C', 1656699002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039343230323b7d7d),
('d07178ed6006823aa2b5fc4dad349cd7-C', 1657542602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933373830323b7d7d),
('d07b5f1e59c8e053af03432921d92746-C', 1658202195, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373539373339353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373539373339353b7d7d),
('d08c90cf4275469971f2e2781e1997f6-C', 1657086302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438313530323b7d7d),
('d0aa6623a2630fc8addc626994aca140-C', 1657838614, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373233333831343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373233333831343b7d7d),
('d0ab00cc8f3c55f8c105ffafcaff98c7-C', 1656801385, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139363538353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139363538353b7d7d),
('d0bf12d3ca53b0a7e027c2df975c70c0-C', 1656154502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534393730323b7d7d),
('d0c3e77b376e3b86d607021eeef5b273-C', 1656998702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339333930323b7d7d),
('d0c90f5bba8c12043f60ec8c82e48933-C', 1656489482, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838343638323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838343638323b7d7d),
('d0c9dcc3a3376b1ffac15dd2afe745dd-C', 1657118402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531333630323b7d7d),
('d0ced8482e5ad3d51e0f403fe5f33f98-C', 1657577223, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937323432333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937323432333b7d7d),
('d0d2196a0d11a03c84bcce6d02098ab2-C', 1656847502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234323730323b7d7d),
('d0ec3e188fd29c8c94d38f41a4e2466d-C', 1656444001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833393230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833393230313b7d7d),
('d0f5338292f84db167d19fc6c2e4805a-C', 1656497701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839323930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839323930313b7d7d),
('d0fbef9e3114d66d26cf88c9961b32ac-C', 1658217624, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373631323832343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373631323832343b7d7d),
('d106845dcd0f00cfff89bb256bee50ec-C', 1656776101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137313330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137313330313b7d7d),
('d10782b9c9b2c93cc3651b454b626907-C', 1656287702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638323930323b7d7d),
('d1110e97504a930f00afdb504a3f08c7-C', 1656248102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634333330323b7d7d),
('d116aa347119401415bfdcf0d9a87555-C', 1657183501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537383730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537383730313b7d7d),
('d1179a01e07f6f17232f8d7bc1be09e7-C', 1657140156, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533353335363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533353335363b7d7d),
('d119df84a0620e423b3a4b420bc40066-C', 1656375602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737303830323b7d7d),
('d11be8b7107e6c6e2e5e071dca57b437-C', 1657750504, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373134353730343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373134353730343b7d7d),
('d11cb9f90d550955373713fd8f39b3c4-C', 1656689702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038343930323b7d7d),
('d1286c5f68ac20f696b6debf1c64a2cd-C', 1656250501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634353730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634353730313b7d7d),
('d137d443997cd3df96d7939bf57d4cd3-C', 1658205226, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373630303432363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373630303432363b7d7d),
('d13a4301f96090b2314b8abb823efaf6-C', 1657709402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130343630323b7d7d),
('d13f50ab779f5724bf9feeec41804f78-C', 1657632302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032373530323b7d7d),
('d14996b9034c9eb30e51651661bad8c9-C', 1656715201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131303430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131303430313b7d7d),
('d150a4509a3ee7fcd932e018eadeb287-C', 1657340101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733353330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733353330313b7d7d),
('d1524205f2b44454cd1179ef82c8a446-C', 1657169102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536343330323b7d7d),
('d1574d4a66187684d837cec2c90b3960-C', 1657014902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431303130323b7d7d),
('d15ad62b24843b14db1c2369d009a268-C', 1656469502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836343730323b7d7d),
('d15b4a2aee68437ce35081864ef28e7e-C', 1656131403, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532363630333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532363630333b7d7d),
('d15b825ef42606c66249ba182de363d1-C', 1656542974, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933383137343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933383137343b7d7d),
('d16798db4836d36cbbe57c581112fcfb-C', 1657681802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037373030323b7d7d),
('d179b0e8a35e50eae985cf12ee3ae966-C', 1657199686, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539343838363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539343838363b7d7d),
('d181f0a06e031dfaacd1c729fb7bb7a2-C', 1656769202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136343430323b7d7d),
('d187fc01ac16690a56cc3bdc60af7db7-C', 1656762901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135383130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135383130313b7d7d),
('d1990b906fd9e028398b74b2988a8c54-C', 1656487802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838333030323b7d7d),
('d19b7b2c7f6f28f01b032ff3daa085ce-C', 1656822901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231383130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231383130313b7d7d),
('d1ae200f2348071fc77f3220f9d04593-C', 1657252412, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634373631323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634373631323b7d7d),
('d1ae88f56acc161d33bf12cd6a0c1108-C', 1657789694, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373138343839343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373138343839343b7d7d),
('d1b11b8eb030337cfdb79839b7284838-C', 1657029135, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432343333353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432343333353b7d7d),
('d1c2f59bbd18b19c6ed7993c463a3c70-C', 1656168902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536343130323b7d7d),
('d1e09267b0aed7ac387a054a30971134-C', 1657041002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433363230323b7d7d),
('d1f20e3f2296f870efd74035b785d716-C', 1657183202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537383430323b7d7d),
('d1f66b78914e66ee493753c906f69fa1-C', 1656351037, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734363233373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734363233373b7d7d),
('d1fcc9341e13943d7e0919d698e2b305-C', 1655929520, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353332343732303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353332343732303b7d7d),
('d1fdef1684fa0331af76243456761702-C', 1656521102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931363330323b7d7d),
('d1ff0a57f8935510a1cdb7e832b0bb77-C', 1656302702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639373930323b7d7d),
('d2110ec6aac22a6a6011163572dacd08-C', 1655929524, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353332343732343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353332343732343b7d7d),
('d21871a8f0e90c358de269b25cefa4f8-C', 1656409501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830343730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830343730313b7d7d),
('d21e2cf10ca13771a75b7ba29545b5d6-C', 1656188712, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538333931323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538333931323b7d7d),
('d22758cfe1a0b33f7113d17b2a22e644-C', 1656281445, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637363634353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637363634353b7d7d),
('d230650a0eb425bb8a225fd19083431d-C', 1657845460, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373234303636303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373234303636303b7d7d),
('d23a9321ffba158cc2bbb3056f2a2598-C', 1656783002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137383230323b7d7d),
('d23c973f53921b3aeb55319c3e99f686-C', 1656504602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839393830323b7d7d),
('d23dfab7828b8987f5615fd56a2818e3-C', 1657176902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537323130323b7d7d),
('d244ec12b23c7fd3811d2c67d13a505c-C', 1657253102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634383330323b7d7d),
('d2453d404288a8a4f1675db645b8965c-C', 1657720755, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131353935353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131353935353b7d7d),
('d247ad8d115081bd205a905c83750213-C', 1657075501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437303730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437303730313b7d7d),
('d24e28625a625006567e9e337a78ebf4-C', 1656249302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634343530323b7d7d),
('d251be005e51fd35aa5df9377707bf70-C', 1657087202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438323430323b7d7d),
('d25360d531cd1ea96bc45b072655a5e3-C', 1657279201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637343430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637343430313b7d7d),
('d254068306aa5275a1fc30e345bf5a37-C', 1656948302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334333530323b7d7d),
('d25b7e122f20e7724d9ab9595d802837-C', 1656858602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235333830323b7d7d),
('d25cc38e6145cf5168fb2551abe6bf76-C', 1656436202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833313430323b7d7d),
('d26aa6482aea2bbfab42bf2a86b13ddf-C', 1656244802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634303030323b7d7d),
('d278637b0a903b2832ecce1a5ec83066-C', 1657234502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632393730323b7d7d),
('d27f9909147f062e8497b86baf10792a-C', 1656958202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335333430323b7d7d),
('d28056bc91cb2372197a2b97c247d725-C', 1656406501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830313730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830313730313b7d7d),
('d285842610107eb066ea69601e1d5b25-C', 1655995322, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339303532323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339303532323b7d7d),
('d293d09f21be19987dccb1062da70da4-C', 1656819302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231343530323b7d7d),
('d29b27e36805035616fad5a7a61588ee-C', 1657669868, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036353036383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036353036383b7d7d),
('d2c4d664dadb78c14eb24cb8124a9646-C', 1656882901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237383130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237383130313b7d7d),
('d2c7d8f2514746f15e07907ad1b8d136-C', 1656359389, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735343538393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735343538393b7d7d),
('d2e3c6c7966c104a28762dbdc488dc6e-C', 1656120302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531353530323b7d7d),
('d2e7fd786631301db44d902c1319c0e9-C', 1657512272, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930373437323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930373437323b7d7d),
('d2ea605fec197eff9705eb84e9637f35-C', 1656906301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330313530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330313530313b7d7d),
('d2f4680d53b07ebf2f8053528c737073-C', 1657712702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130373930323b7d7d),
('d2f5492fa01de0baae462a1b340d58f0-C', 1657669801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036353030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036353030313b7d7d),
('d2f8c56fd5700208e16750228770cb90-C', 1656279002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637343230323b7d7d),
('d3018442ce7ac9cf4ef8ede3897f619b-C', 1656703527, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039383732373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039383732373b7d7d),
('d3042b0bad6604fdf0d82cb06c85e1ea-C', 1657665302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036303530323b7d7d),
('d30be5cf7faab7b3580738c25c13b875-C', 1656000302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339353530323b7d7d),
('d3121bb6078c4f8013a9df1802f9cbe3-C', 1657178702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537333930323b7d7d),
('d3128221b2c5971d58d1fb9a2341b328-C', 1657602559, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939373735393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939373735393b7d7d),
('d322be4111285d63b5d1c4a4792546aa-C', 1656354602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734393830323b7d7d),
('d32c552eaa687e760ab7bf6b42576332-C', 1657338901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733343130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733343130313b7d7d),
('d330a3c408245b6b4a9d67055b604e09-C', 1657218901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631343130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631343130313b7d7d),
('d335aa0f8e66eb789ab0f159d5857924-C', 1656718502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131333730323b7d7d),
('d33615241d35dccad3a51f6414a238c0-C', 1656478195, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837333339353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837333339353b7d7d),
('d336cc60422d478c88c330ce3ea06b8d-C', 1656547801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934333030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934333030313b7d7d),
('d33c3c55c1b65d764a090f87b0337cf3-C', 1656751886, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134373038363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134373038363b7d7d),
('d33c516bb6c8a98c03375119d10694bb-C', 1656019801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431353030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431353030313b7d7d),
('d33ee79b4739158f7c3e615fca272638-C', 1657006501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430313730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430313730313b7d7d),
('d342a2fc9d54889a0d3fbbc1f6acd3e1-C', 1657431301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832363530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832363530313b7d7d),
('d34516c72f7c8b93624006bab8b9b342-C', 1657160102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535353330323b7d7d),
('d348cd59970494771b468147cc481dbd-C', 1657266601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636313830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636313830313b7d7d),
('d34e9fb49c9ec303680d4346dd1b1880-C', 1657964074, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373335393237343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373335393237343b7d7d),
('d352e7bd57823d519c5b16c87f4f5e57-C', 1656759902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135353130323b7d7d),
('d35d2463c50fe1b406b7e3a17534b9a9-C', 1657187102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538323330323b7d7d),
('d3697c381cc8e534536092e0d38233c8-C', 1656145502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534303730323b7d7d),
('d3717a6ae542cb965df0fb6eb3605d0d-C', 1657674902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037303130323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('d372160a1a1e220022e6ffda2581bf34-C', 1656423776, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831383937363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831383937363b7d7d),
('d3748950e20253744dfe6ae825381185-C', 1656641702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033363930323b7d7d),
('d3810b084d52426a00ab6d0fbe362018-C', 1657067102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436323330323b7d7d),
('d384b3190724f911d0340356c590ad4d-C', 1656782633, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137373833333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137373833333b7d7d),
('d3896612a1a2b608a434d555a607bc25-C', 1656886202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238313430323b7d7d),
('d38d94a87df051f92bbce1c493539824-C', 1657310402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730353630323b7d7d),
('d39a90479e3d4f8c59ad58e03b8efb53-C', 1657140957, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533363135373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533363135373b7d7d),
('d39aa64c46017f5f80b490088e112b06-C', 1656225602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632303830323b7d7d),
('d3aab41959b295e83c1283976ebbb972-C', 1656463802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835393030323b7d7d),
('d3be7488a6229cf67c7bdaed4d11fc3a-C', 1656022843, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431383034333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431383034333b7d7d),
('d3c5f9d8e9ffdd651a42ef57c4bc3d08-C', 1656657901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035333130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035333130313b7d7d),
('d3d019271667428be4d1a7c13d88d142-C', 1656173402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536383630323b7d7d),
('d3e5b2dbd05558b9c2feee37e94c46d9-C', 1657235702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633303930323b7d7d),
('d3ea5bc87e44df55a3c3a8827c45ce5c-C', 1656821952, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231373135323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231373135323b7d7d),
('d3f026942911f50a1a7b8c5f6205f30f-C', 1656306301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730313530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730313530313b7d7d),
('d3f533edbac711fe8e088954e9da821a-C', 1656041702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353433363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353433363930323b7d7d),
('d3fc4683f556ea147886479a135db544-C', 1657522202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931373430323b7d7d),
('d400f6ab8366c0d26b765a8b76c3d980-C', 1656557401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935323630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935323630313b7d7d),
('d429e556e5b916a899ca7aa5e35a87fd-C', 1657608601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030333830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030333830313b7d7d),
('d42d707346489451c020e99dc3fae661-C', 1656527102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932323330323b7d7d),
('d43ca3a641dabb5886e0bab682970cad-C', 1656219002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631343230323b7d7d),
('d44a64580126fa6e740d8801a5e72ca7-C', 1656360552, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735353735323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735353735323b7d7d),
('d4539417f39549522631a9481b7fdafd-C', 1657107602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530323830323b7d7d),
('d4669ee565235dca312997a52045053f-C', 1657384802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738303030323b7d7d),
('d478d897bdbae31a8485c06b3156eac9-C', 1657589402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938343630323b7d7d),
('d4834c6210a655376945d9feccb7e48c-C', 1656397802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739333030323b7d7d),
('d48a9f9c861c5a1bb18b09369ce213ea-C', 1656681026, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037363232363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037363232363b7d7d),
('d48d2fd0086bb2095d960a85bb9ca775-C', 1656842402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233373630323b7d7d),
('d48d822a9971ca2c8351a65763cb3b7c-C', 1658184581, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373537393738313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373537393738313b7d7d),
('d4a5666e3466038d4cd498692a4a76af-C', 1656136502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533313730323b7d7d),
('d4a8fedd1a61268fb3454b5cd55b4771-C', 1656359401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735343630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735343630313b7d7d),
('d4bbfb18ba8489c877b16d24d7f336cc-C', 1658171189, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373536363338393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373536363338393b7d7d),
('d4d011beef460c4e0e9ccb6dc86f702f-C', 1656754802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135303030323b7d7d),
('d4d306f533e8b10d92c8e2d29f14cf44-C', 1656531302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932363530323b7d7d),
('d4e14fa026c3fda8f65ac45038d4c719-C', 1656321302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731363530323b7d7d),
('d4e6185e79f027ecf43f8b0d25eb61d3-C', 1657137492, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533323639323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533323639323b7d7d),
('d4e6413aafae1aa69269e41e1754f533-C', 1656082501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437373730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437373730313b7d7d),
('d504750d4ba8ed4f107b3bdb157b0563-C', 1656033602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432383830323b7d7d),
('d50befaf2e904c3353b0d87e983180d2-C', 1656493802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838393030323b7d7d),
('d51934c8107931da28b6b7ed5f8bd446-C', 1657184402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537393630323b7d7d),
('d51c9b9889af8e7435de98394d3759fd-C', 1656285902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638313130323b7d7d),
('d532bb6d39bca37f377a225cb358ad94-C', 1656064722, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435393932323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435393932323b7d7d),
('d537650611fca11456402ac48e5492c3-C', 1656519602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931343830323b7d7d),
('d537f5230f47ec2e7d8c988a9fc57f85-C', 1657129609, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532343830393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532343830393b7d7d),
('d537f801a9cc6975c30feba351abaa87-C', 1656100502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439353730323b7d7d),
('d54615e09f351fd3fb7dc552eef56619-C', 1656791102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138363330323b7d7d),
('d551c30392a46c84e4338e18e728304b-C', 1657626602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032313830323b7d7d),
('d5538a83af5dd8a538ce57eedcd0a913-C', 1656081602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437363830323b7d7d),
('d55f804d9e1c29e5f8100f08bdccd91c-C', 1656590402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938353630323b7d7d),
('d569366261aacfd4e7db116f137b09d2-C', 1657224902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632303130323b7d7d),
('d56aff1b4bed7f44a423298f43dc3394-C', 1656360302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735353530323b7d7d),
('d56c4843ff926e20720e2a13e4b26dd2-C', 1657120802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531363030323b7d7d),
('d56c7cfced0298df7cea283f90b7aa68-C', 1656549089, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934343238393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934343238393b7d7d),
('d578482b9f72b962c054a583b103831b-C', 1657167302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536323530323b7d7d),
('d5858a7192d9bc27d38d002fffb0df9d-C', 1656276902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637323130323b7d7d),
('d58d94bb662516d90ba307beca7bc243-C', 1657007326, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430323532363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430323532363b7d7d),
('d59732a5d95b7c16b1ef66004cef9a60-C', 1657476902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837323130323b7d7d),
('d5b7e095ae3f35632b539d85ab414119-C', 1657281002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637363230323b7d7d),
('d5bcefdd1829333c03910acfffb1bb7d-C', 1657206601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630313830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630313830313b7d7d),
('d5c328bee80a31ba893126826584ac52-C', 1656669002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036343230323b7d7d),
('d5c45d767424e8114e159c3b8d8f9404-C', 1657466701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836313930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836313930313b7d7d),
('d5ca4cee1ee38cdbb23344c1c38f2689-C', 1657389002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738343230323b7d7d),
('d5d071951af7e81deb8ccdee20e7e1b2-C', 1657565702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936303930323b7d7d),
('d5dd693d4af8e41469ce7482730d6aff-C', 1657028701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432333930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432333930313b7d7d),
('d5df15476da5cb6c806415b8b4781124-C', 1657542729, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933373932393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933373932393b7d7d),
('d5e33a61e31d296f3ab5c416794ae800-C', 1657057502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435323730323b7d7d),
('d5e5250c2b4aee4996e444e1110bfe4e-C', 1656507602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930323830323b7d7d),
('d5ff0cd3b22a450b0a2a11b1fd43b50c-C', 1657020302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431353530323b7d7d),
('d605a9a8c62d9e9298a7ce1b4360a650-C', 1657025402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432303630323b7d7d),
('d6066ab66f4c29f6b25109908d215b36-C', 1657414501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830393730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830393730313b7d7d),
('d6208a4d522d8b4d05554a95384efed7-C', 1655955871, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353335313037313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353335313037313b7d7d),
('d6216808714db1484ea8ac3f72af7d24-C', 1656622802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031383030323b7d7d),
('d6260ec88a957cf972ccc3fd09c823c6-C', 1656997202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339323430323b7d7d),
('d640a875ce0a5bc1bf450644fb298cab-C', 1656738901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133343130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133343130313b7d7d),
('d640e65436c6f73439a74640cf91192c-C', 1656514802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931303030323b7d7d),
('d65c6105c9932fbf9379292ad63fc30b-C', 1657558355, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935333535353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935333535353b7d7d),
('d669ef6de84d1f857516ef60329387d2-C', 1656606302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030313530323b7d7d),
('d67790e64c986bebfdb25f474b23e06a-C', 1656242702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633373930323b7d7d),
('d67b72d4dd408c4346932c5f5f2cb6dc-C', 1657254302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634393530323b7d7d),
('d67e417baaa42797be92abd970c5e032-C', 1657429828, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832353032383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832353032383b7d7d),
('d68cbb10c0ff690718ef9363353bf025-C', 1656237901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633333130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633333130313b7d7d),
('d68dd97662891db6df6c153523757636-C', 1656083102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437383330323b7d7d),
('d6a2a39cf779296c1b909833581789ef-C', 1656135902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533313130323b7d7d),
('d6b3cf9f1291c3c70a3955c9e80cad2a-C', 1657308902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730343130323b7d7d),
('d6b6eb710a73ba102bffc76f6a6b6f14-C', 1656045001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434303230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434303230313b7d7d),
('d6d19eb3e11b67d80f7a17a54658a8e9-C', 1657175702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537303930323b7d7d),
('d6d6f2e0bb5f80f1a49440501fed3a05-C', 1656342002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733373230323b7d7d),
('d6d81c92d16815fa1873b073b8254068-C', 1657231801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632373030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632373030313b7d7d),
('d6da95b1418213db93b5df173225d8b4-C', 1657637401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033323630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033323630313b7d7d),
('d6e936e340d7a0d9b7963980faf754f0-C', 1657521901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931373130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931373130313b7d7d),
('d6f3caac7c7963ef457bef47017521b2-C', 1657339802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733353030323b7d7d),
('d706a2512d39edc05538117028e4b0ef-C', 1657492502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838373730323b7d7d),
('d713f43fc9334064788c129ec8770fd0-C', 1657686901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038323130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038323130313b7d7d),
('d719ed60dc194f21fa126aee8d632f48-C', 1656990002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338353230323b7d7d),
('d7228f1e7832620f60815d46097f9e4c-C', 1656379802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737353030323b7d7d),
('d72ef9ab9ef435c6026d6504c0983034-C', 1657824057, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373231393235373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373231393235373b7d7d),
('d73118221f8d332f1d7963dead2580ff-C', 1657693502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038383730323b7d7d),
('d733d238c7db7f5d9f7c77a1638e9432-C', 1657016402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431313630323b7d7d),
('d73a09f063e0508d47cce20dcb17a62d-C', 1656632888, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032383038383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032383038383b7d7d),
('d73a3566d0b0148e3b38b7a5a6627a7d-C', 1656720002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131353230323b7d7d),
('d73e7e190e32ca676f5fb879ae368d13-C', 1656874202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236393430323b7d7d),
('d74264a6edab4ebb0d541a3ceb16da5c-C', 1657236602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633313830323b7d7d),
('d745b78ac7770e58f15fc7c4ce6c077f-C', 1657548601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934333830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934333830313b7d7d),
('d7562f27c1c22c3b0dc43ff0482dc2ba-C', 1657374555, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736393735353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736393735353b7d7d),
('d7766d247fa2a4e59f23d50261f5cf44-C', 1656988202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338333430323b7d7d),
('d7789a6b4d657ff42c461d8d11021f4e-C', 1656769502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136343730323b7d7d),
('d778ca0eda69e3dc9c3eaf1cc6ae777b-C', 1656415802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831313030323b7d7d),
('d79518439d9f1e679ee2cb291cdea60a-C', 1657197302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539323530323b7d7d),
('d7975963abc500a23244f0f5bccdc964-C', 1657164902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536303130323b7d7d),
('d7982537622c446e009dc35e639a7f32-C', 1657474502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836393730323b7d7d),
('d79cedbcdec67df6f124e1c6395b1021-C', 1656453602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834383830323b7d7d),
('d7a47046725ba8b3116d7e97e81db1fd-C', 1656434401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832393630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832393630313b7d7d),
('d7b9c80d8fe646e76556b4bfa32b7dd3-C', 1657984452, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373337393635323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373337393635323b7d7d),
('d7c0cc6401a6689fed6f5248d6e14995-C', 1656364502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735393730323b7d7d),
('d7d07acd8b00c80579a9d5fd6d1c8455-C', 1656167702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536323930323b7d7d),
('d7e6242db4c1085bebc65263ae172642-C', 1656780002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137353230323b7d7d),
('d7f4e403df93c04e352102782035912c-C', 1657119901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531353130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531353130313b7d7d),
('d7f71b8fa1355a3470598e06ce885510-C', 1657129802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532353030323b7d7d),
('d80a6419bb5f432b4e3a9ac04501e356-C', 1657295701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639303930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639303930313b7d7d),
('d8162416930e644d87e803b537ddd8e0-C', 1655974571, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353336393737313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353336393737313b7d7d),
('d8181166e40da6146aeeff553538dcef-C', 1656047701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434323930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434323930313b7d7d),
('d819702c6b8ab259b483250f00424d69-C', 1656834602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232393830323b7d7d),
('d826b92ad8fbae214201dfc22c4344b4-C', 1657090802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438363030323b7d7d),
('d83362c26d22fdc31e09e88f3caefccf-C', 1658161517, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373535363731373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373535363731373b7d7d),
('d83eba8d09de3a04e536941a586bc7be-C', 1657080902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437363130323b7d7d),
('d84862f0ed42fc58772c0b5d7845db31-C', 1656297902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639333130323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('d857f9cc811f3e4b4ab7e5f1d956b1ff-C', 1656462601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835373830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835373830313b7d7d),
('d85b7fa99b3556c841ede2021c0dcf49-C', 1656115502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531303730323b7d7d),
('d85bb5bc667a53dfa2c635e1b2c3491a-C', 1656843302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233383530323b7d7d),
('d864470e87179d70a692329a93ec48b2-C', 1656670802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036363030323b7d7d),
('d8655afc8590330c74ca05cf36a8c5eb-C', 1657030502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432353730323b7d7d),
('d869d02cd8de4bf7c51ebc9b1955b1d2-C', 1657293302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638383530323b7d7d),
('d872dc7167d7967a5edd9ebc8f196712-C', 1656619202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031343430323b7d7d),
('d873874274379e357173092af6ea35a3-C', 1656252302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634373530323b7d7d),
('d8796af712f8724eb2660438ebf7ec1f-C', 1657439401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833343630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833343630313b7d7d),
('d87cb81778a8b41481babcba82b312fa-C', 1655969476, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353336343637363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353336343637363b7d7d),
('d88c8cac537b91e42f50e69c162fad4e-C', 1656018302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431333530323b7d7d),
('d897753c9c363e4544cbcd24b15c35fc-C', 1657010401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430353630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430353630313b7d7d),
('d8abc07964a3a5057b0b0af6f89ad232-C', 1656609302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030343530323b7d7d),
('d8b721968686e5d4d0f9124c03603e0e-C', 1657652402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034373630323b7d7d),
('d8b7b67e4954ac75e2d0a146c1271034-C', 1656088802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438343030323b7d7d),
('d8c933e32803b54b471deead2a72b565-C', 1657122002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531373230323b7d7d),
('d8cddb00f738e9ea3cbdc56eb13bfff5-C', 1658219916, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373631353131363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373631353131363b7d7d),
('d8d467577267314cd31b9ca17805eb8d-C', 1656469201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836343430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836343430313b7d7d),
('d8dde914369489298b6fcb67072bf827-C', 1656225902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632313130323b7d7d),
('d8ebda949dfacd3c9d68aaab8540685c-C', 1657374302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736393530323b7d7d),
('d8f2c3329e8afeb04766d7bc3e037658-C', 1657202702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539373930323b7d7d),
('d8f76e937c1a538a194ec1f6e395768b-C', 1656246602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634313830323b7d7d),
('d916c9d6113f25feaf66c75b866d52b4-C', 1657308602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730333830323b7d7d),
('d91f3dd9a0806fe23a4356685ca8cf5d-C', 1656541093, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933363239333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933363239333b7d7d),
('d92d2c6d0384e2935589e884c1107a26-C', 1657586823, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938323032333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938323032333b7d7d),
('d92e87f080deee54a7203daff9fdd00e-C', 1657137602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533323830323b7d7d),
('d935885d503fa94e8a5cc0b85ac0db59-C', 1656986702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338313930323b7d7d),
('d93b0518a2fe8bda5344f416df355484-C', 1656562202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935373430323b7d7d),
('d95691e1e329135ef90d63e45d6d0616-C', 1656787330, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138323533303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138323533303b7d7d),
('d95aa1b80ee48607bb75f77725c149db-C', 1657575602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937303830323b7d7d),
('d95bfa90517be4bd957a5ff27e259582-C', 1657228202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632333430323b7d7d),
('d96cb93ff3b14f9c0e36bec45c46d030-C', 1657470002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836353230323b7d7d),
('d96dd394031d0cdce4854b20513689ae-C', 1656946501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334313730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334313730313b7d7d),
('d973d8cd5b76d2f0860a6aefe9977eb3-C', 1656936602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333313830323b7d7d),
('d981c60a397c76ad1d824d8e193d5470-C', 1656716402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131313630323b7d7d),
('d98fee620e5b396e17cf077b2cb47f35-C', 1657299902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639353130323b7d7d),
('d9962a0861ba3c988d43cab41d428c72-C', 1656629609, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032343830393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032343830393b7d7d),
('d9a1beddbdaa5109127c64bff0bfe423-C', 1658265383, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373636303538333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373636303538333b7d7d),
('d9a9780d8666aed573fb269c6d7e93d3-C', 1656192302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538373530323b7d7d),
('d9afddd5d14c325d02ac245f9e17e1d0-C', 1657138802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533343030323b7d7d),
('d9b0caa01a8d2626adf86e17ca63e0da-C', 1656150001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534353230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534353230313b7d7d),
('d9bbc722bf2478f69e23ab0e0c190229-C', 1656296102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639313330323b7d7d),
('d9bd7d873d1cb3302cf7b5ec475d49fa-C', 1656833102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232383330323b7d7d),
('d9c45de156c1a8c185be33e8a11905a5-C', 1657658402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035333630323b7d7d),
('d9d1335a10b48d686aaad21e1c3cafbe-C', 1656451502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834363730323b7d7d),
('d9d14a0b995e70d1038a3d0db864292b-C', 1657620602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031353830323b7d7d),
('d9f5653861b4365b31d3489a6d2f3d5d-C', 1656684902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038303130323b7d7d),
('d9f6579591065218cae58f3e1a0c841d-C', 1656188102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538333330323b7d7d),
('d9fcf6b343e37cfb3b421b8a14e75a3c-C', 1656858901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235343130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235343130313b7d7d),
('da062493608b2b84d81fc209913cb4dd-C', 1656360602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735353830323b7d7d),
('da1948675916c2b1cef3ad3f4880eb1f-C', 1656181802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537373030323b7d7d),
('da203f4690878e62fa847739c4b701b2-C', 1657006202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430313430323b7d7d),
('da22b8d311eb60229b4fd23cefbbfbaf-C', 1658140867, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373533363036373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373533363036373b7d7d),
('da3929687291843e8e30ae4361fc6a8a-C', 1657455601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835303830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835303830313b7d7d),
('da44a70f544dcaac8b955d46354d20bb-C', 1656960302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335353530323b7d7d),
('da459d49477ed959e4c87ef0251fb9fe-C', 1656032102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432373330323b7d7d),
('da46da7374da91f7954fd2ec3e3c7a59-C', 1657383902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737393130323b7d7d),
('da473eebbd3f61635c5864fbe8d608a7-C', 1656492002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838373230323b7d7d),
('da4f5ead6a9f7c8d650be777469035fe-C', 1656589502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938343730323b7d7d),
('da51a1f23d2177e98cbb304e217cf2dc-C', 1656518436, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931333633363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931333633363b7d7d),
('da5ea9760f577e493bc998a257aa6272-C', 1656106802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530323030323b7d7d),
('da60d287bd6d2348e8dd71959ad9e926-C', 1656028502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432333730323b7d7d),
('da63dae6a2a23b8bae8e27c312584c9e-C', 1657528502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932333730323b7d7d),
('da7ee54255d0aadabb920c368952f404-C', 1657661401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035363630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035363630313b7d7d),
('da8a4fc5d7fa3998d101b16252bee45f-C', 1657043102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433383330323b7d7d),
('daa0d25ae9ea06bba19005c8060a8e0f-C', 1657634102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032393330323b7d7d),
('daa2ff59b54d811500e5c8982124ccc7-C', 1656488102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838333330323b7d7d),
('dabf8dcfcedea39c8882fe6eb806b7ba-C', 1657157702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535323930323b7d7d),
('dac61d57fd419a0397739e1154ec471c-C', 1658113316, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373530383531363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373530383531363b7d7d),
('dae4e92e93c2e4d0982ae58123119781-C', 1657576502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937313730323b7d7d),
('dae50e09d73ae7aae20b27436540ee96-C', 1656707378, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130323537383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130323537383b7d7d),
('dae847b321615fb9dca62ae1783afaaf-C', 1656073511, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436383731313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436383731313b7d7d),
('daf4d5b39b3d467f0e6121f2f7aecef5-C', 1656546602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934313830323b7d7d),
('daf6590e714d6f14b70a82e94dea9b44-C', 1656586802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938323030323b7d7d),
('db04339a0fcd77db529e7e8f036d7eff-C', 1656890702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238353930323b7d7d),
('db121a5228e4e4dc5c9644d2fe838747-C', 1656524102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931393330323b7d7d),
('db16ad6d072d032319c5fef56d2a5af6-C', 1655995021, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339303232313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339303232313b7d7d),
('db377292cc70dca400d846d07b360e79-C', 1656793202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138383430323b7d7d),
('db3c4ef4dc0f9ea2bb586009faee533f-C', 1657112102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530373330323b7d7d),
('db4746f5c74fb9208291705f28ad28bb-C', 1657701901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039373130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039373130313b7d7d),
('db4bbb9c4d60dcea49de3de5fe19be71-C', 1656626102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032313330323b7d7d),
('db4e51a236b8dbc17b0896aedbcd34b3-C', 1656777902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137333130323b7d7d),
('db5aafb61f017c94d3268784002b9d6e-C', 1656405301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830303530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830303530313b7d7d),
('db5d8b610b1eee3d654447c7333966b4-C', 1657170302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536353530323b7d7d),
('dba1a007e73dac3a97b695029d50bd2f-C', 1657086602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438313830323b7d7d),
('dba72688e9b30139ff4b6cb2126b14e5-C', 1656972895, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336383039353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336383039353b7d7d),
('dbb36156962f7203abae99a63f185434-C', 1656260702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635353930323b7d7d),
('dbb591da9ed5f1243e5d082f98b35e83-C', 1657020106, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431353330363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431353330363b7d7d),
('dbc25a316faf7603bf9fb9b12e5838b8-C', 1657660502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035353730323b7d7d),
('dbd23557edc9f0cbfa37816c12023dbc-C', 1657082702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437373930323b7d7d),
('dbdd4b059cc569dd4a5a86c6b64e8640-C', 1656332102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732373330323b7d7d),
('dbde592aa466bebd366292c17a59ffc0-C', 1656502202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839373430323b7d7d),
('dbdea7cf7b7656d2faa4a6179c0fbfb3-C', 1656324602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731393830323b7d7d),
('dbee137b0f01a27034560b4d07be21b0-C', 1657556402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935313630323b7d7d),
('dc1034b41c02d2eb9fbfcabb13b7db8b-C', 1657142702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533373930323b7d7d),
('dc1f5b7dc0a9f6334426d85746639ebe-C', 1656378902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737343130323b7d7d),
('dc26a54d6e225df26a4d5991b1a85228-C', 1657308002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730333230323b7d7d),
('dc2b2272eae14bccdc314d01bd3cf9f5-C', 1657098602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439333830323b7d7d),
('dc2cff532da23011c10d566be26c55b0-C', 1656595802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939313030323b7d7d),
('dc2ef1ea0b6f299d11a90d45a5372abc-C', 1656108602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530333830323b7d7d),
('dc2f7d5fe195513a33ebe57d17ba5753-C', 1657447804, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834333030343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834333030343b7d7d),
('dc3c26bb2968d39e517c9d6196487430-C', 1657379609, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737343830393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737343830393b7d7d),
('dc3ce3cdb0cb1efe74a15bd694a419c8-C', 1657307102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730323330323b7d7d),
('dc401a971d7b5fc079cd28847d9f28d1-C', 1656486002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838313230323b7d7d),
('dc439cdd600a332725575c980727b8a5-C', 1657088101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438333330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438333330313b7d7d),
('dc4eb5d010e1fb5e37ffeac161fa1b57-C', 1656645002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034303230323b7d7d),
('dc5143c498e43f53af6fc15f1a5f232a-C', 1657896625, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373239313832353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373239313832353b7d7d),
('dc550ce856756feccbc6cd47431da985-C', 1657010572, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430353737323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430353737323b7d7d),
('dc58306838a5bd610b3376e96ca8c59e-C', 1656314102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730393330323b7d7d),
('dc5fe0a66ff1227c8a66bc7a5e064cd3-C', 1656130202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532353430323b7d7d),
('dc695f57a8c56233bbca06142036f683-C', 1656004802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430303030323b7d7d),
('dc6c853f031190ce27f16543eb72fe8b-C', 1657192502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538373730323b7d7d),
('dc6dcbfa0dd010a0364750faf9cf6190-C', 1656718802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131343030323b7d7d),
('dc6dee69edd700f934f7671cc35c9acd-C', 1657634403, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032393630333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032393630333b7d7d),
('dc78a1e364333f6db4b7d609b3bb513f-C', 1656528602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932333830323b7d7d),
('dc7e21628f5df26c66f72bc0b08cef24-C', 1656887402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238323630323b7d7d),
('dc8233a13b622a243a5a706d922fe031-C', 1655995202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339303430323b7d7d),
('dc83f4f429d893875220fc3e218931bd-C', 1656288302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638333530323b7d7d),
('dc926e43a59993840ed1c6b56fa5b766-C', 1656281407, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637363630373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637363630373b7d7d),
('dcb6808582337eae5f89c5c0e225ca82-C', 1656357902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735333130323b7d7d),
('dcb893a5eb44c1fef72e74c80970edba-C', 1656512102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930373330323b7d7d),
('dcb94c517051d83e1b7d86c5e934d6d1-C', 1657605002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030303230323b7d7d),
('dcbe192f963784e77c3c896bbe350fb1-C', 1657065302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436303530323b7d7d),
('dcc020c330af60f794836a5aed59a5f9-C', 1657476001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837313230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837313230313b7d7d),
('dcc4bd081a62c15cf93a458b161f2e5a-C', 1656387002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738323230323b7d7d),
('dcc637a4ac6f0c40838b126221a6a53d-C', 1657268702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636333930323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('dceaf828a4f31a7f9c9ec697feecc2c8-C', 1656729602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132343830323b7d7d),
('dcf6dfc7e044053c1cdac77320ab8c19-C', 1657044902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434303130323b7d7d),
('dcfab3fa44da1437b2d513a781b26f40-C', 1656078002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437333230323b7d7d),
('dcfeb734112e420de7afd0618eae29b8-C', 1657719602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131343830323b7d7d),
('dcffcebcbb3cf3acdf77e7728c909e19-C', 1656857102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235323330323b7d7d),
('dd1369a1a6f777aab8352232c2bcc7ef-C', 1657495802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839313030323b7d7d),
('dd2243aec0b47d7a5965e8cc71287a36-C', 1657232102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632373330323b7d7d),
('dd357998cd497f20f2271f9b39c3cf87-C', 1657246802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634323030323b7d7d),
('dd42bc3f93225f7f465d758fda60a959-C', 1657773327, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373136383532373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373136383532373b7d7d),
('dd6096eecc50480c4cfe5d7f920c0212-C', 1656686565, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038313736353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038313736353b7d7d),
('dd74b38a2b651dccccd82b845a3cdb64-C', 1656810302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230353530323b7d7d),
('dd8806cdc3e11212cc11408d08c14bcb-C', 1656525302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932303530323b7d7d),
('dd882e0b4dee8f00dcac46e6bba627be-C', 1656970202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336353430323b7d7d),
('dd89caa39693e1debc659564c5949ef7-C', 1656938102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333333330323b7d7d),
('dd9cc628aa0741724ee621b151ecda2b-C', 1656932698, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332373839383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332373839383b7d7d),
('dda69e5af51039e873d50cd265a7588d-C', 1656510602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930353830323b7d7d),
('ddbcb9b4b0a310841c2340ebfb48802d-C', 1656393601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738383830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738383830313b7d7d),
('ddc753a01891b630018f33293f97a9e3-C', 1656483602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837383830323b7d7d),
('ddd3a0db0e913a2aba1e75fd5ae8fca0-C', 1657658672, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035333837323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035333837323b7d7d),
('dddb53be0de0eaa475bb1d49ff4e20ac-C', 1657583574, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937383737343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937383737343b7d7d),
('dddc62a266e2cc71d7ad11767cc0ceae-C', 1656267902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636333130323b7d7d),
('dde9f3b9fd98c35d9f54aeb055368f1b-C', 1657497602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839323830323b7d7d),
('ddea1e833405bbca90766b754e30ee12-C', 1656370202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736353430323b7d7d),
('ddec19e6e079f0b951041c0f19501f68-C', 1657537725, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933323932353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933323932353b7d7d),
('ddef04ce56a145d45c0bb26b167861c6-C', 1657710302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130353530323b7d7d),
('ddef4cbdf350bb3d95381db3e0b460fc-C', 1656132902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532383130323b7d7d),
('ddf652c0d668933668ac8a7b817a61e0-C', 1656240602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633353830323b7d7d),
('de11b1864b4bdd0fe3970ac54d183763-C', 1657823266, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373231383436363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373231383436363b7d7d),
('de238a119a3d62ea3f15b4aec08742c3-C', 1656896402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239313630323b7d7d),
('de25c4d2316f1f5505d2a68c13ccae8a-C', 1656092101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438373330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438373330313b7d7d),
('de2ce378e97c2564f07a88ddca1229d0-C', 1657404602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739393830323b7d7d),
('de426ebe5590ef1163e3089b02614db0-C', 1657017601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431323830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431323830313b7d7d),
('de4bfc5941a0e9a622a3b17c23a83042-C', 1657097702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439323930323b7d7d),
('de4cd598a509313a132653367c55bc0d-C', 1657353024, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734383232343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734383232343b7d7d),
('de54ae2829a76841209f47b16cb5dd64-C', 1656532202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932373430323b7d7d),
('de633b6c7efee7c4b272411690ff7a6b-C', 1657444802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834303030323b7d7d),
('de650eab07d64b7da69f96861f6b7692-C', 1656783902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137393130323b7d7d),
('de6be9687c1b9410f77079e21b3b8041-C', 1656559802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935353030323b7d7d),
('de76d8371b6475bf096795d2efc78f81-C', 1657345802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734313030323b7d7d),
('de793efb9ff2c57a473c311e4bdcb3d7-C', 1657562742, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935373934323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935373934323b7d7d),
('de7e524d37b8cd95dad0d27bb688b726-C', 1657779853, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373137353035333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373137353035333b7d7d),
('de8084a7fd412c6e5e86fe0f1c6d4b5b-C', 1657197601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539323830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539323830313b7d7d),
('de832be1e78f7648557caa6b78048fc8-C', 1656789602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138343830323b7d7d),
('de9a57f6167cbefaab7260024aac3c23-C', 1656591522, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938363732323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938363732323b7d7d),
('de9a88fa04cd528435dcfeda393bc780-C', 1658001858, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373339373035383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373339373035383b7d7d),
('de9cd792af351ece05c74f5133a9be61-C', 1656660001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035353230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035353230313b7d7d),
('dea53df5ac67da1c267ee9db7f150d1e-C', 1657089993, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438353139333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438353139333b7d7d),
('deaf58349f7b7c0af7c39cf262c9210c-C', 1657321202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731363430323b7d7d),
('deb83100fdae153078dc9243caeb112b-C', 1657480802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837363030323b7d7d),
('decd41fb904fd43d806bee2ffd180592-C', 1656957901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335333130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335333130313b7d7d),
('ded735a50fa8bfee4562b31045383223-C', 1656944417, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333393631373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333393631373b7d7d),
('dee410746ce0bbd1e32d24090f7018b8-C', 1656134101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532393330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532393330313b7d7d),
('deebc8ec2926da0f3485587f8d9476e7-C', 1656755102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135303330323b7d7d),
('def946981764b96d5b25a352e818c0b1-C', 1656948002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334333230323b7d7d),
('defdaa6ad39cc9ddf6065e1f9e5c9a73-C', 1656969002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336343230323b7d7d),
('df03a02148ef2d8c30a3ae00b022ef3d-C', 1657029902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432353130323b7d7d),
('df097f05e57aad0bf3895811632748c1-C', 1658241385, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373633363538353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373633363538353b7d7d),
('df09c70eb6207823da6b27a91815a95f-C', 1656030112, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432353331323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432353331323b7d7d),
('df18b23b54f47d348ad8cf4093815d2f-C', 1656528845, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932343034353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932343034353b7d7d),
('df22e737a91e41ce4e9c97760c8a2601-C', 1656173102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536383330323b7d7d),
('df2bc33db051e7d3e8daeebe52b0aa32-C', 1656603902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939393130323b7d7d),
('df311a86fee488dd69d37f3c46d10ec9-C', 1656517337, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931323533373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931323533373b7d7d),
('df34ea5e069d395b843aefad77e351d2-C', 1657562402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935373630323b7d7d),
('df6d6df4bebd733d1994064e4172b2d1-C', 1657041602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433363830323b7d7d),
('df7263debff61660d635a714485b5f51-C', 1657202102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539373330323b7d7d),
('df937c1ca3613ec00c55092e3953872f-C', 1657721773, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131363937333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131363937333b7d7d),
('df9b93baa45c886a33e83460930ba669-C', 1657180501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537353730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537353730313b7d7d),
('df9d65609885a70627c35d08993a6dcd-C', 1656967802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336333030323b7d7d),
('dfbf1304dd297dd14d4588d7bc33c4c2-C', 1657427402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832323630323b7d7d),
('dfc0c447e0026d9344a0d7ae4d9f5538-C', 1657666802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036323030323b7d7d),
('dfc480109f9603770e0086dc3dd7b51c-C', 1657125002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532303230323b7d7d),
('dfc89a2a9e48e178bbba2df553a58430-C', 1656049892, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434353039323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434353039323b7d7d),
('dfd5a599359472091d4bbfb48cfd9e18-C', 1656513798, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930383939383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930383939383b7d7d),
('dfd613cd0aa3bf2974d25efce22cad4c-C', 1657057802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435333030323b7d7d),
('dfda6e252c01afd742a867b6fad70297-C', 1656630602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032353830323b7d7d),
('dfdc7152847f8fb3a38afc31f23ed7b7-C', 1657350902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734363130323b7d7d),
('dfea3fe4c63a55579472c1aa5429d1fc-C', 1656617102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031323330323b7d7d),
('dff2da59ef767ff5d6feb1961f0f4410-C', 1656859802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235353030323b7d7d),
('dff5ca6ce9dfb4ff59f4a108c5424e45-C', 1657463099, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835383239393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835383239393b7d7d),
('dffeb325141b7c83ddee1bababf19f8c-C', 1656308702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730333930323b7d7d),
('e000923aa53897cd92e575d5bb7dc49a-C', 1656799501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139343730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139343730313b7d7d),
('e004f547099c0b0a4b31517f1cbf3697-C', 1656800256, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139353435363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139353435363b7d7d),
('e0067dd8bae5136bf3d589419f7583d5-C', 1657282030, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637373233303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637373233303b7d7d),
('e013f0015104236f1cbfc68491ac6ec4-C', 1656963902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335393130323b7d7d),
('e024d6c94ee4e6373de83f299119aab5-C', 1657204202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539393430323b7d7d),
('e04091e8fbfcdaf664c728fdcfc72e65-C', 1657616402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031313630323b7d7d),
('e04ff6d54991384701bd2e29be89ae57-C', 1657361101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735363330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735363330313b7d7d),
('e056568ff6cd56bb76c871648e566acc-C', 1656477302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837323530323b7d7d),
('e05d539d9b58f438ddce07dc41aa4dac-C', 1657763763, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373135383936333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373135383936333b7d7d),
('e088b875a34f1dc2ba89e09850a0204d-C', 1658242072, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373633373237323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373633373237323b7d7d),
('e095c5e37e9b8728b1ee8ce352c67ebb-C', 1657346701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734313930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734313930313b7d7d),
('e096edfc03d58d6ac7d4ca5fddbc48ca-C', 1656618302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031333530323b7d7d),
('e09780958fb33c24e08e595328196d98-C', 1656099902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439353130323b7d7d),
('e09b67a8c7084089a0a6b1dafc74a9d7-C', 1656063301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435383530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435383530313b7d7d),
('e0a2b737a630ce5bdcec65cbc84a8e64-C', 1657305302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730303530323b7d7d),
('e0a2e821b3a3500b1e9dd5b1724b80bb-C', 1657442101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833373330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833373330313b7d7d),
('e0b946c2006d489655f385f9129c835a-C', 1657300801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639363030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639363030313b7d7d),
('e0cda326f2903257ee79263a456e67b8-C', 1656726301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132313530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132313530313b7d7d),
('e0cf960d20986b8ac537fd3860ceec20-C', 1656820802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231363030323b7d7d),
('e0d34d3a84a220f3e19b12e02c41fa39-C', 1656339602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733343830323b7d7d),
('e0d576e39a72503f1ccbba2f5364143f-C', 1656846302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234313530323b7d7d),
('e0e9bc07b6c39f80e19f125f87790ee3-C', 1657584902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938303130323b7d7d),
('e0ed180a9e2197956d39b5156aed15a5-C', 1657542902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933383130323b7d7d),
('e0ef67d15be71467c1eb1d527c737b2e-C', 1656814801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231303030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231303030313b7d7d),
('e0f667c25236569976bcd9453c095fa5-C', 1657325992, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732313139323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732313139323b7d7d),
('e10317db6fc36b963e99b6da2e8ec581-C', 1657126502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532313730323b7d7d),
('e1043550cbc45f9f194dda2f731be6cd-C', 1656972939, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336383133393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336383133393b7d7d),
('e1198cc041ca266b57586d0b846229ad-C', 1656075902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437313130323b7d7d),
('e1246ec8dcdc9d0fb98a8f7160054f0e-C', 1657479902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837353130323b7d7d),
('e1272c60167e61ba3c34ec24b3342551-C', 1657905845, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373330313034353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373330313034353b7d7d),
('e12c54ed1e7aa1eb018b6d1194dfc2c1-C', 1657857268, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373235323436383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373235323436383b7d7d),
('e13a7fd8db47ce4f4990138555670611-C', 1657193702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538383930323b7d7d),
('e14607059cb0d1ae88bbdf9f88870b04-C', 1656847201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234323430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234323430313b7d7d),
('e1510109fca6ea626934c2ec3eb42d0b-C', 1656527702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932323930323b7d7d),
('e152e1743c3fabd6698f461e97bab851-C', 1656925202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332303430323b7d7d),
('e15bb11de89d4821e3b9b91aac461bc0-C', 1657008002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430333230323b7d7d),
('e16f4a051207439457ac5abdc7ad5ec9-C', 1656342531, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733373733313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733373733313b7d7d),
('e1846e6e270d8cf2a548399cf2b4029b-C', 1657375802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737313030323b7d7d),
('e18aaa06519561b11ea50f7f41b83b17-C', 1656561602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935363830323b7d7d),
('e19652421907923e969ba767bfa0347b-C', 1657593302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938383530323b7d7d),
('e19689fd4c37e959732db968a08f09d5-C', 1657243201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633383430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633383430313b7d7d),
('e199cef7daea5044464203424c1a21d4-C', 1657060085, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435353238353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435353238353b7d7d),
('e1a01991a0ca5e9a8451a699bf07bc45-C', 1657671678, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036363837383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036363837383b7d7d),
('e1a08d265d44687ad13cf43948890b42-C', 1657637702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033323930323b7d7d),
('e1a66f302645fed6698027332b918b2c-C', 1656448202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834333430323b7d7d),
('e1a9e0ec67374b49f6aaa82f906d88a2-C', 1656357602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735323830323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('e1b21c2605894d9cc5f1021064fed489-C', 1657230002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632353230323b7d7d),
('e1b5c6f1aafb01a7168bb89851cd22d6-C', 1657441502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833363730323b7d7d),
('e1bca03c3543441d192447ae8d61ac19-C', 1657056601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435313830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435313830313b7d7d),
('e1bd43e1468562135a6ca1b82e67d1cf-C', 1656024602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431393830323b7d7d),
('e1dce02a2e7d1a9d1daf39cd5008a1a4-C', 1656226502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632313730323b7d7d),
('e1e5ae943b5fa180eb47db7d60c7af07-C', 1656440702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833353930323b7d7d),
('e1e8de7a2985ec3a79e766e4a2d5ccad-C', 1657835277, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373233303437373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373233303437373b7d7d),
('e1eb3c8b92e19fdde5a3b588ff4afba6-C', 1657137301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533323530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533323530313b7d7d),
('e1ebfdf5ed8cd5dc495cbefc660257d7-C', 1656568802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936343030323b7d7d),
('e1edb4a9ec77b80f6016567899db052d-C', 1656479402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837343630323b7d7d),
('e1ef78d5fe26a26a072129fe7e7a8388-C', 1657545601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934303830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934303830313b7d7d),
('e1f6d401f97a4be959710469520ecd4e-C', 1656562802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935383030323b7d7d),
('e205e31bcd772fcacfe8f9244dac4ff5-C', 1656610501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030353730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030353730313b7d7d),
('e222951343e446d8d2c5bf4174bb9c82-C', 1657226102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632313330323b7d7d),
('e229dc0faa4482fe6a699f5936f3eb72-C', 1656943802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333393030323b7d7d),
('e22aa7b264ecc64e5b77ffae7d2fd6e0-C', 1657100050, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439353235303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439353235303b7d7d),
('e22b7af52344783969bf9cd2eb297c96-C', 1657506301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930313530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930313530313b7d7d),
('e22bf7bca0ba807c5613e53354112aed-C', 1657593689, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938383838393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938383838393b7d7d),
('e23381553a414517cfcd95e0cd5546ad-C', 1657477802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837333030323b7d7d),
('e23a93a546fe0110f14cc31d6ff08302-C', 1656757201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135323430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135323430313b7d7d),
('e2434946ce3b431ab5b171359bbce56a-C', 1656924902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332303130323b7d7d),
('e248d5b26aeb0783c992a98f5a637927-C', 1656014101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430393330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430393330313b7d7d),
('e24b6b7610a924fac5e281c29ac8c88a-C', 1658208591, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373630333739313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373630333739313b7d7d),
('e26a2aac83416a0e90e8de4a277af988-C', 1657315688, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731303838383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731303838383b7d7d),
('e26d031523c92d5b5781b6c6d49d2172-C', 1656687983, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038333138333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038333138333b7d7d),
('e276d2b74c235b94d4342236f7fc6956-C', 1656826905, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232323130353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232323130353b7d7d),
('e2862e416d8c37d191d139ff64092922-C', 1657604702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939393930323b7d7d),
('e28afeb7e61c03453b7ede191f6e6a9e-C', 1656117002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353531323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353531323230323b7d7d),
('e28e51f37f1988abb8a18968a916a9dd-C', 1656428102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832333330323b7d7d),
('e297255be8cb8019685245a310906deb-C', 1657364102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735393330323b7d7d),
('e29c5b2459f9d5259fd59fd10f491377-C', 1656499621, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839343832313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839343832313b7d7d),
('e29e79a1590d0a3de76b6618c1820948-C', 1656630816, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032363031363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032363031363b7d7d),
('e2b49dc5cbca52b0cac8eb131f17303e-C', 1657390502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738353730323b7d7d),
('e2b7ada62d1cb7c675b815de63af75d3-C', 1657714201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130393430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130393430313b7d7d),
('e2bc767087774657b01e2f820bfbacbc-C', 1657348802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734343030323b7d7d),
('e2c337191e933a825d5ccb21062af531-C', 1656792901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138383130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138383130313b7d7d),
('e2c768839cd5259c7e553c37ba404ae6-C', 1657322000, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731373230303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731373230303b7d7d),
('e2cbc004535533521937366469b1a524-C', 1656033301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432383530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432383530313b7d7d),
('e2cf348c123337404d08b8b8493d206a-C', 1657171412, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536363631323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536363631323b7d7d),
('e2d6276f2564d10fd82cdbd6feeb4c04-C', 1657510202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930353430323b7d7d),
('e2d68660453377e71a43d55bad30a3e9-C', 1657555621, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935303832313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935303832313b7d7d),
('e2edbf24bcdaceae76cbc16058e1bf01-C', 1656766802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136323030323b7d7d),
('e2f0cd087ec850e05846ca53e5b59bf4-C', 1656093167, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438383336373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438383336373b7d7d),
('e304c3a736baf8c6428e9bca8a6efbb4-C', 1657385102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738303330323b7d7d),
('e31a4387c16f03363ee71a8ecdcc943b-C', 1656591302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938363530323b7d7d),
('e3269e748ab9bd6d4e2c9d3c68be866c-C', 1656951902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334373130323b7d7d),
('e32b5a8404792708756723a6bb91e993-C', 1656508201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930333430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930333430313b7d7d),
('e32e460a71adec3e6e4a2a073bb8a07a-C', 1657300202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639353430323b7d7d),
('e3351c806f910b8e33ac89af2ee34343-C', 1656458101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835333330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835333330313b7d7d),
('e338d18b86dc04140db1b636d1740de3-C', 1656325802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732313030323b7d7d),
('e33fe0ab8202cb7af4effae44248f270-C', 1656387602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738323830323b7d7d),
('e34c0c0577a4f1538e9a8b502a1339bd-C', 1657323002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731383230323b7d7d),
('e360806b1eeae5f3f7b4a2fff0822644-C', 1656017402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431323630323b7d7d),
('e36d55c34598a37dfb27174e1c6e8927-C', 1656870302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236353530323b7d7d),
('e3740f9613715829def18d65bf9f8084-C', 1656946802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334323030323b7d7d),
('e382063c90affaf37b17ca7c2b1edf44-C', 1656620402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031353630323b7d7d),
('e3af28da52e0a175fee91bbec3518f27-C', 1656057602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435323830323b7d7d),
('e3b305942081cad4199b07c70de04639-C', 1657224302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631393530323b7d7d),
('e3b61e9354974e4960293d15c9203b01-C', 1656347401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734323630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734323630313b7d7d),
('e3c3c3ac07eb2742dbf7080cd6286814-C', 1657691402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038363630323b7d7d),
('e3c7a78439b2a572d8ef5103a0645c24-C', 1657356902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735323130323b7d7d),
('e3d7dfef2cbd61f7a3a641ac6ec2743a-C', 1656614702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030393930323b7d7d),
('e3d9c458ad515fb728883403c2ccc358-C', 1656741002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133363230323b7d7d),
('e3ecd76a8c15b9a7e41536a7473f1235-C', 1657242002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633373230323b7d7d),
('e3fd421629f098fafde68bd893e0d784-C', 1657380602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737353830323b7d7d),
('e40ce978c0ef71c6f1bda930424425c3-C', 1656931202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332363430323b7d7d),
('e4171313ba7efc3e7e4908c13b0336ca-C', 1657131301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532363530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532363530313b7d7d),
('e41cb17a95ba14648325e05a84b15869-C', 1657923381, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373331383538313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373331383538313b7d7d),
('e41ead0ef4d21932cc1d78c85ebc8071-C', 1657340402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733353630323b7d7d),
('e4228afee5a903ae46b67f77dccb107a-C', 1656696302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039313530323b7d7d),
('e425b4d444a2bf4cd45a360009e2625a-C', 1657436102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833313330323b7d7d),
('e42aae0cb952db40e655fa452ae852d5-C', 1657629302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032343530323b7d7d),
('e43bc43e43eb96299d8ba4016489cd1a-C', 1657130423, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532353632333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532353632333b7d7d),
('e44bc98d326d5346edf87d4446b59792-C', 1657569902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936353130323b7d7d),
('e44ef02dc0676b57680de5dbfb3337b2-C', 1657485602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838303830323b7d7d),
('e4516694290cd156c12b30cd6a5112ce-C', 1657668001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036333230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036333230313b7d7d),
('e451814858b5cc6fab927fd31ba8f696-C', 1656732301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132373530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132373530313b7d7d),
('e455137a8d9e6b64ccd01b43d97c627a-C', 1657143302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533383530323b7d7d),
('e45a7d29768255bb631bb397a8dcc80a-C', 1656069602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436343830323b7d7d),
('e45c8d9b2416b74c8d9c6be1410e03f2-C', 1656283502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637383730323b7d7d),
('e45fa267a79df30ca426de35b1fd18e6-C', 1656561302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935363530323b7d7d),
('e469a77733ab5c710625771899e5ff94-C', 1657775734, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373137303933343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373137303933343b7d7d),
('e47316342ad3c1b2e9c3b37fe8d13fc2-C', 1657446902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834323130323b7d7d),
('e4783400b06c075f5339bcd5a0c7f40e-C', 1656057343, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435323534333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435323534333b7d7d),
('e47a949c181363d7aa4e3a405a3c5c20-C', 1657576083, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937313238333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937313238333b7d7d),
('e47c6a51581677679be384044616d0c8-C', 1657467302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836323530323b7d7d),
('e47d5ca0b4b5226ccc943c68d843c1b8-C', 1656735302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133303530323b7d7d),
('e48ce4b5b5422f4fe97416b6be12fd4d-C', 1657559701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935343930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935343930313b7d7d),
('e49d0838378797a3b8f3fb076e1228cf-C', 1657393502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738383730323b7d7d),
('e49d8e006a355cfa344fa84564976237-C', 1657124887, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532303038373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532303038373b7d7d),
('e4a06c1c9ecd9634b2d5cbb8b477ab60-C', 1656553201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934383430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934383430313b7d7d),
('e4a106f08f04e37e188b8883252d80a4-C', 1658186079, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373538313237393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373538313237393b7d7d),
('e4ad0cdfbe0675daf85eac123e55dadb-C', 1656724148, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131393334383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131393334383b7d7d),
('e4cafe246a9065dcf02674641bfed19b-C', 1657680901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037363130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037363130313b7d7d),
('e4cd288925b1d3556e8b40a2453d8fd1-C', 1656605701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030303930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030303930313b7d7d),
('e4d1128d2cad489d463ab1016e4b2268-C', 1657306202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730313430323b7d7d),
('e4d486dc7c638461839f67c67c92eb07-C', 1656471902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836373130323b7d7d),
('e4d78a3fa1be43f6f3d132d8dbb49b45-C', 1657333502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732383730323b7d7d),
('e4e522a11ae6bcce5e9abdc1c6319b18-C', 1656112802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530383030323b7d7d),
('e5094f1feece822e5b8f9aa1765131ea-C', 1657657202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035323430323b7d7d),
('e514da3017e8771ce49d2c58ee40affb-C', 1656231902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632373130323b7d7d),
('e51b9f7958670e941b022f064a203eb2-C', 1658047730, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373434323933303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373434323933303b7d7d),
('e51d5c041e9d4dc954975d9316fb5dab-C', 1657444086, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833393238363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833393238363b7d7d),
('e51fff4521a3c30cb5a21627c440fd42-C', 1656081302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437363530323b7d7d),
('e52024c6759aa4aa8015c0a1447c9686-C', 1658133535, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373532383733353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373532383733353b7d7d),
('e529579edd1c28e877b9b89df6535e99-C', 1657725320, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373132303532303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373132303532303b7d7d),
('e533934e70fd123cc44dd2bb0b5ea3c2-C', 1657543802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933393030323b7d7d),
('e5386f455e104ae0843155887d2e0d2a-C', 1656861902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235373130323b7d7d),
('e53c71e02bcc955ffa4fe18600a74e90-C', 1657370402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736353630323b7d7d),
('e5409ce06609ea5a1e7f80bbe0e29db8-C', 1657526102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932313330323b7d7d),
('e5477264c8c1e9b9780f0ff82bad4341-C', 1657178402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537333630323b7d7d),
('e5507c6ae5dcc4d1b79a42951dad9ad4-C', 1656622502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031373730323b7d7d),
('e5570f50eedbbec65790b9183f592ac7-C', 1657256102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635313330323b7d7d),
('e55dfc6b2fb92771ee13f965b4a3a665-C', 1656786901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138323130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138323130313b7d7d),
('e57712962a94a281dcd8c264ebf05a5e-C', 1657488302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838333530323b7d7d),
('e57f2b960642e12f2b9ea16c71dfd98a-C', 1656281101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637363330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637363330313b7d7d),
('e58b5df907629ecdd58d3d56f4e5d1d2-C', 1657184702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537393930323b7d7d),
('e58e54b19ce29a069fc653525cc39348-C', 1657219802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631353030323b7d7d),
('e5951aaf5dbcf6f398a58f5e1a1972f4-C', 1657460402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835353630323b7d7d),
('e5b07d5ea5ed0ef131f2de010137616e-C', 1656916201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331313430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331313430313b7d7d),
('e5d30e29fb3fa20f963e041ad7be5b18-C', 1657555576, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935303737363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935303737363b7d7d),
('e5d4e2d4fe48c554716c6e40629eed0d-C', 1657278302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637333530323b7d7d),
('e5e882360b199329ef6200a36ff92525-C', 1656433802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832393030323b7d7d),
('e5ebef1700bd96627929e9bd2bed7424-C', 1657201502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539363730323b7d7d),
('e5fb8d280ed8b152c6a177af314b7bcb-C', 1656060302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435353530323b7d7d),
('e603d59af0d7a6aa96e6095b8edee62d-C', 1656290101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638353330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638353330313b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('e60c74d4658962868429a807572e92f1-C', 1657022402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431373630323b7d7d),
('e611376ace26aa2cd7fe05f738d6560c-C', 1656166802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536323030323b7d7d),
('e6174c1ca7a974ab96b0c596d692fa69-C', 1657283101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637383330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637383330313b7d7d),
('e6280e6733104e08758f039f33b7cb76-C', 1656967392, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336323539323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336323539323b7d7d),
('e628273c76a5f24745154a1bfaeec56e-C', 1657521002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931363230323b7d7d),
('e62899e599b9d875e8aff609758b5689-C', 1657587592, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938323739323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938323739323b7d7d),
('e6340fb1011c4990268dd532d43935bf-C', 1656327602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732323830323b7d7d),
('e6387f1ea6e9b3b3c33d68099b132f7c-C', 1657588502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938333730323b7d7d),
('e63c093d269e510f709c88040eded081-C', 1656276301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637313530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637313530313b7d7d),
('e6454c7172050d89f2a254a57ffaef03-C', 1657723802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131393030323b7d7d),
('e6479963690b3bfaff56ce099aee4b45-C', 1658053376, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373434383537363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373434383537363b7d7d),
('e6567df84bdd74a04b86cf5e3f71aa95-C', 1656903902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239393130323b7d7d),
('e65df915682052ae4de28d349d67e8c0-C', 1656582568, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937373736383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937373736383b7d7d),
('e65e3a8aa7f18d9bdefbe588f53e30ad-C', 1657514927, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931303132373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931303132373b7d7d),
('e65e66aeba49fbd2b20c02741bebf35e-C', 1657627802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032333030323b7d7d),
('e660019ad6cd533e5cd77b5ab6f4b58d-C', 1657346101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734313330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734313330313b7d7d),
('e6736f6beac2980857a058bdf0f11a91-C', 1656979501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337343730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337343730313b7d7d),
('e677a56256088eb98d0adb04bc78bc1f-C', 1657678201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037333430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037333430313b7d7d),
('e679fe1726a03f09fbce9b09312f4b49-C', 1657645802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034313030323b7d7d),
('e67d543726fdee0251351a44da45a0b8-C', 1656920401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331353630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331353630313b7d7d),
('e68560f44c640128af5bca65d982be45-C', 1657332302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732373530323b7d7d),
('e69149c43c510add1503665568f55842-C', 1656709202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130343430323b7d7d),
('e696fdc3f6a19ba7446b855e3b9d3384-C', 1656338102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733333330323b7d7d),
('e69deef0d1cc6c581e12d89ce979b4ea-C', 1657358702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735333930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735333930323b7d7d),
('e6a1f9f139a9d80874636b85708dfb11-C', 1657328701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732333930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732333930313b7d7d),
('e6a298369de7a94101beafb81f6894c9-C', 1656776180, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137313338303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137313338303b7d7d),
('e6a723c1e2dc28f8d5599545bbe24a1b-C', 1657716002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131313230323b7d7d),
('e6ac86ec66f70c235ec8e8efef4c989c-C', 1657274701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636393930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636393930313b7d7d),
('e6ba86be3f95eca305b8a64b69eec66e-C', 1657193402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363538383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363538383630323b7d7d),
('e6c3ea54e3aabd26da31810be3cda21f-C', 1656380702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737353930323b7d7d),
('e6c6d405465b24afddd6ef428472c6c7-C', 1656919201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331343430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331343430313b7d7d),
('e6ca6030adf29f42a0433abe9bfdc188-C', 1657078202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437333430323b7d7d),
('e6d011efbca1769ae3d560f0f6337c12-C', 1656684302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037393530323b7d7d),
('e6d25d85aa686ffa0b4ca6a8719a5609-C', 1657064899, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436303039393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436303039393b7d7d),
('e6e4dac9d2f240d727c3adc47dc7a763-C', 1657418102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831333330323b7d7d),
('e6e6c0a017cc358c2e208935217b9cb2-C', 1657315687, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731303838373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731303838373b7d7d),
('e6f344009308e48d6fb338966d3ab6f9-C', 1656031802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432373030323b7d7d),
('e6f4a1351e563fbcffa066b1e74b6d8b-C', 1657169402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363536343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363536343630323b7d7d),
('e7005036ca5039182ffed276683f3be3-C', 1657032602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432373830323b7d7d),
('e7035856b7a0bf5568585077d1ad64a2-C', 1657136702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533313930323b7d7d),
('e7147ab988ab1891a2714f7f78558977-C', 1657410302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830353530323b7d7d),
('e71b9efd727846f5364549dccb2b1ffd-C', 1657158302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535333530323b7d7d),
('e71c1d42b2628057cc36584b7fe1d311-C', 1657488001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838333230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838333230313b7d7d),
('e71cc9f1545ac022bb095ea423ed4d1c-C', 1656453902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834393130323b7d7d),
('e7245069d8f135c439bdb6c7dcb4037d-C', 1656774302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136393530323b7d7d),
('e72cf42534213eabc0b5e934a186964e-C', 1656029101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432343330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432343330313b7d7d),
('e74f380b294b2313046271fc7437e043-C', 1655995081, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339303238313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339303238313b7d7d),
('e74fc10a5d0ca9622c9603dc5a20e53a-C', 1657413998, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830393139383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830393139383b7d7d),
('e74fd089d1609ee7104bbb548022e9a6-C', 1657434002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832393230323b7d7d),
('e754108515523556f3e6f2ff5e8169f8-C', 1657861864, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373235373036343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373235373036343b7d7d),
('e756c2921a3d5987e6903738744b314b-A', 1656695273, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676541223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834323738333b7d733a31393a227365636f6e646172795f63757272656e637941223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834323738333b7d7d),
('e765f5c2a2fb8b1290d559de7aacc6a2-C', 1656788495, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138333639353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138333639353b7d7d),
('e77784966dda9813ba5fb97edb68b527-C', 1657507202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930323430323b7d7d),
('e79b6cfc2c2ea2d0391963c7e173cc10-C', 1656485402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838303630323b7d7d),
('e79ead15fdc87843b4af0db06b9c73bc-C', 1657558502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935333730323b7d7d),
('e7a0a9c29be54d566afdc7fc4e41fdc2-C', 1656231302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632363530323b7d7d),
('e7a0e174b86e45b269ae471c276e2495-C', 1657363501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735383730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735383730313b7d7d),
('e7c5e7e66e160d306bed36ea4475adc3-C', 1656428583, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832333738333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832333738333b7d7d),
('e7cb4b7a4d90a6fabb5646d826a74d3e-C', 1656476402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837313630323b7d7d),
('e7cfe12ef0f9f9dc1827028cbe8ad820-C', 1657583702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937383930323b7d7d),
('e7d7b336446257d2a8c2c57cfbf2b4d7-C', 1656095102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439303330323b7d7d),
('e7dbf4dd38de097495328788ab19ea82-C', 1657465501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836303730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836303730313b7d7d),
('e7dee7b0579a5d0776f98d6f6a2666ca-C', 1656110740, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530353934303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530353934303b7d7d),
('e7dfe153bbbb5d74404f3b6579259130-C', 1657221565, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631363736353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631363736353b7d7d),
('e7e1f49223d98b864c158fdaedeadf8f-C', 1656452962, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834383136323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834383136323b7d7d),
('e7f9675934e438ea23b3769f85a2b1e8-C', 1656309302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730343530323b7d7d),
('e804037e9df911d691985a7cf8a1a4a9-C', 1656876602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237313830323b7d7d),
('e80a581726ee75c09a730a34a099e416-C', 1656816602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231313830323b7d7d),
('e812f291e55915709a53be2588f6e823-C', 1657466402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836313630323b7d7d),
('e8135ab7aaaac40da608fccc7df05a29-C', 1656794701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138393930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138393930313b7d7d),
('e8136f3e8c10a843c38b86cc45c068bb-C', 1656076633, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437313833333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437313833333b7d7d),
('e8153ec7bf42f3d3df600f1f7d116e0c-C', 1656073504, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436383730343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436383730343b7d7d),
('e828627674ca0f734c0f02cb79558159-C', 1658149241, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373534343434313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373534343434313b7d7d),
('e82bbef7d0b5d3c3e0de89a4f2428fdf-C', 1657044302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433393530323b7d7d),
('e83a41a014e309602f1d13fdb6f61b07-C', 1657039844, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433353034343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433353034343b7d7d),
('e83bf5a935154ec9538f390a04b96704-C', 1656801002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139363230323b7d7d),
('e8441b79ddfc8a0e8eb433e8a831921e-C', 1657695302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039303530323b7d7d),
('e861655172e4efefff179b6f3a160da3-C', 1657012202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430373430323b7d7d),
('e8747c7e5274237078fa35d4cc1044c7-C', 1656281702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637363930323b7d7d),
('e874f1192df3fef9794157db0a5e512a-C', 1656741902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133373130323b7d7d),
('e87cca57dbc6036ab81e4cc34ee5dc9b-C', 1657309502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730343730323b7d7d),
('e89233acd2a43f14d53aeebde6db193a-C', 1657611902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373030373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373030373130323b7d7d),
('e8a25ae9e28867e9f9df6a03bf0739a6-C', 1657105203, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530303430333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530303430333b7d7d),
('e8a40ca12e30a02f6d7ae71fdbc5efa3-C', 1657491301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838363530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838363530313b7d7d),
('e8a451650a94d1810d66f96612b1ff4b-C', 1656807002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230323230323b7d7d),
('e8a96c3422ed3669a7250978b9e1d2c9-C', 1657148651, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363534333835313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363534333835313b7d7d),
('e8ad42bd90c382d6bdb3c0d5d1be14c4-C', 1657861175, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373235363337353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373235363337353b7d7d),
('e8b5e6ee840a14879da0dc462d892bae-C', 1657248748, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634333934383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634333934383b7d7d),
('e8ba4caa5cf60730e555aa22d7d9e83f-C', 1656055802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435313030323b7d7d),
('e8c83ae41bfa64295bb3535cd34bf316-C', 1656529489, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932343638393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932343638393b7d7d),
('e8d2d6e0cfc9db8a1bf4e15bf4337e91-C', 1656540002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933353230323b7d7d),
('e8d6f60cc92d2e0d1e3883ef32d03052-C', 1656318602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731333830323b7d7d),
('e8d874d7a0b51a05e8b7307a62240213-C', 1656206101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630313330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630313330313b7d7d),
('e8dadbf9202d33085a8fd6f5133c4389-C', 1657106701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530313930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530313930313b7d7d),
('e8dcca7727364848ff74ebe604b8d416-C', 1656646567, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034313736373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034313736373b7d7d),
('e8ece10b4aca759c6d52c0c57c966f78-C', 1657089302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438343530323b7d7d),
('e8f2f141cf9a3b52174660194ff92a8b-C', 1656625201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032303430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032303430313b7d7d),
('e902caf7e2c18f39d2b7ccb0de71d735-C', 1656342567, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733373736373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733373736373b7d7d),
('e90df7dc80c7ba575069138571a5ea0b-C', 1657672802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036383030323b7d7d),
('e91cefad9f850ff2bb73e0fffed09117-C', 1656847681, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234323838313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234323838313b7d7d),
('e932a8923962f5c748f08f838ee3e4dd-C', 1656069907, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436353130373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436353130373b7d7d),
('e9417e3c7282386be1995ad5eabb7bc6-C', 1657103402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439383630323b7d7d),
('e949ba68e5010857ad0138e18bf8916c-C', 1656706502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130313730323b7d7d),
('e94d907de5ad6b9452c1ab7cb0ef2dc1-C', 1656478502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837333730323b7d7d),
('e952be92f25ae4b3652732d06317c104-C', 1656239402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633343630323b7d7d),
('e95bac3ffe8b718bb7fbc0c17cd6e787-C', 1657197355, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539323535353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539323535353b7d7d),
('e95df5665b534cd9ceef8e104635545d-C', 1657510802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930363030323b7d7d),
('e9628c18cbdd5511fc800c10f5cdae71-C', 1657415401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831303630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831303630313b7d7d),
('e965bf71d514a6807c56be6cc5f96544-C', 1656522301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931373530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931373530313b7d7d),
('e96c79e704bac886ddfeba3904d0fbc8-C', 1657266778, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636313937383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636313937383b7d7d),
('e97fadc5a94b37b5bc7e6692da3057c0-C', 1657025644, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432303834343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432303834343b7d7d),
('e98016062c08145c01afaa5c3b2caaa8-C', 1656646502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034313730323b7d7d),
('e9903734d209e2d81fef4f9d85f5529e-C', 1656830402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232353630323b7d7d),
('e99c302cf290e71050f3b000ce24846b-C', 1657012502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430373730323b7d7d),
('e9ab4614c63bedbfade5fcc3533fb0d7-C', 1656052802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434383030323b7d7d),
('e9ad2331a56e6a10015d4cd6d91465f9-C', 1656086702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438313930323b7d7d),
('e9b485b961730c750c45c9da501c741b-C', 1656813902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230393130323b7d7d),
('e9b8daa777334cc6946e8534eb690621-C', 1657814349, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373230393534393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373230393534393b7d7d),
('e9c4798c86799b02fdfa5f651d554aa6-C', 1656526202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932313430323b7d7d),
('e9cc2f0f89f2e414b832ff793997c8c6-C', 1658200845, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373539363034353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373539363034353b7d7d),
('e9da4159b06052eed6d03fec26045df6-C', 1657875421, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373237303632313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373237303632313b7d7d),
('e9e0bbca377478c09710f4ef0e53d8f7-C', 1656628563, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032333736333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032333736333b7d7d),
('e9e23701ce00363606425ce0e489ba28-C', 1657504913, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930303131333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930303131333b7d7d),
('e9e888dab88c9b54f05a2c37e6ca7f83-C', 1658161637, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373535363833373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373535363833373b7d7d),
('e9e972200f31fe52c9b12deba6e52d1a-C', 1657048802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434343030323b7d7d),
('e9f64dee5d06ca1df76bb5081dae06d3-C', 1656913202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363330383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363330383430323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('e9f8b48480d0df2b04de89a966a57f1b-C', 1656827102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232323330323b7d7d),
('e9fc215344c7a9d875af65d2bc0e0139-C', 1656069902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436353130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436353130323b7d7d),
('ea044f936ab7aef573eb19aa3f4c4e41-C', 1657441802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833373030323b7d7d),
('ea0533d26a59d2bc2ad5bbec3e99d04e-C', 1657586102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938313330323b7d7d),
('ea0ce660a4cdc65c591f05a9c873c223-C', 1656477602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837323830323b7d7d),
('ea1245dbcb94d2e294ddd3b3a8b71c4f-C', 1657603409, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939383630393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939383630393b7d7d),
('ea14115384b0f2dec3fcad8bfdf1b5d7-C', 1657461002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835363230323b7d7d),
('ea1878f4614eb766581d7c5b4b6f9b37-C', 1656764702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135393930323b7d7d),
('ea18bd4b51b7c357d7cb3aad04cc3d75-C', 1657499701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839343930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839343930313b7d7d),
('ea240110625b7924610d5d51b510d81a-C', 1657290601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638353830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638353830313b7d7d),
('ea25b6b49dd425525cbd120fcded2b31-C', 1656356102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735313330323b7d7d),
('ea2c6a0a7d59168c90efd88fdddad93f-C', 1656790202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138353430323b7d7d),
('ea31c9d9c2c9c0bc30d4794f500435bf-C', 1656026101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432313330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432313330313b7d7d),
('ea32239761364dd81e38fc404e669ea2-C', 1658142230, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373533373433303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373533373433303b7d7d),
('ea3d90cd4739284247275bd7a6e405f3-C', 1657473602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836383830323b7d7d),
('ea52866d608476f6a41f5d62c4d454af-C', 1657590302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938353530323b7d7d),
('ea55eaa62f1ff23c1324428a7e83836d-C', 1656623402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031383630323b7d7d),
('ea5f73137cfbfa7ca6762cff23d44ad2-C', 1656050702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434353930323b7d7d),
('ea666876365793be1773ef59a2690794-C', 1656452702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834373930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834373930323b7d7d),
('ea6cf7d7585f5ce47840f57425d57867-C', 1657206902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630323130323b7d7d),
('ea7d928dd0df8c7b31819b91a8f33ea5-C', 1656385802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738313030323b7d7d),
('ea8475c2a708fddb729a01c51f7ccd53-C', 1656725102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132303330323b7d7d),
('ea8b450b516be4c4d76182719cad1651-C', 1656652802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034383030323b7d7d),
('ea8e201104d097135dc15ef2e4091b57-C', 1657314602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730393830323b7d7d),
('eada4e5e7d2c9edcb25957b5df2052a2-C', 1657053602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434383830323b7d7d),
('eae4cb94639d16ef4281c5453eb12161-C', 1657578838, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937343033383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937343033383b7d7d),
('eae606b00eb19d672cb00c26cd40e3d3-C', 1656952202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334373430323b7d7d),
('eaea3d64e3162e193164bd5795ef8473-C', 1657661702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035363930323b7d7d),
('eaea6d90d6bec78ae35b8ee5eda19734-C', 1657042502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433373730323b7d7d),
('eaefb2c209cf9ce8782fe97d26c40f06-C', 1656441301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833363530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833363530313b7d7d),
('eaf5d6f10c3efcbb1ab141739c17001a-C', 1657356099, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735313239393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735313239393b7d7d),
('eb0746655e426663ba21f3c35bccbbe4-C', 1657101602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439363830323b7d7d),
('eb0ec904e28a543b2e8400819c2e1b28-C', 1658123119, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373531383331393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373531383331393b7d7d),
('eb0ee3620a448aa1ce852c5ed689aecf-C', 1656537602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933323830323b7d7d),
('eb1340c53115942a2b5fbec30e70435d-C', 1656025802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432313030323b7d7d),
('eb17f178eb9dd7508d1a5527e0115f00-C', 1656865802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236313030323b7d7d),
('eb2588445865efcbcbcd4152f27a6dd4-C', 1656915602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331303830323b7d7d),
('eb2b9bc28c1d3bcf59edc1a14b93bea7-C', 1656653837, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034393033373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034393033373b7d7d),
('eb2c473ccc8eb4a3167fade5978fe84c-C', 1656981002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363337363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363337363230323b7d7d),
('eb384810545c98af5794b0e71aca922f-C', 1656136856, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533323035363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533323035363b7d7d),
('eb44768ed0685689d37f8f858a347a82-C', 1656820202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231353430323b7d7d),
('eb6d853f296cfe73c90fdd4b95dbeb5f-C', 1658060226, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373435353432363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373435353432363b7d7d),
('eb90dcc0c41cb8f31cca91dc2ad7cb29-C', 1657101902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439373130323b7d7d),
('eb97fb780b42a2d3c38f679a2f7321bf-C', 1657231278, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632363437383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632363437383b7d7d),
('eb98e87a32266ecd51fc39ff1f2cedb2-C', 1657225802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632313030323b7d7d),
('eb9a40a3940f1486adefcdf14eed8ceb-C', 1656216002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631313230323b7d7d),
('eb9d7040d15a36cce2ac23efe6f59c09-C', 1656315902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731313130323b7d7d),
('ebab3a39228fc124e30a4c20c8333a6a-C', 1656635101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033303330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033303330313b7d7d),
('ebb5d29cf556f864539a093517c87b17-C', 1657641002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033363230323b7d7d),
('ebbd12e1580615753050cd635605d211-C', 1656141002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533363230323b7d7d),
('ebbe5ed1a10c7e6fdc8db545b4f2fc50-C', 1656060602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435353830323b7d7d),
('ebc411d06793ae4280fcb93f6b20dd22-C', 1656224702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631393930323b7d7d),
('ebca87d48875436e062cde1895960d5c-C', 1656461102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835363330323b7d7d),
('ebe9ed3788a780385a7569bcc8dd3635-C', 1656795002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139303230323b7d7d),
('ebed3f7fd506d3551b59426b7c913774-C', 1657069263, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436343436333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436343436333b7d7d),
('ebf3369e75709aa3263cb4cd3e2f7f1f-C', 1656601802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939373030323b7d7d),
('ebfb0363a04ac42cc7aa8f99118950da-C', 1657720756, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131353935363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131353935363b7d7d),
('ec05f95ee4aa98ba396cb4c09d93b8d4-C', 1656844501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233393730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233393730313b7d7d),
('ec06b32a3557453e1366ea26e35da690-C', 1656485701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838303930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838303930313b7d7d),
('ec0979fc824549f5f65c204cac165c30-C', 1657875800, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373237313030303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373237313030303b7d7d),
('ec0b6df5523368633d381b1e871763d9-C', 1657905392, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373330303539323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373330303539323b7d7d),
('ec0bcb643e888f55cc63ad2b7c0a71ef-C', 1657475102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837303330323b7d7d),
('ec1b58490599a9cba0b11e4922de742f-C', 1656274202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636393430323b7d7d),
('ec1c0b3ed486ed1ac06a5dd290f47aeb-C', 1656254101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634393330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634393330313b7d7d),
('ec24ba3b5284bf2443d78e75163185a9-C', 1657053902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434393130323b7d7d),
('ec2b8b2184429b40cf2773b54e362b68-C', 1657615502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031303730323b7d7d),
('ec336d92240d5b72fb296f89aa5bc2f2-C', 1657664163, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035393336333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035393336333b7d7d),
('ec3587f71a0580083c15650b818cf975-C', 1657650602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034353830323b7d7d),
('ec3ee4e9f8c831855f3ba7c613c28b2d-C', 1656996002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339313230323b7d7d),
('ec49081bcfb929bc53c664ca3ca13797-C', 1657228502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632333730323b7d7d),
('ec55720f543d927b2de955663236869b-C', 1658245600, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373634303830303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373634303830303b7d7d),
('ec5782e63e8650befdbabf15b0684159-C', 1656390902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738363130323b7d7d),
('ec5951dc5449d6695805abd622916ef7-C', 1656556502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935313730323b7d7d),
('ec636dc4f5d30603670fb7ebb93e54e9-C', 1656729901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132353130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132353130313b7d7d),
('ec6b14e5afc345c5c9c5f2c71d36308c-C', 1656771002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136363230323b7d7d),
('ec6d3201070ba48eb43a48cfbbf93896-C', 1657641902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033373130323b7d7d),
('ec75602c9a5e2037930337ca6973f114-C', 1656768301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363136333530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363136333530313b7d7d),
('ec7614e55aa6199d348784680750d801-C', 1656712202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130373430323b7d7d),
('ec775c2a76a644373a94f47a61728b70-C', 1657339501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733343730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733343730313b7d7d),
('ec8702a920116ce42eba7663557677d3-C', 1656680402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037353630323b7d7d),
('ec8f3bdff0cea09635a61e362580f104-C', 1656199202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539343430323b7d7d),
('ec94b7f076d533cdd2c507decd48c6f7-C', 1657034102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432393330323b7d7d),
('ec9d6a257cd5a3e2b4049a79272096b1-C', 1657288824, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638343032343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638343032343b7d7d),
('eca46867c1a02fd0f19bab92e770859c-C', 1657242902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633383130323b7d7d),
('ecb0e5f4aeef0a66b01352fa8c62df36-C', 1656917402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331323630323b7d7d),
('ecb412ef5082640e5b3b8f3688c8824b-C', 1657932043, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373332373234333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373332373234333b7d7d),
('ecb90dbd3c20c175f45fc5b0708fcf98-C', 1657589102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938343330323b7d7d),
('ecd362c0a81cfbe27cdecc273cd3c5e1-C', 1656124802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532303030323b7d7d),
('ece13337ee7e4c3c235be676da0e9006-C', 1657588381, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938333538313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938333538313b7d7d),
('ece1e98cbe0669b0125a0ca466d040c0-C', 1657352102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734373330323b7d7d),
('ece75e359ab4a47e82799c5f7664979c-C', 1656507002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930323230323b7d7d),
('ecf283aaaa0e2507fb4bc1b90ad4f98f-C', 1657208490, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630333639303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630333639303b7d7d),
('ecf89922e75c4c2a886b0dea54279fe6-C', 1657319101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731343330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731343330313b7d7d),
('ecfab3c92458e09ca900ff4f39adc27b-C', 1656927001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363332323230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363332323230313b7d7d),
('ecfe33920023edb12cb3b26508c99e0f-C', 1656217802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631333030323b7d7d),
('ed002406ee4fbd4e9de16a8d3e5385ff-C', 1656204602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539393830323b7d7d),
('ed05e5e58e6c9c83f49dfdf2b4b5c89c-C', 1657232402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632373630323b7d7d),
('ed0a65d6fed6db5e64ee0739acfffeae-C', 1656732636, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132373833363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132373833363b7d7d),
('ed14b66b1cd04ab4b47b4c76995e58c0-C', 1656649202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034343430323b7d7d),
('ed16cccd453035e963e6717c48e8ae13-C', 1656275101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637303330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637303330313b7d7d),
('ed1e6d29d97fc240d7ecd733646d2f14-C', 1656470101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836353330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836353330313b7d7d),
('ed268fd79ab4c6c44653bd41d0a9bb94-C', 1656747902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134333130323b7d7d),
('ed26acf87af1f2eeb726b11de460fea0-C', 1656187802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538333030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538333030323b7d7d),
('ed287d7043cf402ab886510d8441cb33-C', 1657221902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631373130323b7d7d),
('ed2d96976a40de7038a8d4d8ed1011cc-C', 1658270602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373636353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373636353830323b7d7d),
('ed2ee68e8e9c71b8a00f31b2fcc2bf2a-C', 1657013702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430383930323b7d7d),
('ed349f05c0fc1cecb0d067b0a8c8ccbe-C', 1656723602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131383830323b7d7d),
('ed4069b77c6f09ef64820e44865bf386-C', 1656448501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834333730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834333730313b7d7d),
('ed4992997b8f4b7ef28063eeb432841f-C', 1656865502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236303730323b7d7d),
('ed4b8866e666d81f92a012808cf8a50f-C', 1656850802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234363030323b7d7d),
('ed4df30434495e08c6704ce5edeb0e6c-C', 1656712803, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130383030333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130383030333b7d7d),
('ed4fa2e7a4e1ad5adc57eb4e16438de6-C', 1657533002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932383230323b7d7d),
('ed5bc70503251da3d3de9654b372ae6e-C', 1656451802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834373030323b7d7d),
('ed861c5e271db04681742428b1f36730-C', 1657297073, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639323237333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639323237333b7d7d),
('ed87b27fbae75383041b122ec0a3cafb-C', 1656753302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134383530323b7d7d),
('ed88db020b63b4add51d3ec5a8c9a463-C', 1656346502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734313730323b7d7d),
('ed93c348254af218938b0f5261e2f8af-C', 1656587358, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938323535383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938323535383b7d7d),
('eda738f68fc82bd5ed87808a308a845f-C', 1656311701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730363930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730363930313b7d7d),
('edac355fdc412143626fe42a6127ba6e-C', 1657338668, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733333836383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733333836383b7d7d),
('edad310979fec4c8700ed925e2420857-C', 1657425302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832303530323b7d7d),
('edb3d513e7e7cbcce196d52287ab73d0-C', 1656222302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631373530323b7d7d),
('edc60ae735084bcc44d87c2037e0c482-C', 1656764402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135393630323b7d7d),
('ede35feba74bccee6e3f55e2a30ebad7-C', 1656417001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831323230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831323230313b7d7d),
('eded21331d106003b8ff2b1b38e2f5db-C', 1657204571, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539393737313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539393737313b7d7d),
('edf12d7eca1057372b5050e8f81d9d24-C', 1656140124, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533353332343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533353332343b7d7d),
('edf399727aefdcf5f2f46fee968725e3-C', 1656941402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333363630323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('ee01ead96aac4a051f71b2ba960d6404-C', 1656258602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635333830323b7d7d),
('ee0924bb1b718bd72c1d4596e47dee30-C', 1656445802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834313030323b7d7d),
('ee0a168d09e018acd121a95a1fb0b602-C', 1657016035, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363431313233353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363431313233353b7d7d),
('ee134adb682e595314b3125f19a74408-C', 1656516002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931313230323b7d7d),
('ee135afff3d11943a38c61b81448b8b8-C', 1657377602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737323830323b7d7d),
('ee1ba74c214e8c6d2391be8371101b4d-C', 1656818402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231333630323b7d7d),
('ee22e75927536509cb9b704683990d90-C', 1657876242, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373237313434323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373237313434323b7d7d),
('ee2fcd0c4ff546dafcdf08a27d6dd840-C', 1657411502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830363730323b7d7d),
('ee30c8b41ae0d385dba4156da32eb350-C', 1657198502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539333730323b7d7d),
('ee33a11e5872cefb5d12adf9f15f4945-C', 1657721402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131363630323b7d7d),
('ee50e5a6e613860b307a2bb4cad4ea44-C', 1656682501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037373730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037373730313b7d7d),
('ee52b0a7b89a7f8f58c3826ae1048360-C', 1656223502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353631383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353631383730323b7d7d),
('ee5999d80f9f51a0eeb66f6221b2ec94-C', 1657623002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031383230323b7d7d),
('ee5e018f4ffc1aecccd1f426433fed31-C', 1657493402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838383630323b7d7d),
('ee62f6099635e950ebbd4c20177f7c4d-C', 1656809102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230343330323b7d7d),
('ee6bbb34343904b00db78eee7e1b28ec-C', 1656944418, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333393631383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333393631383b7d7d),
('ee705ea51a5df3ff4deea24d2fe60cb8-C', 1656938402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333333630323b7d7d),
('ee79c2ffb2c98277fe0076c87915d27e-C', 1656552002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934373230323b7d7d),
('ee7cad12dc0b83e36c46da0b8cbbd08c-C', 1656873902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236393130323b7d7d),
('ee7cca4c3ee029de2523ac2c924dd9cf-C', 1657276502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637313730323b7d7d),
('ee9999e1f60085a974debeb98a26ec36-C', 1657305602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730303830323b7d7d),
('eeabc37dce2a4aac46c2771f516ffe88-C', 1656445549, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834303734393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834303734393b7d7d),
('eeb54d1e32206ae8544015a1e5b5f869-C', 1656746702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134313930323b7d7d),
('eeb723c1e6cb88a76952c3aabe7e4754-C', 1656580502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937353730323b7d7d),
('eec024d94fa7aea2ba6ad3bc547e6871-C', 1656176102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537313330323b7d7d),
('eed9fe550b782129c97c045a1f7cea9b-C', 1656105902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530313130323b7d7d),
('ef2b6543af64a428f84642a2952c8034-C', 1656402902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739383130323b7d7d),
('ef30711b3c48887df5c745b19240881a-C', 1656455402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835303630323b7d7d),
('ef31739c1c499163de1fbee12d90e330-C', 1656530502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932353730323b7d7d),
('ef3cc1a109d6427565f4b1236d8414ee-C', 1657110902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530363130323b7d7d),
('ef405cbda9702c994de16634aca94120-C', 1656350101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353734353330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353734353330313b7d7d),
('ef4c37c63c6178c80addff04e7880414-C', 1657487102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838323330323b7d7d),
('ef4df95fdc35e3d9832ad648518456c6-C', 1656298502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639333730323b7d7d),
('ef4eb3e5cd845fdd054cabb714e4c432-C', 1657696201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039313430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039313430313b7d7d),
('ef4f2dc857b33826740cd0c9d1415c6b-C', 1657347602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734323830323b7d7d),
('ef54201bdb6b113a0c72e91b28d80d87-C', 1657139402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533343630323b7d7d),
('ef5b53ad0031329442d5433c2e4a0b3e-C', 1656852901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234383130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234383130313b7d7d),
('ef65a2c18e4473b5fc59d98d96261943-C', 1656949501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363334343730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363334343730313b7d7d),
('ef6b5832f0f587db78cf1114a0e00503-C', 1656374598, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736393739383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736393739383b7d7d),
('ef7075daa076e624301d7fc777a451c6-C', 1656409802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830353030323b7d7d),
('ef7bae211f00f84d5513e661a368ac6d-C', 1657224270, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631393437303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631393437303b7d7d),
('ef898a1e38be3d046c399788abe0fe34-C', 1656850502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234353730323b7d7d),
('ef94988b01b65392e81927f4dd9f8630-C', 1657438802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833343030323b7d7d),
('ef96fb4a2f5921d5262026bcf8dff9d0-C', 1658123743, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373531383934333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373531383934333b7d7d),
('ef97c18a84b4f1a7cb920471931eed2d-C', 1657038302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433333530323b7d7d),
('ef9dac58e35f894a0d686034e609303c-C', 1657280702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637353930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637353930323b7d7d),
('ef9ece33485ae959c4e3c49bc7ff9f8d-C', 1657336202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733313430323b7d7d),
('efa4a245aff6d9687a9b1edbeb8c9b10-C', 1656798482, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139333638323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139333638323b7d7d),
('efa9d6d71ee1061e05d1ce7b9beda734-C', 1656838502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233333730323b7d7d),
('efb086c25594b6a37486a59ddc199252-C', 1657080683, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437353838333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437353838333b7d7d),
('efb85ccf4e20ff31d22a0bc2eb6cb5fb-C', 1657698901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039343130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039343130313b7d7d),
('efe3e12c12ee7d159b628eb5940f3e75-C', 1656433202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832383430323b7d7d),
('f00b6e6ca5764f0f7fdeb42a47e32bcf-C', 1656193802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538393030323b7d7d),
('f00b955a82ac3814dc1cf726aeae1704-C', 1656576901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937323130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937323130313b7d7d),
('f016d8feccc0824c03c281fe728172af-C', 1656857402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235323630323b7d7d),
('f01e55ccca3fc9b27aceab0394c25b61-C', 1657771134, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373136363333343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373136363333343b7d7d),
('f01f01309c50d7b8fc248a22655ea7b4-C', 1656836102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233313330323b7d7d),
('f0219e99d7669cc1cd1441f727e34ed1-C', 1656577502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937323730323b7d7d),
('f025de9ef628dbc94b7d7d54e7f7823c-C', 1657587902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938333130323b7d7d),
('f02a404540f48e96ba2037666bd90d2e-C', 1657312202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730373430323b7d7d),
('f02b283c7a46952bc73c071396d2ef90-C', 1657320602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731353830323b7d7d),
('f02cdc26b9b44f35be4cfc1decde721d-C', 1657518002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931333230323b7d7d),
('f02d25877166247862422cb37e494010-C', 1657632602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032373830323b7d7d),
('f02ea3dd2ca06a667aceba16ce4c148f-C', 1658191922, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373538373132323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373538373132323b7d7d),
('f03ab9b9fa79576be8403a2448e7fccb-C', 1657124701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531393930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531393930313b7d7d),
('f03e16663ba6559ddbfd15d69fcff4cf-C', 1656390002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738353230323b7d7d),
('f04934381596ec03e3ad9feda3a8d16f-C', 1656921901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331373130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331373130313b7d7d),
('f04a585dcbc455a6f661183da35080fc-C', 1657644003, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033393230333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033393230333b7d7d),
('f051429c1cd9c72269e54875fd085898-C', 1656421502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831363730323b7d7d),
('f0534d6771d99c697d575b8d13b5c4e8-C', 1656228002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632333230323b7d7d),
('f05cc00b5fa68cf7a6c4c7b61ebec000-C', 1656016802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431323030323b7d7d),
('f05f8a537551668e09eb739d945900f0-C', 1657487402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838323630323b7d7d),
('f06a18de02982cb59a0f3718b791cf60-C', 1657478101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363837333330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363837333330313b7d7d),
('f06fa0b66f9b5ea0696cbc0fa0441635-C', 1657644302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033393530323b7d7d),
('f0bb466a3718a114e2c3ce2595c97b9b-C', 1656334501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732393730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732393730313b7d7d),
('f0c8e75bf6a5f0d16328edce91bbbd57-C', 1656062402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353435373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353435373630323b7d7d),
('f0d1b7a30e089abbea152ca8f6dcf3b5-C', 1656694202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038393430323b7d7d),
('f0e2f4967942d7cd881e396500bff5b2-C', 1656636901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033323130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033323130313b7d7d),
('f0e8540cbb98ca16648f841c83864f2e-C', 1656620102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031353330323b7d7d),
('f0f50812c55b88263300c5611ed26bac-C', 1657092901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438383130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438383130313b7d7d),
('f0ffb208b08962b20ede8c7be0562233-C', 1657097402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439323630323b7d7d),
('f1021020b8dae72835a936da85e4750d-C', 1657501562, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839363736323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839363736323b7d7d),
('f105767ae3f000a5dc9fea708f7a2c97-C', 1657220229, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631353432393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631353432393b7d7d),
('f1086000c0297cf64c2000022e4fbb84-C', 1656072002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436373230323b7d7d),
('f10af7ef5cf1feb95287dda1f16f5b67-C', 1656085501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438303730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438303730313b7d7d),
('f10cfec7f6b04fd75a16ff88d7b6cee2-C', 1656705601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363130303830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363130303830313b7d7d),
('f127977e59328f137bc70a50beafa976-C', 1657102802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439383030323b7d7d),
('f129e13e1363466a5b82e21dbba84244-C', 1656425101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832303330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832303330313b7d7d),
('f13749686a8c2df30742317fa627bc64-C', 1657856977, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373235323137373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373235323137373b7d7d),
('f13c0bec8f6648dce74fde5d8735a347-C', 1655956275, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353335313437353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353335313437353b7d7d),
('f13ee6de9cbd410772ad3719eba692f5-C', 1658152835, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373534383033353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373534383033353b7d7d),
('f1512712ce54c2bdd5767a95e5ffb946-C', 1656361502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735363730323b7d7d),
('f1630d9dc833c93c9ce272cd37e0e77b-C', 1658147469, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373534323636393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373534323636393b7d7d),
('f1696434e014d0a71c00e88d1a4b083d-C', 1656816002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231313230323b7d7d),
('f187f999d6a1884ba0e3d195109989d7-C', 1656342525, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733373732353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733373732353b7d7d),
('f19959e9c3d4129f5767cd3d9e4887ac-C', 1656940502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333353730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333353730323b7d7d),
('f1a695945ee97caa5e0b9ffc62b3dd85-C', 1657279501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637343730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637343730313b7d7d),
('f1b1ee47d20a0712a94ed5084f6df723-C', 1656683102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037383330323b7d7d),
('f1b48fd60a5666cc5b4b6fba5da8b20e-C', 1657161302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363535363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363535363530323b7d7d),
('f1d07c800145a794656a373a1452fe5d-C', 1656716702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131313930323b7d7d),
('f1d167a7256a5f68630f5eff5f3fd2ba-C', 1656158102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535333330323b7d7d),
('f1df3230d45feedecb44d52e9d74d80e-C', 1657408502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830333730323b7d7d),
('f1eb89496ac99db5b73aab4426077617-C', 1657089002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438343230323b7d7d),
('f1ffb4d0415addf98dd3ac0760f32f39-C', 1656759833, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135353033333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135353033333b7d7d),
('f205f6b1cc504feb67ca883f36040975-C', 1656000002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339353230323b7d7d),
('f208a75882a3707cbd86fea88b010b9f-C', 1657231529, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632363732393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632363732393b7d7d),
('f2232717570b6957dced1de23b12f127-C', 1657457701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363835323930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363835323930313b7d7d),
('f23711d2d8854d944711aede89830ef8-C', 1657208701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630333930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630333930313b7d7d),
('f254d3126993e0d4e28a25291129a635-C', 1657771501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373136363730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373136363730313b7d7d),
('f259d3a9c22ce893000e06f991246b41-C', 1657072502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436373730323b7d7d),
('f25d85e992a356ee1d686380d9eabafc-C', 1656294001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638393230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638393230313b7d7d),
('f2613d5d2c502e7c1e48465b927d3f2b-C', 1657065002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436303230323b7d7d),
('f263f6ba66f17c5ee5d551f74e69124c-C', 1657409402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830343630323b7d7d),
('f26db29b7bf8358bfa3e04a7e02c1cb0-C', 1655945960, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353334313136303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353334313136303b7d7d),
('f2763a41efd702e2ed0202063578d281-C', 1656341422, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733363632323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733363632323b7d7d),
('f27fee1bcefd832065781d7b95eb2ebe-C', 1656430802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832363030323b7d7d),
('f2a0e98d207123c459a323c38b676c6f-C', 1657338602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733333830323b7d7d),
('f2a0f8f5d098f955ed27ca27e98deb4c-C', 1657556102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935313330323b7d7d),
('f2a2815b19573b15f8cacadc8fd5d79d-C', 1656160201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535353430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535353430313b7d7d),
('f2a8ed98c3bd4c323552f4a3ba460f01-C', 1656027739, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432323933393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432323933393b7d7d),
('f2a9a42f7930b821980d07916a473c14-C', 1655995917, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339313131373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339313131373b7d7d),
('f2aa48cbc02afbf25f0600757a5c1cd7-C', 1657350601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734353830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734353830313b7d7d),
('f2abce7c331104f0431e5b4a9db91ff7-C', 1657060802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435363030323b7d7d),
('f2b0751f2ff337cc7bdcfe901479b05a-C', 1657747555, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373134323735353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373134323735353b7d7d),
('f2bbdc9bb15e86ca0a020b9263e03d5a-C', 1656505201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930303430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930303430313b7d7d),
('f2bc9f189dd292e7464b5c5c6cdb2a53-C', 1656834301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232393530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232393530313b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('f2c5899bb0a98c33308ac3752a2dfaba-C', 1657254002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634393230323b7d7d),
('f2c631a2909ebfca9605a821e43badf3-C', 1657398901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363739343130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363739343130313b7d7d),
('f2de011d6381b1a0ca50149432c5b9c0-C', 1657592782, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938373938323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938373938323b7d7d),
('f2e11f8b34034fbe3df54f7c7a16ffce-C', 1656051554, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434363735343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434363735343b7d7d),
('f2e57b03a6394245387fff4979b5b9ad-C', 1656584402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937393630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937393630323b7d7d),
('f2eddae1ffd79a985fe5384018fbaeae-C', 1657423501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831383730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831383730313b7d7d),
('f2f3d8b8153ba9bdb40e8c615193e8d9-C', 1656245402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353634303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353634303630323b7d7d),
('f2f987010bba1459ec49e53c67efa9fb-C', 1656474602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836393830323b7d7d),
('f30982c8c742ae3f62f1e4657513d262-C', 1656629701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032343930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032343930313b7d7d),
('f30ae1df111fe403cfde830bd94bc865-C', 1656812540, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230373734303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230373734303b7d7d),
('f3122e543baeba0733ba4aa3155bdf4d-C', 1656280202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637353430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637353430323b7d7d),
('f32103d37b8c81e984c5c25809d00bfb-C', 1657089901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438353130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438353130313b7d7d),
('f3227b7c401ce20d26a6899ab2eb758c-C', 1657083901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437393130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437393130313b7d7d),
('f32d1b752dd57e204962d3b579d1a6ee-C', 1657962968, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373335383136383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373335383136383b7d7d),
('f32fa582b87bbec3143f80e0fb3b2c38-C', 1656689402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038343630323b7d7d),
('f337b1d51365d2dbea33083e56e24750-C', 1657620002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031353230323b7d7d),
('f3561a1896500ba0c74ff1d9531a087d-C', 1656107402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530323630323b7d7d),
('f357d4f625778a46d811adafc6b1fcfd-C', 1657044192, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433393339323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433393339323b7d7d),
('f36453092c865fa963ab98951b81cc29-C', 1657422003, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831373230333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831373230333b7d7d),
('f36d1fc685157fa8bc7151ddff45da25-C', 1656459001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835343230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835343230313b7d7d),
('f370db59aeaff35e3dd0cdccbcad44bc-C', 1656936302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333313530323b7d7d),
('f372f5a28075bffabb21a8f23095b4d4-C', 1656637502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033323730323b7d7d),
('f378416841feed6d442e1ccf51a5991d-C', 1657314002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730393230323b7d7d),
('f382851cfd95570f1d70c195fd804bd9-C', 1656503102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839383330323b7d7d),
('f387e80032d3660fc7c891f70bdb2855-C', 1657386002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738313230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738313230323b7d7d),
('f38ddea6923d1033845fe638d512c7ed-C', 1657062901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435383130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435383130313b7d7d),
('f3a657765c9306ade1904b6883d2028b-C', 1656753602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134383830323b7d7d),
('f3abc9511220835d3831b770373ae957-C', 1656956102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335313330323b7d7d),
('f3b12c964f2a161c8fb3ed04d14def01-C', 1657452301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834373530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834373530313b7d7d),
('f3b5ab7e9ca9d2e6e9862d05c0793afa-C', 1657434901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833303130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833303130313b7d7d),
('f3da9587359fb9afb826570005d588ce-C', 1657701602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373039363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373039363830323b7d7d),
('f3ede2e8d2f5961d4a33b77aecb2770f-C', 1656732602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132373830323b7d7d),
('f3efef65ea670b2af961216953dfd666-C', 1656014702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430393930323b7d7d),
('f3f7cfecef62ca762735c41bffef7c77-C', 1656651302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034363530323b7d7d),
('f3fa6987154e9970aaa001c762132350-C', 1657596001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939313230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939313230313b7d7d),
('f4060f5061cb5faa3d4687d97cde02e5-C', 1657518602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931333830323b7d7d),
('f40e19c58686c09c1beee224fa6c5920-C', 1657067702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436323930323b7d7d),
('f40f287ad10920bbc55fbdc40b8c0450-C', 1656987902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338333130323b7d7d),
('f4169b3030e4826287f3c7e3b6f7f2e1-C', 1656027001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432323230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432323230313b7d7d),
('f437dfe3f0f44ed84b8b9db6ca4ed840-C', 1658171601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373536363830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373536363830313b7d7d),
('f43d97f7d4f837e4096e0c81c773bc2b-C', 1656452402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834373630323b7d7d),
('f4410e6c8c51759096d98e878d487077-C', 1657063202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435383430323b7d7d),
('f4423390aca7478f982e9a0cd9e293a1-C', 1657142401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533373630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533373630313b7d7d),
('f459dfc792ea84ec0b5c19e6ca1a1e16-C', 1657592402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363938373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363938373630323b7d7d),
('f45ba95a4ec822c44abbdd674195a75d-C', 1657633802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032393030323b7d7d),
('f45effc8f3dd2e9cc82bae53957644ac-C', 1656644701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033393930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033393930313b7d7d),
('f463de1042db29139521618f24285e74-C', 1656437102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833323330323b7d7d),
('f465b36c842610d740d2b628dacd3530-C', 1657555593, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363935303739333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363935303739333b7d7d),
('f4763a8f0f22d69553df60982bed217e-C', 1656441902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833373130323b7d7d),
('f47ebda0ebe28f5a4c41f73940bb5b00-C', 1656879301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237343530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237343530313b7d7d),
('f47eeaa266cd4ff9ff4310d0db96e4cc-C', 1657685514, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038303731343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038303731343b7d7d),
('f487a1ab0e27b4b41f7203ba6df87611-C', 1656692741, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038373934313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038373934313b7d7d),
('f488dc06abb45cc183784905f267028d-C', 1657249202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634343430323b7d7d),
('f48a22ada03ab156bb51ba61d73fb464-C', 1657512002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930373230323b7d7d),
('f48bcdbbbbc5dffd359ed7b12479d1b0-C', 1657473002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836383230323b7d7d),
('f48df40294e5500c3c9fbece4243d6a8-C', 1656406802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830323030323b7d7d),
('f4914b209628ba1aab8fee1f176345a0-C', 1657114801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363531303030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363531303030313b7d7d),
('f49316ce6900a92550e5c4a2674df819-C', 1657744009, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373133393230393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373133393230393b7d7d),
('f498efffb078a91c738254836c717769-C', 1657424701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831393930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831393930313b7d7d),
('f499aa3b3dd12363d8539f15e39cd917-C', 1657496102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363839313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363839313330323b7d7d),
('f49e451e27928516b5aeed5ba2149417-C', 1656736502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133313730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133313730323b7d7d),
('f4a91b54f8cc7ae991beb1a2e9e6be5c-C', 1656363602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735383830323b7d7d),
('f4b0336bacc079c386347b5356d1dfb9-C', 1656049557, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353434343735373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353434343735373b7d7d),
('f4b0d6f19a064d4885f6310db51e275e-C', 1657343102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733383330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733383330323b7d7d),
('f4b0f3f5a896864caec6a098d03b5398-C', 1656090602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438353830323b7d7d),
('f4b1548ced383de52a30a8732a97b7a9-C', 1657009201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363430343430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363430343430313b7d7d),
('f4c005e6cf55c2eb783b8b268ec84471-C', 1657026602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432313830323b7d7d),
('f4da6188503c98e62e24b4fb1408c2d0-C', 1656378633, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737333833333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737333833333b7d7d),
('f4def22424b83a714987ad4a0ce4ffa6-C', 1657051501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434363730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434363730313b7d7d),
('f4df7bbdfad2869afa514df12dd256d8-C', 1656265133, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636303333333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636303333333b7d7d),
('f4e77ce23fd1a18581e96daec6f9c52c-C', 1656545623, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934303832333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934303832333b7d7d),
('f4fec344e72a7301a22c84ee7b9c7c68-C', 1656681302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037363530323b7d7d),
('f4ffef879858c68d202ddd218a5d0f4a-C', 1657719901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131353130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131353130313b7d7d),
('f50477aab14f8a96219adea2a2c49f7d-C', 1656551702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934363930323b7d7d),
('f51d90ba2f491175b29ea7d500d3f9e6-C', 1657416902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831323130323b7d7d),
('f5254bc24ffb420f7e65abf4330dc45d-C', 1656509402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930343630323b7d7d),
('f529eda1a0671b6803c516bd439c8cc3-C', 1656238802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353633343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353633343030323b7d7d),
('f5305de93d4e02db2b557bc90a72ee7b-C', 1656862502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363235373730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363235373730323b7d7d),
('f537e527656aa35e639f210adb3b7cee-C', 1657388360, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738333536303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738333536303b7d7d),
('f547b75357db35003c4687cd47397ecb-C', 1656083402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437383630323b7d7d),
('f55bc0d3039e7b93d31ed384c00e61d5-C', 1657713602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130383830323b7d7d),
('f56dee288dfef1357d561d4d55f96ab2-C', 1656635402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033303630323b7d7d),
('f571b6d7bfb0ef9a06d7021b5551d519-C', 1657692302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038373530323b7d7d),
('f5752171fd157afe58362ad58e1d2ea5-C', 1656974701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336393930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336393930313b7d7d),
('f58442ec381b7b0f901da00ff1faf56f-C', 1658228300, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373632333530303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373632333530303b7d7d),
('f5846f7d8df4b254a55f3a581f51ae06-C', 1657594803, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363939303030333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363939303030333b7d7d),
('f589473c6214867692e3595154b45dae-C', 1657317602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731323830323b7d7d),
('f58dff924d9a3b9d94040bb0fb8090e4-C', 1657435802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363833313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363833313030323b7d7d),
('f5960ec795002d60717a53edbb12202f-C', 1657048638, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434333833383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434333833383b7d7d),
('f5a29afd83ff5399b882110bf9e60ed9-C', 1657292101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638373330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638373330313b7d7d),
('f5a94d1ac028cc24b0f7ae8351c0b373-C', 1656195566, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539303736363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539303736363b7d7d),
('f5b093f3bcf6b865fccb5f9cf9f1be4b-C', 1657949120, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373334343332303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373334343332303b7d7d),
('f5b1578c21f7001776ecaff8dd12fd2b-C', 1657324501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731393730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731393730313b7d7d),
('f5b280cd6850d16da826180f34c5caa5-C', 1656723002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131383230323b7d7d),
('f5b45d6145ddfd033ad9aa8ad4b6b88d-C', 1656211802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630373030323b7d7d),
('f5c22947a6d986a1d4b8055da3831dfd-C', 1657670420, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036353632303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036353632303b7d7d),
('f5c8d2cb8618798eba03980ee1eb3c5a-C', 1657031241, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363432363434313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363432363434313b7d7d),
('f5e8608c882945228af22fa38eccbae6-C', 1657769662, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373136343836323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373136343836323b7d7d),
('f5ede0c8975ce1db42c3337d935bd1aa-C', 1656011102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430363330323b7d7d),
('f603d0facd37eb8a23f97f4fad8fb1fd-C', 1656289502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638343730323b7d7d),
('f603f08c26e720ae192e05caa8cc4231-C', 1656719702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131343930323b7d7d),
('f60d25015a805f23209b60c645146749-C', 1656651901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034373130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034373130313b7d7d),
('f60e9c54e73b4c9bb7b948a1fc8ac950-C', 1657377902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363737333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363737333130323b7d7d),
('f60f894659535f807b4c25c9a0495506-C', 1657751585, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373134363738353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373134363738353b7d7d),
('f61ae97f5e5dfedecb66daf75c0bf109-C', 1658188486, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373538333638363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373538333638363b7d7d),
('f62891bd1bbd03882f3c7de5b17b1754-C', 1657058102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363435333330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363435333330323b7d7d),
('f63fcf89fc97185d9db2eaab1ba3e32a-C', 1656176702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537313930323b7d7d),
('f64260b5bd46bbf60e7658b2a933c3db-C', 1656015902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431313130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431313130323b7d7d),
('f643ea78ebe5a37a9bacd1222432d945-C', 1658267227, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373636323432373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373636323432373b7d7d),
('f64ca57bd2b89795df5c40214296c80b-C', 1657582802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937383030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937383030323b7d7d),
('f653abd077ca00270bede24c5982163e-C', 1657210372, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630353537323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630353537323b7d7d),
('f6595628ec38cfd0c53094954ce5bcd7-C', 1656201301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539363530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539363530313b7d7d),
('f6663b7f2e05d247731704e5258bba5c-C', 1658152487, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373534373638373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373534373638373b7d7d),
('f67facd2e757dde3789400879ebca95f-C', 1658234708, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373632393930383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373632393930383b7d7d),
('f67fb4cce2d4275325d595d8eabfc039-C', 1657347302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734323530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734323530323b7d7d),
('f680961f4418892af05ac82aa1bee83b-C', 1655929522, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353332343732323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353332343732323b7d7d),
('f68e1d65f501eb8cb8db698f0d7de778-C', 1656632402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032373630323b7d7d),
('f68fed2ff6e3aa947430505e58cda9e1-C', 1656835802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233313030323b7d7d),
('f694c2270802e6e1233de35347df7a29-C', 1657251602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634363830323b7d7d),
('f6b3e2a1b741d0d52d984cd3f2a769c6-C', 1655946992, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353334323139323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353334323139323b7d7d),
('f6b4f69e8f934a708dc688a046ac6c81-C', 1656838520, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233333732303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233333732303b7d7d),
('f6beefbfe87f0c2e115be7fb72d58276-C', 1657264502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635393730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635393730323b7d7d),
('f6cdef5dfdaca3a4f1ca6ec190345c52-C', 1656311402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730363630323b7d7d),
('f6da606a2f721ac261e129e662dcc0a9-C', 1657857948, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373235333134383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373235333134383b7d7d),
('f6db778aec90a7c717aca56f5551af28-C', 1656973819, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336393031393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336393031393b7d7d),
('f6e27dd8801561ee6b7daeb100f15328-C', 1657205702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630303930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630303930323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('f6e84c95ab6ee0b0ff197b06dc8dfb9a-C', 1656474002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836393230323b7d7d),
('f6fbe5ba9cb69c8f9b18c024462c6ba3-C', 1658091264, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373438363436343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373438363436343b7d7d),
('f70009b105d0ec652de46ad191dc36c9-C', 1656418802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353831343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353831343030323b7d7d),
('f706bbc892602fc75e4608f83729cc76-C', 1657343702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733383930323b7d7d),
('f70a84dcf1d0769e9a84d3c28af77ec5-C', 1657488602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838333830323b7d7d),
('f70db385c8f6ee32becb7a7aede55d1c-C', 1656841202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233363430323b7d7d),
('f70e828578f65157a218dcd74f14e0ff-C', 1657677602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373037323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373037323830323b7d7d),
('f714641d08a7ffced02b496eb186858b-C', 1657951259, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373334363435393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373334363435393b7d7d),
('f71be3464cb9677e5935d6be7ad78603-C', 1657427102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832323330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832323330323b7d7d),
('f71dcaefdf6f1a4a31703e09333c50ce-C', 1657368902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363736343130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363736343130323b7d7d),
('f71f795fc40d132e3d63b7b2ef544d1d-C', 1656831002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363232363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363232363230323b7d7d),
('f725d1959d887e3621feb39e813404b6-C', 1656573395, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936383539353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936383539353b7d7d),
('f729b2924f28ded452eac1ffd9a13834-C', 1656500102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839353330323b7d7d),
('f736e4f109c94d59379db5d039617f43-C', 1657275302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637303530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637303530323b7d7d),
('f752cfca00b34bcbfae50a4e67c370b5-C', 1656681602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037363830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037363830323b7d7d),
('f760a4cf7b7713fc82da9bac15626b8c-C', 1656660529, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035353732393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035353732393b7d7d),
('f76364bf7dbad9099097cc574fadf717-C', 1656185102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538303330323b7d7d),
('f7655d4c9f61f1ab2e61fe2776d88da5-C', 1657419088, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831343238383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831343238383b7d7d),
('f77c5f6647cb2e38bee135702b07f6de-C', 1656790802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363138363030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363138363030323b7d7d),
('f795e112fc43126039617ba30b44f828-C', 1656553802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353934393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353934393030323b7d7d),
('f7a28bc5899d9b653ec6b8332aed6cff-C', 1657532724, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932373932343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932373932343b7d7d),
('f7a3135f90a746f78628e2f2cd6c221b-C', 1657616473, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031313637333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031313637333b7d7d),
('f7a3216bf5543701f2a35e2386c193c3-C', 1656568502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936333730323b7d7d),
('f7bb32819ecd7228c7501562f8efdb5d-C', 1657468501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836333730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836333730313b7d7d),
('f7bcf2ebbda04e311ae11c8d30f8a340-C', 1657313701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363730383930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363730383930313b7d7d),
('f7c29b8d83519d1a31ee6f843e8314e1-C', 1656897902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239333130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239333130323b7d7d),
('f7d9c5507445d6b1c4cd4f4b03096a35-C', 1656599701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939343930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939343930313b7d7d),
('f7dbcbc8324d78d1d357c481aeaf883b-C', 1658228537, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373632333733373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373632333733373b7d7d),
('f7eab7802e9bfba4aaf5631c3754fc40-C', 1657526702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932313930323b7d7d),
('f7eb3ca4cdb7d85ced62871f55af6ac4-C', 1656450302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834353530323b7d7d),
('f7f45fd1e2a46b8e9cd1549d7bd281f0-C', 1656924602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363331393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363331393830323b7d7d),
('f7f70c4d1c33978aca4030b01bdf8437-C', 1657257002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635323230323b7d7d),
('f802ac6ae271d658e049b1ca51d27168-C', 1656685501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038303730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038303730313b7d7d),
('f80c6be858683e12a182f81d7765472d-C', 1656650758, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034353935383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034353935383b7d7d),
('f833f0a55e48147ec593b8ba48e5d331-C', 1657213802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630393030323b7d7d),
('f834ff3576c5088ede3cbf38e59d07a6-C', 1656031774, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353432363937343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353432363937343b7d7d),
('f837fe51b6f59375e27e794abc056f7f-C', 1656372302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736373530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736373530323b7d7d),
('f843c0330fe40061d76e3cb25a78f24f-C', 1656595501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939303730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939303730313b7d7d),
('f8622733e4cd9b26a0239b28f85e4b64-C', 1657572001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936373230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936373230313b7d7d),
('f86642024906c1ae7d9d87592287e988-C', 1657509302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363930343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363930343530323b7d7d),
('f867c48531ad46688f99ba3b24992e03-C', 1657627502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032323730323b7d7d),
('f868cffee692d7458063a0a45faa896b-C', 1657580857, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937363035373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937363035373b7d7d),
('f86940dd3315b35f3d731f3c483e194c-C', 1656267002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636323230323b7d7d),
('f87156a941167d83d35895b33db6fdcb-C', 1656396716, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739313931363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739313931363b7d7d),
('f876321461872001ef80cbd0ab5d5780-C', 1656465602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353836303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353836303830323b7d7d),
('f879e6283f489f12406cbc5938d0169a-C', 1656377101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737323330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737323330313b7d7d),
('f87cce1241b0f6e26fa703641959a1a8-C', 1658243498, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373633383639383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373633383639383b7d7d),
('f8950579d953159e80052741e4ebd413-C', 1656882002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237373230323b7d7d),
('f899bb7b5b32c0ee4d6e4a81bca85aa5-C', 1656125121, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532303332313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532303332313b7d7d),
('f8ab6c1e3458bca9c819d52c0f8f6893-C', 1657643101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033383330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033383330313b7d7d),
('f8bd0d0a34438e5e20ab7ec678fd90a7-C', 1658266656, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373636313835363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373636313835363b7d7d),
('f8d2a339f50f4836ede4c55b9c5deb93-C', 1657661745, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373035363934353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373035363934353b7d7d),
('f8d3e0d7108e8e74f61ec981de78a236-C', 1656581702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937363930323b7d7d),
('f8da66678dadfd8df4de37c86c08840c-C', 1657228802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632343030323b7d7d),
('f8e092a9c98f5ddfef8e9462a082bdf4-C', 1656002738, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339373933383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339373933383b7d7d),
('f8e3232c62212eb5a9cf8f6d16098992-C', 1656180002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537353230323b7d7d),
('f8e5cbbacedbebf3a28f9420ce24d38b-C', 1657275001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363637303230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363637303230313b7d7d),
('f8e8f2ff62867cf39555e3975661ca1c-C', 1656993301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363338383530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363338383530313b7d7d),
('f8eebf00e7c233d88a22e9d540325902-C', 1657301102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639363330323b7d7d),
('f8f31a37c7783de0e2c3cd8354a7a312-C', 1657045802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434313030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434313030323b7d7d),
('f8f78e3f56cb1757cc30688112a94f32-C', 1657527001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932323230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932323230313b7d7d),
('f8fc9a76d92751931ab22fc06cc53592-C', 1656449701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834343930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834343930313b7d7d),
('f9008778e457548fa2fea1a39f88bbd0-C', 1656437969, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833333136393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833333136393b7d7d),
('f902a6aa8c6547683f6621e0fe53d772-C', 1656331802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732373030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732373030323b7d7d),
('f90a959e9e47dcec92b492a595c95092-C', 1657335001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363733303230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363733303230313b7d7d),
('f91442c72f2bee7d25f2422a2fa46114-C', 1656141301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533363530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533363530313b7d7d),
('f9198e69a3eeff4f57b74c8b3129d372-C', 1655998802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339343030323b7d7d),
('f919f21c3cb7e30744ee0ee242ccfdc5-C', 1657099502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363439343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363439343730323b7d7d),
('f91b8bc62d0ac9aa6a9152602497d2c5-C', 1656626702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032313930323b7d7d),
('f91bc13ee60a9e498d9f1c32d934b6de-C', 1656453002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353834383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353834383230323b7d7d),
('f91d66e0bfd7b9cc9f4e914f53943091-C', 1656544201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933393430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933393430313b7d7d),
('f9222291ff80f899082cbe799fff5731-C', 1656631057, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363032363235373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363032363235373b7d7d),
('f92446b0aca7b4f0a6f373dca7bbadca-C', 1657075202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437303430323b7d7d),
('f928efb1e742d39a84a4cce040f22dd1-C', 1657541702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933363930323b7d7d),
('f92cf8b9d9584e99facfc4c8069a0232-C', 1657269602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363636343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363636343830323b7d7d),
('f92ed2e3c28aa77cf0a427cd03c6e3f2-C', 1656373802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736393030323b7d7d),
('f930d46ebf341db0d724e6b519579524-C', 1656393302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738383530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738383530323b7d7d),
('f935f6c9de76501d7b564f37ab9581c5-C', 1656678002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037333230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037333230323b7d7d),
('f9360929f20a53563ae70b413720a8d6-C', 1656570902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936363130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936363130323b7d7d),
('f93df917d86b098022883c4426d765d0-C', 1656748228, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134333432383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134333432383b7d7d),
('f94241be317850712014642cfccdfc82-C', 1656192901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353538383130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353538383130313b7d7d),
('f961df812a03b71bf2f1fa64f2fbacef-C', 1656504002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839393230323b7d7d),
('f97bbd238b4345d3b97fc17620035215-C', 1656866401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363236313630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363236313630313b7d7d),
('f98591f638c4a307c60a0e83c5f18634-C', 1656634802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033303030323b7d7d),
('f98acde0ad3e449608056eebf2117cd8-C', 1656701702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039363930323b7d7d),
('f99735a03ca98542ed82202c1108378c-C', 1656585002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353938303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353938303230323b7d7d),
('f99bbb32c4fd196c530e2b37066a60e6-C', 1656414002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353830393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353830393230323b7d7d),
('f9aceb02c060b75eeefc3d8dc680322e-C', 1656149102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353534343330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353534343330323b7d7d),
('f9b0f4e8587106fc15827d6031bcbcb5-C', 1657003202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339383430323b7d7d),
('f9b5ebea90adace95fb453fe67d7c18d-C', 1658267610, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373636323831303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373636323831303b7d7d),
('f9c3e0fddddc1fa9d427a5a98d5afb1f-C', 1656996902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339323130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339323130323b7d7d),
('f9d0cfce13645ba4c7addf1678bbf0ee-C', 1656506402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930313630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930313630323b7d7d),
('f9d3b4dc20f2e6c09489717642b03094-C', 1658197735, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373539323933353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373539323933353b7d7d),
('f9e07dc2b5839602d18344e9bcfcd0dd-C', 1657531202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363932363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363932363430323b7d7d),
('f9e990d6f174add8cde97e9bc8370213-C', 1656330002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353732353230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353732353230323b7d7d),
('f9eab49f466f1ddb2eeb4b6cf7ddb56a-C', 1656068402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436333630323b7d7d),
('f9f406e3dc4d38cd33dfdda74d6d63d3-C', 1656807602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363230323830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363230323830323b7d7d),
('f9f8cee0fabf473eebc9b8e10723a57d-C', 1657038602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433333830323b7d7d),
('f9fc2eadb5d936431b9c516851f36985-C', 1657581902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363937373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363937373130323b7d7d),
('f9fd7f7b7b9a2df5b16c8d4ad6b89d08-C', 1656402085, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739373238353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739373238353b7d7d),
('fa00fcb54f0faba92cd4e5031b6f9875-C', 1656436801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353833323030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353833323030313b7d7d),
('fa0de57161f740d8a646dcf6e454933b-C', 1656486602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838313830323b7d7d),
('fa1166ac773d5ea9e9bc976f65d8a211-C', 1656962102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363335373330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363335373330323b7d7d),
('fa1590d4db0b14fdbc55fc230ffbbe3b-C', 1656255301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353635303530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353635303530313b7d7d),
('fa1b83fa4853a36ee1a1bdfc943ed258-C', 1657203002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363539383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363539383230323b7d7d),
('fa29d1432d83bb178e99efc2fd835cbc-C', 1656434702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353832393930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353832393930323b7d7d),
('fa33c060b8f805730ddb86869d74d9ed-C', 1656579602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937343830323b7d7d),
('fa383cc17f87fbb0612daee3bd5ce088-C', 1655994961, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339303136313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339303136313b7d7d),
('fa3953989e23bf521efa302452e2317f-C', 1656136854, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353533323035343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353533323035343b7d7d),
('fa3f30559e2528d70ccb5abdc71aa3ba-C', 1656902101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239373330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239373330313b7d7d),
('fa433a807b3fa069277c141714e10892-C', 1657624802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032303030323b7d7d),
('fa4348ade5b94db93c23c6227d05c268-C', 1657355102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735303330323b7d7d),
('fa48e12165ada94f499bc2d88040092a-C', 1657085102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438303330323b7d7d),
('fa59c03a4e9749926f16536c63521467-C', 1656201902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353539373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353539373130323b7d7d),
('fa6fd7125943fd4c5581a382466ba7d4-C', 1656604743, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939393934333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939393934333b7d7d),
('fa81a4af1dca9648c349dd69a78cf5ad-C', 1656506101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353930313330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353930313330313b7d7d),
('fa8241e3f77920e918c8bc483f46bda8-C', 1655999401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339343630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339343630313b7d7d),
('fa824e737c805af26fe84556c47f3c99-C', 1656491402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353838363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353838363630323b7d7d),
('fa894846260741d3e237601378ab9fa1-C', 1657653902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034393130323b7d7d),
('fa8f97f9632dcc7afa90c9ee9dc14a17-C', 1656875102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237303330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237303330323b7d7d),
('fa8fe14b78e708106905487266321b66-C', 1657072202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436373430323b7d7d),
('fa93199353873f0b3f8d1200df5b93f3-C', 1656384002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737393230323b7d7d),
('fa95ef7b86fbe6f7873fb1ec92a4eb41-C', 1656225559, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632303735393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632303735393b7d7d),
('fa981dc0ee3f4b9ac2bfb8a44e992f72-C', 1657537202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933323430323b7d7d),
('fa9f74529096c7b394ee38baa7aa3ff6-C', 1656843608, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363233383830383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363233383830383b7d7d),
('faae4f6e329390e10415287bad2ddaf9-C', 1656076802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353437323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353437323030323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('fab1a9f50557ecf83b26f22599955a30-C', 1657089233, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363438343433333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363438343433333b7d7d),
('fab4c4f45fafbb7fa5eb13c28e8fe84e-C', 1656165002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353536303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353536303230323b7d7d),
('face566ebb61cf4765c6464bd36a17b3-C', 1657328402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732333630323b7d7d),
('facf54137d9df3a95bf9a2c41ec0a910-C', 1657069502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363436343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363436343730323b7d7d),
('fad25b7ad4062bf7b1813f05fc589e25-C', 1657136101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533313330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533313330313b7d7d),
('fad68b4790b4c6fb3eb6e410e99230fa-C', 1656652202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034373430323b7d7d),
('fad79b3d4f6d5eae2802ae6ee8285f78-C', 1656314156, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353730393335363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353730393335363b7d7d),
('fae1a4bfd492f13b4c9a9faae0aaccb2-C', 1657706102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130313330323b7d7d),
('fae5ce480d87fce1bb581c0a6c62cff9-C', 1657421402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363831363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363831363630323b7d7d),
('fae916649b7893f10bd94e0ecee3dd2b-C', 1657551902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363934373130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363934373130323b7d7d),
('fafd9afeac3fcd722049c5ca179262f0-C', 1658000359, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373339353535393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373339353535393b7d7d),
('fb0c7b2bb89296249f4aedd4a6b72677-C', 1657644902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373034303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373034303130323b7d7d),
('fb0ec91f8dbaa84cf4be135f4bf51303-C', 1656616584, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363031313738343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363031313738343b7d7d),
('fb168123fa6d353a35476e422465e9a9-C', 1657523702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363931383930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363931383930323b7d7d),
('fb1a6a2b327f068e3892fa4ee24405ed-C', 1657564964, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936303136343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936303136343b7d7d),
('fb2847e805e35aa2fb29e94807258c2b-C', 1657722601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373131373830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373131373830313b7d7d),
('fb3ee6d5267bfcd8b9e80b9838e5ffe0-C', 1656854102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363234393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363234393330323b7d7d),
('fb45dc736d3ce18109dc9eff6a53daab-C', 1657233901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632393130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632393130313b7d7d),
('fb469ecbf8ca8b70ac82b9b504a32095-C', 1656399602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739343830323b7d7d),
('fb48bf2a489422969f2be1725089485b-C', 1657078802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437343030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437343030323b7d7d),
('fb48c6348dbffde1bec8aaa07ad8c831-C', 1656157202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535323430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535323430323b7d7d),
('fb4a8cd483113604e0ed6a783fda0953-C', 1656270302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353636353530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353636353530323b7d7d),
('fb688b1ac971bee0c5e7517766243fc0-C', 1656362402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735373630323b7d7d),
('fb71679a3dbebf9c879a6fd62bb2d96c-C', 1656965401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363336303630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363336303630313b7d7d),
('fb7207647810bc830764b628d5fc988a-C', 1656642567, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033373736373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033373736373b7d7d),
('fb735cf3ee2476fd90e25683e25eeae5-C', 1656725402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363132303630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363132303630323b7d7d),
('fb801daa29a14ca433e001eaf367b50d-C', 1657391402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738363630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738363630323b7d7d),
('fb925cbfa3974f6b820c78b10d9d99a6-C', 1657178281, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363537333438313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363537333438313b7d7d),
('fb9be118f509d0e831a75713fa777fc7-C', 1657713002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130383230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130383230323b7d7d),
('fb9c73028473614142d5c201c615f92c-C', 1656816302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363231313530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363231313530323b7d7d),
('fb9d17fdeb59f46e2c2846830d384369-C', 1657812969, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373230383136393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373230383136393b7d7d),
('fba96035de06c7a1ab171b5fb11f66ff-C', 1656226802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353632323030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353632323030323b7d7d),
('fbb63b055ad2700966d12889ccde27d4-C', 1657446713, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363834313931333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363834313931333b7d7d),
('fbbb0ca0d4b355621e784654c7d88442-C', 1656688202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363038333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363038333430323b7d7d),
('fbc19c8a66655ffc623899d42340eebf-C', 1657226702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363632313930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363632313930323b7d7d),
('fbc78221b045de08666739ad264cb59e-C', 1657355701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363735303930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363735303930313b7d7d),
('fbccbf61bf712332bbf914d2639e5911-C', 1657573802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936393030323b7d7d),
('fbd5164ae7e707410854f24fd90a84f3-C', 1657567502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936323730323b7d7d),
('fbd71ba877381dcfa4edf4591f59d554-C', 1656504302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839393530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839393530323b7d7d),
('fbd802e4670e284f7834a2dd78661993-C', 1657106102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363530313330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363530313330323b7d7d),
('fbdaf15c5a936f3718d2df702047d12d-C', 1656377702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737323930323b7d7d),
('fbde031b6d14567175b00dadceb05c13-C', 1656390301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738353530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738353530313b7d7d),
('fbe36496f6d8f07e75d44e0ea88da2e2-C', 1657393202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363738383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363738383430323b7d7d),
('fbee6d68c84cda28a31d8e1635cf7c59-C', 1656750602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363134353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363134353830323b7d7d),
('fbf13b641ffa97d6635d8fe80ac0976c-C', 1657569302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363936343530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363936343530323b7d7d),
('fbf4ab7d8c2f53511013375e8ba51500-C', 1657543201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933383430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933383430313b7d7d),
('fc0a571eced44e94cbb5fc11411216f5-C', 1657254902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363635303130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363635303130323b7d7d),
('fc0d159c13766ea3b1bdb80680b0a48b-C', 1656177002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353537323230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353537323230323b7d7d),
('fc1d855e57ccb8d825d3b58559406bed-C', 1656073202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353436383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353436383430323b7d7d),
('fc2187cf964df8c115cff49d61a826c0-C', 1656562701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935373930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935373930313b7d7d),
('fc2716a8aec76dc636f5fea2858c37c7-C', 1657082402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363437373630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363437373630323b7d7d),
('fc2ac7bb2c55d92d5071b3f794a0d2cb-C', 1657431002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832363230323b7d7d),
('fc3d733ff01d23750eb05c619ab4fa08-C', 1657129502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363532343730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363532343730323b7d7d),
('fc4db2ab54bc90cb0b03bfb655750d2b-C', 1657353602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363734383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363734383830323b7d7d),
('fc61af50205c76872069e92639ee2eb4-C', 1657224602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363631393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363631393830323b7d7d),
('fc6236df926b90183f8be39b1acae340-C', 1656103202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353439383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353439383430323b7d7d),
('fc70eab32dfd34cf3addd1086e79e4a6-C', 1656795602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363139303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363139303830323b7d7d),
('fc821719e1c1b0ca15ec85b2ff3c18b1-C', 1656358384, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735333538343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735333538343b7d7d),
('fc8b0f0404996d49ac2be7a05ae37ba9-C', 1656211202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630363430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630363430323b7d7d),
('fc995eaf781bdebf7dfdd8b12b17f462-C', 1656131102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532363330323b7d7d),
('fca0822e5003dd657abddbdd53e1be9a-C', 1657334101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363732393330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363732393330313b7d7d),
('fca0b98fb39c1400756a74ab5785c86b-C', 1657054202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363434393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363434393430323b7d7d),
('fca39c93ff9a2d6d52bdf8756da593c1-C', 1657494602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838393830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838393830323b7d7d),
('fcd7ee98ff519b06316ffb1f2a8724c3-C', 1656377402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353737323630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353737323630323b7d7d),
('fcdbed09294a2e004eea1bc0863147d5-C', 1656289802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353638353030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353638353030323b7d7d),
('fcdd273986bd59913ef75440893e7719-C', 1655892753, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353238373935333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353238373935333b7d7d),
('fcde582ac8bf956ca4fa15f8e41ce469-C', 1656522002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353931373230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353931373230323b7d7d),
('fce733353ce3171f6150007e9d9d634a-C', 1656538202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933333430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933333430323b7d7d),
('fcf60203f91a23bd3ba5a4eff5e83c26-C', 1656647702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034323930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034323930323b7d7d),
('fd0134429e4a39e196daff5e8ea410a4-C', 1656316501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353731313730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353731313730313b7d7d),
('fd0267cd2801b72f160766be40656632-C', 1656574071, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936393237313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936393237313b7d7d),
('fd0c787757d1cca1f8230a1ff74e3fea-C', 1657405502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363830303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363830303730323b7d7d),
('fd0ff71c14e666dc26cbb740e84a0dc2-C', 1656130336, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532353533363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532353533363b7d7d),
('fd20d6b4d3f5a451ba7e244b5094d5cd-C', 1656476701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353837313930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353837313930313b7d7d),
('fd2586a9197472f51285d07361be6132-C', 1656211501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353630363730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353630363730313b7d7d),
('fd295728aabcbf33b7fad047f720e195-C', 1656565202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936303430323b7d7d),
('fd3117ee341a8ba4c1479693ab3b9c31-C', 1656613802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363030393030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363030393030323b7d7d),
('fd3b141befc42515507099f35ecdd14e-C', 1656720602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363131353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363131353830323b7d7d),
('fd3bab71deb8255dda66303c548ea6dc-C', 1656701102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363039363330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363039363330323b7d7d),
('fd3fe6d5ff6c7b6e243a56ef922ba6c1-C', 1658126257, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373532313435373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373532313435373b7d7d),
('fd5bed97df14478b4fc785891e917e94-C', 1656125121, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353532303332313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353532303332313b7d7d),
('fd611c00b1ec8ade353d4918cd80484f-C', 1655848998, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353234343139383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353234343139383b7d7d),
('fd6373df83e07a91cfaeeca83b4aab73-C', 1657638602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033333830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033333830323b7d7d),
('fd6d6d6558ff5a09341e26ca2a0f5f3b-C', 1657666202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373036313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373036313430323b7d7d),
('fd71b76b894132087d9bcaf1378d31cb-C', 1656283202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353637383430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353637383430323b7d7d),
('fd735729061c3c44a29137e5463874e5-C', 1656780601, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137353830313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137353830313b7d7d),
('fd86878165643a3fa53fe23e29363bdf-C', 1656759602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363135343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363135343830323b7d7d),
('fd92e8b98aff6bf529be32c6a93fd5ac-C', 1656498302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839333530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839333530323b7d7d),
('fd97ee382bd2a650fd894a5199014b19-C', 1657143001, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363533383230313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363533383230313b7d7d),
('fd9de28ba891f791cf141ed6a52aac35-C', 1656162602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535373830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535373830323b7d7d),
('fda61674f8e329be26d61bd7de7bb495-C', 1656304202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353639393430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353639393430323b7d7d),
('fda83e9032bd64167c723c7aaf5f8fc3-C', 1657209002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630343230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630343230323b7d7d),
('fdb35e2c9e65fcf713dc2345709c1df8-C', 1658238249, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373633333434393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373633333434393b7d7d),
('fdcf5d5afc1781ea720d72929e379884-C', 1658137857, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373533333035373b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373533333035373b7d7d),
('fdd1cae3c9e5ca41ccd0b6fccc6eb3af-C', 1656646202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034313430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034313430323b7d7d),
('fdd35acf298bee2c99c4c291923f36aa-C', 1657431254, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363832363435343b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363832363435343b7d7d),
('fdfef5d7d920be1957af81aa3eec2aa9-C', 1656164102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535393330323b7d7d),
('fe072660ef8bfc78340f59601e157788-C', 1657469401, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363836343630313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363836343630313b7d7d),
('fe2370ae7c18c9a4e2f0a8c7aadbcfff-C', 1656391502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738363730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738363730323b7d7d),
('fe27a76f56fc7cf105349e0ca72b59b7-C', 1656089702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353438343930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353438343930323b7d7d),
('fe2bc4922cd27c611ca406008d7881dc-C', 1656535202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353933303430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353933303430323b7d7d),
('fe31470ed68f00927d142ce63847150e-C', 1656569402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353936343630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353936343630323b7d7d),
('fe363f6f4f1ae8665a5042e999ef6197-C', 1657289206, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363638343430363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363638343430363b7d7d),
('fe367a6b098eff767b99c6383944a8d2-C', 1656158402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353535333630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353535333630323b7d7d),
('fe445258e19900cf126ce2e3df2fcb93-C', 1656894002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363238393230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363238393230323b7d7d),
('fe500cbfb6177104e905b28184209081-C', 1657041302, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433363530323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433363530323b7d7d),
('fe6188c3ad2f5b92a9583c3a3820b507-C', 1656902701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363239373930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363239373930313b7d7d),
('fe6f194aa8959f5ecc00184ffc039f4f-C', 1656743402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133383630323b7d7d),
('fe7fe3ead9661856f1e081291b024f13-C', 1656879799, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363237343939393b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363237343939393b7d7d),
('fe93e1ae863b02ab869cc016deafc1bb-C', 1656004201, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353339393430313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353339393430313b7d7d),
('fe9a3686a23b7f2ebf6eb473fba707cc-C', 1656672035, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363036373233353b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363036373233353b7d7d),
('fe9c35a86a243b0a9faf01d6cacc2511-C', 1656534103, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353932393330333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353932393330333b7d7d),
('fe9f02423aeae697825ea630d915dc33-C', 1656735002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133303230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133303230323b7d7d),
('feabc32965b9326c1d0ee52819ae424a-C', 1656110102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353530353330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353530353330323b7d7d),
('feb43fc932f34063d90251ec4e0b8368-C', 1656775502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363137303730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363137303730323b7d7d),
('feb9c5258bfdda2c043bf55627f72da3-C', 1657707901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373130333130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373130333130313b7d7d),
('feca70207f188e0b1c6bb1c6d649d430-C', 1656009602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353430343830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353430343830323b7d7d),
('fed5f9a13de2a8abb5b806c3c897ee7d-C', 1657544102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933393330323b7d7d),
('fed97e7359c0d78d0030b7119960be9e-C', 1656662701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035373930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035373930313b7d7d),
('fee62c8f1ea341a5b964388e1237a3d8-C', 1656663901, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363035393130313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363035393130313b7d7d),
('feed09933448491af9665791a881b572-C', 1657749863, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373134353036333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373134353036333b7d7d),
('ff00cc2f233328131bc59032e6311b07-C', 1655950791, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353334353939313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353334353939313b7d7d),
('ff10909f0badbdea0ba64b0a96866aea-C', 1657318502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363731333730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363731333730323b7d7d),
('ff15a738ce7430cfe9a6a6a77d10f99d-C', 1657631702, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373032363930323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373032363930323b7d7d),
('ff1b4c3b8c819e2f196a3ab87fd4e230-C', 1657688101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038333330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038333330313b7d7d),
('ff265ba1dd875c556bd557c20b8527a9-C', 1657035602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363433303830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363433303830323b7d7d);
INSERT INTO `partiushop_stored_sessions` (`session_id`, `expiry`, `data`) VALUES
('ff2689025f553977016636d079dcf24a-C', 1656997502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363339323730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363339323730323b7d7d),
('ff38e600586e3cc9457914ef4e2c39c5-C', 1656498138, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353839333333383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353839333333383b7d7d),
('ff40dcfea21aa791fc61de4e3b974f12-C', 1656576602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937313830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937313830323b7d7d),
('ff435447d180c3f160c095eb83c066a1-C', 1656393902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353738393130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353738393130323b7d7d),
('ff499580302288be4fbd76b811a97efb-C', 1656358660, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353735333836303b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353735333836303b7d7d),
('ff54cfc929716d09177c6ea53dd7b956-C', 1656742202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363133373430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363133373430323b7d7d),
('ff610b635008519a827cd80bec5c90a8-C', 1656342528, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353733373732383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353733373732383b7d7d),
('ff6bf728cc00c858e53b314977397833-C', 1657240018, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363633353231383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363633353231383b7d7d),
('ff7b71d482d5d18927dd92699d7050d7-C', 1657623602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373031383830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373031383830323b7d7d),
('ff7bd4bfe473874d7dd7bc74f3e302f1-C', 1656557658, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353935323835383b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353935323835383b7d7d),
('ff8cac2981dad52f1365c4473a0f91d4-C', 1656398701, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353739333930313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353739333930313b7d7d),
('ff929a4f529880ef1d98ea4089e937b9-C', 1656463502, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353835383730323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353835383730323b7d7d),
('ff9aff033ad83395e769056425880c5d-C', 1657489501, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363838343730313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363838343730313b7d7d),
('ff9cc58f47a25d83abb83d870062234e-C', 1656935101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363333303330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363333303330313b7d7d),
('ffa9d65648f7a0e859370e30da35617a-C', 1657212902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363630383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363630383130323b7d7d),
('ffb099cf7a928276e74c71abf24155e0-C', 1656020402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353431353630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353431353630323b7d7d),
('ffb431d55c3d4618f59b2b21aa713c83-C', 1656679202, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363037343430323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363037343430323b7d7d),
('ffb8861fcc01ad66c9068962fc907cca-C', 1658263553, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373635383735333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373635383735333b7d7d),
('ffbe915297906c01896ef27d04c640da-C', 1657251002, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363634363230323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363634363230323b7d7d),
('ffc0b04a8963affc378ca46506091ea1-C', 1657302902, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363639383130323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363639383130323b7d7d),
('ffc44e46014cbb6959773a3f83f8e972-C', 1656645301, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363034303530313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363034303530313b7d7d),
('ffc63fa48aba9918fc331b40cc2d7a46-C', 1657936973, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373333323137333b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373333323137333b7d7d),
('ffcca6a85e6ce3df1ee31d215bb680f0-C', 1656374102, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353736393330323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353736393330323b7d7d),
('ffd63f0c0380b3fac16236e6f9ded726-C', 1657534801, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363933303030313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363933303030313b7d7d),
('ffd81032b7702f4f1ef8c68d234ba876-C', 1656581101, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353937363330313b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353937363330313b7d7d),
('ffd943300860ee6c4640559f5701f20d-C', 1656600602, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635353939353830323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635353939353830323b7d7d),
('ffdc03f4e9203168815803825732c28c-C', 1657684802, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373038303030323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373038303030323b7d7d),
('fff031c3b89f8401038a6a0a049f58d5-C', 1657643402, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635373033383630323b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635373033383630323b7d7d),
('fff682818dd580a35a30065ab9761152-C', 1656640026, 0x613a333a7b693a303b623a303b733a31343a22636172745f6c616e677561676543223b613a323a7b733a353a2276616c7565223b733a323a227074223b733a363a22657870697279223b693a313635363033353232363b7d733a31393a227365636f6e646172795f63757272656e637943223b613a323a7b733a353a2276616c7565223b733a333a2242524c223b733a363a22657870697279223b693a313635363033353232363b7d7d);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_storefronts`
--

CREATE TABLE `partiushop_storefronts` (
  `storefront_id` int(11) NOT NULL COMMENT 'Storefront ID',
  `url` varchar(256) NOT NULL DEFAULT '' COMMENT 'Storefront URL (host + path)',
  `redirect_customer` char(1) NOT NULL DEFAULT 'N' COMMENT 'Whether customers must be redirected from the storefront to a storefront with proper assigned countries',
  `is_default` char(1) NOT NULL DEFAULT 'N' COMMENT 'Whether a storefront is the default one. Default storefront cannot be deleted',
  `status` char(1) NOT NULL DEFAULT 'N' COMMENT 'Storefront status: N - open, Y - closed',
  `access_key` varchar(128) NOT NULL DEFAULT '' COMMENT 'Secret key to access closed storefront',
  `name` varchar(255) NOT NULL DEFAULT '' COMMENT 'Storefront name',
  `theme_name` varchar(128) NOT NULL DEFAULT '' COMMENT 'Theme that the storefront uses',
  `is_accessible_for_authorized_customers_only` char(1) NOT NULL DEFAULT 'N' COMMENT 'Storefront is accessible for authorized customers only'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_storefronts`
--

INSERT INTO `partiushop_storefronts` (`storefront_id`, `url`, `redirect_customer`, `is_default`, `status`, `access_key`, `name`, `theme_name`, `is_accessible_for_authorized_customers_only`) VALUES
(1, 'partiushop.com.br', 'N', 'Y', 'Y', 'b7b4412bedaf56ede32619f95634d749', 'Partiu.Shop', 'vivashop', 'N'),
(2, 'test', 'N', 'N', 'Y', '425c31a6f6e8df6dc96976f3824c9374', 'Test', 'abt__unitheme2', 'N');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_storefronts_companies`
--

CREATE TABLE `partiushop_storefronts_companies` (
  `storefront_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_storefronts_companies`
--

INSERT INTO `partiushop_storefronts_companies` (`storefront_id`, `company_id`) VALUES
(2, 4);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_storefronts_countries`
--

CREATE TABLE `partiushop_storefronts_countries` (
  `storefront_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `country_code` char(2) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_storefronts_countries`
--

INSERT INTO `partiushop_storefronts_countries` (`storefront_id`, `country_code`) VALUES
(1, 'AR'),
(1, 'BR');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_storefronts_currencies`
--

CREATE TABLE `partiushop_storefronts_currencies` (
  `storefront_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `currency_id` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_storefronts_currencies`
--

INSERT INTO `partiushop_storefronts_currencies` (`storefront_id`, `currency_id`) VALUES
(1, 4),
(2, 1),
(2, 2),
(2, 3);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_storefronts_languages`
--

CREATE TABLE `partiushop_storefronts_languages` (
  `storefront_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `language_id` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_storefronts_languages`
--

INSERT INTO `partiushop_storefronts_languages` (`storefront_id`, `language_id`) VALUES
(1, 12),
(2, 1),
(2, 2),
(2, 3),
(2, 4),
(2, 5),
(2, 6),
(2, 7),
(2, 8),
(2, 9),
(2, 10),
(2, 11),
(2, 12);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_storefronts_payments`
--

CREATE TABLE `partiushop_storefronts_payments` (
  `storefront_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `payment_id` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_storefronts_promotions`
--

CREATE TABLE `partiushop_storefronts_promotions` (
  `storefront_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `promotion_id` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_storefronts_shippings`
--

CREATE TABLE `partiushop_storefronts_shippings` (
  `storefront_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `shipping_id` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_storefronts_shippings`
--

INSERT INTO `partiushop_storefronts_shippings` (`storefront_id`, `shipping_id`) VALUES
(1, 6),
(1, 7),
(2, 6),
(2, 7);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_store_locations`
--

CREATE TABLE `partiushop_store_locations` (
  `store_location_id` mediumint(8) UNSIGNED NOT NULL,
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `position` smallint(5) NOT NULL DEFAULT 0,
  `country` char(2) NOT NULL DEFAULT '',
  `state` varchar(32) NOT NULL DEFAULT '',
  `latitude` double NOT NULL DEFAULT 0,
  `longitude` double NOT NULL DEFAULT 0,
  `localization` varchar(255) NOT NULL DEFAULT '',
  `status` char(1) NOT NULL DEFAULT 'A',
  `main_destination_id` int(11) UNSIGNED DEFAULT NULL,
  `pickup_destinations_ids` varchar(255) NOT NULL DEFAULT '0',
  `store_type` char(1) DEFAULT 'P',
  `shipping_destinations_ids` varchar(255) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_store_location_descriptions`
--

CREATE TABLE `partiushop_store_location_descriptions` (
  `store_location_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `name` varchar(80) NOT NULL DEFAULT '',
  `description` mediumtext DEFAULT NULL,
  `city` varchar(60) NOT NULL DEFAULT '',
  `pickup_address` varchar(128) NOT NULL DEFAULT '',
  `pickup_phone` varchar(128) NOT NULL DEFAULT '',
  `pickup_time` varchar(128) NOT NULL DEFAULT '',
  `zipcode` varchar(255) DEFAULT NULL,
  `county` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_store_location_destination_links`
--

CREATE TABLE `partiushop_store_location_destination_links` (
  `link_id` int(11) UNSIGNED NOT NULL,
  `store_location_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `destination_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `warn_about_delay` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `position` smallint(5) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_store_location_shipping_delays`
--

CREATE TABLE `partiushop_store_location_shipping_delays` (
  `store_location_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `destination_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `shipping_delay` varchar(256) NOT NULL DEFAULT '',
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_subscribers`
--

CREATE TABLE `partiushop_subscribers` (
  `subscriber_id` mediumint(8) UNSIGNED NOT NULL,
  `email` varchar(128) NOT NULL DEFAULT '',
  `timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_subscribers`
--

INSERT INTO `partiushop_subscribers` (`subscriber_id`, `email`, `timestamp`, `lang_code`) VALUES
(4, 'robson2901@gmail.com', 1586638344, 'pt'),
(10, 'eaalfim2@gmail.com', 1597188852, 'pt');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_suppliers`
--

CREATE TABLE `partiushop_suppliers` (
  `supplier_id` mediumint(8) UNSIGNED NOT NULL,
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `name` varchar(255) DEFAULT NULL,
  `address` varchar(255) NOT NULL DEFAULT '',
  `city` varchar(64) NOT NULL DEFAULT '',
  `state` varchar(32) NOT NULL DEFAULT '',
  `country` char(2) NOT NULL DEFAULT '',
  `zipcode` varchar(16) NOT NULL DEFAULT '',
  `email` varchar(128) NOT NULL DEFAULT '',
  `phone` varchar(32) NOT NULL DEFAULT '',
  `fax` varchar(32) NOT NULL DEFAULT '',
  `url` varchar(128) NOT NULL DEFAULT '',
  `timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `status` char(1) NOT NULL DEFAULT 'A'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_supplier_links`
--

CREATE TABLE `partiushop_supplier_links` (
  `supplier_id` mediumint(8) UNSIGNED NOT NULL,
  `object_id` int(11) UNSIGNED NOT NULL,
  `object_type` char(1) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_supplier_links`
--

INSERT INTO `partiushop_supplier_links` (`supplier_id`, `object_id`, `object_type`) VALUES
(0, 7, 'S'),
(0, 8, 'S'),
(0, 9, 'S'),
(0, 10, 'S');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_sync_data_settings`
--

CREATE TABLE `partiushop_sync_data_settings` (
  `provider_id` varchar(128) NOT NULL DEFAULT '',
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `settings_data` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_tabela_frete_correios`
--

CREATE TABLE `partiushop_tabela_frete_correios` (
  `id` int(11) NOT NULL,
  `frete_correios_id` varchar(255) DEFAULT NULL,
  `valor` decimal(6,2) NOT NULL,
  `prazo` varchar(255) NOT NULL,
  `peso_min` varchar(255) NOT NULL,
  `peso_max` varchar(255) NOT NULL,
  `faixa_cep_orig_min` varchar(255) NOT NULL,
  `faixa_cep_orig_max` varchar(255) NOT NULL,
  `faixa_cep_dest_min` varchar(255) NOT NULL,
  `faixa_cep_dest_max` varchar(255) NOT NULL,
  `updated_at` int(11) DEFAULT NULL,
  `created_at` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_tabela_frete_correios`
--

INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(48503, '3298', '24.00', '5', '0.3', '5', '01000000', '08499999', '01000000', '08499999', NULL, 1652896850),
(48504, '3220', '20.00', '1', '0.3', '5', '01000000', '08499999', '01000000', '08499999', NULL, 1652896851),
(48505, '3298', '30.00', '5', '5.001', '10', '01000000', '08499999', '01000000', '08499999', NULL, 1652896851),
(48506, '3220', '26.00', '1', '5.001', '10', '01000000', '08499999', '01000000', '08499999', NULL, 1652896851),
(48507, '3298', '49.00', '5', '10.001', '15', '01000000', '08499999', '01000000', '08499999', NULL, 1652896852),
(48508, '3220', '42.00', '1', '10.001', '15', '01000000', '08499999', '01000000', '08499999', NULL, 1652896852),
(48509, '3298', '67.00', '5', '15.001', '20', '01000000', '08499999', '01000000', '08499999', NULL, 1652896852),
(48510, '3220', '59.00', '1', '15.001', '20', '01000000', '08499999', '01000000', '08499999', NULL, 1652896853),
(48511, '3298', '86.00', '5', '20.001', '25', '01000000', '08499999', '01000000', '08499999', NULL, 1652896853),
(48512, '3220', '75.00', '1', '20.001', '25', '01000000', '08499999', '01000000', '08499999', NULL, 1652896853),
(48513, '3298', '105.00', '5', '25.001', '30', '01000000', '08499999', '01000000', '08499999', NULL, 1652896854),
(48514, '3220', '91.00', '1', '25.001', '30', '01000000', '08499999', '01000000', '08499999', NULL, 1652896854),
(48515, '3298', '24.00', '5', '0.3', '5', '01000000', '08499999', '06000000', '09999999', NULL, 1652896855),
(48516, '3220', '20.00', '1', '0.3', '5', '01000000', '08499999', '06000000', '09999999', NULL, 1652896855),
(48517, '3298', '30.00', '5', '5.001', '10', '01000000', '08499999', '06000000', '09999999', NULL, 1652896855),
(48518, '3220', '26.00', '1', '5.001', '10', '01000000', '08499999', '06000000', '09999999', NULL, 1652896856),
(48519, '3298', '49.00', '5', '10.001', '15', '01000000', '08499999', '06000000', '09999999', NULL, 1652896856),
(48520, '3220', '42.00', '1', '10.001', '15', '01000000', '08499999', '06000000', '09999999', NULL, 1652896856),
(48521, '3298', '67.00', '5', '15.001', '20', '01000000', '08499999', '06000000', '09999999', NULL, 1652896857),
(48522, '3220', '59.00', '1', '15.001', '20', '01000000', '08499999', '06000000', '09999999', NULL, 1652896857),
(48523, '3298', '86.00', '5', '20.001', '25', '01000000', '08499999', '06000000', '09999999', NULL, 1652896857),
(48524, '3220', '75.00', '1', '20.001', '25', '01000000', '08499999', '06000000', '09999999', NULL, 1652896858),
(48525, '3298', '105.00', '5', '25.001', '30', '01000000', '08499999', '06000000', '09999999', NULL, 1652896858),
(48526, '3220', '91.00', '1', '25.001', '30', '01000000', '08499999', '06000000', '09999999', NULL, 1652896859),
(48527, '3298', '24.00', '5', '0.3', '5', '01000000', '08499999', '11000000', '11999999', NULL, 1652896859),
(48528, '3220', '20.00', '1', '0.3', '5', '01000000', '08499999', '11000000', '11999999', NULL, 1652896860),
(48529, '3298', '30.00', '5', '5.001', '10', '01000000', '08499999', '11000000', '11999999', NULL, 1652896860),
(48530, '3220', '26.00', '1', '5.001', '10', '01000000', '08499999', '11000000', '11999999', NULL, 1652896860),
(48531, '3298', '49.00', '5', '10.001', '15', '01000000', '08499999', '11000000', '11999999', NULL, 1652896861),
(48532, '3220', '42.00', '1', '10.001', '15', '01000000', '08499999', '11000000', '11999999', NULL, 1652896861),
(48533, '3298', '67.00', '5', '15.001', '20', '01000000', '08499999', '11000000', '11999999', NULL, 1652896862),
(48534, '3220', '59.00', '1', '15.001', '20', '01000000', '08499999', '11000000', '11999999', NULL, 1652896862),
(48535, '3298', '86.00', '5', '20.001', '25', '01000000', '08499999', '11000000', '11999999', NULL, 1652896863),
(48536, '3220', '75.00', '1', '20.001', '25', '01000000', '08499999', '11000000', '11999999', NULL, 1652896863),
(48537, '3298', '105.00', '5', '25.001', '30', '01000000', '08499999', '11000000', '11999999', NULL, 1652896863),
(48538, '3220', '91.00', '1', '25.001', '30', '01000000', '08499999', '11000000', '11999999', NULL, 1652896864),
(48539, '3298', '24.00', '5', '0.3', '5', '01000000', '08499999', '12000000', '19999999', NULL, 1652896864),
(48540, '3220', '33.00', '1', '0.3', '5', '01000000', '08499999', '12000000', '19999999', NULL, 1652896864),
(48541, '3298', '30.00', '5', '5.001', '10', '01000000', '08499999', '12000000', '19999999', NULL, 1652896865),
(48542, '3220', '47.00', '1', '5.001', '10', '01000000', '08499999', '12000000', '19999999', NULL, 1652896865),
(48543, '3298', '49.00', '5', '10.001', '15', '01000000', '08499999', '12000000', '19999999', NULL, 1652896865),
(48544, '3220', '76.00', '1', '10.001', '15', '01000000', '08499999', '12000000', '19999999', NULL, 1652896866),
(48545, '3298', '67.00', '5', '15.001', '20', '01000000', '08499999', '12000000', '19999999', NULL, 1652896866),
(48546, '3220', '106.00', '1', '15.001', '20', '01000000', '08499999', '12000000', '19999999', NULL, 1652896866),
(48547, '3298', '86.00', '5', '20.001', '25', '01000000', '08499999', '12000000', '19999999', NULL, 1652896866),
(48548, '3220', '135.00', '1', '20.001', '25', '01000000', '08499999', '12000000', '19999999', NULL, 1652896867),
(48549, '3298', '105.00', '5', '25.001', '30', '01000000', '08499999', '12000000', '19999999', NULL, 1652896867),
(48550, '3220', '165.00', '1', '25.001', '30', '01000000', '08499999', '12000000', '19999999', NULL, 1652896868),
(48551, '3298', '44.00', '7', '0.3', '5', '01000000', '08499999', '26601000', '28999999', NULL, 1652896875),
(48552, '3220', '102.00', '4', '0.3', '5', '01000000', '08499999', '26601000', '28999999', NULL, 1652896875),
(48553, '3298', '74.00', '7', '5.001', '10', '01000000', '08499999', '26601000', '28999999', NULL, 1652896876),
(48554, '3220', '141.00', '4', '5.001', '10', '01000000', '08499999', '26601000', '28999999', NULL, 1652896876),
(48555, '3298', '120.00', '7', '10.001', '15', '01000000', '08499999', '26601000', '28999999', NULL, 1652896876),
(48556, '3220', '229.00', '4', '10.001', '15', '01000000', '08499999', '26601000', '28999999', NULL, 1652896877),
(48557, '3298', '166.00', '7', '15.001', '20', '01000000', '08499999', '26601000', '28999999', NULL, 1652896877),
(48558, '3220', '316.00', '4', '15.001', '20', '01000000', '08499999', '26601000', '28999999', NULL, 1652896878),
(48559, '3298', '212.00', '7', '20.001', '25', '01000000', '08499999', '26601000', '28999999', NULL, 1652896879),
(48560, '3220', '404.00', '4', '20.001', '25', '01000000', '08499999', '26601000', '28999999', NULL, 1652896879),
(48561, '3298', '258.00', '7', '25.001', '30', '01000000', '08499999', '26601000', '28999999', NULL, 1652896880),
(48562, '3220', '492.00', '4', '25.001', '30', '01000000', '08499999', '26601000', '28999999', NULL, 1652896880),
(48563, '3298', '30.00', '5', '0.3', '5', '01000000', '08499999', '29000000', '29099999', NULL, 1652896880),
(48564, '3220', '59.00', '1', '0.3', '5', '01000000', '08499999', '29000000', '29099999', NULL, 1652896881),
(48565, '3298', '44.00', '5', '5.001', '10', '01000000', '08499999', '29000000', '29099999', NULL, 1652896881),
(48566, '3220', '93.00', '1', '5.001', '10', '01000000', '08499999', '29000000', '29099999', NULL, 1652896882),
(48567, '3298', '71.00', '5', '10.001', '15', '01000000', '08499999', '29000000', '29099999', NULL, 1652896882),
(48568, '3220', '150.00', '1', '10.001', '15', '01000000', '08499999', '29000000', '29099999', NULL, 1652896882),
(48569, '3298', '99.00', '5', '15.001', '20', '01000000', '08499999', '29000000', '29099999', NULL, 1652896883),
(48570, '3220', '208.00', '1', '15.001', '20', '01000000', '08499999', '29000000', '29099999', NULL, 1652896884),
(48571, '3298', '126.00', '5', '20.001', '25', '01000000', '08499999', '29000000', '29099999', NULL, 1652896884),
(48572, '3220', '266.00', '1', '20.001', '25', '01000000', '08499999', '29000000', '29099999', NULL, 1652896884),
(48573, '3298', '153.00', '5', '25.001', '30', '01000000', '08499999', '29000000', '29099999', NULL, 1652896885),
(48574, '3220', '324.00', '1', '25.001', '30', '01000000', '08499999', '29000000', '29099999', NULL, 1652896885),
(48575, '3298', '44.00', '7', '0.3', '5', '01000000', '08499999', '29100000', '29999999', NULL, 1652896887),
(48576, '3220', '102.00', '4', '0.3', '5', '01000000', '08499999', '29100000', '29999999', NULL, 1652896888),
(48577, '3298', '74.00', '7', '5.001', '10', '01000000', '08499999', '29100000', '29999999', NULL, 1652896888),
(48578, '3220', '141.00', '4', '5.001', '10', '01000000', '08499999', '29100000', '29999999', NULL, 1652896889),
(48579, '3298', '120.00', '7', '10.001', '15', '01000000', '08499999', '29100000', '29999999', NULL, 1652896889),
(48580, '3220', '229.00', '4', '10.001', '15', '01000000', '08499999', '29100000', '29999999', NULL, 1652896889),
(48581, '3298', '166.00', '7', '15.001', '20', '01000000', '08499999', '29100000', '29999999', NULL, 1652896893),
(48582, '3220', '316.00', '4', '15.001', '20', '01000000', '08499999', '29100000', '29999999', NULL, 1652896893),
(48583, '3298', '212.00', '7', '20.001', '25', '01000000', '08499999', '29100000', '29999999', NULL, 1652896894),
(48584, '3220', '404.00', '4', '20.001', '25', '01000000', '08499999', '29100000', '29999999', NULL, 1652896894),
(48585, '3298', '258.00', '7', '25.001', '30', '01000000', '08499999', '29100000', '29999999', NULL, 1652896895),
(48586, '3220', '492.00', '4', '25.001', '30', '01000000', '08499999', '29100000', '29999999', NULL, 1652896895),
(48587, '3298', '30.00', '5', '0.3', '5', '01000000', '08499999', '30000000', '31999999', NULL, 1652896895),
(48588, '3220', '59.00', '1', '0.3', '5', '01000000', '08499999', '30000000', '31999999', NULL, 1652896896),
(48589, '3298', '44.00', '5', '5.001', '10', '01000000', '08499999', '30000000', '31999999', NULL, 1652896896),
(48590, '3220', '93.00', '1', '5.001', '10', '01000000', '08499999', '30000000', '31999999', NULL, 1652896896),
(48591, '3298', '71.00', '5', '10.001', '15', '01000000', '08499999', '30000000', '31999999', NULL, 1652896897),
(48592, '3220', '150.00', '1', '10.001', '15', '01000000', '08499999', '30000000', '31999999', NULL, 1652896897),
(48593, '3298', '99.00', '5', '15.001', '20', '01000000', '08499999', '30000000', '31999999', NULL, 1652896898),
(48594, '3220', '208.00', '1', '15.001', '20', '01000000', '08499999', '30000000', '31999999', NULL, 1652896898),
(48595, '3298', '126.00', '5', '20.001', '25', '01000000', '08499999', '30000000', '31999999', NULL, 1652896899),
(48596, '3220', '266.00', '1', '20.001', '25', '01000000', '08499999', '30000000', '31999999', NULL, 1652896899),
(48597, '3298', '153.00', '5', '25.001', '30', '01000000', '08499999', '30000000', '31999999', NULL, 1652896900),
(48598, '3220', '324.00', '1', '25.001', '30', '01000000', '08499999', '30000000', '31999999', NULL, 1652896900),
(48599, '3298', '30.00', '5', '0.3', '5', '01000000', '08499999', '30000000', '34999999', NULL, 1652896900),
(48600, '3220', '59.00', '1', '0.3', '5', '01000000', '08499999', '30000000', '34999999', NULL, 1652896901),
(48601, '3298', '44.00', '5', '5.001', '10', '01000000', '08499999', '30000000', '34999999', NULL, 1652896901),
(48602, '3220', '93.00', '1', '5.001', '10', '01000000', '08499999', '30000000', '34999999', NULL, 1652896901),
(48603, '3298', '71.00', '5', '10.001', '15', '01000000', '08499999', '30000000', '34999999', NULL, 1652896902),
(48604, '3220', '150.00', '1', '10.001', '15', '01000000', '08499999', '30000000', '34999999', NULL, 1652896902),
(48605, '3298', '99.00', '5', '15.001', '20', '01000000', '08499999', '30000000', '34999999', NULL, 1652896903),
(48606, '3220', '208.00', '1', '15.001', '20', '01000000', '08499999', '30000000', '34999999', NULL, 1652896913),
(48607, '3298', '126.00', '5', '20.001', '25', '01000000', '08499999', '30000000', '34999999', NULL, 1652896914),
(48608, '3220', '266.00', '1', '20.001', '25', '01000000', '08499999', '30000000', '34999999', NULL, 1652896914),
(48609, '3298', '153.00', '5', '25.001', '30', '01000000', '08499999', '30000000', '34999999', NULL, 1652896914),
(48610, '3220', '324.00', '1', '25.001', '30', '01000000', '08499999', '30000000', '34999999', NULL, 1652896915),
(48611, '3298', '44.00', '7', '0.3', '5', '01000000', '08499999', '35000000', '39999999', NULL, 1652896915),
(48612, '3220', '102.00', '4', '0.3', '5', '01000000', '08499999', '35000000', '39999999', NULL, 1652896915),
(48613, '3298', '74.00', '7', '5.001', '10', '01000000', '08499999', '35000000', '39999999', NULL, 1652896916),
(48614, '3220', '141.00', '4', '5.001', '10', '01000000', '08499999', '35000000', '39999999', NULL, 1652896916),
(48615, '3298', '120.00', '7', '10.001', '15', '01000000', '08499999', '35000000', '39999999', NULL, 1652896916),
(48616, '3220', '229.00', '4', '10.001', '15', '01000000', '08499999', '35000000', '39999999', NULL, 1652896916),
(48617, '3298', '166.00', '7', '15.001', '20', '01000000', '08499999', '35000000', '39999999', NULL, 1652896917),
(48618, '3220', '316.00', '4', '15.001', '20', '01000000', '08499999', '35000000', '39999999', NULL, 1652896917),
(48619, '3298', '212.00', '7', '20.001', '25', '01000000', '08499999', '35000000', '39999999', NULL, 1652896917),
(48620, '3220', '404.00', '4', '20.001', '25', '01000000', '08499999', '35000000', '39999999', NULL, 1652896918),
(48621, '3298', '258.00', '7', '25.001', '30', '01000000', '08499999', '35000000', '39999999', NULL, 1652896918),
(48622, '3220', '492.00', '4', '25.001', '30', '01000000', '08499999', '35000000', '39999999', NULL, 1652896918),
(48623, '3298', '34.00', '6', '0.3', '5', '01000000', '08499999', '40000000', '41999999', NULL, 1652896919),
(48624, '3220', '80.00', '1', '0.3', '5', '01000000', '08499999', '40000000', '41999999', NULL, 1652896919),
(48625, '3298', '50.00', '6', '5.001', '10', '01000000', '08499999', '40000000', '41999999', NULL, 1652896920),
(48626, '3220', '125.00', '1', '5.001', '10', '01000000', '08499999', '40000000', '41999999', NULL, 1652896936),
(48627, '3298', '82.00', '6', '10.001', '15', '01000000', '08499999', '40000000', '41999999', NULL, 1652896950),
(48628, '3220', '203.00', '1', '10.001', '15', '01000000', '08499999', '40000000', '41999999', NULL, 1652896950),
(48629, '3298', '113.00', '6', '15.001', '20', '01000000', '08499999', '40000000', '41999999', NULL, 1652896950),
(48630, '3220', '281.00', '1', '15.001', '20', '01000000', '08499999', '40000000', '41999999', NULL, 1652896951),
(48631, '3298', '145.00', '6', '20.001', '25', '01000000', '08499999', '40000000', '41999999', NULL, 1652896951),
(48632, '3220', '359.00', '1', '20.001', '25', '01000000', '08499999', '40000000', '41999999', NULL, 1652896951),
(48633, '3298', '176.00', '6', '25.001', '30', '01000000', '08499999', '40000000', '41999999', NULL, 1652896952),
(48634, '3220', '437.00', '1', '25.001', '30', '01000000', '08499999', '40000000', '41999999', NULL, 1652896965),
(48635, '3298', '34.00', '6', '0.3', '5', '01000000', '08499999', '40000000', '44470999', NULL, 1652896965),
(48636, '3220', '80.00', '1', '0.3', '5', '01000000', '08499999', '40000000', '44470999', NULL, 1652896965),
(48637, '3298', '50.00', '6', '5.001', '10', '01000000', '08499999', '40000000', '44470999', NULL, 1652896966),
(48638, '3220', '125.00', '1', '5.001', '10', '01000000', '08499999', '40000000', '44470999', NULL, 1652896966),
(48639, '3298', '82.00', '6', '10.001', '15', '01000000', '08499999', '40000000', '44470999', NULL, 1652896966),
(48640, '3220', '203.00', '1', '10.001', '15', '01000000', '08499999', '40000000', '44470999', NULL, 1652896967),
(48641, '3298', '113.00', '6', '15.001', '20', '01000000', '08499999', '40000000', '44470999', NULL, 1652896967),
(48642, '3220', '281.00', '1', '15.001', '20', '01000000', '08499999', '40000000', '44470999', NULL, 1652896967),
(48643, '3298', '145.00', '6', '20.001', '25', '01000000', '08499999', '40000000', '44470999', NULL, 1652896968),
(48644, '3220', '359.00', '1', '20.001', '25', '01000000', '08499999', '40000000', '44470999', NULL, 1652896968),
(48645, '3298', '176.00', '6', '25.001', '30', '01000000', '08499999', '40000000', '44470999', NULL, 1652896968),
(48646, '3220', '437.00', '1', '25.001', '30', '01000000', '08499999', '40000000', '44470999', NULL, 1652896969),
(48647, '3298', '43.00', '6', '0.3', '5', '01000000', '08499999', '44471000', '48999999', NULL, 1652896969),
(48648, '3220', '104.00', '2', '0.3', '5', '01000000', '08499999', '44471000', '48999999', NULL, 1652896969),
(48649, '3298', '71.00', '6', '5.001', '10', '01000000', '08499999', '44471000', '48999999', NULL, 1652896970),
(48650, '3220', '147.00', '2', '5.001', '10', '01000000', '08499999', '44471000', '48999999', NULL, 1652896970),
(48651, '3298', '116.00', '6', '10.001', '15', '01000000', '08499999', '44471000', '48999999', NULL, 1652896971),
(48652, '3220', '238.00', '2', '10.001', '15', '01000000', '08499999', '44471000', '48999999', NULL, 1652896971),
(48653, '3298', '160.00', '6', '15.001', '20', '01000000', '08499999', '44471000', '48999999', NULL, 1652896971),
(48654, '3220', '329.00', '2', '15.001', '20', '01000000', '08499999', '44471000', '48999999', NULL, 1652896972),
(48655, '3298', '205.00', '6', '20.001', '25', '01000000', '08499999', '44471000', '48999999', NULL, 1652896982),
(48656, '3220', '420.00', '2', '20.001', '25', '01000000', '08499999', '44471000', '48999999', NULL, 1652896983),
(48657, '3298', '249.00', '6', '25.001', '30', '01000000', '08499999', '44471000', '48999999', NULL, 1652896983),
(48658, '3220', '511.00', '2', '25.001', '30', '01000000', '08499999', '44471000', '48999999', NULL, 1652896984),
(48659, '3298', '45.00', '6', '0.3', '5', '01000000', '08499999', '49000000', '49099999', NULL, 1652896984),
(48660, '3220', '137.00', '2', '0.3', '5', '01000000', '08499999', '49000000', '49099999', NULL, 1652896984),
(48661, '3298', '71.00', '6', '5.001', '10', '01000000', '08499999', '49000000', '49099999', NULL, 1652896985),
(48662, '3220', '214.00', '2', '5.001', '10', '01000000', '08499999', '49000000', '49099999', NULL, 1652896985),
(48663, '3298', '116.00', '6', '10.001', '15', '01000000', '08499999', '49000000', '49099999', NULL, 1652896993),
(48664, '3220', '346.00', '2', '10.001', '15', '01000000', '08499999', '49000000', '49099999', NULL, 1652896993),
(48665, '3298', '160.00', '6', '15.001', '20', '01000000', '08499999', '49000000', '49099999', NULL, 1652896994),
(48666, '3220', '479.00', '2', '15.001', '20', '01000000', '08499999', '49000000', '49099999', NULL, 1652896994),
(48667, '3298', '205.00', '6', '20.001', '25', '01000000', '08499999', '49000000', '49099999', NULL, 1652896994),
(48668, '3220', '612.00', '2', '20.001', '25', '01000000', '08499999', '49000000', '49099999', NULL, 1652896995),
(48669, '3298', '249.00', '6', '25.001', '30', '01000000', '08499999', '49000000', '49099999', NULL, 1652896995),
(48670, '3220', '744.00', '2', '25.001', '30', '01000000', '08499999', '49000000', '49099999', NULL, 1652896996),
(48671, '3298', '90.00', '9', '0.3', '5', '01000000', '08499999', '49100000', '49999999', NULL, 1652896996),
(48672, '3220', '183.00', '4', '0.3', '5', '01000000', '08499999', '49100000', '49999999', NULL, 1652896996),
(48673, '3298', '133.00', '9', '5.001', '10', '01000000', '08499999', '49100000', '49999999', NULL, 1652896996),
(48674, '3220', '266.00', '4', '5.001', '10', '01000000', '08499999', '49100000', '49999999', NULL, 1652896997),
(48675, '3298', '215.00', '9', '10.001', '15', '01000000', '08499999', '49100000', '49999999', NULL, 1652896997),
(48676, '3220', '430.00', '4', '10.001', '15', '01000000', '08499999', '49100000', '49999999', NULL, 1652896997),
(48677, '3298', '298.00', '9', '15.001', '20', '01000000', '08499999', '49100000', '49999999', NULL, 1652896998),
(48678, '3220', '595.00', '4', '15.001', '20', '01000000', '08499999', '49100000', '49999999', NULL, 1652896998),
(48679, '3298', '380.00', '9', '20.001', '25', '01000000', '08499999', '49100000', '49999999', NULL, 1652896998),
(48680, '3220', '760.00', '4', '20.001', '25', '01000000', '08499999', '49100000', '49999999', NULL, 1652896999),
(48681, '3298', '463.00', '9', '25.001', '30', '01000000', '08499999', '49100000', '49999999', NULL, 1652896999),
(48682, '3220', '925.00', '4', '25.001', '30', '01000000', '08499999', '49100000', '49999999', NULL, 1652896999),
(48683, '3298', '38.00', '5', '0.3', '5', '01000000', '08499999', '50000000', '52999999', NULL, 1652897000),
(48684, '3220', '113.00', '1', '0.3', '5', '01000000', '08499999', '50000000', '52999999', NULL, 1652897000),
(48685, '3298', '58.00', '5', '5.001', '10', '01000000', '08499999', '50000000', '52999999', NULL, 1652897001),
(48686, '3220', '176.00', '1', '5.001', '10', '01000000', '08499999', '50000000', '52999999', NULL, 1652897001),
(48687, '3298', '94.00', '5', '10.001', '15', '01000000', '08499999', '50000000', '52999999', NULL, 1652897001),
(48688, '3220', '286.00', '1', '10.001', '15', '01000000', '08499999', '50000000', '52999999', NULL, 1652897001),
(48689, '3298', '130.00', '5', '15.001', '20', '01000000', '08499999', '50000000', '52999999', NULL, 1652897002),
(48690, '3220', '396.00', '1', '15.001', '20', '01000000', '08499999', '50000000', '52999999', NULL, 1652897002),
(48691, '3298', '166.00', '5', '20.001', '25', '01000000', '08499999', '50000000', '52999999', NULL, 1652897002),
(48692, '3220', '505.00', '1', '20.001', '25', '01000000', '08499999', '50000000', '52999999', NULL, 1652897003),
(48693, '3298', '202.00', '5', '25.001', '30', '01000000', '08499999', '50000000', '52999999', NULL, 1652897003),
(48694, '3220', '615.00', '1', '25.001', '30', '01000000', '08499999', '50000000', '52999999', NULL, 1652897003),
(48695, '3298', '38.00', '5', '0.3', '5', '01000000', '08499999', '50000000', '54999999', NULL, 1652897004),
(48696, '3220', '113.00', '1', '0.3', '5', '01000000', '08499999', '50000000', '54999999', NULL, 1652897004),
(48697, '3298', '58.00', '5', '5.001', '10', '01000000', '08499999', '50000000', '54999999', NULL, 1652897004),
(48698, '3220', '176.00', '1', '5.001', '10', '01000000', '08499999', '50000000', '54999999', NULL, 1652897004),
(48699, '3298', '94.00', '5', '10.001', '15', '01000000', '08499999', '50000000', '54999999', NULL, 1652897005),
(48700, '3220', '286.00', '1', '10.001', '15', '01000000', '08499999', '50000000', '54999999', NULL, 1652897005),
(48701, '3298', '130.00', '5', '15.001', '20', '01000000', '08499999', '50000000', '54999999', NULL, 1652897005),
(48702, '3220', '396.00', '1', '15.001', '20', '01000000', '08499999', '50000000', '54999999', NULL, 1652897005),
(48703, '3298', '166.00', '5', '20.001', '25', '01000000', '08499999', '50000000', '54999999', NULL, 1652897006),
(48704, '3220', '505.00', '1', '20.001', '25', '01000000', '08499999', '50000000', '54999999', NULL, 1652897007),
(48705, '3298', '202.00', '5', '25.001', '30', '01000000', '08499999', '50000000', '54999999', NULL, 1652897007),
(48706, '3220', '615.00', '1', '25.001', '30', '01000000', '08499999', '50000000', '54999999', NULL, 1652897007),
(48707, '3298', '70.00', '10', '0.3', '5', '01000000', '08499999', '55000000', '56999999', NULL, 1652897007),
(48708, '3220', '157.00', '6', '0.3', '5', '01000000', '08499999', '55000000', '56999999', NULL, 1652897008),
(48709, '3298', '106.00', '10', '5.001', '10', '01000000', '08499999', '55000000', '56999999', NULL, 1652897008),
(48710, '3220', '226.00', '6', '5.001', '10', '01000000', '08499999', '55000000', '56999999', NULL, 1652897008),
(48711, '3298', '172.00', '10', '10.001', '15', '01000000', '08499999', '55000000', '56999999', NULL, 1652897009),
(48712, '3220', '367.00', '6', '10.001', '15', '01000000', '08499999', '55000000', '56999999', NULL, 1652897009),
(48713, '3298', '239.00', '10', '15.001', '20', '01000000', '08499999', '55000000', '56999999', NULL, 1652897009),
(48714, '3220', '508.00', '6', '15.001', '20', '01000000', '08499999', '55000000', '56999999', NULL, 1652897009),
(48715, '3298', '305.00', '10', '20.001', '25', '01000000', '08499999', '55000000', '56999999', NULL, 1652897014),
(48716, '3220', '649.00', '6', '20.001', '25', '01000000', '08499999', '55000000', '56999999', NULL, 1652897014),
(48717, '3298', '371.00', '10', '25.001', '30', '01000000', '08499999', '55000000', '56999999', NULL, 1652897015),
(48718, '3220', '789.00', '6', '25.001', '30', '01000000', '08499999', '55000000', '56999999', NULL, 1652897015),
(48719, '3298', '45.00', '6', '0.3', '5', '01000000', '08499999', '57000000', '57099999', NULL, 1652897015),
(48720, '3220', '137.00', '2', '0.3', '5', '01000000', '08499999', '57000000', '57099999', NULL, 1652897016),
(48721, '3298', '71.00', '6', '5.001', '10', '01000000', '08499999', '57000000', '57099999', NULL, 1652897016),
(48722, '3220', '214.00', '2', '5.001', '10', '01000000', '08499999', '57000000', '57099999', NULL, 1652897016),
(48723, '3298', '116.00', '6', '10.001', '15', '01000000', '08499999', '57000000', '57099999', NULL, 1652897017),
(48724, '3220', '346.00', '2', '10.001', '15', '01000000', '08499999', '57000000', '57099999', NULL, 1652897017),
(48725, '3298', '160.00', '6', '15.001', '20', '01000000', '08499999', '57000000', '57099999', NULL, 1652897018),
(48726, '3220', '479.00', '2', '15.001', '20', '01000000', '08499999', '57000000', '57099999', NULL, 1652897018),
(48727, '3298', '205.00', '6', '20.001', '25', '01000000', '08499999', '57000000', '57099999', NULL, 1652897018),
(48728, '3220', '612.00', '2', '20.001', '25', '01000000', '08499999', '57000000', '57099999', NULL, 1652897019),
(48729, '3298', '249.00', '6', '25.001', '30', '01000000', '08499999', '57000000', '57099999', NULL, 1652897019),
(48730, '3220', '744.00', '2', '25.001', '30', '01000000', '08499999', '57000000', '57099999', NULL, 1652897036),
(48731, '3298', '45.00', '8', '0.3', '5', '01000000', '08499999', '57100000', '57999999', NULL, 1652897037),
(48732, '3220', '137.00', '4', '0.3', '5', '01000000', '08499999', '57100000', '57999999', NULL, 1652897037),
(48733, '3298', '71.00', '8', '5.001', '10', '01000000', '08499999', '57100000', '57999999', NULL, 1652897038),
(48734, '3220', '214.00', '4', '5.001', '10', '01000000', '08499999', '57100000', '57999999', NULL, 1652897053),
(48735, '3298', '116.00', '8', '10.001', '15', '01000000', '08499999', '57100000', '57999999', NULL, 1652897053),
(48736, '3220', '346.00', '4', '10.001', '15', '01000000', '08499999', '57100000', '57999999', NULL, 1652897053),
(48737, '3298', '160.00', '8', '15.001', '20', '01000000', '08499999', '57100000', '57999999', NULL, 1652897054),
(48738, '3220', '479.00', '4', '15.001', '20', '01000000', '08499999', '57100000', '57999999', NULL, 1652897054),
(48739, '3298', '205.00', '8', '20.001', '25', '01000000', '08499999', '57100000', '57999999', NULL, 1652897054),
(48740, '3220', '612.00', '4', '20.001', '25', '01000000', '08499999', '57100000', '57999999', NULL, 1652897055),
(48741, '3298', '249.00', '8', '25.001', '30', '01000000', '08499999', '57100000', '57999999', NULL, 1652897055),
(48742, '3220', '744.00', '4', '25.001', '30', '01000000', '08499999', '57100000', '57999999', NULL, 1652897055),
(48743, '3298', '45.00', '6', '0.3', '5', '01000000', '08499999', '58000000', '58099999', NULL, 1652897056),
(48744, '3220', '137.00', '2', '0.3', '5', '01000000', '08499999', '58000000', '58099999', NULL, 1652897056),
(48745, '3298', '71.00', '6', '5.001', '10', '01000000', '08499999', '58000000', '58099999', NULL, 1652897057),
(48746, '3220', '214.00', '2', '5.001', '10', '01000000', '08499999', '58000000', '58099999', NULL, 1652897057),
(48747, '3298', '116.00', '6', '10.001', '15', '01000000', '08499999', '58000000', '58099999', NULL, 1652897057),
(48748, '3220', '346.00', '2', '10.001', '15', '01000000', '08499999', '58000000', '58099999', NULL, 1652897058),
(48749, '3298', '160.00', '6', '15.001', '20', '01000000', '08499999', '58000000', '58099999', NULL, 1652897058),
(48750, '3220', '479.00', '2', '15.001', '20', '01000000', '08499999', '58000000', '58099999', NULL, 1652897068),
(48751, '3298', '205.00', '6', '20.001', '25', '01000000', '08499999', '58000000', '58099999', NULL, 1652897069),
(48752, '3220', '612.00', '2', '20.001', '25', '01000000', '08499999', '58000000', '58099999', NULL, 1652897069),
(48753, '3298', '249.00', '6', '25.001', '30', '01000000', '08499999', '58000000', '58099999', NULL, 1652897070),
(48754, '3220', '744.00', '2', '25.001', '30', '01000000', '08499999', '58000000', '58099999', NULL, 1652897070),
(48755, '3298', '90.00', '12', '0.3', '5', '01000000', '08499999', '58100000', '58999999', NULL, 1652897070),
(48756, '3220', '183.00', '7', '0.3', '5', '01000000', '08499999', '58100000', '58999999', NULL, 1652897079),
(48757, '3298', '133.00', '12', '5.001', '10', '01000000', '08499999', '58100000', '58999999', NULL, 1652897079),
(48758, '3220', '266.00', '7', '5.001', '10', '01000000', '08499999', '58100000', '58999999', NULL, 1652897080),
(48759, '3298', '215.00', '12', '10.001', '15', '01000000', '08499999', '58100000', '58999999', NULL, 1652897080),
(48760, '3220', '430.00', '7', '10.001', '15', '01000000', '08499999', '58100000', '58999999', NULL, 1652897080),
(48761, '3298', '298.00', '12', '15.001', '20', '01000000', '08499999', '58100000', '58999999', NULL, 1652897081),
(48762, '3220', '595.00', '7', '15.001', '20', '01000000', '08499999', '58100000', '58999999', NULL, 1652897081),
(48763, '3298', '380.00', '12', '20.001', '25', '01000000', '08499999', '58100000', '58999999', NULL, 1652897081),
(48764, '3220', '760.00', '7', '20.001', '25', '01000000', '08499999', '58100000', '58999999', NULL, 1652897081),
(48765, '3298', '463.00', '12', '25.001', '30', '01000000', '08499999', '58100000', '58999999', NULL, 1652897082),
(48766, '3220', '925.00', '7', '25.001', '30', '01000000', '08499999', '58100000', '58999999', NULL, 1652897082),
(48767, '3298', '45.00', '6', '0.3', '5', '01000000', '08499999', '59000000', '59099999', NULL, 1652897083),
(48768, '3220', '137.00', '2', '0.3', '5', '01000000', '08499999', '59000000', '59099999', NULL, 1652897083),
(48769, '3298', '71.00', '6', '5.001', '10', '01000000', '08499999', '59000000', '59099999', NULL, 1652897095),
(48770, '3220', '214.00', '2', '5.001', '10', '01000000', '08499999', '59000000', '59099999', NULL, 1652897096),
(48771, '3298', '116.00', '6', '10.001', '15', '01000000', '08499999', '59000000', '59099999', NULL, 1652897096),
(48772, '3220', '346.00', '2', '10.001', '15', '01000000', '08499999', '59000000', '59099999', NULL, 1652897096),
(48773, '3298', '160.00', '6', '15.001', '20', '01000000', '08499999', '59000000', '59099999', NULL, 1652897097),
(48774, '3220', '479.00', '2', '15.001', '20', '01000000', '08499999', '59000000', '59099999', NULL, 1652897097),
(48775, '3298', '205.00', '6', '20.001', '25', '01000000', '08499999', '59000000', '59099999', NULL, 1652897097),
(48776, '3220', '612.00', '2', '20.001', '25', '01000000', '08499999', '59000000', '59099999', NULL, 1652897098),
(48777, '3298', '249.00', '6', '25.001', '30', '01000000', '08499999', '59000000', '59099999', NULL, 1652897098),
(48778, '3220', '744.00', '2', '25.001', '30', '01000000', '08499999', '59000000', '59099999', NULL, 1652897106),
(48779, '3298', '45.00', '6', '0.3', '5', '01000000', '08499999', '59100000', '59999999', NULL, 1652897106),
(48780, '3220', '137.00', '2', '0.3', '5', '01000000', '08499999', '59100000', '59999999', NULL, 1652897106),
(48781, '3298', '71.00', '6', '5.001', '10', '01000000', '08499999', '59100000', '59999999', NULL, 1652897107),
(48782, '3220', '214.00', '2', '5.001', '10', '01000000', '08499999', '59100000', '59999999', NULL, 1652897107),
(48783, '3298', '116.00', '6', '10.001', '15', '01000000', '08499999', '59100000', '59999999', NULL, 1652897108),
(48784, '3220', '346.00', '2', '10.001', '15', '01000000', '08499999', '59100000', '59999999', NULL, 1652897108),
(48785, '3298', '160.00', '6', '15.001', '20', '01000000', '08499999', '59100000', '59999999', NULL, 1652897108),
(48786, '3220', '479.00', '2', '15.001', '20', '01000000', '08499999', '59100000', '59999999', NULL, 1652897109),
(48787, '3298', '205.00', '6', '20.001', '25', '01000000', '08499999', '59100000', '59999999', NULL, 1652897109),
(48788, '3220', '612.00', '2', '20.001', '25', '01000000', '08499999', '59100000', '59999999', NULL, 1652897109),
(48789, '3298', '249.00', '6', '25.001', '30', '01000000', '08499999', '59100000', '59999999', NULL, 1652897109),
(48790, '3220', '744.00', '2', '25.001', '30', '01000000', '08499999', '59100000', '59999999', NULL, 1652897110),
(48791, '3298', '38.00', '7', '0.3', '5', '01000000', '08499999', '60000000', '60999999', NULL, 1652897110),
(48792, '3220', '113.00', '1', '0.3', '5', '01000000', '08499999', '60000000', '60999999', NULL, 1652897110),
(48793, '3298', '58.00', '7', '5.001', '10', '01000000', '08499999', '60000000', '60999999', NULL, 1652897111),
(48794, '3220', '176.00', '1', '5.001', '10', '01000000', '08499999', '60000000', '60999999', NULL, 1652897111),
(48795, '3298', '94.00', '7', '10.001', '15', '01000000', '08499999', '60000000', '60999999', NULL, 1652897111),
(48796, '3220', '286.00', '1', '10.001', '15', '01000000', '08499999', '60000000', '60999999', NULL, 1652897112),
(48797, '3298', '130.00', '7', '15.001', '20', '01000000', '08499999', '60000000', '60999999', NULL, 1652897112),
(48798, '3220', '396.00', '1', '15.001', '20', '01000000', '08499999', '60000000', '60999999', NULL, 1652897112),
(48799, '3298', '166.00', '7', '20.001', '25', '01000000', '08499999', '60000000', '60999999', NULL, 1652897113),
(48800, '3220', '505.00', '1', '20.001', '25', '01000000', '08499999', '60000000', '60999999', NULL, 1652897113),
(48801, '3298', '202.00', '7', '25.001', '30', '01000000', '08499999', '60000000', '60999999', NULL, 1652897114),
(48802, '3220', '615.00', '1', '25.001', '30', '01000000', '08499999', '60000000', '60999999', NULL, 1652897114),
(48803, '3298', '38.00', '7', '0.3', '5', '01000000', '08499999', '60000000', '61900999', NULL, 1652897114),
(48804, '3220', '113.00', '1', '0.3', '5', '01000000', '08499999', '60000000', '61900999', NULL, 1652897115),
(48805, '3298', '58.00', '7', '5.001', '10', '01000000', '08499999', '60000000', '61900999', NULL, 1652897115),
(48806, '3220', '176.00', '1', '5.001', '10', '01000000', '08499999', '60000000', '61900999', NULL, 1652897120),
(48807, '3298', '94.00', '7', '10.001', '15', '01000000', '08499999', '60000000', '61900999', NULL, 1652897120),
(48808, '3220', '286.00', '1', '10.001', '15', '01000000', '08499999', '60000000', '61900999', NULL, 1652897121),
(48809, '3298', '130.00', '7', '15.001', '20', '01000000', '08499999', '60000000', '61900999', NULL, 1652897121),
(48810, '3220', '396.00', '1', '15.001', '20', '01000000', '08499999', '60000000', '61900999', NULL, 1652897121),
(48811, '3298', '166.00', '7', '20.001', '25', '01000000', '08499999', '60000000', '61900999', NULL, 1652897121),
(48812, '3220', '505.00', '1', '20.001', '25', '01000000', '08499999', '60000000', '61900999', NULL, 1652897122),
(48813, '3298', '202.00', '7', '25.001', '30', '01000000', '08499999', '60000000', '61900999', NULL, 1652897122),
(48814, '3220', '615.00', '1', '25.001', '30', '01000000', '08499999', '60000000', '61900999', NULL, 1652897122),
(48815, '3298', '70.00', '11', '0.3', '5', '01000000', '08499999', '61901000', '63999999', NULL, 1652897123),
(48816, '3220', '157.00', '7', '0.3', '5', '01000000', '08499999', '61901000', '63999999', NULL, 1652897123),
(48817, '3298', '106.00', '11', '5.001', '10', '01000000', '08499999', '61901000', '63999999', NULL, 1652897124),
(48818, '3220', '226.00', '7', '5.001', '10', '01000000', '08499999', '61901000', '63999999', NULL, 1652897124),
(48819, '3298', '172.00', '11', '10.001', '15', '01000000', '08499999', '61901000', '63999999', NULL, 1652897124),
(48820, '3220', '367.00', '7', '10.001', '15', '01000000', '08499999', '61901000', '63999999', NULL, 1652897125),
(48821, '3298', '239.00', '11', '15.001', '20', '01000000', '08499999', '61901000', '63999999', NULL, 1652897125),
(48822, '3220', '508.00', '7', '15.001', '20', '01000000', '08499999', '61901000', '63999999', NULL, 1652897129),
(48823, '3298', '305.00', '11', '20.001', '25', '01000000', '08499999', '61901000', '63999999', NULL, 1652897129),
(48824, '3220', '649.00', '7', '20.001', '25', '01000000', '08499999', '61901000', '63999999', NULL, 1652897130),
(48825, '3298', '371.00', '11', '25.001', '30', '01000000', '08499999', '61901000', '63999999', NULL, 1652897130),
(48826, '3220', '789.00', '7', '25.001', '30', '01000000', '08499999', '61901000', '63999999', NULL, 1652897130),
(48827, '3298', '45.00', '8', '0.3', '5', '01000000', '08499999', '64000000', '64099999', NULL, 1652897131),
(48828, '3220', '137.00', '4', '0.3', '5', '01000000', '08499999', '64000000', '64099999', NULL, 1652897132),
(48829, '3298', '71.00', '8', '5.001', '10', '01000000', '08499999', '64000000', '64099999', NULL, 1652897132),
(48830, '3220', '214.00', '4', '5.001', '10', '01000000', '08499999', '64000000', '64099999', NULL, 1652897133),
(48831, '3298', '116.00', '8', '10.001', '15', '01000000', '08499999', '64000000', '64099999', NULL, 1652897133),
(48832, '3220', '346.00', '4', '10.001', '15', '01000000', '08499999', '64000000', '64099999', NULL, 1652897133),
(48833, '3298', '160.00', '8', '15.001', '20', '01000000', '08499999', '64000000', '64099999', NULL, 1652897134),
(48834, '3220', '479.00', '4', '15.001', '20', '01000000', '08499999', '64000000', '64099999', NULL, 1652897134),
(48835, '3298', '205.00', '8', '20.001', '25', '01000000', '08499999', '64000000', '64099999', NULL, 1652897134),
(48836, '3220', '612.00', '4', '20.001', '25', '01000000', '08499999', '64000000', '64099999', NULL, 1652897134),
(48837, '3298', '249.00', '8', '25.001', '30', '01000000', '08499999', '64000000', '64099999', NULL, 1652897135),
(48838, '3220', '744.00', '4', '25.001', '30', '01000000', '08499999', '64000000', '64099999', NULL, 1652897135),
(48839, '3298', '90.00', '10', '0.3', '5', '01000000', '08499999', '64100000', '64999999', NULL, 1652897135),
(48840, '3220', '183.00', '8', '0.3', '5', '01000000', '08499999', '64100000', '64999999', NULL, 1652897135),
(48841, '3298', '133.00', '10', '5.001', '10', '01000000', '08499999', '64100000', '64999999', NULL, 1652897136),
(48842, '3220', '266.00', '8', '5.001', '10', '01000000', '08499999', '64100000', '64999999', NULL, 1652897136),
(48843, '3298', '215.00', '10', '10.001', '15', '01000000', '08499999', '64100000', '64999999', NULL, 1652897138),
(48844, '3220', '430.00', '8', '10.001', '15', '01000000', '08499999', '64100000', '64999999', NULL, 1652897138),
(48845, '3298', '298.00', '10', '15.001', '20', '01000000', '08499999', '64100000', '64999999', NULL, 1652897138),
(48846, '3220', '595.00', '8', '15.001', '20', '01000000', '08499999', '64100000', '64999999', NULL, 1652897139),
(48847, '3298', '380.00', '10', '20.001', '25', '01000000', '08499999', '64100000', '64999999', NULL, 1652897139),
(48848, '3220', '760.00', '8', '20.001', '25', '01000000', '08499999', '64100000', '64999999', NULL, 1652897140),
(48849, '3298', '463.00', '10', '25.001', '30', '01000000', '08499999', '64100000', '64999999', NULL, 1652897140),
(48850, '3220', '925.00', '8', '25.001', '30', '01000000', '08499999', '64100000', '64999999', NULL, 1652897140),
(48851, '3298', '45.00', '9', '0.3', '5', '01000000', '08499999', '65000000', '65099999', NULL, 1652897141),
(48852, '3220', '137.00', '4', '0.3', '5', '01000000', '08499999', '65000000', '65099999', NULL, 1652897141),
(48853, '3298', '71.00', '9', '5.001', '10', '01000000', '08499999', '65000000', '65099999', NULL, 1652897141),
(48854, '3220', '214.00', '4', '5.001', '10', '01000000', '08499999', '65000000', '65099999', NULL, 1652897141),
(48855, '3298', '116.00', '9', '10.001', '15', '01000000', '08499999', '65000000', '65099999', NULL, 1652897142),
(48856, '3220', '346.00', '4', '10.001', '15', '01000000', '08499999', '65000000', '65099999', NULL, 1652897142),
(48857, '3298', '160.00', '9', '15.001', '20', '01000000', '08499999', '65000000', '65099999', NULL, 1652897142),
(48858, '3220', '479.00', '4', '15.001', '20', '01000000', '08499999', '65000000', '65099999', NULL, 1652897142),
(48859, '3298', '205.00', '9', '20.001', '25', '01000000', '08499999', '65000000', '65099999', NULL, 1652897143),
(48860, '3220', '612.00', '4', '20.001', '25', '01000000', '08499999', '65000000', '65099999', NULL, 1652897143),
(48861, '3298', '249.00', '9', '25.001', '30', '01000000', '08499999', '65000000', '65099999', NULL, 1652897143),
(48862, '3220', '744.00', '4', '25.001', '30', '01000000', '08499999', '65000000', '65099999', NULL, 1652897144),
(48863, '3298', '90.00', '14', '0.3', '5', '01000000', '08499999', '65100000', '65999999', NULL, 1652897144),
(48864, '3220', '183.00', '10', '0.3', '5', '01000000', '08499999', '65100000', '65999999', NULL, 1652897144),
(48865, '3298', '133.00', '14', '5.001', '10', '01000000', '08499999', '65100000', '65999999', NULL, 1652897145),
(48866, '3220', '266.00', '10', '5.001', '10', '01000000', '08499999', '65100000', '65999999', NULL, 1652897145),
(48867, '3298', '215.00', '14', '10.001', '15', '01000000', '08499999', '65100000', '65999999', NULL, 1652897148),
(48868, '3220', '430.00', '10', '10.001', '15', '01000000', '08499999', '65100000', '65999999', NULL, 1652897148),
(48869, '3298', '298.00', '14', '15.001', '20', '01000000', '08499999', '65100000', '65999999', NULL, 1652897149),
(48870, '3220', '595.00', '10', '15.001', '20', '01000000', '08499999', '65100000', '65999999', NULL, 1652897149),
(48871, '3298', '380.00', '14', '20.001', '25', '01000000', '08499999', '65100000', '65999999', NULL, 1652897149),
(48872, '3220', '760.00', '10', '20.001', '25', '01000000', '08499999', '65100000', '65999999', NULL, 1652897149),
(48873, '3298', '463.00', '14', '25.001', '30', '01000000', '08499999', '65100000', '65999999', NULL, 1652897150),
(48874, '3220', '925.00', '10', '25.001', '30', '01000000', '08499999', '65100000', '65999999', NULL, 1652897150),
(48875, '3298', '38.00', '8', '0.3', '5', '01000000', '08499999', '66000000', '66999999', NULL, 1652897151),
(48876, '3220', '113.00', '4', '0.3', '5', '01000000', '08499999', '66000000', '66999999', NULL, 1652897151),
(48877, '3298', '58.00', '8', '5.001', '10', '01000000', '08499999', '66000000', '66999999', NULL, 1652897151),
(48878, '3220', '176.00', '4', '5.001', '10', '01000000', '08499999', '66000000', '66999999', NULL, 1652897152),
(48879, '3298', '94.00', '8', '10.001', '15', '01000000', '08499999', '66000000', '66999999', NULL, 1652897152),
(48880, '3220', '286.00', '4', '10.001', '15', '01000000', '08499999', '66000000', '66999999', NULL, 1652897152),
(48881, '3298', '130.00', '8', '15.001', '20', '01000000', '08499999', '66000000', '66999999', NULL, 1652897153),
(48882, '3220', '396.00', '4', '15.001', '20', '01000000', '08499999', '66000000', '66999999', NULL, 1652897153),
(48883, '3298', '166.00', '8', '20.001', '25', '01000000', '08499999', '66000000', '66999999', NULL, 1652897153),
(48884, '3220', '505.00', '4', '20.001', '25', '01000000', '08499999', '66000000', '66999999', NULL, 1652897154),
(48885, '3298', '202.00', '8', '25.001', '30', '01000000', '08499999', '66000000', '66999999', NULL, 1652897154),
(48886, '3220', '615.00', '4', '25.001', '30', '01000000', '08499999', '66000000', '66999999', NULL, 1652897154),
(48887, '3298', '38.00', '8', '0.3', '5', '01000000', '08499999', '66000000', '67999999', NULL, 1652897154),
(48888, '3220', '113.00', '4', '0.3', '5', '01000000', '08499999', '66000000', '67999999', NULL, 1652897155),
(48889, '3298', '58.00', '8', '5.001', '10', '01000000', '08499999', '66000000', '67999999', NULL, 1652897158),
(48890, '3220', '176.00', '4', '5.001', '10', '01000000', '08499999', '66000000', '67999999', NULL, 1652897158),
(48891, '3298', '94.00', '8', '10.001', '15', '01000000', '08499999', '66000000', '67999999', NULL, 1652897158),
(48892, '3220', '286.00', '4', '10.001', '15', '01000000', '08499999', '66000000', '67999999', NULL, 1652897158),
(48893, '3298', '130.00', '8', '15.001', '20', '01000000', '08499999', '66000000', '67999999', NULL, 1652897159),
(48894, '3220', '396.00', '4', '15.001', '20', '01000000', '08499999', '66000000', '67999999', NULL, 1652897159),
(48895, '3298', '166.00', '8', '20.001', '25', '01000000', '08499999', '66000000', '67999999', NULL, 1652897160),
(48896, '3220', '505.00', '4', '20.001', '25', '01000000', '08499999', '66000000', '67999999', NULL, 1652897160),
(48897, '3298', '202.00', '8', '25.001', '30', '01000000', '08499999', '66000000', '67999999', NULL, 1652897161),
(48898, '3220', '615.00', '4', '25.001', '30', '01000000', '08499999', '66000000', '67999999', NULL, 1652897162),
(48899, '3298', '70.00', '10', '0.3', '5', '01000000', '08499999', '68000000', '68899999', NULL, 1652897163),
(48900, '3220', '157.00', '8', '0.3', '5', '01000000', '08499999', '68000000', '68899999', NULL, 1652897163),
(48901, '3298', '106.00', '10', '5.001', '10', '01000000', '08499999', '68000000', '68899999', NULL, 1652897163),
(48902, '3220', '226.00', '8', '5.001', '10', '01000000', '08499999', '68000000', '68899999', NULL, 1652897163),
(48903, '3298', '172.00', '10', '10.001', '15', '01000000', '08499999', '68000000', '68899999', NULL, 1652897165),
(48904, '3220', '367.00', '8', '10.001', '15', '01000000', '08499999', '68000000', '68899999', NULL, 1652897165),
(48905, '3298', '239.00', '10', '15.001', '20', '01000000', '08499999', '68000000', '68899999', NULL, 1652897165),
(48906, '3220', '508.00', '8', '15.001', '20', '01000000', '08499999', '68000000', '68899999', NULL, 1652897166),
(48907, '3298', '305.00', '10', '20.001', '25', '01000000', '08499999', '68000000', '68899999', NULL, 1652897167),
(48908, '3220', '649.00', '8', '20.001', '25', '01000000', '08499999', '68000000', '68899999', NULL, 1652897167),
(48909, '3298', '371.00', '10', '25.001', '30', '01000000', '08499999', '68000000', '68899999', NULL, 1652897167),
(48910, '3220', '789.00', '8', '25.001', '30', '01000000', '08499999', '68000000', '68899999', NULL, 1652897168),
(48911, '3298', '45.00', '19', '0.3', '5', '01000000', '08499999', '68900000', '68914999', NULL, 1652897168),
(48912, '3220', '137.00', '11', '0.3', '5', '01000000', '08499999', '68900000', '68914999', NULL, 1652897168),
(48913, '3298', '71.00', '19', '5.001', '10', '01000000', '08499999', '68900000', '68914999', NULL, 1652897169),
(48914, '3220', '214.00', '11', '5.001', '10', '01000000', '08499999', '68900000', '68914999', NULL, 1652897169),
(48915, '3298', '116.00', '19', '10.001', '15', '01000000', '08499999', '68900000', '68914999', NULL, 1652897169),
(48916, '3220', '346.00', '11', '10.001', '15', '01000000', '08499999', '68900000', '68914999', NULL, 1652897170),
(48917, '3298', '160.00', '19', '15.001', '20', '01000000', '08499999', '68900000', '68914999', NULL, 1652897170),
(48918, '3220', '479.00', '11', '15.001', '20', '01000000', '08499999', '68900000', '68914999', NULL, 1652897171),
(48919, '3298', '205.00', '19', '20.001', '25', '01000000', '08499999', '68900000', '68914999', NULL, 1652897171),
(48920, '3220', '612.00', '11', '20.001', '25', '01000000', '08499999', '68900000', '68914999', NULL, 1652897171),
(48921, '3298', '249.00', '19', '25.001', '30', '01000000', '08499999', '68900000', '68914999', NULL, 1652897171),
(48922, '3220', '744.00', '11', '25.001', '30', '01000000', '08499999', '68900000', '68914999', NULL, 1652897172),
(48923, '3298', '90.00', '20', '0.3', '5', '01000000', '08499999', '68915000', '68999999', NULL, 1652897173),
(48924, '3220', '183.00', '13', '0.3', '5', '01000000', '08499999', '68915000', '68999999', NULL, 1652897174),
(48925, '3298', '133.00', '20', '5.001', '10', '01000000', '08499999', '68915000', '68999999', NULL, 1652897174),
(48926, '3220', '266.00', '13', '5.001', '10', '01000000', '08499999', '68915000', '68999999', NULL, 1652897175),
(48927, '3298', '215.00', '20', '10.001', '15', '01000000', '08499999', '68915000', '68999999', NULL, 1652897175),
(48928, '3220', '430.00', '13', '10.001', '15', '01000000', '08499999', '68915000', '68999999', NULL, 1652897176),
(48929, '3298', '298.00', '20', '15.001', '20', '01000000', '08499999', '68915000', '68999999', NULL, 1652897176),
(48930, '3220', '595.00', '13', '15.001', '20', '01000000', '08499999', '68915000', '68999999', NULL, 1652897176),
(48931, '3298', '380.00', '20', '20.001', '25', '01000000', '08499999', '68915000', '68999999', NULL, 1652897177),
(48932, '3220', '760.00', '13', '20.001', '25', '01000000', '08499999', '68915000', '68999999', NULL, 1652897178),
(48933, '3298', '463.00', '20', '25.001', '30', '01000000', '08499999', '68915000', '68999999', NULL, 1652897178),
(48934, '3220', '925.00', '13', '25.001', '30', '01000000', '08499999', '68915000', '68999999', NULL, 1652897178),
(48935, '3298', '45.00', '21', '0.3', '5', '01000000', '08499999', '69000000', '69099999', NULL, 1652897179),
(48936, '3220', '137.00', '1', '0.3', '5', '01000000', '08499999', '69000000', '69099999', NULL, 1652897179),
(48937, '3298', '71.00', '21', '5.001', '10', '01000000', '08499999', '69000000', '69099999', NULL, 1652897186),
(48938, '3220', '214.00', '1', '5.001', '10', '01000000', '08499999', '69000000', '69099999', NULL, 1652897186),
(48939, '3298', '116.00', '21', '10.001', '15', '01000000', '08499999', '69000000', '69099999', NULL, 1652897187),
(48940, '3220', '346.00', '1', '10.001', '15', '01000000', '08499999', '69000000', '69099999', NULL, 1652897187),
(48941, '3298', '160.00', '21', '15.001', '20', '01000000', '08499999', '69000000', '69099999', NULL, 1652897187),
(48942, '3220', '479.00', '1', '15.001', '20', '01000000', '08499999', '69000000', '69099999', NULL, 1652897188),
(48943, '3298', '205.00', '21', '20.001', '25', '01000000', '08499999', '69000000', '69099999', NULL, 1652897188),
(48944, '3220', '612.00', '1', '20.001', '25', '01000000', '08499999', '69000000', '69099999', NULL, 1652897188),
(48945, '3298', '249.00', '21', '25.001', '30', '01000000', '08499999', '69000000', '69099999', NULL, 1652897189),
(48946, '3220', '744.00', '1', '25.001', '30', '01000000', '08499999', '69000000', '69099999', NULL, 1652897189),
(48947, '3298', '90.00', '28', '0.3', '5', '01000000', '08499999', '69100000', '69299999', NULL, 1652897189),
(48948, '3220', '183.00', '6', '0.3', '5', '01000000', '08499999', '69100000', '69299999', NULL, 1652897190),
(48949, '3298', '133.00', '28', '5.001', '10', '01000000', '08499999', '69100000', '69299999', NULL, 1652897190),
(48950, '3220', '266.00', '6', '5.001', '10', '01000000', '08499999', '69100000', '69299999', NULL, 1652897190);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(48951, '3298', '215.00', '28', '10.001', '15', '01000000', '08499999', '69100000', '69299999', NULL, 1652897191),
(48952, '3220', '430.00', '6', '10.001', '15', '01000000', '08499999', '69100000', '69299999', NULL, 1652897191),
(48953, '3298', '298.00', '28', '15.001', '20', '01000000', '08499999', '69100000', '69299999', NULL, 1652897209),
(48954, '3220', '595.00', '6', '15.001', '20', '01000000', '08499999', '69100000', '69299999', NULL, 1652897209),
(48955, '3298', '380.00', '28', '20.001', '25', '01000000', '08499999', '69100000', '69299999', NULL, 1652897209),
(48956, '3220', '760.00', '6', '20.001', '25', '01000000', '08499999', '69100000', '69299999', NULL, 1652897210),
(48957, '3298', '463.00', '28', '25.001', '30', '01000000', '08499999', '69100000', '69299999', NULL, 1652897210),
(48958, '3220', '925.00', '6', '25.001', '30', '01000000', '08499999', '69100000', '69299999', NULL, 1652897210),
(48959, '3298', '45.00', '21', '0.3', '5', '01000000', '08499999', '69300000', '69339999', NULL, 1652897211),
(48960, '3220', '137.00', '3', '0.3', '5', '01000000', '08499999', '69300000', '69339999', NULL, 1652897211),
(48961, '3298', '71.00', '21', '5.001', '10', '01000000', '08499999', '69300000', '69339999', NULL, 1652897212),
(48962, '3220', '214.00', '3', '5.001', '10', '01000000', '08499999', '69300000', '69339999', NULL, 1652897212),
(48963, '3298', '116.00', '21', '10.001', '15', '01000000', '08499999', '69300000', '69339999', NULL, 1652897212),
(48964, '3220', '346.00', '3', '10.001', '15', '01000000', '08499999', '69300000', '69339999', NULL, 1652897213),
(48965, '3298', '160.00', '21', '15.001', '20', '01000000', '08499999', '69300000', '69339999', NULL, 1652897213),
(48966, '3220', '479.00', '3', '15.001', '20', '01000000', '08499999', '69300000', '69339999', NULL, 1652897213),
(48967, '3298', '205.00', '21', '20.001', '25', '01000000', '08499999', '69300000', '69339999', NULL, 1652897214),
(48968, '3220', '612.00', '3', '20.001', '25', '01000000', '08499999', '69300000', '69339999', NULL, 1652897214),
(48969, '3298', '249.00', '21', '25.001', '30', '01000000', '08499999', '69300000', '69339999', NULL, 1652897215),
(48970, '3220', '744.00', '3', '25.001', '30', '01000000', '08499999', '69300000', '69339999', NULL, 1652897215),
(48971, '3298', '90.00', '28', '0.3', '5', '01000000', '08499999', '69340000', '69389999', NULL, 1652897215),
(48972, '3220', '183.00', '9', '0.3', '5', '01000000', '08499999', '69340000', '69389999', NULL, 1652897216),
(48973, '3298', '133.00', '28', '5.001', '10', '01000000', '08499999', '69340000', '69389999', NULL, 1652897216),
(48974, '3220', '266.00', '9', '5.001', '10', '01000000', '08499999', '69340000', '69389999', NULL, 1652897216),
(48975, '3298', '215.00', '28', '10.001', '15', '01000000', '08499999', '69340000', '69389999', NULL, 1652897217),
(48976, '3220', '430.00', '9', '10.001', '15', '01000000', '08499999', '69340000', '69389999', NULL, 1652897217),
(48977, '3298', '298.00', '28', '15.001', '20', '01000000', '08499999', '69340000', '69389999', NULL, 1652897217),
(48978, '3220', '595.00', '9', '15.001', '20', '01000000', '08499999', '69340000', '69389999', NULL, 1652897218),
(48979, '3298', '380.00', '28', '20.001', '25', '01000000', '08499999', '69340000', '69389999', NULL, 1652897218),
(48980, '3220', '760.00', '9', '20.001', '25', '01000000', '08499999', '69340000', '69389999', NULL, 1652897218),
(48981, '3298', '463.00', '28', '25.001', '30', '01000000', '08499999', '69340000', '69389999', NULL, 1652897219),
(48982, '3220', '925.00', '9', '25.001', '30', '01000000', '08499999', '69340000', '69389999', NULL, 1652897219),
(48983, '3298', '45.00', '9', '0.3', '5', '01000000', '08499999', '69900000', '69920999', NULL, 1652897219),
(48984, '3220', '137.00', '5', '0.3', '5', '01000000', '08499999', '69900000', '69920999', NULL, 1652897220),
(48985, '3298', '71.00', '9', '5.001', '10', '01000000', '08499999', '69900000', '69920999', NULL, 1652897220),
(48986, '3220', '214.00', '5', '5.001', '10', '01000000', '08499999', '69900000', '69920999', NULL, 1652897220),
(48987, '3298', '116.00', '9', '10.001', '15', '01000000', '08499999', '69900000', '69920999', NULL, 1652897221),
(48988, '3220', '346.00', '5', '10.001', '15', '01000000', '08499999', '69900000', '69920999', NULL, 1652897221),
(48989, '3298', '160.00', '9', '15.001', '20', '01000000', '08499999', '69900000', '69920999', NULL, 1652897221),
(48990, '3220', '479.00', '5', '15.001', '20', '01000000', '08499999', '69900000', '69920999', NULL, 1652897222),
(48991, '3298', '205.00', '9', '20.001', '25', '01000000', '08499999', '69900000', '69920999', NULL, 1652897222),
(48992, '3220', '612.00', '5', '20.001', '25', '01000000', '08499999', '69900000', '69920999', NULL, 1652897222),
(48993, '3298', '249.00', '9', '25.001', '30', '01000000', '08499999', '69900000', '69920999', NULL, 1652897223),
(48994, '3220', '744.00', '5', '25.001', '30', '01000000', '08499999', '69900000', '69920999', NULL, 1652897223),
(48995, '3298', '90.00', '12', '0.3', '5', '01000000', '08499999', '69921000', '69999999', NULL, 1652897224),
(48996, '3220', '183.00', '11', '0.3', '5', '01000000', '08499999', '69921000', '69999999', NULL, 1652897224),
(48997, '3298', '133.00', '12', '5.001', '10', '01000000', '08499999', '69921000', '69999999', NULL, 1652897224),
(48998, '3220', '266.00', '11', '5.001', '10', '01000000', '08499999', '69921000', '69999999', NULL, 1652897224),
(48999, '3298', '215.00', '12', '10.001', '15', '01000000', '08499999', '69921000', '69999999', NULL, 1652897225),
(49000, '3220', '430.00', '11', '10.001', '15', '01000000', '08499999', '69921000', '69999999', NULL, 1652897225),
(49001, '3298', '298.00', '12', '15.001', '20', '01000000', '08499999', '69921000', '69999999', NULL, 1652897225),
(49002, '3220', '595.00', '11', '15.001', '20', '01000000', '08499999', '69921000', '69999999', NULL, 1652897226),
(49003, '3298', '380.00', '12', '20.001', '25', '01000000', '08499999', '69921000', '69999999', NULL, 1652897226),
(49004, '3220', '760.00', '11', '20.001', '25', '01000000', '08499999', '69921000', '69999999', NULL, 1652897227),
(49005, '3298', '463.00', '12', '25.001', '30', '01000000', '08499999', '69921000', '69999999', NULL, 1652897227),
(49006, '3220', '925.00', '11', '25.001', '30', '01000000', '08499999', '69921000', '69999999', NULL, 1652897228),
(49007, '3298', '30.00', '5', '0.3', '5', '01000000', '08499999', '71000000', '73699999', NULL, 1652897228),
(49008, '3220', '59.00', '1', '0.3', '5', '01000000', '08499999', '71000000', '73699999', NULL, 1652897228),
(49009, '3298', '44.00', '5', '5.001', '10', '01000000', '08499999', '71000000', '73699999', NULL, 1652897238),
(49010, '3220', '93.00', '1', '5.001', '10', '01000000', '08499999', '71000000', '73699999', NULL, 1652897238),
(49011, '3298', '71.00', '5', '10.001', '15', '01000000', '08499999', '71000000', '73699999', NULL, 1652897238),
(49012, '3220', '150.00', '1', '10.001', '15', '01000000', '08499999', '71000000', '73699999', NULL, 1652897238),
(49013, '3298', '99.00', '5', '15.001', '20', '01000000', '08499999', '71000000', '73699999', NULL, 1652897239),
(49014, '3220', '208.00', '1', '15.001', '20', '01000000', '08499999', '71000000', '73699999', NULL, 1652897239),
(49015, '3298', '126.00', '5', '20.001', '25', '01000000', '08499999', '71000000', '73699999', NULL, 1652897239),
(49016, '3220', '266.00', '1', '20.001', '25', '01000000', '08499999', '71000000', '73699999', NULL, 1652897240),
(49017, '3298', '153.00', '5', '25.001', '30', '01000000', '08499999', '71000000', '73699999', NULL, 1652897240),
(49018, '3220', '324.00', '1', '25.001', '30', '01000000', '08499999', '71000000', '73699999', NULL, 1652897240),
(49019, '3298', '30.00', '6', '0.3', '5', '01000000', '08499999', '72800000', '73999999', NULL, 1652897241),
(49020, '3220', '59.00', '2', '0.3', '5', '01000000', '08499999', '72800000', '73999999', NULL, 1652897241),
(49021, '3298', '44.00', '6', '5.001', '10', '01000000', '08499999', '72800000', '73999999', NULL, 1652897241),
(49022, '3220', '93.00', '2', '5.001', '10', '01000000', '08499999', '72800000', '73999999', NULL, 1652897242),
(49023, '3298', '71.00', '6', '10.001', '15', '01000000', '08499999', '72800000', '73999999', NULL, 1652897242),
(49024, '3220', '150.00', '2', '10.001', '15', '01000000', '08499999', '72800000', '73999999', NULL, 1652897242),
(49025, '3298', '99.00', '6', '15.001', '20', '01000000', '08499999', '72800000', '73999999', NULL, 1652897243),
(49026, '3220', '208.00', '2', '15.001', '20', '01000000', '08499999', '72800000', '73999999', NULL, 1652897243),
(49027, '3298', '126.00', '6', '20.001', '25', '01000000', '08499999', '72800000', '73999999', NULL, 1652897244),
(49028, '3220', '266.00', '2', '20.001', '25', '01000000', '08499999', '72800000', '73999999', NULL, 1652897244),
(49029, '3298', '153.00', '6', '25.001', '30', '01000000', '08499999', '72800000', '73999999', NULL, 1652897244),
(49030, '3220', '324.00', '2', '25.001', '30', '01000000', '08499999', '72800000', '73999999', NULL, 1652897244),
(49031, '3298', '30.00', '5', '0.3', '5', '01000000', '08499999', '74000000', '74894999', NULL, 1652897245),
(49032, '3220', '59.00', '1', '0.3', '5', '01000000', '08499999', '74000000', '74894999', NULL, 1652897245),
(49033, '3298', '44.00', '5', '5.001', '10', '01000000', '08499999', '74000000', '74894999', NULL, 1652897245),
(49034, '3220', '93.00', '1', '5.001', '10', '01000000', '08499999', '74000000', '74894999', NULL, 1652897246),
(49035, '3298', '71.00', '5', '10.001', '15', '01000000', '08499999', '74000000', '74894999', NULL, 1652897246),
(49036, '3220', '150.00', '1', '10.001', '15', '01000000', '08499999', '74000000', '74894999', NULL, 1652897246),
(49037, '3298', '99.00', '5', '15.001', '20', '01000000', '08499999', '74000000', '74894999', NULL, 1652897247),
(49038, '3220', '208.00', '1', '15.001', '20', '01000000', '08499999', '74000000', '74894999', NULL, 1652897254),
(49039, '3298', '126.00', '5', '20.001', '25', '01000000', '08499999', '74000000', '74894999', NULL, 1652897254),
(49040, '3220', '266.00', '1', '20.001', '25', '01000000', '08499999', '74000000', '74894999', NULL, 1652897254),
(49041, '3298', '153.00', '5', '25.001', '30', '01000000', '08499999', '74000000', '74894999', NULL, 1652897255),
(49042, '3220', '324.00', '1', '25.001', '30', '01000000', '08499999', '74000000', '74894999', NULL, 1652897255),
(49043, '3298', '30.00', '5', '0.3', '5', '01000000', '08499999', '74895000', '76799999', NULL, 1652897255),
(49044, '3220', '59.00', '1', '0.3', '5', '01000000', '08499999', '74895000', '76799999', NULL, 1652897256),
(49045, '3298', '44.00', '5', '5.001', '10', '01000000', '08499999', '74895000', '76799999', NULL, 1652897256),
(49046, '3220', '93.00', '1', '5.001', '10', '01000000', '08499999', '74895000', '76799999', NULL, 1652897256),
(49047, '3298', '71.00', '5', '10.001', '15', '01000000', '08499999', '74895000', '76799999', NULL, 1652897256),
(49048, '3220', '150.00', '1', '10.001', '15', '01000000', '08499999', '74895000', '76799999', NULL, 1652897257),
(49049, '3298', '99.00', '5', '15.001', '20', '01000000', '08499999', '74895000', '76799999', NULL, 1652897257),
(49050, '3220', '208.00', '1', '15.001', '20', '01000000', '08499999', '74895000', '76799999', NULL, 1652897257),
(49051, '3298', '126.00', '5', '20.001', '25', '01000000', '08499999', '74895000', '76799999', NULL, 1652897258),
(49052, '3220', '266.00', '1', '20.001', '25', '01000000', '08499999', '74895000', '76799999', NULL, 1652897258),
(49053, '3298', '153.00', '5', '25.001', '30', '01000000', '08499999', '74895000', '76799999', NULL, 1652897258),
(49054, '3220', '324.00', '1', '25.001', '30', '01000000', '08499999', '74895000', '76799999', NULL, 1652897259),
(49055, '3298', '38.00', '7', '0.3', '5', '01000000', '08499999', '77000000', '77270999', NULL, 1652897259),
(49056, '3220', '113.00', '2', '0.3', '5', '01000000', '08499999', '77000000', '77270999', NULL, 1652897259),
(49057, '3298', '58.00', '7', '5.001', '10', '01000000', '08499999', '77000000', '77270999', NULL, 1652897260),
(49058, '3220', '176.00', '2', '5.001', '10', '01000000', '08499999', '77000000', '77270999', NULL, 1652897260),
(49059, '3298', '94.00', '7', '10.001', '15', '01000000', '08499999', '77000000', '77270999', NULL, 1652897264),
(49060, '3220', '286.00', '2', '10.001', '15', '01000000', '08499999', '77000000', '77270999', NULL, 1652897265),
(49061, '3298', '130.00', '7', '15.001', '20', '01000000', '08499999', '77000000', '77270999', NULL, 1652897265),
(49062, '3220', '396.00', '2', '15.001', '20', '01000000', '08499999', '77000000', '77270999', NULL, 1652897266),
(49063, '3298', '166.00', '7', '20.001', '25', '01000000', '08499999', '77000000', '77270999', NULL, 1652897271),
(49064, '3220', '505.00', '2', '20.001', '25', '01000000', '08499999', '77000000', '77270999', NULL, 1652897271),
(49065, '3298', '202.00', '7', '25.001', '30', '01000000', '08499999', '77000000', '77270999', NULL, 1652897272),
(49066, '3220', '615.00', '2', '25.001', '30', '01000000', '08499999', '77000000', '77270999', NULL, 1652897272),
(49067, '3298', '70.00', '8', '0.3', '5', '01000000', '08499999', '77300000', '77995999', NULL, 1652897272),
(49068, '3220', '157.00', '4', '0.3', '5', '01000000', '08499999', '77300000', '77995999', NULL, 1652897273),
(49069, '3298', '106.00', '8', '5.001', '10', '01000000', '08499999', '77300000', '77995999', NULL, 1652897273),
(49070, '3220', '226.00', '4', '5.001', '10', '01000000', '08499999', '77300000', '77995999', NULL, 1652897273),
(49071, '3298', '172.00', '8', '10.001', '15', '01000000', '08499999', '77300000', '77995999', NULL, 1652897273),
(49072, '3220', '367.00', '4', '10.001', '15', '01000000', '08499999', '77300000', '77995999', NULL, 1652897274),
(49073, '3298', '239.00', '8', '15.001', '20', '01000000', '08499999', '77300000', '77995999', NULL, 1652897274),
(49074, '3220', '508.00', '4', '15.001', '20', '01000000', '08499999', '77300000', '77995999', NULL, 1652897274),
(49075, '3298', '305.00', '8', '20.001', '25', '01000000', '08499999', '77300000', '77995999', NULL, 1652897275),
(49076, '3220', '649.00', '4', '20.001', '25', '01000000', '08499999', '77300000', '77995999', NULL, 1652897275),
(49077, '3298', '371.00', '8', '25.001', '30', '01000000', '08499999', '77300000', '77995999', NULL, 1652897275),
(49078, '3220', '789.00', '4', '25.001', '30', '01000000', '08499999', '77300000', '77995999', NULL, 1652897276),
(49079, '3298', '34.00', '7', '0.3', '5', '01000000', '08499999', '78000000', '78109999', NULL, 1652897276),
(49080, '3220', '80.00', '3', '0.3', '5', '01000000', '08499999', '78000000', '78109999', NULL, 1652897276),
(49081, '3298', '50.00', '7', '5.001', '10', '01000000', '08499999', '78000000', '78109999', NULL, 1652897277),
(49082, '3220', '125.00', '3', '5.001', '10', '01000000', '08499999', '78000000', '78109999', NULL, 1652897277),
(49083, '3298', '82.00', '7', '10.001', '15', '01000000', '08499999', '78000000', '78109999', NULL, 1652897278),
(49084, '3220', '203.00', '3', '10.001', '15', '01000000', '08499999', '78000000', '78109999', NULL, 1652897278),
(49085, '3298', '113.00', '7', '15.001', '20', '01000000', '08499999', '78000000', '78109999', NULL, 1652897278),
(49086, '3220', '281.00', '3', '15.001', '20', '01000000', '08499999', '78000000', '78109999', NULL, 1652897279),
(49087, '3298', '145.00', '7', '20.001', '25', '01000000', '08499999', '78000000', '78109999', NULL, 1652897279),
(49088, '3220', '359.00', '3', '20.001', '25', '01000000', '08499999', '78000000', '78109999', NULL, 1652897280),
(49089, '3298', '176.00', '7', '25.001', '30', '01000000', '08499999', '78000000', '78109999', NULL, 1652897280),
(49090, '3220', '437.00', '3', '25.001', '30', '01000000', '08499999', '78000000', '78109999', NULL, 1652897280),
(49091, '3298', '50.00', '8', '0.3', '5', '01000000', '08499999', '78110000', '78899999', NULL, 1652897281),
(49092, '3220', '124.00', '6', '0.3', '5', '01000000', '08499999', '78110000', '78899999', NULL, 1652897281),
(49093, '3298', '83.00', '8', '5.001', '10', '01000000', '08499999', '78110000', '78899999', NULL, 1652897281),
(49094, '3220', '175.00', '6', '5.001', '10', '01000000', '08499999', '78110000', '78899999', NULL, 1652897282),
(49095, '3298', '135.00', '8', '10.001', '15', '01000000', '08499999', '78110000', '78899999', NULL, 1652897282),
(49096, '3220', '283.00', '6', '10.001', '15', '01000000', '08499999', '78110000', '78899999', NULL, 1652897282),
(49097, '3298', '186.00', '8', '15.001', '20', '01000000', '08499999', '78110000', '78899999', NULL, 1652897284),
(49098, '3220', '392.00', '6', '15.001', '20', '01000000', '08499999', '78110000', '78899999', NULL, 1652897285),
(49099, '3298', '238.00', '8', '20.001', '25', '01000000', '08499999', '78110000', '78899999', NULL, 1652897285),
(49100, '3220', '500.00', '6', '20.001', '25', '01000000', '08499999', '78110000', '78899999', NULL, 1652897285),
(49101, '3298', '290.00', '8', '25.001', '30', '01000000', '08499999', '78110000', '78899999', NULL, 1652897286),
(49102, '3220', '609.00', '6', '25.001', '30', '01000000', '08499999', '78110000', '78899999', NULL, 1652897287),
(49103, '3298', '90.00', '11', '0.3', '5', '01000000', '08499999', '78900000', '78930999', NULL, 1652897287),
(49104, '3220', '183.00', '7', '0.3', '5', '01000000', '08499999', '78900000', '78930999', NULL, 1652897287),
(49105, '3298', '133.00', '11', '5.001', '10', '01000000', '08499999', '78900000', '78930999', NULL, 1652897288),
(49106, '3220', '266.00', '7', '5.001', '10', '01000000', '08499999', '78900000', '78930999', NULL, 1652897288),
(49107, '3298', '215.00', '11', '10.001', '15', '01000000', '08499999', '78900000', '78930999', NULL, 1652897289),
(49108, '3220', '430.00', '7', '10.001', '15', '01000000', '08499999', '78900000', '78930999', NULL, 1652897289),
(49109, '3298', '298.00', '11', '15.001', '20', '01000000', '08499999', '78900000', '78930999', NULL, 1652897289),
(49110, '3220', '595.00', '7', '15.001', '20', '01000000', '08499999', '78900000', '78930999', NULL, 1652897290),
(49111, '3298', '380.00', '11', '20.001', '25', '01000000', '08499999', '78900000', '78930999', NULL, 1652897290),
(49112, '3220', '760.00', '7', '20.001', '25', '01000000', '08499999', '78900000', '78930999', NULL, 1652897290),
(49113, '3298', '463.00', '11', '25.001', '30', '01000000', '08499999', '78900000', '78930999', NULL, 1652897291),
(49114, '3220', '925.00', '7', '25.001', '30', '01000000', '08499999', '78900000', '78930999', NULL, 1652897291),
(49115, '3298', '50.00', '9', '0.3', '5', '01000000', '08499999', '78931000', '78999999', NULL, 1652897291),
(49116, '3220', '124.00', '5', '0.3', '5', '01000000', '08499999', '78931000', '78999999', NULL, 1652897292),
(49117, '3298', '83.00', '9', '5.001', '10', '01000000', '08499999', '78931000', '78999999', NULL, 1652897292),
(49118, '3220', '175.00', '5', '5.001', '10', '01000000', '08499999', '78931000', '78999999', NULL, 1652897292),
(49119, '3298', '135.00', '9', '10.001', '15', '01000000', '08499999', '78931000', '78999999', NULL, 1652897292),
(49120, '3220', '283.00', '5', '10.001', '15', '01000000', '08499999', '78931000', '78999999', NULL, 1652897293),
(49121, '3298', '186.00', '9', '15.001', '20', '01000000', '08499999', '78931000', '78999999', NULL, 1652897293),
(49122, '3220', '392.00', '5', '15.001', '20', '01000000', '08499999', '78931000', '78999999', NULL, 1652897293),
(49123, '3298', '238.00', '9', '20.001', '25', '01000000', '08499999', '78931000', '78999999', NULL, 1652897293),
(49124, '3220', '500.00', '5', '20.001', '25', '01000000', '08499999', '78931000', '78999999', NULL, 1652897294),
(49125, '3298', '290.00', '9', '25.001', '30', '01000000', '08499999', '78931000', '78999999', NULL, 1652897294),
(49126, '3220', '609.00', '5', '25.001', '30', '01000000', '08499999', '78931000', '78999999', NULL, 1652897295),
(49127, '3298', '30.00', '5', '0.3', '5', '01000000', '08499999', '79000000', '79129999', NULL, 1652897295),
(49128, '3220', '59.00', '1', '0.3', '5', '01000000', '08499999', '79000000', '79129999', NULL, 1652897295),
(49129, '3298', '44.00', '5', '5.001', '10', '01000000', '08499999', '79000000', '79129999', NULL, 1652897296),
(49130, '3220', '93.00', '1', '5.001', '10', '01000000', '08499999', '79000000', '79129999', NULL, 1652897296),
(49131, '3298', '71.00', '5', '10.001', '15', '01000000', '08499999', '79000000', '79129999', NULL, 1652897296),
(49132, '3220', '150.00', '1', '10.001', '15', '01000000', '08499999', '79000000', '79129999', NULL, 1652897296),
(49133, '3298', '99.00', '5', '15.001', '20', '01000000', '08499999', '79000000', '79129999', NULL, 1652897297),
(49134, '3220', '208.00', '1', '15.001', '20', '01000000', '08499999', '79000000', '79129999', NULL, 1652897297),
(49135, '3298', '126.00', '5', '20.001', '25', '01000000', '08499999', '79000000', '79129999', NULL, 1652897298),
(49136, '3220', '266.00', '1', '20.001', '25', '01000000', '08499999', '79000000', '79129999', NULL, 1652897298),
(49137, '3298', '153.00', '5', '25.001', '30', '01000000', '08499999', '79000000', '79129999', NULL, 1652897298),
(49138, '3220', '324.00', '1', '25.001', '30', '01000000', '08499999', '79000000', '79129999', NULL, 1652897299),
(49139, '3298', '44.00', '8', '0.3', '5', '01000000', '08499999', '79130000', '79999999', NULL, 1652897299),
(49140, '3220', '102.00', '5', '0.3', '5', '01000000', '08499999', '79130000', '79999999', NULL, 1652897299),
(49141, '3298', '74.00', '8', '5.001', '10', '01000000', '08499999', '79130000', '79999999', NULL, 1652897301),
(49142, '3220', '141.00', '5', '5.001', '10', '01000000', '08499999', '79130000', '79999999', NULL, 1652897301),
(49143, '3298', '120.00', '8', '10.001', '15', '01000000', '08499999', '79130000', '79999999', NULL, 1652897301),
(49144, '3220', '229.00', '5', '10.001', '15', '01000000', '08499999', '79130000', '79999999', NULL, 1652897302),
(49145, '3298', '166.00', '8', '15.001', '20', '01000000', '08499999', '79130000', '79999999', NULL, 1652897302),
(49146, '3220', '316.00', '5', '15.001', '20', '01000000', '08499999', '79130000', '79999999', NULL, 1652897302),
(49147, '3298', '212.00', '8', '20.001', '25', '01000000', '08499999', '79130000', '79999999', NULL, 1652897303),
(49148, '3220', '404.00', '5', '20.001', '25', '01000000', '08499999', '79130000', '79999999', NULL, 1652897303),
(49149, '3298', '258.00', '8', '25.001', '30', '01000000', '08499999', '79130000', '79999999', NULL, 1652897303),
(49150, '3220', '492.00', '5', '25.001', '30', '01000000', '08499999', '79130000', '79999999', NULL, 1652897304),
(49151, '3298', '30.00', '5', '0.3', '5', '01000000', '08499999', '80000000', '82999999', NULL, 1652897304),
(49152, '3220', '59.00', '1', '0.3', '5', '01000000', '08499999', '80000000', '82999999', NULL, 1652897304),
(49153, '3298', '44.00', '5', '5.001', '10', '01000000', '08499999', '80000000', '82999999', NULL, 1652897305),
(49154, '3220', '93.00', '1', '5.001', '10', '01000000', '08499999', '80000000', '82999999', NULL, 1652897305),
(49155, '3298', '71.00', '5', '10.001', '15', '01000000', '08499999', '80000000', '82999999', NULL, 1652897305),
(49156, '3220', '150.00', '1', '10.001', '15', '01000000', '08499999', '80000000', '82999999', NULL, 1652897305),
(49157, '3298', '99.00', '5', '15.001', '20', '01000000', '08499999', '80000000', '82999999', NULL, 1652897306),
(49158, '3220', '208.00', '1', '15.001', '20', '01000000', '08499999', '80000000', '82999999', NULL, 1652897306),
(49159, '3298', '126.00', '5', '20.001', '25', '01000000', '08499999', '80000000', '82999999', NULL, 1652897307),
(49160, '3220', '266.00', '1', '20.001', '25', '01000000', '08499999', '80000000', '82999999', NULL, 1652897307),
(49161, '3298', '153.00', '5', '25.001', '30', '01000000', '08499999', '80000000', '82999999', NULL, 1652897307),
(49162, '3220', '324.00', '1', '25.001', '30', '01000000', '08499999', '80000000', '82999999', NULL, 1652897308),
(49163, '3298', '30.00', '5', '0.3', '5', '01000000', '08499999', '80000000', '83800999', NULL, 1652897308),
(49164, '3220', '59.00', '1', '0.3', '5', '01000000', '08499999', '80000000', '83800999', NULL, 1652897308),
(49165, '3298', '44.00', '5', '5.001', '10', '01000000', '08499999', '80000000', '83800999', NULL, 1652897309),
(49166, '3220', '93.00', '1', '5.001', '10', '01000000', '08499999', '80000000', '83800999', NULL, 1652897309),
(49167, '3298', '71.00', '5', '10.001', '15', '01000000', '08499999', '80000000', '83800999', NULL, 1652897309),
(49168, '3220', '150.00', '1', '10.001', '15', '01000000', '08499999', '80000000', '83800999', NULL, 1652897310),
(49169, '3298', '99.00', '5', '15.001', '20', '01000000', '08499999', '80000000', '83800999', NULL, 1652897310),
(49170, '3220', '208.00', '1', '15.001', '20', '01000000', '08499999', '80000000', '83800999', NULL, 1652897310),
(49171, '3298', '126.00', '5', '20.001', '25', '01000000', '08499999', '80000000', '83800999', NULL, 1652897311),
(49172, '3220', '266.00', '1', '20.001', '25', '01000000', '08499999', '80000000', '83800999', NULL, 1652897311),
(49173, '3298', '153.00', '5', '25.001', '30', '01000000', '08499999', '80000000', '83800999', NULL, 1652897311),
(49174, '3220', '324.00', '1', '25.001', '30', '01000000', '08499999', '80000000', '83800999', NULL, 1652897312),
(49175, '3298', '44.00', '7', '0.3', '5', '01000000', '08499999', '83801000', '87999999', NULL, 1652897312),
(49176, '3220', '102.00', '4', '0.3', '5', '01000000', '08499999', '83801000', '87999999', NULL, 1652897312),
(49177, '3298', '74.00', '7', '5.001', '10', '01000000', '08499999', '83801000', '87999999', NULL, 1652897312),
(49178, '3220', '141.00', '4', '5.001', '10', '01000000', '08499999', '83801000', '87999999', NULL, 1652897313),
(49179, '3298', '120.00', '7', '10.001', '15', '01000000', '08499999', '83801000', '87999999', NULL, 1652897313),
(49180, '3220', '229.00', '4', '10.001', '15', '01000000', '08499999', '83801000', '87999999', NULL, 1652897314),
(49181, '3298', '166.00', '7', '15.001', '20', '01000000', '08499999', '83801000', '87999999', NULL, 1652897314),
(49182, '3220', '316.00', '4', '15.001', '20', '01000000', '08499999', '83801000', '87999999', NULL, 1652897315),
(49183, '3298', '212.00', '7', '20.001', '25', '01000000', '08499999', '83801000', '87999999', NULL, 1652897315),
(49184, '3220', '404.00', '4', '20.001', '25', '01000000', '08499999', '83801000', '87999999', NULL, 1652897315),
(49185, '3298', '258.00', '7', '25.001', '30', '01000000', '08499999', '83801000', '87999999', NULL, 1652897316),
(49186, '3220', '492.00', '4', '25.001', '30', '01000000', '08499999', '83801000', '87999999', NULL, 1652897316),
(49187, '3298', '30.00', '5', '0.3', '5', '01000000', '08499999', '88000000', '82999999', NULL, 1652897317),
(49188, '3220', '59.00', '1', '0.3', '5', '01000000', '08499999', '88000000', '82999999', NULL, 1652897317),
(49189, '3298', '44.00', '5', '5.001', '10', '01000000', '08499999', '88000000', '82999999', NULL, 1652897317),
(49190, '3220', '93.00', '1', '5.001', '10', '01000000', '08499999', '88000000', '82999999', NULL, 1652897317),
(49191, '3298', '71.00', '5', '10.001', '15', '01000000', '08499999', '88000000', '82999999', NULL, 1652897318),
(49192, '3220', '150.00', '1', '10.001', '15', '01000000', '08499999', '88000000', '82999999', NULL, 1652897318),
(49193, '3298', '99.00', '5', '15.001', '20', '01000000', '08499999', '88000000', '82999999', NULL, 1652897319),
(49194, '3220', '208.00', '1', '15.001', '20', '01000000', '08499999', '88000000', '82999999', NULL, 1652897321),
(49195, '3298', '126.00', '5', '20.001', '25', '01000000', '08499999', '88000000', '82999999', NULL, 1652897322),
(49196, '3220', '266.00', '1', '20.001', '25', '01000000', '08499999', '88000000', '82999999', NULL, 1652897322),
(49197, '3298', '153.00', '5', '25.001', '30', '01000000', '08499999', '88000000', '82999999', NULL, 1652897323),
(49198, '3220', '324.00', '1', '25.001', '30', '01000000', '08499999', '88000000', '82999999', NULL, 1652897323),
(49199, '3298', '30.00', '5', '0.3', '5', '01000000', '08499999', '88000000', '88469999', NULL, 1652897323),
(49200, '3220', '59.00', '1', '0.3', '5', '01000000', '08499999', '88000000', '88469999', NULL, 1652897323),
(49201, '3298', '44.00', '5', '5.001', '10', '01000000', '08499999', '88000000', '88469999', NULL, 1652897324),
(49202, '3220', '93.00', '1', '5.001', '10', '01000000', '08499999', '88000000', '88469999', NULL, 1652897324),
(49203, '3298', '71.00', '5', '10.001', '15', '01000000', '08499999', '88000000', '88469999', NULL, 1652897324),
(49204, '3220', '150.00', '1', '10.001', '15', '01000000', '08499999', '88000000', '88469999', NULL, 1652897325),
(49205, '3298', '99.00', '5', '15.001', '20', '01000000', '08499999', '88000000', '88469999', NULL, 1652897325),
(49206, '3220', '208.00', '1', '15.001', '20', '01000000', '08499999', '88000000', '88469999', NULL, 1652897325),
(49207, '3298', '126.00', '5', '20.001', '25', '01000000', '08499999', '88000000', '88469999', NULL, 1652897325),
(49208, '3220', '266.00', '1', '20.001', '25', '01000000', '08499999', '88000000', '88469999', NULL, 1652897326),
(49209, '3298', '153.00', '5', '25.001', '30', '01000000', '08499999', '88000000', '88469999', NULL, 1652897329),
(49210, '3220', '324.00', '1', '25.001', '30', '01000000', '08499999', '88000000', '88469999', NULL, 1652897329),
(49211, '3298', '38.00', '6', '0.3', '5', '01000000', '08499999', '88470000', '89999999', NULL, 1652897329),
(49212, '3220', '85.00', '2', '0.3', '5', '01000000', '08499999', '88470000', '89999999', NULL, 1652897330),
(49213, '3298', '63.00', '6', '5.001', '10', '01000000', '08499999', '88470000', '89999999', NULL, 1652897330),
(49214, '3220', '118.00', '2', '5.001', '10', '01000000', '08499999', '88470000', '89999999', NULL, 1652897331),
(49215, '3298', '103.00', '6', '10.001', '15', '01000000', '08499999', '88470000', '89999999', NULL, 1652897331),
(49216, '3220', '192.00', '2', '10.001', '15', '01000000', '08499999', '88470000', '89999999', NULL, 1652897331),
(49217, '3298', '142.00', '6', '15.001', '20', '01000000', '08499999', '88470000', '89999999', NULL, 1652897332),
(49218, '3220', '266.00', '2', '15.001', '20', '01000000', '08499999', '88470000', '89999999', NULL, 1652897332),
(49219, '3298', '182.00', '6', '20.001', '25', '01000000', '08499999', '88470000', '89999999', NULL, 1652897332),
(49220, '3220', '339.00', '2', '20.001', '25', '01000000', '08499999', '88470000', '89999999', NULL, 1652897332),
(49221, '3298', '221.00', '6', '25.001', '30', '01000000', '08499999', '88470000', '89999999', NULL, 1652897333),
(49222, '3220', '413.00', '2', '25.001', '30', '01000000', '08499999', '88470000', '89999999', NULL, 1652897333),
(49223, '3298', '30.00', '5', '0.3', '5', '01000000', '08499999', '90000000', '91999999', NULL, 1652897333),
(49224, '3220', '59.00', '1', '0.3', '5', '01000000', '08499999', '90000000', '91999999', NULL, 1652897333),
(49225, '3298', '44.00', '5', '5.001', '10', '01000000', '08499999', '90000000', '91999999', NULL, 1652897334),
(49226, '3220', '93.00', '1', '5.001', '10', '01000000', '08499999', '90000000', '91999999', NULL, 1652897334),
(49227, '3298', '71.00', '5', '10.001', '15', '01000000', '08499999', '90000000', '91999999', NULL, 1652897334),
(49228, '3220', '150.00', '1', '10.001', '15', '01000000', '08499999', '90000000', '91999999', NULL, 1652897334),
(49229, '3298', '99.00', '5', '15.001', '20', '01000000', '08499999', '90000000', '91999999', NULL, 1652897335),
(49230, '3220', '208.00', '1', '15.001', '20', '01000000', '08499999', '90000000', '91999999', NULL, 1652897335),
(49231, '3298', '126.00', '5', '20.001', '25', '01000000', '08499999', '90000000', '91999999', NULL, 1652897336),
(49232, '3220', '266.00', '1', '20.001', '25', '01000000', '08499999', '90000000', '91999999', NULL, 1652897336),
(49233, '3298', '153.00', '5', '25.001', '30', '01000000', '08499999', '90000000', '91999999', NULL, 1652897337),
(49234, '3220', '324.00', '1', '25.001', '30', '01000000', '08499999', '90000000', '91999999', NULL, 1652897337),
(49235, '3298', '30.00', '6', '0.3', '5', '01000000', '08499999', '90000000', '94900999', NULL, 1652897337),
(49236, '3220', '59.00', '2', '0.3', '5', '01000000', '08499999', '90000000', '94900999', NULL, 1652897337),
(49237, '3298', '44.00', '6', '5.001', '10', '01000000', '08499999', '90000000', '94900999', NULL, 1652897338),
(49238, '3220', '93.00', '2', '5.001', '10', '01000000', '08499999', '90000000', '94900999', NULL, 1652897338),
(49239, '3298', '71.00', '6', '10.001', '15', '01000000', '08499999', '90000000', '94900999', NULL, 1652897339),
(49240, '3220', '150.00', '2', '10.001', '15', '01000000', '08499999', '90000000', '94900999', NULL, 1652897339),
(49241, '3298', '99.00', '6', '15.001', '20', '01000000', '08499999', '90000000', '94900999', NULL, 1652897340),
(49242, '3220', '208.00', '2', '15.001', '20', '01000000', '08499999', '90000000', '94900999', NULL, 1652897340),
(49243, '3298', '126.00', '6', '20.001', '25', '01000000', '08499999', '90000000', '94900999', NULL, 1652897342),
(49244, '3220', '266.00', '2', '20.001', '25', '01000000', '08499999', '90000000', '94900999', NULL, 1652897342),
(49245, '3298', '153.00', '6', '25.001', '30', '01000000', '08499999', '90000000', '94900999', NULL, 1652897343),
(49246, '3220', '324.00', '2', '25.001', '30', '01000000', '08499999', '90000000', '94900999', NULL, 1652897343),
(49247, '3298', '44.00', '10', '0.3', '5', '01000000', '08499999', '94901000', '99999999', NULL, 1652897343),
(49248, '3220', '102.00', '6', '0.3', '5', '01000000', '08499999', '94901000', '99999999', NULL, 1652897344),
(49249, '3298', '74.00', '10', '5.001', '10', '01000000', '08499999', '94901000', '99999999', NULL, 1652897344),
(49250, '3220', '141.00', '6', '5.001', '10', '01000000', '08499999', '94901000', '99999999', NULL, 1652897344),
(49251, '3298', '120.00', '10', '10.001', '15', '01000000', '08499999', '94901000', '99999999', NULL, 1652897345),
(49252, '3220', '229.00', '6', '10.001', '15', '01000000', '08499999', '94901000', '99999999', NULL, 1652897346),
(49253, '3298', '166.00', '10', '15.001', '20', '01000000', '08499999', '94901000', '99999999', NULL, 1652897347),
(49254, '3220', '316.00', '6', '15.001', '20', '01000000', '08499999', '94901000', '99999999', NULL, 1652897348),
(49255, '3298', '212.00', '10', '20.001', '25', '01000000', '08499999', '94901000', '99999999', NULL, 1652897349),
(49256, '3220', '404.00', '6', '20.001', '25', '01000000', '08499999', '94901000', '99999999', NULL, 1652897349),
(49257, '3298', '258.00', '10', '25.001', '30', '01000000', '08499999', '94901000', '99999999', NULL, 1652897349),
(49258, '3220', '492.00', '6', '25.001', '30', '01000000', '08499999', '94901000', '99999999', NULL, 1652897350),
(49259, '3298', '24.00', '5', '0.3', '5', '06000000', '09999999', '01000000', '08499999', NULL, 1652897350),
(49260, '3220', '20.00', '1', '0.3', '5', '06000000', '09999999', '01000000', '08499999', NULL, 1652897350),
(49261, '3298', '30.00', '5', '5.001', '10', '06000000', '09999999', '01000000', '08499999', NULL, 1652897351),
(49262, '3220', '26.00', '1', '5.001', '10', '06000000', '09999999', '01000000', '08499999', NULL, 1652897351),
(49263, '3298', '49.00', '5', '10.001', '15', '06000000', '09999999', '01000000', '08499999', NULL, 1652897352),
(49264, '3220', '42.00', '1', '10.001', '15', '06000000', '09999999', '01000000', '08499999', NULL, 1652897352),
(49265, '3298', '67.00', '5', '15.001', '20', '06000000', '09999999', '01000000', '08499999', NULL, 1652897352),
(49266, '3220', '59.00', '1', '15.001', '20', '06000000', '09999999', '01000000', '08499999', NULL, 1652897353),
(49267, '3298', '86.00', '5', '20.001', '25', '06000000', '09999999', '01000000', '08499999', NULL, 1652897354),
(49268, '3220', '75.00', '1', '20.001', '25', '06000000', '09999999', '01000000', '08499999', NULL, 1652897355),
(49269, '3298', '105.00', '5', '25.001', '30', '06000000', '09999999', '01000000', '08499999', NULL, 1652897355),
(49270, '3220', '91.00', '1', '25.001', '30', '06000000', '09999999', '01000000', '08499999', NULL, 1652897355),
(49271, '3298', '24.00', '5', '0.3', '5', '06000000', '09999999', '06000000', '09999999', NULL, 1652897356),
(49272, '3220', '20.00', '1', '0.3', '5', '06000000', '09999999', '06000000', '09999999', NULL, 1652897356),
(49273, '3298', '30.00', '5', '5.001', '10', '06000000', '09999999', '06000000', '09999999', NULL, 1652897357),
(49274, '3220', '26.00', '1', '5.001', '10', '06000000', '09999999', '06000000', '09999999', NULL, 1652897357),
(49275, '3298', '49.00', '5', '10.001', '15', '06000000', '09999999', '06000000', '09999999', NULL, 1652897357),
(49276, '3220', '42.00', '1', '10.001', '15', '06000000', '09999999', '06000000', '09999999', NULL, 1652897358),
(49277, '3298', '67.00', '5', '15.001', '20', '06000000', '09999999', '06000000', '09999999', NULL, 1652897358),
(49278, '3220', '59.00', '1', '15.001', '20', '06000000', '09999999', '06000000', '09999999', NULL, 1652897358),
(49279, '3298', '86.00', '5', '20.001', '25', '06000000', '09999999', '06000000', '09999999', NULL, 1652897359),
(49280, '3220', '75.00', '1', '20.001', '25', '06000000', '09999999', '06000000', '09999999', NULL, 1652897359),
(49281, '3298', '105.00', '5', '25.001', '30', '06000000', '09999999', '06000000', '09999999', NULL, 1652897360),
(49282, '3220', '91.00', '1', '25.001', '30', '06000000', '09999999', '06000000', '09999999', NULL, 1652897360),
(49283, '3298', '24.00', '5', '0.3', '5', '06000000', '09999999', '11000000', '11999999', NULL, 1652897360),
(49284, '3220', '20.00', '1', '0.3', '5', '06000000', '09999999', '11000000', '11999999', NULL, 1652897361),
(49285, '3298', '30.00', '5', '5.001', '10', '06000000', '09999999', '11000000', '11999999', NULL, 1652897361),
(49286, '3220', '26.00', '1', '5.001', '10', '06000000', '09999999', '11000000', '11999999', NULL, 1652897362),
(49287, '3298', '49.00', '5', '10.001', '15', '06000000', '09999999', '11000000', '11999999', NULL, 1652897363),
(49288, '3220', '42.00', '1', '10.001', '15', '06000000', '09999999', '11000000', '11999999', NULL, 1652897363),
(49289, '3298', '67.00', '5', '15.001', '20', '06000000', '09999999', '11000000', '11999999', NULL, 1652897364),
(49290, '3220', '59.00', '1', '15.001', '20', '06000000', '09999999', '11000000', '11999999', NULL, 1652897364),
(49291, '3298', '86.00', '5', '20.001', '25', '06000000', '09999999', '11000000', '11999999', NULL, 1652897364),
(49292, '3220', '75.00', '1', '20.001', '25', '06000000', '09999999', '11000000', '11999999', NULL, 1652897365),
(49293, '3298', '105.00', '5', '25.001', '30', '06000000', '09999999', '11000000', '11999999', NULL, 1652897365),
(49294, '3220', '91.00', '1', '25.001', '30', '06000000', '09999999', '11000000', '11999999', NULL, 1652897365),
(49295, '3298', '24.00', '5', '0.3', '5', '06000000', '09999999', '12000000', '19999999', NULL, 1652897366),
(49296, '3220', '33.00', '1', '0.3', '5', '06000000', '09999999', '12000000', '19999999', NULL, 1652897366),
(49297, '3298', '30.00', '5', '5.001', '10', '06000000', '09999999', '12000000', '19999999', NULL, 1652897367),
(49298, '3220', '47.00', '1', '5.001', '10', '06000000', '09999999', '12000000', '19999999', NULL, 1652897367),
(49299, '3298', '49.00', '5', '10.001', '15', '06000000', '09999999', '12000000', '19999999', NULL, 1652897373),
(49300, '3220', '76.00', '1', '10.001', '15', '06000000', '09999999', '12000000', '19999999', NULL, 1652897373),
(49301, '3298', '67.00', '5', '15.001', '20', '06000000', '09999999', '12000000', '19999999', NULL, 1652897374),
(49302, '3220', '106.00', '1', '15.001', '20', '06000000', '09999999', '12000000', '19999999', NULL, 1652897374),
(49303, '3298', '86.00', '5', '20.001', '25', '06000000', '09999999', '12000000', '19999999', NULL, 1652897374),
(49304, '3220', '135.00', '1', '20.001', '25', '06000000', '09999999', '12000000', '19999999', NULL, 1652897375),
(49305, '3298', '105.00', '5', '25.001', '30', '06000000', '09999999', '12000000', '19999999', NULL, 1652897375),
(49306, '3220', '165.00', '1', '25.001', '30', '06000000', '09999999', '12000000', '19999999', NULL, 1652897375),
(49307, '3298', '44.00', '7', '0.3', '5', '06000000', '09999999', '26601000', '28999999', NULL, 1652897395),
(49308, '3220', '102.00', '4', '0.3', '5', '06000000', '09999999', '26601000', '28999999', NULL, 1652897395),
(49309, '3298', '74.00', '7', '5.001', '10', '06000000', '09999999', '26601000', '28999999', NULL, 1652897396),
(49310, '3220', '141.00', '4', '5.001', '10', '06000000', '09999999', '26601000', '28999999', NULL, 1652897396),
(49311, '3298', '120.00', '7', '10.001', '15', '06000000', '09999999', '26601000', '28999999', NULL, 1652897397),
(49312, '3220', '229.00', '4', '10.001', '15', '06000000', '09999999', '26601000', '28999999', NULL, 1652897397),
(49313, '3298', '166.00', '7', '15.001', '20', '06000000', '09999999', '26601000', '28999999', NULL, 1652897404),
(49314, '3220', '316.00', '4', '15.001', '20', '06000000', '09999999', '26601000', '28999999', NULL, 1652897404),
(49315, '3298', '212.00', '7', '20.001', '25', '06000000', '09999999', '26601000', '28999999', NULL, 1652897405),
(49316, '3220', '404.00', '4', '20.001', '25', '06000000', '09999999', '26601000', '28999999', NULL, 1652897405),
(49317, '3298', '258.00', '7', '25.001', '30', '06000000', '09999999', '26601000', '28999999', NULL, 1652897405),
(49318, '3220', '492.00', '4', '25.001', '30', '06000000', '09999999', '26601000', '28999999', NULL, 1652897405),
(49319, '3298', '30.00', '6', '0.3', '5', '06000000', '09999999', '29000000', '29099999', NULL, 1652897406),
(49320, '3220', '59.00', '2', '0.3', '5', '06000000', '09999999', '29000000', '29099999', NULL, 1652897406),
(49321, '3298', '44.00', '6', '5.001', '10', '06000000', '09999999', '29000000', '29099999', NULL, 1652897406),
(49322, '3220', '93.00', '2', '5.001', '10', '06000000', '09999999', '29000000', '29099999', NULL, 1652897406),
(49323, '3298', '71.00', '6', '10.001', '15', '06000000', '09999999', '29000000', '29099999', NULL, 1652897407),
(49324, '3220', '150.00', '2', '10.001', '15', '06000000', '09999999', '29000000', '29099999', NULL, 1652897407),
(49325, '3298', '99.00', '6', '15.001', '20', '06000000', '09999999', '29000000', '29099999', NULL, 1652897407),
(49326, '3220', '208.00', '2', '15.001', '20', '06000000', '09999999', '29000000', '29099999', NULL, 1652897408),
(49327, '3298', '126.00', '6', '20.001', '25', '06000000', '09999999', '29000000', '29099999', NULL, 1652897408),
(49328, '3220', '266.00', '2', '20.001', '25', '06000000', '09999999', '29000000', '29099999', NULL, 1652897408),
(49329, '3298', '153.00', '6', '25.001', '30', '06000000', '09999999', '29000000', '29099999', NULL, 1652897409),
(49330, '3220', '324.00', '2', '25.001', '30', '06000000', '09999999', '29000000', '29099999', NULL, 1652897409),
(49331, '3298', '44.00', '7', '0.3', '5', '06000000', '09999999', '29100000', '29999999', NULL, 1652897409),
(49332, '3220', '102.00', '4', '0.3', '5', '06000000', '09999999', '29100000', '29999999', NULL, 1652897410),
(49333, '3298', '74.00', '7', '5.001', '10', '06000000', '09999999', '29100000', '29999999', NULL, 1652897410),
(49334, '3220', '141.00', '4', '5.001', '10', '06000000', '09999999', '29100000', '29999999', NULL, 1652897411),
(49335, '3298', '120.00', '7', '10.001', '15', '06000000', '09999999', '29100000', '29999999', NULL, 1652897411),
(49336, '3220', '229.00', '4', '10.001', '15', '06000000', '09999999', '29100000', '29999999', NULL, 1652897411),
(49337, '3298', '166.00', '7', '15.001', '20', '06000000', '09999999', '29100000', '29999999', NULL, 1652897412),
(49338, '3220', '316.00', '4', '15.001', '20', '06000000', '09999999', '29100000', '29999999', NULL, 1652897412),
(49339, '3298', '212.00', '7', '20.001', '25', '06000000', '09999999', '29100000', '29999999', NULL, 1652897412),
(49340, '3220', '404.00', '4', '20.001', '25', '06000000', '09999999', '29100000', '29999999', NULL, 1652897413),
(49341, '3298', '258.00', '7', '25.001', '30', '06000000', '09999999', '29100000', '29999999', NULL, 1652897413),
(49342, '3220', '492.00', '4', '25.001', '30', '06000000', '09999999', '29100000', '29999999', NULL, 1652897414),
(49343, '3298', '30.00', '5', '0.3', '5', '06000000', '09999999', '30000000', '31999999', NULL, 1652897414),
(49344, '3220', '59.00', '1', '0.3', '5', '06000000', '09999999', '30000000', '31999999', NULL, 1652897414),
(49345, '3298', '44.00', '5', '5.001', '10', '06000000', '09999999', '30000000', '31999999', NULL, 1652897415),
(49346, '3220', '93.00', '1', '5.001', '10', '06000000', '09999999', '30000000', '31999999', NULL, 1652897415),
(49347, '3298', '71.00', '5', '10.001', '15', '06000000', '09999999', '30000000', '31999999', NULL, 1652897415),
(49348, '3220', '150.00', '1', '10.001', '15', '06000000', '09999999', '30000000', '31999999', NULL, 1652897415),
(49349, '3298', '99.00', '5', '15.001', '20', '06000000', '09999999', '30000000', '31999999', NULL, 1652897416),
(49350, '3220', '208.00', '1', '15.001', '20', '06000000', '09999999', '30000000', '31999999', NULL, 1652897416),
(49351, '3298', '126.00', '5', '20.001', '25', '06000000', '09999999', '30000000', '31999999', NULL, 1652897416),
(49352, '3220', '266.00', '1', '20.001', '25', '06000000', '09999999', '30000000', '31999999', NULL, 1652897416),
(49353, '3298', '153.00', '5', '25.001', '30', '06000000', '09999999', '30000000', '31999999', NULL, 1652897417),
(49354, '3220', '324.00', '1', '25.001', '30', '06000000', '09999999', '30000000', '31999999', NULL, 1652897419),
(49355, '3298', '30.00', '5', '0.3', '5', '06000000', '09999999', '30000000', '34999999', NULL, 1652897420),
(49356, '3220', '59.00', '1', '0.3', '5', '06000000', '09999999', '30000000', '34999999', NULL, 1652897420),
(49357, '3298', '44.00', '5', '5.001', '10', '06000000', '09999999', '30000000', '34999999', NULL, 1652897421),
(49358, '3220', '93.00', '1', '5.001', '10', '06000000', '09999999', '30000000', '34999999', NULL, 1652897421),
(49359, '3298', '71.00', '5', '10.001', '15', '06000000', '09999999', '30000000', '34999999', NULL, 1652897421),
(49360, '3220', '150.00', '1', '10.001', '15', '06000000', '09999999', '30000000', '34999999', NULL, 1652897422),
(49361, '3298', '99.00', '5', '15.001', '20', '06000000', '09999999', '30000000', '34999999', NULL, 1652897422),
(49362, '3220', '208.00', '1', '15.001', '20', '06000000', '09999999', '30000000', '34999999', NULL, 1652897423),
(49363, '3298', '126.00', '5', '20.001', '25', '06000000', '09999999', '30000000', '34999999', NULL, 1652897423),
(49364, '3220', '266.00', '1', '20.001', '25', '06000000', '09999999', '30000000', '34999999', NULL, 1652897423),
(49365, '3298', '153.00', '5', '25.001', '30', '06000000', '09999999', '30000000', '34999999', NULL, 1652897424),
(49366, '3220', '324.00', '1', '25.001', '30', '06000000', '09999999', '30000000', '34999999', NULL, 1652897424),
(49367, '3298', '44.00', '7', '0.3', '5', '06000000', '09999999', '35000000', '39999999', NULL, 1652897425),
(49368, '3220', '102.00', '4', '0.3', '5', '06000000', '09999999', '35000000', '39999999', NULL, 1652897425),
(49369, '3298', '74.00', '7', '5.001', '10', '06000000', '09999999', '35000000', '39999999', NULL, 1652897425),
(49370, '3220', '141.00', '4', '5.001', '10', '06000000', '09999999', '35000000', '39999999', NULL, 1652897426),
(49371, '3298', '120.00', '7', '10.001', '15', '06000000', '09999999', '35000000', '39999999', NULL, 1652897426),
(49372, '3220', '229.00', '4', '10.001', '15', '06000000', '09999999', '35000000', '39999999', NULL, 1652897426),
(49373, '3298', '166.00', '7', '15.001', '20', '06000000', '09999999', '35000000', '39999999', NULL, 1652897427),
(49374, '3220', '316.00', '4', '15.001', '20', '06000000', '09999999', '35000000', '39999999', NULL, 1652897427),
(49375, '3298', '212.00', '7', '20.001', '25', '06000000', '09999999', '35000000', '39999999', NULL, 1652897428),
(49376, '3220', '404.00', '4', '20.001', '25', '06000000', '09999999', '35000000', '39999999', NULL, 1652897428),
(49377, '3298', '258.00', '7', '25.001', '30', '06000000', '09999999', '35000000', '39999999', NULL, 1652897428),
(49378, '3220', '492.00', '4', '25.001', '30', '06000000', '09999999', '35000000', '39999999', NULL, 1652897429),
(49379, '3298', '34.00', '6', '0.3', '5', '06000000', '09999999', '40000000', '41999999', NULL, 1652897429),
(49380, '3220', '80.00', '2', '0.3', '5', '06000000', '09999999', '40000000', '41999999', NULL, 1652897430),
(49381, '3298', '50.00', '6', '5.001', '10', '06000000', '09999999', '40000000', '41999999', NULL, 1652897430),
(49382, '3220', '125.00', '2', '5.001', '10', '06000000', '09999999', '40000000', '41999999', NULL, 1652897430),
(49383, '3298', '82.00', '6', '10.001', '15', '06000000', '09999999', '40000000', '41999999', NULL, 1652897431),
(49384, '3220', '203.00', '2', '10.001', '15', '06000000', '09999999', '40000000', '41999999', NULL, 1652897431),
(49385, '3298', '113.00', '6', '15.001', '20', '06000000', '09999999', '40000000', '41999999', NULL, 1652897431),
(49386, '3220', '281.00', '2', '15.001', '20', '06000000', '09999999', '40000000', '41999999', NULL, 1652897432),
(49387, '3298', '145.00', '6', '20.001', '25', '06000000', '09999999', '40000000', '41999999', NULL, 1652897433),
(49388, '3220', '359.00', '2', '20.001', '25', '06000000', '09999999', '40000000', '41999999', NULL, 1652897433),
(49389, '3298', '176.00', '6', '25.001', '30', '06000000', '09999999', '40000000', '41999999', NULL, 1652897433),
(49390, '3220', '437.00', '2', '25.001', '30', '06000000', '09999999', '40000000', '41999999', NULL, 1652897436),
(49391, '3298', '34.00', '6', '0.3', '5', '06000000', '09999999', '40000000', '44470999', NULL, 1652897436),
(49392, '3220', '80.00', '2', '0.3', '5', '06000000', '09999999', '40000000', '44470999', NULL, 1652897437),
(49393, '3298', '50.00', '6', '5.001', '10', '06000000', '09999999', '40000000', '44470999', NULL, 1652897437),
(49394, '3220', '125.00', '2', '5.001', '10', '06000000', '09999999', '40000000', '44470999', NULL, 1652897438),
(49395, '3298', '82.00', '6', '10.001', '15', '06000000', '09999999', '40000000', '44470999', NULL, 1652897438),
(49396, '3220', '203.00', '2', '10.001', '15', '06000000', '09999999', '40000000', '44470999', NULL, 1652897438),
(49397, '3298', '113.00', '6', '15.001', '20', '06000000', '09999999', '40000000', '44470999', NULL, 1652897438),
(49398, '3220', '281.00', '2', '15.001', '20', '06000000', '09999999', '40000000', '44470999', NULL, 1652897439);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(49399, '3298', '145.00', '6', '20.001', '25', '06000000', '09999999', '40000000', '44470999', NULL, 1652897439),
(49400, '3220', '359.00', '2', '20.001', '25', '06000000', '09999999', '40000000', '44470999', NULL, 1652897439),
(49401, '3298', '176.00', '6', '25.001', '30', '06000000', '09999999', '40000000', '44470999', NULL, 1652897440),
(49402, '3220', '437.00', '2', '25.001', '30', '06000000', '09999999', '40000000', '44470999', NULL, 1652897440),
(49403, '3298', '43.00', '6', '0.3', '5', '06000000', '09999999', '44471000', '48999999', NULL, 1652897440),
(49404, '3220', '104.00', '2', '0.3', '5', '06000000', '09999999', '44471000', '48999999', NULL, 1652897441),
(49405, '3298', '71.00', '6', '5.001', '10', '06000000', '09999999', '44471000', '48999999', NULL, 1652897441),
(49406, '3220', '147.00', '2', '5.001', '10', '06000000', '09999999', '44471000', '48999999', NULL, 1652897441),
(49407, '3298', '116.00', '6', '10.001', '15', '06000000', '09999999', '44471000', '48999999', NULL, 1652897442),
(49408, '3220', '238.00', '2', '10.001', '15', '06000000', '09999999', '44471000', '48999999', NULL, 1652897442),
(49409, '3298', '160.00', '6', '15.001', '20', '06000000', '09999999', '44471000', '48999999', NULL, 1652897442),
(49410, '3220', '329.00', '2', '15.001', '20', '06000000', '09999999', '44471000', '48999999', NULL, 1652897443),
(49411, '3298', '205.00', '6', '20.001', '25', '06000000', '09999999', '44471000', '48999999', NULL, 1652897443),
(49412, '3220', '420.00', '2', '20.001', '25', '06000000', '09999999', '44471000', '48999999', NULL, 1652897443),
(49413, '3298', '249.00', '6', '25.001', '30', '06000000', '09999999', '44471000', '48999999', NULL, 1652897444),
(49414, '3220', '511.00', '2', '25.001', '30', '06000000', '09999999', '44471000', '48999999', NULL, 1652897444),
(49415, '3298', '45.00', '6', '0.3', '5', '06000000', '09999999', '49000000', '49099999', NULL, 1652897445),
(49416, '3220', '137.00', '2', '0.3', '5', '06000000', '09999999', '49000000', '49099999', NULL, 1652897445),
(49417, '3298', '71.00', '6', '5.001', '10', '06000000', '09999999', '49000000', '49099999', NULL, 1652897445),
(49418, '3220', '214.00', '2', '5.001', '10', '06000000', '09999999', '49000000', '49099999', NULL, 1652897445),
(49419, '3298', '116.00', '6', '10.001', '15', '06000000', '09999999', '49000000', '49099999', NULL, 1652897446),
(49420, '3220', '346.00', '2', '10.001', '15', '06000000', '09999999', '49000000', '49099999', NULL, 1652897447),
(49421, '3298', '160.00', '6', '15.001', '20', '06000000', '09999999', '49000000', '49099999', NULL, 1652897447),
(49422, '3220', '479.00', '2', '15.001', '20', '06000000', '09999999', '49000000', '49099999', NULL, 1652897447),
(49423, '3298', '205.00', '6', '20.001', '25', '06000000', '09999999', '49000000', '49099999', NULL, 1652897448),
(49424, '3220', '612.00', '2', '20.001', '25', '06000000', '09999999', '49000000', '49099999', NULL, 1652897448),
(49425, '3298', '249.00', '6', '25.001', '30', '06000000', '09999999', '49000000', '49099999', NULL, 1652897449),
(49426, '3220', '744.00', '2', '25.001', '30', '06000000', '09999999', '49000000', '49099999', NULL, 1652897449),
(49427, '3298', '90.00', '9', '0.3', '5', '06000000', '09999999', '49100000', '49999999', NULL, 1652897449),
(49428, '3220', '183.00', '4', '0.3', '5', '06000000', '09999999', '49100000', '49999999', NULL, 1652897449),
(49429, '3298', '133.00', '9', '5.001', '10', '06000000', '09999999', '49100000', '49999999', NULL, 1652897450),
(49430, '3220', '266.00', '4', '5.001', '10', '06000000', '09999999', '49100000', '49999999', NULL, 1652897454),
(49431, '3298', '215.00', '9', '10.001', '15', '06000000', '09999999', '49100000', '49999999', NULL, 1652897455),
(49432, '3220', '430.00', '4', '10.001', '15', '06000000', '09999999', '49100000', '49999999', NULL, 1652897455),
(49433, '3298', '298.00', '9', '15.001', '20', '06000000', '09999999', '49100000', '49999999', NULL, 1652897455),
(49434, '3220', '595.00', '4', '15.001', '20', '06000000', '09999999', '49100000', '49999999', NULL, 1652897456),
(49435, '3298', '380.00', '9', '20.001', '25', '06000000', '09999999', '49100000', '49999999', NULL, 1652897456),
(49436, '3220', '760.00', '4', '20.001', '25', '06000000', '09999999', '49100000', '49999999', NULL, 1652897456),
(49437, '3298', '463.00', '9', '25.001', '30', '06000000', '09999999', '49100000', '49999999', NULL, 1652897457),
(49438, '3220', '925.00', '4', '25.001', '30', '06000000', '09999999', '49100000', '49999999', NULL, 1652897457),
(49439, '3298', '38.00', '6', '0.3', '5', '06000000', '09999999', '50000000', '52999999', NULL, 1652897457),
(49440, '3220', '113.00', '2', '0.3', '5', '06000000', '09999999', '50000000', '52999999', NULL, 1652897465),
(49441, '3298', '58.00', '6', '5.001', '10', '06000000', '09999999', '50000000', '52999999', NULL, 1652897465),
(49442, '3220', '176.00', '2', '5.001', '10', '06000000', '09999999', '50000000', '52999999', NULL, 1652897466),
(49443, '3298', '94.00', '6', '10.001', '15', '06000000', '09999999', '50000000', '52999999', NULL, 1652897466),
(49444, '3220', '286.00', '2', '10.001', '15', '06000000', '09999999', '50000000', '52999999', NULL, 1652897467),
(49445, '3298', '130.00', '6', '15.001', '20', '06000000', '09999999', '50000000', '52999999', NULL, 1652897467),
(49446, '3220', '396.00', '2', '15.001', '20', '06000000', '09999999', '50000000', '52999999', NULL, 1652897468),
(49447, '3298', '166.00', '6', '20.001', '25', '06000000', '09999999', '50000000', '52999999', NULL, 1652897468),
(49448, '3220', '505.00', '2', '20.001', '25', '06000000', '09999999', '50000000', '52999999', NULL, 1652897468),
(49449, '3298', '202.00', '6', '25.001', '30', '06000000', '09999999', '50000000', '52999999', NULL, 1652897468),
(49450, '3220', '615.00', '2', '25.001', '30', '06000000', '09999999', '50000000', '52999999', NULL, 1652897469),
(49451, '3298', '38.00', '6', '0.3', '5', '06000000', '09999999', '50000000', '54999999', NULL, 1652897475),
(49452, '3220', '113.00', '2', '0.3', '5', '06000000', '09999999', '50000000', '54999999', NULL, 1652897475),
(49453, '3298', '58.00', '6', '5.001', '10', '06000000', '09999999', '50000000', '54999999', NULL, 1652897475),
(49454, '3220', '176.00', '2', '5.001', '10', '06000000', '09999999', '50000000', '54999999', NULL, 1652897476),
(49455, '3298', '94.00', '6', '10.001', '15', '06000000', '09999999', '50000000', '54999999', NULL, 1652897476),
(49456, '3220', '286.00', '2', '10.001', '15', '06000000', '09999999', '50000000', '54999999', NULL, 1652897478),
(49457, '3298', '130.00', '6', '15.001', '20', '06000000', '09999999', '50000000', '54999999', NULL, 1652897479),
(49458, '3220', '396.00', '2', '15.001', '20', '06000000', '09999999', '50000000', '54999999', NULL, 1652897480),
(49459, '3298', '166.00', '6', '20.001', '25', '06000000', '09999999', '50000000', '54999999', NULL, 1652897480),
(49460, '3220', '505.00', '2', '20.001', '25', '06000000', '09999999', '50000000', '54999999', NULL, 1652897480),
(49461, '3298', '202.00', '6', '25.001', '30', '06000000', '09999999', '50000000', '54999999', NULL, 1652897480),
(49462, '3220', '615.00', '2', '25.001', '30', '06000000', '09999999', '50000000', '54999999', NULL, 1652897481),
(49463, '3298', '70.00', '10', '0.3', '5', '06000000', '09999999', '55000000', '56999999', NULL, 1652897481),
(49464, '3220', '157.00', '6', '0.3', '5', '06000000', '09999999', '55000000', '56999999', NULL, 1652897482),
(49465, '3298', '106.00', '10', '5.001', '10', '06000000', '09999999', '55000000', '56999999', NULL, 1652897482),
(49466, '3220', '226.00', '6', '5.001', '10', '06000000', '09999999', '55000000', '56999999', NULL, 1652897482),
(49467, '3298', '172.00', '10', '10.001', '15', '06000000', '09999999', '55000000', '56999999', NULL, 1652897484),
(49468, '3220', '367.00', '6', '10.001', '15', '06000000', '09999999', '55000000', '56999999', NULL, 1652897484),
(49469, '3298', '239.00', '10', '15.001', '20', '06000000', '09999999', '55000000', '56999999', NULL, 1652897485),
(49470, '3220', '508.00', '6', '15.001', '20', '06000000', '09999999', '55000000', '56999999', NULL, 1652897485),
(49471, '3298', '305.00', '10', '20.001', '25', '06000000', '09999999', '55000000', '56999999', NULL, 1652897485),
(49472, '3220', '649.00', '6', '20.001', '25', '06000000', '09999999', '55000000', '56999999', NULL, 1652897486),
(49473, '3298', '371.00', '10', '25.001', '30', '06000000', '09999999', '55000000', '56999999', NULL, 1652897486),
(49474, '3220', '789.00', '6', '25.001', '30', '06000000', '09999999', '55000000', '56999999', NULL, 1652897486),
(49475, '3298', '45.00', '6', '0.3', '5', '06000000', '09999999', '57000000', '57099999', NULL, 1652897487),
(49476, '3220', '137.00', '2', '0.3', '5', '06000000', '09999999', '57000000', '57099999', NULL, 1652897487),
(49477, '3298', '71.00', '6', '5.001', '10', '06000000', '09999999', '57000000', '57099999', NULL, 1652897487),
(49478, '3220', '214.00', '2', '5.001', '10', '06000000', '09999999', '57000000', '57099999', NULL, 1652897488),
(49479, '3298', '116.00', '6', '10.001', '15', '06000000', '09999999', '57000000', '57099999', NULL, 1652897488),
(49480, '3220', '346.00', '2', '10.001', '15', '06000000', '09999999', '57000000', '57099999', NULL, 1652897488),
(49481, '3298', '160.00', '6', '15.001', '20', '06000000', '09999999', '57000000', '57099999', NULL, 1652897489),
(49482, '3220', '479.00', '2', '15.001', '20', '06000000', '09999999', '57000000', '57099999', NULL, 1652897489),
(49483, '3298', '205.00', '6', '20.001', '25', '06000000', '09999999', '57000000', '57099999', NULL, 1652897489),
(49484, '3220', '612.00', '2', '20.001', '25', '06000000', '09999999', '57000000', '57099999', NULL, 1652897490),
(49485, '3298', '249.00', '6', '25.001', '30', '06000000', '09999999', '57000000', '57099999', NULL, 1652897490),
(49486, '3220', '744.00', '2', '25.001', '30', '06000000', '09999999', '57000000', '57099999', NULL, 1652897490),
(49487, '3298', '45.00', '8', '0.3', '5', '06000000', '09999999', '57100000', '57999999', NULL, 1652897491),
(49488, '3220', '137.00', '4', '0.3', '5', '06000000', '09999999', '57100000', '57999999', NULL, 1652897491),
(49489, '3298', '71.00', '8', '5.001', '10', '06000000', '09999999', '57100000', '57999999', NULL, 1652897491),
(49490, '3220', '214.00', '4', '5.001', '10', '06000000', '09999999', '57100000', '57999999', NULL, 1652897492),
(49491, '3298', '116.00', '8', '10.001', '15', '06000000', '09999999', '57100000', '57999999', NULL, 1652897492),
(49492, '3220', '346.00', '4', '10.001', '15', '06000000', '09999999', '57100000', '57999999', NULL, 1652897492),
(49493, '3298', '160.00', '8', '15.001', '20', '06000000', '09999999', '57100000', '57999999', NULL, 1652897493),
(49494, '3220', '479.00', '4', '15.001', '20', '06000000', '09999999', '57100000', '57999999', NULL, 1652897493),
(49495, '3298', '205.00', '8', '20.001', '25', '06000000', '09999999', '57100000', '57999999', NULL, 1652897493),
(49496, '3220', '612.00', '4', '20.001', '25', '06000000', '09999999', '57100000', '57999999', NULL, 1652897494),
(49497, '3298', '249.00', '8', '25.001', '30', '06000000', '09999999', '57100000', '57999999', NULL, 1652897494),
(49498, '3220', '744.00', '4', '25.001', '30', '06000000', '09999999', '57100000', '57999999', NULL, 1652897494),
(49499, '3298', '45.00', '6', '0.3', '5', '06000000', '09999999', '58000000', '58099999', NULL, 1652897494),
(49500, '3220', '137.00', '2', '0.3', '5', '06000000', '09999999', '58000000', '58099999', NULL, 1652897495),
(49501, '3298', '71.00', '6', '5.001', '10', '06000000', '09999999', '58000000', '58099999', NULL, 1652897495),
(49502, '3220', '214.00', '2', '5.001', '10', '06000000', '09999999', '58000000', '58099999', NULL, 1652897495),
(49503, '3298', '116.00', '6', '10.001', '15', '06000000', '09999999', '58000000', '58099999', NULL, 1652897495),
(49504, '3220', '346.00', '2', '10.001', '15', '06000000', '09999999', '58000000', '58099999', NULL, 1652897496),
(49505, '3298', '160.00', '6', '15.001', '20', '06000000', '09999999', '58000000', '58099999', NULL, 1652897496),
(49506, '3220', '479.00', '2', '15.001', '20', '06000000', '09999999', '58000000', '58099999', NULL, 1652897496),
(49507, '3298', '205.00', '6', '20.001', '25', '06000000', '09999999', '58000000', '58099999', NULL, 1652897497),
(49508, '3220', '612.00', '2', '20.001', '25', '06000000', '09999999', '58000000', '58099999', NULL, 1652897497),
(49509, '3298', '249.00', '6', '25.001', '30', '06000000', '09999999', '58000000', '58099999', NULL, 1652897497),
(49510, '3220', '744.00', '2', '25.001', '30', '06000000', '09999999', '58000000', '58099999', NULL, 1652897497),
(49511, '3298', '90.00', '12', '0.3', '5', '06000000', '09999999', '58100000', '58999999', NULL, 1652897498),
(49512, '3220', '183.00', '7', '0.3', '5', '06000000', '09999999', '58100000', '58999999', NULL, 1652897498),
(49513, '3298', '133.00', '12', '5.001', '10', '06000000', '09999999', '58100000', '58999999', NULL, 1652897498),
(49514, '3220', '266.00', '7', '5.001', '10', '06000000', '09999999', '58100000', '58999999', NULL, 1652897499),
(49515, '3298', '215.00', '12', '10.001', '15', '06000000', '09999999', '58100000', '58999999', NULL, 1652897502),
(49516, '3220', '430.00', '7', '10.001', '15', '06000000', '09999999', '58100000', '58999999', NULL, 1652897502),
(49517, '3298', '298.00', '12', '15.001', '20', '06000000', '09999999', '58100000', '58999999', NULL, 1652897503),
(49518, '3220', '595.00', '7', '15.001', '20', '06000000', '09999999', '58100000', '58999999', NULL, 1652897503),
(49519, '3298', '380.00', '12', '20.001', '25', '06000000', '09999999', '58100000', '58999999', NULL, 1652897504),
(49520, '3220', '760.00', '7', '20.001', '25', '06000000', '09999999', '58100000', '58999999', NULL, 1652897504),
(49521, '3298', '463.00', '12', '25.001', '30', '06000000', '09999999', '58100000', '58999999', NULL, 1652897504),
(49522, '3220', '925.00', '7', '25.001', '30', '06000000', '09999999', '58100000', '58999999', NULL, 1652897505),
(49523, '3298', '45.00', '6', '0.3', '5', '06000000', '09999999', '59000000', '59099999', NULL, 1652897505),
(49524, '3220', '137.00', '2', '0.3', '5', '06000000', '09999999', '59000000', '59099999', NULL, 1652897505),
(49525, '3298', '71.00', '6', '5.001', '10', '06000000', '09999999', '59000000', '59099999', NULL, 1652897506),
(49526, '3220', '214.00', '2', '5.001', '10', '06000000', '09999999', '59000000', '59099999', NULL, 1652897506),
(49527, '3298', '116.00', '6', '10.001', '15', '06000000', '09999999', '59000000', '59099999', NULL, 1652897506),
(49528, '3220', '346.00', '2', '10.001', '15', '06000000', '09999999', '59000000', '59099999', NULL, 1652897507),
(49529, '3298', '160.00', '6', '15.001', '20', '06000000', '09999999', '59000000', '59099999', NULL, 1652897507),
(49530, '3220', '479.00', '2', '15.001', '20', '06000000', '09999999', '59000000', '59099999', NULL, 1652897508),
(49531, '3298', '205.00', '6', '20.001', '25', '06000000', '09999999', '59000000', '59099999', NULL, 1652897508),
(49532, '3220', '612.00', '2', '20.001', '25', '06000000', '09999999', '59000000', '59099999', NULL, 1652897508),
(49533, '3298', '249.00', '6', '25.001', '30', '06000000', '09999999', '59000000', '59099999', NULL, 1652897509),
(49534, '3220', '744.00', '2', '25.001', '30', '06000000', '09999999', '59000000', '59099999', NULL, 1652897509),
(49535, '3298', '45.00', '6', '0.3', '5', '06000000', '09999999', '59100000', '59999999', NULL, 1652897509),
(49536, '3220', '137.00', '2', '0.3', '5', '06000000', '09999999', '59100000', '59999999', NULL, 1652897510),
(49537, '3298', '71.00', '6', '5.001', '10', '06000000', '09999999', '59100000', '59999999', NULL, 1652897510),
(49538, '3220', '214.00', '2', '5.001', '10', '06000000', '09999999', '59100000', '59999999', NULL, 1652897510),
(49539, '3298', '116.00', '6', '10.001', '15', '06000000', '09999999', '59100000', '59999999', NULL, 1652897510),
(49540, '3220', '346.00', '2', '10.001', '15', '06000000', '09999999', '59100000', '59999999', NULL, 1652897510),
(49541, '3298', '160.00', '6', '15.001', '20', '06000000', '09999999', '59100000', '59999999', NULL, 1652897511),
(49542, '3220', '479.00', '2', '15.001', '20', '06000000', '09999999', '59100000', '59999999', NULL, 1652897511),
(49543, '3298', '205.00', '6', '20.001', '25', '06000000', '09999999', '59100000', '59999999', NULL, 1652897512),
(49544, '3220', '612.00', '2', '20.001', '25', '06000000', '09999999', '59100000', '59999999', NULL, 1652897512),
(49545, '3298', '249.00', '6', '25.001', '30', '06000000', '09999999', '59100000', '59999999', NULL, 1652897513),
(49546, '3220', '744.00', '2', '25.001', '30', '06000000', '09999999', '59100000', '59999999', NULL, 1652897513),
(49547, '3298', '38.00', '7', '0.3', '5', '06000000', '09999999', '60000000', '60999999', NULL, 1652897513),
(49548, '3220', '113.00', '2', '0.3', '5', '06000000', '09999999', '60000000', '60999999', NULL, 1652897513),
(49549, '3298', '58.00', '7', '5.001', '10', '06000000', '09999999', '60000000', '60999999', NULL, 1652897514),
(49550, '3220', '176.00', '2', '5.001', '10', '06000000', '09999999', '60000000', '60999999', NULL, 1652897514),
(49551, '3298', '94.00', '7', '10.001', '15', '06000000', '09999999', '60000000', '60999999', NULL, 1652897514),
(49552, '3220', '286.00', '2', '10.001', '15', '06000000', '09999999', '60000000', '60999999', NULL, 1652897515),
(49553, '3298', '130.00', '7', '15.001', '20', '06000000', '09999999', '60000000', '60999999', NULL, 1652897515),
(49554, '3220', '396.00', '2', '15.001', '20', '06000000', '09999999', '60000000', '60999999', NULL, 1652897515),
(49555, '3298', '166.00', '7', '20.001', '25', '06000000', '09999999', '60000000', '60999999', NULL, 1652897516),
(49556, '3220', '505.00', '2', '20.001', '25', '06000000', '09999999', '60000000', '60999999', NULL, 1652897516),
(49557, '3298', '202.00', '7', '25.001', '30', '06000000', '09999999', '60000000', '60999999', NULL, 1652897516),
(49558, '3220', '615.00', '2', '25.001', '30', '06000000', '09999999', '60000000', '60999999', NULL, 1652897516),
(49559, '3298', '38.00', '7', '0.3', '5', '06000000', '09999999', '60000000', '61900999', NULL, 1652897517),
(49560, '3220', '113.00', '2', '0.3', '5', '06000000', '09999999', '60000000', '61900999', NULL, 1652897517),
(49561, '3298', '58.00', '7', '5.001', '10', '06000000', '09999999', '60000000', '61900999', NULL, 1652897517),
(49562, '3220', '176.00', '2', '5.001', '10', '06000000', '09999999', '60000000', '61900999', NULL, 1652897517),
(49563, '3298', '94.00', '7', '10.001', '15', '06000000', '09999999', '60000000', '61900999', NULL, 1652897518),
(49564, '3220', '286.00', '2', '10.001', '15', '06000000', '09999999', '60000000', '61900999', NULL, 1652897518),
(49565, '3298', '130.00', '7', '15.001', '20', '06000000', '09999999', '60000000', '61900999', NULL, 1652897518),
(49566, '3220', '396.00', '2', '15.001', '20', '06000000', '09999999', '60000000', '61900999', NULL, 1652897519),
(49567, '3298', '166.00', '7', '20.001', '25', '06000000', '09999999', '60000000', '61900999', NULL, 1652897519),
(49568, '3220', '505.00', '2', '20.001', '25', '06000000', '09999999', '60000000', '61900999', NULL, 1652897519),
(49569, '3298', '202.00', '7', '25.001', '30', '06000000', '09999999', '60000000', '61900999', NULL, 1652897519),
(49570, '3220', '615.00', '2', '25.001', '30', '06000000', '09999999', '60000000', '61900999', NULL, 1652897519),
(49571, '3298', '70.00', '11', '0.3', '5', '06000000', '09999999', '61901000', '63999999', NULL, 1652897520),
(49572, '3220', '157.00', '7', '0.3', '5', '06000000', '09999999', '61901000', '63999999', NULL, 1652897520),
(49573, '3298', '106.00', '11', '5.001', '10', '06000000', '09999999', '61901000', '63999999', NULL, 1652897520),
(49574, '3220', '226.00', '7', '5.001', '10', '06000000', '09999999', '61901000', '63999999', NULL, 1652897521),
(49575, '3298', '172.00', '11', '10.001', '15', '06000000', '09999999', '61901000', '63999999', NULL, 1652897521),
(49576, '3220', '367.00', '7', '10.001', '15', '06000000', '09999999', '61901000', '63999999', NULL, 1652897521),
(49577, '3298', '239.00', '11', '15.001', '20', '06000000', '09999999', '61901000', '63999999', NULL, 1652897521),
(49578, '3220', '508.00', '7', '15.001', '20', '06000000', '09999999', '61901000', '63999999', NULL, 1652897522),
(49579, '3298', '305.00', '11', '20.001', '25', '06000000', '09999999', '61901000', '63999999', NULL, 1652897522),
(49580, '3220', '649.00', '7', '20.001', '25', '06000000', '09999999', '61901000', '63999999', NULL, 1652897522),
(49581, '3298', '371.00', '11', '25.001', '30', '06000000', '09999999', '61901000', '63999999', NULL, 1652897523),
(49582, '3220', '789.00', '7', '25.001', '30', '06000000', '09999999', '61901000', '63999999', NULL, 1652897523),
(49583, '3298', '45.00', '8', '0.3', '5', '06000000', '09999999', '64000000', '64099999', NULL, 1652897523),
(49584, '3220', '137.00', '4', '0.3', '5', '06000000', '09999999', '64000000', '64099999', NULL, 1652897523),
(49585, '3298', '71.00', '8', '5.001', '10', '06000000', '09999999', '64000000', '64099999', NULL, 1652897524),
(49586, '3220', '214.00', '4', '5.001', '10', '06000000', '09999999', '64000000', '64099999', NULL, 1652897524),
(49587, '3298', '116.00', '8', '10.001', '15', '06000000', '09999999', '64000000', '64099999', NULL, 1652897524),
(49588, '3220', '346.00', '4', '10.001', '15', '06000000', '09999999', '64000000', '64099999', NULL, 1652897525),
(49589, '3298', '160.00', '8', '15.001', '20', '06000000', '09999999', '64000000', '64099999', NULL, 1652897525),
(49590, '3220', '479.00', '4', '15.001', '20', '06000000', '09999999', '64000000', '64099999', NULL, 1652897525),
(49591, '3298', '205.00', '8', '20.001', '25', '06000000', '09999999', '64000000', '64099999', NULL, 1652897526),
(49592, '3220', '612.00', '4', '20.001', '25', '06000000', '09999999', '64000000', '64099999', NULL, 1652897526),
(49593, '3298', '249.00', '8', '25.001', '30', '06000000', '09999999', '64000000', '64099999', NULL, 1652897526),
(49594, '3220', '744.00', '4', '25.001', '30', '06000000', '09999999', '64000000', '64099999', NULL, 1652897526),
(49595, '3298', '90.00', '10', '0.3', '5', '06000000', '09999999', '64100000', '64999999', NULL, 1652897527),
(49596, '3220', '183.00', '8', '0.3', '5', '06000000', '09999999', '64100000', '64999999', NULL, 1652897527),
(49597, '3298', '133.00', '10', '5.001', '10', '06000000', '09999999', '64100000', '64999999', NULL, 1652897527),
(49598, '3220', '266.00', '8', '5.001', '10', '06000000', '09999999', '64100000', '64999999', NULL, 1652897528),
(49599, '3298', '215.00', '10', '10.001', '15', '06000000', '09999999', '64100000', '64999999', NULL, 1652897528),
(49600, '3220', '430.00', '8', '10.001', '15', '06000000', '09999999', '64100000', '64999999', NULL, 1652897528),
(49601, '3298', '298.00', '10', '15.001', '20', '06000000', '09999999', '64100000', '64999999', NULL, 1652897529),
(49602, '3220', '595.00', '8', '15.001', '20', '06000000', '09999999', '64100000', '64999999', NULL, 1652897529),
(49603, '3298', '380.00', '10', '20.001', '25', '06000000', '09999999', '64100000', '64999999', NULL, 1652897529),
(49604, '3220', '760.00', '8', '20.001', '25', '06000000', '09999999', '64100000', '64999999', NULL, 1652897530),
(49605, '3298', '463.00', '10', '25.001', '30', '06000000', '09999999', '64100000', '64999999', NULL, 1652897530),
(49606, '3220', '925.00', '8', '25.001', '30', '06000000', '09999999', '64100000', '64999999', NULL, 1652897530),
(49607, '3298', '45.00', '9', '0.3', '5', '06000000', '09999999', '65000000', '65099999', NULL, 1652897531),
(49608, '3220', '137.00', '5', '0.3', '5', '06000000', '09999999', '65000000', '65099999', NULL, 1652897531),
(49609, '3298', '71.00', '9', '5.001', '10', '06000000', '09999999', '65000000', '65099999', NULL, 1652897531),
(49610, '3220', '214.00', '5', '5.001', '10', '06000000', '09999999', '65000000', '65099999', NULL, 1652897532),
(49611, '3298', '116.00', '9', '10.001', '15', '06000000', '09999999', '65000000', '65099999', NULL, 1652897532),
(49612, '3220', '346.00', '5', '10.001', '15', '06000000', '09999999', '65000000', '65099999', NULL, 1652897532),
(49613, '3298', '160.00', '9', '15.001', '20', '06000000', '09999999', '65000000', '65099999', NULL, 1652897532),
(49614, '3220', '479.00', '5', '15.001', '20', '06000000', '09999999', '65000000', '65099999', NULL, 1652897533),
(49615, '3298', '205.00', '9', '20.001', '25', '06000000', '09999999', '65000000', '65099999', NULL, 1652897533),
(49616, '3220', '612.00', '5', '20.001', '25', '06000000', '09999999', '65000000', '65099999', NULL, 1652897534),
(49617, '3298', '249.00', '9', '25.001', '30', '06000000', '09999999', '65000000', '65099999', NULL, 1652897534),
(49618, '3220', '744.00', '5', '25.001', '30', '06000000', '09999999', '65000000', '65099999', NULL, 1652897534),
(49619, '3298', '90.00', '14', '0.3', '5', '06000000', '09999999', '65100000', '65999999', NULL, 1652897534),
(49620, '3220', '183.00', '10', '0.3', '5', '06000000', '09999999', '65100000', '65999999', NULL, 1652897535),
(49621, '3298', '133.00', '14', '5.001', '10', '06000000', '09999999', '65100000', '65999999', NULL, 1652897538),
(49622, '3220', '266.00', '10', '5.001', '10', '06000000', '09999999', '65100000', '65999999', NULL, 1652897538),
(49623, '3298', '215.00', '14', '10.001', '15', '06000000', '09999999', '65100000', '65999999', NULL, 1652897541),
(49624, '3220', '430.00', '10', '10.001', '15', '06000000', '09999999', '65100000', '65999999', NULL, 1652897541),
(49625, '3298', '298.00', '14', '15.001', '20', '06000000', '09999999', '65100000', '65999999', NULL, 1652897541),
(49626, '3220', '595.00', '10', '15.001', '20', '06000000', '09999999', '65100000', '65999999', NULL, 1652897542),
(49627, '3298', '380.00', '14', '20.001', '25', '06000000', '09999999', '65100000', '65999999', NULL, 1652897542),
(49628, '3220', '760.00', '10', '20.001', '25', '06000000', '09999999', '65100000', '65999999', NULL, 1652897542),
(49629, '3298', '463.00', '14', '25.001', '30', '06000000', '09999999', '65100000', '65999999', NULL, 1652897542),
(49630, '3220', '925.00', '10', '25.001', '30', '06000000', '09999999', '65100000', '65999999', NULL, 1652897543),
(49631, '3298', '38.00', '8', '0.3', '5', '06000000', '09999999', '66000000', '66999999', NULL, 1652897543),
(49632, '3220', '113.00', '4', '0.3', '5', '06000000', '09999999', '66000000', '66999999', NULL, 1652897543),
(49633, '3298', '58.00', '8', '5.001', '10', '06000000', '09999999', '66000000', '66999999', NULL, 1652897544),
(49634, '3220', '176.00', '4', '5.001', '10', '06000000', '09999999', '66000000', '66999999', NULL, 1652897544),
(49635, '3298', '94.00', '8', '10.001', '15', '06000000', '09999999', '66000000', '66999999', NULL, 1652897544),
(49636, '3220', '286.00', '4', '10.001', '15', '06000000', '09999999', '66000000', '66999999', NULL, 1652897544),
(49637, '3298', '130.00', '8', '15.001', '20', '06000000', '09999999', '66000000', '66999999', NULL, 1652897545),
(49638, '3220', '396.00', '4', '15.001', '20', '06000000', '09999999', '66000000', '66999999', NULL, 1652897545),
(49639, '3298', '166.00', '8', '20.001', '25', '06000000', '09999999', '66000000', '66999999', NULL, 1652897546),
(49640, '3220', '505.00', '4', '20.001', '25', '06000000', '09999999', '66000000', '66999999', NULL, 1652897546),
(49641, '3298', '202.00', '8', '25.001', '30', '06000000', '09999999', '66000000', '66999999', NULL, 1652897546),
(49642, '3220', '615.00', '4', '25.001', '30', '06000000', '09999999', '66000000', '66999999', NULL, 1652897546),
(49643, '3298', '38.00', '8', '0.3', '5', '06000000', '09999999', '66000000', '67999999', NULL, 1652897547),
(49644, '3220', '113.00', '4', '0.3', '5', '06000000', '09999999', '66000000', '67999999', NULL, 1652897547),
(49645, '3298', '58.00', '8', '5.001', '10', '06000000', '09999999', '66000000', '67999999', NULL, 1652897547),
(49646, '3220', '176.00', '4', '5.001', '10', '06000000', '09999999', '66000000', '67999999', NULL, 1652897548),
(49647, '3298', '94.00', '8', '10.001', '15', '06000000', '09999999', '66000000', '67999999', NULL, 1652897548),
(49648, '3220', '286.00', '4', '10.001', '15', '06000000', '09999999', '66000000', '67999999', NULL, 1652897548),
(49649, '3298', '130.00', '8', '15.001', '20', '06000000', '09999999', '66000000', '67999999', NULL, 1652897548),
(49650, '3220', '396.00', '4', '15.001', '20', '06000000', '09999999', '66000000', '67999999', NULL, 1652897550),
(49651, '3298', '166.00', '8', '20.001', '25', '06000000', '09999999', '66000000', '67999999', NULL, 1652897550),
(49652, '3220', '505.00', '4', '20.001', '25', '06000000', '09999999', '66000000', '67999999', NULL, 1652897551),
(49653, '3298', '202.00', '8', '25.001', '30', '06000000', '09999999', '66000000', '67999999', NULL, 1652897551),
(49654, '3220', '615.00', '4', '25.001', '30', '06000000', '09999999', '66000000', '67999999', NULL, 1652897551),
(49655, '3298', '70.00', '10', '0.3', '5', '06000000', '09999999', '68000000', '68899999', NULL, 1652897552),
(49656, '3220', '157.00', '8', '0.3', '5', '06000000', '09999999', '68000000', '68899999', NULL, 1652897552),
(49657, '3298', '106.00', '10', '5.001', '10', '06000000', '09999999', '68000000', '68899999', NULL, 1652897552),
(49658, '3220', '226.00', '8', '5.001', '10', '06000000', '09999999', '68000000', '68899999', NULL, 1652897553),
(49659, '3298', '172.00', '10', '10.001', '15', '06000000', '09999999', '68000000', '68899999', NULL, 1652897553),
(49660, '3220', '367.00', '8', '10.001', '15', '06000000', '09999999', '68000000', '68899999', NULL, 1652897554),
(49661, '3298', '239.00', '10', '15.001', '20', '06000000', '09999999', '68000000', '68899999', NULL, 1652897554),
(49662, '3220', '508.00', '8', '15.001', '20', '06000000', '09999999', '68000000', '68899999', NULL, 1652897554),
(49663, '3298', '305.00', '10', '20.001', '25', '06000000', '09999999', '68000000', '68899999', NULL, 1652897555),
(49664, '3220', '649.00', '8', '20.001', '25', '06000000', '09999999', '68000000', '68899999', NULL, 1652897555),
(49665, '3298', '371.00', '10', '25.001', '30', '06000000', '09999999', '68000000', '68899999', NULL, 1652897557),
(49666, '3220', '789.00', '8', '25.001', '30', '06000000', '09999999', '68000000', '68899999', NULL, 1652897557),
(49667, '3298', '45.00', '19', '0.3', '5', '06000000', '09999999', '68900000', '68914999', NULL, 1652897558),
(49668, '3220', '137.00', '11', '0.3', '5', '06000000', '09999999', '68900000', '68914999', NULL, 1652897558),
(49669, '3298', '71.00', '19', '5.001', '10', '06000000', '09999999', '68900000', '68914999', NULL, 1652897559),
(49670, '3220', '214.00', '11', '5.001', '10', '06000000', '09999999', '68900000', '68914999', NULL, 1652897559),
(49671, '3298', '116.00', '19', '10.001', '15', '06000000', '09999999', '68900000', '68914999', NULL, 1652897559),
(49672, '3220', '346.00', '11', '10.001', '15', '06000000', '09999999', '68900000', '68914999', NULL, 1652897560),
(49673, '3298', '160.00', '19', '15.001', '20', '06000000', '09999999', '68900000', '68914999', NULL, 1652897560),
(49674, '3220', '479.00', '11', '15.001', '20', '06000000', '09999999', '68900000', '68914999', NULL, 1652897560),
(49675, '3298', '205.00', '19', '20.001', '25', '06000000', '09999999', '68900000', '68914999', NULL, 1652897560),
(49676, '3220', '612.00', '11', '20.001', '25', '06000000', '09999999', '68900000', '68914999', NULL, 1652897561),
(49677, '3298', '249.00', '19', '25.001', '30', '06000000', '09999999', '68900000', '68914999', NULL, 1652897561),
(49678, '3220', '744.00', '11', '25.001', '30', '06000000', '09999999', '68900000', '68914999', NULL, 1652897561),
(49679, '3298', '90.00', '20', '0.3', '5', '06000000', '09999999', '68915000', '68999999', NULL, 1652897562),
(49680, '3220', '183.00', '13', '0.3', '5', '06000000', '09999999', '68915000', '68999999', NULL, 1652897562),
(49681, '3298', '133.00', '20', '5.001', '10', '06000000', '09999999', '68915000', '68999999', NULL, 1652897562),
(49682, '3220', '266.00', '13', '5.001', '10', '06000000', '09999999', '68915000', '68999999', NULL, 1652897563),
(49683, '3298', '215.00', '20', '10.001', '15', '06000000', '09999999', '68915000', '68999999', NULL, 1652897563),
(49684, '3220', '430.00', '13', '10.001', '15', '06000000', '09999999', '68915000', '68999999', NULL, 1652897563),
(49685, '3298', '298.00', '20', '15.001', '20', '06000000', '09999999', '68915000', '68999999', NULL, 1652897563),
(49686, '3220', '595.00', '13', '15.001', '20', '06000000', '09999999', '68915000', '68999999', NULL, 1652897564),
(49687, '3298', '380.00', '20', '20.001', '25', '06000000', '09999999', '68915000', '68999999', NULL, 1652897564),
(49688, '3220', '760.00', '13', '20.001', '25', '06000000', '09999999', '68915000', '68999999', NULL, 1652897564),
(49689, '3298', '463.00', '20', '25.001', '30', '06000000', '09999999', '68915000', '68999999', NULL, 1652897565),
(49690, '3220', '925.00', '13', '25.001', '30', '06000000', '09999999', '68915000', '68999999', NULL, 1652897565),
(49691, '3298', '45.00', '21', '0.3', '5', '06000000', '09999999', '69000000', '69099999', NULL, 1652897565),
(49692, '3220', '137.00', '3', '0.3', '5', '06000000', '09999999', '69000000', '69099999', NULL, 1652897567),
(49693, '3298', '71.00', '21', '5.001', '10', '06000000', '09999999', '69000000', '69099999', NULL, 1652897568),
(49694, '3220', '214.00', '3', '5.001', '10', '06000000', '09999999', '69000000', '69099999', NULL, 1652897568),
(49695, '3298', '116.00', '21', '10.001', '15', '06000000', '09999999', '69000000', '69099999', NULL, 1652897568),
(49696, '3220', '346.00', '3', '10.001', '15', '06000000', '09999999', '69000000', '69099999', NULL, 1652897569),
(49697, '3298', '160.00', '21', '15.001', '20', '06000000', '09999999', '69000000', '69099999', NULL, 1652897569),
(49698, '3220', '479.00', '3', '15.001', '20', '06000000', '09999999', '69000000', '69099999', NULL, 1652897569),
(49699, '3298', '205.00', '21', '20.001', '25', '06000000', '09999999', '69000000', '69099999', NULL, 1652897570),
(49700, '3220', '612.00', '3', '20.001', '25', '06000000', '09999999', '69000000', '69099999', NULL, 1652897570),
(49701, '3298', '249.00', '21', '25.001', '30', '06000000', '09999999', '69000000', '69099999', NULL, 1652897570),
(49702, '3220', '744.00', '3', '25.001', '30', '06000000', '09999999', '69000000', '69099999', NULL, 1652897571),
(49703, '3298', '90.00', '28', '0.3', '5', '06000000', '09999999', '69100000', '69299999', NULL, 1652897571),
(49704, '3220', '183.00', '6', '0.3', '5', '06000000', '09999999', '69100000', '69299999', NULL, 1652897571),
(49705, '3298', '133.00', '28', '5.001', '10', '06000000', '09999999', '69100000', '69299999', NULL, 1652897571),
(49706, '3220', '266.00', '6', '5.001', '10', '06000000', '09999999', '69100000', '69299999', NULL, 1652897572),
(49707, '3298', '215.00', '28', '10.001', '15', '06000000', '09999999', '69100000', '69299999', NULL, 1652897572),
(49708, '3220', '430.00', '6', '10.001', '15', '06000000', '09999999', '69100000', '69299999', NULL, 1652897572),
(49709, '3298', '298.00', '28', '15.001', '20', '06000000', '09999999', '69100000', '69299999', NULL, 1652897572),
(49710, '3220', '595.00', '6', '15.001', '20', '06000000', '09999999', '69100000', '69299999', NULL, 1652897572),
(49711, '3298', '380.00', '28', '20.001', '25', '06000000', '09999999', '69100000', '69299999', NULL, 1652897573),
(49712, '3220', '760.00', '6', '20.001', '25', '06000000', '09999999', '69100000', '69299999', NULL, 1652897573),
(49713, '3298', '463.00', '28', '25.001', '30', '06000000', '09999999', '69100000', '69299999', NULL, 1652897573),
(49714, '3220', '925.00', '6', '25.001', '30', '06000000', '09999999', '69100000', '69299999', NULL, 1652897574),
(49715, '3298', '45.00', '21', '0.3', '5', '06000000', '09999999', '69300000', '69339999', NULL, 1652897574),
(49716, '3220', '137.00', '3', '0.3', '5', '06000000', '09999999', '69300000', '69339999', NULL, 1652897574),
(49717, '3298', '71.00', '21', '5.001', '10', '06000000', '09999999', '69300000', '69339999', NULL, 1652897575),
(49718, '3220', '214.00', '3', '5.001', '10', '06000000', '09999999', '69300000', '69339999', NULL, 1652897576),
(49719, '3298', '116.00', '21', '10.001', '15', '06000000', '09999999', '69300000', '69339999', NULL, 1652897576),
(49720, '3220', '346.00', '3', '10.001', '15', '06000000', '09999999', '69300000', '69339999', NULL, 1652897576),
(49721, '3298', '160.00', '21', '15.001', '20', '06000000', '09999999', '69300000', '69339999', NULL, 1652897577),
(49722, '3220', '479.00', '3', '15.001', '20', '06000000', '09999999', '69300000', '69339999', NULL, 1652897577),
(49723, '3298', '205.00', '21', '20.001', '25', '06000000', '09999999', '69300000', '69339999', NULL, 1652897577),
(49724, '3220', '612.00', '3', '20.001', '25', '06000000', '09999999', '69300000', '69339999', NULL, 1652897578),
(49725, '3298', '249.00', '21', '25.001', '30', '06000000', '09999999', '69300000', '69339999', NULL, 1652897578),
(49726, '3220', '744.00', '3', '25.001', '30', '06000000', '09999999', '69300000', '69339999', NULL, 1652897579),
(49727, '3298', '90.00', '28', '0.3', '5', '06000000', '09999999', '69340000', '69389999', NULL, 1652897579),
(49728, '3220', '183.00', '9', '0.3', '5', '06000000', '09999999', '69340000', '69389999', NULL, 1652897580),
(49729, '3298', '133.00', '28', '5.001', '10', '06000000', '09999999', '69340000', '69389999', NULL, 1652897580),
(49730, '3220', '266.00', '9', '5.001', '10', '06000000', '09999999', '69340000', '69389999', NULL, 1652897581),
(49731, '3298', '215.00', '28', '10.001', '15', '06000000', '09999999', '69340000', '69389999', NULL, 1652897581),
(49732, '3220', '430.00', '9', '10.001', '15', '06000000', '09999999', '69340000', '69389999', NULL, 1652897581),
(49733, '3298', '298.00', '28', '15.001', '20', '06000000', '09999999', '69340000', '69389999', NULL, 1652897581),
(49734, '3220', '595.00', '9', '15.001', '20', '06000000', '09999999', '69340000', '69389999', NULL, 1652897582),
(49735, '3298', '380.00', '28', '20.001', '25', '06000000', '09999999', '69340000', '69389999', NULL, 1652897582),
(49736, '3220', '760.00', '9', '20.001', '25', '06000000', '09999999', '69340000', '69389999', NULL, 1652897583),
(49737, '3298', '463.00', '28', '25.001', '30', '06000000', '09999999', '69340000', '69389999', NULL, 1652897583),
(49738, '3220', '925.00', '9', '25.001', '30', '06000000', '09999999', '69340000', '69389999', NULL, 1652897583),
(49739, '3298', '45.00', '9', '0.3', '5', '06000000', '09999999', '69900000', '69920999', NULL, 1652897583),
(49740, '3220', '137.00', '5', '0.3', '5', '06000000', '09999999', '69900000', '69920999', NULL, 1652897584),
(49741, '3298', '71.00', '9', '5.001', '10', '06000000', '09999999', '69900000', '69920999', NULL, 1652897584),
(49742, '3220', '214.00', '5', '5.001', '10', '06000000', '09999999', '69900000', '69920999', NULL, 1652897585),
(49743, '3298', '116.00', '9', '10.001', '15', '06000000', '09999999', '69900000', '69920999', NULL, 1652897585),
(49744, '3220', '346.00', '5', '10.001', '15', '06000000', '09999999', '69900000', '69920999', NULL, 1652897585),
(49745, '3298', '160.00', '9', '15.001', '20', '06000000', '09999999', '69900000', '69920999', NULL, 1652897586),
(49746, '3220', '479.00', '5', '15.001', '20', '06000000', '09999999', '69900000', '69920999', NULL, 1652897587),
(49747, '3298', '205.00', '9', '20.001', '25', '06000000', '09999999', '69900000', '69920999', NULL, 1652897587),
(49748, '3220', '612.00', '5', '20.001', '25', '06000000', '09999999', '69900000', '69920999', NULL, 1652897587),
(49749, '3298', '249.00', '9', '25.001', '30', '06000000', '09999999', '69900000', '69920999', NULL, 1652897588),
(49750, '3220', '744.00', '5', '25.001', '30', '06000000', '09999999', '69900000', '69920999', NULL, 1652897588),
(49751, '3298', '90.00', '12', '0.3', '5', '06000000', '09999999', '69921000', '69999999', NULL, 1652897589),
(49752, '3220', '183.00', '11', '0.3', '5', '06000000', '09999999', '69921000', '69999999', NULL, 1652897589),
(49753, '3298', '133.00', '12', '5.001', '10', '06000000', '09999999', '69921000', '69999999', NULL, 1652897589),
(49754, '3220', '266.00', '11', '5.001', '10', '06000000', '09999999', '69921000', '69999999', NULL, 1652897590),
(49755, '3298', '215.00', '12', '10.001', '15', '06000000', '09999999', '69921000', '69999999', NULL, 1652897590),
(49756, '3220', '430.00', '11', '10.001', '15', '06000000', '09999999', '69921000', '69999999', NULL, 1652897590),
(49757, '3298', '298.00', '12', '15.001', '20', '06000000', '09999999', '69921000', '69999999', NULL, 1652897591),
(49758, '3220', '595.00', '11', '15.001', '20', '06000000', '09999999', '69921000', '69999999', NULL, 1652897591),
(49759, '3298', '380.00', '12', '20.001', '25', '06000000', '09999999', '69921000', '69999999', NULL, 1652897591),
(49760, '3220', '760.00', '11', '20.001', '25', '06000000', '09999999', '69921000', '69999999', NULL, 1652897592),
(49761, '3298', '463.00', '12', '25.001', '30', '06000000', '09999999', '69921000', '69999999', NULL, 1652897592),
(49762, '3220', '925.00', '11', '25.001', '30', '06000000', '09999999', '69921000', '69999999', NULL, 1652897592),
(49763, '3298', '30.00', '5', '0.3', '5', '06000000', '09999999', '71000000', '73699999', NULL, 1652897593),
(49764, '3220', '59.00', '1', '0.3', '5', '06000000', '09999999', '71000000', '73699999', NULL, 1652897593),
(49765, '3298', '44.00', '5', '5.001', '10', '06000000', '09999999', '71000000', '73699999', NULL, 1652897593),
(49766, '3220', '93.00', '1', '5.001', '10', '06000000', '09999999', '71000000', '73699999', NULL, 1652897593),
(49767, '3298', '71.00', '5', '10.001', '15', '06000000', '09999999', '71000000', '73699999', NULL, 1652897594),
(49768, '3220', '150.00', '1', '10.001', '15', '06000000', '09999999', '71000000', '73699999', NULL, 1652897594),
(49769, '3298', '99.00', '5', '15.001', '20', '06000000', '09999999', '71000000', '73699999', NULL, 1652897594),
(49770, '3220', '208.00', '1', '15.001', '20', '06000000', '09999999', '71000000', '73699999', NULL, 1652897595),
(49771, '3298', '126.00', '5', '20.001', '25', '06000000', '09999999', '71000000', '73699999', NULL, 1652897595),
(49772, '3220', '266.00', '1', '20.001', '25', '06000000', '09999999', '71000000', '73699999', NULL, 1652897595),
(49773, '3298', '153.00', '5', '25.001', '30', '06000000', '09999999', '71000000', '73699999', NULL, 1652897596),
(49774, '3220', '324.00', '1', '25.001', '30', '06000000', '09999999', '71000000', '73699999', NULL, 1652897596),
(49775, '3298', '30.00', '7', '0.3', '5', '06000000', '09999999', '72800000', '73999999', NULL, 1652897596),
(49776, '3220', '59.00', '3', '0.3', '5', '06000000', '09999999', '72800000', '73999999', NULL, 1652897597),
(49777, '3298', '44.00', '7', '5.001', '10', '06000000', '09999999', '72800000', '73999999', NULL, 1652897597),
(49778, '3220', '93.00', '3', '5.001', '10', '06000000', '09999999', '72800000', '73999999', NULL, 1652897597),
(49779, '3298', '71.00', '7', '10.001', '15', '06000000', '09999999', '72800000', '73999999', NULL, 1652897598),
(49780, '3220', '150.00', '3', '10.001', '15', '06000000', '09999999', '72800000', '73999999', NULL, 1652897598),
(49781, '3298', '99.00', '7', '15.001', '20', '06000000', '09999999', '72800000', '73999999', NULL, 1652897598),
(49782, '3220', '208.00', '3', '15.001', '20', '06000000', '09999999', '72800000', '73999999', NULL, 1652897599),
(49783, '3298', '126.00', '7', '20.001', '25', '06000000', '09999999', '72800000', '73999999', NULL, 1652897599),
(49784, '3220', '266.00', '3', '20.001', '25', '06000000', '09999999', '72800000', '73999999', NULL, 1652897599),
(49785, '3298', '153.00', '7', '25.001', '30', '06000000', '09999999', '72800000', '73999999', NULL, 1652897600),
(49786, '3220', '324.00', '3', '25.001', '30', '06000000', '09999999', '72800000', '73999999', NULL, 1652897600),
(49787, '3298', '30.00', '6', '0.3', '5', '06000000', '09999999', '74000000', '74894999', NULL, 1652897600),
(49788, '3220', '59.00', '2', '0.3', '5', '06000000', '09999999', '74000000', '74894999', NULL, 1652897601),
(49789, '3298', '44.00', '6', '5.001', '10', '06000000', '09999999', '74000000', '74894999', NULL, 1652897601),
(49790, '3220', '93.00', '2', '5.001', '10', '06000000', '09999999', '74000000', '74894999', NULL, 1652897601),
(49791, '3298', '71.00', '6', '10.001', '15', '06000000', '09999999', '74000000', '74894999', NULL, 1652897602),
(49792, '3220', '150.00', '2', '10.001', '15', '06000000', '09999999', '74000000', '74894999', NULL, 1652897602),
(49793, '3298', '99.00', '6', '15.001', '20', '06000000', '09999999', '74000000', '74894999', NULL, 1652897602),
(49794, '3220', '208.00', '2', '15.001', '20', '06000000', '09999999', '74000000', '74894999', NULL, 1652897603),
(49795, '3298', '126.00', '6', '20.001', '25', '06000000', '09999999', '74000000', '74894999', NULL, 1652897603),
(49796, '3220', '266.00', '2', '20.001', '25', '06000000', '09999999', '74000000', '74894999', NULL, 1652897603),
(49797, '3298', '153.00', '6', '25.001', '30', '06000000', '09999999', '74000000', '74894999', NULL, 1652897604),
(49798, '3220', '324.00', '2', '25.001', '30', '06000000', '09999999', '74000000', '74894999', NULL, 1652897604),
(49799, '3298', '30.00', '5', '0.3', '5', '06000000', '09999999', '74895000', '76799999', NULL, 1652897604),
(49800, '3220', '59.00', '1', '0.3', '5', '06000000', '09999999', '74895000', '76799999', NULL, 1652897604),
(49801, '3298', '44.00', '5', '5.001', '10', '06000000', '09999999', '74895000', '76799999', NULL, 1652897605),
(49802, '3220', '93.00', '1', '5.001', '10', '06000000', '09999999', '74895000', '76799999', NULL, 1652897605),
(49803, '3298', '71.00', '5', '10.001', '15', '06000000', '09999999', '74895000', '76799999', NULL, 1652897606),
(49804, '3220', '150.00', '1', '10.001', '15', '06000000', '09999999', '74895000', '76799999', NULL, 1652897606),
(49805, '3298', '99.00', '5', '15.001', '20', '06000000', '09999999', '74895000', '76799999', NULL, 1652897607),
(49806, '3220', '208.00', '1', '15.001', '20', '06000000', '09999999', '74895000', '76799999', NULL, 1652897607),
(49807, '3298', '126.00', '5', '20.001', '25', '06000000', '09999999', '74895000', '76799999', NULL, 1652897607),
(49808, '3220', '266.00', '1', '20.001', '25', '06000000', '09999999', '74895000', '76799999', NULL, 1652897608),
(49809, '3298', '153.00', '5', '25.001', '30', '06000000', '09999999', '74895000', '76799999', NULL, 1652897608),
(49810, '3220', '324.00', '1', '25.001', '30', '06000000', '09999999', '74895000', '76799999', NULL, 1652897608),
(49811, '3298', '38.00', '7', '0.3', '5', '06000000', '09999999', '77000000', '77270999', NULL, 1652897608),
(49812, '3220', '113.00', '2', '0.3', '5', '06000000', '09999999', '77000000', '77270999', NULL, 1652897609),
(49813, '3298', '58.00', '7', '5.001', '10', '06000000', '09999999', '77000000', '77270999', NULL, 1652897609),
(49814, '3220', '176.00', '2', '5.001', '10', '06000000', '09999999', '77000000', '77270999', NULL, 1652897609),
(49815, '3298', '94.00', '7', '10.001', '15', '06000000', '09999999', '77000000', '77270999', NULL, 1652897609),
(49816, '3220', '286.00', '2', '10.001', '15', '06000000', '09999999', '77000000', '77270999', NULL, 1652897610),
(49817, '3298', '130.00', '7', '15.001', '20', '06000000', '09999999', '77000000', '77270999', NULL, 1652897610),
(49818, '3220', '396.00', '2', '15.001', '20', '06000000', '09999999', '77000000', '77270999', NULL, 1652897610),
(49819, '3298', '166.00', '7', '20.001', '25', '06000000', '09999999', '77000000', '77270999', NULL, 1652897611),
(49820, '3220', '505.00', '2', '20.001', '25', '06000000', '09999999', '77000000', '77270999', NULL, 1652897611),
(49821, '3298', '202.00', '7', '25.001', '30', '06000000', '09999999', '77000000', '77270999', NULL, 1652897611),
(49822, '3220', '615.00', '2', '25.001', '30', '06000000', '09999999', '77000000', '77270999', NULL, 1652897612),
(49823, '3298', '70.00', '7', '0.3', '5', '06000000', '09999999', '77300000', '77995999', NULL, 1652897612),
(49824, '3220', '157.00', '3', '0.3', '5', '06000000', '09999999', '77300000', '77995999', NULL, 1652897612),
(49825, '3298', '106.00', '7', '5.001', '10', '06000000', '09999999', '77300000', '77995999', NULL, 1652897613),
(49826, '3220', '226.00', '3', '5.001', '10', '06000000', '09999999', '77300000', '77995999', NULL, 1652897613),
(49827, '3298', '172.00', '7', '10.001', '15', '06000000', '09999999', '77300000', '77995999', NULL, 1652897613),
(49828, '3220', '367.00', '3', '10.001', '15', '06000000', '09999999', '77300000', '77995999', NULL, 1652897614),
(49829, '3298', '239.00', '7', '15.001', '20', '06000000', '09999999', '77300000', '77995999', NULL, 1652897614),
(49830, '3220', '508.00', '3', '15.001', '20', '06000000', '09999999', '77300000', '77995999', NULL, 1652897614),
(49831, '3298', '305.00', '7', '20.001', '25', '06000000', '09999999', '77300000', '77995999', NULL, 1652897615),
(49832, '3220', '649.00', '3', '20.001', '25', '06000000', '09999999', '77300000', '77995999', NULL, 1652897615),
(49833, '3298', '371.00', '7', '25.001', '30', '06000000', '09999999', '77300000', '77995999', NULL, 1652897615),
(49834, '3220', '789.00', '3', '25.001', '30', '06000000', '09999999', '77300000', '77995999', NULL, 1652897616),
(49835, '3298', '34.00', '9', '0.3', '5', '06000000', '09999999', '78000000', '78109999', NULL, 1652897616),
(49836, '3220', '80.00', '5', '0.3', '5', '06000000', '09999999', '78000000', '78109999', NULL, 1652897616),
(49837, '3298', '50.00', '9', '5.001', '10', '06000000', '09999999', '78000000', '78109999', NULL, 1652897616),
(49838, '3220', '125.00', '5', '5.001', '10', '06000000', '09999999', '78000000', '78109999', NULL, 1652897617),
(49839, '3298', '82.00', '9', '10.001', '15', '06000000', '09999999', '78000000', '78109999', NULL, 1652897617),
(49840, '3220', '203.00', '5', '10.001', '15', '06000000', '09999999', '78000000', '78109999', NULL, 1652897617),
(49841, '3298', '113.00', '9', '15.001', '20', '06000000', '09999999', '78000000', '78109999', NULL, 1652897617),
(49842, '3220', '281.00', '5', '15.001', '20', '06000000', '09999999', '78000000', '78109999', NULL, 1652897618),
(49843, '3298', '145.00', '9', '20.001', '25', '06000000', '09999999', '78000000', '78109999', NULL, 1652897618),
(49844, '3220', '359.00', '5', '20.001', '25', '06000000', '09999999', '78000000', '78109999', NULL, 1652897618),
(49845, '3298', '176.00', '9', '25.001', '30', '06000000', '09999999', '78000000', '78109999', NULL, 1652897619);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(49846, '3220', '437.00', '5', '25.001', '30', '06000000', '09999999', '78000000', '78109999', NULL, 1652897619),
(49847, '3298', '50.00', '8', '0.3', '5', '06000000', '09999999', '78110000', '78899999', NULL, 1652897619),
(49848, '3220', '124.00', '6', '0.3', '5', '06000000', '09999999', '78110000', '78899999', NULL, 1652897620),
(49849, '3298', '83.00', '8', '5.001', '10', '06000000', '09999999', '78110000', '78899999', NULL, 1652897620),
(49850, '3220', '175.00', '6', '5.001', '10', '06000000', '09999999', '78110000', '78899999', NULL, 1652897620),
(49851, '3298', '135.00', '8', '10.001', '15', '06000000', '09999999', '78110000', '78899999', NULL, 1652897620),
(49852, '3220', '283.00', '6', '10.001', '15', '06000000', '09999999', '78110000', '78899999', NULL, 1652897621),
(49853, '3298', '186.00', '8', '15.001', '20', '06000000', '09999999', '78110000', '78899999', NULL, 1652897621),
(49854, '3220', '392.00', '6', '15.001', '20', '06000000', '09999999', '78110000', '78899999', NULL, 1652897622),
(49855, '3298', '238.00', '8', '20.001', '25', '06000000', '09999999', '78110000', '78899999', NULL, 1652897622),
(49856, '3220', '500.00', '6', '20.001', '25', '06000000', '09999999', '78110000', '78899999', NULL, 1652897623),
(49857, '3298', '290.00', '8', '25.001', '30', '06000000', '09999999', '78110000', '78899999', NULL, 1652897623),
(49858, '3220', '609.00', '6', '25.001', '30', '06000000', '09999999', '78110000', '78899999', NULL, 1652897623),
(49859, '3298', '90.00', '9', '0.3', '5', '06000000', '09999999', '78900000', '78930999', NULL, 1652897624),
(49860, '3220', '183.00', '5', '0.3', '5', '06000000', '09999999', '78900000', '78930999', NULL, 1652897624),
(49861, '3298', '133.00', '9', '5.001', '10', '06000000', '09999999', '78900000', '78930999', NULL, 1652897624),
(49862, '3220', '266.00', '5', '5.001', '10', '06000000', '09999999', '78900000', '78930999', NULL, 1652897625),
(49863, '3298', '215.00', '9', '10.001', '15', '06000000', '09999999', '78900000', '78930999', NULL, 1652897625),
(49864, '3220', '430.00', '5', '10.001', '15', '06000000', '09999999', '78900000', '78930999', NULL, 1652897625),
(49865, '3298', '298.00', '9', '15.001', '20', '06000000', '09999999', '78900000', '78930999', NULL, 1652897625),
(49866, '3220', '595.00', '5', '15.001', '20', '06000000', '09999999', '78900000', '78930999', NULL, 1652897626),
(49867, '3298', '380.00', '9', '20.001', '25', '06000000', '09999999', '78900000', '78930999', NULL, 1652897626),
(49868, '3220', '760.00', '5', '20.001', '25', '06000000', '09999999', '78900000', '78930999', NULL, 1652897626),
(49869, '3298', '463.00', '9', '25.001', '30', '06000000', '09999999', '78900000', '78930999', NULL, 1652897627),
(49870, '3220', '925.00', '5', '25.001', '30', '06000000', '09999999', '78900000', '78930999', NULL, 1652897627),
(49871, '3298', '50.00', '10', '0.3', '5', '06000000', '09999999', '78931000', '78999999', NULL, 1652897627),
(49872, '3220', '124.00', '6', '0.3', '5', '06000000', '09999999', '78931000', '78999999', NULL, 1652897628),
(49873, '3298', '83.00', '10', '5.001', '10', '06000000', '09999999', '78931000', '78999999', NULL, 1652897628),
(49874, '3220', '175.00', '6', '5.001', '10', '06000000', '09999999', '78931000', '78999999', NULL, 1652897628),
(49875, '3298', '135.00', '10', '10.001', '15', '06000000', '09999999', '78931000', '78999999', NULL, 1652897629),
(49876, '3220', '283.00', '6', '10.001', '15', '06000000', '09999999', '78931000', '78999999', NULL, 1652897629),
(49877, '3298', '186.00', '10', '15.001', '20', '06000000', '09999999', '78931000', '78999999', NULL, 1652897629),
(49878, '3220', '392.00', '6', '15.001', '20', '06000000', '09999999', '78931000', '78999999', NULL, 1652897630),
(49879, '3298', '238.00', '10', '20.001', '25', '06000000', '09999999', '78931000', '78999999', NULL, 1652897630),
(49880, '3220', '500.00', '6', '20.001', '25', '06000000', '09999999', '78931000', '78999999', NULL, 1652897630),
(49881, '3298', '290.00', '10', '25.001', '30', '06000000', '09999999', '78931000', '78999999', NULL, 1652897631),
(49882, '3220', '609.00', '6', '25.001', '30', '06000000', '09999999', '78931000', '78999999', NULL, 1652897631),
(49883, '3298', '30.00', '5', '0.3', '5', '06000000', '09999999', '79000000', '79129999', NULL, 1652897632),
(49884, '3220', '59.00', '1', '0.3', '5', '06000000', '09999999', '79000000', '79129999', NULL, 1652897632),
(49885, '3298', '44.00', '5', '5.001', '10', '06000000', '09999999', '79000000', '79129999', NULL, 1652897632),
(49886, '3220', '93.00', '1', '5.001', '10', '06000000', '09999999', '79000000', '79129999', NULL, 1652897632),
(49887, '3298', '71.00', '5', '10.001', '15', '06000000', '09999999', '79000000', '79129999', NULL, 1652897633),
(49888, '3220', '150.00', '1', '10.001', '15', '06000000', '09999999', '79000000', '79129999', NULL, 1652897633),
(49889, '3298', '99.00', '5', '15.001', '20', '06000000', '09999999', '79000000', '79129999', NULL, 1652897633),
(49890, '3220', '208.00', '1', '15.001', '20', '06000000', '09999999', '79000000', '79129999', NULL, 1652897634),
(49891, '3298', '126.00', '5', '20.001', '25', '06000000', '09999999', '79000000', '79129999', NULL, 1652897634),
(49892, '3220', '266.00', '1', '20.001', '25', '06000000', '09999999', '79000000', '79129999', NULL, 1652897635),
(49893, '3298', '153.00', '5', '25.001', '30', '06000000', '09999999', '79000000', '79129999', NULL, 1652897635),
(49894, '3220', '324.00', '1', '25.001', '30', '06000000', '09999999', '79000000', '79129999', NULL, 1652897635),
(49895, '3298', '44.00', '8', '0.3', '5', '06000000', '09999999', '79130000', '79999999', NULL, 1652897636),
(49896, '3220', '102.00', '5', '0.3', '5', '06000000', '09999999', '79130000', '79999999', NULL, 1652897636),
(49897, '3298', '74.00', '8', '5.001', '10', '06000000', '09999999', '79130000', '79999999', NULL, 1652897636),
(49898, '3220', '141.00', '5', '5.001', '10', '06000000', '09999999', '79130000', '79999999', NULL, 1652897637),
(49899, '3298', '120.00', '8', '10.001', '15', '06000000', '09999999', '79130000', '79999999', NULL, 1652897637),
(49900, '3220', '229.00', '5', '10.001', '15', '06000000', '09999999', '79130000', '79999999', NULL, 1652897637),
(49901, '3298', '166.00', '8', '15.001', '20', '06000000', '09999999', '79130000', '79999999', NULL, 1652897638),
(49902, '3220', '316.00', '5', '15.001', '20', '06000000', '09999999', '79130000', '79999999', NULL, 1652897638),
(49903, '3298', '212.00', '8', '20.001', '25', '06000000', '09999999', '79130000', '79999999', NULL, 1652897638),
(49904, '3220', '404.00', '5', '20.001', '25', '06000000', '09999999', '79130000', '79999999', NULL, 1652897639),
(49905, '3298', '258.00', '8', '25.001', '30', '06000000', '09999999', '79130000', '79999999', NULL, 1652897639),
(49906, '3220', '492.00', '5', '25.001', '30', '06000000', '09999999', '79130000', '79999999', NULL, 1652897639),
(49907, '3298', '30.00', '5', '0.3', '5', '06000000', '09999999', '80000000', '82999999', NULL, 1652897640),
(49908, '3220', '59.00', '1', '0.3', '5', '06000000', '09999999', '80000000', '82999999', NULL, 1652897640),
(49909, '3298', '44.00', '5', '5.001', '10', '06000000', '09999999', '80000000', '82999999', NULL, 1652897640),
(49910, '3220', '93.00', '1', '5.001', '10', '06000000', '09999999', '80000000', '82999999', NULL, 1652897641),
(49911, '3298', '71.00', '5', '10.001', '15', '06000000', '09999999', '80000000', '82999999', NULL, 1652897641),
(49912, '3220', '150.00', '1', '10.001', '15', '06000000', '09999999', '80000000', '82999999', NULL, 1652897641),
(49913, '3298', '99.00', '5', '15.001', '20', '06000000', '09999999', '80000000', '82999999', NULL, 1652897642),
(49914, '3220', '208.00', '1', '15.001', '20', '06000000', '09999999', '80000000', '82999999', NULL, 1652897642),
(49915, '3298', '126.00', '5', '20.001', '25', '06000000', '09999999', '80000000', '82999999', NULL, 1652897642),
(49916, '3220', '266.00', '1', '20.001', '25', '06000000', '09999999', '80000000', '82999999', NULL, 1652897643),
(49917, '3298', '153.00', '5', '25.001', '30', '06000000', '09999999', '80000000', '82999999', NULL, 1652897643),
(49918, '3220', '324.00', '1', '25.001', '30', '06000000', '09999999', '80000000', '82999999', NULL, 1652897644),
(49919, '3298', '30.00', '5', '0.3', '5', '06000000', '09999999', '80000000', '83800999', NULL, 1652897644),
(49920, '3220', '59.00', '1', '0.3', '5', '06000000', '09999999', '80000000', '83800999', NULL, 1652897644),
(49921, '3298', '44.00', '5', '5.001', '10', '06000000', '09999999', '80000000', '83800999', NULL, 1652897644),
(49922, '3220', '93.00', '1', '5.001', '10', '06000000', '09999999', '80000000', '83800999', NULL, 1652897645),
(49923, '3298', '71.00', '5', '10.001', '15', '06000000', '09999999', '80000000', '83800999', NULL, 1652897645),
(49924, '3220', '150.00', '1', '10.001', '15', '06000000', '09999999', '80000000', '83800999', NULL, 1652897645),
(49925, '3298', '99.00', '5', '15.001', '20', '06000000', '09999999', '80000000', '83800999', NULL, 1652897646),
(49926, '3220', '208.00', '1', '15.001', '20', '06000000', '09999999', '80000000', '83800999', NULL, 1652897646),
(49927, '3298', '126.00', '5', '20.001', '25', '06000000', '09999999', '80000000', '83800999', NULL, 1652897646),
(49928, '3220', '266.00', '1', '20.001', '25', '06000000', '09999999', '80000000', '83800999', NULL, 1652897647),
(49929, '3298', '153.00', '5', '25.001', '30', '06000000', '09999999', '80000000', '83800999', NULL, 1652897647),
(49930, '3220', '324.00', '1', '25.001', '30', '06000000', '09999999', '80000000', '83800999', NULL, 1652897647),
(49931, '3298', '44.00', '7', '0.3', '5', '06000000', '09999999', '83801000', '87999999', NULL, 1652897647),
(49932, '3220', '102.00', '4', '0.3', '5', '06000000', '09999999', '83801000', '87999999', NULL, 1652897648),
(49933, '3298', '74.00', '7', '5.001', '10', '06000000', '09999999', '83801000', '87999999', NULL, 1652897648),
(49934, '3220', '141.00', '4', '5.001', '10', '06000000', '09999999', '83801000', '87999999', NULL, 1652897649),
(49935, '3298', '120.00', '7', '10.001', '15', '06000000', '09999999', '83801000', '87999999', NULL, 1652897649),
(49936, '3220', '229.00', '4', '10.001', '15', '06000000', '09999999', '83801000', '87999999', NULL, 1652897649),
(49937, '3298', '166.00', '7', '15.001', '20', '06000000', '09999999', '83801000', '87999999', NULL, 1652897650),
(49938, '3220', '316.00', '4', '15.001', '20', '06000000', '09999999', '83801000', '87999999', NULL, 1652897650),
(49939, '3298', '212.00', '7', '20.001', '25', '06000000', '09999999', '83801000', '87999999', NULL, 1652897652),
(49940, '3220', '404.00', '4', '20.001', '25', '06000000', '09999999', '83801000', '87999999', NULL, 1652897652),
(49941, '3298', '258.00', '7', '25.001', '30', '06000000', '09999999', '83801000', '87999999', NULL, 1652897652),
(49942, '3220', '492.00', '4', '25.001', '30', '06000000', '09999999', '83801000', '87999999', NULL, 1652897653),
(49943, '3298', '30.00', '5', '0.3', '5', '06000000', '09999999', '88000000', '82999999', NULL, 1652897653),
(49944, '3220', '59.00', '1', '0.3', '5', '06000000', '09999999', '88000000', '82999999', NULL, 1652897653),
(49945, '3298', '44.00', '5', '5.001', '10', '06000000', '09999999', '88000000', '82999999', NULL, 1652897654),
(49946, '3220', '93.00', '1', '5.001', '10', '06000000', '09999999', '88000000', '82999999', NULL, 1652897654),
(49947, '3298', '71.00', '5', '10.001', '15', '06000000', '09999999', '88000000', '82999999', NULL, 1652897654),
(49948, '3220', '150.00', '1', '10.001', '15', '06000000', '09999999', '88000000', '82999999', NULL, 1652897655),
(49949, '3298', '99.00', '5', '15.001', '20', '06000000', '09999999', '88000000', '82999999', NULL, 1652897655),
(49950, '3220', '208.00', '1', '15.001', '20', '06000000', '09999999', '88000000', '82999999', NULL, 1652897655),
(49951, '3298', '126.00', '5', '20.001', '25', '06000000', '09999999', '88000000', '82999999', NULL, 1652897655),
(49952, '3220', '266.00', '1', '20.001', '25', '06000000', '09999999', '88000000', '82999999', NULL, 1652897656),
(49953, '3298', '153.00', '5', '25.001', '30', '06000000', '09999999', '88000000', '82999999', NULL, 1652897656),
(49954, '3220', '324.00', '1', '25.001', '30', '06000000', '09999999', '88000000', '82999999', NULL, 1652897656),
(49955, '3298', '30.00', '5', '0.3', '5', '06000000', '09999999', '88000000', '88469999', NULL, 1652897656),
(49956, '3220', '59.00', '1', '0.3', '5', '06000000', '09999999', '88000000', '88469999', NULL, 1652897657),
(49957, '3298', '44.00', '5', '5.001', '10', '06000000', '09999999', '88000000', '88469999', NULL, 1652897657),
(49958, '3220', '93.00', '1', '5.001', '10', '06000000', '09999999', '88000000', '88469999', NULL, 1652897658),
(49959, '3298', '71.00', '5', '10.001', '15', '06000000', '09999999', '88000000', '88469999', NULL, 1652897658),
(49960, '3220', '150.00', '1', '10.001', '15', '06000000', '09999999', '88000000', '88469999', NULL, 1652897658),
(49961, '3298', '99.00', '5', '15.001', '20', '06000000', '09999999', '88000000', '88469999', NULL, 1652897658),
(49962, '3220', '208.00', '1', '15.001', '20', '06000000', '09999999', '88000000', '88469999', NULL, 1652897659),
(49963, '3298', '126.00', '5', '20.001', '25', '06000000', '09999999', '88000000', '88469999', NULL, 1652897659),
(49964, '3220', '266.00', '1', '20.001', '25', '06000000', '09999999', '88000000', '88469999', NULL, 1652897659),
(49965, '3298', '153.00', '5', '25.001', '30', '06000000', '09999999', '88000000', '88469999', NULL, 1652897659),
(49966, '3220', '324.00', '1', '25.001', '30', '06000000', '09999999', '88000000', '88469999', NULL, 1652897660),
(49967, '3298', '38.00', '6', '0.3', '5', '06000000', '09999999', '88470000', '89999999', NULL, 1652897660),
(49968, '3220', '85.00', '2', '0.3', '5', '06000000', '09999999', '88470000', '89999999', NULL, 1652897661),
(49969, '3298', '63.00', '6', '5.001', '10', '06000000', '09999999', '88470000', '89999999', NULL, 1652897661),
(49970, '3220', '118.00', '2', '5.001', '10', '06000000', '09999999', '88470000', '89999999', NULL, 1652897661),
(49971, '3298', '103.00', '6', '10.001', '15', '06000000', '09999999', '88470000', '89999999', NULL, 1652897661),
(49972, '3220', '192.00', '2', '10.001', '15', '06000000', '09999999', '88470000', '89999999', NULL, 1652897662),
(49973, '3298', '142.00', '6', '15.001', '20', '06000000', '09999999', '88470000', '89999999', NULL, 1652897662),
(49974, '3220', '266.00', '2', '15.001', '20', '06000000', '09999999', '88470000', '89999999', NULL, 1652897662),
(49975, '3298', '182.00', '6', '20.001', '25', '06000000', '09999999', '88470000', '89999999', NULL, 1652897662),
(49976, '3220', '339.00', '2', '20.001', '25', '06000000', '09999999', '88470000', '89999999', NULL, 1652897663),
(49977, '3298', '221.00', '6', '25.001', '30', '06000000', '09999999', '88470000', '89999999', NULL, 1652897663),
(49978, '3220', '413.00', '2', '25.001', '30', '06000000', '09999999', '88470000', '89999999', NULL, 1652897663),
(49979, '3298', '30.00', '5', '0.3', '5', '06000000', '09999999', '90000000', '91999999', NULL, 1652897664),
(49980, '3220', '59.00', '1', '0.3', '5', '06000000', '09999999', '90000000', '91999999', NULL, 1652897664),
(49981, '3298', '44.00', '5', '5.001', '10', '06000000', '09999999', '90000000', '91999999', NULL, 1652897664),
(49982, '3220', '93.00', '1', '5.001', '10', '06000000', '09999999', '90000000', '91999999', NULL, 1652897665),
(49983, '3298', '71.00', '5', '10.001', '15', '06000000', '09999999', '90000000', '91999999', NULL, 1652897665),
(49984, '3220', '150.00', '1', '10.001', '15', '06000000', '09999999', '90000000', '91999999', NULL, 1652897665),
(49985, '3298', '99.00', '5', '15.001', '20', '06000000', '09999999', '90000000', '91999999', NULL, 1652897666),
(49986, '3220', '208.00', '1', '15.001', '20', '06000000', '09999999', '90000000', '91999999', NULL, 1652897666),
(49987, '3298', '126.00', '5', '20.001', '25', '06000000', '09999999', '90000000', '91999999', NULL, 1652897666),
(49988, '3220', '266.00', '1', '20.001', '25', '06000000', '09999999', '90000000', '91999999', NULL, 1652897667),
(49989, '3298', '153.00', '5', '25.001', '30', '06000000', '09999999', '90000000', '91999999', NULL, 1652897667),
(49990, '3220', '324.00', '1', '25.001', '30', '06000000', '09999999', '90000000', '91999999', NULL, 1652897667),
(49991, '3298', '30.00', '6', '0.3', '5', '06000000', '09999999', '90000000', '94900999', NULL, 1652897668),
(49992, '3220', '59.00', '2', '0.3', '5', '06000000', '09999999', '90000000', '94900999', NULL, 1652897668),
(49993, '3298', '44.00', '6', '5.001', '10', '06000000', '09999999', '90000000', '94900999', NULL, 1652897668),
(49994, '3220', '93.00', '2', '5.001', '10', '06000000', '09999999', '90000000', '94900999', NULL, 1652897670),
(49995, '3298', '71.00', '6', '10.001', '15', '06000000', '09999999', '90000000', '94900999', NULL, 1652897670),
(49996, '3220', '150.00', '2', '10.001', '15', '06000000', '09999999', '90000000', '94900999', NULL, 1652897670),
(49997, '3298', '99.00', '6', '15.001', '20', '06000000', '09999999', '90000000', '94900999', NULL, 1652897670),
(49998, '3220', '208.00', '2', '15.001', '20', '06000000', '09999999', '90000000', '94900999', NULL, 1652897671),
(49999, '3298', '126.00', '6', '20.001', '25', '06000000', '09999999', '90000000', '94900999', NULL, 1652897671),
(50000, '3220', '266.00', '2', '20.001', '25', '06000000', '09999999', '90000000', '94900999', NULL, 1652897672),
(50001, '3298', '153.00', '6', '25.001', '30', '06000000', '09999999', '90000000', '94900999', NULL, 1652897672),
(50002, '3220', '324.00', '2', '25.001', '30', '06000000', '09999999', '90000000', '94900999', NULL, 1652897672),
(50003, '3298', '44.00', '10', '0.3', '5', '06000000', '09999999', '94901000', '99999999', NULL, 1652897673),
(50004, '3220', '102.00', '6', '0.3', '5', '06000000', '09999999', '94901000', '99999999', NULL, 1652897673),
(50005, '3298', '74.00', '10', '5.001', '10', '06000000', '09999999', '94901000', '99999999', NULL, 1652897673),
(50006, '3220', '141.00', '6', '5.001', '10', '06000000', '09999999', '94901000', '99999999', NULL, 1652897673),
(50007, '3298', '120.00', '10', '10.001', '15', '06000000', '09999999', '94901000', '99999999', NULL, 1652897674),
(50008, '3220', '229.00', '6', '10.001', '15', '06000000', '09999999', '94901000', '99999999', NULL, 1652897674),
(50009, '3298', '166.00', '10', '15.001', '20', '06000000', '09999999', '94901000', '99999999', NULL, 1652897674),
(50010, '3220', '316.00', '6', '15.001', '20', '06000000', '09999999', '94901000', '99999999', NULL, 1652897675),
(50011, '3298', '212.00', '10', '20.001', '25', '06000000', '09999999', '94901000', '99999999', NULL, 1652897675),
(50012, '3220', '404.00', '6', '20.001', '25', '06000000', '09999999', '94901000', '99999999', NULL, 1652897675),
(50013, '3298', '258.00', '10', '25.001', '30', '06000000', '09999999', '94901000', '99999999', NULL, 1652897675),
(50014, '3220', '492.00', '6', '25.001', '30', '06000000', '09999999', '94901000', '99999999', NULL, 1652897676),
(50015, '3298', '24.00', '5', '0.3', '5', '11000000', '11999999', '01000000', '08499999', NULL, 1652897676),
(50016, '3220', '20.00', '1', '0.3', '5', '11000000', '11999999', '01000000', '08499999', NULL, 1652897677),
(50017, '3298', '30.00', '5', '5.001', '10', '11000000', '11999999', '01000000', '08499999', NULL, 1652897677),
(50018, '3220', '26.00', '1', '5.001', '10', '11000000', '11999999', '01000000', '08499999', NULL, 1652897677),
(50019, '3298', '49.00', '5', '10.001', '15', '11000000', '11999999', '01000000', '08499999', NULL, 1652897678),
(50020, '3220', '42.00', '1', '10.001', '15', '11000000', '11999999', '01000000', '08499999', NULL, 1652897678),
(50021, '3298', '67.00', '5', '15.001', '20', '11000000', '11999999', '01000000', '08499999', NULL, 1652897679),
(50022, '3220', '59.00', '1', '15.001', '20', '11000000', '11999999', '01000000', '08499999', NULL, 1652897679),
(50023, '3298', '86.00', '5', '20.001', '25', '11000000', '11999999', '01000000', '08499999', NULL, 1652897679),
(50024, '3220', '75.00', '1', '20.001', '25', '11000000', '11999999', '01000000', '08499999', NULL, 1652897680),
(50025, '3298', '105.00', '5', '25.001', '30', '11000000', '11999999', '01000000', '08499999', NULL, 1652897680),
(50026, '3220', '91.00', '1', '25.001', '30', '11000000', '11999999', '01000000', '08499999', NULL, 1652897680),
(50027, '3298', '24.00', '6', '0.3', '5', '11000000', '11999999', '06000000', '09999999', NULL, 1652897681),
(50028, '3220', '20.00', '2', '0.3', '5', '11000000', '11999999', '06000000', '09999999', NULL, 1652897681),
(50029, '3298', '30.00', '6', '5.001', '10', '11000000', '11999999', '06000000', '09999999', NULL, 1652897682),
(50030, '3220', '26.00', '2', '5.001', '10', '11000000', '11999999', '06000000', '09999999', NULL, 1652897682),
(50031, '3298', '49.00', '6', '10.001', '15', '11000000', '11999999', '06000000', '09999999', NULL, 1652897683),
(50032, '3220', '42.00', '2', '10.001', '15', '11000000', '11999999', '06000000', '09999999', NULL, 1652897683),
(50033, '3298', '67.00', '6', '15.001', '20', '11000000', '11999999', '06000000', '09999999', NULL, 1652897683),
(50034, '3220', '59.00', '2', '15.001', '20', '11000000', '11999999', '06000000', '09999999', NULL, 1652897684),
(50035, '3298', '86.00', '6', '20.001', '25', '11000000', '11999999', '06000000', '09999999', NULL, 1652897684),
(50036, '3220', '75.00', '2', '20.001', '25', '11000000', '11999999', '06000000', '09999999', NULL, 1652897685),
(50037, '3298', '105.00', '6', '25.001', '30', '11000000', '11999999', '06000000', '09999999', NULL, 1652897685),
(50038, '3220', '91.00', '2', '25.001', '30', '11000000', '11999999', '06000000', '09999999', NULL, 1652897686),
(50039, '3298', '24.00', '5', '0.3', '5', '11000000', '11999999', '11000000', '11999999', NULL, 1652897686),
(50040, '3220', '20.00', '1', '0.3', '5', '11000000', '11999999', '11000000', '11999999', NULL, 1652897686),
(50041, '3298', '30.00', '5', '5.001', '10', '11000000', '11999999', '11000000', '11999999', NULL, 1652897687),
(50042, '3220', '26.00', '1', '5.001', '10', '11000000', '11999999', '11000000', '11999999', NULL, 1652897687),
(50043, '3298', '49.00', '5', '10.001', '15', '11000000', '11999999', '11000000', '11999999', NULL, 1652897688),
(50044, '3220', '42.00', '1', '10.001', '15', '11000000', '11999999', '11000000', '11999999', NULL, 1652897688),
(50045, '3298', '67.00', '5', '15.001', '20', '11000000', '11999999', '11000000', '11999999', NULL, 1652897689),
(50046, '3220', '59.00', '1', '15.001', '20', '11000000', '11999999', '11000000', '11999999', NULL, 1652897689),
(50047, '3298', '86.00', '5', '20.001', '25', '11000000', '11999999', '11000000', '11999999', NULL, 1652897689),
(50048, '3220', '75.00', '1', '20.001', '25', '11000000', '11999999', '11000000', '11999999', NULL, 1652897690),
(50049, '3298', '105.00', '5', '25.001', '30', '11000000', '11999999', '11000000', '11999999', NULL, 1652897690),
(50050, '3220', '91.00', '1', '25.001', '30', '11000000', '11999999', '11000000', '11999999', NULL, 1652897691),
(50051, '3298', '24.00', '6', '0.3', '5', '11000000', '11999999', '12000000', '19999999', NULL, 1652897691),
(50052, '3220', '33.00', '2', '0.3', '5', '11000000', '11999999', '12000000', '19999999', NULL, 1652897692),
(50053, '3298', '30.00', '6', '5.001', '10', '11000000', '11999999', '12000000', '19999999', NULL, 1652897692),
(50054, '3220', '47.00', '2', '5.001', '10', '11000000', '11999999', '12000000', '19999999', NULL, 1652897693),
(50055, '3298', '49.00', '6', '10.001', '15', '11000000', '11999999', '12000000', '19999999', NULL, 1652897693),
(50056, '3220', '76.00', '2', '10.001', '15', '11000000', '11999999', '12000000', '19999999', NULL, 1652897693),
(50057, '3298', '67.00', '6', '15.001', '20', '11000000', '11999999', '12000000', '19999999', NULL, 1652897695),
(50058, '3220', '106.00', '2', '15.001', '20', '11000000', '11999999', '12000000', '19999999', NULL, 1652897695),
(50059, '3298', '86.00', '6', '20.001', '25', '11000000', '11999999', '12000000', '19999999', NULL, 1652897696),
(50060, '3220', '135.00', '2', '20.001', '25', '11000000', '11999999', '12000000', '19999999', NULL, 1652897696),
(50061, '3298', '105.00', '6', '25.001', '30', '11000000', '11999999', '12000000', '19999999', NULL, 1652897697),
(50062, '3220', '165.00', '2', '25.001', '30', '11000000', '11999999', '12000000', '19999999', NULL, 1652897697),
(50063, '3298', '44.00', '8', '0.3', '5', '11000000', '11999999', '26601000', '28999999', NULL, 1652897705),
(50064, '3220', '102.00', '5', '0.3', '5', '11000000', '11999999', '26601000', '28999999', NULL, 1652897705),
(50065, '3298', '74.00', '8', '5.001', '10', '11000000', '11999999', '26601000', '28999999', NULL, 1652897706),
(50066, '3220', '141.00', '5', '5.001', '10', '11000000', '11999999', '26601000', '28999999', NULL, 1652897706),
(50067, '3298', '120.00', '8', '10.001', '15', '11000000', '11999999', '26601000', '28999999', NULL, 1652897707),
(50068, '3220', '229.00', '5', '10.001', '15', '11000000', '11999999', '26601000', '28999999', NULL, 1652897707),
(50069, '3298', '166.00', '8', '15.001', '20', '11000000', '11999999', '26601000', '28999999', NULL, 1652897707),
(50070, '3220', '316.00', '5', '15.001', '20', '11000000', '11999999', '26601000', '28999999', NULL, 1652897708),
(50071, '3298', '212.00', '8', '20.001', '25', '11000000', '11999999', '26601000', '28999999', NULL, 1652897708),
(50072, '3220', '404.00', '5', '20.001', '25', '11000000', '11999999', '26601000', '28999999', NULL, 1652897709),
(50073, '3298', '258.00', '8', '25.001', '30', '11000000', '11999999', '26601000', '28999999', NULL, 1652897709),
(50074, '3220', '492.00', '5', '25.001', '30', '11000000', '11999999', '26601000', '28999999', NULL, 1652897710),
(50075, '3298', '30.00', '6', '0.3', '5', '11000000', '11999999', '29000000', '29099999', NULL, 1652897710),
(50076, '3220', '59.00', '2', '0.3', '5', '11000000', '11999999', '29000000', '29099999', NULL, 1652897710),
(50077, '3298', '44.00', '6', '5.001', '10', '11000000', '11999999', '29000000', '29099999', NULL, 1652897711),
(50078, '3220', '93.00', '2', '5.001', '10', '11000000', '11999999', '29000000', '29099999', NULL, 1652897711),
(50079, '3298', '71.00', '6', '10.001', '15', '11000000', '11999999', '29000000', '29099999', NULL, 1652897711),
(50080, '3220', '150.00', '2', '10.001', '15', '11000000', '11999999', '29000000', '29099999', NULL, 1652897712),
(50081, '3298', '99.00', '6', '15.001', '20', '11000000', '11999999', '29000000', '29099999', NULL, 1652897712),
(50082, '3220', '208.00', '2', '15.001', '20', '11000000', '11999999', '29000000', '29099999', NULL, 1652897713),
(50083, '3298', '126.00', '6', '20.001', '25', '11000000', '11999999', '29000000', '29099999', NULL, 1652897713),
(50084, '3220', '266.00', '2', '20.001', '25', '11000000', '11999999', '29000000', '29099999', NULL, 1652897714),
(50085, '3298', '153.00', '6', '25.001', '30', '11000000', '11999999', '29000000', '29099999', NULL, 1652897714),
(50086, '3220', '324.00', '2', '25.001', '30', '11000000', '11999999', '29000000', '29099999', NULL, 1652897714),
(50087, '3298', '44.00', '8', '0.3', '5', '11000000', '11999999', '29100000', '29999999', NULL, 1652897715),
(50088, '3220', '102.00', '5', '0.3', '5', '11000000', '11999999', '29100000', '29999999', NULL, 1652897715),
(50089, '3298', '74.00', '8', '5.001', '10', '11000000', '11999999', '29100000', '29999999', NULL, 1652897716),
(50090, '3220', '141.00', '5', '5.001', '10', '11000000', '11999999', '29100000', '29999999', NULL, 1652897716),
(50091, '3298', '120.00', '8', '10.001', '15', '11000000', '11999999', '29100000', '29999999', NULL, 1652897716),
(50092, '3220', '229.00', '5', '10.001', '15', '11000000', '11999999', '29100000', '29999999', NULL, 1652897717),
(50093, '3298', '166.00', '8', '15.001', '20', '11000000', '11999999', '29100000', '29999999', NULL, 1652897717),
(50094, '3220', '316.00', '5', '15.001', '20', '11000000', '11999999', '29100000', '29999999', NULL, 1652897717),
(50095, '3298', '212.00', '8', '20.001', '25', '11000000', '11999999', '29100000', '29999999', NULL, 1652897718),
(50096, '3220', '404.00', '5', '20.001', '25', '11000000', '11999999', '29100000', '29999999', NULL, 1652897718),
(50097, '3298', '258.00', '8', '25.001', '30', '11000000', '11999999', '29100000', '29999999', NULL, 1652897718),
(50098, '3220', '492.00', '5', '25.001', '30', '11000000', '11999999', '29100000', '29999999', NULL, 1652897719),
(50099, '3298', '30.00', '6', '0.3', '5', '11000000', '11999999', '30000000', '31999999', NULL, 1652897719),
(50100, '3220', '59.00', '2', '0.3', '5', '11000000', '11999999', '30000000', '31999999', NULL, 1652897719),
(50101, '3298', '44.00', '6', '5.001', '10', '11000000', '11999999', '30000000', '31999999', NULL, 1652897720),
(50102, '3220', '93.00', '2', '5.001', '10', '11000000', '11999999', '30000000', '31999999', NULL, 1652897720),
(50103, '3298', '71.00', '6', '10.001', '15', '11000000', '11999999', '30000000', '31999999', NULL, 1652897721),
(50104, '3220', '150.00', '2', '10.001', '15', '11000000', '11999999', '30000000', '31999999', NULL, 1652897721),
(50105, '3298', '99.00', '6', '15.001', '20', '11000000', '11999999', '30000000', '31999999', NULL, 1652897721),
(50106, '3220', '208.00', '2', '15.001', '20', '11000000', '11999999', '30000000', '31999999', NULL, 1652897722),
(50107, '3298', '126.00', '6', '20.001', '25', '11000000', '11999999', '30000000', '31999999', NULL, 1652897722),
(50108, '3220', '266.00', '2', '20.001', '25', '11000000', '11999999', '30000000', '31999999', NULL, 1652897723),
(50109, '3298', '153.00', '6', '25.001', '30', '11000000', '11999999', '30000000', '31999999', NULL, 1652897723),
(50110, '3220', '324.00', '2', '25.001', '30', '11000000', '11999999', '30000000', '31999999', NULL, 1652897723),
(50111, '3298', '30.00', '6', '0.3', '5', '11000000', '11999999', '30000000', '34999999', NULL, 1652897724),
(50112, '3220', '59.00', '2', '0.3', '5', '11000000', '11999999', '30000000', '34999999', NULL, 1652897724),
(50113, '3298', '44.00', '6', '5.001', '10', '11000000', '11999999', '30000000', '34999999', NULL, 1652897725),
(50114, '3220', '93.00', '2', '5.001', '10', '11000000', '11999999', '30000000', '34999999', NULL, 1652897735),
(50115, '3298', '71.00', '6', '10.001', '15', '11000000', '11999999', '30000000', '34999999', NULL, 1652897736),
(50116, '3220', '150.00', '2', '10.001', '15', '11000000', '11999999', '30000000', '34999999', NULL, 1652897737),
(50117, '3298', '99.00', '6', '15.001', '20', '11000000', '11999999', '30000000', '34999999', NULL, 1652897743),
(50118, '3220', '208.00', '2', '15.001', '20', '11000000', '11999999', '30000000', '34999999', NULL, 1652897743),
(50119, '3298', '126.00', '6', '20.001', '25', '11000000', '11999999', '30000000', '34999999', NULL, 1652897744),
(50120, '3220', '266.00', '2', '20.001', '25', '11000000', '11999999', '30000000', '34999999', NULL, 1652897744),
(50121, '3298', '153.00', '6', '25.001', '30', '11000000', '11999999', '30000000', '34999999', NULL, 1652897744),
(50122, '3220', '324.00', '2', '25.001', '30', '11000000', '11999999', '30000000', '34999999', NULL, 1652897751),
(50123, '3298', '44.00', '8', '0.3', '5', '11000000', '11999999', '35000000', '39999999', NULL, 1652897751),
(50124, '3220', '102.00', '5', '0.3', '5', '11000000', '11999999', '35000000', '39999999', NULL, 1652897751),
(50125, '3298', '74.00', '8', '5.001', '10', '11000000', '11999999', '35000000', '39999999', NULL, 1652897752),
(50126, '3220', '141.00', '5', '5.001', '10', '11000000', '11999999', '35000000', '39999999', NULL, 1652897752),
(50127, '3298', '120.00', '8', '10.001', '15', '11000000', '11999999', '35000000', '39999999', NULL, 1652897753),
(50128, '3220', '229.00', '5', '10.001', '15', '11000000', '11999999', '35000000', '39999999', NULL, 1652897753),
(50129, '3298', '166.00', '8', '15.001', '20', '11000000', '11999999', '35000000', '39999999', NULL, 1652897753),
(50130, '3220', '316.00', '5', '15.001', '20', '11000000', '11999999', '35000000', '39999999', NULL, 1652897754),
(50131, '3298', '212.00', '8', '20.001', '25', '11000000', '11999999', '35000000', '39999999', NULL, 1652897754),
(50132, '3220', '404.00', '5', '20.001', '25', '11000000', '11999999', '35000000', '39999999', NULL, 1652897759),
(50133, '3298', '258.00', '8', '25.001', '30', '11000000', '11999999', '35000000', '39999999', NULL, 1652897759),
(50134, '3220', '492.00', '5', '25.001', '30', '11000000', '11999999', '35000000', '39999999', NULL, 1652897759),
(50135, '3298', '34.00', '6', '0.3', '5', '11000000', '11999999', '40000000', '41999999', NULL, 1652897760),
(50136, '3220', '80.00', '2', '0.3', '5', '11000000', '11999999', '40000000', '41999999', NULL, 1652897760),
(50137, '3298', '50.00', '6', '5.001', '10', '11000000', '11999999', '40000000', '41999999', NULL, 1652897760),
(50138, '3220', '125.00', '2', '5.001', '10', '11000000', '11999999', '40000000', '41999999', NULL, 1652897760),
(50139, '3298', '82.00', '6', '10.001', '15', '11000000', '11999999', '40000000', '41999999', NULL, 1652897761),
(50140, '3220', '203.00', '2', '10.001', '15', '11000000', '11999999', '40000000', '41999999', NULL, 1652897761),
(50141, '3298', '113.00', '6', '15.001', '20', '11000000', '11999999', '40000000', '41999999', NULL, 1652897761),
(50142, '3220', '281.00', '2', '15.001', '20', '11000000', '11999999', '40000000', '41999999', NULL, 1652897762),
(50143, '3298', '145.00', '6', '20.001', '25', '11000000', '11999999', '40000000', '41999999', NULL, 1652897766),
(50144, '3220', '359.00', '2', '20.001', '25', '11000000', '11999999', '40000000', '41999999', NULL, 1652897766),
(50145, '3298', '176.00', '6', '25.001', '30', '11000000', '11999999', '40000000', '41999999', NULL, 1652897766),
(50146, '3220', '437.00', '2', '25.001', '30', '11000000', '11999999', '40000000', '41999999', NULL, 1652897767),
(50147, '3298', '34.00', '6', '0.3', '5', '11000000', '11999999', '40000000', '44470999', NULL, 1652897767),
(50148, '3220', '80.00', '2', '0.3', '5', '11000000', '11999999', '40000000', '44470999', NULL, 1652897768),
(50149, '3298', '50.00', '6', '5.001', '10', '11000000', '11999999', '40000000', '44470999', NULL, 1652897768),
(50150, '3220', '125.00', '2', '5.001', '10', '11000000', '11999999', '40000000', '44470999', NULL, 1652897769),
(50151, '3298', '82.00', '6', '10.001', '15', '11000000', '11999999', '40000000', '44470999', NULL, 1652897769),
(50152, '3220', '203.00', '2', '10.001', '15', '11000000', '11999999', '40000000', '44470999', NULL, 1652897769),
(50153, '3298', '113.00', '6', '15.001', '20', '11000000', '11999999', '40000000', '44470999', NULL, 1652897769),
(50154, '3220', '281.00', '2', '15.001', '20', '11000000', '11999999', '40000000', '44470999', NULL, 1652897770),
(50155, '3298', '145.00', '6', '20.001', '25', '11000000', '11999999', '40000000', '44470999', NULL, 1652897770),
(50156, '3220', '359.00', '2', '20.001', '25', '11000000', '11999999', '40000000', '44470999', NULL, 1652897771),
(50157, '3298', '176.00', '6', '25.001', '30', '11000000', '11999999', '40000000', '44470999', NULL, 1652897771),
(50158, '3220', '437.00', '2', '25.001', '30', '11000000', '11999999', '40000000', '44470999', NULL, 1652897772),
(50159, '3298', '43.00', '7', '0.3', '5', '11000000', '11999999', '44471000', '48999999', NULL, 1652897773),
(50160, '3220', '104.00', '3', '0.3', '5', '11000000', '11999999', '44471000', '48999999', NULL, 1652897773),
(50161, '3298', '71.00', '7', '5.001', '10', '11000000', '11999999', '44471000', '48999999', NULL, 1652897774),
(50162, '3220', '147.00', '3', '5.001', '10', '11000000', '11999999', '44471000', '48999999', NULL, 1652897774),
(50163, '3298', '116.00', '7', '10.001', '15', '11000000', '11999999', '44471000', '48999999', NULL, 1652897774),
(50164, '3220', '238.00', '3', '10.001', '15', '11000000', '11999999', '44471000', '48999999', NULL, 1652897775),
(50165, '3298', '160.00', '7', '15.001', '20', '11000000', '11999999', '44471000', '48999999', NULL, 1652897776),
(50166, '3220', '329.00', '3', '15.001', '20', '11000000', '11999999', '44471000', '48999999', NULL, 1652897776),
(50167, '3298', '205.00', '7', '20.001', '25', '11000000', '11999999', '44471000', '48999999', NULL, 1652897777),
(50168, '3220', '420.00', '3', '20.001', '25', '11000000', '11999999', '44471000', '48999999', NULL, 1652897777),
(50169, '3298', '249.00', '7', '25.001', '30', '11000000', '11999999', '44471000', '48999999', NULL, 1652897778),
(50170, '3220', '511.00', '3', '25.001', '30', '11000000', '11999999', '44471000', '48999999', NULL, 1652897778),
(50171, '3298', '45.00', '7', '0.3', '5', '11000000', '11999999', '49000000', '49099999', NULL, 1652897779),
(50172, '3220', '137.00', '3', '0.3', '5', '11000000', '11999999', '49000000', '49099999', NULL, 1652897779),
(50173, '3298', '71.00', '7', '5.001', '10', '11000000', '11999999', '49000000', '49099999', NULL, 1652897779),
(50174, '3220', '214.00', '3', '5.001', '10', '11000000', '11999999', '49000000', '49099999', NULL, 1652897780),
(50175, '3298', '116.00', '7', '10.001', '15', '11000000', '11999999', '49000000', '49099999', NULL, 1652897780),
(50176, '3220', '346.00', '3', '10.001', '15', '11000000', '11999999', '49000000', '49099999', NULL, 1652897780),
(50177, '3298', '160.00', '7', '15.001', '20', '11000000', '11999999', '49000000', '49099999', NULL, 1652897781),
(50178, '3220', '479.00', '3', '15.001', '20', '11000000', '11999999', '49000000', '49099999', NULL, 1652897781),
(50179, '3298', '205.00', '7', '20.001', '25', '11000000', '11999999', '49000000', '49099999', NULL, 1652897782),
(50180, '3220', '612.00', '3', '20.001', '25', '11000000', '11999999', '49000000', '49099999', NULL, 1652897782),
(50181, '3298', '249.00', '7', '25.001', '30', '11000000', '11999999', '49000000', '49099999', NULL, 1652897783),
(50182, '3220', '744.00', '3', '25.001', '30', '11000000', '11999999', '49000000', '49099999', NULL, 1652897783),
(50183, '3298', '90.00', '10', '0.3', '5', '11000000', '11999999', '49100000', '49999999', NULL, 1652897784),
(50184, '3220', '183.00', '5', '0.3', '5', '11000000', '11999999', '49100000', '49999999', NULL, 1652897785),
(50185, '3298', '133.00', '10', '5.001', '10', '11000000', '11999999', '49100000', '49999999', NULL, 1652897785),
(50186, '3220', '266.00', '5', '5.001', '10', '11000000', '11999999', '49100000', '49999999', NULL, 1652897785),
(50187, '3298', '215.00', '10', '10.001', '15', '11000000', '11999999', '49100000', '49999999', NULL, 1652897786),
(50188, '3220', '430.00', '5', '10.001', '15', '11000000', '11999999', '49100000', '49999999', NULL, 1652897786),
(50189, '3298', '298.00', '10', '15.001', '20', '11000000', '11999999', '49100000', '49999999', NULL, 1652897786),
(50190, '3220', '595.00', '5', '15.001', '20', '11000000', '11999999', '49100000', '49999999', NULL, 1652897786),
(50191, '3298', '380.00', '10', '20.001', '25', '11000000', '11999999', '49100000', '49999999', NULL, 1652897787),
(50192, '3220', '760.00', '5', '20.001', '25', '11000000', '11999999', '49100000', '49999999', NULL, 1652897787),
(50193, '3298', '463.00', '10', '25.001', '30', '11000000', '11999999', '49100000', '49999999', NULL, 1652897787),
(50194, '3220', '925.00', '5', '25.001', '30', '11000000', '11999999', '49100000', '49999999', NULL, 1652897788),
(50195, '3298', '38.00', '7', '0.3', '5', '11000000', '11999999', '50000000', '52999999', NULL, 1652897788),
(50196, '3220', '113.00', '3', '0.3', '5', '11000000', '11999999', '50000000', '52999999', NULL, 1652897789),
(50197, '3298', '58.00', '7', '5.001', '10', '11000000', '11999999', '50000000', '52999999', NULL, 1652897789),
(50198, '3220', '176.00', '3', '5.001', '10', '11000000', '11999999', '50000000', '52999999', NULL, 1652897789),
(50199, '3298', '94.00', '7', '10.001', '15', '11000000', '11999999', '50000000', '52999999', NULL, 1652897790),
(50200, '3220', '286.00', '3', '10.001', '15', '11000000', '11999999', '50000000', '52999999', NULL, 1652897790),
(50201, '3298', '130.00', '7', '15.001', '20', '11000000', '11999999', '50000000', '52999999', NULL, 1652897790),
(50202, '3220', '396.00', '3', '15.001', '20', '11000000', '11999999', '50000000', '52999999', NULL, 1652897791),
(50203, '3298', '166.00', '7', '20.001', '25', '11000000', '11999999', '50000000', '52999999', NULL, 1652897791),
(50204, '3220', '505.00', '3', '20.001', '25', '11000000', '11999999', '50000000', '52999999', NULL, 1652897791),
(50205, '3298', '202.00', '7', '25.001', '30', '11000000', '11999999', '50000000', '52999999', NULL, 1652897792),
(50206, '3220', '615.00', '3', '25.001', '30', '11000000', '11999999', '50000000', '52999999', NULL, 1652897792),
(50207, '3298', '38.00', '7', '0.3', '5', '11000000', '11999999', '50000000', '54999999', NULL, 1652897792),
(50208, '3220', '113.00', '3', '0.3', '5', '11000000', '11999999', '50000000', '54999999', NULL, 1652897793),
(50209, '3298', '58.00', '7', '5.001', '10', '11000000', '11999999', '50000000', '54999999', NULL, 1652897793),
(50210, '3220', '176.00', '3', '5.001', '10', '11000000', '11999999', '50000000', '54999999', NULL, 1652897793),
(50211, '3298', '94.00', '7', '10.001', '15', '11000000', '11999999', '50000000', '54999999', NULL, 1652897794),
(50212, '3220', '286.00', '3', '10.001', '15', '11000000', '11999999', '50000000', '54999999', NULL, 1652897794),
(50213, '3298', '130.00', '7', '15.001', '20', '11000000', '11999999', '50000000', '54999999', NULL, 1652897794),
(50214, '3220', '396.00', '3', '15.001', '20', '11000000', '11999999', '50000000', '54999999', NULL, 1652897795),
(50215, '3298', '166.00', '7', '20.001', '25', '11000000', '11999999', '50000000', '54999999', NULL, 1652897795),
(50216, '3220', '505.00', '3', '20.001', '25', '11000000', '11999999', '50000000', '54999999', NULL, 1652897795),
(50217, '3298', '202.00', '7', '25.001', '30', '11000000', '11999999', '50000000', '54999999', NULL, 1652897796),
(50218, '3220', '615.00', '3', '25.001', '30', '11000000', '11999999', '50000000', '54999999', NULL, 1652897796),
(50219, '3298', '70.00', '11', '0.3', '5', '11000000', '11999999', '55000000', '56999999', NULL, 1652897796),
(50220, '3220', '157.00', '7', '0.3', '5', '11000000', '11999999', '55000000', '56999999', NULL, 1652897797),
(50221, '3298', '106.00', '11', '5.001', '10', '11000000', '11999999', '55000000', '56999999', NULL, 1652897797),
(50222, '3220', '226.00', '7', '5.001', '10', '11000000', '11999999', '55000000', '56999999', NULL, 1652897797),
(50223, '3298', '172.00', '11', '10.001', '15', '11000000', '11999999', '55000000', '56999999', NULL, 1652897798),
(50224, '3220', '367.00', '7', '10.001', '15', '11000000', '11999999', '55000000', '56999999', NULL, 1652897798),
(50225, '3298', '239.00', '11', '15.001', '20', '11000000', '11999999', '55000000', '56999999', NULL, 1652897798),
(50226, '3220', '508.00', '7', '15.001', '20', '11000000', '11999999', '55000000', '56999999', NULL, 1652897798),
(50227, '3298', '305.00', '11', '20.001', '25', '11000000', '11999999', '55000000', '56999999', NULL, 1652897799),
(50228, '3220', '649.00', '7', '20.001', '25', '11000000', '11999999', '55000000', '56999999', NULL, 1652897799),
(50229, '3298', '371.00', '11', '25.001', '30', '11000000', '11999999', '55000000', '56999999', NULL, 1652897799),
(50230, '3220', '789.00', '7', '25.001', '30', '11000000', '11999999', '55000000', '56999999', NULL, 1652897800),
(50231, '3298', '45.00', '7', '0.3', '5', '11000000', '11999999', '57000000', '57099999', NULL, 1652897800),
(50232, '3220', '137.00', '3', '0.3', '5', '11000000', '11999999', '57000000', '57099999', NULL, 1652897800),
(50233, '3298', '71.00', '7', '5.001', '10', '11000000', '11999999', '57000000', '57099999', NULL, 1652897801),
(50234, '3220', '214.00', '3', '5.001', '10', '11000000', '11999999', '57000000', '57099999', NULL, 1652897802),
(50235, '3298', '116.00', '7', '10.001', '15', '11000000', '11999999', '57000000', '57099999', NULL, 1652897802),
(50236, '3220', '346.00', '3', '10.001', '15', '11000000', '11999999', '57000000', '57099999', NULL, 1652897802),
(50237, '3298', '160.00', '7', '15.001', '20', '11000000', '11999999', '57000000', '57099999', NULL, 1652897803),
(50238, '3220', '479.00', '3', '15.001', '20', '11000000', '11999999', '57000000', '57099999', NULL, 1652897803),
(50239, '3298', '205.00', '7', '20.001', '25', '11000000', '11999999', '57000000', '57099999', NULL, 1652897804),
(50240, '3220', '612.00', '3', '20.001', '25', '11000000', '11999999', '57000000', '57099999', NULL, 1652897804),
(50241, '3298', '249.00', '7', '25.001', '30', '11000000', '11999999', '57000000', '57099999', NULL, 1652897804),
(50242, '3220', '744.00', '3', '25.001', '30', '11000000', '11999999', '57000000', '57099999', NULL, 1652897805),
(50243, '3298', '45.00', '9', '0.3', '5', '11000000', '11999999', '57100000', '57999999', NULL, 1652897805),
(50244, '3220', '137.00', '5', '0.3', '5', '11000000', '11999999', '57100000', '57999999', NULL, 1652897806),
(50245, '3298', '71.00', '9', '5.001', '10', '11000000', '11999999', '57100000', '57999999', NULL, 1652897806),
(50246, '3220', '214.00', '5', '5.001', '10', '11000000', '11999999', '57100000', '57999999', NULL, 1652897806),
(50247, '3298', '116.00', '9', '10.001', '15', '11000000', '11999999', '57100000', '57999999', NULL, 1652897807),
(50248, '3220', '346.00', '5', '10.001', '15', '11000000', '11999999', '57100000', '57999999', NULL, 1652897807),
(50249, '3298', '160.00', '9', '15.001', '20', '11000000', '11999999', '57100000', '57999999', NULL, 1652897807),
(50250, '3220', '479.00', '5', '15.001', '20', '11000000', '11999999', '57100000', '57999999', NULL, 1652897808),
(50251, '3298', '205.00', '9', '20.001', '25', '11000000', '11999999', '57100000', '57999999', NULL, 1652897808),
(50252, '3220', '612.00', '5', '20.001', '25', '11000000', '11999999', '57100000', '57999999', NULL, 1652897808),
(50253, '3298', '249.00', '9', '25.001', '30', '11000000', '11999999', '57100000', '57999999', NULL, 1652897809),
(50254, '3220', '744.00', '5', '25.001', '30', '11000000', '11999999', '57100000', '57999999', NULL, 1652897809),
(50255, '3298', '45.00', '7', '0.3', '5', '11000000', '11999999', '58000000', '58099999', NULL, 1652897810),
(50256, '3220', '137.00', '3', '0.3', '5', '11000000', '11999999', '58000000', '58099999', NULL, 1652897810),
(50257, '3298', '71.00', '7', '5.001', '10', '11000000', '11999999', '58000000', '58099999', NULL, 1652897811),
(50258, '3220', '214.00', '3', '5.001', '10', '11000000', '11999999', '58000000', '58099999', NULL, 1652897811),
(50259, '3298', '116.00', '7', '10.001', '15', '11000000', '11999999', '58000000', '58099999', NULL, 1652897811),
(50260, '3220', '346.00', '3', '10.001', '15', '11000000', '11999999', '58000000', '58099999', NULL, 1652897811),
(50261, '3298', '160.00', '7', '15.001', '20', '11000000', '11999999', '58000000', '58099999', NULL, 1652897812),
(50262, '3220', '479.00', '3', '15.001', '20', '11000000', '11999999', '58000000', '58099999', NULL, 1652897812),
(50263, '3298', '205.00', '7', '20.001', '25', '11000000', '11999999', '58000000', '58099999', NULL, 1652897813),
(50264, '3220', '612.00', '3', '20.001', '25', '11000000', '11999999', '58000000', '58099999', NULL, 1652897813),
(50265, '3298', '249.00', '7', '25.001', '30', '11000000', '11999999', '58000000', '58099999', NULL, 1652897813),
(50266, '3220', '744.00', '3', '25.001', '30', '11000000', '11999999', '58000000', '58099999', NULL, 1652897814),
(50267, '3298', '90.00', '13', '0.3', '5', '11000000', '11999999', '58100000', '58999999', NULL, 1652897814),
(50268, '3220', '183.00', '8', '0.3', '5', '11000000', '11999999', '58100000', '58999999', NULL, 1652897815),
(50269, '3298', '133.00', '13', '5.001', '10', '11000000', '11999999', '58100000', '58999999', NULL, 1652897815),
(50270, '3220', '266.00', '8', '5.001', '10', '11000000', '11999999', '58100000', '58999999', NULL, 1652897815),
(50271, '3298', '215.00', '13', '10.001', '15', '11000000', '11999999', '58100000', '58999999', NULL, 1652897816),
(50272, '3220', '430.00', '8', '10.001', '15', '11000000', '11999999', '58100000', '58999999', NULL, 1652897816),
(50273, '3298', '298.00', '13', '15.001', '20', '11000000', '11999999', '58100000', '58999999', NULL, 1652897817),
(50274, '3220', '595.00', '8', '15.001', '20', '11000000', '11999999', '58100000', '58999999', NULL, 1652897817),
(50275, '3298', '380.00', '13', '20.001', '25', '11000000', '11999999', '58100000', '58999999', NULL, 1652897817),
(50276, '3220', '760.00', '8', '20.001', '25', '11000000', '11999999', '58100000', '58999999', NULL, 1652897818),
(50277, '3298', '463.00', '13', '25.001', '30', '11000000', '11999999', '58100000', '58999999', NULL, 1652897818),
(50278, '3220', '925.00', '8', '25.001', '30', '11000000', '11999999', '58100000', '58999999', NULL, 1652897819),
(50279, '3298', '45.00', '7', '0.3', '5', '11000000', '11999999', '59000000', '59099999', NULL, 1652897819),
(50280, '3220', '137.00', '3', '0.3', '5', '11000000', '11999999', '59000000', '59099999', NULL, 1652897819),
(50281, '3298', '71.00', '7', '5.001', '10', '11000000', '11999999', '59000000', '59099999', NULL, 1652897819),
(50282, '3220', '214.00', '3', '5.001', '10', '11000000', '11999999', '59000000', '59099999', NULL, 1652897820),
(50283, '3298', '116.00', '7', '10.001', '15', '11000000', '11999999', '59000000', '59099999', NULL, 1652897820),
(50284, '3220', '346.00', '3', '10.001', '15', '11000000', '11999999', '59000000', '59099999', NULL, 1652897820),
(50285, '3298', '160.00', '7', '15.001', '20', '11000000', '11999999', '59000000', '59099999', NULL, 1652897821),
(50286, '3220', '479.00', '3', '15.001', '20', '11000000', '11999999', '59000000', '59099999', NULL, 1652897821),
(50287, '3298', '205.00', '7', '20.001', '25', '11000000', '11999999', '59000000', '59099999', NULL, 1652897821),
(50288, '3220', '612.00', '3', '20.001', '25', '11000000', '11999999', '59000000', '59099999', NULL, 1652897822),
(50289, '3298', '249.00', '7', '25.001', '30', '11000000', '11999999', '59000000', '59099999', NULL, 1652897822),
(50290, '3220', '744.00', '3', '25.001', '30', '11000000', '11999999', '59000000', '59099999', NULL, 1652897823),
(50291, '3298', '45.00', '7', '0.3', '5', '11000000', '11999999', '59100000', '59999999', NULL, 1652897823),
(50292, '3220', '137.00', '3', '0.3', '5', '11000000', '11999999', '59100000', '59999999', NULL, 1652897823),
(50293, '3298', '71.00', '7', '5.001', '10', '11000000', '11999999', '59100000', '59999999', NULL, 1652897823);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(50294, '3220', '214.00', '3', '5.001', '10', '11000000', '11999999', '59100000', '59999999', NULL, 1652897824),
(50295, '3298', '116.00', '7', '10.001', '15', '11000000', '11999999', '59100000', '59999999', NULL, 1652897824),
(50296, '3220', '346.00', '3', '10.001', '15', '11000000', '11999999', '59100000', '59999999', NULL, 1652897825),
(50297, '3298', '160.00', '7', '15.001', '20', '11000000', '11999999', '59100000', '59999999', NULL, 1652897825),
(50298, '3220', '479.00', '3', '15.001', '20', '11000000', '11999999', '59100000', '59999999', NULL, 1652897825),
(50299, '3298', '205.00', '7', '20.001', '25', '11000000', '11999999', '59100000', '59999999', NULL, 1652897826),
(50300, '3220', '612.00', '3', '20.001', '25', '11000000', '11999999', '59100000', '59999999', NULL, 1652897826),
(50301, '3298', '249.00', '7', '25.001', '30', '11000000', '11999999', '59100000', '59999999', NULL, 1652897827),
(50302, '3220', '744.00', '3', '25.001', '30', '11000000', '11999999', '59100000', '59999999', NULL, 1652897827),
(50303, '3298', '38.00', '7', '0.3', '5', '11000000', '11999999', '60000000', '60999999', NULL, 1652897828),
(50304, '3220', '113.00', '3', '0.3', '5', '11000000', '11999999', '60000000', '60999999', NULL, 1652897828),
(50305, '3298', '58.00', '7', '5.001', '10', '11000000', '11999999', '60000000', '60999999', NULL, 1652897828),
(50306, '3220', '176.00', '3', '5.001', '10', '11000000', '11999999', '60000000', '60999999', NULL, 1652897829),
(50307, '3298', '94.00', '7', '10.001', '15', '11000000', '11999999', '60000000', '60999999', NULL, 1652897829),
(50308, '3220', '286.00', '3', '10.001', '15', '11000000', '11999999', '60000000', '60999999', NULL, 1652897829),
(50309, '3298', '130.00', '7', '15.001', '20', '11000000', '11999999', '60000000', '60999999', NULL, 1652897830),
(50310, '3220', '396.00', '3', '15.001', '20', '11000000', '11999999', '60000000', '60999999', NULL, 1652897830),
(50311, '3298', '166.00', '7', '20.001', '25', '11000000', '11999999', '60000000', '60999999', NULL, 1652897830),
(50312, '3220', '505.00', '3', '20.001', '25', '11000000', '11999999', '60000000', '60999999', NULL, 1652897831),
(50313, '3298', '202.00', '7', '25.001', '30', '11000000', '11999999', '60000000', '60999999', NULL, 1652897831),
(50314, '3220', '615.00', '3', '25.001', '30', '11000000', '11999999', '60000000', '60999999', NULL, 1652897832),
(50315, '3298', '38.00', '7', '0.3', '5', '11000000', '11999999', '60000000', '61900999', NULL, 1652897832),
(50316, '3220', '113.00', '3', '0.3', '5', '11000000', '11999999', '60000000', '61900999', NULL, 1652897833),
(50317, '3298', '58.00', '7', '5.001', '10', '11000000', '11999999', '60000000', '61900999', NULL, 1652897833),
(50318, '3220', '176.00', '3', '5.001', '10', '11000000', '11999999', '60000000', '61900999', NULL, 1652897833),
(50319, '3298', '94.00', '7', '10.001', '15', '11000000', '11999999', '60000000', '61900999', NULL, 1652897834),
(50320, '3220', '286.00', '3', '10.001', '15', '11000000', '11999999', '60000000', '61900999', NULL, 1652897834),
(50321, '3298', '130.00', '7', '15.001', '20', '11000000', '11999999', '60000000', '61900999', NULL, 1652897835),
(50322, '3220', '396.00', '3', '15.001', '20', '11000000', '11999999', '60000000', '61900999', NULL, 1652897835),
(50323, '3298', '166.00', '7', '20.001', '25', '11000000', '11999999', '60000000', '61900999', NULL, 1652897835),
(50324, '3220', '505.00', '3', '20.001', '25', '11000000', '11999999', '60000000', '61900999', NULL, 1652897836),
(50325, '3298', '202.00', '7', '25.001', '30', '11000000', '11999999', '60000000', '61900999', NULL, 1652897836),
(50326, '3220', '615.00', '3', '25.001', '30', '11000000', '11999999', '60000000', '61900999', NULL, 1652897836),
(50327, '3298', '70.00', '12', '0.3', '5', '11000000', '11999999', '61901000', '63999999', NULL, 1652897837),
(50328, '3220', '157.00', '8', '0.3', '5', '11000000', '11999999', '61901000', '63999999', NULL, 1652897837),
(50329, '3298', '106.00', '12', '5.001', '10', '11000000', '11999999', '61901000', '63999999', NULL, 1652897837),
(50330, '3220', '226.00', '8', '5.001', '10', '11000000', '11999999', '61901000', '63999999', NULL, 1652897839),
(50331, '3298', '172.00', '12', '10.001', '15', '11000000', '11999999', '61901000', '63999999', NULL, 1652897839),
(50332, '3220', '367.00', '8', '10.001', '15', '11000000', '11999999', '61901000', '63999999', NULL, 1652897839),
(50333, '3298', '239.00', '12', '15.001', '20', '11000000', '11999999', '61901000', '63999999', NULL, 1652897840),
(50334, '3220', '508.00', '8', '15.001', '20', '11000000', '11999999', '61901000', '63999999', NULL, 1652897840),
(50335, '3298', '305.00', '12', '20.001', '25', '11000000', '11999999', '61901000', '63999999', NULL, 1652897843),
(50336, '3220', '649.00', '8', '20.001', '25', '11000000', '11999999', '61901000', '63999999', NULL, 1652897843),
(50337, '3298', '371.00', '12', '25.001', '30', '11000000', '11999999', '61901000', '63999999', NULL, 1652897844),
(50338, '3220', '789.00', '8', '25.001', '30', '11000000', '11999999', '61901000', '63999999', NULL, 1652897844),
(50339, '3298', '45.00', '9', '0.3', '5', '11000000', '11999999', '64000000', '64099999', NULL, 1652897845),
(50340, '3220', '137.00', '5', '0.3', '5', '11000000', '11999999', '64000000', '64099999', NULL, 1652897845),
(50341, '3298', '71.00', '9', '5.001', '10', '11000000', '11999999', '64000000', '64099999', NULL, 1652897846),
(50342, '3220', '214.00', '5', '5.001', '10', '11000000', '11999999', '64000000', '64099999', NULL, 1652897846),
(50343, '3298', '116.00', '9', '10.001', '15', '11000000', '11999999', '64000000', '64099999', NULL, 1652897847),
(50344, '3220', '346.00', '5', '10.001', '15', '11000000', '11999999', '64000000', '64099999', NULL, 1652897847),
(50345, '3298', '160.00', '9', '15.001', '20', '11000000', '11999999', '64000000', '64099999', NULL, 1652897847),
(50346, '3220', '479.00', '5', '15.001', '20', '11000000', '11999999', '64000000', '64099999', NULL, 1652897848),
(50347, '3298', '205.00', '9', '20.001', '25', '11000000', '11999999', '64000000', '64099999', NULL, 1652897848),
(50348, '3220', '612.00', '5', '20.001', '25', '11000000', '11999999', '64000000', '64099999', NULL, 1652897849),
(50349, '3298', '249.00', '9', '25.001', '30', '11000000', '11999999', '64000000', '64099999', NULL, 1652897849),
(50350, '3220', '744.00', '5', '25.001', '30', '11000000', '11999999', '64000000', '64099999', NULL, 1652897849),
(50351, '3298', '90.00', '11', '0.3', '5', '11000000', '11999999', '64100000', '64999999', NULL, 1652897849),
(50352, '3220', '183.00', '9', '0.3', '5', '11000000', '11999999', '64100000', '64999999', NULL, 1652897850),
(50353, '3298', '133.00', '11', '5.001', '10', '11000000', '11999999', '64100000', '64999999', NULL, 1652897850),
(50354, '3220', '266.00', '9', '5.001', '10', '11000000', '11999999', '64100000', '64999999', NULL, 1652897851),
(50355, '3298', '215.00', '11', '10.001', '15', '11000000', '11999999', '64100000', '64999999', NULL, 1652897851),
(50356, '3220', '430.00', '9', '10.001', '15', '11000000', '11999999', '64100000', '64999999', NULL, 1652897851),
(50357, '3298', '298.00', '11', '15.001', '20', '11000000', '11999999', '64100000', '64999999', NULL, 1652897852),
(50358, '3220', '595.00', '9', '15.001', '20', '11000000', '11999999', '64100000', '64999999', NULL, 1652897852),
(50359, '3298', '380.00', '11', '20.001', '25', '11000000', '11999999', '64100000', '64999999', NULL, 1652897852),
(50360, '3220', '760.00', '9', '20.001', '25', '11000000', '11999999', '64100000', '64999999', NULL, 1652897853),
(50361, '3298', '463.00', '11', '25.001', '30', '11000000', '11999999', '64100000', '64999999', NULL, 1652897853),
(50362, '3220', '925.00', '9', '25.001', '30', '11000000', '11999999', '64100000', '64999999', NULL, 1652897854),
(50363, '3298', '45.00', '9', '0.3', '5', '11000000', '11999999', '65000000', '65099999', NULL, 1652897855),
(50364, '3220', '137.00', '5', '0.3', '5', '11000000', '11999999', '65000000', '65099999', NULL, 1652897855),
(50365, '3298', '71.00', '9', '5.001', '10', '11000000', '11999999', '65000000', '65099999', NULL, 1652897855),
(50366, '3220', '214.00', '5', '5.001', '10', '11000000', '11999999', '65000000', '65099999', NULL, 1652897856),
(50367, '3298', '116.00', '9', '10.001', '15', '11000000', '11999999', '65000000', '65099999', NULL, 1652897856),
(50368, '3220', '346.00', '5', '10.001', '15', '11000000', '11999999', '65000000', '65099999', NULL, 1652897856),
(50369, '3298', '160.00', '9', '15.001', '20', '11000000', '11999999', '65000000', '65099999', NULL, 1652897857),
(50370, '3220', '479.00', '5', '15.001', '20', '11000000', '11999999', '65000000', '65099999', NULL, 1652897857),
(50371, '3298', '205.00', '9', '20.001', '25', '11000000', '11999999', '65000000', '65099999', NULL, 1652897857),
(50372, '3220', '612.00', '5', '20.001', '25', '11000000', '11999999', '65000000', '65099999', NULL, 1652897858),
(50373, '3298', '249.00', '9', '25.001', '30', '11000000', '11999999', '65000000', '65099999', NULL, 1652897860),
(50374, '3220', '744.00', '5', '25.001', '30', '11000000', '11999999', '65000000', '65099999', NULL, 1652897860),
(50375, '3298', '90.00', '15', '0.3', '5', '11000000', '11999999', '65100000', '65999999', NULL, 1652897861),
(50376, '3220', '183.00', '11', '0.3', '5', '11000000', '11999999', '65100000', '65999999', NULL, 1652897861),
(50377, '3298', '133.00', '15', '5.001', '10', '11000000', '11999999', '65100000', '65999999', NULL, 1652897861),
(50378, '3220', '266.00', '11', '5.001', '10', '11000000', '11999999', '65100000', '65999999', NULL, 1652897862),
(50379, '3298', '215.00', '15', '10.001', '15', '11000000', '11999999', '65100000', '65999999', NULL, 1652897862),
(50380, '3220', '430.00', '11', '10.001', '15', '11000000', '11999999', '65100000', '65999999', NULL, 1652897863),
(50381, '3298', '298.00', '15', '15.001', '20', '11000000', '11999999', '65100000', '65999999', NULL, 1652897863),
(50382, '3220', '595.00', '11', '15.001', '20', '11000000', '11999999', '65100000', '65999999', NULL, 1652897863),
(50383, '3298', '380.00', '15', '20.001', '25', '11000000', '11999999', '65100000', '65999999', NULL, 1652897864),
(50384, '3220', '760.00', '11', '20.001', '25', '11000000', '11999999', '65100000', '65999999', NULL, 1652897864),
(50385, '3298', '463.00', '15', '25.001', '30', '11000000', '11999999', '65100000', '65999999', NULL, 1652897865),
(50386, '3220', '925.00', '11', '25.001', '30', '11000000', '11999999', '65100000', '65999999', NULL, 1652897865),
(50387, '3298', '38.00', '9', '0.3', '5', '11000000', '11999999', '66000000', '66999999', NULL, 1652897865),
(50388, '3220', '113.00', '5', '0.3', '5', '11000000', '11999999', '66000000', '66999999', NULL, 1652897865),
(50389, '3298', '58.00', '9', '5.001', '10', '11000000', '11999999', '66000000', '66999999', NULL, 1652897866),
(50390, '3220', '176.00', '5', '5.001', '10', '11000000', '11999999', '66000000', '66999999', NULL, 1652897866),
(50391, '3298', '94.00', '9', '10.001', '15', '11000000', '11999999', '66000000', '66999999', NULL, 1652897866),
(50392, '3220', '286.00', '5', '10.001', '15', '11000000', '11999999', '66000000', '66999999', NULL, 1652897866),
(50393, '3298', '130.00', '9', '15.001', '20', '11000000', '11999999', '66000000', '66999999', NULL, 1652897867),
(50394, '3220', '396.00', '5', '15.001', '20', '11000000', '11999999', '66000000', '66999999', NULL, 1652897867),
(50395, '3298', '166.00', '9', '20.001', '25', '11000000', '11999999', '66000000', '66999999', NULL, 1652897868),
(50396, '3220', '505.00', '5', '20.001', '25', '11000000', '11999999', '66000000', '66999999', NULL, 1652897868),
(50397, '3298', '202.00', '9', '25.001', '30', '11000000', '11999999', '66000000', '66999999', NULL, 1652897869),
(50398, '3220', '615.00', '5', '25.001', '30', '11000000', '11999999', '66000000', '66999999', NULL, 1652897869),
(50399, '3298', '38.00', '9', '0.3', '5', '11000000', '11999999', '66000000', '67999999', NULL, 1652897869),
(50400, '3220', '113.00', '5', '0.3', '5', '11000000', '11999999', '66000000', '67999999', NULL, 1652897870),
(50401, '3298', '58.00', '9', '5.001', '10', '11000000', '11999999', '66000000', '67999999', NULL, 1652897870),
(50402, '3220', '176.00', '5', '5.001', '10', '11000000', '11999999', '66000000', '67999999', NULL, 1652897870),
(50403, '3298', '94.00', '9', '10.001', '15', '11000000', '11999999', '66000000', '67999999', NULL, 1652897871),
(50404, '3220', '286.00', '5', '10.001', '15', '11000000', '11999999', '66000000', '67999999', NULL, 1652897873),
(50405, '3298', '130.00', '9', '15.001', '20', '11000000', '11999999', '66000000', '67999999', NULL, 1652897874),
(50406, '3220', '396.00', '5', '15.001', '20', '11000000', '11999999', '66000000', '67999999', NULL, 1652897874),
(50407, '3298', '166.00', '9', '20.001', '25', '11000000', '11999999', '66000000', '67999999', NULL, 1652897874),
(50408, '3220', '505.00', '5', '20.001', '25', '11000000', '11999999', '66000000', '67999999', NULL, 1652897875),
(50409, '3298', '202.00', '9', '25.001', '30', '11000000', '11999999', '66000000', '67999999', NULL, 1652897875),
(50410, '3220', '615.00', '5', '25.001', '30', '11000000', '11999999', '66000000', '67999999', NULL, 1652897876),
(50411, '3298', '70.00', '11', '0.3', '5', '11000000', '11999999', '68000000', '68899999', NULL, 1652897876),
(50412, '3220', '157.00', '9', '0.3', '5', '11000000', '11999999', '68000000', '68899999', NULL, 1652897876),
(50413, '3298', '106.00', '11', '5.001', '10', '11000000', '11999999', '68000000', '68899999', NULL, 1652897877),
(50414, '3220', '226.00', '9', '5.001', '10', '11000000', '11999999', '68000000', '68899999', NULL, 1652897877),
(50415, '3298', '172.00', '11', '10.001', '15', '11000000', '11999999', '68000000', '68899999', NULL, 1652897877),
(50416, '3220', '367.00', '9', '10.001', '15', '11000000', '11999999', '68000000', '68899999', NULL, 1652897878),
(50417, '3298', '239.00', '11', '15.001', '20', '11000000', '11999999', '68000000', '68899999', NULL, 1652897878),
(50418, '3220', '508.00', '9', '15.001', '20', '11000000', '11999999', '68000000', '68899999', NULL, 1652897879),
(50419, '3298', '305.00', '11', '20.001', '25', '11000000', '11999999', '68000000', '68899999', NULL, 1652897879),
(50420, '3220', '649.00', '9', '20.001', '25', '11000000', '11999999', '68000000', '68899999', NULL, 1652897880),
(50421, '3298', '371.00', '11', '25.001', '30', '11000000', '11999999', '68000000', '68899999', NULL, 1652897880),
(50422, '3220', '789.00', '9', '25.001', '30', '11000000', '11999999', '68000000', '68899999', NULL, 1652897881),
(50423, '3298', '45.00', '20', '0.3', '5', '11000000', '11999999', '68900000', '68914999', NULL, 1652897881),
(50424, '3220', '137.00', '12', '0.3', '5', '11000000', '11999999', '68900000', '68914999', NULL, 1652897882),
(50425, '3298', '71.00', '20', '5.001', '10', '11000000', '11999999', '68900000', '68914999', NULL, 1652897882),
(50426, '3220', '214.00', '12', '5.001', '10', '11000000', '11999999', '68900000', '68914999', NULL, 1652897882),
(50427, '3298', '116.00', '20', '10.001', '15', '11000000', '11999999', '68900000', '68914999', NULL, 1652897883),
(50428, '3220', '346.00', '12', '10.001', '15', '11000000', '11999999', '68900000', '68914999', NULL, 1652897884),
(50429, '3298', '160.00', '20', '15.001', '20', '11000000', '11999999', '68900000', '68914999', NULL, 1652897884),
(50430, '3220', '479.00', '12', '15.001', '20', '11000000', '11999999', '68900000', '68914999', NULL, 1652897884),
(50431, '3298', '205.00', '20', '20.001', '25', '11000000', '11999999', '68900000', '68914999', NULL, 1652897885),
(50432, '3220', '612.00', '12', '20.001', '25', '11000000', '11999999', '68900000', '68914999', NULL, 1652897886),
(50433, '3298', '249.00', '20', '25.001', '30', '11000000', '11999999', '68900000', '68914999', NULL, 1652897886),
(50434, '3220', '744.00', '12', '25.001', '30', '11000000', '11999999', '68900000', '68914999', NULL, 1652897886),
(50435, '3298', '90.00', '21', '0.3', '5', '11000000', '11999999', '68915000', '68999999', NULL, 1652897887),
(50436, '3220', '183.00', '14', '0.3', '5', '11000000', '11999999', '68915000', '68999999', NULL, 1652897887),
(50437, '3298', '133.00', '21', '5.001', '10', '11000000', '11999999', '68915000', '68999999', NULL, 1652897887),
(50438, '3220', '266.00', '14', '5.001', '10', '11000000', '11999999', '68915000', '68999999', NULL, 1652897887),
(50439, '3298', '215.00', '21', '10.001', '15', '11000000', '11999999', '68915000', '68999999', NULL, 1652897888),
(50440, '3220', '430.00', '14', '10.001', '15', '11000000', '11999999', '68915000', '68999999', NULL, 1652897888),
(50441, '3298', '298.00', '21', '15.001', '20', '11000000', '11999999', '68915000', '68999999', NULL, 1652897889),
(50442, '3220', '595.00', '14', '15.001', '20', '11000000', '11999999', '68915000', '68999999', NULL, 1652897889),
(50443, '3298', '380.00', '21', '20.001', '25', '11000000', '11999999', '68915000', '68999999', NULL, 1652897889),
(50444, '3220', '760.00', '14', '20.001', '25', '11000000', '11999999', '68915000', '68999999', NULL, 1652897890),
(50445, '3298', '463.00', '21', '25.001', '30', '11000000', '11999999', '68915000', '68999999', NULL, 1652897890),
(50446, '3220', '925.00', '14', '25.001', '30', '11000000', '11999999', '68915000', '68999999', NULL, 1652897890),
(50447, '3298', '45.00', '21', '0.3', '5', '11000000', '11999999', '69000000', '69099999', NULL, 1652897891),
(50448, '3220', '137.00', '3', '0.3', '5', '11000000', '11999999', '69000000', '69099999', NULL, 1652897891),
(50449, '3298', '71.00', '21', '5.001', '10', '11000000', '11999999', '69000000', '69099999', NULL, 1652897891),
(50450, '3220', '214.00', '3', '5.001', '10', '11000000', '11999999', '69000000', '69099999', NULL, 1652897892),
(50451, '3298', '116.00', '21', '10.001', '15', '11000000', '11999999', '69000000', '69099999', NULL, 1652897892),
(50452, '3220', '346.00', '3', '10.001', '15', '11000000', '11999999', '69000000', '69099999', NULL, 1652897892),
(50453, '3298', '160.00', '21', '15.001', '20', '11000000', '11999999', '69000000', '69099999', NULL, 1652897893),
(50454, '3220', '479.00', '3', '15.001', '20', '11000000', '11999999', '69000000', '69099999', NULL, 1652897893),
(50455, '3298', '205.00', '21', '20.001', '25', '11000000', '11999999', '69000000', '69099999', NULL, 1652897893),
(50456, '3220', '612.00', '3', '20.001', '25', '11000000', '11999999', '69000000', '69099999', NULL, 1652897894),
(50457, '3298', '249.00', '21', '25.001', '30', '11000000', '11999999', '69000000', '69099999', NULL, 1652897894),
(50458, '3220', '744.00', '3', '25.001', '30', '11000000', '11999999', '69000000', '69099999', NULL, 1652897894),
(50459, '3298', '90.00', '29', '0.3', '5', '11000000', '11999999', '69100000', '69299999', NULL, 1652897895),
(50460, '3220', '183.00', '7', '0.3', '5', '11000000', '11999999', '69100000', '69299999', NULL, 1652897895),
(50461, '3298', '133.00', '29', '5.001', '10', '11000000', '11999999', '69100000', '69299999', NULL, 1652897895),
(50462, '3220', '266.00', '7', '5.001', '10', '11000000', '11999999', '69100000', '69299999', NULL, 1652897895),
(50463, '3298', '215.00', '29', '10.001', '15', '11000000', '11999999', '69100000', '69299999', NULL, 1652897896),
(50464, '3220', '430.00', '7', '10.001', '15', '11000000', '11999999', '69100000', '69299999', NULL, 1652897896),
(50465, '3298', '298.00', '29', '15.001', '20', '11000000', '11999999', '69100000', '69299999', NULL, 1652897897),
(50466, '3220', '595.00', '7', '15.001', '20', '11000000', '11999999', '69100000', '69299999', NULL, 1652897897),
(50467, '3298', '380.00', '29', '20.001', '25', '11000000', '11999999', '69100000', '69299999', NULL, 1652897897),
(50468, '3220', '760.00', '7', '20.001', '25', '11000000', '11999999', '69100000', '69299999', NULL, 1652897898),
(50469, '3298', '463.00', '29', '25.001', '30', '11000000', '11999999', '69100000', '69299999', NULL, 1652897898),
(50470, '3220', '925.00', '7', '25.001', '30', '11000000', '11999999', '69100000', '69299999', NULL, 1652897898),
(50471, '3298', '45.00', '21', '0.3', '5', '11000000', '11999999', '69300000', '69339999', NULL, 1652897899),
(50472, '3220', '137.00', '3', '0.3', '5', '11000000', '11999999', '69300000', '69339999', NULL, 1652897899),
(50473, '3298', '71.00', '21', '5.001', '10', '11000000', '11999999', '69300000', '69339999', NULL, 1652897900),
(50474, '3220', '214.00', '3', '5.001', '10', '11000000', '11999999', '69300000', '69339999', NULL, 1652897900),
(50475, '3298', '116.00', '21', '10.001', '15', '11000000', '11999999', '69300000', '69339999', NULL, 1652897900),
(50476, '3220', '346.00', '3', '10.001', '15', '11000000', '11999999', '69300000', '69339999', NULL, 1652897901),
(50477, '3298', '160.00', '21', '15.001', '20', '11000000', '11999999', '69300000', '69339999', NULL, 1652897901),
(50478, '3220', '479.00', '3', '15.001', '20', '11000000', '11999999', '69300000', '69339999', NULL, 1652897901),
(50479, '3298', '205.00', '21', '20.001', '25', '11000000', '11999999', '69300000', '69339999', NULL, 1652897902),
(50480, '3220', '612.00', '3', '20.001', '25', '11000000', '11999999', '69300000', '69339999', NULL, 1652897902),
(50481, '3298', '249.00', '21', '25.001', '30', '11000000', '11999999', '69300000', '69339999', NULL, 1652897902),
(50482, '3220', '744.00', '3', '25.001', '30', '11000000', '11999999', '69300000', '69339999', NULL, 1652897903),
(50483, '3298', '90.00', '29', '0.3', '5', '11000000', '11999999', '69340000', '69389999', NULL, 1652897903),
(50484, '3220', '183.00', '10', '0.3', '5', '11000000', '11999999', '69340000', '69389999', NULL, 1652897903),
(50485, '3298', '133.00', '29', '5.001', '10', '11000000', '11999999', '69340000', '69389999', NULL, 1652897904),
(50486, '3220', '266.00', '10', '5.001', '10', '11000000', '11999999', '69340000', '69389999', NULL, 1652897904),
(50487, '3298', '215.00', '29', '10.001', '15', '11000000', '11999999', '69340000', '69389999', NULL, 1652897904),
(50488, '3220', '430.00', '10', '10.001', '15', '11000000', '11999999', '69340000', '69389999', NULL, 1652897905),
(50489, '3298', '298.00', '29', '15.001', '20', '11000000', '11999999', '69340000', '69389999', NULL, 1652897905),
(50490, '3220', '595.00', '10', '15.001', '20', '11000000', '11999999', '69340000', '69389999', NULL, 1652897906),
(50491, '3298', '380.00', '29', '20.001', '25', '11000000', '11999999', '69340000', '69389999', NULL, 1652897906),
(50492, '3220', '760.00', '10', '20.001', '25', '11000000', '11999999', '69340000', '69389999', NULL, 1652897906),
(50493, '3298', '463.00', '29', '25.001', '30', '11000000', '11999999', '69340000', '69389999', NULL, 1652897907),
(50494, '3220', '925.00', '10', '25.001', '30', '11000000', '11999999', '69340000', '69389999', NULL, 1652897907),
(50495, '3298', '45.00', '10', '0.3', '5', '11000000', '11999999', '69900000', '69920999', NULL, 1652897907),
(50496, '3220', '137.00', '6', '0.3', '5', '11000000', '11999999', '69900000', '69920999', NULL, 1652897908),
(50497, '3298', '71.00', '10', '5.001', '10', '11000000', '11999999', '69900000', '69920999', NULL, 1652897908),
(50498, '3220', '214.00', '6', '5.001', '10', '11000000', '11999999', '69900000', '69920999', NULL, 1652897908),
(50499, '3298', '116.00', '10', '10.001', '15', '11000000', '11999999', '69900000', '69920999', NULL, 1652897909),
(50500, '3220', '346.00', '6', '10.001', '15', '11000000', '11999999', '69900000', '69920999', NULL, 1652897909),
(50501, '3298', '160.00', '10', '15.001', '20', '11000000', '11999999', '69900000', '69920999', NULL, 1652897909),
(50502, '3220', '479.00', '6', '15.001', '20', '11000000', '11999999', '69900000', '69920999', NULL, 1652897910),
(50503, '3298', '205.00', '10', '20.001', '25', '11000000', '11999999', '69900000', '69920999', NULL, 1652897910),
(50504, '3220', '612.00', '6', '20.001', '25', '11000000', '11999999', '69900000', '69920999', NULL, 1652897910),
(50505, '3298', '249.00', '10', '25.001', '30', '11000000', '11999999', '69900000', '69920999', NULL, 1652897911),
(50506, '3220', '744.00', '6', '25.001', '30', '11000000', '11999999', '69900000', '69920999', NULL, 1652897911),
(50507, '3298', '90.00', '13', '0.3', '5', '11000000', '11999999', '69921000', '69999999', NULL, 1652897912),
(50508, '3220', '183.00', '12', '0.3', '5', '11000000', '11999999', '69921000', '69999999', NULL, 1652897912),
(50509, '3298', '133.00', '13', '5.001', '10', '11000000', '11999999', '69921000', '69999999', NULL, 1652897912),
(50510, '3220', '266.00', '12', '5.001', '10', '11000000', '11999999', '69921000', '69999999', NULL, 1652897913),
(50511, '3298', '215.00', '13', '10.001', '15', '11000000', '11999999', '69921000', '69999999', NULL, 1652897913),
(50512, '3220', '430.00', '12', '10.001', '15', '11000000', '11999999', '69921000', '69999999', NULL, 1652897913),
(50513, '3298', '298.00', '13', '15.001', '20', '11000000', '11999999', '69921000', '69999999', NULL, 1652897914),
(50514, '3220', '595.00', '12', '15.001', '20', '11000000', '11999999', '69921000', '69999999', NULL, 1652897914),
(50515, '3298', '380.00', '13', '20.001', '25', '11000000', '11999999', '69921000', '69999999', NULL, 1652897915),
(50516, '3220', '760.00', '12', '20.001', '25', '11000000', '11999999', '69921000', '69999999', NULL, 1652897915),
(50517, '3298', '463.00', '13', '25.001', '30', '11000000', '11999999', '69921000', '69999999', NULL, 1652897915),
(50518, '3220', '925.00', '12', '25.001', '30', '11000000', '11999999', '69921000', '69999999', NULL, 1652897915),
(50519, '3298', '30.00', '6', '0.3', '5', '11000000', '11999999', '71000000', '73699999', NULL, 1652897916),
(50520, '3220', '59.00', '2', '0.3', '5', '11000000', '11999999', '71000000', '73699999', NULL, 1652897916),
(50521, '3298', '44.00', '6', '5.001', '10', '11000000', '11999999', '71000000', '73699999', NULL, 1652897917),
(50522, '3220', '93.00', '2', '5.001', '10', '11000000', '11999999', '71000000', '73699999', NULL, 1652897917),
(50523, '3298', '71.00', '6', '10.001', '15', '11000000', '11999999', '71000000', '73699999', NULL, 1652897917),
(50524, '3220', '150.00', '2', '10.001', '15', '11000000', '11999999', '71000000', '73699999', NULL, 1652897918),
(50525, '3298', '99.00', '6', '15.001', '20', '11000000', '11999999', '71000000', '73699999', NULL, 1652897918),
(50526, '3220', '208.00', '2', '15.001', '20', '11000000', '11999999', '71000000', '73699999', NULL, 1652897918),
(50527, '3298', '126.00', '6', '20.001', '25', '11000000', '11999999', '71000000', '73699999', NULL, 1652897919),
(50528, '3220', '266.00', '2', '20.001', '25', '11000000', '11999999', '71000000', '73699999', NULL, 1652897919),
(50529, '3298', '153.00', '6', '25.001', '30', '11000000', '11999999', '71000000', '73699999', NULL, 1652897919),
(50530, '3220', '324.00', '2', '25.001', '30', '11000000', '11999999', '71000000', '73699999', NULL, 1652897920),
(50531, '3298', '30.00', '7', '0.3', '5', '11000000', '11999999', '72800000', '73999999', NULL, 1652897920),
(50532, '3220', '59.00', '3', '0.3', '5', '11000000', '11999999', '72800000', '73999999', NULL, 1652897921),
(50533, '3298', '44.00', '7', '5.001', '10', '11000000', '11999999', '72800000', '73999999', NULL, 1652897921),
(50534, '3220', '93.00', '3', '5.001', '10', '11000000', '11999999', '72800000', '73999999', NULL, 1652897921),
(50535, '3298', '71.00', '7', '10.001', '15', '11000000', '11999999', '72800000', '73999999', NULL, 1652897921),
(50536, '3220', '150.00', '3', '10.001', '15', '11000000', '11999999', '72800000', '73999999', NULL, 1652897922),
(50537, '3298', '99.00', '7', '15.001', '20', '11000000', '11999999', '72800000', '73999999', NULL, 1652897922),
(50538, '3220', '208.00', '3', '15.001', '20', '11000000', '11999999', '72800000', '73999999', NULL, 1652897922),
(50539, '3298', '126.00', '7', '20.001', '25', '11000000', '11999999', '72800000', '73999999', NULL, 1652897923),
(50540, '3220', '266.00', '3', '20.001', '25', '11000000', '11999999', '72800000', '73999999', NULL, 1652897923),
(50541, '3298', '153.00', '7', '25.001', '30', '11000000', '11999999', '72800000', '73999999', NULL, 1652897924),
(50542, '3220', '324.00', '3', '25.001', '30', '11000000', '11999999', '72800000', '73999999', NULL, 1652897924),
(50543, '3298', '30.00', '6', '0.3', '5', '11000000', '11999999', '74000000', '74894999', NULL, 1652897924),
(50544, '3220', '59.00', '2', '0.3', '5', '11000000', '11999999', '74000000', '74894999', NULL, 1652897925),
(50545, '3298', '44.00', '6', '5.001', '10', '11000000', '11999999', '74000000', '74894999', NULL, 1652897925),
(50546, '3220', '93.00', '2', '5.001', '10', '11000000', '11999999', '74000000', '74894999', NULL, 1652897925),
(50547, '3298', '71.00', '6', '10.001', '15', '11000000', '11999999', '74000000', '74894999', NULL, 1652897926),
(50548, '3220', '150.00', '2', '10.001', '15', '11000000', '11999999', '74000000', '74894999', NULL, 1652897926),
(50549, '3298', '99.00', '6', '15.001', '20', '11000000', '11999999', '74000000', '74894999', NULL, 1652897927),
(50550, '3220', '208.00', '2', '15.001', '20', '11000000', '11999999', '74000000', '74894999', NULL, 1652897927),
(50551, '3298', '126.00', '6', '20.001', '25', '11000000', '11999999', '74000000', '74894999', NULL, 1652897928),
(50552, '3220', '266.00', '2', '20.001', '25', '11000000', '11999999', '74000000', '74894999', NULL, 1652897928),
(50553, '3298', '153.00', '6', '25.001', '30', '11000000', '11999999', '74000000', '74894999', NULL, 1652897929),
(50554, '3220', '324.00', '2', '25.001', '30', '11000000', '11999999', '74000000', '74894999', NULL, 1652897929),
(50555, '3298', '30.00', '6', '0.3', '5', '11000000', '11999999', '74895000', '76799999', NULL, 1652897929),
(50556, '3220', '59.00', '2', '0.3', '5', '11000000', '11999999', '74895000', '76799999', NULL, 1652897930),
(50557, '3298', '44.00', '6', '5.001', '10', '11000000', '11999999', '74895000', '76799999', NULL, 1652897930),
(50558, '3220', '93.00', '2', '5.001', '10', '11000000', '11999999', '74895000', '76799999', NULL, 1652897931),
(50559, '3298', '71.00', '6', '10.001', '15', '11000000', '11999999', '74895000', '76799999', NULL, 1652897931),
(50560, '3220', '150.00', '2', '10.001', '15', '11000000', '11999999', '74895000', '76799999', NULL, 1652897931),
(50561, '3298', '99.00', '6', '15.001', '20', '11000000', '11999999', '74895000', '76799999', NULL, 1652897931),
(50562, '3220', '208.00', '2', '15.001', '20', '11000000', '11999999', '74895000', '76799999', NULL, 1652897932),
(50563, '3298', '126.00', '6', '20.001', '25', '11000000', '11999999', '74895000', '76799999', NULL, 1652897932),
(50564, '3220', '266.00', '2', '20.001', '25', '11000000', '11999999', '74895000', '76799999', NULL, 1652897933),
(50565, '3298', '153.00', '6', '25.001', '30', '11000000', '11999999', '74895000', '76799999', NULL, 1652897933),
(50566, '3220', '324.00', '2', '25.001', '30', '11000000', '11999999', '74895000', '76799999', NULL, 1652897933),
(50567, '3298', '38.00', '7', '0.3', '5', '11000000', '11999999', '77000000', '77270999', NULL, 1652897934),
(50568, '3220', '113.00', '3', '0.3', '5', '11000000', '11999999', '77000000', '77270999', NULL, 1652897934),
(50569, '3298', '58.00', '7', '5.001', '10', '11000000', '11999999', '77000000', '77270999', NULL, 1652897934),
(50570, '3220', '176.00', '3', '5.001', '10', '11000000', '11999999', '77000000', '77270999', NULL, 1652897935),
(50571, '3298', '94.00', '7', '10.001', '15', '11000000', '11999999', '77000000', '77270999', NULL, 1652897935),
(50572, '3220', '286.00', '3', '10.001', '15', '11000000', '11999999', '77000000', '77270999', NULL, 1652897936),
(50573, '3298', '130.00', '7', '15.001', '20', '11000000', '11999999', '77000000', '77270999', NULL, 1652897936),
(50574, '3220', '396.00', '3', '15.001', '20', '11000000', '11999999', '77000000', '77270999', NULL, 1652897936),
(50575, '3298', '166.00', '7', '20.001', '25', '11000000', '11999999', '77000000', '77270999', NULL, 1652897937),
(50576, '3220', '505.00', '3', '20.001', '25', '11000000', '11999999', '77000000', '77270999', NULL, 1652897937),
(50577, '3298', '202.00', '7', '25.001', '30', '11000000', '11999999', '77000000', '77270999', NULL, 1652897938),
(50578, '3220', '615.00', '3', '25.001', '30', '11000000', '11999999', '77000000', '77270999', NULL, 1652897938),
(50579, '3298', '70.00', '8', '0.3', '5', '11000000', '11999999', '77300000', '77995999', NULL, 1652897938),
(50580, '3220', '157.00', '4', '0.3', '5', '11000000', '11999999', '77300000', '77995999', NULL, 1652897938),
(50581, '3298', '106.00', '8', '5.001', '10', '11000000', '11999999', '77300000', '77995999', NULL, 1652897939),
(50582, '3220', '226.00', '4', '5.001', '10', '11000000', '11999999', '77300000', '77995999', NULL, 1652897939),
(50583, '3298', '172.00', '8', '10.001', '15', '11000000', '11999999', '77300000', '77995999', NULL, 1652897939),
(50584, '3220', '367.00', '4', '10.001', '15', '11000000', '11999999', '77300000', '77995999', NULL, 1652897940),
(50585, '3298', '239.00', '8', '15.001', '20', '11000000', '11999999', '77300000', '77995999', NULL, 1652897940),
(50586, '3220', '508.00', '4', '15.001', '20', '11000000', '11999999', '77300000', '77995999', NULL, 1652897940),
(50587, '3298', '305.00', '8', '20.001', '25', '11000000', '11999999', '77300000', '77995999', NULL, 1652897941),
(50588, '3220', '649.00', '4', '20.001', '25', '11000000', '11999999', '77300000', '77995999', NULL, 1652897941),
(50589, '3298', '371.00', '8', '25.001', '30', '11000000', '11999999', '77300000', '77995999', NULL, 1652897941),
(50590, '3220', '789.00', '4', '25.001', '30', '11000000', '11999999', '77300000', '77995999', NULL, 1652897942),
(50591, '3298', '34.00', '9', '0.3', '5', '11000000', '11999999', '78000000', '78109999', NULL, 1652897942),
(50592, '3220', '80.00', '5', '0.3', '5', '11000000', '11999999', '78000000', '78109999', NULL, 1652897942),
(50593, '3298', '50.00', '9', '5.001', '10', '11000000', '11999999', '78000000', '78109999', NULL, 1652897943),
(50594, '3220', '125.00', '5', '5.001', '10', '11000000', '11999999', '78000000', '78109999', NULL, 1652897943),
(50595, '3298', '82.00', '9', '10.001', '15', '11000000', '11999999', '78000000', '78109999', NULL, 1652897943),
(50596, '3220', '203.00', '5', '10.001', '15', '11000000', '11999999', '78000000', '78109999', NULL, 1652897944),
(50597, '3298', '113.00', '9', '15.001', '20', '11000000', '11999999', '78000000', '78109999', NULL, 1652897944),
(50598, '3220', '281.00', '5', '15.001', '20', '11000000', '11999999', '78000000', '78109999', NULL, 1652897944),
(50599, '3298', '145.00', '9', '20.001', '25', '11000000', '11999999', '78000000', '78109999', NULL, 1652897944),
(50600, '3220', '359.00', '5', '20.001', '25', '11000000', '11999999', '78000000', '78109999', NULL, 1652897945),
(50601, '3298', '176.00', '9', '25.001', '30', '11000000', '11999999', '78000000', '78109999', NULL, 1652897945),
(50602, '3220', '437.00', '5', '25.001', '30', '11000000', '11999999', '78000000', '78109999', NULL, 1652897945),
(50603, '3298', '50.00', '9', '0.3', '5', '11000000', '11999999', '78110000', '78899999', NULL, 1652897945),
(50604, '3220', '124.00', '7', '0.3', '5', '11000000', '11999999', '78110000', '78899999', NULL, 1652897946),
(50605, '3298', '83.00', '9', '5.001', '10', '11000000', '11999999', '78110000', '78899999', NULL, 1652897946),
(50606, '3220', '175.00', '7', '5.001', '10', '11000000', '11999999', '78110000', '78899999', NULL, 1652897946),
(50607, '3298', '135.00', '9', '10.001', '15', '11000000', '11999999', '78110000', '78899999', NULL, 1652897947),
(50608, '3220', '283.00', '7', '10.001', '15', '11000000', '11999999', '78110000', '78899999', NULL, 1652897947),
(50609, '3298', '186.00', '9', '15.001', '20', '11000000', '11999999', '78110000', '78899999', NULL, 1652897947),
(50610, '3220', '392.00', '7', '15.001', '20', '11000000', '11999999', '78110000', '78899999', NULL, 1652897947),
(50611, '3298', '238.00', '9', '20.001', '25', '11000000', '11999999', '78110000', '78899999', NULL, 1652897948),
(50612, '3220', '500.00', '7', '20.001', '25', '11000000', '11999999', '78110000', '78899999', NULL, 1652897948),
(50613, '3298', '290.00', '9', '25.001', '30', '11000000', '11999999', '78110000', '78899999', NULL, 1652897948),
(50614, '3220', '609.00', '7', '25.001', '30', '11000000', '11999999', '78110000', '78899999', NULL, 1652897948),
(50615, '3298', '90.00', '10', '0.3', '5', '11000000', '11999999', '78900000', '78930999', NULL, 1652897949),
(50616, '3220', '183.00', '6', '0.3', '5', '11000000', '11999999', '78900000', '78930999', NULL, 1652897949),
(50617, '3298', '133.00', '10', '5.001', '10', '11000000', '11999999', '78900000', '78930999', NULL, 1652897949),
(50618, '3220', '266.00', '6', '5.001', '10', '11000000', '11999999', '78900000', '78930999', NULL, 1652897950),
(50619, '3298', '215.00', '10', '10.001', '15', '11000000', '11999999', '78900000', '78930999', NULL, 1652897950),
(50620, '3220', '430.00', '6', '10.001', '15', '11000000', '11999999', '78900000', '78930999', NULL, 1652897951),
(50621, '3298', '298.00', '10', '15.001', '20', '11000000', '11999999', '78900000', '78930999', NULL, 1652897951),
(50622, '3220', '595.00', '6', '15.001', '20', '11000000', '11999999', '78900000', '78930999', NULL, 1652897951),
(50623, '3298', '380.00', '10', '20.001', '25', '11000000', '11999999', '78900000', '78930999', NULL, 1652897952),
(50624, '3220', '760.00', '6', '20.001', '25', '11000000', '11999999', '78900000', '78930999', NULL, 1652897952),
(50625, '3298', '463.00', '10', '25.001', '30', '11000000', '11999999', '78900000', '78930999', NULL, 1652897952),
(50626, '3220', '925.00', '6', '25.001', '30', '11000000', '11999999', '78900000', '78930999', NULL, 1652897952),
(50627, '3298', '50.00', '9', '0.3', '5', '11000000', '11999999', '78931000', '78999999', NULL, 1652897953),
(50628, '3220', '124.00', '5', '0.3', '5', '11000000', '11999999', '78931000', '78999999', NULL, 1652897953),
(50629, '3298', '83.00', '9', '5.001', '10', '11000000', '11999999', '78931000', '78999999', NULL, 1652897953),
(50630, '3220', '175.00', '5', '5.001', '10', '11000000', '11999999', '78931000', '78999999', NULL, 1652897954),
(50631, '3298', '135.00', '9', '10.001', '15', '11000000', '11999999', '78931000', '78999999', NULL, 1652897954),
(50632, '3220', '283.00', '5', '10.001', '15', '11000000', '11999999', '78931000', '78999999', NULL, 1652897954),
(50633, '3298', '186.00', '9', '15.001', '20', '11000000', '11999999', '78931000', '78999999', NULL, 1652897955),
(50634, '3220', '392.00', '5', '15.001', '20', '11000000', '11999999', '78931000', '78999999', NULL, 1652897955),
(50635, '3298', '238.00', '9', '20.001', '25', '11000000', '11999999', '78931000', '78999999', NULL, 1652897955),
(50636, '3220', '500.00', '5', '20.001', '25', '11000000', '11999999', '78931000', '78999999', NULL, 1652897956),
(50637, '3298', '290.00', '9', '25.001', '30', '11000000', '11999999', '78931000', '78999999', NULL, 1652897956),
(50638, '3220', '609.00', '5', '25.001', '30', '11000000', '11999999', '78931000', '78999999', NULL, 1652897956),
(50639, '3298', '30.00', '6', '0.3', '5', '11000000', '11999999', '79000000', '79129999', NULL, 1652897957),
(50640, '3220', '59.00', '2', '0.3', '5', '11000000', '11999999', '79000000', '79129999', NULL, 1652897957),
(50641, '3298', '44.00', '6', '5.001', '10', '11000000', '11999999', '79000000', '79129999', NULL, 1652897957),
(50642, '3220', '93.00', '2', '5.001', '10', '11000000', '11999999', '79000000', '79129999', NULL, 1652897957),
(50643, '3298', '71.00', '6', '10.001', '15', '11000000', '11999999', '79000000', '79129999', NULL, 1652897958),
(50644, '3220', '150.00', '2', '10.001', '15', '11000000', '11999999', '79000000', '79129999', NULL, 1652897958),
(50645, '3298', '99.00', '6', '15.001', '20', '11000000', '11999999', '79000000', '79129999', NULL, 1652897959),
(50646, '3220', '208.00', '2', '15.001', '20', '11000000', '11999999', '79000000', '79129999', NULL, 1652897959),
(50647, '3298', '126.00', '6', '20.001', '25', '11000000', '11999999', '79000000', '79129999', NULL, 1652897959),
(50648, '3220', '266.00', '2', '20.001', '25', '11000000', '11999999', '79000000', '79129999', NULL, 1652897959),
(50649, '3298', '153.00', '6', '25.001', '30', '11000000', '11999999', '79000000', '79129999', NULL, 1652897960),
(50650, '3220', '324.00', '2', '25.001', '30', '11000000', '11999999', '79000000', '79129999', NULL, 1652897960),
(50651, '3298', '44.00', '9', '0.3', '5', '11000000', '11999999', '79130000', '79999999', NULL, 1652897961),
(50652, '3220', '102.00', '6', '0.3', '5', '11000000', '11999999', '79130000', '79999999', NULL, 1652897961),
(50653, '3298', '74.00', '9', '5.001', '10', '11000000', '11999999', '79130000', '79999999', NULL, 1652897961),
(50654, '3220', '141.00', '6', '5.001', '10', '11000000', '11999999', '79130000', '79999999', NULL, 1652897962),
(50655, '3298', '120.00', '9', '10.001', '15', '11000000', '11999999', '79130000', '79999999', NULL, 1652897962),
(50656, '3220', '229.00', '6', '10.001', '15', '11000000', '11999999', '79130000', '79999999', NULL, 1652897962),
(50657, '3298', '166.00', '9', '15.001', '20', '11000000', '11999999', '79130000', '79999999', NULL, 1652897963),
(50658, '3220', '316.00', '6', '15.001', '20', '11000000', '11999999', '79130000', '79999999', NULL, 1652897963),
(50659, '3298', '212.00', '9', '20.001', '25', '11000000', '11999999', '79130000', '79999999', NULL, 1652897964),
(50660, '3220', '404.00', '6', '20.001', '25', '11000000', '11999999', '79130000', '79999999', NULL, 1652897964),
(50661, '3298', '258.00', '9', '25.001', '30', '11000000', '11999999', '79130000', '79999999', NULL, 1652897964),
(50662, '3220', '492.00', '6', '25.001', '30', '11000000', '11999999', '79130000', '79999999', NULL, 1652897964),
(50663, '3298', '30.00', '6', '0.3', '5', '11000000', '11999999', '80000000', '82999999', NULL, 1652897965),
(50664, '3220', '59.00', '2', '0.3', '5', '11000000', '11999999', '80000000', '82999999', NULL, 1652897965),
(50665, '3298', '44.00', '6', '5.001', '10', '11000000', '11999999', '80000000', '82999999', NULL, 1652897966),
(50666, '3220', '93.00', '2', '5.001', '10', '11000000', '11999999', '80000000', '82999999', NULL, 1652897966),
(50667, '3298', '71.00', '6', '10.001', '15', '11000000', '11999999', '80000000', '82999999', NULL, 1652897966),
(50668, '3220', '150.00', '2', '10.001', '15', '11000000', '11999999', '80000000', '82999999', NULL, 1652897967),
(50669, '3298', '99.00', '6', '15.001', '20', '11000000', '11999999', '80000000', '82999999', NULL, 1652897967),
(50670, '3220', '208.00', '2', '15.001', '20', '11000000', '11999999', '80000000', '82999999', NULL, 1652897967),
(50671, '3298', '126.00', '6', '20.001', '25', '11000000', '11999999', '80000000', '82999999', NULL, 1652897968),
(50672, '3220', '266.00', '2', '20.001', '25', '11000000', '11999999', '80000000', '82999999', NULL, 1652897968),
(50673, '3298', '153.00', '6', '25.001', '30', '11000000', '11999999', '80000000', '82999999', NULL, 1652897968),
(50674, '3220', '324.00', '2', '25.001', '30', '11000000', '11999999', '80000000', '82999999', NULL, 1652897969),
(50675, '3298', '30.00', '6', '0.3', '5', '11000000', '11999999', '80000000', '83800999', NULL, 1652897969),
(50676, '3220', '59.00', '2', '0.3', '5', '11000000', '11999999', '80000000', '83800999', NULL, 1652897969),
(50677, '3298', '44.00', '6', '5.001', '10', '11000000', '11999999', '80000000', '83800999', NULL, 1652897969),
(50678, '3220', '93.00', '2', '5.001', '10', '11000000', '11999999', '80000000', '83800999', NULL, 1652897970),
(50679, '3298', '71.00', '6', '10.001', '15', '11000000', '11999999', '80000000', '83800999', NULL, 1652897970),
(50680, '3220', '150.00', '2', '10.001', '15', '11000000', '11999999', '80000000', '83800999', NULL, 1652897971),
(50681, '3298', '99.00', '6', '15.001', '20', '11000000', '11999999', '80000000', '83800999', NULL, 1652897971),
(50682, '3220', '208.00', '2', '15.001', '20', '11000000', '11999999', '80000000', '83800999', NULL, 1652897971),
(50683, '3298', '126.00', '6', '20.001', '25', '11000000', '11999999', '80000000', '83800999', NULL, 1652897972),
(50684, '3220', '266.00', '2', '20.001', '25', '11000000', '11999999', '80000000', '83800999', NULL, 1652897972),
(50685, '3298', '153.00', '6', '25.001', '30', '11000000', '11999999', '80000000', '83800999', NULL, 1652897972),
(50686, '3220', '324.00', '2', '25.001', '30', '11000000', '11999999', '80000000', '83800999', NULL, 1652897973),
(50687, '3298', '44.00', '8', '0.3', '5', '11000000', '11999999', '83801000', '87999999', NULL, 1652897973),
(50688, '3220', '102.00', '5', '0.3', '5', '11000000', '11999999', '83801000', '87999999', NULL, 1652897973),
(50689, '3298', '74.00', '8', '5.001', '10', '11000000', '11999999', '83801000', '87999999', NULL, 1652897974),
(50690, '3220', '141.00', '5', '5.001', '10', '11000000', '11999999', '83801000', '87999999', NULL, 1652897974),
(50691, '3298', '120.00', '8', '10.001', '15', '11000000', '11999999', '83801000', '87999999', NULL, 1652897975),
(50692, '3220', '229.00', '5', '10.001', '15', '11000000', '11999999', '83801000', '87999999', NULL, 1652897975),
(50693, '3298', '166.00', '8', '15.001', '20', '11000000', '11999999', '83801000', '87999999', NULL, 1652897975),
(50694, '3220', '316.00', '5', '15.001', '20', '11000000', '11999999', '83801000', '87999999', NULL, 1652897976),
(50695, '3298', '212.00', '8', '20.001', '25', '11000000', '11999999', '83801000', '87999999', NULL, 1652897976),
(50696, '3220', '404.00', '5', '20.001', '25', '11000000', '11999999', '83801000', '87999999', NULL, 1652897976),
(50697, '3298', '258.00', '8', '25.001', '30', '11000000', '11999999', '83801000', '87999999', NULL, 1652897977),
(50698, '3220', '492.00', '5', '25.001', '30', '11000000', '11999999', '83801000', '87999999', NULL, 1652897977),
(50699, '3298', '30.00', '7', '0.3', '5', '11000000', '11999999', '88000000', '82999999', NULL, 1652897977),
(50700, '3220', '59.00', '3', '0.3', '5', '11000000', '11999999', '88000000', '82999999', NULL, 1652897978),
(50701, '3298', '44.00', '7', '5.001', '10', '11000000', '11999999', '88000000', '82999999', NULL, 1652897978),
(50702, '3220', '93.00', '3', '5.001', '10', '11000000', '11999999', '88000000', '82999999', NULL, 1652897978),
(50703, '3298', '71.00', '7', '10.001', '15', '11000000', '11999999', '88000000', '82999999', NULL, 1652897979),
(50704, '3220', '150.00', '3', '10.001', '15', '11000000', '11999999', '88000000', '82999999', NULL, 1652897979),
(50705, '3298', '99.00', '7', '15.001', '20', '11000000', '11999999', '88000000', '82999999', NULL, 1652897980),
(50706, '3220', '208.00', '3', '15.001', '20', '11000000', '11999999', '88000000', '82999999', NULL, 1652897980),
(50707, '3298', '126.00', '7', '20.001', '25', '11000000', '11999999', '88000000', '82999999', NULL, 1652897980),
(50708, '3220', '266.00', '3', '20.001', '25', '11000000', '11999999', '88000000', '82999999', NULL, 1652897981),
(50709, '3298', '153.00', '7', '25.001', '30', '11000000', '11999999', '88000000', '82999999', NULL, 1652897981),
(50710, '3220', '324.00', '3', '25.001', '30', '11000000', '11999999', '88000000', '82999999', NULL, 1652897981),
(50711, '3298', '30.00', '7', '0.3', '5', '11000000', '11999999', '88000000', '88469999', NULL, 1652897982),
(50712, '3220', '59.00', '3', '0.3', '5', '11000000', '11999999', '88000000', '88469999', NULL, 1652897982),
(50713, '3298', '44.00', '7', '5.001', '10', '11000000', '11999999', '88000000', '88469999', NULL, 1652897983),
(50714, '3220', '93.00', '3', '5.001', '10', '11000000', '11999999', '88000000', '88469999', NULL, 1652897983),
(50715, '3298', '71.00', '7', '10.001', '15', '11000000', '11999999', '88000000', '88469999', NULL, 1652897983),
(50716, '3220', '150.00', '3', '10.001', '15', '11000000', '11999999', '88000000', '88469999', NULL, 1652897984),
(50717, '3298', '99.00', '7', '15.001', '20', '11000000', '11999999', '88000000', '88469999', NULL, 1652897984),
(50718, '3220', '208.00', '3', '15.001', '20', '11000000', '11999999', '88000000', '88469999', NULL, 1652897985),
(50719, '3298', '126.00', '7', '20.001', '25', '11000000', '11999999', '88000000', '88469999', NULL, 1652897985),
(50720, '3220', '266.00', '3', '20.001', '25', '11000000', '11999999', '88000000', '88469999', NULL, 1652897985),
(50721, '3298', '153.00', '7', '25.001', '30', '11000000', '11999999', '88000000', '88469999', NULL, 1652897985),
(50722, '3220', '324.00', '3', '25.001', '30', '11000000', '11999999', '88000000', '88469999', NULL, 1652897986),
(50723, '3298', '38.00', '7', '0.3', '5', '11000000', '11999999', '88470000', '89999999', NULL, 1652897986),
(50724, '3220', '85.00', '3', '0.3', '5', '11000000', '11999999', '88470000', '89999999', NULL, 1652897986),
(50725, '3298', '63.00', '7', '5.001', '10', '11000000', '11999999', '88470000', '89999999', NULL, 1652897987),
(50726, '3220', '118.00', '3', '5.001', '10', '11000000', '11999999', '88470000', '89999999', NULL, 1652897987),
(50727, '3298', '103.00', '7', '10.001', '15', '11000000', '11999999', '88470000', '89999999', NULL, 1652897987),
(50728, '3220', '192.00', '3', '10.001', '15', '11000000', '11999999', '88470000', '89999999', NULL, 1652897988),
(50729, '3298', '142.00', '7', '15.001', '20', '11000000', '11999999', '88470000', '89999999', NULL, 1652897988),
(50730, '3220', '266.00', '3', '15.001', '20', '11000000', '11999999', '88470000', '89999999', NULL, 1652897988),
(50731, '3298', '182.00', '7', '20.001', '25', '11000000', '11999999', '88470000', '89999999', NULL, 1652897988),
(50732, '3220', '339.00', '3', '20.001', '25', '11000000', '11999999', '88470000', '89999999', NULL, 1652897989),
(50733, '3298', '221.00', '7', '25.001', '30', '11000000', '11999999', '88470000', '89999999', NULL, 1652897989),
(50734, '3220', '413.00', '3', '25.001', '30', '11000000', '11999999', '88470000', '89999999', NULL, 1652897989),
(50735, '3298', '30.00', '6', '0.3', '5', '11000000', '11999999', '90000000', '91999999', NULL, 1652897990),
(50736, '3220', '59.00', '2', '0.3', '5', '11000000', '11999999', '90000000', '91999999', NULL, 1652897990),
(50737, '3298', '44.00', '6', '5.001', '10', '11000000', '11999999', '90000000', '91999999', NULL, 1652897990),
(50738, '3220', '93.00', '2', '5.001', '10', '11000000', '11999999', '90000000', '91999999', NULL, 1652897990),
(50739, '3298', '71.00', '6', '10.001', '15', '11000000', '11999999', '90000000', '91999999', NULL, 1652897991),
(50740, '3220', '150.00', '2', '10.001', '15', '11000000', '11999999', '90000000', '91999999', NULL, 1652897991);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(50741, '3298', '99.00', '6', '15.001', '20', '11000000', '11999999', '90000000', '91999999', NULL, 1652897991),
(50742, '3220', '208.00', '2', '15.001', '20', '11000000', '11999999', '90000000', '91999999', NULL, 1652897992),
(50743, '3298', '126.00', '6', '20.001', '25', '11000000', '11999999', '90000000', '91999999', NULL, 1652897992),
(50744, '3220', '266.00', '2', '20.001', '25', '11000000', '11999999', '90000000', '91999999', NULL, 1652897993),
(50745, '3298', '153.00', '6', '25.001', '30', '11000000', '11999999', '90000000', '91999999', NULL, 1652897994),
(50746, '3220', '324.00', '2', '25.001', '30', '11000000', '11999999', '90000000', '91999999', NULL, 1652897994),
(50747, '3298', '30.00', '7', '0.3', '5', '11000000', '11999999', '90000000', '94900999', NULL, 1652897994),
(50748, '3220', '59.00', '3', '0.3', '5', '11000000', '11999999', '90000000', '94900999', NULL, 1652897995),
(50749, '3298', '44.00', '7', '5.001', '10', '11000000', '11999999', '90000000', '94900999', NULL, 1652897995),
(50750, '3220', '93.00', '3', '5.001', '10', '11000000', '11999999', '90000000', '94900999', NULL, 1652897995),
(50751, '3298', '71.00', '7', '10.001', '15', '11000000', '11999999', '90000000', '94900999', NULL, 1652897996),
(50752, '3220', '150.00', '3', '10.001', '15', '11000000', '11999999', '90000000', '94900999', NULL, 1652898000),
(50753, '3298', '99.00', '7', '15.001', '20', '11000000', '11999999', '90000000', '94900999', NULL, 1652898000),
(50754, '3220', '208.00', '3', '15.001', '20', '11000000', '11999999', '90000000', '94900999', NULL, 1652898000),
(50755, '3298', '126.00', '7', '20.001', '25', '11000000', '11999999', '90000000', '94900999', NULL, 1652898001),
(50756, '3220', '266.00', '3', '20.001', '25', '11000000', '11999999', '90000000', '94900999', NULL, 1652898001),
(50757, '3298', '153.00', '7', '25.001', '30', '11000000', '11999999', '90000000', '94900999', NULL, 1652898001),
(50758, '3220', '324.00', '3', '25.001', '30', '11000000', '11999999', '90000000', '94900999', NULL, 1652898001),
(50759, '3298', '44.00', '11', '0.3', '5', '11000000', '11999999', '94901000', '99999999', NULL, 1652898002),
(50760, '3220', '102.00', '7', '0.3', '5', '11000000', '11999999', '94901000', '99999999', NULL, 1652898002),
(50761, '3298', '74.00', '11', '5.001', '10', '11000000', '11999999', '94901000', '99999999', NULL, 1652898002),
(50762, '3220', '141.00', '7', '5.001', '10', '11000000', '11999999', '94901000', '99999999', NULL, 1652898002),
(50763, '3298', '120.00', '11', '10.001', '15', '11000000', '11999999', '94901000', '99999999', NULL, 1652898003),
(50764, '3220', '229.00', '7', '10.001', '15', '11000000', '11999999', '94901000', '99999999', NULL, 1652898003),
(50765, '3298', '166.00', '11', '15.001', '20', '11000000', '11999999', '94901000', '99999999', NULL, 1652898003),
(50766, '3220', '316.00', '7', '15.001', '20', '11000000', '11999999', '94901000', '99999999', NULL, 1652898004),
(50767, '3298', '212.00', '11', '20.001', '25', '11000000', '11999999', '94901000', '99999999', NULL, 1652898004),
(50768, '3220', '404.00', '7', '20.001', '25', '11000000', '11999999', '94901000', '99999999', NULL, 1652898004),
(50769, '3298', '258.00', '11', '25.001', '30', '11000000', '11999999', '94901000', '99999999', NULL, 1652898005),
(50770, '3220', '492.00', '7', '25.001', '30', '11000000', '11999999', '94901000', '99999999', NULL, 1652898005),
(50771, '3298', '24.00', '5', '0.3', '5', '12000000', '19999999', '01000000', '08499999', NULL, 1652898021),
(50772, '3220', '33.00', '1', '0.3', '5', '12000000', '19999999', '01000000', '08499999', NULL, 1652898022),
(50773, '3298', '30.00', '5', '5.001', '10', '12000000', '19999999', '01000000', '08499999', NULL, 1652898022),
(50774, '3220', '47.00', '1', '5.001', '10', '12000000', '19999999', '01000000', '08499999', NULL, 1652898022),
(50775, '3298', '49.00', '5', '10.001', '15', '12000000', '19999999', '01000000', '08499999', NULL, 1652898023),
(50776, '3220', '76.00', '1', '10.001', '15', '12000000', '19999999', '01000000', '08499999', NULL, 1652898023),
(50777, '3298', '67.00', '5', '15.001', '20', '12000000', '19999999', '01000000', '08499999', NULL, 1652898023),
(50778, '3220', '106.00', '1', '15.001', '20', '12000000', '19999999', '01000000', '08499999', NULL, 1652898024),
(50779, '3298', '86.00', '5', '20.001', '25', '12000000', '19999999', '01000000', '08499999', NULL, 1652898024),
(50780, '3220', '135.00', '1', '20.001', '25', '12000000', '19999999', '01000000', '08499999', NULL, 1652898024),
(50781, '3298', '105.00', '5', '25.001', '30', '12000000', '19999999', '01000000', '08499999', NULL, 1652898025),
(50782, '3220', '165.00', '1', '25.001', '30', '12000000', '19999999', '01000000', '08499999', NULL, 1652898025),
(50783, '3298', '24.00', '5', '0.3', '5', '12000000', '19999999', '06000000', '09999999', NULL, 1652898026),
(50784, '3220', '33.00', '1', '0.3', '5', '12000000', '19999999', '06000000', '09999999', NULL, 1652898026),
(50785, '3298', '30.00', '5', '5.001', '10', '12000000', '19999999', '06000000', '09999999', NULL, 1652898026),
(50786, '3220', '47.00', '1', '5.001', '10', '12000000', '19999999', '06000000', '09999999', NULL, 1652898027),
(50787, '3298', '49.00', '5', '10.001', '15', '12000000', '19999999', '06000000', '09999999', NULL, 1652898027),
(50788, '3220', '76.00', '1', '10.001', '15', '12000000', '19999999', '06000000', '09999999', NULL, 1652898028),
(50789, '3298', '67.00', '5', '15.001', '20', '12000000', '19999999', '06000000', '09999999', NULL, 1652898028),
(50790, '3220', '106.00', '1', '15.001', '20', '12000000', '19999999', '06000000', '09999999', NULL, 1652898028),
(50791, '3298', '86.00', '5', '20.001', '25', '12000000', '19999999', '06000000', '09999999', NULL, 1652898029),
(50792, '3220', '135.00', '1', '20.001', '25', '12000000', '19999999', '06000000', '09999999', NULL, 1652898029),
(50793, '3298', '105.00', '5', '25.001', '30', '12000000', '19999999', '06000000', '09999999', NULL, 1652898030),
(50794, '3220', '165.00', '1', '25.001', '30', '12000000', '19999999', '06000000', '09999999', NULL, 1652898030),
(50795, '3298', '24.00', '6', '0.3', '5', '12000000', '19999999', '11000000', '11999999', NULL, 1652898030),
(50796, '3220', '33.00', '2', '0.3', '5', '12000000', '19999999', '11000000', '11999999', NULL, 1652898031),
(50797, '3298', '30.00', '6', '5.001', '10', '12000000', '19999999', '11000000', '11999999', NULL, 1652898031),
(50798, '3220', '47.00', '2', '5.001', '10', '12000000', '19999999', '11000000', '11999999', NULL, 1652898032),
(50799, '3298', '49.00', '6', '10.001', '15', '12000000', '19999999', '11000000', '11999999', NULL, 1652898032),
(50800, '3220', '76.00', '2', '10.001', '15', '12000000', '19999999', '11000000', '11999999', NULL, 1652898033),
(50801, '3298', '67.00', '6', '15.001', '20', '12000000', '19999999', '11000000', '11999999', NULL, 1652898033),
(50802, '3220', '106.00', '2', '15.001', '20', '12000000', '19999999', '11000000', '11999999', NULL, 1652898055),
(50803, '3298', '86.00', '6', '20.001', '25', '12000000', '19999999', '11000000', '11999999', NULL, 1652898055),
(50804, '3220', '135.00', '2', '20.001', '25', '12000000', '19999999', '11000000', '11999999', NULL, 1652898055),
(50805, '3298', '105.00', '6', '25.001', '30', '12000000', '19999999', '11000000', '11999999', NULL, 1652898056),
(50806, '3220', '165.00', '2', '25.001', '30', '12000000', '19999999', '11000000', '11999999', NULL, 1652898056),
(50807, '3298', '25.00', '5', '0.3', '5', '12000000', '19999999', '12000000', '19999999', NULL, 1652898057),
(50808, '3220', '21.00', '1', '0.3', '5', '12000000', '19999999', '12000000', '19999999', NULL, 1652898057),
(50809, '3298', '31.00', '5', '5.001', '10', '12000000', '19999999', '12000000', '19999999', NULL, 1652898057),
(50810, '3220', '27.00', '1', '5.001', '10', '12000000', '19999999', '12000000', '19999999', NULL, 1652898058),
(50811, '3298', '51.00', '5', '10.001', '15', '12000000', '19999999', '12000000', '19999999', NULL, 1652898058),
(50812, '3220', '44.00', '1', '10.001', '15', '12000000', '19999999', '12000000', '19999999', NULL, 1652898059),
(50813, '3298', '71.00', '5', '15.001', '20', '12000000', '19999999', '12000000', '19999999', NULL, 1652898059),
(50814, '3220', '61.00', '1', '15.001', '20', '12000000', '19999999', '12000000', '19999999', NULL, 1652898059),
(50815, '3298', '91.00', '5', '20.001', '25', '12000000', '19999999', '12000000', '19999999', NULL, 1652898060),
(50816, '3220', '78.00', '1', '20.001', '25', '12000000', '19999999', '12000000', '19999999', NULL, 1652898061),
(50817, '3298', '110.00', '5', '25.001', '30', '12000000', '19999999', '12000000', '19999999', NULL, 1652898061),
(50818, '3220', '95.00', '1', '25.001', '30', '12000000', '19999999', '12000000', '19999999', NULL, 1652898062),
(50819, '3298', '44.00', '7', '0.3', '5', '12000000', '19999999', '26601000', '28999999', NULL, 1652898092),
(50820, '3220', '102.00', '4', '0.3', '5', '12000000', '19999999', '26601000', '28999999', NULL, 1652898092),
(50821, '3298', '74.00', '7', '5.001', '10', '12000000', '19999999', '26601000', '28999999', NULL, 1652898093),
(50822, '3220', '141.00', '4', '5.001', '10', '12000000', '19999999', '26601000', '28999999', NULL, 1652898093),
(50823, '3298', '120.00', '7', '10.001', '15', '12000000', '19999999', '26601000', '28999999', NULL, 1652898094),
(50824, '3220', '229.00', '4', '10.001', '15', '12000000', '19999999', '26601000', '28999999', NULL, 1652898094),
(50825, '3298', '166.00', '7', '15.001', '20', '12000000', '19999999', '26601000', '28999999', NULL, 1652898094),
(50826, '3220', '316.00', '4', '15.001', '20', '12000000', '19999999', '26601000', '28999999', NULL, 1652898095),
(50827, '3298', '212.00', '7', '20.001', '25', '12000000', '19999999', '26601000', '28999999', NULL, 1652898095),
(50828, '3220', '404.00', '4', '20.001', '25', '12000000', '19999999', '26601000', '28999999', NULL, 1652898096),
(50829, '3298', '258.00', '7', '25.001', '30', '12000000', '19999999', '26601000', '28999999', NULL, 1652898096),
(50830, '3220', '492.00', '4', '25.001', '30', '12000000', '19999999', '26601000', '28999999', NULL, 1652898096),
(50831, '3298', '30.00', '6', '0.3', '5', '12000000', '19999999', '29000000', '29099999', NULL, 1652898097),
(50832, '3220', '59.00', '2', '0.3', '5', '12000000', '19999999', '29000000', '29099999', NULL, 1652898097),
(50833, '3298', '44.00', '6', '5.001', '10', '12000000', '19999999', '29000000', '29099999', NULL, 1652898097),
(50834, '3220', '93.00', '2', '5.001', '10', '12000000', '19999999', '29000000', '29099999', NULL, 1652898098),
(50835, '3298', '71.00', '6', '10.001', '15', '12000000', '19999999', '29000000', '29099999', NULL, 1652898098),
(50836, '3220', '150.00', '2', '10.001', '15', '12000000', '19999999', '29000000', '29099999', NULL, 1652898098),
(50837, '3298', '99.00', '6', '15.001', '20', '12000000', '19999999', '29000000', '29099999', NULL, 1652898099),
(50838, '3220', '208.00', '2', '15.001', '20', '12000000', '19999999', '29000000', '29099999', NULL, 1652898099),
(50839, '3298', '126.00', '6', '20.001', '25', '12000000', '19999999', '29000000', '29099999', NULL, 1652898100),
(50840, '3220', '266.00', '2', '20.001', '25', '12000000', '19999999', '29000000', '29099999', NULL, 1652898100),
(50841, '3298', '153.00', '6', '25.001', '30', '12000000', '19999999', '29000000', '29099999', NULL, 1652898100),
(50842, '3220', '324.00', '2', '25.001', '30', '12000000', '19999999', '29000000', '29099999', NULL, 1652898101),
(50843, '3298', '44.00', '7', '0.3', '5', '12000000', '19999999', '29100000', '29999999', NULL, 1652898102),
(50844, '3220', '102.00', '4', '0.3', '5', '12000000', '19999999', '29100000', '29999999', NULL, 1652898102),
(50845, '3298', '74.00', '7', '5.001', '10', '12000000', '19999999', '29100000', '29999999', NULL, 1652898102),
(50846, '3220', '141.00', '4', '5.001', '10', '12000000', '19999999', '29100000', '29999999', NULL, 1652898103),
(50847, '3298', '120.00', '7', '10.001', '15', '12000000', '19999999', '29100000', '29999999', NULL, 1652898103),
(50848, '3220', '229.00', '4', '10.001', '15', '12000000', '19999999', '29100000', '29999999', NULL, 1652898104),
(50849, '3298', '166.00', '7', '15.001', '20', '12000000', '19999999', '29100000', '29999999', NULL, 1652898104),
(50850, '3220', '316.00', '4', '15.001', '20', '12000000', '19999999', '29100000', '29999999', NULL, 1652898104),
(50851, '3298', '212.00', '7', '20.001', '25', '12000000', '19999999', '29100000', '29999999', NULL, 1652898105),
(50852, '3220', '404.00', '4', '20.001', '25', '12000000', '19999999', '29100000', '29999999', NULL, 1652898105),
(50853, '3298', '258.00', '7', '25.001', '30', '12000000', '19999999', '29100000', '29999999', NULL, 1652898105),
(50854, '3220', '492.00', '4', '25.001', '30', '12000000', '19999999', '29100000', '29999999', NULL, 1652898106),
(50855, '3298', '30.00', '5', '0.3', '5', '12000000', '19999999', '30000000', '31999999', NULL, 1652898106),
(50856, '3220', '59.00', '1', '0.3', '5', '12000000', '19999999', '30000000', '31999999', NULL, 1652898106),
(50857, '3298', '44.00', '5', '5.001', '10', '12000000', '19999999', '30000000', '31999999', NULL, 1652898107),
(50858, '3220', '93.00', '1', '5.001', '10', '12000000', '19999999', '30000000', '31999999', NULL, 1652898108),
(50859, '3298', '71.00', '5', '10.001', '15', '12000000', '19999999', '30000000', '31999999', NULL, 1652898109),
(50860, '3220', '150.00', '1', '10.001', '15', '12000000', '19999999', '30000000', '31999999', NULL, 1652898109),
(50861, '3298', '99.00', '5', '15.001', '20', '12000000', '19999999', '30000000', '31999999', NULL, 1652898110),
(50862, '3220', '208.00', '1', '15.001', '20', '12000000', '19999999', '30000000', '31999999', NULL, 1652898111),
(50863, '3298', '126.00', '5', '20.001', '25', '12000000', '19999999', '30000000', '31999999', NULL, 1652898111),
(50864, '3220', '266.00', '1', '20.001', '25', '12000000', '19999999', '30000000', '31999999', NULL, 1652898111),
(50865, '3298', '153.00', '5', '25.001', '30', '12000000', '19999999', '30000000', '31999999', NULL, 1652898112),
(50866, '3220', '324.00', '1', '25.001', '30', '12000000', '19999999', '30000000', '31999999', NULL, 1652898112),
(50867, '3298', '30.00', '5', '0.3', '5', '12000000', '19999999', '30000000', '34999999', NULL, 1652898113),
(50868, '3220', '59.00', '1', '0.3', '5', '12000000', '19999999', '30000000', '34999999', NULL, 1652898113),
(50869, '3298', '44.00', '5', '5.001', '10', '12000000', '19999999', '30000000', '34999999', NULL, 1652898113),
(50870, '3220', '93.00', '1', '5.001', '10', '12000000', '19999999', '30000000', '34999999', NULL, 1652898114),
(50871, '3298', '71.00', '5', '10.001', '15', '12000000', '19999999', '30000000', '34999999', NULL, 1652898115),
(50872, '3220', '150.00', '1', '10.001', '15', '12000000', '19999999', '30000000', '34999999', NULL, 1652898115),
(50873, '3298', '99.00', '5', '15.001', '20', '12000000', '19999999', '30000000', '34999999', NULL, 1652898116),
(50874, '3220', '208.00', '1', '15.001', '20', '12000000', '19999999', '30000000', '34999999', NULL, 1652898116),
(50875, '3298', '126.00', '5', '20.001', '25', '12000000', '19999999', '30000000', '34999999', NULL, 1652898117),
(50876, '3220', '266.00', '1', '20.001', '25', '12000000', '19999999', '30000000', '34999999', NULL, 1652898117),
(50877, '3298', '153.00', '5', '25.001', '30', '12000000', '19999999', '30000000', '34999999', NULL, 1652898117),
(50878, '3220', '324.00', '1', '25.001', '30', '12000000', '19999999', '30000000', '34999999', NULL, 1652898118),
(50879, '3298', '44.00', '7', '0.3', '5', '12000000', '19999999', '35000000', '39999999', NULL, 1652898118),
(50880, '3220', '102.00', '4', '0.3', '5', '12000000', '19999999', '35000000', '39999999', NULL, 1652898118),
(50881, '3298', '74.00', '7', '5.001', '10', '12000000', '19999999', '35000000', '39999999', NULL, 1652898119),
(50882, '3220', '141.00', '4', '5.001', '10', '12000000', '19999999', '35000000', '39999999', NULL, 1652898119),
(50883, '3298', '120.00', '7', '10.001', '15', '12000000', '19999999', '35000000', '39999999', NULL, 1652898119),
(50884, '3220', '229.00', '4', '10.001', '15', '12000000', '19999999', '35000000', '39999999', NULL, 1652898119),
(50885, '3298', '166.00', '7', '15.001', '20', '12000000', '19999999', '35000000', '39999999', NULL, 1652898120),
(50886, '3220', '316.00', '4', '15.001', '20', '12000000', '19999999', '35000000', '39999999', NULL, 1652898120),
(50887, '3298', '212.00', '7', '20.001', '25', '12000000', '19999999', '35000000', '39999999', NULL, 1652898120),
(50888, '3220', '404.00', '4', '20.001', '25', '12000000', '19999999', '35000000', '39999999', NULL, 1652898121),
(50889, '3298', '258.00', '7', '25.001', '30', '12000000', '19999999', '35000000', '39999999', NULL, 1652898121),
(50890, '3220', '492.00', '4', '25.001', '30', '12000000', '19999999', '35000000', '39999999', NULL, 1652898121),
(50891, '3298', '34.00', '7', '0.3', '5', '12000000', '19999999', '40000000', '41999999', NULL, 1652898122),
(50892, '3220', '80.00', '1', '0.3', '5', '12000000', '19999999', '40000000', '41999999', NULL, 1652898122),
(50893, '3298', '50.00', '7', '5.001', '10', '12000000', '19999999', '40000000', '41999999', NULL, 1652898123),
(50894, '3220', '125.00', '1', '5.001', '10', '12000000', '19999999', '40000000', '41999999', NULL, 1652898123),
(50895, '3298', '82.00', '7', '10.001', '15', '12000000', '19999999', '40000000', '41999999', NULL, 1652898123),
(50896, '3220', '203.00', '1', '10.001', '15', '12000000', '19999999', '40000000', '41999999', NULL, 1652898124),
(50897, '3298', '113.00', '7', '15.001', '20', '12000000', '19999999', '40000000', '41999999', NULL, 1652898124),
(50898, '3220', '281.00', '1', '15.001', '20', '12000000', '19999999', '40000000', '41999999', NULL, 1652898124),
(50899, '3298', '145.00', '7', '20.001', '25', '12000000', '19999999', '40000000', '41999999', NULL, 1652898125),
(50900, '3220', '359.00', '1', '20.001', '25', '12000000', '19999999', '40000000', '41999999', NULL, 1652898125),
(50901, '3298', '176.00', '7', '25.001', '30', '12000000', '19999999', '40000000', '41999999', NULL, 1652898126),
(50902, '3220', '437.00', '1', '25.001', '30', '12000000', '19999999', '40000000', '41999999', NULL, 1652898126),
(50903, '3298', '34.00', '7', '0.3', '5', '12000000', '19999999', '40000000', '44470999', NULL, 1652898126),
(50904, '3220', '80.00', '1', '0.3', '5', '12000000', '19999999', '40000000', '44470999', NULL, 1652898127),
(50905, '3298', '50.00', '7', '5.001', '10', '12000000', '19999999', '40000000', '44470999', NULL, 1652898127),
(50906, '3220', '125.00', '1', '5.001', '10', '12000000', '19999999', '40000000', '44470999', NULL, 1652898127),
(50907, '3298', '82.00', '7', '10.001', '15', '12000000', '19999999', '40000000', '44470999', NULL, 1652898128),
(50908, '3220', '203.00', '1', '10.001', '15', '12000000', '19999999', '40000000', '44470999', NULL, 1652898128),
(50909, '3298', '113.00', '7', '15.001', '20', '12000000', '19999999', '40000000', '44470999', NULL, 1652898128),
(50910, '3220', '281.00', '1', '15.001', '20', '12000000', '19999999', '40000000', '44470999', NULL, 1652898129),
(50911, '3298', '145.00', '7', '20.001', '25', '12000000', '19999999', '40000000', '44470999', NULL, 1652898129),
(50912, '3220', '359.00', '1', '20.001', '25', '12000000', '19999999', '40000000', '44470999', NULL, 1652898129),
(50913, '3298', '176.00', '7', '25.001', '30', '12000000', '19999999', '40000000', '44470999', NULL, 1652898130),
(50914, '3220', '437.00', '1', '25.001', '30', '12000000', '19999999', '40000000', '44470999', NULL, 1652898130),
(50915, '3298', '43.00', '7', '0.3', '5', '12000000', '19999999', '44471000', '48999999', NULL, 1652898130),
(50916, '3220', '104.00', '3', '0.3', '5', '12000000', '19999999', '44471000', '48999999', NULL, 1652898130),
(50917, '3298', '71.00', '7', '5.001', '10', '12000000', '19999999', '44471000', '48999999', NULL, 1652898131),
(50918, '3220', '147.00', '3', '5.001', '10', '12000000', '19999999', '44471000', '48999999', NULL, 1652898131),
(50919, '3298', '116.00', '7', '10.001', '15', '12000000', '19999999', '44471000', '48999999', NULL, 1652898131),
(50920, '3220', '238.00', '3', '10.001', '15', '12000000', '19999999', '44471000', '48999999', NULL, 1652898132),
(50921, '3298', '160.00', '7', '15.001', '20', '12000000', '19999999', '44471000', '48999999', NULL, 1652898132),
(50922, '3220', '329.00', '3', '15.001', '20', '12000000', '19999999', '44471000', '48999999', NULL, 1652898132),
(50923, '3298', '205.00', '7', '20.001', '25', '12000000', '19999999', '44471000', '48999999', NULL, 1652898133),
(50924, '3220', '420.00', '3', '20.001', '25', '12000000', '19999999', '44471000', '48999999', NULL, 1652898133),
(50925, '3298', '249.00', '7', '25.001', '30', '12000000', '19999999', '44471000', '48999999', NULL, 1652898133),
(50926, '3220', '511.00', '3', '25.001', '30', '12000000', '19999999', '44471000', '48999999', NULL, 1652898134),
(50927, '3298', '45.00', '8', '0.3', '5', '12000000', '19999999', '49000000', '49099999', NULL, 1652898134),
(50928, '3220', '137.00', '3', '0.3', '5', '12000000', '19999999', '49000000', '49099999', NULL, 1652898134),
(50929, '3298', '71.00', '8', '5.001', '10', '12000000', '19999999', '49000000', '49099999', NULL, 1652898135),
(50930, '3220', '214.00', '3', '5.001', '10', '12000000', '19999999', '49000000', '49099999', NULL, 1652898135),
(50931, '3298', '116.00', '8', '10.001', '15', '12000000', '19999999', '49000000', '49099999', NULL, 1652898136),
(50932, '3220', '346.00', '3', '10.001', '15', '12000000', '19999999', '49000000', '49099999', NULL, 1652898136),
(50933, '3298', '160.00', '8', '15.001', '20', '12000000', '19999999', '49000000', '49099999', NULL, 1652898136),
(50934, '3220', '479.00', '3', '15.001', '20', '12000000', '19999999', '49000000', '49099999', NULL, 1652898136),
(50935, '3298', '205.00', '8', '20.001', '25', '12000000', '19999999', '49000000', '49099999', NULL, 1652898137),
(50936, '3220', '612.00', '3', '20.001', '25', '12000000', '19999999', '49000000', '49099999', NULL, 1652898137),
(50937, '3298', '249.00', '8', '25.001', '30', '12000000', '19999999', '49000000', '49099999', NULL, 1652898138),
(50938, '3220', '744.00', '3', '25.001', '30', '12000000', '19999999', '49000000', '49099999', NULL, 1652898138),
(50939, '3298', '90.00', '11', '0.3', '5', '12000000', '19999999', '49100000', '49999999', NULL, 1652898138),
(50940, '3220', '183.00', '4', '0.3', '5', '12000000', '19999999', '49100000', '49999999', NULL, 1652898139),
(50941, '3298', '133.00', '11', '5.001', '10', '12000000', '19999999', '49100000', '49999999', NULL, 1652898139),
(50942, '3220', '266.00', '4', '5.001', '10', '12000000', '19999999', '49100000', '49999999', NULL, 1652898140),
(50943, '3298', '215.00', '11', '10.001', '15', '12000000', '19999999', '49100000', '49999999', NULL, 1652898140),
(50944, '3220', '430.00', '4', '10.001', '15', '12000000', '19999999', '49100000', '49999999', NULL, 1652898140),
(50945, '3298', '298.00', '11', '15.001', '20', '12000000', '19999999', '49100000', '49999999', NULL, 1652898141),
(50946, '3220', '595.00', '4', '15.001', '20', '12000000', '19999999', '49100000', '49999999', NULL, 1652898141),
(50947, '3298', '380.00', '11', '20.001', '25', '12000000', '19999999', '49100000', '49999999', NULL, 1652898142),
(50948, '3220', '760.00', '4', '20.001', '25', '12000000', '19999999', '49100000', '49999999', NULL, 1652898142),
(50949, '3298', '463.00', '11', '25.001', '30', '12000000', '19999999', '49100000', '49999999', NULL, 1652898142),
(50950, '3220', '925.00', '4', '25.001', '30', '12000000', '19999999', '49100000', '49999999', NULL, 1652898142),
(50951, '3298', '38.00', '7', '0.3', '5', '12000000', '19999999', '50000000', '52999999', NULL, 1652898143),
(50952, '3220', '113.00', '3', '0.3', '5', '12000000', '19999999', '50000000', '52999999', NULL, 1652898143),
(50953, '3298', '58.00', '7', '5.001', '10', '12000000', '19999999', '50000000', '52999999', NULL, 1652898143),
(50954, '3220', '176.00', '3', '5.001', '10', '12000000', '19999999', '50000000', '52999999', NULL, 1652898144),
(50955, '3298', '94.00', '7', '10.001', '15', '12000000', '19999999', '50000000', '52999999', NULL, 1652898144),
(50956, '3220', '286.00', '3', '10.001', '15', '12000000', '19999999', '50000000', '52999999', NULL, 1652898145),
(50957, '3298', '130.00', '7', '15.001', '20', '12000000', '19999999', '50000000', '52999999', NULL, 1652898145),
(50958, '3220', '396.00', '3', '15.001', '20', '12000000', '19999999', '50000000', '52999999', NULL, 1652898145),
(50959, '3298', '166.00', '7', '20.001', '25', '12000000', '19999999', '50000000', '52999999', NULL, 1652898146),
(50960, '3220', '505.00', '3', '20.001', '25', '12000000', '19999999', '50000000', '52999999', NULL, 1652898146),
(50961, '3298', '202.00', '7', '25.001', '30', '12000000', '19999999', '50000000', '52999999', NULL, 1652898147),
(50962, '3220', '615.00', '3', '25.001', '30', '12000000', '19999999', '50000000', '52999999', NULL, 1652898147),
(50963, '3298', '38.00', '7', '0.3', '5', '12000000', '19999999', '50000000', '54999999', NULL, 1652898147),
(50964, '3220', '113.00', '3', '0.3', '5', '12000000', '19999999', '50000000', '54999999', NULL, 1652898148),
(50965, '3298', '58.00', '7', '5.001', '10', '12000000', '19999999', '50000000', '54999999', NULL, 1652898148),
(50966, '3220', '176.00', '3', '5.001', '10', '12000000', '19999999', '50000000', '54999999', NULL, 1652898148),
(50967, '3298', '94.00', '7', '10.001', '15', '12000000', '19999999', '50000000', '54999999', NULL, 1652898149),
(50968, '3220', '286.00', '3', '10.001', '15', '12000000', '19999999', '50000000', '54999999', NULL, 1652898149),
(50969, '3298', '130.00', '7', '15.001', '20', '12000000', '19999999', '50000000', '54999999', NULL, 1652898149),
(50970, '3220', '396.00', '3', '15.001', '20', '12000000', '19999999', '50000000', '54999999', NULL, 1652898150),
(50971, '3298', '166.00', '7', '20.001', '25', '12000000', '19999999', '50000000', '54999999', NULL, 1652898150),
(50972, '3220', '505.00', '3', '20.001', '25', '12000000', '19999999', '50000000', '54999999', NULL, 1652898150),
(50973, '3298', '202.00', '7', '25.001', '30', '12000000', '19999999', '50000000', '54999999', NULL, 1652898151),
(50974, '3220', '615.00', '3', '25.001', '30', '12000000', '19999999', '50000000', '54999999', NULL, 1652898151),
(50975, '3298', '70.00', '11', '0.3', '5', '12000000', '19999999', '55000000', '56999999', NULL, 1652898151),
(50976, '3220', '157.00', '6', '0.3', '5', '12000000', '19999999', '55000000', '56999999', NULL, 1652898152),
(50977, '3298', '106.00', '11', '5.001', '10', '12000000', '19999999', '55000000', '56999999', NULL, 1652898152),
(50978, '3220', '226.00', '6', '5.001', '10', '12000000', '19999999', '55000000', '56999999', NULL, 1652898152),
(50979, '3298', '172.00', '11', '10.001', '15', '12000000', '19999999', '55000000', '56999999', NULL, 1652898153),
(50980, '3220', '367.00', '6', '10.001', '15', '12000000', '19999999', '55000000', '56999999', NULL, 1652898153),
(50981, '3298', '239.00', '11', '15.001', '20', '12000000', '19999999', '55000000', '56999999', NULL, 1652898153),
(50982, '3220', '508.00', '6', '15.001', '20', '12000000', '19999999', '55000000', '56999999', NULL, 1652898154),
(50983, '3298', '305.00', '11', '20.001', '25', '12000000', '19999999', '55000000', '56999999', NULL, 1652898154),
(50984, '3220', '649.00', '6', '20.001', '25', '12000000', '19999999', '55000000', '56999999', NULL, 1652898154),
(50985, '3298', '371.00', '11', '25.001', '30', '12000000', '19999999', '55000000', '56999999', NULL, 1652898155),
(50986, '3220', '789.00', '6', '25.001', '30', '12000000', '19999999', '55000000', '56999999', NULL, 1652898155),
(50987, '3298', '45.00', '8', '0.3', '5', '12000000', '19999999', '57000000', '57099999', NULL, 1652898155),
(50988, '3220', '137.00', '3', '0.3', '5', '12000000', '19999999', '57000000', '57099999', NULL, 1652898156),
(50989, '3298', '71.00', '8', '5.001', '10', '12000000', '19999999', '57000000', '57099999', NULL, 1652898156),
(50990, '3220', '214.00', '3', '5.001', '10', '12000000', '19999999', '57000000', '57099999', NULL, 1652898157),
(50991, '3298', '116.00', '8', '10.001', '15', '12000000', '19999999', '57000000', '57099999', NULL, 1652898157),
(50992, '3220', '346.00', '3', '10.001', '15', '12000000', '19999999', '57000000', '57099999', NULL, 1652898157),
(50993, '3298', '160.00', '8', '15.001', '20', '12000000', '19999999', '57000000', '57099999', NULL, 1652898158),
(50994, '3220', '479.00', '3', '15.001', '20', '12000000', '19999999', '57000000', '57099999', NULL, 1652898158),
(50995, '3298', '205.00', '8', '20.001', '25', '12000000', '19999999', '57000000', '57099999', NULL, 1652898158),
(50996, '3220', '612.00', '3', '20.001', '25', '12000000', '19999999', '57000000', '57099999', NULL, 1652898159),
(50997, '3298', '249.00', '8', '25.001', '30', '12000000', '19999999', '57000000', '57099999', NULL, 1652898159),
(50998, '3220', '744.00', '3', '25.001', '30', '12000000', '19999999', '57000000', '57099999', NULL, 1652898159),
(50999, '3298', '45.00', '10', '0.3', '5', '12000000', '19999999', '57100000', '57999999', NULL, 1652898160),
(51000, '3220', '137.00', '4', '0.3', '5', '12000000', '19999999', '57100000', '57999999', NULL, 1652898160),
(51001, '3298', '71.00', '10', '5.001', '10', '12000000', '19999999', '57100000', '57999999', NULL, 1652898161),
(51002, '3220', '214.00', '4', '5.001', '10', '12000000', '19999999', '57100000', '57999999', NULL, 1652898161),
(51003, '3298', '116.00', '10', '10.001', '15', '12000000', '19999999', '57100000', '57999999', NULL, 1652898161),
(51004, '3220', '346.00', '4', '10.001', '15', '12000000', '19999999', '57100000', '57999999', NULL, 1652898162),
(51005, '3298', '160.00', '10', '15.001', '20', '12000000', '19999999', '57100000', '57999999', NULL, 1652898162),
(51006, '3220', '479.00', '4', '15.001', '20', '12000000', '19999999', '57100000', '57999999', NULL, 1652898164),
(51007, '3298', '205.00', '10', '20.001', '25', '12000000', '19999999', '57100000', '57999999', NULL, 1652898164),
(51008, '3220', '612.00', '4', '20.001', '25', '12000000', '19999999', '57100000', '57999999', NULL, 1652898164),
(51009, '3298', '249.00', '10', '25.001', '30', '12000000', '19999999', '57100000', '57999999', NULL, 1652898165),
(51010, '3220', '744.00', '4', '25.001', '30', '12000000', '19999999', '57100000', '57999999', NULL, 1652898165),
(51011, '3298', '45.00', '8', '0.3', '5', '12000000', '19999999', '58000000', '58099999', NULL, 1652898165),
(51012, '3220', '137.00', '3', '0.3', '5', '12000000', '19999999', '58000000', '58099999', NULL, 1652898166),
(51013, '3298', '71.00', '8', '5.001', '10', '12000000', '19999999', '58000000', '58099999', NULL, 1652898166),
(51014, '3220', '214.00', '3', '5.001', '10', '12000000', '19999999', '58000000', '58099999', NULL, 1652898167),
(51015, '3298', '116.00', '8', '10.001', '15', '12000000', '19999999', '58000000', '58099999', NULL, 1652898167),
(51016, '3220', '346.00', '3', '10.001', '15', '12000000', '19999999', '58000000', '58099999', NULL, 1652898167),
(51017, '3298', '160.00', '8', '15.001', '20', '12000000', '19999999', '58000000', '58099999', NULL, 1652898168),
(51018, '3220', '479.00', '3', '15.001', '20', '12000000', '19999999', '58000000', '58099999', NULL, 1652898168),
(51019, '3298', '205.00', '8', '20.001', '25', '12000000', '19999999', '58000000', '58099999', NULL, 1652898169),
(51020, '3220', '612.00', '3', '20.001', '25', '12000000', '19999999', '58000000', '58099999', NULL, 1652898169),
(51021, '3298', '249.00', '8', '25.001', '30', '12000000', '19999999', '58000000', '58099999', NULL, 1652898169),
(51022, '3220', '744.00', '3', '25.001', '30', '12000000', '19999999', '58000000', '58099999', NULL, 1652898170),
(51023, '3298', '90.00', '13', '0.3', '5', '12000000', '19999999', '58100000', '58999999', NULL, 1652898170),
(51024, '3220', '183.00', '7', '0.3', '5', '12000000', '19999999', '58100000', '58999999', NULL, 1652898171),
(51025, '3298', '133.00', '13', '5.001', '10', '12000000', '19999999', '58100000', '58999999', NULL, 1652898171),
(51026, '3220', '266.00', '7', '5.001', '10', '12000000', '19999999', '58100000', '58999999', NULL, 1652898171),
(51027, '3298', '215.00', '13', '10.001', '15', '12000000', '19999999', '58100000', '58999999', NULL, 1652898172),
(51028, '3220', '430.00', '7', '10.001', '15', '12000000', '19999999', '58100000', '58999999', NULL, 1652898172),
(51029, '3298', '298.00', '13', '15.001', '20', '12000000', '19999999', '58100000', '58999999', NULL, 1652898172),
(51030, '3220', '595.00', '7', '15.001', '20', '12000000', '19999999', '58100000', '58999999', NULL, 1652898173),
(51031, '3298', '380.00', '13', '20.001', '25', '12000000', '19999999', '58100000', '58999999', NULL, 1652898174),
(51032, '3220', '760.00', '7', '20.001', '25', '12000000', '19999999', '58100000', '58999999', NULL, 1652898174),
(51033, '3298', '463.00', '13', '25.001', '30', '12000000', '19999999', '58100000', '58999999', NULL, 1652898174),
(51034, '3220', '925.00', '7', '25.001', '30', '12000000', '19999999', '58100000', '58999999', NULL, 1652898175),
(51035, '3298', '45.00', '8', '0.3', '5', '12000000', '19999999', '59000000', '59099999', NULL, 1652898175),
(51036, '3220', '137.00', '3', '0.3', '5', '12000000', '19999999', '59000000', '59099999', NULL, 1652898175),
(51037, '3298', '71.00', '8', '5.001', '10', '12000000', '19999999', '59000000', '59099999', NULL, 1652898176),
(51038, '3220', '214.00', '3', '5.001', '10', '12000000', '19999999', '59000000', '59099999', NULL, 1652898176),
(51039, '3298', '116.00', '8', '10.001', '15', '12000000', '19999999', '59000000', '59099999', NULL, 1652898176),
(51040, '3220', '346.00', '3', '10.001', '15', '12000000', '19999999', '59000000', '59099999', NULL, 1652898176),
(51041, '3298', '160.00', '8', '15.001', '20', '12000000', '19999999', '59000000', '59099999', NULL, 1652898177),
(51042, '3220', '479.00', '3', '15.001', '20', '12000000', '19999999', '59000000', '59099999', NULL, 1652898177),
(51043, '3298', '205.00', '8', '20.001', '25', '12000000', '19999999', '59000000', '59099999', NULL, 1652898177),
(51044, '3220', '612.00', '3', '20.001', '25', '12000000', '19999999', '59000000', '59099999', NULL, 1652898178),
(51045, '3298', '249.00', '8', '25.001', '30', '12000000', '19999999', '59000000', '59099999', NULL, 1652898178),
(51046, '3220', '744.00', '3', '25.001', '30', '12000000', '19999999', '59000000', '59099999', NULL, 1652898178),
(51047, '3298', '45.00', '8', '0.3', '5', '12000000', '19999999', '59100000', '59999999', NULL, 1652898179),
(51048, '3220', '137.00', '3', '0.3', '5', '12000000', '19999999', '59100000', '59999999', NULL, 1652898179),
(51049, '3298', '71.00', '8', '5.001', '10', '12000000', '19999999', '59100000', '59999999', NULL, 1652898179),
(51050, '3220', '214.00', '3', '5.001', '10', '12000000', '19999999', '59100000', '59999999', NULL, 1652898179),
(51051, '3298', '116.00', '8', '10.001', '15', '12000000', '19999999', '59100000', '59999999', NULL, 1652898180),
(51052, '3220', '346.00', '3', '10.001', '15', '12000000', '19999999', '59100000', '59999999', NULL, 1652898180),
(51053, '3298', '160.00', '8', '15.001', '20', '12000000', '19999999', '59100000', '59999999', NULL, 1652898180),
(51054, '3220', '479.00', '3', '15.001', '20', '12000000', '19999999', '59100000', '59999999', NULL, 1652898180),
(51055, '3298', '205.00', '8', '20.001', '25', '12000000', '19999999', '59100000', '59999999', NULL, 1652898181),
(51056, '3220', '612.00', '3', '20.001', '25', '12000000', '19999999', '59100000', '59999999', NULL, 1652898181),
(51057, '3298', '249.00', '8', '25.001', '30', '12000000', '19999999', '59100000', '59999999', NULL, 1652898181),
(51058, '3220', '744.00', '3', '25.001', '30', '12000000', '19999999', '59100000', '59999999', NULL, 1652898182),
(51059, '3298', '38.00', '9', '0.3', '5', '12000000', '19999999', '60000000', '60999999', NULL, 1652898182),
(51060, '3220', '113.00', '3', '0.3', '5', '12000000', '19999999', '60000000', '60999999', NULL, 1652898183),
(51061, '3298', '58.00', '9', '5.001', '10', '12000000', '19999999', '60000000', '60999999', NULL, 1652898183),
(51062, '3220', '176.00', '3', '5.001', '10', '12000000', '19999999', '60000000', '60999999', NULL, 1652898184),
(51063, '3298', '94.00', '9', '10.001', '15', '12000000', '19999999', '60000000', '60999999', NULL, 1652898185),
(51064, '3220', '286.00', '3', '10.001', '15', '12000000', '19999999', '60000000', '60999999', NULL, 1652898185),
(51065, '3298', '130.00', '9', '15.001', '20', '12000000', '19999999', '60000000', '60999999', NULL, 1652898186),
(51066, '3220', '396.00', '3', '15.001', '20', '12000000', '19999999', '60000000', '60999999', NULL, 1652898186),
(51067, '3298', '166.00', '9', '20.001', '25', '12000000', '19999999', '60000000', '60999999', NULL, 1652898186),
(51068, '3220', '505.00', '3', '20.001', '25', '12000000', '19999999', '60000000', '60999999', NULL, 1652898186),
(51069, '3298', '202.00', '9', '25.001', '30', '12000000', '19999999', '60000000', '60999999', NULL, 1652898187),
(51070, '3220', '615.00', '3', '25.001', '30', '12000000', '19999999', '60000000', '60999999', NULL, 1652898187),
(51071, '3298', '38.00', '9', '0.3', '5', '12000000', '19999999', '60000000', '61900999', NULL, 1652898187),
(51072, '3220', '113.00', '3', '0.3', '5', '12000000', '19999999', '60000000', '61900999', NULL, 1652898188),
(51073, '3298', '58.00', '9', '5.001', '10', '12000000', '19999999', '60000000', '61900999', NULL, 1652898188),
(51074, '3220', '176.00', '3', '5.001', '10', '12000000', '19999999', '60000000', '61900999', NULL, 1652898188),
(51075, '3298', '94.00', '9', '10.001', '15', '12000000', '19999999', '60000000', '61900999', NULL, 1652898189),
(51076, '3220', '286.00', '3', '10.001', '15', '12000000', '19999999', '60000000', '61900999', NULL, 1652898189),
(51077, '3298', '130.00', '9', '15.001', '20', '12000000', '19999999', '60000000', '61900999', NULL, 1652898190),
(51078, '3220', '396.00', '3', '15.001', '20', '12000000', '19999999', '60000000', '61900999', NULL, 1652898190),
(51079, '3298', '166.00', '9', '20.001', '25', '12000000', '19999999', '60000000', '61900999', NULL, 1652898190),
(51080, '3220', '505.00', '3', '20.001', '25', '12000000', '19999999', '60000000', '61900999', NULL, 1652898190),
(51081, '3298', '202.00', '9', '25.001', '30', '12000000', '19999999', '60000000', '61900999', NULL, 1652898191),
(51082, '3220', '615.00', '3', '25.001', '30', '12000000', '19999999', '60000000', '61900999', NULL, 1652898191),
(51083, '3298', '70.00', '13', '0.3', '5', '12000000', '19999999', '61901000', '63999999', NULL, 1652898191),
(51084, '3220', '157.00', '7', '0.3', '5', '12000000', '19999999', '61901000', '63999999', NULL, 1652898192),
(51085, '3298', '106.00', '13', '5.001', '10', '12000000', '19999999', '61901000', '63999999', NULL, 1652898192),
(51086, '3220', '226.00', '7', '5.001', '10', '12000000', '19999999', '61901000', '63999999', NULL, 1652898192),
(51087, '3298', '172.00', '13', '10.001', '15', '12000000', '19999999', '61901000', '63999999', NULL, 1652898193),
(51088, '3220', '367.00', '7', '10.001', '15', '12000000', '19999999', '61901000', '63999999', NULL, 1652898193),
(51089, '3298', '239.00', '13', '15.001', '20', '12000000', '19999999', '61901000', '63999999', NULL, 1652898194),
(51090, '3220', '508.00', '7', '15.001', '20', '12000000', '19999999', '61901000', '63999999', NULL, 1652898194),
(51091, '3298', '305.00', '13', '20.001', '25', '12000000', '19999999', '61901000', '63999999', NULL, 1652898194),
(51092, '3220', '649.00', '7', '20.001', '25', '12000000', '19999999', '61901000', '63999999', NULL, 1652898195),
(51093, '3298', '371.00', '13', '25.001', '30', '12000000', '19999999', '61901000', '63999999', NULL, 1652898195),
(51094, '3220', '789.00', '7', '25.001', '30', '12000000', '19999999', '61901000', '63999999', NULL, 1652898196),
(51095, '3298', '45.00', '8', '0.3', '5', '12000000', '19999999', '64000000', '64099999', NULL, 1652898196),
(51096, '3220', '137.00', '4', '0.3', '5', '12000000', '19999999', '64000000', '64099999', NULL, 1652898196),
(51097, '3298', '71.00', '8', '5.001', '10', '12000000', '19999999', '64000000', '64099999', NULL, 1652898197),
(51098, '3220', '214.00', '4', '5.001', '10', '12000000', '19999999', '64000000', '64099999', NULL, 1652898197),
(51099, '3298', '116.00', '8', '10.001', '15', '12000000', '19999999', '64000000', '64099999', NULL, 1652898198),
(51100, '3220', '346.00', '4', '10.001', '15', '12000000', '19999999', '64000000', '64099999', NULL, 1652898198),
(51101, '3298', '160.00', '8', '15.001', '20', '12000000', '19999999', '64000000', '64099999', NULL, 1652898199),
(51102, '3220', '479.00', '4', '15.001', '20', '12000000', '19999999', '64000000', '64099999', NULL, 1652898199),
(51103, '3298', '205.00', '8', '20.001', '25', '12000000', '19999999', '64000000', '64099999', NULL, 1652898200),
(51104, '3220', '612.00', '4', '20.001', '25', '12000000', '19999999', '64000000', '64099999', NULL, 1652898200),
(51105, '3298', '249.00', '8', '25.001', '30', '12000000', '19999999', '64000000', '64099999', NULL, 1652898200),
(51106, '3220', '744.00', '4', '25.001', '30', '12000000', '19999999', '64000000', '64099999', NULL, 1652898201),
(51107, '3298', '90.00', '11', '0.3', '5', '12000000', '19999999', '64100000', '64999999', NULL, 1652898201),
(51108, '3220', '183.00', '8', '0.3', '5', '12000000', '19999999', '64100000', '64999999', NULL, 1652898201),
(51109, '3298', '133.00', '11', '5.001', '10', '12000000', '19999999', '64100000', '64999999', NULL, 1652898202),
(51110, '3220', '266.00', '8', '5.001', '10', '12000000', '19999999', '64100000', '64999999', NULL, 1652898202),
(51111, '3298', '215.00', '11', '10.001', '15', '12000000', '19999999', '64100000', '64999999', NULL, 1652898203),
(51112, '3220', '430.00', '8', '10.001', '15', '12000000', '19999999', '64100000', '64999999', NULL, 1652898203),
(51113, '3298', '298.00', '11', '15.001', '20', '12000000', '19999999', '64100000', '64999999', NULL, 1652898203),
(51114, '3220', '595.00', '8', '15.001', '20', '12000000', '19999999', '64100000', '64999999', NULL, 1652898204),
(51115, '3298', '380.00', '11', '20.001', '25', '12000000', '19999999', '64100000', '64999999', NULL, 1652898204),
(51116, '3220', '760.00', '8', '20.001', '25', '12000000', '19999999', '64100000', '64999999', NULL, 1652898204),
(51117, '3298', '463.00', '11', '25.001', '30', '12000000', '19999999', '64100000', '64999999', NULL, 1652898205),
(51118, '3220', '925.00', '8', '25.001', '30', '12000000', '19999999', '64100000', '64999999', NULL, 1652898205),
(51119, '3298', '45.00', '9', '0.3', '5', '12000000', '19999999', '65000000', '65099999', NULL, 1652898205),
(51120, '3220', '137.00', '5', '0.3', '5', '12000000', '19999999', '65000000', '65099999', NULL, 1652898206),
(51121, '3298', '71.00', '9', '5.001', '10', '12000000', '19999999', '65000000', '65099999', NULL, 1652898206),
(51122, '3220', '214.00', '5', '5.001', '10', '12000000', '19999999', '65000000', '65099999', NULL, 1652898207),
(51123, '3298', '116.00', '9', '10.001', '15', '12000000', '19999999', '65000000', '65099999', NULL, 1652898207),
(51124, '3220', '346.00', '5', '10.001', '15', '12000000', '19999999', '65000000', '65099999', NULL, 1652898207),
(51125, '3298', '160.00', '9', '15.001', '20', '12000000', '19999999', '65000000', '65099999', NULL, 1652898208),
(51126, '3220', '479.00', '5', '15.001', '20', '12000000', '19999999', '65000000', '65099999', NULL, 1652898208),
(51127, '3298', '205.00', '9', '20.001', '25', '12000000', '19999999', '65000000', '65099999', NULL, 1652898208),
(51128, '3220', '612.00', '5', '20.001', '25', '12000000', '19999999', '65000000', '65099999', NULL, 1652898209),
(51129, '3298', '249.00', '9', '25.001', '30', '12000000', '19999999', '65000000', '65099999', NULL, 1652898209),
(51130, '3220', '744.00', '5', '25.001', '30', '12000000', '19999999', '65000000', '65099999', NULL, 1652898210),
(51131, '3298', '90.00', '14', '0.3', '5', '12000000', '19999999', '65100000', '65999999', NULL, 1652898211),
(51132, '3220', '183.00', '10', '0.3', '5', '12000000', '19999999', '65100000', '65999999', NULL, 1652898211),
(51133, '3298', '133.00', '14', '5.001', '10', '12000000', '19999999', '65100000', '65999999', NULL, 1652898211),
(51134, '3220', '266.00', '10', '5.001', '10', '12000000', '19999999', '65100000', '65999999', NULL, 1652898212),
(51135, '3298', '215.00', '14', '10.001', '15', '12000000', '19999999', '65100000', '65999999', NULL, 1652898212),
(51136, '3220', '430.00', '10', '10.001', '15', '12000000', '19999999', '65100000', '65999999', NULL, 1652898212),
(51137, '3298', '298.00', '14', '15.001', '20', '12000000', '19999999', '65100000', '65999999', NULL, 1652898213),
(51138, '3220', '595.00', '10', '15.001', '20', '12000000', '19999999', '65100000', '65999999', NULL, 1652898213),
(51139, '3298', '380.00', '14', '20.001', '25', '12000000', '19999999', '65100000', '65999999', NULL, 1652898213),
(51140, '3220', '760.00', '10', '20.001', '25', '12000000', '19999999', '65100000', '65999999', NULL, 1652898214),
(51141, '3298', '463.00', '14', '25.001', '30', '12000000', '19999999', '65100000', '65999999', NULL, 1652898214),
(51142, '3220', '925.00', '10', '25.001', '30', '12000000', '19999999', '65100000', '65999999', NULL, 1652898214),
(51143, '3298', '38.00', '9', '0.3', '5', '12000000', '19999999', '66000000', '66999999', NULL, 1652898215),
(51144, '3220', '113.00', '5', '0.3', '5', '12000000', '19999999', '66000000', '66999999', NULL, 1652898215),
(51145, '3298', '58.00', '9', '5.001', '10', '12000000', '19999999', '66000000', '66999999', NULL, 1652898215),
(51146, '3220', '176.00', '5', '5.001', '10', '12000000', '19999999', '66000000', '66999999', NULL, 1652898216),
(51147, '3298', '94.00', '9', '10.001', '15', '12000000', '19999999', '66000000', '66999999', NULL, 1652898216),
(51148, '3220', '286.00', '5', '10.001', '15', '12000000', '19999999', '66000000', '66999999', NULL, 1652898216),
(51149, '3298', '130.00', '9', '15.001', '20', '12000000', '19999999', '66000000', '66999999', NULL, 1652898217),
(51150, '3220', '396.00', '5', '15.001', '20', '12000000', '19999999', '66000000', '66999999', NULL, 1652898217),
(51151, '3298', '166.00', '9', '20.001', '25', '12000000', '19999999', '66000000', '66999999', NULL, 1652898217),
(51152, '3220', '505.00', '5', '20.001', '25', '12000000', '19999999', '66000000', '66999999', NULL, 1652898218),
(51153, '3298', '202.00', '9', '25.001', '30', '12000000', '19999999', '66000000', '66999999', NULL, 1652898218),
(51154, '3220', '615.00', '5', '25.001', '30', '12000000', '19999999', '66000000', '66999999', NULL, 1652898219),
(51155, '3298', '38.00', '9', '0.3', '5', '12000000', '19999999', '66000000', '67999999', NULL, 1652898219),
(51156, '3220', '113.00', '5', '0.3', '5', '12000000', '19999999', '66000000', '67999999', NULL, 1652898219),
(51157, '3298', '58.00', '9', '5.001', '10', '12000000', '19999999', '66000000', '67999999', NULL, 1652898220),
(51158, '3220', '176.00', '5', '5.001', '10', '12000000', '19999999', '66000000', '67999999', NULL, 1652898220),
(51159, '3298', '94.00', '9', '10.001', '15', '12000000', '19999999', '66000000', '67999999', NULL, 1652898220),
(51160, '3220', '286.00', '5', '10.001', '15', '12000000', '19999999', '66000000', '67999999', NULL, 1652898221),
(51161, '3298', '130.00', '9', '15.001', '20', '12000000', '19999999', '66000000', '67999999', NULL, 1652898221),
(51162, '3220', '396.00', '5', '15.001', '20', '12000000', '19999999', '66000000', '67999999', NULL, 1652898221),
(51163, '3298', '166.00', '9', '20.001', '25', '12000000', '19999999', '66000000', '67999999', NULL, 1652898222),
(51164, '3220', '505.00', '5', '20.001', '25', '12000000', '19999999', '66000000', '67999999', NULL, 1652898222),
(51165, '3298', '202.00', '9', '25.001', '30', '12000000', '19999999', '66000000', '67999999', NULL, 1652898222),
(51166, '3220', '615.00', '5', '25.001', '30', '12000000', '19999999', '66000000', '67999999', NULL, 1652898223),
(51167, '3298', '70.00', '11', '0.3', '5', '12000000', '19999999', '68000000', '68899999', NULL, 1652898223),
(51168, '3220', '157.00', '8', '0.3', '5', '12000000', '19999999', '68000000', '68899999', NULL, 1652898224),
(51169, '3298', '106.00', '11', '5.001', '10', '12000000', '19999999', '68000000', '68899999', NULL, 1652898224),
(51170, '3220', '226.00', '8', '5.001', '10', '12000000', '19999999', '68000000', '68899999', NULL, 1652898224),
(51171, '3298', '172.00', '11', '10.001', '15', '12000000', '19999999', '68000000', '68899999', NULL, 1652898225),
(51172, '3220', '367.00', '8', '10.001', '15', '12000000', '19999999', '68000000', '68899999', NULL, 1652898225),
(51173, '3298', '239.00', '11', '15.001', '20', '12000000', '19999999', '68000000', '68899999', NULL, 1652898226),
(51174, '3220', '508.00', '8', '15.001', '20', '12000000', '19999999', '68000000', '68899999', NULL, 1652898226),
(51175, '3298', '305.00', '11', '20.001', '25', '12000000', '19999999', '68000000', '68899999', NULL, 1652898227),
(51176, '3220', '649.00', '8', '20.001', '25', '12000000', '19999999', '68000000', '68899999', NULL, 1652898228),
(51177, '3298', '371.00', '11', '25.001', '30', '12000000', '19999999', '68000000', '68899999', NULL, 1652898228),
(51178, '3220', '789.00', '8', '25.001', '30', '12000000', '19999999', '68000000', '68899999', NULL, 1652898229),
(51179, '3298', '45.00', '19', '0.3', '5', '12000000', '19999999', '68900000', '68914999', NULL, 1652898229),
(51180, '3220', '137.00', '11', '0.3', '5', '12000000', '19999999', '68900000', '68914999', NULL, 1652898230),
(51181, '3298', '71.00', '19', '5.001', '10', '12000000', '19999999', '68900000', '68914999', NULL, 1652898230),
(51182, '3220', '214.00', '11', '5.001', '10', '12000000', '19999999', '68900000', '68914999', NULL, 1652898230),
(51183, '3298', '116.00', '19', '10.001', '15', '12000000', '19999999', '68900000', '68914999', NULL, 1652898230),
(51184, '3220', '346.00', '11', '10.001', '15', '12000000', '19999999', '68900000', '68914999', NULL, 1652898231),
(51185, '3298', '160.00', '19', '15.001', '20', '12000000', '19999999', '68900000', '68914999', NULL, 1652898231),
(51186, '3220', '479.00', '11', '15.001', '20', '12000000', '19999999', '68900000', '68914999', NULL, 1652898232),
(51187, '3298', '205.00', '19', '20.001', '25', '12000000', '19999999', '68900000', '68914999', NULL, 1652898232),
(51188, '3220', '612.00', '11', '20.001', '25', '12000000', '19999999', '68900000', '68914999', NULL, 1652898232);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(51189, '3298', '249.00', '19', '25.001', '30', '12000000', '19999999', '68900000', '68914999', NULL, 1652898233),
(51190, '3220', '744.00', '11', '25.001', '30', '12000000', '19999999', '68900000', '68914999', NULL, 1652898235),
(51191, '3298', '90.00', '21', '0.3', '5', '12000000', '19999999', '68915000', '68999999', NULL, 1652898235),
(51192, '3220', '183.00', '13', '0.3', '5', '12000000', '19999999', '68915000', '68999999', NULL, 1652898235),
(51193, '3298', '133.00', '21', '5.001', '10', '12000000', '19999999', '68915000', '68999999', NULL, 1652898236),
(51194, '3220', '266.00', '13', '5.001', '10', '12000000', '19999999', '68915000', '68999999', NULL, 1652898237),
(51195, '3298', '215.00', '21', '10.001', '15', '12000000', '19999999', '68915000', '68999999', NULL, 1652898237),
(51196, '3220', '430.00', '13', '10.001', '15', '12000000', '19999999', '68915000', '68999999', NULL, 1652898238),
(51197, '3298', '298.00', '21', '15.001', '20', '12000000', '19999999', '68915000', '68999999', NULL, 1652898238),
(51198, '3220', '595.00', '13', '15.001', '20', '12000000', '19999999', '68915000', '68999999', NULL, 1652898238),
(51199, '3298', '380.00', '21', '20.001', '25', '12000000', '19999999', '68915000', '68999999', NULL, 1652898239),
(51200, '3220', '760.00', '13', '20.001', '25', '12000000', '19999999', '68915000', '68999999', NULL, 1652898240),
(51201, '3298', '463.00', '21', '25.001', '30', '12000000', '19999999', '68915000', '68999999', NULL, 1652898240),
(51202, '3220', '925.00', '13', '25.001', '30', '12000000', '19999999', '68915000', '68999999', NULL, 1652898241),
(51203, '3298', '45.00', '21', '0.3', '5', '12000000', '19999999', '69000000', '69099999', NULL, 1652898241),
(51204, '3220', '137.00', '3', '0.3', '5', '12000000', '19999999', '69000000', '69099999', NULL, 1652898241),
(51205, '3298', '71.00', '21', '5.001', '10', '12000000', '19999999', '69000000', '69099999', NULL, 1652898242),
(51206, '3220', '214.00', '3', '5.001', '10', '12000000', '19999999', '69000000', '69099999', NULL, 1652898242),
(51207, '3298', '116.00', '21', '10.001', '15', '12000000', '19999999', '69000000', '69099999', NULL, 1652898243),
(51208, '3220', '346.00', '3', '10.001', '15', '12000000', '19999999', '69000000', '69099999', NULL, 1652898243),
(51209, '3298', '160.00', '21', '15.001', '20', '12000000', '19999999', '69000000', '69099999', NULL, 1652898243),
(51210, '3220', '479.00', '3', '15.001', '20', '12000000', '19999999', '69000000', '69099999', NULL, 1652898244),
(51211, '3298', '205.00', '21', '20.001', '25', '12000000', '19999999', '69000000', '69099999', NULL, 1652898247),
(51212, '3220', '612.00', '3', '20.001', '25', '12000000', '19999999', '69000000', '69099999', NULL, 1652898247),
(51213, '3298', '249.00', '21', '25.001', '30', '12000000', '19999999', '69000000', '69099999', NULL, 1652898247),
(51214, '3220', '744.00', '3', '25.001', '30', '12000000', '19999999', '69000000', '69099999', NULL, 1652898248),
(51215, '3298', '90.00', '28', '0.3', '5', '12000000', '19999999', '69100000', '69299999', NULL, 1652898249),
(51216, '3220', '183.00', '6', '0.3', '5', '12000000', '19999999', '69100000', '69299999', NULL, 1652898250),
(51217, '3298', '133.00', '28', '5.001', '10', '12000000', '19999999', '69100000', '69299999', NULL, 1652898250),
(51218, '3220', '266.00', '6', '5.001', '10', '12000000', '19999999', '69100000', '69299999', NULL, 1652898251),
(51219, '3298', '215.00', '28', '10.001', '15', '12000000', '19999999', '69100000', '69299999', NULL, 1652898251),
(51220, '3220', '430.00', '6', '10.001', '15', '12000000', '19999999', '69100000', '69299999', NULL, 1652898252),
(51221, '3298', '298.00', '28', '15.001', '20', '12000000', '19999999', '69100000', '69299999', NULL, 1652898252),
(51222, '3220', '595.00', '6', '15.001', '20', '12000000', '19999999', '69100000', '69299999', NULL, 1652898253),
(51223, '3298', '380.00', '28', '20.001', '25', '12000000', '19999999', '69100000', '69299999', NULL, 1652898253),
(51224, '3220', '760.00', '6', '20.001', '25', '12000000', '19999999', '69100000', '69299999', NULL, 1652898253),
(51225, '3298', '463.00', '28', '25.001', '30', '12000000', '19999999', '69100000', '69299999', NULL, 1652898254),
(51226, '3220', '925.00', '6', '25.001', '30', '12000000', '19999999', '69100000', '69299999', NULL, 1652898254),
(51227, '3298', '45.00', '21', '0.3', '5', '12000000', '19999999', '69300000', '69339999', NULL, 1652898255),
(51228, '3220', '137.00', '3', '0.3', '5', '12000000', '19999999', '69300000', '69339999', NULL, 1652898258),
(51229, '3298', '71.00', '21', '5.001', '10', '12000000', '19999999', '69300000', '69339999', NULL, 1652898258),
(51230, '3220', '214.00', '3', '5.001', '10', '12000000', '19999999', '69300000', '69339999', NULL, 1652898259),
(51231, '3298', '116.00', '21', '10.001', '15', '12000000', '19999999', '69300000', '69339999', NULL, 1652898259),
(51232, '3220', '346.00', '3', '10.001', '15', '12000000', '19999999', '69300000', '69339999', NULL, 1652898259),
(51233, '3298', '160.00', '21', '15.001', '20', '12000000', '19999999', '69300000', '69339999', NULL, 1652898260),
(51234, '3220', '479.00', '3', '15.001', '20', '12000000', '19999999', '69300000', '69339999', NULL, 1652898260),
(51235, '3298', '205.00', '21', '20.001', '25', '12000000', '19999999', '69300000', '69339999', NULL, 1652898261),
(51236, '3220', '612.00', '3', '20.001', '25', '12000000', '19999999', '69300000', '69339999', NULL, 1652898262),
(51237, '3298', '249.00', '21', '25.001', '30', '12000000', '19999999', '69300000', '69339999', NULL, 1652898262),
(51238, '3220', '744.00', '3', '25.001', '30', '12000000', '19999999', '69300000', '69339999', NULL, 1652898263),
(51239, '3298', '90.00', '28', '0.3', '5', '12000000', '19999999', '69340000', '69389999', NULL, 1652898264),
(51240, '3220', '183.00', '9', '0.3', '5', '12000000', '19999999', '69340000', '69389999', NULL, 1652898265),
(51241, '3298', '133.00', '28', '5.001', '10', '12000000', '19999999', '69340000', '69389999', NULL, 1652898265),
(51242, '3220', '266.00', '9', '5.001', '10', '12000000', '19999999', '69340000', '69389999', NULL, 1652898265),
(51243, '3298', '215.00', '28', '10.001', '15', '12000000', '19999999', '69340000', '69389999', NULL, 1652898266),
(51244, '3220', '430.00', '9', '10.001', '15', '12000000', '19999999', '69340000', '69389999', NULL, 1652898266),
(51245, '3298', '298.00', '28', '15.001', '20', '12000000', '19999999', '69340000', '69389999', NULL, 1652898266),
(51246, '3220', '595.00', '9', '15.001', '20', '12000000', '19999999', '69340000', '69389999', NULL, 1652898267),
(51247, '3298', '380.00', '28', '20.001', '25', '12000000', '19999999', '69340000', '69389999', NULL, 1652898267),
(51248, '3220', '760.00', '9', '20.001', '25', '12000000', '19999999', '69340000', '69389999', NULL, 1652898267),
(51249, '3298', '463.00', '28', '25.001', '30', '12000000', '19999999', '69340000', '69389999', NULL, 1652898268),
(51250, '3220', '925.00', '9', '25.001', '30', '12000000', '19999999', '69340000', '69389999', NULL, 1652898268),
(51251, '3298', '45.00', '9', '0.3', '5', '12000000', '19999999', '69900000', '69920999', NULL, 1652898271),
(51252, '3220', '137.00', '5', '0.3', '5', '12000000', '19999999', '69900000', '69920999', NULL, 1652898271),
(51253, '3298', '71.00', '9', '5.001', '10', '12000000', '19999999', '69900000', '69920999', NULL, 1652898272),
(51254, '3220', '214.00', '5', '5.001', '10', '12000000', '19999999', '69900000', '69920999', NULL, 1652898272),
(51255, '3298', '116.00', '9', '10.001', '15', '12000000', '19999999', '69900000', '69920999', NULL, 1652898273),
(51256, '3220', '346.00', '5', '10.001', '15', '12000000', '19999999', '69900000', '69920999', NULL, 1652898273),
(51257, '3298', '160.00', '9', '15.001', '20', '12000000', '19999999', '69900000', '69920999', NULL, 1652898273),
(51258, '3220', '479.00', '5', '15.001', '20', '12000000', '19999999', '69900000', '69920999', NULL, 1652898274),
(51259, '3298', '205.00', '9', '20.001', '25', '12000000', '19999999', '69900000', '69920999', NULL, 1652898274),
(51260, '3220', '612.00', '5', '20.001', '25', '12000000', '19999999', '69900000', '69920999', NULL, 1652898274),
(51261, '3298', '249.00', '9', '25.001', '30', '12000000', '19999999', '69900000', '69920999', NULL, 1652898275),
(51262, '3220', '744.00', '5', '25.001', '30', '12000000', '19999999', '69900000', '69920999', NULL, 1652898275),
(51263, '3298', '90.00', '14', '0.3', '5', '12000000', '19999999', '69921000', '69999999', NULL, 1652898276),
(51264, '3220', '183.00', '10', '0.3', '5', '12000000', '19999999', '69921000', '69999999', NULL, 1652898277),
(51265, '3298', '133.00', '14', '5.001', '10', '12000000', '19999999', '69921000', '69999999', NULL, 1652898277),
(51266, '3220', '266.00', '10', '5.001', '10', '12000000', '19999999', '69921000', '69999999', NULL, 1652898278),
(51267, '3298', '215.00', '14', '10.001', '15', '12000000', '19999999', '69921000', '69999999', NULL, 1652898278),
(51268, '3220', '430.00', '10', '10.001', '15', '12000000', '19999999', '69921000', '69999999', NULL, 1652898279),
(51269, '3298', '298.00', '14', '15.001', '20', '12000000', '19999999', '69921000', '69999999', NULL, 1652898279),
(51270, '3220', '595.00', '10', '15.001', '20', '12000000', '19999999', '69921000', '69999999', NULL, 1652898282),
(51271, '3298', '380.00', '14', '20.001', '25', '12000000', '19999999', '69921000', '69999999', NULL, 1652898282),
(51272, '3220', '760.00', '10', '20.001', '25', '12000000', '19999999', '69921000', '69999999', NULL, 1652898282),
(51273, '3298', '463.00', '14', '25.001', '30', '12000000', '19999999', '69921000', '69999999', NULL, 1652898283),
(51274, '3220', '925.00', '10', '25.001', '30', '12000000', '19999999', '69921000', '69999999', NULL, 1652898283),
(51275, '3298', '30.00', '5', '0.3', '5', '12000000', '19999999', '71000000', '73699999', NULL, 1652898285),
(51276, '3220', '59.00', '1', '0.3', '5', '12000000', '19999999', '71000000', '73699999', NULL, 1652898285),
(51277, '3298', '44.00', '5', '5.001', '10', '12000000', '19999999', '71000000', '73699999', NULL, 1652898285),
(51278, '3220', '93.00', '1', '5.001', '10', '12000000', '19999999', '71000000', '73699999', NULL, 1652898286),
(51279, '3298', '71.00', '5', '10.001', '15', '12000000', '19999999', '71000000', '73699999', NULL, 1652898286),
(51280, '3220', '150.00', '1', '10.001', '15', '12000000', '19999999', '71000000', '73699999', NULL, 1652898286),
(51281, '3298', '99.00', '5', '15.001', '20', '12000000', '19999999', '71000000', '73699999', NULL, 1652898287),
(51282, '3220', '208.00', '1', '15.001', '20', '12000000', '19999999', '71000000', '73699999', NULL, 1652898287),
(51283, '3298', '126.00', '5', '20.001', '25', '12000000', '19999999', '71000000', '73699999', NULL, 1652898288),
(51284, '3220', '266.00', '1', '20.001', '25', '12000000', '19999999', '71000000', '73699999', NULL, 1652898289),
(51285, '3298', '153.00', '5', '25.001', '30', '12000000', '19999999', '71000000', '73699999', NULL, 1652898290),
(51286, '3220', '324.00', '1', '25.001', '30', '12000000', '19999999', '71000000', '73699999', NULL, 1652898290),
(51287, '3298', '30.00', '7', '0.3', '5', '12000000', '19999999', '72800000', '73999999', NULL, 1652898291),
(51288, '3220', '59.00', '3', '0.3', '5', '12000000', '19999999', '72800000', '73999999', NULL, 1652898291),
(51289, '3298', '44.00', '7', '5.001', '10', '12000000', '19999999', '72800000', '73999999', NULL, 1652898292),
(51290, '3220', '93.00', '3', '5.001', '10', '12000000', '19999999', '72800000', '73999999', NULL, 1652898293),
(51291, '3298', '71.00', '7', '10.001', '15', '12000000', '19999999', '72800000', '73999999', NULL, 1652898293),
(51292, '3220', '150.00', '3', '10.001', '15', '12000000', '19999999', '72800000', '73999999', NULL, 1652898293),
(51293, '3298', '99.00', '7', '15.001', '20', '12000000', '19999999', '72800000', '73999999', NULL, 1652898294),
(51294, '3220', '208.00', '3', '15.001', '20', '12000000', '19999999', '72800000', '73999999', NULL, 1652898295),
(51295, '3298', '126.00', '7', '20.001', '25', '12000000', '19999999', '72800000', '73999999', NULL, 1652898295),
(51296, '3220', '266.00', '3', '20.001', '25', '12000000', '19999999', '72800000', '73999999', NULL, 1652898295),
(51297, '3298', '153.00', '7', '25.001', '30', '12000000', '19999999', '72800000', '73999999', NULL, 1652898295),
(51298, '3220', '324.00', '3', '25.001', '30', '12000000', '19999999', '72800000', '73999999', NULL, 1652898296),
(51299, '3298', '30.00', '6', '0.3', '5', '12000000', '19999999', '74000000', '74894999', NULL, 1652898297),
(51300, '3220', '59.00', '2', '0.3', '5', '12000000', '19999999', '74000000', '74894999', NULL, 1652898297),
(51301, '3298', '44.00', '6', '5.001', '10', '12000000', '19999999', '74000000', '74894999', NULL, 1652898297),
(51302, '3220', '93.00', '2', '5.001', '10', '12000000', '19999999', '74000000', '74894999', NULL, 1652898298),
(51303, '3298', '71.00', '6', '10.001', '15', '12000000', '19999999', '74000000', '74894999', NULL, 1652898298),
(51304, '3220', '150.00', '2', '10.001', '15', '12000000', '19999999', '74000000', '74894999', NULL, 1652898298),
(51305, '3298', '99.00', '6', '15.001', '20', '12000000', '19999999', '74000000', '74894999', NULL, 1652898299),
(51306, '3220', '208.00', '2', '15.001', '20', '12000000', '19999999', '74000000', '74894999', NULL, 1652898299),
(51307, '3298', '126.00', '6', '20.001', '25', '12000000', '19999999', '74000000', '74894999', NULL, 1652898300),
(51308, '3220', '266.00', '2', '20.001', '25', '12000000', '19999999', '74000000', '74894999', NULL, 1652898300),
(51309, '3298', '153.00', '6', '25.001', '30', '12000000', '19999999', '74000000', '74894999', NULL, 1652898301),
(51310, '3220', '324.00', '2', '25.001', '30', '12000000', '19999999', '74000000', '74894999', NULL, 1652898301),
(51311, '3298', '30.00', '5', '0.3', '5', '12000000', '19999999', '74895000', '76799999', NULL, 1652898301),
(51312, '3220', '59.00', '1', '0.3', '5', '12000000', '19999999', '74895000', '76799999', NULL, 1652898301),
(51313, '3298', '44.00', '5', '5.001', '10', '12000000', '19999999', '74895000', '76799999', NULL, 1652898302),
(51314, '3220', '93.00', '1', '5.001', '10', '12000000', '19999999', '74895000', '76799999', NULL, 1652898303),
(51315, '3298', '71.00', '5', '10.001', '15', '12000000', '19999999', '74895000', '76799999', NULL, 1652898306),
(51316, '3220', '150.00', '1', '10.001', '15', '12000000', '19999999', '74895000', '76799999', NULL, 1652898306),
(51317, '3298', '99.00', '5', '15.001', '20', '12000000', '19999999', '74895000', '76799999', NULL, 1652898306),
(51318, '3220', '208.00', '1', '15.001', '20', '12000000', '19999999', '74895000', '76799999', NULL, 1652898307),
(51319, '3298', '126.00', '5', '20.001', '25', '12000000', '19999999', '74895000', '76799999', NULL, 1652898307),
(51320, '3220', '266.00', '1', '20.001', '25', '12000000', '19999999', '74895000', '76799999', NULL, 1652898308),
(51321, '3298', '153.00', '5', '25.001', '30', '12000000', '19999999', '74895000', '76799999', NULL, 1652898308),
(51322, '3220', '324.00', '1', '25.001', '30', '12000000', '19999999', '74895000', '76799999', NULL, 1652898309),
(51323, '3298', '38.00', '7', '0.3', '5', '12000000', '19999999', '77000000', '77270999', NULL, 1652898309),
(51324, '3220', '113.00', '3', '0.3', '5', '12000000', '19999999', '77000000', '77270999', NULL, 1652898309),
(51325, '3298', '58.00', '7', '5.001', '10', '12000000', '19999999', '77000000', '77270999', NULL, 1652898311),
(51326, '3220', '176.00', '3', '5.001', '10', '12000000', '19999999', '77000000', '77270999', NULL, 1652898311),
(51327, '3298', '94.00', '7', '10.001', '15', '12000000', '19999999', '77000000', '77270999', NULL, 1652898312),
(51328, '3220', '286.00', '3', '10.001', '15', '12000000', '19999999', '77000000', '77270999', NULL, 1652898312),
(51329, '3298', '130.00', '7', '15.001', '20', '12000000', '19999999', '77000000', '77270999', NULL, 1652898313),
(51330, '3220', '396.00', '3', '15.001', '20', '12000000', '19999999', '77000000', '77270999', NULL, 1652898314),
(51331, '3298', '166.00', '7', '20.001', '25', '12000000', '19999999', '77000000', '77270999', NULL, 1652898315),
(51332, '3220', '505.00', '3', '20.001', '25', '12000000', '19999999', '77000000', '77270999', NULL, 1652898315),
(51333, '3298', '202.00', '7', '25.001', '30', '12000000', '19999999', '77000000', '77270999', NULL, 1652898316),
(51334, '3220', '615.00', '3', '25.001', '30', '12000000', '19999999', '77000000', '77270999', NULL, 1652898316),
(51335, '3298', '70.00', '7', '0.3', '5', '12000000', '19999999', '77300000', '77995999', NULL, 1652898316),
(51336, '3220', '157.00', '3', '0.3', '5', '12000000', '19999999', '77300000', '77995999', NULL, 1652898317),
(51337, '3298', '106.00', '7', '5.001', '10', '12000000', '19999999', '77300000', '77995999', NULL, 1652898317),
(51338, '3220', '226.00', '3', '5.001', '10', '12000000', '19999999', '77300000', '77995999', NULL, 1652898318),
(51339, '3298', '172.00', '7', '10.001', '15', '12000000', '19999999', '77300000', '77995999', NULL, 1652898318),
(51340, '3220', '367.00', '3', '10.001', '15', '12000000', '19999999', '77300000', '77995999', NULL, 1652898319),
(51341, '3298', '239.00', '7', '15.001', '20', '12000000', '19999999', '77300000', '77995999', NULL, 1652898319),
(51342, '3220', '508.00', '3', '15.001', '20', '12000000', '19999999', '77300000', '77995999', NULL, 1652898319),
(51343, '3298', '305.00', '7', '20.001', '25', '12000000', '19999999', '77300000', '77995999', NULL, 1652898320),
(51344, '3220', '649.00', '3', '20.001', '25', '12000000', '19999999', '77300000', '77995999', NULL, 1652898320),
(51345, '3298', '371.00', '7', '25.001', '30', '12000000', '19999999', '77300000', '77995999', NULL, 1652898320),
(51346, '3220', '789.00', '3', '25.001', '30', '12000000', '19999999', '77300000', '77995999', NULL, 1652898321),
(51347, '3298', '34.00', '9', '0.3', '5', '12000000', '19999999', '78000000', '78109999', NULL, 1652898322),
(51348, '3220', '80.00', '5', '0.3', '5', '12000000', '19999999', '78000000', '78109999', NULL, 1652898322),
(51349, '3298', '50.00', '9', '5.001', '10', '12000000', '19999999', '78000000', '78109999', NULL, 1652898323),
(51350, '3220', '125.00', '5', '5.001', '10', '12000000', '19999999', '78000000', '78109999', NULL, 1652898323),
(51351, '3298', '82.00', '9', '10.001', '15', '12000000', '19999999', '78000000', '78109999', NULL, 1652898324),
(51352, '3220', '203.00', '5', '10.001', '15', '12000000', '19999999', '78000000', '78109999', NULL, 1652898324),
(51353, '3298', '113.00', '9', '15.001', '20', '12000000', '19999999', '78000000', '78109999', NULL, 1652898325),
(51354, '3220', '281.00', '5', '15.001', '20', '12000000', '19999999', '78000000', '78109999', NULL, 1652898325),
(51355, '3298', '145.00', '9', '20.001', '25', '12000000', '19999999', '78000000', '78109999', NULL, 1652898326),
(51356, '3220', '359.00', '5', '20.001', '25', '12000000', '19999999', '78000000', '78109999', NULL, 1652898327),
(51357, '3298', '176.00', '9', '25.001', '30', '12000000', '19999999', '78000000', '78109999', NULL, 1652898327),
(51358, '3220', '437.00', '5', '25.001', '30', '12000000', '19999999', '78000000', '78109999', NULL, 1652898328),
(51359, '3298', '50.00', '9', '0.3', '5', '12000000', '19999999', '78110000', '78899999', NULL, 1652898328),
(51360, '3220', '124.00', '6', '0.3', '5', '12000000', '19999999', '78110000', '78899999', NULL, 1652898329),
(51361, '3298', '83.00', '9', '5.001', '10', '12000000', '19999999', '78110000', '78899999', NULL, 1652898329),
(51362, '3220', '175.00', '6', '5.001', '10', '12000000', '19999999', '78110000', '78899999', NULL, 1652898330),
(51363, '3298', '135.00', '9', '10.001', '15', '12000000', '19999999', '78110000', '78899999', NULL, 1652898331),
(51364, '3220', '283.00', '6', '10.001', '15', '12000000', '19999999', '78110000', '78899999', NULL, 1652898331),
(51365, '3298', '186.00', '9', '15.001', '20', '12000000', '19999999', '78110000', '78899999', NULL, 1652898331),
(51366, '3220', '392.00', '6', '15.001', '20', '12000000', '19999999', '78110000', '78899999', NULL, 1652898332),
(51367, '3298', '238.00', '9', '20.001', '25', '12000000', '19999999', '78110000', '78899999', NULL, 1652898332),
(51368, '3220', '500.00', '6', '20.001', '25', '12000000', '19999999', '78110000', '78899999', NULL, 1652898334),
(51369, '3298', '290.00', '9', '25.001', '30', '12000000', '19999999', '78110000', '78899999', NULL, 1652898335),
(51370, '3220', '609.00', '6', '25.001', '30', '12000000', '19999999', '78110000', '78899999', NULL, 1652898335),
(51371, '3298', '90.00', '10', '0.3', '5', '12000000', '19999999', '78900000', '78930999', NULL, 1652898335),
(51372, '3220', '183.00', '6', '0.3', '5', '12000000', '19999999', '78900000', '78930999', NULL, 1652898336),
(51373, '3298', '133.00', '10', '5.001', '10', '12000000', '19999999', '78900000', '78930999', NULL, 1652898337),
(51374, '3220', '266.00', '6', '5.001', '10', '12000000', '19999999', '78900000', '78930999', NULL, 1652898337),
(51375, '3298', '215.00', '10', '10.001', '15', '12000000', '19999999', '78900000', '78930999', NULL, 1652898338),
(51376, '3220', '430.00', '6', '10.001', '15', '12000000', '19999999', '78900000', '78930999', NULL, 1652898338),
(51377, '3298', '298.00', '10', '15.001', '20', '12000000', '19999999', '78900000', '78930999', NULL, 1652898338),
(51378, '3220', '595.00', '6', '15.001', '20', '12000000', '19999999', '78900000', '78930999', NULL, 1652898339),
(51379, '3298', '380.00', '10', '20.001', '25', '12000000', '19999999', '78900000', '78930999', NULL, 1652898339),
(51380, '3220', '760.00', '6', '20.001', '25', '12000000', '19999999', '78900000', '78930999', NULL, 1652898340),
(51381, '3298', '463.00', '10', '25.001', '30', '12000000', '19999999', '78900000', '78930999', NULL, 1652898340),
(51382, '3220', '925.00', '6', '25.001', '30', '12000000', '19999999', '78900000', '78930999', NULL, 1652898340),
(51383, '3298', '50.00', '10', '0.3', '5', '12000000', '19999999', '78931000', '78999999', NULL, 1652898341),
(51384, '3220', '124.00', '6', '0.3', '5', '12000000', '19999999', '78931000', '78999999', NULL, 1652898342),
(51385, '3298', '83.00', '10', '5.001', '10', '12000000', '19999999', '78931000', '78999999', NULL, 1652898343),
(51386, '3220', '175.00', '6', '5.001', '10', '12000000', '19999999', '78931000', '78999999', NULL, 1652898343),
(51387, '3298', '135.00', '10', '10.001', '15', '12000000', '19999999', '78931000', '78999999', NULL, 1652898344),
(51388, '3220', '283.00', '6', '10.001', '15', '12000000', '19999999', '78931000', '78999999', NULL, 1652898345),
(51389, '3298', '186.00', '10', '15.001', '20', '12000000', '19999999', '78931000', '78999999', NULL, 1652898345),
(51390, '3220', '392.00', '6', '15.001', '20', '12000000', '19999999', '78931000', '78999999', NULL, 1652898345),
(51391, '3298', '238.00', '10', '20.001', '25', '12000000', '19999999', '78931000', '78999999', NULL, 1652898346),
(51392, '3220', '500.00', '6', '20.001', '25', '12000000', '19999999', '78931000', '78999999', NULL, 1652898346),
(51393, '3298', '290.00', '10', '25.001', '30', '12000000', '19999999', '78931000', '78999999', NULL, 1652898346),
(51394, '3220', '609.00', '6', '25.001', '30', '12000000', '19999999', '78931000', '78999999', NULL, 1652898347),
(51395, '3298', '30.00', '5', '0.3', '5', '12000000', '19999999', '79000000', '79129999', NULL, 1652898347),
(51396, '3220', '59.00', '1', '0.3', '5', '12000000', '19999999', '79000000', '79129999', NULL, 1652898347),
(51397, '3298', '44.00', '5', '5.001', '10', '12000000', '19999999', '79000000', '79129999', NULL, 1652898348),
(51398, '3220', '93.00', '1', '5.001', '10', '12000000', '19999999', '79000000', '79129999', NULL, 1652898348),
(51399, '3298', '71.00', '5', '10.001', '15', '12000000', '19999999', '79000000', '79129999', NULL, 1652898349),
(51400, '3220', '150.00', '1', '10.001', '15', '12000000', '19999999', '79000000', '79129999', NULL, 1652898349),
(51401, '3298', '99.00', '5', '15.001', '20', '12000000', '19999999', '79000000', '79129999', NULL, 1652898350),
(51402, '3220', '208.00', '1', '15.001', '20', '12000000', '19999999', '79000000', '79129999', NULL, 1652898350),
(51403, '3298', '126.00', '5', '20.001', '25', '12000000', '19999999', '79000000', '79129999', NULL, 1652898351),
(51404, '3220', '266.00', '1', '20.001', '25', '12000000', '19999999', '79000000', '79129999', NULL, 1652898352),
(51405, '3298', '153.00', '5', '25.001', '30', '12000000', '19999999', '79000000', '79129999', NULL, 1652898352),
(51406, '3220', '324.00', '1', '25.001', '30', '12000000', '19999999', '79000000', '79129999', NULL, 1652898352),
(51407, '3298', '44.00', '8', '0.3', '5', '12000000', '19999999', '79130000', '79999999', NULL, 1652898353),
(51408, '3220', '102.00', '5', '0.3', '5', '12000000', '19999999', '79130000', '79999999', NULL, 1652898353),
(51409, '3298', '74.00', '8', '5.001', '10', '12000000', '19999999', '79130000', '79999999', NULL, 1652898354),
(51410, '3220', '141.00', '5', '5.001', '10', '12000000', '19999999', '79130000', '79999999', NULL, 1652898354),
(51411, '3298', '120.00', '8', '10.001', '15', '12000000', '19999999', '79130000', '79999999', NULL, 1652898354),
(51412, '3220', '229.00', '5', '10.001', '15', '12000000', '19999999', '79130000', '79999999', NULL, 1652898355),
(51413, '3298', '166.00', '8', '15.001', '20', '12000000', '19999999', '79130000', '79999999', NULL, 1652898355),
(51414, '3220', '316.00', '5', '15.001', '20', '12000000', '19999999', '79130000', '79999999', NULL, 1652898356),
(51415, '3298', '212.00', '8', '20.001', '25', '12000000', '19999999', '79130000', '79999999', NULL, 1652898356),
(51416, '3220', '404.00', '5', '20.001', '25', '12000000', '19999999', '79130000', '79999999', NULL, 1652898356),
(51417, '3298', '258.00', '8', '25.001', '30', '12000000', '19999999', '79130000', '79999999', NULL, 1652898357),
(51418, '3220', '492.00', '5', '25.001', '30', '12000000', '19999999', '79130000', '79999999', NULL, 1652898358),
(51419, '3298', '30.00', '5', '0.3', '5', '12000000', '19999999', '80000000', '82999999', NULL, 1652898358),
(51420, '3220', '59.00', '1', '0.3', '5', '12000000', '19999999', '80000000', '82999999', NULL, 1652898359),
(51421, '3298', '44.00', '5', '5.001', '10', '12000000', '19999999', '80000000', '82999999', NULL, 1652898359),
(51422, '3220', '93.00', '1', '5.001', '10', '12000000', '19999999', '80000000', '82999999', NULL, 1652898360),
(51423, '3298', '71.00', '5', '10.001', '15', '12000000', '19999999', '80000000', '82999999', NULL, 1652898360),
(51424, '3220', '150.00', '1', '10.001', '15', '12000000', '19999999', '80000000', '82999999', NULL, 1652898361),
(51425, '3298', '99.00', '5', '15.001', '20', '12000000', '19999999', '80000000', '82999999', NULL, 1652898361),
(51426, '3220', '208.00', '1', '15.001', '20', '12000000', '19999999', '80000000', '82999999', NULL, 1652898361),
(51427, '3298', '126.00', '5', '20.001', '25', '12000000', '19999999', '80000000', '82999999', NULL, 1652898362),
(51428, '3220', '266.00', '1', '20.001', '25', '12000000', '19999999', '80000000', '82999999', NULL, 1652898363),
(51429, '3298', '153.00', '5', '25.001', '30', '12000000', '19999999', '80000000', '82999999', NULL, 1652898363),
(51430, '3220', '324.00', '1', '25.001', '30', '12000000', '19999999', '80000000', '82999999', NULL, 1652898364),
(51431, '3298', '30.00', '5', '0.3', '5', '12000000', '19999999', '80000000', '83800999', NULL, 1652898365),
(51432, '3220', '59.00', '1', '0.3', '5', '12000000', '19999999', '80000000', '83800999', NULL, 1652898365),
(51433, '3298', '44.00', '5', '5.001', '10', '12000000', '19999999', '80000000', '83800999', NULL, 1652898365),
(51434, '3220', '93.00', '1', '5.001', '10', '12000000', '19999999', '80000000', '83800999', NULL, 1652898366),
(51435, '3298', '71.00', '5', '10.001', '15', '12000000', '19999999', '80000000', '83800999', NULL, 1652898366),
(51436, '3220', '150.00', '1', '10.001', '15', '12000000', '19999999', '80000000', '83800999', NULL, 1652898367),
(51437, '3298', '99.00', '5', '15.001', '20', '12000000', '19999999', '80000000', '83800999', NULL, 1652898367),
(51438, '3220', '208.00', '1', '15.001', '20', '12000000', '19999999', '80000000', '83800999', NULL, 1652898367),
(51439, '3298', '126.00', '5', '20.001', '25', '12000000', '19999999', '80000000', '83800999', NULL, 1652898368),
(51440, '3220', '266.00', '1', '20.001', '25', '12000000', '19999999', '80000000', '83800999', NULL, 1652898368),
(51441, '3298', '153.00', '5', '25.001', '30', '12000000', '19999999', '80000000', '83800999', NULL, 1652898369),
(51442, '3220', '324.00', '1', '25.001', '30', '12000000', '19999999', '80000000', '83800999', NULL, 1652898369),
(51443, '3298', '44.00', '8', '0.3', '5', '12000000', '19999999', '83801000', '87999999', NULL, 1652898370),
(51444, '3220', '102.00', '4', '0.3', '5', '12000000', '19999999', '83801000', '87999999', NULL, 1652898370),
(51445, '3298', '74.00', '8', '5.001', '10', '12000000', '19999999', '83801000', '87999999', NULL, 1652898370),
(51446, '3220', '141.00', '4', '5.001', '10', '12000000', '19999999', '83801000', '87999999', NULL, 1652898371),
(51447, '3298', '120.00', '8', '10.001', '15', '12000000', '19999999', '83801000', '87999999', NULL, 1652898371),
(51448, '3220', '229.00', '4', '10.001', '15', '12000000', '19999999', '83801000', '87999999', NULL, 1652898372),
(51449, '3298', '166.00', '8', '15.001', '20', '12000000', '19999999', '83801000', '87999999', NULL, 1652898372),
(51450, '3220', '316.00', '4', '15.001', '20', '12000000', '19999999', '83801000', '87999999', NULL, 1652898373),
(51451, '3298', '212.00', '8', '20.001', '25', '12000000', '19999999', '83801000', '87999999', NULL, 1652898373),
(51452, '3220', '404.00', '4', '20.001', '25', '12000000', '19999999', '83801000', '87999999', NULL, 1652898374),
(51453, '3298', '258.00', '8', '25.001', '30', '12000000', '19999999', '83801000', '87999999', NULL, 1652898374),
(51454, '3220', '492.00', '4', '25.001', '30', '12000000', '19999999', '83801000', '87999999', NULL, 1652898375),
(51455, '3298', '30.00', '7', '0.3', '5', '12000000', '19999999', '88000000', '82999999', NULL, 1652898376),
(51456, '3220', '59.00', '2', '0.3', '5', '12000000', '19999999', '88000000', '82999999', NULL, 1652898376),
(51457, '3298', '44.00', '7', '5.001', '10', '12000000', '19999999', '88000000', '82999999', NULL, 1652898376),
(51458, '3220', '93.00', '2', '5.001', '10', '12000000', '19999999', '88000000', '82999999', NULL, 1652898377),
(51459, '3298', '71.00', '7', '10.001', '15', '12000000', '19999999', '88000000', '82999999', NULL, 1652898377),
(51460, '3220', '150.00', '2', '10.001', '15', '12000000', '19999999', '88000000', '82999999', NULL, 1652898377),
(51461, '3298', '99.00', '7', '15.001', '20', '12000000', '19999999', '88000000', '82999999', NULL, 1652898378),
(51462, '3220', '208.00', '2', '15.001', '20', '12000000', '19999999', '88000000', '82999999', NULL, 1652898378),
(51463, '3298', '126.00', '7', '20.001', '25', '12000000', '19999999', '88000000', '82999999', NULL, 1652898379),
(51464, '3220', '266.00', '2', '20.001', '25', '12000000', '19999999', '88000000', '82999999', NULL, 1652898379),
(51465, '3298', '153.00', '7', '25.001', '30', '12000000', '19999999', '88000000', '82999999', NULL, 1652898379),
(51466, '3220', '324.00', '2', '25.001', '30', '12000000', '19999999', '88000000', '82999999', NULL, 1652898380),
(51467, '3298', '30.00', '7', '0.3', '5', '12000000', '19999999', '88000000', '88469999', NULL, 1652898380),
(51468, '3220', '59.00', '2', '0.3', '5', '12000000', '19999999', '88000000', '88469999', NULL, 1652898381),
(51469, '3298', '44.00', '7', '5.001', '10', '12000000', '19999999', '88000000', '88469999', NULL, 1652898381),
(51470, '3220', '93.00', '2', '5.001', '10', '12000000', '19999999', '88000000', '88469999', NULL, 1652898381),
(51471, '3298', '71.00', '7', '10.001', '15', '12000000', '19999999', '88000000', '88469999', NULL, 1652898382),
(51472, '3220', '150.00', '2', '10.001', '15', '12000000', '19999999', '88000000', '88469999', NULL, 1652898382),
(51473, '3298', '99.00', '7', '15.001', '20', '12000000', '19999999', '88000000', '88469999', NULL, 1652898383),
(51474, '3220', '208.00', '2', '15.001', '20', '12000000', '19999999', '88000000', '88469999', NULL, 1652898383),
(51475, '3298', '126.00', '7', '20.001', '25', '12000000', '19999999', '88000000', '88469999', NULL, 1652898383),
(51476, '3220', '266.00', '2', '20.001', '25', '12000000', '19999999', '88000000', '88469999', NULL, 1652898384),
(51477, '3298', '153.00', '7', '25.001', '30', '12000000', '19999999', '88000000', '88469999', NULL, 1652898384),
(51478, '3220', '324.00', '2', '25.001', '30', '12000000', '19999999', '88000000', '88469999', NULL, 1652898384),
(51479, '3298', '38.00', '7', '0.3', '5', '12000000', '19999999', '88470000', '89999999', NULL, 1652898385),
(51480, '3220', '85.00', '2', '0.3', '5', '12000000', '19999999', '88470000', '89999999', NULL, 1652898385),
(51481, '3298', '63.00', '7', '5.001', '10', '12000000', '19999999', '88470000', '89999999', NULL, 1652898386),
(51482, '3220', '118.00', '2', '5.001', '10', '12000000', '19999999', '88470000', '89999999', NULL, 1652898387),
(51483, '3298', '103.00', '7', '10.001', '15', '12000000', '19999999', '88470000', '89999999', NULL, 1652898387),
(51484, '3220', '192.00', '2', '10.001', '15', '12000000', '19999999', '88470000', '89999999', NULL, 1652898388),
(51485, '3298', '142.00', '7', '15.001', '20', '12000000', '19999999', '88470000', '89999999', NULL, 1652898388),
(51486, '3220', '266.00', '2', '15.001', '20', '12000000', '19999999', '88470000', '89999999', NULL, 1652898389),
(51487, '3298', '182.00', '7', '20.001', '25', '12000000', '19999999', '88470000', '89999999', NULL, 1652898389),
(51488, '3220', '339.00', '2', '20.001', '25', '12000000', '19999999', '88470000', '89999999', NULL, 1652898389),
(51489, '3298', '221.00', '7', '25.001', '30', '12000000', '19999999', '88470000', '89999999', NULL, 1652898390),
(51490, '3220', '413.00', '2', '25.001', '30', '12000000', '19999999', '88470000', '89999999', NULL, 1652898390),
(51491, '3298', '30.00', '5', '0.3', '5', '12000000', '19999999', '90000000', '91999999', NULL, 1652898391),
(51492, '3220', '59.00', '1', '0.3', '5', '12000000', '19999999', '90000000', '91999999', NULL, 1652898391),
(51493, '3298', '44.00', '5', '5.001', '10', '12000000', '19999999', '90000000', '91999999', NULL, 1652898392),
(51494, '3220', '93.00', '1', '5.001', '10', '12000000', '19999999', '90000000', '91999999', NULL, 1652898392),
(51495, '3298', '71.00', '5', '10.001', '15', '12000000', '19999999', '90000000', '91999999', NULL, 1652898392),
(51496, '3220', '150.00', '1', '10.001', '15', '12000000', '19999999', '90000000', '91999999', NULL, 1652898393),
(51497, '3298', '99.00', '5', '15.001', '20', '12000000', '19999999', '90000000', '91999999', NULL, 1652898393),
(51498, '3220', '208.00', '1', '15.001', '20', '12000000', '19999999', '90000000', '91999999', NULL, 1652898394),
(51499, '3298', '126.00', '5', '20.001', '25', '12000000', '19999999', '90000000', '91999999', NULL, 1652898394),
(51500, '3220', '266.00', '1', '20.001', '25', '12000000', '19999999', '90000000', '91999999', NULL, 1652898395),
(51501, '3298', '153.00', '5', '25.001', '30', '12000000', '19999999', '90000000', '91999999', NULL, 1652898395),
(51502, '3220', '324.00', '1', '25.001', '30', '12000000', '19999999', '90000000', '91999999', NULL, 1652898396),
(51503, '3298', '30.00', '7', '0.3', '5', '12000000', '19999999', '90000000', '94900999', NULL, 1652898396),
(51504, '3220', '59.00', '3', '0.3', '5', '12000000', '19999999', '90000000', '94900999', NULL, 1652898397),
(51505, '3298', '44.00', '7', '5.001', '10', '12000000', '19999999', '90000000', '94900999', NULL, 1652898397),
(51506, '3220', '93.00', '3', '5.001', '10', '12000000', '19999999', '90000000', '94900999', NULL, 1652898397),
(51507, '3298', '71.00', '7', '10.001', '15', '12000000', '19999999', '90000000', '94900999', NULL, 1652898397),
(51508, '3220', '150.00', '3', '10.001', '15', '12000000', '19999999', '90000000', '94900999', NULL, 1652898398),
(51509, '3298', '99.00', '7', '15.001', '20', '12000000', '19999999', '90000000', '94900999', NULL, 1652898398),
(51510, '3220', '208.00', '3', '15.001', '20', '12000000', '19999999', '90000000', '94900999', NULL, 1652898398),
(51511, '3298', '126.00', '7', '20.001', '25', '12000000', '19999999', '90000000', '94900999', NULL, 1652898399),
(51512, '3220', '266.00', '3', '20.001', '25', '12000000', '19999999', '90000000', '94900999', NULL, 1652898399),
(51513, '3298', '153.00', '7', '25.001', '30', '12000000', '19999999', '90000000', '94900999', NULL, 1652898399),
(51514, '3220', '324.00', '3', '25.001', '30', '12000000', '19999999', '90000000', '94900999', NULL, 1652898400),
(51515, '3298', '44.00', '10', '0.3', '5', '12000000', '19999999', '94901000', '99999999', NULL, 1652898400),
(51516, '3220', '102.00', '6', '0.3', '5', '12000000', '19999999', '94901000', '99999999', NULL, 1652898401),
(51517, '3298', '74.00', '10', '5.001', '10', '12000000', '19999999', '94901000', '99999999', NULL, 1652898401),
(51518, '3220', '141.00', '6', '5.001', '10', '12000000', '19999999', '94901000', '99999999', NULL, 1652898401),
(51519, '3298', '120.00', '10', '10.001', '15', '12000000', '19999999', '94901000', '99999999', NULL, 1652898402),
(51520, '3220', '229.00', '6', '10.001', '15', '12000000', '19999999', '94901000', '99999999', NULL, 1652898402),
(51521, '3298', '166.00', '10', '15.001', '20', '12000000', '19999999', '94901000', '99999999', NULL, 1652898402),
(51522, '3220', '316.00', '6', '15.001', '20', '12000000', '19999999', '94901000', '99999999', NULL, 1652898403),
(51523, '3298', '212.00', '10', '20.001', '25', '12000000', '19999999', '94901000', '99999999', NULL, 1652898403),
(51524, '3220', '404.00', '6', '20.001', '25', '12000000', '19999999', '94901000', '99999999', NULL, 1652898404),
(51525, '3298', '258.00', '10', '25.001', '30', '12000000', '19999999', '94901000', '99999999', NULL, 1652898404),
(51526, '3220', '492.00', '6', '25.001', '30', '12000000', '19999999', '94901000', '99999999', NULL, 1652898404),
(51527, '3298', '30.00', '5', '0.3', '5', '20000000', '23799999', '01000000', '08499999', NULL, 1652898405),
(51528, '3220', '59.00', '1', '0.3', '5', '20000000', '23799999', '01000000', '08499999', NULL, 1652898405),
(51529, '3298', '44.00', '5', '5.001', '10', '20000000', '23799999', '01000000', '08499999', NULL, 1652898405),
(51530, '3220', '93.00', '1', '5.001', '10', '20000000', '23799999', '01000000', '08499999', NULL, 1652898406),
(51531, '3298', '71.00', '5', '10.001', '15', '20000000', '23799999', '01000000', '08499999', NULL, 1652898406),
(51532, '3220', '150.00', '1', '10.001', '15', '20000000', '23799999', '01000000', '08499999', NULL, 1652898407),
(51533, '3298', '99.00', '5', '15.001', '20', '20000000', '23799999', '01000000', '08499999', NULL, 1652898407),
(51534, '3220', '208.00', '1', '15.001', '20', '20000000', '23799999', '01000000', '08499999', NULL, 1652898408),
(51535, '3298', '126.00', '5', '20.001', '25', '20000000', '23799999', '01000000', '08499999', NULL, 1652898408),
(51536, '3220', '266.00', '1', '20.001', '25', '20000000', '23799999', '01000000', '08499999', NULL, 1652898409),
(51537, '3298', '153.00', '5', '25.001', '30', '20000000', '23799999', '01000000', '08499999', NULL, 1652898409),
(51538, '3220', '324.00', '1', '25.001', '30', '20000000', '23799999', '01000000', '08499999', NULL, 1652898410),
(51539, '3298', '30.00', '5', '0.3', '5', '20000000', '23799999', '06000000', '09999999', NULL, 1652898410),
(51540, '3220', '59.00', '1', '0.3', '5', '20000000', '23799999', '06000000', '09999999', NULL, 1652898410),
(51541, '3298', '44.00', '5', '5.001', '10', '20000000', '23799999', '06000000', '09999999', NULL, 1652898411),
(51542, '3220', '93.00', '1', '5.001', '10', '20000000', '23799999', '06000000', '09999999', NULL, 1652898411),
(51543, '3298', '71.00', '5', '10.001', '15', '20000000', '23799999', '06000000', '09999999', NULL, 1652898412),
(51544, '3220', '150.00', '1', '10.001', '15', '20000000', '23799999', '06000000', '09999999', NULL, 1652898412),
(51545, '3298', '99.00', '5', '15.001', '20', '20000000', '23799999', '06000000', '09999999', NULL, 1652898413),
(51546, '3220', '208.00', '1', '15.001', '20', '20000000', '23799999', '06000000', '09999999', NULL, 1652898413),
(51547, '3298', '126.00', '5', '20.001', '25', '20000000', '23799999', '06000000', '09999999', NULL, 1652898414),
(51548, '3220', '266.00', '1', '20.001', '25', '20000000', '23799999', '06000000', '09999999', NULL, 1652898414),
(51549, '3298', '153.00', '5', '25.001', '30', '20000000', '23799999', '06000000', '09999999', NULL, 1652898415),
(51550, '3220', '324.00', '1', '25.001', '30', '20000000', '23799999', '06000000', '09999999', NULL, 1652898416),
(51551, '3298', '30.00', '5', '0.3', '5', '20000000', '23799999', '11000000', '11999999', NULL, 1652898416),
(51552, '3220', '59.00', '1', '0.3', '5', '20000000', '23799999', '11000000', '11999999', NULL, 1652898416),
(51553, '3298', '44.00', '5', '5.001', '10', '20000000', '23799999', '11000000', '11999999', NULL, 1652898417),
(51554, '3220', '93.00', '1', '5.001', '10', '20000000', '23799999', '11000000', '11999999', NULL, 1652898417),
(51555, '3298', '71.00', '5', '10.001', '15', '20000000', '23799999', '11000000', '11999999', NULL, 1652898418),
(51556, '3220', '150.00', '1', '10.001', '15', '20000000', '23799999', '11000000', '11999999', NULL, 1652898418),
(51557, '3298', '99.00', '5', '15.001', '20', '20000000', '23799999', '11000000', '11999999', NULL, 1652898418),
(51558, '3220', '208.00', '1', '15.001', '20', '20000000', '23799999', '11000000', '11999999', NULL, 1652898419),
(51559, '3298', '126.00', '5', '20.001', '25', '20000000', '23799999', '11000000', '11999999', NULL, 1652898419),
(51560, '3220', '266.00', '1', '20.001', '25', '20000000', '23799999', '11000000', '11999999', NULL, 1652898420),
(51561, '3298', '153.00', '5', '25.001', '30', '20000000', '23799999', '11000000', '11999999', NULL, 1652898420),
(51562, '3220', '324.00', '1', '25.001', '30', '20000000', '23799999', '11000000', '11999999', NULL, 1652898421),
(51563, '3298', '30.00', '5', '0.3', '5', '20000000', '23799999', '12000000', '19999999', NULL, 1652898421),
(51564, '3220', '59.00', '1', '0.3', '5', '20000000', '23799999', '12000000', '19999999', NULL, 1652898421),
(51565, '3298', '44.00', '5', '5.001', '10', '20000000', '23799999', '12000000', '19999999', NULL, 1652898422),
(51566, '3220', '93.00', '1', '5.001', '10', '20000000', '23799999', '12000000', '19999999', NULL, 1652898422),
(51567, '3298', '71.00', '5', '10.001', '15', '20000000', '23799999', '12000000', '19999999', NULL, 1652898422),
(51568, '3220', '150.00', '1', '10.001', '15', '20000000', '23799999', '12000000', '19999999', NULL, 1652898423),
(51569, '3298', '99.00', '5', '15.001', '20', '20000000', '23799999', '12000000', '19999999', NULL, 1652898424),
(51570, '3220', '208.00', '1', '15.001', '20', '20000000', '23799999', '12000000', '19999999', NULL, 1652898424),
(51571, '3298', '126.00', '5', '20.001', '25', '20000000', '23799999', '12000000', '19999999', NULL, 1652898424),
(51572, '3220', '266.00', '1', '20.001', '25', '20000000', '23799999', '12000000', '19999999', NULL, 1652898425),
(51573, '3298', '153.00', '5', '25.001', '30', '20000000', '23799999', '12000000', '19999999', NULL, 1652898426),
(51574, '3220', '324.00', '1', '25.001', '30', '20000000', '23799999', '12000000', '19999999', NULL, 1652898426),
(51575, '3298', '25.00', '5', '0.3', '5', '20000000', '23799999', '26601000', '28999999', NULL, 1652898436),
(51576, '3220', '34.00', '2', '0.3', '5', '20000000', '23799999', '26601000', '28999999', NULL, 1652898437),
(51577, '3298', '31.00', '5', '5.001', '10', '20000000', '23799999', '26601000', '28999999', NULL, 1652898437),
(51578, '3220', '47.00', '2', '5.001', '10', '20000000', '23799999', '26601000', '28999999', NULL, 1652898437),
(51579, '3298', '51.00', '5', '10.001', '15', '20000000', '23799999', '26601000', '28999999', NULL, 1652898438),
(51580, '3220', '77.00', '2', '10.001', '15', '20000000', '23799999', '26601000', '28999999', NULL, 1652898438),
(51581, '3298', '70.00', '5', '15.001', '20', '20000000', '23799999', '26601000', '28999999', NULL, 1652898439),
(51582, '3220', '107.00', '2', '15.001', '20', '20000000', '23799999', '26601000', '28999999', NULL, 1652898439),
(51583, '3298', '90.00', '5', '20.001', '25', '20000000', '23799999', '26601000', '28999999', NULL, 1652898440),
(51584, '3220', '137.00', '2', '20.001', '25', '20000000', '23799999', '26601000', '28999999', NULL, 1652898441),
(51585, '3298', '109.00', '5', '25.001', '30', '20000000', '23799999', '26601000', '28999999', NULL, 1652898441),
(51586, '3220', '166.00', '2', '25.001', '30', '20000000', '23799999', '26601000', '28999999', NULL, 1652898441),
(51587, '3298', '30.00', '5', '0.3', '5', '20000000', '23799999', '29000000', '29099999', NULL, 1652898442),
(51588, '3220', '59.00', '1', '0.3', '5', '20000000', '23799999', '29000000', '29099999', NULL, 1652898442),
(51589, '3298', '44.00', '5', '5.001', '10', '20000000', '23799999', '29000000', '29099999', NULL, 1652898443),
(51590, '3220', '93.00', '1', '5.001', '10', '20000000', '23799999', '29000000', '29099999', NULL, 1652898443),
(51591, '3298', '71.00', '5', '10.001', '15', '20000000', '23799999', '29000000', '29099999', NULL, 1652898444),
(51592, '3220', '150.00', '1', '10.001', '15', '20000000', '23799999', '29000000', '29099999', NULL, 1652898445),
(51593, '3298', '99.00', '5', '15.001', '20', '20000000', '23799999', '29000000', '29099999', NULL, 1652898445),
(51594, '3220', '208.00', '1', '15.001', '20', '20000000', '23799999', '29000000', '29099999', NULL, 1652898445),
(51595, '3298', '126.00', '5', '20.001', '25', '20000000', '23799999', '29000000', '29099999', NULL, 1652898446),
(51596, '3220', '266.00', '1', '20.001', '25', '20000000', '23799999', '29000000', '29099999', NULL, 1652898446),
(51597, '3298', '153.00', '5', '25.001', '30', '20000000', '23799999', '29000000', '29099999', NULL, 1652898447),
(51598, '3220', '324.00', '1', '25.001', '30', '20000000', '23799999', '29000000', '29099999', NULL, 1652898448),
(51599, '3298', '44.00', '7', '0.3', '5', '20000000', '23799999', '29100000', '29999999', NULL, 1652898448),
(51600, '3220', '102.00', '4', '0.3', '5', '20000000', '23799999', '29100000', '29999999', NULL, 1652898449),
(51601, '3298', '74.00', '7', '5.001', '10', '20000000', '23799999', '29100000', '29999999', NULL, 1652898450),
(51602, '3220', '141.00', '4', '5.001', '10', '20000000', '23799999', '29100000', '29999999', NULL, 1652898451),
(51603, '3298', '120.00', '7', '10.001', '15', '20000000', '23799999', '29100000', '29999999', NULL, 1652898451),
(51604, '3220', '229.00', '4', '10.001', '15', '20000000', '23799999', '29100000', '29999999', NULL, 1652898451),
(51605, '3298', '166.00', '7', '15.001', '20', '20000000', '23799999', '29100000', '29999999', NULL, 1652898452),
(51606, '3220', '316.00', '4', '15.001', '20', '20000000', '23799999', '29100000', '29999999', NULL, 1652898453),
(51607, '3298', '212.00', '7', '20.001', '25', '20000000', '23799999', '29100000', '29999999', NULL, 1652898453),
(51608, '3220', '404.00', '4', '20.001', '25', '20000000', '23799999', '29100000', '29999999', NULL, 1652898454),
(51609, '3298', '258.00', '7', '25.001', '30', '20000000', '23799999', '29100000', '29999999', NULL, 1652898454),
(51610, '3220', '492.00', '4', '25.001', '30', '20000000', '23799999', '29100000', '29999999', NULL, 1652898455),
(51611, '3298', '30.00', '5', '0.3', '5', '20000000', '23799999', '30000000', '31999999', NULL, 1652898455),
(51612, '3220', '59.00', '1', '0.3', '5', '20000000', '23799999', '30000000', '31999999', NULL, 1652898456),
(51613, '3298', '44.00', '5', '5.001', '10', '20000000', '23799999', '30000000', '31999999', NULL, 1652898456),
(51614, '3220', '93.00', '1', '5.001', '10', '20000000', '23799999', '30000000', '31999999', NULL, 1652898457),
(51615, '3298', '71.00', '5', '10.001', '15', '20000000', '23799999', '30000000', '31999999', NULL, 1652898458),
(51616, '3220', '150.00', '1', '10.001', '15', '20000000', '23799999', '30000000', '31999999', NULL, 1652898458),
(51617, '3298', '99.00', '5', '15.001', '20', '20000000', '23799999', '30000000', '31999999', NULL, 1652898458),
(51618, '3220', '208.00', '1', '15.001', '20', '20000000', '23799999', '30000000', '31999999', NULL, 1652898459),
(51619, '3298', '126.00', '5', '20.001', '25', '20000000', '23799999', '30000000', '31999999', NULL, 1652898459),
(51620, '3220', '266.00', '1', '20.001', '25', '20000000', '23799999', '30000000', '31999999', NULL, 1652898460),
(51621, '3298', '153.00', '5', '25.001', '30', '20000000', '23799999', '30000000', '31999999', NULL, 1652898460),
(51622, '3220', '324.00', '1', '25.001', '30', '20000000', '23799999', '30000000', '31999999', NULL, 1652898461),
(51623, '3298', '30.00', '5', '0.3', '5', '20000000', '23799999', '30000000', '34999999', NULL, 1652898461),
(51624, '3220', '59.00', '1', '0.3', '5', '20000000', '23799999', '30000000', '34999999', NULL, 1652898461),
(51625, '3298', '44.00', '5', '5.001', '10', '20000000', '23799999', '30000000', '34999999', NULL, 1652898462),
(51626, '3220', '93.00', '1', '5.001', '10', '20000000', '23799999', '30000000', '34999999', NULL, 1652898462),
(51627, '3298', '71.00', '5', '10.001', '15', '20000000', '23799999', '30000000', '34999999', NULL, 1652898463),
(51628, '3220', '150.00', '1', '10.001', '15', '20000000', '23799999', '30000000', '34999999', NULL, 1652898464),
(51629, '3298', '99.00', '5', '15.001', '20', '20000000', '23799999', '30000000', '34999999', NULL, 1652898464),
(51630, '3220', '208.00', '1', '15.001', '20', '20000000', '23799999', '30000000', '34999999', NULL, 1652898465),
(51631, '3298', '126.00', '5', '20.001', '25', '20000000', '23799999', '30000000', '34999999', NULL, 1652898465),
(51632, '3220', '266.00', '1', '20.001', '25', '20000000', '23799999', '30000000', '34999999', NULL, 1652898466),
(51633, '3298', '153.00', '5', '25.001', '30', '20000000', '23799999', '30000000', '34999999', NULL, 1652898466),
(51634, '3220', '324.00', '1', '25.001', '30', '20000000', '23799999', '30000000', '34999999', NULL, 1652898467),
(51635, '3298', '44.00', '7', '0.3', '5', '20000000', '23799999', '35000000', '39999999', NULL, 1652898467),
(51636, '3220', '102.00', '4', '0.3', '5', '20000000', '23799999', '35000000', '39999999', NULL, 1652898468);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(51637, '3298', '74.00', '7', '5.001', '10', '20000000', '23799999', '35000000', '39999999', NULL, 1652898469),
(51638, '3220', '141.00', '4', '5.001', '10', '20000000', '23799999', '35000000', '39999999', NULL, 1652898469),
(51639, '3298', '120.00', '7', '10.001', '15', '20000000', '23799999', '35000000', '39999999', NULL, 1652898469),
(51640, '3220', '229.00', '4', '10.001', '15', '20000000', '23799999', '35000000', '39999999', NULL, 1652898470),
(51641, '3298', '166.00', '7', '15.001', '20', '20000000', '23799999', '35000000', '39999999', NULL, 1652898470),
(51642, '3220', '316.00', '4', '15.001', '20', '20000000', '23799999', '35000000', '39999999', NULL, 1652898471),
(51643, '3298', '212.00', '7', '20.001', '25', '20000000', '23799999', '35000000', '39999999', NULL, 1652898472),
(51644, '3220', '404.00', '4', '20.001', '25', '20000000', '23799999', '35000000', '39999999', NULL, 1652898472),
(51645, '3298', '258.00', '7', '25.001', '30', '20000000', '23799999', '35000000', '39999999', NULL, 1652898473),
(51646, '3220', '492.00', '4', '25.001', '30', '20000000', '23799999', '35000000', '39999999', NULL, 1652898473),
(51647, '3298', '38.00', '6', '0.3', '5', '20000000', '23799999', '40000000', '41999999', NULL, 1652898474),
(51648, '3220', '113.00', '1', '0.3', '5', '20000000', '23799999', '40000000', '41999999', NULL, 1652898475),
(51649, '3298', '58.00', '6', '5.001', '10', '20000000', '23799999', '40000000', '41999999', NULL, 1652898475),
(51650, '3220', '176.00', '1', '5.001', '10', '20000000', '23799999', '40000000', '41999999', NULL, 1652898476),
(51651, '3298', '94.00', '6', '10.001', '15', '20000000', '23799999', '40000000', '41999999', NULL, 1652898476),
(51652, '3220', '286.00', '1', '10.001', '15', '20000000', '23799999', '40000000', '41999999', NULL, 1652898477),
(51653, '3298', '130.00', '6', '15.001', '20', '20000000', '23799999', '40000000', '41999999', NULL, 1652898478),
(51654, '3220', '396.00', '1', '15.001', '20', '20000000', '23799999', '40000000', '41999999', NULL, 1652898479),
(51655, '3298', '166.00', '6', '20.001', '25', '20000000', '23799999', '40000000', '41999999', NULL, 1652898479),
(51656, '3220', '505.00', '1', '20.001', '25', '20000000', '23799999', '40000000', '41999999', NULL, 1652898480),
(51657, '3298', '202.00', '6', '25.001', '30', '20000000', '23799999', '40000000', '41999999', NULL, 1652898480),
(51658, '3220', '615.00', '1', '25.001', '30', '20000000', '23799999', '40000000', '41999999', NULL, 1652898480),
(51659, '3298', '38.00', '6', '0.3', '5', '20000000', '23799999', '40000000', '44470999', NULL, 1652898481),
(51660, '3220', '113.00', '1', '0.3', '5', '20000000', '23799999', '40000000', '44470999', NULL, 1652898481),
(51661, '3298', '58.00', '6', '5.001', '10', '20000000', '23799999', '40000000', '44470999', NULL, 1652898482),
(51662, '3220', '176.00', '1', '5.001', '10', '20000000', '23799999', '40000000', '44470999', NULL, 1652898482),
(51663, '3298', '94.00', '6', '10.001', '15', '20000000', '23799999', '40000000', '44470999', NULL, 1652898483),
(51664, '3220', '286.00', '1', '10.001', '15', '20000000', '23799999', '40000000', '44470999', NULL, 1652898483),
(51665, '3298', '130.00', '6', '15.001', '20', '20000000', '23799999', '40000000', '44470999', NULL, 1652898483),
(51666, '3220', '396.00', '1', '15.001', '20', '20000000', '23799999', '40000000', '44470999', NULL, 1652898484),
(51667, '3298', '166.00', '6', '20.001', '25', '20000000', '23799999', '40000000', '44470999', NULL, 1652898484),
(51668, '3220', '505.00', '1', '20.001', '25', '20000000', '23799999', '40000000', '44470999', NULL, 1652898485),
(51669, '3298', '202.00', '6', '25.001', '30', '20000000', '23799999', '40000000', '44470999', NULL, 1652898485),
(51670, '3220', '615.00', '1', '25.001', '30', '20000000', '23799999', '40000000', '44470999', NULL, 1652898485),
(51671, '3298', '60.00', '7', '0.3', '5', '20000000', '23799999', '44471000', '48999999', NULL, 1652898486),
(51672, '3220', '132.00', '3', '0.3', '5', '20000000', '23799999', '44471000', '48999999', NULL, 1652898487),
(51673, '3298', '91.00', '7', '5.001', '10', '20000000', '23799999', '44471000', '48999999', NULL, 1652898488),
(51674, '3220', '190.00', '3', '5.001', '10', '20000000', '23799999', '44471000', '48999999', NULL, 1652898489),
(51675, '3298', '148.00', '7', '10.001', '15', '20000000', '23799999', '44471000', '48999999', NULL, 1652898489),
(51676, '3220', '308.00', '3', '10.001', '15', '20000000', '23799999', '44471000', '48999999', NULL, 1652898490),
(51677, '3298', '205.00', '7', '15.001', '20', '20000000', '23799999', '44471000', '48999999', NULL, 1652898490),
(51678, '3220', '427.00', '3', '15.001', '20', '20000000', '23799999', '44471000', '48999999', NULL, 1652898490),
(51679, '3298', '262.00', '7', '20.001', '25', '20000000', '23799999', '44471000', '48999999', NULL, 1652898491),
(51680, '3220', '545.00', '3', '20.001', '25', '20000000', '23799999', '44471000', '48999999', NULL, 1652898491),
(51681, '3298', '319.00', '7', '25.001', '30', '20000000', '23799999', '44471000', '48999999', NULL, 1652898492),
(51682, '3220', '663.00', '3', '25.001', '30', '20000000', '23799999', '44471000', '48999999', NULL, 1652898493),
(51683, '3298', '38.00', '7', '0.3', '5', '20000000', '23799999', '49000000', '49099999', NULL, 1652898493),
(51684, '3220', '113.00', '2', '0.3', '5', '20000000', '23799999', '49000000', '49099999', NULL, 1652898494),
(51685, '3298', '58.00', '7', '5.001', '10', '20000000', '23799999', '49000000', '49099999', NULL, 1652898494),
(51686, '3220', '176.00', '2', '5.001', '10', '20000000', '23799999', '49000000', '49099999', NULL, 1652898495),
(51687, '3298', '94.00', '7', '10.001', '15', '20000000', '23799999', '49000000', '49099999', NULL, 1652898496),
(51688, '3220', '286.00', '2', '10.001', '15', '20000000', '23799999', '49000000', '49099999', NULL, 1652898496),
(51689, '3298', '130.00', '7', '15.001', '20', '20000000', '23799999', '49000000', '49099999', NULL, 1652898497),
(51690, '3220', '396.00', '2', '15.001', '20', '20000000', '23799999', '49000000', '49099999', NULL, 1652898497),
(51691, '3298', '166.00', '7', '20.001', '25', '20000000', '23799999', '49000000', '49099999', NULL, 1652898498),
(51692, '3220', '505.00', '2', '20.001', '25', '20000000', '23799999', '49000000', '49099999', NULL, 1652898499),
(51693, '3298', '202.00', '7', '25.001', '30', '20000000', '23799999', '49000000', '49099999', NULL, 1652898499),
(51694, '3220', '615.00', '2', '25.001', '30', '20000000', '23799999', '49000000', '49099999', NULL, 1652898500),
(51695, '3298', '70.00', '10', '0.3', '5', '20000000', '23799999', '49100000', '49999999', NULL, 1652898501),
(51696, '3220', '157.00', '4', '0.3', '5', '20000000', '23799999', '49100000', '49999999', NULL, 1652898501),
(51697, '3298', '106.00', '10', '5.001', '10', '20000000', '23799999', '49100000', '49999999', NULL, 1652898501),
(51698, '3220', '226.00', '4', '5.001', '10', '20000000', '23799999', '49100000', '49999999', NULL, 1652898502),
(51699, '3298', '172.00', '10', '10.001', '15', '20000000', '23799999', '49100000', '49999999', NULL, 1652898503),
(51700, '3220', '367.00', '4', '10.001', '15', '20000000', '23799999', '49100000', '49999999', NULL, 1652898503),
(51701, '3298', '239.00', '10', '15.001', '20', '20000000', '23799999', '49100000', '49999999', NULL, 1652898504),
(51702, '3220', '508.00', '4', '15.001', '20', '20000000', '23799999', '49100000', '49999999', NULL, 1652898504),
(51703, '3298', '305.00', '10', '20.001', '25', '20000000', '23799999', '49100000', '49999999', NULL, 1652898505),
(51704, '3220', '649.00', '4', '20.001', '25', '20000000', '23799999', '49100000', '49999999', NULL, 1652898505),
(51705, '3298', '371.00', '10', '25.001', '30', '20000000', '23799999', '49100000', '49999999', NULL, 1652898506),
(51706, '3220', '789.00', '4', '25.001', '30', '20000000', '23799999', '49100000', '49999999', NULL, 1652898506),
(51707, '3298', '45.00', '6', '0.3', '5', '20000000', '23799999', '50000000', '52999999', NULL, 1652898507),
(51708, '3220', '137.00', '2', '0.3', '5', '20000000', '23799999', '50000000', '52999999', NULL, 1652898508),
(51709, '3298', '71.00', '6', '5.001', '10', '20000000', '23799999', '50000000', '52999999', NULL, 1652898508),
(51710, '3220', '214.00', '2', '5.001', '10', '20000000', '23799999', '50000000', '52999999', NULL, 1652898508),
(51711, '3298', '116.00', '6', '10.001', '15', '20000000', '23799999', '50000000', '52999999', NULL, 1652898509),
(51712, '3220', '346.00', '2', '10.001', '15', '20000000', '23799999', '50000000', '52999999', NULL, 1652898509),
(51713, '3298', '160.00', '6', '15.001', '20', '20000000', '23799999', '50000000', '52999999', NULL, 1652898510),
(51714, '3220', '479.00', '2', '15.001', '20', '20000000', '23799999', '50000000', '52999999', NULL, 1652898510),
(51715, '3298', '205.00', '6', '20.001', '25', '20000000', '23799999', '50000000', '52999999', NULL, 1652898511),
(51716, '3220', '612.00', '2', '20.001', '25', '20000000', '23799999', '50000000', '52999999', NULL, 1652898511),
(51717, '3298', '249.00', '6', '25.001', '30', '20000000', '23799999', '50000000', '52999999', NULL, 1652898512),
(51718, '3220', '744.00', '2', '25.001', '30', '20000000', '23799999', '50000000', '52999999', NULL, 1652898513),
(51719, '3298', '45.00', '6', '0.3', '5', '20000000', '23799999', '50000000', '54999999', NULL, 1652898513),
(51720, '3220', '137.00', '2', '0.3', '5', '20000000', '23799999', '50000000', '54999999', NULL, 1652898513),
(51721, '3298', '71.00', '6', '5.001', '10', '20000000', '23799999', '50000000', '54999999', NULL, 1652898514),
(51722, '3220', '214.00', '2', '5.001', '10', '20000000', '23799999', '50000000', '54999999', NULL, 1652898514),
(51723, '3298', '116.00', '6', '10.001', '15', '20000000', '23799999', '50000000', '54999999', NULL, 1652898515),
(51724, '3220', '346.00', '2', '10.001', '15', '20000000', '23799999', '50000000', '54999999', NULL, 1652898515),
(51725, '3298', '160.00', '6', '15.001', '20', '20000000', '23799999', '50000000', '54999999', NULL, 1652898516),
(51726, '3220', '479.00', '2', '15.001', '20', '20000000', '23799999', '50000000', '54999999', NULL, 1652898516),
(51727, '3298', '205.00', '6', '20.001', '25', '20000000', '23799999', '50000000', '54999999', NULL, 1652898517),
(51728, '3220', '612.00', '2', '20.001', '25', '20000000', '23799999', '50000000', '54999999', NULL, 1652898517),
(51729, '3298', '249.00', '6', '25.001', '30', '20000000', '23799999', '50000000', '54999999', NULL, 1652898517),
(51730, '3220', '744.00', '2', '25.001', '30', '20000000', '23799999', '50000000', '54999999', NULL, 1652898518),
(51731, '3298', '90.00', '10', '0.3', '5', '20000000', '23799999', '55000000', '56999999', NULL, 1652898518),
(51732, '3220', '183.00', '7', '0.3', '5', '20000000', '23799999', '55000000', '56999999', NULL, 1652898519),
(51733, '3298', '133.00', '10', '5.001', '10', '20000000', '23799999', '55000000', '56999999', NULL, 1652898520),
(51734, '3220', '266.00', '7', '5.001', '10', '20000000', '23799999', '55000000', '56999999', NULL, 1652898520),
(51735, '3298', '215.00', '10', '10.001', '15', '20000000', '23799999', '55000000', '56999999', NULL, 1652898521),
(51736, '3220', '430.00', '7', '10.001', '15', '20000000', '23799999', '55000000', '56999999', NULL, 1652898521),
(51737, '3298', '298.00', '10', '15.001', '20', '20000000', '23799999', '55000000', '56999999', NULL, 1652898522),
(51738, '3220', '595.00', '7', '15.001', '20', '20000000', '23799999', '55000000', '56999999', NULL, 1652898523),
(51739, '3298', '380.00', '10', '20.001', '25', '20000000', '23799999', '55000000', '56999999', NULL, 1652898523),
(51740, '3220', '760.00', '7', '20.001', '25', '20000000', '23799999', '55000000', '56999999', NULL, 1652898524),
(51741, '3298', '463.00', '10', '25.001', '30', '20000000', '23799999', '55000000', '56999999', NULL, 1652898524),
(51742, '3220', '925.00', '7', '25.001', '30', '20000000', '23799999', '55000000', '56999999', NULL, 1652898525),
(51743, '3298', '45.00', '7', '0.3', '5', '20000000', '23799999', '57000000', '57099999', NULL, 1652898525),
(51744, '3220', '137.00', '3', '0.3', '5', '20000000', '23799999', '57000000', '57099999', NULL, 1652898526),
(51745, '3298', '71.00', '7', '5.001', '10', '20000000', '23799999', '57000000', '57099999', NULL, 1652898526),
(51746, '3220', '214.00', '3', '5.001', '10', '20000000', '23799999', '57000000', '57099999', NULL, 1652898527),
(51747, '3298', '116.00', '7', '10.001', '15', '20000000', '23799999', '57000000', '57099999', NULL, 1652898527),
(51748, '3220', '346.00', '3', '10.001', '15', '20000000', '23799999', '57000000', '57099999', NULL, 1652898527),
(51749, '3298', '160.00', '7', '15.001', '20', '20000000', '23799999', '57000000', '57099999', NULL, 1652898528),
(51750, '3220', '479.00', '3', '15.001', '20', '20000000', '23799999', '57000000', '57099999', NULL, 1652898528),
(51751, '3298', '205.00', '7', '20.001', '25', '20000000', '23799999', '57000000', '57099999', NULL, 1652898529),
(51752, '3220', '612.00', '3', '20.001', '25', '20000000', '23799999', '57000000', '57099999', NULL, 1652898529),
(51753, '3298', '249.00', '7', '25.001', '30', '20000000', '23799999', '57000000', '57099999', NULL, 1652898530),
(51754, '3220', '744.00', '3', '25.001', '30', '20000000', '23799999', '57000000', '57099999', NULL, 1652898530),
(51755, '3298', '45.00', '9', '0.3', '5', '20000000', '23799999', '57100000', '57999999', NULL, 1652898530),
(51756, '3220', '137.00', '4', '0.3', '5', '20000000', '23799999', '57100000', '57999999', NULL, 1652898531),
(51757, '3298', '71.00', '9', '5.001', '10', '20000000', '23799999', '57100000', '57999999', NULL, 1652898532),
(51758, '3220', '214.00', '4', '5.001', '10', '20000000', '23799999', '57100000', '57999999', NULL, 1652898532),
(51759, '3298', '116.00', '9', '10.001', '15', '20000000', '23799999', '57100000', '57999999', NULL, 1652898533),
(51760, '3220', '346.00', '4', '10.001', '15', '20000000', '23799999', '57100000', '57999999', NULL, 1652898533),
(51761, '3298', '160.00', '9', '15.001', '20', '20000000', '23799999', '57100000', '57999999', NULL, 1652898534),
(51762, '3220', '479.00', '4', '15.001', '20', '20000000', '23799999', '57100000', '57999999', NULL, 1652898534),
(51763, '3298', '205.00', '9', '20.001', '25', '20000000', '23799999', '57100000', '57999999', NULL, 1652898535),
(51764, '3220', '612.00', '4', '20.001', '25', '20000000', '23799999', '57100000', '57999999', NULL, 1652898535),
(51765, '3298', '249.00', '9', '25.001', '30', '20000000', '23799999', '57100000', '57999999', NULL, 1652898535),
(51766, '3220', '744.00', '4', '25.001', '30', '20000000', '23799999', '57100000', '57999999', NULL, 1652898536),
(51767, '3298', '45.00', '8', '0.3', '5', '20000000', '23799999', '58000000', '58099999', NULL, 1652898536),
(51768, '3220', '137.00', '4', '0.3', '5', '20000000', '23799999', '58000000', '58099999', NULL, 1652898537),
(51769, '3298', '71.00', '8', '5.001', '10', '20000000', '23799999', '58000000', '58099999', NULL, 1652898537),
(51770, '3220', '214.00', '4', '5.001', '10', '20000000', '23799999', '58000000', '58099999', NULL, 1652898538),
(51771, '3298', '116.00', '8', '10.001', '15', '20000000', '23799999', '58000000', '58099999', NULL, 1652898538),
(51772, '3220', '346.00', '4', '10.001', '15', '20000000', '23799999', '58000000', '58099999', NULL, 1652898538),
(51773, '3298', '160.00', '8', '15.001', '20', '20000000', '23799999', '58000000', '58099999', NULL, 1652898539),
(51774, '3220', '479.00', '4', '15.001', '20', '20000000', '23799999', '58000000', '58099999', NULL, 1652898540),
(51775, '3298', '205.00', '8', '20.001', '25', '20000000', '23799999', '58000000', '58099999', NULL, 1652898540),
(51776, '3220', '612.00', '4', '20.001', '25', '20000000', '23799999', '58000000', '58099999', NULL, 1652898540),
(51777, '3298', '249.00', '8', '25.001', '30', '20000000', '23799999', '58000000', '58099999', NULL, 1652898541),
(51778, '3220', '744.00', '4', '25.001', '30', '20000000', '23799999', '58000000', '58099999', NULL, 1652898541),
(51779, '3298', '90.00', '12', '0.3', '5', '20000000', '23799999', '58100000', '58999999', NULL, 1652898542),
(51780, '3220', '183.00', '9', '0.3', '5', '20000000', '23799999', '58100000', '58999999', NULL, 1652898543),
(51781, '3298', '133.00', '12', '5.001', '10', '20000000', '23799999', '58100000', '58999999', NULL, 1652898543),
(51782, '3220', '266.00', '9', '5.001', '10', '20000000', '23799999', '58100000', '58999999', NULL, 1652898543),
(51783, '3298', '215.00', '12', '10.001', '15', '20000000', '23799999', '58100000', '58999999', NULL, 1652898544),
(51784, '3220', '430.00', '9', '10.001', '15', '20000000', '23799999', '58100000', '58999999', NULL, 1652898545),
(51785, '3298', '298.00', '12', '15.001', '20', '20000000', '23799999', '58100000', '58999999', NULL, 1652898545),
(51786, '3220', '595.00', '9', '15.001', '20', '20000000', '23799999', '58100000', '58999999', NULL, 1652898546),
(51787, '3298', '380.00', '12', '20.001', '25', '20000000', '23799999', '58100000', '58999999', NULL, 1652898546),
(51788, '3220', '760.00', '9', '20.001', '25', '20000000', '23799999', '58100000', '58999999', NULL, 1652898547),
(51789, '3298', '463.00', '12', '25.001', '30', '20000000', '23799999', '58100000', '58999999', NULL, 1652898547),
(51790, '3220', '925.00', '9', '25.001', '30', '20000000', '23799999', '58100000', '58999999', NULL, 1652898548),
(51791, '3298', '45.00', '8', '0.3', '5', '20000000', '23799999', '59000000', '59099999', NULL, 1652898548),
(51792, '3220', '137.00', '4', '0.3', '5', '20000000', '23799999', '59000000', '59099999', NULL, 1652898549),
(51793, '3298', '71.00', '8', '5.001', '10', '20000000', '23799999', '59000000', '59099999', NULL, 1652898549),
(51794, '3220', '214.00', '4', '5.001', '10', '20000000', '23799999', '59000000', '59099999', NULL, 1652898550),
(51795, '3298', '116.00', '8', '10.001', '15', '20000000', '23799999', '59000000', '59099999', NULL, 1652898550),
(51796, '3220', '346.00', '4', '10.001', '15', '20000000', '23799999', '59000000', '59099999', NULL, 1652898550),
(51797, '3298', '160.00', '8', '15.001', '20', '20000000', '23799999', '59000000', '59099999', NULL, 1652898551),
(51798, '3220', '479.00', '4', '15.001', '20', '20000000', '23799999', '59000000', '59099999', NULL, 1652898551),
(51799, '3298', '205.00', '8', '20.001', '25', '20000000', '23799999', '59000000', '59099999', NULL, 1652898552),
(51800, '3220', '612.00', '4', '20.001', '25', '20000000', '23799999', '59000000', '59099999', NULL, 1652898552),
(51801, '3298', '249.00', '8', '25.001', '30', '20000000', '23799999', '59000000', '59099999', NULL, 1652898552),
(51802, '3220', '744.00', '4', '25.001', '30', '20000000', '23799999', '59000000', '59099999', NULL, 1652898553),
(51803, '3298', '45.00', '8', '0.3', '5', '20000000', '23799999', '59100000', '59999999', NULL, 1652898553),
(51804, '3220', '137.00', '4', '0.3', '5', '20000000', '23799999', '59100000', '59999999', NULL, 1652898553),
(51805, '3298', '71.00', '8', '5.001', '10', '20000000', '23799999', '59100000', '59999999', NULL, 1652898554),
(51806, '3220', '214.00', '4', '5.001', '10', '20000000', '23799999', '59100000', '59999999', NULL, 1652898554),
(51807, '3298', '116.00', '8', '10.001', '15', '20000000', '23799999', '59100000', '59999999', NULL, 1652898555),
(51808, '3220', '346.00', '4', '10.001', '15', '20000000', '23799999', '59100000', '59999999', NULL, 1652898556),
(51809, '3298', '160.00', '8', '15.001', '20', '20000000', '23799999', '59100000', '59999999', NULL, 1652898556),
(51810, '3220', '479.00', '4', '15.001', '20', '20000000', '23799999', '59100000', '59999999', NULL, 1652898556),
(51811, '3298', '205.00', '8', '20.001', '25', '20000000', '23799999', '59100000', '59999999', NULL, 1652898557),
(51812, '3220', '612.00', '4', '20.001', '25', '20000000', '23799999', '59100000', '59999999', NULL, 1652898557),
(51813, '3298', '249.00', '8', '25.001', '30', '20000000', '23799999', '59100000', '59999999', NULL, 1652898558),
(51814, '3220', '744.00', '4', '25.001', '30', '20000000', '23799999', '59100000', '59999999', NULL, 1652898559),
(51815, '3298', '45.00', '7', '0.3', '5', '20000000', '23799999', '60000000', '60999999', NULL, 1652898559),
(51816, '3220', '137.00', '2', '0.3', '5', '20000000', '23799999', '60000000', '60999999', NULL, 1652898560),
(51817, '3298', '71.00', '7', '5.001', '10', '20000000', '23799999', '60000000', '60999999', NULL, 1652898560),
(51818, '3220', '214.00', '2', '5.001', '10', '20000000', '23799999', '60000000', '60999999', NULL, 1652898561),
(51819, '3298', '116.00', '7', '10.001', '15', '20000000', '23799999', '60000000', '60999999', NULL, 1652898562),
(51820, '3220', '346.00', '2', '10.001', '15', '20000000', '23799999', '60000000', '60999999', NULL, 1652898562),
(51821, '3298', '160.00', '7', '15.001', '20', '20000000', '23799999', '60000000', '60999999', NULL, 1652898563),
(51822, '3220', '479.00', '2', '15.001', '20', '20000000', '23799999', '60000000', '60999999', NULL, 1652898564),
(51823, '3298', '205.00', '7', '20.001', '25', '20000000', '23799999', '60000000', '60999999', NULL, 1652898564),
(51824, '3220', '612.00', '2', '20.001', '25', '20000000', '23799999', '60000000', '60999999', NULL, 1652898565),
(51825, '3298', '249.00', '7', '25.001', '30', '20000000', '23799999', '60000000', '60999999', NULL, 1652898565),
(51826, '3220', '744.00', '2', '25.001', '30', '20000000', '23799999', '60000000', '60999999', NULL, 1652898566),
(51827, '3298', '45.00', '7', '0.3', '5', '20000000', '23799999', '60000000', '61900999', NULL, 1652898567),
(51828, '3220', '137.00', '2', '0.3', '5', '20000000', '23799999', '60000000', '61900999', NULL, 1652898567),
(51829, '3298', '71.00', '7', '5.001', '10', '20000000', '23799999', '60000000', '61900999', NULL, 1652898567),
(51830, '3220', '214.00', '2', '5.001', '10', '20000000', '23799999', '60000000', '61900999', NULL, 1652898568),
(51831, '3298', '116.00', '7', '10.001', '15', '20000000', '23799999', '60000000', '61900999', NULL, 1652898568),
(51832, '3220', '346.00', '2', '10.001', '15', '20000000', '23799999', '60000000', '61900999', NULL, 1652898568),
(51833, '3298', '160.00', '7', '15.001', '20', '20000000', '23799999', '60000000', '61900999', NULL, 1652898569),
(51834, '3220', '479.00', '2', '15.001', '20', '20000000', '23799999', '60000000', '61900999', NULL, 1652898569),
(51835, '3298', '205.00', '7', '20.001', '25', '20000000', '23799999', '60000000', '61900999', NULL, 1652898570),
(51836, '3220', '612.00', '2', '20.001', '25', '20000000', '23799999', '60000000', '61900999', NULL, 1652898570),
(51837, '3298', '249.00', '7', '25.001', '30', '20000000', '23799999', '60000000', '61900999', NULL, 1652898570),
(51838, '3220', '744.00', '2', '25.001', '30', '20000000', '23799999', '60000000', '61900999', NULL, 1652898571),
(51839, '3298', '90.00', '11', '0.3', '5', '20000000', '23799999', '61901000', '63999999', NULL, 1652898571),
(51840, '3220', '183.00', '7', '0.3', '5', '20000000', '23799999', '61901000', '63999999', NULL, 1652898571),
(51841, '3298', '133.00', '11', '5.001', '10', '20000000', '23799999', '61901000', '63999999', NULL, 1652898572),
(51842, '3220', '266.00', '7', '5.001', '10', '20000000', '23799999', '61901000', '63999999', NULL, 1652898572),
(51843, '3298', '215.00', '11', '10.001', '15', '20000000', '23799999', '61901000', '63999999', NULL, 1652898573),
(51844, '3220', '430.00', '7', '10.001', '15', '20000000', '23799999', '61901000', '63999999', NULL, 1652898574),
(51845, '3298', '298.00', '11', '15.001', '20', '20000000', '23799999', '61901000', '63999999', NULL, 1652898574),
(51846, '3220', '595.00', '7', '15.001', '20', '20000000', '23799999', '61901000', '63999999', NULL, 1652898575),
(51847, '3298', '380.00', '11', '20.001', '25', '20000000', '23799999', '61901000', '63999999', NULL, 1652898575),
(51848, '3220', '760.00', '7', '20.001', '25', '20000000', '23799999', '61901000', '63999999', NULL, 1652898575),
(51849, '3298', '463.00', '11', '25.001', '30', '20000000', '23799999', '61901000', '63999999', NULL, 1652898576),
(51850, '3220', '925.00', '7', '25.001', '30', '20000000', '23799999', '61901000', '63999999', NULL, 1652898576),
(51851, '3298', '45.00', '8', '0.3', '5', '20000000', '23799999', '64000000', '64099999', NULL, 1652898577),
(51852, '3220', '137.00', '4', '0.3', '5', '20000000', '23799999', '64000000', '64099999', NULL, 1652898577),
(51853, '3298', '71.00', '8', '5.001', '10', '20000000', '23799999', '64000000', '64099999', NULL, 1652898578),
(51854, '3220', '214.00', '4', '5.001', '10', '20000000', '23799999', '64000000', '64099999', NULL, 1652898578),
(51855, '3298', '116.00', '8', '10.001', '15', '20000000', '23799999', '64000000', '64099999', NULL, 1652898579),
(51856, '3220', '346.00', '4', '10.001', '15', '20000000', '23799999', '64000000', '64099999', NULL, 1652898579),
(51857, '3298', '160.00', '8', '15.001', '20', '20000000', '23799999', '64000000', '64099999', NULL, 1652898580),
(51858, '3220', '479.00', '4', '15.001', '20', '20000000', '23799999', '64000000', '64099999', NULL, 1652898580),
(51859, '3298', '205.00', '8', '20.001', '25', '20000000', '23799999', '64000000', '64099999', NULL, 1652898581),
(51860, '3220', '612.00', '4', '20.001', '25', '20000000', '23799999', '64000000', '64099999', NULL, 1652898581),
(51861, '3298', '249.00', '8', '25.001', '30', '20000000', '23799999', '64000000', '64099999', NULL, 1652898582),
(51862, '3220', '744.00', '4', '25.001', '30', '20000000', '23799999', '64000000', '64099999', NULL, 1652898582),
(51863, '3298', '90.00', '11', '0.3', '5', '20000000', '23799999', '64100000', '64999999', NULL, 1652898583),
(51864, '3220', '183.00', '8', '0.3', '5', '20000000', '23799999', '64100000', '64999999', NULL, 1652898583),
(51865, '3298', '133.00', '11', '5.001', '10', '20000000', '23799999', '64100000', '64999999', NULL, 1652898584),
(51866, '3220', '266.00', '8', '5.001', '10', '20000000', '23799999', '64100000', '64999999', NULL, 1652898584),
(51867, '3298', '215.00', '11', '10.001', '15', '20000000', '23799999', '64100000', '64999999', NULL, 1652898585),
(51868, '3220', '430.00', '8', '10.001', '15', '20000000', '23799999', '64100000', '64999999', NULL, 1652898585),
(51869, '3298', '298.00', '11', '15.001', '20', '20000000', '23799999', '64100000', '64999999', NULL, 1652898585),
(51870, '3220', '595.00', '8', '15.001', '20', '20000000', '23799999', '64100000', '64999999', NULL, 1652898586),
(51871, '3298', '380.00', '11', '20.001', '25', '20000000', '23799999', '64100000', '64999999', NULL, 1652898588),
(51872, '3220', '760.00', '8', '20.001', '25', '20000000', '23799999', '64100000', '64999999', NULL, 1652898588),
(51873, '3298', '463.00', '11', '25.001', '30', '20000000', '23799999', '64100000', '64999999', NULL, 1652898589),
(51874, '3220', '925.00', '8', '25.001', '30', '20000000', '23799999', '64100000', '64999999', NULL, 1652898589),
(51875, '3298', '45.00', '9', '0.3', '5', '20000000', '23799999', '65000000', '65099999', NULL, 1652898590),
(51876, '3220', '137.00', '5', '0.3', '5', '20000000', '23799999', '65000000', '65099999', NULL, 1652898590),
(51877, '3298', '71.00', '9', '5.001', '10', '20000000', '23799999', '65000000', '65099999', NULL, 1652898591),
(51878, '3220', '214.00', '5', '5.001', '10', '20000000', '23799999', '65000000', '65099999', NULL, 1652898591),
(51879, '3298', '116.00', '9', '10.001', '15', '20000000', '23799999', '65000000', '65099999', NULL, 1652898592),
(51880, '3220', '346.00', '5', '10.001', '15', '20000000', '23799999', '65000000', '65099999', NULL, 1652898593),
(51881, '3298', '160.00', '9', '15.001', '20', '20000000', '23799999', '65000000', '65099999', NULL, 1652898593),
(51882, '3220', '479.00', '5', '15.001', '20', '20000000', '23799999', '65000000', '65099999', NULL, 1652898593),
(51883, '3298', '205.00', '9', '20.001', '25', '20000000', '23799999', '65000000', '65099999', NULL, 1652898594),
(51884, '3220', '612.00', '5', '20.001', '25', '20000000', '23799999', '65000000', '65099999', NULL, 1652898595),
(51885, '3298', '249.00', '9', '25.001', '30', '20000000', '23799999', '65000000', '65099999', NULL, 1652898596),
(51886, '3220', '744.00', '5', '25.001', '30', '20000000', '23799999', '65000000', '65099999', NULL, 1652898596),
(51887, '3298', '90.00', '13', '0.3', '5', '20000000', '23799999', '65100000', '65999999', NULL, 1652898597),
(51888, '3220', '183.00', '11', '0.3', '5', '20000000', '23799999', '65100000', '65999999', NULL, 1652898597),
(51889, '3298', '133.00', '13', '5.001', '10', '20000000', '23799999', '65100000', '65999999', NULL, 1652898598),
(51890, '3220', '266.00', '11', '5.001', '10', '20000000', '23799999', '65100000', '65999999', NULL, 1652898598),
(51891, '3298', '215.00', '13', '10.001', '15', '20000000', '23799999', '65100000', '65999999', NULL, 1652898599),
(51892, '3220', '430.00', '11', '10.001', '15', '20000000', '23799999', '65100000', '65999999', NULL, 1652898599),
(51893, '3298', '298.00', '13', '15.001', '20', '20000000', '23799999', '65100000', '65999999', NULL, 1652898600),
(51894, '3220', '595.00', '11', '15.001', '20', '20000000', '23799999', '65100000', '65999999', NULL, 1652898600),
(51895, '3298', '380.00', '13', '20.001', '25', '20000000', '23799999', '65100000', '65999999', NULL, 1652898601),
(51896, '3220', '760.00', '11', '20.001', '25', '20000000', '23799999', '65100000', '65999999', NULL, 1652898601),
(51897, '3298', '463.00', '13', '25.001', '30', '20000000', '23799999', '65100000', '65999999', NULL, 1652898601),
(51898, '3220', '925.00', '11', '25.001', '30', '20000000', '23799999', '65100000', '65999999', NULL, 1652898602),
(51899, '3298', '45.00', '9', '0.3', '5', '20000000', '23799999', '66000000', '66999999', NULL, 1652898602),
(51900, '3220', '137.00', '5', '0.3', '5', '20000000', '23799999', '66000000', '66999999', NULL, 1652898603),
(51901, '3298', '71.00', '9', '5.001', '10', '20000000', '23799999', '66000000', '66999999', NULL, 1652898604),
(51902, '3220', '214.00', '5', '5.001', '10', '20000000', '23799999', '66000000', '66999999', NULL, 1652898604),
(51903, '3298', '116.00', '9', '10.001', '15', '20000000', '23799999', '66000000', '66999999', NULL, 1652898605),
(51904, '3220', '346.00', '5', '10.001', '15', '20000000', '23799999', '66000000', '66999999', NULL, 1652898605),
(51905, '3298', '160.00', '9', '15.001', '20', '20000000', '23799999', '66000000', '66999999', NULL, 1652898606),
(51906, '3220', '479.00', '5', '15.001', '20', '20000000', '23799999', '66000000', '66999999', NULL, 1652898607),
(51907, '3298', '205.00', '9', '20.001', '25', '20000000', '23799999', '66000000', '66999999', NULL, 1652898607),
(51908, '3220', '612.00', '5', '20.001', '25', '20000000', '23799999', '66000000', '66999999', NULL, 1652898608),
(51909, '3298', '249.00', '9', '25.001', '30', '20000000', '23799999', '66000000', '66999999', NULL, 1652898608),
(51910, '3220', '744.00', '5', '25.001', '30', '20000000', '23799999', '66000000', '66999999', NULL, 1652898608),
(51911, '3298', '45.00', '9', '0.3', '5', '20000000', '23799999', '66000000', '67999999', NULL, 1652898609),
(51912, '3220', '137.00', '5', '0.3', '5', '20000000', '23799999', '66000000', '67999999', NULL, 1652898609),
(51913, '3298', '71.00', '9', '5.001', '10', '20000000', '23799999', '66000000', '67999999', NULL, 1652898610),
(51914, '3220', '214.00', '5', '5.001', '10', '20000000', '23799999', '66000000', '67999999', NULL, 1652898610),
(51915, '3298', '116.00', '9', '10.001', '15', '20000000', '23799999', '66000000', '67999999', NULL, 1652898611),
(51916, '3220', '346.00', '5', '10.001', '15', '20000000', '23799999', '66000000', '67999999', NULL, 1652898611),
(51917, '3298', '160.00', '9', '15.001', '20', '20000000', '23799999', '66000000', '67999999', NULL, 1652898612),
(51918, '3220', '479.00', '5', '15.001', '20', '20000000', '23799999', '66000000', '67999999', NULL, 1652898612),
(51919, '3298', '205.00', '9', '20.001', '25', '20000000', '23799999', '66000000', '67999999', NULL, 1652898612),
(51920, '3220', '612.00', '5', '20.001', '25', '20000000', '23799999', '66000000', '67999999', NULL, 1652898613),
(51921, '3298', '249.00', '9', '25.001', '30', '20000000', '23799999', '66000000', '67999999', NULL, 1652898614),
(51922, '3220', '744.00', '5', '25.001', '30', '20000000', '23799999', '66000000', '67999999', NULL, 1652898614),
(51923, '3298', '90.00', '11', '0.3', '5', '20000000', '23799999', '68000000', '68899999', NULL, 1652898614),
(51924, '3220', '183.00', '9', '0.3', '5', '20000000', '23799999', '68000000', '68899999', NULL, 1652898615),
(51925, '3298', '133.00', '11', '5.001', '10', '20000000', '23799999', '68000000', '68899999', NULL, 1652898615),
(51926, '3220', '266.00', '9', '5.001', '10', '20000000', '23799999', '68000000', '68899999', NULL, 1652898616),
(51927, '3298', '215.00', '11', '10.001', '15', '20000000', '23799999', '68000000', '68899999', NULL, 1652898617),
(51928, '3220', '430.00', '9', '10.001', '15', '20000000', '23799999', '68000000', '68899999', NULL, 1652898618),
(51929, '3298', '298.00', '11', '15.001', '20', '20000000', '23799999', '68000000', '68899999', NULL, 1652898618),
(51930, '3220', '595.00', '9', '15.001', '20', '20000000', '23799999', '68000000', '68899999', NULL, 1652898618),
(51931, '3298', '380.00', '11', '20.001', '25', '20000000', '23799999', '68000000', '68899999', NULL, 1652898619),
(51932, '3220', '760.00', '9', '20.001', '25', '20000000', '23799999', '68000000', '68899999', NULL, 1652898620),
(51933, '3298', '463.00', '11', '25.001', '30', '20000000', '23799999', '68000000', '68899999', NULL, 1652898620),
(51934, '3220', '925.00', '9', '25.001', '30', '20000000', '23799999', '68000000', '68899999', NULL, 1652898621),
(51935, '3298', '45.00', '20', '0.3', '5', '20000000', '23799999', '68900000', '68914999', NULL, 1652898622),
(51936, '3220', '137.00', '12', '0.3', '5', '20000000', '23799999', '68900000', '68914999', NULL, 1652898623),
(51937, '3298', '71.00', '20', '5.001', '10', '20000000', '23799999', '68900000', '68914999', NULL, 1652898624),
(51938, '3220', '214.00', '12', '5.001', '10', '20000000', '23799999', '68900000', '68914999', NULL, 1652898624),
(51939, '3298', '116.00', '20', '10.001', '15', '20000000', '23799999', '68900000', '68914999', NULL, 1652898625),
(51940, '3220', '346.00', '12', '10.001', '15', '20000000', '23799999', '68900000', '68914999', NULL, 1652898625),
(51941, '3298', '160.00', '20', '15.001', '20', '20000000', '23799999', '68900000', '68914999', NULL, 1652898626),
(51942, '3220', '479.00', '12', '15.001', '20', '20000000', '23799999', '68900000', '68914999', NULL, 1652898626),
(51943, '3298', '205.00', '20', '20.001', '25', '20000000', '23799999', '68900000', '68914999', NULL, 1652898627),
(51944, '3220', '612.00', '12', '20.001', '25', '20000000', '23799999', '68900000', '68914999', NULL, 1652898627),
(51945, '3298', '249.00', '20', '25.001', '30', '20000000', '23799999', '68900000', '68914999', NULL, 1652898629),
(51946, '3220', '744.00', '12', '25.001', '30', '20000000', '23799999', '68900000', '68914999', NULL, 1652898629),
(51947, '3298', '90.00', '21', '0.3', '5', '20000000', '23799999', '68915000', '68999999', NULL, 1652898629),
(51948, '3220', '183.00', '14', '0.3', '5', '20000000', '23799999', '68915000', '68999999', NULL, 1652898630),
(51949, '3298', '133.00', '21', '5.001', '10', '20000000', '23799999', '68915000', '68999999', NULL, 1652898630),
(51950, '3220', '266.00', '14', '5.001', '10', '20000000', '23799999', '68915000', '68999999', NULL, 1652898631),
(51951, '3298', '215.00', '21', '10.001', '15', '20000000', '23799999', '68915000', '68999999', NULL, 1652898631),
(51952, '3220', '430.00', '14', '10.001', '15', '20000000', '23799999', '68915000', '68999999', NULL, 1652898632),
(51953, '3298', '298.00', '21', '15.001', '20', '20000000', '23799999', '68915000', '68999999', NULL, 1652898633),
(51954, '3220', '595.00', '14', '15.001', '20', '20000000', '23799999', '68915000', '68999999', NULL, 1652898633),
(51955, '3298', '380.00', '21', '20.001', '25', '20000000', '23799999', '68915000', '68999999', NULL, 1652898634),
(51956, '3220', '760.00', '14', '20.001', '25', '20000000', '23799999', '68915000', '68999999', NULL, 1652898634),
(51957, '3298', '463.00', '21', '25.001', '30', '20000000', '23799999', '68915000', '68999999', NULL, 1652898635),
(51958, '3220', '925.00', '14', '25.001', '30', '20000000', '23799999', '68915000', '68999999', NULL, 1652898635),
(51959, '3298', '45.00', '20', '0.3', '5', '20000000', '23799999', '69000000', '69099999', NULL, 1652898635),
(51960, '3220', '137.00', '3', '0.3', '5', '20000000', '23799999', '69000000', '69099999', NULL, 1652898636),
(51961, '3298', '71.00', '20', '5.001', '10', '20000000', '23799999', '69000000', '69099999', NULL, 1652898637),
(51962, '3220', '214.00', '3', '5.001', '10', '20000000', '23799999', '69000000', '69099999', NULL, 1652898637),
(51963, '3298', '116.00', '20', '10.001', '15', '20000000', '23799999', '69000000', '69099999', NULL, 1652898637),
(51964, '3220', '346.00', '3', '10.001', '15', '20000000', '23799999', '69000000', '69099999', NULL, 1652898638),
(51965, '3298', '160.00', '20', '15.001', '20', '20000000', '23799999', '69000000', '69099999', NULL, 1652898638),
(51966, '3220', '479.00', '3', '15.001', '20', '20000000', '23799999', '69000000', '69099999', NULL, 1652898639),
(51967, '3298', '205.00', '20', '20.001', '25', '20000000', '23799999', '69000000', '69099999', NULL, 1652898639),
(51968, '3220', '612.00', '3', '20.001', '25', '20000000', '23799999', '69000000', '69099999', NULL, 1652898640),
(51969, '3298', '249.00', '20', '25.001', '30', '20000000', '23799999', '69000000', '69099999', NULL, 1652898640),
(51970, '3220', '744.00', '3', '25.001', '30', '20000000', '23799999', '69000000', '69099999', NULL, 1652898641),
(51971, '3298', '90.00', '27', '0.3', '5', '20000000', '23799999', '69100000', '69299999', NULL, 1652898641),
(51972, '3220', '183.00', '8', '0.3', '5', '20000000', '23799999', '69100000', '69299999', NULL, 1652898642),
(51973, '3298', '133.00', '27', '5.001', '10', '20000000', '23799999', '69100000', '69299999', NULL, 1652898642),
(51974, '3220', '266.00', '8', '5.001', '10', '20000000', '23799999', '69100000', '69299999', NULL, 1652898642),
(51975, '3298', '215.00', '27', '10.001', '15', '20000000', '23799999', '69100000', '69299999', NULL, 1652898643),
(51976, '3220', '430.00', '8', '10.001', '15', '20000000', '23799999', '69100000', '69299999', NULL, 1652898643),
(51977, '3298', '298.00', '27', '15.001', '20', '20000000', '23799999', '69100000', '69299999', NULL, 1652898644),
(51978, '3220', '595.00', '8', '15.001', '20', '20000000', '23799999', '69100000', '69299999', NULL, 1652898645),
(51979, '3298', '380.00', '27', '20.001', '25', '20000000', '23799999', '69100000', '69299999', NULL, 1652898645),
(51980, '3220', '760.00', '8', '20.001', '25', '20000000', '23799999', '69100000', '69299999', NULL, 1652898646),
(51981, '3298', '463.00', '27', '25.001', '30', '20000000', '23799999', '69100000', '69299999', NULL, 1652898646),
(51982, '3220', '925.00', '8', '25.001', '30', '20000000', '23799999', '69100000', '69299999', NULL, 1652898647),
(51983, '3298', '45.00', '20', '0.3', '5', '20000000', '23799999', '69300000', '69339999', NULL, 1652898648),
(51984, '3220', '137.00', '3', '0.3', '5', '20000000', '23799999', '69300000', '69339999', NULL, 1652898648),
(51985, '3298', '71.00', '20', '5.001', '10', '20000000', '23799999', '69300000', '69339999', NULL, 1652898648),
(51986, '3220', '214.00', '3', '5.001', '10', '20000000', '23799999', '69300000', '69339999', NULL, 1652898649),
(51987, '3298', '116.00', '20', '10.001', '15', '20000000', '23799999', '69300000', '69339999', NULL, 1652898649),
(51988, '3220', '346.00', '3', '10.001', '15', '20000000', '23799999', '69300000', '69339999', NULL, 1652898650),
(51989, '3298', '160.00', '20', '15.001', '20', '20000000', '23799999', '69300000', '69339999', NULL, 1652898651),
(51990, '3220', '479.00', '3', '15.001', '20', '20000000', '23799999', '69300000', '69339999', NULL, 1652898651),
(51991, '3298', '205.00', '20', '20.001', '25', '20000000', '23799999', '69300000', '69339999', NULL, 1652898652),
(51992, '3220', '612.00', '3', '20.001', '25', '20000000', '23799999', '69300000', '69339999', NULL, 1652898652),
(51993, '3298', '249.00', '20', '25.001', '30', '20000000', '23799999', '69300000', '69339999', NULL, 1652898652),
(51994, '3220', '744.00', '3', '25.001', '30', '20000000', '23799999', '69300000', '69339999', NULL, 1652898653),
(51995, '3298', '90.00', '27', '0.3', '5', '20000000', '23799999', '69340000', '69389999', NULL, 1652898654),
(51996, '3220', '183.00', '10', '0.3', '5', '20000000', '23799999', '69340000', '69389999', NULL, 1652898654),
(51997, '3298', '133.00', '27', '5.001', '10', '20000000', '23799999', '69340000', '69389999', NULL, 1652898655),
(51998, '3220', '266.00', '10', '5.001', '10', '20000000', '23799999', '69340000', '69389999', NULL, 1652898655),
(51999, '3298', '215.00', '27', '10.001', '15', '20000000', '23799999', '69340000', '69389999', NULL, 1652898656),
(52000, '3220', '430.00', '10', '10.001', '15', '20000000', '23799999', '69340000', '69389999', NULL, 1652898656),
(52001, '3298', '298.00', '27', '15.001', '20', '20000000', '23799999', '69340000', '69389999', NULL, 1652898657),
(52002, '3220', '595.00', '10', '15.001', '20', '20000000', '23799999', '69340000', '69389999', NULL, 1652898657),
(52003, '3298', '380.00', '27', '20.001', '25', '20000000', '23799999', '69340000', '69389999', NULL, 1652898658),
(52004, '3220', '760.00', '10', '20.001', '25', '20000000', '23799999', '69340000', '69389999', NULL, 1652898658),
(52005, '3298', '463.00', '27', '25.001', '30', '20000000', '23799999', '69340000', '69389999', NULL, 1652898659),
(52006, '3220', '925.00', '10', '25.001', '30', '20000000', '23799999', '69340000', '69389999', NULL, 1652898659),
(52007, '3298', '45.00', '10', '0.3', '5', '20000000', '23799999', '69900000', '69920999', NULL, 1652898660),
(52008, '3220', '137.00', '6', '0.3', '5', '20000000', '23799999', '69900000', '69920999', NULL, 1652898661),
(52009, '3298', '71.00', '10', '5.001', '10', '20000000', '23799999', '69900000', '69920999', NULL, 1652898662),
(52010, '3220', '214.00', '6', '5.001', '10', '20000000', '23799999', '69900000', '69920999', NULL, 1652898662),
(52011, '3298', '116.00', '10', '10.001', '15', '20000000', '23799999', '69900000', '69920999', NULL, 1652898663),
(52012, '3220', '346.00', '6', '10.001', '15', '20000000', '23799999', '69900000', '69920999', NULL, 1652898664),
(52013, '3298', '160.00', '10', '15.001', '20', '20000000', '23799999', '69900000', '69920999', NULL, 1652898664),
(52014, '3220', '479.00', '6', '15.001', '20', '20000000', '23799999', '69900000', '69920999', NULL, 1652898665),
(52015, '3298', '205.00', '10', '20.001', '25', '20000000', '23799999', '69900000', '69920999', NULL, 1652898665),
(52016, '3220', '612.00', '6', '20.001', '25', '20000000', '23799999', '69900000', '69920999', NULL, 1652898665),
(52017, '3298', '249.00', '10', '25.001', '30', '20000000', '23799999', '69900000', '69920999', NULL, 1652898666),
(52018, '3220', '744.00', '6', '25.001', '30', '20000000', '23799999', '69900000', '69920999', NULL, 1652898667),
(52019, '3298', '90.00', '13', '0.3', '5', '20000000', '23799999', '69921000', '69999999', NULL, 1652898667),
(52020, '3220', '183.00', '11', '0.3', '5', '20000000', '23799999', '69921000', '69999999', NULL, 1652898667),
(52021, '3298', '133.00', '13', '5.001', '10', '20000000', '23799999', '69921000', '69999999', NULL, 1652898668),
(52022, '3220', '266.00', '11', '5.001', '10', '20000000', '23799999', '69921000', '69999999', NULL, 1652898669),
(52023, '3298', '215.00', '13', '10.001', '15', '20000000', '23799999', '69921000', '69999999', NULL, 1652898669),
(52024, '3220', '430.00', '11', '10.001', '15', '20000000', '23799999', '69921000', '69999999', NULL, 1652898669),
(52025, '3298', '298.00', '13', '15.001', '20', '20000000', '23799999', '69921000', '69999999', NULL, 1652898670),
(52026, '3220', '595.00', '11', '15.001', '20', '20000000', '23799999', '69921000', '69999999', NULL, 1652898670),
(52027, '3298', '380.00', '13', '20.001', '25', '20000000', '23799999', '69921000', '69999999', NULL, 1652898671),
(52028, '3220', '760.00', '11', '20.001', '25', '20000000', '23799999', '69921000', '69999999', NULL, 1652898671),
(52029, '3298', '463.00', '13', '25.001', '30', '20000000', '23799999', '69921000', '69999999', NULL, 1652898672),
(52030, '3220', '925.00', '11', '25.001', '30', '20000000', '23799999', '69921000', '69999999', NULL, 1652898672),
(52031, '3298', '30.00', '6', '0.3', '5', '20000000', '23799999', '71000000', '73699999', NULL, 1652898673),
(52032, '3220', '59.00', '1', '0.3', '5', '20000000', '23799999', '71000000', '73699999', NULL, 1652898673),
(52033, '3298', '44.00', '6', '5.001', '10', '20000000', '23799999', '71000000', '73699999', NULL, 1652898673),
(52034, '3220', '93.00', '1', '5.001', '10', '20000000', '23799999', '71000000', '73699999', NULL, 1652898674),
(52035, '3298', '71.00', '6', '10.001', '15', '20000000', '23799999', '71000000', '73699999', NULL, 1652898675),
(52036, '3220', '150.00', '1', '10.001', '15', '20000000', '23799999', '71000000', '73699999', NULL, 1652898675),
(52037, '3298', '99.00', '6', '15.001', '20', '20000000', '23799999', '71000000', '73699999', NULL, 1652898675),
(52038, '3220', '208.00', '1', '15.001', '20', '20000000', '23799999', '71000000', '73699999', NULL, 1652898676),
(52039, '3298', '126.00', '6', '20.001', '25', '20000000', '23799999', '71000000', '73699999', NULL, 1652898676),
(52040, '3220', '266.00', '1', '20.001', '25', '20000000', '23799999', '71000000', '73699999', NULL, 1652898676),
(52041, '3298', '153.00', '6', '25.001', '30', '20000000', '23799999', '71000000', '73699999', NULL, 1652898677),
(52042, '3220', '324.00', '1', '25.001', '30', '20000000', '23799999', '71000000', '73699999', NULL, 1652898677),
(52043, '3298', '30.00', '6', '0.3', '5', '20000000', '23799999', '72800000', '73999999', NULL, 1652898678),
(52044, '3220', '59.00', '2', '0.3', '5', '20000000', '23799999', '72800000', '73999999', NULL, 1652898678),
(52045, '3298', '44.00', '6', '5.001', '10', '20000000', '23799999', '72800000', '73999999', NULL, 1652898679),
(52046, '3220', '93.00', '2', '5.001', '10', '20000000', '23799999', '72800000', '73999999', NULL, 1652898679),
(52047, '3298', '71.00', '6', '10.001', '15', '20000000', '23799999', '72800000', '73999999', NULL, 1652898679),
(52048, '3220', '150.00', '2', '10.001', '15', '20000000', '23799999', '72800000', '73999999', NULL, 1652898680),
(52049, '3298', '99.00', '6', '15.001', '20', '20000000', '23799999', '72800000', '73999999', NULL, 1652898680),
(52050, '3220', '208.00', '2', '15.001', '20', '20000000', '23799999', '72800000', '73999999', NULL, 1652898681),
(52051, '3298', '126.00', '6', '20.001', '25', '20000000', '23799999', '72800000', '73999999', NULL, 1652898681),
(52052, '3220', '266.00', '2', '20.001', '25', '20000000', '23799999', '72800000', '73999999', NULL, 1652898682),
(52053, '3298', '153.00', '6', '25.001', '30', '20000000', '23799999', '72800000', '73999999', NULL, 1652898682),
(52054, '3220', '324.00', '2', '25.001', '30', '20000000', '23799999', '72800000', '73999999', NULL, 1652898683),
(52055, '3298', '34.00', '5', '0.3', '5', '20000000', '23799999', '74000000', '74894999', NULL, 1652898684),
(52056, '3220', '80.00', '1', '0.3', '5', '20000000', '23799999', '74000000', '74894999', NULL, 1652898685),
(52057, '3298', '50.00', '5', '5.001', '10', '20000000', '23799999', '74000000', '74894999', NULL, 1652898685),
(52058, '3220', '125.00', '1', '5.001', '10', '20000000', '23799999', '74000000', '74894999', NULL, 1652898686),
(52059, '3298', '82.00', '5', '10.001', '15', '20000000', '23799999', '74000000', '74894999', NULL, 1652898687),
(52060, '3220', '203.00', '1', '10.001', '15', '20000000', '23799999', '74000000', '74894999', NULL, 1652898687),
(52061, '3298', '113.00', '5', '15.001', '20', '20000000', '23799999', '74000000', '74894999', NULL, 1652898687),
(52062, '3220', '281.00', '1', '15.001', '20', '20000000', '23799999', '74000000', '74894999', NULL, 1652898688),
(52063, '3298', '145.00', '5', '20.001', '25', '20000000', '23799999', '74000000', '74894999', NULL, 1652898689),
(52064, '3220', '359.00', '1', '20.001', '25', '20000000', '23799999', '74000000', '74894999', NULL, 1652898690),
(52065, '3298', '176.00', '5', '25.001', '30', '20000000', '23799999', '74000000', '74894999', NULL, 1652898690),
(52066, '3220', '437.00', '1', '25.001', '30', '20000000', '23799999', '74000000', '74894999', NULL, 1652898691),
(52067, '3298', '34.00', '5', '0.3', '5', '20000000', '23799999', '74895000', '76799999', NULL, 1652898692),
(52068, '3220', '80.00', '1', '0.3', '5', '20000000', '23799999', '74895000', '76799999', NULL, 1652898692),
(52069, '3298', '50.00', '5', '5.001', '10', '20000000', '23799999', '74895000', '76799999', NULL, 1652898692),
(52070, '3220', '125.00', '1', '5.001', '10', '20000000', '23799999', '74895000', '76799999', NULL, 1652898693),
(52071, '3298', '82.00', '5', '10.001', '15', '20000000', '23799999', '74895000', '76799999', NULL, 1652898693),
(52072, '3220', '203.00', '1', '10.001', '15', '20000000', '23799999', '74895000', '76799999', NULL, 1652898694),
(52073, '3298', '113.00', '5', '15.001', '20', '20000000', '23799999', '74895000', '76799999', NULL, 1652898694),
(52074, '3220', '281.00', '1', '15.001', '20', '20000000', '23799999', '74895000', '76799999', NULL, 1652898695),
(52075, '3298', '145.00', '5', '20.001', '25', '20000000', '23799999', '74895000', '76799999', NULL, 1652898695),
(52076, '3220', '359.00', '1', '20.001', '25', '20000000', '23799999', '74895000', '76799999', NULL, 1652898695),
(52077, '3298', '176.00', '5', '25.001', '30', '20000000', '23799999', '74895000', '76799999', NULL, 1652898696),
(52078, '3220', '437.00', '1', '25.001', '30', '20000000', '23799999', '74895000', '76799999', NULL, 1652898696),
(52079, '3298', '38.00', '7', '0.3', '5', '20000000', '23799999', '77000000', '77270999', NULL, 1652898697),
(52080, '3220', '113.00', '3', '0.3', '5', '20000000', '23799999', '77000000', '77270999', NULL, 1652898697),
(52081, '3298', '58.00', '7', '5.001', '10', '20000000', '23799999', '77000000', '77270999', NULL, 1652898698),
(52082, '3220', '176.00', '3', '5.001', '10', '20000000', '23799999', '77000000', '77270999', NULL, 1652898698),
(52083, '3298', '94.00', '7', '10.001', '15', '20000000', '23799999', '77000000', '77270999', NULL, 1652898698);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(52084, '3220', '286.00', '3', '10.001', '15', '20000000', '23799999', '77000000', '77270999', NULL, 1652898699),
(52085, '3298', '130.00', '7', '15.001', '20', '20000000', '23799999', '77000000', '77270999', NULL, 1652898700),
(52086, '3220', '396.00', '3', '15.001', '20', '20000000', '23799999', '77000000', '77270999', NULL, 1652898700),
(52087, '3298', '166.00', '7', '20.001', '25', '20000000', '23799999', '77000000', '77270999', NULL, 1652898701),
(52088, '3220', '505.00', '3', '20.001', '25', '20000000', '23799999', '77000000', '77270999', NULL, 1652898702),
(52089, '3298', '202.00', '7', '25.001', '30', '20000000', '23799999', '77000000', '77270999', NULL, 1652898703),
(52090, '3220', '615.00', '3', '25.001', '30', '20000000', '23799999', '77000000', '77270999', NULL, 1652898703),
(52091, '3298', '70.00', '8', '0.3', '5', '20000000', '23799999', '77300000', '77995999', NULL, 1652898703),
(52092, '3220', '157.00', '4', '0.3', '5', '20000000', '23799999', '77300000', '77995999', NULL, 1652898704),
(52093, '3298', '106.00', '8', '5.001', '10', '20000000', '23799999', '77300000', '77995999', NULL, 1652898704),
(52094, '3220', '226.00', '4', '5.001', '10', '20000000', '23799999', '77300000', '77995999', NULL, 1652898704),
(52095, '3298', '172.00', '8', '10.001', '15', '20000000', '23799999', '77300000', '77995999', NULL, 1652898705),
(52096, '3220', '367.00', '4', '10.001', '15', '20000000', '23799999', '77300000', '77995999', NULL, 1652898705),
(52097, '3298', '239.00', '8', '15.001', '20', '20000000', '23799999', '77300000', '77995999', NULL, 1652898706),
(52098, '3220', '508.00', '4', '15.001', '20', '20000000', '23799999', '77300000', '77995999', NULL, 1652898707),
(52099, '3298', '305.00', '8', '20.001', '25', '20000000', '23799999', '77300000', '77995999', NULL, 1652898707),
(52100, '3220', '649.00', '4', '20.001', '25', '20000000', '23799999', '77300000', '77995999', NULL, 1652898708),
(52101, '3298', '371.00', '8', '25.001', '30', '20000000', '23799999', '77300000', '77995999', NULL, 1652898708),
(52102, '3220', '789.00', '4', '25.001', '30', '20000000', '23799999', '77300000', '77995999', NULL, 1652898709),
(52103, '3298', '38.00', '9', '0.3', '5', '20000000', '23799999', '78000000', '78109999', NULL, 1652898709),
(52104, '3220', '113.00', '5', '0.3', '5', '20000000', '23799999', '78000000', '78109999', NULL, 1652898710),
(52105, '3298', '58.00', '9', '5.001', '10', '20000000', '23799999', '78000000', '78109999', NULL, 1652898710),
(52106, '3220', '176.00', '5', '5.001', '10', '20000000', '23799999', '78000000', '78109999', NULL, 1652898711),
(52107, '3298', '94.00', '9', '10.001', '15', '20000000', '23799999', '78000000', '78109999', NULL, 1652898711),
(52108, '3220', '286.00', '5', '10.001', '15', '20000000', '23799999', '78000000', '78109999', NULL, 1652898711),
(52109, '3298', '130.00', '9', '15.001', '20', '20000000', '23799999', '78000000', '78109999', NULL, 1652898712),
(52110, '3220', '396.00', '5', '15.001', '20', '20000000', '23799999', '78000000', '78109999', NULL, 1652898713),
(52111, '3298', '166.00', '9', '20.001', '25', '20000000', '23799999', '78000000', '78109999', NULL, 1652898714),
(52112, '3220', '505.00', '5', '20.001', '25', '20000000', '23799999', '78000000', '78109999', NULL, 1652898714),
(52113, '3298', '202.00', '9', '25.001', '30', '20000000', '23799999', '78000000', '78109999', NULL, 1652898715),
(52114, '3220', '615.00', '5', '25.001', '30', '20000000', '23799999', '78000000', '78109999', NULL, 1652898715),
(52115, '3298', '70.00', '8', '0.3', '5', '20000000', '23799999', '78110000', '78899999', NULL, 1652898715),
(52116, '3220', '157.00', '6', '0.3', '5', '20000000', '23799999', '78110000', '78899999', NULL, 1652898716),
(52117, '3298', '106.00', '8', '5.001', '10', '20000000', '23799999', '78110000', '78899999', NULL, 1652898717),
(52118, '3220', '226.00', '6', '5.001', '10', '20000000', '23799999', '78110000', '78899999', NULL, 1652898717),
(52119, '3298', '172.00', '8', '10.001', '15', '20000000', '23799999', '78110000', '78899999', NULL, 1652898717),
(52120, '3220', '367.00', '6', '10.001', '15', '20000000', '23799999', '78110000', '78899999', NULL, 1652898719),
(52121, '3298', '239.00', '8', '15.001', '20', '20000000', '23799999', '78110000', '78899999', NULL, 1652898720),
(52122, '3220', '508.00', '6', '15.001', '20', '20000000', '23799999', '78110000', '78899999', NULL, 1652898720),
(52123, '3298', '305.00', '8', '20.001', '25', '20000000', '23799999', '78110000', '78899999', NULL, 1652898720),
(52124, '3220', '649.00', '6', '20.001', '25', '20000000', '23799999', '78110000', '78899999', NULL, 1652898721),
(52125, '3298', '371.00', '8', '25.001', '30', '20000000', '23799999', '78110000', '78899999', NULL, 1652898721),
(52126, '3220', '789.00', '6', '25.001', '30', '20000000', '23799999', '78110000', '78899999', NULL, 1652898722),
(52127, '3298', '90.00', '10', '0.3', '5', '20000000', '23799999', '78900000', '78930999', NULL, 1652898722),
(52128, '3220', '183.00', '6', '0.3', '5', '20000000', '23799999', '78900000', '78930999', NULL, 1652898722),
(52129, '3298', '133.00', '10', '5.001', '10', '20000000', '23799999', '78900000', '78930999', NULL, 1652898723),
(52130, '3220', '266.00', '6', '5.001', '10', '20000000', '23799999', '78900000', '78930999', NULL, 1652898723),
(52131, '3298', '215.00', '10', '10.001', '15', '20000000', '23799999', '78900000', '78930999', NULL, 1652898723),
(52132, '3220', '430.00', '6', '10.001', '15', '20000000', '23799999', '78900000', '78930999', NULL, 1652898724),
(52133, '3298', '298.00', '10', '15.001', '20', '20000000', '23799999', '78900000', '78930999', NULL, 1652898724),
(52134, '3220', '595.00', '6', '15.001', '20', '20000000', '23799999', '78900000', '78930999', NULL, 1652898725),
(52135, '3298', '380.00', '10', '20.001', '25', '20000000', '23799999', '78900000', '78930999', NULL, 1652898725),
(52136, '3220', '760.00', '6', '20.001', '25', '20000000', '23799999', '78900000', '78930999', NULL, 1652898725),
(52137, '3298', '463.00', '10', '25.001', '30', '20000000', '23799999', '78900000', '78930999', NULL, 1652898726),
(52138, '3220', '925.00', '6', '25.001', '30', '20000000', '23799999', '78900000', '78930999', NULL, 1652898728),
(52139, '3298', '70.00', '9', '0.3', '5', '20000000', '23799999', '78931000', '78999999', NULL, 1652898729),
(52140, '3220', '157.00', '5', '0.3', '5', '20000000', '23799999', '78931000', '78999999', NULL, 1652898729),
(52141, '3298', '106.00', '9', '5.001', '10', '20000000', '23799999', '78931000', '78999999', NULL, 1652898730),
(52142, '3220', '226.00', '5', '5.001', '10', '20000000', '23799999', '78931000', '78999999', NULL, 1652898730),
(52143, '3298', '172.00', '9', '10.001', '15', '20000000', '23799999', '78931000', '78999999', NULL, 1652898730),
(52144, '3220', '367.00', '5', '10.001', '15', '20000000', '23799999', '78931000', '78999999', NULL, 1652898731),
(52145, '3298', '239.00', '9', '15.001', '20', '20000000', '23799999', '78931000', '78999999', NULL, 1652898732),
(52146, '3220', '508.00', '5', '15.001', '20', '20000000', '23799999', '78931000', '78999999', NULL, 1652898733),
(52147, '3298', '305.00', '9', '20.001', '25', '20000000', '23799999', '78931000', '78999999', NULL, 1652898734),
(52148, '3220', '649.00', '5', '20.001', '25', '20000000', '23799999', '78931000', '78999999', NULL, 1652898734),
(52149, '3298', '371.00', '9', '25.001', '30', '20000000', '23799999', '78931000', '78999999', NULL, 1652898735),
(52150, '3220', '789.00', '5', '25.001', '30', '20000000', '23799999', '78931000', '78999999', NULL, 1652898735),
(52151, '3298', '34.00', '5', '0.3', '5', '20000000', '23799999', '79000000', '79129999', NULL, 1652898736),
(52152, '3220', '80.00', '1', '0.3', '5', '20000000', '23799999', '79000000', '79129999', NULL, 1652898736),
(52153, '3298', '50.00', '5', '5.001', '10', '20000000', '23799999', '79000000', '79129999', NULL, 1652898736),
(52154, '3220', '125.00', '1', '5.001', '10', '20000000', '23799999', '79000000', '79129999', NULL, 1652898737),
(52155, '3298', '82.00', '5', '10.001', '15', '20000000', '23799999', '79000000', '79129999', NULL, 1652898737),
(52156, '3220', '203.00', '1', '10.001', '15', '20000000', '23799999', '79000000', '79129999', NULL, 1652898738),
(52157, '3298', '113.00', '5', '15.001', '20', '20000000', '23799999', '79000000', '79129999', NULL, 1652898739),
(52158, '3220', '281.00', '1', '15.001', '20', '20000000', '23799999', '79000000', '79129999', NULL, 1652898739),
(52159, '3298', '145.00', '5', '20.001', '25', '20000000', '23799999', '79000000', '79129999', NULL, 1652898740),
(52160, '3220', '359.00', '1', '20.001', '25', '20000000', '23799999', '79000000', '79129999', NULL, 1652898740),
(52161, '3298', '176.00', '5', '25.001', '30', '20000000', '23799999', '79000000', '79129999', NULL, 1652898740),
(52162, '3220', '437.00', '1', '25.001', '30', '20000000', '23799999', '79000000', '79129999', NULL, 1652898741),
(52163, '3298', '50.00', '8', '0.3', '5', '20000000', '23799999', '79130000', '79999999', NULL, 1652898741),
(52164, '3220', '124.00', '5', '0.3', '5', '20000000', '23799999', '79130000', '79999999', NULL, 1652898742),
(52165, '3298', '83.00', '8', '5.001', '10', '20000000', '23799999', '79130000', '79999999', NULL, 1652898742),
(52166, '3220', '175.00', '5', '5.001', '10', '20000000', '23799999', '79130000', '79999999', NULL, 1652898742),
(52167, '3298', '135.00', '8', '10.001', '15', '20000000', '23799999', '79130000', '79999999', NULL, 1652898743),
(52168, '3220', '283.00', '5', '10.001', '15', '20000000', '23799999', '79130000', '79999999', NULL, 1652898743),
(52169, '3298', '186.00', '8', '15.001', '20', '20000000', '23799999', '79130000', '79999999', NULL, 1652898744),
(52170, '3220', '392.00', '5', '15.001', '20', '20000000', '23799999', '79130000', '79999999', NULL, 1652898744),
(52171, '3298', '238.00', '8', '20.001', '25', '20000000', '23799999', '79130000', '79999999', NULL, 1652898745),
(52172, '3220', '500.00', '5', '20.001', '25', '20000000', '23799999', '79130000', '79999999', NULL, 1652898745),
(52173, '3298', '290.00', '8', '25.001', '30', '20000000', '23799999', '79130000', '79999999', NULL, 1652898746),
(52174, '3220', '609.00', '5', '25.001', '30', '20000000', '23799999', '79130000', '79999999', NULL, 1652898746),
(52175, '3298', '30.00', '5', '0.3', '5', '20000000', '23799999', '80000000', '82999999', NULL, 1652898746),
(52176, '3220', '59.00', '1', '0.3', '5', '20000000', '23799999', '80000000', '82999999', NULL, 1652898747),
(52177, '3298', '44.00', '5', '5.001', '10', '20000000', '23799999', '80000000', '82999999', NULL, 1652898747),
(52178, '3220', '93.00', '1', '5.001', '10', '20000000', '23799999', '80000000', '82999999', NULL, 1652898748),
(52179, '3298', '71.00', '5', '10.001', '15', '20000000', '23799999', '80000000', '82999999', NULL, 1652898749),
(52180, '3220', '150.00', '1', '10.001', '15', '20000000', '23799999', '80000000', '82999999', NULL, 1652898749),
(52181, '3298', '99.00', '5', '15.001', '20', '20000000', '23799999', '80000000', '82999999', NULL, 1652898750),
(52182, '3220', '208.00', '1', '15.001', '20', '20000000', '23799999', '80000000', '82999999', NULL, 1652898750),
(52183, '3298', '126.00', '5', '20.001', '25', '20000000', '23799999', '80000000', '82999999', NULL, 1652898751),
(52184, '3220', '266.00', '1', '20.001', '25', '20000000', '23799999', '80000000', '82999999', NULL, 1652898753),
(52185, '3298', '153.00', '5', '25.001', '30', '20000000', '23799999', '80000000', '82999999', NULL, 1652898753),
(52186, '3220', '324.00', '1', '25.001', '30', '20000000', '23799999', '80000000', '82999999', NULL, 1652898754),
(52187, '3298', '30.00', '5', '0.3', '5', '20000000', '23799999', '80000000', '83800999', NULL, 1652898754),
(52188, '3220', '59.00', '1', '0.3', '5', '20000000', '23799999', '80000000', '83800999', NULL, 1652898754),
(52189, '3298', '44.00', '5', '5.001', '10', '20000000', '23799999', '80000000', '83800999', NULL, 1652898755),
(52190, '3220', '93.00', '1', '5.001', '10', '20000000', '23799999', '80000000', '83800999', NULL, 1652898755),
(52191, '3298', '71.00', '5', '10.001', '15', '20000000', '23799999', '80000000', '83800999', NULL, 1652898756),
(52192, '3220', '150.00', '1', '10.001', '15', '20000000', '23799999', '80000000', '83800999', NULL, 1652898756),
(52193, '3298', '99.00', '5', '15.001', '20', '20000000', '23799999', '80000000', '83800999', NULL, 1652898756),
(52194, '3220', '208.00', '1', '15.001', '20', '20000000', '23799999', '80000000', '83800999', NULL, 1652898757),
(52195, '3298', '126.00', '5', '20.001', '25', '20000000', '23799999', '80000000', '83800999', NULL, 1652898757),
(52196, '3220', '266.00', '1', '20.001', '25', '20000000', '23799999', '80000000', '83800999', NULL, 1652898758),
(52197, '3298', '153.00', '5', '25.001', '30', '20000000', '23799999', '80000000', '83800999', NULL, 1652898758),
(52198, '3220', '324.00', '1', '25.001', '30', '20000000', '23799999', '80000000', '83800999', NULL, 1652898759),
(52199, '3298', '44.00', '7', '0.3', '5', '20000000', '23799999', '83801000', '87999999', NULL, 1652898759),
(52200, '3220', '102.00', '4', '0.3', '5', '20000000', '23799999', '83801000', '87999999', NULL, 1652898760),
(52201, '3298', '74.00', '7', '5.001', '10', '20000000', '23799999', '83801000', '87999999', NULL, 1652898760),
(52202, '3220', '141.00', '4', '5.001', '10', '20000000', '23799999', '83801000', '87999999', NULL, 1652898761),
(52203, '3298', '120.00', '7', '10.001', '15', '20000000', '23799999', '83801000', '87999999', NULL, 1652898761),
(52204, '3220', '229.00', '4', '10.001', '15', '20000000', '23799999', '83801000', '87999999', NULL, 1652898761),
(52205, '3298', '166.00', '7', '15.001', '20', '20000000', '23799999', '83801000', '87999999', NULL, 1652898762),
(52206, '3220', '316.00', '4', '15.001', '20', '20000000', '23799999', '83801000', '87999999', NULL, 1652898762),
(52207, '3298', '212.00', '7', '20.001', '25', '20000000', '23799999', '83801000', '87999999', NULL, 1652898763),
(52208, '3220', '404.00', '4', '20.001', '25', '20000000', '23799999', '83801000', '87999999', NULL, 1652898763),
(52209, '3298', '258.00', '7', '25.001', '30', '20000000', '23799999', '83801000', '87999999', NULL, 1652898764),
(52210, '3220', '492.00', '4', '25.001', '30', '20000000', '23799999', '83801000', '87999999', NULL, 1652898764),
(52211, '3298', '34.00', '5', '0.3', '5', '20000000', '23799999', '88000000', '82999999', NULL, 1652898764),
(52212, '3220', '80.00', '1', '0.3', '5', '20000000', '23799999', '88000000', '82999999', NULL, 1652898765),
(52213, '3298', '50.00', '5', '5.001', '10', '20000000', '23799999', '88000000', '82999999', NULL, 1652898766),
(52214, '3220', '125.00', '1', '5.001', '10', '20000000', '23799999', '88000000', '82999999', NULL, 1652898766),
(52215, '3298', '82.00', '5', '10.001', '15', '20000000', '23799999', '88000000', '82999999', NULL, 1652898766),
(52216, '3220', '203.00', '1', '10.001', '15', '20000000', '23799999', '88000000', '82999999', NULL, 1652898767),
(52217, '3298', '113.00', '5', '15.001', '20', '20000000', '23799999', '88000000', '82999999', NULL, 1652898767),
(52218, '3220', '281.00', '1', '15.001', '20', '20000000', '23799999', '88000000', '82999999', NULL, 1652898767),
(52219, '3298', '145.00', '5', '20.001', '25', '20000000', '23799999', '88000000', '82999999', NULL, 1652898768),
(52220, '3220', '359.00', '1', '20.001', '25', '20000000', '23799999', '88000000', '82999999', NULL, 1652898768),
(52221, '3298', '176.00', '5', '25.001', '30', '20000000', '23799999', '88000000', '82999999', NULL, 1652898768),
(52222, '3220', '437.00', '1', '25.001', '30', '20000000', '23799999', '88000000', '82999999', NULL, 1652898769),
(52223, '3298', '34.00', '5', '0.3', '5', '20000000', '23799999', '88000000', '88469999', NULL, 1652898769),
(52224, '3220', '80.00', '1', '0.3', '5', '20000000', '23799999', '88000000', '88469999', NULL, 1652898770),
(52225, '3298', '50.00', '5', '5.001', '10', '20000000', '23799999', '88000000', '88469999', NULL, 1652898770),
(52226, '3220', '125.00', '1', '5.001', '10', '20000000', '23799999', '88000000', '88469999', NULL, 1652898771),
(52227, '3298', '82.00', '5', '10.001', '15', '20000000', '23799999', '88000000', '88469999', NULL, 1652898771),
(52228, '3220', '203.00', '1', '10.001', '15', '20000000', '23799999', '88000000', '88469999', NULL, 1652898771),
(52229, '3298', '113.00', '5', '15.001', '20', '20000000', '23799999', '88000000', '88469999', NULL, 1652898772),
(52230, '3220', '281.00', '1', '15.001', '20', '20000000', '23799999', '88000000', '88469999', NULL, 1652898772),
(52231, '3298', '145.00', '5', '20.001', '25', '20000000', '23799999', '88000000', '88469999', NULL, 1652898773),
(52232, '3220', '359.00', '1', '20.001', '25', '20000000', '23799999', '88000000', '88469999', NULL, 1652898773),
(52233, '3298', '176.00', '5', '25.001', '30', '20000000', '23799999', '88000000', '88469999', NULL, 1652898774),
(52234, '3220', '437.00', '1', '25.001', '30', '20000000', '23799999', '88000000', '88469999', NULL, 1652898774),
(52235, '3298', '43.00', '6', '0.3', '5', '20000000', '23799999', '88470000', '89999999', NULL, 1652898775),
(52236, '3220', '104.00', '2', '0.3', '5', '20000000', '23799999', '88470000', '89999999', NULL, 1652898775),
(52237, '3298', '71.00', '6', '5.001', '10', '20000000', '23799999', '88470000', '89999999', NULL, 1652898776),
(52238, '3220', '147.00', '2', '5.001', '10', '20000000', '23799999', '88470000', '89999999', NULL, 1652898776),
(52239, '3298', '116.00', '6', '10.001', '15', '20000000', '23799999', '88470000', '89999999', NULL, 1652898778),
(52240, '3220', '238.00', '2', '10.001', '15', '20000000', '23799999', '88470000', '89999999', NULL, 1652898778),
(52241, '3298', '160.00', '6', '15.001', '20', '20000000', '23799999', '88470000', '89999999', NULL, 1652898779),
(52242, '3220', '329.00', '2', '15.001', '20', '20000000', '23799999', '88470000', '89999999', NULL, 1652898779),
(52243, '3298', '205.00', '6', '20.001', '25', '20000000', '23799999', '88470000', '89999999', NULL, 1652898780),
(52244, '3220', '420.00', '2', '20.001', '25', '20000000', '23799999', '88470000', '89999999', NULL, 1652898780),
(52245, '3298', '249.00', '6', '25.001', '30', '20000000', '23799999', '88470000', '89999999', NULL, 1652898780),
(52246, '3220', '511.00', '2', '25.001', '30', '20000000', '23799999', '88470000', '89999999', NULL, 1652898781),
(52247, '3298', '34.00', '5', '0.3', '5', '20000000', '23799999', '90000000', '91999999', NULL, 1652898781),
(52248, '3220', '80.00', '1', '0.3', '5', '20000000', '23799999', '90000000', '91999999', NULL, 1652898782),
(52249, '3298', '50.00', '5', '5.001', '10', '20000000', '23799999', '90000000', '91999999', NULL, 1652898782),
(52250, '3220', '125.00', '1', '5.001', '10', '20000000', '23799999', '90000000', '91999999', NULL, 1652898782),
(52251, '3298', '82.00', '5', '10.001', '15', '20000000', '23799999', '90000000', '91999999', NULL, 1652898783),
(52252, '3220', '203.00', '1', '10.001', '15', '20000000', '23799999', '90000000', '91999999', NULL, 1652898783),
(52253, '3298', '113.00', '5', '15.001', '20', '20000000', '23799999', '90000000', '91999999', NULL, 1652898784),
(52254, '3220', '281.00', '1', '15.001', '20', '20000000', '23799999', '90000000', '91999999', NULL, 1652898784),
(52255, '3298', '145.00', '5', '20.001', '25', '20000000', '23799999', '90000000', '91999999', NULL, 1652898785),
(52256, '3220', '359.00', '1', '20.001', '25', '20000000', '23799999', '90000000', '91999999', NULL, 1652898787),
(52257, '3298', '176.00', '5', '25.001', '30', '20000000', '23799999', '90000000', '91999999', NULL, 1652898787),
(52258, '3220', '437.00', '1', '25.001', '30', '20000000', '23799999', '90000000', '91999999', NULL, 1652898790),
(52259, '3298', '34.00', '6', '0.3', '5', '20000000', '23799999', '90000000', '94900999', NULL, 1652898790),
(52260, '3220', '80.00', '2', '0.3', '5', '20000000', '23799999', '90000000', '94900999', NULL, 1652898791),
(52261, '3298', '50.00', '6', '5.001', '10', '20000000', '23799999', '90000000', '94900999', NULL, 1652898791),
(52262, '3220', '125.00', '2', '5.001', '10', '20000000', '23799999', '90000000', '94900999', NULL, 1652898791),
(52263, '3298', '82.00', '6', '10.001', '15', '20000000', '23799999', '90000000', '94900999', NULL, 1652898792),
(52264, '3220', '203.00', '2', '10.001', '15', '20000000', '23799999', '90000000', '94900999', NULL, 1652898792),
(52265, '3298', '113.00', '6', '15.001', '20', '20000000', '23799999', '90000000', '94900999', NULL, 1652898793),
(52266, '3220', '281.00', '2', '15.001', '20', '20000000', '23799999', '90000000', '94900999', NULL, 1652898793),
(52267, '3298', '145.00', '6', '20.001', '25', '20000000', '23799999', '90000000', '94900999', NULL, 1652898794),
(52268, '3220', '359.00', '2', '20.001', '25', '20000000', '23799999', '90000000', '94900999', NULL, 1652898794),
(52269, '3298', '176.00', '6', '25.001', '30', '20000000', '23799999', '90000000', '94900999', NULL, 1652898795),
(52270, '3220', '437.00', '2', '25.001', '30', '20000000', '23799999', '90000000', '94900999', NULL, 1652898795),
(52271, '3298', '50.00', '9', '0.3', '5', '20000000', '23799999', '94901000', '99999999', NULL, 1652898796),
(52272, '3220', '124.00', '6', '0.3', '5', '20000000', '23799999', '94901000', '99999999', NULL, 1652898796),
(52273, '3298', '83.00', '9', '5.001', '10', '20000000', '23799999', '94901000', '99999999', NULL, 1652898796),
(52274, '3220', '175.00', '6', '5.001', '10', '20000000', '23799999', '94901000', '99999999', NULL, 1652898797),
(52275, '3298', '135.00', '9', '10.001', '15', '20000000', '23799999', '94901000', '99999999', NULL, 1652898797),
(52276, '3220', '283.00', '6', '10.001', '15', '20000000', '23799999', '94901000', '99999999', NULL, 1652898798),
(52277, '3298', '186.00', '9', '15.001', '20', '20000000', '23799999', '94901000', '99999999', NULL, 1652898798),
(52278, '3220', '392.00', '6', '15.001', '20', '20000000', '23799999', '94901000', '99999999', NULL, 1652898798),
(52279, '3298', '238.00', '9', '20.001', '25', '20000000', '23799999', '94901000', '99999999', NULL, 1652898799),
(52280, '3220', '500.00', '6', '20.001', '25', '20000000', '23799999', '94901000', '99999999', NULL, 1652898799),
(52281, '3298', '290.00', '9', '25.001', '30', '20000000', '23799999', '94901000', '99999999', NULL, 1652898800),
(52282, '3220', '609.00', '6', '25.001', '30', '20000000', '23799999', '94901000', '99999999', NULL, 1652898800),
(52283, '3298', '30.00', '5', '0.3', '5', '20000000', '26600999', '01000000', '08499999', NULL, 1652898801),
(52284, '3220', '59.00', '1', '0.3', '5', '20000000', '26600999', '01000000', '08499999', NULL, 1652898801),
(52285, '3298', '44.00', '5', '5.001', '10', '20000000', '26600999', '01000000', '08499999', NULL, 1652898802),
(52286, '3220', '93.00', '1', '5.001', '10', '20000000', '26600999', '01000000', '08499999', NULL, 1652898802),
(52287, '3298', '71.00', '5', '10.001', '15', '20000000', '26600999', '01000000', '08499999', NULL, 1652898806),
(52288, '3220', '150.00', '1', '10.001', '15', '20000000', '26600999', '01000000', '08499999', NULL, 1652898806),
(52289, '3298', '99.00', '5', '15.001', '20', '20000000', '26600999', '01000000', '08499999', NULL, 1652898807),
(52290, '3220', '208.00', '1', '15.001', '20', '20000000', '26600999', '01000000', '08499999', NULL, 1652898807),
(52291, '3298', '126.00', '5', '20.001', '25', '20000000', '26600999', '01000000', '08499999', NULL, 1652898807),
(52292, '3220', '266.00', '1', '20.001', '25', '20000000', '26600999', '01000000', '08499999', NULL, 1652898808),
(52293, '3298', '153.00', '5', '25.001', '30', '20000000', '26600999', '01000000', '08499999', NULL, 1652898813),
(52294, '3220', '324.00', '1', '25.001', '30', '20000000', '26600999', '01000000', '08499999', NULL, 1652898813),
(52295, '3298', '30.00', '5', '0.3', '5', '20000000', '26600999', '06000000', '09999999', NULL, 1652898814),
(52296, '3220', '59.00', '1', '0.3', '5', '20000000', '26600999', '06000000', '09999999', NULL, 1652898814),
(52297, '3298', '44.00', '5', '5.001', '10', '20000000', '26600999', '06000000', '09999999', NULL, 1652898814),
(52298, '3220', '93.00', '1', '5.001', '10', '20000000', '26600999', '06000000', '09999999', NULL, 1652898815),
(52299, '3298', '71.00', '5', '10.001', '15', '20000000', '26600999', '06000000', '09999999', NULL, 1652898815),
(52300, '3220', '150.00', '1', '10.001', '15', '20000000', '26600999', '06000000', '09999999', NULL, 1652898815),
(52301, '3298', '99.00', '5', '15.001', '20', '20000000', '26600999', '06000000', '09999999', NULL, 1652898816),
(52302, '3220', '208.00', '1', '15.001', '20', '20000000', '26600999', '06000000', '09999999', NULL, 1652898816),
(52303, '3298', '126.00', '5', '20.001', '25', '20000000', '26600999', '06000000', '09999999', NULL, 1652898817),
(52304, '3220', '266.00', '1', '20.001', '25', '20000000', '26600999', '06000000', '09999999', NULL, 1652898817),
(52305, '3298', '153.00', '5', '25.001', '30', '20000000', '26600999', '06000000', '09999999', NULL, 1652898817),
(52306, '3220', '324.00', '1', '25.001', '30', '20000000', '26600999', '06000000', '09999999', NULL, 1652898818),
(52307, '3298', '30.00', '5', '0.3', '5', '20000000', '26600999', '11000000', '11999999', NULL, 1652898818),
(52308, '3220', '59.00', '1', '0.3', '5', '20000000', '26600999', '11000000', '11999999', NULL, 1652898818),
(52309, '3298', '44.00', '5', '5.001', '10', '20000000', '26600999', '11000000', '11999999', NULL, 1652898819),
(52310, '3220', '93.00', '1', '5.001', '10', '20000000', '26600999', '11000000', '11999999', NULL, 1652898819),
(52311, '3298', '71.00', '5', '10.001', '15', '20000000', '26600999', '11000000', '11999999', NULL, 1652898819),
(52312, '3220', '150.00', '1', '10.001', '15', '20000000', '26600999', '11000000', '11999999', NULL, 1652898820),
(52313, '3298', '99.00', '5', '15.001', '20', '20000000', '26600999', '11000000', '11999999', NULL, 1652898820),
(52314, '3220', '208.00', '1', '15.001', '20', '20000000', '26600999', '11000000', '11999999', NULL, 1652898820),
(52315, '3298', '126.00', '5', '20.001', '25', '20000000', '26600999', '11000000', '11999999', NULL, 1652898825),
(52316, '3220', '266.00', '1', '20.001', '25', '20000000', '26600999', '11000000', '11999999', NULL, 1652898825),
(52317, '3298', '153.00', '5', '25.001', '30', '20000000', '26600999', '11000000', '11999999', NULL, 1652898826),
(52318, '3220', '324.00', '1', '25.001', '30', '20000000', '26600999', '11000000', '11999999', NULL, 1652898830),
(52319, '3298', '30.00', '5', '0.3', '5', '20000000', '26600999', '12000000', '19999999', NULL, 1652898831),
(52320, '3220', '59.00', '1', '0.3', '5', '20000000', '26600999', '12000000', '19999999', NULL, 1652898832),
(52321, '3298', '44.00', '5', '5.001', '10', '20000000', '26600999', '12000000', '19999999', NULL, 1652898832),
(52322, '3220', '93.00', '1', '5.001', '10', '20000000', '26600999', '12000000', '19999999', NULL, 1652898832),
(52323, '3298', '71.00', '5', '10.001', '15', '20000000', '26600999', '12000000', '19999999', NULL, 1652898833),
(52324, '3220', '150.00', '1', '10.001', '15', '20000000', '26600999', '12000000', '19999999', NULL, 1652898833),
(52325, '3298', '99.00', '5', '15.001', '20', '20000000', '26600999', '12000000', '19999999', NULL, 1652898833),
(52326, '3220', '208.00', '1', '15.001', '20', '20000000', '26600999', '12000000', '19999999', NULL, 1652898835),
(52327, '3298', '126.00', '5', '20.001', '25', '20000000', '26600999', '12000000', '19999999', NULL, 1652898835),
(52328, '3220', '266.00', '1', '20.001', '25', '20000000', '26600999', '12000000', '19999999', NULL, 1652898838),
(52329, '3298', '153.00', '5', '25.001', '30', '20000000', '26600999', '12000000', '19999999', NULL, 1652898843),
(52330, '3220', '324.00', '1', '25.001', '30', '20000000', '26600999', '12000000', '19999999', NULL, 1652898843),
(52331, '3298', '25.00', '5', '0.3', '5', '20000000', '26600999', '26601000', '28999999', NULL, 1652898851),
(52332, '3220', '34.00', '2', '0.3', '5', '20000000', '26600999', '26601000', '28999999', NULL, 1652898852),
(52333, '3298', '31.00', '5', '5.001', '10', '20000000', '26600999', '26601000', '28999999', NULL, 1652898852),
(52334, '3220', '47.00', '2', '5.001', '10', '20000000', '26600999', '26601000', '28999999', NULL, 1652898852),
(52335, '3298', '51.00', '5', '10.001', '15', '20000000', '26600999', '26601000', '28999999', NULL, 1652898853),
(52336, '3220', '77.00', '2', '10.001', '15', '20000000', '26600999', '26601000', '28999999', NULL, 1652898853),
(52337, '3298', '70.00', '5', '15.001', '20', '20000000', '26600999', '26601000', '28999999', NULL, 1652898854),
(52338, '3220', '107.00', '2', '15.001', '20', '20000000', '26600999', '26601000', '28999999', NULL, 1652898854),
(52339, '3298', '90.00', '5', '20.001', '25', '20000000', '26600999', '26601000', '28999999', NULL, 1652898855),
(52340, '3220', '137.00', '2', '20.001', '25', '20000000', '26600999', '26601000', '28999999', NULL, 1652898855),
(52341, '3298', '109.00', '5', '25.001', '30', '20000000', '26600999', '26601000', '28999999', NULL, 1652898856),
(52342, '3220', '166.00', '2', '25.001', '30', '20000000', '26600999', '26601000', '28999999', NULL, 1652898856),
(52343, '3298', '30.00', '5', '0.3', '5', '20000000', '26600999', '29000000', '29099999', NULL, 1652898856),
(52344, '3220', '59.00', '1', '0.3', '5', '20000000', '26600999', '29000000', '29099999', NULL, 1652898857),
(52345, '3298', '44.00', '5', '5.001', '10', '20000000', '26600999', '29000000', '29099999', NULL, 1652898857),
(52346, '3220', '93.00', '1', '5.001', '10', '20000000', '26600999', '29000000', '29099999', NULL, 1652898858),
(52347, '3298', '71.00', '5', '10.001', '15', '20000000', '26600999', '29000000', '29099999', NULL, 1652898858),
(52348, '3220', '150.00', '1', '10.001', '15', '20000000', '26600999', '29000000', '29099999', NULL, 1652898859),
(52349, '3298', '99.00', '5', '15.001', '20', '20000000', '26600999', '29000000', '29099999', NULL, 1652898859),
(52350, '3220', '208.00', '1', '15.001', '20', '20000000', '26600999', '29000000', '29099999', NULL, 1652898859),
(52351, '3298', '126.00', '5', '20.001', '25', '20000000', '26600999', '29000000', '29099999', NULL, 1652898860),
(52352, '3220', '266.00', '1', '20.001', '25', '20000000', '26600999', '29000000', '29099999', NULL, 1652898860),
(52353, '3298', '153.00', '5', '25.001', '30', '20000000', '26600999', '29000000', '29099999', NULL, 1652898860),
(52354, '3220', '324.00', '1', '25.001', '30', '20000000', '26600999', '29000000', '29099999', NULL, 1652898861),
(52355, '3298', '44.00', '7', '0.3', '5', '20000000', '26600999', '29100000', '29999999', NULL, 1652898861),
(52356, '3220', '102.00', '4', '0.3', '5', '20000000', '26600999', '29100000', '29999999', NULL, 1652898861),
(52357, '3298', '74.00', '7', '5.001', '10', '20000000', '26600999', '29100000', '29999999', NULL, 1652898862),
(52358, '3220', '141.00', '4', '5.001', '10', '20000000', '26600999', '29100000', '29999999', NULL, 1652898862),
(52359, '3298', '120.00', '7', '10.001', '15', '20000000', '26600999', '29100000', '29999999', NULL, 1652898863),
(52360, '3220', '229.00', '4', '10.001', '15', '20000000', '26600999', '29100000', '29999999', NULL, 1652898863),
(52361, '3298', '166.00', '7', '15.001', '20', '20000000', '26600999', '29100000', '29999999', NULL, 1652898864),
(52362, '3220', '316.00', '4', '15.001', '20', '20000000', '26600999', '29100000', '29999999', NULL, 1652898864),
(52363, '3298', '212.00', '7', '20.001', '25', '20000000', '26600999', '29100000', '29999999', NULL, 1652898865),
(52364, '3220', '404.00', '4', '20.001', '25', '20000000', '26600999', '29100000', '29999999', NULL, 1652898865),
(52365, '3298', '258.00', '7', '25.001', '30', '20000000', '26600999', '29100000', '29999999', NULL, 1652898865),
(52366, '3220', '492.00', '4', '25.001', '30', '20000000', '26600999', '29100000', '29999999', NULL, 1652898866),
(52367, '3298', '30.00', '5', '0.3', '5', '20000000', '26600999', '30000000', '31999999', NULL, 1652898866),
(52368, '3220', '59.00', '1', '0.3', '5', '20000000', '26600999', '30000000', '31999999', NULL, 1652898866),
(52369, '3298', '44.00', '5', '5.001', '10', '20000000', '26600999', '30000000', '31999999', NULL, 1652898867),
(52370, '3220', '93.00', '1', '5.001', '10', '20000000', '26600999', '30000000', '31999999', NULL, 1652898867),
(52371, '3298', '71.00', '5', '10.001', '15', '20000000', '26600999', '30000000', '31999999', NULL, 1652898868),
(52372, '3220', '150.00', '1', '10.001', '15', '20000000', '26600999', '30000000', '31999999', NULL, 1652898868),
(52373, '3298', '99.00', '5', '15.001', '20', '20000000', '26600999', '30000000', '31999999', NULL, 1652898868),
(52374, '3220', '208.00', '1', '15.001', '20', '20000000', '26600999', '30000000', '31999999', NULL, 1652898869),
(52375, '3298', '126.00', '5', '20.001', '25', '20000000', '26600999', '30000000', '31999999', NULL, 1652898869),
(52376, '3220', '266.00', '1', '20.001', '25', '20000000', '26600999', '30000000', '31999999', NULL, 1652898870),
(52377, '3298', '153.00', '5', '25.001', '30', '20000000', '26600999', '30000000', '31999999', NULL, 1652898870),
(52378, '3220', '324.00', '1', '25.001', '30', '20000000', '26600999', '30000000', '31999999', NULL, 1652898871),
(52379, '3298', '30.00', '5', '0.3', '5', '20000000', '26600999', '30000000', '34999999', NULL, 1652898871),
(52380, '3220', '59.00', '1', '0.3', '5', '20000000', '26600999', '30000000', '34999999', NULL, 1652898884),
(52381, '3298', '44.00', '5', '5.001', '10', '20000000', '26600999', '30000000', '34999999', NULL, 1652898884),
(52382, '3220', '93.00', '1', '5.001', '10', '20000000', '26600999', '30000000', '34999999', NULL, 1652898884),
(52383, '3298', '71.00', '5', '10.001', '15', '20000000', '26600999', '30000000', '34999999', NULL, 1652898885),
(52384, '3220', '150.00', '1', '10.001', '15', '20000000', '26600999', '30000000', '34999999', NULL, 1652898885),
(52385, '3298', '99.00', '5', '15.001', '20', '20000000', '26600999', '30000000', '34999999', NULL, 1652898885),
(52386, '3220', '208.00', '1', '15.001', '20', '20000000', '26600999', '30000000', '34999999', NULL, 1652898886),
(52387, '3298', '126.00', '5', '20.001', '25', '20000000', '26600999', '30000000', '34999999', NULL, 1652898886),
(52388, '3220', '266.00', '1', '20.001', '25', '20000000', '26600999', '30000000', '34999999', NULL, 1652898886),
(52389, '3298', '153.00', '5', '25.001', '30', '20000000', '26600999', '30000000', '34999999', NULL, 1652898887),
(52390, '3220', '324.00', '1', '25.001', '30', '20000000', '26600999', '30000000', '34999999', NULL, 1652898901),
(52391, '3298', '44.00', '7', '0.3', '5', '20000000', '26600999', '35000000', '39999999', NULL, 1652898901),
(52392, '3220', '102.00', '4', '0.3', '5', '20000000', '26600999', '35000000', '39999999', NULL, 1652898901),
(52393, '3298', '74.00', '7', '5.001', '10', '20000000', '26600999', '35000000', '39999999', NULL, 1652898902),
(52394, '3220', '141.00', '4', '5.001', '10', '20000000', '26600999', '35000000', '39999999', NULL, 1652898902),
(52395, '3298', '120.00', '7', '10.001', '15', '20000000', '26600999', '35000000', '39999999', NULL, 1652898903),
(52396, '3220', '229.00', '4', '10.001', '15', '20000000', '26600999', '35000000', '39999999', NULL, 1652898903),
(52397, '3298', '166.00', '7', '15.001', '20', '20000000', '26600999', '35000000', '39999999', NULL, 1652898903),
(52398, '3220', '316.00', '4', '15.001', '20', '20000000', '26600999', '35000000', '39999999', NULL, 1652898904),
(52399, '3298', '212.00', '7', '20.001', '25', '20000000', '26600999', '35000000', '39999999', NULL, 1652898904),
(52400, '3220', '404.00', '4', '20.001', '25', '20000000', '26600999', '35000000', '39999999', NULL, 1652898905),
(52401, '3298', '258.00', '7', '25.001', '30', '20000000', '26600999', '35000000', '39999999', NULL, 1652898905),
(52402, '3220', '492.00', '4', '25.001', '30', '20000000', '26600999', '35000000', '39999999', NULL, 1652898905),
(52403, '3298', '38.00', '6', '0.3', '5', '20000000', '26600999', '40000000', '41999999', NULL, 1652898906),
(52404, '3220', '113.00', '1', '0.3', '5', '20000000', '26600999', '40000000', '41999999', NULL, 1652898906),
(52405, '3298', '58.00', '6', '5.001', '10', '20000000', '26600999', '40000000', '41999999', NULL, 1652898906),
(52406, '3220', '176.00', '1', '5.001', '10', '20000000', '26600999', '40000000', '41999999', NULL, 1652898917),
(52407, '3298', '94.00', '6', '10.001', '15', '20000000', '26600999', '40000000', '41999999', NULL, 1652898918),
(52408, '3220', '286.00', '1', '10.001', '15', '20000000', '26600999', '40000000', '41999999', NULL, 1652898926),
(52409, '3298', '130.00', '6', '15.001', '20', '20000000', '26600999', '40000000', '41999999', NULL, 1652898927),
(52410, '3220', '396.00', '1', '15.001', '20', '20000000', '26600999', '40000000', '41999999', NULL, 1652898927),
(52411, '3298', '166.00', '6', '20.001', '25', '20000000', '26600999', '40000000', '41999999', NULL, 1652898933),
(52412, '3220', '505.00', '1', '20.001', '25', '20000000', '26600999', '40000000', '41999999', NULL, 1652898933),
(52413, '3298', '202.00', '6', '25.001', '30', '20000000', '26600999', '40000000', '41999999', NULL, 1652898933),
(52414, '3220', '615.00', '1', '25.001', '30', '20000000', '26600999', '40000000', '41999999', NULL, 1652898934),
(52415, '3298', '38.00', '6', '0.3', '5', '20000000', '26600999', '40000000', '44470999', NULL, 1652898934),
(52416, '3220', '113.00', '1', '0.3', '5', '20000000', '26600999', '40000000', '44470999', NULL, 1652898940),
(52417, '3298', '58.00', '6', '5.001', '10', '20000000', '26600999', '40000000', '44470999', NULL, 1652898940),
(52418, '3220', '176.00', '1', '5.001', '10', '20000000', '26600999', '40000000', '44470999', NULL, 1652898940),
(52419, '3298', '94.00', '6', '10.001', '15', '20000000', '26600999', '40000000', '44470999', NULL, 1652898944),
(52420, '3220', '286.00', '1', '10.001', '15', '20000000', '26600999', '40000000', '44470999', NULL, 1652898944),
(52421, '3298', '130.00', '6', '15.001', '20', '20000000', '26600999', '40000000', '44470999', NULL, 1652898944),
(52422, '3220', '396.00', '1', '15.001', '20', '20000000', '26600999', '40000000', '44470999', NULL, 1652898945),
(52423, '3298', '166.00', '6', '20.001', '25', '20000000', '26600999', '40000000', '44470999', NULL, 1652898945),
(52424, '3220', '505.00', '1', '20.001', '25', '20000000', '26600999', '40000000', '44470999', NULL, 1652898946),
(52425, '3298', '202.00', '6', '25.001', '30', '20000000', '26600999', '40000000', '44470999', NULL, 1652898946),
(52426, '3220', '615.00', '1', '25.001', '30', '20000000', '26600999', '40000000', '44470999', NULL, 1652898946),
(52427, '3298', '60.00', '7', '0.3', '5', '20000000', '26600999', '44471000', '48999999', NULL, 1652898947),
(52428, '3220', '132.00', '3', '0.3', '5', '20000000', '26600999', '44471000', '48999999', NULL, 1652898947),
(52429, '3298', '91.00', '7', '5.001', '10', '20000000', '26600999', '44471000', '48999999', NULL, 1652898947),
(52430, '3220', '190.00', '3', '5.001', '10', '20000000', '26600999', '44471000', '48999999', NULL, 1652898952),
(52431, '3298', '148.00', '7', '10.001', '15', '20000000', '26600999', '44471000', '48999999', NULL, 1652898952),
(52432, '3220', '308.00', '3', '10.001', '15', '20000000', '26600999', '44471000', '48999999', NULL, 1652898953),
(52433, '3298', '205.00', '7', '15.001', '20', '20000000', '26600999', '44471000', '48999999', NULL, 1652898953),
(52434, '3220', '427.00', '3', '15.001', '20', '20000000', '26600999', '44471000', '48999999', NULL, 1652898954),
(52435, '3298', '262.00', '7', '20.001', '25', '20000000', '26600999', '44471000', '48999999', NULL, 1652898954),
(52436, '3220', '545.00', '3', '20.001', '25', '20000000', '26600999', '44471000', '48999999', NULL, 1652898954),
(52437, '3298', '319.00', '7', '25.001', '30', '20000000', '26600999', '44471000', '48999999', NULL, 1652898955),
(52438, '3220', '663.00', '3', '25.001', '30', '20000000', '26600999', '44471000', '48999999', NULL, 1652898955),
(52439, '3298', '38.00', '7', '0.3', '5', '20000000', '26600999', '49000000', '49099999', NULL, 1652898957),
(52440, '3220', '113.00', '2', '0.3', '5', '20000000', '26600999', '49000000', '49099999', NULL, 1652898957),
(52441, '3298', '58.00', '7', '5.001', '10', '20000000', '26600999', '49000000', '49099999', NULL, 1652898958),
(52442, '3220', '176.00', '2', '5.001', '10', '20000000', '26600999', '49000000', '49099999', NULL, 1652898959),
(52443, '3298', '94.00', '7', '10.001', '15', '20000000', '26600999', '49000000', '49099999', NULL, 1652898959),
(52444, '3220', '286.00', '2', '10.001', '15', '20000000', '26600999', '49000000', '49099999', NULL, 1652898960),
(52445, '3298', '130.00', '7', '15.001', '20', '20000000', '26600999', '49000000', '49099999', NULL, 1652898960),
(52446, '3220', '396.00', '2', '15.001', '20', '20000000', '26600999', '49000000', '49099999', NULL, 1652898962),
(52447, '3298', '166.00', '7', '20.001', '25', '20000000', '26600999', '49000000', '49099999', NULL, 1652898964),
(52448, '3220', '505.00', '2', '20.001', '25', '20000000', '26600999', '49000000', '49099999', NULL, 1652898965),
(52449, '3298', '202.00', '7', '25.001', '30', '20000000', '26600999', '49000000', '49099999', NULL, 1652898966),
(52450, '3220', '615.00', '2', '25.001', '30', '20000000', '26600999', '49000000', '49099999', NULL, 1652898966),
(52451, '3298', '70.00', '10', '0.3', '5', '20000000', '26600999', '49100000', '49999999', NULL, 1652898966),
(52452, '3220', '157.00', '4', '0.3', '5', '20000000', '26600999', '49100000', '49999999', NULL, 1652898967),
(52453, '3298', '106.00', '10', '5.001', '10', '20000000', '26600999', '49100000', '49999999', NULL, 1652898967),
(52454, '3220', '226.00', '4', '5.001', '10', '20000000', '26600999', '49100000', '49999999', NULL, 1652898968),
(52455, '3298', '172.00', '10', '10.001', '15', '20000000', '26600999', '49100000', '49999999', NULL, 1652898970),
(52456, '3220', '367.00', '4', '10.001', '15', '20000000', '26600999', '49100000', '49999999', NULL, 1652898970),
(52457, '3298', '239.00', '10', '15.001', '20', '20000000', '26600999', '49100000', '49999999', NULL, 1652898970),
(52458, '3220', '508.00', '4', '15.001', '20', '20000000', '26600999', '49100000', '49999999', NULL, 1652898971),
(52459, '3298', '305.00', '10', '20.001', '25', '20000000', '26600999', '49100000', '49999999', NULL, 1652898972),
(52460, '3220', '649.00', '4', '20.001', '25', '20000000', '26600999', '49100000', '49999999', NULL, 1652898972),
(52461, '3298', '371.00', '10', '25.001', '30', '20000000', '26600999', '49100000', '49999999', NULL, 1652898972),
(52462, '3220', '789.00', '4', '25.001', '30', '20000000', '26600999', '49100000', '49999999', NULL, 1652898973),
(52463, '3298', '45.00', '6', '0.3', '5', '20000000', '26600999', '50000000', '52999999', NULL, 1652898973),
(52464, '3220', '137.00', '2', '0.3', '5', '20000000', '26600999', '50000000', '52999999', NULL, 1652898974),
(52465, '3298', '71.00', '6', '5.001', '10', '20000000', '26600999', '50000000', '52999999', NULL, 1652898974),
(52466, '3220', '214.00', '2', '5.001', '10', '20000000', '26600999', '50000000', '52999999', NULL, 1652898975),
(52467, '3298', '116.00', '6', '10.001', '15', '20000000', '26600999', '50000000', '52999999', NULL, 1652898975),
(52468, '3220', '346.00', '2', '10.001', '15', '20000000', '26600999', '50000000', '52999999', NULL, 1652898975),
(52469, '3298', '160.00', '6', '15.001', '20', '20000000', '26600999', '50000000', '52999999', NULL, 1652898976),
(52470, '3220', '479.00', '2', '15.001', '20', '20000000', '26600999', '50000000', '52999999', NULL, 1652898976),
(52471, '3298', '205.00', '6', '20.001', '25', '20000000', '26600999', '50000000', '52999999', NULL, 1652898976),
(52472, '3220', '612.00', '2', '20.001', '25', '20000000', '26600999', '50000000', '52999999', NULL, 1652898977),
(52473, '3298', '249.00', '6', '25.001', '30', '20000000', '26600999', '50000000', '52999999', NULL, 1652898977),
(52474, '3220', '744.00', '2', '25.001', '30', '20000000', '26600999', '50000000', '52999999', NULL, 1652898977),
(52475, '3298', '45.00', '6', '0.3', '5', '20000000', '26600999', '50000000', '54999999', NULL, 1652898978),
(52476, '3220', '137.00', '2', '0.3', '5', '20000000', '26600999', '50000000', '54999999', NULL, 1652898978),
(52477, '3298', '71.00', '6', '5.001', '10', '20000000', '26600999', '50000000', '54999999', NULL, 1652898979),
(52478, '3220', '214.00', '2', '5.001', '10', '20000000', '26600999', '50000000', '54999999', NULL, 1652898979),
(52479, '3298', '116.00', '6', '10.001', '15', '20000000', '26600999', '50000000', '54999999', NULL, 1652898980),
(52480, '3220', '346.00', '2', '10.001', '15', '20000000', '26600999', '50000000', '54999999', NULL, 1652898980),
(52481, '3298', '160.00', '6', '15.001', '20', '20000000', '26600999', '50000000', '54999999', NULL, 1652898983),
(52482, '3220', '479.00', '2', '15.001', '20', '20000000', '26600999', '50000000', '54999999', NULL, 1652898983),
(52483, '3298', '205.00', '6', '20.001', '25', '20000000', '26600999', '50000000', '54999999', NULL, 1652898987),
(52484, '3220', '612.00', '2', '20.001', '25', '20000000', '26600999', '50000000', '54999999', NULL, 1652898988),
(52485, '3298', '249.00', '6', '25.001', '30', '20000000', '26600999', '50000000', '54999999', NULL, 1652898988),
(52486, '3220', '744.00', '2', '25.001', '30', '20000000', '26600999', '50000000', '54999999', NULL, 1652898989),
(52487, '3298', '90.00', '10', '0.3', '5', '20000000', '26600999', '55000000', '56999999', NULL, 1652898989),
(52488, '3220', '183.00', '7', '0.3', '5', '20000000', '26600999', '55000000', '56999999', NULL, 1652898989),
(52489, '3298', '133.00', '10', '5.001', '10', '20000000', '26600999', '55000000', '56999999', NULL, 1652898989),
(52490, '3220', '266.00', '7', '5.001', '10', '20000000', '26600999', '55000000', '56999999', NULL, 1652898990),
(52491, '3298', '215.00', '10', '10.001', '15', '20000000', '26600999', '55000000', '56999999', NULL, 1652898990),
(52492, '3220', '430.00', '7', '10.001', '15', '20000000', '26600999', '55000000', '56999999', NULL, 1652898991),
(52493, '3298', '298.00', '10', '15.001', '20', '20000000', '26600999', '55000000', '56999999', NULL, 1652898991),
(52494, '3220', '595.00', '7', '15.001', '20', '20000000', '26600999', '55000000', '56999999', NULL, 1652898991),
(52495, '3298', '380.00', '10', '20.001', '25', '20000000', '26600999', '55000000', '56999999', NULL, 1652898992),
(52496, '3220', '760.00', '7', '20.001', '25', '20000000', '26600999', '55000000', '56999999', NULL, 1652898992),
(52497, '3298', '463.00', '10', '25.001', '30', '20000000', '26600999', '55000000', '56999999', NULL, 1652898993),
(52498, '3220', '925.00', '7', '25.001', '30', '20000000', '26600999', '55000000', '56999999', NULL, 1652898993),
(52499, '3298', '45.00', '7', '0.3', '5', '20000000', '26600999', '57000000', '57099999', NULL, 1652898994),
(52500, '3220', '137.00', '3', '0.3', '5', '20000000', '26600999', '57000000', '57099999', NULL, 1652898994),
(52501, '3298', '71.00', '7', '5.001', '10', '20000000', '26600999', '57000000', '57099999', NULL, 1652898994),
(52502, '3220', '214.00', '3', '5.001', '10', '20000000', '26600999', '57000000', '57099999', NULL, 1652898995),
(52503, '3298', '116.00', '7', '10.001', '15', '20000000', '26600999', '57000000', '57099999', NULL, 1652899000),
(52504, '3220', '346.00', '3', '10.001', '15', '20000000', '26600999', '57000000', '57099999', NULL, 1652899000),
(52505, '3298', '160.00', '7', '15.001', '20', '20000000', '26600999', '57000000', '57099999', NULL, 1652899001),
(52506, '3220', '479.00', '3', '15.001', '20', '20000000', '26600999', '57000000', '57099999', NULL, 1652899001),
(52507, '3298', '205.00', '7', '20.001', '25', '20000000', '26600999', '57000000', '57099999', NULL, 1652899001),
(52508, '3220', '612.00', '3', '20.001', '25', '20000000', '26600999', '57000000', '57099999', NULL, 1652899002),
(52509, '3298', '249.00', '7', '25.001', '30', '20000000', '26600999', '57000000', '57099999', NULL, 1652899002),
(52510, '3220', '744.00', '3', '25.001', '30', '20000000', '26600999', '57000000', '57099999', NULL, 1652899002),
(52511, '3298', '45.00', '9', '0.3', '5', '20000000', '26600999', '57100000', '57999999', NULL, 1652899003),
(52512, '3220', '137.00', '4', '0.3', '5', '20000000', '26600999', '57100000', '57999999', NULL, 1652899003),
(52513, '3298', '71.00', '9', '5.001', '10', '20000000', '26600999', '57100000', '57999999', NULL, 1652899004),
(52514, '3220', '214.00', '4', '5.001', '10', '20000000', '26600999', '57100000', '57999999', NULL, 1652899004),
(52515, '3298', '116.00', '9', '10.001', '15', '20000000', '26600999', '57100000', '57999999', NULL, 1652899004),
(52516, '3220', '346.00', '4', '10.001', '15', '20000000', '26600999', '57100000', '57999999', NULL, 1652899005),
(52517, '3298', '160.00', '9', '15.001', '20', '20000000', '26600999', '57100000', '57999999', NULL, 1652899005),
(52518, '3220', '479.00', '4', '15.001', '20', '20000000', '26600999', '57100000', '57999999', NULL, 1652899006),
(52519, '3298', '205.00', '9', '20.001', '25', '20000000', '26600999', '57100000', '57999999', NULL, 1652899006),
(52520, '3220', '612.00', '4', '20.001', '25', '20000000', '26600999', '57100000', '57999999', NULL, 1652899006),
(52521, '3298', '249.00', '9', '25.001', '30', '20000000', '26600999', '57100000', '57999999', NULL, 1652899011),
(52522, '3220', '744.00', '4', '25.001', '30', '20000000', '26600999', '57100000', '57999999', NULL, 1652899011),
(52523, '3298', '45.00', '8', '0.3', '5', '20000000', '26600999', '58000000', '58099999', NULL, 1652899012),
(52524, '3220', '137.00', '4', '0.3', '5', '20000000', '26600999', '58000000', '58099999', NULL, 1652899012),
(52525, '3298', '71.00', '8', '5.001', '10', '20000000', '26600999', '58000000', '58099999', NULL, 1652899013),
(52526, '3220', '214.00', '4', '5.001', '10', '20000000', '26600999', '58000000', '58099999', NULL, 1652899013),
(52527, '3298', '116.00', '8', '10.001', '15', '20000000', '26600999', '58000000', '58099999', NULL, 1652899013),
(52528, '3220', '346.00', '4', '10.001', '15', '20000000', '26600999', '58000000', '58099999', NULL, 1652899014),
(52529, '3298', '160.00', '8', '15.001', '20', '20000000', '26600999', '58000000', '58099999', NULL, 1652899014),
(52530, '3220', '479.00', '4', '15.001', '20', '20000000', '26600999', '58000000', '58099999', NULL, 1652899014),
(52531, '3298', '205.00', '8', '20.001', '25', '20000000', '26600999', '58000000', '58099999', NULL, 1652899015);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(52532, '3220', '612.00', '4', '20.001', '25', '20000000', '26600999', '58000000', '58099999', NULL, 1652899015),
(52533, '3298', '249.00', '8', '25.001', '30', '20000000', '26600999', '58000000', '58099999', NULL, 1652899016),
(52534, '3220', '744.00', '4', '25.001', '30', '20000000', '26600999', '58000000', '58099999', NULL, 1652899019),
(52535, '3298', '90.00', '12', '0.3', '5', '20000000', '26600999', '58100000', '58999999', NULL, 1652899019),
(52536, '3220', '183.00', '9', '0.3', '5', '20000000', '26600999', '58100000', '58999999', NULL, 1652899019),
(52537, '3298', '133.00', '12', '5.001', '10', '20000000', '26600999', '58100000', '58999999', NULL, 1652899020),
(52538, '3220', '266.00', '9', '5.001', '10', '20000000', '26600999', '58100000', '58999999', NULL, 1652899021),
(52539, '3298', '215.00', '12', '10.001', '15', '20000000', '26600999', '58100000', '58999999', NULL, 1652899021),
(52540, '3220', '430.00', '9', '10.001', '15', '20000000', '26600999', '58100000', '58999999', NULL, 1652899022),
(52541, '3298', '298.00', '12', '15.001', '20', '20000000', '26600999', '58100000', '58999999', NULL, 1652899022),
(52542, '3220', '595.00', '9', '15.001', '20', '20000000', '26600999', '58100000', '58999999', NULL, 1652899023),
(52543, '3298', '380.00', '12', '20.001', '25', '20000000', '26600999', '58100000', '58999999', NULL, 1652899023),
(52544, '3220', '760.00', '9', '20.001', '25', '20000000', '26600999', '58100000', '58999999', NULL, 1652899024),
(52545, '3298', '463.00', '12', '25.001', '30', '20000000', '26600999', '58100000', '58999999', NULL, 1652899024),
(52546, '3220', '925.00', '9', '25.001', '30', '20000000', '26600999', '58100000', '58999999', NULL, 1652899025),
(52547, '3298', '45.00', '8', '0.3', '5', '20000000', '26600999', '59000000', '59099999', NULL, 1652899025),
(52548, '3220', '137.00', '4', '0.3', '5', '20000000', '26600999', '59000000', '59099999', NULL, 1652899025),
(52549, '3298', '71.00', '8', '5.001', '10', '20000000', '26600999', '59000000', '59099999', NULL, 1652899026),
(52550, '3220', '214.00', '4', '5.001', '10', '20000000', '26600999', '59000000', '59099999', NULL, 1652899028),
(52551, '3298', '116.00', '8', '10.001', '15', '20000000', '26600999', '59000000', '59099999', NULL, 1652899029),
(52552, '3220', '346.00', '4', '10.001', '15', '20000000', '26600999', '59000000', '59099999', NULL, 1652899029),
(52553, '3298', '160.00', '8', '15.001', '20', '20000000', '26600999', '59000000', '59099999', NULL, 1652899030),
(52554, '3220', '479.00', '4', '15.001', '20', '20000000', '26600999', '59000000', '59099999', NULL, 1652899030),
(52555, '3298', '205.00', '8', '20.001', '25', '20000000', '26600999', '59000000', '59099999', NULL, 1652899031),
(52556, '3220', '612.00', '4', '20.001', '25', '20000000', '26600999', '59000000', '59099999', NULL, 1652899031),
(52557, '3298', '249.00', '8', '25.001', '30', '20000000', '26600999', '59000000', '59099999', NULL, 1652899032),
(52558, '3220', '744.00', '4', '25.001', '30', '20000000', '26600999', '59000000', '59099999', NULL, 1652899032),
(52559, '3298', '45.00', '8', '0.3', '5', '20000000', '26600999', '59100000', '59999999', NULL, 1652899033),
(52560, '3220', '137.00', '4', '0.3', '5', '20000000', '26600999', '59100000', '59999999', NULL, 1652899033),
(52561, '3298', '71.00', '8', '5.001', '10', '20000000', '26600999', '59100000', '59999999', NULL, 1652899034),
(52562, '3220', '214.00', '4', '5.001', '10', '20000000', '26600999', '59100000', '59999999', NULL, 1652899034),
(52563, '3298', '116.00', '8', '10.001', '15', '20000000', '26600999', '59100000', '59999999', NULL, 1652899034),
(52564, '3220', '346.00', '4', '10.001', '15', '20000000', '26600999', '59100000', '59999999', NULL, 1652899035),
(52565, '3298', '160.00', '8', '15.001', '20', '20000000', '26600999', '59100000', '59999999', NULL, 1652899036),
(52566, '3220', '479.00', '4', '15.001', '20', '20000000', '26600999', '59100000', '59999999', NULL, 1652899036),
(52567, '3298', '205.00', '8', '20.001', '25', '20000000', '26600999', '59100000', '59999999', NULL, 1652899037),
(52568, '3220', '612.00', '4', '20.001', '25', '20000000', '26600999', '59100000', '59999999', NULL, 1652899037),
(52569, '3298', '249.00', '8', '25.001', '30', '20000000', '26600999', '59100000', '59999999', NULL, 1652899038),
(52570, '3220', '744.00', '4', '25.001', '30', '20000000', '26600999', '59100000', '59999999', NULL, 1652899038),
(52571, '3298', '45.00', '7', '0.3', '5', '20000000', '26600999', '60000000', '60999999', NULL, 1652899038),
(52572, '3220', '137.00', '2', '0.3', '5', '20000000', '26600999', '60000000', '60999999', NULL, 1652899039),
(52573, '3298', '71.00', '7', '5.001', '10', '20000000', '26600999', '60000000', '60999999', NULL, 1652899039),
(52574, '3220', '214.00', '2', '5.001', '10', '20000000', '26600999', '60000000', '60999999', NULL, 1652899039),
(52575, '3298', '116.00', '7', '10.001', '15', '20000000', '26600999', '60000000', '60999999', NULL, 1652899040),
(52576, '3220', '346.00', '2', '10.001', '15', '20000000', '26600999', '60000000', '60999999', NULL, 1652899040),
(52577, '3298', '160.00', '7', '15.001', '20', '20000000', '26600999', '60000000', '60999999', NULL, 1652899040),
(52578, '3220', '479.00', '2', '15.001', '20', '20000000', '26600999', '60000000', '60999999', NULL, 1652899041),
(52579, '3298', '205.00', '7', '20.001', '25', '20000000', '26600999', '60000000', '60999999', NULL, 1652899042),
(52580, '3220', '612.00', '2', '20.001', '25', '20000000', '26600999', '60000000', '60999999', NULL, 1652899042),
(52581, '3298', '249.00', '7', '25.001', '30', '20000000', '26600999', '60000000', '60999999', NULL, 1652899042),
(52582, '3220', '744.00', '2', '25.001', '30', '20000000', '26600999', '60000000', '60999999', NULL, 1652899043),
(52583, '3298', '45.00', '7', '0.3', '5', '20000000', '26600999', '60000000', '61900999', NULL, 1652899043),
(52584, '3220', '137.00', '2', '0.3', '5', '20000000', '26600999', '60000000', '61900999', NULL, 1652899043),
(52585, '3298', '71.00', '7', '5.001', '10', '20000000', '26600999', '60000000', '61900999', NULL, 1652899044),
(52586, '3220', '214.00', '2', '5.001', '10', '20000000', '26600999', '60000000', '61900999', NULL, 1652899044),
(52587, '3298', '116.00', '7', '10.001', '15', '20000000', '26600999', '60000000', '61900999', NULL, 1652899045),
(52588, '3220', '346.00', '2', '10.001', '15', '20000000', '26600999', '60000000', '61900999', NULL, 1652899045),
(52589, '3298', '160.00', '7', '15.001', '20', '20000000', '26600999', '60000000', '61900999', NULL, 1652899045),
(52590, '3220', '479.00', '2', '15.001', '20', '20000000', '26600999', '60000000', '61900999', NULL, 1652899046),
(52591, '3298', '205.00', '7', '20.001', '25', '20000000', '26600999', '60000000', '61900999', NULL, 1652899046),
(52592, '3220', '612.00', '2', '20.001', '25', '20000000', '26600999', '60000000', '61900999', NULL, 1652899046),
(52593, '3298', '249.00', '7', '25.001', '30', '20000000', '26600999', '60000000', '61900999', NULL, 1652899047),
(52594, '3220', '744.00', '2', '25.001', '30', '20000000', '26600999', '60000000', '61900999', NULL, 1652899048),
(52595, '3298', '90.00', '11', '0.3', '5', '20000000', '26600999', '61901000', '63999999', NULL, 1652899048),
(52596, '3220', '183.00', '7', '0.3', '5', '20000000', '26600999', '61901000', '63999999', NULL, 1652899048),
(52597, '3298', '133.00', '11', '5.001', '10', '20000000', '26600999', '61901000', '63999999', NULL, 1652899049),
(52598, '3220', '266.00', '7', '5.001', '10', '20000000', '26600999', '61901000', '63999999', NULL, 1652899049),
(52599, '3298', '215.00', '11', '10.001', '15', '20000000', '26600999', '61901000', '63999999', NULL, 1652899049),
(52600, '3220', '430.00', '7', '10.001', '15', '20000000', '26600999', '61901000', '63999999', NULL, 1652899050),
(52601, '3298', '298.00', '11', '15.001', '20', '20000000', '26600999', '61901000', '63999999', NULL, 1652899051),
(52602, '3220', '595.00', '7', '15.001', '20', '20000000', '26600999', '61901000', '63999999', NULL, 1652899051),
(52603, '3298', '380.00', '11', '20.001', '25', '20000000', '26600999', '61901000', '63999999', NULL, 1652899052),
(52604, '3220', '760.00', '7', '20.001', '25', '20000000', '26600999', '61901000', '63999999', NULL, 1652899052),
(52605, '3298', '463.00', '11', '25.001', '30', '20000000', '26600999', '61901000', '63999999', NULL, 1652899053),
(52606, '3220', '925.00', '7', '25.001', '30', '20000000', '26600999', '61901000', '63999999', NULL, 1652899053),
(52607, '3298', '45.00', '8', '0.3', '5', '20000000', '26600999', '64000000', '64099999', NULL, 1652899054),
(52608, '3220', '137.00', '4', '0.3', '5', '20000000', '26600999', '64000000', '64099999', NULL, 1652899054),
(52609, '3298', '71.00', '8', '5.001', '10', '20000000', '26600999', '64000000', '64099999', NULL, 1652899055),
(52610, '3220', '214.00', '4', '5.001', '10', '20000000', '26600999', '64000000', '64099999', NULL, 1652899055),
(52611, '3298', '116.00', '8', '10.001', '15', '20000000', '26600999', '64000000', '64099999', NULL, 1652899056),
(52612, '3220', '346.00', '4', '10.001', '15', '20000000', '26600999', '64000000', '64099999', NULL, 1652899056),
(52613, '3298', '160.00', '8', '15.001', '20', '20000000', '26600999', '64000000', '64099999', NULL, 1652899056),
(52614, '3220', '479.00', '4', '15.001', '20', '20000000', '26600999', '64000000', '64099999', NULL, 1652899057),
(52615, '3298', '205.00', '8', '20.001', '25', '20000000', '26600999', '64000000', '64099999', NULL, 1652899057),
(52616, '3220', '612.00', '4', '20.001', '25', '20000000', '26600999', '64000000', '64099999', NULL, 1652899057),
(52617, '3298', '249.00', '8', '25.001', '30', '20000000', '26600999', '64000000', '64099999', NULL, 1652899058),
(52618, '3220', '744.00', '4', '25.001', '30', '20000000', '26600999', '64000000', '64099999', NULL, 1652899058),
(52619, '3298', '90.00', '11', '0.3', '5', '20000000', '26600999', '64100000', '64999999', NULL, 1652899059),
(52620, '3220', '183.00', '8', '0.3', '5', '20000000', '26600999', '64100000', '64999999', NULL, 1652899059),
(52621, '3298', '133.00', '11', '5.001', '10', '20000000', '26600999', '64100000', '64999999', NULL, 1652899060),
(52622, '3220', '266.00', '8', '5.001', '10', '20000000', '26600999', '64100000', '64999999', NULL, 1652899060),
(52623, '3298', '215.00', '11', '10.001', '15', '20000000', '26600999', '64100000', '64999999', NULL, 1652899061),
(52624, '3220', '430.00', '8', '10.001', '15', '20000000', '26600999', '64100000', '64999999', NULL, 1652899061),
(52625, '3298', '298.00', '11', '15.001', '20', '20000000', '26600999', '64100000', '64999999', NULL, 1652899062),
(52626, '3220', '595.00', '8', '15.001', '20', '20000000', '26600999', '64100000', '64999999', NULL, 1652899062),
(52627, '3298', '380.00', '11', '20.001', '25', '20000000', '26600999', '64100000', '64999999', NULL, 1652899063),
(52628, '3220', '760.00', '8', '20.001', '25', '20000000', '26600999', '64100000', '64999999', NULL, 1652899064),
(52629, '3298', '463.00', '11', '25.001', '30', '20000000', '26600999', '64100000', '64999999', NULL, 1652899064),
(52630, '3220', '925.00', '8', '25.001', '30', '20000000', '26600999', '64100000', '64999999', NULL, 1652899064),
(52631, '3298', '45.00', '9', '0.3', '5', '20000000', '26600999', '65000000', '65099999', NULL, 1652899065),
(52632, '3220', '137.00', '5', '0.3', '5', '20000000', '26600999', '65000000', '65099999', NULL, 1652899065),
(52633, '3298', '71.00', '9', '5.001', '10', '20000000', '26600999', '65000000', '65099999', NULL, 1652899066),
(52634, '3220', '214.00', '5', '5.001', '10', '20000000', '26600999', '65000000', '65099999', NULL, 1652899066),
(52635, '3298', '116.00', '9', '10.001', '15', '20000000', '26600999', '65000000', '65099999', NULL, 1652899066),
(52636, '3220', '346.00', '5', '10.001', '15', '20000000', '26600999', '65000000', '65099999', NULL, 1652899067),
(52637, '3298', '160.00', '9', '15.001', '20', '20000000', '26600999', '65000000', '65099999', NULL, 1652899067),
(52638, '3220', '479.00', '5', '15.001', '20', '20000000', '26600999', '65000000', '65099999', NULL, 1652899069),
(52639, '3298', '205.00', '9', '20.001', '25', '20000000', '26600999', '65000000', '65099999', NULL, 1652899069),
(52640, '3220', '612.00', '5', '20.001', '25', '20000000', '26600999', '65000000', '65099999', NULL, 1652899071),
(52641, '3298', '249.00', '9', '25.001', '30', '20000000', '26600999', '65000000', '65099999', NULL, 1652899071),
(52642, '3220', '744.00', '5', '25.001', '30', '20000000', '26600999', '65000000', '65099999', NULL, 1652899072),
(52643, '3298', '90.00', '13', '0.3', '5', '20000000', '26600999', '65100000', '65999999', NULL, 1652899074),
(52644, '3220', '183.00', '11', '0.3', '5', '20000000', '26600999', '65100000', '65999999', NULL, 1652899074),
(52645, '3298', '133.00', '13', '5.001', '10', '20000000', '26600999', '65100000', '65999999', NULL, 1652899074),
(52646, '3220', '266.00', '11', '5.001', '10', '20000000', '26600999', '65100000', '65999999', NULL, 1652899075),
(52647, '3298', '215.00', '13', '10.001', '15', '20000000', '26600999', '65100000', '65999999', NULL, 1652899075),
(52648, '3220', '430.00', '11', '10.001', '15', '20000000', '26600999', '65100000', '65999999', NULL, 1652899076),
(52649, '3298', '298.00', '13', '15.001', '20', '20000000', '26600999', '65100000', '65999999', NULL, 1652899079),
(52650, '3220', '595.00', '11', '15.001', '20', '20000000', '26600999', '65100000', '65999999', NULL, 1652899080),
(52651, '3298', '380.00', '13', '20.001', '25', '20000000', '26600999', '65100000', '65999999', NULL, 1652899080),
(52652, '3220', '760.00', '11', '20.001', '25', '20000000', '26600999', '65100000', '65999999', NULL, 1652899081),
(52653, '3298', '463.00', '13', '25.001', '30', '20000000', '26600999', '65100000', '65999999', NULL, 1652899081),
(52654, '3220', '925.00', '11', '25.001', '30', '20000000', '26600999', '65100000', '65999999', NULL, 1652899081),
(52655, '3298', '45.00', '9', '0.3', '5', '20000000', '26600999', '66000000', '66999999', NULL, 1652899081),
(52656, '3220', '137.00', '5', '0.3', '5', '20000000', '26600999', '66000000', '66999999', NULL, 1652899082),
(52657, '3298', '71.00', '9', '5.001', '10', '20000000', '26600999', '66000000', '66999999', NULL, 1652899082),
(52658, '3220', '214.00', '5', '5.001', '10', '20000000', '26600999', '66000000', '66999999', NULL, 1652899083),
(52659, '3298', '116.00', '9', '10.001', '15', '20000000', '26600999', '66000000', '66999999', NULL, 1652899083),
(52660, '3220', '346.00', '5', '10.001', '15', '20000000', '26600999', '66000000', '66999999', NULL, 1652899083),
(52661, '3298', '160.00', '9', '15.001', '20', '20000000', '26600999', '66000000', '66999999', NULL, 1652899084),
(52662, '3220', '479.00', '5', '15.001', '20', '20000000', '26600999', '66000000', '66999999', NULL, 1652899084),
(52663, '3298', '205.00', '9', '20.001', '25', '20000000', '26600999', '66000000', '66999999', NULL, 1652899085),
(52664, '3220', '612.00', '5', '20.001', '25', '20000000', '26600999', '66000000', '66999999', NULL, 1652899090),
(52665, '3298', '249.00', '9', '25.001', '30', '20000000', '26600999', '66000000', '66999999', NULL, 1652899090),
(52666, '3220', '744.00', '5', '25.001', '30', '20000000', '26600999', '66000000', '66999999', NULL, 1652899091),
(52667, '3298', '45.00', '9', '0.3', '5', '20000000', '26600999', '66000000', '67999999', NULL, 1652899091),
(52668, '3220', '137.00', '5', '0.3', '5', '20000000', '26600999', '66000000', '67999999', NULL, 1652899092),
(52669, '3298', '71.00', '9', '5.001', '10', '20000000', '26600999', '66000000', '67999999', NULL, 1652899092),
(52670, '3220', '214.00', '5', '5.001', '10', '20000000', '26600999', '66000000', '67999999', NULL, 1652899092),
(52671, '3298', '116.00', '9', '10.001', '15', '20000000', '26600999', '66000000', '67999999', NULL, 1652899093),
(52672, '3220', '346.00', '5', '10.001', '15', '20000000', '26600999', '66000000', '67999999', NULL, 1652899093),
(52673, '3298', '160.00', '9', '15.001', '20', '20000000', '26600999', '66000000', '67999999', NULL, 1652899098),
(52674, '3220', '479.00', '5', '15.001', '20', '20000000', '26600999', '66000000', '67999999', NULL, 1652899103),
(52675, '3298', '205.00', '9', '20.001', '25', '20000000', '26600999', '66000000', '67999999', NULL, 1652899104),
(52676, '3220', '612.00', '5', '20.001', '25', '20000000', '26600999', '66000000', '67999999', NULL, 1652899108),
(52677, '3298', '249.00', '9', '25.001', '30', '20000000', '26600999', '66000000', '67999999', NULL, 1652899109),
(52678, '3220', '744.00', '5', '25.001', '30', '20000000', '26600999', '66000000', '67999999', NULL, 1652899109),
(52679, '3298', '90.00', '11', '0.3', '5', '20000000', '26600999', '68000000', '68899999', NULL, 1652899110),
(52680, '3220', '183.00', '9', '0.3', '5', '20000000', '26600999', '68000000', '68899999', NULL, 1652899110),
(52681, '3298', '133.00', '11', '5.001', '10', '20000000', '26600999', '68000000', '68899999', NULL, 1652899111),
(52682, '3220', '266.00', '9', '5.001', '10', '20000000', '26600999', '68000000', '68899999', NULL, 1652899111),
(52683, '3298', '215.00', '11', '10.001', '15', '20000000', '26600999', '68000000', '68899999', NULL, 1652899111),
(52684, '3220', '430.00', '9', '10.001', '15', '20000000', '26600999', '68000000', '68899999', NULL, 1652899112),
(52685, '3298', '298.00', '11', '15.001', '20', '20000000', '26600999', '68000000', '68899999', NULL, 1652899112),
(52686, '3220', '595.00', '9', '15.001', '20', '20000000', '26600999', '68000000', '68899999', NULL, 1652899112),
(52687, '3298', '380.00', '11', '20.001', '25', '20000000', '26600999', '68000000', '68899999', NULL, 1652899113),
(52688, '3220', '760.00', '9', '20.001', '25', '20000000', '26600999', '68000000', '68899999', NULL, 1652899113),
(52689, '3298', '463.00', '11', '25.001', '30', '20000000', '26600999', '68000000', '68899999', NULL, 1652899114),
(52690, '3220', '925.00', '9', '25.001', '30', '20000000', '26600999', '68000000', '68899999', NULL, 1652899118),
(52691, '3298', '45.00', '20', '0.3', '5', '20000000', '26600999', '68900000', '68914999', NULL, 1652899118),
(52692, '3220', '137.00', '12', '0.3', '5', '20000000', '26600999', '68900000', '68914999', NULL, 1652899119),
(52693, '3298', '71.00', '20', '5.001', '10', '20000000', '26600999', '68900000', '68914999', NULL, 1652899119),
(52694, '3220', '214.00', '12', '5.001', '10', '20000000', '26600999', '68900000', '68914999', NULL, 1652899122),
(52695, '3298', '116.00', '20', '10.001', '15', '20000000', '26600999', '68900000', '68914999', NULL, 1652899122),
(52696, '3220', '346.00', '12', '10.001', '15', '20000000', '26600999', '68900000', '68914999', NULL, 1652899123),
(52697, '3298', '160.00', '20', '15.001', '20', '20000000', '26600999', '68900000', '68914999', NULL, 1652899123),
(52698, '3220', '479.00', '12', '15.001', '20', '20000000', '26600999', '68900000', '68914999', NULL, 1652899124),
(52699, '3298', '205.00', '20', '20.001', '25', '20000000', '26600999', '68900000', '68914999', NULL, 1652899124),
(52700, '3220', '612.00', '12', '20.001', '25', '20000000', '26600999', '68900000', '68914999', NULL, 1652899124),
(52701, '3298', '249.00', '20', '25.001', '30', '20000000', '26600999', '68900000', '68914999', NULL, 1652899125),
(52702, '3220', '744.00', '12', '25.001', '30', '20000000', '26600999', '68900000', '68914999', NULL, 1652899125),
(52703, '3298', '90.00', '21', '0.3', '5', '20000000', '26600999', '68915000', '68999999', NULL, 1652899126),
(52704, '3220', '183.00', '14', '0.3', '5', '20000000', '26600999', '68915000', '68999999', NULL, 1652899126),
(52705, '3298', '133.00', '21', '5.001', '10', '20000000', '26600999', '68915000', '68999999', NULL, 1652899126),
(52706, '3220', '266.00', '14', '5.001', '10', '20000000', '26600999', '68915000', '68999999', NULL, 1652899127),
(52707, '3298', '215.00', '21', '10.001', '15', '20000000', '26600999', '68915000', '68999999', NULL, 1652899127),
(52708, '3220', '430.00', '14', '10.001', '15', '20000000', '26600999', '68915000', '68999999', NULL, 1652899130),
(52709, '3298', '298.00', '21', '15.001', '20', '20000000', '26600999', '68915000', '68999999', NULL, 1652899130),
(52710, '3220', '595.00', '14', '15.001', '20', '20000000', '26600999', '68915000', '68999999', NULL, 1652899131),
(52711, '3298', '380.00', '21', '20.001', '25', '20000000', '26600999', '68915000', '68999999', NULL, 1652899133),
(52712, '3220', '760.00', '14', '20.001', '25', '20000000', '26600999', '68915000', '68999999', NULL, 1652899134),
(52713, '3298', '463.00', '21', '25.001', '30', '20000000', '26600999', '68915000', '68999999', NULL, 1652899134),
(52714, '3220', '925.00', '14', '25.001', '30', '20000000', '26600999', '68915000', '68999999', NULL, 1652899134),
(52715, '3298', '45.00', '20', '0.3', '5', '20000000', '26600999', '69000000', '69099999', NULL, 1652899135),
(52716, '3220', '137.00', '3', '0.3', '5', '20000000', '26600999', '69000000', '69099999', NULL, 1652899135),
(52717, '3298', '71.00', '20', '5.001', '10', '20000000', '26600999', '69000000', '69099999', NULL, 1652899135),
(52718, '3220', '214.00', '3', '5.001', '10', '20000000', '26600999', '69000000', '69099999', NULL, 1652899136),
(52719, '3298', '116.00', '20', '10.001', '15', '20000000', '26600999', '69000000', '69099999', NULL, 1652899139),
(52720, '3220', '346.00', '3', '10.001', '15', '20000000', '26600999', '69000000', '69099999', NULL, 1652899139),
(52721, '3298', '160.00', '20', '15.001', '20', '20000000', '26600999', '69000000', '69099999', NULL, 1652899139),
(52722, '3220', '479.00', '3', '15.001', '20', '20000000', '26600999', '69000000', '69099999', NULL, 1652899142),
(52723, '3298', '205.00', '20', '20.001', '25', '20000000', '26600999', '69000000', '69099999', NULL, 1652899142),
(52724, '3220', '612.00', '3', '20.001', '25', '20000000', '26600999', '69000000', '69099999', NULL, 1652899143),
(52725, '3298', '249.00', '20', '25.001', '30', '20000000', '26600999', '69000000', '69099999', NULL, 1652899143),
(52726, '3220', '744.00', '3', '25.001', '30', '20000000', '26600999', '69000000', '69099999', NULL, 1652899143),
(52727, '3298', '90.00', '27', '0.3', '5', '20000000', '26600999', '69100000', '69299999', NULL, 1652899143),
(52728, '3220', '183.00', '8', '0.3', '5', '20000000', '26600999', '69100000', '69299999', NULL, 1652899144),
(52729, '3298', '133.00', '27', '5.001', '10', '20000000', '26600999', '69100000', '69299999', NULL, 1652899147),
(52730, '3220', '266.00', '8', '5.001', '10', '20000000', '26600999', '69100000', '69299999', NULL, 1652899147),
(52731, '3298', '215.00', '27', '10.001', '15', '20000000', '26600999', '69100000', '69299999', NULL, 1652899150),
(52732, '3220', '430.00', '8', '10.001', '15', '20000000', '26600999', '69100000', '69299999', NULL, 1652899150),
(52733, '3298', '298.00', '27', '15.001', '20', '20000000', '26600999', '69100000', '69299999', NULL, 1652899151),
(52734, '3220', '595.00', '8', '15.001', '20', '20000000', '26600999', '69100000', '69299999', NULL, 1652899155),
(52735, '3298', '380.00', '27', '20.001', '25', '20000000', '26600999', '69100000', '69299999', NULL, 1652899155),
(52736, '3220', '760.00', '8', '20.001', '25', '20000000', '26600999', '69100000', '69299999', NULL, 1652899156),
(52737, '3298', '463.00', '27', '25.001', '30', '20000000', '26600999', '69100000', '69299999', NULL, 1652899156),
(52738, '3220', '925.00', '8', '25.001', '30', '20000000', '26600999', '69100000', '69299999', NULL, 1652899157),
(52739, '3298', '45.00', '20', '0.3', '5', '20000000', '26600999', '69300000', '69339999', NULL, 1652899157),
(52740, '3220', '137.00', '3', '0.3', '5', '20000000', '26600999', '69300000', '69339999', NULL, 1652899157),
(52741, '3298', '71.00', '20', '5.001', '10', '20000000', '26600999', '69300000', '69339999', NULL, 1652899158),
(52742, '3220', '214.00', '3', '5.001', '10', '20000000', '26600999', '69300000', '69339999', NULL, 1652899158),
(52743, '3298', '116.00', '20', '10.001', '15', '20000000', '26600999', '69300000', '69339999', NULL, 1652899159),
(52744, '3220', '346.00', '3', '10.001', '15', '20000000', '26600999', '69300000', '69339999', NULL, 1652899159),
(52745, '3298', '160.00', '20', '15.001', '20', '20000000', '26600999', '69300000', '69339999', NULL, 1652899160),
(52746, '3220', '479.00', '3', '15.001', '20', '20000000', '26600999', '69300000', '69339999', NULL, 1652899160),
(52747, '3298', '205.00', '20', '20.001', '25', '20000000', '26600999', '69300000', '69339999', NULL, 1652899160),
(52748, '3220', '612.00', '3', '20.001', '25', '20000000', '26600999', '69300000', '69339999', NULL, 1652899161),
(52749, '3298', '249.00', '20', '25.001', '30', '20000000', '26600999', '69300000', '69339999', NULL, 1652899161),
(52750, '3220', '744.00', '3', '25.001', '30', '20000000', '26600999', '69300000', '69339999', NULL, 1652899161),
(52751, '3298', '90.00', '27', '0.3', '5', '20000000', '26600999', '69340000', '69389999', NULL, 1652899162),
(52752, '3220', '183.00', '10', '0.3', '5', '20000000', '26600999', '69340000', '69389999', NULL, 1652899162),
(52753, '3298', '133.00', '27', '5.001', '10', '20000000', '26600999', '69340000', '69389999', NULL, 1652899166),
(52754, '3220', '266.00', '10', '5.001', '10', '20000000', '26600999', '69340000', '69389999', NULL, 1652899167),
(52755, '3298', '215.00', '27', '10.001', '15', '20000000', '26600999', '69340000', '69389999', NULL, 1652899167),
(52756, '3220', '430.00', '10', '10.001', '15', '20000000', '26600999', '69340000', '69389999', NULL, 1652899167),
(52757, '3298', '298.00', '27', '15.001', '20', '20000000', '26600999', '69340000', '69389999', NULL, 1652899170),
(52758, '3220', '595.00', '10', '15.001', '20', '20000000', '26600999', '69340000', '69389999', NULL, 1652899170),
(52759, '3298', '380.00', '27', '20.001', '25', '20000000', '26600999', '69340000', '69389999', NULL, 1652899170),
(52760, '3220', '760.00', '10', '20.001', '25', '20000000', '26600999', '69340000', '69389999', NULL, 1652899171),
(52761, '3298', '463.00', '27', '25.001', '30', '20000000', '26600999', '69340000', '69389999', NULL, 1652899171),
(52762, '3220', '925.00', '10', '25.001', '30', '20000000', '26600999', '69340000', '69389999', NULL, 1652899172),
(52763, '3298', '45.00', '10', '0.3', '5', '20000000', '26600999', '69900000', '69920999', NULL, 1652899172),
(52764, '3220', '137.00', '6', '0.3', '5', '20000000', '26600999', '69900000', '69920999', NULL, 1652899173),
(52765, '3298', '71.00', '10', '5.001', '10', '20000000', '26600999', '69900000', '69920999', NULL, 1652899173),
(52766, '3220', '214.00', '6', '5.001', '10', '20000000', '26600999', '69900000', '69920999', NULL, 1652899173),
(52767, '3298', '116.00', '10', '10.001', '15', '20000000', '26600999', '69900000', '69920999', NULL, 1652899174),
(52768, '3220', '346.00', '6', '10.001', '15', '20000000', '26600999', '69900000', '69920999', NULL, 1652899174),
(52769, '3298', '160.00', '10', '15.001', '20', '20000000', '26600999', '69900000', '69920999', NULL, 1652899175),
(52770, '3220', '479.00', '6', '15.001', '20', '20000000', '26600999', '69900000', '69920999', NULL, 1652899175),
(52771, '3298', '205.00', '10', '20.001', '25', '20000000', '26600999', '69900000', '69920999', NULL, 1652899176),
(52772, '3220', '612.00', '6', '20.001', '25', '20000000', '26600999', '69900000', '69920999', NULL, 1652899176),
(52773, '3298', '249.00', '10', '25.001', '30', '20000000', '26600999', '69900000', '69920999', NULL, 1652899176),
(52774, '3220', '744.00', '6', '25.001', '30', '20000000', '26600999', '69900000', '69920999', NULL, 1652899177),
(52775, '3298', '90.00', '13', '0.3', '5', '20000000', '26600999', '69921000', '69999999', NULL, 1652899177),
(52776, '3220', '183.00', '11', '0.3', '5', '20000000', '26600999', '69921000', '69999999', NULL, 1652899179),
(52777, '3298', '133.00', '13', '5.001', '10', '20000000', '26600999', '69921000', '69999999', NULL, 1652899179),
(52778, '3220', '266.00', '11', '5.001', '10', '20000000', '26600999', '69921000', '69999999', NULL, 1652899180),
(52779, '3298', '215.00', '13', '10.001', '15', '20000000', '26600999', '69921000', '69999999', NULL, 1652899180),
(52780, '3220', '430.00', '11', '10.001', '15', '20000000', '26600999', '69921000', '69999999', NULL, 1652899180),
(52781, '3298', '298.00', '13', '15.001', '20', '20000000', '26600999', '69921000', '69999999', NULL, 1652899181),
(52782, '3220', '595.00', '11', '15.001', '20', '20000000', '26600999', '69921000', '69999999', NULL, 1652899183),
(52783, '3298', '380.00', '13', '20.001', '25', '20000000', '26600999', '69921000', '69999999', NULL, 1652899183),
(52784, '3220', '760.00', '11', '20.001', '25', '20000000', '26600999', '69921000', '69999999', NULL, 1652899183),
(52785, '3298', '463.00', '13', '25.001', '30', '20000000', '26600999', '69921000', '69999999', NULL, 1652899184),
(52786, '3220', '925.00', '11', '25.001', '30', '20000000', '26600999', '69921000', '69999999', NULL, 1652899184),
(52787, '3298', '30.00', '6', '0.3', '5', '20000000', '26600999', '71000000', '73699999', NULL, 1652899184),
(52788, '3220', '59.00', '1', '0.3', '5', '20000000', '26600999', '71000000', '73699999', NULL, 1652899185),
(52789, '3298', '44.00', '6', '5.001', '10', '20000000', '26600999', '71000000', '73699999', NULL, 1652899185),
(52790, '3220', '93.00', '1', '5.001', '10', '20000000', '26600999', '71000000', '73699999', NULL, 1652899185),
(52791, '3298', '71.00', '6', '10.001', '15', '20000000', '26600999', '71000000', '73699999', NULL, 1652899186),
(52792, '3220', '150.00', '1', '10.001', '15', '20000000', '26600999', '71000000', '73699999', NULL, 1652899186),
(52793, '3298', '99.00', '6', '15.001', '20', '20000000', '26600999', '71000000', '73699999', NULL, 1652899186),
(52794, '3220', '208.00', '1', '15.001', '20', '20000000', '26600999', '71000000', '73699999', NULL, 1652899187),
(52795, '3298', '126.00', '6', '20.001', '25', '20000000', '26600999', '71000000', '73699999', NULL, 1652899187),
(52796, '3220', '266.00', '1', '20.001', '25', '20000000', '26600999', '71000000', '73699999', NULL, 1652899188),
(52797, '3298', '153.00', '6', '25.001', '30', '20000000', '26600999', '71000000', '73699999', NULL, 1652899188),
(52798, '3220', '324.00', '1', '25.001', '30', '20000000', '26600999', '71000000', '73699999', NULL, 1652899188),
(52799, '3298', '30.00', '6', '0.3', '5', '20000000', '26600999', '72800000', '73999999', NULL, 1652899189),
(52800, '3220', '59.00', '2', '0.3', '5', '20000000', '26600999', '72800000', '73999999', NULL, 1652899189),
(52801, '3298', '44.00', '6', '5.001', '10', '20000000', '26600999', '72800000', '73999999', NULL, 1652899189),
(52802, '3220', '93.00', '2', '5.001', '10', '20000000', '26600999', '72800000', '73999999', NULL, 1652899190),
(52803, '3298', '71.00', '6', '10.001', '15', '20000000', '26600999', '72800000', '73999999', NULL, 1652899190),
(52804, '3220', '150.00', '2', '10.001', '15', '20000000', '26600999', '72800000', '73999999', NULL, 1652899190),
(52805, '3298', '99.00', '6', '15.001', '20', '20000000', '26600999', '72800000', '73999999', NULL, 1652899191),
(52806, '3220', '208.00', '2', '15.001', '20', '20000000', '26600999', '72800000', '73999999', NULL, 1652899191),
(52807, '3298', '126.00', '6', '20.001', '25', '20000000', '26600999', '72800000', '73999999', NULL, 1652899193),
(52808, '3220', '266.00', '2', '20.001', '25', '20000000', '26600999', '72800000', '73999999', NULL, 1652899193),
(52809, '3298', '153.00', '6', '25.001', '30', '20000000', '26600999', '72800000', '73999999', NULL, 1652899194),
(52810, '3220', '324.00', '2', '25.001', '30', '20000000', '26600999', '72800000', '73999999', NULL, 1652899194),
(52811, '3298', '34.00', '5', '0.3', '5', '20000000', '26600999', '74000000', '74894999', NULL, 1652899195),
(52812, '3220', '80.00', '1', '0.3', '5', '20000000', '26600999', '74000000', '74894999', NULL, 1652899195),
(52813, '3298', '50.00', '5', '5.001', '10', '20000000', '26600999', '74000000', '74894999', NULL, 1652899195),
(52814, '3220', '125.00', '1', '5.001', '10', '20000000', '26600999', '74000000', '74894999', NULL, 1652899196),
(52815, '3298', '82.00', '5', '10.001', '15', '20000000', '26600999', '74000000', '74894999', NULL, 1652899196),
(52816, '3220', '203.00', '1', '10.001', '15', '20000000', '26600999', '74000000', '74894999', NULL, 1652899197),
(52817, '3298', '113.00', '5', '15.001', '20', '20000000', '26600999', '74000000', '74894999', NULL, 1652899197),
(52818, '3220', '281.00', '1', '15.001', '20', '20000000', '26600999', '74000000', '74894999', NULL, 1652899198),
(52819, '3298', '145.00', '5', '20.001', '25', '20000000', '26600999', '74000000', '74894999', NULL, 1652899198),
(52820, '3220', '359.00', '1', '20.001', '25', '20000000', '26600999', '74000000', '74894999', NULL, 1652899199),
(52821, '3298', '176.00', '5', '25.001', '30', '20000000', '26600999', '74000000', '74894999', NULL, 1652899199),
(52822, '3220', '437.00', '1', '25.001', '30', '20000000', '26600999', '74000000', '74894999', NULL, 1652899200),
(52823, '3298', '34.00', '5', '0.3', '5', '20000000', '26600999', '74895000', '76799999', NULL, 1652899200),
(52824, '3220', '80.00', '1', '0.3', '5', '20000000', '26600999', '74895000', '76799999', NULL, 1652899201),
(52825, '3298', '50.00', '5', '5.001', '10', '20000000', '26600999', '74895000', '76799999', NULL, 1652899201),
(52826, '3220', '125.00', '1', '5.001', '10', '20000000', '26600999', '74895000', '76799999', NULL, 1652899201),
(52827, '3298', '82.00', '5', '10.001', '15', '20000000', '26600999', '74895000', '76799999', NULL, 1652899202),
(52828, '3220', '203.00', '1', '10.001', '15', '20000000', '26600999', '74895000', '76799999', NULL, 1652899202),
(52829, '3298', '113.00', '5', '15.001', '20', '20000000', '26600999', '74895000', '76799999', NULL, 1652899202),
(52830, '3220', '281.00', '1', '15.001', '20', '20000000', '26600999', '74895000', '76799999', NULL, 1652899203),
(52831, '3298', '145.00', '5', '20.001', '25', '20000000', '26600999', '74895000', '76799999', NULL, 1652899203),
(52832, '3220', '359.00', '1', '20.001', '25', '20000000', '26600999', '74895000', '76799999', NULL, 1652899204),
(52833, '3298', '176.00', '5', '25.001', '30', '20000000', '26600999', '74895000', '76799999', NULL, 1652899204),
(52834, '3220', '437.00', '1', '25.001', '30', '20000000', '26600999', '74895000', '76799999', NULL, 1652899204),
(52835, '3298', '38.00', '7', '0.3', '5', '20000000', '26600999', '77000000', '77270999', NULL, 1652899204),
(52836, '3220', '113.00', '3', '0.3', '5', '20000000', '26600999', '77000000', '77270999', NULL, 1652899205),
(52837, '3298', '58.00', '7', '5.001', '10', '20000000', '26600999', '77000000', '77270999', NULL, 1652899205),
(52838, '3220', '176.00', '3', '5.001', '10', '20000000', '26600999', '77000000', '77270999', NULL, 1652899205),
(52839, '3298', '94.00', '7', '10.001', '15', '20000000', '26600999', '77000000', '77270999', NULL, 1652899207),
(52840, '3220', '286.00', '3', '10.001', '15', '20000000', '26600999', '77000000', '77270999', NULL, 1652899208),
(52841, '3298', '130.00', '7', '15.001', '20', '20000000', '26600999', '77000000', '77270999', NULL, 1652899208),
(52842, '3220', '396.00', '3', '15.001', '20', '20000000', '26600999', '77000000', '77270999', NULL, 1652899209),
(52843, '3298', '166.00', '7', '20.001', '25', '20000000', '26600999', '77000000', '77270999', NULL, 1652899209),
(52844, '3220', '505.00', '3', '20.001', '25', '20000000', '26600999', '77000000', '77270999', NULL, 1652899209),
(52845, '3298', '202.00', '7', '25.001', '30', '20000000', '26600999', '77000000', '77270999', NULL, 1652899210),
(52846, '3220', '615.00', '3', '25.001', '30', '20000000', '26600999', '77000000', '77270999', NULL, 1652899210),
(52847, '3298', '70.00', '8', '0.3', '5', '20000000', '26600999', '77300000', '77995999', NULL, 1652899211),
(52848, '3220', '157.00', '4', '0.3', '5', '20000000', '26600999', '77300000', '77995999', NULL, 1652899211),
(52849, '3298', '106.00', '8', '5.001', '10', '20000000', '26600999', '77300000', '77995999', NULL, 1652899211),
(52850, '3220', '226.00', '4', '5.001', '10', '20000000', '26600999', '77300000', '77995999', NULL, 1652899212),
(52851, '3298', '172.00', '8', '10.001', '15', '20000000', '26600999', '77300000', '77995999', NULL, 1652899212),
(52852, '3220', '367.00', '4', '10.001', '15', '20000000', '26600999', '77300000', '77995999', NULL, 1652899213),
(52853, '3298', '239.00', '8', '15.001', '20', '20000000', '26600999', '77300000', '77995999', NULL, 1652899213),
(52854, '3220', '508.00', '4', '15.001', '20', '20000000', '26600999', '77300000', '77995999', NULL, 1652899216),
(52855, '3298', '305.00', '8', '20.001', '25', '20000000', '26600999', '77300000', '77995999', NULL, 1652899217),
(52856, '3220', '649.00', '4', '20.001', '25', '20000000', '26600999', '77300000', '77995999', NULL, 1652899217),
(52857, '3298', '371.00', '8', '25.001', '30', '20000000', '26600999', '77300000', '77995999', NULL, 1652899217),
(52858, '3220', '789.00', '4', '25.001', '30', '20000000', '26600999', '77300000', '77995999', NULL, 1652899218),
(52859, '3298', '38.00', '9', '0.3', '5', '20000000', '26600999', '78000000', '78109999', NULL, 1652899219),
(52860, '3220', '113.00', '5', '0.3', '5', '20000000', '26600999', '78000000', '78109999', NULL, 1652899220),
(52861, '3298', '58.00', '9', '5.001', '10', '20000000', '26600999', '78000000', '78109999', NULL, 1652899220),
(52862, '3220', '176.00', '5', '5.001', '10', '20000000', '26600999', '78000000', '78109999', NULL, 1652899220),
(52863, '3298', '94.00', '9', '10.001', '15', '20000000', '26600999', '78000000', '78109999', NULL, 1652899221),
(52864, '3220', '286.00', '5', '10.001', '15', '20000000', '26600999', '78000000', '78109999', NULL, 1652899222),
(52865, '3298', '130.00', '9', '15.001', '20', '20000000', '26600999', '78000000', '78109999', NULL, 1652899222),
(52866, '3220', '396.00', '5', '15.001', '20', '20000000', '26600999', '78000000', '78109999', NULL, 1652899223),
(52867, '3298', '166.00', '9', '20.001', '25', '20000000', '26600999', '78000000', '78109999', NULL, 1652899223),
(52868, '3220', '505.00', '5', '20.001', '25', '20000000', '26600999', '78000000', '78109999', NULL, 1652899223),
(52869, '3298', '202.00', '9', '25.001', '30', '20000000', '26600999', '78000000', '78109999', NULL, 1652899224),
(52870, '3220', '615.00', '5', '25.001', '30', '20000000', '26600999', '78000000', '78109999', NULL, 1652899224),
(52871, '3298', '70.00', '8', '0.3', '5', '20000000', '26600999', '78110000', '78899999', NULL, 1652899225),
(52872, '3220', '157.00', '6', '0.3', '5', '20000000', '26600999', '78110000', '78899999', NULL, 1652899225),
(52873, '3298', '106.00', '8', '5.001', '10', '20000000', '26600999', '78110000', '78899999', NULL, 1652899226),
(52874, '3220', '226.00', '6', '5.001', '10', '20000000', '26600999', '78110000', '78899999', NULL, 1652899226),
(52875, '3298', '172.00', '8', '10.001', '15', '20000000', '26600999', '78110000', '78899999', NULL, 1652899226),
(52876, '3220', '367.00', '6', '10.001', '15', '20000000', '26600999', '78110000', '78899999', NULL, 1652899227),
(52877, '3298', '239.00', '8', '15.001', '20', '20000000', '26600999', '78110000', '78899999', NULL, 1652899227),
(52878, '3220', '508.00', '6', '15.001', '20', '20000000', '26600999', '78110000', '78899999', NULL, 1652899227),
(52879, '3298', '305.00', '8', '20.001', '25', '20000000', '26600999', '78110000', '78899999', NULL, 1652899228),
(52880, '3220', '649.00', '6', '20.001', '25', '20000000', '26600999', '78110000', '78899999', NULL, 1652899228),
(52881, '3298', '371.00', '8', '25.001', '30', '20000000', '26600999', '78110000', '78899999', NULL, 1652899229),
(52882, '3220', '789.00', '6', '25.001', '30', '20000000', '26600999', '78110000', '78899999', NULL, 1652899230),
(52883, '3298', '90.00', '10', '0.3', '5', '20000000', '26600999', '78900000', '78930999', NULL, 1652899230),
(52884, '3220', '183.00', '6', '0.3', '5', '20000000', '26600999', '78900000', '78930999', NULL, 1652899231),
(52885, '3298', '133.00', '10', '5.001', '10', '20000000', '26600999', '78900000', '78930999', NULL, 1652899231),
(52886, '3220', '266.00', '6', '5.001', '10', '20000000', '26600999', '78900000', '78930999', NULL, 1652899232),
(52887, '3298', '215.00', '10', '10.001', '15', '20000000', '26600999', '78900000', '78930999', NULL, 1652899232),
(52888, '3220', '430.00', '6', '10.001', '15', '20000000', '26600999', '78900000', '78930999', NULL, 1652899232),
(52889, '3298', '298.00', '10', '15.001', '20', '20000000', '26600999', '78900000', '78930999', NULL, 1652899232),
(52890, '3220', '595.00', '6', '15.001', '20', '20000000', '26600999', '78900000', '78930999', NULL, 1652899233),
(52891, '3298', '380.00', '10', '20.001', '25', '20000000', '26600999', '78900000', '78930999', NULL, 1652899233),
(52892, '3220', '760.00', '6', '20.001', '25', '20000000', '26600999', '78900000', '78930999', NULL, 1652899233),
(52893, '3298', '463.00', '10', '25.001', '30', '20000000', '26600999', '78900000', '78930999', NULL, 1652899235),
(52894, '3220', '925.00', '6', '25.001', '30', '20000000', '26600999', '78900000', '78930999', NULL, 1652899235),
(52895, '3298', '70.00', '9', '0.3', '5', '20000000', '26600999', '78931000', '78999999', NULL, 1652899236),
(52896, '3220', '157.00', '5', '0.3', '5', '20000000', '26600999', '78931000', '78999999', NULL, 1652899236),
(52897, '3298', '106.00', '9', '5.001', '10', '20000000', '26600999', '78931000', '78999999', NULL, 1652899236),
(52898, '3220', '226.00', '5', '5.001', '10', '20000000', '26600999', '78931000', '78999999', NULL, 1652899237),
(52899, '3298', '172.00', '9', '10.001', '15', '20000000', '26600999', '78931000', '78999999', NULL, 1652899239),
(52900, '3220', '367.00', '5', '10.001', '15', '20000000', '26600999', '78931000', '78999999', NULL, 1652899240),
(52901, '3298', '239.00', '9', '15.001', '20', '20000000', '26600999', '78931000', '78999999', NULL, 1652899240),
(52902, '3220', '508.00', '5', '15.001', '20', '20000000', '26600999', '78931000', '78999999', NULL, 1652899242),
(52903, '3298', '305.00', '9', '20.001', '25', '20000000', '26600999', '78931000', '78999999', NULL, 1652899242),
(52904, '3220', '649.00', '5', '20.001', '25', '20000000', '26600999', '78931000', '78999999', NULL, 1652899243),
(52905, '3298', '371.00', '9', '25.001', '30', '20000000', '26600999', '78931000', '78999999', NULL, 1652899243),
(52906, '3220', '789.00', '5', '25.001', '30', '20000000', '26600999', '78931000', '78999999', NULL, 1652899244),
(52907, '3298', '34.00', '5', '0.3', '5', '20000000', '26600999', '79000000', '79129999', NULL, 1652899244),
(52908, '3220', '80.00', '1', '0.3', '5', '20000000', '26600999', '79000000', '79129999', NULL, 1652899244),
(52909, '3298', '50.00', '5', '5.001', '10', '20000000', '26600999', '79000000', '79129999', NULL, 1652899246),
(52910, '3220', '125.00', '1', '5.001', '10', '20000000', '26600999', '79000000', '79129999', NULL, 1652899247),
(52911, '3298', '82.00', '5', '10.001', '15', '20000000', '26600999', '79000000', '79129999', NULL, 1652899248),
(52912, '3220', '203.00', '1', '10.001', '15', '20000000', '26600999', '79000000', '79129999', NULL, 1652899248),
(52913, '3298', '113.00', '5', '15.001', '20', '20000000', '26600999', '79000000', '79129999', NULL, 1652899249),
(52914, '3220', '281.00', '1', '15.001', '20', '20000000', '26600999', '79000000', '79129999', NULL, 1652899250),
(52915, '3298', '145.00', '5', '20.001', '25', '20000000', '26600999', '79000000', '79129999', NULL, 1652899250),
(52916, '3220', '359.00', '1', '20.001', '25', '20000000', '26600999', '79000000', '79129999', NULL, 1652899250),
(52917, '3298', '176.00', '5', '25.001', '30', '20000000', '26600999', '79000000', '79129999', NULL, 1652899251),
(52918, '3220', '437.00', '1', '25.001', '30', '20000000', '26600999', '79000000', '79129999', NULL, 1652899251),
(52919, '3298', '50.00', '8', '0.3', '5', '20000000', '26600999', '79130000', '79999999', NULL, 1652899251),
(52920, '3220', '124.00', '5', '0.3', '5', '20000000', '26600999', '79130000', '79999999', NULL, 1652899252),
(52921, '3298', '83.00', '8', '5.001', '10', '20000000', '26600999', '79130000', '79999999', NULL, 1652899252),
(52922, '3220', '175.00', '5', '5.001', '10', '20000000', '26600999', '79130000', '79999999', NULL, 1652899252),
(52923, '3298', '135.00', '8', '10.001', '15', '20000000', '26600999', '79130000', '79999999', NULL, 1652899253),
(52924, '3220', '283.00', '5', '10.001', '15', '20000000', '26600999', '79130000', '79999999', NULL, 1652899253),
(52925, '3298', '186.00', '8', '15.001', '20', '20000000', '26600999', '79130000', '79999999', NULL, 1652899255),
(52926, '3220', '392.00', '5', '15.001', '20', '20000000', '26600999', '79130000', '79999999', NULL, 1652899256),
(52927, '3298', '238.00', '8', '20.001', '25', '20000000', '26600999', '79130000', '79999999', NULL, 1652899257),
(52928, '3220', '500.00', '5', '20.001', '25', '20000000', '26600999', '79130000', '79999999', NULL, 1652899258),
(52929, '3298', '290.00', '8', '25.001', '30', '20000000', '26600999', '79130000', '79999999', NULL, 1652899258),
(52930, '3220', '609.00', '5', '25.001', '30', '20000000', '26600999', '79130000', '79999999', NULL, 1652899259),
(52931, '3298', '30.00', '5', '0.3', '5', '20000000', '26600999', '80000000', '82999999', NULL, 1652899259),
(52932, '3220', '59.00', '1', '0.3', '5', '20000000', '26600999', '80000000', '82999999', NULL, 1652899260),
(52933, '3298', '44.00', '5', '5.001', '10', '20000000', '26600999', '80000000', '82999999', NULL, 1652899260),
(52934, '3220', '93.00', '1', '5.001', '10', '20000000', '26600999', '80000000', '82999999', NULL, 1652899261),
(52935, '3298', '71.00', '5', '10.001', '15', '20000000', '26600999', '80000000', '82999999', NULL, 1652899261),
(52936, '3220', '150.00', '1', '10.001', '15', '20000000', '26600999', '80000000', '82999999', NULL, 1652899261),
(52937, '3298', '99.00', '5', '15.001', '20', '20000000', '26600999', '80000000', '82999999', NULL, 1652899262),
(52938, '3220', '208.00', '1', '15.001', '20', '20000000', '26600999', '80000000', '82999999', NULL, 1652899262),
(52939, '3298', '126.00', '5', '20.001', '25', '20000000', '26600999', '80000000', '82999999', NULL, 1652899262),
(52940, '3220', '266.00', '1', '20.001', '25', '20000000', '26600999', '80000000', '82999999', NULL, 1652899263),
(52941, '3298', '153.00', '5', '25.001', '30', '20000000', '26600999', '80000000', '82999999', NULL, 1652899263),
(52942, '3220', '324.00', '1', '25.001', '30', '20000000', '26600999', '80000000', '82999999', NULL, 1652899263),
(52943, '3298', '30.00', '5', '0.3', '5', '20000000', '26600999', '80000000', '83800999', NULL, 1652899264),
(52944, '3220', '59.00', '1', '0.3', '5', '20000000', '26600999', '80000000', '83800999', NULL, 1652899264),
(52945, '3298', '44.00', '5', '5.001', '10', '20000000', '26600999', '80000000', '83800999', NULL, 1652899264),
(52946, '3220', '93.00', '1', '5.001', '10', '20000000', '26600999', '80000000', '83800999', NULL, 1652899265),
(52947, '3298', '71.00', '5', '10.001', '15', '20000000', '26600999', '80000000', '83800999', NULL, 1652899265),
(52948, '3220', '150.00', '1', '10.001', '15', '20000000', '26600999', '80000000', '83800999', NULL, 1652899265),
(52949, '3298', '99.00', '5', '15.001', '20', '20000000', '26600999', '80000000', '83800999', NULL, 1652899266),
(52950, '3220', '208.00', '1', '15.001', '20', '20000000', '26600999', '80000000', '83800999', NULL, 1652899267),
(52951, '3298', '126.00', '5', '20.001', '25', '20000000', '26600999', '80000000', '83800999', NULL, 1652899267),
(52952, '3220', '266.00', '1', '20.001', '25', '20000000', '26600999', '80000000', '83800999', NULL, 1652899267),
(52953, '3298', '153.00', '5', '25.001', '30', '20000000', '26600999', '80000000', '83800999', NULL, 1652899268),
(52954, '3220', '324.00', '1', '25.001', '30', '20000000', '26600999', '80000000', '83800999', NULL, 1652899268),
(52955, '3298', '44.00', '7', '0.3', '5', '20000000', '26600999', '83801000', '87999999', NULL, 1652899269),
(52956, '3220', '102.00', '4', '0.3', '5', '20000000', '26600999', '83801000', '87999999', NULL, 1652899269),
(52957, '3298', '74.00', '7', '5.001', '10', '20000000', '26600999', '83801000', '87999999', NULL, 1652899270),
(52958, '3220', '141.00', '4', '5.001', '10', '20000000', '26600999', '83801000', '87999999', NULL, 1652899270),
(52959, '3298', '120.00', '7', '10.001', '15', '20000000', '26600999', '83801000', '87999999', NULL, 1652899270),
(52960, '3220', '229.00', '4', '10.001', '15', '20000000', '26600999', '83801000', '87999999', NULL, 1652899271),
(52961, '3298', '166.00', '7', '15.001', '20', '20000000', '26600999', '83801000', '87999999', NULL, 1652899271),
(52962, '3220', '316.00', '4', '15.001', '20', '20000000', '26600999', '83801000', '87999999', NULL, 1652899272),
(52963, '3298', '212.00', '7', '20.001', '25', '20000000', '26600999', '83801000', '87999999', NULL, 1652899272),
(52964, '3220', '404.00', '4', '20.001', '25', '20000000', '26600999', '83801000', '87999999', NULL, 1652899274),
(52965, '3298', '258.00', '7', '25.001', '30', '20000000', '26600999', '83801000', '87999999', NULL, 1652899276),
(52966, '3220', '492.00', '4', '25.001', '30', '20000000', '26600999', '83801000', '87999999', NULL, 1652899277),
(52967, '3298', '34.00', '5', '0.3', '5', '20000000', '26600999', '88000000', '82999999', NULL, 1652899277),
(52968, '3220', '80.00', '1', '0.3', '5', '20000000', '26600999', '88000000', '82999999', NULL, 1652899278),
(52969, '3298', '50.00', '5', '5.001', '10', '20000000', '26600999', '88000000', '82999999', NULL, 1652899278),
(52970, '3220', '125.00', '1', '5.001', '10', '20000000', '26600999', '88000000', '82999999', NULL, 1652899278),
(52971, '3298', '82.00', '5', '10.001', '15', '20000000', '26600999', '88000000', '82999999', NULL, 1652899279),
(52972, '3220', '203.00', '1', '10.001', '15', '20000000', '26600999', '88000000', '82999999', NULL, 1652899279),
(52973, '3298', '113.00', '5', '15.001', '20', '20000000', '26600999', '88000000', '82999999', NULL, 1652899280),
(52974, '3220', '281.00', '1', '15.001', '20', '20000000', '26600999', '88000000', '82999999', NULL, 1652899280),
(52975, '3298', '145.00', '5', '20.001', '25', '20000000', '26600999', '88000000', '82999999', NULL, 1652899281),
(52976, '3220', '359.00', '1', '20.001', '25', '20000000', '26600999', '88000000', '82999999', NULL, 1652899281),
(52977, '3298', '176.00', '5', '25.001', '30', '20000000', '26600999', '88000000', '82999999', NULL, 1652899281),
(52978, '3220', '437.00', '1', '25.001', '30', '20000000', '26600999', '88000000', '82999999', NULL, 1652899282);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(52979, '3298', '34.00', '5', '0.3', '5', '20000000', '26600999', '88000000', '88469999', NULL, 1652899282),
(52980, '3220', '80.00', '1', '0.3', '5', '20000000', '26600999', '88000000', '88469999', NULL, 1652899282),
(52981, '3298', '50.00', '5', '5.001', '10', '20000000', '26600999', '88000000', '88469999', NULL, 1652899283),
(52982, '3220', '125.00', '1', '5.001', '10', '20000000', '26600999', '88000000', '88469999', NULL, 1652899283),
(52983, '3298', '82.00', '5', '10.001', '15', '20000000', '26600999', '88000000', '88469999', NULL, 1652899284),
(52984, '3220', '203.00', '1', '10.001', '15', '20000000', '26600999', '88000000', '88469999', NULL, 1652899284),
(52985, '3298', '113.00', '5', '15.001', '20', '20000000', '26600999', '88000000', '88469999', NULL, 1652899285),
(52986, '3220', '281.00', '1', '15.001', '20', '20000000', '26600999', '88000000', '88469999', NULL, 1652899285),
(52987, '3298', '145.00', '5', '20.001', '25', '20000000', '26600999', '88000000', '88469999', NULL, 1652899285),
(52988, '3220', '359.00', '1', '20.001', '25', '20000000', '26600999', '88000000', '88469999', NULL, 1652899286),
(52989, '3298', '176.00', '5', '25.001', '30', '20000000', '26600999', '88000000', '88469999', NULL, 1652899288),
(52990, '3220', '437.00', '1', '25.001', '30', '20000000', '26600999', '88000000', '88469999', NULL, 1652899288),
(52991, '3298', '43.00', '6', '0.3', '5', '20000000', '26600999', '88470000', '89999999', NULL, 1652899288),
(52992, '3220', '104.00', '2', '0.3', '5', '20000000', '26600999', '88470000', '89999999', NULL, 1652899289),
(52993, '3298', '71.00', '6', '5.001', '10', '20000000', '26600999', '88470000', '89999999', NULL, 1652899289),
(52994, '3220', '147.00', '2', '5.001', '10', '20000000', '26600999', '88470000', '89999999', NULL, 1652899290),
(52995, '3298', '116.00', '6', '10.001', '15', '20000000', '26600999', '88470000', '89999999', NULL, 1652899290),
(52996, '3220', '238.00', '2', '10.001', '15', '20000000', '26600999', '88470000', '89999999', NULL, 1652899290),
(52997, '3298', '160.00', '6', '15.001', '20', '20000000', '26600999', '88470000', '89999999', NULL, 1652899290),
(52998, '3220', '329.00', '2', '15.001', '20', '20000000', '26600999', '88470000', '89999999', NULL, 1652899291),
(52999, '3298', '205.00', '6', '20.001', '25', '20000000', '26600999', '88470000', '89999999', NULL, 1652899291),
(53000, '3220', '420.00', '2', '20.001', '25', '20000000', '26600999', '88470000', '89999999', NULL, 1652899292),
(53001, '3298', '249.00', '6', '25.001', '30', '20000000', '26600999', '88470000', '89999999', NULL, 1652899292),
(53002, '3220', '511.00', '2', '25.001', '30', '20000000', '26600999', '88470000', '89999999', NULL, 1652899292),
(53003, '3298', '34.00', '5', '0.3', '5', '20000000', '26600999', '90000000', '91999999', NULL, 1652899293),
(53004, '3220', '80.00', '1', '0.3', '5', '20000000', '26600999', '90000000', '91999999', NULL, 1652899293),
(53005, '3298', '50.00', '5', '5.001', '10', '20000000', '26600999', '90000000', '91999999', NULL, 1652899293),
(53006, '3220', '125.00', '1', '5.001', '10', '20000000', '26600999', '90000000', '91999999', NULL, 1652899294),
(53007, '3298', '82.00', '5', '10.001', '15', '20000000', '26600999', '90000000', '91999999', NULL, 1652899294),
(53008, '3220', '203.00', '1', '10.001', '15', '20000000', '26600999', '90000000', '91999999', NULL, 1652899294),
(53009, '3298', '113.00', '5', '15.001', '20', '20000000', '26600999', '90000000', '91999999', NULL, 1652899295),
(53010, '3220', '281.00', '1', '15.001', '20', '20000000', '26600999', '90000000', '91999999', NULL, 1652899295),
(53011, '3298', '145.00', '5', '20.001', '25', '20000000', '26600999', '90000000', '91999999', NULL, 1652899295),
(53012, '3220', '359.00', '1', '20.001', '25', '20000000', '26600999', '90000000', '91999999', NULL, 1652899296),
(53013, '3298', '176.00', '5', '25.001', '30', '20000000', '26600999', '90000000', '91999999', NULL, 1652899296),
(53014, '3220', '437.00', '1', '25.001', '30', '20000000', '26600999', '90000000', '91999999', NULL, 1652899296),
(53015, '3298', '34.00', '6', '0.3', '5', '20000000', '26600999', '90000000', '94900999', NULL, 1652899297),
(53016, '3220', '80.00', '2', '0.3', '5', '20000000', '26600999', '90000000', '94900999', NULL, 1652899298),
(53017, '3298', '50.00', '6', '5.001', '10', '20000000', '26600999', '90000000', '94900999', NULL, 1652899298),
(53018, '3220', '125.00', '2', '5.001', '10', '20000000', '26600999', '90000000', '94900999', NULL, 1652899299),
(53019, '3298', '82.00', '6', '10.001', '15', '20000000', '26600999', '90000000', '94900999', NULL, 1652899301),
(53020, '3220', '203.00', '2', '10.001', '15', '20000000', '26600999', '90000000', '94900999', NULL, 1652899301),
(53021, '3298', '113.00', '6', '15.001', '20', '20000000', '26600999', '90000000', '94900999', NULL, 1652899301),
(53022, '3220', '281.00', '2', '15.001', '20', '20000000', '26600999', '90000000', '94900999', NULL, 1652899302),
(53023, '3298', '145.00', '6', '20.001', '25', '20000000', '26600999', '90000000', '94900999', NULL, 1652899302),
(53024, '3220', '359.00', '2', '20.001', '25', '20000000', '26600999', '90000000', '94900999', NULL, 1652899303),
(53025, '3298', '176.00', '6', '25.001', '30', '20000000', '26600999', '90000000', '94900999', NULL, 1652899304),
(53026, '3220', '437.00', '2', '25.001', '30', '20000000', '26600999', '90000000', '94900999', NULL, 1652899304),
(53027, '3298', '50.00', '9', '0.3', '5', '20000000', '26600999', '94901000', '99999999', NULL, 1652899305),
(53028, '3220', '124.00', '6', '0.3', '5', '20000000', '26600999', '94901000', '99999999', NULL, 1652899305),
(53029, '3298', '83.00', '9', '5.001', '10', '20000000', '26600999', '94901000', '99999999', NULL, 1652899305),
(53030, '3220', '175.00', '6', '5.001', '10', '20000000', '26600999', '94901000', '99999999', NULL, 1652899305),
(53031, '3298', '135.00', '9', '10.001', '15', '20000000', '26600999', '94901000', '99999999', NULL, 1652899306),
(53032, '3220', '283.00', '6', '10.001', '15', '20000000', '26600999', '94901000', '99999999', NULL, 1652899306),
(53033, '3298', '186.00', '9', '15.001', '20', '20000000', '26600999', '94901000', '99999999', NULL, 1652899306),
(53034, '3220', '392.00', '6', '15.001', '20', '20000000', '26600999', '94901000', '99999999', NULL, 1652899307),
(53035, '3298', '238.00', '9', '20.001', '25', '20000000', '26600999', '94901000', '99999999', NULL, 1652899307),
(53036, '3220', '500.00', '6', '20.001', '25', '20000000', '26600999', '94901000', '99999999', NULL, 1652899307),
(53037, '3298', '290.00', '9', '25.001', '30', '20000000', '26600999', '94901000', '99999999', NULL, 1652899308),
(53038, '3220', '609.00', '6', '25.001', '30', '20000000', '26600999', '94901000', '99999999', NULL, 1652899308),
(53039, '3298', '44.00', '7', '0.3', '5', '26601000', '28999999', '01000000', '08499999', NULL, 1652899309),
(53040, '3220', '102.00', '4', '0.3', '5', '26601000', '28999999', '01000000', '08499999', NULL, 1652899310),
(53041, '3298', '74.00', '7', '5.001', '10', '26601000', '28999999', '01000000', '08499999', NULL, 1652899310),
(53042, '3220', '141.00', '4', '5.001', '10', '26601000', '28999999', '01000000', '08499999', NULL, 1652899310),
(53043, '3298', '120.00', '7', '10.001', '15', '26601000', '28999999', '01000000', '08499999', NULL, 1652899311),
(53044, '3220', '229.00', '4', '10.001', '15', '26601000', '28999999', '01000000', '08499999', NULL, 1652899311),
(53045, '3298', '166.00', '7', '15.001', '20', '26601000', '28999999', '01000000', '08499999', NULL, 1652899312),
(53046, '3220', '316.00', '4', '15.001', '20', '26601000', '28999999', '01000000', '08499999', NULL, 1652899312),
(53047, '3298', '212.00', '7', '20.001', '25', '26601000', '28999999', '01000000', '08499999', NULL, 1652899312),
(53048, '3220', '404.00', '4', '20.001', '25', '26601000', '28999999', '01000000', '08499999', NULL, 1652899313),
(53049, '3298', '258.00', '7', '25.001', '30', '26601000', '28999999', '01000000', '08499999', NULL, 1652899313),
(53050, '3220', '492.00', '4', '25.001', '30', '26601000', '28999999', '01000000', '08499999', NULL, 1652899313),
(53051, '3298', '44.00', '7', '0.3', '5', '26601000', '28999999', '06000000', '09999999', NULL, 1652899314),
(53052, '3220', '102.00', '4', '0.3', '5', '26601000', '28999999', '06000000', '09999999', NULL, 1652899314),
(53053, '3298', '74.00', '7', '5.001', '10', '26601000', '28999999', '06000000', '09999999', NULL, 1652899314),
(53054, '3220', '141.00', '4', '5.001', '10', '26601000', '28999999', '06000000', '09999999', NULL, 1652899315),
(53055, '3298', '120.00', '7', '10.001', '15', '26601000', '28999999', '06000000', '09999999', NULL, 1652899316),
(53056, '3220', '229.00', '4', '10.001', '15', '26601000', '28999999', '06000000', '09999999', NULL, 1652899316),
(53057, '3298', '166.00', '7', '15.001', '20', '26601000', '28999999', '06000000', '09999999', NULL, 1652899316),
(53058, '3220', '316.00', '4', '15.001', '20', '26601000', '28999999', '06000000', '09999999', NULL, 1652899317),
(53059, '3298', '212.00', '7', '20.001', '25', '26601000', '28999999', '06000000', '09999999', NULL, 1652899317),
(53060, '3220', '404.00', '4', '20.001', '25', '26601000', '28999999', '06000000', '09999999', NULL, 1652899318),
(53061, '3298', '258.00', '7', '25.001', '30', '26601000', '28999999', '06000000', '09999999', NULL, 1652899319),
(53062, '3220', '492.00', '4', '25.001', '30', '26601000', '28999999', '06000000', '09999999', NULL, 1652899319),
(53063, '3298', '44.00', '8', '0.3', '5', '26601000', '28999999', '11000000', '11999999', NULL, 1652899320),
(53064, '3220', '102.00', '5', '0.3', '5', '26601000', '28999999', '11000000', '11999999', NULL, 1652899320),
(53065, '3298', '74.00', '8', '5.001', '10', '26601000', '28999999', '11000000', '11999999', NULL, 1652899321),
(53066, '3220', '141.00', '5', '5.001', '10', '26601000', '28999999', '11000000', '11999999', NULL, 1652899321),
(53067, '3298', '120.00', '8', '10.001', '15', '26601000', '28999999', '11000000', '11999999', NULL, 1652899322),
(53068, '3220', '229.00', '5', '10.001', '15', '26601000', '28999999', '11000000', '11999999', NULL, 1652899322),
(53069, '3298', '166.00', '8', '15.001', '20', '26601000', '28999999', '11000000', '11999999', NULL, 1652899322),
(53070, '3220', '316.00', '5', '15.001', '20', '26601000', '28999999', '11000000', '11999999', NULL, 1652899323),
(53071, '3298', '212.00', '8', '20.001', '25', '26601000', '28999999', '11000000', '11999999', NULL, 1652899323),
(53072, '3220', '404.00', '5', '20.001', '25', '26601000', '28999999', '11000000', '11999999', NULL, 1652899324),
(53073, '3298', '258.00', '8', '25.001', '30', '26601000', '28999999', '11000000', '11999999', NULL, 1652899324),
(53074, '3220', '492.00', '5', '25.001', '30', '26601000', '28999999', '11000000', '11999999', NULL, 1652899325),
(53075, '3298', '44.00', '7', '0.3', '5', '26601000', '28999999', '12000000', '19999999', NULL, 1652899325),
(53076, '3220', '102.00', '4', '0.3', '5', '26601000', '28999999', '12000000', '19999999', NULL, 1652899326),
(53077, '3298', '74.00', '7', '5.001', '10', '26601000', '28999999', '12000000', '19999999', NULL, 1652899326),
(53078, '3220', '141.00', '4', '5.001', '10', '26601000', '28999999', '12000000', '19999999', NULL, 1652899327),
(53079, '3298', '120.00', '7', '10.001', '15', '26601000', '28999999', '12000000', '19999999', NULL, 1652899327),
(53080, '3220', '229.00', '4', '10.001', '15', '26601000', '28999999', '12000000', '19999999', NULL, 1652899328),
(53081, '3298', '166.00', '7', '15.001', '20', '26601000', '28999999', '12000000', '19999999', NULL, 1652899328),
(53082, '3220', '316.00', '4', '15.001', '20', '26601000', '28999999', '12000000', '19999999', NULL, 1652899329),
(53083, '3298', '212.00', '7', '20.001', '25', '26601000', '28999999', '12000000', '19999999', NULL, 1652899329),
(53084, '3220', '404.00', '4', '20.001', '25', '26601000', '28999999', '12000000', '19999999', NULL, 1652899330),
(53085, '3298', '258.00', '7', '25.001', '30', '26601000', '28999999', '12000000', '19999999', NULL, 1652899330),
(53086, '3220', '492.00', '4', '25.001', '30', '26601000', '28999999', '12000000', '19999999', NULL, 1652899331),
(53087, '3298', '26.00', '5', '0.3', '5', '26601000', '28999999', '26601000', '28999999', NULL, 1652899342),
(53088, '3220', '22.00', '1', '0.3', '5', '26601000', '28999999', '26601000', '28999999', NULL, 1652899343),
(53089, '3298', '32.00', '5', '5.001', '10', '26601000', '28999999', '26601000', '28999999', NULL, 1652899343),
(53090, '3220', '28.00', '1', '5.001', '10', '26601000', '28999999', '26601000', '28999999', NULL, 1652899344),
(53091, '3298', '52.00', '5', '10.001', '15', '26601000', '28999999', '26601000', '28999999', NULL, 1652899344),
(53092, '3220', '45.00', '1', '10.001', '15', '26601000', '28999999', '26601000', '28999999', NULL, 1652899345),
(53093, '3298', '72.00', '5', '15.001', '20', '26601000', '28999999', '26601000', '28999999', NULL, 1652899345),
(53094, '3220', '63.00', '1', '15.001', '20', '26601000', '28999999', '26601000', '28999999', NULL, 1652899346),
(53095, '3298', '92.00', '5', '20.001', '25', '26601000', '28999999', '26601000', '28999999', NULL, 1652899346),
(53096, '3220', '80.00', '1', '20.001', '25', '26601000', '28999999', '26601000', '28999999', NULL, 1652899346),
(53097, '3298', '112.00', '5', '25.001', '30', '26601000', '28999999', '26601000', '28999999', NULL, 1652899347),
(53098, '3220', '97.00', '1', '25.001', '30', '26601000', '28999999', '26601000', '28999999', NULL, 1652899347),
(53099, '3298', '44.00', '7', '0.3', '5', '26601000', '28999999', '29000000', '29099999', NULL, 1652899348),
(53100, '3220', '102.00', '4', '0.3', '5', '26601000', '28999999', '29000000', '29099999', NULL, 1652899348),
(53101, '3298', '74.00', '7', '5.001', '10', '26601000', '28999999', '29000000', '29099999', NULL, 1652899349),
(53102, '3220', '141.00', '4', '5.001', '10', '26601000', '28999999', '29000000', '29099999', NULL, 1652899349),
(53103, '3298', '120.00', '7', '10.001', '15', '26601000', '28999999', '29000000', '29099999', NULL, 1652899350),
(53104, '3220', '229.00', '4', '10.001', '15', '26601000', '28999999', '29000000', '29099999', NULL, 1652899350),
(53105, '3298', '166.00', '7', '15.001', '20', '26601000', '28999999', '29000000', '29099999', NULL, 1652899351),
(53106, '3220', '316.00', '4', '15.001', '20', '26601000', '28999999', '29000000', '29099999', NULL, 1652899351),
(53107, '3298', '212.00', '7', '20.001', '25', '26601000', '28999999', '29000000', '29099999', NULL, 1652899351),
(53108, '3220', '404.00', '4', '20.001', '25', '26601000', '28999999', '29000000', '29099999', NULL, 1652899352),
(53109, '3298', '258.00', '7', '25.001', '30', '26601000', '28999999', '29000000', '29099999', NULL, 1652899352),
(53110, '3220', '492.00', '4', '25.001', '30', '26601000', '28999999', '29000000', '29099999', NULL, 1652899352),
(53111, '3298', '44.00', '9', '0.3', '5', '26601000', '28999999', '29100000', '29999999', NULL, 1652899353),
(53112, '3220', '102.00', '6', '0.3', '5', '26601000', '28999999', '29100000', '29999999', NULL, 1652899353),
(53113, '3298', '74.00', '9', '5.001', '10', '26601000', '28999999', '29100000', '29999999', NULL, 1652899354),
(53114, '3220', '141.00', '6', '5.001', '10', '26601000', '28999999', '29100000', '29999999', NULL, 1652899354),
(53115, '3298', '120.00', '9', '10.001', '15', '26601000', '28999999', '29100000', '29999999', NULL, 1652899355),
(53116, '3220', '229.00', '6', '10.001', '15', '26601000', '28999999', '29100000', '29999999', NULL, 1652899356),
(53117, '3298', '166.00', '9', '15.001', '20', '26601000', '28999999', '29100000', '29999999', NULL, 1652899356),
(53118, '3220', '316.00', '6', '15.001', '20', '26601000', '28999999', '29100000', '29999999', NULL, 1652899357),
(53119, '3298', '212.00', '9', '20.001', '25', '26601000', '28999999', '29100000', '29999999', NULL, 1652899357),
(53120, '3220', '404.00', '6', '20.001', '25', '26601000', '28999999', '29100000', '29999999', NULL, 1652899358),
(53121, '3298', '258.00', '9', '25.001', '30', '26601000', '28999999', '29100000', '29999999', NULL, 1652899358),
(53122, '3220', '492.00', '6', '25.001', '30', '26601000', '28999999', '29100000', '29999999', NULL, 1652899359),
(53123, '3298', '44.00', '7', '0.3', '5', '26601000', '28999999', '30000000', '31999999', NULL, 1652899359),
(53124, '3220', '102.00', '4', '0.3', '5', '26601000', '28999999', '30000000', '31999999', NULL, 1652899359),
(53125, '3298', '74.00', '7', '5.001', '10', '26601000', '28999999', '30000000', '31999999', NULL, 1652899360),
(53126, '3220', '141.00', '4', '5.001', '10', '26601000', '28999999', '30000000', '31999999', NULL, 1652899360),
(53127, '3298', '120.00', '7', '10.001', '15', '26601000', '28999999', '30000000', '31999999', NULL, 1652899361),
(53128, '3220', '229.00', '4', '10.001', '15', '26601000', '28999999', '30000000', '31999999', NULL, 1652899361),
(53129, '3298', '166.00', '7', '15.001', '20', '26601000', '28999999', '30000000', '31999999', NULL, 1652899362),
(53130, '3220', '316.00', '4', '15.001', '20', '26601000', '28999999', '30000000', '31999999', NULL, 1652899362),
(53131, '3298', '212.00', '7', '20.001', '25', '26601000', '28999999', '30000000', '31999999', NULL, 1652899362),
(53132, '3220', '404.00', '4', '20.001', '25', '26601000', '28999999', '30000000', '31999999', NULL, 1652899363),
(53133, '3298', '258.00', '7', '25.001', '30', '26601000', '28999999', '30000000', '31999999', NULL, 1652899364),
(53134, '3220', '492.00', '4', '25.001', '30', '26601000', '28999999', '30000000', '31999999', NULL, 1652899364),
(53135, '3298', '44.00', '7', '0.3', '5', '26601000', '28999999', '30000000', '34999999', NULL, 1652899365),
(53136, '3220', '102.00', '4', '0.3', '5', '26601000', '28999999', '30000000', '34999999', NULL, 1652899365),
(53137, '3298', '74.00', '7', '5.001', '10', '26601000', '28999999', '30000000', '34999999', NULL, 1652899366),
(53138, '3220', '141.00', '4', '5.001', '10', '26601000', '28999999', '30000000', '34999999', NULL, 1652899366),
(53139, '3298', '120.00', '7', '10.001', '15', '26601000', '28999999', '30000000', '34999999', NULL, 1652899367),
(53140, '3220', '229.00', '4', '10.001', '15', '26601000', '28999999', '30000000', '34999999', NULL, 1652899367),
(53141, '3298', '166.00', '7', '15.001', '20', '26601000', '28999999', '30000000', '34999999', NULL, 1652899367),
(53142, '3220', '316.00', '4', '15.001', '20', '26601000', '28999999', '30000000', '34999999', NULL, 1652899368),
(53143, '3298', '212.00', '7', '20.001', '25', '26601000', '28999999', '30000000', '34999999', NULL, 1652899368),
(53144, '3220', '404.00', '4', '20.001', '25', '26601000', '28999999', '30000000', '34999999', NULL, 1652899368),
(53145, '3298', '258.00', '7', '25.001', '30', '26601000', '28999999', '30000000', '34999999', NULL, 1652899369),
(53146, '3220', '492.00', '4', '25.001', '30', '26601000', '28999999', '30000000', '34999999', NULL, 1652899369),
(53147, '3298', '44.00', '9', '0.3', '5', '26601000', '28999999', '35000000', '39999999', NULL, 1652899370),
(53148, '3220', '102.00', '6', '0.3', '5', '26601000', '28999999', '35000000', '39999999', NULL, 1652899370),
(53149, '3298', '74.00', '9', '5.001', '10', '26601000', '28999999', '35000000', '39999999', NULL, 1652899370),
(53150, '3220', '141.00', '6', '5.001', '10', '26601000', '28999999', '35000000', '39999999', NULL, 1652899371),
(53151, '3298', '120.00', '9', '10.001', '15', '26601000', '28999999', '35000000', '39999999', NULL, 1652899372),
(53152, '3220', '229.00', '6', '10.001', '15', '26601000', '28999999', '35000000', '39999999', NULL, 1652899372),
(53153, '3298', '166.00', '9', '15.001', '20', '26601000', '28999999', '35000000', '39999999', NULL, 1652899372),
(53154, '3220', '316.00', '6', '15.001', '20', '26601000', '28999999', '35000000', '39999999', NULL, 1652899373),
(53155, '3298', '212.00', '9', '20.001', '25', '26601000', '28999999', '35000000', '39999999', NULL, 1652899373),
(53156, '3220', '404.00', '6', '20.001', '25', '26601000', '28999999', '35000000', '39999999', NULL, 1652899374),
(53157, '3298', '258.00', '9', '25.001', '30', '26601000', '28999999', '35000000', '39999999', NULL, 1652899374),
(53158, '3220', '492.00', '6', '25.001', '30', '26601000', '28999999', '35000000', '39999999', NULL, 1652899375),
(53159, '3298', '70.00', '8', '0.3', '5', '26601000', '28999999', '40000000', '41999999', NULL, 1652899375),
(53160, '3220', '157.00', '4', '0.3', '5', '26601000', '28999999', '40000000', '41999999', NULL, 1652899376),
(53161, '3298', '106.00', '8', '5.001', '10', '26601000', '28999999', '40000000', '41999999', NULL, 1652899377),
(53162, '3220', '226.00', '4', '5.001', '10', '26601000', '28999999', '40000000', '41999999', NULL, 1652899378),
(53163, '3298', '172.00', '8', '10.001', '15', '26601000', '28999999', '40000000', '41999999', NULL, 1652899379),
(53164, '3220', '367.00', '4', '10.001', '15', '26601000', '28999999', '40000000', '41999999', NULL, 1652899379),
(53165, '3298', '239.00', '8', '15.001', '20', '26601000', '28999999', '40000000', '41999999', NULL, 1652899379),
(53166, '3220', '508.00', '4', '15.001', '20', '26601000', '28999999', '40000000', '41999999', NULL, 1652899380),
(53167, '3298', '305.00', '8', '20.001', '25', '26601000', '28999999', '40000000', '41999999', NULL, 1652899380),
(53168, '3220', '649.00', '4', '20.001', '25', '26601000', '28999999', '40000000', '41999999', NULL, 1652899381),
(53169, '3298', '371.00', '8', '25.001', '30', '26601000', '28999999', '40000000', '41999999', NULL, 1652899381),
(53170, '3220', '789.00', '4', '25.001', '30', '26601000', '28999999', '40000000', '41999999', NULL, 1652899382),
(53171, '3298', '70.00', '8', '0.3', '5', '26601000', '28999999', '40000000', '44470999', NULL, 1652899382),
(53172, '3220', '157.00', '4', '0.3', '5', '26601000', '28999999', '40000000', '44470999', NULL, 1652899382),
(53173, '3298', '106.00', '8', '5.001', '10', '26601000', '28999999', '40000000', '44470999', NULL, 1652899383),
(53174, '3220', '226.00', '4', '5.001', '10', '26601000', '28999999', '40000000', '44470999', NULL, 1652899384),
(53175, '3298', '172.00', '8', '10.001', '15', '26601000', '28999999', '40000000', '44470999', NULL, 1652899384),
(53176, '3220', '367.00', '4', '10.001', '15', '26601000', '28999999', '40000000', '44470999', NULL, 1652899385),
(53177, '3298', '239.00', '8', '15.001', '20', '26601000', '28999999', '40000000', '44470999', NULL, 1652899386),
(53178, '3220', '508.00', '4', '15.001', '20', '26601000', '28999999', '40000000', '44470999', NULL, 1652899386),
(53179, '3298', '305.00', '8', '20.001', '25', '26601000', '28999999', '40000000', '44470999', NULL, 1652899386),
(53180, '3220', '649.00', '4', '20.001', '25', '26601000', '28999999', '40000000', '44470999', NULL, 1652899387),
(53181, '3298', '371.00', '8', '25.001', '30', '26601000', '28999999', '40000000', '44470999', NULL, 1652899388),
(53182, '3220', '789.00', '4', '25.001', '30', '26601000', '28999999', '40000000', '44470999', NULL, 1652899388),
(53183, '3298', '70.00', '10', '0.3', '5', '26601000', '28999999', '44471000', '48999999', NULL, 1652899388),
(53184, '3220', '157.00', '6', '0.3', '5', '26601000', '28999999', '44471000', '48999999', NULL, 1652899389),
(53185, '3298', '106.00', '10', '5.001', '10', '26601000', '28999999', '44471000', '48999999', NULL, 1652899389),
(53186, '3220', '226.00', '6', '5.001', '10', '26601000', '28999999', '44471000', '48999999', NULL, 1652899390),
(53187, '3298', '172.00', '10', '10.001', '15', '26601000', '28999999', '44471000', '48999999', NULL, 1652899390),
(53188, '3220', '367.00', '6', '10.001', '15', '26601000', '28999999', '44471000', '48999999', NULL, 1652899391),
(53189, '3298', '239.00', '10', '15.001', '20', '26601000', '28999999', '44471000', '48999999', NULL, 1652899391),
(53190, '3220', '508.00', '6', '15.001', '20', '26601000', '28999999', '44471000', '48999999', NULL, 1652899392),
(53191, '3298', '305.00', '10', '20.001', '25', '26601000', '28999999', '44471000', '48999999', NULL, 1652899392),
(53192, '3220', '649.00', '6', '20.001', '25', '26601000', '28999999', '44471000', '48999999', NULL, 1652899393),
(53193, '3298', '371.00', '10', '25.001', '30', '26601000', '28999999', '44471000', '48999999', NULL, 1652899393),
(53194, '3220', '789.00', '6', '25.001', '30', '26601000', '28999999', '44471000', '48999999', NULL, 1652899394),
(53195, '3298', '70.00', '10', '0.3', '5', '26601000', '28999999', '49000000', '49099999', NULL, 1652899394),
(53196, '3220', '157.00', '4', '0.3', '5', '26601000', '28999999', '49000000', '49099999', NULL, 1652899395),
(53197, '3298', '106.00', '10', '5.001', '10', '26601000', '28999999', '49000000', '49099999', NULL, 1652899396),
(53198, '3220', '226.00', '4', '5.001', '10', '26601000', '28999999', '49000000', '49099999', NULL, 1652899396),
(53199, '3298', '172.00', '10', '10.001', '15', '26601000', '28999999', '49000000', '49099999', NULL, 1652899397),
(53200, '3220', '367.00', '4', '10.001', '15', '26601000', '28999999', '49000000', '49099999', NULL, 1652899397),
(53201, '3298', '239.00', '10', '15.001', '20', '26601000', '28999999', '49000000', '49099999', NULL, 1652899398),
(53202, '3220', '508.00', '4', '15.001', '20', '26601000', '28999999', '49000000', '49099999', NULL, 1652899398),
(53203, '3298', '305.00', '10', '20.001', '25', '26601000', '28999999', '49000000', '49099999', NULL, 1652899399),
(53204, '3220', '649.00', '4', '20.001', '25', '26601000', '28999999', '49000000', '49099999', NULL, 1652899399),
(53205, '3298', '371.00', '10', '25.001', '30', '26601000', '28999999', '49000000', '49099999', NULL, 1652899400),
(53206, '3220', '789.00', '4', '25.001', '30', '26601000', '28999999', '49000000', '49099999', NULL, 1652899400),
(53207, '3298', '70.00', '12', '0.3', '5', '26601000', '28999999', '49100000', '49999999', NULL, 1652899400),
(53208, '3220', '157.00', '6', '0.3', '5', '26601000', '28999999', '49100000', '49999999', NULL, 1652899401),
(53209, '3298', '106.00', '12', '5.001', '10', '26601000', '28999999', '49100000', '49999999', NULL, 1652899401),
(53210, '3220', '226.00', '6', '5.001', '10', '26601000', '28999999', '49100000', '49999999', NULL, 1652899402),
(53211, '3298', '172.00', '12', '10.001', '15', '26601000', '28999999', '49100000', '49999999', NULL, 1652899402),
(53212, '3220', '367.00', '6', '10.001', '15', '26601000', '28999999', '49100000', '49999999', NULL, 1652899403),
(53213, '3298', '239.00', '12', '15.001', '20', '26601000', '28999999', '49100000', '49999999', NULL, 1652899403),
(53214, '3220', '508.00', '6', '15.001', '20', '26601000', '28999999', '49100000', '49999999', NULL, 1652899404),
(53215, '3298', '305.00', '12', '20.001', '25', '26601000', '28999999', '49100000', '49999999', NULL, 1652899405),
(53216, '3220', '649.00', '6', '20.001', '25', '26601000', '28999999', '49100000', '49999999', NULL, 1652899405),
(53217, '3298', '371.00', '12', '25.001', '30', '26601000', '28999999', '49100000', '49999999', NULL, 1652899405),
(53218, '3220', '789.00', '6', '25.001', '30', '26601000', '28999999', '49100000', '49999999', NULL, 1652899406),
(53219, '3298', '90.00', '8', '0.3', '5', '26601000', '28999999', '50000000', '52999999', NULL, 1652899406),
(53220, '3220', '183.00', '5', '0.3', '5', '26601000', '28999999', '50000000', '52999999', NULL, 1652899407),
(53221, '3298', '133.00', '8', '5.001', '10', '26601000', '28999999', '50000000', '52999999', NULL, 1652899407),
(53222, '3220', '266.00', '5', '5.001', '10', '26601000', '28999999', '50000000', '52999999', NULL, 1652899408),
(53223, '3298', '215.00', '8', '10.001', '15', '26601000', '28999999', '50000000', '52999999', NULL, 1652899408),
(53224, '3220', '430.00', '5', '10.001', '15', '26601000', '28999999', '50000000', '52999999', NULL, 1652899409),
(53225, '3298', '298.00', '8', '15.001', '20', '26601000', '28999999', '50000000', '52999999', NULL, 1652899409),
(53226, '3220', '595.00', '5', '15.001', '20', '26601000', '28999999', '50000000', '52999999', NULL, 1652899410),
(53227, '3298', '380.00', '8', '20.001', '25', '26601000', '28999999', '50000000', '52999999', NULL, 1652899410),
(53228, '3220', '760.00', '5', '20.001', '25', '26601000', '28999999', '50000000', '52999999', NULL, 1652899411),
(53229, '3298', '463.00', '8', '25.001', '30', '26601000', '28999999', '50000000', '52999999', NULL, 1652899411),
(53230, '3220', '925.00', '5', '25.001', '30', '26601000', '28999999', '50000000', '52999999', NULL, 1652899412),
(53231, '3298', '90.00', '8', '0.3', '5', '26601000', '28999999', '50000000', '54999999', NULL, 1652899412),
(53232, '3220', '183.00', '5', '0.3', '5', '26601000', '28999999', '50000000', '54999999', NULL, 1652899413),
(53233, '3298', '133.00', '8', '5.001', '10', '26601000', '28999999', '50000000', '54999999', NULL, 1652899413),
(53234, '3220', '266.00', '5', '5.001', '10', '26601000', '28999999', '50000000', '54999999', NULL, 1652899414),
(53235, '3298', '215.00', '8', '10.001', '15', '26601000', '28999999', '50000000', '54999999', NULL, 1652899414),
(53236, '3220', '430.00', '5', '10.001', '15', '26601000', '28999999', '50000000', '54999999', NULL, 1652899415),
(53237, '3298', '298.00', '8', '15.001', '20', '26601000', '28999999', '50000000', '54999999', NULL, 1652899416),
(53238, '3220', '595.00', '5', '15.001', '20', '26601000', '28999999', '50000000', '54999999', NULL, 1652899416),
(53239, '3298', '380.00', '8', '20.001', '25', '26601000', '28999999', '50000000', '54999999', NULL, 1652899417),
(53240, '3220', '760.00', '5', '20.001', '25', '26601000', '28999999', '50000000', '54999999', NULL, 1652899417),
(53241, '3298', '463.00', '8', '25.001', '30', '26601000', '28999999', '50000000', '54999999', NULL, 1652899417),
(53242, '3220', '925.00', '5', '25.001', '30', '26601000', '28999999', '50000000', '54999999', NULL, 1652899418),
(53243, '3298', '90.00', '12', '0.3', '5', '26601000', '28999999', '55000000', '56999999', NULL, 1652899418),
(53244, '3220', '183.00', '9', '0.3', '5', '26601000', '28999999', '55000000', '56999999', NULL, 1652899419),
(53245, '3298', '133.00', '12', '5.001', '10', '26601000', '28999999', '55000000', '56999999', NULL, 1652899419),
(53246, '3220', '266.00', '9', '5.001', '10', '26601000', '28999999', '55000000', '56999999', NULL, 1652899420),
(53247, '3298', '215.00', '12', '10.001', '15', '26601000', '28999999', '55000000', '56999999', NULL, 1652899420),
(53248, '3220', '430.00', '9', '10.001', '15', '26601000', '28999999', '55000000', '56999999', NULL, 1652899420),
(53249, '3298', '298.00', '12', '15.001', '20', '26601000', '28999999', '55000000', '56999999', NULL, 1652899421),
(53250, '3220', '595.00', '9', '15.001', '20', '26601000', '28999999', '55000000', '56999999', NULL, 1652899421),
(53251, '3298', '380.00', '12', '20.001', '25', '26601000', '28999999', '55000000', '56999999', NULL, 1652899422),
(53252, '3220', '760.00', '9', '20.001', '25', '26601000', '28999999', '55000000', '56999999', NULL, 1652899422),
(53253, '3298', '463.00', '12', '25.001', '30', '26601000', '28999999', '55000000', '56999999', NULL, 1652899422),
(53254, '3220', '925.00', '9', '25.001', '30', '26601000', '28999999', '55000000', '56999999', NULL, 1652899423),
(53255, '3298', '90.00', '9', '0.3', '5', '26601000', '28999999', '57000000', '57099999', NULL, 1652899423),
(53256, '3220', '183.00', '4', '0.3', '5', '26601000', '28999999', '57000000', '57099999', NULL, 1652899424),
(53257, '3298', '133.00', '9', '5.001', '10', '26601000', '28999999', '57000000', '57099999', NULL, 1652899424),
(53258, '3220', '266.00', '4', '5.001', '10', '26601000', '28999999', '57000000', '57099999', NULL, 1652899425),
(53259, '3298', '215.00', '9', '10.001', '15', '26601000', '28999999', '57000000', '57099999', NULL, 1652899426),
(53260, '3220', '430.00', '4', '10.001', '15', '26601000', '28999999', '57000000', '57099999', NULL, 1652899426),
(53261, '3298', '298.00', '9', '15.001', '20', '26601000', '28999999', '57000000', '57099999', NULL, 1652899426),
(53262, '3220', '595.00', '4', '15.001', '20', '26601000', '28999999', '57000000', '57099999', NULL, 1652899427),
(53263, '3298', '380.00', '9', '20.001', '25', '26601000', '28999999', '57000000', '57099999', NULL, 1652899427),
(53264, '3220', '760.00', '4', '20.001', '25', '26601000', '28999999', '57000000', '57099999', NULL, 1652899428),
(53265, '3298', '463.00', '9', '25.001', '30', '26601000', '28999999', '57000000', '57099999', NULL, 1652899428),
(53266, '3220', '925.00', '4', '25.001', '30', '26601000', '28999999', '57000000', '57099999', NULL, 1652899429),
(53267, '3298', '90.00', '11', '0.3', '5', '26601000', '28999999', '57100000', '57999999', NULL, 1652899429),
(53268, '3220', '183.00', '6', '0.3', '5', '26601000', '28999999', '57100000', '57999999', NULL, 1652899430),
(53269, '3298', '133.00', '11', '5.001', '10', '26601000', '28999999', '57100000', '57999999', NULL, 1652899430),
(53270, '3220', '266.00', '6', '5.001', '10', '26601000', '28999999', '57100000', '57999999', NULL, 1652899430),
(53271, '3298', '215.00', '11', '10.001', '15', '26601000', '28999999', '57100000', '57999999', NULL, 1652899431),
(53272, '3220', '430.00', '6', '10.001', '15', '26601000', '28999999', '57100000', '57999999', NULL, 1652899432),
(53273, '3298', '298.00', '11', '15.001', '20', '26601000', '28999999', '57100000', '57999999', NULL, 1652899432),
(53274, '3220', '595.00', '6', '15.001', '20', '26601000', '28999999', '57100000', '57999999', NULL, 1652899433),
(53275, '3298', '380.00', '11', '20.001', '25', '26601000', '28999999', '57100000', '57999999', NULL, 1652899433),
(53276, '3220', '760.00', '6', '20.001', '25', '26601000', '28999999', '57100000', '57999999', NULL, 1652899434),
(53277, '3298', '463.00', '11', '25.001', '30', '26601000', '28999999', '57100000', '57999999', NULL, 1652899436),
(53278, '3220', '925.00', '6', '25.001', '30', '26601000', '28999999', '57100000', '57999999', NULL, 1652899436),
(53279, '3298', '90.00', '9', '0.3', '5', '26601000', '28999999', '58000000', '58099999', NULL, 1652899437),
(53280, '3220', '183.00', '6', '0.3', '5', '26601000', '28999999', '58000000', '58099999', NULL, 1652899437),
(53281, '3298', '133.00', '9', '5.001', '10', '26601000', '28999999', '58000000', '58099999', NULL, 1652899438),
(53282, '3220', '266.00', '6', '5.001', '10', '26601000', '28999999', '58000000', '58099999', NULL, 1652899438),
(53283, '3298', '215.00', '9', '10.001', '15', '26601000', '28999999', '58000000', '58099999', NULL, 1652899439),
(53284, '3220', '430.00', '6', '10.001', '15', '26601000', '28999999', '58000000', '58099999', NULL, 1652899439),
(53285, '3298', '298.00', '9', '15.001', '20', '26601000', '28999999', '58000000', '58099999', NULL, 1652899440),
(53286, '3220', '595.00', '6', '15.001', '20', '26601000', '28999999', '58000000', '58099999', NULL, 1652899440),
(53287, '3298', '380.00', '9', '20.001', '25', '26601000', '28999999', '58000000', '58099999', NULL, 1652899441),
(53288, '3220', '760.00', '6', '20.001', '25', '26601000', '28999999', '58000000', '58099999', NULL, 1652899441),
(53289, '3298', '463.00', '9', '25.001', '30', '26601000', '28999999', '58000000', '58099999', NULL, 1652899441),
(53290, '3220', '925.00', '6', '25.001', '30', '26601000', '28999999', '58000000', '58099999', NULL, 1652899442),
(53291, '3298', '90.00', '14', '0.3', '5', '26601000', '28999999', '58100000', '58999999', NULL, 1652899442),
(53292, '3220', '183.00', '11', '0.3', '5', '26601000', '28999999', '58100000', '58999999', NULL, 1652899443),
(53293, '3298', '133.00', '14', '5.001', '10', '26601000', '28999999', '58100000', '58999999', NULL, 1652899443),
(53294, '3220', '266.00', '11', '5.001', '10', '26601000', '28999999', '58100000', '58999999', NULL, 1652899443),
(53295, '3298', '215.00', '14', '10.001', '15', '26601000', '28999999', '58100000', '58999999', NULL, 1652899444),
(53296, '3220', '430.00', '11', '10.001', '15', '26601000', '28999999', '58100000', '58999999', NULL, 1652899444),
(53297, '3298', '298.00', '14', '15.001', '20', '26601000', '28999999', '58100000', '58999999', NULL, 1652899445),
(53298, '3220', '595.00', '11', '15.001', '20', '26601000', '28999999', '58100000', '58999999', NULL, 1652899446),
(53299, '3298', '380.00', '14', '20.001', '25', '26601000', '28999999', '58100000', '58999999', NULL, 1652899446),
(53300, '3220', '760.00', '11', '20.001', '25', '26601000', '28999999', '58100000', '58999999', NULL, 1652899447),
(53301, '3298', '463.00', '14', '25.001', '30', '26601000', '28999999', '58100000', '58999999', NULL, 1652899447),
(53302, '3220', '925.00', '11', '25.001', '30', '26601000', '28999999', '58100000', '58999999', NULL, 1652899448),
(53303, '3298', '90.00', '10', '0.3', '5', '26601000', '28999999', '59000000', '59099999', NULL, 1652899448),
(53304, '3220', '183.00', '4', '0.3', '5', '26601000', '28999999', '59000000', '59099999', NULL, 1652899449),
(53305, '3298', '133.00', '10', '5.001', '10', '26601000', '28999999', '59000000', '59099999', NULL, 1652899449),
(53306, '3220', '266.00', '4', '5.001', '10', '26601000', '28999999', '59000000', '59099999', NULL, 1652899450),
(53307, '3298', '215.00', '10', '10.001', '15', '26601000', '28999999', '59000000', '59099999', NULL, 1652899450),
(53308, '3220', '430.00', '4', '10.001', '15', '26601000', '28999999', '59000000', '59099999', NULL, 1652899450),
(53309, '3298', '298.00', '10', '15.001', '20', '26601000', '28999999', '59000000', '59099999', NULL, 1652899451),
(53310, '3220', '595.00', '4', '15.001', '20', '26601000', '28999999', '59000000', '59099999', NULL, 1652899451),
(53311, '3298', '380.00', '10', '20.001', '25', '26601000', '28999999', '59000000', '59099999', NULL, 1652899452),
(53312, '3220', '760.00', '4', '20.001', '25', '26601000', '28999999', '59000000', '59099999', NULL, 1652899452),
(53313, '3298', '463.00', '10', '25.001', '30', '26601000', '28999999', '59000000', '59099999', NULL, 1652899453),
(53314, '3220', '925.00', '4', '25.001', '30', '26601000', '28999999', '59000000', '59099999', NULL, 1652899453),
(53315, '3298', '90.00', '10', '0.3', '5', '26601000', '28999999', '59100000', '59999999', NULL, 1652899454),
(53316, '3220', '183.00', '4', '0.3', '5', '26601000', '28999999', '59100000', '59999999', NULL, 1652899454),
(53317, '3298', '133.00', '10', '5.001', '10', '26601000', '28999999', '59100000', '59999999', NULL, 1652899455),
(53318, '3220', '266.00', '4', '5.001', '10', '26601000', '28999999', '59100000', '59999999', NULL, 1652899455),
(53319, '3298', '215.00', '10', '10.001', '15', '26601000', '28999999', '59100000', '59999999', NULL, 1652899455),
(53320, '3220', '430.00', '4', '10.001', '15', '26601000', '28999999', '59100000', '59999999', NULL, 1652899456),
(53321, '3298', '298.00', '10', '15.001', '20', '26601000', '28999999', '59100000', '59999999', NULL, 1652899457),
(53322, '3220', '595.00', '4', '15.001', '20', '26601000', '28999999', '59100000', '59999999', NULL, 1652899457),
(53323, '3298', '380.00', '10', '20.001', '25', '26601000', '28999999', '59100000', '59999999', NULL, 1652899458),
(53324, '3220', '760.00', '4', '20.001', '25', '26601000', '28999999', '59100000', '59999999', NULL, 1652899458),
(53325, '3298', '463.00', '10', '25.001', '30', '26601000', '28999999', '59100000', '59999999', NULL, 1652899459),
(53326, '3220', '925.00', '4', '25.001', '30', '26601000', '28999999', '59100000', '59999999', NULL, 1652899459),
(53327, '3298', '90.00', '9', '0.3', '5', '26601000', '28999999', '60000000', '60999999', NULL, 1652899460),
(53328, '3220', '183.00', '5', '0.3', '5', '26601000', '28999999', '60000000', '60999999', NULL, 1652899460),
(53329, '3298', '133.00', '9', '5.001', '10', '26601000', '28999999', '60000000', '60999999', NULL, 1652899461),
(53330, '3220', '266.00', '5', '5.001', '10', '26601000', '28999999', '60000000', '60999999', NULL, 1652899461),
(53331, '3298', '215.00', '9', '10.001', '15', '26601000', '28999999', '60000000', '60999999', NULL, 1652899462),
(53332, '3220', '430.00', '5', '10.001', '15', '26601000', '28999999', '60000000', '60999999', NULL, 1652899462),
(53333, '3298', '298.00', '9', '15.001', '20', '26601000', '28999999', '60000000', '60999999', NULL, 1652899462),
(53334, '3220', '595.00', '5', '15.001', '20', '26601000', '28999999', '60000000', '60999999', NULL, 1652899463),
(53335, '3298', '380.00', '9', '20.001', '25', '26601000', '28999999', '60000000', '60999999', NULL, 1652899463),
(53336, '3220', '760.00', '5', '20.001', '25', '26601000', '28999999', '60000000', '60999999', NULL, 1652899464),
(53337, '3298', '463.00', '9', '25.001', '30', '26601000', '28999999', '60000000', '60999999', NULL, 1652899464),
(53338, '3220', '925.00', '5', '25.001', '30', '26601000', '28999999', '60000000', '60999999', NULL, 1652899464),
(53339, '3298', '90.00', '9', '0.3', '5', '26601000', '28999999', '60000000', '61900999', NULL, 1652899465),
(53340, '3220', '183.00', '5', '0.3', '5', '26601000', '28999999', '60000000', '61900999', NULL, 1652899466),
(53341, '3298', '133.00', '9', '5.001', '10', '26601000', '28999999', '60000000', '61900999', NULL, 1652899466),
(53342, '3220', '266.00', '5', '5.001', '10', '26601000', '28999999', '60000000', '61900999', NULL, 1652899466),
(53343, '3298', '215.00', '9', '10.001', '15', '26601000', '28999999', '60000000', '61900999', NULL, 1652899467),
(53344, '3220', '430.00', '5', '10.001', '15', '26601000', '28999999', '60000000', '61900999', NULL, 1652899467),
(53345, '3298', '298.00', '9', '15.001', '20', '26601000', '28999999', '60000000', '61900999', NULL, 1652899468),
(53346, '3220', '595.00', '5', '15.001', '20', '26601000', '28999999', '60000000', '61900999', NULL, 1652899468),
(53347, '3298', '380.00', '9', '20.001', '25', '26601000', '28999999', '60000000', '61900999', NULL, 1652899469),
(53348, '3220', '760.00', '5', '20.001', '25', '26601000', '28999999', '60000000', '61900999', NULL, 1652899470),
(53349, '3298', '463.00', '9', '25.001', '30', '26601000', '28999999', '60000000', '61900999', NULL, 1652899470),
(53350, '3220', '925.00', '5', '25.001', '30', '26601000', '28999999', '60000000', '61900999', NULL, 1652899471),
(53351, '3298', '90.00', '13', '0.3', '5', '26601000', '28999999', '61901000', '63999999', NULL, 1652899471),
(53352, '3220', '183.00', '9', '0.3', '5', '26601000', '28999999', '61901000', '63999999', NULL, 1652899471),
(53353, '3298', '133.00', '13', '5.001', '10', '26601000', '28999999', '61901000', '63999999', NULL, 1652899472),
(53354, '3220', '266.00', '9', '5.001', '10', '26601000', '28999999', '61901000', '63999999', NULL, 1652899472),
(53355, '3298', '215.00', '13', '10.001', '15', '26601000', '28999999', '61901000', '63999999', NULL, 1652899473),
(53356, '3220', '430.00', '9', '10.001', '15', '26601000', '28999999', '61901000', '63999999', NULL, 1652899473),
(53357, '3298', '298.00', '13', '15.001', '20', '26601000', '28999999', '61901000', '63999999', NULL, 1652899473),
(53358, '3220', '595.00', '9', '15.001', '20', '26601000', '28999999', '61901000', '63999999', NULL, 1652899474),
(53359, '3298', '380.00', '13', '20.001', '25', '26601000', '28999999', '61901000', '63999999', NULL, 1652899474),
(53360, '3220', '760.00', '9', '20.001', '25', '26601000', '28999999', '61901000', '63999999', NULL, 1652899475),
(53361, '3298', '463.00', '13', '25.001', '30', '26601000', '28999999', '61901000', '63999999', NULL, 1652899475),
(53362, '3220', '925.00', '9', '25.001', '30', '26601000', '28999999', '61901000', '63999999', NULL, 1652899476),
(53363, '3298', '90.00', '10', '0.3', '5', '26601000', '28999999', '64000000', '64099999', NULL, 1652899476),
(53364, '3220', '183.00', '7', '0.3', '5', '26601000', '28999999', '64000000', '64099999', NULL, 1652899477),
(53365, '3298', '133.00', '10', '5.001', '10', '26601000', '28999999', '64000000', '64099999', NULL, 1652899477),
(53366, '3220', '266.00', '7', '5.001', '10', '26601000', '28999999', '64000000', '64099999', NULL, 1652899478),
(53367, '3298', '215.00', '10', '10.001', '15', '26601000', '28999999', '64000000', '64099999', NULL, 1652899478),
(53368, '3220', '430.00', '7', '10.001', '15', '26601000', '28999999', '64000000', '64099999', NULL, 1652899479),
(53369, '3298', '298.00', '10', '15.001', '20', '26601000', '28999999', '64000000', '64099999', NULL, 1652899479),
(53370, '3220', '595.00', '7', '15.001', '20', '26601000', '28999999', '64000000', '64099999', NULL, 1652899479),
(53371, '3298', '380.00', '10', '20.001', '25', '26601000', '28999999', '64000000', '64099999', NULL, 1652899480),
(53372, '3220', '760.00', '7', '20.001', '25', '26601000', '28999999', '64000000', '64099999', NULL, 1652899480),
(53373, '3298', '463.00', '10', '25.001', '30', '26601000', '28999999', '64000000', '64099999', NULL, 1652899481),
(53374, '3220', '925.00', '7', '25.001', '30', '26601000', '28999999', '64000000', '64099999', NULL, 1652899481),
(53375, '3298', '90.00', '13', '0.3', '5', '26601000', '28999999', '64100000', '64999999', NULL, 1652899483),
(53376, '3220', '183.00', '10', '0.3', '5', '26601000', '28999999', '64100000', '64999999', NULL, 1652899484),
(53377, '3298', '133.00', '13', '5.001', '10', '26601000', '28999999', '64100000', '64999999', NULL, 1652899485),
(53378, '3220', '266.00', '10', '5.001', '10', '26601000', '28999999', '64100000', '64999999', NULL, 1652899485),
(53379, '3298', '215.00', '13', '10.001', '15', '26601000', '28999999', '64100000', '64999999', NULL, 1652899487),
(53380, '3220', '430.00', '10', '10.001', '15', '26601000', '28999999', '64100000', '64999999', NULL, 1652899488),
(53381, '3298', '298.00', '13', '15.001', '20', '26601000', '28999999', '64100000', '64999999', NULL, 1652899488),
(53382, '3220', '595.00', '10', '15.001', '20', '26601000', '28999999', '64100000', '64999999', NULL, 1652899489),
(53383, '3298', '380.00', '13', '20.001', '25', '26601000', '28999999', '64100000', '64999999', NULL, 1652899489),
(53384, '3220', '760.00', '10', '20.001', '25', '26601000', '28999999', '64100000', '64999999', NULL, 1652899490),
(53385, '3298', '463.00', '13', '25.001', '30', '26601000', '28999999', '64100000', '64999999', NULL, 1652899491),
(53386, '3220', '925.00', '10', '25.001', '30', '26601000', '28999999', '64100000', '64999999', NULL, 1652899492),
(53387, '3298', '90.00', '11', '0.3', '5', '26601000', '28999999', '65000000', '65099999', NULL, 1652899492),
(53388, '3220', '183.00', '9', '0.3', '5', '26601000', '28999999', '65000000', '65099999', NULL, 1652899493),
(53389, '3298', '133.00', '11', '5.001', '10', '26601000', '28999999', '65000000', '65099999', NULL, 1652899493),
(53390, '3220', '266.00', '9', '5.001', '10', '26601000', '28999999', '65000000', '65099999', NULL, 1652899493),
(53391, '3298', '215.00', '11', '10.001', '15', '26601000', '28999999', '65000000', '65099999', NULL, 1652899494),
(53392, '3220', '430.00', '9', '10.001', '15', '26601000', '28999999', '65000000', '65099999', NULL, 1652899494),
(53393, '3298', '298.00', '11', '15.001', '20', '26601000', '28999999', '65000000', '65099999', NULL, 1652899495),
(53394, '3220', '595.00', '9', '15.001', '20', '26601000', '28999999', '65000000', '65099999', NULL, 1652899496),
(53395, '3298', '380.00', '11', '20.001', '25', '26601000', '28999999', '65000000', '65099999', NULL, 1652899496),
(53396, '3220', '760.00', '9', '20.001', '25', '26601000', '28999999', '65000000', '65099999', NULL, 1652899497),
(53397, '3298', '463.00', '11', '25.001', '30', '26601000', '28999999', '65000000', '65099999', NULL, 1652899497),
(53398, '3220', '925.00', '9', '25.001', '30', '26601000', '28999999', '65000000', '65099999', NULL, 1652899498),
(53399, '3298', '90.00', '15', '0.3', '5', '26601000', '28999999', '65100000', '65999999', NULL, 1652899498),
(53400, '3220', '183.00', '13', '0.3', '5', '26601000', '28999999', '65100000', '65999999', NULL, 1652899498),
(53401, '3298', '133.00', '15', '5.001', '10', '26601000', '28999999', '65100000', '65999999', NULL, 1652899499),
(53402, '3220', '266.00', '13', '5.001', '10', '26601000', '28999999', '65100000', '65999999', NULL, 1652899499),
(53403, '3298', '215.00', '15', '10.001', '15', '26601000', '28999999', '65100000', '65999999', NULL, 1652899500),
(53404, '3220', '430.00', '13', '10.001', '15', '26601000', '28999999', '65100000', '65999999', NULL, 1652899500),
(53405, '3298', '298.00', '15', '15.001', '20', '26601000', '28999999', '65100000', '65999999', NULL, 1652899501),
(53406, '3220', '595.00', '13', '15.001', '20', '26601000', '28999999', '65100000', '65999999', NULL, 1652899501),
(53407, '3298', '380.00', '15', '20.001', '25', '26601000', '28999999', '65100000', '65999999', NULL, 1652899502),
(53408, '3220', '760.00', '13', '20.001', '25', '26601000', '28999999', '65100000', '65999999', NULL, 1652899503),
(53409, '3298', '463.00', '15', '25.001', '30', '26601000', '28999999', '65100000', '65999999', NULL, 1652899503),
(53410, '3220', '925.00', '13', '25.001', '30', '26601000', '28999999', '65100000', '65999999', NULL, 1652899503),
(53411, '3298', '90.00', '10', '0.3', '5', '26601000', '28999999', '66000000', '66999999', NULL, 1652899504),
(53412, '3220', '183.00', '8', '0.3', '5', '26601000', '28999999', '66000000', '66999999', NULL, 1652899504),
(53413, '3298', '133.00', '10', '5.001', '10', '26601000', '28999999', '66000000', '66999999', NULL, 1652899504),
(53414, '3220', '266.00', '8', '5.001', '10', '26601000', '28999999', '66000000', '66999999', NULL, 1652899505),
(53415, '3298', '215.00', '10', '10.001', '15', '26601000', '28999999', '66000000', '66999999', NULL, 1652899505),
(53416, '3220', '430.00', '8', '10.001', '15', '26601000', '28999999', '66000000', '66999999', NULL, 1652899506),
(53417, '3298', '298.00', '10', '15.001', '20', '26601000', '28999999', '66000000', '66999999', NULL, 1652899506),
(53418, '3220', '595.00', '8', '15.001', '20', '26601000', '28999999', '66000000', '66999999', NULL, 1652899507),
(53419, '3298', '380.00', '10', '20.001', '25', '26601000', '28999999', '66000000', '66999999', NULL, 1652899507),
(53420, '3220', '760.00', '8', '20.001', '25', '26601000', '28999999', '66000000', '66999999', NULL, 1652899508),
(53421, '3298', '463.00', '10', '25.001', '30', '26601000', '28999999', '66000000', '66999999', NULL, 1652899508),
(53422, '3220', '925.00', '8', '25.001', '30', '26601000', '28999999', '66000000', '66999999', NULL, 1652899510),
(53423, '3298', '90.00', '10', '0.3', '5', '26601000', '28999999', '66000000', '67999999', NULL, 1652899510),
(53424, '3220', '183.00', '8', '0.3', '5', '26601000', '28999999', '66000000', '67999999', NULL, 1652899510),
(53425, '3298', '133.00', '10', '5.001', '10', '26601000', '28999999', '66000000', '67999999', NULL, 1652899511);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(53426, '3220', '266.00', '8', '5.001', '10', '26601000', '28999999', '66000000', '67999999', NULL, 1652899511),
(53427, '3298', '215.00', '10', '10.001', '15', '26601000', '28999999', '66000000', '67999999', NULL, 1652899513),
(53428, '3220', '430.00', '8', '10.001', '15', '26601000', '28999999', '66000000', '67999999', NULL, 1652899513),
(53429, '3298', '298.00', '10', '15.001', '20', '26601000', '28999999', '66000000', '67999999', NULL, 1652899513),
(53430, '3220', '595.00', '8', '15.001', '20', '26601000', '28999999', '66000000', '67999999', NULL, 1652899514),
(53431, '3298', '380.00', '10', '20.001', '25', '26601000', '28999999', '66000000', '67999999', NULL, 1652899514),
(53432, '3220', '760.00', '8', '20.001', '25', '26601000', '28999999', '66000000', '67999999', NULL, 1652899515),
(53433, '3298', '463.00', '10', '25.001', '30', '26601000', '28999999', '66000000', '67999999', NULL, 1652899515),
(53434, '3220', '925.00', '8', '25.001', '30', '26601000', '28999999', '66000000', '67999999', NULL, 1652899516),
(53435, '3298', '90.00', '13', '0.3', '5', '26601000', '28999999', '68000000', '68899999', NULL, 1652899516),
(53436, '3220', '183.00', '11', '0.3', '5', '26601000', '28999999', '68000000', '68899999', NULL, 1652899517),
(53437, '3298', '133.00', '13', '5.001', '10', '26601000', '28999999', '68000000', '68899999', NULL, 1652899517),
(53438, '3220', '266.00', '11', '5.001', '10', '26601000', '28999999', '68000000', '68899999', NULL, 1652899517),
(53439, '3298', '215.00', '13', '10.001', '15', '26601000', '28999999', '68000000', '68899999', NULL, 1652899518),
(53440, '3220', '430.00', '11', '10.001', '15', '26601000', '28999999', '68000000', '68899999', NULL, 1652899518),
(53441, '3298', '298.00', '13', '15.001', '20', '26601000', '28999999', '68000000', '68899999', NULL, 1652899518),
(53442, '3220', '595.00', '11', '15.001', '20', '26601000', '28999999', '68000000', '68899999', NULL, 1652899519),
(53443, '3298', '380.00', '13', '20.001', '25', '26601000', '28999999', '68000000', '68899999', NULL, 1652899521),
(53444, '3220', '760.00', '11', '20.001', '25', '26601000', '28999999', '68000000', '68899999', NULL, 1652899521),
(53445, '3298', '463.00', '13', '25.001', '30', '26601000', '28999999', '68000000', '68899999', NULL, 1652899522),
(53446, '3220', '925.00', '11', '25.001', '30', '26601000', '28999999', '68000000', '68899999', NULL, 1652899523),
(53447, '3298', '90.00', '22', '0.3', '5', '26601000', '28999999', '68900000', '68914999', NULL, 1652899524),
(53448, '3220', '183.00', '15', '0.3', '5', '26601000', '28999999', '68900000', '68914999', NULL, 1652899525),
(53449, '3298', '133.00', '22', '5.001', '10', '26601000', '28999999', '68900000', '68914999', NULL, 1652899526),
(53450, '3220', '266.00', '15', '5.001', '10', '26601000', '28999999', '68900000', '68914999', NULL, 1652899526),
(53451, '3298', '215.00', '22', '10.001', '15', '26601000', '28999999', '68900000', '68914999', NULL, 1652899527),
(53452, '3220', '430.00', '15', '10.001', '15', '26601000', '28999999', '68900000', '68914999', NULL, 1652899527),
(53453, '3298', '298.00', '22', '15.001', '20', '26601000', '28999999', '68900000', '68914999', NULL, 1652899527),
(53454, '3220', '595.00', '15', '15.001', '20', '26601000', '28999999', '68900000', '68914999', NULL, 1652899530),
(53455, '3298', '380.00', '22', '20.001', '25', '26601000', '28999999', '68900000', '68914999', NULL, 1652899532),
(53456, '3220', '760.00', '15', '20.001', '25', '26601000', '28999999', '68900000', '68914999', NULL, 1652899533),
(53457, '3298', '463.00', '22', '25.001', '30', '26601000', '28999999', '68900000', '68914999', NULL, 1652899533),
(53458, '3220', '925.00', '15', '25.001', '30', '26601000', '28999999', '68900000', '68914999', NULL, 1652899535),
(53459, '3298', '90.00', '23', '0.3', '5', '26601000', '28999999', '68915000', '68999999', NULL, 1652899535),
(53460, '3220', '183.00', '16', '0.3', '5', '26601000', '28999999', '68915000', '68999999', NULL, 1652899536),
(53461, '3298', '133.00', '23', '5.001', '10', '26601000', '28999999', '68915000', '68999999', NULL, 1652899536),
(53462, '3220', '266.00', '16', '5.001', '10', '26601000', '28999999', '68915000', '68999999', NULL, 1652899537),
(53463, '3298', '215.00', '23', '10.001', '15', '26601000', '28999999', '68915000', '68999999', NULL, 1652899537),
(53464, '3220', '430.00', '16', '10.001', '15', '26601000', '28999999', '68915000', '68999999', NULL, 1652899537),
(53465, '3298', '298.00', '23', '15.001', '20', '26601000', '28999999', '68915000', '68999999', NULL, 1652899538),
(53466, '3220', '595.00', '16', '15.001', '20', '26601000', '28999999', '68915000', '68999999', NULL, 1652899538),
(53467, '3298', '380.00', '23', '20.001', '25', '26601000', '28999999', '68915000', '68999999', NULL, 1652899539),
(53468, '3220', '760.00', '16', '20.001', '25', '26601000', '28999999', '68915000', '68999999', NULL, 1652899539),
(53469, '3298', '463.00', '23', '25.001', '30', '26601000', '28999999', '68915000', '68999999', NULL, 1652899539),
(53470, '3220', '925.00', '16', '25.001', '30', '26601000', '28999999', '68915000', '68999999', NULL, 1652899540),
(53471, '3298', '90.00', '22', '0.3', '5', '26601000', '28999999', '69000000', '69099999', NULL, 1652899541),
(53472, '3220', '183.00', '6', '0.3', '5', '26601000', '28999999', '69000000', '69099999', NULL, 1652899541),
(53473, '3298', '133.00', '22', '5.001', '10', '26601000', '28999999', '69000000', '69099999', NULL, 1652899542),
(53474, '3220', '266.00', '6', '5.001', '10', '26601000', '28999999', '69000000', '69099999', NULL, 1652899542),
(53475, '3298', '215.00', '22', '10.001', '15', '26601000', '28999999', '69000000', '69099999', NULL, 1652899543),
(53476, '3220', '430.00', '6', '10.001', '15', '26601000', '28999999', '69000000', '69099999', NULL, 1652899543),
(53477, '3298', '298.00', '22', '15.001', '20', '26601000', '28999999', '69000000', '69099999', NULL, 1652899544),
(53478, '3220', '595.00', '6', '15.001', '20', '26601000', '28999999', '69000000', '69099999', NULL, 1652899545),
(53479, '3298', '380.00', '22', '20.001', '25', '26601000', '28999999', '69000000', '69099999', NULL, 1652899545),
(53480, '3220', '760.00', '6', '20.001', '25', '26601000', '28999999', '69000000', '69099999', NULL, 1652899546),
(53481, '3298', '463.00', '22', '25.001', '30', '26601000', '28999999', '69000000', '69099999', NULL, 1652899547),
(53482, '3220', '925.00', '6', '25.001', '30', '26601000', '28999999', '69000000', '69099999', NULL, 1652899547),
(53483, '3298', '90.00', '29', '0.3', '5', '26601000', '28999999', '69100000', '69299999', NULL, 1652899548),
(53484, '3220', '183.00', '10', '0.3', '5', '26601000', '28999999', '69100000', '69299999', NULL, 1652899550),
(53485, '3298', '133.00', '29', '5.001', '10', '26601000', '28999999', '69100000', '69299999', NULL, 1652899550),
(53486, '3220', '266.00', '10', '5.001', '10', '26601000', '28999999', '69100000', '69299999', NULL, 1652899551),
(53487, '3298', '215.00', '29', '10.001', '15', '26601000', '28999999', '69100000', '69299999', NULL, 1652899551),
(53488, '3220', '430.00', '10', '10.001', '15', '26601000', '28999999', '69100000', '69299999', NULL, 1652899551),
(53489, '3298', '298.00', '29', '15.001', '20', '26601000', '28999999', '69100000', '69299999', NULL, 1652899552),
(53490, '3220', '595.00', '10', '15.001', '20', '26601000', '28999999', '69100000', '69299999', NULL, 1652899552),
(53491, '3298', '380.00', '29', '20.001', '25', '26601000', '28999999', '69100000', '69299999', NULL, 1652899552),
(53492, '3220', '760.00', '10', '20.001', '25', '26601000', '28999999', '69100000', '69299999', NULL, 1652899553),
(53493, '3298', '463.00', '29', '25.001', '30', '26601000', '28999999', '69100000', '69299999', NULL, 1652899553),
(53494, '3220', '925.00', '10', '25.001', '30', '26601000', '28999999', '69100000', '69299999', NULL, 1652899554),
(53495, '3298', '90.00', '25', '0.3', '5', '26601000', '28999999', '69300000', '69339999', NULL, 1652899554),
(53496, '3220', '183.00', '8', '0.3', '5', '26601000', '28999999', '69300000', '69339999', NULL, 1652899555),
(53497, '3298', '133.00', '25', '5.001', '10', '26601000', '28999999', '69300000', '69339999', NULL, 1652899555),
(53498, '3220', '266.00', '8', '5.001', '10', '26601000', '28999999', '69300000', '69339999', NULL, 1652899556),
(53499, '3298', '215.00', '25', '10.001', '15', '26601000', '28999999', '69300000', '69339999', NULL, 1652899556),
(53500, '3220', '430.00', '8', '10.001', '15', '26601000', '28999999', '69300000', '69339999', NULL, 1652899557),
(53501, '3298', '298.00', '25', '15.001', '20', '26601000', '28999999', '69300000', '69339999', NULL, 1652899558),
(53502, '3220', '595.00', '8', '15.001', '20', '26601000', '28999999', '69300000', '69339999', NULL, 1652899558),
(53503, '3298', '380.00', '25', '20.001', '25', '26601000', '28999999', '69300000', '69339999', NULL, 1652899559),
(53504, '3220', '760.00', '8', '20.001', '25', '26601000', '28999999', '69300000', '69339999', NULL, 1652899559),
(53505, '3298', '463.00', '25', '25.001', '30', '26601000', '28999999', '69300000', '69339999', NULL, 1652899560),
(53506, '3220', '925.00', '8', '25.001', '30', '26601000', '28999999', '69300000', '69339999', NULL, 1652899560),
(53507, '3298', '90.00', '29', '0.3', '5', '26601000', '28999999', '69340000', '69389999', NULL, 1652899561),
(53508, '3220', '183.00', '12', '0.3', '5', '26601000', '28999999', '69340000', '69389999', NULL, 1652899561),
(53509, '3298', '133.00', '29', '5.001', '10', '26601000', '28999999', '69340000', '69389999', NULL, 1652899561),
(53510, '3220', '266.00', '12', '5.001', '10', '26601000', '28999999', '69340000', '69389999', NULL, 1652899562),
(53511, '3298', '215.00', '29', '10.001', '15', '26601000', '28999999', '69340000', '69389999', NULL, 1652899562),
(53512, '3220', '430.00', '12', '10.001', '15', '26601000', '28999999', '69340000', '69389999', NULL, 1652899563),
(53513, '3298', '298.00', '29', '15.001', '20', '26601000', '28999999', '69340000', '69389999', NULL, 1652899563),
(53514, '3220', '595.00', '12', '15.001', '20', '26601000', '28999999', '69340000', '69389999', NULL, 1652899564),
(53515, '3298', '380.00', '29', '20.001', '25', '26601000', '28999999', '69340000', '69389999', NULL, 1652899564),
(53516, '3220', '760.00', '12', '20.001', '25', '26601000', '28999999', '69340000', '69389999', NULL, 1652899565),
(53517, '3298', '463.00', '29', '25.001', '30', '26601000', '28999999', '69340000', '69389999', NULL, 1652899565),
(53518, '3220', '925.00', '12', '25.001', '30', '26601000', '28999999', '69340000', '69389999', NULL, 1652899566),
(53519, '3298', '90.00', '12', '0.3', '5', '26601000', '28999999', '69900000', '69920999', NULL, 1652899566),
(53520, '3220', '183.00', '10', '0.3', '5', '26601000', '28999999', '69900000', '69920999', NULL, 1652899566),
(53521, '3298', '133.00', '12', '5.001', '10', '26601000', '28999999', '69900000', '69920999', NULL, 1652899567),
(53522, '3220', '266.00', '10', '5.001', '10', '26601000', '28999999', '69900000', '69920999', NULL, 1652899568),
(53523, '3298', '215.00', '12', '10.001', '15', '26601000', '28999999', '69900000', '69920999', NULL, 1652899568),
(53524, '3220', '430.00', '10', '10.001', '15', '26601000', '28999999', '69900000', '69920999', NULL, 1652899569),
(53525, '3298', '298.00', '12', '15.001', '20', '26601000', '28999999', '69900000', '69920999', NULL, 1652899569),
(53526, '3220', '595.00', '10', '15.001', '20', '26601000', '28999999', '69900000', '69920999', NULL, 1652899570),
(53527, '3298', '380.00', '12', '20.001', '25', '26601000', '28999999', '69900000', '69920999', NULL, 1652899570),
(53528, '3220', '760.00', '10', '20.001', '25', '26601000', '28999999', '69900000', '69920999', NULL, 1652899571),
(53529, '3298', '463.00', '12', '25.001', '30', '26601000', '28999999', '69900000', '69920999', NULL, 1652899571),
(53530, '3220', '925.00', '10', '25.001', '30', '26601000', '28999999', '69900000', '69920999', NULL, 1652899572),
(53531, '3298', '90.00', '15', '0.3', '5', '26601000', '28999999', '69921000', '69999999', NULL, 1652899572),
(53532, '3220', '183.00', '13', '0.3', '5', '26601000', '28999999', '69921000', '69999999', NULL, 1652899573),
(53533, '3298', '133.00', '15', '5.001', '10', '26601000', '28999999', '69921000', '69999999', NULL, 1652899573),
(53534, '3220', '266.00', '13', '5.001', '10', '26601000', '28999999', '69921000', '69999999', NULL, 1652899573),
(53535, '3298', '215.00', '15', '10.001', '15', '26601000', '28999999', '69921000', '69999999', NULL, 1652899574),
(53536, '3220', '430.00', '13', '10.001', '15', '26601000', '28999999', '69921000', '69999999', NULL, 1652899574),
(53537, '3298', '298.00', '15', '15.001', '20', '26601000', '28999999', '69921000', '69999999', NULL, 1652899575),
(53538, '3220', '595.00', '13', '15.001', '20', '26601000', '28999999', '69921000', '69999999', NULL, 1652899576),
(53539, '3298', '380.00', '15', '20.001', '25', '26601000', '28999999', '69921000', '69999999', NULL, 1652899576),
(53540, '3220', '760.00', '13', '20.001', '25', '26601000', '28999999', '69921000', '69999999', NULL, 1652899576),
(53541, '3298', '463.00', '15', '25.001', '30', '26601000', '28999999', '69921000', '69999999', NULL, 1652899577),
(53542, '3220', '925.00', '13', '25.001', '30', '26601000', '28999999', '69921000', '69999999', NULL, 1652899577),
(53543, '3298', '44.00', '8', '0.3', '5', '26601000', '28999999', '71000000', '73699999', NULL, 1652899578),
(53544, '3220', '102.00', '4', '0.3', '5', '26601000', '28999999', '71000000', '73699999', NULL, 1652899578),
(53545, '3298', '74.00', '8', '5.001', '10', '26601000', '28999999', '71000000', '73699999', NULL, 1652899579),
(53546, '3220', '141.00', '4', '5.001', '10', '26601000', '28999999', '71000000', '73699999', NULL, 1652899579),
(53547, '3298', '120.00', '8', '10.001', '15', '26601000', '28999999', '71000000', '73699999', NULL, 1652899580),
(53548, '3220', '229.00', '4', '10.001', '15', '26601000', '28999999', '71000000', '73699999', NULL, 1652899580),
(53549, '3298', '166.00', '8', '15.001', '20', '26601000', '28999999', '71000000', '73699999', NULL, 1652899581),
(53550, '3220', '316.00', '4', '15.001', '20', '26601000', '28999999', '71000000', '73699999', NULL, 1652899581),
(53551, '3298', '212.00', '8', '20.001', '25', '26601000', '28999999', '71000000', '73699999', NULL, 1652899581),
(53552, '3220', '404.00', '4', '20.001', '25', '26601000', '28999999', '71000000', '73699999', NULL, 1652899582),
(53553, '3298', '258.00', '8', '25.001', '30', '26601000', '28999999', '71000000', '73699999', NULL, 1652899582),
(53554, '3220', '492.00', '4', '25.001', '30', '26601000', '28999999', '71000000', '73699999', NULL, 1652899583),
(53555, '3298', '44.00', '12', '0.3', '5', '26601000', '28999999', '72800000', '73999999', NULL, 1652899583),
(53556, '3220', '102.00', '8', '0.3', '5', '26601000', '28999999', '72800000', '73999999', NULL, 1652899584),
(53557, '3298', '74.00', '12', '5.001', '10', '26601000', '28999999', '72800000', '73999999', NULL, 1652899584),
(53558, '3220', '141.00', '8', '5.001', '10', '26601000', '28999999', '72800000', '73999999', NULL, 1652899584),
(53559, '3298', '120.00', '12', '10.001', '15', '26601000', '28999999', '72800000', '73999999', NULL, 1652899585),
(53560, '3220', '229.00', '8', '10.001', '15', '26601000', '28999999', '72800000', '73999999', NULL, 1652899585),
(53561, '3298', '166.00', '12', '15.001', '20', '26601000', '28999999', '72800000', '73999999', NULL, 1652899586),
(53562, '3220', '316.00', '8', '15.001', '20', '26601000', '28999999', '72800000', '73999999', NULL, 1652899586),
(53563, '3298', '212.00', '12', '20.001', '25', '26601000', '28999999', '72800000', '73999999', NULL, 1652899586),
(53564, '3220', '404.00', '8', '20.001', '25', '26601000', '28999999', '72800000', '73999999', NULL, 1652899587),
(53565, '3298', '258.00', '12', '25.001', '30', '26601000', '28999999', '72800000', '73999999', NULL, 1652899587),
(53566, '3220', '492.00', '8', '25.001', '30', '26601000', '28999999', '72800000', '73999999', NULL, 1652899588),
(53567, '3298', '50.00', '8', '0.3', '5', '26601000', '28999999', '74000000', '74894999', NULL, 1652899588),
(53568, '3220', '124.00', '4', '0.3', '5', '26601000', '28999999', '74000000', '74894999', NULL, 1652899588),
(53569, '3298', '83.00', '8', '5.001', '10', '26601000', '28999999', '74000000', '74894999', NULL, 1652899589),
(53570, '3220', '175.00', '4', '5.001', '10', '26601000', '28999999', '74000000', '74894999', NULL, 1652899590),
(53571, '3298', '135.00', '8', '10.001', '15', '26601000', '28999999', '74000000', '74894999', NULL, 1652899590),
(53572, '3220', '283.00', '4', '10.001', '15', '26601000', '28999999', '74000000', '74894999', NULL, 1652899590),
(53573, '3298', '186.00', '8', '15.001', '20', '26601000', '28999999', '74000000', '74894999', NULL, 1652899591),
(53574, '3220', '392.00', '4', '15.001', '20', '26601000', '28999999', '74000000', '74894999', NULL, 1652899591),
(53575, '3298', '238.00', '8', '20.001', '25', '26601000', '28999999', '74000000', '74894999', NULL, 1652899591),
(53576, '3220', '500.00', '4', '20.001', '25', '26601000', '28999999', '74000000', '74894999', NULL, 1652899592),
(53577, '3298', '290.00', '8', '25.001', '30', '26601000', '28999999', '74000000', '74894999', NULL, 1652899592),
(53578, '3220', '609.00', '4', '25.001', '30', '26601000', '28999999', '74000000', '74894999', NULL, 1652899593),
(53579, '3298', '50.00', '8', '0.3', '5', '26601000', '28999999', '74895000', '76799999', NULL, 1652899593),
(53580, '3220', '124.00', '4', '0.3', '5', '26601000', '28999999', '74895000', '76799999', NULL, 1652899594),
(53581, '3298', '83.00', '8', '5.001', '10', '26601000', '28999999', '74895000', '76799999', NULL, 1652899594),
(53582, '3220', '175.00', '4', '5.001', '10', '26601000', '28999999', '74895000', '76799999', NULL, 1652899594),
(53583, '3298', '135.00', '8', '10.001', '15', '26601000', '28999999', '74895000', '76799999', NULL, 1652899595),
(53584, '3220', '283.00', '4', '10.001', '15', '26601000', '28999999', '74895000', '76799999', NULL, 1652899595),
(53585, '3298', '186.00', '8', '15.001', '20', '26601000', '28999999', '74895000', '76799999', NULL, 1652899595),
(53586, '3220', '392.00', '4', '15.001', '20', '26601000', '28999999', '74895000', '76799999', NULL, 1652899596),
(53587, '3298', '238.00', '8', '20.001', '25', '26601000', '28999999', '74895000', '76799999', NULL, 1652899596),
(53588, '3220', '500.00', '4', '20.001', '25', '26601000', '28999999', '74895000', '76799999', NULL, 1652899597),
(53589, '3298', '290.00', '8', '25.001', '30', '26601000', '28999999', '74895000', '76799999', NULL, 1652899597),
(53590, '3220', '609.00', '4', '25.001', '30', '26601000', '28999999', '74895000', '76799999', NULL, 1652899598),
(53591, '3298', '70.00', '11', '0.3', '5', '26601000', '28999999', '77000000', '77270999', NULL, 1652899599),
(53592, '3220', '157.00', '7', '0.3', '5', '26601000', '28999999', '77000000', '77270999', NULL, 1652899599),
(53593, '3298', '106.00', '11', '5.001', '10', '26601000', '28999999', '77000000', '77270999', NULL, 1652899599),
(53594, '3220', '226.00', '7', '5.001', '10', '26601000', '28999999', '77000000', '77270999', NULL, 1652899600),
(53595, '3298', '172.00', '11', '10.001', '15', '26601000', '28999999', '77000000', '77270999', NULL, 1652899600),
(53596, '3220', '367.00', '7', '10.001', '15', '26601000', '28999999', '77000000', '77270999', NULL, 1652899601),
(53597, '3298', '239.00', '11', '15.001', '20', '26601000', '28999999', '77000000', '77270999', NULL, 1652899601),
(53598, '3220', '508.00', '7', '15.001', '20', '26601000', '28999999', '77000000', '77270999', NULL, 1652899601),
(53599, '3298', '305.00', '11', '20.001', '25', '26601000', '28999999', '77000000', '77270999', NULL, 1652899602),
(53600, '3220', '649.00', '7', '20.001', '25', '26601000', '28999999', '77000000', '77270999', NULL, 1652899602),
(53601, '3298', '371.00', '11', '25.001', '30', '26601000', '28999999', '77000000', '77270999', NULL, 1652899603),
(53602, '3220', '789.00', '7', '25.001', '30', '26601000', '28999999', '77000000', '77270999', NULL, 1652899603),
(53603, '3298', '70.00', '14', '0.3', '5', '26601000', '28999999', '77300000', '77995999', NULL, 1652899604),
(53604, '3220', '157.00', '10', '0.3', '5', '26601000', '28999999', '77300000', '77995999', NULL, 1652899604),
(53605, '3298', '106.00', '14', '5.001', '10', '26601000', '28999999', '77300000', '77995999', NULL, 1652899605),
(53606, '3220', '226.00', '10', '5.001', '10', '26601000', '28999999', '77300000', '77995999', NULL, 1652899605),
(53607, '3298', '172.00', '14', '10.001', '15', '26601000', '28999999', '77300000', '77995999', NULL, 1652899606),
(53608, '3220', '367.00', '10', '10.001', '15', '26601000', '28999999', '77300000', '77995999', NULL, 1652899606),
(53609, '3298', '239.00', '14', '15.001', '20', '26601000', '28999999', '77300000', '77995999', NULL, 1652899607),
(53610, '3220', '508.00', '10', '15.001', '20', '26601000', '28999999', '77300000', '77995999', NULL, 1652899607),
(53611, '3298', '305.00', '14', '20.001', '25', '26601000', '28999999', '77300000', '77995999', NULL, 1652899608),
(53612, '3220', '649.00', '10', '20.001', '25', '26601000', '28999999', '77300000', '77995999', NULL, 1652899608),
(53613, '3298', '371.00', '14', '25.001', '30', '26601000', '28999999', '77300000', '77995999', NULL, 1652899608),
(53614, '3220', '789.00', '10', '25.001', '30', '26601000', '28999999', '77300000', '77995999', NULL, 1652899609),
(53615, '3298', '70.00', '8', '0.3', '5', '26601000', '28999999', '78000000', '78109999', NULL, 1652899609),
(53616, '3220', '157.00', '6', '0.3', '5', '26601000', '28999999', '78000000', '78109999', NULL, 1652899610),
(53617, '3298', '106.00', '8', '5.001', '10', '26601000', '28999999', '78000000', '78109999', NULL, 1652899610),
(53618, '3220', '226.00', '6', '5.001', '10', '26601000', '28999999', '78000000', '78109999', NULL, 1652899611),
(53619, '3298', '172.00', '8', '10.001', '15', '26601000', '28999999', '78000000', '78109999', NULL, 1652899611),
(53620, '3220', '367.00', '6', '10.001', '15', '26601000', '28999999', '78000000', '78109999', NULL, 1652899612),
(53621, '3298', '239.00', '8', '15.001', '20', '26601000', '28999999', '78000000', '78109999', NULL, 1652899612),
(53622, '3220', '508.00', '6', '15.001', '20', '26601000', '28999999', '78000000', '78109999', NULL, 1652899613),
(53623, '3298', '305.00', '8', '20.001', '25', '26601000', '28999999', '78000000', '78109999', NULL, 1652899613),
(53624, '3220', '649.00', '6', '20.001', '25', '26601000', '28999999', '78000000', '78109999', NULL, 1652899614),
(53625, '3298', '371.00', '8', '25.001', '30', '26601000', '28999999', '78000000', '78109999', NULL, 1652899614),
(53626, '3220', '789.00', '6', '25.001', '30', '26601000', '28999999', '78000000', '78109999', NULL, 1652899615),
(53627, '3298', '70.00', '10', '0.3', '5', '26601000', '28999999', '78110000', '78899999', NULL, 1652899615),
(53628, '3220', '157.00', '8', '0.3', '5', '26601000', '28999999', '78110000', '78899999', NULL, 1652899615),
(53629, '3298', '106.00', '10', '5.001', '10', '26601000', '28999999', '78110000', '78899999', NULL, 1652899616),
(53630, '3220', '226.00', '8', '5.001', '10', '26601000', '28999999', '78110000', '78899999', NULL, 1652899616),
(53631, '3298', '172.00', '10', '10.001', '15', '26601000', '28999999', '78110000', '78899999', NULL, 1652899617),
(53632, '3220', '367.00', '8', '10.001', '15', '26601000', '28999999', '78110000', '78899999', NULL, 1652899618),
(53633, '3298', '239.00', '10', '15.001', '20', '26601000', '28999999', '78110000', '78899999', NULL, 1652899618),
(53634, '3220', '508.00', '8', '15.001', '20', '26601000', '28999999', '78110000', '78899999', NULL, 1652899618),
(53635, '3298', '305.00', '10', '20.001', '25', '26601000', '28999999', '78110000', '78899999', NULL, 1652899619),
(53636, '3220', '649.00', '8', '20.001', '25', '26601000', '28999999', '78110000', '78899999', NULL, 1652899619),
(53637, '3298', '371.00', '10', '25.001', '30', '26601000', '28999999', '78110000', '78899999', NULL, 1652899620),
(53638, '3220', '789.00', '8', '25.001', '30', '26601000', '28999999', '78110000', '78899999', NULL, 1652899620),
(53639, '3298', '90.00', '13', '0.3', '5', '26601000', '28999999', '78900000', '78930999', NULL, 1652899620),
(53640, '3220', '183.00', '10', '0.3', '5', '26601000', '28999999', '78900000', '78930999', NULL, 1652899621),
(53641, '3298', '133.00', '13', '5.001', '10', '26601000', '28999999', '78900000', '78930999', NULL, 1652899622),
(53642, '3220', '266.00', '10', '5.001', '10', '26601000', '28999999', '78900000', '78930999', NULL, 1652899622),
(53643, '3298', '215.00', '13', '10.001', '15', '26601000', '28999999', '78900000', '78930999', NULL, 1652899623),
(53644, '3220', '430.00', '10', '10.001', '15', '26601000', '28999999', '78900000', '78930999', NULL, 1652899623),
(53645, '3298', '298.00', '13', '15.001', '20', '26601000', '28999999', '78900000', '78930999', NULL, 1652899624),
(53646, '3220', '595.00', '10', '15.001', '20', '26601000', '28999999', '78900000', '78930999', NULL, 1652899624),
(53647, '3298', '380.00', '13', '20.001', '25', '26601000', '28999999', '78900000', '78930999', NULL, 1652899624),
(53648, '3220', '760.00', '10', '20.001', '25', '26601000', '28999999', '78900000', '78930999', NULL, 1652899625),
(53649, '3298', '463.00', '13', '25.001', '30', '26601000', '28999999', '78900000', '78930999', NULL, 1652899625),
(53650, '3220', '925.00', '10', '25.001', '30', '26601000', '28999999', '78900000', '78930999', NULL, 1652899626),
(53651, '3298', '70.00', '10', '0.3', '5', '26601000', '28999999', '78931000', '78999999', NULL, 1652899626),
(53652, '3220', '157.00', '8', '0.3', '5', '26601000', '28999999', '78931000', '78999999', NULL, 1652899626),
(53653, '3298', '106.00', '10', '5.001', '10', '26601000', '28999999', '78931000', '78999999', NULL, 1652899627),
(53654, '3220', '226.00', '8', '5.001', '10', '26601000', '28999999', '78931000', '78999999', NULL, 1652899628),
(53655, '3298', '172.00', '10', '10.001', '15', '26601000', '28999999', '78931000', '78999999', NULL, 1652899628),
(53656, '3220', '367.00', '8', '10.001', '15', '26601000', '28999999', '78931000', '78999999', NULL, 1652899629),
(53657, '3298', '239.00', '10', '15.001', '20', '26601000', '28999999', '78931000', '78999999', NULL, 1652899629),
(53658, '3220', '508.00', '8', '15.001', '20', '26601000', '28999999', '78931000', '78999999', NULL, 1652899630),
(53659, '3298', '305.00', '10', '20.001', '25', '26601000', '28999999', '78931000', '78999999', NULL, 1652899630),
(53660, '3220', '649.00', '8', '20.001', '25', '26601000', '28999999', '78931000', '78999999', NULL, 1652899631),
(53661, '3298', '371.00', '10', '25.001', '30', '26601000', '28999999', '78931000', '78999999', NULL, 1652899631),
(53662, '3220', '789.00', '8', '25.001', '30', '26601000', '28999999', '78931000', '78999999', NULL, 1652899632),
(53663, '3298', '50.00', '7', '0.3', '5', '26601000', '28999999', '79000000', '79129999', NULL, 1652899632),
(53664, '3220', '124.00', '4', '0.3', '5', '26601000', '28999999', '79000000', '79129999', NULL, 1652899632),
(53665, '3298', '83.00', '7', '5.001', '10', '26601000', '28999999', '79000000', '79129999', NULL, 1652899633),
(53666, '3220', '175.00', '4', '5.001', '10', '26601000', '28999999', '79000000', '79129999', NULL, 1652899633),
(53667, '3298', '135.00', '7', '10.001', '15', '26601000', '28999999', '79000000', '79129999', NULL, 1652899634),
(53668, '3220', '283.00', '4', '10.001', '15', '26601000', '28999999', '79000000', '79129999', NULL, 1652899634),
(53669, '3298', '186.00', '7', '15.001', '20', '26601000', '28999999', '79000000', '79129999', NULL, 1652899635),
(53670, '3220', '392.00', '4', '15.001', '20', '26601000', '28999999', '79000000', '79129999', NULL, 1652899635),
(53671, '3298', '238.00', '7', '20.001', '25', '26601000', '28999999', '79000000', '79129999', NULL, 1652899636),
(53672, '3220', '500.00', '4', '20.001', '25', '26601000', '28999999', '79000000', '79129999', NULL, 1652899636),
(53673, '3298', '290.00', '7', '25.001', '30', '26601000', '28999999', '79000000', '79129999', NULL, 1652899637),
(53674, '3220', '609.00', '4', '25.001', '30', '26601000', '28999999', '79000000', '79129999', NULL, 1652899637),
(53675, '3298', '50.00', '10', '0.3', '5', '26601000', '28999999', '79130000', '79999999', NULL, 1652899638),
(53676, '3220', '124.00', '7', '0.3', '5', '26601000', '28999999', '79130000', '79999999', NULL, 1652899638),
(53677, '3298', '83.00', '10', '5.001', '10', '26601000', '28999999', '79130000', '79999999', NULL, 1652899639),
(53678, '3220', '175.00', '7', '5.001', '10', '26601000', '28999999', '79130000', '79999999', NULL, 1652899640),
(53679, '3298', '135.00', '10', '10.001', '15', '26601000', '28999999', '79130000', '79999999', NULL, 1652899640),
(53680, '3220', '283.00', '7', '10.001', '15', '26601000', '28999999', '79130000', '79999999', NULL, 1652899641),
(53681, '3298', '186.00', '10', '15.001', '20', '26601000', '28999999', '79130000', '79999999', NULL, 1652899642),
(53682, '3220', '392.00', '7', '15.001', '20', '26601000', '28999999', '79130000', '79999999', NULL, 1652899642),
(53683, '3298', '238.00', '10', '20.001', '25', '26601000', '28999999', '79130000', '79999999', NULL, 1652899643),
(53684, '3220', '500.00', '7', '20.001', '25', '26601000', '28999999', '79130000', '79999999', NULL, 1652899643),
(53685, '3298', '290.00', '10', '25.001', '30', '26601000', '28999999', '79130000', '79999999', NULL, 1652899643),
(53686, '3220', '609.00', '7', '25.001', '30', '26601000', '28999999', '79130000', '79999999', NULL, 1652899644),
(53687, '3298', '44.00', '7', '0.3', '5', '26601000', '28999999', '80000000', '82999999', NULL, 1652899645),
(53688, '3220', '102.00', '4', '0.3', '5', '26601000', '28999999', '80000000', '82999999', NULL, 1652899645),
(53689, '3298', '74.00', '7', '5.001', '10', '26601000', '28999999', '80000000', '82999999', NULL, 1652899645),
(53690, '3220', '141.00', '4', '5.001', '10', '26601000', '28999999', '80000000', '82999999', NULL, 1652899646),
(53691, '3298', '120.00', '7', '10.001', '15', '26601000', '28999999', '80000000', '82999999', NULL, 1652899646),
(53692, '3220', '229.00', '4', '10.001', '15', '26601000', '28999999', '80000000', '82999999', NULL, 1652899647),
(53693, '3298', '166.00', '7', '15.001', '20', '26601000', '28999999', '80000000', '82999999', NULL, 1652899647),
(53694, '3220', '316.00', '4', '15.001', '20', '26601000', '28999999', '80000000', '82999999', NULL, 1652899648),
(53695, '3298', '212.00', '7', '20.001', '25', '26601000', '28999999', '80000000', '82999999', NULL, 1652899649),
(53696, '3220', '404.00', '4', '20.001', '25', '26601000', '28999999', '80000000', '82999999', NULL, 1652899649),
(53697, '3298', '258.00', '7', '25.001', '30', '26601000', '28999999', '80000000', '82999999', NULL, 1652899649),
(53698, '3220', '492.00', '4', '25.001', '30', '26601000', '28999999', '80000000', '82999999', NULL, 1652899650),
(53699, '3298', '44.00', '7', '0.3', '5', '26601000', '28999999', '80000000', '83800999', NULL, 1652899650),
(53700, '3220', '102.00', '4', '0.3', '5', '26601000', '28999999', '80000000', '83800999', NULL, 1652899651),
(53701, '3298', '74.00', '7', '5.001', '10', '26601000', '28999999', '80000000', '83800999', NULL, 1652899652),
(53702, '3220', '141.00', '4', '5.001', '10', '26601000', '28999999', '80000000', '83800999', NULL, 1652899652),
(53703, '3298', '120.00', '7', '10.001', '15', '26601000', '28999999', '80000000', '83800999', NULL, 1652899652),
(53704, '3220', '229.00', '4', '10.001', '15', '26601000', '28999999', '80000000', '83800999', NULL, 1652899653),
(53705, '3298', '166.00', '7', '15.001', '20', '26601000', '28999999', '80000000', '83800999', NULL, 1652899653),
(53706, '3220', '316.00', '4', '15.001', '20', '26601000', '28999999', '80000000', '83800999', NULL, 1652899654),
(53707, '3298', '212.00', '7', '20.001', '25', '26601000', '28999999', '80000000', '83800999', NULL, 1652899654),
(53708, '3220', '404.00', '4', '20.001', '25', '26601000', '28999999', '80000000', '83800999', NULL, 1652899654),
(53709, '3298', '258.00', '7', '25.001', '30', '26601000', '28999999', '80000000', '83800999', NULL, 1652899655),
(53710, '3220', '492.00', '4', '25.001', '30', '26601000', '28999999', '80000000', '83800999', NULL, 1652899656),
(53711, '3298', '44.00', '9', '0.3', '5', '26601000', '28999999', '83801000', '87999999', NULL, 1652899656),
(53712, '3220', '102.00', '6', '0.3', '5', '26601000', '28999999', '83801000', '87999999', NULL, 1652899657),
(53713, '3298', '74.00', '9', '5.001', '10', '26601000', '28999999', '83801000', '87999999', NULL, 1652899657),
(53714, '3220', '141.00', '6', '5.001', '10', '26601000', '28999999', '83801000', '87999999', NULL, 1652899657),
(53715, '3298', '120.00', '9', '10.001', '15', '26601000', '28999999', '83801000', '87999999', NULL, 1652899658),
(53716, '3220', '229.00', '6', '10.001', '15', '26601000', '28999999', '83801000', '87999999', NULL, 1652899658),
(53717, '3298', '166.00', '9', '15.001', '20', '26601000', '28999999', '83801000', '87999999', NULL, 1652899659),
(53718, '3220', '316.00', '6', '15.001', '20', '26601000', '28999999', '83801000', '87999999', NULL, 1652899659),
(53719, '3298', '212.00', '9', '20.001', '25', '26601000', '28999999', '83801000', '87999999', NULL, 1652899660),
(53720, '3220', '404.00', '6', '20.001', '25', '26601000', '28999999', '83801000', '87999999', NULL, 1652899660),
(53721, '3298', '258.00', '9', '25.001', '30', '26601000', '28999999', '83801000', '87999999', NULL, 1652899661),
(53722, '3220', '492.00', '6', '25.001', '30', '26601000', '28999999', '83801000', '87999999', NULL, 1652899661),
(53723, '3298', '50.00', '7', '0.3', '5', '26601000', '28999999', '88000000', '82999999', NULL, 1652899662),
(53724, '3220', '124.00', '4', '0.3', '5', '26601000', '28999999', '88000000', '82999999', NULL, 1652899662),
(53725, '3298', '83.00', '7', '5.001', '10', '26601000', '28999999', '88000000', '82999999', NULL, 1652899662),
(53726, '3220', '175.00', '4', '5.001', '10', '26601000', '28999999', '88000000', '82999999', NULL, 1652899663),
(53727, '3298', '135.00', '7', '10.001', '15', '26601000', '28999999', '88000000', '82999999', NULL, 1652899663),
(53728, '3220', '283.00', '4', '10.001', '15', '26601000', '28999999', '88000000', '82999999', NULL, 1652899664),
(53729, '3298', '186.00', '7', '15.001', '20', '26601000', '28999999', '88000000', '82999999', NULL, 1652899664),
(53730, '3220', '392.00', '4', '15.001', '20', '26601000', '28999999', '88000000', '82999999', NULL, 1652899664),
(53731, '3298', '238.00', '7', '20.001', '25', '26601000', '28999999', '88000000', '82999999', NULL, 1652899665),
(53732, '3220', '500.00', '4', '20.001', '25', '26601000', '28999999', '88000000', '82999999', NULL, 1652899665),
(53733, '3298', '290.00', '7', '25.001', '30', '26601000', '28999999', '88000000', '82999999', NULL, 1652899665),
(53734, '3220', '609.00', '4', '25.001', '30', '26601000', '28999999', '88000000', '82999999', NULL, 1652899666),
(53735, '3298', '50.00', '7', '0.3', '5', '26601000', '28999999', '88000000', '88469999', NULL, 1652899666),
(53736, '3220', '124.00', '4', '0.3', '5', '26601000', '28999999', '88000000', '88469999', NULL, 1652899667),
(53737, '3298', '83.00', '7', '5.001', '10', '26601000', '28999999', '88000000', '88469999', NULL, 1652899667),
(53738, '3220', '175.00', '4', '5.001', '10', '26601000', '28999999', '88000000', '88469999', NULL, 1652899668),
(53739, '3298', '135.00', '7', '10.001', '15', '26601000', '28999999', '88000000', '88469999', NULL, 1652899668),
(53740, '3220', '283.00', '4', '10.001', '15', '26601000', '28999999', '88000000', '88469999', NULL, 1652899669),
(53741, '3298', '186.00', '7', '15.001', '20', '26601000', '28999999', '88000000', '88469999', NULL, 1652899669),
(53742, '3220', '392.00', '4', '15.001', '20', '26601000', '28999999', '88000000', '88469999', NULL, 1652899669),
(53743, '3298', '238.00', '7', '20.001', '25', '26601000', '28999999', '88000000', '88469999', NULL, 1652899670),
(53744, '3220', '500.00', '4', '20.001', '25', '26601000', '28999999', '88000000', '88469999', NULL, 1652899671),
(53745, '3298', '290.00', '7', '25.001', '30', '26601000', '28999999', '88000000', '88469999', NULL, 1652899671),
(53746, '3220', '609.00', '4', '25.001', '30', '26601000', '28999999', '88000000', '88469999', NULL, 1652899672),
(53747, '3298', '50.00', '8', '0.3', '5', '26601000', '28999999', '88470000', '89999999', NULL, 1652899672),
(53748, '3220', '124.00', '5', '0.3', '5', '26601000', '28999999', '88470000', '89999999', NULL, 1652899673),
(53749, '3298', '83.00', '8', '5.001', '10', '26601000', '28999999', '88470000', '89999999', NULL, 1652899673),
(53750, '3220', '175.00', '5', '5.001', '10', '26601000', '28999999', '88470000', '89999999', NULL, 1652899674),
(53751, '3298', '135.00', '8', '10.001', '15', '26601000', '28999999', '88470000', '89999999', NULL, 1652899675),
(53752, '3220', '283.00', '5', '10.001', '15', '26601000', '28999999', '88470000', '89999999', NULL, 1652899675),
(53753, '3298', '186.00', '8', '15.001', '20', '26601000', '28999999', '88470000', '89999999', NULL, 1652899675),
(53754, '3220', '392.00', '5', '15.001', '20', '26601000', '28999999', '88470000', '89999999', NULL, 1652899676),
(53755, '3298', '238.00', '8', '20.001', '25', '26601000', '28999999', '88470000', '89999999', NULL, 1652899676),
(53756, '3220', '500.00', '5', '20.001', '25', '26601000', '28999999', '88470000', '89999999', NULL, 1652899676),
(53757, '3298', '290.00', '8', '25.001', '30', '26601000', '28999999', '88470000', '89999999', NULL, 1652899677),
(53758, '3220', '609.00', '5', '25.001', '30', '26601000', '28999999', '88470000', '89999999', NULL, 1652899677),
(53759, '3298', '50.00', '7', '0.3', '5', '26601000', '28999999', '90000000', '91999999', NULL, 1652899678),
(53760, '3220', '124.00', '4', '0.3', '5', '26601000', '28999999', '90000000', '91999999', NULL, 1652899678),
(53761, '3298', '83.00', '7', '5.001', '10', '26601000', '28999999', '90000000', '91999999', NULL, 1652899678),
(53762, '3220', '175.00', '4', '5.001', '10', '26601000', '28999999', '90000000', '91999999', NULL, 1652899679),
(53763, '3298', '135.00', '7', '10.001', '15', '26601000', '28999999', '90000000', '91999999', NULL, 1652899679),
(53764, '3220', '283.00', '4', '10.001', '15', '26601000', '28999999', '90000000', '91999999', NULL, 1652899680),
(53765, '3298', '186.00', '7', '15.001', '20', '26601000', '28999999', '90000000', '91999999', NULL, 1652899680),
(53766, '3220', '392.00', '4', '15.001', '20', '26601000', '28999999', '90000000', '91999999', NULL, 1652899681),
(53767, '3298', '238.00', '7', '20.001', '25', '26601000', '28999999', '90000000', '91999999', NULL, 1652899681),
(53768, '3220', '500.00', '4', '20.001', '25', '26601000', '28999999', '90000000', '91999999', NULL, 1652899682),
(53769, '3298', '290.00', '7', '25.001', '30', '26601000', '28999999', '90000000', '91999999', NULL, 1652899682),
(53770, '3220', '609.00', '4', '25.001', '30', '26601000', '28999999', '90000000', '91999999', NULL, 1652899683),
(53771, '3298', '50.00', '9', '0.3', '5', '26601000', '28999999', '90000000', '94900999', NULL, 1652899683),
(53772, '3220', '124.00', '6', '0.3', '5', '26601000', '28999999', '90000000', '94900999', NULL, 1652899684),
(53773, '3298', '83.00', '9', '5.001', '10', '26601000', '28999999', '90000000', '94900999', NULL, 1652899684),
(53774, '3220', '175.00', '6', '5.001', '10', '26601000', '28999999', '90000000', '94900999', NULL, 1652899685),
(53775, '3298', '135.00', '9', '10.001', '15', '26601000', '28999999', '90000000', '94900999', NULL, 1652899685),
(53776, '3220', '283.00', '6', '10.001', '15', '26601000', '28999999', '90000000', '94900999', NULL, 1652899686),
(53777, '3298', '186.00', '9', '15.001', '20', '26601000', '28999999', '90000000', '94900999', NULL, 1652899686),
(53778, '3220', '392.00', '6', '15.001', '20', '26601000', '28999999', '90000000', '94900999', NULL, 1652899687),
(53779, '3298', '238.00', '9', '20.001', '25', '26601000', '28999999', '90000000', '94900999', NULL, 1652899687),
(53780, '3220', '500.00', '6', '20.001', '25', '26601000', '28999999', '90000000', '94900999', NULL, 1652899687),
(53781, '3298', '290.00', '9', '25.001', '30', '26601000', '28999999', '90000000', '94900999', NULL, 1652899688),
(53782, '3220', '609.00', '6', '25.001', '30', '26601000', '28999999', '90000000', '94900999', NULL, 1652899688),
(53783, '3298', '50.00', '11', '0.3', '5', '26601000', '28999999', '94901000', '99999999', NULL, 1652899688),
(53784, '3220', '124.00', '8', '0.3', '5', '26601000', '28999999', '94901000', '99999999', NULL, 1652899689),
(53785, '3298', '83.00', '11', '5.001', '10', '26601000', '28999999', '94901000', '99999999', NULL, 1652899689),
(53786, '3220', '175.00', '8', '5.001', '10', '26601000', '28999999', '94901000', '99999999', NULL, 1652899690),
(53787, '3298', '135.00', '11', '10.001', '15', '26601000', '28999999', '94901000', '99999999', NULL, 1652899690),
(53788, '3220', '283.00', '8', '10.001', '15', '26601000', '28999999', '94901000', '99999999', NULL, 1652899690),
(53789, '3298', '186.00', '11', '15.001', '20', '26601000', '28999999', '94901000', '99999999', NULL, 1652899691),
(53790, '3220', '392.00', '8', '15.001', '20', '26601000', '28999999', '94901000', '99999999', NULL, 1652899691),
(53791, '3298', '238.00', '11', '20.001', '25', '26601000', '28999999', '94901000', '99999999', NULL, 1652899691),
(53792, '3220', '500.00', '8', '20.001', '25', '26601000', '28999999', '94901000', '99999999', NULL, 1652899692),
(53793, '3298', '290.00', '11', '25.001', '30', '26601000', '28999999', '94901000', '99999999', NULL, 1652899693),
(53794, '3220', '609.00', '8', '25.001', '30', '26601000', '28999999', '94901000', '99999999', NULL, 1652899693),
(53795, '3298', '30.00', '5', '0.3', '5', '29000000', '29099999', '01000000', '08499999', NULL, 1652899693),
(53796, '3220', '59.00', '1', '0.3', '5', '29000000', '29099999', '01000000', '08499999', NULL, 1652899694),
(53797, '3298', '44.00', '5', '5.001', '10', '29000000', '29099999', '01000000', '08499999', NULL, 1652899694),
(53798, '3220', '93.00', '1', '5.001', '10', '29000000', '29099999', '01000000', '08499999', NULL, 1652899695),
(53799, '3298', '71.00', '5', '10.001', '15', '29000000', '29099999', '01000000', '08499999', NULL, 1652899696),
(53800, '3220', '150.00', '1', '10.001', '15', '29000000', '29099999', '01000000', '08499999', NULL, 1652899696),
(53801, '3298', '99.00', '5', '15.001', '20', '29000000', '29099999', '01000000', '08499999', NULL, 1652899697),
(53802, '3220', '208.00', '1', '15.001', '20', '29000000', '29099999', '01000000', '08499999', NULL, 1652899697),
(53803, '3298', '126.00', '5', '20.001', '25', '29000000', '29099999', '01000000', '08499999', NULL, 1652899698),
(53804, '3220', '266.00', '1', '20.001', '25', '29000000', '29099999', '01000000', '08499999', NULL, 1652899698),
(53805, '3298', '153.00', '5', '25.001', '30', '29000000', '29099999', '01000000', '08499999', NULL, 1652899699),
(53806, '3220', '324.00', '1', '25.001', '30', '29000000', '29099999', '01000000', '08499999', NULL, 1652899699),
(53807, '3298', '30.00', '6', '0.3', '5', '29000000', '29099999', '06000000', '09999999', NULL, 1652899699),
(53808, '3220', '59.00', '2', '0.3', '5', '29000000', '29099999', '06000000', '09999999', NULL, 1652899700),
(53809, '3298', '44.00', '6', '5.001', '10', '29000000', '29099999', '06000000', '09999999', NULL, 1652899700),
(53810, '3220', '93.00', '2', '5.001', '10', '29000000', '29099999', '06000000', '09999999', NULL, 1652899701),
(53811, '3298', '71.00', '6', '10.001', '15', '29000000', '29099999', '06000000', '09999999', NULL, 1652899702),
(53812, '3220', '150.00', '2', '10.001', '15', '29000000', '29099999', '06000000', '09999999', NULL, 1652899702),
(53813, '3298', '99.00', '6', '15.001', '20', '29000000', '29099999', '06000000', '09999999', NULL, 1652899703),
(53814, '3220', '208.00', '2', '15.001', '20', '29000000', '29099999', '06000000', '09999999', NULL, 1652899703),
(53815, '3298', '126.00', '6', '20.001', '25', '29000000', '29099999', '06000000', '09999999', NULL, 1652899704),
(53816, '3220', '266.00', '2', '20.001', '25', '29000000', '29099999', '06000000', '09999999', NULL, 1652899704),
(53817, '3298', '153.00', '6', '25.001', '30', '29000000', '29099999', '06000000', '09999999', NULL, 1652899705),
(53818, '3220', '324.00', '2', '25.001', '30', '29000000', '29099999', '06000000', '09999999', NULL, 1652899705),
(53819, '3298', '30.00', '7', '0.3', '5', '29000000', '29099999', '11000000', '11999999', NULL, 1652899706),
(53820, '3220', '59.00', '3', '0.3', '5', '29000000', '29099999', '11000000', '11999999', NULL, 1652899706),
(53821, '3298', '44.00', '7', '5.001', '10', '29000000', '29099999', '11000000', '11999999', NULL, 1652899707),
(53822, '3220', '93.00', '3', '5.001', '10', '29000000', '29099999', '11000000', '11999999', NULL, 1652899708),
(53823, '3298', '71.00', '7', '10.001', '15', '29000000', '29099999', '11000000', '11999999', NULL, 1652899708),
(53824, '3220', '150.00', '3', '10.001', '15', '29000000', '29099999', '11000000', '11999999', NULL, 1652899709),
(53825, '3298', '99.00', '7', '15.001', '20', '29000000', '29099999', '11000000', '11999999', NULL, 1652899709),
(53826, '3220', '208.00', '3', '15.001', '20', '29000000', '29099999', '11000000', '11999999', NULL, 1652899710),
(53827, '3298', '126.00', '7', '20.001', '25', '29000000', '29099999', '11000000', '11999999', NULL, 1652899711),
(53828, '3220', '266.00', '3', '20.001', '25', '29000000', '29099999', '11000000', '11999999', NULL, 1652899711),
(53829, '3298', '153.00', '7', '25.001', '30', '29000000', '29099999', '11000000', '11999999', NULL, 1652899712),
(53830, '3220', '324.00', '3', '25.001', '30', '29000000', '29099999', '11000000', '11999999', NULL, 1652899712),
(53831, '3298', '30.00', '6', '0.3', '5', '29000000', '29099999', '12000000', '19999999', NULL, 1652899713),
(53832, '3220', '59.00', '2', '0.3', '5', '29000000', '29099999', '12000000', '19999999', NULL, 1652899714),
(53833, '3298', '44.00', '6', '5.001', '10', '29000000', '29099999', '12000000', '19999999', NULL, 1652899714),
(53834, '3220', '93.00', '2', '5.001', '10', '29000000', '29099999', '12000000', '19999999', NULL, 1652899715),
(53835, '3298', '71.00', '6', '10.001', '15', '29000000', '29099999', '12000000', '19999999', NULL, 1652899715),
(53836, '3220', '150.00', '2', '10.001', '15', '29000000', '29099999', '12000000', '19999999', NULL, 1652899716),
(53837, '3298', '99.00', '6', '15.001', '20', '29000000', '29099999', '12000000', '19999999', NULL, 1652899716),
(53838, '3220', '208.00', '2', '15.001', '20', '29000000', '29099999', '12000000', '19999999', NULL, 1652899717),
(53839, '3298', '126.00', '6', '20.001', '25', '29000000', '29099999', '12000000', '19999999', NULL, 1652899717),
(53840, '3220', '266.00', '2', '20.001', '25', '29000000', '29099999', '12000000', '19999999', NULL, 1652899718),
(53841, '3298', '153.00', '6', '25.001', '30', '29000000', '29099999', '12000000', '19999999', NULL, 1652899718),
(53842, '3220', '324.00', '2', '25.001', '30', '29000000', '29099999', '12000000', '19999999', NULL, 1652899719),
(53843, '3298', '44.00', '7', '0.3', '5', '29000000', '29099999', '26601000', '28999999', NULL, 1652899729),
(53844, '3220', '102.00', '4', '0.3', '5', '29000000', '29099999', '26601000', '28999999', NULL, 1652899730),
(53845, '3298', '74.00', '7', '5.001', '10', '29000000', '29099999', '26601000', '28999999', NULL, 1652899730),
(53846, '3220', '141.00', '4', '5.001', '10', '29000000', '29099999', '26601000', '28999999', NULL, 1652899731),
(53847, '3298', '120.00', '7', '10.001', '15', '29000000', '29099999', '26601000', '28999999', NULL, 1652899731),
(53848, '3220', '229.00', '4', '10.001', '15', '29000000', '29099999', '26601000', '28999999', NULL, 1652899732),
(53849, '3298', '166.00', '7', '15.001', '20', '29000000', '29099999', '26601000', '28999999', NULL, 1652899732),
(53850, '3220', '316.00', '4', '15.001', '20', '29000000', '29099999', '26601000', '28999999', NULL, 1652899733),
(53851, '3298', '212.00', '7', '20.001', '25', '29000000', '29099999', '26601000', '28999999', NULL, 1652899734),
(53852, '3220', '404.00', '4', '20.001', '25', '29000000', '29099999', '26601000', '28999999', NULL, 1652899734),
(53853, '3298', '258.00', '7', '25.001', '30', '29000000', '29099999', '26601000', '28999999', NULL, 1652899735),
(53854, '3220', '492.00', '4', '25.001', '30', '29000000', '29099999', '26601000', '28999999', NULL, 1652899735),
(53855, '3298', '26.00', '5', '0.3', '5', '29000000', '29099999', '29000000', '29099999', NULL, 1652899735),
(53856, '3220', '22.00', '1', '0.3', '5', '29000000', '29099999', '29000000', '29099999', NULL, 1652899736),
(53857, '3298', '32.00', '5', '5.001', '10', '29000000', '29099999', '29000000', '29099999', NULL, 1652899737),
(53858, '3220', '28.00', '1', '5.001', '10', '29000000', '29099999', '29000000', '29099999', NULL, 1652899737),
(53859, '3298', '52.00', '5', '10.001', '15', '29000000', '29099999', '29000000', '29099999', NULL, 1652899738),
(53860, '3220', '45.00', '1', '10.001', '15', '29000000', '29099999', '29000000', '29099999', NULL, 1652899738),
(53861, '3298', '72.00', '5', '15.001', '20', '29000000', '29099999', '29000000', '29099999', NULL, 1652899739),
(53862, '3220', '63.00', '1', '15.001', '20', '29000000', '29099999', '29000000', '29099999', NULL, 1652899739),
(53863, '3298', '92.00', '5', '20.001', '25', '29000000', '29099999', '29000000', '29099999', NULL, 1652899740),
(53864, '3220', '80.00', '1', '20.001', '25', '29000000', '29099999', '29000000', '29099999', NULL, 1652899740),
(53865, '3298', '112.00', '5', '25.001', '30', '29000000', '29099999', '29000000', '29099999', NULL, 1652899740),
(53866, '3220', '97.00', '1', '25.001', '30', '29000000', '29099999', '29000000', '29099999', NULL, 1652899741),
(53867, '3298', '26.00', '5', '0.3', '5', '29000000', '29099999', '29100000', '29999999', NULL, 1652899742),
(53868, '3220', '34.00', '2', '0.3', '5', '29000000', '29099999', '29100000', '29999999', NULL, 1652899742),
(53869, '3298', '32.00', '5', '5.001', '10', '29000000', '29099999', '29100000', '29999999', NULL, 1652899743),
(53870, '3220', '48.00', '2', '5.001', '10', '29000000', '29099999', '29100000', '29999999', NULL, 1652899743),
(53871, '3298', '52.00', '5', '10.001', '15', '29000000', '29099999', '29100000', '29999999', NULL, 1652899744);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(53872, '3220', '79.00', '2', '10.001', '15', '29000000', '29099999', '29100000', '29999999', NULL, 1652899744),
(53873, '3298', '72.00', '5', '15.001', '20', '29000000', '29099999', '29100000', '29999999', NULL, 1652899745),
(53874, '3220', '109.00', '2', '15.001', '20', '29000000', '29099999', '29100000', '29999999', NULL, 1652899745),
(53875, '3298', '92.00', '5', '20.001', '25', '29000000', '29099999', '29100000', '29999999', NULL, 1652899746),
(53876, '3220', '139.00', '2', '20.001', '25', '29000000', '29099999', '29100000', '29999999', NULL, 1652899747),
(53877, '3298', '112.00', '5', '25.001', '30', '29000000', '29099999', '29100000', '29999999', NULL, 1652899747),
(53878, '3220', '170.00', '2', '25.001', '30', '29000000', '29099999', '29100000', '29999999', NULL, 1652899748),
(53879, '3298', '30.00', '5', '0.3', '5', '29000000', '29099999', '30000000', '31999999', NULL, 1652899748),
(53880, '3220', '59.00', '1', '0.3', '5', '29000000', '29099999', '30000000', '31999999', NULL, 1652899749),
(53881, '3298', '44.00', '5', '5.001', '10', '29000000', '29099999', '30000000', '31999999', NULL, 1652899750),
(53882, '3220', '93.00', '1', '5.001', '10', '29000000', '29099999', '30000000', '31999999', NULL, 1652899750),
(53883, '3298', '71.00', '5', '10.001', '15', '29000000', '29099999', '30000000', '31999999', NULL, 1652899751),
(53884, '3220', '150.00', '1', '10.001', '15', '29000000', '29099999', '30000000', '31999999', NULL, 1652899751),
(53885, '3298', '99.00', '5', '15.001', '20', '29000000', '29099999', '30000000', '31999999', NULL, 1652899752),
(53886, '3220', '208.00', '1', '15.001', '20', '29000000', '29099999', '30000000', '31999999', NULL, 1652899752),
(53887, '3298', '126.00', '5', '20.001', '25', '29000000', '29099999', '30000000', '31999999', NULL, 1652899753),
(53888, '3220', '266.00', '1', '20.001', '25', '29000000', '29099999', '30000000', '31999999', NULL, 1652899753),
(53889, '3298', '153.00', '5', '25.001', '30', '29000000', '29099999', '30000000', '31999999', NULL, 1652899753),
(53890, '3220', '324.00', '1', '25.001', '30', '29000000', '29099999', '30000000', '31999999', NULL, 1652899754),
(53891, '3298', '30.00', '5', '0.3', '5', '29000000', '29099999', '30000000', '34999999', NULL, 1652899755),
(53892, '3220', '59.00', '1', '0.3', '5', '29000000', '29099999', '30000000', '34999999', NULL, 1652899755),
(53893, '3298', '44.00', '5', '5.001', '10', '29000000', '29099999', '30000000', '34999999', NULL, 1652899756),
(53894, '3220', '93.00', '1', '5.001', '10', '29000000', '29099999', '30000000', '34999999', NULL, 1652899756),
(53895, '3298', '71.00', '5', '10.001', '15', '29000000', '29099999', '30000000', '34999999', NULL, 1652899757),
(53896, '3220', '150.00', '1', '10.001', '15', '29000000', '29099999', '30000000', '34999999', NULL, 1652899757),
(53897, '3298', '99.00', '5', '15.001', '20', '29000000', '29099999', '30000000', '34999999', NULL, 1652899758),
(53898, '3220', '208.00', '1', '15.001', '20', '29000000', '29099999', '30000000', '34999999', NULL, 1652899758),
(53899, '3298', '126.00', '5', '20.001', '25', '29000000', '29099999', '30000000', '34999999', NULL, 1652899759),
(53900, '3220', '266.00', '1', '20.001', '25', '29000000', '29099999', '30000000', '34999999', NULL, 1652899759),
(53901, '3298', '153.00', '5', '25.001', '30', '29000000', '29099999', '30000000', '34999999', NULL, 1652899760),
(53902, '3220', '324.00', '1', '25.001', '30', '29000000', '29099999', '30000000', '34999999', NULL, 1652899760),
(53903, '3298', '44.00', '8', '0.3', '5', '29000000', '29099999', '35000000', '39999999', NULL, 1652899761),
(53904, '3220', '102.00', '4', '0.3', '5', '29000000', '29099999', '35000000', '39999999', NULL, 1652899761),
(53905, '3298', '74.00', '8', '5.001', '10', '29000000', '29099999', '35000000', '39999999', NULL, 1652899762),
(53906, '3220', '141.00', '4', '5.001', '10', '29000000', '29099999', '35000000', '39999999', NULL, 1652899762),
(53907, '3298', '120.00', '8', '10.001', '15', '29000000', '29099999', '35000000', '39999999', NULL, 1652899762),
(53908, '3220', '229.00', '4', '10.001', '15', '29000000', '29099999', '35000000', '39999999', NULL, 1652899763),
(53909, '3298', '166.00', '8', '15.001', '20', '29000000', '29099999', '35000000', '39999999', NULL, 1652899763),
(53910, '3220', '316.00', '4', '15.001', '20', '29000000', '29099999', '35000000', '39999999', NULL, 1652899764),
(53911, '3298', '212.00', '8', '20.001', '25', '29000000', '29099999', '35000000', '39999999', NULL, 1652899765),
(53912, '3220', '404.00', '4', '20.001', '25', '29000000', '29099999', '35000000', '39999999', NULL, 1652899765),
(53913, '3298', '258.00', '8', '25.001', '30', '29000000', '29099999', '35000000', '39999999', NULL, 1652899765),
(53914, '3220', '492.00', '4', '25.001', '30', '29000000', '29099999', '35000000', '39999999', NULL, 1652899766),
(53915, '3298', '34.00', '5', '0.3', '5', '29000000', '29099999', '40000000', '41999999', NULL, 1652899766),
(53916, '3220', '80.00', '1', '0.3', '5', '29000000', '29099999', '40000000', '41999999', NULL, 1652899767),
(53917, '3298', '50.00', '5', '5.001', '10', '29000000', '29099999', '40000000', '41999999', NULL, 1652899767),
(53918, '3220', '125.00', '1', '5.001', '10', '29000000', '29099999', '40000000', '41999999', NULL, 1652899768),
(53919, '3298', '82.00', '5', '10.001', '15', '29000000', '29099999', '40000000', '41999999', NULL, 1652899768),
(53920, '3220', '203.00', '1', '10.001', '15', '29000000', '29099999', '40000000', '41999999', NULL, 1652899769),
(53921, '3298', '113.00', '5', '15.001', '20', '29000000', '29099999', '40000000', '41999999', NULL, 1652899769),
(53922, '3220', '281.00', '1', '15.001', '20', '29000000', '29099999', '40000000', '41999999', NULL, 1652899770),
(53923, '3298', '145.00', '5', '20.001', '25', '29000000', '29099999', '40000000', '41999999', NULL, 1652899771),
(53924, '3220', '359.00', '1', '20.001', '25', '29000000', '29099999', '40000000', '41999999', NULL, 1652899771),
(53925, '3298', '176.00', '5', '25.001', '30', '29000000', '29099999', '40000000', '41999999', NULL, 1652899772),
(53926, '3220', '437.00', '1', '25.001', '30', '29000000', '29099999', '40000000', '41999999', NULL, 1652899772),
(53927, '3298', '34.00', '5', '0.3', '5', '29000000', '29099999', '40000000', '44470999', NULL, 1652899773),
(53928, '3220', '80.00', '1', '0.3', '5', '29000000', '29099999', '40000000', '44470999', NULL, 1652899773),
(53929, '3298', '50.00', '5', '5.001', '10', '29000000', '29099999', '40000000', '44470999', NULL, 1652899774),
(53930, '3220', '125.00', '1', '5.001', '10', '29000000', '29099999', '40000000', '44470999', NULL, 1652899774),
(53931, '3298', '82.00', '5', '10.001', '15', '29000000', '29099999', '40000000', '44470999', NULL, 1652899775),
(53932, '3220', '203.00', '1', '10.001', '15', '29000000', '29099999', '40000000', '44470999', NULL, 1652899775),
(53933, '3298', '113.00', '5', '15.001', '20', '29000000', '29099999', '40000000', '44470999', NULL, 1652899776),
(53934, '3220', '281.00', '1', '15.001', '20', '29000000', '29099999', '40000000', '44470999', NULL, 1652899776),
(53935, '3298', '145.00', '5', '20.001', '25', '29000000', '29099999', '40000000', '44470999', NULL, 1652899776),
(53936, '3220', '359.00', '1', '20.001', '25', '29000000', '29099999', '40000000', '44470999', NULL, 1652899777),
(53937, '3298', '176.00', '5', '25.001', '30', '29000000', '29099999', '40000000', '44470999', NULL, 1652899777),
(53938, '3220', '437.00', '1', '25.001', '30', '29000000', '29099999', '40000000', '44470999', NULL, 1652899778),
(53939, '3298', '43.00', '6', '0.3', '5', '29000000', '29099999', '44471000', '48999999', NULL, 1652899778),
(53940, '3220', '104.00', '2', '0.3', '5', '29000000', '29099999', '44471000', '48999999', NULL, 1652899779),
(53941, '3298', '71.00', '6', '5.001', '10', '29000000', '29099999', '44471000', '48999999', NULL, 1652899779),
(53942, '3220', '147.00', '2', '5.001', '10', '29000000', '29099999', '44471000', '48999999', NULL, 1652899779),
(53943, '3298', '116.00', '6', '10.001', '15', '29000000', '29099999', '44471000', '48999999', NULL, 1652899780),
(53944, '3220', '238.00', '2', '10.001', '15', '29000000', '29099999', '44471000', '48999999', NULL, 1652899780),
(53945, '3298', '160.00', '6', '15.001', '20', '29000000', '29099999', '44471000', '48999999', NULL, 1652899781),
(53946, '3220', '329.00', '2', '15.001', '20', '29000000', '29099999', '44471000', '48999999', NULL, 1652899781),
(53947, '3298', '205.00', '6', '20.001', '25', '29000000', '29099999', '44471000', '48999999', NULL, 1652899782),
(53948, '3220', '420.00', '2', '20.001', '25', '29000000', '29099999', '44471000', '48999999', NULL, 1652899782),
(53949, '3298', '249.00', '6', '25.001', '30', '29000000', '29099999', '44471000', '48999999', NULL, 1652899783),
(53950, '3220', '511.00', '2', '25.001', '30', '29000000', '29099999', '44471000', '48999999', NULL, 1652899783),
(53951, '3298', '38.00', '6', '0.3', '5', '29000000', '29099999', '49000000', '49099999', NULL, 1652899784),
(53952, '3220', '113.00', '2', '0.3', '5', '29000000', '29099999', '49000000', '49099999', NULL, 1652899784),
(53953, '3298', '58.00', '6', '5.001', '10', '29000000', '29099999', '49000000', '49099999', NULL, 1652899785),
(53954, '3220', '176.00', '2', '5.001', '10', '29000000', '29099999', '49000000', '49099999', NULL, 1652899785),
(53955, '3298', '94.00', '6', '10.001', '15', '29000000', '29099999', '49000000', '49099999', NULL, 1652899785),
(53956, '3220', '286.00', '2', '10.001', '15', '29000000', '29099999', '49000000', '49099999', NULL, 1652899786),
(53957, '3298', '130.00', '6', '15.001', '20', '29000000', '29099999', '49000000', '49099999', NULL, 1652899786),
(53958, '3220', '396.00', '2', '15.001', '20', '29000000', '29099999', '49000000', '49099999', NULL, 1652899786),
(53959, '3298', '166.00', '6', '20.001', '25', '29000000', '29099999', '49000000', '49099999', NULL, 1652899787),
(53960, '3220', '505.00', '2', '20.001', '25', '29000000', '29099999', '49000000', '49099999', NULL, 1652899787),
(53961, '3298', '202.00', '6', '25.001', '30', '29000000', '29099999', '49000000', '49099999', NULL, 1652899788),
(53962, '3220', '615.00', '2', '25.001', '30', '29000000', '29099999', '49000000', '49099999', NULL, 1652899789),
(53963, '3298', '70.00', '10', '0.3', '5', '29000000', '29099999', '49100000', '49999999', NULL, 1652899789),
(53964, '3220', '157.00', '5', '0.3', '5', '29000000', '29099999', '49100000', '49999999', NULL, 1652899790),
(53965, '3298', '106.00', '10', '5.001', '10', '29000000', '29099999', '49100000', '49999999', NULL, 1652899790),
(53966, '3220', '226.00', '5', '5.001', '10', '29000000', '29099999', '49100000', '49999999', NULL, 1652899791),
(53967, '3298', '172.00', '10', '10.001', '15', '29000000', '29099999', '49100000', '49999999', NULL, 1652899791),
(53968, '3220', '367.00', '5', '10.001', '15', '29000000', '29099999', '49100000', '49999999', NULL, 1652899791),
(53969, '3298', '239.00', '10', '15.001', '20', '29000000', '29099999', '49100000', '49999999', NULL, 1652899792),
(53970, '3220', '508.00', '5', '15.001', '20', '29000000', '29099999', '49100000', '49999999', NULL, 1652899792),
(53971, '3298', '305.00', '10', '20.001', '25', '29000000', '29099999', '49100000', '49999999', NULL, 1652899793),
(53972, '3220', '649.00', '5', '20.001', '25', '29000000', '29099999', '49100000', '49999999', NULL, 1652899793),
(53973, '3298', '371.00', '10', '25.001', '30', '29000000', '29099999', '49100000', '49999999', NULL, 1652899794),
(53974, '3220', '789.00', '5', '25.001', '30', '29000000', '29099999', '49100000', '49999999', NULL, 1652899794),
(53975, '3298', '45.00', '6', '0.3', '5', '29000000', '29099999', '50000000', '52999999', NULL, 1652899795),
(53976, '3220', '137.00', '2', '0.3', '5', '29000000', '29099999', '50000000', '52999999', NULL, 1652899795),
(53977, '3298', '71.00', '6', '5.001', '10', '29000000', '29099999', '50000000', '52999999', NULL, 1652899796),
(53978, '3220', '214.00', '2', '5.001', '10', '29000000', '29099999', '50000000', '52999999', NULL, 1652899796),
(53979, '3298', '116.00', '6', '10.001', '15', '29000000', '29099999', '50000000', '52999999', NULL, 1652899797),
(53980, '3220', '346.00', '2', '10.001', '15', '29000000', '29099999', '50000000', '52999999', NULL, 1652899797),
(53981, '3298', '160.00', '6', '15.001', '20', '29000000', '29099999', '50000000', '52999999', NULL, 1652899798),
(53982, '3220', '479.00', '2', '15.001', '20', '29000000', '29099999', '50000000', '52999999', NULL, 1652899798),
(53983, '3298', '205.00', '6', '20.001', '25', '29000000', '29099999', '50000000', '52999999', NULL, 1652899799),
(53984, '3220', '612.00', '2', '20.001', '25', '29000000', '29099999', '50000000', '52999999', NULL, 1652899799),
(53985, '3298', '249.00', '6', '25.001', '30', '29000000', '29099999', '50000000', '52999999', NULL, 1652899800),
(53986, '3220', '744.00', '2', '25.001', '30', '29000000', '29099999', '50000000', '52999999', NULL, 1652899800),
(53987, '3298', '45.00', '6', '0.3', '5', '29000000', '29099999', '50000000', '54999999', NULL, 1652899801),
(53988, '3220', '137.00', '2', '0.3', '5', '29000000', '29099999', '50000000', '54999999', NULL, 1652899801),
(53989, '3298', '71.00', '6', '5.001', '10', '29000000', '29099999', '50000000', '54999999', NULL, 1652899802),
(53990, '3220', '214.00', '2', '5.001', '10', '29000000', '29099999', '50000000', '54999999', NULL, 1652899802),
(53991, '3298', '116.00', '6', '10.001', '15', '29000000', '29099999', '50000000', '54999999', NULL, 1652899803),
(53992, '3220', '346.00', '2', '10.001', '15', '29000000', '29099999', '50000000', '54999999', NULL, 1652899803),
(53993, '3298', '160.00', '6', '15.001', '20', '29000000', '29099999', '50000000', '54999999', NULL, 1652899804),
(53994, '3220', '479.00', '2', '15.001', '20', '29000000', '29099999', '50000000', '54999999', NULL, 1652899804),
(53995, '3298', '205.00', '6', '20.001', '25', '29000000', '29099999', '50000000', '54999999', NULL, 1652899804),
(53996, '3220', '612.00', '2', '20.001', '25', '29000000', '29099999', '50000000', '54999999', NULL, 1652899805),
(53997, '3298', '249.00', '6', '25.001', '30', '29000000', '29099999', '50000000', '54999999', NULL, 1652899805),
(53998, '3220', '744.00', '2', '25.001', '30', '29000000', '29099999', '50000000', '54999999', NULL, 1652899806),
(53999, '3298', '90.00', '12', '0.3', '5', '29000000', '29099999', '55000000', '56999999', NULL, 1652899806),
(54000, '3220', '183.00', '7', '0.3', '5', '29000000', '29099999', '55000000', '56999999', NULL, 1652899807),
(54001, '3298', '133.00', '12', '5.001', '10', '29000000', '29099999', '55000000', '56999999', NULL, 1652899807),
(54002, '3220', '266.00', '7', '5.001', '10', '29000000', '29099999', '55000000', '56999999', NULL, 1652899808),
(54003, '3298', '215.00', '12', '10.001', '15', '29000000', '29099999', '55000000', '56999999', NULL, 1652899808),
(54004, '3220', '430.00', '7', '10.001', '15', '29000000', '29099999', '55000000', '56999999', NULL, 1652899809),
(54005, '3298', '298.00', '12', '15.001', '20', '29000000', '29099999', '55000000', '56999999', NULL, 1652899809),
(54006, '3220', '595.00', '7', '15.001', '20', '29000000', '29099999', '55000000', '56999999', NULL, 1652899810),
(54007, '3298', '380.00', '12', '20.001', '25', '29000000', '29099999', '55000000', '56999999', NULL, 1652899810),
(54008, '3220', '760.00', '7', '20.001', '25', '29000000', '29099999', '55000000', '56999999', NULL, 1652899811),
(54009, '3298', '463.00', '12', '25.001', '30', '29000000', '29099999', '55000000', '56999999', NULL, 1652899812),
(54010, '3220', '925.00', '7', '25.001', '30', '29000000', '29099999', '55000000', '56999999', NULL, 1652899812),
(54011, '3298', '38.00', '7', '0.3', '5', '29000000', '29099999', '57000000', '57099999', NULL, 1652899812),
(54012, '3220', '113.00', '2', '0.3', '5', '29000000', '29099999', '57000000', '57099999', NULL, 1652899813),
(54013, '3298', '58.00', '7', '5.001', '10', '29000000', '29099999', '57000000', '57099999', NULL, 1652899814),
(54014, '3220', '176.00', '2', '5.001', '10', '29000000', '29099999', '57000000', '57099999', NULL, 1652899814),
(54015, '3298', '94.00', '7', '10.001', '15', '29000000', '29099999', '57000000', '57099999', NULL, 1652899814),
(54016, '3220', '286.00', '2', '10.001', '15', '29000000', '29099999', '57000000', '57099999', NULL, 1652899815),
(54017, '3298', '130.00', '7', '15.001', '20', '29000000', '29099999', '57000000', '57099999', NULL, 1652899815),
(54018, '3220', '396.00', '2', '15.001', '20', '29000000', '29099999', '57000000', '57099999', NULL, 1652899816),
(54019, '3298', '166.00', '7', '20.001', '25', '29000000', '29099999', '57000000', '57099999', NULL, 1652899816),
(54020, '3220', '505.00', '2', '20.001', '25', '29000000', '29099999', '57000000', '57099999', NULL, 1652899817),
(54021, '3298', '202.00', '7', '25.001', '30', '29000000', '29099999', '57000000', '57099999', NULL, 1652899818),
(54022, '3220', '615.00', '2', '25.001', '30', '29000000', '29099999', '57000000', '57099999', NULL, 1652899818),
(54023, '3298', '38.00', '10', '0.3', '5', '29000000', '29099999', '57100000', '57999999', NULL, 1652899819),
(54024, '3220', '113.00', '5', '0.3', '5', '29000000', '29099999', '57100000', '57999999', NULL, 1652899819),
(54025, '3298', '58.00', '10', '5.001', '10', '29000000', '29099999', '57100000', '57999999', NULL, 1652899820),
(54026, '3220', '176.00', '5', '5.001', '10', '29000000', '29099999', '57100000', '57999999', NULL, 1652899820),
(54027, '3298', '94.00', '10', '10.001', '15', '29000000', '29099999', '57100000', '57999999', NULL, 1652899821),
(54028, '3220', '286.00', '5', '10.001', '15', '29000000', '29099999', '57100000', '57999999', NULL, 1652899821),
(54029, '3298', '130.00', '10', '15.001', '20', '29000000', '29099999', '57100000', '57999999', NULL, 1652899822),
(54030, '3220', '396.00', '5', '15.001', '20', '29000000', '29099999', '57100000', '57999999', NULL, 1652899823),
(54031, '3298', '166.00', '10', '20.001', '25', '29000000', '29099999', '57100000', '57999999', NULL, 1652899823),
(54032, '3220', '505.00', '5', '20.001', '25', '29000000', '29099999', '57100000', '57999999', NULL, 1652899823),
(54033, '3298', '202.00', '10', '25.001', '30', '29000000', '29099999', '57100000', '57999999', NULL, 1652899824),
(54034, '3220', '615.00', '5', '25.001', '30', '29000000', '29099999', '57100000', '57999999', NULL, 1652899824),
(54035, '3298', '45.00', '7', '0.3', '5', '29000000', '29099999', '58000000', '58099999', NULL, 1652899825),
(54036, '3220', '137.00', '3', '0.3', '5', '29000000', '29099999', '58000000', '58099999', NULL, 1652899825),
(54037, '3298', '71.00', '7', '5.001', '10', '29000000', '29099999', '58000000', '58099999', NULL, 1652899826),
(54038, '3220', '214.00', '3', '5.001', '10', '29000000', '29099999', '58000000', '58099999', NULL, 1652899826),
(54039, '3298', '116.00', '7', '10.001', '15', '29000000', '29099999', '58000000', '58099999', NULL, 1652899826),
(54040, '3220', '346.00', '3', '10.001', '15', '29000000', '29099999', '58000000', '58099999', NULL, 1652899827),
(54041, '3298', '160.00', '7', '15.001', '20', '29000000', '29099999', '58000000', '58099999', NULL, 1652899828),
(54042, '3220', '479.00', '3', '15.001', '20', '29000000', '29099999', '58000000', '58099999', NULL, 1652899828),
(54043, '3298', '205.00', '7', '20.001', '25', '29000000', '29099999', '58000000', '58099999', NULL, 1652899829),
(54044, '3220', '612.00', '3', '20.001', '25', '29000000', '29099999', '58000000', '58099999', NULL, 1652899829),
(54045, '3298', '249.00', '7', '25.001', '30', '29000000', '29099999', '58000000', '58099999', NULL, 1652899829),
(54046, '3220', '744.00', '3', '25.001', '30', '29000000', '29099999', '58000000', '58099999', NULL, 1652899830),
(54047, '3298', '90.00', '13', '0.3', '5', '29000000', '29099999', '58100000', '58999999', NULL, 1652899830),
(54048, '3220', '183.00', '8', '0.3', '5', '29000000', '29099999', '58100000', '58999999', NULL, 1652899831),
(54049, '3298', '133.00', '13', '5.001', '10', '29000000', '29099999', '58100000', '58999999', NULL, 1652899831),
(54050, '3220', '266.00', '8', '5.001', '10', '29000000', '29099999', '58100000', '58999999', NULL, 1652899832),
(54051, '3298', '215.00', '13', '10.001', '15', '29000000', '29099999', '58100000', '58999999', NULL, 1652899832),
(54052, '3220', '430.00', '8', '10.001', '15', '29000000', '29099999', '58100000', '58999999', NULL, 1652899833),
(54053, '3298', '298.00', '13', '15.001', '20', '29000000', '29099999', '58100000', '58999999', NULL, 1652899833),
(54054, '3220', '595.00', '8', '15.001', '20', '29000000', '29099999', '58100000', '58999999', NULL, 1652899834),
(54055, '3298', '380.00', '13', '20.001', '25', '29000000', '29099999', '58100000', '58999999', NULL, 1652899834),
(54056, '3220', '760.00', '8', '20.001', '25', '29000000', '29099999', '58100000', '58999999', NULL, 1652899835),
(54057, '3298', '463.00', '13', '25.001', '30', '29000000', '29099999', '58100000', '58999999', NULL, 1652899835),
(54058, '3220', '925.00', '8', '25.001', '30', '29000000', '29099999', '58100000', '58999999', NULL, 1652899836),
(54059, '3298', '45.00', '7', '0.3', '5', '29000000', '29099999', '59000000', '59099999', NULL, 1652899836),
(54060, '3220', '137.00', '2', '0.3', '5', '29000000', '29099999', '59000000', '59099999', NULL, 1652899837),
(54061, '3298', '71.00', '7', '5.001', '10', '29000000', '29099999', '59000000', '59099999', NULL, 1652899837),
(54062, '3220', '214.00', '2', '5.001', '10', '29000000', '29099999', '59000000', '59099999', NULL, 1652899837),
(54063, '3298', '116.00', '7', '10.001', '15', '29000000', '29099999', '59000000', '59099999', NULL, 1652899838),
(54064, '3220', '346.00', '2', '10.001', '15', '29000000', '29099999', '59000000', '59099999', NULL, 1652899838),
(54065, '3298', '160.00', '7', '15.001', '20', '29000000', '29099999', '59000000', '59099999', NULL, 1652899839),
(54066, '3220', '479.00', '2', '15.001', '20', '29000000', '29099999', '59000000', '59099999', NULL, 1652899839),
(54067, '3298', '205.00', '7', '20.001', '25', '29000000', '29099999', '59000000', '59099999', NULL, 1652899840),
(54068, '3220', '612.00', '2', '20.001', '25', '29000000', '29099999', '59000000', '59099999', NULL, 1652899840),
(54069, '3298', '249.00', '7', '25.001', '30', '29000000', '29099999', '59000000', '59099999', NULL, 1652899841),
(54070, '3220', '744.00', '2', '25.001', '30', '29000000', '29099999', '59000000', '59099999', NULL, 1652899841),
(54071, '3298', '45.00', '7', '0.3', '5', '29000000', '29099999', '59100000', '59999999', NULL, 1652899842),
(54072, '3220', '137.00', '2', '0.3', '5', '29000000', '29099999', '59100000', '59999999', NULL, 1652899842),
(54073, '3298', '71.00', '7', '5.001', '10', '29000000', '29099999', '59100000', '59999999', NULL, 1652899843),
(54074, '3220', '214.00', '2', '5.001', '10', '29000000', '29099999', '59100000', '59999999', NULL, 1652899843),
(54075, '3298', '116.00', '7', '10.001', '15', '29000000', '29099999', '59100000', '59999999', NULL, 1652899844),
(54076, '3220', '346.00', '2', '10.001', '15', '29000000', '29099999', '59100000', '59999999', NULL, 1652899844),
(54077, '3298', '160.00', '7', '15.001', '20', '29000000', '29099999', '59100000', '59999999', NULL, 1652899845),
(54078, '3220', '479.00', '2', '15.001', '20', '29000000', '29099999', '59100000', '59999999', NULL, 1652899845),
(54079, '3298', '205.00', '7', '20.001', '25', '29000000', '29099999', '59100000', '59999999', NULL, 1652899845),
(54080, '3220', '612.00', '2', '20.001', '25', '29000000', '29099999', '59100000', '59999999', NULL, 1652899846),
(54081, '3298', '249.00', '7', '25.001', '30', '29000000', '29099999', '59100000', '59999999', NULL, 1652899846),
(54082, '3220', '744.00', '2', '25.001', '30', '29000000', '29099999', '59100000', '59999999', NULL, 1652899847),
(54083, '3298', '45.00', '6', '0.3', '5', '29000000', '29099999', '60000000', '60999999', NULL, 1652899847),
(54084, '3220', '137.00', '2', '0.3', '5', '29000000', '29099999', '60000000', '60999999', NULL, 1652899848),
(54085, '3298', '71.00', '6', '5.001', '10', '29000000', '29099999', '60000000', '60999999', NULL, 1652899848),
(54086, '3220', '214.00', '2', '5.001', '10', '29000000', '29099999', '60000000', '60999999', NULL, 1652899849),
(54087, '3298', '116.00', '6', '10.001', '15', '29000000', '29099999', '60000000', '60999999', NULL, 1652899849),
(54088, '3220', '346.00', '2', '10.001', '15', '29000000', '29099999', '60000000', '60999999', NULL, 1652899850),
(54089, '3298', '160.00', '6', '15.001', '20', '29000000', '29099999', '60000000', '60999999', NULL, 1652899850),
(54090, '3220', '479.00', '2', '15.001', '20', '29000000', '29099999', '60000000', '60999999', NULL, 1652899850),
(54091, '3298', '205.00', '6', '20.001', '25', '29000000', '29099999', '60000000', '60999999', NULL, 1652899851),
(54092, '3220', '612.00', '2', '20.001', '25', '29000000', '29099999', '60000000', '60999999', NULL, 1652899852),
(54093, '3298', '249.00', '6', '25.001', '30', '29000000', '29099999', '60000000', '60999999', NULL, 1652899852),
(54094, '3220', '744.00', '2', '25.001', '30', '29000000', '29099999', '60000000', '60999999', NULL, 1652899853),
(54095, '3298', '45.00', '6', '0.3', '5', '29000000', '29099999', '60000000', '61900999', NULL, 1652899853),
(54096, '3220', '137.00', '2', '0.3', '5', '29000000', '29099999', '60000000', '61900999', NULL, 1652899854),
(54097, '3298', '71.00', '6', '5.001', '10', '29000000', '29099999', '60000000', '61900999', NULL, 1652899854),
(54098, '3220', '214.00', '2', '5.001', '10', '29000000', '29099999', '60000000', '61900999', NULL, 1652899855),
(54099, '3298', '116.00', '6', '10.001', '15', '29000000', '29099999', '60000000', '61900999', NULL, 1652899856),
(54100, '3220', '346.00', '2', '10.001', '15', '29000000', '29099999', '60000000', '61900999', NULL, 1652899856),
(54101, '3298', '160.00', '6', '15.001', '20', '29000000', '29099999', '60000000', '61900999', NULL, 1652899857),
(54102, '3220', '479.00', '2', '15.001', '20', '29000000', '29099999', '60000000', '61900999', NULL, 1652899857),
(54103, '3298', '205.00', '6', '20.001', '25', '29000000', '29099999', '60000000', '61900999', NULL, 1652899858),
(54104, '3220', '612.00', '2', '20.001', '25', '29000000', '29099999', '60000000', '61900999', NULL, 1652899858),
(54105, '3298', '249.00', '6', '25.001', '30', '29000000', '29099999', '60000000', '61900999', NULL, 1652899859),
(54106, '3220', '744.00', '2', '25.001', '30', '29000000', '29099999', '60000000', '61900999', NULL, 1652899859),
(54107, '3298', '90.00', '12', '0.3', '5', '29000000', '29099999', '61901000', '63999999', NULL, 1652899860),
(54108, '3220', '183.00', '7', '0.3', '5', '29000000', '29099999', '61901000', '63999999', NULL, 1652899860),
(54109, '3298', '133.00', '12', '5.001', '10', '29000000', '29099999', '61901000', '63999999', NULL, 1652899861),
(54110, '3220', '266.00', '7', '5.001', '10', '29000000', '29099999', '61901000', '63999999', NULL, 1652899861),
(54111, '3298', '215.00', '12', '10.001', '15', '29000000', '29099999', '61901000', '63999999', NULL, 1652899862),
(54112, '3220', '430.00', '7', '10.001', '15', '29000000', '29099999', '61901000', '63999999', NULL, 1652899862),
(54113, '3298', '298.00', '12', '15.001', '20', '29000000', '29099999', '61901000', '63999999', NULL, 1652899863),
(54114, '3220', '595.00', '7', '15.001', '20', '29000000', '29099999', '61901000', '63999999', NULL, 1652899863),
(54115, '3298', '380.00', '12', '20.001', '25', '29000000', '29099999', '61901000', '63999999', NULL, 1652899864),
(54116, '3220', '760.00', '7', '20.001', '25', '29000000', '29099999', '61901000', '63999999', NULL, 1652899864),
(54117, '3298', '463.00', '12', '25.001', '30', '29000000', '29099999', '61901000', '63999999', NULL, 1652899865),
(54118, '3220', '925.00', '7', '25.001', '30', '29000000', '29099999', '61901000', '63999999', NULL, 1652899865),
(54119, '3298', '45.00', '8', '0.3', '5', '29000000', '29099999', '64000000', '64099999', NULL, 1652899866),
(54120, '3220', '137.00', '4', '0.3', '5', '29000000', '29099999', '64000000', '64099999', NULL, 1652899867),
(54121, '3298', '71.00', '8', '5.001', '10', '29000000', '29099999', '64000000', '64099999', NULL, 1652899867),
(54122, '3220', '214.00', '4', '5.001', '10', '29000000', '29099999', '64000000', '64099999', NULL, 1652899868),
(54123, '3298', '116.00', '8', '10.001', '15', '29000000', '29099999', '64000000', '64099999', NULL, 1652899868),
(54124, '3220', '346.00', '4', '10.001', '15', '29000000', '29099999', '64000000', '64099999', NULL, 1652899869),
(54125, '3298', '160.00', '8', '15.001', '20', '29000000', '29099999', '64000000', '64099999', NULL, 1652899869),
(54126, '3220', '479.00', '4', '15.001', '20', '29000000', '29099999', '64000000', '64099999', NULL, 1652899870),
(54127, '3298', '205.00', '8', '20.001', '25', '29000000', '29099999', '64000000', '64099999', NULL, 1652899870),
(54128, '3220', '612.00', '4', '20.001', '25', '29000000', '29099999', '64000000', '64099999', NULL, 1652899871),
(54129, '3298', '249.00', '8', '25.001', '30', '29000000', '29099999', '64000000', '64099999', NULL, 1652899871),
(54130, '3220', '744.00', '4', '25.001', '30', '29000000', '29099999', '64000000', '64099999', NULL, 1652899871),
(54131, '3298', '90.00', '11', '0.3', '5', '29000000', '29099999', '64100000', '64999999', NULL, 1652899872),
(54132, '3220', '183.00', '7', '0.3', '5', '29000000', '29099999', '64100000', '64999999', NULL, 1652899873),
(54133, '3298', '133.00', '11', '5.001', '10', '29000000', '29099999', '64100000', '64999999', NULL, 1652899874),
(54134, '3220', '266.00', '7', '5.001', '10', '29000000', '29099999', '64100000', '64999999', NULL, 1652899874),
(54135, '3298', '215.00', '11', '10.001', '15', '29000000', '29099999', '64100000', '64999999', NULL, 1652899874),
(54136, '3220', '430.00', '7', '10.001', '15', '29000000', '29099999', '64100000', '64999999', NULL, 1652899875),
(54137, '3298', '298.00', '11', '15.001', '20', '29000000', '29099999', '64100000', '64999999', NULL, 1652899875),
(54138, '3220', '595.00', '7', '15.001', '20', '29000000', '29099999', '64100000', '64999999', NULL, 1652899876),
(54139, '3298', '380.00', '11', '20.001', '25', '29000000', '29099999', '64100000', '64999999', NULL, 1652899876),
(54140, '3220', '760.00', '7', '20.001', '25', '29000000', '29099999', '64100000', '64999999', NULL, 1652899877),
(54141, '3298', '463.00', '11', '25.001', '30', '29000000', '29099999', '64100000', '64999999', NULL, 1652899877),
(54142, '3220', '925.00', '7', '25.001', '30', '29000000', '29099999', '64100000', '64999999', NULL, 1652899878),
(54143, '3298', '45.00', '9', '0.3', '5', '29000000', '29099999', '65000000', '65099999', NULL, 1652899878),
(54144, '3220', '137.00', '5', '0.3', '5', '29000000', '29099999', '65000000', '65099999', NULL, 1652899879),
(54145, '3298', '71.00', '9', '5.001', '10', '29000000', '29099999', '65000000', '65099999', NULL, 1652899879),
(54146, '3220', '214.00', '5', '5.001', '10', '29000000', '29099999', '65000000', '65099999', NULL, 1652899880),
(54147, '3298', '116.00', '9', '10.001', '15', '29000000', '29099999', '65000000', '65099999', NULL, 1652899880),
(54148, '3220', '346.00', '5', '10.001', '15', '29000000', '29099999', '65000000', '65099999', NULL, 1652899881),
(54149, '3298', '160.00', '9', '15.001', '20', '29000000', '29099999', '65000000', '65099999', NULL, 1652899881),
(54150, '3220', '479.00', '5', '15.001', '20', '29000000', '29099999', '65000000', '65099999', NULL, 1652899882),
(54151, '3298', '205.00', '9', '20.001', '25', '29000000', '29099999', '65000000', '65099999', NULL, 1652899882),
(54152, '3220', '612.00', '5', '20.001', '25', '29000000', '29099999', '65000000', '65099999', NULL, 1652899883),
(54153, '3298', '249.00', '9', '25.001', '30', '29000000', '29099999', '65000000', '65099999', NULL, 1652899884),
(54154, '3220', '744.00', '5', '25.001', '30', '29000000', '29099999', '65000000', '65099999', NULL, 1652899884),
(54155, '3298', '90.00', '14', '0.3', '5', '29000000', '29099999', '65100000', '65999999', NULL, 1652899885),
(54156, '3220', '183.00', '10', '0.3', '5', '29000000', '29099999', '65100000', '65999999', NULL, 1652899885),
(54157, '3298', '133.00', '14', '5.001', '10', '29000000', '29099999', '65100000', '65999999', NULL, 1652899886),
(54158, '3220', '266.00', '10', '5.001', '10', '29000000', '29099999', '65100000', '65999999', NULL, 1652899886),
(54159, '3298', '215.00', '14', '10.001', '15', '29000000', '29099999', '65100000', '65999999', NULL, 1652899887),
(54160, '3220', '430.00', '10', '10.001', '15', '29000000', '29099999', '65100000', '65999999', NULL, 1652899887),
(54161, '3298', '298.00', '14', '15.001', '20', '29000000', '29099999', '65100000', '65999999', NULL, 1652899887),
(54162, '3220', '595.00', '10', '15.001', '20', '29000000', '29099999', '65100000', '65999999', NULL, 1652899888),
(54163, '3298', '380.00', '14', '20.001', '25', '29000000', '29099999', '65100000', '65999999', NULL, 1652899888),
(54164, '3220', '760.00', '10', '20.001', '25', '29000000', '29099999', '65100000', '65999999', NULL, 1652899889),
(54165, '3298', '463.00', '14', '25.001', '30', '29000000', '29099999', '65100000', '65999999', NULL, 1652899889),
(54166, '3220', '925.00', '10', '25.001', '30', '29000000', '29099999', '65100000', '65999999', NULL, 1652899890),
(54167, '3298', '45.00', '8', '0.3', '5', '29000000', '29099999', '66000000', '66999999', NULL, 1652899890),
(54168, '3220', '137.00', '4', '0.3', '5', '29000000', '29099999', '66000000', '66999999', NULL, 1652899891),
(54169, '3298', '71.00', '8', '5.001', '10', '29000000', '29099999', '66000000', '66999999', NULL, 1652899891),
(54170, '3220', '214.00', '4', '5.001', '10', '29000000', '29099999', '66000000', '66999999', NULL, 1652899892),
(54171, '3298', '116.00', '8', '10.001', '15', '29000000', '29099999', '66000000', '66999999', NULL, 1652899892),
(54172, '3220', '346.00', '4', '10.001', '15', '29000000', '29099999', '66000000', '66999999', NULL, 1652899892),
(54173, '3298', '160.00', '8', '15.001', '20', '29000000', '29099999', '66000000', '66999999', NULL, 1652899893),
(54174, '3220', '479.00', '4', '15.001', '20', '29000000', '29099999', '66000000', '66999999', NULL, 1652899893),
(54175, '3298', '205.00', '8', '20.001', '25', '29000000', '29099999', '66000000', '66999999', NULL, 1652899894),
(54176, '3220', '612.00', '4', '20.001', '25', '29000000', '29099999', '66000000', '66999999', NULL, 1652899894),
(54177, '3298', '249.00', '8', '25.001', '30', '29000000', '29099999', '66000000', '66999999', NULL, 1652899894),
(54178, '3220', '744.00', '4', '25.001', '30', '29000000', '29099999', '66000000', '66999999', NULL, 1652899895),
(54179, '3298', '45.00', '8', '0.3', '5', '29000000', '29099999', '66000000', '67999999', NULL, 1652899895),
(54180, '3220', '137.00', '4', '0.3', '5', '29000000', '29099999', '66000000', '67999999', NULL, 1652899896),
(54181, '3298', '71.00', '8', '5.001', '10', '29000000', '29099999', '66000000', '67999999', NULL, 1652899897),
(54182, '3220', '214.00', '4', '5.001', '10', '29000000', '29099999', '66000000', '67999999', NULL, 1652899897),
(54183, '3298', '116.00', '8', '10.001', '15', '29000000', '29099999', '66000000', '67999999', NULL, 1652899898),
(54184, '3220', '346.00', '4', '10.001', '15', '29000000', '29099999', '66000000', '67999999', NULL, 1652899898),
(54185, '3298', '160.00', '8', '15.001', '20', '29000000', '29099999', '66000000', '67999999', NULL, 1652899898),
(54186, '3220', '479.00', '4', '15.001', '20', '29000000', '29099999', '66000000', '67999999', NULL, 1652899899),
(54187, '3298', '205.00', '8', '20.001', '25', '29000000', '29099999', '66000000', '67999999', NULL, 1652899899),
(54188, '3220', '612.00', '4', '20.001', '25', '29000000', '29099999', '66000000', '67999999', NULL, 1652899899),
(54189, '3298', '249.00', '8', '25.001', '30', '29000000', '29099999', '66000000', '67999999', NULL, 1652899900),
(54190, '3220', '744.00', '4', '25.001', '30', '29000000', '29099999', '66000000', '67999999', NULL, 1652899901),
(54191, '3298', '90.00', '11', '0.3', '5', '29000000', '29099999', '68000000', '68899999', NULL, 1652899901),
(54192, '3220', '183.00', '8', '0.3', '5', '29000000', '29099999', '68000000', '68899999', NULL, 1652899901),
(54193, '3298', '133.00', '11', '5.001', '10', '29000000', '29099999', '68000000', '68899999', NULL, 1652899902),
(54194, '3220', '266.00', '8', '5.001', '10', '29000000', '29099999', '68000000', '68899999', NULL, 1652899903),
(54195, '3298', '215.00', '11', '10.001', '15', '29000000', '29099999', '68000000', '68899999', NULL, 1652899903),
(54196, '3220', '430.00', '8', '10.001', '15', '29000000', '29099999', '68000000', '68899999', NULL, 1652899903),
(54197, '3298', '298.00', '11', '15.001', '20', '29000000', '29099999', '68000000', '68899999', NULL, 1652899904),
(54198, '3220', '595.00', '8', '15.001', '20', '29000000', '29099999', '68000000', '68899999', NULL, 1652899905),
(54199, '3298', '380.00', '11', '20.001', '25', '29000000', '29099999', '68000000', '68899999', NULL, 1652899905),
(54200, '3220', '760.00', '8', '20.001', '25', '29000000', '29099999', '68000000', '68899999', NULL, 1652899905),
(54201, '3298', '463.00', '11', '25.001', '30', '29000000', '29099999', '68000000', '68899999', NULL, 1652899906),
(54202, '3220', '925.00', '8', '25.001', '30', '29000000', '29099999', '68000000', '68899999', NULL, 1652899906),
(54203, '3298', '45.00', '20', '0.3', '5', '29000000', '29099999', '68900000', '68914999', NULL, 1652899907),
(54204, '3220', '137.00', '12', '0.3', '5', '29000000', '29099999', '68900000', '68914999', NULL, 1652899907),
(54205, '3298', '71.00', '20', '5.001', '10', '29000000', '29099999', '68900000', '68914999', NULL, 1652899908),
(54206, '3220', '214.00', '12', '5.001', '10', '29000000', '29099999', '68900000', '68914999', NULL, 1652899908),
(54207, '3298', '116.00', '20', '10.001', '15', '29000000', '29099999', '68900000', '68914999', NULL, 1652899909),
(54208, '3220', '346.00', '12', '10.001', '15', '29000000', '29099999', '68900000', '68914999', NULL, 1652899909),
(54209, '3298', '160.00', '20', '15.001', '20', '29000000', '29099999', '68900000', '68914999', NULL, 1652899910),
(54210, '3220', '479.00', '12', '15.001', '20', '29000000', '29099999', '68900000', '68914999', NULL, 1652899910),
(54211, '3298', '205.00', '20', '20.001', '25', '29000000', '29099999', '68900000', '68914999', NULL, 1652899911),
(54212, '3220', '612.00', '12', '20.001', '25', '29000000', '29099999', '68900000', '68914999', NULL, 1652899911),
(54213, '3298', '249.00', '20', '25.001', '30', '29000000', '29099999', '68900000', '68914999', NULL, 1652899912),
(54214, '3220', '744.00', '12', '25.001', '30', '29000000', '29099999', '68900000', '68914999', NULL, 1652899912),
(54215, '3298', '90.00', '21', '0.3', '5', '29000000', '29099999', '68915000', '68999999', NULL, 1652899913),
(54216, '3220', '183.00', '13', '0.3', '5', '29000000', '29099999', '68915000', '68999999', NULL, 1652899913),
(54217, '3298', '133.00', '21', '5.001', '10', '29000000', '29099999', '68915000', '68999999', NULL, 1652899913),
(54218, '3220', '266.00', '13', '5.001', '10', '29000000', '29099999', '68915000', '68999999', NULL, 1652899915),
(54219, '3298', '215.00', '21', '10.001', '15', '29000000', '29099999', '68915000', '68999999', NULL, 1652899915),
(54220, '3220', '430.00', '13', '10.001', '15', '29000000', '29099999', '68915000', '68999999', NULL, 1652899916),
(54221, '3298', '298.00', '21', '15.001', '20', '29000000', '29099999', '68915000', '68999999', NULL, 1652899916),
(54222, '3220', '595.00', '13', '15.001', '20', '29000000', '29099999', '68915000', '68999999', NULL, 1652899917),
(54223, '3298', '380.00', '21', '20.001', '25', '29000000', '29099999', '68915000', '68999999', NULL, 1652899918),
(54224, '3220', '760.00', '13', '20.001', '25', '29000000', '29099999', '68915000', '68999999', NULL, 1652899918),
(54225, '3298', '463.00', '21', '25.001', '30', '29000000', '29099999', '68915000', '68999999', NULL, 1652899919),
(54226, '3220', '925.00', '13', '25.001', '30', '29000000', '29099999', '68915000', '68999999', NULL, 1652899919),
(54227, '3298', '45.00', '22', '0.3', '5', '29000000', '29099999', '69000000', '69099999', NULL, 1652899919),
(54228, '3220', '137.00', '3', '0.3', '5', '29000000', '29099999', '69000000', '69099999', NULL, 1652899920),
(54229, '3298', '71.00', '22', '5.001', '10', '29000000', '29099999', '69000000', '69099999', NULL, 1652899921),
(54230, '3220', '214.00', '3', '5.001', '10', '29000000', '29099999', '69000000', '69099999', NULL, 1652899921),
(54231, '3298', '116.00', '22', '10.001', '15', '29000000', '29099999', '69000000', '69099999', NULL, 1652899921),
(54232, '3220', '346.00', '3', '10.001', '15', '29000000', '29099999', '69000000', '69099999', NULL, 1652899922),
(54233, '3298', '160.00', '22', '15.001', '20', '29000000', '29099999', '69000000', '69099999', NULL, 1652899922),
(54234, '3220', '479.00', '3', '15.001', '20', '29000000', '29099999', '69000000', '69099999', NULL, 1652899923),
(54235, '3298', '205.00', '22', '20.001', '25', '29000000', '29099999', '69000000', '69099999', NULL, 1652899923),
(54236, '3220', '612.00', '3', '20.001', '25', '29000000', '29099999', '69000000', '69099999', NULL, 1652899924),
(54237, '3298', '249.00', '22', '25.001', '30', '29000000', '29099999', '69000000', '69099999', NULL, 1652899924),
(54238, '3220', '744.00', '3', '25.001', '30', '29000000', '29099999', '69000000', '69099999', NULL, 1652899925),
(54239, '3298', '90.00', '29', '0.3', '5', '29000000', '29099999', '69100000', '69299999', NULL, 1652899925),
(54240, '3220', '183.00', '7', '0.3', '5', '29000000', '29099999', '69100000', '69299999', NULL, 1652899926),
(54241, '3298', '133.00', '29', '5.001', '10', '29000000', '29099999', '69100000', '69299999', NULL, 1652899926),
(54242, '3220', '266.00', '7', '5.001', '10', '29000000', '29099999', '69100000', '69299999', NULL, 1652899927),
(54243, '3298', '215.00', '29', '10.001', '15', '29000000', '29099999', '69100000', '69299999', NULL, 1652899928),
(54244, '3220', '430.00', '7', '10.001', '15', '29000000', '29099999', '69100000', '69299999', NULL, 1652899928),
(54245, '3298', '298.00', '29', '15.001', '20', '29000000', '29099999', '69100000', '69299999', NULL, 1652899929),
(54246, '3220', '595.00', '7', '15.001', '20', '29000000', '29099999', '69100000', '69299999', NULL, 1652899929),
(54247, '3298', '380.00', '29', '20.001', '25', '29000000', '29099999', '69100000', '69299999', NULL, 1652899930),
(54248, '3220', '760.00', '7', '20.001', '25', '29000000', '29099999', '69100000', '69299999', NULL, 1652899930),
(54249, '3298', '463.00', '29', '25.001', '30', '29000000', '29099999', '69100000', '69299999', NULL, 1652899931),
(54250, '3220', '925.00', '7', '25.001', '30', '29000000', '29099999', '69100000', '69299999', NULL, 1652899931),
(54251, '3298', '45.00', '22', '0.3', '5', '29000000', '29099999', '69300000', '69339999', NULL, 1652899931),
(54252, '3220', '137.00', '3', '0.3', '5', '29000000', '29099999', '69300000', '69339999', NULL, 1652899932),
(54253, '3298', '71.00', '22', '5.001', '10', '29000000', '29099999', '69300000', '69339999', NULL, 1652899932),
(54254, '3220', '214.00', '3', '5.001', '10', '29000000', '29099999', '69300000', '69339999', NULL, 1652899933),
(54255, '3298', '116.00', '22', '10.001', '15', '29000000', '29099999', '69300000', '69339999', NULL, 1652899933),
(54256, '3220', '346.00', '3', '10.001', '15', '29000000', '29099999', '69300000', '69339999', NULL, 1652899934),
(54257, '3298', '160.00', '22', '15.001', '20', '29000000', '29099999', '69300000', '69339999', NULL, 1652899934),
(54258, '3220', '479.00', '3', '15.001', '20', '29000000', '29099999', '69300000', '69339999', NULL, 1652899935),
(54259, '3298', '205.00', '22', '20.001', '25', '29000000', '29099999', '69300000', '69339999', NULL, 1652899935),
(54260, '3220', '612.00', '3', '20.001', '25', '29000000', '29099999', '69300000', '69339999', NULL, 1652899935),
(54261, '3298', '249.00', '22', '25.001', '30', '29000000', '29099999', '69300000', '69339999', NULL, 1652899936),
(54262, '3220', '744.00', '3', '25.001', '30', '29000000', '29099999', '69300000', '69339999', NULL, 1652899936),
(54263, '3298', '90.00', '29', '0.3', '5', '29000000', '29099999', '69340000', '69389999', NULL, 1652899937),
(54264, '3220', '183.00', '9', '0.3', '5', '29000000', '29099999', '69340000', '69389999', NULL, 1652899938),
(54265, '3298', '133.00', '29', '5.001', '10', '29000000', '29099999', '69340000', '69389999', NULL, 1652899938),
(54266, '3220', '266.00', '9', '5.001', '10', '29000000', '29099999', '69340000', '69389999', NULL, 1652899939),
(54267, '3298', '215.00', '29', '10.001', '15', '29000000', '29099999', '69340000', '69389999', NULL, 1652899939),
(54268, '3220', '430.00', '9', '10.001', '15', '29000000', '29099999', '69340000', '69389999', NULL, 1652899940),
(54269, '3298', '298.00', '29', '15.001', '20', '29000000', '29099999', '69340000', '69389999', NULL, 1652899940),
(54270, '3220', '595.00', '9', '15.001', '20', '29000000', '29099999', '69340000', '69389999', NULL, 1652899941),
(54271, '3298', '380.00', '29', '20.001', '25', '29000000', '29099999', '69340000', '69389999', NULL, 1652899941),
(54272, '3220', '760.00', '9', '20.001', '25', '29000000', '29099999', '69340000', '69389999', NULL, 1652899941),
(54273, '3298', '463.00', '29', '25.001', '30', '29000000', '29099999', '69340000', '69389999', NULL, 1652899942),
(54274, '3220', '925.00', '9', '25.001', '30', '29000000', '29099999', '69340000', '69389999', NULL, 1652899942),
(54275, '3298', '45.00', '9', '0.3', '5', '29000000', '29099999', '69900000', '69920999', NULL, 1652899943),
(54276, '3220', '137.00', '5', '0.3', '5', '29000000', '29099999', '69900000', '69920999', NULL, 1652899943),
(54277, '3298', '71.00', '9', '5.001', '10', '29000000', '29099999', '69900000', '69920999', NULL, 1652899944),
(54278, '3220', '214.00', '5', '5.001', '10', '29000000', '29099999', '69900000', '69920999', NULL, 1652899944),
(54279, '3298', '116.00', '9', '10.001', '15', '29000000', '29099999', '69900000', '69920999', NULL, 1652899945),
(54280, '3220', '346.00', '5', '10.001', '15', '29000000', '29099999', '69900000', '69920999', NULL, 1652899946),
(54281, '3298', '160.00', '9', '15.001', '20', '29000000', '29099999', '69900000', '69920999', NULL, 1652899946),
(54282, '3220', '479.00', '5', '15.001', '20', '29000000', '29099999', '69900000', '69920999', NULL, 1652899947),
(54283, '3298', '205.00', '9', '20.001', '25', '29000000', '29099999', '69900000', '69920999', NULL, 1652899947),
(54284, '3220', '612.00', '5', '20.001', '25', '29000000', '29099999', '69900000', '69920999', NULL, 1652899947),
(54285, '3298', '249.00', '9', '25.001', '30', '29000000', '29099999', '69900000', '69920999', NULL, 1652899948),
(54286, '3220', '744.00', '5', '25.001', '30', '29000000', '29099999', '69900000', '69920999', NULL, 1652899948),
(54287, '3298', '90.00', '13', '0.3', '5', '29000000', '29099999', '69921000', '69999999', NULL, 1652899949),
(54288, '3220', '183.00', '10', '0.3', '5', '29000000', '29099999', '69921000', '69999999', NULL, 1652899949),
(54289, '3298', '133.00', '13', '5.001', '10', '29000000', '29099999', '69921000', '69999999', NULL, 1652899950),
(54290, '3220', '266.00', '10', '5.001', '10', '29000000', '29099999', '69921000', '69999999', NULL, 1652899951),
(54291, '3298', '215.00', '13', '10.001', '15', '29000000', '29099999', '69921000', '69999999', NULL, 1652899951),
(54292, '3220', '430.00', '10', '10.001', '15', '29000000', '29099999', '69921000', '69999999', NULL, 1652899952),
(54293, '3298', '298.00', '13', '15.001', '20', '29000000', '29099999', '69921000', '69999999', NULL, 1652899952),
(54294, '3220', '595.00', '10', '15.001', '20', '29000000', '29099999', '69921000', '69999999', NULL, 1652899952),
(54295, '3298', '380.00', '13', '20.001', '25', '29000000', '29099999', '69921000', '69999999', NULL, 1652899953),
(54296, '3220', '760.00', '10', '20.001', '25', '29000000', '29099999', '69921000', '69999999', NULL, 1652899953),
(54297, '3298', '463.00', '13', '25.001', '30', '29000000', '29099999', '69921000', '69999999', NULL, 1652899954),
(54298, '3220', '925.00', '10', '25.001', '30', '29000000', '29099999', '69921000', '69999999', NULL, 1652899955),
(54299, '3298', '38.00', '6', '0.3', '5', '29000000', '29099999', '71000000', '73699999', NULL, 1652899955),
(54300, '3220', '113.00', '1', '0.3', '5', '29000000', '29099999', '71000000', '73699999', NULL, 1652899955),
(54301, '3298', '58.00', '6', '5.001', '10', '29000000', '29099999', '71000000', '73699999', NULL, 1652899956),
(54302, '3220', '176.00', '1', '5.001', '10', '29000000', '29099999', '71000000', '73699999', NULL, 1652899956),
(54303, '3298', '94.00', '6', '10.001', '15', '29000000', '29099999', '71000000', '73699999', NULL, 1652899957),
(54304, '3220', '286.00', '1', '10.001', '15', '29000000', '29099999', '71000000', '73699999', NULL, 1652899957),
(54305, '3298', '130.00', '6', '15.001', '20', '29000000', '29099999', '71000000', '73699999', NULL, 1652899958),
(54306, '3220', '396.00', '1', '15.001', '20', '29000000', '29099999', '71000000', '73699999', NULL, 1652899958),
(54307, '3298', '166.00', '6', '20.001', '25', '29000000', '29099999', '71000000', '73699999', NULL, 1652899958),
(54308, '3220', '505.00', '1', '20.001', '25', '29000000', '29099999', '71000000', '73699999', NULL, 1652899959),
(54309, '3298', '202.00', '6', '25.001', '30', '29000000', '29099999', '71000000', '73699999', NULL, 1652899960),
(54310, '3220', '615.00', '1', '25.001', '30', '29000000', '29099999', '71000000', '73699999', NULL, 1652899961),
(54311, '3298', '38.00', '7', '0.3', '5', '29000000', '29099999', '72800000', '73999999', NULL, 1652899961),
(54312, '3220', '113.00', '3', '0.3', '5', '29000000', '29099999', '72800000', '73999999', NULL, 1652899962),
(54313, '3298', '58.00', '7', '5.001', '10', '29000000', '29099999', '72800000', '73999999', NULL, 1652899962),
(54314, '3220', '176.00', '3', '5.001', '10', '29000000', '29099999', '72800000', '73999999', NULL, 1652899963),
(54315, '3298', '94.00', '7', '10.001', '15', '29000000', '29099999', '72800000', '73999999', NULL, 1652899963),
(54316, '3220', '286.00', '3', '10.001', '15', '29000000', '29099999', '72800000', '73999999', NULL, 1652899963),
(54317, '3298', '130.00', '7', '15.001', '20', '29000000', '29099999', '72800000', '73999999', NULL, 1652899964),
(54318, '3220', '396.00', '3', '15.001', '20', '29000000', '29099999', '72800000', '73999999', NULL, 1652899965);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(54319, '3298', '166.00', '7', '20.001', '25', '29000000', '29099999', '72800000', '73999999', NULL, 1652899965),
(54320, '3220', '505.00', '3', '20.001', '25', '29000000', '29099999', '72800000', '73999999', NULL, 1652899966),
(54321, '3298', '202.00', '7', '25.001', '30', '29000000', '29099999', '72800000', '73999999', NULL, 1652899966),
(54322, '3220', '615.00', '3', '25.001', '30', '29000000', '29099999', '72800000', '73999999', NULL, 1652899967),
(54323, '3298', '45.00', '6', '0.3', '5', '29000000', '29099999', '74000000', '74894999', NULL, 1652899967),
(54324, '3220', '137.00', '2', '0.3', '5', '29000000', '29099999', '74000000', '74894999', NULL, 1652899967),
(54325, '3298', '71.00', '6', '5.001', '10', '29000000', '29099999', '74000000', '74894999', NULL, 1652899968),
(54326, '3220', '214.00', '2', '5.001', '10', '29000000', '29099999', '74000000', '74894999', NULL, 1652899968),
(54327, '3298', '116.00', '6', '10.001', '15', '29000000', '29099999', '74000000', '74894999', NULL, 1652899969),
(54328, '3220', '346.00', '2', '10.001', '15', '29000000', '29099999', '74000000', '74894999', NULL, 1652899969),
(54329, '3298', '160.00', '6', '15.001', '20', '29000000', '29099999', '74000000', '74894999', NULL, 1652899970),
(54330, '3220', '479.00', '2', '15.001', '20', '29000000', '29099999', '74000000', '74894999', NULL, 1652899970),
(54331, '3298', '205.00', '6', '20.001', '25', '29000000', '29099999', '74000000', '74894999', NULL, 1652899971),
(54332, '3220', '612.00', '2', '20.001', '25', '29000000', '29099999', '74000000', '74894999', NULL, 1652899971),
(54333, '3298', '249.00', '6', '25.001', '30', '29000000', '29099999', '74000000', '74894999', NULL, 1652899972),
(54334, '3220', '744.00', '2', '25.001', '30', '29000000', '29099999', '74000000', '74894999', NULL, 1652899972),
(54335, '3298', '45.00', '6', '0.3', '5', '29000000', '29099999', '74895000', '76799999', NULL, 1652899972),
(54336, '3220', '137.00', '2', '0.3', '5', '29000000', '29099999', '74895000', '76799999', NULL, 1652899973),
(54337, '3298', '71.00', '6', '5.001', '10', '29000000', '29099999', '74895000', '76799999', NULL, 1652899973),
(54338, '3220', '214.00', '2', '5.001', '10', '29000000', '29099999', '74895000', '76799999', NULL, 1652899974),
(54339, '3298', '116.00', '6', '10.001', '15', '29000000', '29099999', '74895000', '76799999', NULL, 1652899974),
(54340, '3220', '346.00', '2', '10.001', '15', '29000000', '29099999', '74895000', '76799999', NULL, 1652899975),
(54341, '3298', '160.00', '6', '15.001', '20', '29000000', '29099999', '74895000', '76799999', NULL, 1652899975),
(54342, '3220', '479.00', '2', '15.001', '20', '29000000', '29099999', '74895000', '76799999', NULL, 1652899976),
(54343, '3298', '205.00', '6', '20.001', '25', '29000000', '29099999', '74895000', '76799999', NULL, 1652899976),
(54344, '3220', '612.00', '2', '20.001', '25', '29000000', '29099999', '74895000', '76799999', NULL, 1652899976),
(54345, '3298', '249.00', '6', '25.001', '30', '29000000', '29099999', '74895000', '76799999', NULL, 1652899977),
(54346, '3220', '744.00', '2', '25.001', '30', '29000000', '29099999', '74895000', '76799999', NULL, 1652899977),
(54347, '3298', '45.00', '7', '0.3', '5', '29000000', '29099999', '77000000', '77270999', NULL, 1652899978),
(54348, '3220', '137.00', '2', '0.3', '5', '29000000', '29099999', '77000000', '77270999', NULL, 1652899978),
(54349, '3298', '71.00', '7', '5.001', '10', '29000000', '29099999', '77000000', '77270999', NULL, 1652899979),
(54350, '3220', '214.00', '2', '5.001', '10', '29000000', '29099999', '77000000', '77270999', NULL, 1652899979),
(54351, '3298', '116.00', '7', '10.001', '15', '29000000', '29099999', '77000000', '77270999', NULL, 1652899980),
(54352, '3220', '346.00', '2', '10.001', '15', '29000000', '29099999', '77000000', '77270999', NULL, 1652899980),
(54353, '3298', '160.00', '7', '15.001', '20', '29000000', '29099999', '77000000', '77270999', NULL, 1652899981),
(54354, '3220', '479.00', '2', '15.001', '20', '29000000', '29099999', '77000000', '77270999', NULL, 1652899982),
(54355, '3298', '205.00', '7', '20.001', '25', '29000000', '29099999', '77000000', '77270999', NULL, 1652899982),
(54356, '3220', '612.00', '2', '20.001', '25', '29000000', '29099999', '77000000', '77270999', NULL, 1652899982),
(54357, '3298', '249.00', '7', '25.001', '30', '29000000', '29099999', '77000000', '77270999', NULL, 1652899983),
(54358, '3220', '744.00', '2', '25.001', '30', '29000000', '29099999', '77000000', '77270999', NULL, 1652899983),
(54359, '3298', '90.00', '7', '0.3', '5', '29000000', '29099999', '77300000', '77995999', NULL, 1652899983),
(54360, '3220', '183.00', '3', '0.3', '5', '29000000', '29099999', '77300000', '77995999', NULL, 1652899984),
(54361, '3298', '133.00', '7', '5.001', '10', '29000000', '29099999', '77300000', '77995999', NULL, 1652899984),
(54362, '3220', '266.00', '3', '5.001', '10', '29000000', '29099999', '77300000', '77995999', NULL, 1652899985),
(54363, '3298', '215.00', '7', '10.001', '15', '29000000', '29099999', '77300000', '77995999', NULL, 1652899985),
(54364, '3220', '430.00', '3', '10.001', '15', '29000000', '29099999', '77300000', '77995999', NULL, 1652899986),
(54365, '3298', '298.00', '7', '15.001', '20', '29000000', '29099999', '77300000', '77995999', NULL, 1652899986),
(54366, '3220', '595.00', '3', '15.001', '20', '29000000', '29099999', '77300000', '77995999', NULL, 1652899986),
(54367, '3298', '380.00', '7', '20.001', '25', '29000000', '29099999', '77300000', '77995999', NULL, 1652899987),
(54368, '3220', '760.00', '3', '20.001', '25', '29000000', '29099999', '77300000', '77995999', NULL, 1652899987),
(54369, '3298', '463.00', '7', '25.001', '30', '29000000', '29099999', '77300000', '77995999', NULL, 1652899988),
(54370, '3220', '925.00', '3', '25.001', '30', '29000000', '29099999', '77300000', '77995999', NULL, 1652899988),
(54371, '3298', '45.00', '9', '0.3', '5', '29000000', '29099999', '78000000', '78109999', NULL, 1652899989),
(54372, '3220', '137.00', '5', '0.3', '5', '29000000', '29099999', '78000000', '78109999', NULL, 1652899989),
(54373, '3298', '71.00', '9', '5.001', '10', '29000000', '29099999', '78000000', '78109999', NULL, 1652899989),
(54374, '3220', '214.00', '5', '5.001', '10', '29000000', '29099999', '78000000', '78109999', NULL, 1652899990),
(54375, '3298', '116.00', '9', '10.001', '15', '29000000', '29099999', '78000000', '78109999', NULL, 1652899991),
(54376, '3220', '346.00', '5', '10.001', '15', '29000000', '29099999', '78000000', '78109999', NULL, 1652899991),
(54377, '3298', '160.00', '9', '15.001', '20', '29000000', '29099999', '78000000', '78109999', NULL, 1652899991),
(54378, '3220', '479.00', '5', '15.001', '20', '29000000', '29099999', '78000000', '78109999', NULL, 1652899992),
(54379, '3298', '205.00', '9', '20.001', '25', '29000000', '29099999', '78000000', '78109999', NULL, 1652899992),
(54380, '3220', '612.00', '5', '20.001', '25', '29000000', '29099999', '78000000', '78109999', NULL, 1652899993),
(54381, '3298', '249.00', '9', '25.001', '30', '29000000', '29099999', '78000000', '78109999', NULL, 1652899993),
(54382, '3220', '744.00', '5', '25.001', '30', '29000000', '29099999', '78000000', '78109999', NULL, 1652899994),
(54383, '3298', '90.00', '9', '0.3', '5', '29000000', '29099999', '78110000', '78899999', NULL, 1652899994),
(54384, '3220', '183.00', '6', '0.3', '5', '29000000', '29099999', '78110000', '78899999', NULL, 1652899995),
(54385, '3298', '133.00', '9', '5.001', '10', '29000000', '29099999', '78110000', '78899999', NULL, 1652899995),
(54386, '3220', '266.00', '6', '5.001', '10', '29000000', '29099999', '78110000', '78899999', NULL, 1652899995),
(54387, '3298', '215.00', '9', '10.001', '15', '29000000', '29099999', '78110000', '78899999', NULL, 1652899996),
(54388, '3220', '430.00', '6', '10.001', '15', '29000000', '29099999', '78110000', '78899999', NULL, 1652899996),
(54389, '3298', '298.00', '9', '15.001', '20', '29000000', '29099999', '78110000', '78899999', NULL, 1652899997),
(54390, '3220', '595.00', '6', '15.001', '20', '29000000', '29099999', '78110000', '78899999', NULL, 1652899997),
(54391, '3298', '380.00', '9', '20.001', '25', '29000000', '29099999', '78110000', '78899999', NULL, 1652899998),
(54392, '3220', '760.00', '6', '20.001', '25', '29000000', '29099999', '78110000', '78899999', NULL, 1652899999),
(54393, '3298', '463.00', '9', '25.001', '30', '29000000', '29099999', '78110000', '78899999', NULL, 1652899999),
(54394, '3220', '925.00', '6', '25.001', '30', '29000000', '29099999', '78110000', '78899999', NULL, 1652900000),
(54395, '3298', '90.00', '10', '0.3', '5', '29000000', '29099999', '78900000', '78930999', NULL, 1652900000),
(54396, '3220', '183.00', '6', '0.3', '5', '29000000', '29099999', '78900000', '78930999', NULL, 1652900001),
(54397, '3298', '133.00', '10', '5.001', '10', '29000000', '29099999', '78900000', '78930999', NULL, 1652900002),
(54398, '3220', '266.00', '6', '5.001', '10', '29000000', '29099999', '78900000', '78930999', NULL, 1652900002),
(54399, '3298', '215.00', '10', '10.001', '15', '29000000', '29099999', '78900000', '78930999', NULL, 1652900003),
(54400, '3220', '430.00', '6', '10.001', '15', '29000000', '29099999', '78900000', '78930999', NULL, 1652900003),
(54401, '3298', '298.00', '10', '15.001', '20', '29000000', '29099999', '78900000', '78930999', NULL, 1652900003),
(54402, '3220', '595.00', '6', '15.001', '20', '29000000', '29099999', '78900000', '78930999', NULL, 1652900004),
(54403, '3298', '380.00', '10', '20.001', '25', '29000000', '29099999', '78900000', '78930999', NULL, 1652900004),
(54404, '3220', '760.00', '6', '20.001', '25', '29000000', '29099999', '78900000', '78930999', NULL, 1652900005),
(54405, '3298', '463.00', '10', '25.001', '30', '29000000', '29099999', '78900000', '78930999', NULL, 1652900006),
(54406, '3220', '925.00', '6', '25.001', '30', '29000000', '29099999', '78900000', '78930999', NULL, 1652900006),
(54407, '3298', '90.00', '9', '0.3', '5', '29000000', '29099999', '78931000', '78999999', NULL, 1652900007),
(54408, '3220', '183.00', '5', '0.3', '5', '29000000', '29099999', '78931000', '78999999', NULL, 1652900007),
(54409, '3298', '133.00', '9', '5.001', '10', '29000000', '29099999', '78931000', '78999999', NULL, 1652900008),
(54410, '3220', '266.00', '5', '5.001', '10', '29000000', '29099999', '78931000', '78999999', NULL, 1652900008),
(54411, '3298', '215.00', '9', '10.001', '15', '29000000', '29099999', '78931000', '78999999', NULL, 1652900009),
(54412, '3220', '430.00', '5', '10.001', '15', '29000000', '29099999', '78931000', '78999999', NULL, 1652900009),
(54413, '3298', '298.00', '9', '15.001', '20', '29000000', '29099999', '78931000', '78999999', NULL, 1652900010),
(54414, '3220', '595.00', '5', '15.001', '20', '29000000', '29099999', '78931000', '78999999', NULL, 1652900011),
(54415, '3298', '380.00', '9', '20.001', '25', '29000000', '29099999', '78931000', '78999999', NULL, 1652900011),
(54416, '3220', '760.00', '5', '20.001', '25', '29000000', '29099999', '78931000', '78999999', NULL, 1652900012),
(54417, '3298', '463.00', '9', '25.001', '30', '29000000', '29099999', '78931000', '78999999', NULL, 1652900013),
(54418, '3220', '925.00', '5', '25.001', '30', '29000000', '29099999', '78931000', '78999999', NULL, 1652900013),
(54419, '3298', '38.00', '6', '0.3', '5', '29000000', '29099999', '79000000', '79129999', NULL, 1652900014),
(54420, '3220', '113.00', '2', '0.3', '5', '29000000', '29099999', '79000000', '79129999', NULL, 1652900014),
(54421, '3298', '58.00', '6', '5.001', '10', '29000000', '29099999', '79000000', '79129999', NULL, 1652900015),
(54422, '3220', '176.00', '2', '5.001', '10', '29000000', '29099999', '79000000', '79129999', NULL, 1652900015),
(54423, '3298', '94.00', '6', '10.001', '15', '29000000', '29099999', '79000000', '79129999', NULL, 1652900016),
(54424, '3220', '286.00', '2', '10.001', '15', '29000000', '29099999', '79000000', '79129999', NULL, 1652900016),
(54425, '3298', '130.00', '6', '15.001', '20', '29000000', '29099999', '79000000', '79129999', NULL, 1652900017),
(54426, '3220', '396.00', '2', '15.001', '20', '29000000', '29099999', '79000000', '79129999', NULL, 1652900018),
(54427, '3298', '166.00', '6', '20.001', '25', '29000000', '29099999', '79000000', '79129999', NULL, 1652900018),
(54428, '3220', '505.00', '2', '20.001', '25', '29000000', '29099999', '79000000', '79129999', NULL, 1652900019),
(54429, '3298', '202.00', '6', '25.001', '30', '29000000', '29099999', '79000000', '79129999', NULL, 1652900019),
(54430, '3220', '615.00', '2', '25.001', '30', '29000000', '29099999', '79000000', '79129999', NULL, 1652900019),
(54431, '3298', '70.00', '10', '0.3', '5', '29000000', '29099999', '79130000', '79999999', NULL, 1652900020),
(54432, '3220', '157.00', '6', '0.3', '5', '29000000', '29099999', '79130000', '79999999', NULL, 1652900021),
(54433, '3298', '106.00', '10', '5.001', '10', '29000000', '29099999', '79130000', '79999999', NULL, 1652900021),
(54434, '3220', '226.00', '6', '5.001', '10', '29000000', '29099999', '79130000', '79999999', NULL, 1652900022),
(54435, '3298', '172.00', '10', '10.001', '15', '29000000', '29099999', '79130000', '79999999', NULL, 1652900022),
(54436, '3220', '367.00', '6', '10.001', '15', '29000000', '29099999', '79130000', '79999999', NULL, 1652900023),
(54437, '3298', '239.00', '10', '15.001', '20', '29000000', '29099999', '79130000', '79999999', NULL, 1652900023),
(54438, '3220', '508.00', '6', '15.001', '20', '29000000', '29099999', '79130000', '79999999', NULL, 1652900023),
(54439, '3298', '305.00', '10', '20.001', '25', '29000000', '29099999', '79130000', '79999999', NULL, 1652900024),
(54440, '3220', '649.00', '6', '20.001', '25', '29000000', '29099999', '79130000', '79999999', NULL, 1652900024),
(54441, '3298', '371.00', '10', '25.001', '30', '29000000', '29099999', '79130000', '79999999', NULL, 1652900025),
(54442, '3220', '789.00', '6', '25.001', '30', '29000000', '29099999', '79130000', '79999999', NULL, 1652900025),
(54443, '3298', '30.00', '6', '0.3', '5', '29000000', '29099999', '80000000', '82999999', NULL, 1652900026),
(54444, '3220', '59.00', '2', '0.3', '5', '29000000', '29099999', '80000000', '82999999', NULL, 1652900026),
(54445, '3298', '44.00', '6', '5.001', '10', '29000000', '29099999', '80000000', '82999999', NULL, 1652900026),
(54446, '3220', '93.00', '2', '5.001', '10', '29000000', '29099999', '80000000', '82999999', NULL, 1652900027),
(54447, '3298', '71.00', '6', '10.001', '15', '29000000', '29099999', '80000000', '82999999', NULL, 1652900027),
(54448, '3220', '150.00', '2', '10.001', '15', '29000000', '29099999', '80000000', '82999999', NULL, 1652900028),
(54449, '3298', '99.00', '6', '15.001', '20', '29000000', '29099999', '80000000', '82999999', NULL, 1652900028),
(54450, '3220', '208.00', '2', '15.001', '20', '29000000', '29099999', '80000000', '82999999', NULL, 1652900029),
(54451, '3298', '126.00', '6', '20.001', '25', '29000000', '29099999', '80000000', '82999999', NULL, 1652900029),
(54452, '3220', '266.00', '2', '20.001', '25', '29000000', '29099999', '80000000', '82999999', NULL, 1652900030),
(54453, '3298', '153.00', '6', '25.001', '30', '29000000', '29099999', '80000000', '82999999', NULL, 1652900030),
(54454, '3220', '324.00', '2', '25.001', '30', '29000000', '29099999', '80000000', '82999999', NULL, 1652900030),
(54455, '3298', '30.00', '6', '0.3', '5', '29000000', '29099999', '80000000', '83800999', NULL, 1652900031),
(54456, '3220', '59.00', '2', '0.3', '5', '29000000', '29099999', '80000000', '83800999', NULL, 1652900031),
(54457, '3298', '44.00', '6', '5.001', '10', '29000000', '29099999', '80000000', '83800999', NULL, 1652900032),
(54458, '3220', '93.00', '2', '5.001', '10', '29000000', '29099999', '80000000', '83800999', NULL, 1652900032),
(54459, '3298', '71.00', '6', '10.001', '15', '29000000', '29099999', '80000000', '83800999', NULL, 1652900032),
(54460, '3220', '150.00', '2', '10.001', '15', '29000000', '29099999', '80000000', '83800999', NULL, 1652900033),
(54461, '3298', '99.00', '6', '15.001', '20', '29000000', '29099999', '80000000', '83800999', NULL, 1652900033),
(54462, '3220', '208.00', '2', '15.001', '20', '29000000', '29099999', '80000000', '83800999', NULL, 1652900034),
(54463, '3298', '126.00', '6', '20.001', '25', '29000000', '29099999', '80000000', '83800999', NULL, 1652900034),
(54464, '3220', '266.00', '2', '20.001', '25', '29000000', '29099999', '80000000', '83800999', NULL, 1652900034),
(54465, '3298', '153.00', '6', '25.001', '30', '29000000', '29099999', '80000000', '83800999', NULL, 1652900035),
(54466, '3220', '324.00', '2', '25.001', '30', '29000000', '29099999', '80000000', '83800999', NULL, 1652900035),
(54467, '3298', '44.00', '8', '0.3', '5', '29000000', '29099999', '83801000', '87999999', NULL, 1652900036),
(54468, '3220', '102.00', '4', '0.3', '5', '29000000', '29099999', '83801000', '87999999', NULL, 1652900036),
(54469, '3298', '74.00', '8', '5.001', '10', '29000000', '29099999', '83801000', '87999999', NULL, 1652900037),
(54470, '3220', '141.00', '4', '5.001', '10', '29000000', '29099999', '83801000', '87999999', NULL, 1652900037),
(54471, '3298', '120.00', '8', '10.001', '15', '29000000', '29099999', '83801000', '87999999', NULL, 1652900037),
(54472, '3220', '229.00', '4', '10.001', '15', '29000000', '29099999', '83801000', '87999999', NULL, 1652900038),
(54473, '3298', '166.00', '8', '15.001', '20', '29000000', '29099999', '83801000', '87999999', NULL, 1652900038),
(54474, '3220', '316.00', '4', '15.001', '20', '29000000', '29099999', '83801000', '87999999', NULL, 1652900039),
(54475, '3298', '212.00', '8', '20.001', '25', '29000000', '29099999', '83801000', '87999999', NULL, 1652900039),
(54476, '3220', '404.00', '4', '20.001', '25', '29000000', '29099999', '83801000', '87999999', NULL, 1652900040),
(54477, '3298', '258.00', '8', '25.001', '30', '29000000', '29099999', '83801000', '87999999', NULL, 1652900040),
(54478, '3220', '492.00', '4', '25.001', '30', '29000000', '29099999', '83801000', '87999999', NULL, 1652900041),
(54479, '3298', '34.00', '6', '0.3', '5', '29000000', '29099999', '88000000', '82999999', NULL, 1652900041),
(54480, '3220', '80.00', '2', '0.3', '5', '29000000', '29099999', '88000000', '82999999', NULL, 1652900042),
(54481, '3298', '50.00', '6', '5.001', '10', '29000000', '29099999', '88000000', '82999999', NULL, 1652900043),
(54482, '3220', '125.00', '2', '5.001', '10', '29000000', '29099999', '88000000', '82999999', NULL, 1652900044),
(54483, '3298', '82.00', '6', '10.001', '15', '29000000', '29099999', '88000000', '82999999', NULL, 1652900045),
(54484, '3220', '203.00', '2', '10.001', '15', '29000000', '29099999', '88000000', '82999999', NULL, 1652900046),
(54485, '3298', '113.00', '6', '15.001', '20', '29000000', '29099999', '88000000', '82999999', NULL, 1652900046),
(54486, '3220', '281.00', '2', '15.001', '20', '29000000', '29099999', '88000000', '82999999', NULL, 1652900047),
(54487, '3298', '145.00', '6', '20.001', '25', '29000000', '29099999', '88000000', '82999999', NULL, 1652900047),
(54488, '3220', '359.00', '2', '20.001', '25', '29000000', '29099999', '88000000', '82999999', NULL, 1652900048),
(54489, '3298', '176.00', '6', '25.001', '30', '29000000', '29099999', '88000000', '82999999', NULL, 1652900049),
(54490, '3220', '437.00', '2', '25.001', '30', '29000000', '29099999', '88000000', '82999999', NULL, 1652900049),
(54491, '3298', '34.00', '6', '0.3', '5', '29000000', '29099999', '88000000', '88469999', NULL, 1652900050),
(54492, '3220', '80.00', '2', '0.3', '5', '29000000', '29099999', '88000000', '88469999', NULL, 1652900050),
(54493, '3298', '50.00', '6', '5.001', '10', '29000000', '29099999', '88000000', '88469999', NULL, 1652900051),
(54494, '3220', '125.00', '2', '5.001', '10', '29000000', '29099999', '88000000', '88469999', NULL, 1652900051),
(54495, '3298', '82.00', '6', '10.001', '15', '29000000', '29099999', '88000000', '88469999', NULL, 1652900052),
(54496, '3220', '203.00', '2', '10.001', '15', '29000000', '29099999', '88000000', '88469999', NULL, 1652900053),
(54497, '3298', '113.00', '6', '15.001', '20', '29000000', '29099999', '88000000', '88469999', NULL, 1652900053),
(54498, '3220', '281.00', '2', '15.001', '20', '29000000', '29099999', '88000000', '88469999', NULL, 1652900054),
(54499, '3298', '145.00', '6', '20.001', '25', '29000000', '29099999', '88000000', '88469999', NULL, 1652900054),
(54500, '3220', '359.00', '2', '20.001', '25', '29000000', '29099999', '88000000', '88469999', NULL, 1652900055),
(54501, '3298', '176.00', '6', '25.001', '30', '29000000', '29099999', '88000000', '88469999', NULL, 1652900055),
(54502, '3220', '437.00', '2', '25.001', '30', '29000000', '29099999', '88000000', '88469999', NULL, 1652900056),
(54503, '3298', '43.00', '6', '0.3', '5', '29000000', '29099999', '88470000', '89999999', NULL, 1652900057),
(54504, '3220', '104.00', '2', '0.3', '5', '29000000', '29099999', '88470000', '89999999', NULL, 1652900057),
(54505, '3298', '71.00', '6', '5.001', '10', '29000000', '29099999', '88470000', '89999999', NULL, 1652900058),
(54506, '3220', '147.00', '2', '5.001', '10', '29000000', '29099999', '88470000', '89999999', NULL, 1652900058),
(54507, '3298', '116.00', '6', '10.001', '15', '29000000', '29099999', '88470000', '89999999', NULL, 1652900059),
(54508, '3220', '238.00', '2', '10.001', '15', '29000000', '29099999', '88470000', '89999999', NULL, 1652900059),
(54509, '3298', '160.00', '6', '15.001', '20', '29000000', '29099999', '88470000', '89999999', NULL, 1652900060),
(54510, '3220', '329.00', '2', '15.001', '20', '29000000', '29099999', '88470000', '89999999', NULL, 1652900061),
(54511, '3298', '205.00', '6', '20.001', '25', '29000000', '29099999', '88470000', '89999999', NULL, 1652900061),
(54512, '3220', '420.00', '2', '20.001', '25', '29000000', '29099999', '88470000', '89999999', NULL, 1652900062),
(54513, '3298', '249.00', '6', '25.001', '30', '29000000', '29099999', '88470000', '89999999', NULL, 1652900062),
(54514, '3220', '511.00', '2', '25.001', '30', '29000000', '29099999', '88470000', '89999999', NULL, 1652900063),
(54515, '3298', '34.00', '6', '0.3', '5', '29000000', '29099999', '90000000', '91999999', NULL, 1652900063),
(54516, '3220', '80.00', '2', '0.3', '5', '29000000', '29099999', '90000000', '91999999', NULL, 1652900064),
(54517, '3298', '50.00', '6', '5.001', '10', '29000000', '29099999', '90000000', '91999999', NULL, 1652900064),
(54518, '3220', '125.00', '2', '5.001', '10', '29000000', '29099999', '90000000', '91999999', NULL, 1652900065),
(54519, '3298', '82.00', '6', '10.001', '15', '29000000', '29099999', '90000000', '91999999', NULL, 1652900065),
(54520, '3220', '203.00', '2', '10.001', '15', '29000000', '29099999', '90000000', '91999999', NULL, 1652900066),
(54521, '3298', '113.00', '6', '15.001', '20', '29000000', '29099999', '90000000', '91999999', NULL, 1652900067),
(54522, '3220', '281.00', '2', '15.001', '20', '29000000', '29099999', '90000000', '91999999', NULL, 1652900067),
(54523, '3298', '145.00', '6', '20.001', '25', '29000000', '29099999', '90000000', '91999999', NULL, 1652900068),
(54524, '3220', '359.00', '2', '20.001', '25', '29000000', '29099999', '90000000', '91999999', NULL, 1652900069),
(54525, '3298', '176.00', '6', '25.001', '30', '29000000', '29099999', '90000000', '91999999', NULL, 1652900069),
(54526, '3220', '437.00', '2', '25.001', '30', '29000000', '29099999', '90000000', '91999999', NULL, 1652900069),
(54527, '3298', '34.00', '6', '0.3', '5', '29000000', '29099999', '90000000', '94900999', NULL, 1652900070),
(54528, '3220', '80.00', '2', '0.3', '5', '29000000', '29099999', '90000000', '94900999', NULL, 1652900070),
(54529, '3298', '50.00', '6', '5.001', '10', '29000000', '29099999', '90000000', '94900999', NULL, 1652900071),
(54530, '3220', '125.00', '2', '5.001', '10', '29000000', '29099999', '90000000', '94900999', NULL, 1652900072),
(54531, '3298', '82.00', '6', '10.001', '15', '29000000', '29099999', '90000000', '94900999', NULL, 1652900072),
(54532, '3220', '203.00', '2', '10.001', '15', '29000000', '29099999', '90000000', '94900999', NULL, 1652900073),
(54533, '3298', '113.00', '6', '15.001', '20', '29000000', '29099999', '90000000', '94900999', NULL, 1652900074),
(54534, '3220', '281.00', '2', '15.001', '20', '29000000', '29099999', '90000000', '94900999', NULL, 1652900074),
(54535, '3298', '145.00', '6', '20.001', '25', '29000000', '29099999', '90000000', '94900999', NULL, 1652900075),
(54536, '3220', '359.00', '2', '20.001', '25', '29000000', '29099999', '90000000', '94900999', NULL, 1652900076),
(54537, '3298', '176.00', '6', '25.001', '30', '29000000', '29099999', '90000000', '94900999', NULL, 1652900076),
(54538, '3220', '437.00', '2', '25.001', '30', '29000000', '29099999', '90000000', '94900999', NULL, 1652900077),
(54539, '3298', '50.00', '10', '0.3', '5', '29000000', '29099999', '94901000', '99999999', NULL, 1652900077),
(54540, '3220', '124.00', '6', '0.3', '5', '29000000', '29099999', '94901000', '99999999', NULL, 1652900078),
(54541, '3298', '83.00', '10', '5.001', '10', '29000000', '29099999', '94901000', '99999999', NULL, 1652900078),
(54542, '3220', '175.00', '6', '5.001', '10', '29000000', '29099999', '94901000', '99999999', NULL, 1652900079),
(54543, '3298', '135.00', '10', '10.001', '15', '29000000', '29099999', '94901000', '99999999', NULL, 1652900079),
(54544, '3220', '283.00', '6', '10.001', '15', '29000000', '29099999', '94901000', '99999999', NULL, 1652900080),
(54545, '3298', '186.00', '10', '15.001', '20', '29000000', '29099999', '94901000', '99999999', NULL, 1652900080),
(54546, '3220', '392.00', '6', '15.001', '20', '29000000', '29099999', '94901000', '99999999', NULL, 1652900081),
(54547, '3298', '238.00', '10', '20.001', '25', '29000000', '29099999', '94901000', '99999999', NULL, 1652900082),
(54548, '3220', '500.00', '6', '20.001', '25', '29000000', '29099999', '94901000', '99999999', NULL, 1652900082),
(54549, '3298', '290.00', '10', '25.001', '30', '29000000', '29099999', '94901000', '99999999', NULL, 1652900082),
(54550, '3220', '609.00', '6', '25.001', '30', '29000000', '29099999', '94901000', '99999999', NULL, 1652900083),
(54551, '3298', '44.00', '7', '0.3', '5', '29100000', '29999999', '01000000', '08499999', NULL, 1652900084),
(54552, '3220', '102.00', '4', '0.3', '5', '29100000', '29999999', '01000000', '08499999', NULL, 1652900084),
(54553, '3298', '74.00', '7', '5.001', '10', '29100000', '29999999', '01000000', '08499999', NULL, 1652900085),
(54554, '3220', '141.00', '4', '5.001', '10', '29100000', '29999999', '01000000', '08499999', NULL, 1652900086),
(54555, '3298', '120.00', '7', '10.001', '15', '29100000', '29999999', '01000000', '08499999', NULL, 1652900086),
(54556, '3220', '229.00', '4', '10.001', '15', '29100000', '29999999', '01000000', '08499999', NULL, 1652900087),
(54557, '3298', '166.00', '7', '15.001', '20', '29100000', '29999999', '01000000', '08499999', NULL, 1652900088),
(54558, '3220', '316.00', '4', '15.001', '20', '29100000', '29999999', '01000000', '08499999', NULL, 1652900088),
(54559, '3298', '212.00', '7', '20.001', '25', '29100000', '29999999', '01000000', '08499999', NULL, 1652900089),
(54560, '3220', '404.00', '4', '20.001', '25', '29100000', '29999999', '01000000', '08499999', NULL, 1652900090),
(54561, '3298', '258.00', '7', '25.001', '30', '29100000', '29999999', '01000000', '08499999', NULL, 1652900090),
(54562, '3220', '492.00', '4', '25.001', '30', '29100000', '29999999', '01000000', '08499999', NULL, 1652900091),
(54563, '3298', '44.00', '7', '0.3', '5', '29100000', '29999999', '06000000', '09999999', NULL, 1652900092),
(54564, '3220', '102.00', '4', '0.3', '5', '29100000', '29999999', '06000000', '09999999', NULL, 1652900092),
(54565, '3298', '74.00', '7', '5.001', '10', '29100000', '29999999', '06000000', '09999999', NULL, 1652900093),
(54566, '3220', '141.00', '4', '5.001', '10', '29100000', '29999999', '06000000', '09999999', NULL, 1652900093),
(54567, '3298', '120.00', '7', '10.001', '15', '29100000', '29999999', '06000000', '09999999', NULL, 1652900094),
(54568, '3220', '229.00', '4', '10.001', '15', '29100000', '29999999', '06000000', '09999999', NULL, 1652900095),
(54569, '3298', '166.00', '7', '15.001', '20', '29100000', '29999999', '06000000', '09999999', NULL, 1652900095),
(54570, '3220', '316.00', '4', '15.001', '20', '29100000', '29999999', '06000000', '09999999', NULL, 1652900096),
(54571, '3298', '212.00', '7', '20.001', '25', '29100000', '29999999', '06000000', '09999999', NULL, 1652900096),
(54572, '3220', '404.00', '4', '20.001', '25', '29100000', '29999999', '06000000', '09999999', NULL, 1652900097),
(54573, '3298', '258.00', '7', '25.001', '30', '29100000', '29999999', '06000000', '09999999', NULL, 1652900097),
(54574, '3220', '492.00', '4', '25.001', '30', '29100000', '29999999', '06000000', '09999999', NULL, 1652900098),
(54575, '3298', '44.00', '8', '0.3', '5', '29100000', '29999999', '11000000', '11999999', NULL, 1652900098),
(54576, '3220', '102.00', '5', '0.3', '5', '29100000', '29999999', '11000000', '11999999', NULL, 1652900099),
(54577, '3298', '74.00', '8', '5.001', '10', '29100000', '29999999', '11000000', '11999999', NULL, 1652900100),
(54578, '3220', '141.00', '5', '5.001', '10', '29100000', '29999999', '11000000', '11999999', NULL, 1652900100),
(54579, '3298', '120.00', '8', '10.001', '15', '29100000', '29999999', '11000000', '11999999', NULL, 1652900101),
(54580, '3220', '229.00', '5', '10.001', '15', '29100000', '29999999', '11000000', '11999999', NULL, 1652900102),
(54581, '3298', '166.00', '8', '15.001', '20', '29100000', '29999999', '11000000', '11999999', NULL, 1652900102),
(54582, '3220', '316.00', '5', '15.001', '20', '29100000', '29999999', '11000000', '11999999', NULL, 1652900103),
(54583, '3298', '212.00', '8', '20.001', '25', '29100000', '29999999', '11000000', '11999999', NULL, 1652900103),
(54584, '3220', '404.00', '5', '20.001', '25', '29100000', '29999999', '11000000', '11999999', NULL, 1652900104),
(54585, '3298', '258.00', '8', '25.001', '30', '29100000', '29999999', '11000000', '11999999', NULL, 1652900105),
(54586, '3220', '492.00', '5', '25.001', '30', '29100000', '29999999', '11000000', '11999999', NULL, 1652900105),
(54587, '3298', '44.00', '8', '0.3', '5', '29100000', '29999999', '12000000', '19999999', NULL, 1652900106),
(54588, '3220', '102.00', '4', '0.3', '5', '29100000', '29999999', '12000000', '19999999', NULL, 1652900107),
(54589, '3298', '74.00', '8', '5.001', '10', '29100000', '29999999', '12000000', '19999999', NULL, 1652900107),
(54590, '3220', '141.00', '4', '5.001', '10', '29100000', '29999999', '12000000', '19999999', NULL, 1652900108),
(54591, '3298', '120.00', '8', '10.001', '15', '29100000', '29999999', '12000000', '19999999', NULL, 1652900108),
(54592, '3220', '229.00', '4', '10.001', '15', '29100000', '29999999', '12000000', '19999999', NULL, 1652900109),
(54593, '3298', '166.00', '8', '15.001', '20', '29100000', '29999999', '12000000', '19999999', NULL, 1652900110),
(54594, '3220', '316.00', '4', '15.001', '20', '29100000', '29999999', '12000000', '19999999', NULL, 1652900111),
(54595, '3298', '212.00', '8', '20.001', '25', '29100000', '29999999', '12000000', '19999999', NULL, 1652900112),
(54596, '3220', '404.00', '4', '20.001', '25', '29100000', '29999999', '12000000', '19999999', NULL, 1652900112),
(54597, '3298', '258.00', '8', '25.001', '30', '29100000', '29999999', '12000000', '19999999', NULL, 1652900113),
(54598, '3220', '492.00', '4', '25.001', '30', '29100000', '29999999', '12000000', '19999999', NULL, 1652900113),
(54599, '3298', '44.00', '9', '0.3', '5', '29100000', '29999999', '26601000', '28999999', NULL, 1652900126),
(54600, '3220', '102.00', '6', '0.3', '5', '29100000', '29999999', '26601000', '28999999', NULL, 1652900127),
(54601, '3298', '74.00', '9', '5.001', '10', '29100000', '29999999', '26601000', '28999999', NULL, 1652900127),
(54602, '3220', '141.00', '6', '5.001', '10', '29100000', '29999999', '26601000', '28999999', NULL, 1652900128),
(54603, '3298', '120.00', '9', '10.001', '15', '29100000', '29999999', '26601000', '28999999', NULL, 1652900129),
(54604, '3220', '229.00', '6', '10.001', '15', '29100000', '29999999', '26601000', '28999999', NULL, 1652900129),
(54605, '3298', '166.00', '9', '15.001', '20', '29100000', '29999999', '26601000', '28999999', NULL, 1652900130),
(54606, '3220', '316.00', '6', '15.001', '20', '29100000', '29999999', '26601000', '28999999', NULL, 1652900131),
(54607, '3298', '212.00', '9', '20.001', '25', '29100000', '29999999', '26601000', '28999999', NULL, 1652900131),
(54608, '3220', '404.00', '6', '20.001', '25', '29100000', '29999999', '26601000', '28999999', NULL, 1652900131),
(54609, '3298', '258.00', '9', '25.001', '30', '29100000', '29999999', '26601000', '28999999', NULL, 1652900132),
(54610, '3220', '492.00', '6', '25.001', '30', '29100000', '29999999', '26601000', '28999999', NULL, 1652900132),
(54611, '3298', '26.00', '5', '0.3', '5', '29100000', '29999999', '29000000', '29099999', NULL, 1652900133),
(54612, '3220', '34.00', '2', '0.3', '5', '29100000', '29999999', '29000000', '29099999', NULL, 1652900134),
(54613, '3298', '32.00', '5', '5.001', '10', '29100000', '29999999', '29000000', '29099999', NULL, 1652900135),
(54614, '3220', '48.00', '2', '5.001', '10', '29100000', '29999999', '29000000', '29099999', NULL, 1652900136),
(54615, '3298', '52.00', '5', '10.001', '15', '29100000', '29999999', '29000000', '29099999', NULL, 1652900136),
(54616, '3220', '79.00', '2', '10.001', '15', '29100000', '29999999', '29000000', '29099999', NULL, 1652900137),
(54617, '3298', '72.00', '5', '15.001', '20', '29100000', '29999999', '29000000', '29099999', NULL, 1652900137),
(54618, '3220', '109.00', '2', '15.001', '20', '29100000', '29999999', '29000000', '29099999', NULL, 1652900138),
(54619, '3298', '92.00', '5', '20.001', '25', '29100000', '29999999', '29000000', '29099999', NULL, 1652900139),
(54620, '3220', '139.00', '2', '20.001', '25', '29100000', '29999999', '29000000', '29099999', NULL, 1652900139),
(54621, '3298', '112.00', '5', '25.001', '30', '29100000', '29999999', '29000000', '29099999', NULL, 1652900140),
(54622, '3220', '170.00', '2', '25.001', '30', '29100000', '29999999', '29000000', '29099999', NULL, 1652900140),
(54623, '3298', '26.00', '5', '0.3', '5', '29100000', '29999999', '29100000', '29999999', NULL, 1652900141),
(54624, '3220', '22.00', '1', '0.3', '5', '29100000', '29999999', '29100000', '29999999', NULL, 1652900141),
(54625, '3298', '32.00', '5', '5.001', '10', '29100000', '29999999', '29100000', '29999999', NULL, 1652900142),
(54626, '3220', '28.00', '1', '5.001', '10', '29100000', '29999999', '29100000', '29999999', NULL, 1652900142),
(54627, '3298', '52.00', '5', '10.001', '15', '29100000', '29999999', '29100000', '29999999', NULL, 1652900144),
(54628, '3220', '45.00', '1', '10.001', '15', '29100000', '29999999', '29100000', '29999999', NULL, 1652900144),
(54629, '3298', '72.00', '5', '15.001', '20', '29100000', '29999999', '29100000', '29999999', NULL, 1652900145),
(54630, '3220', '63.00', '1', '15.001', '20', '29100000', '29999999', '29100000', '29999999', NULL, 1652900145),
(54631, '3298', '92.00', '5', '20.001', '25', '29100000', '29999999', '29100000', '29999999', NULL, 1652900146),
(54632, '3220', '80.00', '1', '20.001', '25', '29100000', '29999999', '29100000', '29999999', NULL, 1652900146),
(54633, '3298', '112.00', '5', '25.001', '30', '29100000', '29999999', '29100000', '29999999', NULL, 1652900147),
(54634, '3220', '97.00', '1', '25.001', '30', '29100000', '29999999', '29100000', '29999999', NULL, 1652900148),
(54635, '3298', '44.00', '8', '0.3', '5', '29100000', '29999999', '30000000', '31999999', NULL, 1652900148),
(54636, '3220', '102.00', '4', '0.3', '5', '29100000', '29999999', '30000000', '31999999', NULL, 1652900148),
(54637, '3298', '74.00', '8', '5.001', '10', '29100000', '29999999', '30000000', '31999999', NULL, 1652900149),
(54638, '3220', '141.00', '4', '5.001', '10', '29100000', '29999999', '30000000', '31999999', NULL, 1652900150),
(54639, '3298', '120.00', '8', '10.001', '15', '29100000', '29999999', '30000000', '31999999', NULL, 1652900150),
(54640, '3220', '229.00', '4', '10.001', '15', '29100000', '29999999', '30000000', '31999999', NULL, 1652900151),
(54641, '3298', '166.00', '8', '15.001', '20', '29100000', '29999999', '30000000', '31999999', NULL, 1652900151),
(54642, '3220', '316.00', '4', '15.001', '20', '29100000', '29999999', '30000000', '31999999', NULL, 1652900152),
(54643, '3298', '212.00', '8', '20.001', '25', '29100000', '29999999', '30000000', '31999999', NULL, 1652900153),
(54644, '3220', '404.00', '4', '20.001', '25', '29100000', '29999999', '30000000', '31999999', NULL, 1652900153),
(54645, '3298', '258.00', '8', '25.001', '30', '29100000', '29999999', '30000000', '31999999', NULL, 1652900154),
(54646, '3220', '492.00', '4', '25.001', '30', '29100000', '29999999', '30000000', '31999999', NULL, 1652900154),
(54647, '3298', '44.00', '8', '0.3', '5', '29100000', '29999999', '30000000', '34999999', NULL, 1652900154),
(54648, '3220', '102.00', '4', '0.3', '5', '29100000', '29999999', '30000000', '34999999', NULL, 1652900155),
(54649, '3298', '74.00', '8', '5.001', '10', '29100000', '29999999', '30000000', '34999999', NULL, 1652900156),
(54650, '3220', '141.00', '4', '5.001', '10', '29100000', '29999999', '30000000', '34999999', NULL, 1652900156),
(54651, '3298', '120.00', '8', '10.001', '15', '29100000', '29999999', '30000000', '34999999', NULL, 1652900157),
(54652, '3220', '229.00', '4', '10.001', '15', '29100000', '29999999', '30000000', '34999999', NULL, 1652900158),
(54653, '3298', '166.00', '8', '15.001', '20', '29100000', '29999999', '30000000', '34999999', NULL, 1652900159),
(54654, '3220', '316.00', '4', '15.001', '20', '29100000', '29999999', '30000000', '34999999', NULL, 1652900160),
(54655, '3298', '212.00', '8', '20.001', '25', '29100000', '29999999', '30000000', '34999999', NULL, 1652900160),
(54656, '3220', '404.00', '4', '20.001', '25', '29100000', '29999999', '30000000', '34999999', NULL, 1652900161),
(54657, '3298', '258.00', '8', '25.001', '30', '29100000', '29999999', '30000000', '34999999', NULL, 1652900162),
(54658, '3220', '492.00', '4', '25.001', '30', '29100000', '29999999', '30000000', '34999999', NULL, 1652900162),
(54659, '3298', '44.00', '10', '0.3', '5', '29100000', '29999999', '35000000', '39999999', NULL, 1652900163),
(54660, '3220', '102.00', '6', '0.3', '5', '29100000', '29999999', '35000000', '39999999', NULL, 1652900163),
(54661, '3298', '74.00', '10', '5.001', '10', '29100000', '29999999', '35000000', '39999999', NULL, 1652900164),
(54662, '3220', '141.00', '6', '5.001', '10', '29100000', '29999999', '35000000', '39999999', NULL, 1652900165),
(54663, '3298', '120.00', '10', '10.001', '15', '29100000', '29999999', '35000000', '39999999', NULL, 1652900165),
(54664, '3220', '229.00', '6', '10.001', '15', '29100000', '29999999', '35000000', '39999999', NULL, 1652900166),
(54665, '3298', '166.00', '10', '15.001', '20', '29100000', '29999999', '35000000', '39999999', NULL, 1652900167),
(54666, '3220', '316.00', '6', '15.001', '20', '29100000', '29999999', '35000000', '39999999', NULL, 1652900167),
(54667, '3298', '212.00', '10', '20.001', '25', '29100000', '29999999', '35000000', '39999999', NULL, 1652900168),
(54668, '3220', '404.00', '6', '20.001', '25', '29100000', '29999999', '35000000', '39999999', NULL, 1652900169),
(54669, '3298', '258.00', '10', '25.001', '30', '29100000', '29999999', '35000000', '39999999', NULL, 1652900169),
(54670, '3220', '492.00', '6', '25.001', '30', '29100000', '29999999', '35000000', '39999999', NULL, 1652900170),
(54671, '3298', '50.00', '8', '0.3', '5', '29100000', '29999999', '40000000', '41999999', NULL, 1652900170),
(54672, '3220', '124.00', '4', '0.3', '5', '29100000', '29999999', '40000000', '41999999', NULL, 1652900171),
(54673, '3298', '83.00', '8', '5.001', '10', '29100000', '29999999', '40000000', '41999999', NULL, 1652900172),
(54674, '3220', '175.00', '4', '5.001', '10', '29100000', '29999999', '40000000', '41999999', NULL, 1652900173),
(54675, '3298', '135.00', '8', '10.001', '15', '29100000', '29999999', '40000000', '41999999', NULL, 1652900173),
(54676, '3220', '283.00', '4', '10.001', '15', '29100000', '29999999', '40000000', '41999999', NULL, 1652900174),
(54677, '3298', '186.00', '8', '15.001', '20', '29100000', '29999999', '40000000', '41999999', NULL, 1652900175),
(54678, '3220', '392.00', '4', '15.001', '20', '29100000', '29999999', '40000000', '41999999', NULL, 1652900175),
(54679, '3298', '238.00', '8', '20.001', '25', '29100000', '29999999', '40000000', '41999999', NULL, 1652900176),
(54680, '3220', '500.00', '4', '20.001', '25', '29100000', '29999999', '40000000', '41999999', NULL, 1652900176),
(54681, '3298', '290.00', '8', '25.001', '30', '29100000', '29999999', '40000000', '41999999', NULL, 1652900177),
(54682, '3220', '609.00', '4', '25.001', '30', '29100000', '29999999', '40000000', '41999999', NULL, 1652900177),
(54683, '3298', '50.00', '8', '0.3', '5', '29100000', '29999999', '40000000', '44470999', NULL, 1652900178),
(54684, '3220', '124.00', '4', '0.3', '5', '29100000', '29999999', '40000000', '44470999', NULL, 1652900179),
(54685, '3298', '83.00', '8', '5.001', '10', '29100000', '29999999', '40000000', '44470999', NULL, 1652900180),
(54686, '3220', '175.00', '4', '5.001', '10', '29100000', '29999999', '40000000', '44470999', NULL, 1652900181),
(54687, '3298', '135.00', '8', '10.001', '15', '29100000', '29999999', '40000000', '44470999', NULL, 1652900181),
(54688, '3220', '283.00', '4', '10.001', '15', '29100000', '29999999', '40000000', '44470999', NULL, 1652900182),
(54689, '3298', '186.00', '8', '15.001', '20', '29100000', '29999999', '40000000', '44470999', NULL, 1652900183),
(54690, '3220', '392.00', '4', '15.001', '20', '29100000', '29999999', '40000000', '44470999', NULL, 1652900183),
(54691, '3298', '238.00', '8', '20.001', '25', '29100000', '29999999', '40000000', '44470999', NULL, 1652900184),
(54692, '3220', '500.00', '4', '20.001', '25', '29100000', '29999999', '40000000', '44470999', NULL, 1652900185),
(54693, '3298', '290.00', '8', '25.001', '30', '29100000', '29999999', '40000000', '44470999', NULL, 1652900185),
(54694, '3220', '609.00', '4', '25.001', '30', '29100000', '29999999', '40000000', '44470999', NULL, 1652900186),
(54695, '3298', '50.00', '10', '0.3', '5', '29100000', '29999999', '44471000', '48999999', NULL, 1652900187),
(54696, '3220', '124.00', '6', '0.3', '5', '29100000', '29999999', '44471000', '48999999', NULL, 1652900188),
(54697, '3298', '83.00', '10', '5.001', '10', '29100000', '29999999', '44471000', '48999999', NULL, 1652900188),
(54698, '3220', '175.00', '6', '5.001', '10', '29100000', '29999999', '44471000', '48999999', NULL, 1652900189),
(54699, '3298', '135.00', '10', '10.001', '15', '29100000', '29999999', '44471000', '48999999', NULL, 1652900190),
(54700, '3220', '283.00', '6', '10.001', '15', '29100000', '29999999', '44471000', '48999999', NULL, 1652900191),
(54701, '3298', '186.00', '10', '15.001', '20', '29100000', '29999999', '44471000', '48999999', NULL, 1652900191),
(54702, '3220', '392.00', '6', '15.001', '20', '29100000', '29999999', '44471000', '48999999', NULL, 1652900192),
(54703, '3298', '238.00', '10', '20.001', '25', '29100000', '29999999', '44471000', '48999999', NULL, 1652900193),
(54704, '3220', '500.00', '6', '20.001', '25', '29100000', '29999999', '44471000', '48999999', NULL, 1652900193),
(54705, '3298', '290.00', '10', '25.001', '30', '29100000', '29999999', '44471000', '48999999', NULL, 1652900194),
(54706, '3220', '609.00', '6', '25.001', '30', '29100000', '29999999', '44471000', '48999999', NULL, 1652900194),
(54707, '3298', '70.00', '10', '0.3', '5', '29100000', '29999999', '49000000', '49099999', NULL, 1652900195),
(54708, '3220', '157.00', '5', '0.3', '5', '29100000', '29999999', '49000000', '49099999', NULL, 1652900195),
(54709, '3298', '106.00', '10', '5.001', '10', '29100000', '29999999', '49000000', '49099999', NULL, 1652900196),
(54710, '3220', '226.00', '5', '5.001', '10', '29100000', '29999999', '49000000', '49099999', NULL, 1652900196),
(54711, '3298', '172.00', '10', '10.001', '15', '29100000', '29999999', '49000000', '49099999', NULL, 1652900197),
(54712, '3220', '367.00', '5', '10.001', '15', '29100000', '29999999', '49000000', '49099999', NULL, 1652900197),
(54713, '3298', '239.00', '10', '15.001', '20', '29100000', '29999999', '49000000', '49099999', NULL, 1652900198),
(54714, '3220', '508.00', '5', '15.001', '20', '29100000', '29999999', '49000000', '49099999', NULL, 1652900199),
(54715, '3298', '305.00', '10', '20.001', '25', '29100000', '29999999', '49000000', '49099999', NULL, 1652900199),
(54716, '3220', '649.00', '5', '20.001', '25', '29100000', '29999999', '49000000', '49099999', NULL, 1652900200),
(54717, '3298', '371.00', '10', '25.001', '30', '29100000', '29999999', '49000000', '49099999', NULL, 1652900200),
(54718, '3220', '789.00', '5', '25.001', '30', '29100000', '29999999', '49000000', '49099999', NULL, 1652900201),
(54719, '3298', '70.00', '12', '0.3', '5', '29100000', '29999999', '49100000', '49999999', NULL, 1652900201),
(54720, '3220', '157.00', '7', '0.3', '5', '29100000', '29999999', '49100000', '49999999', NULL, 1652900202),
(54721, '3298', '106.00', '12', '5.001', '10', '29100000', '29999999', '49100000', '49999999', NULL, 1652900203),
(54722, '3220', '226.00', '7', '5.001', '10', '29100000', '29999999', '49100000', '49999999', NULL, 1652900203),
(54723, '3298', '172.00', '12', '10.001', '15', '29100000', '29999999', '49100000', '49999999', NULL, 1652900203),
(54724, '3220', '367.00', '7', '10.001', '15', '29100000', '29999999', '49100000', '49999999', NULL, 1652900204),
(54725, '3298', '239.00', '12', '15.001', '20', '29100000', '29999999', '49100000', '49999999', NULL, 1652900204),
(54726, '3220', '508.00', '7', '15.001', '20', '29100000', '29999999', '49100000', '49999999', NULL, 1652900205),
(54727, '3298', '305.00', '12', '20.001', '25', '29100000', '29999999', '49100000', '49999999', NULL, 1652900206),
(54728, '3220', '649.00', '7', '20.001', '25', '29100000', '29999999', '49100000', '49999999', NULL, 1652900207),
(54729, '3298', '371.00', '12', '25.001', '30', '29100000', '29999999', '49100000', '49999999', NULL, 1652900207),
(54730, '3220', '789.00', '7', '25.001', '30', '29100000', '29999999', '49100000', '49999999', NULL, 1652900208),
(54731, '3298', '90.00', '10', '0.3', '5', '29100000', '29999999', '50000000', '52999999', NULL, 1652900208),
(54732, '3220', '183.00', '5', '0.3', '5', '29100000', '29999999', '50000000', '52999999', NULL, 1652900209),
(54733, '3298', '133.00', '10', '5.001', '10', '29100000', '29999999', '50000000', '52999999', NULL, 1652900209),
(54734, '3220', '266.00', '5', '5.001', '10', '29100000', '29999999', '50000000', '52999999', NULL, 1652900210),
(54735, '3298', '215.00', '10', '10.001', '15', '29100000', '29999999', '50000000', '52999999', NULL, 1652900210),
(54736, '3220', '430.00', '5', '10.001', '15', '29100000', '29999999', '50000000', '52999999', NULL, 1652900211),
(54737, '3298', '298.00', '10', '15.001', '20', '29100000', '29999999', '50000000', '52999999', NULL, 1652900211),
(54738, '3220', '595.00', '5', '15.001', '20', '29100000', '29999999', '50000000', '52999999', NULL, 1652900212),
(54739, '3298', '380.00', '10', '20.001', '25', '29100000', '29999999', '50000000', '52999999', NULL, 1652900213),
(54740, '3220', '760.00', '5', '20.001', '25', '29100000', '29999999', '50000000', '52999999', NULL, 1652900213),
(54741, '3298', '463.00', '10', '25.001', '30', '29100000', '29999999', '50000000', '52999999', NULL, 1652900214),
(54742, '3220', '925.00', '5', '25.001', '30', '29100000', '29999999', '50000000', '52999999', NULL, 1652900215),
(54743, '3298', '90.00', '10', '0.3', '5', '29100000', '29999999', '50000000', '54999999', NULL, 1652900215),
(54744, '3220', '183.00', '5', '0.3', '5', '29100000', '29999999', '50000000', '54999999', NULL, 1652900216),
(54745, '3298', '133.00', '10', '5.001', '10', '29100000', '29999999', '50000000', '54999999', NULL, 1652900216),
(54746, '3220', '266.00', '5', '5.001', '10', '29100000', '29999999', '50000000', '54999999', NULL, 1652900217),
(54747, '3298', '215.00', '10', '10.001', '15', '29100000', '29999999', '50000000', '54999999', NULL, 1652900217),
(54748, '3220', '430.00', '5', '10.001', '15', '29100000', '29999999', '50000000', '54999999', NULL, 1652900217),
(54749, '3298', '298.00', '10', '15.001', '20', '29100000', '29999999', '50000000', '54999999', NULL, 1652900218),
(54750, '3220', '595.00', '5', '15.001', '20', '29100000', '29999999', '50000000', '54999999', NULL, 1652900219),
(54751, '3298', '380.00', '10', '20.001', '25', '29100000', '29999999', '50000000', '54999999', NULL, 1652900219),
(54752, '3220', '760.00', '5', '20.001', '25', '29100000', '29999999', '50000000', '54999999', NULL, 1652900220),
(54753, '3298', '463.00', '10', '25.001', '30', '29100000', '29999999', '50000000', '54999999', NULL, 1652900220),
(54754, '3220', '925.00', '5', '25.001', '30', '29100000', '29999999', '50000000', '54999999', NULL, 1652900220),
(54755, '3298', '90.00', '14', '0.3', '5', '29100000', '29999999', '55000000', '56999999', NULL, 1652900221),
(54756, '3220', '183.00', '9', '0.3', '5', '29100000', '29999999', '55000000', '56999999', NULL, 1652900222),
(54757, '3298', '133.00', '14', '5.001', '10', '29100000', '29999999', '55000000', '56999999', NULL, 1652900222),
(54758, '3220', '266.00', '9', '5.001', '10', '29100000', '29999999', '55000000', '56999999', NULL, 1652900223),
(54759, '3298', '215.00', '14', '10.001', '15', '29100000', '29999999', '55000000', '56999999', NULL, 1652900223),
(54760, '3220', '430.00', '9', '10.001', '15', '29100000', '29999999', '55000000', '56999999', NULL, 1652900224),
(54761, '3298', '298.00', '14', '15.001', '20', '29100000', '29999999', '55000000', '56999999', NULL, 1652900224),
(54762, '3220', '595.00', '9', '15.001', '20', '29100000', '29999999', '55000000', '56999999', NULL, 1652900225),
(54763, '3298', '380.00', '14', '20.001', '25', '29100000', '29999999', '55000000', '56999999', NULL, 1652900226),
(54764, '3220', '760.00', '9', '20.001', '25', '29100000', '29999999', '55000000', '56999999', NULL, 1652900226),
(54765, '3298', '463.00', '14', '25.001', '30', '29100000', '29999999', '55000000', '56999999', NULL, 1652900227);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(54766, '3220', '925.00', '9', '25.001', '30', '29100000', '29999999', '55000000', '56999999', NULL, 1652900228),
(54767, '3298', '70.00', '10', '0.3', '5', '29100000', '29999999', '57000000', '57099999', NULL, 1652900228),
(54768, '3220', '157.00', '5', '0.3', '5', '29100000', '29999999', '57000000', '57099999', NULL, 1652900229),
(54769, '3298', '106.00', '10', '5.001', '10', '29100000', '29999999', '57000000', '57099999', NULL, 1652900229),
(54770, '3220', '226.00', '5', '5.001', '10', '29100000', '29999999', '57000000', '57099999', NULL, 1652900230),
(54771, '3298', '172.00', '10', '10.001', '15', '29100000', '29999999', '57000000', '57099999', NULL, 1652900230),
(54772, '3220', '367.00', '5', '10.001', '15', '29100000', '29999999', '57000000', '57099999', NULL, 1652900231),
(54773, '3298', '239.00', '10', '15.001', '20', '29100000', '29999999', '57000000', '57099999', NULL, 1652900231),
(54774, '3220', '508.00', '5', '15.001', '20', '29100000', '29999999', '57000000', '57099999', NULL, 1652900232),
(54775, '3298', '305.00', '10', '20.001', '25', '29100000', '29999999', '57000000', '57099999', NULL, 1652900233),
(54776, '3220', '649.00', '5', '20.001', '25', '29100000', '29999999', '57000000', '57099999', NULL, 1652900233),
(54777, '3298', '371.00', '10', '25.001', '30', '29100000', '29999999', '57000000', '57099999', NULL, 1652900234),
(54778, '3220', '789.00', '5', '25.001', '30', '29100000', '29999999', '57000000', '57099999', NULL, 1652900234),
(54779, '3298', '70.00', '12', '0.3', '5', '29100000', '29999999', '57100000', '57999999', NULL, 1652900235),
(54780, '3220', '157.00', '7', '0.3', '5', '29100000', '29999999', '57100000', '57999999', NULL, 1652900236),
(54781, '3298', '106.00', '12', '5.001', '10', '29100000', '29999999', '57100000', '57999999', NULL, 1652900236),
(54782, '3220', '226.00', '7', '5.001', '10', '29100000', '29999999', '57100000', '57999999', NULL, 1652900237),
(54783, '3298', '172.00', '12', '10.001', '15', '29100000', '29999999', '57100000', '57999999', NULL, 1652900238),
(54784, '3220', '367.00', '7', '10.001', '15', '29100000', '29999999', '57100000', '57999999', NULL, 1652900239),
(54785, '3298', '239.00', '12', '15.001', '20', '29100000', '29999999', '57100000', '57999999', NULL, 1652900239),
(54786, '3220', '508.00', '7', '15.001', '20', '29100000', '29999999', '57100000', '57999999', NULL, 1652900239),
(54787, '3298', '305.00', '12', '20.001', '25', '29100000', '29999999', '57100000', '57999999', NULL, 1652900240),
(54788, '3220', '649.00', '7', '20.001', '25', '29100000', '29999999', '57100000', '57999999', NULL, 1652900240),
(54789, '3298', '371.00', '12', '25.001', '30', '29100000', '29999999', '57100000', '57999999', NULL, 1652900241),
(54790, '3220', '789.00', '7', '25.001', '30', '29100000', '29999999', '57100000', '57999999', NULL, 1652900241),
(54791, '3298', '90.00', '10', '0.3', '5', '29100000', '29999999', '58000000', '58099999', NULL, 1652900242),
(54792, '3220', '183.00', '5', '0.3', '5', '29100000', '29999999', '58000000', '58099999', NULL, 1652900242),
(54793, '3298', '133.00', '10', '5.001', '10', '29100000', '29999999', '58000000', '58099999', NULL, 1652900243),
(54794, '3220', '266.00', '5', '5.001', '10', '29100000', '29999999', '58000000', '58099999', NULL, 1652900244),
(54795, '3298', '215.00', '10', '10.001', '15', '29100000', '29999999', '58000000', '58099999', NULL, 1652900244),
(54796, '3220', '430.00', '5', '10.001', '15', '29100000', '29999999', '58000000', '58099999', NULL, 1652900245),
(54797, '3298', '298.00', '10', '15.001', '20', '29100000', '29999999', '58000000', '58099999', NULL, 1652900246),
(54798, '3220', '595.00', '5', '15.001', '20', '29100000', '29999999', '58000000', '58099999', NULL, 1652900246),
(54799, '3298', '380.00', '10', '20.001', '25', '29100000', '29999999', '58000000', '58099999', NULL, 1652900246),
(54800, '3220', '760.00', '5', '20.001', '25', '29100000', '29999999', '58000000', '58099999', NULL, 1652900247),
(54801, '3298', '463.00', '10', '25.001', '30', '29100000', '29999999', '58000000', '58099999', NULL, 1652900247),
(54802, '3220', '925.00', '5', '25.001', '30', '29100000', '29999999', '58000000', '58099999', NULL, 1652900248),
(54803, '3298', '90.00', '15', '0.3', '5', '29100000', '29999999', '58100000', '58999999', NULL, 1652900248),
(54804, '3220', '183.00', '10', '0.3', '5', '29100000', '29999999', '58100000', '58999999', NULL, 1652900249),
(54805, '3298', '133.00', '15', '5.001', '10', '29100000', '29999999', '58100000', '58999999', NULL, 1652900250),
(54806, '3220', '266.00', '10', '5.001', '10', '29100000', '29999999', '58100000', '58999999', NULL, 1652900250),
(54807, '3298', '215.00', '15', '10.001', '15', '29100000', '29999999', '58100000', '58999999', NULL, 1652900251),
(54808, '3220', '430.00', '10', '10.001', '15', '29100000', '29999999', '58100000', '58999999', NULL, 1652900251),
(54809, '3298', '298.00', '15', '15.001', '20', '29100000', '29999999', '58100000', '58999999', NULL, 1652900252),
(54810, '3220', '595.00', '10', '15.001', '20', '29100000', '29999999', '58100000', '58999999', NULL, 1652900252),
(54811, '3298', '380.00', '15', '20.001', '25', '29100000', '29999999', '58100000', '58999999', NULL, 1652900253),
(54812, '3220', '760.00', '10', '20.001', '25', '29100000', '29999999', '58100000', '58999999', NULL, 1652900253),
(54813, '3298', '463.00', '15', '25.001', '30', '29100000', '29999999', '58100000', '58999999', NULL, 1652900254),
(54814, '3220', '925.00', '10', '25.001', '30', '29100000', '29999999', '58100000', '58999999', NULL, 1652900255),
(54815, '3298', '90.00', '10', '0.3', '5', '29100000', '29999999', '59000000', '59099999', NULL, 1652900255),
(54816, '3220', '183.00', '5', '0.3', '5', '29100000', '29999999', '59000000', '59099999', NULL, 1652900256),
(54817, '3298', '133.00', '10', '5.001', '10', '29100000', '29999999', '59000000', '59099999', NULL, 1652900256),
(54818, '3220', '266.00', '5', '5.001', '10', '29100000', '29999999', '59000000', '59099999', NULL, 1652900257),
(54819, '3298', '215.00', '10', '10.001', '15', '29100000', '29999999', '59000000', '59099999', NULL, 1652900257),
(54820, '3220', '430.00', '5', '10.001', '15', '29100000', '29999999', '59000000', '59099999', NULL, 1652900258),
(54821, '3298', '298.00', '10', '15.001', '20', '29100000', '29999999', '59000000', '59099999', NULL, 1652900258),
(54822, '3220', '595.00', '5', '15.001', '20', '29100000', '29999999', '59000000', '59099999', NULL, 1652900259),
(54823, '3298', '380.00', '10', '20.001', '25', '29100000', '29999999', '59000000', '59099999', NULL, 1652900260),
(54824, '3220', '760.00', '5', '20.001', '25', '29100000', '29999999', '59000000', '59099999', NULL, 1652900260),
(54825, '3298', '463.00', '10', '25.001', '30', '29100000', '29999999', '59000000', '59099999', NULL, 1652900260),
(54826, '3220', '925.00', '5', '25.001', '30', '29100000', '29999999', '59000000', '59099999', NULL, 1652900261),
(54827, '3298', '90.00', '10', '0.3', '5', '29100000', '29999999', '59100000', '59999999', NULL, 1652900262),
(54828, '3220', '183.00', '5', '0.3', '5', '29100000', '29999999', '59100000', '59999999', NULL, 1652900262),
(54829, '3298', '133.00', '10', '5.001', '10', '29100000', '29999999', '59100000', '59999999', NULL, 1652900262),
(54830, '3220', '266.00', '5', '5.001', '10', '29100000', '29999999', '59100000', '59999999', NULL, 1652900263),
(54831, '3298', '215.00', '10', '10.001', '15', '29100000', '29999999', '59100000', '59999999', NULL, 1652900264),
(54832, '3220', '430.00', '5', '10.001', '15', '29100000', '29999999', '59100000', '59999999', NULL, 1652900264),
(54833, '3298', '298.00', '10', '15.001', '20', '29100000', '29999999', '59100000', '59999999', NULL, 1652900265),
(54834, '3220', '595.00', '5', '15.001', '20', '29100000', '29999999', '59100000', '59999999', NULL, 1652900265),
(54835, '3298', '380.00', '10', '20.001', '25', '29100000', '29999999', '59100000', '59999999', NULL, 1652900266),
(54836, '3220', '760.00', '5', '20.001', '25', '29100000', '29999999', '59100000', '59999999', NULL, 1652900266),
(54837, '3298', '463.00', '10', '25.001', '30', '29100000', '29999999', '59100000', '59999999', NULL, 1652900267),
(54838, '3220', '925.00', '5', '25.001', '30', '29100000', '29999999', '59100000', '59999999', NULL, 1652900267),
(54839, '3298', '90.00', '10', '0.3', '5', '29100000', '29999999', '60000000', '60999999', NULL, 1652900268),
(54840, '3220', '183.00', '5', '0.3', '5', '29100000', '29999999', '60000000', '60999999', NULL, 1652900269),
(54841, '3298', '133.00', '10', '5.001', '10', '29100000', '29999999', '60000000', '60999999', NULL, 1652900269),
(54842, '3220', '266.00', '5', '5.001', '10', '29100000', '29999999', '60000000', '60999999', NULL, 1652900270),
(54843, '3298', '215.00', '10', '10.001', '15', '29100000', '29999999', '60000000', '60999999', NULL, 1652900271),
(54844, '3220', '430.00', '5', '10.001', '15', '29100000', '29999999', '60000000', '60999999', NULL, 1652900271),
(54845, '3298', '298.00', '10', '15.001', '20', '29100000', '29999999', '60000000', '60999999', NULL, 1652900271),
(54846, '3220', '595.00', '5', '15.001', '20', '29100000', '29999999', '60000000', '60999999', NULL, 1652900272),
(54847, '3298', '380.00', '10', '20.001', '25', '29100000', '29999999', '60000000', '60999999', NULL, 1652900273),
(54848, '3220', '760.00', '5', '20.001', '25', '29100000', '29999999', '60000000', '60999999', NULL, 1652900273),
(54849, '3298', '463.00', '10', '25.001', '30', '29100000', '29999999', '60000000', '60999999', NULL, 1652900274),
(54850, '3220', '925.00', '5', '25.001', '30', '29100000', '29999999', '60000000', '60999999', NULL, 1652900275),
(54851, '3298', '90.00', '10', '0.3', '5', '29100000', '29999999', '60000000', '61900999', NULL, 1652900275),
(54852, '3220', '183.00', '5', '0.3', '5', '29100000', '29999999', '60000000', '61900999', NULL, 1652900276),
(54853, '3298', '133.00', '10', '5.001', '10', '29100000', '29999999', '60000000', '61900999', NULL, 1652900276),
(54854, '3220', '266.00', '5', '5.001', '10', '29100000', '29999999', '60000000', '61900999', NULL, 1652900277),
(54855, '3298', '215.00', '10', '10.001', '15', '29100000', '29999999', '60000000', '61900999', NULL, 1652900278),
(54856, '3220', '430.00', '5', '10.001', '15', '29100000', '29999999', '60000000', '61900999', NULL, 1652900278),
(54857, '3298', '298.00', '10', '15.001', '20', '29100000', '29999999', '60000000', '61900999', NULL, 1652900279),
(54858, '3220', '595.00', '5', '15.001', '20', '29100000', '29999999', '60000000', '61900999', NULL, 1652900279),
(54859, '3298', '380.00', '10', '20.001', '25', '29100000', '29999999', '60000000', '61900999', NULL, 1652900280),
(54860, '3220', '760.00', '5', '20.001', '25', '29100000', '29999999', '60000000', '61900999', NULL, 1652900281),
(54861, '3298', '463.00', '10', '25.001', '30', '29100000', '29999999', '60000000', '61900999', NULL, 1652900281),
(54862, '3220', '925.00', '5', '25.001', '30', '29100000', '29999999', '60000000', '61900999', NULL, 1652900282),
(54863, '3298', '90.00', '14', '0.3', '5', '29100000', '29999999', '61901000', '63999999', NULL, 1652900283),
(54864, '3220', '183.00', '9', '0.3', '5', '29100000', '29999999', '61901000', '63999999', NULL, 1652900283),
(54865, '3298', '133.00', '14', '5.001', '10', '29100000', '29999999', '61901000', '63999999', NULL, 1652900284),
(54866, '3220', '266.00', '9', '5.001', '10', '29100000', '29999999', '61901000', '63999999', NULL, 1652900284),
(54867, '3298', '215.00', '14', '10.001', '15', '29100000', '29999999', '61901000', '63999999', NULL, 1652900285),
(54868, '3220', '430.00', '9', '10.001', '15', '29100000', '29999999', '61901000', '63999999', NULL, 1652900285),
(54869, '3298', '298.00', '14', '15.001', '20', '29100000', '29999999', '61901000', '63999999', NULL, 1652900286),
(54870, '3220', '595.00', '9', '15.001', '20', '29100000', '29999999', '61901000', '63999999', NULL, 1652900286),
(54871, '3298', '380.00', '14', '20.001', '25', '29100000', '29999999', '61901000', '63999999', NULL, 1652900287),
(54872, '3220', '760.00', '9', '20.001', '25', '29100000', '29999999', '61901000', '63999999', NULL, 1652900287),
(54873, '3298', '463.00', '14', '25.001', '30', '29100000', '29999999', '61901000', '63999999', NULL, 1652900288),
(54874, '3220', '925.00', '9', '25.001', '30', '29100000', '29999999', '61901000', '63999999', NULL, 1652900288),
(54875, '3298', '90.00', '10', '0.3', '5', '29100000', '29999999', '64000000', '64099999', NULL, 1652900289),
(54876, '3220', '183.00', '6', '0.3', '5', '29100000', '29999999', '64000000', '64099999', NULL, 1652900289),
(54877, '3298', '133.00', '10', '5.001', '10', '29100000', '29999999', '64000000', '64099999', NULL, 1652900290),
(54878, '3220', '266.00', '6', '5.001', '10', '29100000', '29999999', '64000000', '64099999', NULL, 1652900290),
(54879, '3298', '215.00', '10', '10.001', '15', '29100000', '29999999', '64000000', '64099999', NULL, 1652900290),
(54880, '3220', '430.00', '6', '10.001', '15', '29100000', '29999999', '64000000', '64099999', NULL, 1652900291),
(54881, '3298', '298.00', '10', '15.001', '20', '29100000', '29999999', '64000000', '64099999', NULL, 1652900291),
(54882, '3220', '595.00', '6', '15.001', '20', '29100000', '29999999', '64000000', '64099999', NULL, 1652900292),
(54883, '3298', '380.00', '10', '20.001', '25', '29100000', '29999999', '64000000', '64099999', NULL, 1652900292),
(54884, '3220', '760.00', '6', '20.001', '25', '29100000', '29999999', '64000000', '64099999', NULL, 1652900293),
(54885, '3298', '463.00', '10', '25.001', '30', '29100000', '29999999', '64000000', '64099999', NULL, 1652900293),
(54886, '3220', '925.00', '6', '25.001', '30', '29100000', '29999999', '64000000', '64099999', NULL, 1652900294),
(54887, '3298', '90.00', '13', '0.3', '5', '29100000', '29999999', '64100000', '64999999', NULL, 1652900295),
(54888, '3220', '183.00', '9', '0.3', '5', '29100000', '29999999', '64100000', '64999999', NULL, 1652900295),
(54889, '3298', '133.00', '13', '5.001', '10', '29100000', '29999999', '64100000', '64999999', NULL, 1652900296),
(54890, '3220', '266.00', '9', '5.001', '10', '29100000', '29999999', '64100000', '64999999', NULL, 1652900296),
(54891, '3298', '215.00', '13', '10.001', '15', '29100000', '29999999', '64100000', '64999999', NULL, 1652900297),
(54892, '3220', '430.00', '9', '10.001', '15', '29100000', '29999999', '64100000', '64999999', NULL, 1652900297),
(54893, '3298', '298.00', '13', '15.001', '20', '29100000', '29999999', '64100000', '64999999', NULL, 1652900298),
(54894, '3220', '595.00', '9', '15.001', '20', '29100000', '29999999', '64100000', '64999999', NULL, 1652900298),
(54895, '3298', '380.00', '13', '20.001', '25', '29100000', '29999999', '64100000', '64999999', NULL, 1652900299),
(54896, '3220', '760.00', '9', '20.001', '25', '29100000', '29999999', '64100000', '64999999', NULL, 1652900300),
(54897, '3298', '463.00', '13', '25.001', '30', '29100000', '29999999', '64100000', '64999999', NULL, 1652900301),
(54898, '3220', '925.00', '9', '25.001', '30', '29100000', '29999999', '64100000', '64999999', NULL, 1652900301),
(54899, '3298', '90.00', '12', '0.3', '5', '29100000', '29999999', '65000000', '65099999', NULL, 1652900301),
(54900, '3220', '183.00', '8', '0.3', '5', '29100000', '29999999', '65000000', '65099999', NULL, 1652900302),
(54901, '3298', '133.00', '12', '5.001', '10', '29100000', '29999999', '65000000', '65099999', NULL, 1652900303),
(54902, '3220', '266.00', '8', '5.001', '10', '29100000', '29999999', '65000000', '65099999', NULL, 1652900303),
(54903, '3298', '215.00', '12', '10.001', '15', '29100000', '29999999', '65000000', '65099999', NULL, 1652900304),
(54904, '3220', '430.00', '8', '10.001', '15', '29100000', '29999999', '65000000', '65099999', NULL, 1652900305),
(54905, '3298', '298.00', '12', '15.001', '20', '29100000', '29999999', '65000000', '65099999', NULL, 1652900305),
(54906, '3220', '595.00', '8', '15.001', '20', '29100000', '29999999', '65000000', '65099999', NULL, 1652900305),
(54907, '3298', '380.00', '12', '20.001', '25', '29100000', '29999999', '65000000', '65099999', NULL, 1652900306),
(54908, '3220', '760.00', '8', '20.001', '25', '29100000', '29999999', '65000000', '65099999', NULL, 1652900306),
(54909, '3298', '463.00', '12', '25.001', '30', '29100000', '29999999', '65000000', '65099999', NULL, 1652900307),
(54910, '3220', '925.00', '8', '25.001', '30', '29100000', '29999999', '65000000', '65099999', NULL, 1652900307),
(54911, '3298', '90.00', '16', '0.3', '5', '29100000', '29999999', '65100000', '65999999', NULL, 1652900308),
(54912, '3220', '183.00', '12', '0.3', '5', '29100000', '29999999', '65100000', '65999999', NULL, 1652900308),
(54913, '3298', '133.00', '16', '5.001', '10', '29100000', '29999999', '65100000', '65999999', NULL, 1652900309),
(54914, '3220', '266.00', '12', '5.001', '10', '29100000', '29999999', '65100000', '65999999', NULL, 1652900309),
(54915, '3298', '215.00', '16', '10.001', '15', '29100000', '29999999', '65100000', '65999999', NULL, 1652900310),
(54916, '3220', '430.00', '12', '10.001', '15', '29100000', '29999999', '65100000', '65999999', NULL, 1652900311),
(54917, '3298', '298.00', '16', '15.001', '20', '29100000', '29999999', '65100000', '65999999', NULL, 1652900311),
(54918, '3220', '595.00', '12', '15.001', '20', '29100000', '29999999', '65100000', '65999999', NULL, 1652900312),
(54919, '3298', '380.00', '16', '20.001', '25', '29100000', '29999999', '65100000', '65999999', NULL, 1652900313),
(54920, '3220', '760.00', '12', '20.001', '25', '29100000', '29999999', '65100000', '65999999', NULL, 1652900313),
(54921, '3298', '463.00', '16', '25.001', '30', '29100000', '29999999', '65100000', '65999999', NULL, 1652900314),
(54922, '3220', '925.00', '12', '25.001', '30', '29100000', '29999999', '65100000', '65999999', NULL, 1652900314),
(54923, '3298', '90.00', '10', '0.3', '5', '29100000', '29999999', '66000000', '66999999', NULL, 1652900315),
(54924, '3220', '183.00', '7', '0.3', '5', '29100000', '29999999', '66000000', '66999999', NULL, 1652900315),
(54925, '3298', '133.00', '10', '5.001', '10', '29100000', '29999999', '66000000', '66999999', NULL, 1652900316),
(54926, '3220', '266.00', '7', '5.001', '10', '29100000', '29999999', '66000000', '66999999', NULL, 1652900316),
(54927, '3298', '215.00', '10', '10.001', '15', '29100000', '29999999', '66000000', '66999999', NULL, 1652900317),
(54928, '3220', '430.00', '7', '10.001', '15', '29100000', '29999999', '66000000', '66999999', NULL, 1652900317),
(54929, '3298', '298.00', '10', '15.001', '20', '29100000', '29999999', '66000000', '66999999', NULL, 1652900318),
(54930, '3220', '595.00', '7', '15.001', '20', '29100000', '29999999', '66000000', '66999999', NULL, 1652900318),
(54931, '3298', '380.00', '10', '20.001', '25', '29100000', '29999999', '66000000', '66999999', NULL, 1652900319),
(54932, '3220', '760.00', '7', '20.001', '25', '29100000', '29999999', '66000000', '66999999', NULL, 1652900320),
(54933, '3298', '463.00', '10', '25.001', '30', '29100000', '29999999', '66000000', '66999999', NULL, 1652900320),
(54934, '3220', '925.00', '7', '25.001', '30', '29100000', '29999999', '66000000', '66999999', NULL, 1652900320),
(54935, '3298', '90.00', '10', '0.3', '5', '29100000', '29999999', '66000000', '67999999', NULL, 1652900321),
(54936, '3220', '183.00', '7', '0.3', '5', '29100000', '29999999', '66000000', '67999999', NULL, 1652900321),
(54937, '3298', '133.00', '10', '5.001', '10', '29100000', '29999999', '66000000', '67999999', NULL, 1652900322),
(54938, '3220', '266.00', '7', '5.001', '10', '29100000', '29999999', '66000000', '67999999', NULL, 1652900323),
(54939, '3298', '215.00', '10', '10.001', '15', '29100000', '29999999', '66000000', '67999999', NULL, 1652900323),
(54940, '3220', '430.00', '7', '10.001', '15', '29100000', '29999999', '66000000', '67999999', NULL, 1652900324),
(54941, '3298', '298.00', '10', '15.001', '20', '29100000', '29999999', '66000000', '67999999', NULL, 1652900325),
(54942, '3220', '595.00', '7', '15.001', '20', '29100000', '29999999', '66000000', '67999999', NULL, 1652900325),
(54943, '3298', '380.00', '10', '20.001', '25', '29100000', '29999999', '66000000', '67999999', NULL, 1652900326),
(54944, '3220', '760.00', '7', '20.001', '25', '29100000', '29999999', '66000000', '67999999', NULL, 1652900326),
(54945, '3298', '463.00', '10', '25.001', '30', '29100000', '29999999', '66000000', '67999999', NULL, 1652900327),
(54946, '3220', '925.00', '7', '25.001', '30', '29100000', '29999999', '66000000', '67999999', NULL, 1652900327),
(54947, '3298', '90.00', '13', '0.3', '5', '29100000', '29999999', '68000000', '68899999', NULL, 1652900328),
(54948, '3220', '183.00', '10', '0.3', '5', '29100000', '29999999', '68000000', '68899999', NULL, 1652900329),
(54949, '3298', '133.00', '13', '5.001', '10', '29100000', '29999999', '68000000', '68899999', NULL, 1652900330),
(54950, '3220', '266.00', '10', '5.001', '10', '29100000', '29999999', '68000000', '68899999', NULL, 1652900330),
(54951, '3298', '215.00', '13', '10.001', '15', '29100000', '29999999', '68000000', '68899999', NULL, 1652900331),
(54952, '3220', '430.00', '10', '10.001', '15', '29100000', '29999999', '68000000', '68899999', NULL, 1652900331),
(54953, '3298', '298.00', '13', '15.001', '20', '29100000', '29999999', '68000000', '68899999', NULL, 1652900332),
(54954, '3220', '595.00', '10', '15.001', '20', '29100000', '29999999', '68000000', '68899999', NULL, 1652900333),
(54955, '3298', '380.00', '13', '20.001', '25', '29100000', '29999999', '68000000', '68899999', NULL, 1652900333),
(54956, '3220', '760.00', '10', '20.001', '25', '29100000', '29999999', '68000000', '68899999', NULL, 1652900334),
(54957, '3298', '463.00', '13', '25.001', '30', '29100000', '29999999', '68000000', '68899999', NULL, 1652900335),
(54958, '3220', '925.00', '10', '25.001', '30', '29100000', '29999999', '68000000', '68899999', NULL, 1652900335),
(54959, '3298', '90.00', '22', '0.3', '5', '29100000', '29999999', '68900000', '68914999', NULL, 1652900336),
(54960, '3220', '183.00', '14', '0.3', '5', '29100000', '29999999', '68900000', '68914999', NULL, 1652900336),
(54961, '3298', '133.00', '22', '5.001', '10', '29100000', '29999999', '68900000', '68914999', NULL, 1652900337),
(54962, '3220', '266.00', '14', '5.001', '10', '29100000', '29999999', '68900000', '68914999', NULL, 1652900337),
(54963, '3298', '215.00', '22', '10.001', '15', '29100000', '29999999', '68900000', '68914999', NULL, 1652900338),
(54964, '3220', '430.00', '14', '10.001', '15', '29100000', '29999999', '68900000', '68914999', NULL, 1652900339),
(54965, '3298', '298.00', '22', '15.001', '20', '29100000', '29999999', '68900000', '68914999', NULL, 1652900339),
(54966, '3220', '595.00', '14', '15.001', '20', '29100000', '29999999', '68900000', '68914999', NULL, 1652900340),
(54967, '3298', '380.00', '22', '20.001', '25', '29100000', '29999999', '68900000', '68914999', NULL, 1652900340),
(54968, '3220', '760.00', '14', '20.001', '25', '29100000', '29999999', '68900000', '68914999', NULL, 1652900341),
(54969, '3298', '463.00', '22', '25.001', '30', '29100000', '29999999', '68900000', '68914999', NULL, 1652900341),
(54970, '3220', '925.00', '14', '25.001', '30', '29100000', '29999999', '68900000', '68914999', NULL, 1652900342),
(54971, '3298', '90.00', '23', '0.3', '5', '29100000', '29999999', '68915000', '68999999', NULL, 1652900342),
(54972, '3220', '183.00', '15', '0.3', '5', '29100000', '29999999', '68915000', '68999999', NULL, 1652900343),
(54973, '3298', '133.00', '23', '5.001', '10', '29100000', '29999999', '68915000', '68999999', NULL, 1652900344),
(54974, '3220', '266.00', '15', '5.001', '10', '29100000', '29999999', '68915000', '68999999', NULL, 1652900344),
(54975, '3298', '215.00', '23', '10.001', '15', '29100000', '29999999', '68915000', '68999999', NULL, 1652900345),
(54976, '3220', '430.00', '15', '10.001', '15', '29100000', '29999999', '68915000', '68999999', NULL, 1652900345),
(54977, '3298', '298.00', '23', '15.001', '20', '29100000', '29999999', '68915000', '68999999', NULL, 1652900346),
(54978, '3220', '595.00', '15', '15.001', '20', '29100000', '29999999', '68915000', '68999999', NULL, 1652900346),
(54979, '3298', '380.00', '23', '20.001', '25', '29100000', '29999999', '68915000', '68999999', NULL, 1652900347),
(54980, '3220', '760.00', '15', '20.001', '25', '29100000', '29999999', '68915000', '68999999', NULL, 1652900348),
(54981, '3298', '463.00', '23', '25.001', '30', '29100000', '29999999', '68915000', '68999999', NULL, 1652900348),
(54982, '3220', '925.00', '15', '25.001', '30', '29100000', '29999999', '68915000', '68999999', NULL, 1652900349),
(54983, '3298', '90.00', '24', '0.3', '5', '29100000', '29999999', '69000000', '69099999', NULL, 1652900349),
(54984, '3220', '183.00', '5', '0.3', '5', '29100000', '29999999', '69000000', '69099999', NULL, 1652900350),
(54985, '3298', '133.00', '24', '5.001', '10', '29100000', '29999999', '69000000', '69099999', NULL, 1652900350),
(54986, '3220', '266.00', '5', '5.001', '10', '29100000', '29999999', '69000000', '69099999', NULL, 1652900351),
(54987, '3298', '215.00', '24', '10.001', '15', '29100000', '29999999', '69000000', '69099999', NULL, 1652900352),
(54988, '3220', '430.00', '5', '10.001', '15', '29100000', '29999999', '69000000', '69099999', NULL, 1652900352),
(54989, '3298', '298.00', '24', '15.001', '20', '29100000', '29999999', '69000000', '69099999', NULL, 1652900353),
(54990, '3220', '595.00', '5', '15.001', '20', '29100000', '29999999', '69000000', '69099999', NULL, 1652900354),
(54991, '3298', '380.00', '24', '20.001', '25', '29100000', '29999999', '69000000', '69099999', NULL, 1652900354),
(54992, '3220', '760.00', '5', '20.001', '25', '29100000', '29999999', '69000000', '69099999', NULL, 1652900355),
(54993, '3298', '463.00', '24', '25.001', '30', '29100000', '29999999', '69000000', '69099999', NULL, 1652900356),
(54994, '3220', '925.00', '5', '25.001', '30', '29100000', '29999999', '69000000', '69099999', NULL, 1652900356),
(54995, '3298', '90.00', '31', '0.3', '5', '29100000', '29999999', '69100000', '69299999', NULL, 1652900356),
(54996, '3220', '183.00', '9', '0.3', '5', '29100000', '29999999', '69100000', '69299999', NULL, 1652900357),
(54997, '3298', '133.00', '31', '5.001', '10', '29100000', '29999999', '69100000', '69299999', NULL, 1652900357),
(54998, '3220', '266.00', '9', '5.001', '10', '29100000', '29999999', '69100000', '69299999', NULL, 1652900358),
(54999, '3298', '215.00', '31', '10.001', '15', '29100000', '29999999', '69100000', '69299999', NULL, 1652900359),
(55000, '3220', '430.00', '9', '10.001', '15', '29100000', '29999999', '69100000', '69299999', NULL, 1652900360),
(55001, '3298', '298.00', '31', '15.001', '20', '29100000', '29999999', '69100000', '69299999', NULL, 1652900360),
(55002, '3220', '595.00', '9', '15.001', '20', '29100000', '29999999', '69100000', '69299999', NULL, 1652900361),
(55003, '3298', '380.00', '31', '20.001', '25', '29100000', '29999999', '69100000', '69299999', NULL, 1652900362),
(55004, '3220', '760.00', '9', '20.001', '25', '29100000', '29999999', '69100000', '69299999', NULL, 1652900362),
(55005, '3298', '463.00', '31', '25.001', '30', '29100000', '29999999', '69100000', '69299999', NULL, 1652900362),
(55006, '3220', '925.00', '9', '25.001', '30', '29100000', '29999999', '69100000', '69299999', NULL, 1652900363),
(55007, '3298', '90.00', '27', '0.3', '5', '29100000', '29999999', '69300000', '69339999', NULL, 1652900364),
(55008, '3220', '183.00', '7', '0.3', '5', '29100000', '29999999', '69300000', '69339999', NULL, 1652900364),
(55009, '3298', '133.00', '27', '5.001', '10', '29100000', '29999999', '69300000', '69339999', NULL, 1652900365),
(55010, '3220', '266.00', '7', '5.001', '10', '29100000', '29999999', '69300000', '69339999', NULL, 1652900366),
(55011, '3298', '215.00', '27', '10.001', '15', '29100000', '29999999', '69300000', '69339999', NULL, 1652900366),
(55012, '3220', '430.00', '7', '10.001', '15', '29100000', '29999999', '69300000', '69339999', NULL, 1652900367),
(55013, '3298', '298.00', '27', '15.001', '20', '29100000', '29999999', '69300000', '69339999', NULL, 1652900368),
(55014, '3220', '595.00', '7', '15.001', '20', '29100000', '29999999', '69300000', '69339999', NULL, 1652900369),
(55015, '3298', '380.00', '27', '20.001', '25', '29100000', '29999999', '69300000', '69339999', NULL, 1652900370),
(55016, '3220', '760.00', '7', '20.001', '25', '29100000', '29999999', '69300000', '69339999', NULL, 1652900370),
(55017, '3298', '463.00', '27', '25.001', '30', '29100000', '29999999', '69300000', '69339999', NULL, 1652900371),
(55018, '3220', '925.00', '7', '25.001', '30', '29100000', '29999999', '69300000', '69339999', NULL, 1652900372),
(55019, '3298', '90.00', '31', '0.3', '5', '29100000', '29999999', '69340000', '69389999', NULL, 1652900372),
(55020, '3220', '183.00', '11', '0.3', '5', '29100000', '29999999', '69340000', '69389999', NULL, 1652900373),
(55021, '3298', '133.00', '31', '5.001', '10', '29100000', '29999999', '69340000', '69389999', NULL, 1652900373),
(55022, '3220', '266.00', '11', '5.001', '10', '29100000', '29999999', '69340000', '69389999', NULL, 1652900374),
(55023, '3298', '215.00', '31', '10.001', '15', '29100000', '29999999', '69340000', '69389999', NULL, 1652900374),
(55024, '3220', '430.00', '11', '10.001', '15', '29100000', '29999999', '69340000', '69389999', NULL, 1652900374),
(55025, '3298', '298.00', '31', '15.001', '20', '29100000', '29999999', '69340000', '69389999', NULL, 1652900375),
(55026, '3220', '595.00', '11', '15.001', '20', '29100000', '29999999', '69340000', '69389999', NULL, 1652900375),
(55027, '3298', '380.00', '31', '20.001', '25', '29100000', '29999999', '69340000', '69389999', NULL, 1652900376),
(55028, '3220', '760.00', '11', '20.001', '25', '29100000', '29999999', '69340000', '69389999', NULL, 1652900377),
(55029, '3298', '463.00', '31', '25.001', '30', '29100000', '29999999', '69340000', '69389999', NULL, 1652900377),
(55030, '3220', '925.00', '11', '25.001', '30', '29100000', '29999999', '69340000', '69389999', NULL, 1652900378),
(55031, '3298', '90.00', '12', '0.3', '5', '29100000', '29999999', '69900000', '69920999', NULL, 1652900378),
(55032, '3220', '183.00', '9', '0.3', '5', '29100000', '29999999', '69900000', '69920999', NULL, 1652900379),
(55033, '3298', '133.00', '12', '5.001', '10', '29100000', '29999999', '69900000', '69920999', NULL, 1652900380),
(55034, '3220', '266.00', '9', '5.001', '10', '29100000', '29999999', '69900000', '69920999', NULL, 1652900380),
(55035, '3298', '215.00', '12', '10.001', '15', '29100000', '29999999', '69900000', '69920999', NULL, 1652900381),
(55036, '3220', '430.00', '9', '10.001', '15', '29100000', '29999999', '69900000', '69920999', NULL, 1652900381),
(55037, '3298', '298.00', '12', '15.001', '20', '29100000', '29999999', '69900000', '69920999', NULL, 1652900382),
(55038, '3220', '595.00', '9', '15.001', '20', '29100000', '29999999', '69900000', '69920999', NULL, 1652900382),
(55039, '3298', '380.00', '12', '20.001', '25', '29100000', '29999999', '69900000', '69920999', NULL, 1652900383),
(55040, '3220', '760.00', '9', '20.001', '25', '29100000', '29999999', '69900000', '69920999', NULL, 1652900383),
(55041, '3298', '463.00', '12', '25.001', '30', '29100000', '29999999', '69900000', '69920999', NULL, 1652900384),
(55042, '3220', '925.00', '9', '25.001', '30', '29100000', '29999999', '69900000', '69920999', NULL, 1652900384),
(55043, '3298', '90.00', '15', '0.3', '5', '29100000', '29999999', '69921000', '69999999', NULL, 1652900385),
(55044, '3220', '183.00', '12', '0.3', '5', '29100000', '29999999', '69921000', '69999999', NULL, 1652900386),
(55045, '3298', '133.00', '15', '5.001', '10', '29100000', '29999999', '69921000', '69999999', NULL, 1652900386),
(55046, '3220', '266.00', '12', '5.001', '10', '29100000', '29999999', '69921000', '69999999', NULL, 1652900387),
(55047, '3298', '215.00', '15', '10.001', '15', '29100000', '29999999', '69921000', '69999999', NULL, 1652900387),
(55048, '3220', '430.00', '12', '10.001', '15', '29100000', '29999999', '69921000', '69999999', NULL, 1652900387),
(55049, '3298', '298.00', '15', '15.001', '20', '29100000', '29999999', '69921000', '69999999', NULL, 1652900388),
(55050, '3220', '595.00', '12', '15.001', '20', '29100000', '29999999', '69921000', '69999999', NULL, 1652900388),
(55051, '3298', '380.00', '15', '20.001', '25', '29100000', '29999999', '69921000', '69999999', NULL, 1652900389),
(55052, '3220', '760.00', '12', '20.001', '25', '29100000', '29999999', '69921000', '69999999', NULL, 1652900390),
(55053, '3298', '463.00', '15', '25.001', '30', '29100000', '29999999', '69921000', '69999999', NULL, 1652900390),
(55054, '3220', '925.00', '12', '25.001', '30', '29100000', '29999999', '69921000', '69999999', NULL, 1652900391),
(55055, '3298', '70.00', '8', '0.3', '5', '29100000', '29999999', '71000000', '73699999', NULL, 1652900391),
(55056, '3220', '157.00', '4', '0.3', '5', '29100000', '29999999', '71000000', '73699999', NULL, 1652900392),
(55057, '3298', '106.00', '8', '5.001', '10', '29100000', '29999999', '71000000', '73699999', NULL, 1652900392),
(55058, '3220', '226.00', '4', '5.001', '10', '29100000', '29999999', '71000000', '73699999', NULL, 1652900393),
(55059, '3298', '172.00', '8', '10.001', '15', '29100000', '29999999', '71000000', '73699999', NULL, 1652900394),
(55060, '3220', '367.00', '4', '10.001', '15', '29100000', '29999999', '71000000', '73699999', NULL, 1652900395),
(55061, '3298', '239.00', '8', '15.001', '20', '29100000', '29999999', '71000000', '73699999', NULL, 1652900395),
(55062, '3220', '508.00', '4', '15.001', '20', '29100000', '29999999', '71000000', '73699999', NULL, 1652900396),
(55063, '3298', '305.00', '8', '20.001', '25', '29100000', '29999999', '71000000', '73699999', NULL, 1652900396),
(55064, '3220', '649.00', '4', '20.001', '25', '29100000', '29999999', '71000000', '73699999', NULL, 1652900397),
(55065, '3298', '371.00', '8', '25.001', '30', '29100000', '29999999', '71000000', '73699999', NULL, 1652900397),
(55066, '3220', '789.00', '4', '25.001', '30', '29100000', '29999999', '71000000', '73699999', NULL, 1652900398),
(55067, '3298', '70.00', '12', '0.3', '5', '29100000', '29999999', '72800000', '73999999', NULL, 1652900398),
(55068, '3220', '157.00', '9', '0.3', '5', '29100000', '29999999', '72800000', '73999999', NULL, 1652900399),
(55069, '3298', '106.00', '12', '5.001', '10', '29100000', '29999999', '72800000', '73999999', NULL, 1652900399),
(55070, '3220', '226.00', '9', '5.001', '10', '29100000', '29999999', '72800000', '73999999', NULL, 1652900400),
(55071, '3298', '172.00', '12', '10.001', '15', '29100000', '29999999', '72800000', '73999999', NULL, 1652900400),
(55072, '3220', '367.00', '9', '10.001', '15', '29100000', '29999999', '72800000', '73999999', NULL, 1652900401),
(55073, '3298', '239.00', '12', '15.001', '20', '29100000', '29999999', '72800000', '73999999', NULL, 1652900401),
(55074, '3220', '508.00', '9', '15.001', '20', '29100000', '29999999', '72800000', '73999999', NULL, 1652900402),
(55075, '3298', '305.00', '12', '20.001', '25', '29100000', '29999999', '72800000', '73999999', NULL, 1652900402),
(55076, '3220', '649.00', '9', '20.001', '25', '29100000', '29999999', '72800000', '73999999', NULL, 1652900403),
(55077, '3298', '371.00', '12', '25.001', '30', '29100000', '29999999', '72800000', '73999999', NULL, 1652900403),
(55078, '3220', '789.00', '9', '25.001', '30', '29100000', '29999999', '72800000', '73999999', NULL, 1652900404),
(55079, '3298', '90.00', '8', '0.3', '5', '29100000', '29999999', '74000000', '74894999', NULL, 1652900404),
(55080, '3220', '183.00', '5', '0.3', '5', '29100000', '29999999', '74000000', '74894999', NULL, 1652900405),
(55081, '3298', '133.00', '8', '5.001', '10', '29100000', '29999999', '74000000', '74894999', NULL, 1652900405),
(55082, '3220', '266.00', '5', '5.001', '10', '29100000', '29999999', '74000000', '74894999', NULL, 1652900406),
(55083, '3298', '215.00', '8', '10.001', '15', '29100000', '29999999', '74000000', '74894999', NULL, 1652900407),
(55084, '3220', '430.00', '5', '10.001', '15', '29100000', '29999999', '74000000', '74894999', NULL, 1652900408),
(55085, '3298', '298.00', '8', '15.001', '20', '29100000', '29999999', '74000000', '74894999', NULL, 1652900408),
(55086, '3220', '595.00', '5', '15.001', '20', '29100000', '29999999', '74000000', '74894999', NULL, 1652900410),
(55087, '3298', '380.00', '8', '20.001', '25', '29100000', '29999999', '74000000', '74894999', NULL, 1652900410),
(55088, '3220', '760.00', '5', '20.001', '25', '29100000', '29999999', '74000000', '74894999', NULL, 1652900411),
(55089, '3298', '463.00', '8', '25.001', '30', '29100000', '29999999', '74000000', '74894999', NULL, 1652900411),
(55090, '3220', '925.00', '5', '25.001', '30', '29100000', '29999999', '74000000', '74894999', NULL, 1652900412),
(55091, '3298', '90.00', '8', '0.3', '5', '29100000', '29999999', '74895000', '76799999', NULL, 1652900412),
(55092, '3220', '183.00', '5', '0.3', '5', '29100000', '29999999', '74895000', '76799999', NULL, 1652900413),
(55093, '3298', '133.00', '8', '5.001', '10', '29100000', '29999999', '74895000', '76799999', NULL, 1652900413),
(55094, '3220', '266.00', '5', '5.001', '10', '29100000', '29999999', '74895000', '76799999', NULL, 1652900414),
(55095, '3298', '215.00', '8', '10.001', '15', '29100000', '29999999', '74895000', '76799999', NULL, 1652900414),
(55096, '3220', '430.00', '5', '10.001', '15', '29100000', '29999999', '74895000', '76799999', NULL, 1652900414),
(55097, '3298', '298.00', '8', '15.001', '20', '29100000', '29999999', '74895000', '76799999', NULL, 1652900415),
(55098, '3220', '595.00', '5', '15.001', '20', '29100000', '29999999', '74895000', '76799999', NULL, 1652900415),
(55099, '3298', '380.00', '8', '20.001', '25', '29100000', '29999999', '74895000', '76799999', NULL, 1652900416),
(55100, '3220', '760.00', '5', '20.001', '25', '29100000', '29999999', '74895000', '76799999', NULL, 1652900416),
(55101, '3298', '463.00', '8', '25.001', '30', '29100000', '29999999', '74895000', '76799999', NULL, 1652900417),
(55102, '3220', '925.00', '5', '25.001', '30', '29100000', '29999999', '74895000', '76799999', NULL, 1652900417),
(55103, '3298', '90.00', '11', '0.3', '5', '29100000', '29999999', '77000000', '77270999', NULL, 1652900418),
(55104, '3220', '183.00', '6', '0.3', '5', '29100000', '29999999', '77000000', '77270999', NULL, 1652900418),
(55105, '3298', '133.00', '11', '5.001', '10', '29100000', '29999999', '77000000', '77270999', NULL, 1652900419),
(55106, '3220', '266.00', '6', '5.001', '10', '29100000', '29999999', '77000000', '77270999', NULL, 1652900419),
(55107, '3298', '215.00', '11', '10.001', '15', '29100000', '29999999', '77000000', '77270999', NULL, 1652900420),
(55108, '3220', '430.00', '6', '10.001', '15', '29100000', '29999999', '77000000', '77270999', NULL, 1652900421),
(55109, '3298', '298.00', '11', '15.001', '20', '29100000', '29999999', '77000000', '77270999', NULL, 1652900421),
(55110, '3220', '595.00', '6', '15.001', '20', '29100000', '29999999', '77000000', '77270999', NULL, 1652900422),
(55111, '3298', '380.00', '11', '20.001', '25', '29100000', '29999999', '77000000', '77270999', NULL, 1652900422),
(55112, '3220', '760.00', '6', '20.001', '25', '29100000', '29999999', '77000000', '77270999', NULL, 1652900422),
(55113, '3298', '463.00', '11', '25.001', '30', '29100000', '29999999', '77000000', '77270999', NULL, 1652900423),
(55114, '3220', '925.00', '6', '25.001', '30', '29100000', '29999999', '77000000', '77270999', NULL, 1652900423),
(55115, '3298', '90.00', '14', '0.3', '5', '29100000', '29999999', '77300000', '77995999', NULL, 1652900424),
(55116, '3220', '183.00', '9', '0.3', '5', '29100000', '29999999', '77300000', '77995999', NULL, 1652900424),
(55117, '3298', '133.00', '14', '5.001', '10', '29100000', '29999999', '77300000', '77995999', NULL, 1652900424),
(55118, '3220', '266.00', '9', '5.001', '10', '29100000', '29999999', '77300000', '77995999', NULL, 1652900425),
(55119, '3298', '215.00', '14', '10.001', '15', '29100000', '29999999', '77300000', '77995999', NULL, 1652900425),
(55120, '3220', '430.00', '9', '10.001', '15', '29100000', '29999999', '77300000', '77995999', NULL, 1652900426),
(55121, '3298', '298.00', '14', '15.001', '20', '29100000', '29999999', '77300000', '77995999', NULL, 1652900427),
(55122, '3220', '595.00', '9', '15.001', '20', '29100000', '29999999', '77300000', '77995999', NULL, 1652900427),
(55123, '3298', '380.00', '14', '20.001', '25', '29100000', '29999999', '77300000', '77995999', NULL, 1652900427),
(55124, '3220', '760.00', '9', '20.001', '25', '29100000', '29999999', '77300000', '77995999', NULL, 1652900428),
(55125, '3298', '463.00', '14', '25.001', '30', '29100000', '29999999', '77300000', '77995999', NULL, 1652900428),
(55126, '3220', '925.00', '9', '25.001', '30', '29100000', '29999999', '77300000', '77995999', NULL, 1652900429),
(55127, '3298', '90.00', '9', '0.3', '5', '29100000', '29999999', '78000000', '78109999', NULL, 1652900429),
(55128, '3220', '183.00', '6', '0.3', '5', '29100000', '29999999', '78000000', '78109999', NULL, 1652900430),
(55129, '3298', '133.00', '9', '5.001', '10', '29100000', '29999999', '78000000', '78109999', NULL, 1652900430),
(55130, '3220', '266.00', '6', '5.001', '10', '29100000', '29999999', '78000000', '78109999', NULL, 1652900431),
(55131, '3298', '215.00', '9', '10.001', '15', '29100000', '29999999', '78000000', '78109999', NULL, 1652900431),
(55132, '3220', '430.00', '6', '10.001', '15', '29100000', '29999999', '78000000', '78109999', NULL, 1652900432),
(55133, '3298', '298.00', '9', '15.001', '20', '29100000', '29999999', '78000000', '78109999', NULL, 1652900432),
(55134, '3220', '595.00', '6', '15.001', '20', '29100000', '29999999', '78000000', '78109999', NULL, 1652900433),
(55135, '3298', '380.00', '9', '20.001', '25', '29100000', '29999999', '78000000', '78109999', NULL, 1652900433),
(55136, '3220', '760.00', '6', '20.001', '25', '29100000', '29999999', '78000000', '78109999', NULL, 1652900434),
(55137, '3298', '463.00', '9', '25.001', '30', '29100000', '29999999', '78000000', '78109999', NULL, 1652900434),
(55138, '3220', '925.00', '6', '25.001', '30', '29100000', '29999999', '78000000', '78109999', NULL, 1652900435),
(55139, '3298', '90.00', '11', '0.3', '5', '29100000', '29999999', '78110000', '78899999', NULL, 1652900436),
(55140, '3220', '183.00', '8', '0.3', '5', '29100000', '29999999', '78110000', '78899999', NULL, 1652900436),
(55141, '3298', '133.00', '11', '5.001', '10', '29100000', '29999999', '78110000', '78899999', NULL, 1652900437),
(55142, '3220', '266.00', '8', '5.001', '10', '29100000', '29999999', '78110000', '78899999', NULL, 1652900437),
(55143, '3298', '215.00', '11', '10.001', '15', '29100000', '29999999', '78110000', '78899999', NULL, 1652900438),
(55144, '3220', '430.00', '8', '10.001', '15', '29100000', '29999999', '78110000', '78899999', NULL, 1652900438),
(55145, '3298', '298.00', '11', '15.001', '20', '29100000', '29999999', '78110000', '78899999', NULL, 1652900439),
(55146, '3220', '595.00', '8', '15.001', '20', '29100000', '29999999', '78110000', '78899999', NULL, 1652900439),
(55147, '3298', '380.00', '11', '20.001', '25', '29100000', '29999999', '78110000', '78899999', NULL, 1652900440),
(55148, '3220', '760.00', '8', '20.001', '25', '29100000', '29999999', '78110000', '78899999', NULL, 1652900440),
(55149, '3298', '463.00', '11', '25.001', '30', '29100000', '29999999', '78110000', '78899999', NULL, 1652900441),
(55150, '3220', '925.00', '8', '25.001', '30', '29100000', '29999999', '78110000', '78899999', NULL, 1652900442),
(55151, '3298', '90.00', '12', '0.3', '5', '29100000', '29999999', '78900000', '78930999', NULL, 1652900442),
(55152, '3220', '183.00', '10', '0.3', '5', '29100000', '29999999', '78900000', '78930999', NULL, 1652900443),
(55153, '3298', '133.00', '12', '5.001', '10', '29100000', '29999999', '78900000', '78930999', NULL, 1652900443),
(55154, '3220', '266.00', '10', '5.001', '10', '29100000', '29999999', '78900000', '78930999', NULL, 1652900444),
(55155, '3298', '215.00', '12', '10.001', '15', '29100000', '29999999', '78900000', '78930999', NULL, 1652900444),
(55156, '3220', '430.00', '10', '10.001', '15', '29100000', '29999999', '78900000', '78930999', NULL, 1652900445),
(55157, '3298', '298.00', '12', '15.001', '20', '29100000', '29999999', '78900000', '78930999', NULL, 1652900445),
(55158, '3220', '595.00', '10', '15.001', '20', '29100000', '29999999', '78900000', '78930999', NULL, 1652900446),
(55159, '3298', '380.00', '12', '20.001', '25', '29100000', '29999999', '78900000', '78930999', NULL, 1652900446),
(55160, '3220', '760.00', '10', '20.001', '25', '29100000', '29999999', '78900000', '78930999', NULL, 1652900447),
(55161, '3298', '463.00', '12', '25.001', '30', '29100000', '29999999', '78900000', '78930999', NULL, 1652900447),
(55162, '3220', '925.00', '10', '25.001', '30', '29100000', '29999999', '78900000', '78930999', NULL, 1652900448),
(55163, '3298', '90.00', '11', '0.3', '5', '29100000', '29999999', '78931000', '78999999', NULL, 1652900448),
(55164, '3220', '183.00', '8', '0.3', '5', '29100000', '29999999', '78931000', '78999999', NULL, 1652900449),
(55165, '3298', '133.00', '11', '5.001', '10', '29100000', '29999999', '78931000', '78999999', NULL, 1652900449),
(55166, '3220', '266.00', '8', '5.001', '10', '29100000', '29999999', '78931000', '78999999', NULL, 1652900450),
(55167, '3298', '215.00', '11', '10.001', '15', '29100000', '29999999', '78931000', '78999999', NULL, 1652900450),
(55168, '3220', '430.00', '8', '10.001', '15', '29100000', '29999999', '78931000', '78999999', NULL, 1652900451),
(55169, '3298', '298.00', '11', '15.001', '20', '29100000', '29999999', '78931000', '78999999', NULL, 1652900452),
(55170, '3220', '595.00', '8', '15.001', '20', '29100000', '29999999', '78931000', '78999999', NULL, 1652900452),
(55171, '3298', '380.00', '11', '20.001', '25', '29100000', '29999999', '78931000', '78999999', NULL, 1652900453),
(55172, '3220', '760.00', '8', '20.001', '25', '29100000', '29999999', '78931000', '78999999', NULL, 1652900453),
(55173, '3298', '463.00', '11', '25.001', '30', '29100000', '29999999', '78931000', '78999999', NULL, 1652900453),
(55174, '3220', '925.00', '8', '25.001', '30', '29100000', '29999999', '78931000', '78999999', NULL, 1652900454),
(55175, '3298', '70.00', '9', '0.3', '5', '29100000', '29999999', '79000000', '79129999', NULL, 1652900454),
(55176, '3220', '157.00', '5', '0.3', '5', '29100000', '29999999', '79000000', '79129999', NULL, 1652900455),
(55177, '3298', '106.00', '9', '5.001', '10', '29100000', '29999999', '79000000', '79129999', NULL, 1652900456),
(55178, '3220', '226.00', '5', '5.001', '10', '29100000', '29999999', '79000000', '79129999', NULL, 1652900456),
(55179, '3298', '172.00', '9', '10.001', '15', '29100000', '29999999', '79000000', '79129999', NULL, 1652900457),
(55180, '3220', '367.00', '5', '10.001', '15', '29100000', '29999999', '79000000', '79129999', NULL, 1652900457),
(55181, '3298', '239.00', '9', '15.001', '20', '29100000', '29999999', '79000000', '79129999', NULL, 1652900458),
(55182, '3220', '508.00', '5', '15.001', '20', '29100000', '29999999', '79000000', '79129999', NULL, 1652900458),
(55183, '3298', '305.00', '9', '20.001', '25', '29100000', '29999999', '79000000', '79129999', NULL, 1652900459),
(55184, '3220', '649.00', '5', '20.001', '25', '29100000', '29999999', '79000000', '79129999', NULL, 1652900459),
(55185, '3298', '371.00', '9', '25.001', '30', '29100000', '29999999', '79000000', '79129999', NULL, 1652900460),
(55186, '3220', '789.00', '5', '25.001', '30', '29100000', '29999999', '79000000', '79129999', NULL, 1652900461),
(55187, '3298', '70.00', '12', '0.3', '5', '29100000', '29999999', '79130000', '79999999', NULL, 1652900461),
(55188, '3220', '157.00', '8', '0.3', '5', '29100000', '29999999', '79130000', '79999999', NULL, 1652900462),
(55189, '3298', '106.00', '12', '5.001', '10', '29100000', '29999999', '79130000', '79999999', NULL, 1652900463),
(55190, '3220', '226.00', '8', '5.001', '10', '29100000', '29999999', '79130000', '79999999', NULL, 1652900464),
(55191, '3298', '172.00', '12', '10.001', '15', '29100000', '29999999', '79130000', '79999999', NULL, 1652900464),
(55192, '3220', '367.00', '8', '10.001', '15', '29100000', '29999999', '79130000', '79999999', NULL, 1652900464),
(55193, '3298', '239.00', '12', '15.001', '20', '29100000', '29999999', '79130000', '79999999', NULL, 1652900465),
(55194, '3220', '508.00', '8', '15.001', '20', '29100000', '29999999', '79130000', '79999999', NULL, 1652900466),
(55195, '3298', '305.00', '12', '20.001', '25', '29100000', '29999999', '79130000', '79999999', NULL, 1652900466),
(55196, '3220', '649.00', '8', '20.001', '25', '29100000', '29999999', '79130000', '79999999', NULL, 1652900467),
(55197, '3298', '371.00', '12', '25.001', '30', '29100000', '29999999', '79130000', '79999999', NULL, 1652900467),
(55198, '3220', '789.00', '8', '25.001', '30', '29100000', '29999999', '79130000', '79999999', NULL, 1652900468),
(55199, '3298', '44.00', '8', '0.3', '5', '29100000', '29999999', '80000000', '82999999', NULL, 1652900468),
(55200, '3220', '102.00', '4', '0.3', '5', '29100000', '29999999', '80000000', '82999999', NULL, 1652900469),
(55201, '3298', '74.00', '8', '5.001', '10', '29100000', '29999999', '80000000', '82999999', NULL, 1652900469),
(55202, '3220', '141.00', '4', '5.001', '10', '29100000', '29999999', '80000000', '82999999', NULL, 1652900470),
(55203, '3298', '120.00', '8', '10.001', '15', '29100000', '29999999', '80000000', '82999999', NULL, 1652900470),
(55204, '3220', '229.00', '4', '10.001', '15', '29100000', '29999999', '80000000', '82999999', NULL, 1652900470),
(55205, '3298', '166.00', '8', '15.001', '20', '29100000', '29999999', '80000000', '82999999', NULL, 1652900471),
(55206, '3220', '316.00', '4', '15.001', '20', '29100000', '29999999', '80000000', '82999999', NULL, 1652900471),
(55207, '3298', '212.00', '8', '20.001', '25', '29100000', '29999999', '80000000', '82999999', NULL, 1652900472),
(55208, '3220', '404.00', '4', '20.001', '25', '29100000', '29999999', '80000000', '82999999', NULL, 1652900472),
(55209, '3298', '258.00', '8', '25.001', '30', '29100000', '29999999', '80000000', '82999999', NULL, 1652900473),
(55210, '3220', '492.00', '4', '25.001', '30', '29100000', '29999999', '80000000', '82999999', NULL, 1652900473);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(55211, '3298', '44.00', '8', '0.3', '5', '29100000', '29999999', '80000000', '83800999', NULL, 1652900474),
(55212, '3220', '102.00', '4', '0.3', '5', '29100000', '29999999', '80000000', '83800999', NULL, 1652900475),
(55213, '3298', '74.00', '8', '5.001', '10', '29100000', '29999999', '80000000', '83800999', NULL, 1652900475),
(55214, '3220', '141.00', '4', '5.001', '10', '29100000', '29999999', '80000000', '83800999', NULL, 1652900476),
(55215, '3298', '120.00', '8', '10.001', '15', '29100000', '29999999', '80000000', '83800999', NULL, 1652900476),
(55216, '3220', '229.00', '4', '10.001', '15', '29100000', '29999999', '80000000', '83800999', NULL, 1652900477),
(55217, '3298', '166.00', '8', '15.001', '20', '29100000', '29999999', '80000000', '83800999', NULL, 1652900478),
(55218, '3220', '316.00', '4', '15.001', '20', '29100000', '29999999', '80000000', '83800999', NULL, 1652900478),
(55219, '3298', '212.00', '8', '20.001', '25', '29100000', '29999999', '80000000', '83800999', NULL, 1652900479),
(55220, '3220', '404.00', '4', '20.001', '25', '29100000', '29999999', '80000000', '83800999', NULL, 1652900479),
(55221, '3298', '258.00', '8', '25.001', '30', '29100000', '29999999', '80000000', '83800999', NULL, 1652900480),
(55222, '3220', '492.00', '4', '25.001', '30', '29100000', '29999999', '80000000', '83800999', NULL, 1652900481),
(55223, '3298', '44.00', '10', '0.3', '5', '29100000', '29999999', '83801000', '87999999', NULL, 1652900482),
(55224, '3220', '102.00', '6', '0.3', '5', '29100000', '29999999', '83801000', '87999999', NULL, 1652900482),
(55225, '3298', '74.00', '10', '5.001', '10', '29100000', '29999999', '83801000', '87999999', NULL, 1652900482),
(55226, '3220', '141.00', '6', '5.001', '10', '29100000', '29999999', '83801000', '87999999', NULL, 1652900483),
(55227, '3298', '120.00', '10', '10.001', '15', '29100000', '29999999', '83801000', '87999999', NULL, 1652900484),
(55228, '3220', '229.00', '6', '10.001', '15', '29100000', '29999999', '83801000', '87999999', NULL, 1652900484),
(55229, '3298', '166.00', '10', '15.001', '20', '29100000', '29999999', '83801000', '87999999', NULL, 1652900484),
(55230, '3220', '316.00', '6', '15.001', '20', '29100000', '29999999', '83801000', '87999999', NULL, 1652900485),
(55231, '3298', '212.00', '10', '20.001', '25', '29100000', '29999999', '83801000', '87999999', NULL, 1652900485),
(55232, '3220', '404.00', '6', '20.001', '25', '29100000', '29999999', '83801000', '87999999', NULL, 1652900486),
(55233, '3298', '258.00', '10', '25.001', '30', '29100000', '29999999', '83801000', '87999999', NULL, 1652900486),
(55234, '3220', '492.00', '6', '25.001', '30', '29100000', '29999999', '83801000', '87999999', NULL, 1652900487),
(55235, '3298', '50.00', '8', '0.3', '5', '29100000', '29999999', '88000000', '82999999', NULL, 1652900487),
(55236, '3220', '124.00', '5', '0.3', '5', '29100000', '29999999', '88000000', '82999999', NULL, 1652900488),
(55237, '3298', '83.00', '8', '5.001', '10', '29100000', '29999999', '88000000', '82999999', NULL, 1652900488),
(55238, '3220', '175.00', '5', '5.001', '10', '29100000', '29999999', '88000000', '82999999', NULL, 1652900489),
(55239, '3298', '135.00', '8', '10.001', '15', '29100000', '29999999', '88000000', '82999999', NULL, 1652900489),
(55240, '3220', '283.00', '5', '10.001', '15', '29100000', '29999999', '88000000', '82999999', NULL, 1652900489),
(55241, '3298', '186.00', '8', '15.001', '20', '29100000', '29999999', '88000000', '82999999', NULL, 1652900490),
(55242, '3220', '392.00', '5', '15.001', '20', '29100000', '29999999', '88000000', '82999999', NULL, 1652900490),
(55243, '3298', '238.00', '8', '20.001', '25', '29100000', '29999999', '88000000', '82999999', NULL, 1652900491),
(55244, '3220', '500.00', '5', '20.001', '25', '29100000', '29999999', '88000000', '82999999', NULL, 1652900491),
(55245, '3298', '290.00', '8', '25.001', '30', '29100000', '29999999', '88000000', '82999999', NULL, 1652900492),
(55246, '3220', '609.00', '5', '25.001', '30', '29100000', '29999999', '88000000', '82999999', NULL, 1652900492),
(55247, '3298', '50.00', '8', '0.3', '5', '29100000', '29999999', '88000000', '88469999', NULL, 1652900493),
(55248, '3220', '124.00', '5', '0.3', '5', '29100000', '29999999', '88000000', '88469999', NULL, 1652900493),
(55249, '3298', '83.00', '8', '5.001', '10', '29100000', '29999999', '88000000', '88469999', NULL, 1652900494),
(55250, '3220', '175.00', '5', '5.001', '10', '29100000', '29999999', '88000000', '88469999', NULL, 1652900494),
(55251, '3298', '135.00', '8', '10.001', '15', '29100000', '29999999', '88000000', '88469999', NULL, 1652900495),
(55252, '3220', '283.00', '5', '10.001', '15', '29100000', '29999999', '88000000', '88469999', NULL, 1652900495),
(55253, '3298', '186.00', '8', '15.001', '20', '29100000', '29999999', '88000000', '88469999', NULL, 1652900496),
(55254, '3220', '392.00', '5', '15.001', '20', '29100000', '29999999', '88000000', '88469999', NULL, 1652900496),
(55255, '3298', '238.00', '8', '20.001', '25', '29100000', '29999999', '88000000', '88469999', NULL, 1652900497),
(55256, '3220', '500.00', '5', '20.001', '25', '29100000', '29999999', '88000000', '88469999', NULL, 1652900497),
(55257, '3298', '290.00', '8', '25.001', '30', '29100000', '29999999', '88000000', '88469999', NULL, 1652900498),
(55258, '3220', '609.00', '5', '25.001', '30', '29100000', '29999999', '88000000', '88469999', NULL, 1652900498),
(55259, '3298', '50.00', '9', '0.3', '5', '29100000', '29999999', '88470000', '89999999', NULL, 1652900499),
(55260, '3220', '124.00', '6', '0.3', '5', '29100000', '29999999', '88470000', '89999999', NULL, 1652900499),
(55261, '3298', '83.00', '9', '5.001', '10', '29100000', '29999999', '88470000', '89999999', NULL, 1652900500),
(55262, '3220', '175.00', '6', '5.001', '10', '29100000', '29999999', '88470000', '89999999', NULL, 1652900501),
(55263, '3298', '135.00', '9', '10.001', '15', '29100000', '29999999', '88470000', '89999999', NULL, 1652900502),
(55264, '3220', '283.00', '6', '10.001', '15', '29100000', '29999999', '88470000', '89999999', NULL, 1652900502),
(55265, '3298', '186.00', '9', '15.001', '20', '29100000', '29999999', '88470000', '89999999', NULL, 1652900503),
(55266, '3220', '392.00', '6', '15.001', '20', '29100000', '29999999', '88470000', '89999999', NULL, 1652900503),
(55267, '3298', '238.00', '9', '20.001', '25', '29100000', '29999999', '88470000', '89999999', NULL, 1652900503),
(55268, '3220', '500.00', '6', '20.001', '25', '29100000', '29999999', '88470000', '89999999', NULL, 1652900504),
(55269, '3298', '290.00', '9', '25.001', '30', '29100000', '29999999', '88470000', '89999999', NULL, 1652900504),
(55270, '3220', '609.00', '6', '25.001', '30', '29100000', '29999999', '88470000', '89999999', NULL, 1652900505),
(55271, '3298', '50.00', '8', '0.3', '5', '29100000', '29999999', '90000000', '91999999', NULL, 1652900505),
(55272, '3220', '124.00', '4', '0.3', '5', '29100000', '29999999', '90000000', '91999999', NULL, 1652900506),
(55273, '3298', '83.00', '8', '5.001', '10', '29100000', '29999999', '90000000', '91999999', NULL, 1652900506),
(55274, '3220', '175.00', '4', '5.001', '10', '29100000', '29999999', '90000000', '91999999', NULL, 1652900507),
(55275, '3298', '135.00', '8', '10.001', '15', '29100000', '29999999', '90000000', '91999999', NULL, 1652900507),
(55276, '3220', '283.00', '4', '10.001', '15', '29100000', '29999999', '90000000', '91999999', NULL, 1652900507),
(55277, '3298', '186.00', '8', '15.001', '20', '29100000', '29999999', '90000000', '91999999', NULL, 1652900508),
(55278, '3220', '392.00', '4', '15.001', '20', '29100000', '29999999', '90000000', '91999999', NULL, 1652900508),
(55279, '3298', '238.00', '8', '20.001', '25', '29100000', '29999999', '90000000', '91999999', NULL, 1652900509),
(55280, '3220', '500.00', '4', '20.001', '25', '29100000', '29999999', '90000000', '91999999', NULL, 1652900509),
(55281, '3298', '290.00', '8', '25.001', '30', '29100000', '29999999', '90000000', '91999999', NULL, 1652900509),
(55282, '3220', '609.00', '4', '25.001', '30', '29100000', '29999999', '90000000', '91999999', NULL, 1652900509),
(55283, '3298', '50.00', '10', '0.3', '5', '29100000', '29999999', '90000000', '94900999', NULL, 1652900510),
(55284, '3220', '124.00', '6', '0.3', '5', '29100000', '29999999', '90000000', '94900999', NULL, 1652900510),
(55285, '3298', '83.00', '10', '5.001', '10', '29100000', '29999999', '90000000', '94900999', NULL, 1652900510),
(55286, '3220', '175.00', '6', '5.001', '10', '29100000', '29999999', '90000000', '94900999', NULL, 1652900511),
(55287, '3298', '135.00', '10', '10.001', '15', '29100000', '29999999', '90000000', '94900999', NULL, 1652900511),
(55288, '3220', '283.00', '6', '10.001', '15', '29100000', '29999999', '90000000', '94900999', NULL, 1652900512),
(55289, '3298', '186.00', '10', '15.001', '20', '29100000', '29999999', '90000000', '94900999', NULL, 1652900512),
(55290, '3220', '392.00', '6', '15.001', '20', '29100000', '29999999', '90000000', '94900999', NULL, 1652900513),
(55291, '3298', '238.00', '10', '20.001', '25', '29100000', '29999999', '90000000', '94900999', NULL, 1652900513),
(55292, '3220', '500.00', '6', '20.001', '25', '29100000', '29999999', '90000000', '94900999', NULL, 1652900513),
(55293, '3298', '290.00', '10', '25.001', '30', '29100000', '29999999', '90000000', '94900999', NULL, 1652900514),
(55294, '3220', '609.00', '6', '25.001', '30', '29100000', '29999999', '90000000', '94900999', NULL, 1652900514),
(55295, '3298', '50.00', '12', '0.3', '5', '29100000', '29999999', '94901000', '99999999', NULL, 1652900514),
(55296, '3220', '124.00', '8', '0.3', '5', '29100000', '29999999', '94901000', '99999999', NULL, 1652900515),
(55297, '3298', '83.00', '12', '5.001', '10', '29100000', '29999999', '94901000', '99999999', NULL, 1652900515),
(55298, '3220', '175.00', '8', '5.001', '10', '29100000', '29999999', '94901000', '99999999', NULL, 1652900515),
(55299, '3298', '135.00', '12', '10.001', '15', '29100000', '29999999', '94901000', '99999999', NULL, 1652900516),
(55300, '3220', '283.00', '8', '10.001', '15', '29100000', '29999999', '94901000', '99999999', NULL, 1652900516),
(55301, '3298', '186.00', '12', '15.001', '20', '29100000', '29999999', '94901000', '99999999', NULL, 1652900517),
(55302, '3220', '392.00', '8', '15.001', '20', '29100000', '29999999', '94901000', '99999999', NULL, 1652900517),
(55303, '3298', '238.00', '12', '20.001', '25', '29100000', '29999999', '94901000', '99999999', NULL, 1652900517),
(55304, '3220', '500.00', '8', '20.001', '25', '29100000', '29999999', '94901000', '99999999', NULL, 1652900518),
(55305, '3298', '290.00', '12', '25.001', '30', '29100000', '29999999', '94901000', '99999999', NULL, 1652900518),
(55306, '3220', '609.00', '8', '25.001', '30', '29100000', '29999999', '94901000', '99999999', NULL, 1652900519),
(55307, '3298', '30.00', '5', '0.3', '5', '30000000', '31999999', '01000000', '08499999', NULL, 1652900519),
(55308, '3220', '59.00', '1', '0.3', '5', '30000000', '31999999', '01000000', '08499999', NULL, 1652900520),
(55309, '3298', '44.00', '5', '5.001', '10', '30000000', '31999999', '01000000', '08499999', NULL, 1652900521),
(55310, '3220', '93.00', '1', '5.001', '10', '30000000', '31999999', '01000000', '08499999', NULL, 1652900521),
(55311, '3298', '71.00', '5', '10.001', '15', '30000000', '31999999', '01000000', '08499999', NULL, 1652900522),
(55312, '3220', '150.00', '1', '10.001', '15', '30000000', '31999999', '01000000', '08499999', NULL, 1652900523),
(55313, '3298', '99.00', '5', '15.001', '20', '30000000', '31999999', '01000000', '08499999', NULL, 1652900523),
(55314, '3220', '208.00', '1', '15.001', '20', '30000000', '31999999', '01000000', '08499999', NULL, 1652900524),
(55315, '3298', '126.00', '5', '20.001', '25', '30000000', '31999999', '01000000', '08499999', NULL, 1652900525),
(55316, '3220', '266.00', '1', '20.001', '25', '30000000', '31999999', '01000000', '08499999', NULL, 1652900525),
(55317, '3298', '153.00', '5', '25.001', '30', '30000000', '31999999', '01000000', '08499999', NULL, 1652900526),
(55318, '3220', '324.00', '1', '25.001', '30', '30000000', '31999999', '01000000', '08499999', NULL, 1652900527),
(55319, '3298', '30.00', '5', '0.3', '5', '30000000', '31999999', '06000000', '09999999', NULL, 1652900527),
(55320, '3220', '59.00', '1', '0.3', '5', '30000000', '31999999', '06000000', '09999999', NULL, 1652900528),
(55321, '3298', '44.00', '5', '5.001', '10', '30000000', '31999999', '06000000', '09999999', NULL, 1652900529),
(55322, '3220', '93.00', '1', '5.001', '10', '30000000', '31999999', '06000000', '09999999', NULL, 1652900529),
(55323, '3298', '71.00', '5', '10.001', '15', '30000000', '31999999', '06000000', '09999999', NULL, 1652900530),
(55324, '3220', '150.00', '1', '10.001', '15', '30000000', '31999999', '06000000', '09999999', NULL, 1652900530),
(55325, '3298', '99.00', '5', '15.001', '20', '30000000', '31999999', '06000000', '09999999', NULL, 1652900531),
(55326, '3220', '208.00', '1', '15.001', '20', '30000000', '31999999', '06000000', '09999999', NULL, 1652900531),
(55327, '3298', '126.00', '5', '20.001', '25', '30000000', '31999999', '06000000', '09999999', NULL, 1652900532),
(55328, '3220', '266.00', '1', '20.001', '25', '30000000', '31999999', '06000000', '09999999', NULL, 1652900532),
(55329, '3298', '153.00', '5', '25.001', '30', '30000000', '31999999', '06000000', '09999999', NULL, 1652900533),
(55330, '3220', '324.00', '1', '25.001', '30', '30000000', '31999999', '06000000', '09999999', NULL, 1652900533),
(55331, '3298', '30.00', '5', '0.3', '5', '30000000', '31999999', '11000000', '11999999', NULL, 1652900534),
(55332, '3220', '59.00', '1', '0.3', '5', '30000000', '31999999', '11000000', '11999999', NULL, 1652900535),
(55333, '3298', '44.00', '5', '5.001', '10', '30000000', '31999999', '11000000', '11999999', NULL, 1652900535),
(55334, '3220', '93.00', '1', '5.001', '10', '30000000', '31999999', '11000000', '11999999', NULL, 1652900536),
(55335, '3298', '71.00', '5', '10.001', '15', '30000000', '31999999', '11000000', '11999999', NULL, 1652900536),
(55336, '3220', '150.00', '1', '10.001', '15', '30000000', '31999999', '11000000', '11999999', NULL, 1652900537),
(55337, '3298', '99.00', '5', '15.001', '20', '30000000', '31999999', '11000000', '11999999', NULL, 1652900537),
(55338, '3220', '208.00', '1', '15.001', '20', '30000000', '31999999', '11000000', '11999999', NULL, 1652900538),
(55339, '3298', '126.00', '5', '20.001', '25', '30000000', '31999999', '11000000', '11999999', NULL, 1652900538),
(55340, '3220', '266.00', '1', '20.001', '25', '30000000', '31999999', '11000000', '11999999', NULL, 1652900539),
(55341, '3298', '153.00', '5', '25.001', '30', '30000000', '31999999', '11000000', '11999999', NULL, 1652900539),
(55342, '3220', '324.00', '1', '25.001', '30', '30000000', '31999999', '11000000', '11999999', NULL, 1652900540),
(55343, '3298', '30.00', '6', '0.3', '5', '30000000', '31999999', '12000000', '19999999', NULL, 1652900540),
(55344, '3220', '59.00', '1', '0.3', '5', '30000000', '31999999', '12000000', '19999999', NULL, 1652900541),
(55345, '3298', '44.00', '6', '5.001', '10', '30000000', '31999999', '12000000', '19999999', NULL, 1652900541),
(55346, '3220', '93.00', '1', '5.001', '10', '30000000', '31999999', '12000000', '19999999', NULL, 1652900542),
(55347, '3298', '71.00', '6', '10.001', '15', '30000000', '31999999', '12000000', '19999999', NULL, 1652900542),
(55348, '3220', '150.00', '1', '10.001', '15', '30000000', '31999999', '12000000', '19999999', NULL, 1652900543),
(55349, '3298', '99.00', '6', '15.001', '20', '30000000', '31999999', '12000000', '19999999', NULL, 1652900543),
(55350, '3220', '208.00', '1', '15.001', '20', '30000000', '31999999', '12000000', '19999999', NULL, 1652900544),
(55351, '3298', '126.00', '6', '20.001', '25', '30000000', '31999999', '12000000', '19999999', NULL, 1652900544),
(55352, '3220', '266.00', '1', '20.001', '25', '30000000', '31999999', '12000000', '19999999', NULL, 1652900545),
(55353, '3298', '153.00', '6', '25.001', '30', '30000000', '31999999', '12000000', '19999999', NULL, 1652900545),
(55354, '3220', '324.00', '1', '25.001', '30', '30000000', '31999999', '12000000', '19999999', NULL, 1652900546),
(55355, '3298', '44.00', '7', '0.3', '5', '30000000', '31999999', '26601000', '28999999', NULL, 1652900558),
(55356, '3220', '102.00', '4', '0.3', '5', '30000000', '31999999', '26601000', '28999999', NULL, 1652900559),
(55357, '3298', '74.00', '7', '5.001', '10', '30000000', '31999999', '26601000', '28999999', NULL, 1652900560),
(55358, '3220', '141.00', '4', '5.001', '10', '30000000', '31999999', '26601000', '28999999', NULL, 1652900560),
(55359, '3298', '120.00', '7', '10.001', '15', '30000000', '31999999', '26601000', '28999999', NULL, 1652900561),
(55360, '3220', '229.00', '4', '10.001', '15', '30000000', '31999999', '26601000', '28999999', NULL, 1652900561),
(55361, '3298', '166.00', '7', '15.001', '20', '30000000', '31999999', '26601000', '28999999', NULL, 1652900562),
(55362, '3220', '316.00', '4', '15.001', '20', '30000000', '31999999', '26601000', '28999999', NULL, 1652900562),
(55363, '3298', '212.00', '7', '20.001', '25', '30000000', '31999999', '26601000', '28999999', NULL, 1652900563),
(55364, '3220', '404.00', '4', '20.001', '25', '30000000', '31999999', '26601000', '28999999', NULL, 1652900563),
(55365, '3298', '258.00', '7', '25.001', '30', '30000000', '31999999', '26601000', '28999999', NULL, 1652900564),
(55366, '3220', '492.00', '4', '25.001', '30', '30000000', '31999999', '26601000', '28999999', NULL, 1652900564),
(55367, '3298', '34.00', '5', '0.3', '5', '30000000', '31999999', '29000000', '29099999', NULL, 1652900564),
(55368, '3220', '80.00', '1', '0.3', '5', '30000000', '31999999', '29000000', '29099999', NULL, 1652900565),
(55369, '3298', '50.00', '5', '5.001', '10', '30000000', '31999999', '29000000', '29099999', NULL, 1652900566),
(55370, '3220', '125.00', '1', '5.001', '10', '30000000', '31999999', '29000000', '29099999', NULL, 1652900566),
(55371, '3298', '82.00', '5', '10.001', '15', '30000000', '31999999', '29000000', '29099999', NULL, 1652900567),
(55372, '3220', '203.00', '1', '10.001', '15', '30000000', '31999999', '29000000', '29099999', NULL, 1652900567),
(55373, '3298', '113.00', '5', '15.001', '20', '30000000', '31999999', '29000000', '29099999', NULL, 1652900568),
(55374, '3220', '281.00', '1', '15.001', '20', '30000000', '31999999', '29000000', '29099999', NULL, 1652900568),
(55375, '3298', '145.00', '5', '20.001', '25', '30000000', '31999999', '29000000', '29099999', NULL, 1652900569),
(55376, '3220', '359.00', '1', '20.001', '25', '30000000', '31999999', '29000000', '29099999', NULL, 1652900569),
(55377, '3298', '176.00', '5', '25.001', '30', '30000000', '31999999', '29000000', '29099999', NULL, 1652900570),
(55378, '3220', '437.00', '1', '25.001', '30', '30000000', '31999999', '29000000', '29099999', NULL, 1652900570),
(55379, '3298', '50.00', '7', '0.3', '5', '30000000', '31999999', '29100000', '29999999', NULL, 1652900571),
(55380, '3220', '124.00', '4', '0.3', '5', '30000000', '31999999', '29100000', '29999999', NULL, 1652900571),
(55381, '3298', '83.00', '7', '5.001', '10', '30000000', '31999999', '29100000', '29999999', NULL, 1652900572),
(55382, '3220', '175.00', '4', '5.001', '10', '30000000', '31999999', '29100000', '29999999', NULL, 1652900572),
(55383, '3298', '135.00', '7', '10.001', '15', '30000000', '31999999', '29100000', '29999999', NULL, 1652900573),
(55384, '3220', '283.00', '4', '10.001', '15', '30000000', '31999999', '29100000', '29999999', NULL, 1652900573),
(55385, '3298', '186.00', '7', '15.001', '20', '30000000', '31999999', '29100000', '29999999', NULL, 1652900574),
(55386, '3220', '392.00', '4', '15.001', '20', '30000000', '31999999', '29100000', '29999999', NULL, 1652900574),
(55387, '3298', '238.00', '7', '20.001', '25', '30000000', '31999999', '29100000', '29999999', NULL, 1652900575),
(55388, '3220', '500.00', '4', '20.001', '25', '30000000', '31999999', '29100000', '29999999', NULL, 1652900575),
(55389, '3298', '290.00', '7', '25.001', '30', '30000000', '31999999', '29100000', '29999999', NULL, 1652900576),
(55390, '3220', '609.00', '4', '25.001', '30', '30000000', '31999999', '29100000', '29999999', NULL, 1652900576),
(55391, '3298', '25.00', '5', '0.3', '5', '30000000', '31999999', '30000000', '31999999', NULL, 1652900577),
(55392, '3220', '21.00', '1', '0.3', '5', '30000000', '31999999', '30000000', '31999999', NULL, 1652900577),
(55393, '3298', '31.00', '5', '5.001', '10', '30000000', '31999999', '30000000', '31999999', NULL, 1652900578),
(55394, '3220', '27.00', '1', '5.001', '10', '30000000', '31999999', '30000000', '31999999', NULL, 1652900578),
(55395, '3298', '51.00', '5', '10.001', '15', '30000000', '31999999', '30000000', '31999999', NULL, 1652900579),
(55396, '3220', '44.00', '1', '10.001', '15', '30000000', '31999999', '30000000', '31999999', NULL, 1652900579),
(55397, '3298', '71.00', '5', '15.001', '20', '30000000', '31999999', '30000000', '31999999', NULL, 1652900580),
(55398, '3220', '61.00', '1', '15.001', '20', '30000000', '31999999', '30000000', '31999999', NULL, 1652900580),
(55399, '3298', '91.00', '5', '20.001', '25', '30000000', '31999999', '30000000', '31999999', NULL, 1652900581),
(55400, '3220', '78.00', '1', '20.001', '25', '30000000', '31999999', '30000000', '31999999', NULL, 1652900581),
(55401, '3298', '110.00', '5', '25.001', '30', '30000000', '31999999', '30000000', '31999999', NULL, 1652900582),
(55402, '3220', '95.00', '1', '25.001', '30', '30000000', '31999999', '30000000', '31999999', NULL, 1652900582),
(55403, '3298', '25.00', '5', '0.3', '5', '30000000', '31999999', '30000000', '34999999', NULL, 1652900583),
(55404, '3220', '21.00', '1', '0.3', '5', '30000000', '31999999', '30000000', '34999999', NULL, 1652900583),
(55405, '3298', '31.00', '5', '5.001', '10', '30000000', '31999999', '30000000', '34999999', NULL, 1652900584),
(55406, '3220', '27.00', '1', '5.001', '10', '30000000', '31999999', '30000000', '34999999', NULL, 1652900584),
(55407, '3298', '51.00', '5', '10.001', '15', '30000000', '31999999', '30000000', '34999999', NULL, 1652900585),
(55408, '3220', '44.00', '1', '10.001', '15', '30000000', '31999999', '30000000', '34999999', NULL, 1652900585),
(55409, '3298', '71.00', '5', '15.001', '20', '30000000', '31999999', '30000000', '34999999', NULL, 1652900585),
(55410, '3220', '61.00', '1', '15.001', '20', '30000000', '31999999', '30000000', '34999999', NULL, 1652900586),
(55411, '3298', '91.00', '5', '20.001', '25', '30000000', '31999999', '30000000', '34999999', NULL, 1652900586),
(55412, '3220', '78.00', '1', '20.001', '25', '30000000', '31999999', '30000000', '34999999', NULL, 1652900587),
(55413, '3298', '110.00', '5', '25.001', '30', '30000000', '31999999', '30000000', '34999999', NULL, 1652900587),
(55414, '3220', '95.00', '1', '25.001', '30', '30000000', '31999999', '30000000', '34999999', NULL, 1652900588),
(55415, '3298', '25.00', '5', '0.3', '5', '30000000', '31999999', '35000000', '39999999', NULL, 1652900588),
(55416, '3220', '34.00', '2', '0.3', '5', '30000000', '31999999', '35000000', '39999999', NULL, 1652900589),
(55417, '3298', '31.00', '5', '5.001', '10', '30000000', '31999999', '35000000', '39999999', NULL, 1652900589),
(55418, '3220', '48.00', '2', '5.001', '10', '30000000', '31999999', '35000000', '39999999', NULL, 1652900590),
(55419, '3298', '51.00', '5', '10.001', '15', '30000000', '31999999', '35000000', '39999999', NULL, 1652900590),
(55420, '3220', '78.00', '2', '10.001', '15', '30000000', '31999999', '35000000', '39999999', NULL, 1652900591),
(55421, '3298', '71.00', '5', '15.001', '20', '30000000', '31999999', '35000000', '39999999', NULL, 1652900591),
(55422, '3220', '108.00', '2', '15.001', '20', '30000000', '31999999', '35000000', '39999999', NULL, 1652900592),
(55423, '3298', '91.00', '5', '20.001', '25', '30000000', '31999999', '35000000', '39999999', NULL, 1652900592),
(55424, '3220', '138.00', '2', '20.001', '25', '30000000', '31999999', '35000000', '39999999', NULL, 1652900593),
(55425, '3298', '110.00', '5', '25.001', '30', '30000000', '31999999', '35000000', '39999999', NULL, 1652900593),
(55426, '3220', '168.00', '2', '25.001', '30', '30000000', '31999999', '35000000', '39999999', NULL, 1652900594),
(55427, '3298', '34.00', '6', '0.3', '5', '30000000', '31999999', '40000000', '41999999', NULL, 1652900594),
(55428, '3220', '80.00', '1', '0.3', '5', '30000000', '31999999', '40000000', '41999999', NULL, 1652900595),
(55429, '3298', '50.00', '6', '5.001', '10', '30000000', '31999999', '40000000', '41999999', NULL, 1652900595),
(55430, '3220', '125.00', '1', '5.001', '10', '30000000', '31999999', '40000000', '41999999', NULL, 1652900596),
(55431, '3298', '82.00', '6', '10.001', '15', '30000000', '31999999', '40000000', '41999999', NULL, 1652900596),
(55432, '3220', '203.00', '1', '10.001', '15', '30000000', '31999999', '40000000', '41999999', NULL, 1652900597),
(55433, '3298', '113.00', '6', '15.001', '20', '30000000', '31999999', '40000000', '41999999', NULL, 1652900597),
(55434, '3220', '281.00', '1', '15.001', '20', '30000000', '31999999', '40000000', '41999999', NULL, 1652900598),
(55435, '3298', '145.00', '6', '20.001', '25', '30000000', '31999999', '40000000', '41999999', NULL, 1652900598),
(55436, '3220', '359.00', '1', '20.001', '25', '30000000', '31999999', '40000000', '41999999', NULL, 1652900599),
(55437, '3298', '176.00', '6', '25.001', '30', '30000000', '31999999', '40000000', '41999999', NULL, 1652900599),
(55438, '3220', '437.00', '1', '25.001', '30', '30000000', '31999999', '40000000', '41999999', NULL, 1652900600),
(55439, '3298', '34.00', '6', '0.3', '5', '30000000', '31999999', '40000000', '44470999', NULL, 1652900600),
(55440, '3220', '80.00', '1', '0.3', '5', '30000000', '31999999', '40000000', '44470999', NULL, 1652900601),
(55441, '3298', '50.00', '6', '5.001', '10', '30000000', '31999999', '40000000', '44470999', NULL, 1652900601),
(55442, '3220', '125.00', '1', '5.001', '10', '30000000', '31999999', '40000000', '44470999', NULL, 1652900602),
(55443, '3298', '82.00', '6', '10.001', '15', '30000000', '31999999', '40000000', '44470999', NULL, 1652900602),
(55444, '3220', '203.00', '1', '10.001', '15', '30000000', '31999999', '40000000', '44470999', NULL, 1652900603),
(55445, '3298', '113.00', '6', '15.001', '20', '30000000', '31999999', '40000000', '44470999', NULL, 1652900603),
(55446, '3220', '281.00', '1', '15.001', '20', '30000000', '31999999', '40000000', '44470999', NULL, 1652900604),
(55447, '3298', '145.00', '6', '20.001', '25', '30000000', '31999999', '40000000', '44470999', NULL, 1652900604),
(55448, '3220', '359.00', '1', '20.001', '25', '30000000', '31999999', '40000000', '44470999', NULL, 1652900604),
(55449, '3298', '176.00', '6', '25.001', '30', '30000000', '31999999', '40000000', '44470999', NULL, 1652900605),
(55450, '3220', '437.00', '1', '25.001', '30', '30000000', '31999999', '40000000', '44470999', NULL, 1652900606),
(55451, '3298', '43.00', '6', '0.3', '5', '30000000', '31999999', '44471000', '48999999', NULL, 1652900606),
(55452, '3220', '104.00', '2', '0.3', '5', '30000000', '31999999', '44471000', '48999999', NULL, 1652900606),
(55453, '3298', '71.00', '6', '5.001', '10', '30000000', '31999999', '44471000', '48999999', NULL, 1652900607),
(55454, '3220', '147.00', '2', '5.001', '10', '30000000', '31999999', '44471000', '48999999', NULL, 1652900607),
(55455, '3298', '116.00', '6', '10.001', '15', '30000000', '31999999', '44471000', '48999999', NULL, 1652900608),
(55456, '3220', '238.00', '2', '10.001', '15', '30000000', '31999999', '44471000', '48999999', NULL, 1652900609),
(55457, '3298', '160.00', '6', '15.001', '20', '30000000', '31999999', '44471000', '48999999', NULL, 1652900609),
(55458, '3220', '329.00', '2', '15.001', '20', '30000000', '31999999', '44471000', '48999999', NULL, 1652900610),
(55459, '3298', '205.00', '6', '20.001', '25', '30000000', '31999999', '44471000', '48999999', NULL, 1652900610),
(55460, '3220', '420.00', '2', '20.001', '25', '30000000', '31999999', '44471000', '48999999', NULL, 1652900611),
(55461, '3298', '249.00', '6', '25.001', '30', '30000000', '31999999', '44471000', '48999999', NULL, 1652900611),
(55462, '3220', '511.00', '2', '25.001', '30', '30000000', '31999999', '44471000', '48999999', NULL, 1652900612),
(55463, '3298', '45.00', '6', '0.3', '5', '30000000', '31999999', '49000000', '49099999', NULL, 1652900612),
(55464, '3220', '137.00', '2', '0.3', '5', '30000000', '31999999', '49000000', '49099999', NULL, 1652900612),
(55465, '3298', '71.00', '6', '5.001', '10', '30000000', '31999999', '49000000', '49099999', NULL, 1652900613),
(55466, '3220', '214.00', '2', '5.001', '10', '30000000', '31999999', '49000000', '49099999', NULL, 1652900613),
(55467, '3298', '116.00', '6', '10.001', '15', '30000000', '31999999', '49000000', '49099999', NULL, 1652900613),
(55468, '3220', '346.00', '2', '10.001', '15', '30000000', '31999999', '49000000', '49099999', NULL, 1652900614),
(55469, '3298', '160.00', '6', '15.001', '20', '30000000', '31999999', '49000000', '49099999', NULL, 1652900614),
(55470, '3220', '479.00', '2', '15.001', '20', '30000000', '31999999', '49000000', '49099999', NULL, 1652900614),
(55471, '3298', '205.00', '6', '20.001', '25', '30000000', '31999999', '49000000', '49099999', NULL, 1652900615),
(55472, '3220', '612.00', '2', '20.001', '25', '30000000', '31999999', '49000000', '49099999', NULL, 1652900615),
(55473, '3298', '249.00', '6', '25.001', '30', '30000000', '31999999', '49000000', '49099999', NULL, 1652900616),
(55474, '3220', '744.00', '2', '25.001', '30', '30000000', '31999999', '49000000', '49099999', NULL, 1652900616),
(55475, '3298', '90.00', '9', '0.3', '5', '30000000', '31999999', '49100000', '49999999', NULL, 1652900616),
(55476, '3220', '183.00', '4', '0.3', '5', '30000000', '31999999', '49100000', '49999999', NULL, 1652900617),
(55477, '3298', '133.00', '9', '5.001', '10', '30000000', '31999999', '49100000', '49999999', NULL, 1652900617),
(55478, '3220', '266.00', '4', '5.001', '10', '30000000', '31999999', '49100000', '49999999', NULL, 1652900617),
(55479, '3298', '215.00', '9', '10.001', '15', '30000000', '31999999', '49100000', '49999999', NULL, 1652900618),
(55480, '3220', '430.00', '4', '10.001', '15', '30000000', '31999999', '49100000', '49999999', NULL, 1652900618),
(55481, '3298', '298.00', '9', '15.001', '20', '30000000', '31999999', '49100000', '49999999', NULL, 1652900618),
(55482, '3220', '595.00', '4', '15.001', '20', '30000000', '31999999', '49100000', '49999999', NULL, 1652900619),
(55483, '3298', '380.00', '9', '20.001', '25', '30000000', '31999999', '49100000', '49999999', NULL, 1652900619),
(55484, '3220', '760.00', '4', '20.001', '25', '30000000', '31999999', '49100000', '49999999', NULL, 1652900620),
(55485, '3298', '463.00', '9', '25.001', '30', '30000000', '31999999', '49100000', '49999999', NULL, 1652900620),
(55486, '3220', '925.00', '4', '25.001', '30', '30000000', '31999999', '49100000', '49999999', NULL, 1652900620),
(55487, '3298', '45.00', '6', '0.3', '5', '30000000', '31999999', '50000000', '52999999', NULL, 1652900621),
(55488, '3220', '137.00', '2', '0.3', '5', '30000000', '31999999', '50000000', '52999999', NULL, 1652900621),
(55489, '3298', '71.00', '6', '5.001', '10', '30000000', '31999999', '50000000', '52999999', NULL, 1652900621),
(55490, '3220', '214.00', '2', '5.001', '10', '30000000', '31999999', '50000000', '52999999', NULL, 1652900622),
(55491, '3298', '116.00', '6', '10.001', '15', '30000000', '31999999', '50000000', '52999999', NULL, 1652900622),
(55492, '3220', '346.00', '2', '10.001', '15', '30000000', '31999999', '50000000', '52999999', NULL, 1652900622),
(55493, '3298', '160.00', '6', '15.001', '20', '30000000', '31999999', '50000000', '52999999', NULL, 1652900623),
(55494, '3220', '479.00', '2', '15.001', '20', '30000000', '31999999', '50000000', '52999999', NULL, 1652900623),
(55495, '3298', '205.00', '6', '20.001', '25', '30000000', '31999999', '50000000', '52999999', NULL, 1652900624),
(55496, '3220', '612.00', '2', '20.001', '25', '30000000', '31999999', '50000000', '52999999', NULL, 1652900624),
(55497, '3298', '249.00', '6', '25.001', '30', '30000000', '31999999', '50000000', '52999999', NULL, 1652900625),
(55498, '3220', '744.00', '2', '25.001', '30', '30000000', '31999999', '50000000', '52999999', NULL, 1652900625),
(55499, '3298', '45.00', '6', '0.3', '5', '30000000', '31999999', '50000000', '54999999', NULL, 1652900625),
(55500, '3220', '137.00', '2', '0.3', '5', '30000000', '31999999', '50000000', '54999999', NULL, 1652900626),
(55501, '3298', '71.00', '6', '5.001', '10', '30000000', '31999999', '50000000', '54999999', NULL, 1652900626),
(55502, '3220', '214.00', '2', '5.001', '10', '30000000', '31999999', '50000000', '54999999', NULL, 1652900627),
(55503, '3298', '116.00', '6', '10.001', '15', '30000000', '31999999', '50000000', '54999999', NULL, 1652900627),
(55504, '3220', '346.00', '2', '10.001', '15', '30000000', '31999999', '50000000', '54999999', NULL, 1652900627),
(55505, '3298', '160.00', '6', '15.001', '20', '30000000', '31999999', '50000000', '54999999', NULL, 1652900628),
(55506, '3220', '479.00', '2', '15.001', '20', '30000000', '31999999', '50000000', '54999999', NULL, 1652900628),
(55507, '3298', '205.00', '6', '20.001', '25', '30000000', '31999999', '50000000', '54999999', NULL, 1652900629),
(55508, '3220', '612.00', '2', '20.001', '25', '30000000', '31999999', '50000000', '54999999', NULL, 1652900629),
(55509, '3298', '249.00', '6', '25.001', '30', '30000000', '31999999', '50000000', '54999999', NULL, 1652900629),
(55510, '3220', '744.00', '2', '25.001', '30', '30000000', '31999999', '50000000', '54999999', NULL, 1652900630),
(55511, '3298', '90.00', '10', '0.3', '5', '30000000', '31999999', '55000000', '56999999', NULL, 1652900630),
(55512, '3220', '183.00', '7', '0.3', '5', '30000000', '31999999', '55000000', '56999999', NULL, 1652900630),
(55513, '3298', '133.00', '10', '5.001', '10', '30000000', '31999999', '55000000', '56999999', NULL, 1652900631),
(55514, '3220', '266.00', '7', '5.001', '10', '30000000', '31999999', '55000000', '56999999', NULL, 1652900632),
(55515, '3298', '215.00', '10', '10.001', '15', '30000000', '31999999', '55000000', '56999999', NULL, 1652900632),
(55516, '3220', '430.00', '7', '10.001', '15', '30000000', '31999999', '55000000', '56999999', NULL, 1652900633),
(55517, '3298', '298.00', '10', '15.001', '20', '30000000', '31999999', '55000000', '56999999', NULL, 1652900633),
(55518, '3220', '595.00', '7', '15.001', '20', '30000000', '31999999', '55000000', '56999999', NULL, 1652900634),
(55519, '3298', '380.00', '10', '20.001', '25', '30000000', '31999999', '55000000', '56999999', NULL, 1652900634),
(55520, '3220', '760.00', '7', '20.001', '25', '30000000', '31999999', '55000000', '56999999', NULL, 1652900634),
(55521, '3298', '463.00', '10', '25.001', '30', '30000000', '31999999', '55000000', '56999999', NULL, 1652900635),
(55522, '3220', '925.00', '7', '25.001', '30', '30000000', '31999999', '55000000', '56999999', NULL, 1652900635),
(55523, '3298', '45.00', '7', '0.3', '5', '30000000', '31999999', '57000000', '57099999', NULL, 1652900635),
(55524, '3220', '137.00', '3', '0.3', '5', '30000000', '31999999', '57000000', '57099999', NULL, 1652900635),
(55525, '3298', '71.00', '7', '5.001', '10', '30000000', '31999999', '57000000', '57099999', NULL, 1652900636),
(55526, '3220', '214.00', '3', '5.001', '10', '30000000', '31999999', '57000000', '57099999', NULL, 1652900636),
(55527, '3298', '116.00', '7', '10.001', '15', '30000000', '31999999', '57000000', '57099999', NULL, 1652900637),
(55528, '3220', '346.00', '3', '10.001', '15', '30000000', '31999999', '57000000', '57099999', NULL, 1652900637),
(55529, '3298', '160.00', '7', '15.001', '20', '30000000', '31999999', '57000000', '57099999', NULL, 1652900637),
(55530, '3220', '479.00', '3', '15.001', '20', '30000000', '31999999', '57000000', '57099999', NULL, 1652900638),
(55531, '3298', '205.00', '7', '20.001', '25', '30000000', '31999999', '57000000', '57099999', NULL, 1652900638),
(55532, '3220', '612.00', '3', '20.001', '25', '30000000', '31999999', '57000000', '57099999', NULL, 1652900638),
(55533, '3298', '249.00', '7', '25.001', '30', '30000000', '31999999', '57000000', '57099999', NULL, 1652900639),
(55534, '3220', '744.00', '3', '25.001', '30', '30000000', '31999999', '57000000', '57099999', NULL, 1652900639),
(55535, '3298', '45.00', '8', '0.3', '5', '30000000', '31999999', '57100000', '57999999', NULL, 1652900640),
(55536, '3220', '137.00', '5', '0.3', '5', '30000000', '31999999', '57100000', '57999999', NULL, 1652900640),
(55537, '3298', '71.00', '8', '5.001', '10', '30000000', '31999999', '57100000', '57999999', NULL, 1652900641),
(55538, '3220', '214.00', '5', '5.001', '10', '30000000', '31999999', '57100000', '57999999', NULL, 1652900641),
(55539, '3298', '116.00', '8', '10.001', '15', '30000000', '31999999', '57100000', '57999999', NULL, 1652900642),
(55540, '3220', '346.00', '5', '10.001', '15', '30000000', '31999999', '57100000', '57999999', NULL, 1652900642),
(55541, '3298', '160.00', '8', '15.001', '20', '30000000', '31999999', '57100000', '57999999', NULL, 1652900642),
(55542, '3220', '479.00', '5', '15.001', '20', '30000000', '31999999', '57100000', '57999999', NULL, 1652900643),
(55543, '3298', '205.00', '8', '20.001', '25', '30000000', '31999999', '57100000', '57999999', NULL, 1652900643),
(55544, '3220', '612.00', '5', '20.001', '25', '30000000', '31999999', '57100000', '57999999', NULL, 1652900644),
(55545, '3298', '249.00', '8', '25.001', '30', '30000000', '31999999', '57100000', '57999999', NULL, 1652900644),
(55546, '3220', '744.00', '5', '25.001', '30', '30000000', '31999999', '57100000', '57999999', NULL, 1652900644),
(55547, '3298', '45.00', '8', '0.3', '5', '30000000', '31999999', '58000000', '58099999', NULL, 1652900645),
(55548, '3220', '137.00', '4', '0.3', '5', '30000000', '31999999', '58000000', '58099999', NULL, 1652900645),
(55549, '3298', '71.00', '8', '5.001', '10', '30000000', '31999999', '58000000', '58099999', NULL, 1652900646),
(55550, '3220', '214.00', '4', '5.001', '10', '30000000', '31999999', '58000000', '58099999', NULL, 1652900647),
(55551, '3298', '116.00', '8', '10.001', '15', '30000000', '31999999', '58000000', '58099999', NULL, 1652900647),
(55552, '3220', '346.00', '4', '10.001', '15', '30000000', '31999999', '58000000', '58099999', NULL, 1652900647),
(55553, '3298', '160.00', '8', '15.001', '20', '30000000', '31999999', '58000000', '58099999', NULL, 1652900648),
(55554, '3220', '479.00', '4', '15.001', '20', '30000000', '31999999', '58000000', '58099999', NULL, 1652900648),
(55555, '3298', '205.00', '8', '20.001', '25', '30000000', '31999999', '58000000', '58099999', NULL, 1652900649),
(55556, '3220', '612.00', '4', '20.001', '25', '30000000', '31999999', '58000000', '58099999', NULL, 1652900649),
(55557, '3298', '249.00', '8', '25.001', '30', '30000000', '31999999', '58000000', '58099999', NULL, 1652900649),
(55558, '3220', '744.00', '4', '25.001', '30', '30000000', '31999999', '58000000', '58099999', NULL, 1652900650),
(55559, '3298', '90.00', '11', '0.3', '5', '30000000', '31999999', '58100000', '58999999', NULL, 1652900651),
(55560, '3220', '183.00', '9', '0.3', '5', '30000000', '31999999', '58100000', '58999999', NULL, 1652900651),
(55561, '3298', '133.00', '11', '5.001', '10', '30000000', '31999999', '58100000', '58999999', NULL, 1652900651),
(55562, '3220', '266.00', '9', '5.001', '10', '30000000', '31999999', '58100000', '58999999', NULL, 1652900652),
(55563, '3298', '215.00', '11', '10.001', '15', '30000000', '31999999', '58100000', '58999999', NULL, 1652900652),
(55564, '3220', '430.00', '9', '10.001', '15', '30000000', '31999999', '58100000', '58999999', NULL, 1652900653),
(55565, '3298', '298.00', '11', '15.001', '20', '30000000', '31999999', '58100000', '58999999', NULL, 1652900653),
(55566, '3220', '595.00', '9', '15.001', '20', '30000000', '31999999', '58100000', '58999999', NULL, 1652900653),
(55567, '3298', '380.00', '11', '20.001', '25', '30000000', '31999999', '58100000', '58999999', NULL, 1652900654),
(55568, '3220', '760.00', '9', '20.001', '25', '30000000', '31999999', '58100000', '58999999', NULL, 1652900654),
(55569, '3298', '463.00', '11', '25.001', '30', '30000000', '31999999', '58100000', '58999999', NULL, 1652900655),
(55570, '3220', '925.00', '9', '25.001', '30', '30000000', '31999999', '58100000', '58999999', NULL, 1652900655),
(55571, '3298', '45.00', '8', '0.3', '5', '30000000', '31999999', '59000000', '59099999', NULL, 1652900655),
(55572, '3220', '137.00', '4', '0.3', '5', '30000000', '31999999', '59000000', '59099999', NULL, 1652900656),
(55573, '3298', '71.00', '8', '5.001', '10', '30000000', '31999999', '59000000', '59099999', NULL, 1652900656),
(55574, '3220', '214.00', '4', '5.001', '10', '30000000', '31999999', '59000000', '59099999', NULL, 1652900657),
(55575, '3298', '116.00', '8', '10.001', '15', '30000000', '31999999', '59000000', '59099999', NULL, 1652900657),
(55576, '3220', '346.00', '4', '10.001', '15', '30000000', '31999999', '59000000', '59099999', NULL, 1652900657),
(55577, '3298', '160.00', '8', '15.001', '20', '30000000', '31999999', '59000000', '59099999', NULL, 1652900658),
(55578, '3220', '479.00', '4', '15.001', '20', '30000000', '31999999', '59000000', '59099999', NULL, 1652900658),
(55579, '3298', '205.00', '8', '20.001', '25', '30000000', '31999999', '59000000', '59099999', NULL, 1652900659),
(55580, '3220', '612.00', '4', '20.001', '25', '30000000', '31999999', '59000000', '59099999', NULL, 1652900659),
(55581, '3298', '249.00', '8', '25.001', '30', '30000000', '31999999', '59000000', '59099999', NULL, 1652900659),
(55582, '3220', '744.00', '4', '25.001', '30', '30000000', '31999999', '59000000', '59099999', NULL, 1652900660),
(55583, '3298', '45.00', '8', '0.3', '5', '30000000', '31999999', '59100000', '59999999', NULL, 1652900660),
(55584, '3220', '137.00', '4', '0.3', '5', '30000000', '31999999', '59100000', '59999999', NULL, 1652900661),
(55585, '3298', '71.00', '8', '5.001', '10', '30000000', '31999999', '59100000', '59999999', NULL, 1652900661),
(55586, '3220', '214.00', '4', '5.001', '10', '30000000', '31999999', '59100000', '59999999', NULL, 1652900661),
(55587, '3298', '116.00', '8', '10.001', '15', '30000000', '31999999', '59100000', '59999999', NULL, 1652900662),
(55588, '3220', '346.00', '4', '10.001', '15', '30000000', '31999999', '59100000', '59999999', NULL, 1652900662),
(55589, '3298', '160.00', '8', '15.001', '20', '30000000', '31999999', '59100000', '59999999', NULL, 1652900662),
(55590, '3220', '479.00', '4', '15.001', '20', '30000000', '31999999', '59100000', '59999999', NULL, 1652900662),
(55591, '3298', '205.00', '8', '20.001', '25', '30000000', '31999999', '59100000', '59999999', NULL, 1652900663),
(55592, '3220', '612.00', '4', '20.001', '25', '30000000', '31999999', '59100000', '59999999', NULL, 1652900663),
(55593, '3298', '249.00', '8', '25.001', '30', '30000000', '31999999', '59100000', '59999999', NULL, 1652900664),
(55594, '3220', '744.00', '4', '25.001', '30', '30000000', '31999999', '59100000', '59999999', NULL, 1652900664),
(55595, '3298', '45.00', '7', '0.3', '5', '30000000', '31999999', '60000000', '60999999', NULL, 1652900664),
(55596, '3220', '137.00', '2', '0.3', '5', '30000000', '31999999', '60000000', '60999999', NULL, 1652900665),
(55597, '3298', '71.00', '7', '5.001', '10', '30000000', '31999999', '60000000', '60999999', NULL, 1652900665),
(55598, '3220', '214.00', '2', '5.001', '10', '30000000', '31999999', '60000000', '60999999', NULL, 1652900665),
(55599, '3298', '116.00', '7', '10.001', '15', '30000000', '31999999', '60000000', '60999999', NULL, 1652900666),
(55600, '3220', '346.00', '2', '10.001', '15', '30000000', '31999999', '60000000', '60999999', NULL, 1652900666),
(55601, '3298', '160.00', '7', '15.001', '20', '30000000', '31999999', '60000000', '60999999', NULL, 1652900667),
(55602, '3220', '479.00', '2', '15.001', '20', '30000000', '31999999', '60000000', '60999999', NULL, 1652900667),
(55603, '3298', '205.00', '7', '20.001', '25', '30000000', '31999999', '60000000', '60999999', NULL, 1652900667),
(55604, '3220', '612.00', '2', '20.001', '25', '30000000', '31999999', '60000000', '60999999', NULL, 1652900668),
(55605, '3298', '249.00', '7', '25.001', '30', '30000000', '31999999', '60000000', '60999999', NULL, 1652900668),
(55606, '3220', '744.00', '2', '25.001', '30', '30000000', '31999999', '60000000', '60999999', NULL, 1652900669),
(55607, '3298', '45.00', '7', '0.3', '5', '30000000', '31999999', '60000000', '61900999', NULL, 1652900669),
(55608, '3220', '137.00', '2', '0.3', '5', '30000000', '31999999', '60000000', '61900999', NULL, 1652900669),
(55609, '3298', '71.00', '7', '5.001', '10', '30000000', '31999999', '60000000', '61900999', NULL, 1652900670),
(55610, '3220', '214.00', '2', '5.001', '10', '30000000', '31999999', '60000000', '61900999', NULL, 1652900670),
(55611, '3298', '116.00', '7', '10.001', '15', '30000000', '31999999', '60000000', '61900999', NULL, 1652900670),
(55612, '3220', '346.00', '2', '10.001', '15', '30000000', '31999999', '60000000', '61900999', NULL, 1652900671),
(55613, '3298', '160.00', '7', '15.001', '20', '30000000', '31999999', '60000000', '61900999', NULL, 1652900671),
(55614, '3220', '479.00', '2', '15.001', '20', '30000000', '31999999', '60000000', '61900999', NULL, 1652900672),
(55615, '3298', '205.00', '7', '20.001', '25', '30000000', '31999999', '60000000', '61900999', NULL, 1652900672),
(55616, '3220', '612.00', '2', '20.001', '25', '30000000', '31999999', '60000000', '61900999', NULL, 1652900673),
(55617, '3298', '249.00', '7', '25.001', '30', '30000000', '31999999', '60000000', '61900999', NULL, 1652900673),
(55618, '3220', '744.00', '2', '25.001', '30', '30000000', '31999999', '60000000', '61900999', NULL, 1652900674),
(55619, '3298', '90.00', '11', '0.3', '5', '30000000', '31999999', '61901000', '63999999', NULL, 1652900674),
(55620, '3220', '183.00', '7', '0.3', '5', '30000000', '31999999', '61901000', '63999999', NULL, 1652900675),
(55621, '3298', '133.00', '11', '5.001', '10', '30000000', '31999999', '61901000', '63999999', NULL, 1652900675),
(55622, '3220', '266.00', '7', '5.001', '10', '30000000', '31999999', '61901000', '63999999', NULL, 1652900676),
(55623, '3298', '215.00', '11', '10.001', '15', '30000000', '31999999', '61901000', '63999999', NULL, 1652900677),
(55624, '3220', '430.00', '7', '10.001', '15', '30000000', '31999999', '61901000', '63999999', NULL, 1652900677),
(55625, '3298', '298.00', '11', '15.001', '20', '30000000', '31999999', '61901000', '63999999', NULL, 1652900678),
(55626, '3220', '595.00', '7', '15.001', '20', '30000000', '31999999', '61901000', '63999999', NULL, 1652900678),
(55627, '3298', '380.00', '11', '20.001', '25', '30000000', '31999999', '61901000', '63999999', NULL, 1652900679),
(55628, '3220', '760.00', '7', '20.001', '25', '30000000', '31999999', '61901000', '63999999', NULL, 1652900679),
(55629, '3298', '463.00', '11', '25.001', '30', '30000000', '31999999', '61901000', '63999999', NULL, 1652900680),
(55630, '3220', '925.00', '7', '25.001', '30', '30000000', '31999999', '61901000', '63999999', NULL, 1652900680),
(55631, '3298', '45.00', '9', '0.3', '5', '30000000', '31999999', '64000000', '64099999', NULL, 1652900680),
(55632, '3220', '137.00', '5', '0.3', '5', '30000000', '31999999', '64000000', '64099999', NULL, 1652900681),
(55633, '3298', '71.00', '9', '5.001', '10', '30000000', '31999999', '64000000', '64099999', NULL, 1652900681),
(55634, '3220', '214.00', '5', '5.001', '10', '30000000', '31999999', '64000000', '64099999', NULL, 1652900682),
(55635, '3298', '116.00', '9', '10.001', '15', '30000000', '31999999', '64000000', '64099999', NULL, 1652900682),
(55636, '3220', '346.00', '5', '10.001', '15', '30000000', '31999999', '64000000', '64099999', NULL, 1652900682),
(55637, '3298', '160.00', '9', '15.001', '20', '30000000', '31999999', '64000000', '64099999', NULL, 1652900683),
(55638, '3220', '479.00', '5', '15.001', '20', '30000000', '31999999', '64000000', '64099999', NULL, 1652900683),
(55639, '3298', '205.00', '9', '20.001', '25', '30000000', '31999999', '64000000', '64099999', NULL, 1652900684),
(55640, '3220', '612.00', '5', '20.001', '25', '30000000', '31999999', '64000000', '64099999', NULL, 1652900684),
(55641, '3298', '249.00', '9', '25.001', '30', '30000000', '31999999', '64000000', '64099999', NULL, 1652900685),
(55642, '3220', '744.00', '5', '25.001', '30', '30000000', '31999999', '64000000', '64099999', NULL, 1652900685),
(55643, '3298', '90.00', '11', '0.3', '5', '30000000', '31999999', '64100000', '64999999', NULL, 1652900686),
(55644, '3220', '183.00', '8', '0.3', '5', '30000000', '31999999', '64100000', '64999999', NULL, 1652900686),
(55645, '3298', '133.00', '11', '5.001', '10', '30000000', '31999999', '64100000', '64999999', NULL, 1652900687),
(55646, '3220', '266.00', '8', '5.001', '10', '30000000', '31999999', '64100000', '64999999', NULL, 1652900687),
(55647, '3298', '215.00', '11', '10.001', '15', '30000000', '31999999', '64100000', '64999999', NULL, 1652900688),
(55648, '3220', '430.00', '8', '10.001', '15', '30000000', '31999999', '64100000', '64999999', NULL, 1652900688),
(55649, '3298', '298.00', '11', '15.001', '20', '30000000', '31999999', '64100000', '64999999', NULL, 1652900688),
(55650, '3220', '595.00', '8', '15.001', '20', '30000000', '31999999', '64100000', '64999999', NULL, 1652900689),
(55651, '3298', '380.00', '11', '20.001', '25', '30000000', '31999999', '64100000', '64999999', NULL, 1652900689),
(55652, '3220', '760.00', '8', '20.001', '25', '30000000', '31999999', '64100000', '64999999', NULL, 1652900690),
(55653, '3298', '463.00', '11', '25.001', '30', '30000000', '31999999', '64100000', '64999999', NULL, 1652900690),
(55654, '3220', '925.00', '8', '25.001', '30', '30000000', '31999999', '64100000', '64999999', NULL, 1652900690),
(55655, '3298', '45.00', '10', '0.3', '5', '30000000', '31999999', '65000000', '65099999', NULL, 1652900691),
(55656, '3220', '137.00', '6', '0.3', '5', '30000000', '31999999', '65000000', '65099999', NULL, 1652900691),
(55657, '3298', '71.00', '10', '5.001', '10', '30000000', '31999999', '65000000', '65099999', NULL, 1652900692),
(55658, '3220', '214.00', '6', '5.001', '10', '30000000', '31999999', '65000000', '65099999', NULL, 1652900692);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(55659, '3298', '116.00', '10', '10.001', '15', '30000000', '31999999', '65000000', '65099999', NULL, 1652900693),
(55660, '3220', '346.00', '6', '10.001', '15', '30000000', '31999999', '65000000', '65099999', NULL, 1652900693),
(55661, '3298', '160.00', '10', '15.001', '20', '30000000', '31999999', '65000000', '65099999', NULL, 1652900694),
(55662, '3220', '479.00', '6', '15.001', '20', '30000000', '31999999', '65000000', '65099999', NULL, 1652900694),
(55663, '3298', '205.00', '10', '20.001', '25', '30000000', '31999999', '65000000', '65099999', NULL, 1652900695),
(55664, '3220', '612.00', '6', '20.001', '25', '30000000', '31999999', '65000000', '65099999', NULL, 1652900695),
(55665, '3298', '249.00', '10', '25.001', '30', '30000000', '31999999', '65000000', '65099999', NULL, 1652900696),
(55666, '3220', '744.00', '6', '25.001', '30', '30000000', '31999999', '65000000', '65099999', NULL, 1652900697),
(55667, '3298', '90.00', '13', '0.3', '5', '30000000', '31999999', '65100000', '65999999', NULL, 1652900697),
(55668, '3220', '183.00', '10', '0.3', '5', '30000000', '31999999', '65100000', '65999999', NULL, 1652900697),
(55669, '3298', '133.00', '13', '5.001', '10', '30000000', '31999999', '65100000', '65999999', NULL, 1652900698),
(55670, '3220', '266.00', '10', '5.001', '10', '30000000', '31999999', '65100000', '65999999', NULL, 1652900698),
(55671, '3298', '215.00', '13', '10.001', '15', '30000000', '31999999', '65100000', '65999999', NULL, 1652900699),
(55672, '3220', '430.00', '10', '10.001', '15', '30000000', '31999999', '65100000', '65999999', NULL, 1652900700),
(55673, '3298', '298.00', '13', '15.001', '20', '30000000', '31999999', '65100000', '65999999', NULL, 1652900700),
(55674, '3220', '595.00', '10', '15.001', '20', '30000000', '31999999', '65100000', '65999999', NULL, 1652900701),
(55675, '3298', '380.00', '13', '20.001', '25', '30000000', '31999999', '65100000', '65999999', NULL, 1652900702),
(55676, '3220', '760.00', '10', '20.001', '25', '30000000', '31999999', '65100000', '65999999', NULL, 1652900702),
(55677, '3298', '463.00', '13', '25.001', '30', '30000000', '31999999', '65100000', '65999999', NULL, 1652900703),
(55678, '3220', '925.00', '10', '25.001', '30', '30000000', '31999999', '65100000', '65999999', NULL, 1652900704),
(55679, '3298', '45.00', '9', '0.3', '5', '30000000', '31999999', '66000000', '66999999', NULL, 1652900706),
(55680, '3220', '137.00', '5', '0.3', '5', '30000000', '31999999', '66000000', '66999999', NULL, 1652900706),
(55681, '3298', '71.00', '9', '5.001', '10', '30000000', '31999999', '66000000', '66999999', NULL, 1652900708),
(55682, '3220', '214.00', '5', '5.001', '10', '30000000', '31999999', '66000000', '66999999', NULL, 1652900709),
(55683, '3298', '116.00', '9', '10.001', '15', '30000000', '31999999', '66000000', '66999999', NULL, 1652900709),
(55684, '3220', '346.00', '5', '10.001', '15', '30000000', '31999999', '66000000', '66999999', NULL, 1652900710),
(55685, '3298', '160.00', '9', '15.001', '20', '30000000', '31999999', '66000000', '66999999', NULL, 1652900710),
(55686, '3220', '479.00', '5', '15.001', '20', '30000000', '31999999', '66000000', '66999999', NULL, 1652900711),
(55687, '3298', '205.00', '9', '20.001', '25', '30000000', '31999999', '66000000', '66999999', NULL, 1652900711),
(55688, '3220', '612.00', '5', '20.001', '25', '30000000', '31999999', '66000000', '66999999', NULL, 1652900712),
(55689, '3298', '249.00', '9', '25.001', '30', '30000000', '31999999', '66000000', '66999999', NULL, 1652900712),
(55690, '3220', '744.00', '5', '25.001', '30', '30000000', '31999999', '66000000', '66999999', NULL, 1652900713),
(55691, '3298', '45.00', '9', '0.3', '5', '30000000', '31999999', '66000000', '67999999', NULL, 1652900713),
(55692, '3220', '137.00', '5', '0.3', '5', '30000000', '31999999', '66000000', '67999999', NULL, 1652900714),
(55693, '3298', '71.00', '9', '5.001', '10', '30000000', '31999999', '66000000', '67999999', NULL, 1652900714),
(55694, '3220', '214.00', '5', '5.001', '10', '30000000', '31999999', '66000000', '67999999', NULL, 1652900715),
(55695, '3298', '116.00', '9', '10.001', '15', '30000000', '31999999', '66000000', '67999999', NULL, 1652900716),
(55696, '3220', '346.00', '5', '10.001', '15', '30000000', '31999999', '66000000', '67999999', NULL, 1652900716),
(55697, '3298', '160.00', '9', '15.001', '20', '30000000', '31999999', '66000000', '67999999', NULL, 1652900717),
(55698, '3220', '479.00', '5', '15.001', '20', '30000000', '31999999', '66000000', '67999999', NULL, 1652900717),
(55699, '3298', '205.00', '9', '20.001', '25', '30000000', '31999999', '66000000', '67999999', NULL, 1652900718),
(55700, '3220', '612.00', '5', '20.001', '25', '30000000', '31999999', '66000000', '67999999', NULL, 1652900718),
(55701, '3298', '249.00', '9', '25.001', '30', '30000000', '31999999', '66000000', '67999999', NULL, 1652900719),
(55702, '3220', '744.00', '5', '25.001', '30', '30000000', '31999999', '66000000', '67999999', NULL, 1652900719),
(55703, '3298', '90.00', '11', '0.3', '5', '30000000', '31999999', '68000000', '68899999', NULL, 1652900720),
(55704, '3220', '183.00', '9', '0.3', '5', '30000000', '31999999', '68000000', '68899999', NULL, 1652900720),
(55705, '3298', '133.00', '11', '5.001', '10', '30000000', '31999999', '68000000', '68899999', NULL, 1652900721),
(55706, '3220', '266.00', '9', '5.001', '10', '30000000', '31999999', '68000000', '68899999', NULL, 1652900721),
(55707, '3298', '215.00', '11', '10.001', '15', '30000000', '31999999', '68000000', '68899999', NULL, 1652900722),
(55708, '3220', '430.00', '9', '10.001', '15', '30000000', '31999999', '68000000', '68899999', NULL, 1652900722),
(55709, '3298', '298.00', '11', '15.001', '20', '30000000', '31999999', '68000000', '68899999', NULL, 1652900722),
(55710, '3220', '595.00', '9', '15.001', '20', '30000000', '31999999', '68000000', '68899999', NULL, 1652900723),
(55711, '3298', '380.00', '11', '20.001', '25', '30000000', '31999999', '68000000', '68899999', NULL, 1652900723),
(55712, '3220', '760.00', '9', '20.001', '25', '30000000', '31999999', '68000000', '68899999', NULL, 1652900724),
(55713, '3298', '463.00', '11', '25.001', '30', '30000000', '31999999', '68000000', '68899999', NULL, 1652900724),
(55714, '3220', '925.00', '9', '25.001', '30', '30000000', '31999999', '68000000', '68899999', NULL, 1652900725),
(55715, '3298', '45.00', '20', '0.3', '5', '30000000', '31999999', '68900000', '68914999', NULL, 1652900725),
(55716, '3220', '137.00', '12', '0.3', '5', '30000000', '31999999', '68900000', '68914999', NULL, 1652900725),
(55717, '3298', '71.00', '20', '5.001', '10', '30000000', '31999999', '68900000', '68914999', NULL, 1652900726),
(55718, '3220', '214.00', '12', '5.001', '10', '30000000', '31999999', '68900000', '68914999', NULL, 1652900726),
(55719, '3298', '116.00', '20', '10.001', '15', '30000000', '31999999', '68900000', '68914999', NULL, 1652900726),
(55720, '3220', '346.00', '12', '10.001', '15', '30000000', '31999999', '68900000', '68914999', NULL, 1652900727),
(55721, '3298', '160.00', '20', '15.001', '20', '30000000', '31999999', '68900000', '68914999', NULL, 1652900728),
(55722, '3220', '479.00', '12', '15.001', '20', '30000000', '31999999', '68900000', '68914999', NULL, 1652900728),
(55723, '3298', '205.00', '20', '20.001', '25', '30000000', '31999999', '68900000', '68914999', NULL, 1652900729),
(55724, '3220', '612.00', '12', '20.001', '25', '30000000', '31999999', '68900000', '68914999', NULL, 1652900729),
(55725, '3298', '249.00', '20', '25.001', '30', '30000000', '31999999', '68900000', '68914999', NULL, 1652900730),
(55726, '3220', '744.00', '12', '25.001', '30', '30000000', '31999999', '68900000', '68914999', NULL, 1652900730),
(55727, '3298', '90.00', '21', '0.3', '5', '30000000', '31999999', '68915000', '68999999', NULL, 1652900730),
(55728, '3220', '183.00', '14', '0.3', '5', '30000000', '31999999', '68915000', '68999999', NULL, 1652900731),
(55729, '3298', '133.00', '21', '5.001', '10', '30000000', '31999999', '68915000', '68999999', NULL, 1652900731),
(55730, '3220', '266.00', '14', '5.001', '10', '30000000', '31999999', '68915000', '68999999', NULL, 1652900732),
(55731, '3298', '215.00', '21', '10.001', '15', '30000000', '31999999', '68915000', '68999999', NULL, 1652900732),
(55732, '3220', '430.00', '14', '10.001', '15', '30000000', '31999999', '68915000', '68999999', NULL, 1652900733),
(55733, '3298', '298.00', '21', '15.001', '20', '30000000', '31999999', '68915000', '68999999', NULL, 1652900733),
(55734, '3220', '595.00', '14', '15.001', '20', '30000000', '31999999', '68915000', '68999999', NULL, 1652900733),
(55735, '3298', '380.00', '21', '20.001', '25', '30000000', '31999999', '68915000', '68999999', NULL, 1652900734),
(55736, '3220', '760.00', '14', '20.001', '25', '30000000', '31999999', '68915000', '68999999', NULL, 1652900734),
(55737, '3298', '463.00', '21', '25.001', '30', '30000000', '31999999', '68915000', '68999999', NULL, 1652900735),
(55738, '3220', '925.00', '14', '25.001', '30', '30000000', '31999999', '68915000', '68999999', NULL, 1652900735),
(55739, '3298', '45.00', '21', '0.3', '5', '30000000', '31999999', '69000000', '69099999', NULL, 1652900735),
(55740, '3220', '137.00', '3', '0.3', '5', '30000000', '31999999', '69000000', '69099999', NULL, 1652900736),
(55741, '3298', '71.00', '21', '5.001', '10', '30000000', '31999999', '69000000', '69099999', NULL, 1652900736),
(55742, '3220', '214.00', '3', '5.001', '10', '30000000', '31999999', '69000000', '69099999', NULL, 1652900737),
(55743, '3298', '116.00', '21', '10.001', '15', '30000000', '31999999', '69000000', '69099999', NULL, 1652900737),
(55744, '3220', '346.00', '3', '10.001', '15', '30000000', '31999999', '69000000', '69099999', NULL, 1652900738),
(55745, '3298', '160.00', '21', '15.001', '20', '30000000', '31999999', '69000000', '69099999', NULL, 1652900738),
(55746, '3220', '479.00', '3', '15.001', '20', '30000000', '31999999', '69000000', '69099999', NULL, 1652900739),
(55747, '3298', '205.00', '21', '20.001', '25', '30000000', '31999999', '69000000', '69099999', NULL, 1652900739),
(55748, '3220', '612.00', '3', '20.001', '25', '30000000', '31999999', '69000000', '69099999', NULL, 1652900740),
(55749, '3298', '249.00', '21', '25.001', '30', '30000000', '31999999', '69000000', '69099999', NULL, 1652900740),
(55750, '3220', '744.00', '3', '25.001', '30', '30000000', '31999999', '69000000', '69099999', NULL, 1652900740),
(55751, '3298', '90.00', '28', '0.3', '5', '30000000', '31999999', '69100000', '69299999', NULL, 1652900741),
(55752, '3220', '183.00', '6', '0.3', '5', '30000000', '31999999', '69100000', '69299999', NULL, 1652900742),
(55753, '3298', '133.00', '28', '5.001', '10', '30000000', '31999999', '69100000', '69299999', NULL, 1652900742),
(55754, '3220', '266.00', '6', '5.001', '10', '30000000', '31999999', '69100000', '69299999', NULL, 1652900743),
(55755, '3298', '215.00', '28', '10.001', '15', '30000000', '31999999', '69100000', '69299999', NULL, 1652900743),
(55756, '3220', '430.00', '6', '10.001', '15', '30000000', '31999999', '69100000', '69299999', NULL, 1652900743),
(55757, '3298', '298.00', '28', '15.001', '20', '30000000', '31999999', '69100000', '69299999', NULL, 1652900744),
(55758, '3220', '595.00', '6', '15.001', '20', '30000000', '31999999', '69100000', '69299999', NULL, 1652900744),
(55759, '3298', '380.00', '28', '20.001', '25', '30000000', '31999999', '69100000', '69299999', NULL, 1652900745),
(55760, '3220', '760.00', '6', '20.001', '25', '30000000', '31999999', '69100000', '69299999', NULL, 1652900745),
(55761, '3298', '463.00', '28', '25.001', '30', '30000000', '31999999', '69100000', '69299999', NULL, 1652900746),
(55762, '3220', '925.00', '6', '25.001', '30', '30000000', '31999999', '69100000', '69299999', NULL, 1652900746),
(55763, '3298', '45.00', '21', '0.3', '5', '30000000', '31999999', '69300000', '69339999', NULL, 1652900746),
(55764, '3220', '137.00', '3', '0.3', '5', '30000000', '31999999', '69300000', '69339999', NULL, 1652900747),
(55765, '3298', '71.00', '21', '5.001', '10', '30000000', '31999999', '69300000', '69339999', NULL, 1652900747),
(55766, '3220', '214.00', '3', '5.001', '10', '30000000', '31999999', '69300000', '69339999', NULL, 1652900748),
(55767, '3298', '116.00', '21', '10.001', '15', '30000000', '31999999', '69300000', '69339999', NULL, 1652900748),
(55768, '3220', '346.00', '3', '10.001', '15', '30000000', '31999999', '69300000', '69339999', NULL, 1652900749),
(55769, '3298', '160.00', '21', '15.001', '20', '30000000', '31999999', '69300000', '69339999', NULL, 1652900749),
(55770, '3220', '479.00', '3', '15.001', '20', '30000000', '31999999', '69300000', '69339999', NULL, 1652900749),
(55771, '3298', '205.00', '21', '20.001', '25', '30000000', '31999999', '69300000', '69339999', NULL, 1652900750),
(55772, '3220', '612.00', '3', '20.001', '25', '30000000', '31999999', '69300000', '69339999', NULL, 1652900750),
(55773, '3298', '249.00', '21', '25.001', '30', '30000000', '31999999', '69300000', '69339999', NULL, 1652900750),
(55774, '3220', '744.00', '3', '25.001', '30', '30000000', '31999999', '69300000', '69339999', NULL, 1652900751),
(55775, '3298', '90.00', '28', '0.3', '5', '30000000', '31999999', '69340000', '69389999', NULL, 1652900751),
(55776, '3220', '183.00', '9', '0.3', '5', '30000000', '31999999', '69340000', '69389999', NULL, 1652900752),
(55777, '3298', '133.00', '28', '5.001', '10', '30000000', '31999999', '69340000', '69389999', NULL, 1652900752),
(55778, '3220', '266.00', '9', '5.001', '10', '30000000', '31999999', '69340000', '69389999', NULL, 1652900752),
(55779, '3298', '215.00', '28', '10.001', '15', '30000000', '31999999', '69340000', '69389999', NULL, 1652900753),
(55780, '3220', '430.00', '9', '10.001', '15', '30000000', '31999999', '69340000', '69389999', NULL, 1652900754),
(55781, '3298', '298.00', '28', '15.001', '20', '30000000', '31999999', '69340000', '69389999', NULL, 1652900754),
(55782, '3220', '595.00', '9', '15.001', '20', '30000000', '31999999', '69340000', '69389999', NULL, 1652900755),
(55783, '3298', '380.00', '28', '20.001', '25', '30000000', '31999999', '69340000', '69389999', NULL, 1652900755),
(55784, '3220', '760.00', '9', '20.001', '25', '30000000', '31999999', '69340000', '69389999', NULL, 1652900755),
(55785, '3298', '463.00', '28', '25.001', '30', '30000000', '31999999', '69340000', '69389999', NULL, 1652900756),
(55786, '3220', '925.00', '9', '25.001', '30', '30000000', '31999999', '69340000', '69389999', NULL, 1652900756),
(55787, '3298', '45.00', '10', '0.3', '5', '30000000', '31999999', '69900000', '69920999', NULL, 1652900757),
(55788, '3220', '137.00', '6', '0.3', '5', '30000000', '31999999', '69900000', '69920999', NULL, 1652900757),
(55789, '3298', '71.00', '10', '5.001', '10', '30000000', '31999999', '69900000', '69920999', NULL, 1652900757),
(55790, '3220', '214.00', '6', '5.001', '10', '30000000', '31999999', '69900000', '69920999', NULL, 1652900758),
(55791, '3298', '116.00', '10', '10.001', '15', '30000000', '31999999', '69900000', '69920999', NULL, 1652900758),
(55792, '3220', '346.00', '6', '10.001', '15', '30000000', '31999999', '69900000', '69920999', NULL, 1652900759),
(55793, '3298', '160.00', '10', '15.001', '20', '30000000', '31999999', '69900000', '69920999', NULL, 1652900759),
(55794, '3220', '479.00', '6', '15.001', '20', '30000000', '31999999', '69900000', '69920999', NULL, 1652900759),
(55795, '3298', '205.00', '10', '20.001', '25', '30000000', '31999999', '69900000', '69920999', NULL, 1652900760),
(55796, '3220', '612.00', '6', '20.001', '25', '30000000', '31999999', '69900000', '69920999', NULL, 1652900761),
(55797, '3298', '249.00', '10', '25.001', '30', '30000000', '31999999', '69900000', '69920999', NULL, 1652900761),
(55798, '3220', '744.00', '6', '25.001', '30', '30000000', '31999999', '69900000', '69920999', NULL, 1652900761),
(55799, '3298', '90.00', '14', '0.3', '5', '30000000', '31999999', '69921000', '69999999', NULL, 1652900762),
(55800, '3220', '183.00', '10', '0.3', '5', '30000000', '31999999', '69921000', '69999999', NULL, 1652900762),
(55801, '3298', '133.00', '14', '5.001', '10', '30000000', '31999999', '69921000', '69999999', NULL, 1652900763),
(55802, '3220', '266.00', '10', '5.001', '10', '30000000', '31999999', '69921000', '69999999', NULL, 1652900763),
(55803, '3298', '215.00', '14', '10.001', '15', '30000000', '31999999', '69921000', '69999999', NULL, 1652900764),
(55804, '3220', '430.00', '10', '10.001', '15', '30000000', '31999999', '69921000', '69999999', NULL, 1652900764),
(55805, '3298', '298.00', '14', '15.001', '20', '30000000', '31999999', '69921000', '69999999', NULL, 1652900765),
(55806, '3220', '595.00', '10', '15.001', '20', '30000000', '31999999', '69921000', '69999999', NULL, 1652900765),
(55807, '3298', '380.00', '14', '20.001', '25', '30000000', '31999999', '69921000', '69999999', NULL, 1652900765),
(55808, '3220', '760.00', '10', '20.001', '25', '30000000', '31999999', '69921000', '69999999', NULL, 1652900766),
(55809, '3298', '463.00', '14', '25.001', '30', '30000000', '31999999', '69921000', '69999999', NULL, 1652900766),
(55810, '3220', '925.00', '10', '25.001', '30', '30000000', '31999999', '69921000', '69999999', NULL, 1652900766),
(55811, '3298', '30.00', '5', '0.3', '5', '30000000', '31999999', '71000000', '73699999', NULL, 1652900767),
(55812, '3220', '59.00', '1', '0.3', '5', '30000000', '31999999', '71000000', '73699999', NULL, 1652900768),
(55813, '3298', '44.00', '5', '5.001', '10', '30000000', '31999999', '71000000', '73699999', NULL, 1652900768),
(55814, '3220', '93.00', '1', '5.001', '10', '30000000', '31999999', '71000000', '73699999', NULL, 1652900769),
(55815, '3298', '71.00', '5', '10.001', '15', '30000000', '31999999', '71000000', '73699999', NULL, 1652900770),
(55816, '3220', '150.00', '1', '10.001', '15', '30000000', '31999999', '71000000', '73699999', NULL, 1652900770),
(55817, '3298', '99.00', '5', '15.001', '20', '30000000', '31999999', '71000000', '73699999', NULL, 1652900771),
(55818, '3220', '208.00', '1', '15.001', '20', '30000000', '31999999', '71000000', '73699999', NULL, 1652900771),
(55819, '3298', '126.00', '5', '20.001', '25', '30000000', '31999999', '71000000', '73699999', NULL, 1652900772),
(55820, '3220', '266.00', '1', '20.001', '25', '30000000', '31999999', '71000000', '73699999', NULL, 1652900772),
(55821, '3298', '153.00', '5', '25.001', '30', '30000000', '31999999', '71000000', '73699999', NULL, 1652900772),
(55822, '3220', '324.00', '1', '25.001', '30', '30000000', '31999999', '71000000', '73699999', NULL, 1652900773),
(55823, '3298', '30.00', '7', '0.3', '5', '30000000', '31999999', '72800000', '73999999', NULL, 1652900773),
(55824, '3220', '59.00', '3', '0.3', '5', '30000000', '31999999', '72800000', '73999999', NULL, 1652900774),
(55825, '3298', '44.00', '7', '5.001', '10', '30000000', '31999999', '72800000', '73999999', NULL, 1652900774),
(55826, '3220', '93.00', '3', '5.001', '10', '30000000', '31999999', '72800000', '73999999', NULL, 1652900775),
(55827, '3298', '71.00', '7', '10.001', '15', '30000000', '31999999', '72800000', '73999999', NULL, 1652900775),
(55828, '3220', '150.00', '3', '10.001', '15', '30000000', '31999999', '72800000', '73999999', NULL, 1652900776),
(55829, '3298', '99.00', '7', '15.001', '20', '30000000', '31999999', '72800000', '73999999', NULL, 1652900776),
(55830, '3220', '208.00', '3', '15.001', '20', '30000000', '31999999', '72800000', '73999999', NULL, 1652900777),
(55831, '3298', '126.00', '7', '20.001', '25', '30000000', '31999999', '72800000', '73999999', NULL, 1652900777),
(55832, '3220', '266.00', '3', '20.001', '25', '30000000', '31999999', '72800000', '73999999', NULL, 1652900778),
(55833, '3298', '153.00', '7', '25.001', '30', '30000000', '31999999', '72800000', '73999999', NULL, 1652900779),
(55834, '3220', '324.00', '3', '25.001', '30', '30000000', '31999999', '72800000', '73999999', NULL, 1652900779),
(55835, '3298', '34.00', '6', '0.3', '5', '30000000', '31999999', '74000000', '74894999', NULL, 1652900780),
(55836, '3220', '80.00', '2', '0.3', '5', '30000000', '31999999', '74000000', '74894999', NULL, 1652900780),
(55837, '3298', '50.00', '6', '5.001', '10', '30000000', '31999999', '74000000', '74894999', NULL, 1652900781),
(55838, '3220', '125.00', '2', '5.001', '10', '30000000', '31999999', '74000000', '74894999', NULL, 1652900781),
(55839, '3298', '82.00', '6', '10.001', '15', '30000000', '31999999', '74000000', '74894999', NULL, 1652900782),
(55840, '3220', '203.00', '2', '10.001', '15', '30000000', '31999999', '74000000', '74894999', NULL, 1652900782),
(55841, '3298', '113.00', '6', '15.001', '20', '30000000', '31999999', '74000000', '74894999', NULL, 1652900783),
(55842, '3220', '281.00', '2', '15.001', '20', '30000000', '31999999', '74000000', '74894999', NULL, 1652900783),
(55843, '3298', '145.00', '6', '20.001', '25', '30000000', '31999999', '74000000', '74894999', NULL, 1652900784),
(55844, '3220', '359.00', '2', '20.001', '25', '30000000', '31999999', '74000000', '74894999', NULL, 1652900784),
(55845, '3298', '176.00', '6', '25.001', '30', '30000000', '31999999', '74000000', '74894999', NULL, 1652900785),
(55846, '3220', '437.00', '2', '25.001', '30', '30000000', '31999999', '74000000', '74894999', NULL, 1652900785),
(55847, '3298', '34.00', '6', '0.3', '5', '30000000', '31999999', '74895000', '76799999', NULL, 1652900786),
(55848, '3220', '80.00', '2', '0.3', '5', '30000000', '31999999', '74895000', '76799999', NULL, 1652900786),
(55849, '3298', '50.00', '6', '5.001', '10', '30000000', '31999999', '74895000', '76799999', NULL, 1652900787),
(55850, '3220', '125.00', '2', '5.001', '10', '30000000', '31999999', '74895000', '76799999', NULL, 1652900787),
(55851, '3298', '82.00', '6', '10.001', '15', '30000000', '31999999', '74895000', '76799999', NULL, 1652900788),
(55852, '3220', '203.00', '2', '10.001', '15', '30000000', '31999999', '74895000', '76799999', NULL, 1652900788),
(55853, '3298', '113.00', '6', '15.001', '20', '30000000', '31999999', '74895000', '76799999', NULL, 1652900789),
(55854, '3220', '281.00', '2', '15.001', '20', '30000000', '31999999', '74895000', '76799999', NULL, 1652900789),
(55855, '3298', '145.00', '6', '20.001', '25', '30000000', '31999999', '74895000', '76799999', NULL, 1652900790),
(55856, '3220', '359.00', '2', '20.001', '25', '30000000', '31999999', '74895000', '76799999', NULL, 1652900790),
(55857, '3298', '176.00', '6', '25.001', '30', '30000000', '31999999', '74895000', '76799999', NULL, 1652900791),
(55858, '3220', '437.00', '2', '25.001', '30', '30000000', '31999999', '74895000', '76799999', NULL, 1652900791),
(55859, '3298', '45.00', '7', '0.3', '5', '30000000', '31999999', '77000000', '77270999', NULL, 1652900792),
(55860, '3220', '137.00', '3', '0.3', '5', '30000000', '31999999', '77000000', '77270999', NULL, 1652900792),
(55861, '3298', '71.00', '7', '5.001', '10', '30000000', '31999999', '77000000', '77270999', NULL, 1652900793),
(55862, '3220', '214.00', '3', '5.001', '10', '30000000', '31999999', '77000000', '77270999', NULL, 1652900793),
(55863, '3298', '116.00', '7', '10.001', '15', '30000000', '31999999', '77000000', '77270999', NULL, 1652900794),
(55864, '3220', '346.00', '3', '10.001', '15', '30000000', '31999999', '77000000', '77270999', NULL, 1652900794),
(55865, '3298', '160.00', '7', '15.001', '20', '30000000', '31999999', '77000000', '77270999', NULL, 1652900795),
(55866, '3220', '479.00', '3', '15.001', '20', '30000000', '31999999', '77000000', '77270999', NULL, 1652900796),
(55867, '3298', '205.00', '7', '20.001', '25', '30000000', '31999999', '77000000', '77270999', NULL, 1652900797),
(55868, '3220', '612.00', '3', '20.001', '25', '30000000', '31999999', '77000000', '77270999', NULL, 1652900797),
(55869, '3298', '249.00', '7', '25.001', '30', '30000000', '31999999', '77000000', '77270999', NULL, 1652900797),
(55870, '3220', '744.00', '3', '25.001', '30', '30000000', '31999999', '77000000', '77270999', NULL, 1652900798),
(55871, '3298', '90.00', '8', '0.3', '5', '30000000', '31999999', '77300000', '77995999', NULL, 1652900798),
(55872, '3220', '183.00', '4', '0.3', '5', '30000000', '31999999', '77300000', '77995999', NULL, 1652900799),
(55873, '3298', '133.00', '8', '5.001', '10', '30000000', '31999999', '77300000', '77995999', NULL, 1652900800),
(55874, '3220', '266.00', '4', '5.001', '10', '30000000', '31999999', '77300000', '77995999', NULL, 1652900800),
(55875, '3298', '215.00', '8', '10.001', '15', '30000000', '31999999', '77300000', '77995999', NULL, 1652900800),
(55876, '3220', '430.00', '4', '10.001', '15', '30000000', '31999999', '77300000', '77995999', NULL, 1652900801),
(55877, '3298', '298.00', '8', '15.001', '20', '30000000', '31999999', '77300000', '77995999', NULL, 1652900801),
(55878, '3220', '595.00', '4', '15.001', '20', '30000000', '31999999', '77300000', '77995999', NULL, 1652900801),
(55879, '3298', '380.00', '8', '20.001', '25', '30000000', '31999999', '77300000', '77995999', NULL, 1652900802),
(55880, '3220', '760.00', '4', '20.001', '25', '30000000', '31999999', '77300000', '77995999', NULL, 1652900802),
(55881, '3298', '463.00', '8', '25.001', '30', '30000000', '31999999', '77300000', '77995999', NULL, 1652900802),
(55882, '3220', '925.00', '4', '25.001', '30', '30000000', '31999999', '77300000', '77995999', NULL, 1652900803),
(55883, '3298', '38.00', '9', '0.3', '5', '30000000', '31999999', '78000000', '78109999', NULL, 1652900803),
(55884, '3220', '113.00', '5', '0.3', '5', '30000000', '31999999', '78000000', '78109999', NULL, 1652900804),
(55885, '3298', '58.00', '9', '5.001', '10', '30000000', '31999999', '78000000', '78109999', NULL, 1652900804),
(55886, '3220', '176.00', '5', '5.001', '10', '30000000', '31999999', '78000000', '78109999', NULL, 1652900805),
(55887, '3298', '94.00', '9', '10.001', '15', '30000000', '31999999', '78000000', '78109999', NULL, 1652900805),
(55888, '3220', '286.00', '5', '10.001', '15', '30000000', '31999999', '78000000', '78109999', NULL, 1652900806),
(55889, '3298', '130.00', '9', '15.001', '20', '30000000', '31999999', '78000000', '78109999', NULL, 1652900806),
(55890, '3220', '396.00', '5', '15.001', '20', '30000000', '31999999', '78000000', '78109999', NULL, 1652900806),
(55891, '3298', '166.00', '9', '20.001', '25', '30000000', '31999999', '78000000', '78109999', NULL, 1652900807),
(55892, '3220', '505.00', '5', '20.001', '25', '30000000', '31999999', '78000000', '78109999', NULL, 1652900807),
(55893, '3298', '202.00', '9', '25.001', '30', '30000000', '31999999', '78000000', '78109999', NULL, 1652900807),
(55894, '3220', '615.00', '5', '25.001', '30', '30000000', '31999999', '78000000', '78109999', NULL, 1652900808),
(55895, '3298', '70.00', '9', '0.3', '5', '30000000', '31999999', '78110000', '78899999', NULL, 1652900808),
(55896, '3220', '157.00', '7', '0.3', '5', '30000000', '31999999', '78110000', '78899999', NULL, 1652900808),
(55897, '3298', '106.00', '9', '5.001', '10', '30000000', '31999999', '78110000', '78899999', NULL, 1652900809),
(55898, '3220', '226.00', '7', '5.001', '10', '30000000', '31999999', '78110000', '78899999', NULL, 1652900809),
(55899, '3298', '172.00', '9', '10.001', '15', '30000000', '31999999', '78110000', '78899999', NULL, 1652900809),
(55900, '3220', '367.00', '7', '10.001', '15', '30000000', '31999999', '78110000', '78899999', NULL, 1652900810),
(55901, '3298', '239.00', '9', '15.001', '20', '30000000', '31999999', '78110000', '78899999', NULL, 1652900810),
(55902, '3220', '508.00', '7', '15.001', '20', '30000000', '31999999', '78110000', '78899999', NULL, 1652900810),
(55903, '3298', '305.00', '9', '20.001', '25', '30000000', '31999999', '78110000', '78899999', NULL, 1652900811),
(55904, '3220', '649.00', '7', '20.001', '25', '30000000', '31999999', '78110000', '78899999', NULL, 1652900811),
(55905, '3298', '371.00', '9', '25.001', '30', '30000000', '31999999', '78110000', '78899999', NULL, 1652900811),
(55906, '3220', '789.00', '7', '25.001', '30', '30000000', '31999999', '78110000', '78899999', NULL, 1652900812),
(55907, '3298', '90.00', '10', '0.3', '5', '30000000', '31999999', '78900000', '78930999', NULL, 1652900812),
(55908, '3220', '183.00', '6', '0.3', '5', '30000000', '31999999', '78900000', '78930999', NULL, 1652900813),
(55909, '3298', '133.00', '10', '5.001', '10', '30000000', '31999999', '78900000', '78930999', NULL, 1652900813),
(55910, '3220', '266.00', '6', '5.001', '10', '30000000', '31999999', '78900000', '78930999', NULL, 1652900813),
(55911, '3298', '215.00', '10', '10.001', '15', '30000000', '31999999', '78900000', '78930999', NULL, 1652900813),
(55912, '3220', '430.00', '6', '10.001', '15', '30000000', '31999999', '78900000', '78930999', NULL, 1652900814),
(55913, '3298', '298.00', '10', '15.001', '20', '30000000', '31999999', '78900000', '78930999', NULL, 1652900814),
(55914, '3220', '595.00', '6', '15.001', '20', '30000000', '31999999', '78900000', '78930999', NULL, 1652900814),
(55915, '3298', '380.00', '10', '20.001', '25', '30000000', '31999999', '78900000', '78930999', NULL, 1652900815),
(55916, '3220', '760.00', '6', '20.001', '25', '30000000', '31999999', '78900000', '78930999', NULL, 1652900815),
(55917, '3298', '463.00', '10', '25.001', '30', '30000000', '31999999', '78900000', '78930999', NULL, 1652900816),
(55918, '3220', '925.00', '6', '25.001', '30', '30000000', '31999999', '78900000', '78930999', NULL, 1652900816),
(55919, '3298', '70.00', '10', '0.3', '5', '30000000', '31999999', '78931000', '78999999', NULL, 1652900816),
(55920, '3220', '157.00', '6', '0.3', '5', '30000000', '31999999', '78931000', '78999999', NULL, 1652900816),
(55921, '3298', '106.00', '10', '5.001', '10', '30000000', '31999999', '78931000', '78999999', NULL, 1652900817),
(55922, '3220', '226.00', '6', '5.001', '10', '30000000', '31999999', '78931000', '78999999', NULL, 1652900817),
(55923, '3298', '172.00', '10', '10.001', '15', '30000000', '31999999', '78931000', '78999999', NULL, 1652900817),
(55924, '3220', '367.00', '6', '10.001', '15', '30000000', '31999999', '78931000', '78999999', NULL, 1652900818),
(55925, '3298', '239.00', '10', '15.001', '20', '30000000', '31999999', '78931000', '78999999', NULL, 1652900818),
(55926, '3220', '508.00', '6', '15.001', '20', '30000000', '31999999', '78931000', '78999999', NULL, 1652900818),
(55927, '3298', '305.00', '10', '20.001', '25', '30000000', '31999999', '78931000', '78999999', NULL, 1652900819),
(55928, '3220', '649.00', '6', '20.001', '25', '30000000', '31999999', '78931000', '78999999', NULL, 1652900819),
(55929, '3298', '371.00', '10', '25.001', '30', '30000000', '31999999', '78931000', '78999999', NULL, 1652900819),
(55930, '3220', '789.00', '6', '25.001', '30', '30000000', '31999999', '78931000', '78999999', NULL, 1652900820),
(55931, '3298', '34.00', '6', '0.3', '5', '30000000', '31999999', '79000000', '79129999', NULL, 1652900820),
(55932, '3220', '80.00', '2', '0.3', '5', '30000000', '31999999', '79000000', '79129999', NULL, 1652900821),
(55933, '3298', '50.00', '6', '5.001', '10', '30000000', '31999999', '79000000', '79129999', NULL, 1652900821),
(55934, '3220', '125.00', '2', '5.001', '10', '30000000', '31999999', '79000000', '79129999', NULL, 1652900821),
(55935, '3298', '82.00', '6', '10.001', '15', '30000000', '31999999', '79000000', '79129999', NULL, 1652900822),
(55936, '3220', '203.00', '2', '10.001', '15', '30000000', '31999999', '79000000', '79129999', NULL, 1652900822),
(55937, '3298', '113.00', '6', '15.001', '20', '30000000', '31999999', '79000000', '79129999', NULL, 1652900822),
(55938, '3220', '281.00', '2', '15.001', '20', '30000000', '31999999', '79000000', '79129999', NULL, 1652900823),
(55939, '3298', '145.00', '6', '20.001', '25', '30000000', '31999999', '79000000', '79129999', NULL, 1652900823),
(55940, '3220', '359.00', '2', '20.001', '25', '30000000', '31999999', '79000000', '79129999', NULL, 1652900823),
(55941, '3298', '176.00', '6', '25.001', '30', '30000000', '31999999', '79000000', '79129999', NULL, 1652900824),
(55942, '3220', '437.00', '2', '25.001', '30', '30000000', '31999999', '79000000', '79129999', NULL, 1652900824),
(55943, '3298', '50.00', '9', '0.3', '5', '30000000', '31999999', '79130000', '79999999', NULL, 1652900824),
(55944, '3220', '124.00', '5', '0.3', '5', '30000000', '31999999', '79130000', '79999999', NULL, 1652900825),
(55945, '3298', '83.00', '9', '5.001', '10', '30000000', '31999999', '79130000', '79999999', NULL, 1652900825),
(55946, '3220', '175.00', '5', '5.001', '10', '30000000', '31999999', '79130000', '79999999', NULL, 1652900826),
(55947, '3298', '135.00', '9', '10.001', '15', '30000000', '31999999', '79130000', '79999999', NULL, 1652900827),
(55948, '3220', '283.00', '5', '10.001', '15', '30000000', '31999999', '79130000', '79999999', NULL, 1652900827),
(55949, '3298', '186.00', '9', '15.001', '20', '30000000', '31999999', '79130000', '79999999', NULL, 1652900827),
(55950, '3220', '392.00', '5', '15.001', '20', '30000000', '31999999', '79130000', '79999999', NULL, 1652900828),
(55951, '3298', '238.00', '9', '20.001', '25', '30000000', '31999999', '79130000', '79999999', NULL, 1652900828),
(55952, '3220', '500.00', '5', '20.001', '25', '30000000', '31999999', '79130000', '79999999', NULL, 1652900829),
(55953, '3298', '290.00', '9', '25.001', '30', '30000000', '31999999', '79130000', '79999999', NULL, 1652900829),
(55954, '3220', '609.00', '5', '25.001', '30', '30000000', '31999999', '79130000', '79999999', NULL, 1652900830),
(55955, '3298', '34.00', '5', '0.3', '5', '30000000', '31999999', '80000000', '82999999', NULL, 1652900830),
(55956, '3220', '80.00', '1', '0.3', '5', '30000000', '31999999', '80000000', '82999999', NULL, 1652900831),
(55957, '3298', '50.00', '5', '5.001', '10', '30000000', '31999999', '80000000', '82999999', NULL, 1652900831),
(55958, '3220', '125.00', '1', '5.001', '10', '30000000', '31999999', '80000000', '82999999', NULL, 1652900833),
(55959, '3298', '82.00', '5', '10.001', '15', '30000000', '31999999', '80000000', '82999999', NULL, 1652900833),
(55960, '3220', '203.00', '1', '10.001', '15', '30000000', '31999999', '80000000', '82999999', NULL, 1652900833),
(55961, '3298', '113.00', '5', '15.001', '20', '30000000', '31999999', '80000000', '82999999', NULL, 1652900834),
(55962, '3220', '281.00', '1', '15.001', '20', '30000000', '31999999', '80000000', '82999999', NULL, 1652900834),
(55963, '3298', '145.00', '5', '20.001', '25', '30000000', '31999999', '80000000', '82999999', NULL, 1652900835),
(55964, '3220', '359.00', '1', '20.001', '25', '30000000', '31999999', '80000000', '82999999', NULL, 1652900836),
(55965, '3298', '176.00', '5', '25.001', '30', '30000000', '31999999', '80000000', '82999999', NULL, 1652900836),
(55966, '3220', '437.00', '1', '25.001', '30', '30000000', '31999999', '80000000', '82999999', NULL, 1652900838),
(55967, '3298', '34.00', '5', '0.3', '5', '30000000', '31999999', '80000000', '83800999', NULL, 1652900839),
(55968, '3220', '80.00', '1', '0.3', '5', '30000000', '31999999', '80000000', '83800999', NULL, 1652900839),
(55969, '3298', '50.00', '5', '5.001', '10', '30000000', '31999999', '80000000', '83800999', NULL, 1652900840),
(55970, '3220', '125.00', '1', '5.001', '10', '30000000', '31999999', '80000000', '83800999', NULL, 1652900840),
(55971, '3298', '82.00', '5', '10.001', '15', '30000000', '31999999', '80000000', '83800999', NULL, 1652900841),
(55972, '3220', '203.00', '1', '10.001', '15', '30000000', '31999999', '80000000', '83800999', NULL, 1652900841),
(55973, '3298', '113.00', '5', '15.001', '20', '30000000', '31999999', '80000000', '83800999', NULL, 1652900841),
(55974, '3220', '281.00', '1', '15.001', '20', '30000000', '31999999', '80000000', '83800999', NULL, 1652900842),
(55975, '3298', '145.00', '5', '20.001', '25', '30000000', '31999999', '80000000', '83800999', NULL, 1652900842),
(55976, '3220', '359.00', '1', '20.001', '25', '30000000', '31999999', '80000000', '83800999', NULL, 1652900843),
(55977, '3298', '176.00', '5', '25.001', '30', '30000000', '31999999', '80000000', '83800999', NULL, 1652900843),
(55978, '3220', '437.00', '1', '25.001', '30', '30000000', '31999999', '80000000', '83800999', NULL, 1652900843),
(55979, '3298', '50.00', '7', '0.3', '5', '30000000', '31999999', '83801000', '87999999', NULL, 1652900844),
(55980, '3220', '124.00', '4', '0.3', '5', '30000000', '31999999', '83801000', '87999999', NULL, 1652900845),
(55981, '3298', '83.00', '7', '5.001', '10', '30000000', '31999999', '83801000', '87999999', NULL, 1652900845),
(55982, '3220', '175.00', '4', '5.001', '10', '30000000', '31999999', '83801000', '87999999', NULL, 1652900846),
(55983, '3298', '135.00', '7', '10.001', '15', '30000000', '31999999', '83801000', '87999999', NULL, 1652900846),
(55984, '3220', '283.00', '4', '10.001', '15', '30000000', '31999999', '83801000', '87999999', NULL, 1652900846),
(55985, '3298', '186.00', '7', '15.001', '20', '30000000', '31999999', '83801000', '87999999', NULL, 1652900847),
(55986, '3220', '392.00', '4', '15.001', '20', '30000000', '31999999', '83801000', '87999999', NULL, 1652900847),
(55987, '3298', '238.00', '7', '20.001', '25', '30000000', '31999999', '83801000', '87999999', NULL, 1652900848),
(55988, '3220', '500.00', '4', '20.001', '25', '30000000', '31999999', '83801000', '87999999', NULL, 1652900848),
(55989, '3298', '290.00', '7', '25.001', '30', '30000000', '31999999', '83801000', '87999999', NULL, 1652900849),
(55990, '3220', '609.00', '4', '25.001', '30', '30000000', '31999999', '83801000', '87999999', NULL, 1652900849),
(55991, '3298', '34.00', '6', '0.3', '5', '30000000', '31999999', '88000000', '82999999', NULL, 1652900849),
(55992, '3220', '80.00', '1', '0.3', '5', '30000000', '31999999', '88000000', '82999999', NULL, 1652900850),
(55993, '3298', '50.00', '6', '5.001', '10', '30000000', '31999999', '88000000', '82999999', NULL, 1652900850),
(55994, '3220', '125.00', '1', '5.001', '10', '30000000', '31999999', '88000000', '82999999', NULL, 1652900851),
(55995, '3298', '82.00', '6', '10.001', '15', '30000000', '31999999', '88000000', '82999999', NULL, 1652900851),
(55996, '3220', '203.00', '1', '10.001', '15', '30000000', '31999999', '88000000', '82999999', NULL, 1652900851),
(55997, '3298', '113.00', '6', '15.001', '20', '30000000', '31999999', '88000000', '82999999', NULL, 1652900852),
(55998, '3220', '281.00', '1', '15.001', '20', '30000000', '31999999', '88000000', '82999999', NULL, 1652900852),
(55999, '3298', '145.00', '6', '20.001', '25', '30000000', '31999999', '88000000', '82999999', NULL, 1652900853),
(56000, '3220', '359.00', '1', '20.001', '25', '30000000', '31999999', '88000000', '82999999', NULL, 1652900853),
(56001, '3298', '176.00', '6', '25.001', '30', '30000000', '31999999', '88000000', '82999999', NULL, 1652900853),
(56002, '3220', '437.00', '1', '25.001', '30', '30000000', '31999999', '88000000', '82999999', NULL, 1652900854),
(56003, '3298', '34.00', '6', '0.3', '5', '30000000', '31999999', '88000000', '88469999', NULL, 1652900854),
(56004, '3220', '80.00', '1', '0.3', '5', '30000000', '31999999', '88000000', '88469999', NULL, 1652900855),
(56005, '3298', '50.00', '6', '5.001', '10', '30000000', '31999999', '88000000', '88469999', NULL, 1652900855),
(56006, '3220', '125.00', '1', '5.001', '10', '30000000', '31999999', '88000000', '88469999', NULL, 1652900855),
(56007, '3298', '82.00', '6', '10.001', '15', '30000000', '31999999', '88000000', '88469999', NULL, 1652900856),
(56008, '3220', '203.00', '1', '10.001', '15', '30000000', '31999999', '88000000', '88469999', NULL, 1652900856),
(56009, '3298', '113.00', '6', '15.001', '20', '30000000', '31999999', '88000000', '88469999', NULL, 1652900857),
(56010, '3220', '281.00', '1', '15.001', '20', '30000000', '31999999', '88000000', '88469999', NULL, 1652900857),
(56011, '3298', '145.00', '6', '20.001', '25', '30000000', '31999999', '88000000', '88469999', NULL, 1652900858),
(56012, '3220', '359.00', '1', '20.001', '25', '30000000', '31999999', '88000000', '88469999', NULL, 1652900858),
(56013, '3298', '176.00', '6', '25.001', '30', '30000000', '31999999', '88000000', '88469999', NULL, 1652900858),
(56014, '3220', '437.00', '1', '25.001', '30', '30000000', '31999999', '88000000', '88469999', NULL, 1652900859),
(56015, '3298', '43.00', '6', '0.3', '5', '30000000', '31999999', '88470000', '89999999', NULL, 1652900859),
(56016, '3220', '104.00', '2', '0.3', '5', '30000000', '31999999', '88470000', '89999999', NULL, 1652900860),
(56017, '3298', '71.00', '6', '5.001', '10', '30000000', '31999999', '88470000', '89999999', NULL, 1652900860),
(56018, '3220', '147.00', '2', '5.001', '10', '30000000', '31999999', '88470000', '89999999', NULL, 1652900861),
(56019, '3298', '116.00', '6', '10.001', '15', '30000000', '31999999', '88470000', '89999999', NULL, 1652900861),
(56020, '3220', '238.00', '2', '10.001', '15', '30000000', '31999999', '88470000', '89999999', NULL, 1652900862),
(56021, '3298', '160.00', '6', '15.001', '20', '30000000', '31999999', '88470000', '89999999', NULL, 1652900862),
(56022, '3220', '329.00', '2', '15.001', '20', '30000000', '31999999', '88470000', '89999999', NULL, 1652900862),
(56023, '3298', '205.00', '6', '20.001', '25', '30000000', '31999999', '88470000', '89999999', NULL, 1652900863),
(56024, '3220', '420.00', '2', '20.001', '25', '30000000', '31999999', '88470000', '89999999', NULL, 1652900863),
(56025, '3298', '249.00', '6', '25.001', '30', '30000000', '31999999', '88470000', '89999999', NULL, 1652900864),
(56026, '3220', '511.00', '2', '25.001', '30', '30000000', '31999999', '88470000', '89999999', NULL, 1652900864),
(56027, '3298', '38.00', '6', '0.3', '5', '30000000', '31999999', '90000000', '91999999', NULL, 1652900864),
(56028, '3220', '113.00', '1', '0.3', '5', '30000000', '31999999', '90000000', '91999999', NULL, 1652900865),
(56029, '3298', '58.00', '6', '5.001', '10', '30000000', '31999999', '90000000', '91999999', NULL, 1652900865),
(56030, '3220', '176.00', '1', '5.001', '10', '30000000', '31999999', '90000000', '91999999', NULL, 1652900866),
(56031, '3298', '94.00', '6', '10.001', '15', '30000000', '31999999', '90000000', '91999999', NULL, 1652900866),
(56032, '3220', '286.00', '1', '10.001', '15', '30000000', '31999999', '90000000', '91999999', NULL, 1652900867),
(56033, '3298', '130.00', '6', '15.001', '20', '30000000', '31999999', '90000000', '91999999', NULL, 1652900867),
(56034, '3220', '396.00', '1', '15.001', '20', '30000000', '31999999', '90000000', '91999999', NULL, 1652900867),
(56035, '3298', '166.00', '6', '20.001', '25', '30000000', '31999999', '90000000', '91999999', NULL, 1652900868),
(56036, '3220', '505.00', '1', '20.001', '25', '30000000', '31999999', '90000000', '91999999', NULL, 1652900868),
(56037, '3298', '202.00', '6', '25.001', '30', '30000000', '31999999', '90000000', '91999999', NULL, 1652900868),
(56038, '3220', '615.00', '1', '25.001', '30', '30000000', '31999999', '90000000', '91999999', NULL, 1652900869),
(56039, '3298', '38.00', '6', '0.3', '5', '30000000', '31999999', '90000000', '94900999', NULL, 1652900869),
(56040, '3220', '113.00', '2', '0.3', '5', '30000000', '31999999', '90000000', '94900999', NULL, 1652900869),
(56041, '3298', '58.00', '6', '5.001', '10', '30000000', '31999999', '90000000', '94900999', NULL, 1652900870),
(56042, '3220', '176.00', '2', '5.001', '10', '30000000', '31999999', '90000000', '94900999', NULL, 1652900870),
(56043, '3298', '94.00', '6', '10.001', '15', '30000000', '31999999', '90000000', '94900999', NULL, 1652900870),
(56044, '3220', '286.00', '2', '10.001', '15', '30000000', '31999999', '90000000', '94900999', NULL, 1652900871),
(56045, '3298', '130.00', '6', '15.001', '20', '30000000', '31999999', '90000000', '94900999', NULL, 1652900871),
(56046, '3220', '396.00', '2', '15.001', '20', '30000000', '31999999', '90000000', '94900999', NULL, 1652900871),
(56047, '3298', '166.00', '6', '20.001', '25', '30000000', '31999999', '90000000', '94900999', NULL, 1652900872),
(56048, '3220', '505.00', '2', '20.001', '25', '30000000', '31999999', '90000000', '94900999', NULL, 1652900872),
(56049, '3298', '202.00', '6', '25.001', '30', '30000000', '31999999', '90000000', '94900999', NULL, 1652900872),
(56050, '3220', '615.00', '2', '25.001', '30', '30000000', '31999999', '90000000', '94900999', NULL, 1652900873),
(56051, '3298', '70.00', '10', '0.3', '5', '30000000', '31999999', '94901000', '99999999', NULL, 1652900873),
(56052, '3220', '157.00', '6', '0.3', '5', '30000000', '31999999', '94901000', '99999999', NULL, 1652900873),
(56053, '3298', '106.00', '10', '5.001', '10', '30000000', '31999999', '94901000', '99999999', NULL, 1652900873),
(56054, '3220', '226.00', '6', '5.001', '10', '30000000', '31999999', '94901000', '99999999', NULL, 1652900874),
(56055, '3298', '172.00', '10', '10.001', '15', '30000000', '31999999', '94901000', '99999999', NULL, 1652900874),
(56056, '3220', '367.00', '6', '10.001', '15', '30000000', '31999999', '94901000', '99999999', NULL, 1652900875),
(56057, '3298', '239.00', '10', '15.001', '20', '30000000', '31999999', '94901000', '99999999', NULL, 1652900875),
(56058, '3220', '508.00', '6', '15.001', '20', '30000000', '31999999', '94901000', '99999999', NULL, 1652900875),
(56059, '3298', '305.00', '10', '20.001', '25', '30000000', '31999999', '94901000', '99999999', NULL, 1652900876),
(56060, '3220', '649.00', '6', '20.001', '25', '30000000', '31999999', '94901000', '99999999', NULL, 1652900877),
(56061, '3298', '371.00', '10', '25.001', '30', '30000000', '31999999', '94901000', '99999999', NULL, 1652900877),
(56062, '3220', '789.00', '6', '25.001', '30', '30000000', '31999999', '94901000', '99999999', NULL, 1652900877),
(56063, '3298', '30.00', '5', '0.3', '5', '30000000', '34999999', '01000000', '08499999', NULL, 1652900878),
(56064, '3220', '59.00', '1', '0.3', '5', '30000000', '34999999', '01000000', '08499999', NULL, 1652900878),
(56065, '3298', '44.00', '5', '5.001', '10', '30000000', '34999999', '01000000', '08499999', NULL, 1652900879),
(56066, '3220', '93.00', '1', '5.001', '10', '30000000', '34999999', '01000000', '08499999', NULL, 1652900879),
(56067, '3298', '71.00', '5', '10.001', '15', '30000000', '34999999', '01000000', '08499999', NULL, 1652900880),
(56068, '3220', '150.00', '1', '10.001', '15', '30000000', '34999999', '01000000', '08499999', NULL, 1652900881),
(56069, '3298', '99.00', '5', '15.001', '20', '30000000', '34999999', '01000000', '08499999', NULL, 1652900881),
(56070, '3220', '208.00', '1', '15.001', '20', '30000000', '34999999', '01000000', '08499999', NULL, 1652900882),
(56071, '3298', '126.00', '5', '20.001', '25', '30000000', '34999999', '01000000', '08499999', NULL, 1652900882),
(56072, '3220', '266.00', '1', '20.001', '25', '30000000', '34999999', '01000000', '08499999', NULL, 1652900883),
(56073, '3298', '153.00', '5', '25.001', '30', '30000000', '34999999', '01000000', '08499999', NULL, 1652900883),
(56074, '3220', '324.00', '1', '25.001', '30', '30000000', '34999999', '01000000', '08499999', NULL, 1652900884),
(56075, '3298', '30.00', '5', '0.3', '5', '30000000', '34999999', '06000000', '09999999', NULL, 1652900884),
(56076, '3220', '59.00', '1', '0.3', '5', '30000000', '34999999', '06000000', '09999999', NULL, 1652900884),
(56077, '3298', '44.00', '5', '5.001', '10', '30000000', '34999999', '06000000', '09999999', NULL, 1652900885),
(56078, '3220', '93.00', '1', '5.001', '10', '30000000', '34999999', '06000000', '09999999', NULL, 1652900885),
(56079, '3298', '71.00', '5', '10.001', '15', '30000000', '34999999', '06000000', '09999999', NULL, 1652900886),
(56080, '3220', '150.00', '1', '10.001', '15', '30000000', '34999999', '06000000', '09999999', NULL, 1652900886),
(56081, '3298', '99.00', '5', '15.001', '20', '30000000', '34999999', '06000000', '09999999', NULL, 1652900887),
(56082, '3220', '208.00', '1', '15.001', '20', '30000000', '34999999', '06000000', '09999999', NULL, 1652900887),
(56083, '3298', '126.00', '5', '20.001', '25', '30000000', '34999999', '06000000', '09999999', NULL, 1652900888),
(56084, '3220', '266.00', '1', '20.001', '25', '30000000', '34999999', '06000000', '09999999', NULL, 1652900888),
(56085, '3298', '153.00', '5', '25.001', '30', '30000000', '34999999', '06000000', '09999999', NULL, 1652900889),
(56086, '3220', '324.00', '1', '25.001', '30', '30000000', '34999999', '06000000', '09999999', NULL, 1652900889),
(56087, '3298', '30.00', '5', '0.3', '5', '30000000', '34999999', '11000000', '11999999', NULL, 1652900890),
(56088, '3220', '59.00', '1', '0.3', '5', '30000000', '34999999', '11000000', '11999999', NULL, 1652900890),
(56089, '3298', '44.00', '5', '5.001', '10', '30000000', '34999999', '11000000', '11999999', NULL, 1652900891),
(56090, '3220', '93.00', '1', '5.001', '10', '30000000', '34999999', '11000000', '11999999', NULL, 1652900891),
(56091, '3298', '71.00', '5', '10.001', '15', '30000000', '34999999', '11000000', '11999999', NULL, 1652900891),
(56092, '3220', '150.00', '1', '10.001', '15', '30000000', '34999999', '11000000', '11999999', NULL, 1652900892),
(56093, '3298', '99.00', '5', '15.001', '20', '30000000', '34999999', '11000000', '11999999', NULL, 1652900892),
(56094, '3220', '208.00', '1', '15.001', '20', '30000000', '34999999', '11000000', '11999999', NULL, 1652900892),
(56095, '3298', '126.00', '5', '20.001', '25', '30000000', '34999999', '11000000', '11999999', NULL, 1652900893),
(56096, '3220', '266.00', '1', '20.001', '25', '30000000', '34999999', '11000000', '11999999', NULL, 1652900893),
(56097, '3298', '153.00', '5', '25.001', '30', '30000000', '34999999', '11000000', '11999999', NULL, 1652900894),
(56098, '3220', '324.00', '1', '25.001', '30', '30000000', '34999999', '11000000', '11999999', NULL, 1652900894),
(56099, '3298', '30.00', '6', '0.3', '5', '30000000', '34999999', '12000000', '19999999', NULL, 1652900895),
(56100, '3220', '59.00', '1', '0.3', '5', '30000000', '34999999', '12000000', '19999999', NULL, 1652900895),
(56101, '3298', '44.00', '6', '5.001', '10', '30000000', '34999999', '12000000', '19999999', NULL, 1652900896),
(56102, '3220', '93.00', '1', '5.001', '10', '30000000', '34999999', '12000000', '19999999', NULL, 1652900896),
(56103, '3298', '71.00', '6', '10.001', '15', '30000000', '34999999', '12000000', '19999999', NULL, 1652900897),
(56104, '3220', '150.00', '1', '10.001', '15', '30000000', '34999999', '12000000', '19999999', NULL, 1652900897),
(56105, '3298', '99.00', '6', '15.001', '20', '30000000', '34999999', '12000000', '19999999', NULL, 1652900898);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(56106, '3220', '208.00', '1', '15.001', '20', '30000000', '34999999', '12000000', '19999999', NULL, 1652900898),
(56107, '3298', '126.00', '6', '20.001', '25', '30000000', '34999999', '12000000', '19999999', NULL, 1652900899),
(56108, '3220', '266.00', '1', '20.001', '25', '30000000', '34999999', '12000000', '19999999', NULL, 1652900899),
(56109, '3298', '153.00', '6', '25.001', '30', '30000000', '34999999', '12000000', '19999999', NULL, 1652900900),
(56110, '3220', '324.00', '1', '25.001', '30', '30000000', '34999999', '12000000', '19999999', NULL, 1652900900),
(56111, '3298', '44.00', '7', '0.3', '5', '30000000', '34999999', '26601000', '28999999', NULL, 1652900911),
(56112, '3220', '102.00', '4', '0.3', '5', '30000000', '34999999', '26601000', '28999999', NULL, 1652900911),
(56113, '3298', '74.00', '7', '5.001', '10', '30000000', '34999999', '26601000', '28999999', NULL, 1652900912),
(56114, '3220', '141.00', '4', '5.001', '10', '30000000', '34999999', '26601000', '28999999', NULL, 1652900912),
(56115, '3298', '120.00', '7', '10.001', '15', '30000000', '34999999', '26601000', '28999999', NULL, 1652900913),
(56116, '3220', '229.00', '4', '10.001', '15', '30000000', '34999999', '26601000', '28999999', NULL, 1652900914),
(56117, '3298', '166.00', '7', '15.001', '20', '30000000', '34999999', '26601000', '28999999', NULL, 1652900914),
(56118, '3220', '316.00', '4', '15.001', '20', '30000000', '34999999', '26601000', '28999999', NULL, 1652900915),
(56119, '3298', '212.00', '7', '20.001', '25', '30000000', '34999999', '26601000', '28999999', NULL, 1652900915),
(56120, '3220', '404.00', '4', '20.001', '25', '30000000', '34999999', '26601000', '28999999', NULL, 1652900916),
(56121, '3298', '258.00', '7', '25.001', '30', '30000000', '34999999', '26601000', '28999999', NULL, 1652900916),
(56122, '3220', '492.00', '4', '25.001', '30', '30000000', '34999999', '26601000', '28999999', NULL, 1652900917),
(56123, '3298', '34.00', '5', '0.3', '5', '30000000', '34999999', '29000000', '29099999', NULL, 1652900918),
(56124, '3220', '80.00', '1', '0.3', '5', '30000000', '34999999', '29000000', '29099999', NULL, 1652900918),
(56125, '3298', '50.00', '5', '5.001', '10', '30000000', '34999999', '29000000', '29099999', NULL, 1652900919),
(56126, '3220', '125.00', '1', '5.001', '10', '30000000', '34999999', '29000000', '29099999', NULL, 1652900919),
(56127, '3298', '82.00', '5', '10.001', '15', '30000000', '34999999', '29000000', '29099999', NULL, 1652900920),
(56128, '3220', '203.00', '1', '10.001', '15', '30000000', '34999999', '29000000', '29099999', NULL, 1652900920),
(56129, '3298', '113.00', '5', '15.001', '20', '30000000', '34999999', '29000000', '29099999', NULL, 1652900921),
(56130, '3220', '281.00', '1', '15.001', '20', '30000000', '34999999', '29000000', '29099999', NULL, 1652900922),
(56131, '3298', '145.00', '5', '20.001', '25', '30000000', '34999999', '29000000', '29099999', NULL, 1652900922),
(56132, '3220', '359.00', '1', '20.001', '25', '30000000', '34999999', '29000000', '29099999', NULL, 1652900922),
(56133, '3298', '176.00', '5', '25.001', '30', '30000000', '34999999', '29000000', '29099999', NULL, 1652900923),
(56134, '3220', '437.00', '1', '25.001', '30', '30000000', '34999999', '29000000', '29099999', NULL, 1652900923),
(56135, '3298', '50.00', '7', '0.3', '5', '30000000', '34999999', '29100000', '29999999', NULL, 1652900924),
(56136, '3220', '124.00', '4', '0.3', '5', '30000000', '34999999', '29100000', '29999999', NULL, 1652900924),
(56137, '3298', '83.00', '7', '5.001', '10', '30000000', '34999999', '29100000', '29999999', NULL, 1652900925),
(56138, '3220', '175.00', '4', '5.001', '10', '30000000', '34999999', '29100000', '29999999', NULL, 1652900926),
(56139, '3298', '135.00', '7', '10.001', '15', '30000000', '34999999', '29100000', '29999999', NULL, 1652900926),
(56140, '3220', '283.00', '4', '10.001', '15', '30000000', '34999999', '29100000', '29999999', NULL, 1652900927),
(56141, '3298', '186.00', '7', '15.001', '20', '30000000', '34999999', '29100000', '29999999', NULL, 1652900927),
(56142, '3220', '392.00', '4', '15.001', '20', '30000000', '34999999', '29100000', '29999999', NULL, 1652900928),
(56143, '3298', '238.00', '7', '20.001', '25', '30000000', '34999999', '29100000', '29999999', NULL, 1652900928),
(56144, '3220', '500.00', '4', '20.001', '25', '30000000', '34999999', '29100000', '29999999', NULL, 1652900929),
(56145, '3298', '290.00', '7', '25.001', '30', '30000000', '34999999', '29100000', '29999999', NULL, 1652900929),
(56146, '3220', '609.00', '4', '25.001', '30', '30000000', '34999999', '29100000', '29999999', NULL, 1652900930),
(56147, '3298', '25.00', '5', '0.3', '5', '30000000', '34999999', '30000000', '31999999', NULL, 1652900930),
(56148, '3220', '21.00', '1', '0.3', '5', '30000000', '34999999', '30000000', '31999999', NULL, 1652900931),
(56149, '3298', '31.00', '5', '5.001', '10', '30000000', '34999999', '30000000', '31999999', NULL, 1652900931),
(56150, '3220', '27.00', '1', '5.001', '10', '30000000', '34999999', '30000000', '31999999', NULL, 1652900931),
(56151, '3298', '51.00', '5', '10.001', '15', '30000000', '34999999', '30000000', '31999999', NULL, 1652900932),
(56152, '3220', '44.00', '1', '10.001', '15', '30000000', '34999999', '30000000', '31999999', NULL, 1652900932),
(56153, '3298', '71.00', '5', '15.001', '20', '30000000', '34999999', '30000000', '31999999', NULL, 1652900933),
(56154, '3220', '61.00', '1', '15.001', '20', '30000000', '34999999', '30000000', '31999999', NULL, 1652900933),
(56155, '3298', '91.00', '5', '20.001', '25', '30000000', '34999999', '30000000', '31999999', NULL, 1652900934),
(56156, '3220', '78.00', '1', '20.001', '25', '30000000', '34999999', '30000000', '31999999', NULL, 1652900934),
(56157, '3298', '110.00', '5', '25.001', '30', '30000000', '34999999', '30000000', '31999999', NULL, 1652900935),
(56158, '3220', '95.00', '1', '25.001', '30', '30000000', '34999999', '30000000', '31999999', NULL, 1652900935),
(56159, '3298', '25.00', '5', '0.3', '5', '30000000', '34999999', '30000000', '34999999', NULL, 1652900935),
(56160, '3220', '21.00', '1', '0.3', '5', '30000000', '34999999', '30000000', '34999999', NULL, 1652900936),
(56161, '3298', '31.00', '5', '5.001', '10', '30000000', '34999999', '30000000', '34999999', NULL, 1652900936),
(56162, '3220', '27.00', '1', '5.001', '10', '30000000', '34999999', '30000000', '34999999', NULL, 1652900937),
(56163, '3298', '51.00', '5', '10.001', '15', '30000000', '34999999', '30000000', '34999999', NULL, 1652900937),
(56164, '3220', '44.00', '1', '10.001', '15', '30000000', '34999999', '30000000', '34999999', NULL, 1652900938),
(56165, '3298', '71.00', '5', '15.001', '20', '30000000', '34999999', '30000000', '34999999', NULL, 1652900938),
(56166, '3220', '61.00', '1', '15.001', '20', '30000000', '34999999', '30000000', '34999999', NULL, 1652900938),
(56167, '3298', '91.00', '5', '20.001', '25', '30000000', '34999999', '30000000', '34999999', NULL, 1652900939),
(56168, '3220', '78.00', '1', '20.001', '25', '30000000', '34999999', '30000000', '34999999', NULL, 1652900939),
(56169, '3298', '110.00', '5', '25.001', '30', '30000000', '34999999', '30000000', '34999999', NULL, 1652900940),
(56170, '3220', '95.00', '1', '25.001', '30', '30000000', '34999999', '30000000', '34999999', NULL, 1652900940),
(56171, '3298', '25.00', '5', '0.3', '5', '30000000', '34999999', '35000000', '39999999', NULL, 1652900941),
(56172, '3220', '34.00', '2', '0.3', '5', '30000000', '34999999', '35000000', '39999999', NULL, 1652900941),
(56173, '3298', '31.00', '5', '5.001', '10', '30000000', '34999999', '35000000', '39999999', NULL, 1652900942),
(56174, '3220', '48.00', '2', '5.001', '10', '30000000', '34999999', '35000000', '39999999', NULL, 1652900942),
(56175, '3298', '51.00', '5', '10.001', '15', '30000000', '34999999', '35000000', '39999999', NULL, 1652900943),
(56176, '3220', '78.00', '2', '10.001', '15', '30000000', '34999999', '35000000', '39999999', NULL, 1652900943),
(56177, '3298', '71.00', '5', '15.001', '20', '30000000', '34999999', '35000000', '39999999', NULL, 1652900944),
(56178, '3220', '108.00', '2', '15.001', '20', '30000000', '34999999', '35000000', '39999999', NULL, 1652900944),
(56179, '3298', '91.00', '5', '20.001', '25', '30000000', '34999999', '35000000', '39999999', NULL, 1652900944),
(56180, '3220', '138.00', '2', '20.001', '25', '30000000', '34999999', '35000000', '39999999', NULL, 1652900945),
(56181, '3298', '110.00', '5', '25.001', '30', '30000000', '34999999', '35000000', '39999999', NULL, 1652900946),
(56182, '3220', '168.00', '2', '25.001', '30', '30000000', '34999999', '35000000', '39999999', NULL, 1652900946),
(56183, '3298', '34.00', '6', '0.3', '5', '30000000', '34999999', '40000000', '41999999', NULL, 1652900947),
(56184, '3220', '80.00', '1', '0.3', '5', '30000000', '34999999', '40000000', '41999999', NULL, 1652900947),
(56185, '3298', '50.00', '6', '5.001', '10', '30000000', '34999999', '40000000', '41999999', NULL, 1652900948),
(56186, '3220', '125.00', '1', '5.001', '10', '30000000', '34999999', '40000000', '41999999', NULL, 1652900948),
(56187, '3298', '82.00', '6', '10.001', '15', '30000000', '34999999', '40000000', '41999999', NULL, 1652900949),
(56188, '3220', '203.00', '1', '10.001', '15', '30000000', '34999999', '40000000', '41999999', NULL, 1652900950),
(56189, '3298', '113.00', '6', '15.001', '20', '30000000', '34999999', '40000000', '41999999', NULL, 1652900950),
(56190, '3220', '281.00', '1', '15.001', '20', '30000000', '34999999', '40000000', '41999999', NULL, 1652900951),
(56191, '3298', '145.00', '6', '20.001', '25', '30000000', '34999999', '40000000', '41999999', NULL, 1652900951),
(56192, '3220', '359.00', '1', '20.001', '25', '30000000', '34999999', '40000000', '41999999', NULL, 1652900952),
(56193, '3298', '176.00', '6', '25.001', '30', '30000000', '34999999', '40000000', '41999999', NULL, 1652900952),
(56194, '3220', '437.00', '1', '25.001', '30', '30000000', '34999999', '40000000', '41999999', NULL, 1652900953),
(56195, '3298', '34.00', '6', '0.3', '5', '30000000', '34999999', '40000000', '44470999', NULL, 1652900953),
(56196, '3220', '80.00', '1', '0.3', '5', '30000000', '34999999', '40000000', '44470999', NULL, 1652900954),
(56197, '3298', '50.00', '6', '5.001', '10', '30000000', '34999999', '40000000', '44470999', NULL, 1652900955),
(56198, '3220', '125.00', '1', '5.001', '10', '30000000', '34999999', '40000000', '44470999', NULL, 1652900955),
(56199, '3298', '82.00', '6', '10.001', '15', '30000000', '34999999', '40000000', '44470999', NULL, 1652900956),
(56200, '3220', '203.00', '1', '10.001', '15', '30000000', '34999999', '40000000', '44470999', NULL, 1652900956),
(56201, '3298', '113.00', '6', '15.001', '20', '30000000', '34999999', '40000000', '44470999', NULL, 1652900957),
(56202, '3220', '281.00', '1', '15.001', '20', '30000000', '34999999', '40000000', '44470999', NULL, 1652900957),
(56203, '3298', '145.00', '6', '20.001', '25', '30000000', '34999999', '40000000', '44470999', NULL, 1652900958),
(56204, '3220', '359.00', '1', '20.001', '25', '30000000', '34999999', '40000000', '44470999', NULL, 1652900958),
(56205, '3298', '176.00', '6', '25.001', '30', '30000000', '34999999', '40000000', '44470999', NULL, 1652900959),
(56206, '3220', '437.00', '1', '25.001', '30', '30000000', '34999999', '40000000', '44470999', NULL, 1652900959),
(56207, '3298', '43.00', '6', '0.3', '5', '30000000', '34999999', '44471000', '48999999', NULL, 1652900960),
(56208, '3220', '104.00', '2', '0.3', '5', '30000000', '34999999', '44471000', '48999999', NULL, 1652900960),
(56209, '3298', '71.00', '6', '5.001', '10', '30000000', '34999999', '44471000', '48999999', NULL, 1652900961),
(56210, '3220', '147.00', '2', '5.001', '10', '30000000', '34999999', '44471000', '48999999', NULL, 1652900961),
(56211, '3298', '116.00', '6', '10.001', '15', '30000000', '34999999', '44471000', '48999999', NULL, 1652900962),
(56212, '3220', '238.00', '2', '10.001', '15', '30000000', '34999999', '44471000', '48999999', NULL, 1652900962),
(56213, '3298', '160.00', '6', '15.001', '20', '30000000', '34999999', '44471000', '48999999', NULL, 1652900963),
(56214, '3220', '329.00', '2', '15.001', '20', '30000000', '34999999', '44471000', '48999999', NULL, 1652900963),
(56215, '3298', '205.00', '6', '20.001', '25', '30000000', '34999999', '44471000', '48999999', NULL, 1652900964),
(56216, '3220', '420.00', '2', '20.001', '25', '30000000', '34999999', '44471000', '48999999', NULL, 1652900964),
(56217, '3298', '249.00', '6', '25.001', '30', '30000000', '34999999', '44471000', '48999999', NULL, 1652900965),
(56218, '3220', '511.00', '2', '25.001', '30', '30000000', '34999999', '44471000', '48999999', NULL, 1652900965),
(56219, '3298', '45.00', '6', '0.3', '5', '30000000', '34999999', '49000000', '49099999', NULL, 1652900966),
(56220, '3220', '137.00', '2', '0.3', '5', '30000000', '34999999', '49000000', '49099999', NULL, 1652900966),
(56221, '3298', '71.00', '6', '5.001', '10', '30000000', '34999999', '49000000', '49099999', NULL, 1652900967),
(56222, '3220', '214.00', '2', '5.001', '10', '30000000', '34999999', '49000000', '49099999', NULL, 1652900968),
(56223, '3298', '116.00', '6', '10.001', '15', '30000000', '34999999', '49000000', '49099999', NULL, 1652900968),
(56224, '3220', '346.00', '2', '10.001', '15', '30000000', '34999999', '49000000', '49099999', NULL, 1652900968),
(56225, '3298', '160.00', '6', '15.001', '20', '30000000', '34999999', '49000000', '49099999', NULL, 1652900969),
(56226, '3220', '479.00', '2', '15.001', '20', '30000000', '34999999', '49000000', '49099999', NULL, 1652900969),
(56227, '3298', '205.00', '6', '20.001', '25', '30000000', '34999999', '49000000', '49099999', NULL, 1652900970),
(56228, '3220', '612.00', '2', '20.001', '25', '30000000', '34999999', '49000000', '49099999', NULL, 1652900971),
(56229, '3298', '249.00', '6', '25.001', '30', '30000000', '34999999', '49000000', '49099999', NULL, 1652900971),
(56230, '3220', '744.00', '2', '25.001', '30', '30000000', '34999999', '49000000', '49099999', NULL, 1652900971),
(56231, '3298', '90.00', '9', '0.3', '5', '30000000', '34999999', '49100000', '49999999', NULL, 1652900973),
(56232, '3220', '183.00', '4', '0.3', '5', '30000000', '34999999', '49100000', '49999999', NULL, 1652900973),
(56233, '3298', '133.00', '9', '5.001', '10', '30000000', '34999999', '49100000', '49999999', NULL, 1652900973),
(56234, '3220', '266.00', '4', '5.001', '10', '30000000', '34999999', '49100000', '49999999', NULL, 1652900974),
(56235, '3298', '215.00', '9', '10.001', '15', '30000000', '34999999', '49100000', '49999999', NULL, 1652900974),
(56236, '3220', '430.00', '4', '10.001', '15', '30000000', '34999999', '49100000', '49999999', NULL, 1652900975),
(56237, '3298', '298.00', '9', '15.001', '20', '30000000', '34999999', '49100000', '49999999', NULL, 1652900975),
(56238, '3220', '595.00', '4', '15.001', '20', '30000000', '34999999', '49100000', '49999999', NULL, 1652900975),
(56239, '3298', '380.00', '9', '20.001', '25', '30000000', '34999999', '49100000', '49999999', NULL, 1652900976),
(56240, '3220', '760.00', '4', '20.001', '25', '30000000', '34999999', '49100000', '49999999', NULL, 1652900976),
(56241, '3298', '463.00', '9', '25.001', '30', '30000000', '34999999', '49100000', '49999999', NULL, 1652900977),
(56242, '3220', '925.00', '4', '25.001', '30', '30000000', '34999999', '49100000', '49999999', NULL, 1652900978),
(56243, '3298', '45.00', '6', '0.3', '5', '30000000', '34999999', '50000000', '52999999', NULL, 1652900978),
(56244, '3220', '137.00', '2', '0.3', '5', '30000000', '34999999', '50000000', '52999999', NULL, 1652900979),
(56245, '3298', '71.00', '6', '5.001', '10', '30000000', '34999999', '50000000', '52999999', NULL, 1652900979),
(56246, '3220', '214.00', '2', '5.001', '10', '30000000', '34999999', '50000000', '52999999', NULL, 1652900980),
(56247, '3298', '116.00', '6', '10.001', '15', '30000000', '34999999', '50000000', '52999999', NULL, 1652900980),
(56248, '3220', '346.00', '2', '10.001', '15', '30000000', '34999999', '50000000', '52999999', NULL, 1652900981),
(56249, '3298', '160.00', '6', '15.001', '20', '30000000', '34999999', '50000000', '52999999', NULL, 1652900981),
(56250, '3220', '479.00', '2', '15.001', '20', '30000000', '34999999', '50000000', '52999999', NULL, 1652900982),
(56251, '3298', '205.00', '6', '20.001', '25', '30000000', '34999999', '50000000', '52999999', NULL, 1652900982),
(56252, '3220', '612.00', '2', '20.001', '25', '30000000', '34999999', '50000000', '52999999', NULL, 1652900983),
(56253, '3298', '249.00', '6', '25.001', '30', '30000000', '34999999', '50000000', '52999999', NULL, 1652900983),
(56254, '3220', '744.00', '2', '25.001', '30', '30000000', '34999999', '50000000', '52999999', NULL, 1652900984),
(56255, '3298', '45.00', '6', '0.3', '5', '30000000', '34999999', '50000000', '54999999', NULL, 1652900984),
(56256, '3220', '137.00', '2', '0.3', '5', '30000000', '34999999', '50000000', '54999999', NULL, 1652900985),
(56257, '3298', '71.00', '6', '5.001', '10', '30000000', '34999999', '50000000', '54999999', NULL, 1652900985),
(56258, '3220', '214.00', '2', '5.001', '10', '30000000', '34999999', '50000000', '54999999', NULL, 1652900986),
(56259, '3298', '116.00', '6', '10.001', '15', '30000000', '34999999', '50000000', '54999999', NULL, 1652900987),
(56260, '3220', '346.00', '2', '10.001', '15', '30000000', '34999999', '50000000', '54999999', NULL, 1652900987),
(56261, '3298', '160.00', '6', '15.001', '20', '30000000', '34999999', '50000000', '54999999', NULL, 1652900988),
(56262, '3220', '479.00', '2', '15.001', '20', '30000000', '34999999', '50000000', '54999999', NULL, 1652900988),
(56263, '3298', '205.00', '6', '20.001', '25', '30000000', '34999999', '50000000', '54999999', NULL, 1652900989),
(56264, '3220', '612.00', '2', '20.001', '25', '30000000', '34999999', '50000000', '54999999', NULL, 1652900989),
(56265, '3298', '249.00', '6', '25.001', '30', '30000000', '34999999', '50000000', '54999999', NULL, 1652900990),
(56266, '3220', '744.00', '2', '25.001', '30', '30000000', '34999999', '50000000', '54999999', NULL, 1652900990),
(56267, '3298', '90.00', '10', '0.3', '5', '30000000', '34999999', '55000000', '56999999', NULL, 1652900991),
(56268, '3220', '183.00', '7', '0.3', '5', '30000000', '34999999', '55000000', '56999999', NULL, 1652900991),
(56269, '3298', '133.00', '10', '5.001', '10', '30000000', '34999999', '55000000', '56999999', NULL, 1652900992),
(56270, '3220', '266.00', '7', '5.001', '10', '30000000', '34999999', '55000000', '56999999', NULL, 1652900992),
(56271, '3298', '215.00', '10', '10.001', '15', '30000000', '34999999', '55000000', '56999999', NULL, 1652900992),
(56272, '3220', '430.00', '7', '10.001', '15', '30000000', '34999999', '55000000', '56999999', NULL, 1652900993),
(56273, '3298', '298.00', '10', '15.001', '20', '30000000', '34999999', '55000000', '56999999', NULL, 1652900994),
(56274, '3220', '595.00', '7', '15.001', '20', '30000000', '34999999', '55000000', '56999999', NULL, 1652900994),
(56275, '3298', '380.00', '10', '20.001', '25', '30000000', '34999999', '55000000', '56999999', NULL, 1652900995),
(56276, '3220', '760.00', '7', '20.001', '25', '30000000', '34999999', '55000000', '56999999', NULL, 1652900995),
(56277, '3298', '463.00', '10', '25.001', '30', '30000000', '34999999', '55000000', '56999999', NULL, 1652900996),
(56278, '3220', '925.00', '7', '25.001', '30', '30000000', '34999999', '55000000', '56999999', NULL, 1652900996),
(56279, '3298', '45.00', '7', '0.3', '5', '30000000', '34999999', '57000000', '57099999', NULL, 1652900996),
(56280, '3220', '137.00', '3', '0.3', '5', '30000000', '34999999', '57000000', '57099999', NULL, 1652900997),
(56281, '3298', '71.00', '7', '5.001', '10', '30000000', '34999999', '57000000', '57099999', NULL, 1652900997),
(56282, '3220', '214.00', '3', '5.001', '10', '30000000', '34999999', '57000000', '57099999', NULL, 1652900998),
(56283, '3298', '116.00', '7', '10.001', '15', '30000000', '34999999', '57000000', '57099999', NULL, 1652900998),
(56284, '3220', '346.00', '3', '10.001', '15', '30000000', '34999999', '57000000', '57099999', NULL, 1652900999),
(56285, '3298', '160.00', '7', '15.001', '20', '30000000', '34999999', '57000000', '57099999', NULL, 1652900999),
(56286, '3220', '479.00', '3', '15.001', '20', '30000000', '34999999', '57000000', '57099999', NULL, 1652900999),
(56287, '3298', '205.00', '7', '20.001', '25', '30000000', '34999999', '57000000', '57099999', NULL, 1652901000),
(56288, '3220', '612.00', '3', '20.001', '25', '30000000', '34999999', '57000000', '57099999', NULL, 1652901000),
(56289, '3298', '249.00', '7', '25.001', '30', '30000000', '34999999', '57000000', '57099999', NULL, 1652901001),
(56290, '3220', '744.00', '3', '25.001', '30', '30000000', '34999999', '57000000', '57099999', NULL, 1652901002),
(56291, '3298', '45.00', '8', '0.3', '5', '30000000', '34999999', '57100000', '57999999', NULL, 1652901002),
(56292, '3220', '137.00', '5', '0.3', '5', '30000000', '34999999', '57100000', '57999999', NULL, 1652901002),
(56293, '3298', '71.00', '8', '5.001', '10', '30000000', '34999999', '57100000', '57999999', NULL, 1652901003),
(56294, '3220', '214.00', '5', '5.001', '10', '30000000', '34999999', '57100000', '57999999', NULL, 1652901003),
(56295, '3298', '116.00', '8', '10.001', '15', '30000000', '34999999', '57100000', '57999999', NULL, 1652901003),
(56296, '3220', '346.00', '5', '10.001', '15', '30000000', '34999999', '57100000', '57999999', NULL, 1652901004),
(56297, '3298', '160.00', '8', '15.001', '20', '30000000', '34999999', '57100000', '57999999', NULL, 1652901004),
(56298, '3220', '479.00', '5', '15.001', '20', '30000000', '34999999', '57100000', '57999999', NULL, 1652901005),
(56299, '3298', '205.00', '8', '20.001', '25', '30000000', '34999999', '57100000', '57999999', NULL, 1652901005),
(56300, '3220', '612.00', '5', '20.001', '25', '30000000', '34999999', '57100000', '57999999', NULL, 1652901006),
(56301, '3298', '249.00', '8', '25.001', '30', '30000000', '34999999', '57100000', '57999999', NULL, 1652901007),
(56302, '3220', '744.00', '5', '25.001', '30', '30000000', '34999999', '57100000', '57999999', NULL, 1652901007),
(56303, '3298', '45.00', '8', '0.3', '5', '30000000', '34999999', '58000000', '58099999', NULL, 1652901008),
(56304, '3220', '137.00', '4', '0.3', '5', '30000000', '34999999', '58000000', '58099999', NULL, 1652901008),
(56305, '3298', '71.00', '8', '5.001', '10', '30000000', '34999999', '58000000', '58099999', NULL, 1652901009),
(56306, '3220', '214.00', '4', '5.001', '10', '30000000', '34999999', '58000000', '58099999', NULL, 1652901009),
(56307, '3298', '116.00', '8', '10.001', '15', '30000000', '34999999', '58000000', '58099999', NULL, 1652901010),
(56308, '3220', '346.00', '4', '10.001', '15', '30000000', '34999999', '58000000', '58099999', NULL, 1652901010),
(56309, '3298', '160.00', '8', '15.001', '20', '30000000', '34999999', '58000000', '58099999', NULL, 1652901010),
(56310, '3220', '479.00', '4', '15.001', '20', '30000000', '34999999', '58000000', '58099999', NULL, 1652901011),
(56311, '3298', '205.00', '8', '20.001', '25', '30000000', '34999999', '58000000', '58099999', NULL, 1652901011),
(56312, '3220', '612.00', '4', '20.001', '25', '30000000', '34999999', '58000000', '58099999', NULL, 1652901012),
(56313, '3298', '249.00', '8', '25.001', '30', '30000000', '34999999', '58000000', '58099999', NULL, 1652901012),
(56314, '3220', '744.00', '4', '25.001', '30', '30000000', '34999999', '58000000', '58099999', NULL, 1652901013),
(56315, '3298', '90.00', '11', '0.3', '5', '30000000', '34999999', '58100000', '58999999', NULL, 1652901013),
(56316, '3220', '183.00', '9', '0.3', '5', '30000000', '34999999', '58100000', '58999999', NULL, 1652901014),
(56317, '3298', '133.00', '11', '5.001', '10', '30000000', '34999999', '58100000', '58999999', NULL, 1652901014),
(56318, '3220', '266.00', '9', '5.001', '10', '30000000', '34999999', '58100000', '58999999', NULL, 1652901015),
(56319, '3298', '215.00', '11', '10.001', '15', '30000000', '34999999', '58100000', '58999999', NULL, 1652901015),
(56320, '3220', '430.00', '9', '10.001', '15', '30000000', '34999999', '58100000', '58999999', NULL, 1652901016),
(56321, '3298', '298.00', '11', '15.001', '20', '30000000', '34999999', '58100000', '58999999', NULL, 1652901016),
(56322, '3220', '595.00', '9', '15.001', '20', '30000000', '34999999', '58100000', '58999999', NULL, 1652901016),
(56323, '3298', '380.00', '11', '20.001', '25', '30000000', '34999999', '58100000', '58999999', NULL, 1652901017),
(56324, '3220', '760.00', '9', '20.001', '25', '30000000', '34999999', '58100000', '58999999', NULL, 1652901018),
(56325, '3298', '463.00', '11', '25.001', '30', '30000000', '34999999', '58100000', '58999999', NULL, 1652901018),
(56326, '3220', '925.00', '9', '25.001', '30', '30000000', '34999999', '58100000', '58999999', NULL, 1652901018),
(56327, '3298', '45.00', '8', '0.3', '5', '30000000', '34999999', '59000000', '59099999', NULL, 1652901019),
(56328, '3220', '137.00', '4', '0.3', '5', '30000000', '34999999', '59000000', '59099999', NULL, 1652901020),
(56329, '3298', '71.00', '8', '5.001', '10', '30000000', '34999999', '59000000', '59099999', NULL, 1652901020),
(56330, '3220', '214.00', '4', '5.001', '10', '30000000', '34999999', '59000000', '59099999', NULL, 1652901021),
(56331, '3298', '116.00', '8', '10.001', '15', '30000000', '34999999', '59000000', '59099999', NULL, 1652901021),
(56332, '3220', '346.00', '4', '10.001', '15', '30000000', '34999999', '59000000', '59099999', NULL, 1652901022),
(56333, '3298', '160.00', '8', '15.001', '20', '30000000', '34999999', '59000000', '59099999', NULL, 1652901022),
(56334, '3220', '479.00', '4', '15.001', '20', '30000000', '34999999', '59000000', '59099999', NULL, 1652901023),
(56335, '3298', '205.00', '8', '20.001', '25', '30000000', '34999999', '59000000', '59099999', NULL, 1652901023),
(56336, '3220', '612.00', '4', '20.001', '25', '30000000', '34999999', '59000000', '59099999', NULL, 1652901024),
(56337, '3298', '249.00', '8', '25.001', '30', '30000000', '34999999', '59000000', '59099999', NULL, 1652901025),
(56338, '3220', '744.00', '4', '25.001', '30', '30000000', '34999999', '59000000', '59099999', NULL, 1652901025),
(56339, '3298', '45.00', '8', '0.3', '5', '30000000', '34999999', '59100000', '59999999', NULL, 1652901025),
(56340, '3220', '137.00', '4', '0.3', '5', '30000000', '34999999', '59100000', '59999999', NULL, 1652901026),
(56341, '3298', '71.00', '8', '5.001', '10', '30000000', '34999999', '59100000', '59999999', NULL, 1652901026),
(56342, '3220', '214.00', '4', '5.001', '10', '30000000', '34999999', '59100000', '59999999', NULL, 1652901027),
(56343, '3298', '116.00', '8', '10.001', '15', '30000000', '34999999', '59100000', '59999999', NULL, 1652901027),
(56344, '3220', '346.00', '4', '10.001', '15', '30000000', '34999999', '59100000', '59999999', NULL, 1652901028),
(56345, '3298', '160.00', '8', '15.001', '20', '30000000', '34999999', '59100000', '59999999', NULL, 1652901028),
(56346, '3220', '479.00', '4', '15.001', '20', '30000000', '34999999', '59100000', '59999999', NULL, 1652901029),
(56347, '3298', '205.00', '8', '20.001', '25', '30000000', '34999999', '59100000', '59999999', NULL, 1652901029),
(56348, '3220', '612.00', '4', '20.001', '25', '30000000', '34999999', '59100000', '59999999', NULL, 1652901030),
(56349, '3298', '249.00', '8', '25.001', '30', '30000000', '34999999', '59100000', '59999999', NULL, 1652901030),
(56350, '3220', '744.00', '4', '25.001', '30', '30000000', '34999999', '59100000', '59999999', NULL, 1652901031),
(56351, '3298', '45.00', '7', '0.3', '5', '30000000', '34999999', '60000000', '60999999', NULL, 1652901031),
(56352, '3220', '137.00', '2', '0.3', '5', '30000000', '34999999', '60000000', '60999999', NULL, 1652901032),
(56353, '3298', '71.00', '7', '5.001', '10', '30000000', '34999999', '60000000', '60999999', NULL, 1652901032),
(56354, '3220', '214.00', '2', '5.001', '10', '30000000', '34999999', '60000000', '60999999', NULL, 1652901033),
(56355, '3298', '116.00', '7', '10.001', '15', '30000000', '34999999', '60000000', '60999999', NULL, 1652901033),
(56356, '3220', '346.00', '2', '10.001', '15', '30000000', '34999999', '60000000', '60999999', NULL, 1652901034),
(56357, '3298', '160.00', '7', '15.001', '20', '30000000', '34999999', '60000000', '60999999', NULL, 1652901034),
(56358, '3220', '479.00', '2', '15.001', '20', '30000000', '34999999', '60000000', '60999999', NULL, 1652901035),
(56359, '3298', '205.00', '7', '20.001', '25', '30000000', '34999999', '60000000', '60999999', NULL, 1652901035),
(56360, '3220', '612.00', '2', '20.001', '25', '30000000', '34999999', '60000000', '60999999', NULL, 1652901035),
(56361, '3298', '249.00', '7', '25.001', '30', '30000000', '34999999', '60000000', '60999999', NULL, 1652901036),
(56362, '3220', '744.00', '2', '25.001', '30', '30000000', '34999999', '60000000', '60999999', NULL, 1652901036),
(56363, '3298', '45.00', '7', '0.3', '5', '30000000', '34999999', '60000000', '61900999', NULL, 1652901037),
(56364, '3220', '137.00', '2', '0.3', '5', '30000000', '34999999', '60000000', '61900999', NULL, 1652901037),
(56365, '3298', '71.00', '7', '5.001', '10', '30000000', '34999999', '60000000', '61900999', NULL, 1652901037),
(56366, '3220', '214.00', '2', '5.001', '10', '30000000', '34999999', '60000000', '61900999', NULL, 1652901038),
(56367, '3298', '116.00', '7', '10.001', '15', '30000000', '34999999', '60000000', '61900999', NULL, 1652901038),
(56368, '3220', '346.00', '2', '10.001', '15', '30000000', '34999999', '60000000', '61900999', NULL, 1652901039),
(56369, '3298', '160.00', '7', '15.001', '20', '30000000', '34999999', '60000000', '61900999', NULL, 1652901039),
(56370, '3220', '479.00', '2', '15.001', '20', '30000000', '34999999', '60000000', '61900999', NULL, 1652901040),
(56371, '3298', '205.00', '7', '20.001', '25', '30000000', '34999999', '60000000', '61900999', NULL, 1652901040),
(56372, '3220', '612.00', '2', '20.001', '25', '30000000', '34999999', '60000000', '61900999', NULL, 1652901041),
(56373, '3298', '249.00', '7', '25.001', '30', '30000000', '34999999', '60000000', '61900999', NULL, 1652901041),
(56374, '3220', '744.00', '2', '25.001', '30', '30000000', '34999999', '60000000', '61900999', NULL, 1652901041),
(56375, '3298', '90.00', '11', '0.3', '5', '30000000', '34999999', '61901000', '63999999', NULL, 1652901042),
(56376, '3220', '183.00', '7', '0.3', '5', '30000000', '34999999', '61901000', '63999999', NULL, 1652901042),
(56377, '3298', '133.00', '11', '5.001', '10', '30000000', '34999999', '61901000', '63999999', NULL, 1652901043),
(56378, '3220', '266.00', '7', '5.001', '10', '30000000', '34999999', '61901000', '63999999', NULL, 1652901043),
(56379, '3298', '215.00', '11', '10.001', '15', '30000000', '34999999', '61901000', '63999999', NULL, 1652901043),
(56380, '3220', '430.00', '7', '10.001', '15', '30000000', '34999999', '61901000', '63999999', NULL, 1652901044),
(56381, '3298', '298.00', '11', '15.001', '20', '30000000', '34999999', '61901000', '63999999', NULL, 1652901044),
(56382, '3220', '595.00', '7', '15.001', '20', '30000000', '34999999', '61901000', '63999999', NULL, 1652901045),
(56383, '3298', '380.00', '11', '20.001', '25', '30000000', '34999999', '61901000', '63999999', NULL, 1652901045),
(56384, '3220', '760.00', '7', '20.001', '25', '30000000', '34999999', '61901000', '63999999', NULL, 1652901045),
(56385, '3298', '463.00', '11', '25.001', '30', '30000000', '34999999', '61901000', '63999999', NULL, 1652901046),
(56386, '3220', '925.00', '7', '25.001', '30', '30000000', '34999999', '61901000', '63999999', NULL, 1652901046),
(56387, '3298', '45.00', '9', '0.3', '5', '30000000', '34999999', '64000000', '64099999', NULL, 1652901047),
(56388, '3220', '137.00', '5', '0.3', '5', '30000000', '34999999', '64000000', '64099999', NULL, 1652901047),
(56389, '3298', '71.00', '9', '5.001', '10', '30000000', '34999999', '64000000', '64099999', NULL, 1652901048),
(56390, '3220', '214.00', '5', '5.001', '10', '30000000', '34999999', '64000000', '64099999', NULL, 1652901048),
(56391, '3298', '116.00', '9', '10.001', '15', '30000000', '34999999', '64000000', '64099999', NULL, 1652901048),
(56392, '3220', '346.00', '5', '10.001', '15', '30000000', '34999999', '64000000', '64099999', NULL, 1652901049),
(56393, '3298', '160.00', '9', '15.001', '20', '30000000', '34999999', '64000000', '64099999', NULL, 1652901050),
(56394, '3220', '479.00', '5', '15.001', '20', '30000000', '34999999', '64000000', '64099999', NULL, 1652901050),
(56395, '3298', '205.00', '9', '20.001', '25', '30000000', '34999999', '64000000', '64099999', NULL, 1652901050),
(56396, '3220', '612.00', '5', '20.001', '25', '30000000', '34999999', '64000000', '64099999', NULL, 1652901051),
(56397, '3298', '249.00', '9', '25.001', '30', '30000000', '34999999', '64000000', '64099999', NULL, 1652901051),
(56398, '3220', '744.00', '5', '25.001', '30', '30000000', '34999999', '64000000', '64099999', NULL, 1652901052),
(56399, '3298', '90.00', '11', '0.3', '5', '30000000', '34999999', '64100000', '64999999', NULL, 1652901052),
(56400, '3220', '183.00', '8', '0.3', '5', '30000000', '34999999', '64100000', '64999999', NULL, 1652901053),
(56401, '3298', '133.00', '11', '5.001', '10', '30000000', '34999999', '64100000', '64999999', NULL, 1652901053),
(56402, '3220', '266.00', '8', '5.001', '10', '30000000', '34999999', '64100000', '64999999', NULL, 1652901054),
(56403, '3298', '215.00', '11', '10.001', '15', '30000000', '34999999', '64100000', '64999999', NULL, 1652901054),
(56404, '3220', '430.00', '8', '10.001', '15', '30000000', '34999999', '64100000', '64999999', NULL, 1652901054),
(56405, '3298', '298.00', '11', '15.001', '20', '30000000', '34999999', '64100000', '64999999', NULL, 1652901055),
(56406, '3220', '595.00', '8', '15.001', '20', '30000000', '34999999', '64100000', '64999999', NULL, 1652901055),
(56407, '3298', '380.00', '11', '20.001', '25', '30000000', '34999999', '64100000', '64999999', NULL, 1652901056),
(56408, '3220', '760.00', '8', '20.001', '25', '30000000', '34999999', '64100000', '64999999', NULL, 1652901056),
(56409, '3298', '463.00', '11', '25.001', '30', '30000000', '34999999', '64100000', '64999999', NULL, 1652901057),
(56410, '3220', '925.00', '8', '25.001', '30', '30000000', '34999999', '64100000', '64999999', NULL, 1652901057),
(56411, '3298', '45.00', '10', '0.3', '5', '30000000', '34999999', '65000000', '65099999', NULL, 1652901058),
(56412, '3220', '137.00', '6', '0.3', '5', '30000000', '34999999', '65000000', '65099999', NULL, 1652901058),
(56413, '3298', '71.00', '10', '5.001', '10', '30000000', '34999999', '65000000', '65099999', NULL, 1652901059),
(56414, '3220', '214.00', '6', '5.001', '10', '30000000', '34999999', '65000000', '65099999', NULL, 1652901059),
(56415, '3298', '116.00', '10', '10.001', '15', '30000000', '34999999', '65000000', '65099999', NULL, 1652901060),
(56416, '3220', '346.00', '6', '10.001', '15', '30000000', '34999999', '65000000', '65099999', NULL, 1652901060),
(56417, '3298', '160.00', '10', '15.001', '20', '30000000', '34999999', '65000000', '65099999', NULL, 1652901061),
(56418, '3220', '479.00', '6', '15.001', '20', '30000000', '34999999', '65000000', '65099999', NULL, 1652901061),
(56419, '3298', '205.00', '10', '20.001', '25', '30000000', '34999999', '65000000', '65099999', NULL, 1652901061),
(56420, '3220', '612.00', '6', '20.001', '25', '30000000', '34999999', '65000000', '65099999', NULL, 1652901062),
(56421, '3298', '249.00', '10', '25.001', '30', '30000000', '34999999', '65000000', '65099999', NULL, 1652901062),
(56422, '3220', '744.00', '6', '25.001', '30', '30000000', '34999999', '65000000', '65099999', NULL, 1652901063),
(56423, '3298', '90.00', '13', '0.3', '5', '30000000', '34999999', '65100000', '65999999', NULL, 1652901063),
(56424, '3220', '183.00', '10', '0.3', '5', '30000000', '34999999', '65100000', '65999999', NULL, 1652901064),
(56425, '3298', '133.00', '13', '5.001', '10', '30000000', '34999999', '65100000', '65999999', NULL, 1652901064),
(56426, '3220', '266.00', '10', '5.001', '10', '30000000', '34999999', '65100000', '65999999', NULL, 1652901065),
(56427, '3298', '215.00', '13', '10.001', '15', '30000000', '34999999', '65100000', '65999999', NULL, 1652901065),
(56428, '3220', '430.00', '10', '10.001', '15', '30000000', '34999999', '65100000', '65999999', NULL, 1652901066),
(56429, '3298', '298.00', '13', '15.001', '20', '30000000', '34999999', '65100000', '65999999', NULL, 1652901066),
(56430, '3220', '595.00', '10', '15.001', '20', '30000000', '34999999', '65100000', '65999999', NULL, 1652901066),
(56431, '3298', '380.00', '13', '20.001', '25', '30000000', '34999999', '65100000', '65999999', NULL, 1652901067),
(56432, '3220', '760.00', '10', '20.001', '25', '30000000', '34999999', '65100000', '65999999', NULL, 1652901067),
(56433, '3298', '463.00', '13', '25.001', '30', '30000000', '34999999', '65100000', '65999999', NULL, 1652901068),
(56434, '3220', '925.00', '10', '25.001', '30', '30000000', '34999999', '65100000', '65999999', NULL, 1652901068),
(56435, '3298', '45.00', '9', '0.3', '5', '30000000', '34999999', '66000000', '66999999', NULL, 1652901069),
(56436, '3220', '137.00', '5', '0.3', '5', '30000000', '34999999', '66000000', '66999999', NULL, 1652901069),
(56437, '3298', '71.00', '9', '5.001', '10', '30000000', '34999999', '66000000', '66999999', NULL, 1652901070),
(56438, '3220', '214.00', '5', '5.001', '10', '30000000', '34999999', '66000000', '66999999', NULL, 1652901070),
(56439, '3298', '116.00', '9', '10.001', '15', '30000000', '34999999', '66000000', '66999999', NULL, 1652901070),
(56440, '3220', '346.00', '5', '10.001', '15', '30000000', '34999999', '66000000', '66999999', NULL, 1652901070),
(56441, '3298', '160.00', '9', '15.001', '20', '30000000', '34999999', '66000000', '66999999', NULL, 1652901071),
(56442, '3220', '479.00', '5', '15.001', '20', '30000000', '34999999', '66000000', '66999999', NULL, 1652901071),
(56443, '3298', '205.00', '9', '20.001', '25', '30000000', '34999999', '66000000', '66999999', NULL, 1652901072),
(56444, '3220', '612.00', '5', '20.001', '25', '30000000', '34999999', '66000000', '66999999', NULL, 1652901072),
(56445, '3298', '249.00', '9', '25.001', '30', '30000000', '34999999', '66000000', '66999999', NULL, 1652901073),
(56446, '3220', '744.00', '5', '25.001', '30', '30000000', '34999999', '66000000', '66999999', NULL, 1652901074),
(56447, '3298', '45.00', '9', '0.3', '5', '30000000', '34999999', '66000000', '67999999', NULL, 1652901074),
(56448, '3220', '137.00', '5', '0.3', '5', '30000000', '34999999', '66000000', '67999999', NULL, 1652901075),
(56449, '3298', '71.00', '9', '5.001', '10', '30000000', '34999999', '66000000', '67999999', NULL, 1652901075),
(56450, '3220', '214.00', '5', '5.001', '10', '30000000', '34999999', '66000000', '67999999', NULL, 1652901076),
(56451, '3298', '116.00', '9', '10.001', '15', '30000000', '34999999', '66000000', '67999999', NULL, 1652901076),
(56452, '3220', '346.00', '5', '10.001', '15', '30000000', '34999999', '66000000', '67999999', NULL, 1652901077),
(56453, '3298', '160.00', '9', '15.001', '20', '30000000', '34999999', '66000000', '67999999', NULL, 1652901077),
(56454, '3220', '479.00', '5', '15.001', '20', '30000000', '34999999', '66000000', '67999999', NULL, 1652901078),
(56455, '3298', '205.00', '9', '20.001', '25', '30000000', '34999999', '66000000', '67999999', NULL, 1652901078),
(56456, '3220', '612.00', '5', '20.001', '25', '30000000', '34999999', '66000000', '67999999', NULL, 1652901079),
(56457, '3298', '249.00', '9', '25.001', '30', '30000000', '34999999', '66000000', '67999999', NULL, 1652901080),
(56458, '3220', '744.00', '5', '25.001', '30', '30000000', '34999999', '66000000', '67999999', NULL, 1652901080),
(56459, '3298', '90.00', '11', '0.3', '5', '30000000', '34999999', '68000000', '68899999', NULL, 1652901081),
(56460, '3220', '183.00', '9', '0.3', '5', '30000000', '34999999', '68000000', '68899999', NULL, 1652901081),
(56461, '3298', '133.00', '11', '5.001', '10', '30000000', '34999999', '68000000', '68899999', NULL, 1652901081),
(56462, '3220', '266.00', '9', '5.001', '10', '30000000', '34999999', '68000000', '68899999', NULL, 1652901082),
(56463, '3298', '215.00', '11', '10.001', '15', '30000000', '34999999', '68000000', '68899999', NULL, 1652901082),
(56464, '3220', '430.00', '9', '10.001', '15', '30000000', '34999999', '68000000', '68899999', NULL, 1652901083),
(56465, '3298', '298.00', '11', '15.001', '20', '30000000', '34999999', '68000000', '68899999', NULL, 1652901083),
(56466, '3220', '595.00', '9', '15.001', '20', '30000000', '34999999', '68000000', '68899999', NULL, 1652901084),
(56467, '3298', '380.00', '11', '20.001', '25', '30000000', '34999999', '68000000', '68899999', NULL, 1652901084),
(56468, '3220', '760.00', '9', '20.001', '25', '30000000', '34999999', '68000000', '68899999', NULL, 1652901085),
(56469, '3298', '463.00', '11', '25.001', '30', '30000000', '34999999', '68000000', '68899999', NULL, 1652901085),
(56470, '3220', '925.00', '9', '25.001', '30', '30000000', '34999999', '68000000', '68899999', NULL, 1652901086),
(56471, '3298', '45.00', '20', '0.3', '5', '30000000', '34999999', '68900000', '68914999', NULL, 1652901086),
(56472, '3220', '137.00', '12', '0.3', '5', '30000000', '34999999', '68900000', '68914999', NULL, 1652901087),
(56473, '3298', '71.00', '20', '5.001', '10', '30000000', '34999999', '68900000', '68914999', NULL, 1652901087),
(56474, '3220', '214.00', '12', '5.001', '10', '30000000', '34999999', '68900000', '68914999', NULL, 1652901088),
(56475, '3298', '116.00', '20', '10.001', '15', '30000000', '34999999', '68900000', '68914999', NULL, 1652901088),
(56476, '3220', '346.00', '12', '10.001', '15', '30000000', '34999999', '68900000', '68914999', NULL, 1652901089),
(56477, '3298', '160.00', '20', '15.001', '20', '30000000', '34999999', '68900000', '68914999', NULL, 1652901089),
(56478, '3220', '479.00', '12', '15.001', '20', '30000000', '34999999', '68900000', '68914999', NULL, 1652901090),
(56479, '3298', '205.00', '20', '20.001', '25', '30000000', '34999999', '68900000', '68914999', NULL, 1652901090),
(56480, '3220', '612.00', '12', '20.001', '25', '30000000', '34999999', '68900000', '68914999', NULL, 1652901091),
(56481, '3298', '249.00', '20', '25.001', '30', '30000000', '34999999', '68900000', '68914999', NULL, 1652901091),
(56482, '3220', '744.00', '12', '25.001', '30', '30000000', '34999999', '68900000', '68914999', NULL, 1652901092),
(56483, '3298', '90.00', '21', '0.3', '5', '30000000', '34999999', '68915000', '68999999', NULL, 1652901092),
(56484, '3220', '183.00', '14', '0.3', '5', '30000000', '34999999', '68915000', '68999999', NULL, 1652901093),
(56485, '3298', '133.00', '21', '5.001', '10', '30000000', '34999999', '68915000', '68999999', NULL, 1652901093),
(56486, '3220', '266.00', '14', '5.001', '10', '30000000', '34999999', '68915000', '68999999', NULL, 1652901094),
(56487, '3298', '215.00', '21', '10.001', '15', '30000000', '34999999', '68915000', '68999999', NULL, 1652901095),
(56488, '3220', '430.00', '14', '10.001', '15', '30000000', '34999999', '68915000', '68999999', NULL, 1652901095),
(56489, '3298', '298.00', '21', '15.001', '20', '30000000', '34999999', '68915000', '68999999', NULL, 1652901096),
(56490, '3220', '595.00', '14', '15.001', '20', '30000000', '34999999', '68915000', '68999999', NULL, 1652901096),
(56491, '3298', '380.00', '21', '20.001', '25', '30000000', '34999999', '68915000', '68999999', NULL, 1652901097),
(56492, '3220', '760.00', '14', '20.001', '25', '30000000', '34999999', '68915000', '68999999', NULL, 1652901097),
(56493, '3298', '463.00', '21', '25.001', '30', '30000000', '34999999', '68915000', '68999999', NULL, 1652901097),
(56494, '3220', '925.00', '14', '25.001', '30', '30000000', '34999999', '68915000', '68999999', NULL, 1652901098),
(56495, '3298', '45.00', '21', '0.3', '5', '30000000', '34999999', '69000000', '69099999', NULL, 1652901098),
(56496, '3220', '137.00', '3', '0.3', '5', '30000000', '34999999', '69000000', '69099999', NULL, 1652901099),
(56497, '3298', '71.00', '21', '5.001', '10', '30000000', '34999999', '69000000', '69099999', NULL, 1652901099),
(56498, '3220', '214.00', '3', '5.001', '10', '30000000', '34999999', '69000000', '69099999', NULL, 1652901100),
(56499, '3298', '116.00', '21', '10.001', '15', '30000000', '34999999', '69000000', '69099999', NULL, 1652901100),
(56500, '3220', '346.00', '3', '10.001', '15', '30000000', '34999999', '69000000', '69099999', NULL, 1652901101),
(56501, '3298', '160.00', '21', '15.001', '20', '30000000', '34999999', '69000000', '69099999', NULL, 1652901101),
(56502, '3220', '479.00', '3', '15.001', '20', '30000000', '34999999', '69000000', '69099999', NULL, 1652901102),
(56503, '3298', '205.00', '21', '20.001', '25', '30000000', '34999999', '69000000', '69099999', NULL, 1652901102),
(56504, '3220', '612.00', '3', '20.001', '25', '30000000', '34999999', '69000000', '69099999', NULL, 1652901103),
(56505, '3298', '249.00', '21', '25.001', '30', '30000000', '34999999', '69000000', '69099999', NULL, 1652901103),
(56506, '3220', '744.00', '3', '25.001', '30', '30000000', '34999999', '69000000', '69099999', NULL, 1652901104),
(56507, '3298', '90.00', '28', '0.3', '5', '30000000', '34999999', '69100000', '69299999', NULL, 1652901104),
(56508, '3220', '183.00', '6', '0.3', '5', '30000000', '34999999', '69100000', '69299999', NULL, 1652901104),
(56509, '3298', '133.00', '28', '5.001', '10', '30000000', '34999999', '69100000', '69299999', NULL, 1652901105),
(56510, '3220', '266.00', '6', '5.001', '10', '30000000', '34999999', '69100000', '69299999', NULL, 1652901105),
(56511, '3298', '215.00', '28', '10.001', '15', '30000000', '34999999', '69100000', '69299999', NULL, 1652901106),
(56512, '3220', '430.00', '6', '10.001', '15', '30000000', '34999999', '69100000', '69299999', NULL, 1652901106),
(56513, '3298', '298.00', '28', '15.001', '20', '30000000', '34999999', '69100000', '69299999', NULL, 1652901107),
(56514, '3220', '595.00', '6', '15.001', '20', '30000000', '34999999', '69100000', '69299999', NULL, 1652901107),
(56515, '3298', '380.00', '28', '20.001', '25', '30000000', '34999999', '69100000', '69299999', NULL, 1652901108),
(56516, '3220', '760.00', '6', '20.001', '25', '30000000', '34999999', '69100000', '69299999', NULL, 1652901109),
(56517, '3298', '463.00', '28', '25.001', '30', '30000000', '34999999', '69100000', '69299999', NULL, 1652901109),
(56518, '3220', '925.00', '6', '25.001', '30', '30000000', '34999999', '69100000', '69299999', NULL, 1652901110),
(56519, '3298', '45.00', '21', '0.3', '5', '30000000', '34999999', '69300000', '69339999', NULL, 1652901110),
(56520, '3220', '137.00', '3', '0.3', '5', '30000000', '34999999', '69300000', '69339999', NULL, 1652901110),
(56521, '3298', '71.00', '21', '5.001', '10', '30000000', '34999999', '69300000', '69339999', NULL, 1652901111),
(56522, '3220', '214.00', '3', '5.001', '10', '30000000', '34999999', '69300000', '69339999', NULL, 1652901111),
(56523, '3298', '116.00', '21', '10.001', '15', '30000000', '34999999', '69300000', '69339999', NULL, 1652901112),
(56524, '3220', '346.00', '3', '10.001', '15', '30000000', '34999999', '69300000', '69339999', NULL, 1652901112),
(56525, '3298', '160.00', '21', '15.001', '20', '30000000', '34999999', '69300000', '69339999', NULL, 1652901112),
(56526, '3220', '479.00', '3', '15.001', '20', '30000000', '34999999', '69300000', '69339999', NULL, 1652901113),
(56527, '3298', '205.00', '21', '20.001', '25', '30000000', '34999999', '69300000', '69339999', NULL, 1652901113),
(56528, '3220', '612.00', '3', '20.001', '25', '30000000', '34999999', '69300000', '69339999', NULL, 1652901114),
(56529, '3298', '249.00', '21', '25.001', '30', '30000000', '34999999', '69300000', '69339999', NULL, 1652901115),
(56530, '3220', '744.00', '3', '25.001', '30', '30000000', '34999999', '69300000', '69339999', NULL, 1652901115),
(56531, '3298', '90.00', '28', '0.3', '5', '30000000', '34999999', '69340000', '69389999', NULL, 1652901115),
(56532, '3220', '183.00', '9', '0.3', '5', '30000000', '34999999', '69340000', '69389999', NULL, 1652901116),
(56533, '3298', '133.00', '28', '5.001', '10', '30000000', '34999999', '69340000', '69389999', NULL, 1652901117),
(56534, '3220', '266.00', '9', '5.001', '10', '30000000', '34999999', '69340000', '69389999', NULL, 1652901117),
(56535, '3298', '215.00', '28', '10.001', '15', '30000000', '34999999', '69340000', '69389999', NULL, 1652901117),
(56536, '3220', '430.00', '9', '10.001', '15', '30000000', '34999999', '69340000', '69389999', NULL, 1652901118),
(56537, '3298', '298.00', '28', '15.001', '20', '30000000', '34999999', '69340000', '69389999', NULL, 1652901118),
(56538, '3220', '595.00', '9', '15.001', '20', '30000000', '34999999', '69340000', '69389999', NULL, 1652901119),
(56539, '3298', '380.00', '28', '20.001', '25', '30000000', '34999999', '69340000', '69389999', NULL, 1652901120),
(56540, '3220', '760.00', '9', '20.001', '25', '30000000', '34999999', '69340000', '69389999', NULL, 1652901122),
(56541, '3298', '463.00', '28', '25.001', '30', '30000000', '34999999', '69340000', '69389999', NULL, 1652901122),
(56542, '3220', '925.00', '9', '25.001', '30', '30000000', '34999999', '69340000', '69389999', NULL, 1652901123),
(56543, '3298', '45.00', '10', '0.3', '5', '30000000', '34999999', '69900000', '69920999', NULL, 1652901123),
(56544, '3220', '137.00', '6', '0.3', '5', '30000000', '34999999', '69900000', '69920999', NULL, 1652901124),
(56545, '3298', '71.00', '10', '5.001', '10', '30000000', '34999999', '69900000', '69920999', NULL, 1652901124),
(56546, '3220', '214.00', '6', '5.001', '10', '30000000', '34999999', '69900000', '69920999', NULL, 1652901124),
(56547, '3298', '116.00', '10', '10.001', '15', '30000000', '34999999', '69900000', '69920999', NULL, 1652901125),
(56548, '3220', '346.00', '6', '10.001', '15', '30000000', '34999999', '69900000', '69920999', NULL, 1652901125),
(56549, '3298', '160.00', '10', '15.001', '20', '30000000', '34999999', '69900000', '69920999', NULL, 1652901126),
(56550, '3220', '479.00', '6', '15.001', '20', '30000000', '34999999', '69900000', '69920999', NULL, 1652901126),
(56551, '3298', '205.00', '10', '20.001', '25', '30000000', '34999999', '69900000', '69920999', NULL, 1652901126),
(56552, '3220', '612.00', '6', '20.001', '25', '30000000', '34999999', '69900000', '69920999', NULL, 1652901127);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(56553, '3298', '249.00', '10', '25.001', '30', '30000000', '34999999', '69900000', '69920999', NULL, 1652901127),
(56554, '3220', '744.00', '6', '25.001', '30', '30000000', '34999999', '69900000', '69920999', NULL, 1652901127),
(56555, '3298', '90.00', '14', '0.3', '5', '30000000', '34999999', '69921000', '69999999', NULL, 1652901128),
(56556, '3220', '183.00', '10', '0.3', '5', '30000000', '34999999', '69921000', '69999999', NULL, 1652901128),
(56557, '3298', '133.00', '14', '5.001', '10', '30000000', '34999999', '69921000', '69999999', NULL, 1652901128),
(56558, '3220', '266.00', '10', '5.001', '10', '30000000', '34999999', '69921000', '69999999', NULL, 1652901129),
(56559, '3298', '215.00', '14', '10.001', '15', '30000000', '34999999', '69921000', '69999999', NULL, 1652901129),
(56560, '3220', '430.00', '10', '10.001', '15', '30000000', '34999999', '69921000', '69999999', NULL, 1652901129),
(56561, '3298', '298.00', '14', '15.001', '20', '30000000', '34999999', '69921000', '69999999', NULL, 1652901130),
(56562, '3220', '595.00', '10', '15.001', '20', '30000000', '34999999', '69921000', '69999999', NULL, 1652901130),
(56563, '3298', '380.00', '14', '20.001', '25', '30000000', '34999999', '69921000', '69999999', NULL, 1652901131),
(56564, '3220', '760.00', '10', '20.001', '25', '30000000', '34999999', '69921000', '69999999', NULL, 1652901131),
(56565, '3298', '463.00', '14', '25.001', '30', '30000000', '34999999', '69921000', '69999999', NULL, 1652901131),
(56566, '3220', '925.00', '10', '25.001', '30', '30000000', '34999999', '69921000', '69999999', NULL, 1652901132),
(56567, '3298', '30.00', '5', '0.3', '5', '30000000', '34999999', '71000000', '73699999', NULL, 1652901132),
(56568, '3220', '59.00', '1', '0.3', '5', '30000000', '34999999', '71000000', '73699999', NULL, 1652901132),
(56569, '3298', '44.00', '5', '5.001', '10', '30000000', '34999999', '71000000', '73699999', NULL, 1652901133),
(56570, '3220', '93.00', '1', '5.001', '10', '30000000', '34999999', '71000000', '73699999', NULL, 1652901137),
(56571, '3298', '71.00', '5', '10.001', '15', '30000000', '34999999', '71000000', '73699999', NULL, 1652901137),
(56572, '3220', '150.00', '1', '10.001', '15', '30000000', '34999999', '71000000', '73699999', NULL, 1652901137),
(56573, '3298', '99.00', '5', '15.001', '20', '30000000', '34999999', '71000000', '73699999', NULL, 1652901138),
(56574, '3220', '208.00', '1', '15.001', '20', '30000000', '34999999', '71000000', '73699999', NULL, 1652901138),
(56575, '3298', '126.00', '5', '20.001', '25', '30000000', '34999999', '71000000', '73699999', NULL, 1652901139),
(56576, '3220', '266.00', '1', '20.001', '25', '30000000', '34999999', '71000000', '73699999', NULL, 1652901139),
(56577, '3298', '153.00', '5', '25.001', '30', '30000000', '34999999', '71000000', '73699999', NULL, 1652901140),
(56578, '3220', '324.00', '1', '25.001', '30', '30000000', '34999999', '71000000', '73699999', NULL, 1652901140),
(56579, '3298', '30.00', '7', '0.3', '5', '30000000', '34999999', '72800000', '73999999', NULL, 1652901140),
(56580, '3220', '59.00', '3', '0.3', '5', '30000000', '34999999', '72800000', '73999999', NULL, 1652901141),
(56581, '3298', '44.00', '7', '5.001', '10', '30000000', '34999999', '72800000', '73999999', NULL, 1652901141),
(56582, '3220', '93.00', '3', '5.001', '10', '30000000', '34999999', '72800000', '73999999', NULL, 1652901146),
(56583, '3298', '71.00', '7', '10.001', '15', '30000000', '34999999', '72800000', '73999999', NULL, 1652901146),
(56584, '3220', '150.00', '3', '10.001', '15', '30000000', '34999999', '72800000', '73999999', NULL, 1652901146),
(56585, '3298', '99.00', '7', '15.001', '20', '30000000', '34999999', '72800000', '73999999', NULL, 1652901147),
(56586, '3220', '208.00', '3', '15.001', '20', '30000000', '34999999', '72800000', '73999999', NULL, 1652901147),
(56587, '3298', '126.00', '7', '20.001', '25', '30000000', '34999999', '72800000', '73999999', NULL, 1652901147),
(56588, '3220', '266.00', '3', '20.001', '25', '30000000', '34999999', '72800000', '73999999', NULL, 1652901148),
(56589, '3298', '153.00', '7', '25.001', '30', '30000000', '34999999', '72800000', '73999999', NULL, 1652901148),
(56590, '3220', '324.00', '3', '25.001', '30', '30000000', '34999999', '72800000', '73999999', NULL, 1652901148),
(56591, '3298', '34.00', '6', '0.3', '5', '30000000', '34999999', '74000000', '74894999', NULL, 1652901149),
(56592, '3220', '80.00', '2', '0.3', '5', '30000000', '34999999', '74000000', '74894999', NULL, 1652901153),
(56593, '3298', '50.00', '6', '5.001', '10', '30000000', '34999999', '74000000', '74894999', NULL, 1652901153),
(56594, '3220', '125.00', '2', '5.001', '10', '30000000', '34999999', '74000000', '74894999', NULL, 1652901153),
(56595, '3298', '82.00', '6', '10.001', '15', '30000000', '34999999', '74000000', '74894999', NULL, 1652901154),
(56596, '3220', '203.00', '2', '10.001', '15', '30000000', '34999999', '74000000', '74894999', NULL, 1652901154),
(56597, '3298', '113.00', '6', '15.001', '20', '30000000', '34999999', '74000000', '74894999', NULL, 1652901154),
(56598, '3220', '281.00', '2', '15.001', '20', '30000000', '34999999', '74000000', '74894999', NULL, 1652901155),
(56599, '3298', '145.00', '6', '20.001', '25', '30000000', '34999999', '74000000', '74894999', NULL, 1652901155),
(56600, '3220', '359.00', '2', '20.001', '25', '30000000', '34999999', '74000000', '74894999', NULL, 1652901156),
(56601, '3298', '176.00', '6', '25.001', '30', '30000000', '34999999', '74000000', '74894999', NULL, 1652901156),
(56602, '3220', '437.00', '2', '25.001', '30', '30000000', '34999999', '74000000', '74894999', NULL, 1652901156),
(56603, '3298', '34.00', '6', '0.3', '5', '30000000', '34999999', '74895000', '76799999', NULL, 1652901157),
(56604, '3220', '80.00', '2', '0.3', '5', '30000000', '34999999', '74895000', '76799999', NULL, 1652901157),
(56605, '3298', '50.00', '6', '5.001', '10', '30000000', '34999999', '74895000', '76799999', NULL, 1652901157),
(56606, '3220', '125.00', '2', '5.001', '10', '30000000', '34999999', '74895000', '76799999', NULL, 1652901158),
(56607, '3298', '82.00', '6', '10.001', '15', '30000000', '34999999', '74895000', '76799999', NULL, 1652901158),
(56608, '3220', '203.00', '2', '10.001', '15', '30000000', '34999999', '74895000', '76799999', NULL, 1652901159),
(56609, '3298', '113.00', '6', '15.001', '20', '30000000', '34999999', '74895000', '76799999', NULL, 1652901159),
(56610, '3220', '281.00', '2', '15.001', '20', '30000000', '34999999', '74895000', '76799999', NULL, 1652901159),
(56611, '3298', '145.00', '6', '20.001', '25', '30000000', '34999999', '74895000', '76799999', NULL, 1652901160),
(56612, '3220', '359.00', '2', '20.001', '25', '30000000', '34999999', '74895000', '76799999', NULL, 1652901160),
(56613, '3298', '176.00', '6', '25.001', '30', '30000000', '34999999', '74895000', '76799999', NULL, 1652901160),
(56614, '3220', '437.00', '2', '25.001', '30', '30000000', '34999999', '74895000', '76799999', NULL, 1652901161),
(56615, '3298', '45.00', '7', '0.3', '5', '30000000', '34999999', '77000000', '77270999', NULL, 1652901161),
(56616, '3220', '137.00', '3', '0.3', '5', '30000000', '34999999', '77000000', '77270999', NULL, 1652901161),
(56617, '3298', '71.00', '7', '5.001', '10', '30000000', '34999999', '77000000', '77270999', NULL, 1652901162),
(56618, '3220', '214.00', '3', '5.001', '10', '30000000', '34999999', '77000000', '77270999', NULL, 1652901162),
(56619, '3298', '116.00', '7', '10.001', '15', '30000000', '34999999', '77000000', '77270999', NULL, 1652901162),
(56620, '3220', '346.00', '3', '10.001', '15', '30000000', '34999999', '77000000', '77270999', NULL, 1652901163),
(56621, '3298', '160.00', '7', '15.001', '20', '30000000', '34999999', '77000000', '77270999', NULL, 1652901163),
(56622, '3220', '479.00', '3', '15.001', '20', '30000000', '34999999', '77000000', '77270999', NULL, 1652901163),
(56623, '3298', '205.00', '7', '20.001', '25', '30000000', '34999999', '77000000', '77270999', NULL, 1652901164),
(56624, '3220', '612.00', '3', '20.001', '25', '30000000', '34999999', '77000000', '77270999', NULL, 1652901164),
(56625, '3298', '249.00', '7', '25.001', '30', '30000000', '34999999', '77000000', '77270999', NULL, 1652901165),
(56626, '3220', '744.00', '3', '25.001', '30', '30000000', '34999999', '77000000', '77270999', NULL, 1652901165),
(56627, '3298', '90.00', '8', '0.3', '5', '30000000', '34999999', '77300000', '77995999', NULL, 1652901165),
(56628, '3220', '183.00', '4', '0.3', '5', '30000000', '34999999', '77300000', '77995999', NULL, 1652901166),
(56629, '3298', '133.00', '8', '5.001', '10', '30000000', '34999999', '77300000', '77995999', NULL, 1652901166),
(56630, '3220', '266.00', '4', '5.001', '10', '30000000', '34999999', '77300000', '77995999', NULL, 1652901171),
(56631, '3298', '215.00', '8', '10.001', '15', '30000000', '34999999', '77300000', '77995999', NULL, 1652901171),
(56632, '3220', '430.00', '4', '10.001', '15', '30000000', '34999999', '77300000', '77995999', NULL, 1652901171),
(56633, '3298', '298.00', '8', '15.001', '20', '30000000', '34999999', '77300000', '77995999', NULL, 1652901172),
(56634, '3220', '595.00', '4', '15.001', '20', '30000000', '34999999', '77300000', '77995999', NULL, 1652901172),
(56635, '3298', '380.00', '8', '20.001', '25', '30000000', '34999999', '77300000', '77995999', NULL, 1652901172),
(56636, '3220', '760.00', '4', '20.001', '25', '30000000', '34999999', '77300000', '77995999', NULL, 1652901173),
(56637, '3298', '463.00', '8', '25.001', '30', '30000000', '34999999', '77300000', '77995999', NULL, 1652901173),
(56638, '3220', '925.00', '4', '25.001', '30', '30000000', '34999999', '77300000', '77995999', NULL, 1652901174),
(56639, '3298', '38.00', '9', '0.3', '5', '30000000', '34999999', '78000000', '78109999', NULL, 1652901174),
(56640, '3220', '113.00', '5', '0.3', '5', '30000000', '34999999', '78000000', '78109999', NULL, 1652901174),
(56641, '3298', '58.00', '9', '5.001', '10', '30000000', '34999999', '78000000', '78109999', NULL, 1652901175),
(56642, '3220', '176.00', '5', '5.001', '10', '30000000', '34999999', '78000000', '78109999', NULL, 1652901175),
(56643, '3298', '94.00', '9', '10.001', '15', '30000000', '34999999', '78000000', '78109999', NULL, 1652901175),
(56644, '3220', '286.00', '5', '10.001', '15', '30000000', '34999999', '78000000', '78109999', NULL, 1652901176),
(56645, '3298', '130.00', '9', '15.001', '20', '30000000', '34999999', '78000000', '78109999', NULL, 1652901176),
(56646, '3220', '396.00', '5', '15.001', '20', '30000000', '34999999', '78000000', '78109999', NULL, 1652901177),
(56647, '3298', '166.00', '9', '20.001', '25', '30000000', '34999999', '78000000', '78109999', NULL, 1652901177),
(56648, '3220', '505.00', '5', '20.001', '25', '30000000', '34999999', '78000000', '78109999', NULL, 1652901177),
(56649, '3298', '202.00', '9', '25.001', '30', '30000000', '34999999', '78000000', '78109999', NULL, 1652901178),
(56650, '3220', '615.00', '5', '25.001', '30', '30000000', '34999999', '78000000', '78109999', NULL, 1652901178),
(56651, '3298', '70.00', '9', '0.3', '5', '30000000', '34999999', '78110000', '78899999', NULL, 1652901179),
(56652, '3220', '157.00', '7', '0.3', '5', '30000000', '34999999', '78110000', '78899999', NULL, 1652901179),
(56653, '3298', '106.00', '9', '5.001', '10', '30000000', '34999999', '78110000', '78899999', NULL, 1652901179),
(56654, '3220', '226.00', '7', '5.001', '10', '30000000', '34999999', '78110000', '78899999', NULL, 1652901179),
(56655, '3298', '172.00', '9', '10.001', '15', '30000000', '34999999', '78110000', '78899999', NULL, 1652901184),
(56656, '3220', '367.00', '7', '10.001', '15', '30000000', '34999999', '78110000', '78899999', NULL, 1652901184),
(56657, '3298', '239.00', '9', '15.001', '20', '30000000', '34999999', '78110000', '78899999', NULL, 1652901185),
(56658, '3220', '508.00', '7', '15.001', '20', '30000000', '34999999', '78110000', '78899999', NULL, 1652901185),
(56659, '3298', '305.00', '9', '20.001', '25', '30000000', '34999999', '78110000', '78899999', NULL, 1652901185),
(56660, '3220', '649.00', '7', '20.001', '25', '30000000', '34999999', '78110000', '78899999', NULL, 1652901186),
(56661, '3298', '371.00', '9', '25.001', '30', '30000000', '34999999', '78110000', '78899999', NULL, 1652901186),
(56662, '3220', '789.00', '7', '25.001', '30', '30000000', '34999999', '78110000', '78899999', NULL, 1652901186),
(56663, '3298', '90.00', '10', '0.3', '5', '30000000', '34999999', '78900000', '78930999', NULL, 1652901187),
(56664, '3220', '183.00', '6', '0.3', '5', '30000000', '34999999', '78900000', '78930999', NULL, 1652901187),
(56665, '3298', '133.00', '10', '5.001', '10', '30000000', '34999999', '78900000', '78930999', NULL, 1652901187),
(56666, '3220', '266.00', '6', '5.001', '10', '30000000', '34999999', '78900000', '78930999', NULL, 1652901192),
(56667, '3298', '215.00', '10', '10.001', '15', '30000000', '34999999', '78900000', '78930999', NULL, 1652901192),
(56668, '3220', '430.00', '6', '10.001', '15', '30000000', '34999999', '78900000', '78930999', NULL, 1652901192),
(56669, '3298', '298.00', '10', '15.001', '20', '30000000', '34999999', '78900000', '78930999', NULL, 1652901193),
(56670, '3220', '595.00', '6', '15.001', '20', '30000000', '34999999', '78900000', '78930999', NULL, 1652901193),
(56671, '3298', '380.00', '10', '20.001', '25', '30000000', '34999999', '78900000', '78930999', NULL, 1652901194),
(56672, '3220', '760.00', '6', '20.001', '25', '30000000', '34999999', '78900000', '78930999', NULL, 1652901195),
(56673, '3298', '463.00', '10', '25.001', '30', '30000000', '34999999', '78900000', '78930999', NULL, 1652901195),
(56674, '3220', '925.00', '6', '25.001', '30', '30000000', '34999999', '78900000', '78930999', NULL, 1652901195),
(56675, '3298', '70.00', '10', '0.3', '5', '30000000', '34999999', '78931000', '78999999', NULL, 1652901196),
(56676, '3220', '157.00', '6', '0.3', '5', '30000000', '34999999', '78931000', '78999999', NULL, 1652901196),
(56677, '3298', '106.00', '10', '5.001', '10', '30000000', '34999999', '78931000', '78999999', NULL, 1652901196),
(56678, '3220', '226.00', '6', '5.001', '10', '30000000', '34999999', '78931000', '78999999', NULL, 1652901198),
(56679, '3298', '172.00', '10', '10.001', '15', '30000000', '34999999', '78931000', '78999999', NULL, 1652901198),
(56680, '3220', '367.00', '6', '10.001', '15', '30000000', '34999999', '78931000', '78999999', NULL, 1652901199),
(56681, '3298', '239.00', '10', '15.001', '20', '30000000', '34999999', '78931000', '78999999', NULL, 1652901199),
(56682, '3220', '508.00', '6', '15.001', '20', '30000000', '34999999', '78931000', '78999999', NULL, 1652901203),
(56683, '3298', '305.00', '10', '20.001', '25', '30000000', '34999999', '78931000', '78999999', NULL, 1652901203),
(56684, '3220', '649.00', '6', '20.001', '25', '30000000', '34999999', '78931000', '78999999', NULL, 1652901204),
(56685, '3298', '371.00', '10', '25.001', '30', '30000000', '34999999', '78931000', '78999999', NULL, 1652901204),
(56686, '3220', '789.00', '6', '25.001', '30', '30000000', '34999999', '78931000', '78999999', NULL, 1652901204),
(56687, '3298', '34.00', '6', '0.3', '5', '30000000', '34999999', '79000000', '79129999', NULL, 1652901204),
(56688, '3220', '80.00', '2', '0.3', '5', '30000000', '34999999', '79000000', '79129999', NULL, 1652901205),
(56689, '3298', '50.00', '6', '5.001', '10', '30000000', '34999999', '79000000', '79129999', NULL, 1652901206),
(56690, '3220', '125.00', '2', '5.001', '10', '30000000', '34999999', '79000000', '79129999', NULL, 1652901207),
(56691, '3298', '82.00', '6', '10.001', '15', '30000000', '34999999', '79000000', '79129999', NULL, 1652901207),
(56692, '3220', '203.00', '2', '10.001', '15', '30000000', '34999999', '79000000', '79129999', NULL, 1652901208),
(56693, '3298', '113.00', '6', '15.001', '20', '30000000', '34999999', '79000000', '79129999', NULL, 1652901208),
(56694, '3220', '281.00', '2', '15.001', '20', '30000000', '34999999', '79000000', '79129999', NULL, 1652901209),
(56695, '3298', '145.00', '6', '20.001', '25', '30000000', '34999999', '79000000', '79129999', NULL, 1652901209),
(56696, '3220', '359.00', '2', '20.001', '25', '30000000', '34999999', '79000000', '79129999', NULL, 1652901209),
(56697, '3298', '176.00', '6', '25.001', '30', '30000000', '34999999', '79000000', '79129999', NULL, 1652901210),
(56698, '3220', '437.00', '2', '25.001', '30', '30000000', '34999999', '79000000', '79129999', NULL, 1652901210),
(56699, '3298', '50.00', '9', '0.3', '5', '30000000', '34999999', '79130000', '79999999', NULL, 1652901212),
(56700, '3220', '124.00', '5', '0.3', '5', '30000000', '34999999', '79130000', '79999999', NULL, 1652901212),
(56701, '3298', '83.00', '9', '5.001', '10', '30000000', '34999999', '79130000', '79999999', NULL, 1652901212),
(56702, '3220', '175.00', '5', '5.001', '10', '30000000', '34999999', '79130000', '79999999', NULL, 1652901213),
(56703, '3298', '135.00', '9', '10.001', '15', '30000000', '34999999', '79130000', '79999999', NULL, 1652901213),
(56704, '3220', '283.00', '5', '10.001', '15', '30000000', '34999999', '79130000', '79999999', NULL, 1652901213),
(56705, '3298', '186.00', '9', '15.001', '20', '30000000', '34999999', '79130000', '79999999', NULL, 1652901214),
(56706, '3220', '392.00', '5', '15.001', '20', '30000000', '34999999', '79130000', '79999999', NULL, 1652901216),
(56707, '3298', '238.00', '9', '20.001', '25', '30000000', '34999999', '79130000', '79999999', NULL, 1652901216),
(56708, '3220', '500.00', '5', '20.001', '25', '30000000', '34999999', '79130000', '79999999', NULL, 1652901216),
(56709, '3298', '290.00', '9', '25.001', '30', '30000000', '34999999', '79130000', '79999999', NULL, 1652901217),
(56710, '3220', '609.00', '5', '25.001', '30', '30000000', '34999999', '79130000', '79999999', NULL, 1652901217),
(56711, '3298', '34.00', '5', '0.3', '5', '30000000', '34999999', '80000000', '82999999', NULL, 1652901221),
(56712, '3220', '80.00', '1', '0.3', '5', '30000000', '34999999', '80000000', '82999999', NULL, 1652901221),
(56713, '3298', '50.00', '5', '5.001', '10', '30000000', '34999999', '80000000', '82999999', NULL, 1652901222),
(56714, '3220', '125.00', '1', '5.001', '10', '30000000', '34999999', '80000000', '82999999', NULL, 1652901222),
(56715, '3298', '82.00', '5', '10.001', '15', '30000000', '34999999', '80000000', '82999999', NULL, 1652901223),
(56716, '3220', '203.00', '1', '10.001', '15', '30000000', '34999999', '80000000', '82999999', NULL, 1652901223),
(56717, '3298', '113.00', '5', '15.001', '20', '30000000', '34999999', '80000000', '82999999', NULL, 1652901223),
(56718, '3220', '281.00', '1', '15.001', '20', '30000000', '34999999', '80000000', '82999999', NULL, 1652901224),
(56719, '3298', '145.00', '5', '20.001', '25', '30000000', '34999999', '80000000', '82999999', NULL, 1652901224),
(56720, '3220', '359.00', '1', '20.001', '25', '30000000', '34999999', '80000000', '82999999', NULL, 1652901225),
(56721, '3298', '176.00', '5', '25.001', '30', '30000000', '34999999', '80000000', '82999999', NULL, 1652901225),
(56722, '3220', '437.00', '1', '25.001', '30', '30000000', '34999999', '80000000', '82999999', NULL, 1652901225),
(56723, '3298', '34.00', '5', '0.3', '5', '30000000', '34999999', '80000000', '83800999', NULL, 1652901226),
(56724, '3220', '80.00', '1', '0.3', '5', '30000000', '34999999', '80000000', '83800999', NULL, 1652901226),
(56725, '3298', '50.00', '5', '5.001', '10', '30000000', '34999999', '80000000', '83800999', NULL, 1652901226),
(56726, '3220', '125.00', '1', '5.001', '10', '30000000', '34999999', '80000000', '83800999', NULL, 1652901227),
(56727, '3298', '82.00', '5', '10.001', '15', '30000000', '34999999', '80000000', '83800999', NULL, 1652901227),
(56728, '3220', '203.00', '1', '10.001', '15', '30000000', '34999999', '80000000', '83800999', NULL, 1652901228),
(56729, '3298', '113.00', '5', '15.001', '20', '30000000', '34999999', '80000000', '83800999', NULL, 1652901228),
(56730, '3220', '281.00', '1', '15.001', '20', '30000000', '34999999', '80000000', '83800999', NULL, 1652901229),
(56731, '3298', '145.00', '5', '20.001', '25', '30000000', '34999999', '80000000', '83800999', NULL, 1652901229),
(56732, '3220', '359.00', '1', '20.001', '25', '30000000', '34999999', '80000000', '83800999', NULL, 1652901229),
(56733, '3298', '176.00', '5', '25.001', '30', '30000000', '34999999', '80000000', '83800999', NULL, 1652901230),
(56734, '3220', '437.00', '1', '25.001', '30', '30000000', '34999999', '80000000', '83800999', NULL, 1652901230),
(56735, '3298', '50.00', '7', '0.3', '5', '30000000', '34999999', '83801000', '87999999', NULL, 1652901231),
(56736, '3220', '124.00', '4', '0.3', '5', '30000000', '34999999', '83801000', '87999999', NULL, 1652901231),
(56737, '3298', '83.00', '7', '5.001', '10', '30000000', '34999999', '83801000', '87999999', NULL, 1652901231),
(56738, '3220', '175.00', '4', '5.001', '10', '30000000', '34999999', '83801000', '87999999', NULL, 1652901232),
(56739, '3298', '135.00', '7', '10.001', '15', '30000000', '34999999', '83801000', '87999999', NULL, 1652901232),
(56740, '3220', '283.00', '4', '10.001', '15', '30000000', '34999999', '83801000', '87999999', NULL, 1652901232),
(56741, '3298', '186.00', '7', '15.001', '20', '30000000', '34999999', '83801000', '87999999', NULL, 1652901233),
(56742, '3220', '392.00', '4', '15.001', '20', '30000000', '34999999', '83801000', '87999999', NULL, 1652901233),
(56743, '3298', '238.00', '7', '20.001', '25', '30000000', '34999999', '83801000', '87999999', NULL, 1652901238),
(56744, '3220', '500.00', '4', '20.001', '25', '30000000', '34999999', '83801000', '87999999', NULL, 1652901238),
(56745, '3298', '290.00', '7', '25.001', '30', '30000000', '34999999', '83801000', '87999999', NULL, 1652901242),
(56746, '3220', '609.00', '4', '25.001', '30', '30000000', '34999999', '83801000', '87999999', NULL, 1652901242),
(56747, '3298', '34.00', '6', '0.3', '5', '30000000', '34999999', '88000000', '82999999', NULL, 1652901242),
(56748, '3220', '80.00', '1', '0.3', '5', '30000000', '34999999', '88000000', '82999999', NULL, 1652901243),
(56749, '3298', '50.00', '6', '5.001', '10', '30000000', '34999999', '88000000', '82999999', NULL, 1652901244),
(56750, '3220', '125.00', '1', '5.001', '10', '30000000', '34999999', '88000000', '82999999', NULL, 1652901244),
(56751, '3298', '82.00', '6', '10.001', '15', '30000000', '34999999', '88000000', '82999999', NULL, 1652901244),
(56752, '3220', '203.00', '1', '10.001', '15', '30000000', '34999999', '88000000', '82999999', NULL, 1652901245),
(56753, '3298', '113.00', '6', '15.001', '20', '30000000', '34999999', '88000000', '82999999', NULL, 1652901245),
(56754, '3220', '281.00', '1', '15.001', '20', '30000000', '34999999', '88000000', '82999999', NULL, 1652901246),
(56755, '3298', '145.00', '6', '20.001', '25', '30000000', '34999999', '88000000', '82999999', NULL, 1652901246),
(56756, '3220', '359.00', '1', '20.001', '25', '30000000', '34999999', '88000000', '82999999', NULL, 1652901246),
(56757, '3298', '176.00', '6', '25.001', '30', '30000000', '34999999', '88000000', '82999999', NULL, 1652901247),
(56758, '3220', '437.00', '1', '25.001', '30', '30000000', '34999999', '88000000', '82999999', NULL, 1652901247),
(56759, '3298', '34.00', '6', '0.3', '5', '30000000', '34999999', '88000000', '88469999', NULL, 1652901248),
(56760, '3220', '80.00', '1', '0.3', '5', '30000000', '34999999', '88000000', '88469999', NULL, 1652901248),
(56761, '3298', '50.00', '6', '5.001', '10', '30000000', '34999999', '88000000', '88469999', NULL, 1652901248),
(56762, '3220', '125.00', '1', '5.001', '10', '30000000', '34999999', '88000000', '88469999', NULL, 1652901249),
(56763, '3298', '82.00', '6', '10.001', '15', '30000000', '34999999', '88000000', '88469999', NULL, 1652901249),
(56764, '3220', '203.00', '1', '10.001', '15', '30000000', '34999999', '88000000', '88469999', NULL, 1652901249),
(56765, '3298', '113.00', '6', '15.001', '20', '30000000', '34999999', '88000000', '88469999', NULL, 1652901250),
(56766, '3220', '281.00', '1', '15.001', '20', '30000000', '34999999', '88000000', '88469999', NULL, 1652901250),
(56767, '3298', '145.00', '6', '20.001', '25', '30000000', '34999999', '88000000', '88469999', NULL, 1652901251),
(56768, '3220', '359.00', '1', '20.001', '25', '30000000', '34999999', '88000000', '88469999', NULL, 1652901251),
(56769, '3298', '176.00', '6', '25.001', '30', '30000000', '34999999', '88000000', '88469999', NULL, 1652901251),
(56770, '3220', '437.00', '1', '25.001', '30', '30000000', '34999999', '88000000', '88469999', NULL, 1652901252),
(56771, '3298', '43.00', '6', '0.3', '5', '30000000', '34999999', '88470000', '89999999', NULL, 1652901252),
(56772, '3220', '104.00', '2', '0.3', '5', '30000000', '34999999', '88470000', '89999999', NULL, 1652901253),
(56773, '3298', '71.00', '6', '5.001', '10', '30000000', '34999999', '88470000', '89999999', NULL, 1652901253),
(56774, '3220', '147.00', '2', '5.001', '10', '30000000', '34999999', '88470000', '89999999', NULL, 1652901253),
(56775, '3298', '116.00', '6', '10.001', '15', '30000000', '34999999', '88470000', '89999999', NULL, 1652901254),
(56776, '3220', '238.00', '2', '10.001', '15', '30000000', '34999999', '88470000', '89999999', NULL, 1652901254),
(56777, '3298', '160.00', '6', '15.001', '20', '30000000', '34999999', '88470000', '89999999', NULL, 1652901254),
(56778, '3220', '329.00', '2', '15.001', '20', '30000000', '34999999', '88470000', '89999999', NULL, 1652901255),
(56779, '3298', '205.00', '6', '20.001', '25', '30000000', '34999999', '88470000', '89999999', NULL, 1652901255),
(56780, '3220', '420.00', '2', '20.001', '25', '30000000', '34999999', '88470000', '89999999', NULL, 1652901256),
(56781, '3298', '249.00', '6', '25.001', '30', '30000000', '34999999', '88470000', '89999999', NULL, 1652901256),
(56782, '3220', '511.00', '2', '25.001', '30', '30000000', '34999999', '88470000', '89999999', NULL, 1652901256),
(56783, '3298', '38.00', '6', '0.3', '5', '30000000', '34999999', '90000000', '91999999', NULL, 1652901257),
(56784, '3220', '113.00', '1', '0.3', '5', '30000000', '34999999', '90000000', '91999999', NULL, 1652901257),
(56785, '3298', '58.00', '6', '5.001', '10', '30000000', '34999999', '90000000', '91999999', NULL, 1652901257),
(56786, '3220', '176.00', '1', '5.001', '10', '30000000', '34999999', '90000000', '91999999', NULL, 1652901258),
(56787, '3298', '94.00', '6', '10.001', '15', '30000000', '34999999', '90000000', '91999999', NULL, 1652901258),
(56788, '3220', '286.00', '1', '10.001', '15', '30000000', '34999999', '90000000', '91999999', NULL, 1652901258),
(56789, '3298', '130.00', '6', '15.001', '20', '30000000', '34999999', '90000000', '91999999', NULL, 1652901262),
(56790, '3220', '396.00', '1', '15.001', '20', '30000000', '34999999', '90000000', '91999999', NULL, 1652901262),
(56791, '3298', '166.00', '6', '20.001', '25', '30000000', '34999999', '90000000', '91999999', NULL, 1652901263),
(56792, '3220', '505.00', '1', '20.001', '25', '30000000', '34999999', '90000000', '91999999', NULL, 1652901263),
(56793, '3298', '202.00', '6', '25.001', '30', '30000000', '34999999', '90000000', '91999999', NULL, 1652901263),
(56794, '3220', '615.00', '1', '25.001', '30', '30000000', '34999999', '90000000', '91999999', NULL, 1652901265),
(56795, '3298', '38.00', '6', '0.3', '5', '30000000', '34999999', '90000000', '94900999', NULL, 1652901266),
(56796, '3220', '113.00', '2', '0.3', '5', '30000000', '34999999', '90000000', '94900999', NULL, 1652901266),
(56797, '3298', '58.00', '6', '5.001', '10', '30000000', '34999999', '90000000', '94900999', NULL, 1652901266),
(56798, '3220', '176.00', '2', '5.001', '10', '30000000', '34999999', '90000000', '94900999', NULL, 1652901268),
(56799, '3298', '94.00', '6', '10.001', '15', '30000000', '34999999', '90000000', '94900999', NULL, 1652901269),
(56800, '3220', '286.00', '2', '10.001', '15', '30000000', '34999999', '90000000', '94900999', NULL, 1652901269),
(56801, '3298', '130.00', '6', '15.001', '20', '30000000', '34999999', '90000000', '94900999', NULL, 1652901269),
(56802, '3220', '396.00', '2', '15.001', '20', '30000000', '34999999', '90000000', '94900999', NULL, 1652901270),
(56803, '3298', '166.00', '6', '20.001', '25', '30000000', '34999999', '90000000', '94900999', NULL, 1652901270),
(56804, '3220', '505.00', '2', '20.001', '25', '30000000', '34999999', '90000000', '94900999', NULL, 1652901270),
(56805, '3298', '202.00', '6', '25.001', '30', '30000000', '34999999', '90000000', '94900999', NULL, 1652901271),
(56806, '3220', '615.00', '2', '25.001', '30', '30000000', '34999999', '90000000', '94900999', NULL, 1652901271),
(56807, '3298', '70.00', '10', '0.3', '5', '30000000', '34999999', '94901000', '99999999', NULL, 1652901272),
(56808, '3220', '157.00', '6', '0.3', '5', '30000000', '34999999', '94901000', '99999999', NULL, 1652901272),
(56809, '3298', '106.00', '10', '5.001', '10', '30000000', '34999999', '94901000', '99999999', NULL, 1652901272),
(56810, '3220', '226.00', '6', '5.001', '10', '30000000', '34999999', '94901000', '99999999', NULL, 1652901273),
(56811, '3298', '172.00', '10', '10.001', '15', '30000000', '34999999', '94901000', '99999999', NULL, 1652901273),
(56812, '3220', '367.00', '6', '10.001', '15', '30000000', '34999999', '94901000', '99999999', NULL, 1652901274),
(56813, '3298', '239.00', '10', '15.001', '20', '30000000', '34999999', '94901000', '99999999', NULL, 1652901275),
(56814, '3220', '508.00', '6', '15.001', '20', '30000000', '34999999', '94901000', '99999999', NULL, 1652901276),
(56815, '3298', '305.00', '10', '20.001', '25', '30000000', '34999999', '94901000', '99999999', NULL, 1652901277),
(56816, '3220', '649.00', '6', '20.001', '25', '30000000', '34999999', '94901000', '99999999', NULL, 1652901277),
(56817, '3298', '371.00', '10', '25.001', '30', '30000000', '34999999', '94901000', '99999999', NULL, 1652901278),
(56818, '3220', '789.00', '6', '25.001', '30', '30000000', '34999999', '94901000', '99999999', NULL, 1652901278),
(56819, '3298', '44.00', '7', '0.3', '5', '35000000', '39999999', '01000000', '08499999', NULL, 1652901280),
(56820, '3220', '102.00', '4', '0.3', '5', '35000000', '39999999', '01000000', '08499999', NULL, 1652901281),
(56821, '3298', '74.00', '7', '5.001', '10', '35000000', '39999999', '01000000', '08499999', NULL, 1652901282),
(56822, '3220', '141.00', '4', '5.001', '10', '35000000', '39999999', '01000000', '08499999', NULL, 1652901282),
(56823, '3298', '120.00', '7', '10.001', '15', '35000000', '39999999', '01000000', '08499999', NULL, 1652901283),
(56824, '3220', '229.00', '4', '10.001', '15', '35000000', '39999999', '01000000', '08499999', NULL, 1652901283),
(56825, '3298', '166.00', '7', '15.001', '20', '35000000', '39999999', '01000000', '08499999', NULL, 1652901286),
(56826, '3220', '316.00', '4', '15.001', '20', '35000000', '39999999', '01000000', '08499999', NULL, 1652901287),
(56827, '3298', '212.00', '7', '20.001', '25', '35000000', '39999999', '01000000', '08499999', NULL, 1652901290),
(56828, '3220', '404.00', '4', '20.001', '25', '35000000', '39999999', '01000000', '08499999', NULL, 1652901291),
(56829, '3298', '258.00', '7', '25.001', '30', '35000000', '39999999', '01000000', '08499999', NULL, 1652901293),
(56830, '3220', '492.00', '4', '25.001', '30', '35000000', '39999999', '01000000', '08499999', NULL, 1652901293),
(56831, '3298', '44.00', '7', '0.3', '5', '35000000', '39999999', '06000000', '09999999', NULL, 1652901294),
(56832, '3220', '102.00', '4', '0.3', '5', '35000000', '39999999', '06000000', '09999999', NULL, 1652901294),
(56833, '3298', '74.00', '7', '5.001', '10', '35000000', '39999999', '06000000', '09999999', NULL, 1652901295),
(56834, '3220', '141.00', '4', '5.001', '10', '35000000', '39999999', '06000000', '09999999', NULL, 1652901295),
(56835, '3298', '120.00', '7', '10.001', '15', '35000000', '39999999', '06000000', '09999999', NULL, 1652901296),
(56836, '3220', '229.00', '4', '10.001', '15', '35000000', '39999999', '06000000', '09999999', NULL, 1652901296),
(56837, '3298', '166.00', '7', '15.001', '20', '35000000', '39999999', '06000000', '09999999', NULL, 1652901296),
(56838, '3220', '316.00', '4', '15.001', '20', '35000000', '39999999', '06000000', '09999999', NULL, 1652901297),
(56839, '3298', '212.00', '7', '20.001', '25', '35000000', '39999999', '06000000', '09999999', NULL, 1652901302),
(56840, '3220', '404.00', '4', '20.001', '25', '35000000', '39999999', '06000000', '09999999', NULL, 1652901303),
(56841, '3298', '258.00', '7', '25.001', '30', '35000000', '39999999', '06000000', '09999999', NULL, 1652901303),
(56842, '3220', '492.00', '4', '25.001', '30', '35000000', '39999999', '06000000', '09999999', NULL, 1652901303),
(56843, '3298', '44.00', '8', '0.3', '5', '35000000', '39999999', '11000000', '11999999', NULL, 1652901304),
(56844, '3220', '102.00', '5', '0.3', '5', '35000000', '39999999', '11000000', '11999999', NULL, 1652901304),
(56845, '3298', '74.00', '8', '5.001', '10', '35000000', '39999999', '11000000', '11999999', NULL, 1652901304),
(56846, '3220', '141.00', '5', '5.001', '10', '35000000', '39999999', '11000000', '11999999', NULL, 1652901305),
(56847, '3298', '120.00', '8', '10.001', '15', '35000000', '39999999', '11000000', '11999999', NULL, 1652901305),
(56848, '3220', '229.00', '5', '10.001', '15', '35000000', '39999999', '11000000', '11999999', NULL, 1652901306),
(56849, '3298', '166.00', '8', '15.001', '20', '35000000', '39999999', '11000000', '11999999', NULL, 1652901306),
(56850, '3220', '316.00', '5', '15.001', '20', '35000000', '39999999', '11000000', '11999999', NULL, 1652901306),
(56851, '3298', '212.00', '8', '20.001', '25', '35000000', '39999999', '11000000', '11999999', NULL, 1652901312),
(56852, '3220', '404.00', '5', '20.001', '25', '35000000', '39999999', '11000000', '11999999', NULL, 1652901313),
(56853, '3298', '258.00', '8', '25.001', '30', '35000000', '39999999', '11000000', '11999999', NULL, 1652901313),
(56854, '3220', '492.00', '5', '25.001', '30', '35000000', '39999999', '11000000', '11999999', NULL, 1652901314),
(56855, '3298', '44.00', '8', '0.3', '5', '35000000', '39999999', '12000000', '19999999', NULL, 1652901321),
(56856, '3220', '102.00', '4', '0.3', '5', '35000000', '39999999', '12000000', '19999999', NULL, 1652901321),
(56857, '3298', '74.00', '8', '5.001', '10', '35000000', '39999999', '12000000', '19999999', NULL, 1652901321),
(56858, '3220', '141.00', '4', '5.001', '10', '35000000', '39999999', '12000000', '19999999', NULL, 1652901322),
(56859, '3298', '120.00', '8', '10.001', '15', '35000000', '39999999', '12000000', '19999999', NULL, 1652901322),
(56860, '3220', '229.00', '4', '10.001', '15', '35000000', '39999999', '12000000', '19999999', NULL, 1652901323),
(56861, '3298', '166.00', '8', '15.001', '20', '35000000', '39999999', '12000000', '19999999', NULL, 1652901323),
(56862, '3220', '316.00', '4', '15.001', '20', '35000000', '39999999', '12000000', '19999999', NULL, 1652901323),
(56863, '3298', '212.00', '8', '20.001', '25', '35000000', '39999999', '12000000', '19999999', NULL, 1652901324),
(56864, '3220', '404.00', '4', '20.001', '25', '35000000', '39999999', '12000000', '19999999', NULL, 1652901324),
(56865, '3298', '258.00', '8', '25.001', '30', '35000000', '39999999', '12000000', '19999999', NULL, 1652901325),
(56866, '3220', '492.00', '4', '25.001', '30', '35000000', '39999999', '12000000', '19999999', NULL, 1652901325),
(56867, '3298', '44.00', '9', '0.3', '5', '35000000', '39999999', '26601000', '28999999', NULL, 1652901339),
(56868, '3220', '102.00', '6', '0.3', '5', '35000000', '39999999', '26601000', '28999999', NULL, 1652901339),
(56869, '3298', '74.00', '9', '5.001', '10', '35000000', '39999999', '26601000', '28999999', NULL, 1652901340),
(56870, '3220', '141.00', '6', '5.001', '10', '35000000', '39999999', '26601000', '28999999', NULL, 1652901340),
(56871, '3298', '120.00', '9', '10.001', '15', '35000000', '39999999', '26601000', '28999999', NULL, 1652901340),
(56872, '3220', '229.00', '6', '10.001', '15', '35000000', '39999999', '26601000', '28999999', NULL, 1652901341),
(56873, '3298', '166.00', '9', '15.001', '20', '35000000', '39999999', '26601000', '28999999', NULL, 1652901341),
(56874, '3220', '316.00', '6', '15.001', '20', '35000000', '39999999', '26601000', '28999999', NULL, 1652901342),
(56875, '3298', '212.00', '9', '20.001', '25', '35000000', '39999999', '26601000', '28999999', NULL, 1652901342),
(56876, '3220', '404.00', '6', '20.001', '25', '35000000', '39999999', '26601000', '28999999', NULL, 1652901343),
(56877, '3298', '258.00', '9', '25.001', '30', '35000000', '39999999', '26601000', '28999999', NULL, 1652901343),
(56878, '3220', '492.00', '6', '25.001', '30', '35000000', '39999999', '26601000', '28999999', NULL, 1652901343),
(56879, '3298', '50.00', '7', '0.3', '5', '35000000', '39999999', '29000000', '29099999', NULL, 1652901344),
(56880, '3220', '124.00', '4', '0.3', '5', '35000000', '39999999', '29000000', '29099999', NULL, 1652901344),
(56881, '3298', '83.00', '7', '5.001', '10', '35000000', '39999999', '29000000', '29099999', NULL, 1652901345),
(56882, '3220', '175.00', '4', '5.001', '10', '35000000', '39999999', '29000000', '29099999', NULL, 1652901345),
(56883, '3298', '135.00', '7', '10.001', '15', '35000000', '39999999', '29000000', '29099999', NULL, 1652901346),
(56884, '3220', '283.00', '4', '10.001', '15', '35000000', '39999999', '29000000', '29099999', NULL, 1652901346),
(56885, '3298', '186.00', '7', '15.001', '20', '35000000', '39999999', '29000000', '29099999', NULL, 1652901346),
(56886, '3220', '392.00', '4', '15.001', '20', '35000000', '39999999', '29000000', '29099999', NULL, 1652901347),
(56887, '3298', '238.00', '7', '20.001', '25', '35000000', '39999999', '29000000', '29099999', NULL, 1652901347),
(56888, '3220', '500.00', '4', '20.001', '25', '35000000', '39999999', '29000000', '29099999', NULL, 1652901348),
(56889, '3298', '290.00', '7', '25.001', '30', '35000000', '39999999', '29000000', '29099999', NULL, 1652901348),
(56890, '3220', '609.00', '4', '25.001', '30', '35000000', '39999999', '29000000', '29099999', NULL, 1652901349),
(56891, '3298', '50.00', '9', '0.3', '5', '35000000', '39999999', '29100000', '29999999', NULL, 1652901349),
(56892, '3220', '124.00', '6', '0.3', '5', '35000000', '39999999', '29100000', '29999999', NULL, 1652901349),
(56893, '3298', '83.00', '9', '5.001', '10', '35000000', '39999999', '29100000', '29999999', NULL, 1652901350),
(56894, '3220', '175.00', '6', '5.001', '10', '35000000', '39999999', '29100000', '29999999', NULL, 1652901350),
(56895, '3298', '135.00', '9', '10.001', '15', '35000000', '39999999', '29100000', '29999999', NULL, 1652901350),
(56896, '3220', '283.00', '6', '10.001', '15', '35000000', '39999999', '29100000', '29999999', NULL, 1652901351),
(56897, '3298', '186.00', '9', '15.001', '20', '35000000', '39999999', '29100000', '29999999', NULL, 1652901351),
(56898, '3220', '392.00', '6', '15.001', '20', '35000000', '39999999', '29100000', '29999999', NULL, 1652901352),
(56899, '3298', '238.00', '9', '20.001', '25', '35000000', '39999999', '29100000', '29999999', NULL, 1652901352),
(56900, '3220', '500.00', '6', '20.001', '25', '35000000', '39999999', '29100000', '29999999', NULL, 1652901353),
(56901, '3298', '290.00', '9', '25.001', '30', '35000000', '39999999', '29100000', '29999999', NULL, 1652901353),
(56902, '3220', '609.00', '6', '25.001', '30', '35000000', '39999999', '29100000', '29999999', NULL, 1652901353),
(56903, '3298', '25.00', '5', '0.3', '5', '35000000', '39999999', '30000000', '31999999', NULL, 1652901354),
(56904, '3220', '34.00', '2', '0.3', '5', '35000000', '39999999', '30000000', '31999999', NULL, 1652901361),
(56905, '3298', '31.00', '5', '5.001', '10', '35000000', '39999999', '30000000', '31999999', NULL, 1652901361),
(56906, '3220', '48.00', '2', '5.001', '10', '35000000', '39999999', '30000000', '31999999', NULL, 1652901362),
(56907, '3298', '51.00', '5', '10.001', '15', '35000000', '39999999', '30000000', '31999999', NULL, 1652901362),
(56908, '3220', '78.00', '2', '10.001', '15', '35000000', '39999999', '30000000', '31999999', NULL, 1652901363),
(56909, '3298', '71.00', '5', '15.001', '20', '35000000', '39999999', '30000000', '31999999', NULL, 1652901364),
(56910, '3220', '108.00', '2', '15.001', '20', '35000000', '39999999', '30000000', '31999999', NULL, 1652901364),
(56911, '3298', '91.00', '5', '20.001', '25', '35000000', '39999999', '30000000', '31999999', NULL, 1652901364),
(56912, '3220', '138.00', '2', '20.001', '25', '35000000', '39999999', '30000000', '31999999', NULL, 1652901365),
(56913, '3298', '110.00', '5', '25.001', '30', '35000000', '39999999', '30000000', '31999999', NULL, 1652901366),
(56914, '3220', '168.00', '2', '25.001', '30', '35000000', '39999999', '30000000', '31999999', NULL, 1652901366),
(56915, '3298', '25.00', '5', '0.3', '5', '35000000', '39999999', '30000000', '34999999', NULL, 1652901366),
(56916, '3220', '34.00', '2', '0.3', '5', '35000000', '39999999', '30000000', '34999999', NULL, 1652901367),
(56917, '3298', '31.00', '5', '5.001', '10', '35000000', '39999999', '30000000', '34999999', NULL, 1652901367),
(56918, '3220', '48.00', '2', '5.001', '10', '35000000', '39999999', '30000000', '34999999', NULL, 1652901368),
(56919, '3298', '51.00', '5', '10.001', '15', '35000000', '39999999', '30000000', '34999999', NULL, 1652901368),
(56920, '3220', '78.00', '2', '10.001', '15', '35000000', '39999999', '30000000', '34999999', NULL, 1652901369),
(56921, '3298', '71.00', '5', '15.001', '20', '35000000', '39999999', '30000000', '34999999', NULL, 1652901369),
(56922, '3220', '108.00', '2', '15.001', '20', '35000000', '39999999', '30000000', '34999999', NULL, 1652901370),
(56923, '3298', '91.00', '5', '20.001', '25', '35000000', '39999999', '30000000', '34999999', NULL, 1652901370),
(56924, '3220', '138.00', '2', '20.001', '25', '35000000', '39999999', '30000000', '34999999', NULL, 1652901370),
(56925, '3298', '110.00', '5', '25.001', '30', '35000000', '39999999', '30000000', '34999999', NULL, 1652901371),
(56926, '3220', '168.00', '2', '25.001', '30', '35000000', '39999999', '30000000', '34999999', NULL, 1652901371),
(56927, '3298', '26.00', '5', '0.3', '5', '35000000', '39999999', '35000000', '39999999', NULL, 1652901371),
(56928, '3220', '22.00', '1', '0.3', '5', '35000000', '39999999', '35000000', '39999999', NULL, 1652901372),
(56929, '3298', '32.00', '5', '5.001', '10', '35000000', '39999999', '35000000', '39999999', NULL, 1652901372),
(56930, '3220', '28.00', '1', '5.001', '10', '35000000', '39999999', '35000000', '39999999', NULL, 1652901373),
(56931, '3298', '52.00', '5', '10.001', '15', '35000000', '39999999', '35000000', '39999999', NULL, 1652901373),
(56932, '3220', '45.00', '1', '10.001', '15', '35000000', '39999999', '35000000', '39999999', NULL, 1652901373),
(56933, '3298', '72.00', '5', '15.001', '20', '35000000', '39999999', '35000000', '39999999', NULL, 1652901374),
(56934, '3220', '63.00', '1', '15.001', '20', '35000000', '39999999', '35000000', '39999999', NULL, 1652901374),
(56935, '3298', '92.00', '5', '20.001', '25', '35000000', '39999999', '35000000', '39999999', NULL, 1652901375),
(56936, '3220', '80.00', '1', '20.001', '25', '35000000', '39999999', '35000000', '39999999', NULL, 1652901375),
(56937, '3298', '112.00', '5', '25.001', '30', '35000000', '39999999', '35000000', '39999999', NULL, 1652901375),
(56938, '3220', '97.00', '1', '25.001', '30', '35000000', '39999999', '35000000', '39999999', NULL, 1652901376),
(56939, '3298', '50.00', '8', '0.3', '5', '35000000', '39999999', '40000000', '41999999', NULL, 1652901376),
(56940, '3220', '124.00', '4', '0.3', '5', '35000000', '39999999', '40000000', '41999999', NULL, 1652901376),
(56941, '3298', '83.00', '8', '5.001', '10', '35000000', '39999999', '40000000', '41999999', NULL, 1652901377),
(56942, '3220', '175.00', '4', '5.001', '10', '35000000', '39999999', '40000000', '41999999', NULL, 1652901377),
(56943, '3298', '135.00', '8', '10.001', '15', '35000000', '39999999', '40000000', '41999999', NULL, 1652901378),
(56944, '3220', '283.00', '4', '10.001', '15', '35000000', '39999999', '40000000', '41999999', NULL, 1652901378),
(56945, '3298', '186.00', '8', '15.001', '20', '35000000', '39999999', '40000000', '41999999', NULL, 1652901379),
(56946, '3220', '392.00', '4', '15.001', '20', '35000000', '39999999', '40000000', '41999999', NULL, 1652901379),
(56947, '3298', '238.00', '8', '20.001', '25', '35000000', '39999999', '40000000', '41999999', NULL, 1652901379),
(56948, '3220', '500.00', '4', '20.001', '25', '35000000', '39999999', '40000000', '41999999', NULL, 1652901380),
(56949, '3298', '290.00', '8', '25.001', '30', '35000000', '39999999', '40000000', '41999999', NULL, 1652901380),
(56950, '3220', '609.00', '4', '25.001', '30', '35000000', '39999999', '40000000', '41999999', NULL, 1652901381),
(56951, '3298', '50.00', '8', '0.3', '5', '35000000', '39999999', '40000000', '44470999', NULL, 1652901381),
(56952, '3220', '124.00', '4', '0.3', '5', '35000000', '39999999', '40000000', '44470999', NULL, 1652901386),
(56953, '3298', '83.00', '8', '5.001', '10', '35000000', '39999999', '40000000', '44470999', NULL, 1652901386),
(56954, '3220', '175.00', '4', '5.001', '10', '35000000', '39999999', '40000000', '44470999', NULL, 1652901387),
(56955, '3298', '135.00', '8', '10.001', '15', '35000000', '39999999', '40000000', '44470999', NULL, 1652901388),
(56956, '3220', '283.00', '4', '10.001', '15', '35000000', '39999999', '40000000', '44470999', NULL, 1652901388),
(56957, '3298', '186.00', '8', '15.001', '20', '35000000', '39999999', '40000000', '44470999', NULL, 1652901388),
(56958, '3220', '392.00', '4', '15.001', '20', '35000000', '39999999', '40000000', '44470999', NULL, 1652901389),
(56959, '3298', '238.00', '8', '20.001', '25', '35000000', '39999999', '40000000', '44470999', NULL, 1652901389),
(56960, '3220', '500.00', '4', '20.001', '25', '35000000', '39999999', '40000000', '44470999', NULL, 1652901390),
(56961, '3298', '290.00', '8', '25.001', '30', '35000000', '39999999', '40000000', '44470999', NULL, 1652901390),
(56962, '3220', '609.00', '4', '25.001', '30', '35000000', '39999999', '40000000', '44470999', NULL, 1652901396),
(56963, '3298', '50.00', '10', '0.3', '5', '35000000', '39999999', '44471000', '48999999', NULL, 1652901400),
(56964, '3220', '124.00', '6', '0.3', '5', '35000000', '39999999', '44471000', '48999999', NULL, 1652901400),
(56965, '3298', '83.00', '10', '5.001', '10', '35000000', '39999999', '44471000', '48999999', NULL, 1652901406),
(56966, '3220', '175.00', '6', '5.001', '10', '35000000', '39999999', '44471000', '48999999', NULL, 1652901407),
(56967, '3298', '135.00', '10', '10.001', '15', '35000000', '39999999', '44471000', '48999999', NULL, 1652901407),
(56968, '3220', '283.00', '6', '10.001', '15', '35000000', '39999999', '44471000', '48999999', NULL, 1652901407),
(56969, '3298', '186.00', '10', '15.001', '20', '35000000', '39999999', '44471000', '48999999', NULL, 1652901408),
(56970, '3220', '392.00', '6', '15.001', '20', '35000000', '39999999', '44471000', '48999999', NULL, 1652901408),
(56971, '3298', '238.00', '10', '20.001', '25', '35000000', '39999999', '44471000', '48999999', NULL, 1652901408),
(56972, '3220', '500.00', '6', '20.001', '25', '35000000', '39999999', '44471000', '48999999', NULL, 1652901409),
(56973, '3298', '290.00', '10', '25.001', '30', '35000000', '39999999', '44471000', '48999999', NULL, 1652901409),
(56974, '3220', '609.00', '6', '25.001', '30', '35000000', '39999999', '44471000', '48999999', NULL, 1652901410),
(56975, '3298', '90.00', '9', '0.3', '5', '35000000', '39999999', '49000000', '49099999', NULL, 1652901410),
(56976, '3220', '183.00', '4', '0.3', '5', '35000000', '39999999', '49000000', '49099999', NULL, 1652901411),
(56977, '3298', '133.00', '9', '5.001', '10', '35000000', '39999999', '49000000', '49099999', NULL, 1652901411),
(56978, '3220', '266.00', '4', '5.001', '10', '35000000', '39999999', '49000000', '49099999', NULL, 1652901411),
(56979, '3298', '215.00', '9', '10.001', '15', '35000000', '39999999', '49000000', '49099999', NULL, 1652901412),
(56980, '3220', '430.00', '4', '10.001', '15', '35000000', '39999999', '49000000', '49099999', NULL, 1652901412),
(56981, '3298', '298.00', '9', '15.001', '20', '35000000', '39999999', '49000000', '49099999', NULL, 1652901412),
(56982, '3220', '595.00', '4', '15.001', '20', '35000000', '39999999', '49000000', '49099999', NULL, 1652901413),
(56983, '3298', '380.00', '9', '20.001', '25', '35000000', '39999999', '49000000', '49099999', NULL, 1652901413),
(56984, '3220', '760.00', '4', '20.001', '25', '35000000', '39999999', '49000000', '49099999', NULL, 1652901413),
(56985, '3298', '463.00', '9', '25.001', '30', '35000000', '39999999', '49000000', '49099999', NULL, 1652901414),
(56986, '3220', '925.00', '4', '25.001', '30', '35000000', '39999999', '49000000', '49099999', NULL, 1652901414),
(56987, '3298', '90.00', '11', '0.3', '5', '35000000', '39999999', '49100000', '49999999', NULL, 1652901415),
(56988, '3220', '183.00', '6', '0.3', '5', '35000000', '39999999', '49100000', '49999999', NULL, 1652901415),
(56989, '3298', '133.00', '11', '5.001', '10', '35000000', '39999999', '49100000', '49999999', NULL, 1652901416),
(56990, '3220', '266.00', '6', '5.001', '10', '35000000', '39999999', '49100000', '49999999', NULL, 1652901416),
(56991, '3298', '215.00', '11', '10.001', '15', '35000000', '39999999', '49100000', '49999999', NULL, 1652901416),
(56992, '3220', '430.00', '6', '10.001', '15', '35000000', '39999999', '49100000', '49999999', NULL, 1652901424),
(56993, '3298', '298.00', '11', '15.001', '20', '35000000', '39999999', '49100000', '49999999', NULL, 1652901425),
(56994, '3220', '595.00', '6', '15.001', '20', '35000000', '39999999', '49100000', '49999999', NULL, 1652901425),
(56995, '3298', '380.00', '11', '20.001', '25', '35000000', '39999999', '49100000', '49999999', NULL, 1652901425),
(56996, '3220', '760.00', '6', '20.001', '25', '35000000', '39999999', '49100000', '49999999', NULL, 1652901426),
(56997, '3298', '463.00', '11', '25.001', '30', '35000000', '39999999', '49100000', '49999999', NULL, 1652901431),
(56998, '3220', '925.00', '6', '25.001', '30', '35000000', '39999999', '49100000', '49999999', NULL, 1652901432),
(56999, '3298', '90.00', '8', '0.3', '5', '35000000', '39999999', '50000000', '52999999', NULL, 1652901432),
(57000, '3220', '183.00', '5', '0.3', '5', '35000000', '39999999', '50000000', '52999999', NULL, 1652901433);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(57001, '3298', '133.00', '8', '5.001', '10', '35000000', '39999999', '50000000', '52999999', NULL, 1652901433),
(57002, '3220', '266.00', '5', '5.001', '10', '35000000', '39999999', '50000000', '52999999', NULL, 1652901434),
(57003, '3298', '215.00', '8', '10.001', '15', '35000000', '39999999', '50000000', '52999999', NULL, 1652901434),
(57004, '3220', '430.00', '5', '10.001', '15', '35000000', '39999999', '50000000', '52999999', NULL, 1652901434),
(57005, '3298', '298.00', '8', '15.001', '20', '35000000', '39999999', '50000000', '52999999', NULL, 1652901435),
(57006, '3220', '595.00', '5', '15.001', '20', '35000000', '39999999', '50000000', '52999999', NULL, 1652901435),
(57007, '3298', '380.00', '8', '20.001', '25', '35000000', '39999999', '50000000', '52999999', NULL, 1652901436),
(57008, '3220', '760.00', '5', '20.001', '25', '35000000', '39999999', '50000000', '52999999', NULL, 1652901436),
(57009, '3298', '463.00', '8', '25.001', '30', '35000000', '39999999', '50000000', '52999999', NULL, 1652901437),
(57010, '3220', '925.00', '5', '25.001', '30', '35000000', '39999999', '50000000', '52999999', NULL, 1652901437),
(57011, '3298', '90.00', '8', '0.3', '5', '35000000', '39999999', '50000000', '54999999', NULL, 1652901438),
(57012, '3220', '183.00', '5', '0.3', '5', '35000000', '39999999', '50000000', '54999999', NULL, 1652901444),
(57013, '3298', '133.00', '8', '5.001', '10', '35000000', '39999999', '50000000', '54999999', NULL, 1652901444),
(57014, '3220', '266.00', '5', '5.001', '10', '35000000', '39999999', '50000000', '54999999', NULL, 1652901444),
(57015, '3298', '215.00', '8', '10.001', '15', '35000000', '39999999', '50000000', '54999999', NULL, 1652901445),
(57016, '3220', '430.00', '5', '10.001', '15', '35000000', '39999999', '50000000', '54999999', NULL, 1652901451),
(57017, '3298', '298.00', '8', '15.001', '20', '35000000', '39999999', '50000000', '54999999', NULL, 1652901458),
(57018, '3220', '595.00', '5', '15.001', '20', '35000000', '39999999', '50000000', '54999999', NULL, 1652901458),
(57019, '3298', '380.00', '8', '20.001', '25', '35000000', '39999999', '50000000', '54999999', NULL, 1652901467),
(57020, '3220', '760.00', '5', '20.001', '25', '35000000', '39999999', '50000000', '54999999', NULL, 1652901467),
(57021, '3298', '463.00', '8', '25.001', '30', '35000000', '39999999', '50000000', '54999999', NULL, 1652901468),
(57022, '3220', '925.00', '5', '25.001', '30', '35000000', '39999999', '50000000', '54999999', NULL, 1652901468),
(57023, '3298', '90.00', '12', '0.3', '5', '35000000', '39999999', '55000000', '56999999', NULL, 1652901469),
(57024, '3220', '183.00', '9', '0.3', '5', '35000000', '39999999', '55000000', '56999999', NULL, 1652901469),
(57025, '3298', '133.00', '12', '5.001', '10', '35000000', '39999999', '55000000', '56999999', NULL, 1652901469),
(57026, '3220', '266.00', '9', '5.001', '10', '35000000', '39999999', '55000000', '56999999', NULL, 1652901470),
(57027, '3298', '215.00', '12', '10.001', '15', '35000000', '39999999', '55000000', '56999999', NULL, 1652901470),
(57028, '3220', '430.00', '9', '10.001', '15', '35000000', '39999999', '55000000', '56999999', NULL, 1652901471),
(57029, '3298', '298.00', '12', '15.001', '20', '35000000', '39999999', '55000000', '56999999', NULL, 1652901476),
(57030, '3220', '595.00', '9', '15.001', '20', '35000000', '39999999', '55000000', '56999999', NULL, 1652901477),
(57031, '3298', '380.00', '12', '20.001', '25', '35000000', '39999999', '55000000', '56999999', NULL, 1652901477),
(57032, '3220', '760.00', '9', '20.001', '25', '35000000', '39999999', '55000000', '56999999', NULL, 1652901478),
(57033, '3298', '463.00', '12', '25.001', '30', '35000000', '39999999', '55000000', '56999999', NULL, 1652901478),
(57034, '3220', '925.00', '9', '25.001', '30', '35000000', '39999999', '55000000', '56999999', NULL, 1652901479),
(57035, '3298', '90.00', '8', '0.3', '5', '35000000', '39999999', '57000000', '57099999', NULL, 1652901479),
(57036, '3220', '183.00', '5', '0.3', '5', '35000000', '39999999', '57000000', '57099999', NULL, 1652901479),
(57037, '3298', '133.00', '8', '5.001', '10', '35000000', '39999999', '57000000', '57099999', NULL, 1652901480),
(57038, '3220', '266.00', '5', '5.001', '10', '35000000', '39999999', '57000000', '57099999', NULL, 1652901480),
(57039, '3298', '215.00', '8', '10.001', '15', '35000000', '39999999', '57000000', '57099999', NULL, 1652901481),
(57040, '3220', '430.00', '5', '10.001', '15', '35000000', '39999999', '57000000', '57099999', NULL, 1652901481),
(57041, '3298', '298.00', '8', '15.001', '20', '35000000', '39999999', '57000000', '57099999', NULL, 1652901481),
(57042, '3220', '595.00', '5', '15.001', '20', '35000000', '39999999', '57000000', '57099999', NULL, 1652901482),
(57043, '3298', '380.00', '8', '20.001', '25', '35000000', '39999999', '57000000', '57099999', NULL, 1652901482),
(57044, '3220', '760.00', '5', '20.001', '25', '35000000', '39999999', '57000000', '57099999', NULL, 1652901483),
(57045, '3298', '463.00', '8', '25.001', '30', '35000000', '39999999', '57000000', '57099999', NULL, 1652901483),
(57046, '3220', '925.00', '5', '25.001', '30', '35000000', '39999999', '57000000', '57099999', NULL, 1652901484),
(57047, '3298', '90.00', '10', '0.3', '5', '35000000', '39999999', '57100000', '57999999', NULL, 1652901484),
(57048, '3220', '183.00', '7', '0.3', '5', '35000000', '39999999', '57100000', '57999999', NULL, 1652901484),
(57049, '3298', '133.00', '10', '5.001', '10', '35000000', '39999999', '57100000', '57999999', NULL, 1652901485),
(57050, '3220', '266.00', '7', '5.001', '10', '35000000', '39999999', '57100000', '57999999', NULL, 1652901485),
(57051, '3298', '215.00', '10', '10.001', '15', '35000000', '39999999', '57100000', '57999999', NULL, 1652901486),
(57052, '3220', '430.00', '7', '10.001', '15', '35000000', '39999999', '57100000', '57999999', NULL, 1652901486),
(57053, '3298', '298.00', '10', '15.001', '20', '35000000', '39999999', '57100000', '57999999', NULL, 1652901488),
(57054, '3220', '595.00', '7', '15.001', '20', '35000000', '39999999', '57100000', '57999999', NULL, 1652901488),
(57055, '3298', '380.00', '10', '20.001', '25', '35000000', '39999999', '57100000', '57999999', NULL, 1652901489),
(57056, '3220', '760.00', '7', '20.001', '25', '35000000', '39999999', '57100000', '57999999', NULL, 1652901489),
(57057, '3298', '463.00', '10', '25.001', '30', '35000000', '39999999', '57100000', '57999999', NULL, 1652901490),
(57058, '3220', '925.00', '7', '25.001', '30', '35000000', '39999999', '57100000', '57999999', NULL, 1652901490),
(57059, '3298', '90.00', '8', '0.3', '5', '35000000', '39999999', '58000000', '58099999', NULL, 1652901491),
(57060, '3220', '183.00', '6', '0.3', '5', '35000000', '39999999', '58000000', '58099999', NULL, 1652901491),
(57061, '3298', '133.00', '8', '5.001', '10', '35000000', '39999999', '58000000', '58099999', NULL, 1652901492),
(57062, '3220', '266.00', '6', '5.001', '10', '35000000', '39999999', '58000000', '58099999', NULL, 1652901494),
(57063, '3298', '215.00', '8', '10.001', '15', '35000000', '39999999', '58000000', '58099999', NULL, 1652901495),
(57064, '3220', '430.00', '6', '10.001', '15', '35000000', '39999999', '58000000', '58099999', NULL, 1652901495),
(57065, '3298', '298.00', '8', '15.001', '20', '35000000', '39999999', '58000000', '58099999', NULL, 1652901496),
(57066, '3220', '595.00', '6', '15.001', '20', '35000000', '39999999', '58000000', '58099999', NULL, 1652901496),
(57067, '3298', '380.00', '8', '20.001', '25', '35000000', '39999999', '58000000', '58099999', NULL, 1652901497),
(57068, '3220', '760.00', '6', '20.001', '25', '35000000', '39999999', '58000000', '58099999', NULL, 1652901497),
(57069, '3298', '463.00', '8', '25.001', '30', '35000000', '39999999', '58000000', '58099999', NULL, 1652901497),
(57070, '3220', '925.00', '6', '25.001', '30', '35000000', '39999999', '58000000', '58099999', NULL, 1652901498),
(57071, '3298', '90.00', '13', '0.3', '5', '35000000', '39999999', '58100000', '58999999', NULL, 1652901498),
(57072, '3220', '183.00', '11', '0.3', '5', '35000000', '39999999', '58100000', '58999999', NULL, 1652901499),
(57073, '3298', '133.00', '13', '5.001', '10', '35000000', '39999999', '58100000', '58999999', NULL, 1652901499),
(57074, '3220', '266.00', '11', '5.001', '10', '35000000', '39999999', '58100000', '58999999', NULL, 1652901499),
(57075, '3298', '215.00', '13', '10.001', '15', '35000000', '39999999', '58100000', '58999999', NULL, 1652901500),
(57076, '3220', '430.00', '11', '10.001', '15', '35000000', '39999999', '58100000', '58999999', NULL, 1652901502),
(57077, '3298', '298.00', '13', '15.001', '20', '35000000', '39999999', '58100000', '58999999', NULL, 1652901502),
(57078, '3220', '595.00', '11', '15.001', '20', '35000000', '39999999', '58100000', '58999999', NULL, 1652901503),
(57079, '3298', '380.00', '13', '20.001', '25', '35000000', '39999999', '58100000', '58999999', NULL, 1652901503),
(57080, '3220', '760.00', '11', '20.001', '25', '35000000', '39999999', '58100000', '58999999', NULL, 1652901503),
(57081, '3298', '463.00', '13', '25.001', '30', '35000000', '39999999', '58100000', '58999999', NULL, 1652901504),
(57082, '3220', '925.00', '11', '25.001', '30', '35000000', '39999999', '58100000', '58999999', NULL, 1652901504),
(57083, '3298', '90.00', '9', '0.3', '5', '35000000', '39999999', '59000000', '59099999', NULL, 1652901505),
(57084, '3220', '183.00', '4', '0.3', '5', '35000000', '39999999', '59000000', '59099999', NULL, 1652901505),
(57085, '3298', '133.00', '9', '5.001', '10', '35000000', '39999999', '59000000', '59099999', NULL, 1652901506),
(57086, '3220', '266.00', '4', '5.001', '10', '35000000', '39999999', '59000000', '59099999', NULL, 1652901506),
(57087, '3298', '215.00', '9', '10.001', '15', '35000000', '39999999', '59000000', '59099999', NULL, 1652901506),
(57088, '3220', '430.00', '4', '10.001', '15', '35000000', '39999999', '59000000', '59099999', NULL, 1652901507),
(57089, '3298', '298.00', '9', '15.001', '20', '35000000', '39999999', '59000000', '59099999', NULL, 1652901507),
(57090, '3220', '595.00', '4', '15.001', '20', '35000000', '39999999', '59000000', '59099999', NULL, 1652901508),
(57091, '3298', '380.00', '9', '20.001', '25', '35000000', '39999999', '59000000', '59099999', NULL, 1652901508),
(57092, '3220', '760.00', '4', '20.001', '25', '35000000', '39999999', '59000000', '59099999', NULL, 1652901509),
(57093, '3298', '463.00', '9', '25.001', '30', '35000000', '39999999', '59000000', '59099999', NULL, 1652901509),
(57094, '3220', '925.00', '4', '25.001', '30', '35000000', '39999999', '59000000', '59099999', NULL, 1652901510),
(57095, '3298', '90.00', '9', '0.3', '5', '35000000', '39999999', '59100000', '59999999', NULL, 1652901510),
(57096, '3220', '183.00', '4', '0.3', '5', '35000000', '39999999', '59100000', '59999999', NULL, 1652901512),
(57097, '3298', '133.00', '9', '5.001', '10', '35000000', '39999999', '59100000', '59999999', NULL, 1652901512),
(57098, '3220', '266.00', '4', '5.001', '10', '35000000', '39999999', '59100000', '59999999', NULL, 1652901513),
(57099, '3298', '215.00', '9', '10.001', '15', '35000000', '39999999', '59100000', '59999999', NULL, 1652901514),
(57100, '3220', '430.00', '4', '10.001', '15', '35000000', '39999999', '59100000', '59999999', NULL, 1652901515),
(57101, '3298', '298.00', '9', '15.001', '20', '35000000', '39999999', '59100000', '59999999', NULL, 1652901515),
(57102, '3220', '595.00', '4', '15.001', '20', '35000000', '39999999', '59100000', '59999999', NULL, 1652901515),
(57103, '3298', '380.00', '9', '20.001', '25', '35000000', '39999999', '59100000', '59999999', NULL, 1652901516),
(57104, '3220', '760.00', '4', '20.001', '25', '35000000', '39999999', '59100000', '59999999', NULL, 1652901517),
(57105, '3298', '463.00', '9', '25.001', '30', '35000000', '39999999', '59100000', '59999999', NULL, 1652901517),
(57106, '3220', '925.00', '4', '25.001', '30', '35000000', '39999999', '59100000', '59999999', NULL, 1652901517),
(57107, '3298', '90.00', '9', '0.3', '5', '35000000', '39999999', '60000000', '60999999', NULL, 1652901518),
(57108, '3220', '183.00', '5', '0.3', '5', '35000000', '39999999', '60000000', '60999999', NULL, 1652901518),
(57109, '3298', '133.00', '9', '5.001', '10', '35000000', '39999999', '60000000', '60999999', NULL, 1652901518),
(57110, '3220', '266.00', '5', '5.001', '10', '35000000', '39999999', '60000000', '60999999', NULL, 1652901519),
(57111, '3298', '215.00', '9', '10.001', '15', '35000000', '39999999', '60000000', '60999999', NULL, 1652901519),
(57112, '3220', '430.00', '5', '10.001', '15', '35000000', '39999999', '60000000', '60999999', NULL, 1652901520),
(57113, '3298', '298.00', '9', '15.001', '20', '35000000', '39999999', '60000000', '60999999', NULL, 1652901520),
(57114, '3220', '595.00', '5', '15.001', '20', '35000000', '39999999', '60000000', '60999999', NULL, 1652901521),
(57115, '3298', '380.00', '9', '20.001', '25', '35000000', '39999999', '60000000', '60999999', NULL, 1652901521),
(57116, '3220', '760.00', '5', '20.001', '25', '35000000', '39999999', '60000000', '60999999', NULL, 1652901522),
(57117, '3298', '463.00', '9', '25.001', '30', '35000000', '39999999', '60000000', '60999999', NULL, 1652901522),
(57118, '3220', '925.00', '5', '25.001', '30', '35000000', '39999999', '60000000', '60999999', NULL, 1652901523),
(57119, '3298', '90.00', '9', '0.3', '5', '35000000', '39999999', '60000000', '61900999', NULL, 1652901523),
(57120, '3220', '183.00', '5', '0.3', '5', '35000000', '39999999', '60000000', '61900999', NULL, 1652901524),
(57121, '3298', '133.00', '9', '5.001', '10', '35000000', '39999999', '60000000', '61900999', NULL, 1652901524),
(57122, '3220', '266.00', '5', '5.001', '10', '35000000', '39999999', '60000000', '61900999', NULL, 1652901524),
(57123, '3298', '215.00', '9', '10.001', '15', '35000000', '39999999', '60000000', '61900999', NULL, 1652901525),
(57124, '3220', '430.00', '5', '10.001', '15', '35000000', '39999999', '60000000', '61900999', NULL, 1652901525),
(57125, '3298', '298.00', '9', '15.001', '20', '35000000', '39999999', '60000000', '61900999', NULL, 1652901526),
(57126, '3220', '595.00', '5', '15.001', '20', '35000000', '39999999', '60000000', '61900999', NULL, 1652901526),
(57127, '3298', '380.00', '9', '20.001', '25', '35000000', '39999999', '60000000', '61900999', NULL, 1652901527),
(57128, '3220', '760.00', '5', '20.001', '25', '35000000', '39999999', '60000000', '61900999', NULL, 1652901527),
(57129, '3298', '463.00', '9', '25.001', '30', '35000000', '39999999', '60000000', '61900999', NULL, 1652901528),
(57130, '3220', '925.00', '5', '25.001', '30', '35000000', '39999999', '60000000', '61900999', NULL, 1652901528),
(57131, '3298', '90.00', '13', '0.3', '5', '35000000', '39999999', '61901000', '63999999', NULL, 1652901529),
(57132, '3220', '183.00', '9', '0.3', '5', '35000000', '39999999', '61901000', '63999999', NULL, 1652901529),
(57133, '3298', '133.00', '13', '5.001', '10', '35000000', '39999999', '61901000', '63999999', NULL, 1652901530),
(57134, '3220', '266.00', '9', '5.001', '10', '35000000', '39999999', '61901000', '63999999', NULL, 1652901531),
(57135, '3298', '215.00', '13', '10.001', '15', '35000000', '39999999', '61901000', '63999999', NULL, 1652901531),
(57136, '3220', '430.00', '9', '10.001', '15', '35000000', '39999999', '61901000', '63999999', NULL, 1652901531),
(57137, '3298', '298.00', '13', '15.001', '20', '35000000', '39999999', '61901000', '63999999', NULL, 1652901532),
(57138, '3220', '595.00', '9', '15.001', '20', '35000000', '39999999', '61901000', '63999999', NULL, 1652901532),
(57139, '3298', '380.00', '13', '20.001', '25', '35000000', '39999999', '61901000', '63999999', NULL, 1652901532),
(57140, '3220', '760.00', '9', '20.001', '25', '35000000', '39999999', '61901000', '63999999', NULL, 1652901533),
(57141, '3298', '463.00', '13', '25.001', '30', '35000000', '39999999', '61901000', '63999999', NULL, 1652901533),
(57142, '3220', '925.00', '9', '25.001', '30', '35000000', '39999999', '61901000', '63999999', NULL, 1652901534),
(57143, '3298', '90.00', '10', '0.3', '5', '35000000', '39999999', '64000000', '64099999', NULL, 1652901534),
(57144, '3220', '183.00', '7', '0.3', '5', '35000000', '39999999', '64000000', '64099999', NULL, 1652901534),
(57145, '3298', '133.00', '10', '5.001', '10', '35000000', '39999999', '64000000', '64099999', NULL, 1652901535),
(57146, '3220', '266.00', '7', '5.001', '10', '35000000', '39999999', '64000000', '64099999', NULL, 1652901535),
(57147, '3298', '215.00', '10', '10.001', '15', '35000000', '39999999', '64000000', '64099999', NULL, 1652901536),
(57148, '3220', '430.00', '7', '10.001', '15', '35000000', '39999999', '64000000', '64099999', NULL, 1652901536),
(57149, '3298', '298.00', '10', '15.001', '20', '35000000', '39999999', '64000000', '64099999', NULL, 1652901537),
(57150, '3220', '595.00', '7', '15.001', '20', '35000000', '39999999', '64000000', '64099999', NULL, 1652901537),
(57151, '3298', '380.00', '10', '20.001', '25', '35000000', '39999999', '64000000', '64099999', NULL, 1652901537),
(57152, '3220', '760.00', '7', '20.001', '25', '35000000', '39999999', '64000000', '64099999', NULL, 1652901538),
(57153, '3298', '463.00', '10', '25.001', '30', '35000000', '39999999', '64000000', '64099999', NULL, 1652901538),
(57154, '3220', '925.00', '7', '25.001', '30', '35000000', '39999999', '64000000', '64099999', NULL, 1652901539),
(57155, '3298', '90.00', '13', '0.3', '5', '35000000', '39999999', '64100000', '64999999', NULL, 1652901539),
(57156, '3220', '183.00', '10', '0.3', '5', '35000000', '39999999', '64100000', '64999999', NULL, 1652901540),
(57157, '3298', '133.00', '13', '5.001', '10', '35000000', '39999999', '64100000', '64999999', NULL, 1652901540),
(57158, '3220', '266.00', '10', '5.001', '10', '35000000', '39999999', '64100000', '64999999', NULL, 1652901540),
(57159, '3298', '215.00', '13', '10.001', '15', '35000000', '39999999', '64100000', '64999999', NULL, 1652901541),
(57160, '3220', '430.00', '10', '10.001', '15', '35000000', '39999999', '64100000', '64999999', NULL, 1652901541),
(57161, '3298', '298.00', '13', '15.001', '20', '35000000', '39999999', '64100000', '64999999', NULL, 1652901542),
(57162, '3220', '595.00', '10', '15.001', '20', '35000000', '39999999', '64100000', '64999999', NULL, 1652901542),
(57163, '3298', '380.00', '13', '20.001', '25', '35000000', '39999999', '64100000', '64999999', NULL, 1652901542),
(57164, '3220', '760.00', '10', '20.001', '25', '35000000', '39999999', '64100000', '64999999', NULL, 1652901543),
(57165, '3298', '463.00', '13', '25.001', '30', '35000000', '39999999', '64100000', '64999999', NULL, 1652901543),
(57166, '3220', '925.00', '10', '25.001', '30', '35000000', '39999999', '64100000', '64999999', NULL, 1652901544),
(57167, '3298', '90.00', '11', '0.3', '5', '35000000', '39999999', '65000000', '65099999', NULL, 1652901544),
(57168, '3220', '183.00', '8', '0.3', '5', '35000000', '39999999', '65000000', '65099999', NULL, 1652901544),
(57169, '3298', '133.00', '11', '5.001', '10', '35000000', '39999999', '65000000', '65099999', NULL, 1652901545),
(57170, '3220', '266.00', '8', '5.001', '10', '35000000', '39999999', '65000000', '65099999', NULL, 1652901545),
(57171, '3298', '215.00', '11', '10.001', '15', '35000000', '39999999', '65000000', '65099999', NULL, 1652901545),
(57172, '3220', '430.00', '8', '10.001', '15', '35000000', '39999999', '65000000', '65099999', NULL, 1652901546),
(57173, '3298', '298.00', '11', '15.001', '20', '35000000', '39999999', '65000000', '65099999', NULL, 1652901546),
(57174, '3220', '595.00', '8', '15.001', '20', '35000000', '39999999', '65000000', '65099999', NULL, 1652901547),
(57175, '3298', '380.00', '11', '20.001', '25', '35000000', '39999999', '65000000', '65099999', NULL, 1652901548),
(57176, '3220', '760.00', '8', '20.001', '25', '35000000', '39999999', '65000000', '65099999', NULL, 1652901548),
(57177, '3298', '463.00', '11', '25.001', '30', '35000000', '39999999', '65000000', '65099999', NULL, 1652901548),
(57178, '3220', '925.00', '8', '25.001', '30', '35000000', '39999999', '65000000', '65099999', NULL, 1652901549),
(57179, '3298', '90.00', '15', '0.3', '5', '35000000', '39999999', '65100000', '65999999', NULL, 1652901549),
(57180, '3220', '183.00', '12', '0.3', '5', '35000000', '39999999', '65100000', '65999999', NULL, 1652901550),
(57181, '3298', '133.00', '15', '5.001', '10', '35000000', '39999999', '65100000', '65999999', NULL, 1652901550),
(57182, '3220', '266.00', '12', '5.001', '10', '35000000', '39999999', '65100000', '65999999', NULL, 1652901551),
(57183, '3298', '215.00', '15', '10.001', '15', '35000000', '39999999', '65100000', '65999999', NULL, 1652901552),
(57184, '3220', '430.00', '12', '10.001', '15', '35000000', '39999999', '65100000', '65999999', NULL, 1652901552),
(57185, '3298', '298.00', '15', '15.001', '20', '35000000', '39999999', '65100000', '65999999', NULL, 1652901552),
(57186, '3220', '595.00', '12', '15.001', '20', '35000000', '39999999', '65100000', '65999999', NULL, 1652901553),
(57187, '3298', '380.00', '15', '20.001', '25', '35000000', '39999999', '65100000', '65999999', NULL, 1652901554),
(57188, '3220', '760.00', '12', '20.001', '25', '35000000', '39999999', '65100000', '65999999', NULL, 1652901554),
(57189, '3298', '463.00', '15', '25.001', '30', '35000000', '39999999', '65100000', '65999999', NULL, 1652901554),
(57190, '3220', '925.00', '12', '25.001', '30', '35000000', '39999999', '65100000', '65999999', NULL, 1652901555),
(57191, '3298', '90.00', '10', '0.3', '5', '35000000', '39999999', '66000000', '66999999', NULL, 1652901555),
(57192, '3220', '183.00', '8', '0.3', '5', '35000000', '39999999', '66000000', '66999999', NULL, 1652901556),
(57193, '3298', '133.00', '10', '5.001', '10', '35000000', '39999999', '66000000', '66999999', NULL, 1652901556),
(57194, '3220', '266.00', '8', '5.001', '10', '35000000', '39999999', '66000000', '66999999', NULL, 1652901557),
(57195, '3298', '215.00', '10', '10.001', '15', '35000000', '39999999', '66000000', '66999999', NULL, 1652901557),
(57196, '3220', '430.00', '8', '10.001', '15', '35000000', '39999999', '66000000', '66999999', NULL, 1652901558),
(57197, '3298', '298.00', '10', '15.001', '20', '35000000', '39999999', '66000000', '66999999', NULL, 1652901558),
(57198, '3220', '595.00', '8', '15.001', '20', '35000000', '39999999', '66000000', '66999999', NULL, 1652901558),
(57199, '3298', '380.00', '10', '20.001', '25', '35000000', '39999999', '66000000', '66999999', NULL, 1652901559),
(57200, '3220', '760.00', '8', '20.001', '25', '35000000', '39999999', '66000000', '66999999', NULL, 1652901559),
(57201, '3298', '463.00', '10', '25.001', '30', '35000000', '39999999', '66000000', '66999999', NULL, 1652901560),
(57202, '3220', '925.00', '8', '25.001', '30', '35000000', '39999999', '66000000', '66999999', NULL, 1652901560),
(57203, '3298', '90.00', '10', '0.3', '5', '35000000', '39999999', '66000000', '67999999', NULL, 1652901560),
(57204, '3220', '183.00', '8', '0.3', '5', '35000000', '39999999', '66000000', '67999999', NULL, 1652901561),
(57205, '3298', '133.00', '10', '5.001', '10', '35000000', '39999999', '66000000', '67999999', NULL, 1652901561),
(57206, '3220', '266.00', '8', '5.001', '10', '35000000', '39999999', '66000000', '67999999', NULL, 1652901562),
(57207, '3298', '215.00', '10', '10.001', '15', '35000000', '39999999', '66000000', '67999999', NULL, 1652901562),
(57208, '3220', '430.00', '8', '10.001', '15', '35000000', '39999999', '66000000', '67999999', NULL, 1652901563),
(57209, '3298', '298.00', '10', '15.001', '20', '35000000', '39999999', '66000000', '67999999', NULL, 1652901563),
(57210, '3220', '595.00', '8', '15.001', '20', '35000000', '39999999', '66000000', '67999999', NULL, 1652901563),
(57211, '3298', '380.00', '10', '20.001', '25', '35000000', '39999999', '66000000', '67999999', NULL, 1652901564),
(57212, '3220', '760.00', '8', '20.001', '25', '35000000', '39999999', '66000000', '67999999', NULL, 1652901564),
(57213, '3298', '463.00', '10', '25.001', '30', '35000000', '39999999', '66000000', '67999999', NULL, 1652901565),
(57214, '3220', '925.00', '8', '25.001', '30', '35000000', '39999999', '66000000', '67999999', NULL, 1652901565),
(57215, '3298', '90.00', '13', '0.3', '5', '35000000', '39999999', '68000000', '68899999', NULL, 1652901566),
(57216, '3220', '183.00', '11', '0.3', '5', '35000000', '39999999', '68000000', '68899999', NULL, 1652901566),
(57217, '3298', '133.00', '13', '5.001', '10', '35000000', '39999999', '68000000', '68899999', NULL, 1652901567),
(57218, '3220', '266.00', '11', '5.001', '10', '35000000', '39999999', '68000000', '68899999', NULL, 1652901568),
(57219, '3298', '215.00', '13', '10.001', '15', '35000000', '39999999', '68000000', '68899999', NULL, 1652901568),
(57220, '3220', '430.00', '11', '10.001', '15', '35000000', '39999999', '68000000', '68899999', NULL, 1652901569),
(57221, '3298', '298.00', '13', '15.001', '20', '35000000', '39999999', '68000000', '68899999', NULL, 1652901569),
(57222, '3220', '595.00', '11', '15.001', '20', '35000000', '39999999', '68000000', '68899999', NULL, 1652901570),
(57223, '3298', '380.00', '13', '20.001', '25', '35000000', '39999999', '68000000', '68899999', NULL, 1652901570),
(57224, '3220', '760.00', '11', '20.001', '25', '35000000', '39999999', '68000000', '68899999', NULL, 1652901570),
(57225, '3298', '463.00', '13', '25.001', '30', '35000000', '39999999', '68000000', '68899999', NULL, 1652901571),
(57226, '3220', '925.00', '11', '25.001', '30', '35000000', '39999999', '68000000', '68899999', NULL, 1652901571),
(57227, '3298', '90.00', '22', '0.3', '5', '35000000', '39999999', '68900000', '68914999', NULL, 1652901572),
(57228, '3220', '183.00', '15', '0.3', '5', '35000000', '39999999', '68900000', '68914999', NULL, 1652901572),
(57229, '3298', '133.00', '22', '5.001', '10', '35000000', '39999999', '68900000', '68914999', NULL, 1652901573),
(57230, '3220', '266.00', '15', '5.001', '10', '35000000', '39999999', '68900000', '68914999', NULL, 1652901575),
(57231, '3298', '215.00', '22', '10.001', '15', '35000000', '39999999', '68900000', '68914999', NULL, 1652901575),
(57232, '3220', '430.00', '15', '10.001', '15', '35000000', '39999999', '68900000', '68914999', NULL, 1652901577),
(57233, '3298', '298.00', '22', '15.001', '20', '35000000', '39999999', '68900000', '68914999', NULL, 1652901577),
(57234, '3220', '595.00', '15', '15.001', '20', '35000000', '39999999', '68900000', '68914999', NULL, 1652901577),
(57235, '3298', '380.00', '22', '20.001', '25', '35000000', '39999999', '68900000', '68914999', NULL, 1652901578),
(57236, '3220', '760.00', '15', '20.001', '25', '35000000', '39999999', '68900000', '68914999', NULL, 1652901578),
(57237, '3298', '463.00', '22', '25.001', '30', '35000000', '39999999', '68900000', '68914999', NULL, 1652901579),
(57238, '3220', '925.00', '15', '25.001', '30', '35000000', '39999999', '68900000', '68914999', NULL, 1652901579),
(57239, '3298', '90.00', '23', '0.3', '5', '35000000', '39999999', '68915000', '68999999', NULL, 1652901580),
(57240, '3220', '183.00', '16', '0.3', '5', '35000000', '39999999', '68915000', '68999999', NULL, 1652901580),
(57241, '3298', '133.00', '23', '5.001', '10', '35000000', '39999999', '68915000', '68999999', NULL, 1652901582),
(57242, '3220', '266.00', '16', '5.001', '10', '35000000', '39999999', '68915000', '68999999', NULL, 1652901582),
(57243, '3298', '215.00', '23', '10.001', '15', '35000000', '39999999', '68915000', '68999999', NULL, 1652901583),
(57244, '3220', '430.00', '16', '10.001', '15', '35000000', '39999999', '68915000', '68999999', NULL, 1652901583),
(57245, '3298', '298.00', '23', '15.001', '20', '35000000', '39999999', '68915000', '68999999', NULL, 1652901584),
(57246, '3220', '595.00', '16', '15.001', '20', '35000000', '39999999', '68915000', '68999999', NULL, 1652901584),
(57247, '3298', '380.00', '23', '20.001', '25', '35000000', '39999999', '68915000', '68999999', NULL, 1652901585),
(57248, '3220', '760.00', '16', '20.001', '25', '35000000', '39999999', '68915000', '68999999', NULL, 1652901586),
(57249, '3298', '463.00', '23', '25.001', '30', '35000000', '39999999', '68915000', '68999999', NULL, 1652901586),
(57250, '3220', '925.00', '16', '25.001', '30', '35000000', '39999999', '68915000', '68999999', NULL, 1652901586),
(57251, '3298', '90.00', '23', '0.3', '5', '35000000', '39999999', '69000000', '69099999', NULL, 1652901587),
(57252, '3220', '183.00', '4', '0.3', '5', '35000000', '39999999', '69000000', '69099999', NULL, 1652901587),
(57253, '3298', '133.00', '23', '5.001', '10', '35000000', '39999999', '69000000', '69099999', NULL, 1652901588),
(57254, '3220', '266.00', '4', '5.001', '10', '35000000', '39999999', '69000000', '69099999', NULL, 1652901588),
(57255, '3298', '215.00', '23', '10.001', '15', '35000000', '39999999', '69000000', '69099999', NULL, 1652901588),
(57256, '3220', '430.00', '4', '10.001', '15', '35000000', '39999999', '69000000', '69099999', NULL, 1652901589),
(57257, '3298', '298.00', '23', '15.001', '20', '35000000', '39999999', '69000000', '69099999', NULL, 1652901589),
(57258, '3220', '595.00', '4', '15.001', '20', '35000000', '39999999', '69000000', '69099999', NULL, 1652901590),
(57259, '3298', '380.00', '23', '20.001', '25', '35000000', '39999999', '69000000', '69099999', NULL, 1652901590),
(57260, '3220', '760.00', '4', '20.001', '25', '35000000', '39999999', '69000000', '69099999', NULL, 1652901590),
(57261, '3298', '463.00', '23', '25.001', '30', '35000000', '39999999', '69000000', '69099999', NULL, 1652901591),
(57262, '3220', '925.00', '4', '25.001', '30', '35000000', '39999999', '69000000', '69099999', NULL, 1652901591),
(57263, '3298', '90.00', '30', '0.3', '5', '35000000', '39999999', '69100000', '69299999', NULL, 1652901592),
(57264, '3220', '183.00', '8', '0.3', '5', '35000000', '39999999', '69100000', '69299999', NULL, 1652901592),
(57265, '3298', '133.00', '30', '5.001', '10', '35000000', '39999999', '69100000', '69299999', NULL, 1652901593),
(57266, '3220', '266.00', '8', '5.001', '10', '35000000', '39999999', '69100000', '69299999', NULL, 1652901593),
(57267, '3298', '215.00', '30', '10.001', '15', '35000000', '39999999', '69100000', '69299999', NULL, 1652901594),
(57268, '3220', '430.00', '8', '10.001', '15', '35000000', '39999999', '69100000', '69299999', NULL, 1652901594),
(57269, '3298', '298.00', '30', '15.001', '20', '35000000', '39999999', '69100000', '69299999', NULL, 1652901594),
(57270, '3220', '595.00', '8', '15.001', '20', '35000000', '39999999', '69100000', '69299999', NULL, 1652901595),
(57271, '3298', '380.00', '30', '20.001', '25', '35000000', '39999999', '69100000', '69299999', NULL, 1652901595),
(57272, '3220', '760.00', '8', '20.001', '25', '35000000', '39999999', '69100000', '69299999', NULL, 1652901595),
(57273, '3298', '463.00', '30', '25.001', '30', '35000000', '39999999', '69100000', '69299999', NULL, 1652901596),
(57274, '3220', '925.00', '8', '25.001', '30', '35000000', '39999999', '69100000', '69299999', NULL, 1652901596),
(57275, '3298', '90.00', '26', '0.3', '5', '35000000', '39999999', '69300000', '69339999', NULL, 1652901597),
(57276, '3220', '183.00', '7', '0.3', '5', '35000000', '39999999', '69300000', '69339999', NULL, 1652901597),
(57277, '3298', '133.00', '26', '5.001', '10', '35000000', '39999999', '69300000', '69339999', NULL, 1652901598),
(57278, '3220', '266.00', '7', '5.001', '10', '35000000', '39999999', '69300000', '69339999', NULL, 1652901598),
(57279, '3298', '215.00', '26', '10.001', '15', '35000000', '39999999', '69300000', '69339999', NULL, 1652901599),
(57280, '3220', '430.00', '7', '10.001', '15', '35000000', '39999999', '69300000', '69339999', NULL, 1652901599),
(57281, '3298', '298.00', '26', '15.001', '20', '35000000', '39999999', '69300000', '69339999', NULL, 1652901600),
(57282, '3220', '595.00', '7', '15.001', '20', '35000000', '39999999', '69300000', '69339999', NULL, 1652901601),
(57283, '3298', '380.00', '26', '20.001', '25', '35000000', '39999999', '69300000', '69339999', NULL, 1652901602),
(57284, '3220', '760.00', '7', '20.001', '25', '35000000', '39999999', '69300000', '69339999', NULL, 1652901603),
(57285, '3298', '463.00', '26', '25.001', '30', '35000000', '39999999', '69300000', '69339999', NULL, 1652901603),
(57286, '3220', '925.00', '7', '25.001', '30', '35000000', '39999999', '69300000', '69339999', NULL, 1652901604),
(57287, '3298', '90.00', '30', '0.3', '5', '35000000', '39999999', '69340000', '69389999', NULL, 1652901604),
(57288, '3220', '183.00', '11', '0.3', '5', '35000000', '39999999', '69340000', '69389999', NULL, 1652901605),
(57289, '3298', '133.00', '30', '5.001', '10', '35000000', '39999999', '69340000', '69389999', NULL, 1652901605),
(57290, '3220', '266.00', '11', '5.001', '10', '35000000', '39999999', '69340000', '69389999', NULL, 1652901606),
(57291, '3298', '215.00', '30', '10.001', '15', '35000000', '39999999', '69340000', '69389999', NULL, 1652901606),
(57292, '3220', '430.00', '11', '10.001', '15', '35000000', '39999999', '69340000', '69389999', NULL, 1652901607),
(57293, '3298', '298.00', '30', '15.001', '20', '35000000', '39999999', '69340000', '69389999', NULL, 1652901607),
(57294, '3220', '595.00', '11', '15.001', '20', '35000000', '39999999', '69340000', '69389999', NULL, 1652901608),
(57295, '3298', '380.00', '30', '20.001', '25', '35000000', '39999999', '69340000', '69389999', NULL, 1652901608),
(57296, '3220', '760.00', '11', '20.001', '25', '35000000', '39999999', '69340000', '69389999', NULL, 1652901608),
(57297, '3298', '463.00', '30', '25.001', '30', '35000000', '39999999', '69340000', '69389999', NULL, 1652901609),
(57298, '3220', '925.00', '11', '25.001', '30', '35000000', '39999999', '69340000', '69389999', NULL, 1652901610),
(57299, '3298', '90.00', '13', '0.3', '5', '35000000', '39999999', '69900000', '69920999', NULL, 1652901610),
(57300, '3220', '183.00', '9', '0.3', '5', '35000000', '39999999', '69900000', '69920999', NULL, 1652901611),
(57301, '3298', '133.00', '13', '5.001', '10', '35000000', '39999999', '69900000', '69920999', NULL, 1652901611),
(57302, '3220', '266.00', '9', '5.001', '10', '35000000', '39999999', '69900000', '69920999', NULL, 1652901612),
(57303, '3298', '215.00', '13', '10.001', '15', '35000000', '39999999', '69900000', '69920999', NULL, 1652901612),
(57304, '3220', '430.00', '9', '10.001', '15', '35000000', '39999999', '69900000', '69920999', NULL, 1652901612),
(57305, '3298', '298.00', '13', '15.001', '20', '35000000', '39999999', '69900000', '69920999', NULL, 1652901613),
(57306, '3220', '595.00', '9', '15.001', '20', '35000000', '39999999', '69900000', '69920999', NULL, 1652901613),
(57307, '3298', '380.00', '13', '20.001', '25', '35000000', '39999999', '69900000', '69920999', NULL, 1652901614),
(57308, '3220', '760.00', '9', '20.001', '25', '35000000', '39999999', '69900000', '69920999', NULL, 1652901614),
(57309, '3298', '463.00', '13', '25.001', '30', '35000000', '39999999', '69900000', '69920999', NULL, 1652901615),
(57310, '3220', '925.00', '9', '25.001', '30', '35000000', '39999999', '69900000', '69920999', NULL, 1652901615),
(57311, '3298', '90.00', '16', '0.3', '5', '35000000', '39999999', '69921000', '69999999', NULL, 1652901616),
(57312, '3220', '183.00', '12', '0.3', '5', '35000000', '39999999', '69921000', '69999999', NULL, 1652901616),
(57313, '3298', '133.00', '16', '5.001', '10', '35000000', '39999999', '69921000', '69999999', NULL, 1652901616),
(57314, '3220', '266.00', '12', '5.001', '10', '35000000', '39999999', '69921000', '69999999', NULL, 1652901617),
(57315, '3298', '215.00', '16', '10.001', '15', '35000000', '39999999', '69921000', '69999999', NULL, 1652901617),
(57316, '3220', '430.00', '12', '10.001', '15', '35000000', '39999999', '69921000', '69999999', NULL, 1652901619),
(57317, '3298', '298.00', '16', '15.001', '20', '35000000', '39999999', '69921000', '69999999', NULL, 1652901619),
(57318, '3220', '595.00', '12', '15.001', '20', '35000000', '39999999', '69921000', '69999999', NULL, 1652901620),
(57319, '3298', '380.00', '16', '20.001', '25', '35000000', '39999999', '69921000', '69999999', NULL, 1652901620),
(57320, '3220', '760.00', '12', '20.001', '25', '35000000', '39999999', '69921000', '69999999', NULL, 1652901621),
(57321, '3298', '463.00', '16', '25.001', '30', '35000000', '39999999', '69921000', '69999999', NULL, 1652901621),
(57322, '3220', '925.00', '12', '25.001', '30', '35000000', '39999999', '69921000', '69999999', NULL, 1652901622),
(57323, '3298', '44.00', '7', '0.3', '5', '35000000', '39999999', '71000000', '73699999', NULL, 1652901622),
(57324, '3220', '102.00', '4', '0.3', '5', '35000000', '39999999', '71000000', '73699999', NULL, 1652901623),
(57325, '3298', '74.00', '7', '5.001', '10', '35000000', '39999999', '71000000', '73699999', NULL, 1652901624),
(57326, '3220', '141.00', '4', '5.001', '10', '35000000', '39999999', '71000000', '73699999', NULL, 1652901625),
(57327, '3298', '120.00', '7', '10.001', '15', '35000000', '39999999', '71000000', '73699999', NULL, 1652901626),
(57328, '3220', '229.00', '4', '10.001', '15', '35000000', '39999999', '71000000', '73699999', NULL, 1652901626),
(57329, '3298', '166.00', '7', '15.001', '20', '35000000', '39999999', '71000000', '73699999', NULL, 1652901627),
(57330, '3220', '316.00', '4', '15.001', '20', '35000000', '39999999', '71000000', '73699999', NULL, 1652901627),
(57331, '3298', '212.00', '7', '20.001', '25', '35000000', '39999999', '71000000', '73699999', NULL, 1652901628),
(57332, '3220', '404.00', '4', '20.001', '25', '35000000', '39999999', '71000000', '73699999', NULL, 1652901628),
(57333, '3298', '258.00', '7', '25.001', '30', '35000000', '39999999', '71000000', '73699999', NULL, 1652901629),
(57334, '3220', '492.00', '4', '25.001', '30', '35000000', '39999999', '71000000', '73699999', NULL, 1652901629),
(57335, '3298', '44.00', '12', '0.3', '5', '35000000', '39999999', '72800000', '73999999', NULL, 1652901630),
(57336, '3220', '102.00', '9', '0.3', '5', '35000000', '39999999', '72800000', '73999999', NULL, 1652901630),
(57337, '3298', '74.00', '12', '5.001', '10', '35000000', '39999999', '72800000', '73999999', NULL, 1652901631),
(57338, '3220', '141.00', '9', '5.001', '10', '35000000', '39999999', '72800000', '73999999', NULL, 1652901631),
(57339, '3298', '120.00', '12', '10.001', '15', '35000000', '39999999', '72800000', '73999999', NULL, 1652901631),
(57340, '3220', '229.00', '9', '10.001', '15', '35000000', '39999999', '72800000', '73999999', NULL, 1652901632),
(57341, '3298', '166.00', '12', '15.001', '20', '35000000', '39999999', '72800000', '73999999', NULL, 1652901633),
(57342, '3220', '316.00', '9', '15.001', '20', '35000000', '39999999', '72800000', '73999999', NULL, 1652901633),
(57343, '3298', '212.00', '12', '20.001', '25', '35000000', '39999999', '72800000', '73999999', NULL, 1652901633),
(57344, '3220', '404.00', '9', '20.001', '25', '35000000', '39999999', '72800000', '73999999', NULL, 1652901634),
(57345, '3298', '258.00', '12', '25.001', '30', '35000000', '39999999', '72800000', '73999999', NULL, 1652901634),
(57346, '3220', '492.00', '9', '25.001', '30', '35000000', '39999999', '72800000', '73999999', NULL, 1652901635),
(57347, '3298', '50.00', '8', '0.3', '5', '35000000', '39999999', '74000000', '74894999', NULL, 1652901635),
(57348, '3220', '124.00', '5', '0.3', '5', '35000000', '39999999', '74000000', '74894999', NULL, 1652901636),
(57349, '3298', '83.00', '8', '5.001', '10', '35000000', '39999999', '74000000', '74894999', NULL, 1652901636),
(57350, '3220', '175.00', '5', '5.001', '10', '35000000', '39999999', '74000000', '74894999', NULL, 1652901636),
(57351, '3298', '135.00', '8', '10.001', '15', '35000000', '39999999', '74000000', '74894999', NULL, 1652901637),
(57352, '3220', '283.00', '5', '10.001', '15', '35000000', '39999999', '74000000', '74894999', NULL, 1652901637),
(57353, '3298', '186.00', '8', '15.001', '20', '35000000', '39999999', '74000000', '74894999', NULL, 1652901637),
(57354, '3220', '392.00', '5', '15.001', '20', '35000000', '39999999', '74000000', '74894999', NULL, 1652901638),
(57355, '3298', '238.00', '8', '20.001', '25', '35000000', '39999999', '74000000', '74894999', NULL, 1652901638),
(57356, '3220', '500.00', '5', '20.001', '25', '35000000', '39999999', '74000000', '74894999', NULL, 1652901639),
(57357, '3298', '290.00', '8', '25.001', '30', '35000000', '39999999', '74000000', '74894999', NULL, 1652901639),
(57358, '3220', '609.00', '5', '25.001', '30', '35000000', '39999999', '74000000', '74894999', NULL, 1652901639),
(57359, '3298', '50.00', '8', '0.3', '5', '35000000', '39999999', '74895000', '76799999', NULL, 1652901650),
(57360, '3220', '124.00', '5', '0.3', '5', '35000000', '39999999', '74895000', '76799999', NULL, 1652901650),
(57361, '3298', '83.00', '8', '5.001', '10', '35000000', '39999999', '74895000', '76799999', NULL, 1652901650),
(57362, '3220', '175.00', '5', '5.001', '10', '35000000', '39999999', '74895000', '76799999', NULL, 1652901651),
(57363, '3298', '135.00', '8', '10.001', '15', '35000000', '39999999', '74895000', '76799999', NULL, 1652901651),
(57364, '3220', '283.00', '5', '10.001', '15', '35000000', '39999999', '74895000', '76799999', NULL, 1652901652),
(57365, '3298', '186.00', '8', '15.001', '20', '35000000', '39999999', '74895000', '76799999', NULL, 1652901652),
(57366, '3220', '392.00', '5', '15.001', '20', '35000000', '39999999', '74895000', '76799999', NULL, 1652901669),
(57367, '3298', '238.00', '8', '20.001', '25', '35000000', '39999999', '74895000', '76799999', NULL, 1652901670),
(57368, '3220', '500.00', '5', '20.001', '25', '35000000', '39999999', '74895000', '76799999', NULL, 1652901670),
(57369, '3298', '290.00', '8', '25.001', '30', '35000000', '39999999', '74895000', '76799999', NULL, 1652901670),
(57370, '3220', '609.00', '5', '25.001', '30', '35000000', '39999999', '74895000', '76799999', NULL, 1652901671),
(57371, '3298', '90.00', '11', '0.3', '5', '35000000', '39999999', '77000000', '77270999', NULL, 1652901671),
(57372, '3220', '183.00', '6', '0.3', '5', '35000000', '39999999', '77000000', '77270999', NULL, 1652901672),
(57373, '3298', '133.00', '11', '5.001', '10', '35000000', '39999999', '77000000', '77270999', NULL, 1652901672),
(57374, '3220', '266.00', '6', '5.001', '10', '35000000', '39999999', '77000000', '77270999', NULL, 1652901673),
(57375, '3298', '215.00', '11', '10.001', '15', '35000000', '39999999', '77000000', '77270999', NULL, 1652901673),
(57376, '3220', '430.00', '6', '10.001', '15', '35000000', '39999999', '77000000', '77270999', NULL, 1652901688),
(57377, '3298', '298.00', '11', '15.001', '20', '35000000', '39999999', '77000000', '77270999', NULL, 1652901688),
(57378, '3220', '595.00', '6', '15.001', '20', '35000000', '39999999', '77000000', '77270999', NULL, 1652901689),
(57379, '3298', '380.00', '11', '20.001', '25', '35000000', '39999999', '77000000', '77270999', NULL, 1652901689),
(57380, '3220', '760.00', '6', '20.001', '25', '35000000', '39999999', '77000000', '77270999', NULL, 1652901689),
(57381, '3298', '463.00', '11', '25.001', '30', '35000000', '39999999', '77000000', '77270999', NULL, 1652901690),
(57382, '3220', '925.00', '6', '25.001', '30', '35000000', '39999999', '77000000', '77270999', NULL, 1652901690),
(57383, '3298', '90.00', '14', '0.3', '5', '35000000', '39999999', '77300000', '77995999', NULL, 1652901708),
(57384, '3220', '183.00', '9', '0.3', '5', '35000000', '39999999', '77300000', '77995999', NULL, 1652901709),
(57385, '3298', '133.00', '14', '5.001', '10', '35000000', '39999999', '77300000', '77995999', NULL, 1652901709),
(57386, '3220', '266.00', '9', '5.001', '10', '35000000', '39999999', '77300000', '77995999', NULL, 1652901710),
(57387, '3298', '215.00', '14', '10.001', '15', '35000000', '39999999', '77300000', '77995999', NULL, 1652901710),
(57388, '3220', '430.00', '9', '10.001', '15', '35000000', '39999999', '77300000', '77995999', NULL, 1652901730),
(57389, '3298', '298.00', '14', '15.001', '20', '35000000', '39999999', '77300000', '77995999', NULL, 1652901730),
(57390, '3220', '595.00', '9', '15.001', '20', '35000000', '39999999', '77300000', '77995999', NULL, 1652901731),
(57391, '3298', '380.00', '14', '20.001', '25', '35000000', '39999999', '77300000', '77995999', NULL, 1652901731),
(57392, '3220', '760.00', '9', '20.001', '25', '35000000', '39999999', '77300000', '77995999', NULL, 1652901731),
(57393, '3298', '463.00', '14', '25.001', '30', '35000000', '39999999', '77300000', '77995999', NULL, 1652901732),
(57394, '3220', '925.00', '9', '25.001', '30', '35000000', '39999999', '77300000', '77995999', NULL, 1652901732),
(57395, '3298', '70.00', '9', '0.3', '5', '35000000', '39999999', '78000000', '78109999', NULL, 1652901733),
(57396, '3220', '157.00', '7', '0.3', '5', '35000000', '39999999', '78000000', '78109999', NULL, 1652901733),
(57397, '3298', '106.00', '9', '5.001', '10', '35000000', '39999999', '78000000', '78109999', NULL, 1652901733),
(57398, '3220', '226.00', '7', '5.001', '10', '35000000', '39999999', '78000000', '78109999', NULL, 1652901734),
(57399, '3298', '172.00', '9', '10.001', '15', '35000000', '39999999', '78000000', '78109999', NULL, 1652901734),
(57400, '3220', '367.00', '7', '10.001', '15', '35000000', '39999999', '78000000', '78109999', NULL, 1652901734),
(57401, '3298', '239.00', '9', '15.001', '20', '35000000', '39999999', '78000000', '78109999', NULL, 1652901735),
(57402, '3220', '508.00', '7', '15.001', '20', '35000000', '39999999', '78000000', '78109999', NULL, 1652901735),
(57403, '3298', '305.00', '9', '20.001', '25', '35000000', '39999999', '78000000', '78109999', NULL, 1652901736),
(57404, '3220', '649.00', '7', '20.001', '25', '35000000', '39999999', '78000000', '78109999', NULL, 1652901736),
(57405, '3298', '371.00', '9', '25.001', '30', '35000000', '39999999', '78000000', '78109999', NULL, 1652901737),
(57406, '3220', '789.00', '7', '25.001', '30', '35000000', '39999999', '78000000', '78109999', NULL, 1652901738),
(57407, '3298', '70.00', '11', '0.3', '5', '35000000', '39999999', '78110000', '78899999', NULL, 1652901738),
(57408, '3220', '157.00', '9', '0.3', '5', '35000000', '39999999', '78110000', '78899999', NULL, 1652901738),
(57409, '3298', '106.00', '11', '5.001', '10', '35000000', '39999999', '78110000', '78899999', NULL, 1652901739),
(57410, '3220', '226.00', '9', '5.001', '10', '35000000', '39999999', '78110000', '78899999', NULL, 1652901759),
(57411, '3298', '172.00', '11', '10.001', '15', '35000000', '39999999', '78110000', '78899999', NULL, 1652901759),
(57412, '3220', '367.00', '9', '10.001', '15', '35000000', '39999999', '78110000', '78899999', NULL, 1652901759),
(57413, '3298', '239.00', '11', '15.001', '20', '35000000', '39999999', '78110000', '78899999', NULL, 1652901760),
(57414, '3220', '508.00', '9', '15.001', '20', '35000000', '39999999', '78110000', '78899999', NULL, 1652901760),
(57415, '3298', '305.00', '11', '20.001', '25', '35000000', '39999999', '78110000', '78899999', NULL, 1652901761),
(57416, '3220', '649.00', '9', '20.001', '25', '35000000', '39999999', '78110000', '78899999', NULL, 1652901761),
(57417, '3298', '371.00', '11', '25.001', '30', '35000000', '39999999', '78110000', '78899999', NULL, 1652901762),
(57418, '3220', '789.00', '9', '25.001', '30', '35000000', '39999999', '78110000', '78899999', NULL, 1652901762),
(57419, '3298', '90.00', '13', '0.3', '5', '35000000', '39999999', '78900000', '78930999', NULL, 1652901762),
(57420, '3220', '183.00', '10', '0.3', '5', '35000000', '39999999', '78900000', '78930999', NULL, 1652901763),
(57421, '3298', '133.00', '13', '5.001', '10', '35000000', '39999999', '78900000', '78930999', NULL, 1652901763),
(57422, '3220', '266.00', '10', '5.001', '10', '35000000', '39999999', '78900000', '78930999', NULL, 1652901764),
(57423, '3298', '215.00', '13', '10.001', '15', '35000000', '39999999', '78900000', '78930999', NULL, 1652901764),
(57424, '3220', '430.00', '10', '10.001', '15', '35000000', '39999999', '78900000', '78930999', NULL, 1652901765),
(57425, '3298', '298.00', '13', '15.001', '20', '35000000', '39999999', '78900000', '78930999', NULL, 1652901765),
(57426, '3220', '595.00', '10', '15.001', '20', '35000000', '39999999', '78900000', '78930999', NULL, 1652901766),
(57427, '3298', '380.00', '13', '20.001', '25', '35000000', '39999999', '78900000', '78930999', NULL, 1652901766),
(57428, '3220', '760.00', '10', '20.001', '25', '35000000', '39999999', '78900000', '78930999', NULL, 1652901767),
(57429, '3298', '463.00', '13', '25.001', '30', '35000000', '39999999', '78900000', '78930999', NULL, 1652901767),
(57430, '3220', '925.00', '10', '25.001', '30', '35000000', '39999999', '78900000', '78930999', NULL, 1652901767),
(57431, '3298', '70.00', '11', '0.3', '5', '35000000', '39999999', '78931000', '78999999', NULL, 1652901768),
(57432, '3220', '157.00', '9', '0.3', '5', '35000000', '39999999', '78931000', '78999999', NULL, 1652901768),
(57433, '3298', '106.00', '11', '5.001', '10', '35000000', '39999999', '78931000', '78999999', NULL, 1652901768),
(57434, '3220', '226.00', '9', '5.001', '10', '35000000', '39999999', '78931000', '78999999', NULL, 1652901769),
(57435, '3298', '172.00', '11', '10.001', '15', '35000000', '39999999', '78931000', '78999999', NULL, 1652901769),
(57436, '3220', '367.00', '9', '10.001', '15', '35000000', '39999999', '78931000', '78999999', NULL, 1652901770),
(57437, '3298', '239.00', '11', '15.001', '20', '35000000', '39999999', '78931000', '78999999', NULL, 1652901770),
(57438, '3220', '508.00', '9', '15.001', '20', '35000000', '39999999', '78931000', '78999999', NULL, 1652901771),
(57439, '3298', '305.00', '11', '20.001', '25', '35000000', '39999999', '78931000', '78999999', NULL, 1652901771),
(57440, '3220', '649.00', '9', '20.001', '25', '35000000', '39999999', '78931000', '78999999', NULL, 1652901772),
(57441, '3298', '371.00', '11', '25.001', '30', '35000000', '39999999', '78931000', '78999999', NULL, 1652901772),
(57442, '3220', '789.00', '9', '25.001', '30', '35000000', '39999999', '78931000', '78999999', NULL, 1652901772),
(57443, '3298', '50.00', '8', '0.3', '5', '35000000', '39999999', '79000000', '79129999', NULL, 1652901773),
(57444, '3220', '124.00', '4', '0.3', '5', '35000000', '39999999', '79000000', '79129999', NULL, 1652901773),
(57445, '3298', '83.00', '8', '5.001', '10', '35000000', '39999999', '79000000', '79129999', NULL, 1652901773),
(57446, '3220', '175.00', '4', '5.001', '10', '35000000', '39999999', '79000000', '79129999', NULL, 1652901785);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(57447, '3298', '135.00', '8', '10.001', '15', '35000000', '39999999', '79000000', '79129999', NULL, 1652901786),
(57448, '3220', '283.00', '4', '10.001', '15', '35000000', '39999999', '79000000', '79129999', NULL, 1652901786),
(57449, '3298', '186.00', '8', '15.001', '20', '35000000', '39999999', '79000000', '79129999', NULL, 1652901786),
(57450, '3220', '392.00', '4', '15.001', '20', '35000000', '39999999', '79000000', '79129999', NULL, 1652901787),
(57451, '3298', '238.00', '8', '20.001', '25', '35000000', '39999999', '79000000', '79129999', NULL, 1652901787),
(57452, '3220', '500.00', '4', '20.001', '25', '35000000', '39999999', '79000000', '79129999', NULL, 1652901788),
(57453, '3298', '290.00', '8', '25.001', '30', '35000000', '39999999', '79000000', '79129999', NULL, 1652901788),
(57454, '3220', '609.00', '4', '25.001', '30', '35000000', '39999999', '79000000', '79129999', NULL, 1652901788),
(57455, '3298', '50.00', '11', '0.3', '5', '35000000', '39999999', '79130000', '79999999', NULL, 1652901789),
(57456, '3220', '124.00', '7', '0.3', '5', '35000000', '39999999', '79130000', '79999999', NULL, 1652901789),
(57457, '3298', '83.00', '11', '5.001', '10', '35000000', '39999999', '79130000', '79999999', NULL, 1652901790),
(57458, '3220', '175.00', '7', '5.001', '10', '35000000', '39999999', '79130000', '79999999', NULL, 1652901790),
(57459, '3298', '135.00', '11', '10.001', '15', '35000000', '39999999', '79130000', '79999999', NULL, 1652901790),
(57460, '3220', '283.00', '7', '10.001', '15', '35000000', '39999999', '79130000', '79999999', NULL, 1652901791),
(57461, '3298', '186.00', '11', '15.001', '20', '35000000', '39999999', '79130000', '79999999', NULL, 1652901798),
(57462, '3220', '392.00', '7', '15.001', '20', '35000000', '39999999', '79130000', '79999999', NULL, 1652901799),
(57463, '3298', '238.00', '11', '20.001', '25', '35000000', '39999999', '79130000', '79999999', NULL, 1652901799),
(57464, '3220', '500.00', '7', '20.001', '25', '35000000', '39999999', '79130000', '79999999', NULL, 1652901805),
(57465, '3298', '290.00', '11', '25.001', '30', '35000000', '39999999', '79130000', '79999999', NULL, 1652901806),
(57466, '3220', '609.00', '7', '25.001', '30', '35000000', '39999999', '79130000', '79999999', NULL, 1652901806),
(57467, '3298', '50.00', '7', '0.3', '5', '35000000', '39999999', '80000000', '82999999', NULL, 1652901807),
(57468, '3220', '124.00', '4', '0.3', '5', '35000000', '39999999', '80000000', '82999999', NULL, 1652901807),
(57469, '3298', '83.00', '7', '5.001', '10', '35000000', '39999999', '80000000', '82999999', NULL, 1652901810),
(57470, '3220', '175.00', '4', '5.001', '10', '35000000', '39999999', '80000000', '82999999', NULL, 1652901810),
(57471, '3298', '135.00', '7', '10.001', '15', '35000000', '39999999', '80000000', '82999999', NULL, 1652901816),
(57472, '3220', '283.00', '4', '10.001', '15', '35000000', '39999999', '80000000', '82999999', NULL, 1652901816),
(57473, '3298', '186.00', '7', '15.001', '20', '35000000', '39999999', '80000000', '82999999', NULL, 1652901816),
(57474, '3220', '392.00', '4', '15.001', '20', '35000000', '39999999', '80000000', '82999999', NULL, 1652901821),
(57475, '3298', '238.00', '7', '20.001', '25', '35000000', '39999999', '80000000', '82999999', NULL, 1652901822),
(57476, '3220', '500.00', '4', '20.001', '25', '35000000', '39999999', '80000000', '82999999', NULL, 1652901822),
(57477, '3298', '290.00', '7', '25.001', '30', '35000000', '39999999', '80000000', '82999999', NULL, 1652901823),
(57478, '3220', '609.00', '4', '25.001', '30', '35000000', '39999999', '80000000', '82999999', NULL, 1652901823),
(57479, '3298', '50.00', '7', '0.3', '5', '35000000', '39999999', '80000000', '83800999', NULL, 1652901823),
(57480, '3220', '124.00', '4', '0.3', '5', '35000000', '39999999', '80000000', '83800999', NULL, 1652901824),
(57481, '3298', '83.00', '7', '5.001', '10', '35000000', '39999999', '80000000', '83800999', NULL, 1652901824),
(57482, '3220', '175.00', '4', '5.001', '10', '35000000', '39999999', '80000000', '83800999', NULL, 1652901824),
(57483, '3298', '135.00', '7', '10.001', '15', '35000000', '39999999', '80000000', '83800999', NULL, 1652901825),
(57484, '3220', '283.00', '4', '10.001', '15', '35000000', '39999999', '80000000', '83800999', NULL, 1652901825),
(57485, '3298', '186.00', '7', '15.001', '20', '35000000', '39999999', '80000000', '83800999', NULL, 1652901826),
(57486, '3220', '392.00', '4', '15.001', '20', '35000000', '39999999', '80000000', '83800999', NULL, 1652901826),
(57487, '3298', '238.00', '7', '20.001', '25', '35000000', '39999999', '80000000', '83800999', NULL, 1652901829),
(57488, '3220', '500.00', '4', '20.001', '25', '35000000', '39999999', '80000000', '83800999', NULL, 1652901829),
(57489, '3298', '290.00', '7', '25.001', '30', '35000000', '39999999', '80000000', '83800999', NULL, 1652901836),
(57490, '3220', '609.00', '4', '25.001', '30', '35000000', '39999999', '80000000', '83800999', NULL, 1652901836),
(57491, '3298', '50.00', '9', '0.3', '5', '35000000', '39999999', '83801000', '87999999', NULL, 1652901836),
(57492, '3220', '124.00', '6', '0.3', '5', '35000000', '39999999', '83801000', '87999999', NULL, 1652901837),
(57493, '3298', '83.00', '9', '5.001', '10', '35000000', '39999999', '83801000', '87999999', NULL, 1652901843),
(57494, '3220', '175.00', '6', '5.001', '10', '35000000', '39999999', '83801000', '87999999', NULL, 1652901844),
(57495, '3298', '135.00', '9', '10.001', '15', '35000000', '39999999', '83801000', '87999999', NULL, 1652901844),
(57496, '3220', '283.00', '6', '10.001', '15', '35000000', '39999999', '83801000', '87999999', NULL, 1652901845),
(57497, '3298', '186.00', '9', '15.001', '20', '35000000', '39999999', '83801000', '87999999', NULL, 1652901845),
(57498, '3220', '392.00', '6', '15.001', '20', '35000000', '39999999', '83801000', '87999999', NULL, 1652901845),
(57499, '3298', '238.00', '9', '20.001', '25', '35000000', '39999999', '83801000', '87999999', NULL, 1652901846),
(57500, '3220', '500.00', '6', '20.001', '25', '35000000', '39999999', '83801000', '87999999', NULL, 1652901846),
(57501, '3298', '290.00', '9', '25.001', '30', '35000000', '39999999', '83801000', '87999999', NULL, 1652901847),
(57502, '3220', '609.00', '6', '25.001', '30', '35000000', '39999999', '83801000', '87999999', NULL, 1652901847),
(57503, '3298', '50.00', '8', '0.3', '5', '35000000', '39999999', '88000000', '82999999', NULL, 1652901848),
(57504, '3220', '124.00', '4', '0.3', '5', '35000000', '39999999', '88000000', '82999999', NULL, 1652901848),
(57505, '3298', '83.00', '8', '5.001', '10', '35000000', '39999999', '88000000', '82999999', NULL, 1652901848),
(57506, '3220', '175.00', '4', '5.001', '10', '35000000', '39999999', '88000000', '82999999', NULL, 1652901849),
(57507, '3298', '135.00', '8', '10.001', '15', '35000000', '39999999', '88000000', '82999999', NULL, 1652901849),
(57508, '3220', '283.00', '4', '10.001', '15', '35000000', '39999999', '88000000', '82999999', NULL, 1652901850),
(57509, '3298', '186.00', '8', '15.001', '20', '35000000', '39999999', '88000000', '82999999', NULL, 1652901850),
(57510, '3220', '392.00', '4', '15.001', '20', '35000000', '39999999', '88000000', '82999999', NULL, 1652901850),
(57511, '3298', '238.00', '8', '20.001', '25', '35000000', '39999999', '88000000', '82999999', NULL, 1652901851),
(57512, '3220', '500.00', '4', '20.001', '25', '35000000', '39999999', '88000000', '82999999', NULL, 1652901851),
(57513, '3298', '290.00', '8', '25.001', '30', '35000000', '39999999', '88000000', '82999999', NULL, 1652901852),
(57514, '3220', '609.00', '4', '25.001', '30', '35000000', '39999999', '88000000', '82999999', NULL, 1652901852),
(57515, '3298', '50.00', '8', '0.3', '5', '35000000', '39999999', '88000000', '88469999', NULL, 1652901852),
(57516, '3220', '124.00', '4', '0.3', '5', '35000000', '39999999', '88000000', '88469999', NULL, 1652901856),
(57517, '3298', '83.00', '8', '5.001', '10', '35000000', '39999999', '88000000', '88469999', NULL, 1652901857),
(57518, '3220', '175.00', '4', '5.001', '10', '35000000', '39999999', '88000000', '88469999', NULL, 1652901858),
(57519, '3298', '135.00', '8', '10.001', '15', '35000000', '39999999', '88000000', '88469999', NULL, 1652901859),
(57520, '3220', '283.00', '4', '10.001', '15', '35000000', '39999999', '88000000', '88469999', NULL, 1652901862),
(57521, '3298', '186.00', '8', '15.001', '20', '35000000', '39999999', '88000000', '88469999', NULL, 1652901863),
(57522, '3220', '392.00', '4', '15.001', '20', '35000000', '39999999', '88000000', '88469999', NULL, 1652901865),
(57523, '3298', '238.00', '8', '20.001', '25', '35000000', '39999999', '88000000', '88469999', NULL, 1652901866),
(57524, '3220', '500.00', '4', '20.001', '25', '35000000', '39999999', '88000000', '88469999', NULL, 1652901867),
(57525, '3298', '290.00', '8', '25.001', '30', '35000000', '39999999', '88000000', '88469999', NULL, 1652901868),
(57526, '3220', '609.00', '4', '25.001', '30', '35000000', '39999999', '88000000', '88469999', NULL, 1652901869),
(57527, '3298', '50.00', '9', '0.3', '5', '35000000', '39999999', '88470000', '89999999', NULL, 1652901873),
(57528, '3220', '124.00', '5', '0.3', '5', '35000000', '39999999', '88470000', '89999999', NULL, 1652901873),
(57529, '3298', '83.00', '9', '5.001', '10', '35000000', '39999999', '88470000', '89999999', NULL, 1652901874),
(57530, '3220', '175.00', '5', '5.001', '10', '35000000', '39999999', '88470000', '89999999', NULL, 1652901874),
(57531, '3298', '135.00', '9', '10.001', '15', '35000000', '39999999', '88470000', '89999999', NULL, 1652901879),
(57532, '3220', '283.00', '5', '10.001', '15', '35000000', '39999999', '88470000', '89999999', NULL, 1652901879),
(57533, '3298', '186.00', '9', '15.001', '20', '35000000', '39999999', '88470000', '89999999', NULL, 1652901880),
(57534, '3220', '392.00', '5', '15.001', '20', '35000000', '39999999', '88470000', '89999999', NULL, 1652901880),
(57535, '3298', '238.00', '9', '20.001', '25', '35000000', '39999999', '88470000', '89999999', NULL, 1652901880),
(57536, '3220', '500.00', '5', '20.001', '25', '35000000', '39999999', '88470000', '89999999', NULL, 1652901881),
(57537, '3298', '290.00', '9', '25.001', '30', '35000000', '39999999', '88470000', '89999999', NULL, 1652901881),
(57538, '3220', '609.00', '5', '25.001', '30', '35000000', '39999999', '88470000', '89999999', NULL, 1652901882),
(57539, '3298', '70.00', '8', '0.3', '5', '35000000', '39999999', '90000000', '91999999', NULL, 1652901882),
(57540, '3220', '157.00', '4', '0.3', '5', '35000000', '39999999', '90000000', '91999999', NULL, 1652901882),
(57541, '3298', '106.00', '8', '5.001', '10', '35000000', '39999999', '90000000', '91999999', NULL, 1652901883),
(57542, '3220', '226.00', '4', '5.001', '10', '35000000', '39999999', '90000000', '91999999', NULL, 1652901883),
(57543, '3298', '172.00', '8', '10.001', '15', '35000000', '39999999', '90000000', '91999999', NULL, 1652901888),
(57544, '3220', '367.00', '4', '10.001', '15', '35000000', '39999999', '90000000', '91999999', NULL, 1652901889),
(57545, '3298', '239.00', '8', '15.001', '20', '35000000', '39999999', '90000000', '91999999', NULL, 1652901889),
(57546, '3220', '508.00', '4', '15.001', '20', '35000000', '39999999', '90000000', '91999999', NULL, 1652901889),
(57547, '3298', '305.00', '8', '20.001', '25', '35000000', '39999999', '90000000', '91999999', NULL, 1652901890),
(57548, '3220', '649.00', '4', '20.001', '25', '35000000', '39999999', '90000000', '91999999', NULL, 1652901890),
(57549, '3298', '371.00', '8', '25.001', '30', '35000000', '39999999', '90000000', '91999999', NULL, 1652901891),
(57550, '3220', '789.00', '4', '25.001', '30', '35000000', '39999999', '90000000', '91999999', NULL, 1652901891),
(57551, '3298', '70.00', '10', '0.3', '5', '35000000', '39999999', '90000000', '94900999', NULL, 1652901891),
(57552, '3220', '157.00', '6', '0.3', '5', '35000000', '39999999', '90000000', '94900999', NULL, 1652901895),
(57553, '3298', '106.00', '10', '5.001', '10', '35000000', '39999999', '90000000', '94900999', NULL, 1652901895),
(57554, '3220', '226.00', '6', '5.001', '10', '35000000', '39999999', '90000000', '94900999', NULL, 1652901896),
(57555, '3298', '172.00', '10', '10.001', '15', '35000000', '39999999', '90000000', '94900999', NULL, 1652901898),
(57556, '3220', '367.00', '6', '10.001', '15', '35000000', '39999999', '90000000', '94900999', NULL, 1652901902),
(57557, '3298', '239.00', '10', '15.001', '20', '35000000', '39999999', '90000000', '94900999', NULL, 1652901902),
(57558, '3220', '508.00', '6', '15.001', '20', '35000000', '39999999', '90000000', '94900999', NULL, 1652901903),
(57559, '3298', '305.00', '10', '20.001', '25', '35000000', '39999999', '90000000', '94900999', NULL, 1652901907),
(57560, '3220', '649.00', '6', '20.001', '25', '35000000', '39999999', '90000000', '94900999', NULL, 1652901908),
(57561, '3298', '371.00', '10', '25.001', '30', '35000000', '39999999', '90000000', '94900999', NULL, 1652901908),
(57562, '3220', '789.00', '6', '25.001', '30', '35000000', '39999999', '90000000', '94900999', NULL, 1652901908),
(57563, '3298', '70.00', '12', '0.3', '5', '35000000', '39999999', '94901000', '99999999', NULL, 1652901909),
(57564, '3220', '157.00', '8', '0.3', '5', '35000000', '39999999', '94901000', '99999999', NULL, 1652901909),
(57565, '3298', '106.00', '12', '5.001', '10', '35000000', '39999999', '94901000', '99999999', NULL, 1652901910),
(57566, '3220', '226.00', '8', '5.001', '10', '35000000', '39999999', '94901000', '99999999', NULL, 1652901910),
(57567, '3298', '172.00', '12', '10.001', '15', '35000000', '39999999', '94901000', '99999999', NULL, 1652901911),
(57568, '3220', '367.00', '8', '10.001', '15', '35000000', '39999999', '94901000', '99999999', NULL, 1652901911),
(57569, '3298', '239.00', '12', '15.001', '20', '35000000', '39999999', '94901000', '99999999', NULL, 1652901912),
(57570, '3220', '508.00', '8', '15.001', '20', '35000000', '39999999', '94901000', '99999999', NULL, 1652901912),
(57571, '3298', '305.00', '12', '20.001', '25', '35000000', '39999999', '94901000', '99999999', NULL, 1652901913),
(57572, '3220', '649.00', '8', '20.001', '25', '35000000', '39999999', '94901000', '99999999', NULL, 1652901913),
(57573, '3298', '371.00', '12', '25.001', '30', '35000000', '39999999', '94901000', '99999999', NULL, 1652901913),
(57574, '3220', '789.00', '8', '25.001', '30', '35000000', '39999999', '94901000', '99999999', NULL, 1652901914),
(57575, '3298', '45.00', '6', '0.3', '5', '40000000', '41999999', '01000000', '08499999', NULL, 1652901914),
(57576, '3220', '137.00', '1', '0.3', '5', '40000000', '41999999', '01000000', '08499999', NULL, 1652901915),
(57577, '3298', '71.00', '6', '5.001', '10', '40000000', '41999999', '01000000', '08499999', NULL, 1652901915),
(57578, '3220', '214.00', '1', '5.001', '10', '40000000', '41999999', '01000000', '08499999', NULL, 1652901916),
(57579, '3298', '116.00', '6', '10.001', '15', '40000000', '41999999', '01000000', '08499999', NULL, 1652901920),
(57580, '3220', '346.00', '1', '10.001', '15', '40000000', '41999999', '01000000', '08499999', NULL, 1652901920),
(57581, '3298', '160.00', '6', '15.001', '20', '40000000', '41999999', '01000000', '08499999', NULL, 1652901921),
(57582, '3220', '479.00', '1', '15.001', '20', '40000000', '41999999', '01000000', '08499999', NULL, 1652901921),
(57583, '3298', '205.00', '6', '20.001', '25', '40000000', '41999999', '01000000', '08499999', NULL, 1652901922),
(57584, '3220', '612.00', '1', '20.001', '25', '40000000', '41999999', '01000000', '08499999', NULL, 1652901924),
(57585, '3298', '249.00', '6', '25.001', '30', '40000000', '41999999', '01000000', '08499999', NULL, 1652901925),
(57586, '3220', '744.00', '1', '25.001', '30', '40000000', '41999999', '01000000', '08499999', NULL, 1652901925),
(57587, '3298', '45.00', '6', '0.3', '5', '40000000', '41999999', '06000000', '09999999', NULL, 1652901927),
(57588, '3220', '137.00', '2', '0.3', '5', '40000000', '41999999', '06000000', '09999999', NULL, 1652901927),
(57589, '3298', '71.00', '6', '5.001', '10', '40000000', '41999999', '06000000', '09999999', NULL, 1652901928),
(57590, '3220', '214.00', '2', '5.001', '10', '40000000', '41999999', '06000000', '09999999', NULL, 1652901928),
(57591, '3298', '116.00', '6', '10.001', '15', '40000000', '41999999', '06000000', '09999999', NULL, 1652901928),
(57592, '3220', '346.00', '2', '10.001', '15', '40000000', '41999999', '06000000', '09999999', NULL, 1652901929),
(57593, '3298', '160.00', '6', '15.001', '20', '40000000', '41999999', '06000000', '09999999', NULL, 1652901929),
(57594, '3220', '479.00', '2', '15.001', '20', '40000000', '41999999', '06000000', '09999999', NULL, 1652901930),
(57595, '3298', '205.00', '6', '20.001', '25', '40000000', '41999999', '06000000', '09999999', NULL, 1652901930),
(57596, '3220', '612.00', '2', '20.001', '25', '40000000', '41999999', '06000000', '09999999', NULL, 1652901931),
(57597, '3298', '249.00', '6', '25.001', '30', '40000000', '41999999', '06000000', '09999999', NULL, 1652901932),
(57598, '3220', '744.00', '2', '25.001', '30', '40000000', '41999999', '06000000', '09999999', NULL, 1652901932),
(57599, '3298', '45.00', '7', '0.3', '5', '40000000', '41999999', '11000000', '11999999', NULL, 1652901933),
(57600, '3220', '137.00', '3', '0.3', '5', '40000000', '41999999', '11000000', '11999999', NULL, 1652901934),
(57601, '3298', '71.00', '7', '5.001', '10', '40000000', '41999999', '11000000', '11999999', NULL, 1652901934),
(57602, '3220', '214.00', '3', '5.001', '10', '40000000', '41999999', '11000000', '11999999', NULL, 1652901936),
(57603, '3298', '116.00', '7', '10.001', '15', '40000000', '41999999', '11000000', '11999999', NULL, 1652901937),
(57604, '3220', '346.00', '3', '10.001', '15', '40000000', '41999999', '11000000', '11999999', NULL, 1652901937),
(57605, '3298', '160.00', '7', '15.001', '20', '40000000', '41999999', '11000000', '11999999', NULL, 1652901938),
(57606, '3220', '479.00', '3', '15.001', '20', '40000000', '41999999', '11000000', '11999999', NULL, 1652901938),
(57607, '3298', '205.00', '7', '20.001', '25', '40000000', '41999999', '11000000', '11999999', NULL, 1652901940),
(57608, '3220', '612.00', '3', '20.001', '25', '40000000', '41999999', '11000000', '11999999', NULL, 1652901941),
(57609, '3298', '249.00', '7', '25.001', '30', '40000000', '41999999', '11000000', '11999999', NULL, 1652901942),
(57610, '3220', '744.00', '3', '25.001', '30', '40000000', '41999999', '11000000', '11999999', NULL, 1652901942),
(57611, '3298', '45.00', '7', '0.3', '5', '40000000', '41999999', '12000000', '19999999', NULL, 1652901942),
(57612, '3220', '137.00', '2', '0.3', '5', '40000000', '41999999', '12000000', '19999999', NULL, 1652901943),
(57613, '3298', '71.00', '7', '5.001', '10', '40000000', '41999999', '12000000', '19999999', NULL, 1652901944),
(57614, '3220', '214.00', '2', '5.001', '10', '40000000', '41999999', '12000000', '19999999', NULL, 1652901944),
(57615, '3298', '116.00', '7', '10.001', '15', '40000000', '41999999', '12000000', '19999999', NULL, 1652901945),
(57616, '3220', '346.00', '2', '10.001', '15', '40000000', '41999999', '12000000', '19999999', NULL, 1652901946),
(57617, '3298', '160.00', '7', '15.001', '20', '40000000', '41999999', '12000000', '19999999', NULL, 1652901946),
(57618, '3220', '479.00', '2', '15.001', '20', '40000000', '41999999', '12000000', '19999999', NULL, 1652901947),
(57619, '3298', '205.00', '7', '20.001', '25', '40000000', '41999999', '12000000', '19999999', NULL, 1652901949),
(57620, '3220', '612.00', '2', '20.001', '25', '40000000', '41999999', '12000000', '19999999', NULL, 1652901949),
(57621, '3298', '249.00', '7', '25.001', '30', '40000000', '41999999', '12000000', '19999999', NULL, 1652901952),
(57622, '3220', '744.00', '2', '25.001', '30', '40000000', '41999999', '12000000', '19999999', NULL, 1652901953),
(57623, '3298', '70.00', '8', '0.3', '5', '40000000', '41999999', '26601000', '28999999', NULL, 1652901971),
(57624, '3220', '157.00', '4', '0.3', '5', '40000000', '41999999', '26601000', '28999999', NULL, 1652901972),
(57625, '3298', '106.00', '8', '5.001', '10', '40000000', '41999999', '26601000', '28999999', NULL, 1652901973),
(57626, '3220', '226.00', '4', '5.001', '10', '40000000', '41999999', '26601000', '28999999', NULL, 1652901973),
(57627, '3298', '172.00', '8', '10.001', '15', '40000000', '41999999', '26601000', '28999999', NULL, 1652901974),
(57628, '3220', '367.00', '4', '10.001', '15', '40000000', '41999999', '26601000', '28999999', NULL, 1652901974),
(57629, '3298', '239.00', '8', '15.001', '20', '40000000', '41999999', '26601000', '28999999', NULL, 1652901975),
(57630, '3220', '508.00', '4', '15.001', '20', '40000000', '41999999', '26601000', '28999999', NULL, 1652901975),
(57631, '3298', '305.00', '8', '20.001', '25', '40000000', '41999999', '26601000', '28999999', NULL, 1652901977),
(57632, '3220', '649.00', '4', '20.001', '25', '40000000', '41999999', '26601000', '28999999', NULL, 1652901978),
(57633, '3298', '371.00', '8', '25.001', '30', '40000000', '41999999', '26601000', '28999999', NULL, 1652901978),
(57634, '3220', '789.00', '4', '25.001', '30', '40000000', '41999999', '26601000', '28999999', NULL, 1652901979),
(57635, '3298', '34.00', '6', '0.3', '5', '40000000', '41999999', '29000000', '29099999', NULL, 1652901981),
(57636, '3220', '80.00', '2', '0.3', '5', '40000000', '41999999', '29000000', '29099999', NULL, 1652901981),
(57637, '3298', '50.00', '6', '5.001', '10', '40000000', '41999999', '29000000', '29099999', NULL, 1652901982),
(57638, '3220', '125.00', '2', '5.001', '10', '40000000', '41999999', '29000000', '29099999', NULL, 1652901982),
(57639, '3298', '82.00', '6', '10.001', '15', '40000000', '41999999', '29000000', '29099999', NULL, 1652901983),
(57640, '3220', '203.00', '2', '10.001', '15', '40000000', '41999999', '29000000', '29099999', NULL, 1652901984),
(57641, '3298', '113.00', '6', '15.001', '20', '40000000', '41999999', '29000000', '29099999', NULL, 1652901984),
(57642, '3220', '281.00', '2', '15.001', '20', '40000000', '41999999', '29000000', '29099999', NULL, 1652901984),
(57643, '3298', '145.00', '6', '20.001', '25', '40000000', '41999999', '29000000', '29099999', NULL, 1652901985),
(57644, '3220', '359.00', '2', '20.001', '25', '40000000', '41999999', '29000000', '29099999', NULL, 1652901985),
(57645, '3298', '176.00', '6', '25.001', '30', '40000000', '41999999', '29000000', '29099999', NULL, 1652901986),
(57646, '3220', '437.00', '2', '25.001', '30', '40000000', '41999999', '29000000', '29099999', NULL, 1652901986),
(57647, '3298', '50.00', '9', '0.3', '5', '40000000', '41999999', '29100000', '29999999', NULL, 1652901987),
(57648, '3220', '124.00', '4', '0.3', '5', '40000000', '41999999', '29100000', '29999999', NULL, 1652901987),
(57649, '3298', '83.00', '9', '5.001', '10', '40000000', '41999999', '29100000', '29999999', NULL, 1652901988),
(57650, '3220', '175.00', '4', '5.001', '10', '40000000', '41999999', '29100000', '29999999', NULL, 1652901988),
(57651, '3298', '135.00', '9', '10.001', '15', '40000000', '41999999', '29100000', '29999999', NULL, 1652901989),
(57652, '3220', '283.00', '4', '10.001', '15', '40000000', '41999999', '29100000', '29999999', NULL, 1652901989),
(57653, '3298', '186.00', '9', '15.001', '20', '40000000', '41999999', '29100000', '29999999', NULL, 1652901990),
(57654, '3220', '392.00', '4', '15.001', '20', '40000000', '41999999', '29100000', '29999999', NULL, 1652901990),
(57655, '3298', '238.00', '9', '20.001', '25', '40000000', '41999999', '29100000', '29999999', NULL, 1652901991),
(57656, '3220', '500.00', '4', '20.001', '25', '40000000', '41999999', '29100000', '29999999', NULL, 1652901992),
(57657, '3298', '290.00', '9', '25.001', '30', '40000000', '41999999', '29100000', '29999999', NULL, 1652901992),
(57658, '3220', '609.00', '4', '25.001', '30', '40000000', '41999999', '29100000', '29999999', NULL, 1652901993),
(57659, '3298', '38.00', '5', '0.3', '5', '40000000', '41999999', '30000000', '31999999', NULL, 1652901995),
(57660, '3220', '113.00', '1', '0.3', '5', '40000000', '41999999', '30000000', '31999999', NULL, 1652901995),
(57661, '3298', '58.00', '5', '5.001', '10', '40000000', '41999999', '30000000', '31999999', NULL, 1652901996),
(57662, '3220', '176.00', '1', '5.001', '10', '40000000', '41999999', '30000000', '31999999', NULL, 1652901997),
(57663, '3298', '94.00', '5', '10.001', '15', '40000000', '41999999', '30000000', '31999999', NULL, 1652901997),
(57664, '3220', '286.00', '1', '10.001', '15', '40000000', '41999999', '30000000', '31999999', NULL, 1652901998),
(57665, '3298', '130.00', '5', '15.001', '20', '40000000', '41999999', '30000000', '31999999', NULL, 1652901998),
(57666, '3220', '396.00', '1', '15.001', '20', '40000000', '41999999', '30000000', '31999999', NULL, 1652901999),
(57667, '3298', '166.00', '5', '20.001', '25', '40000000', '41999999', '30000000', '31999999', NULL, 1652902000),
(57668, '3220', '505.00', '1', '20.001', '25', '40000000', '41999999', '30000000', '31999999', NULL, 1652902000),
(57669, '3298', '202.00', '5', '25.001', '30', '40000000', '41999999', '30000000', '31999999', NULL, 1652902001),
(57670, '3220', '615.00', '1', '25.001', '30', '40000000', '41999999', '30000000', '31999999', NULL, 1652902002),
(57671, '3298', '38.00', '5', '0.3', '5', '40000000', '41999999', '30000000', '34999999', NULL, 1652902002),
(57672, '3220', '113.00', '1', '0.3', '5', '40000000', '41999999', '30000000', '34999999', NULL, 1652902004),
(57673, '3298', '58.00', '5', '5.001', '10', '40000000', '41999999', '30000000', '34999999', NULL, 1652902004),
(57674, '3220', '176.00', '1', '5.001', '10', '40000000', '41999999', '30000000', '34999999', NULL, 1652902005),
(57675, '3298', '94.00', '5', '10.001', '15', '40000000', '41999999', '30000000', '34999999', NULL, 1652902005),
(57676, '3220', '286.00', '1', '10.001', '15', '40000000', '41999999', '30000000', '34999999', NULL, 1652902005),
(57677, '3298', '130.00', '5', '15.001', '20', '40000000', '41999999', '30000000', '34999999', NULL, 1652902006),
(57678, '3220', '396.00', '1', '15.001', '20', '40000000', '41999999', '30000000', '34999999', NULL, 1652902007),
(57679, '3298', '166.00', '5', '20.001', '25', '40000000', '41999999', '30000000', '34999999', NULL, 1652902007),
(57680, '3220', '505.00', '1', '20.001', '25', '40000000', '41999999', '30000000', '34999999', NULL, 1652902008),
(57681, '3298', '202.00', '5', '25.001', '30', '40000000', '41999999', '30000000', '34999999', NULL, 1652902009),
(57682, '3220', '615.00', '1', '25.001', '30', '40000000', '41999999', '30000000', '34999999', NULL, 1652902009),
(57683, '3298', '70.00', '7', '0.3', '5', '40000000', '41999999', '35000000', '39999999', NULL, 1652902010),
(57684, '3220', '157.00', '4', '0.3', '5', '40000000', '41999999', '35000000', '39999999', NULL, 1652902010),
(57685, '3298', '106.00', '7', '5.001', '10', '40000000', '41999999', '35000000', '39999999', NULL, 1652902011),
(57686, '3220', '226.00', '4', '5.001', '10', '40000000', '41999999', '35000000', '39999999', NULL, 1652902012),
(57687, '3298', '172.00', '7', '10.001', '15', '40000000', '41999999', '35000000', '39999999', NULL, 1652902013),
(57688, '3220', '367.00', '4', '10.001', '15', '40000000', '41999999', '35000000', '39999999', NULL, 1652902014),
(57689, '3298', '239.00', '7', '15.001', '20', '40000000', '41999999', '35000000', '39999999', NULL, 1652902015),
(57690, '3220', '508.00', '4', '15.001', '20', '40000000', '41999999', '35000000', '39999999', NULL, 1652902015),
(57691, '3298', '305.00', '7', '20.001', '25', '40000000', '41999999', '35000000', '39999999', NULL, 1652902016),
(57692, '3220', '649.00', '4', '20.001', '25', '40000000', '41999999', '35000000', '39999999', NULL, 1652902016),
(57693, '3298', '371.00', '7', '25.001', '30', '40000000', '41999999', '35000000', '39999999', NULL, 1652902017),
(57694, '3220', '789.00', '4', '25.001', '30', '40000000', '41999999', '35000000', '39999999', NULL, 1652902017),
(57695, '3298', '25.00', '5', '0.3', '5', '40000000', '41999999', '40000000', '41999999', NULL, 1652902018),
(57696, '3220', '21.00', '1', '0.3', '5', '40000000', '41999999', '40000000', '41999999', NULL, 1652902020),
(57697, '3298', '31.00', '5', '5.001', '10', '40000000', '41999999', '40000000', '41999999', NULL, 1652902020),
(57698, '3220', '27.00', '1', '5.001', '10', '40000000', '41999999', '40000000', '41999999', NULL, 1652902021),
(57699, '3298', '51.00', '5', '10.001', '15', '40000000', '41999999', '40000000', '41999999', NULL, 1652902022),
(57700, '3220', '44.00', '1', '10.001', '15', '40000000', '41999999', '40000000', '41999999', NULL, 1652902023),
(57701, '3298', '71.00', '5', '15.001', '20', '40000000', '41999999', '40000000', '41999999', NULL, 1652902025),
(57702, '3220', '61.00', '1', '15.001', '20', '40000000', '41999999', '40000000', '41999999', NULL, 1652902027),
(57703, '3298', '91.00', '5', '20.001', '25', '40000000', '41999999', '40000000', '41999999', NULL, 1652902028),
(57704, '3220', '78.00', '1', '20.001', '25', '40000000', '41999999', '40000000', '41999999', NULL, 1652902030),
(57705, '3298', '110.00', '5', '25.001', '30', '40000000', '41999999', '40000000', '41999999', NULL, 1652902031),
(57706, '3220', '95.00', '1', '25.001', '30', '40000000', '41999999', '40000000', '41999999', NULL, 1652902037),
(57707, '3298', '25.00', '5', '0.3', '5', '40000000', '41999999', '40000000', '44470999', NULL, 1652902040),
(57708, '3220', '21.00', '1', '0.3', '5', '40000000', '41999999', '40000000', '44470999', NULL, 1652902047),
(57709, '3298', '31.00', '5', '5.001', '10', '40000000', '41999999', '40000000', '44470999', NULL, 1652902047),
(57710, '3220', '27.00', '1', '5.001', '10', '40000000', '41999999', '40000000', '44470999', NULL, 1652902048),
(57711, '3298', '51.00', '5', '10.001', '15', '40000000', '41999999', '40000000', '44470999', NULL, 1652902049),
(57712, '3220', '44.00', '1', '10.001', '15', '40000000', '41999999', '40000000', '44470999', NULL, 1652902049),
(57713, '3298', '71.00', '5', '15.001', '20', '40000000', '41999999', '40000000', '44470999', NULL, 1652902053),
(57714, '3220', '61.00', '1', '15.001', '20', '40000000', '41999999', '40000000', '44470999', NULL, 1652902053),
(57715, '3298', '91.00', '5', '20.001', '25', '40000000', '41999999', '40000000', '44470999', NULL, 1652902054),
(57716, '3220', '78.00', '1', '20.001', '25', '40000000', '41999999', '40000000', '44470999', NULL, 1652902054),
(57717, '3298', '110.00', '5', '25.001', '30', '40000000', '41999999', '40000000', '44470999', NULL, 1652902055),
(57718, '3220', '95.00', '1', '25.001', '30', '40000000', '41999999', '40000000', '44470999', NULL, 1652902056),
(57719, '3298', '26.00', '5', '0.3', '5', '40000000', '41999999', '44471000', '48999999', NULL, 1652902056),
(57720, '3220', '34.00', '1', '0.3', '5', '40000000', '41999999', '44471000', '48999999', NULL, 1652902057),
(57721, '3298', '32.00', '5', '5.001', '10', '40000000', '41999999', '44471000', '48999999', NULL, 1652902057),
(57722, '3220', '48.00', '1', '5.001', '10', '40000000', '41999999', '44471000', '48999999', NULL, 1652902058),
(57723, '3298', '52.00', '5', '10.001', '15', '40000000', '41999999', '44471000', '48999999', NULL, 1652902059),
(57724, '3220', '79.00', '1', '10.001', '15', '40000000', '41999999', '44471000', '48999999', NULL, 1652902059),
(57725, '3298', '72.00', '5', '15.001', '20', '40000000', '41999999', '44471000', '48999999', NULL, 1652902060),
(57726, '3220', '109.00', '1', '15.001', '20', '40000000', '41999999', '44471000', '48999999', NULL, 1652902061),
(57727, '3298', '92.00', '5', '20.001', '25', '40000000', '41999999', '44471000', '48999999', NULL, 1652902061),
(57728, '3220', '139.00', '1', '20.001', '25', '40000000', '41999999', '44471000', '48999999', NULL, 1652902062),
(57729, '3298', '112.00', '5', '25.001', '30', '40000000', '41999999', '44471000', '48999999', NULL, 1652902062),
(57730, '3220', '170.00', '1', '25.001', '30', '40000000', '41999999', '44471000', '48999999', NULL, 1652902062),
(57731, '3298', '30.00', '6', '0.3', '5', '40000000', '41999999', '49000000', '49099999', NULL, 1652902063),
(57732, '3220', '59.00', '1', '0.3', '5', '40000000', '41999999', '49000000', '49099999', NULL, 1652902064),
(57733, '3298', '44.00', '6', '5.001', '10', '40000000', '41999999', '49000000', '49099999', NULL, 1652902067),
(57734, '3220', '93.00', '1', '5.001', '10', '40000000', '41999999', '49000000', '49099999', NULL, 1652902068),
(57735, '3298', '71.00', '6', '10.001', '15', '40000000', '41999999', '49000000', '49099999', NULL, 1652902069),
(57736, '3220', '150.00', '1', '10.001', '15', '40000000', '41999999', '49000000', '49099999', NULL, 1652902069),
(57737, '3298', '99.00', '6', '15.001', '20', '40000000', '41999999', '49000000', '49099999', NULL, 1652902069),
(57738, '3220', '208.00', '1', '15.001', '20', '40000000', '41999999', '49000000', '49099999', NULL, 1652902070),
(57739, '3298', '126.00', '6', '20.001', '25', '40000000', '41999999', '49000000', '49099999', NULL, 1652902071),
(57740, '3220', '266.00', '1', '20.001', '25', '40000000', '41999999', '49000000', '49099999', NULL, 1652902071),
(57741, '3298', '153.00', '6', '25.001', '30', '40000000', '41999999', '49000000', '49099999', NULL, 1652902072),
(57742, '3220', '324.00', '1', '25.001', '30', '40000000', '41999999', '49000000', '49099999', NULL, 1652902073),
(57743, '3298', '44.00', '9', '0.3', '5', '40000000', '41999999', '49100000', '49999999', NULL, 1652902076),
(57744, '3220', '102.00', '4', '0.3', '5', '40000000', '41999999', '49100000', '49999999', NULL, 1652902077),
(57745, '3298', '74.00', '9', '5.001', '10', '40000000', '41999999', '49100000', '49999999', NULL, 1652902077),
(57746, '3220', '141.00', '4', '5.001', '10', '40000000', '41999999', '49100000', '49999999', NULL, 1652902078),
(57747, '3298', '120.00', '9', '10.001', '15', '40000000', '41999999', '49100000', '49999999', NULL, 1652902078),
(57748, '3220', '229.00', '4', '10.001', '15', '40000000', '41999999', '49100000', '49999999', NULL, 1652902079),
(57749, '3298', '166.00', '9', '15.001', '20', '40000000', '41999999', '49100000', '49999999', NULL, 1652902079),
(57750, '3220', '316.00', '4', '15.001', '20', '40000000', '41999999', '49100000', '49999999', NULL, 1652902080),
(57751, '3298', '212.00', '9', '20.001', '25', '40000000', '41999999', '49100000', '49999999', NULL, 1652902080),
(57752, '3220', '404.00', '4', '20.001', '25', '40000000', '41999999', '49100000', '49999999', NULL, 1652902082),
(57753, '3298', '258.00', '9', '25.001', '30', '40000000', '41999999', '49100000', '49999999', NULL, 1652902082),
(57754, '3220', '492.00', '4', '25.001', '30', '40000000', '41999999', '49100000', '49999999', NULL, 1652902083),
(57755, '3298', '34.00', '6', '0.3', '5', '40000000', '41999999', '50000000', '52999999', NULL, 1652902084),
(57756, '3220', '80.00', '2', '0.3', '5', '40000000', '41999999', '50000000', '52999999', NULL, 1652902085),
(57757, '3298', '50.00', '6', '5.001', '10', '40000000', '41999999', '50000000', '52999999', NULL, 1652902086),
(57758, '3220', '125.00', '2', '5.001', '10', '40000000', '41999999', '50000000', '52999999', NULL, 1652902086),
(57759, '3298', '82.00', '6', '10.001', '15', '40000000', '41999999', '50000000', '52999999', NULL, 1652902087),
(57760, '3220', '203.00', '2', '10.001', '15', '40000000', '41999999', '50000000', '52999999', NULL, 1652902087),
(57761, '3298', '113.00', '6', '15.001', '20', '40000000', '41999999', '50000000', '52999999', NULL, 1652902088),
(57762, '3220', '281.00', '2', '15.001', '20', '40000000', '41999999', '50000000', '52999999', NULL, 1652902090),
(57763, '3298', '145.00', '6', '20.001', '25', '40000000', '41999999', '50000000', '52999999', NULL, 1652902091),
(57764, '3220', '359.00', '2', '20.001', '25', '40000000', '41999999', '50000000', '52999999', NULL, 1652902091),
(57765, '3298', '176.00', '6', '25.001', '30', '40000000', '41999999', '50000000', '52999999', NULL, 1652902092),
(57766, '3220', '437.00', '2', '25.001', '30', '40000000', '41999999', '50000000', '52999999', NULL, 1652902092),
(57767, '3298', '34.00', '6', '0.3', '5', '40000000', '41999999', '50000000', '54999999', NULL, 1652902093),
(57768, '3220', '80.00', '2', '0.3', '5', '40000000', '41999999', '50000000', '54999999', NULL, 1652902094),
(57769, '3298', '50.00', '6', '5.001', '10', '40000000', '41999999', '50000000', '54999999', NULL, 1652902094),
(57770, '3220', '125.00', '2', '5.001', '10', '40000000', '41999999', '50000000', '54999999', NULL, 1652902095),
(57771, '3298', '82.00', '6', '10.001', '15', '40000000', '41999999', '50000000', '54999999', NULL, 1652902095),
(57772, '3220', '203.00', '2', '10.001', '15', '40000000', '41999999', '50000000', '54999999', NULL, 1652902096),
(57773, '3298', '113.00', '6', '15.001', '20', '40000000', '41999999', '50000000', '54999999', NULL, 1652902096),
(57774, '3220', '281.00', '2', '15.001', '20', '40000000', '41999999', '50000000', '54999999', NULL, 1652902098),
(57775, '3298', '145.00', '6', '20.001', '25', '40000000', '41999999', '50000000', '54999999', NULL, 1652902099),
(57776, '3220', '359.00', '2', '20.001', '25', '40000000', '41999999', '50000000', '54999999', NULL, 1652902099),
(57777, '3298', '176.00', '6', '25.001', '30', '40000000', '41999999', '50000000', '54999999', NULL, 1652902100),
(57778, '3220', '437.00', '2', '25.001', '30', '40000000', '41999999', '50000000', '54999999', NULL, 1652902100),
(57779, '3298', '50.00', '9', '0.3', '5', '40000000', '41999999', '55000000', '56999999', NULL, 1652902101),
(57780, '3220', '124.00', '6', '0.3', '5', '40000000', '41999999', '55000000', '56999999', NULL, 1652902102),
(57781, '3298', '83.00', '9', '5.001', '10', '40000000', '41999999', '55000000', '56999999', NULL, 1652902103),
(57782, '3220', '175.00', '6', '5.001', '10', '40000000', '41999999', '55000000', '56999999', NULL, 1652902104),
(57783, '3298', '135.00', '9', '10.001', '15', '40000000', '41999999', '55000000', '56999999', NULL, 1652902105),
(57784, '3220', '283.00', '6', '10.001', '15', '40000000', '41999999', '55000000', '56999999', NULL, 1652902107),
(57785, '3298', '186.00', '9', '15.001', '20', '40000000', '41999999', '55000000', '56999999', NULL, 1652902108),
(57786, '3220', '392.00', '6', '15.001', '20', '40000000', '41999999', '55000000', '56999999', NULL, 1652902109),
(57787, '3298', '238.00', '9', '20.001', '25', '40000000', '41999999', '55000000', '56999999', NULL, 1652902109),
(57788, '3220', '500.00', '6', '20.001', '25', '40000000', '41999999', '55000000', '56999999', NULL, 1652902110),
(57789, '3298', '290.00', '9', '25.001', '30', '40000000', '41999999', '55000000', '56999999', NULL, 1652902111),
(57790, '3220', '609.00', '6', '25.001', '30', '40000000', '41999999', '55000000', '56999999', NULL, 1652902112),
(57791, '3298', '30.00', '6', '0.3', '5', '40000000', '41999999', '57000000', '57099999', NULL, 1652902112),
(57792, '3220', '59.00', '2', '0.3', '5', '40000000', '41999999', '57000000', '57099999', NULL, 1652902112),
(57793, '3298', '44.00', '6', '5.001', '10', '40000000', '41999999', '57000000', '57099999', NULL, 1652902113),
(57794, '3220', '93.00', '2', '5.001', '10', '40000000', '41999999', '57000000', '57099999', NULL, 1652902113),
(57795, '3298', '71.00', '6', '10.001', '15', '40000000', '41999999', '57000000', '57099999', NULL, 1652902114),
(57796, '3220', '150.00', '2', '10.001', '15', '40000000', '41999999', '57000000', '57099999', NULL, 1652902115),
(57797, '3298', '99.00', '6', '15.001', '20', '40000000', '41999999', '57000000', '57099999', NULL, 1652902116),
(57798, '3220', '208.00', '2', '15.001', '20', '40000000', '41999999', '57000000', '57099999', NULL, 1652902117),
(57799, '3298', '126.00', '6', '20.001', '25', '40000000', '41999999', '57000000', '57099999', NULL, 1652902117),
(57800, '3220', '266.00', '2', '20.001', '25', '40000000', '41999999', '57000000', '57099999', NULL, 1652902118),
(57801, '3298', '153.00', '6', '25.001', '30', '40000000', '41999999', '57000000', '57099999', NULL, 1652902119),
(57802, '3220', '324.00', '2', '25.001', '30', '40000000', '41999999', '57000000', '57099999', NULL, 1652902119),
(57803, '3298', '30.00', '8', '0.3', '5', '40000000', '41999999', '57100000', '57999999', NULL, 1652902120),
(57804, '3220', '59.00', '4', '0.3', '5', '40000000', '41999999', '57100000', '57999999', NULL, 1652902122),
(57805, '3298', '44.00', '8', '5.001', '10', '40000000', '41999999', '57100000', '57999999', NULL, 1652902122),
(57806, '3220', '93.00', '4', '5.001', '10', '40000000', '41999999', '57100000', '57999999', NULL, 1652902123),
(57807, '3298', '71.00', '8', '10.001', '15', '40000000', '41999999', '57100000', '57999999', NULL, 1652902123),
(57808, '3220', '150.00', '4', '10.001', '15', '40000000', '41999999', '57100000', '57999999', NULL, 1652902124),
(57809, '3298', '99.00', '8', '15.001', '20', '40000000', '41999999', '57100000', '57999999', NULL, 1652902124),
(57810, '3220', '208.00', '4', '15.001', '20', '40000000', '41999999', '57100000', '57999999', NULL, 1652902125),
(57811, '3298', '126.00', '8', '20.001', '25', '40000000', '41999999', '57100000', '57999999', NULL, 1652902126),
(57812, '3220', '266.00', '4', '20.001', '25', '40000000', '41999999', '57100000', '57999999', NULL, 1652902126),
(57813, '3298', '153.00', '8', '25.001', '30', '40000000', '41999999', '57100000', '57999999', NULL, 1652902127),
(57814, '3220', '324.00', '4', '25.001', '30', '40000000', '41999999', '57100000', '57999999', NULL, 1652902128),
(57815, '3298', '34.00', '7', '0.3', '5', '40000000', '41999999', '58000000', '58099999', NULL, 1652902129),
(57816, '3220', '80.00', '3', '0.3', '5', '40000000', '41999999', '58000000', '58099999', NULL, 1652902129),
(57817, '3298', '50.00', '7', '5.001', '10', '40000000', '41999999', '58000000', '58099999', NULL, 1652902129),
(57818, '3220', '125.00', '3', '5.001', '10', '40000000', '41999999', '58000000', '58099999', NULL, 1652902130),
(57819, '3298', '82.00', '7', '10.001', '15', '40000000', '41999999', '58000000', '58099999', NULL, 1652902131),
(57820, '3220', '203.00', '3', '10.001', '15', '40000000', '41999999', '58000000', '58099999', NULL, 1652902132),
(57821, '3298', '113.00', '7', '15.001', '20', '40000000', '41999999', '58000000', '58099999', NULL, 1652902133),
(57822, '3220', '281.00', '3', '15.001', '20', '40000000', '41999999', '58000000', '58099999', NULL, 1652902133),
(57823, '3298', '145.00', '7', '20.001', '25', '40000000', '41999999', '58000000', '58099999', NULL, 1652902134),
(57824, '3220', '359.00', '3', '20.001', '25', '40000000', '41999999', '58000000', '58099999', NULL, 1652902135),
(57825, '3298', '176.00', '7', '25.001', '30', '40000000', '41999999', '58000000', '58099999', NULL, 1652902135),
(57826, '3220', '437.00', '3', '25.001', '30', '40000000', '41999999', '58000000', '58099999', NULL, 1652902135),
(57827, '3298', '50.00', '11', '0.3', '5', '40000000', '41999999', '58100000', '58999999', NULL, 1652902136),
(57828, '3220', '124.00', '8', '0.3', '5', '40000000', '41999999', '58100000', '58999999', NULL, 1652902137),
(57829, '3298', '83.00', '11', '5.001', '10', '40000000', '41999999', '58100000', '58999999', NULL, 1652902137),
(57830, '3220', '175.00', '8', '5.001', '10', '40000000', '41999999', '58100000', '58999999', NULL, 1652902138),
(57831, '3298', '135.00', '11', '10.001', '15', '40000000', '41999999', '58100000', '58999999', NULL, 1652902139),
(57832, '3220', '283.00', '8', '10.001', '15', '40000000', '41999999', '58100000', '58999999', NULL, 1652902139),
(57833, '3298', '186.00', '11', '15.001', '20', '40000000', '41999999', '58100000', '58999999', NULL, 1652902140),
(57834, '3220', '392.00', '8', '15.001', '20', '40000000', '41999999', '58100000', '58999999', NULL, 1652902140),
(57835, '3298', '238.00', '11', '20.001', '25', '40000000', '41999999', '58100000', '58999999', NULL, 1652902141),
(57836, '3220', '500.00', '8', '20.001', '25', '40000000', '41999999', '58100000', '58999999', NULL, 1652902142),
(57837, '3298', '290.00', '11', '25.001', '30', '40000000', '41999999', '58100000', '58999999', NULL, 1652902142),
(57838, '3220', '609.00', '8', '25.001', '30', '40000000', '41999999', '58100000', '58999999', NULL, 1652902143),
(57839, '3298', '34.00', '7', '0.3', '5', '40000000', '41999999', '59000000', '59099999', NULL, 1652902143),
(57840, '3220', '80.00', '3', '0.3', '5', '40000000', '41999999', '59000000', '59099999', NULL, 1652902144),
(57841, '3298', '50.00', '7', '5.001', '10', '40000000', '41999999', '59000000', '59099999', NULL, 1652902145),
(57842, '3220', '125.00', '3', '5.001', '10', '40000000', '41999999', '59000000', '59099999', NULL, 1652902145),
(57843, '3298', '82.00', '7', '10.001', '15', '40000000', '41999999', '59000000', '59099999', NULL, 1652902146),
(57844, '3220', '203.00', '3', '10.001', '15', '40000000', '41999999', '59000000', '59099999', NULL, 1652902148),
(57845, '3298', '113.00', '7', '15.001', '20', '40000000', '41999999', '59000000', '59099999', NULL, 1652902148),
(57846, '3220', '281.00', '3', '15.001', '20', '40000000', '41999999', '59000000', '59099999', NULL, 1652902148),
(57847, '3298', '145.00', '7', '20.001', '25', '40000000', '41999999', '59000000', '59099999', NULL, 1652902149),
(57848, '3220', '359.00', '3', '20.001', '25', '40000000', '41999999', '59000000', '59099999', NULL, 1652902151),
(57849, '3298', '176.00', '7', '25.001', '30', '40000000', '41999999', '59000000', '59099999', NULL, 1652902151),
(57850, '3220', '437.00', '3', '25.001', '30', '40000000', '41999999', '59000000', '59099999', NULL, 1652902152),
(57851, '3298', '34.00', '7', '0.3', '5', '40000000', '41999999', '59100000', '59999999', NULL, 1652902153),
(57852, '3220', '80.00', '3', '0.3', '5', '40000000', '41999999', '59100000', '59999999', NULL, 1652902153),
(57853, '3298', '50.00', '7', '5.001', '10', '40000000', '41999999', '59100000', '59999999', NULL, 1652902154),
(57854, '3220', '125.00', '3', '5.001', '10', '40000000', '41999999', '59100000', '59999999', NULL, 1652902154),
(57855, '3298', '82.00', '7', '10.001', '15', '40000000', '41999999', '59100000', '59999999', NULL, 1652902154),
(57856, '3220', '203.00', '3', '10.001', '15', '40000000', '41999999', '59100000', '59999999', NULL, 1652902155),
(57857, '3298', '113.00', '7', '15.001', '20', '40000000', '41999999', '59100000', '59999999', NULL, 1652902155),
(57858, '3220', '281.00', '3', '15.001', '20', '40000000', '41999999', '59100000', '59999999', NULL, 1652902155),
(57859, '3298', '145.00', '7', '20.001', '25', '40000000', '41999999', '59100000', '59999999', NULL, 1652902156),
(57860, '3220', '359.00', '3', '20.001', '25', '40000000', '41999999', '59100000', '59999999', NULL, 1652902157),
(57861, '3298', '176.00', '7', '25.001', '30', '40000000', '41999999', '59100000', '59999999', NULL, 1652902158),
(57862, '3220', '437.00', '3', '25.001', '30', '40000000', '41999999', '59100000', '59999999', NULL, 1652902160),
(57863, '3298', '38.00', '6', '0.3', '5', '40000000', '41999999', '60000000', '60999999', NULL, 1652902160),
(57864, '3220', '113.00', '2', '0.3', '5', '40000000', '41999999', '60000000', '60999999', NULL, 1652902161),
(57865, '3298', '58.00', '6', '5.001', '10', '40000000', '41999999', '60000000', '60999999', NULL, 1652902161),
(57866, '3220', '176.00', '2', '5.001', '10', '40000000', '41999999', '60000000', '60999999', NULL, 1652902164),
(57867, '3298', '94.00', '6', '10.001', '15', '40000000', '41999999', '60000000', '60999999', NULL, 1652902164),
(57868, '3220', '286.00', '2', '10.001', '15', '40000000', '41999999', '60000000', '60999999', NULL, 1652902165),
(57869, '3298', '130.00', '6', '15.001', '20', '40000000', '41999999', '60000000', '60999999', NULL, 1652902165),
(57870, '3220', '396.00', '2', '15.001', '20', '40000000', '41999999', '60000000', '60999999', NULL, 1652902166),
(57871, '3298', '166.00', '6', '20.001', '25', '40000000', '41999999', '60000000', '60999999', NULL, 1652902166),
(57872, '3220', '505.00', '2', '20.001', '25', '40000000', '41999999', '60000000', '60999999', NULL, 1652902167),
(57873, '3298', '202.00', '6', '25.001', '30', '40000000', '41999999', '60000000', '60999999', NULL, 1652902168),
(57874, '3220', '615.00', '2', '25.001', '30', '40000000', '41999999', '60000000', '60999999', NULL, 1652902168),
(57875, '3298', '38.00', '6', '0.3', '5', '40000000', '41999999', '60000000', '61900999', NULL, 1652902169),
(57876, '3220', '113.00', '2', '0.3', '5', '40000000', '41999999', '60000000', '61900999', NULL, 1652902169),
(57877, '3298', '58.00', '6', '5.001', '10', '40000000', '41999999', '60000000', '61900999', NULL, 1652902170),
(57878, '3220', '176.00', '2', '5.001', '10', '40000000', '41999999', '60000000', '61900999', NULL, 1652902170),
(57879, '3298', '94.00', '6', '10.001', '15', '40000000', '41999999', '60000000', '61900999', NULL, 1652902170),
(57880, '3220', '286.00', '2', '10.001', '15', '40000000', '41999999', '60000000', '61900999', NULL, 1652902172),
(57881, '3298', '130.00', '6', '15.001', '20', '40000000', '41999999', '60000000', '61900999', NULL, 1652902173),
(57882, '3220', '396.00', '2', '15.001', '20', '40000000', '41999999', '60000000', '61900999', NULL, 1652902174),
(57883, '3298', '166.00', '6', '20.001', '25', '40000000', '41999999', '60000000', '61900999', NULL, 1652902175),
(57884, '3220', '505.00', '2', '20.001', '25', '40000000', '41999999', '60000000', '61900999', NULL, 1652902175),
(57885, '3298', '202.00', '6', '25.001', '30', '40000000', '41999999', '60000000', '61900999', NULL, 1652902176),
(57886, '3220', '615.00', '2', '25.001', '30', '40000000', '41999999', '60000000', '61900999', NULL, 1652902178),
(57887, '3298', '70.00', '9', '0.3', '5', '40000000', '41999999', '61901000', '63999999', NULL, 1652902179),
(57888, '3220', '157.00', '7', '0.3', '5', '40000000', '41999999', '61901000', '63999999', NULL, 1652902179),
(57889, '3298', '106.00', '9', '5.001', '10', '40000000', '41999999', '61901000', '63999999', NULL, 1652902180),
(57890, '3220', '226.00', '7', '5.001', '10', '40000000', '41999999', '61901000', '63999999', NULL, 1652902180),
(57891, '3298', '172.00', '9', '10.001', '15', '40000000', '41999999', '61901000', '63999999', NULL, 1652902182),
(57892, '3220', '367.00', '7', '10.001', '15', '40000000', '41999999', '61901000', '63999999', NULL, 1652902183),
(57893, '3298', '239.00', '9', '15.001', '20', '40000000', '41999999', '61901000', '63999999', NULL, 1652902183),
(57894, '3220', '508.00', '7', '15.001', '20', '40000000', '41999999', '61901000', '63999999', NULL, 1652902184);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(57895, '3298', '305.00', '9', '20.001', '25', '40000000', '41999999', '61901000', '63999999', NULL, 1652902184),
(57896, '3220', '649.00', '7', '20.001', '25', '40000000', '41999999', '61901000', '63999999', NULL, 1652902185),
(57897, '3298', '371.00', '9', '25.001', '30', '40000000', '41999999', '61901000', '63999999', NULL, 1652902185),
(57898, '3220', '789.00', '7', '25.001', '30', '40000000', '41999999', '61901000', '63999999', NULL, 1652902186),
(57899, '3298', '38.00', '7', '0.3', '5', '40000000', '41999999', '64000000', '64099999', NULL, 1652902187),
(57900, '3220', '113.00', '3', '0.3', '5', '40000000', '41999999', '64000000', '64099999', NULL, 1652902187),
(57901, '3298', '58.00', '7', '5.001', '10', '40000000', '41999999', '64000000', '64099999', NULL, 1652902188),
(57902, '3220', '176.00', '3', '5.001', '10', '40000000', '41999999', '64000000', '64099999', NULL, 1652902188),
(57903, '3298', '94.00', '7', '10.001', '15', '40000000', '41999999', '64000000', '64099999', NULL, 1652902189),
(57904, '3220', '286.00', '3', '10.001', '15', '40000000', '41999999', '64000000', '64099999', NULL, 1652902189),
(57905, '3298', '130.00', '7', '15.001', '20', '40000000', '41999999', '64000000', '64099999', NULL, 1652902189),
(57906, '3220', '396.00', '3', '15.001', '20', '40000000', '41999999', '64000000', '64099999', NULL, 1652902190),
(57907, '3298', '166.00', '7', '20.001', '25', '40000000', '41999999', '64000000', '64099999', NULL, 1652902190),
(57908, '3220', '505.00', '3', '20.001', '25', '40000000', '41999999', '64000000', '64099999', NULL, 1652902191),
(57909, '3298', '202.00', '7', '25.001', '30', '40000000', '41999999', '64000000', '64099999', NULL, 1652902191),
(57910, '3220', '615.00', '3', '25.001', '30', '40000000', '41999999', '64000000', '64099999', NULL, 1652902191),
(57911, '3298', '70.00', '9', '0.3', '5', '40000000', '41999999', '64100000', '64999999', NULL, 1652902192),
(57912, '3220', '157.00', '6', '0.3', '5', '40000000', '41999999', '64100000', '64999999', NULL, 1652902192),
(57913, '3298', '106.00', '9', '5.001', '10', '40000000', '41999999', '64100000', '64999999', NULL, 1652902193),
(57914, '3220', '226.00', '6', '5.001', '10', '40000000', '41999999', '64100000', '64999999', NULL, 1652902195),
(57915, '3298', '172.00', '9', '10.001', '15', '40000000', '41999999', '64100000', '64999999', NULL, 1652902195),
(57916, '3220', '367.00', '6', '10.001', '15', '40000000', '41999999', '64100000', '64999999', NULL, 1652902195),
(57917, '3298', '239.00', '9', '15.001', '20', '40000000', '41999999', '64100000', '64999999', NULL, 1652902196),
(57918, '3220', '508.00', '6', '15.001', '20', '40000000', '41999999', '64100000', '64999999', NULL, 1652902197),
(57919, '3298', '305.00', '9', '20.001', '25', '40000000', '41999999', '64100000', '64999999', NULL, 1652902197),
(57920, '3220', '649.00', '6', '20.001', '25', '40000000', '41999999', '64100000', '64999999', NULL, 1652902198),
(57921, '3298', '371.00', '9', '25.001', '30', '40000000', '41999999', '64100000', '64999999', NULL, 1652902199),
(57922, '3220', '789.00', '6', '25.001', '30', '40000000', '41999999', '64100000', '64999999', NULL, 1652902200),
(57923, '3298', '38.00', '8', '0.3', '5', '40000000', '41999999', '65000000', '65099999', NULL, 1652902201),
(57924, '3220', '113.00', '4', '0.3', '5', '40000000', '41999999', '65000000', '65099999', NULL, 1652902201),
(57925, '3298', '58.00', '8', '5.001', '10', '40000000', '41999999', '65000000', '65099999', NULL, 1652902205),
(57926, '3220', '176.00', '4', '5.001', '10', '40000000', '41999999', '65000000', '65099999', NULL, 1652902205),
(57927, '3298', '94.00', '8', '10.001', '15', '40000000', '41999999', '65000000', '65099999', NULL, 1652902206),
(57928, '3220', '286.00', '4', '10.001', '15', '40000000', '41999999', '65000000', '65099999', NULL, 1652902206),
(57929, '3298', '130.00', '8', '15.001', '20', '40000000', '41999999', '65000000', '65099999', NULL, 1652902206),
(57930, '3220', '396.00', '4', '15.001', '20', '40000000', '41999999', '65000000', '65099999', NULL, 1652902207),
(57931, '3298', '166.00', '8', '20.001', '25', '40000000', '41999999', '65000000', '65099999', NULL, 1652902207),
(57932, '3220', '505.00', '4', '20.001', '25', '40000000', '41999999', '65000000', '65099999', NULL, 1652902208),
(57933, '3298', '202.00', '8', '25.001', '30', '40000000', '41999999', '65000000', '65099999', NULL, 1652902208),
(57934, '3220', '615.00', '4', '25.001', '30', '40000000', '41999999', '65000000', '65099999', NULL, 1652902209),
(57935, '3298', '70.00', '10', '0.3', '5', '40000000', '41999999', '65100000', '65999999', NULL, 1652902209),
(57936, '3220', '157.00', '8', '0.3', '5', '40000000', '41999999', '65100000', '65999999', NULL, 1652902210),
(57937, '3298', '106.00', '10', '5.001', '10', '40000000', '41999999', '65100000', '65999999', NULL, 1652902211),
(57938, '3220', '226.00', '8', '5.001', '10', '40000000', '41999999', '65100000', '65999999', NULL, 1652902212),
(57939, '3298', '172.00', '10', '10.001', '15', '40000000', '41999999', '65100000', '65999999', NULL, 1652902212),
(57940, '3220', '367.00', '8', '10.001', '15', '40000000', '41999999', '65100000', '65999999', NULL, 1652902213),
(57941, '3298', '239.00', '10', '15.001', '20', '40000000', '41999999', '65100000', '65999999', NULL, 1652902214),
(57942, '3220', '508.00', '8', '15.001', '20', '40000000', '41999999', '65100000', '65999999', NULL, 1652902214),
(57943, '3298', '305.00', '10', '20.001', '25', '40000000', '41999999', '65100000', '65999999', NULL, 1652902215),
(57944, '3220', '649.00', '8', '20.001', '25', '40000000', '41999999', '65100000', '65999999', NULL, 1652902215),
(57945, '3298', '371.00', '10', '25.001', '30', '40000000', '41999999', '65100000', '65999999', NULL, 1652902216),
(57946, '3220', '789.00', '8', '25.001', '30', '40000000', '41999999', '65100000', '65999999', NULL, 1652902217),
(57947, '3298', '45.00', '8', '0.3', '5', '40000000', '41999999', '66000000', '66999999', NULL, 1652902217),
(57948, '3220', '137.00', '4', '0.3', '5', '40000000', '41999999', '66000000', '66999999', NULL, 1652902218),
(57949, '3298', '71.00', '8', '5.001', '10', '40000000', '41999999', '66000000', '66999999', NULL, 1652902218),
(57950, '3220', '214.00', '4', '5.001', '10', '40000000', '41999999', '66000000', '66999999', NULL, 1652902219),
(57951, '3298', '116.00', '8', '10.001', '15', '40000000', '41999999', '66000000', '66999999', NULL, 1652902219),
(57952, '3220', '346.00', '4', '10.001', '15', '40000000', '41999999', '66000000', '66999999', NULL, 1652902220),
(57953, '3298', '160.00', '8', '15.001', '20', '40000000', '41999999', '66000000', '66999999', NULL, 1652902220),
(57954, '3220', '479.00', '4', '15.001', '20', '40000000', '41999999', '66000000', '66999999', NULL, 1652902224),
(57955, '3298', '205.00', '8', '20.001', '25', '40000000', '41999999', '66000000', '66999999', NULL, 1652902225),
(57956, '3220', '612.00', '4', '20.001', '25', '40000000', '41999999', '66000000', '66999999', NULL, 1652902225),
(57957, '3298', '249.00', '8', '25.001', '30', '40000000', '41999999', '66000000', '66999999', NULL, 1652902235),
(57958, '3220', '744.00', '4', '25.001', '30', '40000000', '41999999', '66000000', '66999999', NULL, 1652902235),
(57959, '3298', '45.00', '8', '0.3', '5', '40000000', '41999999', '66000000', '67999999', NULL, 1652902236),
(57960, '3220', '137.00', '4', '0.3', '5', '40000000', '41999999', '66000000', '67999999', NULL, 1652902236),
(57961, '3298', '71.00', '8', '5.001', '10', '40000000', '41999999', '66000000', '67999999', NULL, 1652902237),
(57962, '3220', '214.00', '4', '5.001', '10', '40000000', '41999999', '66000000', '67999999', NULL, 1652902237),
(57963, '3298', '116.00', '8', '10.001', '15', '40000000', '41999999', '66000000', '67999999', NULL, 1652902238),
(57964, '3220', '346.00', '4', '10.001', '15', '40000000', '41999999', '66000000', '67999999', NULL, 1652902239),
(57965, '3298', '160.00', '8', '15.001', '20', '40000000', '41999999', '66000000', '67999999', NULL, 1652902239),
(57966, '3220', '479.00', '4', '15.001', '20', '40000000', '41999999', '66000000', '67999999', NULL, 1652902239),
(57967, '3298', '205.00', '8', '20.001', '25', '40000000', '41999999', '66000000', '67999999', NULL, 1652902240),
(57968, '3220', '612.00', '4', '20.001', '25', '40000000', '41999999', '66000000', '67999999', NULL, 1652902240),
(57969, '3298', '249.00', '8', '25.001', '30', '40000000', '41999999', '66000000', '67999999', NULL, 1652902240),
(57970, '3220', '744.00', '4', '25.001', '30', '40000000', '41999999', '66000000', '67999999', NULL, 1652902241),
(57971, '3298', '90.00', '11', '0.3', '5', '40000000', '41999999', '68000000', '68899999', NULL, 1652902242),
(57972, '3220', '183.00', '8', '0.3', '5', '40000000', '41999999', '68000000', '68899999', NULL, 1652902242),
(57973, '3298', '133.00', '11', '5.001', '10', '40000000', '41999999', '68000000', '68899999', NULL, 1652902243),
(57974, '3220', '266.00', '8', '5.001', '10', '40000000', '41999999', '68000000', '68899999', NULL, 1652902244),
(57975, '3298', '215.00', '11', '10.001', '15', '40000000', '41999999', '68000000', '68899999', NULL, 1652902244),
(57976, '3220', '430.00', '8', '10.001', '15', '40000000', '41999999', '68000000', '68899999', NULL, 1652902245),
(57977, '3298', '298.00', '11', '15.001', '20', '40000000', '41999999', '68000000', '68899999', NULL, 1652902245),
(57978, '3220', '595.00', '8', '15.001', '20', '40000000', '41999999', '68000000', '68899999', NULL, 1652902246),
(57979, '3298', '380.00', '11', '20.001', '25', '40000000', '41999999', '68000000', '68899999', NULL, 1652902246),
(57980, '3220', '760.00', '8', '20.001', '25', '40000000', '41999999', '68000000', '68899999', NULL, 1652902260),
(57981, '3298', '463.00', '11', '25.001', '30', '40000000', '41999999', '68000000', '68899999', NULL, 1652902260),
(57982, '3220', '925.00', '8', '25.001', '30', '40000000', '41999999', '68000000', '68899999', NULL, 1652902261),
(57983, '3298', '45.00', '19', '0.3', '5', '40000000', '41999999', '68900000', '68914999', NULL, 1652902262),
(57984, '3220', '137.00', '11', '0.3', '5', '40000000', '41999999', '68900000', '68914999', NULL, 1652902262),
(57985, '3298', '71.00', '19', '5.001', '10', '40000000', '41999999', '68900000', '68914999', NULL, 1652902263),
(57986, '3220', '214.00', '11', '5.001', '10', '40000000', '41999999', '68900000', '68914999', NULL, 1652902263),
(57987, '3298', '116.00', '19', '10.001', '15', '40000000', '41999999', '68900000', '68914999', NULL, 1652902264),
(57988, '3220', '346.00', '11', '10.001', '15', '40000000', '41999999', '68900000', '68914999', NULL, 1652902264),
(57989, '3298', '160.00', '19', '15.001', '20', '40000000', '41999999', '68900000', '68914999', NULL, 1652902281),
(57990, '3220', '479.00', '11', '15.001', '20', '40000000', '41999999', '68900000', '68914999', NULL, 1652902283),
(57991, '3298', '205.00', '19', '20.001', '25', '40000000', '41999999', '68900000', '68914999', NULL, 1652902283),
(57992, '3220', '612.00', '11', '20.001', '25', '40000000', '41999999', '68900000', '68914999', NULL, 1652902296),
(57993, '3298', '249.00', '19', '25.001', '30', '40000000', '41999999', '68900000', '68914999', NULL, 1652902297),
(57994, '3220', '744.00', '11', '25.001', '30', '40000000', '41999999', '68900000', '68914999', NULL, 1652902306),
(57995, '3298', '90.00', '21', '0.3', '5', '40000000', '41999999', '68915000', '68999999', NULL, 1652902306),
(57996, '3220', '183.00', '13', '0.3', '5', '40000000', '41999999', '68915000', '68999999', NULL, 1652902307),
(57997, '3298', '133.00', '21', '5.001', '10', '40000000', '41999999', '68915000', '68999999', NULL, 1652902307),
(57998, '3220', '266.00', '13', '5.001', '10', '40000000', '41999999', '68915000', '68999999', NULL, 1652902308),
(57999, '3298', '215.00', '21', '10.001', '15', '40000000', '41999999', '68915000', '68999999', NULL, 1652902308),
(58000, '3220', '430.00', '13', '10.001', '15', '40000000', '41999999', '68915000', '68999999', NULL, 1652902309),
(58001, '3298', '298.00', '21', '15.001', '20', '40000000', '41999999', '68915000', '68999999', NULL, 1652902309),
(58002, '3220', '595.00', '13', '15.001', '20', '40000000', '41999999', '68915000', '68999999', NULL, 1652902310),
(58003, '3298', '380.00', '21', '20.001', '25', '40000000', '41999999', '68915000', '68999999', NULL, 1652902310),
(58004, '3220', '760.00', '13', '20.001', '25', '40000000', '41999999', '68915000', '68999999', NULL, 1652902311),
(58005, '3298', '463.00', '21', '25.001', '30', '40000000', '41999999', '68915000', '68999999', NULL, 1652902312),
(58006, '3220', '925.00', '13', '25.001', '30', '40000000', '41999999', '68915000', '68999999', NULL, 1652902312),
(58007, '3298', '45.00', '21', '0.3', '5', '40000000', '41999999', '69000000', '69099999', NULL, 1652902313),
(58008, '3220', '137.00', '3', '0.3', '5', '40000000', '41999999', '69000000', '69099999', NULL, 1652902318),
(58009, '3298', '71.00', '21', '5.001', '10', '40000000', '41999999', '69000000', '69099999', NULL, 1652902319),
(58010, '3220', '214.00', '3', '5.001', '10', '40000000', '41999999', '69000000', '69099999', NULL, 1652902319),
(58011, '3298', '116.00', '21', '10.001', '15', '40000000', '41999999', '69000000', '69099999', NULL, 1652902320),
(58012, '3220', '346.00', '3', '10.001', '15', '40000000', '41999999', '69000000', '69099999', NULL, 1652902323),
(58013, '3298', '160.00', '21', '15.001', '20', '40000000', '41999999', '69000000', '69099999', NULL, 1652902323),
(58014, '3220', '479.00', '3', '15.001', '20', '40000000', '41999999', '69000000', '69099999', NULL, 1652902324),
(58015, '3298', '205.00', '21', '20.001', '25', '40000000', '41999999', '69000000', '69099999', NULL, 1652902324),
(58016, '3220', '612.00', '3', '20.001', '25', '40000000', '41999999', '69000000', '69099999', NULL, 1652902325),
(58017, '3298', '249.00', '21', '25.001', '30', '40000000', '41999999', '69000000', '69099999', NULL, 1652902327),
(58018, '3220', '744.00', '3', '25.001', '30', '40000000', '41999999', '69000000', '69099999', NULL, 1652902327),
(58019, '3298', '90.00', '28', '0.3', '5', '40000000', '41999999', '69100000', '69299999', NULL, 1652902328),
(58020, '3220', '183.00', '6', '0.3', '5', '40000000', '41999999', '69100000', '69299999', NULL, 1652902328),
(58021, '3298', '133.00', '28', '5.001', '10', '40000000', '41999999', '69100000', '69299999', NULL, 1652902329),
(58022, '3220', '266.00', '6', '5.001', '10', '40000000', '41999999', '69100000', '69299999', NULL, 1652902329),
(58023, '3298', '215.00', '28', '10.001', '15', '40000000', '41999999', '69100000', '69299999', NULL, 1652902333),
(58024, '3220', '430.00', '6', '10.001', '15', '40000000', '41999999', '69100000', '69299999', NULL, 1652902333),
(58025, '3298', '298.00', '28', '15.001', '20', '40000000', '41999999', '69100000', '69299999', NULL, 1652902334),
(58026, '3220', '595.00', '6', '15.001', '20', '40000000', '41999999', '69100000', '69299999', NULL, 1652902334),
(58027, '3298', '380.00', '28', '20.001', '25', '40000000', '41999999', '69100000', '69299999', NULL, 1652902335),
(58028, '3220', '760.00', '6', '20.001', '25', '40000000', '41999999', '69100000', '69299999', NULL, 1652902336),
(58029, '3298', '463.00', '28', '25.001', '30', '40000000', '41999999', '69100000', '69299999', NULL, 1652902336),
(58030, '3220', '925.00', '6', '25.001', '30', '40000000', '41999999', '69100000', '69299999', NULL, 1652902337),
(58031, '3298', '45.00', '21', '0.3', '5', '40000000', '41999999', '69300000', '69339999', NULL, 1652902338),
(58032, '3220', '137.00', '3', '0.3', '5', '40000000', '41999999', '69300000', '69339999', NULL, 1652902339),
(58033, '3298', '71.00', '21', '5.001', '10', '40000000', '41999999', '69300000', '69339999', NULL, 1652902339),
(58034, '3220', '214.00', '3', '5.001', '10', '40000000', '41999999', '69300000', '69339999', NULL, 1652902340),
(58035, '3298', '116.00', '21', '10.001', '15', '40000000', '41999999', '69300000', '69339999', NULL, 1652902340),
(58036, '3220', '346.00', '3', '10.001', '15', '40000000', '41999999', '69300000', '69339999', NULL, 1652902341),
(58037, '3298', '160.00', '21', '15.001', '20', '40000000', '41999999', '69300000', '69339999', NULL, 1652902341),
(58038, '3220', '479.00', '3', '15.001', '20', '40000000', '41999999', '69300000', '69339999', NULL, 1652902342),
(58039, '3298', '205.00', '21', '20.001', '25', '40000000', '41999999', '69300000', '69339999', NULL, 1652902343),
(58040, '3220', '612.00', '3', '20.001', '25', '40000000', '41999999', '69300000', '69339999', NULL, 1652902343),
(58041, '3298', '249.00', '21', '25.001', '30', '40000000', '41999999', '69300000', '69339999', NULL, 1652902344),
(58042, '3220', '744.00', '3', '25.001', '30', '40000000', '41999999', '69300000', '69339999', NULL, 1652902347),
(58043, '3298', '90.00', '28', '0.3', '5', '40000000', '41999999', '69340000', '69389999', NULL, 1652902347),
(58044, '3220', '183.00', '9', '0.3', '5', '40000000', '41999999', '69340000', '69389999', NULL, 1652902348),
(58045, '3298', '133.00', '28', '5.001', '10', '40000000', '41999999', '69340000', '69389999', NULL, 1652902348),
(58046, '3220', '266.00', '9', '5.001', '10', '40000000', '41999999', '69340000', '69389999', NULL, 1652902348),
(58047, '3298', '215.00', '28', '10.001', '15', '40000000', '41999999', '69340000', '69389999', NULL, 1652902349),
(58048, '3220', '430.00', '9', '10.001', '15', '40000000', '41999999', '69340000', '69389999', NULL, 1652902349),
(58049, '3298', '298.00', '28', '15.001', '20', '40000000', '41999999', '69340000', '69389999', NULL, 1652902350),
(58050, '3220', '595.00', '9', '15.001', '20', '40000000', '41999999', '69340000', '69389999', NULL, 1652902350),
(58051, '3298', '380.00', '28', '20.001', '25', '40000000', '41999999', '69340000', '69389999', NULL, 1652902351),
(58052, '3220', '760.00', '9', '20.001', '25', '40000000', '41999999', '69340000', '69389999', NULL, 1652902351),
(58053, '3298', '463.00', '28', '25.001', '30', '40000000', '41999999', '69340000', '69389999', NULL, 1652902352),
(58054, '3220', '925.00', '9', '25.001', '30', '40000000', '41999999', '69340000', '69389999', NULL, 1652902352),
(58055, '3298', '45.00', '9', '0.3', '5', '40000000', '41999999', '69900000', '69920999', NULL, 1652902353),
(58056, '3220', '137.00', '5', '0.3', '5', '40000000', '41999999', '69900000', '69920999', NULL, 1652902353),
(58057, '3298', '71.00', '9', '5.001', '10', '40000000', '41999999', '69900000', '69920999', NULL, 1652902354),
(58058, '3220', '214.00', '5', '5.001', '10', '40000000', '41999999', '69900000', '69920999', NULL, 1652902354),
(58059, '3298', '116.00', '9', '10.001', '15', '40000000', '41999999', '69900000', '69920999', NULL, 1652902355),
(58060, '3220', '346.00', '5', '10.001', '15', '40000000', '41999999', '69900000', '69920999', NULL, 1652902355),
(58061, '3298', '160.00', '9', '15.001', '20', '40000000', '41999999', '69900000', '69920999', NULL, 1652902356),
(58062, '3220', '479.00', '5', '15.001', '20', '40000000', '41999999', '69900000', '69920999', NULL, 1652902357),
(58063, '3298', '205.00', '9', '20.001', '25', '40000000', '41999999', '69900000', '69920999', NULL, 1652902358),
(58064, '3220', '612.00', '5', '20.001', '25', '40000000', '41999999', '69900000', '69920999', NULL, 1652902358),
(58065, '3298', '249.00', '9', '25.001', '30', '40000000', '41999999', '69900000', '69920999', NULL, 1652902359),
(58066, '3220', '744.00', '5', '25.001', '30', '40000000', '41999999', '69900000', '69920999', NULL, 1652902361),
(58067, '3298', '90.00', '14', '0.3', '5', '40000000', '41999999', '69921000', '69999999', NULL, 1652902361),
(58068, '3220', '183.00', '10', '0.3', '5', '40000000', '41999999', '69921000', '69999999', NULL, 1652902361),
(58069, '3298', '133.00', '14', '5.001', '10', '40000000', '41999999', '69921000', '69999999', NULL, 1652902362),
(58070, '3220', '266.00', '10', '5.001', '10', '40000000', '41999999', '69921000', '69999999', NULL, 1652902362),
(58071, '3298', '215.00', '14', '10.001', '15', '40000000', '41999999', '69921000', '69999999', NULL, 1652902363),
(58072, '3220', '430.00', '10', '10.001', '15', '40000000', '41999999', '69921000', '69999999', NULL, 1652902363),
(58073, '3298', '298.00', '14', '15.001', '20', '40000000', '41999999', '69921000', '69999999', NULL, 1652902364),
(58074, '3220', '595.00', '10', '15.001', '20', '40000000', '41999999', '69921000', '69999999', NULL, 1652902364),
(58075, '3298', '380.00', '14', '20.001', '25', '40000000', '41999999', '69921000', '69999999', NULL, 1652902365),
(58076, '3220', '760.00', '10', '20.001', '25', '40000000', '41999999', '69921000', '69999999', NULL, 1652902366),
(58077, '3298', '463.00', '14', '25.001', '30', '40000000', '41999999', '69921000', '69999999', NULL, 1652902366),
(58078, '3220', '925.00', '10', '25.001', '30', '40000000', '41999999', '69921000', '69999999', NULL, 1652902367),
(58079, '3298', '38.00', '5', '0.3', '5', '40000000', '41999999', '71000000', '73699999', NULL, 1652902367),
(58080, '3220', '113.00', '1', '0.3', '5', '40000000', '41999999', '71000000', '73699999', NULL, 1652902368),
(58081, '3298', '58.00', '5', '5.001', '10', '40000000', '41999999', '71000000', '73699999', NULL, 1652902369),
(58082, '3220', '176.00', '1', '5.001', '10', '40000000', '41999999', '71000000', '73699999', NULL, 1652902369),
(58083, '3298', '94.00', '5', '10.001', '15', '40000000', '41999999', '71000000', '73699999', NULL, 1652902370),
(58084, '3220', '286.00', '1', '10.001', '15', '40000000', '41999999', '71000000', '73699999', NULL, 1652902370),
(58085, '3298', '130.00', '5', '15.001', '20', '40000000', '41999999', '71000000', '73699999', NULL, 1652902370),
(58086, '3220', '396.00', '1', '15.001', '20', '40000000', '41999999', '71000000', '73699999', NULL, 1652902370),
(58087, '3298', '166.00', '5', '20.001', '25', '40000000', '41999999', '71000000', '73699999', NULL, 1652902371),
(58088, '3220', '505.00', '1', '20.001', '25', '40000000', '41999999', '71000000', '73699999', NULL, 1652902371),
(58089, '3298', '202.00', '5', '25.001', '30', '40000000', '41999999', '71000000', '73699999', NULL, 1652902372),
(58090, '3220', '615.00', '1', '25.001', '30', '40000000', '41999999', '71000000', '73699999', NULL, 1652902372),
(58091, '3298', '38.00', '7', '0.3', '5', '40000000', '41999999', '72800000', '73999999', NULL, 1652902373),
(58092, '3220', '113.00', '3', '0.3', '5', '40000000', '41999999', '72800000', '73999999', NULL, 1652902373),
(58093, '3298', '58.00', '7', '5.001', '10', '40000000', '41999999', '72800000', '73999999', NULL, 1652902374),
(58094, '3220', '176.00', '3', '5.001', '10', '40000000', '41999999', '72800000', '73999999', NULL, 1652902374),
(58095, '3298', '94.00', '7', '10.001', '15', '40000000', '41999999', '72800000', '73999999', NULL, 1652902375),
(58096, '3220', '286.00', '3', '10.001', '15', '40000000', '41999999', '72800000', '73999999', NULL, 1652902375),
(58097, '3298', '130.00', '7', '15.001', '20', '40000000', '41999999', '72800000', '73999999', NULL, 1652902375),
(58098, '3220', '396.00', '3', '15.001', '20', '40000000', '41999999', '72800000', '73999999', NULL, 1652902376),
(58099, '3298', '166.00', '7', '20.001', '25', '40000000', '41999999', '72800000', '73999999', NULL, 1652902376),
(58100, '3220', '505.00', '3', '20.001', '25', '40000000', '41999999', '72800000', '73999999', NULL, 1652902377),
(58101, '3298', '202.00', '7', '25.001', '30', '40000000', '41999999', '72800000', '73999999', NULL, 1652902377),
(58102, '3220', '615.00', '3', '25.001', '30', '40000000', '41999999', '72800000', '73999999', NULL, 1652902379),
(58103, '3298', '45.00', '6', '0.3', '5', '40000000', '41999999', '74000000', '74894999', NULL, 1652902380),
(58104, '3220', '137.00', '2', '0.3', '5', '40000000', '41999999', '74000000', '74894999', NULL, 1652902381),
(58105, '3298', '71.00', '6', '5.001', '10', '40000000', '41999999', '74000000', '74894999', NULL, 1652902381),
(58106, '3220', '214.00', '2', '5.001', '10', '40000000', '41999999', '74000000', '74894999', NULL, 1652902382),
(58107, '3298', '116.00', '6', '10.001', '15', '40000000', '41999999', '74000000', '74894999', NULL, 1652902382),
(58108, '3220', '346.00', '2', '10.001', '15', '40000000', '41999999', '74000000', '74894999', NULL, 1652902383),
(58109, '3298', '160.00', '6', '15.001', '20', '40000000', '41999999', '74000000', '74894999', NULL, 1652902383),
(58110, '3220', '479.00', '2', '15.001', '20', '40000000', '41999999', '74000000', '74894999', NULL, 1652902384),
(58111, '3298', '205.00', '6', '20.001', '25', '40000000', '41999999', '74000000', '74894999', NULL, 1652902384),
(58112, '3220', '612.00', '2', '20.001', '25', '40000000', '41999999', '74000000', '74894999', NULL, 1652902385),
(58113, '3298', '249.00', '6', '25.001', '30', '40000000', '41999999', '74000000', '74894999', NULL, 1652902385),
(58114, '3220', '744.00', '2', '25.001', '30', '40000000', '41999999', '74000000', '74894999', NULL, 1652902386),
(58115, '3298', '45.00', '6', '0.3', '5', '40000000', '41999999', '74895000', '76799999', NULL, 1652902386),
(58116, '3220', '137.00', '2', '0.3', '5', '40000000', '41999999', '74895000', '76799999', NULL, 1652902387),
(58117, '3298', '71.00', '6', '5.001', '10', '40000000', '41999999', '74895000', '76799999', NULL, 1652902387),
(58118, '3220', '214.00', '2', '5.001', '10', '40000000', '41999999', '74895000', '76799999', NULL, 1652902387),
(58119, '3298', '116.00', '6', '10.001', '15', '40000000', '41999999', '74895000', '76799999', NULL, 1652902388),
(58120, '3220', '346.00', '2', '10.001', '15', '40000000', '41999999', '74895000', '76799999', NULL, 1652902389),
(58121, '3298', '160.00', '6', '15.001', '20', '40000000', '41999999', '74895000', '76799999', NULL, 1652902389),
(58122, '3220', '479.00', '2', '15.001', '20', '40000000', '41999999', '74895000', '76799999', NULL, 1652902389),
(58123, '3298', '205.00', '6', '20.001', '25', '40000000', '41999999', '74895000', '76799999', NULL, 1652902390),
(58124, '3220', '612.00', '2', '20.001', '25', '40000000', '41999999', '74895000', '76799999', NULL, 1652902391),
(58125, '3298', '249.00', '6', '25.001', '30', '40000000', '41999999', '74895000', '76799999', NULL, 1652902391),
(58126, '3220', '744.00', '2', '25.001', '30', '40000000', '41999999', '74895000', '76799999', NULL, 1652902392),
(58127, '3298', '45.00', '8', '0.3', '5', '40000000', '41999999', '77000000', '77270999', NULL, 1652902392),
(58128, '3220', '137.00', '2', '0.3', '5', '40000000', '41999999', '77000000', '77270999', NULL, 1652902393),
(58129, '3298', '71.00', '8', '5.001', '10', '40000000', '41999999', '77000000', '77270999', NULL, 1652902393),
(58130, '3220', '214.00', '2', '5.001', '10', '40000000', '41999999', '77000000', '77270999', NULL, 1652902394),
(58131, '3298', '116.00', '8', '10.001', '15', '40000000', '41999999', '77000000', '77270999', NULL, 1652902396),
(58132, '3220', '346.00', '2', '10.001', '15', '40000000', '41999999', '77000000', '77270999', NULL, 1652902396),
(58133, '3298', '160.00', '8', '15.001', '20', '40000000', '41999999', '77000000', '77270999', NULL, 1652902396),
(58134, '3220', '479.00', '2', '15.001', '20', '40000000', '41999999', '77000000', '77270999', NULL, 1652902397),
(58135, '3298', '205.00', '8', '20.001', '25', '40000000', '41999999', '77000000', '77270999', NULL, 1652902398),
(58136, '3220', '612.00', '2', '20.001', '25', '40000000', '41999999', '77000000', '77270999', NULL, 1652902398),
(58137, '3298', '249.00', '8', '25.001', '30', '40000000', '41999999', '77000000', '77270999', NULL, 1652902399),
(58138, '3220', '744.00', '2', '25.001', '30', '40000000', '41999999', '77000000', '77270999', NULL, 1652902399),
(58139, '3298', '90.00', '8', '0.3', '5', '40000000', '41999999', '77300000', '77995999', NULL, 1652902399),
(58140, '3220', '183.00', '3', '0.3', '5', '40000000', '41999999', '77300000', '77995999', NULL, 1652902400),
(58141, '3298', '133.00', '8', '5.001', '10', '40000000', '41999999', '77300000', '77995999', NULL, 1652902400),
(58142, '3220', '266.00', '3', '5.001', '10', '40000000', '41999999', '77300000', '77995999', NULL, 1652902400),
(58143, '3298', '215.00', '8', '10.001', '15', '40000000', '41999999', '77300000', '77995999', NULL, 1652902401),
(58144, '3220', '430.00', '3', '10.001', '15', '40000000', '41999999', '77300000', '77995999', NULL, 1652902401),
(58145, '3298', '298.00', '8', '15.001', '20', '40000000', '41999999', '77300000', '77995999', NULL, 1652902402),
(58146, '3220', '595.00', '3', '15.001', '20', '40000000', '41999999', '77300000', '77995999', NULL, 1652902402),
(58147, '3298', '380.00', '8', '20.001', '25', '40000000', '41999999', '77300000', '77995999', NULL, 1652902403),
(58148, '3220', '760.00', '3', '20.001', '25', '40000000', '41999999', '77300000', '77995999', NULL, 1652902405),
(58149, '3298', '463.00', '8', '25.001', '30', '40000000', '41999999', '77300000', '77995999', NULL, 1652902406),
(58150, '3220', '925.00', '3', '25.001', '30', '40000000', '41999999', '77300000', '77995999', NULL, 1652902407),
(58151, '3298', '45.00', '9', '0.3', '5', '40000000', '41999999', '78000000', '78109999', NULL, 1652902408),
(58152, '3220', '137.00', '5', '0.3', '5', '40000000', '41999999', '78000000', '78109999', NULL, 1652902408),
(58153, '3298', '71.00', '9', '5.001', '10', '40000000', '41999999', '78000000', '78109999', NULL, 1652902408),
(58154, '3220', '214.00', '5', '5.001', '10', '40000000', '41999999', '78000000', '78109999', NULL, 1652902409),
(58155, '3298', '116.00', '9', '10.001', '15', '40000000', '41999999', '78000000', '78109999', NULL, 1652902409),
(58156, '3220', '346.00', '5', '10.001', '15', '40000000', '41999999', '78000000', '78109999', NULL, 1652902409),
(58157, '3298', '160.00', '9', '15.001', '20', '40000000', '41999999', '78000000', '78109999', NULL, 1652902412),
(58158, '3220', '479.00', '5', '15.001', '20', '40000000', '41999999', '78000000', '78109999', NULL, 1652902412),
(58159, '3298', '205.00', '9', '20.001', '25', '40000000', '41999999', '78000000', '78109999', NULL, 1652902413),
(58160, '3220', '612.00', '5', '20.001', '25', '40000000', '41999999', '78000000', '78109999', NULL, 1652902414),
(58161, '3298', '249.00', '9', '25.001', '30', '40000000', '41999999', '78000000', '78109999', NULL, 1652902414),
(58162, '3220', '744.00', '5', '25.001', '30', '40000000', '41999999', '78000000', '78109999', NULL, 1652902415),
(58163, '3298', '90.00', '10', '0.3', '5', '40000000', '41999999', '78110000', '78899999', NULL, 1652902415),
(58164, '3220', '183.00', '6', '0.3', '5', '40000000', '41999999', '78110000', '78899999', NULL, 1652902416),
(58165, '3298', '133.00', '10', '5.001', '10', '40000000', '41999999', '78110000', '78899999', NULL, 1652902416),
(58166, '3220', '266.00', '6', '5.001', '10', '40000000', '41999999', '78110000', '78899999', NULL, 1652902417),
(58167, '3298', '215.00', '10', '10.001', '15', '40000000', '41999999', '78110000', '78899999', NULL, 1652902418),
(58168, '3220', '430.00', '6', '10.001', '15', '40000000', '41999999', '78110000', '78899999', NULL, 1652902418),
(58169, '3298', '298.00', '10', '15.001', '20', '40000000', '41999999', '78110000', '78899999', NULL, 1652902418),
(58170, '3220', '595.00', '6', '15.001', '20', '40000000', '41999999', '78110000', '78899999', NULL, 1652902419),
(58171, '3298', '380.00', '10', '20.001', '25', '40000000', '41999999', '78110000', '78899999', NULL, 1652902420),
(58172, '3220', '760.00', '6', '20.001', '25', '40000000', '41999999', '78110000', '78899999', NULL, 1652902421),
(58173, '3298', '463.00', '10', '25.001', '30', '40000000', '41999999', '78110000', '78899999', NULL, 1652902421),
(58174, '3220', '925.00', '6', '25.001', '30', '40000000', '41999999', '78110000', '78899999', NULL, 1652902422),
(58175, '3298', '90.00', '10', '0.3', '5', '40000000', '41999999', '78900000', '78930999', NULL, 1652902423),
(58176, '3220', '183.00', '6', '0.3', '5', '40000000', '41999999', '78900000', '78930999', NULL, 1652902423),
(58177, '3298', '133.00', '10', '5.001', '10', '40000000', '41999999', '78900000', '78930999', NULL, 1652902424),
(58178, '3220', '266.00', '6', '5.001', '10', '40000000', '41999999', '78900000', '78930999', NULL, 1652902425),
(58179, '3298', '215.00', '10', '10.001', '15', '40000000', '41999999', '78900000', '78930999', NULL, 1652902425),
(58180, '3220', '430.00', '6', '10.001', '15', '40000000', '41999999', '78900000', '78930999', NULL, 1652902426),
(58181, '3298', '298.00', '10', '15.001', '20', '40000000', '41999999', '78900000', '78930999', NULL, 1652902426),
(58182, '3220', '595.00', '6', '15.001', '20', '40000000', '41999999', '78900000', '78930999', NULL, 1652902427),
(58183, '3298', '380.00', '10', '20.001', '25', '40000000', '41999999', '78900000', '78930999', NULL, 1652902427),
(58184, '3220', '760.00', '6', '20.001', '25', '40000000', '41999999', '78900000', '78930999', NULL, 1652902428),
(58185, '3298', '463.00', '10', '25.001', '30', '40000000', '41999999', '78900000', '78930999', NULL, 1652902428),
(58186, '3220', '925.00', '6', '25.001', '30', '40000000', '41999999', '78900000', '78930999', NULL, 1652902430),
(58187, '3298', '90.00', '10', '0.3', '5', '40000000', '41999999', '78931000', '78999999', NULL, 1652902431),
(58188, '3220', '183.00', '6', '0.3', '5', '40000000', '41999999', '78931000', '78999999', NULL, 1652902431),
(58189, '3298', '133.00', '10', '5.001', '10', '40000000', '41999999', '78931000', '78999999', NULL, 1652902432),
(58190, '3220', '266.00', '6', '5.001', '10', '40000000', '41999999', '78931000', '78999999', NULL, 1652902432),
(58191, '3298', '215.00', '10', '10.001', '15', '40000000', '41999999', '78931000', '78999999', NULL, 1652902432),
(58192, '3220', '430.00', '6', '10.001', '15', '40000000', '41999999', '78931000', '78999999', NULL, 1652902433),
(58193, '3298', '298.00', '10', '15.001', '20', '40000000', '41999999', '78931000', '78999999', NULL, 1652902433),
(58194, '3220', '595.00', '6', '15.001', '20', '40000000', '41999999', '78931000', '78999999', NULL, 1652902433),
(58195, '3298', '380.00', '10', '20.001', '25', '40000000', '41999999', '78931000', '78999999', NULL, 1652902434),
(58196, '3220', '760.00', '6', '20.001', '25', '40000000', '41999999', '78931000', '78999999', NULL, 1652902434),
(58197, '3298', '463.00', '10', '25.001', '30', '40000000', '41999999', '78931000', '78999999', NULL, 1652902435),
(58198, '3220', '925.00', '6', '25.001', '30', '40000000', '41999999', '78931000', '78999999', NULL, 1652902435),
(58199, '3298', '45.00', '6', '0.3', '5', '40000000', '41999999', '79000000', '79129999', NULL, 1652902435),
(58200, '3220', '137.00', '2', '0.3', '5', '40000000', '41999999', '79000000', '79129999', NULL, 1652902436),
(58201, '3298', '71.00', '6', '5.001', '10', '40000000', '41999999', '79000000', '79129999', NULL, 1652902438),
(58202, '3220', '214.00', '2', '5.001', '10', '40000000', '41999999', '79000000', '79129999', NULL, 1652902438),
(58203, '3298', '116.00', '6', '10.001', '15', '40000000', '41999999', '79000000', '79129999', NULL, 1652902438),
(58204, '3220', '346.00', '2', '10.001', '15', '40000000', '41999999', '79000000', '79129999', NULL, 1652902438),
(58205, '3298', '160.00', '6', '15.001', '20', '40000000', '41999999', '79000000', '79129999', NULL, 1652902439),
(58206, '3220', '479.00', '2', '15.001', '20', '40000000', '41999999', '79000000', '79129999', NULL, 1652902439),
(58207, '3298', '205.00', '6', '20.001', '25', '40000000', '41999999', '79000000', '79129999', NULL, 1652902440),
(58208, '3220', '612.00', '2', '20.001', '25', '40000000', '41999999', '79000000', '79129999', NULL, 1652902440),
(58209, '3298', '249.00', '6', '25.001', '30', '40000000', '41999999', '79000000', '79129999', NULL, 1652902441),
(58210, '3220', '744.00', '2', '25.001', '30', '40000000', '41999999', '79000000', '79129999', NULL, 1652902442),
(58211, '3298', '90.00', '10', '0.3', '5', '40000000', '41999999', '79130000', '79999999', NULL, 1652902442),
(58212, '3220', '183.00', '6', '0.3', '5', '40000000', '41999999', '79130000', '79999999', NULL, 1652902445),
(58213, '3298', '133.00', '10', '5.001', '10', '40000000', '41999999', '79130000', '79999999', NULL, 1652902446),
(58214, '3220', '266.00', '6', '5.001', '10', '40000000', '41999999', '79130000', '79999999', NULL, 1652902446),
(58215, '3298', '215.00', '10', '10.001', '15', '40000000', '41999999', '79130000', '79999999', NULL, 1652902446),
(58216, '3220', '430.00', '6', '10.001', '15', '40000000', '41999999', '79130000', '79999999', NULL, 1652902447),
(58217, '3298', '298.00', '10', '15.001', '20', '40000000', '41999999', '79130000', '79999999', NULL, 1652902447),
(58218, '3220', '595.00', '6', '15.001', '20', '40000000', '41999999', '79130000', '79999999', NULL, 1652902448),
(58219, '3298', '380.00', '10', '20.001', '25', '40000000', '41999999', '79130000', '79999999', NULL, 1652902449),
(58220, '3220', '760.00', '6', '20.001', '25', '40000000', '41999999', '79130000', '79999999', NULL, 1652902450),
(58221, '3298', '463.00', '10', '25.001', '30', '40000000', '41999999', '79130000', '79999999', NULL, 1652902451),
(58222, '3220', '925.00', '6', '25.001', '30', '40000000', '41999999', '79130000', '79999999', NULL, 1652902452),
(58223, '3298', '45.00', '6', '0.3', '5', '40000000', '41999999', '80000000', '82999999', NULL, 1652902452),
(58224, '3220', '137.00', '2', '0.3', '5', '40000000', '41999999', '80000000', '82999999', NULL, 1652902452),
(58225, '3298', '71.00', '6', '5.001', '10', '40000000', '41999999', '80000000', '82999999', NULL, 1652902453),
(58226, '3220', '214.00', '2', '5.001', '10', '40000000', '41999999', '80000000', '82999999', NULL, 1652902454),
(58227, '3298', '116.00', '6', '10.001', '15', '40000000', '41999999', '80000000', '82999999', NULL, 1652902455),
(58228, '3220', '346.00', '2', '10.001', '15', '40000000', '41999999', '80000000', '82999999', NULL, 1652902456),
(58229, '3298', '160.00', '6', '15.001', '20', '40000000', '41999999', '80000000', '82999999', NULL, 1652902457),
(58230, '3220', '479.00', '2', '15.001', '20', '40000000', '41999999', '80000000', '82999999', NULL, 1652902457),
(58231, '3298', '205.00', '6', '20.001', '25', '40000000', '41999999', '80000000', '82999999', NULL, 1652902457),
(58232, '3220', '612.00', '2', '20.001', '25', '40000000', '41999999', '80000000', '82999999', NULL, 1652902459),
(58233, '3298', '249.00', '6', '25.001', '30', '40000000', '41999999', '80000000', '82999999', NULL, 1652902460),
(58234, '3220', '744.00', '2', '25.001', '30', '40000000', '41999999', '80000000', '82999999', NULL, 1652902461),
(58235, '3298', '45.00', '6', '0.3', '5', '40000000', '41999999', '80000000', '83800999', NULL, 1652902461),
(58236, '3220', '137.00', '2', '0.3', '5', '40000000', '41999999', '80000000', '83800999', NULL, 1652902461),
(58237, '3298', '71.00', '6', '5.001', '10', '40000000', '41999999', '80000000', '83800999', NULL, 1652902462),
(58238, '3220', '214.00', '2', '5.001', '10', '40000000', '41999999', '80000000', '83800999', NULL, 1652902465),
(58239, '3298', '116.00', '6', '10.001', '15', '40000000', '41999999', '80000000', '83800999', NULL, 1652902465),
(58240, '3220', '346.00', '2', '10.001', '15', '40000000', '41999999', '80000000', '83800999', NULL, 1652902467),
(58241, '3298', '160.00', '6', '15.001', '20', '40000000', '41999999', '80000000', '83800999', NULL, 1652902468),
(58242, '3220', '479.00', '2', '15.001', '20', '40000000', '41999999', '80000000', '83800999', NULL, 1652902468),
(58243, '3298', '205.00', '6', '20.001', '25', '40000000', '41999999', '80000000', '83800999', NULL, 1652902468),
(58244, '3220', '612.00', '2', '20.001', '25', '40000000', '41999999', '80000000', '83800999', NULL, 1652902469),
(58245, '3298', '249.00', '6', '25.001', '30', '40000000', '41999999', '80000000', '83800999', NULL, 1652902470),
(58246, '3220', '744.00', '2', '25.001', '30', '40000000', '41999999', '80000000', '83800999', NULL, 1652902470),
(58247, '3298', '90.00', '9', '0.3', '5', '40000000', '41999999', '83801000', '87999999', NULL, 1652902472),
(58248, '3220', '183.00', '4', '0.3', '5', '40000000', '41999999', '83801000', '87999999', NULL, 1652902473),
(58249, '3298', '133.00', '9', '5.001', '10', '40000000', '41999999', '83801000', '87999999', NULL, 1652902473),
(58250, '3220', '266.00', '4', '5.001', '10', '40000000', '41999999', '83801000', '87999999', NULL, 1652902475),
(58251, '3298', '215.00', '9', '10.001', '15', '40000000', '41999999', '83801000', '87999999', NULL, 1652902476),
(58252, '3220', '430.00', '4', '10.001', '15', '40000000', '41999999', '83801000', '87999999', NULL, 1652902476),
(58253, '3298', '298.00', '9', '15.001', '20', '40000000', '41999999', '83801000', '87999999', NULL, 1652902477),
(58254, '3220', '595.00', '4', '15.001', '20', '40000000', '41999999', '83801000', '87999999', NULL, 1652902477),
(58255, '3298', '380.00', '9', '20.001', '25', '40000000', '41999999', '83801000', '87999999', NULL, 1652902478),
(58256, '3220', '760.00', '4', '20.001', '25', '40000000', '41999999', '83801000', '87999999', NULL, 1652902478),
(58257, '3298', '463.00', '9', '25.001', '30', '40000000', '41999999', '83801000', '87999999', NULL, 1652902479),
(58258, '3220', '925.00', '4', '25.001', '30', '40000000', '41999999', '83801000', '87999999', NULL, 1652902479),
(58259, '3298', '45.00', '7', '0.3', '5', '40000000', '41999999', '88000000', '82999999', NULL, 1652902479),
(58260, '3220', '137.00', '2', '0.3', '5', '40000000', '41999999', '88000000', '82999999', NULL, 1652902480),
(58261, '3298', '71.00', '7', '5.001', '10', '40000000', '41999999', '88000000', '82999999', NULL, 1652902480),
(58262, '3220', '214.00', '2', '5.001', '10', '40000000', '41999999', '88000000', '82999999', NULL, 1652902481),
(58263, '3298', '116.00', '7', '10.001', '15', '40000000', '41999999', '88000000', '82999999', NULL, 1652902481),
(58264, '3220', '346.00', '2', '10.001', '15', '40000000', '41999999', '88000000', '82999999', NULL, 1652902482),
(58265, '3298', '160.00', '7', '15.001', '20', '40000000', '41999999', '88000000', '82999999', NULL, 1652902482),
(58266, '3220', '479.00', '2', '15.001', '20', '40000000', '41999999', '88000000', '82999999', NULL, 1652902484),
(58267, '3298', '205.00', '7', '20.001', '25', '40000000', '41999999', '88000000', '82999999', NULL, 1652902484),
(58268, '3220', '612.00', '2', '20.001', '25', '40000000', '41999999', '88000000', '82999999', NULL, 1652902485),
(58269, '3298', '249.00', '7', '25.001', '30', '40000000', '41999999', '88000000', '82999999', NULL, 1652902485),
(58270, '3220', '744.00', '2', '25.001', '30', '40000000', '41999999', '88000000', '82999999', NULL, 1652902486),
(58271, '3298', '45.00', '7', '0.3', '5', '40000000', '41999999', '88000000', '88469999', NULL, 1652902486),
(58272, '3220', '137.00', '2', '0.3', '5', '40000000', '41999999', '88000000', '88469999', NULL, 1652902487),
(58273, '3298', '71.00', '7', '5.001', '10', '40000000', '41999999', '88000000', '88469999', NULL, 1652902487),
(58274, '3220', '214.00', '2', '5.001', '10', '40000000', '41999999', '88000000', '88469999', NULL, 1652902488),
(58275, '3298', '116.00', '7', '10.001', '15', '40000000', '41999999', '88000000', '88469999', NULL, 1652902488),
(58276, '3220', '346.00', '2', '10.001', '15', '40000000', '41999999', '88000000', '88469999', NULL, 1652902488),
(58277, '3298', '160.00', '7', '15.001', '20', '40000000', '41999999', '88000000', '88469999', NULL, 1652902489),
(58278, '3220', '479.00', '2', '15.001', '20', '40000000', '41999999', '88000000', '88469999', NULL, 1652902489),
(58279, '3298', '205.00', '7', '20.001', '25', '40000000', '41999999', '88000000', '88469999', NULL, 1652902490),
(58280, '3220', '612.00', '2', '20.001', '25', '40000000', '41999999', '88000000', '88469999', NULL, 1652902490),
(58281, '3298', '249.00', '7', '25.001', '30', '40000000', '41999999', '88000000', '88469999', NULL, 1652902491),
(58282, '3220', '744.00', '2', '25.001', '30', '40000000', '41999999', '88000000', '88469999', NULL, 1652902491),
(58283, '3298', '78.00', '7', '0.3', '5', '40000000', '41999999', '88470000', '89999999', NULL, 1652902491),
(58284, '3220', '154.00', '2', '0.3', '5', '40000000', '41999999', '88470000', '89999999', NULL, 1652902492),
(58285, '3298', '114.00', '7', '5.001', '10', '40000000', '41999999', '88470000', '89999999', NULL, 1652902492),
(58286, '3220', '223.00', '2', '5.001', '10', '40000000', '41999999', '88470000', '89999999', NULL, 1652902493),
(58287, '3298', '185.00', '7', '10.001', '15', '40000000', '41999999', '88470000', '89999999', NULL, 1652902493),
(58288, '3220', '361.00', '2', '10.001', '15', '40000000', '41999999', '88470000', '89999999', NULL, 1652902493),
(58289, '3298', '256.00', '7', '15.001', '20', '40000000', '41999999', '88470000', '89999999', NULL, 1652902494),
(58290, '3220', '500.00', '2', '15.001', '20', '40000000', '41999999', '88470000', '89999999', NULL, 1652902494),
(58291, '3298', '327.00', '7', '20.001', '25', '40000000', '41999999', '88470000', '89999999', NULL, 1652902494),
(58292, '3220', '638.00', '2', '20.001', '25', '40000000', '41999999', '88470000', '89999999', NULL, 1652902495),
(58293, '3298', '398.00', '7', '25.001', '30', '40000000', '41999999', '88470000', '89999999', NULL, 1652902495),
(58294, '3220', '777.00', '2', '25.001', '30', '40000000', '41999999', '88470000', '89999999', NULL, 1652902498),
(58295, '3298', '45.00', '7', '0.3', '5', '40000000', '41999999', '90000000', '91999999', NULL, 1652902499),
(58296, '3220', '137.00', '2', '0.3', '5', '40000000', '41999999', '90000000', '91999999', NULL, 1652902499),
(58297, '3298', '71.00', '7', '5.001', '10', '40000000', '41999999', '90000000', '91999999', NULL, 1652902499),
(58298, '3220', '214.00', '2', '5.001', '10', '40000000', '41999999', '90000000', '91999999', NULL, 1652902500),
(58299, '3298', '116.00', '7', '10.001', '15', '40000000', '41999999', '90000000', '91999999', NULL, 1652902500),
(58300, '3220', '346.00', '2', '10.001', '15', '40000000', '41999999', '90000000', '91999999', NULL, 1652902501),
(58301, '3298', '160.00', '7', '15.001', '20', '40000000', '41999999', '90000000', '91999999', NULL, 1652902501),
(58302, '3220', '479.00', '2', '15.001', '20', '40000000', '41999999', '90000000', '91999999', NULL, 1652902502),
(58303, '3298', '205.00', '7', '20.001', '25', '40000000', '41999999', '90000000', '91999999', NULL, 1652902502),
(58304, '3220', '612.00', '2', '20.001', '25', '40000000', '41999999', '90000000', '91999999', NULL, 1652902503),
(58305, '3298', '249.00', '7', '25.001', '30', '40000000', '41999999', '90000000', '91999999', NULL, 1652902504),
(58306, '3220', '744.00', '2', '25.001', '30', '40000000', '41999999', '90000000', '91999999', NULL, 1652902504),
(58307, '3298', '45.00', '7', '0.3', '5', '40000000', '41999999', '90000000', '94900999', NULL, 1652902504),
(58308, '3220', '137.00', '2', '0.3', '5', '40000000', '41999999', '90000000', '94900999', NULL, 1652902505),
(58309, '3298', '71.00', '7', '5.001', '10', '40000000', '41999999', '90000000', '94900999', NULL, 1652902505),
(58310, '3220', '214.00', '2', '5.001', '10', '40000000', '41999999', '90000000', '94900999', NULL, 1652902505),
(58311, '3298', '116.00', '7', '10.001', '15', '40000000', '41999999', '90000000', '94900999', NULL, 1652902505),
(58312, '3220', '346.00', '2', '10.001', '15', '40000000', '41999999', '90000000', '94900999', NULL, 1652902506),
(58313, '3298', '160.00', '7', '15.001', '20', '40000000', '41999999', '90000000', '94900999', NULL, 1652902506),
(58314, '3220', '479.00', '2', '15.001', '20', '40000000', '41999999', '90000000', '94900999', NULL, 1652902507),
(58315, '3298', '205.00', '7', '20.001', '25', '40000000', '41999999', '90000000', '94900999', NULL, 1652902507),
(58316, '3220', '612.00', '2', '20.001', '25', '40000000', '41999999', '90000000', '94900999', NULL, 1652902507),
(58317, '3298', '249.00', '7', '25.001', '30', '40000000', '41999999', '90000000', '94900999', NULL, 1652902508),
(58318, '3220', '744.00', '2', '25.001', '30', '40000000', '41999999', '90000000', '94900999', NULL, 1652902510),
(58319, '3298', '90.00', '11', '0.3', '5', '40000000', '41999999', '94901000', '99999999', NULL, 1652902510),
(58320, '3220', '183.00', '6', '0.3', '5', '40000000', '41999999', '94901000', '99999999', NULL, 1652902511),
(58321, '3298', '133.00', '11', '5.001', '10', '40000000', '41999999', '94901000', '99999999', NULL, 1652902511),
(58322, '3220', '266.00', '6', '5.001', '10', '40000000', '41999999', '94901000', '99999999', NULL, 1652902512),
(58323, '3298', '215.00', '11', '10.001', '15', '40000000', '41999999', '94901000', '99999999', NULL, 1652902512),
(58324, '3220', '430.00', '6', '10.001', '15', '40000000', '41999999', '94901000', '99999999', NULL, 1652902513),
(58325, '3298', '298.00', '11', '15.001', '20', '40000000', '41999999', '94901000', '99999999', NULL, 1652902513),
(58326, '3220', '595.00', '6', '15.001', '20', '40000000', '41999999', '94901000', '99999999', NULL, 1652902514),
(58327, '3298', '380.00', '11', '20.001', '25', '40000000', '41999999', '94901000', '99999999', NULL, 1652902515),
(58328, '3220', '760.00', '6', '20.001', '25', '40000000', '41999999', '94901000', '99999999', NULL, 1652902515),
(58329, '3298', '463.00', '11', '25.001', '30', '40000000', '41999999', '94901000', '99999999', NULL, 1652902516),
(58330, '3220', '925.00', '6', '25.001', '30', '40000000', '41999999', '94901000', '99999999', NULL, 1652902516),
(58331, '3298', '45.00', '6', '0.3', '5', '40000000', '44470999', '01000000', '08499999', NULL, 1652902517),
(58332, '3220', '137.00', '1', '0.3', '5', '40000000', '44470999', '01000000', '08499999', NULL, 1652902518),
(58333, '3298', '71.00', '6', '5.001', '10', '40000000', '44470999', '01000000', '08499999', NULL, 1652902518),
(58334, '3220', '214.00', '1', '5.001', '10', '40000000', '44470999', '01000000', '08499999', NULL, 1652902519),
(58335, '3298', '116.00', '6', '10.001', '15', '40000000', '44470999', '01000000', '08499999', NULL, 1652902521),
(58336, '3220', '346.00', '1', '10.001', '15', '40000000', '44470999', '01000000', '08499999', NULL, 1652902521),
(58337, '3298', '160.00', '6', '15.001', '20', '40000000', '44470999', '01000000', '08499999', NULL, 1652902522),
(58338, '3220', '479.00', '1', '15.001', '20', '40000000', '44470999', '01000000', '08499999', NULL, 1652902522),
(58339, '3298', '205.00', '6', '20.001', '25', '40000000', '44470999', '01000000', '08499999', NULL, 1652902524),
(58340, '3220', '612.00', '1', '20.001', '25', '40000000', '44470999', '01000000', '08499999', NULL, 1652902524),
(58341, '3298', '249.00', '6', '25.001', '30', '40000000', '44470999', '01000000', '08499999', NULL, 1652902524);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(58342, '3220', '744.00', '1', '25.001', '30', '40000000', '44470999', '01000000', '08499999', NULL, 1652902525),
(58343, '3298', '45.00', '6', '0.3', '5', '40000000', '44470999', '06000000', '09999999', NULL, 1652902526),
(58344, '3220', '137.00', '2', '0.3', '5', '40000000', '44470999', '06000000', '09999999', NULL, 1652902526),
(58345, '3298', '71.00', '6', '5.001', '10', '40000000', '44470999', '06000000', '09999999', NULL, 1652902527),
(58346, '3220', '214.00', '2', '5.001', '10', '40000000', '44470999', '06000000', '09999999', NULL, 1652902527),
(58347, '3298', '116.00', '6', '10.001', '15', '40000000', '44470999', '06000000', '09999999', NULL, 1652902528),
(58348, '3220', '346.00', '2', '10.001', '15', '40000000', '44470999', '06000000', '09999999', NULL, 1652902531),
(58349, '3298', '160.00', '6', '15.001', '20', '40000000', '44470999', '06000000', '09999999', NULL, 1652902532),
(58350, '3220', '479.00', '2', '15.001', '20', '40000000', '44470999', '06000000', '09999999', NULL, 1652902532),
(58351, '3298', '205.00', '6', '20.001', '25', '40000000', '44470999', '06000000', '09999999', NULL, 1652902532),
(58352, '3220', '612.00', '2', '20.001', '25', '40000000', '44470999', '06000000', '09999999', NULL, 1652902533),
(58353, '3298', '249.00', '6', '25.001', '30', '40000000', '44470999', '06000000', '09999999', NULL, 1652902533),
(58354, '3220', '744.00', '2', '25.001', '30', '40000000', '44470999', '06000000', '09999999', NULL, 1652902534),
(58355, '3298', '45.00', '7', '0.3', '5', '40000000', '44470999', '11000000', '11999999', NULL, 1652902535),
(58356, '3220', '137.00', '3', '0.3', '5', '40000000', '44470999', '11000000', '11999999', NULL, 1652902535),
(58357, '3298', '71.00', '7', '5.001', '10', '40000000', '44470999', '11000000', '11999999', NULL, 1652902537),
(58358, '3220', '214.00', '3', '5.001', '10', '40000000', '44470999', '11000000', '11999999', NULL, 1652902537),
(58359, '3298', '116.00', '7', '10.001', '15', '40000000', '44470999', '11000000', '11999999', NULL, 1652902538),
(58360, '3220', '346.00', '3', '10.001', '15', '40000000', '44470999', '11000000', '11999999', NULL, 1652902538),
(58361, '3298', '160.00', '7', '15.001', '20', '40000000', '44470999', '11000000', '11999999', NULL, 1652902539),
(58362, '3220', '479.00', '3', '15.001', '20', '40000000', '44470999', '11000000', '11999999', NULL, 1652902539),
(58363, '3298', '205.00', '7', '20.001', '25', '40000000', '44470999', '11000000', '11999999', NULL, 1652902542),
(58364, '3220', '612.00', '3', '20.001', '25', '40000000', '44470999', '11000000', '11999999', NULL, 1652902542),
(58365, '3298', '249.00', '7', '25.001', '30', '40000000', '44470999', '11000000', '11999999', NULL, 1652902545),
(58366, '3220', '744.00', '3', '25.001', '30', '40000000', '44470999', '11000000', '11999999', NULL, 1652902546),
(58367, '3298', '45.00', '7', '0.3', '5', '40000000', '44470999', '12000000', '19999999', NULL, 1652902546),
(58368, '3220', '137.00', '2', '0.3', '5', '40000000', '44470999', '12000000', '19999999', NULL, 1652902547),
(58369, '3298', '71.00', '7', '5.001', '10', '40000000', '44470999', '12000000', '19999999', NULL, 1652902547),
(58370, '3220', '214.00', '2', '5.001', '10', '40000000', '44470999', '12000000', '19999999', NULL, 1652902548),
(58371, '3298', '116.00', '7', '10.001', '15', '40000000', '44470999', '12000000', '19999999', NULL, 1652902548),
(58372, '3220', '346.00', '2', '10.001', '15', '40000000', '44470999', '12000000', '19999999', NULL, 1652902550),
(58373, '3298', '160.00', '7', '15.001', '20', '40000000', '44470999', '12000000', '19999999', NULL, 1652902551),
(58374, '3220', '479.00', '2', '15.001', '20', '40000000', '44470999', '12000000', '19999999', NULL, 1652902551),
(58375, '3298', '205.00', '7', '20.001', '25', '40000000', '44470999', '12000000', '19999999', NULL, 1652902552),
(58376, '3220', '612.00', '2', '20.001', '25', '40000000', '44470999', '12000000', '19999999', NULL, 1652902553),
(58377, '3298', '249.00', '7', '25.001', '30', '40000000', '44470999', '12000000', '19999999', NULL, 1652902554),
(58378, '3220', '744.00', '2', '25.001', '30', '40000000', '44470999', '12000000', '19999999', NULL, 1652902557),
(58379, '3298', '70.00', '8', '0.3', '5', '40000000', '44470999', '26601000', '28999999', NULL, 1652902575),
(58380, '3220', '157.00', '4', '0.3', '5', '40000000', '44470999', '26601000', '28999999', NULL, 1652902576),
(58381, '3298', '106.00', '8', '5.001', '10', '40000000', '44470999', '26601000', '28999999', NULL, 1652902576),
(58382, '3220', '226.00', '4', '5.001', '10', '40000000', '44470999', '26601000', '28999999', NULL, 1652902577),
(58383, '3298', '172.00', '8', '10.001', '15', '40000000', '44470999', '26601000', '28999999', NULL, 1652902577),
(58384, '3220', '367.00', '4', '10.001', '15', '40000000', '44470999', '26601000', '28999999', NULL, 1652902578),
(58385, '3298', '239.00', '8', '15.001', '20', '40000000', '44470999', '26601000', '28999999', NULL, 1652902579),
(58386, '3220', '508.00', '4', '15.001', '20', '40000000', '44470999', '26601000', '28999999', NULL, 1652902581),
(58387, '3298', '305.00', '8', '20.001', '25', '40000000', '44470999', '26601000', '28999999', NULL, 1652902581),
(58388, '3220', '649.00', '4', '20.001', '25', '40000000', '44470999', '26601000', '28999999', NULL, 1652902581),
(58389, '3298', '371.00', '8', '25.001', '30', '40000000', '44470999', '26601000', '28999999', NULL, 1652902582),
(58390, '3220', '789.00', '4', '25.001', '30', '40000000', '44470999', '26601000', '28999999', NULL, 1652902583),
(58391, '3298', '34.00', '6', '0.3', '5', '40000000', '44470999', '29000000', '29099999', NULL, 1652902583),
(58392, '3220', '80.00', '2', '0.3', '5', '40000000', '44470999', '29000000', '29099999', NULL, 1652902584),
(58393, '3298', '50.00', '6', '5.001', '10', '40000000', '44470999', '29000000', '29099999', NULL, 1652902584),
(58394, '3220', '125.00', '2', '5.001', '10', '40000000', '44470999', '29000000', '29099999', NULL, 1652902585),
(58395, '3298', '82.00', '6', '10.001', '15', '40000000', '44470999', '29000000', '29099999', NULL, 1652902585),
(58396, '3220', '203.00', '2', '10.001', '15', '40000000', '44470999', '29000000', '29099999', NULL, 1652902586),
(58397, '3298', '113.00', '6', '15.001', '20', '40000000', '44470999', '29000000', '29099999', NULL, 1652902586),
(58398, '3220', '281.00', '2', '15.001', '20', '40000000', '44470999', '29000000', '29099999', NULL, 1652902587),
(58399, '3298', '145.00', '6', '20.001', '25', '40000000', '44470999', '29000000', '29099999', NULL, 1652902589),
(58400, '3220', '359.00', '2', '20.001', '25', '40000000', '44470999', '29000000', '29099999', NULL, 1652902589),
(58401, '3298', '176.00', '6', '25.001', '30', '40000000', '44470999', '29000000', '29099999', NULL, 1652902589),
(58402, '3220', '437.00', '2', '25.001', '30', '40000000', '44470999', '29000000', '29099999', NULL, 1652902590),
(58403, '3298', '50.00', '9', '0.3', '5', '40000000', '44470999', '29100000', '29999999', NULL, 1652902590),
(58404, '3220', '124.00', '4', '0.3', '5', '40000000', '44470999', '29100000', '29999999', NULL, 1652902590),
(58405, '3298', '83.00', '9', '5.001', '10', '40000000', '44470999', '29100000', '29999999', NULL, 1652902591),
(58406, '3220', '175.00', '4', '5.001', '10', '40000000', '44470999', '29100000', '29999999', NULL, 1652902591),
(58407, '3298', '135.00', '9', '10.001', '15', '40000000', '44470999', '29100000', '29999999', NULL, 1652902592),
(58408, '3220', '283.00', '4', '10.001', '15', '40000000', '44470999', '29100000', '29999999', NULL, 1652902592),
(58409, '3298', '186.00', '9', '15.001', '20', '40000000', '44470999', '29100000', '29999999', NULL, 1652902593),
(58410, '3220', '392.00', '4', '15.001', '20', '40000000', '44470999', '29100000', '29999999', NULL, 1652902593),
(58411, '3298', '238.00', '9', '20.001', '25', '40000000', '44470999', '29100000', '29999999', NULL, 1652902594),
(58412, '3220', '500.00', '4', '20.001', '25', '40000000', '44470999', '29100000', '29999999', NULL, 1652902594),
(58413, '3298', '290.00', '9', '25.001', '30', '40000000', '44470999', '29100000', '29999999', NULL, 1652902595),
(58414, '3220', '609.00', '4', '25.001', '30', '40000000', '44470999', '29100000', '29999999', NULL, 1652902595),
(58415, '3298', '38.00', '5', '0.3', '5', '40000000', '44470999', '30000000', '31999999', NULL, 1652902596),
(58416, '3220', '113.00', '1', '0.3', '5', '40000000', '44470999', '30000000', '31999999', NULL, 1652902598),
(58417, '3298', '58.00', '5', '5.001', '10', '40000000', '44470999', '30000000', '31999999', NULL, 1652902598),
(58418, '3220', '176.00', '1', '5.001', '10', '40000000', '44470999', '30000000', '31999999', NULL, 1652902599),
(58419, '3298', '94.00', '5', '10.001', '15', '40000000', '44470999', '30000000', '31999999', NULL, 1652902600),
(58420, '3220', '286.00', '1', '10.001', '15', '40000000', '44470999', '30000000', '31999999', NULL, 1652902600),
(58421, '3298', '130.00', '5', '15.001', '20', '40000000', '44470999', '30000000', '31999999', NULL, 1652902600),
(58422, '3220', '396.00', '1', '15.001', '20', '40000000', '44470999', '30000000', '31999999', NULL, 1652902601),
(58423, '3298', '166.00', '5', '20.001', '25', '40000000', '44470999', '30000000', '31999999', NULL, 1652902601),
(58424, '3220', '505.00', '1', '20.001', '25', '40000000', '44470999', '30000000', '31999999', NULL, 1652902602),
(58425, '3298', '202.00', '5', '25.001', '30', '40000000', '44470999', '30000000', '31999999', NULL, 1652902602),
(58426, '3220', '615.00', '1', '25.001', '30', '40000000', '44470999', '30000000', '31999999', NULL, 1652902603),
(58427, '3298', '38.00', '5', '0.3', '5', '40000000', '44470999', '30000000', '34999999', NULL, 1652902603),
(58428, '3220', '113.00', '1', '0.3', '5', '40000000', '44470999', '30000000', '34999999', NULL, 1652902604),
(58429, '3298', '58.00', '5', '5.001', '10', '40000000', '44470999', '30000000', '34999999', NULL, 1652902604),
(58430, '3220', '176.00', '1', '5.001', '10', '40000000', '44470999', '30000000', '34999999', NULL, 1652902605),
(58431, '3298', '94.00', '5', '10.001', '15', '40000000', '44470999', '30000000', '34999999', NULL, 1652902605),
(58432, '3220', '286.00', '1', '10.001', '15', '40000000', '44470999', '30000000', '34999999', NULL, 1652902606),
(58433, '3298', '130.00', '5', '15.001', '20', '40000000', '44470999', '30000000', '34999999', NULL, 1652902606),
(58434, '3220', '396.00', '1', '15.001', '20', '40000000', '44470999', '30000000', '34999999', NULL, 1652902607),
(58435, '3298', '166.00', '5', '20.001', '25', '40000000', '44470999', '30000000', '34999999', NULL, 1652902607),
(58436, '3220', '505.00', '1', '20.001', '25', '40000000', '44470999', '30000000', '34999999', NULL, 1652902608),
(58437, '3298', '202.00', '5', '25.001', '30', '40000000', '44470999', '30000000', '34999999', NULL, 1652902608),
(58438, '3220', '615.00', '1', '25.001', '30', '40000000', '44470999', '30000000', '34999999', NULL, 1652902608),
(58439, '3298', '70.00', '7', '0.3', '5', '40000000', '44470999', '35000000', '39999999', NULL, 1652902609),
(58440, '3220', '157.00', '4', '0.3', '5', '40000000', '44470999', '35000000', '39999999', NULL, 1652902610),
(58441, '3298', '106.00', '7', '5.001', '10', '40000000', '44470999', '35000000', '39999999', NULL, 1652902610),
(58442, '3220', '226.00', '4', '5.001', '10', '40000000', '44470999', '35000000', '39999999', NULL, 1652902611),
(58443, '3298', '172.00', '7', '10.001', '15', '40000000', '44470999', '35000000', '39999999', NULL, 1652902612),
(58444, '3220', '367.00', '4', '10.001', '15', '40000000', '44470999', '35000000', '39999999', NULL, 1652902612),
(58445, '3298', '239.00', '7', '15.001', '20', '40000000', '44470999', '35000000', '39999999', NULL, 1652902613),
(58446, '3220', '508.00', '4', '15.001', '20', '40000000', '44470999', '35000000', '39999999', NULL, 1652902613),
(58447, '3298', '305.00', '7', '20.001', '25', '40000000', '44470999', '35000000', '39999999', NULL, 1652902614),
(58448, '3220', '649.00', '4', '20.001', '25', '40000000', '44470999', '35000000', '39999999', NULL, 1652902614),
(58449, '3298', '371.00', '7', '25.001', '30', '40000000', '44470999', '35000000', '39999999', NULL, 1652902615),
(58450, '3220', '789.00', '4', '25.001', '30', '40000000', '44470999', '35000000', '39999999', NULL, 1652902615),
(58451, '3298', '25.00', '5', '0.3', '5', '40000000', '44470999', '40000000', '41999999', NULL, 1652902618),
(58452, '3220', '21.00', '1', '0.3', '5', '40000000', '44470999', '40000000', '41999999', NULL, 1652902618),
(58453, '3298', '31.00', '5', '5.001', '10', '40000000', '44470999', '40000000', '41999999', NULL, 1652902619),
(58454, '3220', '27.00', '1', '5.001', '10', '40000000', '44470999', '40000000', '41999999', NULL, 1652902621),
(58455, '3298', '51.00', '5', '10.001', '15', '40000000', '44470999', '40000000', '41999999', NULL, 1652902621),
(58456, '3220', '44.00', '1', '10.001', '15', '40000000', '44470999', '40000000', '41999999', NULL, 1652902621),
(58457, '3298', '71.00', '5', '15.001', '20', '40000000', '44470999', '40000000', '41999999', NULL, 1652902622),
(58458, '3220', '61.00', '1', '15.001', '20', '40000000', '44470999', '40000000', '41999999', NULL, 1652902622),
(58459, '3298', '91.00', '5', '20.001', '25', '40000000', '44470999', '40000000', '41999999', NULL, 1652902623),
(58460, '3220', '78.00', '1', '20.001', '25', '40000000', '44470999', '40000000', '41999999', NULL, 1652902623),
(58461, '3298', '110.00', '5', '25.001', '30', '40000000', '44470999', '40000000', '41999999', NULL, 1652902624),
(58462, '3220', '95.00', '1', '25.001', '30', '40000000', '44470999', '40000000', '41999999', NULL, 1652902625),
(58463, '3298', '25.00', '5', '0.3', '5', '40000000', '44470999', '40000000', '44470999', NULL, 1652902625),
(58464, '3220', '21.00', '1', '0.3', '5', '40000000', '44470999', '40000000', '44470999', NULL, 1652902626),
(58465, '3298', '31.00', '5', '5.001', '10', '40000000', '44470999', '40000000', '44470999', NULL, 1652902626),
(58466, '3220', '27.00', '1', '5.001', '10', '40000000', '44470999', '40000000', '44470999', NULL, 1652902627),
(58467, '3298', '51.00', '5', '10.001', '15', '40000000', '44470999', '40000000', '44470999', NULL, 1652902627),
(58468, '3220', '44.00', '1', '10.001', '15', '40000000', '44470999', '40000000', '44470999', NULL, 1652902631),
(58469, '3298', '71.00', '5', '15.001', '20', '40000000', '44470999', '40000000', '44470999', NULL, 1652902632),
(58470, '3220', '61.00', '1', '15.001', '20', '40000000', '44470999', '40000000', '44470999', NULL, 1652902632),
(58471, '3298', '91.00', '5', '20.001', '25', '40000000', '44470999', '40000000', '44470999', NULL, 1652902632),
(58472, '3220', '78.00', '1', '20.001', '25', '40000000', '44470999', '40000000', '44470999', NULL, 1652902633),
(58473, '3298', '110.00', '5', '25.001', '30', '40000000', '44470999', '40000000', '44470999', NULL, 1652902633),
(58474, '3220', '95.00', '1', '25.001', '30', '40000000', '44470999', '40000000', '44470999', NULL, 1652902634),
(58475, '3298', '26.00', '5', '0.3', '5', '40000000', '44470999', '44471000', '48999999', NULL, 1652902634),
(58476, '3220', '34.00', '1', '0.3', '5', '40000000', '44470999', '44471000', '48999999', NULL, 1652902634),
(58477, '3298', '32.00', '5', '5.001', '10', '40000000', '44470999', '44471000', '48999999', NULL, 1652902635),
(58478, '3220', '48.00', '1', '5.001', '10', '40000000', '44470999', '44471000', '48999999', NULL, 1652902635),
(58479, '3298', '52.00', '5', '10.001', '15', '40000000', '44470999', '44471000', '48999999', NULL, 1652902636),
(58480, '3220', '79.00', '1', '10.001', '15', '40000000', '44470999', '44471000', '48999999', NULL, 1652902637),
(58481, '3298', '72.00', '5', '15.001', '20', '40000000', '44470999', '44471000', '48999999', NULL, 1652902637),
(58482, '3220', '109.00', '1', '15.001', '20', '40000000', '44470999', '44471000', '48999999', NULL, 1652902637),
(58483, '3298', '92.00', '5', '20.001', '25', '40000000', '44470999', '44471000', '48999999', NULL, 1652902637),
(58484, '3220', '139.00', '1', '20.001', '25', '40000000', '44470999', '44471000', '48999999', NULL, 1652902639),
(58485, '3298', '112.00', '5', '25.001', '30', '40000000', '44470999', '44471000', '48999999', NULL, 1652902640),
(58486, '3220', '170.00', '1', '25.001', '30', '40000000', '44470999', '44471000', '48999999', NULL, 1652902640),
(58487, '3298', '30.00', '6', '0.3', '5', '40000000', '44470999', '49000000', '49099999', NULL, 1652902640),
(58488, '3220', '59.00', '1', '0.3', '5', '40000000', '44470999', '49000000', '49099999', NULL, 1652902641),
(58489, '3298', '44.00', '6', '5.001', '10', '40000000', '44470999', '49000000', '49099999', NULL, 1652902641),
(58490, '3220', '93.00', '1', '5.001', '10', '40000000', '44470999', '49000000', '49099999', NULL, 1652902641),
(58491, '3298', '71.00', '6', '10.001', '15', '40000000', '44470999', '49000000', '49099999', NULL, 1652902642),
(58492, '3220', '150.00', '1', '10.001', '15', '40000000', '44470999', '49000000', '49099999', NULL, 1652902642),
(58493, '3298', '99.00', '6', '15.001', '20', '40000000', '44470999', '49000000', '49099999', NULL, 1652902644),
(58494, '3220', '208.00', '1', '15.001', '20', '40000000', '44470999', '49000000', '49099999', NULL, 1652902644),
(58495, '3298', '126.00', '6', '20.001', '25', '40000000', '44470999', '49000000', '49099999', NULL, 1652902645),
(58496, '3220', '266.00', '1', '20.001', '25', '40000000', '44470999', '49000000', '49099999', NULL, 1652902645),
(58497, '3298', '153.00', '6', '25.001', '30', '40000000', '44470999', '49000000', '49099999', NULL, 1652902646),
(58498, '3220', '324.00', '1', '25.001', '30', '40000000', '44470999', '49000000', '49099999', NULL, 1652902648),
(58499, '3298', '44.00', '9', '0.3', '5', '40000000', '44470999', '49100000', '49999999', NULL, 1652902648),
(58500, '3220', '102.00', '4', '0.3', '5', '40000000', '44470999', '49100000', '49999999', NULL, 1652902649),
(58501, '3298', '74.00', '9', '5.001', '10', '40000000', '44470999', '49100000', '49999999', NULL, 1652902649),
(58502, '3220', '141.00', '4', '5.001', '10', '40000000', '44470999', '49100000', '49999999', NULL, 1652902650),
(58503, '3298', '120.00', '9', '10.001', '15', '40000000', '44470999', '49100000', '49999999', NULL, 1652902650),
(58504, '3220', '229.00', '4', '10.001', '15', '40000000', '44470999', '49100000', '49999999', NULL, 1652902651),
(58505, '3298', '166.00', '9', '15.001', '20', '40000000', '44470999', '49100000', '49999999', NULL, 1652902651),
(58506, '3220', '316.00', '4', '15.001', '20', '40000000', '44470999', '49100000', '49999999', NULL, 1652902652),
(58507, '3298', '212.00', '9', '20.001', '25', '40000000', '44470999', '49100000', '49999999', NULL, 1652902652),
(58508, '3220', '404.00', '4', '20.001', '25', '40000000', '44470999', '49100000', '49999999', NULL, 1652902652),
(58509, '3298', '258.00', '9', '25.001', '30', '40000000', '44470999', '49100000', '49999999', NULL, 1652902653),
(58510, '3220', '492.00', '4', '25.001', '30', '40000000', '44470999', '49100000', '49999999', NULL, 1652902653),
(58511, '3298', '34.00', '6', '0.3', '5', '40000000', '44470999', '50000000', '52999999', NULL, 1652902654),
(58512, '3220', '80.00', '2', '0.3', '5', '40000000', '44470999', '50000000', '52999999', NULL, 1652902654),
(58513, '3298', '50.00', '6', '5.001', '10', '40000000', '44470999', '50000000', '52999999', NULL, 1652902655),
(58514, '3220', '125.00', '2', '5.001', '10', '40000000', '44470999', '50000000', '52999999', NULL, 1652902656),
(58515, '3298', '82.00', '6', '10.001', '15', '40000000', '44470999', '50000000', '52999999', NULL, 1652902656),
(58516, '3220', '203.00', '2', '10.001', '15', '40000000', '44470999', '50000000', '52999999', NULL, 1652902656),
(58517, '3298', '113.00', '6', '15.001', '20', '40000000', '44470999', '50000000', '52999999', NULL, 1652902657),
(58518, '3220', '281.00', '2', '15.001', '20', '40000000', '44470999', '50000000', '52999999', NULL, 1652902657),
(58519, '3298', '145.00', '6', '20.001', '25', '40000000', '44470999', '50000000', '52999999', NULL, 1652902657),
(58520, '3220', '359.00', '2', '20.001', '25', '40000000', '44470999', '50000000', '52999999', NULL, 1652902660),
(58521, '3298', '176.00', '6', '25.001', '30', '40000000', '44470999', '50000000', '52999999', NULL, 1652902660),
(58522, '3220', '437.00', '2', '25.001', '30', '40000000', '44470999', '50000000', '52999999', NULL, 1652902661),
(58523, '3298', '34.00', '6', '0.3', '5', '40000000', '44470999', '50000000', '54999999', NULL, 1652902661),
(58524, '3220', '80.00', '2', '0.3', '5', '40000000', '44470999', '50000000', '54999999', NULL, 1652902661),
(58525, '3298', '50.00', '6', '5.001', '10', '40000000', '44470999', '50000000', '54999999', NULL, 1652902662),
(58526, '3220', '125.00', '2', '5.001', '10', '40000000', '44470999', '50000000', '54999999', NULL, 1652902663),
(58527, '3298', '82.00', '6', '10.001', '15', '40000000', '44470999', '50000000', '54999999', NULL, 1652902663),
(58528, '3220', '203.00', '2', '10.001', '15', '40000000', '44470999', '50000000', '54999999', NULL, 1652902663),
(58529, '3298', '113.00', '6', '15.001', '20', '40000000', '44470999', '50000000', '54999999', NULL, 1652902664),
(58530, '3220', '281.00', '2', '15.001', '20', '40000000', '44470999', '50000000', '54999999', NULL, 1652902664),
(58531, '3298', '145.00', '6', '20.001', '25', '40000000', '44470999', '50000000', '54999999', NULL, 1652902665),
(58532, '3220', '359.00', '2', '20.001', '25', '40000000', '44470999', '50000000', '54999999', NULL, 1652902665),
(58533, '3298', '176.00', '6', '25.001', '30', '40000000', '44470999', '50000000', '54999999', NULL, 1652902666),
(58534, '3220', '437.00', '2', '25.001', '30', '40000000', '44470999', '50000000', '54999999', NULL, 1652902668),
(58535, '3298', '50.00', '9', '0.3', '5', '40000000', '44470999', '55000000', '56999999', NULL, 1652902669),
(58536, '3220', '124.00', '6', '0.3', '5', '40000000', '44470999', '55000000', '56999999', NULL, 1652902669),
(58537, '3298', '83.00', '9', '5.001', '10', '40000000', '44470999', '55000000', '56999999', NULL, 1652902672),
(58538, '3220', '175.00', '6', '5.001', '10', '40000000', '44470999', '55000000', '56999999', NULL, 1652902672),
(58539, '3298', '135.00', '9', '10.001', '15', '40000000', '44470999', '55000000', '56999999', NULL, 1652902672),
(58540, '3220', '283.00', '6', '10.001', '15', '40000000', '44470999', '55000000', '56999999', NULL, 1652902673),
(58541, '3298', '186.00', '9', '15.001', '20', '40000000', '44470999', '55000000', '56999999', NULL, 1652902673),
(58542, '3220', '392.00', '6', '15.001', '20', '40000000', '44470999', '55000000', '56999999', NULL, 1652902674),
(58543, '3298', '238.00', '9', '20.001', '25', '40000000', '44470999', '55000000', '56999999', NULL, 1652902674),
(58544, '3220', '500.00', '6', '20.001', '25', '40000000', '44470999', '55000000', '56999999', NULL, 1652902675),
(58545, '3298', '290.00', '9', '25.001', '30', '40000000', '44470999', '55000000', '56999999', NULL, 1652902676),
(58546, '3220', '609.00', '6', '25.001', '30', '40000000', '44470999', '55000000', '56999999', NULL, 1652902678),
(58547, '3298', '30.00', '6', '0.3', '5', '40000000', '44470999', '57000000', '57099999', NULL, 1652902678),
(58548, '3220', '59.00', '2', '0.3', '5', '40000000', '44470999', '57000000', '57099999', NULL, 1652902679),
(58549, '3298', '44.00', '6', '5.001', '10', '40000000', '44470999', '57000000', '57099999', NULL, 1652902680),
(58550, '3220', '93.00', '2', '5.001', '10', '40000000', '44470999', '57000000', '57099999', NULL, 1652902680),
(58551, '3298', '71.00', '6', '10.001', '15', '40000000', '44470999', '57000000', '57099999', NULL, 1652902681),
(58552, '3220', '150.00', '2', '10.001', '15', '40000000', '44470999', '57000000', '57099999', NULL, 1652902681),
(58553, '3298', '99.00', '6', '15.001', '20', '40000000', '44470999', '57000000', '57099999', NULL, 1652902682),
(58554, '3220', '208.00', '2', '15.001', '20', '40000000', '44470999', '57000000', '57099999', NULL, 1652902683),
(58555, '3298', '126.00', '6', '20.001', '25', '40000000', '44470999', '57000000', '57099999', NULL, 1652902683),
(58556, '3220', '266.00', '2', '20.001', '25', '40000000', '44470999', '57000000', '57099999', NULL, 1652902684),
(58557, '3298', '153.00', '6', '25.001', '30', '40000000', '44470999', '57000000', '57099999', NULL, 1652902685),
(58558, '3220', '324.00', '2', '25.001', '30', '40000000', '44470999', '57000000', '57099999', NULL, 1652902685),
(58559, '3298', '30.00', '8', '0.3', '5', '40000000', '44470999', '57100000', '57999999', NULL, 1652902686),
(58560, '3220', '59.00', '4', '0.3', '5', '40000000', '44470999', '57100000', '57999999', NULL, 1652902687),
(58561, '3298', '44.00', '8', '5.001', '10', '40000000', '44470999', '57100000', '57999999', NULL, 1652902687),
(58562, '3220', '93.00', '4', '5.001', '10', '40000000', '44470999', '57100000', '57999999', NULL, 1652902688),
(58563, '3298', '71.00', '8', '10.001', '15', '40000000', '44470999', '57100000', '57999999', NULL, 1652902688),
(58564, '3220', '150.00', '4', '10.001', '15', '40000000', '44470999', '57100000', '57999999', NULL, 1652902689),
(58565, '3298', '99.00', '8', '15.001', '20', '40000000', '44470999', '57100000', '57999999', NULL, 1652902689),
(58566, '3220', '208.00', '4', '15.001', '20', '40000000', '44470999', '57100000', '57999999', NULL, 1652902690),
(58567, '3298', '126.00', '8', '20.001', '25', '40000000', '44470999', '57100000', '57999999', NULL, 1652902690),
(58568, '3220', '266.00', '4', '20.001', '25', '40000000', '44470999', '57100000', '57999999', NULL, 1652902691),
(58569, '3298', '153.00', '8', '25.001', '30', '40000000', '44470999', '57100000', '57999999', NULL, 1652902692),
(58570, '3220', '324.00', '4', '25.001', '30', '40000000', '44470999', '57100000', '57999999', NULL, 1652902692),
(58571, '3298', '34.00', '7', '0.3', '5', '40000000', '44470999', '58000000', '58099999', NULL, 1652902693),
(58572, '3220', '80.00', '3', '0.3', '5', '40000000', '44470999', '58000000', '58099999', NULL, 1652902693),
(58573, '3298', '50.00', '7', '5.001', '10', '40000000', '44470999', '58000000', '58099999', NULL, 1652902693),
(58574, '3220', '125.00', '3', '5.001', '10', '40000000', '44470999', '58000000', '58099999', NULL, 1652902694),
(58575, '3298', '82.00', '7', '10.001', '15', '40000000', '44470999', '58000000', '58099999', NULL, 1652902694),
(58576, '3220', '203.00', '3', '10.001', '15', '40000000', '44470999', '58000000', '58099999', NULL, 1652902695),
(58577, '3298', '113.00', '7', '15.001', '20', '40000000', '44470999', '58000000', '58099999', NULL, 1652902695),
(58578, '3220', '281.00', '3', '15.001', '20', '40000000', '44470999', '58000000', '58099999', NULL, 1652902696),
(58579, '3298', '145.00', '7', '20.001', '25', '40000000', '44470999', '58000000', '58099999', NULL, 1652902697),
(58580, '3220', '359.00', '3', '20.001', '25', '40000000', '44470999', '58000000', '58099999', NULL, 1652902697),
(58581, '3298', '176.00', '7', '25.001', '30', '40000000', '44470999', '58000000', '58099999', NULL, 1652902697),
(58582, '3220', '437.00', '3', '25.001', '30', '40000000', '44470999', '58000000', '58099999', NULL, 1652902698),
(58583, '3298', '50.00', '11', '0.3', '5', '40000000', '44470999', '58100000', '58999999', NULL, 1652902698),
(58584, '3220', '124.00', '8', '0.3', '5', '40000000', '44470999', '58100000', '58999999', NULL, 1652902699),
(58585, '3298', '83.00', '11', '5.001', '10', '40000000', '44470999', '58100000', '58999999', NULL, 1652902700),
(58586, '3220', '175.00', '8', '5.001', '10', '40000000', '44470999', '58100000', '58999999', NULL, 1652902700),
(58587, '3298', '135.00', '11', '10.001', '15', '40000000', '44470999', '58100000', '58999999', NULL, 1652902701),
(58588, '3220', '283.00', '8', '10.001', '15', '40000000', '44470999', '58100000', '58999999', NULL, 1652902701),
(58589, '3298', '186.00', '11', '15.001', '20', '40000000', '44470999', '58100000', '58999999', NULL, 1652902702),
(58590, '3220', '392.00', '8', '15.001', '20', '40000000', '44470999', '58100000', '58999999', NULL, 1652902703),
(58591, '3298', '238.00', '11', '20.001', '25', '40000000', '44470999', '58100000', '58999999', NULL, 1652902703),
(58592, '3220', '500.00', '8', '20.001', '25', '40000000', '44470999', '58100000', '58999999', NULL, 1652902704),
(58593, '3298', '290.00', '11', '25.001', '30', '40000000', '44470999', '58100000', '58999999', NULL, 1652902708),
(58594, '3220', '609.00', '8', '25.001', '30', '40000000', '44470999', '58100000', '58999999', NULL, 1652902713),
(58595, '3298', '34.00', '7', '0.3', '5', '40000000', '44470999', '59000000', '59099999', NULL, 1652902714),
(58596, '3220', '80.00', '3', '0.3', '5', '40000000', '44470999', '59000000', '59099999', NULL, 1652902715),
(58597, '3298', '50.00', '7', '5.001', '10', '40000000', '44470999', '59000000', '59099999', NULL, 1652902715),
(58598, '3220', '125.00', '3', '5.001', '10', '40000000', '44470999', '59000000', '59099999', NULL, 1652902716),
(58599, '3298', '82.00', '7', '10.001', '15', '40000000', '44470999', '59000000', '59099999', NULL, 1652902717),
(58600, '3220', '203.00', '3', '10.001', '15', '40000000', '44470999', '59000000', '59099999', NULL, 1652902717),
(58601, '3298', '113.00', '7', '15.001', '20', '40000000', '44470999', '59000000', '59099999', NULL, 1652902718),
(58602, '3220', '281.00', '3', '15.001', '20', '40000000', '44470999', '59000000', '59099999', NULL, 1652902718),
(58603, '3298', '145.00', '7', '20.001', '25', '40000000', '44470999', '59000000', '59099999', NULL, 1652902718),
(58604, '3220', '359.00', '3', '20.001', '25', '40000000', '44470999', '59000000', '59099999', NULL, 1652902719),
(58605, '3298', '176.00', '7', '25.001', '30', '40000000', '44470999', '59000000', '59099999', NULL, 1652902719),
(58606, '3220', '437.00', '3', '25.001', '30', '40000000', '44470999', '59000000', '59099999', NULL, 1652902719),
(58607, '3298', '34.00', '7', '0.3', '5', '40000000', '44470999', '59100000', '59999999', NULL, 1652902720),
(58608, '3220', '80.00', '3', '0.3', '5', '40000000', '44470999', '59100000', '59999999', NULL, 1652902720),
(58609, '3298', '50.00', '7', '5.001', '10', '40000000', '44470999', '59100000', '59999999', NULL, 1652902721),
(58610, '3220', '125.00', '3', '5.001', '10', '40000000', '44470999', '59100000', '59999999', NULL, 1652902722),
(58611, '3298', '82.00', '7', '10.001', '15', '40000000', '44470999', '59100000', '59999999', NULL, 1652902722),
(58612, '3220', '203.00', '3', '10.001', '15', '40000000', '44470999', '59100000', '59999999', NULL, 1652902723),
(58613, '3298', '113.00', '7', '15.001', '20', '40000000', '44470999', '59100000', '59999999', NULL, 1652902724),
(58614, '3220', '281.00', '3', '15.001', '20', '40000000', '44470999', '59100000', '59999999', NULL, 1652902725),
(58615, '3298', '145.00', '7', '20.001', '25', '40000000', '44470999', '59100000', '59999999', NULL, 1652902725),
(58616, '3220', '359.00', '3', '20.001', '25', '40000000', '44470999', '59100000', '59999999', NULL, 1652902726),
(58617, '3298', '176.00', '7', '25.001', '30', '40000000', '44470999', '59100000', '59999999', NULL, 1652902727),
(58618, '3220', '437.00', '3', '25.001', '30', '40000000', '44470999', '59100000', '59999999', NULL, 1652902727),
(58619, '3298', '38.00', '6', '0.3', '5', '40000000', '44470999', '60000000', '60999999', NULL, 1652902727),
(58620, '3220', '113.00', '2', '0.3', '5', '40000000', '44470999', '60000000', '60999999', NULL, 1652902728),
(58621, '3298', '58.00', '6', '5.001', '10', '40000000', '44470999', '60000000', '60999999', NULL, 1652902729),
(58622, '3220', '176.00', '2', '5.001', '10', '40000000', '44470999', '60000000', '60999999', NULL, 1652902729),
(58623, '3298', '94.00', '6', '10.001', '15', '40000000', '44470999', '60000000', '60999999', NULL, 1652902730),
(58624, '3220', '286.00', '2', '10.001', '15', '40000000', '44470999', '60000000', '60999999', NULL, 1652902730),
(58625, '3298', '130.00', '6', '15.001', '20', '40000000', '44470999', '60000000', '60999999', NULL, 1652902730),
(58626, '3220', '396.00', '2', '15.001', '20', '40000000', '44470999', '60000000', '60999999', NULL, 1652902731),
(58627, '3298', '166.00', '6', '20.001', '25', '40000000', '44470999', '60000000', '60999999', NULL, 1652902731),
(58628, '3220', '505.00', '2', '20.001', '25', '40000000', '44470999', '60000000', '60999999', NULL, 1652902732),
(58629, '3298', '202.00', '6', '25.001', '30', '40000000', '44470999', '60000000', '60999999', NULL, 1652902732),
(58630, '3220', '615.00', '2', '25.001', '30', '40000000', '44470999', '60000000', '60999999', NULL, 1652902732),
(58631, '3298', '38.00', '6', '0.3', '5', '40000000', '44470999', '60000000', '61900999', NULL, 1652902733),
(58632, '3220', '113.00', '2', '0.3', '5', '40000000', '44470999', '60000000', '61900999', NULL, 1652902733),
(58633, '3298', '58.00', '6', '5.001', '10', '40000000', '44470999', '60000000', '61900999', NULL, 1652902734),
(58634, '3220', '176.00', '2', '5.001', '10', '40000000', '44470999', '60000000', '61900999', NULL, 1652902734),
(58635, '3298', '94.00', '6', '10.001', '15', '40000000', '44470999', '60000000', '61900999', NULL, 1652902735),
(58636, '3220', '286.00', '2', '10.001', '15', '40000000', '44470999', '60000000', '61900999', NULL, 1652902735),
(58637, '3298', '130.00', '6', '15.001', '20', '40000000', '44470999', '60000000', '61900999', NULL, 1652902736),
(58638, '3220', '396.00', '2', '15.001', '20', '40000000', '44470999', '60000000', '61900999', NULL, 1652902737),
(58639, '3298', '166.00', '6', '20.001', '25', '40000000', '44470999', '60000000', '61900999', NULL, 1652902739),
(58640, '3220', '505.00', '2', '20.001', '25', '40000000', '44470999', '60000000', '61900999', NULL, 1652902739),
(58641, '3298', '202.00', '6', '25.001', '30', '40000000', '44470999', '60000000', '61900999', NULL, 1652902739),
(58642, '3220', '615.00', '2', '25.001', '30', '40000000', '44470999', '60000000', '61900999', NULL, 1652902741),
(58643, '3298', '70.00', '9', '0.3', '5', '40000000', '44470999', '61901000', '63999999', NULL, 1652902742),
(58644, '3220', '157.00', '7', '0.3', '5', '40000000', '44470999', '61901000', '63999999', NULL, 1652902742),
(58645, '3298', '106.00', '9', '5.001', '10', '40000000', '44470999', '61901000', '63999999', NULL, 1652902743),
(58646, '3220', '226.00', '7', '5.001', '10', '40000000', '44470999', '61901000', '63999999', NULL, 1652902743),
(58647, '3298', '172.00', '9', '10.001', '15', '40000000', '44470999', '61901000', '63999999', NULL, 1652902744),
(58648, '3220', '367.00', '7', '10.001', '15', '40000000', '44470999', '61901000', '63999999', NULL, 1652902744),
(58649, '3298', '239.00', '9', '15.001', '20', '40000000', '44470999', '61901000', '63999999', NULL, 1652902745),
(58650, '3220', '508.00', '7', '15.001', '20', '40000000', '44470999', '61901000', '63999999', NULL, 1652902746),
(58651, '3298', '305.00', '9', '20.001', '25', '40000000', '44470999', '61901000', '63999999', NULL, 1652902746),
(58652, '3220', '649.00', '7', '20.001', '25', '40000000', '44470999', '61901000', '63999999', NULL, 1652902747),
(58653, '3298', '371.00', '9', '25.001', '30', '40000000', '44470999', '61901000', '63999999', NULL, 1652902748),
(58654, '3220', '789.00', '7', '25.001', '30', '40000000', '44470999', '61901000', '63999999', NULL, 1652902748),
(58655, '3298', '38.00', '7', '0.3', '5', '40000000', '44470999', '64000000', '64099999', NULL, 1652902749),
(58656, '3220', '113.00', '3', '0.3', '5', '40000000', '44470999', '64000000', '64099999', NULL, 1652902749),
(58657, '3298', '58.00', '7', '5.001', '10', '40000000', '44470999', '64000000', '64099999', NULL, 1652902750),
(58658, '3220', '176.00', '3', '5.001', '10', '40000000', '44470999', '64000000', '64099999', NULL, 1652902750),
(58659, '3298', '94.00', '7', '10.001', '15', '40000000', '44470999', '64000000', '64099999', NULL, 1652902751),
(58660, '3220', '286.00', '3', '10.001', '15', '40000000', '44470999', '64000000', '64099999', NULL, 1652902751),
(58661, '3298', '130.00', '7', '15.001', '20', '40000000', '44470999', '64000000', '64099999', NULL, 1652902752),
(58662, '3220', '396.00', '3', '15.001', '20', '40000000', '44470999', '64000000', '64099999', NULL, 1652902752),
(58663, '3298', '166.00', '7', '20.001', '25', '40000000', '44470999', '64000000', '64099999', NULL, 1652902753),
(58664, '3220', '505.00', '3', '20.001', '25', '40000000', '44470999', '64000000', '64099999', NULL, 1652902754),
(58665, '3298', '202.00', '7', '25.001', '30', '40000000', '44470999', '64000000', '64099999', NULL, 1652902754),
(58666, '3220', '615.00', '3', '25.001', '30', '40000000', '44470999', '64000000', '64099999', NULL, 1652902755),
(58667, '3298', '70.00', '9', '0.3', '5', '40000000', '44470999', '64100000', '64999999', NULL, 1652902755),
(58668, '3220', '157.00', '6', '0.3', '5', '40000000', '44470999', '64100000', '64999999', NULL, 1652902756),
(58669, '3298', '106.00', '9', '5.001', '10', '40000000', '44470999', '64100000', '64999999', NULL, 1652902756),
(58670, '3220', '226.00', '6', '5.001', '10', '40000000', '44470999', '64100000', '64999999', NULL, 1652902757),
(58671, '3298', '172.00', '9', '10.001', '15', '40000000', '44470999', '64100000', '64999999', NULL, 1652902757),
(58672, '3220', '367.00', '6', '10.001', '15', '40000000', '44470999', '64100000', '64999999', NULL, 1652902758),
(58673, '3298', '239.00', '9', '15.001', '20', '40000000', '44470999', '64100000', '64999999', NULL, 1652902759),
(58674, '3220', '508.00', '6', '15.001', '20', '40000000', '44470999', '64100000', '64999999', NULL, 1652902760),
(58675, '3298', '305.00', '9', '20.001', '25', '40000000', '44470999', '64100000', '64999999', NULL, 1652902760),
(58676, '3220', '649.00', '6', '20.001', '25', '40000000', '44470999', '64100000', '64999999', NULL, 1652902761),
(58677, '3298', '371.00', '9', '25.001', '30', '40000000', '44470999', '64100000', '64999999', NULL, 1652902762),
(58678, '3220', '789.00', '6', '25.001', '30', '40000000', '44470999', '64100000', '64999999', NULL, 1652902762),
(58679, '3298', '38.00', '8', '0.3', '5', '40000000', '44470999', '65000000', '65099999', NULL, 1652902763),
(58680, '3220', '113.00', '4', '0.3', '5', '40000000', '44470999', '65000000', '65099999', NULL, 1652902764),
(58681, '3298', '58.00', '8', '5.001', '10', '40000000', '44470999', '65000000', '65099999', NULL, 1652902764),
(58682, '3220', '176.00', '4', '5.001', '10', '40000000', '44470999', '65000000', '65099999', NULL, 1652902764),
(58683, '3298', '94.00', '8', '10.001', '15', '40000000', '44470999', '65000000', '65099999', NULL, 1652902765),
(58684, '3220', '286.00', '4', '10.001', '15', '40000000', '44470999', '65000000', '65099999', NULL, 1652902765),
(58685, '3298', '130.00', '8', '15.001', '20', '40000000', '44470999', '65000000', '65099999', NULL, 1652902766),
(58686, '3220', '396.00', '4', '15.001', '20', '40000000', '44470999', '65000000', '65099999', NULL, 1652902766),
(58687, '3298', '166.00', '8', '20.001', '25', '40000000', '44470999', '65000000', '65099999', NULL, 1652902767),
(58688, '3220', '505.00', '4', '20.001', '25', '40000000', '44470999', '65000000', '65099999', NULL, 1652902768),
(58689, '3298', '202.00', '8', '25.001', '30', '40000000', '44470999', '65000000', '65099999', NULL, 1652902768),
(58690, '3220', '615.00', '4', '25.001', '30', '40000000', '44470999', '65000000', '65099999', NULL, 1652902769),
(58691, '3298', '70.00', '10', '0.3', '5', '40000000', '44470999', '65100000', '65999999', NULL, 1652902769),
(58692, '3220', '157.00', '8', '0.3', '5', '40000000', '44470999', '65100000', '65999999', NULL, 1652902770),
(58693, '3298', '106.00', '10', '5.001', '10', '40000000', '44470999', '65100000', '65999999', NULL, 1652902772),
(58694, '3220', '226.00', '8', '5.001', '10', '40000000', '44470999', '65100000', '65999999', NULL, 1652902772),
(58695, '3298', '172.00', '10', '10.001', '15', '40000000', '44470999', '65100000', '65999999', NULL, 1652902773),
(58696, '3220', '367.00', '8', '10.001', '15', '40000000', '44470999', '65100000', '65999999', NULL, 1652902773),
(58697, '3298', '239.00', '10', '15.001', '20', '40000000', '44470999', '65100000', '65999999', NULL, 1652902774),
(58698, '3220', '508.00', '8', '15.001', '20', '40000000', '44470999', '65100000', '65999999', NULL, 1652902776),
(58699, '3298', '305.00', '10', '20.001', '25', '40000000', '44470999', '65100000', '65999999', NULL, 1652902777),
(58700, '3220', '649.00', '8', '20.001', '25', '40000000', '44470999', '65100000', '65999999', NULL, 1652902778),
(58701, '3298', '371.00', '10', '25.001', '30', '40000000', '44470999', '65100000', '65999999', NULL, 1652902779),
(58702, '3220', '789.00', '8', '25.001', '30', '40000000', '44470999', '65100000', '65999999', NULL, 1652902779),
(58703, '3298', '45.00', '8', '0.3', '5', '40000000', '44470999', '66000000', '66999999', NULL, 1652902780),
(58704, '3220', '137.00', '4', '0.3', '5', '40000000', '44470999', '66000000', '66999999', NULL, 1652902781),
(58705, '3298', '71.00', '8', '5.001', '10', '40000000', '44470999', '66000000', '66999999', NULL, 1652902782),
(58706, '3220', '214.00', '4', '5.001', '10', '40000000', '44470999', '66000000', '66999999', NULL, 1652902782),
(58707, '3298', '116.00', '8', '10.001', '15', '40000000', '44470999', '66000000', '66999999', NULL, 1652902783),
(58708, '3220', '346.00', '4', '10.001', '15', '40000000', '44470999', '66000000', '66999999', NULL, 1652902784),
(58709, '3298', '160.00', '8', '15.001', '20', '40000000', '44470999', '66000000', '66999999', NULL, 1652902784),
(58710, '3220', '479.00', '4', '15.001', '20', '40000000', '44470999', '66000000', '66999999', NULL, 1652902785),
(58711, '3298', '205.00', '8', '20.001', '25', '40000000', '44470999', '66000000', '66999999', NULL, 1652902785),
(58712, '3220', '612.00', '4', '20.001', '25', '40000000', '44470999', '66000000', '66999999', NULL, 1652902786),
(58713, '3298', '249.00', '8', '25.001', '30', '40000000', '44470999', '66000000', '66999999', NULL, 1652902786),
(58714, '3220', '744.00', '4', '25.001', '30', '40000000', '44470999', '66000000', '66999999', NULL, 1652902787),
(58715, '3298', '45.00', '8', '0.3', '5', '40000000', '44470999', '66000000', '67999999', NULL, 1652902788),
(58716, '3220', '137.00', '4', '0.3', '5', '40000000', '44470999', '66000000', '67999999', NULL, 1652902789),
(58717, '3298', '71.00', '8', '5.001', '10', '40000000', '44470999', '66000000', '67999999', NULL, 1652902789),
(58718, '3220', '214.00', '4', '5.001', '10', '40000000', '44470999', '66000000', '67999999', NULL, 1652902790),
(58719, '3298', '116.00', '8', '10.001', '15', '40000000', '44470999', '66000000', '67999999', NULL, 1652902790),
(58720, '3220', '346.00', '4', '10.001', '15', '40000000', '44470999', '66000000', '67999999', NULL, 1652902791),
(58721, '3298', '160.00', '8', '15.001', '20', '40000000', '44470999', '66000000', '67999999', NULL, 1652902793),
(58722, '3220', '479.00', '4', '15.001', '20', '40000000', '44470999', '66000000', '67999999', NULL, 1652902794),
(58723, '3298', '205.00', '8', '20.001', '25', '40000000', '44470999', '66000000', '67999999', NULL, 1652902794),
(58724, '3220', '612.00', '4', '20.001', '25', '40000000', '44470999', '66000000', '67999999', NULL, 1652902795),
(58725, '3298', '249.00', '8', '25.001', '30', '40000000', '44470999', '66000000', '67999999', NULL, 1652902795),
(58726, '3220', '744.00', '4', '25.001', '30', '40000000', '44470999', '66000000', '67999999', NULL, 1652902798),
(58727, '3298', '90.00', '11', '0.3', '5', '40000000', '44470999', '68000000', '68899999', NULL, 1652902799),
(58728, '3220', '183.00', '8', '0.3', '5', '40000000', '44470999', '68000000', '68899999', NULL, 1652902800),
(58729, '3298', '133.00', '11', '5.001', '10', '40000000', '44470999', '68000000', '68899999', NULL, 1652902803),
(58730, '3220', '266.00', '8', '5.001', '10', '40000000', '44470999', '68000000', '68899999', NULL, 1652902804),
(58731, '3298', '215.00', '11', '10.001', '15', '40000000', '44470999', '68000000', '68899999', NULL, 1652902804),
(58732, '3220', '430.00', '8', '10.001', '15', '40000000', '44470999', '68000000', '68899999', NULL, 1652902805),
(58733, '3298', '298.00', '11', '15.001', '20', '40000000', '44470999', '68000000', '68899999', NULL, 1652902806),
(58734, '3220', '595.00', '8', '15.001', '20', '40000000', '44470999', '68000000', '68899999', NULL, 1652902810),
(58735, '3298', '380.00', '11', '20.001', '25', '40000000', '44470999', '68000000', '68899999', NULL, 1652902815),
(58736, '3220', '760.00', '8', '20.001', '25', '40000000', '44470999', '68000000', '68899999', NULL, 1652902815),
(58737, '3298', '463.00', '11', '25.001', '30', '40000000', '44470999', '68000000', '68899999', NULL, 1652902816),
(58738, '3220', '925.00', '8', '25.001', '30', '40000000', '44470999', '68000000', '68899999', NULL, 1652902816),
(58739, '3298', '45.00', '19', '0.3', '5', '40000000', '44470999', '68900000', '68914999', NULL, 1652902816),
(58740, '3220', '137.00', '11', '0.3', '5', '40000000', '44470999', '68900000', '68914999', NULL, 1652902817),
(58741, '3298', '71.00', '19', '5.001', '10', '40000000', '44470999', '68900000', '68914999', NULL, 1652902817),
(58742, '3220', '214.00', '11', '5.001', '10', '40000000', '44470999', '68900000', '68914999', NULL, 1652902818),
(58743, '3298', '116.00', '19', '10.001', '15', '40000000', '44470999', '68900000', '68914999', NULL, 1652902819),
(58744, '3220', '346.00', '11', '10.001', '15', '40000000', '44470999', '68900000', '68914999', NULL, 1652902819),
(58745, '3298', '160.00', '19', '15.001', '20', '40000000', '44470999', '68900000', '68914999', NULL, 1652902819),
(58746, '3220', '479.00', '11', '15.001', '20', '40000000', '44470999', '68900000', '68914999', NULL, 1652902820),
(58747, '3298', '205.00', '19', '20.001', '25', '40000000', '44470999', '68900000', '68914999', NULL, 1652902820),
(58748, '3220', '612.00', '11', '20.001', '25', '40000000', '44470999', '68900000', '68914999', NULL, 1652902821),
(58749, '3298', '249.00', '19', '25.001', '30', '40000000', '44470999', '68900000', '68914999', NULL, 1652902821),
(58750, '3220', '744.00', '11', '25.001', '30', '40000000', '44470999', '68900000', '68914999', NULL, 1652902822),
(58751, '3298', '90.00', '21', '0.3', '5', '40000000', '44470999', '68915000', '68999999', NULL, 1652902822),
(58752, '3220', '183.00', '13', '0.3', '5', '40000000', '44470999', '68915000', '68999999', NULL, 1652902823),
(58753, '3298', '133.00', '21', '5.001', '10', '40000000', '44470999', '68915000', '68999999', NULL, 1652902823),
(58754, '3220', '266.00', '13', '5.001', '10', '40000000', '44470999', '68915000', '68999999', NULL, 1652902824),
(58755, '3298', '215.00', '21', '10.001', '15', '40000000', '44470999', '68915000', '68999999', NULL, 1652902833),
(58756, '3220', '430.00', '13', '10.001', '15', '40000000', '44470999', '68915000', '68999999', NULL, 1652902833),
(58757, '3298', '298.00', '21', '15.001', '20', '40000000', '44470999', '68915000', '68999999', NULL, 1652902834),
(58758, '3220', '595.00', '13', '15.001', '20', '40000000', '44470999', '68915000', '68999999', NULL, 1652902834),
(58759, '3298', '380.00', '21', '20.001', '25', '40000000', '44470999', '68915000', '68999999', NULL, 1652902840),
(58760, '3220', '760.00', '13', '20.001', '25', '40000000', '44470999', '68915000', '68999999', NULL, 1652902847),
(58761, '3298', '463.00', '21', '25.001', '30', '40000000', '44470999', '68915000', '68999999', NULL, 1652902848),
(58762, '3220', '925.00', '13', '25.001', '30', '40000000', '44470999', '68915000', '68999999', NULL, 1652902849),
(58763, '3298', '45.00', '21', '0.3', '5', '40000000', '44470999', '69000000', '69099999', NULL, 1652902850),
(58764, '3220', '137.00', '3', '0.3', '5', '40000000', '44470999', '69000000', '69099999', NULL, 1652902850),
(58765, '3298', '71.00', '21', '5.001', '10', '40000000', '44470999', '69000000', '69099999', NULL, 1652902850),
(58766, '3220', '214.00', '3', '5.001', '10', '40000000', '44470999', '69000000', '69099999', NULL, 1652902850),
(58767, '3298', '116.00', '21', '10.001', '15', '40000000', '44470999', '69000000', '69099999', NULL, 1652902851),
(58768, '3220', '346.00', '3', '10.001', '15', '40000000', '44470999', '69000000', '69099999', NULL, 1652902851),
(58769, '3298', '160.00', '21', '15.001', '20', '40000000', '44470999', '69000000', '69099999', NULL, 1652902852),
(58770, '3220', '479.00', '3', '15.001', '20', '40000000', '44470999', '69000000', '69099999', NULL, 1652902852),
(58771, '3298', '205.00', '21', '20.001', '25', '40000000', '44470999', '69000000', '69099999', NULL, 1652902853),
(58772, '3220', '612.00', '3', '20.001', '25', '40000000', '44470999', '69000000', '69099999', NULL, 1652902853),
(58773, '3298', '249.00', '21', '25.001', '30', '40000000', '44470999', '69000000', '69099999', NULL, 1652902854),
(58774, '3220', '744.00', '3', '25.001', '30', '40000000', '44470999', '69000000', '69099999', NULL, 1652902854),
(58775, '3298', '90.00', '28', '0.3', '5', '40000000', '44470999', '69100000', '69299999', NULL, 1652902855),
(58776, '3220', '183.00', '6', '0.3', '5', '40000000', '44470999', '69100000', '69299999', NULL, 1652902855),
(58777, '3298', '133.00', '28', '5.001', '10', '40000000', '44470999', '69100000', '69299999', NULL, 1652902856),
(58778, '3220', '266.00', '6', '5.001', '10', '40000000', '44470999', '69100000', '69299999', NULL, 1652902856),
(58779, '3298', '215.00', '28', '10.001', '15', '40000000', '44470999', '69100000', '69299999', NULL, 1652902857),
(58780, '3220', '430.00', '6', '10.001', '15', '40000000', '44470999', '69100000', '69299999', NULL, 1652902861),
(58781, '3298', '298.00', '28', '15.001', '20', '40000000', '44470999', '69100000', '69299999', NULL, 1652902862),
(58782, '3220', '595.00', '6', '15.001', '20', '40000000', '44470999', '69100000', '69299999', NULL, 1652902864),
(58783, '3298', '380.00', '28', '20.001', '25', '40000000', '44470999', '69100000', '69299999', NULL, 1652902864),
(58784, '3220', '760.00', '6', '20.001', '25', '40000000', '44470999', '69100000', '69299999', NULL, 1652902869),
(58785, '3298', '463.00', '28', '25.001', '30', '40000000', '44470999', '69100000', '69299999', NULL, 1652902870),
(58786, '3220', '925.00', '6', '25.001', '30', '40000000', '44470999', '69100000', '69299999', NULL, 1652902870),
(58787, '3298', '45.00', '21', '0.3', '5', '40000000', '44470999', '69300000', '69339999', NULL, 1652902871),
(58788, '3220', '137.00', '3', '0.3', '5', '40000000', '44470999', '69300000', '69339999', NULL, 1652902872),
(58789, '3298', '71.00', '21', '5.001', '10', '40000000', '44470999', '69300000', '69339999', NULL, 1652902872);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(58790, '3220', '214.00', '3', '5.001', '10', '40000000', '44470999', '69300000', '69339999', NULL, 1652902872),
(58791, '3298', '116.00', '21', '10.001', '15', '40000000', '44470999', '69300000', '69339999', NULL, 1652902873),
(58792, '3220', '346.00', '3', '10.001', '15', '40000000', '44470999', '69300000', '69339999', NULL, 1652902873),
(58793, '3298', '160.00', '21', '15.001', '20', '40000000', '44470999', '69300000', '69339999', NULL, 1652902874),
(58794, '3220', '479.00', '3', '15.001', '20', '40000000', '44470999', '69300000', '69339999', NULL, 1652902874),
(58795, '3298', '205.00', '21', '20.001', '25', '40000000', '44470999', '69300000', '69339999', NULL, 1652902875),
(58796, '3220', '612.00', '3', '20.001', '25', '40000000', '44470999', '69300000', '69339999', NULL, 1652902875),
(58797, '3298', '249.00', '21', '25.001', '30', '40000000', '44470999', '69300000', '69339999', NULL, 1652902875),
(58798, '3220', '744.00', '3', '25.001', '30', '40000000', '44470999', '69300000', '69339999', NULL, 1652902876),
(58799, '3298', '90.00', '28', '0.3', '5', '40000000', '44470999', '69340000', '69389999', NULL, 1652902876),
(58800, '3220', '183.00', '9', '0.3', '5', '40000000', '44470999', '69340000', '69389999', NULL, 1652902877),
(58801, '3298', '133.00', '28', '5.001', '10', '40000000', '44470999', '69340000', '69389999', NULL, 1652902877),
(58802, '3220', '266.00', '9', '5.001', '10', '40000000', '44470999', '69340000', '69389999', NULL, 1652902878),
(58803, '3298', '215.00', '28', '10.001', '15', '40000000', '44470999', '69340000', '69389999', NULL, 1652902878),
(58804, '3220', '430.00', '9', '10.001', '15', '40000000', '44470999', '69340000', '69389999', NULL, 1652902885),
(58805, '3298', '298.00', '28', '15.001', '20', '40000000', '44470999', '69340000', '69389999', NULL, 1652902886),
(58806, '3220', '595.00', '9', '15.001', '20', '40000000', '44470999', '69340000', '69389999', NULL, 1652902886),
(58807, '3298', '380.00', '28', '20.001', '25', '40000000', '44470999', '69340000', '69389999', NULL, 1652902887),
(58808, '3220', '760.00', '9', '20.001', '25', '40000000', '44470999', '69340000', '69389999', NULL, 1652902887),
(58809, '3298', '463.00', '28', '25.001', '30', '40000000', '44470999', '69340000', '69389999', NULL, 1652902888),
(58810, '3220', '925.00', '9', '25.001', '30', '40000000', '44470999', '69340000', '69389999', NULL, 1652902888),
(58811, '3298', '45.00', '9', '0.3', '5', '40000000', '44470999', '69900000', '69920999', NULL, 1652902889),
(58812, '3220', '137.00', '5', '0.3', '5', '40000000', '44470999', '69900000', '69920999', NULL, 1652902889),
(58813, '3298', '71.00', '9', '5.001', '10', '40000000', '44470999', '69900000', '69920999', NULL, 1652902889),
(58814, '3220', '214.00', '5', '5.001', '10', '40000000', '44470999', '69900000', '69920999', NULL, 1652902890),
(58815, '3298', '116.00', '9', '10.001', '15', '40000000', '44470999', '69900000', '69920999', NULL, 1652902890),
(58816, '3220', '346.00', '5', '10.001', '15', '40000000', '44470999', '69900000', '69920999', NULL, 1652902891),
(58817, '3298', '160.00', '9', '15.001', '20', '40000000', '44470999', '69900000', '69920999', NULL, 1652902891),
(58818, '3220', '479.00', '5', '15.001', '20', '40000000', '44470999', '69900000', '69920999', NULL, 1652902892),
(58819, '3298', '205.00', '9', '20.001', '25', '40000000', '44470999', '69900000', '69920999', NULL, 1652902893),
(58820, '3220', '612.00', '5', '20.001', '25', '40000000', '44470999', '69900000', '69920999', NULL, 1652902893),
(58821, '3298', '249.00', '9', '25.001', '30', '40000000', '44470999', '69900000', '69920999', NULL, 1652902894),
(58822, '3220', '744.00', '5', '25.001', '30', '40000000', '44470999', '69900000', '69920999', NULL, 1652902895),
(58823, '3298', '90.00', '14', '0.3', '5', '40000000', '44470999', '69921000', '69999999', NULL, 1652902895),
(58824, '3220', '183.00', '10', '0.3', '5', '40000000', '44470999', '69921000', '69999999', NULL, 1652902896),
(58825, '3298', '133.00', '14', '5.001', '10', '40000000', '44470999', '69921000', '69999999', NULL, 1652902896),
(58826, '3220', '266.00', '10', '5.001', '10', '40000000', '44470999', '69921000', '69999999', NULL, 1652902897),
(58827, '3298', '215.00', '14', '10.001', '15', '40000000', '44470999', '69921000', '69999999', NULL, 1652902897),
(58828, '3220', '430.00', '10', '10.001', '15', '40000000', '44470999', '69921000', '69999999', NULL, 1652902898),
(58829, '3298', '298.00', '14', '15.001', '20', '40000000', '44470999', '69921000', '69999999', NULL, 1652902899),
(58830, '3220', '595.00', '10', '15.001', '20', '40000000', '44470999', '69921000', '69999999', NULL, 1652902899),
(58831, '3298', '380.00', '14', '20.001', '25', '40000000', '44470999', '69921000', '69999999', NULL, 1652902900),
(58832, '3220', '760.00', '10', '20.001', '25', '40000000', '44470999', '69921000', '69999999', NULL, 1652902901),
(58833, '3298', '463.00', '14', '25.001', '30', '40000000', '44470999', '69921000', '69999999', NULL, 1652902901),
(58834, '3220', '925.00', '10', '25.001', '30', '40000000', '44470999', '69921000', '69999999', NULL, 1652902901),
(58835, '3298', '38.00', '5', '0.3', '5', '40000000', '44470999', '71000000', '73699999', NULL, 1652902902),
(58836, '3220', '113.00', '1', '0.3', '5', '40000000', '44470999', '71000000', '73699999', NULL, 1652902902),
(58837, '3298', '58.00', '5', '5.001', '10', '40000000', '44470999', '71000000', '73699999', NULL, 1652902903),
(58838, '3220', '176.00', '1', '5.001', '10', '40000000', '44470999', '71000000', '73699999', NULL, 1652902905),
(58839, '3298', '94.00', '5', '10.001', '15', '40000000', '44470999', '71000000', '73699999', NULL, 1652902906),
(58840, '3220', '286.00', '1', '10.001', '15', '40000000', '44470999', '71000000', '73699999', NULL, 1652902906),
(58841, '3298', '130.00', '5', '15.001', '20', '40000000', '44470999', '71000000', '73699999', NULL, 1652902907),
(58842, '3220', '396.00', '1', '15.001', '20', '40000000', '44470999', '71000000', '73699999', NULL, 1652902907),
(58843, '3298', '166.00', '5', '20.001', '25', '40000000', '44470999', '71000000', '73699999', NULL, 1652902908),
(58844, '3220', '505.00', '1', '20.001', '25', '40000000', '44470999', '71000000', '73699999', NULL, 1652902909),
(58845, '3298', '202.00', '5', '25.001', '30', '40000000', '44470999', '71000000', '73699999', NULL, 1652902909),
(58846, '3220', '615.00', '1', '25.001', '30', '40000000', '44470999', '71000000', '73699999', NULL, 1652902910),
(58847, '3298', '38.00', '7', '0.3', '5', '40000000', '44470999', '72800000', '73999999', NULL, 1652902910),
(58848, '3220', '113.00', '3', '0.3', '5', '40000000', '44470999', '72800000', '73999999', NULL, 1652902911),
(58849, '3298', '58.00', '7', '5.001', '10', '40000000', '44470999', '72800000', '73999999', NULL, 1652902911),
(58850, '3220', '176.00', '3', '5.001', '10', '40000000', '44470999', '72800000', '73999999', NULL, 1652902911),
(58851, '3298', '94.00', '7', '10.001', '15', '40000000', '44470999', '72800000', '73999999', NULL, 1652902912),
(58852, '3220', '286.00', '3', '10.001', '15', '40000000', '44470999', '72800000', '73999999', NULL, 1652902913),
(58853, '3298', '130.00', '7', '15.001', '20', '40000000', '44470999', '72800000', '73999999', NULL, 1652902919),
(58854, '3220', '396.00', '3', '15.001', '20', '40000000', '44470999', '72800000', '73999999', NULL, 1652902920),
(58855, '3298', '166.00', '7', '20.001', '25', '40000000', '44470999', '72800000', '73999999', NULL, 1652902920),
(58856, '3220', '505.00', '3', '20.001', '25', '40000000', '44470999', '72800000', '73999999', NULL, 1652902923),
(58857, '3298', '202.00', '7', '25.001', '30', '40000000', '44470999', '72800000', '73999999', NULL, 1652902923),
(58858, '3220', '615.00', '3', '25.001', '30', '40000000', '44470999', '72800000', '73999999', NULL, 1652902924),
(58859, '3298', '45.00', '6', '0.3', '5', '40000000', '44470999', '74000000', '74894999', NULL, 1652902925),
(58860, '3220', '137.00', '2', '0.3', '5', '40000000', '44470999', '74000000', '74894999', NULL, 1652902925),
(58861, '3298', '71.00', '6', '5.001', '10', '40000000', '44470999', '74000000', '74894999', NULL, 1652902926),
(58862, '3220', '214.00', '2', '5.001', '10', '40000000', '44470999', '74000000', '74894999', NULL, 1652902931),
(58863, '3298', '116.00', '6', '10.001', '15', '40000000', '44470999', '74000000', '74894999', NULL, 1652902931),
(58864, '3220', '346.00', '2', '10.001', '15', '40000000', '44470999', '74000000', '74894999', NULL, 1652902932),
(58865, '3298', '160.00', '6', '15.001', '20', '40000000', '44470999', '74000000', '74894999', NULL, 1652902933),
(58866, '3220', '479.00', '2', '15.001', '20', '40000000', '44470999', '74000000', '74894999', NULL, 1652902933),
(58867, '3298', '205.00', '6', '20.001', '25', '40000000', '44470999', '74000000', '74894999', NULL, 1652902934),
(58868, '3220', '612.00', '2', '20.001', '25', '40000000', '44470999', '74000000', '74894999', NULL, 1652902934),
(58869, '3298', '249.00', '6', '25.001', '30', '40000000', '44470999', '74000000', '74894999', NULL, 1652902934),
(58870, '3220', '744.00', '2', '25.001', '30', '40000000', '44470999', '74000000', '74894999', NULL, 1652902935),
(58871, '3298', '45.00', '6', '0.3', '5', '40000000', '44470999', '74895000', '76799999', NULL, 1652902935),
(58872, '3220', '137.00', '2', '0.3', '5', '40000000', '44470999', '74895000', '76799999', NULL, 1652902936),
(58873, '3298', '71.00', '6', '5.001', '10', '40000000', '44470999', '74895000', '76799999', NULL, 1652902937),
(58874, '3220', '214.00', '2', '5.001', '10', '40000000', '44470999', '74895000', '76799999', NULL, 1652902937),
(58875, '3298', '116.00', '6', '10.001', '15', '40000000', '44470999', '74895000', '76799999', NULL, 1652902937),
(58876, '3220', '346.00', '2', '10.001', '15', '40000000', '44470999', '74895000', '76799999', NULL, 1652902939),
(58877, '3298', '160.00', '6', '15.001', '20', '40000000', '44470999', '74895000', '76799999', NULL, 1652902940),
(58878, '3220', '479.00', '2', '15.001', '20', '40000000', '44470999', '74895000', '76799999', NULL, 1652902941),
(58879, '3298', '205.00', '6', '20.001', '25', '40000000', '44470999', '74895000', '76799999', NULL, 1652902942),
(58880, '3220', '612.00', '2', '20.001', '25', '40000000', '44470999', '74895000', '76799999', NULL, 1652902943),
(58881, '3298', '249.00', '6', '25.001', '30', '40000000', '44470999', '74895000', '76799999', NULL, 1652902943),
(58882, '3220', '744.00', '2', '25.001', '30', '40000000', '44470999', '74895000', '76799999', NULL, 1652902944),
(58883, '3298', '45.00', '8', '0.3', '5', '40000000', '44470999', '77000000', '77270999', NULL, 1652902945),
(58884, '3220', '137.00', '2', '0.3', '5', '40000000', '44470999', '77000000', '77270999', NULL, 1652902945),
(58885, '3298', '71.00', '8', '5.001', '10', '40000000', '44470999', '77000000', '77270999', NULL, 1652902947),
(58886, '3220', '214.00', '2', '5.001', '10', '40000000', '44470999', '77000000', '77270999', NULL, 1652902947),
(58887, '3298', '116.00', '8', '10.001', '15', '40000000', '44470999', '77000000', '77270999', NULL, 1652902948),
(58888, '3220', '346.00', '2', '10.001', '15', '40000000', '44470999', '77000000', '77270999', NULL, 1652902952),
(58889, '3298', '160.00', '8', '15.001', '20', '40000000', '44470999', '77000000', '77270999', NULL, 1652902953),
(58890, '3220', '479.00', '2', '15.001', '20', '40000000', '44470999', '77000000', '77270999', NULL, 1652902953),
(58891, '3298', '205.00', '8', '20.001', '25', '40000000', '44470999', '77000000', '77270999', NULL, 1652902954),
(58892, '3220', '612.00', '2', '20.001', '25', '40000000', '44470999', '77000000', '77270999', NULL, 1652902954),
(58893, '3298', '249.00', '8', '25.001', '30', '40000000', '44470999', '77000000', '77270999', NULL, 1652902954),
(58894, '3220', '744.00', '2', '25.001', '30', '40000000', '44470999', '77000000', '77270999', NULL, 1652902958),
(58895, '3298', '90.00', '8', '0.3', '5', '40000000', '44470999', '77300000', '77995999', NULL, 1652902958),
(58896, '3220', '183.00', '3', '0.3', '5', '40000000', '44470999', '77300000', '77995999', NULL, 1652902959),
(58897, '3298', '133.00', '8', '5.001', '10', '40000000', '44470999', '77300000', '77995999', NULL, 1652902959),
(58898, '3220', '266.00', '3', '5.001', '10', '40000000', '44470999', '77300000', '77995999', NULL, 1652902960),
(58899, '3298', '215.00', '8', '10.001', '15', '40000000', '44470999', '77300000', '77995999', NULL, 1652902961),
(58900, '3220', '430.00', '3', '10.001', '15', '40000000', '44470999', '77300000', '77995999', NULL, 1652902961),
(58901, '3298', '298.00', '8', '15.001', '20', '40000000', '44470999', '77300000', '77995999', NULL, 1652902962),
(58902, '3220', '595.00', '3', '15.001', '20', '40000000', '44470999', '77300000', '77995999', NULL, 1652902962),
(58903, '3298', '380.00', '8', '20.001', '25', '40000000', '44470999', '77300000', '77995999', NULL, 1652902966),
(58904, '3220', '760.00', '3', '20.001', '25', '40000000', '44470999', '77300000', '77995999', NULL, 1652902967),
(58905, '3298', '463.00', '8', '25.001', '30', '40000000', '44470999', '77300000', '77995999', NULL, 1652902967),
(58906, '3220', '925.00', '3', '25.001', '30', '40000000', '44470999', '77300000', '77995999', NULL, 1652902968),
(58907, '3298', '45.00', '9', '0.3', '5', '40000000', '44470999', '78000000', '78109999', NULL, 1652902968),
(58908, '3220', '137.00', '5', '0.3', '5', '40000000', '44470999', '78000000', '78109999', NULL, 1652902969),
(58909, '3298', '71.00', '9', '5.001', '10', '40000000', '44470999', '78000000', '78109999', NULL, 1652902969),
(58910, '3220', '214.00', '5', '5.001', '10', '40000000', '44470999', '78000000', '78109999', NULL, 1652902970),
(58911, '3298', '116.00', '9', '10.001', '15', '40000000', '44470999', '78000000', '78109999', NULL, 1652902970),
(58912, '3220', '346.00', '5', '10.001', '15', '40000000', '44470999', '78000000', '78109999', NULL, 1652902971),
(58913, '3298', '160.00', '9', '15.001', '20', '40000000', '44470999', '78000000', '78109999', NULL, 1652902971),
(58914, '3220', '479.00', '5', '15.001', '20', '40000000', '44470999', '78000000', '78109999', NULL, 1652902971),
(58915, '3298', '205.00', '9', '20.001', '25', '40000000', '44470999', '78000000', '78109999', NULL, 1652902972),
(58916, '3220', '612.00', '5', '20.001', '25', '40000000', '44470999', '78000000', '78109999', NULL, 1652902973),
(58917, '3298', '249.00', '9', '25.001', '30', '40000000', '44470999', '78000000', '78109999', NULL, 1652902973),
(58918, '3220', '744.00', '5', '25.001', '30', '40000000', '44470999', '78000000', '78109999', NULL, 1652902976),
(58919, '3298', '90.00', '10', '0.3', '5', '40000000', '44470999', '78110000', '78899999', NULL, 1652902976),
(58920, '3220', '183.00', '6', '0.3', '5', '40000000', '44470999', '78110000', '78899999', NULL, 1652902977),
(58921, '3298', '133.00', '10', '5.001', '10', '40000000', '44470999', '78110000', '78899999', NULL, 1652902980),
(58922, '3220', '266.00', '6', '5.001', '10', '40000000', '44470999', '78110000', '78899999', NULL, 1652902981),
(58923, '3298', '215.00', '10', '10.001', '15', '40000000', '44470999', '78110000', '78899999', NULL, 1652902981),
(58924, '3220', '430.00', '6', '10.001', '15', '40000000', '44470999', '78110000', '78899999', NULL, 1652902982),
(58925, '3298', '298.00', '10', '15.001', '20', '40000000', '44470999', '78110000', '78899999', NULL, 1652902982),
(58926, '3220', '595.00', '6', '15.001', '20', '40000000', '44470999', '78110000', '78899999', NULL, 1652902983),
(58927, '3298', '380.00', '10', '20.001', '25', '40000000', '44470999', '78110000', '78899999', NULL, 1652902983),
(58928, '3220', '760.00', '6', '20.001', '25', '40000000', '44470999', '78110000', '78899999', NULL, 1652902984),
(58929, '3298', '463.00', '10', '25.001', '30', '40000000', '44470999', '78110000', '78899999', NULL, 1652902984),
(58930, '3220', '925.00', '6', '25.001', '30', '40000000', '44470999', '78110000', '78899999', NULL, 1652902985),
(58931, '3298', '90.00', '10', '0.3', '5', '40000000', '44470999', '78900000', '78930999', NULL, 1652902986),
(58932, '3220', '183.00', '6', '0.3', '5', '40000000', '44470999', '78900000', '78930999', NULL, 1652902987),
(58933, '3298', '133.00', '10', '5.001', '10', '40000000', '44470999', '78900000', '78930999', NULL, 1652902987),
(58934, '3220', '266.00', '6', '5.001', '10', '40000000', '44470999', '78900000', '78930999', NULL, 1652902989),
(58935, '3298', '215.00', '10', '10.001', '15', '40000000', '44470999', '78900000', '78930999', NULL, 1652902989),
(58936, '3220', '430.00', '6', '10.001', '15', '40000000', '44470999', '78900000', '78930999', NULL, 1652902990),
(58937, '3298', '298.00', '10', '15.001', '20', '40000000', '44470999', '78900000', '78930999', NULL, 1652902991),
(58938, '3220', '595.00', '6', '15.001', '20', '40000000', '44470999', '78900000', '78930999', NULL, 1652902991),
(58939, '3298', '380.00', '10', '20.001', '25', '40000000', '44470999', '78900000', '78930999', NULL, 1652902994),
(58940, '3220', '760.00', '6', '20.001', '25', '40000000', '44470999', '78900000', '78930999', NULL, 1652902995),
(58941, '3298', '463.00', '10', '25.001', '30', '40000000', '44470999', '78900000', '78930999', NULL, 1652902995),
(58942, '3220', '925.00', '6', '25.001', '30', '40000000', '44470999', '78900000', '78930999', NULL, 1652902996),
(58943, '3298', '90.00', '10', '0.3', '5', '40000000', '44470999', '78931000', '78999999', NULL, 1652902996),
(58944, '3220', '183.00', '6', '0.3', '5', '40000000', '44470999', '78931000', '78999999', NULL, 1652902997),
(58945, '3298', '133.00', '10', '5.001', '10', '40000000', '44470999', '78931000', '78999999', NULL, 1652902997),
(58946, '3220', '266.00', '6', '5.001', '10', '40000000', '44470999', '78931000', '78999999', NULL, 1652902997),
(58947, '3298', '215.00', '10', '10.001', '15', '40000000', '44470999', '78931000', '78999999', NULL, 1652902998),
(58948, '3220', '430.00', '6', '10.001', '15', '40000000', '44470999', '78931000', '78999999', NULL, 1652902998),
(58949, '3298', '298.00', '10', '15.001', '20', '40000000', '44470999', '78931000', '78999999', NULL, 1652902998),
(58950, '3220', '595.00', '6', '15.001', '20', '40000000', '44470999', '78931000', '78999999', NULL, 1652902999),
(58951, '3298', '380.00', '10', '20.001', '25', '40000000', '44470999', '78931000', '78999999', NULL, 1652902999),
(58952, '3220', '760.00', '6', '20.001', '25', '40000000', '44470999', '78931000', '78999999', NULL, 1652903003),
(58953, '3298', '463.00', '10', '25.001', '30', '40000000', '44470999', '78931000', '78999999', NULL, 1652903003),
(58954, '3220', '925.00', '6', '25.001', '30', '40000000', '44470999', '78931000', '78999999', NULL, 1652903003),
(58955, '3298', '45.00', '6', '0.3', '5', '40000000', '44470999', '79000000', '79129999', NULL, 1652903004),
(58956, '3220', '137.00', '2', '0.3', '5', '40000000', '44470999', '79000000', '79129999', NULL, 1652903004),
(58957, '3298', '71.00', '6', '5.001', '10', '40000000', '44470999', '79000000', '79129999', NULL, 1652903005),
(58958, '3220', '214.00', '2', '5.001', '10', '40000000', '44470999', '79000000', '79129999', NULL, 1652903006),
(58959, '3298', '116.00', '6', '10.001', '15', '40000000', '44470999', '79000000', '79129999', NULL, 1652903006),
(58960, '3220', '346.00', '2', '10.001', '15', '40000000', '44470999', '79000000', '79129999', NULL, 1652903007),
(58961, '3298', '160.00', '6', '15.001', '20', '40000000', '44470999', '79000000', '79129999', NULL, 1652903007),
(58962, '3220', '479.00', '2', '15.001', '20', '40000000', '44470999', '79000000', '79129999', NULL, 1652903009),
(58963, '3298', '205.00', '6', '20.001', '25', '40000000', '44470999', '79000000', '79129999', NULL, 1652903010),
(58964, '3220', '612.00', '2', '20.001', '25', '40000000', '44470999', '79000000', '79129999', NULL, 1652903010),
(58965, '3298', '249.00', '6', '25.001', '30', '40000000', '44470999', '79000000', '79129999', NULL, 1652903011),
(58966, '3220', '744.00', '2', '25.001', '30', '40000000', '44470999', '79000000', '79129999', NULL, 1652903011),
(58967, '3298', '90.00', '10', '0.3', '5', '40000000', '44470999', '79130000', '79999999', NULL, 1652903012),
(58968, '3220', '183.00', '6', '0.3', '5', '40000000', '44470999', '79130000', '79999999', NULL, 1652903012),
(58969, '3298', '133.00', '10', '5.001', '10', '40000000', '44470999', '79130000', '79999999', NULL, 1652903013),
(58970, '3220', '266.00', '6', '5.001', '10', '40000000', '44470999', '79130000', '79999999', NULL, 1652903013),
(58971, '3298', '215.00', '10', '10.001', '15', '40000000', '44470999', '79130000', '79999999', NULL, 1652903014),
(58972, '3220', '430.00', '6', '10.001', '15', '40000000', '44470999', '79130000', '79999999', NULL, 1652903014),
(58973, '3298', '298.00', '10', '15.001', '20', '40000000', '44470999', '79130000', '79999999', NULL, 1652903015),
(58974, '3220', '595.00', '6', '15.001', '20', '40000000', '44470999', '79130000', '79999999', NULL, 1652903015),
(58975, '3298', '380.00', '10', '20.001', '25', '40000000', '44470999', '79130000', '79999999', NULL, 1652903015),
(58976, '3220', '760.00', '6', '20.001', '25', '40000000', '44470999', '79130000', '79999999', NULL, 1652903018),
(58977, '3298', '463.00', '10', '25.001', '30', '40000000', '44470999', '79130000', '79999999', NULL, 1652903018),
(58978, '3220', '925.00', '6', '25.001', '30', '40000000', '44470999', '79130000', '79999999', NULL, 1652903018),
(58979, '3298', '45.00', '6', '0.3', '5', '40000000', '44470999', '80000000', '82999999', NULL, 1652903019),
(58980, '3220', '137.00', '2', '0.3', '5', '40000000', '44470999', '80000000', '82999999', NULL, 1652903019),
(58981, '3298', '71.00', '6', '5.001', '10', '40000000', '44470999', '80000000', '82999999', NULL, 1652903019),
(58982, '3220', '214.00', '2', '5.001', '10', '40000000', '44470999', '80000000', '82999999', NULL, 1652903020),
(58983, '3298', '116.00', '6', '10.001', '15', '40000000', '44470999', '80000000', '82999999', NULL, 1652903020),
(58984, '3220', '346.00', '2', '10.001', '15', '40000000', '44470999', '80000000', '82999999', NULL, 1652903021),
(58985, '3298', '160.00', '6', '15.001', '20', '40000000', '44470999', '80000000', '82999999', NULL, 1652903021),
(58986, '3220', '479.00', '2', '15.001', '20', '40000000', '44470999', '80000000', '82999999', NULL, 1652903022),
(58987, '3298', '205.00', '6', '20.001', '25', '40000000', '44470999', '80000000', '82999999', NULL, 1652903022),
(58988, '3220', '612.00', '2', '20.001', '25', '40000000', '44470999', '80000000', '82999999', NULL, 1652903023),
(58989, '3298', '249.00', '6', '25.001', '30', '40000000', '44470999', '80000000', '82999999', NULL, 1652903023),
(58990, '3220', '744.00', '2', '25.001', '30', '40000000', '44470999', '80000000', '82999999', NULL, 1652903024),
(58991, '3298', '45.00', '6', '0.3', '5', '40000000', '44470999', '80000000', '83800999', NULL, 1652903026),
(58992, '3220', '137.00', '2', '0.3', '5', '40000000', '44470999', '80000000', '83800999', NULL, 1652903027),
(58993, '3298', '71.00', '6', '5.001', '10', '40000000', '44470999', '80000000', '83800999', NULL, 1652903027),
(58994, '3220', '214.00', '2', '5.001', '10', '40000000', '44470999', '80000000', '83800999', NULL, 1652903028),
(58995, '3298', '116.00', '6', '10.001', '15', '40000000', '44470999', '80000000', '83800999', NULL, 1652903029),
(58996, '3220', '346.00', '2', '10.001', '15', '40000000', '44470999', '80000000', '83800999', NULL, 1652903029),
(58997, '3298', '160.00', '6', '15.001', '20', '40000000', '44470999', '80000000', '83800999', NULL, 1652903030),
(58998, '3220', '479.00', '2', '15.001', '20', '40000000', '44470999', '80000000', '83800999', NULL, 1652903031),
(58999, '3298', '205.00', '6', '20.001', '25', '40000000', '44470999', '80000000', '83800999', NULL, 1652903031),
(59000, '3220', '612.00', '2', '20.001', '25', '40000000', '44470999', '80000000', '83800999', NULL, 1652903032),
(59001, '3298', '249.00', '6', '25.001', '30', '40000000', '44470999', '80000000', '83800999', NULL, 1652903032),
(59002, '3220', '744.00', '2', '25.001', '30', '40000000', '44470999', '80000000', '83800999', NULL, 1652903033),
(59003, '3298', '90.00', '9', '0.3', '5', '40000000', '44470999', '83801000', '87999999', NULL, 1652903033),
(59004, '3220', '183.00', '4', '0.3', '5', '40000000', '44470999', '83801000', '87999999', NULL, 1652903034),
(59005, '3298', '133.00', '9', '5.001', '10', '40000000', '44470999', '83801000', '87999999', NULL, 1652903034),
(59006, '3220', '266.00', '4', '5.001', '10', '40000000', '44470999', '83801000', '87999999', NULL, 1652903035),
(59007, '3298', '215.00', '9', '10.001', '15', '40000000', '44470999', '83801000', '87999999', NULL, 1652903036),
(59008, '3220', '430.00', '4', '10.001', '15', '40000000', '44470999', '83801000', '87999999', NULL, 1652903036),
(59009, '3298', '298.00', '9', '15.001', '20', '40000000', '44470999', '83801000', '87999999', NULL, 1652903037),
(59010, '3220', '595.00', '4', '15.001', '20', '40000000', '44470999', '83801000', '87999999', NULL, 1652903038),
(59011, '3298', '380.00', '9', '20.001', '25', '40000000', '44470999', '83801000', '87999999', NULL, 1652903038),
(59012, '3220', '760.00', '4', '20.001', '25', '40000000', '44470999', '83801000', '87999999', NULL, 1652903039),
(59013, '3298', '463.00', '9', '25.001', '30', '40000000', '44470999', '83801000', '87999999', NULL, 1652903039),
(59014, '3220', '925.00', '4', '25.001', '30', '40000000', '44470999', '83801000', '87999999', NULL, 1652903040),
(59015, '3298', '45.00', '7', '0.3', '5', '40000000', '44470999', '88000000', '82999999', NULL, 1652903040),
(59016, '3220', '137.00', '2', '0.3', '5', '40000000', '44470999', '88000000', '82999999', NULL, 1652903041),
(59017, '3298', '71.00', '7', '5.001', '10', '40000000', '44470999', '88000000', '82999999', NULL, 1652903042),
(59018, '3220', '214.00', '2', '5.001', '10', '40000000', '44470999', '88000000', '82999999', NULL, 1652903042),
(59019, '3298', '116.00', '7', '10.001', '15', '40000000', '44470999', '88000000', '82999999', NULL, 1652903043),
(59020, '3220', '346.00', '2', '10.001', '15', '40000000', '44470999', '88000000', '82999999', NULL, 1652903043),
(59021, '3298', '160.00', '7', '15.001', '20', '40000000', '44470999', '88000000', '82999999', NULL, 1652903044),
(59022, '3220', '479.00', '2', '15.001', '20', '40000000', '44470999', '88000000', '82999999', NULL, 1652903044),
(59023, '3298', '205.00', '7', '20.001', '25', '40000000', '44470999', '88000000', '82999999', NULL, 1652903045),
(59024, '3220', '612.00', '2', '20.001', '25', '40000000', '44470999', '88000000', '82999999', NULL, 1652903045),
(59025, '3298', '249.00', '7', '25.001', '30', '40000000', '44470999', '88000000', '82999999', NULL, 1652903046),
(59026, '3220', '744.00', '2', '25.001', '30', '40000000', '44470999', '88000000', '82999999', NULL, 1652903047),
(59027, '3298', '45.00', '7', '0.3', '5', '40000000', '44470999', '88000000', '88469999', NULL, 1652903050),
(59028, '3220', '137.00', '2', '0.3', '5', '40000000', '44470999', '88000000', '88469999', NULL, 1652903051),
(59029, '3298', '71.00', '7', '5.001', '10', '40000000', '44470999', '88000000', '88469999', NULL, 1652903052),
(59030, '3220', '214.00', '2', '5.001', '10', '40000000', '44470999', '88000000', '88469999', NULL, 1652903052),
(59031, '3298', '116.00', '7', '10.001', '15', '40000000', '44470999', '88000000', '88469999', NULL, 1652903053),
(59032, '3220', '346.00', '2', '10.001', '15', '40000000', '44470999', '88000000', '88469999', NULL, 1652903053),
(59033, '3298', '160.00', '7', '15.001', '20', '40000000', '44470999', '88000000', '88469999', NULL, 1652903054),
(59034, '3220', '479.00', '2', '15.001', '20', '40000000', '44470999', '88000000', '88469999', NULL, 1652903054),
(59035, '3298', '205.00', '7', '20.001', '25', '40000000', '44470999', '88000000', '88469999', NULL, 1652903055),
(59036, '3220', '612.00', '2', '20.001', '25', '40000000', '44470999', '88000000', '88469999', NULL, 1652903055),
(59037, '3298', '249.00', '7', '25.001', '30', '40000000', '44470999', '88000000', '88469999', NULL, 1652903056),
(59038, '3220', '744.00', '2', '25.001', '30', '40000000', '44470999', '88000000', '88469999', NULL, 1652903057),
(59039, '3298', '78.00', '7', '0.3', '5', '40000000', '44470999', '88470000', '89999999', NULL, 1652903057),
(59040, '3220', '154.00', '2', '0.3', '5', '40000000', '44470999', '88470000', '89999999', NULL, 1652903057),
(59041, '3298', '114.00', '7', '5.001', '10', '40000000', '44470999', '88470000', '89999999', NULL, 1652903058),
(59042, '3220', '223.00', '2', '5.001', '10', '40000000', '44470999', '88470000', '89999999', NULL, 1652903059),
(59043, '3298', '185.00', '7', '10.001', '15', '40000000', '44470999', '88470000', '89999999', NULL, 1652903059),
(59044, '3220', '361.00', '2', '10.001', '15', '40000000', '44470999', '88470000', '89999999', NULL, 1652903059),
(59045, '3298', '256.00', '7', '15.001', '20', '40000000', '44470999', '88470000', '89999999', NULL, 1652903060),
(59046, '3220', '500.00', '2', '15.001', '20', '40000000', '44470999', '88470000', '89999999', NULL, 1652903060),
(59047, '3298', '327.00', '7', '20.001', '25', '40000000', '44470999', '88470000', '89999999', NULL, 1652903061),
(59048, '3220', '638.00', '2', '20.001', '25', '40000000', '44470999', '88470000', '89999999', NULL, 1652903062),
(59049, '3298', '398.00', '7', '25.001', '30', '40000000', '44470999', '88470000', '89999999', NULL, 1652903062),
(59050, '3220', '777.00', '2', '25.001', '30', '40000000', '44470999', '88470000', '89999999', NULL, 1652903063),
(59051, '3298', '45.00', '7', '0.3', '5', '40000000', '44470999', '90000000', '91999999', NULL, 1652903063),
(59052, '3220', '137.00', '2', '0.3', '5', '40000000', '44470999', '90000000', '91999999', NULL, 1652903064),
(59053, '3298', '71.00', '7', '5.001', '10', '40000000', '44470999', '90000000', '91999999', NULL, 1652903064),
(59054, '3220', '214.00', '2', '5.001', '10', '40000000', '44470999', '90000000', '91999999', NULL, 1652903065),
(59055, '3298', '116.00', '7', '10.001', '15', '40000000', '44470999', '90000000', '91999999', NULL, 1652903065),
(59056, '3220', '346.00', '2', '10.001', '15', '40000000', '44470999', '90000000', '91999999', NULL, 1652903065),
(59057, '3298', '160.00', '7', '15.001', '20', '40000000', '44470999', '90000000', '91999999', NULL, 1652903066),
(59058, '3220', '479.00', '2', '15.001', '20', '40000000', '44470999', '90000000', '91999999', NULL, 1652903066),
(59059, '3298', '205.00', '7', '20.001', '25', '40000000', '44470999', '90000000', '91999999', NULL, 1652903067),
(59060, '3220', '612.00', '2', '20.001', '25', '40000000', '44470999', '90000000', '91999999', NULL, 1652903067),
(59061, '3298', '249.00', '7', '25.001', '30', '40000000', '44470999', '90000000', '91999999', NULL, 1652903068),
(59062, '3220', '744.00', '2', '25.001', '30', '40000000', '44470999', '90000000', '91999999', NULL, 1652903068),
(59063, '3298', '45.00', '7', '0.3', '5', '40000000', '44470999', '90000000', '94900999', NULL, 1652903069),
(59064, '3220', '137.00', '2', '0.3', '5', '40000000', '44470999', '90000000', '94900999', NULL, 1652903069),
(59065, '3298', '71.00', '7', '5.001', '10', '40000000', '44470999', '90000000', '94900999', NULL, 1652903070),
(59066, '3220', '214.00', '2', '5.001', '10', '40000000', '44470999', '90000000', '94900999', NULL, 1652903070),
(59067, '3298', '116.00', '7', '10.001', '15', '40000000', '44470999', '90000000', '94900999', NULL, 1652903071),
(59068, '3220', '346.00', '2', '10.001', '15', '40000000', '44470999', '90000000', '94900999', NULL, 1652903071),
(59069, '3298', '160.00', '7', '15.001', '20', '40000000', '44470999', '90000000', '94900999', NULL, 1652903072),
(59070, '3220', '479.00', '2', '15.001', '20', '40000000', '44470999', '90000000', '94900999', NULL, 1652903072),
(59071, '3298', '205.00', '7', '20.001', '25', '40000000', '44470999', '90000000', '94900999', NULL, 1652903073),
(59072, '3220', '612.00', '2', '20.001', '25', '40000000', '44470999', '90000000', '94900999', NULL, 1652903074),
(59073, '3298', '249.00', '7', '25.001', '30', '40000000', '44470999', '90000000', '94900999', NULL, 1652903074),
(59074, '3220', '744.00', '2', '25.001', '30', '40000000', '44470999', '90000000', '94900999', NULL, 1652903075),
(59075, '3298', '90.00', '11', '0.3', '5', '40000000', '44470999', '94901000', '99999999', NULL, 1652903075),
(59076, '3220', '183.00', '6', '0.3', '5', '40000000', '44470999', '94901000', '99999999', NULL, 1652903076),
(59077, '3298', '133.00', '11', '5.001', '10', '40000000', '44470999', '94901000', '99999999', NULL, 1652903076),
(59078, '3220', '266.00', '6', '5.001', '10', '40000000', '44470999', '94901000', '99999999', NULL, 1652903076),
(59079, '3298', '215.00', '11', '10.001', '15', '40000000', '44470999', '94901000', '99999999', NULL, 1652903077),
(59080, '3220', '430.00', '6', '10.001', '15', '40000000', '44470999', '94901000', '99999999', NULL, 1652903077),
(59081, '3298', '298.00', '11', '15.001', '20', '40000000', '44470999', '94901000', '99999999', NULL, 1652903079),
(59082, '3220', '595.00', '6', '15.001', '20', '40000000', '44470999', '94901000', '99999999', NULL, 1652903079),
(59083, '3298', '380.00', '11', '20.001', '25', '40000000', '44470999', '94901000', '99999999', NULL, 1652903079),
(59084, '3220', '760.00', '6', '20.001', '25', '40000000', '44470999', '94901000', '99999999', NULL, 1652903080),
(59085, '3298', '463.00', '11', '25.001', '30', '40000000', '44470999', '94901000', '99999999', NULL, 1652903080),
(59086, '3220', '925.00', '6', '25.001', '30', '40000000', '44470999', '94901000', '99999999', NULL, 1652903081),
(59087, '3298', '78.00', '7', '0.3', '5', '44471000', '48999999', '01000000', '08499999', NULL, 1652903081),
(59088, '3220', '154.00', '3', '0.3', '5', '44471000', '48999999', '01000000', '08499999', NULL, 1652903082),
(59089, '3298', '114.00', '7', '5.001', '10', '44471000', '48999999', '01000000', '08499999', NULL, 1652903082),
(59090, '3220', '223.00', '3', '5.001', '10', '44471000', '48999999', '01000000', '08499999', NULL, 1652903083),
(59091, '3298', '185.00', '7', '10.001', '15', '44471000', '48999999', '01000000', '08499999', NULL, 1652903083),
(59092, '3220', '361.00', '3', '10.001', '15', '44471000', '48999999', '01000000', '08499999', NULL, 1652903084),
(59093, '3298', '256.00', '7', '15.001', '20', '44471000', '48999999', '01000000', '08499999', NULL, 1652903084),
(59094, '3220', '500.00', '3', '15.001', '20', '44471000', '48999999', '01000000', '08499999', NULL, 1652903085),
(59095, '3298', '327.00', '7', '20.001', '25', '44471000', '48999999', '01000000', '08499999', NULL, 1652903085),
(59096, '3220', '638.00', '3', '20.001', '25', '44471000', '48999999', '01000000', '08499999', NULL, 1652903086),
(59097, '3298', '398.00', '7', '25.001', '30', '44471000', '48999999', '01000000', '08499999', NULL, 1652903086),
(59098, '3220', '777.00', '3', '25.001', '30', '44471000', '48999999', '01000000', '08499999', NULL, 1652903087),
(59099, '3298', '78.00', '7', '0.3', '5', '44471000', '48999999', '06000000', '09999999', NULL, 1652903087),
(59100, '3220', '154.00', '3', '0.3', '5', '44471000', '48999999', '06000000', '09999999', NULL, 1652903088),
(59101, '3298', '114.00', '7', '5.001', '10', '44471000', '48999999', '06000000', '09999999', NULL, 1652903089),
(59102, '3220', '223.00', '3', '5.001', '10', '44471000', '48999999', '06000000', '09999999', NULL, 1652903089),
(59103, '3298', '185.00', '7', '10.001', '15', '44471000', '48999999', '06000000', '09999999', NULL, 1652903090),
(59104, '3220', '361.00', '3', '10.001', '15', '44471000', '48999999', '06000000', '09999999', NULL, 1652903090),
(59105, '3298', '256.00', '7', '15.001', '20', '44471000', '48999999', '06000000', '09999999', NULL, 1652903091),
(59106, '3220', '500.00', '3', '15.001', '20', '44471000', '48999999', '06000000', '09999999', NULL, 1652903091),
(59107, '3298', '327.00', '7', '20.001', '25', '44471000', '48999999', '06000000', '09999999', NULL, 1652903092),
(59108, '3220', '638.00', '3', '20.001', '25', '44471000', '48999999', '06000000', '09999999', NULL, 1652903092),
(59109, '3298', '398.00', '7', '25.001', '30', '44471000', '48999999', '06000000', '09999999', NULL, 1652903093),
(59110, '3220', '777.00', '3', '25.001', '30', '44471000', '48999999', '06000000', '09999999', NULL, 1652903094),
(59111, '3298', '78.00', '7', '0.3', '5', '44471000', '48999999', '11000000', '11999999', NULL, 1652903094),
(59112, '3220', '154.00', '3', '0.3', '5', '44471000', '48999999', '11000000', '11999999', NULL, 1652903094),
(59113, '3298', '114.00', '7', '5.001', '10', '44471000', '48999999', '11000000', '11999999', NULL, 1652903095),
(59114, '3220', '223.00', '3', '5.001', '10', '44471000', '48999999', '11000000', '11999999', NULL, 1652903095),
(59115, '3298', '185.00', '7', '10.001', '15', '44471000', '48999999', '11000000', '11999999', NULL, 1652903096),
(59116, '3220', '361.00', '3', '10.001', '15', '44471000', '48999999', '11000000', '11999999', NULL, 1652903097),
(59117, '3298', '256.00', '7', '15.001', '20', '44471000', '48999999', '11000000', '11999999', NULL, 1652903097),
(59118, '3220', '500.00', '3', '15.001', '20', '44471000', '48999999', '11000000', '11999999', NULL, 1652903097),
(59119, '3298', '327.00', '7', '20.001', '25', '44471000', '48999999', '11000000', '11999999', NULL, 1652903098),
(59120, '3220', '638.00', '3', '20.001', '25', '44471000', '48999999', '11000000', '11999999', NULL, 1652903098),
(59121, '3298', '398.00', '7', '25.001', '30', '44471000', '48999999', '11000000', '11999999', NULL, 1652903099),
(59122, '3220', '777.00', '3', '25.001', '30', '44471000', '48999999', '11000000', '11999999', NULL, 1652903100),
(59123, '3298', '78.00', '7', '0.3', '5', '44471000', '48999999', '12000000', '19999999', NULL, 1652903100),
(59124, '3220', '154.00', '2', '0.3', '5', '44471000', '48999999', '12000000', '19999999', NULL, 1652903101),
(59125, '3298', '114.00', '7', '5.001', '10', '44471000', '48999999', '12000000', '19999999', NULL, 1652903101),
(59126, '3220', '223.00', '2', '5.001', '10', '44471000', '48999999', '12000000', '19999999', NULL, 1652903102),
(59127, '3298', '185.00', '7', '10.001', '15', '44471000', '48999999', '12000000', '19999999', NULL, 1652903102),
(59128, '3220', '361.00', '2', '10.001', '15', '44471000', '48999999', '12000000', '19999999', NULL, 1652903103),
(59129, '3298', '256.00', '7', '15.001', '20', '44471000', '48999999', '12000000', '19999999', NULL, 1652903103),
(59130, '3220', '500.00', '2', '15.001', '20', '44471000', '48999999', '12000000', '19999999', NULL, 1652903104),
(59131, '3298', '327.00', '7', '20.001', '25', '44471000', '48999999', '12000000', '19999999', NULL, 1652903104),
(59132, '3220', '638.00', '2', '20.001', '25', '44471000', '48999999', '12000000', '19999999', NULL, 1652903104),
(59133, '3298', '398.00', '7', '25.001', '30', '44471000', '48999999', '12000000', '19999999', NULL, 1652903105),
(59134, '3220', '777.00', '2', '25.001', '30', '44471000', '48999999', '12000000', '19999999', NULL, 1652903105),
(59135, '3298', '70.00', '10', '0.3', '5', '44471000', '48999999', '26601000', '28999999', NULL, 1652903116),
(59136, '3220', '157.00', '6', '0.3', '5', '44471000', '48999999', '26601000', '28999999', NULL, 1652903116),
(59137, '3298', '106.00', '10', '5.001', '10', '44471000', '48999999', '26601000', '28999999', NULL, 1652903117),
(59138, '3220', '226.00', '6', '5.001', '10', '44471000', '48999999', '26601000', '28999999', NULL, 1652903117),
(59139, '3298', '172.00', '10', '10.001', '15', '44471000', '48999999', '26601000', '28999999', NULL, 1652903118),
(59140, '3220', '367.00', '6', '10.001', '15', '44471000', '48999999', '26601000', '28999999', NULL, 1652903118),
(59141, '3298', '239.00', '10', '15.001', '20', '44471000', '48999999', '26601000', '28999999', NULL, 1652903119),
(59142, '3220', '508.00', '6', '15.001', '20', '44471000', '48999999', '26601000', '28999999', NULL, 1652903119),
(59143, '3298', '305.00', '10', '20.001', '25', '44471000', '48999999', '26601000', '28999999', NULL, 1652903120),
(59144, '3220', '649.00', '6', '20.001', '25', '44471000', '48999999', '26601000', '28999999', NULL, 1652903121),
(59145, '3298', '371.00', '10', '25.001', '30', '44471000', '48999999', '26601000', '28999999', NULL, 1652903121),
(59146, '3220', '789.00', '6', '25.001', '30', '44471000', '48999999', '26601000', '28999999', NULL, 1652903121),
(59147, '3298', '43.00', '7', '0.3', '5', '44471000', '48999999', '29000000', '29099999', NULL, 1652903122),
(59148, '3220', '104.00', '3', '0.3', '5', '44471000', '48999999', '29000000', '29099999', NULL, 1652903123),
(59149, '3298', '71.00', '7', '5.001', '10', '44471000', '48999999', '29000000', '29099999', NULL, 1652903123),
(59150, '3220', '147.00', '3', '5.001', '10', '44471000', '48999999', '29000000', '29099999', NULL, 1652903124),
(59151, '3298', '116.00', '7', '10.001', '15', '44471000', '48999999', '29000000', '29099999', NULL, 1652903124),
(59152, '3220', '238.00', '3', '10.001', '15', '44471000', '48999999', '29000000', '29099999', NULL, 1652903125),
(59153, '3298', '160.00', '7', '15.001', '20', '44471000', '48999999', '29000000', '29099999', NULL, 1652903125),
(59154, '3220', '329.00', '3', '15.001', '20', '44471000', '48999999', '29000000', '29099999', NULL, 1652903126),
(59155, '3298', '205.00', '7', '20.001', '25', '44471000', '48999999', '29000000', '29099999', NULL, 1652903126),
(59156, '3220', '420.00', '3', '20.001', '25', '44471000', '48999999', '29000000', '29099999', NULL, 1652903127),
(59157, '3298', '249.00', '7', '25.001', '30', '44471000', '48999999', '29000000', '29099999', NULL, 1652903127),
(59158, '3220', '511.00', '3', '25.001', '30', '44471000', '48999999', '29000000', '29099999', NULL, 1652903128),
(59159, '3298', '50.00', '11', '0.3', '5', '44471000', '48999999', '29100000', '29999999', NULL, 1652903128),
(59160, '3220', '124.00', '6', '0.3', '5', '44471000', '48999999', '29100000', '29999999', NULL, 1652903129),
(59161, '3298', '83.00', '11', '5.001', '10', '44471000', '48999999', '29100000', '29999999', NULL, 1652903129),
(59162, '3220', '175.00', '6', '5.001', '10', '44471000', '48999999', '29100000', '29999999', NULL, 1652903129),
(59163, '3298', '135.00', '11', '10.001', '15', '44471000', '48999999', '29100000', '29999999', NULL, 1652903130),
(59164, '3220', '283.00', '6', '10.001', '15', '44471000', '48999999', '29100000', '29999999', NULL, 1652903130),
(59165, '3298', '186.00', '11', '15.001', '20', '44471000', '48999999', '29100000', '29999999', NULL, 1652903131),
(59166, '3220', '392.00', '6', '15.001', '20', '44471000', '48999999', '29100000', '29999999', NULL, 1652903131),
(59167, '3298', '238.00', '11', '20.001', '25', '44471000', '48999999', '29100000', '29999999', NULL, 1652903132),
(59168, '3220', '500.00', '6', '20.001', '25', '44471000', '48999999', '29100000', '29999999', NULL, 1652903133),
(59169, '3298', '290.00', '11', '25.001', '30', '44471000', '48999999', '29100000', '29999999', NULL, 1652903133),
(59170, '3220', '609.00', '6', '25.001', '30', '44471000', '48999999', '29100000', '29999999', NULL, 1652903134),
(59171, '3298', '60.00', '6', '0.3', '5', '44471000', '48999999', '30000000', '31999999', NULL, 1652903134),
(59172, '3220', '132.00', '2', '0.3', '5', '44471000', '48999999', '30000000', '31999999', NULL, 1652903134),
(59173, '3298', '91.00', '6', '5.001', '10', '44471000', '48999999', '30000000', '31999999', NULL, 1652903135),
(59174, '3220', '190.00', '2', '5.001', '10', '44471000', '48999999', '30000000', '31999999', NULL, 1652903135),
(59175, '3298', '148.00', '6', '10.001', '15', '44471000', '48999999', '30000000', '31999999', NULL, 1652903136),
(59176, '3220', '308.00', '2', '10.001', '15', '44471000', '48999999', '30000000', '31999999', NULL, 1652903136),
(59177, '3298', '205.00', '6', '15.001', '20', '44471000', '48999999', '30000000', '31999999', NULL, 1652903137),
(59178, '3220', '427.00', '2', '15.001', '20', '44471000', '48999999', '30000000', '31999999', NULL, 1652903137),
(59179, '3298', '262.00', '6', '20.001', '25', '44471000', '48999999', '30000000', '31999999', NULL, 1652903138),
(59180, '3220', '545.00', '2', '20.001', '25', '44471000', '48999999', '30000000', '31999999', NULL, 1652903138),
(59181, '3298', '319.00', '6', '25.001', '30', '44471000', '48999999', '30000000', '31999999', NULL, 1652903139),
(59182, '3220', '663.00', '2', '25.001', '30', '44471000', '48999999', '30000000', '31999999', NULL, 1652903139),
(59183, '3298', '60.00', '6', '0.3', '5', '44471000', '48999999', '30000000', '34999999', NULL, 1652903140),
(59184, '3220', '132.00', '2', '0.3', '5', '44471000', '48999999', '30000000', '34999999', NULL, 1652903140),
(59185, '3298', '91.00', '6', '5.001', '10', '44471000', '48999999', '30000000', '34999999', NULL, 1652903141),
(59186, '3220', '190.00', '2', '5.001', '10', '44471000', '48999999', '30000000', '34999999', NULL, 1652903141),
(59187, '3298', '148.00', '6', '10.001', '15', '44471000', '48999999', '30000000', '34999999', NULL, 1652903141),
(59188, '3220', '308.00', '2', '10.001', '15', '44471000', '48999999', '30000000', '34999999', NULL, 1652903142),
(59189, '3298', '205.00', '6', '15.001', '20', '44471000', '48999999', '30000000', '34999999', NULL, 1652903142),
(59190, '3220', '427.00', '2', '15.001', '20', '44471000', '48999999', '30000000', '34999999', NULL, 1652903143),
(59191, '3298', '262.00', '6', '20.001', '25', '44471000', '48999999', '30000000', '34999999', NULL, 1652903143),
(59192, '3220', '545.00', '2', '20.001', '25', '44471000', '48999999', '30000000', '34999999', NULL, 1652903144),
(59193, '3298', '319.00', '6', '25.001', '30', '44471000', '48999999', '30000000', '34999999', NULL, 1652903144),
(59194, '3220', '663.00', '2', '25.001', '30', '44471000', '48999999', '30000000', '34999999', NULL, 1652903145),
(59195, '3298', '70.00', '9', '0.3', '5', '44471000', '48999999', '35000000', '39999999', NULL, 1652903145),
(59196, '3220', '157.00', '6', '0.3', '5', '44471000', '48999999', '35000000', '39999999', NULL, 1652903146),
(59197, '3298', '106.00', '9', '5.001', '10', '44471000', '48999999', '35000000', '39999999', NULL, 1652903146),
(59198, '3220', '226.00', '6', '5.001', '10', '44471000', '48999999', '35000000', '39999999', NULL, 1652903147),
(59199, '3298', '172.00', '9', '10.001', '15', '44471000', '48999999', '35000000', '39999999', NULL, 1652903147),
(59200, '3220', '367.00', '6', '10.001', '15', '44471000', '48999999', '35000000', '39999999', NULL, 1652903148),
(59201, '3298', '239.00', '9', '15.001', '20', '44471000', '48999999', '35000000', '39999999', NULL, 1652903148),
(59202, '3220', '508.00', '6', '15.001', '20', '44471000', '48999999', '35000000', '39999999', NULL, 1652903149),
(59203, '3298', '305.00', '9', '20.001', '25', '44471000', '48999999', '35000000', '39999999', NULL, 1652903150),
(59204, '3220', '649.00', '6', '20.001', '25', '44471000', '48999999', '35000000', '39999999', NULL, 1652903150),
(59205, '3298', '371.00', '9', '25.001', '30', '44471000', '48999999', '35000000', '39999999', NULL, 1652903150),
(59206, '3220', '789.00', '6', '25.001', '30', '44471000', '48999999', '35000000', '39999999', NULL, 1652903151),
(59207, '3298', '26.00', '6', '0.3', '5', '44471000', '48999999', '40000000', '41999999', NULL, 1652903152),
(59208, '3220', '34.00', '2', '0.3', '5', '44471000', '48999999', '40000000', '41999999', NULL, 1652903152),
(59209, '3298', '32.00', '6', '5.001', '10', '44471000', '48999999', '40000000', '41999999', NULL, 1652903153),
(59210, '3220', '48.00', '2', '5.001', '10', '44471000', '48999999', '40000000', '41999999', NULL, 1652903153),
(59211, '3298', '52.00', '6', '10.001', '15', '44471000', '48999999', '40000000', '41999999', NULL, 1652903154),
(59212, '3220', '79.00', '2', '10.001', '15', '44471000', '48999999', '40000000', '41999999', NULL, 1652903154),
(59213, '3298', '72.00', '6', '15.001', '20', '44471000', '48999999', '40000000', '41999999', NULL, 1652903155),
(59214, '3220', '109.00', '2', '15.001', '20', '44471000', '48999999', '40000000', '41999999', NULL, 1652903155),
(59215, '3298', '92.00', '6', '20.001', '25', '44471000', '48999999', '40000000', '41999999', NULL, 1652903156),
(59216, '3220', '139.00', '2', '20.001', '25', '44471000', '48999999', '40000000', '41999999', NULL, 1652903156),
(59217, '3298', '112.00', '6', '25.001', '30', '44471000', '48999999', '40000000', '41999999', NULL, 1652903157),
(59218, '3220', '170.00', '2', '25.001', '30', '44471000', '48999999', '40000000', '41999999', NULL, 1652903157),
(59219, '3298', '26.00', '6', '0.3', '5', '44471000', '48999999', '40000000', '44470999', NULL, 1652903158),
(59220, '3220', '34.00', '2', '0.3', '5', '44471000', '48999999', '40000000', '44470999', NULL, 1652903158),
(59221, '3298', '32.00', '6', '5.001', '10', '44471000', '48999999', '40000000', '44470999', NULL, 1652903159),
(59222, '3220', '48.00', '2', '5.001', '10', '44471000', '48999999', '40000000', '44470999', NULL, 1652903159),
(59223, '3298', '52.00', '6', '10.001', '15', '44471000', '48999999', '40000000', '44470999', NULL, 1652903160),
(59224, '3220', '79.00', '2', '10.001', '15', '44471000', '48999999', '40000000', '44470999', NULL, 1652903160),
(59225, '3298', '72.00', '6', '15.001', '20', '44471000', '48999999', '40000000', '44470999', NULL, 1652903161),
(59226, '3220', '109.00', '2', '15.001', '20', '44471000', '48999999', '40000000', '44470999', NULL, 1652903161),
(59227, '3298', '92.00', '6', '20.001', '25', '44471000', '48999999', '40000000', '44470999', NULL, 1652903161),
(59228, '3220', '139.00', '2', '20.001', '25', '44471000', '48999999', '40000000', '44470999', NULL, 1652903162),
(59229, '3298', '112.00', '6', '25.001', '30', '44471000', '48999999', '40000000', '44470999', NULL, 1652903163),
(59230, '3220', '170.00', '2', '25.001', '30', '44471000', '48999999', '40000000', '44470999', NULL, 1652903163),
(59231, '3298', '26.00', '5', '0.3', '5', '44471000', '48999999', '44471000', '48999999', NULL, 1652903164),
(59232, '3220', '22.00', '1', '0.3', '5', '44471000', '48999999', '44471000', '48999999', NULL, 1652903164),
(59233, '3298', '32.00', '5', '5.001', '10', '44471000', '48999999', '44471000', '48999999', NULL, 1652903165),
(59234, '3220', '28.00', '1', '5.001', '10', '44471000', '48999999', '44471000', '48999999', NULL, 1652903165),
(59235, '3298', '52.00', '5', '10.001', '15', '44471000', '48999999', '44471000', '48999999', NULL, 1652903166),
(59236, '3220', '45.00', '1', '10.001', '15', '44471000', '48999999', '44471000', '48999999', NULL, 1652903166);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(59237, '3298', '72.00', '5', '15.001', '20', '44471000', '48999999', '44471000', '48999999', NULL, 1652903167),
(59238, '3220', '63.00', '1', '15.001', '20', '44471000', '48999999', '44471000', '48999999', NULL, 1652903167),
(59239, '3298', '92.00', '5', '20.001', '25', '44471000', '48999999', '44471000', '48999999', NULL, 1652903168),
(59240, '3220', '80.00', '1', '20.001', '25', '44471000', '48999999', '44471000', '48999999', NULL, 1652903168),
(59241, '3298', '112.00', '5', '25.001', '30', '44471000', '48999999', '44471000', '48999999', NULL, 1652903169),
(59242, '3220', '97.00', '1', '25.001', '30', '44471000', '48999999', '44471000', '48999999', NULL, 1652903169),
(59243, '3298', '38.00', '6', '0.3', '5', '44471000', '48999999', '49000000', '49099999', NULL, 1652903170),
(59244, '3220', '85.00', '2', '0.3', '5', '44471000', '48999999', '49000000', '49099999', NULL, 1652903170),
(59245, '3298', '63.00', '6', '5.001', '10', '44471000', '48999999', '49000000', '49099999', NULL, 1652903171),
(59246, '3220', '118.00', '2', '5.001', '10', '44471000', '48999999', '49000000', '49099999', NULL, 1652903171),
(59247, '3298', '103.00', '6', '10.001', '15', '44471000', '48999999', '49000000', '49099999', NULL, 1652903172),
(59248, '3220', '192.00', '2', '10.001', '15', '44471000', '48999999', '49000000', '49099999', NULL, 1652903172),
(59249, '3298', '142.00', '6', '15.001', '20', '44471000', '48999999', '49000000', '49099999', NULL, 1652903172),
(59250, '3220', '266.00', '2', '15.001', '20', '44471000', '48999999', '49000000', '49099999', NULL, 1652903173),
(59251, '3298', '182.00', '6', '20.001', '25', '44471000', '48999999', '49000000', '49099999', NULL, 1652903173),
(59252, '3220', '339.00', '2', '20.001', '25', '44471000', '48999999', '49000000', '49099999', NULL, 1652903174),
(59253, '3298', '221.00', '6', '25.001', '30', '44471000', '48999999', '49000000', '49099999', NULL, 1652903174),
(59254, '3220', '413.00', '2', '25.001', '30', '44471000', '48999999', '49000000', '49099999', NULL, 1652903174),
(59255, '3298', '44.00', '11', '0.3', '5', '44471000', '48999999', '49100000', '49999999', NULL, 1652903175),
(59256, '3220', '102.00', '6', '0.3', '5', '44471000', '48999999', '49100000', '49999999', NULL, 1652903175),
(59257, '3298', '74.00', '11', '5.001', '10', '44471000', '48999999', '49100000', '49999999', NULL, 1652903176),
(59258, '3220', '141.00', '6', '5.001', '10', '44471000', '48999999', '49100000', '49999999', NULL, 1652903176),
(59259, '3298', '120.00', '11', '10.001', '15', '44471000', '48999999', '49100000', '49999999', NULL, 1652903177),
(59260, '3220', '229.00', '6', '10.001', '15', '44471000', '48999999', '49100000', '49999999', NULL, 1652903177),
(59261, '3298', '166.00', '11', '15.001', '20', '44471000', '48999999', '49100000', '49999999', NULL, 1652903178),
(59262, '3220', '316.00', '6', '15.001', '20', '44471000', '48999999', '49100000', '49999999', NULL, 1652903178),
(59263, '3298', '212.00', '11', '20.001', '25', '44471000', '48999999', '49100000', '49999999', NULL, 1652903179),
(59264, '3220', '404.00', '6', '20.001', '25', '44471000', '48999999', '49100000', '49999999', NULL, 1652903179),
(59265, '3298', '258.00', '11', '25.001', '30', '44471000', '48999999', '49100000', '49999999', NULL, 1652903180),
(59266, '3220', '492.00', '6', '25.001', '30', '44471000', '48999999', '49100000', '49999999', NULL, 1652903180),
(59267, '3298', '43.00', '7', '0.3', '5', '44471000', '48999999', '50000000', '52999999', NULL, 1652903180),
(59268, '3220', '104.00', '3', '0.3', '5', '44471000', '48999999', '50000000', '52999999', NULL, 1652903181),
(59269, '3298', '71.00', '7', '5.001', '10', '44471000', '48999999', '50000000', '52999999', NULL, 1652903181),
(59270, '3220', '147.00', '3', '5.001', '10', '44471000', '48999999', '50000000', '52999999', NULL, 1652903182),
(59271, '3298', '116.00', '7', '10.001', '15', '44471000', '48999999', '50000000', '52999999', NULL, 1652903182),
(59272, '3220', '238.00', '3', '10.001', '15', '44471000', '48999999', '50000000', '52999999', NULL, 1652903182),
(59273, '3298', '160.00', '7', '15.001', '20', '44471000', '48999999', '50000000', '52999999', NULL, 1652903183),
(59274, '3220', '329.00', '3', '15.001', '20', '44471000', '48999999', '50000000', '52999999', NULL, 1652903183),
(59275, '3298', '205.00', '7', '20.001', '25', '44471000', '48999999', '50000000', '52999999', NULL, 1652903184),
(59276, '3220', '420.00', '3', '20.001', '25', '44471000', '48999999', '50000000', '52999999', NULL, 1652903184),
(59277, '3298', '249.00', '7', '25.001', '30', '44471000', '48999999', '50000000', '52999999', NULL, 1652903185),
(59278, '3220', '511.00', '3', '25.001', '30', '44471000', '48999999', '50000000', '52999999', NULL, 1652903185),
(59279, '3298', '43.00', '7', '0.3', '5', '44471000', '48999999', '50000000', '54999999', NULL, 1652903186),
(59280, '3220', '104.00', '3', '0.3', '5', '44471000', '48999999', '50000000', '54999999', NULL, 1652903186),
(59281, '3298', '71.00', '7', '5.001', '10', '44471000', '48999999', '50000000', '54999999', NULL, 1652903187),
(59282, '3220', '147.00', '3', '5.001', '10', '44471000', '48999999', '50000000', '54999999', NULL, 1652903188),
(59283, '3298', '116.00', '7', '10.001', '15', '44471000', '48999999', '50000000', '54999999', NULL, 1652903188),
(59284, '3220', '238.00', '3', '10.001', '15', '44471000', '48999999', '50000000', '54999999', NULL, 1652903189),
(59285, '3298', '160.00', '7', '15.001', '20', '44471000', '48999999', '50000000', '54999999', NULL, 1652903189),
(59286, '3220', '329.00', '3', '15.001', '20', '44471000', '48999999', '50000000', '54999999', NULL, 1652903190),
(59287, '3298', '205.00', '7', '20.001', '25', '44471000', '48999999', '50000000', '54999999', NULL, 1652903190),
(59288, '3220', '420.00', '3', '20.001', '25', '44471000', '48999999', '50000000', '54999999', NULL, 1652903191),
(59289, '3298', '249.00', '7', '25.001', '30', '44471000', '48999999', '50000000', '54999999', NULL, 1652903192),
(59290, '3220', '511.00', '3', '25.001', '30', '44471000', '48999999', '50000000', '54999999', NULL, 1652903192),
(59291, '3298', '50.00', '11', '0.3', '5', '44471000', '48999999', '55000000', '56999999', NULL, 1652903192),
(59292, '3220', '124.00', '8', '0.3', '5', '44471000', '48999999', '55000000', '56999999', NULL, 1652903193),
(59293, '3298', '83.00', '11', '5.001', '10', '44471000', '48999999', '55000000', '56999999', NULL, 1652903193),
(59294, '3220', '175.00', '8', '5.001', '10', '44471000', '48999999', '55000000', '56999999', NULL, 1652903194),
(59295, '3298', '135.00', '11', '10.001', '15', '44471000', '48999999', '55000000', '56999999', NULL, 1652903194),
(59296, '3220', '283.00', '8', '10.001', '15', '44471000', '48999999', '55000000', '56999999', NULL, 1652903195),
(59297, '3298', '186.00', '11', '15.001', '20', '44471000', '48999999', '55000000', '56999999', NULL, 1652903195),
(59298, '3220', '392.00', '8', '15.001', '20', '44471000', '48999999', '55000000', '56999999', NULL, 1652903196),
(59299, '3298', '238.00', '11', '20.001', '25', '44471000', '48999999', '55000000', '56999999', NULL, 1652903197),
(59300, '3220', '500.00', '8', '20.001', '25', '44471000', '48999999', '55000000', '56999999', NULL, 1652903197),
(59301, '3298', '290.00', '11', '25.001', '30', '44471000', '48999999', '55000000', '56999999', NULL, 1652903198),
(59302, '3220', '609.00', '8', '25.001', '30', '44471000', '48999999', '55000000', '56999999', NULL, 1652903198),
(59303, '3298', '38.00', '7', '0.3', '5', '44471000', '48999999', '57000000', '57099999', NULL, 1652903199),
(59304, '3220', '85.00', '3', '0.3', '5', '44471000', '48999999', '57000000', '57099999', NULL, 1652903200),
(59305, '3298', '63.00', '7', '5.001', '10', '44471000', '48999999', '57000000', '57099999', NULL, 1652903200),
(59306, '3220', '118.00', '3', '5.001', '10', '44471000', '48999999', '57000000', '57099999', NULL, 1652903201),
(59307, '3298', '103.00', '7', '10.001', '15', '44471000', '48999999', '57000000', '57099999', NULL, 1652903201),
(59308, '3220', '192.00', '3', '10.001', '15', '44471000', '48999999', '57000000', '57099999', NULL, 1652903202),
(59309, '3298', '142.00', '7', '15.001', '20', '44471000', '48999999', '57000000', '57099999', NULL, 1652903202),
(59310, '3220', '266.00', '3', '15.001', '20', '44471000', '48999999', '57000000', '57099999', NULL, 1652903203),
(59311, '3298', '182.00', '7', '20.001', '25', '44471000', '48999999', '57000000', '57099999', NULL, 1652903203),
(59312, '3220', '339.00', '3', '20.001', '25', '44471000', '48999999', '57000000', '57099999', NULL, 1652903204),
(59313, '3298', '221.00', '7', '25.001', '30', '44471000', '48999999', '57000000', '57099999', NULL, 1652903204),
(59314, '3220', '413.00', '3', '25.001', '30', '44471000', '48999999', '57000000', '57099999', NULL, 1652903205),
(59315, '3298', '38.00', '10', '0.3', '5', '44471000', '48999999', '57100000', '57999999', NULL, 1652903206),
(59316, '3220', '85.00', '6', '0.3', '5', '44471000', '48999999', '57100000', '57999999', NULL, 1652903206),
(59317, '3298', '63.00', '10', '5.001', '10', '44471000', '48999999', '57100000', '57999999', NULL, 1652903207),
(59318, '3220', '118.00', '6', '5.001', '10', '44471000', '48999999', '57100000', '57999999', NULL, 1652903207),
(59319, '3298', '103.00', '10', '10.001', '15', '44471000', '48999999', '57100000', '57999999', NULL, 1652903208),
(59320, '3220', '192.00', '6', '10.001', '15', '44471000', '48999999', '57100000', '57999999', NULL, 1652903208),
(59321, '3298', '142.00', '10', '15.001', '20', '44471000', '48999999', '57100000', '57999999', NULL, 1652903209),
(59322, '3220', '266.00', '6', '15.001', '20', '44471000', '48999999', '57100000', '57999999', NULL, 1652903209),
(59323, '3298', '182.00', '10', '20.001', '25', '44471000', '48999999', '57100000', '57999999', NULL, 1652903210),
(59324, '3220', '339.00', '6', '20.001', '25', '44471000', '48999999', '57100000', '57999999', NULL, 1652903210),
(59325, '3298', '221.00', '10', '25.001', '30', '44471000', '48999999', '57100000', '57999999', NULL, 1652903211),
(59326, '3220', '413.00', '6', '25.001', '30', '44471000', '48999999', '57100000', '57999999', NULL, 1652903211),
(59327, '3298', '43.00', '8', '0.3', '5', '44471000', '48999999', '58000000', '58099999', NULL, 1652903212),
(59328, '3220', '104.00', '4', '0.3', '5', '44471000', '48999999', '58000000', '58099999', NULL, 1652903212),
(59329, '3298', '71.00', '8', '5.001', '10', '44471000', '48999999', '58000000', '58099999', NULL, 1652903213),
(59330, '3220', '147.00', '4', '5.001', '10', '44471000', '48999999', '58000000', '58099999', NULL, 1652903214),
(59331, '3298', '116.00', '8', '10.001', '15', '44471000', '48999999', '58000000', '58099999', NULL, 1652903214),
(59332, '3220', '238.00', '4', '10.001', '15', '44471000', '48999999', '58000000', '58099999', NULL, 1652903215),
(59333, '3298', '160.00', '8', '15.001', '20', '44471000', '48999999', '58000000', '58099999', NULL, 1652903215),
(59334, '3220', '329.00', '4', '15.001', '20', '44471000', '48999999', '58000000', '58099999', NULL, 1652903216),
(59335, '3298', '205.00', '8', '20.001', '25', '44471000', '48999999', '58000000', '58099999', NULL, 1652903216),
(59336, '3220', '420.00', '4', '20.001', '25', '44471000', '48999999', '58000000', '58099999', NULL, 1652903216),
(59337, '3298', '249.00', '8', '25.001', '30', '44471000', '48999999', '58000000', '58099999', NULL, 1652903217),
(59338, '3220', '511.00', '4', '25.001', '30', '44471000', '48999999', '58000000', '58099999', NULL, 1652903217),
(59339, '3298', '50.00', '13', '0.3', '5', '44471000', '48999999', '58100000', '58999999', NULL, 1652903217),
(59340, '3220', '124.00', '10', '0.3', '5', '44471000', '48999999', '58100000', '58999999', NULL, 1652903218),
(59341, '3298', '83.00', '13', '5.001', '10', '44471000', '48999999', '58100000', '58999999', NULL, 1652903219),
(59342, '3220', '175.00', '10', '5.001', '10', '44471000', '48999999', '58100000', '58999999', NULL, 1652903219),
(59343, '3298', '135.00', '13', '10.001', '15', '44471000', '48999999', '58100000', '58999999', NULL, 1652903219),
(59344, '3220', '283.00', '10', '10.001', '15', '44471000', '48999999', '58100000', '58999999', NULL, 1652903220),
(59345, '3298', '186.00', '13', '15.001', '20', '44471000', '48999999', '58100000', '58999999', NULL, 1652903221),
(59346, '3220', '392.00', '10', '15.001', '20', '44471000', '48999999', '58100000', '58999999', NULL, 1652903221),
(59347, '3298', '238.00', '13', '20.001', '25', '44471000', '48999999', '58100000', '58999999', NULL, 1652903222),
(59348, '3220', '500.00', '10', '20.001', '25', '44471000', '48999999', '58100000', '58999999', NULL, 1652903222),
(59349, '3298', '290.00', '13', '25.001', '30', '44471000', '48999999', '58100000', '58999999', NULL, 1652903223),
(59350, '3220', '609.00', '10', '25.001', '30', '44471000', '48999999', '58100000', '58999999', NULL, 1652903223),
(59351, '3298', '43.00', '8', '0.3', '5', '44471000', '48999999', '59000000', '59099999', NULL, 1652903224),
(59352, '3220', '104.00', '4', '0.3', '5', '44471000', '48999999', '59000000', '59099999', NULL, 1652903225),
(59353, '3298', '71.00', '8', '5.001', '10', '44471000', '48999999', '59000000', '59099999', NULL, 1652903225),
(59354, '3220', '147.00', '4', '5.001', '10', '44471000', '48999999', '59000000', '59099999', NULL, 1652903226),
(59355, '3298', '116.00', '8', '10.001', '15', '44471000', '48999999', '59000000', '59099999', NULL, 1652903226),
(59356, '3220', '238.00', '4', '10.001', '15', '44471000', '48999999', '59000000', '59099999', NULL, 1652903227),
(59357, '3298', '160.00', '8', '15.001', '20', '44471000', '48999999', '59000000', '59099999', NULL, 1652903227),
(59358, '3220', '329.00', '4', '15.001', '20', '44471000', '48999999', '59000000', '59099999', NULL, 1652903228),
(59359, '3298', '205.00', '8', '20.001', '25', '44471000', '48999999', '59000000', '59099999', NULL, 1652903228),
(59360, '3220', '420.00', '4', '20.001', '25', '44471000', '48999999', '59000000', '59099999', NULL, 1652903229),
(59361, '3298', '249.00', '8', '25.001', '30', '44471000', '48999999', '59000000', '59099999', NULL, 1652903229),
(59362, '3220', '511.00', '4', '25.001', '30', '44471000', '48999999', '59000000', '59099999', NULL, 1652903230),
(59363, '3298', '43.00', '8', '0.3', '5', '44471000', '48999999', '59100000', '59999999', NULL, 1652903230),
(59364, '3220', '104.00', '4', '0.3', '5', '44471000', '48999999', '59100000', '59999999', NULL, 1652903230),
(59365, '3298', '71.00', '8', '5.001', '10', '44471000', '48999999', '59100000', '59999999', NULL, 1652903231),
(59366, '3220', '147.00', '4', '5.001', '10', '44471000', '48999999', '59100000', '59999999', NULL, 1652903231),
(59367, '3298', '116.00', '8', '10.001', '15', '44471000', '48999999', '59100000', '59999999', NULL, 1652903232),
(59368, '3220', '238.00', '4', '10.001', '15', '44471000', '48999999', '59100000', '59999999', NULL, 1652903232),
(59369, '3298', '160.00', '8', '15.001', '20', '44471000', '48999999', '59100000', '59999999', NULL, 1652903233),
(59370, '3220', '329.00', '4', '15.001', '20', '44471000', '48999999', '59100000', '59999999', NULL, 1652903233),
(59371, '3298', '205.00', '8', '20.001', '25', '44471000', '48999999', '59100000', '59999999', NULL, 1652903234),
(59372, '3220', '420.00', '4', '20.001', '25', '44471000', '48999999', '59100000', '59999999', NULL, 1652903234),
(59373, '3298', '249.00', '8', '25.001', '30', '44471000', '48999999', '59100000', '59999999', NULL, 1652903235),
(59374, '3220', '511.00', '4', '25.001', '30', '44471000', '48999999', '59100000', '59999999', NULL, 1652903235),
(59375, '3298', '60.00', '7', '0.3', '5', '44471000', '48999999', '60000000', '60999999', NULL, 1652903236),
(59376, '3220', '132.00', '3', '0.3', '5', '44471000', '48999999', '60000000', '60999999', NULL, 1652903236),
(59377, '3298', '91.00', '7', '5.001', '10', '44471000', '48999999', '60000000', '60999999', NULL, 1652903237),
(59378, '3220', '190.00', '3', '5.001', '10', '44471000', '48999999', '60000000', '60999999', NULL, 1652903237),
(59379, '3298', '148.00', '7', '10.001', '15', '44471000', '48999999', '60000000', '60999999', NULL, 1652903237),
(59380, '3220', '308.00', '3', '10.001', '15', '44471000', '48999999', '60000000', '60999999', NULL, 1652903238),
(59381, '3298', '205.00', '7', '15.001', '20', '44471000', '48999999', '60000000', '60999999', NULL, 1652903239),
(59382, '3220', '427.00', '3', '15.001', '20', '44471000', '48999999', '60000000', '60999999', NULL, 1652903239),
(59383, '3298', '262.00', '7', '20.001', '25', '44471000', '48999999', '60000000', '60999999', NULL, 1652903240),
(59384, '3220', '545.00', '3', '20.001', '25', '44471000', '48999999', '60000000', '60999999', NULL, 1652903240),
(59385, '3298', '319.00', '7', '25.001', '30', '44471000', '48999999', '60000000', '60999999', NULL, 1652903240),
(59386, '3220', '663.00', '3', '25.001', '30', '44471000', '48999999', '60000000', '60999999', NULL, 1652903241),
(59387, '3298', '60.00', '7', '0.3', '5', '44471000', '48999999', '60000000', '61900999', NULL, 1652903241),
(59388, '3220', '132.00', '3', '0.3', '5', '44471000', '48999999', '60000000', '61900999', NULL, 1652903242),
(59389, '3298', '91.00', '7', '5.001', '10', '44471000', '48999999', '60000000', '61900999', NULL, 1652903242),
(59390, '3220', '190.00', '3', '5.001', '10', '44471000', '48999999', '60000000', '61900999', NULL, 1652903243),
(59391, '3298', '148.00', '7', '10.001', '15', '44471000', '48999999', '60000000', '61900999', NULL, 1652903243),
(59392, '3220', '308.00', '3', '10.001', '15', '44471000', '48999999', '60000000', '61900999', NULL, 1652903244),
(59393, '3298', '205.00', '7', '15.001', '20', '44471000', '48999999', '60000000', '61900999', NULL, 1652903244),
(59394, '3220', '427.00', '3', '15.001', '20', '44471000', '48999999', '60000000', '61900999', NULL, 1652903245),
(59395, '3298', '262.00', '7', '20.001', '25', '44471000', '48999999', '60000000', '61900999', NULL, 1652903246),
(59396, '3220', '545.00', '3', '20.001', '25', '44471000', '48999999', '60000000', '61900999', NULL, 1652903246),
(59397, '3298', '319.00', '7', '25.001', '30', '44471000', '48999999', '60000000', '61900999', NULL, 1652903247),
(59398, '3220', '663.00', '3', '25.001', '30', '44471000', '48999999', '60000000', '61900999', NULL, 1652903247),
(59399, '3298', '70.00', '11', '0.3', '5', '44471000', '48999999', '61901000', '63999999', NULL, 1652903248),
(59400, '3220', '157.00', '9', '0.3', '5', '44471000', '48999999', '61901000', '63999999', NULL, 1652903248),
(59401, '3298', '106.00', '11', '5.001', '10', '44471000', '48999999', '61901000', '63999999', NULL, 1652903249),
(59402, '3220', '226.00', '9', '5.001', '10', '44471000', '48999999', '61901000', '63999999', NULL, 1652903249),
(59403, '3298', '172.00', '11', '10.001', '15', '44471000', '48999999', '61901000', '63999999', NULL, 1652903250),
(59404, '3220', '367.00', '9', '10.001', '15', '44471000', '48999999', '61901000', '63999999', NULL, 1652903251),
(59405, '3298', '239.00', '11', '15.001', '20', '44471000', '48999999', '61901000', '63999999', NULL, 1652903251),
(59406, '3220', '508.00', '9', '15.001', '20', '44471000', '48999999', '61901000', '63999999', NULL, 1652903252),
(59407, '3298', '305.00', '11', '20.001', '25', '44471000', '48999999', '61901000', '63999999', NULL, 1652903252),
(59408, '3220', '649.00', '9', '20.001', '25', '44471000', '48999999', '61901000', '63999999', NULL, 1652903253),
(59409, '3298', '371.00', '11', '25.001', '30', '44471000', '48999999', '61901000', '63999999', NULL, 1652903253),
(59410, '3220', '789.00', '9', '25.001', '30', '44471000', '48999999', '61901000', '63999999', NULL, 1652903254),
(59411, '3298', '60.00', '7', '0.3', '5', '44471000', '48999999', '64000000', '64099999', NULL, 1652903254),
(59412, '3220', '132.00', '3', '0.3', '5', '44471000', '48999999', '64000000', '64099999', NULL, 1652903254),
(59413, '3298', '91.00', '7', '5.001', '10', '44471000', '48999999', '64000000', '64099999', NULL, 1652903255),
(59414, '3220', '190.00', '3', '5.001', '10', '44471000', '48999999', '64000000', '64099999', NULL, 1652903255),
(59415, '3298', '148.00', '7', '10.001', '15', '44471000', '48999999', '64000000', '64099999', NULL, 1652903256),
(59416, '3220', '308.00', '3', '10.001', '15', '44471000', '48999999', '64000000', '64099999', NULL, 1652903256),
(59417, '3298', '205.00', '7', '15.001', '20', '44471000', '48999999', '64000000', '64099999', NULL, 1652903257),
(59418, '3220', '427.00', '3', '15.001', '20', '44471000', '48999999', '64000000', '64099999', NULL, 1652903257),
(59419, '3298', '262.00', '7', '20.001', '25', '44471000', '48999999', '64000000', '64099999', NULL, 1652903258),
(59420, '3220', '545.00', '3', '20.001', '25', '44471000', '48999999', '64000000', '64099999', NULL, 1652903258),
(59421, '3298', '319.00', '7', '25.001', '30', '44471000', '48999999', '64000000', '64099999', NULL, 1652903259),
(59422, '3220', '663.00', '3', '25.001', '30', '44471000', '48999999', '64000000', '64099999', NULL, 1652903259),
(59423, '3298', '70.00', '11', '0.3', '5', '44471000', '48999999', '64100000', '64999999', NULL, 1652903260),
(59424, '3220', '157.00', '8', '0.3', '5', '44471000', '48999999', '64100000', '64999999', NULL, 1652903260),
(59425, '3298', '106.00', '11', '5.001', '10', '44471000', '48999999', '64100000', '64999999', NULL, 1652903261),
(59426, '3220', '226.00', '8', '5.001', '10', '44471000', '48999999', '64100000', '64999999', NULL, 1652903261),
(59427, '3298', '172.00', '11', '10.001', '15', '44471000', '48999999', '64100000', '64999999', NULL, 1652903262),
(59428, '3220', '367.00', '8', '10.001', '15', '44471000', '48999999', '64100000', '64999999', NULL, 1652903262),
(59429, '3298', '239.00', '11', '15.001', '20', '44471000', '48999999', '64100000', '64999999', NULL, 1652903262),
(59430, '3220', '508.00', '8', '15.001', '20', '44471000', '48999999', '64100000', '64999999', NULL, 1652903263),
(59431, '3298', '305.00', '11', '20.001', '25', '44471000', '48999999', '64100000', '64999999', NULL, 1652903264),
(59432, '3220', '649.00', '8', '20.001', '25', '44471000', '48999999', '64100000', '64999999', NULL, 1652903264),
(59433, '3298', '371.00', '11', '25.001', '30', '44471000', '48999999', '64100000', '64999999', NULL, 1652903265),
(59434, '3220', '789.00', '8', '25.001', '30', '44471000', '48999999', '64100000', '64999999', NULL, 1652903265),
(59435, '3298', '60.00', '8', '0.3', '5', '44471000', '48999999', '65000000', '65099999', NULL, 1652903266),
(59436, '3220', '132.00', '4', '0.3', '5', '44471000', '48999999', '65000000', '65099999', NULL, 1652903266),
(59437, '3298', '91.00', '8', '5.001', '10', '44471000', '48999999', '65000000', '65099999', NULL, 1652903266),
(59438, '3220', '190.00', '4', '5.001', '10', '44471000', '48999999', '65000000', '65099999', NULL, 1652903267),
(59439, '3298', '148.00', '8', '10.001', '15', '44471000', '48999999', '65000000', '65099999', NULL, 1652903267),
(59440, '3220', '308.00', '4', '10.001', '15', '44471000', '48999999', '65000000', '65099999', NULL, 1652903268),
(59441, '3298', '205.00', '8', '15.001', '20', '44471000', '48999999', '65000000', '65099999', NULL, 1652903268),
(59442, '3220', '427.00', '4', '15.001', '20', '44471000', '48999999', '65000000', '65099999', NULL, 1652903268),
(59443, '3298', '262.00', '8', '20.001', '25', '44471000', '48999999', '65000000', '65099999', NULL, 1652903269),
(59444, '3220', '545.00', '4', '20.001', '25', '44471000', '48999999', '65000000', '65099999', NULL, 1652903269),
(59445, '3298', '319.00', '8', '25.001', '30', '44471000', '48999999', '65000000', '65099999', NULL, 1652903270),
(59446, '3220', '663.00', '4', '25.001', '30', '44471000', '48999999', '65000000', '65099999', NULL, 1652903270),
(59447, '3298', '70.00', '12', '0.3', '5', '44471000', '48999999', '65100000', '65999999', NULL, 1652903271),
(59448, '3220', '157.00', '10', '0.3', '5', '44471000', '48999999', '65100000', '65999999', NULL, 1652903271),
(59449, '3298', '106.00', '12', '5.001', '10', '44471000', '48999999', '65100000', '65999999', NULL, 1652903272),
(59450, '3220', '226.00', '10', '5.001', '10', '44471000', '48999999', '65100000', '65999999', NULL, 1652903272),
(59451, '3298', '172.00', '12', '10.001', '15', '44471000', '48999999', '65100000', '65999999', NULL, 1652903273),
(59452, '3220', '367.00', '10', '10.001', '15', '44471000', '48999999', '65100000', '65999999', NULL, 1652903273),
(59453, '3298', '239.00', '12', '15.001', '20', '44471000', '48999999', '65100000', '65999999', NULL, 1652903274),
(59454, '3220', '508.00', '10', '15.001', '20', '44471000', '48999999', '65100000', '65999999', NULL, 1652903274),
(59455, '3298', '305.00', '12', '20.001', '25', '44471000', '48999999', '65100000', '65999999', NULL, 1652903275),
(59456, '3220', '649.00', '10', '20.001', '25', '44471000', '48999999', '65100000', '65999999', NULL, 1652903276),
(59457, '3298', '371.00', '12', '25.001', '30', '44471000', '48999999', '65100000', '65999999', NULL, 1652903276),
(59458, '3220', '789.00', '10', '25.001', '30', '44471000', '48999999', '65100000', '65999999', NULL, 1652903277),
(59459, '3298', '78.00', '9', '0.3', '5', '44471000', '48999999', '66000000', '66999999', NULL, 1652903277),
(59460, '3220', '154.00', '5', '0.3', '5', '44471000', '48999999', '66000000', '66999999', NULL, 1652903278),
(59461, '3298', '114.00', '9', '5.001', '10', '44471000', '48999999', '66000000', '66999999', NULL, 1652903278),
(59462, '3220', '223.00', '5', '5.001', '10', '44471000', '48999999', '66000000', '66999999', NULL, 1652903278),
(59463, '3298', '185.00', '9', '10.001', '15', '44471000', '48999999', '66000000', '66999999', NULL, 1652903279),
(59464, '3220', '361.00', '5', '10.001', '15', '44471000', '48999999', '66000000', '66999999', NULL, 1652903280),
(59465, '3298', '256.00', '9', '15.001', '20', '44471000', '48999999', '66000000', '66999999', NULL, 1652903281),
(59466, '3220', '500.00', '5', '15.001', '20', '44471000', '48999999', '66000000', '66999999', NULL, 1652903281),
(59467, '3298', '327.00', '9', '20.001', '25', '44471000', '48999999', '66000000', '66999999', NULL, 1652903281),
(59468, '3220', '638.00', '5', '20.001', '25', '44471000', '48999999', '66000000', '66999999', NULL, 1652903282),
(59469, '3298', '398.00', '9', '25.001', '30', '44471000', '48999999', '66000000', '66999999', NULL, 1652903282),
(59470, '3220', '777.00', '5', '25.001', '30', '44471000', '48999999', '66000000', '66999999', NULL, 1652903283),
(59471, '3298', '78.00', '9', '0.3', '5', '44471000', '48999999', '66000000', '67999999', NULL, 1652903284),
(59472, '3220', '154.00', '5', '0.3', '5', '44471000', '48999999', '66000000', '67999999', NULL, 1652903284),
(59473, '3298', '114.00', '9', '5.001', '10', '44471000', '48999999', '66000000', '67999999', NULL, 1652903285),
(59474, '3220', '223.00', '5', '5.001', '10', '44471000', '48999999', '66000000', '67999999', NULL, 1652903285),
(59475, '3298', '185.00', '9', '10.001', '15', '44471000', '48999999', '66000000', '67999999', NULL, 1652903286),
(59476, '3220', '361.00', '5', '10.001', '15', '44471000', '48999999', '66000000', '67999999', NULL, 1652903286),
(59477, '3298', '256.00', '9', '15.001', '20', '44471000', '48999999', '66000000', '67999999', NULL, 1652903287),
(59478, '3220', '500.00', '5', '15.001', '20', '44471000', '48999999', '66000000', '67999999', NULL, 1652903287),
(59479, '3298', '327.00', '9', '20.001', '25', '44471000', '48999999', '66000000', '67999999', NULL, 1652903288),
(59480, '3220', '638.00', '5', '20.001', '25', '44471000', '48999999', '66000000', '67999999', NULL, 1652903288),
(59481, '3298', '398.00', '9', '25.001', '30', '44471000', '48999999', '66000000', '67999999', NULL, 1652903289),
(59482, '3220', '777.00', '5', '25.001', '30', '44471000', '48999999', '66000000', '67999999', NULL, 1652903289),
(59483, '3298', '90.00', '13', '0.3', '5', '44471000', '48999999', '68000000', '68899999', NULL, 1652903291),
(59484, '3220', '183.00', '10', '0.3', '5', '44471000', '48999999', '68000000', '68899999', NULL, 1652903291),
(59485, '3298', '133.00', '13', '5.001', '10', '44471000', '48999999', '68000000', '68899999', NULL, 1652903293),
(59486, '3220', '266.00', '10', '5.001', '10', '44471000', '48999999', '68000000', '68899999', NULL, 1652903295),
(59487, '3298', '215.00', '13', '10.001', '15', '44471000', '48999999', '68000000', '68899999', NULL, 1652903295),
(59488, '3220', '430.00', '10', '10.001', '15', '44471000', '48999999', '68000000', '68899999', NULL, 1652903296),
(59489, '3298', '298.00', '13', '15.001', '20', '44471000', '48999999', '68000000', '68899999', NULL, 1652903296),
(59490, '3220', '595.00', '10', '15.001', '20', '44471000', '48999999', '68000000', '68899999', NULL, 1652903297),
(59491, '3298', '380.00', '13', '20.001', '25', '44471000', '48999999', '68000000', '68899999', NULL, 1652903297),
(59492, '3220', '760.00', '10', '20.001', '25', '44471000', '48999999', '68000000', '68899999', NULL, 1652903298),
(59493, '3298', '463.00', '13', '25.001', '30', '44471000', '48999999', '68000000', '68899999', NULL, 1652903299),
(59494, '3220', '925.00', '10', '25.001', '30', '44471000', '48999999', '68000000', '68899999', NULL, 1652903300),
(59495, '3298', '78.00', '20', '0.3', '5', '44471000', '48999999', '68900000', '68914999', NULL, 1652903300),
(59496, '3220', '154.00', '12', '0.3', '5', '44471000', '48999999', '68900000', '68914999', NULL, 1652903300),
(59497, '3298', '114.00', '20', '5.001', '10', '44471000', '48999999', '68900000', '68914999', NULL, 1652903304),
(59498, '3220', '223.00', '12', '5.001', '10', '44471000', '48999999', '68900000', '68914999', NULL, 1652903305),
(59499, '3298', '185.00', '20', '10.001', '15', '44471000', '48999999', '68900000', '68914999', NULL, 1652903305),
(59500, '3220', '361.00', '12', '10.001', '15', '44471000', '48999999', '68900000', '68914999', NULL, 1652903306),
(59501, '3298', '256.00', '20', '15.001', '20', '44471000', '48999999', '68900000', '68914999', NULL, 1652903310),
(59502, '3220', '500.00', '12', '15.001', '20', '44471000', '48999999', '68900000', '68914999', NULL, 1652903311),
(59503, '3298', '327.00', '20', '20.001', '25', '44471000', '48999999', '68900000', '68914999', NULL, 1652903311),
(59504, '3220', '638.00', '12', '20.001', '25', '44471000', '48999999', '68900000', '68914999', NULL, 1652903312),
(59505, '3298', '398.00', '20', '25.001', '30', '44471000', '48999999', '68900000', '68914999', NULL, 1652903312),
(59506, '3220', '777.00', '12', '25.001', '30', '44471000', '48999999', '68900000', '68914999', NULL, 1652903313),
(59507, '3298', '90.00', '23', '0.3', '5', '44471000', '48999999', '68915000', '68999999', NULL, 1652903313),
(59508, '3220', '183.00', '15', '0.3', '5', '44471000', '48999999', '68915000', '68999999', NULL, 1652903314),
(59509, '3298', '133.00', '23', '5.001', '10', '44471000', '48999999', '68915000', '68999999', NULL, 1652903314),
(59510, '3220', '266.00', '15', '5.001', '10', '44471000', '48999999', '68915000', '68999999', NULL, 1652903315),
(59511, '3298', '215.00', '23', '10.001', '15', '44471000', '48999999', '68915000', '68999999', NULL, 1652903316),
(59512, '3220', '430.00', '15', '10.001', '15', '44471000', '48999999', '68915000', '68999999', NULL, 1652903316),
(59513, '3298', '298.00', '23', '15.001', '20', '44471000', '48999999', '68915000', '68999999', NULL, 1652903317),
(59514, '3220', '595.00', '15', '15.001', '20', '44471000', '48999999', '68915000', '68999999', NULL, 1652903317),
(59515, '3298', '380.00', '23', '20.001', '25', '44471000', '48999999', '68915000', '68999999', NULL, 1652903318),
(59516, '3220', '760.00', '15', '20.001', '25', '44471000', '48999999', '68915000', '68999999', NULL, 1652903318),
(59517, '3298', '463.00', '23', '25.001', '30', '44471000', '48999999', '68915000', '68999999', NULL, 1652903319),
(59518, '3220', '925.00', '15', '25.001', '30', '44471000', '48999999', '68915000', '68999999', NULL, 1652903319),
(59519, '3298', '78.00', '21', '0.3', '5', '44471000', '48999999', '69000000', '69099999', NULL, 1652903320),
(59520, '3220', '154.00', '3', '0.3', '5', '44471000', '48999999', '69000000', '69099999', NULL, 1652903320),
(59521, '3298', '114.00', '21', '5.001', '10', '44471000', '48999999', '69000000', '69099999', NULL, 1652903321),
(59522, '3220', '223.00', '3', '5.001', '10', '44471000', '48999999', '69000000', '69099999', NULL, 1652903322),
(59523, '3298', '185.00', '21', '10.001', '15', '44471000', '48999999', '69000000', '69099999', NULL, 1652903322),
(59524, '3220', '361.00', '3', '10.001', '15', '44471000', '48999999', '69000000', '69099999', NULL, 1652903322),
(59525, '3298', '256.00', '21', '15.001', '20', '44471000', '48999999', '69000000', '69099999', NULL, 1652903323),
(59526, '3220', '500.00', '3', '15.001', '20', '44471000', '48999999', '69000000', '69099999', NULL, 1652903336),
(59527, '3298', '327.00', '21', '20.001', '25', '44471000', '48999999', '69000000', '69099999', NULL, 1652903337),
(59528, '3220', '638.00', '3', '20.001', '25', '44471000', '48999999', '69000000', '69099999', NULL, 1652903337),
(59529, '3298', '398.00', '21', '25.001', '30', '44471000', '48999999', '69000000', '69099999', NULL, 1652903338),
(59530, '3220', '777.00', '3', '25.001', '30', '44471000', '48999999', '69000000', '69099999', NULL, 1652903338),
(59531, '3298', '90.00', '30', '0.3', '5', '44471000', '48999999', '69100000', '69299999', NULL, 1652903339),
(59532, '3220', '183.00', '8', '0.3', '5', '44471000', '48999999', '69100000', '69299999', NULL, 1652903340),
(59533, '3298', '133.00', '30', '5.001', '10', '44471000', '48999999', '69100000', '69299999', NULL, 1652903340),
(59534, '3220', '266.00', '8', '5.001', '10', '44471000', '48999999', '69100000', '69299999', NULL, 1652903341),
(59535, '3298', '215.00', '30', '10.001', '15', '44471000', '48999999', '69100000', '69299999', NULL, 1652903341),
(59536, '3220', '430.00', '8', '10.001', '15', '44471000', '48999999', '69100000', '69299999', NULL, 1652903341),
(59537, '3298', '298.00', '30', '15.001', '20', '44471000', '48999999', '69100000', '69299999', NULL, 1652903342),
(59538, '3220', '595.00', '8', '15.001', '20', '44471000', '48999999', '69100000', '69299999', NULL, 1652903342),
(59539, '3298', '380.00', '30', '20.001', '25', '44471000', '48999999', '69100000', '69299999', NULL, 1652903343),
(59540, '3220', '760.00', '8', '20.001', '25', '44471000', '48999999', '69100000', '69299999', NULL, 1652903344),
(59541, '3298', '463.00', '30', '25.001', '30', '44471000', '48999999', '69100000', '69299999', NULL, 1652903344),
(59542, '3220', '925.00', '8', '25.001', '30', '44471000', '48999999', '69100000', '69299999', NULL, 1652903345),
(59543, '3298', '78.00', '21', '0.3', '5', '44471000', '48999999', '69300000', '69339999', NULL, 1652903345),
(59544, '3220', '154.00', '3', '0.3', '5', '44471000', '48999999', '69300000', '69339999', NULL, 1652903346),
(59545, '3298', '114.00', '21', '5.001', '10', '44471000', '48999999', '69300000', '69339999', NULL, 1652903346),
(59546, '3220', '223.00', '3', '5.001', '10', '44471000', '48999999', '69300000', '69339999', NULL, 1652903347),
(59547, '3298', '185.00', '21', '10.001', '15', '44471000', '48999999', '69300000', '69339999', NULL, 1652903347),
(59548, '3220', '361.00', '3', '10.001', '15', '44471000', '48999999', '69300000', '69339999', NULL, 1652903348),
(59549, '3298', '256.00', '21', '15.001', '20', '44471000', '48999999', '69300000', '69339999', NULL, 1652903349),
(59550, '3220', '500.00', '3', '15.001', '20', '44471000', '48999999', '69300000', '69339999', NULL, 1652903349),
(59551, '3298', '327.00', '21', '20.001', '25', '44471000', '48999999', '69300000', '69339999', NULL, 1652903349),
(59552, '3220', '638.00', '3', '20.001', '25', '44471000', '48999999', '69300000', '69339999', NULL, 1652903350),
(59553, '3298', '398.00', '21', '25.001', '30', '44471000', '48999999', '69300000', '69339999', NULL, 1652903350),
(59554, '3220', '777.00', '3', '25.001', '30', '44471000', '48999999', '69300000', '69339999', NULL, 1652903351),
(59555, '3298', '90.00', '30', '0.3', '5', '44471000', '48999999', '69340000', '69389999', NULL, 1652903351),
(59556, '3220', '183.00', '11', '0.3', '5', '44471000', '48999999', '69340000', '69389999', NULL, 1652903352),
(59557, '3298', '133.00', '30', '5.001', '10', '44471000', '48999999', '69340000', '69389999', NULL, 1652903353),
(59558, '3220', '266.00', '11', '5.001', '10', '44471000', '48999999', '69340000', '69389999', NULL, 1652903353),
(59559, '3298', '215.00', '30', '10.001', '15', '44471000', '48999999', '69340000', '69389999', NULL, 1652903354),
(59560, '3220', '430.00', '11', '10.001', '15', '44471000', '48999999', '69340000', '69389999', NULL, 1652903354),
(59561, '3298', '298.00', '30', '15.001', '20', '44471000', '48999999', '69340000', '69389999', NULL, 1652903354),
(59562, '3220', '595.00', '11', '15.001', '20', '44471000', '48999999', '69340000', '69389999', NULL, 1652903355),
(59563, '3298', '380.00', '30', '20.001', '25', '44471000', '48999999', '69340000', '69389999', NULL, 1652903355),
(59564, '3220', '760.00', '11', '20.001', '25', '44471000', '48999999', '69340000', '69389999', NULL, 1652903356),
(59565, '3298', '463.00', '30', '25.001', '30', '44471000', '48999999', '69340000', '69389999', NULL, 1652903356),
(59566, '3220', '925.00', '11', '25.001', '30', '44471000', '48999999', '69340000', '69389999', NULL, 1652903357),
(59567, '3298', '78.00', '10', '0.3', '5', '44471000', '48999999', '69900000', '69920999', NULL, 1652903357),
(59568, '3220', '154.00', '6', '0.3', '5', '44471000', '48999999', '69900000', '69920999', NULL, 1652903358),
(59569, '3298', '114.00', '10', '5.001', '10', '44471000', '48999999', '69900000', '69920999', NULL, 1652903359),
(59570, '3220', '223.00', '6', '5.001', '10', '44471000', '48999999', '69900000', '69920999', NULL, 1652903359),
(59571, '3298', '185.00', '10', '10.001', '15', '44471000', '48999999', '69900000', '69920999', NULL, 1652903359),
(59572, '3220', '361.00', '6', '10.001', '15', '44471000', '48999999', '69900000', '69920999', NULL, 1652903360),
(59573, '3298', '256.00', '10', '15.001', '20', '44471000', '48999999', '69900000', '69920999', NULL, 1652903361),
(59574, '3220', '500.00', '6', '15.001', '20', '44471000', '48999999', '69900000', '69920999', NULL, 1652903368),
(59575, '3298', '327.00', '10', '20.001', '25', '44471000', '48999999', '69900000', '69920999', NULL, 1652903368),
(59576, '3220', '638.00', '6', '20.001', '25', '44471000', '48999999', '69900000', '69920999', NULL, 1652903369),
(59577, '3298', '398.00', '10', '25.001', '30', '44471000', '48999999', '69900000', '69920999', NULL, 1652903374),
(59578, '3220', '777.00', '6', '25.001', '30', '44471000', '48999999', '69900000', '69920999', NULL, 1652903375),
(59579, '3298', '90.00', '16', '0.3', '5', '44471000', '48999999', '69921000', '69999999', NULL, 1652903375),
(59580, '3220', '183.00', '12', '0.3', '5', '44471000', '48999999', '69921000', '69999999', NULL, 1652903376),
(59581, '3298', '133.00', '16', '5.001', '10', '44471000', '48999999', '69921000', '69999999', NULL, 1652903376),
(59582, '3220', '266.00', '12', '5.001', '10', '44471000', '48999999', '69921000', '69999999', NULL, 1652903377),
(59583, '3298', '215.00', '16', '10.001', '15', '44471000', '48999999', '69921000', '69999999', NULL, 1652903380),
(59584, '3220', '430.00', '12', '10.001', '15', '44471000', '48999999', '69921000', '69999999', NULL, 1652903381),
(59585, '3298', '298.00', '16', '15.001', '20', '44471000', '48999999', '69921000', '69999999', NULL, 1652903381),
(59586, '3220', '595.00', '12', '15.001', '20', '44471000', '48999999', '69921000', '69999999', NULL, 1652903386),
(59587, '3298', '380.00', '16', '20.001', '25', '44471000', '48999999', '69921000', '69999999', NULL, 1652903387),
(59588, '3220', '760.00', '12', '20.001', '25', '44471000', '48999999', '69921000', '69999999', NULL, 1652903387),
(59589, '3298', '463.00', '16', '25.001', '30', '44471000', '48999999', '69921000', '69999999', NULL, 1652903387),
(59590, '3220', '925.00', '12', '25.001', '30', '44471000', '48999999', '69921000', '69999999', NULL, 1652903388),
(59591, '3298', '60.00', '6', '0.3', '5', '44471000', '48999999', '71000000', '73699999', NULL, 1652903388),
(59592, '3220', '132.00', '2', '0.3', '5', '44471000', '48999999', '71000000', '73699999', NULL, 1652903389),
(59593, '3298', '91.00', '6', '5.001', '10', '44471000', '48999999', '71000000', '73699999', NULL, 1652903389),
(59594, '3220', '190.00', '2', '5.001', '10', '44471000', '48999999', '71000000', '73699999', NULL, 1652903389),
(59595, '3298', '148.00', '6', '10.001', '15', '44471000', '48999999', '71000000', '73699999', NULL, 1652903390),
(59596, '3220', '308.00', '2', '10.001', '15', '44471000', '48999999', '71000000', '73699999', NULL, 1652903390),
(59597, '3298', '205.00', '6', '15.001', '20', '44471000', '48999999', '71000000', '73699999', NULL, 1652903391),
(59598, '3220', '427.00', '2', '15.001', '20', '44471000', '48999999', '71000000', '73699999', NULL, 1652903391),
(59599, '3298', '262.00', '6', '20.001', '25', '44471000', '48999999', '71000000', '73699999', NULL, 1652903392),
(59600, '3220', '545.00', '2', '20.001', '25', '44471000', '48999999', '71000000', '73699999', NULL, 1652903392),
(59601, '3298', '319.00', '6', '25.001', '30', '44471000', '48999999', '71000000', '73699999', NULL, 1652903393),
(59602, '3220', '663.00', '2', '25.001', '30', '44471000', '48999999', '71000000', '73699999', NULL, 1652903393),
(59603, '3298', '78.00', '7', '0.3', '5', '44471000', '48999999', '72800000', '73999999', NULL, 1652903394),
(59604, '3220', '154.00', '3', '0.3', '5', '44471000', '48999999', '72800000', '73999999', NULL, 1652903394),
(59605, '3298', '114.00', '7', '5.001', '10', '44471000', '48999999', '72800000', '73999999', NULL, 1652903395),
(59606, '3220', '223.00', '3', '5.001', '10', '44471000', '48999999', '72800000', '73999999', NULL, 1652903395),
(59607, '3298', '185.00', '7', '10.001', '15', '44471000', '48999999', '72800000', '73999999', NULL, 1652903396),
(59608, '3220', '361.00', '3', '10.001', '15', '44471000', '48999999', '72800000', '73999999', NULL, 1652903397),
(59609, '3298', '256.00', '7', '15.001', '20', '44471000', '48999999', '72800000', '73999999', NULL, 1652903397),
(59610, '3220', '500.00', '3', '15.001', '20', '44471000', '48999999', '72800000', '73999999', NULL, 1652903397),
(59611, '3298', '327.00', '7', '20.001', '25', '44471000', '48999999', '72800000', '73999999', NULL, 1652903398),
(59612, '3220', '638.00', '3', '20.001', '25', '44471000', '48999999', '72800000', '73999999', NULL, 1652903399),
(59613, '3298', '398.00', '7', '25.001', '30', '44471000', '48999999', '72800000', '73999999', NULL, 1652903399),
(59614, '3220', '777.00', '3', '25.001', '30', '44471000', '48999999', '72800000', '73999999', NULL, 1652903399),
(59615, '3298', '78.00', '7', '0.3', '5', '44471000', '48999999', '74000000', '74894999', NULL, 1652903401),
(59616, '3220', '154.00', '3', '0.3', '5', '44471000', '48999999', '74000000', '74894999', NULL, 1652903401),
(59617, '3298', '114.00', '7', '5.001', '10', '44471000', '48999999', '74000000', '74894999', NULL, 1652903401),
(59618, '3220', '223.00', '3', '5.001', '10', '44471000', '48999999', '74000000', '74894999', NULL, 1652903402),
(59619, '3298', '185.00', '7', '10.001', '15', '44471000', '48999999', '74000000', '74894999', NULL, 1652903402),
(59620, '3220', '361.00', '3', '10.001', '15', '44471000', '48999999', '74000000', '74894999', NULL, 1652903403),
(59621, '3298', '256.00', '7', '15.001', '20', '44471000', '48999999', '74000000', '74894999', NULL, 1652903403),
(59622, '3220', '500.00', '3', '15.001', '20', '44471000', '48999999', '74000000', '74894999', NULL, 1652903404),
(59623, '3298', '327.00', '7', '20.001', '25', '44471000', '48999999', '74000000', '74894999', NULL, 1652903404),
(59624, '3220', '638.00', '3', '20.001', '25', '44471000', '48999999', '74000000', '74894999', NULL, 1652903405),
(59625, '3298', '398.00', '7', '25.001', '30', '44471000', '48999999', '74000000', '74894999', NULL, 1652903405),
(59626, '3220', '777.00', '3', '25.001', '30', '44471000', '48999999', '74000000', '74894999', NULL, 1652903406),
(59627, '3298', '78.00', '7', '0.3', '5', '44471000', '48999999', '74895000', '76799999', NULL, 1652903406),
(59628, '3220', '154.00', '3', '0.3', '5', '44471000', '48999999', '74895000', '76799999', NULL, 1652903407),
(59629, '3298', '114.00', '7', '5.001', '10', '44471000', '48999999', '74895000', '76799999', NULL, 1652903407),
(59630, '3220', '223.00', '3', '5.001', '10', '44471000', '48999999', '74895000', '76799999', NULL, 1652903408),
(59631, '3298', '185.00', '7', '10.001', '15', '44471000', '48999999', '74895000', '76799999', NULL, 1652903410),
(59632, '3220', '361.00', '3', '10.001', '15', '44471000', '48999999', '74895000', '76799999', NULL, 1652903411),
(59633, '3298', '256.00', '7', '15.001', '20', '44471000', '48999999', '74895000', '76799999', NULL, 1652903411),
(59634, '3220', '500.00', '3', '15.001', '20', '44471000', '48999999', '74895000', '76799999', NULL, 1652903412),
(59635, '3298', '327.00', '7', '20.001', '25', '44471000', '48999999', '74895000', '76799999', NULL, 1652903413),
(59636, '3220', '638.00', '3', '20.001', '25', '44471000', '48999999', '74895000', '76799999', NULL, 1652903413),
(59637, '3298', '398.00', '7', '25.001', '30', '44471000', '48999999', '74895000', '76799999', NULL, 1652903414),
(59638, '3220', '777.00', '3', '25.001', '30', '44471000', '48999999', '74895000', '76799999', NULL, 1652903414),
(59639, '3298', '78.00', '8', '0.3', '5', '44471000', '48999999', '77000000', '77270999', NULL, 1652903415),
(59640, '3220', '154.00', '3', '0.3', '5', '44471000', '48999999', '77000000', '77270999', NULL, 1652903415),
(59641, '3298', '114.00', '8', '5.001', '10', '44471000', '48999999', '77000000', '77270999', NULL, 1652903416),
(59642, '3220', '223.00', '3', '5.001', '10', '44471000', '48999999', '77000000', '77270999', NULL, 1652903417),
(59643, '3298', '185.00', '8', '10.001', '15', '44471000', '48999999', '77000000', '77270999', NULL, 1652903417),
(59644, '3220', '361.00', '3', '10.001', '15', '44471000', '48999999', '77000000', '77270999', NULL, 1652903417),
(59645, '3298', '256.00', '8', '15.001', '20', '44471000', '48999999', '77000000', '77270999', NULL, 1652903418),
(59646, '3220', '500.00', '3', '15.001', '20', '44471000', '48999999', '77000000', '77270999', NULL, 1652903418),
(59647, '3298', '327.00', '8', '20.001', '25', '44471000', '48999999', '77000000', '77270999', NULL, 1652903419),
(59648, '3220', '638.00', '3', '20.001', '25', '44471000', '48999999', '77000000', '77270999', NULL, 1652903419),
(59649, '3298', '398.00', '8', '25.001', '30', '44471000', '48999999', '77000000', '77270999', NULL, 1652903420),
(59650, '3220', '777.00', '3', '25.001', '30', '44471000', '48999999', '77000000', '77270999', NULL, 1652903421),
(59651, '3298', '90.00', '8', '0.3', '5', '44471000', '48999999', '77300000', '77995999', NULL, 1652903422),
(59652, '3220', '183.00', '4', '0.3', '5', '44471000', '48999999', '77300000', '77995999', NULL, 1652903422),
(59653, '3298', '133.00', '8', '5.001', '10', '44471000', '48999999', '77300000', '77995999', NULL, 1652903423),
(59654, '3220', '266.00', '4', '5.001', '10', '44471000', '48999999', '77300000', '77995999', NULL, 1652903424),
(59655, '3298', '215.00', '8', '10.001', '15', '44471000', '48999999', '77300000', '77995999', NULL, 1652903424),
(59656, '3220', '430.00', '4', '10.001', '15', '44471000', '48999999', '77300000', '77995999', NULL, 1652903425),
(59657, '3298', '298.00', '8', '15.001', '20', '44471000', '48999999', '77300000', '77995999', NULL, 1652903425),
(59658, '3220', '595.00', '4', '15.001', '20', '44471000', '48999999', '77300000', '77995999', NULL, 1652903426),
(59659, '3298', '380.00', '8', '20.001', '25', '44471000', '48999999', '77300000', '77995999', NULL, 1652903426),
(59660, '3220', '760.00', '4', '20.001', '25', '44471000', '48999999', '77300000', '77995999', NULL, 1652903427),
(59661, '3298', '463.00', '8', '25.001', '30', '44471000', '48999999', '77300000', '77995999', NULL, 1652903427),
(59662, '3220', '925.00', '4', '25.001', '30', '44471000', '48999999', '77300000', '77995999', NULL, 1652903428),
(59663, '3298', '78.00', '9', '0.3', '5', '44471000', '48999999', '78000000', '78109999', NULL, 1652903429),
(59664, '3220', '154.00', '5', '0.3', '5', '44471000', '48999999', '78000000', '78109999', NULL, 1652903429),
(59665, '3298', '114.00', '9', '5.001', '10', '44471000', '48999999', '78000000', '78109999', NULL, 1652903430),
(59666, '3220', '223.00', '5', '5.001', '10', '44471000', '48999999', '78000000', '78109999', NULL, 1652903431),
(59667, '3298', '185.00', '9', '10.001', '15', '44471000', '48999999', '78000000', '78109999', NULL, 1652903431),
(59668, '3220', '361.00', '5', '10.001', '15', '44471000', '48999999', '78000000', '78109999', NULL, 1652903432),
(59669, '3298', '256.00', '9', '15.001', '20', '44471000', '48999999', '78000000', '78109999', NULL, 1652903432),
(59670, '3220', '500.00', '5', '15.001', '20', '44471000', '48999999', '78000000', '78109999', NULL, 1652903433),
(59671, '3298', '327.00', '9', '20.001', '25', '44471000', '48999999', '78000000', '78109999', NULL, 1652903433),
(59672, '3220', '638.00', '5', '20.001', '25', '44471000', '48999999', '78000000', '78109999', NULL, 1652903434),
(59673, '3298', '398.00', '9', '25.001', '30', '44471000', '48999999', '78000000', '78109999', NULL, 1652903435),
(59674, '3220', '777.00', '5', '25.001', '30', '44471000', '48999999', '78000000', '78109999', NULL, 1652903436),
(59675, '3298', '90.00', '12', '0.3', '5', '44471000', '48999999', '78110000', '78899999', NULL, 1652903437),
(59676, '3220', '183.00', '8', '0.3', '5', '44471000', '48999999', '78110000', '78899999', NULL, 1652903437),
(59677, '3298', '133.00', '12', '5.001', '10', '44471000', '48999999', '78110000', '78899999', NULL, 1652903438),
(59678, '3220', '266.00', '8', '5.001', '10', '44471000', '48999999', '78110000', '78899999', NULL, 1652903438),
(59679, '3298', '215.00', '12', '10.001', '15', '44471000', '48999999', '78110000', '78899999', NULL, 1652903439),
(59680, '3220', '430.00', '8', '10.001', '15', '44471000', '48999999', '78110000', '78899999', NULL, 1652903440),
(59681, '3298', '298.00', '12', '15.001', '20', '44471000', '48999999', '78110000', '78899999', NULL, 1652903440),
(59682, '3220', '595.00', '8', '15.001', '20', '44471000', '48999999', '78110000', '78899999', NULL, 1652903441);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(59683, '3298', '380.00', '12', '20.001', '25', '44471000', '48999999', '78110000', '78899999', NULL, 1652903442),
(59684, '3220', '760.00', '8', '20.001', '25', '44471000', '48999999', '78110000', '78899999', NULL, 1652903442),
(59685, '3298', '463.00', '12', '25.001', '30', '44471000', '48999999', '78110000', '78899999', NULL, 1652903443),
(59686, '3220', '925.00', '8', '25.001', '30', '44471000', '48999999', '78110000', '78899999', NULL, 1652903443),
(59687, '3298', '90.00', '11', '0.3', '5', '44471000', '48999999', '78900000', '78930999', NULL, 1652903444),
(59688, '3220', '183.00', '7', '0.3', '5', '44471000', '48999999', '78900000', '78930999', NULL, 1652903444),
(59689, '3298', '133.00', '11', '5.001', '10', '44471000', '48999999', '78900000', '78930999', NULL, 1652903445),
(59690, '3220', '266.00', '7', '5.001', '10', '44471000', '48999999', '78900000', '78930999', NULL, 1652903446),
(59691, '3298', '215.00', '11', '10.001', '15', '44471000', '48999999', '78900000', '78930999', NULL, 1652903446),
(59692, '3220', '430.00', '7', '10.001', '15', '44471000', '48999999', '78900000', '78930999', NULL, 1652903447),
(59693, '3298', '298.00', '11', '15.001', '20', '44471000', '48999999', '78900000', '78930999', NULL, 1652903447),
(59694, '3220', '595.00', '7', '15.001', '20', '44471000', '48999999', '78900000', '78930999', NULL, 1652903448),
(59695, '3298', '380.00', '11', '20.001', '25', '44471000', '48999999', '78900000', '78930999', NULL, 1652903448),
(59696, '3220', '760.00', '7', '20.001', '25', '44471000', '48999999', '78900000', '78930999', NULL, 1652903449),
(59697, '3298', '463.00', '11', '25.001', '30', '44471000', '48999999', '78900000', '78930999', NULL, 1652903449),
(59698, '3220', '925.00', '7', '25.001', '30', '44471000', '48999999', '78900000', '78930999', NULL, 1652903450),
(59699, '3298', '90.00', '10', '0.3', '5', '44471000', '48999999', '78931000', '78999999', NULL, 1652903450),
(59700, '3220', '183.00', '6', '0.3', '5', '44471000', '48999999', '78931000', '78999999', NULL, 1652903451),
(59701, '3298', '133.00', '10', '5.001', '10', '44471000', '48999999', '78931000', '78999999', NULL, 1652903451),
(59702, '3220', '266.00', '6', '5.001', '10', '44471000', '48999999', '78931000', '78999999', NULL, 1652903452),
(59703, '3298', '215.00', '10', '10.001', '15', '44471000', '48999999', '78931000', '78999999', NULL, 1652903452),
(59704, '3220', '430.00', '6', '10.001', '15', '44471000', '48999999', '78931000', '78999999', NULL, 1652903453),
(59705, '3298', '298.00', '10', '15.001', '20', '44471000', '48999999', '78931000', '78999999', NULL, 1652903454),
(59706, '3220', '595.00', '6', '15.001', '20', '44471000', '48999999', '78931000', '78999999', NULL, 1652903454),
(59707, '3298', '380.00', '10', '20.001', '25', '44471000', '48999999', '78931000', '78999999', NULL, 1652903455),
(59708, '3220', '760.00', '6', '20.001', '25', '44471000', '48999999', '78931000', '78999999', NULL, 1652903456),
(59709, '3298', '463.00', '10', '25.001', '30', '44471000', '48999999', '78931000', '78999999', NULL, 1652903456),
(59710, '3220', '925.00', '6', '25.001', '30', '44471000', '48999999', '78931000', '78999999', NULL, 1652903456),
(59711, '3298', '78.00', '7', '0.3', '5', '44471000', '48999999', '79000000', '79129999', NULL, 1652903457),
(59712, '3220', '154.00', '3', '0.3', '5', '44471000', '48999999', '79000000', '79129999', NULL, 1652903458),
(59713, '3298', '114.00', '7', '5.001', '10', '44471000', '48999999', '79000000', '79129999', NULL, 1652903458),
(59714, '3220', '223.00', '3', '5.001', '10', '44471000', '48999999', '79000000', '79129999', NULL, 1652903459),
(59715, '3298', '185.00', '7', '10.001', '15', '44471000', '48999999', '79000000', '79129999', NULL, 1652903459),
(59716, '3220', '361.00', '3', '10.001', '15', '44471000', '48999999', '79000000', '79129999', NULL, 1652903460),
(59717, '3298', '256.00', '7', '15.001', '20', '44471000', '48999999', '79000000', '79129999', NULL, 1652903460),
(59718, '3220', '500.00', '3', '15.001', '20', '44471000', '48999999', '79000000', '79129999', NULL, 1652903461),
(59719, '3298', '327.00', '7', '20.001', '25', '44471000', '48999999', '79000000', '79129999', NULL, 1652903462),
(59720, '3220', '638.00', '3', '20.001', '25', '44471000', '48999999', '79000000', '79129999', NULL, 1652903462),
(59721, '3298', '398.00', '7', '25.001', '30', '44471000', '48999999', '79000000', '79129999', NULL, 1652903462),
(59722, '3220', '777.00', '3', '25.001', '30', '44471000', '48999999', '79000000', '79129999', NULL, 1652903463),
(59723, '3298', '90.00', '12', '0.3', '5', '44471000', '48999999', '79130000', '79999999', NULL, 1652903463),
(59724, '3220', '183.00', '8', '0.3', '5', '44471000', '48999999', '79130000', '79999999', NULL, 1652903464),
(59725, '3298', '133.00', '12', '5.001', '10', '44471000', '48999999', '79130000', '79999999', NULL, 1652903465),
(59726, '3220', '266.00', '8', '5.001', '10', '44471000', '48999999', '79130000', '79999999', NULL, 1652903465),
(59727, '3298', '215.00', '12', '10.001', '15', '44471000', '48999999', '79130000', '79999999', NULL, 1652903466),
(59728, '3220', '430.00', '8', '10.001', '15', '44471000', '48999999', '79130000', '79999999', NULL, 1652903466),
(59729, '3298', '298.00', '12', '15.001', '20', '44471000', '48999999', '79130000', '79999999', NULL, 1652903467),
(59730, '3220', '595.00', '8', '15.001', '20', '44471000', '48999999', '79130000', '79999999', NULL, 1652903467),
(59731, '3298', '380.00', '12', '20.001', '25', '44471000', '48999999', '79130000', '79999999', NULL, 1652903468),
(59732, '3220', '760.00', '8', '20.001', '25', '44471000', '48999999', '79130000', '79999999', NULL, 1652903468),
(59733, '3298', '463.00', '12', '25.001', '30', '44471000', '48999999', '79130000', '79999999', NULL, 1652903469),
(59734, '3220', '925.00', '8', '25.001', '30', '44471000', '48999999', '79130000', '79999999', NULL, 1652903470),
(59735, '3298', '78.00', '6', '0.3', '5', '44471000', '48999999', '80000000', '82999999', NULL, 1652903470),
(59736, '3220', '154.00', '2', '0.3', '5', '44471000', '48999999', '80000000', '82999999', NULL, 1652903471),
(59737, '3298', '114.00', '6', '5.001', '10', '44471000', '48999999', '80000000', '82999999', NULL, 1652903471),
(59738, '3220', '223.00', '2', '5.001', '10', '44471000', '48999999', '80000000', '82999999', NULL, 1652903472),
(59739, '3298', '185.00', '6', '10.001', '15', '44471000', '48999999', '80000000', '82999999', NULL, 1652903472),
(59740, '3220', '361.00', '2', '10.001', '15', '44471000', '48999999', '80000000', '82999999', NULL, 1652903473),
(59741, '3298', '256.00', '6', '15.001', '20', '44471000', '48999999', '80000000', '82999999', NULL, 1652903473),
(59742, '3220', '500.00', '2', '15.001', '20', '44471000', '48999999', '80000000', '82999999', NULL, 1652903474),
(59743, '3298', '327.00', '6', '20.001', '25', '44471000', '48999999', '80000000', '82999999', NULL, 1652903474),
(59744, '3220', '638.00', '2', '20.001', '25', '44471000', '48999999', '80000000', '82999999', NULL, 1652903475),
(59745, '3298', '398.00', '6', '25.001', '30', '44471000', '48999999', '80000000', '82999999', NULL, 1652903475),
(59746, '3220', '777.00', '2', '25.001', '30', '44471000', '48999999', '80000000', '82999999', NULL, 1652903475),
(59747, '3298', '78.00', '6', '0.3', '5', '44471000', '48999999', '80000000', '83800999', NULL, 1652903476),
(59748, '3220', '154.00', '2', '0.3', '5', '44471000', '48999999', '80000000', '83800999', NULL, 1652903477),
(59749, '3298', '114.00', '6', '5.001', '10', '44471000', '48999999', '80000000', '83800999', NULL, 1652903477),
(59750, '3220', '223.00', '2', '5.001', '10', '44471000', '48999999', '80000000', '83800999', NULL, 1652903478),
(59751, '3298', '185.00', '6', '10.001', '15', '44471000', '48999999', '80000000', '83800999', NULL, 1652903478),
(59752, '3220', '361.00', '2', '10.001', '15', '44471000', '48999999', '80000000', '83800999', NULL, 1652903479),
(59753, '3298', '256.00', '6', '15.001', '20', '44471000', '48999999', '80000000', '83800999', NULL, 1652903479),
(59754, '3220', '500.00', '2', '15.001', '20', '44471000', '48999999', '80000000', '83800999', NULL, 1652903480),
(59755, '3298', '327.00', '6', '20.001', '25', '44471000', '48999999', '80000000', '83800999', NULL, 1652903481),
(59756, '3220', '638.00', '2', '20.001', '25', '44471000', '48999999', '80000000', '83800999', NULL, 1652903481),
(59757, '3298', '398.00', '6', '25.001', '30', '44471000', '48999999', '80000000', '83800999', NULL, 1652903482),
(59758, '3220', '777.00', '2', '25.001', '30', '44471000', '48999999', '80000000', '83800999', NULL, 1652903483),
(59759, '3298', '90.00', '11', '0.3', '5', '44471000', '48999999', '83801000', '87999999', NULL, 1652903483),
(59760, '3220', '183.00', '6', '0.3', '5', '44471000', '48999999', '83801000', '87999999', NULL, 1652903484),
(59761, '3298', '133.00', '11', '5.001', '10', '44471000', '48999999', '83801000', '87999999', NULL, 1652903484),
(59762, '3220', '266.00', '6', '5.001', '10', '44471000', '48999999', '83801000', '87999999', NULL, 1652903485),
(59763, '3298', '215.00', '11', '10.001', '15', '44471000', '48999999', '83801000', '87999999', NULL, 1652903486),
(59764, '3220', '430.00', '6', '10.001', '15', '44471000', '48999999', '83801000', '87999999', NULL, 1652903486),
(59765, '3298', '298.00', '11', '15.001', '20', '44471000', '48999999', '83801000', '87999999', NULL, 1652903487),
(59766, '3220', '595.00', '6', '15.001', '20', '44471000', '48999999', '83801000', '87999999', NULL, 1652903487),
(59767, '3298', '380.00', '11', '20.001', '25', '44471000', '48999999', '83801000', '87999999', NULL, 1652903487),
(59768, '3220', '760.00', '6', '20.001', '25', '44471000', '48999999', '83801000', '87999999', NULL, 1652903488),
(59769, '3298', '463.00', '11', '25.001', '30', '44471000', '48999999', '83801000', '87999999', NULL, 1652903488),
(59770, '3220', '925.00', '6', '25.001', '30', '44471000', '48999999', '83801000', '87999999', NULL, 1652903489),
(59771, '3298', '78.00', '7', '0.3', '5', '44471000', '48999999', '88000000', '82999999', NULL, 1652903489),
(59772, '3220', '154.00', '3', '0.3', '5', '44471000', '48999999', '88000000', '82999999', NULL, 1652903490),
(59773, '3298', '114.00', '7', '5.001', '10', '44471000', '48999999', '88000000', '82999999', NULL, 1652903491),
(59774, '3220', '223.00', '3', '5.001', '10', '44471000', '48999999', '88000000', '82999999', NULL, 1652903491),
(59775, '3298', '185.00', '7', '10.001', '15', '44471000', '48999999', '88000000', '82999999', NULL, 1652903492),
(59776, '3220', '361.00', '3', '10.001', '15', '44471000', '48999999', '88000000', '82999999', NULL, 1652903492),
(59777, '3298', '256.00', '7', '15.001', '20', '44471000', '48999999', '88000000', '82999999', NULL, 1652903492),
(59778, '3220', '500.00', '3', '15.001', '20', '44471000', '48999999', '88000000', '82999999', NULL, 1652903493),
(59779, '3298', '327.00', '7', '20.001', '25', '44471000', '48999999', '88000000', '82999999', NULL, 1652903493),
(59780, '3220', '638.00', '3', '20.001', '25', '44471000', '48999999', '88000000', '82999999', NULL, 1652903494),
(59781, '3298', '398.00', '7', '25.001', '30', '44471000', '48999999', '88000000', '82999999', NULL, 1652903494),
(59782, '3220', '777.00', '3', '25.001', '30', '44471000', '48999999', '88000000', '82999999', NULL, 1652903494),
(59783, '3298', '78.00', '7', '0.3', '5', '44471000', '48999999', '88000000', '88469999', NULL, 1652903495),
(59784, '3220', '154.00', '3', '0.3', '5', '44471000', '48999999', '88000000', '88469999', NULL, 1652903496),
(59785, '3298', '114.00', '7', '5.001', '10', '44471000', '48999999', '88000000', '88469999', NULL, 1652903496),
(59786, '3220', '223.00', '3', '5.001', '10', '44471000', '48999999', '88000000', '88469999', NULL, 1652903497),
(59787, '3298', '185.00', '7', '10.001', '15', '44471000', '48999999', '88000000', '88469999', NULL, 1652903497),
(59788, '3220', '361.00', '3', '10.001', '15', '44471000', '48999999', '88000000', '88469999', NULL, 1652903498),
(59789, '3298', '256.00', '7', '15.001', '20', '44471000', '48999999', '88000000', '88469999', NULL, 1652903498),
(59790, '3220', '500.00', '3', '15.001', '20', '44471000', '48999999', '88000000', '88469999', NULL, 1652903499),
(59791, '3298', '327.00', '7', '20.001', '25', '44471000', '48999999', '88000000', '88469999', NULL, 1652903499),
(59792, '3220', '638.00', '3', '20.001', '25', '44471000', '48999999', '88000000', '88469999', NULL, 1652903500),
(59793, '3298', '398.00', '7', '25.001', '30', '44471000', '48999999', '88000000', '88469999', NULL, 1652903500),
(59794, '3220', '777.00', '3', '25.001', '30', '44471000', '48999999', '88000000', '88469999', NULL, 1652903500),
(59795, '3298', '78.00', '7', '0.3', '5', '44471000', '48999999', '88470000', '89999999', NULL, 1652903501),
(59796, '3220', '154.00', '3', '0.3', '5', '44471000', '48999999', '88470000', '89999999', NULL, 1652903501),
(59797, '3298', '114.00', '7', '5.001', '10', '44471000', '48999999', '88470000', '89999999', NULL, 1652903502),
(59798, '3220', '223.00', '3', '5.001', '10', '44471000', '48999999', '88470000', '89999999', NULL, 1652903502),
(59799, '3298', '185.00', '7', '10.001', '15', '44471000', '48999999', '88470000', '89999999', NULL, 1652903503),
(59800, '3220', '361.00', '3', '10.001', '15', '44471000', '48999999', '88470000', '89999999', NULL, 1652903503),
(59801, '3298', '256.00', '7', '15.001', '20', '44471000', '48999999', '88470000', '89999999', NULL, 1652903504),
(59802, '3220', '500.00', '3', '15.001', '20', '44471000', '48999999', '88470000', '89999999', NULL, 1652903504),
(59803, '3298', '327.00', '7', '20.001', '25', '44471000', '48999999', '88470000', '89999999', NULL, 1652903505),
(59804, '3220', '638.00', '3', '20.001', '25', '44471000', '48999999', '88470000', '89999999', NULL, 1652903505),
(59805, '3298', '398.00', '7', '25.001', '30', '44471000', '48999999', '88470000', '89999999', NULL, 1652903506),
(59806, '3220', '777.00', '3', '25.001', '30', '44471000', '48999999', '88470000', '89999999', NULL, 1652903506),
(59807, '3298', '78.00', '7', '0.3', '5', '44471000', '48999999', '90000000', '91999999', NULL, 1652903507),
(59808, '3220', '154.00', '3', '0.3', '5', '44471000', '48999999', '90000000', '91999999', NULL, 1652903507),
(59809, '3298', '114.00', '7', '5.001', '10', '44471000', '48999999', '90000000', '91999999', NULL, 1652903508),
(59810, '3220', '223.00', '3', '5.001', '10', '44471000', '48999999', '90000000', '91999999', NULL, 1652903508),
(59811, '3298', '185.00', '7', '10.001', '15', '44471000', '48999999', '90000000', '91999999', NULL, 1652903509),
(59812, '3220', '361.00', '3', '10.001', '15', '44471000', '48999999', '90000000', '91999999', NULL, 1652903509),
(59813, '3298', '256.00', '7', '15.001', '20', '44471000', '48999999', '90000000', '91999999', NULL, 1652903510),
(59814, '3220', '500.00', '3', '15.001', '20', '44471000', '48999999', '90000000', '91999999', NULL, 1652903510),
(59815, '3298', '327.00', '7', '20.001', '25', '44471000', '48999999', '90000000', '91999999', NULL, 1652903511),
(59816, '3220', '638.00', '3', '20.001', '25', '44471000', '48999999', '90000000', '91999999', NULL, 1652903511),
(59817, '3298', '398.00', '7', '25.001', '30', '44471000', '48999999', '90000000', '91999999', NULL, 1652903512),
(59818, '3220', '777.00', '3', '25.001', '30', '44471000', '48999999', '90000000', '91999999', NULL, 1652903512),
(59819, '3298', '78.00', '7', '0.3', '5', '44471000', '48999999', '90000000', '94900999', NULL, 1652903513),
(59820, '3220', '154.00', '3', '0.3', '5', '44471000', '48999999', '90000000', '94900999', NULL, 1652903513),
(59821, '3298', '114.00', '7', '5.001', '10', '44471000', '48999999', '90000000', '94900999', NULL, 1652903514),
(59822, '3220', '223.00', '3', '5.001', '10', '44471000', '48999999', '90000000', '94900999', NULL, 1652903514),
(59823, '3298', '185.00', '7', '10.001', '15', '44471000', '48999999', '90000000', '94900999', NULL, 1652903515),
(59824, '3220', '361.00', '3', '10.001', '15', '44471000', '48999999', '90000000', '94900999', NULL, 1652903515),
(59825, '3298', '256.00', '7', '15.001', '20', '44471000', '48999999', '90000000', '94900999', NULL, 1652903516),
(59826, '3220', '500.00', '3', '15.001', '20', '44471000', '48999999', '90000000', '94900999', NULL, 1652903516),
(59827, '3298', '327.00', '7', '20.001', '25', '44471000', '48999999', '90000000', '94900999', NULL, 1652903517),
(59828, '3220', '638.00', '3', '20.001', '25', '44471000', '48999999', '90000000', '94900999', NULL, 1652903517),
(59829, '3298', '398.00', '7', '25.001', '30', '44471000', '48999999', '90000000', '94900999', NULL, 1652903517),
(59830, '3220', '777.00', '3', '25.001', '30', '44471000', '48999999', '90000000', '94900999', NULL, 1652903518),
(59831, '3298', '90.00', '13', '0.3', '5', '44471000', '48999999', '94901000', '99999999', NULL, 1652903518),
(59832, '3220', '183.00', '8', '0.3', '5', '44471000', '48999999', '94901000', '99999999', NULL, 1652903519),
(59833, '3298', '133.00', '13', '5.001', '10', '44471000', '48999999', '94901000', '99999999', NULL, 1652903519),
(59834, '3220', '266.00', '8', '5.001', '10', '44471000', '48999999', '94901000', '99999999', NULL, 1652903520),
(59835, '3298', '215.00', '13', '10.001', '15', '44471000', '48999999', '94901000', '99999999', NULL, 1652903520),
(59836, '3220', '430.00', '8', '10.001', '15', '44471000', '48999999', '94901000', '99999999', NULL, 1652903521),
(59837, '3298', '298.00', '13', '15.001', '20', '44471000', '48999999', '94901000', '99999999', NULL, 1652903521),
(59838, '3220', '595.00', '8', '15.001', '20', '44471000', '48999999', '94901000', '99999999', NULL, 1652903522),
(59839, '3298', '380.00', '13', '20.001', '25', '44471000', '48999999', '94901000', '99999999', NULL, 1652903523),
(59840, '3220', '760.00', '8', '20.001', '25', '44471000', '48999999', '94901000', '99999999', NULL, 1652903523),
(59841, '3298', '463.00', '13', '25.001', '30', '44471000', '48999999', '94901000', '99999999', NULL, 1652903524),
(59842, '3220', '925.00', '8', '25.001', '30', '44471000', '48999999', '94901000', '99999999', NULL, 1652903525),
(59843, '3298', '45.00', '7', '0.3', '5', '49000000', '49099999', '01000000', '08499999', NULL, 1652903525),
(59844, '3220', '137.00', '1', '0.3', '5', '49000000', '49099999', '01000000', '08499999', NULL, 1652903526),
(59845, '3298', '71.00', '7', '5.001', '10', '49000000', '49099999', '01000000', '08499999', NULL, 1652903526),
(59846, '3220', '214.00', '1', '5.001', '10', '49000000', '49099999', '01000000', '08499999', NULL, 1652903527),
(59847, '3298', '116.00', '7', '10.001', '15', '49000000', '49099999', '01000000', '08499999', NULL, 1652903528),
(59848, '3220', '346.00', '1', '10.001', '15', '49000000', '49099999', '01000000', '08499999', NULL, 1652903528),
(59849, '3298', '160.00', '7', '15.001', '20', '49000000', '49099999', '01000000', '08499999', NULL, 1652903529),
(59850, '3220', '479.00', '1', '15.001', '20', '49000000', '49099999', '01000000', '08499999', NULL, 1652903530),
(59851, '3298', '205.00', '7', '20.001', '25', '49000000', '49099999', '01000000', '08499999', NULL, 1652903530),
(59852, '3220', '612.00', '1', '20.001', '25', '49000000', '49099999', '01000000', '08499999', NULL, 1652903531),
(59853, '3298', '249.00', '7', '25.001', '30', '49000000', '49099999', '01000000', '08499999', NULL, 1652903531),
(59854, '3220', '744.00', '1', '25.001', '30', '49000000', '49099999', '01000000', '08499999', NULL, 1652903532),
(59855, '3298', '45.00', '7', '0.3', '5', '49000000', '49099999', '06000000', '09999999', NULL, 1652903532),
(59856, '3220', '137.00', '2', '0.3', '5', '49000000', '49099999', '06000000', '09999999', NULL, 1652903533),
(59857, '3298', '71.00', '7', '5.001', '10', '49000000', '49099999', '06000000', '09999999', NULL, 1652903534),
(59858, '3220', '214.00', '2', '5.001', '10', '49000000', '49099999', '06000000', '09999999', NULL, 1652903534),
(59859, '3298', '116.00', '7', '10.001', '15', '49000000', '49099999', '06000000', '09999999', NULL, 1652903535),
(59860, '3220', '346.00', '2', '10.001', '15', '49000000', '49099999', '06000000', '09999999', NULL, 1652903535),
(59861, '3298', '160.00', '7', '15.001', '20', '49000000', '49099999', '06000000', '09999999', NULL, 1652903536),
(59862, '3220', '479.00', '2', '15.001', '20', '49000000', '49099999', '06000000', '09999999', NULL, 1652903537),
(59863, '3298', '205.00', '7', '20.001', '25', '49000000', '49099999', '06000000', '09999999', NULL, 1652903538),
(59864, '3220', '612.00', '2', '20.001', '25', '49000000', '49099999', '06000000', '09999999', NULL, 1652903538),
(59865, '3298', '249.00', '7', '25.001', '30', '49000000', '49099999', '06000000', '09999999', NULL, 1652903539),
(59866, '3220', '744.00', '2', '25.001', '30', '49000000', '49099999', '06000000', '09999999', NULL, 1652903539),
(59867, '3298', '45.00', '7', '0.3', '5', '49000000', '49099999', '11000000', '11999999', NULL, 1652903540),
(59868, '3220', '137.00', '3', '0.3', '5', '49000000', '49099999', '11000000', '11999999', NULL, 1652903541),
(59869, '3298', '71.00', '7', '5.001', '10', '49000000', '49099999', '11000000', '11999999', NULL, 1652903541),
(59870, '3220', '214.00', '3', '5.001', '10', '49000000', '49099999', '11000000', '11999999', NULL, 1652903542),
(59871, '3298', '116.00', '7', '10.001', '15', '49000000', '49099999', '11000000', '11999999', NULL, 1652903542),
(59872, '3220', '346.00', '3', '10.001', '15', '49000000', '49099999', '11000000', '11999999', NULL, 1652903543),
(59873, '3298', '160.00', '7', '15.001', '20', '49000000', '49099999', '11000000', '11999999', NULL, 1652903544),
(59874, '3220', '479.00', '3', '15.001', '20', '49000000', '49099999', '11000000', '11999999', NULL, 1652903544),
(59875, '3298', '205.00', '7', '20.001', '25', '49000000', '49099999', '11000000', '11999999', NULL, 1652903545),
(59876, '3220', '612.00', '3', '20.001', '25', '49000000', '49099999', '11000000', '11999999', NULL, 1652903546),
(59877, '3298', '249.00', '7', '25.001', '30', '49000000', '49099999', '11000000', '11999999', NULL, 1652903546),
(59878, '3220', '744.00', '3', '25.001', '30', '49000000', '49099999', '11000000', '11999999', NULL, 1652903547),
(59879, '3298', '45.00', '7', '0.3', '5', '49000000', '49099999', '12000000', '19999999', NULL, 1652903547),
(59880, '3220', '137.00', '2', '0.3', '5', '49000000', '49099999', '12000000', '19999999', NULL, 1652903548),
(59881, '3298', '71.00', '7', '5.001', '10', '49000000', '49099999', '12000000', '19999999', NULL, 1652903549),
(59882, '3220', '214.00', '2', '5.001', '10', '49000000', '49099999', '12000000', '19999999', NULL, 1652903549),
(59883, '3298', '116.00', '7', '10.001', '15', '49000000', '49099999', '12000000', '19999999', NULL, 1652903550),
(59884, '3220', '346.00', '2', '10.001', '15', '49000000', '49099999', '12000000', '19999999', NULL, 1652903551),
(59885, '3298', '160.00', '7', '15.001', '20', '49000000', '49099999', '12000000', '19999999', NULL, 1652903552),
(59886, '3220', '479.00', '2', '15.001', '20', '49000000', '49099999', '12000000', '19999999', NULL, 1652903552),
(59887, '3298', '205.00', '7', '20.001', '25', '49000000', '49099999', '12000000', '19999999', NULL, 1652903553),
(59888, '3220', '612.00', '2', '20.001', '25', '49000000', '49099999', '12000000', '19999999', NULL, 1652903553),
(59889, '3298', '249.00', '7', '25.001', '30', '49000000', '49099999', '12000000', '19999999', NULL, 1652903554),
(59890, '3220', '744.00', '2', '25.001', '30', '49000000', '49099999', '12000000', '19999999', NULL, 1652903554),
(59891, '3298', '90.00', '8', '0.3', '5', '49000000', '49099999', '26601000', '28999999', NULL, 1652903565),
(59892, '3220', '183.00', '4', '0.3', '5', '49000000', '49099999', '26601000', '28999999', NULL, 1652903566),
(59893, '3298', '133.00', '8', '5.001', '10', '49000000', '49099999', '26601000', '28999999', NULL, 1652903567),
(59894, '3220', '266.00', '4', '5.001', '10', '49000000', '49099999', '26601000', '28999999', NULL, 1652903568),
(59895, '3298', '215.00', '8', '10.001', '15', '49000000', '49099999', '26601000', '28999999', NULL, 1652903569),
(59896, '3220', '430.00', '4', '10.001', '15', '49000000', '49099999', '26601000', '28999999', NULL, 1652903569),
(59897, '3298', '298.00', '8', '15.001', '20', '49000000', '49099999', '26601000', '28999999', NULL, 1652903570),
(59898, '3220', '595.00', '4', '15.001', '20', '49000000', '49099999', '26601000', '28999999', NULL, 1652903570),
(59899, '3298', '380.00', '8', '20.001', '25', '49000000', '49099999', '26601000', '28999999', NULL, 1652903571),
(59900, '3220', '760.00', '4', '20.001', '25', '49000000', '49099999', '26601000', '28999999', NULL, 1652903572),
(59901, '3298', '463.00', '8', '25.001', '30', '49000000', '49099999', '26601000', '28999999', NULL, 1652903572),
(59902, '3220', '925.00', '4', '25.001', '30', '49000000', '49099999', '26601000', '28999999', NULL, 1652903573),
(59903, '3298', '38.00', '7', '0.3', '5', '49000000', '49099999', '29000000', '29099999', NULL, 1652903573),
(59904, '3220', '113.00', '2', '0.3', '5', '49000000', '49099999', '29000000', '29099999', NULL, 1652903574),
(59905, '3298', '58.00', '7', '5.001', '10', '49000000', '49099999', '29000000', '29099999', NULL, 1652903574),
(59906, '3220', '176.00', '2', '5.001', '10', '49000000', '49099999', '29000000', '29099999', NULL, 1652903575),
(59907, '3298', '94.00', '7', '10.001', '15', '49000000', '49099999', '29000000', '29099999', NULL, 1652903575),
(59908, '3220', '286.00', '2', '10.001', '15', '49000000', '49099999', '29000000', '29099999', NULL, 1652903576),
(59909, '3298', '130.00', '7', '15.001', '20', '49000000', '49099999', '29000000', '29099999', NULL, 1652903577),
(59910, '3220', '396.00', '2', '15.001', '20', '49000000', '49099999', '29000000', '29099999', NULL, 1652903578),
(59911, '3298', '166.00', '7', '20.001', '25', '49000000', '49099999', '29000000', '29099999', NULL, 1652903578),
(59912, '3220', '505.00', '2', '20.001', '25', '49000000', '49099999', '29000000', '29099999', NULL, 1652903579),
(59913, '3298', '202.00', '7', '25.001', '30', '49000000', '49099999', '29000000', '29099999', NULL, 1652903580),
(59914, '3220', '615.00', '2', '25.001', '30', '49000000', '49099999', '29000000', '29099999', NULL, 1652903580),
(59915, '3298', '70.00', '9', '0.3', '5', '49000000', '49099999', '29100000', '29999999', NULL, 1652903581),
(59916, '3220', '157.00', '5', '0.3', '5', '49000000', '49099999', '29100000', '29999999', NULL, 1652903582),
(59917, '3298', '106.00', '9', '5.001', '10', '49000000', '49099999', '29100000', '29999999', NULL, 1652903582),
(59918, '3220', '226.00', '5', '5.001', '10', '49000000', '49099999', '29100000', '29999999', NULL, 1652903583),
(59919, '3298', '172.00', '9', '10.001', '15', '49000000', '49099999', '29100000', '29999999', NULL, 1652903584),
(59920, '3220', '367.00', '5', '10.001', '15', '49000000', '49099999', '29100000', '29999999', NULL, 1652903584),
(59921, '3298', '239.00', '9', '15.001', '20', '49000000', '49099999', '29100000', '29999999', NULL, 1652903585),
(59922, '3220', '508.00', '5', '15.001', '20', '49000000', '49099999', '29100000', '29999999', NULL, 1652903585),
(59923, '3298', '305.00', '9', '20.001', '25', '49000000', '49099999', '29100000', '29999999', NULL, 1652903586),
(59924, '3220', '649.00', '5', '20.001', '25', '49000000', '49099999', '29100000', '29999999', NULL, 1652903586),
(59925, '3298', '371.00', '9', '25.001', '30', '49000000', '49099999', '29100000', '29999999', NULL, 1652903587),
(59926, '3220', '789.00', '5', '25.001', '30', '49000000', '49099999', '29100000', '29999999', NULL, 1652903587),
(59927, '3298', '38.00', '6', '0.3', '5', '49000000', '49099999', '30000000', '31999999', NULL, 1652903588),
(59928, '3220', '113.00', '2', '0.3', '5', '49000000', '49099999', '30000000', '31999999', NULL, 1652903589),
(59929, '3298', '58.00', '6', '5.001', '10', '49000000', '49099999', '30000000', '31999999', NULL, 1652903589),
(59930, '3220', '176.00', '2', '5.001', '10', '49000000', '49099999', '30000000', '31999999', NULL, 1652903590),
(59931, '3298', '94.00', '6', '10.001', '15', '49000000', '49099999', '30000000', '31999999', NULL, 1652903590),
(59932, '3220', '286.00', '2', '10.001', '15', '49000000', '49099999', '30000000', '31999999', NULL, 1652903591),
(59933, '3298', '130.00', '6', '15.001', '20', '49000000', '49099999', '30000000', '31999999', NULL, 1652903591),
(59934, '3220', '396.00', '2', '15.001', '20', '49000000', '49099999', '30000000', '31999999', NULL, 1652903592),
(59935, '3298', '166.00', '6', '20.001', '25', '49000000', '49099999', '30000000', '31999999', NULL, 1652903592),
(59936, '3220', '505.00', '2', '20.001', '25', '49000000', '49099999', '30000000', '31999999', NULL, 1652903593),
(59937, '3298', '202.00', '6', '25.001', '30', '49000000', '49099999', '30000000', '31999999', NULL, 1652903593),
(59938, '3220', '615.00', '2', '25.001', '30', '49000000', '49099999', '30000000', '31999999', NULL, 1652903594),
(59939, '3298', '38.00', '6', '0.3', '5', '49000000', '49099999', '30000000', '34999999', NULL, 1652903594),
(59940, '3220', '113.00', '2', '0.3', '5', '49000000', '49099999', '30000000', '34999999', NULL, 1652903595),
(59941, '3298', '58.00', '6', '5.001', '10', '49000000', '49099999', '30000000', '34999999', NULL, 1652903595),
(59942, '3220', '176.00', '2', '5.001', '10', '49000000', '49099999', '30000000', '34999999', NULL, 1652903596),
(59943, '3298', '94.00', '6', '10.001', '15', '49000000', '49099999', '30000000', '34999999', NULL, 1652903596),
(59944, '3220', '286.00', '2', '10.001', '15', '49000000', '49099999', '30000000', '34999999', NULL, 1652903597),
(59945, '3298', '130.00', '6', '15.001', '20', '49000000', '49099999', '30000000', '34999999', NULL, 1652903597),
(59946, '3220', '396.00', '2', '15.001', '20', '49000000', '49099999', '30000000', '34999999', NULL, 1652903598),
(59947, '3298', '166.00', '6', '20.001', '25', '49000000', '49099999', '30000000', '34999999', NULL, 1652903598),
(59948, '3220', '505.00', '2', '20.001', '25', '49000000', '49099999', '30000000', '34999999', NULL, 1652903599),
(59949, '3298', '202.00', '6', '25.001', '30', '49000000', '49099999', '30000000', '34999999', NULL, 1652903599),
(59950, '3220', '615.00', '2', '25.001', '30', '49000000', '49099999', '30000000', '34999999', NULL, 1652903600),
(59951, '3298', '70.00', '8', '0.3', '5', '49000000', '49099999', '35000000', '39999999', NULL, 1652903600),
(59952, '3220', '157.00', '4', '0.3', '5', '49000000', '49099999', '35000000', '39999999', NULL, 1652903600),
(59953, '3298', '106.00', '8', '5.001', '10', '49000000', '49099999', '35000000', '39999999', NULL, 1652903601),
(59954, '3220', '226.00', '4', '5.001', '10', '49000000', '49099999', '35000000', '39999999', NULL, 1652903601),
(59955, '3298', '172.00', '8', '10.001', '15', '49000000', '49099999', '35000000', '39999999', NULL, 1652903602),
(59956, '3220', '367.00', '4', '10.001', '15', '49000000', '49099999', '35000000', '39999999', NULL, 1652903603),
(59957, '3298', '239.00', '8', '15.001', '20', '49000000', '49099999', '35000000', '39999999', NULL, 1652903604),
(59958, '3220', '508.00', '4', '15.001', '20', '49000000', '49099999', '35000000', '39999999', NULL, 1652903604),
(59959, '3298', '305.00', '8', '20.001', '25', '49000000', '49099999', '35000000', '39999999', NULL, 1652903605),
(59960, '3220', '649.00', '4', '20.001', '25', '49000000', '49099999', '35000000', '39999999', NULL, 1652903605),
(59961, '3298', '371.00', '8', '25.001', '30', '49000000', '49099999', '35000000', '39999999', NULL, 1652903605),
(59962, '3220', '789.00', '4', '25.001', '30', '49000000', '49099999', '35000000', '39999999', NULL, 1652903606),
(59963, '3298', '30.00', '5', '0.3', '5', '49000000', '49099999', '40000000', '41999999', NULL, 1652903607),
(59964, '3220', '59.00', '1', '0.3', '5', '49000000', '49099999', '40000000', '41999999', NULL, 1652903607),
(59965, '3298', '44.00', '5', '5.001', '10', '49000000', '49099999', '40000000', '41999999', NULL, 1652903607),
(59966, '3220', '93.00', '1', '5.001', '10', '49000000', '49099999', '40000000', '41999999', NULL, 1652903609),
(59967, '3298', '71.00', '5', '10.001', '15', '49000000', '49099999', '40000000', '41999999', NULL, 1652903609),
(59968, '3220', '150.00', '1', '10.001', '15', '49000000', '49099999', '40000000', '41999999', NULL, 1652903610),
(59969, '3298', '99.00', '5', '15.001', '20', '49000000', '49099999', '40000000', '41999999', NULL, 1652903610),
(59970, '3220', '208.00', '1', '15.001', '20', '49000000', '49099999', '40000000', '41999999', NULL, 1652903611),
(59971, '3298', '126.00', '5', '20.001', '25', '49000000', '49099999', '40000000', '41999999', NULL, 1652903611),
(59972, '3220', '266.00', '1', '20.001', '25', '49000000', '49099999', '40000000', '41999999', NULL, 1652903612),
(59973, '3298', '153.00', '5', '25.001', '30', '49000000', '49099999', '40000000', '41999999', NULL, 1652903612),
(59974, '3220', '324.00', '1', '25.001', '30', '49000000', '49099999', '40000000', '41999999', NULL, 1652903613),
(59975, '3298', '30.00', '5', '0.3', '5', '49000000', '49099999', '40000000', '44470999', NULL, 1652903613),
(59976, '3220', '59.00', '1', '0.3', '5', '49000000', '49099999', '40000000', '44470999', NULL, 1652903614),
(59977, '3298', '44.00', '5', '5.001', '10', '49000000', '49099999', '40000000', '44470999', NULL, 1652903615),
(59978, '3220', '93.00', '1', '5.001', '10', '49000000', '49099999', '40000000', '44470999', NULL, 1652903615),
(59979, '3298', '71.00', '5', '10.001', '15', '49000000', '49099999', '40000000', '44470999', NULL, 1652903616),
(59980, '3220', '150.00', '1', '10.001', '15', '49000000', '49099999', '40000000', '44470999', NULL, 1652903617),
(59981, '3298', '99.00', '5', '15.001', '20', '49000000', '49099999', '40000000', '44470999', NULL, 1652903618),
(59982, '3220', '208.00', '1', '15.001', '20', '49000000', '49099999', '40000000', '44470999', NULL, 1652903618),
(59983, '3298', '126.00', '5', '20.001', '25', '49000000', '49099999', '40000000', '44470999', NULL, 1652903619),
(59984, '3220', '266.00', '1', '20.001', '25', '49000000', '49099999', '40000000', '44470999', NULL, 1652903619),
(59985, '3298', '153.00', '5', '25.001', '30', '49000000', '49099999', '40000000', '44470999', NULL, 1652903620),
(59986, '3220', '324.00', '1', '25.001', '30', '49000000', '49099999', '40000000', '44470999', NULL, 1652903621),
(59987, '3298', '38.00', '6', '0.3', '5', '49000000', '49099999', '44471000', '48999999', NULL, 1652903621),
(59988, '3220', '85.00', '2', '0.3', '5', '49000000', '49099999', '44471000', '48999999', NULL, 1652903621),
(59989, '3298', '63.00', '6', '5.001', '10', '49000000', '49099999', '44471000', '48999999', NULL, 1652903622),
(59990, '3220', '118.00', '2', '5.001', '10', '49000000', '49099999', '44471000', '48999999', NULL, 1652903623),
(59991, '3298', '103.00', '6', '10.001', '15', '49000000', '49099999', '44471000', '48999999', NULL, 1652903624),
(59992, '3220', '192.00', '2', '10.001', '15', '49000000', '49099999', '44471000', '48999999', NULL, 1652903624),
(59993, '3298', '142.00', '6', '15.001', '20', '49000000', '49099999', '44471000', '48999999', NULL, 1652903625),
(59994, '3220', '266.00', '2', '15.001', '20', '49000000', '49099999', '44471000', '48999999', NULL, 1652903626),
(59995, '3298', '182.00', '6', '20.001', '25', '49000000', '49099999', '44471000', '48999999', NULL, 1652903626),
(59996, '3220', '339.00', '2', '20.001', '25', '49000000', '49099999', '44471000', '48999999', NULL, 1652903627),
(59997, '3298', '221.00', '6', '25.001', '30', '49000000', '49099999', '44471000', '48999999', NULL, 1652903627),
(59998, '3220', '413.00', '2', '25.001', '30', '49000000', '49099999', '44471000', '48999999', NULL, 1652903628),
(59999, '3298', '26.00', '5', '0.3', '5', '49000000', '49099999', '49000000', '49099999', NULL, 1652903628),
(60000, '3220', '22.00', '1', '0.3', '5', '49000000', '49099999', '49000000', '49099999', NULL, 1652903629),
(60001, '3298', '32.00', '5', '5.001', '10', '49000000', '49099999', '49000000', '49099999', NULL, 1652903629),
(60002, '3220', '28.00', '1', '5.001', '10', '49000000', '49099999', '49000000', '49099999', NULL, 1652903630),
(60003, '3298', '52.00', '5', '10.001', '15', '49000000', '49099999', '49000000', '49099999', NULL, 1652903630),
(60004, '3220', '45.00', '1', '10.001', '15', '49000000', '49099999', '49000000', '49099999', NULL, 1652903631),
(60005, '3298', '72.00', '5', '15.001', '20', '49000000', '49099999', '49000000', '49099999', NULL, 1652903632),
(60006, '3220', '63.00', '1', '15.001', '20', '49000000', '49099999', '49000000', '49099999', NULL, 1652903632),
(60007, '3298', '92.00', '5', '20.001', '25', '49000000', '49099999', '49000000', '49099999', NULL, 1652903633),
(60008, '3220', '80.00', '1', '20.001', '25', '49000000', '49099999', '49000000', '49099999', NULL, 1652903633),
(60009, '3298', '112.00', '5', '25.001', '30', '49000000', '49099999', '49000000', '49099999', NULL, 1652903634),
(60010, '3220', '97.00', '1', '25.001', '30', '49000000', '49099999', '49000000', '49099999', NULL, 1652903634),
(60011, '3298', '26.00', '5', '0.3', '5', '49000000', '49099999', '49100000', '49999999', NULL, 1652903635),
(60012, '3220', '34.00', '2', '0.3', '5', '49000000', '49099999', '49100000', '49999999', NULL, 1652903638),
(60013, '3298', '32.00', '5', '5.001', '10', '49000000', '49099999', '49100000', '49999999', NULL, 1652903638),
(60014, '3220', '48.00', '2', '5.001', '10', '49000000', '49099999', '49100000', '49999999', NULL, 1652903639),
(60015, '3298', '52.00', '5', '10.001', '15', '49000000', '49099999', '49100000', '49999999', NULL, 1652903639),
(60016, '3220', '79.00', '2', '10.001', '15', '49000000', '49099999', '49100000', '49999999', NULL, 1652903640),
(60017, '3298', '72.00', '5', '15.001', '20', '49000000', '49099999', '49100000', '49999999', NULL, 1652903640),
(60018, '3220', '109.00', '2', '15.001', '20', '49000000', '49099999', '49100000', '49999999', NULL, 1652903641),
(60019, '3298', '92.00', '5', '20.001', '25', '49000000', '49099999', '49100000', '49999999', NULL, 1652903642),
(60020, '3220', '139.00', '2', '20.001', '25', '49000000', '49099999', '49100000', '49999999', NULL, 1652903642),
(60021, '3298', '112.00', '5', '25.001', '30', '49000000', '49099999', '49100000', '49999999', NULL, 1652903643),
(60022, '3220', '170.00', '2', '25.001', '30', '49000000', '49099999', '49100000', '49999999', NULL, 1652903643),
(60023, '3298', '30.00', '6', '0.3', '5', '49000000', '49099999', '50000000', '52999999', NULL, 1652903644),
(60024, '3220', '59.00', '2', '0.3', '5', '49000000', '49099999', '50000000', '52999999', NULL, 1652903644),
(60025, '3298', '44.00', '6', '5.001', '10', '49000000', '49099999', '50000000', '52999999', NULL, 1652903645),
(60026, '3220', '93.00', '2', '5.001', '10', '49000000', '49099999', '50000000', '52999999', NULL, 1652903646),
(60027, '3298', '71.00', '6', '10.001', '15', '49000000', '49099999', '50000000', '52999999', NULL, 1652903646),
(60028, '3220', '150.00', '2', '10.001', '15', '49000000', '49099999', '50000000', '52999999', NULL, 1652903647),
(60029, '3298', '99.00', '6', '15.001', '20', '49000000', '49099999', '50000000', '52999999', NULL, 1652903647),
(60030, '3220', '208.00', '2', '15.001', '20', '49000000', '49099999', '50000000', '52999999', NULL, 1652903648),
(60031, '3298', '126.00', '6', '20.001', '25', '49000000', '49099999', '50000000', '52999999', NULL, 1652903649),
(60032, '3220', '266.00', '2', '20.001', '25', '49000000', '49099999', '50000000', '52999999', NULL, 1652903649),
(60033, '3298', '153.00', '6', '25.001', '30', '49000000', '49099999', '50000000', '52999999', NULL, 1652903649),
(60034, '3220', '324.00', '2', '25.001', '30', '49000000', '49099999', '50000000', '52999999', NULL, 1652903650),
(60035, '3298', '30.00', '6', '0.3', '5', '49000000', '49099999', '50000000', '54999999', NULL, 1652903650),
(60036, '3220', '59.00', '2', '0.3', '5', '49000000', '49099999', '50000000', '54999999', NULL, 1652903651),
(60037, '3298', '44.00', '6', '5.001', '10', '49000000', '49099999', '50000000', '54999999', NULL, 1652903651),
(60038, '3220', '93.00', '2', '5.001', '10', '49000000', '49099999', '50000000', '54999999', NULL, 1652903652),
(60039, '3298', '71.00', '6', '10.001', '15', '49000000', '49099999', '50000000', '54999999', NULL, 1652903652),
(60040, '3220', '150.00', '2', '10.001', '15', '49000000', '49099999', '50000000', '54999999', NULL, 1652903653),
(60041, '3298', '99.00', '6', '15.001', '20', '49000000', '49099999', '50000000', '54999999', NULL, 1652903653),
(60042, '3220', '208.00', '2', '15.001', '20', '49000000', '49099999', '50000000', '54999999', NULL, 1652903654),
(60043, '3298', '126.00', '6', '20.001', '25', '49000000', '49099999', '50000000', '54999999', NULL, 1652903655),
(60044, '3220', '266.00', '2', '20.001', '25', '49000000', '49099999', '50000000', '54999999', NULL, 1652903655),
(60045, '3298', '153.00', '6', '25.001', '30', '49000000', '49099999', '50000000', '54999999', NULL, 1652903656),
(60046, '3220', '324.00', '2', '25.001', '30', '49000000', '49099999', '50000000', '54999999', NULL, 1652903656),
(60047, '3298', '44.00', '9', '0.3', '5', '49000000', '49099999', '55000000', '56999999', NULL, 1652903657),
(60048, '3220', '102.00', '6', '0.3', '5', '49000000', '49099999', '55000000', '56999999', NULL, 1652903658),
(60049, '3298', '74.00', '9', '5.001', '10', '49000000', '49099999', '55000000', '56999999', NULL, 1652903659),
(60050, '3220', '141.00', '6', '5.001', '10', '49000000', '49099999', '55000000', '56999999', NULL, 1652903660),
(60051, '3298', '120.00', '9', '10.001', '15', '49000000', '49099999', '55000000', '56999999', NULL, 1652903660),
(60052, '3220', '229.00', '6', '10.001', '15', '49000000', '49099999', '55000000', '56999999', NULL, 1652903661),
(60053, '3298', '166.00', '9', '15.001', '20', '49000000', '49099999', '55000000', '56999999', NULL, 1652903661),
(60054, '3220', '316.00', '6', '15.001', '20', '49000000', '49099999', '55000000', '56999999', NULL, 1652903662),
(60055, '3298', '212.00', '9', '20.001', '25', '49000000', '49099999', '55000000', '56999999', NULL, 1652903663),
(60056, '3220', '404.00', '6', '20.001', '25', '49000000', '49099999', '55000000', '56999999', NULL, 1652903663),
(60057, '3298', '258.00', '9', '25.001', '30', '49000000', '49099999', '55000000', '56999999', NULL, 1652903664),
(60058, '3220', '492.00', '6', '25.001', '30', '49000000', '49099999', '55000000', '56999999', NULL, 1652903664),
(60059, '3298', '25.00', '6', '0.3', '5', '49000000', '49099999', '57000000', '57099999', NULL, 1652903665),
(60060, '3220', '34.00', '2', '0.3', '5', '49000000', '49099999', '57000000', '57099999', NULL, 1652903666),
(60061, '3298', '31.00', '6', '5.001', '10', '49000000', '49099999', '57000000', '57099999', NULL, 1652903667),
(60062, '3220', '48.00', '2', '5.001', '10', '49000000', '49099999', '57000000', '57099999', NULL, 1652903667),
(60063, '3298', '51.00', '6', '10.001', '15', '49000000', '49099999', '57000000', '57099999', NULL, 1652903668),
(60064, '3220', '78.00', '2', '10.001', '15', '49000000', '49099999', '57000000', '57099999', NULL, 1652903668),
(60065, '3298', '71.00', '6', '15.001', '20', '49000000', '49099999', '57000000', '57099999', NULL, 1652903669),
(60066, '3220', '108.00', '2', '15.001', '20', '49000000', '49099999', '57000000', '57099999', NULL, 1652903669),
(60067, '3298', '91.00', '6', '20.001', '25', '49000000', '49099999', '57000000', '57099999', NULL, 1652903670),
(60068, '3220', '138.00', '2', '20.001', '25', '49000000', '49099999', '57000000', '57099999', NULL, 1652903671),
(60069, '3298', '110.00', '6', '25.001', '30', '49000000', '49099999', '57000000', '57099999', NULL, 1652903671),
(60070, '3220', '168.00', '2', '25.001', '30', '49000000', '49099999', '57000000', '57099999', NULL, 1652903672),
(60071, '3298', '30.00', '8', '0.3', '5', '49000000', '49099999', '57100000', '57999999', NULL, 1652903673),
(60072, '3220', '59.00', '5', '0.3', '5', '49000000', '49099999', '57100000', '57999999', NULL, 1652903674),
(60073, '3298', '44.00', '8', '5.001', '10', '49000000', '49099999', '57100000', '57999999', NULL, 1652903675),
(60074, '3220', '93.00', '5', '5.001', '10', '49000000', '49099999', '57100000', '57999999', NULL, 1652903676),
(60075, '3298', '71.00', '8', '10.001', '15', '49000000', '49099999', '57100000', '57999999', NULL, 1652903677),
(60076, '3220', '150.00', '5', '10.001', '15', '49000000', '49099999', '57100000', '57999999', NULL, 1652903677),
(60077, '3298', '99.00', '8', '15.001', '20', '49000000', '49099999', '57100000', '57999999', NULL, 1652903678),
(60078, '3220', '208.00', '5', '15.001', '20', '49000000', '49099999', '57100000', '57999999', NULL, 1652903678),
(60079, '3298', '126.00', '8', '20.001', '25', '49000000', '49099999', '57100000', '57999999', NULL, 1652903679),
(60080, '3220', '266.00', '5', '20.001', '25', '49000000', '49099999', '57100000', '57999999', NULL, 1652903680),
(60081, '3298', '153.00', '8', '25.001', '30', '49000000', '49099999', '57100000', '57999999', NULL, 1652903680),
(60082, '3220', '324.00', '5', '25.001', '30', '49000000', '49099999', '57100000', '57999999', NULL, 1652903681),
(60083, '3298', '30.00', '7', '0.3', '5', '49000000', '49099999', '58000000', '58099999', NULL, 1652903682),
(60084, '3220', '59.00', '3', '0.3', '5', '49000000', '49099999', '58000000', '58099999', NULL, 1652903682),
(60085, '3298', '44.00', '7', '5.001', '10', '49000000', '49099999', '58000000', '58099999', NULL, 1652903683),
(60086, '3220', '93.00', '3', '5.001', '10', '49000000', '49099999', '58000000', '58099999', NULL, 1652903683),
(60087, '3298', '71.00', '7', '10.001', '15', '49000000', '49099999', '58000000', '58099999', NULL, 1652903684),
(60088, '3220', '150.00', '3', '10.001', '15', '49000000', '49099999', '58000000', '58099999', NULL, 1652903686),
(60089, '3298', '99.00', '7', '15.001', '20', '49000000', '49099999', '58000000', '58099999', NULL, 1652903686),
(60090, '3220', '208.00', '3', '15.001', '20', '49000000', '49099999', '58000000', '58099999', NULL, 1652903687),
(60091, '3298', '126.00', '7', '20.001', '25', '49000000', '49099999', '58000000', '58099999', NULL, 1652903687),
(60092, '3220', '266.00', '3', '20.001', '25', '49000000', '49099999', '58000000', '58099999', NULL, 1652903688),
(60093, '3298', '153.00', '7', '25.001', '30', '49000000', '49099999', '58000000', '58099999', NULL, 1652903689),
(60094, '3220', '324.00', '3', '25.001', '30', '49000000', '49099999', '58000000', '58099999', NULL, 1652903690),
(60095, '3298', '44.00', '11', '0.3', '5', '49000000', '49099999', '58100000', '58999999', NULL, 1652903690),
(60096, '3220', '102.00', '8', '0.3', '5', '49000000', '49099999', '58100000', '58999999', NULL, 1652903691),
(60097, '3298', '74.00', '11', '5.001', '10', '49000000', '49099999', '58100000', '58999999', NULL, 1652903691),
(60098, '3220', '141.00', '8', '5.001', '10', '49000000', '49099999', '58100000', '58999999', NULL, 1652903692),
(60099, '3298', '120.00', '11', '10.001', '15', '49000000', '49099999', '58100000', '58999999', NULL, 1652903693),
(60100, '3220', '229.00', '8', '10.001', '15', '49000000', '49099999', '58100000', '58999999', NULL, 1652903693),
(60101, '3298', '166.00', '11', '15.001', '20', '49000000', '49099999', '58100000', '58999999', NULL, 1652903694),
(60102, '3220', '316.00', '8', '15.001', '20', '49000000', '49099999', '58100000', '58999999', NULL, 1652903695),
(60103, '3298', '212.00', '11', '20.001', '25', '49000000', '49099999', '58100000', '58999999', NULL, 1652903696),
(60104, '3220', '404.00', '8', '20.001', '25', '49000000', '49099999', '58100000', '58999999', NULL, 1652903697),
(60105, '3298', '258.00', '11', '25.001', '30', '49000000', '49099999', '58100000', '58999999', NULL, 1652903698),
(60106, '3220', '492.00', '8', '25.001', '30', '49000000', '49099999', '58100000', '58999999', NULL, 1652903701),
(60107, '3298', '34.00', '6', '0.3', '5', '49000000', '49099999', '59000000', '59099999', NULL, 1652903702),
(60108, '3220', '80.00', '2', '0.3', '5', '49000000', '49099999', '59000000', '59099999', NULL, 1652903702),
(60109, '3298', '50.00', '6', '5.001', '10', '49000000', '49099999', '59000000', '59099999', NULL, 1652903703),
(60110, '3220', '125.00', '2', '5.001', '10', '49000000', '49099999', '59000000', '59099999', NULL, 1652903703),
(60111, '3298', '82.00', '6', '10.001', '15', '49000000', '49099999', '59000000', '59099999', NULL, 1652903704),
(60112, '3220', '203.00', '2', '10.001', '15', '49000000', '49099999', '59000000', '59099999', NULL, 1652903704),
(60113, '3298', '113.00', '6', '15.001', '20', '49000000', '49099999', '59000000', '59099999', NULL, 1652903705),
(60114, '3220', '281.00', '2', '15.001', '20', '49000000', '49099999', '59000000', '59099999', NULL, 1652903705),
(60115, '3298', '145.00', '6', '20.001', '25', '49000000', '49099999', '59000000', '59099999', NULL, 1652903706),
(60116, '3220', '359.00', '2', '20.001', '25', '49000000', '49099999', '59000000', '59099999', NULL, 1652903707),
(60117, '3298', '176.00', '6', '25.001', '30', '49000000', '49099999', '59000000', '59099999', NULL, 1652903710),
(60118, '3220', '437.00', '2', '25.001', '30', '49000000', '49099999', '59000000', '59099999', NULL, 1652903710),
(60119, '3298', '34.00', '6', '0.3', '5', '49000000', '49099999', '59100000', '59999999', NULL, 1652903711),
(60120, '3220', '80.00', '2', '0.3', '5', '49000000', '49099999', '59100000', '59999999', NULL, 1652903711),
(60121, '3298', '50.00', '6', '5.001', '10', '49000000', '49099999', '59100000', '59999999', NULL, 1652903712),
(60122, '3220', '125.00', '2', '5.001', '10', '49000000', '49099999', '59100000', '59999999', NULL, 1652903713),
(60123, '3298', '82.00', '6', '10.001', '15', '49000000', '49099999', '59100000', '59999999', NULL, 1652903713),
(60124, '3220', '203.00', '2', '10.001', '15', '49000000', '49099999', '59100000', '59999999', NULL, 1652903714),
(60125, '3298', '113.00', '6', '15.001', '20', '49000000', '49099999', '59100000', '59999999', NULL, 1652903714),
(60126, '3220', '281.00', '2', '15.001', '20', '49000000', '49099999', '59100000', '59999999', NULL, 1652903715),
(60127, '3298', '145.00', '6', '20.001', '25', '49000000', '49099999', '59100000', '59999999', NULL, 1652903715),
(60128, '3220', '359.00', '2', '20.001', '25', '49000000', '49099999', '59100000', '59999999', NULL, 1652903716),
(60129, '3298', '176.00', '6', '25.001', '30', '49000000', '49099999', '59100000', '59999999', NULL, 1652903716),
(60130, '3220', '437.00', '2', '25.001', '30', '49000000', '49099999', '59100000', '59999999', NULL, 1652903719);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(60131, '3298', '34.00', '6', '0.3', '5', '49000000', '49099999', '60000000', '60999999', NULL, 1652903719),
(60132, '3220', '80.00', '2', '0.3', '5', '49000000', '49099999', '60000000', '60999999', NULL, 1652903720),
(60133, '3298', '50.00', '6', '5.001', '10', '49000000', '49099999', '60000000', '60999999', NULL, 1652903720),
(60134, '3220', '125.00', '2', '5.001', '10', '49000000', '49099999', '60000000', '60999999', NULL, 1652903721),
(60135, '3298', '82.00', '6', '10.001', '15', '49000000', '49099999', '60000000', '60999999', NULL, 1652903722),
(60136, '3220', '203.00', '2', '10.001', '15', '49000000', '49099999', '60000000', '60999999', NULL, 1652903722),
(60137, '3298', '113.00', '6', '15.001', '20', '49000000', '49099999', '60000000', '60999999', NULL, 1652903723),
(60138, '3220', '281.00', '2', '15.001', '20', '49000000', '49099999', '60000000', '60999999', NULL, 1652903723),
(60139, '3298', '145.00', '6', '20.001', '25', '49000000', '49099999', '60000000', '60999999', NULL, 1652903724),
(60140, '3220', '359.00', '2', '20.001', '25', '49000000', '49099999', '60000000', '60999999', NULL, 1652903725),
(60141, '3298', '176.00', '6', '25.001', '30', '49000000', '49099999', '60000000', '60999999', NULL, 1652903725),
(60142, '3220', '437.00', '2', '25.001', '30', '49000000', '49099999', '60000000', '60999999', NULL, 1652903726),
(60143, '3298', '34.00', '6', '0.3', '5', '49000000', '49099999', '60000000', '61900999', NULL, 1652903727),
(60144, '3220', '80.00', '2', '0.3', '5', '49000000', '49099999', '60000000', '61900999', NULL, 1652903729),
(60145, '3298', '50.00', '6', '5.001', '10', '49000000', '49099999', '60000000', '61900999', NULL, 1652903730),
(60146, '3220', '125.00', '2', '5.001', '10', '49000000', '49099999', '60000000', '61900999', NULL, 1652903730),
(60147, '3298', '82.00', '6', '10.001', '15', '49000000', '49099999', '60000000', '61900999', NULL, 1652903731),
(60148, '3220', '203.00', '2', '10.001', '15', '49000000', '49099999', '60000000', '61900999', NULL, 1652903732),
(60149, '3298', '113.00', '6', '15.001', '20', '49000000', '49099999', '60000000', '61900999', NULL, 1652903734),
(60150, '3220', '281.00', '2', '15.001', '20', '49000000', '49099999', '60000000', '61900999', NULL, 1652903735),
(60151, '3298', '145.00', '6', '20.001', '25', '49000000', '49099999', '60000000', '61900999', NULL, 1652903736),
(60152, '3220', '359.00', '2', '20.001', '25', '49000000', '49099999', '60000000', '61900999', NULL, 1652903736),
(60153, '3298', '176.00', '6', '25.001', '30', '49000000', '49099999', '60000000', '61900999', NULL, 1652903739),
(60154, '3220', '437.00', '2', '25.001', '30', '49000000', '49099999', '60000000', '61900999', NULL, 1652903740),
(60155, '3298', '50.00', '10', '0.3', '5', '49000000', '49099999', '61901000', '63999999', NULL, 1652903740),
(60156, '3220', '124.00', '7', '0.3', '5', '49000000', '49099999', '61901000', '63999999', NULL, 1652903741),
(60157, '3298', '83.00', '10', '5.001', '10', '49000000', '49099999', '61901000', '63999999', NULL, 1652903742),
(60158, '3220', '175.00', '7', '5.001', '10', '49000000', '49099999', '61901000', '63999999', NULL, 1652903742),
(60159, '3298', '135.00', '10', '10.001', '15', '49000000', '49099999', '61901000', '63999999', NULL, 1652903743),
(60160, '3220', '283.00', '7', '10.001', '15', '49000000', '49099999', '61901000', '63999999', NULL, 1652903743),
(60161, '3298', '186.00', '10', '15.001', '20', '49000000', '49099999', '61901000', '63999999', NULL, 1652903744),
(60162, '3220', '392.00', '7', '15.001', '20', '49000000', '49099999', '61901000', '63999999', NULL, 1652903745),
(60163, '3298', '238.00', '10', '20.001', '25', '49000000', '49099999', '61901000', '63999999', NULL, 1652903745),
(60164, '3220', '500.00', '7', '20.001', '25', '49000000', '49099999', '61901000', '63999999', NULL, 1652903747),
(60165, '3298', '290.00', '10', '25.001', '30', '49000000', '49099999', '61901000', '63999999', NULL, 1652903748),
(60166, '3220', '609.00', '7', '25.001', '30', '49000000', '49099999', '61901000', '63999999', NULL, 1652903748),
(60167, '3298', '45.00', '7', '0.3', '5', '49000000', '49099999', '64000000', '64099999', NULL, 1652903749),
(60168, '3220', '137.00', '3', '0.3', '5', '49000000', '49099999', '64000000', '64099999', NULL, 1652903750),
(60169, '3298', '71.00', '7', '5.001', '10', '49000000', '49099999', '64000000', '64099999', NULL, 1652903750),
(60170, '3220', '214.00', '3', '5.001', '10', '49000000', '49099999', '64000000', '64099999', NULL, 1652903751),
(60171, '3298', '116.00', '7', '10.001', '15', '49000000', '49099999', '64000000', '64099999', NULL, 1652903751),
(60172, '3220', '346.00', '3', '10.001', '15', '49000000', '49099999', '64000000', '64099999', NULL, 1652903753),
(60173, '3298', '160.00', '7', '15.001', '20', '49000000', '49099999', '64000000', '64099999', NULL, 1652903754),
(60174, '3220', '479.00', '3', '15.001', '20', '49000000', '49099999', '64000000', '64099999', NULL, 1652903754),
(60175, '3298', '205.00', '7', '20.001', '25', '49000000', '49099999', '64000000', '64099999', NULL, 1652903755),
(60176, '3220', '612.00', '3', '20.001', '25', '49000000', '49099999', '64000000', '64099999', NULL, 1652903756),
(60177, '3298', '249.00', '7', '25.001', '30', '49000000', '49099999', '64000000', '64099999', NULL, 1652903757),
(60178, '3220', '744.00', '3', '25.001', '30', '49000000', '49099999', '64000000', '64099999', NULL, 1652903759),
(60179, '3298', '90.00', '9', '0.3', '5', '49000000', '49099999', '64100000', '64999999', NULL, 1652903759),
(60180, '3220', '183.00', '7', '0.3', '5', '49000000', '49099999', '64100000', '64999999', NULL, 1652903760),
(60181, '3298', '133.00', '9', '5.001', '10', '49000000', '49099999', '64100000', '64999999', NULL, 1652903760),
(60182, '3220', '266.00', '7', '5.001', '10', '49000000', '49099999', '64100000', '64999999', NULL, 1652903761),
(60183, '3298', '215.00', '9', '10.001', '15', '49000000', '49099999', '64100000', '64999999', NULL, 1652903762),
(60184, '3220', '430.00', '7', '10.001', '15', '49000000', '49099999', '64100000', '64999999', NULL, 1652903762),
(60185, '3298', '298.00', '9', '15.001', '20', '49000000', '49099999', '64100000', '64999999', NULL, 1652903763),
(60186, '3220', '595.00', '7', '15.001', '20', '49000000', '49099999', '64100000', '64999999', NULL, 1652903763),
(60187, '3298', '380.00', '9', '20.001', '25', '49000000', '49099999', '64100000', '64999999', NULL, 1652903764),
(60188, '3220', '760.00', '7', '20.001', '25', '49000000', '49099999', '64100000', '64999999', NULL, 1652903765),
(60189, '3298', '463.00', '9', '25.001', '30', '49000000', '49099999', '64100000', '64999999', NULL, 1652903765),
(60190, '3220', '925.00', '7', '25.001', '30', '49000000', '49099999', '64100000', '64999999', NULL, 1652903766),
(60191, '3298', '38.00', '9', '0.3', '5', '49000000', '49099999', '65000000', '65099999', NULL, 1652903766),
(60192, '3220', '113.00', '5', '0.3', '5', '49000000', '49099999', '65000000', '65099999', NULL, 1652903767),
(60193, '3298', '58.00', '9', '5.001', '10', '49000000', '49099999', '65000000', '65099999', NULL, 1652903767),
(60194, '3220', '176.00', '5', '5.001', '10', '49000000', '49099999', '65000000', '65099999', NULL, 1652903768),
(60195, '3298', '94.00', '9', '10.001', '15', '49000000', '49099999', '65000000', '65099999', NULL, 1652903769),
(60196, '3220', '286.00', '5', '10.001', '15', '49000000', '49099999', '65000000', '65099999', NULL, 1652903770),
(60197, '3298', '130.00', '9', '15.001', '20', '49000000', '49099999', '65000000', '65099999', NULL, 1652903770),
(60198, '3220', '396.00', '5', '15.001', '20', '49000000', '49099999', '65000000', '65099999', NULL, 1652903771),
(60199, '3298', '166.00', '9', '20.001', '25', '49000000', '49099999', '65000000', '65099999', NULL, 1652903772),
(60200, '3220', '505.00', '5', '20.001', '25', '49000000', '49099999', '65000000', '65099999', NULL, 1652903773),
(60201, '3298', '202.00', '9', '25.001', '30', '49000000', '49099999', '65000000', '65099999', NULL, 1652903774),
(60202, '3220', '615.00', '5', '25.001', '30', '49000000', '49099999', '65000000', '65099999', NULL, 1652903775),
(60203, '3298', '70.00', '12', '0.3', '5', '49000000', '49099999', '65100000', '65999999', NULL, 1652903775),
(60204, '3220', '157.00', '9', '0.3', '5', '49000000', '49099999', '65100000', '65999999', NULL, 1652903776),
(60205, '3298', '106.00', '12', '5.001', '10', '49000000', '49099999', '65100000', '65999999', NULL, 1652903777),
(60206, '3220', '226.00', '9', '5.001', '10', '49000000', '49099999', '65100000', '65999999', NULL, 1652903777),
(60207, '3298', '172.00', '12', '10.001', '15', '49000000', '49099999', '65100000', '65999999', NULL, 1652903778),
(60208, '3220', '367.00', '9', '10.001', '15', '49000000', '49099999', '65100000', '65999999', NULL, 1652903779),
(60209, '3298', '239.00', '12', '15.001', '20', '49000000', '49099999', '65100000', '65999999', NULL, 1652903780),
(60210, '3220', '508.00', '9', '15.001', '20', '49000000', '49099999', '65100000', '65999999', NULL, 1652903780),
(60211, '3298', '305.00', '12', '20.001', '25', '49000000', '49099999', '65100000', '65999999', NULL, 1652903781),
(60212, '3220', '649.00', '9', '20.001', '25', '49000000', '49099999', '65100000', '65999999', NULL, 1652903782),
(60213, '3298', '371.00', '12', '25.001', '30', '49000000', '49099999', '65100000', '65999999', NULL, 1652903783),
(60214, '3220', '789.00', '9', '25.001', '30', '49000000', '49099999', '65100000', '65999999', NULL, 1652903784),
(60215, '3298', '45.00', '8', '0.3', '5', '49000000', '49099999', '66000000', '66999999', NULL, 1652903785),
(60216, '3220', '137.00', '4', '0.3', '5', '49000000', '49099999', '66000000', '66999999', NULL, 1652903786),
(60217, '3298', '71.00', '8', '5.001', '10', '49000000', '49099999', '66000000', '66999999', NULL, 1652903787),
(60218, '3220', '214.00', '4', '5.001', '10', '49000000', '49099999', '66000000', '66999999', NULL, 1652903787),
(60219, '3298', '116.00', '8', '10.001', '15', '49000000', '49099999', '66000000', '66999999', NULL, 1652903788),
(60220, '3220', '346.00', '4', '10.001', '15', '49000000', '49099999', '66000000', '66999999', NULL, 1652903790),
(60221, '3298', '160.00', '8', '15.001', '20', '49000000', '49099999', '66000000', '66999999', NULL, 1652903790),
(60222, '3220', '479.00', '4', '15.001', '20', '49000000', '49099999', '66000000', '66999999', NULL, 1652903792),
(60223, '3298', '205.00', '8', '20.001', '25', '49000000', '49099999', '66000000', '66999999', NULL, 1652903793),
(60224, '3220', '612.00', '4', '20.001', '25', '49000000', '49099999', '66000000', '66999999', NULL, 1652903793),
(60225, '3298', '249.00', '8', '25.001', '30', '49000000', '49099999', '66000000', '66999999', NULL, 1652903794),
(60226, '3220', '744.00', '4', '25.001', '30', '49000000', '49099999', '66000000', '66999999', NULL, 1652903794),
(60227, '3298', '45.00', '8', '0.3', '5', '49000000', '49099999', '66000000', '67999999', NULL, 1652903795),
(60228, '3220', '137.00', '4', '0.3', '5', '49000000', '49099999', '66000000', '67999999', NULL, 1652903795),
(60229, '3298', '71.00', '8', '5.001', '10', '49000000', '49099999', '66000000', '67999999', NULL, 1652903796),
(60230, '3220', '214.00', '4', '5.001', '10', '49000000', '49099999', '66000000', '67999999', NULL, 1652903797),
(60231, '3298', '116.00', '8', '10.001', '15', '49000000', '49099999', '66000000', '67999999', NULL, 1652903797),
(60232, '3220', '346.00', '4', '10.001', '15', '49000000', '49099999', '66000000', '67999999', NULL, 1652903798),
(60233, '3298', '160.00', '8', '15.001', '20', '49000000', '49099999', '66000000', '67999999', NULL, 1652903799),
(60234, '3220', '479.00', '4', '15.001', '20', '49000000', '49099999', '66000000', '67999999', NULL, 1652903799),
(60235, '3298', '205.00', '8', '20.001', '25', '49000000', '49099999', '66000000', '67999999', NULL, 1652903800),
(60236, '3220', '612.00', '4', '20.001', '25', '49000000', '49099999', '66000000', '67999999', NULL, 1652903800),
(60237, '3298', '249.00', '8', '25.001', '30', '49000000', '49099999', '66000000', '67999999', NULL, 1652903801),
(60238, '3220', '744.00', '4', '25.001', '30', '49000000', '49099999', '66000000', '67999999', NULL, 1652903802),
(60239, '3298', '90.00', '12', '0.3', '5', '49000000', '49099999', '68000000', '68899999', NULL, 1652903803),
(60240, '3220', '183.00', '8', '0.3', '5', '49000000', '49099999', '68000000', '68899999', NULL, 1652903804),
(60241, '3298', '133.00', '12', '5.001', '10', '49000000', '49099999', '68000000', '68899999', NULL, 1652903804),
(60242, '3220', '266.00', '8', '5.001', '10', '49000000', '49099999', '68000000', '68899999', NULL, 1652903805),
(60243, '3298', '215.00', '12', '10.001', '15', '49000000', '49099999', '68000000', '68899999', NULL, 1652903806),
(60244, '3220', '430.00', '8', '10.001', '15', '49000000', '49099999', '68000000', '68899999', NULL, 1652903806),
(60245, '3298', '298.00', '12', '15.001', '20', '49000000', '49099999', '68000000', '68899999', NULL, 1652903807),
(60246, '3220', '595.00', '8', '15.001', '20', '49000000', '49099999', '68000000', '68899999', NULL, 1652903808),
(60247, '3298', '380.00', '12', '20.001', '25', '49000000', '49099999', '68000000', '68899999', NULL, 1652903808),
(60248, '3220', '760.00', '8', '20.001', '25', '49000000', '49099999', '68000000', '68899999', NULL, 1652903809),
(60249, '3298', '463.00', '12', '25.001', '30', '49000000', '49099999', '68000000', '68899999', NULL, 1652903810),
(60250, '3220', '925.00', '8', '25.001', '30', '49000000', '49099999', '68000000', '68899999', NULL, 1652903811),
(60251, '3298', '45.00', '20', '0.3', '5', '49000000', '49099999', '68900000', '68914999', NULL, 1652903812),
(60252, '3220', '137.00', '11', '0.3', '5', '49000000', '49099999', '68900000', '68914999', NULL, 1652903812),
(60253, '3298', '71.00', '20', '5.001', '10', '49000000', '49099999', '68900000', '68914999', NULL, 1652903813),
(60254, '3220', '214.00', '11', '5.001', '10', '49000000', '49099999', '68900000', '68914999', NULL, 1652903813),
(60255, '3298', '116.00', '20', '10.001', '15', '49000000', '49099999', '68900000', '68914999', NULL, 1652903814),
(60256, '3220', '346.00', '11', '10.001', '15', '49000000', '49099999', '68900000', '68914999', NULL, 1652903815),
(60257, '3298', '160.00', '20', '15.001', '20', '49000000', '49099999', '68900000', '68914999', NULL, 1652903815),
(60258, '3220', '479.00', '11', '15.001', '20', '49000000', '49099999', '68900000', '68914999', NULL, 1652903816),
(60259, '3298', '205.00', '20', '20.001', '25', '49000000', '49099999', '68900000', '68914999', NULL, 1652903817),
(60260, '3220', '612.00', '11', '20.001', '25', '49000000', '49099999', '68900000', '68914999', NULL, 1652903817),
(60261, '3298', '249.00', '20', '25.001', '30', '49000000', '49099999', '68900000', '68914999', NULL, 1652903819),
(60262, '3220', '744.00', '11', '25.001', '30', '49000000', '49099999', '68900000', '68914999', NULL, 1652903819),
(60263, '3298', '90.00', '22', '0.3', '5', '49000000', '49099999', '68915000', '68999999', NULL, 1652903821),
(60264, '3220', '183.00', '13', '0.3', '5', '49000000', '49099999', '68915000', '68999999', NULL, 1652903822),
(60265, '3298', '133.00', '22', '5.001', '10', '49000000', '49099999', '68915000', '68999999', NULL, 1652903824),
(60266, '3220', '266.00', '13', '5.001', '10', '49000000', '49099999', '68915000', '68999999', NULL, 1652903825),
(60267, '3298', '215.00', '22', '10.001', '15', '49000000', '49099999', '68915000', '68999999', NULL, 1652903826),
(60268, '3220', '430.00', '13', '10.001', '15', '49000000', '49099999', '68915000', '68999999', NULL, 1652903827),
(60269, '3298', '298.00', '22', '15.001', '20', '49000000', '49099999', '68915000', '68999999', NULL, 1652903829),
(60270, '3220', '595.00', '13', '15.001', '20', '49000000', '49099999', '68915000', '68999999', NULL, 1652903830),
(60271, '3298', '380.00', '22', '20.001', '25', '49000000', '49099999', '68915000', '68999999', NULL, 1652903830),
(60272, '3220', '760.00', '13', '20.001', '25', '49000000', '49099999', '68915000', '68999999', NULL, 1652903832),
(60273, '3298', '463.00', '22', '25.001', '30', '49000000', '49099999', '68915000', '68999999', NULL, 1652903834),
(60274, '3220', '925.00', '13', '25.001', '30', '49000000', '49099999', '68915000', '68999999', NULL, 1652903835),
(60275, '3298', '45.00', '22', '0.3', '5', '49000000', '49099999', '69000000', '69099999', NULL, 1652903837),
(60276, '3220', '137.00', '3', '0.3', '5', '49000000', '49099999', '69000000', '69099999', NULL, 1652903838),
(60277, '3298', '71.00', '22', '5.001', '10', '49000000', '49099999', '69000000', '69099999', NULL, 1652903839),
(60278, '3220', '214.00', '3', '5.001', '10', '49000000', '49099999', '69000000', '69099999', NULL, 1652903841),
(60279, '3298', '116.00', '22', '10.001', '15', '49000000', '49099999', '69000000', '69099999', NULL, 1652903843),
(60280, '3220', '346.00', '3', '10.001', '15', '49000000', '49099999', '69000000', '69099999', NULL, 1652903843),
(60281, '3298', '160.00', '22', '15.001', '20', '49000000', '49099999', '69000000', '69099999', NULL, 1652903844),
(60282, '3220', '479.00', '3', '15.001', '20', '49000000', '49099999', '69000000', '69099999', NULL, 1652903845),
(60283, '3298', '205.00', '22', '20.001', '25', '49000000', '49099999', '69000000', '69099999', NULL, 1652903846),
(60284, '3220', '612.00', '3', '20.001', '25', '49000000', '49099999', '69000000', '69099999', NULL, 1652903848),
(60285, '3298', '249.00', '22', '25.001', '30', '49000000', '49099999', '69000000', '69099999', NULL, 1652903849),
(60286, '3220', '744.00', '3', '25.001', '30', '49000000', '49099999', '69000000', '69099999', NULL, 1652903851),
(60287, '3298', '90.00', '29', '0.3', '5', '49000000', '49099999', '69100000', '69299999', NULL, 1652903851),
(60288, '3220', '183.00', '7', '0.3', '5', '49000000', '49099999', '69100000', '69299999', NULL, 1652903852),
(60289, '3298', '133.00', '29', '5.001', '10', '49000000', '49099999', '69100000', '69299999', NULL, 1652903853),
(60290, '3220', '266.00', '7', '5.001', '10', '49000000', '49099999', '69100000', '69299999', NULL, 1652903855),
(60291, '3298', '215.00', '29', '10.001', '15', '49000000', '49099999', '69100000', '69299999', NULL, 1652903855),
(60292, '3220', '430.00', '7', '10.001', '15', '49000000', '49099999', '69100000', '69299999', NULL, 1652903856),
(60293, '3298', '298.00', '29', '15.001', '20', '49000000', '49099999', '69100000', '69299999', NULL, 1652903858),
(60294, '3220', '595.00', '7', '15.001', '20', '49000000', '49099999', '69100000', '69299999', NULL, 1652903859),
(60295, '3298', '380.00', '29', '20.001', '25', '49000000', '49099999', '69100000', '69299999', NULL, 1652903860),
(60296, '3220', '760.00', '7', '20.001', '25', '49000000', '49099999', '69100000', '69299999', NULL, 1652903864),
(60297, '3298', '463.00', '29', '25.001', '30', '49000000', '49099999', '69100000', '69299999', NULL, 1652903865),
(60298, '3220', '925.00', '7', '25.001', '30', '49000000', '49099999', '69100000', '69299999', NULL, 1652903865),
(60299, '3298', '45.00', '22', '0.3', '5', '49000000', '49099999', '69300000', '69339999', NULL, 1652903870),
(60300, '3220', '137.00', '3', '0.3', '5', '49000000', '49099999', '69300000', '69339999', NULL, 1652903870),
(60301, '3298', '71.00', '22', '5.001', '10', '49000000', '49099999', '69300000', '69339999', NULL, 1652903871),
(60302, '3220', '214.00', '3', '5.001', '10', '49000000', '49099999', '69300000', '69339999', NULL, 1652903871),
(60303, '3298', '116.00', '22', '10.001', '15', '49000000', '49099999', '69300000', '69339999', NULL, 1652903872),
(60304, '3220', '346.00', '3', '10.001', '15', '49000000', '49099999', '69300000', '69339999', NULL, 1652903875),
(60305, '3298', '160.00', '22', '15.001', '20', '49000000', '49099999', '69300000', '69339999', NULL, 1652903878),
(60306, '3220', '479.00', '3', '15.001', '20', '49000000', '49099999', '69300000', '69339999', NULL, 1652903881),
(60307, '3298', '205.00', '22', '20.001', '25', '49000000', '49099999', '69300000', '69339999', NULL, 1652903882),
(60308, '3220', '612.00', '3', '20.001', '25', '49000000', '49099999', '69300000', '69339999', NULL, 1652903883),
(60309, '3298', '249.00', '22', '25.001', '30', '49000000', '49099999', '69300000', '69339999', NULL, 1652903884),
(60310, '3220', '744.00', '3', '25.001', '30', '49000000', '49099999', '69300000', '69339999', NULL, 1652903885),
(60311, '3298', '90.00', '29', '0.3', '5', '49000000', '49099999', '69340000', '69389999', NULL, 1652903886),
(60312, '3220', '183.00', '9', '0.3', '5', '49000000', '49099999', '69340000', '69389999', NULL, 1652903887),
(60313, '3298', '133.00', '29', '5.001', '10', '49000000', '49099999', '69340000', '69389999', NULL, 1652903887),
(60314, '3220', '266.00', '9', '5.001', '10', '49000000', '49099999', '69340000', '69389999', NULL, 1652903888),
(60315, '3298', '215.00', '29', '10.001', '15', '49000000', '49099999', '69340000', '69389999', NULL, 1652903889),
(60316, '3220', '430.00', '9', '10.001', '15', '49000000', '49099999', '69340000', '69389999', NULL, 1652903890),
(60317, '3298', '298.00', '29', '15.001', '20', '49000000', '49099999', '69340000', '69389999', NULL, 1652903891),
(60318, '3220', '595.00', '9', '15.001', '20', '49000000', '49099999', '69340000', '69389999', NULL, 1652903893),
(60319, '3298', '380.00', '29', '20.001', '25', '49000000', '49099999', '69340000', '69389999', NULL, 1652903894),
(60320, '3220', '760.00', '9', '20.001', '25', '49000000', '49099999', '69340000', '69389999', NULL, 1652903898),
(60321, '3298', '463.00', '29', '25.001', '30', '49000000', '49099999', '69340000', '69389999', NULL, 1652903899),
(60322, '3220', '925.00', '9', '25.001', '30', '49000000', '49099999', '69340000', '69389999', NULL, 1652903901),
(60323, '3298', '45.00', '10', '0.3', '5', '49000000', '49099999', '69900000', '69920999', NULL, 1652903901),
(60324, '3220', '137.00', '5', '0.3', '5', '49000000', '49099999', '69900000', '69920999', NULL, 1652903902),
(60325, '3298', '71.00', '10', '5.001', '10', '49000000', '49099999', '69900000', '69920999', NULL, 1652903902),
(60326, '3220', '214.00', '5', '5.001', '10', '49000000', '49099999', '69900000', '69920999', NULL, 1652903903),
(60327, '3298', '116.00', '10', '10.001', '15', '49000000', '49099999', '69900000', '69920999', NULL, 1652903904),
(60328, '3220', '346.00', '5', '10.001', '15', '49000000', '49099999', '69900000', '69920999', NULL, 1652903905),
(60329, '3298', '160.00', '10', '15.001', '20', '49000000', '49099999', '69900000', '69920999', NULL, 1652903905),
(60330, '3220', '479.00', '5', '15.001', '20', '49000000', '49099999', '69900000', '69920999', NULL, 1652903906),
(60331, '3298', '205.00', '10', '20.001', '25', '49000000', '49099999', '69900000', '69920999', NULL, 1652903909),
(60332, '3220', '612.00', '5', '20.001', '25', '49000000', '49099999', '69900000', '69920999', NULL, 1652903913),
(60333, '3298', '249.00', '10', '25.001', '30', '49000000', '49099999', '69900000', '69920999', NULL, 1652903915),
(60334, '3220', '744.00', '5', '25.001', '30', '49000000', '49099999', '69900000', '69920999', NULL, 1652903917),
(60335, '3298', '90.00', '15', '0.3', '5', '49000000', '49099999', '69921000', '69999999', NULL, 1652903918),
(60336, '3220', '183.00', '10', '0.3', '5', '49000000', '49099999', '69921000', '69999999', NULL, 1652903920),
(60337, '3298', '133.00', '15', '5.001', '10', '49000000', '49099999', '69921000', '69999999', NULL, 1652903921),
(60338, '3220', '266.00', '10', '5.001', '10', '49000000', '49099999', '69921000', '69999999', NULL, 1652903923),
(60339, '3298', '215.00', '15', '10.001', '15', '49000000', '49099999', '69921000', '69999999', NULL, 1652903927),
(60340, '3220', '430.00', '10', '10.001', '15', '49000000', '49099999', '69921000', '69999999', NULL, 1652903928),
(60341, '3298', '298.00', '15', '15.001', '20', '49000000', '49099999', '69921000', '69999999', NULL, 1652903930),
(60342, '3220', '595.00', '10', '15.001', '20', '49000000', '49099999', '69921000', '69999999', NULL, 1652903932),
(60343, '3298', '380.00', '15', '20.001', '25', '49000000', '49099999', '69921000', '69999999', NULL, 1652903933),
(60344, '3220', '760.00', '10', '20.001', '25', '49000000', '49099999', '69921000', '69999999', NULL, 1652903935),
(60345, '3298', '463.00', '15', '25.001', '30', '49000000', '49099999', '69921000', '69999999', NULL, 1652903936),
(60346, '3220', '925.00', '10', '25.001', '30', '49000000', '49099999', '69921000', '69999999', NULL, 1652903936),
(60347, '3298', '38.00', '6', '0.3', '5', '49000000', '49099999', '71000000', '73699999', NULL, 1652903938),
(60348, '3220', '113.00', '2', '0.3', '5', '49000000', '49099999', '71000000', '73699999', NULL, 1652903939),
(60349, '3298', '58.00', '6', '5.001', '10', '49000000', '49099999', '71000000', '73699999', NULL, 1652903943),
(60350, '3220', '176.00', '2', '5.001', '10', '49000000', '49099999', '71000000', '73699999', NULL, 1652903944),
(60351, '3298', '94.00', '6', '10.001', '15', '49000000', '49099999', '71000000', '73699999', NULL, 1652903948),
(60352, '3220', '286.00', '2', '10.001', '15', '49000000', '49099999', '71000000', '73699999', NULL, 1652903949),
(60353, '3298', '130.00', '6', '15.001', '20', '49000000', '49099999', '71000000', '73699999', NULL, 1652903950),
(60354, '3220', '396.00', '2', '15.001', '20', '49000000', '49099999', '71000000', '73699999', NULL, 1652903953),
(60355, '3298', '166.00', '6', '20.001', '25', '49000000', '49099999', '71000000', '73699999', NULL, 1652903957),
(60356, '3220', '505.00', '2', '20.001', '25', '49000000', '49099999', '71000000', '73699999', NULL, 1652903957),
(60357, '3298', '202.00', '6', '25.001', '30', '49000000', '49099999', '71000000', '73699999', NULL, 1652903958),
(60358, '3220', '615.00', '2', '25.001', '30', '49000000', '49099999', '71000000', '73699999', NULL, 1652903962),
(60359, '3298', '38.00', '7', '0.3', '5', '49000000', '49099999', '72800000', '73999999', NULL, 1652903963),
(60360, '3220', '113.00', '3', '0.3', '5', '49000000', '49099999', '72800000', '73999999', NULL, 1652903964),
(60361, '3298', '58.00', '7', '5.001', '10', '49000000', '49099999', '72800000', '73999999', NULL, 1652903965),
(60362, '3220', '176.00', '3', '5.001', '10', '49000000', '49099999', '72800000', '73999999', NULL, 1652903967),
(60363, '3298', '94.00', '7', '10.001', '15', '49000000', '49099999', '72800000', '73999999', NULL, 1652903968),
(60364, '3220', '286.00', '3', '10.001', '15', '49000000', '49099999', '72800000', '73999999', NULL, 1652903968),
(60365, '3298', '130.00', '7', '15.001', '20', '49000000', '49099999', '72800000', '73999999', NULL, 1652903969),
(60366, '3220', '396.00', '3', '15.001', '20', '49000000', '49099999', '72800000', '73999999', NULL, 1652903973),
(60367, '3298', '166.00', '7', '20.001', '25', '49000000', '49099999', '72800000', '73999999', NULL, 1652903977),
(60368, '3220', '505.00', '3', '20.001', '25', '49000000', '49099999', '72800000', '73999999', NULL, 1652903978),
(60369, '3298', '202.00', '7', '25.001', '30', '49000000', '49099999', '72800000', '73999999', NULL, 1652903979),
(60370, '3220', '615.00', '3', '25.001', '30', '49000000', '49099999', '72800000', '73999999', NULL, 1652903983),
(60371, '3298', '45.00', '6', '0.3', '5', '49000000', '49099999', '74000000', '74894999', NULL, 1652903984),
(60372, '3220', '137.00', '2', '0.3', '5', '49000000', '49099999', '74000000', '74894999', NULL, 1652903985),
(60373, '3298', '71.00', '6', '5.001', '10', '49000000', '49099999', '74000000', '74894999', NULL, 1652903990),
(60374, '3220', '214.00', '2', '5.001', '10', '49000000', '49099999', '74000000', '74894999', NULL, 1652903990),
(60375, '3298', '116.00', '6', '10.001', '15', '49000000', '49099999', '74000000', '74894999', NULL, 1652903991),
(60376, '3220', '346.00', '2', '10.001', '15', '49000000', '49099999', '74000000', '74894999', NULL, 1652903992),
(60377, '3298', '160.00', '6', '15.001', '20', '49000000', '49099999', '74000000', '74894999', NULL, 1652903993),
(60378, '3220', '479.00', '2', '15.001', '20', '49000000', '49099999', '74000000', '74894999', NULL, 1652903998),
(60379, '3298', '205.00', '6', '20.001', '25', '49000000', '49099999', '74000000', '74894999', NULL, 1652904000),
(60380, '3220', '612.00', '2', '20.001', '25', '49000000', '49099999', '74000000', '74894999', NULL, 1652904003),
(60381, '3298', '249.00', '6', '25.001', '30', '49000000', '49099999', '74000000', '74894999', NULL, 1652904008),
(60382, '3220', '744.00', '2', '25.001', '30', '49000000', '49099999', '74000000', '74894999', NULL, 1652904011),
(60383, '3298', '45.00', '6', '0.3', '5', '49000000', '49099999', '74895000', '76799999', NULL, 1652904013),
(60384, '3220', '137.00', '2', '0.3', '5', '49000000', '49099999', '74895000', '76799999', NULL, 1652904013),
(60385, '3298', '71.00', '6', '5.001', '10', '49000000', '49099999', '74895000', '76799999', NULL, 1652904019),
(60386, '3220', '214.00', '2', '5.001', '10', '49000000', '49099999', '74895000', '76799999', NULL, 1652904019),
(60387, '3298', '116.00', '6', '10.001', '15', '49000000', '49099999', '74895000', '76799999', NULL, 1652904022),
(60388, '3220', '346.00', '2', '10.001', '15', '49000000', '49099999', '74895000', '76799999', NULL, 1652904023),
(60389, '3298', '160.00', '6', '15.001', '20', '49000000', '49099999', '74895000', '76799999', NULL, 1652904025),
(60390, '3220', '479.00', '2', '15.001', '20', '49000000', '49099999', '74895000', '76799999', NULL, 1652904026),
(60391, '3298', '205.00', '6', '20.001', '25', '49000000', '49099999', '74895000', '76799999', NULL, 1652904028),
(60392, '3220', '612.00', '2', '20.001', '25', '49000000', '49099999', '74895000', '76799999', NULL, 1652904029),
(60393, '3298', '249.00', '6', '25.001', '30', '49000000', '49099999', '74895000', '76799999', NULL, 1652904031),
(60394, '3220', '744.00', '2', '25.001', '30', '49000000', '49099999', '74895000', '76799999', NULL, 1652904033),
(60395, '3298', '45.00', '8', '0.3', '5', '49000000', '49099999', '77000000', '77270999', NULL, 1652904034),
(60396, '3220', '137.00', '2', '0.3', '5', '49000000', '49099999', '77000000', '77270999', NULL, 1652904036),
(60397, '3298', '71.00', '8', '5.001', '10', '49000000', '49099999', '77000000', '77270999', NULL, 1652904037),
(60398, '3220', '214.00', '2', '5.001', '10', '49000000', '49099999', '77000000', '77270999', NULL, 1652904037),
(60399, '3298', '116.00', '8', '10.001', '15', '49000000', '49099999', '77000000', '77270999', NULL, 1652904040),
(60400, '3220', '346.00', '2', '10.001', '15', '49000000', '49099999', '77000000', '77270999', NULL, 1652904042),
(60401, '3298', '160.00', '8', '15.001', '20', '49000000', '49099999', '77000000', '77270999', NULL, 1652904044),
(60402, '3220', '479.00', '2', '15.001', '20', '49000000', '49099999', '77000000', '77270999', NULL, 1652904045),
(60403, '3298', '205.00', '8', '20.001', '25', '49000000', '49099999', '77000000', '77270999', NULL, 1652904047),
(60404, '3220', '612.00', '2', '20.001', '25', '49000000', '49099999', '77000000', '77270999', NULL, 1652904049),
(60405, '3298', '249.00', '8', '25.001', '30', '49000000', '49099999', '77000000', '77270999', NULL, 1652904050),
(60406, '3220', '744.00', '2', '25.001', '30', '49000000', '49099999', '77000000', '77270999', NULL, 1652904051),
(60407, '3298', '90.00', '8', '0.3', '5', '49000000', '49099999', '77300000', '77995999', NULL, 1652904053),
(60408, '3220', '183.00', '3', '0.3', '5', '49000000', '49099999', '77300000', '77995999', NULL, 1652904054),
(60409, '3298', '133.00', '8', '5.001', '10', '49000000', '49099999', '77300000', '77995999', NULL, 1652904056),
(60410, '3220', '266.00', '3', '5.001', '10', '49000000', '49099999', '77300000', '77995999', NULL, 1652904057),
(60411, '3298', '215.00', '8', '10.001', '15', '49000000', '49099999', '77300000', '77995999', NULL, 1652904060),
(60412, '3220', '430.00', '3', '10.001', '15', '49000000', '49099999', '77300000', '77995999', NULL, 1652904067),
(60413, '3298', '298.00', '8', '15.001', '20', '49000000', '49099999', '77300000', '77995999', NULL, 1652904070),
(60414, '3220', '595.00', '3', '15.001', '20', '49000000', '49099999', '77300000', '77995999', NULL, 1652904072),
(60415, '3298', '380.00', '8', '20.001', '25', '49000000', '49099999', '77300000', '77995999', NULL, 1652904074),
(60416, '3220', '760.00', '3', '20.001', '25', '49000000', '49099999', '77300000', '77995999', NULL, 1652904083),
(60417, '3298', '463.00', '8', '25.001', '30', '49000000', '49099999', '77300000', '77995999', NULL, 1652904086),
(60418, '3220', '925.00', '3', '25.001', '30', '49000000', '49099999', '77300000', '77995999', NULL, 1652904096),
(60419, '3298', '45.00', '8', '0.3', '5', '49000000', '49099999', '78000000', '78109999', NULL, 1652904101),
(60420, '3220', '137.00', '4', '0.3', '5', '49000000', '49099999', '78000000', '78109999', NULL, 1652904104),
(60421, '3298', '71.00', '8', '5.001', '10', '49000000', '49099999', '78000000', '78109999', NULL, 1652904105),
(60422, '3220', '214.00', '4', '5.001', '10', '49000000', '49099999', '78000000', '78109999', NULL, 1652904106),
(60423, '3298', '116.00', '8', '10.001', '15', '49000000', '49099999', '78000000', '78109999', NULL, 1652904111),
(60424, '3220', '346.00', '4', '10.001', '15', '49000000', '49099999', '78000000', '78109999', NULL, 1652904113),
(60425, '3298', '160.00', '8', '15.001', '20', '49000000', '49099999', '78000000', '78109999', NULL, 1652904115),
(60426, '3220', '479.00', '4', '15.001', '20', '49000000', '49099999', '78000000', '78109999', NULL, 1652904117),
(60427, '3298', '205.00', '8', '20.001', '25', '49000000', '49099999', '78000000', '78109999', NULL, 1652904118),
(60428, '3220', '612.00', '4', '20.001', '25', '49000000', '49099999', '78000000', '78109999', NULL, 1652904120),
(60429, '3298', '249.00', '8', '25.001', '30', '49000000', '49099999', '78000000', '78109999', NULL, 1652904122),
(60430, '3220', '744.00', '4', '25.001', '30', '49000000', '49099999', '78000000', '78109999', NULL, 1652904126),
(60431, '3298', '90.00', '11', '0.3', '5', '49000000', '49099999', '78110000', '78899999', NULL, 1652904136),
(60432, '3220', '183.00', '6', '0.3', '5', '49000000', '49099999', '78110000', '78899999', NULL, 1652904136),
(60433, '3298', '133.00', '11', '5.001', '10', '49000000', '49099999', '78110000', '78899999', NULL, 1652904137),
(60434, '3220', '266.00', '6', '5.001', '10', '49000000', '49099999', '78110000', '78899999', NULL, 1652904144),
(60435, '3298', '215.00', '11', '10.001', '15', '49000000', '49099999', '78110000', '78899999', NULL, 1652904145),
(60436, '3220', '430.00', '6', '10.001', '15', '49000000', '49099999', '78110000', '78899999', NULL, 1652904147),
(60437, '3298', '298.00', '11', '15.001', '20', '49000000', '49099999', '78110000', '78899999', NULL, 1652904148),
(60438, '3220', '595.00', '6', '15.001', '20', '49000000', '49099999', '78110000', '78899999', NULL, 1652904154),
(60439, '3298', '380.00', '11', '20.001', '25', '49000000', '49099999', '78110000', '78899999', NULL, 1652904160),
(60440, '3220', '760.00', '6', '20.001', '25', '49000000', '49099999', '78110000', '78899999', NULL, 1652904161),
(60441, '3298', '463.00', '11', '25.001', '30', '49000000', '49099999', '78110000', '78899999', NULL, 1652904162),
(60442, '3220', '925.00', '6', '25.001', '30', '49000000', '49099999', '78110000', '78899999', NULL, 1652904166),
(60443, '3298', '90.00', '10', '0.3', '5', '49000000', '49099999', '78900000', '78930999', NULL, 1652904167),
(60444, '3220', '183.00', '6', '0.3', '5', '49000000', '49099999', '78900000', '78930999', NULL, 1652904167),
(60445, '3298', '133.00', '10', '5.001', '10', '49000000', '49099999', '78900000', '78930999', NULL, 1652904168),
(60446, '3220', '266.00', '6', '5.001', '10', '49000000', '49099999', '78900000', '78930999', NULL, 1652904170),
(60447, '3298', '215.00', '10', '10.001', '15', '49000000', '49099999', '78900000', '78930999', NULL, 1652904171),
(60448, '3220', '430.00', '6', '10.001', '15', '49000000', '49099999', '78900000', '78930999', NULL, 1652904173),
(60449, '3298', '298.00', '10', '15.001', '20', '49000000', '49099999', '78900000', '78930999', NULL, 1652904174),
(60450, '3220', '595.00', '6', '15.001', '20', '49000000', '49099999', '78900000', '78930999', NULL, 1652904179),
(60451, '3298', '380.00', '10', '20.001', '25', '49000000', '49099999', '78900000', '78930999', NULL, 1652904185),
(60452, '3220', '760.00', '6', '20.001', '25', '49000000', '49099999', '78900000', '78930999', NULL, 1652904191),
(60453, '3298', '463.00', '10', '25.001', '30', '49000000', '49099999', '78900000', '78930999', NULL, 1652904194),
(60454, '3220', '925.00', '6', '25.001', '30', '49000000', '49099999', '78900000', '78930999', NULL, 1652904195),
(60455, '3298', '90.00', '9', '0.3', '5', '49000000', '49099999', '78931000', '78999999', NULL, 1652904197),
(60456, '3220', '183.00', '5', '0.3', '5', '49000000', '49099999', '78931000', '78999999', NULL, 1652904199),
(60457, '3298', '133.00', '9', '5.001', '10', '49000000', '49099999', '78931000', '78999999', NULL, 1652904202),
(60458, '3220', '266.00', '5', '5.001', '10', '49000000', '49099999', '78931000', '78999999', NULL, 1652904204),
(60459, '3298', '215.00', '9', '10.001', '15', '49000000', '49099999', '78931000', '78999999', NULL, 1652904205),
(60460, '3220', '430.00', '5', '10.001', '15', '49000000', '49099999', '78931000', '78999999', NULL, 1652904211),
(60461, '3298', '298.00', '9', '15.001', '20', '49000000', '49099999', '78931000', '78999999', NULL, 1652904216),
(60462, '3220', '595.00', '5', '15.001', '20', '49000000', '49099999', '78931000', '78999999', NULL, 1652904217),
(60463, '3298', '380.00', '9', '20.001', '25', '49000000', '49099999', '78931000', '78999999', NULL, 1652904219),
(60464, '3220', '760.00', '5', '20.001', '25', '49000000', '49099999', '78931000', '78999999', NULL, 1652904223),
(60465, '3298', '463.00', '9', '25.001', '30', '49000000', '49099999', '78931000', '78999999', NULL, 1652904228),
(60466, '3220', '925.00', '5', '25.001', '30', '49000000', '49099999', '78931000', '78999999', NULL, 1652904229),
(60467, '3298', '45.00', '6', '0.3', '5', '49000000', '49099999', '79000000', '79129999', NULL, 1652904231),
(60468, '3220', '137.00', '2', '0.3', '5', '49000000', '49099999', '79000000', '79129999', NULL, 1652904232),
(60469, '3298', '71.00', '6', '5.001', '10', '49000000', '49099999', '79000000', '79129999', NULL, 1652904237),
(60470, '3220', '214.00', '2', '5.001', '10', '49000000', '49099999', '79000000', '79129999', NULL, 1652904238),
(60471, '3298', '116.00', '6', '10.001', '15', '49000000', '49099999', '79000000', '79129999', NULL, 1652904242),
(60472, '3220', '346.00', '2', '10.001', '15', '49000000', '49099999', '79000000', '79129999', NULL, 1652904244),
(60473, '3298', '160.00', '6', '15.001', '20', '49000000', '49099999', '79000000', '79129999', NULL, 1652904245),
(60474, '3220', '479.00', '2', '15.001', '20', '49000000', '49099999', '79000000', '79129999', NULL, 1652904249),
(60475, '3298', '205.00', '6', '20.001', '25', '49000000', '49099999', '79000000', '79129999', NULL, 1652904254),
(60476, '3220', '612.00', '2', '20.001', '25', '49000000', '49099999', '79000000', '79129999', NULL, 1652904255),
(60477, '3298', '249.00', '6', '25.001', '30', '49000000', '49099999', '79000000', '79129999', NULL, 1652904256),
(60478, '3220', '744.00', '2', '25.001', '30', '49000000', '49099999', '79000000', '79129999', NULL, 1652904256),
(60479, '3298', '90.00', '9', '0.3', '5', '49000000', '49099999', '79130000', '79999999', NULL, 1652904262),
(60480, '3220', '183.00', '6', '0.3', '5', '49000000', '49099999', '79130000', '79999999', NULL, 1652904263),
(60481, '3298', '133.00', '9', '5.001', '10', '49000000', '49099999', '79130000', '79999999', NULL, 1652904263),
(60482, '3220', '266.00', '6', '5.001', '10', '49000000', '49099999', '79130000', '79999999', NULL, 1652904269),
(60483, '3298', '215.00', '9', '10.001', '15', '49000000', '49099999', '79130000', '79999999', NULL, 1652904270),
(60484, '3220', '430.00', '6', '10.001', '15', '49000000', '49099999', '79130000', '79999999', NULL, 1652904271),
(60485, '3298', '298.00', '9', '15.001', '20', '49000000', '49099999', '79130000', '79999999', NULL, 1652904272),
(60486, '3220', '595.00', '6', '15.001', '20', '49000000', '49099999', '79130000', '79999999', NULL, 1652904272),
(60487, '3298', '380.00', '9', '20.001', '25', '49000000', '49099999', '79130000', '79999999', NULL, 1652904273),
(60488, '3220', '760.00', '6', '20.001', '25', '49000000', '49099999', '79130000', '79999999', NULL, 1652904274),
(60489, '3298', '463.00', '9', '25.001', '30', '49000000', '49099999', '79130000', '79999999', NULL, 1652904275),
(60490, '3220', '925.00', '6', '25.001', '30', '49000000', '49099999', '79130000', '79999999', NULL, 1652904275),
(60491, '3298', '45.00', '6', '0.3', '5', '49000000', '49099999', '80000000', '82999999', NULL, 1652904276),
(60492, '3220', '137.00', '2', '0.3', '5', '49000000', '49099999', '80000000', '82999999', NULL, 1652904281),
(60493, '3298', '71.00', '6', '5.001', '10', '49000000', '49099999', '80000000', '82999999', NULL, 1652904282),
(60494, '3220', '214.00', '2', '5.001', '10', '49000000', '49099999', '80000000', '82999999', NULL, 1652904283),
(60495, '3298', '116.00', '6', '10.001', '15', '49000000', '49099999', '80000000', '82999999', NULL, 1652904284),
(60496, '3220', '346.00', '2', '10.001', '15', '49000000', '49099999', '80000000', '82999999', NULL, 1652904286),
(60497, '3298', '160.00', '6', '15.001', '20', '49000000', '49099999', '80000000', '82999999', NULL, 1652904287),
(60498, '3220', '479.00', '2', '15.001', '20', '49000000', '49099999', '80000000', '82999999', NULL, 1652904288),
(60499, '3298', '205.00', '6', '20.001', '25', '49000000', '49099999', '80000000', '82999999', NULL, 1652904289),
(60500, '3220', '612.00', '2', '20.001', '25', '49000000', '49099999', '80000000', '82999999', NULL, 1652904290),
(60501, '3298', '249.00', '6', '25.001', '30', '49000000', '49099999', '80000000', '82999999', NULL, 1652904295),
(60502, '3220', '744.00', '2', '25.001', '30', '49000000', '49099999', '80000000', '82999999', NULL, 1652904296),
(60503, '3298', '45.00', '6', '0.3', '5', '49000000', '49099999', '80000000', '83800999', NULL, 1652904296),
(60504, '3220', '137.00', '2', '0.3', '5', '49000000', '49099999', '80000000', '83800999', NULL, 1652904298),
(60505, '3298', '71.00', '6', '5.001', '10', '49000000', '49099999', '80000000', '83800999', NULL, 1652904298),
(60506, '3220', '214.00', '2', '5.001', '10', '49000000', '49099999', '80000000', '83800999', NULL, 1652904301),
(60507, '3298', '116.00', '6', '10.001', '15', '49000000', '49099999', '80000000', '83800999', NULL, 1652904306),
(60508, '3220', '346.00', '2', '10.001', '15', '49000000', '49099999', '80000000', '83800999', NULL, 1652904309),
(60509, '3298', '160.00', '6', '15.001', '20', '49000000', '49099999', '80000000', '83800999', NULL, 1652904310),
(60510, '3220', '479.00', '2', '15.001', '20', '49000000', '49099999', '80000000', '83800999', NULL, 1652904315),
(60511, '3298', '205.00', '6', '20.001', '25', '49000000', '49099999', '80000000', '83800999', NULL, 1652904318),
(60512, '3220', '612.00', '2', '20.001', '25', '49000000', '49099999', '80000000', '83800999', NULL, 1652904318),
(60513, '3298', '249.00', '6', '25.001', '30', '49000000', '49099999', '80000000', '83800999', NULL, 1652904319),
(60514, '3220', '744.00', '2', '25.001', '30', '49000000', '49099999', '80000000', '83800999', NULL, 1652904321),
(60515, '3298', '90.00', '9', '0.3', '5', '49000000', '49099999', '83801000', '87999999', NULL, 1652904322),
(60516, '3220', '183.00', '5', '0.3', '5', '49000000', '49099999', '83801000', '87999999', NULL, 1652904323),
(60517, '3298', '133.00', '9', '5.001', '10', '49000000', '49099999', '83801000', '87999999', NULL, 1652904328),
(60518, '3220', '266.00', '5', '5.001', '10', '49000000', '49099999', '83801000', '87999999', NULL, 1652904329),
(60519, '3298', '215.00', '9', '10.001', '15', '49000000', '49099999', '83801000', '87999999', NULL, 1652904334),
(60520, '3220', '430.00', '5', '10.001', '15', '49000000', '49099999', '83801000', '87999999', NULL, 1652904335),
(60521, '3298', '298.00', '9', '15.001', '20', '49000000', '49099999', '83801000', '87999999', NULL, 1652904336),
(60522, '3220', '595.00', '5', '15.001', '20', '49000000', '49099999', '83801000', '87999999', NULL, 1652904340),
(60523, '3298', '380.00', '9', '20.001', '25', '49000000', '49099999', '83801000', '87999999', NULL, 1652904345),
(60524, '3220', '760.00', '5', '20.001', '25', '49000000', '49099999', '83801000', '87999999', NULL, 1652904346),
(60525, '3298', '463.00', '9', '25.001', '30', '49000000', '49099999', '83801000', '87999999', NULL, 1652904346),
(60526, '3220', '925.00', '5', '25.001', '30', '49000000', '49099999', '83801000', '87999999', NULL, 1652904347),
(60527, '3298', '45.00', '7', '0.3', '5', '49000000', '49099999', '88000000', '82999999', NULL, 1652904351),
(60528, '3220', '137.00', '2', '0.3', '5', '49000000', '49099999', '88000000', '82999999', NULL, 1652904352),
(60529, '3298', '71.00', '7', '5.001', '10', '49000000', '49099999', '88000000', '82999999', NULL, 1652904353),
(60530, '3220', '214.00', '2', '5.001', '10', '49000000', '49099999', '88000000', '82999999', NULL, 1652904354),
(60531, '3298', '116.00', '7', '10.001', '15', '49000000', '49099999', '88000000', '82999999', NULL, 1652904355),
(60532, '3220', '346.00', '2', '10.001', '15', '49000000', '49099999', '88000000', '82999999', NULL, 1652904356),
(60533, '3298', '160.00', '7', '15.001', '20', '49000000', '49099999', '88000000', '82999999', NULL, 1652904357),
(60534, '3220', '479.00', '2', '15.001', '20', '49000000', '49099999', '88000000', '82999999', NULL, 1652904361),
(60535, '3298', '205.00', '7', '20.001', '25', '49000000', '49099999', '88000000', '82999999', NULL, 1652904366),
(60536, '3220', '612.00', '2', '20.001', '25', '49000000', '49099999', '88000000', '82999999', NULL, 1652904369),
(60537, '3298', '249.00', '7', '25.001', '30', '49000000', '49099999', '88000000', '82999999', NULL, 1652904370),
(60538, '3220', '744.00', '2', '25.001', '30', '49000000', '49099999', '88000000', '82999999', NULL, 1652904371),
(60539, '3298', '45.00', '7', '0.3', '5', '49000000', '49099999', '88000000', '88469999', NULL, 1652904375),
(60540, '3220', '137.00', '2', '0.3', '5', '49000000', '49099999', '88000000', '88469999', NULL, 1652904376),
(60541, '3298', '71.00', '7', '5.001', '10', '49000000', '49099999', '88000000', '88469999', NULL, 1652904378),
(60542, '3220', '214.00', '2', '5.001', '10', '49000000', '49099999', '88000000', '88469999', NULL, 1652904378),
(60543, '3298', '116.00', '7', '10.001', '15', '49000000', '49099999', '88000000', '88469999', NULL, 1652904379),
(60544, '3220', '346.00', '2', '10.001', '15', '49000000', '49099999', '88000000', '88469999', NULL, 1652904383),
(60545, '3298', '160.00', '7', '15.001', '20', '49000000', '49099999', '88000000', '88469999', NULL, 1652904385),
(60546, '3220', '479.00', '2', '15.001', '20', '49000000', '49099999', '88000000', '88469999', NULL, 1652904388),
(60547, '3298', '205.00', '7', '20.001', '25', '49000000', '49099999', '88000000', '88469999', NULL, 1652904391),
(60548, '3220', '612.00', '2', '20.001', '25', '49000000', '49099999', '88000000', '88469999', NULL, 1652904392),
(60549, '3298', '249.00', '7', '25.001', '30', '49000000', '49099999', '88000000', '88469999', NULL, 1652904393),
(60550, '3220', '744.00', '2', '25.001', '30', '49000000', '49099999', '88000000', '88469999', NULL, 1652904397),
(60551, '3298', '78.00', '7', '0.3', '5', '49000000', '49099999', '88470000', '89999999', NULL, 1652904398),
(60552, '3220', '154.00', '3', '0.3', '5', '49000000', '49099999', '88470000', '89999999', NULL, 1652904406),
(60553, '3298', '114.00', '7', '5.001', '10', '49000000', '49099999', '88470000', '89999999', NULL, 1652904407),
(60554, '3220', '223.00', '3', '5.001', '10', '49000000', '49099999', '88470000', '89999999', NULL, 1652904411),
(60555, '3298', '185.00', '7', '10.001', '15', '49000000', '49099999', '88470000', '89999999', NULL, 1652904418),
(60556, '3220', '361.00', '3', '10.001', '15', '49000000', '49099999', '88470000', '89999999', NULL, 1652904421),
(60557, '3298', '256.00', '7', '15.001', '20', '49000000', '49099999', '88470000', '89999999', NULL, 1652904422),
(60558, '3220', '500.00', '3', '15.001', '20', '49000000', '49099999', '88470000', '89999999', NULL, 1652904425),
(60559, '3298', '327.00', '7', '20.001', '25', '49000000', '49099999', '88470000', '89999999', NULL, 1652904428),
(60560, '3220', '638.00', '3', '20.001', '25', '49000000', '49099999', '88470000', '89999999', NULL, 1652904432),
(60561, '3298', '398.00', '7', '25.001', '30', '49000000', '49099999', '88470000', '89999999', NULL, 1652904432),
(60562, '3220', '777.00', '3', '25.001', '30', '49000000', '49099999', '88470000', '89999999', NULL, 1652904437),
(60563, '3298', '45.00', '7', '0.3', '5', '49000000', '49099999', '90000000', '91999999', NULL, 1652904437),
(60564, '3220', '137.00', '2', '0.3', '5', '49000000', '49099999', '90000000', '91999999', NULL, 1652904442),
(60565, '3298', '71.00', '7', '5.001', '10', '49000000', '49099999', '90000000', '91999999', NULL, 1652904444),
(60566, '3220', '214.00', '2', '5.001', '10', '49000000', '49099999', '90000000', '91999999', NULL, 1652904446),
(60567, '3298', '116.00', '7', '10.001', '15', '49000000', '49099999', '90000000', '91999999', NULL, 1652904448),
(60568, '3220', '346.00', '2', '10.001', '15', '49000000', '49099999', '90000000', '91999999', NULL, 1652904448),
(60569, '3298', '160.00', '7', '15.001', '20', '49000000', '49099999', '90000000', '91999999', NULL, 1652904450),
(60570, '3220', '479.00', '2', '15.001', '20', '49000000', '49099999', '90000000', '91999999', NULL, 1652904451),
(60571, '3298', '205.00', '7', '20.001', '25', '49000000', '49099999', '90000000', '91999999', NULL, 1652904453),
(60572, '3220', '612.00', '2', '20.001', '25', '49000000', '49099999', '90000000', '91999999', NULL, 1652904454),
(60573, '3298', '249.00', '7', '25.001', '30', '49000000', '49099999', '90000000', '91999999', NULL, 1652904455),
(60574, '3220', '744.00', '2', '25.001', '30', '49000000', '49099999', '90000000', '91999999', NULL, 1652904460),
(60575, '3298', '45.00', '7', '0.3', '5', '49000000', '49099999', '90000000', '94900999', NULL, 1652904462),
(60576, '3220', '137.00', '3', '0.3', '5', '49000000', '49099999', '90000000', '94900999', NULL, 1652904464),
(60577, '3298', '71.00', '7', '5.001', '10', '49000000', '49099999', '90000000', '94900999', NULL, 1652904465);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(60578, '3220', '214.00', '3', '5.001', '10', '49000000', '49099999', '90000000', '94900999', NULL, 1652904466),
(60579, '3298', '116.00', '7', '10.001', '15', '49000000', '49099999', '90000000', '94900999', NULL, 1652904468),
(60580, '3220', '346.00', '3', '10.001', '15', '49000000', '49099999', '90000000', '94900999', NULL, 1652904469),
(60581, '3298', '160.00', '7', '15.001', '20', '49000000', '49099999', '90000000', '94900999', NULL, 1652904469),
(60582, '3220', '479.00', '3', '15.001', '20', '49000000', '49099999', '90000000', '94900999', NULL, 1652904472),
(60583, '3298', '205.00', '7', '20.001', '25', '49000000', '49099999', '90000000', '94900999', NULL, 1652904473),
(60584, '3220', '612.00', '3', '20.001', '25', '49000000', '49099999', '90000000', '94900999', NULL, 1652904473),
(60585, '3298', '249.00', '7', '25.001', '30', '49000000', '49099999', '90000000', '94900999', NULL, 1652904474),
(60586, '3220', '744.00', '3', '25.001', '30', '49000000', '49099999', '90000000', '94900999', NULL, 1652904476),
(60587, '3298', '90.00', '11', '0.3', '5', '49000000', '49099999', '94901000', '99999999', NULL, 1652904477),
(60588, '3220', '183.00', '7', '0.3', '5', '49000000', '49099999', '94901000', '99999999', NULL, 1652904478),
(60589, '3298', '133.00', '11', '5.001', '10', '49000000', '49099999', '94901000', '99999999', NULL, 1652904480),
(60590, '3220', '266.00', '7', '5.001', '10', '49000000', '49099999', '94901000', '99999999', NULL, 1652904481),
(60591, '3298', '215.00', '11', '10.001', '15', '49000000', '49099999', '94901000', '99999999', NULL, 1652904483),
(60592, '3220', '430.00', '7', '10.001', '15', '49000000', '49099999', '94901000', '99999999', NULL, 1652904490),
(60593, '3298', '298.00', '11', '15.001', '20', '49000000', '49099999', '94901000', '99999999', NULL, 1652904493),
(60594, '3220', '595.00', '7', '15.001', '20', '49000000', '49099999', '94901000', '99999999', NULL, 1652904494),
(60595, '3298', '380.00', '11', '20.001', '25', '49000000', '49099999', '94901000', '99999999', NULL, 1652904496),
(60596, '3220', '760.00', '7', '20.001', '25', '49000000', '49099999', '94901000', '99999999', NULL, 1652904497),
(60597, '3298', '463.00', '11', '25.001', '30', '49000000', '49099999', '94901000', '99999999', NULL, 1652904499),
(60598, '3220', '925.00', '7', '25.001', '30', '49000000', '49099999', '94901000', '99999999', NULL, 1652904500),
(60599, '3298', '90.00', '9', '0.3', '5', '49100000', '49999999', '01000000', '08499999', NULL, 1652904501),
(60600, '3220', '183.00', '4', '0.3', '5', '49100000', '49999999', '01000000', '08499999', NULL, 1652904502),
(60601, '3298', '133.00', '9', '5.001', '10', '49100000', '49999999', '01000000', '08499999', NULL, 1652904502),
(60602, '3220', '266.00', '4', '5.001', '10', '49100000', '49999999', '01000000', '08499999', NULL, 1652904508),
(60603, '3298', '215.00', '9', '10.001', '15', '49100000', '49999999', '01000000', '08499999', NULL, 1652904509),
(60604, '3220', '430.00', '4', '10.001', '15', '49100000', '49999999', '01000000', '08499999', NULL, 1652904512),
(60605, '3298', '298.00', '9', '15.001', '20', '49100000', '49999999', '01000000', '08499999', NULL, 1652904513),
(60606, '3220', '595.00', '4', '15.001', '20', '49100000', '49999999', '01000000', '08499999', NULL, 1652904519),
(60607, '3298', '380.00', '9', '20.001', '25', '49100000', '49999999', '01000000', '08499999', NULL, 1652904522),
(60608, '3220', '760.00', '4', '20.001', '25', '49100000', '49999999', '01000000', '08499999', NULL, 1652904524),
(60609, '3298', '463.00', '9', '25.001', '30', '49100000', '49999999', '01000000', '08499999', NULL, 1652904527),
(60610, '3220', '925.00', '4', '25.001', '30', '49100000', '49999999', '01000000', '08499999', NULL, 1652904529),
(60611, '3298', '90.00', '9', '0.3', '5', '49100000', '49999999', '06000000', '09999999', NULL, 1652904530),
(60612, '3220', '183.00', '4', '0.3', '5', '49100000', '49999999', '06000000', '09999999', NULL, 1652904531),
(60613, '3298', '133.00', '9', '5.001', '10', '49100000', '49999999', '06000000', '09999999', NULL, 1652904532),
(60614, '3220', '266.00', '4', '5.001', '10', '49100000', '49999999', '06000000', '09999999', NULL, 1652904535),
(60615, '3298', '215.00', '9', '10.001', '15', '49100000', '49999999', '06000000', '09999999', NULL, 1652904539),
(60616, '3220', '430.00', '4', '10.001', '15', '49100000', '49999999', '06000000', '09999999', NULL, 1652904540),
(60617, '3298', '298.00', '9', '15.001', '20', '49100000', '49999999', '06000000', '09999999', NULL, 1652904540),
(60618, '3220', '595.00', '4', '15.001', '20', '49100000', '49999999', '06000000', '09999999', NULL, 1652904542),
(60619, '3298', '380.00', '9', '20.001', '25', '49100000', '49999999', '06000000', '09999999', NULL, 1652904545),
(60620, '3220', '760.00', '4', '20.001', '25', '49100000', '49999999', '06000000', '09999999', NULL, 1652904545),
(60621, '3298', '463.00', '9', '25.001', '30', '49100000', '49999999', '06000000', '09999999', NULL, 1652904551),
(60622, '3220', '925.00', '4', '25.001', '30', '49100000', '49999999', '06000000', '09999999', NULL, 1652904552),
(60623, '3298', '90.00', '10', '0.3', '5', '49100000', '49999999', '11000000', '11999999', NULL, 1652904553),
(60624, '3220', '183.00', '5', '0.3', '5', '49100000', '49999999', '11000000', '11999999', NULL, 1652904555),
(60625, '3298', '133.00', '10', '5.001', '10', '49100000', '49999999', '11000000', '11999999', NULL, 1652904557),
(60626, '3220', '266.00', '5', '5.001', '10', '49100000', '49999999', '11000000', '11999999', NULL, 1652904558),
(60627, '3298', '215.00', '10', '10.001', '15', '49100000', '49999999', '11000000', '11999999', NULL, 1652904559),
(60628, '3220', '430.00', '5', '10.001', '15', '49100000', '49999999', '11000000', '11999999', NULL, 1652904560),
(60629, '3298', '298.00', '10', '15.001', '20', '49100000', '49999999', '11000000', '11999999', NULL, 1652904562),
(60630, '3220', '595.00', '5', '15.001', '20', '49100000', '49999999', '11000000', '11999999', NULL, 1652904563),
(60631, '3298', '380.00', '10', '20.001', '25', '49100000', '49999999', '11000000', '11999999', NULL, 1652904564),
(60632, '3220', '760.00', '5', '20.001', '25', '49100000', '49999999', '11000000', '11999999', NULL, 1652904565),
(60633, '3298', '463.00', '10', '25.001', '30', '49100000', '49999999', '11000000', '11999999', NULL, 1652904570),
(60634, '3220', '925.00', '5', '25.001', '30', '49100000', '49999999', '11000000', '11999999', NULL, 1652904571),
(60635, '3298', '90.00', '10', '0.3', '5', '49100000', '49999999', '12000000', '19999999', NULL, 1652904571),
(60636, '3220', '183.00', '4', '0.3', '5', '49100000', '49999999', '12000000', '19999999', NULL, 1652904572),
(60637, '3298', '133.00', '10', '5.001', '10', '49100000', '49999999', '12000000', '19999999', NULL, 1652904573),
(60638, '3220', '266.00', '4', '5.001', '10', '49100000', '49999999', '12000000', '19999999', NULL, 1652904574),
(60639, '3298', '215.00', '10', '10.001', '15', '49100000', '49999999', '12000000', '19999999', NULL, 1652904575),
(60640, '3220', '430.00', '4', '10.001', '15', '49100000', '49999999', '12000000', '19999999', NULL, 1652904576),
(60641, '3298', '298.00', '10', '15.001', '20', '49100000', '49999999', '12000000', '19999999', NULL, 1652904577),
(60642, '3220', '595.00', '4', '15.001', '20', '49100000', '49999999', '12000000', '19999999', NULL, 1652904579),
(60643, '3298', '380.00', '10', '20.001', '25', '49100000', '49999999', '12000000', '19999999', NULL, 1652904579),
(60644, '3220', '760.00', '4', '20.001', '25', '49100000', '49999999', '12000000', '19999999', NULL, 1652904580),
(60645, '3298', '463.00', '10', '25.001', '30', '49100000', '49999999', '12000000', '19999999', NULL, 1652904582),
(60646, '3220', '925.00', '4', '25.001', '30', '49100000', '49999999', '12000000', '19999999', NULL, 1652904583),
(60647, '3298', '90.00', '10', '0.3', '5', '49100000', '49999999', '26601000', '28999999', NULL, 1652904623),
(60648, '3220', '183.00', '6', '0.3', '5', '49100000', '49999999', '26601000', '28999999', NULL, 1652904629),
(60649, '3298', '133.00', '10', '5.001', '10', '49100000', '49999999', '26601000', '28999999', NULL, 1652904630),
(60650, '3220', '266.00', '6', '5.001', '10', '49100000', '49999999', '26601000', '28999999', NULL, 1652904631),
(60651, '3298', '215.00', '10', '10.001', '15', '49100000', '49999999', '26601000', '28999999', NULL, 1652904633),
(60652, '3220', '430.00', '6', '10.001', '15', '49100000', '49999999', '26601000', '28999999', NULL, 1652904633),
(60653, '3298', '298.00', '10', '15.001', '20', '49100000', '49999999', '26601000', '28999999', NULL, 1652904635),
(60654, '3220', '595.00', '6', '15.001', '20', '49100000', '49999999', '26601000', '28999999', NULL, 1652904635),
(60655, '3298', '380.00', '10', '20.001', '25', '49100000', '49999999', '26601000', '28999999', NULL, 1652904636),
(60656, '3220', '760.00', '6', '20.001', '25', '49100000', '49999999', '26601000', '28999999', NULL, 1652904639),
(60657, '3298', '463.00', '10', '25.001', '30', '49100000', '49999999', '26601000', '28999999', NULL, 1652904640),
(60658, '3220', '925.00', '6', '25.001', '30', '49100000', '49999999', '26601000', '28999999', NULL, 1652904642),
(60659, '3298', '70.00', '9', '0.3', '5', '49100000', '49999999', '29000000', '29099999', NULL, 1652904643),
(60660, '3220', '157.00', '5', '0.3', '5', '49100000', '49999999', '29000000', '29099999', NULL, 1652904649),
(60661, '3298', '106.00', '9', '5.001', '10', '49100000', '49999999', '29000000', '29099999', NULL, 1652904650),
(60662, '3220', '226.00', '5', '5.001', '10', '49100000', '49999999', '29000000', '29099999', NULL, 1652904656),
(60663, '3298', '172.00', '9', '10.001', '15', '49100000', '49999999', '29000000', '29099999', NULL, 1652904663),
(60664, '3220', '367.00', '5', '10.001', '15', '49100000', '49999999', '29000000', '29099999', NULL, 1652904664),
(60665, '3298', '239.00', '9', '15.001', '20', '49100000', '49999999', '29000000', '29099999', NULL, 1652904668),
(60666, '3220', '508.00', '5', '15.001', '20', '49100000', '49999999', '29000000', '29099999', NULL, 1652904669),
(60667, '3298', '305.00', '9', '20.001', '25', '49100000', '49999999', '29000000', '29099999', NULL, 1652904670),
(60668, '3220', '649.00', '5', '20.001', '25', '49100000', '49999999', '29000000', '29099999', NULL, 1652904671),
(60669, '3298', '371.00', '9', '25.001', '30', '49100000', '49999999', '29000000', '29099999', NULL, 1652904672),
(60670, '3220', '789.00', '5', '25.001', '30', '49100000', '49999999', '29000000', '29099999', NULL, 1652904678),
(60671, '3298', '70.00', '11', '0.3', '5', '49100000', '49999999', '29100000', '29999999', NULL, 1652904680),
(60672, '3220', '157.00', '7', '0.3', '5', '49100000', '49999999', '29100000', '29999999', NULL, 1652904683),
(60673, '3298', '106.00', '11', '5.001', '10', '49100000', '49999999', '29100000', '29999999', NULL, 1652904684),
(60674, '3220', '226.00', '7', '5.001', '10', '49100000', '49999999', '29100000', '29999999', NULL, 1652904690),
(60675, '3298', '172.00', '11', '10.001', '15', '49100000', '49999999', '29100000', '29999999', NULL, 1652904692),
(60676, '3220', '367.00', '7', '10.001', '15', '49100000', '49999999', '29100000', '29999999', NULL, 1652904697),
(60677, '3298', '239.00', '11', '15.001', '20', '49100000', '49999999', '29100000', '29999999', NULL, 1652904701),
(60678, '3220', '508.00', '7', '15.001', '20', '49100000', '49999999', '29100000', '29999999', NULL, 1652904706),
(60679, '3298', '305.00', '11', '20.001', '25', '49100000', '49999999', '29100000', '29999999', NULL, 1652904711),
(60680, '3220', '649.00', '7', '20.001', '25', '49100000', '49999999', '29100000', '29999999', NULL, 1652904716),
(60681, '3298', '371.00', '11', '25.001', '30', '49100000', '49999999', '29100000', '29999999', NULL, 1652904722),
(60682, '3220', '789.00', '7', '25.001', '30', '49100000', '49999999', '29100000', '29999999', NULL, 1652904723),
(60683, '3298', '70.00', '8', '0.3', '5', '49100000', '49999999', '30000000', '31999999', NULL, 1652904729),
(60684, '3220', '157.00', '4', '0.3', '5', '49100000', '49999999', '30000000', '31999999', NULL, 1652904734),
(60685, '3298', '106.00', '8', '5.001', '10', '49100000', '49999999', '30000000', '31999999', NULL, 1652904738),
(60686, '3220', '226.00', '4', '5.001', '10', '49100000', '49999999', '30000000', '31999999', NULL, 1652904738),
(60687, '3298', '172.00', '8', '10.001', '15', '49100000', '49999999', '30000000', '31999999', NULL, 1652904743),
(60688, '3220', '367.00', '4', '10.001', '15', '49100000', '49999999', '30000000', '31999999', NULL, 1652904746),
(60689, '3298', '239.00', '8', '15.001', '20', '49100000', '49999999', '30000000', '31999999', NULL, 1652904750),
(60690, '3220', '508.00', '4', '15.001', '20', '49100000', '49999999', '30000000', '31999999', NULL, 1652904751),
(60691, '3298', '305.00', '8', '20.001', '25', '49100000', '49999999', '30000000', '31999999', NULL, 1652904756),
(60692, '3220', '649.00', '4', '20.001', '25', '49100000', '49999999', '30000000', '31999999', NULL, 1652904756),
(60693, '3298', '371.00', '8', '25.001', '30', '49100000', '49999999', '30000000', '31999999', NULL, 1652904759),
(60694, '3220', '789.00', '4', '25.001', '30', '49100000', '49999999', '30000000', '31999999', NULL, 1652904760),
(60695, '3298', '70.00', '8', '0.3', '5', '49100000', '49999999', '30000000', '34999999', NULL, 1652904763),
(60696, '3220', '157.00', '4', '0.3', '5', '49100000', '49999999', '30000000', '34999999', NULL, 1652904764),
(60697, '3298', '106.00', '8', '5.001', '10', '49100000', '49999999', '30000000', '34999999', NULL, 1652904767),
(60698, '3220', '226.00', '4', '5.001', '10', '49100000', '49999999', '30000000', '34999999', NULL, 1652904770),
(60699, '3298', '172.00', '8', '10.001', '15', '49100000', '49999999', '30000000', '34999999', NULL, 1652904771),
(60700, '3220', '367.00', '4', '10.001', '15', '49100000', '49999999', '30000000', '34999999', NULL, 1652904772),
(60701, '3298', '239.00', '8', '15.001', '20', '49100000', '49999999', '30000000', '34999999', NULL, 1652904775),
(60702, '3220', '508.00', '4', '15.001', '20', '49100000', '49999999', '30000000', '34999999', NULL, 1652904777),
(60703, '3298', '305.00', '8', '20.001', '25', '49100000', '49999999', '30000000', '34999999', NULL, 1652904779),
(60704, '3220', '649.00', '4', '20.001', '25', '49100000', '49999999', '30000000', '34999999', NULL, 1652904783),
(60705, '3298', '371.00', '8', '25.001', '30', '49100000', '49999999', '30000000', '34999999', NULL, 1652904784),
(60706, '3220', '789.00', '4', '25.001', '30', '49100000', '49999999', '30000000', '34999999', NULL, 1652904785),
(60707, '3298', '70.00', '10', '0.3', '5', '49100000', '49999999', '35000000', '39999999', NULL, 1652904785),
(60708, '3220', '157.00', '6', '0.3', '5', '49100000', '49999999', '35000000', '39999999', NULL, 1652904786),
(60709, '3298', '106.00', '10', '5.001', '10', '49100000', '49999999', '35000000', '39999999', NULL, 1652904787),
(60710, '3220', '226.00', '6', '5.001', '10', '49100000', '49999999', '35000000', '39999999', NULL, 1652904788),
(60711, '3298', '172.00', '10', '10.001', '15', '49100000', '49999999', '35000000', '39999999', NULL, 1652904788),
(60712, '3220', '367.00', '6', '10.001', '15', '49100000', '49999999', '35000000', '39999999', NULL, 1652904792),
(60713, '3298', '239.00', '10', '15.001', '20', '49100000', '49999999', '35000000', '39999999', NULL, 1652904793),
(60714, '3220', '508.00', '6', '15.001', '20', '49100000', '49999999', '35000000', '39999999', NULL, 1652904793),
(60715, '3298', '305.00', '10', '20.001', '25', '49100000', '49999999', '35000000', '39999999', NULL, 1652904794),
(60716, '3220', '649.00', '6', '20.001', '25', '49100000', '49999999', '35000000', '39999999', NULL, 1652904795),
(60717, '3298', '371.00', '10', '25.001', '30', '49100000', '49999999', '35000000', '39999999', NULL, 1652904795),
(60718, '3220', '789.00', '6', '25.001', '30', '49100000', '49999999', '35000000', '39999999', NULL, 1652904796),
(60719, '3298', '44.00', '7', '0.3', '5', '49100000', '49999999', '40000000', '41999999', NULL, 1652904796),
(60720, '3220', '102.00', '4', '0.3', '5', '49100000', '49999999', '40000000', '41999999', NULL, 1652904798),
(60721, '3298', '74.00', '7', '5.001', '10', '49100000', '49999999', '40000000', '41999999', NULL, 1652904799),
(60722, '3220', '141.00', '4', '5.001', '10', '49100000', '49999999', '40000000', '41999999', NULL, 1652904799),
(60723, '3298', '120.00', '7', '10.001', '15', '49100000', '49999999', '40000000', '41999999', NULL, 1652904801),
(60724, '3220', '229.00', '4', '10.001', '15', '49100000', '49999999', '40000000', '41999999', NULL, 1652904801),
(60725, '3298', '166.00', '7', '15.001', '20', '49100000', '49999999', '40000000', '41999999', NULL, 1652904802),
(60726, '3220', '316.00', '4', '15.001', '20', '49100000', '49999999', '40000000', '41999999', NULL, 1652904802),
(60727, '3298', '212.00', '7', '20.001', '25', '49100000', '49999999', '40000000', '41999999', NULL, 1652904803),
(60728, '3220', '404.00', '4', '20.001', '25', '49100000', '49999999', '40000000', '41999999', NULL, 1652904803),
(60729, '3298', '258.00', '7', '25.001', '30', '49100000', '49999999', '40000000', '41999999', NULL, 1652904804),
(60730, '3220', '492.00', '4', '25.001', '30', '49100000', '49999999', '40000000', '41999999', NULL, 1652904828),
(60731, '3298', '44.00', '7', '0.3', '5', '49100000', '49999999', '40000000', '44470999', NULL, 1652904828),
(60732, '3220', '102.00', '4', '0.3', '5', '49100000', '49999999', '40000000', '44470999', NULL, 1652904829),
(60733, '3298', '74.00', '7', '5.001', '10', '49100000', '49999999', '40000000', '44470999', NULL, 1652904829),
(60734, '3220', '141.00', '4', '5.001', '10', '49100000', '49999999', '40000000', '44470999', NULL, 1652904830),
(60735, '3298', '120.00', '7', '10.001', '15', '49100000', '49999999', '40000000', '44470999', NULL, 1652904830),
(60736, '3220', '229.00', '4', '10.001', '15', '49100000', '49999999', '40000000', '44470999', NULL, 1652904831),
(60737, '3298', '166.00', '7', '15.001', '20', '49100000', '49999999', '40000000', '44470999', NULL, 1652904832),
(60738, '3220', '316.00', '4', '15.001', '20', '49100000', '49999999', '40000000', '44470999', NULL, 1652904832),
(60739, '3298', '212.00', '7', '20.001', '25', '49100000', '49999999', '40000000', '44470999', NULL, 1652904833),
(60740, '3220', '404.00', '4', '20.001', '25', '49100000', '49999999', '40000000', '44470999', NULL, 1652904833),
(60741, '3298', '258.00', '7', '25.001', '30', '49100000', '49999999', '40000000', '44470999', NULL, 1652904864),
(60742, '3220', '492.00', '4', '25.001', '30', '49100000', '49999999', '40000000', '44470999', NULL, 1652904864),
(60743, '3298', '44.00', '9', '0.3', '5', '49100000', '49999999', '44471000', '48999999', NULL, 1652904865),
(60744, '3220', '102.00', '6', '0.3', '5', '49100000', '49999999', '44471000', '48999999', NULL, 1652904866),
(60745, '3298', '74.00', '9', '5.001', '10', '49100000', '49999999', '44471000', '48999999', NULL, 1652904866),
(60746, '3220', '141.00', '6', '5.001', '10', '49100000', '49999999', '44471000', '48999999', NULL, 1652904893),
(60747, '3298', '120.00', '9', '10.001', '15', '49100000', '49999999', '44471000', '48999999', NULL, 1652904893),
(60748, '3220', '229.00', '6', '10.001', '15', '49100000', '49999999', '44471000', '48999999', NULL, 1652904894),
(60749, '3298', '166.00', '9', '15.001', '20', '49100000', '49999999', '44471000', '48999999', NULL, 1652904894),
(60750, '3220', '316.00', '6', '15.001', '20', '49100000', '49999999', '44471000', '48999999', NULL, 1652904895),
(60751, '3298', '212.00', '9', '20.001', '25', '49100000', '49999999', '44471000', '48999999', NULL, 1652904895),
(60752, '3220', '404.00', '6', '20.001', '25', '49100000', '49999999', '44471000', '48999999', NULL, 1652904919),
(60753, '3298', '258.00', '9', '25.001', '30', '49100000', '49999999', '44471000', '48999999', NULL, 1652904919),
(60754, '3220', '492.00', '6', '25.001', '30', '49100000', '49999999', '44471000', '48999999', NULL, 1652904920),
(60755, '3298', '26.00', '5', '0.3', '5', '49100000', '49999999', '49000000', '49099999', NULL, 1652904921),
(60756, '3220', '34.00', '2', '0.3', '5', '49100000', '49999999', '49000000', '49099999', NULL, 1652904921),
(60757, '3298', '32.00', '5', '5.001', '10', '49100000', '49999999', '49000000', '49099999', NULL, 1652904922),
(60758, '3220', '48.00', '2', '5.001', '10', '49100000', '49999999', '49000000', '49099999', NULL, 1652904922),
(60759, '3298', '52.00', '5', '10.001', '15', '49100000', '49999999', '49000000', '49099999', NULL, 1652904923),
(60760, '3220', '79.00', '2', '10.001', '15', '49100000', '49999999', '49000000', '49099999', NULL, 1652904924),
(60761, '3298', '72.00', '5', '15.001', '20', '49100000', '49999999', '49000000', '49099999', NULL, 1652904924),
(60762, '3220', '109.00', '2', '15.001', '20', '49100000', '49999999', '49000000', '49099999', NULL, 1652904925),
(60763, '3298', '92.00', '5', '20.001', '25', '49100000', '49999999', '49000000', '49099999', NULL, 1652904925),
(60764, '3220', '139.00', '2', '20.001', '25', '49100000', '49999999', '49000000', '49099999', NULL, 1652904926),
(60765, '3298', '112.00', '5', '25.001', '30', '49100000', '49999999', '49000000', '49099999', NULL, 1652904926),
(60766, '3220', '170.00', '2', '25.001', '30', '49100000', '49999999', '49000000', '49099999', NULL, 1652904927),
(60767, '3298', '26.00', '5', '0.3', '5', '49100000', '49999999', '49100000', '49999999', NULL, 1652904927),
(60768, '3220', '22.00', '1', '0.3', '5', '49100000', '49999999', '49100000', '49999999', NULL, 1652904928),
(60769, '3298', '32.00', '5', '5.001', '10', '49100000', '49999999', '49100000', '49999999', NULL, 1652904929),
(60770, '3220', '28.00', '1', '5.001', '10', '49100000', '49999999', '49100000', '49999999', NULL, 1652904929),
(60771, '3298', '52.00', '5', '10.001', '15', '49100000', '49999999', '49100000', '49999999', NULL, 1652904930),
(60772, '3220', '45.00', '1', '10.001', '15', '49100000', '49999999', '49100000', '49999999', NULL, 1652904930),
(60773, '3298', '72.00', '5', '15.001', '20', '49100000', '49999999', '49100000', '49999999', NULL, 1652904930),
(60774, '3220', '63.00', '1', '15.001', '20', '49100000', '49999999', '49100000', '49999999', NULL, 1652904931),
(60775, '3298', '92.00', '5', '20.001', '25', '49100000', '49999999', '49100000', '49999999', NULL, 1652904931),
(60776, '3220', '80.00', '1', '20.001', '25', '49100000', '49999999', '49100000', '49999999', NULL, 1652904932),
(60777, '3298', '112.00', '5', '25.001', '30', '49100000', '49999999', '49100000', '49999999', NULL, 1652904933),
(60778, '3220', '97.00', '1', '25.001', '30', '49100000', '49999999', '49100000', '49999999', NULL, 1652904933),
(60779, '3298', '44.00', '7', '0.3', '5', '49100000', '49999999', '50000000', '52999999', NULL, 1652904934),
(60780, '3220', '102.00', '4', '0.3', '5', '49100000', '49999999', '50000000', '52999999', NULL, 1652904934),
(60781, '3298', '74.00', '7', '5.001', '10', '49100000', '49999999', '50000000', '52999999', NULL, 1652904934),
(60782, '3220', '141.00', '4', '5.001', '10', '49100000', '49999999', '50000000', '52999999', NULL, 1652904935),
(60783, '3298', '120.00', '7', '10.001', '15', '49100000', '49999999', '50000000', '52999999', NULL, 1652904936),
(60784, '3220', '229.00', '4', '10.001', '15', '49100000', '49999999', '50000000', '52999999', NULL, 1652904936),
(60785, '3298', '166.00', '7', '15.001', '20', '49100000', '49999999', '50000000', '52999999', NULL, 1652904961),
(60786, '3220', '316.00', '4', '15.001', '20', '49100000', '49999999', '50000000', '52999999', NULL, 1652904961),
(60787, '3298', '212.00', '7', '20.001', '25', '49100000', '49999999', '50000000', '52999999', NULL, 1652904962),
(60788, '3220', '404.00', '4', '20.001', '25', '49100000', '49999999', '50000000', '52999999', NULL, 1652904963),
(60789, '3298', '258.00', '7', '25.001', '30', '49100000', '49999999', '50000000', '52999999', NULL, 1652904963),
(60790, '3220', '492.00', '4', '25.001', '30', '49100000', '49999999', '50000000', '52999999', NULL, 1652904963),
(60791, '3298', '44.00', '7', '0.3', '5', '49100000', '49999999', '50000000', '54999999', NULL, 1652904964),
(60792, '3220', '102.00', '4', '0.3', '5', '49100000', '49999999', '50000000', '54999999', NULL, 1652904965),
(60793, '3298', '74.00', '7', '5.001', '10', '49100000', '49999999', '50000000', '54999999', NULL, 1652904965),
(60794, '3220', '141.00', '4', '5.001', '10', '49100000', '49999999', '50000000', '54999999', NULL, 1652904966),
(60795, '3298', '120.00', '7', '10.001', '15', '49100000', '49999999', '50000000', '54999999', NULL, 1652904966),
(60796, '3220', '229.00', '4', '10.001', '15', '49100000', '49999999', '50000000', '54999999', NULL, 1652904967),
(60797, '3298', '166.00', '7', '15.001', '20', '49100000', '49999999', '50000000', '54999999', NULL, 1652904967),
(60798, '3220', '316.00', '4', '15.001', '20', '49100000', '49999999', '50000000', '54999999', NULL, 1652904968),
(60799, '3298', '212.00', '7', '20.001', '25', '49100000', '49999999', '50000000', '54999999', NULL, 1652904982),
(60800, '3220', '404.00', '4', '20.001', '25', '49100000', '49999999', '50000000', '54999999', NULL, 1652904982),
(60801, '3298', '258.00', '7', '25.001', '30', '49100000', '49999999', '50000000', '54999999', NULL, 1652904983),
(60802, '3220', '492.00', '4', '25.001', '30', '49100000', '49999999', '50000000', '54999999', NULL, 1652904984),
(60803, '3298', '44.00', '11', '0.3', '5', '49100000', '49999999', '55000000', '56999999', NULL, 1652904984),
(60804, '3220', '102.00', '8', '0.3', '5', '49100000', '49999999', '55000000', '56999999', NULL, 1652904985),
(60805, '3298', '74.00', '11', '5.001', '10', '49100000', '49999999', '55000000', '56999999', NULL, 1652904985),
(60806, '3220', '141.00', '8', '5.001', '10', '49100000', '49999999', '55000000', '56999999', NULL, 1652904986),
(60807, '3298', '120.00', '11', '10.001', '15', '49100000', '49999999', '55000000', '56999999', NULL, 1652904987),
(60808, '3220', '229.00', '8', '10.001', '15', '49100000', '49999999', '55000000', '56999999', NULL, 1652904987),
(60809, '3298', '166.00', '11', '15.001', '20', '49100000', '49999999', '55000000', '56999999', NULL, 1652904988),
(60810, '3220', '316.00', '8', '15.001', '20', '49100000', '49999999', '55000000', '56999999', NULL, 1652904988),
(60811, '3298', '212.00', '11', '20.001', '25', '49100000', '49999999', '55000000', '56999999', NULL, 1652904989),
(60812, '3220', '404.00', '8', '20.001', '25', '49100000', '49999999', '55000000', '56999999', NULL, 1652904989),
(60813, '3298', '258.00', '11', '25.001', '30', '49100000', '49999999', '55000000', '56999999', NULL, 1652904990),
(60814, '3220', '492.00', '8', '25.001', '30', '49100000', '49999999', '55000000', '56999999', NULL, 1652904990),
(60815, '3298', '44.00', '8', '0.3', '5', '49100000', '49999999', '57000000', '57099999', NULL, 1652905001),
(60816, '3220', '102.00', '5', '0.3', '5', '49100000', '49999999', '57000000', '57099999', NULL, 1652905002),
(60817, '3298', '74.00', '8', '5.001', '10', '49100000', '49999999', '57000000', '57099999', NULL, 1652905003),
(60818, '3220', '141.00', '5', '5.001', '10', '49100000', '49999999', '57000000', '57099999', NULL, 1652905003),
(60819, '3298', '120.00', '8', '10.001', '15', '49100000', '49999999', '57000000', '57099999', NULL, 1652905004),
(60820, '3220', '229.00', '5', '10.001', '15', '49100000', '49999999', '57000000', '57099999', NULL, 1652905015),
(60821, '3298', '166.00', '8', '15.001', '20', '49100000', '49999999', '57000000', '57099999', NULL, 1652905015),
(60822, '3220', '316.00', '5', '15.001', '20', '49100000', '49999999', '57000000', '57099999', NULL, 1652905016),
(60823, '3298', '212.00', '8', '20.001', '25', '49100000', '49999999', '57000000', '57099999', NULL, 1652905027),
(60824, '3220', '404.00', '5', '20.001', '25', '49100000', '49999999', '57000000', '57099999', NULL, 1652905038),
(60825, '3298', '258.00', '8', '25.001', '30', '49100000', '49999999', '57000000', '57099999', NULL, 1652905048),
(60826, '3220', '492.00', '5', '25.001', '30', '49100000', '49999999', '57000000', '57099999', NULL, 1652905048),
(60827, '3298', '44.00', '10', '0.3', '5', '49100000', '49999999', '57100000', '57999999', NULL, 1652905049),
(60828, '3220', '102.00', '7', '0.3', '5', '49100000', '49999999', '57100000', '57999999', NULL, 1652905050),
(60829, '3298', '74.00', '10', '5.001', '10', '49100000', '49999999', '57100000', '57999999', NULL, 1652905051),
(60830, '3220', '141.00', '7', '5.001', '10', '49100000', '49999999', '57100000', '57999999', NULL, 1652905052),
(60831, '3298', '120.00', '10', '10.001', '15', '49100000', '49999999', '57100000', '57999999', NULL, 1652905052),
(60832, '3220', '229.00', '7', '10.001', '15', '49100000', '49999999', '57100000', '57999999', NULL, 1652905053),
(60833, '3298', '166.00', '10', '15.001', '20', '49100000', '49999999', '57100000', '57999999', NULL, 1652905053),
(60834, '3220', '316.00', '7', '15.001', '20', '49100000', '49999999', '57100000', '57999999', NULL, 1652905054),
(60835, '3298', '212.00', '10', '20.001', '25', '49100000', '49999999', '57100000', '57999999', NULL, 1652905064),
(60836, '3220', '404.00', '7', '20.001', '25', '49100000', '49999999', '57100000', '57999999', NULL, 1652905065),
(60837, '3298', '258.00', '10', '25.001', '30', '49100000', '49999999', '57100000', '57999999', NULL, 1652905066),
(60838, '3220', '492.00', '7', '25.001', '30', '49100000', '49999999', '57100000', '57999999', NULL, 1652905066),
(60839, '3298', '44.00', '8', '0.3', '5', '49100000', '49999999', '58000000', '58099999', NULL, 1652905067),
(60840, '3220', '102.00', '5', '0.3', '5', '49100000', '49999999', '58000000', '58099999', NULL, 1652905068),
(60841, '3298', '74.00', '8', '5.001', '10', '49100000', '49999999', '58000000', '58099999', NULL, 1652905068),
(60842, '3220', '141.00', '5', '5.001', '10', '49100000', '49999999', '58000000', '58099999', NULL, 1652905069),
(60843, '3298', '120.00', '8', '10.001', '15', '49100000', '49999999', '58000000', '58099999', NULL, 1652905070),
(60844, '3220', '229.00', '5', '10.001', '15', '49100000', '49999999', '58000000', '58099999', NULL, 1652905070),
(60845, '3298', '166.00', '8', '15.001', '20', '49100000', '49999999', '58000000', '58099999', NULL, 1652905071),
(60846, '3220', '316.00', '5', '15.001', '20', '49100000', '49999999', '58000000', '58099999', NULL, 1652905071),
(60847, '3298', '212.00', '8', '20.001', '25', '49100000', '49999999', '58000000', '58099999', NULL, 1652905072),
(60848, '3220', '404.00', '5', '20.001', '25', '49100000', '49999999', '58000000', '58099999', NULL, 1652905073),
(60849, '3298', '258.00', '8', '25.001', '30', '49100000', '49999999', '58000000', '58099999', NULL, 1652905073),
(60850, '3220', '492.00', '5', '25.001', '30', '49100000', '49999999', '58000000', '58099999', NULL, 1652905074),
(60851, '3298', '44.00', '13', '0.3', '5', '49100000', '49999999', '58100000', '58999999', NULL, 1652905083),
(60852, '3220', '102.00', '10', '0.3', '5', '49100000', '49999999', '58100000', '58999999', NULL, 1652905084),
(60853, '3298', '74.00', '13', '5.001', '10', '49100000', '49999999', '58100000', '58999999', NULL, 1652905084),
(60854, '3220', '141.00', '10', '5.001', '10', '49100000', '49999999', '58100000', '58999999', NULL, 1652905085),
(60855, '3298', '120.00', '13', '10.001', '15', '49100000', '49999999', '58100000', '58999999', NULL, 1652905086),
(60856, '3220', '229.00', '10', '10.001', '15', '49100000', '49999999', '58100000', '58999999', NULL, 1652905087),
(60857, '3298', '166.00', '13', '15.001', '20', '49100000', '49999999', '58100000', '58999999', NULL, 1652905087),
(60858, '3220', '316.00', '10', '15.001', '20', '49100000', '49999999', '58100000', '58999999', NULL, 1652905088),
(60859, '3298', '212.00', '13', '20.001', '25', '49100000', '49999999', '58100000', '58999999', NULL, 1652905089),
(60860, '3220', '404.00', '10', '20.001', '25', '49100000', '49999999', '58100000', '58999999', NULL, 1652905090),
(60861, '3298', '258.00', '13', '25.001', '30', '49100000', '49999999', '58100000', '58999999', NULL, 1652905090),
(60862, '3220', '492.00', '10', '25.001', '30', '49100000', '49999999', '58100000', '58999999', NULL, 1652905091),
(60863, '3298', '50.00', '9', '0.3', '5', '49100000', '49999999', '59000000', '59099999', NULL, 1652905092),
(60864, '3220', '124.00', '5', '0.3', '5', '49100000', '49999999', '59000000', '59099999', NULL, 1652905092),
(60865, '3298', '83.00', '9', '5.001', '10', '49100000', '49999999', '59000000', '59099999', NULL, 1652905093),
(60866, '3220', '175.00', '5', '5.001', '10', '49100000', '49999999', '59000000', '59099999', NULL, 1652905094),
(60867, '3298', '135.00', '9', '10.001', '15', '49100000', '49999999', '59000000', '59099999', NULL, 1652905094),
(60868, '3220', '283.00', '5', '10.001', '15', '49100000', '49999999', '59000000', '59099999', NULL, 1652905096),
(60869, '3298', '186.00', '9', '15.001', '20', '49100000', '49999999', '59000000', '59099999', NULL, 1652905096),
(60870, '3220', '392.00', '5', '15.001', '20', '49100000', '49999999', '59000000', '59099999', NULL, 1652905097),
(60871, '3298', '238.00', '9', '20.001', '25', '49100000', '49999999', '59000000', '59099999', NULL, 1652905098),
(60872, '3220', '500.00', '5', '20.001', '25', '49100000', '49999999', '59000000', '59099999', NULL, 1652905106),
(60873, '3298', '290.00', '9', '25.001', '30', '49100000', '49999999', '59000000', '59099999', NULL, 1652905107),
(60874, '3220', '609.00', '5', '25.001', '30', '49100000', '49999999', '59000000', '59099999', NULL, 1652905108),
(60875, '3298', '50.00', '9', '0.3', '5', '49100000', '49999999', '59100000', '59999999', NULL, 1652905108),
(60876, '3220', '124.00', '5', '0.3', '5', '49100000', '49999999', '59100000', '59999999', NULL, 1652905109),
(60877, '3298', '83.00', '9', '5.001', '10', '49100000', '49999999', '59100000', '59999999', NULL, 1652905110),
(60878, '3220', '175.00', '5', '5.001', '10', '49100000', '49999999', '59100000', '59999999', NULL, 1652905111),
(60879, '3298', '135.00', '9', '10.001', '15', '49100000', '49999999', '59100000', '59999999', NULL, 1652905111),
(60880, '3220', '283.00', '5', '10.001', '15', '49100000', '49999999', '59100000', '59999999', NULL, 1652905112),
(60881, '3298', '186.00', '9', '15.001', '20', '49100000', '49999999', '59100000', '59999999', NULL, 1652905113),
(60882, '3220', '392.00', '5', '15.001', '20', '49100000', '49999999', '59100000', '59999999', NULL, 1652905114),
(60883, '3298', '238.00', '9', '20.001', '25', '49100000', '49999999', '59100000', '59999999', NULL, 1652905114),
(60884, '3220', '500.00', '5', '20.001', '25', '49100000', '49999999', '59100000', '59999999', NULL, 1652905115),
(60885, '3298', '290.00', '9', '25.001', '30', '49100000', '49999999', '59100000', '59999999', NULL, 1652905116),
(60886, '3220', '609.00', '5', '25.001', '30', '49100000', '49999999', '59100000', '59999999', NULL, 1652905117),
(60887, '3298', '50.00', '8', '0.3', '5', '49100000', '49999999', '60000000', '60999999', NULL, 1652905117),
(60888, '3220', '124.00', '5', '0.3', '5', '49100000', '49999999', '60000000', '60999999', NULL, 1652905118),
(60889, '3298', '83.00', '8', '5.001', '10', '49100000', '49999999', '60000000', '60999999', NULL, 1652905119),
(60890, '3220', '175.00', '5', '5.001', '10', '49100000', '49999999', '60000000', '60999999', NULL, 1652905119),
(60891, '3298', '135.00', '8', '10.001', '15', '49100000', '49999999', '60000000', '60999999', NULL, 1652905120),
(60892, '3220', '283.00', '5', '10.001', '15', '49100000', '49999999', '60000000', '60999999', NULL, 1652905121),
(60893, '3298', '186.00', '8', '15.001', '20', '49100000', '49999999', '60000000', '60999999', NULL, 1652905121),
(60894, '3220', '392.00', '5', '15.001', '20', '49100000', '49999999', '60000000', '60999999', NULL, 1652905122),
(60895, '3298', '238.00', '8', '20.001', '25', '49100000', '49999999', '60000000', '60999999', NULL, 1652905123),
(60896, '3220', '500.00', '5', '20.001', '25', '49100000', '49999999', '60000000', '60999999', NULL, 1652905124),
(60897, '3298', '290.00', '8', '25.001', '30', '49100000', '49999999', '60000000', '60999999', NULL, 1652905131),
(60898, '3220', '609.00', '5', '25.001', '30', '49100000', '49999999', '60000000', '60999999', NULL, 1652905132),
(60899, '3298', '50.00', '8', '0.3', '5', '49100000', '49999999', '60000000', '61900999', NULL, 1652905139),
(60900, '3220', '124.00', '5', '0.3', '5', '49100000', '49999999', '60000000', '61900999', NULL, 1652905140),
(60901, '3298', '83.00', '8', '5.001', '10', '49100000', '49999999', '60000000', '61900999', NULL, 1652905141),
(60902, '3220', '175.00', '5', '5.001', '10', '49100000', '49999999', '60000000', '61900999', NULL, 1652905142),
(60903, '3298', '135.00', '8', '10.001', '15', '49100000', '49999999', '60000000', '61900999', NULL, 1652905143),
(60904, '3220', '283.00', '5', '10.001', '15', '49100000', '49999999', '60000000', '61900999', NULL, 1652905143),
(60905, '3298', '186.00', '8', '15.001', '20', '49100000', '49999999', '60000000', '61900999', NULL, 1652905144),
(60906, '3220', '392.00', '5', '15.001', '20', '49100000', '49999999', '60000000', '61900999', NULL, 1652905144),
(60907, '3298', '238.00', '8', '20.001', '25', '49100000', '49999999', '60000000', '61900999', NULL, 1652905151),
(60908, '3220', '500.00', '5', '20.001', '25', '49100000', '49999999', '60000000', '61900999', NULL, 1652905151),
(60909, '3298', '290.00', '8', '25.001', '30', '49100000', '49999999', '60000000', '61900999', NULL, 1652905152),
(60910, '3220', '609.00', '5', '25.001', '30', '49100000', '49999999', '60000000', '61900999', NULL, 1652905154),
(60911, '3298', '50.00', '12', '0.3', '5', '49100000', '49999999', '61901000', '63999999', NULL, 1652905155),
(60912, '3220', '124.00', '9', '0.3', '5', '49100000', '49999999', '61901000', '63999999', NULL, 1652905157),
(60913, '3298', '83.00', '12', '5.001', '10', '49100000', '49999999', '61901000', '63999999', NULL, 1652905157),
(60914, '3220', '175.00', '9', '5.001', '10', '49100000', '49999999', '61901000', '63999999', NULL, 1652905159),
(60915, '3298', '135.00', '12', '10.001', '15', '49100000', '49999999', '61901000', '63999999', NULL, 1652905159),
(60916, '3220', '283.00', '9', '10.001', '15', '49100000', '49999999', '61901000', '63999999', NULL, 1652905160),
(60917, '3298', '186.00', '12', '15.001', '20', '49100000', '49999999', '61901000', '63999999', NULL, 1652905161),
(60918, '3220', '392.00', '9', '15.001', '20', '49100000', '49999999', '61901000', '63999999', NULL, 1652905162),
(60919, '3298', '238.00', '12', '20.001', '25', '49100000', '49999999', '61901000', '63999999', NULL, 1652905163),
(60920, '3220', '500.00', '9', '20.001', '25', '49100000', '49999999', '61901000', '63999999', NULL, 1652905164),
(60921, '3298', '290.00', '12', '25.001', '30', '49100000', '49999999', '61901000', '63999999', NULL, 1652905164),
(60922, '3220', '609.00', '9', '25.001', '30', '49100000', '49999999', '61901000', '63999999', NULL, 1652905165),
(60923, '3298', '90.00', '8', '0.3', '5', '49100000', '49999999', '64000000', '64099999', NULL, 1652905165),
(60924, '3220', '183.00', '6', '0.3', '5', '49100000', '49999999', '64000000', '64099999', NULL, 1652905167),
(60925, '3298', '133.00', '8', '5.001', '10', '49100000', '49999999', '64000000', '64099999', NULL, 1652905173),
(60926, '3220', '266.00', '6', '5.001', '10', '49100000', '49999999', '64000000', '64099999', NULL, 1652905174),
(60927, '3298', '215.00', '8', '10.001', '15', '49100000', '49999999', '64000000', '64099999', NULL, 1652905175),
(60928, '3220', '430.00', '6', '10.001', '15', '49100000', '49999999', '64000000', '64099999', NULL, 1652905176),
(60929, '3298', '298.00', '8', '15.001', '20', '49100000', '49999999', '64000000', '64099999', NULL, 1652905179),
(60930, '3220', '595.00', '6', '15.001', '20', '49100000', '49999999', '64000000', '64099999', NULL, 1652905180),
(60931, '3298', '380.00', '8', '20.001', '25', '49100000', '49999999', '64000000', '64099999', NULL, 1652905180),
(60932, '3220', '760.00', '6', '20.001', '25', '49100000', '49999999', '64000000', '64099999', NULL, 1652905181),
(60933, '3298', '463.00', '8', '25.001', '30', '49100000', '49999999', '64000000', '64099999', NULL, 1652905182),
(60934, '3220', '925.00', '6', '25.001', '30', '49100000', '49999999', '64000000', '64099999', NULL, 1652905183),
(60935, '3298', '90.00', '11', '0.3', '5', '49100000', '49999999', '64100000', '64999999', NULL, 1652905184),
(60936, '3220', '183.00', '9', '0.3', '5', '49100000', '49999999', '64100000', '64999999', NULL, 1652905184),
(60937, '3298', '133.00', '11', '5.001', '10', '49100000', '49999999', '64100000', '64999999', NULL, 1652905186),
(60938, '3220', '266.00', '9', '5.001', '10', '49100000', '49999999', '64100000', '64999999', NULL, 1652905186),
(60939, '3298', '215.00', '11', '10.001', '15', '49100000', '49999999', '64100000', '64999999', NULL, 1652905187),
(60940, '3220', '430.00', '9', '10.001', '15', '49100000', '49999999', '64100000', '64999999', NULL, 1652905187),
(60941, '3298', '298.00', '11', '15.001', '20', '49100000', '49999999', '64100000', '64999999', NULL, 1652905190),
(60942, '3220', '595.00', '9', '15.001', '20', '49100000', '49999999', '64100000', '64999999', NULL, 1652905191),
(60943, '3298', '380.00', '11', '20.001', '25', '49100000', '49999999', '64100000', '64999999', NULL, 1652905192),
(60944, '3220', '760.00', '9', '20.001', '25', '49100000', '49999999', '64100000', '64999999', NULL, 1652905193),
(60945, '3298', '463.00', '11', '25.001', '30', '49100000', '49999999', '64100000', '64999999', NULL, 1652905194),
(60946, '3220', '925.00', '9', '25.001', '30', '49100000', '49999999', '64100000', '64999999', NULL, 1652905194),
(60947, '3298', '70.00', '10', '0.3', '5', '49100000', '49999999', '65000000', '65099999', NULL, 1652905196),
(60948, '3220', '157.00', '7', '0.3', '5', '49100000', '49999999', '65000000', '65099999', NULL, 1652905197),
(60949, '3298', '106.00', '10', '5.001', '10', '49100000', '49999999', '65000000', '65099999', NULL, 1652905198),
(60950, '3220', '226.00', '7', '5.001', '10', '49100000', '49999999', '65000000', '65099999', NULL, 1652905199),
(60951, '3298', '172.00', '10', '10.001', '15', '49100000', '49999999', '65000000', '65099999', NULL, 1652905199),
(60952, '3220', '367.00', '7', '10.001', '15', '49100000', '49999999', '65000000', '65099999', NULL, 1652905200),
(60953, '3298', '239.00', '10', '15.001', '20', '49100000', '49999999', '65000000', '65099999', NULL, 1652905202),
(60954, '3220', '508.00', '7', '15.001', '20', '49100000', '49999999', '65000000', '65099999', NULL, 1652905203),
(60955, '3298', '305.00', '10', '20.001', '25', '49100000', '49999999', '65000000', '65099999', NULL, 1652905203),
(60956, '3220', '649.00', '7', '20.001', '25', '49100000', '49999999', '65000000', '65099999', NULL, 1652905205),
(60957, '3298', '371.00', '10', '25.001', '30', '49100000', '49999999', '65000000', '65099999', NULL, 1652905206),
(60958, '3220', '789.00', '7', '25.001', '30', '49100000', '49999999', '65000000', '65099999', NULL, 1652905208),
(60959, '3298', '70.00', '14', '0.3', '5', '49100000', '49999999', '65100000', '65999999', NULL, 1652905209),
(60960, '3220', '157.00', '11', '0.3', '5', '49100000', '49999999', '65100000', '65999999', NULL, 1652905214),
(60961, '3298', '106.00', '14', '5.001', '10', '49100000', '49999999', '65100000', '65999999', NULL, 1652905215),
(60962, '3220', '226.00', '11', '5.001', '10', '49100000', '49999999', '65100000', '65999999', NULL, 1652905216),
(60963, '3298', '172.00', '14', '10.001', '15', '49100000', '49999999', '65100000', '65999999', NULL, 1652905217),
(60964, '3220', '367.00', '11', '10.001', '15', '49100000', '49999999', '65100000', '65999999', NULL, 1652905218),
(60965, '3298', '239.00', '14', '15.001', '20', '49100000', '49999999', '65100000', '65999999', NULL, 1652905219),
(60966, '3220', '508.00', '11', '15.001', '20', '49100000', '49999999', '65100000', '65999999', NULL, 1652905220),
(60967, '3298', '305.00', '14', '20.001', '25', '49100000', '49999999', '65100000', '65999999', NULL, 1652905222),
(60968, '3220', '649.00', '11', '20.001', '25', '49100000', '49999999', '65100000', '65999999', NULL, 1652905223),
(60969, '3298', '371.00', '14', '25.001', '30', '49100000', '49999999', '65100000', '65999999', NULL, 1652905224),
(60970, '3220', '789.00', '11', '25.001', '30', '49100000', '49999999', '65100000', '65999999', NULL, 1652905225),
(60971, '3298', '90.00', '11', '0.3', '5', '49100000', '49999999', '66000000', '66999999', NULL, 1652905225),
(60972, '3220', '183.00', '7', '0.3', '5', '49100000', '49999999', '66000000', '66999999', NULL, 1652905227),
(60973, '3298', '133.00', '11', '5.001', '10', '49100000', '49999999', '66000000', '66999999', NULL, 1652905229),
(60974, '3220', '266.00', '7', '5.001', '10', '49100000', '49999999', '66000000', '66999999', NULL, 1652905235),
(60975, '3298', '215.00', '11', '10.001', '15', '49100000', '49999999', '66000000', '66999999', NULL, 1652905237),
(60976, '3220', '430.00', '7', '10.001', '15', '49100000', '49999999', '66000000', '66999999', NULL, 1652905240),
(60977, '3298', '298.00', '11', '15.001', '20', '49100000', '49999999', '66000000', '66999999', NULL, 1652905241),
(60978, '3220', '595.00', '7', '15.001', '20', '49100000', '49999999', '66000000', '66999999', NULL, 1652905245),
(60979, '3298', '380.00', '11', '20.001', '25', '49100000', '49999999', '66000000', '66999999', NULL, 1652905248),
(60980, '3220', '760.00', '7', '20.001', '25', '49100000', '49999999', '66000000', '66999999', NULL, 1652905249),
(60981, '3298', '463.00', '11', '25.001', '30', '49100000', '49999999', '66000000', '66999999', NULL, 1652905249),
(60982, '3220', '925.00', '7', '25.001', '30', '49100000', '49999999', '66000000', '66999999', NULL, 1652905250),
(60983, '3298', '90.00', '11', '0.3', '5', '49100000', '49999999', '66000000', '67999999', NULL, 1652905253),
(60984, '3220', '183.00', '7', '0.3', '5', '49100000', '49999999', '66000000', '67999999', NULL, 1652905254),
(60985, '3298', '133.00', '11', '5.001', '10', '49100000', '49999999', '66000000', '67999999', NULL, 1652905255),
(60986, '3220', '266.00', '7', '5.001', '10', '49100000', '49999999', '66000000', '67999999', NULL, 1652905256),
(60987, '3298', '215.00', '11', '10.001', '15', '49100000', '49999999', '66000000', '67999999', NULL, 1652905259),
(60988, '3220', '430.00', '7', '10.001', '15', '49100000', '49999999', '66000000', '67999999', NULL, 1652905262),
(60989, '3298', '298.00', '11', '15.001', '20', '49100000', '49999999', '66000000', '67999999', NULL, 1652905264),
(60990, '3220', '595.00', '7', '15.001', '20', '49100000', '49999999', '66000000', '67999999', NULL, 1652905264),
(60991, '3298', '380.00', '11', '20.001', '25', '49100000', '49999999', '66000000', '67999999', NULL, 1652905265),
(60992, '3220', '760.00', '7', '20.001', '25', '49100000', '49999999', '66000000', '67999999', NULL, 1652905268),
(60993, '3298', '463.00', '11', '25.001', '30', '49100000', '49999999', '66000000', '67999999', NULL, 1652905269),
(60994, '3220', '925.00', '7', '25.001', '30', '49100000', '49999999', '66000000', '67999999', NULL, 1652905269),
(60995, '3298', '90.00', '14', '0.3', '5', '49100000', '49999999', '68000000', '68899999', NULL, 1652905271),
(60996, '3220', '183.00', '10', '0.3', '5', '49100000', '49999999', '68000000', '68899999', NULL, 1652905272),
(60997, '3298', '133.00', '14', '5.001', '10', '49100000', '49999999', '68000000', '68899999', NULL, 1652905272),
(60998, '3220', '266.00', '10', '5.001', '10', '49100000', '49999999', '68000000', '68899999', NULL, 1652905278),
(60999, '3298', '215.00', '14', '10.001', '15', '49100000', '49999999', '68000000', '68899999', NULL, 1652905279),
(61000, '3220', '430.00', '10', '10.001', '15', '49100000', '49999999', '68000000', '68899999', NULL, 1652905280),
(61001, '3298', '298.00', '14', '15.001', '20', '49100000', '49999999', '68000000', '68899999', NULL, 1652905281),
(61002, '3220', '595.00', '10', '15.001', '20', '49100000', '49999999', '68000000', '68899999', NULL, 1652905283),
(61003, '3298', '380.00', '14', '20.001', '25', '49100000', '49999999', '68000000', '68899999', NULL, 1652905285),
(61004, '3220', '760.00', '10', '20.001', '25', '49100000', '49999999', '68000000', '68899999', NULL, 1652905286),
(61005, '3298', '463.00', '14', '25.001', '30', '49100000', '49999999', '68000000', '68899999', NULL, 1652905287),
(61006, '3220', '925.00', '10', '25.001', '30', '49100000', '49999999', '68000000', '68899999', NULL, 1652905288),
(61007, '3298', '90.00', '23', '0.3', '5', '49100000', '49999999', '68900000', '68914999', NULL, 1652905290),
(61008, '3220', '183.00', '14', '0.3', '5', '49100000', '49999999', '68900000', '68914999', NULL, 1652905300),
(61009, '3298', '133.00', '23', '5.001', '10', '49100000', '49999999', '68900000', '68914999', NULL, 1652905301),
(61010, '3220', '266.00', '14', '5.001', '10', '49100000', '49999999', '68900000', '68914999', NULL, 1652905303),
(61011, '3298', '215.00', '23', '10.001', '15', '49100000', '49999999', '68900000', '68914999', NULL, 1652905305),
(61012, '3220', '430.00', '14', '10.001', '15', '49100000', '49999999', '68900000', '68914999', NULL, 1652905312),
(61013, '3298', '298.00', '23', '15.001', '20', '49100000', '49999999', '68900000', '68914999', NULL, 1652905319),
(61014, '3220', '595.00', '14', '15.001', '20', '49100000', '49999999', '68900000', '68914999', NULL, 1652905320),
(61015, '3298', '380.00', '23', '20.001', '25', '49100000', '49999999', '68900000', '68914999', NULL, 1652905321),
(61016, '3220', '760.00', '14', '20.001', '25', '49100000', '49999999', '68900000', '68914999', NULL, 1652905325),
(61017, '3298', '463.00', '23', '25.001', '30', '49100000', '49999999', '68900000', '68914999', NULL, 1652905331),
(61018, '3220', '925.00', '14', '25.001', '30', '49100000', '49999999', '68900000', '68914999', NULL, 1652905333),
(61019, '3298', '90.00', '24', '0.3', '5', '49100000', '49999999', '68915000', '68999999', NULL, 1652905336),
(61020, '3220', '183.00', '15', '0.3', '5', '49100000', '49999999', '68915000', '68999999', NULL, 1652905337),
(61021, '3298', '133.00', '24', '5.001', '10', '49100000', '49999999', '68915000', '68999999', NULL, 1652905339),
(61022, '3220', '266.00', '15', '5.001', '10', '49100000', '49999999', '68915000', '68999999', NULL, 1652905345),
(61023, '3298', '215.00', '24', '10.001', '15', '49100000', '49999999', '68915000', '68999999', NULL, 1652905350),
(61024, '3220', '430.00', '15', '10.001', '15', '49100000', '49999999', '68915000', '68999999', NULL, 1652905351);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(61025, '3298', '298.00', '24', '15.001', '20', '49100000', '49999999', '68915000', '68999999', NULL, 1652905352),
(61026, '3220', '595.00', '15', '15.001', '20', '49100000', '49999999', '68915000', '68999999', NULL, 1652905352),
(61027, '3298', '380.00', '24', '20.001', '25', '49100000', '49999999', '68915000', '68999999', NULL, 1652905353),
(61028, '3220', '760.00', '15', '20.001', '25', '49100000', '49999999', '68915000', '68999999', NULL, 1652905354),
(61029, '3298', '463.00', '24', '25.001', '30', '49100000', '49999999', '68915000', '68999999', NULL, 1652905355),
(61030, '3220', '925.00', '15', '25.001', '30', '49100000', '49999999', '68915000', '68999999', NULL, 1652905356),
(61031, '3298', '90.00', '24', '0.3', '5', '49100000', '49999999', '69000000', '69099999', NULL, 1652905357),
(61032, '3220', '183.00', '6', '0.3', '5', '49100000', '49999999', '69000000', '69099999', NULL, 1652905364),
(61033, '3298', '133.00', '24', '5.001', '10', '49100000', '49999999', '69000000', '69099999', NULL, 1652905365),
(61034, '3220', '266.00', '6', '5.001', '10', '49100000', '49999999', '69000000', '69099999', NULL, 1652905366),
(61035, '3298', '215.00', '24', '10.001', '15', '49100000', '49999999', '69000000', '69099999', NULL, 1652905368),
(61036, '3220', '430.00', '6', '10.001', '15', '49100000', '49999999', '69000000', '69099999', NULL, 1652905370),
(61037, '3298', '298.00', '24', '15.001', '20', '49100000', '49999999', '69000000', '69099999', NULL, 1652905371),
(61038, '3220', '595.00', '6', '15.001', '20', '49100000', '49999999', '69000000', '69099999', NULL, 1652905371),
(61039, '3298', '380.00', '24', '20.001', '25', '49100000', '49999999', '69000000', '69099999', NULL, 1652905373),
(61040, '3220', '760.00', '6', '20.001', '25', '49100000', '49999999', '69000000', '69099999', NULL, 1652905374),
(61041, '3298', '463.00', '24', '25.001', '30', '49100000', '49999999', '69000000', '69099999', NULL, 1652905375),
(61042, '3220', '925.00', '6', '25.001', '30', '49100000', '49999999', '69000000', '69099999', NULL, 1652905379),
(61043, '3298', '90.00', '31', '0.3', '5', '49100000', '49999999', '69100000', '69299999', NULL, 1652905384),
(61044, '3220', '183.00', '9', '0.3', '5', '49100000', '49999999', '69100000', '69299999', NULL, 1652905389),
(61045, '3298', '133.00', '31', '5.001', '10', '49100000', '49999999', '69100000', '69299999', NULL, 1652905389),
(61046, '3220', '266.00', '9', '5.001', '10', '49100000', '49999999', '69100000', '69299999', NULL, 1652905394),
(61047, '3298', '215.00', '31', '10.001', '15', '49100000', '49999999', '69100000', '69299999', NULL, 1652905397),
(61048, '3220', '430.00', '9', '10.001', '15', '49100000', '49999999', '69100000', '69299999', NULL, 1652905400),
(61049, '3298', '298.00', '31', '15.001', '20', '49100000', '49999999', '69100000', '69299999', NULL, 1652905403),
(61050, '3220', '595.00', '9', '15.001', '20', '49100000', '49999999', '69100000', '69299999', NULL, 1652905406),
(61051, '3298', '380.00', '31', '20.001', '25', '49100000', '49999999', '69100000', '69299999', NULL, 1652905407),
(61052, '3220', '760.00', '9', '20.001', '25', '49100000', '49999999', '69100000', '69299999', NULL, 1652905410),
(61053, '3298', '463.00', '31', '25.001', '30', '49100000', '49999999', '69100000', '69299999', NULL, 1652905413),
(61054, '3220', '925.00', '9', '25.001', '30', '49100000', '49999999', '69100000', '69299999', NULL, 1652905416),
(61055, '3298', '90.00', '27', '0.3', '5', '49100000', '49999999', '69300000', '69339999', NULL, 1652905418),
(61056, '3220', '183.00', '7', '0.3', '5', '49100000', '49999999', '69300000', '69339999', NULL, 1652905422),
(61057, '3298', '133.00', '27', '5.001', '10', '49100000', '49999999', '69300000', '69339999', NULL, 1652905424),
(61058, '3220', '266.00', '7', '5.001', '10', '49100000', '49999999', '69300000', '69339999', NULL, 1652905426),
(61059, '3298', '215.00', '27', '10.001', '15', '49100000', '49999999', '69300000', '69339999', NULL, 1652905428),
(61060, '3220', '430.00', '7', '10.001', '15', '49100000', '49999999', '69300000', '69339999', NULL, 1652905431),
(61061, '3298', '298.00', '27', '15.001', '20', '49100000', '49999999', '69300000', '69339999', NULL, 1652905433),
(61062, '3220', '595.00', '7', '15.001', '20', '49100000', '49999999', '69300000', '69339999', NULL, 1652905436),
(61063, '3298', '380.00', '27', '20.001', '25', '49100000', '49999999', '69300000', '69339999', NULL, 1652905438),
(61064, '3220', '760.00', '7', '20.001', '25', '49100000', '49999999', '69300000', '69339999', NULL, 1652905443),
(61065, '3298', '463.00', '27', '25.001', '30', '49100000', '49999999', '69300000', '69339999', NULL, 1652905444),
(61066, '3220', '925.00', '7', '25.001', '30', '49100000', '49999999', '69300000', '69339999', NULL, 1652905445),
(61067, '3298', '90.00', '31', '0.3', '5', '49100000', '49999999', '69340000', '69389999', NULL, 1652905446),
(61068, '3220', '183.00', '11', '0.3', '5', '49100000', '49999999', '69340000', '69389999', NULL, 1652905451),
(61069, '3298', '133.00', '31', '5.001', '10', '49100000', '49999999', '69340000', '69389999', NULL, 1652905452),
(61070, '3220', '266.00', '11', '5.001', '10', '49100000', '49999999', '69340000', '69389999', NULL, 1652905454),
(61071, '3298', '215.00', '31', '10.001', '15', '49100000', '49999999', '69340000', '69389999', NULL, 1652905455),
(61072, '3220', '430.00', '11', '10.001', '15', '49100000', '49999999', '69340000', '69389999', NULL, 1652905457),
(61073, '3298', '298.00', '31', '15.001', '20', '49100000', '49999999', '69340000', '69389999', NULL, 1652905460),
(61074, '3220', '595.00', '11', '15.001', '20', '49100000', '49999999', '69340000', '69389999', NULL, 1652905461),
(61075, '3298', '380.00', '31', '20.001', '25', '49100000', '49999999', '69340000', '69389999', NULL, 1652905462),
(61076, '3220', '760.00', '11', '20.001', '25', '49100000', '49999999', '69340000', '69389999', NULL, 1652905463),
(61077, '3298', '463.00', '31', '25.001', '30', '49100000', '49999999', '69340000', '69389999', NULL, 1652905464),
(61078, '3220', '925.00', '11', '25.001', '30', '49100000', '49999999', '69340000', '69389999', NULL, 1652905466),
(61079, '3298', '90.00', '14', '0.3', '5', '49100000', '49999999', '69900000', '69920999', NULL, 1652905467),
(61080, '3220', '183.00', '9', '0.3', '5', '49100000', '49999999', '69900000', '69920999', NULL, 1652905470),
(61081, '3298', '133.00', '14', '5.001', '10', '49100000', '49999999', '69900000', '69920999', NULL, 1652905472),
(61082, '3220', '266.00', '9', '5.001', '10', '49100000', '49999999', '69900000', '69920999', NULL, 1652905473),
(61083, '3298', '215.00', '14', '10.001', '15', '49100000', '49999999', '69900000', '69920999', NULL, 1652905474),
(61084, '3220', '430.00', '9', '10.001', '15', '49100000', '49999999', '69900000', '69920999', NULL, 1652905475),
(61085, '3298', '298.00', '14', '15.001', '20', '49100000', '49999999', '69900000', '69920999', NULL, 1652905479),
(61086, '3220', '595.00', '9', '15.001', '20', '49100000', '49999999', '69900000', '69920999', NULL, 1652905481),
(61087, '3298', '380.00', '14', '20.001', '25', '49100000', '49999999', '69900000', '69920999', NULL, 1652905482),
(61088, '3220', '760.00', '9', '20.001', '25', '49100000', '49999999', '69900000', '69920999', NULL, 1652905483),
(61089, '3298', '463.00', '14', '25.001', '30', '49100000', '49999999', '69900000', '69920999', NULL, 1652905485),
(61090, '3220', '925.00', '9', '25.001', '30', '49100000', '49999999', '69900000', '69920999', NULL, 1652905489),
(61091, '3298', '90.00', '17', '0.3', '5', '49100000', '49999999', '69921000', '69999999', NULL, 1652905492),
(61092, '3220', '183.00', '12', '0.3', '5', '49100000', '49999999', '69921000', '69999999', NULL, 1652905494),
(61093, '3298', '133.00', '17', '5.001', '10', '49100000', '49999999', '69921000', '69999999', NULL, 1652905497),
(61094, '3220', '266.00', '12', '5.001', '10', '49100000', '49999999', '69921000', '69999999', NULL, 1652905502),
(61095, '3298', '215.00', '17', '10.001', '15', '49100000', '49999999', '69921000', '69999999', NULL, 1652905503),
(61096, '3220', '430.00', '12', '10.001', '15', '49100000', '49999999', '69921000', '69999999', NULL, 1652905508),
(61097, '3298', '298.00', '17', '15.001', '20', '49100000', '49999999', '69921000', '69999999', NULL, 1652905508),
(61098, '3220', '595.00', '12', '15.001', '20', '49100000', '49999999', '69921000', '69999999', NULL, 1652905509),
(61099, '3298', '380.00', '17', '20.001', '25', '49100000', '49999999', '69921000', '69999999', NULL, 1652905510),
(61100, '3220', '760.00', '12', '20.001', '25', '49100000', '49999999', '69921000', '69999999', NULL, 1652905511),
(61101, '3298', '463.00', '17', '25.001', '30', '49100000', '49999999', '69921000', '69999999', NULL, 1652905512),
(61102, '3220', '925.00', '12', '25.001', '30', '49100000', '49999999', '69921000', '69999999', NULL, 1652905513),
(61103, '3298', '70.00', '8', '0.3', '5', '49100000', '49999999', '71000000', '73699999', NULL, 1652905518),
(61104, '3220', '157.00', '4', '0.3', '5', '49100000', '49999999', '71000000', '73699999', NULL, 1652905519),
(61105, '3298', '106.00', '8', '5.001', '10', '49100000', '49999999', '71000000', '73699999', NULL, 1652905524),
(61106, '3220', '226.00', '4', '5.001', '10', '49100000', '49999999', '71000000', '73699999', NULL, 1652905527),
(61107, '3298', '172.00', '8', '10.001', '15', '49100000', '49999999', '71000000', '73699999', NULL, 1652905528),
(61108, '3220', '367.00', '4', '10.001', '15', '49100000', '49999999', '71000000', '73699999', NULL, 1652905533),
(61109, '3298', '239.00', '8', '15.001', '20', '49100000', '49999999', '71000000', '73699999', NULL, 1652905534),
(61110, '3220', '508.00', '4', '15.001', '20', '49100000', '49999999', '71000000', '73699999', NULL, 1652905535),
(61111, '3298', '305.00', '8', '20.001', '25', '49100000', '49999999', '71000000', '73699999', NULL, 1652905535),
(61112, '3220', '649.00', '4', '20.001', '25', '49100000', '49999999', '71000000', '73699999', NULL, 1652905537),
(61113, '3298', '371.00', '8', '25.001', '30', '49100000', '49999999', '71000000', '73699999', NULL, 1652905539),
(61114, '3220', '789.00', '4', '25.001', '30', '49100000', '49999999', '71000000', '73699999', NULL, 1652905542),
(61115, '3298', '70.00', '13', '0.3', '5', '49100000', '49999999', '72800000', '73999999', NULL, 1652905543),
(61116, '3220', '157.00', '9', '0.3', '5', '49100000', '49999999', '72800000', '73999999', NULL, 1652905547),
(61117, '3298', '106.00', '13', '5.001', '10', '49100000', '49999999', '72800000', '73999999', NULL, 1652905549),
(61118, '3220', '226.00', '9', '5.001', '10', '49100000', '49999999', '72800000', '73999999', NULL, 1652905552),
(61119, '3298', '172.00', '13', '10.001', '15', '49100000', '49999999', '72800000', '73999999', NULL, 1652905556),
(61120, '3220', '367.00', '9', '10.001', '15', '49100000', '49999999', '72800000', '73999999', NULL, 1652905559),
(61121, '3298', '239.00', '13', '15.001', '20', '49100000', '49999999', '72800000', '73999999', NULL, 1652905560),
(61122, '3220', '508.00', '9', '15.001', '20', '49100000', '49999999', '72800000', '73999999', NULL, 1652905562),
(61123, '3298', '305.00', '13', '20.001', '25', '49100000', '49999999', '72800000', '73999999', NULL, 1652905565),
(61124, '3220', '649.00', '9', '20.001', '25', '49100000', '49999999', '72800000', '73999999', NULL, 1652905566),
(61125, '3298', '371.00', '13', '25.001', '30', '49100000', '49999999', '72800000', '73999999', NULL, 1652905568),
(61126, '3220', '789.00', '9', '25.001', '30', '49100000', '49999999', '72800000', '73999999', NULL, 1652905570),
(61127, '3298', '90.00', '9', '0.3', '5', '49100000', '49999999', '74000000', '74894999', NULL, 1652905572),
(61128, '3220', '183.00', '5', '0.3', '5', '49100000', '49999999', '74000000', '74894999', NULL, 1652905576),
(61129, '3298', '133.00', '9', '5.001', '10', '49100000', '49999999', '74000000', '74894999', NULL, 1652905581),
(61130, '3220', '266.00', '5', '5.001', '10', '49100000', '49999999', '74000000', '74894999', NULL, 1652905582),
(61131, '3298', '215.00', '9', '10.001', '15', '49100000', '49999999', '74000000', '74894999', NULL, 1652905582),
(61132, '3220', '430.00', '5', '10.001', '15', '49100000', '49999999', '74000000', '74894999', NULL, 1652905588),
(61133, '3298', '298.00', '9', '15.001', '20', '49100000', '49999999', '74000000', '74894999', NULL, 1652905588),
(61134, '3220', '595.00', '5', '15.001', '20', '49100000', '49999999', '74000000', '74894999', NULL, 1652905589),
(61135, '3298', '380.00', '9', '20.001', '25', '49100000', '49999999', '74000000', '74894999', NULL, 1652905594),
(61136, '3220', '760.00', '5', '20.001', '25', '49100000', '49999999', '74000000', '74894999', NULL, 1652905598),
(61137, '3298', '463.00', '9', '25.001', '30', '49100000', '49999999', '74000000', '74894999', NULL, 1652905600),
(61138, '3220', '925.00', '5', '25.001', '30', '49100000', '49999999', '74000000', '74894999', NULL, 1652905604),
(61139, '3298', '90.00', '9', '0.3', '5', '49100000', '49999999', '74895000', '76799999', NULL, 1652905605),
(61140, '3220', '183.00', '5', '0.3', '5', '49100000', '49999999', '74895000', '76799999', NULL, 1652905606),
(61141, '3298', '133.00', '9', '5.001', '10', '49100000', '49999999', '74895000', '76799999', NULL, 1652905607),
(61142, '3220', '266.00', '5', '5.001', '10', '49100000', '49999999', '74895000', '76799999', NULL, 1652905607),
(61143, '3298', '215.00', '9', '10.001', '15', '49100000', '49999999', '74895000', '76799999', NULL, 1652905611),
(61144, '3220', '430.00', '5', '10.001', '15', '49100000', '49999999', '74895000', '76799999', NULL, 1652905612),
(61145, '3298', '298.00', '9', '15.001', '20', '49100000', '49999999', '74895000', '76799999', NULL, 1652905612),
(61146, '3220', '595.00', '5', '15.001', '20', '49100000', '49999999', '74895000', '76799999', NULL, 1652905615),
(61147, '3298', '380.00', '9', '20.001', '25', '49100000', '49999999', '74895000', '76799999', NULL, 1652905618),
(61148, '3220', '760.00', '5', '20.001', '25', '49100000', '49999999', '74895000', '76799999', NULL, 1652905623),
(61149, '3298', '463.00', '9', '25.001', '30', '49100000', '49999999', '74895000', '76799999', NULL, 1652905628),
(61150, '3220', '925.00', '5', '25.001', '30', '49100000', '49999999', '74895000', '76799999', NULL, 1652905629),
(61151, '3298', '90.00', '12', '0.3', '5', '49100000', '49999999', '77000000', '77270999', NULL, 1652905632),
(61152, '3220', '183.00', '6', '0.3', '5', '49100000', '49999999', '77000000', '77270999', NULL, 1652905635),
(61153, '3298', '133.00', '12', '5.001', '10', '49100000', '49999999', '77000000', '77270999', NULL, 1652905635),
(61154, '3220', '266.00', '6', '5.001', '10', '49100000', '49999999', '77000000', '77270999', NULL, 1652905641),
(61155, '3298', '215.00', '12', '10.001', '15', '49100000', '49999999', '77000000', '77270999', NULL, 1652905643),
(61156, '3220', '430.00', '6', '10.001', '15', '49100000', '49999999', '77000000', '77270999', NULL, 1652905648),
(61157, '3298', '298.00', '12', '15.001', '20', '49100000', '49999999', '77000000', '77270999', NULL, 1652905648),
(61158, '3220', '595.00', '6', '15.001', '20', '49100000', '49999999', '77000000', '77270999', NULL, 1652905649),
(61159, '3298', '380.00', '12', '20.001', '25', '49100000', '49999999', '77000000', '77270999', NULL, 1652905655),
(61160, '3220', '760.00', '6', '20.001', '25', '49100000', '49999999', '77000000', '77270999', NULL, 1652905656),
(61161, '3298', '463.00', '12', '25.001', '30', '49100000', '49999999', '77000000', '77270999', NULL, 1652905661),
(61162, '3220', '925.00', '6', '25.001', '30', '49100000', '49999999', '77000000', '77270999', NULL, 1652905663),
(61163, '3298', '90.00', '15', '0.3', '5', '49100000', '49999999', '77300000', '77995999', NULL, 1652905665),
(61164, '3220', '183.00', '9', '0.3', '5', '49100000', '49999999', '77300000', '77995999', NULL, 1652905669),
(61165, '3298', '133.00', '15', '5.001', '10', '49100000', '49999999', '77300000', '77995999', NULL, 1652905670),
(61166, '3220', '266.00', '9', '5.001', '10', '49100000', '49999999', '77300000', '77995999', NULL, 1652905674),
(61167, '3298', '215.00', '15', '10.001', '15', '49100000', '49999999', '77300000', '77995999', NULL, 1652905675),
(61168, '3220', '430.00', '9', '10.001', '15', '49100000', '49999999', '77300000', '77995999', NULL, 1652905675),
(61169, '3298', '298.00', '15', '15.001', '20', '49100000', '49999999', '77300000', '77995999', NULL, 1652905676),
(61170, '3220', '595.00', '9', '15.001', '20', '49100000', '49999999', '77300000', '77995999', NULL, 1652905676),
(61171, '3298', '380.00', '15', '20.001', '25', '49100000', '49999999', '77300000', '77995999', NULL, 1652905677),
(61172, '3220', '760.00', '9', '20.001', '25', '49100000', '49999999', '77300000', '77995999', NULL, 1652905682),
(61173, '3298', '463.00', '15', '25.001', '30', '49100000', '49999999', '77300000', '77995999', NULL, 1652905688),
(61174, '3220', '925.00', '9', '25.001', '30', '49100000', '49999999', '77300000', '77995999', NULL, 1652905691),
(61175, '3298', '90.00', '11', '0.3', '5', '49100000', '49999999', '78000000', '78109999', NULL, 1652905692),
(61176, '3220', '183.00', '6', '0.3', '5', '49100000', '49999999', '78000000', '78109999', NULL, 1652905693),
(61177, '3298', '133.00', '11', '5.001', '10', '49100000', '49999999', '78000000', '78109999', NULL, 1652905696),
(61178, '3220', '266.00', '6', '5.001', '10', '49100000', '49999999', '78000000', '78109999', NULL, 1652905698),
(61179, '3298', '215.00', '11', '10.001', '15', '49100000', '49999999', '78000000', '78109999', NULL, 1652905699),
(61180, '3220', '430.00', '6', '10.001', '15', '49100000', '49999999', '78000000', '78109999', NULL, 1652905699),
(61181, '3298', '298.00', '11', '15.001', '20', '49100000', '49999999', '78000000', '78109999', NULL, 1652905701),
(61182, '3220', '595.00', '6', '15.001', '20', '49100000', '49999999', '78000000', '78109999', NULL, 1652905705),
(61183, '3298', '380.00', '11', '20.001', '25', '49100000', '49999999', '78000000', '78109999', NULL, 1652905709),
(61184, '3220', '760.00', '6', '20.001', '25', '49100000', '49999999', '78000000', '78109999', NULL, 1652905717),
(61185, '3298', '463.00', '11', '25.001', '30', '49100000', '49999999', '78000000', '78109999', NULL, 1652905718),
(61186, '3220', '925.00', '6', '25.001', '30', '49100000', '49999999', '78000000', '78109999', NULL, 1652905727),
(61187, '3298', '90.00', '13', '0.3', '5', '49100000', '49999999', '78110000', '78899999', NULL, 1652905729),
(61188, '3220', '183.00', '8', '0.3', '5', '49100000', '49999999', '78110000', '78899999', NULL, 1652905731),
(61189, '3298', '133.00', '13', '5.001', '10', '49100000', '49999999', '78110000', '78899999', NULL, 1652905732),
(61190, '3220', '266.00', '8', '5.001', '10', '49100000', '49999999', '78110000', '78899999', NULL, 1652905734),
(61191, '3298', '215.00', '13', '10.001', '15', '49100000', '49999999', '78110000', '78899999', NULL, 1652905737),
(61192, '3220', '430.00', '8', '10.001', '15', '49100000', '49999999', '78110000', '78899999', NULL, 1652905738),
(61193, '3298', '298.00', '13', '15.001', '20', '49100000', '49999999', '78110000', '78899999', NULL, 1652905740),
(61194, '3220', '595.00', '8', '15.001', '20', '49100000', '49999999', '78110000', '78899999', NULL, 1652905744),
(61195, '3298', '380.00', '13', '20.001', '25', '49100000', '49999999', '78110000', '78899999', NULL, 1652905745),
(61196, '3220', '760.00', '8', '20.001', '25', '49100000', '49999999', '78110000', '78899999', NULL, 1652905746),
(61197, '3298', '463.00', '13', '25.001', '30', '49100000', '49999999', '78110000', '78899999', NULL, 1652905751),
(61198, '3220', '925.00', '8', '25.001', '30', '49100000', '49999999', '78110000', '78899999', NULL, 1652905752),
(61199, '3298', '90.00', '14', '0.3', '5', '49100000', '49999999', '78900000', '78930999', NULL, 1652905755),
(61200, '3220', '183.00', '10', '0.3', '5', '49100000', '49999999', '78900000', '78930999', NULL, 1652905756),
(61201, '3298', '133.00', '14', '5.001', '10', '49100000', '49999999', '78900000', '78930999', NULL, 1652905757),
(61202, '3220', '266.00', '10', '5.001', '10', '49100000', '49999999', '78900000', '78930999', NULL, 1652905759),
(61203, '3298', '215.00', '14', '10.001', '15', '49100000', '49999999', '78900000', '78930999', NULL, 1652905759),
(61204, '3220', '430.00', '10', '10.001', '15', '49100000', '49999999', '78900000', '78930999', NULL, 1652905760),
(61205, '3298', '298.00', '14', '15.001', '20', '49100000', '49999999', '78900000', '78930999', NULL, 1652905761),
(61206, '3220', '595.00', '10', '15.001', '20', '49100000', '49999999', '78900000', '78930999', NULL, 1652905762),
(61207, '3298', '380.00', '14', '20.001', '25', '49100000', '49999999', '78900000', '78930999', NULL, 1652905763),
(61208, '3220', '760.00', '10', '20.001', '25', '49100000', '49999999', '78900000', '78930999', NULL, 1652905764),
(61209, '3298', '463.00', '14', '25.001', '30', '49100000', '49999999', '78900000', '78930999', NULL, 1652905766),
(61210, '3220', '925.00', '10', '25.001', '30', '49100000', '49999999', '78900000', '78930999', NULL, 1652905768),
(61211, '3298', '90.00', '13', '0.3', '5', '49100000', '49999999', '78931000', '78999999', NULL, 1652905769),
(61212, '3220', '183.00', '8', '0.3', '5', '49100000', '49999999', '78931000', '78999999', NULL, 1652905770),
(61213, '3298', '133.00', '13', '5.001', '10', '49100000', '49999999', '78931000', '78999999', NULL, 1652905773),
(61214, '3220', '266.00', '8', '5.001', '10', '49100000', '49999999', '78931000', '78999999', NULL, 1652905775),
(61215, '3298', '215.00', '13', '10.001', '15', '49100000', '49999999', '78931000', '78999999', NULL, 1652905777),
(61216, '3220', '430.00', '8', '10.001', '15', '49100000', '49999999', '78931000', '78999999', NULL, 1652905778),
(61217, '3298', '298.00', '13', '15.001', '20', '49100000', '49999999', '78931000', '78999999', NULL, 1652905780),
(61218, '3220', '595.00', '8', '15.001', '20', '49100000', '49999999', '78931000', '78999999', NULL, 1652905780),
(61219, '3298', '380.00', '13', '20.001', '25', '49100000', '49999999', '78931000', '78999999', NULL, 1652905783),
(61220, '3220', '760.00', '8', '20.001', '25', '49100000', '49999999', '78931000', '78999999', NULL, 1652905784),
(61221, '3298', '463.00', '13', '25.001', '30', '49100000', '49999999', '78931000', '78999999', NULL, 1652905785),
(61222, '3220', '925.00', '8', '25.001', '30', '49100000', '49999999', '78931000', '78999999', NULL, 1652905787),
(61223, '3298', '90.00', '8', '0.3', '5', '49100000', '49999999', '79000000', '79129999', NULL, 1652905788),
(61224, '3220', '183.00', '5', '0.3', '5', '49100000', '49999999', '79000000', '79129999', NULL, 1652905790),
(61225, '3298', '133.00', '8', '5.001', '10', '49100000', '49999999', '79000000', '79129999', NULL, 1652905791),
(61226, '3220', '266.00', '5', '5.001', '10', '49100000', '49999999', '79000000', '79129999', NULL, 1652905792),
(61227, '3298', '215.00', '8', '10.001', '15', '49100000', '49999999', '79000000', '79129999', NULL, 1652905792),
(61228, '3220', '430.00', '5', '10.001', '15', '49100000', '49999999', '79000000', '79129999', NULL, 1652905794),
(61229, '3298', '298.00', '8', '15.001', '20', '49100000', '49999999', '79000000', '79129999', NULL, 1652905796),
(61230, '3220', '595.00', '5', '15.001', '20', '49100000', '49999999', '79000000', '79129999', NULL, 1652905797),
(61231, '3298', '380.00', '8', '20.001', '25', '49100000', '49999999', '79000000', '79129999', NULL, 1652905798),
(61232, '3220', '760.00', '5', '20.001', '25', '49100000', '49999999', '79000000', '79129999', NULL, 1652905800),
(61233, '3298', '463.00', '8', '25.001', '30', '49100000', '49999999', '79000000', '79129999', NULL, 1652905801),
(61234, '3220', '925.00', '5', '25.001', '30', '49100000', '49999999', '79000000', '79129999', NULL, 1652905802),
(61235, '3298', '90.00', '11', '0.3', '5', '49100000', '49999999', '79130000', '79999999', NULL, 1652905803),
(61236, '3220', '183.00', '8', '0.3', '5', '49100000', '49999999', '79130000', '79999999', NULL, 1652905804),
(61237, '3298', '133.00', '11', '5.001', '10', '49100000', '49999999', '79130000', '79999999', NULL, 1652905806),
(61238, '3220', '266.00', '8', '5.001', '10', '49100000', '49999999', '79130000', '79999999', NULL, 1652905808),
(61239, '3298', '215.00', '11', '10.001', '15', '49100000', '49999999', '79130000', '79999999', NULL, 1652905813),
(61240, '3220', '430.00', '8', '10.001', '15', '49100000', '49999999', '79130000', '79999999', NULL, 1652905814),
(61241, '3298', '298.00', '11', '15.001', '20', '49100000', '49999999', '79130000', '79999999', NULL, 1652905815),
(61242, '3220', '595.00', '8', '15.001', '20', '49100000', '49999999', '79130000', '79999999', NULL, 1652905815),
(61243, '3298', '380.00', '11', '20.001', '25', '49100000', '49999999', '79130000', '79999999', NULL, 1652905817),
(61244, '3220', '760.00', '8', '20.001', '25', '49100000', '49999999', '79130000', '79999999', NULL, 1652905823),
(61245, '3298', '463.00', '11', '25.001', '30', '49100000', '49999999', '79130000', '79999999', NULL, 1652905824),
(61246, '3220', '925.00', '8', '25.001', '30', '49100000', '49999999', '79130000', '79999999', NULL, 1652905824),
(61247, '3298', '90.00', '9', '0.3', '5', '49100000', '49999999', '80000000', '82999999', NULL, 1652905826),
(61248, '3220', '183.00', '5', '0.3', '5', '49100000', '49999999', '80000000', '82999999', NULL, 1652905827),
(61249, '3298', '133.00', '9', '5.001', '10', '49100000', '49999999', '80000000', '82999999', NULL, 1652905828),
(61250, '3220', '266.00', '5', '5.001', '10', '49100000', '49999999', '80000000', '82999999', NULL, 1652905831),
(61251, '3298', '215.00', '9', '10.001', '15', '49100000', '49999999', '80000000', '82999999', NULL, 1652905831),
(61252, '3220', '430.00', '5', '10.001', '15', '49100000', '49999999', '80000000', '82999999', NULL, 1652905832),
(61253, '3298', '298.00', '9', '15.001', '20', '49100000', '49999999', '80000000', '82999999', NULL, 1652905832),
(61254, '3220', '595.00', '5', '15.001', '20', '49100000', '49999999', '80000000', '82999999', NULL, 1652905836),
(61255, '3298', '380.00', '9', '20.001', '25', '49100000', '49999999', '80000000', '82999999', NULL, 1652905838),
(61256, '3220', '760.00', '5', '20.001', '25', '49100000', '49999999', '80000000', '82999999', NULL, 1652905839),
(61257, '3298', '463.00', '9', '25.001', '30', '49100000', '49999999', '80000000', '82999999', NULL, 1652905841),
(61258, '3220', '925.00', '5', '25.001', '30', '49100000', '49999999', '80000000', '82999999', NULL, 1652905843),
(61259, '3298', '90.00', '9', '0.3', '5', '49100000', '49999999', '80000000', '83800999', NULL, 1652905849),
(61260, '3220', '183.00', '5', '0.3', '5', '49100000', '49999999', '80000000', '83800999', NULL, 1652905850),
(61261, '3298', '133.00', '9', '5.001', '10', '49100000', '49999999', '80000000', '83800999', NULL, 1652905851),
(61262, '3220', '266.00', '5', '5.001', '10', '49100000', '49999999', '80000000', '83800999', NULL, 1652905853),
(61263, '3298', '215.00', '9', '10.001', '15', '49100000', '49999999', '80000000', '83800999', NULL, 1652905855),
(61264, '3220', '430.00', '5', '10.001', '15', '49100000', '49999999', '80000000', '83800999', NULL, 1652905856),
(61265, '3298', '298.00', '9', '15.001', '20', '49100000', '49999999', '80000000', '83800999', NULL, 1652905857),
(61266, '3220', '595.00', '5', '15.001', '20', '49100000', '49999999', '80000000', '83800999', NULL, 1652905857),
(61267, '3298', '380.00', '9', '20.001', '25', '49100000', '49999999', '80000000', '83800999', NULL, 1652905859),
(61268, '3220', '760.00', '5', '20.001', '25', '49100000', '49999999', '80000000', '83800999', NULL, 1652905859),
(61269, '3298', '463.00', '9', '25.001', '30', '49100000', '49999999', '80000000', '83800999', NULL, 1652905866),
(61270, '3220', '925.00', '5', '25.001', '30', '49100000', '49999999', '80000000', '83800999', NULL, 1652905868),
(61271, '3298', '90.00', '11', '0.3', '5', '49100000', '49999999', '83801000', '87999999', NULL, 1652905869),
(61272, '3220', '183.00', '7', '0.3', '5', '49100000', '49999999', '83801000', '87999999', NULL, 1652905871),
(61273, '3298', '133.00', '11', '5.001', '10', '49100000', '49999999', '83801000', '87999999', NULL, 1652905878),
(61274, '3220', '266.00', '7', '5.001', '10', '49100000', '49999999', '83801000', '87999999', NULL, 1652905881),
(61275, '3298', '215.00', '11', '10.001', '15', '49100000', '49999999', '83801000', '87999999', NULL, 1652905882),
(61276, '3220', '430.00', '7', '10.001', '15', '49100000', '49999999', '83801000', '87999999', NULL, 1652905885),
(61277, '3298', '298.00', '11', '15.001', '20', '49100000', '49999999', '83801000', '87999999', NULL, 1652905886),
(61278, '3220', '595.00', '7', '15.001', '20', '49100000', '49999999', '83801000', '87999999', NULL, 1652905887),
(61279, '3298', '380.00', '11', '20.001', '25', '49100000', '49999999', '83801000', '87999999', NULL, 1652905894),
(61280, '3220', '760.00', '7', '20.001', '25', '49100000', '49999999', '83801000', '87999999', NULL, 1652905898),
(61281, '3298', '463.00', '11', '25.001', '30', '49100000', '49999999', '83801000', '87999999', NULL, 1652905899),
(61282, '3220', '925.00', '7', '25.001', '30', '49100000', '49999999', '83801000', '87999999', NULL, 1652905907),
(61283, '3298', '90.00', '9', '0.3', '5', '49100000', '49999999', '88000000', '82999999', NULL, 1652905908),
(61284, '3220', '183.00', '5', '0.3', '5', '49100000', '49999999', '88000000', '82999999', NULL, 1652905908),
(61285, '3298', '133.00', '9', '5.001', '10', '49100000', '49999999', '88000000', '82999999', NULL, 1652905915),
(61286, '3220', '266.00', '5', '5.001', '10', '49100000', '49999999', '88000000', '82999999', NULL, 1652905923),
(61287, '3298', '215.00', '9', '10.001', '15', '49100000', '49999999', '88000000', '82999999', NULL, 1652905926),
(61288, '3220', '430.00', '5', '10.001', '15', '49100000', '49999999', '88000000', '82999999', NULL, 1652905927),
(61289, '3298', '298.00', '9', '15.001', '20', '49100000', '49999999', '88000000', '82999999', NULL, 1652905928),
(61290, '3220', '595.00', '5', '15.001', '20', '49100000', '49999999', '88000000', '82999999', NULL, 1652905931),
(61291, '3298', '380.00', '9', '20.001', '25', '49100000', '49999999', '88000000', '82999999', NULL, 1652905933),
(61292, '3220', '760.00', '5', '20.001', '25', '49100000', '49999999', '88000000', '82999999', NULL, 1652905933),
(61293, '3298', '463.00', '9', '25.001', '30', '49100000', '49999999', '88000000', '82999999', NULL, 1652905935),
(61294, '3220', '925.00', '5', '25.001', '30', '49100000', '49999999', '88000000', '82999999', NULL, 1652905936),
(61295, '3298', '90.00', '9', '0.3', '5', '49100000', '49999999', '88000000', '88469999', NULL, 1652905936),
(61296, '3220', '183.00', '5', '0.3', '5', '49100000', '49999999', '88000000', '88469999', NULL, 1652905937),
(61297, '3298', '133.00', '9', '5.001', '10', '49100000', '49999999', '88000000', '88469999', NULL, 1652905941),
(61298, '3220', '266.00', '5', '5.001', '10', '49100000', '49999999', '88000000', '88469999', NULL, 1652905944),
(61299, '3298', '215.00', '9', '10.001', '15', '49100000', '49999999', '88000000', '88469999', NULL, 1652905944),
(61300, '3220', '430.00', '5', '10.001', '15', '49100000', '49999999', '88000000', '88469999', NULL, 1652905945),
(61301, '3298', '298.00', '9', '15.001', '20', '49100000', '49999999', '88000000', '88469999', NULL, 1652905946),
(61302, '3220', '595.00', '5', '15.001', '20', '49100000', '49999999', '88000000', '88469999', NULL, 1652905947),
(61303, '3298', '380.00', '9', '20.001', '25', '49100000', '49999999', '88000000', '88469999', NULL, 1652905948),
(61304, '3220', '760.00', '5', '20.001', '25', '49100000', '49999999', '88000000', '88469999', NULL, 1652905949),
(61305, '3298', '463.00', '9', '25.001', '30', '49100000', '49999999', '88000000', '88469999', NULL, 1652905951),
(61306, '3220', '925.00', '5', '25.001', '30', '49100000', '49999999', '88000000', '88469999', NULL, 1652905951),
(61307, '3298', '90.00', '10', '0.3', '5', '49100000', '49999999', '88470000', '89999999', NULL, 1652905952),
(61308, '3220', '183.00', '6', '0.3', '5', '49100000', '49999999', '88470000', '89999999', NULL, 1652905955),
(61309, '3298', '133.00', '10', '5.001', '10', '49100000', '49999999', '88470000', '89999999', NULL, 1652905955),
(61310, '3220', '266.00', '6', '5.001', '10', '49100000', '49999999', '88470000', '89999999', NULL, 1652905961),
(61311, '3298', '215.00', '10', '10.001', '15', '49100000', '49999999', '88470000', '89999999', NULL, 1652905962),
(61312, '3220', '430.00', '6', '10.001', '15', '49100000', '49999999', '88470000', '89999999', NULL, 1652905965),
(61313, '3298', '298.00', '10', '15.001', '20', '49100000', '49999999', '88470000', '89999999', NULL, 1652905966),
(61314, '3220', '595.00', '6', '15.001', '20', '49100000', '49999999', '88470000', '89999999', NULL, 1652905968),
(61315, '3298', '380.00', '10', '20.001', '25', '49100000', '49999999', '88470000', '89999999', NULL, 1652905972),
(61316, '3220', '760.00', '6', '20.001', '25', '49100000', '49999999', '88470000', '89999999', NULL, 1652905978),
(61317, '3298', '463.00', '10', '25.001', '30', '49100000', '49999999', '88470000', '89999999', NULL, 1652905979),
(61318, '3220', '925.00', '6', '25.001', '30', '49100000', '49999999', '88470000', '89999999', NULL, 1652905983),
(61319, '3298', '90.00', '9', '0.3', '5', '49100000', '49999999', '90000000', '91999999', NULL, 1652905989),
(61320, '3220', '183.00', '5', '0.3', '5', '49100000', '49999999', '90000000', '91999999', NULL, 1652905991),
(61321, '3298', '133.00', '9', '5.001', '10', '49100000', '49999999', '90000000', '91999999', NULL, 1652905992),
(61322, '3220', '266.00', '5', '5.001', '10', '49100000', '49999999', '90000000', '91999999', NULL, 1652905992),
(61323, '3298', '215.00', '9', '10.001', '15', '49100000', '49999999', '90000000', '91999999', NULL, 1652905993),
(61324, '3220', '430.00', '5', '10.001', '15', '49100000', '49999999', '90000000', '91999999', NULL, 1652905998),
(61325, '3298', '298.00', '9', '15.001', '20', '49100000', '49999999', '90000000', '91999999', NULL, 1652905999),
(61326, '3220', '595.00', '5', '15.001', '20', '49100000', '49999999', '90000000', '91999999', NULL, 1652906001),
(61327, '3298', '380.00', '9', '20.001', '25', '49100000', '49999999', '90000000', '91999999', NULL, 1652906002),
(61328, '3220', '760.00', '5', '20.001', '25', '49100000', '49999999', '90000000', '91999999', NULL, 1652906005),
(61329, '3298', '463.00', '9', '25.001', '30', '49100000', '49999999', '90000000', '91999999', NULL, 1652906007),
(61330, '3220', '925.00', '5', '25.001', '30', '49100000', '49999999', '90000000', '91999999', NULL, 1652906010),
(61331, '3298', '90.00', '11', '0.3', '5', '49100000', '49999999', '90000000', '94900999', NULL, 1652906012),
(61332, '3220', '183.00', '7', '0.3', '5', '49100000', '49999999', '90000000', '94900999', NULL, 1652906013),
(61333, '3298', '133.00', '11', '5.001', '10', '49100000', '49999999', '90000000', '94900999', NULL, 1652906014),
(61334, '3220', '266.00', '7', '5.001', '10', '49100000', '49999999', '90000000', '94900999', NULL, 1652906016),
(61335, '3298', '215.00', '11', '10.001', '15', '49100000', '49999999', '90000000', '94900999', NULL, 1652906018),
(61336, '3220', '430.00', '7', '10.001', '15', '49100000', '49999999', '90000000', '94900999', NULL, 1652906019),
(61337, '3298', '298.00', '11', '15.001', '20', '49100000', '49999999', '90000000', '94900999', NULL, 1652906025),
(61338, '3220', '595.00', '7', '15.001', '20', '49100000', '49999999', '90000000', '94900999', NULL, 1652906029),
(61339, '3298', '380.00', '11', '20.001', '25', '49100000', '49999999', '90000000', '94900999', NULL, 1652906030),
(61340, '3220', '760.00', '7', '20.001', '25', '49100000', '49999999', '90000000', '94900999', NULL, 1652906034),
(61341, '3298', '463.00', '11', '25.001', '30', '49100000', '49999999', '90000000', '94900999', NULL, 1652906037),
(61342, '3220', '925.00', '7', '25.001', '30', '49100000', '49999999', '90000000', '94900999', NULL, 1652906038),
(61343, '3298', '90.00', '13', '0.3', '5', '49100000', '49999999', '94901000', '99999999', NULL, 1652906039),
(61344, '3220', '183.00', '9', '0.3', '5', '49100000', '49999999', '94901000', '99999999', NULL, 1652906047),
(61345, '3298', '133.00', '13', '5.001', '10', '49100000', '49999999', '94901000', '99999999', NULL, 1652906048),
(61346, '3220', '266.00', '9', '5.001', '10', '49100000', '49999999', '94901000', '99999999', NULL, 1652906051),
(61347, '3298', '215.00', '13', '10.001', '15', '49100000', '49999999', '94901000', '99999999', NULL, 1652906055),
(61348, '3220', '430.00', '9', '10.001', '15', '49100000', '49999999', '94901000', '99999999', NULL, 1652906056),
(61349, '3298', '298.00', '13', '15.001', '20', '49100000', '49999999', '94901000', '99999999', NULL, 1652906057),
(61350, '3220', '595.00', '9', '15.001', '20', '49100000', '49999999', '94901000', '99999999', NULL, 1652906058),
(61351, '3298', '380.00', '13', '20.001', '25', '49100000', '49999999', '94901000', '99999999', NULL, 1652906058),
(61352, '3220', '760.00', '9', '20.001', '25', '49100000', '49999999', '94901000', '99999999', NULL, 1652906061),
(61353, '3298', '463.00', '13', '25.001', '30', '49100000', '49999999', '94901000', '99999999', NULL, 1652906062),
(61354, '3220', '925.00', '9', '25.001', '30', '49100000', '49999999', '94901000', '99999999', NULL, 1652906065),
(61355, '3298', '45.00', '7', '0.3', '5', '50000000', '52999999', '01000000', '08499999', NULL, 1652906065),
(61356, '3220', '137.00', '1', '0.3', '5', '50000000', '52999999', '01000000', '08499999', NULL, 1652906066),
(61357, '3298', '71.00', '7', '5.001', '10', '50000000', '52999999', '01000000', '08499999', NULL, 1652906066),
(61358, '3220', '214.00', '1', '5.001', '10', '50000000', '52999999', '01000000', '08499999', NULL, 1652906067),
(61359, '3298', '116.00', '7', '10.001', '15', '50000000', '52999999', '01000000', '08499999', NULL, 1652906068),
(61360, '3220', '346.00', '1', '10.001', '15', '50000000', '52999999', '01000000', '08499999', NULL, 1652906070),
(61361, '3298', '160.00', '7', '15.001', '20', '50000000', '52999999', '01000000', '08499999', NULL, 1652906071),
(61362, '3220', '479.00', '1', '15.001', '20', '50000000', '52999999', '01000000', '08499999', NULL, 1652906075),
(61363, '3298', '205.00', '7', '20.001', '25', '50000000', '52999999', '01000000', '08499999', NULL, 1652906076),
(61364, '3220', '612.00', '1', '20.001', '25', '50000000', '52999999', '01000000', '08499999', NULL, 1652906077),
(61365, '3298', '249.00', '7', '25.001', '30', '50000000', '52999999', '01000000', '08499999', NULL, 1652906080),
(61366, '3220', '744.00', '1', '25.001', '30', '50000000', '52999999', '01000000', '08499999', NULL, 1652906080),
(61367, '3298', '45.00', '7', '0.3', '5', '50000000', '52999999', '06000000', '09999999', NULL, 1652906081),
(61368, '3220', '137.00', '2', '0.3', '5', '50000000', '52999999', '06000000', '09999999', NULL, 1652906082),
(61369, '3298', '71.00', '7', '5.001', '10', '50000000', '52999999', '06000000', '09999999', NULL, 1652906083),
(61370, '3220', '214.00', '2', '5.001', '10', '50000000', '52999999', '06000000', '09999999', NULL, 1652906084),
(61371, '3298', '116.00', '7', '10.001', '15', '50000000', '52999999', '06000000', '09999999', NULL, 1652906088),
(61372, '3220', '346.00', '2', '10.001', '15', '50000000', '52999999', '06000000', '09999999', NULL, 1652906093),
(61373, '3298', '160.00', '7', '15.001', '20', '50000000', '52999999', '06000000', '09999999', NULL, 1652906094),
(61374, '3220', '479.00', '2', '15.001', '20', '50000000', '52999999', '06000000', '09999999', NULL, 1652906102),
(61375, '3298', '205.00', '7', '20.001', '25', '50000000', '52999999', '06000000', '09999999', NULL, 1652906103),
(61376, '3220', '612.00', '2', '20.001', '25', '50000000', '52999999', '06000000', '09999999', NULL, 1652906106),
(61377, '3298', '249.00', '7', '25.001', '30', '50000000', '52999999', '06000000', '09999999', NULL, 1652906108),
(61378, '3220', '744.00', '2', '25.001', '30', '50000000', '52999999', '06000000', '09999999', NULL, 1652906109),
(61379, '3298', '45.00', '7', '0.3', '5', '50000000', '52999999', '11000000', '11999999', NULL, 1652906111),
(61380, '3220', '137.00', '3', '0.3', '5', '50000000', '52999999', '11000000', '11999999', NULL, 1652906111),
(61381, '3298', '71.00', '7', '5.001', '10', '50000000', '52999999', '11000000', '11999999', NULL, 1652906113),
(61382, '3220', '214.00', '3', '5.001', '10', '50000000', '52999999', '11000000', '11999999', NULL, 1652906117),
(61383, '3298', '116.00', '7', '10.001', '15', '50000000', '52999999', '11000000', '11999999', NULL, 1652906117),
(61384, '3220', '346.00', '3', '10.001', '15', '50000000', '52999999', '11000000', '11999999', NULL, 1652906118),
(61385, '3298', '160.00', '7', '15.001', '20', '50000000', '52999999', '11000000', '11999999', NULL, 1652906119),
(61386, '3220', '479.00', '3', '15.001', '20', '50000000', '52999999', '11000000', '11999999', NULL, 1652906120),
(61387, '3298', '205.00', '7', '20.001', '25', '50000000', '52999999', '11000000', '11999999', NULL, 1652906120),
(61388, '3220', '612.00', '3', '20.001', '25', '50000000', '52999999', '11000000', '11999999', NULL, 1652906123),
(61389, '3298', '249.00', '7', '25.001', '30', '50000000', '52999999', '11000000', '11999999', NULL, 1652906124),
(61390, '3220', '744.00', '3', '25.001', '30', '50000000', '52999999', '11000000', '11999999', NULL, 1652906130),
(61391, '3298', '45.00', '7', '0.3', '5', '50000000', '52999999', '12000000', '19999999', NULL, 1652906132),
(61392, '3220', '137.00', '2', '0.3', '5', '50000000', '52999999', '12000000', '19999999', NULL, 1652906137),
(61393, '3298', '71.00', '7', '5.001', '10', '50000000', '52999999', '12000000', '19999999', NULL, 1652906138),
(61394, '3220', '214.00', '2', '5.001', '10', '50000000', '52999999', '12000000', '19999999', NULL, 1652906143),
(61395, '3298', '116.00', '7', '10.001', '15', '50000000', '52999999', '12000000', '19999999', NULL, 1652906144),
(61396, '3220', '346.00', '2', '10.001', '15', '50000000', '52999999', '12000000', '19999999', NULL, 1652906145),
(61397, '3298', '160.00', '7', '15.001', '20', '50000000', '52999999', '12000000', '19999999', NULL, 1652906151),
(61398, '3220', '479.00', '2', '15.001', '20', '50000000', '52999999', '12000000', '19999999', NULL, 1652906151),
(61399, '3298', '205.00', '7', '20.001', '25', '50000000', '52999999', '12000000', '19999999', NULL, 1652906155),
(61400, '3220', '612.00', '2', '20.001', '25', '50000000', '52999999', '12000000', '19999999', NULL, 1652906156),
(61401, '3298', '249.00', '7', '25.001', '30', '50000000', '52999999', '12000000', '19999999', NULL, 1652906156),
(61402, '3220', '744.00', '2', '25.001', '30', '50000000', '52999999', '12000000', '19999999', NULL, 1652906157),
(61403, '3298', '70.00', '8', '0.3', '5', '50000000', '52999999', '26601000', '28999999', NULL, 1652906189),
(61404, '3220', '157.00', '4', '0.3', '5', '50000000', '52999999', '26601000', '28999999', NULL, 1652906190),
(61405, '3298', '106.00', '8', '5.001', '10', '50000000', '52999999', '26601000', '28999999', NULL, 1652906191),
(61406, '3220', '226.00', '4', '5.001', '10', '50000000', '52999999', '26601000', '28999999', NULL, 1652906191),
(61407, '3298', '172.00', '8', '10.001', '15', '50000000', '52999999', '26601000', '28999999', NULL, 1652906192),
(61408, '3220', '367.00', '4', '10.001', '15', '50000000', '52999999', '26601000', '28999999', NULL, 1652906193),
(61409, '3298', '239.00', '8', '15.001', '20', '50000000', '52999999', '26601000', '28999999', NULL, 1652906194),
(61410, '3220', '508.00', '4', '15.001', '20', '50000000', '52999999', '26601000', '28999999', NULL, 1652906195),
(61411, '3298', '305.00', '8', '20.001', '25', '50000000', '52999999', '26601000', '28999999', NULL, 1652906196),
(61412, '3220', '649.00', '4', '20.001', '25', '50000000', '52999999', '26601000', '28999999', NULL, 1652906197),
(61413, '3298', '371.00', '8', '25.001', '30', '50000000', '52999999', '26601000', '28999999', NULL, 1652906198),
(61414, '3220', '789.00', '4', '25.001', '30', '50000000', '52999999', '26601000', '28999999', NULL, 1652906210),
(61415, '3298', '34.00', '7', '0.3', '5', '50000000', '52999999', '29000000', '29099999', NULL, 1652906211),
(61416, '3220', '80.00', '2', '0.3', '5', '50000000', '52999999', '29000000', '29099999', NULL, 1652906212),
(61417, '3298', '50.00', '7', '5.001', '10', '50000000', '52999999', '29000000', '29099999', NULL, 1652906213),
(61418, '3220', '125.00', '2', '5.001', '10', '50000000', '52999999', '29000000', '29099999', NULL, 1652906215),
(61419, '3298', '82.00', '7', '10.001', '15', '50000000', '52999999', '29000000', '29099999', NULL, 1652906229),
(61420, '3220', '203.00', '2', '10.001', '15', '50000000', '52999999', '29000000', '29099999', NULL, 1652906229),
(61421, '3298', '113.00', '7', '15.001', '20', '50000000', '52999999', '29000000', '29099999', NULL, 1652906231),
(61422, '3220', '281.00', '2', '15.001', '20', '50000000', '52999999', '29000000', '29099999', NULL, 1652906233),
(61423, '3298', '145.00', '7', '20.001', '25', '50000000', '52999999', '29000000', '29099999', NULL, 1652906234),
(61424, '3220', '359.00', '2', '20.001', '25', '50000000', '52999999', '29000000', '29099999', NULL, 1652906237),
(61425, '3298', '176.00', '7', '25.001', '30', '50000000', '52999999', '29000000', '29099999', NULL, 1652906237),
(61426, '3220', '437.00', '2', '25.001', '30', '50000000', '52999999', '29000000', '29099999', NULL, 1652906238),
(61427, '3298', '50.00', '10', '0.3', '5', '50000000', '52999999', '29100000', '29999999', NULL, 1652906239),
(61428, '3220', '124.00', '5', '0.3', '5', '50000000', '52999999', '29100000', '29999999', NULL, 1652906239),
(61429, '3298', '83.00', '10', '5.001', '10', '50000000', '52999999', '29100000', '29999999', NULL, 1652906240),
(61430, '3220', '175.00', '5', '5.001', '10', '50000000', '52999999', '29100000', '29999999', NULL, 1652906241),
(61431, '3298', '135.00', '10', '10.001', '15', '50000000', '52999999', '29100000', '29999999', NULL, 1652906241),
(61432, '3220', '283.00', '5', '10.001', '15', '50000000', '52999999', '29100000', '29999999', NULL, 1652906250),
(61433, '3298', '186.00', '10', '15.001', '20', '50000000', '52999999', '29100000', '29999999', NULL, 1652906250),
(61434, '3220', '392.00', '5', '15.001', '20', '50000000', '52999999', '29100000', '29999999', NULL, 1652906255),
(61435, '3298', '238.00', '10', '20.001', '25', '50000000', '52999999', '29100000', '29999999', NULL, 1652906256),
(61436, '3220', '500.00', '5', '20.001', '25', '50000000', '52999999', '29100000', '29999999', NULL, 1652906257),
(61437, '3298', '290.00', '10', '25.001', '30', '50000000', '52999999', '29100000', '29999999', NULL, 1652906257),
(61438, '3220', '609.00', '5', '25.001', '30', '50000000', '52999999', '29100000', '29999999', NULL, 1652906265),
(61439, '3298', '38.00', '6', '0.3', '5', '50000000', '52999999', '30000000', '31999999', NULL, 1652906266),
(61440, '3220', '113.00', '2', '0.3', '5', '50000000', '52999999', '30000000', '31999999', NULL, 1652906274),
(61441, '3298', '58.00', '6', '5.001', '10', '50000000', '52999999', '30000000', '31999999', NULL, 1652906275),
(61442, '3220', '176.00', '2', '5.001', '10', '50000000', '52999999', '30000000', '31999999', NULL, 1652906277),
(61443, '3298', '94.00', '6', '10.001', '15', '50000000', '52999999', '30000000', '31999999', NULL, 1652906281),
(61444, '3220', '286.00', '2', '10.001', '15', '50000000', '52999999', '30000000', '31999999', NULL, 1652906288),
(61445, '3298', '130.00', '6', '15.001', '20', '50000000', '52999999', '30000000', '31999999', NULL, 1652906289),
(61446, '3220', '396.00', '2', '15.001', '20', '50000000', '52999999', '30000000', '31999999', NULL, 1652906290),
(61447, '3298', '166.00', '6', '20.001', '25', '50000000', '52999999', '30000000', '31999999', NULL, 1652906291),
(61448, '3220', '505.00', '2', '20.001', '25', '50000000', '52999999', '30000000', '31999999', NULL, 1652906295),
(61449, '3298', '202.00', '6', '25.001', '30', '50000000', '52999999', '30000000', '31999999', NULL, 1652906297),
(61450, '3220', '615.00', '2', '25.001', '30', '50000000', '52999999', '30000000', '31999999', NULL, 1652906298),
(61451, '3298', '38.00', '6', '0.3', '5', '50000000', '52999999', '30000000', '34999999', NULL, 1652906298),
(61452, '3220', '113.00', '2', '0.3', '5', '50000000', '52999999', '30000000', '34999999', NULL, 1652906301),
(61453, '3298', '58.00', '6', '5.001', '10', '50000000', '52999999', '30000000', '34999999', NULL, 1652906302),
(61454, '3220', '176.00', '2', '5.001', '10', '50000000', '52999999', '30000000', '34999999', NULL, 1652906307),
(61455, '3298', '94.00', '6', '10.001', '15', '50000000', '52999999', '30000000', '34999999', NULL, 1652906308),
(61456, '3220', '286.00', '2', '10.001', '15', '50000000', '52999999', '30000000', '34999999', NULL, 1652906308),
(61457, '3298', '130.00', '6', '15.001', '20', '50000000', '52999999', '30000000', '34999999', NULL, 1652906309),
(61458, '3220', '396.00', '2', '15.001', '20', '50000000', '52999999', '30000000', '34999999', NULL, 1652906310),
(61459, '3298', '166.00', '6', '20.001', '25', '50000000', '52999999', '30000000', '34999999', NULL, 1652906311),
(61460, '3220', '505.00', '2', '20.001', '25', '50000000', '52999999', '30000000', '34999999', NULL, 1652906311),
(61461, '3298', '202.00', '6', '25.001', '30', '50000000', '52999999', '30000000', '34999999', NULL, 1652906316),
(61462, '3220', '615.00', '2', '25.001', '30', '50000000', '52999999', '30000000', '34999999', NULL, 1652906317),
(61463, '3298', '70.00', '8', '0.3', '5', '50000000', '52999999', '35000000', '39999999', NULL, 1652906318),
(61464, '3220', '157.00', '4', '0.3', '5', '50000000', '52999999', '35000000', '39999999', NULL, 1652906318),
(61465, '3298', '106.00', '8', '5.001', '10', '50000000', '52999999', '35000000', '39999999', NULL, 1652906320),
(61466, '3220', '226.00', '4', '5.001', '10', '50000000', '52999999', '35000000', '39999999', NULL, 1652906327),
(61467, '3298', '172.00', '8', '10.001', '15', '50000000', '52999999', '35000000', '39999999', NULL, 1652906327),
(61468, '3220', '367.00', '4', '10.001', '15', '50000000', '52999999', '35000000', '39999999', NULL, 1652906328),
(61469, '3298', '239.00', '8', '15.001', '20', '50000000', '52999999', '35000000', '39999999', NULL, 1652906329),
(61470, '3220', '508.00', '4', '15.001', '20', '50000000', '52999999', '35000000', '39999999', NULL, 1652906330);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(61471, '3298', '305.00', '8', '20.001', '25', '50000000', '52999999', '35000000', '39999999', NULL, 1652906331),
(61472, '3220', '649.00', '4', '20.001', '25', '50000000', '52999999', '35000000', '39999999', NULL, 1652906332),
(61473, '3298', '371.00', '8', '25.001', '30', '50000000', '52999999', '35000000', '39999999', NULL, 1652906333),
(61474, '3220', '789.00', '4', '25.001', '30', '50000000', '52999999', '35000000', '39999999', NULL, 1652906334),
(61475, '3298', '34.00', '6', '0.3', '5', '50000000', '52999999', '40000000', '41999999', NULL, 1652906335),
(61476, '3220', '80.00', '2', '0.3', '5', '50000000', '52999999', '40000000', '41999999', NULL, 1652906335),
(61477, '3298', '50.00', '6', '5.001', '10', '50000000', '52999999', '40000000', '41999999', NULL, 1652906338),
(61478, '3220', '125.00', '2', '5.001', '10', '50000000', '52999999', '40000000', '41999999', NULL, 1652906339),
(61479, '3298', '82.00', '6', '10.001', '15', '50000000', '52999999', '40000000', '41999999', NULL, 1652906340),
(61480, '3220', '203.00', '2', '10.001', '15', '50000000', '52999999', '40000000', '41999999', NULL, 1652906351),
(61481, '3298', '113.00', '6', '15.001', '20', '50000000', '52999999', '40000000', '41999999', NULL, 1652906352),
(61482, '3220', '281.00', '2', '15.001', '20', '50000000', '52999999', '40000000', '41999999', NULL, 1652906353),
(61483, '3298', '145.00', '6', '20.001', '25', '50000000', '52999999', '40000000', '41999999', NULL, 1652906354),
(61484, '3220', '359.00', '2', '20.001', '25', '50000000', '52999999', '40000000', '41999999', NULL, 1652906356),
(61485, '3298', '176.00', '6', '25.001', '30', '50000000', '52999999', '40000000', '41999999', NULL, 1652906357),
(61486, '3220', '437.00', '2', '25.001', '30', '50000000', '52999999', '40000000', '41999999', NULL, 1652906357),
(61487, '3298', '34.00', '6', '0.3', '5', '50000000', '52999999', '40000000', '44470999', NULL, 1652906358),
(61488, '3220', '80.00', '2', '0.3', '5', '50000000', '52999999', '40000000', '44470999', NULL, 1652906358),
(61489, '3298', '50.00', '6', '5.001', '10', '50000000', '52999999', '40000000', '44470999', NULL, 1652906360),
(61490, '3220', '125.00', '2', '5.001', '10', '50000000', '52999999', '40000000', '44470999', NULL, 1652906361),
(61491, '3298', '82.00', '6', '10.001', '15', '50000000', '52999999', '40000000', '44470999', NULL, 1652906362),
(61492, '3220', '203.00', '2', '10.001', '15', '50000000', '52999999', '40000000', '44470999', NULL, 1652906362),
(61493, '3298', '113.00', '6', '15.001', '20', '50000000', '52999999', '40000000', '44470999', NULL, 1652906363),
(61494, '3220', '281.00', '2', '15.001', '20', '50000000', '52999999', '40000000', '44470999', NULL, 1652906364),
(61495, '3298', '145.00', '6', '20.001', '25', '50000000', '52999999', '40000000', '44470999', NULL, 1652906365),
(61496, '3220', '359.00', '2', '20.001', '25', '50000000', '52999999', '40000000', '44470999', NULL, 1652906365),
(61497, '3298', '176.00', '6', '25.001', '30', '50000000', '52999999', '40000000', '44470999', NULL, 1652906366),
(61498, '3220', '437.00', '2', '25.001', '30', '50000000', '52999999', '40000000', '44470999', NULL, 1652906367),
(61499, '3298', '43.00', '7', '0.3', '5', '50000000', '52999999', '44471000', '48999999', NULL, 1652906367),
(61500, '3220', '104.00', '3', '0.3', '5', '50000000', '52999999', '44471000', '48999999', NULL, 1652906368),
(61501, '3298', '71.00', '7', '5.001', '10', '50000000', '52999999', '44471000', '48999999', NULL, 1652906378),
(61502, '3220', '147.00', '3', '5.001', '10', '50000000', '52999999', '44471000', '48999999', NULL, 1652906379),
(61503, '3298', '116.00', '7', '10.001', '15', '50000000', '52999999', '44471000', '48999999', NULL, 1652906380),
(61504, '3220', '238.00', '3', '10.001', '15', '50000000', '52999999', '44471000', '48999999', NULL, 1652906381),
(61505, '3298', '160.00', '7', '15.001', '20', '50000000', '52999999', '44471000', '48999999', NULL, 1652906382),
(61506, '3220', '329.00', '3', '15.001', '20', '50000000', '52999999', '44471000', '48999999', NULL, 1652906382),
(61507, '3298', '205.00', '7', '20.001', '25', '50000000', '52999999', '44471000', '48999999', NULL, 1652906383),
(61508, '3220', '420.00', '3', '20.001', '25', '50000000', '52999999', '44471000', '48999999', NULL, 1652906384),
(61509, '3298', '249.00', '7', '25.001', '30', '50000000', '52999999', '44471000', '48999999', NULL, 1652906384),
(61510, '3220', '511.00', '3', '25.001', '30', '50000000', '52999999', '44471000', '48999999', NULL, 1652906385),
(61511, '3298', '30.00', '6', '0.3', '5', '50000000', '52999999', '49000000', '49099999', NULL, 1652906386),
(61512, '3220', '59.00', '2', '0.3', '5', '50000000', '52999999', '49000000', '49099999', NULL, 1652906387),
(61513, '3298', '44.00', '6', '5.001', '10', '50000000', '52999999', '49000000', '49099999', NULL, 1652906387),
(61514, '3220', '93.00', '2', '5.001', '10', '50000000', '52999999', '49000000', '49099999', NULL, 1652906388),
(61515, '3298', '71.00', '6', '10.001', '15', '50000000', '52999999', '49000000', '49099999', NULL, 1652906388),
(61516, '3220', '150.00', '2', '10.001', '15', '50000000', '52999999', '49000000', '49099999', NULL, 1652906389),
(61517, '3298', '99.00', '6', '15.001', '20', '50000000', '52999999', '49000000', '49099999', NULL, 1652906398),
(61518, '3220', '208.00', '2', '15.001', '20', '50000000', '52999999', '49000000', '49099999', NULL, 1652906399),
(61519, '3298', '126.00', '6', '20.001', '25', '50000000', '52999999', '49000000', '49099999', NULL, 1652906399),
(61520, '3220', '266.00', '2', '20.001', '25', '50000000', '52999999', '49000000', '49099999', NULL, 1652906400),
(61521, '3298', '153.00', '6', '25.001', '30', '50000000', '52999999', '49000000', '49099999', NULL, 1652906401),
(61522, '3220', '324.00', '2', '25.001', '30', '50000000', '52999999', '49000000', '49099999', NULL, 1652906402),
(61523, '3298', '44.00', '7', '0.3', '5', '50000000', '52999999', '49100000', '49999999', NULL, 1652906402),
(61524, '3220', '102.00', '4', '0.3', '5', '50000000', '52999999', '49100000', '49999999', NULL, 1652906403),
(61525, '3298', '74.00', '7', '5.001', '10', '50000000', '52999999', '49100000', '49999999', NULL, 1652906404),
(61526, '3220', '141.00', '4', '5.001', '10', '50000000', '52999999', '49100000', '49999999', NULL, 1652906406),
(61527, '3298', '120.00', '7', '10.001', '15', '50000000', '52999999', '49100000', '49999999', NULL, 1652906407),
(61528, '3220', '229.00', '4', '10.001', '15', '50000000', '52999999', '49100000', '49999999', NULL, 1652906408),
(61529, '3298', '166.00', '7', '15.001', '20', '50000000', '52999999', '49100000', '49999999', NULL, 1652906408),
(61530, '3220', '316.00', '4', '15.001', '20', '50000000', '52999999', '49100000', '49999999', NULL, 1652906409),
(61531, '3298', '212.00', '7', '20.001', '25', '50000000', '52999999', '49100000', '49999999', NULL, 1652906411),
(61532, '3220', '404.00', '4', '20.001', '25', '50000000', '52999999', '49100000', '49999999', NULL, 1652906412),
(61533, '3298', '258.00', '7', '25.001', '30', '50000000', '52999999', '49100000', '49999999', NULL, 1652906412),
(61534, '3220', '492.00', '4', '25.001', '30', '50000000', '52999999', '49100000', '49999999', NULL, 1652906413),
(61535, '3298', '25.00', '5', '0.3', '5', '50000000', '52999999', '50000000', '52999999', NULL, 1652906414),
(61536, '3220', '21.00', '1', '0.3', '5', '50000000', '52999999', '50000000', '52999999', NULL, 1652906414),
(61537, '3298', '31.00', '5', '5.001', '10', '50000000', '52999999', '50000000', '52999999', NULL, 1652906415),
(61538, '3220', '27.00', '1', '5.001', '10', '50000000', '52999999', '50000000', '52999999', NULL, 1652906417),
(61539, '3298', '51.00', '5', '10.001', '15', '50000000', '52999999', '50000000', '52999999', NULL, 1652906419),
(61540, '3220', '44.00', '1', '10.001', '15', '50000000', '52999999', '50000000', '52999999', NULL, 1652906419),
(61541, '3298', '71.00', '5', '15.001', '20', '50000000', '52999999', '50000000', '52999999', NULL, 1652906420),
(61542, '3220', '61.00', '1', '15.001', '20', '50000000', '52999999', '50000000', '52999999', NULL, 1652906421),
(61543, '3298', '91.00', '5', '20.001', '25', '50000000', '52999999', '50000000', '52999999', NULL, 1652906423),
(61544, '3220', '78.00', '1', '20.001', '25', '50000000', '52999999', '50000000', '52999999', NULL, 1652906423),
(61545, '3298', '110.00', '5', '25.001', '30', '50000000', '52999999', '50000000', '52999999', NULL, 1652906424),
(61546, '3220', '95.00', '1', '25.001', '30', '50000000', '52999999', '50000000', '52999999', NULL, 1652906424),
(61547, '3298', '25.00', '5', '0.3', '5', '50000000', '52999999', '50000000', '54999999', NULL, 1652906426),
(61548, '3220', '21.00', '1', '0.3', '5', '50000000', '52999999', '50000000', '54999999', NULL, 1652906426),
(61549, '3298', '31.00', '5', '5.001', '10', '50000000', '52999999', '50000000', '54999999', NULL, 1652906427),
(61550, '3220', '27.00', '1', '5.001', '10', '50000000', '52999999', '50000000', '54999999', NULL, 1652906429),
(61551, '3298', '51.00', '5', '10.001', '15', '50000000', '52999999', '50000000', '54999999', NULL, 1652906429),
(61552, '3220', '44.00', '1', '10.001', '15', '50000000', '52999999', '50000000', '54999999', NULL, 1652906430),
(61553, '3298', '71.00', '5', '15.001', '20', '50000000', '52999999', '50000000', '54999999', NULL, 1652906431),
(61554, '3220', '61.00', '1', '15.001', '20', '50000000', '52999999', '50000000', '54999999', NULL, 1652906432),
(61555, '3298', '91.00', '5', '20.001', '25', '50000000', '52999999', '50000000', '54999999', NULL, 1652906433),
(61556, '3220', '78.00', '1', '20.001', '25', '50000000', '52999999', '50000000', '54999999', NULL, 1652906444),
(61557, '3298', '110.00', '5', '25.001', '30', '50000000', '52999999', '50000000', '54999999', NULL, 1652906446),
(61558, '3220', '95.00', '1', '25.001', '30', '50000000', '52999999', '50000000', '54999999', NULL, 1652906446),
(61559, '3298', '26.00', '6', '0.3', '5', '50000000', '52999999', '55000000', '56999999', NULL, 1652906447),
(61560, '3220', '34.00', '4', '0.3', '5', '50000000', '52999999', '55000000', '56999999', NULL, 1652906447),
(61561, '3298', '32.00', '6', '5.001', '10', '50000000', '52999999', '55000000', '56999999', NULL, 1652906448),
(61562, '3220', '48.00', '4', '5.001', '10', '50000000', '52999999', '55000000', '56999999', NULL, 1652906449),
(61563, '3298', '52.00', '6', '10.001', '15', '50000000', '52999999', '55000000', '56999999', NULL, 1652906450),
(61564, '3220', '79.00', '4', '10.001', '15', '50000000', '52999999', '55000000', '56999999', NULL, 1652906451),
(61565, '3298', '72.00', '6', '15.001', '20', '50000000', '52999999', '55000000', '56999999', NULL, 1652906452),
(61566, '3220', '109.00', '4', '15.001', '20', '50000000', '52999999', '55000000', '56999999', NULL, 1652906452),
(61567, '3298', '92.00', '6', '20.001', '25', '50000000', '52999999', '55000000', '56999999', NULL, 1652906453),
(61568, '3220', '139.00', '4', '20.001', '25', '50000000', '52999999', '55000000', '56999999', NULL, 1652906453),
(61569, '3298', '112.00', '6', '25.001', '30', '50000000', '52999999', '55000000', '56999999', NULL, 1652906454),
(61570, '3220', '170.00', '4', '25.001', '30', '50000000', '52999999', '55000000', '56999999', NULL, 1652906455),
(61571, '3298', '25.00', '5', '0.3', '5', '50000000', '52999999', '57000000', '57099999', NULL, 1652906456),
(61572, '3220', '34.00', '1', '0.3', '5', '50000000', '52999999', '57000000', '57099999', NULL, 1652906457),
(61573, '3298', '31.00', '5', '5.001', '10', '50000000', '52999999', '57000000', '57099999', NULL, 1652906458),
(61574, '3220', '48.00', '1', '5.001', '10', '50000000', '52999999', '57000000', '57099999', NULL, 1652906467),
(61575, '3298', '51.00', '5', '10.001', '15', '50000000', '52999999', '57000000', '57099999', NULL, 1652906469),
(61576, '3220', '78.00', '1', '10.001', '15', '50000000', '52999999', '57000000', '57099999', NULL, 1652906469),
(61577, '3298', '71.00', '5', '15.001', '20', '50000000', '52999999', '57000000', '57099999', NULL, 1652906470),
(61578, '3220', '108.00', '1', '15.001', '20', '50000000', '52999999', '57000000', '57099999', NULL, 1652906472),
(61579, '3298', '91.00', '5', '20.001', '25', '50000000', '52999999', '57000000', '57099999', NULL, 1652906474),
(61580, '3220', '138.00', '1', '20.001', '25', '50000000', '52999999', '57000000', '57099999', NULL, 1652906475),
(61581, '3298', '110.00', '5', '25.001', '30', '50000000', '52999999', '57000000', '57099999', NULL, 1652906476),
(61582, '3220', '168.00', '1', '25.001', '30', '50000000', '52999999', '57000000', '57099999', NULL, 1652906476),
(61583, '3298', '30.00', '7', '0.3', '5', '50000000', '52999999', '57100000', '57999999', NULL, 1652906478),
(61584, '3220', '59.00', '4', '0.3', '5', '50000000', '52999999', '57100000', '57999999', NULL, 1652906479),
(61585, '3298', '44.00', '7', '5.001', '10', '50000000', '52999999', '57100000', '57999999', NULL, 1652906493),
(61586, '3220', '93.00', '4', '5.001', '10', '50000000', '52999999', '57100000', '57999999', NULL, 1652906505),
(61587, '3298', '71.00', '7', '10.001', '15', '50000000', '52999999', '57100000', '57999999', NULL, 1652906506),
(61588, '3220', '150.00', '4', '10.001', '15', '50000000', '52999999', '57100000', '57999999', NULL, 1652906507),
(61589, '3298', '99.00', '7', '15.001', '20', '50000000', '52999999', '57100000', '57999999', NULL, 1652906507),
(61590, '3220', '208.00', '4', '15.001', '20', '50000000', '52999999', '57100000', '57999999', NULL, 1652906509),
(61591, '3298', '126.00', '7', '20.001', '25', '50000000', '52999999', '57100000', '57999999', NULL, 1652906510),
(61592, '3220', '266.00', '4', '20.001', '25', '50000000', '52999999', '57100000', '57999999', NULL, 1652906519),
(61593, '3298', '153.00', '7', '25.001', '30', '50000000', '52999999', '57100000', '57999999', NULL, 1652906523),
(61594, '3220', '324.00', '4', '25.001', '30', '50000000', '52999999', '57100000', '57999999', NULL, 1652906525),
(61595, '3298', '25.00', '5', '0.3', '5', '50000000', '52999999', '58000000', '58099999', NULL, 1652906527),
(61596, '3220', '34.00', '1', '0.3', '5', '50000000', '52999999', '58000000', '58099999', NULL, 1652906533),
(61597, '3298', '31.00', '5', '5.001', '10', '50000000', '52999999', '58000000', '58099999', NULL, 1652906534),
(61598, '3220', '48.00', '1', '5.001', '10', '50000000', '52999999', '58000000', '58099999', NULL, 1652906535),
(61599, '3298', '51.00', '5', '10.001', '15', '50000000', '52999999', '58000000', '58099999', NULL, 1652906540),
(61600, '3220', '78.00', '1', '10.001', '15', '50000000', '52999999', '58000000', '58099999', NULL, 1652906541),
(61601, '3298', '71.00', '5', '15.001', '20', '50000000', '52999999', '58000000', '58099999', NULL, 1652906542),
(61602, '3220', '108.00', '1', '15.001', '20', '50000000', '52999999', '58000000', '58099999', NULL, 1652906542),
(61603, '3298', '91.00', '5', '20.001', '25', '50000000', '52999999', '58000000', '58099999', NULL, 1652906542),
(61604, '3220', '138.00', '1', '20.001', '25', '50000000', '52999999', '58000000', '58099999', NULL, 1652906543),
(61605, '3298', '110.00', '5', '25.001', '30', '50000000', '52999999', '58000000', '58099999', NULL, 1652906544),
(61606, '3220', '168.00', '1', '25.001', '30', '50000000', '52999999', '58000000', '58099999', NULL, 1652906548),
(61607, '3298', '44.00', '10', '0.3', '5', '50000000', '52999999', '58100000', '58999999', NULL, 1652906554),
(61608, '3220', '102.00', '7', '0.3', '5', '50000000', '52999999', '58100000', '58999999', NULL, 1652906554),
(61609, '3298', '74.00', '10', '5.001', '10', '50000000', '52999999', '58100000', '58999999', NULL, 1652906559),
(61610, '3220', '141.00', '7', '5.001', '10', '50000000', '52999999', '58100000', '58999999', NULL, 1652906560),
(61611, '3298', '120.00', '10', '10.001', '15', '50000000', '52999999', '58100000', '58999999', NULL, 1652906561),
(61612, '3220', '229.00', '7', '10.001', '15', '50000000', '52999999', '58100000', '58999999', NULL, 1652906563),
(61613, '3298', '166.00', '10', '15.001', '20', '50000000', '52999999', '58100000', '58999999', NULL, 1652906568),
(61614, '3220', '316.00', '7', '15.001', '20', '50000000', '52999999', '58100000', '58999999', NULL, 1652906569),
(61615, '3298', '212.00', '10', '20.001', '25', '50000000', '52999999', '58100000', '58999999', NULL, 1652906572),
(61616, '3220', '404.00', '7', '20.001', '25', '50000000', '52999999', '58100000', '58999999', NULL, 1652906573),
(61617, '3298', '258.00', '10', '25.001', '30', '50000000', '52999999', '58100000', '58999999', NULL, 1652906574),
(61618, '3220', '492.00', '7', '25.001', '30', '50000000', '52999999', '58100000', '58999999', NULL, 1652906575),
(61619, '3298', '30.00', '5', '0.3', '5', '50000000', '52999999', '59000000', '59099999', NULL, 1652906580),
(61620, '3220', '59.00', '1', '0.3', '5', '50000000', '52999999', '59000000', '59099999', NULL, 1652906580),
(61621, '3298', '44.00', '5', '5.001', '10', '50000000', '52999999', '59000000', '59099999', NULL, 1652906582),
(61622, '3220', '93.00', '1', '5.001', '10', '50000000', '52999999', '59000000', '59099999', NULL, 1652906584),
(61623, '3298', '71.00', '5', '10.001', '15', '50000000', '52999999', '59000000', '59099999', NULL, 1652906589),
(61624, '3220', '150.00', '1', '10.001', '15', '50000000', '52999999', '59000000', '59099999', NULL, 1652906591),
(61625, '3298', '99.00', '5', '15.001', '20', '50000000', '52999999', '59000000', '59099999', NULL, 1652906595),
(61626, '3220', '208.00', '1', '15.001', '20', '50000000', '52999999', '59000000', '59099999', NULL, 1652906596),
(61627, '3298', '126.00', '5', '20.001', '25', '50000000', '52999999', '59000000', '59099999', NULL, 1652906598),
(61628, '3220', '266.00', '1', '20.001', '25', '50000000', '52999999', '59000000', '59099999', NULL, 1652906598),
(61629, '3298', '153.00', '5', '25.001', '30', '50000000', '52999999', '59000000', '59099999', NULL, 1652906599),
(61630, '3220', '324.00', '1', '25.001', '30', '50000000', '52999999', '59000000', '59099999', NULL, 1652906603),
(61631, '3298', '30.00', '5', '0.3', '5', '50000000', '52999999', '59100000', '59999999', NULL, 1652906604),
(61632, '3220', '59.00', '1', '0.3', '5', '50000000', '52999999', '59100000', '59999999', NULL, 1652906606),
(61633, '3298', '44.00', '5', '5.001', '10', '50000000', '52999999', '59100000', '59999999', NULL, 1652906608),
(61634, '3220', '93.00', '1', '5.001', '10', '50000000', '52999999', '59100000', '59999999', NULL, 1652906610),
(61635, '3298', '71.00', '5', '10.001', '15', '50000000', '52999999', '59100000', '59999999', NULL, 1652906612),
(61636, '3220', '150.00', '1', '10.001', '15', '50000000', '52999999', '59100000', '59999999', NULL, 1652906613),
(61637, '3298', '99.00', '5', '15.001', '20', '50000000', '52999999', '59100000', '59999999', NULL, 1652906615),
(61638, '3220', '208.00', '1', '15.001', '20', '50000000', '52999999', '59100000', '59999999', NULL, 1652906620),
(61639, '3298', '126.00', '5', '20.001', '25', '50000000', '52999999', '59100000', '59999999', NULL, 1652906621),
(61640, '3220', '266.00', '1', '20.001', '25', '50000000', '52999999', '59100000', '59999999', NULL, 1652906624),
(61641, '3298', '153.00', '5', '25.001', '30', '50000000', '52999999', '59100000', '59999999', NULL, 1652906625),
(61642, '3220', '324.00', '1', '25.001', '30', '50000000', '52999999', '59100000', '59999999', NULL, 1652906626),
(61643, '3298', '30.00', '6', '0.3', '5', '50000000', '52999999', '60000000', '60999999', NULL, 1652906628),
(61644, '3220', '59.00', '2', '0.3', '5', '50000000', '52999999', '60000000', '60999999', NULL, 1652906629),
(61645, '3298', '44.00', '6', '5.001', '10', '50000000', '52999999', '60000000', '60999999', NULL, 1652906630),
(61646, '3220', '93.00', '2', '5.001', '10', '50000000', '52999999', '60000000', '60999999', NULL, 1652906630),
(61647, '3298', '71.00', '6', '10.001', '15', '50000000', '52999999', '60000000', '60999999', NULL, 1652906632),
(61648, '3220', '150.00', '2', '10.001', '15', '50000000', '52999999', '60000000', '60999999', NULL, 1652906633),
(61649, '3298', '99.00', '6', '15.001', '20', '50000000', '52999999', '60000000', '60999999', NULL, 1652906635),
(61650, '3220', '208.00', '2', '15.001', '20', '50000000', '52999999', '60000000', '60999999', NULL, 1652906636),
(61651, '3298', '126.00', '6', '20.001', '25', '50000000', '52999999', '60000000', '60999999', NULL, 1652906639),
(61652, '3220', '266.00', '2', '20.001', '25', '50000000', '52999999', '60000000', '60999999', NULL, 1652906644),
(61653, '3298', '153.00', '6', '25.001', '30', '50000000', '52999999', '60000000', '60999999', NULL, 1652906650),
(61654, '3220', '324.00', '2', '25.001', '30', '50000000', '52999999', '60000000', '60999999', NULL, 1652906651),
(61655, '3298', '30.00', '6', '0.3', '5', '50000000', '52999999', '60000000', '61900999', NULL, 1652906653),
(61656, '3220', '59.00', '2', '0.3', '5', '50000000', '52999999', '60000000', '61900999', NULL, 1652906659),
(61657, '3298', '44.00', '6', '5.001', '10', '50000000', '52999999', '60000000', '61900999', NULL, 1652906659),
(61658, '3220', '93.00', '2', '5.001', '10', '50000000', '52999999', '60000000', '61900999', NULL, 1652906661),
(61659, '3298', '71.00', '6', '10.001', '15', '50000000', '52999999', '60000000', '61900999', NULL, 1652906662),
(61660, '3220', '150.00', '2', '10.001', '15', '50000000', '52999999', '60000000', '61900999', NULL, 1652906663),
(61661, '3298', '99.00', '6', '15.001', '20', '50000000', '52999999', '60000000', '61900999', NULL, 1652906664),
(61662, '3220', '208.00', '2', '15.001', '20', '50000000', '52999999', '60000000', '61900999', NULL, 1652906668),
(61663, '3298', '126.00', '6', '20.001', '25', '50000000', '52999999', '60000000', '61900999', NULL, 1652906670),
(61664, '3220', '266.00', '2', '20.001', '25', '50000000', '52999999', '60000000', '61900999', NULL, 1652906671),
(61665, '3298', '153.00', '6', '25.001', '30', '50000000', '52999999', '60000000', '61900999', NULL, 1652906672),
(61666, '3220', '324.00', '2', '25.001', '30', '50000000', '52999999', '60000000', '61900999', NULL, 1652906679),
(61667, '3298', '44.00', '9', '0.3', '5', '50000000', '52999999', '61901000', '63999999', NULL, 1652906680),
(61668, '3220', '102.00', '7', '0.3', '5', '50000000', '52999999', '61901000', '63999999', NULL, 1652906681),
(61669, '3298', '74.00', '9', '5.001', '10', '50000000', '52999999', '61901000', '63999999', NULL, 1652906682),
(61670, '3220', '141.00', '7', '5.001', '10', '50000000', '52999999', '61901000', '63999999', NULL, 1652906688),
(61671, '3298', '120.00', '9', '10.001', '15', '50000000', '52999999', '61901000', '63999999', NULL, 1652906689),
(61672, '3220', '229.00', '7', '10.001', '15', '50000000', '52999999', '61901000', '63999999', NULL, 1652906691),
(61673, '3298', '166.00', '9', '15.001', '20', '50000000', '52999999', '61901000', '63999999', NULL, 1652906692),
(61674, '3220', '316.00', '7', '15.001', '20', '50000000', '52999999', '61901000', '63999999', NULL, 1652906697),
(61675, '3298', '212.00', '9', '20.001', '25', '50000000', '52999999', '61901000', '63999999', NULL, 1652906700),
(61676, '3220', '404.00', '7', '20.001', '25', '50000000', '52999999', '61901000', '63999999', NULL, 1652906702),
(61677, '3298', '258.00', '9', '25.001', '30', '50000000', '52999999', '61901000', '63999999', NULL, 1652906708),
(61678, '3220', '492.00', '7', '25.001', '30', '50000000', '52999999', '61901000', '63999999', NULL, 1652906709),
(61679, '3298', '34.00', '7', '0.3', '5', '50000000', '52999999', '64000000', '64099999', NULL, 1652906711),
(61680, '3220', '80.00', '3', '0.3', '5', '50000000', '52999999', '64000000', '64099999', NULL, 1652906715),
(61681, '3298', '50.00', '7', '5.001', '10', '50000000', '52999999', '64000000', '64099999', NULL, 1652906716),
(61682, '3220', '125.00', '3', '5.001', '10', '50000000', '52999999', '64000000', '64099999', NULL, 1652906721),
(61683, '3298', '82.00', '7', '10.001', '15', '50000000', '52999999', '64000000', '64099999', NULL, 1652906725),
(61684, '3220', '203.00', '3', '10.001', '15', '50000000', '52999999', '64000000', '64099999', NULL, 1652906729),
(61685, '3298', '113.00', '7', '15.001', '20', '50000000', '52999999', '64000000', '64099999', NULL, 1652906731),
(61686, '3220', '281.00', '3', '15.001', '20', '50000000', '52999999', '64000000', '64099999', NULL, 1652906733),
(61687, '3298', '145.00', '7', '20.001', '25', '50000000', '52999999', '64000000', '64099999', NULL, 1652906734),
(61688, '3220', '359.00', '3', '20.001', '25', '50000000', '52999999', '64000000', '64099999', NULL, 1652906734),
(61689, '3298', '176.00', '7', '25.001', '30', '50000000', '52999999', '64000000', '64099999', NULL, 1652906735),
(61690, '3220', '437.00', '3', '25.001', '30', '50000000', '52999999', '64000000', '64099999', NULL, 1652906739),
(61691, '3298', '50.00', '13', '0.3', '5', '50000000', '52999999', '64100000', '64999999', NULL, 1652906743),
(61692, '3220', '124.00', '7', '0.3', '5', '50000000', '52999999', '64100000', '64999999', NULL, 1652906745),
(61693, '3298', '83.00', '13', '5.001', '10', '50000000', '52999999', '64100000', '64999999', NULL, 1652906750),
(61694, '3220', '175.00', '7', '5.001', '10', '50000000', '52999999', '64100000', '64999999', NULL, 1652906754),
(61695, '3298', '135.00', '13', '10.001', '15', '50000000', '52999999', '64100000', '64999999', NULL, 1652906754),
(61696, '3220', '283.00', '7', '10.001', '15', '50000000', '52999999', '64100000', '64999999', NULL, 1652906756),
(61697, '3298', '186.00', '13', '15.001', '20', '50000000', '52999999', '64100000', '64999999', NULL, 1652906758),
(61698, '3220', '392.00', '7', '15.001', '20', '50000000', '52999999', '64100000', '64999999', NULL, 1652906758),
(61699, '3298', '238.00', '13', '20.001', '25', '50000000', '52999999', '64100000', '64999999', NULL, 1652906761),
(61700, '3220', '500.00', '7', '20.001', '25', '50000000', '52999999', '64100000', '64999999', NULL, 1652906762),
(61701, '3298', '290.00', '13', '25.001', '30', '50000000', '52999999', '64100000', '64999999', NULL, 1652906762),
(61702, '3220', '609.00', '7', '25.001', '30', '50000000', '52999999', '64100000', '64999999', NULL, 1652906763),
(61703, '3298', '38.00', '9', '0.3', '5', '50000000', '52999999', '65000000', '65099999', NULL, 1652906764),
(61704, '3220', '113.00', '5', '0.3', '5', '50000000', '52999999', '65000000', '65099999', NULL, 1652906773),
(61705, '3298', '58.00', '9', '5.001', '10', '50000000', '52999999', '65000000', '65099999', NULL, 1652906776),
(61706, '3220', '176.00', '5', '5.001', '10', '50000000', '52999999', '65000000', '65099999', NULL, 1652906777),
(61707, '3298', '94.00', '9', '10.001', '15', '50000000', '52999999', '65000000', '65099999', NULL, 1652906783),
(61708, '3220', '286.00', '5', '10.001', '15', '50000000', '52999999', '65000000', '65099999', NULL, 1652906784),
(61709, '3298', '130.00', '9', '15.001', '20', '50000000', '52999999', '65000000', '65099999', NULL, 1652906784),
(61710, '3220', '396.00', '5', '15.001', '20', '50000000', '52999999', '65000000', '65099999', NULL, 1652906791),
(61711, '3298', '166.00', '9', '20.001', '25', '50000000', '52999999', '65000000', '65099999', NULL, 1652906797),
(61712, '3220', '505.00', '5', '20.001', '25', '50000000', '52999999', '65000000', '65099999', NULL, 1652906804),
(61713, '3298', '202.00', '9', '25.001', '30', '50000000', '52999999', '65000000', '65099999', NULL, 1652906804),
(61714, '3220', '615.00', '5', '25.001', '30', '50000000', '52999999', '65000000', '65099999', NULL, 1652906806),
(61715, '3298', '70.00', '12', '0.3', '5', '50000000', '52999999', '65100000', '65999999', NULL, 1652906810),
(61716, '3220', '157.00', '9', '0.3', '5', '50000000', '52999999', '65100000', '65999999', NULL, 1652906814),
(61717, '3298', '106.00', '12', '5.001', '10', '50000000', '52999999', '65100000', '65999999', NULL, 1652906817),
(61718, '3220', '226.00', '9', '5.001', '10', '50000000', '52999999', '65100000', '65999999', NULL, 1652906818),
(61719, '3298', '172.00', '12', '10.001', '15', '50000000', '52999999', '65100000', '65999999', NULL, 1652906818),
(61720, '3220', '367.00', '9', '10.001', '15', '50000000', '52999999', '65100000', '65999999', NULL, 1652906819),
(61721, '3298', '239.00', '12', '15.001', '20', '50000000', '52999999', '65100000', '65999999', NULL, 1652906821),
(61722, '3220', '508.00', '9', '15.001', '20', '50000000', '52999999', '65100000', '65999999', NULL, 1652906822),
(61723, '3298', '305.00', '12', '20.001', '25', '50000000', '52999999', '65100000', '65999999', NULL, 1652906824),
(61724, '3220', '649.00', '9', '20.001', '25', '50000000', '52999999', '65100000', '65999999', NULL, 1652906829),
(61725, '3298', '371.00', '12', '25.001', '30', '50000000', '52999999', '65100000', '65999999', NULL, 1652906831),
(61726, '3220', '789.00', '9', '25.001', '30', '50000000', '52999999', '65100000', '65999999', NULL, 1652906833),
(61727, '3298', '45.00', '8', '0.3', '5', '50000000', '52999999', '66000000', '66999999', NULL, 1652906836),
(61728, '3220', '137.00', '4', '0.3', '5', '50000000', '52999999', '66000000', '66999999', NULL, 1652906837),
(61729, '3298', '71.00', '8', '5.001', '10', '50000000', '52999999', '66000000', '66999999', NULL, 1652906841),
(61730, '3220', '214.00', '4', '5.001', '10', '50000000', '52999999', '66000000', '66999999', NULL, 1652906845),
(61731, '3298', '116.00', '8', '10.001', '15', '50000000', '52999999', '66000000', '66999999', NULL, 1652906848),
(61732, '3220', '346.00', '4', '10.001', '15', '50000000', '52999999', '66000000', '66999999', NULL, 1652906849),
(61733, '3298', '160.00', '8', '15.001', '20', '50000000', '52999999', '66000000', '66999999', NULL, 1652906853),
(61734, '3220', '479.00', '4', '15.001', '20', '50000000', '52999999', '66000000', '66999999', NULL, 1652906857),
(61735, '3298', '205.00', '8', '20.001', '25', '50000000', '52999999', '66000000', '66999999', NULL, 1652906859),
(61736, '3220', '612.00', '4', '20.001', '25', '50000000', '52999999', '66000000', '66999999', NULL, 1652906860),
(61737, '3298', '249.00', '8', '25.001', '30', '50000000', '52999999', '66000000', '66999999', NULL, 1652906864),
(61738, '3220', '744.00', '4', '25.001', '30', '50000000', '52999999', '66000000', '66999999', NULL, 1652906865),
(61739, '3298', '45.00', '8', '0.3', '5', '50000000', '52999999', '66000000', '67999999', NULL, 1652906869),
(61740, '3220', '137.00', '4', '0.3', '5', '50000000', '52999999', '66000000', '67999999', NULL, 1652906871),
(61741, '3298', '71.00', '8', '5.001', '10', '50000000', '52999999', '66000000', '67999999', NULL, 1652906873),
(61742, '3220', '214.00', '4', '5.001', '10', '50000000', '52999999', '66000000', '67999999', NULL, 1652906874),
(61743, '3298', '116.00', '8', '10.001', '15', '50000000', '52999999', '66000000', '67999999', NULL, 1652906876),
(61744, '3220', '346.00', '4', '10.001', '15', '50000000', '52999999', '66000000', '67999999', NULL, 1652906877),
(61745, '3298', '160.00', '8', '15.001', '20', '50000000', '52999999', '66000000', '67999999', NULL, 1652906880),
(61746, '3220', '479.00', '4', '15.001', '20', '50000000', '52999999', '66000000', '67999999', NULL, 1652906882),
(61747, '3298', '205.00', '8', '20.001', '25', '50000000', '52999999', '66000000', '67999999', NULL, 1652906884),
(61748, '3220', '612.00', '4', '20.001', '25', '50000000', '52999999', '66000000', '67999999', NULL, 1652906885),
(61749, '3298', '249.00', '8', '25.001', '30', '50000000', '52999999', '66000000', '67999999', NULL, 1652906891),
(61750, '3220', '744.00', '4', '25.001', '30', '50000000', '52999999', '66000000', '67999999', NULL, 1652906892),
(61751, '3298', '90.00', '12', '0.3', '5', '50000000', '52999999', '68000000', '68899999', NULL, 1652906893),
(61752, '3220', '183.00', '7', '0.3', '5', '50000000', '52999999', '68000000', '68899999', NULL, 1652906897),
(61753, '3298', '133.00', '12', '5.001', '10', '50000000', '52999999', '68000000', '68899999', NULL, 1652906898),
(61754, '3220', '266.00', '7', '5.001', '10', '50000000', '52999999', '68000000', '68899999', NULL, 1652906902),
(61755, '3298', '215.00', '12', '10.001', '15', '50000000', '52999999', '68000000', '68899999', NULL, 1652906902),
(61756, '3220', '430.00', '7', '10.001', '15', '50000000', '52999999', '68000000', '68899999', NULL, 1652906906),
(61757, '3298', '298.00', '12', '15.001', '20', '50000000', '52999999', '68000000', '68899999', NULL, 1652906907),
(61758, '3220', '595.00', '7', '15.001', '20', '50000000', '52999999', '68000000', '68899999', NULL, 1652906911),
(61759, '3298', '380.00', '12', '20.001', '25', '50000000', '52999999', '68000000', '68899999', NULL, 1652906912),
(61760, '3220', '760.00', '7', '20.001', '25', '50000000', '52999999', '68000000', '68899999', NULL, 1652906914),
(61761, '3298', '463.00', '12', '25.001', '30', '50000000', '52999999', '68000000', '68899999', NULL, 1652906914),
(61762, '3220', '925.00', '7', '25.001', '30', '50000000', '52999999', '68000000', '68899999', NULL, 1652906916),
(61763, '3298', '45.00', '20', '0.3', '5', '50000000', '52999999', '68900000', '68914999', NULL, 1652906917),
(61764, '3220', '137.00', '11', '0.3', '5', '50000000', '52999999', '68900000', '68914999', NULL, 1652906918),
(61765, '3298', '71.00', '20', '5.001', '10', '50000000', '52999999', '68900000', '68914999', NULL, 1652906918),
(61766, '3220', '214.00', '11', '5.001', '10', '50000000', '52999999', '68900000', '68914999', NULL, 1652906920),
(61767, '3298', '116.00', '20', '10.001', '15', '50000000', '52999999', '68900000', '68914999', NULL, 1652906921),
(61768, '3220', '346.00', '11', '10.001', '15', '50000000', '52999999', '68900000', '68914999', NULL, 1652906921),
(61769, '3298', '160.00', '20', '15.001', '20', '50000000', '52999999', '68900000', '68914999', NULL, 1652906922),
(61770, '3220', '479.00', '11', '15.001', '20', '50000000', '52999999', '68900000', '68914999', NULL, 1652906924),
(61771, '3298', '205.00', '20', '20.001', '25', '50000000', '52999999', '68900000', '68914999', NULL, 1652906924),
(61772, '3220', '612.00', '11', '20.001', '25', '50000000', '52999999', '68900000', '68914999', NULL, 1652906926),
(61773, '3298', '249.00', '20', '25.001', '30', '50000000', '52999999', '68900000', '68914999', NULL, 1652906927),
(61774, '3220', '744.00', '11', '25.001', '30', '50000000', '52999999', '68900000', '68914999', NULL, 1652906928),
(61775, '3298', '90.00', '22', '0.3', '5', '50000000', '52999999', '68915000', '68999999', NULL, 1652906930),
(61776, '3220', '183.00', '13', '0.3', '5', '50000000', '52999999', '68915000', '68999999', NULL, 1652906930),
(61777, '3298', '133.00', '22', '5.001', '10', '50000000', '52999999', '68915000', '68999999', NULL, 1652906934),
(61778, '3220', '266.00', '13', '5.001', '10', '50000000', '52999999', '68915000', '68999999', NULL, 1652906937),
(61779, '3298', '215.00', '22', '10.001', '15', '50000000', '52999999', '68915000', '68999999', NULL, 1652906938),
(61780, '3220', '430.00', '13', '10.001', '15', '50000000', '52999999', '68915000', '68999999', NULL, 1652906940),
(61781, '3298', '298.00', '22', '15.001', '20', '50000000', '52999999', '68915000', '68999999', NULL, 1652906941),
(61782, '3220', '595.00', '13', '15.001', '20', '50000000', '52999999', '68915000', '68999999', NULL, 1652906944),
(61783, '3298', '380.00', '22', '20.001', '25', '50000000', '52999999', '68915000', '68999999', NULL, 1652906944),
(61784, '3220', '760.00', '13', '20.001', '25', '50000000', '52999999', '68915000', '68999999', NULL, 1652906946),
(61785, '3298', '463.00', '22', '25.001', '30', '50000000', '52999999', '68915000', '68999999', NULL, 1652906947),
(61786, '3220', '925.00', '13', '25.001', '30', '50000000', '52999999', '68915000', '68999999', NULL, 1652906950),
(61787, '3298', '45.00', '22', '0.3', '5', '50000000', '52999999', '69000000', '69099999', NULL, 1652906950),
(61788, '3220', '137.00', '3', '0.3', '5', '50000000', '52999999', '69000000', '69099999', NULL, 1652906952),
(61789, '3298', '71.00', '22', '5.001', '10', '50000000', '52999999', '69000000', '69099999', NULL, 1652906954),
(61790, '3220', '214.00', '3', '5.001', '10', '50000000', '52999999', '69000000', '69099999', NULL, 1652906955),
(61791, '3298', '116.00', '22', '10.001', '15', '50000000', '52999999', '69000000', '69099999', NULL, 1652906958),
(61792, '3220', '346.00', '3', '10.001', '15', '50000000', '52999999', '69000000', '69099999', NULL, 1652906958),
(61793, '3298', '160.00', '22', '15.001', '20', '50000000', '52999999', '69000000', '69099999', NULL, 1652906959),
(61794, '3220', '479.00', '3', '15.001', '20', '50000000', '52999999', '69000000', '69099999', NULL, 1652906961),
(61795, '3298', '205.00', '22', '20.001', '25', '50000000', '52999999', '69000000', '69099999', NULL, 1652906962),
(61796, '3220', '612.00', '3', '20.001', '25', '50000000', '52999999', '69000000', '69099999', NULL, 1652906964),
(61797, '3298', '249.00', '22', '25.001', '30', '50000000', '52999999', '69000000', '69099999', NULL, 1652906967),
(61798, '3220', '744.00', '3', '25.001', '30', '50000000', '52999999', '69000000', '69099999', NULL, 1652906969),
(61799, '3298', '90.00', '29', '0.3', '5', '50000000', '52999999', '69100000', '69299999', NULL, 1652906970),
(61800, '3220', '183.00', '6', '0.3', '5', '50000000', '52999999', '69100000', '69299999', NULL, 1652906970),
(61801, '3298', '133.00', '29', '5.001', '10', '50000000', '52999999', '69100000', '69299999', NULL, 1652906974),
(61802, '3220', '266.00', '6', '5.001', '10', '50000000', '52999999', '69100000', '69299999', NULL, 1652906978),
(61803, '3298', '215.00', '29', '10.001', '15', '50000000', '52999999', '69100000', '69299999', NULL, 1652906979),
(61804, '3220', '430.00', '6', '10.001', '15', '50000000', '52999999', '69100000', '69299999', NULL, 1652906982),
(61805, '3298', '298.00', '29', '15.001', '20', '50000000', '52999999', '69100000', '69299999', NULL, 1652906985),
(61806, '3220', '595.00', '6', '15.001', '20', '50000000', '52999999', '69100000', '69299999', NULL, 1652906985),
(61807, '3298', '380.00', '29', '20.001', '25', '50000000', '52999999', '69100000', '69299999', NULL, 1652906990),
(61808, '3220', '760.00', '6', '20.001', '25', '50000000', '52999999', '69100000', '69299999', NULL, 1652906991),
(61809, '3298', '463.00', '29', '25.001', '30', '50000000', '52999999', '69100000', '69299999', NULL, 1652906992),
(61810, '3220', '925.00', '6', '25.001', '30', '50000000', '52999999', '69100000', '69299999', NULL, 1652906993),
(61811, '3298', '45.00', '22', '0.3', '5', '50000000', '52999999', '69300000', '69339999', NULL, 1652906997),
(61812, '3220', '137.00', '3', '0.3', '5', '50000000', '52999999', '69300000', '69339999', NULL, 1652907004),
(61813, '3298', '71.00', '22', '5.001', '10', '50000000', '52999999', '69300000', '69339999', NULL, 1652907005),
(61814, '3220', '214.00', '3', '5.001', '10', '50000000', '52999999', '69300000', '69339999', NULL, 1652907006),
(61815, '3298', '116.00', '22', '10.001', '15', '50000000', '52999999', '69300000', '69339999', NULL, 1652907010),
(61816, '3220', '346.00', '3', '10.001', '15', '50000000', '52999999', '69300000', '69339999', NULL, 1652907015),
(61817, '3298', '160.00', '22', '15.001', '20', '50000000', '52999999', '69300000', '69339999', NULL, 1652907021),
(61818, '3220', '479.00', '3', '15.001', '20', '50000000', '52999999', '69300000', '69339999', NULL, 1652907022),
(61819, '3298', '205.00', '22', '20.001', '25', '50000000', '52999999', '69300000', '69339999', NULL, 1652907023),
(61820, '3220', '612.00', '3', '20.001', '25', '50000000', '52999999', '69300000', '69339999', NULL, 1652907024),
(61821, '3298', '249.00', '22', '25.001', '30', '50000000', '52999999', '69300000', '69339999', NULL, 1652907025),
(61822, '3220', '744.00', '3', '25.001', '30', '50000000', '52999999', '69300000', '69339999', NULL, 1652907026),
(61823, '3298', '90.00', '29', '0.3', '5', '50000000', '52999999', '69340000', '69389999', NULL, 1652907028),
(61824, '3220', '183.00', '9', '0.3', '5', '50000000', '52999999', '69340000', '69389999', NULL, 1652907029),
(61825, '3298', '133.00', '29', '5.001', '10', '50000000', '52999999', '69340000', '69389999', NULL, 1652907030),
(61826, '3220', '266.00', '9', '5.001', '10', '50000000', '52999999', '69340000', '69389999', NULL, 1652907031),
(61827, '3298', '215.00', '29', '10.001', '15', '50000000', '52999999', '69340000', '69389999', NULL, 1652907033),
(61828, '3220', '430.00', '9', '10.001', '15', '50000000', '52999999', '69340000', '69389999', NULL, 1652907034),
(61829, '3298', '298.00', '29', '15.001', '20', '50000000', '52999999', '69340000', '69389999', NULL, 1652907035),
(61830, '3220', '595.00', '9', '15.001', '20', '50000000', '52999999', '69340000', '69389999', NULL, 1652907036),
(61831, '3298', '380.00', '29', '20.001', '25', '50000000', '52999999', '69340000', '69389999', NULL, 1652907038),
(61832, '3220', '760.00', '9', '20.001', '25', '50000000', '52999999', '69340000', '69389999', NULL, 1652907040),
(61833, '3298', '463.00', '29', '25.001', '30', '50000000', '52999999', '69340000', '69389999', NULL, 1652907043),
(61834, '3220', '925.00', '9', '25.001', '30', '50000000', '52999999', '69340000', '69389999', NULL, 1652907044),
(61835, '3298', '45.00', '10', '0.3', '5', '50000000', '52999999', '69900000', '69920999', NULL, 1652907045),
(61836, '3220', '137.00', '5', '0.3', '5', '50000000', '52999999', '69900000', '69920999', NULL, 1652907047),
(61837, '3298', '71.00', '10', '5.001', '10', '50000000', '52999999', '69900000', '69920999', NULL, 1652907048),
(61838, '3220', '214.00', '5', '5.001', '10', '50000000', '52999999', '69900000', '69920999', NULL, 1652907052),
(61839, '3298', '116.00', '10', '10.001', '15', '50000000', '52999999', '69900000', '69920999', NULL, 1652907053),
(61840, '3220', '346.00', '5', '10.001', '15', '50000000', '52999999', '69900000', '69920999', NULL, 1652907056),
(61841, '3298', '160.00', '10', '15.001', '20', '50000000', '52999999', '69900000', '69920999', NULL, 1652907059),
(61842, '3220', '479.00', '5', '15.001', '20', '50000000', '52999999', '69900000', '69920999', NULL, 1652907060),
(61843, '3298', '205.00', '10', '20.001', '25', '50000000', '52999999', '69900000', '69920999', NULL, 1652907061),
(61844, '3220', '612.00', '5', '20.001', '25', '50000000', '52999999', '69900000', '69920999', NULL, 1652907065),
(61845, '3298', '249.00', '10', '25.001', '30', '50000000', '52999999', '69900000', '69920999', NULL, 1652907070),
(61846, '3220', '744.00', '5', '25.001', '30', '50000000', '52999999', '69900000', '69920999', NULL, 1652907071),
(61847, '3298', '90.00', '15', '0.3', '5', '50000000', '52999999', '69921000', '69999999', NULL, 1652907072),
(61848, '3220', '183.00', '10', '0.3', '5', '50000000', '52999999', '69921000', '69999999', NULL, 1652907072),
(61849, '3298', '133.00', '15', '5.001', '10', '50000000', '52999999', '69921000', '69999999', NULL, 1652907073),
(61850, '3220', '266.00', '10', '5.001', '10', '50000000', '52999999', '69921000', '69999999', NULL, 1652907074),
(61851, '3298', '215.00', '15', '10.001', '15', '50000000', '52999999', '69921000', '69999999', NULL, 1652907076),
(61852, '3220', '430.00', '10', '10.001', '15', '50000000', '52999999', '69921000', '69999999', NULL, 1652907077),
(61853, '3298', '298.00', '15', '15.001', '20', '50000000', '52999999', '69921000', '69999999', NULL, 1652907079),
(61854, '3220', '595.00', '10', '15.001', '20', '50000000', '52999999', '69921000', '69999999', NULL, 1652907083),
(61855, '3298', '380.00', '15', '20.001', '25', '50000000', '52999999', '69921000', '69999999', NULL, 1652907084),
(61856, '3220', '760.00', '10', '20.001', '25', '50000000', '52999999', '69921000', '69999999', NULL, 1652907087),
(61857, '3298', '463.00', '15', '25.001', '30', '50000000', '52999999', '69921000', '69999999', NULL, 1652907090),
(61858, '3220', '925.00', '10', '25.001', '30', '50000000', '52999999', '69921000', '69999999', NULL, 1652907093),
(61859, '3298', '45.00', '6', '0.3', '5', '50000000', '52999999', '71000000', '73699999', NULL, 1652907096),
(61860, '3220', '137.00', '2', '0.3', '5', '50000000', '52999999', '71000000', '73699999', NULL, 1652907096),
(61861, '3298', '71.00', '6', '5.001', '10', '50000000', '52999999', '71000000', '73699999', NULL, 1652907100),
(61862, '3220', '214.00', '2', '5.001', '10', '50000000', '52999999', '71000000', '73699999', NULL, 1652907101),
(61863, '3298', '116.00', '6', '10.001', '15', '50000000', '52999999', '71000000', '73699999', NULL, 1652907101),
(61864, '3220', '346.00', '2', '10.001', '15', '50000000', '52999999', '71000000', '73699999', NULL, 1652907102),
(61865, '3298', '160.00', '6', '15.001', '20', '50000000', '52999999', '71000000', '73699999', NULL, 1652907105),
(61866, '3220', '479.00', '2', '15.001', '20', '50000000', '52999999', '71000000', '73699999', NULL, 1652907107),
(61867, '3298', '205.00', '6', '20.001', '25', '50000000', '52999999', '71000000', '73699999', NULL, 1652907108),
(61868, '3220', '612.00', '2', '20.001', '25', '50000000', '52999999', '71000000', '73699999', NULL, 1652907108),
(61869, '3298', '249.00', '6', '25.001', '30', '50000000', '52999999', '71000000', '73699999', NULL, 1652907110),
(61870, '3220', '744.00', '2', '25.001', '30', '50000000', '52999999', '71000000', '73699999', NULL, 1652907111),
(61871, '3298', '45.00', '6', '0.3', '5', '50000000', '52999999', '72800000', '73999999', NULL, 1652907116),
(61872, '3220', '137.00', '2', '0.3', '5', '50000000', '52999999', '72800000', '73999999', NULL, 1652907117),
(61873, '3298', '71.00', '6', '5.001', '10', '50000000', '52999999', '72800000', '73999999', NULL, 1652907122),
(61874, '3220', '214.00', '2', '5.001', '10', '50000000', '52999999', '72800000', '73999999', NULL, 1652907123),
(61875, '3298', '116.00', '6', '10.001', '15', '50000000', '52999999', '72800000', '73999999', NULL, 1652907123),
(61876, '3220', '346.00', '2', '10.001', '15', '50000000', '52999999', '72800000', '73999999', NULL, 1652907125),
(61877, '3298', '160.00', '6', '15.001', '20', '50000000', '52999999', '72800000', '73999999', NULL, 1652907127),
(61878, '3220', '479.00', '2', '15.001', '20', '50000000', '52999999', '72800000', '73999999', NULL, 1652907128),
(61879, '3298', '205.00', '6', '20.001', '25', '50000000', '52999999', '72800000', '73999999', NULL, 1652907129),
(61880, '3220', '612.00', '2', '20.001', '25', '50000000', '52999999', '72800000', '73999999', NULL, 1652907131),
(61881, '3298', '249.00', '6', '25.001', '30', '50000000', '52999999', '72800000', '73999999', NULL, 1652907132),
(61882, '3220', '744.00', '2', '25.001', '30', '50000000', '52999999', '72800000', '73999999', NULL, 1652907134),
(61883, '3298', '45.00', '7', '0.3', '5', '50000000', '52999999', '74000000', '74894999', NULL, 1652907137),
(61884, '3220', '137.00', '2', '0.3', '5', '50000000', '52999999', '74000000', '74894999', NULL, 1652907139),
(61885, '3298', '71.00', '7', '5.001', '10', '50000000', '52999999', '74000000', '74894999', NULL, 1652907140),
(61886, '3220', '214.00', '2', '5.001', '10', '50000000', '52999999', '74000000', '74894999', NULL, 1652907142),
(61887, '3298', '116.00', '7', '10.001', '15', '50000000', '52999999', '74000000', '74894999', NULL, 1652907144),
(61888, '3220', '346.00', '2', '10.001', '15', '50000000', '52999999', '74000000', '74894999', NULL, 1652907145),
(61889, '3298', '160.00', '7', '15.001', '20', '50000000', '52999999', '74000000', '74894999', NULL, 1652907146),
(61890, '3220', '479.00', '2', '15.001', '20', '50000000', '52999999', '74000000', '74894999', NULL, 1652907148),
(61891, '3298', '205.00', '7', '20.001', '25', '50000000', '52999999', '74000000', '74894999', NULL, 1652907149),
(61892, '3220', '612.00', '2', '20.001', '25', '50000000', '52999999', '74000000', '74894999', NULL, 1652907149),
(61893, '3298', '249.00', '7', '25.001', '30', '50000000', '52999999', '74000000', '74894999', NULL, 1652907153),
(61894, '3220', '744.00', '2', '25.001', '30', '50000000', '52999999', '74000000', '74894999', NULL, 1652907154),
(61895, '3298', '45.00', '7', '0.3', '5', '50000000', '52999999', '74895000', '76799999', NULL, 1652907157),
(61896, '3220', '137.00', '2', '0.3', '5', '50000000', '52999999', '74895000', '76799999', NULL, 1652907158),
(61897, '3298', '71.00', '7', '5.001', '10', '50000000', '52999999', '74895000', '76799999', NULL, 1652907162),
(61898, '3220', '214.00', '2', '5.001', '10', '50000000', '52999999', '74895000', '76799999', NULL, 1652907165),
(61899, '3298', '116.00', '7', '10.001', '15', '50000000', '52999999', '74895000', '76799999', NULL, 1652907166),
(61900, '3220', '346.00', '2', '10.001', '15', '50000000', '52999999', '74895000', '76799999', NULL, 1652907169),
(61901, '3298', '160.00', '7', '15.001', '20', '50000000', '52999999', '74895000', '76799999', NULL, 1652907173),
(61902, '3220', '479.00', '2', '15.001', '20', '50000000', '52999999', '74895000', '76799999', NULL, 1652907180),
(61903, '3298', '205.00', '7', '20.001', '25', '50000000', '52999999', '74895000', '76799999', NULL, 1652907181),
(61904, '3220', '612.00', '2', '20.001', '25', '50000000', '52999999', '74895000', '76799999', NULL, 1652907188),
(61905, '3298', '249.00', '7', '25.001', '30', '50000000', '52999999', '74895000', '76799999', NULL, 1652907190),
(61906, '3220', '744.00', '2', '25.001', '30', '50000000', '52999999', '74895000', '76799999', NULL, 1652907194),
(61907, '3298', '45.00', '9', '0.3', '5', '50000000', '52999999', '77000000', '77270999', NULL, 1652907195),
(61908, '3220', '137.00', '2', '0.3', '5', '50000000', '52999999', '77000000', '77270999', NULL, 1652907196),
(61909, '3298', '71.00', '9', '5.001', '10', '50000000', '52999999', '77000000', '77270999', NULL, 1652907199),
(61910, '3220', '214.00', '2', '5.001', '10', '50000000', '52999999', '77000000', '77270999', NULL, 1652907203),
(61911, '3298', '116.00', '9', '10.001', '15', '50000000', '52999999', '77000000', '77270999', NULL, 1652907204),
(61912, '3220', '346.00', '2', '10.001', '15', '50000000', '52999999', '77000000', '77270999', NULL, 1652907205),
(61913, '3298', '160.00', '9', '15.001', '20', '50000000', '52999999', '77000000', '77270999', NULL, 1652907206),
(61914, '3220', '479.00', '2', '15.001', '20', '50000000', '52999999', '77000000', '77270999', NULL, 1652907208),
(61915, '3298', '205.00', '9', '20.001', '25', '50000000', '52999999', '77000000', '77270999', NULL, 1652907210),
(61916, '3220', '612.00', '2', '20.001', '25', '50000000', '52999999', '77000000', '77270999', NULL, 1652907211),
(61917, '3298', '249.00', '9', '25.001', '30', '50000000', '52999999', '77000000', '77270999', NULL, 1652907212);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(61918, '3220', '744.00', '2', '25.001', '30', '50000000', '52999999', '77000000', '77270999', NULL, 1652907213),
(61919, '3298', '90.00', '9', '0.3', '5', '50000000', '52999999', '77300000', '77995999', NULL, 1652907217),
(61920, '3220', '183.00', '3', '0.3', '5', '50000000', '52999999', '77300000', '77995999', NULL, 1652907218),
(61921, '3298', '133.00', '9', '5.001', '10', '50000000', '52999999', '77300000', '77995999', NULL, 1652907219),
(61922, '3220', '266.00', '3', '5.001', '10', '50000000', '52999999', '77300000', '77995999', NULL, 1652907226),
(61923, '3298', '215.00', '9', '10.001', '15', '50000000', '52999999', '77300000', '77995999', NULL, 1652907229),
(61924, '3220', '430.00', '3', '10.001', '15', '50000000', '52999999', '77300000', '77995999', NULL, 1652907233),
(61925, '3298', '298.00', '9', '15.001', '20', '50000000', '52999999', '77300000', '77995999', NULL, 1652907234),
(61926, '3220', '595.00', '3', '15.001', '20', '50000000', '52999999', '77300000', '77995999', NULL, 1652907237),
(61927, '3298', '380.00', '9', '20.001', '25', '50000000', '52999999', '77300000', '77995999', NULL, 1652907237),
(61928, '3220', '760.00', '3', '20.001', '25', '50000000', '52999999', '77300000', '77995999', NULL, 1652907238),
(61929, '3298', '463.00', '9', '25.001', '30', '50000000', '52999999', '77300000', '77995999', NULL, 1652907240),
(61930, '3220', '925.00', '3', '25.001', '30', '50000000', '52999999', '77300000', '77995999', NULL, 1652907243),
(61931, '3298', '45.00', '9', '0.3', '5', '50000000', '52999999', '78000000', '78109999', NULL, 1652907243),
(61932, '3220', '137.00', '5', '0.3', '5', '50000000', '52999999', '78000000', '78109999', NULL, 1652907244),
(61933, '3298', '71.00', '9', '5.001', '10', '50000000', '52999999', '78000000', '78109999', NULL, 1652907252),
(61934, '3220', '214.00', '5', '5.001', '10', '50000000', '52999999', '78000000', '78109999', NULL, 1652907252),
(61935, '3298', '116.00', '9', '10.001', '15', '50000000', '52999999', '78000000', '78109999', NULL, 1652907255),
(61936, '3220', '346.00', '5', '10.001', '15', '50000000', '52999999', '78000000', '78109999', NULL, 1652907258),
(61937, '3298', '160.00', '9', '15.001', '20', '50000000', '52999999', '78000000', '78109999', NULL, 1652907260),
(61938, '3220', '479.00', '5', '15.001', '20', '50000000', '52999999', '78000000', '78109999', NULL, 1652907268),
(61939, '3298', '205.00', '9', '20.001', '25', '50000000', '52999999', '78000000', '78109999', NULL, 1652907269),
(61940, '3220', '612.00', '5', '20.001', '25', '50000000', '52999999', '78000000', '78109999', NULL, 1652907273),
(61941, '3298', '249.00', '9', '25.001', '30', '50000000', '52999999', '78000000', '78109999', NULL, 1652907275),
(61942, '3220', '744.00', '5', '25.001', '30', '50000000', '52999999', '78000000', '78109999', NULL, 1652907275),
(61943, '3298', '90.00', '11', '0.3', '5', '50000000', '52999999', '78110000', '78899999', NULL, 1652907276),
(61944, '3220', '183.00', '6', '0.3', '5', '50000000', '52999999', '78110000', '78899999', NULL, 1652907277),
(61945, '3298', '133.00', '11', '5.001', '10', '50000000', '52999999', '78110000', '78899999', NULL, 1652907283),
(61946, '3220', '266.00', '6', '5.001', '10', '50000000', '52999999', '78110000', '78899999', NULL, 1652907285),
(61947, '3298', '215.00', '11', '10.001', '15', '50000000', '52999999', '78110000', '78899999', NULL, 1652907286),
(61948, '3220', '430.00', '6', '10.001', '15', '50000000', '52999999', '78110000', '78899999', NULL, 1652907287),
(61949, '3298', '298.00', '11', '15.001', '20', '50000000', '52999999', '78110000', '78899999', NULL, 1652907288),
(61950, '3220', '595.00', '6', '15.001', '20', '50000000', '52999999', '78110000', '78899999', NULL, 1652907290),
(61951, '3298', '380.00', '11', '20.001', '25', '50000000', '52999999', '78110000', '78899999', NULL, 1652907291),
(61952, '3220', '760.00', '6', '20.001', '25', '50000000', '52999999', '78110000', '78899999', NULL, 1652907296),
(61953, '3298', '463.00', '11', '25.001', '30', '50000000', '52999999', '78110000', '78899999', NULL, 1652907298),
(61954, '3220', '925.00', '6', '25.001', '30', '50000000', '52999999', '78110000', '78899999', NULL, 1652907299),
(61955, '3298', '90.00', '10', '0.3', '5', '50000000', '52999999', '78900000', '78930999', NULL, 1652907302),
(61956, '3220', '183.00', '6', '0.3', '5', '50000000', '52999999', '78900000', '78930999', NULL, 1652907303),
(61957, '3298', '133.00', '10', '5.001', '10', '50000000', '52999999', '78900000', '78930999', NULL, 1652907306),
(61958, '3220', '266.00', '6', '5.001', '10', '50000000', '52999999', '78900000', '78930999', NULL, 1652907309),
(61959, '3298', '215.00', '10', '10.001', '15', '50000000', '52999999', '78900000', '78930999', NULL, 1652907312),
(61960, '3220', '430.00', '6', '10.001', '15', '50000000', '52999999', '78900000', '78930999', NULL, 1652907315),
(61961, '3298', '298.00', '10', '15.001', '20', '50000000', '52999999', '78900000', '78930999', NULL, 1652907318),
(61962, '3220', '595.00', '6', '15.001', '20', '50000000', '52999999', '78900000', '78930999', NULL, 1652907321),
(61963, '3298', '380.00', '10', '20.001', '25', '50000000', '52999999', '78900000', '78930999', NULL, 1652907324),
(61964, '3220', '760.00', '6', '20.001', '25', '50000000', '52999999', '78900000', '78930999', NULL, 1652907328),
(61965, '3298', '463.00', '10', '25.001', '30', '50000000', '52999999', '78900000', '78930999', NULL, 1652907331),
(61966, '3220', '925.00', '6', '25.001', '30', '50000000', '52999999', '78900000', '78930999', NULL, 1652907334),
(61967, '3298', '90.00', '9', '0.3', '5', '50000000', '52999999', '78931000', '78999999', NULL, 1652907337),
(61968, '3220', '183.00', '5', '0.3', '5', '50000000', '52999999', '78931000', '78999999', NULL, 1652907338),
(61969, '3298', '133.00', '9', '5.001', '10', '50000000', '52999999', '78931000', '78999999', NULL, 1652907340),
(61970, '3220', '266.00', '5', '5.001', '10', '50000000', '52999999', '78931000', '78999999', NULL, 1652907341),
(61971, '3298', '215.00', '9', '10.001', '15', '50000000', '52999999', '78931000', '78999999', NULL, 1652907342),
(61972, '3220', '430.00', '5', '10.001', '15', '50000000', '52999999', '78931000', '78999999', NULL, 1652907343),
(61973, '3298', '298.00', '9', '15.001', '20', '50000000', '52999999', '78931000', '78999999', NULL, 1652907346),
(61974, '3220', '595.00', '5', '15.001', '20', '50000000', '52999999', '78931000', '78999999', NULL, 1652907347),
(61975, '3298', '380.00', '9', '20.001', '25', '50000000', '52999999', '78931000', '78999999', NULL, 1652907349),
(61976, '3220', '760.00', '5', '20.001', '25', '50000000', '52999999', '78931000', '78999999', NULL, 1652907350),
(61977, '3298', '463.00', '9', '25.001', '30', '50000000', '52999999', '78931000', '78999999', NULL, 1652907353),
(61978, '3220', '925.00', '5', '25.001', '30', '50000000', '52999999', '78931000', '78999999', NULL, 1652907354),
(61979, '3298', '45.00', '7', '0.3', '5', '50000000', '52999999', '79000000', '79129999', NULL, 1652907354),
(61980, '3220', '137.00', '2', '0.3', '5', '50000000', '52999999', '79000000', '79129999', NULL, 1652907357),
(61981, '3298', '71.00', '7', '5.001', '10', '50000000', '52999999', '79000000', '79129999', NULL, 1652907357),
(61982, '3220', '214.00', '2', '5.001', '10', '50000000', '52999999', '79000000', '79129999', NULL, 1652907358),
(61983, '3298', '116.00', '7', '10.001', '15', '50000000', '52999999', '79000000', '79129999', NULL, 1652907359),
(61984, '3220', '346.00', '2', '10.001', '15', '50000000', '52999999', '79000000', '79129999', NULL, 1652907359),
(61985, '3298', '160.00', '7', '15.001', '20', '50000000', '52999999', '79000000', '79129999', NULL, 1652907361),
(61986, '3220', '479.00', '2', '15.001', '20', '50000000', '52999999', '79000000', '79129999', NULL, 1652907368),
(61987, '3298', '205.00', '7', '20.001', '25', '50000000', '52999999', '79000000', '79129999', NULL, 1652907370),
(61988, '3220', '612.00', '2', '20.001', '25', '50000000', '52999999', '79000000', '79129999', NULL, 1652907371),
(61989, '3298', '249.00', '7', '25.001', '30', '50000000', '52999999', '79000000', '79129999', NULL, 1652907372),
(61990, '3220', '744.00', '2', '25.001', '30', '50000000', '52999999', '79000000', '79129999', NULL, 1652907373),
(61991, '3298', '90.00', '10', '0.3', '5', '50000000', '52999999', '79130000', '79999999', NULL, 1652907373),
(61992, '3220', '183.00', '6', '0.3', '5', '50000000', '52999999', '79130000', '79999999', NULL, 1652907374),
(61993, '3298', '133.00', '10', '5.001', '10', '50000000', '52999999', '79130000', '79999999', NULL, 1652907375),
(61994, '3220', '266.00', '6', '5.001', '10', '50000000', '52999999', '79130000', '79999999', NULL, 1652907375),
(61995, '3298', '215.00', '10', '10.001', '15', '50000000', '52999999', '79130000', '79999999', NULL, 1652907376),
(61996, '3220', '430.00', '6', '10.001', '15', '50000000', '52999999', '79130000', '79999999', NULL, 1652907377),
(61997, '3298', '298.00', '10', '15.001', '20', '50000000', '52999999', '79130000', '79999999', NULL, 1652907378),
(61998, '3220', '595.00', '6', '15.001', '20', '50000000', '52999999', '79130000', '79999999', NULL, 1652907378),
(61999, '3298', '380.00', '10', '20.001', '25', '50000000', '52999999', '79130000', '79999999', NULL, 1652907379),
(62000, '3220', '760.00', '6', '20.001', '25', '50000000', '52999999', '79130000', '79999999', NULL, 1652907379),
(62001, '3298', '463.00', '10', '25.001', '30', '50000000', '52999999', '79130000', '79999999', NULL, 1652907380),
(62002, '3220', '925.00', '6', '25.001', '30', '50000000', '52999999', '79130000', '79999999', NULL, 1652907381),
(62003, '3298', '45.00', '7', '0.3', '5', '50000000', '52999999', '80000000', '82999999', NULL, 1652907381),
(62004, '3220', '137.00', '2', '0.3', '5', '50000000', '52999999', '80000000', '82999999', NULL, 1652907382),
(62005, '3298', '71.00', '7', '5.001', '10', '50000000', '52999999', '80000000', '82999999', NULL, 1652907382),
(62006, '3220', '214.00', '2', '5.001', '10', '50000000', '52999999', '80000000', '82999999', NULL, 1652907383),
(62007, '3298', '116.00', '7', '10.001', '15', '50000000', '52999999', '80000000', '82999999', NULL, 1652907383),
(62008, '3220', '346.00', '2', '10.001', '15', '50000000', '52999999', '80000000', '82999999', NULL, 1652907384),
(62009, '3298', '160.00', '7', '15.001', '20', '50000000', '52999999', '80000000', '82999999', NULL, 1652907385),
(62010, '3220', '479.00', '2', '15.001', '20', '50000000', '52999999', '80000000', '82999999', NULL, 1652907385),
(62011, '3298', '205.00', '7', '20.001', '25', '50000000', '52999999', '80000000', '82999999', NULL, 1652907386),
(62012, '3220', '612.00', '2', '20.001', '25', '50000000', '52999999', '80000000', '82999999', NULL, 1652907387),
(62013, '3298', '249.00', '7', '25.001', '30', '50000000', '52999999', '80000000', '82999999', NULL, 1652907387),
(62014, '3220', '744.00', '2', '25.001', '30', '50000000', '52999999', '80000000', '82999999', NULL, 1652907388),
(62015, '3298', '45.00', '7', '0.3', '5', '50000000', '52999999', '80000000', '83800999', NULL, 1652907388),
(62016, '3220', '137.00', '2', '0.3', '5', '50000000', '52999999', '80000000', '83800999', NULL, 1652907389),
(62017, '3298', '71.00', '7', '5.001', '10', '50000000', '52999999', '80000000', '83800999', NULL, 1652907390),
(62018, '3220', '214.00', '2', '5.001', '10', '50000000', '52999999', '80000000', '83800999', NULL, 1652907390),
(62019, '3298', '116.00', '7', '10.001', '15', '50000000', '52999999', '80000000', '83800999', NULL, 1652907401),
(62020, '3220', '346.00', '2', '10.001', '15', '50000000', '52999999', '80000000', '83800999', NULL, 1652907402),
(62021, '3298', '160.00', '7', '15.001', '20', '50000000', '52999999', '80000000', '83800999', NULL, 1652907403),
(62022, '3220', '479.00', '2', '15.001', '20', '50000000', '52999999', '80000000', '83800999', NULL, 1652907403),
(62023, '3298', '205.00', '7', '20.001', '25', '50000000', '52999999', '80000000', '83800999', NULL, 1652907404),
(62024, '3220', '612.00', '2', '20.001', '25', '50000000', '52999999', '80000000', '83800999', NULL, 1652907405),
(62025, '3298', '249.00', '7', '25.001', '30', '50000000', '52999999', '80000000', '83800999', NULL, 1652907405),
(62026, '3220', '744.00', '2', '25.001', '30', '50000000', '52999999', '80000000', '83800999', NULL, 1652907406),
(62027, '3298', '90.00', '10', '0.3', '5', '50000000', '52999999', '83801000', '87999999', NULL, 1652907407),
(62028, '3220', '183.00', '4', '0.3', '5', '50000000', '52999999', '83801000', '87999999', NULL, 1652907408),
(62029, '3298', '133.00', '10', '5.001', '10', '50000000', '52999999', '83801000', '87999999', NULL, 1652907408),
(62030, '3220', '266.00', '4', '5.001', '10', '50000000', '52999999', '83801000', '87999999', NULL, 1652907409),
(62031, '3298', '215.00', '10', '10.001', '15', '50000000', '52999999', '83801000', '87999999', NULL, 1652907409),
(62032, '3220', '430.00', '4', '10.001', '15', '50000000', '52999999', '83801000', '87999999', NULL, 1652907410),
(62033, '3298', '298.00', '10', '15.001', '20', '50000000', '52999999', '83801000', '87999999', NULL, 1652907410),
(62034, '3220', '595.00', '4', '15.001', '20', '50000000', '52999999', '83801000', '87999999', NULL, 1652907411),
(62035, '3298', '380.00', '10', '20.001', '25', '50000000', '52999999', '83801000', '87999999', NULL, 1652907412),
(62036, '3220', '760.00', '4', '20.001', '25', '50000000', '52999999', '83801000', '87999999', NULL, 1652907413),
(62037, '3298', '463.00', '10', '25.001', '30', '50000000', '52999999', '83801000', '87999999', NULL, 1652907428),
(62038, '3220', '925.00', '4', '25.001', '30', '50000000', '52999999', '83801000', '87999999', NULL, 1652907429),
(62039, '3298', '45.00', '8', '0.3', '5', '50000000', '52999999', '88000000', '82999999', NULL, 1652907430),
(62040, '3220', '137.00', '2', '0.3', '5', '50000000', '52999999', '88000000', '82999999', NULL, 1652907430),
(62041, '3298', '71.00', '8', '5.001', '10', '50000000', '52999999', '88000000', '82999999', NULL, 1652907431),
(62042, '3220', '214.00', '2', '5.001', '10', '50000000', '52999999', '88000000', '82999999', NULL, 1652907445),
(62043, '3298', '116.00', '8', '10.001', '15', '50000000', '52999999', '88000000', '82999999', NULL, 1652907446),
(62044, '3220', '346.00', '2', '10.001', '15', '50000000', '52999999', '88000000', '82999999', NULL, 1652907447),
(62045, '3298', '160.00', '8', '15.001', '20', '50000000', '52999999', '88000000', '82999999', NULL, 1652907448),
(62046, '3220', '479.00', '2', '15.001', '20', '50000000', '52999999', '88000000', '82999999', NULL, 1652907462),
(62047, '3298', '205.00', '8', '20.001', '25', '50000000', '52999999', '88000000', '82999999', NULL, 1652907463),
(62048, '3220', '612.00', '2', '20.001', '25', '50000000', '52999999', '88000000', '82999999', NULL, 1652907464),
(62049, '3298', '249.00', '8', '25.001', '30', '50000000', '52999999', '88000000', '82999999', NULL, 1652907465),
(62050, '3220', '744.00', '2', '25.001', '30', '50000000', '52999999', '88000000', '82999999', NULL, 1652907466),
(62051, '3298', '45.00', '8', '0.3', '5', '50000000', '52999999', '88000000', '88469999', NULL, 1652907467),
(62052, '3220', '137.00', '2', '0.3', '5', '50000000', '52999999', '88000000', '88469999', NULL, 1652907468),
(62053, '3298', '71.00', '8', '5.001', '10', '50000000', '52999999', '88000000', '88469999', NULL, 1652907482),
(62054, '3220', '214.00', '2', '5.001', '10', '50000000', '52999999', '88000000', '88469999', NULL, 1652907483),
(62055, '3298', '116.00', '8', '10.001', '15', '50000000', '52999999', '88000000', '88469999', NULL, 1652907484),
(62056, '3220', '346.00', '2', '10.001', '15', '50000000', '52999999', '88000000', '88469999', NULL, 1652907484),
(62057, '3298', '160.00', '8', '15.001', '20', '50000000', '52999999', '88000000', '88469999', NULL, 1652907485),
(62058, '3220', '479.00', '2', '15.001', '20', '50000000', '52999999', '88000000', '88469999', NULL, 1652907486),
(62059, '3298', '205.00', '8', '20.001', '25', '50000000', '52999999', '88000000', '88469999', NULL, 1652907487),
(62060, '3220', '612.00', '2', '20.001', '25', '50000000', '52999999', '88000000', '88469999', NULL, 1652907488),
(62061, '3298', '249.00', '8', '25.001', '30', '50000000', '52999999', '88000000', '88469999', NULL, 1652907490),
(62062, '3220', '744.00', '2', '25.001', '30', '50000000', '52999999', '88000000', '88469999', NULL, 1652907491),
(62063, '3298', '78.00', '8', '0.3', '5', '50000000', '52999999', '88470000', '89999999', NULL, 1652907491),
(62064, '3220', '154.00', '3', '0.3', '5', '50000000', '52999999', '88470000', '89999999', NULL, 1652907492),
(62065, '3298', '114.00', '8', '5.001', '10', '50000000', '52999999', '88470000', '89999999', NULL, 1652907493),
(62066, '3220', '223.00', '3', '5.001', '10', '50000000', '52999999', '88470000', '89999999', NULL, 1652907494),
(62067, '3298', '185.00', '8', '10.001', '15', '50000000', '52999999', '88470000', '89999999', NULL, 1652907494),
(62068, '3220', '361.00', '3', '10.001', '15', '50000000', '52999999', '88470000', '89999999', NULL, 1652907495),
(62069, '3298', '256.00', '8', '15.001', '20', '50000000', '52999999', '88470000', '89999999', NULL, 1652907496),
(62070, '3220', '500.00', '3', '15.001', '20', '50000000', '52999999', '88470000', '89999999', NULL, 1652907496),
(62071, '3298', '327.00', '8', '20.001', '25', '50000000', '52999999', '88470000', '89999999', NULL, 1652907497),
(62072, '3220', '638.00', '3', '20.001', '25', '50000000', '52999999', '88470000', '89999999', NULL, 1652907497),
(62073, '3298', '398.00', '8', '25.001', '30', '50000000', '52999999', '88470000', '89999999', NULL, 1652907497),
(62074, '3220', '777.00', '3', '25.001', '30', '50000000', '52999999', '88470000', '89999999', NULL, 1652907498),
(62075, '3298', '45.00', '8', '0.3', '5', '50000000', '52999999', '90000000', '91999999', NULL, 1652907499),
(62076, '3220', '137.00', '2', '0.3', '5', '50000000', '52999999', '90000000', '91999999', NULL, 1652907504),
(62077, '3298', '71.00', '8', '5.001', '10', '50000000', '52999999', '90000000', '91999999', NULL, 1652907505),
(62078, '3220', '214.00', '2', '5.001', '10', '50000000', '52999999', '90000000', '91999999', NULL, 1652907506),
(62079, '3298', '116.00', '8', '10.001', '15', '50000000', '52999999', '90000000', '91999999', NULL, 1652907513),
(62080, '3220', '346.00', '2', '10.001', '15', '50000000', '52999999', '90000000', '91999999', NULL, 1652907515),
(62081, '3298', '160.00', '8', '15.001', '20', '50000000', '52999999', '90000000', '91999999', NULL, 1652907517),
(62082, '3220', '479.00', '2', '15.001', '20', '50000000', '52999999', '90000000', '91999999', NULL, 1652907518),
(62083, '3298', '205.00', '8', '20.001', '25', '50000000', '52999999', '90000000', '91999999', NULL, 1652907518),
(62084, '3220', '612.00', '2', '20.001', '25', '50000000', '52999999', '90000000', '91999999', NULL, 1652907519),
(62085, '3298', '249.00', '8', '25.001', '30', '50000000', '52999999', '90000000', '91999999', NULL, 1652907520),
(62086, '3220', '744.00', '2', '25.001', '30', '50000000', '52999999', '90000000', '91999999', NULL, 1652907520),
(62087, '3298', '45.00', '8', '0.3', '5', '50000000', '52999999', '90000000', '94900999', NULL, 1652907528),
(62088, '3220', '137.00', '3', '0.3', '5', '50000000', '52999999', '90000000', '94900999', NULL, 1652907529),
(62089, '3298', '71.00', '8', '5.001', '10', '50000000', '52999999', '90000000', '94900999', NULL, 1652907529),
(62090, '3220', '214.00', '3', '5.001', '10', '50000000', '52999999', '90000000', '94900999', NULL, 1652907530),
(62091, '3298', '116.00', '8', '10.001', '15', '50000000', '52999999', '90000000', '94900999', NULL, 1652907530),
(62092, '3220', '346.00', '3', '10.001', '15', '50000000', '52999999', '90000000', '94900999', NULL, 1652907532),
(62093, '3298', '160.00', '8', '15.001', '20', '50000000', '52999999', '90000000', '94900999', NULL, 1652907533),
(62094, '3220', '479.00', '3', '15.001', '20', '50000000', '52999999', '90000000', '94900999', NULL, 1652907534),
(62095, '3298', '205.00', '8', '20.001', '25', '50000000', '52999999', '90000000', '94900999', NULL, 1652907535),
(62096, '3220', '612.00', '3', '20.001', '25', '50000000', '52999999', '90000000', '94900999', NULL, 1652907537),
(62097, '3298', '249.00', '8', '25.001', '30', '50000000', '52999999', '90000000', '94900999', NULL, 1652907545),
(62098, '3220', '744.00', '3', '25.001', '30', '50000000', '52999999', '90000000', '94900999', NULL, 1652907547),
(62099, '3298', '90.00', '12', '0.3', '5', '50000000', '52999999', '94901000', '99999999', NULL, 1652907550),
(62100, '3220', '183.00', '6', '0.3', '5', '50000000', '52999999', '94901000', '99999999', NULL, 1652907551),
(62101, '3298', '133.00', '12', '5.001', '10', '50000000', '52999999', '94901000', '99999999', NULL, 1652907552),
(62102, '3220', '266.00', '6', '5.001', '10', '50000000', '52999999', '94901000', '99999999', NULL, 1652907553),
(62103, '3298', '215.00', '12', '10.001', '15', '50000000', '52999999', '94901000', '99999999', NULL, 1652907555),
(62104, '3220', '430.00', '6', '10.001', '15', '50000000', '52999999', '94901000', '99999999', NULL, 1652907556),
(62105, '3298', '298.00', '12', '15.001', '20', '50000000', '52999999', '94901000', '99999999', NULL, 1652907556),
(62106, '3220', '595.00', '6', '15.001', '20', '50000000', '52999999', '94901000', '99999999', NULL, 1652907558),
(62107, '3298', '380.00', '12', '20.001', '25', '50000000', '52999999', '94901000', '99999999', NULL, 1652907559),
(62108, '3220', '760.00', '6', '20.001', '25', '50000000', '52999999', '94901000', '99999999', NULL, 1652907560),
(62109, '3298', '463.00', '12', '25.001', '30', '50000000', '52999999', '94901000', '99999999', NULL, 1652907566),
(62110, '3220', '925.00', '6', '25.001', '30', '50000000', '52999999', '94901000', '99999999', NULL, 1652907567),
(62111, '3298', '45.00', '7', '0.3', '5', '50000000', '54999999', '01000000', '08499999', NULL, 1652907574),
(62112, '3220', '137.00', '1', '0.3', '5', '50000000', '54999999', '01000000', '08499999', NULL, 1652907575),
(62113, '3298', '71.00', '7', '5.001', '10', '50000000', '54999999', '01000000', '08499999', NULL, 1652907575),
(62114, '3220', '214.00', '1', '5.001', '10', '50000000', '54999999', '01000000', '08499999', NULL, 1652907576),
(62115, '3298', '116.00', '7', '10.001', '15', '50000000', '54999999', '01000000', '08499999', NULL, 1652907577),
(62116, '3220', '346.00', '1', '10.001', '15', '50000000', '54999999', '01000000', '08499999', NULL, 1652907578),
(62117, '3298', '160.00', '7', '15.001', '20', '50000000', '54999999', '01000000', '08499999', NULL, 1652907579),
(62118, '3220', '479.00', '1', '15.001', '20', '50000000', '54999999', '01000000', '08499999', NULL, 1652907586),
(62119, '3298', '205.00', '7', '20.001', '25', '50000000', '54999999', '01000000', '08499999', NULL, 1652907586),
(62120, '3220', '612.00', '1', '20.001', '25', '50000000', '54999999', '01000000', '08499999', NULL, 1652907587),
(62121, '3298', '249.00', '7', '25.001', '30', '50000000', '54999999', '01000000', '08499999', NULL, 1652907588),
(62122, '3220', '744.00', '1', '25.001', '30', '50000000', '54999999', '01000000', '08499999', NULL, 1652907589),
(62123, '3298', '45.00', '7', '0.3', '5', '50000000', '54999999', '06000000', '09999999', NULL, 1652907591),
(62124, '3220', '137.00', '2', '0.3', '5', '50000000', '54999999', '06000000', '09999999', NULL, 1652907592),
(62125, '3298', '71.00', '7', '5.001', '10', '50000000', '54999999', '06000000', '09999999', NULL, 1652907598),
(62126, '3220', '214.00', '2', '5.001', '10', '50000000', '54999999', '06000000', '09999999', NULL, 1652907602),
(62127, '3298', '116.00', '7', '10.001', '15', '50000000', '54999999', '06000000', '09999999', NULL, 1652907602),
(62128, '3220', '346.00', '2', '10.001', '15', '50000000', '54999999', '06000000', '09999999', NULL, 1652907603),
(62129, '3298', '160.00', '7', '15.001', '20', '50000000', '54999999', '06000000', '09999999', NULL, 1652907609),
(62130, '3220', '479.00', '2', '15.001', '20', '50000000', '54999999', '06000000', '09999999', NULL, 1652907609),
(62131, '3298', '205.00', '7', '20.001', '25', '50000000', '54999999', '06000000', '09999999', NULL, 1652907610),
(62132, '3220', '612.00', '2', '20.001', '25', '50000000', '54999999', '06000000', '09999999', NULL, 1652907614),
(62133, '3298', '249.00', '7', '25.001', '30', '50000000', '54999999', '06000000', '09999999', NULL, 1652907615),
(62134, '3220', '744.00', '2', '25.001', '30', '50000000', '54999999', '06000000', '09999999', NULL, 1652907616),
(62135, '3298', '45.00', '7', '0.3', '5', '50000000', '54999999', '11000000', '11999999', NULL, 1652907618),
(62136, '3220', '137.00', '3', '0.3', '5', '50000000', '54999999', '11000000', '11999999', NULL, 1652907622),
(62137, '3298', '71.00', '7', '5.001', '10', '50000000', '54999999', '11000000', '11999999', NULL, 1652907623),
(62138, '3220', '214.00', '3', '5.001', '10', '50000000', '54999999', '11000000', '11999999', NULL, 1652907624),
(62139, '3298', '116.00', '7', '10.001', '15', '50000000', '54999999', '11000000', '11999999', NULL, 1652907626),
(62140, '3220', '346.00', '3', '10.001', '15', '50000000', '54999999', '11000000', '11999999', NULL, 1652907628),
(62141, '3298', '160.00', '7', '15.001', '20', '50000000', '54999999', '11000000', '11999999', NULL, 1652907629),
(62142, '3220', '479.00', '3', '15.001', '20', '50000000', '54999999', '11000000', '11999999', NULL, 1652907630),
(62143, '3298', '205.00', '7', '20.001', '25', '50000000', '54999999', '11000000', '11999999', NULL, 1652907631),
(62144, '3220', '612.00', '3', '20.001', '25', '50000000', '54999999', '11000000', '11999999', NULL, 1652907632),
(62145, '3298', '249.00', '7', '25.001', '30', '50000000', '54999999', '11000000', '11999999', NULL, 1652907632),
(62146, '3220', '744.00', '3', '25.001', '30', '50000000', '54999999', '11000000', '11999999', NULL, 1652907633),
(62147, '3298', '45.00', '7', '0.3', '5', '50000000', '54999999', '12000000', '19999999', NULL, 1652907639),
(62148, '3220', '137.00', '2', '0.3', '5', '50000000', '54999999', '12000000', '19999999', NULL, 1652907640),
(62149, '3298', '71.00', '7', '5.001', '10', '50000000', '54999999', '12000000', '19999999', NULL, 1652907641),
(62150, '3220', '214.00', '2', '5.001', '10', '50000000', '54999999', '12000000', '19999999', NULL, 1652907648),
(62151, '3298', '116.00', '7', '10.001', '15', '50000000', '54999999', '12000000', '19999999', NULL, 1652907649),
(62152, '3220', '346.00', '2', '10.001', '15', '50000000', '54999999', '12000000', '19999999', NULL, 1652907652),
(62153, '3298', '160.00', '7', '15.001', '20', '50000000', '54999999', '12000000', '19999999', NULL, 1652907652),
(62154, '3220', '479.00', '2', '15.001', '20', '50000000', '54999999', '12000000', '19999999', NULL, 1652907653),
(62155, '3298', '205.00', '7', '20.001', '25', '50000000', '54999999', '12000000', '19999999', NULL, 1652907655),
(62156, '3220', '612.00', '2', '20.001', '25', '50000000', '54999999', '12000000', '19999999', NULL, 1652907656),
(62157, '3298', '249.00', '7', '25.001', '30', '50000000', '54999999', '12000000', '19999999', NULL, 1652907659),
(62158, '3220', '744.00', '2', '25.001', '30', '50000000', '54999999', '12000000', '19999999', NULL, 1652907660),
(62159, '3298', '70.00', '8', '0.3', '5', '50000000', '54999999', '26601000', '28999999', NULL, 1652907702),
(62160, '3220', '157.00', '4', '0.3', '5', '50000000', '54999999', '26601000', '28999999', NULL, 1652907703),
(62161, '3298', '106.00', '8', '5.001', '10', '50000000', '54999999', '26601000', '28999999', NULL, 1652907704),
(62162, '3220', '226.00', '4', '5.001', '10', '50000000', '54999999', '26601000', '28999999', NULL, 1652907706),
(62163, '3298', '172.00', '8', '10.001', '15', '50000000', '54999999', '26601000', '28999999', NULL, 1652907707),
(62164, '3220', '367.00', '4', '10.001', '15', '50000000', '54999999', '26601000', '28999999', NULL, 1652907709),
(62165, '3298', '239.00', '8', '15.001', '20', '50000000', '54999999', '26601000', '28999999', NULL, 1652907713),
(62166, '3220', '508.00', '4', '15.001', '20', '50000000', '54999999', '26601000', '28999999', NULL, 1652907715),
(62167, '3298', '305.00', '8', '20.001', '25', '50000000', '54999999', '26601000', '28999999', NULL, 1652907716),
(62168, '3220', '649.00', '4', '20.001', '25', '50000000', '54999999', '26601000', '28999999', NULL, 1652907721),
(62169, '3298', '371.00', '8', '25.001', '30', '50000000', '54999999', '26601000', '28999999', NULL, 1652907729),
(62170, '3220', '789.00', '4', '25.001', '30', '50000000', '54999999', '26601000', '28999999', NULL, 1652907731),
(62171, '3298', '34.00', '7', '0.3', '5', '50000000', '54999999', '29000000', '29099999', NULL, 1652907738),
(62172, '3220', '80.00', '2', '0.3', '5', '50000000', '54999999', '29000000', '29099999', NULL, 1652907740),
(62173, '3298', '50.00', '7', '5.001', '10', '50000000', '54999999', '29000000', '29099999', NULL, 1652907742),
(62174, '3220', '125.00', '2', '5.001', '10', '50000000', '54999999', '29000000', '29099999', NULL, 1652907748),
(62175, '3298', '82.00', '7', '10.001', '15', '50000000', '54999999', '29000000', '29099999', NULL, 1652907749),
(62176, '3220', '203.00', '2', '10.001', '15', '50000000', '54999999', '29000000', '29099999', NULL, 1652907755),
(62177, '3298', '113.00', '7', '15.001', '20', '50000000', '54999999', '29000000', '29099999', NULL, 1652907756),
(62178, '3220', '281.00', '2', '15.001', '20', '50000000', '54999999', '29000000', '29099999', NULL, 1652907756),
(62179, '3298', '145.00', '7', '20.001', '25', '50000000', '54999999', '29000000', '29099999', NULL, 1652907757),
(62180, '3220', '359.00', '2', '20.001', '25', '50000000', '54999999', '29000000', '29099999', NULL, 1652907760),
(62181, '3298', '176.00', '7', '25.001', '30', '50000000', '54999999', '29000000', '29099999', NULL, 1652907761),
(62182, '3220', '437.00', '2', '25.001', '30', '50000000', '54999999', '29000000', '29099999', NULL, 1652907763),
(62183, '3298', '50.00', '10', '0.3', '5', '50000000', '54999999', '29100000', '29999999', NULL, 1652907765),
(62184, '3220', '124.00', '5', '0.3', '5', '50000000', '54999999', '29100000', '29999999', NULL, 1652907766),
(62185, '3298', '83.00', '10', '5.001', '10', '50000000', '54999999', '29100000', '29999999', NULL, 1652907768),
(62186, '3220', '175.00', '5', '5.001', '10', '50000000', '54999999', '29100000', '29999999', NULL, 1652907769),
(62187, '3298', '135.00', '10', '10.001', '15', '50000000', '54999999', '29100000', '29999999', NULL, 1652907771),
(62188, '3220', '283.00', '5', '10.001', '15', '50000000', '54999999', '29100000', '29999999', NULL, 1652907772),
(62189, '3298', '186.00', '10', '15.001', '20', '50000000', '54999999', '29100000', '29999999', NULL, 1652907772),
(62190, '3220', '392.00', '5', '15.001', '20', '50000000', '54999999', '29100000', '29999999', NULL, 1652907775),
(62191, '3298', '238.00', '10', '20.001', '25', '50000000', '54999999', '29100000', '29999999', NULL, 1652907779),
(62192, '3220', '500.00', '5', '20.001', '25', '50000000', '54999999', '29100000', '29999999', NULL, 1652907785),
(62193, '3298', '290.00', '10', '25.001', '30', '50000000', '54999999', '29100000', '29999999', NULL, 1652907791),
(62194, '3220', '609.00', '5', '25.001', '30', '50000000', '54999999', '29100000', '29999999', NULL, 1652907792),
(62195, '3298', '38.00', '6', '0.3', '5', '50000000', '54999999', '30000000', '31999999', NULL, 1652907793),
(62196, '3220', '113.00', '2', '0.3', '5', '50000000', '54999999', '30000000', '31999999', NULL, 1652907794),
(62197, '3298', '58.00', '6', '5.001', '10', '50000000', '54999999', '30000000', '31999999', NULL, 1652907794),
(62198, '3220', '176.00', '2', '5.001', '10', '50000000', '54999999', '30000000', '31999999', NULL, 1652907799),
(62199, '3298', '94.00', '6', '10.001', '15', '50000000', '54999999', '30000000', '31999999', NULL, 1652907805),
(62200, '3220', '286.00', '2', '10.001', '15', '50000000', '54999999', '30000000', '31999999', NULL, 1652907806),
(62201, '3298', '130.00', '6', '15.001', '20', '50000000', '54999999', '30000000', '31999999', NULL, 1652907806),
(62202, '3220', '396.00', '2', '15.001', '20', '50000000', '54999999', '30000000', '31999999', NULL, 1652907811),
(62203, '3298', '166.00', '6', '20.001', '25', '50000000', '54999999', '30000000', '31999999', NULL, 1652907812),
(62204, '3220', '505.00', '2', '20.001', '25', '50000000', '54999999', '30000000', '31999999', NULL, 1652907815),
(62205, '3298', '202.00', '6', '25.001', '30', '50000000', '54999999', '30000000', '31999999', NULL, 1652907816),
(62206, '3220', '615.00', '2', '25.001', '30', '50000000', '54999999', '30000000', '31999999', NULL, 1652907817),
(62207, '3298', '38.00', '6', '0.3', '5', '50000000', '54999999', '30000000', '34999999', NULL, 1652907817),
(62208, '3220', '113.00', '2', '0.3', '5', '50000000', '54999999', '30000000', '34999999', NULL, 1652907818),
(62209, '3298', '58.00', '6', '5.001', '10', '50000000', '54999999', '30000000', '34999999', NULL, 1652907819),
(62210, '3220', '176.00', '2', '5.001', '10', '50000000', '54999999', '30000000', '34999999', NULL, 1652907820),
(62211, '3298', '94.00', '6', '10.001', '15', '50000000', '54999999', '30000000', '34999999', NULL, 1652907824),
(62212, '3220', '286.00', '2', '10.001', '15', '50000000', '54999999', '30000000', '34999999', NULL, 1652907825),
(62213, '3298', '130.00', '6', '15.001', '20', '50000000', '54999999', '30000000', '34999999', NULL, 1652907826),
(62214, '3220', '396.00', '2', '15.001', '20', '50000000', '54999999', '30000000', '34999999', NULL, 1652907830),
(62215, '3298', '166.00', '6', '20.001', '25', '50000000', '54999999', '30000000', '34999999', NULL, 1652907832),
(62216, '3220', '505.00', '2', '20.001', '25', '50000000', '54999999', '30000000', '34999999', NULL, 1652907833),
(62217, '3298', '202.00', '6', '25.001', '30', '50000000', '54999999', '30000000', '34999999', NULL, 1652907834),
(62218, '3220', '615.00', '2', '25.001', '30', '50000000', '54999999', '30000000', '34999999', NULL, 1652907836),
(62219, '3298', '70.00', '8', '0.3', '5', '50000000', '54999999', '35000000', '39999999', NULL, 1652907839),
(62220, '3220', '157.00', '4', '0.3', '5', '50000000', '54999999', '35000000', '39999999', NULL, 1652907842),
(62221, '3298', '106.00', '8', '5.001', '10', '50000000', '54999999', '35000000', '39999999', NULL, 1652907844),
(62222, '3220', '226.00', '4', '5.001', '10', '50000000', '54999999', '35000000', '39999999', NULL, 1652907845),
(62223, '3298', '172.00', '8', '10.001', '15', '50000000', '54999999', '35000000', '39999999', NULL, 1652907846),
(62224, '3220', '367.00', '4', '10.001', '15', '50000000', '54999999', '35000000', '39999999', NULL, 1652907847),
(62225, '3298', '239.00', '8', '15.001', '20', '50000000', '54999999', '35000000', '39999999', NULL, 1652907848),
(62226, '3220', '508.00', '4', '15.001', '20', '50000000', '54999999', '35000000', '39999999', NULL, 1652907851),
(62227, '3298', '305.00', '8', '20.001', '25', '50000000', '54999999', '35000000', '39999999', NULL, 1652907851),
(62228, '3220', '649.00', '4', '20.001', '25', '50000000', '54999999', '35000000', '39999999', NULL, 1652907852),
(62229, '3298', '371.00', '8', '25.001', '30', '50000000', '54999999', '35000000', '39999999', NULL, 1652907855),
(62230, '3220', '789.00', '4', '25.001', '30', '50000000', '54999999', '35000000', '39999999', NULL, 1652907856),
(62231, '3298', '34.00', '6', '0.3', '5', '50000000', '54999999', '40000000', '41999999', NULL, 1652907857),
(62232, '3220', '80.00', '2', '0.3', '5', '50000000', '54999999', '40000000', '41999999', NULL, 1652907858),
(62233, '3298', '50.00', '6', '5.001', '10', '50000000', '54999999', '40000000', '41999999', NULL, 1652907859),
(62234, '3220', '125.00', '2', '5.001', '10', '50000000', '54999999', '40000000', '41999999', NULL, 1652907860),
(62235, '3298', '82.00', '6', '10.001', '15', '50000000', '54999999', '40000000', '41999999', NULL, 1652907861),
(62236, '3220', '203.00', '2', '10.001', '15', '50000000', '54999999', '40000000', '41999999', NULL, 1652907861),
(62237, '3298', '113.00', '6', '15.001', '20', '50000000', '54999999', '40000000', '41999999', NULL, 1652907862),
(62238, '3220', '281.00', '2', '15.001', '20', '50000000', '54999999', '40000000', '41999999', NULL, 1652907870),
(62239, '3298', '145.00', '6', '20.001', '25', '50000000', '54999999', '40000000', '41999999', NULL, 1652907873),
(62240, '3220', '359.00', '2', '20.001', '25', '50000000', '54999999', '40000000', '41999999', NULL, 1652907874),
(62241, '3298', '176.00', '6', '25.001', '30', '50000000', '54999999', '40000000', '41999999', NULL, 1652907877),
(62242, '3220', '437.00', '2', '25.001', '30', '50000000', '54999999', '40000000', '41999999', NULL, 1652907885),
(62243, '3298', '34.00', '6', '0.3', '5', '50000000', '54999999', '40000000', '44470999', NULL, 1652907885),
(62244, '3220', '80.00', '2', '0.3', '5', '50000000', '54999999', '40000000', '44470999', NULL, 1652907887),
(62245, '3298', '50.00', '6', '5.001', '10', '50000000', '54999999', '40000000', '44470999', NULL, 1652907888),
(62246, '3220', '125.00', '2', '5.001', '10', '50000000', '54999999', '40000000', '44470999', NULL, 1652907889),
(62247, '3298', '82.00', '6', '10.001', '15', '50000000', '54999999', '40000000', '44470999', NULL, 1652907890),
(62248, '3220', '203.00', '2', '10.001', '15', '50000000', '54999999', '40000000', '44470999', NULL, 1652907892),
(62249, '3298', '113.00', '6', '15.001', '20', '50000000', '54999999', '40000000', '44470999', NULL, 1652907893),
(62250, '3220', '281.00', '2', '15.001', '20', '50000000', '54999999', '40000000', '44470999', NULL, 1652907894),
(62251, '3298', '145.00', '6', '20.001', '25', '50000000', '54999999', '40000000', '44470999', NULL, 1652907901),
(62252, '3220', '359.00', '2', '20.001', '25', '50000000', '54999999', '40000000', '44470999', NULL, 1652907904),
(62253, '3298', '176.00', '6', '25.001', '30', '50000000', '54999999', '40000000', '44470999', NULL, 1652907905),
(62254, '3220', '437.00', '2', '25.001', '30', '50000000', '54999999', '40000000', '44470999', NULL, 1652907906),
(62255, '3298', '43.00', '7', '0.3', '5', '50000000', '54999999', '44471000', '48999999', NULL, 1652907907),
(62256, '3220', '104.00', '3', '0.3', '5', '50000000', '54999999', '44471000', '48999999', NULL, 1652907911),
(62257, '3298', '71.00', '7', '5.001', '10', '50000000', '54999999', '44471000', '48999999', NULL, 1652907919),
(62258, '3220', '147.00', '3', '5.001', '10', '50000000', '54999999', '44471000', '48999999', NULL, 1652907920),
(62259, '3298', '116.00', '7', '10.001', '15', '50000000', '54999999', '44471000', '48999999', NULL, 1652907922),
(62260, '3220', '238.00', '3', '10.001', '15', '50000000', '54999999', '44471000', '48999999', NULL, 1652907923),
(62261, '3298', '160.00', '7', '15.001', '20', '50000000', '54999999', '44471000', '48999999', NULL, 1652907923),
(62262, '3220', '329.00', '3', '15.001', '20', '50000000', '54999999', '44471000', '48999999', NULL, 1652907924),
(62263, '3298', '205.00', '7', '20.001', '25', '50000000', '54999999', '44471000', '48999999', NULL, 1652907925),
(62264, '3220', '420.00', '3', '20.001', '25', '50000000', '54999999', '44471000', '48999999', NULL, 1652907926),
(62265, '3298', '249.00', '7', '25.001', '30', '50000000', '54999999', '44471000', '48999999', NULL, 1652907926),
(62266, '3220', '511.00', '3', '25.001', '30', '50000000', '54999999', '44471000', '48999999', NULL, 1652907928),
(62267, '3298', '30.00', '6', '0.3', '5', '50000000', '54999999', '49000000', '49099999', NULL, 1652907930),
(62268, '3220', '59.00', '2', '0.3', '5', '50000000', '54999999', '49000000', '49099999', NULL, 1652907931),
(62269, '3298', '44.00', '6', '5.001', '10', '50000000', '54999999', '49000000', '49099999', NULL, 1652907932),
(62270, '3220', '93.00', '2', '5.001', '10', '50000000', '54999999', '49000000', '49099999', NULL, 1652907933),
(62271, '3298', '71.00', '6', '10.001', '15', '50000000', '54999999', '49000000', '49099999', NULL, 1652907934),
(62272, '3220', '150.00', '2', '10.001', '15', '50000000', '54999999', '49000000', '49099999', NULL, 1652907936),
(62273, '3298', '99.00', '6', '15.001', '20', '50000000', '54999999', '49000000', '49099999', NULL, 1652907936),
(62274, '3220', '208.00', '2', '15.001', '20', '50000000', '54999999', '49000000', '49099999', NULL, 1652907942),
(62275, '3298', '126.00', '6', '20.001', '25', '50000000', '54999999', '49000000', '49099999', NULL, 1652907943),
(62276, '3220', '266.00', '2', '20.001', '25', '50000000', '54999999', '49000000', '49099999', NULL, 1652907945),
(62277, '3298', '153.00', '6', '25.001', '30', '50000000', '54999999', '49000000', '49099999', NULL, 1652907946),
(62278, '3220', '324.00', '2', '25.001', '30', '50000000', '54999999', '49000000', '49099999', NULL, 1652907947),
(62279, '3298', '44.00', '7', '0.3', '5', '50000000', '54999999', '49100000', '49999999', NULL, 1652907949),
(62280, '3220', '102.00', '4', '0.3', '5', '50000000', '54999999', '49100000', '49999999', NULL, 1652907950),
(62281, '3298', '74.00', '7', '5.001', '10', '50000000', '54999999', '49100000', '49999999', NULL, 1652907952),
(62282, '3220', '141.00', '4', '5.001', '10', '50000000', '54999999', '49100000', '49999999', NULL, 1652907954),
(62283, '3298', '120.00', '7', '10.001', '15', '50000000', '54999999', '49100000', '49999999', NULL, 1652907954),
(62284, '3220', '229.00', '4', '10.001', '15', '50000000', '54999999', '49100000', '49999999', NULL, 1652907957),
(62285, '3298', '166.00', '7', '15.001', '20', '50000000', '54999999', '49100000', '49999999', NULL, 1652907957),
(62286, '3220', '316.00', '4', '15.001', '20', '50000000', '54999999', '49100000', '49999999', NULL, 1652907958),
(62287, '3298', '212.00', '7', '20.001', '25', '50000000', '54999999', '49100000', '49999999', NULL, 1652907959),
(62288, '3220', '404.00', '4', '20.001', '25', '50000000', '54999999', '49100000', '49999999', NULL, 1652907960),
(62289, '3298', '258.00', '7', '25.001', '30', '50000000', '54999999', '49100000', '49999999', NULL, 1652907960),
(62290, '3220', '492.00', '4', '25.001', '30', '50000000', '54999999', '49100000', '49999999', NULL, 1652907961),
(62291, '3298', '25.00', '5', '0.3', '5', '50000000', '54999999', '50000000', '52999999', NULL, 1652907962),
(62292, '3220', '21.00', '1', '0.3', '5', '50000000', '54999999', '50000000', '52999999', NULL, 1652907963),
(62293, '3298', '31.00', '5', '5.001', '10', '50000000', '54999999', '50000000', '52999999', NULL, 1652907964),
(62294, '3220', '27.00', '1', '5.001', '10', '50000000', '54999999', '50000000', '52999999', NULL, 1652907967),
(62295, '3298', '51.00', '5', '10.001', '15', '50000000', '54999999', '50000000', '52999999', NULL, 1652907968),
(62296, '3220', '44.00', '1', '10.001', '15', '50000000', '54999999', '50000000', '52999999', NULL, 1652907969),
(62297, '3298', '71.00', '5', '15.001', '20', '50000000', '54999999', '50000000', '52999999', NULL, 1652907970),
(62298, '3220', '61.00', '1', '15.001', '20', '50000000', '54999999', '50000000', '52999999', NULL, 1652907972),
(62299, '3298', '91.00', '5', '20.001', '25', '50000000', '54999999', '50000000', '52999999', NULL, 1652907972),
(62300, '3220', '78.00', '1', '20.001', '25', '50000000', '54999999', '50000000', '52999999', NULL, 1652907973),
(62301, '3298', '110.00', '5', '25.001', '30', '50000000', '54999999', '50000000', '52999999', NULL, 1652907974),
(62302, '3220', '95.00', '1', '25.001', '30', '50000000', '54999999', '50000000', '52999999', NULL, 1652907975),
(62303, '3298', '25.00', '5', '0.3', '5', '50000000', '54999999', '50000000', '54999999', NULL, 1652907976),
(62304, '3220', '21.00', '1', '0.3', '5', '50000000', '54999999', '50000000', '54999999', NULL, 1652907977),
(62305, '3298', '31.00', '5', '5.001', '10', '50000000', '54999999', '50000000', '54999999', NULL, 1652907978),
(62306, '3220', '27.00', '1', '5.001', '10', '50000000', '54999999', '50000000', '54999999', NULL, 1652907979),
(62307, '3298', '51.00', '5', '10.001', '15', '50000000', '54999999', '50000000', '54999999', NULL, 1652907989),
(62308, '3220', '44.00', '1', '10.001', '15', '50000000', '54999999', '50000000', '54999999', NULL, 1652907989),
(62309, '3298', '71.00', '5', '15.001', '20', '50000000', '54999999', '50000000', '54999999', NULL, 1652907990),
(62310, '3220', '61.00', '1', '15.001', '20', '50000000', '54999999', '50000000', '54999999', NULL, 1652907991),
(62311, '3298', '91.00', '5', '20.001', '25', '50000000', '54999999', '50000000', '54999999', NULL, 1652907992),
(62312, '3220', '78.00', '1', '20.001', '25', '50000000', '54999999', '50000000', '54999999', NULL, 1652907993),
(62313, '3298', '110.00', '5', '25.001', '30', '50000000', '54999999', '50000000', '54999999', NULL, 1652907994),
(62314, '3220', '95.00', '1', '25.001', '30', '50000000', '54999999', '50000000', '54999999', NULL, 1652908003),
(62315, '3298', '26.00', '6', '0.3', '5', '50000000', '54999999', '55000000', '56999999', NULL, 1652908004),
(62316, '3220', '34.00', '4', '0.3', '5', '50000000', '54999999', '55000000', '56999999', NULL, 1652908013),
(62317, '3298', '32.00', '6', '5.001', '10', '50000000', '54999999', '55000000', '56999999', NULL, 1652908015),
(62318, '3220', '48.00', '4', '5.001', '10', '50000000', '54999999', '55000000', '56999999', NULL, 1652908017),
(62319, '3298', '52.00', '6', '10.001', '15', '50000000', '54999999', '55000000', '56999999', NULL, 1652908018),
(62320, '3220', '79.00', '4', '10.001', '15', '50000000', '54999999', '55000000', '56999999', NULL, 1652908019),
(62321, '3298', '72.00', '6', '15.001', '20', '50000000', '54999999', '55000000', '56999999', NULL, 1652908019),
(62322, '3220', '109.00', '4', '15.001', '20', '50000000', '54999999', '55000000', '56999999', NULL, 1652908020),
(62323, '3298', '92.00', '6', '20.001', '25', '50000000', '54999999', '55000000', '56999999', NULL, 1652908021),
(62324, '3220', '139.00', '4', '20.001', '25', '50000000', '54999999', '55000000', '56999999', NULL, 1652908023),
(62325, '3298', '112.00', '6', '25.001', '30', '50000000', '54999999', '55000000', '56999999', NULL, 1652908024),
(62326, '3220', '170.00', '4', '25.001', '30', '50000000', '54999999', '55000000', '56999999', NULL, 1652908025),
(62327, '3298', '25.00', '5', '0.3', '5', '50000000', '54999999', '57000000', '57099999', NULL, 1652908027),
(62328, '3220', '34.00', '1', '0.3', '5', '50000000', '54999999', '57000000', '57099999', NULL, 1652908035),
(62329, '3298', '31.00', '5', '5.001', '10', '50000000', '54999999', '57000000', '57099999', NULL, 1652908036),
(62330, '3220', '48.00', '1', '5.001', '10', '50000000', '54999999', '57000000', '57099999', NULL, 1652908037),
(62331, '3298', '51.00', '5', '10.001', '15', '50000000', '54999999', '57000000', '57099999', NULL, 1652908037),
(62332, '3220', '78.00', '1', '10.001', '15', '50000000', '54999999', '57000000', '57099999', NULL, 1652908038),
(62333, '3298', '71.00', '5', '15.001', '20', '50000000', '54999999', '57000000', '57099999', NULL, 1652908049),
(62334, '3220', '108.00', '1', '15.001', '20', '50000000', '54999999', '57000000', '57099999', NULL, 1652908050),
(62335, '3298', '91.00', '5', '20.001', '25', '50000000', '54999999', '57000000', '57099999', NULL, 1652908051),
(62336, '3220', '138.00', '1', '20.001', '25', '50000000', '54999999', '57000000', '57099999', NULL, 1652908052),
(62337, '3298', '110.00', '5', '25.001', '30', '50000000', '54999999', '57000000', '57099999', NULL, 1652908053),
(62338, '3220', '168.00', '1', '25.001', '30', '50000000', '54999999', '57000000', '57099999', NULL, 1652908053),
(62339, '3298', '30.00', '7', '0.3', '5', '50000000', '54999999', '57100000', '57999999', NULL, 1652908056),
(62340, '3220', '59.00', '4', '0.3', '5', '50000000', '54999999', '57100000', '57999999', NULL, 1652908057),
(62341, '3298', '44.00', '7', '5.001', '10', '50000000', '54999999', '57100000', '57999999', NULL, 1652908058),
(62342, '3220', '93.00', '4', '5.001', '10', '50000000', '54999999', '57100000', '57999999', NULL, 1652908059),
(62343, '3298', '71.00', '7', '10.001', '15', '50000000', '54999999', '57100000', '57999999', NULL, 1652908061),
(62344, '3220', '150.00', '4', '10.001', '15', '50000000', '54999999', '57100000', '57999999', NULL, 1652908062),
(62345, '3298', '99.00', '7', '15.001', '20', '50000000', '54999999', '57100000', '57999999', NULL, 1652908077),
(62346, '3220', '208.00', '4', '15.001', '20', '50000000', '54999999', '57100000', '57999999', NULL, 1652908077),
(62347, '3298', '126.00', '7', '20.001', '25', '50000000', '54999999', '57100000', '57999999', NULL, 1652908078),
(62348, '3220', '266.00', '4', '20.001', '25', '50000000', '54999999', '57100000', '57999999', NULL, 1652908079),
(62349, '3298', '153.00', '7', '25.001', '30', '50000000', '54999999', '57100000', '57999999', NULL, 1652908080),
(62350, '3220', '324.00', '4', '25.001', '30', '50000000', '54999999', '57100000', '57999999', NULL, 1652908080),
(62351, '3298', '25.00', '5', '0.3', '5', '50000000', '54999999', '58000000', '58099999', NULL, 1652908081),
(62352, '3220', '34.00', '1', '0.3', '5', '50000000', '54999999', '58000000', '58099999', NULL, 1652908082),
(62353, '3298', '31.00', '5', '5.001', '10', '50000000', '54999999', '58000000', '58099999', NULL, 1652908082),
(62354, '3220', '48.00', '1', '5.001', '10', '50000000', '54999999', '58000000', '58099999', NULL, 1652908083),
(62355, '3298', '51.00', '5', '10.001', '15', '50000000', '54999999', '58000000', '58099999', NULL, 1652908084),
(62356, '3220', '78.00', '1', '10.001', '15', '50000000', '54999999', '58000000', '58099999', NULL, 1652908084),
(62357, '3298', '71.00', '5', '15.001', '20', '50000000', '54999999', '58000000', '58099999', NULL, 1652908085),
(62358, '3220', '108.00', '1', '15.001', '20', '50000000', '54999999', '58000000', '58099999', NULL, 1652908086),
(62359, '3298', '91.00', '5', '20.001', '25', '50000000', '54999999', '58000000', '58099999', NULL, 1652908086),
(62360, '3220', '138.00', '1', '20.001', '25', '50000000', '54999999', '58000000', '58099999', NULL, 1652908098),
(62361, '3298', '110.00', '5', '25.001', '30', '50000000', '54999999', '58000000', '58099999', NULL, 1652908098),
(62362, '3220', '168.00', '1', '25.001', '30', '50000000', '54999999', '58000000', '58099999', NULL, 1652908099),
(62363, '3298', '44.00', '10', '0.3', '5', '50000000', '54999999', '58100000', '58999999', NULL, 1652908099),
(62364, '3220', '102.00', '7', '0.3', '5', '50000000', '54999999', '58100000', '58999999', NULL, 1652908100),
(62365, '3298', '74.00', '10', '5.001', '10', '50000000', '54999999', '58100000', '58999999', NULL, 1652908101);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(62366, '3220', '141.00', '7', '5.001', '10', '50000000', '54999999', '58100000', '58999999', NULL, 1652908102),
(62367, '3298', '120.00', '10', '10.001', '15', '50000000', '54999999', '58100000', '58999999', NULL, 1652908102),
(62368, '3220', '229.00', '7', '10.001', '15', '50000000', '54999999', '58100000', '58999999', NULL, 1652908103),
(62369, '3298', '166.00', '10', '15.001', '20', '50000000', '54999999', '58100000', '58999999', NULL, 1652908103),
(62370, '3220', '316.00', '7', '15.001', '20', '50000000', '54999999', '58100000', '58999999', NULL, 1652908104),
(62371, '3298', '212.00', '10', '20.001', '25', '50000000', '54999999', '58100000', '58999999', NULL, 1652908105),
(62372, '3220', '404.00', '7', '20.001', '25', '50000000', '54999999', '58100000', '58999999', NULL, 1652908106),
(62373, '3298', '258.00', '10', '25.001', '30', '50000000', '54999999', '58100000', '58999999', NULL, 1652908106),
(62374, '3220', '492.00', '7', '25.001', '30', '50000000', '54999999', '58100000', '58999999', NULL, 1652908107),
(62375, '3298', '30.00', '5', '0.3', '5', '50000000', '54999999', '59000000', '59099999', NULL, 1652908107),
(62376, '3220', '59.00', '1', '0.3', '5', '50000000', '54999999', '59000000', '59099999', NULL, 1652908108),
(62377, '3298', '44.00', '5', '5.001', '10', '50000000', '54999999', '59000000', '59099999', NULL, 1652908108),
(62378, '3220', '93.00', '1', '5.001', '10', '50000000', '54999999', '59000000', '59099999', NULL, 1652908109),
(62379, '3298', '71.00', '5', '10.001', '15', '50000000', '54999999', '59000000', '59099999', NULL, 1652908109),
(62380, '3220', '150.00', '1', '10.001', '15', '50000000', '54999999', '59000000', '59099999', NULL, 1652908109),
(62381, '3298', '99.00', '5', '15.001', '20', '50000000', '54999999', '59000000', '59099999', NULL, 1652908110),
(62382, '3220', '208.00', '1', '15.001', '20', '50000000', '54999999', '59000000', '59099999', NULL, 1652908111),
(62383, '3298', '126.00', '5', '20.001', '25', '50000000', '54999999', '59000000', '59099999', NULL, 1652908111),
(62384, '3220', '266.00', '1', '20.001', '25', '50000000', '54999999', '59000000', '59099999', NULL, 1652908112),
(62385, '3298', '153.00', '5', '25.001', '30', '50000000', '54999999', '59000000', '59099999', NULL, 1652908112),
(62386, '3220', '324.00', '1', '25.001', '30', '50000000', '54999999', '59000000', '59099999', NULL, 1652908113),
(62387, '3298', '30.00', '5', '0.3', '5', '50000000', '54999999', '59100000', '59999999', NULL, 1652908121),
(62388, '3220', '59.00', '1', '0.3', '5', '50000000', '54999999', '59100000', '59999999', NULL, 1652908121),
(62389, '3298', '44.00', '5', '5.001', '10', '50000000', '54999999', '59100000', '59999999', NULL, 1652908122),
(62390, '3220', '93.00', '1', '5.001', '10', '50000000', '54999999', '59100000', '59999999', NULL, 1652908123),
(62391, '3298', '71.00', '5', '10.001', '15', '50000000', '54999999', '59100000', '59999999', NULL, 1652908123),
(62392, '3220', '150.00', '1', '10.001', '15', '50000000', '54999999', '59100000', '59999999', NULL, 1652908124),
(62393, '3298', '99.00', '5', '15.001', '20', '50000000', '54999999', '59100000', '59999999', NULL, 1652908124),
(62394, '3220', '208.00', '1', '15.001', '20', '50000000', '54999999', '59100000', '59999999', NULL, 1652908125),
(62395, '3298', '126.00', '5', '20.001', '25', '50000000', '54999999', '59100000', '59999999', NULL, 1652908134),
(62396, '3220', '266.00', '1', '20.001', '25', '50000000', '54999999', '59100000', '59999999', NULL, 1652908145),
(62397, '3298', '153.00', '5', '25.001', '30', '50000000', '54999999', '59100000', '59999999', NULL, 1652908146),
(62398, '3220', '324.00', '1', '25.001', '30', '50000000', '54999999', '59100000', '59999999', NULL, 1652908147),
(62399, '3298', '30.00', '6', '0.3', '5', '50000000', '54999999', '60000000', '60999999', NULL, 1652908148),
(62400, '3220', '59.00', '2', '0.3', '5', '50000000', '54999999', '60000000', '60999999', NULL, 1652908148),
(62401, '3298', '44.00', '6', '5.001', '10', '50000000', '54999999', '60000000', '60999999', NULL, 1652908149),
(62402, '3220', '93.00', '2', '5.001', '10', '50000000', '54999999', '60000000', '60999999', NULL, 1652908150),
(62403, '3298', '71.00', '6', '10.001', '15', '50000000', '54999999', '60000000', '60999999', NULL, 1652908151),
(62404, '3220', '150.00', '2', '10.001', '15', '50000000', '54999999', '60000000', '60999999', NULL, 1652908152),
(62405, '3298', '99.00', '6', '15.001', '20', '50000000', '54999999', '60000000', '60999999', NULL, 1652908153),
(62406, '3220', '208.00', '2', '15.001', '20', '50000000', '54999999', '60000000', '60999999', NULL, 1652908155),
(62407, '3298', '126.00', '6', '20.001', '25', '50000000', '54999999', '60000000', '60999999', NULL, 1652908164),
(62408, '3220', '266.00', '2', '20.001', '25', '50000000', '54999999', '60000000', '60999999', NULL, 1652908166),
(62409, '3298', '153.00', '6', '25.001', '30', '50000000', '54999999', '60000000', '60999999', NULL, 1652908167),
(62410, '3220', '324.00', '2', '25.001', '30', '50000000', '54999999', '60000000', '60999999', NULL, 1652908167),
(62411, '3298', '30.00', '6', '0.3', '5', '50000000', '54999999', '60000000', '61900999', NULL, 1652908168),
(62412, '3220', '59.00', '2', '0.3', '5', '50000000', '54999999', '60000000', '61900999', NULL, 1652908168),
(62413, '3298', '44.00', '6', '5.001', '10', '50000000', '54999999', '60000000', '61900999', NULL, 1652908169),
(62414, '3220', '93.00', '2', '5.001', '10', '50000000', '54999999', '60000000', '61900999', NULL, 1652908169),
(62415, '3298', '71.00', '6', '10.001', '15', '50000000', '54999999', '60000000', '61900999', NULL, 1652908170),
(62416, '3220', '150.00', '2', '10.001', '15', '50000000', '54999999', '60000000', '61900999', NULL, 1652908171),
(62417, '3298', '99.00', '6', '15.001', '20', '50000000', '54999999', '60000000', '61900999', NULL, 1652908171),
(62418, '3220', '208.00', '2', '15.001', '20', '50000000', '54999999', '60000000', '61900999', NULL, 1652908181),
(62419, '3298', '126.00', '6', '20.001', '25', '50000000', '54999999', '60000000', '61900999', NULL, 1652908183),
(62420, '3220', '266.00', '2', '20.001', '25', '50000000', '54999999', '60000000', '61900999', NULL, 1652908185),
(62421, '3298', '153.00', '6', '25.001', '30', '50000000', '54999999', '60000000', '61900999', NULL, 1652908186),
(62422, '3220', '324.00', '2', '25.001', '30', '50000000', '54999999', '60000000', '61900999', NULL, 1652908187),
(62423, '3298', '44.00', '9', '0.3', '5', '50000000', '54999999', '61901000', '63999999', NULL, 1652908188),
(62424, '3220', '102.00', '7', '0.3', '5', '50000000', '54999999', '61901000', '63999999', NULL, 1652908189),
(62425, '3298', '74.00', '9', '5.001', '10', '50000000', '54999999', '61901000', '63999999', NULL, 1652908190),
(62426, '3220', '141.00', '7', '5.001', '10', '50000000', '54999999', '61901000', '63999999', NULL, 1652908192),
(62427, '3298', '120.00', '9', '10.001', '15', '50000000', '54999999', '61901000', '63999999', NULL, 1652908201),
(62428, '3220', '229.00', '7', '10.001', '15', '50000000', '54999999', '61901000', '63999999', NULL, 1652908202),
(62429, '3298', '166.00', '9', '15.001', '20', '50000000', '54999999', '61901000', '63999999', NULL, 1652908203),
(62430, '3220', '316.00', '7', '15.001', '20', '50000000', '54999999', '61901000', '63999999', NULL, 1652908206),
(62431, '3298', '212.00', '9', '20.001', '25', '50000000', '54999999', '61901000', '63999999', NULL, 1652908206),
(62432, '3220', '404.00', '7', '20.001', '25', '50000000', '54999999', '61901000', '63999999', NULL, 1652908207),
(62433, '3298', '258.00', '9', '25.001', '30', '50000000', '54999999', '61901000', '63999999', NULL, 1652908208),
(62434, '3220', '492.00', '7', '25.001', '30', '50000000', '54999999', '61901000', '63999999', NULL, 1652908208),
(62435, '3298', '34.00', '7', '0.3', '5', '50000000', '54999999', '64000000', '64099999', NULL, 1652908208),
(62436, '3220', '80.00', '3', '0.3', '5', '50000000', '54999999', '64000000', '64099999', NULL, 1652908211),
(62437, '3298', '50.00', '7', '5.001', '10', '50000000', '54999999', '64000000', '64099999', NULL, 1652908211),
(62438, '3220', '125.00', '3', '5.001', '10', '50000000', '54999999', '64000000', '64099999', NULL, 1652908212),
(62439, '3298', '82.00', '7', '10.001', '15', '50000000', '54999999', '64000000', '64099999', NULL, 1652908213),
(62440, '3220', '203.00', '3', '10.001', '15', '50000000', '54999999', '64000000', '64099999', NULL, 1652908214),
(62441, '3298', '113.00', '7', '15.001', '20', '50000000', '54999999', '64000000', '64099999', NULL, 1652908215),
(62442, '3220', '281.00', '3', '15.001', '20', '50000000', '54999999', '64000000', '64099999', NULL, 1652908215),
(62443, '3298', '145.00', '7', '20.001', '25', '50000000', '54999999', '64000000', '64099999', NULL, 1652908216),
(62444, '3220', '359.00', '3', '20.001', '25', '50000000', '54999999', '64000000', '64099999', NULL, 1652908217),
(62445, '3298', '176.00', '7', '25.001', '30', '50000000', '54999999', '64000000', '64099999', NULL, 1652908218),
(62446, '3220', '437.00', '3', '25.001', '30', '50000000', '54999999', '64000000', '64099999', NULL, 1652908218),
(62447, '3298', '50.00', '13', '0.3', '5', '50000000', '54999999', '64100000', '64999999', NULL, 1652908219),
(62448, '3220', '124.00', '7', '0.3', '5', '50000000', '54999999', '64100000', '64999999', NULL, 1652908220),
(62449, '3298', '83.00', '13', '5.001', '10', '50000000', '54999999', '64100000', '64999999', NULL, 1652908221),
(62450, '3220', '175.00', '7', '5.001', '10', '50000000', '54999999', '64100000', '64999999', NULL, 1652908222),
(62451, '3298', '135.00', '13', '10.001', '15', '50000000', '54999999', '64100000', '64999999', NULL, 1652908222),
(62452, '3220', '283.00', '7', '10.001', '15', '50000000', '54999999', '64100000', '64999999', NULL, 1652908223),
(62453, '3298', '186.00', '13', '15.001', '20', '50000000', '54999999', '64100000', '64999999', NULL, 1652908224),
(62454, '3220', '392.00', '7', '15.001', '20', '50000000', '54999999', '64100000', '64999999', NULL, 1652908224),
(62455, '3298', '238.00', '13', '20.001', '25', '50000000', '54999999', '64100000', '64999999', NULL, 1652908225),
(62456, '3220', '500.00', '7', '20.001', '25', '50000000', '54999999', '64100000', '64999999', NULL, 1652908225),
(62457, '3298', '290.00', '13', '25.001', '30', '50000000', '54999999', '64100000', '64999999', NULL, 1652908226),
(62458, '3220', '609.00', '7', '25.001', '30', '50000000', '54999999', '64100000', '64999999', NULL, 1652908227),
(62459, '3298', '38.00', '9', '0.3', '5', '50000000', '54999999', '65000000', '65099999', NULL, 1652908235),
(62460, '3220', '113.00', '5', '0.3', '5', '50000000', '54999999', '65000000', '65099999', NULL, 1652908236),
(62461, '3298', '58.00', '9', '5.001', '10', '50000000', '54999999', '65000000', '65099999', NULL, 1652908236),
(62462, '3220', '176.00', '5', '5.001', '10', '50000000', '54999999', '65000000', '65099999', NULL, 1652908237),
(62463, '3298', '94.00', '9', '10.001', '15', '50000000', '54999999', '65000000', '65099999', NULL, 1652908238),
(62464, '3220', '286.00', '5', '10.001', '15', '50000000', '54999999', '65000000', '65099999', NULL, 1652908239),
(62465, '3298', '130.00', '9', '15.001', '20', '50000000', '54999999', '65000000', '65099999', NULL, 1652908239),
(62466, '3220', '396.00', '5', '15.001', '20', '50000000', '54999999', '65000000', '65099999', NULL, 1652908240),
(62467, '3298', '166.00', '9', '20.001', '25', '50000000', '54999999', '65000000', '65099999', NULL, 1652908247),
(62468, '3220', '505.00', '5', '20.001', '25', '50000000', '54999999', '65000000', '65099999', NULL, 1652908249),
(62469, '3298', '202.00', '9', '25.001', '30', '50000000', '54999999', '65000000', '65099999', NULL, 1652908250),
(62470, '3220', '615.00', '5', '25.001', '30', '50000000', '54999999', '65000000', '65099999', NULL, 1652908254),
(62471, '3298', '70.00', '12', '0.3', '5', '50000000', '54999999', '65100000', '65999999', NULL, 1652908254),
(62472, '3220', '157.00', '9', '0.3', '5', '50000000', '54999999', '65100000', '65999999', NULL, 1652908255),
(62473, '3298', '106.00', '12', '5.001', '10', '50000000', '54999999', '65100000', '65999999', NULL, 1652908256),
(62474, '3220', '226.00', '9', '5.001', '10', '50000000', '54999999', '65100000', '65999999', NULL, 1652908256),
(62475, '3298', '172.00', '12', '10.001', '15', '50000000', '54999999', '65100000', '65999999', NULL, 1652908257),
(62476, '3220', '367.00', '9', '10.001', '15', '50000000', '54999999', '65100000', '65999999', NULL, 1652908259),
(62477, '3298', '239.00', '12', '15.001', '20', '50000000', '54999999', '65100000', '65999999', NULL, 1652908259),
(62478, '3220', '508.00', '9', '15.001', '20', '50000000', '54999999', '65100000', '65999999', NULL, 1652908261),
(62479, '3298', '305.00', '12', '20.001', '25', '50000000', '54999999', '65100000', '65999999', NULL, 1652908262),
(62480, '3220', '649.00', '9', '20.001', '25', '50000000', '54999999', '65100000', '65999999', NULL, 1652908263),
(62481, '3298', '371.00', '12', '25.001', '30', '50000000', '54999999', '65100000', '65999999', NULL, 1652908263),
(62482, '3220', '789.00', '9', '25.001', '30', '50000000', '54999999', '65100000', '65999999', NULL, 1652908264),
(62483, '3298', '45.00', '8', '0.3', '5', '50000000', '54999999', '66000000', '66999999', NULL, 1652908265),
(62484, '3220', '137.00', '4', '0.3', '5', '50000000', '54999999', '66000000', '66999999', NULL, 1652908265),
(62485, '3298', '71.00', '8', '5.001', '10', '50000000', '54999999', '66000000', '66999999', NULL, 1652908266),
(62486, '3220', '214.00', '4', '5.001', '10', '50000000', '54999999', '66000000', '66999999', NULL, 1652908267),
(62487, '3298', '116.00', '8', '10.001', '15', '50000000', '54999999', '66000000', '66999999', NULL, 1652908268),
(62488, '3220', '346.00', '4', '10.001', '15', '50000000', '54999999', '66000000', '66999999', NULL, 1652908268),
(62489, '3298', '160.00', '8', '15.001', '20', '50000000', '54999999', '66000000', '66999999', NULL, 1652908269),
(62490, '3220', '479.00', '4', '15.001', '20', '50000000', '54999999', '66000000', '66999999', NULL, 1652908270),
(62491, '3298', '205.00', '8', '20.001', '25', '50000000', '54999999', '66000000', '66999999', NULL, 1652908271),
(62492, '3220', '612.00', '4', '20.001', '25', '50000000', '54999999', '66000000', '66999999', NULL, 1652908272),
(62493, '3298', '249.00', '8', '25.001', '30', '50000000', '54999999', '66000000', '66999999', NULL, 1652908272),
(62494, '3220', '744.00', '4', '25.001', '30', '50000000', '54999999', '66000000', '66999999', NULL, 1652908276),
(62495, '3298', '45.00', '8', '0.3', '5', '50000000', '54999999', '66000000', '67999999', NULL, 1652908278),
(62496, '3220', '137.00', '4', '0.3', '5', '50000000', '54999999', '66000000', '67999999', NULL, 1652908278),
(62497, '3298', '71.00', '8', '5.001', '10', '50000000', '54999999', '66000000', '67999999', NULL, 1652908280),
(62498, '3220', '214.00', '4', '5.001', '10', '50000000', '54999999', '66000000', '67999999', NULL, 1652908284),
(62499, '3298', '116.00', '8', '10.001', '15', '50000000', '54999999', '66000000', '67999999', NULL, 1652908284),
(62500, '3220', '346.00', '4', '10.001', '15', '50000000', '54999999', '66000000', '67999999', NULL, 1652908288),
(62501, '3298', '160.00', '8', '15.001', '20', '50000000', '54999999', '66000000', '67999999', NULL, 1652908292),
(62502, '3220', '479.00', '4', '15.001', '20', '50000000', '54999999', '66000000', '67999999', NULL, 1652908292),
(62503, '3298', '205.00', '8', '20.001', '25', '50000000', '54999999', '66000000', '67999999', NULL, 1652908294),
(62504, '3220', '612.00', '4', '20.001', '25', '50000000', '54999999', '66000000', '67999999', NULL, 1652908294),
(62505, '3298', '249.00', '8', '25.001', '30', '50000000', '54999999', '66000000', '67999999', NULL, 1652908295),
(62506, '3220', '744.00', '4', '25.001', '30', '50000000', '54999999', '66000000', '67999999', NULL, 1652908299),
(62507, '3298', '90.00', '12', '0.3', '5', '50000000', '54999999', '68000000', '68899999', NULL, 1652908303),
(62508, '3220', '183.00', '7', '0.3', '5', '50000000', '54999999', '68000000', '68899999', NULL, 1652908308),
(62509, '3298', '133.00', '12', '5.001', '10', '50000000', '54999999', '68000000', '68899999', NULL, 1652908310),
(62510, '3220', '266.00', '7', '5.001', '10', '50000000', '54999999', '68000000', '68899999', NULL, 1652908311),
(62511, '3298', '215.00', '12', '10.001', '15', '50000000', '54999999', '68000000', '68899999', NULL, 1652908312),
(62512, '3220', '430.00', '7', '10.001', '15', '50000000', '54999999', '68000000', '68899999', NULL, 1652908313),
(62513, '3298', '298.00', '12', '15.001', '20', '50000000', '54999999', '68000000', '68899999', NULL, 1652908314),
(62514, '3220', '595.00', '7', '15.001', '20', '50000000', '54999999', '68000000', '68899999', NULL, 1652908316),
(62515, '3298', '380.00', '12', '20.001', '25', '50000000', '54999999', '68000000', '68899999', NULL, 1652908316),
(62516, '3220', '760.00', '7', '20.001', '25', '50000000', '54999999', '68000000', '68899999', NULL, 1652908317),
(62517, '3298', '463.00', '12', '25.001', '30', '50000000', '54999999', '68000000', '68899999', NULL, 1652908318),
(62518, '3220', '925.00', '7', '25.001', '30', '50000000', '54999999', '68000000', '68899999', NULL, 1652908319),
(62519, '3298', '45.00', '20', '0.3', '5', '50000000', '54999999', '68900000', '68914999', NULL, 1652908320),
(62520, '3220', '137.00', '11', '0.3', '5', '50000000', '54999999', '68900000', '68914999', NULL, 1652908321),
(62521, '3298', '71.00', '20', '5.001', '10', '50000000', '54999999', '68900000', '68914999', NULL, 1652908329),
(62522, '3220', '214.00', '11', '5.001', '10', '50000000', '54999999', '68900000', '68914999', NULL, 1652908330),
(62523, '3298', '116.00', '20', '10.001', '15', '50000000', '54999999', '68900000', '68914999', NULL, 1652908333),
(62524, '3220', '346.00', '11', '10.001', '15', '50000000', '54999999', '68900000', '68914999', NULL, 1652908341),
(62525, '3298', '160.00', '20', '15.001', '20', '50000000', '54999999', '68900000', '68914999', NULL, 1652908343),
(62526, '3220', '479.00', '11', '15.001', '20', '50000000', '54999999', '68900000', '68914999', NULL, 1652908345),
(62527, '3298', '205.00', '20', '20.001', '25', '50000000', '54999999', '68900000', '68914999', NULL, 1652908356),
(62528, '3220', '612.00', '11', '20.001', '25', '50000000', '54999999', '68900000', '68914999', NULL, 1652908357),
(62529, '3298', '249.00', '20', '25.001', '30', '50000000', '54999999', '68900000', '68914999', NULL, 1652908364),
(62530, '3220', '744.00', '11', '25.001', '30', '50000000', '54999999', '68900000', '68914999', NULL, 1652908365),
(62531, '3298', '90.00', '22', '0.3', '5', '50000000', '54999999', '68915000', '68999999', NULL, 1652908366),
(62532, '3220', '183.00', '13', '0.3', '5', '50000000', '54999999', '68915000', '68999999', NULL, 1652908367),
(62533, '3298', '133.00', '22', '5.001', '10', '50000000', '54999999', '68915000', '68999999', NULL, 1652908368),
(62534, '3220', '266.00', '13', '5.001', '10', '50000000', '54999999', '68915000', '68999999', NULL, 1652908368),
(62535, '3298', '215.00', '22', '10.001', '15', '50000000', '54999999', '68915000', '68999999', NULL, 1652908369),
(62536, '3220', '430.00', '13', '10.001', '15', '50000000', '54999999', '68915000', '68999999', NULL, 1652908370),
(62537, '3298', '298.00', '22', '15.001', '20', '50000000', '54999999', '68915000', '68999999', NULL, 1652908371),
(62538, '3220', '595.00', '13', '15.001', '20', '50000000', '54999999', '68915000', '68999999', NULL, 1652908374),
(62539, '3298', '380.00', '22', '20.001', '25', '50000000', '54999999', '68915000', '68999999', NULL, 1652908375),
(62540, '3220', '760.00', '13', '20.001', '25', '50000000', '54999999', '68915000', '68999999', NULL, 1652908377),
(62541, '3298', '463.00', '22', '25.001', '30', '50000000', '54999999', '68915000', '68999999', NULL, 1652908377),
(62542, '3220', '925.00', '13', '25.001', '30', '50000000', '54999999', '68915000', '68999999', NULL, 1652908379),
(62543, '3298', '45.00', '22', '0.3', '5', '50000000', '54999999', '69000000', '69099999', NULL, 1652908380),
(62544, '3220', '137.00', '3', '0.3', '5', '50000000', '54999999', '69000000', '69099999', NULL, 1652908383),
(62545, '3298', '71.00', '22', '5.001', '10', '50000000', '54999999', '69000000', '69099999', NULL, 1652908384),
(62546, '3220', '214.00', '3', '5.001', '10', '50000000', '54999999', '69000000', '69099999', NULL, 1652908386),
(62547, '3298', '116.00', '22', '10.001', '15', '50000000', '54999999', '69000000', '69099999', NULL, 1652908387),
(62548, '3220', '346.00', '3', '10.001', '15', '50000000', '54999999', '69000000', '69099999', NULL, 1652908389),
(62549, '3298', '160.00', '22', '15.001', '20', '50000000', '54999999', '69000000', '69099999', NULL, 1652908390),
(62550, '3220', '479.00', '3', '15.001', '20', '50000000', '54999999', '69000000', '69099999', NULL, 1652908391),
(62551, '3298', '205.00', '22', '20.001', '25', '50000000', '54999999', '69000000', '69099999', NULL, 1652908401),
(62552, '3220', '612.00', '3', '20.001', '25', '50000000', '54999999', '69000000', '69099999', NULL, 1652908402),
(62553, '3298', '249.00', '22', '25.001', '30', '50000000', '54999999', '69000000', '69099999', NULL, 1652908404),
(62554, '3220', '744.00', '3', '25.001', '30', '50000000', '54999999', '69000000', '69099999', NULL, 1652908404),
(62555, '3298', '90.00', '29', '0.3', '5', '50000000', '54999999', '69100000', '69299999', NULL, 1652908405),
(62556, '3220', '183.00', '6', '0.3', '5', '50000000', '54999999', '69100000', '69299999', NULL, 1652908406),
(62557, '3298', '133.00', '29', '5.001', '10', '50000000', '54999999', '69100000', '69299999', NULL, 1652908407),
(62558, '3220', '266.00', '6', '5.001', '10', '50000000', '54999999', '69100000', '69299999', NULL, 1652908407),
(62559, '3298', '215.00', '29', '10.001', '15', '50000000', '54999999', '69100000', '69299999', NULL, 1652908408),
(62560, '3220', '430.00', '6', '10.001', '15', '50000000', '54999999', '69100000', '69299999', NULL, 1652908408),
(62561, '3298', '298.00', '29', '15.001', '20', '50000000', '54999999', '69100000', '69299999', NULL, 1652908409),
(62562, '3220', '595.00', '6', '15.001', '20', '50000000', '54999999', '69100000', '69299999', NULL, 1652908410),
(62563, '3298', '380.00', '29', '20.001', '25', '50000000', '54999999', '69100000', '69299999', NULL, 1652908410),
(62564, '3220', '760.00', '6', '20.001', '25', '50000000', '54999999', '69100000', '69299999', NULL, 1652908410),
(62565, '3298', '463.00', '29', '25.001', '30', '50000000', '54999999', '69100000', '69299999', NULL, 1652908411),
(62566, '3220', '925.00', '6', '25.001', '30', '50000000', '54999999', '69100000', '69299999', NULL, 1652908412),
(62567, '3298', '45.00', '22', '0.3', '5', '50000000', '54999999', '69300000', '69339999', NULL, 1652908413),
(62568, '3220', '137.00', '3', '0.3', '5', '50000000', '54999999', '69300000', '69339999', NULL, 1652908422),
(62569, '3298', '71.00', '22', '5.001', '10', '50000000', '54999999', '69300000', '69339999', NULL, 1652908423),
(62570, '3220', '214.00', '3', '5.001', '10', '50000000', '54999999', '69300000', '69339999', NULL, 1652908423),
(62571, '3298', '116.00', '22', '10.001', '15', '50000000', '54999999', '69300000', '69339999', NULL, 1652908424),
(62572, '3220', '346.00', '3', '10.001', '15', '50000000', '54999999', '69300000', '69339999', NULL, 1652908424),
(62573, '3298', '160.00', '22', '15.001', '20', '50000000', '54999999', '69300000', '69339999', NULL, 1652908425),
(62574, '3220', '479.00', '3', '15.001', '20', '50000000', '54999999', '69300000', '69339999', NULL, 1652908428),
(62575, '3298', '205.00', '22', '20.001', '25', '50000000', '54999999', '69300000', '69339999', NULL, 1652908429),
(62576, '3220', '612.00', '3', '20.001', '25', '50000000', '54999999', '69300000', '69339999', NULL, 1652908430),
(62577, '3298', '249.00', '22', '25.001', '30', '50000000', '54999999', '69300000', '69339999', NULL, 1652908431),
(62578, '3220', '744.00', '3', '25.001', '30', '50000000', '54999999', '69300000', '69339999', NULL, 1652908432),
(62579, '3298', '90.00', '29', '0.3', '5', '50000000', '54999999', '69340000', '69389999', NULL, 1652908438),
(62580, '3220', '183.00', '9', '0.3', '5', '50000000', '54999999', '69340000', '69389999', NULL, 1652908442),
(62581, '3298', '133.00', '29', '5.001', '10', '50000000', '54999999', '69340000', '69389999', NULL, 1652908446),
(62582, '3220', '266.00', '9', '5.001', '10', '50000000', '54999999', '69340000', '69389999', NULL, 1652908447),
(62583, '3298', '215.00', '29', '10.001', '15', '50000000', '54999999', '69340000', '69389999', NULL, 1652908448),
(62584, '3220', '430.00', '9', '10.001', '15', '50000000', '54999999', '69340000', '69389999', NULL, 1652908455),
(62585, '3298', '298.00', '29', '15.001', '20', '50000000', '54999999', '69340000', '69389999', NULL, 1652908456),
(62586, '3220', '595.00', '9', '15.001', '20', '50000000', '54999999', '69340000', '69389999', NULL, 1652908458),
(62587, '3298', '380.00', '29', '20.001', '25', '50000000', '54999999', '69340000', '69389999', NULL, 1652908458),
(62588, '3220', '760.00', '9', '20.001', '25', '50000000', '54999999', '69340000', '69389999', NULL, 1652908459),
(62589, '3298', '463.00', '29', '25.001', '30', '50000000', '54999999', '69340000', '69389999', NULL, 1652908461),
(62590, '3220', '925.00', '9', '25.001', '30', '50000000', '54999999', '69340000', '69389999', NULL, 1652908462),
(62591, '3298', '45.00', '10', '0.3', '5', '50000000', '54999999', '69900000', '69920999', NULL, 1652908463),
(62592, '3220', '137.00', '5', '0.3', '5', '50000000', '54999999', '69900000', '69920999', NULL, 1652908464),
(62593, '3298', '71.00', '10', '5.001', '10', '50000000', '54999999', '69900000', '69920999', NULL, 1652908465),
(62594, '3220', '214.00', '5', '5.001', '10', '50000000', '54999999', '69900000', '69920999', NULL, 1652908466),
(62595, '3298', '116.00', '10', '10.001', '15', '50000000', '54999999', '69900000', '69920999', NULL, 1652908468),
(62596, '3220', '346.00', '5', '10.001', '15', '50000000', '54999999', '69900000', '69920999', NULL, 1652908469),
(62597, '3298', '160.00', '10', '15.001', '20', '50000000', '54999999', '69900000', '69920999', NULL, 1652908476),
(62598, '3220', '479.00', '5', '15.001', '20', '50000000', '54999999', '69900000', '69920999', NULL, 1652908477),
(62599, '3298', '205.00', '10', '20.001', '25', '50000000', '54999999', '69900000', '69920999', NULL, 1652908478),
(62600, '3220', '612.00', '5', '20.001', '25', '50000000', '54999999', '69900000', '69920999', NULL, 1652908480),
(62601, '3298', '249.00', '10', '25.001', '30', '50000000', '54999999', '69900000', '69920999', NULL, 1652908482),
(62602, '3220', '744.00', '5', '25.001', '30', '50000000', '54999999', '69900000', '69920999', NULL, 1652908483),
(62603, '3298', '90.00', '15', '0.3', '5', '50000000', '54999999', '69921000', '69999999', NULL, 1652908484),
(62604, '3220', '183.00', '10', '0.3', '5', '50000000', '54999999', '69921000', '69999999', NULL, 1652908486),
(62605, '3298', '133.00', '15', '5.001', '10', '50000000', '54999999', '69921000', '69999999', NULL, 1652908489),
(62606, '3220', '266.00', '10', '5.001', '10', '50000000', '54999999', '69921000', '69999999', NULL, 1652908490),
(62607, '3298', '215.00', '15', '10.001', '15', '50000000', '54999999', '69921000', '69999999', NULL, 1652908491),
(62608, '3220', '430.00', '10', '10.001', '15', '50000000', '54999999', '69921000', '69999999', NULL, 1652908492),
(62609, '3298', '298.00', '15', '15.001', '20', '50000000', '54999999', '69921000', '69999999', NULL, 1652908493),
(62610, '3220', '595.00', '10', '15.001', '20', '50000000', '54999999', '69921000', '69999999', NULL, 1652908494),
(62611, '3298', '380.00', '15', '20.001', '25', '50000000', '54999999', '69921000', '69999999', NULL, 1652908494),
(62612, '3220', '760.00', '10', '20.001', '25', '50000000', '54999999', '69921000', '69999999', NULL, 1652908496),
(62613, '3298', '463.00', '15', '25.001', '30', '50000000', '54999999', '69921000', '69999999', NULL, 1652908497),
(62614, '3220', '925.00', '10', '25.001', '30', '50000000', '54999999', '69921000', '69999999', NULL, 1652908499),
(62615, '3298', '45.00', '6', '0.3', '5', '50000000', '54999999', '71000000', '73699999', NULL, 1652908499),
(62616, '3220', '137.00', '2', '0.3', '5', '50000000', '54999999', '71000000', '73699999', NULL, 1652908501),
(62617, '3298', '71.00', '6', '5.001', '10', '50000000', '54999999', '71000000', '73699999', NULL, 1652908502),
(62618, '3220', '214.00', '2', '5.001', '10', '50000000', '54999999', '71000000', '73699999', NULL, 1652908503),
(62619, '3298', '116.00', '6', '10.001', '15', '50000000', '54999999', '71000000', '73699999', NULL, 1652908504),
(62620, '3220', '346.00', '2', '10.001', '15', '50000000', '54999999', '71000000', '73699999', NULL, 1652908505),
(62621, '3298', '160.00', '6', '15.001', '20', '50000000', '54999999', '71000000', '73699999', NULL, 1652908506),
(62622, '3220', '479.00', '2', '15.001', '20', '50000000', '54999999', '71000000', '73699999', NULL, 1652908507),
(62623, '3298', '205.00', '6', '20.001', '25', '50000000', '54999999', '71000000', '73699999', NULL, 1652908508),
(62624, '3220', '612.00', '2', '20.001', '25', '50000000', '54999999', '71000000', '73699999', NULL, 1652908510),
(62625, '3298', '249.00', '6', '25.001', '30', '50000000', '54999999', '71000000', '73699999', NULL, 1652908510),
(62626, '3220', '744.00', '2', '25.001', '30', '50000000', '54999999', '71000000', '73699999', NULL, 1652908511),
(62627, '3298', '45.00', '6', '0.3', '5', '50000000', '54999999', '72800000', '73999999', NULL, 1652908512),
(62628, '3220', '137.00', '2', '0.3', '5', '50000000', '54999999', '72800000', '73999999', NULL, 1652908514),
(62629, '3298', '71.00', '6', '5.001', '10', '50000000', '54999999', '72800000', '73999999', NULL, 1652908515),
(62630, '3220', '214.00', '2', '5.001', '10', '50000000', '54999999', '72800000', '73999999', NULL, 1652908518),
(62631, '3298', '116.00', '6', '10.001', '15', '50000000', '54999999', '72800000', '73999999', NULL, 1652908519),
(62632, '3220', '346.00', '2', '10.001', '15', '50000000', '54999999', '72800000', '73999999', NULL, 1652908520),
(62633, '3298', '160.00', '6', '15.001', '20', '50000000', '54999999', '72800000', '73999999', NULL, 1652908521),
(62634, '3220', '479.00', '2', '15.001', '20', '50000000', '54999999', '72800000', '73999999', NULL, 1652908522),
(62635, '3298', '205.00', '6', '20.001', '25', '50000000', '54999999', '72800000', '73999999', NULL, 1652908525),
(62636, '3220', '612.00', '2', '20.001', '25', '50000000', '54999999', '72800000', '73999999', NULL, 1652908527),
(62637, '3298', '249.00', '6', '25.001', '30', '50000000', '54999999', '72800000', '73999999', NULL, 1652908528),
(62638, '3220', '744.00', '2', '25.001', '30', '50000000', '54999999', '72800000', '73999999', NULL, 1652908529),
(62639, '3298', '45.00', '7', '0.3', '5', '50000000', '54999999', '74000000', '74894999', NULL, 1652908531),
(62640, '3220', '137.00', '2', '0.3', '5', '50000000', '54999999', '74000000', '74894999', NULL, 1652908536),
(62641, '3298', '71.00', '7', '5.001', '10', '50000000', '54999999', '74000000', '74894999', NULL, 1652908536),
(62642, '3220', '214.00', '2', '5.001', '10', '50000000', '54999999', '74000000', '74894999', NULL, 1652908537),
(62643, '3298', '116.00', '7', '10.001', '15', '50000000', '54999999', '74000000', '74894999', NULL, 1652908538),
(62644, '3220', '346.00', '2', '10.001', '15', '50000000', '54999999', '74000000', '74894999', NULL, 1652908542),
(62645, '3298', '160.00', '7', '15.001', '20', '50000000', '54999999', '74000000', '74894999', NULL, 1652908547),
(62646, '3220', '479.00', '2', '15.001', '20', '50000000', '54999999', '74000000', '74894999', NULL, 1652908551),
(62647, '3298', '205.00', '7', '20.001', '25', '50000000', '54999999', '74000000', '74894999', NULL, 1652908551),
(62648, '3220', '612.00', '2', '20.001', '25', '50000000', '54999999', '74000000', '74894999', NULL, 1652908552),
(62649, '3298', '249.00', '7', '25.001', '30', '50000000', '54999999', '74000000', '74894999', NULL, 1652908556),
(62650, '3220', '744.00', '2', '25.001', '30', '50000000', '54999999', '74000000', '74894999', NULL, 1652908556),
(62651, '3298', '45.00', '7', '0.3', '5', '50000000', '54999999', '74895000', '76799999', NULL, 1652908557),
(62652, '3220', '137.00', '2', '0.3', '5', '50000000', '54999999', '74895000', '76799999', NULL, 1652908557),
(62653, '3298', '71.00', '7', '5.001', '10', '50000000', '54999999', '74895000', '76799999', NULL, 1652908558),
(62654, '3220', '214.00', '2', '5.001', '10', '50000000', '54999999', '74895000', '76799999', NULL, 1652908558),
(62655, '3298', '116.00', '7', '10.001', '15', '50000000', '54999999', '74895000', '76799999', NULL, 1652908559),
(62656, '3220', '346.00', '2', '10.001', '15', '50000000', '54999999', '74895000', '76799999', NULL, 1652908561),
(62657, '3298', '160.00', '7', '15.001', '20', '50000000', '54999999', '74895000', '76799999', NULL, 1652908562),
(62658, '3220', '479.00', '2', '15.001', '20', '50000000', '54999999', '74895000', '76799999', NULL, 1652908566),
(62659, '3298', '205.00', '7', '20.001', '25', '50000000', '54999999', '74895000', '76799999', NULL, 1652908567),
(62660, '3220', '612.00', '2', '20.001', '25', '50000000', '54999999', '74895000', '76799999', NULL, 1652908569),
(62661, '3298', '249.00', '7', '25.001', '30', '50000000', '54999999', '74895000', '76799999', NULL, 1652908573),
(62662, '3220', '744.00', '2', '25.001', '30', '50000000', '54999999', '74895000', '76799999', NULL, 1652908574),
(62663, '3298', '45.00', '9', '0.3', '5', '50000000', '54999999', '77000000', '77270999', NULL, 1652908576),
(62664, '3220', '137.00', '2', '0.3', '5', '50000000', '54999999', '77000000', '77270999', NULL, 1652908577),
(62665, '3298', '71.00', '9', '5.001', '10', '50000000', '54999999', '77000000', '77270999', NULL, 1652908579),
(62666, '3220', '214.00', '2', '5.001', '10', '50000000', '54999999', '77000000', '77270999', NULL, 1652908580),
(62667, '3298', '116.00', '9', '10.001', '15', '50000000', '54999999', '77000000', '77270999', NULL, 1652908581),
(62668, '3220', '346.00', '2', '10.001', '15', '50000000', '54999999', '77000000', '77270999', NULL, 1652908582),
(62669, '3298', '160.00', '9', '15.001', '20', '50000000', '54999999', '77000000', '77270999', NULL, 1652908585),
(62670, '3220', '479.00', '2', '15.001', '20', '50000000', '54999999', '77000000', '77270999', NULL, 1652908586),
(62671, '3298', '205.00', '9', '20.001', '25', '50000000', '54999999', '77000000', '77270999', NULL, 1652908586),
(62672, '3220', '612.00', '2', '20.001', '25', '50000000', '54999999', '77000000', '77270999', NULL, 1652908587),
(62673, '3298', '249.00', '9', '25.001', '30', '50000000', '54999999', '77000000', '77270999', NULL, 1652908589),
(62674, '3220', '744.00', '2', '25.001', '30', '50000000', '54999999', '77000000', '77270999', NULL, 1652908590),
(62675, '3298', '90.00', '9', '0.3', '5', '50000000', '54999999', '77300000', '77995999', NULL, 1652908591),
(62676, '3220', '183.00', '3', '0.3', '5', '50000000', '54999999', '77300000', '77995999', NULL, 1652908592),
(62677, '3298', '133.00', '9', '5.001', '10', '50000000', '54999999', '77300000', '77995999', NULL, 1652908594),
(62678, '3220', '266.00', '3', '5.001', '10', '50000000', '54999999', '77300000', '77995999', NULL, 1652908595),
(62679, '3298', '215.00', '9', '10.001', '15', '50000000', '54999999', '77300000', '77995999', NULL, 1652908597),
(62680, '3220', '430.00', '3', '10.001', '15', '50000000', '54999999', '77300000', '77995999', NULL, 1652908597),
(62681, '3298', '298.00', '9', '15.001', '20', '50000000', '54999999', '77300000', '77995999', NULL, 1652908598),
(62682, '3220', '595.00', '3', '15.001', '20', '50000000', '54999999', '77300000', '77995999', NULL, 1652908599),
(62683, '3298', '380.00', '9', '20.001', '25', '50000000', '54999999', '77300000', '77995999', NULL, 1652908600),
(62684, '3220', '760.00', '3', '20.001', '25', '50000000', '54999999', '77300000', '77995999', NULL, 1652908603),
(62685, '3298', '463.00', '9', '25.001', '30', '50000000', '54999999', '77300000', '77995999', NULL, 1652908605),
(62686, '3220', '925.00', '3', '25.001', '30', '50000000', '54999999', '77300000', '77995999', NULL, 1652908605),
(62687, '3298', '45.00', '9', '0.3', '5', '50000000', '54999999', '78000000', '78109999', NULL, 1652908607),
(62688, '3220', '137.00', '5', '0.3', '5', '50000000', '54999999', '78000000', '78109999', NULL, 1652908608),
(62689, '3298', '71.00', '9', '5.001', '10', '50000000', '54999999', '78000000', '78109999', NULL, 1652908609),
(62690, '3220', '214.00', '5', '5.001', '10', '50000000', '54999999', '78000000', '78109999', NULL, 1652908611),
(62691, '3298', '116.00', '9', '10.001', '15', '50000000', '54999999', '78000000', '78109999', NULL, 1652908619),
(62692, '3220', '346.00', '5', '10.001', '15', '50000000', '54999999', '78000000', '78109999', NULL, 1652908620),
(62693, '3298', '160.00', '9', '15.001', '20', '50000000', '54999999', '78000000', '78109999', NULL, 1652908631),
(62694, '3220', '479.00', '5', '15.001', '20', '50000000', '54999999', '78000000', '78109999', NULL, 1652908634),
(62695, '3298', '205.00', '9', '20.001', '25', '50000000', '54999999', '78000000', '78109999', NULL, 1652908634),
(62696, '3220', '612.00', '5', '20.001', '25', '50000000', '54999999', '78000000', '78109999', NULL, 1652908635),
(62697, '3298', '249.00', '9', '25.001', '30', '50000000', '54999999', '78000000', '78109999', NULL, 1652908641),
(62698, '3220', '744.00', '5', '25.001', '30', '50000000', '54999999', '78000000', '78109999', NULL, 1652908642),
(62699, '3298', '90.00', '11', '0.3', '5', '50000000', '54999999', '78110000', '78899999', NULL, 1652908642),
(62700, '3220', '183.00', '6', '0.3', '5', '50000000', '54999999', '78110000', '78899999', NULL, 1652908643),
(62701, '3298', '133.00', '11', '5.001', '10', '50000000', '54999999', '78110000', '78899999', NULL, 1652908644),
(62702, '3220', '266.00', '6', '5.001', '10', '50000000', '54999999', '78110000', '78899999', NULL, 1652908645),
(62703, '3298', '215.00', '11', '10.001', '15', '50000000', '54999999', '78110000', '78899999', NULL, 1652908646),
(62704, '3220', '430.00', '6', '10.001', '15', '50000000', '54999999', '78110000', '78899999', NULL, 1652908647),
(62705, '3298', '298.00', '11', '15.001', '20', '50000000', '54999999', '78110000', '78899999', NULL, 1652908648),
(62706, '3220', '595.00', '6', '15.001', '20', '50000000', '54999999', '78110000', '78899999', NULL, 1652908649),
(62707, '3298', '380.00', '11', '20.001', '25', '50000000', '54999999', '78110000', '78899999', NULL, 1652908650),
(62708, '3220', '760.00', '6', '20.001', '25', '50000000', '54999999', '78110000', '78899999', NULL, 1652908651),
(62709, '3298', '463.00', '11', '25.001', '30', '50000000', '54999999', '78110000', '78899999', NULL, 1652908653),
(62710, '3220', '925.00', '6', '25.001', '30', '50000000', '54999999', '78110000', '78899999', NULL, 1652908655),
(62711, '3298', '90.00', '10', '0.3', '5', '50000000', '54999999', '78900000', '78930999', NULL, 1652908655),
(62712, '3220', '183.00', '6', '0.3', '5', '50000000', '54999999', '78900000', '78930999', NULL, 1652908656),
(62713, '3298', '133.00', '10', '5.001', '10', '50000000', '54999999', '78900000', '78930999', NULL, 1652908657),
(62714, '3220', '266.00', '6', '5.001', '10', '50000000', '54999999', '78900000', '78930999', NULL, 1652908657),
(62715, '3298', '215.00', '10', '10.001', '15', '50000000', '54999999', '78900000', '78930999', NULL, 1652908658),
(62716, '3220', '430.00', '6', '10.001', '15', '50000000', '54999999', '78900000', '78930999', NULL, 1652908659),
(62717, '3298', '298.00', '10', '15.001', '20', '50000000', '54999999', '78900000', '78930999', NULL, 1652908660),
(62718, '3220', '595.00', '6', '15.001', '20', '50000000', '54999999', '78900000', '78930999', NULL, 1652908670),
(62719, '3298', '380.00', '10', '20.001', '25', '50000000', '54999999', '78900000', '78930999', NULL, 1652908671),
(62720, '3220', '760.00', '6', '20.001', '25', '50000000', '54999999', '78900000', '78930999', NULL, 1652908678),
(62721, '3298', '463.00', '10', '25.001', '30', '50000000', '54999999', '78900000', '78930999', NULL, 1652908679),
(62722, '3220', '925.00', '6', '25.001', '30', '50000000', '54999999', '78900000', '78930999', NULL, 1652908680),
(62723, '3298', '90.00', '9', '0.3', '5', '50000000', '54999999', '78931000', '78999999', NULL, 1652908681),
(62724, '3220', '183.00', '5', '0.3', '5', '50000000', '54999999', '78931000', '78999999', NULL, 1652908682),
(62725, '3298', '133.00', '9', '5.001', '10', '50000000', '54999999', '78931000', '78999999', NULL, 1652908684),
(62726, '3220', '266.00', '5', '5.001', '10', '50000000', '54999999', '78931000', '78999999', NULL, 1652908685),
(62727, '3298', '215.00', '9', '10.001', '15', '50000000', '54999999', '78931000', '78999999', NULL, 1652908686),
(62728, '3220', '430.00', '5', '10.001', '15', '50000000', '54999999', '78931000', '78999999', NULL, 1652908688),
(62729, '3298', '298.00', '9', '15.001', '20', '50000000', '54999999', '78931000', '78999999', NULL, 1652908688),
(62730, '3220', '595.00', '5', '15.001', '20', '50000000', '54999999', '78931000', '78999999', NULL, 1652908689),
(62731, '3298', '380.00', '9', '20.001', '25', '50000000', '54999999', '78931000', '78999999', NULL, 1652908690),
(62732, '3220', '760.00', '5', '20.001', '25', '50000000', '54999999', '78931000', '78999999', NULL, 1652908690),
(62733, '3298', '463.00', '9', '25.001', '30', '50000000', '54999999', '78931000', '78999999', NULL, 1652908691),
(62734, '3220', '925.00', '5', '25.001', '30', '50000000', '54999999', '78931000', '78999999', NULL, 1652908691),
(62735, '3298', '45.00', '7', '0.3', '5', '50000000', '54999999', '79000000', '79129999', NULL, 1652908692),
(62736, '3220', '137.00', '2', '0.3', '5', '50000000', '54999999', '79000000', '79129999', NULL, 1652908693),
(62737, '3298', '71.00', '7', '5.001', '10', '50000000', '54999999', '79000000', '79129999', NULL, 1652908694),
(62738, '3220', '214.00', '2', '5.001', '10', '50000000', '54999999', '79000000', '79129999', NULL, 1652908695),
(62739, '3298', '116.00', '7', '10.001', '15', '50000000', '54999999', '79000000', '79129999', NULL, 1652908695),
(62740, '3220', '346.00', '2', '10.001', '15', '50000000', '54999999', '79000000', '79129999', NULL, 1652908696),
(62741, '3298', '160.00', '7', '15.001', '20', '50000000', '54999999', '79000000', '79129999', NULL, 1652908697),
(62742, '3220', '479.00', '2', '15.001', '20', '50000000', '54999999', '79000000', '79129999', NULL, 1652908697),
(62743, '3298', '205.00', '7', '20.001', '25', '50000000', '54999999', '79000000', '79129999', NULL, 1652908698),
(62744, '3220', '612.00', '2', '20.001', '25', '50000000', '54999999', '79000000', '79129999', NULL, 1652908698),
(62745, '3298', '249.00', '7', '25.001', '30', '50000000', '54999999', '79000000', '79129999', NULL, 1652908699),
(62746, '3220', '744.00', '2', '25.001', '30', '50000000', '54999999', '79000000', '79129999', NULL, 1652908700),
(62747, '3298', '90.00', '10', '0.3', '5', '50000000', '54999999', '79130000', '79999999', NULL, 1652908700),
(62748, '3220', '183.00', '6', '0.3', '5', '50000000', '54999999', '79130000', '79999999', NULL, 1652908701),
(62749, '3298', '133.00', '10', '5.001', '10', '50000000', '54999999', '79130000', '79999999', NULL, 1652908705),
(62750, '3220', '266.00', '6', '5.001', '10', '50000000', '54999999', '79130000', '79999999', NULL, 1652908706),
(62751, '3298', '215.00', '10', '10.001', '15', '50000000', '54999999', '79130000', '79999999', NULL, 1652908706),
(62752, '3220', '430.00', '6', '10.001', '15', '50000000', '54999999', '79130000', '79999999', NULL, 1652908707),
(62753, '3298', '298.00', '10', '15.001', '20', '50000000', '54999999', '79130000', '79999999', NULL, 1652908707),
(62754, '3220', '595.00', '6', '15.001', '20', '50000000', '54999999', '79130000', '79999999', NULL, 1652908708),
(62755, '3298', '380.00', '10', '20.001', '25', '50000000', '54999999', '79130000', '79999999', NULL, 1652908709),
(62756, '3220', '760.00', '6', '20.001', '25', '50000000', '54999999', '79130000', '79999999', NULL, 1652908710),
(62757, '3298', '463.00', '10', '25.001', '30', '50000000', '54999999', '79130000', '79999999', NULL, 1652908711),
(62758, '3220', '925.00', '6', '25.001', '30', '50000000', '54999999', '79130000', '79999999', NULL, 1652908711),
(62759, '3298', '45.00', '7', '0.3', '5', '50000000', '54999999', '80000000', '82999999', NULL, 1652908712),
(62760, '3220', '137.00', '2', '0.3', '5', '50000000', '54999999', '80000000', '82999999', NULL, 1652908712),
(62761, '3298', '71.00', '7', '5.001', '10', '50000000', '54999999', '80000000', '82999999', NULL, 1652908719),
(62762, '3220', '214.00', '2', '5.001', '10', '50000000', '54999999', '80000000', '82999999', NULL, 1652908719),
(62763, '3298', '116.00', '7', '10.001', '15', '50000000', '54999999', '80000000', '82999999', NULL, 1652908721),
(62764, '3220', '346.00', '2', '10.001', '15', '50000000', '54999999', '80000000', '82999999', NULL, 1652908721),
(62765, '3298', '160.00', '7', '15.001', '20', '50000000', '54999999', '80000000', '82999999', NULL, 1652908722),
(62766, '3220', '479.00', '2', '15.001', '20', '50000000', '54999999', '80000000', '82999999', NULL, 1652908722),
(62767, '3298', '205.00', '7', '20.001', '25', '50000000', '54999999', '80000000', '82999999', NULL, 1652908723),
(62768, '3220', '612.00', '2', '20.001', '25', '50000000', '54999999', '80000000', '82999999', NULL, 1652908723),
(62769, '3298', '249.00', '7', '25.001', '30', '50000000', '54999999', '80000000', '82999999', NULL, 1652908724),
(62770, '3220', '744.00', '2', '25.001', '30', '50000000', '54999999', '80000000', '82999999', NULL, 1652908725),
(62771, '3298', '45.00', '7', '0.3', '5', '50000000', '54999999', '80000000', '83800999', NULL, 1652908726),
(62772, '3220', '137.00', '2', '0.3', '5', '50000000', '54999999', '80000000', '83800999', NULL, 1652908726),
(62773, '3298', '71.00', '7', '5.001', '10', '50000000', '54999999', '80000000', '83800999', NULL, 1652908727),
(62774, '3220', '214.00', '2', '5.001', '10', '50000000', '54999999', '80000000', '83800999', NULL, 1652908727),
(62775, '3298', '116.00', '7', '10.001', '15', '50000000', '54999999', '80000000', '83800999', NULL, 1652908728),
(62776, '3220', '346.00', '2', '10.001', '15', '50000000', '54999999', '80000000', '83800999', NULL, 1652908728),
(62777, '3298', '160.00', '7', '15.001', '20', '50000000', '54999999', '80000000', '83800999', NULL, 1652908729),
(62778, '3220', '479.00', '2', '15.001', '20', '50000000', '54999999', '80000000', '83800999', NULL, 1652908729),
(62779, '3298', '205.00', '7', '20.001', '25', '50000000', '54999999', '80000000', '83800999', NULL, 1652908730),
(62780, '3220', '612.00', '2', '20.001', '25', '50000000', '54999999', '80000000', '83800999', NULL, 1652908730),
(62781, '3298', '249.00', '7', '25.001', '30', '50000000', '54999999', '80000000', '83800999', NULL, 1652908731),
(62782, '3220', '744.00', '2', '25.001', '30', '50000000', '54999999', '80000000', '83800999', NULL, 1652908732),
(62783, '3298', '90.00', '10', '0.3', '5', '50000000', '54999999', '83801000', '87999999', NULL, 1652908732),
(62784, '3220', '183.00', '4', '0.3', '5', '50000000', '54999999', '83801000', '87999999', NULL, 1652908733),
(62785, '3298', '133.00', '10', '5.001', '10', '50000000', '54999999', '83801000', '87999999', NULL, 1652908741),
(62786, '3220', '266.00', '4', '5.001', '10', '50000000', '54999999', '83801000', '87999999', NULL, 1652908741),
(62787, '3298', '215.00', '10', '10.001', '15', '50000000', '54999999', '83801000', '87999999', NULL, 1652908742),
(62788, '3220', '430.00', '4', '10.001', '15', '50000000', '54999999', '83801000', '87999999', NULL, 1652908743),
(62789, '3298', '298.00', '10', '15.001', '20', '50000000', '54999999', '83801000', '87999999', NULL, 1652908745),
(62790, '3220', '595.00', '4', '15.001', '20', '50000000', '54999999', '83801000', '87999999', NULL, 1652908746),
(62791, '3298', '380.00', '10', '20.001', '25', '50000000', '54999999', '83801000', '87999999', NULL, 1652908747),
(62792, '3220', '760.00', '4', '20.001', '25', '50000000', '54999999', '83801000', '87999999', NULL, 1652908749),
(62793, '3298', '463.00', '10', '25.001', '30', '50000000', '54999999', '83801000', '87999999', NULL, 1652908760),
(62794, '3220', '925.00', '4', '25.001', '30', '50000000', '54999999', '83801000', '87999999', NULL, 1652908761),
(62795, '3298', '45.00', '8', '0.3', '5', '50000000', '54999999', '88000000', '82999999', NULL, 1652908762),
(62796, '3220', '137.00', '2', '0.3', '5', '50000000', '54999999', '88000000', '82999999', NULL, 1652908763),
(62797, '3298', '71.00', '8', '5.001', '10', '50000000', '54999999', '88000000', '82999999', NULL, 1652908774),
(62798, '3220', '214.00', '2', '5.001', '10', '50000000', '54999999', '88000000', '82999999', NULL, 1652908783),
(62799, '3298', '116.00', '8', '10.001', '15', '50000000', '54999999', '88000000', '82999999', NULL, 1652908784),
(62800, '3220', '346.00', '2', '10.001', '15', '50000000', '54999999', '88000000', '82999999', NULL, 1652908786),
(62801, '3298', '160.00', '8', '15.001', '20', '50000000', '54999999', '88000000', '82999999', NULL, 1652908795),
(62802, '3220', '479.00', '2', '15.001', '20', '50000000', '54999999', '88000000', '82999999', NULL, 1652908795),
(62803, '3298', '205.00', '8', '20.001', '25', '50000000', '54999999', '88000000', '82999999', NULL, 1652908796),
(62804, '3220', '612.00', '2', '20.001', '25', '50000000', '54999999', '88000000', '82999999', NULL, 1652908797),
(62805, '3298', '249.00', '8', '25.001', '30', '50000000', '54999999', '88000000', '82999999', NULL, 1652908799),
(62806, '3220', '744.00', '2', '25.001', '30', '50000000', '54999999', '88000000', '82999999', NULL, 1652908799),
(62807, '3298', '45.00', '8', '0.3', '5', '50000000', '54999999', '88000000', '88469999', NULL, 1652908800),
(62808, '3220', '137.00', '2', '0.3', '5', '50000000', '54999999', '88000000', '88469999', NULL, 1652908809),
(62809, '3298', '71.00', '8', '5.001', '10', '50000000', '54999999', '88000000', '88469999', NULL, 1652908809),
(62810, '3220', '214.00', '2', '5.001', '10', '50000000', '54999999', '88000000', '88469999', NULL, 1652908810),
(62811, '3298', '116.00', '8', '10.001', '15', '50000000', '54999999', '88000000', '88469999', NULL, 1652908811),
(62812, '3220', '346.00', '2', '10.001', '15', '50000000', '54999999', '88000000', '88469999', NULL, 1652908812);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(62813, '3298', '160.00', '8', '15.001', '20', '50000000', '54999999', '88000000', '88469999', NULL, 1652908813),
(62814, '3220', '479.00', '2', '15.001', '20', '50000000', '54999999', '88000000', '88469999', NULL, 1652908813),
(62815, '3298', '205.00', '8', '20.001', '25', '50000000', '54999999', '88000000', '88469999', NULL, 1652908819),
(62816, '3220', '612.00', '2', '20.001', '25', '50000000', '54999999', '88000000', '88469999', NULL, 1652908820),
(62817, '3298', '249.00', '8', '25.001', '30', '50000000', '54999999', '88000000', '88469999', NULL, 1652908826),
(62818, '3220', '744.00', '2', '25.001', '30', '50000000', '54999999', '88000000', '88469999', NULL, 1652908827),
(62819, '3298', '78.00', '8', '0.3', '5', '50000000', '54999999', '88470000', '89999999', NULL, 1652908828),
(62820, '3220', '154.00', '3', '0.3', '5', '50000000', '54999999', '88470000', '89999999', NULL, 1652908828),
(62821, '3298', '114.00', '8', '5.001', '10', '50000000', '54999999', '88470000', '89999999', NULL, 1652908829),
(62822, '3220', '223.00', '3', '5.001', '10', '50000000', '54999999', '88470000', '89999999', NULL, 1652908831),
(62823, '3298', '185.00', '8', '10.001', '15', '50000000', '54999999', '88470000', '89999999', NULL, 1652908833),
(62824, '3220', '361.00', '3', '10.001', '15', '50000000', '54999999', '88470000', '89999999', NULL, 1652908834),
(62825, '3298', '256.00', '8', '15.001', '20', '50000000', '54999999', '88470000', '89999999', NULL, 1652908836),
(62826, '3220', '500.00', '3', '15.001', '20', '50000000', '54999999', '88470000', '89999999', NULL, 1652908837),
(62827, '3298', '327.00', '8', '20.001', '25', '50000000', '54999999', '88470000', '89999999', NULL, 1652908838),
(62828, '3220', '638.00', '3', '20.001', '25', '50000000', '54999999', '88470000', '89999999', NULL, 1652908838),
(62829, '3298', '398.00', '8', '25.001', '30', '50000000', '54999999', '88470000', '89999999', NULL, 1652908840),
(62830, '3220', '777.00', '3', '25.001', '30', '50000000', '54999999', '88470000', '89999999', NULL, 1652908840),
(62831, '3298', '45.00', '8', '0.3', '5', '50000000', '54999999', '90000000', '91999999', NULL, 1652908841),
(62832, '3220', '137.00', '2', '0.3', '5', '50000000', '54999999', '90000000', '91999999', NULL, 1652908842),
(62833, '3298', '71.00', '8', '5.001', '10', '50000000', '54999999', '90000000', '91999999', NULL, 1652908843),
(62834, '3220', '214.00', '2', '5.001', '10', '50000000', '54999999', '90000000', '91999999', NULL, 1652908843),
(62835, '3298', '116.00', '8', '10.001', '15', '50000000', '54999999', '90000000', '91999999', NULL, 1652908844),
(62836, '3220', '346.00', '2', '10.001', '15', '50000000', '54999999', '90000000', '91999999', NULL, 1652908845),
(62837, '3298', '160.00', '8', '15.001', '20', '50000000', '54999999', '90000000', '91999999', NULL, 1652908845),
(62838, '3220', '479.00', '2', '15.001', '20', '50000000', '54999999', '90000000', '91999999', NULL, 1652908846),
(62839, '3298', '205.00', '8', '20.001', '25', '50000000', '54999999', '90000000', '91999999', NULL, 1652908846),
(62840, '3220', '612.00', '2', '20.001', '25', '50000000', '54999999', '90000000', '91999999', NULL, 1652908852),
(62841, '3298', '249.00', '8', '25.001', '30', '50000000', '54999999', '90000000', '91999999', NULL, 1652908852),
(62842, '3220', '744.00', '2', '25.001', '30', '50000000', '54999999', '90000000', '91999999', NULL, 1652908853),
(62843, '3298', '45.00', '8', '0.3', '5', '50000000', '54999999', '90000000', '94900999', NULL, 1652908853),
(62844, '3220', '137.00', '3', '0.3', '5', '50000000', '54999999', '90000000', '94900999', NULL, 1652908854),
(62845, '3298', '71.00', '8', '5.001', '10', '50000000', '54999999', '90000000', '94900999', NULL, 1652908856),
(62846, '3220', '214.00', '3', '5.001', '10', '50000000', '54999999', '90000000', '94900999', NULL, 1652908857),
(62847, '3298', '116.00', '8', '10.001', '15', '50000000', '54999999', '90000000', '94900999', NULL, 1652908857),
(62848, '3220', '346.00', '3', '10.001', '15', '50000000', '54999999', '90000000', '94900999', NULL, 1652908859),
(62849, '3298', '160.00', '8', '15.001', '20', '50000000', '54999999', '90000000', '94900999', NULL, 1652908867),
(62850, '3220', '479.00', '3', '15.001', '20', '50000000', '54999999', '90000000', '94900999', NULL, 1652908868),
(62851, '3298', '205.00', '8', '20.001', '25', '50000000', '54999999', '90000000', '94900999', NULL, 1652908869),
(62852, '3220', '612.00', '3', '20.001', '25', '50000000', '54999999', '90000000', '94900999', NULL, 1652908869),
(62853, '3298', '249.00', '8', '25.001', '30', '50000000', '54999999', '90000000', '94900999', NULL, 1652908870),
(62854, '3220', '744.00', '3', '25.001', '30', '50000000', '54999999', '90000000', '94900999', NULL, 1652908871),
(62855, '3298', '90.00', '12', '0.3', '5', '50000000', '54999999', '94901000', '99999999', NULL, 1652908873),
(62856, '3220', '183.00', '6', '0.3', '5', '50000000', '54999999', '94901000', '99999999', NULL, 1652908874),
(62857, '3298', '133.00', '12', '5.001', '10', '50000000', '54999999', '94901000', '99999999', NULL, 1652908874),
(62858, '3220', '266.00', '6', '5.001', '10', '50000000', '54999999', '94901000', '99999999', NULL, 1652908875),
(62859, '3298', '215.00', '12', '10.001', '15', '50000000', '54999999', '94901000', '99999999', NULL, 1652908876),
(62860, '3220', '430.00', '6', '10.001', '15', '50000000', '54999999', '94901000', '99999999', NULL, 1652908876),
(62861, '3298', '298.00', '12', '15.001', '20', '50000000', '54999999', '94901000', '99999999', NULL, 1652908876),
(62862, '3220', '595.00', '6', '15.001', '20', '50000000', '54999999', '94901000', '99999999', NULL, 1652908877),
(62863, '3298', '380.00', '12', '20.001', '25', '50000000', '54999999', '94901000', '99999999', NULL, 1652908877),
(62864, '3220', '760.00', '6', '20.001', '25', '50000000', '54999999', '94901000', '99999999', NULL, 1652908878),
(62865, '3298', '463.00', '12', '25.001', '30', '50000000', '54999999', '94901000', '99999999', NULL, 1652908889),
(62866, '3220', '925.00', '6', '25.001', '30', '50000000', '54999999', '94901000', '99999999', NULL, 1652908890),
(62867, '3298', '90.00', '11', '0.3', '5', '55000000', '56999999', '01000000', '08499999', NULL, 1652908890),
(62868, '3220', '183.00', '6', '0.3', '5', '55000000', '56999999', '01000000', '08499999', NULL, 1652908891),
(62869, '3298', '133.00', '11', '5.001', '10', '55000000', '56999999', '01000000', '08499999', NULL, 1652908892),
(62870, '3220', '266.00', '6', '5.001', '10', '55000000', '56999999', '01000000', '08499999', NULL, 1652908892),
(62871, '3298', '215.00', '11', '10.001', '15', '55000000', '56999999', '01000000', '08499999', NULL, 1652908893),
(62872, '3220', '430.00', '6', '10.001', '15', '55000000', '56999999', '01000000', '08499999', NULL, 1652908894),
(62873, '3298', '298.00', '11', '15.001', '20', '55000000', '56999999', '01000000', '08499999', NULL, 1652908894),
(62874, '3220', '595.00', '6', '15.001', '20', '55000000', '56999999', '01000000', '08499999', NULL, 1652908905),
(62875, '3298', '380.00', '11', '20.001', '25', '55000000', '56999999', '01000000', '08499999', NULL, 1652908905),
(62876, '3220', '760.00', '6', '20.001', '25', '55000000', '56999999', '01000000', '08499999', NULL, 1652908906),
(62877, '3298', '463.00', '11', '25.001', '30', '55000000', '56999999', '01000000', '08499999', NULL, 1652908906),
(62878, '3220', '925.00', '6', '25.001', '30', '55000000', '56999999', '01000000', '08499999', NULL, 1652908907),
(62879, '3298', '90.00', '11', '0.3', '5', '55000000', '56999999', '06000000', '09999999', NULL, 1652908908),
(62880, '3220', '183.00', '6', '0.3', '5', '55000000', '56999999', '06000000', '09999999', NULL, 1652908908),
(62881, '3298', '133.00', '11', '5.001', '10', '55000000', '56999999', '06000000', '09999999', NULL, 1652908909),
(62882, '3220', '266.00', '6', '5.001', '10', '55000000', '56999999', '06000000', '09999999', NULL, 1652908910),
(62883, '3298', '215.00', '11', '10.001', '15', '55000000', '56999999', '06000000', '09999999', NULL, 1652908910),
(62884, '3220', '430.00', '6', '10.001', '15', '55000000', '56999999', '06000000', '09999999', NULL, 1652908911),
(62885, '3298', '298.00', '11', '15.001', '20', '55000000', '56999999', '06000000', '09999999', NULL, 1652908911),
(62886, '3220', '595.00', '6', '15.001', '20', '55000000', '56999999', '06000000', '09999999', NULL, 1652908912),
(62887, '3298', '380.00', '11', '20.001', '25', '55000000', '56999999', '06000000', '09999999', NULL, 1652908921),
(62888, '3220', '760.00', '6', '20.001', '25', '55000000', '56999999', '06000000', '09999999', NULL, 1652908922),
(62889, '3298', '463.00', '11', '25.001', '30', '55000000', '56999999', '06000000', '09999999', NULL, 1652908923),
(62890, '3220', '925.00', '6', '25.001', '30', '55000000', '56999999', '06000000', '09999999', NULL, 1652908924),
(62891, '3298', '90.00', '12', '0.3', '5', '55000000', '56999999', '11000000', '11999999', NULL, 1652908925),
(62892, '3220', '183.00', '8', '0.3', '5', '55000000', '56999999', '11000000', '11999999', NULL, 1652908936),
(62893, '3298', '133.00', '12', '5.001', '10', '55000000', '56999999', '11000000', '11999999', NULL, 1652908937),
(62894, '3220', '266.00', '8', '5.001', '10', '55000000', '56999999', '11000000', '11999999', NULL, 1652908947),
(62895, '3298', '215.00', '12', '10.001', '15', '55000000', '56999999', '11000000', '11999999', NULL, 1652908948),
(62896, '3220', '430.00', '8', '10.001', '15', '55000000', '56999999', '11000000', '11999999', NULL, 1652908949),
(62897, '3298', '298.00', '12', '15.001', '20', '55000000', '56999999', '11000000', '11999999', NULL, 1652908959),
(62898, '3220', '595.00', '8', '15.001', '20', '55000000', '56999999', '11000000', '11999999', NULL, 1652908960),
(62899, '3298', '380.00', '12', '20.001', '25', '55000000', '56999999', '11000000', '11999999', NULL, 1652908961),
(62900, '3220', '760.00', '8', '20.001', '25', '55000000', '56999999', '11000000', '11999999', NULL, 1652908967),
(62901, '3298', '463.00', '12', '25.001', '30', '55000000', '56999999', '11000000', '11999999', NULL, 1652908968),
(62902, '3220', '925.00', '8', '25.001', '30', '55000000', '56999999', '11000000', '11999999', NULL, 1652908968),
(62903, '3298', '90.00', '11', '0.3', '5', '55000000', '56999999', '12000000', '19999999', NULL, 1652908969),
(62904, '3220', '183.00', '6', '0.3', '5', '55000000', '56999999', '12000000', '19999999', NULL, 1652908970),
(62905, '3298', '133.00', '11', '5.001', '10', '55000000', '56999999', '12000000', '19999999', NULL, 1652908970),
(62906, '3220', '266.00', '6', '5.001', '10', '55000000', '56999999', '12000000', '19999999', NULL, 1652908977),
(62907, '3298', '215.00', '11', '10.001', '15', '55000000', '56999999', '12000000', '19999999', NULL, 1652908978),
(62908, '3220', '430.00', '6', '10.001', '15', '55000000', '56999999', '12000000', '19999999', NULL, 1652908979),
(62909, '3298', '298.00', '11', '15.001', '20', '55000000', '56999999', '12000000', '19999999', NULL, 1652908987),
(62910, '3220', '595.00', '6', '15.001', '20', '55000000', '56999999', '12000000', '19999999', NULL, 1652908990),
(62911, '3298', '380.00', '11', '20.001', '25', '55000000', '56999999', '12000000', '19999999', NULL, 1652908991),
(62912, '3220', '760.00', '6', '20.001', '25', '55000000', '56999999', '12000000', '19999999', NULL, 1652908992),
(62913, '3298', '463.00', '11', '25.001', '30', '55000000', '56999999', '12000000', '19999999', NULL, 1652908993),
(62914, '3220', '925.00', '6', '25.001', '30', '55000000', '56999999', '12000000', '19999999', NULL, 1652908993),
(62915, '3298', '70.00', '12', '0.3', '5', '55000000', '56999999', '26601000', '28999999', NULL, 1652909039),
(62916, '3220', '157.00', '8', '0.3', '5', '55000000', '56999999', '26601000', '28999999', NULL, 1652909040),
(62917, '3298', '106.00', '12', '5.001', '10', '55000000', '56999999', '26601000', '28999999', NULL, 1652909041),
(62918, '3220', '226.00', '8', '5.001', '10', '55000000', '56999999', '26601000', '28999999', NULL, 1652909047),
(62919, '3298', '172.00', '12', '10.001', '15', '55000000', '56999999', '26601000', '28999999', NULL, 1652909047),
(62920, '3220', '367.00', '8', '10.001', '15', '55000000', '56999999', '26601000', '28999999', NULL, 1652909050),
(62921, '3298', '239.00', '12', '15.001', '20', '55000000', '56999999', '26601000', '28999999', NULL, 1652909051),
(62922, '3220', '508.00', '8', '15.001', '20', '55000000', '56999999', '26601000', '28999999', NULL, 1652909056),
(62923, '3298', '305.00', '12', '20.001', '25', '55000000', '56999999', '26601000', '28999999', NULL, 1652909059),
(62924, '3220', '649.00', '8', '20.001', '25', '55000000', '56999999', '26601000', '28999999', NULL, 1652909060),
(62925, '3298', '371.00', '12', '25.001', '30', '55000000', '56999999', '26601000', '28999999', NULL, 1652909061),
(62926, '3220', '789.00', '8', '25.001', '30', '55000000', '56999999', '26601000', '28999999', NULL, 1652909063),
(62927, '3298', '50.00', '12', '0.3', '5', '55000000', '56999999', '29000000', '29099999', NULL, 1652909064),
(62928, '3220', '124.00', '7', '0.3', '5', '55000000', '56999999', '29000000', '29099999', NULL, 1652909064),
(62929, '3298', '83.00', '12', '5.001', '10', '55000000', '56999999', '29000000', '29099999', NULL, 1652909067),
(62930, '3220', '175.00', '7', '5.001', '10', '55000000', '56999999', '29000000', '29099999', NULL, 1652909069),
(62931, '3298', '135.00', '12', '10.001', '15', '55000000', '56999999', '29000000', '29099999', NULL, 1652909070),
(62932, '3220', '283.00', '7', '10.001', '15', '55000000', '56999999', '29000000', '29099999', NULL, 1652909071),
(62933, '3298', '186.00', '12', '15.001', '20', '55000000', '56999999', '29000000', '29099999', NULL, 1652909073),
(62934, '3220', '392.00', '7', '15.001', '20', '55000000', '56999999', '29000000', '29099999', NULL, 1652909076),
(62935, '3298', '238.00', '12', '20.001', '25', '55000000', '56999999', '29000000', '29099999', NULL, 1652909078),
(62936, '3220', '500.00', '7', '20.001', '25', '55000000', '56999999', '29000000', '29099999', NULL, 1652909079),
(62937, '3298', '290.00', '12', '25.001', '30', '55000000', '56999999', '29000000', '29099999', NULL, 1652909079),
(62938, '3220', '609.00', '7', '25.001', '30', '55000000', '56999999', '29000000', '29099999', NULL, 1652909080),
(62939, '3298', '50.00', '14', '0.3', '5', '55000000', '56999999', '29100000', '29999999', NULL, 1652909081),
(62940, '3220', '124.00', '9', '0.3', '5', '55000000', '56999999', '29100000', '29999999', NULL, 1652909081),
(62941, '3298', '83.00', '14', '5.001', '10', '55000000', '56999999', '29100000', '29999999', NULL, 1652909083),
(62942, '3220', '175.00', '9', '5.001', '10', '55000000', '56999999', '29100000', '29999999', NULL, 1652909083),
(62943, '3298', '135.00', '14', '10.001', '15', '55000000', '56999999', '29100000', '29999999', NULL, 1652909084),
(62944, '3220', '283.00', '9', '10.001', '15', '55000000', '56999999', '29100000', '29999999', NULL, 1652909088),
(62945, '3298', '186.00', '14', '15.001', '20', '55000000', '56999999', '29100000', '29999999', NULL, 1652909089),
(62946, '3220', '392.00', '9', '15.001', '20', '55000000', '56999999', '29100000', '29999999', NULL, 1652909089),
(62947, '3298', '238.00', '14', '20.001', '25', '55000000', '56999999', '29100000', '29999999', NULL, 1652909091),
(62948, '3220', '500.00', '9', '20.001', '25', '55000000', '56999999', '29100000', '29999999', NULL, 1652909092),
(62949, '3298', '290.00', '14', '25.001', '30', '55000000', '56999999', '29100000', '29999999', NULL, 1652909093),
(62950, '3220', '609.00', '9', '25.001', '30', '55000000', '56999999', '29100000', '29999999', NULL, 1652909097),
(62951, '3298', '70.00', '10', '0.3', '5', '55000000', '56999999', '30000000', '31999999', NULL, 1652909098),
(62952, '3220', '157.00', '6', '0.3', '5', '55000000', '56999999', '30000000', '31999999', NULL, 1652909100),
(62953, '3298', '106.00', '10', '5.001', '10', '55000000', '56999999', '30000000', '31999999', NULL, 1652909100),
(62954, '3220', '226.00', '6', '5.001', '10', '55000000', '56999999', '30000000', '31999999', NULL, 1652909101),
(62955, '3298', '172.00', '10', '10.001', '15', '55000000', '56999999', '30000000', '31999999', NULL, 1652909102),
(62956, '3220', '367.00', '6', '10.001', '15', '55000000', '56999999', '30000000', '31999999', NULL, 1652909103),
(62957, '3298', '239.00', '10', '15.001', '20', '55000000', '56999999', '30000000', '31999999', NULL, 1652909104),
(62958, '3220', '508.00', '6', '15.001', '20', '55000000', '56999999', '30000000', '31999999', NULL, 1652909105),
(62959, '3298', '305.00', '10', '20.001', '25', '55000000', '56999999', '30000000', '31999999', NULL, 1652909108),
(62960, '3220', '649.00', '6', '20.001', '25', '55000000', '56999999', '30000000', '31999999', NULL, 1652909109),
(62961, '3298', '371.00', '10', '25.001', '30', '55000000', '56999999', '30000000', '31999999', NULL, 1652909109),
(62962, '3220', '789.00', '6', '25.001', '30', '55000000', '56999999', '30000000', '31999999', NULL, 1652909110),
(62963, '3298', '70.00', '10', '0.3', '5', '55000000', '56999999', '30000000', '34999999', NULL, 1652909110),
(62964, '3220', '157.00', '6', '0.3', '5', '55000000', '56999999', '30000000', '34999999', NULL, 1652909115),
(62965, '3298', '106.00', '10', '5.001', '10', '55000000', '56999999', '30000000', '34999999', NULL, 1652909116),
(62966, '3220', '226.00', '6', '5.001', '10', '55000000', '56999999', '30000000', '34999999', NULL, 1652909116),
(62967, '3298', '172.00', '10', '10.001', '15', '55000000', '56999999', '30000000', '34999999', NULL, 1652909121),
(62968, '3220', '367.00', '6', '10.001', '15', '55000000', '56999999', '30000000', '34999999', NULL, 1652909125),
(62969, '3298', '239.00', '10', '15.001', '20', '55000000', '56999999', '30000000', '34999999', NULL, 1652909126),
(62970, '3220', '508.00', '6', '15.001', '20', '55000000', '56999999', '30000000', '34999999', NULL, 1652909128),
(62971, '3298', '305.00', '10', '20.001', '25', '55000000', '56999999', '30000000', '34999999', NULL, 1652909129),
(62972, '3220', '649.00', '6', '20.001', '25', '55000000', '56999999', '30000000', '34999999', NULL, 1652909130),
(62973, '3298', '371.00', '10', '25.001', '30', '55000000', '56999999', '30000000', '34999999', NULL, 1652909131),
(62974, '3220', '789.00', '6', '25.001', '30', '55000000', '56999999', '30000000', '34999999', NULL, 1652909136),
(62975, '3298', '70.00', '12', '0.3', '5', '55000000', '56999999', '35000000', '39999999', NULL, 1652909137),
(62976, '3220', '157.00', '8', '0.3', '5', '55000000', '56999999', '35000000', '39999999', NULL, 1652909139),
(62977, '3298', '106.00', '12', '5.001', '10', '55000000', '56999999', '35000000', '39999999', NULL, 1652909141),
(62978, '3220', '226.00', '8', '5.001', '10', '55000000', '56999999', '35000000', '39999999', NULL, 1652909142),
(62979, '3298', '172.00', '12', '10.001', '15', '55000000', '56999999', '35000000', '39999999', NULL, 1652909143),
(62980, '3220', '367.00', '8', '10.001', '15', '55000000', '56999999', '35000000', '39999999', NULL, 1652909144),
(62981, '3298', '239.00', '12', '15.001', '20', '55000000', '56999999', '35000000', '39999999', NULL, 1652909146),
(62982, '3220', '508.00', '8', '15.001', '20', '55000000', '56999999', '35000000', '39999999', NULL, 1652909149),
(62983, '3298', '305.00', '12', '20.001', '25', '55000000', '56999999', '35000000', '39999999', NULL, 1652909149),
(62984, '3220', '649.00', '8', '20.001', '25', '55000000', '56999999', '35000000', '39999999', NULL, 1652909150),
(62985, '3298', '371.00', '12', '25.001', '30', '55000000', '56999999', '35000000', '39999999', NULL, 1652909151),
(62986, '3220', '789.00', '8', '25.001', '30', '55000000', '56999999', '35000000', '39999999', NULL, 1652909157),
(62987, '3298', '50.00', '9', '0.3', '5', '55000000', '56999999', '40000000', '41999999', NULL, 1652909159),
(62988, '3220', '124.00', '6', '0.3', '5', '55000000', '56999999', '40000000', '41999999', NULL, 1652909159),
(62989, '3298', '83.00', '9', '5.001', '10', '55000000', '56999999', '40000000', '41999999', NULL, 1652909166),
(62990, '3220', '175.00', '6', '5.001', '10', '55000000', '56999999', '40000000', '41999999', NULL, 1652909167),
(62991, '3298', '135.00', '9', '10.001', '15', '55000000', '56999999', '40000000', '41999999', NULL, 1652909167),
(62992, '3220', '283.00', '6', '10.001', '15', '55000000', '56999999', '40000000', '41999999', NULL, 1652909169),
(62993, '3298', '186.00', '9', '15.001', '20', '55000000', '56999999', '40000000', '41999999', NULL, 1652909170),
(62994, '3220', '392.00', '6', '15.001', '20', '55000000', '56999999', '40000000', '41999999', NULL, 1652909171),
(62995, '3298', '238.00', '9', '20.001', '25', '55000000', '56999999', '40000000', '41999999', NULL, 1652909172),
(62996, '3220', '500.00', '6', '20.001', '25', '55000000', '56999999', '40000000', '41999999', NULL, 1652909174),
(62997, '3298', '290.00', '9', '25.001', '30', '55000000', '56999999', '40000000', '41999999', NULL, 1652909175),
(62998, '3220', '609.00', '6', '25.001', '30', '55000000', '56999999', '40000000', '41999999', NULL, 1652909175),
(62999, '3298', '50.00', '9', '0.3', '5', '55000000', '56999999', '40000000', '44470999', NULL, 1652909176),
(63000, '3220', '124.00', '6', '0.3', '5', '55000000', '56999999', '40000000', '44470999', NULL, 1652909178),
(63001, '3298', '83.00', '9', '5.001', '10', '55000000', '56999999', '40000000', '44470999', NULL, 1652909179),
(63002, '3220', '175.00', '6', '5.001', '10', '55000000', '56999999', '40000000', '44470999', NULL, 1652909180),
(63003, '3298', '135.00', '9', '10.001', '15', '55000000', '56999999', '40000000', '44470999', NULL, 1652909182),
(63004, '3220', '283.00', '6', '10.001', '15', '55000000', '56999999', '40000000', '44470999', NULL, 1652909186),
(63005, '3298', '186.00', '9', '15.001', '20', '55000000', '56999999', '40000000', '44470999', NULL, 1652909189),
(63006, '3220', '392.00', '6', '15.001', '20', '55000000', '56999999', '40000000', '44470999', NULL, 1652909190),
(63007, '3298', '238.00', '9', '20.001', '25', '55000000', '56999999', '40000000', '44470999', NULL, 1652909193),
(63008, '3220', '500.00', '6', '20.001', '25', '55000000', '56999999', '40000000', '44470999', NULL, 1652909194),
(63009, '3298', '290.00', '9', '25.001', '30', '55000000', '56999999', '40000000', '44470999', NULL, 1652909195),
(63010, '3220', '609.00', '6', '25.001', '30', '55000000', '56999999', '40000000', '44470999', NULL, 1652909198),
(63011, '3298', '50.00', '11', '0.3', '5', '55000000', '56999999', '44471000', '48999999', NULL, 1652909200),
(63012, '3220', '124.00', '10', '0.3', '5', '55000000', '56999999', '44471000', '48999999', NULL, 1652909201),
(63013, '3298', '83.00', '11', '5.001', '10', '55000000', '56999999', '44471000', '48999999', NULL, 1652909205),
(63014, '3220', '175.00', '10', '5.001', '10', '55000000', '56999999', '44471000', '48999999', NULL, 1652909206),
(63015, '3298', '135.00', '11', '10.001', '15', '55000000', '56999999', '44471000', '48999999', NULL, 1652909211),
(63016, '3220', '283.00', '10', '10.001', '15', '55000000', '56999999', '44471000', '48999999', NULL, 1652909214),
(63017, '3298', '186.00', '11', '15.001', '20', '55000000', '56999999', '44471000', '48999999', NULL, 1652909220),
(63018, '3220', '392.00', '10', '15.001', '20', '55000000', '56999999', '44471000', '48999999', NULL, 1652909222),
(63019, '3298', '238.00', '11', '20.001', '25', '55000000', '56999999', '44471000', '48999999', NULL, 1652909223),
(63020, '3220', '500.00', '10', '20.001', '25', '55000000', '56999999', '44471000', '48999999', NULL, 1652909224),
(63021, '3298', '290.00', '11', '25.001', '30', '55000000', '56999999', '44471000', '48999999', NULL, 1652909227),
(63022, '3220', '609.00', '10', '25.001', '30', '55000000', '56999999', '44471000', '48999999', NULL, 1652909229),
(63023, '3298', '44.00', '9', '0.3', '5', '55000000', '56999999', '49000000', '49099999', NULL, 1652909231),
(63024, '3220', '102.00', '6', '0.3', '5', '55000000', '56999999', '49000000', '49099999', NULL, 1652909232),
(63025, '3298', '74.00', '9', '5.001', '10', '55000000', '56999999', '49000000', '49099999', NULL, 1652909233),
(63026, '3220', '141.00', '6', '5.001', '10', '55000000', '56999999', '49000000', '49099999', NULL, 1652909234),
(63027, '3298', '120.00', '9', '10.001', '15', '55000000', '56999999', '49000000', '49099999', NULL, 1652909235),
(63028, '3220', '229.00', '6', '10.001', '15', '55000000', '56999999', '49000000', '49099999', NULL, 1652909236),
(63029, '3298', '166.00', '9', '15.001', '20', '55000000', '56999999', '49000000', '49099999', NULL, 1652909237),
(63030, '3220', '316.00', '6', '15.001', '20', '55000000', '56999999', '49000000', '49099999', NULL, 1652909242),
(63031, '3298', '212.00', '9', '20.001', '25', '55000000', '56999999', '49000000', '49099999', NULL, 1652909243),
(63032, '3220', '404.00', '6', '20.001', '25', '55000000', '56999999', '49000000', '49099999', NULL, 1652909244),
(63033, '3298', '258.00', '9', '25.001', '30', '55000000', '56999999', '49000000', '49099999', NULL, 1652909249),
(63034, '3220', '492.00', '6', '25.001', '30', '55000000', '56999999', '49000000', '49099999', NULL, 1652909255),
(63035, '3298', '44.00', '11', '0.3', '5', '55000000', '56999999', '49100000', '49999999', NULL, 1652909256),
(63036, '3220', '102.00', '8', '0.3', '5', '55000000', '56999999', '49100000', '49999999', NULL, 1652909261),
(63037, '3298', '74.00', '11', '5.001', '10', '55000000', '56999999', '49100000', '49999999', NULL, 1652909262),
(63038, '3220', '141.00', '8', '5.001', '10', '55000000', '56999999', '49100000', '49999999', NULL, 1652909262),
(63039, '3298', '120.00', '11', '10.001', '15', '55000000', '56999999', '49100000', '49999999', NULL, 1652909263),
(63040, '3220', '229.00', '8', '10.001', '15', '55000000', '56999999', '49100000', '49999999', NULL, 1652909264),
(63041, '3298', '166.00', '11', '15.001', '20', '55000000', '56999999', '49100000', '49999999', NULL, 1652909268),
(63042, '3220', '316.00', '8', '15.001', '20', '55000000', '56999999', '49100000', '49999999', NULL, 1652909269),
(63043, '3298', '212.00', '11', '20.001', '25', '55000000', '56999999', '49100000', '49999999', NULL, 1652909270),
(63044, '3220', '404.00', '8', '20.001', '25', '55000000', '56999999', '49100000', '49999999', NULL, 1652909271),
(63045, '3298', '258.00', '11', '25.001', '30', '55000000', '56999999', '49100000', '49999999', NULL, 1652909272),
(63046, '3220', '492.00', '8', '25.001', '30', '55000000', '56999999', '49100000', '49999999', NULL, 1652909273),
(63047, '3298', '26.00', '6', '0.3', '5', '55000000', '56999999', '50000000', '52999999', NULL, 1652909274),
(63048, '3220', '34.00', '4', '0.3', '5', '55000000', '56999999', '50000000', '52999999', NULL, 1652909275),
(63049, '3298', '32.00', '6', '5.001', '10', '55000000', '56999999', '50000000', '52999999', NULL, 1652909279),
(63050, '3220', '48.00', '4', '5.001', '10', '55000000', '56999999', '50000000', '52999999', NULL, 1652909280),
(63051, '3298', '52.00', '6', '10.001', '15', '55000000', '56999999', '50000000', '52999999', NULL, 1652909281),
(63052, '3220', '79.00', '4', '10.001', '15', '55000000', '56999999', '50000000', '52999999', NULL, 1652909283),
(63053, '3298', '72.00', '6', '15.001', '20', '55000000', '56999999', '50000000', '52999999', NULL, 1652909284),
(63054, '3220', '109.00', '4', '15.001', '20', '55000000', '56999999', '50000000', '52999999', NULL, 1652909291),
(63055, '3298', '92.00', '6', '20.001', '25', '55000000', '56999999', '50000000', '52999999', NULL, 1652909291),
(63056, '3220', '139.00', '4', '20.001', '25', '55000000', '56999999', '50000000', '52999999', NULL, 1652909297),
(63057, '3298', '112.00', '6', '25.001', '30', '55000000', '56999999', '50000000', '52999999', NULL, 1652909298),
(63058, '3220', '170.00', '4', '25.001', '30', '55000000', '56999999', '50000000', '52999999', NULL, 1652909299),
(63059, '3298', '26.00', '6', '0.3', '5', '55000000', '56999999', '50000000', '54999999', NULL, 1652909301),
(63060, '3220', '34.00', '4', '0.3', '5', '55000000', '56999999', '50000000', '54999999', NULL, 1652909302),
(63061, '3298', '32.00', '6', '5.001', '10', '55000000', '56999999', '50000000', '54999999', NULL, 1652909307),
(63062, '3220', '48.00', '4', '5.001', '10', '55000000', '56999999', '50000000', '54999999', NULL, 1652909308),
(63063, '3298', '52.00', '6', '10.001', '15', '55000000', '56999999', '50000000', '54999999', NULL, 1652909310),
(63064, '3220', '79.00', '4', '10.001', '15', '55000000', '56999999', '50000000', '54999999', NULL, 1652909311),
(63065, '3298', '72.00', '6', '15.001', '20', '55000000', '56999999', '50000000', '54999999', NULL, 1652909312),
(63066, '3220', '109.00', '4', '15.001', '20', '55000000', '56999999', '50000000', '54999999', NULL, 1652909313),
(63067, '3298', '92.00', '6', '20.001', '25', '55000000', '56999999', '50000000', '54999999', NULL, 1652909319),
(63068, '3220', '139.00', '4', '20.001', '25', '55000000', '56999999', '50000000', '54999999', NULL, 1652909321),
(63069, '3298', '112.00', '6', '25.001', '30', '55000000', '56999999', '50000000', '54999999', NULL, 1652909322),
(63070, '3220', '170.00', '4', '25.001', '30', '55000000', '56999999', '50000000', '54999999', NULL, 1652909324),
(63071, '3298', '26.00', '5', '0.3', '5', '55000000', '56999999', '55000000', '56999999', NULL, 1652909325),
(63072, '3220', '22.00', '1', '0.3', '5', '55000000', '56999999', '55000000', '56999999', NULL, 1652909327),
(63073, '3298', '32.00', '5', '5.001', '10', '55000000', '56999999', '55000000', '56999999', NULL, 1652909329),
(63074, '3220', '28.00', '1', '5.001', '10', '55000000', '56999999', '55000000', '56999999', NULL, 1652909333),
(63075, '3298', '52.00', '5', '10.001', '15', '55000000', '56999999', '55000000', '56999999', NULL, 1652909334),
(63076, '3220', '45.00', '1', '10.001', '15', '55000000', '56999999', '55000000', '56999999', NULL, 1652909339),
(63077, '3298', '72.00', '5', '15.001', '20', '55000000', '56999999', '55000000', '56999999', NULL, 1652909339),
(63078, '3220', '63.00', '1', '15.001', '20', '55000000', '56999999', '55000000', '56999999', NULL, 1652909341),
(63079, '3298', '92.00', '5', '20.001', '25', '55000000', '56999999', '55000000', '56999999', NULL, 1652909347),
(63080, '3220', '80.00', '1', '20.001', '25', '55000000', '56999999', '55000000', '56999999', NULL, 1652909348),
(63081, '3298', '112.00', '5', '25.001', '30', '55000000', '56999999', '55000000', '56999999', NULL, 1652909349),
(63082, '3220', '97.00', '1', '25.001', '30', '55000000', '56999999', '55000000', '56999999', NULL, 1652909355),
(63083, '3298', '44.00', '9', '0.3', '5', '55000000', '56999999', '57000000', '57099999', NULL, 1652909358),
(63084, '3220', '102.00', '6', '0.3', '5', '55000000', '56999999', '57000000', '57099999', NULL, 1652909359),
(63085, '3298', '74.00', '9', '5.001', '10', '55000000', '56999999', '57000000', '57099999', NULL, 1652909360),
(63086, '3220', '141.00', '6', '5.001', '10', '55000000', '56999999', '57000000', '57099999', NULL, 1652909361),
(63087, '3298', '120.00', '9', '10.001', '15', '55000000', '56999999', '57000000', '57099999', NULL, 1652909366),
(63088, '3220', '229.00', '6', '10.001', '15', '55000000', '56999999', '57000000', '57099999', NULL, 1652909367),
(63089, '3298', '166.00', '9', '15.001', '20', '55000000', '56999999', '57000000', '57099999', NULL, 1652909367),
(63090, '3220', '316.00', '6', '15.001', '20', '55000000', '56999999', '57000000', '57099999', NULL, 1652909368),
(63091, '3298', '212.00', '9', '20.001', '25', '55000000', '56999999', '57000000', '57099999', NULL, 1652909369),
(63092, '3220', '404.00', '6', '20.001', '25', '55000000', '56999999', '57000000', '57099999', NULL, 1652909370),
(63093, '3298', '258.00', '9', '25.001', '30', '55000000', '56999999', '57000000', '57099999', NULL, 1652909371),
(63094, '3220', '492.00', '6', '25.001', '30', '55000000', '56999999', '57000000', '57099999', NULL, 1652909374),
(63095, '3298', '44.00', '11', '0.3', '5', '55000000', '56999999', '57100000', '57999999', NULL, 1652909375),
(63096, '3220', '102.00', '8', '0.3', '5', '55000000', '56999999', '57100000', '57999999', NULL, 1652909380),
(63097, '3298', '74.00', '11', '5.001', '10', '55000000', '56999999', '57100000', '57999999', NULL, 1652909381),
(63098, '3220', '141.00', '8', '5.001', '10', '55000000', '56999999', '57100000', '57999999', NULL, 1652909382),
(63099, '3298', '120.00', '11', '10.001', '15', '55000000', '56999999', '57100000', '57999999', NULL, 1652909383),
(63100, '3220', '229.00', '8', '10.001', '15', '55000000', '56999999', '57100000', '57999999', NULL, 1652909387),
(63101, '3298', '166.00', '11', '15.001', '20', '55000000', '56999999', '57100000', '57999999', NULL, 1652909393),
(63102, '3220', '316.00', '8', '15.001', '20', '55000000', '56999999', '57100000', '57999999', NULL, 1652909394),
(63103, '3298', '212.00', '11', '20.001', '25', '55000000', '56999999', '57100000', '57999999', NULL, 1652909394),
(63104, '3220', '404.00', '8', '20.001', '25', '55000000', '56999999', '57100000', '57999999', NULL, 1652909397),
(63105, '3298', '258.00', '11', '25.001', '30', '55000000', '56999999', '57100000', '57999999', NULL, 1652909399),
(63106, '3220', '492.00', '8', '25.001', '30', '55000000', '56999999', '57100000', '57999999', NULL, 1652909400),
(63107, '3298', '44.00', '9', '0.3', '5', '55000000', '56999999', '58000000', '58099999', NULL, 1652909401),
(63108, '3220', '102.00', '6', '0.3', '5', '55000000', '56999999', '58000000', '58099999', NULL, 1652909402),
(63109, '3298', '74.00', '9', '5.001', '10', '55000000', '56999999', '58000000', '58099999', NULL, 1652909404),
(63110, '3220', '141.00', '6', '5.001', '10', '55000000', '56999999', '58000000', '58099999', NULL, 1652909405),
(63111, '3298', '120.00', '9', '10.001', '15', '55000000', '56999999', '58000000', '58099999', NULL, 1652909406),
(63112, '3220', '229.00', '6', '10.001', '15', '55000000', '56999999', '58000000', '58099999', NULL, 1652909407),
(63113, '3298', '166.00', '9', '15.001', '20', '55000000', '56999999', '58000000', '58099999', NULL, 1652909413),
(63114, '3220', '316.00', '6', '15.001', '20', '55000000', '56999999', '58000000', '58099999', NULL, 1652909413),
(63115, '3298', '212.00', '9', '20.001', '25', '55000000', '56999999', '58000000', '58099999', NULL, 1652909414),
(63116, '3220', '404.00', '6', '20.001', '25', '55000000', '56999999', '58000000', '58099999', NULL, 1652909415),
(63117, '3298', '258.00', '9', '25.001', '30', '55000000', '56999999', '58000000', '58099999', NULL, 1652909420),
(63118, '3220', '492.00', '6', '25.001', '30', '55000000', '56999999', '58000000', '58099999', NULL, 1652909427),
(63119, '3298', '44.00', '14', '0.3', '5', '55000000', '56999999', '58100000', '58999999', NULL, 1652909428),
(63120, '3220', '102.00', '11', '0.3', '5', '55000000', '56999999', '58100000', '58999999', NULL, 1652909429),
(63121, '3298', '74.00', '14', '5.001', '10', '55000000', '56999999', '58100000', '58999999', NULL, 1652909431),
(63122, '3220', '141.00', '11', '5.001', '10', '55000000', '56999999', '58100000', '58999999', NULL, 1652909431),
(63123, '3298', '120.00', '14', '10.001', '15', '55000000', '56999999', '58100000', '58999999', NULL, 1652909432),
(63124, '3220', '229.00', '11', '10.001', '15', '55000000', '56999999', '58100000', '58999999', NULL, 1652909439),
(63125, '3298', '166.00', '14', '15.001', '20', '55000000', '56999999', '58100000', '58999999', NULL, 1652909440),
(63126, '3220', '316.00', '11', '15.001', '20', '55000000', '56999999', '58100000', '58999999', NULL, 1652909442),
(63127, '3298', '212.00', '14', '20.001', '25', '55000000', '56999999', '58100000', '58999999', NULL, 1652909442),
(63128, '3220', '404.00', '11', '20.001', '25', '55000000', '56999999', '58100000', '58999999', NULL, 1652909443),
(63129, '3298', '258.00', '14', '25.001', '30', '55000000', '56999999', '58100000', '58999999', NULL, 1652909444),
(63130, '3220', '492.00', '11', '25.001', '30', '55000000', '56999999', '58100000', '58999999', NULL, 1652909446),
(63131, '3298', '44.00', '9', '0.3', '5', '55000000', '56999999', '59000000', '59099999', NULL, 1652909446),
(63132, '3220', '102.00', '6', '0.3', '5', '55000000', '56999999', '59000000', '59099999', NULL, 1652909447),
(63133, '3298', '74.00', '9', '5.001', '10', '55000000', '56999999', '59000000', '59099999', NULL, 1652909448),
(63134, '3220', '141.00', '6', '5.001', '10', '55000000', '56999999', '59000000', '59099999', NULL, 1652909449),
(63135, '3298', '120.00', '9', '10.001', '15', '55000000', '56999999', '59000000', '59099999', NULL, 1652909451),
(63136, '3220', '229.00', '6', '10.001', '15', '55000000', '56999999', '59000000', '59099999', NULL, 1652909452),
(63137, '3298', '166.00', '9', '15.001', '20', '55000000', '56999999', '59000000', '59099999', NULL, 1652909456),
(63138, '3220', '316.00', '6', '15.001', '20', '55000000', '56999999', '59000000', '59099999', NULL, 1652909460),
(63139, '3298', '212.00', '9', '20.001', '25', '55000000', '56999999', '59000000', '59099999', NULL, 1652909465),
(63140, '3220', '404.00', '6', '20.001', '25', '55000000', '56999999', '59000000', '59099999', NULL, 1652909465),
(63141, '3298', '258.00', '9', '25.001', '30', '55000000', '56999999', '59000000', '59099999', NULL, 1652909466),
(63142, '3220', '492.00', '6', '25.001', '30', '55000000', '56999999', '59000000', '59099999', NULL, 1652909467),
(63143, '3298', '44.00', '9', '0.3', '5', '55000000', '56999999', '59100000', '59999999', NULL, 1652909470),
(63144, '3220', '102.00', '6', '0.3', '5', '55000000', '56999999', '59100000', '59999999', NULL, 1652909471),
(63145, '3298', '74.00', '9', '5.001', '10', '55000000', '56999999', '59100000', '59999999', NULL, 1652909471),
(63146, '3220', '141.00', '6', '5.001', '10', '55000000', '56999999', '59100000', '59999999', NULL, 1652909473),
(63147, '3298', '120.00', '9', '10.001', '15', '55000000', '56999999', '59100000', '59999999', NULL, 1652909478),
(63148, '3220', '229.00', '6', '10.001', '15', '55000000', '56999999', '59100000', '59999999', NULL, 1652909483),
(63149, '3298', '166.00', '9', '15.001', '20', '55000000', '56999999', '59100000', '59999999', NULL, 1652909484),
(63150, '3220', '316.00', '6', '15.001', '20', '55000000', '56999999', '59100000', '59999999', NULL, 1652909485),
(63151, '3298', '212.00', '9', '20.001', '25', '55000000', '56999999', '59100000', '59999999', NULL, 1652909485),
(63152, '3220', '404.00', '6', '20.001', '25', '55000000', '56999999', '59100000', '59999999', NULL, 1652909489),
(63153, '3298', '258.00', '9', '25.001', '30', '55000000', '56999999', '59100000', '59999999', NULL, 1652909491),
(63154, '3220', '492.00', '6', '25.001', '30', '55000000', '56999999', '59100000', '59999999', NULL, 1652909493),
(63155, '3298', '44.00', '9', '0.3', '5', '55000000', '56999999', '60000000', '60999999', NULL, 1652909493),
(63156, '3220', '102.00', '7', '0.3', '5', '55000000', '56999999', '60000000', '60999999', NULL, 1652909495),
(63157, '3298', '74.00', '9', '5.001', '10', '55000000', '56999999', '60000000', '60999999', NULL, 1652909497),
(63158, '3220', '141.00', '7', '5.001', '10', '55000000', '56999999', '60000000', '60999999', NULL, 1652909499),
(63159, '3298', '120.00', '9', '10.001', '15', '55000000', '56999999', '60000000', '60999999', NULL, 1652909504),
(63160, '3220', '229.00', '7', '10.001', '15', '55000000', '56999999', '60000000', '60999999', NULL, 1652909505),
(63161, '3298', '166.00', '9', '15.001', '20', '55000000', '56999999', '60000000', '60999999', NULL, 1652909505),
(63162, '3220', '316.00', '7', '15.001', '20', '55000000', '56999999', '60000000', '60999999', NULL, 1652909506),
(63163, '3298', '212.00', '9', '20.001', '25', '55000000', '56999999', '60000000', '60999999', NULL, 1652909508),
(63164, '3220', '404.00', '7', '20.001', '25', '55000000', '56999999', '60000000', '60999999', NULL, 1652909512),
(63165, '3298', '258.00', '9', '25.001', '30', '55000000', '56999999', '60000000', '60999999', NULL, 1652909514),
(63166, '3220', '492.00', '7', '25.001', '30', '55000000', '56999999', '60000000', '60999999', NULL, 1652909515),
(63167, '3298', '44.00', '9', '0.3', '5', '55000000', '56999999', '60000000', '61900999', NULL, 1652909516),
(63168, '3220', '102.00', '7', '0.3', '5', '55000000', '56999999', '60000000', '61900999', NULL, 1652909517),
(63169, '3298', '74.00', '9', '5.001', '10', '55000000', '56999999', '60000000', '61900999', NULL, 1652909520),
(63170, '3220', '141.00', '7', '5.001', '10', '55000000', '56999999', '60000000', '61900999', NULL, 1652909523),
(63171, '3298', '120.00', '9', '10.001', '15', '55000000', '56999999', '60000000', '61900999', NULL, 1652909524),
(63172, '3220', '229.00', '7', '10.001', '15', '55000000', '56999999', '60000000', '61900999', NULL, 1652909525),
(63173, '3298', '166.00', '9', '15.001', '20', '55000000', '56999999', '60000000', '61900999', NULL, 1652909526),
(63174, '3220', '316.00', '7', '15.001', '20', '55000000', '56999999', '60000000', '61900999', NULL, 1652909527),
(63175, '3298', '212.00', '9', '20.001', '25', '55000000', '56999999', '60000000', '61900999', NULL, 1652909532),
(63176, '3220', '404.00', '7', '20.001', '25', '55000000', '56999999', '60000000', '61900999', NULL, 1652909536),
(63177, '3298', '258.00', '9', '25.001', '30', '55000000', '56999999', '60000000', '61900999', NULL, 1652909537),
(63178, '3220', '492.00', '7', '25.001', '30', '55000000', '56999999', '60000000', '61900999', NULL, 1652909541),
(63179, '3298', '44.00', '13', '0.3', '5', '55000000', '56999999', '61901000', '63999999', NULL, 1652909542),
(63180, '3220', '102.00', '11', '0.3', '5', '55000000', '56999999', '61901000', '63999999', NULL, 1652909543),
(63181, '3298', '74.00', '13', '5.001', '10', '55000000', '56999999', '61901000', '63999999', NULL, 1652909544),
(63182, '3220', '141.00', '11', '5.001', '10', '55000000', '56999999', '61901000', '63999999', NULL, 1652909545),
(63183, '3298', '120.00', '13', '10.001', '15', '55000000', '56999999', '61901000', '63999999', NULL, 1652909545),
(63184, '3220', '229.00', '11', '10.001', '15', '55000000', '56999999', '61901000', '63999999', NULL, 1652909546),
(63185, '3298', '166.00', '13', '15.001', '20', '55000000', '56999999', '61901000', '63999999', NULL, 1652909547),
(63186, '3220', '316.00', '11', '15.001', '20', '55000000', '56999999', '61901000', '63999999', NULL, 1652909548),
(63187, '3298', '212.00', '13', '20.001', '25', '55000000', '56999999', '61901000', '63999999', NULL, 1652909548),
(63188, '3220', '404.00', '11', '20.001', '25', '55000000', '56999999', '61901000', '63999999', NULL, 1652909549),
(63189, '3298', '258.00', '13', '25.001', '30', '55000000', '56999999', '61901000', '63999999', NULL, 1652909550),
(63190, '3220', '492.00', '11', '25.001', '30', '55000000', '56999999', '61901000', '63999999', NULL, 1652909551),
(63191, '3298', '50.00', '14', '0.3', '5', '55000000', '56999999', '64000000', '64099999', NULL, 1652909552),
(63192, '3220', '124.00', '8', '0.3', '5', '55000000', '56999999', '64000000', '64099999', NULL, 1652909553),
(63193, '3298', '83.00', '14', '5.001', '10', '55000000', '56999999', '64000000', '64099999', NULL, 1652909554),
(63194, '3220', '175.00', '8', '5.001', '10', '55000000', '56999999', '64000000', '64099999', NULL, 1652909559),
(63195, '3298', '135.00', '14', '10.001', '15', '55000000', '56999999', '64000000', '64099999', NULL, 1652909562),
(63196, '3220', '283.00', '8', '10.001', '15', '55000000', '56999999', '64000000', '64099999', NULL, 1652909569),
(63197, '3298', '186.00', '14', '15.001', '20', '55000000', '56999999', '64000000', '64099999', NULL, 1652909576),
(63198, '3220', '392.00', '8', '15.001', '20', '55000000', '56999999', '64000000', '64099999', NULL, 1652909577),
(63199, '3298', '238.00', '14', '20.001', '25', '55000000', '56999999', '64000000', '64099999', NULL, 1652909578),
(63200, '3220', '500.00', '8', '20.001', '25', '55000000', '56999999', '64000000', '64099999', NULL, 1652909582),
(63201, '3298', '290.00', '14', '25.001', '30', '55000000', '56999999', '64000000', '64099999', NULL, 1652909583),
(63202, '3220', '609.00', '8', '25.001', '30', '55000000', '56999999', '64000000', '64099999', NULL, 1652909586),
(63203, '3298', '50.00', '17', '0.3', '5', '55000000', '56999999', '64100000', '64999999', NULL, 1652909588),
(63204, '3220', '124.00', '11', '0.3', '5', '55000000', '56999999', '64100000', '64999999', NULL, 1652909588),
(63205, '3298', '83.00', '17', '5.001', '10', '55000000', '56999999', '64100000', '64999999', NULL, 1652909592),
(63206, '3220', '175.00', '11', '5.001', '10', '55000000', '56999999', '64100000', '64999999', NULL, 1652909593),
(63207, '3298', '135.00', '17', '10.001', '15', '55000000', '56999999', '64100000', '64999999', NULL, 1652909594),
(63208, '3220', '283.00', '11', '10.001', '15', '55000000', '56999999', '64100000', '64999999', NULL, 1652909595),
(63209, '3298', '186.00', '17', '15.001', '20', '55000000', '56999999', '64100000', '64999999', NULL, 1652909595),
(63210, '3220', '392.00', '11', '15.001', '20', '55000000', '56999999', '64100000', '64999999', NULL, 1652909599),
(63211, '3298', '238.00', '17', '20.001', '25', '55000000', '56999999', '64100000', '64999999', NULL, 1652909600),
(63212, '3220', '500.00', '11', '20.001', '25', '55000000', '56999999', '64100000', '64999999', NULL, 1652909603),
(63213, '3298', '290.00', '17', '25.001', '30', '55000000', '56999999', '64100000', '64999999', NULL, 1652909607),
(63214, '3220', '609.00', '11', '25.001', '30', '55000000', '56999999', '64100000', '64999999', NULL, 1652909608),
(63215, '3298', '70.00', '12', '0.3', '5', '55000000', '56999999', '65000000', '65099999', NULL, 1652909615),
(63216, '3220', '157.00', '9', '0.3', '5', '55000000', '56999999', '65000000', '65099999', NULL, 1652909615),
(63217, '3298', '106.00', '12', '5.001', '10', '55000000', '56999999', '65000000', '65099999', NULL, 1652909616),
(63218, '3220', '226.00', '9', '5.001', '10', '55000000', '56999999', '65000000', '65099999', NULL, 1652909620),
(63219, '3298', '172.00', '12', '10.001', '15', '55000000', '56999999', '65000000', '65099999', NULL, 1652909621),
(63220, '3220', '367.00', '9', '10.001', '15', '55000000', '56999999', '65000000', '65099999', NULL, 1652909626),
(63221, '3298', '239.00', '12', '15.001', '20', '55000000', '56999999', '65000000', '65099999', NULL, 1652909628),
(63222, '3220', '508.00', '9', '15.001', '20', '55000000', '56999999', '65000000', '65099999', NULL, 1652909630),
(63223, '3298', '305.00', '12', '20.001', '25', '55000000', '56999999', '65000000', '65099999', NULL, 1652909630),
(63224, '3220', '649.00', '9', '20.001', '25', '55000000', '56999999', '65000000', '65099999', NULL, 1652909631),
(63225, '3298', '371.00', '12', '25.001', '30', '55000000', '56999999', '65000000', '65099999', NULL, 1652909632),
(63226, '3220', '789.00', '9', '25.001', '30', '55000000', '56999999', '65000000', '65099999', NULL, 1652909632),
(63227, '3298', '70.00', '16', '0.3', '5', '55000000', '56999999', '65100000', '65999999', NULL, 1652909634),
(63228, '3220', '157.00', '13', '0.3', '5', '55000000', '56999999', '65100000', '65999999', NULL, 1652909640),
(63229, '3298', '106.00', '16', '5.001', '10', '55000000', '56999999', '65100000', '65999999', NULL, 1652909641),
(63230, '3220', '226.00', '13', '5.001', '10', '55000000', '56999999', '65100000', '65999999', NULL, 1652909642),
(63231, '3298', '172.00', '16', '10.001', '15', '55000000', '56999999', '65100000', '65999999', NULL, 1652909643),
(63232, '3220', '367.00', '13', '10.001', '15', '55000000', '56999999', '65100000', '65999999', NULL, 1652909643),
(63233, '3298', '239.00', '16', '15.001', '20', '55000000', '56999999', '65100000', '65999999', NULL, 1652909644),
(63234, '3220', '508.00', '13', '15.001', '20', '55000000', '56999999', '65100000', '65999999', NULL, 1652909645),
(63235, '3298', '305.00', '16', '20.001', '25', '55000000', '56999999', '65100000', '65999999', NULL, 1652909651),
(63236, '3220', '649.00', '13', '20.001', '25', '55000000', '56999999', '65100000', '65999999', NULL, 1652909653),
(63237, '3298', '371.00', '16', '25.001', '30', '55000000', '56999999', '65100000', '65999999', NULL, 1652909654),
(63238, '3220', '789.00', '13', '25.001', '30', '55000000', '56999999', '65100000', '65999999', NULL, 1652909656),
(63239, '3298', '90.00', '13', '0.3', '5', '55000000', '56999999', '66000000', '66999999', NULL, 1652909657),
(63240, '3220', '183.00', '8', '0.3', '5', '55000000', '56999999', '66000000', '66999999', NULL, 1652909662),
(63241, '3298', '133.00', '13', '5.001', '10', '55000000', '56999999', '66000000', '66999999', NULL, 1652909663),
(63242, '3220', '266.00', '8', '5.001', '10', '55000000', '56999999', '66000000', '66999999', NULL, 1652909664),
(63243, '3298', '215.00', '13', '10.001', '15', '55000000', '56999999', '66000000', '66999999', NULL, 1652909669),
(63244, '3220', '430.00', '8', '10.001', '15', '55000000', '56999999', '66000000', '66999999', NULL, 1652909678),
(63245, '3298', '298.00', '13', '15.001', '20', '55000000', '56999999', '66000000', '66999999', NULL, 1652909679),
(63246, '3220', '595.00', '8', '15.001', '20', '55000000', '56999999', '66000000', '66999999', NULL, 1652909680),
(63247, '3298', '380.00', '13', '20.001', '25', '55000000', '56999999', '66000000', '66999999', NULL, 1652909681),
(63248, '3220', '760.00', '8', '20.001', '25', '55000000', '56999999', '66000000', '66999999', NULL, 1652909682),
(63249, '3298', '463.00', '13', '25.001', '30', '55000000', '56999999', '66000000', '66999999', NULL, 1652909683),
(63250, '3220', '925.00', '8', '25.001', '30', '55000000', '56999999', '66000000', '66999999', NULL, 1652909683),
(63251, '3298', '90.00', '13', '0.3', '5', '55000000', '56999999', '66000000', '67999999', NULL, 1652909690),
(63252, '3220', '183.00', '8', '0.3', '5', '55000000', '56999999', '66000000', '67999999', NULL, 1652909691),
(63253, '3298', '133.00', '13', '5.001', '10', '55000000', '56999999', '66000000', '67999999', NULL, 1652909692),
(63254, '3220', '266.00', '8', '5.001', '10', '55000000', '56999999', '66000000', '67999999', NULL, 1652909694),
(63255, '3298', '215.00', '13', '10.001', '15', '55000000', '56999999', '66000000', '67999999', NULL, 1652909694),
(63256, '3220', '430.00', '8', '10.001', '15', '55000000', '56999999', '66000000', '67999999', NULL, 1652909697),
(63257, '3298', '298.00', '13', '15.001', '20', '55000000', '56999999', '66000000', '67999999', NULL, 1652909697),
(63258, '3220', '595.00', '8', '15.001', '20', '55000000', '56999999', '66000000', '67999999', NULL, 1652909699);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(63259, '3298', '380.00', '13', '20.001', '25', '55000000', '56999999', '66000000', '67999999', NULL, 1652909700),
(63260, '3220', '760.00', '8', '20.001', '25', '55000000', '56999999', '66000000', '67999999', NULL, 1652909706),
(63261, '3298', '463.00', '13', '25.001', '30', '55000000', '56999999', '66000000', '67999999', NULL, 1652909707),
(63262, '3220', '925.00', '8', '25.001', '30', '55000000', '56999999', '66000000', '67999999', NULL, 1652909708),
(63263, '3298', '90.00', '16', '0.3', '5', '55000000', '56999999', '68000000', '68899999', NULL, 1652909710),
(63264, '3220', '183.00', '11', '0.3', '5', '55000000', '56999999', '68000000', '68899999', NULL, 1652909714),
(63265, '3298', '133.00', '16', '5.001', '10', '55000000', '56999999', '68000000', '68899999', NULL, 1652909715),
(63266, '3220', '266.00', '11', '5.001', '10', '55000000', '56999999', '68000000', '68899999', NULL, 1652909719),
(63267, '3298', '215.00', '16', '10.001', '15', '55000000', '56999999', '68000000', '68899999', NULL, 1652909720),
(63268, '3220', '430.00', '11', '10.001', '15', '55000000', '56999999', '68000000', '68899999', NULL, 1652909721),
(63269, '3298', '298.00', '16', '15.001', '20', '55000000', '56999999', '68000000', '68899999', NULL, 1652909722),
(63270, '3220', '595.00', '11', '15.001', '20', '55000000', '56999999', '68000000', '68899999', NULL, 1652909723),
(63271, '3298', '380.00', '16', '20.001', '25', '55000000', '56999999', '68000000', '68899999', NULL, 1652909723),
(63272, '3220', '760.00', '11', '20.001', '25', '55000000', '56999999', '68000000', '68899999', NULL, 1652909725),
(63273, '3298', '463.00', '16', '25.001', '30', '55000000', '56999999', '68000000', '68899999', NULL, 1652909728),
(63274, '3220', '925.00', '11', '25.001', '30', '55000000', '56999999', '68000000', '68899999', NULL, 1652909729),
(63275, '3298', '90.00', '25', '0.3', '5', '55000000', '56999999', '68900000', '68914999', NULL, 1652909730),
(63276, '3220', '183.00', '17', '0.3', '5', '55000000', '56999999', '68900000', '68914999', NULL, 1652909734),
(63277, '3298', '133.00', '25', '5.001', '10', '55000000', '56999999', '68900000', '68914999', NULL, 1652909736),
(63278, '3220', '266.00', '17', '5.001', '10', '55000000', '56999999', '68900000', '68914999', NULL, 1652909738),
(63279, '3298', '215.00', '25', '10.001', '15', '55000000', '56999999', '68900000', '68914999', NULL, 1652909739),
(63280, '3220', '430.00', '17', '10.001', '15', '55000000', '56999999', '68900000', '68914999', NULL, 1652909741),
(63281, '3298', '298.00', '25', '15.001', '20', '55000000', '56999999', '68900000', '68914999', NULL, 1652909741),
(63282, '3220', '595.00', '17', '15.001', '20', '55000000', '56999999', '68900000', '68914999', NULL, 1652909742),
(63283, '3298', '380.00', '25', '20.001', '25', '55000000', '56999999', '68900000', '68914999', NULL, 1652909743),
(63284, '3220', '760.00', '17', '20.001', '25', '55000000', '56999999', '68900000', '68914999', NULL, 1652909744),
(63285, '3298', '463.00', '25', '25.001', '30', '55000000', '56999999', '68900000', '68914999', NULL, 1652909745),
(63286, '3220', '925.00', '17', '25.001', '30', '55000000', '56999999', '68900000', '68914999', NULL, 1652909745),
(63287, '3298', '90.00', '26', '0.3', '5', '55000000', '56999999', '68915000', '68999999', NULL, 1652909746),
(63288, '3220', '183.00', '17', '0.3', '5', '55000000', '56999999', '68915000', '68999999', NULL, 1652909747),
(63289, '3298', '133.00', '26', '5.001', '10', '55000000', '56999999', '68915000', '68999999', NULL, 1652909749),
(63290, '3220', '266.00', '17', '5.001', '10', '55000000', '56999999', '68915000', '68999999', NULL, 1652909750),
(63291, '3298', '215.00', '26', '10.001', '15', '55000000', '56999999', '68915000', '68999999', NULL, 1652909753),
(63292, '3220', '430.00', '17', '10.001', '15', '55000000', '56999999', '68915000', '68999999', NULL, 1652909753),
(63293, '3298', '298.00', '26', '15.001', '20', '55000000', '56999999', '68915000', '68999999', NULL, 1652909754),
(63294, '3220', '595.00', '17', '15.001', '20', '55000000', '56999999', '68915000', '68999999', NULL, 1652909755),
(63295, '3298', '380.00', '26', '20.001', '25', '55000000', '56999999', '68915000', '68999999', NULL, 1652909756),
(63296, '3220', '760.00', '17', '20.001', '25', '55000000', '56999999', '68915000', '68999999', NULL, 1652909759),
(63297, '3298', '463.00', '26', '25.001', '30', '55000000', '56999999', '68915000', '68999999', NULL, 1652909762),
(63298, '3220', '925.00', '17', '25.001', '30', '55000000', '56999999', '68915000', '68999999', NULL, 1652909765),
(63299, '3298', '90.00', '26', '0.3', '5', '55000000', '56999999', '69000000', '69099999', NULL, 1652909772),
(63300, '3220', '183.00', '7', '0.3', '5', '55000000', '56999999', '69000000', '69099999', NULL, 1652909774),
(63301, '3298', '133.00', '26', '5.001', '10', '55000000', '56999999', '69000000', '69099999', NULL, 1652909776),
(63302, '3220', '266.00', '7', '5.001', '10', '55000000', '56999999', '69000000', '69099999', NULL, 1652909777),
(63303, '3298', '215.00', '26', '10.001', '15', '55000000', '56999999', '69000000', '69099999', NULL, 1652909778),
(63304, '3220', '430.00', '7', '10.001', '15', '55000000', '56999999', '69000000', '69099999', NULL, 1652909780),
(63305, '3298', '298.00', '26', '15.001', '20', '55000000', '56999999', '69000000', '69099999', NULL, 1652909781),
(63306, '3220', '595.00', '7', '15.001', '20', '55000000', '56999999', '69000000', '69099999', NULL, 1652909782),
(63307, '3298', '380.00', '26', '20.001', '25', '55000000', '56999999', '69000000', '69099999', NULL, 1652909788),
(63308, '3220', '760.00', '7', '20.001', '25', '55000000', '56999999', '69000000', '69099999', NULL, 1652909789),
(63309, '3298', '463.00', '26', '25.001', '30', '55000000', '56999999', '69000000', '69099999', NULL, 1652909790),
(63310, '3220', '925.00', '7', '25.001', '30', '55000000', '56999999', '69000000', '69099999', NULL, 1652909793),
(63311, '3298', '90.00', '33', '0.3', '5', '55000000', '56999999', '69100000', '69299999', NULL, 1652909795),
(63312, '3220', '183.00', '10', '0.3', '5', '55000000', '56999999', '69100000', '69299999', NULL, 1652909799),
(63313, '3298', '133.00', '33', '5.001', '10', '55000000', '56999999', '69100000', '69299999', NULL, 1652909804),
(63314, '3220', '266.00', '10', '5.001', '10', '55000000', '56999999', '69100000', '69299999', NULL, 1652909805),
(63315, '3298', '215.00', '33', '10.001', '15', '55000000', '56999999', '69100000', '69299999', NULL, 1652909806),
(63316, '3220', '430.00', '10', '10.001', '15', '55000000', '56999999', '69100000', '69299999', NULL, 1652909808),
(63317, '3298', '298.00', '33', '15.001', '20', '55000000', '56999999', '69100000', '69299999', NULL, 1652909810),
(63318, '3220', '595.00', '10', '15.001', '20', '55000000', '56999999', '69100000', '69299999', NULL, 1652909811),
(63319, '3298', '380.00', '33', '20.001', '25', '55000000', '56999999', '69100000', '69299999', NULL, 1652909816),
(63320, '3220', '760.00', '10', '20.001', '25', '55000000', '56999999', '69100000', '69299999', NULL, 1652909817),
(63321, '3298', '463.00', '33', '25.001', '30', '55000000', '56999999', '69100000', '69299999', NULL, 1652909818),
(63322, '3220', '925.00', '10', '25.001', '30', '55000000', '56999999', '69100000', '69299999', NULL, 1652909819),
(63323, '3298', '90.00', '29', '0.3', '5', '55000000', '56999999', '69300000', '69339999', NULL, 1652909825),
(63324, '3220', '183.00', '10', '0.3', '5', '55000000', '56999999', '69300000', '69339999', NULL, 1652909831),
(63325, '3298', '133.00', '29', '5.001', '10', '55000000', '56999999', '69300000', '69339999', NULL, 1652909832),
(63326, '3220', '266.00', '10', '5.001', '10', '55000000', '56999999', '69300000', '69339999', NULL, 1652909833),
(63327, '3298', '215.00', '29', '10.001', '15', '55000000', '56999999', '69300000', '69339999', NULL, 1652909836),
(63328, '3220', '430.00', '10', '10.001', '15', '55000000', '56999999', '69300000', '69339999', NULL, 1652909837),
(63329, '3298', '298.00', '29', '15.001', '20', '55000000', '56999999', '69300000', '69339999', NULL, 1652909837),
(63330, '3220', '595.00', '10', '15.001', '20', '55000000', '56999999', '69300000', '69339999', NULL, 1652909841),
(63331, '3298', '380.00', '29', '20.001', '25', '55000000', '56999999', '69300000', '69339999', NULL, 1652909841),
(63332, '3220', '760.00', '10', '20.001', '25', '55000000', '56999999', '69300000', '69339999', NULL, 1652909844),
(63333, '3298', '463.00', '29', '25.001', '30', '55000000', '56999999', '69300000', '69339999', NULL, 1652909845),
(63334, '3220', '925.00', '10', '25.001', '30', '55000000', '56999999', '69300000', '69339999', NULL, 1652909846),
(63335, '3298', '90.00', '33', '0.3', '5', '55000000', '56999999', '69340000', '69389999', NULL, 1652909847),
(63336, '3220', '183.00', '13', '0.3', '5', '55000000', '56999999', '69340000', '69389999', NULL, 1652909847),
(63337, '3298', '133.00', '33', '5.001', '10', '55000000', '56999999', '69340000', '69389999', NULL, 1652909848),
(63338, '3220', '266.00', '13', '5.001', '10', '55000000', '56999999', '69340000', '69389999', NULL, 1652909849),
(63339, '3298', '215.00', '33', '10.001', '15', '55000000', '56999999', '69340000', '69389999', NULL, 1652909850),
(63340, '3220', '430.00', '13', '10.001', '15', '55000000', '56999999', '69340000', '69389999', NULL, 1652909854),
(63341, '3298', '298.00', '33', '15.001', '20', '55000000', '56999999', '69340000', '69389999', NULL, 1652909856),
(63342, '3220', '595.00', '13', '15.001', '20', '55000000', '56999999', '69340000', '69389999', NULL, 1652909857),
(63343, '3298', '380.00', '33', '20.001', '25', '55000000', '56999999', '69340000', '69389999', NULL, 1652909858),
(63344, '3220', '760.00', '13', '20.001', '25', '55000000', '56999999', '69340000', '69389999', NULL, 1652909859),
(63345, '3298', '463.00', '33', '25.001', '30', '55000000', '56999999', '69340000', '69389999', NULL, 1652909860),
(63346, '3220', '925.00', '13', '25.001', '30', '55000000', '56999999', '69340000', '69389999', NULL, 1652909861),
(63347, '3298', '90.00', '16', '0.3', '5', '55000000', '56999999', '69900000', '69920999', NULL, 1652909863),
(63348, '3220', '183.00', '12', '0.3', '5', '55000000', '56999999', '69900000', '69920999', NULL, 1652909867),
(63349, '3298', '133.00', '16', '5.001', '10', '55000000', '56999999', '69900000', '69920999', NULL, 1652909870),
(63350, '3220', '266.00', '12', '5.001', '10', '55000000', '56999999', '69900000', '69920999', NULL, 1652909872),
(63351, '3298', '215.00', '16', '10.001', '15', '55000000', '56999999', '69900000', '69920999', NULL, 1652909872),
(63352, '3220', '430.00', '12', '10.001', '15', '55000000', '56999999', '69900000', '69920999', NULL, 1652909878),
(63353, '3298', '298.00', '16', '15.001', '20', '55000000', '56999999', '69900000', '69920999', NULL, 1652909883),
(63354, '3220', '595.00', '12', '15.001', '20', '55000000', '56999999', '69900000', '69920999', NULL, 1652909884),
(63355, '3298', '380.00', '16', '20.001', '25', '55000000', '56999999', '69900000', '69920999', NULL, 1652909886),
(63356, '3220', '760.00', '12', '20.001', '25', '55000000', '56999999', '69900000', '69920999', NULL, 1652909886),
(63357, '3298', '463.00', '16', '25.001', '30', '55000000', '56999999', '69900000', '69920999', NULL, 1652909887),
(63358, '3220', '925.00', '12', '25.001', '30', '55000000', '56999999', '69900000', '69920999', NULL, 1652909889),
(63359, '3298', '90.00', '19', '0.3', '5', '55000000', '56999999', '69921000', '69999999', NULL, 1652909890),
(63360, '3220', '183.00', '14', '0.3', '5', '55000000', '56999999', '69921000', '69999999', NULL, 1652909890),
(63361, '3298', '133.00', '19', '5.001', '10', '55000000', '56999999', '69921000', '69999999', NULL, 1652909892),
(63362, '3220', '266.00', '14', '5.001', '10', '55000000', '56999999', '69921000', '69999999', NULL, 1652909893),
(63363, '3298', '215.00', '19', '10.001', '15', '55000000', '56999999', '69921000', '69999999', NULL, 1652909895),
(63364, '3220', '430.00', '14', '10.001', '15', '55000000', '56999999', '69921000', '69999999', NULL, 1652909897),
(63365, '3298', '298.00', '19', '15.001', '20', '55000000', '56999999', '69921000', '69999999', NULL, 1652909898),
(63366, '3220', '595.00', '14', '15.001', '20', '55000000', '56999999', '69921000', '69999999', NULL, 1652909899),
(63367, '3298', '380.00', '19', '20.001', '25', '55000000', '56999999', '69921000', '69999999', NULL, 1652909900),
(63368, '3220', '760.00', '14', '20.001', '25', '55000000', '56999999', '69921000', '69999999', NULL, 1652909902),
(63369, '3298', '463.00', '19', '25.001', '30', '55000000', '56999999', '69921000', '69999999', NULL, 1652909907),
(63370, '3220', '925.00', '14', '25.001', '30', '55000000', '56999999', '69921000', '69999999', NULL, 1652909913),
(63371, '3298', '90.00', '11', '0.3', '5', '55000000', '56999999', '71000000', '73699999', NULL, 1652909915),
(63372, '3220', '183.00', '7', '0.3', '5', '55000000', '56999999', '71000000', '73699999', NULL, 1652909916),
(63373, '3298', '133.00', '11', '5.001', '10', '55000000', '56999999', '71000000', '73699999', NULL, 1652909922),
(63374, '3220', '266.00', '7', '5.001', '10', '55000000', '56999999', '71000000', '73699999', NULL, 1652909925),
(63375, '3298', '215.00', '11', '10.001', '15', '55000000', '56999999', '71000000', '73699999', NULL, 1652909926),
(63376, '3220', '430.00', '7', '10.001', '15', '55000000', '56999999', '71000000', '73699999', NULL, 1652909928),
(63377, '3298', '298.00', '11', '15.001', '20', '55000000', '56999999', '71000000', '73699999', NULL, 1652909929),
(63378, '3220', '595.00', '7', '15.001', '20', '55000000', '56999999', '71000000', '73699999', NULL, 1652909931),
(63379, '3298', '380.00', '11', '20.001', '25', '55000000', '56999999', '71000000', '73699999', NULL, 1652909936),
(63380, '3220', '760.00', '7', '20.001', '25', '55000000', '56999999', '71000000', '73699999', NULL, 1652909939),
(63381, '3298', '463.00', '11', '25.001', '30', '55000000', '56999999', '71000000', '73699999', NULL, 1652909941),
(63382, '3220', '925.00', '7', '25.001', '30', '55000000', '56999999', '71000000', '73699999', NULL, 1652909941),
(63383, '3298', '90.00', '15', '0.3', '5', '55000000', '56999999', '72800000', '73999999', NULL, 1652909942),
(63384, '3220', '183.00', '13', '0.3', '5', '55000000', '56999999', '72800000', '73999999', NULL, 1652909942),
(63385, '3298', '133.00', '15', '5.001', '10', '55000000', '56999999', '72800000', '73999999', NULL, 1652909945),
(63386, '3220', '266.00', '13', '5.001', '10', '55000000', '56999999', '72800000', '73999999', NULL, 1652909946),
(63387, '3298', '215.00', '15', '10.001', '15', '55000000', '56999999', '72800000', '73999999', NULL, 1652909949),
(63388, '3220', '430.00', '13', '10.001', '15', '55000000', '56999999', '72800000', '73999999', NULL, 1652909951),
(63389, '3298', '298.00', '15', '15.001', '20', '55000000', '56999999', '72800000', '73999999', NULL, 1652909952),
(63390, '3220', '595.00', '13', '15.001', '20', '55000000', '56999999', '72800000', '73999999', NULL, 1652909953),
(63391, '3298', '380.00', '15', '20.001', '25', '55000000', '56999999', '72800000', '73999999', NULL, 1652909954),
(63392, '3220', '760.00', '13', '20.001', '25', '55000000', '56999999', '72800000', '73999999', NULL, 1652909955),
(63393, '3298', '463.00', '15', '25.001', '30', '55000000', '56999999', '72800000', '73999999', NULL, 1652909958),
(63394, '3220', '925.00', '13', '25.001', '30', '55000000', '56999999', '72800000', '73999999', NULL, 1652909959),
(63395, '3298', '90.00', '11', '0.3', '5', '55000000', '56999999', '74000000', '74894999', NULL, 1652909959),
(63396, '3220', '183.00', '7', '0.3', '5', '55000000', '56999999', '74000000', '74894999', NULL, 1652909961),
(63397, '3298', '133.00', '11', '5.001', '10', '55000000', '56999999', '74000000', '74894999', NULL, 1652909962),
(63398, '3220', '266.00', '7', '5.001', '10', '55000000', '56999999', '74000000', '74894999', NULL, 1652909967),
(63399, '3298', '215.00', '11', '10.001', '15', '55000000', '56999999', '74000000', '74894999', NULL, 1652909967),
(63400, '3220', '430.00', '7', '10.001', '15', '55000000', '56999999', '74000000', '74894999', NULL, 1652909973),
(63401, '3298', '298.00', '11', '15.001', '20', '55000000', '56999999', '74000000', '74894999', NULL, 1652909973),
(63402, '3220', '595.00', '7', '15.001', '20', '55000000', '56999999', '74000000', '74894999', NULL, 1652909974),
(63403, '3298', '380.00', '11', '20.001', '25', '55000000', '56999999', '74000000', '74894999', NULL, 1652909975),
(63404, '3220', '760.00', '7', '20.001', '25', '55000000', '56999999', '74000000', '74894999', NULL, 1652909976),
(63405, '3298', '463.00', '11', '25.001', '30', '55000000', '56999999', '74000000', '74894999', NULL, 1652909976),
(63406, '3220', '925.00', '7', '25.001', '30', '55000000', '56999999', '74000000', '74894999', NULL, 1652909978),
(63407, '3298', '90.00', '11', '0.3', '5', '55000000', '56999999', '74895000', '76799999', NULL, 1652909979),
(63408, '3220', '183.00', '7', '0.3', '5', '55000000', '56999999', '74895000', '76799999', NULL, 1652909980),
(63409, '3298', '133.00', '11', '5.001', '10', '55000000', '56999999', '74895000', '76799999', NULL, 1652909981),
(63410, '3220', '266.00', '7', '5.001', '10', '55000000', '56999999', '74895000', '76799999', NULL, 1652909982),
(63411, '3298', '215.00', '11', '10.001', '15', '55000000', '56999999', '74895000', '76799999', NULL, 1652909983),
(63412, '3220', '430.00', '7', '10.001', '15', '55000000', '56999999', '74895000', '76799999', NULL, 1652909984),
(63413, '3298', '298.00', '11', '15.001', '20', '55000000', '56999999', '74895000', '76799999', NULL, 1652909985),
(63414, '3220', '595.00', '7', '15.001', '20', '55000000', '56999999', '74895000', '76799999', NULL, 1652909988),
(63415, '3298', '380.00', '11', '20.001', '25', '55000000', '56999999', '74895000', '76799999', NULL, 1652909989),
(63416, '3220', '760.00', '7', '20.001', '25', '55000000', '56999999', '74895000', '76799999', NULL, 1652909990),
(63417, '3298', '463.00', '11', '25.001', '30', '55000000', '56999999', '74895000', '76799999', NULL, 1652909991),
(63418, '3220', '925.00', '7', '25.001', '30', '55000000', '56999999', '74895000', '76799999', NULL, 1652909992),
(63419, '3298', '90.00', '15', '0.3', '5', '55000000', '56999999', '77000000', '77270999', NULL, 1652909994),
(63420, '3220', '183.00', '9', '0.3', '5', '55000000', '56999999', '77000000', '77270999', NULL, 1652909997),
(63421, '3298', '133.00', '15', '5.001', '10', '55000000', '56999999', '77000000', '77270999', NULL, 1652909998),
(63422, '3220', '266.00', '9', '5.001', '10', '55000000', '56999999', '77000000', '77270999', NULL, 1652909999),
(63423, '3298', '215.00', '15', '10.001', '15', '55000000', '56999999', '77000000', '77270999', NULL, 1652910003),
(63424, '3220', '430.00', '9', '10.001', '15', '55000000', '56999999', '77000000', '77270999', NULL, 1652910005),
(63425, '3298', '298.00', '15', '15.001', '20', '55000000', '56999999', '77000000', '77270999', NULL, 1652910006),
(63426, '3220', '595.00', '9', '15.001', '20', '55000000', '56999999', '77000000', '77270999', NULL, 1652910007),
(63427, '3298', '380.00', '15', '20.001', '25', '55000000', '56999999', '77000000', '77270999', NULL, 1652910008),
(63428, '3220', '760.00', '9', '20.001', '25', '55000000', '56999999', '77000000', '77270999', NULL, 1652910009),
(63429, '3298', '463.00', '15', '25.001', '30', '55000000', '56999999', '77000000', '77270999', NULL, 1652910012),
(63430, '3220', '925.00', '9', '25.001', '30', '55000000', '56999999', '77000000', '77270999', NULL, 1652910013),
(63431, '3298', '90.00', '18', '0.3', '5', '55000000', '56999999', '77300000', '77995999', NULL, 1652910014),
(63432, '3220', '183.00', '13', '0.3', '5', '55000000', '56999999', '77300000', '77995999', NULL, 1652910016),
(63433, '3298', '133.00', '18', '5.001', '10', '55000000', '56999999', '77300000', '77995999', NULL, 1652910017),
(63434, '3220', '266.00', '13', '5.001', '10', '55000000', '56999999', '77300000', '77995999', NULL, 1652910019),
(63435, '3298', '215.00', '18', '10.001', '15', '55000000', '56999999', '77300000', '77995999', NULL, 1652910026),
(63436, '3220', '430.00', '13', '10.001', '15', '55000000', '56999999', '77300000', '77995999', NULL, 1652910027),
(63437, '3298', '298.00', '18', '15.001', '20', '55000000', '56999999', '77300000', '77995999', NULL, 1652910028),
(63438, '3220', '595.00', '13', '15.001', '20', '55000000', '56999999', '77300000', '77995999', NULL, 1652910034),
(63439, '3298', '380.00', '18', '20.001', '25', '55000000', '56999999', '77300000', '77995999', NULL, 1652910036),
(63440, '3220', '760.00', '13', '20.001', '25', '55000000', '56999999', '77300000', '77995999', NULL, 1652910037),
(63441, '3298', '463.00', '18', '25.001', '30', '55000000', '56999999', '77300000', '77995999', NULL, 1652910037),
(63442, '3220', '925.00', '13', '25.001', '30', '55000000', '56999999', '77300000', '77995999', NULL, 1652910043),
(63443, '3298', '90.00', '13', '0.3', '5', '55000000', '56999999', '78000000', '78109999', NULL, 1652910048),
(63444, '3220', '183.00', '8', '0.3', '5', '55000000', '56999999', '78000000', '78109999', NULL, 1652910049),
(63445, '3298', '133.00', '13', '5.001', '10', '55000000', '56999999', '78000000', '78109999', NULL, 1652910050),
(63446, '3220', '266.00', '8', '5.001', '10', '55000000', '56999999', '78000000', '78109999', NULL, 1652910051),
(63447, '3298', '215.00', '13', '10.001', '15', '55000000', '56999999', '78000000', '78109999', NULL, 1652910053),
(63448, '3220', '430.00', '8', '10.001', '15', '55000000', '56999999', '78000000', '78109999', NULL, 1652910053),
(63449, '3298', '298.00', '13', '15.001', '20', '55000000', '56999999', '78000000', '78109999', NULL, 1652910054),
(63450, '3220', '595.00', '8', '15.001', '20', '55000000', '56999999', '78000000', '78109999', NULL, 1652910056),
(63451, '3298', '380.00', '13', '20.001', '25', '55000000', '56999999', '78000000', '78109999', NULL, 1652910061),
(63452, '3220', '760.00', '8', '20.001', '25', '55000000', '56999999', '78000000', '78109999', NULL, 1652910066),
(63453, '3298', '463.00', '13', '25.001', '30', '55000000', '56999999', '78000000', '78109999', NULL, 1652910067),
(63454, '3220', '925.00', '8', '25.001', '30', '55000000', '56999999', '78000000', '78109999', NULL, 1652910068),
(63455, '3298', '90.00', '15', '0.3', '5', '55000000', '56999999', '78110000', '78899999', NULL, 1652910070),
(63456, '3220', '183.00', '10', '0.3', '5', '55000000', '56999999', '78110000', '78899999', NULL, 1652910071),
(63457, '3298', '133.00', '15', '5.001', '10', '55000000', '56999999', '78110000', '78899999', NULL, 1652910073),
(63458, '3220', '266.00', '10', '5.001', '10', '55000000', '56999999', '78110000', '78899999', NULL, 1652910074),
(63459, '3298', '215.00', '15', '10.001', '15', '55000000', '56999999', '78110000', '78899999', NULL, 1652910075),
(63460, '3220', '430.00', '10', '10.001', '15', '55000000', '56999999', '78110000', '78899999', NULL, 1652910076),
(63461, '3298', '298.00', '15', '15.001', '20', '55000000', '56999999', '78110000', '78899999', NULL, 1652910077),
(63462, '3220', '595.00', '10', '15.001', '20', '55000000', '56999999', '78110000', '78899999', NULL, 1652910080),
(63463, '3298', '380.00', '15', '20.001', '25', '55000000', '56999999', '78110000', '78899999', NULL, 1652910083),
(63464, '3220', '760.00', '10', '20.001', '25', '55000000', '56999999', '78110000', '78899999', NULL, 1652910084),
(63465, '3298', '463.00', '15', '25.001', '30', '55000000', '56999999', '78110000', '78899999', NULL, 1652910086),
(63466, '3220', '925.00', '10', '25.001', '30', '55000000', '56999999', '78110000', '78899999', NULL, 1652910092),
(63467, '3298', '90.00', '16', '0.3', '5', '55000000', '56999999', '78900000', '78930999', NULL, 1652910098),
(63468, '3220', '183.00', '14', '0.3', '5', '55000000', '56999999', '78900000', '78930999', NULL, 1652910104),
(63469, '3298', '133.00', '16', '5.001', '10', '55000000', '56999999', '78900000', '78930999', NULL, 1652910105),
(63470, '3220', '266.00', '14', '5.001', '10', '55000000', '56999999', '78900000', '78930999', NULL, 1652910109),
(63471, '3298', '215.00', '16', '10.001', '15', '55000000', '56999999', '78900000', '78930999', NULL, 1652910111),
(63472, '3220', '430.00', '14', '10.001', '15', '55000000', '56999999', '78900000', '78930999', NULL, 1652910113),
(63473, '3298', '298.00', '16', '15.001', '20', '55000000', '56999999', '78900000', '78930999', NULL, 1652910113),
(63474, '3220', '595.00', '14', '15.001', '20', '55000000', '56999999', '78900000', '78930999', NULL, 1652910115),
(63475, '3298', '380.00', '16', '20.001', '25', '55000000', '56999999', '78900000', '78930999', NULL, 1652910117),
(63476, '3220', '760.00', '14', '20.001', '25', '55000000', '56999999', '78900000', '78930999', NULL, 1652910118),
(63477, '3298', '463.00', '16', '25.001', '30', '55000000', '56999999', '78900000', '78930999', NULL, 1652910119),
(63478, '3220', '925.00', '14', '25.001', '30', '55000000', '56999999', '78900000', '78930999', NULL, 1652910122),
(63479, '3298', '90.00', '15', '0.3', '5', '55000000', '56999999', '78931000', '78999999', NULL, 1652910124),
(63480, '3220', '183.00', '10', '0.3', '5', '55000000', '56999999', '78931000', '78999999', NULL, 1652910125),
(63481, '3298', '133.00', '15', '5.001', '10', '55000000', '56999999', '78931000', '78999999', NULL, 1652910129),
(63482, '3220', '266.00', '10', '5.001', '10', '55000000', '56999999', '78931000', '78999999', NULL, 1652910132),
(63483, '3298', '215.00', '15', '10.001', '15', '55000000', '56999999', '78931000', '78999999', NULL, 1652910133),
(63484, '3220', '430.00', '10', '10.001', '15', '55000000', '56999999', '78931000', '78999999', NULL, 1652910137),
(63485, '3298', '298.00', '15', '15.001', '20', '55000000', '56999999', '78931000', '78999999', NULL, 1652910148),
(63486, '3220', '595.00', '10', '15.001', '20', '55000000', '56999999', '78931000', '78999999', NULL, 1652910149),
(63487, '3298', '380.00', '15', '20.001', '25', '55000000', '56999999', '78931000', '78999999', NULL, 1652910151),
(63488, '3220', '760.00', '10', '20.001', '25', '55000000', '56999999', '78931000', '78999999', NULL, 1652910152),
(63489, '3298', '463.00', '15', '25.001', '30', '55000000', '56999999', '78931000', '78999999', NULL, 1652910153),
(63490, '3220', '925.00', '10', '25.001', '30', '55000000', '56999999', '78931000', '78999999', NULL, 1652910154),
(63491, '3298', '90.00', '11', '0.3', '5', '55000000', '56999999', '79000000', '79129999', NULL, 1652910155),
(63492, '3220', '183.00', '7', '0.3', '5', '55000000', '56999999', '79000000', '79129999', NULL, 1652910157),
(63493, '3298', '133.00', '11', '5.001', '10', '55000000', '56999999', '79000000', '79129999', NULL, 1652910159),
(63494, '3220', '266.00', '7', '5.001', '10', '55000000', '56999999', '79000000', '79129999', NULL, 1652910160),
(63495, '3298', '215.00', '11', '10.001', '15', '55000000', '56999999', '79000000', '79129999', NULL, 1652910161),
(63496, '3220', '430.00', '7', '10.001', '15', '55000000', '56999999', '79000000', '79129999', NULL, 1652910163),
(63497, '3298', '298.00', '11', '15.001', '20', '55000000', '56999999', '79000000', '79129999', NULL, 1652910164),
(63498, '3220', '595.00', '7', '15.001', '20', '55000000', '56999999', '79000000', '79129999', NULL, 1652910165),
(63499, '3298', '380.00', '11', '20.001', '25', '55000000', '56999999', '79000000', '79129999', NULL, 1652910166),
(63500, '3220', '760.00', '7', '20.001', '25', '55000000', '56999999', '79000000', '79129999', NULL, 1652910167),
(63501, '3298', '463.00', '11', '25.001', '30', '55000000', '56999999', '79000000', '79129999', NULL, 1652910168),
(63502, '3220', '925.00', '7', '25.001', '30', '55000000', '56999999', '79000000', '79129999', NULL, 1652910170),
(63503, '3298', '90.00', '14', '0.3', '5', '55000000', '56999999', '79130000', '79999999', NULL, 1652910174),
(63504, '3220', '183.00', '10', '0.3', '5', '55000000', '56999999', '79130000', '79999999', NULL, 1652910174),
(63505, '3298', '133.00', '14', '5.001', '10', '55000000', '56999999', '79130000', '79999999', NULL, 1652910175),
(63506, '3220', '266.00', '10', '5.001', '10', '55000000', '56999999', '79130000', '79999999', NULL, 1652910176),
(63507, '3298', '215.00', '14', '10.001', '15', '55000000', '56999999', '79130000', '79999999', NULL, 1652910178),
(63508, '3220', '430.00', '10', '10.001', '15', '55000000', '56999999', '79130000', '79999999', NULL, 1652910179),
(63509, '3298', '298.00', '14', '15.001', '20', '55000000', '56999999', '79130000', '79999999', NULL, 1652910180),
(63510, '3220', '595.00', '10', '15.001', '20', '55000000', '56999999', '79130000', '79999999', NULL, 1652910183),
(63511, '3298', '380.00', '14', '20.001', '25', '55000000', '56999999', '79130000', '79999999', NULL, 1652910183),
(63512, '3220', '760.00', '10', '20.001', '25', '55000000', '56999999', '79130000', '79999999', NULL, 1652910184),
(63513, '3298', '463.00', '14', '25.001', '30', '55000000', '56999999', '79130000', '79999999', NULL, 1652910184),
(63514, '3220', '925.00', '10', '25.001', '30', '55000000', '56999999', '79130000', '79999999', NULL, 1652910185),
(63515, '3298', '90.00', '12', '0.3', '5', '55000000', '56999999', '80000000', '82999999', NULL, 1652910189),
(63516, '3220', '183.00', '6', '0.3', '5', '55000000', '56999999', '80000000', '82999999', NULL, 1652910190),
(63517, '3298', '133.00', '12', '5.001', '10', '55000000', '56999999', '80000000', '82999999', NULL, 1652910191),
(63518, '3220', '266.00', '6', '5.001', '10', '55000000', '56999999', '80000000', '82999999', NULL, 1652910195),
(63519, '3298', '215.00', '12', '10.001', '15', '55000000', '56999999', '80000000', '82999999', NULL, 1652910195),
(63520, '3220', '430.00', '6', '10.001', '15', '55000000', '56999999', '80000000', '82999999', NULL, 1652910195),
(63521, '3298', '298.00', '12', '15.001', '20', '55000000', '56999999', '80000000', '82999999', NULL, 1652910197),
(63522, '3220', '595.00', '6', '15.001', '20', '55000000', '56999999', '80000000', '82999999', NULL, 1652910203),
(63523, '3298', '380.00', '12', '20.001', '25', '55000000', '56999999', '80000000', '82999999', NULL, 1652910208),
(63524, '3220', '760.00', '6', '20.001', '25', '55000000', '56999999', '80000000', '82999999', NULL, 1652910209),
(63525, '3298', '463.00', '12', '25.001', '30', '55000000', '56999999', '80000000', '82999999', NULL, 1652910215),
(63526, '3220', '925.00', '6', '25.001', '30', '55000000', '56999999', '80000000', '82999999', NULL, 1652910216),
(63527, '3298', '90.00', '12', '0.3', '5', '55000000', '56999999', '80000000', '83800999', NULL, 1652910217),
(63528, '3220', '183.00', '6', '0.3', '5', '55000000', '56999999', '80000000', '83800999', NULL, 1652910218),
(63529, '3298', '133.00', '12', '5.001', '10', '55000000', '56999999', '80000000', '83800999', NULL, 1652910219),
(63530, '3220', '266.00', '6', '5.001', '10', '55000000', '56999999', '80000000', '83800999', NULL, 1652910220),
(63531, '3298', '215.00', '12', '10.001', '15', '55000000', '56999999', '80000000', '83800999', NULL, 1652910221),
(63532, '3220', '430.00', '6', '10.001', '15', '55000000', '56999999', '80000000', '83800999', NULL, 1652910222),
(63533, '3298', '298.00', '12', '15.001', '20', '55000000', '56999999', '80000000', '83800999', NULL, 1652910223),
(63534, '3220', '595.00', '6', '15.001', '20', '55000000', '56999999', '80000000', '83800999', NULL, 1652910224),
(63535, '3298', '380.00', '12', '20.001', '25', '55000000', '56999999', '80000000', '83800999', NULL, 1652910225),
(63536, '3220', '760.00', '6', '20.001', '25', '55000000', '56999999', '80000000', '83800999', NULL, 1652910226),
(63537, '3298', '463.00', '12', '25.001', '30', '55000000', '56999999', '80000000', '83800999', NULL, 1652910227),
(63538, '3220', '925.00', '6', '25.001', '30', '55000000', '56999999', '80000000', '83800999', NULL, 1652910228),
(63539, '3298', '90.00', '14', '0.3', '5', '55000000', '56999999', '83801000', '87999999', NULL, 1652910229),
(63540, '3220', '183.00', '8', '0.3', '5', '55000000', '56999999', '83801000', '87999999', NULL, 1652910230),
(63541, '3298', '133.00', '14', '5.001', '10', '55000000', '56999999', '83801000', '87999999', NULL, 1652910235),
(63542, '3220', '266.00', '8', '5.001', '10', '55000000', '56999999', '83801000', '87999999', NULL, 1652910238),
(63543, '3298', '215.00', '14', '10.001', '15', '55000000', '56999999', '83801000', '87999999', NULL, 1652910240),
(63544, '3220', '430.00', '8', '10.001', '15', '55000000', '56999999', '83801000', '87999999', NULL, 1652910242),
(63545, '3298', '298.00', '14', '15.001', '20', '55000000', '56999999', '83801000', '87999999', NULL, 1652910243),
(63546, '3220', '595.00', '8', '15.001', '20', '55000000', '56999999', '83801000', '87999999', NULL, 1652910245),
(63547, '3298', '380.00', '14', '20.001', '25', '55000000', '56999999', '83801000', '87999999', NULL, 1652910246),
(63548, '3220', '760.00', '8', '20.001', '25', '55000000', '56999999', '83801000', '87999999', NULL, 1652910248),
(63549, '3298', '463.00', '14', '25.001', '30', '55000000', '56999999', '83801000', '87999999', NULL, 1652910252),
(63550, '3220', '925.00', '8', '25.001', '30', '55000000', '56999999', '83801000', '87999999', NULL, 1652910253),
(63551, '3298', '90.00', '12', '0.3', '5', '55000000', '56999999', '88000000', '82999999', NULL, 1652910253),
(63552, '3220', '183.00', '6', '0.3', '5', '55000000', '56999999', '88000000', '82999999', NULL, 1652910255),
(63553, '3298', '133.00', '12', '5.001', '10', '55000000', '56999999', '88000000', '82999999', NULL, 1652910257),
(63554, '3220', '266.00', '6', '5.001', '10', '55000000', '56999999', '88000000', '82999999', NULL, 1652910258),
(63555, '3298', '215.00', '12', '10.001', '15', '55000000', '56999999', '88000000', '82999999', NULL, 1652910259),
(63556, '3220', '430.00', '6', '10.001', '15', '55000000', '56999999', '88000000', '82999999', NULL, 1652910260),
(63557, '3298', '298.00', '12', '15.001', '20', '55000000', '56999999', '88000000', '82999999', NULL, 1652910262),
(63558, '3220', '595.00', '6', '15.001', '20', '55000000', '56999999', '88000000', '82999999', NULL, 1652910264),
(63559, '3298', '380.00', '12', '20.001', '25', '55000000', '56999999', '88000000', '82999999', NULL, 1652910265),
(63560, '3220', '760.00', '6', '20.001', '25', '55000000', '56999999', '88000000', '82999999', NULL, 1652910267),
(63561, '3298', '463.00', '12', '25.001', '30', '55000000', '56999999', '88000000', '82999999', NULL, 1652910268),
(63562, '3220', '925.00', '6', '25.001', '30', '55000000', '56999999', '88000000', '82999999', NULL, 1652910269),
(63563, '3298', '90.00', '12', '0.3', '5', '55000000', '56999999', '88000000', '88469999', NULL, 1652910270),
(63564, '3220', '183.00', '6', '0.3', '5', '55000000', '56999999', '88000000', '88469999', NULL, 1652910270),
(63565, '3298', '133.00', '12', '5.001', '10', '55000000', '56999999', '88000000', '88469999', NULL, 1652910272),
(63566, '3220', '266.00', '6', '5.001', '10', '55000000', '56999999', '88000000', '88469999', NULL, 1652910274),
(63567, '3298', '215.00', '12', '10.001', '15', '55000000', '56999999', '88000000', '88469999', NULL, 1652910277),
(63568, '3220', '430.00', '6', '10.001', '15', '55000000', '56999999', '88000000', '88469999', NULL, 1652910279),
(63569, '3298', '298.00', '12', '15.001', '20', '55000000', '56999999', '88000000', '88469999', NULL, 1652910283),
(63570, '3220', '595.00', '6', '15.001', '20', '55000000', '56999999', '88000000', '88469999', NULL, 1652910285),
(63571, '3298', '380.00', '12', '20.001', '25', '55000000', '56999999', '88000000', '88469999', NULL, 1652910286),
(63572, '3220', '760.00', '6', '20.001', '25', '55000000', '56999999', '88000000', '88469999', NULL, 1652910288),
(63573, '3298', '463.00', '12', '25.001', '30', '55000000', '56999999', '88000000', '88469999', NULL, 1652910289),
(63574, '3220', '925.00', '6', '25.001', '30', '55000000', '56999999', '88000000', '88469999', NULL, 1652910291),
(63575, '3298', '90.00', '13', '0.3', '5', '55000000', '56999999', '88470000', '89999999', NULL, 1652910294),
(63576, '3220', '183.00', '8', '0.3', '5', '55000000', '56999999', '88470000', '89999999', NULL, 1652910294),
(63577, '3298', '133.00', '13', '5.001', '10', '55000000', '56999999', '88470000', '89999999', NULL, 1652910296),
(63578, '3220', '266.00', '8', '5.001', '10', '55000000', '56999999', '88470000', '89999999', NULL, 1652910297),
(63579, '3298', '215.00', '13', '10.001', '15', '55000000', '56999999', '88470000', '89999999', NULL, 1652910298),
(63580, '3220', '430.00', '8', '10.001', '15', '55000000', '56999999', '88470000', '89999999', NULL, 1652910299),
(63581, '3298', '298.00', '13', '15.001', '20', '55000000', '56999999', '88470000', '89999999', NULL, 1652910300),
(63582, '3220', '595.00', '8', '15.001', '20', '55000000', '56999999', '88470000', '89999999', NULL, 1652910307),
(63583, '3298', '380.00', '13', '20.001', '25', '55000000', '56999999', '88470000', '89999999', NULL, 1652910308),
(63584, '3220', '760.00', '8', '20.001', '25', '55000000', '56999999', '88470000', '89999999', NULL, 1652910310),
(63585, '3298', '463.00', '13', '25.001', '30', '55000000', '56999999', '88470000', '89999999', NULL, 1652910310),
(63586, '3220', '925.00', '8', '25.001', '30', '55000000', '56999999', '88470000', '89999999', NULL, 1652910312),
(63587, '3298', '90.00', '12', '0.3', '5', '55000000', '56999999', '90000000', '91999999', NULL, 1652910312),
(63588, '3220', '183.00', '6', '0.3', '5', '55000000', '56999999', '90000000', '91999999', NULL, 1652910313),
(63589, '3298', '133.00', '12', '5.001', '10', '55000000', '56999999', '90000000', '91999999', NULL, 1652910320),
(63590, '3220', '266.00', '6', '5.001', '10', '55000000', '56999999', '90000000', '91999999', NULL, 1652910329),
(63591, '3298', '215.00', '12', '10.001', '15', '55000000', '56999999', '90000000', '91999999', NULL, 1652910329),
(63592, '3220', '430.00', '6', '10.001', '15', '55000000', '56999999', '90000000', '91999999', NULL, 1652910330),
(63593, '3298', '298.00', '12', '15.001', '20', '55000000', '56999999', '90000000', '91999999', NULL, 1652910331),
(63594, '3220', '595.00', '6', '15.001', '20', '55000000', '56999999', '90000000', '91999999', NULL, 1652910332),
(63595, '3298', '380.00', '12', '20.001', '25', '55000000', '56999999', '90000000', '91999999', NULL, 1652910333),
(63596, '3220', '760.00', '6', '20.001', '25', '55000000', '56999999', '90000000', '91999999', NULL, 1652910333),
(63597, '3298', '463.00', '12', '25.001', '30', '55000000', '56999999', '90000000', '91999999', NULL, 1652910333),
(63598, '3220', '925.00', '6', '25.001', '30', '55000000', '56999999', '90000000', '91999999', NULL, 1652910334),
(63599, '3298', '90.00', '14', '0.3', '5', '55000000', '56999999', '90000000', '94900999', NULL, 1652910335),
(63600, '3220', '183.00', '9', '0.3', '5', '55000000', '56999999', '90000000', '94900999', NULL, 1652910335),
(63601, '3298', '133.00', '14', '5.001', '10', '55000000', '56999999', '90000000', '94900999', NULL, 1652910336),
(63602, '3220', '266.00', '9', '5.001', '10', '55000000', '56999999', '90000000', '94900999', NULL, 1652910338),
(63603, '3298', '215.00', '14', '10.001', '15', '55000000', '56999999', '90000000', '94900999', NULL, 1652910339),
(63604, '3220', '430.00', '9', '10.001', '15', '55000000', '56999999', '90000000', '94900999', NULL, 1652910339),
(63605, '3298', '298.00', '14', '15.001', '20', '55000000', '56999999', '90000000', '94900999', NULL, 1652910340),
(63606, '3220', '595.00', '9', '15.001', '20', '55000000', '56999999', '90000000', '94900999', NULL, 1652910341),
(63607, '3298', '380.00', '14', '20.001', '25', '55000000', '56999999', '90000000', '94900999', NULL, 1652910342),
(63608, '3220', '760.00', '9', '20.001', '25', '55000000', '56999999', '90000000', '94900999', NULL, 1652910344),
(63609, '3298', '463.00', '14', '25.001', '30', '55000000', '56999999', '90000000', '94900999', NULL, 1652910345),
(63610, '3220', '925.00', '9', '25.001', '30', '55000000', '56999999', '90000000', '94900999', NULL, 1652910346),
(63611, '3298', '90.00', '16', '0.3', '5', '55000000', '56999999', '94901000', '99999999', NULL, 1652910347),
(63612, '3220', '183.00', '10', '0.3', '5', '55000000', '56999999', '94901000', '99999999', NULL, 1652910352),
(63613, '3298', '133.00', '16', '5.001', '10', '55000000', '56999999', '94901000', '99999999', NULL, 1652910353),
(63614, '3220', '266.00', '10', '5.001', '10', '55000000', '56999999', '94901000', '99999999', NULL, 1652910354),
(63615, '3298', '215.00', '16', '10.001', '15', '55000000', '56999999', '94901000', '99999999', NULL, 1652910358),
(63616, '3220', '430.00', '10', '10.001', '15', '55000000', '56999999', '94901000', '99999999', NULL, 1652910363),
(63617, '3298', '298.00', '16', '15.001', '20', '55000000', '56999999', '94901000', '99999999', NULL, 1652910364),
(63618, '3220', '595.00', '10', '15.001', '20', '55000000', '56999999', '94901000', '99999999', NULL, 1652910369),
(63619, '3298', '380.00', '16', '20.001', '25', '55000000', '56999999', '94901000', '99999999', NULL, 1652910374),
(63620, '3220', '760.00', '10', '20.001', '25', '55000000', '56999999', '94901000', '99999999', NULL, 1652910378),
(63621, '3298', '463.00', '16', '25.001', '30', '55000000', '56999999', '94901000', '99999999', NULL, 1652910379),
(63622, '3220', '925.00', '10', '25.001', '30', '55000000', '56999999', '94901000', '99999999', NULL, 1652910383),
(63623, '3298', '45.00', '7', '0.3', '5', '57000000', '57099999', '01000000', '08499999', NULL, 1652910384),
(63624, '3220', '137.00', '2', '0.3', '5', '57000000', '57099999', '01000000', '08499999', NULL, 1652910387),
(63625, '3298', '71.00', '7', '5.001', '10', '57000000', '57099999', '01000000', '08499999', NULL, 1652910388),
(63626, '3220', '214.00', '2', '5.001', '10', '57000000', '57099999', '01000000', '08499999', NULL, 1652910397),
(63627, '3298', '116.00', '7', '10.001', '15', '57000000', '57099999', '01000000', '08499999', NULL, 1652910399),
(63628, '3220', '346.00', '2', '10.001', '15', '57000000', '57099999', '01000000', '08499999', NULL, 1652910400),
(63629, '3298', '160.00', '7', '15.001', '20', '57000000', '57099999', '01000000', '08499999', NULL, 1652910401),
(63630, '3220', '479.00', '2', '15.001', '20', '57000000', '57099999', '01000000', '08499999', NULL, 1652910402),
(63631, '3298', '205.00', '7', '20.001', '25', '57000000', '57099999', '01000000', '08499999', NULL, 1652910405),
(63632, '3220', '612.00', '2', '20.001', '25', '57000000', '57099999', '01000000', '08499999', NULL, 1652910407),
(63633, '3298', '249.00', '7', '25.001', '30', '57000000', '57099999', '01000000', '08499999', NULL, 1652910408),
(63634, '3220', '744.00', '2', '25.001', '30', '57000000', '57099999', '01000000', '08499999', NULL, 1652910409),
(63635, '3298', '45.00', '7', '0.3', '5', '57000000', '57099999', '06000000', '09999999', NULL, 1652910412),
(63636, '3220', '137.00', '2', '0.3', '5', '57000000', '57099999', '06000000', '09999999', NULL, 1652910414),
(63637, '3298', '71.00', '7', '5.001', '10', '57000000', '57099999', '06000000', '09999999', NULL, 1652910415),
(63638, '3220', '214.00', '2', '5.001', '10', '57000000', '57099999', '06000000', '09999999', NULL, 1652910416),
(63639, '3298', '116.00', '7', '10.001', '15', '57000000', '57099999', '06000000', '09999999', NULL, 1652910416),
(63640, '3220', '346.00', '2', '10.001', '15', '57000000', '57099999', '06000000', '09999999', NULL, 1652910418),
(63641, '3298', '160.00', '7', '15.001', '20', '57000000', '57099999', '06000000', '09999999', NULL, 1652910426),
(63642, '3220', '479.00', '2', '15.001', '20', '57000000', '57099999', '06000000', '09999999', NULL, 1652910427),
(63643, '3298', '205.00', '7', '20.001', '25', '57000000', '57099999', '06000000', '09999999', NULL, 1652910428),
(63644, '3220', '612.00', '2', '20.001', '25', '57000000', '57099999', '06000000', '09999999', NULL, 1652910430),
(63645, '3298', '249.00', '7', '25.001', '30', '57000000', '57099999', '06000000', '09999999', NULL, 1652910432),
(63646, '3220', '744.00', '2', '25.001', '30', '57000000', '57099999', '06000000', '09999999', NULL, 1652910432),
(63647, '3298', '45.00', '7', '0.3', '5', '57000000', '57099999', '11000000', '11999999', NULL, 1652910433),
(63648, '3220', '137.00', '3', '0.3', '5', '57000000', '57099999', '11000000', '11999999', NULL, 1652910436),
(63649, '3298', '71.00', '7', '5.001', '10', '57000000', '57099999', '11000000', '11999999', NULL, 1652910439),
(63650, '3220', '214.00', '3', '5.001', '10', '57000000', '57099999', '11000000', '11999999', NULL, 1652910439),
(63651, '3298', '116.00', '7', '10.001', '15', '57000000', '57099999', '11000000', '11999999', NULL, 1652910444),
(63652, '3220', '346.00', '3', '10.001', '15', '57000000', '57099999', '11000000', '11999999', NULL, 1652910445),
(63653, '3298', '160.00', '7', '15.001', '20', '57000000', '57099999', '11000000', '11999999', NULL, 1652910445),
(63654, '3220', '479.00', '3', '15.001', '20', '57000000', '57099999', '11000000', '11999999', NULL, 1652910446),
(63655, '3298', '205.00', '7', '20.001', '25', '57000000', '57099999', '11000000', '11999999', NULL, 1652910446),
(63656, '3220', '612.00', '3', '20.001', '25', '57000000', '57099999', '11000000', '11999999', NULL, 1652910447),
(63657, '3298', '249.00', '7', '25.001', '30', '57000000', '57099999', '11000000', '11999999', NULL, 1652910448),
(63658, '3220', '744.00', '3', '25.001', '30', '57000000', '57099999', '11000000', '11999999', NULL, 1652910448),
(63659, '3298', '45.00', '7', '0.3', '5', '57000000', '57099999', '12000000', '19999999', NULL, 1652910449),
(63660, '3220', '137.00', '3', '0.3', '5', '57000000', '57099999', '12000000', '19999999', NULL, 1652910450),
(63661, '3298', '71.00', '7', '5.001', '10', '57000000', '57099999', '12000000', '19999999', NULL, 1652910451),
(63662, '3220', '214.00', '3', '5.001', '10', '57000000', '57099999', '12000000', '19999999', NULL, 1652910451),
(63663, '3298', '116.00', '7', '10.001', '15', '57000000', '57099999', '12000000', '19999999', NULL, 1652910451),
(63664, '3220', '346.00', '3', '10.001', '15', '57000000', '57099999', '12000000', '19999999', NULL, 1652910452),
(63665, '3298', '160.00', '7', '15.001', '20', '57000000', '57099999', '12000000', '19999999', NULL, 1652910453),
(63666, '3220', '479.00', '3', '15.001', '20', '57000000', '57099999', '12000000', '19999999', NULL, 1652910453),
(63667, '3298', '205.00', '7', '20.001', '25', '57000000', '57099999', '12000000', '19999999', NULL, 1652910454),
(63668, '3220', '612.00', '3', '20.001', '25', '57000000', '57099999', '12000000', '19999999', NULL, 1652910454),
(63669, '3298', '249.00', '7', '25.001', '30', '57000000', '57099999', '12000000', '19999999', NULL, 1652910455),
(63670, '3220', '744.00', '3', '25.001', '30', '57000000', '57099999', '12000000', '19999999', NULL, 1652910456),
(63671, '3298', '90.00', '9', '0.3', '5', '57000000', '57099999', '26601000', '28999999', NULL, 1652910553),
(63672, '3220', '183.00', '4', '0.3', '5', '57000000', '57099999', '26601000', '28999999', NULL, 1652910554),
(63673, '3298', '133.00', '9', '5.001', '10', '57000000', '57099999', '26601000', '28999999', NULL, 1652910554),
(63674, '3220', '266.00', '4', '5.001', '10', '57000000', '57099999', '26601000', '28999999', NULL, 1652910555),
(63675, '3298', '215.00', '9', '10.001', '15', '57000000', '57099999', '26601000', '28999999', NULL, 1652910555),
(63676, '3220', '430.00', '4', '10.001', '15', '57000000', '57099999', '26601000', '28999999', NULL, 1652910556),
(63677, '3298', '298.00', '9', '15.001', '20', '57000000', '57099999', '26601000', '28999999', NULL, 1652910557),
(63678, '3220', '595.00', '4', '15.001', '20', '57000000', '57099999', '26601000', '28999999', NULL, 1652910558),
(63679, '3298', '380.00', '9', '20.001', '25', '57000000', '57099999', '26601000', '28999999', NULL, 1652910559),
(63680, '3220', '760.00', '4', '20.001', '25', '57000000', '57099999', '26601000', '28999999', NULL, 1652910559),
(63681, '3298', '463.00', '9', '25.001', '30', '57000000', '57099999', '26601000', '28999999', NULL, 1652910560),
(63682, '3220', '925.00', '4', '25.001', '30', '57000000', '57099999', '26601000', '28999999', NULL, 1652910560),
(63683, '3298', '38.00', '7', '0.3', '5', '57000000', '57099999', '29000000', '29099999', NULL, 1652910561),
(63684, '3220', '113.00', '2', '0.3', '5', '57000000', '57099999', '29000000', '29099999', NULL, 1652910561),
(63685, '3298', '58.00', '7', '5.001', '10', '57000000', '57099999', '29000000', '29099999', NULL, 1652910562),
(63686, '3220', '176.00', '2', '5.001', '10', '57000000', '57099999', '29000000', '29099999', NULL, 1652910562),
(63687, '3298', '94.00', '7', '10.001', '15', '57000000', '57099999', '29000000', '29099999', NULL, 1652910563),
(63688, '3220', '286.00', '2', '10.001', '15', '57000000', '57099999', '29000000', '29099999', NULL, 1652910564),
(63689, '3298', '130.00', '7', '15.001', '20', '57000000', '57099999', '29000000', '29099999', NULL, 1652910565),
(63690, '3220', '396.00', '2', '15.001', '20', '57000000', '57099999', '29000000', '29099999', NULL, 1652910565),
(63691, '3298', '166.00', '7', '20.001', '25', '57000000', '57099999', '29000000', '29099999', NULL, 1652910566),
(63692, '3220', '505.00', '2', '20.001', '25', '57000000', '57099999', '29000000', '29099999', NULL, 1652910566),
(63693, '3298', '202.00', '7', '25.001', '30', '57000000', '57099999', '29000000', '29099999', NULL, 1652910567),
(63694, '3220', '615.00', '2', '25.001', '30', '57000000', '57099999', '29000000', '29099999', NULL, 1652910568),
(63695, '3298', '70.00', '9', '0.3', '5', '57000000', '57099999', '29100000', '29999999', NULL, 1652910568),
(63696, '3220', '157.00', '5', '0.3', '5', '57000000', '57099999', '29100000', '29999999', NULL, 1652910569),
(63697, '3298', '106.00', '9', '5.001', '10', '57000000', '57099999', '29100000', '29999999', NULL, 1652910570),
(63698, '3220', '226.00', '5', '5.001', '10', '57000000', '57099999', '29100000', '29999999', NULL, 1652910581),
(63699, '3298', '172.00', '9', '10.001', '15', '57000000', '57099999', '29100000', '29999999', NULL, 1652910582),
(63700, '3220', '367.00', '5', '10.001', '15', '57000000', '57099999', '29100000', '29999999', NULL, 1652910582),
(63701, '3298', '239.00', '9', '15.001', '20', '57000000', '57099999', '29100000', '29999999', NULL, 1652910583),
(63702, '3220', '508.00', '5', '15.001', '20', '57000000', '57099999', '29100000', '29999999', NULL, 1652910584),
(63703, '3298', '305.00', '9', '20.001', '25', '57000000', '57099999', '29100000', '29999999', NULL, 1652910585);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(63704, '3220', '649.00', '5', '20.001', '25', '57000000', '57099999', '29100000', '29999999', NULL, 1652910585),
(63705, '3298', '371.00', '9', '25.001', '30', '57000000', '57099999', '29100000', '29999999', NULL, 1652910586),
(63706, '3220', '789.00', '5', '25.001', '30', '57000000', '57099999', '29100000', '29999999', NULL, 1652910587),
(63707, '3298', '45.00', '7', '0.3', '5', '57000000', '57099999', '30000000', '31999999', NULL, 1652910588),
(63708, '3220', '137.00', '2', '0.3', '5', '57000000', '57099999', '30000000', '31999999', NULL, 1652910588),
(63709, '3298', '71.00', '7', '5.001', '10', '57000000', '57099999', '30000000', '31999999', NULL, 1652910589),
(63710, '3220', '214.00', '2', '5.001', '10', '57000000', '57099999', '30000000', '31999999', NULL, 1652910590),
(63711, '3298', '116.00', '7', '10.001', '15', '57000000', '57099999', '30000000', '31999999', NULL, 1652910590),
(63712, '3220', '346.00', '2', '10.001', '15', '57000000', '57099999', '30000000', '31999999', NULL, 1652910591),
(63713, '3298', '160.00', '7', '15.001', '20', '57000000', '57099999', '30000000', '31999999', NULL, 1652910592),
(63714, '3220', '479.00', '2', '15.001', '20', '57000000', '57099999', '30000000', '31999999', NULL, 1652910593),
(63715, '3298', '205.00', '7', '20.001', '25', '57000000', '57099999', '30000000', '31999999', NULL, 1652910604),
(63716, '3220', '612.00', '2', '20.001', '25', '57000000', '57099999', '30000000', '31999999', NULL, 1652910604),
(63717, '3298', '249.00', '7', '25.001', '30', '57000000', '57099999', '30000000', '31999999', NULL, 1652910605),
(63718, '3220', '744.00', '2', '25.001', '30', '57000000', '57099999', '30000000', '31999999', NULL, 1652910605),
(63719, '3298', '45.00', '7', '0.3', '5', '57000000', '57099999', '30000000', '34999999', NULL, 1652910606),
(63720, '3220', '137.00', '2', '0.3', '5', '57000000', '57099999', '30000000', '34999999', NULL, 1652910607),
(63721, '3298', '71.00', '7', '5.001', '10', '57000000', '57099999', '30000000', '34999999', NULL, 1652910607),
(63722, '3220', '214.00', '2', '5.001', '10', '57000000', '57099999', '30000000', '34999999', NULL, 1652910608),
(63723, '3298', '116.00', '7', '10.001', '15', '57000000', '57099999', '30000000', '34999999', NULL, 1652910608),
(63724, '3220', '346.00', '2', '10.001', '15', '57000000', '57099999', '30000000', '34999999', NULL, 1652910609),
(63725, '3298', '160.00', '7', '15.001', '20', '57000000', '57099999', '30000000', '34999999', NULL, 1652910610),
(63726, '3220', '479.00', '2', '15.001', '20', '57000000', '57099999', '30000000', '34999999', NULL, 1652910610),
(63727, '3298', '205.00', '7', '20.001', '25', '57000000', '57099999', '30000000', '34999999', NULL, 1652910621),
(63728, '3220', '612.00', '2', '20.001', '25', '57000000', '57099999', '30000000', '34999999', NULL, 1652910622),
(63729, '3298', '249.00', '7', '25.001', '30', '57000000', '57099999', '30000000', '34999999', NULL, 1652910623),
(63730, '3220', '744.00', '2', '25.001', '30', '57000000', '57099999', '30000000', '34999999', NULL, 1652910634),
(63731, '3298', '90.00', '9', '0.3', '5', '57000000', '57099999', '35000000', '39999999', NULL, 1652910635),
(63732, '3220', '183.00', '4', '0.3', '5', '57000000', '57099999', '35000000', '39999999', NULL, 1652910636),
(63733, '3298', '133.00', '9', '5.001', '10', '57000000', '57099999', '35000000', '39999999', NULL, 1652910636),
(63734, '3220', '266.00', '4', '5.001', '10', '57000000', '57099999', '35000000', '39999999', NULL, 1652910637),
(63735, '3298', '215.00', '9', '10.001', '15', '57000000', '57099999', '35000000', '39999999', NULL, 1652910637),
(63736, '3220', '430.00', '4', '10.001', '15', '57000000', '57099999', '35000000', '39999999', NULL, 1652910638),
(63737, '3298', '298.00', '9', '15.001', '20', '57000000', '57099999', '35000000', '39999999', NULL, 1652910639),
(63738, '3220', '595.00', '4', '15.001', '20', '57000000', '57099999', '35000000', '39999999', NULL, 1652910639),
(63739, '3298', '380.00', '9', '20.001', '25', '57000000', '57099999', '35000000', '39999999', NULL, 1652910640),
(63740, '3220', '760.00', '4', '20.001', '25', '57000000', '57099999', '35000000', '39999999', NULL, 1652910640),
(63741, '3298', '463.00', '9', '25.001', '30', '57000000', '57099999', '35000000', '39999999', NULL, 1652910641),
(63742, '3220', '925.00', '4', '25.001', '30', '57000000', '57099999', '35000000', '39999999', NULL, 1652910641),
(63743, '3298', '30.00', '6', '0.3', '5', '57000000', '57099999', '40000000', '41999999', NULL, 1652910642),
(63744, '3220', '59.00', '2', '0.3', '5', '57000000', '57099999', '40000000', '41999999', NULL, 1652910652),
(63745, '3298', '44.00', '6', '5.001', '10', '57000000', '57099999', '40000000', '41999999', NULL, 1652910663),
(63746, '3220', '93.00', '2', '5.001', '10', '57000000', '57099999', '40000000', '41999999', NULL, 1652910663),
(63747, '3298', '71.00', '6', '10.001', '15', '57000000', '57099999', '40000000', '41999999', NULL, 1652910664),
(63748, '3220', '150.00', '2', '10.001', '15', '57000000', '57099999', '40000000', '41999999', NULL, 1652910665),
(63749, '3298', '99.00', '6', '15.001', '20', '57000000', '57099999', '40000000', '41999999', NULL, 1652910665),
(63750, '3220', '208.00', '2', '15.001', '20', '57000000', '57099999', '40000000', '41999999', NULL, 1652910666),
(63751, '3298', '126.00', '6', '20.001', '25', '57000000', '57099999', '40000000', '41999999', NULL, 1652910666),
(63752, '3220', '266.00', '2', '20.001', '25', '57000000', '57099999', '40000000', '41999999', NULL, 1652910677),
(63753, '3298', '153.00', '6', '25.001', '30', '57000000', '57099999', '40000000', '41999999', NULL, 1652910678),
(63754, '3220', '324.00', '2', '25.001', '30', '57000000', '57099999', '40000000', '41999999', NULL, 1652910678),
(63755, '3298', '30.00', '6', '0.3', '5', '57000000', '57099999', '40000000', '44470999', NULL, 1652910679),
(63756, '3220', '59.00', '2', '0.3', '5', '57000000', '57099999', '40000000', '44470999', NULL, 1652910680),
(63757, '3298', '44.00', '6', '5.001', '10', '57000000', '57099999', '40000000', '44470999', NULL, 1652910690),
(63758, '3220', '93.00', '2', '5.001', '10', '57000000', '57099999', '40000000', '44470999', NULL, 1652910690),
(63759, '3298', '71.00', '6', '10.001', '15', '57000000', '57099999', '40000000', '44470999', NULL, 1652910691),
(63760, '3220', '150.00', '2', '10.001', '15', '57000000', '57099999', '40000000', '44470999', NULL, 1652910692),
(63761, '3298', '99.00', '6', '15.001', '20', '57000000', '57099999', '40000000', '44470999', NULL, 1652910693),
(63762, '3220', '208.00', '2', '15.001', '20', '57000000', '57099999', '40000000', '44470999', NULL, 1652910693),
(63763, '3298', '126.00', '6', '20.001', '25', '57000000', '57099999', '40000000', '44470999', NULL, 1652910703),
(63764, '3220', '266.00', '2', '20.001', '25', '57000000', '57099999', '40000000', '44470999', NULL, 1652910703),
(63765, '3298', '153.00', '6', '25.001', '30', '57000000', '57099999', '40000000', '44470999', NULL, 1652910704),
(63766, '3220', '324.00', '2', '25.001', '30', '57000000', '57099999', '40000000', '44470999', NULL, 1652910705),
(63767, '3298', '38.00', '7', '0.3', '5', '57000000', '57099999', '44471000', '48999999', NULL, 1652910705),
(63768, '3220', '85.00', '3', '0.3', '5', '57000000', '57099999', '44471000', '48999999', NULL, 1652910706),
(63769, '3298', '63.00', '7', '5.001', '10', '57000000', '57099999', '44471000', '48999999', NULL, 1652910707),
(63770, '3220', '118.00', '3', '5.001', '10', '57000000', '57099999', '44471000', '48999999', NULL, 1652910707),
(63771, '3298', '103.00', '7', '10.001', '15', '57000000', '57099999', '44471000', '48999999', NULL, 1652910708),
(63772, '3220', '192.00', '3', '10.001', '15', '57000000', '57099999', '44471000', '48999999', NULL, 1652910708),
(63773, '3298', '142.00', '7', '15.001', '20', '57000000', '57099999', '44471000', '48999999', NULL, 1652910709),
(63774, '3220', '266.00', '3', '15.001', '20', '57000000', '57099999', '44471000', '48999999', NULL, 1652910709),
(63775, '3298', '182.00', '7', '20.001', '25', '57000000', '57099999', '44471000', '48999999', NULL, 1652910710),
(63776, '3220', '339.00', '3', '20.001', '25', '57000000', '57099999', '44471000', '48999999', NULL, 1652910710),
(63777, '3298', '221.00', '7', '25.001', '30', '57000000', '57099999', '44471000', '48999999', NULL, 1652910711),
(63778, '3220', '413.00', '3', '25.001', '30', '57000000', '57099999', '44471000', '48999999', NULL, 1652910712),
(63779, '3298', '25.00', '6', '0.3', '5', '57000000', '57099999', '49000000', '49099999', NULL, 1652910712),
(63780, '3220', '34.00', '2', '0.3', '5', '57000000', '57099999', '49000000', '49099999', NULL, 1652910713),
(63781, '3298', '31.00', '6', '5.001', '10', '57000000', '57099999', '49000000', '49099999', NULL, 1652910714),
(63782, '3220', '48.00', '2', '5.001', '10', '57000000', '57099999', '49000000', '49099999', NULL, 1652910714),
(63783, '3298', '51.00', '6', '10.001', '15', '57000000', '57099999', '49000000', '49099999', NULL, 1652910715),
(63784, '3220', '78.00', '2', '10.001', '15', '57000000', '57099999', '49000000', '49099999', NULL, 1652910716),
(63785, '3298', '71.00', '6', '15.001', '20', '57000000', '57099999', '49000000', '49099999', NULL, 1652910717),
(63786, '3220', '108.00', '2', '15.001', '20', '57000000', '57099999', '49000000', '49099999', NULL, 1652910717),
(63787, '3298', '91.00', '6', '20.001', '25', '57000000', '57099999', '49000000', '49099999', NULL, 1652910718),
(63788, '3220', '138.00', '2', '20.001', '25', '57000000', '57099999', '49000000', '49099999', NULL, 1652910719),
(63789, '3298', '110.00', '6', '25.001', '30', '57000000', '57099999', '49000000', '49099999', NULL, 1652910719),
(63790, '3220', '168.00', '2', '25.001', '30', '57000000', '57099999', '49000000', '49099999', NULL, 1652910720),
(63791, '3298', '44.00', '9', '0.3', '5', '57000000', '57099999', '49100000', '49999999', NULL, 1652910721),
(63792, '3220', '102.00', '5', '0.3', '5', '57000000', '57099999', '49100000', '49999999', NULL, 1652910721),
(63793, '3298', '74.00', '9', '5.001', '10', '57000000', '57099999', '49100000', '49999999', NULL, 1652910722),
(63794, '3220', '141.00', '5', '5.001', '10', '57000000', '57099999', '49100000', '49999999', NULL, 1652910731),
(63795, '3298', '120.00', '9', '10.001', '15', '57000000', '57099999', '49100000', '49999999', NULL, 1652910732),
(63796, '3220', '229.00', '5', '10.001', '15', '57000000', '57099999', '49100000', '49999999', NULL, 1652910733),
(63797, '3298', '166.00', '9', '15.001', '20', '57000000', '57099999', '49100000', '49999999', NULL, 1652910733),
(63798, '3220', '316.00', '5', '15.001', '20', '57000000', '57099999', '49100000', '49999999', NULL, 1652910734),
(63799, '3298', '212.00', '9', '20.001', '25', '57000000', '57099999', '49100000', '49999999', NULL, 1652910735),
(63800, '3220', '404.00', '5', '20.001', '25', '57000000', '57099999', '49100000', '49999999', NULL, 1652910736),
(63801, '3298', '258.00', '9', '25.001', '30', '57000000', '57099999', '49100000', '49999999', NULL, 1652910736),
(63802, '3220', '492.00', '5', '25.001', '30', '57000000', '57099999', '49100000', '49999999', NULL, 1652910737),
(63803, '3298', '25.00', '5', '0.3', '5', '57000000', '57099999', '50000000', '52999999', NULL, 1652910737),
(63804, '3220', '34.00', '1', '0.3', '5', '57000000', '57099999', '50000000', '52999999', NULL, 1652910738),
(63805, '3298', '31.00', '5', '5.001', '10', '57000000', '57099999', '50000000', '52999999', NULL, 1652910739),
(63806, '3220', '48.00', '1', '5.001', '10', '57000000', '57099999', '50000000', '52999999', NULL, 1652910739),
(63807, '3298', '51.00', '5', '10.001', '15', '57000000', '57099999', '50000000', '52999999', NULL, 1652910740),
(63808, '3220', '78.00', '1', '10.001', '15', '57000000', '57099999', '50000000', '52999999', NULL, 1652910741),
(63809, '3298', '71.00', '5', '15.001', '20', '57000000', '57099999', '50000000', '52999999', NULL, 1652910741),
(63810, '3220', '108.00', '1', '15.001', '20', '57000000', '57099999', '50000000', '52999999', NULL, 1652910742),
(63811, '3298', '91.00', '5', '20.001', '25', '57000000', '57099999', '50000000', '52999999', NULL, 1652910742),
(63812, '3220', '138.00', '1', '20.001', '25', '57000000', '57099999', '50000000', '52999999', NULL, 1652910743),
(63813, '3298', '110.00', '5', '25.001', '30', '57000000', '57099999', '50000000', '52999999', NULL, 1652910743),
(63814, '3220', '168.00', '1', '25.001', '30', '57000000', '57099999', '50000000', '52999999', NULL, 1652910753),
(63815, '3298', '25.00', '5', '0.3', '5', '57000000', '57099999', '50000000', '54999999', NULL, 1652910753),
(63816, '3220', '34.00', '1', '0.3', '5', '57000000', '57099999', '50000000', '54999999', NULL, 1652910754),
(63817, '3298', '31.00', '5', '5.001', '10', '57000000', '57099999', '50000000', '54999999', NULL, 1652910754),
(63818, '3220', '48.00', '1', '5.001', '10', '57000000', '57099999', '50000000', '54999999', NULL, 1652910755),
(63819, '3298', '51.00', '5', '10.001', '15', '57000000', '57099999', '50000000', '54999999', NULL, 1652910755),
(63820, '3220', '78.00', '1', '10.001', '15', '57000000', '57099999', '50000000', '54999999', NULL, 1652910756),
(63821, '3298', '71.00', '5', '15.001', '20', '57000000', '57099999', '50000000', '54999999', NULL, 1652910757),
(63822, '3220', '108.00', '1', '15.001', '20', '57000000', '57099999', '50000000', '54999999', NULL, 1652910758),
(63823, '3298', '91.00', '5', '20.001', '25', '57000000', '57099999', '50000000', '54999999', NULL, 1652910758),
(63824, '3220', '138.00', '1', '20.001', '25', '57000000', '57099999', '50000000', '54999999', NULL, 1652910759),
(63825, '3298', '110.00', '5', '25.001', '30', '57000000', '57099999', '50000000', '54999999', NULL, 1652910768),
(63826, '3220', '168.00', '1', '25.001', '30', '57000000', '57099999', '50000000', '54999999', NULL, 1652910776),
(63827, '3298', '44.00', '9', '0.3', '5', '57000000', '57099999', '55000000', '56999999', NULL, 1652910777),
(63828, '3220', '102.00', '6', '0.3', '5', '57000000', '57099999', '55000000', '56999999', NULL, 1652910785),
(63829, '3298', '74.00', '9', '5.001', '10', '57000000', '57099999', '55000000', '56999999', NULL, 1652910786),
(63830, '3220', '141.00', '6', '5.001', '10', '57000000', '57099999', '55000000', '56999999', NULL, 1652910787),
(63831, '3298', '120.00', '9', '10.001', '15', '57000000', '57099999', '55000000', '56999999', NULL, 1652910787),
(63832, '3220', '229.00', '6', '10.001', '15', '57000000', '57099999', '55000000', '56999999', NULL, 1652910789),
(63833, '3298', '166.00', '9', '15.001', '20', '57000000', '57099999', '55000000', '56999999', NULL, 1652910790),
(63834, '3220', '316.00', '6', '15.001', '20', '57000000', '57099999', '55000000', '56999999', NULL, 1652910797),
(63835, '3298', '212.00', '9', '20.001', '25', '57000000', '57099999', '55000000', '56999999', NULL, 1652910799),
(63836, '3220', '404.00', '6', '20.001', '25', '57000000', '57099999', '55000000', '56999999', NULL, 1652910800),
(63837, '3298', '258.00', '9', '25.001', '30', '57000000', '57099999', '55000000', '56999999', NULL, 1652910801),
(63838, '3220', '492.00', '6', '25.001', '30', '57000000', '57099999', '55000000', '56999999', NULL, 1652910802),
(63839, '3298', '26.00', '5', '0.3', '5', '57000000', '57099999', '57000000', '57099999', NULL, 1652910802),
(63840, '3220', '22.00', '1', '0.3', '5', '57000000', '57099999', '57000000', '57099999', NULL, 1652910803),
(63841, '3298', '32.00', '5', '5.001', '10', '57000000', '57099999', '57000000', '57099999', NULL, 1652910804),
(63842, '3220', '28.00', '1', '5.001', '10', '57000000', '57099999', '57000000', '57099999', NULL, 1652910806),
(63843, '3298', '52.00', '5', '10.001', '15', '57000000', '57099999', '57000000', '57099999', NULL, 1652910807),
(63844, '3220', '45.00', '1', '10.001', '15', '57000000', '57099999', '57000000', '57099999', NULL, 1652910808),
(63845, '3298', '72.00', '5', '15.001', '20', '57000000', '57099999', '57000000', '57099999', NULL, 1652910809),
(63846, '3220', '63.00', '1', '15.001', '20', '57000000', '57099999', '57000000', '57099999', NULL, 1652910810),
(63847, '3298', '92.00', '5', '20.001', '25', '57000000', '57099999', '57000000', '57099999', NULL, 1652910812),
(63848, '3220', '80.00', '1', '20.001', '25', '57000000', '57099999', '57000000', '57099999', NULL, 1652910812),
(63849, '3298', '112.00', '5', '25.001', '30', '57000000', '57099999', '57000000', '57099999', NULL, 1652910813),
(63850, '3220', '97.00', '1', '25.001', '30', '57000000', '57099999', '57000000', '57099999', NULL, 1652910815),
(63851, '3298', '26.00', '5', '0.3', '5', '57000000', '57099999', '57100000', '57999999', NULL, 1652910817),
(63852, '3220', '22.00', '2', '0.3', '5', '57000000', '57099999', '57100000', '57999999', NULL, 1652910817),
(63853, '3298', '32.00', '5', '5.001', '10', '57000000', '57099999', '57100000', '57999999', NULL, 1652910818),
(63854, '3220', '28.00', '2', '5.001', '10', '57000000', '57099999', '57100000', '57999999', NULL, 1652910819),
(63855, '3298', '52.00', '5', '10.001', '15', '57000000', '57099999', '57100000', '57999999', NULL, 1652910820),
(63856, '3220', '45.00', '2', '10.001', '15', '57000000', '57099999', '57100000', '57999999', NULL, 1652910822),
(63857, '3298', '72.00', '5', '15.001', '20', '57000000', '57099999', '57100000', '57999999', NULL, 1652910823),
(63858, '3220', '63.00', '2', '15.001', '20', '57000000', '57099999', '57100000', '57999999', NULL, 1652910824),
(63859, '3298', '92.00', '5', '20.001', '25', '57000000', '57099999', '57100000', '57999999', NULL, 1652910825),
(63860, '3220', '80.00', '2', '20.001', '25', '57000000', '57099999', '57100000', '57999999', NULL, 1652910827),
(63861, '3298', '112.00', '5', '25.001', '30', '57000000', '57099999', '57100000', '57999999', NULL, 1652910828),
(63862, '3220', '97.00', '2', '25.001', '30', '57000000', '57099999', '57100000', '57999999', NULL, 1652910828),
(63863, '3298', '30.00', '6', '0.3', '5', '57000000', '57099999', '58000000', '58099999', NULL, 1652910829),
(63864, '3220', '59.00', '2', '0.3', '5', '57000000', '57099999', '58000000', '58099999', NULL, 1652910830),
(63865, '3298', '44.00', '6', '5.001', '10', '57000000', '57099999', '58000000', '58099999', NULL, 1652910831),
(63866, '3220', '93.00', '2', '5.001', '10', '57000000', '57099999', '58000000', '58099999', NULL, 1652910832),
(63867, '3298', '71.00', '6', '10.001', '15', '57000000', '57099999', '58000000', '58099999', NULL, 1652910834),
(63868, '3220', '150.00', '2', '10.001', '15', '57000000', '57099999', '58000000', '58099999', NULL, 1652910835),
(63869, '3298', '99.00', '6', '15.001', '20', '57000000', '57099999', '58000000', '58099999', NULL, 1652910836),
(63870, '3220', '208.00', '2', '15.001', '20', '57000000', '57099999', '58000000', '58099999', NULL, 1652910836),
(63871, '3298', '126.00', '6', '20.001', '25', '57000000', '57099999', '58000000', '58099999', NULL, 1652910837),
(63872, '3220', '266.00', '2', '20.001', '25', '57000000', '57099999', '58000000', '58099999', NULL, 1652910837),
(63873, '3298', '153.00', '6', '25.001', '30', '57000000', '57099999', '58000000', '58099999', NULL, 1652910841),
(63874, '3220', '324.00', '2', '25.001', '30', '57000000', '57099999', '58000000', '58099999', NULL, 1652910841),
(63875, '3298', '44.00', '11', '0.3', '5', '57000000', '57099999', '58100000', '58999999', NULL, 1652910842),
(63876, '3220', '102.00', '8', '0.3', '5', '57000000', '57099999', '58100000', '58999999', NULL, 1652910842),
(63877, '3298', '74.00', '11', '5.001', '10', '57000000', '57099999', '58100000', '58999999', NULL, 1652910843),
(63878, '3220', '141.00', '8', '5.001', '10', '57000000', '57099999', '58100000', '58999999', NULL, 1652910844),
(63879, '3298', '120.00', '11', '10.001', '15', '57000000', '57099999', '58100000', '58999999', NULL, 1652910845),
(63880, '3220', '229.00', '8', '10.001', '15', '57000000', '57099999', '58100000', '58999999', NULL, 1652910848),
(63881, '3298', '166.00', '11', '15.001', '20', '57000000', '57099999', '58100000', '58999999', NULL, 1652910853),
(63882, '3220', '316.00', '8', '15.001', '20', '57000000', '57099999', '58100000', '58999999', NULL, 1652910855),
(63883, '3298', '212.00', '11', '20.001', '25', '57000000', '57099999', '58100000', '58999999', NULL, 1652910856),
(63884, '3220', '404.00', '8', '20.001', '25', '57000000', '57099999', '58100000', '58999999', NULL, 1652910859),
(63885, '3298', '258.00', '11', '25.001', '30', '57000000', '57099999', '58100000', '58999999', NULL, 1652910862),
(63886, '3220', '492.00', '8', '25.001', '30', '57000000', '57099999', '58100000', '58999999', NULL, 1652910864),
(63887, '3298', '30.00', '6', '0.3', '5', '57000000', '57099999', '59000000', '59099999', NULL, 1652910867),
(63888, '3220', '59.00', '2', '0.3', '5', '57000000', '57099999', '59000000', '59099999', NULL, 1652910870),
(63889, '3298', '44.00', '6', '5.001', '10', '57000000', '57099999', '59000000', '59099999', NULL, 1652910871),
(63890, '3220', '93.00', '2', '5.001', '10', '57000000', '57099999', '59000000', '59099999', NULL, 1652910872),
(63891, '3298', '71.00', '6', '10.001', '15', '57000000', '57099999', '59000000', '59099999', NULL, 1652910873),
(63892, '3220', '150.00', '2', '10.001', '15', '57000000', '57099999', '59000000', '59099999', NULL, 1652910873),
(63893, '3298', '99.00', '6', '15.001', '20', '57000000', '57099999', '59000000', '59099999', NULL, 1652910876),
(63894, '3220', '208.00', '2', '15.001', '20', '57000000', '57099999', '59000000', '59099999', NULL, 1652910877),
(63895, '3298', '126.00', '6', '20.001', '25', '57000000', '57099999', '59000000', '59099999', NULL, 1652910878),
(63896, '3220', '266.00', '2', '20.001', '25', '57000000', '57099999', '59000000', '59099999', NULL, 1652910879),
(63897, '3298', '153.00', '6', '25.001', '30', '57000000', '57099999', '59000000', '59099999', NULL, 1652910880),
(63898, '3220', '324.00', '2', '25.001', '30', '57000000', '57099999', '59000000', '59099999', NULL, 1652910882),
(63899, '3298', '30.00', '6', '0.3', '5', '57000000', '57099999', '59100000', '59999999', NULL, 1652910883),
(63900, '3220', '59.00', '2', '0.3', '5', '57000000', '57099999', '59100000', '59999999', NULL, 1652910886),
(63901, '3298', '44.00', '6', '5.001', '10', '57000000', '57099999', '59100000', '59999999', NULL, 1652910887),
(63902, '3220', '93.00', '2', '5.001', '10', '57000000', '57099999', '59100000', '59999999', NULL, 1652910888),
(63903, '3298', '71.00', '6', '10.001', '15', '57000000', '57099999', '59100000', '59999999', NULL, 1652910888),
(63904, '3220', '150.00', '2', '10.001', '15', '57000000', '57099999', '59100000', '59999999', NULL, 1652910889),
(63905, '3298', '99.00', '6', '15.001', '20', '57000000', '57099999', '59100000', '59999999', NULL, 1652910892),
(63906, '3220', '208.00', '2', '15.001', '20', '57000000', '57099999', '59100000', '59999999', NULL, 1652910893),
(63907, '3298', '126.00', '6', '20.001', '25', '57000000', '57099999', '59100000', '59999999', NULL, 1652910894),
(63908, '3220', '266.00', '2', '20.001', '25', '57000000', '57099999', '59100000', '59999999', NULL, 1652910898),
(63909, '3298', '153.00', '6', '25.001', '30', '57000000', '57099999', '59100000', '59999999', NULL, 1652910899),
(63910, '3220', '324.00', '2', '25.001', '30', '57000000', '57099999', '59100000', '59999999', NULL, 1652910900),
(63911, '3298', '34.00', '6', '0.3', '5', '57000000', '57099999', '60000000', '60999999', NULL, 1652910902),
(63912, '3220', '80.00', '2', '0.3', '5', '57000000', '57099999', '60000000', '60999999', NULL, 1652910906),
(63913, '3298', '50.00', '6', '5.001', '10', '57000000', '57099999', '60000000', '60999999', NULL, 1652910907),
(63914, '3220', '125.00', '2', '5.001', '10', '57000000', '57099999', '60000000', '60999999', NULL, 1652910907),
(63915, '3298', '82.00', '6', '10.001', '15', '57000000', '57099999', '60000000', '60999999', NULL, 1652910909),
(63916, '3220', '203.00', '2', '10.001', '15', '57000000', '57099999', '60000000', '60999999', NULL, 1652910910),
(63917, '3298', '113.00', '6', '15.001', '20', '57000000', '57099999', '60000000', '60999999', NULL, 1652910915),
(63918, '3220', '281.00', '2', '15.001', '20', '57000000', '57099999', '60000000', '60999999', NULL, 1652910916),
(63919, '3298', '145.00', '6', '20.001', '25', '57000000', '57099999', '60000000', '60999999', NULL, 1652910917),
(63920, '3220', '359.00', '2', '20.001', '25', '57000000', '57099999', '60000000', '60999999', NULL, 1652910923),
(63921, '3298', '176.00', '6', '25.001', '30', '57000000', '57099999', '60000000', '60999999', NULL, 1652910924),
(63922, '3220', '437.00', '2', '25.001', '30', '57000000', '57099999', '60000000', '60999999', NULL, 1652910925),
(63923, '3298', '34.00', '6', '0.3', '5', '57000000', '57099999', '60000000', '61900999', NULL, 1652910927),
(63924, '3220', '80.00', '2', '0.3', '5', '57000000', '57099999', '60000000', '61900999', NULL, 1652910928),
(63925, '3298', '50.00', '6', '5.001', '10', '57000000', '57099999', '60000000', '61900999', NULL, 1652910930),
(63926, '3220', '125.00', '2', '5.001', '10', '57000000', '57099999', '60000000', '61900999', NULL, 1652910934),
(63927, '3298', '82.00', '6', '10.001', '15', '57000000', '57099999', '60000000', '61900999', NULL, 1652910935),
(63928, '3220', '203.00', '2', '10.001', '15', '57000000', '57099999', '60000000', '61900999', NULL, 1652910937),
(63929, '3298', '113.00', '6', '15.001', '20', '57000000', '57099999', '60000000', '61900999', NULL, 1652910939),
(63930, '3220', '281.00', '2', '15.001', '20', '57000000', '57099999', '60000000', '61900999', NULL, 1652910942),
(63931, '3298', '145.00', '6', '20.001', '25', '57000000', '57099999', '60000000', '61900999', NULL, 1652910946),
(63932, '3220', '359.00', '2', '20.001', '25', '57000000', '57099999', '60000000', '61900999', NULL, 1652910948),
(63933, '3298', '176.00', '6', '25.001', '30', '57000000', '57099999', '60000000', '61900999', NULL, 1652910953),
(63934, '3220', '437.00', '2', '25.001', '30', '57000000', '57099999', '60000000', '61900999', NULL, 1652910958),
(63935, '3298', '50.00', '10', '0.3', '5', '57000000', '57099999', '61901000', '63999999', NULL, 1652910961),
(63936, '3220', '124.00', '7', '0.3', '5', '57000000', '57099999', '61901000', '63999999', NULL, 1652910966),
(63937, '3298', '83.00', '10', '5.001', '10', '57000000', '57099999', '61901000', '63999999', NULL, 1652910967),
(63938, '3220', '175.00', '7', '5.001', '10', '57000000', '57099999', '61901000', '63999999', NULL, 1652910968),
(63939, '3298', '135.00', '10', '10.001', '15', '57000000', '57099999', '61901000', '63999999', NULL, 1652910971),
(63940, '3220', '283.00', '7', '10.001', '15', '57000000', '57099999', '61901000', '63999999', NULL, 1652910975),
(63941, '3298', '186.00', '10', '15.001', '20', '57000000', '57099999', '61901000', '63999999', NULL, 1652910975),
(63942, '3220', '392.00', '7', '15.001', '20', '57000000', '57099999', '61901000', '63999999', NULL, 1652910976),
(63943, '3298', '238.00', '10', '20.001', '25', '57000000', '57099999', '61901000', '63999999', NULL, 1652910976),
(63944, '3220', '500.00', '7', '20.001', '25', '57000000', '57099999', '61901000', '63999999', NULL, 1652910978),
(63945, '3298', '290.00', '10', '25.001', '30', '57000000', '57099999', '61901000', '63999999', NULL, 1652910981),
(63946, '3220', '609.00', '7', '25.001', '30', '57000000', '57099999', '61901000', '63999999', NULL, 1652910982),
(63947, '3298', '34.00', '8', '0.3', '5', '57000000', '57099999', '64000000', '64099999', NULL, 1652910982),
(63948, '3220', '80.00', '4', '0.3', '5', '57000000', '57099999', '64000000', '64099999', NULL, 1652910986),
(63949, '3298', '50.00', '8', '5.001', '10', '57000000', '57099999', '64000000', '64099999', NULL, 1652910987),
(63950, '3220', '125.00', '4', '5.001', '10', '57000000', '57099999', '64000000', '64099999', NULL, 1652910988),
(63951, '3298', '82.00', '8', '10.001', '15', '57000000', '57099999', '64000000', '64099999', NULL, 1652910989),
(63952, '3220', '203.00', '4', '10.001', '15', '57000000', '57099999', '64000000', '64099999', NULL, 1652910990),
(63953, '3298', '113.00', '8', '15.001', '20', '57000000', '57099999', '64000000', '64099999', NULL, 1652910991),
(63954, '3220', '281.00', '4', '15.001', '20', '57000000', '57099999', '64000000', '64099999', NULL, 1652910992),
(63955, '3298', '145.00', '8', '20.001', '25', '57000000', '57099999', '64000000', '64099999', NULL, 1652910992),
(63956, '3220', '359.00', '4', '20.001', '25', '57000000', '57099999', '64000000', '64099999', NULL, 1652910993),
(63957, '3298', '176.00', '8', '25.001', '30', '57000000', '57099999', '64000000', '64099999', NULL, 1652910995),
(63958, '3220', '437.00', '4', '25.001', '30', '57000000', '57099999', '64000000', '64099999', NULL, 1652910997),
(63959, '3298', '50.00', '13', '0.3', '5', '57000000', '57099999', '64100000', '64999999', NULL, 1652910998),
(63960, '3220', '124.00', '8', '0.3', '5', '57000000', '57099999', '64100000', '64999999', NULL, 1652910998),
(63961, '3298', '83.00', '13', '5.001', '10', '57000000', '57099999', '64100000', '64999999', NULL, 1652911000),
(63962, '3220', '175.00', '8', '5.001', '10', '57000000', '57099999', '64100000', '64999999', NULL, 1652911000),
(63963, '3298', '135.00', '13', '10.001', '15', '57000000', '57099999', '64100000', '64999999', NULL, 1652911001),
(63964, '3220', '283.00', '8', '10.001', '15', '57000000', '57099999', '64100000', '64999999', NULL, 1652911003),
(63965, '3298', '186.00', '13', '15.001', '20', '57000000', '57099999', '64100000', '64999999', NULL, 1652911004),
(63966, '3220', '392.00', '8', '15.001', '20', '57000000', '57099999', '64100000', '64999999', NULL, 1652911004),
(63967, '3298', '238.00', '13', '20.001', '25', '57000000', '57099999', '64100000', '64999999', NULL, 1652911005),
(63968, '3220', '500.00', '8', '20.001', '25', '57000000', '57099999', '64100000', '64999999', NULL, 1652911006),
(63969, '3298', '290.00', '13', '25.001', '30', '57000000', '57099999', '64100000', '64999999', NULL, 1652911007),
(63970, '3220', '609.00', '8', '25.001', '30', '57000000', '57099999', '64100000', '64999999', NULL, 1652911009),
(63971, '3298', '38.00', '9', '0.3', '5', '57000000', '57099999', '65000000', '65099999', NULL, 1652911010),
(63972, '3220', '113.00', '5', '0.3', '5', '57000000', '57099999', '65000000', '65099999', NULL, 1652911015),
(63973, '3298', '58.00', '9', '5.001', '10', '57000000', '57099999', '65000000', '65099999', NULL, 1652911015),
(63974, '3220', '176.00', '5', '5.001', '10', '57000000', '57099999', '65000000', '65099999', NULL, 1652911016),
(63975, '3298', '94.00', '9', '10.001', '15', '57000000', '57099999', '65000000', '65099999', NULL, 1652911018),
(63976, '3220', '286.00', '5', '10.001', '15', '57000000', '57099999', '65000000', '65099999', NULL, 1652911019),
(63977, '3298', '130.00', '9', '15.001', '20', '57000000', '57099999', '65000000', '65099999', NULL, 1652911020),
(63978, '3220', '396.00', '5', '15.001', '20', '57000000', '57099999', '65000000', '65099999', NULL, 1652911021),
(63979, '3298', '166.00', '9', '20.001', '25', '57000000', '57099999', '65000000', '65099999', NULL, 1652911021),
(63980, '3220', '505.00', '5', '20.001', '25', '57000000', '57099999', '65000000', '65099999', NULL, 1652911024),
(63981, '3298', '202.00', '9', '25.001', '30', '57000000', '57099999', '65000000', '65099999', NULL, 1652911026),
(63982, '3220', '615.00', '5', '25.001', '30', '57000000', '57099999', '65000000', '65099999', NULL, 1652911026),
(63983, '3298', '70.00', '12', '0.3', '5', '57000000', '57099999', '65100000', '65999999', NULL, 1652911030),
(63984, '3220', '157.00', '9', '0.3', '5', '57000000', '57099999', '65100000', '65999999', NULL, 1652911031),
(63985, '3298', '106.00', '12', '5.001', '10', '57000000', '57099999', '65100000', '65999999', NULL, 1652911032),
(63986, '3220', '226.00', '9', '5.001', '10', '57000000', '57099999', '65100000', '65999999', NULL, 1652911033),
(63987, '3298', '172.00', '12', '10.001', '15', '57000000', '57099999', '65100000', '65999999', NULL, 1652911034),
(63988, '3220', '367.00', '9', '10.001', '15', '57000000', '57099999', '65100000', '65999999', NULL, 1652911035),
(63989, '3298', '239.00', '12', '15.001', '20', '57000000', '57099999', '65100000', '65999999', NULL, 1652911036),
(63990, '3220', '508.00', '9', '15.001', '20', '57000000', '57099999', '65100000', '65999999', NULL, 1652911037),
(63991, '3298', '305.00', '12', '20.001', '25', '57000000', '57099999', '65100000', '65999999', NULL, 1652911038),
(63992, '3220', '649.00', '9', '20.001', '25', '57000000', '57099999', '65100000', '65999999', NULL, 1652911039),
(63993, '3298', '371.00', '12', '25.001', '30', '57000000', '57099999', '65100000', '65999999', NULL, 1652911043),
(63994, '3220', '789.00', '9', '25.001', '30', '57000000', '57099999', '65100000', '65999999', NULL, 1652911046),
(63995, '3298', '45.00', '9', '0.3', '5', '57000000', '57099999', '66000000', '66999999', NULL, 1652911047),
(63996, '3220', '137.00', '5', '0.3', '5', '57000000', '57099999', '66000000', '66999999', NULL, 1652911048),
(63997, '3298', '71.00', '9', '5.001', '10', '57000000', '57099999', '66000000', '66999999', NULL, 1652911049),
(63998, '3220', '214.00', '5', '5.001', '10', '57000000', '57099999', '66000000', '66999999', NULL, 1652911050),
(63999, '3298', '116.00', '9', '10.001', '15', '57000000', '57099999', '66000000', '66999999', NULL, 1652911051),
(64000, '3220', '346.00', '5', '10.001', '15', '57000000', '57099999', '66000000', '66999999', NULL, 1652911052),
(64001, '3298', '160.00', '9', '15.001', '20', '57000000', '57099999', '66000000', '66999999', NULL, 1652911053),
(64002, '3220', '479.00', '5', '15.001', '20', '57000000', '57099999', '66000000', '66999999', NULL, 1652911055),
(64003, '3298', '205.00', '9', '20.001', '25', '57000000', '57099999', '66000000', '66999999', NULL, 1652911058),
(64004, '3220', '612.00', '5', '20.001', '25', '57000000', '57099999', '66000000', '66999999', NULL, 1652911059),
(64005, '3298', '249.00', '9', '25.001', '30', '57000000', '57099999', '66000000', '66999999', NULL, 1652911062),
(64006, '3220', '744.00', '5', '25.001', '30', '57000000', '57099999', '66000000', '66999999', NULL, 1652911064),
(64007, '3298', '45.00', '9', '0.3', '5', '57000000', '57099999', '66000000', '67999999', NULL, 1652911067),
(64008, '3220', '137.00', '5', '0.3', '5', '57000000', '57099999', '66000000', '67999999', NULL, 1652911068),
(64009, '3298', '71.00', '9', '5.001', '10', '57000000', '57099999', '66000000', '67999999', NULL, 1652911069),
(64010, '3220', '214.00', '5', '5.001', '10', '57000000', '57099999', '66000000', '67999999', NULL, 1652911070),
(64011, '3298', '116.00', '9', '10.001', '15', '57000000', '57099999', '66000000', '67999999', NULL, 1652911072),
(64012, '3220', '346.00', '5', '10.001', '15', '57000000', '57099999', '66000000', '67999999', NULL, 1652911074),
(64013, '3298', '160.00', '9', '15.001', '20', '57000000', '57099999', '66000000', '67999999', NULL, 1652911074),
(64014, '3220', '479.00', '5', '15.001', '20', '57000000', '57099999', '66000000', '67999999', NULL, 1652911077),
(64015, '3298', '205.00', '9', '20.001', '25', '57000000', '57099999', '66000000', '67999999', NULL, 1652911077),
(64016, '3220', '612.00', '5', '20.001', '25', '57000000', '57099999', '66000000', '67999999', NULL, 1652911080),
(64017, '3298', '249.00', '9', '25.001', '30', '57000000', '57099999', '66000000', '67999999', NULL, 1652911084),
(64018, '3220', '744.00', '5', '25.001', '30', '57000000', '57099999', '66000000', '67999999', NULL, 1652911085),
(64019, '3298', '90.00', '13', '0.3', '5', '57000000', '57099999', '68000000', '68899999', NULL, 1652911086),
(64020, '3220', '183.00', '8', '0.3', '5', '57000000', '57099999', '68000000', '68899999', NULL, 1652911091),
(64021, '3298', '133.00', '13', '5.001', '10', '57000000', '57099999', '68000000', '68899999', NULL, 1652911092),
(64022, '3220', '266.00', '8', '5.001', '10', '57000000', '57099999', '68000000', '68899999', NULL, 1652911093),
(64023, '3298', '215.00', '13', '10.001', '15', '57000000', '57099999', '68000000', '68899999', NULL, 1652911096),
(64024, '3220', '430.00', '8', '10.001', '15', '57000000', '57099999', '68000000', '68899999', NULL, 1652911098),
(64025, '3298', '298.00', '13', '15.001', '20', '57000000', '57099999', '68000000', '68899999', NULL, 1652911101),
(64026, '3220', '595.00', '8', '15.001', '20', '57000000', '57099999', '68000000', '68899999', NULL, 1652911103),
(64027, '3298', '380.00', '13', '20.001', '25', '57000000', '57099999', '68000000', '68899999', NULL, 1652911106),
(64028, '3220', '760.00', '8', '20.001', '25', '57000000', '57099999', '68000000', '68899999', NULL, 1652911110),
(64029, '3298', '463.00', '13', '25.001', '30', '57000000', '57099999', '68000000', '68899999', NULL, 1652911111),
(64030, '3220', '925.00', '8', '25.001', '30', '57000000', '57099999', '68000000', '68899999', NULL, 1652911111),
(64031, '3298', '45.00', '21', '0.3', '5', '57000000', '57099999', '68900000', '68914999', NULL, 1652911113),
(64032, '3220', '137.00', '11', '0.3', '5', '57000000', '57099999', '68900000', '68914999', NULL, 1652911113),
(64033, '3298', '71.00', '21', '5.001', '10', '57000000', '57099999', '68900000', '68914999', NULL, 1652911114),
(64034, '3220', '214.00', '11', '5.001', '10', '57000000', '57099999', '68900000', '68914999', NULL, 1652911115),
(64035, '3298', '116.00', '21', '10.001', '15', '57000000', '57099999', '68900000', '68914999', NULL, 1652911117),
(64036, '3220', '346.00', '11', '10.001', '15', '57000000', '57099999', '68900000', '68914999', NULL, 1652911118),
(64037, '3298', '160.00', '21', '15.001', '20', '57000000', '57099999', '68900000', '68914999', NULL, 1652911118),
(64038, '3220', '479.00', '11', '15.001', '20', '57000000', '57099999', '68900000', '68914999', NULL, 1652911119),
(64039, '3298', '205.00', '21', '20.001', '25', '57000000', '57099999', '68900000', '68914999', NULL, 1652911120),
(64040, '3220', '612.00', '11', '20.001', '25', '57000000', '57099999', '68900000', '68914999', NULL, 1652911125),
(64041, '3298', '249.00', '21', '25.001', '30', '57000000', '57099999', '68900000', '68914999', NULL, 1652911125),
(64042, '3220', '744.00', '11', '25.001', '30', '57000000', '57099999', '68900000', '68914999', NULL, 1652911129),
(64043, '3298', '90.00', '23', '0.3', '5', '57000000', '57099999', '68915000', '68999999', NULL, 1652911130),
(64044, '3220', '183.00', '13', '0.3', '5', '57000000', '57099999', '68915000', '68999999', NULL, 1652911131),
(64045, '3298', '133.00', '23', '5.001', '10', '57000000', '57099999', '68915000', '68999999', NULL, 1652911132),
(64046, '3220', '266.00', '13', '5.001', '10', '57000000', '57099999', '68915000', '68999999', NULL, 1652911132),
(64047, '3298', '215.00', '23', '10.001', '15', '57000000', '57099999', '68915000', '68999999', NULL, 1652911133),
(64048, '3220', '430.00', '13', '10.001', '15', '57000000', '57099999', '68915000', '68999999', NULL, 1652911135),
(64049, '3298', '298.00', '23', '15.001', '20', '57000000', '57099999', '68915000', '68999999', NULL, 1652911135),
(64050, '3220', '595.00', '13', '15.001', '20', '57000000', '57099999', '68915000', '68999999', NULL, 1652911136),
(64051, '3298', '380.00', '23', '20.001', '25', '57000000', '57099999', '68915000', '68999999', NULL, 1652911141),
(64052, '3220', '760.00', '13', '20.001', '25', '57000000', '57099999', '68915000', '68999999', NULL, 1652911143),
(64053, '3298', '463.00', '23', '25.001', '30', '57000000', '57099999', '68915000', '68999999', NULL, 1652911144),
(64054, '3220', '925.00', '13', '25.001', '30', '57000000', '57099999', '68915000', '68999999', NULL, 1652911145),
(64055, '3298', '45.00', '22', '0.3', '5', '57000000', '57099999', '69000000', '69099999', NULL, 1652911146),
(64056, '3220', '137.00', '3', '0.3', '5', '57000000', '57099999', '69000000', '69099999', NULL, 1652911148),
(64057, '3298', '71.00', '22', '5.001', '10', '57000000', '57099999', '69000000', '69099999', NULL, 1652911153),
(64058, '3220', '214.00', '3', '5.001', '10', '57000000', '57099999', '69000000', '69099999', NULL, 1652911159),
(64059, '3298', '116.00', '22', '10.001', '15', '57000000', '57099999', '69000000', '69099999', NULL, 1652911159),
(64060, '3220', '346.00', '3', '10.001', '15', '57000000', '57099999', '69000000', '69099999', NULL, 1652911160),
(64061, '3298', '160.00', '22', '15.001', '20', '57000000', '57099999', '69000000', '69099999', NULL, 1652911163),
(64062, '3220', '479.00', '3', '15.001', '20', '57000000', '57099999', '69000000', '69099999', NULL, 1652911164),
(64063, '3298', '205.00', '22', '20.001', '25', '57000000', '57099999', '69000000', '69099999', NULL, 1652911169),
(64064, '3220', '612.00', '3', '20.001', '25', '57000000', '57099999', '69000000', '69099999', NULL, 1652911170),
(64065, '3298', '249.00', '22', '25.001', '30', '57000000', '57099999', '69000000', '69099999', NULL, 1652911170),
(64066, '3220', '744.00', '3', '25.001', '30', '57000000', '57099999', '69000000', '69099999', NULL, 1652911173),
(64067, '3298', '90.00', '29', '0.3', '5', '57000000', '57099999', '69100000', '69299999', NULL, 1652911174),
(64068, '3220', '183.00', '7', '0.3', '5', '57000000', '57099999', '69100000', '69299999', NULL, 1652911175),
(64069, '3298', '133.00', '29', '5.001', '10', '57000000', '57099999', '69100000', '69299999', NULL, 1652911176),
(64070, '3220', '266.00', '7', '5.001', '10', '57000000', '57099999', '69100000', '69299999', NULL, 1652911178),
(64071, '3298', '215.00', '29', '10.001', '15', '57000000', '57099999', '69100000', '69299999', NULL, 1652911179),
(64072, '3220', '430.00', '7', '10.001', '15', '57000000', '57099999', '69100000', '69299999', NULL, 1652911180),
(64073, '3298', '298.00', '29', '15.001', '20', '57000000', '57099999', '69100000', '69299999', NULL, 1652911185),
(64074, '3220', '595.00', '7', '15.001', '20', '57000000', '57099999', '69100000', '69299999', NULL, 1652911186),
(64075, '3298', '380.00', '29', '20.001', '25', '57000000', '57099999', '69100000', '69299999', NULL, 1652911187),
(64076, '3220', '760.00', '7', '20.001', '25', '57000000', '57099999', '69100000', '69299999', NULL, 1652911188),
(64077, '3298', '463.00', '29', '25.001', '30', '57000000', '57099999', '69100000', '69299999', NULL, 1652911189),
(64078, '3220', '925.00', '7', '25.001', '30', '57000000', '57099999', '69100000', '69299999', NULL, 1652911193),
(64079, '3298', '45.00', '22', '0.3', '5', '57000000', '57099999', '69300000', '69339999', NULL, 1652911194),
(64080, '3220', '137.00', '3', '0.3', '5', '57000000', '57099999', '69300000', '69339999', NULL, 1652911195),
(64081, '3298', '71.00', '22', '5.001', '10', '57000000', '57099999', '69300000', '69339999', NULL, 1652911199),
(64082, '3220', '214.00', '3', '5.001', '10', '57000000', '57099999', '69300000', '69339999', NULL, 1652911202),
(64083, '3298', '116.00', '22', '10.001', '15', '57000000', '57099999', '69300000', '69339999', NULL, 1652911203),
(64084, '3220', '346.00', '3', '10.001', '15', '57000000', '57099999', '69300000', '69339999', NULL, 1652911204),
(64085, '3298', '160.00', '22', '15.001', '20', '57000000', '57099999', '69300000', '69339999', NULL, 1652911205),
(64086, '3220', '479.00', '3', '15.001', '20', '57000000', '57099999', '69300000', '69339999', NULL, 1652911206),
(64087, '3298', '205.00', '22', '20.001', '25', '57000000', '57099999', '69300000', '69339999', NULL, 1652911207),
(64088, '3220', '612.00', '3', '20.001', '25', '57000000', '57099999', '69300000', '69339999', NULL, 1652911208),
(64089, '3298', '249.00', '22', '25.001', '30', '57000000', '57099999', '69300000', '69339999', NULL, 1652911208),
(64090, '3220', '744.00', '3', '25.001', '30', '57000000', '57099999', '69300000', '69339999', NULL, 1652911209),
(64091, '3298', '90.00', '29', '0.3', '5', '57000000', '57099999', '69340000', '69389999', NULL, 1652911215),
(64092, '3220', '183.00', '9', '0.3', '5', '57000000', '57099999', '69340000', '69389999', NULL, 1652911219),
(64093, '3298', '133.00', '29', '5.001', '10', '57000000', '57099999', '69340000', '69389999', NULL, 1652911223),
(64094, '3220', '266.00', '9', '5.001', '10', '57000000', '57099999', '69340000', '69389999', NULL, 1652911224),
(64095, '3298', '215.00', '29', '10.001', '15', '57000000', '57099999', '69340000', '69389999', NULL, 1652911227),
(64096, '3220', '430.00', '9', '10.001', '15', '57000000', '57099999', '69340000', '69389999', NULL, 1652911229),
(64097, '3298', '298.00', '29', '15.001', '20', '57000000', '57099999', '69340000', '69389999', NULL, 1652911230),
(64098, '3220', '595.00', '9', '15.001', '20', '57000000', '57099999', '69340000', '69389999', NULL, 1652911235),
(64099, '3298', '380.00', '29', '20.001', '25', '57000000', '57099999', '69340000', '69389999', NULL, 1652911237),
(64100, '3220', '760.00', '9', '20.001', '25', '57000000', '57099999', '69340000', '69389999', NULL, 1652911241),
(64101, '3298', '463.00', '29', '25.001', '30', '57000000', '57099999', '69340000', '69389999', NULL, 1652911242),
(64102, '3220', '925.00', '9', '25.001', '30', '57000000', '57099999', '69340000', '69389999', NULL, 1652911244),
(64103, '3298', '45.00', '10', '0.3', '5', '57000000', '57099999', '69900000', '69920999', NULL, 1652911245),
(64104, '3220', '137.00', '5', '0.3', '5', '57000000', '57099999', '69900000', '69920999', NULL, 1652911250),
(64105, '3298', '71.00', '10', '5.001', '10', '57000000', '57099999', '69900000', '69920999', NULL, 1652911252),
(64106, '3220', '214.00', '5', '5.001', '10', '57000000', '57099999', '69900000', '69920999', NULL, 1652911257),
(64107, '3298', '116.00', '10', '10.001', '15', '57000000', '57099999', '69900000', '69920999', NULL, 1652911258),
(64108, '3220', '346.00', '5', '10.001', '15', '57000000', '57099999', '69900000', '69920999', NULL, 1652911258),
(64109, '3298', '160.00', '10', '15.001', '20', '57000000', '57099999', '69900000', '69920999', NULL, 1652911259),
(64110, '3220', '479.00', '5', '15.001', '20', '57000000', '57099999', '69900000', '69920999', NULL, 1652911262),
(64111, '3298', '205.00', '10', '20.001', '25', '57000000', '57099999', '69900000', '69920999', NULL, 1652911266),
(64112, '3220', '612.00', '5', '20.001', '25', '57000000', '57099999', '69900000', '69920999', NULL, 1652911266),
(64113, '3298', '249.00', '10', '25.001', '30', '57000000', '57099999', '69900000', '69920999', NULL, 1652911269),
(64114, '3220', '744.00', '5', '25.001', '30', '57000000', '57099999', '69900000', '69920999', NULL, 1652911270),
(64115, '3298', '90.00', '15', '0.3', '5', '57000000', '57099999', '69921000', '69999999', NULL, 1652911271),
(64116, '3220', '183.00', '10', '0.3', '5', '57000000', '57099999', '69921000', '69999999', NULL, 1652911272),
(64117, '3298', '133.00', '15', '5.001', '10', '57000000', '57099999', '69921000', '69999999', NULL, 1652911276),
(64118, '3220', '266.00', '10', '5.001', '10', '57000000', '57099999', '69921000', '69999999', NULL, 1652911277),
(64119, '3298', '215.00', '15', '10.001', '15', '57000000', '57099999', '69921000', '69999999', NULL, 1652911282),
(64120, '3220', '430.00', '10', '10.001', '15', '57000000', '57099999', '69921000', '69999999', NULL, 1652911284),
(64121, '3298', '298.00', '15', '15.001', '20', '57000000', '57099999', '69921000', '69999999', NULL, 1652911285),
(64122, '3220', '595.00', '10', '15.001', '20', '57000000', '57099999', '69921000', '69999999', NULL, 1652911290),
(64123, '3298', '380.00', '15', '20.001', '25', '57000000', '57099999', '69921000', '69999999', NULL, 1652911295),
(64124, '3220', '760.00', '10', '20.001', '25', '57000000', '57099999', '69921000', '69999999', NULL, 1652911297),
(64125, '3298', '463.00', '15', '25.001', '30', '57000000', '57099999', '69921000', '69999999', NULL, 1652911298),
(64126, '3220', '925.00', '10', '25.001', '30', '57000000', '57099999', '69921000', '69999999', NULL, 1652911299),
(64127, '3298', '45.00', '6', '0.3', '5', '57000000', '57099999', '71000000', '73699999', NULL, 1652911301),
(64128, '3220', '137.00', '2', '0.3', '5', '57000000', '57099999', '71000000', '73699999', NULL, 1652911302),
(64129, '3298', '71.00', '6', '5.001', '10', '57000000', '57099999', '71000000', '73699999', NULL, 1652911304),
(64130, '3220', '214.00', '2', '5.001', '10', '57000000', '57099999', '71000000', '73699999', NULL, 1652911305),
(64131, '3298', '116.00', '6', '10.001', '15', '57000000', '57099999', '71000000', '73699999', NULL, 1652911308),
(64132, '3220', '346.00', '2', '10.001', '15', '57000000', '57099999', '71000000', '73699999', NULL, 1652911309),
(64133, '3298', '160.00', '6', '15.001', '20', '57000000', '57099999', '71000000', '73699999', NULL, 1652911313),
(64134, '3220', '479.00', '2', '15.001', '20', '57000000', '57099999', '71000000', '73699999', NULL, 1652911317),
(64135, '3298', '205.00', '6', '20.001', '25', '57000000', '57099999', '71000000', '73699999', NULL, 1652911318),
(64136, '3220', '612.00', '2', '20.001', '25', '57000000', '57099999', '71000000', '73699999', NULL, 1652911321),
(64137, '3298', '249.00', '6', '25.001', '30', '57000000', '57099999', '71000000', '73699999', NULL, 1652911325),
(64138, '3220', '744.00', '2', '25.001', '30', '57000000', '57099999', '71000000', '73699999', NULL, 1652911326),
(64139, '3298', '45.00', '7', '0.3', '5', '57000000', '57099999', '72800000', '73999999', NULL, 1652911326),
(64140, '3220', '137.00', '3', '0.3', '5', '57000000', '57099999', '72800000', '73999999', NULL, 1652911331),
(64141, '3298', '71.00', '7', '5.001', '10', '57000000', '57099999', '72800000', '73999999', NULL, 1652911332),
(64142, '3220', '214.00', '3', '5.001', '10', '57000000', '57099999', '72800000', '73999999', NULL, 1652911334),
(64143, '3298', '116.00', '7', '10.001', '15', '57000000', '57099999', '72800000', '73999999', NULL, 1652911335),
(64144, '3220', '346.00', '3', '10.001', '15', '57000000', '57099999', '72800000', '73999999', NULL, 1652911339),
(64145, '3298', '160.00', '7', '15.001', '20', '57000000', '57099999', '72800000', '73999999', NULL, 1652911340),
(64146, '3220', '479.00', '3', '15.001', '20', '57000000', '57099999', '72800000', '73999999', NULL, 1652911341),
(64147, '3298', '205.00', '7', '20.001', '25', '57000000', '57099999', '72800000', '73999999', NULL, 1652911342),
(64148, '3220', '612.00', '3', '20.001', '25', '57000000', '57099999', '72800000', '73999999', NULL, 1652911346),
(64149, '3298', '249.00', '7', '25.001', '30', '57000000', '57099999', '72800000', '73999999', NULL, 1652911348),
(64150, '3220', '744.00', '3', '25.001', '30', '57000000', '57099999', '72800000', '73999999', NULL, 1652911349);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(64151, '3298', '45.00', '6', '0.3', '5', '57000000', '57099999', '74000000', '74894999', NULL, 1652911350),
(64152, '3220', '137.00', '2', '0.3', '5', '57000000', '57099999', '74000000', '74894999', NULL, 1652911351),
(64153, '3298', '71.00', '6', '5.001', '10', '57000000', '57099999', '74000000', '74894999', NULL, 1652911351),
(64154, '3220', '214.00', '2', '5.001', '10', '57000000', '57099999', '74000000', '74894999', NULL, 1652911352),
(64155, '3298', '116.00', '6', '10.001', '15', '57000000', '57099999', '74000000', '74894999', NULL, 1652911353),
(64156, '3220', '346.00', '2', '10.001', '15', '57000000', '57099999', '74000000', '74894999', NULL, 1652911353),
(64157, '3298', '160.00', '6', '15.001', '20', '57000000', '57099999', '74000000', '74894999', NULL, 1652911354),
(64158, '3220', '479.00', '2', '15.001', '20', '57000000', '57099999', '74000000', '74894999', NULL, 1652911355),
(64159, '3298', '205.00', '6', '20.001', '25', '57000000', '57099999', '74000000', '74894999', NULL, 1652911355),
(64160, '3220', '612.00', '2', '20.001', '25', '57000000', '57099999', '74000000', '74894999', NULL, 1652911356),
(64161, '3298', '249.00', '6', '25.001', '30', '57000000', '57099999', '74000000', '74894999', NULL, 1652911357),
(64162, '3220', '744.00', '2', '25.001', '30', '57000000', '57099999', '74000000', '74894999', NULL, 1652911358),
(64163, '3298', '45.00', '6', '0.3', '5', '57000000', '57099999', '74895000', '76799999', NULL, 1652911359),
(64164, '3220', '137.00', '2', '0.3', '5', '57000000', '57099999', '74895000', '76799999', NULL, 1652911359),
(64165, '3298', '71.00', '6', '5.001', '10', '57000000', '57099999', '74895000', '76799999', NULL, 1652911362),
(64166, '3220', '214.00', '2', '5.001', '10', '57000000', '57099999', '74895000', '76799999', NULL, 1652911364),
(64167, '3298', '116.00', '6', '10.001', '15', '57000000', '57099999', '74895000', '76799999', NULL, 1652911365),
(64168, '3220', '346.00', '2', '10.001', '15', '57000000', '57099999', '74895000', '76799999', NULL, 1652911366),
(64169, '3298', '160.00', '6', '15.001', '20', '57000000', '57099999', '74895000', '76799999', NULL, 1652911367),
(64170, '3220', '479.00', '2', '15.001', '20', '57000000', '57099999', '74895000', '76799999', NULL, 1652911367),
(64171, '3298', '205.00', '6', '20.001', '25', '57000000', '57099999', '74895000', '76799999', NULL, 1652911368),
(64172, '3220', '612.00', '2', '20.001', '25', '57000000', '57099999', '74895000', '76799999', NULL, 1652911369),
(64173, '3298', '249.00', '6', '25.001', '30', '57000000', '57099999', '74895000', '76799999', NULL, 1652911372),
(64174, '3220', '744.00', '2', '25.001', '30', '57000000', '57099999', '74895000', '76799999', NULL, 1652911373),
(64175, '3298', '45.00', '8', '0.3', '5', '57000000', '57099999', '77000000', '77270999', NULL, 1652911376),
(64176, '3220', '137.00', '2', '0.3', '5', '57000000', '57099999', '77000000', '77270999', NULL, 1652911379),
(64177, '3298', '71.00', '8', '5.001', '10', '57000000', '57099999', '77000000', '77270999', NULL, 1652911380),
(64178, '3220', '214.00', '2', '5.001', '10', '57000000', '57099999', '77000000', '77270999', NULL, 1652911382),
(64179, '3298', '116.00', '8', '10.001', '15', '57000000', '57099999', '77000000', '77270999', NULL, 1652911383),
(64180, '3220', '346.00', '2', '10.001', '15', '57000000', '57099999', '77000000', '77270999', NULL, 1652911386),
(64181, '3298', '160.00', '8', '15.001', '20', '57000000', '57099999', '77000000', '77270999', NULL, 1652911388),
(64182, '3220', '479.00', '2', '15.001', '20', '57000000', '57099999', '77000000', '77270999', NULL, 1652911388),
(64183, '3298', '205.00', '8', '20.001', '25', '57000000', '57099999', '77000000', '77270999', NULL, 1652911389),
(64184, '3220', '612.00', '2', '20.001', '25', '57000000', '57099999', '77000000', '77270999', NULL, 1652911390),
(64185, '3298', '249.00', '8', '25.001', '30', '57000000', '57099999', '77000000', '77270999', NULL, 1652911391),
(64186, '3220', '744.00', '2', '25.001', '30', '57000000', '57099999', '77000000', '77270999', NULL, 1652911394),
(64187, '3298', '90.00', '8', '0.3', '5', '57000000', '57099999', '77300000', '77995999', NULL, 1652911395),
(64188, '3220', '183.00', '3', '0.3', '5', '57000000', '57099999', '77300000', '77995999', NULL, 1652911396),
(64189, '3298', '133.00', '8', '5.001', '10', '57000000', '57099999', '77300000', '77995999', NULL, 1652911397),
(64190, '3220', '266.00', '3', '5.001', '10', '57000000', '57099999', '77300000', '77995999', NULL, 1652911398),
(64191, '3298', '215.00', '8', '10.001', '15', '57000000', '57099999', '77300000', '77995999', NULL, 1652911399),
(64192, '3220', '430.00', '3', '10.001', '15', '57000000', '57099999', '77300000', '77995999', NULL, 1652911399),
(64193, '3298', '298.00', '8', '15.001', '20', '57000000', '57099999', '77300000', '77995999', NULL, 1652911400),
(64194, '3220', '595.00', '3', '15.001', '20', '57000000', '57099999', '77300000', '77995999', NULL, 1652911403),
(64195, '3298', '380.00', '8', '20.001', '25', '57000000', '57099999', '77300000', '77995999', NULL, 1652911404),
(64196, '3220', '760.00', '3', '20.001', '25', '57000000', '57099999', '77300000', '77995999', NULL, 1652911405),
(64197, '3298', '463.00', '8', '25.001', '30', '57000000', '57099999', '77300000', '77995999', NULL, 1652911406),
(64198, '3220', '925.00', '3', '25.001', '30', '57000000', '57099999', '77300000', '77995999', NULL, 1652911407),
(64199, '3298', '45.00', '9', '0.3', '5', '57000000', '57099999', '78000000', '78109999', NULL, 1652911410),
(64200, '3220', '137.00', '5', '0.3', '5', '57000000', '57099999', '78000000', '78109999', NULL, 1652911411),
(64201, '3298', '71.00', '9', '5.001', '10', '57000000', '57099999', '78000000', '78109999', NULL, 1652911414),
(64202, '3220', '214.00', '5', '5.001', '10', '57000000', '57099999', '78000000', '78109999', NULL, 1652911415),
(64203, '3298', '116.00', '9', '10.001', '15', '57000000', '57099999', '78000000', '78109999', NULL, 1652911418),
(64204, '3220', '346.00', '5', '10.001', '15', '57000000', '57099999', '78000000', '78109999', NULL, 1652911418),
(64205, '3298', '160.00', '9', '15.001', '20', '57000000', '57099999', '78000000', '78109999', NULL, 1652911421),
(64206, '3220', '479.00', '5', '15.001', '20', '57000000', '57099999', '78000000', '78109999', NULL, 1652911424),
(64207, '3298', '205.00', '9', '20.001', '25', '57000000', '57099999', '78000000', '78109999', NULL, 1652911425),
(64208, '3220', '612.00', '5', '20.001', '25', '57000000', '57099999', '78000000', '78109999', NULL, 1652911428),
(64209, '3298', '249.00', '9', '25.001', '30', '57000000', '57099999', '78000000', '78109999', NULL, 1652911429),
(64210, '3220', '744.00', '5', '25.001', '30', '57000000', '57099999', '78000000', '78109999', NULL, 1652911432),
(64211, '3298', '90.00', '11', '0.3', '5', '57000000', '57099999', '78110000', '78899999', NULL, 1652911436),
(64212, '3220', '183.00', '6', '0.3', '5', '57000000', '57099999', '78110000', '78899999', NULL, 1652911440),
(64213, '3298', '133.00', '11', '5.001', '10', '57000000', '57099999', '78110000', '78899999', NULL, 1652911443),
(64214, '3220', '266.00', '6', '5.001', '10', '57000000', '57099999', '78110000', '78899999', NULL, 1652911443),
(64215, '3298', '215.00', '11', '10.001', '15', '57000000', '57099999', '78110000', '78899999', NULL, 1652911446),
(64216, '3220', '430.00', '6', '10.001', '15', '57000000', '57099999', '78110000', '78899999', NULL, 1652911446),
(64217, '3298', '298.00', '11', '15.001', '20', '57000000', '57099999', '78110000', '78899999', NULL, 1652911447),
(64218, '3220', '595.00', '6', '15.001', '20', '57000000', '57099999', '78110000', '78899999', NULL, 1652911447),
(64219, '3298', '380.00', '11', '20.001', '25', '57000000', '57099999', '78110000', '78899999', NULL, 1652911448),
(64220, '3220', '760.00', '6', '20.001', '25', '57000000', '57099999', '78110000', '78899999', NULL, 1652911449),
(64221, '3298', '463.00', '11', '25.001', '30', '57000000', '57099999', '78110000', '78899999', NULL, 1652911449),
(64222, '3220', '925.00', '6', '25.001', '30', '57000000', '57099999', '78110000', '78899999', NULL, 1652911449),
(64223, '3298', '90.00', '11', '0.3', '5', '57000000', '57099999', '78900000', '78930999', NULL, 1652911450),
(64224, '3220', '183.00', '6', '0.3', '5', '57000000', '57099999', '78900000', '78930999', NULL, 1652911452),
(64225, '3298', '133.00', '11', '5.001', '10', '57000000', '57099999', '78900000', '78930999', NULL, 1652911453),
(64226, '3220', '266.00', '6', '5.001', '10', '57000000', '57099999', '78900000', '78930999', NULL, 1652911454),
(64227, '3298', '215.00', '11', '10.001', '15', '57000000', '57099999', '78900000', '78930999', NULL, 1652911454),
(64228, '3220', '430.00', '6', '10.001', '15', '57000000', '57099999', '78900000', '78930999', NULL, 1652911455),
(64229, '3298', '298.00', '11', '15.001', '20', '57000000', '57099999', '78900000', '78930999', NULL, 1652911457),
(64230, '3220', '595.00', '6', '15.001', '20', '57000000', '57099999', '78900000', '78930999', NULL, 1652911461),
(64231, '3298', '380.00', '11', '20.001', '25', '57000000', '57099999', '78900000', '78930999', NULL, 1652911462),
(64232, '3220', '760.00', '6', '20.001', '25', '57000000', '57099999', '78900000', '78930999', NULL, 1652911463),
(64233, '3298', '463.00', '11', '25.001', '30', '57000000', '57099999', '78900000', '78930999', NULL, 1652911463),
(64234, '3220', '925.00', '6', '25.001', '30', '57000000', '57099999', '78900000', '78930999', NULL, 1652911464),
(64235, '3298', '90.00', '9', '0.3', '5', '57000000', '57099999', '78931000', '78999999', NULL, 1652911464),
(64236, '3220', '183.00', '5', '0.3', '5', '57000000', '57099999', '78931000', '78999999', NULL, 1652911465),
(64237, '3298', '133.00', '9', '5.001', '10', '57000000', '57099999', '78931000', '78999999', NULL, 1652911468),
(64238, '3220', '266.00', '5', '5.001', '10', '57000000', '57099999', '78931000', '78999999', NULL, 1652911468),
(64239, '3298', '215.00', '9', '10.001', '15', '57000000', '57099999', '78931000', '78999999', NULL, 1652911469),
(64240, '3220', '430.00', '5', '10.001', '15', '57000000', '57099999', '78931000', '78999999', NULL, 1652911470),
(64241, '3298', '298.00', '9', '15.001', '20', '57000000', '57099999', '78931000', '78999999', NULL, 1652911474),
(64242, '3220', '595.00', '5', '15.001', '20', '57000000', '57099999', '78931000', '78999999', NULL, 1652911475),
(64243, '3298', '380.00', '9', '20.001', '25', '57000000', '57099999', '78931000', '78999999', NULL, 1652911476),
(64244, '3220', '760.00', '5', '20.001', '25', '57000000', '57099999', '78931000', '78999999', NULL, 1652911477),
(64245, '3298', '463.00', '9', '25.001', '30', '57000000', '57099999', '78931000', '78999999', NULL, 1652911478),
(64246, '3220', '925.00', '5', '25.001', '30', '57000000', '57099999', '78931000', '78999999', NULL, 1652911481),
(64247, '3298', '45.00', '7', '0.3', '5', '57000000', '57099999', '79000000', '79129999', NULL, 1652911481),
(64248, '3220', '137.00', '2', '0.3', '5', '57000000', '57099999', '79000000', '79129999', NULL, 1652911484),
(64249, '3298', '71.00', '7', '5.001', '10', '57000000', '57099999', '79000000', '79129999', NULL, 1652911484),
(64250, '3220', '214.00', '2', '5.001', '10', '57000000', '57099999', '79000000', '79129999', NULL, 1652911485),
(64251, '3298', '116.00', '7', '10.001', '15', '57000000', '57099999', '79000000', '79129999', NULL, 1652911488),
(64252, '3220', '346.00', '2', '10.001', '15', '57000000', '57099999', '79000000', '79129999', NULL, 1652911492),
(64253, '3298', '160.00', '7', '15.001', '20', '57000000', '57099999', '79000000', '79129999', NULL, 1652911492),
(64254, '3220', '479.00', '2', '15.001', '20', '57000000', '57099999', '79000000', '79129999', NULL, 1652911493),
(64255, '3298', '205.00', '7', '20.001', '25', '57000000', '57099999', '79000000', '79129999', NULL, 1652911495),
(64256, '3220', '612.00', '2', '20.001', '25', '57000000', '57099999', '79000000', '79129999', NULL, 1652911500),
(64257, '3298', '249.00', '7', '25.001', '30', '57000000', '57099999', '79000000', '79129999', NULL, 1652911500),
(64258, '3220', '744.00', '2', '25.001', '30', '57000000', '57099999', '79000000', '79129999', NULL, 1652911503),
(64259, '3298', '90.00', '10', '0.3', '5', '57000000', '57099999', '79130000', '79999999', NULL, 1652911504),
(64260, '3220', '183.00', '6', '0.3', '5', '57000000', '57099999', '79130000', '79999999', NULL, 1652911504),
(64261, '3298', '133.00', '10', '5.001', '10', '57000000', '57099999', '79130000', '79999999', NULL, 1652911508),
(64262, '3220', '266.00', '6', '5.001', '10', '57000000', '57099999', '79130000', '79999999', NULL, 1652911510),
(64263, '3298', '215.00', '10', '10.001', '15', '57000000', '57099999', '79130000', '79999999', NULL, 1652911510),
(64264, '3220', '430.00', '6', '10.001', '15', '57000000', '57099999', '79130000', '79999999', NULL, 1652911513),
(64265, '3298', '298.00', '10', '15.001', '20', '57000000', '57099999', '79130000', '79999999', NULL, 1652911513),
(64266, '3220', '595.00', '6', '15.001', '20', '57000000', '57099999', '79130000', '79999999', NULL, 1652911516),
(64267, '3298', '380.00', '10', '20.001', '25', '57000000', '57099999', '79130000', '79999999', NULL, 1652911519),
(64268, '3220', '760.00', '6', '20.001', '25', '57000000', '57099999', '79130000', '79999999', NULL, 1652911520),
(64269, '3298', '463.00', '10', '25.001', '30', '57000000', '57099999', '79130000', '79999999', NULL, 1652911522),
(64270, '3220', '925.00', '6', '25.001', '30', '57000000', '57099999', '79130000', '79999999', NULL, 1652911523),
(64271, '3298', '45.00', '6', '0.3', '5', '57000000', '57099999', '80000000', '82999999', NULL, 1652911524),
(64272, '3220', '137.00', '2', '0.3', '5', '57000000', '57099999', '80000000', '82999999', NULL, 1652911526),
(64273, '3298', '71.00', '6', '5.001', '10', '57000000', '57099999', '80000000', '82999999', NULL, 1652911526),
(64274, '3220', '214.00', '2', '5.001', '10', '57000000', '57099999', '80000000', '82999999', NULL, 1652911532),
(64275, '3298', '116.00', '6', '10.001', '15', '57000000', '57099999', '80000000', '82999999', NULL, 1652911534),
(64276, '3220', '346.00', '2', '10.001', '15', '57000000', '57099999', '80000000', '82999999', NULL, 1652911536),
(64277, '3298', '160.00', '6', '15.001', '20', '57000000', '57099999', '80000000', '82999999', NULL, 1652911537),
(64278, '3220', '479.00', '2', '15.001', '20', '57000000', '57099999', '80000000', '82999999', NULL, 1652911537),
(64279, '3298', '205.00', '6', '20.001', '25', '57000000', '57099999', '80000000', '82999999', NULL, 1652911540),
(64280, '3220', '612.00', '2', '20.001', '25', '57000000', '57099999', '80000000', '82999999', NULL, 1652911542),
(64281, '3298', '249.00', '6', '25.001', '30', '57000000', '57099999', '80000000', '82999999', NULL, 1652911543),
(64282, '3220', '744.00', '2', '25.001', '30', '57000000', '57099999', '80000000', '82999999', NULL, 1652911544),
(64283, '3298', '45.00', '6', '0.3', '5', '57000000', '57099999', '80000000', '83800999', NULL, 1652911544),
(64284, '3220', '137.00', '2', '0.3', '5', '57000000', '57099999', '80000000', '83800999', NULL, 1652911548),
(64285, '3298', '71.00', '6', '5.001', '10', '57000000', '57099999', '80000000', '83800999', NULL, 1652911549),
(64286, '3220', '214.00', '2', '5.001', '10', '57000000', '57099999', '80000000', '83800999', NULL, 1652911549),
(64287, '3298', '116.00', '6', '10.001', '15', '57000000', '57099999', '80000000', '83800999', NULL, 1652911550),
(64288, '3220', '346.00', '2', '10.001', '15', '57000000', '57099999', '80000000', '83800999', NULL, 1652911553),
(64289, '3298', '160.00', '6', '15.001', '20', '57000000', '57099999', '80000000', '83800999', NULL, 1652911554),
(64290, '3220', '479.00', '2', '15.001', '20', '57000000', '57099999', '80000000', '83800999', NULL, 1652911554),
(64291, '3298', '205.00', '6', '20.001', '25', '57000000', '57099999', '80000000', '83800999', NULL, 1652911557),
(64292, '3220', '612.00', '2', '20.001', '25', '57000000', '57099999', '80000000', '83800999', NULL, 1652911559),
(64293, '3298', '249.00', '6', '25.001', '30', '57000000', '57099999', '80000000', '83800999', NULL, 1652911560),
(64294, '3220', '744.00', '2', '25.001', '30', '57000000', '57099999', '80000000', '83800999', NULL, 1652911560),
(64295, '3298', '90.00', '9', '0.3', '5', '57000000', '57099999', '83801000', '87999999', NULL, 1652911567),
(64296, '3220', '183.00', '4', '0.3', '5', '57000000', '57099999', '83801000', '87999999', NULL, 1652911575),
(64297, '3298', '133.00', '9', '5.001', '10', '57000000', '57099999', '83801000', '87999999', NULL, 1652911576),
(64298, '3220', '266.00', '4', '5.001', '10', '57000000', '57099999', '83801000', '87999999', NULL, 1652911577),
(64299, '3298', '215.00', '9', '10.001', '15', '57000000', '57099999', '83801000', '87999999', NULL, 1652911578),
(64300, '3220', '430.00', '4', '10.001', '15', '57000000', '57099999', '83801000', '87999999', NULL, 1652911578),
(64301, '3298', '298.00', '9', '15.001', '20', '57000000', '57099999', '83801000', '87999999', NULL, 1652911579),
(64302, '3220', '595.00', '4', '15.001', '20', '57000000', '57099999', '83801000', '87999999', NULL, 1652911580),
(64303, '3298', '380.00', '9', '20.001', '25', '57000000', '57099999', '83801000', '87999999', NULL, 1652911581),
(64304, '3220', '760.00', '4', '20.001', '25', '57000000', '57099999', '83801000', '87999999', NULL, 1652911581),
(64305, '3298', '463.00', '9', '25.001', '30', '57000000', '57099999', '83801000', '87999999', NULL, 1652911582),
(64306, '3220', '925.00', '4', '25.001', '30', '57000000', '57099999', '83801000', '87999999', NULL, 1652911583),
(64307, '3298', '45.00', '7', '0.3', '5', '57000000', '57099999', '88000000', '82999999', NULL, 1652911583),
(64308, '3220', '137.00', '2', '0.3', '5', '57000000', '57099999', '88000000', '82999999', NULL, 1652911584),
(64309, '3298', '71.00', '7', '5.001', '10', '57000000', '57099999', '88000000', '82999999', NULL, 1652911585),
(64310, '3220', '214.00', '2', '5.001', '10', '57000000', '57099999', '88000000', '82999999', NULL, 1652911586),
(64311, '3298', '116.00', '7', '10.001', '15', '57000000', '57099999', '88000000', '82999999', NULL, 1652911586),
(64312, '3220', '346.00', '2', '10.001', '15', '57000000', '57099999', '88000000', '82999999', NULL, 1652911587),
(64313, '3298', '160.00', '7', '15.001', '20', '57000000', '57099999', '88000000', '82999999', NULL, 1652911588),
(64314, '3220', '479.00', '2', '15.001', '20', '57000000', '57099999', '88000000', '82999999', NULL, 1652911588),
(64315, '3298', '205.00', '7', '20.001', '25', '57000000', '57099999', '88000000', '82999999', NULL, 1652911589),
(64316, '3220', '612.00', '2', '20.001', '25', '57000000', '57099999', '88000000', '82999999', NULL, 1652911589),
(64317, '3298', '249.00', '7', '25.001', '30', '57000000', '57099999', '88000000', '82999999', NULL, 1652911590),
(64318, '3220', '744.00', '2', '25.001', '30', '57000000', '57099999', '88000000', '82999999', NULL, 1652911591),
(64319, '3298', '45.00', '7', '0.3', '5', '57000000', '57099999', '88000000', '88469999', NULL, 1652911591),
(64320, '3220', '137.00', '2', '0.3', '5', '57000000', '57099999', '88000000', '88469999', NULL, 1652911592),
(64321, '3298', '71.00', '7', '5.001', '10', '57000000', '57099999', '88000000', '88469999', NULL, 1652911592),
(64322, '3220', '214.00', '2', '5.001', '10', '57000000', '57099999', '88000000', '88469999', NULL, 1652911593),
(64323, '3298', '116.00', '7', '10.001', '15', '57000000', '57099999', '88000000', '88469999', NULL, 1652911594),
(64324, '3220', '346.00', '2', '10.001', '15', '57000000', '57099999', '88000000', '88469999', NULL, 1652911603),
(64325, '3298', '160.00', '7', '15.001', '20', '57000000', '57099999', '88000000', '88469999', NULL, 1652911604),
(64326, '3220', '479.00', '2', '15.001', '20', '57000000', '57099999', '88000000', '88469999', NULL, 1652911605),
(64327, '3298', '205.00', '7', '20.001', '25', '57000000', '57099999', '88000000', '88469999', NULL, 1652911605),
(64328, '3220', '612.00', '2', '20.001', '25', '57000000', '57099999', '88000000', '88469999', NULL, 1652911606),
(64329, '3298', '249.00', '7', '25.001', '30', '57000000', '57099999', '88000000', '88469999', NULL, 1652911607),
(64330, '3220', '744.00', '2', '25.001', '30', '57000000', '57099999', '88000000', '88469999', NULL, 1652911607),
(64331, '3298', '78.00', '7', '0.3', '5', '57000000', '57099999', '88470000', '89999999', NULL, 1652911608),
(64332, '3220', '154.00', '3', '0.3', '5', '57000000', '57099999', '88470000', '89999999', NULL, 1652911609),
(64333, '3298', '114.00', '7', '5.001', '10', '57000000', '57099999', '88470000', '89999999', NULL, 1652911610),
(64334, '3220', '223.00', '3', '5.001', '10', '57000000', '57099999', '88470000', '89999999', NULL, 1652911611),
(64335, '3298', '185.00', '7', '10.001', '15', '57000000', '57099999', '88470000', '89999999', NULL, 1652911611),
(64336, '3220', '361.00', '3', '10.001', '15', '57000000', '57099999', '88470000', '89999999', NULL, 1652911612),
(64337, '3298', '256.00', '7', '15.001', '20', '57000000', '57099999', '88470000', '89999999', NULL, 1652911613),
(64338, '3220', '500.00', '3', '15.001', '20', '57000000', '57099999', '88470000', '89999999', NULL, 1652911613),
(64339, '3298', '327.00', '7', '20.001', '25', '57000000', '57099999', '88470000', '89999999', NULL, 1652911613),
(64340, '3220', '638.00', '3', '20.001', '25', '57000000', '57099999', '88470000', '89999999', NULL, 1652911614),
(64341, '3298', '398.00', '7', '25.001', '30', '57000000', '57099999', '88470000', '89999999', NULL, 1652911615),
(64342, '3220', '777.00', '3', '25.001', '30', '57000000', '57099999', '88470000', '89999999', NULL, 1652911625),
(64343, '3298', '45.00', '7', '0.3', '5', '57000000', '57099999', '90000000', '91999999', NULL, 1652911625),
(64344, '3220', '137.00', '2', '0.3', '5', '57000000', '57099999', '90000000', '91999999', NULL, 1652911626),
(64345, '3298', '71.00', '7', '5.001', '10', '57000000', '57099999', '90000000', '91999999', NULL, 1652911627),
(64346, '3220', '214.00', '2', '5.001', '10', '57000000', '57099999', '90000000', '91999999', NULL, 1652911627),
(64347, '3298', '116.00', '7', '10.001', '15', '57000000', '57099999', '90000000', '91999999', NULL, 1652911628),
(64348, '3220', '346.00', '2', '10.001', '15', '57000000', '57099999', '90000000', '91999999', NULL, 1652911628),
(64349, '3298', '160.00', '7', '15.001', '20', '57000000', '57099999', '90000000', '91999999', NULL, 1652911629),
(64350, '3220', '479.00', '2', '15.001', '20', '57000000', '57099999', '90000000', '91999999', NULL, 1652911629),
(64351, '3298', '205.00', '7', '20.001', '25', '57000000', '57099999', '90000000', '91999999', NULL, 1652911630),
(64352, '3220', '612.00', '2', '20.001', '25', '57000000', '57099999', '90000000', '91999999', NULL, 1652911630),
(64353, '3298', '249.00', '7', '25.001', '30', '57000000', '57099999', '90000000', '91999999', NULL, 1652911631),
(64354, '3220', '744.00', '2', '25.001', '30', '57000000', '57099999', '90000000', '91999999', NULL, 1652911632),
(64355, '3298', '45.00', '7', '0.3', '5', '57000000', '57099999', '90000000', '94900999', NULL, 1652911632),
(64356, '3220', '137.00', '3', '0.3', '5', '57000000', '57099999', '90000000', '94900999', NULL, 1652911633),
(64357, '3298', '71.00', '7', '5.001', '10', '57000000', '57099999', '90000000', '94900999', NULL, 1652911633),
(64358, '3220', '214.00', '3', '5.001', '10', '57000000', '57099999', '90000000', '94900999', NULL, 1652911634),
(64359, '3298', '116.00', '7', '10.001', '15', '57000000', '57099999', '90000000', '94900999', NULL, 1652911634),
(64360, '3220', '346.00', '3', '10.001', '15', '57000000', '57099999', '90000000', '94900999', NULL, 1652911635),
(64361, '3298', '160.00', '7', '15.001', '20', '57000000', '57099999', '90000000', '94900999', NULL, 1652911636),
(64362, '3220', '479.00', '3', '15.001', '20', '57000000', '57099999', '90000000', '94900999', NULL, 1652911636),
(64363, '3298', '205.00', '7', '20.001', '25', '57000000', '57099999', '90000000', '94900999', NULL, 1652911637),
(64364, '3220', '612.00', '3', '20.001', '25', '57000000', '57099999', '90000000', '94900999', NULL, 1652911638),
(64365, '3298', '249.00', '7', '25.001', '30', '57000000', '57099999', '90000000', '94900999', NULL, 1652911638),
(64366, '3220', '744.00', '3', '25.001', '30', '57000000', '57099999', '90000000', '94900999', NULL, 1652911638),
(64367, '3298', '90.00', '11', '0.3', '5', '57000000', '57099999', '94901000', '99999999', NULL, 1652911639),
(64368, '3220', '183.00', '7', '0.3', '5', '57000000', '57099999', '94901000', '99999999', NULL, 1652911639),
(64369, '3298', '133.00', '11', '5.001', '10', '57000000', '57099999', '94901000', '99999999', NULL, 1652911648),
(64370, '3220', '266.00', '7', '5.001', '10', '57000000', '57099999', '94901000', '99999999', NULL, 1652911649),
(64371, '3298', '215.00', '11', '10.001', '15', '57000000', '57099999', '94901000', '99999999', NULL, 1652911650),
(64372, '3220', '430.00', '7', '10.001', '15', '57000000', '57099999', '94901000', '99999999', NULL, 1652911651),
(64373, '3298', '298.00', '11', '15.001', '20', '57000000', '57099999', '94901000', '99999999', NULL, 1652911651),
(64374, '3220', '595.00', '7', '15.001', '20', '57000000', '57099999', '94901000', '99999999', NULL, 1652911652),
(64375, '3298', '380.00', '11', '20.001', '25', '57000000', '57099999', '94901000', '99999999', NULL, 1652911660),
(64376, '3220', '760.00', '7', '20.001', '25', '57000000', '57099999', '94901000', '99999999', NULL, 1652911661),
(64377, '3298', '463.00', '11', '25.001', '30', '57000000', '57099999', '94901000', '99999999', NULL, 1652911661),
(64378, '3220', '925.00', '7', '25.001', '30', '57000000', '57099999', '94901000', '99999999', NULL, 1652911662),
(64379, '3298', '45.00', '9', '0.3', '5', '57100000', '57999999', '01000000', '08499999', NULL, 1652911663),
(64380, '3220', '137.00', '4', '0.3', '5', '57100000', '57999999', '01000000', '08499999', NULL, 1652911664),
(64381, '3298', '71.00', '9', '5.001', '10', '57100000', '57999999', '01000000', '08499999', NULL, 1652911664),
(64382, '3220', '214.00', '4', '5.001', '10', '57100000', '57999999', '01000000', '08499999', NULL, 1652911665),
(64383, '3298', '116.00', '9', '10.001', '15', '57100000', '57999999', '01000000', '08499999', NULL, 1652911666),
(64384, '3220', '346.00', '4', '10.001', '15', '57100000', '57999999', '01000000', '08499999', NULL, 1652911666),
(64385, '3298', '160.00', '9', '15.001', '20', '57100000', '57999999', '01000000', '08499999', NULL, 1652911667),
(64386, '3220', '479.00', '4', '15.001', '20', '57100000', '57999999', '01000000', '08499999', NULL, 1652911676),
(64387, '3298', '205.00', '9', '20.001', '25', '57100000', '57999999', '01000000', '08499999', NULL, 1652911685),
(64388, '3220', '612.00', '4', '20.001', '25', '57100000', '57999999', '01000000', '08499999', NULL, 1652911686),
(64389, '3298', '249.00', '9', '25.001', '30', '57100000', '57999999', '01000000', '08499999', NULL, 1652911687),
(64390, '3220', '744.00', '4', '25.001', '30', '57100000', '57999999', '01000000', '08499999', NULL, 1652911688),
(64391, '3298', '45.00', '9', '0.3', '5', '57100000', '57999999', '06000000', '09999999', NULL, 1652911689),
(64392, '3220', '137.00', '4', '0.3', '5', '57100000', '57999999', '06000000', '09999999', NULL, 1652911689),
(64393, '3298', '71.00', '9', '5.001', '10', '57100000', '57999999', '06000000', '09999999', NULL, 1652911690),
(64394, '3220', '214.00', '4', '5.001', '10', '57100000', '57999999', '06000000', '09999999', NULL, 1652911691),
(64395, '3298', '116.00', '9', '10.001', '15', '57100000', '57999999', '06000000', '09999999', NULL, 1652911692),
(64396, '3220', '346.00', '4', '10.001', '15', '57100000', '57999999', '06000000', '09999999', NULL, 1652911692),
(64397, '3298', '160.00', '9', '15.001', '20', '57100000', '57999999', '06000000', '09999999', NULL, 1652911701),
(64398, '3220', '479.00', '4', '15.001', '20', '57100000', '57999999', '06000000', '09999999', NULL, 1652911702),
(64399, '3298', '205.00', '9', '20.001', '25', '57100000', '57999999', '06000000', '09999999', NULL, 1652911703),
(64400, '3220', '612.00', '4', '20.001', '25', '57100000', '57999999', '06000000', '09999999', NULL, 1652911704),
(64401, '3298', '249.00', '9', '25.001', '30', '57100000', '57999999', '06000000', '09999999', NULL, 1652911704),
(64402, '3220', '744.00', '4', '25.001', '30', '57100000', '57999999', '06000000', '09999999', NULL, 1652911706),
(64403, '3298', '45.00', '10', '0.3', '5', '57100000', '57999999', '11000000', '11999999', NULL, 1652911706),
(64404, '3220', '137.00', '5', '0.3', '5', '57100000', '57999999', '11000000', '11999999', NULL, 1652911707),
(64405, '3298', '71.00', '10', '5.001', '10', '57100000', '57999999', '11000000', '11999999', NULL, 1652911716),
(64406, '3220', '214.00', '5', '5.001', '10', '57100000', '57999999', '11000000', '11999999', NULL, 1652911717),
(64407, '3298', '116.00', '10', '10.001', '15', '57100000', '57999999', '11000000', '11999999', NULL, 1652911718),
(64408, '3220', '346.00', '5', '10.001', '15', '57100000', '57999999', '11000000', '11999999', NULL, 1652911719),
(64409, '3298', '160.00', '10', '15.001', '20', '57100000', '57999999', '11000000', '11999999', NULL, 1652911720),
(64410, '3220', '479.00', '5', '15.001', '20', '57100000', '57999999', '11000000', '11999999', NULL, 1652911720),
(64411, '3298', '205.00', '10', '20.001', '25', '57100000', '57999999', '11000000', '11999999', NULL, 1652911721),
(64412, '3220', '612.00', '5', '20.001', '25', '57100000', '57999999', '11000000', '11999999', NULL, 1652911722),
(64413, '3298', '249.00', '10', '25.001', '30', '57100000', '57999999', '11000000', '11999999', NULL, 1652911722),
(64414, '3220', '744.00', '5', '25.001', '30', '57100000', '57999999', '11000000', '11999999', NULL, 1652911723),
(64415, '3298', '45.00', '9', '0.3', '5', '57100000', '57999999', '12000000', '19999999', NULL, 1652911724),
(64416, '3220', '137.00', '4', '0.3', '5', '57100000', '57999999', '12000000', '19999999', NULL, 1652911725),
(64417, '3298', '71.00', '9', '5.001', '10', '57100000', '57999999', '12000000', '19999999', NULL, 1652911725),
(64418, '3220', '214.00', '4', '5.001', '10', '57100000', '57999999', '12000000', '19999999', NULL, 1652911726),
(64419, '3298', '116.00', '9', '10.001', '15', '57100000', '57999999', '12000000', '19999999', NULL, 1652911727),
(64420, '3220', '346.00', '4', '10.001', '15', '57100000', '57999999', '12000000', '19999999', NULL, 1652911735),
(64421, '3298', '160.00', '9', '15.001', '20', '57100000', '57999999', '12000000', '19999999', NULL, 1652911740),
(64422, '3220', '479.00', '4', '15.001', '20', '57100000', '57999999', '12000000', '19999999', NULL, 1652911747),
(64423, '3298', '205.00', '9', '20.001', '25', '57100000', '57999999', '12000000', '19999999', NULL, 1652911752),
(64424, '3220', '612.00', '4', '20.001', '25', '57100000', '57999999', '12000000', '19999999', NULL, 1652911753),
(64425, '3298', '249.00', '9', '25.001', '30', '57100000', '57999999', '12000000', '19999999', NULL, 1652911753),
(64426, '3220', '744.00', '4', '25.001', '30', '57100000', '57999999', '12000000', '19999999', NULL, 1652911768),
(64427, '3298', '90.00', '11', '0.3', '5', '57100000', '57999999', '26601000', '28999999', NULL, 1652911797),
(64428, '3220', '183.00', '6', '0.3', '5', '57100000', '57999999', '26601000', '28999999', NULL, 1652911813),
(64429, '3298', '133.00', '11', '5.001', '10', '57100000', '57999999', '26601000', '28999999', NULL, 1652911813),
(64430, '3220', '266.00', '6', '5.001', '10', '57100000', '57999999', '26601000', '28999999', NULL, 1652911814),
(64431, '3298', '215.00', '11', '10.001', '15', '57100000', '57999999', '26601000', '28999999', NULL, 1652911815),
(64432, '3220', '430.00', '6', '10.001', '15', '57100000', '57999999', '26601000', '28999999', NULL, 1652911816),
(64433, '3298', '298.00', '11', '15.001', '20', '57100000', '57999999', '26601000', '28999999', NULL, 1652911816),
(64434, '3220', '595.00', '6', '15.001', '20', '57100000', '57999999', '26601000', '28999999', NULL, 1652911817),
(64435, '3298', '380.00', '11', '20.001', '25', '57100000', '57999999', '26601000', '28999999', NULL, 1652911817),
(64436, '3220', '760.00', '6', '20.001', '25', '57100000', '57999999', '26601000', '28999999', NULL, 1652911818),
(64437, '3298', '463.00', '11', '25.001', '30', '57100000', '57999999', '26601000', '28999999', NULL, 1652911819),
(64438, '3220', '925.00', '6', '25.001', '30', '57100000', '57999999', '26601000', '28999999', NULL, 1652911820),
(64439, '3298', '38.00', '9', '0.3', '5', '57100000', '57999999', '29000000', '29099999', NULL, 1652911821),
(64440, '3220', '113.00', '5', '0.3', '5', '57100000', '57999999', '29000000', '29099999', NULL, 1652911822),
(64441, '3298', '58.00', '9', '5.001', '10', '57100000', '57999999', '29000000', '29099999', NULL, 1652911822),
(64442, '3220', '176.00', '5', '5.001', '10', '57100000', '57999999', '29000000', '29099999', NULL, 1652911823),
(64443, '3298', '94.00', '9', '10.001', '15', '57100000', '57999999', '29000000', '29099999', NULL, 1652911824),
(64444, '3220', '286.00', '5', '10.001', '15', '57100000', '57999999', '29000000', '29099999', NULL, 1652911825),
(64445, '3298', '130.00', '9', '15.001', '20', '57100000', '57999999', '29000000', '29099999', NULL, 1652911825),
(64446, '3220', '396.00', '5', '15.001', '20', '57100000', '57999999', '29000000', '29099999', NULL, 1652911826),
(64447, '3298', '166.00', '9', '20.001', '25', '57100000', '57999999', '29000000', '29099999', NULL, 1652911827),
(64448, '3220', '505.00', '5', '20.001', '25', '57100000', '57999999', '29000000', '29099999', NULL, 1652911827),
(64449, '3298', '202.00', '9', '25.001', '30', '57100000', '57999999', '29000000', '29099999', NULL, 1652911828),
(64450, '3220', '615.00', '5', '25.001', '30', '57100000', '57999999', '29000000', '29099999', NULL, 1652911828),
(64451, '3298', '70.00', '11', '0.3', '5', '57100000', '57999999', '29100000', '29999999', NULL, 1652911829),
(64452, '3220', '157.00', '7', '0.3', '5', '57100000', '57999999', '29100000', '29999999', NULL, 1652911830),
(64453, '3298', '106.00', '11', '5.001', '10', '57100000', '57999999', '29100000', '29999999', NULL, 1652911831),
(64454, '3220', '226.00', '7', '5.001', '10', '57100000', '57999999', '29100000', '29999999', NULL, 1652911832),
(64455, '3298', '172.00', '11', '10.001', '15', '57100000', '57999999', '29100000', '29999999', NULL, 1652911833),
(64456, '3220', '367.00', '7', '10.001', '15', '57100000', '57999999', '29100000', '29999999', NULL, 1652911834),
(64457, '3298', '239.00', '11', '15.001', '20', '57100000', '57999999', '29100000', '29999999', NULL, 1652911835),
(64458, '3220', '508.00', '7', '15.001', '20', '57100000', '57999999', '29100000', '29999999', NULL, 1652911845),
(64459, '3298', '305.00', '11', '20.001', '25', '57100000', '57999999', '29100000', '29999999', NULL, 1652911846),
(64460, '3220', '649.00', '7', '20.001', '25', '57100000', '57999999', '29100000', '29999999', NULL, 1652911847),
(64461, '3298', '371.00', '11', '25.001', '30', '57100000', '57999999', '29100000', '29999999', NULL, 1652911848),
(64462, '3220', '789.00', '7', '25.001', '30', '57100000', '57999999', '29100000', '29999999', NULL, 1652911849),
(64463, '3298', '45.00', '9', '0.3', '5', '57100000', '57999999', '30000000', '31999999', NULL, 1652911849),
(64464, '3220', '137.00', '4', '0.3', '5', '57100000', '57999999', '30000000', '31999999', NULL, 1652911850),
(64465, '3298', '71.00', '9', '5.001', '10', '57100000', '57999999', '30000000', '31999999', NULL, 1652911851),
(64466, '3220', '214.00', '4', '5.001', '10', '57100000', '57999999', '30000000', '31999999', NULL, 1652911851),
(64467, '3298', '116.00', '9', '10.001', '15', '57100000', '57999999', '30000000', '31999999', NULL, 1652911853),
(64468, '3220', '346.00', '4', '10.001', '15', '57100000', '57999999', '30000000', '31999999', NULL, 1652911856),
(64469, '3298', '160.00', '9', '15.001', '20', '57100000', '57999999', '30000000', '31999999', NULL, 1652911856),
(64470, '3220', '479.00', '4', '15.001', '20', '57100000', '57999999', '30000000', '31999999', NULL, 1652911857),
(64471, '3298', '205.00', '9', '20.001', '25', '57100000', '57999999', '30000000', '31999999', NULL, 1652911858),
(64472, '3220', '612.00', '4', '20.001', '25', '57100000', '57999999', '30000000', '31999999', NULL, 1652911867),
(64473, '3298', '249.00', '9', '25.001', '30', '57100000', '57999999', '30000000', '31999999', NULL, 1652911868),
(64474, '3220', '744.00', '4', '25.001', '30', '57100000', '57999999', '30000000', '31999999', NULL, 1652911869),
(64475, '3298', '45.00', '9', '0.3', '5', '57100000', '57999999', '30000000', '34999999', NULL, 1652911869),
(64476, '3220', '137.00', '4', '0.3', '5', '57100000', '57999999', '30000000', '34999999', NULL, 1652911870),
(64477, '3298', '71.00', '9', '5.001', '10', '57100000', '57999999', '30000000', '34999999', NULL, 1652911871),
(64478, '3220', '214.00', '4', '5.001', '10', '57100000', '57999999', '30000000', '34999999', NULL, 1652911871),
(64479, '3298', '116.00', '9', '10.001', '15', '57100000', '57999999', '30000000', '34999999', NULL, 1652911872),
(64480, '3220', '346.00', '4', '10.001', '15', '57100000', '57999999', '30000000', '34999999', NULL, 1652911872),
(64481, '3298', '160.00', '9', '15.001', '20', '57100000', '57999999', '30000000', '34999999', NULL, 1652911876),
(64482, '3220', '479.00', '4', '15.001', '20', '57100000', '57999999', '30000000', '34999999', NULL, 1652911881),
(64483, '3298', '205.00', '9', '20.001', '25', '57100000', '57999999', '30000000', '34999999', NULL, 1652911881),
(64484, '3220', '612.00', '4', '20.001', '25', '57100000', '57999999', '30000000', '34999999', NULL, 1652911882),
(64485, '3298', '249.00', '9', '25.001', '30', '57100000', '57999999', '30000000', '34999999', NULL, 1652911883),
(64486, '3220', '744.00', '4', '25.001', '30', '57100000', '57999999', '30000000', '34999999', NULL, 1652911883),
(64487, '3298', '90.00', '11', '0.3', '5', '57100000', '57999999', '35000000', '39999999', NULL, 1652911884),
(64488, '3220', '183.00', '6', '0.3', '5', '57100000', '57999999', '35000000', '39999999', NULL, 1652911885),
(64489, '3298', '133.00', '11', '5.001', '10', '57100000', '57999999', '35000000', '39999999', NULL, 1652911885),
(64490, '3220', '266.00', '6', '5.001', '10', '57100000', '57999999', '35000000', '39999999', NULL, 1652911886),
(64491, '3298', '215.00', '11', '10.001', '15', '57100000', '57999999', '35000000', '39999999', NULL, 1652911887),
(64492, '3220', '430.00', '6', '10.001', '15', '57100000', '57999999', '35000000', '39999999', NULL, 1652911888),
(64493, '3298', '298.00', '11', '15.001', '20', '57100000', '57999999', '35000000', '39999999', NULL, 1652911888),
(64494, '3220', '595.00', '6', '15.001', '20', '57100000', '57999999', '35000000', '39999999', NULL, 1652911889),
(64495, '3298', '380.00', '11', '20.001', '25', '57100000', '57999999', '35000000', '39999999', NULL, 1652911894),
(64496, '3220', '760.00', '6', '20.001', '25', '57100000', '57999999', '35000000', '39999999', NULL, 1652911901),
(64497, '3298', '463.00', '11', '25.001', '30', '57100000', '57999999', '35000000', '39999999', NULL, 1652911901),
(64498, '3220', '925.00', '6', '25.001', '30', '57100000', '57999999', '35000000', '39999999', NULL, 1652911902),
(64499, '3298', '30.00', '7', '0.3', '5', '57100000', '57999999', '40000000', '41999999', NULL, 1652911902),
(64500, '3220', '59.00', '4', '0.3', '5', '57100000', '57999999', '40000000', '41999999', NULL, 1652911903),
(64501, '3298', '44.00', '7', '5.001', '10', '57100000', '57999999', '40000000', '41999999', NULL, 1652911904),
(64502, '3220', '93.00', '4', '5.001', '10', '57100000', '57999999', '40000000', '41999999', NULL, 1652911905),
(64503, '3298', '71.00', '7', '10.001', '15', '57100000', '57999999', '40000000', '41999999', NULL, 1652911905),
(64504, '3220', '150.00', '4', '10.001', '15', '57100000', '57999999', '40000000', '41999999', NULL, 1652911906),
(64505, '3298', '99.00', '7', '15.001', '20', '57100000', '57999999', '40000000', '41999999', NULL, 1652911907),
(64506, '3220', '208.00', '4', '15.001', '20', '57100000', '57999999', '40000000', '41999999', NULL, 1652911908),
(64507, '3298', '126.00', '7', '20.001', '25', '57100000', '57999999', '40000000', '41999999', NULL, 1652911908),
(64508, '3220', '266.00', '4', '20.001', '25', '57100000', '57999999', '40000000', '41999999', NULL, 1652911909),
(64509, '3298', '153.00', '7', '25.001', '30', '57100000', '57999999', '40000000', '41999999', NULL, 1652911916),
(64510, '3220', '324.00', '4', '25.001', '30', '57100000', '57999999', '40000000', '41999999', NULL, 1652911923),
(64511, '3298', '30.00', '7', '0.3', '5', '57100000', '57999999', '40000000', '44470999', NULL, 1652911924),
(64512, '3220', '59.00', '4', '0.3', '5', '57100000', '57999999', '40000000', '44470999', NULL, 1652911924),
(64513, '3298', '44.00', '7', '5.001', '10', '57100000', '57999999', '40000000', '44470999', NULL, 1652911925),
(64514, '3220', '93.00', '4', '5.001', '10', '57100000', '57999999', '40000000', '44470999', NULL, 1652911926),
(64515, '3298', '71.00', '7', '10.001', '15', '57100000', '57999999', '40000000', '44470999', NULL, 1652911926),
(64516, '3220', '150.00', '4', '10.001', '15', '57100000', '57999999', '40000000', '44470999', NULL, 1652911927),
(64517, '3298', '99.00', '7', '15.001', '20', '57100000', '57999999', '40000000', '44470999', NULL, 1652911934),
(64518, '3220', '208.00', '4', '15.001', '20', '57100000', '57999999', '40000000', '44470999', NULL, 1652911935),
(64519, '3298', '126.00', '7', '20.001', '25', '57100000', '57999999', '40000000', '44470999', NULL, 1652911936),
(64520, '3220', '266.00', '4', '20.001', '25', '57100000', '57999999', '40000000', '44470999', NULL, 1652911943),
(64521, '3298', '153.00', '7', '25.001', '30', '57100000', '57999999', '40000000', '44470999', NULL, 1652911950),
(64522, '3220', '324.00', '4', '25.001', '30', '57100000', '57999999', '40000000', '44470999', NULL, 1652911951),
(64523, '3298', '38.00', '9', '0.3', '5', '57100000', '57999999', '44471000', '48999999', NULL, 1652911952),
(64524, '3220', '85.00', '6', '0.3', '5', '57100000', '57999999', '44471000', '48999999', NULL, 1652911959),
(64525, '3298', '63.00', '9', '5.001', '10', '57100000', '57999999', '44471000', '48999999', NULL, 1652911959),
(64526, '3220', '118.00', '6', '5.001', '10', '57100000', '57999999', '44471000', '48999999', NULL, 1652911969),
(64527, '3298', '103.00', '9', '10.001', '15', '57100000', '57999999', '44471000', '48999999', NULL, 1652911970),
(64528, '3220', '192.00', '6', '10.001', '15', '57100000', '57999999', '44471000', '48999999', NULL, 1652911974),
(64529, '3298', '142.00', '9', '15.001', '20', '57100000', '57999999', '44471000', '48999999', NULL, 1652911979),
(64530, '3220', '266.00', '6', '15.001', '20', '57100000', '57999999', '44471000', '48999999', NULL, 1652911986),
(64531, '3298', '182.00', '9', '20.001', '25', '57100000', '57999999', '44471000', '48999999', NULL, 1652911986),
(64532, '3220', '339.00', '6', '20.001', '25', '57100000', '57999999', '44471000', '48999999', NULL, 1652911987),
(64533, '3298', '221.00', '9', '25.001', '30', '57100000', '57999999', '44471000', '48999999', NULL, 1652911988),
(64534, '3220', '413.00', '6', '25.001', '30', '57100000', '57999999', '44471000', '48999999', NULL, 1652911994),
(64535, '3298', '26.00', '9', '0.3', '5', '57100000', '57999999', '49000000', '49099999', NULL, 1652912000),
(64536, '3220', '34.00', '5', '0.3', '5', '57100000', '57999999', '49000000', '49099999', NULL, 1652912006),
(64537, '3298', '32.00', '9', '5.001', '10', '57100000', '57999999', '49000000', '49099999', NULL, 1652912006),
(64538, '3220', '48.00', '5', '5.001', '10', '57100000', '57999999', '49000000', '49099999', NULL, 1652912007),
(64539, '3298', '52.00', '9', '10.001', '15', '57100000', '57999999', '49000000', '49099999', NULL, 1652912007),
(64540, '3220', '79.00', '5', '10.001', '15', '57100000', '57999999', '49000000', '49099999', NULL, 1652912008),
(64541, '3298', '72.00', '9', '15.001', '20', '57100000', '57999999', '49000000', '49099999', NULL, 1652912009),
(64542, '3220', '109.00', '5', '15.001', '20', '57100000', '57999999', '49000000', '49099999', NULL, 1652912009),
(64543, '3298', '92.00', '9', '20.001', '25', '57100000', '57999999', '49000000', '49099999', NULL, 1652912010),
(64544, '3220', '139.00', '5', '20.001', '25', '57100000', '57999999', '49000000', '49099999', NULL, 1652912011),
(64545, '3298', '112.00', '9', '25.001', '30', '57100000', '57999999', '49000000', '49099999', NULL, 1652912011),
(64546, '3220', '170.00', '5', '25.001', '30', '57100000', '57999999', '49000000', '49099999', NULL, 1652912016),
(64547, '3298', '44.00', '11', '0.3', '5', '57100000', '57999999', '49100000', '49999999', NULL, 1652912017),
(64548, '3220', '102.00', '7', '0.3', '5', '57100000', '57999999', '49100000', '49999999', NULL, 1652912017),
(64549, '3298', '74.00', '11', '5.001', '10', '57100000', '57999999', '49100000', '49999999', NULL, 1652912018),
(64550, '3220', '141.00', '7', '5.001', '10', '57100000', '57999999', '49100000', '49999999', NULL, 1652912018),
(64551, '3298', '120.00', '11', '10.001', '15', '57100000', '57999999', '49100000', '49999999', NULL, 1652912019),
(64552, '3220', '229.00', '7', '10.001', '15', '57100000', '57999999', '49100000', '49999999', NULL, 1652912019),
(64553, '3298', '166.00', '11', '15.001', '20', '57100000', '57999999', '49100000', '49999999', NULL, 1652912020),
(64554, '3220', '316.00', '7', '15.001', '20', '57100000', '57999999', '49100000', '49999999', NULL, 1652912024),
(64555, '3298', '212.00', '11', '20.001', '25', '57100000', '57999999', '49100000', '49999999', NULL, 1652912025),
(64556, '3220', '404.00', '7', '20.001', '25', '57100000', '57999999', '49100000', '49999999', NULL, 1652912025),
(64557, '3298', '258.00', '11', '25.001', '30', '57100000', '57999999', '49100000', '49999999', NULL, 1652912026),
(64558, '3220', '492.00', '7', '25.001', '30', '57100000', '57999999', '49100000', '49999999', NULL, 1652912027),
(64559, '3298', '26.00', '7', '0.3', '5', '57100000', '57999999', '50000000', '52999999', NULL, 1652912031),
(64560, '3220', '34.00', '4', '0.3', '5', '57100000', '57999999', '50000000', '52999999', NULL, 1652912037),
(64561, '3298', '32.00', '7', '5.001', '10', '57100000', '57999999', '50000000', '52999999', NULL, 1652912037),
(64562, '3220', '48.00', '4', '5.001', '10', '57100000', '57999999', '50000000', '52999999', NULL, 1652912042),
(64563, '3298', '52.00', '7', '10.001', '15', '57100000', '57999999', '50000000', '52999999', NULL, 1652912047),
(64564, '3220', '79.00', '4', '10.001', '15', '57100000', '57999999', '50000000', '52999999', NULL, 1652912049),
(64565, '3298', '72.00', '7', '15.001', '20', '57100000', '57999999', '50000000', '52999999', NULL, 1652912052),
(64566, '3220', '109.00', '4', '15.001', '20', '57100000', '57999999', '50000000', '52999999', NULL, 1652912052),
(64567, '3298', '92.00', '7', '20.001', '25', '57100000', '57999999', '50000000', '52999999', NULL, 1652912053),
(64568, '3220', '139.00', '4', '20.001', '25', '57100000', '57999999', '50000000', '52999999', NULL, 1652912059),
(64569, '3298', '112.00', '7', '25.001', '30', '57100000', '57999999', '50000000', '52999999', NULL, 1652912060),
(64570, '3220', '170.00', '4', '25.001', '30', '57100000', '57999999', '50000000', '52999999', NULL, 1652912061),
(64571, '3298', '26.00', '7', '0.3', '5', '57100000', '57999999', '50000000', '54999999', NULL, 1652912062),
(64572, '3220', '34.00', '4', '0.3', '5', '57100000', '57999999', '50000000', '54999999', NULL, 1652912062),
(64573, '3298', '32.00', '7', '5.001', '10', '57100000', '57999999', '50000000', '54999999', NULL, 1652912063),
(64574, '3220', '48.00', '4', '5.001', '10', '57100000', '57999999', '50000000', '54999999', NULL, 1652912063),
(64575, '3298', '52.00', '7', '10.001', '15', '57100000', '57999999', '50000000', '54999999', NULL, 1652912069),
(64576, '3220', '79.00', '4', '10.001', '15', '57100000', '57999999', '50000000', '54999999', NULL, 1652912069),
(64577, '3298', '72.00', '7', '15.001', '20', '57100000', '57999999', '50000000', '54999999', NULL, 1652912075),
(64578, '3220', '109.00', '4', '15.001', '20', '57100000', '57999999', '50000000', '54999999', NULL, 1652912076),
(64579, '3298', '92.00', '7', '20.001', '25', '57100000', '57999999', '50000000', '54999999', NULL, 1652912077),
(64580, '3220', '139.00', '4', '20.001', '25', '57100000', '57999999', '50000000', '54999999', NULL, 1652912078),
(64581, '3298', '112.00', '7', '25.001', '30', '57100000', '57999999', '50000000', '54999999', NULL, 1652912078),
(64582, '3220', '170.00', '4', '25.001', '30', '57100000', '57999999', '50000000', '54999999', NULL, 1652912079),
(64583, '3298', '44.00', '11', '0.3', '5', '57100000', '57999999', '55000000', '56999999', NULL, 1652912080),
(64584, '3220', '102.00', '8', '0.3', '5', '57100000', '57999999', '55000000', '56999999', NULL, 1652912080),
(64585, '3298', '74.00', '11', '5.001', '10', '57100000', '57999999', '55000000', '56999999', NULL, 1652912081),
(64586, '3220', '141.00', '8', '5.001', '10', '57100000', '57999999', '55000000', '56999999', NULL, 1652912081),
(64587, '3298', '120.00', '11', '10.001', '15', '57100000', '57999999', '55000000', '56999999', NULL, 1652912082),
(64588, '3220', '229.00', '8', '10.001', '15', '57100000', '57999999', '55000000', '56999999', NULL, 1652912083),
(64589, '3298', '166.00', '11', '15.001', '20', '57100000', '57999999', '55000000', '56999999', NULL, 1652912089),
(64590, '3220', '316.00', '8', '15.001', '20', '57100000', '57999999', '55000000', '56999999', NULL, 1652912095),
(64591, '3298', '212.00', '11', '20.001', '25', '57100000', '57999999', '55000000', '56999999', NULL, 1652912096),
(64592, '3220', '404.00', '8', '20.001', '25', '57100000', '57999999', '55000000', '56999999', NULL, 1652912096),
(64593, '3298', '258.00', '11', '25.001', '30', '57100000', '57999999', '55000000', '56999999', NULL, 1652912097),
(64594, '3220', '492.00', '8', '25.001', '30', '57100000', '57999999', '55000000', '56999999', NULL, 1652912098),
(64595, '3298', '26.00', '5', '0.3', '5', '57100000', '57999999', '57000000', '57099999', NULL, 1652912099),
(64596, '3220', '22.00', '2', '0.3', '5', '57100000', '57999999', '57000000', '57099999', NULL, 1652912099),
(64597, '3298', '32.00', '5', '5.001', '10', '57100000', '57999999', '57000000', '57099999', NULL, 1652912100);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(64598, '3220', '28.00', '2', '5.001', '10', '57100000', '57999999', '57000000', '57099999', NULL, 1652912101),
(64599, '3298', '52.00', '5', '10.001', '15', '57100000', '57999999', '57000000', '57099999', NULL, 1652912102),
(64600, '3220', '45.00', '2', '10.001', '15', '57100000', '57999999', '57000000', '57099999', NULL, 1652912103),
(64601, '3298', '72.00', '5', '15.001', '20', '57100000', '57999999', '57000000', '57099999', NULL, 1652912103),
(64602, '3220', '63.00', '2', '15.001', '20', '57100000', '57999999', '57000000', '57099999', NULL, 1652912104),
(64603, '3298', '92.00', '5', '20.001', '25', '57100000', '57999999', '57000000', '57099999', NULL, 1652912105),
(64604, '3220', '80.00', '2', '20.001', '25', '57100000', '57999999', '57000000', '57099999', NULL, 1652912106),
(64605, '3298', '112.00', '5', '25.001', '30', '57100000', '57999999', '57000000', '57099999', NULL, 1652912106),
(64606, '3220', '97.00', '2', '25.001', '30', '57100000', '57999999', '57000000', '57099999', NULL, 1652912107),
(64607, '3298', '26.00', '5', '0.3', '5', '57100000', '57999999', '57100000', '57999999', NULL, 1652912113),
(64608, '3220', '22.00', '1', '0.3', '5', '57100000', '57999999', '57100000', '57999999', NULL, 1652912113),
(64609, '3298', '32.00', '5', '5.001', '10', '57100000', '57999999', '57100000', '57999999', NULL, 1652912114),
(64610, '3220', '28.00', '1', '5.001', '10', '57100000', '57999999', '57100000', '57999999', NULL, 1652912115),
(64611, '3298', '52.00', '5', '10.001', '15', '57100000', '57999999', '57100000', '57999999', NULL, 1652912115),
(64612, '3220', '45.00', '1', '10.001', '15', '57100000', '57999999', '57100000', '57999999', NULL, 1652912116),
(64613, '3298', '72.00', '5', '15.001', '20', '57100000', '57999999', '57100000', '57999999', NULL, 1652912116),
(64614, '3220', '63.00', '1', '15.001', '20', '57100000', '57999999', '57100000', '57999999', NULL, 1652912117),
(64615, '3298', '92.00', '5', '20.001', '25', '57100000', '57999999', '57100000', '57999999', NULL, 1652912118),
(64616, '3220', '80.00', '1', '20.001', '25', '57100000', '57999999', '57100000', '57999999', NULL, 1652912118),
(64617, '3298', '112.00', '5', '25.001', '30', '57100000', '57999999', '57100000', '57999999', NULL, 1652912119),
(64618, '3220', '97.00', '1', '25.001', '30', '57100000', '57999999', '57100000', '57999999', NULL, 1652912120),
(64619, '3298', '30.00', '8', '0.3', '5', '57100000', '57999999', '58000000', '58099999', NULL, 1652912120),
(64620, '3220', '59.00', '5', '0.3', '5', '57100000', '57999999', '58000000', '58099999', NULL, 1652912121),
(64621, '3298', '44.00', '8', '5.001', '10', '57100000', '57999999', '58000000', '58099999', NULL, 1652912122),
(64622, '3220', '93.00', '5', '5.001', '10', '57100000', '57999999', '58000000', '58099999', NULL, 1652912123),
(64623, '3298', '71.00', '8', '10.001', '15', '57100000', '57999999', '58000000', '58099999', NULL, 1652912123),
(64624, '3220', '150.00', '5', '10.001', '15', '57100000', '57999999', '58000000', '58099999', NULL, 1652912129),
(64625, '3298', '99.00', '8', '15.001', '20', '57100000', '57999999', '58000000', '58099999', NULL, 1652912130),
(64626, '3220', '208.00', '5', '15.001', '20', '57100000', '57999999', '58000000', '58099999', NULL, 1652912130),
(64627, '3298', '126.00', '8', '20.001', '25', '57100000', '57999999', '58000000', '58099999', NULL, 1652912131),
(64628, '3220', '266.00', '5', '20.001', '25', '57100000', '57999999', '58000000', '58099999', NULL, 1652912132),
(64629, '3298', '153.00', '8', '25.001', '30', '57100000', '57999999', '58000000', '58099999', NULL, 1652912138),
(64630, '3220', '324.00', '5', '25.001', '30', '57100000', '57999999', '58000000', '58099999', NULL, 1652912139),
(64631, '3298', '44.00', '13', '0.3', '5', '57100000', '57999999', '58100000', '58999999', NULL, 1652912145),
(64632, '3220', '102.00', '10', '0.3', '5', '57100000', '57999999', '58100000', '58999999', NULL, 1652912147),
(64633, '3298', '74.00', '13', '5.001', '10', '57100000', '57999999', '58100000', '58999999', NULL, 1652912147),
(64634, '3220', '141.00', '10', '5.001', '10', '57100000', '57999999', '58100000', '58999999', NULL, 1652912151),
(64635, '3298', '120.00', '13', '10.001', '15', '57100000', '57999999', '58100000', '58999999', NULL, 1652912152),
(64636, '3220', '229.00', '10', '10.001', '15', '57100000', '57999999', '58100000', '58999999', NULL, 1652912153),
(64637, '3298', '166.00', '13', '15.001', '20', '57100000', '57999999', '58100000', '58999999', NULL, 1652912153),
(64638, '3220', '316.00', '10', '15.001', '20', '57100000', '57999999', '58100000', '58999999', NULL, 1652912158),
(64639, '3298', '212.00', '13', '20.001', '25', '57100000', '57999999', '58100000', '58999999', NULL, 1652912163),
(64640, '3220', '404.00', '10', '20.001', '25', '57100000', '57999999', '58100000', '58999999', NULL, 1652912170),
(64641, '3298', '258.00', '13', '25.001', '30', '57100000', '57999999', '58100000', '58999999', NULL, 1652912172),
(64642, '3220', '492.00', '10', '25.001', '30', '57100000', '57999999', '58100000', '58999999', NULL, 1652912173),
(64643, '3298', '30.00', '8', '0.3', '5', '57100000', '57999999', '59000000', '59099999', NULL, 1652912178),
(64644, '3220', '59.00', '5', '0.3', '5', '57100000', '57999999', '59000000', '59099999', NULL, 1652912184),
(64645, '3298', '44.00', '8', '5.001', '10', '57100000', '57999999', '59000000', '59099999', NULL, 1652912185),
(64646, '3220', '93.00', '5', '5.001', '10', '57100000', '57999999', '59000000', '59099999', NULL, 1652912186),
(64647, '3298', '71.00', '8', '10.001', '15', '57100000', '57999999', '59000000', '59099999', NULL, 1652912187),
(64648, '3220', '150.00', '5', '10.001', '15', '57100000', '57999999', '59000000', '59099999', NULL, 1652912188),
(64649, '3298', '99.00', '8', '15.001', '20', '57100000', '57999999', '59000000', '59099999', NULL, 1652912189),
(64650, '3220', '208.00', '5', '15.001', '20', '57100000', '57999999', '59000000', '59099999', NULL, 1652912192),
(64651, '3298', '126.00', '8', '20.001', '25', '57100000', '57999999', '59000000', '59099999', NULL, 1652912193),
(64652, '3220', '266.00', '5', '20.001', '25', '57100000', '57999999', '59000000', '59099999', NULL, 1652912194),
(64653, '3298', '153.00', '8', '25.001', '30', '57100000', '57999999', '59000000', '59099999', NULL, 1652912196),
(64654, '3220', '324.00', '5', '25.001', '30', '57100000', '57999999', '59000000', '59099999', NULL, 1652912198),
(64655, '3298', '30.00', '8', '0.3', '5', '57100000', '57999999', '59100000', '59999999', NULL, 1652912201),
(64656, '3220', '59.00', '5', '0.3', '5', '57100000', '57999999', '59100000', '59999999', NULL, 1652912203),
(64657, '3298', '44.00', '8', '5.001', '10', '57100000', '57999999', '59100000', '59999999', NULL, 1652912205),
(64658, '3220', '93.00', '5', '5.001', '10', '57100000', '57999999', '59100000', '59999999', NULL, 1652912206),
(64659, '3298', '71.00', '8', '10.001', '15', '57100000', '57999999', '59100000', '59999999', NULL, 1652912209),
(64660, '3220', '150.00', '5', '10.001', '15', '57100000', '57999999', '59100000', '59999999', NULL, 1652912213),
(64661, '3298', '99.00', '8', '15.001', '20', '57100000', '57999999', '59100000', '59999999', NULL, 1652912218),
(64662, '3220', '208.00', '5', '15.001', '20', '57100000', '57999999', '59100000', '59999999', NULL, 1652912219),
(64663, '3298', '126.00', '8', '20.001', '25', '57100000', '57999999', '59100000', '59999999', NULL, 1652912225),
(64664, '3220', '266.00', '5', '20.001', '25', '57100000', '57999999', '59100000', '59999999', NULL, 1652912228),
(64665, '3298', '153.00', '8', '25.001', '30', '57100000', '57999999', '59100000', '59999999', NULL, 1652912231),
(64666, '3220', '324.00', '5', '25.001', '30', '57100000', '57999999', '59100000', '59999999', NULL, 1652912234),
(64667, '3298', '34.00', '8', '0.3', '5', '57100000', '57999999', '60000000', '60999999', NULL, 1652912238),
(64668, '3220', '80.00', '5', '0.3', '5', '57100000', '57999999', '60000000', '60999999', NULL, 1652912239),
(64669, '3298', '50.00', '8', '5.001', '10', '57100000', '57999999', '60000000', '60999999', NULL, 1652912243),
(64670, '3220', '125.00', '5', '5.001', '10', '57100000', '57999999', '60000000', '60999999', NULL, 1652912244),
(64671, '3298', '82.00', '8', '10.001', '15', '57100000', '57999999', '60000000', '60999999', NULL, 1652912249),
(64672, '3220', '203.00', '5', '10.001', '15', '57100000', '57999999', '60000000', '60999999', NULL, 1652912250),
(64673, '3298', '113.00', '8', '15.001', '20', '57100000', '57999999', '60000000', '60999999', NULL, 1652912256),
(64674, '3220', '281.00', '5', '15.001', '20', '57100000', '57999999', '60000000', '60999999', NULL, 1652912259),
(64675, '3298', '145.00', '8', '20.001', '25', '57100000', '57999999', '60000000', '60999999', NULL, 1652912260),
(64676, '3220', '359.00', '5', '20.001', '25', '57100000', '57999999', '60000000', '60999999', NULL, 1652912261),
(64677, '3298', '176.00', '8', '25.001', '30', '57100000', '57999999', '60000000', '60999999', NULL, 1652912263),
(64678, '3220', '437.00', '5', '25.001', '30', '57100000', '57999999', '60000000', '60999999', NULL, 1652912263),
(64679, '3298', '34.00', '8', '0.3', '5', '57100000', '57999999', '60000000', '61900999', NULL, 1652912265),
(64680, '3220', '80.00', '5', '0.3', '5', '57100000', '57999999', '60000000', '61900999', NULL, 1652912266),
(64681, '3298', '50.00', '8', '5.001', '10', '57100000', '57999999', '60000000', '61900999', NULL, 1652912266),
(64682, '3220', '125.00', '5', '5.001', '10', '57100000', '57999999', '60000000', '61900999', NULL, 1652912267),
(64683, '3298', '82.00', '8', '10.001', '15', '57100000', '57999999', '60000000', '61900999', NULL, 1652912269),
(64684, '3220', '203.00', '5', '10.001', '15', '57100000', '57999999', '60000000', '61900999', NULL, 1652912270),
(64685, '3298', '113.00', '8', '15.001', '20', '57100000', '57999999', '60000000', '61900999', NULL, 1652912271),
(64686, '3220', '281.00', '5', '15.001', '20', '57100000', '57999999', '60000000', '61900999', NULL, 1652912272),
(64687, '3298', '145.00', '8', '20.001', '25', '57100000', '57999999', '60000000', '61900999', NULL, 1652912273),
(64688, '3220', '359.00', '5', '20.001', '25', '57100000', '57999999', '60000000', '61900999', NULL, 1652912274),
(64689, '3298', '176.00', '8', '25.001', '30', '57100000', '57999999', '60000000', '61900999', NULL, 1652912275),
(64690, '3220', '437.00', '5', '25.001', '30', '57100000', '57999999', '60000000', '61900999', NULL, 1652912277),
(64691, '3298', '50.00', '12', '0.3', '5', '57100000', '57999999', '61901000', '63999999', NULL, 1652912279),
(64692, '3220', '124.00', '9', '0.3', '5', '57100000', '57999999', '61901000', '63999999', NULL, 1652912286),
(64693, '3298', '83.00', '12', '5.001', '10', '57100000', '57999999', '61901000', '63999999', NULL, 1652912287),
(64694, '3220', '175.00', '9', '5.001', '10', '57100000', '57999999', '61901000', '63999999', NULL, 1652912289),
(64695, '3298', '135.00', '12', '10.001', '15', '57100000', '57999999', '61901000', '63999999', NULL, 1652912291),
(64696, '3220', '283.00', '9', '10.001', '15', '57100000', '57999999', '61901000', '63999999', NULL, 1652912293),
(64697, '3298', '186.00', '12', '15.001', '20', '57100000', '57999999', '61901000', '63999999', NULL, 1652912293),
(64698, '3220', '392.00', '9', '15.001', '20', '57100000', '57999999', '61901000', '63999999', NULL, 1652912297),
(64699, '3298', '238.00', '12', '20.001', '25', '57100000', '57999999', '61901000', '63999999', NULL, 1652912300),
(64700, '3220', '500.00', '9', '20.001', '25', '57100000', '57999999', '61901000', '63999999', NULL, 1652912307),
(64701, '3298', '290.00', '12', '25.001', '30', '57100000', '57999999', '61901000', '63999999', NULL, 1652912308),
(64702, '3220', '609.00', '9', '25.001', '30', '57100000', '57999999', '61901000', '63999999', NULL, 1652912309),
(64703, '3298', '34.00', '12', '0.3', '5', '57100000', '57999999', '64000000', '64099999', NULL, 1652912315),
(64704, '3220', '80.00', '7', '0.3', '5', '57100000', '57999999', '64000000', '64099999', NULL, 1652912316),
(64705, '3298', '50.00', '12', '5.001', '10', '57100000', '57999999', '64000000', '64099999', NULL, 1652912320),
(64706, '3220', '125.00', '7', '5.001', '10', '57100000', '57999999', '64000000', '64099999', NULL, 1652912321),
(64707, '3298', '82.00', '12', '10.001', '15', '57100000', '57999999', '64000000', '64099999', NULL, 1652912321),
(64708, '3220', '203.00', '7', '10.001', '15', '57100000', '57999999', '64000000', '64099999', NULL, 1652912322),
(64709, '3298', '113.00', '12', '15.001', '20', '57100000', '57999999', '64000000', '64099999', NULL, 1652912323),
(64710, '3220', '281.00', '7', '15.001', '20', '57100000', '57999999', '64000000', '64099999', NULL, 1652912324),
(64711, '3298', '145.00', '12', '20.001', '25', '57100000', '57999999', '64000000', '64099999', NULL, 1652912326),
(64712, '3220', '359.00', '7', '20.001', '25', '57100000', '57999999', '64000000', '64099999', NULL, 1652912327),
(64713, '3298', '176.00', '12', '25.001', '30', '57100000', '57999999', '64000000', '64099999', NULL, 1652912328),
(64714, '3220', '437.00', '7', '25.001', '30', '57100000', '57999999', '64000000', '64099999', NULL, 1652912329),
(64715, '3298', '50.00', '15', '0.3', '5', '57100000', '57999999', '64100000', '64999999', NULL, 1652912330),
(64716, '3220', '124.00', '10', '0.3', '5', '57100000', '57999999', '64100000', '64999999', NULL, 1652912331),
(64717, '3298', '83.00', '15', '5.001', '10', '57100000', '57999999', '64100000', '64999999', NULL, 1652912332),
(64718, '3220', '175.00', '10', '5.001', '10', '57100000', '57999999', '64100000', '64999999', NULL, 1652912333),
(64719, '3298', '135.00', '15', '10.001', '15', '57100000', '57999999', '64100000', '64999999', NULL, 1652912334),
(64720, '3220', '283.00', '10', '10.001', '15', '57100000', '57999999', '64100000', '64999999', NULL, 1652912336),
(64721, '3298', '186.00', '15', '15.001', '20', '57100000', '57999999', '64100000', '64999999', NULL, 1652912338),
(64722, '3220', '392.00', '10', '15.001', '20', '57100000', '57999999', '64100000', '64999999', NULL, 1652912338),
(64723, '3298', '238.00', '15', '20.001', '25', '57100000', '57999999', '64100000', '64999999', NULL, 1652912340),
(64724, '3220', '500.00', '10', '20.001', '25', '57100000', '57999999', '64100000', '64999999', NULL, 1652912342),
(64725, '3298', '290.00', '15', '25.001', '30', '57100000', '57999999', '64100000', '64999999', NULL, 1652912343),
(64726, '3220', '609.00', '10', '25.001', '30', '57100000', '57999999', '64100000', '64999999', NULL, 1652912345),
(64727, '3298', '38.00', '10', '0.3', '5', '57100000', '57999999', '65000000', '65099999', NULL, 1652912346),
(64728, '3220', '113.00', '7', '0.3', '5', '57100000', '57999999', '65000000', '65099999', NULL, 1652912348),
(64729, '3298', '58.00', '10', '5.001', '10', '57100000', '57999999', '65000000', '65099999', NULL, 1652912350),
(64730, '3220', '176.00', '7', '5.001', '10', '57100000', '57999999', '65000000', '65099999', NULL, 1652912352),
(64731, '3298', '94.00', '10', '10.001', '15', '57100000', '57999999', '65000000', '65099999', NULL, 1652912353),
(64732, '3220', '286.00', '7', '10.001', '15', '57100000', '57999999', '65000000', '65099999', NULL, 1652912354),
(64733, '3298', '130.00', '10', '15.001', '20', '57100000', '57999999', '65000000', '65099999', NULL, 1652912355),
(64734, '3220', '396.00', '7', '15.001', '20', '57100000', '57999999', '65000000', '65099999', NULL, 1652912356),
(64735, '3298', '166.00', '10', '20.001', '25', '57100000', '57999999', '65000000', '65099999', NULL, 1652912357),
(64736, '3220', '505.00', '7', '20.001', '25', '57100000', '57999999', '65000000', '65099999', NULL, 1652912364),
(64737, '3298', '202.00', '10', '25.001', '30', '57100000', '57999999', '65000000', '65099999', NULL, 1652912364),
(64738, '3220', '615.00', '7', '25.001', '30', '57100000', '57999999', '65000000', '65099999', NULL, 1652912365),
(64739, '3298', '70.00', '14', '0.3', '5', '57100000', '57999999', '65100000', '65999999', NULL, 1652912371),
(64740, '3220', '157.00', '11', '0.3', '5', '57100000', '57999999', '65100000', '65999999', NULL, 1652912372),
(64741, '3298', '106.00', '14', '5.001', '10', '57100000', '57999999', '65100000', '65999999', NULL, 1652912373),
(64742, '3220', '226.00', '11', '5.001', '10', '57100000', '57999999', '65100000', '65999999', NULL, 1652912374),
(64743, '3298', '172.00', '14', '10.001', '15', '57100000', '57999999', '65100000', '65999999', NULL, 1652912375),
(64744, '3220', '367.00', '11', '10.001', '15', '57100000', '57999999', '65100000', '65999999', NULL, 1652912376),
(64745, '3298', '239.00', '14', '15.001', '20', '57100000', '57999999', '65100000', '65999999', NULL, 1652912377),
(64746, '3220', '508.00', '11', '15.001', '20', '57100000', '57999999', '65100000', '65999999', NULL, 1652912378),
(64747, '3298', '305.00', '14', '20.001', '25', '57100000', '57999999', '65100000', '65999999', NULL, 1652912379),
(64748, '3220', '649.00', '11', '20.001', '25', '57100000', '57999999', '65100000', '65999999', NULL, 1652912379),
(64749, '3298', '371.00', '14', '25.001', '30', '57100000', '57999999', '65100000', '65999999', NULL, 1652912381),
(64750, '3220', '789.00', '11', '25.001', '30', '57100000', '57999999', '65100000', '65999999', NULL, 1652912381),
(64751, '3298', '45.00', '12', '0.3', '5', '57100000', '57999999', '66000000', '66999999', NULL, 1652912382),
(64752, '3220', '137.00', '7', '0.3', '5', '57100000', '57999999', '66000000', '66999999', NULL, 1652912383),
(64753, '3298', '71.00', '12', '5.001', '10', '57100000', '57999999', '66000000', '66999999', NULL, 1652912389),
(64754, '3220', '214.00', '7', '5.001', '10', '57100000', '57999999', '66000000', '66999999', NULL, 1652912390),
(64755, '3298', '116.00', '12', '10.001', '15', '57100000', '57999999', '66000000', '66999999', NULL, 1652912392),
(64756, '3220', '346.00', '7', '10.001', '15', '57100000', '57999999', '66000000', '66999999', NULL, 1652912392),
(64757, '3298', '160.00', '12', '15.001', '20', '57100000', '57999999', '66000000', '66999999', NULL, 1652912393),
(64758, '3220', '479.00', '7', '15.001', '20', '57100000', '57999999', '66000000', '66999999', NULL, 1652912395),
(64759, '3298', '205.00', '12', '20.001', '25', '57100000', '57999999', '66000000', '66999999', NULL, 1652912396),
(64760, '3220', '612.00', '7', '20.001', '25', '57100000', '57999999', '66000000', '66999999', NULL, 1652912398),
(64761, '3298', '249.00', '12', '25.001', '30', '57100000', '57999999', '66000000', '66999999', NULL, 1652912399),
(64762, '3220', '744.00', '7', '25.001', '30', '57100000', '57999999', '66000000', '66999999', NULL, 1652912401),
(64763, '3298', '45.00', '12', '0.3', '5', '57100000', '57999999', '66000000', '67999999', NULL, 1652912402),
(64764, '3220', '137.00', '7', '0.3', '5', '57100000', '57999999', '66000000', '67999999', NULL, 1652912406),
(64765, '3298', '71.00', '12', '5.001', '10', '57100000', '57999999', '66000000', '67999999', NULL, 1652912407),
(64766, '3220', '214.00', '7', '5.001', '10', '57100000', '57999999', '66000000', '67999999', NULL, 1652912408),
(64767, '3298', '116.00', '12', '10.001', '15', '57100000', '57999999', '66000000', '67999999', NULL, 1652912409),
(64768, '3220', '346.00', '7', '10.001', '15', '57100000', '57999999', '66000000', '67999999', NULL, 1652912415),
(64769, '3298', '160.00', '12', '15.001', '20', '57100000', '57999999', '66000000', '67999999', NULL, 1652912416),
(64770, '3220', '479.00', '7', '15.001', '20', '57100000', '57999999', '66000000', '67999999', NULL, 1652912416),
(64771, '3298', '205.00', '12', '20.001', '25', '57100000', '57999999', '66000000', '67999999', NULL, 1652912422),
(64772, '3220', '612.00', '7', '20.001', '25', '57100000', '57999999', '66000000', '67999999', NULL, 1652912422),
(64773, '3298', '249.00', '12', '25.001', '30', '57100000', '57999999', '66000000', '67999999', NULL, 1652912423),
(64774, '3220', '744.00', '7', '25.001', '30', '57100000', '57999999', '66000000', '67999999', NULL, 1652912426),
(64775, '3298', '90.00', '15', '0.3', '5', '57100000', '57999999', '68000000', '68899999', NULL, 1652912427),
(64776, '3220', '183.00', '10', '0.3', '5', '57100000', '57999999', '68000000', '68899999', NULL, 1652912427),
(64777, '3298', '133.00', '15', '5.001', '10', '57100000', '57999999', '68000000', '68899999', NULL, 1652912428),
(64778, '3220', '266.00', '10', '5.001', '10', '57100000', '57999999', '68000000', '68899999', NULL, 1652912428),
(64779, '3298', '215.00', '15', '10.001', '15', '57100000', '57999999', '68000000', '68899999', NULL, 1652912429),
(64780, '3220', '430.00', '10', '10.001', '15', '57100000', '57999999', '68000000', '68899999', NULL, 1652912430),
(64781, '3298', '298.00', '15', '15.001', '20', '57100000', '57999999', '68000000', '68899999', NULL, 1652912430),
(64782, '3220', '595.00', '10', '15.001', '20', '57100000', '57999999', '68000000', '68899999', NULL, 1652912431),
(64783, '3298', '380.00', '15', '20.001', '25', '57100000', '57999999', '68000000', '68899999', NULL, 1652912432),
(64784, '3220', '760.00', '10', '20.001', '25', '57100000', '57999999', '68000000', '68899999', NULL, 1652912433),
(64785, '3298', '463.00', '15', '25.001', '30', '57100000', '57999999', '68000000', '68899999', NULL, 1652912434),
(64786, '3220', '925.00', '10', '25.001', '30', '57100000', '57999999', '68000000', '68899999', NULL, 1652912435),
(64787, '3298', '45.00', '24', '0.3', '5', '57100000', '57999999', '68900000', '68914999', NULL, 1652912436),
(64788, '3220', '137.00', '14', '0.3', '5', '57100000', '57999999', '68900000', '68914999', NULL, 1652912437),
(64789, '3298', '71.00', '24', '5.001', '10', '57100000', '57999999', '68900000', '68914999', NULL, 1652912437),
(64790, '3220', '214.00', '14', '5.001', '10', '57100000', '57999999', '68900000', '68914999', NULL, 1652912443),
(64791, '3298', '116.00', '24', '10.001', '15', '57100000', '57999999', '68900000', '68914999', NULL, 1652912443),
(64792, '3220', '346.00', '14', '10.001', '15', '57100000', '57999999', '68900000', '68914999', NULL, 1652912444),
(64793, '3298', '160.00', '24', '15.001', '20', '57100000', '57999999', '68900000', '68914999', NULL, 1652912444),
(64794, '3220', '479.00', '14', '15.001', '20', '57100000', '57999999', '68900000', '68914999', NULL, 1652912445),
(64795, '3298', '205.00', '24', '20.001', '25', '57100000', '57999999', '68900000', '68914999', NULL, 1652912446),
(64796, '3220', '612.00', '14', '20.001', '25', '57100000', '57999999', '68900000', '68914999', NULL, 1652912448),
(64797, '3298', '249.00', '24', '25.001', '30', '57100000', '57999999', '68900000', '68914999', NULL, 1652912452),
(64798, '3220', '744.00', '14', '25.001', '30', '57100000', '57999999', '68900000', '68914999', NULL, 1652912452),
(64799, '3298', '90.00', '25', '0.3', '5', '57100000', '57999999', '68915000', '68999999', NULL, 1652912453),
(64800, '3220', '183.00', '15', '0.3', '5', '57100000', '57999999', '68915000', '68999999', NULL, 1652912454),
(64801, '3298', '133.00', '25', '5.001', '10', '57100000', '57999999', '68915000', '68999999', NULL, 1652912458),
(64802, '3220', '266.00', '15', '5.001', '10', '57100000', '57999999', '68915000', '68999999', NULL, 1652912459),
(64803, '3298', '215.00', '25', '10.001', '15', '57100000', '57999999', '68915000', '68999999', NULL, 1652912464),
(64804, '3220', '430.00', '15', '10.001', '15', '57100000', '57999999', '68915000', '68999999', NULL, 1652912465),
(64805, '3298', '298.00', '25', '15.001', '20', '57100000', '57999999', '68915000', '68999999', NULL, 1652912466),
(64806, '3220', '595.00', '15', '15.001', '20', '57100000', '57999999', '68915000', '68999999', NULL, 1652912469),
(64807, '3298', '380.00', '25', '20.001', '25', '57100000', '57999999', '68915000', '68999999', NULL, 1652912471),
(64808, '3220', '760.00', '15', '20.001', '25', '57100000', '57999999', '68915000', '68999999', NULL, 1652912472),
(64809, '3298', '463.00', '25', '25.001', '30', '57100000', '57999999', '68915000', '68999999', NULL, 1652912484),
(64810, '3220', '925.00', '15', '25.001', '30', '57100000', '57999999', '68915000', '68999999', NULL, 1652912485),
(64811, '3298', '45.00', '24', '0.3', '5', '57100000', '57999999', '69000000', '69099999', NULL, 1652912485),
(64812, '3220', '137.00', '6', '0.3', '5', '57100000', '57999999', '69000000', '69099999', NULL, 1652912486),
(64813, '3298', '71.00', '24', '5.001', '10', '57100000', '57999999', '69000000', '69099999', NULL, 1652912487),
(64814, '3220', '214.00', '6', '5.001', '10', '57100000', '57999999', '69000000', '69099999', NULL, 1652912487),
(64815, '3298', '116.00', '24', '10.001', '15', '57100000', '57999999', '69000000', '69099999', NULL, 1652912488),
(64816, '3220', '346.00', '6', '10.001', '15', '57100000', '57999999', '69000000', '69099999', NULL, 1652912489),
(64817, '3298', '160.00', '24', '15.001', '20', '57100000', '57999999', '69000000', '69099999', NULL, 1652912489),
(64818, '3220', '479.00', '6', '15.001', '20', '57100000', '57999999', '69000000', '69099999', NULL, 1652912490),
(64819, '3298', '205.00', '24', '20.001', '25', '57100000', '57999999', '69000000', '69099999', NULL, 1652912490),
(64820, '3220', '612.00', '6', '20.001', '25', '57100000', '57999999', '69000000', '69099999', NULL, 1652912491),
(64821, '3298', '249.00', '24', '25.001', '30', '57100000', '57999999', '69000000', '69099999', NULL, 1652912492),
(64822, '3220', '744.00', '6', '25.001', '30', '57100000', '57999999', '69000000', '69099999', NULL, 1652912492),
(64823, '3298', '90.00', '31', '0.3', '5', '57100000', '57999999', '69100000', '69299999', NULL, 1652912493),
(64824, '3220', '183.00', '9', '0.3', '5', '57100000', '57999999', '69100000', '69299999', NULL, 1652912494),
(64825, '3298', '133.00', '31', '5.001', '10', '57100000', '57999999', '69100000', '69299999', NULL, 1652912494),
(64826, '3220', '266.00', '9', '5.001', '10', '57100000', '57999999', '69100000', '69299999', NULL, 1652912509),
(64827, '3298', '215.00', '31', '10.001', '15', '57100000', '57999999', '69100000', '69299999', NULL, 1652912510),
(64828, '3220', '430.00', '9', '10.001', '15', '57100000', '57999999', '69100000', '69299999', NULL, 1652912526),
(64829, '3298', '298.00', '31', '15.001', '20', '57100000', '57999999', '69100000', '69299999', NULL, 1652912526),
(64830, '3220', '595.00', '9', '15.001', '20', '57100000', '57999999', '69100000', '69299999', NULL, 1652912527),
(64831, '3298', '380.00', '31', '20.001', '25', '57100000', '57999999', '69100000', '69299999', NULL, 1652912528),
(64832, '3220', '760.00', '9', '20.001', '25', '57100000', '57999999', '69100000', '69299999', NULL, 1652912528),
(64833, '3298', '463.00', '31', '25.001', '30', '57100000', '57999999', '69100000', '69299999', NULL, 1652912529),
(64834, '3220', '925.00', '9', '25.001', '30', '57100000', '57999999', '69100000', '69299999', NULL, 1652912529),
(64835, '3298', '45.00', '27', '0.3', '5', '57100000', '57999999', '69300000', '69339999', NULL, 1652912530),
(64836, '3220', '137.00', '7', '0.3', '5', '57100000', '57999999', '69300000', '69339999', NULL, 1652912531),
(64837, '3298', '71.00', '27', '5.001', '10', '57100000', '57999999', '69300000', '69339999', NULL, 1652912531),
(64838, '3220', '214.00', '7', '5.001', '10', '57100000', '57999999', '69300000', '69339999', NULL, 1652912532),
(64839, '3298', '116.00', '27', '10.001', '15', '57100000', '57999999', '69300000', '69339999', NULL, 1652912532),
(64840, '3220', '346.00', '7', '10.001', '15', '57100000', '57999999', '69300000', '69339999', NULL, 1652912533),
(64841, '3298', '160.00', '27', '15.001', '20', '57100000', '57999999', '69300000', '69339999', NULL, 1652912534),
(64842, '3220', '479.00', '7', '15.001', '20', '57100000', '57999999', '69300000', '69339999', NULL, 1652912535),
(64843, '3298', '205.00', '27', '20.001', '25', '57100000', '57999999', '69300000', '69339999', NULL, 1652912535),
(64844, '3220', '612.00', '7', '20.001', '25', '57100000', '57999999', '69300000', '69339999', NULL, 1652912536),
(64845, '3298', '249.00', '27', '25.001', '30', '57100000', '57999999', '69300000', '69339999', NULL, 1652912536),
(64846, '3220', '744.00', '7', '25.001', '30', '57100000', '57999999', '69300000', '69339999', NULL, 1652912537),
(64847, '3298', '90.00', '31', '0.3', '5', '57100000', '57999999', '69340000', '69389999', NULL, 1652912537),
(64848, '3220', '183.00', '11', '0.3', '5', '57100000', '57999999', '69340000', '69389999', NULL, 1652912538),
(64849, '3298', '133.00', '31', '5.001', '10', '57100000', '57999999', '69340000', '69389999', NULL, 1652912539),
(64850, '3220', '266.00', '11', '5.001', '10', '57100000', '57999999', '69340000', '69389999', NULL, 1652912539),
(64851, '3298', '215.00', '31', '10.001', '15', '57100000', '57999999', '69340000', '69389999', NULL, 1652912539),
(64852, '3220', '430.00', '11', '10.001', '15', '57100000', '57999999', '69340000', '69389999', NULL, 1652912540),
(64853, '3298', '298.00', '31', '15.001', '20', '57100000', '57999999', '69340000', '69389999', NULL, 1652912541),
(64854, '3220', '595.00', '11', '15.001', '20', '57100000', '57999999', '69340000', '69389999', NULL, 1652912541),
(64855, '3298', '380.00', '31', '20.001', '25', '57100000', '57999999', '69340000', '69389999', NULL, 1652912541),
(64856, '3220', '760.00', '11', '20.001', '25', '57100000', '57999999', '69340000', '69389999', NULL, 1652912542),
(64857, '3298', '463.00', '31', '25.001', '30', '57100000', '57999999', '69340000', '69389999', NULL, 1652912543),
(64858, '3220', '925.00', '11', '25.001', '30', '57100000', '57999999', '69340000', '69389999', NULL, 1652912543),
(64859, '3298', '45.00', '14', '0.3', '5', '57100000', '57999999', '69900000', '69920999', NULL, 1652912544),
(64860, '3220', '137.00', '9', '0.3', '5', '57100000', '57999999', '69900000', '69920999', NULL, 1652912544),
(64861, '3298', '71.00', '14', '5.001', '10', '57100000', '57999999', '69900000', '69920999', NULL, 1652912545),
(64862, '3220', '214.00', '9', '5.001', '10', '57100000', '57999999', '69900000', '69920999', NULL, 1652912545),
(64863, '3298', '116.00', '14', '10.001', '15', '57100000', '57999999', '69900000', '69920999', NULL, 1652912546),
(64864, '3220', '346.00', '9', '10.001', '15', '57100000', '57999999', '69900000', '69920999', NULL, 1652912546),
(64865, '3298', '160.00', '14', '15.001', '20', '57100000', '57999999', '69900000', '69920999', NULL, 1652912547),
(64866, '3220', '479.00', '9', '15.001', '20', '57100000', '57999999', '69900000', '69920999', NULL, 1652912548),
(64867, '3298', '205.00', '14', '20.001', '25', '57100000', '57999999', '69900000', '69920999', NULL, 1652912548),
(64868, '3220', '612.00', '9', '20.001', '25', '57100000', '57999999', '69900000', '69920999', NULL, 1652912549),
(64869, '3298', '249.00', '14', '25.001', '30', '57100000', '57999999', '69900000', '69920999', NULL, 1652912549),
(64870, '3220', '744.00', '9', '25.001', '30', '57100000', '57999999', '69900000', '69920999', NULL, 1652912559),
(64871, '3298', '90.00', '17', '0.3', '5', '57100000', '57999999', '69921000', '69999999', NULL, 1652912560),
(64872, '3220', '183.00', '12', '0.3', '5', '57100000', '57999999', '69921000', '69999999', NULL, 1652912561),
(64873, '3298', '133.00', '17', '5.001', '10', '57100000', '57999999', '69921000', '69999999', NULL, 1652912561),
(64874, '3220', '266.00', '12', '5.001', '10', '57100000', '57999999', '69921000', '69999999', NULL, 1652912562),
(64875, '3298', '215.00', '17', '10.001', '15', '57100000', '57999999', '69921000', '69999999', NULL, 1652912563),
(64876, '3220', '430.00', '12', '10.001', '15', '57100000', '57999999', '69921000', '69999999', NULL, 1652912564),
(64877, '3298', '298.00', '17', '15.001', '20', '57100000', '57999999', '69921000', '69999999', NULL, 1652912564),
(64878, '3220', '595.00', '12', '15.001', '20', '57100000', '57999999', '69921000', '69999999', NULL, 1652912565),
(64879, '3298', '380.00', '17', '20.001', '25', '57100000', '57999999', '69921000', '69999999', NULL, 1652912566),
(64880, '3220', '760.00', '12', '20.001', '25', '57100000', '57999999', '69921000', '69999999', NULL, 1652912566),
(64881, '3298', '463.00', '17', '25.001', '30', '57100000', '57999999', '69921000', '69999999', NULL, 1652912567),
(64882, '3220', '925.00', '12', '25.001', '30', '57100000', '57999999', '69921000', '69999999', NULL, 1652912568),
(64883, '3298', '45.00', '9', '0.3', '5', '57100000', '57999999', '71000000', '73699999', NULL, 1652912568),
(64884, '3220', '137.00', '4', '0.3', '5', '57100000', '57999999', '71000000', '73699999', NULL, 1652912569),
(64885, '3298', '71.00', '9', '5.001', '10', '57100000', '57999999', '71000000', '73699999', NULL, 1652912570),
(64886, '3220', '214.00', '4', '5.001', '10', '57100000', '57999999', '71000000', '73699999', NULL, 1652912571),
(64887, '3298', '116.00', '9', '10.001', '15', '57100000', '57999999', '71000000', '73699999', NULL, 1652912571),
(64888, '3220', '346.00', '4', '10.001', '15', '57100000', '57999999', '71000000', '73699999', NULL, 1652912572),
(64889, '3298', '160.00', '9', '15.001', '20', '57100000', '57999999', '71000000', '73699999', NULL, 1652912572),
(64890, '3220', '479.00', '4', '15.001', '20', '57100000', '57999999', '71000000', '73699999', NULL, 1652912573),
(64891, '3298', '205.00', '9', '20.001', '25', '57100000', '57999999', '71000000', '73699999', NULL, 1652912574),
(64892, '3220', '612.00', '4', '20.001', '25', '57100000', '57999999', '71000000', '73699999', NULL, 1652912574),
(64893, '3298', '249.00', '9', '25.001', '30', '57100000', '57999999', '71000000', '73699999', NULL, 1652912575),
(64894, '3220', '744.00', '4', '25.001', '30', '57100000', '57999999', '71000000', '73699999', NULL, 1652912575),
(64895, '3298', '45.00', '12', '0.3', '5', '57100000', '57999999', '72800000', '73999999', NULL, 1652912576),
(64896, '3220', '137.00', '9', '0.3', '5', '57100000', '57999999', '72800000', '73999999', NULL, 1652912577),
(64897, '3298', '71.00', '12', '5.001', '10', '57100000', '57999999', '72800000', '73999999', NULL, 1652912578),
(64898, '3220', '214.00', '9', '5.001', '10', '57100000', '57999999', '72800000', '73999999', NULL, 1652912579),
(64899, '3298', '116.00', '12', '10.001', '15', '57100000', '57999999', '72800000', '73999999', NULL, 1652912580),
(64900, '3220', '346.00', '9', '10.001', '15', '57100000', '57999999', '72800000', '73999999', NULL, 1652912580),
(64901, '3298', '160.00', '12', '15.001', '20', '57100000', '57999999', '72800000', '73999999', NULL, 1652912581),
(64902, '3220', '479.00', '9', '15.001', '20', '57100000', '57999999', '72800000', '73999999', NULL, 1652912583),
(64903, '3298', '205.00', '12', '20.001', '25', '57100000', '57999999', '72800000', '73999999', NULL, 1652912583),
(64904, '3220', '612.00', '9', '20.001', '25', '57100000', '57999999', '72800000', '73999999', NULL, 1652912584),
(64905, '3298', '249.00', '12', '25.001', '30', '57100000', '57999999', '72800000', '73999999', NULL, 1652912585),
(64906, '3220', '744.00', '9', '25.001', '30', '57100000', '57999999', '72800000', '73999999', NULL, 1652912586),
(64907, '3298', '45.00', '8', '0.3', '5', '57100000', '57999999', '74000000', '74894999', NULL, 1652912586),
(64908, '3220', '137.00', '5', '0.3', '5', '57100000', '57999999', '74000000', '74894999', NULL, 1652912587),
(64909, '3298', '71.00', '8', '5.001', '10', '57100000', '57999999', '74000000', '74894999', NULL, 1652912588),
(64910, '3220', '214.00', '5', '5.001', '10', '57100000', '57999999', '74000000', '74894999', NULL, 1652912597),
(64911, '3298', '116.00', '8', '10.001', '15', '57100000', '57999999', '74000000', '74894999', NULL, 1652912598),
(64912, '3220', '346.00', '5', '10.001', '15', '57100000', '57999999', '74000000', '74894999', NULL, 1652912598),
(64913, '3298', '160.00', '8', '15.001', '20', '57100000', '57999999', '74000000', '74894999', NULL, 1652912599),
(64914, '3220', '479.00', '5', '15.001', '20', '57100000', '57999999', '74000000', '74894999', NULL, 1652912599),
(64915, '3298', '205.00', '8', '20.001', '25', '57100000', '57999999', '74000000', '74894999', NULL, 1652912600),
(64916, '3220', '612.00', '5', '20.001', '25', '57100000', '57999999', '74000000', '74894999', NULL, 1652912600),
(64917, '3298', '249.00', '8', '25.001', '30', '57100000', '57999999', '74000000', '74894999', NULL, 1652912601),
(64918, '3220', '744.00', '5', '25.001', '30', '57100000', '57999999', '74000000', '74894999', NULL, 1652912602),
(64919, '3298', '45.00', '8', '0.3', '5', '57100000', '57999999', '74895000', '76799999', NULL, 1652912603),
(64920, '3220', '137.00', '5', '0.3', '5', '57100000', '57999999', '74895000', '76799999', NULL, 1652912604),
(64921, '3298', '71.00', '8', '5.001', '10', '57100000', '57999999', '74895000', '76799999', NULL, 1652912604),
(64922, '3220', '214.00', '5', '5.001', '10', '57100000', '57999999', '74895000', '76799999', NULL, 1652912605),
(64923, '3298', '116.00', '8', '10.001', '15', '57100000', '57999999', '74895000', '76799999', NULL, 1652912606),
(64924, '3220', '346.00', '5', '10.001', '15', '57100000', '57999999', '74895000', '76799999', NULL, 1652912607),
(64925, '3298', '160.00', '8', '15.001', '20', '57100000', '57999999', '74895000', '76799999', NULL, 1652912608),
(64926, '3220', '479.00', '5', '15.001', '20', '57100000', '57999999', '74895000', '76799999', NULL, 1652912617),
(64927, '3298', '205.00', '8', '20.001', '25', '57100000', '57999999', '74895000', '76799999', NULL, 1652912618),
(64928, '3220', '612.00', '5', '20.001', '25', '57100000', '57999999', '74895000', '76799999', NULL, 1652912619),
(64929, '3298', '249.00', '8', '25.001', '30', '57100000', '57999999', '74895000', '76799999', NULL, 1652912619),
(64930, '3220', '744.00', '5', '25.001', '30', '57100000', '57999999', '74895000', '76799999', NULL, 1652912620),
(64931, '3298', '45.00', '12', '0.3', '5', '57100000', '57999999', '77000000', '77270999', NULL, 1652912621),
(64932, '3220', '137.00', '6', '0.3', '5', '57100000', '57999999', '77000000', '77270999', NULL, 1652912622),
(64933, '3298', '71.00', '12', '5.001', '10', '57100000', '57999999', '77000000', '77270999', NULL, 1652912623),
(64934, '3220', '214.00', '6', '5.001', '10', '57100000', '57999999', '77000000', '77270999', NULL, 1652912624),
(64935, '3298', '116.00', '12', '10.001', '15', '57100000', '57999999', '77000000', '77270999', NULL, 1652912625),
(64936, '3220', '346.00', '6', '10.001', '15', '57100000', '57999999', '77000000', '77270999', NULL, 1652912625),
(64937, '3298', '160.00', '12', '15.001', '20', '57100000', '57999999', '77000000', '77270999', NULL, 1652912626),
(64938, '3220', '479.00', '6', '15.001', '20', '57100000', '57999999', '77000000', '77270999', NULL, 1652912627),
(64939, '3298', '205.00', '12', '20.001', '25', '57100000', '57999999', '77000000', '77270999', NULL, 1652912628),
(64940, '3220', '612.00', '6', '20.001', '25', '57100000', '57999999', '77000000', '77270999', NULL, 1652912628),
(64941, '3298', '249.00', '12', '25.001', '30', '57100000', '57999999', '77000000', '77270999', NULL, 1652912629),
(64942, '3220', '744.00', '6', '25.001', '30', '57100000', '57999999', '77000000', '77270999', NULL, 1652912630),
(64943, '3298', '90.00', '15', '0.3', '5', '57100000', '57999999', '77300000', '77995999', NULL, 1652912631),
(64944, '3220', '183.00', '9', '0.3', '5', '57100000', '57999999', '77300000', '77995999', NULL, 1652912632),
(64945, '3298', '133.00', '15', '5.001', '10', '57100000', '57999999', '77300000', '77995999', NULL, 1652912633),
(64946, '3220', '266.00', '9', '5.001', '10', '57100000', '57999999', '77300000', '77995999', NULL, 1652912633),
(64947, '3298', '215.00', '15', '10.001', '15', '57100000', '57999999', '77300000', '77995999', NULL, 1652912634),
(64948, '3220', '430.00', '9', '10.001', '15', '57100000', '57999999', '77300000', '77995999', NULL, 1652912635),
(64949, '3298', '298.00', '15', '15.001', '20', '57100000', '57999999', '77300000', '77995999', NULL, 1652912636),
(64950, '3220', '595.00', '9', '15.001', '20', '57100000', '57999999', '77300000', '77995999', NULL, 1652912637),
(64951, '3298', '380.00', '15', '20.001', '25', '57100000', '57999999', '77300000', '77995999', NULL, 1652912637),
(64952, '3220', '760.00', '9', '20.001', '25', '57100000', '57999999', '77300000', '77995999', NULL, 1652912638),
(64953, '3298', '463.00', '15', '25.001', '30', '57100000', '57999999', '77300000', '77995999', NULL, 1652912638),
(64954, '3220', '925.00', '9', '25.001', '30', '57100000', '57999999', '77300000', '77995999', NULL, 1652912639),
(64955, '3298', '45.00', '11', '0.3', '5', '57100000', '57999999', '78000000', '78109999', NULL, 1652912640),
(64956, '3220', '137.00', '6', '0.3', '5', '57100000', '57999999', '78000000', '78109999', NULL, 1652912641),
(64957, '3298', '71.00', '11', '5.001', '10', '57100000', '57999999', '78000000', '78109999', NULL, 1652912649),
(64958, '3220', '214.00', '6', '5.001', '10', '57100000', '57999999', '78000000', '78109999', NULL, 1652912649),
(64959, '3298', '116.00', '11', '10.001', '15', '57100000', '57999999', '78000000', '78109999', NULL, 1652912650),
(64960, '3220', '346.00', '6', '10.001', '15', '57100000', '57999999', '78000000', '78109999', NULL, 1652912652),
(64961, '3298', '160.00', '11', '15.001', '20', '57100000', '57999999', '78000000', '78109999', NULL, 1652912652),
(64962, '3220', '479.00', '6', '15.001', '20', '57100000', '57999999', '78000000', '78109999', NULL, 1652912660),
(64963, '3298', '205.00', '11', '20.001', '25', '57100000', '57999999', '78000000', '78109999', NULL, 1652912661),
(64964, '3220', '612.00', '6', '20.001', '25', '57100000', '57999999', '78000000', '78109999', NULL, 1652912662),
(64965, '3298', '249.00', '11', '25.001', '30', '57100000', '57999999', '78000000', '78109999', NULL, 1652912663),
(64966, '3220', '744.00', '6', '25.001', '30', '57100000', '57999999', '78000000', '78109999', NULL, 1652912663),
(64967, '3298', '90.00', '13', '0.3', '5', '57100000', '57999999', '78110000', '78899999', NULL, 1652912664),
(64968, '3220', '183.00', '8', '0.3', '5', '57100000', '57999999', '78110000', '78899999', NULL, 1652912665),
(64969, '3298', '133.00', '13', '5.001', '10', '57100000', '57999999', '78110000', '78899999', NULL, 1652912666),
(64970, '3220', '266.00', '8', '5.001', '10', '57100000', '57999999', '78110000', '78899999', NULL, 1652912674),
(64971, '3298', '215.00', '13', '10.001', '15', '57100000', '57999999', '78110000', '78899999', NULL, 1652912675),
(64972, '3220', '430.00', '8', '10.001', '15', '57100000', '57999999', '78110000', '78899999', NULL, 1652912676),
(64973, '3298', '298.00', '13', '15.001', '20', '57100000', '57999999', '78110000', '78899999', NULL, 1652912676),
(64974, '3220', '595.00', '8', '15.001', '20', '57100000', '57999999', '78110000', '78899999', NULL, 1652912677),
(64975, '3298', '380.00', '13', '20.001', '25', '57100000', '57999999', '78110000', '78899999', NULL, 1652912685),
(64976, '3220', '760.00', '8', '20.001', '25', '57100000', '57999999', '78110000', '78899999', NULL, 1652912686),
(64977, '3298', '463.00', '13', '25.001', '30', '57100000', '57999999', '78110000', '78899999', NULL, 1652912688),
(64978, '3220', '925.00', '8', '25.001', '30', '57100000', '57999999', '78110000', '78899999', NULL, 1652912689),
(64979, '3298', '90.00', '15', '0.3', '5', '57100000', '57999999', '78900000', '78930999', NULL, 1652912689),
(64980, '3220', '183.00', '10', '0.3', '5', '57100000', '57999999', '78900000', '78930999', NULL, 1652912690),
(64981, '3298', '133.00', '15', '5.001', '10', '57100000', '57999999', '78900000', '78930999', NULL, 1652912691),
(64982, '3220', '266.00', '10', '5.001', '10', '57100000', '57999999', '78900000', '78930999', NULL, 1652912691),
(64983, '3298', '215.00', '15', '10.001', '15', '57100000', '57999999', '78900000', '78930999', NULL, 1652912692),
(64984, '3220', '430.00', '10', '10.001', '15', '57100000', '57999999', '78900000', '78930999', NULL, 1652912693),
(64985, '3298', '298.00', '15', '15.001', '20', '57100000', '57999999', '78900000', '78930999', NULL, 1652912694),
(64986, '3220', '595.00', '10', '15.001', '20', '57100000', '57999999', '78900000', '78930999', NULL, 1652912695),
(64987, '3298', '380.00', '15', '20.001', '25', '57100000', '57999999', '78900000', '78930999', NULL, 1652912695),
(64988, '3220', '760.00', '10', '20.001', '25', '57100000', '57999999', '78900000', '78930999', NULL, 1652912696),
(64989, '3298', '463.00', '15', '25.001', '30', '57100000', '57999999', '78900000', '78930999', NULL, 1652912697),
(64990, '3220', '925.00', '10', '25.001', '30', '57100000', '57999999', '78900000', '78930999', NULL, 1652912698),
(64991, '3298', '90.00', '13', '0.3', '5', '57100000', '57999999', '78931000', '78999999', NULL, 1652912699),
(64992, '3220', '183.00', '8', '0.3', '5', '57100000', '57999999', '78931000', '78999999', NULL, 1652912700),
(64993, '3298', '133.00', '13', '5.001', '10', '57100000', '57999999', '78931000', '78999999', NULL, 1652912701),
(64994, '3220', '266.00', '8', '5.001', '10', '57100000', '57999999', '78931000', '78999999', NULL, 1652912701),
(64995, '3298', '215.00', '13', '10.001', '15', '57100000', '57999999', '78931000', '78999999', NULL, 1652912710),
(64996, '3220', '430.00', '8', '10.001', '15', '57100000', '57999999', '78931000', '78999999', NULL, 1652912710),
(64997, '3298', '298.00', '13', '15.001', '20', '57100000', '57999999', '78931000', '78999999', NULL, 1652912711),
(64998, '3220', '595.00', '8', '15.001', '20', '57100000', '57999999', '78931000', '78999999', NULL, 1652912712),
(64999, '3298', '380.00', '13', '20.001', '25', '57100000', '57999999', '78931000', '78999999', NULL, 1652912714),
(65000, '3220', '760.00', '8', '20.001', '25', '57100000', '57999999', '78931000', '78999999', NULL, 1652912714),
(65001, '3298', '463.00', '13', '25.001', '30', '57100000', '57999999', '78931000', '78999999', NULL, 1652912715),
(65002, '3220', '925.00', '8', '25.001', '30', '57100000', '57999999', '78931000', '78999999', NULL, 1652912716),
(65003, '3298', '45.00', '9', '0.3', '5', '57100000', '57999999', '79000000', '79129999', NULL, 1652912717),
(65004, '3220', '137.00', '5', '0.3', '5', '57100000', '57999999', '79000000', '79129999', NULL, 1652912717),
(65005, '3298', '71.00', '9', '5.001', '10', '57100000', '57999999', '79000000', '79129999', NULL, 1652912718),
(65006, '3220', '214.00', '5', '5.001', '10', '57100000', '57999999', '79000000', '79129999', NULL, 1652912719),
(65007, '3298', '116.00', '9', '10.001', '15', '57100000', '57999999', '79000000', '79129999', NULL, 1652912720),
(65008, '3220', '346.00', '5', '10.001', '15', '57100000', '57999999', '79000000', '79129999', NULL, 1652912720),
(65009, '3298', '160.00', '9', '15.001', '20', '57100000', '57999999', '79000000', '79129999', NULL, 1652912721),
(65010, '3220', '479.00', '5', '15.001', '20', '57100000', '57999999', '79000000', '79129999', NULL, 1652912722),
(65011, '3298', '205.00', '9', '20.001', '25', '57100000', '57999999', '79000000', '79129999', NULL, 1652912722),
(65012, '3220', '612.00', '5', '20.001', '25', '57100000', '57999999', '79000000', '79129999', NULL, 1652912723),
(65013, '3298', '249.00', '9', '25.001', '30', '57100000', '57999999', '79000000', '79129999', NULL, 1652912724),
(65014, '3220', '744.00', '5', '25.001', '30', '57100000', '57999999', '79000000', '79129999', NULL, 1652912725),
(65015, '3298', '90.00', '12', '0.3', '5', '57100000', '57999999', '79130000', '79999999', NULL, 1652912726),
(65016, '3220', '183.00', '8', '0.3', '5', '57100000', '57999999', '79130000', '79999999', NULL, 1652912727),
(65017, '3298', '133.00', '12', '5.001', '10', '57100000', '57999999', '79130000', '79999999', NULL, 1652912727),
(65018, '3220', '266.00', '8', '5.001', '10', '57100000', '57999999', '79130000', '79999999', NULL, 1652912728),
(65019, '3298', '215.00', '12', '10.001', '15', '57100000', '57999999', '79130000', '79999999', NULL, 1652912728),
(65020, '3220', '430.00', '8', '10.001', '15', '57100000', '57999999', '79130000', '79999999', NULL, 1652912729),
(65021, '3298', '298.00', '12', '15.001', '20', '57100000', '57999999', '79130000', '79999999', NULL, 1652912730),
(65022, '3220', '595.00', '8', '15.001', '20', '57100000', '57999999', '79130000', '79999999', NULL, 1652912730),
(65023, '3298', '380.00', '12', '20.001', '25', '57100000', '57999999', '79130000', '79999999', NULL, 1652912732),
(65024, '3220', '760.00', '8', '20.001', '25', '57100000', '57999999', '79130000', '79999999', NULL, 1652912734),
(65025, '3298', '463.00', '12', '25.001', '30', '57100000', '57999999', '79130000', '79999999', NULL, 1652912734),
(65026, '3220', '925.00', '8', '25.001', '30', '57100000', '57999999', '79130000', '79999999', NULL, 1652912736),
(65027, '3298', '45.00', '9', '0.3', '5', '57100000', '57999999', '80000000', '82999999', NULL, 1652912736),
(65028, '3220', '137.00', '4', '0.3', '5', '57100000', '57999999', '80000000', '82999999', NULL, 1652912737),
(65029, '3298', '71.00', '9', '5.001', '10', '57100000', '57999999', '80000000', '82999999', NULL, 1652912738),
(65030, '3220', '214.00', '4', '5.001', '10', '57100000', '57999999', '80000000', '82999999', NULL, 1652912740),
(65031, '3298', '116.00', '9', '10.001', '15', '57100000', '57999999', '80000000', '82999999', NULL, 1652912740),
(65032, '3220', '346.00', '4', '10.001', '15', '57100000', '57999999', '80000000', '82999999', NULL, 1652912741),
(65033, '3298', '160.00', '9', '15.001', '20', '57100000', '57999999', '80000000', '82999999', NULL, 1652912742),
(65034, '3220', '479.00', '4', '15.001', '20', '57100000', '57999999', '80000000', '82999999', NULL, 1652912743),
(65035, '3298', '205.00', '9', '20.001', '25', '57100000', '57999999', '80000000', '82999999', NULL, 1652912748),
(65036, '3220', '612.00', '4', '20.001', '25', '57100000', '57999999', '80000000', '82999999', NULL, 1652912748),
(65037, '3298', '249.00', '9', '25.001', '30', '57100000', '57999999', '80000000', '82999999', NULL, 1652912750),
(65038, '3220', '744.00', '4', '25.001', '30', '57100000', '57999999', '80000000', '82999999', NULL, 1652912751),
(65039, '3298', '45.00', '9', '0.3', '5', '57100000', '57999999', '80000000', '83800999', NULL, 1652912753),
(65040, '3220', '137.00', '4', '0.3', '5', '57100000', '57999999', '80000000', '83800999', NULL, 1652912754),
(65041, '3298', '71.00', '9', '5.001', '10', '57100000', '57999999', '80000000', '83800999', NULL, 1652912760),
(65042, '3220', '214.00', '4', '5.001', '10', '57100000', '57999999', '80000000', '83800999', NULL, 1652912761),
(65043, '3298', '116.00', '9', '10.001', '15', '57100000', '57999999', '80000000', '83800999', NULL, 1652912764);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(65044, '3220', '346.00', '4', '10.001', '15', '57100000', '57999999', '80000000', '83800999', NULL, 1652912764),
(65045, '3298', '160.00', '9', '15.001', '20', '57100000', '57999999', '80000000', '83800999', NULL, 1652912764),
(65046, '3220', '479.00', '4', '15.001', '20', '57100000', '57999999', '80000000', '83800999', NULL, 1652912766),
(65047, '3298', '205.00', '9', '20.001', '25', '57100000', '57999999', '80000000', '83800999', NULL, 1652912767),
(65048, '3220', '612.00', '4', '20.001', '25', '57100000', '57999999', '80000000', '83800999', NULL, 1652912767),
(65049, '3298', '249.00', '9', '25.001', '30', '57100000', '57999999', '80000000', '83800999', NULL, 1652912770),
(65050, '3220', '744.00', '4', '25.001', '30', '57100000', '57999999', '80000000', '83800999', NULL, 1652912772),
(65051, '3298', '90.00', '11', '0.3', '5', '57100000', '57999999', '83801000', '87999999', NULL, 1652912773),
(65052, '3220', '183.00', '6', '0.3', '5', '57100000', '57999999', '83801000', '87999999', NULL, 1652912773),
(65053, '3298', '133.00', '11', '5.001', '10', '57100000', '57999999', '83801000', '87999999', NULL, 1652912776),
(65054, '3220', '266.00', '6', '5.001', '10', '57100000', '57999999', '83801000', '87999999', NULL, 1652912779),
(65055, '3298', '215.00', '11', '10.001', '15', '57100000', '57999999', '83801000', '87999999', NULL, 1652912782),
(65056, '3220', '430.00', '6', '10.001', '15', '57100000', '57999999', '83801000', '87999999', NULL, 1652912782),
(65057, '3298', '298.00', '11', '15.001', '20', '57100000', '57999999', '83801000', '87999999', NULL, 1652912784),
(65058, '3220', '595.00', '6', '15.001', '20', '57100000', '57999999', '83801000', '87999999', NULL, 1652912784),
(65059, '3298', '380.00', '11', '20.001', '25', '57100000', '57999999', '83801000', '87999999', NULL, 1652912785),
(65060, '3220', '760.00', '6', '20.001', '25', '57100000', '57999999', '83801000', '87999999', NULL, 1652912789),
(65061, '3298', '463.00', '11', '25.001', '30', '57100000', '57999999', '83801000', '87999999', NULL, 1652912790),
(65062, '3220', '925.00', '6', '25.001', '30', '57100000', '57999999', '83801000', '87999999', NULL, 1652912791),
(65063, '3298', '45.00', '9', '0.3', '5', '57100000', '57999999', '88000000', '82999999', NULL, 1652912794),
(65064, '3220', '137.00', '5', '0.3', '5', '57100000', '57999999', '88000000', '82999999', NULL, 1652912799),
(65065, '3298', '71.00', '9', '5.001', '10', '57100000', '57999999', '88000000', '82999999', NULL, 1652912800),
(65066, '3220', '214.00', '5', '5.001', '10', '57100000', '57999999', '88000000', '82999999', NULL, 1652912801),
(65067, '3298', '116.00', '9', '10.001', '15', '57100000', '57999999', '88000000', '82999999', NULL, 1652912802),
(65068, '3220', '346.00', '5', '10.001', '15', '57100000', '57999999', '88000000', '82999999', NULL, 1652912803),
(65069, '3298', '160.00', '9', '15.001', '20', '57100000', '57999999', '88000000', '82999999', NULL, 1652912804),
(65070, '3220', '479.00', '5', '15.001', '20', '57100000', '57999999', '88000000', '82999999', NULL, 1652912806),
(65071, '3298', '205.00', '9', '20.001', '25', '57100000', '57999999', '88000000', '82999999', NULL, 1652912807),
(65072, '3220', '612.00', '5', '20.001', '25', '57100000', '57999999', '88000000', '82999999', NULL, 1652912809),
(65073, '3298', '249.00', '9', '25.001', '30', '57100000', '57999999', '88000000', '82999999', NULL, 1652912810),
(65074, '3220', '744.00', '5', '25.001', '30', '57100000', '57999999', '88000000', '82999999', NULL, 1652912812),
(65075, '3298', '45.00', '9', '0.3', '5', '57100000', '57999999', '88000000', '88469999', NULL, 1652912814),
(65076, '3220', '137.00', '5', '0.3', '5', '57100000', '57999999', '88000000', '88469999', NULL, 1652912815),
(65077, '3298', '71.00', '9', '5.001', '10', '57100000', '57999999', '88000000', '88469999', NULL, 1652912816),
(65078, '3220', '214.00', '5', '5.001', '10', '57100000', '57999999', '88000000', '88469999', NULL, 1652912817),
(65079, '3298', '116.00', '9', '10.001', '15', '57100000', '57999999', '88000000', '88469999', NULL, 1652912819),
(65080, '3220', '346.00', '5', '10.001', '15', '57100000', '57999999', '88000000', '88469999', NULL, 1652912819),
(65081, '3298', '160.00', '9', '15.001', '20', '57100000', '57999999', '88000000', '88469999', NULL, 1652912820),
(65082, '3220', '479.00', '5', '15.001', '20', '57100000', '57999999', '88000000', '88469999', NULL, 1652912821),
(65083, '3298', '205.00', '9', '20.001', '25', '57100000', '57999999', '88000000', '88469999', NULL, 1652912822),
(65084, '3220', '612.00', '5', '20.001', '25', '57100000', '57999999', '88000000', '88469999', NULL, 1652912823),
(65085, '3298', '249.00', '9', '25.001', '30', '57100000', '57999999', '88000000', '88469999', NULL, 1652912825),
(65086, '3220', '744.00', '5', '25.001', '30', '57100000', '57999999', '88000000', '88469999', NULL, 1652912832),
(65087, '3298', '78.00', '10', '0.3', '5', '57100000', '57999999', '88470000', '89999999', NULL, 1652912833),
(65088, '3220', '154.00', '6', '0.3', '5', '57100000', '57999999', '88470000', '89999999', NULL, 1652912834),
(65089, '3298', '114.00', '10', '5.001', '10', '57100000', '57999999', '88470000', '89999999', NULL, 1652912834),
(65090, '3220', '223.00', '6', '5.001', '10', '57100000', '57999999', '88470000', '89999999', NULL, 1652912835),
(65091, '3298', '185.00', '10', '10.001', '15', '57100000', '57999999', '88470000', '89999999', NULL, 1652912836),
(65092, '3220', '361.00', '6', '10.001', '15', '57100000', '57999999', '88470000', '89999999', NULL, 1652912837),
(65093, '3298', '256.00', '10', '15.001', '20', '57100000', '57999999', '88470000', '89999999', NULL, 1652912837),
(65094, '3220', '500.00', '6', '15.001', '20', '57100000', '57999999', '88470000', '89999999', NULL, 1652912838),
(65095, '3298', '327.00', '10', '20.001', '25', '57100000', '57999999', '88470000', '89999999', NULL, 1652912839),
(65096, '3220', '638.00', '6', '20.001', '25', '57100000', '57999999', '88470000', '89999999', NULL, 1652912839),
(65097, '3298', '398.00', '10', '25.001', '30', '57100000', '57999999', '88470000', '89999999', NULL, 1652912841),
(65098, '3220', '777.00', '6', '25.001', '30', '57100000', '57999999', '88470000', '89999999', NULL, 1652912841),
(65099, '3298', '45.00', '9', '0.3', '5', '57100000', '57999999', '90000000', '91999999', NULL, 1652912843),
(65100, '3220', '137.00', '5', '0.3', '5', '57100000', '57999999', '90000000', '91999999', NULL, 1652912844),
(65101, '3298', '71.00', '9', '5.001', '10', '57100000', '57999999', '90000000', '91999999', NULL, 1652912844),
(65102, '3220', '214.00', '5', '5.001', '10', '57100000', '57999999', '90000000', '91999999', NULL, 1652912846),
(65103, '3298', '116.00', '9', '10.001', '15', '57100000', '57999999', '90000000', '91999999', NULL, 1652912846),
(65104, '3220', '346.00', '5', '10.001', '15', '57100000', '57999999', '90000000', '91999999', NULL, 1652912847),
(65105, '3298', '160.00', '9', '15.001', '20', '57100000', '57999999', '90000000', '91999999', NULL, 1652912848),
(65106, '3220', '479.00', '5', '15.001', '20', '57100000', '57999999', '90000000', '91999999', NULL, 1652912848),
(65107, '3298', '205.00', '9', '20.001', '25', '57100000', '57999999', '90000000', '91999999', NULL, 1652912849),
(65108, '3220', '612.00', '5', '20.001', '25', '57100000', '57999999', '90000000', '91999999', NULL, 1652912850),
(65109, '3298', '249.00', '9', '25.001', '30', '57100000', '57999999', '90000000', '91999999', NULL, 1652912851),
(65110, '3220', '744.00', '5', '25.001', '30', '57100000', '57999999', '90000000', '91999999', NULL, 1652912852),
(65111, '3298', '45.00', '11', '0.3', '5', '57100000', '57999999', '90000000', '94900999', NULL, 1652912852),
(65112, '3220', '137.00', '7', '0.3', '5', '57100000', '57999999', '90000000', '94900999', NULL, 1652912853),
(65113, '3298', '71.00', '11', '5.001', '10', '57100000', '57999999', '90000000', '94900999', NULL, 1652912853),
(65114, '3220', '214.00', '7', '5.001', '10', '57100000', '57999999', '90000000', '94900999', NULL, 1652912854),
(65115, '3298', '116.00', '11', '10.001', '15', '57100000', '57999999', '90000000', '94900999', NULL, 1652912856),
(65116, '3220', '346.00', '7', '10.001', '15', '57100000', '57999999', '90000000', '94900999', NULL, 1652912857),
(65117, '3298', '160.00', '11', '15.001', '20', '57100000', '57999999', '90000000', '94900999', NULL, 1652912857),
(65118, '3220', '479.00', '7', '15.001', '20', '57100000', '57999999', '90000000', '94900999', NULL, 1652912858),
(65119, '3298', '205.00', '11', '20.001', '25', '57100000', '57999999', '90000000', '94900999', NULL, 1652912859),
(65120, '3220', '612.00', '7', '20.001', '25', '57100000', '57999999', '90000000', '94900999', NULL, 1652912860),
(65121, '3298', '249.00', '11', '25.001', '30', '57100000', '57999999', '90000000', '94900999', NULL, 1652912860),
(65122, '3220', '744.00', '7', '25.001', '30', '57100000', '57999999', '90000000', '94900999', NULL, 1652912861),
(65123, '3298', '90.00', '13', '0.3', '5', '57100000', '57999999', '94901000', '99999999', NULL, 1652912862),
(65124, '3220', '183.00', '9', '0.3', '5', '57100000', '57999999', '94901000', '99999999', NULL, 1652912863),
(65125, '3298', '133.00', '13', '5.001', '10', '57100000', '57999999', '94901000', '99999999', NULL, 1652912864),
(65126, '3220', '266.00', '9', '5.001', '10', '57100000', '57999999', '94901000', '99999999', NULL, 1652912864),
(65127, '3298', '215.00', '13', '10.001', '15', '57100000', '57999999', '94901000', '99999999', NULL, 1652912865),
(65128, '3220', '430.00', '9', '10.001', '15', '57100000', '57999999', '94901000', '99999999', NULL, 1652912867),
(65129, '3298', '298.00', '13', '15.001', '20', '57100000', '57999999', '94901000', '99999999', NULL, 1652912874),
(65130, '3220', '595.00', '9', '15.001', '20', '57100000', '57999999', '94901000', '99999999', NULL, 1652912874),
(65131, '3298', '380.00', '13', '20.001', '25', '57100000', '57999999', '94901000', '99999999', NULL, 1652912879),
(65132, '3220', '760.00', '9', '20.001', '25', '57100000', '57999999', '94901000', '99999999', NULL, 1652912881),
(65133, '3298', '463.00', '13', '25.001', '30', '57100000', '57999999', '94901000', '99999999', NULL, 1652912886),
(65134, '3220', '925.00', '9', '25.001', '30', '57100000', '57999999', '94901000', '99999999', NULL, 1652912887),
(65135, '3298', '45.00', '7', '0.3', '5', '58000000', '58099999', '01000000', '08499999', NULL, 1652912891),
(65136, '3220', '137.00', '2', '0.3', '5', '58000000', '58099999', '01000000', '08499999', NULL, 1652912893),
(65137, '3298', '71.00', '7', '5.001', '10', '58000000', '58099999', '01000000', '08499999', NULL, 1652912894),
(65138, '3220', '214.00', '2', '5.001', '10', '58000000', '58099999', '01000000', '08499999', NULL, 1652912895),
(65139, '3298', '116.00', '7', '10.001', '15', '58000000', '58099999', '01000000', '08499999', NULL, 1652912896),
(65140, '3220', '346.00', '2', '10.001', '15', '58000000', '58099999', '01000000', '08499999', NULL, 1652912897),
(65141, '3298', '160.00', '7', '15.001', '20', '58000000', '58099999', '01000000', '08499999', NULL, 1652912897),
(65142, '3220', '479.00', '2', '15.001', '20', '58000000', '58099999', '01000000', '08499999', NULL, 1652912901),
(65143, '3298', '205.00', '7', '20.001', '25', '58000000', '58099999', '01000000', '08499999', NULL, 1652912902),
(65144, '3220', '612.00', '2', '20.001', '25', '58000000', '58099999', '01000000', '08499999', NULL, 1652912903),
(65145, '3298', '249.00', '7', '25.001', '30', '58000000', '58099999', '01000000', '08499999', NULL, 1652912904),
(65146, '3220', '744.00', '2', '25.001', '30', '58000000', '58099999', '01000000', '08499999', NULL, 1652912905),
(65147, '3298', '45.00', '7', '0.3', '5', '58000000', '58099999', '06000000', '09999999', NULL, 1652912906),
(65148, '3220', '137.00', '2', '0.3', '5', '58000000', '58099999', '06000000', '09999999', NULL, 1652912912),
(65149, '3298', '71.00', '7', '5.001', '10', '58000000', '58099999', '06000000', '09999999', NULL, 1652912912),
(65150, '3220', '214.00', '2', '5.001', '10', '58000000', '58099999', '06000000', '09999999', NULL, 1652912917),
(65151, '3298', '116.00', '7', '10.001', '15', '58000000', '58099999', '06000000', '09999999', NULL, 1652912921),
(65152, '3220', '346.00', '2', '10.001', '15', '58000000', '58099999', '06000000', '09999999', NULL, 1652912922),
(65153, '3298', '160.00', '7', '15.001', '20', '58000000', '58099999', '06000000', '09999999', NULL, 1652912924),
(65154, '3220', '479.00', '2', '15.001', '20', '58000000', '58099999', '06000000', '09999999', NULL, 1652912925),
(65155, '3298', '205.00', '7', '20.001', '25', '58000000', '58099999', '06000000', '09999999', NULL, 1652912925),
(65156, '3220', '612.00', '2', '20.001', '25', '58000000', '58099999', '06000000', '09999999', NULL, 1652912930),
(65157, '3298', '249.00', '7', '25.001', '30', '58000000', '58099999', '06000000', '09999999', NULL, 1652912935),
(65158, '3220', '744.00', '2', '25.001', '30', '58000000', '58099999', '06000000', '09999999', NULL, 1652912936),
(65159, '3298', '45.00', '7', '0.3', '5', '58000000', '58099999', '11000000', '11999999', NULL, 1652912937),
(65160, '3220', '137.00', '3', '0.3', '5', '58000000', '58099999', '11000000', '11999999', NULL, 1652912940),
(65161, '3298', '71.00', '7', '5.001', '10', '58000000', '58099999', '11000000', '11999999', NULL, 1652912944),
(65162, '3220', '214.00', '3', '5.001', '10', '58000000', '58099999', '11000000', '11999999', NULL, 1652912949),
(65163, '3298', '116.00', '7', '10.001', '15', '58000000', '58099999', '11000000', '11999999', NULL, 1652912950),
(65164, '3220', '346.00', '3', '10.001', '15', '58000000', '58099999', '11000000', '11999999', NULL, 1652912951),
(65165, '3298', '160.00', '7', '15.001', '20', '58000000', '58099999', '11000000', '11999999', NULL, 1652912955),
(65166, '3220', '479.00', '3', '15.001', '20', '58000000', '58099999', '11000000', '11999999', NULL, 1652912956),
(65167, '3298', '205.00', '7', '20.001', '25', '58000000', '58099999', '11000000', '11999999', NULL, 1652912957),
(65168, '3220', '612.00', '3', '20.001', '25', '58000000', '58099999', '11000000', '11999999', NULL, 1652912958),
(65169, '3298', '249.00', '7', '25.001', '30', '58000000', '58099999', '11000000', '11999999', NULL, 1652912959),
(65170, '3220', '744.00', '3', '25.001', '30', '58000000', '58099999', '11000000', '11999999', NULL, 1652912960),
(65171, '3298', '45.00', '7', '0.3', '5', '58000000', '58099999', '12000000', '19999999', NULL, 1652912960),
(65172, '3220', '137.00', '2', '0.3', '5', '58000000', '58099999', '12000000', '19999999', NULL, 1652912963),
(65173, '3298', '71.00', '7', '5.001', '10', '58000000', '58099999', '12000000', '19999999', NULL, 1652912964),
(65174, '3220', '214.00', '2', '5.001', '10', '58000000', '58099999', '12000000', '19999999', NULL, 1652912964),
(65175, '3298', '116.00', '7', '10.001', '15', '58000000', '58099999', '12000000', '19999999', NULL, 1652912967),
(65176, '3220', '346.00', '2', '10.001', '15', '58000000', '58099999', '12000000', '19999999', NULL, 1652912969),
(65177, '3298', '160.00', '7', '15.001', '20', '58000000', '58099999', '12000000', '19999999', NULL, 1652912970),
(65178, '3220', '479.00', '2', '15.001', '20', '58000000', '58099999', '12000000', '19999999', NULL, 1652912971),
(65179, '3298', '205.00', '7', '20.001', '25', '58000000', '58099999', '12000000', '19999999', NULL, 1652912973),
(65180, '3220', '612.00', '2', '20.001', '25', '58000000', '58099999', '12000000', '19999999', NULL, 1652912978),
(65181, '3298', '249.00', '7', '25.001', '30', '58000000', '58099999', '12000000', '19999999', NULL, 1652912980),
(65182, '3220', '744.00', '2', '25.001', '30', '58000000', '58099999', '12000000', '19999999', NULL, 1652912981),
(65183, '3298', '90.00', '8', '0.3', '5', '58000000', '58099999', '26601000', '28999999', NULL, 1652913008),
(65184, '3220', '183.00', '4', '0.3', '5', '58000000', '58099999', '26601000', '28999999', NULL, 1652913009),
(65185, '3298', '133.00', '8', '5.001', '10', '58000000', '58099999', '26601000', '28999999', NULL, 1652913013),
(65186, '3220', '266.00', '4', '5.001', '10', '58000000', '58099999', '26601000', '28999999', NULL, 1652913013),
(65187, '3298', '215.00', '8', '10.001', '15', '58000000', '58099999', '26601000', '28999999', NULL, 1652913014),
(65188, '3220', '430.00', '4', '10.001', '15', '58000000', '58099999', '26601000', '28999999', NULL, 1652913014),
(65189, '3298', '298.00', '8', '15.001', '20', '58000000', '58099999', '26601000', '28999999', NULL, 1652913015),
(65190, '3220', '595.00', '4', '15.001', '20', '58000000', '58099999', '26601000', '28999999', NULL, 1652913016),
(65191, '3298', '380.00', '8', '20.001', '25', '58000000', '58099999', '26601000', '28999999', NULL, 1652913021),
(65192, '3220', '760.00', '4', '20.001', '25', '58000000', '58099999', '26601000', '28999999', NULL, 1652913021),
(65193, '3298', '463.00', '8', '25.001', '30', '58000000', '58099999', '26601000', '28999999', NULL, 1652913022),
(65194, '3220', '925.00', '4', '25.001', '30', '58000000', '58099999', '26601000', '28999999', NULL, 1652913023),
(65195, '3298', '45.00', '7', '0.3', '5', '58000000', '58099999', '29000000', '29099999', NULL, 1652913023),
(65196, '3220', '137.00', '2', '0.3', '5', '58000000', '58099999', '29000000', '29099999', NULL, 1652913024),
(65197, '3298', '71.00', '7', '5.001', '10', '58000000', '58099999', '29000000', '29099999', NULL, 1652913027),
(65198, '3220', '214.00', '2', '5.001', '10', '58000000', '58099999', '29000000', '29099999', NULL, 1652913028),
(65199, '3298', '116.00', '7', '10.001', '15', '58000000', '58099999', '29000000', '29099999', NULL, 1652913028),
(65200, '3220', '346.00', '2', '10.001', '15', '58000000', '58099999', '29000000', '29099999', NULL, 1652913032),
(65201, '3298', '160.00', '7', '15.001', '20', '58000000', '58099999', '29000000', '29099999', NULL, 1652913032),
(65202, '3220', '479.00', '2', '15.001', '20', '58000000', '58099999', '29000000', '29099999', NULL, 1652913033),
(65203, '3298', '205.00', '7', '20.001', '25', '58000000', '58099999', '29000000', '29099999', NULL, 1652913034),
(65204, '3220', '612.00', '2', '20.001', '25', '58000000', '58099999', '29000000', '29099999', NULL, 1652913036),
(65205, '3298', '249.00', '7', '25.001', '30', '58000000', '58099999', '29000000', '29099999', NULL, 1652913038),
(65206, '3220', '744.00', '2', '25.001', '30', '58000000', '58099999', '29000000', '29099999', NULL, 1652913043),
(65207, '3298', '90.00', '10', '0.3', '5', '58000000', '58099999', '29100000', '29999999', NULL, 1652913044),
(65208, '3220', '183.00', '5', '0.3', '5', '58000000', '58099999', '29100000', '29999999', NULL, 1652913046),
(65209, '3298', '133.00', '10', '5.001', '10', '58000000', '58099999', '29100000', '29999999', NULL, 1652913047),
(65210, '3220', '266.00', '5', '5.001', '10', '58000000', '58099999', '29100000', '29999999', NULL, 1652913047),
(65211, '3298', '215.00', '10', '10.001', '15', '58000000', '58099999', '29100000', '29999999', NULL, 1652913048),
(65212, '3220', '430.00', '5', '10.001', '15', '58000000', '58099999', '29100000', '29999999', NULL, 1652913054),
(65213, '3298', '298.00', '10', '15.001', '20', '58000000', '58099999', '29100000', '29999999', NULL, 1652913055),
(65214, '3220', '595.00', '5', '15.001', '20', '58000000', '58099999', '29100000', '29999999', NULL, 1652913057),
(65215, '3298', '380.00', '10', '20.001', '25', '58000000', '58099999', '29100000', '29999999', NULL, 1652913058),
(65216, '3220', '760.00', '5', '20.001', '25', '58000000', '58099999', '29100000', '29999999', NULL, 1652913058),
(65217, '3298', '463.00', '10', '25.001', '30', '58000000', '58099999', '29100000', '29999999', NULL, 1652913059),
(65218, '3220', '925.00', '5', '25.001', '30', '58000000', '58099999', '29100000', '29999999', NULL, 1652913060),
(65219, '3298', '45.00', '6', '0.3', '5', '58000000', '58099999', '30000000', '31999999', NULL, 1652913060),
(65220, '3220', '137.00', '2', '0.3', '5', '58000000', '58099999', '30000000', '31999999', NULL, 1652913061),
(65221, '3298', '71.00', '6', '5.001', '10', '58000000', '58099999', '30000000', '31999999', NULL, 1652913062),
(65222, '3220', '214.00', '2', '5.001', '10', '58000000', '58099999', '30000000', '31999999', NULL, 1652913068),
(65223, '3298', '116.00', '6', '10.001', '15', '58000000', '58099999', '30000000', '31999999', NULL, 1652913071),
(65224, '3220', '346.00', '2', '10.001', '15', '58000000', '58099999', '30000000', '31999999', NULL, 1652913072),
(65225, '3298', '160.00', '6', '15.001', '20', '58000000', '58099999', '30000000', '31999999', NULL, 1652913073),
(65226, '3220', '479.00', '2', '15.001', '20', '58000000', '58099999', '30000000', '31999999', NULL, 1652913073),
(65227, '3298', '205.00', '6', '20.001', '25', '58000000', '58099999', '30000000', '31999999', NULL, 1652913075),
(65228, '3220', '612.00', '2', '20.001', '25', '58000000', '58099999', '30000000', '31999999', NULL, 1652913076),
(65229, '3298', '249.00', '6', '25.001', '30', '58000000', '58099999', '30000000', '31999999', NULL, 1652913076),
(65230, '3220', '744.00', '2', '25.001', '30', '58000000', '58099999', '30000000', '31999999', NULL, 1652913077),
(65231, '3298', '45.00', '6', '0.3', '5', '58000000', '58099999', '30000000', '34999999', NULL, 1652913078),
(65232, '3220', '137.00', '2', '0.3', '5', '58000000', '58099999', '30000000', '34999999', NULL, 1652913080),
(65233, '3298', '71.00', '6', '5.001', '10', '58000000', '58099999', '30000000', '34999999', NULL, 1652913081),
(65234, '3220', '214.00', '2', '5.001', '10', '58000000', '58099999', '30000000', '34999999', NULL, 1652913082),
(65235, '3298', '116.00', '6', '10.001', '15', '58000000', '58099999', '30000000', '34999999', NULL, 1652913083),
(65236, '3220', '346.00', '2', '10.001', '15', '58000000', '58099999', '30000000', '34999999', NULL, 1652913084),
(65237, '3298', '160.00', '6', '15.001', '20', '58000000', '58099999', '30000000', '34999999', NULL, 1652913085),
(65238, '3220', '479.00', '2', '15.001', '20', '58000000', '58099999', '30000000', '34999999', NULL, 1652913086),
(65239, '3298', '205.00', '6', '20.001', '25', '58000000', '58099999', '30000000', '34999999', NULL, 1652913091),
(65240, '3220', '612.00', '2', '20.001', '25', '58000000', '58099999', '30000000', '34999999', NULL, 1652913092),
(65241, '3298', '249.00', '6', '25.001', '30', '58000000', '58099999', '30000000', '34999999', NULL, 1652913093),
(65242, '3220', '744.00', '2', '25.001', '30', '58000000', '58099999', '30000000', '34999999', NULL, 1652913093),
(65243, '3298', '90.00', '8', '0.3', '5', '58000000', '58099999', '35000000', '39999999', NULL, 1652913094),
(65244, '3220', '183.00', '4', '0.3', '5', '58000000', '58099999', '35000000', '39999999', NULL, 1652913095),
(65245, '3298', '133.00', '8', '5.001', '10', '58000000', '58099999', '35000000', '39999999', NULL, 1652913096),
(65246, '3220', '266.00', '4', '5.001', '10', '58000000', '58099999', '35000000', '39999999', NULL, 1652913097),
(65247, '3298', '215.00', '8', '10.001', '15', '58000000', '58099999', '35000000', '39999999', NULL, 1652913098),
(65248, '3220', '430.00', '4', '10.001', '15', '58000000', '58099999', '35000000', '39999999', NULL, 1652913099),
(65249, '3298', '298.00', '8', '15.001', '20', '58000000', '58099999', '35000000', '39999999', NULL, 1652913101),
(65250, '3220', '595.00', '4', '15.001', '20', '58000000', '58099999', '35000000', '39999999', NULL, 1652913106),
(65251, '3298', '380.00', '8', '20.001', '25', '58000000', '58099999', '35000000', '39999999', NULL, 1652913107),
(65252, '3220', '760.00', '4', '20.001', '25', '58000000', '58099999', '35000000', '39999999', NULL, 1652913112),
(65253, '3298', '463.00', '8', '25.001', '30', '58000000', '58099999', '35000000', '39999999', NULL, 1652913113),
(65254, '3220', '925.00', '4', '25.001', '30', '58000000', '58099999', '35000000', '39999999', NULL, 1652913113),
(65255, '3298', '34.00', '6', '0.3', '5', '58000000', '58099999', '40000000', '41999999', NULL, 1652913114),
(65256, '3220', '80.00', '2', '0.3', '5', '58000000', '58099999', '40000000', '41999999', NULL, 1652913114),
(65257, '3298', '50.00', '6', '5.001', '10', '58000000', '58099999', '40000000', '41999999', NULL, 1652913115),
(65258, '3220', '125.00', '2', '5.001', '10', '58000000', '58099999', '40000000', '41999999', NULL, 1652913116),
(65259, '3298', '82.00', '6', '10.001', '15', '58000000', '58099999', '40000000', '41999999', NULL, 1652913116),
(65260, '3220', '203.00', '2', '10.001', '15', '58000000', '58099999', '40000000', '41999999', NULL, 1652913117),
(65261, '3298', '113.00', '6', '15.001', '20', '58000000', '58099999', '40000000', '41999999', NULL, 1652913118),
(65262, '3220', '281.00', '2', '15.001', '20', '58000000', '58099999', '40000000', '41999999', NULL, 1652913118),
(65263, '3298', '145.00', '6', '20.001', '25', '58000000', '58099999', '40000000', '41999999', NULL, 1652913119),
(65264, '3220', '359.00', '2', '20.001', '25', '58000000', '58099999', '40000000', '41999999', NULL, 1652913120),
(65265, '3298', '176.00', '6', '25.001', '30', '58000000', '58099999', '40000000', '41999999', NULL, 1652913121),
(65266, '3220', '437.00', '2', '25.001', '30', '58000000', '58099999', '40000000', '41999999', NULL, 1652913122),
(65267, '3298', '34.00', '6', '0.3', '5', '58000000', '58099999', '40000000', '44470999', NULL, 1652913122),
(65268, '3220', '80.00', '2', '0.3', '5', '58000000', '58099999', '40000000', '44470999', NULL, 1652913123),
(65269, '3298', '50.00', '6', '5.001', '10', '58000000', '58099999', '40000000', '44470999', NULL, 1652913125),
(65270, '3220', '125.00', '2', '5.001', '10', '58000000', '58099999', '40000000', '44470999', NULL, 1652913126),
(65271, '3298', '82.00', '6', '10.001', '15', '58000000', '58099999', '40000000', '44470999', NULL, 1652913131),
(65272, '3220', '203.00', '2', '10.001', '15', '58000000', '58099999', '40000000', '44470999', NULL, 1652913134),
(65273, '3298', '113.00', '6', '15.001', '20', '58000000', '58099999', '40000000', '44470999', NULL, 1652913134),
(65274, '3220', '281.00', '2', '15.001', '20', '58000000', '58099999', '40000000', '44470999', NULL, 1652913135),
(65275, '3298', '145.00', '6', '20.001', '25', '58000000', '58099999', '40000000', '44470999', NULL, 1652913135),
(65276, '3220', '359.00', '2', '20.001', '25', '58000000', '58099999', '40000000', '44470999', NULL, 1652913139),
(65277, '3298', '176.00', '6', '25.001', '30', '58000000', '58099999', '40000000', '44470999', NULL, 1652913142),
(65278, '3220', '437.00', '2', '25.001', '30', '58000000', '58099999', '40000000', '44470999', NULL, 1652913143),
(65279, '3298', '43.00', '7', '0.3', '5', '58000000', '58099999', '44471000', '48999999', NULL, 1652913143),
(65280, '3220', '104.00', '3', '0.3', '5', '58000000', '58099999', '44471000', '48999999', NULL, 1652913147),
(65281, '3298', '71.00', '7', '5.001', '10', '58000000', '58099999', '44471000', '48999999', NULL, 1652913148),
(65282, '3220', '147.00', '3', '5.001', '10', '58000000', '58099999', '44471000', '48999999', NULL, 1652913149),
(65283, '3298', '116.00', '7', '10.001', '15', '58000000', '58099999', '44471000', '48999999', NULL, 1652913150),
(65284, '3220', '238.00', '3', '10.001', '15', '58000000', '58099999', '44471000', '48999999', NULL, 1652913152),
(65285, '3298', '160.00', '7', '15.001', '20', '58000000', '58099999', '44471000', '48999999', NULL, 1652913152),
(65286, '3220', '329.00', '3', '15.001', '20', '58000000', '58099999', '44471000', '48999999', NULL, 1652913153),
(65287, '3298', '205.00', '7', '20.001', '25', '58000000', '58099999', '44471000', '48999999', NULL, 1652913154),
(65288, '3220', '420.00', '3', '20.001', '25', '58000000', '58099999', '44471000', '48999999', NULL, 1652913160),
(65289, '3298', '249.00', '7', '25.001', '30', '58000000', '58099999', '44471000', '48999999', NULL, 1652913161),
(65290, '3220', '511.00', '3', '25.001', '30', '58000000', '58099999', '44471000', '48999999', NULL, 1652913162),
(65291, '3298', '30.00', '6', '0.3', '5', '58000000', '58099999', '49000000', '49099999', NULL, 1652913170),
(65292, '3220', '59.00', '2', '0.3', '5', '58000000', '58099999', '49000000', '49099999', NULL, 1652913171),
(65293, '3298', '44.00', '6', '5.001', '10', '58000000', '58099999', '49000000', '49099999', NULL, 1652913175),
(65294, '3220', '93.00', '2', '5.001', '10', '58000000', '58099999', '49000000', '49099999', NULL, 1652913176),
(65295, '3298', '71.00', '6', '10.001', '15', '58000000', '58099999', '49000000', '49099999', NULL, 1652913178),
(65296, '3220', '150.00', '2', '10.001', '15', '58000000', '58099999', '49000000', '49099999', NULL, 1652913179),
(65297, '3298', '99.00', '6', '15.001', '20', '58000000', '58099999', '49000000', '49099999', NULL, 1652913181),
(65298, '3220', '208.00', '2', '15.001', '20', '58000000', '58099999', '49000000', '49099999', NULL, 1652913182),
(65299, '3298', '126.00', '6', '20.001', '25', '58000000', '58099999', '49000000', '49099999', NULL, 1652913183),
(65300, '3220', '266.00', '2', '20.001', '25', '58000000', '58099999', '49000000', '49099999', NULL, 1652913186),
(65301, '3298', '153.00', '6', '25.001', '30', '58000000', '58099999', '49000000', '49099999', NULL, 1652913187),
(65302, '3220', '324.00', '2', '25.001', '30', '58000000', '58099999', '49000000', '49099999', NULL, 1652913188),
(65303, '3298', '44.00', '7', '0.3', '5', '58000000', '58099999', '49100000', '49999999', NULL, 1652913189),
(65304, '3220', '102.00', '5', '0.3', '5', '58000000', '58099999', '49100000', '49999999', NULL, 1652913195),
(65305, '3298', '74.00', '7', '5.001', '10', '58000000', '58099999', '49100000', '49999999', NULL, 1652913196),
(65306, '3220', '141.00', '5', '5.001', '10', '58000000', '58099999', '49100000', '49999999', NULL, 1652913196),
(65307, '3298', '120.00', '7', '10.001', '15', '58000000', '58099999', '49100000', '49999999', NULL, 1652913210),
(65308, '3220', '229.00', '5', '10.001', '15', '58000000', '58099999', '49100000', '49999999', NULL, 1652913210),
(65309, '3298', '166.00', '7', '15.001', '20', '58000000', '58099999', '49100000', '49999999', NULL, 1652913230),
(65310, '3220', '316.00', '5', '15.001', '20', '58000000', '58099999', '49100000', '49999999', NULL, 1652913231),
(65311, '3298', '212.00', '7', '20.001', '25', '58000000', '58099999', '49100000', '49999999', NULL, 1652913231),
(65312, '3220', '404.00', '5', '20.001', '25', '58000000', '58099999', '49100000', '49999999', NULL, 1652913232),
(65313, '3298', '258.00', '7', '25.001', '30', '58000000', '58099999', '49100000', '49999999', NULL, 1652913233),
(65314, '3220', '492.00', '5', '25.001', '30', '58000000', '58099999', '49100000', '49999999', NULL, 1652913233),
(65315, '3298', '25.00', '5', '0.3', '5', '58000000', '58099999', '50000000', '52999999', NULL, 1652913234),
(65316, '3220', '34.00', '1', '0.3', '5', '58000000', '58099999', '50000000', '52999999', NULL, 1652913234),
(65317, '3298', '31.00', '5', '5.001', '10', '58000000', '58099999', '50000000', '52999999', NULL, 1652913235),
(65318, '3220', '48.00', '1', '5.001', '10', '58000000', '58099999', '50000000', '52999999', NULL, 1652913235),
(65319, '3298', '51.00', '5', '10.001', '15', '58000000', '58099999', '50000000', '52999999', NULL, 1652913236),
(65320, '3220', '78.00', '1', '10.001', '15', '58000000', '58099999', '50000000', '52999999', NULL, 1652913236),
(65321, '3298', '71.00', '5', '15.001', '20', '58000000', '58099999', '50000000', '52999999', NULL, 1652913237),
(65322, '3220', '108.00', '1', '15.001', '20', '58000000', '58099999', '50000000', '52999999', NULL, 1652913258),
(65323, '3298', '91.00', '5', '20.001', '25', '58000000', '58099999', '50000000', '52999999', NULL, 1652913258),
(65324, '3220', '138.00', '1', '20.001', '25', '58000000', '58099999', '50000000', '52999999', NULL, 1652913276),
(65325, '3298', '110.00', '5', '25.001', '30', '58000000', '58099999', '50000000', '52999999', NULL, 1652913294),
(65326, '3220', '168.00', '1', '25.001', '30', '58000000', '58099999', '50000000', '52999999', NULL, 1652913295),
(65327, '3298', '25.00', '5', '0.3', '5', '58000000', '58099999', '50000000', '54999999', NULL, 1652913295),
(65328, '3220', '34.00', '1', '0.3', '5', '58000000', '58099999', '50000000', '54999999', NULL, 1652913296),
(65329, '3298', '31.00', '5', '5.001', '10', '58000000', '58099999', '50000000', '54999999', NULL, 1652913296),
(65330, '3220', '48.00', '1', '5.001', '10', '58000000', '58099999', '50000000', '54999999', NULL, 1652913297),
(65331, '3298', '51.00', '5', '10.001', '15', '58000000', '58099999', '50000000', '54999999', NULL, 1652913298),
(65332, '3220', '78.00', '1', '10.001', '15', '58000000', '58099999', '50000000', '54999999', NULL, 1652913298),
(65333, '3298', '71.00', '5', '15.001', '20', '58000000', '58099999', '50000000', '54999999', NULL, 1652913299),
(65334, '3220', '108.00', '1', '15.001', '20', '58000000', '58099999', '50000000', '54999999', NULL, 1652913299),
(65335, '3298', '91.00', '5', '20.001', '25', '58000000', '58099999', '50000000', '54999999', NULL, 1652913314),
(65336, '3220', '138.00', '1', '20.001', '25', '58000000', '58099999', '50000000', '54999999', NULL, 1652913315),
(65337, '3298', '110.00', '5', '25.001', '30', '58000000', '58099999', '50000000', '54999999', NULL, 1652913315),
(65338, '3220', '168.00', '1', '25.001', '30', '58000000', '58099999', '50000000', '54999999', NULL, 1652913316),
(65339, '3298', '44.00', '9', '0.3', '5', '58000000', '58099999', '55000000', '56999999', NULL, 1652913317),
(65340, '3220', '102.00', '6', '0.3', '5', '58000000', '58099999', '55000000', '56999999', NULL, 1652913331),
(65341, '3298', '74.00', '9', '5.001', '10', '58000000', '58099999', '55000000', '56999999', NULL, 1652913331),
(65342, '3220', '141.00', '6', '5.001', '10', '58000000', '58099999', '55000000', '56999999', NULL, 1652913332),
(65343, '3298', '120.00', '9', '10.001', '15', '58000000', '58099999', '55000000', '56999999', NULL, 1652913333),
(65344, '3220', '229.00', '6', '10.001', '15', '58000000', '58099999', '55000000', '56999999', NULL, 1652913333),
(65345, '3298', '166.00', '9', '15.001', '20', '58000000', '58099999', '55000000', '56999999', NULL, 1652913347),
(65346, '3220', '316.00', '6', '15.001', '20', '58000000', '58099999', '55000000', '56999999', NULL, 1652913348),
(65347, '3298', '212.00', '9', '20.001', '25', '58000000', '58099999', '55000000', '56999999', NULL, 1652913348),
(65348, '3220', '404.00', '6', '20.001', '25', '58000000', '58099999', '55000000', '56999999', NULL, 1652913349),
(65349, '3298', '258.00', '9', '25.001', '30', '58000000', '58099999', '55000000', '56999999', NULL, 1652913350),
(65350, '3220', '492.00', '6', '25.001', '30', '58000000', '58099999', '55000000', '56999999', NULL, 1652913351),
(65351, '3298', '30.00', '6', '0.3', '5', '58000000', '58099999', '57000000', '57099999', NULL, 1652913363),
(65352, '3220', '59.00', '2', '0.3', '5', '58000000', '58099999', '57000000', '57099999', NULL, 1652913364),
(65353, '3298', '44.00', '6', '5.001', '10', '58000000', '58099999', '57000000', '57099999', NULL, 1652913364),
(65354, '3220', '93.00', '2', '5.001', '10', '58000000', '58099999', '57000000', '57099999', NULL, 1652913365),
(65355, '3298', '71.00', '6', '10.001', '15', '58000000', '58099999', '57000000', '57099999', NULL, 1652913366),
(65356, '3220', '150.00', '2', '10.001', '15', '58000000', '58099999', '57000000', '57099999', NULL, 1652913367),
(65357, '3298', '99.00', '6', '15.001', '20', '58000000', '58099999', '57000000', '57099999', NULL, 1652913367),
(65358, '3220', '208.00', '2', '15.001', '20', '58000000', '58099999', '57000000', '57099999', NULL, 1652913368),
(65359, '3298', '126.00', '6', '20.001', '25', '58000000', '58099999', '57000000', '57099999', NULL, 1652913369),
(65360, '3220', '266.00', '2', '20.001', '25', '58000000', '58099999', '57000000', '57099999', NULL, 1652913370),
(65361, '3298', '153.00', '6', '25.001', '30', '58000000', '58099999', '57000000', '57099999', NULL, 1652913370),
(65362, '3220', '324.00', '2', '25.001', '30', '58000000', '58099999', '57000000', '57099999', NULL, 1652913371),
(65363, '3298', '30.00', '7', '0.3', '5', '58000000', '58099999', '57100000', '57999999', NULL, 1652913371),
(65364, '3220', '59.00', '5', '0.3', '5', '58000000', '58099999', '57100000', '57999999', NULL, 1652913372),
(65365, '3298', '44.00', '7', '5.001', '10', '58000000', '58099999', '57100000', '57999999', NULL, 1652913372),
(65366, '3220', '93.00', '5', '5.001', '10', '58000000', '58099999', '57100000', '57999999', NULL, 1652913373),
(65367, '3298', '71.00', '7', '10.001', '15', '58000000', '58099999', '57100000', '57999999', NULL, 1652913384),
(65368, '3220', '150.00', '5', '10.001', '15', '58000000', '58099999', '57100000', '57999999', NULL, 1652913384),
(65369, '3298', '99.00', '7', '15.001', '20', '58000000', '58099999', '57100000', '57999999', NULL, 1652913395),
(65370, '3220', '208.00', '5', '15.001', '20', '58000000', '58099999', '57100000', '57999999', NULL, 1652913396),
(65371, '3298', '126.00', '7', '20.001', '25', '58000000', '58099999', '57100000', '57999999', NULL, 1652913397),
(65372, '3220', '266.00', '5', '20.001', '25', '58000000', '58099999', '57100000', '57999999', NULL, 1652913398),
(65373, '3298', '153.00', '7', '25.001', '30', '58000000', '58099999', '57100000', '57999999', NULL, 1652913398),
(65374, '3220', '324.00', '5', '25.001', '30', '58000000', '58099999', '57100000', '57999999', NULL, 1652913399),
(65375, '3298', '26.00', '5', '0.3', '5', '58000000', '58099999', '58000000', '58099999', NULL, 1652913399),
(65376, '3220', '22.00', '1', '0.3', '5', '58000000', '58099999', '58000000', '58099999', NULL, 1652913400),
(65377, '3298', '32.00', '5', '5.001', '10', '58000000', '58099999', '58000000', '58099999', NULL, 1652913400),
(65378, '3220', '28.00', '1', '5.001', '10', '58000000', '58099999', '58000000', '58099999', NULL, 1652913401),
(65379, '3298', '52.00', '5', '10.001', '15', '58000000', '58099999', '58000000', '58099999', NULL, 1652913402),
(65380, '3220', '45.00', '1', '10.001', '15', '58000000', '58099999', '58000000', '58099999', NULL, 1652913402),
(65381, '3298', '72.00', '5', '15.001', '20', '58000000', '58099999', '58000000', '58099999', NULL, 1652913403),
(65382, '3220', '63.00', '1', '15.001', '20', '58000000', '58099999', '58000000', '58099999', NULL, 1652913404),
(65383, '3298', '92.00', '5', '20.001', '25', '58000000', '58099999', '58000000', '58099999', NULL, 1652913404),
(65384, '3220', '80.00', '1', '20.001', '25', '58000000', '58099999', '58000000', '58099999', NULL, 1652913415),
(65385, '3298', '112.00', '5', '25.001', '30', '58000000', '58099999', '58000000', '58099999', NULL, 1652913415),
(65386, '3220', '97.00', '1', '25.001', '30', '58000000', '58099999', '58000000', '58099999', NULL, 1652913416),
(65387, '3298', '26.00', '7', '0.3', '5', '58000000', '58099999', '58100000', '58999999', NULL, 1652913417),
(65388, '3220', '34.00', '5', '0.3', '5', '58000000', '58099999', '58100000', '58999999', NULL, 1652913417),
(65389, '3298', '32.00', '7', '5.001', '10', '58000000', '58099999', '58100000', '58999999', NULL, 1652913418),
(65390, '3220', '48.00', '5', '5.001', '10', '58000000', '58099999', '58100000', '58999999', NULL, 1652913418),
(65391, '3298', '52.00', '7', '10.001', '15', '58000000', '58099999', '58100000', '58999999', NULL, 1652913419),
(65392, '3220', '79.00', '5', '10.001', '15', '58000000', '58099999', '58100000', '58999999', NULL, 1652913420),
(65393, '3298', '72.00', '7', '15.001', '20', '58000000', '58099999', '58100000', '58999999', NULL, 1652913421),
(65394, '3220', '109.00', '5', '15.001', '20', '58000000', '58099999', '58100000', '58999999', NULL, 1652913421),
(65395, '3298', '92.00', '7', '20.001', '25', '58000000', '58099999', '58100000', '58999999', NULL, 1652913432),
(65396, '3220', '139.00', '5', '20.001', '25', '58000000', '58099999', '58100000', '58999999', NULL, 1652913433),
(65397, '3298', '112.00', '7', '25.001', '30', '58000000', '58099999', '58100000', '58999999', NULL, 1652913433),
(65398, '3220', '170.00', '5', '25.001', '30', '58000000', '58099999', '58100000', '58999999', NULL, 1652913434),
(65399, '3298', '25.00', '5', '0.3', '5', '58000000', '58099999', '59000000', '59099999', NULL, 1652913435),
(65400, '3220', '34.00', '1', '0.3', '5', '58000000', '58099999', '59000000', '59099999', NULL, 1652913435),
(65401, '3298', '31.00', '5', '5.001', '10', '58000000', '58099999', '59000000', '59099999', NULL, 1652913436),
(65402, '3220', '48.00', '1', '5.001', '10', '58000000', '58099999', '59000000', '59099999', NULL, 1652913437),
(65403, '3298', '51.00', '5', '10.001', '15', '58000000', '58099999', '59000000', '59099999', NULL, 1652913437),
(65404, '3220', '78.00', '1', '10.001', '15', '58000000', '58099999', '59000000', '59099999', NULL, 1652913438),
(65405, '3298', '71.00', '5', '15.001', '20', '58000000', '58099999', '59000000', '59099999', NULL, 1652913438),
(65406, '3220', '108.00', '1', '15.001', '20', '58000000', '58099999', '59000000', '59099999', NULL, 1652913439),
(65407, '3298', '91.00', '5', '20.001', '25', '58000000', '58099999', '59000000', '59099999', NULL, 1652913439),
(65408, '3220', '138.00', '1', '20.001', '25', '58000000', '58099999', '59000000', '59099999', NULL, 1652913440),
(65409, '3298', '110.00', '5', '25.001', '30', '58000000', '58099999', '59000000', '59099999', NULL, 1652913441),
(65410, '3220', '168.00', '1', '25.001', '30', '58000000', '58099999', '59000000', '59099999', NULL, 1652913441),
(65411, '3298', '25.00', '5', '0.3', '5', '58000000', '58099999', '59100000', '59999999', NULL, 1652913442),
(65412, '3220', '34.00', '1', '0.3', '5', '58000000', '58099999', '59100000', '59999999', NULL, 1652913442),
(65413, '3298', '31.00', '5', '5.001', '10', '58000000', '58099999', '59100000', '59999999', NULL, 1652913443),
(65414, '3220', '48.00', '1', '5.001', '10', '58000000', '58099999', '59100000', '59999999', NULL, 1652913443),
(65415, '3298', '51.00', '5', '10.001', '15', '58000000', '58099999', '59100000', '59999999', NULL, 1652913444),
(65416, '3220', '78.00', '1', '10.001', '15', '58000000', '58099999', '59100000', '59999999', NULL, 1652913446),
(65417, '3298', '71.00', '5', '15.001', '20', '58000000', '58099999', '59100000', '59999999', NULL, 1652913447),
(65418, '3220', '108.00', '1', '15.001', '20', '58000000', '58099999', '59100000', '59999999', NULL, 1652913447),
(65419, '3298', '91.00', '5', '20.001', '25', '58000000', '58099999', '59100000', '59999999', NULL, 1652913448),
(65420, '3220', '138.00', '1', '20.001', '25', '58000000', '58099999', '59100000', '59999999', NULL, 1652913448),
(65421, '3298', '110.00', '5', '25.001', '30', '58000000', '58099999', '59100000', '59999999', NULL, 1652913449),
(65422, '3220', '168.00', '1', '25.001', '30', '58000000', '58099999', '59100000', '59999999', NULL, 1652913449),
(65423, '3298', '30.00', '6', '0.3', '5', '58000000', '58099999', '60000000', '60999999', NULL, 1652913450),
(65424, '3220', '59.00', '2', '0.3', '5', '58000000', '58099999', '60000000', '60999999', NULL, 1652913451),
(65425, '3298', '44.00', '6', '5.001', '10', '58000000', '58099999', '60000000', '60999999', NULL, 1652913451),
(65426, '3220', '93.00', '2', '5.001', '10', '58000000', '58099999', '60000000', '60999999', NULL, 1652913452),
(65427, '3298', '71.00', '6', '10.001', '15', '58000000', '58099999', '60000000', '60999999', NULL, 1652913452),
(65428, '3220', '150.00', '2', '10.001', '15', '58000000', '58099999', '60000000', '60999999', NULL, 1652913453),
(65429, '3298', '99.00', '6', '15.001', '20', '58000000', '58099999', '60000000', '60999999', NULL, 1652913454),
(65430, '3220', '208.00', '2', '15.001', '20', '58000000', '58099999', '60000000', '60999999', NULL, 1652913454),
(65431, '3298', '126.00', '6', '20.001', '25', '58000000', '58099999', '60000000', '60999999', NULL, 1652913455),
(65432, '3220', '266.00', '2', '20.001', '25', '58000000', '58099999', '60000000', '60999999', NULL, 1652913456),
(65433, '3298', '153.00', '6', '25.001', '30', '58000000', '58099999', '60000000', '60999999', NULL, 1652913468),
(65434, '3220', '324.00', '2', '25.001', '30', '58000000', '58099999', '60000000', '60999999', NULL, 1652913479),
(65435, '3298', '30.00', '6', '0.3', '5', '58000000', '58099999', '60000000', '61900999', NULL, 1652913480),
(65436, '3220', '59.00', '2', '0.3', '5', '58000000', '58099999', '60000000', '61900999', NULL, 1652913480),
(65437, '3298', '44.00', '6', '5.001', '10', '58000000', '58099999', '60000000', '61900999', NULL, 1652913481),
(65438, '3220', '93.00', '2', '5.001', '10', '58000000', '58099999', '60000000', '61900999', NULL, 1652913481),
(65439, '3298', '71.00', '6', '10.001', '15', '58000000', '58099999', '60000000', '61900999', NULL, 1652913482),
(65440, '3220', '150.00', '2', '10.001', '15', '58000000', '58099999', '60000000', '61900999', NULL, 1652913483),
(65441, '3298', '99.00', '6', '15.001', '20', '58000000', '58099999', '60000000', '61900999', NULL, 1652913484),
(65442, '3220', '208.00', '2', '15.001', '20', '58000000', '58099999', '60000000', '61900999', NULL, 1652913484),
(65443, '3298', '126.00', '6', '20.001', '25', '58000000', '58099999', '60000000', '61900999', NULL, 1652913485),
(65444, '3220', '266.00', '2', '20.001', '25', '58000000', '58099999', '60000000', '61900999', NULL, 1652913485),
(65445, '3298', '153.00', '6', '25.001', '30', '58000000', '58099999', '60000000', '61900999', NULL, 1652913486),
(65446, '3220', '324.00', '2', '25.001', '30', '58000000', '58099999', '60000000', '61900999', NULL, 1652913497),
(65447, '3298', '44.00', '9', '0.3', '5', '58000000', '58099999', '61901000', '63999999', NULL, 1652913498),
(65448, '3220', '102.00', '7', '0.3', '5', '58000000', '58099999', '61901000', '63999999', NULL, 1652913498),
(65449, '3298', '74.00', '9', '5.001', '10', '58000000', '58099999', '61901000', '63999999', NULL, 1652913499),
(65450, '3220', '141.00', '7', '5.001', '10', '58000000', '58099999', '61901000', '63999999', NULL, 1652913500),
(65451, '3298', '120.00', '9', '10.001', '15', '58000000', '58099999', '61901000', '63999999', NULL, 1652913501),
(65452, '3220', '229.00', '7', '10.001', '15', '58000000', '58099999', '61901000', '63999999', NULL, 1652913501),
(65453, '3298', '166.00', '9', '15.001', '20', '58000000', '58099999', '61901000', '63999999', NULL, 1652913502),
(65454, '3220', '316.00', '7', '15.001', '20', '58000000', '58099999', '61901000', '63999999', NULL, 1652913502),
(65455, '3298', '212.00', '9', '20.001', '25', '58000000', '58099999', '61901000', '63999999', NULL, 1652913503),
(65456, '3220', '404.00', '7', '20.001', '25', '58000000', '58099999', '61901000', '63999999', NULL, 1652913503),
(65457, '3298', '258.00', '9', '25.001', '30', '58000000', '58099999', '61901000', '63999999', NULL, 1652913504),
(65458, '3220', '492.00', '7', '25.001', '30', '58000000', '58099999', '61901000', '63999999', NULL, 1652913504),
(65459, '3298', '34.00', '7', '0.3', '5', '58000000', '58099999', '64000000', '64099999', NULL, 1652913505),
(65460, '3220', '80.00', '3', '0.3', '5', '58000000', '58099999', '64000000', '64099999', NULL, 1652913506),
(65461, '3298', '50.00', '7', '5.001', '10', '58000000', '58099999', '64000000', '64099999', NULL, 1652913506),
(65462, '3220', '125.00', '3', '5.001', '10', '58000000', '58099999', '64000000', '64099999', NULL, 1652913506),
(65463, '3298', '82.00', '7', '10.001', '15', '58000000', '58099999', '64000000', '64099999', NULL, 1652913507),
(65464, '3220', '203.00', '3', '10.001', '15', '58000000', '58099999', '64000000', '64099999', NULL, 1652913518),
(65465, '3298', '113.00', '7', '15.001', '20', '58000000', '58099999', '64000000', '64099999', NULL, 1652913518),
(65466, '3220', '281.00', '3', '15.001', '20', '58000000', '58099999', '64000000', '64099999', NULL, 1652913519),
(65467, '3298', '145.00', '7', '20.001', '25', '58000000', '58099999', '64000000', '64099999', NULL, 1652913520),
(65468, '3220', '359.00', '3', '20.001', '25', '58000000', '58099999', '64000000', '64099999', NULL, 1652913520),
(65469, '3298', '176.00', '7', '25.001', '30', '58000000', '58099999', '64000000', '64099999', NULL, 1652913521),
(65470, '3220', '437.00', '3', '25.001', '30', '58000000', '58099999', '64000000', '64099999', NULL, 1652913522),
(65471, '3298', '50.00', '13', '0.3', '5', '58000000', '58099999', '64100000', '64999999', NULL, 1652913522),
(65472, '3220', '124.00', '7', '0.3', '5', '58000000', '58099999', '64100000', '64999999', NULL, 1652913523),
(65473, '3298', '83.00', '13', '5.001', '10', '58000000', '58099999', '64100000', '64999999', NULL, 1652913524),
(65474, '3220', '175.00', '7', '5.001', '10', '58000000', '58099999', '64100000', '64999999', NULL, 1652913524),
(65475, '3298', '135.00', '13', '10.001', '15', '58000000', '58099999', '64100000', '64999999', NULL, 1652913525),
(65476, '3220', '283.00', '7', '10.001', '15', '58000000', '58099999', '64100000', '64999999', NULL, 1652913526),
(65477, '3298', '186.00', '13', '15.001', '20', '58000000', '58099999', '64100000', '64999999', NULL, 1652913526),
(65478, '3220', '392.00', '7', '15.001', '20', '58000000', '58099999', '64100000', '64999999', NULL, 1652913527),
(65479, '3298', '238.00', '13', '20.001', '25', '58000000', '58099999', '64100000', '64999999', NULL, 1652913528),
(65480, '3220', '500.00', '7', '20.001', '25', '58000000', '58099999', '64100000', '64999999', NULL, 1652913528),
(65481, '3298', '290.00', '13', '25.001', '30', '58000000', '58099999', '64100000', '64999999', NULL, 1652913540),
(65482, '3220', '609.00', '7', '25.001', '30', '58000000', '58099999', '64100000', '64999999', NULL, 1652913540),
(65483, '3298', '38.00', '9', '0.3', '5', '58000000', '58099999', '65000000', '65099999', NULL, 1652913541),
(65484, '3220', '113.00', '5', '0.3', '5', '58000000', '58099999', '65000000', '65099999', NULL, 1652913542),
(65485, '3298', '58.00', '9', '5.001', '10', '58000000', '58099999', '65000000', '65099999', NULL, 1652913542),
(65486, '3220', '176.00', '5', '5.001', '10', '58000000', '58099999', '65000000', '65099999', NULL, 1652913543),
(65487, '3298', '94.00', '9', '10.001', '15', '58000000', '58099999', '65000000', '65099999', NULL, 1652913543),
(65488, '3220', '286.00', '5', '10.001', '15', '58000000', '58099999', '65000000', '65099999', NULL, 1652913556),
(65489, '3298', '130.00', '9', '15.001', '20', '58000000', '58099999', '65000000', '65099999', NULL, 1652913556),
(65490, '3220', '396.00', '5', '15.001', '20', '58000000', '58099999', '65000000', '65099999', NULL, 1652913557),
(65491, '3298', '166.00', '9', '20.001', '25', '58000000', '58099999', '65000000', '65099999', NULL, 1652913557);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(65492, '3220', '505.00', '5', '20.001', '25', '58000000', '58099999', '65000000', '65099999', NULL, 1652913558),
(65493, '3298', '202.00', '9', '25.001', '30', '58000000', '58099999', '65000000', '65099999', NULL, 1652913558),
(65494, '3220', '615.00', '5', '25.001', '30', '58000000', '58099999', '65000000', '65099999', NULL, 1652913559),
(65495, '3298', '70.00', '12', '0.3', '5', '58000000', '58099999', '65100000', '65999999', NULL, 1652913560),
(65496, '3220', '157.00', '9', '0.3', '5', '58000000', '58099999', '65100000', '65999999', NULL, 1652913561),
(65497, '3298', '106.00', '12', '5.001', '10', '58000000', '58099999', '65100000', '65999999', NULL, 1652913561),
(65498, '3220', '226.00', '9', '5.001', '10', '58000000', '58099999', '65100000', '65999999', NULL, 1652913562),
(65499, '3298', '172.00', '12', '10.001', '15', '58000000', '58099999', '65100000', '65999999', NULL, 1652913562),
(65500, '3220', '367.00', '9', '10.001', '15', '58000000', '58099999', '65100000', '65999999', NULL, 1652913563),
(65501, '3298', '239.00', '12', '15.001', '20', '58000000', '58099999', '65100000', '65999999', NULL, 1652913564),
(65502, '3220', '508.00', '9', '15.001', '20', '58000000', '58099999', '65100000', '65999999', NULL, 1652913564),
(65503, '3298', '305.00', '12', '20.001', '25', '58000000', '58099999', '65100000', '65999999', NULL, 1652913565),
(65504, '3220', '649.00', '9', '20.001', '25', '58000000', '58099999', '65100000', '65999999', NULL, 1652913566),
(65505, '3298', '371.00', '12', '25.001', '30', '58000000', '58099999', '65100000', '65999999', NULL, 1652913566),
(65506, '3220', '789.00', '9', '25.001', '30', '58000000', '58099999', '65100000', '65999999', NULL, 1652913567),
(65507, '3298', '45.00', '8', '0.3', '5', '58000000', '58099999', '66000000', '66999999', NULL, 1652913578),
(65508, '3220', '137.00', '4', '0.3', '5', '58000000', '58099999', '66000000', '66999999', NULL, 1652913578),
(65509, '3298', '71.00', '8', '5.001', '10', '58000000', '58099999', '66000000', '66999999', NULL, 1652913588),
(65510, '3220', '214.00', '4', '5.001', '10', '58000000', '58099999', '66000000', '66999999', NULL, 1652913589),
(65511, '3298', '116.00', '8', '10.001', '15', '58000000', '58099999', '66000000', '66999999', NULL, 1652913599),
(65512, '3220', '346.00', '4', '10.001', '15', '58000000', '58099999', '66000000', '66999999', NULL, 1652913600),
(65513, '3298', '160.00', '8', '15.001', '20', '58000000', '58099999', '66000000', '66999999', NULL, 1652913600),
(65514, '3220', '479.00', '4', '15.001', '20', '58000000', '58099999', '66000000', '66999999', NULL, 1652913601),
(65515, '3298', '205.00', '8', '20.001', '25', '58000000', '58099999', '66000000', '66999999', NULL, 1652913602),
(65516, '3220', '612.00', '4', '20.001', '25', '58000000', '58099999', '66000000', '66999999', NULL, 1652913603),
(65517, '3298', '249.00', '8', '25.001', '30', '58000000', '58099999', '66000000', '66999999', NULL, 1652913604),
(65518, '3220', '744.00', '4', '25.001', '30', '58000000', '58099999', '66000000', '66999999', NULL, 1652913604),
(65519, '3298', '45.00', '8', '0.3', '5', '58000000', '58099999', '66000000', '67999999', NULL, 1652913605),
(65520, '3220', '137.00', '4', '0.3', '5', '58000000', '58099999', '66000000', '67999999', NULL, 1652913606),
(65521, '3298', '71.00', '8', '5.001', '10', '58000000', '58099999', '66000000', '67999999', NULL, 1652913608),
(65522, '3220', '214.00', '4', '5.001', '10', '58000000', '58099999', '66000000', '67999999', NULL, 1652913608),
(65523, '3298', '116.00', '8', '10.001', '15', '58000000', '58099999', '66000000', '67999999', NULL, 1652913609),
(65524, '3220', '346.00', '4', '10.001', '15', '58000000', '58099999', '66000000', '67999999', NULL, 1652913610),
(65525, '3298', '160.00', '8', '15.001', '20', '58000000', '58099999', '66000000', '67999999', NULL, 1652913610),
(65526, '3220', '479.00', '4', '15.001', '20', '58000000', '58099999', '66000000', '67999999', NULL, 1652913611),
(65527, '3298', '205.00', '8', '20.001', '25', '58000000', '58099999', '66000000', '67999999', NULL, 1652913619),
(65528, '3220', '612.00', '4', '20.001', '25', '58000000', '58099999', '66000000', '67999999', NULL, 1652913621),
(65529, '3298', '249.00', '8', '25.001', '30', '58000000', '58099999', '66000000', '67999999', NULL, 1652913621),
(65530, '3220', '744.00', '4', '25.001', '30', '58000000', '58099999', '66000000', '67999999', NULL, 1652913629),
(65531, '3298', '90.00', '12', '0.3', '5', '58000000', '58099999', '68000000', '68899999', NULL, 1652913638),
(65532, '3220', '183.00', '8', '0.3', '5', '58000000', '58099999', '68000000', '68899999', NULL, 1652913638),
(65533, '3298', '133.00', '12', '5.001', '10', '58000000', '58099999', '68000000', '68899999', NULL, 1652913646),
(65534, '3220', '266.00', '8', '5.001', '10', '58000000', '58099999', '68000000', '68899999', NULL, 1652913647),
(65535, '3298', '215.00', '12', '10.001', '15', '58000000', '58099999', '68000000', '68899999', NULL, 1652913647),
(65536, '3220', '430.00', '8', '10.001', '15', '58000000', '58099999', '68000000', '68899999', NULL, 1652913648),
(65537, '3298', '298.00', '12', '15.001', '20', '58000000', '58099999', '68000000', '68899999', NULL, 1652913648),
(65538, '3220', '595.00', '8', '15.001', '20', '58000000', '58099999', '68000000', '68899999', NULL, 1652913649),
(65539, '3298', '380.00', '12', '20.001', '25', '58000000', '58099999', '68000000', '68899999', NULL, 1652913651),
(65540, '3220', '760.00', '8', '20.001', '25', '58000000', '58099999', '68000000', '68899999', NULL, 1652913651),
(65541, '3298', '463.00', '12', '25.001', '30', '58000000', '58099999', '68000000', '68899999', NULL, 1652913653),
(65542, '3220', '925.00', '8', '25.001', '30', '58000000', '58099999', '68000000', '68899999', NULL, 1652913654),
(65543, '3298', '45.00', '20', '0.3', '5', '58000000', '58099999', '68900000', '68914999', NULL, 1652913654),
(65544, '3220', '137.00', '11', '0.3', '5', '58000000', '58099999', '68900000', '68914999', NULL, 1652913655),
(65545, '3298', '71.00', '20', '5.001', '10', '58000000', '58099999', '68900000', '68914999', NULL, 1652913656),
(65546, '3220', '214.00', '11', '5.001', '10', '58000000', '58099999', '68900000', '68914999', NULL, 1652913657),
(65547, '3298', '116.00', '20', '10.001', '15', '58000000', '58099999', '68900000', '68914999', NULL, 1652913658),
(65548, '3220', '346.00', '11', '10.001', '15', '58000000', '58099999', '68900000', '68914999', NULL, 1652913658),
(65549, '3298', '160.00', '20', '15.001', '20', '58000000', '58099999', '68900000', '68914999', NULL, 1652913659),
(65550, '3220', '479.00', '11', '15.001', '20', '58000000', '58099999', '68900000', '68914999', NULL, 1652913660),
(65551, '3298', '205.00', '20', '20.001', '25', '58000000', '58099999', '68900000', '68914999', NULL, 1652913661),
(65552, '3220', '612.00', '11', '20.001', '25', '58000000', '58099999', '68900000', '68914999', NULL, 1652913661),
(65553, '3298', '249.00', '20', '25.001', '30', '58000000', '58099999', '68900000', '68914999', NULL, 1652913664),
(65554, '3220', '744.00', '11', '25.001', '30', '58000000', '58099999', '68900000', '68914999', NULL, 1652913664),
(65555, '3298', '90.00', '22', '0.3', '5', '58000000', '58099999', '68915000', '68999999', NULL, 1652913665),
(65556, '3220', '183.00', '13', '0.3', '5', '58000000', '58099999', '68915000', '68999999', NULL, 1652913666),
(65557, '3298', '133.00', '22', '5.001', '10', '58000000', '58099999', '68915000', '68999999', NULL, 1652913666),
(65558, '3220', '266.00', '13', '5.001', '10', '58000000', '58099999', '68915000', '68999999', NULL, 1652913667),
(65559, '3298', '215.00', '22', '10.001', '15', '58000000', '58099999', '68915000', '68999999', NULL, 1652913667),
(65560, '3220', '430.00', '13', '10.001', '15', '58000000', '58099999', '68915000', '68999999', NULL, 1652913667),
(65561, '3298', '298.00', '22', '15.001', '20', '58000000', '58099999', '68915000', '68999999', NULL, 1652913668),
(65562, '3220', '595.00', '13', '15.001', '20', '58000000', '58099999', '68915000', '68999999', NULL, 1652913669),
(65563, '3298', '380.00', '22', '20.001', '25', '58000000', '58099999', '68915000', '68999999', NULL, 1652913669),
(65564, '3220', '760.00', '13', '20.001', '25', '58000000', '58099999', '68915000', '68999999', NULL, 1652913670),
(65565, '3298', '463.00', '22', '25.001', '30', '58000000', '58099999', '68915000', '68999999', NULL, 1652913670),
(65566, '3220', '925.00', '13', '25.001', '30', '58000000', '58099999', '68915000', '68999999', NULL, 1652913671),
(65567, '3298', '45.00', '22', '0.3', '5', '58000000', '58099999', '69000000', '69099999', NULL, 1652913672),
(65568, '3220', '137.00', '3', '0.3', '5', '58000000', '58099999', '69000000', '69099999', NULL, 1652913673),
(65569, '3298', '71.00', '22', '5.001', '10', '58000000', '58099999', '69000000', '69099999', NULL, 1652913674),
(65570, '3220', '214.00', '3', '5.001', '10', '58000000', '58099999', '69000000', '69099999', NULL, 1652913675),
(65571, '3298', '116.00', '22', '10.001', '15', '58000000', '58099999', '69000000', '69099999', NULL, 1652913676),
(65572, '3220', '346.00', '3', '10.001', '15', '58000000', '58099999', '69000000', '69099999', NULL, 1652913676),
(65573, '3298', '160.00', '22', '15.001', '20', '58000000', '58099999', '69000000', '69099999', NULL, 1652913677),
(65574, '3220', '479.00', '3', '15.001', '20', '58000000', '58099999', '69000000', '69099999', NULL, 1652913678),
(65575, '3298', '205.00', '22', '20.001', '25', '58000000', '58099999', '69000000', '69099999', NULL, 1652913679),
(65576, '3220', '612.00', '3', '20.001', '25', '58000000', '58099999', '69000000', '69099999', NULL, 1652913680),
(65577, '3298', '249.00', '22', '25.001', '30', '58000000', '58099999', '69000000', '69099999', NULL, 1652913686),
(65578, '3220', '744.00', '3', '25.001', '30', '58000000', '58099999', '69000000', '69099999', NULL, 1652913686),
(65579, '3298', '90.00', '29', '0.3', '5', '58000000', '58099999', '69100000', '69299999', NULL, 1652913688),
(65580, '3220', '183.00', '7', '0.3', '5', '58000000', '58099999', '69100000', '69299999', NULL, 1652913689),
(65581, '3298', '133.00', '29', '5.001', '10', '58000000', '58099999', '69100000', '69299999', NULL, 1652913691),
(65582, '3220', '266.00', '7', '5.001', '10', '58000000', '58099999', '69100000', '69299999', NULL, 1652913692),
(65583, '3298', '215.00', '29', '10.001', '15', '58000000', '58099999', '69100000', '69299999', NULL, 1652913694),
(65584, '3220', '430.00', '7', '10.001', '15', '58000000', '58099999', '69100000', '69299999', NULL, 1652913700),
(65585, '3298', '298.00', '29', '15.001', '20', '58000000', '58099999', '69100000', '69299999', NULL, 1652913701),
(65586, '3220', '595.00', '7', '15.001', '20', '58000000', '58099999', '69100000', '69299999', NULL, 1652913702),
(65587, '3298', '380.00', '29', '20.001', '25', '58000000', '58099999', '69100000', '69299999', NULL, 1652913708),
(65588, '3220', '760.00', '7', '20.001', '25', '58000000', '58099999', '69100000', '69299999', NULL, 1652913711),
(65589, '3298', '463.00', '29', '25.001', '30', '58000000', '58099999', '69100000', '69299999', NULL, 1652913712),
(65590, '3220', '925.00', '7', '25.001', '30', '58000000', '58099999', '69100000', '69299999', NULL, 1652913715),
(65591, '3298', '45.00', '22', '0.3', '5', '58000000', '58099999', '69300000', '69339999', NULL, 1652913720),
(65592, '3220', '137.00', '3', '0.3', '5', '58000000', '58099999', '69300000', '69339999', NULL, 1652913721),
(65593, '3298', '71.00', '22', '5.001', '10', '58000000', '58099999', '69300000', '69339999', NULL, 1652913722),
(65594, '3220', '214.00', '3', '5.001', '10', '58000000', '58099999', '69300000', '69339999', NULL, 1652913726),
(65595, '3298', '116.00', '22', '10.001', '15', '58000000', '58099999', '69300000', '69339999', NULL, 1652913728),
(65596, '3220', '346.00', '3', '10.001', '15', '58000000', '58099999', '69300000', '69339999', NULL, 1652913731),
(65597, '3298', '160.00', '22', '15.001', '20', '58000000', '58099999', '69300000', '69339999', NULL, 1652913732),
(65598, '3220', '479.00', '3', '15.001', '20', '58000000', '58099999', '69300000', '69339999', NULL, 1652913733),
(65599, '3298', '205.00', '22', '20.001', '25', '58000000', '58099999', '69300000', '69339999', NULL, 1652913736),
(65600, '3220', '612.00', '3', '20.001', '25', '58000000', '58099999', '69300000', '69339999', NULL, 1652913737),
(65601, '3298', '249.00', '22', '25.001', '30', '58000000', '58099999', '69300000', '69339999', NULL, 1652913738),
(65602, '3220', '744.00', '3', '25.001', '30', '58000000', '58099999', '69300000', '69339999', NULL, 1652913741),
(65603, '3298', '90.00', '29', '0.3', '5', '58000000', '58099999', '69340000', '69389999', NULL, 1652913742),
(65604, '3220', '183.00', '9', '0.3', '5', '58000000', '58099999', '69340000', '69389999', NULL, 1652913746),
(65605, '3298', '133.00', '29', '5.001', '10', '58000000', '58099999', '69340000', '69389999', NULL, 1652913750),
(65606, '3220', '266.00', '9', '5.001', '10', '58000000', '58099999', '69340000', '69389999', NULL, 1652913752),
(65607, '3298', '215.00', '29', '10.001', '15', '58000000', '58099999', '69340000', '69389999', NULL, 1652913758),
(65608, '3220', '430.00', '9', '10.001', '15', '58000000', '58099999', '69340000', '69389999', NULL, 1652913763),
(65609, '3298', '298.00', '29', '15.001', '20', '58000000', '58099999', '69340000', '69389999', NULL, 1652913767),
(65610, '3220', '595.00', '9', '15.001', '20', '58000000', '58099999', '69340000', '69389999', NULL, 1652913773),
(65611, '3298', '380.00', '29', '20.001', '25', '58000000', '58099999', '69340000', '69389999', NULL, 1652913778),
(65612, '3220', '760.00', '9', '20.001', '25', '58000000', '58099999', '69340000', '69389999', NULL, 1652913783),
(65613, '3298', '463.00', '29', '25.001', '30', '58000000', '58099999', '69340000', '69389999', NULL, 1652913787),
(65614, '3220', '925.00', '9', '25.001', '30', '58000000', '58099999', '69340000', '69389999', NULL, 1652913791),
(65615, '3298', '45.00', '10', '0.3', '5', '58000000', '58099999', '69900000', '69920999', NULL, 1652913792),
(65616, '3220', '137.00', '5', '0.3', '5', '58000000', '58099999', '69900000', '69920999', NULL, 1652913796),
(65617, '3298', '71.00', '10', '5.001', '10', '58000000', '58099999', '69900000', '69920999', NULL, 1652913796),
(65618, '3220', '214.00', '5', '5.001', '10', '58000000', '58099999', '69900000', '69920999', NULL, 1652913801),
(65619, '3298', '116.00', '10', '10.001', '15', '58000000', '58099999', '69900000', '69920999', NULL, 1652913804),
(65620, '3220', '346.00', '5', '10.001', '15', '58000000', '58099999', '69900000', '69920999', NULL, 1652913804),
(65621, '3298', '160.00', '10', '15.001', '20', '58000000', '58099999', '69900000', '69920999', NULL, 1652913806),
(65622, '3220', '479.00', '5', '15.001', '20', '58000000', '58099999', '69900000', '69920999', NULL, 1652913806),
(65623, '3298', '205.00', '10', '20.001', '25', '58000000', '58099999', '69900000', '69920999', NULL, 1652913807),
(65624, '3220', '612.00', '5', '20.001', '25', '58000000', '58099999', '69900000', '69920999', NULL, 1652913809),
(65625, '3298', '249.00', '10', '25.001', '30', '58000000', '58099999', '69900000', '69920999', NULL, 1652913810),
(65626, '3220', '744.00', '5', '25.001', '30', '58000000', '58099999', '69900000', '69920999', NULL, 1652913810),
(65627, '3298', '90.00', '15', '0.3', '5', '58000000', '58099999', '69921000', '69999999', NULL, 1652913814),
(65628, '3220', '183.00', '10', '0.3', '5', '58000000', '58099999', '69921000', '69999999', NULL, 1652913815),
(65629, '3298', '133.00', '15', '5.001', '10', '58000000', '58099999', '69921000', '69999999', NULL, 1652913822),
(65630, '3220', '266.00', '10', '5.001', '10', '58000000', '58099999', '69921000', '69999999', NULL, 1652913823),
(65631, '3298', '215.00', '15', '10.001', '15', '58000000', '58099999', '69921000', '69999999', NULL, 1652913824),
(65632, '3220', '430.00', '10', '10.001', '15', '58000000', '58099999', '69921000', '69999999', NULL, 1652913826),
(65633, '3298', '298.00', '15', '15.001', '20', '58000000', '58099999', '69921000', '69999999', NULL, 1652913827),
(65634, '3220', '595.00', '10', '15.001', '20', '58000000', '58099999', '69921000', '69999999', NULL, 1652913829),
(65635, '3298', '380.00', '15', '20.001', '25', '58000000', '58099999', '69921000', '69999999', NULL, 1652913829),
(65636, '3220', '760.00', '10', '20.001', '25', '58000000', '58099999', '69921000', '69999999', NULL, 1652913831),
(65637, '3298', '463.00', '15', '25.001', '30', '58000000', '58099999', '69921000', '69999999', NULL, 1652913832),
(65638, '3220', '925.00', '10', '25.001', '30', '58000000', '58099999', '69921000', '69999999', NULL, 1652913833),
(65639, '3298', '45.00', '6', '0.3', '5', '58000000', '58099999', '71000000', '73699999', NULL, 1652913835),
(65640, '3220', '137.00', '2', '0.3', '5', '58000000', '58099999', '71000000', '73699999', NULL, 1652913836),
(65641, '3298', '71.00', '6', '5.001', '10', '58000000', '58099999', '71000000', '73699999', NULL, 1652913841),
(65642, '3220', '214.00', '2', '5.001', '10', '58000000', '58099999', '71000000', '73699999', NULL, 1652913843),
(65643, '3298', '116.00', '6', '10.001', '15', '58000000', '58099999', '71000000', '73699999', NULL, 1652913844),
(65644, '3220', '346.00', '2', '10.001', '15', '58000000', '58099999', '71000000', '73699999', NULL, 1652913849),
(65645, '3298', '160.00', '6', '15.001', '20', '58000000', '58099999', '71000000', '73699999', NULL, 1652913850),
(65646, '3220', '479.00', '2', '15.001', '20', '58000000', '58099999', '71000000', '73699999', NULL, 1652913851),
(65647, '3298', '205.00', '6', '20.001', '25', '58000000', '58099999', '71000000', '73699999', NULL, 1652913853),
(65648, '3220', '612.00', '2', '20.001', '25', '58000000', '58099999', '71000000', '73699999', NULL, 1652913854),
(65649, '3298', '249.00', '6', '25.001', '30', '58000000', '58099999', '71000000', '73699999', NULL, 1652913854),
(65650, '3220', '744.00', '2', '25.001', '30', '58000000', '58099999', '71000000', '73699999', NULL, 1652913855),
(65651, '3298', '45.00', '7', '0.3', '5', '58000000', '58099999', '72800000', '73999999', NULL, 1652913857),
(65652, '3220', '137.00', '3', '0.3', '5', '58000000', '58099999', '72800000', '73999999', NULL, 1652913857),
(65653, '3298', '71.00', '7', '5.001', '10', '58000000', '58099999', '72800000', '73999999', NULL, 1652913858),
(65654, '3220', '214.00', '3', '5.001', '10', '58000000', '58099999', '72800000', '73999999', NULL, 1652913859),
(65655, '3298', '116.00', '7', '10.001', '15', '58000000', '58099999', '72800000', '73999999', NULL, 1652913861),
(65656, '3220', '346.00', '3', '10.001', '15', '58000000', '58099999', '72800000', '73999999', NULL, 1652913862),
(65657, '3298', '160.00', '7', '15.001', '20', '58000000', '58099999', '72800000', '73999999', NULL, 1652913863),
(65658, '3220', '479.00', '3', '15.001', '20', '58000000', '58099999', '72800000', '73999999', NULL, 1652913864),
(65659, '3298', '205.00', '7', '20.001', '25', '58000000', '58099999', '72800000', '73999999', NULL, 1652913865),
(65660, '3220', '612.00', '3', '20.001', '25', '58000000', '58099999', '72800000', '73999999', NULL, 1652913866),
(65661, '3298', '249.00', '7', '25.001', '30', '58000000', '58099999', '72800000', '73999999', NULL, 1652913866),
(65662, '3220', '744.00', '3', '25.001', '30', '58000000', '58099999', '72800000', '73999999', NULL, 1652913867),
(65663, '3298', '45.00', '7', '0.3', '5', '58000000', '58099999', '74000000', '74894999', NULL, 1652913868),
(65664, '3220', '137.00', '2', '0.3', '5', '58000000', '58099999', '74000000', '74894999', NULL, 1652913872),
(65665, '3298', '71.00', '7', '5.001', '10', '58000000', '58099999', '74000000', '74894999', NULL, 1652913873),
(65666, '3220', '214.00', '2', '5.001', '10', '58000000', '58099999', '74000000', '74894999', NULL, 1652913878),
(65667, '3298', '116.00', '7', '10.001', '15', '58000000', '58099999', '74000000', '74894999', NULL, 1652913878),
(65668, '3220', '346.00', '2', '10.001', '15', '58000000', '58099999', '74000000', '74894999', NULL, 1652913879),
(65669, '3298', '160.00', '7', '15.001', '20', '58000000', '58099999', '74000000', '74894999', NULL, 1652913880),
(65670, '3220', '479.00', '2', '15.001', '20', '58000000', '58099999', '74000000', '74894999', NULL, 1652913881),
(65671, '3298', '205.00', '7', '20.001', '25', '58000000', '58099999', '74000000', '74894999', NULL, 1652913882),
(65672, '3220', '612.00', '2', '20.001', '25', '58000000', '58099999', '74000000', '74894999', NULL, 1652913883),
(65673, '3298', '249.00', '7', '25.001', '30', '58000000', '58099999', '74000000', '74894999', NULL, 1652913884),
(65674, '3220', '744.00', '2', '25.001', '30', '58000000', '58099999', '74000000', '74894999', NULL, 1652913887),
(65675, '3298', '45.00', '7', '0.3', '5', '58000000', '58099999', '74895000', '76799999', NULL, 1652913887),
(65676, '3220', '137.00', '2', '0.3', '5', '58000000', '58099999', '74895000', '76799999', NULL, 1652913891),
(65677, '3298', '71.00', '7', '5.001', '10', '58000000', '58099999', '74895000', '76799999', NULL, 1652913892),
(65678, '3220', '214.00', '2', '5.001', '10', '58000000', '58099999', '74895000', '76799999', NULL, 1652913897),
(65679, '3298', '116.00', '7', '10.001', '15', '58000000', '58099999', '74895000', '76799999', NULL, 1652913898),
(65680, '3220', '346.00', '2', '10.001', '15', '58000000', '58099999', '74895000', '76799999', NULL, 1652913898),
(65681, '3298', '160.00', '7', '15.001', '20', '58000000', '58099999', '74895000', '76799999', NULL, 1652913900),
(65682, '3220', '479.00', '2', '15.001', '20', '58000000', '58099999', '74895000', '76799999', NULL, 1652913901),
(65683, '3298', '205.00', '7', '20.001', '25', '58000000', '58099999', '74895000', '76799999', NULL, 1652913907),
(65684, '3220', '612.00', '2', '20.001', '25', '58000000', '58099999', '74895000', '76799999', NULL, 1652913907),
(65685, '3298', '249.00', '7', '25.001', '30', '58000000', '58099999', '74895000', '76799999', NULL, 1652913912),
(65686, '3220', '744.00', '2', '25.001', '30', '58000000', '58099999', '74895000', '76799999', NULL, 1652913913),
(65687, '3298', '45.00', '9', '0.3', '5', '58000000', '58099999', '77000000', '77270999', NULL, 1652913914),
(65688, '3220', '137.00', '3', '0.3', '5', '58000000', '58099999', '77000000', '77270999', NULL, 1652913915),
(65689, '3298', '71.00', '9', '5.001', '10', '58000000', '58099999', '77000000', '77270999', NULL, 1652913916),
(65690, '3220', '214.00', '3', '5.001', '10', '58000000', '58099999', '77000000', '77270999', NULL, 1652913920),
(65691, '3298', '116.00', '9', '10.001', '15', '58000000', '58099999', '77000000', '77270999', NULL, 1652913920),
(65692, '3220', '346.00', '3', '10.001', '15', '58000000', '58099999', '77000000', '77270999', NULL, 1652913921),
(65693, '3298', '160.00', '9', '15.001', '20', '58000000', '58099999', '77000000', '77270999', NULL, 1652913922),
(65694, '3220', '479.00', '3', '15.001', '20', '58000000', '58099999', '77000000', '77270999', NULL, 1652913926),
(65695, '3298', '205.00', '9', '20.001', '25', '58000000', '58099999', '77000000', '77270999', NULL, 1652913927),
(65696, '3220', '612.00', '3', '20.001', '25', '58000000', '58099999', '77000000', '77270999', NULL, 1652913930),
(65697, '3298', '249.00', '9', '25.001', '30', '58000000', '58099999', '77000000', '77270999', NULL, 1652913931),
(65698, '3220', '744.00', '3', '25.001', '30', '58000000', '58099999', '77000000', '77270999', NULL, 1652913932),
(65699, '3298', '90.00', '9', '0.3', '5', '58000000', '58099999', '77300000', '77995999', NULL, 1652913932),
(65700, '3220', '183.00', '4', '0.3', '5', '58000000', '58099999', '77300000', '77995999', NULL, 1652913937),
(65701, '3298', '133.00', '9', '5.001', '10', '58000000', '58099999', '77300000', '77995999', NULL, 1652913937),
(65702, '3220', '266.00', '4', '5.001', '10', '58000000', '58099999', '77300000', '77995999', NULL, 1652913939),
(65703, '3298', '215.00', '9', '10.001', '15', '58000000', '58099999', '77300000', '77995999', NULL, 1652913939),
(65704, '3220', '430.00', '4', '10.001', '15', '58000000', '58099999', '77300000', '77995999', NULL, 1652913941),
(65705, '3298', '298.00', '9', '15.001', '20', '58000000', '58099999', '77300000', '77995999', NULL, 1652913942),
(65706, '3220', '595.00', '4', '15.001', '20', '58000000', '58099999', '77300000', '77995999', NULL, 1652913943),
(65707, '3298', '380.00', '9', '20.001', '25', '58000000', '58099999', '77300000', '77995999', NULL, 1652913943),
(65708, '3220', '760.00', '4', '20.001', '25', '58000000', '58099999', '77300000', '77995999', NULL, 1652913944),
(65709, '3298', '463.00', '9', '25.001', '30', '58000000', '58099999', '77300000', '77995999', NULL, 1652913945),
(65710, '3220', '925.00', '4', '25.001', '30', '58000000', '58099999', '77300000', '77995999', NULL, 1652913946),
(65711, '3298', '45.00', '9', '0.3', '5', '58000000', '58099999', '78000000', '78109999', NULL, 1652913946),
(65712, '3220', '137.00', '5', '0.3', '5', '58000000', '58099999', '78000000', '78109999', NULL, 1652913949),
(65713, '3298', '71.00', '9', '5.001', '10', '58000000', '58099999', '78000000', '78109999', NULL, 1652913950),
(65714, '3220', '214.00', '5', '5.001', '10', '58000000', '58099999', '78000000', '78109999', NULL, 1652913951),
(65715, '3298', '116.00', '9', '10.001', '15', '58000000', '58099999', '78000000', '78109999', NULL, 1652913951),
(65716, '3220', '346.00', '5', '10.001', '15', '58000000', '58099999', '78000000', '78109999', NULL, 1652913953),
(65717, '3298', '160.00', '9', '15.001', '20', '58000000', '58099999', '78000000', '78109999', NULL, 1652913954),
(65718, '3220', '479.00', '5', '15.001', '20', '58000000', '58099999', '78000000', '78109999', NULL, 1652913955),
(65719, '3298', '205.00', '9', '20.001', '25', '58000000', '58099999', '78000000', '78109999', NULL, 1652913958),
(65720, '3220', '612.00', '5', '20.001', '25', '58000000', '58099999', '78000000', '78109999', NULL, 1652913965),
(65721, '3298', '249.00', '9', '25.001', '30', '58000000', '58099999', '78000000', '78109999', NULL, 1652913970),
(65722, '3220', '744.00', '5', '25.001', '30', '58000000', '58099999', '78000000', '78109999', NULL, 1652913971),
(65723, '3298', '90.00', '11', '0.3', '5', '58000000', '58099999', '78110000', '78899999', NULL, 1652913972),
(65724, '3220', '183.00', '6', '0.3', '5', '58000000', '58099999', '78110000', '78899999', NULL, 1652913974),
(65725, '3298', '133.00', '11', '5.001', '10', '58000000', '58099999', '78110000', '78899999', NULL, 1652913978),
(65726, '3220', '266.00', '6', '5.001', '10', '58000000', '58099999', '78110000', '78899999', NULL, 1652913981),
(65727, '3298', '215.00', '11', '10.001', '15', '58000000', '58099999', '78110000', '78899999', NULL, 1652913983),
(65728, '3220', '430.00', '6', '10.001', '15', '58000000', '58099999', '78110000', '78899999', NULL, 1652913984),
(65729, '3298', '298.00', '11', '15.001', '20', '58000000', '58099999', '78110000', '78899999', NULL, 1652913984),
(65730, '3220', '595.00', '6', '15.001', '20', '58000000', '58099999', '78110000', '78899999', NULL, 1652913988),
(65731, '3298', '380.00', '11', '20.001', '25', '58000000', '58099999', '78110000', '78899999', NULL, 1652913989),
(65732, '3220', '760.00', '6', '20.001', '25', '58000000', '58099999', '78110000', '78899999', NULL, 1652913989),
(65733, '3298', '463.00', '11', '25.001', '30', '58000000', '58099999', '78110000', '78899999', NULL, 1652913991),
(65734, '3220', '925.00', '6', '25.001', '30', '58000000', '58099999', '78110000', '78899999', NULL, 1652913992),
(65735, '3298', '90.00', '10', '0.3', '5', '58000000', '58099999', '78900000', '78930999', NULL, 1652913993),
(65736, '3220', '183.00', '6', '0.3', '5', '58000000', '58099999', '78900000', '78930999', NULL, 1652913995),
(65737, '3298', '133.00', '10', '5.001', '10', '58000000', '58099999', '78900000', '78930999', NULL, 1652913996),
(65738, '3220', '266.00', '6', '5.001', '10', '58000000', '58099999', '78900000', '78930999', NULL, 1652913997),
(65739, '3298', '215.00', '10', '10.001', '15', '58000000', '58099999', '78900000', '78930999', NULL, 1652913998),
(65740, '3220', '430.00', '6', '10.001', '15', '58000000', '58099999', '78900000', '78930999', NULL, 1652913999),
(65741, '3298', '298.00', '10', '15.001', '20', '58000000', '58099999', '78900000', '78930999', NULL, 1652913999),
(65742, '3220', '595.00', '6', '15.001', '20', '58000000', '58099999', '78900000', '78930999', NULL, 1652914000),
(65743, '3298', '380.00', '10', '20.001', '25', '58000000', '58099999', '78900000', '78930999', NULL, 1652914001),
(65744, '3220', '760.00', '6', '20.001', '25', '58000000', '58099999', '78900000', '78930999', NULL, 1652914001),
(65745, '3298', '463.00', '10', '25.001', '30', '58000000', '58099999', '78900000', '78930999', NULL, 1652914002),
(65746, '3220', '925.00', '6', '25.001', '30', '58000000', '58099999', '78900000', '78930999', NULL, 1652914004),
(65747, '3298', '90.00', '9', '0.3', '5', '58000000', '58099999', '78931000', '78999999', NULL, 1652914005),
(65748, '3220', '183.00', '5', '0.3', '5', '58000000', '58099999', '78931000', '78999999', NULL, 1652914006),
(65749, '3298', '133.00', '9', '5.001', '10', '58000000', '58099999', '78931000', '78999999', NULL, 1652914007),
(65750, '3220', '266.00', '5', '5.001', '10', '58000000', '58099999', '78931000', '78999999', NULL, 1652914008),
(65751, '3298', '215.00', '9', '10.001', '15', '58000000', '58099999', '78931000', '78999999', NULL, 1652914009),
(65752, '3220', '430.00', '5', '10.001', '15', '58000000', '58099999', '78931000', '78999999', NULL, 1652914010),
(65753, '3298', '298.00', '9', '15.001', '20', '58000000', '58099999', '78931000', '78999999', NULL, 1652914011),
(65754, '3220', '595.00', '5', '15.001', '20', '58000000', '58099999', '78931000', '78999999', NULL, 1652914012),
(65755, '3298', '380.00', '9', '20.001', '25', '58000000', '58099999', '78931000', '78999999', NULL, 1652914013),
(65756, '3220', '760.00', '5', '20.001', '25', '58000000', '58099999', '78931000', '78999999', NULL, 1652914015),
(65757, '3298', '463.00', '9', '25.001', '30', '58000000', '58099999', '78931000', '78999999', NULL, 1652914016),
(65758, '3220', '925.00', '5', '25.001', '30', '58000000', '58099999', '78931000', '78999999', NULL, 1652914016),
(65759, '3298', '45.00', '7', '0.3', '5', '58000000', '58099999', '79000000', '79129999', NULL, 1652914018),
(65760, '3220', '137.00', '2', '0.3', '5', '58000000', '58099999', '79000000', '79129999', NULL, 1652914019),
(65761, '3298', '71.00', '7', '5.001', '10', '58000000', '58099999', '79000000', '79129999', NULL, 1652914027),
(65762, '3220', '214.00', '2', '5.001', '10', '58000000', '58099999', '79000000', '79129999', NULL, 1652914027),
(65763, '3298', '116.00', '7', '10.001', '15', '58000000', '58099999', '79000000', '79129999', NULL, 1652914029),
(65764, '3220', '346.00', '2', '10.001', '15', '58000000', '58099999', '79000000', '79129999', NULL, 1652914038),
(65765, '3298', '160.00', '7', '15.001', '20', '58000000', '58099999', '79000000', '79129999', NULL, 1652914039),
(65766, '3220', '479.00', '2', '15.001', '20', '58000000', '58099999', '79000000', '79129999', NULL, 1652914039),
(65767, '3298', '205.00', '7', '20.001', '25', '58000000', '58099999', '79000000', '79129999', NULL, 1652914040),
(65768, '3220', '612.00', '2', '20.001', '25', '58000000', '58099999', '79000000', '79129999', NULL, 1652914040),
(65769, '3298', '249.00', '7', '25.001', '30', '58000000', '58099999', '79000000', '79129999', NULL, 1652914041),
(65770, '3220', '744.00', '2', '25.001', '30', '58000000', '58099999', '79000000', '79129999', NULL, 1652914042),
(65771, '3298', '90.00', '10', '0.3', '5', '58000000', '58099999', '79130000', '79999999', NULL, 1652914043),
(65772, '3220', '183.00', '6', '0.3', '5', '58000000', '58099999', '79130000', '79999999', NULL, 1652914051),
(65773, '3298', '133.00', '10', '5.001', '10', '58000000', '58099999', '79130000', '79999999', NULL, 1652914053),
(65774, '3220', '266.00', '6', '5.001', '10', '58000000', '58099999', '79130000', '79999999', NULL, 1652914056),
(65775, '3298', '215.00', '10', '10.001', '15', '58000000', '58099999', '79130000', '79999999', NULL, 1652914057),
(65776, '3220', '430.00', '6', '10.001', '15', '58000000', '58099999', '79130000', '79999999', NULL, 1652914058),
(65777, '3298', '298.00', '10', '15.001', '20', '58000000', '58099999', '79130000', '79999999', NULL, 1652914065),
(65778, '3220', '595.00', '6', '15.001', '20', '58000000', '58099999', '79130000', '79999999', NULL, 1652914066),
(65779, '3298', '380.00', '10', '20.001', '25', '58000000', '58099999', '79130000', '79999999', NULL, 1652914069),
(65780, '3220', '760.00', '6', '20.001', '25', '58000000', '58099999', '79130000', '79999999', NULL, 1652914071),
(65781, '3298', '463.00', '10', '25.001', '30', '58000000', '58099999', '79130000', '79999999', NULL, 1652914071),
(65782, '3220', '925.00', '6', '25.001', '30', '58000000', '58099999', '79130000', '79999999', NULL, 1652914072),
(65783, '3298', '45.00', '7', '0.3', '5', '58000000', '58099999', '80000000', '82999999', NULL, 1652914073),
(65784, '3220', '137.00', '2', '0.3', '5', '58000000', '58099999', '80000000', '82999999', NULL, 1652914076),
(65785, '3298', '71.00', '7', '5.001', '10', '58000000', '58099999', '80000000', '82999999', NULL, 1652914076),
(65786, '3220', '214.00', '2', '5.001', '10', '58000000', '58099999', '80000000', '82999999', NULL, 1652914078),
(65787, '3298', '116.00', '7', '10.001', '15', '58000000', '58099999', '80000000', '82999999', NULL, 1652914078),
(65788, '3220', '346.00', '2', '10.001', '15', '58000000', '58099999', '80000000', '82999999', NULL, 1652914079),
(65789, '3298', '160.00', '7', '15.001', '20', '58000000', '58099999', '80000000', '82999999', NULL, 1652914080),
(65790, '3220', '479.00', '2', '15.001', '20', '58000000', '58099999', '80000000', '82999999', NULL, 1652914081),
(65791, '3298', '205.00', '7', '20.001', '25', '58000000', '58099999', '80000000', '82999999', NULL, 1652914083),
(65792, '3220', '612.00', '2', '20.001', '25', '58000000', '58099999', '80000000', '82999999', NULL, 1652914090),
(65793, '3298', '249.00', '7', '25.001', '30', '58000000', '58099999', '80000000', '82999999', NULL, 1652914091),
(65794, '3220', '744.00', '2', '25.001', '30', '58000000', '58099999', '80000000', '82999999', NULL, 1652914092),
(65795, '3298', '45.00', '7', '0.3', '5', '58000000', '58099999', '80000000', '83800999', NULL, 1652914092),
(65796, '3220', '137.00', '2', '0.3', '5', '58000000', '58099999', '80000000', '83800999', NULL, 1652914093),
(65797, '3298', '71.00', '7', '5.001', '10', '58000000', '58099999', '80000000', '83800999', NULL, 1652914096),
(65798, '3220', '214.00', '2', '5.001', '10', '58000000', '58099999', '80000000', '83800999', NULL, 1652914102),
(65799, '3298', '116.00', '7', '10.001', '15', '58000000', '58099999', '80000000', '83800999', NULL, 1652914103),
(65800, '3220', '346.00', '2', '10.001', '15', '58000000', '58099999', '80000000', '83800999', NULL, 1652914106),
(65801, '3298', '160.00', '7', '15.001', '20', '58000000', '58099999', '80000000', '83800999', NULL, 1652914107),
(65802, '3220', '479.00', '2', '15.001', '20', '58000000', '58099999', '80000000', '83800999', NULL, 1652914108),
(65803, '3298', '205.00', '7', '20.001', '25', '58000000', '58099999', '80000000', '83800999', NULL, 1652914108),
(65804, '3220', '612.00', '2', '20.001', '25', '58000000', '58099999', '80000000', '83800999', NULL, 1652914109),
(65805, '3298', '249.00', '7', '25.001', '30', '58000000', '58099999', '80000000', '83800999', NULL, 1652914110),
(65806, '3220', '744.00', '2', '25.001', '30', '58000000', '58099999', '80000000', '83800999', NULL, 1652914115),
(65807, '3298', '90.00', '10', '0.3', '5', '58000000', '58099999', '83801000', '87999999', NULL, 1652914119),
(65808, '3220', '183.00', '4', '0.3', '5', '58000000', '58099999', '83801000', '87999999', NULL, 1652914124),
(65809, '3298', '133.00', '10', '5.001', '10', '58000000', '58099999', '83801000', '87999999', NULL, 1652914125),
(65810, '3220', '266.00', '4', '5.001', '10', '58000000', '58099999', '83801000', '87999999', NULL, 1652914126),
(65811, '3298', '215.00', '10', '10.001', '15', '58000000', '58099999', '83801000', '87999999', NULL, 1652914127),
(65812, '3220', '430.00', '4', '10.001', '15', '58000000', '58099999', '83801000', '87999999', NULL, 1652914129),
(65813, '3298', '298.00', '10', '15.001', '20', '58000000', '58099999', '83801000', '87999999', NULL, 1652914132),
(65814, '3220', '595.00', '4', '15.001', '20', '58000000', '58099999', '83801000', '87999999', NULL, 1652914133),
(65815, '3298', '380.00', '10', '20.001', '25', '58000000', '58099999', '83801000', '87999999', NULL, 1652914138),
(65816, '3220', '760.00', '4', '20.001', '25', '58000000', '58099999', '83801000', '87999999', NULL, 1652914139),
(65817, '3298', '463.00', '10', '25.001', '30', '58000000', '58099999', '83801000', '87999999', NULL, 1652914143),
(65818, '3220', '925.00', '4', '25.001', '30', '58000000', '58099999', '83801000', '87999999', NULL, 1652914145),
(65819, '3298', '45.00', '7', '0.3', '5', '58000000', '58099999', '88000000', '82999999', NULL, 1652914147),
(65820, '3220', '137.00', '2', '0.3', '5', '58000000', '58099999', '88000000', '82999999', NULL, 1652914152),
(65821, '3298', '71.00', '7', '5.001', '10', '58000000', '58099999', '88000000', '82999999', NULL, 1652914156),
(65822, '3220', '214.00', '2', '5.001', '10', '58000000', '58099999', '88000000', '82999999', NULL, 1652914156),
(65823, '3298', '116.00', '7', '10.001', '15', '58000000', '58099999', '88000000', '82999999', NULL, 1652914158),
(65824, '3220', '346.00', '2', '10.001', '15', '58000000', '58099999', '88000000', '82999999', NULL, 1652914159),
(65825, '3298', '160.00', '7', '15.001', '20', '58000000', '58099999', '88000000', '82999999', NULL, 1652914159),
(65826, '3220', '479.00', '2', '15.001', '20', '58000000', '58099999', '88000000', '82999999', NULL, 1652914160),
(65827, '3298', '205.00', '7', '20.001', '25', '58000000', '58099999', '88000000', '82999999', NULL, 1652914161),
(65828, '3220', '612.00', '2', '20.001', '25', '58000000', '58099999', '88000000', '82999999', NULL, 1652914162),
(65829, '3298', '249.00', '7', '25.001', '30', '58000000', '58099999', '88000000', '82999999', NULL, 1652914163),
(65830, '3220', '744.00', '2', '25.001', '30', '58000000', '58099999', '88000000', '82999999', NULL, 1652914163),
(65831, '3298', '45.00', '7', '0.3', '5', '58000000', '58099999', '88000000', '88469999', NULL, 1652914164),
(65832, '3220', '137.00', '2', '0.3', '5', '58000000', '58099999', '88000000', '88469999', NULL, 1652914166),
(65833, '3298', '71.00', '7', '5.001', '10', '58000000', '58099999', '88000000', '88469999', NULL, 1652914167),
(65834, '3220', '214.00', '2', '5.001', '10', '58000000', '58099999', '88000000', '88469999', NULL, 1652914168),
(65835, '3298', '116.00', '7', '10.001', '15', '58000000', '58099999', '88000000', '88469999', NULL, 1652914169),
(65836, '3220', '346.00', '2', '10.001', '15', '58000000', '58099999', '88000000', '88469999', NULL, 1652914170),
(65837, '3298', '160.00', '7', '15.001', '20', '58000000', '58099999', '88000000', '88469999', NULL, 1652914170),
(65838, '3220', '479.00', '2', '15.001', '20', '58000000', '58099999', '88000000', '88469999', NULL, 1652914171),
(65839, '3298', '205.00', '7', '20.001', '25', '58000000', '58099999', '88000000', '88469999', NULL, 1652914173),
(65840, '3220', '612.00', '2', '20.001', '25', '58000000', '58099999', '88000000', '88469999', NULL, 1652914174),
(65841, '3298', '249.00', '7', '25.001', '30', '58000000', '58099999', '88000000', '88469999', NULL, 1652914176),
(65842, '3220', '744.00', '2', '25.001', '30', '58000000', '58099999', '88000000', '88469999', NULL, 1652914177),
(65843, '3298', '78.00', '7', '0.3', '5', '58000000', '58099999', '88470000', '89999999', NULL, 1652914185),
(65844, '3220', '154.00', '3', '0.3', '5', '58000000', '58099999', '88470000', '89999999', NULL, 1652914185),
(65845, '3298', '114.00', '7', '5.001', '10', '58000000', '58099999', '88470000', '89999999', NULL, 1652914187),
(65846, '3220', '223.00', '3', '5.001', '10', '58000000', '58099999', '88470000', '89999999', NULL, 1652914188),
(65847, '3298', '185.00', '7', '10.001', '15', '58000000', '58099999', '88470000', '89999999', NULL, 1652914188),
(65848, '3220', '361.00', '3', '10.001', '15', '58000000', '58099999', '88470000', '89999999', NULL, 1652914189),
(65849, '3298', '256.00', '7', '15.001', '20', '58000000', '58099999', '88470000', '89999999', NULL, 1652914190),
(65850, '3220', '500.00', '3', '15.001', '20', '58000000', '58099999', '88470000', '89999999', NULL, 1652914192),
(65851, '3298', '327.00', '7', '20.001', '25', '58000000', '58099999', '88470000', '89999999', NULL, 1652914192),
(65852, '3220', '638.00', '3', '20.001', '25', '58000000', '58099999', '88470000', '89999999', NULL, 1652914194),
(65853, '3298', '398.00', '7', '25.001', '30', '58000000', '58099999', '88470000', '89999999', NULL, 1652914201),
(65854, '3220', '777.00', '3', '25.001', '30', '58000000', '58099999', '88470000', '89999999', NULL, 1652914207),
(65855, '3298', '45.00', '7', '0.3', '5', '58000000', '58099999', '90000000', '91999999', NULL, 1652914208),
(65856, '3220', '137.00', '2', '0.3', '5', '58000000', '58099999', '90000000', '91999999', NULL, 1652914209),
(65857, '3298', '71.00', '7', '5.001', '10', '58000000', '58099999', '90000000', '91999999', NULL, 1652914210),
(65858, '3220', '214.00', '2', '5.001', '10', '58000000', '58099999', '90000000', '91999999', NULL, 1652914210),
(65859, '3298', '116.00', '7', '10.001', '15', '58000000', '58099999', '90000000', '91999999', NULL, 1652914217),
(65860, '3220', '346.00', '2', '10.001', '15', '58000000', '58099999', '90000000', '91999999', NULL, 1652914219),
(65861, '3298', '160.00', '7', '15.001', '20', '58000000', '58099999', '90000000', '91999999', NULL, 1652914220),
(65862, '3220', '479.00', '2', '15.001', '20', '58000000', '58099999', '90000000', '91999999', NULL, 1652914226),
(65863, '3298', '205.00', '7', '20.001', '25', '58000000', '58099999', '90000000', '91999999', NULL, 1652914227),
(65864, '3220', '612.00', '2', '20.001', '25', '58000000', '58099999', '90000000', '91999999', NULL, 1652914230),
(65865, '3298', '249.00', '7', '25.001', '30', '58000000', '58099999', '90000000', '91999999', NULL, 1652914231),
(65866, '3220', '744.00', '2', '25.001', '30', '58000000', '58099999', '90000000', '91999999', NULL, 1652914232),
(65867, '3298', '45.00', '7', '0.3', '5', '58000000', '58099999', '90000000', '94900999', NULL, 1652914234),
(65868, '3220', '137.00', '3', '0.3', '5', '58000000', '58099999', '90000000', '94900999', NULL, 1652914236),
(65869, '3298', '71.00', '7', '5.001', '10', '58000000', '58099999', '90000000', '94900999', NULL, 1652914239),
(65870, '3220', '214.00', '3', '5.001', '10', '58000000', '58099999', '90000000', '94900999', NULL, 1652914242),
(65871, '3298', '116.00', '7', '10.001', '15', '58000000', '58099999', '90000000', '94900999', NULL, 1652914245),
(65872, '3220', '346.00', '3', '10.001', '15', '58000000', '58099999', '90000000', '94900999', NULL, 1652914245),
(65873, '3298', '160.00', '7', '15.001', '20', '58000000', '58099999', '90000000', '94900999', NULL, 1652914250),
(65874, '3220', '479.00', '3', '15.001', '20', '58000000', '58099999', '90000000', '94900999', NULL, 1652914252),
(65875, '3298', '205.00', '7', '20.001', '25', '58000000', '58099999', '90000000', '94900999', NULL, 1652914253),
(65876, '3220', '612.00', '3', '20.001', '25', '58000000', '58099999', '90000000', '94900999', NULL, 1652914254),
(65877, '3298', '249.00', '7', '25.001', '30', '58000000', '58099999', '90000000', '94900999', NULL, 1652914254),
(65878, '3220', '744.00', '3', '25.001', '30', '58000000', '58099999', '90000000', '94900999', NULL, 1652914259),
(65879, '3298', '90.00', '11', '0.3', '5', '58000000', '58099999', '94901000', '99999999', NULL, 1652914260),
(65880, '3220', '183.00', '7', '0.3', '5', '58000000', '58099999', '94901000', '99999999', NULL, 1652914260),
(65881, '3298', '133.00', '11', '5.001', '10', '58000000', '58099999', '94901000', '99999999', NULL, 1652914262),
(65882, '3220', '266.00', '7', '5.001', '10', '58000000', '58099999', '94901000', '99999999', NULL, 1652914263),
(65883, '3298', '215.00', '11', '10.001', '15', '58000000', '58099999', '94901000', '99999999', NULL, 1652914264),
(65884, '3220', '430.00', '7', '10.001', '15', '58000000', '58099999', '94901000', '99999999', NULL, 1652914269),
(65885, '3298', '298.00', '11', '15.001', '20', '58000000', '58099999', '94901000', '99999999', NULL, 1652914269),
(65886, '3220', '595.00', '7', '15.001', '20', '58000000', '58099999', '94901000', '99999999', NULL, 1652914270),
(65887, '3298', '380.00', '11', '20.001', '25', '58000000', '58099999', '94901000', '99999999', NULL, 1652914271),
(65888, '3220', '760.00', '7', '20.001', '25', '58000000', '58099999', '94901000', '99999999', NULL, 1652914272),
(65889, '3298', '463.00', '11', '25.001', '30', '58000000', '58099999', '94901000', '99999999', NULL, 1652914273),
(65890, '3220', '925.00', '7', '25.001', '30', '58000000', '58099999', '94901000', '99999999', NULL, 1652914274),
(65891, '3298', '90.00', '12', '0.3', '5', '58100000', '58999999', '01000000', '08499999', NULL, 1652914275),
(65892, '3220', '183.00', '7', '0.3', '5', '58100000', '58999999', '01000000', '08499999', NULL, 1652914278),
(65893, '3298', '133.00', '12', '5.001', '10', '58100000', '58999999', '01000000', '08499999', NULL, 1652914279),
(65894, '3220', '266.00', '7', '5.001', '10', '58100000', '58999999', '01000000', '08499999', NULL, 1652914279),
(65895, '3298', '215.00', '12', '10.001', '15', '58100000', '58999999', '01000000', '08499999', NULL, 1652914282),
(65896, '3220', '430.00', '7', '10.001', '15', '58100000', '58999999', '01000000', '08499999', NULL, 1652914282),
(65897, '3298', '298.00', '12', '15.001', '20', '58100000', '58999999', '01000000', '08499999', NULL, 1652914282),
(65898, '3220', '595.00', '7', '15.001', '20', '58100000', '58999999', '01000000', '08499999', NULL, 1652914283),
(65899, '3298', '380.00', '12', '20.001', '25', '58100000', '58999999', '01000000', '08499999', NULL, 1652914284),
(65900, '3220', '760.00', '7', '20.001', '25', '58100000', '58999999', '01000000', '08499999', NULL, 1652914285),
(65901, '3298', '463.00', '12', '25.001', '30', '58100000', '58999999', '01000000', '08499999', NULL, 1652914286),
(65902, '3220', '925.00', '7', '25.001', '30', '58100000', '58999999', '01000000', '08499999', NULL, 1652914287),
(65903, '3298', '90.00', '12', '0.3', '5', '58100000', '58999999', '06000000', '09999999', NULL, 1652914290),
(65904, '3220', '183.00', '7', '0.3', '5', '58100000', '58999999', '06000000', '09999999', NULL, 1652914293),
(65905, '3298', '133.00', '12', '5.001', '10', '58100000', '58999999', '06000000', '09999999', NULL, 1652914296),
(65906, '3220', '266.00', '7', '5.001', '10', '58100000', '58999999', '06000000', '09999999', NULL, 1652914297),
(65907, '3298', '215.00', '12', '10.001', '15', '58100000', '58999999', '06000000', '09999999', NULL, 1652914298),
(65908, '3220', '430.00', '7', '10.001', '15', '58100000', '58999999', '06000000', '09999999', NULL, 1652914301),
(65909, '3298', '298.00', '12', '15.001', '20', '58100000', '58999999', '06000000', '09999999', NULL, 1652914301),
(65910, '3220', '595.00', '7', '15.001', '20', '58100000', '58999999', '06000000', '09999999', NULL, 1652914302),
(65911, '3298', '380.00', '12', '20.001', '25', '58100000', '58999999', '06000000', '09999999', NULL, 1652914306),
(65912, '3220', '760.00', '7', '20.001', '25', '58100000', '58999999', '06000000', '09999999', NULL, 1652914308),
(65913, '3298', '463.00', '12', '25.001', '30', '58100000', '58999999', '06000000', '09999999', NULL, 1652914309),
(65914, '3220', '925.00', '7', '25.001', '30', '58100000', '58999999', '06000000', '09999999', NULL, 1652914313),
(65915, '3298', '90.00', '13', '0.3', '5', '58100000', '58999999', '11000000', '11999999', NULL, 1652914317),
(65916, '3220', '183.00', '9', '0.3', '5', '58100000', '58999999', '11000000', '11999999', NULL, 1652914318),
(65917, '3298', '133.00', '13', '5.001', '10', '58100000', '58999999', '11000000', '11999999', NULL, 1652914319),
(65918, '3220', '266.00', '9', '5.001', '10', '58100000', '58999999', '11000000', '11999999', NULL, 1652914324),
(65919, '3298', '215.00', '13', '10.001', '15', '58100000', '58999999', '11000000', '11999999', NULL, 1652914325),
(65920, '3220', '430.00', '9', '10.001', '15', '58100000', '58999999', '11000000', '11999999', NULL, 1652914328),
(65921, '3298', '298.00', '13', '15.001', '20', '58100000', '58999999', '11000000', '11999999', NULL, 1652914333),
(65922, '3220', '595.00', '9', '15.001', '20', '58100000', '58999999', '11000000', '11999999', NULL, 1652914335),
(65923, '3298', '380.00', '13', '20.001', '25', '58100000', '58999999', '11000000', '11999999', NULL, 1652914336),
(65924, '3220', '760.00', '9', '20.001', '25', '58100000', '58999999', '11000000', '11999999', NULL, 1652914337),
(65925, '3298', '463.00', '13', '25.001', '30', '58100000', '58999999', '11000000', '11999999', NULL, 1652914338),
(65926, '3220', '925.00', '9', '25.001', '30', '58100000', '58999999', '11000000', '11999999', NULL, 1652914338),
(65927, '3298', '90.00', '12', '0.3', '5', '58100000', '58999999', '12000000', '19999999', NULL, 1652914339),
(65928, '3220', '183.00', '7', '0.3', '5', '58100000', '58999999', '12000000', '19999999', NULL, 1652914340),
(65929, '3298', '133.00', '12', '5.001', '10', '58100000', '58999999', '12000000', '19999999', NULL, 1652914340),
(65930, '3220', '266.00', '7', '5.001', '10', '58100000', '58999999', '12000000', '19999999', NULL, 1652914341),
(65931, '3298', '215.00', '12', '10.001', '15', '58100000', '58999999', '12000000', '19999999', NULL, 1652914342),
(65932, '3220', '430.00', '7', '10.001', '15', '58100000', '58999999', '12000000', '19999999', NULL, 1652914342),
(65933, '3298', '298.00', '12', '15.001', '20', '58100000', '58999999', '12000000', '19999999', NULL, 1652914343),
(65934, '3220', '595.00', '7', '15.001', '20', '58100000', '58999999', '12000000', '19999999', NULL, 1652914344),
(65935, '3298', '380.00', '12', '20.001', '25', '58100000', '58999999', '12000000', '19999999', NULL, 1652914344),
(65936, '3220', '760.00', '7', '20.001', '25', '58100000', '58999999', '12000000', '19999999', NULL, 1652914345),
(65937, '3298', '463.00', '12', '25.001', '30', '58100000', '58999999', '12000000', '19999999', NULL, 1652914346);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(65938, '3220', '925.00', '7', '25.001', '30', '58100000', '58999999', '12000000', '19999999', NULL, 1652914347),
(65939, '3298', '90.00', '13', '0.3', '5', '58100000', '58999999', '26601000', '28999999', NULL, 1652914402),
(65940, '3220', '183.00', '9', '0.3', '5', '58100000', '58999999', '26601000', '28999999', NULL, 1652914402),
(65941, '3298', '133.00', '13', '5.001', '10', '58100000', '58999999', '26601000', '28999999', NULL, 1652914408),
(65942, '3220', '266.00', '9', '5.001', '10', '58100000', '58999999', '26601000', '28999999', NULL, 1652914408),
(65943, '3298', '215.00', '13', '10.001', '15', '58100000', '58999999', '26601000', '28999999', NULL, 1652914411),
(65944, '3220', '430.00', '9', '10.001', '15', '58100000', '58999999', '26601000', '28999999', NULL, 1652914412),
(65945, '3298', '298.00', '13', '15.001', '20', '58100000', '58999999', '26601000', '28999999', NULL, 1652914417),
(65946, '3220', '595.00', '9', '15.001', '20', '58100000', '58999999', '26601000', '28999999', NULL, 1652914418),
(65947, '3298', '380.00', '13', '20.001', '25', '58100000', '58999999', '26601000', '28999999', NULL, 1652914420),
(65948, '3220', '760.00', '9', '20.001', '25', '58100000', '58999999', '26601000', '28999999', NULL, 1652914421),
(65949, '3298', '463.00', '13', '25.001', '30', '58100000', '58999999', '26601000', '28999999', NULL, 1652914426),
(65950, '3220', '925.00', '9', '25.001', '30', '58100000', '58999999', '26601000', '28999999', NULL, 1652914426),
(65951, '3298', '90.00', '13', '0.3', '5', '58100000', '58999999', '29000000', '29099999', NULL, 1652914427),
(65952, '3220', '183.00', '8', '0.3', '5', '58100000', '58999999', '29000000', '29099999', NULL, 1652914432),
(65953, '3298', '133.00', '13', '5.001', '10', '58100000', '58999999', '29000000', '29099999', NULL, 1652914433),
(65954, '3220', '266.00', '8', '5.001', '10', '58100000', '58999999', '29000000', '29099999', NULL, 1652914434),
(65955, '3298', '215.00', '13', '10.001', '15', '58100000', '58999999', '29000000', '29099999', NULL, 1652914435),
(65956, '3220', '430.00', '8', '10.001', '15', '58100000', '58999999', '29000000', '29099999', NULL, 1652914436),
(65957, '3298', '298.00', '13', '15.001', '20', '58100000', '58999999', '29000000', '29099999', NULL, 1652914438),
(65958, '3220', '595.00', '8', '15.001', '20', '58100000', '58999999', '29000000', '29099999', NULL, 1652914440),
(65959, '3298', '380.00', '13', '20.001', '25', '58100000', '58999999', '29000000', '29099999', NULL, 1652914442),
(65960, '3220', '760.00', '8', '20.001', '25', '58100000', '58999999', '29000000', '29099999', NULL, 1652914443),
(65961, '3298', '463.00', '13', '25.001', '30', '58100000', '58999999', '29000000', '29099999', NULL, 1652914444),
(65962, '3220', '925.00', '8', '25.001', '30', '58100000', '58999999', '29000000', '29099999', NULL, 1652914445),
(65963, '3298', '90.00', '15', '0.3', '5', '58100000', '58999999', '29100000', '29999999', NULL, 1652914447),
(65964, '3220', '183.00', '10', '0.3', '5', '58100000', '58999999', '29100000', '29999999', NULL, 1652914447),
(65965, '3298', '133.00', '15', '5.001', '10', '58100000', '58999999', '29100000', '29999999', NULL, 1652914448),
(65966, '3220', '266.00', '10', '5.001', '10', '58100000', '58999999', '29100000', '29999999', NULL, 1652914449),
(65967, '3298', '215.00', '15', '10.001', '15', '58100000', '58999999', '29100000', '29999999', NULL, 1652914450),
(65968, '3220', '430.00', '10', '10.001', '15', '58100000', '58999999', '29100000', '29999999', NULL, 1652914450),
(65969, '3298', '298.00', '15', '15.001', '20', '58100000', '58999999', '29100000', '29999999', NULL, 1652914451),
(65970, '3220', '595.00', '10', '15.001', '20', '58100000', '58999999', '29100000', '29999999', NULL, 1652914451),
(65971, '3298', '380.00', '15', '20.001', '25', '58100000', '58999999', '29100000', '29999999', NULL, 1652914452),
(65972, '3220', '760.00', '10', '20.001', '25', '58100000', '58999999', '29100000', '29999999', NULL, 1652914457),
(65973, '3298', '463.00', '15', '25.001', '30', '58100000', '58999999', '29100000', '29999999', NULL, 1652914458),
(65974, '3220', '925.00', '10', '25.001', '30', '58100000', '58999999', '29100000', '29999999', NULL, 1652914463),
(65975, '3298', '90.00', '11', '0.3', '5', '58100000', '58999999', '30000000', '31999999', NULL, 1652914464),
(65976, '3220', '183.00', '7', '0.3', '5', '58100000', '58999999', '30000000', '31999999', NULL, 1652914466),
(65977, '3298', '133.00', '11', '5.001', '10', '58100000', '58999999', '30000000', '31999999', NULL, 1652914468),
(65978, '3220', '266.00', '7', '5.001', '10', '58100000', '58999999', '30000000', '31999999', NULL, 1652914473),
(65979, '3298', '215.00', '11', '10.001', '15', '58100000', '58999999', '30000000', '31999999', NULL, 1652914474),
(65980, '3220', '430.00', '7', '10.001', '15', '58100000', '58999999', '30000000', '31999999', NULL, 1652914475),
(65981, '3298', '298.00', '11', '15.001', '20', '58100000', '58999999', '30000000', '31999999', NULL, 1652914480),
(65982, '3220', '595.00', '7', '15.001', '20', '58100000', '58999999', '30000000', '31999999', NULL, 1652914483),
(65983, '3298', '380.00', '11', '20.001', '25', '58100000', '58999999', '30000000', '31999999', NULL, 1652914483),
(65984, '3220', '760.00', '7', '20.001', '25', '58100000', '58999999', '30000000', '31999999', NULL, 1652914486),
(65985, '3298', '463.00', '11', '25.001', '30', '58100000', '58999999', '30000000', '31999999', NULL, 1652914489),
(65986, '3220', '925.00', '7', '25.001', '30', '58100000', '58999999', '30000000', '31999999', NULL, 1652914490),
(65987, '3298', '90.00', '11', '0.3', '5', '58100000', '58999999', '30000000', '34999999', NULL, 1652914491),
(65988, '3220', '183.00', '7', '0.3', '5', '58100000', '58999999', '30000000', '34999999', NULL, 1652914492),
(65989, '3298', '133.00', '11', '5.001', '10', '58100000', '58999999', '30000000', '34999999', NULL, 1652914501),
(65990, '3220', '266.00', '7', '5.001', '10', '58100000', '58999999', '30000000', '34999999', NULL, 1652914501),
(65991, '3298', '215.00', '11', '10.001', '15', '58100000', '58999999', '30000000', '34999999', NULL, 1652914511),
(65992, '3220', '430.00', '7', '10.001', '15', '58100000', '58999999', '30000000', '34999999', NULL, 1652914512),
(65993, '3298', '298.00', '11', '15.001', '20', '58100000', '58999999', '30000000', '34999999', NULL, 1652914513),
(65994, '3220', '595.00', '7', '15.001', '20', '58100000', '58999999', '30000000', '34999999', NULL, 1652914514),
(65995, '3298', '380.00', '11', '20.001', '25', '58100000', '58999999', '30000000', '34999999', NULL, 1652914514),
(65996, '3220', '760.00', '7', '20.001', '25', '58100000', '58999999', '30000000', '34999999', NULL, 1652914518),
(65997, '3298', '463.00', '11', '25.001', '30', '58100000', '58999999', '30000000', '34999999', NULL, 1652914524),
(65998, '3220', '925.00', '7', '25.001', '30', '58100000', '58999999', '30000000', '34999999', NULL, 1652914529),
(65999, '3298', '90.00', '13', '0.3', '5', '58100000', '58999999', '35000000', '39999999', NULL, 1652914534),
(66000, '3220', '183.00', '9', '0.3', '5', '58100000', '58999999', '35000000', '39999999', NULL, 1652914538),
(66001, '3298', '133.00', '13', '5.001', '10', '58100000', '58999999', '35000000', '39999999', NULL, 1652914540),
(66002, '3220', '266.00', '9', '5.001', '10', '58100000', '58999999', '35000000', '39999999', NULL, 1652914541),
(66003, '3298', '215.00', '13', '10.001', '15', '58100000', '58999999', '35000000', '39999999', NULL, 1652914542),
(66004, '3220', '430.00', '9', '10.001', '15', '58100000', '58999999', '35000000', '39999999', NULL, 1652914543),
(66005, '3298', '298.00', '13', '15.001', '20', '58100000', '58999999', '35000000', '39999999', NULL, 1652914543),
(66006, '3220', '595.00', '9', '15.001', '20', '58100000', '58999999', '35000000', '39999999', NULL, 1652914547),
(66007, '3298', '380.00', '13', '20.001', '25', '58100000', '58999999', '35000000', '39999999', NULL, 1652914548),
(66008, '3220', '760.00', '9', '20.001', '25', '58100000', '58999999', '35000000', '39999999', NULL, 1652914549),
(66009, '3298', '463.00', '13', '25.001', '30', '58100000', '58999999', '35000000', '39999999', NULL, 1652914555),
(66010, '3220', '925.00', '9', '25.001', '30', '58100000', '58999999', '35000000', '39999999', NULL, 1652914562),
(66011, '3298', '50.00', '10', '0.3', '5', '58100000', '58999999', '40000000', '41999999', NULL, 1652914565),
(66012, '3220', '124.00', '8', '0.3', '5', '58100000', '58999999', '40000000', '41999999', NULL, 1652914568),
(66013, '3298', '83.00', '10', '5.001', '10', '58100000', '58999999', '40000000', '41999999', NULL, 1652914570),
(66014, '3220', '175.00', '8', '5.001', '10', '58100000', '58999999', '40000000', '41999999', NULL, 1652914571),
(66015, '3298', '135.00', '10', '10.001', '15', '58100000', '58999999', '40000000', '41999999', NULL, 1652914572),
(66016, '3220', '283.00', '8', '10.001', '15', '58100000', '58999999', '40000000', '41999999', NULL, 1652914573),
(66017, '3298', '186.00', '10', '15.001', '20', '58100000', '58999999', '40000000', '41999999', NULL, 1652914578),
(66018, '3220', '392.00', '8', '15.001', '20', '58100000', '58999999', '40000000', '41999999', NULL, 1652914581),
(66019, '3298', '238.00', '10', '20.001', '25', '58100000', '58999999', '40000000', '41999999', NULL, 1652914583),
(66020, '3220', '500.00', '8', '20.001', '25', '58100000', '58999999', '40000000', '41999999', NULL, 1652914585),
(66021, '3298', '290.00', '10', '25.001', '30', '58100000', '58999999', '40000000', '41999999', NULL, 1652914586),
(66022, '3220', '609.00', '8', '25.001', '30', '58100000', '58999999', '40000000', '41999999', NULL, 1652914587),
(66023, '3298', '50.00', '10', '0.3', '5', '58100000', '58999999', '40000000', '44470999', NULL, 1652914587),
(66024, '3220', '124.00', '8', '0.3', '5', '58100000', '58999999', '40000000', '44470999', NULL, 1652914588),
(66025, '3298', '83.00', '10', '5.001', '10', '58100000', '58999999', '40000000', '44470999', NULL, 1652914589),
(66026, '3220', '175.00', '8', '5.001', '10', '58100000', '58999999', '40000000', '44470999', NULL, 1652914590),
(66027, '3298', '135.00', '10', '10.001', '15', '58100000', '58999999', '40000000', '44470999', NULL, 1652914591),
(66028, '3220', '283.00', '8', '10.001', '15', '58100000', '58999999', '40000000', '44470999', NULL, 1652914593),
(66029, '3298', '186.00', '10', '15.001', '20', '58100000', '58999999', '40000000', '44470999', NULL, 1652914595),
(66030, '3220', '392.00', '8', '15.001', '20', '58100000', '58999999', '40000000', '44470999', NULL, 1652914598),
(66031, '3298', '238.00', '10', '20.001', '25', '58100000', '58999999', '40000000', '44470999', NULL, 1652914598),
(66032, '3220', '500.00', '8', '20.001', '25', '58100000', '58999999', '40000000', '44470999', NULL, 1652914599),
(66033, '3298', '290.00', '10', '25.001', '30', '58100000', '58999999', '40000000', '44470999', NULL, 1652914600),
(66034, '3220', '609.00', '8', '25.001', '30', '58100000', '58999999', '40000000', '44470999', NULL, 1652914601),
(66035, '3298', '50.00', '12', '0.3', '5', '58100000', '58999999', '44471000', '48999999', NULL, 1652914602),
(66036, '3220', '124.00', '12', '0.3', '5', '58100000', '58999999', '44471000', '48999999', NULL, 1652914603),
(66037, '3298', '83.00', '12', '5.001', '10', '58100000', '58999999', '44471000', '48999999', NULL, 1652914609),
(66038, '3220', '175.00', '12', '5.001', '10', '58100000', '58999999', '44471000', '48999999', NULL, 1652914610),
(66039, '3298', '135.00', '12', '10.001', '15', '58100000', '58999999', '44471000', '48999999', NULL, 1652914610),
(66040, '3220', '283.00', '12', '10.001', '15', '58100000', '58999999', '44471000', '48999999', NULL, 1652914611),
(66041, '3298', '186.00', '12', '15.001', '20', '58100000', '58999999', '44471000', '48999999', NULL, 1652914612),
(66042, '3220', '392.00', '12', '15.001', '20', '58100000', '58999999', '44471000', '48999999', NULL, 1652914619),
(66043, '3298', '238.00', '12', '20.001', '25', '58100000', '58999999', '44471000', '48999999', NULL, 1652914620),
(66044, '3220', '500.00', '12', '20.001', '25', '58100000', '58999999', '44471000', '48999999', NULL, 1652914620),
(66045, '3298', '290.00', '12', '25.001', '30', '58100000', '58999999', '44471000', '48999999', NULL, 1652914622),
(66046, '3220', '609.00', '12', '25.001', '30', '58100000', '58999999', '44471000', '48999999', NULL, 1652914622),
(66047, '3298', '44.00', '10', '0.3', '5', '58100000', '58999999', '49000000', '49099999', NULL, 1652914624),
(66048, '3220', '102.00', '8', '0.3', '5', '58100000', '58999999', '49000000', '49099999', NULL, 1652914625),
(66049, '3298', '74.00', '10', '5.001', '10', '58100000', '58999999', '49000000', '49099999', NULL, 1652914625),
(66050, '3220', '141.00', '8', '5.001', '10', '58100000', '58999999', '49000000', '49099999', NULL, 1652914626),
(66051, '3298', '120.00', '10', '10.001', '15', '58100000', '58999999', '49000000', '49099999', NULL, 1652914627),
(66052, '3220', '229.00', '8', '10.001', '15', '58100000', '58999999', '49000000', '49099999', NULL, 1652914628),
(66053, '3298', '166.00', '10', '15.001', '20', '58100000', '58999999', '49000000', '49099999', NULL, 1652914629),
(66054, '3220', '316.00', '8', '15.001', '20', '58100000', '58999999', '49000000', '49099999', NULL, 1652914629),
(66055, '3298', '212.00', '10', '20.001', '25', '58100000', '58999999', '49000000', '49099999', NULL, 1652914631),
(66056, '3220', '404.00', '8', '20.001', '25', '58100000', '58999999', '49000000', '49099999', NULL, 1652914632),
(66057, '3298', '258.00', '10', '25.001', '30', '58100000', '58999999', '49000000', '49099999', NULL, 1652914632),
(66058, '3220', '492.00', '8', '25.001', '30', '58100000', '58999999', '49000000', '49099999', NULL, 1652914633),
(66059, '3298', '44.00', '12', '0.3', '5', '58100000', '58999999', '49100000', '49999999', NULL, 1652914636),
(66060, '3220', '102.00', '10', '0.3', '5', '58100000', '58999999', '49100000', '49999999', NULL, 1652914636),
(66061, '3298', '74.00', '12', '5.001', '10', '58100000', '58999999', '49100000', '49999999', NULL, 1652914637),
(66062, '3220', '141.00', '10', '5.001', '10', '58100000', '58999999', '49100000', '49999999', NULL, 1652914638),
(66063, '3298', '120.00', '12', '10.001', '15', '58100000', '58999999', '49100000', '49999999', NULL, 1652914639),
(66064, '3220', '229.00', '10', '10.001', '15', '58100000', '58999999', '49100000', '49999999', NULL, 1652914642),
(66065, '3298', '166.00', '12', '15.001', '20', '58100000', '58999999', '49100000', '49999999', NULL, 1652914643),
(66066, '3220', '316.00', '10', '15.001', '20', '58100000', '58999999', '49100000', '49999999', NULL, 1652914644),
(66067, '3298', '212.00', '12', '20.001', '25', '58100000', '58999999', '49100000', '49999999', NULL, 1652914650),
(66068, '3220', '404.00', '10', '20.001', '25', '58100000', '58999999', '49100000', '49999999', NULL, 1652914656),
(66069, '3298', '258.00', '12', '25.001', '30', '58100000', '58999999', '49100000', '49999999', NULL, 1652914656),
(66070, '3220', '492.00', '10', '25.001', '30', '58100000', '58999999', '49100000', '49999999', NULL, 1652914658),
(66071, '3298', '44.00', '10', '0.3', '5', '58100000', '58999999', '50000000', '52999999', NULL, 1652914661),
(66072, '3220', '102.00', '7', '0.3', '5', '58100000', '58999999', '50000000', '52999999', NULL, 1652914663),
(66073, '3298', '74.00', '10', '5.001', '10', '58100000', '58999999', '50000000', '52999999', NULL, 1652914664),
(66074, '3220', '141.00', '7', '5.001', '10', '58100000', '58999999', '50000000', '52999999', NULL, 1652914665),
(66075, '3298', '120.00', '10', '10.001', '15', '58100000', '58999999', '50000000', '52999999', NULL, 1652914666),
(66076, '3220', '229.00', '7', '10.001', '15', '58100000', '58999999', '50000000', '52999999', NULL, 1652914667),
(66077, '3298', '166.00', '10', '15.001', '20', '58100000', '58999999', '50000000', '52999999', NULL, 1652914669),
(66078, '3220', '316.00', '7', '15.001', '20', '58100000', '58999999', '50000000', '52999999', NULL, 1652914669),
(66079, '3298', '212.00', '10', '20.001', '25', '58100000', '58999999', '50000000', '52999999', NULL, 1652914670),
(66080, '3220', '404.00', '7', '20.001', '25', '58100000', '58999999', '50000000', '52999999', NULL, 1652914670),
(66081, '3298', '258.00', '10', '25.001', '30', '58100000', '58999999', '50000000', '52999999', NULL, 1652914672),
(66082, '3220', '492.00', '7', '25.001', '30', '58100000', '58999999', '50000000', '52999999', NULL, 1652914673),
(66083, '3298', '44.00', '10', '0.3', '5', '58100000', '58999999', '50000000', '54999999', NULL, 1652914674),
(66084, '3220', '102.00', '7', '0.3', '5', '58100000', '58999999', '50000000', '54999999', NULL, 1652914678),
(66085, '3298', '74.00', '10', '5.001', '10', '58100000', '58999999', '50000000', '54999999', NULL, 1652914679),
(66086, '3220', '141.00', '7', '5.001', '10', '58100000', '58999999', '50000000', '54999999', NULL, 1652914679),
(66087, '3298', '120.00', '10', '10.001', '15', '58100000', '58999999', '50000000', '54999999', NULL, 1652914680),
(66088, '3220', '229.00', '7', '10.001', '15', '58100000', '58999999', '50000000', '54999999', NULL, 1652914681),
(66089, '3298', '166.00', '10', '15.001', '20', '58100000', '58999999', '50000000', '54999999', NULL, 1652914682),
(66090, '3220', '316.00', '7', '15.001', '20', '58100000', '58999999', '50000000', '54999999', NULL, 1652914683),
(66091, '3298', '212.00', '10', '20.001', '25', '58100000', '58999999', '50000000', '54999999', NULL, 1652914686),
(66092, '3220', '404.00', '7', '20.001', '25', '58100000', '58999999', '50000000', '54999999', NULL, 1652914688),
(66093, '3298', '258.00', '10', '25.001', '30', '58100000', '58999999', '50000000', '54999999', NULL, 1652914689),
(66094, '3220', '492.00', '7', '25.001', '30', '58100000', '58999999', '50000000', '54999999', NULL, 1652914689),
(66095, '3298', '44.00', '14', '0.3', '5', '58100000', '58999999', '55000000', '56999999', NULL, 1652914690),
(66096, '3220', '102.00', '11', '0.3', '5', '58100000', '58999999', '55000000', '56999999', NULL, 1652914690),
(66097, '3298', '74.00', '14', '5.001', '10', '58100000', '58999999', '55000000', '56999999', NULL, 1652914692),
(66098, '3220', '141.00', '11', '5.001', '10', '58100000', '58999999', '55000000', '56999999', NULL, 1652914692),
(66099, '3298', '120.00', '14', '10.001', '15', '58100000', '58999999', '55000000', '56999999', NULL, 1652914693),
(66100, '3220', '229.00', '11', '10.001', '15', '58100000', '58999999', '55000000', '56999999', NULL, 1652914696),
(66101, '3298', '166.00', '14', '15.001', '20', '58100000', '58999999', '55000000', '56999999', NULL, 1652914697),
(66102, '3220', '316.00', '11', '15.001', '20', '58100000', '58999999', '55000000', '56999999', NULL, 1652914697),
(66103, '3298', '212.00', '14', '20.001', '25', '58100000', '58999999', '55000000', '56999999', NULL, 1652914704),
(66104, '3220', '404.00', '11', '20.001', '25', '58100000', '58999999', '55000000', '56999999', NULL, 1652914705),
(66105, '3298', '258.00', '14', '25.001', '30', '58100000', '58999999', '55000000', '56999999', NULL, 1652914711),
(66106, '3220', '492.00', '11', '25.001', '30', '58100000', '58999999', '55000000', '56999999', NULL, 1652914715),
(66107, '3298', '44.00', '10', '0.3', '5', '58100000', '58999999', '57000000', '57099999', NULL, 1652914718),
(66108, '3220', '102.00', '8', '0.3', '5', '58100000', '58999999', '57000000', '57099999', NULL, 1652914719),
(66109, '3298', '74.00', '10', '5.001', '10', '58100000', '58999999', '57000000', '57099999', NULL, 1652914720),
(66110, '3220', '141.00', '8', '5.001', '10', '58100000', '58999999', '57000000', '57099999', NULL, 1652914723),
(66111, '3298', '120.00', '10', '10.001', '15', '58100000', '58999999', '57000000', '57099999', NULL, 1652914723),
(66112, '3220', '229.00', '8', '10.001', '15', '58100000', '58999999', '57000000', '57099999', NULL, 1652914724),
(66113, '3298', '166.00', '10', '15.001', '20', '58100000', '58999999', '57000000', '57099999', NULL, 1652914727),
(66114, '3220', '316.00', '8', '15.001', '20', '58100000', '58999999', '57000000', '57099999', NULL, 1652914727),
(66115, '3298', '212.00', '10', '20.001', '25', '58100000', '58999999', '57000000', '57099999', NULL, 1652914728),
(66116, '3220', '404.00', '8', '20.001', '25', '58100000', '58999999', '57000000', '57099999', NULL, 1652914729),
(66117, '3298', '258.00', '10', '25.001', '30', '58100000', '58999999', '57000000', '57099999', NULL, 1652914730),
(66118, '3220', '492.00', '8', '25.001', '30', '58100000', '58999999', '57000000', '57099999', NULL, 1652914731),
(66119, '3298', '44.00', '12', '0.3', '5', '58100000', '58999999', '57100000', '57999999', NULL, 1652914736),
(66120, '3220', '102.00', '10', '0.3', '5', '58100000', '58999999', '57100000', '57999999', NULL, 1652914736),
(66121, '3298', '74.00', '12', '5.001', '10', '58100000', '58999999', '57100000', '57999999', NULL, 1652914737),
(66122, '3220', '141.00', '10', '5.001', '10', '58100000', '58999999', '57100000', '57999999', NULL, 1652914742),
(66123, '3298', '120.00', '12', '10.001', '15', '58100000', '58999999', '57100000', '57999999', NULL, 1652914743),
(66124, '3220', '229.00', '10', '10.001', '15', '58100000', '58999999', '57100000', '57999999', NULL, 1652914744),
(66125, '3298', '166.00', '12', '15.001', '20', '58100000', '58999999', '57100000', '57999999', NULL, 1652914744),
(66126, '3220', '316.00', '10', '15.001', '20', '58100000', '58999999', '57100000', '57999999', NULL, 1652914745),
(66127, '3298', '212.00', '12', '20.001', '25', '58100000', '58999999', '57100000', '57999999', NULL, 1652914749),
(66128, '3220', '404.00', '10', '20.001', '25', '58100000', '58999999', '57100000', '57999999', NULL, 1652914750),
(66129, '3298', '258.00', '12', '25.001', '30', '58100000', '58999999', '57100000', '57999999', NULL, 1652914751),
(66130, '3220', '492.00', '10', '25.001', '30', '58100000', '58999999', '57100000', '57999999', NULL, 1652914752),
(66131, '3298', '26.00', '7', '0.3', '5', '58100000', '58999999', '58000000', '58099999', NULL, 1652914753),
(66132, '3220', '34.00', '5', '0.3', '5', '58100000', '58999999', '58000000', '58099999', NULL, 1652914753),
(66133, '3298', '32.00', '7', '5.001', '10', '58100000', '58999999', '58000000', '58099999', NULL, 1652914754),
(66134, '3220', '48.00', '5', '5.001', '10', '58100000', '58999999', '58000000', '58099999', NULL, 1652914755),
(66135, '3298', '52.00', '7', '10.001', '15', '58100000', '58999999', '58000000', '58099999', NULL, 1652914756),
(66136, '3220', '79.00', '5', '10.001', '15', '58100000', '58999999', '58000000', '58099999', NULL, 1652914756),
(66137, '3298', '72.00', '7', '15.001', '20', '58100000', '58999999', '58000000', '58099999', NULL, 1652914757),
(66138, '3220', '109.00', '5', '15.001', '20', '58100000', '58999999', '58000000', '58099999', NULL, 1652914760),
(66139, '3298', '92.00', '7', '20.001', '25', '58100000', '58999999', '58000000', '58099999', NULL, 1652914761),
(66140, '3220', '139.00', '5', '20.001', '25', '58100000', '58999999', '58000000', '58099999', NULL, 1652914764),
(66141, '3298', '112.00', '7', '25.001', '30', '58100000', '58999999', '58000000', '58099999', NULL, 1652914766),
(66142, '3220', '170.00', '5', '25.001', '30', '58100000', '58999999', '58000000', '58099999', NULL, 1652914768),
(66143, '3298', '26.00', '5', '0.3', '5', '58100000', '58999999', '58100000', '58999999', NULL, 1652914769),
(66144, '3220', '22.00', '1', '0.3', '5', '58100000', '58999999', '58100000', '58999999', NULL, 1652914771),
(66145, '3298', '32.00', '5', '5.001', '10', '58100000', '58999999', '58100000', '58999999', NULL, 1652914772),
(66146, '3220', '28.00', '1', '5.001', '10', '58100000', '58999999', '58100000', '58999999', NULL, 1652914775),
(66147, '3298', '52.00', '5', '10.001', '15', '58100000', '58999999', '58100000', '58999999', NULL, 1652914776),
(66148, '3220', '45.00', '1', '10.001', '15', '58100000', '58999999', '58100000', '58999999', NULL, 1652914778),
(66149, '3298', '72.00', '5', '15.001', '20', '58100000', '58999999', '58100000', '58999999', NULL, 1652914781),
(66150, '3220', '63.00', '1', '15.001', '20', '58100000', '58999999', '58100000', '58999999', NULL, 1652914783),
(66151, '3298', '92.00', '5', '20.001', '25', '58100000', '58999999', '58100000', '58999999', NULL, 1652914784),
(66152, '3220', '80.00', '1', '20.001', '25', '58100000', '58999999', '58100000', '58999999', NULL, 1652914785),
(66153, '3298', '112.00', '5', '25.001', '30', '58100000', '58999999', '58100000', '58999999', NULL, 1652914787),
(66154, '3220', '97.00', '1', '25.001', '30', '58100000', '58999999', '58100000', '58999999', NULL, 1652914788),
(66155, '3298', '44.00', '10', '0.3', '5', '58100000', '58999999', '59000000', '59099999', NULL, 1652914789),
(66156, '3220', '102.00', '8', '0.3', '5', '58100000', '58999999', '59000000', '59099999', NULL, 1652914794),
(66157, '3298', '74.00', '10', '5.001', '10', '58100000', '58999999', '59000000', '59099999', NULL, 1652914795),
(66158, '3220', '141.00', '8', '5.001', '10', '58100000', '58999999', '59000000', '59099999', NULL, 1652914796),
(66159, '3298', '120.00', '10', '10.001', '15', '58100000', '58999999', '59000000', '59099999', NULL, 1652914796),
(66160, '3220', '229.00', '8', '10.001', '15', '58100000', '58999999', '59000000', '59099999', NULL, 1652914797),
(66161, '3298', '166.00', '10', '15.001', '20', '58100000', '58999999', '59000000', '59099999', NULL, 1652914798),
(66162, '3220', '316.00', '8', '15.001', '20', '58100000', '58999999', '59000000', '59099999', NULL, 1652914804),
(66163, '3298', '212.00', '10', '20.001', '25', '58100000', '58999999', '59000000', '59099999', NULL, 1652914809),
(66164, '3220', '404.00', '8', '20.001', '25', '58100000', '58999999', '59000000', '59099999', NULL, 1652914810),
(66165, '3298', '258.00', '10', '25.001', '30', '58100000', '58999999', '59000000', '59099999', NULL, 1652914816),
(66166, '3220', '492.00', '8', '25.001', '30', '58100000', '58999999', '59000000', '59099999', NULL, 1652914817),
(66167, '3298', '44.00', '10', '0.3', '5', '58100000', '58999999', '59100000', '59999999', NULL, 1652914818),
(66168, '3220', '102.00', '8', '0.3', '5', '58100000', '58999999', '59100000', '59999999', NULL, 1652914818),
(66169, '3298', '74.00', '10', '5.001', '10', '58100000', '58999999', '59100000', '59999999', NULL, 1652914819),
(66170, '3220', '141.00', '8', '5.001', '10', '58100000', '58999999', '59100000', '59999999', NULL, 1652914820),
(66171, '3298', '120.00', '10', '10.001', '15', '58100000', '58999999', '59100000', '59999999', NULL, 1652914821),
(66172, '3220', '229.00', '8', '10.001', '15', '58100000', '58999999', '59100000', '59999999', NULL, 1652914821),
(66173, '3298', '166.00', '10', '15.001', '20', '58100000', '58999999', '59100000', '59999999', NULL, 1652914824),
(66174, '3220', '316.00', '8', '15.001', '20', '58100000', '58999999', '59100000', '59999999', NULL, 1652914825),
(66175, '3298', '212.00', '10', '20.001', '25', '58100000', '58999999', '59100000', '59999999', NULL, 1652914829),
(66176, '3220', '404.00', '8', '20.001', '25', '58100000', '58999999', '59100000', '59999999', NULL, 1652914830),
(66177, '3298', '258.00', '10', '25.001', '30', '58100000', '58999999', '59100000', '59999999', NULL, 1652914831),
(66178, '3220', '492.00', '8', '25.001', '30', '58100000', '58999999', '59100000', '59999999', NULL, 1652914832),
(66179, '3298', '44.00', '10', '0.3', '5', '58100000', '58999999', '60000000', '60999999', NULL, 1652914834),
(66180, '3220', '102.00', '8', '0.3', '5', '58100000', '58999999', '60000000', '60999999', NULL, 1652914835),
(66181, '3298', '74.00', '10', '5.001', '10', '58100000', '58999999', '60000000', '60999999', NULL, 1652914836),
(66182, '3220', '141.00', '8', '5.001', '10', '58100000', '58999999', '60000000', '60999999', NULL, 1652914837),
(66183, '3298', '120.00', '10', '10.001', '15', '58100000', '58999999', '60000000', '60999999', NULL, 1652914838),
(66184, '3220', '229.00', '8', '10.001', '15', '58100000', '58999999', '60000000', '60999999', NULL, 1652914841),
(66185, '3298', '166.00', '10', '15.001', '20', '58100000', '58999999', '60000000', '60999999', NULL, 1652914845),
(66186, '3220', '316.00', '8', '15.001', '20', '58100000', '58999999', '60000000', '60999999', NULL, 1652914848),
(66187, '3298', '212.00', '10', '20.001', '25', '58100000', '58999999', '60000000', '60999999', NULL, 1652914849),
(66188, '3220', '404.00', '8', '20.001', '25', '58100000', '58999999', '60000000', '60999999', NULL, 1652914850),
(66189, '3298', '258.00', '10', '25.001', '30', '58100000', '58999999', '60000000', '60999999', NULL, 1652914851),
(66190, '3220', '492.00', '8', '25.001', '30', '58100000', '58999999', '60000000', '60999999', NULL, 1652914853),
(66191, '3298', '44.00', '10', '0.3', '5', '58100000', '58999999', '60000000', '61900999', NULL, 1652914858),
(66192, '3220', '102.00', '8', '0.3', '5', '58100000', '58999999', '60000000', '61900999', NULL, 1652914862),
(66193, '3298', '74.00', '10', '5.001', '10', '58100000', '58999999', '60000000', '61900999', NULL, 1652914862),
(66194, '3220', '141.00', '8', '5.001', '10', '58100000', '58999999', '60000000', '61900999', NULL, 1652914863),
(66195, '3298', '120.00', '10', '10.001', '15', '58100000', '58999999', '60000000', '61900999', NULL, 1652914865),
(66196, '3220', '229.00', '8', '10.001', '15', '58100000', '58999999', '60000000', '61900999', NULL, 1652914865),
(66197, '3298', '166.00', '10', '15.001', '20', '58100000', '58999999', '60000000', '61900999', NULL, 1652914866),
(66198, '3220', '316.00', '8', '15.001', '20', '58100000', '58999999', '60000000', '61900999', NULL, 1652914867),
(66199, '3298', '212.00', '10', '20.001', '25', '58100000', '58999999', '60000000', '61900999', NULL, 1652914867),
(66200, '3220', '404.00', '8', '20.001', '25', '58100000', '58999999', '60000000', '61900999', NULL, 1652914868),
(66201, '3298', '258.00', '10', '25.001', '30', '58100000', '58999999', '60000000', '61900999', NULL, 1652914869),
(66202, '3220', '492.00', '8', '25.001', '30', '58100000', '58999999', '60000000', '61900999', NULL, 1652914875),
(66203, '3298', '44.00', '14', '0.3', '5', '58100000', '58999999', '61901000', '63999999', NULL, 1652914876),
(66204, '3220', '102.00', '12', '0.3', '5', '58100000', '58999999', '61901000', '63999999', NULL, 1652914876),
(66205, '3298', '74.00', '14', '5.001', '10', '58100000', '58999999', '61901000', '63999999', NULL, 1652914876),
(66206, '3220', '141.00', '12', '5.001', '10', '58100000', '58999999', '61901000', '63999999', NULL, 1652914879),
(66207, '3298', '120.00', '14', '10.001', '15', '58100000', '58999999', '61901000', '63999999', NULL, 1652914880),
(66208, '3220', '229.00', '12', '10.001', '15', '58100000', '58999999', '61901000', '63999999', NULL, 1652914881),
(66209, '3298', '166.00', '14', '15.001', '20', '58100000', '58999999', '61901000', '63999999', NULL, 1652914882),
(66210, '3220', '316.00', '12', '15.001', '20', '58100000', '58999999', '61901000', '63999999', NULL, 1652914887),
(66211, '3298', '212.00', '14', '20.001', '25', '58100000', '58999999', '61901000', '63999999', NULL, 1652914889),
(66212, '3220', '404.00', '12', '20.001', '25', '58100000', '58999999', '61901000', '63999999', NULL, 1652914890),
(66213, '3298', '258.00', '14', '25.001', '30', '58100000', '58999999', '61901000', '63999999', NULL, 1652914891),
(66214, '3220', '492.00', '12', '25.001', '30', '58100000', '58999999', '61901000', '63999999', NULL, 1652914891),
(66215, '3298', '50.00', '15', '0.3', '5', '58100000', '58999999', '64000000', '64099999', NULL, 1652914892),
(66216, '3220', '124.00', '9', '0.3', '5', '58100000', '58999999', '64000000', '64099999', NULL, 1652914898),
(66217, '3298', '83.00', '15', '5.001', '10', '58100000', '58999999', '64000000', '64099999', NULL, 1652914899),
(66218, '3220', '175.00', '9', '5.001', '10', '58100000', '58999999', '64000000', '64099999', NULL, 1652914900),
(66219, '3298', '135.00', '15', '10.001', '15', '58100000', '58999999', '64000000', '64099999', NULL, 1652914902),
(66220, '3220', '283.00', '9', '10.001', '15', '58100000', '58999999', '64000000', '64099999', NULL, 1652914903),
(66221, '3298', '186.00', '15', '15.001', '20', '58100000', '58999999', '64000000', '64099999', NULL, 1652914903),
(66222, '3220', '392.00', '9', '15.001', '20', '58100000', '58999999', '64000000', '64099999', NULL, 1652914904),
(66223, '3298', '238.00', '15', '20.001', '25', '58100000', '58999999', '64000000', '64099999', NULL, 1652914905),
(66224, '3220', '500.00', '9', '20.001', '25', '58100000', '58999999', '64000000', '64099999', NULL, 1652914905),
(66225, '3298', '290.00', '15', '25.001', '30', '58100000', '58999999', '64000000', '64099999', NULL, 1652914907),
(66226, '3220', '609.00', '9', '25.001', '30', '58100000', '58999999', '64000000', '64099999', NULL, 1652914908),
(66227, '3298', '50.00', '18', '0.3', '5', '58100000', '58999999', '64100000', '64999999', NULL, 1652914908),
(66228, '3220', '124.00', '12', '0.3', '5', '58100000', '58999999', '64100000', '64999999', NULL, 1652914909),
(66229, '3298', '83.00', '18', '5.001', '10', '58100000', '58999999', '64100000', '64999999', NULL, 1652914911),
(66230, '3220', '175.00', '12', '5.001', '10', '58100000', '58999999', '64100000', '64999999', NULL, 1652914912),
(66231, '3298', '135.00', '18', '10.001', '15', '58100000', '58999999', '64100000', '64999999', NULL, 1652914913),
(66232, '3220', '283.00', '12', '10.001', '15', '58100000', '58999999', '64100000', '64999999', NULL, 1652914914),
(66233, '3298', '186.00', '18', '15.001', '20', '58100000', '58999999', '64100000', '64999999', NULL, 1652914916),
(66234, '3220', '392.00', '12', '15.001', '20', '58100000', '58999999', '64100000', '64999999', NULL, 1652914918),
(66235, '3298', '238.00', '18', '20.001', '25', '58100000', '58999999', '64100000', '64999999', NULL, 1652914920),
(66236, '3220', '500.00', '12', '20.001', '25', '58100000', '58999999', '64100000', '64999999', NULL, 1652914922),
(66237, '3298', '290.00', '18', '25.001', '30', '58100000', '58999999', '64100000', '64999999', NULL, 1652914924),
(66238, '3220', '609.00', '12', '25.001', '30', '58100000', '58999999', '64100000', '64999999', NULL, 1652914925),
(66239, '3298', '70.00', '13', '0.3', '5', '58100000', '58999999', '65000000', '65099999', NULL, 1652914928),
(66240, '3220', '157.00', '10', '0.3', '5', '58100000', '58999999', '65000000', '65099999', NULL, 1652914931),
(66241, '3298', '106.00', '13', '5.001', '10', '58100000', '58999999', '65000000', '65099999', NULL, 1652914932),
(66242, '3220', '226.00', '10', '5.001', '10', '58100000', '58999999', '65000000', '65099999', NULL, 1652914933),
(66243, '3298', '172.00', '13', '10.001', '15', '58100000', '58999999', '65000000', '65099999', NULL, 1652914933),
(66244, '3220', '367.00', '10', '10.001', '15', '58100000', '58999999', '65000000', '65099999', NULL, 1652914935),
(66245, '3298', '239.00', '13', '15.001', '20', '58100000', '58999999', '65000000', '65099999', NULL, 1652914936),
(66246, '3220', '508.00', '10', '15.001', '20', '58100000', '58999999', '65000000', '65099999', NULL, 1652914937),
(66247, '3298', '305.00', '13', '20.001', '25', '58100000', '58999999', '65000000', '65099999', NULL, 1652914937),
(66248, '3220', '649.00', '10', '20.001', '25', '58100000', '58999999', '65000000', '65099999', NULL, 1652914938),
(66249, '3298', '371.00', '13', '25.001', '30', '58100000', '58999999', '65000000', '65099999', NULL, 1652914941),
(66250, '3220', '789.00', '10', '25.001', '30', '58100000', '58999999', '65000000', '65099999', NULL, 1652914944),
(66251, '3298', '70.00', '17', '0.3', '5', '58100000', '58999999', '65100000', '65999999', NULL, 1652914945),
(66252, '3220', '157.00', '14', '0.3', '5', '58100000', '58999999', '65100000', '65999999', NULL, 1652914945),
(66253, '3298', '106.00', '17', '5.001', '10', '58100000', '58999999', '65100000', '65999999', NULL, 1652914946),
(66254, '3220', '226.00', '14', '5.001', '10', '58100000', '58999999', '65100000', '65999999', NULL, 1652914947),
(66255, '3298', '172.00', '17', '10.001', '15', '58100000', '58999999', '65100000', '65999999', NULL, 1652914947),
(66256, '3220', '367.00', '14', '10.001', '15', '58100000', '58999999', '65100000', '65999999', NULL, 1652914948),
(66257, '3298', '239.00', '17', '15.001', '20', '58100000', '58999999', '65100000', '65999999', NULL, 1652914949),
(66258, '3220', '508.00', '14', '15.001', '20', '58100000', '58999999', '65100000', '65999999', NULL, 1652914952),
(66259, '3298', '305.00', '17', '20.001', '25', '58100000', '58999999', '65100000', '65999999', NULL, 1652914952),
(66260, '3220', '649.00', '14', '20.001', '25', '58100000', '58999999', '65100000', '65999999', NULL, 1652914953),
(66261, '3298', '371.00', '17', '25.001', '30', '58100000', '58999999', '65100000', '65999999', NULL, 1652914957),
(66262, '3220', '789.00', '14', '25.001', '30', '58100000', '58999999', '65100000', '65999999', NULL, 1652914961),
(66263, '3298', '90.00', '14', '0.3', '5', '58100000', '58999999', '66000000', '66999999', NULL, 1652914963),
(66264, '3220', '183.00', '10', '0.3', '5', '58100000', '58999999', '66000000', '66999999', NULL, 1652914964),
(66265, '3298', '133.00', '14', '5.001', '10', '58100000', '58999999', '66000000', '66999999', NULL, 1652914965),
(66266, '3220', '266.00', '10', '5.001', '10', '58100000', '58999999', '66000000', '66999999', NULL, 1652914969),
(66267, '3298', '215.00', '14', '10.001', '15', '58100000', '58999999', '66000000', '66999999', NULL, 1652914971),
(66268, '3220', '430.00', '10', '10.001', '15', '58100000', '58999999', '66000000', '66999999', NULL, 1652914973),
(66269, '3298', '298.00', '14', '15.001', '20', '58100000', '58999999', '66000000', '66999999', NULL, 1652914973),
(66270, '3220', '595.00', '10', '15.001', '20', '58100000', '58999999', '66000000', '66999999', NULL, 1652914974),
(66271, '3298', '380.00', '14', '20.001', '25', '58100000', '58999999', '66000000', '66999999', NULL, 1652914975),
(66272, '3220', '760.00', '10', '20.001', '25', '58100000', '58999999', '66000000', '66999999', NULL, 1652914975),
(66273, '3298', '463.00', '14', '25.001', '30', '58100000', '58999999', '66000000', '66999999', NULL, 1652914976),
(66274, '3220', '925.00', '10', '25.001', '30', '58100000', '58999999', '66000000', '66999999', NULL, 1652914982),
(66275, '3298', '90.00', '14', '0.3', '5', '58100000', '58999999', '66000000', '67999999', NULL, 1652914982),
(66276, '3220', '183.00', '10', '0.3', '5', '58100000', '58999999', '66000000', '67999999', NULL, 1652914983),
(66277, '3298', '133.00', '14', '5.001', '10', '58100000', '58999999', '66000000', '67999999', NULL, 1652914984),
(66278, '3220', '266.00', '10', '5.001', '10', '58100000', '58999999', '66000000', '67999999', NULL, 1652914989),
(66279, '3298', '215.00', '14', '10.001', '15', '58100000', '58999999', '66000000', '67999999', NULL, 1652914989),
(66280, '3220', '430.00', '10', '10.001', '15', '58100000', '58999999', '66000000', '67999999', NULL, 1652914994),
(66281, '3298', '298.00', '14', '15.001', '20', '58100000', '58999999', '66000000', '67999999', NULL, 1652914998),
(66282, '3220', '595.00', '10', '15.001', '20', '58100000', '58999999', '66000000', '67999999', NULL, 1652915001),
(66283, '3298', '380.00', '14', '20.001', '25', '58100000', '58999999', '66000000', '67999999', NULL, 1652915006),
(66284, '3220', '760.00', '10', '20.001', '25', '58100000', '58999999', '66000000', '67999999', NULL, 1652915007),
(66285, '3298', '463.00', '14', '25.001', '30', '58100000', '58999999', '66000000', '67999999', NULL, 1652915011),
(66286, '3220', '925.00', '10', '25.001', '30', '58100000', '58999999', '66000000', '67999999', NULL, 1652915013),
(66287, '3298', '90.00', '17', '0.3', '5', '58100000', '58999999', '68000000', '68899999', NULL, 1652915014),
(66288, '3220', '183.00', '13', '0.3', '5', '58100000', '58999999', '68000000', '68899999', NULL, 1652915015),
(66289, '3298', '133.00', '17', '5.001', '10', '58100000', '58999999', '68000000', '68899999', NULL, 1652915016),
(66290, '3220', '266.00', '13', '5.001', '10', '58100000', '58999999', '68000000', '68899999', NULL, 1652915016),
(66291, '3298', '215.00', '17', '10.001', '15', '58100000', '58999999', '68000000', '68899999', NULL, 1652915018),
(66292, '3220', '430.00', '13', '10.001', '15', '58100000', '58999999', '68000000', '68899999', NULL, 1652915019),
(66293, '3298', '298.00', '17', '15.001', '20', '58100000', '58999999', '68000000', '68899999', NULL, 1652915021),
(66294, '3220', '595.00', '13', '15.001', '20', '58100000', '58999999', '68000000', '68899999', NULL, 1652915023),
(66295, '3298', '380.00', '17', '20.001', '25', '58100000', '58999999', '68000000', '68899999', NULL, 1652915025),
(66296, '3220', '760.00', '13', '20.001', '25', '58100000', '58999999', '68000000', '68899999', NULL, 1652915028),
(66297, '3298', '463.00', '17', '25.001', '30', '58100000', '58999999', '68000000', '68899999', NULL, 1652915030),
(66298, '3220', '925.00', '13', '25.001', '30', '58100000', '58999999', '68000000', '68899999', NULL, 1652915032),
(66299, '3298', '90.00', '26', '0.3', '5', '58100000', '58999999', '68900000', '68914999', NULL, 1652915035),
(66300, '3220', '183.00', '18', '0.3', '5', '58100000', '58999999', '68900000', '68914999', NULL, 1652915037),
(66301, '3298', '133.00', '26', '5.001', '10', '58100000', '58999999', '68900000', '68914999', NULL, 1652915038),
(66302, '3220', '266.00', '18', '5.001', '10', '58100000', '58999999', '68900000', '68914999', NULL, 1652915039),
(66303, '3298', '215.00', '26', '10.001', '15', '58100000', '58999999', '68900000', '68914999', NULL, 1652915041),
(66304, '3220', '430.00', '18', '10.001', '15', '58100000', '58999999', '68900000', '68914999', NULL, 1652915043),
(66305, '3298', '298.00', '26', '15.001', '20', '58100000', '58999999', '68900000', '68914999', NULL, 1652915046),
(66306, '3220', '595.00', '18', '15.001', '20', '58100000', '58999999', '68900000', '68914999', NULL, 1652915050),
(66307, '3298', '380.00', '26', '20.001', '25', '58100000', '58999999', '68900000', '68914999', NULL, 1652915051),
(66308, '3220', '760.00', '18', '20.001', '25', '58100000', '58999999', '68900000', '68914999', NULL, 1652915052),
(66309, '3298', '463.00', '26', '25.001', '30', '58100000', '58999999', '68900000', '68914999', NULL, 1652915054),
(66310, '3220', '925.00', '18', '25.001', '30', '58100000', '58999999', '68900000', '68914999', NULL, 1652915055),
(66311, '3298', '90.00', '27', '0.3', '5', '58100000', '58999999', '68915000', '68999999', NULL, 1652915056),
(66312, '3220', '183.00', '18', '0.3', '5', '58100000', '58999999', '68915000', '68999999', NULL, 1652915058),
(66313, '3298', '133.00', '27', '5.001', '10', '58100000', '58999999', '68915000', '68999999', NULL, 1652915059),
(66314, '3220', '266.00', '18', '5.001', '10', '58100000', '58999999', '68915000', '68999999', NULL, 1652915060),
(66315, '3298', '215.00', '27', '10.001', '15', '58100000', '58999999', '68915000', '68999999', NULL, 1652915061),
(66316, '3220', '430.00', '18', '10.001', '15', '58100000', '58999999', '68915000', '68999999', NULL, 1652915062),
(66317, '3298', '298.00', '27', '15.001', '20', '58100000', '58999999', '68915000', '68999999', NULL, 1652915063),
(66318, '3220', '595.00', '18', '15.001', '20', '58100000', '58999999', '68915000', '68999999', NULL, 1652915063),
(66319, '3298', '380.00', '27', '20.001', '25', '58100000', '58999999', '68915000', '68999999', NULL, 1652915064),
(66320, '3220', '760.00', '18', '20.001', '25', '58100000', '58999999', '68915000', '68999999', NULL, 1652915065),
(66321, '3298', '463.00', '27', '25.001', '30', '58100000', '58999999', '68915000', '68999999', NULL, 1652915068),
(66322, '3220', '925.00', '18', '25.001', '30', '58100000', '58999999', '68915000', '68999999', NULL, 1652915069),
(66323, '3298', '90.00', '27', '0.3', '5', '58100000', '58999999', '69000000', '69099999', NULL, 1652915070),
(66324, '3220', '183.00', '9', '0.3', '5', '58100000', '58999999', '69000000', '69099999', NULL, 1652915071),
(66325, '3298', '133.00', '27', '5.001', '10', '58100000', '58999999', '69000000', '69099999', NULL, 1652915074),
(66326, '3220', '266.00', '9', '5.001', '10', '58100000', '58999999', '69000000', '69099999', NULL, 1652915074),
(66327, '3298', '215.00', '27', '10.001', '15', '58100000', '58999999', '69000000', '69099999', NULL, 1652915076),
(66328, '3220', '430.00', '9', '10.001', '15', '58100000', '58999999', '69000000', '69099999', NULL, 1652915080),
(66329, '3298', '298.00', '27', '15.001', '20', '58100000', '58999999', '69000000', '69099999', NULL, 1652915080),
(66330, '3220', '595.00', '9', '15.001', '20', '58100000', '58999999', '69000000', '69099999', NULL, 1652915081),
(66331, '3298', '380.00', '27', '20.001', '25', '58100000', '58999999', '69000000', '69099999', NULL, 1652915082),
(66332, '3220', '760.00', '9', '20.001', '25', '58100000', '58999999', '69000000', '69099999', NULL, 1652915086),
(66333, '3298', '463.00', '27', '25.001', '30', '58100000', '58999999', '69000000', '69099999', NULL, 1652915087),
(66334, '3220', '925.00', '9', '25.001', '30', '58100000', '58999999', '69000000', '69099999', NULL, 1652915088),
(66335, '3298', '90.00', '34', '0.3', '5', '58100000', '58999999', '69100000', '69299999', NULL, 1652915090),
(66336, '3220', '183.00', '12', '0.3', '5', '58100000', '58999999', '69100000', '69299999', NULL, 1652915091),
(66337, '3298', '133.00', '34', '5.001', '10', '58100000', '58999999', '69100000', '69299999', NULL, 1652915095),
(66338, '3220', '266.00', '12', '5.001', '10', '58100000', '58999999', '69100000', '69299999', NULL, 1652915097),
(66339, '3298', '215.00', '34', '10.001', '15', '58100000', '58999999', '69100000', '69299999', NULL, 1652915099),
(66340, '3220', '430.00', '12', '10.001', '15', '58100000', '58999999', '69100000', '69299999', NULL, 1652915101),
(66341, '3298', '298.00', '34', '15.001', '20', '58100000', '58999999', '69100000', '69299999', NULL, 1652915101),
(66342, '3220', '595.00', '12', '15.001', '20', '58100000', '58999999', '69100000', '69299999', NULL, 1652915102),
(66343, '3298', '380.00', '34', '20.001', '25', '58100000', '58999999', '69100000', '69299999', NULL, 1652915108),
(66344, '3220', '760.00', '12', '20.001', '25', '58100000', '58999999', '69100000', '69299999', NULL, 1652915110),
(66345, '3298', '463.00', '34', '25.001', '30', '58100000', '58999999', '69100000', '69299999', NULL, 1652915111),
(66346, '3220', '925.00', '12', '25.001', '30', '58100000', '58999999', '69100000', '69299999', NULL, 1652915116),
(66347, '3298', '90.00', '30', '0.3', '5', '58100000', '58999999', '69300000', '69339999', NULL, 1652915119),
(66348, '3220', '183.00', '11', '0.3', '5', '58100000', '58999999', '69300000', '69339999', NULL, 1652915121),
(66349, '3298', '133.00', '30', '5.001', '10', '58100000', '58999999', '69300000', '69339999', NULL, 1652915122),
(66350, '3220', '266.00', '11', '5.001', '10', '58100000', '58999999', '69300000', '69339999', NULL, 1652915123),
(66351, '3298', '215.00', '30', '10.001', '15', '58100000', '58999999', '69300000', '69339999', NULL, 1652915124),
(66352, '3220', '430.00', '11', '10.001', '15', '58100000', '58999999', '69300000', '69339999', NULL, 1652915126),
(66353, '3298', '298.00', '30', '15.001', '20', '58100000', '58999999', '69300000', '69339999', NULL, 1652915127),
(66354, '3220', '595.00', '11', '15.001', '20', '58100000', '58999999', '69300000', '69339999', NULL, 1652915128),
(66355, '3298', '380.00', '30', '20.001', '25', '58100000', '58999999', '69300000', '69339999', NULL, 1652915130),
(66356, '3220', '760.00', '11', '20.001', '25', '58100000', '58999999', '69300000', '69339999', NULL, 1652915130),
(66357, '3298', '463.00', '30', '25.001', '30', '58100000', '58999999', '69300000', '69339999', NULL, 1652915131),
(66358, '3220', '925.00', '11', '25.001', '30', '58100000', '58999999', '69300000', '69339999', NULL, 1652915136),
(66359, '3298', '90.00', '34', '0.3', '5', '58100000', '58999999', '69340000', '69389999', NULL, 1652915136),
(66360, '3220', '183.00', '14', '0.3', '5', '58100000', '58999999', '69340000', '69389999', NULL, 1652915137),
(66361, '3298', '133.00', '34', '5.001', '10', '58100000', '58999999', '69340000', '69389999', NULL, 1652915139),
(66362, '3220', '266.00', '14', '5.001', '10', '58100000', '58999999', '69340000', '69389999', NULL, 1652915139),
(66363, '3298', '215.00', '34', '10.001', '15', '58100000', '58999999', '69340000', '69389999', NULL, 1652915145),
(66364, '3220', '430.00', '14', '10.001', '15', '58100000', '58999999', '69340000', '69389999', NULL, 1652915147),
(66365, '3298', '298.00', '34', '15.001', '20', '58100000', '58999999', '69340000', '69389999', NULL, 1652915148),
(66366, '3220', '595.00', '14', '15.001', '20', '58100000', '58999999', '69340000', '69389999', NULL, 1652915154),
(66367, '3298', '380.00', '34', '20.001', '25', '58100000', '58999999', '69340000', '69389999', NULL, 1652915157),
(66368, '3220', '760.00', '14', '20.001', '25', '58100000', '58999999', '69340000', '69389999', NULL, 1652915157),
(66369, '3298', '463.00', '34', '25.001', '30', '58100000', '58999999', '69340000', '69389999', NULL, 1652915158),
(66370, '3220', '925.00', '14', '25.001', '30', '58100000', '58999999', '69340000', '69389999', NULL, 1652915159),
(66371, '3298', '90.00', '17', '0.3', '5', '58100000', '58999999', '69900000', '69920999', NULL, 1652915165),
(66372, '3220', '183.00', '13', '0.3', '5', '58100000', '58999999', '69900000', '69920999', NULL, 1652915166),
(66373, '3298', '133.00', '17', '5.001', '10', '58100000', '58999999', '69900000', '69920999', NULL, 1652915166),
(66374, '3220', '266.00', '13', '5.001', '10', '58100000', '58999999', '69900000', '69920999', NULL, 1652915167),
(66375, '3298', '215.00', '17', '10.001', '15', '58100000', '58999999', '69900000', '69920999', NULL, 1652915167),
(66376, '3220', '430.00', '13', '10.001', '15', '58100000', '58999999', '69900000', '69920999', NULL, 1652915171),
(66377, '3298', '298.00', '17', '15.001', '20', '58100000', '58999999', '69900000', '69920999', NULL, 1652915172),
(66378, '3220', '595.00', '13', '15.001', '20', '58100000', '58999999', '69900000', '69920999', NULL, 1652915175),
(66379, '3298', '380.00', '17', '20.001', '25', '58100000', '58999999', '69900000', '69920999', NULL, 1652915178),
(66380, '3220', '760.00', '13', '20.001', '25', '58100000', '58999999', '69900000', '69920999', NULL, 1652915179),
(66381, '3298', '463.00', '17', '25.001', '30', '58100000', '58999999', '69900000', '69920999', NULL, 1652915180),
(66382, '3220', '925.00', '13', '25.001', '30', '58100000', '58999999', '69900000', '69920999', NULL, 1652915180);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(66383, '3298', '90.00', '20', '0.3', '5', '58100000', '58999999', '69921000', '69999999', NULL, 1652915181),
(66384, '3220', '183.00', '15', '0.3', '5', '58100000', '58999999', '69921000', '69999999', NULL, 1652915182),
(66385, '3298', '133.00', '20', '5.001', '10', '58100000', '58999999', '69921000', '69999999', NULL, 1652915185),
(66386, '3220', '266.00', '15', '5.001', '10', '58100000', '58999999', '69921000', '69999999', NULL, 1652915185),
(66387, '3298', '215.00', '20', '10.001', '15', '58100000', '58999999', '69921000', '69999999', NULL, 1652915189),
(66388, '3220', '430.00', '15', '10.001', '15', '58100000', '58999999', '69921000', '69999999', NULL, 1652915190),
(66389, '3298', '298.00', '20', '15.001', '20', '58100000', '58999999', '69921000', '69999999', NULL, 1652915194),
(66390, '3220', '595.00', '15', '15.001', '20', '58100000', '58999999', '69921000', '69999999', NULL, 1652915194),
(66391, '3298', '380.00', '20', '20.001', '25', '58100000', '58999999', '69921000', '69999999', NULL, 1652915195),
(66392, '3220', '760.00', '15', '20.001', '25', '58100000', '58999999', '69921000', '69999999', NULL, 1652915196),
(66393, '3298', '463.00', '20', '25.001', '30', '58100000', '58999999', '69921000', '69999999', NULL, 1652915197),
(66394, '3220', '925.00', '15', '25.001', '30', '58100000', '58999999', '69921000', '69999999', NULL, 1652915197),
(66395, '3298', '90.00', '12', '0.3', '5', '58100000', '58999999', '71000000', '73699999', NULL, 1652915200),
(66396, '3220', '183.00', '7', '0.3', '5', '58100000', '58999999', '71000000', '73699999', NULL, 1652915203),
(66397, '3298', '133.00', '12', '5.001', '10', '58100000', '58999999', '71000000', '73699999', NULL, 1652915204),
(66398, '3220', '266.00', '7', '5.001', '10', '58100000', '58999999', '71000000', '73699999', NULL, 1652915205),
(66399, '3298', '215.00', '12', '10.001', '15', '58100000', '58999999', '71000000', '73699999', NULL, 1652915205),
(66400, '3220', '430.00', '7', '10.001', '15', '58100000', '58999999', '71000000', '73699999', NULL, 1652915207),
(66401, '3298', '298.00', '12', '15.001', '20', '58100000', '58999999', '71000000', '73699999', NULL, 1652915209),
(66402, '3220', '595.00', '7', '15.001', '20', '58100000', '58999999', '71000000', '73699999', NULL, 1652915210),
(66403, '3298', '380.00', '12', '20.001', '25', '58100000', '58999999', '71000000', '73699999', NULL, 1652915211),
(66404, '3220', '760.00', '7', '20.001', '25', '58100000', '58999999', '71000000', '73699999', NULL, 1652915216),
(66405, '3298', '463.00', '12', '25.001', '30', '58100000', '58999999', '71000000', '73699999', NULL, 1652915217),
(66406, '3220', '925.00', '7', '25.001', '30', '58100000', '58999999', '71000000', '73699999', NULL, 1652915218),
(66407, '3298', '90.00', '16', '0.3', '5', '58100000', '58999999', '72800000', '73999999', NULL, 1652915219),
(66408, '3220', '183.00', '14', '0.3', '5', '58100000', '58999999', '72800000', '73999999', NULL, 1652915220),
(66409, '3298', '133.00', '16', '5.001', '10', '58100000', '58999999', '72800000', '73999999', NULL, 1652915221),
(66410, '3220', '266.00', '14', '5.001', '10', '58100000', '58999999', '72800000', '73999999', NULL, 1652915221),
(66411, '3298', '215.00', '16', '10.001', '15', '58100000', '58999999', '72800000', '73999999', NULL, 1652915222),
(66412, '3220', '430.00', '14', '10.001', '15', '58100000', '58999999', '72800000', '73999999', NULL, 1652915229),
(66413, '3298', '298.00', '16', '15.001', '20', '58100000', '58999999', '72800000', '73999999', NULL, 1652915231),
(66414, '3220', '595.00', '14', '15.001', '20', '58100000', '58999999', '72800000', '73999999', NULL, 1652915231),
(66415, '3298', '380.00', '16', '20.001', '25', '58100000', '58999999', '72800000', '73999999', NULL, 1652915232),
(66416, '3220', '760.00', '14', '20.001', '25', '58100000', '58999999', '72800000', '73999999', NULL, 1652915233),
(66417, '3298', '463.00', '16', '25.001', '30', '58100000', '58999999', '72800000', '73999999', NULL, 1652915234),
(66418, '3220', '925.00', '14', '25.001', '30', '58100000', '58999999', '72800000', '73999999', NULL, 1652915235),
(66419, '3298', '90.00', '12', '0.3', '5', '58100000', '58999999', '74000000', '74894999', NULL, 1652915235),
(66420, '3220', '183.00', '8', '0.3', '5', '58100000', '58999999', '74000000', '74894999', NULL, 1652915236),
(66421, '3298', '133.00', '12', '5.001', '10', '58100000', '58999999', '74000000', '74894999', NULL, 1652915238),
(66422, '3220', '266.00', '8', '5.001', '10', '58100000', '58999999', '74000000', '74894999', NULL, 1652915239),
(66423, '3298', '215.00', '12', '10.001', '15', '58100000', '58999999', '74000000', '74894999', NULL, 1652915242),
(66424, '3220', '430.00', '8', '10.001', '15', '58100000', '58999999', '74000000', '74894999', NULL, 1652915245),
(66425, '3298', '298.00', '12', '15.001', '20', '58100000', '58999999', '74000000', '74894999', NULL, 1652915245),
(66426, '3220', '595.00', '8', '15.001', '20', '58100000', '58999999', '74000000', '74894999', NULL, 1652915250),
(66427, '3298', '380.00', '12', '20.001', '25', '58100000', '58999999', '74000000', '74894999', NULL, 1652915253),
(66428, '3220', '760.00', '8', '20.001', '25', '58100000', '58999999', '74000000', '74894999', NULL, 1652915253),
(66429, '3298', '463.00', '12', '25.001', '30', '58100000', '58999999', '74000000', '74894999', NULL, 1652915254),
(66430, '3220', '925.00', '8', '25.001', '30', '58100000', '58999999', '74000000', '74894999', NULL, 1652915255),
(66431, '3298', '90.00', '12', '0.3', '5', '58100000', '58999999', '74895000', '76799999', NULL, 1652915255),
(66432, '3220', '183.00', '8', '0.3', '5', '58100000', '58999999', '74895000', '76799999', NULL, 1652915256),
(66433, '3298', '133.00', '12', '5.001', '10', '58100000', '58999999', '74895000', '76799999', NULL, 1652915259),
(66434, '3220', '266.00', '8', '5.001', '10', '58100000', '58999999', '74895000', '76799999', NULL, 1652915262),
(66435, '3298', '215.00', '12', '10.001', '15', '58100000', '58999999', '74895000', '76799999', NULL, 1652915263),
(66436, '3220', '430.00', '8', '10.001', '15', '58100000', '58999999', '74895000', '76799999', NULL, 1652915264),
(66437, '3298', '298.00', '12', '15.001', '20', '58100000', '58999999', '74895000', '76799999', NULL, 1652915267),
(66438, '3220', '595.00', '8', '15.001', '20', '58100000', '58999999', '74895000', '76799999', NULL, 1652915268),
(66439, '3298', '380.00', '12', '20.001', '25', '58100000', '58999999', '74895000', '76799999', NULL, 1652915272),
(66440, '3220', '760.00', '8', '20.001', '25', '58100000', '58999999', '74895000', '76799999', NULL, 1652915272),
(66441, '3298', '463.00', '12', '25.001', '30', '58100000', '58999999', '74895000', '76799999', NULL, 1652915273),
(66442, '3220', '925.00', '8', '25.001', '30', '58100000', '58999999', '74895000', '76799999', NULL, 1652915275),
(66443, '3298', '90.00', '15', '0.3', '5', '58100000', '58999999', '77000000', '77270999', NULL, 1652915276),
(66444, '3220', '183.00', '10', '0.3', '5', '58100000', '58999999', '77000000', '77270999', NULL, 1652915279),
(66445, '3298', '133.00', '15', '5.001', '10', '58100000', '58999999', '77000000', '77270999', NULL, 1652915283),
(66446, '3220', '266.00', '10', '5.001', '10', '58100000', '58999999', '77000000', '77270999', NULL, 1652915284),
(66447, '3298', '215.00', '15', '10.001', '15', '58100000', '58999999', '77000000', '77270999', NULL, 1652915287),
(66448, '3220', '430.00', '10', '10.001', '15', '58100000', '58999999', '77000000', '77270999', NULL, 1652915291),
(66449, '3298', '298.00', '15', '15.001', '20', '58100000', '58999999', '77000000', '77270999', NULL, 1652915292),
(66450, '3220', '595.00', '10', '15.001', '20', '58100000', '58999999', '77000000', '77270999', NULL, 1652915292),
(66451, '3298', '380.00', '15', '20.001', '25', '58100000', '58999999', '77000000', '77270999', NULL, 1652915293),
(66452, '3220', '760.00', '10', '20.001', '25', '58100000', '58999999', '77000000', '77270999', NULL, 1652915294),
(66453, '3298', '463.00', '15', '25.001', '30', '58100000', '58999999', '77000000', '77270999', NULL, 1652915299),
(66454, '3220', '925.00', '10', '25.001', '30', '58100000', '58999999', '77000000', '77270999', NULL, 1652915299),
(66455, '3298', '90.00', '18', '0.3', '5', '58100000', '58999999', '77300000', '77995999', NULL, 1652915300),
(66456, '3220', '183.00', '14', '0.3', '5', '58100000', '58999999', '77300000', '77995999', NULL, 1652915304),
(66457, '3298', '133.00', '18', '5.001', '10', '58100000', '58999999', '77300000', '77995999', NULL, 1652915306),
(66458, '3220', '266.00', '14', '5.001', '10', '58100000', '58999999', '77300000', '77995999', NULL, 1652915307),
(66459, '3298', '215.00', '18', '10.001', '15', '58100000', '58999999', '77300000', '77995999', NULL, 1652915308),
(66460, '3220', '430.00', '14', '10.001', '15', '58100000', '58999999', '77300000', '77995999', NULL, 1652915309),
(66461, '3298', '298.00', '18', '15.001', '20', '58100000', '58999999', '77300000', '77995999', NULL, 1652915312),
(66462, '3220', '595.00', '14', '15.001', '20', '58100000', '58999999', '77300000', '77995999', NULL, 1652915313),
(66463, '3298', '380.00', '18', '20.001', '25', '58100000', '58999999', '77300000', '77995999', NULL, 1652915314),
(66464, '3220', '760.00', '14', '20.001', '25', '58100000', '58999999', '77300000', '77995999', NULL, 1652915315),
(66465, '3298', '463.00', '18', '25.001', '30', '58100000', '58999999', '77300000', '77995999', NULL, 1652915316),
(66466, '3220', '925.00', '14', '25.001', '30', '58100000', '58999999', '77300000', '77995999', NULL, 1652915316),
(66467, '3298', '90.00', '14', '0.3', '5', '58100000', '58999999', '78000000', '78109999', NULL, 1652915317),
(66468, '3220', '183.00', '9', '0.3', '5', '58100000', '58999999', '78000000', '78109999', NULL, 1652915320),
(66469, '3298', '133.00', '14', '5.001', '10', '58100000', '58999999', '78000000', '78109999', NULL, 1652915320),
(66470, '3220', '266.00', '9', '5.001', '10', '58100000', '58999999', '78000000', '78109999', NULL, 1652915323),
(66471, '3298', '215.00', '14', '10.001', '15', '58100000', '58999999', '78000000', '78109999', NULL, 1652915326),
(66472, '3220', '430.00', '9', '10.001', '15', '58100000', '58999999', '78000000', '78109999', NULL, 1652915328),
(66473, '3298', '298.00', '14', '15.001', '20', '58100000', '58999999', '78000000', '78109999', NULL, 1652915329),
(66474, '3220', '595.00', '9', '15.001', '20', '58100000', '58999999', '78000000', '78109999', NULL, 1652915330),
(66475, '3298', '380.00', '14', '20.001', '25', '58100000', '58999999', '78000000', '78109999', NULL, 1652915331),
(66476, '3220', '760.00', '9', '20.001', '25', '58100000', '58999999', '78000000', '78109999', NULL, 1652915332),
(66477, '3298', '463.00', '14', '25.001', '30', '58100000', '58999999', '78000000', '78109999', NULL, 1652915337),
(66478, '3220', '925.00', '9', '25.001', '30', '58100000', '58999999', '78000000', '78109999', NULL, 1652915339),
(66479, '3298', '90.00', '16', '0.3', '5', '58100000', '58999999', '78110000', '78899999', NULL, 1652915340),
(66480, '3220', '183.00', '11', '0.3', '5', '58100000', '58999999', '78110000', '78899999', NULL, 1652915341),
(66481, '3298', '133.00', '16', '5.001', '10', '58100000', '58999999', '78110000', '78899999', NULL, 1652915342),
(66482, '3220', '266.00', '11', '5.001', '10', '58100000', '58999999', '78110000', '78899999', NULL, 1652915343),
(66483, '3298', '215.00', '16', '10.001', '15', '58100000', '58999999', '78110000', '78899999', NULL, 1652915344),
(66484, '3220', '430.00', '11', '10.001', '15', '58100000', '58999999', '78110000', '78899999', NULL, 1652915346),
(66485, '3298', '298.00', '16', '15.001', '20', '58100000', '58999999', '78110000', '78899999', NULL, 1652915346),
(66486, '3220', '595.00', '11', '15.001', '20', '58100000', '58999999', '78110000', '78899999', NULL, 1652915347),
(66487, '3298', '380.00', '16', '20.001', '25', '58100000', '58999999', '78110000', '78899999', NULL, 1652915348),
(66488, '3220', '760.00', '11', '20.001', '25', '58100000', '58999999', '78110000', '78899999', NULL, 1652915349),
(66489, '3298', '463.00', '16', '25.001', '30', '58100000', '58999999', '78110000', '78899999', NULL, 1652915350),
(66490, '3220', '925.00', '11', '25.001', '30', '58100000', '58999999', '78110000', '78899999', NULL, 1652915353),
(66491, '3298', '90.00', '17', '0.3', '5', '58100000', '58999999', '78900000', '78930999', NULL, 1652915355),
(66492, '3220', '183.00', '15', '0.3', '5', '58100000', '58999999', '78900000', '78930999', NULL, 1652915355),
(66493, '3298', '133.00', '17', '5.001', '10', '58100000', '58999999', '78900000', '78930999', NULL, 1652915356),
(66494, '3220', '266.00', '15', '5.001', '10', '58100000', '58999999', '78900000', '78930999', NULL, 1652915357),
(66495, '3298', '215.00', '17', '10.001', '15', '58100000', '58999999', '78900000', '78930999', NULL, 1652915357),
(66496, '3220', '430.00', '15', '10.001', '15', '58100000', '58999999', '78900000', '78930999', NULL, 1652915358),
(66497, '3298', '298.00', '17', '15.001', '20', '58100000', '58999999', '78900000', '78930999', NULL, 1652915359),
(66498, '3220', '595.00', '15', '15.001', '20', '58100000', '58999999', '78900000', '78930999', NULL, 1652915360),
(66499, '3298', '380.00', '17', '20.001', '25', '58100000', '58999999', '78900000', '78930999', NULL, 1652915360),
(66500, '3220', '760.00', '15', '20.001', '25', '58100000', '58999999', '78900000', '78930999', NULL, 1652915361),
(66501, '3298', '463.00', '17', '25.001', '30', '58100000', '58999999', '78900000', '78930999', NULL, 1652915362),
(66502, '3220', '925.00', '15', '25.001', '30', '58100000', '58999999', '78900000', '78930999', NULL, 1652915363),
(66503, '3298', '90.00', '16', '0.3', '5', '58100000', '58999999', '78931000', '78999999', NULL, 1652915363),
(66504, '3220', '183.00', '11', '0.3', '5', '58100000', '58999999', '78931000', '78999999', NULL, 1652915364),
(66505, '3298', '133.00', '16', '5.001', '10', '58100000', '58999999', '78931000', '78999999', NULL, 1652915364),
(66506, '3220', '266.00', '11', '5.001', '10', '58100000', '58999999', '78931000', '78999999', NULL, 1652915365),
(66507, '3298', '215.00', '16', '10.001', '15', '58100000', '58999999', '78931000', '78999999', NULL, 1652915366),
(66508, '3220', '430.00', '11', '10.001', '15', '58100000', '58999999', '78931000', '78999999', NULL, 1652915367),
(66509, '3298', '298.00', '16', '15.001', '20', '58100000', '58999999', '78931000', '78999999', NULL, 1652915368),
(66510, '3220', '595.00', '11', '15.001', '20', '58100000', '58999999', '78931000', '78999999', NULL, 1652915369),
(66511, '3298', '380.00', '16', '20.001', '25', '58100000', '58999999', '78931000', '78999999', NULL, 1652915369),
(66512, '3220', '760.00', '11', '20.001', '25', '58100000', '58999999', '78931000', '78999999', NULL, 1652915370),
(66513, '3298', '463.00', '16', '25.001', '30', '58100000', '58999999', '78931000', '78999999', NULL, 1652915370),
(66514, '3220', '925.00', '11', '25.001', '30', '58100000', '58999999', '78931000', '78999999', NULL, 1652915371),
(66515, '3298', '90.00', '12', '0.3', '5', '58100000', '58999999', '79000000', '79129999', NULL, 1652915372),
(66516, '3220', '183.00', '8', '0.3', '5', '58100000', '58999999', '79000000', '79129999', NULL, 1652915376),
(66517, '3298', '133.00', '12', '5.001', '10', '58100000', '58999999', '79000000', '79129999', NULL, 1652915377),
(66518, '3220', '266.00', '8', '5.001', '10', '58100000', '58999999', '79000000', '79129999', NULL, 1652915378),
(66519, '3298', '215.00', '12', '10.001', '15', '58100000', '58999999', '79000000', '79129999', NULL, 1652915379),
(66520, '3220', '430.00', '8', '10.001', '15', '58100000', '58999999', '79000000', '79129999', NULL, 1652915380),
(66521, '3298', '298.00', '12', '15.001', '20', '58100000', '58999999', '79000000', '79129999', NULL, 1652915381),
(66522, '3220', '595.00', '8', '15.001', '20', '58100000', '58999999', '79000000', '79129999', NULL, 1652915382),
(66523, '3298', '380.00', '12', '20.001', '25', '58100000', '58999999', '79000000', '79129999', NULL, 1652915382),
(66524, '3220', '760.00', '8', '20.001', '25', '58100000', '58999999', '79000000', '79129999', NULL, 1652915383),
(66525, '3298', '463.00', '12', '25.001', '30', '58100000', '58999999', '79000000', '79129999', NULL, 1652915385),
(66526, '3220', '925.00', '8', '25.001', '30', '58100000', '58999999', '79000000', '79129999', NULL, 1652915387),
(66527, '3298', '90.00', '15', '0.3', '5', '58100000', '58999999', '79130000', '79999999', NULL, 1652915387),
(66528, '3220', '183.00', '11', '0.3', '5', '58100000', '58999999', '79130000', '79999999', NULL, 1652915389),
(66529, '3298', '133.00', '15', '5.001', '10', '58100000', '58999999', '79130000', '79999999', NULL, 1652915392),
(66530, '3220', '266.00', '11', '5.001', '10', '58100000', '58999999', '79130000', '79999999', NULL, 1652915393),
(66531, '3298', '215.00', '15', '10.001', '15', '58100000', '58999999', '79130000', '79999999', NULL, 1652915395),
(66532, '3220', '430.00', '11', '10.001', '15', '58100000', '58999999', '79130000', '79999999', NULL, 1652915396),
(66533, '3298', '298.00', '15', '15.001', '20', '58100000', '58999999', '79130000', '79999999', NULL, 1652915400),
(66534, '3220', '595.00', '11', '15.001', '20', '58100000', '58999999', '79130000', '79999999', NULL, 1652915404),
(66535, '3298', '380.00', '15', '20.001', '25', '58100000', '58999999', '79130000', '79999999', NULL, 1652915405),
(66536, '3220', '760.00', '11', '20.001', '25', '58100000', '58999999', '79130000', '79999999', NULL, 1652915406),
(66537, '3298', '463.00', '15', '25.001', '30', '58100000', '58999999', '79130000', '79999999', NULL, 1652915407),
(66538, '3220', '925.00', '11', '25.001', '30', '58100000', '58999999', '79130000', '79999999', NULL, 1652915408),
(66539, '3298', '90.00', '13', '0.3', '5', '58100000', '58999999', '80000000', '82999999', NULL, 1652915409),
(66540, '3220', '183.00', '7', '0.3', '5', '58100000', '58999999', '80000000', '82999999', NULL, 1652915410),
(66541, '3298', '133.00', '13', '5.001', '10', '58100000', '58999999', '80000000', '82999999', NULL, 1652915411),
(66542, '3220', '266.00', '7', '5.001', '10', '58100000', '58999999', '80000000', '82999999', NULL, 1652915414),
(66543, '3298', '215.00', '13', '10.001', '15', '58100000', '58999999', '80000000', '82999999', NULL, 1652915415),
(66544, '3220', '430.00', '7', '10.001', '15', '58100000', '58999999', '80000000', '82999999', NULL, 1652915416),
(66545, '3298', '298.00', '13', '15.001', '20', '58100000', '58999999', '80000000', '82999999', NULL, 1652915418),
(66546, '3220', '595.00', '7', '15.001', '20', '58100000', '58999999', '80000000', '82999999', NULL, 1652915419),
(66547, '3298', '380.00', '13', '20.001', '25', '58100000', '58999999', '80000000', '82999999', NULL, 1652915420),
(66548, '3220', '760.00', '7', '20.001', '25', '58100000', '58999999', '80000000', '82999999', NULL, 1652915421),
(66549, '3298', '463.00', '13', '25.001', '30', '58100000', '58999999', '80000000', '82999999', NULL, 1652915426),
(66550, '3220', '925.00', '7', '25.001', '30', '58100000', '58999999', '80000000', '82999999', NULL, 1652915427),
(66551, '3298', '90.00', '13', '0.3', '5', '58100000', '58999999', '80000000', '83800999', NULL, 1652915429),
(66552, '3220', '183.00', '7', '0.3', '5', '58100000', '58999999', '80000000', '83800999', NULL, 1652915432),
(66553, '3298', '133.00', '13', '5.001', '10', '58100000', '58999999', '80000000', '83800999', NULL, 1652915433),
(66554, '3220', '266.00', '7', '5.001', '10', '58100000', '58999999', '80000000', '83800999', NULL, 1652915436),
(66555, '3298', '215.00', '13', '10.001', '15', '58100000', '58999999', '80000000', '83800999', NULL, 1652915440),
(66556, '3220', '430.00', '7', '10.001', '15', '58100000', '58999999', '80000000', '83800999', NULL, 1652915441),
(66557, '3298', '298.00', '13', '15.001', '20', '58100000', '58999999', '80000000', '83800999', NULL, 1652915444),
(66558, '3220', '595.00', '7', '15.001', '20', '58100000', '58999999', '80000000', '83800999', NULL, 1652915448),
(66559, '3298', '380.00', '13', '20.001', '25', '58100000', '58999999', '80000000', '83800999', NULL, 1652915450),
(66560, '3220', '760.00', '7', '20.001', '25', '58100000', '58999999', '80000000', '83800999', NULL, 1652915454),
(66561, '3298', '463.00', '13', '25.001', '30', '58100000', '58999999', '80000000', '83800999', NULL, 1652915455),
(66562, '3220', '925.00', '7', '25.001', '30', '58100000', '58999999', '80000000', '83800999', NULL, 1652915456),
(66563, '3298', '90.00', '15', '0.3', '5', '58100000', '58999999', '83801000', '87999999', NULL, 1652915456),
(66564, '3220', '183.00', '9', '0.3', '5', '58100000', '58999999', '83801000', '87999999', NULL, 1652915460),
(66565, '3298', '133.00', '15', '5.001', '10', '58100000', '58999999', '83801000', '87999999', NULL, 1652915463),
(66566, '3220', '266.00', '9', '5.001', '10', '58100000', '58999999', '83801000', '87999999', NULL, 1652915465),
(66567, '3298', '215.00', '15', '10.001', '15', '58100000', '58999999', '83801000', '87999999', NULL, 1652915469),
(66568, '3220', '430.00', '9', '10.001', '15', '58100000', '58999999', '83801000', '87999999', NULL, 1652915470),
(66569, '3298', '298.00', '15', '15.001', '20', '58100000', '58999999', '83801000', '87999999', NULL, 1652915472),
(66570, '3220', '595.00', '9', '15.001', '20', '58100000', '58999999', '83801000', '87999999', NULL, 1652915473),
(66571, '3298', '380.00', '15', '20.001', '25', '58100000', '58999999', '83801000', '87999999', NULL, 1652915476),
(66572, '3220', '760.00', '9', '20.001', '25', '58100000', '58999999', '83801000', '87999999', NULL, 1652915477),
(66573, '3298', '463.00', '15', '25.001', '30', '58100000', '58999999', '83801000', '87999999', NULL, 1652915478),
(66574, '3220', '925.00', '9', '25.001', '30', '58100000', '58999999', '83801000', '87999999', NULL, 1652915480),
(66575, '3298', '90.00', '12', '0.3', '5', '58100000', '58999999', '88000000', '82999999', NULL, 1652915481),
(66576, '3220', '183.00', '8', '0.3', '5', '58100000', '58999999', '88000000', '82999999', NULL, 1652915482),
(66577, '3298', '133.00', '12', '5.001', '10', '58100000', '58999999', '88000000', '82999999', NULL, 1652915483),
(66578, '3220', '266.00', '8', '5.001', '10', '58100000', '58999999', '88000000', '82999999', NULL, 1652915490),
(66579, '3298', '215.00', '12', '10.001', '15', '58100000', '58999999', '88000000', '82999999', NULL, 1652915492),
(66580, '3220', '430.00', '8', '10.001', '15', '58100000', '58999999', '88000000', '82999999', NULL, 1652915493),
(66581, '3298', '298.00', '12', '15.001', '20', '58100000', '58999999', '88000000', '82999999', NULL, 1652915493),
(66582, '3220', '595.00', '8', '15.001', '20', '58100000', '58999999', '88000000', '82999999', NULL, 1652915494),
(66583, '3298', '380.00', '12', '20.001', '25', '58100000', '58999999', '88000000', '82999999', NULL, 1652915495),
(66584, '3220', '760.00', '8', '20.001', '25', '58100000', '58999999', '88000000', '82999999', NULL, 1652915502),
(66585, '3298', '463.00', '12', '25.001', '30', '58100000', '58999999', '88000000', '82999999', NULL, 1652915503),
(66586, '3220', '925.00', '8', '25.001', '30', '58100000', '58999999', '88000000', '82999999', NULL, 1652915503),
(66587, '3298', '90.00', '12', '0.3', '5', '58100000', '58999999', '88000000', '88469999', NULL, 1652915511),
(66588, '3220', '183.00', '8', '0.3', '5', '58100000', '58999999', '88000000', '88469999', NULL, 1652915512),
(66589, '3298', '133.00', '12', '5.001', '10', '58100000', '58999999', '88000000', '88469999', NULL, 1652915512),
(66590, '3220', '266.00', '8', '5.001', '10', '58100000', '58999999', '88000000', '88469999', NULL, 1652915513),
(66591, '3298', '215.00', '12', '10.001', '15', '58100000', '58999999', '88000000', '88469999', NULL, 1652915514),
(66592, '3220', '430.00', '8', '10.001', '15', '58100000', '58999999', '88000000', '88469999', NULL, 1652915514),
(66593, '3298', '298.00', '12', '15.001', '20', '58100000', '58999999', '88000000', '88469999', NULL, 1652915515),
(66594, '3220', '595.00', '8', '15.001', '20', '58100000', '58999999', '88000000', '88469999', NULL, 1652915516),
(66595, '3298', '380.00', '12', '20.001', '25', '58100000', '58999999', '88000000', '88469999', NULL, 1652915524),
(66596, '3220', '760.00', '8', '20.001', '25', '58100000', '58999999', '88000000', '88469999', NULL, 1652915525),
(66597, '3298', '463.00', '12', '25.001', '30', '58100000', '58999999', '88000000', '88469999', NULL, 1652915526),
(66598, '3220', '925.00', '8', '25.001', '30', '58100000', '58999999', '88000000', '88469999', NULL, 1652915527),
(66599, '3298', '90.00', '13', '0.3', '5', '58100000', '58999999', '88470000', '89999999', NULL, 1652915536),
(66600, '3220', '183.00', '10', '0.3', '5', '58100000', '58999999', '88470000', '89999999', NULL, 1652915537),
(66601, '3298', '133.00', '13', '5.001', '10', '58100000', '58999999', '88470000', '89999999', NULL, 1652915538),
(66602, '3220', '266.00', '10', '5.001', '10', '58100000', '58999999', '88470000', '89999999', NULL, 1652915539),
(66603, '3298', '215.00', '13', '10.001', '15', '58100000', '58999999', '88470000', '89999999', NULL, 1652915540),
(66604, '3220', '430.00', '10', '10.001', '15', '58100000', '58999999', '88470000', '89999999', NULL, 1652915540),
(66605, '3298', '298.00', '13', '15.001', '20', '58100000', '58999999', '88470000', '89999999', NULL, 1652915542),
(66606, '3220', '595.00', '10', '15.001', '20', '58100000', '58999999', '88470000', '89999999', NULL, 1652915543),
(66607, '3298', '380.00', '13', '20.001', '25', '58100000', '58999999', '88470000', '89999999', NULL, 1652915543),
(66608, '3220', '760.00', '10', '20.001', '25', '58100000', '58999999', '88470000', '89999999', NULL, 1652915544),
(66609, '3298', '463.00', '13', '25.001', '30', '58100000', '58999999', '88470000', '89999999', NULL, 1652915545),
(66610, '3220', '925.00', '10', '25.001', '30', '58100000', '58999999', '88470000', '89999999', NULL, 1652915545),
(66611, '3298', '90.00', '12', '0.3', '5', '58100000', '58999999', '90000000', '91999999', NULL, 1652915546),
(66612, '3220', '183.00', '8', '0.3', '5', '58100000', '58999999', '90000000', '91999999', NULL, 1652915547),
(66613, '3298', '133.00', '12', '5.001', '10', '58100000', '58999999', '90000000', '91999999', NULL, 1652915555),
(66614, '3220', '266.00', '8', '5.001', '10', '58100000', '58999999', '90000000', '91999999', NULL, 1652915556),
(66615, '3298', '215.00', '12', '10.001', '15', '58100000', '58999999', '90000000', '91999999', NULL, 1652915557),
(66616, '3220', '430.00', '8', '10.001', '15', '58100000', '58999999', '90000000', '91999999', NULL, 1652915558),
(66617, '3298', '298.00', '12', '15.001', '20', '58100000', '58999999', '90000000', '91999999', NULL, 1652915558),
(66618, '3220', '595.00', '8', '15.001', '20', '58100000', '58999999', '90000000', '91999999', NULL, 1652915559),
(66619, '3298', '380.00', '12', '20.001', '25', '58100000', '58999999', '90000000', '91999999', NULL, 1652915567),
(66620, '3220', '760.00', '8', '20.001', '25', '58100000', '58999999', '90000000', '91999999', NULL, 1652915568),
(66621, '3298', '463.00', '12', '25.001', '30', '58100000', '58999999', '90000000', '91999999', NULL, 1652915569),
(66622, '3220', '925.00', '8', '25.001', '30', '58100000', '58999999', '90000000', '91999999', NULL, 1652915570),
(66623, '3298', '90.00', '14', '0.3', '5', '58100000', '58999999', '90000000', '94900999', NULL, 1652915578),
(66624, '3220', '183.00', '11', '0.3', '5', '58100000', '58999999', '90000000', '94900999', NULL, 1652915579),
(66625, '3298', '133.00', '14', '5.001', '10', '58100000', '58999999', '90000000', '94900999', NULL, 1652915580),
(66626, '3220', '266.00', '11', '5.001', '10', '58100000', '58999999', '90000000', '94900999', NULL, 1652915582),
(66627, '3298', '215.00', '14', '10.001', '15', '58100000', '58999999', '90000000', '94900999', NULL, 1652915583),
(66628, '3220', '430.00', '11', '10.001', '15', '58100000', '58999999', '90000000', '94900999', NULL, 1652915583),
(66629, '3298', '298.00', '14', '15.001', '20', '58100000', '58999999', '90000000', '94900999', NULL, 1652915584),
(66630, '3220', '595.00', '11', '15.001', '20', '58100000', '58999999', '90000000', '94900999', NULL, 1652915586),
(66631, '3298', '380.00', '14', '20.001', '25', '58100000', '58999999', '90000000', '94900999', NULL, 1652915586),
(66632, '3220', '760.00', '11', '20.001', '25', '58100000', '58999999', '90000000', '94900999', NULL, 1652915587),
(66633, '3298', '463.00', '14', '25.001', '30', '58100000', '58999999', '90000000', '94900999', NULL, 1652915588),
(66634, '3220', '925.00', '11', '25.001', '30', '58100000', '58999999', '90000000', '94900999', NULL, 1652915589),
(66635, '3298', '90.00', '16', '0.3', '5', '58100000', '58999999', '94901000', '99999999', NULL, 1652915590),
(66636, '3220', '183.00', '12', '0.3', '5', '58100000', '58999999', '94901000', '99999999', NULL, 1652915591),
(66637, '3298', '133.00', '16', '5.001', '10', '58100000', '58999999', '94901000', '99999999', NULL, 1652915591),
(66638, '3220', '266.00', '12', '5.001', '10', '58100000', '58999999', '94901000', '99999999', NULL, 1652915593),
(66639, '3298', '215.00', '16', '10.001', '15', '58100000', '58999999', '94901000', '99999999', NULL, 1652915600),
(66640, '3220', '430.00', '12', '10.001', '15', '58100000', '58999999', '94901000', '99999999', NULL, 1652915601),
(66641, '3298', '298.00', '16', '15.001', '20', '58100000', '58999999', '94901000', '99999999', NULL, 1652915602),
(66642, '3220', '595.00', '12', '15.001', '20', '58100000', '58999999', '94901000', '99999999', NULL, 1652915603),
(66643, '3298', '380.00', '16', '20.001', '25', '58100000', '58999999', '94901000', '99999999', NULL, 1652915604),
(66644, '3220', '760.00', '12', '20.001', '25', '58100000', '58999999', '94901000', '99999999', NULL, 1652915605),
(66645, '3298', '463.00', '16', '25.001', '30', '58100000', '58999999', '94901000', '99999999', NULL, 1652915605),
(66646, '3220', '925.00', '12', '25.001', '30', '58100000', '58999999', '94901000', '99999999', NULL, 1652915606),
(66647, '3298', '45.00', '7', '0.3', '5', '59000000', '59099999', '01000000', '08499999', NULL, 1652915607),
(66648, '3220', '137.00', '2', '0.3', '5', '59000000', '59099999', '01000000', '08499999', NULL, 1652915607),
(66649, '3298', '71.00', '7', '5.001', '10', '59000000', '59099999', '01000000', '08499999', NULL, 1652915608),
(66650, '3220', '214.00', '2', '5.001', '10', '59000000', '59099999', '01000000', '08499999', NULL, 1652915609),
(66651, '3298', '116.00', '7', '10.001', '15', '59000000', '59099999', '01000000', '08499999', NULL, 1652915610),
(66652, '3220', '346.00', '2', '10.001', '15', '59000000', '59099999', '01000000', '08499999', NULL, 1652915611),
(66653, '3298', '160.00', '7', '15.001', '20', '59000000', '59099999', '01000000', '08499999', NULL, 1652915612),
(66654, '3220', '479.00', '2', '15.001', '20', '59000000', '59099999', '01000000', '08499999', NULL, 1652915614),
(66655, '3298', '205.00', '7', '20.001', '25', '59000000', '59099999', '01000000', '08499999', NULL, 1652915616),
(66656, '3220', '612.00', '2', '20.001', '25', '59000000', '59099999', '01000000', '08499999', NULL, 1652915618),
(66657, '3298', '249.00', '7', '25.001', '30', '59000000', '59099999', '01000000', '08499999', NULL, 1652915619),
(66658, '3220', '744.00', '2', '25.001', '30', '59000000', '59099999', '01000000', '08499999', NULL, 1652915619),
(66659, '3298', '45.00', '7', '0.3', '5', '59000000', '59099999', '06000000', '09999999', NULL, 1652915620),
(66660, '3220', '137.00', '2', '0.3', '5', '59000000', '59099999', '06000000', '09999999', NULL, 1652915621),
(66661, '3298', '71.00', '7', '5.001', '10', '59000000', '59099999', '06000000', '09999999', NULL, 1652915621),
(66662, '3220', '214.00', '2', '5.001', '10', '59000000', '59099999', '06000000', '09999999', NULL, 1652915622),
(66663, '3298', '116.00', '7', '10.001', '15', '59000000', '59099999', '06000000', '09999999', NULL, 1652915624),
(66664, '3220', '346.00', '2', '10.001', '15', '59000000', '59099999', '06000000', '09999999', NULL, 1652915625),
(66665, '3298', '160.00', '7', '15.001', '20', '59000000', '59099999', '06000000', '09999999', NULL, 1652915625),
(66666, '3220', '479.00', '2', '15.001', '20', '59000000', '59099999', '06000000', '09999999', NULL, 1652915627),
(66667, '3298', '205.00', '7', '20.001', '25', '59000000', '59099999', '06000000', '09999999', NULL, 1652915628),
(66668, '3220', '612.00', '2', '20.001', '25', '59000000', '59099999', '06000000', '09999999', NULL, 1652915629),
(66669, '3298', '249.00', '7', '25.001', '30', '59000000', '59099999', '06000000', '09999999', NULL, 1652915630),
(66670, '3220', '744.00', '2', '25.001', '30', '59000000', '59099999', '06000000', '09999999', NULL, 1652915631),
(66671, '3298', '45.00', '7', '0.3', '5', '59000000', '59099999', '11000000', '11999999', NULL, 1652915633),
(66672, '3220', '137.00', '3', '0.3', '5', '59000000', '59099999', '11000000', '11999999', NULL, 1652915635),
(66673, '3298', '71.00', '7', '5.001', '10', '59000000', '59099999', '11000000', '11999999', NULL, 1652915636),
(66674, '3220', '214.00', '3', '5.001', '10', '59000000', '59099999', '11000000', '11999999', NULL, 1652915637),
(66675, '3298', '116.00', '7', '10.001', '15', '59000000', '59099999', '11000000', '11999999', NULL, 1652915638),
(66676, '3220', '346.00', '3', '10.001', '15', '59000000', '59099999', '11000000', '11999999', NULL, 1652915639),
(66677, '3298', '160.00', '7', '15.001', '20', '59000000', '59099999', '11000000', '11999999', NULL, 1652915640),
(66678, '3220', '479.00', '3', '15.001', '20', '59000000', '59099999', '11000000', '11999999', NULL, 1652915642),
(66679, '3298', '205.00', '7', '20.001', '25', '59000000', '59099999', '11000000', '11999999', NULL, 1652915643),
(66680, '3220', '612.00', '3', '20.001', '25', '59000000', '59099999', '11000000', '11999999', NULL, 1652915645),
(66681, '3298', '249.00', '7', '25.001', '30', '59000000', '59099999', '11000000', '11999999', NULL, 1652915648),
(66682, '3220', '744.00', '3', '25.001', '30', '59000000', '59099999', '11000000', '11999999', NULL, 1652915650),
(66683, '3298', '45.00', '7', '0.3', '5', '59000000', '59099999', '12000000', '19999999', NULL, 1652915651),
(66684, '3220', '137.00', '2', '0.3', '5', '59000000', '59099999', '12000000', '19999999', NULL, 1652915652),
(66685, '3298', '71.00', '7', '5.001', '10', '59000000', '59099999', '12000000', '19999999', NULL, 1652915654),
(66686, '3220', '214.00', '2', '5.001', '10', '59000000', '59099999', '12000000', '19999999', NULL, 1652915655),
(66687, '3298', '116.00', '7', '10.001', '15', '59000000', '59099999', '12000000', '19999999', NULL, 1652915657),
(66688, '3220', '346.00', '2', '10.001', '15', '59000000', '59099999', '12000000', '19999999', NULL, 1652915657),
(66689, '3298', '160.00', '7', '15.001', '20', '59000000', '59099999', '12000000', '19999999', NULL, 1652915658),
(66690, '3220', '479.00', '2', '15.001', '20', '59000000', '59099999', '12000000', '19999999', NULL, 1652915659),
(66691, '3298', '205.00', '7', '20.001', '25', '59000000', '59099999', '12000000', '19999999', NULL, 1652915660),
(66692, '3220', '612.00', '2', '20.001', '25', '59000000', '59099999', '12000000', '19999999', NULL, 1652915661),
(66693, '3298', '249.00', '7', '25.001', '30', '59000000', '59099999', '12000000', '19999999', NULL, 1652915662),
(66694, '3220', '744.00', '2', '25.001', '30', '59000000', '59099999', '12000000', '19999999', NULL, 1652915668),
(66695, '3298', '90.00', '8', '0.3', '5', '59000000', '59099999', '26601000', '28999999', NULL, 1652915691),
(66696, '3220', '183.00', '4', '0.3', '5', '59000000', '59099999', '26601000', '28999999', NULL, 1652915691),
(66697, '3298', '133.00', '8', '5.001', '10', '59000000', '59099999', '26601000', '28999999', NULL, 1652915693),
(66698, '3220', '266.00', '4', '5.001', '10', '59000000', '59099999', '26601000', '28999999', NULL, 1652915694),
(66699, '3298', '215.00', '8', '10.001', '15', '59000000', '59099999', '26601000', '28999999', NULL, 1652915695),
(66700, '3220', '430.00', '4', '10.001', '15', '59000000', '59099999', '26601000', '28999999', NULL, 1652915698),
(66701, '3298', '298.00', '8', '15.001', '20', '59000000', '59099999', '26601000', '28999999', NULL, 1652915699),
(66702, '3220', '595.00', '4', '15.001', '20', '59000000', '59099999', '26601000', '28999999', NULL, 1652915701),
(66703, '3298', '380.00', '8', '20.001', '25', '59000000', '59099999', '26601000', '28999999', NULL, 1652915705),
(66704, '3220', '760.00', '4', '20.001', '25', '59000000', '59099999', '26601000', '28999999', NULL, 1652915707),
(66705, '3298', '463.00', '8', '25.001', '30', '59000000', '59099999', '26601000', '28999999', NULL, 1652915710),
(66706, '3220', '925.00', '4', '25.001', '30', '59000000', '59099999', '26601000', '28999999', NULL, 1652915711),
(66707, '3298', '45.00', '7', '0.3', '5', '59000000', '59099999', '29000000', '29099999', NULL, 1652915713),
(66708, '3220', '137.00', '2', '0.3', '5', '59000000', '59099999', '29000000', '29099999', NULL, 1652915714),
(66709, '3298', '71.00', '7', '5.001', '10', '59000000', '59099999', '29000000', '29099999', NULL, 1652915715),
(66710, '3220', '214.00', '2', '5.001', '10', '59000000', '59099999', '29000000', '29099999', NULL, 1652915715),
(66711, '3298', '116.00', '7', '10.001', '15', '59000000', '59099999', '29000000', '29099999', NULL, 1652915716),
(66712, '3220', '346.00', '2', '10.001', '15', '59000000', '59099999', '29000000', '29099999', NULL, 1652915720),
(66713, '3298', '160.00', '7', '15.001', '20', '59000000', '59099999', '29000000', '29099999', NULL, 1652915722),
(66714, '3220', '479.00', '2', '15.001', '20', '59000000', '59099999', '29000000', '29099999', NULL, 1652915724),
(66715, '3298', '205.00', '7', '20.001', '25', '59000000', '59099999', '29000000', '29099999', NULL, 1652915725),
(66716, '3220', '612.00', '2', '20.001', '25', '59000000', '59099999', '29000000', '29099999', NULL, 1652915726),
(66717, '3298', '249.00', '7', '25.001', '30', '59000000', '59099999', '29000000', '29099999', NULL, 1652915727),
(66718, '3220', '744.00', '2', '25.001', '30', '59000000', '59099999', '29000000', '29099999', NULL, 1652915727),
(66719, '3298', '90.00', '10', '0.3', '5', '59000000', '59099999', '29100000', '29999999', NULL, 1652915728),
(66720, '3220', '183.00', '5', '0.3', '5', '59000000', '59099999', '29100000', '29999999', NULL, 1652915732),
(66721, '3298', '133.00', '10', '5.001', '10', '59000000', '59099999', '29100000', '29999999', NULL, 1652915733),
(66722, '3220', '266.00', '5', '5.001', '10', '59000000', '59099999', '29100000', '29999999', NULL, 1652915735),
(66723, '3298', '215.00', '10', '10.001', '15', '59000000', '59099999', '29100000', '29999999', NULL, 1652915737),
(66724, '3220', '430.00', '5', '10.001', '15', '59000000', '59099999', '29100000', '29999999', NULL, 1652915739),
(66725, '3298', '298.00', '10', '15.001', '20', '59000000', '59099999', '29100000', '29999999', NULL, 1652915741),
(66726, '3220', '595.00', '5', '15.001', '20', '59000000', '59099999', '29100000', '29999999', NULL, 1652915744),
(66727, '3298', '380.00', '10', '20.001', '25', '59000000', '59099999', '29100000', '29999999', NULL, 1652915744),
(66728, '3220', '760.00', '5', '20.001', '25', '59000000', '59099999', '29100000', '29999999', NULL, 1652915747),
(66729, '3298', '463.00', '10', '25.001', '30', '59000000', '59099999', '29100000', '29999999', NULL, 1652915749),
(66730, '3220', '925.00', '5', '25.001', '30', '59000000', '59099999', '29100000', '29999999', NULL, 1652915750),
(66731, '3298', '45.00', '6', '0.3', '5', '59000000', '59099999', '30000000', '31999999', NULL, 1652915751),
(66732, '3220', '137.00', '2', '0.3', '5', '59000000', '59099999', '30000000', '31999999', NULL, 1652915753),
(66733, '3298', '71.00', '6', '5.001', '10', '59000000', '59099999', '30000000', '31999999', NULL, 1652915754),
(66734, '3220', '214.00', '2', '5.001', '10', '59000000', '59099999', '30000000', '31999999', NULL, 1652915756),
(66735, '3298', '116.00', '6', '10.001', '15', '59000000', '59099999', '30000000', '31999999', NULL, 1652915757),
(66736, '3220', '346.00', '2', '10.001', '15', '59000000', '59099999', '30000000', '31999999', NULL, 1652915758),
(66737, '3298', '160.00', '6', '15.001', '20', '59000000', '59099999', '30000000', '31999999', NULL, 1652915760),
(66738, '3220', '479.00', '2', '15.001', '20', '59000000', '59099999', '30000000', '31999999', NULL, 1652915761),
(66739, '3298', '205.00', '6', '20.001', '25', '59000000', '59099999', '30000000', '31999999', NULL, 1652915765),
(66740, '3220', '612.00', '2', '20.001', '25', '59000000', '59099999', '30000000', '31999999', NULL, 1652915765),
(66741, '3298', '249.00', '6', '25.001', '30', '59000000', '59099999', '30000000', '31999999', NULL, 1652915766),
(66742, '3220', '744.00', '2', '25.001', '30', '59000000', '59099999', '30000000', '31999999', NULL, 1652915768),
(66743, '3298', '45.00', '6', '0.3', '5', '59000000', '59099999', '30000000', '34999999', NULL, 1652915770),
(66744, '3220', '137.00', '2', '0.3', '5', '59000000', '59099999', '30000000', '34999999', NULL, 1652915770),
(66745, '3298', '71.00', '6', '5.001', '10', '59000000', '59099999', '30000000', '34999999', NULL, 1652915772),
(66746, '3220', '214.00', '2', '5.001', '10', '59000000', '59099999', '30000000', '34999999', NULL, 1652915774),
(66747, '3298', '116.00', '6', '10.001', '15', '59000000', '59099999', '30000000', '34999999', NULL, 1652915775),
(66748, '3220', '346.00', '2', '10.001', '15', '59000000', '59099999', '30000000', '34999999', NULL, 1652915777),
(66749, '3298', '160.00', '6', '15.001', '20', '59000000', '59099999', '30000000', '34999999', NULL, 1652915778),
(66750, '3220', '479.00', '2', '15.001', '20', '59000000', '59099999', '30000000', '34999999', NULL, 1652915778),
(66751, '3298', '205.00', '6', '20.001', '25', '59000000', '59099999', '30000000', '34999999', NULL, 1652915779),
(66752, '3220', '612.00', '2', '20.001', '25', '59000000', '59099999', '30000000', '34999999', NULL, 1652915780),
(66753, '3298', '249.00', '6', '25.001', '30', '59000000', '59099999', '30000000', '34999999', NULL, 1652915782),
(66754, '3220', '744.00', '2', '25.001', '30', '59000000', '59099999', '30000000', '34999999', NULL, 1652915785),
(66755, '3298', '90.00', '8', '0.3', '5', '59000000', '59099999', '35000000', '39999999', NULL, 1652915789),
(66756, '3220', '183.00', '4', '0.3', '5', '59000000', '59099999', '35000000', '39999999', NULL, 1652915791),
(66757, '3298', '133.00', '8', '5.001', '10', '59000000', '59099999', '35000000', '39999999', NULL, 1652915792),
(66758, '3220', '266.00', '4', '5.001', '10', '59000000', '59099999', '35000000', '39999999', NULL, 1652915792),
(66759, '3298', '215.00', '8', '10.001', '15', '59000000', '59099999', '35000000', '39999999', NULL, 1652915797),
(66760, '3220', '430.00', '4', '10.001', '15', '59000000', '59099999', '35000000', '39999999', NULL, 1652915798),
(66761, '3298', '298.00', '8', '15.001', '20', '59000000', '59099999', '35000000', '39999999', NULL, 1652915801),
(66762, '3220', '595.00', '4', '15.001', '20', '59000000', '59099999', '35000000', '39999999', NULL, 1652915802),
(66763, '3298', '380.00', '8', '20.001', '25', '59000000', '59099999', '35000000', '39999999', NULL, 1652915807),
(66764, '3220', '760.00', '4', '20.001', '25', '59000000', '59099999', '35000000', '39999999', NULL, 1652915808),
(66765, '3298', '463.00', '8', '25.001', '30', '59000000', '59099999', '35000000', '39999999', NULL, 1652915809),
(66766, '3220', '925.00', '4', '25.001', '30', '59000000', '59099999', '35000000', '39999999', NULL, 1652915810),
(66767, '3298', '34.00', '6', '0.3', '5', '59000000', '59099999', '40000000', '41999999', NULL, 1652915811),
(66768, '3220', '80.00', '2', '0.3', '5', '59000000', '59099999', '40000000', '41999999', NULL, 1652915812),
(66769, '3298', '50.00', '6', '5.001', '10', '59000000', '59099999', '40000000', '41999999', NULL, 1652915813),
(66770, '3220', '125.00', '2', '5.001', '10', '59000000', '59099999', '40000000', '41999999', NULL, 1652915814),
(66771, '3298', '82.00', '6', '10.001', '15', '59000000', '59099999', '40000000', '41999999', NULL, 1652915815),
(66772, '3220', '203.00', '2', '10.001', '15', '59000000', '59099999', '40000000', '41999999', NULL, 1652915819),
(66773, '3298', '113.00', '6', '15.001', '20', '59000000', '59099999', '40000000', '41999999', NULL, 1652915820),
(66774, '3220', '281.00', '2', '15.001', '20', '59000000', '59099999', '40000000', '41999999', NULL, 1652915821),
(66775, '3298', '145.00', '6', '20.001', '25', '59000000', '59099999', '40000000', '41999999', NULL, 1652915822),
(66776, '3220', '359.00', '2', '20.001', '25', '59000000', '59099999', '40000000', '41999999', NULL, 1652915823),
(66777, '3298', '176.00', '6', '25.001', '30', '59000000', '59099999', '40000000', '41999999', NULL, 1652915827),
(66778, '3220', '437.00', '2', '25.001', '30', '59000000', '59099999', '40000000', '41999999', NULL, 1652915829),
(66779, '3298', '34.00', '6', '0.3', '5', '59000000', '59099999', '40000000', '44470999', NULL, 1652915832),
(66780, '3220', '80.00', '2', '0.3', '5', '59000000', '59099999', '40000000', '44470999', NULL, 1652915835),
(66781, '3298', '50.00', '6', '5.001', '10', '59000000', '59099999', '40000000', '44470999', NULL, 1652915839),
(66782, '3220', '125.00', '2', '5.001', '10', '59000000', '59099999', '40000000', '44470999', NULL, 1652915840),
(66783, '3298', '82.00', '6', '10.001', '15', '59000000', '59099999', '40000000', '44470999', NULL, 1652915840),
(66784, '3220', '203.00', '2', '10.001', '15', '59000000', '59099999', '40000000', '44470999', NULL, 1652915842),
(66785, '3298', '113.00', '6', '15.001', '20', '59000000', '59099999', '40000000', '44470999', NULL, 1652915844),
(66786, '3220', '281.00', '2', '15.001', '20', '59000000', '59099999', '40000000', '44470999', NULL, 1652915847),
(66787, '3298', '145.00', '6', '20.001', '25', '59000000', '59099999', '40000000', '44470999', NULL, 1652915848),
(66788, '3220', '359.00', '2', '20.001', '25', '59000000', '59099999', '40000000', '44470999', NULL, 1652915850),
(66789, '3298', '176.00', '6', '25.001', '30', '59000000', '59099999', '40000000', '44470999', NULL, 1652915853),
(66790, '3220', '437.00', '2', '25.001', '30', '59000000', '59099999', '40000000', '44470999', NULL, 1652915854),
(66791, '3298', '43.00', '7', '0.3', '5', '59000000', '59099999', '44471000', '48999999', NULL, 1652915856),
(66792, '3220', '104.00', '3', '0.3', '5', '59000000', '59099999', '44471000', '48999999', NULL, 1652915857),
(66793, '3298', '71.00', '7', '5.001', '10', '59000000', '59099999', '44471000', '48999999', NULL, 1652915858),
(66794, '3220', '147.00', '3', '5.001', '10', '59000000', '59099999', '44471000', '48999999', NULL, 1652915859),
(66795, '3298', '116.00', '7', '10.001', '15', '59000000', '59099999', '44471000', '48999999', NULL, 1652915859),
(66796, '3220', '238.00', '3', '10.001', '15', '59000000', '59099999', '44471000', '48999999', NULL, 1652915861),
(66797, '3298', '160.00', '7', '15.001', '20', '59000000', '59099999', '44471000', '48999999', NULL, 1652915862),
(66798, '3220', '329.00', '3', '15.001', '20', '59000000', '59099999', '44471000', '48999999', NULL, 1652915864),
(66799, '3298', '205.00', '7', '20.001', '25', '59000000', '59099999', '44471000', '48999999', NULL, 1652915864),
(66800, '3220', '420.00', '3', '20.001', '25', '59000000', '59099999', '44471000', '48999999', NULL, 1652915865),
(66801, '3298', '249.00', '7', '25.001', '30', '59000000', '59099999', '44471000', '48999999', NULL, 1652915866),
(66802, '3220', '511.00', '3', '25.001', '30', '59000000', '59099999', '44471000', '48999999', NULL, 1652915866),
(66803, '3298', '34.00', '6', '0.3', '5', '59000000', '59099999', '49000000', '49099999', NULL, 1652915867),
(66804, '3220', '80.00', '2', '0.3', '5', '59000000', '59099999', '49000000', '49099999', NULL, 1652915869),
(66805, '3298', '50.00', '6', '5.001', '10', '59000000', '59099999', '49000000', '49099999', NULL, 1652915870),
(66806, '3220', '125.00', '2', '5.001', '10', '59000000', '59099999', '49000000', '49099999', NULL, 1652915874),
(66807, '3298', '82.00', '6', '10.001', '15', '59000000', '59099999', '49000000', '49099999', NULL, 1652915878),
(66808, '3220', '203.00', '2', '10.001', '15', '59000000', '59099999', '49000000', '49099999', NULL, 1652915879),
(66809, '3298', '113.00', '6', '15.001', '20', '59000000', '59099999', '49000000', '49099999', NULL, 1652915884),
(66810, '3220', '281.00', '2', '15.001', '20', '59000000', '59099999', '49000000', '49099999', NULL, 1652915885),
(66811, '3298', '145.00', '6', '20.001', '25', '59000000', '59099999', '49000000', '49099999', NULL, 1652915886),
(66812, '3220', '359.00', '2', '20.001', '25', '59000000', '59099999', '49000000', '49099999', NULL, 1652915892),
(66813, '3298', '176.00', '6', '25.001', '30', '59000000', '59099999', '49000000', '49099999', NULL, 1652915894),
(66814, '3220', '437.00', '2', '25.001', '30', '59000000', '59099999', '49000000', '49099999', NULL, 1652915898),
(66815, '3298', '50.00', '7', '0.3', '5', '59000000', '59099999', '49100000', '49999999', NULL, 1652915899),
(66816, '3220', '124.00', '5', '0.3', '5', '59000000', '59099999', '49100000', '49999999', NULL, 1652915900),
(66817, '3298', '83.00', '7', '5.001', '10', '59000000', '59099999', '49100000', '49999999', NULL, 1652915901),
(66818, '3220', '175.00', '5', '5.001', '10', '59000000', '59099999', '49100000', '49999999', NULL, 1652915905),
(66819, '3298', '135.00', '7', '10.001', '15', '59000000', '59099999', '49100000', '49999999', NULL, 1652915908),
(66820, '3220', '283.00', '5', '10.001', '15', '59000000', '59099999', '49100000', '49999999', NULL, 1652915909),
(66821, '3298', '186.00', '7', '15.001', '20', '59000000', '59099999', '49100000', '49999999', NULL, 1652915912),
(66822, '3220', '392.00', '5', '15.001', '20', '59000000', '59099999', '49100000', '49999999', NULL, 1652915914),
(66823, '3298', '238.00', '7', '20.001', '25', '59000000', '59099999', '49100000', '49999999', NULL, 1652915919),
(66824, '3220', '500.00', '5', '20.001', '25', '59000000', '59099999', '49100000', '49999999', NULL, 1652915919),
(66825, '3298', '290.00', '7', '25.001', '30', '59000000', '59099999', '49100000', '49999999', NULL, 1652915920),
(66826, '3220', '609.00', '5', '25.001', '30', '59000000', '59099999', '49100000', '49999999', NULL, 1652915927),
(66827, '3298', '30.00', '5', '0.3', '5', '59000000', '59099999', '50000000', '52999999', NULL, 1652915927),
(66828, '3220', '59.00', '1', '0.3', '5', '59000000', '59099999', '50000000', '52999999', NULL, 1652915930);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(66829, '3298', '44.00', '5', '5.001', '10', '59000000', '59099999', '50000000', '52999999', NULL, 1652915935),
(66830, '3220', '93.00', '1', '5.001', '10', '59000000', '59099999', '50000000', '52999999', NULL, 1652915939),
(66831, '3298', '71.00', '5', '10.001', '15', '59000000', '59099999', '50000000', '52999999', NULL, 1652915940),
(66832, '3220', '150.00', '1', '10.001', '15', '59000000', '59099999', '50000000', '52999999', NULL, 1652915941),
(66833, '3298', '99.00', '5', '15.001', '20', '59000000', '59099999', '50000000', '52999999', NULL, 1652915942),
(66834, '3220', '208.00', '1', '15.001', '20', '59000000', '59099999', '50000000', '52999999', NULL, 1652915948),
(66835, '3298', '126.00', '5', '20.001', '25', '59000000', '59099999', '50000000', '52999999', NULL, 1652915952),
(66836, '3220', '266.00', '1', '20.001', '25', '59000000', '59099999', '50000000', '52999999', NULL, 1652915953),
(66837, '3298', '153.00', '5', '25.001', '30', '59000000', '59099999', '50000000', '52999999', NULL, 1652915954),
(66838, '3220', '324.00', '1', '25.001', '30', '59000000', '59099999', '50000000', '52999999', NULL, 1652915957),
(66839, '3298', '30.00', '5', '0.3', '5', '59000000', '59099999', '50000000', '54999999', NULL, 1652915959),
(66840, '3220', '59.00', '1', '0.3', '5', '59000000', '59099999', '50000000', '54999999', NULL, 1652915961),
(66841, '3298', '44.00', '5', '5.001', '10', '59000000', '59099999', '50000000', '54999999', NULL, 1652915961),
(66842, '3220', '93.00', '1', '5.001', '10', '59000000', '59099999', '50000000', '54999999', NULL, 1652915962),
(66843, '3298', '71.00', '5', '10.001', '15', '59000000', '59099999', '50000000', '54999999', NULL, 1652915967),
(66844, '3220', '150.00', '1', '10.001', '15', '59000000', '59099999', '50000000', '54999999', NULL, 1652915967),
(66845, '3298', '99.00', '5', '15.001', '20', '59000000', '59099999', '50000000', '54999999', NULL, 1652915968),
(66846, '3220', '208.00', '1', '15.001', '20', '59000000', '59099999', '50000000', '54999999', NULL, 1652915969),
(66847, '3298', '126.00', '5', '20.001', '25', '59000000', '59099999', '50000000', '54999999', NULL, 1652915971),
(66848, '3220', '266.00', '1', '20.001', '25', '59000000', '59099999', '50000000', '54999999', NULL, 1652915972),
(66849, '3298', '153.00', '5', '25.001', '30', '59000000', '59099999', '50000000', '54999999', NULL, 1652915977),
(66850, '3220', '324.00', '1', '25.001', '30', '59000000', '59099999', '50000000', '54999999', NULL, 1652915978),
(66851, '3298', '44.00', '9', '0.3', '5', '59000000', '59099999', '55000000', '56999999', NULL, 1652915978),
(66852, '3220', '102.00', '6', '0.3', '5', '59000000', '59099999', '55000000', '56999999', NULL, 1652915979),
(66853, '3298', '74.00', '9', '5.001', '10', '59000000', '59099999', '55000000', '56999999', NULL, 1652915981),
(66854, '3220', '141.00', '6', '5.001', '10', '59000000', '59099999', '55000000', '56999999', NULL, 1652915982),
(66855, '3298', '120.00', '9', '10.001', '15', '59000000', '59099999', '55000000', '56999999', NULL, 1652915982),
(66856, '3220', '229.00', '6', '10.001', '15', '59000000', '59099999', '55000000', '56999999', NULL, 1652915983),
(66857, '3298', '166.00', '9', '15.001', '20', '59000000', '59099999', '55000000', '56999999', NULL, 1652915984),
(66858, '3220', '316.00', '6', '15.001', '20', '59000000', '59099999', '55000000', '56999999', NULL, 1652915985),
(66859, '3298', '212.00', '9', '20.001', '25', '59000000', '59099999', '55000000', '56999999', NULL, 1652915990),
(66860, '3220', '404.00', '6', '20.001', '25', '59000000', '59099999', '55000000', '56999999', NULL, 1652915995),
(66861, '3298', '258.00', '9', '25.001', '30', '59000000', '59099999', '55000000', '56999999', NULL, 1652916000),
(66862, '3220', '492.00', '6', '25.001', '30', '59000000', '59099999', '55000000', '56999999', NULL, 1652916001),
(66863, '3298', '30.00', '6', '0.3', '5', '59000000', '59099999', '57000000', '57099999', NULL, 1652916002),
(66864, '3220', '59.00', '2', '0.3', '5', '59000000', '59099999', '57000000', '57099999', NULL, 1652916003),
(66865, '3298', '44.00', '6', '5.001', '10', '59000000', '59099999', '57000000', '57099999', NULL, 1652916005),
(66866, '3220', '93.00', '2', '5.001', '10', '59000000', '59099999', '57000000', '57099999', NULL, 1652916006),
(66867, '3298', '71.00', '6', '10.001', '15', '59000000', '59099999', '57000000', '57099999', NULL, 1652916007),
(66868, '3220', '150.00', '2', '10.001', '15', '59000000', '59099999', '57000000', '57099999', NULL, 1652916009),
(66869, '3298', '99.00', '6', '15.001', '20', '59000000', '59099999', '57000000', '57099999', NULL, 1652916010),
(66870, '3220', '208.00', '2', '15.001', '20', '59000000', '59099999', '57000000', '57099999', NULL, 1652916012),
(66871, '3298', '126.00', '6', '20.001', '25', '59000000', '59099999', '57000000', '57099999', NULL, 1652916013),
(66872, '3220', '266.00', '2', '20.001', '25', '59000000', '59099999', '57000000', '57099999', NULL, 1652916014),
(66873, '3298', '153.00', '6', '25.001', '30', '59000000', '59099999', '57000000', '57099999', NULL, 1652916014),
(66874, '3220', '324.00', '2', '25.001', '30', '59000000', '59099999', '57000000', '57099999', NULL, 1652916015),
(66875, '3298', '30.00', '7', '0.3', '5', '59000000', '59099999', '57100000', '57999999', NULL, 1652916016),
(66876, '3220', '59.00', '5', '0.3', '5', '59000000', '59099999', '57100000', '57999999', NULL, 1652916017),
(66877, '3298', '44.00', '7', '5.001', '10', '59000000', '59099999', '57100000', '57999999', NULL, 1652916021),
(66878, '3220', '93.00', '5', '5.001', '10', '59000000', '59099999', '57100000', '57999999', NULL, 1652916024),
(66879, '3298', '71.00', '7', '10.001', '15', '59000000', '59099999', '57100000', '57999999', NULL, 1652916024),
(66880, '3220', '150.00', '5', '10.001', '15', '59000000', '59099999', '57100000', '57999999', NULL, 1652916025),
(66881, '3298', '99.00', '7', '15.001', '20', '59000000', '59099999', '57100000', '57999999', NULL, 1652916027),
(66882, '3220', '208.00', '5', '15.001', '20', '59000000', '59099999', '57100000', '57999999', NULL, 1652916029),
(66883, '3298', '126.00', '7', '20.001', '25', '59000000', '59099999', '57100000', '57999999', NULL, 1652916030),
(66884, '3220', '266.00', '5', '20.001', '25', '59000000', '59099999', '57100000', '57999999', NULL, 1652916033),
(66885, '3298', '153.00', '7', '25.001', '30', '59000000', '59099999', '57100000', '57999999', NULL, 1652916034),
(66886, '3220', '324.00', '5', '25.001', '30', '59000000', '59099999', '57100000', '57999999', NULL, 1652916034),
(66887, '3298', '25.00', '6', '0.3', '5', '59000000', '59099999', '58000000', '58099999', NULL, 1652916037),
(66888, '3220', '34.00', '2', '0.3', '5', '59000000', '59099999', '58000000', '58099999', NULL, 1652916041),
(66889, '3298', '31.00', '6', '5.001', '10', '59000000', '59099999', '58000000', '58099999', NULL, 1652916042),
(66890, '3220', '48.00', '2', '5.001', '10', '59000000', '59099999', '58000000', '58099999', NULL, 1652916045),
(66891, '3298', '51.00', '6', '10.001', '15', '59000000', '59099999', '58000000', '58099999', NULL, 1652916046),
(66892, '3220', '78.00', '2', '10.001', '15', '59000000', '59099999', '58000000', '58099999', NULL, 1652916049),
(66893, '3298', '71.00', '6', '15.001', '20', '59000000', '59099999', '58000000', '58099999', NULL, 1652916053),
(66894, '3220', '108.00', '2', '15.001', '20', '59000000', '59099999', '58000000', '58099999', NULL, 1652916053),
(66895, '3298', '91.00', '6', '20.001', '25', '59000000', '59099999', '58000000', '58099999', NULL, 1652916056),
(66896, '3220', '138.00', '2', '20.001', '25', '59000000', '59099999', '58000000', '58099999', NULL, 1652916057),
(66897, '3298', '110.00', '6', '25.001', '30', '59000000', '59099999', '58000000', '58099999', NULL, 1652916057),
(66898, '3220', '168.00', '2', '25.001', '30', '59000000', '59099999', '58000000', '58099999', NULL, 1652916058),
(66899, '3298', '44.00', '10', '0.3', '5', '59000000', '59099999', '58100000', '58999999', NULL, 1652916061),
(66900, '3220', '102.00', '8', '0.3', '5', '59000000', '59099999', '58100000', '58999999', NULL, 1652916062),
(66901, '3298', '74.00', '10', '5.001', '10', '59000000', '59099999', '58100000', '58999999', NULL, 1652916063),
(66902, '3220', '141.00', '8', '5.001', '10', '59000000', '59099999', '58100000', '58999999', NULL, 1652916064),
(66903, '3298', '120.00', '10', '10.001', '15', '59000000', '59099999', '58100000', '58999999', NULL, 1652916066),
(66904, '3220', '229.00', '8', '10.001', '15', '59000000', '59099999', '58100000', '58999999', NULL, 1652916067),
(66905, '3298', '166.00', '10', '15.001', '20', '59000000', '59099999', '58100000', '58999999', NULL, 1652916068),
(66906, '3220', '316.00', '8', '15.001', '20', '59000000', '59099999', '58100000', '58999999', NULL, 1652916072),
(66907, '3298', '212.00', '10', '20.001', '25', '59000000', '59099999', '58100000', '58999999', NULL, 1652916075),
(66908, '3220', '404.00', '8', '20.001', '25', '59000000', '59099999', '58100000', '58999999', NULL, 1652916076),
(66909, '3298', '258.00', '10', '25.001', '30', '59000000', '59099999', '58100000', '58999999', NULL, 1652916077),
(66910, '3220', '492.00', '8', '25.001', '30', '59000000', '59099999', '58100000', '58999999', NULL, 1652916079),
(66911, '3298', '26.00', '5', '0.3', '5', '59000000', '59099999', '59000000', '59099999', NULL, 1652916083),
(66912, '3220', '22.00', '1', '0.3', '5', '59000000', '59099999', '59000000', '59099999', NULL, 1652916087),
(66913, '3298', '32.00', '5', '5.001', '10', '59000000', '59099999', '59000000', '59099999', NULL, 1652916088),
(66914, '3220', '28.00', '1', '5.001', '10', '59000000', '59099999', '59000000', '59099999', NULL, 1652916092),
(66915, '3298', '52.00', '5', '10.001', '15', '59000000', '59099999', '59000000', '59099999', NULL, 1652916095),
(66916, '3220', '45.00', '1', '10.001', '15', '59000000', '59099999', '59000000', '59099999', NULL, 1652916097),
(66917, '3298', '72.00', '5', '15.001', '20', '59000000', '59099999', '59000000', '59099999', NULL, 1652916098),
(66918, '3220', '63.00', '1', '15.001', '20', '59000000', '59099999', '59000000', '59099999', NULL, 1652916099),
(66919, '3298', '92.00', '5', '20.001', '25', '59000000', '59099999', '59000000', '59099999', NULL, 1652916100),
(66920, '3220', '80.00', '1', '20.001', '25', '59000000', '59099999', '59000000', '59099999', NULL, 1652916101),
(66921, '3298', '112.00', '5', '25.001', '30', '59000000', '59099999', '59000000', '59099999', NULL, 1652916104),
(66922, '3220', '97.00', '1', '25.001', '30', '59000000', '59099999', '59000000', '59099999', NULL, 1652916105),
(66923, '3298', '26.00', '5', '0.3', '5', '59000000', '59099999', '59100000', '59999999', NULL, 1652916108),
(66924, '3220', '22.00', '1', '0.3', '5', '59000000', '59099999', '59100000', '59999999', NULL, 1652916109),
(66925, '3298', '32.00', '5', '5.001', '10', '59000000', '59099999', '59100000', '59999999', NULL, 1652916112),
(66926, '3220', '28.00', '1', '5.001', '10', '59000000', '59099999', '59100000', '59999999', NULL, 1652916117),
(66927, '3298', '52.00', '5', '10.001', '15', '59000000', '59099999', '59100000', '59999999', NULL, 1652916118),
(66928, '3220', '45.00', '1', '10.001', '15', '59000000', '59099999', '59100000', '59999999', NULL, 1652916120),
(66929, '3298', '72.00', '5', '15.001', '20', '59000000', '59099999', '59100000', '59999999', NULL, 1652916120),
(66930, '3220', '63.00', '1', '15.001', '20', '59000000', '59099999', '59100000', '59999999', NULL, 1652916124),
(66931, '3298', '92.00', '5', '20.001', '25', '59000000', '59099999', '59100000', '59999999', NULL, 1652916125),
(66932, '3220', '80.00', '1', '20.001', '25', '59000000', '59099999', '59100000', '59999999', NULL, 1652916126),
(66933, '3298', '112.00', '5', '25.001', '30', '59000000', '59099999', '59100000', '59999999', NULL, 1652916127),
(66934, '3220', '97.00', '1', '25.001', '30', '59000000', '59099999', '59100000', '59999999', NULL, 1652916128),
(66935, '3298', '30.00', '6', '0.3', '5', '59000000', '59099999', '60000000', '60999999', NULL, 1652916129),
(66936, '3220', '59.00', '2', '0.3', '5', '59000000', '59099999', '60000000', '60999999', NULL, 1652916130),
(66937, '3298', '44.00', '6', '5.001', '10', '59000000', '59099999', '60000000', '60999999', NULL, 1652916136),
(66938, '3220', '93.00', '2', '5.001', '10', '59000000', '59099999', '60000000', '60999999', NULL, 1652916137),
(66939, '3298', '71.00', '6', '10.001', '15', '59000000', '59099999', '60000000', '60999999', NULL, 1652916140),
(66940, '3220', '150.00', '2', '10.001', '15', '59000000', '59099999', '60000000', '60999999', NULL, 1652916141),
(66941, '3298', '99.00', '6', '15.001', '20', '59000000', '59099999', '60000000', '60999999', NULL, 1652916145),
(66942, '3220', '208.00', '2', '15.001', '20', '59000000', '59099999', '60000000', '60999999', NULL, 1652916149),
(66943, '3298', '126.00', '6', '20.001', '25', '59000000', '59099999', '60000000', '60999999', NULL, 1652916151),
(66944, '3220', '266.00', '2', '20.001', '25', '59000000', '59099999', '60000000', '60999999', NULL, 1652916154),
(66945, '3298', '153.00', '6', '25.001', '30', '59000000', '59099999', '60000000', '60999999', NULL, 1652916154),
(66946, '3220', '324.00', '2', '25.001', '30', '59000000', '59099999', '60000000', '60999999', NULL, 1652916156),
(66947, '3298', '30.00', '6', '0.3', '5', '59000000', '59099999', '60000000', '61900999', NULL, 1652916159),
(66948, '3220', '59.00', '2', '0.3', '5', '59000000', '59099999', '60000000', '61900999', NULL, 1652916159),
(66949, '3298', '44.00', '6', '5.001', '10', '59000000', '59099999', '60000000', '61900999', NULL, 1652916160),
(66950, '3220', '93.00', '2', '5.001', '10', '59000000', '59099999', '60000000', '61900999', NULL, 1652916161),
(66951, '3298', '71.00', '6', '10.001', '15', '59000000', '59099999', '60000000', '61900999', NULL, 1652916162),
(66952, '3220', '150.00', '2', '10.001', '15', '59000000', '59099999', '60000000', '61900999', NULL, 1652916164),
(66953, '3298', '99.00', '6', '15.001', '20', '59000000', '59099999', '60000000', '61900999', NULL, 1652916166),
(66954, '3220', '208.00', '2', '15.001', '20', '59000000', '59099999', '60000000', '61900999', NULL, 1652916168),
(66955, '3298', '126.00', '6', '20.001', '25', '59000000', '59099999', '60000000', '61900999', NULL, 1652916169),
(66956, '3220', '266.00', '2', '20.001', '25', '59000000', '59099999', '60000000', '61900999', NULL, 1652916171),
(66957, '3298', '153.00', '6', '25.001', '30', '59000000', '59099999', '60000000', '61900999', NULL, 1652916172),
(66958, '3220', '324.00', '2', '25.001', '30', '59000000', '59099999', '60000000', '61900999', NULL, 1652916173),
(66959, '3298', '44.00', '9', '0.3', '5', '59000000', '59099999', '61901000', '63999999', NULL, 1652916174),
(66960, '3220', '102.00', '7', '0.3', '5', '59000000', '59099999', '61901000', '63999999', NULL, 1652916177),
(66961, '3298', '74.00', '9', '5.001', '10', '59000000', '59099999', '61901000', '63999999', NULL, 1652916183),
(66962, '3220', '141.00', '7', '5.001', '10', '59000000', '59099999', '61901000', '63999999', NULL, 1652916187),
(66963, '3298', '120.00', '9', '10.001', '15', '59000000', '59099999', '61901000', '63999999', NULL, 1652916190),
(66964, '3220', '229.00', '7', '10.001', '15', '59000000', '59099999', '61901000', '63999999', NULL, 1652916193),
(66965, '3298', '166.00', '9', '15.001', '20', '59000000', '59099999', '61901000', '63999999', NULL, 1652916193),
(66966, '3220', '316.00', '7', '15.001', '20', '59000000', '59099999', '61901000', '63999999', NULL, 1652916196),
(66967, '3298', '212.00', '9', '20.001', '25', '59000000', '59099999', '61901000', '63999999', NULL, 1652916198),
(66968, '3220', '404.00', '7', '20.001', '25', '59000000', '59099999', '61901000', '63999999', NULL, 1652916200),
(66969, '3298', '258.00', '9', '25.001', '30', '59000000', '59099999', '61901000', '63999999', NULL, 1652916200),
(66970, '3220', '492.00', '7', '25.001', '30', '59000000', '59099999', '61901000', '63999999', NULL, 1652916201),
(66971, '3298', '34.00', '7', '0.3', '5', '59000000', '59099999', '64000000', '64099999', NULL, 1652916202),
(66972, '3220', '80.00', '3', '0.3', '5', '59000000', '59099999', '64000000', '64099999', NULL, 1652916203),
(66973, '3298', '50.00', '7', '5.001', '10', '59000000', '59099999', '64000000', '64099999', NULL, 1652916204),
(66974, '3220', '125.00', '3', '5.001', '10', '59000000', '59099999', '64000000', '64099999', NULL, 1652916205),
(66975, '3298', '82.00', '7', '10.001', '15', '59000000', '59099999', '64000000', '64099999', NULL, 1652916208),
(66976, '3220', '203.00', '3', '10.001', '15', '59000000', '59099999', '64000000', '64099999', NULL, 1652916208),
(66977, '3298', '113.00', '7', '15.001', '20', '59000000', '59099999', '64000000', '64099999', NULL, 1652916210),
(66978, '3220', '281.00', '3', '15.001', '20', '59000000', '59099999', '64000000', '64099999', NULL, 1652916211),
(66979, '3298', '145.00', '7', '20.001', '25', '59000000', '59099999', '64000000', '64099999', NULL, 1652916212),
(66980, '3220', '359.00', '3', '20.001', '25', '59000000', '59099999', '64000000', '64099999', NULL, 1652916216),
(66981, '3298', '176.00', '7', '25.001', '30', '59000000', '59099999', '64000000', '64099999', NULL, 1652916220),
(66982, '3220', '437.00', '3', '25.001', '30', '59000000', '59099999', '64000000', '64099999', NULL, 1652916221),
(66983, '3298', '50.00', '9', '0.3', '5', '59000000', '59099999', '64100000', '64999999', NULL, 1652916223),
(66984, '3220', '124.00', '7', '0.3', '5', '59000000', '59099999', '64100000', '64999999', NULL, 1652916228),
(66985, '3298', '83.00', '9', '5.001', '10', '59000000', '59099999', '64100000', '64999999', NULL, 1652916231),
(66986, '3220', '175.00', '7', '5.001', '10', '59000000', '59099999', '64100000', '64999999', NULL, 1652916236),
(66987, '3298', '135.00', '9', '10.001', '15', '59000000', '59099999', '64100000', '64999999', NULL, 1652916237),
(66988, '3220', '283.00', '7', '10.001', '15', '59000000', '59099999', '64100000', '64999999', NULL, 1652916239),
(66989, '3298', '186.00', '9', '15.001', '20', '59000000', '59099999', '64100000', '64999999', NULL, 1652916240),
(66990, '3220', '392.00', '7', '15.001', '20', '59000000', '59099999', '64100000', '64999999', NULL, 1652916240),
(66991, '3298', '238.00', '9', '20.001', '25', '59000000', '59099999', '64100000', '64999999', NULL, 1652916241),
(66992, '3220', '500.00', '7', '20.001', '25', '59000000', '59099999', '64100000', '64999999', NULL, 1652916243),
(66993, '3298', '290.00', '9', '25.001', '30', '59000000', '59099999', '64100000', '64999999', NULL, 1652916244),
(66994, '3220', '609.00', '7', '25.001', '30', '59000000', '59099999', '64100000', '64999999', NULL, 1652916245),
(66995, '3298', '38.00', '10', '0.3', '5', '59000000', '59099999', '65000000', '65099999', NULL, 1652916250),
(66996, '3220', '113.00', '5', '0.3', '5', '59000000', '59099999', '65000000', '65099999', NULL, 1652916255),
(66997, '3298', '58.00', '10', '5.001', '10', '59000000', '59099999', '65000000', '65099999', NULL, 1652916257),
(66998, '3220', '176.00', '5', '5.001', '10', '59000000', '59099999', '65000000', '65099999', NULL, 1652916263),
(66999, '3298', '94.00', '10', '10.001', '15', '59000000', '59099999', '65000000', '65099999', NULL, 1652916265),
(67000, '3220', '286.00', '5', '10.001', '15', '59000000', '59099999', '65000000', '65099999', NULL, 1652916271),
(67001, '3298', '130.00', '10', '15.001', '20', '59000000', '59099999', '65000000', '65099999', NULL, 1652916274),
(67002, '3220', '396.00', '5', '15.001', '20', '59000000', '59099999', '65000000', '65099999', NULL, 1652916275),
(67003, '3298', '166.00', '10', '20.001', '25', '59000000', '59099999', '65000000', '65099999', NULL, 1652916277),
(67004, '3220', '505.00', '5', '20.001', '25', '59000000', '59099999', '65000000', '65099999', NULL, 1652916278),
(67005, '3298', '202.00', '10', '25.001', '30', '59000000', '59099999', '65000000', '65099999', NULL, 1652916280),
(67006, '3220', '615.00', '5', '25.001', '30', '59000000', '59099999', '65000000', '65099999', NULL, 1652916281),
(67007, '3298', '70.00', '14', '0.3', '5', '59000000', '59099999', '65100000', '65999999', NULL, 1652916289),
(67008, '3220', '157.00', '9', '0.3', '5', '59000000', '59099999', '65100000', '65999999', NULL, 1652916291),
(67009, '3298', '106.00', '14', '5.001', '10', '59000000', '59099999', '65100000', '65999999', NULL, 1652916291),
(67010, '3220', '226.00', '9', '5.001', '10', '59000000', '59099999', '65100000', '65999999', NULL, 1652916292),
(67011, '3298', '172.00', '14', '10.001', '15', '59000000', '59099999', '65100000', '65999999', NULL, 1652916293),
(67012, '3220', '367.00', '9', '10.001', '15', '59000000', '59099999', '65100000', '65999999', NULL, 1652916296),
(67013, '3298', '239.00', '14', '15.001', '20', '59000000', '59099999', '65100000', '65999999', NULL, 1652916303),
(67014, '3220', '508.00', '9', '15.001', '20', '59000000', '59099999', '65100000', '65999999', NULL, 1652916312),
(67015, '3298', '305.00', '14', '20.001', '25', '59000000', '59099999', '65100000', '65999999', NULL, 1652916313),
(67016, '3220', '649.00', '9', '20.001', '25', '59000000', '59099999', '65100000', '65999999', NULL, 1652916318),
(67017, '3298', '371.00', '14', '25.001', '30', '59000000', '59099999', '65100000', '65999999', NULL, 1652916319),
(67018, '3220', '789.00', '9', '25.001', '30', '59000000', '59099999', '65100000', '65999999', NULL, 1652916319),
(67019, '3298', '45.00', '8', '0.3', '5', '59000000', '59099999', '66000000', '66999999', NULL, 1652916320),
(67020, '3220', '137.00', '4', '0.3', '5', '59000000', '59099999', '66000000', '66999999', NULL, 1652916321),
(67021, '3298', '71.00', '8', '5.001', '10', '59000000', '59099999', '66000000', '66999999', NULL, 1652916321),
(67022, '3220', '214.00', '4', '5.001', '10', '59000000', '59099999', '66000000', '66999999', NULL, 1652916322),
(67023, '3298', '116.00', '8', '10.001', '15', '59000000', '59099999', '66000000', '66999999', NULL, 1652916323),
(67024, '3220', '346.00', '4', '10.001', '15', '59000000', '59099999', '66000000', '66999999', NULL, 1652916346),
(67025, '3298', '160.00', '8', '15.001', '20', '59000000', '59099999', '66000000', '66999999', NULL, 1652916346),
(67026, '3220', '479.00', '4', '15.001', '20', '59000000', '59099999', '66000000', '66999999', NULL, 1652916346),
(67027, '3298', '205.00', '8', '20.001', '25', '59000000', '59099999', '66000000', '66999999', NULL, 1652916347),
(67028, '3220', '612.00', '4', '20.001', '25', '59000000', '59099999', '66000000', '66999999', NULL, 1652916347),
(67029, '3298', '249.00', '8', '25.001', '30', '59000000', '59099999', '66000000', '66999999', NULL, 1652916348),
(67030, '3220', '744.00', '4', '25.001', '30', '59000000', '59099999', '66000000', '66999999', NULL, 1652916349),
(67031, '3298', '45.00', '8', '0.3', '5', '59000000', '59099999', '66000000', '67999999', NULL, 1652916349),
(67032, '3220', '137.00', '4', '0.3', '5', '59000000', '59099999', '66000000', '67999999', NULL, 1652916349),
(67033, '3298', '71.00', '8', '5.001', '10', '59000000', '59099999', '66000000', '67999999', NULL, 1652916350),
(67034, '3220', '214.00', '4', '5.001', '10', '59000000', '59099999', '66000000', '67999999', NULL, 1652916350),
(67035, '3298', '116.00', '8', '10.001', '15', '59000000', '59099999', '66000000', '67999999', NULL, 1652916351),
(67036, '3220', '346.00', '4', '10.001', '15', '59000000', '59099999', '66000000', '67999999', NULL, 1652916351),
(67037, '3298', '160.00', '8', '15.001', '20', '59000000', '59099999', '66000000', '67999999', NULL, 1652916351),
(67038, '3220', '479.00', '4', '15.001', '20', '59000000', '59099999', '66000000', '67999999', NULL, 1652916352),
(67039, '3298', '205.00', '8', '20.001', '25', '59000000', '59099999', '66000000', '67999999', NULL, 1652916352),
(67040, '3220', '612.00', '4', '20.001', '25', '59000000', '59099999', '66000000', '67999999', NULL, 1652916353),
(67041, '3298', '249.00', '8', '25.001', '30', '59000000', '59099999', '66000000', '67999999', NULL, 1652916353),
(67042, '3220', '744.00', '4', '25.001', '30', '59000000', '59099999', '66000000', '67999999', NULL, 1652916354),
(67043, '3298', '90.00', '12', '0.3', '5', '59000000', '59099999', '68000000', '68899999', NULL, 1652916354),
(67044, '3220', '183.00', '8', '0.3', '5', '59000000', '59099999', '68000000', '68899999', NULL, 1652916355),
(67045, '3298', '133.00', '12', '5.001', '10', '59000000', '59099999', '68000000', '68899999', NULL, 1652916355),
(67046, '3220', '266.00', '8', '5.001', '10', '59000000', '59099999', '68000000', '68899999', NULL, 1652916379),
(67047, '3298', '215.00', '12', '10.001', '15', '59000000', '59099999', '68000000', '68899999', NULL, 1652916398),
(67048, '3220', '430.00', '8', '10.001', '15', '59000000', '59099999', '68000000', '68899999', NULL, 1652916399),
(67049, '3298', '298.00', '12', '15.001', '20', '59000000', '59099999', '68000000', '68899999', NULL, 1652916399),
(67050, '3220', '595.00', '8', '15.001', '20', '59000000', '59099999', '68000000', '68899999', NULL, 1652916399),
(67051, '3298', '380.00', '12', '20.001', '25', '59000000', '59099999', '68000000', '68899999', NULL, 1652916400),
(67052, '3220', '760.00', '8', '20.001', '25', '59000000', '59099999', '68000000', '68899999', NULL, 1652916400),
(67053, '3298', '463.00', '12', '25.001', '30', '59000000', '59099999', '68000000', '68899999', NULL, 1652916401),
(67054, '3220', '925.00', '8', '25.001', '30', '59000000', '59099999', '68000000', '68899999', NULL, 1652916401),
(67055, '3298', '45.00', '20', '0.3', '5', '59000000', '59099999', '68900000', '68914999', NULL, 1652916401),
(67056, '3220', '137.00', '11', '0.3', '5', '59000000', '59099999', '68900000', '68914999', NULL, 1652916402),
(67057, '3298', '71.00', '20', '5.001', '10', '59000000', '59099999', '68900000', '68914999', NULL, 1652916402),
(67058, '3220', '214.00', '11', '5.001', '10', '59000000', '59099999', '68900000', '68914999', NULL, 1652916403),
(67059, '3298', '116.00', '20', '10.001', '15', '59000000', '59099999', '68900000', '68914999', NULL, 1652916404),
(67060, '3220', '346.00', '11', '10.001', '15', '59000000', '59099999', '68900000', '68914999', NULL, 1652916404),
(67061, '3298', '160.00', '20', '15.001', '20', '59000000', '59099999', '68900000', '68914999', NULL, 1652916405),
(67062, '3220', '479.00', '11', '15.001', '20', '59000000', '59099999', '68900000', '68914999', NULL, 1652916405),
(67063, '3298', '205.00', '20', '20.001', '25', '59000000', '59099999', '68900000', '68914999', NULL, 1652916406),
(67064, '3220', '612.00', '11', '20.001', '25', '59000000', '59099999', '68900000', '68914999', NULL, 1652916406),
(67065, '3298', '249.00', '20', '25.001', '30', '59000000', '59099999', '68900000', '68914999', NULL, 1652916407),
(67066, '3220', '744.00', '11', '25.001', '30', '59000000', '59099999', '68900000', '68914999', NULL, 1652916407),
(67067, '3298', '90.00', '22', '0.3', '5', '59000000', '59099999', '68915000', '68999999', NULL, 1652916408),
(67068, '3220', '183.00', '13', '0.3', '5', '59000000', '59099999', '68915000', '68999999', NULL, 1652916408),
(67069, '3298', '133.00', '22', '5.001', '10', '59000000', '59099999', '68915000', '68999999', NULL, 1652916409),
(67070, '3220', '266.00', '13', '5.001', '10', '59000000', '59099999', '68915000', '68999999', NULL, 1652916409),
(67071, '3298', '215.00', '22', '10.001', '15', '59000000', '59099999', '68915000', '68999999', NULL, 1652916410),
(67072, '3220', '430.00', '13', '10.001', '15', '59000000', '59099999', '68915000', '68999999', NULL, 1652916411),
(67073, '3298', '298.00', '22', '15.001', '20', '59000000', '59099999', '68915000', '68999999', NULL, 1652916411),
(67074, '3220', '595.00', '13', '15.001', '20', '59000000', '59099999', '68915000', '68999999', NULL, 1652916412),
(67075, '3298', '380.00', '22', '20.001', '25', '59000000', '59099999', '68915000', '68999999', NULL, 1652916412),
(67076, '3220', '760.00', '13', '20.001', '25', '59000000', '59099999', '68915000', '68999999', NULL, 1652916413),
(67077, '3298', '463.00', '22', '25.001', '30', '59000000', '59099999', '68915000', '68999999', NULL, 1652916414),
(67078, '3220', '925.00', '13', '25.001', '30', '59000000', '59099999', '68915000', '68999999', NULL, 1652916414),
(67079, '3298', '45.00', '22', '0.3', '5', '59000000', '59099999', '69000000', '69099999', NULL, 1652916415),
(67080, '3220', '137.00', '3', '0.3', '5', '59000000', '59099999', '69000000', '69099999', NULL, 1652916415),
(67081, '3298', '71.00', '22', '5.001', '10', '59000000', '59099999', '69000000', '69099999', NULL, 1652916416),
(67082, '3220', '214.00', '3', '5.001', '10', '59000000', '59099999', '69000000', '69099999', NULL, 1652916435),
(67083, '3298', '116.00', '22', '10.001', '15', '59000000', '59099999', '69000000', '69099999', NULL, 1652916435),
(67084, '3220', '346.00', '3', '10.001', '15', '59000000', '59099999', '69000000', '69099999', NULL, 1652916436),
(67085, '3298', '160.00', '22', '15.001', '20', '59000000', '59099999', '69000000', '69099999', NULL, 1652916453),
(67086, '3220', '479.00', '3', '15.001', '20', '59000000', '59099999', '69000000', '69099999', NULL, 1652916453),
(67087, '3298', '205.00', '22', '20.001', '25', '59000000', '59099999', '69000000', '69099999', NULL, 1652916454),
(67088, '3220', '612.00', '3', '20.001', '25', '59000000', '59099999', '69000000', '69099999', NULL, 1652916470),
(67089, '3298', '249.00', '22', '25.001', '30', '59000000', '59099999', '69000000', '69099999', NULL, 1652916470),
(67090, '3220', '744.00', '3', '25.001', '30', '59000000', '59099999', '69000000', '69099999', NULL, 1652916471),
(67091, '3298', '90.00', '29', '0.3', '5', '59000000', '59099999', '69100000', '69299999', NULL, 1652916471),
(67092, '3220', '183.00', '7', '0.3', '5', '59000000', '59099999', '69100000', '69299999', NULL, 1652916472),
(67093, '3298', '133.00', '29', '5.001', '10', '59000000', '59099999', '69100000', '69299999', NULL, 1652916472),
(67094, '3220', '266.00', '7', '5.001', '10', '59000000', '59099999', '69100000', '69299999', NULL, 1652916473),
(67095, '3298', '215.00', '29', '10.001', '15', '59000000', '59099999', '69100000', '69299999', NULL, 1652916473),
(67096, '3220', '430.00', '7', '10.001', '15', '59000000', '59099999', '69100000', '69299999', NULL, 1652916474),
(67097, '3298', '298.00', '29', '15.001', '20', '59000000', '59099999', '69100000', '69299999', NULL, 1652916475),
(67098, '3220', '595.00', '7', '15.001', '20', '59000000', '59099999', '69100000', '69299999', NULL, 1652916475),
(67099, '3298', '380.00', '29', '20.001', '25', '59000000', '59099999', '69100000', '69299999', NULL, 1652916489),
(67100, '3220', '760.00', '7', '20.001', '25', '59000000', '59099999', '69100000', '69299999', NULL, 1652916490),
(67101, '3298', '463.00', '29', '25.001', '30', '59000000', '59099999', '69100000', '69299999', NULL, 1652916490),
(67102, '3220', '925.00', '7', '25.001', '30', '59000000', '59099999', '69100000', '69299999', NULL, 1652916491),
(67103, '3298', '45.00', '22', '0.3', '5', '59000000', '59099999', '69300000', '69339999', NULL, 1652916492),
(67104, '3220', '137.00', '3', '0.3', '5', '59000000', '59099999', '69300000', '69339999', NULL, 1652916492),
(67105, '3298', '71.00', '22', '5.001', '10', '59000000', '59099999', '69300000', '69339999', NULL, 1652916492),
(67106, '3220', '214.00', '3', '5.001', '10', '59000000', '59099999', '69300000', '69339999', NULL, 1652916504),
(67107, '3298', '116.00', '22', '10.001', '15', '59000000', '59099999', '69300000', '69339999', NULL, 1652916505),
(67108, '3220', '346.00', '3', '10.001', '15', '59000000', '59099999', '69300000', '69339999', NULL, 1652916505),
(67109, '3298', '160.00', '22', '15.001', '20', '59000000', '59099999', '69300000', '69339999', NULL, 1652916506),
(67110, '3220', '479.00', '3', '15.001', '20', '59000000', '59099999', '69300000', '69339999', NULL, 1652916516),
(67111, '3298', '205.00', '22', '20.001', '25', '59000000', '59099999', '69300000', '69339999', NULL, 1652916517),
(67112, '3220', '612.00', '3', '20.001', '25', '59000000', '59099999', '69300000', '69339999', NULL, 1652916517),
(67113, '3298', '249.00', '22', '25.001', '30', '59000000', '59099999', '69300000', '69339999', NULL, 1652916518),
(67114, '3220', '744.00', '3', '25.001', '30', '59000000', '59099999', '69300000', '69339999', NULL, 1652916518),
(67115, '3298', '90.00', '29', '0.3', '5', '59000000', '59099999', '69340000', '69389999', NULL, 1652916519),
(67116, '3220', '183.00', '9', '0.3', '5', '59000000', '59099999', '69340000', '69389999', NULL, 1652916520),
(67117, '3298', '133.00', '29', '5.001', '10', '59000000', '59099999', '69340000', '69389999', NULL, 1652916521),
(67118, '3220', '266.00', '9', '5.001', '10', '59000000', '59099999', '69340000', '69389999', NULL, 1652916521),
(67119, '3298', '215.00', '29', '10.001', '15', '59000000', '59099999', '69340000', '69389999', NULL, 1652916531),
(67120, '3220', '430.00', '9', '10.001', '15', '59000000', '59099999', '69340000', '69389999', NULL, 1652916540),
(67121, '3298', '298.00', '29', '15.001', '20', '59000000', '59099999', '69340000', '69389999', NULL, 1652916541),
(67122, '3220', '595.00', '9', '15.001', '20', '59000000', '59099999', '69340000', '69389999', NULL, 1652916541),
(67123, '3298', '380.00', '29', '20.001', '25', '59000000', '59099999', '69340000', '69389999', NULL, 1652916542),
(67124, '3220', '760.00', '9', '20.001', '25', '59000000', '59099999', '69340000', '69389999', NULL, 1652916543),
(67125, '3298', '463.00', '29', '25.001', '30', '59000000', '59099999', '69340000', '69389999', NULL, 1652916544),
(67126, '3220', '925.00', '9', '25.001', '30', '59000000', '59099999', '69340000', '69389999', NULL, 1652916545),
(67127, '3298', '45.00', '10', '0.3', '5', '59000000', '59099999', '69900000', '69920999', NULL, 1652916546),
(67128, '3220', '137.00', '5', '0.3', '5', '59000000', '59099999', '69900000', '69920999', NULL, 1652916546),
(67129, '3298', '71.00', '10', '5.001', '10', '59000000', '59099999', '69900000', '69920999', NULL, 1652916547),
(67130, '3220', '214.00', '5', '5.001', '10', '59000000', '59099999', '69900000', '69920999', NULL, 1652916547),
(67131, '3298', '116.00', '10', '10.001', '15', '59000000', '59099999', '69900000', '69920999', NULL, 1652916548),
(67132, '3220', '346.00', '5', '10.001', '15', '59000000', '59099999', '69900000', '69920999', NULL, 1652916549),
(67133, '3298', '160.00', '10', '15.001', '20', '59000000', '59099999', '69900000', '69920999', NULL, 1652916559),
(67134, '3220', '479.00', '5', '15.001', '20', '59000000', '59099999', '69900000', '69920999', NULL, 1652916560),
(67135, '3298', '205.00', '10', '20.001', '25', '59000000', '59099999', '69900000', '69920999', NULL, 1652916560),
(67136, '3220', '612.00', '5', '20.001', '25', '59000000', '59099999', '69900000', '69920999', NULL, 1652916561),
(67137, '3298', '249.00', '10', '25.001', '30', '59000000', '59099999', '69900000', '69920999', NULL, 1652916562),
(67138, '3220', '744.00', '5', '25.001', '30', '59000000', '59099999', '69900000', '69920999', NULL, 1652916562),
(67139, '3298', '90.00', '15', '0.3', '5', '59000000', '59099999', '69921000', '69999999', NULL, 1652916563),
(67140, '3220', '183.00', '10', '0.3', '5', '59000000', '59099999', '69921000', '69999999', NULL, 1652916572),
(67141, '3298', '133.00', '15', '5.001', '10', '59000000', '59099999', '69921000', '69999999', NULL, 1652916572),
(67142, '3220', '266.00', '10', '5.001', '10', '59000000', '59099999', '69921000', '69999999', NULL, 1652916573),
(67143, '3298', '215.00', '15', '10.001', '15', '59000000', '59099999', '69921000', '69999999', NULL, 1652916574),
(67144, '3220', '430.00', '10', '10.001', '15', '59000000', '59099999', '69921000', '69999999', NULL, 1652916575),
(67145, '3298', '298.00', '15', '15.001', '20', '59000000', '59099999', '69921000', '69999999', NULL, 1652916576),
(67146, '3220', '595.00', '10', '15.001', '20', '59000000', '59099999', '69921000', '69999999', NULL, 1652916576),
(67147, '3298', '380.00', '15', '20.001', '25', '59000000', '59099999', '69921000', '69999999', NULL, 1652916577),
(67148, '3220', '760.00', '10', '20.001', '25', '59000000', '59099999', '69921000', '69999999', NULL, 1652916577),
(67149, '3298', '463.00', '15', '25.001', '30', '59000000', '59099999', '69921000', '69999999', NULL, 1652916578),
(67150, '3220', '925.00', '10', '25.001', '30', '59000000', '59099999', '69921000', '69999999', NULL, 1652916579),
(67151, '3298', '45.00', '6', '0.3', '5', '59000000', '59099999', '71000000', '73699999', NULL, 1652916579),
(67152, '3220', '137.00', '2', '0.3', '5', '59000000', '59099999', '71000000', '73699999', NULL, 1652916580),
(67153, '3298', '71.00', '6', '5.001', '10', '59000000', '59099999', '71000000', '73699999', NULL, 1652916581),
(67154, '3220', '214.00', '2', '5.001', '10', '59000000', '59099999', '71000000', '73699999', NULL, 1652916581),
(67155, '3298', '116.00', '6', '10.001', '15', '59000000', '59099999', '71000000', '73699999', NULL, 1652916582),
(67156, '3220', '346.00', '2', '10.001', '15', '59000000', '59099999', '71000000', '73699999', NULL, 1652916591),
(67157, '3298', '160.00', '6', '15.001', '20', '59000000', '59099999', '71000000', '73699999', NULL, 1652916592),
(67158, '3220', '479.00', '2', '15.001', '20', '59000000', '59099999', '71000000', '73699999', NULL, 1652916593),
(67159, '3298', '205.00', '6', '20.001', '25', '59000000', '59099999', '71000000', '73699999', NULL, 1652916593),
(67160, '3220', '612.00', '2', '20.001', '25', '59000000', '59099999', '71000000', '73699999', NULL, 1652916594),
(67161, '3298', '249.00', '6', '25.001', '30', '59000000', '59099999', '71000000', '73699999', NULL, 1652916595),
(67162, '3220', '744.00', '2', '25.001', '30', '59000000', '59099999', '71000000', '73699999', NULL, 1652916595),
(67163, '3298', '45.00', '7', '0.3', '5', '59000000', '59099999', '72800000', '73999999', NULL, 1652916596),
(67164, '3220', '137.00', '3', '0.3', '5', '59000000', '59099999', '72800000', '73999999', NULL, 1652916597),
(67165, '3298', '71.00', '7', '5.001', '10', '59000000', '59099999', '72800000', '73999999', NULL, 1652916605),
(67166, '3220', '214.00', '3', '5.001', '10', '59000000', '59099999', '72800000', '73999999', NULL, 1652916606),
(67167, '3298', '116.00', '7', '10.001', '15', '59000000', '59099999', '72800000', '73999999', NULL, 1652916607),
(67168, '3220', '346.00', '3', '10.001', '15', '59000000', '59099999', '72800000', '73999999', NULL, 1652916607),
(67169, '3298', '160.00', '7', '15.001', '20', '59000000', '59099999', '72800000', '73999999', NULL, 1652916608),
(67170, '3220', '479.00', '3', '15.001', '20', '59000000', '59099999', '72800000', '73999999', NULL, 1652916609),
(67171, '3298', '205.00', '7', '20.001', '25', '59000000', '59099999', '72800000', '73999999', NULL, 1652916610),
(67172, '3220', '612.00', '3', '20.001', '25', '59000000', '59099999', '72800000', '73999999', NULL, 1652916610),
(67173, '3298', '249.00', '7', '25.001', '30', '59000000', '59099999', '72800000', '73999999', NULL, 1652916611),
(67174, '3220', '744.00', '3', '25.001', '30', '59000000', '59099999', '72800000', '73999999', NULL, 1652916611),
(67175, '3298', '45.00', '7', '0.3', '5', '59000000', '59099999', '74000000', '74894999', NULL, 1652916619),
(67176, '3220', '137.00', '2', '0.3', '5', '59000000', '59099999', '74000000', '74894999', NULL, 1652916620),
(67177, '3298', '71.00', '7', '5.001', '10', '59000000', '59099999', '74000000', '74894999', NULL, 1652916621),
(67178, '3220', '214.00', '2', '5.001', '10', '59000000', '59099999', '74000000', '74894999', NULL, 1652916622),
(67179, '3298', '116.00', '7', '10.001', '15', '59000000', '59099999', '74000000', '74894999', NULL, 1652916629),
(67180, '3220', '346.00', '2', '10.001', '15', '59000000', '59099999', '74000000', '74894999', NULL, 1652916630),
(67181, '3298', '160.00', '7', '15.001', '20', '59000000', '59099999', '74000000', '74894999', NULL, 1652916630),
(67182, '3220', '479.00', '2', '15.001', '20', '59000000', '59099999', '74000000', '74894999', NULL, 1652916631),
(67183, '3298', '205.00', '7', '20.001', '25', '59000000', '59099999', '74000000', '74894999', NULL, 1652916632),
(67184, '3220', '612.00', '2', '20.001', '25', '59000000', '59099999', '74000000', '74894999', NULL, 1652916632),
(67185, '3298', '249.00', '7', '25.001', '30', '59000000', '59099999', '74000000', '74894999', NULL, 1652916633),
(67186, '3220', '744.00', '2', '25.001', '30', '59000000', '59099999', '74000000', '74894999', NULL, 1652916634),
(67187, '3298', '45.00', '7', '0.3', '5', '59000000', '59099999', '74895000', '76799999', NULL, 1652916635),
(67188, '3220', '137.00', '2', '0.3', '5', '59000000', '59099999', '74895000', '76799999', NULL, 1652916635),
(67189, '3298', '71.00', '7', '5.001', '10', '59000000', '59099999', '74895000', '76799999', NULL, 1652916636),
(67190, '3220', '214.00', '2', '5.001', '10', '59000000', '59099999', '74895000', '76799999', NULL, 1652916637),
(67191, '3298', '116.00', '7', '10.001', '15', '59000000', '59099999', '74895000', '76799999', NULL, 1652916638),
(67192, '3220', '346.00', '2', '10.001', '15', '59000000', '59099999', '74895000', '76799999', NULL, 1652916639),
(67193, '3298', '160.00', '7', '15.001', '20', '59000000', '59099999', '74895000', '76799999', NULL, 1652916639),
(67194, '3220', '479.00', '2', '15.001', '20', '59000000', '59099999', '74895000', '76799999', NULL, 1652916640),
(67195, '3298', '205.00', '7', '20.001', '25', '59000000', '59099999', '74895000', '76799999', NULL, 1652916641),
(67196, '3220', '612.00', '2', '20.001', '25', '59000000', '59099999', '74895000', '76799999', NULL, 1652916641),
(67197, '3298', '249.00', '7', '25.001', '30', '59000000', '59099999', '74895000', '76799999', NULL, 1652916642),
(67198, '3220', '744.00', '2', '25.001', '30', '59000000', '59099999', '74895000', '76799999', NULL, 1652916643),
(67199, '3298', '45.00', '9', '0.3', '5', '59000000', '59099999', '77000000', '77270999', NULL, 1652916644),
(67200, '3220', '137.00', '2', '0.3', '5', '59000000', '59099999', '77000000', '77270999', NULL, 1652916645),
(67201, '3298', '71.00', '9', '5.001', '10', '59000000', '59099999', '77000000', '77270999', NULL, 1652916646),
(67202, '3220', '214.00', '2', '5.001', '10', '59000000', '59099999', '77000000', '77270999', NULL, 1652916646),
(67203, '3298', '116.00', '9', '10.001', '15', '59000000', '59099999', '77000000', '77270999', NULL, 1652916647),
(67204, '3220', '346.00', '2', '10.001', '15', '59000000', '59099999', '77000000', '77270999', NULL, 1652916649),
(67205, '3298', '160.00', '9', '15.001', '20', '59000000', '59099999', '77000000', '77270999', NULL, 1652916649),
(67206, '3220', '479.00', '2', '15.001', '20', '59000000', '59099999', '77000000', '77270999', NULL, 1652916650),
(67207, '3298', '205.00', '9', '20.001', '25', '59000000', '59099999', '77000000', '77270999', NULL, 1652916651),
(67208, '3220', '612.00', '2', '20.001', '25', '59000000', '59099999', '77000000', '77270999', NULL, 1652916653),
(67209, '3298', '249.00', '9', '25.001', '30', '59000000', '59099999', '77000000', '77270999', NULL, 1652916653),
(67210, '3220', '744.00', '2', '25.001', '30', '59000000', '59099999', '77000000', '77270999', NULL, 1652916655),
(67211, '3298', '90.00', '9', '0.3', '5', '59000000', '59099999', '77300000', '77995999', NULL, 1652916657),
(67212, '3220', '183.00', '3', '0.3', '5', '59000000', '59099999', '77300000', '77995999', NULL, 1652916658),
(67213, '3298', '133.00', '9', '5.001', '10', '59000000', '59099999', '77300000', '77995999', NULL, 1652916659),
(67214, '3220', '266.00', '3', '5.001', '10', '59000000', '59099999', '77300000', '77995999', NULL, 1652916659),
(67215, '3298', '215.00', '9', '10.001', '15', '59000000', '59099999', '77300000', '77995999', NULL, 1652916660),
(67216, '3220', '430.00', '3', '10.001', '15', '59000000', '59099999', '77300000', '77995999', NULL, 1652916667),
(67217, '3298', '298.00', '9', '15.001', '20', '59000000', '59099999', '77300000', '77995999', NULL, 1652916668),
(67218, '3220', '595.00', '3', '15.001', '20', '59000000', '59099999', '77300000', '77995999', NULL, 1652916669),
(67219, '3298', '380.00', '9', '20.001', '25', '59000000', '59099999', '77300000', '77995999', NULL, 1652916670),
(67220, '3220', '760.00', '3', '20.001', '25', '59000000', '59099999', '77300000', '77995999', NULL, 1652916671),
(67221, '3298', '463.00', '9', '25.001', '30', '59000000', '59099999', '77300000', '77995999', NULL, 1652916672),
(67222, '3220', '925.00', '3', '25.001', '30', '59000000', '59099999', '77300000', '77995999', NULL, 1652916673),
(67223, '3298', '45.00', '8', '0.3', '5', '59000000', '59099999', '78000000', '78109999', NULL, 1652916674),
(67224, '3220', '137.00', '4', '0.3', '5', '59000000', '59099999', '78000000', '78109999', NULL, 1652916675),
(67225, '3298', '71.00', '8', '5.001', '10', '59000000', '59099999', '78000000', '78109999', NULL, 1652916676),
(67226, '3220', '214.00', '4', '5.001', '10', '59000000', '59099999', '78000000', '78109999', NULL, 1652916677),
(67227, '3298', '116.00', '8', '10.001', '15', '59000000', '59099999', '78000000', '78109999', NULL, 1652916678),
(67228, '3220', '346.00', '4', '10.001', '15', '59000000', '59099999', '78000000', '78109999', NULL, 1652916679),
(67229, '3298', '160.00', '8', '15.001', '20', '59000000', '59099999', '78000000', '78109999', NULL, 1652916682),
(67230, '3220', '479.00', '4', '15.001', '20', '59000000', '59099999', '78000000', '78109999', NULL, 1652916682),
(67231, '3298', '205.00', '8', '20.001', '25', '59000000', '59099999', '78000000', '78109999', NULL, 1652916683),
(67232, '3220', '612.00', '4', '20.001', '25', '59000000', '59099999', '78000000', '78109999', NULL, 1652916684),
(67233, '3298', '249.00', '8', '25.001', '30', '59000000', '59099999', '78000000', '78109999', NULL, 1652916685),
(67234, '3220', '744.00', '4', '25.001', '30', '59000000', '59099999', '78000000', '78109999', NULL, 1652916686),
(67235, '3298', '90.00', '11', '0.3', '5', '59000000', '59099999', '78110000', '78899999', NULL, 1652916686),
(67236, '3220', '183.00', '6', '0.3', '5', '59000000', '59099999', '78110000', '78899999', NULL, 1652916687),
(67237, '3298', '133.00', '11', '5.001', '10', '59000000', '59099999', '78110000', '78899999', NULL, 1652916689),
(67238, '3220', '266.00', '6', '5.001', '10', '59000000', '59099999', '78110000', '78899999', NULL, 1652916689),
(67239, '3298', '215.00', '11', '10.001', '15', '59000000', '59099999', '78110000', '78899999', NULL, 1652916693),
(67240, '3220', '430.00', '6', '10.001', '15', '59000000', '59099999', '78110000', '78899999', NULL, 1652916697),
(67241, '3298', '298.00', '11', '15.001', '20', '59000000', '59099999', '78110000', '78899999', NULL, 1652916698),
(67242, '3220', '595.00', '6', '15.001', '20', '59000000', '59099999', '78110000', '78899999', NULL, 1652916699),
(67243, '3298', '380.00', '11', '20.001', '25', '59000000', '59099999', '78110000', '78899999', NULL, 1652916700),
(67244, '3220', '760.00', '6', '20.001', '25', '59000000', '59099999', '78110000', '78899999', NULL, 1652916702),
(67245, '3298', '463.00', '11', '25.001', '30', '59000000', '59099999', '78110000', '78899999', NULL, 1652916703),
(67246, '3220', '925.00', '6', '25.001', '30', '59000000', '59099999', '78110000', '78899999', NULL, 1652916705),
(67247, '3298', '90.00', '10', '0.3', '5', '59000000', '59099999', '78900000', '78930999', NULL, 1652916706),
(67248, '3220', '183.00', '6', '0.3', '5', '59000000', '59099999', '78900000', '78930999', NULL, 1652916707),
(67249, '3298', '133.00', '10', '5.001', '10', '59000000', '59099999', '78900000', '78930999', NULL, 1652916708),
(67250, '3220', '266.00', '6', '5.001', '10', '59000000', '59099999', '78900000', '78930999', NULL, 1652916712),
(67251, '3298', '215.00', '10', '10.001', '15', '59000000', '59099999', '78900000', '78930999', NULL, 1652916717),
(67252, '3220', '430.00', '6', '10.001', '15', '59000000', '59099999', '78900000', '78930999', NULL, 1652916718),
(67253, '3298', '298.00', '10', '15.001', '20', '59000000', '59099999', '78900000', '78930999', NULL, 1652916720),
(67254, '3220', '595.00', '6', '15.001', '20', '59000000', '59099999', '78900000', '78930999', NULL, 1652916721),
(67255, '3298', '380.00', '10', '20.001', '25', '59000000', '59099999', '78900000', '78930999', NULL, 1652916721),
(67256, '3220', '760.00', '6', '20.001', '25', '59000000', '59099999', '78900000', '78930999', NULL, 1652916723),
(67257, '3298', '463.00', '10', '25.001', '30', '59000000', '59099999', '78900000', '78930999', NULL, 1652916726),
(67258, '3220', '925.00', '6', '25.001', '30', '59000000', '59099999', '78900000', '78930999', NULL, 1652916727),
(67259, '3298', '90.00', '9', '0.3', '5', '59000000', '59099999', '78931000', '78999999', NULL, 1652916727),
(67260, '3220', '183.00', '5', '0.3', '5', '59000000', '59099999', '78931000', '78999999', NULL, 1652916728),
(67261, '3298', '133.00', '9', '5.001', '10', '59000000', '59099999', '78931000', '78999999', NULL, 1652916729),
(67262, '3220', '266.00', '5', '5.001', '10', '59000000', '59099999', '78931000', '78999999', NULL, 1652916730),
(67263, '3298', '215.00', '9', '10.001', '15', '59000000', '59099999', '78931000', '78999999', NULL, 1652916731),
(67264, '3220', '430.00', '5', '10.001', '15', '59000000', '59099999', '78931000', '78999999', NULL, 1652916733),
(67265, '3298', '298.00', '9', '15.001', '20', '59000000', '59099999', '78931000', '78999999', NULL, 1652916734),
(67266, '3220', '595.00', '5', '15.001', '20', '59000000', '59099999', '78931000', '78999999', NULL, 1652916734),
(67267, '3298', '380.00', '9', '20.001', '25', '59000000', '59099999', '78931000', '78999999', NULL, 1652916735),
(67268, '3220', '760.00', '5', '20.001', '25', '59000000', '59099999', '78931000', '78999999', NULL, 1652916736),
(67269, '3298', '463.00', '9', '25.001', '30', '59000000', '59099999', '78931000', '78999999', NULL, 1652916736),
(67270, '3220', '925.00', '5', '25.001', '30', '59000000', '59099999', '78931000', '78999999', NULL, 1652916737),
(67271, '3298', '45.00', '7', '0.3', '5', '59000000', '59099999', '79000000', '79129999', NULL, 1652916738),
(67272, '3220', '137.00', '2', '0.3', '5', '59000000', '59099999', '79000000', '79129999', NULL, 1652916739),
(67273, '3298', '71.00', '7', '5.001', '10', '59000000', '59099999', '79000000', '79129999', NULL, 1652916740),
(67274, '3220', '214.00', '2', '5.001', '10', '59000000', '59099999', '79000000', '79129999', NULL, 1652916742),
(67275, '3298', '116.00', '7', '10.001', '15', '59000000', '59099999', '79000000', '79129999', NULL, 1652916743);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(67276, '3220', '346.00', '2', '10.001', '15', '59000000', '59099999', '79000000', '79129999', NULL, 1652916743),
(67277, '3298', '160.00', '7', '15.001', '20', '59000000', '59099999', '79000000', '79129999', NULL, 1652916749),
(67278, '3220', '479.00', '2', '15.001', '20', '59000000', '59099999', '79000000', '79129999', NULL, 1652916750),
(67279, '3298', '205.00', '7', '20.001', '25', '59000000', '59099999', '79000000', '79129999', NULL, 1652916751),
(67280, '3220', '612.00', '2', '20.001', '25', '59000000', '59099999', '79000000', '79129999', NULL, 1652916752),
(67281, '3298', '249.00', '7', '25.001', '30', '59000000', '59099999', '79000000', '79129999', NULL, 1652916753),
(67282, '3220', '744.00', '2', '25.001', '30', '59000000', '59099999', '79000000', '79129999', NULL, 1652916753),
(67283, '3298', '90.00', '10', '0.3', '5', '59000000', '59099999', '79130000', '79999999', NULL, 1652916757),
(67284, '3220', '183.00', '6', '0.3', '5', '59000000', '59099999', '79130000', '79999999', NULL, 1652916757),
(67285, '3298', '133.00', '10', '5.001', '10', '59000000', '59099999', '79130000', '79999999', NULL, 1652916758),
(67286, '3220', '266.00', '6', '5.001', '10', '59000000', '59099999', '79130000', '79999999', NULL, 1652916758),
(67287, '3298', '215.00', '10', '10.001', '15', '59000000', '59099999', '79130000', '79999999', NULL, 1652916762),
(67288, '3220', '430.00', '6', '10.001', '15', '59000000', '59099999', '79130000', '79999999', NULL, 1652916763),
(67289, '3298', '298.00', '10', '15.001', '20', '59000000', '59099999', '79130000', '79999999', NULL, 1652916763),
(67290, '3220', '595.00', '6', '15.001', '20', '59000000', '59099999', '79130000', '79999999', NULL, 1652916771),
(67291, '3298', '380.00', '10', '20.001', '25', '59000000', '59099999', '79130000', '79999999', NULL, 1652916772),
(67292, '3220', '760.00', '6', '20.001', '25', '59000000', '59099999', '79130000', '79999999', NULL, 1652916772),
(67293, '3298', '463.00', '10', '25.001', '30', '59000000', '59099999', '79130000', '79999999', NULL, 1652916773),
(67294, '3220', '925.00', '6', '25.001', '30', '59000000', '59099999', '79130000', '79999999', NULL, 1652916775),
(67295, '3298', '45.00', '7', '0.3', '5', '59000000', '59099999', '80000000', '82999999', NULL, 1652916775),
(67296, '3220', '137.00', '2', '0.3', '5', '59000000', '59099999', '80000000', '82999999', NULL, 1652916777),
(67297, '3298', '71.00', '7', '5.001', '10', '59000000', '59099999', '80000000', '82999999', NULL, 1652916778),
(67298, '3220', '214.00', '2', '5.001', '10', '59000000', '59099999', '80000000', '82999999', NULL, 1652916778),
(67299, '3298', '116.00', '7', '10.001', '15', '59000000', '59099999', '80000000', '82999999', NULL, 1652916787),
(67300, '3220', '346.00', '2', '10.001', '15', '59000000', '59099999', '80000000', '82999999', NULL, 1652916788),
(67301, '3298', '160.00', '7', '15.001', '20', '59000000', '59099999', '80000000', '82999999', NULL, 1652916791),
(67302, '3220', '479.00', '2', '15.001', '20', '59000000', '59099999', '80000000', '82999999', NULL, 1652916791),
(67303, '3298', '205.00', '7', '20.001', '25', '59000000', '59099999', '80000000', '82999999', NULL, 1652916794),
(67304, '3220', '612.00', '2', '20.001', '25', '59000000', '59099999', '80000000', '82999999', NULL, 1652916795),
(67305, '3298', '249.00', '7', '25.001', '30', '59000000', '59099999', '80000000', '82999999', NULL, 1652916797),
(67306, '3220', '744.00', '2', '25.001', '30', '59000000', '59099999', '80000000', '82999999', NULL, 1652916798),
(67307, '3298', '45.00', '7', '0.3', '5', '59000000', '59099999', '80000000', '83800999', NULL, 1652916799),
(67308, '3220', '137.00', '2', '0.3', '5', '59000000', '59099999', '80000000', '83800999', NULL, 1652916800),
(67309, '3298', '71.00', '7', '5.001', '10', '59000000', '59099999', '80000000', '83800999', NULL, 1652916801),
(67310, '3220', '214.00', '2', '5.001', '10', '59000000', '59099999', '80000000', '83800999', NULL, 1652916803),
(67311, '3298', '116.00', '7', '10.001', '15', '59000000', '59099999', '80000000', '83800999', NULL, 1652916805),
(67312, '3220', '346.00', '2', '10.001', '15', '59000000', '59099999', '80000000', '83800999', NULL, 1652916806),
(67313, '3298', '160.00', '7', '15.001', '20', '59000000', '59099999', '80000000', '83800999', NULL, 1652916807),
(67314, '3220', '479.00', '2', '15.001', '20', '59000000', '59099999', '80000000', '83800999', NULL, 1652916808),
(67315, '3298', '205.00', '7', '20.001', '25', '59000000', '59099999', '80000000', '83800999', NULL, 1652916809),
(67316, '3220', '612.00', '2', '20.001', '25', '59000000', '59099999', '80000000', '83800999', NULL, 1652916811),
(67317, '3298', '249.00', '7', '25.001', '30', '59000000', '59099999', '80000000', '83800999', NULL, 1652916811),
(67318, '3220', '744.00', '2', '25.001', '30', '59000000', '59099999', '80000000', '83800999', NULL, 1652916813),
(67319, '3298', '90.00', '10', '0.3', '5', '59000000', '59099999', '83801000', '87999999', NULL, 1652916815),
(67320, '3220', '183.00', '4', '0.3', '5', '59000000', '59099999', '83801000', '87999999', NULL, 1652916816),
(67321, '3298', '133.00', '10', '5.001', '10', '59000000', '59099999', '83801000', '87999999', NULL, 1652916818),
(67322, '3220', '266.00', '4', '5.001', '10', '59000000', '59099999', '83801000', '87999999', NULL, 1652916819),
(67323, '3298', '215.00', '10', '10.001', '15', '59000000', '59099999', '83801000', '87999999', NULL, 1652916820),
(67324, '3220', '430.00', '4', '10.001', '15', '59000000', '59099999', '83801000', '87999999', NULL, 1652916823),
(67325, '3298', '298.00', '10', '15.001', '20', '59000000', '59099999', '83801000', '87999999', NULL, 1652916824),
(67326, '3220', '595.00', '4', '15.001', '20', '59000000', '59099999', '83801000', '87999999', NULL, 1652916834),
(67327, '3298', '380.00', '10', '20.001', '25', '59000000', '59099999', '83801000', '87999999', NULL, 1652916837),
(67328, '3220', '760.00', '4', '20.001', '25', '59000000', '59099999', '83801000', '87999999', NULL, 1652916838),
(67329, '3298', '463.00', '10', '25.001', '30', '59000000', '59099999', '83801000', '87999999', NULL, 1652916839),
(67330, '3220', '925.00', '4', '25.001', '30', '59000000', '59099999', '83801000', '87999999', NULL, 1652916844),
(67331, '3298', '45.00', '7', '0.3', '5', '59000000', '59099999', '88000000', '82999999', NULL, 1652916846),
(67332, '3220', '137.00', '2', '0.3', '5', '59000000', '59099999', '88000000', '82999999', NULL, 1652916847),
(67333, '3298', '71.00', '7', '5.001', '10', '59000000', '59099999', '88000000', '82999999', NULL, 1652916848),
(67334, '3220', '214.00', '2', '5.001', '10', '59000000', '59099999', '88000000', '82999999', NULL, 1652916849),
(67335, '3298', '116.00', '7', '10.001', '15', '59000000', '59099999', '88000000', '82999999', NULL, 1652916849),
(67336, '3220', '346.00', '2', '10.001', '15', '59000000', '59099999', '88000000', '82999999', NULL, 1652916852),
(67337, '3298', '160.00', '7', '15.001', '20', '59000000', '59099999', '88000000', '82999999', NULL, 1652916853),
(67338, '3220', '479.00', '2', '15.001', '20', '59000000', '59099999', '88000000', '82999999', NULL, 1652916859),
(67339, '3298', '205.00', '7', '20.001', '25', '59000000', '59099999', '88000000', '82999999', NULL, 1652916861),
(67340, '3220', '612.00', '2', '20.001', '25', '59000000', '59099999', '88000000', '82999999', NULL, 1652916861),
(67341, '3298', '249.00', '7', '25.001', '30', '59000000', '59099999', '88000000', '82999999', NULL, 1652916862),
(67342, '3220', '744.00', '2', '25.001', '30', '59000000', '59099999', '88000000', '82999999', NULL, 1652916863),
(67343, '3298', '45.00', '7', '0.3', '5', '59000000', '59099999', '88000000', '88469999', NULL, 1652916864),
(67344, '3220', '137.00', '2', '0.3', '5', '59000000', '59099999', '88000000', '88469999', NULL, 1652916865),
(67345, '3298', '71.00', '7', '5.001', '10', '59000000', '59099999', '88000000', '88469999', NULL, 1652916865),
(67346, '3220', '214.00', '2', '5.001', '10', '59000000', '59099999', '88000000', '88469999', NULL, 1652916865),
(67347, '3298', '116.00', '7', '10.001', '15', '59000000', '59099999', '88000000', '88469999', NULL, 1652916870),
(67348, '3220', '346.00', '2', '10.001', '15', '59000000', '59099999', '88000000', '88469999', NULL, 1652916870),
(67349, '3298', '160.00', '7', '15.001', '20', '59000000', '59099999', '88000000', '88469999', NULL, 1652916873),
(67350, '3220', '479.00', '2', '15.001', '20', '59000000', '59099999', '88000000', '88469999', NULL, 1652916873),
(67351, '3298', '205.00', '7', '20.001', '25', '59000000', '59099999', '88000000', '88469999', NULL, 1652916875),
(67352, '3220', '612.00', '2', '20.001', '25', '59000000', '59099999', '88000000', '88469999', NULL, 1652916875),
(67353, '3298', '249.00', '7', '25.001', '30', '59000000', '59099999', '88000000', '88469999', NULL, 1652916876),
(67354, '3220', '744.00', '2', '25.001', '30', '59000000', '59099999', '88000000', '88469999', NULL, 1652916877),
(67355, '3298', '78.00', '7', '0.3', '5', '59000000', '59099999', '88470000', '89999999', NULL, 1652916878),
(67356, '3220', '154.00', '3', '0.3', '5', '59000000', '59099999', '88470000', '89999999', NULL, 1652916882),
(67357, '3298', '114.00', '7', '5.001', '10', '59000000', '59099999', '88470000', '89999999', NULL, 1652916883),
(67358, '3220', '223.00', '3', '5.001', '10', '59000000', '59099999', '88470000', '89999999', NULL, 1652916884),
(67359, '3298', '185.00', '7', '10.001', '15', '59000000', '59099999', '88470000', '89999999', NULL, 1652916884),
(67360, '3220', '361.00', '3', '10.001', '15', '59000000', '59099999', '88470000', '89999999', NULL, 1652916885),
(67361, '3298', '256.00', '7', '15.001', '20', '59000000', '59099999', '88470000', '89999999', NULL, 1652916886),
(67362, '3220', '500.00', '3', '15.001', '20', '59000000', '59099999', '88470000', '89999999', NULL, 1652916887),
(67363, '3298', '327.00', '7', '20.001', '25', '59000000', '59099999', '88470000', '89999999', NULL, 1652916887),
(67364, '3220', '638.00', '3', '20.001', '25', '59000000', '59099999', '88470000', '89999999', NULL, 1652916888),
(67365, '3298', '398.00', '7', '25.001', '30', '59000000', '59099999', '88470000', '89999999', NULL, 1652916889),
(67366, '3220', '777.00', '3', '25.001', '30', '59000000', '59099999', '88470000', '89999999', NULL, 1652916889),
(67367, '3298', '45.00', '7', '0.3', '5', '59000000', '59099999', '90000000', '91999999', NULL, 1652916891),
(67368, '3220', '137.00', '2', '0.3', '5', '59000000', '59099999', '90000000', '91999999', NULL, 1652916891),
(67369, '3298', '71.00', '7', '5.001', '10', '59000000', '59099999', '90000000', '91999999', NULL, 1652916897),
(67370, '3220', '214.00', '2', '5.001', '10', '59000000', '59099999', '90000000', '91999999', NULL, 1652916898),
(67371, '3298', '116.00', '7', '10.001', '15', '59000000', '59099999', '90000000', '91999999', NULL, 1652916899),
(67372, '3220', '346.00', '2', '10.001', '15', '59000000', '59099999', '90000000', '91999999', NULL, 1652916900),
(67373, '3298', '160.00', '7', '15.001', '20', '59000000', '59099999', '90000000', '91999999', NULL, 1652916901),
(67374, '3220', '479.00', '2', '15.001', '20', '59000000', '59099999', '90000000', '91999999', NULL, 1652916905),
(67375, '3298', '205.00', '7', '20.001', '25', '59000000', '59099999', '90000000', '91999999', NULL, 1652916908),
(67376, '3220', '612.00', '2', '20.001', '25', '59000000', '59099999', '90000000', '91999999', NULL, 1652916911),
(67377, '3298', '249.00', '7', '25.001', '30', '59000000', '59099999', '90000000', '91999999', NULL, 1652916913),
(67378, '3220', '744.00', '2', '25.001', '30', '59000000', '59099999', '90000000', '91999999', NULL, 1652916915),
(67379, '3298', '45.00', '7', '0.3', '5', '59000000', '59099999', '90000000', '94900999', NULL, 1652916916),
(67380, '3220', '137.00', '3', '0.3', '5', '59000000', '59099999', '90000000', '94900999', NULL, 1652916919),
(67381, '3298', '71.00', '7', '5.001', '10', '59000000', '59099999', '90000000', '94900999', NULL, 1652916920),
(67382, '3220', '214.00', '3', '5.001', '10', '59000000', '59099999', '90000000', '94900999', NULL, 1652916920),
(67383, '3298', '116.00', '7', '10.001', '15', '59000000', '59099999', '90000000', '94900999', NULL, 1652916921),
(67384, '3220', '346.00', '3', '10.001', '15', '59000000', '59099999', '90000000', '94900999', NULL, 1652916921),
(67385, '3298', '160.00', '7', '15.001', '20', '59000000', '59099999', '90000000', '94900999', NULL, 1652916922),
(67386, '3220', '479.00', '3', '15.001', '20', '59000000', '59099999', '90000000', '94900999', NULL, 1652916925),
(67387, '3298', '205.00', '7', '20.001', '25', '59000000', '59099999', '90000000', '94900999', NULL, 1652916926),
(67388, '3220', '612.00', '3', '20.001', '25', '59000000', '59099999', '90000000', '94900999', NULL, 1652916928),
(67389, '3298', '249.00', '7', '25.001', '30', '59000000', '59099999', '90000000', '94900999', NULL, 1652916931),
(67390, '3220', '744.00', '3', '25.001', '30', '59000000', '59099999', '90000000', '94900999', NULL, 1652916934),
(67391, '3298', '90.00', '11', '0.3', '5', '59000000', '59099999', '94901000', '99999999', NULL, 1652916938),
(67392, '3220', '183.00', '7', '0.3', '5', '59000000', '59099999', '94901000', '99999999', NULL, 1652916939),
(67393, '3298', '133.00', '11', '5.001', '10', '59000000', '59099999', '94901000', '99999999', NULL, 1652916940),
(67394, '3220', '266.00', '7', '5.001', '10', '59000000', '59099999', '94901000', '99999999', NULL, 1652916941),
(67395, '3298', '215.00', '11', '10.001', '15', '59000000', '59099999', '94901000', '99999999', NULL, 1652916943),
(67396, '3220', '430.00', '7', '10.001', '15', '59000000', '59099999', '94901000', '99999999', NULL, 1652916944),
(67397, '3298', '298.00', '11', '15.001', '20', '59000000', '59099999', '94901000', '99999999', NULL, 1652916946),
(67398, '3220', '595.00', '7', '15.001', '20', '59000000', '59099999', '94901000', '99999999', NULL, 1652916948),
(67399, '3298', '380.00', '11', '20.001', '25', '59000000', '59099999', '94901000', '99999999', NULL, 1652916949),
(67400, '3220', '760.00', '7', '20.001', '25', '59000000', '59099999', '94901000', '99999999', NULL, 1652916951),
(67401, '3298', '463.00', '11', '25.001', '30', '59000000', '59099999', '94901000', '99999999', NULL, 1652916951),
(67402, '3220', '925.00', '7', '25.001', '30', '59000000', '59099999', '94901000', '99999999', NULL, 1652916952),
(67403, '3298', '45.00', '7', '0.3', '5', '59100000', '59999999', '01000000', '08499999', NULL, 1652916956),
(67404, '3220', '137.00', '2', '0.3', '5', '59100000', '59999999', '01000000', '08499999', NULL, 1652916961),
(67405, '3298', '71.00', '7', '5.001', '10', '59100000', '59999999', '01000000', '08499999', NULL, 1652916968),
(67406, '3220', '214.00', '2', '5.001', '10', '59100000', '59999999', '01000000', '08499999', NULL, 1652916968),
(67407, '3298', '116.00', '7', '10.001', '15', '59100000', '59999999', '01000000', '08499999', NULL, 1652916969),
(67408, '3220', '346.00', '2', '10.001', '15', '59100000', '59999999', '01000000', '08499999', NULL, 1652916971),
(67409, '3298', '160.00', '7', '15.001', '20', '59100000', '59999999', '01000000', '08499999', NULL, 1652916972),
(67410, '3220', '479.00', '2', '15.001', '20', '59100000', '59999999', '01000000', '08499999', NULL, 1652916974),
(67411, '3298', '205.00', '7', '20.001', '25', '59100000', '59999999', '01000000', '08499999', NULL, 1652916976),
(67412, '3220', '612.00', '2', '20.001', '25', '59100000', '59999999', '01000000', '08499999', NULL, 1652916980),
(67413, '3298', '249.00', '7', '25.001', '30', '59100000', '59999999', '01000000', '08499999', NULL, 1652916981),
(67414, '3220', '744.00', '2', '25.001', '30', '59100000', '59999999', '01000000', '08499999', NULL, 1652916983),
(67415, '3298', '45.00', '7', '0.3', '5', '59100000', '59999999', '06000000', '09999999', NULL, 1652916984),
(67416, '3220', '137.00', '2', '0.3', '5', '59100000', '59999999', '06000000', '09999999', NULL, 1652916984),
(67417, '3298', '71.00', '7', '5.001', '10', '59100000', '59999999', '06000000', '09999999', NULL, 1652916988),
(67418, '3220', '214.00', '2', '5.001', '10', '59100000', '59999999', '06000000', '09999999', NULL, 1652916989),
(67419, '3298', '116.00', '7', '10.001', '15', '59100000', '59999999', '06000000', '09999999', NULL, 1652916989),
(67420, '3220', '346.00', '2', '10.001', '15', '59100000', '59999999', '06000000', '09999999', NULL, 1652916991),
(67421, '3298', '160.00', '7', '15.001', '20', '59100000', '59999999', '06000000', '09999999', NULL, 1652916991),
(67422, '3220', '479.00', '2', '15.001', '20', '59100000', '59999999', '06000000', '09999999', NULL, 1652916992),
(67423, '3298', '205.00', '7', '20.001', '25', '59100000', '59999999', '06000000', '09999999', NULL, 1652916994),
(67424, '3220', '612.00', '2', '20.001', '25', '59100000', '59999999', '06000000', '09999999', NULL, 1652916997),
(67425, '3298', '249.00', '7', '25.001', '30', '59100000', '59999999', '06000000', '09999999', NULL, 1652917002),
(67426, '3220', '744.00', '2', '25.001', '30', '59100000', '59999999', '06000000', '09999999', NULL, 1652917002),
(67427, '3298', '45.00', '7', '0.3', '5', '59100000', '59999999', '11000000', '11999999', NULL, 1652917003),
(67428, '3220', '137.00', '3', '0.3', '5', '59100000', '59999999', '11000000', '11999999', NULL, 1652917005),
(67429, '3298', '71.00', '7', '5.001', '10', '59100000', '59999999', '11000000', '11999999', NULL, 1652917010),
(67430, '3220', '214.00', '3', '5.001', '10', '59100000', '59999999', '11000000', '11999999', NULL, 1652917012),
(67431, '3298', '116.00', '7', '10.001', '15', '59100000', '59999999', '11000000', '11999999', NULL, 1652917015),
(67432, '3220', '346.00', '3', '10.001', '15', '59100000', '59999999', '11000000', '11999999', NULL, 1652917020),
(67433, '3298', '160.00', '7', '15.001', '20', '59100000', '59999999', '11000000', '11999999', NULL, 1652917025),
(67434, '3220', '479.00', '3', '15.001', '20', '59100000', '59999999', '11000000', '11999999', NULL, 1652917030),
(67435, '3298', '205.00', '7', '20.001', '25', '59100000', '59999999', '11000000', '11999999', NULL, 1652917031),
(67436, '3220', '612.00', '3', '20.001', '25', '59100000', '59999999', '11000000', '11999999', NULL, 1652917032),
(67437, '3298', '249.00', '7', '25.001', '30', '59100000', '59999999', '11000000', '11999999', NULL, 1652917033),
(67438, '3220', '744.00', '3', '25.001', '30', '59100000', '59999999', '11000000', '11999999', NULL, 1652917034),
(67439, '3298', '45.00', '7', '0.3', '5', '59100000', '59999999', '12000000', '19999999', NULL, 1652917038),
(67440, '3220', '137.00', '2', '0.3', '5', '59100000', '59999999', '12000000', '19999999', NULL, 1652917039),
(67441, '3298', '71.00', '7', '5.001', '10', '59100000', '59999999', '12000000', '19999999', NULL, 1652917040),
(67442, '3220', '214.00', '2', '5.001', '10', '59100000', '59999999', '12000000', '19999999', NULL, 1652917041),
(67443, '3298', '116.00', '7', '10.001', '15', '59100000', '59999999', '12000000', '19999999', NULL, 1652917042),
(67444, '3220', '346.00', '2', '10.001', '15', '59100000', '59999999', '12000000', '19999999', NULL, 1652917043),
(67445, '3298', '160.00', '7', '15.001', '20', '59100000', '59999999', '12000000', '19999999', NULL, 1652917044),
(67446, '3220', '479.00', '2', '15.001', '20', '59100000', '59999999', '12000000', '19999999', NULL, 1652917045),
(67447, '3298', '205.00', '7', '20.001', '25', '59100000', '59999999', '12000000', '19999999', NULL, 1652917048),
(67448, '3220', '612.00', '2', '20.001', '25', '59100000', '59999999', '12000000', '19999999', NULL, 1652917049),
(67449, '3298', '249.00', '7', '25.001', '30', '59100000', '59999999', '12000000', '19999999', NULL, 1652917049),
(67450, '3220', '744.00', '2', '25.001', '30', '59100000', '59999999', '12000000', '19999999', NULL, 1652917050),
(67451, '3298', '90.00', '8', '0.3', '5', '59100000', '59999999', '26601000', '28999999', NULL, 1652917104),
(67452, '3220', '183.00', '4', '0.3', '5', '59100000', '59999999', '26601000', '28999999', NULL, 1652917105),
(67453, '3298', '133.00', '8', '5.001', '10', '59100000', '59999999', '26601000', '28999999', NULL, 1652917106),
(67454, '3220', '266.00', '4', '5.001', '10', '59100000', '59999999', '26601000', '28999999', NULL, 1652917112),
(67455, '3298', '215.00', '8', '10.001', '15', '59100000', '59999999', '26601000', '28999999', NULL, 1652917114),
(67456, '3220', '430.00', '4', '10.001', '15', '59100000', '59999999', '26601000', '28999999', NULL, 1652917115),
(67457, '3298', '298.00', '8', '15.001', '20', '59100000', '59999999', '26601000', '28999999', NULL, 1652917116),
(67458, '3220', '595.00', '4', '15.001', '20', '59100000', '59999999', '26601000', '28999999', NULL, 1652917117),
(67459, '3298', '380.00', '8', '20.001', '25', '59100000', '59999999', '26601000', '28999999', NULL, 1652917118),
(67460, '3220', '760.00', '4', '20.001', '25', '59100000', '59999999', '26601000', '28999999', NULL, 1652917123),
(67461, '3298', '463.00', '8', '25.001', '30', '59100000', '59999999', '26601000', '28999999', NULL, 1652917127),
(67462, '3220', '925.00', '4', '25.001', '30', '59100000', '59999999', '26601000', '28999999', NULL, 1652917128),
(67463, '3298', '45.00', '7', '0.3', '5', '59100000', '59999999', '29000000', '29099999', NULL, 1652917133),
(67464, '3220', '137.00', '2', '0.3', '5', '59100000', '59999999', '29000000', '29099999', NULL, 1652917135),
(67465, '3298', '71.00', '7', '5.001', '10', '59100000', '59999999', '29000000', '29099999', NULL, 1652917137),
(67466, '3220', '214.00', '2', '5.001', '10', '59100000', '59999999', '29000000', '29099999', NULL, 1652917139),
(67467, '3298', '116.00', '7', '10.001', '15', '59100000', '59999999', '29000000', '29099999', NULL, 1652917141),
(67468, '3220', '346.00', '2', '10.001', '15', '59100000', '59999999', '29000000', '29099999', NULL, 1652917145),
(67469, '3298', '160.00', '7', '15.001', '20', '59100000', '59999999', '29000000', '29099999', NULL, 1652917146),
(67470, '3220', '479.00', '2', '15.001', '20', '59100000', '59999999', '29000000', '29099999', NULL, 1652917146),
(67471, '3298', '205.00', '7', '20.001', '25', '59100000', '59999999', '29000000', '29099999', NULL, 1652917147),
(67472, '3220', '612.00', '2', '20.001', '25', '59100000', '59999999', '29000000', '29099999', NULL, 1652917151),
(67473, '3298', '249.00', '7', '25.001', '30', '59100000', '59999999', '29000000', '29099999', NULL, 1652917151),
(67474, '3220', '744.00', '2', '25.001', '30', '59100000', '59999999', '29000000', '29099999', NULL, 1652917153),
(67475, '3298', '90.00', '10', '0.3', '5', '59100000', '59999999', '29100000', '29999999', NULL, 1652917156),
(67476, '3220', '183.00', '5', '0.3', '5', '59100000', '59999999', '29100000', '29999999', NULL, 1652917157),
(67477, '3298', '133.00', '10', '5.001', '10', '59100000', '59999999', '29100000', '29999999', NULL, 1652917159),
(67478, '3220', '266.00', '5', '5.001', '10', '59100000', '59999999', '29100000', '29999999', NULL, 1652917160),
(67479, '3298', '215.00', '10', '10.001', '15', '59100000', '59999999', '29100000', '29999999', NULL, 1652917164),
(67480, '3220', '430.00', '5', '10.001', '15', '59100000', '59999999', '29100000', '29999999', NULL, 1652917164),
(67481, '3298', '298.00', '10', '15.001', '20', '59100000', '59999999', '29100000', '29999999', NULL, 1652917165),
(67482, '3220', '595.00', '5', '15.001', '20', '59100000', '59999999', '29100000', '29999999', NULL, 1652917168),
(67483, '3298', '380.00', '10', '20.001', '25', '59100000', '59999999', '29100000', '29999999', NULL, 1652917170),
(67484, '3220', '760.00', '5', '20.001', '25', '59100000', '59999999', '29100000', '29999999', NULL, 1652917170),
(67485, '3298', '463.00', '10', '25.001', '30', '59100000', '59999999', '29100000', '29999999', NULL, 1652917173),
(67486, '3220', '925.00', '5', '25.001', '30', '59100000', '59999999', '29100000', '29999999', NULL, 1652917175),
(67487, '3298', '45.00', '6', '0.3', '5', '59100000', '59999999', '30000000', '31999999', NULL, 1652917177),
(67488, '3220', '137.00', '2', '0.3', '5', '59100000', '59999999', '30000000', '31999999', NULL, 1652917179),
(67489, '3298', '71.00', '6', '5.001', '10', '59100000', '59999999', '30000000', '31999999', NULL, 1652917181),
(67490, '3220', '214.00', '2', '5.001', '10', '59100000', '59999999', '30000000', '31999999', NULL, 1652917183),
(67491, '3298', '116.00', '6', '10.001', '15', '59100000', '59999999', '30000000', '31999999', NULL, 1652917184),
(67492, '3220', '346.00', '2', '10.001', '15', '59100000', '59999999', '30000000', '31999999', NULL, 1652917185),
(67493, '3298', '160.00', '6', '15.001', '20', '59100000', '59999999', '30000000', '31999999', NULL, 1652917187),
(67494, '3220', '479.00', '2', '15.001', '20', '59100000', '59999999', '30000000', '31999999', NULL, 1652917190),
(67495, '3298', '205.00', '6', '20.001', '25', '59100000', '59999999', '30000000', '31999999', NULL, 1652917196),
(67496, '3220', '612.00', '2', '20.001', '25', '59100000', '59999999', '30000000', '31999999', NULL, 1652917198),
(67497, '3298', '249.00', '6', '25.001', '30', '59100000', '59999999', '30000000', '31999999', NULL, 1652917201),
(67498, '3220', '744.00', '2', '25.001', '30', '59100000', '59999999', '30000000', '31999999', NULL, 1652917201),
(67499, '3298', '45.00', '6', '0.3', '5', '59100000', '59999999', '30000000', '34999999', NULL, 1652917204),
(67500, '3220', '137.00', '2', '0.3', '5', '59100000', '59999999', '30000000', '34999999', NULL, 1652917206),
(67501, '3298', '71.00', '6', '5.001', '10', '59100000', '59999999', '30000000', '34999999', NULL, 1652917209),
(67502, '3220', '214.00', '2', '5.001', '10', '59100000', '59999999', '30000000', '34999999', NULL, 1652917210),
(67503, '3298', '116.00', '6', '10.001', '15', '59100000', '59999999', '30000000', '34999999', NULL, 1652917210),
(67504, '3220', '346.00', '2', '10.001', '15', '59100000', '59999999', '30000000', '34999999', NULL, 1652917212),
(67505, '3298', '160.00', '6', '15.001', '20', '59100000', '59999999', '30000000', '34999999', NULL, 1652917213),
(67506, '3220', '479.00', '2', '15.001', '20', '59100000', '59999999', '30000000', '34999999', NULL, 1652917214),
(67507, '3298', '205.00', '6', '20.001', '25', '59100000', '59999999', '30000000', '34999999', NULL, 1652917216),
(67508, '3220', '612.00', '2', '20.001', '25', '59100000', '59999999', '30000000', '34999999', NULL, 1652917217),
(67509, '3298', '249.00', '6', '25.001', '30', '59100000', '59999999', '30000000', '34999999', NULL, 1652917218),
(67510, '3220', '744.00', '2', '25.001', '30', '59100000', '59999999', '30000000', '34999999', NULL, 1652917219),
(67511, '3298', '90.00', '8', '0.3', '5', '59100000', '59999999', '35000000', '39999999', NULL, 1652917221),
(67512, '3220', '183.00', '4', '0.3', '5', '59100000', '59999999', '35000000', '39999999', NULL, 1652917222),
(67513, '3298', '133.00', '8', '5.001', '10', '59100000', '59999999', '35000000', '39999999', NULL, 1652917222),
(67514, '3220', '266.00', '4', '5.001', '10', '59100000', '59999999', '35000000', '39999999', NULL, 1652917228),
(67515, '3298', '215.00', '8', '10.001', '15', '59100000', '59999999', '35000000', '39999999', NULL, 1652917230),
(67516, '3220', '430.00', '4', '10.001', '15', '59100000', '59999999', '35000000', '39999999', NULL, 1652917231),
(67517, '3298', '298.00', '8', '15.001', '20', '59100000', '59999999', '35000000', '39999999', NULL, 1652917231),
(67518, '3220', '595.00', '4', '15.001', '20', '59100000', '59999999', '35000000', '39999999', NULL, 1652917232),
(67519, '3298', '380.00', '8', '20.001', '25', '59100000', '59999999', '35000000', '39999999', NULL, 1652917234),
(67520, '3220', '760.00', '4', '20.001', '25', '59100000', '59999999', '35000000', '39999999', NULL, 1652917235),
(67521, '3298', '463.00', '8', '25.001', '30', '59100000', '59999999', '35000000', '39999999', NULL, 1652917236),
(67522, '3220', '925.00', '4', '25.001', '30', '59100000', '59999999', '35000000', '39999999', NULL, 1652917236),
(67523, '3298', '34.00', '6', '0.3', '5', '59100000', '59999999', '40000000', '41999999', NULL, 1652917237),
(67524, '3220', '80.00', '2', '0.3', '5', '59100000', '59999999', '40000000', '41999999', NULL, 1652917239),
(67525, '3298', '50.00', '6', '5.001', '10', '59100000', '59999999', '40000000', '41999999', NULL, 1652917240),
(67526, '3220', '125.00', '2', '5.001', '10', '59100000', '59999999', '40000000', '41999999', NULL, 1652917243),
(67527, '3298', '82.00', '6', '10.001', '15', '59100000', '59999999', '40000000', '41999999', NULL, 1652917244),
(67528, '3220', '203.00', '2', '10.001', '15', '59100000', '59999999', '40000000', '41999999', NULL, 1652917245),
(67529, '3298', '113.00', '6', '15.001', '20', '59100000', '59999999', '40000000', '41999999', NULL, 1652917247),
(67530, '3220', '281.00', '2', '15.001', '20', '59100000', '59999999', '40000000', '41999999', NULL, 1652917250),
(67531, '3298', '145.00', '6', '20.001', '25', '59100000', '59999999', '40000000', '41999999', NULL, 1652917251),
(67532, '3220', '359.00', '2', '20.001', '25', '59100000', '59999999', '40000000', '41999999', NULL, 1652917251),
(67533, '3298', '176.00', '6', '25.001', '30', '59100000', '59999999', '40000000', '41999999', NULL, 1652917252),
(67534, '3220', '437.00', '2', '25.001', '30', '59100000', '59999999', '40000000', '41999999', NULL, 1652917259),
(67535, '3298', '34.00', '6', '0.3', '5', '59100000', '59999999', '40000000', '44470999', NULL, 1652917260),
(67536, '3220', '80.00', '2', '0.3', '5', '59100000', '59999999', '40000000', '44470999', NULL, 1652917261),
(67537, '3298', '50.00', '6', '5.001', '10', '59100000', '59999999', '40000000', '44470999', NULL, 1652917262),
(67538, '3220', '125.00', '2', '5.001', '10', '59100000', '59999999', '40000000', '44470999', NULL, 1652917263),
(67539, '3298', '82.00', '6', '10.001', '15', '59100000', '59999999', '40000000', '44470999', NULL, 1652917264),
(67540, '3220', '203.00', '2', '10.001', '15', '59100000', '59999999', '40000000', '44470999', NULL, 1652917264),
(67541, '3298', '113.00', '6', '15.001', '20', '59100000', '59999999', '40000000', '44470999', NULL, 1652917269),
(67542, '3220', '281.00', '2', '15.001', '20', '59100000', '59999999', '40000000', '44470999', NULL, 1652917270),
(67543, '3298', '145.00', '6', '20.001', '25', '59100000', '59999999', '40000000', '44470999', NULL, 1652917273),
(67544, '3220', '359.00', '2', '20.001', '25', '59100000', '59999999', '40000000', '44470999', NULL, 1652917277),
(67545, '3298', '176.00', '6', '25.001', '30', '59100000', '59999999', '40000000', '44470999', NULL, 1652917277),
(67546, '3220', '437.00', '2', '25.001', '30', '59100000', '59999999', '40000000', '44470999', NULL, 1652917278),
(67547, '3298', '43.00', '7', '0.3', '5', '59100000', '59999999', '44471000', '48999999', NULL, 1652917280),
(67548, '3220', '104.00', '3', '0.3', '5', '59100000', '59999999', '44471000', '48999999', NULL, 1652917281),
(67549, '3298', '71.00', '7', '5.001', '10', '59100000', '59999999', '44471000', '48999999', NULL, 1652917281),
(67550, '3220', '147.00', '3', '5.001', '10', '59100000', '59999999', '44471000', '48999999', NULL, 1652917282),
(67551, '3298', '116.00', '7', '10.001', '15', '59100000', '59999999', '44471000', '48999999', NULL, 1652917283),
(67552, '3220', '238.00', '3', '10.001', '15', '59100000', '59999999', '44471000', '48999999', NULL, 1652917284),
(67553, '3298', '160.00', '7', '15.001', '20', '59100000', '59999999', '44471000', '48999999', NULL, 1652917285),
(67554, '3220', '329.00', '3', '15.001', '20', '59100000', '59999999', '44471000', '48999999', NULL, 1652917286),
(67555, '3298', '205.00', '7', '20.001', '25', '59100000', '59999999', '44471000', '48999999', NULL, 1652917290),
(67556, '3220', '420.00', '3', '20.001', '25', '59100000', '59999999', '44471000', '48999999', NULL, 1652917295),
(67557, '3298', '249.00', '7', '25.001', '30', '59100000', '59999999', '44471000', '48999999', NULL, 1652917296),
(67558, '3220', '511.00', '3', '25.001', '30', '59100000', '59999999', '44471000', '48999999', NULL, 1652917302),
(67559, '3298', '34.00', '6', '0.3', '5', '59100000', '59999999', '49000000', '49099999', NULL, 1652917302),
(67560, '3220', '80.00', '2', '0.3', '5', '59100000', '59999999', '49000000', '49099999', NULL, 1652917304),
(67561, '3298', '50.00', '6', '5.001', '10', '59100000', '59999999', '49000000', '49099999', NULL, 1652917309),
(67562, '3220', '125.00', '2', '5.001', '10', '59100000', '59999999', '49000000', '49099999', NULL, 1652917310),
(67563, '3298', '82.00', '6', '10.001', '15', '59100000', '59999999', '49000000', '49099999', NULL, 1652917312),
(67564, '3220', '203.00', '2', '10.001', '15', '59100000', '59999999', '49000000', '49099999', NULL, 1652917315),
(67565, '3298', '113.00', '6', '15.001', '20', '59100000', '59999999', '49000000', '49099999', NULL, 1652917316),
(67566, '3220', '281.00', '2', '15.001', '20', '59100000', '59999999', '49000000', '49099999', NULL, 1652917318),
(67567, '3298', '145.00', '6', '20.001', '25', '59100000', '59999999', '49000000', '49099999', NULL, 1652917320),
(67568, '3220', '359.00', '2', '20.001', '25', '59100000', '59999999', '49000000', '49099999', NULL, 1652917322),
(67569, '3298', '176.00', '6', '25.001', '30', '59100000', '59999999', '49000000', '49099999', NULL, 1652917323),
(67570, '3220', '437.00', '2', '25.001', '30', '59100000', '59999999', '49000000', '49099999', NULL, 1652917325),
(67571, '3298', '50.00', '7', '0.3', '5', '59100000', '59999999', '49100000', '49999999', NULL, 1652917328),
(67572, '3220', '124.00', '5', '0.3', '5', '59100000', '59999999', '49100000', '49999999', NULL, 1652917330),
(67573, '3298', '83.00', '7', '5.001', '10', '59100000', '59999999', '49100000', '49999999', NULL, 1652917331),
(67574, '3220', '175.00', '5', '5.001', '10', '59100000', '59999999', '49100000', '49999999', NULL, 1652917332),
(67575, '3298', '135.00', '7', '10.001', '15', '59100000', '59999999', '49100000', '49999999', NULL, 1652917333),
(67576, '3220', '283.00', '5', '10.001', '15', '59100000', '59999999', '49100000', '49999999', NULL, 1652917334),
(67577, '3298', '186.00', '7', '15.001', '20', '59100000', '59999999', '49100000', '49999999', NULL, 1652917336),
(67578, '3220', '392.00', '5', '15.001', '20', '59100000', '59999999', '49100000', '49999999', NULL, 1652917339),
(67579, '3298', '238.00', '7', '20.001', '25', '59100000', '59999999', '49100000', '49999999', NULL, 1652917340),
(67580, '3220', '500.00', '5', '20.001', '25', '59100000', '59999999', '49100000', '49999999', NULL, 1652917341),
(67581, '3298', '290.00', '7', '25.001', '30', '59100000', '59999999', '49100000', '49999999', NULL, 1652917344),
(67582, '3220', '609.00', '5', '25.001', '30', '59100000', '59999999', '49100000', '49999999', NULL, 1652917345),
(67583, '3298', '30.00', '5', '0.3', '5', '59100000', '59999999', '50000000', '52999999', NULL, 1652917346),
(67584, '3220', '59.00', '1', '0.3', '5', '59100000', '59999999', '50000000', '52999999', NULL, 1652917348),
(67585, '3298', '44.00', '5', '5.001', '10', '59100000', '59999999', '50000000', '52999999', NULL, 1652917349),
(67586, '3220', '93.00', '1', '5.001', '10', '59100000', '59999999', '50000000', '52999999', NULL, 1652917350),
(67587, '3298', '71.00', '5', '10.001', '15', '59100000', '59999999', '50000000', '52999999', NULL, 1652917351),
(67588, '3220', '150.00', '1', '10.001', '15', '59100000', '59999999', '50000000', '52999999', NULL, 1652917352),
(67589, '3298', '99.00', '5', '15.001', '20', '59100000', '59999999', '50000000', '52999999', NULL, 1652917353),
(67590, '3220', '208.00', '1', '15.001', '20', '59100000', '59999999', '50000000', '52999999', NULL, 1652917359),
(67591, '3298', '126.00', '5', '20.001', '25', '59100000', '59999999', '50000000', '52999999', NULL, 1652917359),
(67592, '3220', '266.00', '1', '20.001', '25', '59100000', '59999999', '50000000', '52999999', NULL, 1652917361),
(67593, '3298', '153.00', '5', '25.001', '30', '59100000', '59999999', '50000000', '52999999', NULL, 1652917362),
(67594, '3220', '324.00', '1', '25.001', '30', '59100000', '59999999', '50000000', '52999999', NULL, 1652917364),
(67595, '3298', '30.00', '5', '0.3', '5', '59100000', '59999999', '50000000', '54999999', NULL, 1652917366),
(67596, '3220', '59.00', '1', '0.3', '5', '59100000', '59999999', '50000000', '54999999', NULL, 1652917368),
(67597, '3298', '44.00', '5', '5.001', '10', '59100000', '59999999', '50000000', '54999999', NULL, 1652917369),
(67598, '3220', '93.00', '1', '5.001', '10', '59100000', '59999999', '50000000', '54999999', NULL, 1652917372),
(67599, '3298', '71.00', '5', '10.001', '15', '59100000', '59999999', '50000000', '54999999', NULL, 1652917375),
(67600, '3220', '150.00', '1', '10.001', '15', '59100000', '59999999', '50000000', '54999999', NULL, 1652917376),
(67601, '3298', '99.00', '5', '15.001', '20', '59100000', '59999999', '50000000', '54999999', NULL, 1652917377),
(67602, '3220', '208.00', '1', '15.001', '20', '59100000', '59999999', '50000000', '54999999', NULL, 1652917378),
(67603, '3298', '126.00', '5', '20.001', '25', '59100000', '59999999', '50000000', '54999999', NULL, 1652917378),
(67604, '3220', '266.00', '1', '20.001', '25', '59100000', '59999999', '50000000', '54999999', NULL, 1652917380),
(67605, '3298', '153.00', '5', '25.001', '30', '59100000', '59999999', '50000000', '54999999', NULL, 1652917381),
(67606, '3220', '324.00', '1', '25.001', '30', '59100000', '59999999', '50000000', '54999999', NULL, 1652917382),
(67607, '3298', '44.00', '9', '0.3', '5', '59100000', '59999999', '55000000', '56999999', NULL, 1652917383),
(67608, '3220', '102.00', '6', '0.3', '5', '59100000', '59999999', '55000000', '56999999', NULL, 1652917384),
(67609, '3298', '74.00', '9', '5.001', '10', '59100000', '59999999', '55000000', '56999999', NULL, 1652917387),
(67610, '3220', '141.00', '6', '5.001', '10', '59100000', '59999999', '55000000', '56999999', NULL, 1652917387),
(67611, '3298', '120.00', '9', '10.001', '15', '59100000', '59999999', '55000000', '56999999', NULL, 1652917388),
(67612, '3220', '229.00', '6', '10.001', '15', '59100000', '59999999', '55000000', '56999999', NULL, 1652917390),
(67613, '3298', '166.00', '9', '15.001', '20', '59100000', '59999999', '55000000', '56999999', NULL, 1652917391),
(67614, '3220', '316.00', '6', '15.001', '20', '59100000', '59999999', '55000000', '56999999', NULL, 1652917397),
(67615, '3298', '212.00', '9', '20.001', '25', '59100000', '59999999', '55000000', '56999999', NULL, 1652917402),
(67616, '3220', '404.00', '6', '20.001', '25', '59100000', '59999999', '55000000', '56999999', NULL, 1652917402),
(67617, '3298', '258.00', '9', '25.001', '30', '59100000', '59999999', '55000000', '56999999', NULL, 1652917403),
(67618, '3220', '492.00', '6', '25.001', '30', '59100000', '59999999', '55000000', '56999999', NULL, 1652917406),
(67619, '3298', '30.00', '6', '0.3', '5', '59100000', '59999999', '57000000', '57099999', NULL, 1652917406),
(67620, '3220', '59.00', '2', '0.3', '5', '59100000', '59999999', '57000000', '57099999', NULL, 1652917407),
(67621, '3298', '44.00', '6', '5.001', '10', '59100000', '59999999', '57000000', '57099999', NULL, 1652917407),
(67622, '3220', '93.00', '2', '5.001', '10', '59100000', '59999999', '57000000', '57099999', NULL, 1652917409),
(67623, '3298', '71.00', '6', '10.001', '15', '59100000', '59999999', '57000000', '57099999', NULL, 1652917411),
(67624, '3220', '150.00', '2', '10.001', '15', '59100000', '59999999', '57000000', '57099999', NULL, 1652917412),
(67625, '3298', '99.00', '6', '15.001', '20', '59100000', '59999999', '57000000', '57099999', NULL, 1652917413),
(67626, '3220', '208.00', '2', '15.001', '20', '59100000', '59999999', '57000000', '57099999', NULL, 1652917414),
(67627, '3298', '126.00', '6', '20.001', '25', '59100000', '59999999', '57000000', '57099999', NULL, 1652917416),
(67628, '3220', '266.00', '2', '20.001', '25', '59100000', '59999999', '57000000', '57099999', NULL, 1652917418),
(67629, '3298', '153.00', '6', '25.001', '30', '59100000', '59999999', '57000000', '57099999', NULL, 1652917419),
(67630, '3220', '324.00', '2', '25.001', '30', '59100000', '59999999', '57000000', '57099999', NULL, 1652917420),
(67631, '3298', '30.00', '7', '0.3', '5', '59100000', '59999999', '57100000', '57999999', NULL, 1652917422),
(67632, '3220', '59.00', '5', '0.3', '5', '59100000', '59999999', '57100000', '57999999', NULL, 1652917423),
(67633, '3298', '44.00', '7', '5.001', '10', '59100000', '59999999', '57100000', '57999999', NULL, 1652917425),
(67634, '3220', '93.00', '5', '5.001', '10', '59100000', '59999999', '57100000', '57999999', NULL, 1652917426),
(67635, '3298', '71.00', '7', '10.001', '15', '59100000', '59999999', '57100000', '57999999', NULL, 1652917427),
(67636, '3220', '150.00', '5', '10.001', '15', '59100000', '59999999', '57100000', '57999999', NULL, 1652917428),
(67637, '3298', '99.00', '7', '15.001', '20', '59100000', '59999999', '57100000', '57999999', NULL, 1652917428),
(67638, '3220', '208.00', '5', '15.001', '20', '59100000', '59999999', '57100000', '57999999', NULL, 1652917431),
(67639, '3298', '126.00', '7', '20.001', '25', '59100000', '59999999', '57100000', '57999999', NULL, 1652917433),
(67640, '3220', '266.00', '5', '20.001', '25', '59100000', '59999999', '57100000', '57999999', NULL, 1652917437),
(67641, '3298', '153.00', '7', '25.001', '30', '59100000', '59999999', '57100000', '57999999', NULL, 1652917439),
(67642, '3220', '324.00', '5', '25.001', '30', '59100000', '59999999', '57100000', '57999999', NULL, 1652917440),
(67643, '3298', '25.00', '6', '0.3', '5', '59100000', '59999999', '58000000', '58099999', NULL, 1652917444),
(67644, '3220', '34.00', '2', '0.3', '5', '59100000', '59999999', '58000000', '58099999', NULL, 1652917448),
(67645, '3298', '31.00', '6', '5.001', '10', '59100000', '59999999', '58000000', '58099999', NULL, 1652917449),
(67646, '3220', '48.00', '2', '5.001', '10', '59100000', '59999999', '58000000', '58099999', NULL, 1652917450),
(67647, '3298', '51.00', '6', '10.001', '15', '59100000', '59999999', '58000000', '58099999', NULL, 1652917451),
(67648, '3220', '78.00', '2', '10.001', '15', '59100000', '59999999', '58000000', '58099999', NULL, 1652917455),
(67649, '3298', '71.00', '6', '15.001', '20', '59100000', '59999999', '58000000', '58099999', NULL, 1652917457),
(67650, '3220', '108.00', '2', '15.001', '20', '59100000', '59999999', '58000000', '58099999', NULL, 1652917459),
(67651, '3298', '91.00', '6', '20.001', '25', '59100000', '59999999', '58000000', '58099999', NULL, 1652917460),
(67652, '3220', '138.00', '2', '20.001', '25', '59100000', '59999999', '58000000', '58099999', NULL, 1652917461),
(67653, '3298', '110.00', '6', '25.001', '30', '59100000', '59999999', '58000000', '58099999', NULL, 1652917462),
(67654, '3220', '168.00', '2', '25.001', '30', '59100000', '59999999', '58000000', '58099999', NULL, 1652917463),
(67655, '3298', '44.00', '10', '0.3', '5', '59100000', '59999999', '58100000', '58999999', NULL, 1652917464),
(67656, '3220', '102.00', '8', '0.3', '5', '59100000', '59999999', '58100000', '58999999', NULL, 1652917465),
(67657, '3298', '74.00', '10', '5.001', '10', '59100000', '59999999', '58100000', '58999999', NULL, 1652917471),
(67658, '3220', '141.00', '8', '5.001', '10', '59100000', '59999999', '58100000', '58999999', NULL, 1652917472),
(67659, '3298', '120.00', '10', '10.001', '15', '59100000', '59999999', '58100000', '58999999', NULL, 1652917473),
(67660, '3220', '229.00', '8', '10.001', '15', '59100000', '59999999', '58100000', '58999999', NULL, 1652917474),
(67661, '3298', '166.00', '10', '15.001', '20', '59100000', '59999999', '58100000', '58999999', NULL, 1652917476),
(67662, '3220', '316.00', '8', '15.001', '20', '59100000', '59999999', '58100000', '58999999', NULL, 1652917477),
(67663, '3298', '212.00', '10', '20.001', '25', '59100000', '59999999', '58100000', '58999999', NULL, 1652917478),
(67664, '3220', '404.00', '8', '20.001', '25', '59100000', '59999999', '58100000', '58999999', NULL, 1652917479),
(67665, '3298', '258.00', '10', '25.001', '30', '59100000', '59999999', '58100000', '58999999', NULL, 1652917480),
(67666, '3220', '492.00', '8', '25.001', '30', '59100000', '59999999', '58100000', '58999999', NULL, 1652917483),
(67667, '3298', '26.00', '5', '0.3', '5', '59100000', '59999999', '59000000', '59099999', NULL, 1652917484),
(67668, '3220', '22.00', '1', '0.3', '5', '59100000', '59999999', '59000000', '59099999', NULL, 1652917485),
(67669, '3298', '32.00', '5', '5.001', '10', '59100000', '59999999', '59000000', '59099999', NULL, 1652917486),
(67670, '3220', '28.00', '1', '5.001', '10', '59100000', '59999999', '59000000', '59099999', NULL, 1652917491),
(67671, '3298', '52.00', '5', '10.001', '15', '59100000', '59999999', '59000000', '59099999', NULL, 1652917492),
(67672, '3220', '45.00', '1', '10.001', '15', '59100000', '59999999', '59000000', '59099999', NULL, 1652917493),
(67673, '3298', '72.00', '5', '15.001', '20', '59100000', '59999999', '59000000', '59099999', NULL, 1652917494),
(67674, '3220', '63.00', '1', '15.001', '20', '59100000', '59999999', '59000000', '59099999', NULL, 1652917495),
(67675, '3298', '92.00', '5', '20.001', '25', '59100000', '59999999', '59000000', '59099999', NULL, 1652917497),
(67676, '3220', '80.00', '1', '20.001', '25', '59100000', '59999999', '59000000', '59099999', NULL, 1652917498),
(67677, '3298', '112.00', '5', '25.001', '30', '59100000', '59999999', '59000000', '59099999', NULL, 1652917499),
(67678, '3220', '97.00', '1', '25.001', '30', '59100000', '59999999', '59000000', '59099999', NULL, 1652917500),
(67679, '3298', '26.00', '5', '0.3', '5', '59100000', '59999999', '59100000', '59999999', NULL, 1652917506),
(67680, '3220', '22.00', '1', '0.3', '5', '59100000', '59999999', '59100000', '59999999', NULL, 1652917509),
(67681, '3298', '32.00', '5', '5.001', '10', '59100000', '59999999', '59100000', '59999999', NULL, 1652917513),
(67682, '3220', '28.00', '1', '5.001', '10', '59100000', '59999999', '59100000', '59999999', NULL, 1652917516),
(67683, '3298', '52.00', '5', '10.001', '15', '59100000', '59999999', '59100000', '59999999', NULL, 1652917517),
(67684, '3220', '45.00', '1', '10.001', '15', '59100000', '59999999', '59100000', '59999999', NULL, 1652917517),
(67685, '3298', '72.00', '5', '15.001', '20', '59100000', '59999999', '59100000', '59999999', NULL, 1652917518),
(67686, '3220', '63.00', '1', '15.001', '20', '59100000', '59999999', '59100000', '59999999', NULL, 1652917519),
(67687, '3298', '92.00', '5', '20.001', '25', '59100000', '59999999', '59100000', '59999999', NULL, 1652917523),
(67688, '3220', '80.00', '1', '20.001', '25', '59100000', '59999999', '59100000', '59999999', NULL, 1652917524),
(67689, '3298', '112.00', '5', '25.001', '30', '59100000', '59999999', '59100000', '59999999', NULL, 1652917525),
(67690, '3220', '97.00', '1', '25.001', '30', '59100000', '59999999', '59100000', '59999999', NULL, 1652917529),
(67691, '3298', '30.00', '6', '0.3', '5', '59100000', '59999999', '60000000', '60999999', NULL, 1652917530),
(67692, '3220', '59.00', '2', '0.3', '5', '59100000', '59999999', '60000000', '60999999', NULL, 1652917531),
(67693, '3298', '44.00', '6', '5.001', '10', '59100000', '59999999', '60000000', '60999999', NULL, 1652917532),
(67694, '3220', '93.00', '2', '5.001', '10', '59100000', '59999999', '60000000', '60999999', NULL, 1652917532),
(67695, '3298', '71.00', '6', '10.001', '15', '59100000', '59999999', '60000000', '60999999', NULL, 1652917533),
(67696, '3220', '150.00', '2', '10.001', '15', '59100000', '59999999', '60000000', '60999999', NULL, 1652917534),
(67697, '3298', '99.00', '6', '15.001', '20', '59100000', '59999999', '60000000', '60999999', NULL, 1652917535),
(67698, '3220', '208.00', '2', '15.001', '20', '59100000', '59999999', '60000000', '60999999', NULL, 1652917535),
(67699, '3298', '126.00', '6', '20.001', '25', '59100000', '59999999', '60000000', '60999999', NULL, 1652917540),
(67700, '3220', '266.00', '2', '20.001', '25', '59100000', '59999999', '60000000', '60999999', NULL, 1652917541),
(67701, '3298', '153.00', '6', '25.001', '30', '59100000', '59999999', '60000000', '60999999', NULL, 1652917546),
(67702, '3220', '324.00', '2', '25.001', '30', '59100000', '59999999', '60000000', '60999999', NULL, 1652917546),
(67703, '3298', '30.00', '6', '0.3', '5', '59100000', '59999999', '60000000', '61900999', NULL, 1652917547),
(67704, '3220', '59.00', '2', '0.3', '5', '59100000', '59999999', '60000000', '61900999', NULL, 1652917547),
(67705, '3298', '44.00', '6', '5.001', '10', '59100000', '59999999', '60000000', '61900999', NULL, 1652917548),
(67706, '3220', '93.00', '2', '5.001', '10', '59100000', '59999999', '60000000', '61900999', NULL, 1652917554),
(67707, '3298', '71.00', '6', '10.001', '15', '59100000', '59999999', '60000000', '61900999', NULL, 1652917558),
(67708, '3220', '150.00', '2', '10.001', '15', '59100000', '59999999', '60000000', '61900999', NULL, 1652917559),
(67709, '3298', '99.00', '6', '15.001', '20', '59100000', '59999999', '60000000', '61900999', NULL, 1652917560),
(67710, '3220', '208.00', '2', '15.001', '20', '59100000', '59999999', '60000000', '61900999', NULL, 1652917561),
(67711, '3298', '126.00', '6', '20.001', '25', '59100000', '59999999', '60000000', '61900999', NULL, 1652917565),
(67712, '3220', '266.00', '2', '20.001', '25', '59100000', '59999999', '60000000', '61900999', NULL, 1652917568),
(67713, '3298', '153.00', '6', '25.001', '30', '59100000', '59999999', '60000000', '61900999', NULL, 1652917569),
(67714, '3220', '324.00', '2', '25.001', '30', '59100000', '59999999', '60000000', '61900999', NULL, 1652917569),
(67715, '3298', '44.00', '9', '0.3', '5', '59100000', '59999999', '61901000', '63999999', NULL, 1652917571),
(67716, '3220', '102.00', '7', '0.3', '5', '59100000', '59999999', '61901000', '63999999', NULL, 1652917572),
(67717, '3298', '74.00', '9', '5.001', '10', '59100000', '59999999', '61901000', '63999999', NULL, 1652917575),
(67718, '3220', '141.00', '7', '5.001', '10', '59100000', '59999999', '61901000', '63999999', NULL, 1652917576),
(67719, '3298', '120.00', '9', '10.001', '15', '59100000', '59999999', '61901000', '63999999', NULL, 1652917580),
(67720, '3220', '229.00', '7', '10.001', '15', '59100000', '59999999', '61901000', '63999999', NULL, 1652917581),
(67721, '3298', '166.00', '9', '15.001', '20', '59100000', '59999999', '61901000', '63999999', NULL, 1652917587),
(67722, '3220', '316.00', '7', '15.001', '20', '59100000', '59999999', '61901000', '63999999', NULL, 1652917590),
(67723, '3298', '212.00', '9', '20.001', '25', '59100000', '59999999', '61901000', '63999999', NULL, 1652917594);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(67724, '3220', '404.00', '7', '20.001', '25', '59100000', '59999999', '61901000', '63999999', NULL, 1652917595),
(67725, '3298', '258.00', '9', '25.001', '30', '59100000', '59999999', '61901000', '63999999', NULL, 1652917599),
(67726, '3220', '492.00', '7', '25.001', '30', '59100000', '59999999', '61901000', '63999999', NULL, 1652917601),
(67727, '3298', '34.00', '7', '0.3', '5', '59100000', '59999999', '64000000', '64099999', NULL, 1652917602),
(67728, '3220', '80.00', '3', '0.3', '5', '59100000', '59999999', '64000000', '64099999', NULL, 1652917608),
(67729, '3298', '50.00', '7', '5.001', '10', '59100000', '59999999', '64000000', '64099999', NULL, 1652917611),
(67730, '3220', '125.00', '3', '5.001', '10', '59100000', '59999999', '64000000', '64099999', NULL, 1652917613),
(67731, '3298', '82.00', '7', '10.001', '15', '59100000', '59999999', '64000000', '64099999', NULL, 1652917614),
(67732, '3220', '203.00', '3', '10.001', '15', '59100000', '59999999', '64000000', '64099999', NULL, 1652917616),
(67733, '3298', '113.00', '7', '15.001', '20', '59100000', '59999999', '64000000', '64099999', NULL, 1652917617),
(67734, '3220', '281.00', '3', '15.001', '20', '59100000', '59999999', '64000000', '64099999', NULL, 1652917618),
(67735, '3298', '145.00', '7', '20.001', '25', '59100000', '59999999', '64000000', '64099999', NULL, 1652917620),
(67736, '3220', '359.00', '3', '20.001', '25', '59100000', '59999999', '64000000', '64099999', NULL, 1652917625),
(67737, '3298', '176.00', '7', '25.001', '30', '59100000', '59999999', '64000000', '64099999', NULL, 1652917626),
(67738, '3220', '437.00', '3', '25.001', '30', '59100000', '59999999', '64000000', '64099999', NULL, 1652917627),
(67739, '3298', '50.00', '9', '0.3', '5', '59100000', '59999999', '64100000', '64999999', NULL, 1652917632),
(67740, '3220', '124.00', '7', '0.3', '5', '59100000', '59999999', '64100000', '64999999', NULL, 1652917632),
(67741, '3298', '83.00', '9', '5.001', '10', '59100000', '59999999', '64100000', '64999999', NULL, 1652917633),
(67742, '3220', '175.00', '7', '5.001', '10', '59100000', '59999999', '64100000', '64999999', NULL, 1652917634),
(67743, '3298', '135.00', '9', '10.001', '15', '59100000', '59999999', '64100000', '64999999', NULL, 1652917635),
(67744, '3220', '283.00', '7', '10.001', '15', '59100000', '59999999', '64100000', '64999999', NULL, 1652917635),
(67745, '3298', '186.00', '9', '15.001', '20', '59100000', '59999999', '64100000', '64999999', NULL, 1652917639),
(67746, '3220', '392.00', '7', '15.001', '20', '59100000', '59999999', '64100000', '64999999', NULL, 1652917640),
(67747, '3298', '238.00', '9', '20.001', '25', '59100000', '59999999', '64100000', '64999999', NULL, 1652917642),
(67748, '3220', '500.00', '7', '20.001', '25', '59100000', '59999999', '64100000', '64999999', NULL, 1652917647),
(67749, '3298', '290.00', '9', '25.001', '30', '59100000', '59999999', '64100000', '64999999', NULL, 1652917648),
(67750, '3220', '609.00', '7', '25.001', '30', '59100000', '59999999', '64100000', '64999999', NULL, 1652917648),
(67751, '3298', '38.00', '10', '0.3', '5', '59100000', '59999999', '65000000', '65099999', NULL, 1652917649),
(67752, '3220', '113.00', '5', '0.3', '5', '59100000', '59999999', '65000000', '65099999', NULL, 1652917650),
(67753, '3298', '58.00', '10', '5.001', '10', '59100000', '59999999', '65000000', '65099999', NULL, 1652917652),
(67754, '3220', '176.00', '5', '5.001', '10', '59100000', '59999999', '65000000', '65099999', NULL, 1652917652),
(67755, '3298', '94.00', '10', '10.001', '15', '59100000', '59999999', '65000000', '65099999', NULL, 1652917653),
(67756, '3220', '286.00', '5', '10.001', '15', '59100000', '59999999', '65000000', '65099999', NULL, 1652917653),
(67757, '3298', '130.00', '10', '15.001', '20', '59100000', '59999999', '65000000', '65099999', NULL, 1652917655),
(67758, '3220', '396.00', '5', '15.001', '20', '59100000', '59999999', '65000000', '65099999', NULL, 1652917655),
(67759, '3298', '166.00', '10', '20.001', '25', '59100000', '59999999', '65000000', '65099999', NULL, 1652917656),
(67760, '3220', '505.00', '5', '20.001', '25', '59100000', '59999999', '65000000', '65099999', NULL, 1652917662),
(67761, '3298', '202.00', '10', '25.001', '30', '59100000', '59999999', '65000000', '65099999', NULL, 1652917663),
(67762, '3220', '615.00', '5', '25.001', '30', '59100000', '59999999', '65000000', '65099999', NULL, 1652917663),
(67763, '3298', '70.00', '14', '0.3', '5', '59100000', '59999999', '65100000', '65999999', NULL, 1652917664),
(67764, '3220', '157.00', '9', '0.3', '5', '59100000', '59999999', '65100000', '65999999', NULL, 1652917665),
(67765, '3298', '106.00', '14', '5.001', '10', '59100000', '59999999', '65100000', '65999999', NULL, 1652917668),
(67766, '3220', '226.00', '9', '5.001', '10', '59100000', '59999999', '65100000', '65999999', NULL, 1652917669),
(67767, '3298', '172.00', '14', '10.001', '15', '59100000', '59999999', '65100000', '65999999', NULL, 1652917670),
(67768, '3220', '367.00', '9', '10.001', '15', '59100000', '59999999', '65100000', '65999999', NULL, 1652917676),
(67769, '3298', '239.00', '14', '15.001', '20', '59100000', '59999999', '65100000', '65999999', NULL, 1652917681),
(67770, '3220', '508.00', '9', '15.001', '20', '59100000', '59999999', '65100000', '65999999', NULL, 1652917682),
(67771, '3298', '305.00', '14', '20.001', '25', '59100000', '59999999', '65100000', '65999999', NULL, 1652917683),
(67772, '3220', '649.00', '9', '20.001', '25', '59100000', '59999999', '65100000', '65999999', NULL, 1652917684),
(67773, '3298', '371.00', '14', '25.001', '30', '59100000', '59999999', '65100000', '65999999', NULL, 1652917685),
(67774, '3220', '789.00', '9', '25.001', '30', '59100000', '59999999', '65100000', '65999999', NULL, 1652917686),
(67775, '3298', '45.00', '8', '0.3', '5', '59100000', '59999999', '66000000', '66999999', NULL, 1652917687),
(67776, '3220', '137.00', '4', '0.3', '5', '59100000', '59999999', '66000000', '66999999', NULL, 1652917689),
(67777, '3298', '71.00', '8', '5.001', '10', '59100000', '59999999', '66000000', '66999999', NULL, 1652917691),
(67778, '3220', '214.00', '4', '5.001', '10', '59100000', '59999999', '66000000', '66999999', NULL, 1652917693),
(67779, '3298', '116.00', '8', '10.001', '15', '59100000', '59999999', '66000000', '66999999', NULL, 1652917694),
(67780, '3220', '346.00', '4', '10.001', '15', '59100000', '59999999', '66000000', '66999999', NULL, 1652917695),
(67781, '3298', '160.00', '8', '15.001', '20', '59100000', '59999999', '66000000', '66999999', NULL, 1652917696),
(67782, '3220', '479.00', '4', '15.001', '20', '59100000', '59999999', '66000000', '66999999', NULL, 1652917699),
(67783, '3298', '205.00', '8', '20.001', '25', '59100000', '59999999', '66000000', '66999999', NULL, 1652917704),
(67784, '3220', '612.00', '4', '20.001', '25', '59100000', '59999999', '66000000', '66999999', NULL, 1652917704),
(67785, '3298', '249.00', '8', '25.001', '30', '59100000', '59999999', '66000000', '66999999', NULL, 1652917705),
(67786, '3220', '744.00', '4', '25.001', '30', '59100000', '59999999', '66000000', '66999999', NULL, 1652917708),
(67787, '3298', '45.00', '8', '0.3', '5', '59100000', '59999999', '66000000', '67999999', NULL, 1652917709),
(67788, '3220', '137.00', '4', '0.3', '5', '59100000', '59999999', '66000000', '67999999', NULL, 1652917710),
(67789, '3298', '71.00', '8', '5.001', '10', '59100000', '59999999', '66000000', '67999999', NULL, 1652917711),
(67790, '3220', '214.00', '4', '5.001', '10', '59100000', '59999999', '66000000', '67999999', NULL, 1652917712),
(67791, '3298', '116.00', '8', '10.001', '15', '59100000', '59999999', '66000000', '67999999', NULL, 1652917713),
(67792, '3220', '346.00', '4', '10.001', '15', '59100000', '59999999', '66000000', '67999999', NULL, 1652917715),
(67793, '3298', '160.00', '8', '15.001', '20', '59100000', '59999999', '66000000', '67999999', NULL, 1652917716),
(67794, '3220', '479.00', '4', '15.001', '20', '59100000', '59999999', '66000000', '67999999', NULL, 1652917717),
(67795, '3298', '205.00', '8', '20.001', '25', '59100000', '59999999', '66000000', '67999999', NULL, 1652917718),
(67796, '3220', '612.00', '4', '20.001', '25', '59100000', '59999999', '66000000', '67999999', NULL, 1652917719),
(67797, '3298', '249.00', '8', '25.001', '30', '59100000', '59999999', '66000000', '67999999', NULL, 1652917721),
(67798, '3220', '744.00', '4', '25.001', '30', '59100000', '59999999', '66000000', '67999999', NULL, 1652917723),
(67799, '3298', '90.00', '12', '0.3', '5', '59100000', '59999999', '68000000', '68899999', NULL, 1652917723),
(67800, '3220', '183.00', '8', '0.3', '5', '59100000', '59999999', '68000000', '68899999', NULL, 1652917724),
(67801, '3298', '133.00', '12', '5.001', '10', '59100000', '59999999', '68000000', '68899999', NULL, 1652917725),
(67802, '3220', '266.00', '8', '5.001', '10', '59100000', '59999999', '68000000', '68899999', NULL, 1652917728),
(67803, '3298', '215.00', '12', '10.001', '15', '59100000', '59999999', '68000000', '68899999', NULL, 1652917732),
(67804, '3220', '430.00', '8', '10.001', '15', '59100000', '59999999', '68000000', '68899999', NULL, 1652917733),
(67805, '3298', '298.00', '12', '15.001', '20', '59100000', '59999999', '68000000', '68899999', NULL, 1652917736),
(67806, '3220', '595.00', '8', '15.001', '20', '59100000', '59999999', '68000000', '68899999', NULL, 1652917737),
(67807, '3298', '380.00', '12', '20.001', '25', '59100000', '59999999', '68000000', '68899999', NULL, 1652917742),
(67808, '3220', '760.00', '8', '20.001', '25', '59100000', '59999999', '68000000', '68899999', NULL, 1652917744),
(67809, '3298', '463.00', '12', '25.001', '30', '59100000', '59999999', '68000000', '68899999', NULL, 1652917745),
(67810, '3220', '925.00', '8', '25.001', '30', '59100000', '59999999', '68000000', '68899999', NULL, 1652917745),
(67811, '3298', '45.00', '20', '0.3', '5', '59100000', '59999999', '68900000', '68914999', NULL, 1652917746),
(67812, '3220', '137.00', '11', '0.3', '5', '59100000', '59999999', '68900000', '68914999', NULL, 1652917748),
(67813, '3298', '71.00', '20', '5.001', '10', '59100000', '59999999', '68900000', '68914999', NULL, 1652917749),
(67814, '3220', '214.00', '11', '5.001', '10', '59100000', '59999999', '68900000', '68914999', NULL, 1652917755),
(67815, '3298', '116.00', '20', '10.001', '15', '59100000', '59999999', '68900000', '68914999', NULL, 1652917760),
(67816, '3220', '346.00', '11', '10.001', '15', '59100000', '59999999', '68900000', '68914999', NULL, 1652917762),
(67817, '3298', '160.00', '20', '15.001', '20', '59100000', '59999999', '68900000', '68914999', NULL, 1652917768),
(67818, '3220', '479.00', '11', '15.001', '20', '59100000', '59999999', '68900000', '68914999', NULL, 1652917769),
(67819, '3298', '205.00', '20', '20.001', '25', '59100000', '59999999', '68900000', '68914999', NULL, 1652917776),
(67820, '3220', '612.00', '11', '20.001', '25', '59100000', '59999999', '68900000', '68914999', NULL, 1652917777),
(67821, '3298', '249.00', '20', '25.001', '30', '59100000', '59999999', '68900000', '68914999', NULL, 1652917783),
(67822, '3220', '744.00', '11', '25.001', '30', '59100000', '59999999', '68900000', '68914999', NULL, 1652917787),
(67823, '3298', '90.00', '22', '0.3', '5', '59100000', '59999999', '68915000', '68999999', NULL, 1652917788),
(67824, '3220', '183.00', '13', '0.3', '5', '59100000', '59999999', '68915000', '68999999', NULL, 1652917789),
(67825, '3298', '133.00', '22', '5.001', '10', '59100000', '59999999', '68915000', '68999999', NULL, 1652917790),
(67826, '3220', '266.00', '13', '5.001', '10', '59100000', '59999999', '68915000', '68999999', NULL, 1652917791),
(67827, '3298', '215.00', '22', '10.001', '15', '59100000', '59999999', '68915000', '68999999', NULL, 1652917795),
(67828, '3220', '430.00', '13', '10.001', '15', '59100000', '59999999', '68915000', '68999999', NULL, 1652917798),
(67829, '3298', '298.00', '22', '15.001', '20', '59100000', '59999999', '68915000', '68999999', NULL, 1652917799),
(67830, '3220', '595.00', '13', '15.001', '20', '59100000', '59999999', '68915000', '68999999', NULL, 1652917800),
(67831, '3298', '380.00', '22', '20.001', '25', '59100000', '59999999', '68915000', '68999999', NULL, 1652917802),
(67832, '3220', '760.00', '13', '20.001', '25', '59100000', '59999999', '68915000', '68999999', NULL, 1652917807),
(67833, '3298', '463.00', '22', '25.001', '30', '59100000', '59999999', '68915000', '68999999', NULL, 1652917810),
(67834, '3220', '925.00', '13', '25.001', '30', '59100000', '59999999', '68915000', '68999999', NULL, 1652917813),
(67835, '3298', '45.00', '22', '0.3', '5', '59100000', '59999999', '69000000', '69099999', NULL, 1652917814),
(67836, '3220', '137.00', '3', '0.3', '5', '59100000', '59999999', '69000000', '69099999', NULL, 1652917815),
(67837, '3298', '71.00', '22', '5.001', '10', '59100000', '59999999', '69000000', '69099999', NULL, 1652917816),
(67838, '3220', '214.00', '3', '5.001', '10', '59100000', '59999999', '69000000', '69099999', NULL, 1652917817),
(67839, '3298', '116.00', '22', '10.001', '15', '59100000', '59999999', '69000000', '69099999', NULL, 1652917822),
(67840, '3220', '346.00', '3', '10.001', '15', '59100000', '59999999', '69000000', '69099999', NULL, 1652917823),
(67841, '3298', '160.00', '22', '15.001', '20', '59100000', '59999999', '69000000', '69099999', NULL, 1652917824),
(67842, '3220', '479.00', '3', '15.001', '20', '59100000', '59999999', '69000000', '69099999', NULL, 1652917826),
(67843, '3298', '205.00', '22', '20.001', '25', '59100000', '59999999', '69000000', '69099999', NULL, 1652917830),
(67844, '3220', '612.00', '3', '20.001', '25', '59100000', '59999999', '69000000', '69099999', NULL, 1652917831),
(67845, '3298', '249.00', '22', '25.001', '30', '59100000', '59999999', '69000000', '69099999', NULL, 1652917831),
(67846, '3220', '744.00', '3', '25.001', '30', '59100000', '59999999', '69000000', '69099999', NULL, 1652917832),
(67847, '3298', '90.00', '29', '0.3', '5', '59100000', '59999999', '69100000', '69299999', NULL, 1652917839),
(67848, '3220', '183.00', '7', '0.3', '5', '59100000', '59999999', '69100000', '69299999', NULL, 1652917839),
(67849, '3298', '133.00', '29', '5.001', '10', '59100000', '59999999', '69100000', '69299999', NULL, 1652917840),
(67850, '3220', '266.00', '7', '5.001', '10', '59100000', '59999999', '69100000', '69299999', NULL, 1652917841),
(67851, '3298', '215.00', '29', '10.001', '15', '59100000', '59999999', '69100000', '69299999', NULL, 1652917841),
(67852, '3220', '430.00', '7', '10.001', '15', '59100000', '59999999', '69100000', '69299999', NULL, 1652917843),
(67853, '3298', '298.00', '29', '15.001', '20', '59100000', '59999999', '69100000', '69299999', NULL, 1652917844),
(67854, '3220', '595.00', '7', '15.001', '20', '59100000', '59999999', '69100000', '69299999', NULL, 1652917844),
(67855, '3298', '380.00', '29', '20.001', '25', '59100000', '59999999', '69100000', '69299999', NULL, 1652917845),
(67856, '3220', '760.00', '7', '20.001', '25', '59100000', '59999999', '69100000', '69299999', NULL, 1652917847),
(67857, '3298', '463.00', '29', '25.001', '30', '59100000', '59999999', '69100000', '69299999', NULL, 1652917848),
(67858, '3220', '925.00', '7', '25.001', '30', '59100000', '59999999', '69100000', '69299999', NULL, 1652917849),
(67859, '3298', '45.00', '22', '0.3', '5', '59100000', '59999999', '69300000', '69339999', NULL, 1652917849),
(67860, '3220', '137.00', '3', '0.3', '5', '59100000', '59999999', '69300000', '69339999', NULL, 1652917850),
(67861, '3298', '71.00', '22', '5.001', '10', '59100000', '59999999', '69300000', '69339999', NULL, 1652917851),
(67862, '3220', '214.00', '3', '5.001', '10', '59100000', '59999999', '69300000', '69339999', NULL, 1652917851),
(67863, '3298', '116.00', '22', '10.001', '15', '59100000', '59999999', '69300000', '69339999', NULL, 1652917851),
(67864, '3220', '346.00', '3', '10.001', '15', '59100000', '59999999', '69300000', '69339999', NULL, 1652917857),
(67865, '3298', '160.00', '22', '15.001', '20', '59100000', '59999999', '69300000', '69339999', NULL, 1652917857),
(67866, '3220', '479.00', '3', '15.001', '20', '59100000', '59999999', '69300000', '69339999', NULL, 1652917861),
(67867, '3298', '205.00', '22', '20.001', '25', '59100000', '59999999', '69300000', '69339999', NULL, 1652917861),
(67868, '3220', '612.00', '3', '20.001', '25', '59100000', '59999999', '69300000', '69339999', NULL, 1652917862),
(67869, '3298', '249.00', '22', '25.001', '30', '59100000', '59999999', '69300000', '69339999', NULL, 1652917865),
(67870, '3220', '744.00', '3', '25.001', '30', '59100000', '59999999', '69300000', '69339999', NULL, 1652917866),
(67871, '3298', '90.00', '29', '0.3', '5', '59100000', '59999999', '69340000', '69389999', NULL, 1652917868),
(67872, '3220', '183.00', '9', '0.3', '5', '59100000', '59999999', '69340000', '69389999', NULL, 1652917871),
(67873, '3298', '133.00', '29', '5.001', '10', '59100000', '59999999', '69340000', '69389999', NULL, 1652917872),
(67874, '3220', '266.00', '9', '5.001', '10', '59100000', '59999999', '69340000', '69389999', NULL, 1652917873),
(67875, '3298', '215.00', '29', '10.001', '15', '59100000', '59999999', '69340000', '69389999', NULL, 1652917877),
(67876, '3220', '430.00', '9', '10.001', '15', '59100000', '59999999', '69340000', '69389999', NULL, 1652917880),
(67877, '3298', '298.00', '29', '15.001', '20', '59100000', '59999999', '69340000', '69389999', NULL, 1652917881),
(67878, '3220', '595.00', '9', '15.001', '20', '59100000', '59999999', '69340000', '69389999', NULL, 1652917882),
(67879, '3298', '380.00', '29', '20.001', '25', '59100000', '59999999', '69340000', '69389999', NULL, 1652917885),
(67880, '3220', '760.00', '9', '20.001', '25', '59100000', '59999999', '69340000', '69389999', NULL, 1652917886),
(67881, '3298', '463.00', '29', '25.001', '30', '59100000', '59999999', '69340000', '69389999', NULL, 1652917887),
(67882, '3220', '925.00', '9', '25.001', '30', '59100000', '59999999', '69340000', '69389999', NULL, 1652917891),
(67883, '3298', '45.00', '10', '0.3', '5', '59100000', '59999999', '69900000', '69920999', NULL, 1652917894),
(67884, '3220', '137.00', '5', '0.3', '5', '59100000', '59999999', '69900000', '69920999', NULL, 1652917897),
(67885, '3298', '71.00', '10', '5.001', '10', '59100000', '59999999', '69900000', '69920999', NULL, 1652917900),
(67886, '3220', '214.00', '5', '5.001', '10', '59100000', '59999999', '69900000', '69920999', NULL, 1652917901),
(67887, '3298', '116.00', '10', '10.001', '15', '59100000', '59999999', '69900000', '69920999', NULL, 1652917902),
(67888, '3220', '346.00', '5', '10.001', '15', '59100000', '59999999', '69900000', '69920999', NULL, 1652917903),
(67889, '3298', '160.00', '10', '15.001', '20', '59100000', '59999999', '69900000', '69920999', NULL, 1652917907),
(67890, '3220', '479.00', '5', '15.001', '20', '59100000', '59999999', '69900000', '69920999', NULL, 1652917910),
(67891, '3298', '205.00', '10', '20.001', '25', '59100000', '59999999', '69900000', '69920999', NULL, 1652917911),
(67892, '3220', '612.00', '5', '20.001', '25', '59100000', '59999999', '69900000', '69920999', NULL, 1652917914),
(67893, '3298', '249.00', '10', '25.001', '30', '59100000', '59999999', '69900000', '69920999', NULL, 1652917921),
(67894, '3220', '744.00', '5', '25.001', '30', '59100000', '59999999', '69900000', '69920999', NULL, 1652917929),
(67895, '3298', '90.00', '15', '0.3', '5', '59100000', '59999999', '69921000', '69999999', NULL, 1652917930),
(67896, '3220', '183.00', '10', '0.3', '5', '59100000', '59999999', '69921000', '69999999', NULL, 1652917932),
(67897, '3298', '133.00', '15', '5.001', '10', '59100000', '59999999', '69921000', '69999999', NULL, 1652917933),
(67898, '3220', '266.00', '10', '5.001', '10', '59100000', '59999999', '69921000', '69999999', NULL, 1652917934),
(67899, '3298', '215.00', '15', '10.001', '15', '59100000', '59999999', '69921000', '69999999', NULL, 1652917935),
(67900, '3220', '430.00', '10', '10.001', '15', '59100000', '59999999', '69921000', '69999999', NULL, 1652917937),
(67901, '3298', '298.00', '15', '15.001', '20', '59100000', '59999999', '69921000', '69999999', NULL, 1652917938),
(67902, '3220', '595.00', '10', '15.001', '20', '59100000', '59999999', '69921000', '69999999', NULL, 1652917939),
(67903, '3298', '380.00', '15', '20.001', '25', '59100000', '59999999', '69921000', '69999999', NULL, 1652917940),
(67904, '3220', '760.00', '10', '20.001', '25', '59100000', '59999999', '69921000', '69999999', NULL, 1652917942),
(67905, '3298', '463.00', '15', '25.001', '30', '59100000', '59999999', '69921000', '69999999', NULL, 1652917943),
(67906, '3220', '925.00', '10', '25.001', '30', '59100000', '59999999', '69921000', '69999999', NULL, 1652917945),
(67907, '3298', '45.00', '6', '0.3', '5', '59100000', '59999999', '71000000', '73699999', NULL, 1652917947),
(67908, '3220', '137.00', '2', '0.3', '5', '59100000', '59999999', '71000000', '73699999', NULL, 1652917948),
(67909, '3298', '71.00', '6', '5.001', '10', '59100000', '59999999', '71000000', '73699999', NULL, 1652917950),
(67910, '3220', '214.00', '2', '5.001', '10', '59100000', '59999999', '71000000', '73699999', NULL, 1652917950),
(67911, '3298', '116.00', '6', '10.001', '15', '59100000', '59999999', '71000000', '73699999', NULL, 1652917951),
(67912, '3220', '346.00', '2', '10.001', '15', '59100000', '59999999', '71000000', '73699999', NULL, 1652917953),
(67913, '3298', '160.00', '6', '15.001', '20', '59100000', '59999999', '71000000', '73699999', NULL, 1652917957),
(67914, '3220', '479.00', '2', '15.001', '20', '59100000', '59999999', '71000000', '73699999', NULL, 1652917960),
(67915, '3298', '205.00', '6', '20.001', '25', '59100000', '59999999', '71000000', '73699999', NULL, 1652917960),
(67916, '3220', '612.00', '2', '20.001', '25', '59100000', '59999999', '71000000', '73699999', NULL, 1652917961),
(67917, '3298', '249.00', '6', '25.001', '30', '59100000', '59999999', '71000000', '73699999', NULL, 1652917963),
(67918, '3220', '744.00', '2', '25.001', '30', '59100000', '59999999', '71000000', '73699999', NULL, 1652917963),
(67919, '3298', '45.00', '7', '0.3', '5', '59100000', '59999999', '72800000', '73999999', NULL, 1652917964),
(67920, '3220', '137.00', '3', '0.3', '5', '59100000', '59999999', '72800000', '73999999', NULL, 1652917965),
(67921, '3298', '71.00', '7', '5.001', '10', '59100000', '59999999', '72800000', '73999999', NULL, 1652917967),
(67922, '3220', '214.00', '3', '5.001', '10', '59100000', '59999999', '72800000', '73999999', NULL, 1652917971),
(67923, '3298', '116.00', '7', '10.001', '15', '59100000', '59999999', '72800000', '73999999', NULL, 1652917972),
(67924, '3220', '346.00', '3', '10.001', '15', '59100000', '59999999', '72800000', '73999999', NULL, 1652917973),
(67925, '3298', '160.00', '7', '15.001', '20', '59100000', '59999999', '72800000', '73999999', NULL, 1652917973),
(67926, '3220', '479.00', '3', '15.001', '20', '59100000', '59999999', '72800000', '73999999', NULL, 1652917975),
(67927, '3298', '205.00', '7', '20.001', '25', '59100000', '59999999', '72800000', '73999999', NULL, 1652917979),
(67928, '3220', '612.00', '3', '20.001', '25', '59100000', '59999999', '72800000', '73999999', NULL, 1652917979),
(67929, '3298', '249.00', '7', '25.001', '30', '59100000', '59999999', '72800000', '73999999', NULL, 1652917981),
(67930, '3220', '744.00', '3', '25.001', '30', '59100000', '59999999', '72800000', '73999999', NULL, 1652917983),
(67931, '3298', '45.00', '7', '0.3', '5', '59100000', '59999999', '74000000', '74894999', NULL, 1652917985),
(67932, '3220', '137.00', '2', '0.3', '5', '59100000', '59999999', '74000000', '74894999', NULL, 1652917989),
(67933, '3298', '71.00', '7', '5.001', '10', '59100000', '59999999', '74000000', '74894999', NULL, 1652917990),
(67934, '3220', '214.00', '2', '5.001', '10', '59100000', '59999999', '74000000', '74894999', NULL, 1652917994),
(67935, '3298', '116.00', '7', '10.001', '15', '59100000', '59999999', '74000000', '74894999', NULL, 1652917995),
(67936, '3220', '346.00', '2', '10.001', '15', '59100000', '59999999', '74000000', '74894999', NULL, 1652917996),
(67937, '3298', '160.00', '7', '15.001', '20', '59100000', '59999999', '74000000', '74894999', NULL, 1652917997),
(67938, '3220', '479.00', '2', '15.001', '20', '59100000', '59999999', '74000000', '74894999', NULL, 1652917997),
(67939, '3298', '205.00', '7', '20.001', '25', '59100000', '59999999', '74000000', '74894999', NULL, 1652917998),
(67940, '3220', '612.00', '2', '20.001', '25', '59100000', '59999999', '74000000', '74894999', NULL, 1652918001),
(67941, '3298', '249.00', '7', '25.001', '30', '59100000', '59999999', '74000000', '74894999', NULL, 1652918001),
(67942, '3220', '744.00', '2', '25.001', '30', '59100000', '59999999', '74000000', '74894999', NULL, 1652918001),
(67943, '3298', '45.00', '7', '0.3', '5', '59100000', '59999999', '74895000', '76799999', NULL, 1652918003),
(67944, '3220', '137.00', '2', '0.3', '5', '59100000', '59999999', '74895000', '76799999', NULL, 1652918003),
(67945, '3298', '71.00', '7', '5.001', '10', '59100000', '59999999', '74895000', '76799999', NULL, 1652918008),
(67946, '3220', '214.00', '2', '5.001', '10', '59100000', '59999999', '74895000', '76799999', NULL, 1652918008),
(67947, '3298', '116.00', '7', '10.001', '15', '59100000', '59999999', '74895000', '76799999', NULL, 1652918009),
(67948, '3220', '346.00', '2', '10.001', '15', '59100000', '59999999', '74895000', '76799999', NULL, 1652918011),
(67949, '3298', '160.00', '7', '15.001', '20', '59100000', '59999999', '74895000', '76799999', NULL, 1652918012),
(67950, '3220', '479.00', '2', '15.001', '20', '59100000', '59999999', '74895000', '76799999', NULL, 1652918013),
(67951, '3298', '205.00', '7', '20.001', '25', '59100000', '59999999', '74895000', '76799999', NULL, 1652918013),
(67952, '3220', '612.00', '2', '20.001', '25', '59100000', '59999999', '74895000', '76799999', NULL, 1652918014),
(67953, '3298', '249.00', '7', '25.001', '30', '59100000', '59999999', '74895000', '76799999', NULL, 1652918014),
(67954, '3220', '744.00', '2', '25.001', '30', '59100000', '59999999', '74895000', '76799999', NULL, 1652918015),
(67955, '3298', '45.00', '9', '0.3', '5', '59100000', '59999999', '77000000', '77270999', NULL, 1652918016),
(67956, '3220', '137.00', '2', '0.3', '5', '59100000', '59999999', '77000000', '77270999', NULL, 1652918019),
(67957, '3298', '71.00', '9', '5.001', '10', '59100000', '59999999', '77000000', '77270999', NULL, 1652918020),
(67958, '3220', '214.00', '2', '5.001', '10', '59100000', '59999999', '77000000', '77270999', NULL, 1652918020),
(67959, '3298', '116.00', '9', '10.001', '15', '59100000', '59999999', '77000000', '77270999', NULL, 1652918021),
(67960, '3220', '346.00', '2', '10.001', '15', '59100000', '59999999', '77000000', '77270999', NULL, 1652918022),
(67961, '3298', '160.00', '9', '15.001', '20', '59100000', '59999999', '77000000', '77270999', NULL, 1652918023),
(67962, '3220', '479.00', '2', '15.001', '20', '59100000', '59999999', '77000000', '77270999', NULL, 1652918026),
(67963, '3298', '205.00', '9', '20.001', '25', '59100000', '59999999', '77000000', '77270999', NULL, 1652918026),
(67964, '3220', '612.00', '2', '20.001', '25', '59100000', '59999999', '77000000', '77270999', NULL, 1652918028),
(67965, '3298', '249.00', '9', '25.001', '30', '59100000', '59999999', '77000000', '77270999', NULL, 1652918028),
(67966, '3220', '744.00', '2', '25.001', '30', '59100000', '59999999', '77000000', '77270999', NULL, 1652918029),
(67967, '3298', '90.00', '9', '0.3', '5', '59100000', '59999999', '77300000', '77995999', NULL, 1652918032),
(67968, '3220', '183.00', '3', '0.3', '5', '59100000', '59999999', '77300000', '77995999', NULL, 1652918033),
(67969, '3298', '133.00', '9', '5.001', '10', '59100000', '59999999', '77300000', '77995999', NULL, 1652918033),
(67970, '3220', '266.00', '3', '5.001', '10', '59100000', '59999999', '77300000', '77995999', NULL, 1652918036),
(67971, '3298', '215.00', '9', '10.001', '15', '59100000', '59999999', '77300000', '77995999', NULL, 1652918039),
(67972, '3220', '430.00', '3', '10.001', '15', '59100000', '59999999', '77300000', '77995999', NULL, 1652918041),
(67973, '3298', '298.00', '9', '15.001', '20', '59100000', '59999999', '77300000', '77995999', NULL, 1652918044),
(67974, '3220', '595.00', '3', '15.001', '20', '59100000', '59999999', '77300000', '77995999', NULL, 1652918045),
(67975, '3298', '380.00', '9', '20.001', '25', '59100000', '59999999', '77300000', '77995999', NULL, 1652918046),
(67976, '3220', '760.00', '3', '20.001', '25', '59100000', '59999999', '77300000', '77995999', NULL, 1652918047),
(67977, '3298', '463.00', '9', '25.001', '30', '59100000', '59999999', '77300000', '77995999', NULL, 1652918048),
(67978, '3220', '925.00', '3', '25.001', '30', '59100000', '59999999', '77300000', '77995999', NULL, 1652918049),
(67979, '3298', '45.00', '8', '0.3', '5', '59100000', '59999999', '78000000', '78109999', NULL, 1652918050),
(67980, '3220', '137.00', '4', '0.3', '5', '59100000', '59999999', '78000000', '78109999', NULL, 1652918050),
(67981, '3298', '71.00', '8', '5.001', '10', '59100000', '59999999', '78000000', '78109999', NULL, 1652918051),
(67982, '3220', '214.00', '4', '5.001', '10', '59100000', '59999999', '78000000', '78109999', NULL, 1652918052),
(67983, '3298', '116.00', '8', '10.001', '15', '59100000', '59999999', '78000000', '78109999', NULL, 1652918053),
(67984, '3220', '346.00', '4', '10.001', '15', '59100000', '59999999', '78000000', '78109999', NULL, 1652918057),
(67985, '3298', '160.00', '8', '15.001', '20', '59100000', '59999999', '78000000', '78109999', NULL, 1652918058),
(67986, '3220', '479.00', '4', '15.001', '20', '59100000', '59999999', '78000000', '78109999', NULL, 1652918058),
(67987, '3298', '205.00', '8', '20.001', '25', '59100000', '59999999', '78000000', '78109999', NULL, 1652918059),
(67988, '3220', '612.00', '4', '20.001', '25', '59100000', '59999999', '78000000', '78109999', NULL, 1652918060),
(67989, '3298', '249.00', '8', '25.001', '30', '59100000', '59999999', '78000000', '78109999', NULL, 1652918065),
(67990, '3220', '744.00', '4', '25.001', '30', '59100000', '59999999', '78000000', '78109999', NULL, 1652918066),
(67991, '3298', '90.00', '11', '0.3', '5', '59100000', '59999999', '78110000', '78899999', NULL, 1652918066),
(67992, '3220', '183.00', '6', '0.3', '5', '59100000', '59999999', '78110000', '78899999', NULL, 1652918070),
(67993, '3298', '133.00', '11', '5.001', '10', '59100000', '59999999', '78110000', '78899999', NULL, 1652918071),
(67994, '3220', '266.00', '6', '5.001', '10', '59100000', '59999999', '78110000', '78899999', NULL, 1652918072),
(67995, '3298', '215.00', '11', '10.001', '15', '59100000', '59999999', '78110000', '78899999', NULL, 1652918072),
(67996, '3220', '430.00', '6', '10.001', '15', '59100000', '59999999', '78110000', '78899999', NULL, 1652918073),
(67997, '3298', '298.00', '11', '15.001', '20', '59100000', '59999999', '78110000', '78899999', NULL, 1652918076),
(67998, '3220', '595.00', '6', '15.001', '20', '59100000', '59999999', '78110000', '78899999', NULL, 1652918080),
(67999, '3298', '380.00', '11', '20.001', '25', '59100000', '59999999', '78110000', '78899999', NULL, 1652918080),
(68000, '3220', '760.00', '6', '20.001', '25', '59100000', '59999999', '78110000', '78899999', NULL, 1652918082),
(68001, '3298', '463.00', '11', '25.001', '30', '59100000', '59999999', '78110000', '78899999', NULL, 1652918085),
(68002, '3220', '925.00', '6', '25.001', '30', '59100000', '59999999', '78110000', '78899999', NULL, 1652918086),
(68003, '3298', '90.00', '10', '0.3', '5', '59100000', '59999999', '78900000', '78930999', NULL, 1652918087),
(68004, '3220', '183.00', '6', '0.3', '5', '59100000', '59999999', '78900000', '78930999', NULL, 1652918088),
(68005, '3298', '133.00', '10', '5.001', '10', '59100000', '59999999', '78900000', '78930999', NULL, 1652918090),
(68006, '3220', '266.00', '6', '5.001', '10', '59100000', '59999999', '78900000', '78930999', NULL, 1652918092),
(68007, '3298', '215.00', '10', '10.001', '15', '59100000', '59999999', '78900000', '78930999', NULL, 1652918093),
(68008, '3220', '430.00', '6', '10.001', '15', '59100000', '59999999', '78900000', '78930999', NULL, 1652918094),
(68009, '3298', '298.00', '10', '15.001', '20', '59100000', '59999999', '78900000', '78930999', NULL, 1652918095),
(68010, '3220', '595.00', '6', '15.001', '20', '59100000', '59999999', '78900000', '78930999', NULL, 1652918096),
(68011, '3298', '380.00', '10', '20.001', '25', '59100000', '59999999', '78900000', '78930999', NULL, 1652918103),
(68012, '3220', '760.00', '6', '20.001', '25', '59100000', '59999999', '78900000', '78930999', NULL, 1652918104),
(68013, '3298', '463.00', '10', '25.001', '30', '59100000', '59999999', '78900000', '78930999', NULL, 1652918107),
(68014, '3220', '925.00', '6', '25.001', '30', '59100000', '59999999', '78900000', '78930999', NULL, 1652918110),
(68015, '3298', '90.00', '9', '0.3', '5', '59100000', '59999999', '78931000', '78999999', NULL, 1652918116),
(68016, '3220', '183.00', '5', '0.3', '5', '59100000', '59999999', '78931000', '78999999', NULL, 1652918117),
(68017, '3298', '133.00', '9', '5.001', '10', '59100000', '59999999', '78931000', '78999999', NULL, 1652918117),
(68018, '3220', '266.00', '5', '5.001', '10', '59100000', '59999999', '78931000', '78999999', NULL, 1652918118),
(68019, '3298', '215.00', '9', '10.001', '15', '59100000', '59999999', '78931000', '78999999', NULL, 1652918118),
(68020, '3220', '430.00', '5', '10.001', '15', '59100000', '59999999', '78931000', '78999999', NULL, 1652918119),
(68021, '3298', '298.00', '9', '15.001', '20', '59100000', '59999999', '78931000', '78999999', NULL, 1652918120),
(68022, '3220', '595.00', '5', '15.001', '20', '59100000', '59999999', '78931000', '78999999', NULL, 1652918120),
(68023, '3298', '380.00', '9', '20.001', '25', '59100000', '59999999', '78931000', '78999999', NULL, 1652918122),
(68024, '3220', '760.00', '5', '20.001', '25', '59100000', '59999999', '78931000', '78999999', NULL, 1652918123),
(68025, '3298', '463.00', '9', '25.001', '30', '59100000', '59999999', '78931000', '78999999', NULL, 1652918123),
(68026, '3220', '925.00', '5', '25.001', '30', '59100000', '59999999', '78931000', '78999999', NULL, 1652918124),
(68027, '3298', '45.00', '7', '0.3', '5', '59100000', '59999999', '79000000', '79129999', NULL, 1652918125),
(68028, '3220', '137.00', '2', '0.3', '5', '59100000', '59999999', '79000000', '79129999', NULL, 1652918126),
(68029, '3298', '71.00', '7', '5.001', '10', '59100000', '59999999', '79000000', '79129999', NULL, 1652918132),
(68030, '3220', '214.00', '2', '5.001', '10', '59100000', '59999999', '79000000', '79129999', NULL, 1652918133),
(68031, '3298', '116.00', '7', '10.001', '15', '59100000', '59999999', '79000000', '79129999', NULL, 1652918134),
(68032, '3220', '346.00', '2', '10.001', '15', '59100000', '59999999', '79000000', '79129999', NULL, 1652918135),
(68033, '3298', '160.00', '7', '15.001', '20', '59100000', '59999999', '79000000', '79129999', NULL, 1652918136),
(68034, '3220', '479.00', '2', '15.001', '20', '59100000', '59999999', '79000000', '79129999', NULL, 1652918138),
(68035, '3298', '205.00', '7', '20.001', '25', '59100000', '59999999', '79000000', '79129999', NULL, 1652918138),
(68036, '3220', '612.00', '2', '20.001', '25', '59100000', '59999999', '79000000', '79129999', NULL, 1652918139),
(68037, '3298', '249.00', '7', '25.001', '30', '59100000', '59999999', '79000000', '79129999', NULL, 1652918140),
(68038, '3220', '744.00', '2', '25.001', '30', '59100000', '59999999', '79000000', '79129999', NULL, 1652918142),
(68039, '3298', '90.00', '10', '0.3', '5', '59100000', '59999999', '79130000', '79999999', NULL, 1652918147),
(68040, '3220', '183.00', '6', '0.3', '5', '59100000', '59999999', '79130000', '79999999', NULL, 1652918149),
(68041, '3298', '133.00', '10', '5.001', '10', '59100000', '59999999', '79130000', '79999999', NULL, 1652918151),
(68042, '3220', '266.00', '6', '5.001', '10', '59100000', '59999999', '79130000', '79999999', NULL, 1652918152),
(68043, '3298', '215.00', '10', '10.001', '15', '59100000', '59999999', '79130000', '79999999', NULL, 1652918154),
(68044, '3220', '430.00', '6', '10.001', '15', '59100000', '59999999', '79130000', '79999999', NULL, 1652918155),
(68045, '3298', '298.00', '10', '15.001', '20', '59100000', '59999999', '79130000', '79999999', NULL, 1652918156),
(68046, '3220', '595.00', '6', '15.001', '20', '59100000', '59999999', '79130000', '79999999', NULL, 1652918157),
(68047, '3298', '380.00', '10', '20.001', '25', '59100000', '59999999', '79130000', '79999999', NULL, 1652918162),
(68048, '3220', '760.00', '6', '20.001', '25', '59100000', '59999999', '79130000', '79999999', NULL, 1652918163),
(68049, '3298', '463.00', '10', '25.001', '30', '59100000', '59999999', '79130000', '79999999', NULL, 1652918165),
(68050, '3220', '925.00', '6', '25.001', '30', '59100000', '59999999', '79130000', '79999999', NULL, 1652918166),
(68051, '3298', '45.00', '7', '0.3', '5', '59100000', '59999999', '80000000', '82999999', NULL, 1652918167),
(68052, '3220', '137.00', '2', '0.3', '5', '59100000', '59999999', '80000000', '82999999', NULL, 1652918168),
(68053, '3298', '71.00', '7', '5.001', '10', '59100000', '59999999', '80000000', '82999999', NULL, 1652918171),
(68054, '3220', '214.00', '2', '5.001', '10', '59100000', '59999999', '80000000', '82999999', NULL, 1652918171),
(68055, '3298', '116.00', '7', '10.001', '15', '59100000', '59999999', '80000000', '82999999', NULL, 1652918173),
(68056, '3220', '346.00', '2', '10.001', '15', '59100000', '59999999', '80000000', '82999999', NULL, 1652918175),
(68057, '3298', '160.00', '7', '15.001', '20', '59100000', '59999999', '80000000', '82999999', NULL, 1652918176),
(68058, '3220', '479.00', '2', '15.001', '20', '59100000', '59999999', '80000000', '82999999', NULL, 1652918177),
(68059, '3298', '205.00', '7', '20.001', '25', '59100000', '59999999', '80000000', '82999999', NULL, 1652918177),
(68060, '3220', '612.00', '2', '20.001', '25', '59100000', '59999999', '80000000', '82999999', NULL, 1652918178),
(68061, '3298', '249.00', '7', '25.001', '30', '59100000', '59999999', '80000000', '82999999', NULL, 1652918181),
(68062, '3220', '744.00', '2', '25.001', '30', '59100000', '59999999', '80000000', '82999999', NULL, 1652918182),
(68063, '3298', '45.00', '7', '0.3', '5', '59100000', '59999999', '80000000', '83800999', NULL, 1652918183),
(68064, '3220', '137.00', '2', '0.3', '5', '59100000', '59999999', '80000000', '83800999', NULL, 1652918185),
(68065, '3298', '71.00', '7', '5.001', '10', '59100000', '59999999', '80000000', '83800999', NULL, 1652918189),
(68066, '3220', '214.00', '2', '5.001', '10', '59100000', '59999999', '80000000', '83800999', NULL, 1652918190),
(68067, '3298', '116.00', '7', '10.001', '15', '59100000', '59999999', '80000000', '83800999', NULL, 1652918190),
(68068, '3220', '346.00', '2', '10.001', '15', '59100000', '59999999', '80000000', '83800999', NULL, 1652918194),
(68069, '3298', '160.00', '7', '15.001', '20', '59100000', '59999999', '80000000', '83800999', NULL, 1652918198),
(68070, '3220', '479.00', '2', '15.001', '20', '59100000', '59999999', '80000000', '83800999', NULL, 1652918200),
(68071, '3298', '205.00', '7', '20.001', '25', '59100000', '59999999', '80000000', '83800999', NULL, 1652918201),
(68072, '3220', '612.00', '2', '20.001', '25', '59100000', '59999999', '80000000', '83800999', NULL, 1652918204),
(68073, '3298', '249.00', '7', '25.001', '30', '59100000', '59999999', '80000000', '83800999', NULL, 1652918207),
(68074, '3220', '744.00', '2', '25.001', '30', '59100000', '59999999', '80000000', '83800999', NULL, 1652918208),
(68075, '3298', '90.00', '10', '0.3', '5', '59100000', '59999999', '83801000', '87999999', NULL, 1652918210),
(68076, '3220', '183.00', '4', '0.3', '5', '59100000', '59999999', '83801000', '87999999', NULL, 1652918210),
(68077, '3298', '133.00', '10', '5.001', '10', '59100000', '59999999', '83801000', '87999999', NULL, 1652918211),
(68078, '3220', '266.00', '4', '5.001', '10', '59100000', '59999999', '83801000', '87999999', NULL, 1652918213),
(68079, '3298', '215.00', '10', '10.001', '15', '59100000', '59999999', '83801000', '87999999', NULL, 1652918214),
(68080, '3220', '430.00', '4', '10.001', '15', '59100000', '59999999', '83801000', '87999999', NULL, 1652918215),
(68081, '3298', '298.00', '10', '15.001', '20', '59100000', '59999999', '83801000', '87999999', NULL, 1652918215),
(68082, '3220', '595.00', '4', '15.001', '20', '59100000', '59999999', '83801000', '87999999', NULL, 1652918216),
(68083, '3298', '380.00', '10', '20.001', '25', '59100000', '59999999', '83801000', '87999999', NULL, 1652918221),
(68084, '3220', '760.00', '4', '20.001', '25', '59100000', '59999999', '83801000', '87999999', NULL, 1652918222),
(68085, '3298', '463.00', '10', '25.001', '30', '59100000', '59999999', '83801000', '87999999', NULL, 1652918223),
(68086, '3220', '925.00', '4', '25.001', '30', '59100000', '59999999', '83801000', '87999999', NULL, 1652918225),
(68087, '3298', '45.00', '7', '0.3', '5', '59100000', '59999999', '88000000', '82999999', NULL, 1652918227),
(68088, '3220', '137.00', '2', '0.3', '5', '59100000', '59999999', '88000000', '82999999', NULL, 1652918228),
(68089, '3298', '71.00', '7', '5.001', '10', '59100000', '59999999', '88000000', '82999999', NULL, 1652918228),
(68090, '3220', '214.00', '2', '5.001', '10', '59100000', '59999999', '88000000', '82999999', NULL, 1652918230),
(68091, '3298', '116.00', '7', '10.001', '15', '59100000', '59999999', '88000000', '82999999', NULL, 1652918234),
(68092, '3220', '346.00', '2', '10.001', '15', '59100000', '59999999', '88000000', '82999999', NULL, 1652918238),
(68093, '3298', '160.00', '7', '15.001', '20', '59100000', '59999999', '88000000', '82999999', NULL, 1652918241),
(68094, '3220', '479.00', '2', '15.001', '20', '59100000', '59999999', '88000000', '82999999', NULL, 1652918242),
(68095, '3298', '205.00', '7', '20.001', '25', '59100000', '59999999', '88000000', '82999999', NULL, 1652918243),
(68096, '3220', '612.00', '2', '20.001', '25', '59100000', '59999999', '88000000', '82999999', NULL, 1652918244),
(68097, '3298', '249.00', '7', '25.001', '30', '59100000', '59999999', '88000000', '82999999', NULL, 1652918246),
(68098, '3220', '744.00', '2', '25.001', '30', '59100000', '59999999', '88000000', '82999999', NULL, 1652918250),
(68099, '3298', '45.00', '7', '0.3', '5', '59100000', '59999999', '88000000', '88469999', NULL, 1652918251),
(68100, '3220', '137.00', '2', '0.3', '5', '59100000', '59999999', '88000000', '88469999', NULL, 1652918252),
(68101, '3298', '71.00', '7', '5.001', '10', '59100000', '59999999', '88000000', '88469999', NULL, 1652918253),
(68102, '3220', '214.00', '2', '5.001', '10', '59100000', '59999999', '88000000', '88469999', NULL, 1652918253),
(68103, '3298', '116.00', '7', '10.001', '15', '59100000', '59999999', '88000000', '88469999', NULL, 1652918255),
(68104, '3220', '346.00', '2', '10.001', '15', '59100000', '59999999', '88000000', '88469999', NULL, 1652918256),
(68105, '3298', '160.00', '7', '15.001', '20', '59100000', '59999999', '88000000', '88469999', NULL, 1652918257),
(68106, '3220', '479.00', '2', '15.001', '20', '59100000', '59999999', '88000000', '88469999', NULL, 1652918258),
(68107, '3298', '205.00', '7', '20.001', '25', '59100000', '59999999', '88000000', '88469999', NULL, 1652918258),
(68108, '3220', '612.00', '2', '20.001', '25', '59100000', '59999999', '88000000', '88469999', NULL, 1652918259),
(68109, '3298', '249.00', '7', '25.001', '30', '59100000', '59999999', '88000000', '88469999', NULL, 1652918261),
(68110, '3220', '744.00', '2', '25.001', '30', '59100000', '59999999', '88000000', '88469999', NULL, 1652918262),
(68111, '3298', '78.00', '7', '0.3', '5', '59100000', '59999999', '88470000', '89999999', NULL, 1652918263),
(68112, '3220', '154.00', '3', '0.3', '5', '59100000', '59999999', '88470000', '89999999', NULL, 1652918263),
(68113, '3298', '114.00', '7', '5.001', '10', '59100000', '59999999', '88470000', '89999999', NULL, 1652918264),
(68114, '3220', '223.00', '3', '5.001', '10', '59100000', '59999999', '88470000', '89999999', NULL, 1652918272),
(68115, '3298', '185.00', '7', '10.001', '15', '59100000', '59999999', '88470000', '89999999', NULL, 1652918273),
(68116, '3220', '361.00', '3', '10.001', '15', '59100000', '59999999', '88470000', '89999999', NULL, 1652918274),
(68117, '3298', '256.00', '7', '15.001', '20', '59100000', '59999999', '88470000', '89999999', NULL, 1652918274),
(68118, '3220', '500.00', '3', '15.001', '20', '59100000', '59999999', '88470000', '89999999', NULL, 1652918275),
(68119, '3298', '327.00', '7', '20.001', '25', '59100000', '59999999', '88470000', '89999999', NULL, 1652918277),
(68120, '3220', '638.00', '3', '20.001', '25', '59100000', '59999999', '88470000', '89999999', NULL, 1652918278),
(68121, '3298', '398.00', '7', '25.001', '30', '59100000', '59999999', '88470000', '89999999', NULL, 1652918278),
(68122, '3220', '777.00', '3', '25.001', '30', '59100000', '59999999', '88470000', '89999999', NULL, 1652918278),
(68123, '3298', '45.00', '7', '0.3', '5', '59100000', '59999999', '90000000', '91999999', NULL, 1652918280),
(68124, '3220', '137.00', '2', '0.3', '5', '59100000', '59999999', '90000000', '91999999', NULL, 1652918280),
(68125, '3298', '71.00', '7', '5.001', '10', '59100000', '59999999', '90000000', '91999999', NULL, 1652918281),
(68126, '3220', '214.00', '2', '5.001', '10', '59100000', '59999999', '90000000', '91999999', NULL, 1652918281),
(68127, '3298', '116.00', '7', '10.001', '15', '59100000', '59999999', '90000000', '91999999', NULL, 1652918282),
(68128, '3220', '346.00', '2', '10.001', '15', '59100000', '59999999', '90000000', '91999999', NULL, 1652918283),
(68129, '3298', '160.00', '7', '15.001', '20', '59100000', '59999999', '90000000', '91999999', NULL, 1652918283),
(68130, '3220', '479.00', '2', '15.001', '20', '59100000', '59999999', '90000000', '91999999', NULL, 1652918284),
(68131, '3298', '205.00', '7', '20.001', '25', '59100000', '59999999', '90000000', '91999999', NULL, 1652918285),
(68132, '3220', '612.00', '2', '20.001', '25', '59100000', '59999999', '90000000', '91999999', NULL, 1652918286),
(68133, '3298', '249.00', '7', '25.001', '30', '59100000', '59999999', '90000000', '91999999', NULL, 1652918287),
(68134, '3220', '744.00', '2', '25.001', '30', '59100000', '59999999', '90000000', '91999999', NULL, 1652918289),
(68135, '3298', '45.00', '7', '0.3', '5', '59100000', '59999999', '90000000', '94900999', NULL, 1652918290),
(68136, '3220', '137.00', '3', '0.3', '5', '59100000', '59999999', '90000000', '94900999', NULL, 1652918294),
(68137, '3298', '71.00', '7', '5.001', '10', '59100000', '59999999', '90000000', '94900999', NULL, 1652918295),
(68138, '3220', '214.00', '3', '5.001', '10', '59100000', '59999999', '90000000', '94900999', NULL, 1652918296),
(68139, '3298', '116.00', '7', '10.001', '15', '59100000', '59999999', '90000000', '94900999', NULL, 1652918296),
(68140, '3220', '346.00', '3', '10.001', '15', '59100000', '59999999', '90000000', '94900999', NULL, 1652918298),
(68141, '3298', '160.00', '7', '15.001', '20', '59100000', '59999999', '90000000', '94900999', NULL, 1652918299),
(68142, '3220', '479.00', '3', '15.001', '20', '59100000', '59999999', '90000000', '94900999', NULL, 1652918300),
(68143, '3298', '205.00', '7', '20.001', '25', '59100000', '59999999', '90000000', '94900999', NULL, 1652918302),
(68144, '3220', '612.00', '3', '20.001', '25', '59100000', '59999999', '90000000', '94900999', NULL, 1652918303),
(68145, '3298', '249.00', '7', '25.001', '30', '59100000', '59999999', '90000000', '94900999', NULL, 1652918305),
(68146, '3220', '744.00', '3', '25.001', '30', '59100000', '59999999', '90000000', '94900999', NULL, 1652918306),
(68147, '3298', '90.00', '11', '0.3', '5', '59100000', '59999999', '94901000', '99999999', NULL, 1652918307),
(68148, '3220', '183.00', '7', '0.3', '5', '59100000', '59999999', '94901000', '99999999', NULL, 1652918308),
(68149, '3298', '133.00', '11', '5.001', '10', '59100000', '59999999', '94901000', '99999999', NULL, 1652918310),
(68150, '3220', '266.00', '7', '5.001', '10', '59100000', '59999999', '94901000', '99999999', NULL, 1652918312),
(68151, '3298', '215.00', '11', '10.001', '15', '59100000', '59999999', '94901000', '99999999', NULL, 1652918313),
(68152, '3220', '430.00', '7', '10.001', '15', '59100000', '59999999', '94901000', '99999999', NULL, 1652918314),
(68153, '3298', '298.00', '11', '15.001', '20', '59100000', '59999999', '94901000', '99999999', NULL, 1652918315),
(68154, '3220', '595.00', '7', '15.001', '20', '59100000', '59999999', '94901000', '99999999', NULL, 1652918317),
(68155, '3298', '380.00', '11', '20.001', '25', '59100000', '59999999', '94901000', '99999999', NULL, 1652918318),
(68156, '3220', '760.00', '7', '20.001', '25', '59100000', '59999999', '94901000', '99999999', NULL, 1652918321),
(68157, '3298', '463.00', '11', '25.001', '30', '59100000', '59999999', '94901000', '99999999', NULL, 1652918323),
(68158, '3220', '925.00', '7', '25.001', '30', '59100000', '59999999', '94901000', '99999999', NULL, 1652918324),
(68159, '3298', '45.00', '7', '0.3', '5', '60000000', '60999999', '01000000', '08499999', NULL, 1652918326),
(68160, '3220', '137.00', '1', '0.3', '5', '60000000', '60999999', '01000000', '08499999', NULL, 1652918329),
(68161, '3298', '71.00', '7', '5.001', '10', '60000000', '60999999', '01000000', '08499999', NULL, 1652918331),
(68162, '3220', '214.00', '1', '5.001', '10', '60000000', '60999999', '01000000', '08499999', NULL, 1652918332),
(68163, '3298', '116.00', '7', '10.001', '15', '60000000', '60999999', '01000000', '08499999', NULL, 1652918335),
(68164, '3220', '346.00', '1', '10.001', '15', '60000000', '60999999', '01000000', '08499999', NULL, 1652918336),
(68165, '3298', '160.00', '7', '15.001', '20', '60000000', '60999999', '01000000', '08499999', NULL, 1652918337),
(68166, '3220', '479.00', '1', '15.001', '20', '60000000', '60999999', '01000000', '08499999', NULL, 1652918338),
(68167, '3298', '205.00', '7', '20.001', '25', '60000000', '60999999', '01000000', '08499999', NULL, 1652918345),
(68168, '3220', '612.00', '1', '20.001', '25', '60000000', '60999999', '01000000', '08499999', NULL, 1652918346),
(68169, '3298', '249.00', '7', '25.001', '30', '60000000', '60999999', '01000000', '08499999', NULL, 1652918347),
(68170, '3220', '744.00', '1', '25.001', '30', '60000000', '60999999', '01000000', '08499999', NULL, 1652918348);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(68171, '3298', '45.00', '7', '0.3', '5', '60000000', '60999999', '06000000', '09999999', NULL, 1652918350),
(68172, '3220', '137.00', '2', '0.3', '5', '60000000', '60999999', '06000000', '09999999', NULL, 1652918351),
(68173, '3298', '71.00', '7', '5.001', '10', '60000000', '60999999', '06000000', '09999999', NULL, 1652918352),
(68174, '3220', '214.00', '2', '5.001', '10', '60000000', '60999999', '06000000', '09999999', NULL, 1652918353),
(68175, '3298', '116.00', '7', '10.001', '15', '60000000', '60999999', '06000000', '09999999', NULL, 1652918354),
(68176, '3220', '346.00', '2', '10.001', '15', '60000000', '60999999', '06000000', '09999999', NULL, 1652918355),
(68177, '3298', '160.00', '7', '15.001', '20', '60000000', '60999999', '06000000', '09999999', NULL, 1652918355),
(68178, '3220', '479.00', '2', '15.001', '20', '60000000', '60999999', '06000000', '09999999', NULL, 1652918356),
(68179, '3298', '205.00', '7', '20.001', '25', '60000000', '60999999', '06000000', '09999999', NULL, 1652918356),
(68180, '3220', '612.00', '2', '20.001', '25', '60000000', '60999999', '06000000', '09999999', NULL, 1652918358),
(68181, '3298', '249.00', '7', '25.001', '30', '60000000', '60999999', '06000000', '09999999', NULL, 1652918358),
(68182, '3220', '744.00', '2', '25.001', '30', '60000000', '60999999', '06000000', '09999999', NULL, 1652918359),
(68183, '3298', '45.00', '7', '0.3', '5', '60000000', '60999999', '11000000', '11999999', NULL, 1652918360),
(68184, '3220', '137.00', '3', '0.3', '5', '60000000', '60999999', '11000000', '11999999', NULL, 1652918364),
(68185, '3298', '71.00', '7', '5.001', '10', '60000000', '60999999', '11000000', '11999999', NULL, 1652918365),
(68186, '3220', '214.00', '3', '5.001', '10', '60000000', '60999999', '11000000', '11999999', NULL, 1652918365),
(68187, '3298', '116.00', '7', '10.001', '15', '60000000', '60999999', '11000000', '11999999', NULL, 1652918369),
(68188, '3220', '346.00', '3', '10.001', '15', '60000000', '60999999', '11000000', '11999999', NULL, 1652918369),
(68189, '3298', '160.00', '7', '15.001', '20', '60000000', '60999999', '11000000', '11999999', NULL, 1652918372),
(68190, '3220', '479.00', '3', '15.001', '20', '60000000', '60999999', '11000000', '11999999', NULL, 1652918375),
(68191, '3298', '205.00', '7', '20.001', '25', '60000000', '60999999', '11000000', '11999999', NULL, 1652918375),
(68192, '3220', '612.00', '3', '20.001', '25', '60000000', '60999999', '11000000', '11999999', NULL, 1652918378),
(68193, '3298', '249.00', '7', '25.001', '30', '60000000', '60999999', '11000000', '11999999', NULL, 1652918381),
(68194, '3220', '744.00', '3', '25.001', '30', '60000000', '60999999', '11000000', '11999999', NULL, 1652918384),
(68195, '3298', '45.00', '7', '0.3', '5', '60000000', '60999999', '12000000', '19999999', NULL, 1652918386),
(68196, '3220', '137.00', '2', '0.3', '5', '60000000', '60999999', '12000000', '19999999', NULL, 1652918389),
(68197, '3298', '71.00', '7', '5.001', '10', '60000000', '60999999', '12000000', '19999999', NULL, 1652918390),
(68198, '3220', '214.00', '2', '5.001', '10', '60000000', '60999999', '12000000', '19999999', NULL, 1652918390),
(68199, '3298', '116.00', '7', '10.001', '15', '60000000', '60999999', '12000000', '19999999', NULL, 1652918391),
(68200, '3220', '346.00', '2', '10.001', '15', '60000000', '60999999', '12000000', '19999999', NULL, 1652918392),
(68201, '3298', '160.00', '7', '15.001', '20', '60000000', '60999999', '12000000', '19999999', NULL, 1652918393),
(68202, '3220', '479.00', '2', '15.001', '20', '60000000', '60999999', '12000000', '19999999', NULL, 1652918395),
(68203, '3298', '205.00', '7', '20.001', '25', '60000000', '60999999', '12000000', '19999999', NULL, 1652918397),
(68204, '3220', '612.00', '2', '20.001', '25', '60000000', '60999999', '12000000', '19999999', NULL, 1652918399),
(68205, '3298', '249.00', '7', '25.001', '30', '60000000', '60999999', '12000000', '19999999', NULL, 1652918401),
(68206, '3220', '744.00', '2', '25.001', '30', '60000000', '60999999', '12000000', '19999999', NULL, 1652918404),
(68207, '3298', '70.00', '9', '0.3', '5', '60000000', '60999999', '26601000', '28999999', NULL, 1652918456),
(68208, '3220', '157.00', '4', '0.3', '5', '60000000', '60999999', '26601000', '28999999', NULL, 1652918457),
(68209, '3298', '106.00', '9', '5.001', '10', '60000000', '60999999', '26601000', '28999999', NULL, 1652918458),
(68210, '3220', '226.00', '4', '5.001', '10', '60000000', '60999999', '26601000', '28999999', NULL, 1652918459),
(68211, '3298', '172.00', '9', '10.001', '15', '60000000', '60999999', '26601000', '28999999', NULL, 1652918459),
(68212, '3220', '367.00', '4', '10.001', '15', '60000000', '60999999', '26601000', '28999999', NULL, 1652918461),
(68213, '3298', '239.00', '9', '15.001', '20', '60000000', '60999999', '26601000', '28999999', NULL, 1652918462),
(68214, '3220', '508.00', '4', '15.001', '20', '60000000', '60999999', '26601000', '28999999', NULL, 1652918463),
(68215, '3298', '305.00', '9', '20.001', '25', '60000000', '60999999', '26601000', '28999999', NULL, 1652918464),
(68216, '3220', '649.00', '4', '20.001', '25', '60000000', '60999999', '26601000', '28999999', NULL, 1652918466),
(68217, '3298', '371.00', '9', '25.001', '30', '60000000', '60999999', '26601000', '28999999', NULL, 1652918468),
(68218, '3220', '789.00', '4', '25.001', '30', '60000000', '60999999', '26601000', '28999999', NULL, 1652918469),
(68219, '3298', '34.00', '6', '0.3', '5', '60000000', '60999999', '29000000', '29099999', NULL, 1652918470),
(68220, '3220', '80.00', '2', '0.3', '5', '60000000', '60999999', '29000000', '29099999', NULL, 1652918471),
(68221, '3298', '50.00', '6', '5.001', '10', '60000000', '60999999', '29000000', '29099999', NULL, 1652918471),
(68222, '3220', '125.00', '2', '5.001', '10', '60000000', '60999999', '29000000', '29099999', NULL, 1652918473),
(68223, '3298', '82.00', '6', '10.001', '15', '60000000', '60999999', '29000000', '29099999', NULL, 1652918474),
(68224, '3220', '203.00', '2', '10.001', '15', '60000000', '60999999', '29000000', '29099999', NULL, 1652918475),
(68225, '3298', '113.00', '6', '15.001', '20', '60000000', '60999999', '29000000', '29099999', NULL, 1652918476),
(68226, '3220', '281.00', '2', '15.001', '20', '60000000', '60999999', '29000000', '29099999', NULL, 1652918478),
(68227, '3298', '145.00', '6', '20.001', '25', '60000000', '60999999', '29000000', '29099999', NULL, 1652918479),
(68228, '3220', '359.00', '2', '20.001', '25', '60000000', '60999999', '29000000', '29099999', NULL, 1652918480),
(68229, '3298', '176.00', '6', '25.001', '30', '60000000', '60999999', '29000000', '29099999', NULL, 1652918481),
(68230, '3220', '437.00', '2', '25.001', '30', '60000000', '60999999', '29000000', '29099999', NULL, 1652918482),
(68231, '3298', '50.00', '9', '0.3', '5', '60000000', '60999999', '29100000', '29999999', NULL, 1652918483),
(68232, '3220', '124.00', '4', '0.3', '5', '60000000', '60999999', '29100000', '29999999', NULL, 1652918485),
(68233, '3298', '83.00', '9', '5.001', '10', '60000000', '60999999', '29100000', '29999999', NULL, 1652918486),
(68234, '3220', '175.00', '4', '5.001', '10', '60000000', '60999999', '29100000', '29999999', NULL, 1652918486),
(68235, '3298', '135.00', '9', '10.001', '15', '60000000', '60999999', '29100000', '29999999', NULL, 1652918487),
(68236, '3220', '283.00', '4', '10.001', '15', '60000000', '60999999', '29100000', '29999999', NULL, 1652918488),
(68237, '3298', '186.00', '9', '15.001', '20', '60000000', '60999999', '29100000', '29999999', NULL, 1652918489),
(68238, '3220', '392.00', '4', '15.001', '20', '60000000', '60999999', '29100000', '29999999', NULL, 1652918490),
(68239, '3298', '238.00', '9', '20.001', '25', '60000000', '60999999', '29100000', '29999999', NULL, 1652918491),
(68240, '3220', '500.00', '4', '20.001', '25', '60000000', '60999999', '29100000', '29999999', NULL, 1652918492),
(68241, '3298', '290.00', '9', '25.001', '30', '60000000', '60999999', '29100000', '29999999', NULL, 1652918493),
(68242, '3220', '609.00', '4', '25.001', '30', '60000000', '60999999', '29100000', '29999999', NULL, 1652918494),
(68243, '3298', '38.00', '7', '0.3', '5', '60000000', '60999999', '30000000', '31999999', NULL, 1652918495),
(68244, '3220', '113.00', '2', '0.3', '5', '60000000', '60999999', '30000000', '31999999', NULL, 1652918496),
(68245, '3298', '58.00', '7', '5.001', '10', '60000000', '60999999', '30000000', '31999999', NULL, 1652918497),
(68246, '3220', '176.00', '2', '5.001', '10', '60000000', '60999999', '30000000', '31999999', NULL, 1652918498),
(68247, '3298', '94.00', '7', '10.001', '15', '60000000', '60999999', '30000000', '31999999', NULL, 1652918499),
(68248, '3220', '286.00', '2', '10.001', '15', '60000000', '60999999', '30000000', '31999999', NULL, 1652918500),
(68249, '3298', '130.00', '7', '15.001', '20', '60000000', '60999999', '30000000', '31999999', NULL, 1652918501),
(68250, '3220', '396.00', '2', '15.001', '20', '60000000', '60999999', '30000000', '31999999', NULL, 1652918502),
(68251, '3298', '166.00', '7', '20.001', '25', '60000000', '60999999', '30000000', '31999999', NULL, 1652918503),
(68252, '3220', '505.00', '2', '20.001', '25', '60000000', '60999999', '30000000', '31999999', NULL, 1652918504),
(68253, '3298', '202.00', '7', '25.001', '30', '60000000', '60999999', '30000000', '31999999', NULL, 1652918505),
(68254, '3220', '615.00', '2', '25.001', '30', '60000000', '60999999', '30000000', '31999999', NULL, 1652918511),
(68255, '3298', '38.00', '7', '0.3', '5', '60000000', '60999999', '30000000', '34999999', NULL, 1652918512),
(68256, '3220', '113.00', '2', '0.3', '5', '60000000', '60999999', '30000000', '34999999', NULL, 1652918514),
(68257, '3298', '58.00', '7', '5.001', '10', '60000000', '60999999', '30000000', '34999999', NULL, 1652918518),
(68258, '3220', '176.00', '2', '5.001', '10', '60000000', '60999999', '30000000', '34999999', NULL, 1652918522),
(68259, '3298', '94.00', '7', '10.001', '15', '60000000', '60999999', '30000000', '34999999', NULL, 1652918523),
(68260, '3220', '286.00', '2', '10.001', '15', '60000000', '60999999', '30000000', '34999999', NULL, 1652918523),
(68261, '3298', '130.00', '7', '15.001', '20', '60000000', '60999999', '30000000', '34999999', NULL, 1652918524),
(68262, '3220', '396.00', '2', '15.001', '20', '60000000', '60999999', '30000000', '34999999', NULL, 1652918525),
(68263, '3298', '166.00', '7', '20.001', '25', '60000000', '60999999', '30000000', '34999999', NULL, 1652918529),
(68264, '3220', '505.00', '2', '20.001', '25', '60000000', '60999999', '30000000', '34999999', NULL, 1652918533),
(68265, '3298', '202.00', '7', '25.001', '30', '60000000', '60999999', '30000000', '34999999', NULL, 1652918534),
(68266, '3220', '615.00', '2', '25.001', '30', '60000000', '60999999', '30000000', '34999999', NULL, 1652918534),
(68267, '3298', '70.00', '9', '0.3', '5', '60000000', '60999999', '35000000', '39999999', NULL, 1652918535),
(68268, '3220', '157.00', '4', '0.3', '5', '60000000', '60999999', '35000000', '39999999', NULL, 1652918535),
(68269, '3298', '106.00', '9', '5.001', '10', '60000000', '60999999', '35000000', '39999999', NULL, 1652918536),
(68270, '3220', '226.00', '4', '5.001', '10', '60000000', '60999999', '35000000', '39999999', NULL, 1652918539),
(68271, '3298', '172.00', '9', '10.001', '15', '60000000', '60999999', '35000000', '39999999', NULL, 1652918541),
(68272, '3220', '367.00', '4', '10.001', '15', '60000000', '60999999', '35000000', '39999999', NULL, 1652918542),
(68273, '3298', '239.00', '9', '15.001', '20', '60000000', '60999999', '35000000', '39999999', NULL, 1652918543),
(68274, '3220', '508.00', '4', '15.001', '20', '60000000', '60999999', '35000000', '39999999', NULL, 1652918544),
(68275, '3298', '305.00', '9', '20.001', '25', '60000000', '60999999', '35000000', '39999999', NULL, 1652918545),
(68276, '3220', '649.00', '4', '20.001', '25', '60000000', '60999999', '35000000', '39999999', NULL, 1652918547),
(68277, '3298', '371.00', '9', '25.001', '30', '60000000', '60999999', '35000000', '39999999', NULL, 1652918548),
(68278, '3220', '789.00', '4', '25.001', '30', '60000000', '60999999', '35000000', '39999999', NULL, 1652918550),
(68279, '3298', '38.00', '5', '0.3', '5', '60000000', '60999999', '40000000', '41999999', NULL, 1652918552),
(68280, '3220', '113.00', '1', '0.3', '5', '60000000', '60999999', '40000000', '41999999', NULL, 1652918552),
(68281, '3298', '58.00', '5', '5.001', '10', '60000000', '60999999', '40000000', '41999999', NULL, 1652918554),
(68282, '3220', '176.00', '1', '5.001', '10', '60000000', '60999999', '40000000', '41999999', NULL, 1652918559),
(68283, '3298', '94.00', '5', '10.001', '15', '60000000', '60999999', '40000000', '41999999', NULL, 1652918560),
(68284, '3220', '286.00', '1', '10.001', '15', '60000000', '60999999', '40000000', '41999999', NULL, 1652918567),
(68285, '3298', '130.00', '5', '15.001', '20', '60000000', '60999999', '40000000', '41999999', NULL, 1652918568),
(68286, '3220', '396.00', '1', '15.001', '20', '60000000', '60999999', '40000000', '41999999', NULL, 1652918576),
(68287, '3298', '166.00', '5', '20.001', '25', '60000000', '60999999', '40000000', '41999999', NULL, 1652918577),
(68288, '3220', '505.00', '1', '20.001', '25', '60000000', '60999999', '40000000', '41999999', NULL, 1652918577),
(68289, '3298', '202.00', '5', '25.001', '30', '60000000', '60999999', '40000000', '41999999', NULL, 1652918578),
(68290, '3220', '615.00', '1', '25.001', '30', '60000000', '60999999', '40000000', '41999999', NULL, 1652918579),
(68291, '3298', '38.00', '5', '0.3', '5', '60000000', '60999999', '40000000', '44470999', NULL, 1652918580),
(68292, '3220', '113.00', '1', '0.3', '5', '60000000', '60999999', '40000000', '44470999', NULL, 1652918582),
(68293, '3298', '58.00', '5', '5.001', '10', '60000000', '60999999', '40000000', '44470999', NULL, 1652918583),
(68294, '3220', '176.00', '1', '5.001', '10', '60000000', '60999999', '40000000', '44470999', NULL, 1652918584),
(68295, '3298', '94.00', '5', '10.001', '15', '60000000', '60999999', '40000000', '44470999', NULL, 1652918585),
(68296, '3220', '286.00', '1', '10.001', '15', '60000000', '60999999', '40000000', '44470999', NULL, 1652918586),
(68297, '3298', '130.00', '5', '15.001', '20', '60000000', '60999999', '40000000', '44470999', NULL, 1652918587),
(68298, '3220', '396.00', '1', '15.001', '20', '60000000', '60999999', '40000000', '44470999', NULL, 1652918588),
(68299, '3298', '166.00', '5', '20.001', '25', '60000000', '60999999', '40000000', '44470999', NULL, 1652918589),
(68300, '3220', '505.00', '1', '20.001', '25', '60000000', '60999999', '40000000', '44470999', NULL, 1652918589),
(68301, '3298', '202.00', '5', '25.001', '30', '60000000', '60999999', '40000000', '44470999', NULL, 1652918592),
(68302, '3220', '615.00', '1', '25.001', '30', '60000000', '60999999', '40000000', '44470999', NULL, 1652918593),
(68303, '3298', '60.00', '6', '0.3', '5', '60000000', '60999999', '44471000', '48999999', NULL, 1652918594),
(68304, '3220', '132.00', '2', '0.3', '5', '60000000', '60999999', '44471000', '48999999', NULL, 1652918595),
(68305, '3298', '91.00', '6', '5.001', '10', '60000000', '60999999', '44471000', '48999999', NULL, 1652918595),
(68306, '3220', '190.00', '2', '5.001', '10', '60000000', '60999999', '44471000', '48999999', NULL, 1652918596),
(68307, '3298', '148.00', '6', '10.001', '15', '60000000', '60999999', '44471000', '48999999', NULL, 1652918597),
(68308, '3220', '308.00', '2', '10.001', '15', '60000000', '60999999', '44471000', '48999999', NULL, 1652918602),
(68309, '3298', '205.00', '6', '15.001', '20', '60000000', '60999999', '44471000', '48999999', NULL, 1652918602),
(68310, '3220', '427.00', '2', '15.001', '20', '60000000', '60999999', '44471000', '48999999', NULL, 1652918603),
(68311, '3298', '262.00', '6', '20.001', '25', '60000000', '60999999', '44471000', '48999999', NULL, 1652918604),
(68312, '3220', '545.00', '2', '20.001', '25', '60000000', '60999999', '44471000', '48999999', NULL, 1652918605),
(68313, '3298', '319.00', '6', '25.001', '30', '60000000', '60999999', '44471000', '48999999', NULL, 1652918606),
(68314, '3220', '663.00', '2', '25.001', '30', '60000000', '60999999', '44471000', '48999999', NULL, 1652918611),
(68315, '3298', '34.00', '6', '0.3', '5', '60000000', '60999999', '49000000', '49099999', NULL, 1652918613),
(68316, '3220', '80.00', '2', '0.3', '5', '60000000', '60999999', '49000000', '49099999', NULL, 1652918614),
(68317, '3298', '50.00', '6', '5.001', '10', '60000000', '60999999', '49000000', '49099999', NULL, 1652918615),
(68318, '3220', '125.00', '2', '5.001', '10', '60000000', '60999999', '49000000', '49099999', NULL, 1652918616),
(68319, '3298', '82.00', '6', '10.001', '15', '60000000', '60999999', '49000000', '49099999', NULL, 1652918617),
(68320, '3220', '203.00', '2', '10.001', '15', '60000000', '60999999', '49000000', '49099999', NULL, 1652918618),
(68321, '3298', '113.00', '6', '15.001', '20', '60000000', '60999999', '49000000', '49099999', NULL, 1652918623),
(68322, '3220', '281.00', '2', '15.001', '20', '60000000', '60999999', '49000000', '49099999', NULL, 1652918624),
(68323, '3298', '145.00', '6', '20.001', '25', '60000000', '60999999', '49000000', '49099999', NULL, 1652918625),
(68324, '3220', '359.00', '2', '20.001', '25', '60000000', '60999999', '49000000', '49099999', NULL, 1652918626),
(68325, '3298', '176.00', '6', '25.001', '30', '60000000', '60999999', '49000000', '49099999', NULL, 1652918630),
(68326, '3220', '437.00', '2', '25.001', '30', '60000000', '60999999', '49000000', '49099999', NULL, 1652918637),
(68327, '3298', '50.00', '8', '0.3', '5', '60000000', '60999999', '49100000', '49999999', NULL, 1652918637),
(68328, '3220', '124.00', '4', '0.3', '5', '60000000', '60999999', '49100000', '49999999', NULL, 1652918638),
(68329, '3298', '83.00', '8', '5.001', '10', '60000000', '60999999', '49100000', '49999999', NULL, 1652918641),
(68330, '3220', '175.00', '4', '5.001', '10', '60000000', '60999999', '49100000', '49999999', NULL, 1652918649),
(68331, '3298', '135.00', '8', '10.001', '15', '60000000', '60999999', '49100000', '49999999', NULL, 1652918650),
(68332, '3220', '283.00', '4', '10.001', '15', '60000000', '60999999', '49100000', '49999999', NULL, 1652918653),
(68333, '3298', '186.00', '8', '15.001', '20', '60000000', '60999999', '49100000', '49999999', NULL, 1652918655),
(68334, '3220', '392.00', '4', '15.001', '20', '60000000', '60999999', '49100000', '49999999', NULL, 1652918657),
(68335, '3298', '238.00', '8', '20.001', '25', '60000000', '60999999', '49100000', '49999999', NULL, 1652918658),
(68336, '3220', '500.00', '4', '20.001', '25', '60000000', '60999999', '49100000', '49999999', NULL, 1652918660),
(68337, '3298', '290.00', '8', '25.001', '30', '60000000', '60999999', '49100000', '49999999', NULL, 1652918661),
(68338, '3220', '609.00', '4', '25.001', '30', '60000000', '60999999', '49100000', '49999999', NULL, 1652918663),
(68339, '3298', '30.00', '6', '0.3', '5', '60000000', '60999999', '50000000', '52999999', NULL, 1652918664),
(68340, '3220', '59.00', '2', '0.3', '5', '60000000', '60999999', '50000000', '52999999', NULL, 1652918664),
(68341, '3298', '44.00', '6', '5.001', '10', '60000000', '60999999', '50000000', '52999999', NULL, 1652918665),
(68342, '3220', '93.00', '2', '5.001', '10', '60000000', '60999999', '50000000', '52999999', NULL, 1652918666),
(68343, '3298', '71.00', '6', '10.001', '15', '60000000', '60999999', '50000000', '52999999', NULL, 1652918667),
(68344, '3220', '150.00', '2', '10.001', '15', '60000000', '60999999', '50000000', '52999999', NULL, 1652918667),
(68345, '3298', '99.00', '6', '15.001', '20', '60000000', '60999999', '50000000', '52999999', NULL, 1652918669),
(68346, '3220', '208.00', '2', '15.001', '20', '60000000', '60999999', '50000000', '52999999', NULL, 1652918673),
(68347, '3298', '126.00', '6', '20.001', '25', '60000000', '60999999', '50000000', '52999999', NULL, 1652918678),
(68348, '3220', '266.00', '2', '20.001', '25', '60000000', '60999999', '50000000', '52999999', NULL, 1652918683),
(68349, '3298', '153.00', '6', '25.001', '30', '60000000', '60999999', '50000000', '52999999', NULL, 1652918685),
(68350, '3220', '324.00', '2', '25.001', '30', '60000000', '60999999', '50000000', '52999999', NULL, 1652918686),
(68351, '3298', '30.00', '6', '0.3', '5', '60000000', '60999999', '50000000', '54999999', NULL, 1652918687),
(68352, '3220', '59.00', '2', '0.3', '5', '60000000', '60999999', '50000000', '54999999', NULL, 1652918687),
(68353, '3298', '44.00', '6', '5.001', '10', '60000000', '60999999', '50000000', '54999999', NULL, 1652918693),
(68354, '3220', '93.00', '2', '5.001', '10', '60000000', '60999999', '50000000', '54999999', NULL, 1652918698),
(68355, '3298', '71.00', '6', '10.001', '15', '60000000', '60999999', '50000000', '54999999', NULL, 1652918700),
(68356, '3220', '150.00', '2', '10.001', '15', '60000000', '60999999', '50000000', '54999999', NULL, 1652918701),
(68357, '3298', '99.00', '6', '15.001', '20', '60000000', '60999999', '50000000', '54999999', NULL, 1652918702),
(68358, '3220', '208.00', '2', '15.001', '20', '60000000', '60999999', '50000000', '54999999', NULL, 1652918702),
(68359, '3298', '126.00', '6', '20.001', '25', '60000000', '60999999', '50000000', '54999999', NULL, 1652918705),
(68360, '3220', '266.00', '2', '20.001', '25', '60000000', '60999999', '50000000', '54999999', NULL, 1652918706),
(68361, '3298', '153.00', '6', '25.001', '30', '60000000', '60999999', '50000000', '54999999', NULL, 1652918706),
(68362, '3220', '324.00', '2', '25.001', '30', '60000000', '60999999', '50000000', '54999999', NULL, 1652918708),
(68363, '3298', '44.00', '9', '0.3', '5', '60000000', '60999999', '55000000', '56999999', NULL, 1652918709),
(68364, '3220', '102.00', '7', '0.3', '5', '60000000', '60999999', '55000000', '56999999', NULL, 1652918715),
(68365, '3298', '74.00', '9', '5.001', '10', '60000000', '60999999', '55000000', '56999999', NULL, 1652918716),
(68366, '3220', '141.00', '7', '5.001', '10', '60000000', '60999999', '55000000', '56999999', NULL, 1652918718),
(68367, '3298', '120.00', '9', '10.001', '15', '60000000', '60999999', '55000000', '56999999', NULL, 1652918719),
(68368, '3220', '229.00', '7', '10.001', '15', '60000000', '60999999', '55000000', '56999999', NULL, 1652918720),
(68369, '3298', '166.00', '9', '15.001', '20', '60000000', '60999999', '55000000', '56999999', NULL, 1652918726),
(68370, '3220', '316.00', '7', '15.001', '20', '60000000', '60999999', '55000000', '56999999', NULL, 1652918727),
(68371, '3298', '212.00', '9', '20.001', '25', '60000000', '60999999', '55000000', '56999999', NULL, 1652918727),
(68372, '3220', '404.00', '7', '20.001', '25', '60000000', '60999999', '55000000', '56999999', NULL, 1652918728),
(68373, '3298', '258.00', '9', '25.001', '30', '60000000', '60999999', '55000000', '56999999', NULL, 1652918729),
(68374, '3220', '492.00', '7', '25.001', '30', '60000000', '60999999', '55000000', '56999999', NULL, 1652918730),
(68375, '3298', '34.00', '7', '0.3', '5', '60000000', '60999999', '57000000', '57099999', NULL, 1652918731),
(68376, '3220', '80.00', '3', '0.3', '5', '60000000', '60999999', '57000000', '57099999', NULL, 1652918735),
(68377, '3298', '50.00', '7', '5.001', '10', '60000000', '60999999', '57000000', '57099999', NULL, 1652918740),
(68378, '3220', '125.00', '3', '5.001', '10', '60000000', '60999999', '57000000', '57099999', NULL, 1652918740),
(68379, '3298', '82.00', '7', '10.001', '15', '60000000', '60999999', '57000000', '57099999', NULL, 1652918741),
(68380, '3220', '203.00', '3', '10.001', '15', '60000000', '60999999', '57000000', '57099999', NULL, 1652918743),
(68381, '3298', '113.00', '7', '15.001', '20', '60000000', '60999999', '57000000', '57099999', NULL, 1652918747),
(68382, '3220', '281.00', '3', '15.001', '20', '60000000', '60999999', '57000000', '57099999', NULL, 1652918752),
(68383, '3298', '145.00', '7', '20.001', '25', '60000000', '60999999', '57000000', '57099999', NULL, 1652918754),
(68384, '3220', '359.00', '3', '20.001', '25', '60000000', '60999999', '57000000', '57099999', NULL, 1652918758),
(68385, '3298', '176.00', '7', '25.001', '30', '60000000', '60999999', '57000000', '57099999', NULL, 1652918759),
(68386, '3220', '437.00', '3', '25.001', '30', '60000000', '60999999', '57000000', '57099999', NULL, 1652918761),
(68387, '3298', '34.00', '7', '0.3', '5', '60000000', '60999999', '57100000', '57999999', NULL, 1652918762),
(68388, '3220', '80.00', '5', '0.3', '5', '60000000', '60999999', '57100000', '57999999', NULL, 1652918763),
(68389, '3298', '50.00', '7', '5.001', '10', '60000000', '60999999', '57100000', '57999999', NULL, 1652918764),
(68390, '3220', '125.00', '5', '5.001', '10', '60000000', '60999999', '57100000', '57999999', NULL, 1652918769),
(68391, '3298', '82.00', '7', '10.001', '15', '60000000', '60999999', '57100000', '57999999', NULL, 1652918770),
(68392, '3220', '203.00', '5', '10.001', '15', '60000000', '60999999', '57100000', '57999999', NULL, 1652918774),
(68393, '3298', '113.00', '7', '15.001', '20', '60000000', '60999999', '57100000', '57999999', NULL, 1652918775),
(68394, '3220', '281.00', '5', '15.001', '20', '60000000', '60999999', '57100000', '57999999', NULL, 1652918779),
(68395, '3298', '145.00', '7', '20.001', '25', '60000000', '60999999', '57100000', '57999999', NULL, 1652918781),
(68396, '3220', '359.00', '5', '20.001', '25', '60000000', '60999999', '57100000', '57999999', NULL, 1652918782),
(68397, '3298', '176.00', '7', '25.001', '30', '60000000', '60999999', '57100000', '57999999', NULL, 1652918783),
(68398, '3220', '437.00', '5', '25.001', '30', '60000000', '60999999', '57100000', '57999999', NULL, 1652918783),
(68399, '3298', '30.00', '6', '0.3', '5', '60000000', '60999999', '58000000', '58099999', NULL, 1652918787),
(68400, '3220', '59.00', '2', '0.3', '5', '60000000', '60999999', '58000000', '58099999', NULL, 1652918788),
(68401, '3298', '44.00', '6', '5.001', '10', '60000000', '60999999', '58000000', '58099999', NULL, 1652918790),
(68402, '3220', '93.00', '2', '5.001', '10', '60000000', '60999999', '58000000', '58099999', NULL, 1652918790),
(68403, '3298', '71.00', '6', '10.001', '15', '60000000', '60999999', '58000000', '58099999', NULL, 1652918795),
(68404, '3220', '150.00', '2', '10.001', '15', '60000000', '60999999', '58000000', '58099999', NULL, 1652918796),
(68405, '3298', '99.00', '6', '15.001', '20', '60000000', '60999999', '58000000', '58099999', NULL, 1652918796),
(68406, '3220', '208.00', '2', '15.001', '20', '60000000', '60999999', '58000000', '58099999', NULL, 1652918797),
(68407, '3298', '126.00', '6', '20.001', '25', '60000000', '60999999', '58000000', '58099999', NULL, 1652918798),
(68408, '3220', '266.00', '2', '20.001', '25', '60000000', '60999999', '58000000', '58099999', NULL, 1652918799),
(68409, '3298', '153.00', '6', '25.001', '30', '60000000', '60999999', '58000000', '58099999', NULL, 1652918800),
(68410, '3220', '324.00', '2', '25.001', '30', '60000000', '60999999', '58000000', '58099999', NULL, 1652918805),
(68411, '3298', '44.00', '10', '0.3', '5', '60000000', '60999999', '58100000', '58999999', NULL, 1652918810),
(68412, '3220', '102.00', '8', '0.3', '5', '60000000', '60999999', '58100000', '58999999', NULL, 1652918811),
(68413, '3298', '74.00', '10', '5.001', '10', '60000000', '60999999', '58100000', '58999999', NULL, 1652918812),
(68414, '3220', '141.00', '8', '5.001', '10', '60000000', '60999999', '58100000', '58999999', NULL, 1652918812),
(68415, '3298', '120.00', '10', '10.001', '15', '60000000', '60999999', '58100000', '58999999', NULL, 1652918814),
(68416, '3220', '229.00', '8', '10.001', '15', '60000000', '60999999', '58100000', '58999999', NULL, 1652918815),
(68417, '3298', '166.00', '10', '15.001', '20', '60000000', '60999999', '58100000', '58999999', NULL, 1652918817),
(68418, '3220', '316.00', '8', '15.001', '20', '60000000', '60999999', '58100000', '58999999', NULL, 1652918819),
(68419, '3298', '212.00', '10', '20.001', '25', '60000000', '60999999', '58100000', '58999999', NULL, 1652918820),
(68420, '3220', '404.00', '8', '20.001', '25', '60000000', '60999999', '58100000', '58999999', NULL, 1652918822),
(68421, '3298', '258.00', '10', '25.001', '30', '60000000', '60999999', '58100000', '58999999', NULL, 1652918825),
(68422, '3220', '492.00', '8', '25.001', '30', '60000000', '60999999', '58100000', '58999999', NULL, 1652918832),
(68423, '3298', '30.00', '6', '0.3', '5', '60000000', '60999999', '59000000', '59099999', NULL, 1652918832),
(68424, '3220', '59.00', '2', '0.3', '5', '60000000', '60999999', '59000000', '59099999', NULL, 1652918833),
(68425, '3298', '44.00', '6', '5.001', '10', '60000000', '60999999', '59000000', '59099999', NULL, 1652918833),
(68426, '3220', '93.00', '2', '5.001', '10', '60000000', '60999999', '59000000', '59099999', NULL, 1652918834),
(68427, '3298', '71.00', '6', '10.001', '15', '60000000', '60999999', '59000000', '59099999', NULL, 1652918840),
(68428, '3220', '150.00', '2', '10.001', '15', '60000000', '60999999', '59000000', '59099999', NULL, 1652918846),
(68429, '3298', '99.00', '6', '15.001', '20', '60000000', '60999999', '59000000', '59099999', NULL, 1652918848),
(68430, '3220', '208.00', '2', '15.001', '20', '60000000', '60999999', '59000000', '59099999', NULL, 1652918849),
(68431, '3298', '126.00', '6', '20.001', '25', '60000000', '60999999', '59000000', '59099999', NULL, 1652918855),
(68432, '3220', '266.00', '2', '20.001', '25', '60000000', '60999999', '59000000', '59099999', NULL, 1652918856),
(68433, '3298', '153.00', '6', '25.001', '30', '60000000', '60999999', '59000000', '59099999', NULL, 1652918858),
(68434, '3220', '324.00', '2', '25.001', '30', '60000000', '60999999', '59000000', '59099999', NULL, 1652918862),
(68435, '3298', '30.00', '6', '0.3', '5', '60000000', '60999999', '59100000', '59999999', NULL, 1652918863),
(68436, '3220', '59.00', '2', '0.3', '5', '60000000', '60999999', '59100000', '59999999', NULL, 1652918864),
(68437, '3298', '44.00', '6', '5.001', '10', '60000000', '60999999', '59100000', '59999999', NULL, 1652918865),
(68438, '3220', '93.00', '2', '5.001', '10', '60000000', '60999999', '59100000', '59999999', NULL, 1652918865),
(68439, '3298', '71.00', '6', '10.001', '15', '60000000', '60999999', '59100000', '59999999', NULL, 1652918869),
(68440, '3220', '150.00', '2', '10.001', '15', '60000000', '60999999', '59100000', '59999999', NULL, 1652918873),
(68441, '3298', '99.00', '6', '15.001', '20', '60000000', '60999999', '59100000', '59999999', NULL, 1652918875),
(68442, '3220', '208.00', '2', '15.001', '20', '60000000', '60999999', '59100000', '59999999', NULL, 1652918883),
(68443, '3298', '126.00', '6', '20.001', '25', '60000000', '60999999', '59100000', '59999999', NULL, 1652918889),
(68444, '3220', '266.00', '2', '20.001', '25', '60000000', '60999999', '59100000', '59999999', NULL, 1652918890),
(68445, '3298', '153.00', '6', '25.001', '30', '60000000', '60999999', '59100000', '59999999', NULL, 1652918893),
(68446, '3220', '324.00', '2', '25.001', '30', '60000000', '60999999', '59100000', '59999999', NULL, 1652918898),
(68447, '3298', '25.00', '5', '0.3', '5', '60000000', '60999999', '60000000', '60999999', NULL, 1652918899),
(68448, '3220', '21.00', '1', '0.3', '5', '60000000', '60999999', '60000000', '60999999', NULL, 1652918903),
(68449, '3298', '31.00', '5', '5.001', '10', '60000000', '60999999', '60000000', '60999999', NULL, 1652918904),
(68450, '3220', '27.00', '1', '5.001', '10', '60000000', '60999999', '60000000', '60999999', NULL, 1652918905),
(68451, '3298', '51.00', '5', '10.001', '15', '60000000', '60999999', '60000000', '60999999', NULL, 1652918908),
(68452, '3220', '44.00', '1', '10.001', '15', '60000000', '60999999', '60000000', '60999999', NULL, 1652918909),
(68453, '3298', '71.00', '5', '15.001', '20', '60000000', '60999999', '60000000', '60999999', NULL, 1652918909),
(68454, '3220', '61.00', '1', '15.001', '20', '60000000', '60999999', '60000000', '60999999', NULL, 1652918910),
(68455, '3298', '91.00', '5', '20.001', '25', '60000000', '60999999', '60000000', '60999999', NULL, 1652918915),
(68456, '3220', '78.00', '1', '20.001', '25', '60000000', '60999999', '60000000', '60999999', NULL, 1652918916),
(68457, '3298', '110.00', '5', '25.001', '30', '60000000', '60999999', '60000000', '60999999', NULL, 1652918924),
(68458, '3220', '95.00', '1', '25.001', '30', '60000000', '60999999', '60000000', '60999999', NULL, 1652918925),
(68459, '3298', '25.00', '5', '0.3', '5', '60000000', '60999999', '60000000', '61900999', NULL, 1652918929),
(68460, '3220', '21.00', '1', '0.3', '5', '60000000', '60999999', '60000000', '61900999', NULL, 1652918930),
(68461, '3298', '31.00', '5', '5.001', '10', '60000000', '60999999', '60000000', '61900999', NULL, 1652918938),
(68462, '3220', '27.00', '1', '5.001', '10', '60000000', '60999999', '60000000', '61900999', NULL, 1652918946),
(68463, '3298', '51.00', '5', '10.001', '15', '60000000', '60999999', '60000000', '61900999', NULL, 1652918951),
(68464, '3220', '44.00', '1', '10.001', '15', '60000000', '60999999', '60000000', '61900999', NULL, 1652918952),
(68465, '3298', '71.00', '5', '15.001', '20', '60000000', '60999999', '60000000', '61900999', NULL, 1652918953),
(68466, '3220', '61.00', '1', '15.001', '20', '60000000', '60999999', '60000000', '61900999', NULL, 1652918953),
(68467, '3298', '91.00', '5', '20.001', '25', '60000000', '60999999', '60000000', '61900999', NULL, 1652918954),
(68468, '3220', '78.00', '1', '20.001', '25', '60000000', '60999999', '60000000', '61900999', NULL, 1652918959),
(68469, '3298', '110.00', '5', '25.001', '30', '60000000', '60999999', '60000000', '61900999', NULL, 1652918960),
(68470, '3220', '95.00', '1', '25.001', '30', '60000000', '60999999', '60000000', '61900999', NULL, 1652918961),
(68471, '3298', '26.00', '6', '0.3', '5', '60000000', '60999999', '61901000', '63999999', NULL, 1652918961),
(68472, '3220', '34.00', '4', '0.3', '5', '60000000', '60999999', '61901000', '63999999', NULL, 1652918962),
(68473, '3298', '32.00', '6', '5.001', '10', '60000000', '60999999', '61901000', '63999999', NULL, 1652918963),
(68474, '3220', '48.00', '4', '5.001', '10', '60000000', '60999999', '61901000', '63999999', NULL, 1652918964),
(68475, '3298', '52.00', '6', '10.001', '15', '60000000', '60999999', '61901000', '63999999', NULL, 1652918964),
(68476, '3220', '79.00', '4', '10.001', '15', '60000000', '60999999', '61901000', '63999999', NULL, 1652918970),
(68477, '3298', '72.00', '6', '15.001', '20', '60000000', '60999999', '61901000', '63999999', NULL, 1652918973),
(68478, '3220', '109.00', '4', '15.001', '20', '60000000', '60999999', '61901000', '63999999', NULL, 1652918974),
(68479, '3298', '92.00', '6', '20.001', '25', '60000000', '60999999', '61901000', '63999999', NULL, 1652918979),
(68480, '3220', '139.00', '4', '20.001', '25', '60000000', '60999999', '61901000', '63999999', NULL, 1652918980),
(68481, '3298', '112.00', '6', '25.001', '30', '60000000', '60999999', '61901000', '63999999', NULL, 1652918981),
(68482, '3220', '170.00', '4', '25.001', '30', '60000000', '60999999', '61901000', '63999999', NULL, 1652918982),
(68483, '3298', '30.00', '9', '0.3', '5', '60000000', '60999999', '64000000', '64099999', NULL, 1652918986),
(68484, '3220', '59.00', '1', '0.3', '5', '60000000', '60999999', '64000000', '64099999', NULL, 1652918987),
(68485, '3298', '44.00', '9', '5.001', '10', '60000000', '60999999', '64000000', '64099999', NULL, 1652918992),
(68486, '3220', '93.00', '1', '5.001', '10', '60000000', '60999999', '64000000', '64099999', NULL, 1652918993),
(68487, '3298', '71.00', '9', '10.001', '15', '60000000', '60999999', '64000000', '64099999', NULL, 1652918993),
(68488, '3220', '150.00', '1', '10.001', '15', '60000000', '60999999', '64000000', '64099999', NULL, 1652918994),
(68489, '3298', '99.00', '9', '15.001', '20', '60000000', '60999999', '64000000', '64099999', NULL, 1652918995),
(68490, '3220', '208.00', '1', '15.001', '20', '60000000', '60999999', '64000000', '64099999', NULL, 1652918996),
(68491, '3298', '126.00', '9', '20.001', '25', '60000000', '60999999', '64000000', '64099999', NULL, 1652918996),
(68492, '3220', '266.00', '1', '20.001', '25', '60000000', '60999999', '64000000', '64099999', NULL, 1652918997),
(68493, '3298', '153.00', '9', '25.001', '30', '60000000', '60999999', '64000000', '64099999', NULL, 1652918998),
(68494, '3220', '324.00', '1', '25.001', '30', '60000000', '60999999', '64000000', '64099999', NULL, 1652918998),
(68495, '3298', '44.00', '13', '0.3', '5', '60000000', '60999999', '64100000', '64999999', NULL, 1652918998),
(68496, '3220', '102.00', '5', '0.3', '5', '60000000', '60999999', '64100000', '64999999', NULL, 1652918999),
(68497, '3298', '74.00', '13', '5.001', '10', '60000000', '60999999', '64100000', '64999999', NULL, 1652919000),
(68498, '3220', '141.00', '5', '5.001', '10', '60000000', '60999999', '64100000', '64999999', NULL, 1652919000),
(68499, '3298', '120.00', '13', '10.001', '15', '60000000', '60999999', '64100000', '64999999', NULL, 1652919001),
(68500, '3220', '229.00', '5', '10.001', '15', '60000000', '60999999', '64100000', '64999999', NULL, 1652919002),
(68501, '3298', '166.00', '13', '15.001', '20', '60000000', '60999999', '64100000', '64999999', NULL, 1652919003),
(68502, '3220', '316.00', '5', '15.001', '20', '60000000', '60999999', '64100000', '64999999', NULL, 1652919004),
(68503, '3298', '212.00', '13', '20.001', '25', '60000000', '60999999', '64100000', '64999999', NULL, 1652919005),
(68504, '3220', '404.00', '5', '20.001', '25', '60000000', '60999999', '64100000', '64999999', NULL, 1652919005),
(68505, '3298', '258.00', '13', '25.001', '30', '60000000', '60999999', '64100000', '64999999', NULL, 1652919017),
(68506, '3220', '492.00', '5', '25.001', '30', '60000000', '60999999', '64100000', '64999999', NULL, 1652919017),
(68507, '3298', '30.00', '7', '0.3', '5', '60000000', '60999999', '65000000', '65099999', NULL, 1652919018),
(68508, '3220', '59.00', '3', '0.3', '5', '60000000', '60999999', '65000000', '65099999', NULL, 1652919019),
(68509, '3298', '44.00', '7', '5.001', '10', '60000000', '60999999', '65000000', '65099999', NULL, 1652919020),
(68510, '3220', '93.00', '3', '5.001', '10', '60000000', '60999999', '65000000', '65099999', NULL, 1652919020),
(68511, '3298', '71.00', '7', '10.001', '15', '60000000', '60999999', '65000000', '65099999', NULL, 1652919021),
(68512, '3220', '150.00', '3', '10.001', '15', '60000000', '60999999', '65000000', '65099999', NULL, 1652919022),
(68513, '3298', '99.00', '7', '15.001', '20', '60000000', '60999999', '65000000', '65099999', NULL, 1652919023),
(68514, '3220', '208.00', '3', '15.001', '20', '60000000', '60999999', '65000000', '65099999', NULL, 1652919023),
(68515, '3298', '126.00', '7', '20.001', '25', '60000000', '60999999', '65000000', '65099999', NULL, 1652919024),
(68516, '3220', '266.00', '3', '20.001', '25', '60000000', '60999999', '65000000', '65099999', NULL, 1652919024),
(68517, '3298', '153.00', '7', '25.001', '30', '60000000', '60999999', '65000000', '65099999', NULL, 1652919025),
(68518, '3220', '324.00', '3', '25.001', '30', '60000000', '60999999', '65000000', '65099999', NULL, 1652919025),
(68519, '3298', '44.00', '11', '0.3', '5', '60000000', '60999999', '65100000', '65999999', NULL, 1652919026),
(68520, '3220', '102.00', '8', '0.3', '5', '60000000', '60999999', '65100000', '65999999', NULL, 1652919027),
(68521, '3298', '74.00', '11', '5.001', '10', '60000000', '60999999', '65100000', '65999999', NULL, 1652919027),
(68522, '3220', '141.00', '8', '5.001', '10', '60000000', '60999999', '65100000', '65999999', NULL, 1652919028),
(68523, '3298', '120.00', '11', '10.001', '15', '60000000', '60999999', '65100000', '65999999', NULL, 1652919028),
(68524, '3220', '229.00', '8', '10.001', '15', '60000000', '60999999', '65100000', '65999999', NULL, 1652919029),
(68525, '3298', '166.00', '11', '15.001', '20', '60000000', '60999999', '65100000', '65999999', NULL, 1652919030),
(68526, '3220', '316.00', '8', '15.001', '20', '60000000', '60999999', '65100000', '65999999', NULL, 1652919030),
(68527, '3298', '212.00', '11', '20.001', '25', '60000000', '60999999', '65100000', '65999999', NULL, 1652919031),
(68528, '3220', '404.00', '8', '20.001', '25', '60000000', '60999999', '65100000', '65999999', NULL, 1652919032),
(68529, '3298', '258.00', '11', '25.001', '30', '60000000', '60999999', '65100000', '65999999', NULL, 1652919032),
(68530, '3220', '492.00', '8', '25.001', '30', '60000000', '60999999', '65100000', '65999999', NULL, 1652919032),
(68531, '3298', '38.00', '8', '0.3', '5', '60000000', '60999999', '66000000', '66999999', NULL, 1652919033),
(68532, '3220', '113.00', '4', '0.3', '5', '60000000', '60999999', '66000000', '66999999', NULL, 1652919033),
(68533, '3298', '58.00', '8', '5.001', '10', '60000000', '60999999', '66000000', '66999999', NULL, 1652919034),
(68534, '3220', '176.00', '4', '5.001', '10', '60000000', '60999999', '66000000', '66999999', NULL, 1652919046),
(68535, '3298', '94.00', '8', '10.001', '15', '60000000', '60999999', '66000000', '66999999', NULL, 1652919047),
(68536, '3220', '286.00', '4', '10.001', '15', '60000000', '60999999', '66000000', '66999999', NULL, 1652919048),
(68537, '3298', '130.00', '8', '15.001', '20', '60000000', '60999999', '66000000', '66999999', NULL, 1652919048),
(68538, '3220', '396.00', '4', '15.001', '20', '60000000', '60999999', '66000000', '66999999', NULL, 1652919049),
(68539, '3298', '166.00', '8', '20.001', '25', '60000000', '60999999', '66000000', '66999999', NULL, 1652919049),
(68540, '3220', '505.00', '4', '20.001', '25', '60000000', '60999999', '66000000', '66999999', NULL, 1652919050),
(68541, '3298', '202.00', '8', '25.001', '30', '60000000', '60999999', '66000000', '66999999', NULL, 1652919050),
(68542, '3220', '615.00', '4', '25.001', '30', '60000000', '60999999', '66000000', '66999999', NULL, 1652919051),
(68543, '3298', '38.00', '8', '0.3', '5', '60000000', '60999999', '66000000', '67999999', NULL, 1652919066),
(68544, '3220', '113.00', '4', '0.3', '5', '60000000', '60999999', '66000000', '67999999', NULL, 1652919066),
(68545, '3298', '58.00', '8', '5.001', '10', '60000000', '60999999', '66000000', '67999999', NULL, 1652919067),
(68546, '3220', '176.00', '4', '5.001', '10', '60000000', '60999999', '66000000', '67999999', NULL, 1652919079),
(68547, '3298', '94.00', '8', '10.001', '15', '60000000', '60999999', '66000000', '67999999', NULL, 1652919079),
(68548, '3220', '286.00', '4', '10.001', '15', '60000000', '60999999', '66000000', '67999999', NULL, 1652919080),
(68549, '3298', '130.00', '8', '15.001', '20', '60000000', '60999999', '66000000', '67999999', NULL, 1652919081),
(68550, '3220', '396.00', '4', '15.001', '20', '60000000', '60999999', '66000000', '67999999', NULL, 1652919081),
(68551, '3298', '166.00', '8', '20.001', '25', '60000000', '60999999', '66000000', '67999999', NULL, 1652919082),
(68552, '3220', '505.00', '4', '20.001', '25', '60000000', '60999999', '66000000', '67999999', NULL, 1652919083),
(68553, '3298', '202.00', '8', '25.001', '30', '60000000', '60999999', '66000000', '67999999', NULL, 1652919083),
(68554, '3220', '615.00', '4', '25.001', '30', '60000000', '60999999', '66000000', '67999999', NULL, 1652919090),
(68555, '3298', '70.00', '11', '0.3', '5', '60000000', '60999999', '68000000', '68899999', NULL, 1652919090),
(68556, '3220', '157.00', '8', '0.3', '5', '60000000', '60999999', '68000000', '68899999', NULL, 1652919091),
(68557, '3298', '106.00', '11', '5.001', '10', '60000000', '60999999', '68000000', '68899999', NULL, 1652919091),
(68558, '3220', '226.00', '8', '5.001', '10', '60000000', '60999999', '68000000', '68899999', NULL, 1652919092),
(68559, '3298', '172.00', '11', '10.001', '15', '60000000', '60999999', '68000000', '68899999', NULL, 1652919093),
(68560, '3220', '367.00', '8', '10.001', '15', '60000000', '60999999', '68000000', '68899999', NULL, 1652919093),
(68561, '3298', '239.00', '11', '15.001', '20', '60000000', '60999999', '68000000', '68899999', NULL, 1652919094),
(68562, '3220', '508.00', '8', '15.001', '20', '60000000', '60999999', '68000000', '68899999', NULL, 1652919094),
(68563, '3298', '305.00', '11', '20.001', '25', '60000000', '60999999', '68000000', '68899999', NULL, 1652919095),
(68564, '3220', '649.00', '8', '20.001', '25', '60000000', '60999999', '68000000', '68899999', NULL, 1652919095),
(68565, '3298', '371.00', '11', '25.001', '30', '60000000', '60999999', '68000000', '68899999', NULL, 1652919096),
(68566, '3220', '789.00', '8', '25.001', '30', '60000000', '60999999', '68000000', '68899999', NULL, 1652919096),
(68567, '3298', '45.00', '19', '0.3', '5', '60000000', '60999999', '68900000', '68914999', NULL, 1652919097),
(68568, '3220', '137.00', '11', '0.3', '5', '60000000', '60999999', '68900000', '68914999', NULL, 1652919097),
(68569, '3298', '71.00', '19', '5.001', '10', '60000000', '60999999', '68900000', '68914999', NULL, 1652919098),
(68570, '3220', '214.00', '11', '5.001', '10', '60000000', '60999999', '68900000', '68914999', NULL, 1652919098),
(68571, '3298', '116.00', '19', '10.001', '15', '60000000', '60999999', '68900000', '68914999', NULL, 1652919099),
(68572, '3220', '346.00', '11', '10.001', '15', '60000000', '60999999', '68900000', '68914999', NULL, 1652919099),
(68573, '3298', '160.00', '19', '15.001', '20', '60000000', '60999999', '68900000', '68914999', NULL, 1652919100),
(68574, '3220', '479.00', '11', '15.001', '20', '60000000', '60999999', '68900000', '68914999', NULL, 1652919100),
(68575, '3298', '205.00', '19', '20.001', '25', '60000000', '60999999', '68900000', '68914999', NULL, 1652919101),
(68576, '3220', '612.00', '11', '20.001', '25', '60000000', '60999999', '68900000', '68914999', NULL, 1652919101),
(68577, '3298', '249.00', '19', '25.001', '30', '60000000', '60999999', '68900000', '68914999', NULL, 1652919102),
(68578, '3220', '744.00', '11', '25.001', '30', '60000000', '60999999', '68900000', '68914999', NULL, 1652919102),
(68579, '3298', '90.00', '21', '0.3', '5', '60000000', '60999999', '68915000', '68999999', NULL, 1652919103),
(68580, '3220', '183.00', '13', '0.3', '5', '60000000', '60999999', '68915000', '68999999', NULL, 1652919104),
(68581, '3298', '133.00', '21', '5.001', '10', '60000000', '60999999', '68915000', '68999999', NULL, 1652919104),
(68582, '3220', '266.00', '13', '5.001', '10', '60000000', '60999999', '68915000', '68999999', NULL, 1652919105),
(68583, '3298', '215.00', '21', '10.001', '15', '60000000', '60999999', '68915000', '68999999', NULL, 1652919105),
(68584, '3220', '430.00', '13', '10.001', '15', '60000000', '60999999', '68915000', '68999999', NULL, 1652919106),
(68585, '3298', '298.00', '21', '15.001', '20', '60000000', '60999999', '68915000', '68999999', NULL, 1652919106),
(68586, '3220', '595.00', '13', '15.001', '20', '60000000', '60999999', '68915000', '68999999', NULL, 1652919107),
(68587, '3298', '380.00', '21', '20.001', '25', '60000000', '60999999', '68915000', '68999999', NULL, 1652919107),
(68588, '3220', '760.00', '13', '20.001', '25', '60000000', '60999999', '68915000', '68999999', NULL, 1652919107),
(68589, '3298', '463.00', '21', '25.001', '30', '60000000', '60999999', '68915000', '68999999', NULL, 1652919108),
(68590, '3220', '925.00', '13', '25.001', '30', '60000000', '60999999', '68915000', '68999999', NULL, 1652919146),
(68591, '3298', '45.00', '20', '0.3', '5', '60000000', '60999999', '69000000', '69099999', NULL, 1652919147),
(68592, '3220', '137.00', '3', '0.3', '5', '60000000', '60999999', '69000000', '69099999', NULL, 1652919148),
(68593, '3298', '71.00', '20', '5.001', '10', '60000000', '60999999', '69000000', '69099999', NULL, 1652919148),
(68594, '3220', '214.00', '3', '5.001', '10', '60000000', '60999999', '69000000', '69099999', NULL, 1652919149),
(68595, '3298', '116.00', '20', '10.001', '15', '60000000', '60999999', '69000000', '69099999', NULL, 1652919149),
(68596, '3220', '346.00', '3', '10.001', '15', '60000000', '60999999', '69000000', '69099999', NULL, 1652919150),
(68597, '3298', '160.00', '20', '15.001', '20', '60000000', '60999999', '69000000', '69099999', NULL, 1652919151),
(68598, '3220', '479.00', '3', '15.001', '20', '60000000', '60999999', '69000000', '69099999', NULL, 1652919185),
(68599, '3298', '205.00', '20', '20.001', '25', '60000000', '60999999', '69000000', '69099999', NULL, 1652919185),
(68600, '3220', '612.00', '3', '20.001', '25', '60000000', '60999999', '69000000', '69099999', NULL, 1652919217),
(68601, '3298', '249.00', '20', '25.001', '30', '60000000', '60999999', '69000000', '69099999', NULL, 1652919218),
(68602, '3220', '744.00', '3', '25.001', '30', '60000000', '60999999', '69000000', '69099999', NULL, 1652919218),
(68603, '3298', '90.00', '27', '0.3', '5', '60000000', '60999999', '69100000', '69299999', NULL, 1652919219),
(68604, '3220', '183.00', '7', '0.3', '5', '60000000', '60999999', '69100000', '69299999', NULL, 1652919237),
(68605, '3298', '133.00', '27', '5.001', '10', '60000000', '60999999', '69100000', '69299999', NULL, 1652919237),
(68606, '3220', '266.00', '7', '5.001', '10', '60000000', '60999999', '69100000', '69299999', NULL, 1652919245),
(68607, '3298', '215.00', '27', '10.001', '15', '60000000', '60999999', '69100000', '69299999', NULL, 1652919245),
(68608, '3220', '430.00', '7', '10.001', '15', '60000000', '60999999', '69100000', '69299999', NULL, 1652919281),
(68609, '3298', '298.00', '27', '15.001', '20', '60000000', '60999999', '69100000', '69299999', NULL, 1652919282),
(68610, '3220', '595.00', '7', '15.001', '20', '60000000', '60999999', '69100000', '69299999', NULL, 1652919282),
(68611, '3298', '380.00', '27', '20.001', '25', '60000000', '60999999', '69100000', '69299999', NULL, 1652919283),
(68612, '3220', '760.00', '7', '20.001', '25', '60000000', '60999999', '69100000', '69299999', NULL, 1652919283),
(68613, '3298', '463.00', '27', '25.001', '30', '60000000', '60999999', '69100000', '69299999', NULL, 1652919284),
(68614, '3220', '925.00', '7', '25.001', '30', '60000000', '60999999', '69100000', '69299999', NULL, 1652919285),
(68615, '3298', '45.00', '20', '0.3', '5', '60000000', '60999999', '69300000', '69339999', NULL, 1652919285),
(68616, '3220', '137.00', '3', '0.3', '5', '60000000', '60999999', '69300000', '69339999', NULL, 1652919285),
(68617, '3298', '71.00', '20', '5.001', '10', '60000000', '60999999', '69300000', '69339999', NULL, 1652919286),
(68618, '3220', '214.00', '3', '5.001', '10', '60000000', '60999999', '69300000', '69339999', NULL, 1652919286);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(68619, '3298', '116.00', '20', '10.001', '15', '60000000', '60999999', '69300000', '69339999', NULL, 1652919287),
(68620, '3220', '346.00', '3', '10.001', '15', '60000000', '60999999', '69300000', '69339999', NULL, 1652919287),
(68621, '3298', '160.00', '20', '15.001', '20', '60000000', '60999999', '69300000', '69339999', NULL, 1652919312),
(68622, '3220', '479.00', '3', '15.001', '20', '60000000', '60999999', '69300000', '69339999', NULL, 1652919313),
(68623, '3298', '205.00', '20', '20.001', '25', '60000000', '60999999', '69300000', '69339999', NULL, 1652919313),
(68624, '3220', '612.00', '3', '20.001', '25', '60000000', '60999999', '69300000', '69339999', NULL, 1652919314),
(68625, '3298', '249.00', '20', '25.001', '30', '60000000', '60999999', '69300000', '69339999', NULL, 1652919314),
(68626, '3220', '744.00', '3', '25.001', '30', '60000000', '60999999', '69300000', '69339999', NULL, 1652919315),
(68627, '3298', '90.00', '27', '0.3', '5', '60000000', '60999999', '69340000', '69389999', NULL, 1652919315),
(68628, '3220', '183.00', '9', '0.3', '5', '60000000', '60999999', '69340000', '69389999', NULL, 1652919316),
(68629, '3298', '133.00', '27', '5.001', '10', '60000000', '60999999', '69340000', '69389999', NULL, 1652919316),
(68630, '3220', '266.00', '9', '5.001', '10', '60000000', '60999999', '69340000', '69389999', NULL, 1652919317),
(68631, '3298', '215.00', '27', '10.001', '15', '60000000', '60999999', '69340000', '69389999', NULL, 1652919317),
(68632, '3220', '430.00', '9', '10.001', '15', '60000000', '60999999', '69340000', '69389999', NULL, 1652919318),
(68633, '3298', '298.00', '27', '15.001', '20', '60000000', '60999999', '69340000', '69389999', NULL, 1652919318),
(68634, '3220', '595.00', '9', '15.001', '20', '60000000', '60999999', '69340000', '69389999', NULL, 1652919319),
(68635, '3298', '380.00', '27', '20.001', '25', '60000000', '60999999', '69340000', '69389999', NULL, 1652919320),
(68636, '3220', '760.00', '9', '20.001', '25', '60000000', '60999999', '69340000', '69389999', NULL, 1652919320),
(68637, '3298', '463.00', '27', '25.001', '30', '60000000', '60999999', '69340000', '69389999', NULL, 1652919320),
(68638, '3220', '925.00', '9', '25.001', '30', '60000000', '60999999', '69340000', '69389999', NULL, 1652919332),
(68639, '3298', '45.00', '11', '0.3', '5', '60000000', '60999999', '69900000', '69920999', NULL, 1652919333),
(68640, '3220', '137.00', '5', '0.3', '5', '60000000', '60999999', '69900000', '69920999', NULL, 1652919333),
(68641, '3298', '71.00', '11', '5.001', '10', '60000000', '60999999', '69900000', '69920999', NULL, 1652919334),
(68642, '3220', '214.00', '5', '5.001', '10', '60000000', '60999999', '69900000', '69920999', NULL, 1652919334),
(68643, '3298', '116.00', '11', '10.001', '15', '60000000', '60999999', '69900000', '69920999', NULL, 1652919335),
(68644, '3220', '346.00', '5', '10.001', '15', '60000000', '60999999', '69900000', '69920999', NULL, 1652919343),
(68645, '3298', '160.00', '11', '15.001', '20', '60000000', '60999999', '69900000', '69920999', NULL, 1652919344),
(68646, '3220', '479.00', '5', '15.001', '20', '60000000', '60999999', '69900000', '69920999', NULL, 1652919344),
(68647, '3298', '205.00', '11', '20.001', '25', '60000000', '60999999', '69900000', '69920999', NULL, 1652919345),
(68648, '3220', '612.00', '5', '20.001', '25', '60000000', '60999999', '69900000', '69920999', NULL, 1652919351),
(68649, '3298', '249.00', '11', '25.001', '30', '60000000', '60999999', '69900000', '69920999', NULL, 1652919352),
(68650, '3220', '744.00', '5', '25.001', '30', '60000000', '60999999', '69900000', '69920999', NULL, 1652919358),
(68651, '3298', '90.00', '16', '0.3', '5', '60000000', '60999999', '69921000', '69999999', NULL, 1652919358),
(68652, '3220', '183.00', '11', '0.3', '5', '60000000', '60999999', '69921000', '69999999', NULL, 1652919364),
(68653, '3298', '133.00', '16', '5.001', '10', '60000000', '60999999', '69921000', '69999999', NULL, 1652919365),
(68654, '3220', '266.00', '11', '5.001', '10', '60000000', '60999999', '69921000', '69999999', NULL, 1652919368),
(68655, '3298', '215.00', '16', '10.001', '15', '60000000', '60999999', '69921000', '69999999', NULL, 1652919369),
(68656, '3220', '430.00', '11', '10.001', '15', '60000000', '60999999', '69921000', '69999999', NULL, 1652919370),
(68657, '3298', '298.00', '16', '15.001', '20', '60000000', '60999999', '69921000', '69999999', NULL, 1652919371),
(68658, '3220', '595.00', '11', '15.001', '20', '60000000', '60999999', '69921000', '69999999', NULL, 1652919371),
(68659, '3298', '380.00', '16', '20.001', '25', '60000000', '60999999', '69921000', '69999999', NULL, 1652919374),
(68660, '3220', '760.00', '11', '20.001', '25', '60000000', '60999999', '69921000', '69999999', NULL, 1652919374),
(68661, '3298', '463.00', '16', '25.001', '30', '60000000', '60999999', '69921000', '69999999', NULL, 1652919375),
(68662, '3220', '925.00', '11', '25.001', '30', '60000000', '60999999', '69921000', '69999999', NULL, 1652919375),
(68663, '3298', '45.00', '6', '0.3', '5', '60000000', '60999999', '71000000', '73699999', NULL, 1652919376),
(68664, '3220', '137.00', '2', '0.3', '5', '60000000', '60999999', '71000000', '73699999', NULL, 1652919377),
(68665, '3298', '71.00', '6', '5.001', '10', '60000000', '60999999', '71000000', '73699999', NULL, 1652919378),
(68666, '3220', '214.00', '2', '5.001', '10', '60000000', '60999999', '71000000', '73699999', NULL, 1652919380),
(68667, '3298', '116.00', '6', '10.001', '15', '60000000', '60999999', '71000000', '73699999', NULL, 1652919380),
(68668, '3220', '346.00', '2', '10.001', '15', '60000000', '60999999', '71000000', '73699999', NULL, 1652919380),
(68669, '3298', '160.00', '6', '15.001', '20', '60000000', '60999999', '71000000', '73699999', NULL, 1652919381),
(68670, '3220', '479.00', '2', '15.001', '20', '60000000', '60999999', '71000000', '73699999', NULL, 1652919381),
(68671, '3298', '205.00', '6', '20.001', '25', '60000000', '60999999', '71000000', '73699999', NULL, 1652919391),
(68672, '3220', '612.00', '2', '20.001', '25', '60000000', '60999999', '71000000', '73699999', NULL, 1652919391),
(68673, '3298', '249.00', '6', '25.001', '30', '60000000', '60999999', '71000000', '73699999', NULL, 1652919392),
(68674, '3220', '744.00', '2', '25.001', '30', '60000000', '60999999', '71000000', '73699999', NULL, 1652919393),
(68675, '3298', '45.00', '7', '0.3', '5', '60000000', '60999999', '72800000', '73999999', NULL, 1652919394),
(68676, '3220', '137.00', '3', '0.3', '5', '60000000', '60999999', '72800000', '73999999', NULL, 1652919394),
(68677, '3298', '71.00', '7', '5.001', '10', '60000000', '60999999', '72800000', '73999999', NULL, 1652919395),
(68678, '3220', '214.00', '3', '5.001', '10', '60000000', '60999999', '72800000', '73999999', NULL, 1652919395),
(68679, '3298', '116.00', '7', '10.001', '15', '60000000', '60999999', '72800000', '73999999', NULL, 1652919396),
(68680, '3220', '346.00', '3', '10.001', '15', '60000000', '60999999', '72800000', '73999999', NULL, 1652919396),
(68681, '3298', '160.00', '7', '15.001', '20', '60000000', '60999999', '72800000', '73999999', NULL, 1652919408),
(68682, '3220', '479.00', '3', '15.001', '20', '60000000', '60999999', '72800000', '73999999', NULL, 1652919409),
(68683, '3298', '205.00', '7', '20.001', '25', '60000000', '60999999', '72800000', '73999999', NULL, 1652919409),
(68684, '3220', '612.00', '3', '20.001', '25', '60000000', '60999999', '72800000', '73999999', NULL, 1652919410),
(68685, '3298', '249.00', '7', '25.001', '30', '60000000', '60999999', '72800000', '73999999', NULL, 1652919410),
(68686, '3220', '744.00', '3', '25.001', '30', '60000000', '60999999', '72800000', '73999999', NULL, 1652919411),
(68687, '3298', '45.00', '6', '0.3', '5', '60000000', '60999999', '74000000', '74894999', NULL, 1652919411),
(68688, '3220', '137.00', '2', '0.3', '5', '60000000', '60999999', '74000000', '74894999', NULL, 1652919411),
(68689, '3298', '71.00', '6', '5.001', '10', '60000000', '60999999', '74000000', '74894999', NULL, 1652919412),
(68690, '3220', '214.00', '2', '5.001', '10', '60000000', '60999999', '74000000', '74894999', NULL, 1652919413),
(68691, '3298', '116.00', '6', '10.001', '15', '60000000', '60999999', '74000000', '74894999', NULL, 1652919413),
(68692, '3220', '346.00', '2', '10.001', '15', '60000000', '60999999', '74000000', '74894999', NULL, 1652919414),
(68693, '3298', '160.00', '6', '15.001', '20', '60000000', '60999999', '74000000', '74894999', NULL, 1652919414),
(68694, '3220', '479.00', '2', '15.001', '20', '60000000', '60999999', '74000000', '74894999', NULL, 1652919415),
(68695, '3298', '205.00', '6', '20.001', '25', '60000000', '60999999', '74000000', '74894999', NULL, 1652919416),
(68696, '3220', '612.00', '2', '20.001', '25', '60000000', '60999999', '74000000', '74894999', NULL, 1652919416),
(68697, '3298', '249.00', '6', '25.001', '30', '60000000', '60999999', '74000000', '74894999', NULL, 1652919417),
(68698, '3220', '744.00', '2', '25.001', '30', '60000000', '60999999', '74000000', '74894999', NULL, 1652919417),
(68699, '3298', '45.00', '6', '0.3', '5', '60000000', '60999999', '74895000', '76799999', NULL, 1652919418),
(68700, '3220', '137.00', '2', '0.3', '5', '60000000', '60999999', '74895000', '76799999', NULL, 1652919419),
(68701, '3298', '71.00', '6', '5.001', '10', '60000000', '60999999', '74895000', '76799999', NULL, 1652919419),
(68702, '3220', '214.00', '2', '5.001', '10', '60000000', '60999999', '74895000', '76799999', NULL, 1652919420),
(68703, '3298', '116.00', '6', '10.001', '15', '60000000', '60999999', '74895000', '76799999', NULL, 1652919421),
(68704, '3220', '346.00', '2', '10.001', '15', '60000000', '60999999', '74895000', '76799999', NULL, 1652919421),
(68705, '3298', '160.00', '6', '15.001', '20', '60000000', '60999999', '74895000', '76799999', NULL, 1652919422),
(68706, '3220', '479.00', '2', '15.001', '20', '60000000', '60999999', '74895000', '76799999', NULL, 1652919423),
(68707, '3298', '205.00', '6', '20.001', '25', '60000000', '60999999', '74895000', '76799999', NULL, 1652919423),
(68708, '3220', '612.00', '2', '20.001', '25', '60000000', '60999999', '74895000', '76799999', NULL, 1652919424),
(68709, '3298', '249.00', '6', '25.001', '30', '60000000', '60999999', '74895000', '76799999', NULL, 1652919424),
(68710, '3220', '744.00', '2', '25.001', '30', '60000000', '60999999', '74895000', '76799999', NULL, 1652919425),
(68711, '3298', '45.00', '6', '0.3', '5', '60000000', '60999999', '77000000', '77270999', NULL, 1652919426),
(68712, '3220', '137.00', '2', '0.3', '5', '60000000', '60999999', '77000000', '77270999', NULL, 1652919426),
(68713, '3298', '71.00', '6', '5.001', '10', '60000000', '60999999', '77000000', '77270999', NULL, 1652919427),
(68714, '3220', '214.00', '2', '5.001', '10', '60000000', '60999999', '77000000', '77270999', NULL, 1652919427),
(68715, '3298', '116.00', '6', '10.001', '15', '60000000', '60999999', '77000000', '77270999', NULL, 1652919428),
(68716, '3220', '346.00', '2', '10.001', '15', '60000000', '60999999', '77000000', '77270999', NULL, 1652919429),
(68717, '3298', '160.00', '6', '15.001', '20', '60000000', '60999999', '77000000', '77270999', NULL, 1652919429),
(68718, '3220', '479.00', '2', '15.001', '20', '60000000', '60999999', '77000000', '77270999', NULL, 1652919430),
(68719, '3298', '205.00', '6', '20.001', '25', '60000000', '60999999', '77000000', '77270999', NULL, 1652919430),
(68720, '3220', '612.00', '2', '20.001', '25', '60000000', '60999999', '77000000', '77270999', NULL, 1652919431),
(68721, '3298', '249.00', '6', '25.001', '30', '60000000', '60999999', '77000000', '77270999', NULL, 1652919431),
(68722, '3220', '744.00', '2', '25.001', '30', '60000000', '60999999', '77000000', '77270999', NULL, 1652919432),
(68723, '3298', '90.00', '7', '0.3', '5', '60000000', '60999999', '77300000', '77995999', NULL, 1652919432),
(68724, '3220', '183.00', '3', '0.3', '5', '60000000', '60999999', '77300000', '77995999', NULL, 1652919433),
(68725, '3298', '133.00', '7', '5.001', '10', '60000000', '60999999', '77300000', '77995999', NULL, 1652919433),
(68726, '3220', '266.00', '3', '5.001', '10', '60000000', '60999999', '77300000', '77995999', NULL, 1652919434),
(68727, '3298', '215.00', '7', '10.001', '15', '60000000', '60999999', '77300000', '77995999', NULL, 1652919434),
(68728, '3220', '430.00', '3', '10.001', '15', '60000000', '60999999', '77300000', '77995999', NULL, 1652919435),
(68729, '3298', '298.00', '7', '15.001', '20', '60000000', '60999999', '77300000', '77995999', NULL, 1652919435),
(68730, '3220', '595.00', '3', '15.001', '20', '60000000', '60999999', '77300000', '77995999', NULL, 1652919435),
(68731, '3298', '380.00', '7', '20.001', '25', '60000000', '60999999', '77300000', '77995999', NULL, 1652919436),
(68732, '3220', '760.00', '3', '20.001', '25', '60000000', '60999999', '77300000', '77995999', NULL, 1652919436),
(68733, '3298', '463.00', '7', '25.001', '30', '60000000', '60999999', '77300000', '77995999', NULL, 1652919437),
(68734, '3220', '925.00', '3', '25.001', '30', '60000000', '60999999', '77300000', '77995999', NULL, 1652919438),
(68735, '3298', '45.00', '9', '0.3', '5', '60000000', '60999999', '78000000', '78109999', NULL, 1652919438),
(68736, '3220', '137.00', '5', '0.3', '5', '60000000', '60999999', '78000000', '78109999', NULL, 1652919439),
(68737, '3298', '71.00', '9', '5.001', '10', '60000000', '60999999', '78000000', '78109999', NULL, 1652919439),
(68738, '3220', '214.00', '5', '5.001', '10', '60000000', '60999999', '78000000', '78109999', NULL, 1652919440),
(68739, '3298', '116.00', '9', '10.001', '15', '60000000', '60999999', '78000000', '78109999', NULL, 1652919440),
(68740, '3220', '346.00', '5', '10.001', '15', '60000000', '60999999', '78000000', '78109999', NULL, 1652919441),
(68741, '3298', '160.00', '9', '15.001', '20', '60000000', '60999999', '78000000', '78109999', NULL, 1652919441),
(68742, '3220', '479.00', '5', '15.001', '20', '60000000', '60999999', '78000000', '78109999', NULL, 1652919441),
(68743, '3298', '205.00', '9', '20.001', '25', '60000000', '60999999', '78000000', '78109999', NULL, 1652919442),
(68744, '3220', '612.00', '5', '20.001', '25', '60000000', '60999999', '78000000', '78109999', NULL, 1652919443),
(68745, '3298', '249.00', '9', '25.001', '30', '60000000', '60999999', '78000000', '78109999', NULL, 1652919443),
(68746, '3220', '744.00', '5', '25.001', '30', '60000000', '60999999', '78000000', '78109999', NULL, 1652919444),
(68747, '3298', '90.00', '9', '0.3', '5', '60000000', '60999999', '78110000', '78899999', NULL, 1652919445),
(68748, '3220', '183.00', '6', '0.3', '5', '60000000', '60999999', '78110000', '78899999', NULL, 1652919445),
(68749, '3298', '133.00', '9', '5.001', '10', '60000000', '60999999', '78110000', '78899999', NULL, 1652919446),
(68750, '3220', '266.00', '6', '5.001', '10', '60000000', '60999999', '78110000', '78899999', NULL, 1652919447),
(68751, '3298', '215.00', '9', '10.001', '15', '60000000', '60999999', '78110000', '78899999', NULL, 1652919447),
(68752, '3220', '430.00', '6', '10.001', '15', '60000000', '60999999', '78110000', '78899999', NULL, 1652919448),
(68753, '3298', '298.00', '9', '15.001', '20', '60000000', '60999999', '78110000', '78899999', NULL, 1652919448),
(68754, '3220', '595.00', '6', '15.001', '20', '60000000', '60999999', '78110000', '78899999', NULL, 1652919449),
(68755, '3298', '380.00', '9', '20.001', '25', '60000000', '60999999', '78110000', '78899999', NULL, 1652919449),
(68756, '3220', '760.00', '6', '20.001', '25', '60000000', '60999999', '78110000', '78899999', NULL, 1652919461),
(68757, '3298', '463.00', '9', '25.001', '30', '60000000', '60999999', '78110000', '78899999', NULL, 1652919462),
(68758, '3220', '925.00', '6', '25.001', '30', '60000000', '60999999', '78110000', '78899999', NULL, 1652919462),
(68759, '3298', '90.00', '10', '0.3', '5', '60000000', '60999999', '78900000', '78930999', NULL, 1652919463),
(68760, '3220', '183.00', '6', '0.3', '5', '60000000', '60999999', '78900000', '78930999', NULL, 1652919464),
(68761, '3298', '133.00', '10', '5.001', '10', '60000000', '60999999', '78900000', '78930999', NULL, 1652919464),
(68762, '3220', '266.00', '6', '5.001', '10', '60000000', '60999999', '78900000', '78930999', NULL, 1652919465),
(68763, '3298', '215.00', '10', '10.001', '15', '60000000', '60999999', '78900000', '78930999', NULL, 1652919465),
(68764, '3220', '430.00', '6', '10.001', '15', '60000000', '60999999', '78900000', '78930999', NULL, 1652919466),
(68765, '3298', '298.00', '10', '15.001', '20', '60000000', '60999999', '78900000', '78930999', NULL, 1652919466),
(68766, '3220', '595.00', '6', '15.001', '20', '60000000', '60999999', '78900000', '78930999', NULL, 1652919467),
(68767, '3298', '380.00', '10', '20.001', '25', '60000000', '60999999', '78900000', '78930999', NULL, 1652919468),
(68768, '3220', '760.00', '6', '20.001', '25', '60000000', '60999999', '78900000', '78930999', NULL, 1652919468),
(68769, '3298', '463.00', '10', '25.001', '30', '60000000', '60999999', '78900000', '78930999', NULL, 1652919469),
(68770, '3220', '925.00', '6', '25.001', '30', '60000000', '60999999', '78900000', '78930999', NULL, 1652919470),
(68771, '3298', '90.00', '10', '0.3', '5', '60000000', '60999999', '78931000', '78999999', NULL, 1652919470),
(68772, '3220', '183.00', '6', '0.3', '5', '60000000', '60999999', '78931000', '78999999', NULL, 1652919471),
(68773, '3298', '133.00', '10', '5.001', '10', '60000000', '60999999', '78931000', '78999999', NULL, 1652919471),
(68774, '3220', '266.00', '6', '5.001', '10', '60000000', '60999999', '78931000', '78999999', NULL, 1652919481),
(68775, '3298', '215.00', '10', '10.001', '15', '60000000', '60999999', '78931000', '78999999', NULL, 1652919481),
(68776, '3220', '430.00', '6', '10.001', '15', '60000000', '60999999', '78931000', '78999999', NULL, 1652919482),
(68777, '3298', '298.00', '10', '15.001', '20', '60000000', '60999999', '78931000', '78999999', NULL, 1652919482),
(68778, '3220', '595.00', '6', '15.001', '20', '60000000', '60999999', '78931000', '78999999', NULL, 1652919483),
(68779, '3298', '380.00', '10', '20.001', '25', '60000000', '60999999', '78931000', '78999999', NULL, 1652919484),
(68780, '3220', '760.00', '6', '20.001', '25', '60000000', '60999999', '78931000', '78999999', NULL, 1652919485),
(68781, '3298', '463.00', '10', '25.001', '30', '60000000', '60999999', '78931000', '78999999', NULL, 1652919485),
(68782, '3220', '925.00', '6', '25.001', '30', '60000000', '60999999', '78931000', '78999999', NULL, 1652919486),
(68783, '3298', '45.00', '6', '0.3', '5', '60000000', '60999999', '79000000', '79129999', NULL, 1652919486),
(68784, '3220', '137.00', '2', '0.3', '5', '60000000', '60999999', '79000000', '79129999', NULL, 1652919487),
(68785, '3298', '71.00', '6', '5.001', '10', '60000000', '60999999', '79000000', '79129999', NULL, 1652919488),
(68786, '3220', '214.00', '2', '5.001', '10', '60000000', '60999999', '79000000', '79129999', NULL, 1652919489),
(68787, '3298', '116.00', '6', '10.001', '15', '60000000', '60999999', '79000000', '79129999', NULL, 1652919491),
(68788, '3220', '346.00', '2', '10.001', '15', '60000000', '60999999', '79000000', '79129999', NULL, 1652919499),
(68789, '3298', '160.00', '6', '15.001', '20', '60000000', '60999999', '79000000', '79129999', NULL, 1652919506),
(68790, '3220', '479.00', '2', '15.001', '20', '60000000', '60999999', '79000000', '79129999', NULL, 1652919507),
(68791, '3298', '205.00', '6', '20.001', '25', '60000000', '60999999', '79000000', '79129999', NULL, 1652919509),
(68792, '3220', '612.00', '2', '20.001', '25', '60000000', '60999999', '79000000', '79129999', NULL, 1652919510),
(68793, '3298', '249.00', '6', '25.001', '30', '60000000', '60999999', '79000000', '79129999', NULL, 1652919511),
(68794, '3220', '744.00', '2', '25.001', '30', '60000000', '60999999', '79000000', '79129999', NULL, 1652919511),
(68795, '3298', '90.00', '8', '0.3', '5', '60000000', '60999999', '79130000', '79999999', NULL, 1652919512),
(68796, '3220', '183.00', '6', '0.3', '5', '60000000', '60999999', '79130000', '79999999', NULL, 1652919512),
(68797, '3298', '133.00', '8', '5.001', '10', '60000000', '60999999', '79130000', '79999999', NULL, 1652919519),
(68798, '3220', '266.00', '6', '5.001', '10', '60000000', '60999999', '79130000', '79999999', NULL, 1652919520),
(68799, '3298', '215.00', '8', '10.001', '15', '60000000', '60999999', '79130000', '79999999', NULL, 1652919521),
(68800, '3220', '430.00', '6', '10.001', '15', '60000000', '60999999', '79130000', '79999999', NULL, 1652919522),
(68801, '3298', '298.00', '8', '15.001', '20', '60000000', '60999999', '79130000', '79999999', NULL, 1652919523),
(68802, '3220', '595.00', '6', '15.001', '20', '60000000', '60999999', '79130000', '79999999', NULL, 1652919523),
(68803, '3298', '380.00', '8', '20.001', '25', '60000000', '60999999', '79130000', '79999999', NULL, 1652919524),
(68804, '3220', '760.00', '6', '20.001', '25', '60000000', '60999999', '79130000', '79999999', NULL, 1652919525),
(68805, '3298', '463.00', '8', '25.001', '30', '60000000', '60999999', '79130000', '79999999', NULL, 1652919525),
(68806, '3220', '925.00', '6', '25.001', '30', '60000000', '60999999', '79130000', '79999999', NULL, 1652919526),
(68807, '3298', '45.00', '6', '0.3', '5', '60000000', '60999999', '80000000', '82999999', NULL, 1652919527),
(68808, '3220', '137.00', '2', '0.3', '5', '60000000', '60999999', '80000000', '82999999', NULL, 1652919528),
(68809, '3298', '71.00', '6', '5.001', '10', '60000000', '60999999', '80000000', '82999999', NULL, 1652919528),
(68810, '3220', '214.00', '2', '5.001', '10', '60000000', '60999999', '80000000', '82999999', NULL, 1652919529),
(68811, '3298', '116.00', '6', '10.001', '15', '60000000', '60999999', '80000000', '82999999', NULL, 1652919530),
(68812, '3220', '346.00', '2', '10.001', '15', '60000000', '60999999', '80000000', '82999999', NULL, 1652919531),
(68813, '3298', '160.00', '6', '15.001', '20', '60000000', '60999999', '80000000', '82999999', NULL, 1652919532),
(68814, '3220', '479.00', '2', '15.001', '20', '60000000', '60999999', '80000000', '82999999', NULL, 1652919532),
(68815, '3298', '205.00', '6', '20.001', '25', '60000000', '60999999', '80000000', '82999999', NULL, 1652919532),
(68816, '3220', '612.00', '2', '20.001', '25', '60000000', '60999999', '80000000', '82999999', NULL, 1652919533),
(68817, '3298', '249.00', '6', '25.001', '30', '60000000', '60999999', '80000000', '82999999', NULL, 1652919543),
(68818, '3220', '744.00', '2', '25.001', '30', '60000000', '60999999', '80000000', '82999999', NULL, 1652919543),
(68819, '3298', '45.00', '6', '0.3', '5', '60000000', '60999999', '80000000', '83800999', NULL, 1652919544),
(68820, '3220', '137.00', '2', '0.3', '5', '60000000', '60999999', '80000000', '83800999', NULL, 1652919545),
(68821, '3298', '71.00', '6', '5.001', '10', '60000000', '60999999', '80000000', '83800999', NULL, 1652919546),
(68822, '3220', '214.00', '2', '5.001', '10', '60000000', '60999999', '80000000', '83800999', NULL, 1652919546),
(68823, '3298', '116.00', '6', '10.001', '15', '60000000', '60999999', '80000000', '83800999', NULL, 1652919547),
(68824, '3220', '346.00', '2', '10.001', '15', '60000000', '60999999', '80000000', '83800999', NULL, 1652919548),
(68825, '3298', '160.00', '6', '15.001', '20', '60000000', '60999999', '80000000', '83800999', NULL, 1652919556),
(68826, '3220', '479.00', '2', '15.001', '20', '60000000', '60999999', '80000000', '83800999', NULL, 1652919557),
(68827, '3298', '205.00', '6', '20.001', '25', '60000000', '60999999', '80000000', '83800999', NULL, 1652919558),
(68828, '3220', '612.00', '2', '20.001', '25', '60000000', '60999999', '80000000', '83800999', NULL, 1652919559),
(68829, '3298', '249.00', '6', '25.001', '30', '60000000', '60999999', '80000000', '83800999', NULL, 1652919559),
(68830, '3220', '744.00', '2', '25.001', '30', '60000000', '60999999', '80000000', '83800999', NULL, 1652919560),
(68831, '3298', '90.00', '9', '0.3', '5', '60000000', '60999999', '83801000', '87999999', NULL, 1652919561),
(68832, '3220', '183.00', '4', '0.3', '5', '60000000', '60999999', '83801000', '87999999', NULL, 1652919561),
(68833, '3298', '133.00', '9', '5.001', '10', '60000000', '60999999', '83801000', '87999999', NULL, 1652919562),
(68834, '3220', '266.00', '4', '5.001', '10', '60000000', '60999999', '83801000', '87999999', NULL, 1652919562),
(68835, '3298', '215.00', '9', '10.001', '15', '60000000', '60999999', '83801000', '87999999', NULL, 1652919563),
(68836, '3220', '430.00', '4', '10.001', '15', '60000000', '60999999', '83801000', '87999999', NULL, 1652919564),
(68837, '3298', '298.00', '9', '15.001', '20', '60000000', '60999999', '83801000', '87999999', NULL, 1652919564),
(68838, '3220', '595.00', '4', '15.001', '20', '60000000', '60999999', '83801000', '87999999', NULL, 1652919565),
(68839, '3298', '380.00', '9', '20.001', '25', '60000000', '60999999', '83801000', '87999999', NULL, 1652919566),
(68840, '3220', '760.00', '4', '20.001', '25', '60000000', '60999999', '83801000', '87999999', NULL, 1652919567),
(68841, '3298', '463.00', '9', '25.001', '30', '60000000', '60999999', '83801000', '87999999', NULL, 1652919576),
(68842, '3220', '925.00', '4', '25.001', '30', '60000000', '60999999', '83801000', '87999999', NULL, 1652919584),
(68843, '3298', '45.00', '7', '0.3', '5', '60000000', '60999999', '88000000', '82999999', NULL, 1652919584),
(68844, '3220', '137.00', '2', '0.3', '5', '60000000', '60999999', '88000000', '82999999', NULL, 1652919585),
(68845, '3298', '71.00', '7', '5.001', '10', '60000000', '60999999', '88000000', '82999999', NULL, 1652919593),
(68846, '3220', '214.00', '2', '5.001', '10', '60000000', '60999999', '88000000', '82999999', NULL, 1652919594),
(68847, '3298', '116.00', '7', '10.001', '15', '60000000', '60999999', '88000000', '82999999', NULL, 1652919595),
(68848, '3220', '346.00', '2', '10.001', '15', '60000000', '60999999', '88000000', '82999999', NULL, 1652919596),
(68849, '3298', '160.00', '7', '15.001', '20', '60000000', '60999999', '88000000', '82999999', NULL, 1652919596),
(68850, '3220', '479.00', '2', '15.001', '20', '60000000', '60999999', '88000000', '82999999', NULL, 1652919604),
(68851, '3298', '205.00', '7', '20.001', '25', '60000000', '60999999', '88000000', '82999999', NULL, 1652919605),
(68852, '3220', '612.00', '2', '20.001', '25', '60000000', '60999999', '88000000', '82999999', NULL, 1652919605),
(68853, '3298', '249.00', '7', '25.001', '30', '60000000', '60999999', '88000000', '82999999', NULL, 1652919607),
(68854, '3220', '744.00', '2', '25.001', '30', '60000000', '60999999', '88000000', '82999999', NULL, 1652919607),
(68855, '3298', '45.00', '7', '0.3', '5', '60000000', '60999999', '88000000', '88469999', NULL, 1652919608),
(68856, '3220', '137.00', '2', '0.3', '5', '60000000', '60999999', '88000000', '88469999', NULL, 1652919615),
(68857, '3298', '71.00', '7', '5.001', '10', '60000000', '60999999', '88000000', '88469999', NULL, 1652919616),
(68858, '3220', '214.00', '2', '5.001', '10', '60000000', '60999999', '88000000', '88469999', NULL, 1652919616),
(68859, '3298', '116.00', '7', '10.001', '15', '60000000', '60999999', '88000000', '88469999', NULL, 1652919617),
(68860, '3220', '346.00', '2', '10.001', '15', '60000000', '60999999', '88000000', '88469999', NULL, 1652919618),
(68861, '3298', '160.00', '7', '15.001', '20', '60000000', '60999999', '88000000', '88469999', NULL, 1652919618),
(68862, '3220', '479.00', '2', '15.001', '20', '60000000', '60999999', '88000000', '88469999', NULL, 1652919620),
(68863, '3298', '205.00', '7', '20.001', '25', '60000000', '60999999', '88000000', '88469999', NULL, 1652919620),
(68864, '3220', '612.00', '2', '20.001', '25', '60000000', '60999999', '88000000', '88469999', NULL, 1652919621),
(68865, '3298', '249.00', '7', '25.001', '30', '60000000', '60999999', '88000000', '88469999', NULL, 1652919622),
(68866, '3220', '744.00', '2', '25.001', '30', '60000000', '60999999', '88000000', '88469999', NULL, 1652919622),
(68867, '3298', '78.00', '7', '0.3', '5', '60000000', '60999999', '88470000', '89999999', NULL, 1652919624),
(68868, '3220', '154.00', '3', '0.3', '5', '60000000', '60999999', '88470000', '89999999', NULL, 1652919624),
(68869, '3298', '114.00', '7', '5.001', '10', '60000000', '60999999', '88470000', '89999999', NULL, 1652919625),
(68870, '3220', '223.00', '3', '5.001', '10', '60000000', '60999999', '88470000', '89999999', NULL, 1652919626),
(68871, '3298', '185.00', '7', '10.001', '15', '60000000', '60999999', '88470000', '89999999', NULL, 1652919627),
(68872, '3220', '361.00', '3', '10.001', '15', '60000000', '60999999', '88470000', '89999999', NULL, 1652919628),
(68873, '3298', '256.00', '7', '15.001', '20', '60000000', '60999999', '88470000', '89999999', NULL, 1652919628),
(68874, '3220', '500.00', '3', '15.001', '20', '60000000', '60999999', '88470000', '89999999', NULL, 1652919629),
(68875, '3298', '327.00', '7', '20.001', '25', '60000000', '60999999', '88470000', '89999999', NULL, 1652919630),
(68876, '3220', '638.00', '3', '20.001', '25', '60000000', '60999999', '88470000', '89999999', NULL, 1652919630),
(68877, '3298', '398.00', '7', '25.001', '30', '60000000', '60999999', '88470000', '89999999', NULL, 1652919631),
(68878, '3220', '777.00', '3', '25.001', '30', '60000000', '60999999', '88470000', '89999999', NULL, 1652919632),
(68879, '3298', '45.00', '7', '0.3', '5', '60000000', '60999999', '90000000', '91999999', NULL, 1652919632),
(68880, '3220', '137.00', '2', '0.3', '5', '60000000', '60999999', '90000000', '91999999', NULL, 1652919633),
(68881, '3298', '71.00', '7', '5.001', '10', '60000000', '60999999', '90000000', '91999999', NULL, 1652919633),
(68882, '3220', '214.00', '2', '5.001', '10', '60000000', '60999999', '90000000', '91999999', NULL, 1652919634),
(68883, '3298', '116.00', '7', '10.001', '15', '60000000', '60999999', '90000000', '91999999', NULL, 1652919635),
(68884, '3220', '346.00', '2', '10.001', '15', '60000000', '60999999', '90000000', '91999999', NULL, 1652919636),
(68885, '3298', '160.00', '7', '15.001', '20', '60000000', '60999999', '90000000', '91999999', NULL, 1652919637),
(68886, '3220', '479.00', '2', '15.001', '20', '60000000', '60999999', '90000000', '91999999', NULL, 1652919638),
(68887, '3298', '205.00', '7', '20.001', '25', '60000000', '60999999', '90000000', '91999999', NULL, 1652919638),
(68888, '3220', '612.00', '2', '20.001', '25', '60000000', '60999999', '90000000', '91999999', NULL, 1652919639),
(68889, '3298', '249.00', '7', '25.001', '30', '60000000', '60999999', '90000000', '91999999', NULL, 1652919640),
(68890, '3220', '744.00', '2', '25.001', '30', '60000000', '60999999', '90000000', '91999999', NULL, 1652919640),
(68891, '3298', '45.00', '7', '0.3', '5', '60000000', '60999999', '90000000', '94900999', NULL, 1652919641),
(68892, '3220', '137.00', '3', '0.3', '5', '60000000', '60999999', '90000000', '94900999', NULL, 1652919647),
(68893, '3298', '71.00', '7', '5.001', '10', '60000000', '60999999', '90000000', '94900999', NULL, 1652919648),
(68894, '3220', '214.00', '3', '5.001', '10', '60000000', '60999999', '90000000', '94900999', NULL, 1652919649),
(68895, '3298', '116.00', '7', '10.001', '15', '60000000', '60999999', '90000000', '94900999', NULL, 1652919650),
(68896, '3220', '346.00', '3', '10.001', '15', '60000000', '60999999', '90000000', '94900999', NULL, 1652919651),
(68897, '3298', '160.00', '7', '15.001', '20', '60000000', '60999999', '90000000', '94900999', NULL, 1652919651),
(68898, '3220', '479.00', '3', '15.001', '20', '60000000', '60999999', '90000000', '94900999', NULL, 1652919654),
(68899, '3298', '205.00', '7', '20.001', '25', '60000000', '60999999', '90000000', '94900999', NULL, 1652919654),
(68900, '3220', '612.00', '3', '20.001', '25', '60000000', '60999999', '90000000', '94900999', NULL, 1652919656),
(68901, '3298', '249.00', '7', '25.001', '30', '60000000', '60999999', '90000000', '94900999', NULL, 1652919659),
(68902, '3220', '744.00', '3', '25.001', '30', '60000000', '60999999', '90000000', '94900999', NULL, 1652919660),
(68903, '3298', '90.00', '12', '0.3', '5', '60000000', '60999999', '94901000', '99999999', NULL, 1652919661),
(68904, '3220', '183.00', '6', '0.3', '5', '60000000', '60999999', '94901000', '99999999', NULL, 1652919663),
(68905, '3298', '133.00', '12', '5.001', '10', '60000000', '60999999', '94901000', '99999999', NULL, 1652919665),
(68906, '3220', '266.00', '6', '5.001', '10', '60000000', '60999999', '94901000', '99999999', NULL, 1652919666),
(68907, '3298', '215.00', '12', '10.001', '15', '60000000', '60999999', '94901000', '99999999', NULL, 1652919666),
(68908, '3220', '430.00', '6', '10.001', '15', '60000000', '60999999', '94901000', '99999999', NULL, 1652919667),
(68909, '3298', '298.00', '12', '15.001', '20', '60000000', '60999999', '94901000', '99999999', NULL, 1652919669),
(68910, '3220', '595.00', '6', '15.001', '20', '60000000', '60999999', '94901000', '99999999', NULL, 1652919670),
(68911, '3298', '380.00', '12', '20.001', '25', '60000000', '60999999', '94901000', '99999999', NULL, 1652919671),
(68912, '3220', '760.00', '6', '20.001', '25', '60000000', '60999999', '94901000', '99999999', NULL, 1652919672),
(68913, '3298', '463.00', '12', '25.001', '30', '60000000', '60999999', '94901000', '99999999', NULL, 1652919673),
(68914, '3220', '925.00', '6', '25.001', '30', '60000000', '60999999', '94901000', '99999999', NULL, 1652919676),
(68915, '3298', '45.00', '7', '0.3', '5', '60000000', '61900999', '01000000', '08499999', NULL, 1652919682),
(68916, '3220', '137.00', '1', '0.3', '5', '60000000', '61900999', '01000000', '08499999', NULL, 1652919684),
(68917, '3298', '71.00', '7', '5.001', '10', '60000000', '61900999', '01000000', '08499999', NULL, 1652919687),
(68918, '3220', '214.00', '1', '5.001', '10', '60000000', '61900999', '01000000', '08499999', NULL, 1652919689),
(68919, '3298', '116.00', '7', '10.001', '15', '60000000', '61900999', '01000000', '08499999', NULL, 1652919690),
(68920, '3220', '346.00', '1', '10.001', '15', '60000000', '61900999', '01000000', '08499999', NULL, 1652919691),
(68921, '3298', '160.00', '7', '15.001', '20', '60000000', '61900999', '01000000', '08499999', NULL, 1652919693),
(68922, '3220', '479.00', '1', '15.001', '20', '60000000', '61900999', '01000000', '08499999', NULL, 1652919694),
(68923, '3298', '205.00', '7', '20.001', '25', '60000000', '61900999', '01000000', '08499999', NULL, 1652919699),
(68924, '3220', '612.00', '1', '20.001', '25', '60000000', '61900999', '01000000', '08499999', NULL, 1652919701),
(68925, '3298', '249.00', '7', '25.001', '30', '60000000', '61900999', '01000000', '08499999', NULL, 1652919705),
(68926, '3220', '744.00', '1', '25.001', '30', '60000000', '61900999', '01000000', '08499999', NULL, 1652919706),
(68927, '3298', '45.00', '7', '0.3', '5', '60000000', '61900999', '06000000', '09999999', NULL, 1652919707),
(68928, '3220', '137.00', '2', '0.3', '5', '60000000', '61900999', '06000000', '09999999', NULL, 1652919708),
(68929, '3298', '71.00', '7', '5.001', '10', '60000000', '61900999', '06000000', '09999999', NULL, 1652919714),
(68930, '3220', '214.00', '2', '5.001', '10', '60000000', '61900999', '06000000', '09999999', NULL, 1652919716),
(68931, '3298', '116.00', '7', '10.001', '15', '60000000', '61900999', '06000000', '09999999', NULL, 1652919717),
(68932, '3220', '346.00', '2', '10.001', '15', '60000000', '61900999', '06000000', '09999999', NULL, 1652919718),
(68933, '3298', '160.00', '7', '15.001', '20', '60000000', '61900999', '06000000', '09999999', NULL, 1652919719),
(68934, '3220', '479.00', '2', '15.001', '20', '60000000', '61900999', '06000000', '09999999', NULL, 1652919720),
(68935, '3298', '205.00', '7', '20.001', '25', '60000000', '61900999', '06000000', '09999999', NULL, 1652919722),
(68936, '3220', '612.00', '2', '20.001', '25', '60000000', '61900999', '06000000', '09999999', NULL, 1652919723),
(68937, '3298', '249.00', '7', '25.001', '30', '60000000', '61900999', '06000000', '09999999', NULL, 1652919726),
(68938, '3220', '744.00', '2', '25.001', '30', '60000000', '61900999', '06000000', '09999999', NULL, 1652919728),
(68939, '3298', '45.00', '7', '0.3', '5', '60000000', '61900999', '11000000', '11999999', NULL, 1652919733),
(68940, '3220', '137.00', '3', '0.3', '5', '60000000', '61900999', '11000000', '11999999', NULL, 1652919739),
(68941, '3298', '71.00', '7', '5.001', '10', '60000000', '61900999', '11000000', '11999999', NULL, 1652919739),
(68942, '3220', '214.00', '3', '5.001', '10', '60000000', '61900999', '11000000', '11999999', NULL, 1652919740),
(68943, '3298', '116.00', '7', '10.001', '15', '60000000', '61900999', '11000000', '11999999', NULL, 1652919742),
(68944, '3220', '346.00', '3', '10.001', '15', '60000000', '61900999', '11000000', '11999999', NULL, 1652919745),
(68945, '3298', '160.00', '7', '15.001', '20', '60000000', '61900999', '11000000', '11999999', NULL, 1652919746),
(68946, '3220', '479.00', '3', '15.001', '20', '60000000', '61900999', '11000000', '11999999', NULL, 1652919746),
(68947, '3298', '205.00', '7', '20.001', '25', '60000000', '61900999', '11000000', '11999999', NULL, 1652919747),
(68948, '3220', '612.00', '3', '20.001', '25', '60000000', '61900999', '11000000', '11999999', NULL, 1652919749),
(68949, '3298', '249.00', '7', '25.001', '30', '60000000', '61900999', '11000000', '11999999', NULL, 1652919750),
(68950, '3220', '744.00', '3', '25.001', '30', '60000000', '61900999', '11000000', '11999999', NULL, 1652919750),
(68951, '3298', '45.00', '7', '0.3', '5', '60000000', '61900999', '12000000', '19999999', NULL, 1652919751),
(68952, '3220', '137.00', '2', '0.3', '5', '60000000', '61900999', '12000000', '19999999', NULL, 1652919751),
(68953, '3298', '71.00', '7', '5.001', '10', '60000000', '61900999', '12000000', '19999999', NULL, 1652919752),
(68954, '3220', '214.00', '2', '5.001', '10', '60000000', '61900999', '12000000', '19999999', NULL, 1652919753),
(68955, '3298', '116.00', '7', '10.001', '15', '60000000', '61900999', '12000000', '19999999', NULL, 1652919753),
(68956, '3220', '346.00', '2', '10.001', '15', '60000000', '61900999', '12000000', '19999999', NULL, 1652919754),
(68957, '3298', '160.00', '7', '15.001', '20', '60000000', '61900999', '12000000', '19999999', NULL, 1652919758),
(68958, '3220', '479.00', '2', '15.001', '20', '60000000', '61900999', '12000000', '19999999', NULL, 1652919760),
(68959, '3298', '205.00', '7', '20.001', '25', '60000000', '61900999', '12000000', '19999999', NULL, 1652919761),
(68960, '3220', '612.00', '2', '20.001', '25', '60000000', '61900999', '12000000', '19999999', NULL, 1652919762),
(68961, '3298', '249.00', '7', '25.001', '30', '60000000', '61900999', '12000000', '19999999', NULL, 1652919768),
(68962, '3220', '744.00', '2', '25.001', '30', '60000000', '61900999', '12000000', '19999999', NULL, 1652919769),
(68963, '3298', '70.00', '9', '0.3', '5', '60000000', '61900999', '26601000', '28999999', NULL, 1652919825),
(68964, '3220', '157.00', '4', '0.3', '5', '60000000', '61900999', '26601000', '28999999', NULL, 1652919837),
(68965, '3298', '106.00', '9', '5.001', '10', '60000000', '61900999', '26601000', '28999999', NULL, 1652919838),
(68966, '3220', '226.00', '4', '5.001', '10', '60000000', '61900999', '26601000', '28999999', NULL, 1652919840),
(68967, '3298', '172.00', '9', '10.001', '15', '60000000', '61900999', '26601000', '28999999', NULL, 1652919853),
(68968, '3220', '367.00', '4', '10.001', '15', '60000000', '61900999', '26601000', '28999999', NULL, 1652919855),
(68969, '3298', '239.00', '9', '15.001', '20', '60000000', '61900999', '26601000', '28999999', NULL, 1652919858),
(68970, '3220', '508.00', '4', '15.001', '20', '60000000', '61900999', '26601000', '28999999', NULL, 1652919859),
(68971, '3298', '305.00', '9', '20.001', '25', '60000000', '61900999', '26601000', '28999999', NULL, 1652919860),
(68972, '3220', '649.00', '4', '20.001', '25', '60000000', '61900999', '26601000', '28999999', NULL, 1652919864),
(68973, '3298', '371.00', '9', '25.001', '30', '60000000', '61900999', '26601000', '28999999', NULL, 1652919864),
(68974, '3220', '789.00', '4', '25.001', '30', '60000000', '61900999', '26601000', '28999999', NULL, 1652919867),
(68975, '3298', '34.00', '6', '0.3', '5', '60000000', '61900999', '29000000', '29099999', NULL, 1652919867),
(68976, '3220', '80.00', '2', '0.3', '5', '60000000', '61900999', '29000000', '29099999', NULL, 1652919868),
(68977, '3298', '50.00', '6', '5.001', '10', '60000000', '61900999', '29000000', '29099999', NULL, 1652919869),
(68978, '3220', '125.00', '2', '5.001', '10', '60000000', '61900999', '29000000', '29099999', NULL, 1652919870),
(68979, '3298', '82.00', '6', '10.001', '15', '60000000', '61900999', '29000000', '29099999', NULL, 1652919871),
(68980, '3220', '203.00', '2', '10.001', '15', '60000000', '61900999', '29000000', '29099999', NULL, 1652919871),
(68981, '3298', '113.00', '6', '15.001', '20', '60000000', '61900999', '29000000', '29099999', NULL, 1652919875),
(68982, '3220', '281.00', '2', '15.001', '20', '60000000', '61900999', '29000000', '29099999', NULL, 1652919876),
(68983, '3298', '145.00', '6', '20.001', '25', '60000000', '61900999', '29000000', '29099999', NULL, 1652919877),
(68984, '3220', '359.00', '2', '20.001', '25', '60000000', '61900999', '29000000', '29099999', NULL, 1652919877),
(68985, '3298', '176.00', '6', '25.001', '30', '60000000', '61900999', '29000000', '29099999', NULL, 1652919878),
(68986, '3220', '437.00', '2', '25.001', '30', '60000000', '61900999', '29000000', '29099999', NULL, 1652919885),
(68987, '3298', '50.00', '9', '0.3', '5', '60000000', '61900999', '29100000', '29999999', NULL, 1652919886),
(68988, '3220', '124.00', '4', '0.3', '5', '60000000', '61900999', '29100000', '29999999', NULL, 1652919887),
(68989, '3298', '83.00', '9', '5.001', '10', '60000000', '61900999', '29100000', '29999999', NULL, 1652919888),
(68990, '3220', '175.00', '4', '5.001', '10', '60000000', '61900999', '29100000', '29999999', NULL, 1652919889),
(68991, '3298', '135.00', '9', '10.001', '15', '60000000', '61900999', '29100000', '29999999', NULL, 1652919892),
(68992, '3220', '283.00', '4', '10.001', '15', '60000000', '61900999', '29100000', '29999999', NULL, 1652919893),
(68993, '3298', '186.00', '9', '15.001', '20', '60000000', '61900999', '29100000', '29999999', NULL, 1652919894),
(68994, '3220', '392.00', '4', '15.001', '20', '60000000', '61900999', '29100000', '29999999', NULL, 1652919897),
(68995, '3298', '238.00', '9', '20.001', '25', '60000000', '61900999', '29100000', '29999999', NULL, 1652919898),
(68996, '3220', '500.00', '4', '20.001', '25', '60000000', '61900999', '29100000', '29999999', NULL, 1652919899),
(68997, '3298', '290.00', '9', '25.001', '30', '60000000', '61900999', '29100000', '29999999', NULL, 1652919899),
(68998, '3220', '609.00', '4', '25.001', '30', '60000000', '61900999', '29100000', '29999999', NULL, 1652919901),
(68999, '3298', '38.00', '7', '0.3', '5', '60000000', '61900999', '30000000', '31999999', NULL, 1652919910),
(69000, '3220', '113.00', '2', '0.3', '5', '60000000', '61900999', '30000000', '31999999', NULL, 1652919913),
(69001, '3298', '58.00', '7', '5.001', '10', '60000000', '61900999', '30000000', '31999999', NULL, 1652919916),
(69002, '3220', '176.00', '2', '5.001', '10', '60000000', '61900999', '30000000', '31999999', NULL, 1652919919),
(69003, '3298', '94.00', '7', '10.001', '15', '60000000', '61900999', '30000000', '31999999', NULL, 1652919919),
(69004, '3220', '286.00', '2', '10.001', '15', '60000000', '61900999', '30000000', '31999999', NULL, 1652919921),
(69005, '3298', '130.00', '7', '15.001', '20', '60000000', '61900999', '30000000', '31999999', NULL, 1652919921),
(69006, '3220', '396.00', '2', '15.001', '20', '60000000', '61900999', '30000000', '31999999', NULL, 1652919924),
(69007, '3298', '166.00', '7', '20.001', '25', '60000000', '61900999', '30000000', '31999999', NULL, 1652919926),
(69008, '3220', '505.00', '2', '20.001', '25', '60000000', '61900999', '30000000', '31999999', NULL, 1652919927),
(69009, '3298', '202.00', '7', '25.001', '30', '60000000', '61900999', '30000000', '31999999', NULL, 1652919929),
(69010, '3220', '615.00', '2', '25.001', '30', '60000000', '61900999', '30000000', '31999999', NULL, 1652919930),
(69011, '3298', '38.00', '7', '0.3', '5', '60000000', '61900999', '30000000', '34999999', NULL, 1652919931),
(69012, '3220', '113.00', '2', '0.3', '5', '60000000', '61900999', '30000000', '34999999', NULL, 1652919931),
(69013, '3298', '58.00', '7', '5.001', '10', '60000000', '61900999', '30000000', '34999999', NULL, 1652919932),
(69014, '3220', '176.00', '2', '5.001', '10', '60000000', '61900999', '30000000', '34999999', NULL, 1652919934),
(69015, '3298', '94.00', '7', '10.001', '15', '60000000', '61900999', '30000000', '34999999', NULL, 1652919942),
(69016, '3220', '286.00', '2', '10.001', '15', '60000000', '61900999', '30000000', '34999999', NULL, 1652919943),
(69017, '3298', '130.00', '7', '15.001', '20', '60000000', '61900999', '30000000', '34999999', NULL, 1652919946),
(69018, '3220', '396.00', '2', '15.001', '20', '60000000', '61900999', '30000000', '34999999', NULL, 1652919947),
(69019, '3298', '166.00', '7', '20.001', '25', '60000000', '61900999', '30000000', '34999999', NULL, 1652919949),
(69020, '3220', '505.00', '2', '20.001', '25', '60000000', '61900999', '30000000', '34999999', NULL, 1652919950),
(69021, '3298', '202.00', '7', '25.001', '30', '60000000', '61900999', '30000000', '34999999', NULL, 1652919950),
(69022, '3220', '615.00', '2', '25.001', '30', '60000000', '61900999', '30000000', '34999999', NULL, 1652919951),
(69023, '3298', '70.00', '9', '0.3', '5', '60000000', '61900999', '35000000', '39999999', NULL, 1652919953),
(69024, '3220', '157.00', '4', '0.3', '5', '60000000', '61900999', '35000000', '39999999', NULL, 1652919954),
(69025, '3298', '106.00', '9', '5.001', '10', '60000000', '61900999', '35000000', '39999999', NULL, 1652919955),
(69026, '3220', '226.00', '4', '5.001', '10', '60000000', '61900999', '35000000', '39999999', NULL, 1652919955),
(69027, '3298', '172.00', '9', '10.001', '15', '60000000', '61900999', '35000000', '39999999', NULL, 1652919956),
(69028, '3220', '367.00', '4', '10.001', '15', '60000000', '61900999', '35000000', '39999999', NULL, 1652919957),
(69029, '3298', '239.00', '9', '15.001', '20', '60000000', '61900999', '35000000', '39999999', NULL, 1652919958),
(69030, '3220', '508.00', '4', '15.001', '20', '60000000', '61900999', '35000000', '39999999', NULL, 1652919960),
(69031, '3298', '305.00', '9', '20.001', '25', '60000000', '61900999', '35000000', '39999999', NULL, 1652919961),
(69032, '3220', '649.00', '4', '20.001', '25', '60000000', '61900999', '35000000', '39999999', NULL, 1652919963),
(69033, '3298', '371.00', '9', '25.001', '30', '60000000', '61900999', '35000000', '39999999', NULL, 1652919965),
(69034, '3220', '789.00', '4', '25.001', '30', '60000000', '61900999', '35000000', '39999999', NULL, 1652919966),
(69035, '3298', '38.00', '5', '0.3', '5', '60000000', '61900999', '40000000', '41999999', NULL, 1652919970),
(69036, '3220', '113.00', '1', '0.3', '5', '60000000', '61900999', '40000000', '41999999', NULL, 1652919976),
(69037, '3298', '58.00', '5', '5.001', '10', '60000000', '61900999', '40000000', '41999999', NULL, 1652919978),
(69038, '3220', '176.00', '1', '5.001', '10', '60000000', '61900999', '40000000', '41999999', NULL, 1652919979),
(69039, '3298', '94.00', '5', '10.001', '15', '60000000', '61900999', '40000000', '41999999', NULL, 1652919984),
(69040, '3220', '286.00', '1', '10.001', '15', '60000000', '61900999', '40000000', '41999999', NULL, 1652919984),
(69041, '3298', '130.00', '5', '15.001', '20', '60000000', '61900999', '40000000', '41999999', NULL, 1652919987),
(69042, '3220', '396.00', '1', '15.001', '20', '60000000', '61900999', '40000000', '41999999', NULL, 1652919989),
(69043, '3298', '166.00', '5', '20.001', '25', '60000000', '61900999', '40000000', '41999999', NULL, 1652919990),
(69044, '3220', '505.00', '1', '20.001', '25', '60000000', '61900999', '40000000', '41999999', NULL, 1652919991),
(69045, '3298', '202.00', '5', '25.001', '30', '60000000', '61900999', '40000000', '41999999', NULL, 1652919992),
(69046, '3220', '615.00', '1', '25.001', '30', '60000000', '61900999', '40000000', '41999999', NULL, 1652919995),
(69047, '3298', '38.00', '5', '0.3', '5', '60000000', '61900999', '40000000', '44470999', NULL, 1652919995),
(69048, '3220', '113.00', '1', '0.3', '5', '60000000', '61900999', '40000000', '44470999', NULL, 1652919996),
(69049, '3298', '58.00', '5', '5.001', '10', '60000000', '61900999', '40000000', '44470999', NULL, 1652919997),
(69050, '3220', '176.00', '1', '5.001', '10', '60000000', '61900999', '40000000', '44470999', NULL, 1652919997),
(69051, '3298', '94.00', '5', '10.001', '15', '60000000', '61900999', '40000000', '44470999', NULL, 1652920002),
(69052, '3220', '286.00', '1', '10.001', '15', '60000000', '61900999', '40000000', '44470999', NULL, 1652920003),
(69053, '3298', '130.00', '5', '15.001', '20', '60000000', '61900999', '40000000', '44470999', NULL, 1652920008),
(69054, '3220', '396.00', '1', '15.001', '20', '60000000', '61900999', '40000000', '44470999', NULL, 1652920010),
(69055, '3298', '166.00', '5', '20.001', '25', '60000000', '61900999', '40000000', '44470999', NULL, 1652920011),
(69056, '3220', '505.00', '1', '20.001', '25', '60000000', '61900999', '40000000', '44470999', NULL, 1652920012),
(69057, '3298', '202.00', '5', '25.001', '30', '60000000', '61900999', '40000000', '44470999', NULL, 1652920012),
(69058, '3220', '615.00', '1', '25.001', '30', '60000000', '61900999', '40000000', '44470999', NULL, 1652920019),
(69059, '3298', '60.00', '6', '0.3', '5', '60000000', '61900999', '44471000', '48999999', NULL, 1652920023),
(69060, '3220', '132.00', '2', '0.3', '5', '60000000', '61900999', '44471000', '48999999', NULL, 1652920025),
(69061, '3298', '91.00', '6', '5.001', '10', '60000000', '61900999', '44471000', '48999999', NULL, 1652920025),
(69062, '3220', '190.00', '2', '5.001', '10', '60000000', '61900999', '44471000', '48999999', NULL, 1652920027),
(69063, '3298', '148.00', '6', '10.001', '15', '60000000', '61900999', '44471000', '48999999', NULL, 1652920028),
(69064, '3220', '308.00', '2', '10.001', '15', '60000000', '61900999', '44471000', '48999999', NULL, 1652920032),
(69065, '3298', '205.00', '6', '15.001', '20', '60000000', '61900999', '44471000', '48999999', NULL, 1652920033);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(69066, '3220', '427.00', '2', '15.001', '20', '60000000', '61900999', '44471000', '48999999', NULL, 1652920034),
(69067, '3298', '262.00', '6', '20.001', '25', '60000000', '61900999', '44471000', '48999999', NULL, 1652920040),
(69068, '3220', '545.00', '2', '20.001', '25', '60000000', '61900999', '44471000', '48999999', NULL, 1652920041),
(69069, '3298', '319.00', '6', '25.001', '30', '60000000', '61900999', '44471000', '48999999', NULL, 1652920041),
(69070, '3220', '663.00', '2', '25.001', '30', '60000000', '61900999', '44471000', '48999999', NULL, 1652920042),
(69071, '3298', '34.00', '6', '0.3', '5', '60000000', '61900999', '49000000', '49099999', NULL, 1652920043),
(69072, '3220', '80.00', '2', '0.3', '5', '60000000', '61900999', '49000000', '49099999', NULL, 1652920049),
(69073, '3298', '50.00', '6', '5.001', '10', '60000000', '61900999', '49000000', '49099999', NULL, 1652920049),
(69074, '3220', '125.00', '2', '5.001', '10', '60000000', '61900999', '49000000', '49099999', NULL, 1652920050),
(69075, '3298', '82.00', '6', '10.001', '15', '60000000', '61900999', '49000000', '49099999', NULL, 1652920050),
(69076, '3220', '203.00', '2', '10.001', '15', '60000000', '61900999', '49000000', '49099999', NULL, 1652920051),
(69077, '3298', '113.00', '6', '15.001', '20', '60000000', '61900999', '49000000', '49099999', NULL, 1652920052),
(69078, '3220', '281.00', '2', '15.001', '20', '60000000', '61900999', '49000000', '49099999', NULL, 1652920053),
(69079, '3298', '145.00', '6', '20.001', '25', '60000000', '61900999', '49000000', '49099999', NULL, 1652920054),
(69080, '3220', '359.00', '2', '20.001', '25', '60000000', '61900999', '49000000', '49099999', NULL, 1652920054),
(69081, '3298', '176.00', '6', '25.001', '30', '60000000', '61900999', '49000000', '49099999', NULL, 1652920055),
(69082, '3220', '437.00', '2', '25.001', '30', '60000000', '61900999', '49000000', '49099999', NULL, 1652920056),
(69083, '3298', '50.00', '8', '0.3', '5', '60000000', '61900999', '49100000', '49999999', NULL, 1652920057),
(69084, '3220', '124.00', '4', '0.3', '5', '60000000', '61900999', '49100000', '49999999', NULL, 1652920058),
(69085, '3298', '83.00', '8', '5.001', '10', '60000000', '61900999', '49100000', '49999999', NULL, 1652920060),
(69086, '3220', '175.00', '4', '5.001', '10', '60000000', '61900999', '49100000', '49999999', NULL, 1652920061),
(69087, '3298', '135.00', '8', '10.001', '15', '60000000', '61900999', '49100000', '49999999', NULL, 1652920062),
(69088, '3220', '283.00', '4', '10.001', '15', '60000000', '61900999', '49100000', '49999999', NULL, 1652920062),
(69089, '3298', '186.00', '8', '15.001', '20', '60000000', '61900999', '49100000', '49999999', NULL, 1652920064),
(69090, '3220', '392.00', '4', '15.001', '20', '60000000', '61900999', '49100000', '49999999', NULL, 1652920067),
(69091, '3298', '238.00', '8', '20.001', '25', '60000000', '61900999', '49100000', '49999999', NULL, 1652920070),
(69092, '3220', '500.00', '4', '20.001', '25', '60000000', '61900999', '49100000', '49999999', NULL, 1652920071),
(69093, '3298', '290.00', '8', '25.001', '30', '60000000', '61900999', '49100000', '49999999', NULL, 1652920073),
(69094, '3220', '609.00', '4', '25.001', '30', '60000000', '61900999', '49100000', '49999999', NULL, 1652920074),
(69095, '3298', '30.00', '6', '0.3', '5', '60000000', '61900999', '50000000', '52999999', NULL, 1652920076),
(69096, '3220', '59.00', '2', '0.3', '5', '60000000', '61900999', '50000000', '52999999', NULL, 1652920082),
(69097, '3298', '44.00', '6', '5.001', '10', '60000000', '61900999', '50000000', '52999999', NULL, 1652920083),
(69098, '3220', '93.00', '2', '5.001', '10', '60000000', '61900999', '50000000', '52999999', NULL, 1652920084),
(69099, '3298', '71.00', '6', '10.001', '15', '60000000', '61900999', '50000000', '52999999', NULL, 1652920086),
(69100, '3220', '150.00', '2', '10.001', '15', '60000000', '61900999', '50000000', '52999999', NULL, 1652920087),
(69101, '3298', '99.00', '6', '15.001', '20', '60000000', '61900999', '50000000', '52999999', NULL, 1652920089),
(69102, '3220', '208.00', '2', '15.001', '20', '60000000', '61900999', '50000000', '52999999', NULL, 1652920096),
(69103, '3298', '126.00', '6', '20.001', '25', '60000000', '61900999', '50000000', '52999999', NULL, 1652920097),
(69104, '3220', '266.00', '2', '20.001', '25', '60000000', '61900999', '50000000', '52999999', NULL, 1652920097),
(69105, '3298', '153.00', '6', '25.001', '30', '60000000', '61900999', '50000000', '52999999', NULL, 1652920098),
(69106, '3220', '324.00', '2', '25.001', '30', '60000000', '61900999', '50000000', '52999999', NULL, 1652920099),
(69107, '3298', '30.00', '6', '0.3', '5', '60000000', '61900999', '50000000', '54999999', NULL, 1652920102),
(69108, '3220', '59.00', '2', '0.3', '5', '60000000', '61900999', '50000000', '54999999', NULL, 1652920102),
(69109, '3298', '44.00', '6', '5.001', '10', '60000000', '61900999', '50000000', '54999999', NULL, 1652920103),
(69110, '3220', '93.00', '2', '5.001', '10', '60000000', '61900999', '50000000', '54999999', NULL, 1652920104),
(69111, '3298', '71.00', '6', '10.001', '15', '60000000', '61900999', '50000000', '54999999', NULL, 1652920105),
(69112, '3220', '150.00', '2', '10.001', '15', '60000000', '61900999', '50000000', '54999999', NULL, 1652920105),
(69113, '3298', '99.00', '6', '15.001', '20', '60000000', '61900999', '50000000', '54999999', NULL, 1652920106),
(69114, '3220', '208.00', '2', '15.001', '20', '60000000', '61900999', '50000000', '54999999', NULL, 1652920107),
(69115, '3298', '126.00', '6', '20.001', '25', '60000000', '61900999', '50000000', '54999999', NULL, 1652920108),
(69116, '3220', '266.00', '2', '20.001', '25', '60000000', '61900999', '50000000', '54999999', NULL, 1652920108),
(69117, '3298', '153.00', '6', '25.001', '30', '60000000', '61900999', '50000000', '54999999', NULL, 1652920109),
(69118, '3220', '324.00', '2', '25.001', '30', '60000000', '61900999', '50000000', '54999999', NULL, 1652920109),
(69119, '3298', '44.00', '9', '0.3', '5', '60000000', '61900999', '55000000', '56999999', NULL, 1652920110),
(69120, '3220', '102.00', '7', '0.3', '5', '60000000', '61900999', '55000000', '56999999', NULL, 1652920111),
(69121, '3298', '74.00', '9', '5.001', '10', '60000000', '61900999', '55000000', '56999999', NULL, 1652920112),
(69122, '3220', '141.00', '7', '5.001', '10', '60000000', '61900999', '55000000', '56999999', NULL, 1652920113),
(69123, '3298', '120.00', '9', '10.001', '15', '60000000', '61900999', '55000000', '56999999', NULL, 1652920114),
(69124, '3220', '229.00', '7', '10.001', '15', '60000000', '61900999', '55000000', '56999999', NULL, 1652920115),
(69125, '3298', '166.00', '9', '15.001', '20', '60000000', '61900999', '55000000', '56999999', NULL, 1652920116),
(69126, '3220', '316.00', '7', '15.001', '20', '60000000', '61900999', '55000000', '56999999', NULL, 1652920117),
(69127, '3298', '212.00', '9', '20.001', '25', '60000000', '61900999', '55000000', '56999999', NULL, 1652920118),
(69128, '3220', '404.00', '7', '20.001', '25', '60000000', '61900999', '55000000', '56999999', NULL, 1652920121),
(69129, '3298', '258.00', '9', '25.001', '30', '60000000', '61900999', '55000000', '56999999', NULL, 1652920123),
(69130, '3220', '492.00', '7', '25.001', '30', '60000000', '61900999', '55000000', '56999999', NULL, 1652920124),
(69131, '3298', '34.00', '7', '0.3', '5', '60000000', '61900999', '57000000', '57099999', NULL, 1652920124),
(69132, '3220', '80.00', '3', '0.3', '5', '60000000', '61900999', '57000000', '57099999', NULL, 1652920126),
(69133, '3298', '50.00', '7', '5.001', '10', '60000000', '61900999', '57000000', '57099999', NULL, 1652920131),
(69134, '3220', '125.00', '3', '5.001', '10', '60000000', '61900999', '57000000', '57099999', NULL, 1652920131),
(69135, '3298', '82.00', '7', '10.001', '15', '60000000', '61900999', '57000000', '57099999', NULL, 1652920132),
(69136, '3220', '203.00', '3', '10.001', '15', '60000000', '61900999', '57000000', '57099999', NULL, 1652920133),
(69137, '3298', '113.00', '7', '15.001', '20', '60000000', '61900999', '57000000', '57099999', NULL, 1652920133),
(69138, '3220', '281.00', '3', '15.001', '20', '60000000', '61900999', '57000000', '57099999', NULL, 1652920134),
(69139, '3298', '145.00', '7', '20.001', '25', '60000000', '61900999', '57000000', '57099999', NULL, 1652920136),
(69140, '3220', '359.00', '3', '20.001', '25', '60000000', '61900999', '57000000', '57099999', NULL, 1652920137),
(69141, '3298', '176.00', '7', '25.001', '30', '60000000', '61900999', '57000000', '57099999', NULL, 1652920143),
(69142, '3220', '437.00', '3', '25.001', '30', '60000000', '61900999', '57000000', '57099999', NULL, 1652920149),
(69143, '3298', '34.00', '7', '0.3', '5', '60000000', '61900999', '57100000', '57999999', NULL, 1652920150),
(69144, '3220', '80.00', '5', '0.3', '5', '60000000', '61900999', '57100000', '57999999', NULL, 1652920152),
(69145, '3298', '50.00', '7', '5.001', '10', '60000000', '61900999', '57100000', '57999999', NULL, 1652920152),
(69146, '3220', '125.00', '5', '5.001', '10', '60000000', '61900999', '57100000', '57999999', NULL, 1652920153),
(69147, '3298', '82.00', '7', '10.001', '15', '60000000', '61900999', '57100000', '57999999', NULL, 1652920154),
(69148, '3220', '203.00', '5', '10.001', '15', '60000000', '61900999', '57100000', '57999999', NULL, 1652920156),
(69149, '3298', '113.00', '7', '15.001', '20', '60000000', '61900999', '57100000', '57999999', NULL, 1652920157),
(69150, '3220', '281.00', '5', '15.001', '20', '60000000', '61900999', '57100000', '57999999', NULL, 1652920157),
(69151, '3298', '145.00', '7', '20.001', '25', '60000000', '61900999', '57100000', '57999999', NULL, 1652920158),
(69152, '3220', '359.00', '5', '20.001', '25', '60000000', '61900999', '57100000', '57999999', NULL, 1652920161),
(69153, '3298', '176.00', '7', '25.001', '30', '60000000', '61900999', '57100000', '57999999', NULL, 1652920167),
(69154, '3220', '437.00', '5', '25.001', '30', '60000000', '61900999', '57100000', '57999999', NULL, 1652920169),
(69155, '3298', '30.00', '6', '0.3', '5', '60000000', '61900999', '58000000', '58099999', NULL, 1652920170),
(69156, '3220', '59.00', '2', '0.3', '5', '60000000', '61900999', '58000000', '58099999', NULL, 1652920171),
(69157, '3298', '44.00', '6', '5.001', '10', '60000000', '61900999', '58000000', '58099999', NULL, 1652920178),
(69158, '3220', '93.00', '2', '5.001', '10', '60000000', '61900999', '58000000', '58099999', NULL, 1652920179),
(69159, '3298', '71.00', '6', '10.001', '15', '60000000', '61900999', '58000000', '58099999', NULL, 1652920180),
(69160, '3220', '150.00', '2', '10.001', '15', '60000000', '61900999', '58000000', '58099999', NULL, 1652920183),
(69161, '3298', '99.00', '6', '15.001', '20', '60000000', '61900999', '58000000', '58099999', NULL, 1652920185),
(69162, '3220', '208.00', '2', '15.001', '20', '60000000', '61900999', '58000000', '58099999', NULL, 1652920186),
(69163, '3298', '126.00', '6', '20.001', '25', '60000000', '61900999', '58000000', '58099999', NULL, 1652920187),
(69164, '3220', '266.00', '2', '20.001', '25', '60000000', '61900999', '58000000', '58099999', NULL, 1652920189),
(69165, '3298', '153.00', '6', '25.001', '30', '60000000', '61900999', '58000000', '58099999', NULL, 1652920191),
(69166, '3220', '324.00', '2', '25.001', '30', '60000000', '61900999', '58000000', '58099999', NULL, 1652920199),
(69167, '3298', '44.00', '10', '0.3', '5', '60000000', '61900999', '58100000', '58999999', NULL, 1652920203),
(69168, '3220', '102.00', '8', '0.3', '5', '60000000', '61900999', '58100000', '58999999', NULL, 1652920203),
(69169, '3298', '74.00', '10', '5.001', '10', '60000000', '61900999', '58100000', '58999999', NULL, 1652920205),
(69170, '3220', '141.00', '8', '5.001', '10', '60000000', '61900999', '58100000', '58999999', NULL, 1652920206),
(69171, '3298', '120.00', '10', '10.001', '15', '60000000', '61900999', '58100000', '58999999', NULL, 1652920207),
(69172, '3220', '229.00', '8', '10.001', '15', '60000000', '61900999', '58100000', '58999999', NULL, 1652920208),
(69173, '3298', '166.00', '10', '15.001', '20', '60000000', '61900999', '58100000', '58999999', NULL, 1652920214),
(69174, '3220', '316.00', '8', '15.001', '20', '60000000', '61900999', '58100000', '58999999', NULL, 1652920220),
(69175, '3298', '212.00', '10', '20.001', '25', '60000000', '61900999', '58100000', '58999999', NULL, 1652920221),
(69176, '3220', '404.00', '8', '20.001', '25', '60000000', '61900999', '58100000', '58999999', NULL, 1652920226),
(69177, '3298', '258.00', '10', '25.001', '30', '60000000', '61900999', '58100000', '58999999', NULL, 1652920227),
(69178, '3220', '492.00', '8', '25.001', '30', '60000000', '61900999', '58100000', '58999999', NULL, 1652920227),
(69179, '3298', '30.00', '6', '0.3', '5', '60000000', '61900999', '59000000', '59099999', NULL, 1652920228),
(69180, '3220', '59.00', '2', '0.3', '5', '60000000', '61900999', '59000000', '59099999', NULL, 1652920234),
(69181, '3298', '44.00', '6', '5.001', '10', '60000000', '61900999', '59000000', '59099999', NULL, 1652920234),
(69182, '3220', '93.00', '2', '5.001', '10', '60000000', '61900999', '59000000', '59099999', NULL, 1652920235),
(69183, '3298', '71.00', '6', '10.001', '15', '60000000', '61900999', '59000000', '59099999', NULL, 1652920240),
(69184, '3220', '150.00', '2', '10.001', '15', '60000000', '61900999', '59000000', '59099999', NULL, 1652920241),
(69185, '3298', '99.00', '6', '15.001', '20', '60000000', '61900999', '59000000', '59099999', NULL, 1652920244),
(69186, '3220', '208.00', '2', '15.001', '20', '60000000', '61900999', '59000000', '59099999', NULL, 1652920244),
(69187, '3298', '126.00', '6', '20.001', '25', '60000000', '61900999', '59000000', '59099999', NULL, 1652920250),
(69188, '3220', '266.00', '2', '20.001', '25', '60000000', '61900999', '59000000', '59099999', NULL, 1652920252),
(69189, '3298', '153.00', '6', '25.001', '30', '60000000', '61900999', '59000000', '59099999', NULL, 1652920252),
(69190, '3220', '324.00', '2', '25.001', '30', '60000000', '61900999', '59000000', '59099999', NULL, 1652920256),
(69191, '3298', '30.00', '6', '0.3', '5', '60000000', '61900999', '59100000', '59999999', NULL, 1652920260),
(69192, '3220', '59.00', '2', '0.3', '5', '60000000', '61900999', '59100000', '59999999', NULL, 1652920261),
(69193, '3298', '44.00', '6', '5.001', '10', '60000000', '61900999', '59100000', '59999999', NULL, 1652920261),
(69194, '3220', '93.00', '2', '5.001', '10', '60000000', '61900999', '59100000', '59999999', NULL, 1652920262),
(69195, '3298', '71.00', '6', '10.001', '15', '60000000', '61900999', '59100000', '59999999', NULL, 1652920262),
(69196, '3220', '150.00', '2', '10.001', '15', '60000000', '61900999', '59100000', '59999999', NULL, 1652920263),
(69197, '3298', '99.00', '6', '15.001', '20', '60000000', '61900999', '59100000', '59999999', NULL, 1652920267),
(69198, '3220', '208.00', '2', '15.001', '20', '60000000', '61900999', '59100000', '59999999', NULL, 1652920271),
(69199, '3298', '126.00', '6', '20.001', '25', '60000000', '61900999', '59100000', '59999999', NULL, 1652920278),
(69200, '3220', '266.00', '2', '20.001', '25', '60000000', '61900999', '59100000', '59999999', NULL, 1652920279),
(69201, '3298', '153.00', '6', '25.001', '30', '60000000', '61900999', '59100000', '59999999', NULL, 1652920280),
(69202, '3220', '324.00', '2', '25.001', '30', '60000000', '61900999', '59100000', '59999999', NULL, 1652920286),
(69203, '3298', '25.00', '5', '0.3', '5', '60000000', '61900999', '60000000', '60999999', NULL, 1652920289),
(69204, '3220', '21.00', '1', '0.3', '5', '60000000', '61900999', '60000000', '60999999', NULL, 1652920290),
(69205, '3298', '31.00', '5', '5.001', '10', '60000000', '61900999', '60000000', '60999999', NULL, 1652920294),
(69206, '3220', '27.00', '1', '5.001', '10', '60000000', '61900999', '60000000', '60999999', NULL, 1652920295),
(69207, '3298', '51.00', '5', '10.001', '15', '60000000', '61900999', '60000000', '60999999', NULL, 1652920298),
(69208, '3220', '44.00', '1', '10.001', '15', '60000000', '61900999', '60000000', '60999999', NULL, 1652920299),
(69209, '3298', '71.00', '5', '15.001', '20', '60000000', '61900999', '60000000', '60999999', NULL, 1652920300),
(69210, '3220', '61.00', '1', '15.001', '20', '60000000', '61900999', '60000000', '60999999', NULL, 1652920301),
(69211, '3298', '91.00', '5', '20.001', '25', '60000000', '61900999', '60000000', '60999999', NULL, 1652920301),
(69212, '3220', '78.00', '1', '20.001', '25', '60000000', '61900999', '60000000', '60999999', NULL, 1652920304),
(69213, '3298', '110.00', '5', '25.001', '30', '60000000', '61900999', '60000000', '60999999', NULL, 1652920306),
(69214, '3220', '95.00', '1', '25.001', '30', '60000000', '61900999', '60000000', '60999999', NULL, 1652920309),
(69215, '3298', '25.00', '5', '0.3', '5', '60000000', '61900999', '60000000', '61900999', NULL, 1652920309),
(69216, '3220', '21.00', '1', '0.3', '5', '60000000', '61900999', '60000000', '61900999', NULL, 1652920310),
(69217, '3298', '31.00', '5', '5.001', '10', '60000000', '61900999', '60000000', '61900999', NULL, 1652920314),
(69218, '3220', '27.00', '1', '5.001', '10', '60000000', '61900999', '60000000', '61900999', NULL, 1652920314),
(69219, '3298', '51.00', '5', '10.001', '15', '60000000', '61900999', '60000000', '61900999', NULL, 1652920314),
(69220, '3220', '44.00', '1', '10.001', '15', '60000000', '61900999', '60000000', '61900999', NULL, 1652920315),
(69221, '3298', '71.00', '5', '15.001', '20', '60000000', '61900999', '60000000', '61900999', NULL, 1652920316),
(69222, '3220', '61.00', '1', '15.001', '20', '60000000', '61900999', '60000000', '61900999', NULL, 1652920316),
(69223, '3298', '91.00', '5', '20.001', '25', '60000000', '61900999', '60000000', '61900999', NULL, 1652920317),
(69224, '3220', '78.00', '1', '20.001', '25', '60000000', '61900999', '60000000', '61900999', NULL, 1652920318),
(69225, '3298', '110.00', '5', '25.001', '30', '60000000', '61900999', '60000000', '61900999', NULL, 1652920327),
(69226, '3220', '95.00', '1', '25.001', '30', '60000000', '61900999', '60000000', '61900999', NULL, 1652920332),
(69227, '3298', '26.00', '6', '0.3', '5', '60000000', '61900999', '61901000', '63999999', NULL, 1652920337),
(69228, '3220', '34.00', '4', '0.3', '5', '60000000', '61900999', '61901000', '63999999', NULL, 1652920342),
(69229, '3298', '32.00', '6', '5.001', '10', '60000000', '61900999', '61901000', '63999999', NULL, 1652920346),
(69230, '3220', '48.00', '4', '5.001', '10', '60000000', '61900999', '61901000', '63999999', NULL, 1652920349),
(69231, '3298', '52.00', '6', '10.001', '15', '60000000', '61900999', '61901000', '63999999', NULL, 1652920350),
(69232, '3220', '79.00', '4', '10.001', '15', '60000000', '61900999', '61901000', '63999999', NULL, 1652920356),
(69233, '3298', '72.00', '6', '15.001', '20', '60000000', '61900999', '61901000', '63999999', NULL, 1652920363),
(69234, '3220', '109.00', '4', '15.001', '20', '60000000', '61900999', '61901000', '63999999', NULL, 1652920364),
(69235, '3298', '92.00', '6', '20.001', '25', '60000000', '61900999', '61901000', '63999999', NULL, 1652920365),
(69236, '3220', '139.00', '4', '20.001', '25', '60000000', '61900999', '61901000', '63999999', NULL, 1652920368),
(69237, '3298', '112.00', '6', '25.001', '30', '60000000', '61900999', '61901000', '63999999', NULL, 1652920370),
(69238, '3220', '170.00', '4', '25.001', '30', '60000000', '61900999', '61901000', '63999999', NULL, 1652920372),
(69239, '3298', '30.00', '9', '0.3', '5', '60000000', '61900999', '64000000', '64099999', NULL, 1652920374),
(69240, '3220', '59.00', '1', '0.3', '5', '60000000', '61900999', '64000000', '64099999', NULL, 1652920381),
(69241, '3298', '44.00', '9', '5.001', '10', '60000000', '61900999', '64000000', '64099999', NULL, 1652920383),
(69242, '3220', '93.00', '1', '5.001', '10', '60000000', '61900999', '64000000', '64099999', NULL, 1652920383),
(69243, '3298', '71.00', '9', '10.001', '15', '60000000', '61900999', '64000000', '64099999', NULL, 1652920386),
(69244, '3220', '150.00', '1', '10.001', '15', '60000000', '61900999', '64000000', '64099999', NULL, 1652920389),
(69245, '3298', '99.00', '9', '15.001', '20', '60000000', '61900999', '64000000', '64099999', NULL, 1652920390),
(69246, '3220', '208.00', '1', '15.001', '20', '60000000', '61900999', '64000000', '64099999', NULL, 1652920392),
(69247, '3298', '126.00', '9', '20.001', '25', '60000000', '61900999', '64000000', '64099999', NULL, 1652920394),
(69248, '3220', '266.00', '1', '20.001', '25', '60000000', '61900999', '64000000', '64099999', NULL, 1652920395),
(69249, '3298', '153.00', '9', '25.001', '30', '60000000', '61900999', '64000000', '64099999', NULL, 1652920396),
(69250, '3220', '324.00', '1', '25.001', '30', '60000000', '61900999', '64000000', '64099999', NULL, 1652920403),
(69251, '3298', '44.00', '13', '0.3', '5', '60000000', '61900999', '64100000', '64999999', NULL, 1652920403),
(69252, '3220', '102.00', '5', '0.3', '5', '60000000', '61900999', '64100000', '64999999', NULL, 1652920404),
(69253, '3298', '74.00', '13', '5.001', '10', '60000000', '61900999', '64100000', '64999999', NULL, 1652920412),
(69254, '3220', '141.00', '5', '5.001', '10', '60000000', '61900999', '64100000', '64999999', NULL, 1652920419),
(69255, '3298', '120.00', '13', '10.001', '15', '60000000', '61900999', '64100000', '64999999', NULL, 1652920420),
(69256, '3220', '229.00', '5', '10.001', '15', '60000000', '61900999', '64100000', '64999999', NULL, 1652920423),
(69257, '3298', '166.00', '13', '15.001', '20', '60000000', '61900999', '64100000', '64999999', NULL, 1652920425),
(69258, '3220', '316.00', '5', '15.001', '20', '60000000', '61900999', '64100000', '64999999', NULL, 1652920427),
(69259, '3298', '212.00', '13', '20.001', '25', '60000000', '61900999', '64100000', '64999999', NULL, 1652920429),
(69260, '3220', '404.00', '5', '20.001', '25', '60000000', '61900999', '64100000', '64999999', NULL, 1652920431),
(69261, '3298', '258.00', '13', '25.001', '30', '60000000', '61900999', '64100000', '64999999', NULL, 1652920434),
(69262, '3220', '492.00', '5', '25.001', '30', '60000000', '61900999', '64100000', '64999999', NULL, 1652920435),
(69263, '3298', '30.00', '7', '0.3', '5', '60000000', '61900999', '65000000', '65099999', NULL, 1652920436),
(69264, '3220', '59.00', '3', '0.3', '5', '60000000', '61900999', '65000000', '65099999', NULL, 1652920437),
(69265, '3298', '44.00', '7', '5.001', '10', '60000000', '61900999', '65000000', '65099999', NULL, 1652920437),
(69266, '3220', '93.00', '3', '5.001', '10', '60000000', '61900999', '65000000', '65099999', NULL, 1652920439),
(69267, '3298', '71.00', '7', '10.001', '15', '60000000', '61900999', '65000000', '65099999', NULL, 1652920445),
(69268, '3220', '150.00', '3', '10.001', '15', '60000000', '61900999', '65000000', '65099999', NULL, 1652920447),
(69269, '3298', '99.00', '7', '15.001', '20', '60000000', '61900999', '65000000', '65099999', NULL, 1652920448),
(69270, '3220', '208.00', '3', '15.001', '20', '60000000', '61900999', '65000000', '65099999', NULL, 1652920452),
(69271, '3298', '126.00', '7', '20.001', '25', '60000000', '61900999', '65000000', '65099999', NULL, 1652920454),
(69272, '3220', '266.00', '3', '20.001', '25', '60000000', '61900999', '65000000', '65099999', NULL, 1652920458),
(69273, '3298', '153.00', '7', '25.001', '30', '60000000', '61900999', '65000000', '65099999', NULL, 1652920461),
(69274, '3220', '324.00', '3', '25.001', '30', '60000000', '61900999', '65000000', '65099999', NULL, 1652920463),
(69275, '3298', '44.00', '11', '0.3', '5', '60000000', '61900999', '65100000', '65999999', NULL, 1652920464),
(69276, '3220', '102.00', '8', '0.3', '5', '60000000', '61900999', '65100000', '65999999', NULL, 1652920466),
(69277, '3298', '74.00', '11', '5.001', '10', '60000000', '61900999', '65100000', '65999999', NULL, 1652920469),
(69278, '3220', '141.00', '8', '5.001', '10', '60000000', '61900999', '65100000', '65999999', NULL, 1652920472),
(69279, '3298', '120.00', '11', '10.001', '15', '60000000', '61900999', '65100000', '65999999', NULL, 1652920473),
(69280, '3220', '229.00', '8', '10.001', '15', '60000000', '61900999', '65100000', '65999999', NULL, 1652920476),
(69281, '3298', '166.00', '11', '15.001', '20', '60000000', '61900999', '65100000', '65999999', NULL, 1652920479),
(69282, '3220', '316.00', '8', '15.001', '20', '60000000', '61900999', '65100000', '65999999', NULL, 1652920483),
(69283, '3298', '212.00', '11', '20.001', '25', '60000000', '61900999', '65100000', '65999999', NULL, 1652920486),
(69284, '3220', '404.00', '8', '20.001', '25', '60000000', '61900999', '65100000', '65999999', NULL, 1652920486),
(69285, '3298', '258.00', '11', '25.001', '30', '60000000', '61900999', '65100000', '65999999', NULL, 1652920487),
(69286, '3220', '492.00', '8', '25.001', '30', '60000000', '61900999', '65100000', '65999999', NULL, 1652920488),
(69287, '3298', '38.00', '8', '0.3', '5', '60000000', '61900999', '66000000', '66999999', NULL, 1652920489),
(69288, '3220', '113.00', '4', '0.3', '5', '60000000', '61900999', '66000000', '66999999', NULL, 1652920489),
(69289, '3298', '58.00', '8', '5.001', '10', '60000000', '61900999', '66000000', '66999999', NULL, 1652920492),
(69290, '3220', '176.00', '4', '5.001', '10', '60000000', '61900999', '66000000', '66999999', NULL, 1652920493),
(69291, '3298', '94.00', '8', '10.001', '15', '60000000', '61900999', '66000000', '66999999', NULL, 1652920493),
(69292, '3220', '286.00', '4', '10.001', '15', '60000000', '61900999', '66000000', '66999999', NULL, 1652920494),
(69293, '3298', '130.00', '8', '15.001', '20', '60000000', '61900999', '66000000', '66999999', NULL, 1652920495),
(69294, '3220', '396.00', '4', '15.001', '20', '60000000', '61900999', '66000000', '66999999', NULL, 1652920498),
(69295, '3298', '166.00', '8', '20.001', '25', '60000000', '61900999', '66000000', '66999999', NULL, 1652920499),
(69296, '3220', '505.00', '4', '20.001', '25', '60000000', '61900999', '66000000', '66999999', NULL, 1652920503),
(69297, '3298', '202.00', '8', '25.001', '30', '60000000', '61900999', '66000000', '66999999', NULL, 1652920509),
(69298, '3220', '615.00', '4', '25.001', '30', '60000000', '61900999', '66000000', '66999999', NULL, 1652920509),
(69299, '3298', '38.00', '8', '0.3', '5', '60000000', '61900999', '66000000', '67999999', NULL, 1652920512),
(69300, '3220', '113.00', '4', '0.3', '5', '60000000', '61900999', '66000000', '67999999', NULL, 1652920512),
(69301, '3298', '58.00', '8', '5.001', '10', '60000000', '61900999', '66000000', '67999999', NULL, 1652920513),
(69302, '3220', '176.00', '4', '5.001', '10', '60000000', '61900999', '66000000', '67999999', NULL, 1652920514),
(69303, '3298', '94.00', '8', '10.001', '15', '60000000', '61900999', '66000000', '67999999', NULL, 1652920516),
(69304, '3220', '286.00', '4', '10.001', '15', '60000000', '61900999', '66000000', '67999999', NULL, 1652920519),
(69305, '3298', '130.00', '8', '15.001', '20', '60000000', '61900999', '66000000', '67999999', NULL, 1652920522),
(69306, '3220', '396.00', '4', '15.001', '20', '60000000', '61900999', '66000000', '67999999', NULL, 1652920523),
(69307, '3298', '166.00', '8', '20.001', '25', '60000000', '61900999', '66000000', '67999999', NULL, 1652920525),
(69308, '3220', '505.00', '4', '20.001', '25', '60000000', '61900999', '66000000', '67999999', NULL, 1652920526),
(69309, '3298', '202.00', '8', '25.001', '30', '60000000', '61900999', '66000000', '67999999', NULL, 1652920527),
(69310, '3220', '615.00', '4', '25.001', '30', '60000000', '61900999', '66000000', '67999999', NULL, 1652920527),
(69311, '3298', '70.00', '11', '0.3', '5', '60000000', '61900999', '68000000', '68899999', NULL, 1652920528),
(69312, '3220', '157.00', '8', '0.3', '5', '60000000', '61900999', '68000000', '68899999', NULL, 1652920529),
(69313, '3298', '106.00', '11', '5.001', '10', '60000000', '61900999', '68000000', '68899999', NULL, 1652920531),
(69314, '3220', '226.00', '8', '5.001', '10', '60000000', '61900999', '68000000', '68899999', NULL, 1652920531),
(69315, '3298', '172.00', '11', '10.001', '15', '60000000', '61900999', '68000000', '68899999', NULL, 1652920533),
(69316, '3220', '367.00', '8', '10.001', '15', '60000000', '61900999', '68000000', '68899999', NULL, 1652920535),
(69317, '3298', '239.00', '11', '15.001', '20', '60000000', '61900999', '68000000', '68899999', NULL, 1652920535),
(69318, '3220', '508.00', '8', '15.001', '20', '60000000', '61900999', '68000000', '68899999', NULL, 1652920537),
(69319, '3298', '305.00', '11', '20.001', '25', '60000000', '61900999', '68000000', '68899999', NULL, 1652920539),
(69320, '3220', '649.00', '8', '20.001', '25', '60000000', '61900999', '68000000', '68899999', NULL, 1652920540),
(69321, '3298', '371.00', '11', '25.001', '30', '60000000', '61900999', '68000000', '68899999', NULL, 1652920544),
(69322, '3220', '789.00', '8', '25.001', '30', '60000000', '61900999', '68000000', '68899999', NULL, 1652920547),
(69323, '3298', '45.00', '19', '0.3', '5', '60000000', '61900999', '68900000', '68914999', NULL, 1652920548),
(69324, '3220', '137.00', '11', '0.3', '5', '60000000', '61900999', '68900000', '68914999', NULL, 1652920551),
(69325, '3298', '71.00', '19', '5.001', '10', '60000000', '61900999', '68900000', '68914999', NULL, 1652920554),
(69326, '3220', '214.00', '11', '5.001', '10', '60000000', '61900999', '68900000', '68914999', NULL, 1652920555),
(69327, '3298', '116.00', '19', '10.001', '15', '60000000', '61900999', '68900000', '68914999', NULL, 1652920559),
(69328, '3220', '346.00', '11', '10.001', '15', '60000000', '61900999', '68900000', '68914999', NULL, 1652920559),
(69329, '3298', '160.00', '19', '15.001', '20', '60000000', '61900999', '68900000', '68914999', NULL, 1652920560),
(69330, '3220', '479.00', '11', '15.001', '20', '60000000', '61900999', '68900000', '68914999', NULL, 1652920561),
(69331, '3298', '205.00', '19', '20.001', '25', '60000000', '61900999', '68900000', '68914999', NULL, 1652920561),
(69332, '3220', '612.00', '11', '20.001', '25', '60000000', '61900999', '68900000', '68914999', NULL, 1652920562),
(69333, '3298', '249.00', '19', '25.001', '30', '60000000', '61900999', '68900000', '68914999', NULL, 1652920566),
(69334, '3220', '744.00', '11', '25.001', '30', '60000000', '61900999', '68900000', '68914999', NULL, 1652920571),
(69335, '3298', '90.00', '21', '0.3', '5', '60000000', '61900999', '68915000', '68999999', NULL, 1652920572),
(69336, '3220', '183.00', '13', '0.3', '5', '60000000', '61900999', '68915000', '68999999', NULL, 1652920572),
(69337, '3298', '133.00', '21', '5.001', '10', '60000000', '61900999', '68915000', '68999999', NULL, 1652920573),
(69338, '3220', '266.00', '13', '5.001', '10', '60000000', '61900999', '68915000', '68999999', NULL, 1652920574),
(69339, '3298', '215.00', '21', '10.001', '15', '60000000', '61900999', '68915000', '68999999', NULL, 1652920578),
(69340, '3220', '430.00', '13', '10.001', '15', '60000000', '61900999', '68915000', '68999999', NULL, 1652920578),
(69341, '3298', '298.00', '21', '15.001', '20', '60000000', '61900999', '68915000', '68999999', NULL, 1652920579),
(69342, '3220', '595.00', '13', '15.001', '20', '60000000', '61900999', '68915000', '68999999', NULL, 1652920583),
(69343, '3298', '380.00', '21', '20.001', '25', '60000000', '61900999', '68915000', '68999999', NULL, 1652920586),
(69344, '3220', '760.00', '13', '20.001', '25', '60000000', '61900999', '68915000', '68999999', NULL, 1652920591),
(69345, '3298', '463.00', '21', '25.001', '30', '60000000', '61900999', '68915000', '68999999', NULL, 1652920594),
(69346, '3220', '925.00', '13', '25.001', '30', '60000000', '61900999', '68915000', '68999999', NULL, 1652920595),
(69347, '3298', '45.00', '20', '0.3', '5', '60000000', '61900999', '69000000', '69099999', NULL, 1652920596),
(69348, '3220', '137.00', '3', '0.3', '5', '60000000', '61900999', '69000000', '69099999', NULL, 1652920596),
(69349, '3298', '71.00', '20', '5.001', '10', '60000000', '61900999', '69000000', '69099999', NULL, 1652920600),
(69350, '3220', '214.00', '3', '5.001', '10', '60000000', '61900999', '69000000', '69099999', NULL, 1652920601),
(69351, '3298', '116.00', '20', '10.001', '15', '60000000', '61900999', '69000000', '69099999', NULL, 1652920606),
(69352, '3220', '346.00', '3', '10.001', '15', '60000000', '61900999', '69000000', '69099999', NULL, 1652920607),
(69353, '3298', '160.00', '20', '15.001', '20', '60000000', '61900999', '69000000', '69099999', NULL, 1652920612),
(69354, '3220', '479.00', '3', '15.001', '20', '60000000', '61900999', '69000000', '69099999', NULL, 1652920616),
(69355, '3298', '205.00', '20', '20.001', '25', '60000000', '61900999', '69000000', '69099999', NULL, 1652920618),
(69356, '3220', '612.00', '3', '20.001', '25', '60000000', '61900999', '69000000', '69099999', NULL, 1652920622),
(69357, '3298', '249.00', '20', '25.001', '30', '60000000', '61900999', '69000000', '69099999', NULL, 1652920625),
(69358, '3220', '744.00', '3', '25.001', '30', '60000000', '61900999', '69000000', '69099999', NULL, 1652920626),
(69359, '3298', '90.00', '27', '0.3', '5', '60000000', '61900999', '69100000', '69299999', NULL, 1652920627),
(69360, '3220', '183.00', '7', '0.3', '5', '60000000', '61900999', '69100000', '69299999', NULL, 1652920628),
(69361, '3298', '133.00', '27', '5.001', '10', '60000000', '61900999', '69100000', '69299999', NULL, 1652920629),
(69362, '3220', '266.00', '7', '5.001', '10', '60000000', '61900999', '69100000', '69299999', NULL, 1652920630),
(69363, '3298', '215.00', '27', '10.001', '15', '60000000', '61900999', '69100000', '69299999', NULL, 1652920635),
(69364, '3220', '430.00', '7', '10.001', '15', '60000000', '61900999', '69100000', '69299999', NULL, 1652920636),
(69365, '3298', '298.00', '27', '15.001', '20', '60000000', '61900999', '69100000', '69299999', NULL, 1652920640),
(69366, '3220', '595.00', '7', '15.001', '20', '60000000', '61900999', '69100000', '69299999', NULL, 1652920641),
(69367, '3298', '380.00', '27', '20.001', '25', '60000000', '61900999', '69100000', '69299999', NULL, 1652920642),
(69368, '3220', '760.00', '7', '20.001', '25', '60000000', '61900999', '69100000', '69299999', NULL, 1652920643),
(69369, '3298', '463.00', '27', '25.001', '30', '60000000', '61900999', '69100000', '69299999', NULL, 1652920643),
(69370, '3220', '925.00', '7', '25.001', '30', '60000000', '61900999', '69100000', '69299999', NULL, 1652920645),
(69371, '3298', '45.00', '20', '0.3', '5', '60000000', '61900999', '69300000', '69339999', NULL, 1652920646),
(69372, '3220', '137.00', '3', '0.3', '5', '60000000', '61900999', '69300000', '69339999', NULL, 1652920647),
(69373, '3298', '71.00', '20', '5.001', '10', '60000000', '61900999', '69300000', '69339999', NULL, 1652920649),
(69374, '3220', '214.00', '3', '5.001', '10', '60000000', '61900999', '69300000', '69339999', NULL, 1652920650),
(69375, '3298', '116.00', '20', '10.001', '15', '60000000', '61900999', '69300000', '69339999', NULL, 1652920651),
(69376, '3220', '346.00', '3', '10.001', '15', '60000000', '61900999', '69300000', '69339999', NULL, 1652920652),
(69377, '3298', '160.00', '20', '15.001', '20', '60000000', '61900999', '69300000', '69339999', NULL, 1652920654),
(69378, '3220', '479.00', '3', '15.001', '20', '60000000', '61900999', '69300000', '69339999', NULL, 1652920656),
(69379, '3298', '205.00', '20', '20.001', '25', '60000000', '61900999', '69300000', '69339999', NULL, 1652920659),
(69380, '3220', '612.00', '3', '20.001', '25', '60000000', '61900999', '69300000', '69339999', NULL, 1652920660),
(69381, '3298', '249.00', '20', '25.001', '30', '60000000', '61900999', '69300000', '69339999', NULL, 1652920662),
(69382, '3220', '744.00', '3', '25.001', '30', '60000000', '61900999', '69300000', '69339999', NULL, 1652920663),
(69383, '3298', '90.00', '27', '0.3', '5', '60000000', '61900999', '69340000', '69389999', NULL, 1652920667),
(69384, '3220', '183.00', '9', '0.3', '5', '60000000', '61900999', '69340000', '69389999', NULL, 1652920673),
(69385, '3298', '133.00', '27', '5.001', '10', '60000000', '61900999', '69340000', '69389999', NULL, 1652920673),
(69386, '3220', '266.00', '9', '5.001', '10', '60000000', '61900999', '69340000', '69389999', NULL, 1652920679),
(69387, '3298', '215.00', '27', '10.001', '15', '60000000', '61900999', '69340000', '69389999', NULL, 1652920680),
(69388, '3220', '430.00', '9', '10.001', '15', '60000000', '61900999', '69340000', '69389999', NULL, 1652920684),
(69389, '3298', '298.00', '27', '15.001', '20', '60000000', '61900999', '69340000', '69389999', NULL, 1652920686),
(69390, '3220', '595.00', '9', '15.001', '20', '60000000', '61900999', '69340000', '69389999', NULL, 1652920687),
(69391, '3298', '380.00', '27', '20.001', '25', '60000000', '61900999', '69340000', '69389999', NULL, 1652920693),
(69392, '3220', '760.00', '9', '20.001', '25', '60000000', '61900999', '69340000', '69389999', NULL, 1652920697),
(69393, '3298', '463.00', '27', '25.001', '30', '60000000', '61900999', '69340000', '69389999', NULL, 1652920697),
(69394, '3220', '925.00', '9', '25.001', '30', '60000000', '61900999', '69340000', '69389999', NULL, 1652920701),
(69395, '3298', '45.00', '11', '0.3', '5', '60000000', '61900999', '69900000', '69920999', NULL, 1652920702),
(69396, '3220', '137.00', '5', '0.3', '5', '60000000', '61900999', '69900000', '69920999', NULL, 1652920703),
(69397, '3298', '71.00', '11', '5.001', '10', '60000000', '61900999', '69900000', '69920999', NULL, 1652920707),
(69398, '3220', '214.00', '5', '5.001', '10', '60000000', '61900999', '69900000', '69920999', NULL, 1652920707),
(69399, '3298', '116.00', '11', '10.001', '15', '60000000', '61900999', '69900000', '69920999', NULL, 1652920713),
(69400, '3220', '346.00', '5', '10.001', '15', '60000000', '61900999', '69900000', '69920999', NULL, 1652920717),
(69401, '3298', '160.00', '11', '15.001', '20', '60000000', '61900999', '69900000', '69920999', NULL, 1652920718),
(69402, '3220', '479.00', '5', '15.001', '20', '60000000', '61900999', '69900000', '69920999', NULL, 1652920720),
(69403, '3298', '205.00', '11', '20.001', '25', '60000000', '61900999', '69900000', '69920999', NULL, 1652920726),
(69404, '3220', '612.00', '5', '20.001', '25', '60000000', '61900999', '69900000', '69920999', NULL, 1652920727),
(69405, '3298', '249.00', '11', '25.001', '30', '60000000', '61900999', '69900000', '69920999', NULL, 1652920728),
(69406, '3220', '744.00', '5', '25.001', '30', '60000000', '61900999', '69900000', '69920999', NULL, 1652920729),
(69407, '3298', '90.00', '16', '0.3', '5', '60000000', '61900999', '69921000', '69999999', NULL, 1652920730),
(69408, '3220', '183.00', '11', '0.3', '5', '60000000', '61900999', '69921000', '69999999', NULL, 1652920733),
(69409, '3298', '133.00', '16', '5.001', '10', '60000000', '61900999', '69921000', '69999999', NULL, 1652920734),
(69410, '3220', '266.00', '11', '5.001', '10', '60000000', '61900999', '69921000', '69999999', NULL, 1652920735),
(69411, '3298', '215.00', '16', '10.001', '15', '60000000', '61900999', '69921000', '69999999', NULL, 1652920739),
(69412, '3220', '430.00', '11', '10.001', '15', '60000000', '61900999', '69921000', '69999999', NULL, 1652920741),
(69413, '3298', '298.00', '16', '15.001', '20', '60000000', '61900999', '69921000', '69999999', NULL, 1652920742),
(69414, '3220', '595.00', '11', '15.001', '20', '60000000', '61900999', '69921000', '69999999', NULL, 1652920746),
(69415, '3298', '380.00', '16', '20.001', '25', '60000000', '61900999', '69921000', '69999999', NULL, 1652920747),
(69416, '3220', '760.00', '11', '20.001', '25', '60000000', '61900999', '69921000', '69999999', NULL, 1652920748),
(69417, '3298', '463.00', '16', '25.001', '30', '60000000', '61900999', '69921000', '69999999', NULL, 1652920748),
(69418, '3220', '925.00', '11', '25.001', '30', '60000000', '61900999', '69921000', '69999999', NULL, 1652920749),
(69419, '3298', '45.00', '6', '0.3', '5', '60000000', '61900999', '71000000', '73699999', NULL, 1652920754),
(69420, '3220', '137.00', '2', '0.3', '5', '60000000', '61900999', '71000000', '73699999', NULL, 1652920755),
(69421, '3298', '71.00', '6', '5.001', '10', '60000000', '61900999', '71000000', '73699999', NULL, 1652920756),
(69422, '3220', '214.00', '2', '5.001', '10', '60000000', '61900999', '71000000', '73699999', NULL, 1652920756),
(69423, '3298', '116.00', '6', '10.001', '15', '60000000', '61900999', '71000000', '73699999', NULL, 1652920762),
(69424, '3220', '346.00', '2', '10.001', '15', '60000000', '61900999', '71000000', '73699999', NULL, 1652920763),
(69425, '3298', '160.00', '6', '15.001', '20', '60000000', '61900999', '71000000', '73699999', NULL, 1652920764),
(69426, '3220', '479.00', '2', '15.001', '20', '60000000', '61900999', '71000000', '73699999', NULL, 1652920764),
(69427, '3298', '205.00', '6', '20.001', '25', '60000000', '61900999', '71000000', '73699999', NULL, 1652920765),
(69428, '3220', '612.00', '2', '20.001', '25', '60000000', '61900999', '71000000', '73699999', NULL, 1652920768),
(69429, '3298', '249.00', '6', '25.001', '30', '60000000', '61900999', '71000000', '73699999', NULL, 1652920773),
(69430, '3220', '744.00', '2', '25.001', '30', '60000000', '61900999', '71000000', '73699999', NULL, 1652920774),
(69431, '3298', '45.00', '7', '0.3', '5', '60000000', '61900999', '72800000', '73999999', NULL, 1652920775),
(69432, '3220', '137.00', '3', '0.3', '5', '60000000', '61900999', '72800000', '73999999', NULL, 1652920777),
(69433, '3298', '71.00', '7', '5.001', '10', '60000000', '61900999', '72800000', '73999999', NULL, 1652920778),
(69434, '3220', '214.00', '3', '5.001', '10', '60000000', '61900999', '72800000', '73999999', NULL, 1652920780),
(69435, '3298', '116.00', '7', '10.001', '15', '60000000', '61900999', '72800000', '73999999', NULL, 1652920786),
(69436, '3220', '346.00', '3', '10.001', '15', '60000000', '61900999', '72800000', '73999999', NULL, 1652920788),
(69437, '3298', '160.00', '7', '15.001', '20', '60000000', '61900999', '72800000', '73999999', NULL, 1652920790),
(69438, '3220', '479.00', '3', '15.001', '20', '60000000', '61900999', '72800000', '73999999', NULL, 1652920795),
(69439, '3298', '205.00', '7', '20.001', '25', '60000000', '61900999', '72800000', '73999999', NULL, 1652920799),
(69440, '3220', '612.00', '3', '20.001', '25', '60000000', '61900999', '72800000', '73999999', NULL, 1652920806),
(69441, '3298', '249.00', '7', '25.001', '30', '60000000', '61900999', '72800000', '73999999', NULL, 1652920807),
(69442, '3220', '744.00', '3', '25.001', '30', '60000000', '61900999', '72800000', '73999999', NULL, 1652920808),
(69443, '3298', '45.00', '6', '0.3', '5', '60000000', '61900999', '74000000', '74894999', NULL, 1652920808),
(69444, '3220', '137.00', '2', '0.3', '5', '60000000', '61900999', '74000000', '74894999', NULL, 1652920809),
(69445, '3298', '71.00', '6', '5.001', '10', '60000000', '61900999', '74000000', '74894999', NULL, 1652920812),
(69446, '3220', '214.00', '2', '5.001', '10', '60000000', '61900999', '74000000', '74894999', NULL, 1652920813),
(69447, '3298', '116.00', '6', '10.001', '15', '60000000', '61900999', '74000000', '74894999', NULL, 1652920819),
(69448, '3220', '346.00', '2', '10.001', '15', '60000000', '61900999', '74000000', '74894999', NULL, 1652920819),
(69449, '3298', '160.00', '6', '15.001', '20', '60000000', '61900999', '74000000', '74894999', NULL, 1652920820),
(69450, '3220', '479.00', '2', '15.001', '20', '60000000', '61900999', '74000000', '74894999', NULL, 1652920822),
(69451, '3298', '205.00', '6', '20.001', '25', '60000000', '61900999', '74000000', '74894999', NULL, 1652920823),
(69452, '3220', '612.00', '2', '20.001', '25', '60000000', '61900999', '74000000', '74894999', NULL, 1652920824),
(69453, '3298', '249.00', '6', '25.001', '30', '60000000', '61900999', '74000000', '74894999', NULL, 1652920824),
(69454, '3220', '744.00', '2', '25.001', '30', '60000000', '61900999', '74000000', '74894999', NULL, 1652920830),
(69455, '3298', '45.00', '6', '0.3', '5', '60000000', '61900999', '74895000', '76799999', NULL, 1652920831),
(69456, '3220', '137.00', '2', '0.3', '5', '60000000', '61900999', '74895000', '76799999', NULL, 1652920835),
(69457, '3298', '71.00', '6', '5.001', '10', '60000000', '61900999', '74895000', '76799999', NULL, 1652920835),
(69458, '3220', '214.00', '2', '5.001', '10', '60000000', '61900999', '74895000', '76799999', NULL, 1652920836),
(69459, '3298', '116.00', '6', '10.001', '15', '60000000', '61900999', '74895000', '76799999', NULL, 1652920837),
(69460, '3220', '346.00', '2', '10.001', '15', '60000000', '61900999', '74895000', '76799999', NULL, 1652920837),
(69461, '3298', '160.00', '6', '15.001', '20', '60000000', '61900999', '74895000', '76799999', NULL, 1652920838),
(69462, '3220', '479.00', '2', '15.001', '20', '60000000', '61900999', '74895000', '76799999', NULL, 1652920838),
(69463, '3298', '205.00', '6', '20.001', '25', '60000000', '61900999', '74895000', '76799999', NULL, 1652920839),
(69464, '3220', '612.00', '2', '20.001', '25', '60000000', '61900999', '74895000', '76799999', NULL, 1652920841),
(69465, '3298', '249.00', '6', '25.001', '30', '60000000', '61900999', '74895000', '76799999', NULL, 1652920843),
(69466, '3220', '744.00', '2', '25.001', '30', '60000000', '61900999', '74895000', '76799999', NULL, 1652920845),
(69467, '3298', '45.00', '6', '0.3', '5', '60000000', '61900999', '77000000', '77270999', NULL, 1652920846),
(69468, '3220', '137.00', '2', '0.3', '5', '60000000', '61900999', '77000000', '77270999', NULL, 1652920847),
(69469, '3298', '71.00', '6', '5.001', '10', '60000000', '61900999', '77000000', '77270999', NULL, 1652920847),
(69470, '3220', '214.00', '2', '5.001', '10', '60000000', '61900999', '77000000', '77270999', NULL, 1652920852),
(69471, '3298', '116.00', '6', '10.001', '15', '60000000', '61900999', '77000000', '77270999', NULL, 1652920853),
(69472, '3220', '346.00', '2', '10.001', '15', '60000000', '61900999', '77000000', '77270999', NULL, 1652920853),
(69473, '3298', '160.00', '6', '15.001', '20', '60000000', '61900999', '77000000', '77270999', NULL, 1652920854),
(69474, '3220', '479.00', '2', '15.001', '20', '60000000', '61900999', '77000000', '77270999', NULL, 1652920855),
(69475, '3298', '205.00', '6', '20.001', '25', '60000000', '61900999', '77000000', '77270999', NULL, 1652920860),
(69476, '3220', '612.00', '2', '20.001', '25', '60000000', '61900999', '77000000', '77270999', NULL, 1652920860),
(69477, '3298', '249.00', '6', '25.001', '30', '60000000', '61900999', '77000000', '77270999', NULL, 1652920868),
(69478, '3220', '744.00', '2', '25.001', '30', '60000000', '61900999', '77000000', '77270999', NULL, 1652920868),
(69479, '3298', '90.00', '7', '0.3', '5', '60000000', '61900999', '77300000', '77995999', NULL, 1652920869),
(69480, '3220', '183.00', '3', '0.3', '5', '60000000', '61900999', '77300000', '77995999', NULL, 1652920870),
(69481, '3298', '133.00', '7', '5.001', '10', '60000000', '61900999', '77300000', '77995999', NULL, 1652920870),
(69482, '3220', '266.00', '3', '5.001', '10', '60000000', '61900999', '77300000', '77995999', NULL, 1652920871),
(69483, '3298', '215.00', '7', '10.001', '15', '60000000', '61900999', '77300000', '77995999', NULL, 1652920878),
(69484, '3220', '430.00', '3', '10.001', '15', '60000000', '61900999', '77300000', '77995999', NULL, 1652920879),
(69485, '3298', '298.00', '7', '15.001', '20', '60000000', '61900999', '77300000', '77995999', NULL, 1652920880),
(69486, '3220', '595.00', '3', '15.001', '20', '60000000', '61900999', '77300000', '77995999', NULL, 1652920880),
(69487, '3298', '380.00', '7', '20.001', '25', '60000000', '61900999', '77300000', '77995999', NULL, 1652920881),
(69488, '3220', '760.00', '3', '20.001', '25', '60000000', '61900999', '77300000', '77995999', NULL, 1652920882),
(69489, '3298', '463.00', '7', '25.001', '30', '60000000', '61900999', '77300000', '77995999', NULL, 1652920883),
(69490, '3220', '925.00', '3', '25.001', '30', '60000000', '61900999', '77300000', '77995999', NULL, 1652920884),
(69491, '3298', '45.00', '9', '0.3', '5', '60000000', '61900999', '78000000', '78109999', NULL, 1652920888),
(69492, '3220', '137.00', '5', '0.3', '5', '60000000', '61900999', '78000000', '78109999', NULL, 1652920888),
(69493, '3298', '71.00', '9', '5.001', '10', '60000000', '61900999', '78000000', '78109999', NULL, 1652920889),
(69494, '3220', '214.00', '5', '5.001', '10', '60000000', '61900999', '78000000', '78109999', NULL, 1652920893),
(69495, '3298', '116.00', '9', '10.001', '15', '60000000', '61900999', '78000000', '78109999', NULL, 1652920894),
(69496, '3220', '346.00', '5', '10.001', '15', '60000000', '61900999', '78000000', '78109999', NULL, 1652920899),
(69497, '3298', '160.00', '9', '15.001', '20', '60000000', '61900999', '78000000', '78109999', NULL, 1652920901),
(69498, '3220', '479.00', '5', '15.001', '20', '60000000', '61900999', '78000000', '78109999', NULL, 1652920902),
(69499, '3298', '205.00', '9', '20.001', '25', '60000000', '61900999', '78000000', '78109999', NULL, 1652920902),
(69500, '3220', '612.00', '5', '20.001', '25', '60000000', '61900999', '78000000', '78109999', NULL, 1652920905),
(69501, '3298', '249.00', '9', '25.001', '30', '60000000', '61900999', '78000000', '78109999', NULL, 1652920906),
(69502, '3220', '744.00', '5', '25.001', '30', '60000000', '61900999', '78000000', '78109999', NULL, 1652920908),
(69503, '3298', '90.00', '9', '0.3', '5', '60000000', '61900999', '78110000', '78899999', NULL, 1652920909),
(69504, '3220', '183.00', '6', '0.3', '5', '60000000', '61900999', '78110000', '78899999', NULL, 1652920910),
(69505, '3298', '133.00', '9', '5.001', '10', '60000000', '61900999', '78110000', '78899999', NULL, 1652920910),
(69506, '3220', '266.00', '6', '5.001', '10', '60000000', '61900999', '78110000', '78899999', NULL, 1652920911),
(69507, '3298', '215.00', '9', '10.001', '15', '60000000', '61900999', '78110000', '78899999', NULL, 1652920912),
(69508, '3220', '430.00', '6', '10.001', '15', '60000000', '61900999', '78110000', '78899999', NULL, 1652920915),
(69509, '3298', '298.00', '9', '15.001', '20', '60000000', '61900999', '78110000', '78899999', NULL, 1652920916),
(69510, '3220', '595.00', '6', '15.001', '20', '60000000', '61900999', '78110000', '78899999', NULL, 1652920917),
(69511, '3298', '380.00', '9', '20.001', '25', '60000000', '61900999', '78110000', '78899999', NULL, 1652920919),
(69512, '3220', '760.00', '6', '20.001', '25', '60000000', '61900999', '78110000', '78899999', NULL, 1652920921);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(69513, '3298', '463.00', '9', '25.001', '30', '60000000', '61900999', '78110000', '78899999', NULL, 1652920922),
(69514, '3220', '925.00', '6', '25.001', '30', '60000000', '61900999', '78110000', '78899999', NULL, 1652920928),
(69515, '3298', '90.00', '10', '0.3', '5', '60000000', '61900999', '78900000', '78930999', NULL, 1652920928),
(69516, '3220', '183.00', '6', '0.3', '5', '60000000', '61900999', '78900000', '78930999', NULL, 1652920930),
(69517, '3298', '133.00', '10', '5.001', '10', '60000000', '61900999', '78900000', '78930999', NULL, 1652920931),
(69518, '3220', '266.00', '6', '5.001', '10', '60000000', '61900999', '78900000', '78930999', NULL, 1652920934),
(69519, '3298', '215.00', '10', '10.001', '15', '60000000', '61900999', '78900000', '78930999', NULL, 1652920934),
(69520, '3220', '430.00', '6', '10.001', '15', '60000000', '61900999', '78900000', '78930999', NULL, 1652920935),
(69521, '3298', '298.00', '10', '15.001', '20', '60000000', '61900999', '78900000', '78930999', NULL, 1652920936),
(69522, '3220', '595.00', '6', '15.001', '20', '60000000', '61900999', '78900000', '78930999', NULL, 1652920941),
(69523, '3298', '380.00', '10', '20.001', '25', '60000000', '61900999', '78900000', '78930999', NULL, 1652920944),
(69524, '3220', '760.00', '6', '20.001', '25', '60000000', '61900999', '78900000', '78930999', NULL, 1652920944),
(69525, '3298', '463.00', '10', '25.001', '30', '60000000', '61900999', '78900000', '78930999', NULL, 1652920949),
(69526, '3220', '925.00', '6', '25.001', '30', '60000000', '61900999', '78900000', '78930999', NULL, 1652920950),
(69527, '3298', '90.00', '10', '0.3', '5', '60000000', '61900999', '78931000', '78999999', NULL, 1652920951),
(69528, '3220', '183.00', '6', '0.3', '5', '60000000', '61900999', '78931000', '78999999', NULL, 1652920954),
(69529, '3298', '133.00', '10', '5.001', '10', '60000000', '61900999', '78931000', '78999999', NULL, 1652920955),
(69530, '3220', '266.00', '6', '5.001', '10', '60000000', '61900999', '78931000', '78999999', NULL, 1652920956),
(69531, '3298', '215.00', '10', '10.001', '15', '60000000', '61900999', '78931000', '78999999', NULL, 1652920957),
(69532, '3220', '430.00', '6', '10.001', '15', '60000000', '61900999', '78931000', '78999999', NULL, 1652920957),
(69533, '3298', '298.00', '10', '15.001', '20', '60000000', '61900999', '78931000', '78999999', NULL, 1652920959),
(69534, '3220', '595.00', '6', '15.001', '20', '60000000', '61900999', '78931000', '78999999', NULL, 1652920960),
(69535, '3298', '380.00', '10', '20.001', '25', '60000000', '61900999', '78931000', '78999999', NULL, 1652920962),
(69536, '3220', '760.00', '6', '20.001', '25', '60000000', '61900999', '78931000', '78999999', NULL, 1652920963),
(69537, '3298', '463.00', '10', '25.001', '30', '60000000', '61900999', '78931000', '78999999', NULL, 1652920965),
(69538, '3220', '925.00', '6', '25.001', '30', '60000000', '61900999', '78931000', '78999999', NULL, 1652920966),
(69539, '3298', '45.00', '6', '0.3', '5', '60000000', '61900999', '79000000', '79129999', NULL, 1652920968),
(69540, '3220', '137.00', '2', '0.3', '5', '60000000', '61900999', '79000000', '79129999', NULL, 1652920969),
(69541, '3298', '71.00', '6', '5.001', '10', '60000000', '61900999', '79000000', '79129999', NULL, 1652920970),
(69542, '3220', '214.00', '2', '5.001', '10', '60000000', '61900999', '79000000', '79129999', NULL, 1652920970),
(69543, '3298', '116.00', '6', '10.001', '15', '60000000', '61900999', '79000000', '79129999', NULL, 1652920971),
(69544, '3220', '346.00', '2', '10.001', '15', '60000000', '61900999', '79000000', '79129999', NULL, 1652920973),
(69545, '3298', '160.00', '6', '15.001', '20', '60000000', '61900999', '79000000', '79129999', NULL, 1652920974),
(69546, '3220', '479.00', '2', '15.001', '20', '60000000', '61900999', '79000000', '79129999', NULL, 1652920974),
(69547, '3298', '205.00', '6', '20.001', '25', '60000000', '61900999', '79000000', '79129999', NULL, 1652920975),
(69548, '3220', '612.00', '2', '20.001', '25', '60000000', '61900999', '79000000', '79129999', NULL, 1652920977),
(69549, '3298', '249.00', '6', '25.001', '30', '60000000', '61900999', '79000000', '79129999', NULL, 1652920978),
(69550, '3220', '744.00', '2', '25.001', '30', '60000000', '61900999', '79000000', '79129999', NULL, 1652920982),
(69551, '3298', '90.00', '8', '0.3', '5', '60000000', '61900999', '79130000', '79999999', NULL, 1652920984),
(69552, '3220', '183.00', '6', '0.3', '5', '60000000', '61900999', '79130000', '79999999', NULL, 1652920986),
(69553, '3298', '133.00', '8', '5.001', '10', '60000000', '61900999', '79130000', '79999999', NULL, 1652920986),
(69554, '3220', '266.00', '6', '5.001', '10', '60000000', '61900999', '79130000', '79999999', NULL, 1652920987),
(69555, '3298', '215.00', '8', '10.001', '15', '60000000', '61900999', '79130000', '79999999', NULL, 1652920988),
(69556, '3220', '430.00', '6', '10.001', '15', '60000000', '61900999', '79130000', '79999999', NULL, 1652920990),
(69557, '3298', '298.00', '8', '15.001', '20', '60000000', '61900999', '79130000', '79999999', NULL, 1652920993),
(69558, '3220', '595.00', '6', '15.001', '20', '60000000', '61900999', '79130000', '79999999', NULL, 1652920995),
(69559, '3298', '380.00', '8', '20.001', '25', '60000000', '61900999', '79130000', '79999999', NULL, 1652920996),
(69560, '3220', '760.00', '6', '20.001', '25', '60000000', '61900999', '79130000', '79999999', NULL, 1652920999),
(69561, '3298', '463.00', '8', '25.001', '30', '60000000', '61900999', '79130000', '79999999', NULL, 1652920999),
(69562, '3220', '925.00', '6', '25.001', '30', '60000000', '61900999', '79130000', '79999999', NULL, 1652921003),
(69563, '3298', '45.00', '6', '0.3', '5', '60000000', '61900999', '80000000', '82999999', NULL, 1652921003),
(69564, '3220', '137.00', '2', '0.3', '5', '60000000', '61900999', '80000000', '82999999', NULL, 1652921004),
(69565, '3298', '71.00', '6', '5.001', '10', '60000000', '61900999', '80000000', '82999999', NULL, 1652921007),
(69566, '3220', '214.00', '2', '5.001', '10', '60000000', '61900999', '80000000', '82999999', NULL, 1652921008),
(69567, '3298', '116.00', '6', '10.001', '15', '60000000', '61900999', '80000000', '82999999', NULL, 1652921009),
(69568, '3220', '346.00', '2', '10.001', '15', '60000000', '61900999', '80000000', '82999999', NULL, 1652921010),
(69569, '3298', '160.00', '6', '15.001', '20', '60000000', '61900999', '80000000', '82999999', NULL, 1652921013),
(69570, '3220', '479.00', '2', '15.001', '20', '60000000', '61900999', '80000000', '82999999', NULL, 1652921014),
(69571, '3298', '205.00', '6', '20.001', '25', '60000000', '61900999', '80000000', '82999999', NULL, 1652921015),
(69572, '3220', '612.00', '2', '20.001', '25', '60000000', '61900999', '80000000', '82999999', NULL, 1652921015),
(69573, '3298', '249.00', '6', '25.001', '30', '60000000', '61900999', '80000000', '82999999', NULL, 1652921016),
(69574, '3220', '744.00', '2', '25.001', '30', '60000000', '61900999', '80000000', '82999999', NULL, 1652921019),
(69575, '3298', '45.00', '6', '0.3', '5', '60000000', '61900999', '80000000', '83800999', NULL, 1652921019),
(69576, '3220', '137.00', '2', '0.3', '5', '60000000', '61900999', '80000000', '83800999', NULL, 1652921021),
(69577, '3298', '71.00', '6', '5.001', '10', '60000000', '61900999', '80000000', '83800999', NULL, 1652921022),
(69578, '3220', '214.00', '2', '5.001', '10', '60000000', '61900999', '80000000', '83800999', NULL, 1652921023),
(69579, '3298', '116.00', '6', '10.001', '15', '60000000', '61900999', '80000000', '83800999', NULL, 1652921027),
(69580, '3220', '346.00', '2', '10.001', '15', '60000000', '61900999', '80000000', '83800999', NULL, 1652921028),
(69581, '3298', '160.00', '6', '15.001', '20', '60000000', '61900999', '80000000', '83800999', NULL, 1652921029),
(69582, '3220', '479.00', '2', '15.001', '20', '60000000', '61900999', '80000000', '83800999', NULL, 1652921029),
(69583, '3298', '205.00', '6', '20.001', '25', '60000000', '61900999', '80000000', '83800999', NULL, 1652921031),
(69584, '3220', '612.00', '2', '20.001', '25', '60000000', '61900999', '80000000', '83800999', NULL, 1652921037),
(69585, '3298', '249.00', '6', '25.001', '30', '60000000', '61900999', '80000000', '83800999', NULL, 1652921038),
(69586, '3220', '744.00', '2', '25.001', '30', '60000000', '61900999', '80000000', '83800999', NULL, 1652921038),
(69587, '3298', '90.00', '9', '0.3', '5', '60000000', '61900999', '83801000', '87999999', NULL, 1652921039),
(69588, '3220', '183.00', '4', '0.3', '5', '60000000', '61900999', '83801000', '87999999', NULL, 1652921045),
(69589, '3298', '133.00', '9', '5.001', '10', '60000000', '61900999', '83801000', '87999999', NULL, 1652921046),
(69590, '3220', '266.00', '4', '5.001', '10', '60000000', '61900999', '83801000', '87999999', NULL, 1652921047),
(69591, '3298', '215.00', '9', '10.001', '15', '60000000', '61900999', '83801000', '87999999', NULL, 1652921048),
(69592, '3220', '430.00', '4', '10.001', '15', '60000000', '61900999', '83801000', '87999999', NULL, 1652921054),
(69593, '3298', '298.00', '9', '15.001', '20', '60000000', '61900999', '83801000', '87999999', NULL, 1652921057),
(69594, '3220', '595.00', '4', '15.001', '20', '60000000', '61900999', '83801000', '87999999', NULL, 1652921058),
(69595, '3298', '380.00', '9', '20.001', '25', '60000000', '61900999', '83801000', '87999999', NULL, 1652921063),
(69596, '3220', '760.00', '4', '20.001', '25', '60000000', '61900999', '83801000', '87999999', NULL, 1652921064),
(69597, '3298', '463.00', '9', '25.001', '30', '60000000', '61900999', '83801000', '87999999', NULL, 1652921067),
(69598, '3220', '925.00', '4', '25.001', '30', '60000000', '61900999', '83801000', '87999999', NULL, 1652921070),
(69599, '3298', '45.00', '7', '0.3', '5', '60000000', '61900999', '88000000', '82999999', NULL, 1652921071),
(69600, '3220', '137.00', '2', '0.3', '5', '60000000', '61900999', '88000000', '82999999', NULL, 1652921076),
(69601, '3298', '71.00', '7', '5.001', '10', '60000000', '61900999', '88000000', '82999999', NULL, 1652921076),
(69602, '3220', '214.00', '2', '5.001', '10', '60000000', '61900999', '88000000', '82999999', NULL, 1652921077),
(69603, '3298', '116.00', '7', '10.001', '15', '60000000', '61900999', '88000000', '82999999', NULL, 1652921077),
(69604, '3220', '346.00', '2', '10.001', '15', '60000000', '61900999', '88000000', '82999999', NULL, 1652921078),
(69605, '3298', '160.00', '7', '15.001', '20', '60000000', '61900999', '88000000', '82999999', NULL, 1652921079),
(69606, '3220', '479.00', '2', '15.001', '20', '60000000', '61900999', '88000000', '82999999', NULL, 1652921084),
(69607, '3298', '205.00', '7', '20.001', '25', '60000000', '61900999', '88000000', '82999999', NULL, 1652921085),
(69608, '3220', '612.00', '2', '20.001', '25', '60000000', '61900999', '88000000', '82999999', NULL, 1652921088),
(69609, '3298', '249.00', '7', '25.001', '30', '60000000', '61900999', '88000000', '82999999', NULL, 1652921090),
(69610, '3220', '744.00', '2', '25.001', '30', '60000000', '61900999', '88000000', '82999999', NULL, 1652921091),
(69611, '3298', '45.00', '7', '0.3', '5', '60000000', '61900999', '88000000', '88469999', NULL, 1652921094),
(69612, '3220', '137.00', '2', '0.3', '5', '60000000', '61900999', '88000000', '88469999', NULL, 1652921100),
(69613, '3298', '71.00', '7', '5.001', '10', '60000000', '61900999', '88000000', '88469999', NULL, 1652921104),
(69614, '3220', '214.00', '2', '5.001', '10', '60000000', '61900999', '88000000', '88469999', NULL, 1652921105),
(69615, '3298', '116.00', '7', '10.001', '15', '60000000', '61900999', '88000000', '88469999', NULL, 1652921107),
(69616, '3220', '346.00', '2', '10.001', '15', '60000000', '61900999', '88000000', '88469999', NULL, 1652921111),
(69617, '3298', '160.00', '7', '15.001', '20', '60000000', '61900999', '88000000', '88469999', NULL, 1652921112),
(69618, '3220', '479.00', '2', '15.001', '20', '60000000', '61900999', '88000000', '88469999', NULL, 1652921118),
(69619, '3298', '205.00', '7', '20.001', '25', '60000000', '61900999', '88000000', '88469999', NULL, 1652921119),
(69620, '3220', '612.00', '2', '20.001', '25', '60000000', '61900999', '88000000', '88469999', NULL, 1652921119),
(69621, '3298', '249.00', '7', '25.001', '30', '60000000', '61900999', '88000000', '88469999', NULL, 1652921120),
(69622, '3220', '744.00', '2', '25.001', '30', '60000000', '61900999', '88000000', '88469999', NULL, 1652921121),
(69623, '3298', '78.00', '7', '0.3', '5', '60000000', '61900999', '88470000', '89999999', NULL, 1652921121),
(69624, '3220', '154.00', '3', '0.3', '5', '60000000', '61900999', '88470000', '89999999', NULL, 1652921122),
(69625, '3298', '114.00', '7', '5.001', '10', '60000000', '61900999', '88470000', '89999999', NULL, 1652921123),
(69626, '3220', '223.00', '3', '5.001', '10', '60000000', '61900999', '88470000', '89999999', NULL, 1652921127),
(69627, '3298', '185.00', '7', '10.001', '15', '60000000', '61900999', '88470000', '89999999', NULL, 1652921128),
(69628, '3220', '361.00', '3', '10.001', '15', '60000000', '61900999', '88470000', '89999999', NULL, 1652921128),
(69629, '3298', '256.00', '7', '15.001', '20', '60000000', '61900999', '88470000', '89999999', NULL, 1652921129),
(69630, '3220', '500.00', '3', '15.001', '20', '60000000', '61900999', '88470000', '89999999', NULL, 1652921130),
(69631, '3298', '327.00', '7', '20.001', '25', '60000000', '61900999', '88470000', '89999999', NULL, 1652921130),
(69632, '3220', '638.00', '3', '20.001', '25', '60000000', '61900999', '88470000', '89999999', NULL, 1652921131),
(69633, '3298', '398.00', '7', '25.001', '30', '60000000', '61900999', '88470000', '89999999', NULL, 1652921132),
(69634, '3220', '777.00', '3', '25.001', '30', '60000000', '61900999', '88470000', '89999999', NULL, 1652921133),
(69635, '3298', '45.00', '7', '0.3', '5', '60000000', '61900999', '90000000', '91999999', NULL, 1652921133),
(69636, '3220', '137.00', '2', '0.3', '5', '60000000', '61900999', '90000000', '91999999', NULL, 1652921134),
(69637, '3298', '71.00', '7', '5.001', '10', '60000000', '61900999', '90000000', '91999999', NULL, 1652921138),
(69638, '3220', '214.00', '2', '5.001', '10', '60000000', '61900999', '90000000', '91999999', NULL, 1652921139),
(69639, '3298', '116.00', '7', '10.001', '15', '60000000', '61900999', '90000000', '91999999', NULL, 1652921139),
(69640, '3220', '346.00', '2', '10.001', '15', '60000000', '61900999', '90000000', '91999999', NULL, 1652921144),
(69641, '3298', '160.00', '7', '15.001', '20', '60000000', '61900999', '90000000', '91999999', NULL, 1652921147),
(69642, '3220', '479.00', '2', '15.001', '20', '60000000', '61900999', '90000000', '91999999', NULL, 1652921148),
(69643, '3298', '205.00', '7', '20.001', '25', '60000000', '61900999', '90000000', '91999999', NULL, 1652921149),
(69644, '3220', '612.00', '2', '20.001', '25', '60000000', '61900999', '90000000', '91999999', NULL, 1652921150),
(69645, '3298', '249.00', '7', '25.001', '30', '60000000', '61900999', '90000000', '91999999', NULL, 1652921158),
(69646, '3220', '744.00', '2', '25.001', '30', '60000000', '61900999', '90000000', '91999999', NULL, 1652921159),
(69647, '3298', '45.00', '7', '0.3', '5', '60000000', '61900999', '90000000', '94900999', NULL, 1652921160),
(69648, '3220', '137.00', '3', '0.3', '5', '60000000', '61900999', '90000000', '94900999', NULL, 1652921162),
(69649, '3298', '71.00', '7', '5.001', '10', '60000000', '61900999', '90000000', '94900999', NULL, 1652921170),
(69650, '3220', '214.00', '3', '5.001', '10', '60000000', '61900999', '90000000', '94900999', NULL, 1652921174),
(69651, '3298', '116.00', '7', '10.001', '15', '60000000', '61900999', '90000000', '94900999', NULL, 1652921175),
(69652, '3220', '346.00', '3', '10.001', '15', '60000000', '61900999', '90000000', '94900999', NULL, 1652921176),
(69653, '3298', '160.00', '7', '15.001', '20', '60000000', '61900999', '90000000', '94900999', NULL, 1652921177),
(69654, '3220', '479.00', '3', '15.001', '20', '60000000', '61900999', '90000000', '94900999', NULL, 1652921179),
(69655, '3298', '205.00', '7', '20.001', '25', '60000000', '61900999', '90000000', '94900999', NULL, 1652921179),
(69656, '3220', '612.00', '3', '20.001', '25', '60000000', '61900999', '90000000', '94900999', NULL, 1652921180),
(69657, '3298', '249.00', '7', '25.001', '30', '60000000', '61900999', '90000000', '94900999', NULL, 1652921183),
(69658, '3220', '744.00', '3', '25.001', '30', '60000000', '61900999', '90000000', '94900999', NULL, 1652921185),
(69659, '3298', '90.00', '12', '0.3', '5', '60000000', '61900999', '94901000', '99999999', NULL, 1652921187),
(69660, '3220', '183.00', '6', '0.3', '5', '60000000', '61900999', '94901000', '99999999', NULL, 1652921191),
(69661, '3298', '133.00', '12', '5.001', '10', '60000000', '61900999', '94901000', '99999999', NULL, 1652921192),
(69662, '3220', '266.00', '6', '5.001', '10', '60000000', '61900999', '94901000', '99999999', NULL, 1652921193),
(69663, '3298', '215.00', '12', '10.001', '15', '60000000', '61900999', '94901000', '99999999', NULL, 1652921196),
(69664, '3220', '430.00', '6', '10.001', '15', '60000000', '61900999', '94901000', '99999999', NULL, 1652921199),
(69665, '3298', '298.00', '12', '15.001', '20', '60000000', '61900999', '94901000', '99999999', NULL, 1652921200),
(69666, '3220', '595.00', '6', '15.001', '20', '60000000', '61900999', '94901000', '99999999', NULL, 1652921200),
(69667, '3298', '380.00', '12', '20.001', '25', '60000000', '61900999', '94901000', '99999999', NULL, 1652921201),
(69668, '3220', '760.00', '6', '20.001', '25', '60000000', '61900999', '94901000', '99999999', NULL, 1652921204),
(69669, '3298', '463.00', '12', '25.001', '30', '60000000', '61900999', '94901000', '99999999', NULL, 1652921207),
(69670, '3220', '925.00', '6', '25.001', '30', '60000000', '61900999', '94901000', '99999999', NULL, 1652921209),
(69671, '3298', '90.00', '11', '0.3', '5', '61901000', '63999999', '01000000', '08499999', NULL, 1652921210),
(69672, '3220', '183.00', '6', '0.3', '5', '61901000', '63999999', '01000000', '08499999', NULL, 1652921212),
(69673, '3298', '133.00', '11', '5.001', '10', '61901000', '63999999', '01000000', '08499999', NULL, 1652921213),
(69674, '3220', '266.00', '6', '5.001', '10', '61901000', '63999999', '01000000', '08499999', NULL, 1652921214),
(69675, '3298', '215.00', '11', '10.001', '15', '61901000', '63999999', '01000000', '08499999', NULL, 1652921217),
(69676, '3220', '430.00', '6', '10.001', '15', '61901000', '63999999', '01000000', '08499999', NULL, 1652921218),
(69677, '3298', '298.00', '11', '15.001', '20', '61901000', '63999999', '01000000', '08499999', NULL, 1652921219),
(69678, '3220', '595.00', '6', '15.001', '20', '61901000', '63999999', '01000000', '08499999', NULL, 1652921220),
(69679, '3298', '380.00', '11', '20.001', '25', '61901000', '63999999', '01000000', '08499999', NULL, 1652921222),
(69680, '3220', '760.00', '6', '20.001', '25', '61901000', '63999999', '01000000', '08499999', NULL, 1652921222),
(69681, '3298', '463.00', '11', '25.001', '30', '61901000', '63999999', '01000000', '08499999', NULL, 1652921223),
(69682, '3220', '925.00', '6', '25.001', '30', '61901000', '63999999', '01000000', '08499999', NULL, 1652921227),
(69683, '3298', '90.00', '11', '0.3', '5', '61901000', '63999999', '06000000', '09999999', NULL, 1652921230),
(69684, '3220', '183.00', '6', '0.3', '5', '61901000', '63999999', '06000000', '09999999', NULL, 1652921231),
(69685, '3298', '133.00', '11', '5.001', '10', '61901000', '63999999', '06000000', '09999999', NULL, 1652921231),
(69686, '3220', '266.00', '6', '5.001', '10', '61901000', '63999999', '06000000', '09999999', NULL, 1652921238),
(69687, '3298', '215.00', '11', '10.001', '15', '61901000', '63999999', '06000000', '09999999', NULL, 1652921238),
(69688, '3220', '430.00', '6', '10.001', '15', '61901000', '63999999', '06000000', '09999999', NULL, 1652921239),
(69689, '3298', '298.00', '11', '15.001', '20', '61901000', '63999999', '06000000', '09999999', NULL, 1652921240),
(69690, '3220', '595.00', '6', '15.001', '20', '61901000', '63999999', '06000000', '09999999', NULL, 1652921242),
(69691, '3298', '380.00', '11', '20.001', '25', '61901000', '63999999', '06000000', '09999999', NULL, 1652921243),
(69692, '3220', '760.00', '6', '20.001', '25', '61901000', '63999999', '06000000', '09999999', NULL, 1652921244),
(69693, '3298', '463.00', '11', '25.001', '30', '61901000', '63999999', '06000000', '09999999', NULL, 1652921245),
(69694, '3220', '925.00', '6', '25.001', '30', '61901000', '63999999', '06000000', '09999999', NULL, 1652921245),
(69695, '3298', '90.00', '12', '0.3', '5', '61901000', '63999999', '11000000', '11999999', NULL, 1652921251),
(69696, '3220', '183.00', '8', '0.3', '5', '61901000', '63999999', '11000000', '11999999', NULL, 1652921252),
(69697, '3298', '133.00', '12', '5.001', '10', '61901000', '63999999', '11000000', '11999999', NULL, 1652921253),
(69698, '3220', '266.00', '8', '5.001', '10', '61901000', '63999999', '11000000', '11999999', NULL, 1652921254),
(69699, '3298', '215.00', '12', '10.001', '15', '61901000', '63999999', '11000000', '11999999', NULL, 1652921255),
(69700, '3220', '430.00', '8', '10.001', '15', '61901000', '63999999', '11000000', '11999999', NULL, 1652921256),
(69701, '3298', '298.00', '12', '15.001', '20', '61901000', '63999999', '11000000', '11999999', NULL, 1652921257),
(69702, '3220', '595.00', '8', '15.001', '20', '61901000', '63999999', '11000000', '11999999', NULL, 1652921258),
(69703, '3298', '380.00', '12', '20.001', '25', '61901000', '63999999', '11000000', '11999999', NULL, 1652921259),
(69704, '3220', '760.00', '8', '20.001', '25', '61901000', '63999999', '11000000', '11999999', NULL, 1652921262),
(69705, '3298', '463.00', '12', '25.001', '30', '61901000', '63999999', '11000000', '11999999', NULL, 1652921263),
(69706, '3220', '925.00', '8', '25.001', '30', '61901000', '63999999', '11000000', '11999999', NULL, 1652921264),
(69707, '3298', '90.00', '11', '0.3', '5', '61901000', '63999999', '12000000', '19999999', NULL, 1652921265),
(69708, '3220', '183.00', '7', '0.3', '5', '61901000', '63999999', '12000000', '19999999', NULL, 1652921265),
(69709, '3298', '133.00', '11', '5.001', '10', '61901000', '63999999', '12000000', '19999999', NULL, 1652921266),
(69710, '3220', '266.00', '7', '5.001', '10', '61901000', '63999999', '12000000', '19999999', NULL, 1652921267),
(69711, '3298', '215.00', '11', '10.001', '15', '61901000', '63999999', '12000000', '19999999', NULL, 1652921268),
(69712, '3220', '430.00', '7', '10.001', '15', '61901000', '63999999', '12000000', '19999999', NULL, 1652921269),
(69713, '3298', '298.00', '11', '15.001', '20', '61901000', '63999999', '12000000', '19999999', NULL, 1652921270),
(69714, '3220', '595.00', '7', '15.001', '20', '61901000', '63999999', '12000000', '19999999', NULL, 1652921271),
(69715, '3298', '380.00', '11', '20.001', '25', '61901000', '63999999', '12000000', '19999999', NULL, 1652921277),
(69716, '3220', '760.00', '7', '20.001', '25', '61901000', '63999999', '12000000', '19999999', NULL, 1652921279),
(69717, '3298', '463.00', '11', '25.001', '30', '61901000', '63999999', '12000000', '19999999', NULL, 1652921279),
(69718, '3220', '925.00', '7', '25.001', '30', '61901000', '63999999', '12000000', '19999999', NULL, 1652921280),
(69719, '3298', '70.00', '13', '0.3', '5', '61901000', '63999999', '26601000', '28999999', NULL, 1652921336),
(69720, '3220', '157.00', '8', '0.3', '5', '61901000', '63999999', '26601000', '28999999', NULL, 1652921339),
(69721, '3298', '106.00', '13', '5.001', '10', '61901000', '63999999', '26601000', '28999999', NULL, 1652921340),
(69722, '3220', '226.00', '8', '5.001', '10', '61901000', '63999999', '26601000', '28999999', NULL, 1652921340),
(69723, '3298', '172.00', '13', '10.001', '15', '61901000', '63999999', '26601000', '28999999', NULL, 1652921342),
(69724, '3220', '367.00', '8', '10.001', '15', '61901000', '63999999', '26601000', '28999999', NULL, 1652921343),
(69725, '3298', '239.00', '13', '15.001', '20', '61901000', '63999999', '26601000', '28999999', NULL, 1652921345),
(69726, '3220', '508.00', '8', '15.001', '20', '61901000', '63999999', '26601000', '28999999', NULL, 1652921347),
(69727, '3298', '305.00', '13', '20.001', '25', '61901000', '63999999', '26601000', '28999999', NULL, 1652921352),
(69728, '3220', '649.00', '8', '20.001', '25', '61901000', '63999999', '26601000', '28999999', NULL, 1652921356),
(69729, '3298', '371.00', '13', '25.001', '30', '61901000', '63999999', '26601000', '28999999', NULL, 1652921360),
(69730, '3220', '789.00', '8', '25.001', '30', '61901000', '63999999', '26601000', '28999999', NULL, 1652921364),
(69731, '3298', '50.00', '11', '0.3', '5', '61901000', '63999999', '29000000', '29099999', NULL, 1652921365),
(69732, '3220', '124.00', '6', '0.3', '5', '61901000', '63999999', '29000000', '29099999', NULL, 1652921365),
(69733, '3298', '83.00', '11', '5.001', '10', '61901000', '63999999', '29000000', '29099999', NULL, 1652921366),
(69734, '3220', '175.00', '6', '5.001', '10', '61901000', '63999999', '29000000', '29099999', NULL, 1652921366),
(69735, '3298', '135.00', '11', '10.001', '15', '61901000', '63999999', '29000000', '29099999', NULL, 1652921367),
(69736, '3220', '283.00', '6', '10.001', '15', '61901000', '63999999', '29000000', '29099999', NULL, 1652921368),
(69737, '3298', '186.00', '11', '15.001', '20', '61901000', '63999999', '29000000', '29099999', NULL, 1652921369),
(69738, '3220', '392.00', '6', '15.001', '20', '61901000', '63999999', '29000000', '29099999', NULL, 1652921370),
(69739, '3298', '238.00', '11', '20.001', '25', '61901000', '63999999', '29000000', '29099999', NULL, 1652921371),
(69740, '3220', '500.00', '6', '20.001', '25', '61901000', '63999999', '29000000', '29099999', NULL, 1652921371),
(69741, '3298', '290.00', '11', '25.001', '30', '61901000', '63999999', '29000000', '29099999', NULL, 1652921372),
(69742, '3220', '609.00', '6', '25.001', '30', '61901000', '63999999', '29000000', '29099999', NULL, 1652921377),
(69743, '3298', '50.00', '13', '0.3', '5', '61901000', '63999999', '29100000', '29999999', NULL, 1652921378),
(69744, '3220', '124.00', '8', '0.3', '5', '61901000', '63999999', '29100000', '29999999', NULL, 1652921379),
(69745, '3298', '83.00', '13', '5.001', '10', '61901000', '63999999', '29100000', '29999999', NULL, 1652921380),
(69746, '3220', '175.00', '8', '5.001', '10', '61901000', '63999999', '29100000', '29999999', NULL, 1652921380),
(69747, '3298', '135.00', '13', '10.001', '15', '61901000', '63999999', '29100000', '29999999', NULL, 1652921382),
(69748, '3220', '283.00', '8', '10.001', '15', '61901000', '63999999', '29100000', '29999999', NULL, 1652921386),
(69749, '3298', '186.00', '13', '15.001', '20', '61901000', '63999999', '29100000', '29999999', NULL, 1652921387),
(69750, '3220', '392.00', '8', '15.001', '20', '61901000', '63999999', '29100000', '29999999', NULL, 1652921388),
(69751, '3298', '238.00', '13', '20.001', '25', '61901000', '63999999', '29100000', '29999999', NULL, 1652921389),
(69752, '3220', '500.00', '8', '20.001', '25', '61901000', '63999999', '29100000', '29999999', NULL, 1652921389),
(69753, '3298', '290.00', '13', '25.001', '30', '61901000', '63999999', '29100000', '29999999', NULL, 1652921391),
(69754, '3220', '609.00', '8', '25.001', '30', '61901000', '63999999', '29100000', '29999999', NULL, 1652921393),
(69755, '3298', '70.00', '11', '0.3', '5', '61901000', '63999999', '30000000', '31999999', NULL, 1652921395),
(69756, '3220', '157.00', '6', '0.3', '5', '61901000', '63999999', '30000000', '31999999', NULL, 1652921397),
(69757, '3298', '106.00', '11', '5.001', '10', '61901000', '63999999', '30000000', '31999999', NULL, 1652921401),
(69758, '3220', '226.00', '6', '5.001', '10', '61901000', '63999999', '30000000', '31999999', NULL, 1652921401),
(69759, '3298', '172.00', '11', '10.001', '15', '61901000', '63999999', '30000000', '31999999', NULL, 1652921407),
(69760, '3220', '367.00', '6', '10.001', '15', '61901000', '63999999', '30000000', '31999999', NULL, 1652921407),
(69761, '3298', '239.00', '11', '15.001', '20', '61901000', '63999999', '30000000', '31999999', NULL, 1652921408),
(69762, '3220', '508.00', '6', '15.001', '20', '61901000', '63999999', '30000000', '31999999', NULL, 1652921412),
(69763, '3298', '305.00', '11', '20.001', '25', '61901000', '63999999', '30000000', '31999999', NULL, 1652921412),
(69764, '3220', '649.00', '6', '20.001', '25', '61901000', '63999999', '30000000', '31999999', NULL, 1652921416),
(69765, '3298', '371.00', '11', '25.001', '30', '61901000', '63999999', '30000000', '31999999', NULL, 1652921421),
(69766, '3220', '789.00', '6', '25.001', '30', '61901000', '63999999', '30000000', '31999999', NULL, 1652921425),
(69767, '3298', '70.00', '11', '0.3', '5', '61901000', '63999999', '30000000', '34999999', NULL, 1652921431),
(69768, '3220', '157.00', '6', '0.3', '5', '61901000', '63999999', '30000000', '34999999', NULL, 1652921433),
(69769, '3298', '106.00', '11', '5.001', '10', '61901000', '63999999', '30000000', '34999999', NULL, 1652921436),
(69770, '3220', '226.00', '6', '5.001', '10', '61901000', '63999999', '30000000', '34999999', NULL, 1652921438),
(69771, '3298', '172.00', '11', '10.001', '15', '61901000', '63999999', '30000000', '34999999', NULL, 1652921439),
(69772, '3220', '367.00', '6', '10.001', '15', '61901000', '63999999', '30000000', '34999999', NULL, 1652921440),
(69773, '3298', '239.00', '11', '15.001', '20', '61901000', '63999999', '30000000', '34999999', NULL, 1652921443),
(69774, '3220', '508.00', '6', '15.001', '20', '61901000', '63999999', '30000000', '34999999', NULL, 1652921445),
(69775, '3298', '305.00', '11', '20.001', '25', '61901000', '63999999', '30000000', '34999999', NULL, 1652921448),
(69776, '3220', '649.00', '6', '20.001', '25', '61901000', '63999999', '30000000', '34999999', NULL, 1652921449),
(69777, '3298', '371.00', '11', '25.001', '30', '61901000', '63999999', '30000000', '34999999', NULL, 1652921454),
(69778, '3220', '789.00', '6', '25.001', '30', '61901000', '63999999', '30000000', '34999999', NULL, 1652921457),
(69779, '3298', '70.00', '13', '0.3', '5', '61901000', '63999999', '35000000', '39999999', NULL, 1652921460),
(69780, '3220', '157.00', '8', '0.3', '5', '61901000', '63999999', '35000000', '39999999', NULL, 1652921464),
(69781, '3298', '106.00', '13', '5.001', '10', '61901000', '63999999', '35000000', '39999999', NULL, 1652921465),
(69782, '3220', '226.00', '8', '5.001', '10', '61901000', '63999999', '35000000', '39999999', NULL, 1652921467),
(69783, '3298', '172.00', '13', '10.001', '15', '61901000', '63999999', '35000000', '39999999', NULL, 1652921471),
(69784, '3220', '367.00', '8', '10.001', '15', '61901000', '63999999', '35000000', '39999999', NULL, 1652921473),
(69785, '3298', '239.00', '13', '15.001', '20', '61901000', '63999999', '35000000', '39999999', NULL, 1652921475),
(69786, '3220', '508.00', '8', '15.001', '20', '61901000', '63999999', '35000000', '39999999', NULL, 1652921477),
(69787, '3298', '305.00', '13', '20.001', '25', '61901000', '63999999', '35000000', '39999999', NULL, 1652921479),
(69788, '3220', '649.00', '8', '20.001', '25', '61901000', '63999999', '35000000', '39999999', NULL, 1652921482),
(69789, '3298', '371.00', '13', '25.001', '30', '61901000', '63999999', '35000000', '39999999', NULL, 1652921485),
(69790, '3220', '789.00', '8', '25.001', '30', '61901000', '63999999', '35000000', '39999999', NULL, 1652921485),
(69791, '3298', '70.00', '9', '0.3', '5', '61901000', '63999999', '40000000', '41999999', NULL, 1652921486),
(69792, '3220', '157.00', '6', '0.3', '5', '61901000', '63999999', '40000000', '41999999', NULL, 1652921489),
(69793, '3298', '106.00', '9', '5.001', '10', '61901000', '63999999', '40000000', '41999999', NULL, 1652921489),
(69794, '3220', '226.00', '6', '5.001', '10', '61901000', '63999999', '40000000', '41999999', NULL, 1652921490),
(69795, '3298', '172.00', '9', '10.001', '15', '61901000', '63999999', '40000000', '41999999', NULL, 1652921491),
(69796, '3220', '367.00', '6', '10.001', '15', '61901000', '63999999', '40000000', '41999999', NULL, 1652921493),
(69797, '3298', '239.00', '9', '15.001', '20', '61901000', '63999999', '40000000', '41999999', NULL, 1652921496),
(69798, '3220', '508.00', '6', '15.001', '20', '61901000', '63999999', '40000000', '41999999', NULL, 1652921499),
(69799, '3298', '305.00', '9', '20.001', '25', '61901000', '63999999', '40000000', '41999999', NULL, 1652921500),
(69800, '3220', '649.00', '6', '20.001', '25', '61901000', '63999999', '40000000', '41999999', NULL, 1652921501),
(69801, '3298', '371.00', '9', '25.001', '30', '61901000', '63999999', '40000000', '41999999', NULL, 1652921501),
(69802, '3220', '789.00', '6', '25.001', '30', '61901000', '63999999', '40000000', '41999999', NULL, 1652921502),
(69803, '3298', '70.00', '9', '0.3', '5', '61901000', '63999999', '40000000', '44470999', NULL, 1652921507),
(69804, '3220', '157.00', '6', '0.3', '5', '61901000', '63999999', '40000000', '44470999', NULL, 1652921508),
(69805, '3298', '106.00', '9', '5.001', '10', '61901000', '63999999', '40000000', '44470999', NULL, 1652921509),
(69806, '3220', '226.00', '6', '5.001', '10', '61901000', '63999999', '40000000', '44470999', NULL, 1652921510),
(69807, '3298', '172.00', '9', '10.001', '15', '61901000', '63999999', '40000000', '44470999', NULL, 1652921511),
(69808, '3220', '367.00', '6', '10.001', '15', '61901000', '63999999', '40000000', '44470999', NULL, 1652921512),
(69809, '3298', '239.00', '9', '15.001', '20', '61901000', '63999999', '40000000', '44470999', NULL, 1652921513),
(69810, '3220', '508.00', '6', '15.001', '20', '61901000', '63999999', '40000000', '44470999', NULL, 1652921514),
(69811, '3298', '305.00', '9', '20.001', '25', '61901000', '63999999', '40000000', '44470999', NULL, 1652921517),
(69812, '3220', '649.00', '6', '20.001', '25', '61901000', '63999999', '40000000', '44470999', NULL, 1652921518),
(69813, '3298', '371.00', '9', '25.001', '30', '61901000', '63999999', '40000000', '44470999', NULL, 1652921519),
(69814, '3220', '789.00', '6', '25.001', '30', '61901000', '63999999', '40000000', '44470999', NULL, 1652921521),
(69815, '3298', '70.00', '11', '0.3', '5', '61901000', '63999999', '44471000', '48999999', NULL, 1652921521),
(69816, '3220', '157.00', '10', '0.3', '5', '61901000', '63999999', '44471000', '48999999', NULL, 1652921525),
(69817, '3298', '106.00', '11', '5.001', '10', '61901000', '63999999', '44471000', '48999999', NULL, 1652921527),
(69818, '3220', '226.00', '10', '5.001', '10', '61901000', '63999999', '44471000', '48999999', NULL, 1652921530),
(69819, '3298', '172.00', '11', '10.001', '15', '61901000', '63999999', '44471000', '48999999', NULL, 1652921533),
(69820, '3220', '367.00', '10', '10.001', '15', '61901000', '63999999', '44471000', '48999999', NULL, 1652921535),
(69821, '3298', '239.00', '11', '15.001', '20', '61901000', '63999999', '44471000', '48999999', NULL, 1652921536),
(69822, '3220', '508.00', '10', '15.001', '20', '61901000', '63999999', '44471000', '48999999', NULL, 1652921538),
(69823, '3298', '305.00', '11', '20.001', '25', '61901000', '63999999', '44471000', '48999999', NULL, 1652921538),
(69824, '3220', '649.00', '10', '20.001', '25', '61901000', '63999999', '44471000', '48999999', NULL, 1652921539),
(69825, '3298', '371.00', '11', '25.001', '30', '61901000', '63999999', '44471000', '48999999', NULL, 1652921540),
(69826, '3220', '789.00', '10', '25.001', '30', '61901000', '63999999', '44471000', '48999999', NULL, 1652921541),
(69827, '3298', '50.00', '10', '0.3', '5', '61901000', '63999999', '49000000', '49099999', NULL, 1652921542),
(69828, '3220', '124.00', '6', '0.3', '5', '61901000', '63999999', '49000000', '49099999', NULL, 1652921543),
(69829, '3298', '83.00', '10', '5.001', '10', '61901000', '63999999', '49000000', '49099999', NULL, 1652921547),
(69830, '3220', '175.00', '6', '5.001', '10', '61901000', '63999999', '49000000', '49099999', NULL, 1652921548),
(69831, '3298', '135.00', '10', '10.001', '15', '61901000', '63999999', '49000000', '49099999', NULL, 1652921549),
(69832, '3220', '283.00', '6', '10.001', '15', '61901000', '63999999', '49000000', '49099999', NULL, 1652921552),
(69833, '3298', '186.00', '10', '15.001', '20', '61901000', '63999999', '49000000', '49099999', NULL, 1652921553),
(69834, '3220', '392.00', '6', '15.001', '20', '61901000', '63999999', '49000000', '49099999', NULL, 1652921554),
(69835, '3298', '238.00', '10', '20.001', '25', '61901000', '63999999', '49000000', '49099999', NULL, 1652921555),
(69836, '3220', '500.00', '6', '20.001', '25', '61901000', '63999999', '49000000', '49099999', NULL, 1652921555),
(69837, '3298', '290.00', '10', '25.001', '30', '61901000', '63999999', '49000000', '49099999', NULL, 1652921561),
(69838, '3220', '609.00', '6', '25.001', '30', '61901000', '63999999', '49000000', '49099999', NULL, 1652921564),
(69839, '3298', '50.00', '12', '0.3', '5', '61901000', '63999999', '49100000', '49999999', NULL, 1652921565),
(69840, '3220', '124.00', '8', '0.3', '5', '61901000', '63999999', '49100000', '49999999', NULL, 1652921566),
(69841, '3298', '83.00', '12', '5.001', '10', '61901000', '63999999', '49100000', '49999999', NULL, 1652921566),
(69842, '3220', '175.00', '8', '5.001', '10', '61901000', '63999999', '49100000', '49999999', NULL, 1652921568),
(69843, '3298', '135.00', '12', '10.001', '15', '61901000', '63999999', '49100000', '49999999', NULL, 1652921570),
(69844, '3220', '283.00', '8', '10.001', '15', '61901000', '63999999', '49100000', '49999999', NULL, 1652921571),
(69845, '3298', '186.00', '12', '15.001', '20', '61901000', '63999999', '49100000', '49999999', NULL, 1652921572),
(69846, '3220', '392.00', '8', '15.001', '20', '61901000', '63999999', '49100000', '49999999', NULL, 1652921572),
(69847, '3298', '238.00', '12', '20.001', '25', '61901000', '63999999', '49100000', '49999999', NULL, 1652921573),
(69848, '3220', '500.00', '8', '20.001', '25', '61901000', '63999999', '49100000', '49999999', NULL, 1652921575),
(69849, '3298', '290.00', '12', '25.001', '30', '61901000', '63999999', '49100000', '49999999', NULL, 1652921576),
(69850, '3220', '609.00', '8', '25.001', '30', '61901000', '63999999', '49100000', '49999999', NULL, 1652921582),
(69851, '3298', '44.00', '9', '0.3', '5', '61901000', '63999999', '50000000', '52999999', NULL, 1652921583),
(69852, '3220', '102.00', '7', '0.3', '5', '61901000', '63999999', '50000000', '52999999', NULL, 1652921589),
(69853, '3298', '74.00', '9', '5.001', '10', '61901000', '63999999', '50000000', '52999999', NULL, 1652921591),
(69854, '3220', '141.00', '7', '5.001', '10', '61901000', '63999999', '50000000', '52999999', NULL, 1652921592),
(69855, '3298', '120.00', '9', '10.001', '15', '61901000', '63999999', '50000000', '52999999', NULL, 1652921593),
(69856, '3220', '229.00', '7', '10.001', '15', '61901000', '63999999', '50000000', '52999999', NULL, 1652921595),
(69857, '3298', '166.00', '9', '15.001', '20', '61901000', '63999999', '50000000', '52999999', NULL, 1652921598),
(69858, '3220', '316.00', '7', '15.001', '20', '61901000', '63999999', '50000000', '52999999', NULL, 1652921599),
(69859, '3298', '212.00', '9', '20.001', '25', '61901000', '63999999', '50000000', '52999999', NULL, 1652921599),
(69860, '3220', '404.00', '7', '20.001', '25', '61901000', '63999999', '50000000', '52999999', NULL, 1652921602),
(69861, '3298', '258.00', '9', '25.001', '30', '61901000', '63999999', '50000000', '52999999', NULL, 1652921603),
(69862, '3220', '492.00', '7', '25.001', '30', '61901000', '63999999', '50000000', '52999999', NULL, 1652921604),
(69863, '3298', '44.00', '9', '0.3', '5', '61901000', '63999999', '50000000', '54999999', NULL, 1652921605),
(69864, '3220', '102.00', '7', '0.3', '5', '61901000', '63999999', '50000000', '54999999', NULL, 1652921606),
(69865, '3298', '74.00', '9', '5.001', '10', '61901000', '63999999', '50000000', '54999999', NULL, 1652921607),
(69866, '3220', '141.00', '7', '5.001', '10', '61901000', '63999999', '50000000', '54999999', NULL, 1652921611),
(69867, '3298', '120.00', '9', '10.001', '15', '61901000', '63999999', '50000000', '54999999', NULL, 1652921611),
(69868, '3220', '229.00', '7', '10.001', '15', '61901000', '63999999', '50000000', '54999999', NULL, 1652921613),
(69869, '3298', '166.00', '9', '15.001', '20', '61901000', '63999999', '50000000', '54999999', NULL, 1652921614),
(69870, '3220', '316.00', '7', '15.001', '20', '61901000', '63999999', '50000000', '54999999', NULL, 1652921615),
(69871, '3298', '212.00', '9', '20.001', '25', '61901000', '63999999', '50000000', '54999999', NULL, 1652921615),
(69872, '3220', '404.00', '7', '20.001', '25', '61901000', '63999999', '50000000', '54999999', NULL, 1652921616),
(69873, '3298', '258.00', '9', '25.001', '30', '61901000', '63999999', '50000000', '54999999', NULL, 1652921617),
(69874, '3220', '492.00', '7', '25.001', '30', '61901000', '63999999', '50000000', '54999999', NULL, 1652921618),
(69875, '3298', '44.00', '13', '0.3', '5', '61901000', '63999999', '55000000', '56999999', NULL, 1652921618),
(69876, '3220', '102.00', '11', '0.3', '5', '61901000', '63999999', '55000000', '56999999', NULL, 1652921622),
(69877, '3298', '74.00', '13', '5.001', '10', '61901000', '63999999', '55000000', '56999999', NULL, 1652921624),
(69878, '3220', '141.00', '11', '5.001', '10', '61901000', '63999999', '55000000', '56999999', NULL, 1652921632),
(69879, '3298', '120.00', '13', '10.001', '15', '61901000', '63999999', '55000000', '56999999', NULL, 1652921632),
(69880, '3220', '229.00', '11', '10.001', '15', '61901000', '63999999', '55000000', '56999999', NULL, 1652921633),
(69881, '3298', '166.00', '13', '15.001', '20', '61901000', '63999999', '55000000', '56999999', NULL, 1652921641),
(69882, '3220', '316.00', '11', '15.001', '20', '61901000', '63999999', '55000000', '56999999', NULL, 1652921648),
(69883, '3298', '212.00', '13', '20.001', '25', '61901000', '63999999', '55000000', '56999999', NULL, 1652921656),
(69884, '3220', '404.00', '11', '20.001', '25', '61901000', '63999999', '55000000', '56999999', NULL, 1652921657),
(69885, '3298', '258.00', '13', '25.001', '30', '61901000', '63999999', '55000000', '56999999', NULL, 1652921657),
(69886, '3220', '492.00', '11', '25.001', '30', '61901000', '63999999', '55000000', '56999999', NULL, 1652921658),
(69887, '3298', '50.00', '9', '0.3', '5', '61901000', '63999999', '57000000', '57099999', NULL, 1652921660),
(69888, '3220', '124.00', '7', '0.3', '5', '61901000', '63999999', '57000000', '57099999', NULL, 1652921668),
(69889, '3298', '83.00', '9', '5.001', '10', '61901000', '63999999', '57000000', '57099999', NULL, 1652921669),
(69890, '3220', '175.00', '7', '5.001', '10', '61901000', '63999999', '57000000', '57099999', NULL, 1652921671),
(69891, '3298', '135.00', '9', '10.001', '15', '61901000', '63999999', '57000000', '57099999', NULL, 1652921672),
(69892, '3220', '283.00', '7', '10.001', '15', '61901000', '63999999', '57000000', '57099999', NULL, 1652921674),
(69893, '3298', '186.00', '9', '15.001', '20', '61901000', '63999999', '57000000', '57099999', NULL, 1652921675),
(69894, '3220', '392.00', '7', '15.001', '20', '61901000', '63999999', '57000000', '57099999', NULL, 1652921676),
(69895, '3298', '238.00', '9', '20.001', '25', '61901000', '63999999', '57000000', '57099999', NULL, 1652921677),
(69896, '3220', '500.00', '7', '20.001', '25', '61901000', '63999999', '57000000', '57099999', NULL, 1652921679),
(69897, '3298', '290.00', '9', '25.001', '30', '61901000', '63999999', '57000000', '57099999', NULL, 1652921683),
(69898, '3220', '609.00', '7', '25.001', '30', '61901000', '63999999', '57000000', '57099999', NULL, 1652921684),
(69899, '3298', '50.00', '11', '0.3', '5', '61901000', '63999999', '57100000', '57999999', NULL, 1652921686),
(69900, '3220', '124.00', '9', '0.3', '5', '61901000', '63999999', '57100000', '57999999', NULL, 1652921687),
(69901, '3298', '83.00', '11', '5.001', '10', '61901000', '63999999', '57100000', '57999999', NULL, 1652921689),
(69902, '3220', '175.00', '9', '5.001', '10', '61901000', '63999999', '57100000', '57999999', NULL, 1652921693),
(69903, '3298', '135.00', '11', '10.001', '15', '61901000', '63999999', '57100000', '57999999', NULL, 1652921697),
(69904, '3220', '283.00', '9', '10.001', '15', '61901000', '63999999', '57100000', '57999999', NULL, 1652921698),
(69905, '3298', '186.00', '11', '15.001', '20', '61901000', '63999999', '57100000', '57999999', NULL, 1652921705),
(69906, '3220', '392.00', '9', '15.001', '20', '61901000', '63999999', '57100000', '57999999', NULL, 1652921720),
(69907, '3298', '238.00', '11', '20.001', '25', '61901000', '63999999', '57100000', '57999999', NULL, 1652921720),
(69908, '3220', '500.00', '9', '20.001', '25', '61901000', '63999999', '57100000', '57999999', NULL, 1652921721),
(69909, '3298', '290.00', '11', '25.001', '30', '61901000', '63999999', '57100000', '57999999', NULL, 1652921734),
(69910, '3220', '609.00', '9', '25.001', '30', '61901000', '63999999', '57100000', '57999999', NULL, 1652921747),
(69911, '3298', '44.00', '9', '0.3', '5', '61901000', '63999999', '58000000', '58099999', NULL, 1652921756),
(69912, '3220', '102.00', '7', '0.3', '5', '61901000', '63999999', '58000000', '58099999', NULL, 1652921770),
(69913, '3298', '74.00', '9', '5.001', '10', '61901000', '63999999', '58000000', '58099999', NULL, 1652921770),
(69914, '3220', '141.00', '7', '5.001', '10', '61901000', '63999999', '58000000', '58099999', NULL, 1652921771),
(69915, '3298', '120.00', '9', '10.001', '15', '61901000', '63999999', '58000000', '58099999', NULL, 1652921781),
(69916, '3220', '229.00', '7', '10.001', '15', '61901000', '63999999', '58000000', '58099999', NULL, 1652921781),
(69917, '3298', '166.00', '9', '15.001', '20', '61901000', '63999999', '58000000', '58099999', NULL, 1652921782),
(69918, '3220', '316.00', '7', '15.001', '20', '61901000', '63999999', '58000000', '58099999', NULL, 1652921783),
(69919, '3298', '212.00', '9', '20.001', '25', '61901000', '63999999', '58000000', '58099999', NULL, 1652921783),
(69920, '3220', '404.00', '7', '20.001', '25', '61901000', '63999999', '58000000', '58099999', NULL, 1652921783),
(69921, '3298', '258.00', '9', '25.001', '30', '61901000', '63999999', '58000000', '58099999', NULL, 1652921784),
(69922, '3220', '492.00', '7', '25.001', '30', '61901000', '63999999', '58000000', '58099999', NULL, 1652921785),
(69923, '3298', '44.00', '14', '0.3', '5', '61901000', '63999999', '58100000', '58999999', NULL, 1652921792),
(69924, '3220', '102.00', '12', '0.3', '5', '61901000', '63999999', '58100000', '58999999', NULL, 1652921799),
(69925, '3298', '74.00', '14', '5.001', '10', '61901000', '63999999', '58100000', '58999999', NULL, 1652921800),
(69926, '3220', '141.00', '12', '5.001', '10', '61901000', '63999999', '58100000', '58999999', NULL, 1652921801),
(69927, '3298', '120.00', '14', '10.001', '15', '61901000', '63999999', '58100000', '58999999', NULL, 1652921802),
(69928, '3220', '229.00', '12', '10.001', '15', '61901000', '63999999', '58100000', '58999999', NULL, 1652921802),
(69929, '3298', '166.00', '14', '15.001', '20', '61901000', '63999999', '58100000', '58999999', NULL, 1652921803),
(69930, '3220', '316.00', '12', '15.001', '20', '61901000', '63999999', '58100000', '58999999', NULL, 1652921803),
(69931, '3298', '212.00', '14', '20.001', '25', '61901000', '63999999', '58100000', '58999999', NULL, 1652921804),
(69932, '3220', '404.00', '12', '20.001', '25', '61901000', '63999999', '58100000', '58999999', NULL, 1652921805),
(69933, '3298', '258.00', '14', '25.001', '30', '61901000', '63999999', '58100000', '58999999', NULL, 1652921806),
(69934, '3220', '492.00', '12', '25.001', '30', '61901000', '63999999', '58100000', '58999999', NULL, 1652921806),
(69935, '3298', '44.00', '9', '0.3', '5', '61901000', '63999999', '59000000', '59099999', NULL, 1652921813),
(69936, '3220', '102.00', '7', '0.3', '5', '61901000', '63999999', '59000000', '59099999', NULL, 1652921814),
(69937, '3298', '74.00', '9', '5.001', '10', '61901000', '63999999', '59000000', '59099999', NULL, 1652921815),
(69938, '3220', '141.00', '7', '5.001', '10', '61901000', '63999999', '59000000', '59099999', NULL, 1652921816),
(69939, '3298', '120.00', '9', '10.001', '15', '61901000', '63999999', '59000000', '59099999', NULL, 1652921816),
(69940, '3220', '229.00', '7', '10.001', '15', '61901000', '63999999', '59000000', '59099999', NULL, 1652921817),
(69941, '3298', '166.00', '9', '15.001', '20', '61901000', '63999999', '59000000', '59099999', NULL, 1652921818),
(69942, '3220', '316.00', '7', '15.001', '20', '61901000', '63999999', '59000000', '59099999', NULL, 1652921818),
(69943, '3298', '212.00', '9', '20.001', '25', '61901000', '63999999', '59000000', '59099999', NULL, 1652921820),
(69944, '3220', '404.00', '7', '20.001', '25', '61901000', '63999999', '59000000', '59099999', NULL, 1652921823),
(69945, '3298', '258.00', '9', '25.001', '30', '61901000', '63999999', '59000000', '59099999', NULL, 1652921823),
(69946, '3220', '492.00', '7', '25.001', '30', '61901000', '63999999', '59000000', '59099999', NULL, 1652921825),
(69947, '3298', '44.00', '9', '0.3', '5', '61901000', '63999999', '59100000', '59999999', NULL, 1652921826),
(69948, '3220', '102.00', '7', '0.3', '5', '61901000', '63999999', '59100000', '59999999', NULL, 1652921827),
(69949, '3298', '74.00', '9', '5.001', '10', '61901000', '63999999', '59100000', '59999999', NULL, 1652921828),
(69950, '3220', '141.00', '7', '5.001', '10', '61901000', '63999999', '59100000', '59999999', NULL, 1652921828),
(69951, '3298', '120.00', '9', '10.001', '15', '61901000', '63999999', '59100000', '59999999', NULL, 1652921829),
(69952, '3220', '229.00', '7', '10.001', '15', '61901000', '63999999', '59100000', '59999999', NULL, 1652921830),
(69953, '3298', '166.00', '9', '15.001', '20', '61901000', '63999999', '59100000', '59999999', NULL, 1652921830),
(69954, '3220', '316.00', '7', '15.001', '20', '61901000', '63999999', '59100000', '59999999', NULL, 1652921831),
(69955, '3298', '212.00', '9', '20.001', '25', '61901000', '63999999', '59100000', '59999999', NULL, 1652921832),
(69956, '3220', '404.00', '7', '20.001', '25', '61901000', '63999999', '59100000', '59999999', NULL, 1652921833),
(69957, '3298', '258.00', '9', '25.001', '30', '61901000', '63999999', '59100000', '59999999', NULL, 1652921834),
(69958, '3220', '492.00', '7', '25.001', '30', '61901000', '63999999', '59100000', '59999999', NULL, 1652921834);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(69959, '3298', '26.00', '6', '0.3', '5', '61901000', '63999999', '60000000', '60999999', NULL, 1652921835),
(69960, '3220', '34.00', '4', '0.3', '5', '61901000', '63999999', '60000000', '60999999', NULL, 1652921845),
(69961, '3298', '32.00', '6', '5.001', '10', '61901000', '63999999', '60000000', '60999999', NULL, 1652921845),
(69962, '3220', '48.00', '4', '5.001', '10', '61901000', '63999999', '60000000', '60999999', NULL, 1652921845),
(69963, '3298', '52.00', '6', '10.001', '15', '61901000', '63999999', '60000000', '60999999', NULL, 1652921846),
(69964, '3220', '79.00', '4', '10.001', '15', '61901000', '63999999', '60000000', '60999999', NULL, 1652921847),
(69965, '3298', '72.00', '6', '15.001', '20', '61901000', '63999999', '60000000', '60999999', NULL, 1652921848),
(69966, '3220', '109.00', '4', '15.001', '20', '61901000', '63999999', '60000000', '60999999', NULL, 1652921848),
(69967, '3298', '92.00', '6', '20.001', '25', '61901000', '63999999', '60000000', '60999999', NULL, 1652921849),
(69968, '3220', '139.00', '4', '20.001', '25', '61901000', '63999999', '60000000', '60999999', NULL, 1652921849),
(69969, '3298', '112.00', '6', '25.001', '30', '61901000', '63999999', '60000000', '60999999', NULL, 1652921850),
(69970, '3220', '170.00', '4', '25.001', '30', '61901000', '63999999', '60000000', '60999999', NULL, 1652921850),
(69971, '3298', '26.00', '6', '0.3', '5', '61901000', '63999999', '60000000', '61900999', NULL, 1652921851),
(69972, '3220', '34.00', '4', '0.3', '5', '61901000', '63999999', '60000000', '61900999', NULL, 1652921852),
(69973, '3298', '32.00', '6', '5.001', '10', '61901000', '63999999', '60000000', '61900999', NULL, 1652921853),
(69974, '3220', '48.00', '4', '5.001', '10', '61901000', '63999999', '60000000', '61900999', NULL, 1652921853),
(69975, '3298', '52.00', '6', '10.001', '15', '61901000', '63999999', '60000000', '61900999', NULL, 1652921854),
(69976, '3220', '79.00', '4', '10.001', '15', '61901000', '63999999', '60000000', '61900999', NULL, 1652921855),
(69977, '3298', '72.00', '6', '15.001', '20', '61901000', '63999999', '60000000', '61900999', NULL, 1652921855),
(69978, '3220', '109.00', '4', '15.001', '20', '61901000', '63999999', '60000000', '61900999', NULL, 1652921856),
(69979, '3298', '92.00', '6', '20.001', '25', '61901000', '63999999', '60000000', '61900999', NULL, 1652921856),
(69980, '3220', '139.00', '4', '20.001', '25', '61901000', '63999999', '60000000', '61900999', NULL, 1652921858),
(69981, '3298', '112.00', '6', '25.001', '30', '61901000', '63999999', '60000000', '61900999', NULL, 1652921858),
(69982, '3220', '170.00', '4', '25.001', '30', '61901000', '63999999', '60000000', '61900999', NULL, 1652921859),
(69983, '3298', '26.00', '5', '0.3', '5', '61901000', '63999999', '61901000', '63999999', NULL, 1652921860),
(69984, '3220', '22.00', '1', '0.3', '5', '61901000', '63999999', '61901000', '63999999', NULL, 1652921860),
(69985, '3298', '32.00', '5', '5.001', '10', '61901000', '63999999', '61901000', '63999999', NULL, 1652921860),
(69986, '3220', '28.00', '1', '5.001', '10', '61901000', '63999999', '61901000', '63999999', NULL, 1652921861),
(69987, '3298', '52.00', '5', '10.001', '15', '61901000', '63999999', '61901000', '63999999', NULL, 1652921870),
(69988, '3220', '45.00', '1', '10.001', '15', '61901000', '63999999', '61901000', '63999999', NULL, 1652921871),
(69989, '3298', '72.00', '5', '15.001', '20', '61901000', '63999999', '61901000', '63999999', NULL, 1652921871),
(69990, '3220', '63.00', '1', '15.001', '20', '61901000', '63999999', '61901000', '63999999', NULL, 1652921872),
(69991, '3298', '92.00', '5', '20.001', '25', '61901000', '63999999', '61901000', '63999999', NULL, 1652921872),
(69992, '3220', '80.00', '1', '20.001', '25', '61901000', '63999999', '61901000', '63999999', NULL, 1652921873),
(69993, '3298', '112.00', '5', '25.001', '30', '61901000', '63999999', '61901000', '63999999', NULL, 1652921873),
(69994, '3220', '97.00', '1', '25.001', '30', '61901000', '63999999', '61901000', '63999999', NULL, 1652921874),
(69995, '3298', '44.00', '14', '0.3', '5', '61901000', '63999999', '64000000', '64099999', NULL, 1652921874),
(69996, '3220', '102.00', '6', '0.3', '5', '61901000', '63999999', '64000000', '64099999', NULL, 1652921875),
(69997, '3298', '74.00', '14', '5.001', '10', '61901000', '63999999', '64000000', '64099999', NULL, 1652921875),
(69998, '3220', '141.00', '6', '5.001', '10', '61901000', '63999999', '64000000', '64099999', NULL, 1652921876),
(69999, '3298', '120.00', '14', '10.001', '15', '61901000', '63999999', '64000000', '64099999', NULL, 1652921877),
(70000, '3220', '229.00', '6', '10.001', '15', '61901000', '63999999', '64000000', '64099999', NULL, 1652921878),
(70001, '3298', '166.00', '14', '15.001', '20', '61901000', '63999999', '64000000', '64099999', NULL, 1652921889),
(70002, '3220', '316.00', '6', '15.001', '20', '61901000', '63999999', '64000000', '64099999', NULL, 1652921889),
(70003, '3298', '212.00', '14', '20.001', '25', '61901000', '63999999', '64000000', '64099999', NULL, 1652921890),
(70004, '3220', '404.00', '6', '20.001', '25', '61901000', '63999999', '64000000', '64099999', NULL, 1652921890),
(70005, '3298', '258.00', '14', '25.001', '30', '61901000', '63999999', '64000000', '64099999', NULL, 1652921891),
(70006, '3220', '492.00', '6', '25.001', '30', '61901000', '63999999', '64000000', '64099999', NULL, 1652921900),
(70007, '3298', '44.00', '17', '0.3', '5', '61901000', '63999999', '64100000', '64999999', NULL, 1652921901),
(70008, '3220', '102.00', '9', '0.3', '5', '61901000', '63999999', '64100000', '64999999', NULL, 1652921902),
(70009, '3298', '74.00', '17', '5.001', '10', '61901000', '63999999', '64100000', '64999999', NULL, 1652921902),
(70010, '3220', '141.00', '9', '5.001', '10', '61901000', '63999999', '64100000', '64999999', NULL, 1652921912),
(70011, '3298', '120.00', '17', '10.001', '15', '61901000', '63999999', '64100000', '64999999', NULL, 1652921913),
(70012, '3220', '229.00', '9', '10.001', '15', '61901000', '63999999', '64100000', '64999999', NULL, 1652921922),
(70013, '3298', '166.00', '17', '15.001', '20', '61901000', '63999999', '64100000', '64999999', NULL, 1652921923),
(70014, '3220', '316.00', '9', '15.001', '20', '61901000', '63999999', '64100000', '64999999', NULL, 1652921923),
(70015, '3298', '212.00', '17', '20.001', '25', '61901000', '63999999', '64100000', '64999999', NULL, 1652921932),
(70016, '3220', '404.00', '9', '20.001', '25', '61901000', '63999999', '64100000', '64999999', NULL, 1652921933),
(70017, '3298', '258.00', '17', '25.001', '30', '61901000', '63999999', '64100000', '64999999', NULL, 1652921934),
(70018, '3220', '492.00', '9', '25.001', '30', '61901000', '63999999', '64100000', '64999999', NULL, 1652921935),
(70019, '3298', '44.00', '11', '0.3', '5', '61901000', '63999999', '65000000', '65099999', NULL, 1652921935),
(70020, '3220', '102.00', '8', '0.3', '5', '61901000', '63999999', '65000000', '65099999', NULL, 1652921936),
(70021, '3298', '74.00', '11', '5.001', '10', '61901000', '63999999', '65000000', '65099999', NULL, 1652921936),
(70022, '3220', '141.00', '8', '5.001', '10', '61901000', '63999999', '65000000', '65099999', NULL, 1652921937),
(70023, '3298', '120.00', '11', '10.001', '15', '61901000', '63999999', '65000000', '65099999', NULL, 1652921938),
(70024, '3220', '229.00', '8', '10.001', '15', '61901000', '63999999', '65000000', '65099999', NULL, 1652921939),
(70025, '3298', '166.00', '11', '15.001', '20', '61901000', '63999999', '65000000', '65099999', NULL, 1652921940),
(70026, '3220', '316.00', '8', '15.001', '20', '61901000', '63999999', '65000000', '65099999', NULL, 1652921941),
(70027, '3298', '212.00', '11', '20.001', '25', '61901000', '63999999', '65000000', '65099999', NULL, 1652921942),
(70028, '3220', '404.00', '8', '20.001', '25', '61901000', '63999999', '65000000', '65099999', NULL, 1652921944),
(70029, '3298', '258.00', '11', '25.001', '30', '61901000', '63999999', '65000000', '65099999', NULL, 1652921944),
(70030, '3220', '492.00', '8', '25.001', '30', '61901000', '63999999', '65000000', '65099999', NULL, 1652921945),
(70031, '3298', '44.00', '15', '0.3', '5', '61901000', '63999999', '65100000', '65999999', NULL, 1652921946),
(70032, '3220', '102.00', '12', '0.3', '5', '61901000', '63999999', '65100000', '65999999', NULL, 1652921946),
(70033, '3298', '74.00', '15', '5.001', '10', '61901000', '63999999', '65100000', '65999999', NULL, 1652921947),
(70034, '3220', '141.00', '12', '5.001', '10', '61901000', '63999999', '65100000', '65999999', NULL, 1652921947),
(70035, '3298', '120.00', '15', '10.001', '15', '61901000', '63999999', '65100000', '65999999', NULL, 1652921948),
(70036, '3220', '229.00', '12', '10.001', '15', '61901000', '63999999', '65100000', '65999999', NULL, 1652921950),
(70037, '3298', '166.00', '15', '15.001', '20', '61901000', '63999999', '65100000', '65999999', NULL, 1652921950),
(70038, '3220', '316.00', '12', '15.001', '20', '61901000', '63999999', '65100000', '65999999', NULL, 1652921951),
(70039, '3298', '212.00', '15', '20.001', '25', '61901000', '63999999', '65100000', '65999999', NULL, 1652921952),
(70040, '3220', '404.00', '12', '20.001', '25', '61901000', '63999999', '65100000', '65999999', NULL, 1652921953),
(70041, '3298', '258.00', '15', '25.001', '30', '61901000', '63999999', '65100000', '65999999', NULL, 1652921955),
(70042, '3220', '492.00', '12', '25.001', '30', '61901000', '63999999', '65100000', '65999999', NULL, 1652921956),
(70043, '3298', '70.00', '12', '0.3', '5', '61901000', '63999999', '66000000', '66999999', NULL, 1652921957),
(70044, '3220', '157.00', '9', '0.3', '5', '61901000', '63999999', '66000000', '66999999', NULL, 1652921958),
(70045, '3298', '106.00', '12', '5.001', '10', '61901000', '63999999', '66000000', '66999999', NULL, 1652921964),
(70046, '3220', '226.00', '9', '5.001', '10', '61901000', '63999999', '66000000', '66999999', NULL, 1652921965),
(70047, '3298', '172.00', '12', '10.001', '15', '61901000', '63999999', '66000000', '66999999', NULL, 1652921967),
(70048, '3220', '367.00', '9', '10.001', '15', '61901000', '63999999', '66000000', '66999999', NULL, 1652921973),
(70049, '3298', '239.00', '12', '15.001', '20', '61901000', '63999999', '66000000', '66999999', NULL, 1652921973),
(70050, '3220', '508.00', '9', '15.001', '20', '61901000', '63999999', '66000000', '66999999', NULL, 1652921979),
(70051, '3298', '305.00', '12', '20.001', '25', '61901000', '63999999', '66000000', '66999999', NULL, 1652921980),
(70052, '3220', '649.00', '9', '20.001', '25', '61901000', '63999999', '66000000', '66999999', NULL, 1652921982),
(70053, '3298', '371.00', '12', '25.001', '30', '61901000', '63999999', '66000000', '66999999', NULL, 1652921983),
(70054, '3220', '789.00', '9', '25.001', '30', '61901000', '63999999', '66000000', '66999999', NULL, 1652921984),
(70055, '3298', '70.00', '12', '0.3', '5', '61901000', '63999999', '66000000', '67999999', NULL, 1652921985),
(70056, '3220', '157.00', '9', '0.3', '5', '61901000', '63999999', '66000000', '67999999', NULL, 1652921985),
(70057, '3298', '106.00', '12', '5.001', '10', '61901000', '63999999', '66000000', '67999999', NULL, 1652921986),
(70058, '3220', '226.00', '9', '5.001', '10', '61901000', '63999999', '66000000', '67999999', NULL, 1652921987),
(70059, '3298', '172.00', '12', '10.001', '15', '61901000', '63999999', '66000000', '67999999', NULL, 1652921989),
(70060, '3220', '367.00', '9', '10.001', '15', '61901000', '63999999', '66000000', '67999999', NULL, 1652921992),
(70061, '3298', '239.00', '12', '15.001', '20', '61901000', '63999999', '66000000', '67999999', NULL, 1652921994),
(70062, '3220', '508.00', '9', '15.001', '20', '61901000', '63999999', '66000000', '67999999', NULL, 1652921997),
(70063, '3298', '305.00', '12', '20.001', '25', '61901000', '63999999', '66000000', '67999999', NULL, 1652921998),
(70064, '3220', '649.00', '9', '20.001', '25', '61901000', '63999999', '66000000', '67999999', NULL, 1652921999),
(70065, '3298', '371.00', '12', '25.001', '30', '61901000', '63999999', '66000000', '67999999', NULL, 1652921999),
(70066, '3220', '789.00', '9', '25.001', '30', '61901000', '63999999', '66000000', '67999999', NULL, 1652922000),
(70067, '3298', '70.00', '15', '0.3', '5', '61901000', '63999999', '68000000', '68899999', NULL, 1652922001),
(70068, '3220', '157.00', '12', '0.3', '5', '61901000', '63999999', '68000000', '68899999', NULL, 1652922004),
(70069, '3298', '106.00', '15', '5.001', '10', '61901000', '63999999', '68000000', '68899999', NULL, 1652922008),
(70070, '3220', '226.00', '12', '5.001', '10', '61901000', '63999999', '68000000', '68899999', NULL, 1652922009),
(70071, '3298', '172.00', '15', '10.001', '15', '61901000', '63999999', '68000000', '68899999', NULL, 1652922010),
(70072, '3220', '367.00', '12', '10.001', '15', '61901000', '63999999', '68000000', '68899999', NULL, 1652922011),
(70073, '3298', '239.00', '15', '15.001', '20', '61901000', '63999999', '68000000', '68899999', NULL, 1652922011),
(70074, '3220', '508.00', '12', '15.001', '20', '61901000', '63999999', '68000000', '68899999', NULL, 1652922013),
(70075, '3298', '305.00', '15', '20.001', '25', '61901000', '63999999', '68000000', '68899999', NULL, 1652922013),
(70076, '3220', '649.00', '12', '20.001', '25', '61901000', '63999999', '68000000', '68899999', NULL, 1652922014),
(70077, '3298', '371.00', '15', '25.001', '30', '61901000', '63999999', '68000000', '68899999', NULL, 1652922015),
(70078, '3220', '789.00', '12', '25.001', '30', '61901000', '63999999', '68000000', '68899999', NULL, 1652922016),
(70079, '3298', '90.00', '24', '0.3', '5', '61901000', '63999999', '68900000', '68914999', NULL, 1652922016),
(70080, '3220', '183.00', '17', '0.3', '5', '61901000', '63999999', '68900000', '68914999', NULL, 1652922017),
(70081, '3298', '133.00', '24', '5.001', '10', '61901000', '63999999', '68900000', '68914999', NULL, 1652922021),
(70082, '3220', '266.00', '17', '5.001', '10', '61901000', '63999999', '68900000', '68914999', NULL, 1652922023),
(70083, '3298', '215.00', '24', '10.001', '15', '61901000', '63999999', '68900000', '68914999', NULL, 1652922024),
(70084, '3220', '430.00', '17', '10.001', '15', '61901000', '63999999', '68900000', '68914999', NULL, 1652922025),
(70085, '3298', '298.00', '24', '15.001', '20', '61901000', '63999999', '68900000', '68914999', NULL, 1652922026),
(70086, '3220', '595.00', '17', '15.001', '20', '61901000', '63999999', '68900000', '68914999', NULL, 1652922031),
(70087, '3298', '380.00', '24', '20.001', '25', '61901000', '63999999', '68900000', '68914999', NULL, 1652922034),
(70088, '3220', '760.00', '17', '20.001', '25', '61901000', '63999999', '68900000', '68914999', NULL, 1652922038),
(70089, '3298', '463.00', '24', '25.001', '30', '61901000', '63999999', '68900000', '68914999', NULL, 1652922039),
(70090, '3220', '925.00', '17', '25.001', '30', '61901000', '63999999', '68900000', '68914999', NULL, 1652922041),
(70091, '3298', '90.00', '25', '0.3', '5', '61901000', '63999999', '68915000', '68999999', NULL, 1652922041),
(70092, '3220', '183.00', '17', '0.3', '5', '61901000', '63999999', '68915000', '68999999', NULL, 1652922045),
(70093, '3298', '133.00', '25', '5.001', '10', '61901000', '63999999', '68915000', '68999999', NULL, 1652922046),
(70094, '3220', '266.00', '17', '5.001', '10', '61901000', '63999999', '68915000', '68999999', NULL, 1652922047),
(70095, '3298', '215.00', '25', '10.001', '15', '61901000', '63999999', '68915000', '68999999', NULL, 1652922047),
(70096, '3220', '430.00', '17', '10.001', '15', '61901000', '63999999', '68915000', '68999999', NULL, 1652922052),
(70097, '3298', '298.00', '25', '15.001', '20', '61901000', '63999999', '68915000', '68999999', NULL, 1652922054),
(70098, '3220', '595.00', '17', '15.001', '20', '61901000', '63999999', '68915000', '68999999', NULL, 1652922055),
(70099, '3298', '380.00', '25', '20.001', '25', '61901000', '63999999', '68915000', '68999999', NULL, 1652922056),
(70100, '3220', '760.00', '17', '20.001', '25', '61901000', '63999999', '68915000', '68999999', NULL, 1652922059),
(70101, '3298', '463.00', '25', '25.001', '30', '61901000', '63999999', '68915000', '68999999', NULL, 1652922060),
(70102, '3220', '925.00', '17', '25.001', '30', '61901000', '63999999', '68915000', '68999999', NULL, 1652922062),
(70103, '3298', '90.00', '24', '0.3', '5', '61901000', '63999999', '69000000', '69099999', NULL, 1652922063),
(70104, '3220', '183.00', '8', '0.3', '5', '61901000', '63999999', '69000000', '69099999', NULL, 1652922064),
(70105, '3298', '133.00', '24', '5.001', '10', '61901000', '63999999', '69000000', '69099999', NULL, 1652922064),
(70106, '3220', '266.00', '8', '5.001', '10', '61901000', '63999999', '69000000', '69099999', NULL, 1652922066),
(70107, '3298', '215.00', '24', '10.001', '15', '61901000', '63999999', '69000000', '69099999', NULL, 1652922066),
(70108, '3220', '430.00', '8', '10.001', '15', '61901000', '63999999', '69000000', '69099999', NULL, 1652922067),
(70109, '3298', '298.00', '24', '15.001', '20', '61901000', '63999999', '69000000', '69099999', NULL, 1652922068),
(70110, '3220', '595.00', '8', '15.001', '20', '61901000', '63999999', '69000000', '69099999', NULL, 1652922069),
(70111, '3298', '380.00', '24', '20.001', '25', '61901000', '63999999', '69000000', '69099999', NULL, 1652922070),
(70112, '3220', '760.00', '8', '20.001', '25', '61901000', '63999999', '69000000', '69099999', NULL, 1652922070),
(70113, '3298', '463.00', '24', '25.001', '30', '61901000', '63999999', '69000000', '69099999', NULL, 1652922071),
(70114, '3220', '925.00', '8', '25.001', '30', '61901000', '63999999', '69000000', '69099999', NULL, 1652922073),
(70115, '3298', '90.00', '31', '0.3', '5', '61901000', '63999999', '69100000', '69299999', NULL, 1652922073),
(70116, '3220', '183.00', '11', '0.3', '5', '61901000', '63999999', '69100000', '69299999', NULL, 1652922074),
(70117, '3298', '133.00', '31', '5.001', '10', '61901000', '63999999', '69100000', '69299999', NULL, 1652922075),
(70118, '3220', '266.00', '11', '5.001', '10', '61901000', '63999999', '69100000', '69299999', NULL, 1652922076),
(70119, '3298', '215.00', '31', '10.001', '15', '61901000', '63999999', '69100000', '69299999', NULL, 1652922077),
(70120, '3220', '430.00', '11', '10.001', '15', '61901000', '63999999', '69100000', '69299999', NULL, 1652922079),
(70121, '3298', '298.00', '31', '15.001', '20', '61901000', '63999999', '69100000', '69299999', NULL, 1652922079),
(70122, '3220', '595.00', '11', '15.001', '20', '61901000', '63999999', '69100000', '69299999', NULL, 1652922081),
(70123, '3298', '380.00', '31', '20.001', '25', '61901000', '63999999', '69100000', '69299999', NULL, 1652922081),
(70124, '3220', '760.00', '11', '20.001', '25', '61901000', '63999999', '69100000', '69299999', NULL, 1652922082),
(70125, '3298', '463.00', '31', '25.001', '30', '61901000', '63999999', '69100000', '69299999', NULL, 1652922083),
(70126, '3220', '925.00', '11', '25.001', '30', '61901000', '63999999', '69100000', '69299999', NULL, 1652922084),
(70127, '3298', '90.00', '27', '0.3', '5', '61901000', '63999999', '69300000', '69339999', NULL, 1652922085),
(70128, '3220', '183.00', '10', '0.3', '5', '61901000', '63999999', '69300000', '69339999', NULL, 1652922087),
(70129, '3298', '133.00', '27', '5.001', '10', '61901000', '63999999', '69300000', '69339999', NULL, 1652922088),
(70130, '3220', '266.00', '10', '5.001', '10', '61901000', '63999999', '69300000', '69339999', NULL, 1652922089),
(70131, '3298', '215.00', '27', '10.001', '15', '61901000', '63999999', '69300000', '69339999', NULL, 1652922090),
(70132, '3220', '430.00', '10', '10.001', '15', '61901000', '63999999', '69300000', '69339999', NULL, 1652922098),
(70133, '3298', '298.00', '27', '15.001', '20', '61901000', '63999999', '69300000', '69339999', NULL, 1652922100),
(70134, '3220', '595.00', '10', '15.001', '20', '61901000', '63999999', '69300000', '69339999', NULL, 1652922102),
(70135, '3298', '380.00', '27', '20.001', '25', '61901000', '63999999', '69300000', '69339999', NULL, 1652922103),
(70136, '3220', '760.00', '10', '20.001', '25', '61901000', '63999999', '69300000', '69339999', NULL, 1652922104),
(70137, '3298', '463.00', '27', '25.001', '30', '61901000', '63999999', '69300000', '69339999', NULL, 1652922107),
(70138, '3220', '925.00', '10', '25.001', '30', '61901000', '63999999', '69300000', '69339999', NULL, 1652922107),
(70139, '3298', '90.00', '31', '0.3', '5', '61901000', '63999999', '69340000', '69389999', NULL, 1652922108),
(70140, '3220', '183.00', '13', '0.3', '5', '61901000', '63999999', '69340000', '69389999', NULL, 1652922109),
(70141, '3298', '133.00', '31', '5.001', '10', '61901000', '63999999', '69340000', '69389999', NULL, 1652922116),
(70142, '3220', '266.00', '13', '5.001', '10', '61901000', '63999999', '69340000', '69389999', NULL, 1652922119),
(70143, '3298', '215.00', '31', '10.001', '15', '61901000', '63999999', '69340000', '69389999', NULL, 1652922120),
(70144, '3220', '430.00', '13', '10.001', '15', '61901000', '63999999', '69340000', '69389999', NULL, 1652922122),
(70145, '3298', '298.00', '31', '15.001', '20', '61901000', '63999999', '69340000', '69389999', NULL, 1652922124),
(70146, '3220', '595.00', '13', '15.001', '20', '61901000', '63999999', '69340000', '69389999', NULL, 1652922126),
(70147, '3298', '380.00', '31', '20.001', '25', '61901000', '63999999', '69340000', '69389999', NULL, 1652922128),
(70148, '3220', '760.00', '13', '20.001', '25', '61901000', '63999999', '69340000', '69389999', NULL, 1652922129),
(70149, '3298', '463.00', '31', '25.001', '30', '61901000', '63999999', '69340000', '69389999', NULL, 1652922130),
(70150, '3220', '925.00', '13', '25.001', '30', '61901000', '63999999', '69340000', '69389999', NULL, 1652922132),
(70151, '3298', '90.00', '17', '0.3', '5', '61901000', '63999999', '69900000', '69920999', NULL, 1652922133),
(70152, '3220', '183.00', '13', '0.3', '5', '61901000', '63999999', '69900000', '69920999', NULL, 1652922134),
(70153, '3298', '133.00', '17', '5.001', '10', '61901000', '63999999', '69900000', '69920999', NULL, 1652922135),
(70154, '3220', '266.00', '13', '5.001', '10', '61901000', '63999999', '69900000', '69920999', NULL, 1652922137),
(70155, '3298', '215.00', '17', '10.001', '15', '61901000', '63999999', '69900000', '69920999', NULL, 1652922138),
(70156, '3220', '430.00', '13', '10.001', '15', '61901000', '63999999', '69900000', '69920999', NULL, 1652922143),
(70157, '3298', '298.00', '17', '15.001', '20', '61901000', '63999999', '69900000', '69920999', NULL, 1652922148),
(70158, '3220', '595.00', '13', '15.001', '20', '61901000', '63999999', '69900000', '69920999', NULL, 1652922154),
(70159, '3298', '380.00', '17', '20.001', '25', '61901000', '63999999', '69900000', '69920999', NULL, 1652922156),
(70160, '3220', '760.00', '13', '20.001', '25', '61901000', '63999999', '69900000', '69920999', NULL, 1652922158),
(70161, '3298', '463.00', '17', '25.001', '30', '61901000', '63999999', '69900000', '69920999', NULL, 1652922163),
(70162, '3220', '925.00', '13', '25.001', '30', '61901000', '63999999', '69900000', '69920999', NULL, 1652922168),
(70163, '3298', '90.00', '20', '0.3', '5', '61901000', '63999999', '69921000', '69999999', NULL, 1652922169),
(70164, '3220', '183.00', '15', '0.3', '5', '61901000', '63999999', '69921000', '69999999', NULL, 1652922174),
(70165, '3298', '133.00', '20', '5.001', '10', '61901000', '63999999', '69921000', '69999999', NULL, 1652922179),
(70166, '3220', '266.00', '15', '5.001', '10', '61901000', '63999999', '69921000', '69999999', NULL, 1652922186),
(70167, '3298', '215.00', '20', '10.001', '15', '61901000', '63999999', '69921000', '69999999', NULL, 1652922187),
(70168, '3220', '430.00', '15', '10.001', '15', '61901000', '63999999', '69921000', '69999999', NULL, 1652922194),
(70169, '3298', '298.00', '20', '15.001', '20', '61901000', '63999999', '69921000', '69999999', NULL, 1652922196),
(70170, '3220', '595.00', '15', '15.001', '20', '61901000', '63999999', '69921000', '69999999', NULL, 1652922203),
(70171, '3298', '380.00', '20', '20.001', '25', '61901000', '63999999', '69921000', '69999999', NULL, 1652922207),
(70172, '3220', '760.00', '15', '20.001', '25', '61901000', '63999999', '69921000', '69999999', NULL, 1652922208),
(70173, '3298', '463.00', '20', '25.001', '30', '61901000', '63999999', '69921000', '69999999', NULL, 1652922209),
(70174, '3220', '925.00', '15', '25.001', '30', '61901000', '63999999', '69921000', '69999999', NULL, 1652922210),
(70175, '3298', '90.00', '10', '0.3', '5', '61901000', '63999999', '71000000', '73699999', NULL, 1652922210),
(70176, '3220', '183.00', '6', '0.3', '5', '61901000', '63999999', '71000000', '73699999', NULL, 1652922212),
(70177, '3298', '133.00', '10', '5.001', '10', '61901000', '63999999', '71000000', '73699999', NULL, 1652922217),
(70178, '3220', '266.00', '6', '5.001', '10', '61901000', '63999999', '71000000', '73699999', NULL, 1652922225),
(70179, '3298', '215.00', '10', '10.001', '15', '61901000', '63999999', '71000000', '73699999', NULL, 1652922233),
(70180, '3220', '430.00', '6', '10.001', '15', '61901000', '63999999', '71000000', '73699999', NULL, 1652922233),
(70181, '3298', '298.00', '10', '15.001', '20', '61901000', '63999999', '71000000', '73699999', NULL, 1652922234),
(70182, '3220', '595.00', '6', '15.001', '20', '61901000', '63999999', '71000000', '73699999', NULL, 1652922235),
(70183, '3298', '380.00', '10', '20.001', '25', '61901000', '63999999', '71000000', '73699999', NULL, 1652922236),
(70184, '3220', '760.00', '6', '20.001', '25', '61901000', '63999999', '71000000', '73699999', NULL, 1652922237),
(70185, '3298', '463.00', '10', '25.001', '30', '61901000', '63999999', '71000000', '73699999', NULL, 1652922240),
(70186, '3220', '925.00', '6', '25.001', '30', '61901000', '63999999', '71000000', '73699999', NULL, 1652922241),
(70187, '3298', '90.00', '14', '0.3', '5', '61901000', '63999999', '72800000', '73999999', NULL, 1652922244),
(70188, '3220', '183.00', '13', '0.3', '5', '61901000', '63999999', '72800000', '73999999', NULL, 1652922246),
(70189, '3298', '133.00', '14', '5.001', '10', '61901000', '63999999', '72800000', '73999999', NULL, 1652922246),
(70190, '3220', '266.00', '13', '5.001', '10', '61901000', '63999999', '72800000', '73999999', NULL, 1652922247),
(70191, '3298', '215.00', '14', '10.001', '15', '61901000', '63999999', '72800000', '73999999', NULL, 1652922249),
(70192, '3220', '430.00', '13', '10.001', '15', '61901000', '63999999', '72800000', '73999999', NULL, 1652922252),
(70193, '3298', '298.00', '14', '15.001', '20', '61901000', '63999999', '72800000', '73999999', NULL, 1652922253),
(70194, '3220', '595.00', '13', '15.001', '20', '61901000', '63999999', '72800000', '73999999', NULL, 1652922255),
(70195, '3298', '380.00', '14', '20.001', '25', '61901000', '63999999', '72800000', '73999999', NULL, 1652922262),
(70196, '3220', '760.00', '13', '20.001', '25', '61901000', '63999999', '72800000', '73999999', NULL, 1652922263),
(70197, '3298', '463.00', '14', '25.001', '30', '61901000', '63999999', '72800000', '73999999', NULL, 1652922264),
(70198, '3220', '925.00', '13', '25.001', '30', '61901000', '63999999', '72800000', '73999999', NULL, 1652922265),
(70199, '3298', '90.00', '10', '0.3', '5', '61901000', '63999999', '74000000', '74894999', NULL, 1652922265),
(70200, '3220', '183.00', '7', '0.3', '5', '61901000', '63999999', '74000000', '74894999', NULL, 1652922267),
(70201, '3298', '133.00', '10', '5.001', '10', '61901000', '63999999', '74000000', '74894999', NULL, 1652922269),
(70202, '3220', '266.00', '7', '5.001', '10', '61901000', '63999999', '74000000', '74894999', NULL, 1652922275),
(70203, '3298', '215.00', '10', '10.001', '15', '61901000', '63999999', '74000000', '74894999', NULL, 1652922275),
(70204, '3220', '430.00', '7', '10.001', '15', '61901000', '63999999', '74000000', '74894999', NULL, 1652922276),
(70205, '3298', '298.00', '10', '15.001', '20', '61901000', '63999999', '74000000', '74894999', NULL, 1652922277),
(70206, '3220', '595.00', '7', '15.001', '20', '61901000', '63999999', '74000000', '74894999', NULL, 1652922283),
(70207, '3298', '380.00', '10', '20.001', '25', '61901000', '63999999', '74000000', '74894999', NULL, 1652922284),
(70208, '3220', '760.00', '7', '20.001', '25', '61901000', '63999999', '74000000', '74894999', NULL, 1652922290),
(70209, '3298', '463.00', '10', '25.001', '30', '61901000', '63999999', '74000000', '74894999', NULL, 1652922291),
(70210, '3220', '925.00', '7', '25.001', '30', '61901000', '63999999', '74000000', '74894999', NULL, 1652922292),
(70211, '3298', '90.00', '10', '0.3', '5', '61901000', '63999999', '74895000', '76799999', NULL, 1652922297),
(70212, '3220', '183.00', '7', '0.3', '5', '61901000', '63999999', '74895000', '76799999', NULL, 1652922303),
(70213, '3298', '133.00', '10', '5.001', '10', '61901000', '63999999', '74895000', '76799999', NULL, 1652922304),
(70214, '3220', '266.00', '7', '5.001', '10', '61901000', '63999999', '74895000', '76799999', NULL, 1652922305),
(70215, '3298', '215.00', '10', '10.001', '15', '61901000', '63999999', '74895000', '76799999', NULL, 1652922306),
(70216, '3220', '430.00', '7', '10.001', '15', '61901000', '63999999', '74895000', '76799999', NULL, 1652922308),
(70217, '3298', '298.00', '10', '15.001', '20', '61901000', '63999999', '74895000', '76799999', NULL, 1652922308),
(70218, '3220', '595.00', '7', '15.001', '20', '61901000', '63999999', '74895000', '76799999', NULL, 1652922309),
(70219, '3298', '380.00', '10', '20.001', '25', '61901000', '63999999', '74895000', '76799999', NULL, 1652922311),
(70220, '3220', '760.00', '7', '20.001', '25', '61901000', '63999999', '74895000', '76799999', NULL, 1652922315),
(70221, '3298', '463.00', '10', '25.001', '30', '61901000', '63999999', '74895000', '76799999', NULL, 1652922316),
(70222, '3220', '925.00', '7', '25.001', '30', '61901000', '63999999', '74895000', '76799999', NULL, 1652922317),
(70223, '3298', '90.00', '11', '0.3', '5', '61901000', '63999999', '77000000', '77270999', NULL, 1652922320),
(70224, '3220', '183.00', '9', '0.3', '5', '61901000', '63999999', '77000000', '77270999', NULL, 1652922322),
(70225, '3298', '133.00', '11', '5.001', '10', '61901000', '63999999', '77000000', '77270999', NULL, 1652922323),
(70226, '3220', '266.00', '9', '5.001', '10', '61901000', '63999999', '77000000', '77270999', NULL, 1652922323),
(70227, '3298', '215.00', '11', '10.001', '15', '61901000', '63999999', '77000000', '77270999', NULL, 1652922328),
(70228, '3220', '430.00', '9', '10.001', '15', '61901000', '63999999', '77000000', '77270999', NULL, 1652922331),
(70229, '3298', '298.00', '11', '15.001', '20', '61901000', '63999999', '77000000', '77270999', NULL, 1652922331),
(70230, '3220', '595.00', '9', '15.001', '20', '61901000', '63999999', '77000000', '77270999', NULL, 1652922334),
(70231, '3298', '380.00', '11', '20.001', '25', '61901000', '63999999', '77000000', '77270999', NULL, 1652922335),
(70232, '3220', '760.00', '9', '20.001', '25', '61901000', '63999999', '77000000', '77270999', NULL, 1652922336),
(70233, '3298', '463.00', '11', '25.001', '30', '61901000', '63999999', '77000000', '77270999', NULL, 1652922336),
(70234, '3220', '925.00', '9', '25.001', '30', '61901000', '63999999', '77000000', '77270999', NULL, 1652922338),
(70235, '3298', '90.00', '14', '0.3', '5', '61901000', '63999999', '77300000', '77995999', NULL, 1652922342),
(70236, '3220', '183.00', '13', '0.3', '5', '61901000', '63999999', '77300000', '77995999', NULL, 1652922343),
(70237, '3298', '133.00', '14', '5.001', '10', '61901000', '63999999', '77300000', '77995999', NULL, 1652922347),
(70238, '3220', '266.00', '13', '5.001', '10', '61901000', '63999999', '77300000', '77995999', NULL, 1652922348),
(70239, '3298', '215.00', '14', '10.001', '15', '61901000', '63999999', '77300000', '77995999', NULL, 1652922348),
(70240, '3220', '430.00', '13', '10.001', '15', '61901000', '63999999', '77300000', '77995999', NULL, 1652922350),
(70241, '3298', '298.00', '14', '15.001', '20', '61901000', '63999999', '77300000', '77995999', NULL, 1652922351),
(70242, '3220', '595.00', '13', '15.001', '20', '61901000', '63999999', '77300000', '77995999', NULL, 1652922352),
(70243, '3298', '380.00', '14', '20.001', '25', '61901000', '63999999', '77300000', '77995999', NULL, 1652922353),
(70244, '3220', '760.00', '13', '20.001', '25', '61901000', '63999999', '77300000', '77995999', NULL, 1652922355),
(70245, '3298', '463.00', '14', '25.001', '30', '61901000', '63999999', '77300000', '77995999', NULL, 1652922356),
(70246, '3220', '925.00', '13', '25.001', '30', '61901000', '63999999', '77300000', '77995999', NULL, 1652922357),
(70247, '3298', '90.00', '11', '0.3', '5', '61901000', '63999999', '78000000', '78109999', NULL, 1652922359),
(70248, '3220', '183.00', '8', '0.3', '5', '61901000', '63999999', '78000000', '78109999', NULL, 1652922360),
(70249, '3298', '133.00', '11', '5.001', '10', '61901000', '63999999', '78000000', '78109999', NULL, 1652922360),
(70250, '3220', '266.00', '8', '5.001', '10', '61901000', '63999999', '78000000', '78109999', NULL, 1652922364),
(70251, '3298', '215.00', '11', '10.001', '15', '61901000', '63999999', '78000000', '78109999', NULL, 1652922365),
(70252, '3220', '430.00', '8', '10.001', '15', '61901000', '63999999', '78000000', '78109999', NULL, 1652922366),
(70253, '3298', '298.00', '11', '15.001', '20', '61901000', '63999999', '78000000', '78109999', NULL, 1652922367),
(70254, '3220', '595.00', '8', '15.001', '20', '61901000', '63999999', '78000000', '78109999', NULL, 1652922368),
(70255, '3298', '380.00', '11', '20.001', '25', '61901000', '63999999', '78000000', '78109999', NULL, 1652922369),
(70256, '3220', '760.00', '8', '20.001', '25', '61901000', '63999999', '78000000', '78109999', NULL, 1652922372),
(70257, '3298', '463.00', '11', '25.001', '30', '61901000', '63999999', '78000000', '78109999', NULL, 1652922373),
(70258, '3220', '925.00', '8', '25.001', '30', '61901000', '63999999', '78000000', '78109999', NULL, 1652922374),
(70259, '3298', '90.00', '13', '0.3', '5', '61901000', '63999999', '78110000', '78899999', NULL, 1652922375),
(70260, '3220', '183.00', '10', '0.3', '5', '61901000', '63999999', '78110000', '78899999', NULL, 1652922375),
(70261, '3298', '133.00', '13', '5.001', '10', '61901000', '63999999', '78110000', '78899999', NULL, 1652922380),
(70262, '3220', '266.00', '10', '5.001', '10', '61901000', '63999999', '78110000', '78899999', NULL, 1652922386),
(70263, '3298', '215.00', '13', '10.001', '15', '61901000', '63999999', '78110000', '78899999', NULL, 1652922386),
(70264, '3220', '430.00', '10', '10.001', '15', '61901000', '63999999', '78110000', '78899999', NULL, 1652922387),
(70265, '3298', '298.00', '13', '15.001', '20', '61901000', '63999999', '78110000', '78899999', NULL, 1652922397),
(70266, '3220', '595.00', '10', '15.001', '20', '61901000', '63999999', '78110000', '78899999', NULL, 1652922415),
(70267, '3298', '380.00', '13', '20.001', '25', '61901000', '63999999', '78110000', '78899999', NULL, 1652922416),
(70268, '3220', '760.00', '10', '20.001', '25', '61901000', '63999999', '78110000', '78899999', NULL, 1652922416),
(70269, '3298', '463.00', '13', '25.001', '30', '61901000', '63999999', '78110000', '78899999', NULL, 1652922431),
(70270, '3220', '925.00', '10', '25.001', '30', '61901000', '63999999', '78110000', '78899999', NULL, 1652922441),
(70271, '3298', '90.00', '16', '0.3', '5', '61901000', '63999999', '78900000', '78930999', NULL, 1652922442),
(70272, '3220', '183.00', '13', '0.3', '5', '61901000', '63999999', '78900000', '78930999', NULL, 1652922443),
(70273, '3298', '133.00', '16', '5.001', '10', '61901000', '63999999', '78900000', '78930999', NULL, 1652922443),
(70274, '3220', '266.00', '13', '5.001', '10', '61901000', '63999999', '78900000', '78930999', NULL, 1652922444),
(70275, '3298', '215.00', '16', '10.001', '15', '61901000', '63999999', '78900000', '78930999', NULL, 1652922444),
(70276, '3220', '430.00', '13', '10.001', '15', '61901000', '63999999', '78900000', '78930999', NULL, 1652922444),
(70277, '3298', '298.00', '16', '15.001', '20', '61901000', '63999999', '78900000', '78930999', NULL, 1652922447),
(70278, '3220', '595.00', '13', '15.001', '20', '61901000', '63999999', '78900000', '78930999', NULL, 1652922447),
(70279, '3298', '380.00', '16', '20.001', '25', '61901000', '63999999', '78900000', '78930999', NULL, 1652922464),
(70280, '3220', '760.00', '13', '20.001', '25', '61901000', '63999999', '78900000', '78930999', NULL, 1652922476),
(70281, '3298', '463.00', '16', '25.001', '30', '61901000', '63999999', '78900000', '78930999', NULL, 1652922486),
(70282, '3220', '925.00', '13', '25.001', '30', '61901000', '63999999', '78900000', '78930999', NULL, 1652922487),
(70283, '3298', '90.00', '13', '0.3', '5', '61901000', '63999999', '78931000', '78999999', NULL, 1652922487),
(70284, '3220', '183.00', '10', '0.3', '5', '61901000', '63999999', '78931000', '78999999', NULL, 1652922488),
(70285, '3298', '133.00', '13', '5.001', '10', '61901000', '63999999', '78931000', '78999999', NULL, 1652922496),
(70286, '3220', '266.00', '10', '5.001', '10', '61901000', '63999999', '78931000', '78999999', NULL, 1652922497),
(70287, '3298', '215.00', '13', '10.001', '15', '61901000', '63999999', '78931000', '78999999', NULL, 1652922497),
(70288, '3220', '430.00', '10', '10.001', '15', '61901000', '63999999', '78931000', '78999999', NULL, 1652922504),
(70289, '3298', '298.00', '13', '15.001', '20', '61901000', '63999999', '78931000', '78999999', NULL, 1652922505),
(70290, '3220', '595.00', '10', '15.001', '20', '61901000', '63999999', '78931000', '78999999', NULL, 1652922512),
(70291, '3298', '380.00', '13', '20.001', '25', '61901000', '63999999', '78931000', '78999999', NULL, 1652922520),
(70292, '3220', '760.00', '10', '20.001', '25', '61901000', '63999999', '78931000', '78999999', NULL, 1652922520),
(70293, '3298', '463.00', '13', '25.001', '30', '61901000', '63999999', '78931000', '78999999', NULL, 1652922521),
(70294, '3220', '925.00', '10', '25.001', '30', '61901000', '63999999', '78931000', '78999999', NULL, 1652922528),
(70295, '3298', '90.00', '9', '0.3', '5', '61901000', '63999999', '79000000', '79129999', NULL, 1652922532),
(70296, '3220', '183.00', '7', '0.3', '5', '61901000', '63999999', '79000000', '79129999', NULL, 1652922533),
(70297, '3298', '133.00', '9', '5.001', '10', '61901000', '63999999', '79000000', '79129999', NULL, 1652922533),
(70298, '3220', '266.00', '7', '5.001', '10', '61901000', '63999999', '79000000', '79129999', NULL, 1652922534),
(70299, '3298', '215.00', '9', '10.001', '15', '61901000', '63999999', '79000000', '79129999', NULL, 1652922535),
(70300, '3220', '430.00', '7', '10.001', '15', '61901000', '63999999', '79000000', '79129999', NULL, 1652922536),
(70301, '3298', '298.00', '9', '15.001', '20', '61901000', '63999999', '79000000', '79129999', NULL, 1652922537),
(70302, '3220', '595.00', '7', '15.001', '20', '61901000', '63999999', '79000000', '79129999', NULL, 1652922537),
(70303, '3298', '380.00', '9', '20.001', '25', '61901000', '63999999', '79000000', '79129999', NULL, 1652922544),
(70304, '3220', '760.00', '7', '20.001', '25', '61901000', '63999999', '79000000', '79129999', NULL, 1652922548),
(70305, '3298', '463.00', '9', '25.001', '30', '61901000', '63999999', '79000000', '79129999', NULL, 1652922549),
(70306, '3220', '925.00', '7', '25.001', '30', '61901000', '63999999', '79000000', '79129999', NULL, 1652922550),
(70307, '3298', '90.00', '12', '0.3', '5', '61901000', '63999999', '79130000', '79999999', NULL, 1652922550),
(70308, '3220', '183.00', '10', '0.3', '5', '61901000', '63999999', '79130000', '79999999', NULL, 1652922551),
(70309, '3298', '133.00', '12', '5.001', '10', '61901000', '63999999', '79130000', '79999999', NULL, 1652922557),
(70310, '3220', '266.00', '10', '5.001', '10', '61901000', '63999999', '79130000', '79999999', NULL, 1652922558),
(70311, '3298', '215.00', '12', '10.001', '15', '61901000', '63999999', '79130000', '79999999', NULL, 1652922558),
(70312, '3220', '430.00', '10', '10.001', '15', '61901000', '63999999', '79130000', '79999999', NULL, 1652922562),
(70313, '3298', '298.00', '12', '15.001', '20', '61901000', '63999999', '79130000', '79999999', NULL, 1652922563),
(70314, '3220', '595.00', '10', '15.001', '20', '61901000', '63999999', '79130000', '79999999', NULL, 1652922566),
(70315, '3298', '380.00', '12', '20.001', '25', '61901000', '63999999', '79130000', '79999999', NULL, 1652922567),
(70316, '3220', '760.00', '10', '20.001', '25', '61901000', '63999999', '79130000', '79999999', NULL, 1652922568),
(70317, '3298', '463.00', '12', '25.001', '30', '61901000', '63999999', '79130000', '79999999', NULL, 1652922570),
(70318, '3220', '925.00', '10', '25.001', '30', '61901000', '63999999', '79130000', '79999999', NULL, 1652922571),
(70319, '3298', '90.00', '11', '0.3', '5', '61901000', '63999999', '80000000', '82999999', NULL, 1652922572),
(70320, '3220', '183.00', '6', '0.3', '5', '61901000', '63999999', '80000000', '82999999', NULL, 1652922576),
(70321, '3298', '133.00', '11', '5.001', '10', '61901000', '63999999', '80000000', '82999999', NULL, 1652922578),
(70322, '3220', '266.00', '6', '5.001', '10', '61901000', '63999999', '80000000', '82999999', NULL, 1652922581),
(70323, '3298', '215.00', '11', '10.001', '15', '61901000', '63999999', '80000000', '82999999', NULL, 1652922582),
(70324, '3220', '430.00', '6', '10.001', '15', '61901000', '63999999', '80000000', '82999999', NULL, 1652922582),
(70325, '3298', '298.00', '11', '15.001', '20', '61901000', '63999999', '80000000', '82999999', NULL, 1652922583),
(70326, '3220', '595.00', '6', '15.001', '20', '61901000', '63999999', '80000000', '82999999', NULL, 1652922588),
(70327, '3298', '380.00', '11', '20.001', '25', '61901000', '63999999', '80000000', '82999999', NULL, 1652922595),
(70328, '3220', '760.00', '6', '20.001', '25', '61901000', '63999999', '80000000', '82999999', NULL, 1652922596),
(70329, '3298', '463.00', '11', '25.001', '30', '61901000', '63999999', '80000000', '82999999', NULL, 1652922603),
(70330, '3220', '925.00', '6', '25.001', '30', '61901000', '63999999', '80000000', '82999999', NULL, 1652922603),
(70331, '3298', '90.00', '11', '0.3', '5', '61901000', '63999999', '80000000', '83800999', NULL, 1652922604),
(70332, '3220', '183.00', '6', '0.3', '5', '61901000', '63999999', '80000000', '83800999', NULL, 1652922605),
(70333, '3298', '133.00', '11', '5.001', '10', '61901000', '63999999', '80000000', '83800999', NULL, 1652922606),
(70334, '3220', '266.00', '6', '5.001', '10', '61901000', '63999999', '80000000', '83800999', NULL, 1652922612),
(70335, '3298', '215.00', '11', '10.001', '15', '61901000', '63999999', '80000000', '83800999', NULL, 1652922618),
(70336, '3220', '430.00', '6', '10.001', '15', '61901000', '63999999', '80000000', '83800999', NULL, 1652922619),
(70337, '3298', '298.00', '11', '15.001', '20', '61901000', '63999999', '80000000', '83800999', NULL, 1652922625),
(70338, '3220', '595.00', '6', '15.001', '20', '61901000', '63999999', '80000000', '83800999', NULL, 1652922626),
(70339, '3298', '380.00', '11', '20.001', '25', '61901000', '63999999', '80000000', '83800999', NULL, 1652922626),
(70340, '3220', '760.00', '6', '20.001', '25', '61901000', '63999999', '80000000', '83800999', NULL, 1652922627),
(70341, '3298', '463.00', '11', '25.001', '30', '61901000', '63999999', '80000000', '83800999', NULL, 1652922628),
(70342, '3220', '925.00', '6', '25.001', '30', '61901000', '63999999', '80000000', '83800999', NULL, 1652922629),
(70343, '3298', '90.00', '13', '0.3', '5', '61901000', '63999999', '83801000', '87999999', NULL, 1652922634),
(70344, '3220', '183.00', '8', '0.3', '5', '61901000', '63999999', '83801000', '87999999', NULL, 1652922635),
(70345, '3298', '133.00', '13', '5.001', '10', '61901000', '63999999', '83801000', '87999999', NULL, 1652922635),
(70346, '3220', '266.00', '8', '5.001', '10', '61901000', '63999999', '83801000', '87999999', NULL, 1652922636),
(70347, '3298', '215.00', '13', '10.001', '15', '61901000', '63999999', '83801000', '87999999', NULL, 1652922644),
(70348, '3220', '430.00', '8', '10.001', '15', '61901000', '63999999', '83801000', '87999999', NULL, 1652922645),
(70349, '3298', '298.00', '13', '15.001', '20', '61901000', '63999999', '83801000', '87999999', NULL, 1652922651),
(70350, '3220', '595.00', '8', '15.001', '20', '61901000', '63999999', '83801000', '87999999', NULL, 1652922651),
(70351, '3298', '380.00', '13', '20.001', '25', '61901000', '63999999', '83801000', '87999999', NULL, 1652922652),
(70352, '3220', '760.00', '8', '20.001', '25', '61901000', '63999999', '83801000', '87999999', NULL, 1652922653),
(70353, '3298', '463.00', '13', '25.001', '30', '61901000', '63999999', '83801000', '87999999', NULL, 1652922661),
(70354, '3220', '925.00', '8', '25.001', '30', '61901000', '63999999', '83801000', '87999999', NULL, 1652922662),
(70355, '3298', '90.00', '11', '0.3', '5', '61901000', '63999999', '88000000', '82999999', NULL, 1652922662),
(70356, '3220', '183.00', '6', '0.3', '5', '61901000', '63999999', '88000000', '82999999', NULL, 1652922663),
(70357, '3298', '133.00', '11', '5.001', '10', '61901000', '63999999', '88000000', '82999999', NULL, 1652922664),
(70358, '3220', '266.00', '6', '5.001', '10', '61901000', '63999999', '88000000', '82999999', NULL, 1652922664),
(70359, '3298', '215.00', '11', '10.001', '15', '61901000', '63999999', '88000000', '82999999', NULL, 1652922665),
(70360, '3220', '430.00', '6', '10.001', '15', '61901000', '63999999', '88000000', '82999999', NULL, 1652922665),
(70361, '3298', '298.00', '11', '15.001', '20', '61901000', '63999999', '88000000', '82999999', NULL, 1652922666),
(70362, '3220', '595.00', '6', '15.001', '20', '61901000', '63999999', '88000000', '82999999', NULL, 1652922667),
(70363, '3298', '380.00', '11', '20.001', '25', '61901000', '63999999', '88000000', '82999999', NULL, 1652922667),
(70364, '3220', '760.00', '6', '20.001', '25', '61901000', '63999999', '88000000', '82999999', NULL, 1652922672),
(70365, '3298', '463.00', '11', '25.001', '30', '61901000', '63999999', '88000000', '82999999', NULL, 1652922673),
(70366, '3220', '925.00', '6', '25.001', '30', '61901000', '63999999', '88000000', '82999999', NULL, 1652922680),
(70367, '3298', '90.00', '11', '0.3', '5', '61901000', '63999999', '88000000', '88469999', NULL, 1652922680),
(70368, '3220', '183.00', '6', '0.3', '5', '61901000', '63999999', '88000000', '88469999', NULL, 1652922681),
(70369, '3298', '133.00', '11', '5.001', '10', '61901000', '63999999', '88000000', '88469999', NULL, 1652922690),
(70370, '3220', '266.00', '6', '5.001', '10', '61901000', '63999999', '88000000', '88469999', NULL, 1652922690),
(70371, '3298', '215.00', '11', '10.001', '15', '61901000', '63999999', '88000000', '88469999', NULL, 1652922691),
(70372, '3220', '430.00', '6', '10.001', '15', '61901000', '63999999', '88000000', '88469999', NULL, 1652922692),
(70373, '3298', '298.00', '11', '15.001', '20', '61901000', '63999999', '88000000', '88469999', NULL, 1652922693),
(70374, '3220', '595.00', '6', '15.001', '20', '61901000', '63999999', '88000000', '88469999', NULL, 1652922703),
(70375, '3298', '380.00', '11', '20.001', '25', '61901000', '63999999', '88000000', '88469999', NULL, 1652922712),
(70376, '3220', '760.00', '6', '20.001', '25', '61901000', '63999999', '88000000', '88469999', NULL, 1652922712),
(70377, '3298', '463.00', '11', '25.001', '30', '61901000', '63999999', '88000000', '88469999', NULL, 1652922713),
(70378, '3220', '925.00', '6', '25.001', '30', '61901000', '63999999', '88000000', '88469999', NULL, 1652922722),
(70379, '3298', '90.00', '12', '0.3', '5', '61901000', '63999999', '88470000', '89999999', NULL, 1652922723),
(70380, '3220', '183.00', '8', '0.3', '5', '61901000', '63999999', '88470000', '89999999', NULL, 1652922723),
(70381, '3298', '133.00', '12', '5.001', '10', '61901000', '63999999', '88470000', '89999999', NULL, 1652922723),
(70382, '3220', '266.00', '8', '5.001', '10', '61901000', '63999999', '88470000', '89999999', NULL, 1652922724),
(70383, '3298', '215.00', '12', '10.001', '15', '61901000', '63999999', '88470000', '89999999', NULL, 1652922725),
(70384, '3220', '430.00', '8', '10.001', '15', '61901000', '63999999', '88470000', '89999999', NULL, 1652922726),
(70385, '3298', '298.00', '12', '15.001', '20', '61901000', '63999999', '88470000', '89999999', NULL, 1652922727),
(70386, '3220', '595.00', '8', '15.001', '20', '61901000', '63999999', '88470000', '89999999', NULL, 1652922731),
(70387, '3298', '380.00', '12', '20.001', '25', '61901000', '63999999', '88470000', '89999999', NULL, 1652922732),
(70388, '3220', '760.00', '8', '20.001', '25', '61901000', '63999999', '88470000', '89999999', NULL, 1652922736),
(70389, '3298', '463.00', '12', '25.001', '30', '61901000', '63999999', '88470000', '89999999', NULL, 1652922744),
(70390, '3220', '925.00', '8', '25.001', '30', '61901000', '63999999', '88470000', '89999999', NULL, 1652922752),
(70391, '3298', '90.00', '12', '0.3', '5', '61901000', '63999999', '90000000', '91999999', NULL, 1652922753),
(70392, '3220', '183.00', '6', '0.3', '5', '61901000', '63999999', '90000000', '91999999', NULL, 1652922761),
(70393, '3298', '133.00', '12', '5.001', '10', '61901000', '63999999', '90000000', '91999999', NULL, 1652922762),
(70394, '3220', '266.00', '6', '5.001', '10', '61901000', '63999999', '90000000', '91999999', NULL, 1652922765),
(70395, '3298', '215.00', '12', '10.001', '15', '61901000', '63999999', '90000000', '91999999', NULL, 1652922766),
(70396, '3220', '430.00', '6', '10.001', '15', '61901000', '63999999', '90000000', '91999999', NULL, 1652922766),
(70397, '3298', '298.00', '12', '15.001', '20', '61901000', '63999999', '90000000', '91999999', NULL, 1652922767),
(70398, '3220', '595.00', '6', '15.001', '20', '61901000', '63999999', '90000000', '91999999', NULL, 1652922767),
(70399, '3298', '380.00', '12', '20.001', '25', '61901000', '63999999', '90000000', '91999999', NULL, 1652922768),
(70400, '3220', '760.00', '6', '20.001', '25', '61901000', '63999999', '90000000', '91999999', NULL, 1652922770),
(70401, '3298', '463.00', '12', '25.001', '30', '61901000', '63999999', '90000000', '91999999', NULL, 1652922771),
(70402, '3220', '925.00', '6', '25.001', '30', '61901000', '63999999', '90000000', '91999999', NULL, 1652922772),
(70403, '3298', '90.00', '14', '0.3', '5', '61901000', '63999999', '90000000', '94900999', NULL, 1652922772);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(70404, '3220', '183.00', '9', '0.3', '5', '61901000', '63999999', '90000000', '94900999', NULL, 1652922773),
(70405, '3298', '133.00', '14', '5.001', '10', '61901000', '63999999', '90000000', '94900999', NULL, 1652922773),
(70406, '3220', '266.00', '9', '5.001', '10', '61901000', '63999999', '90000000', '94900999', NULL, 1652922774),
(70407, '3298', '215.00', '14', '10.001', '15', '61901000', '63999999', '90000000', '94900999', NULL, 1652922775),
(70408, '3220', '430.00', '9', '10.001', '15', '61901000', '63999999', '90000000', '94900999', NULL, 1652922776),
(70409, '3298', '298.00', '14', '15.001', '20', '61901000', '63999999', '90000000', '94900999', NULL, 1652922776),
(70410, '3220', '595.00', '9', '15.001', '20', '61901000', '63999999', '90000000', '94900999', NULL, 1652922777),
(70411, '3298', '380.00', '14', '20.001', '25', '61901000', '63999999', '90000000', '94900999', NULL, 1652922786),
(70412, '3220', '760.00', '9', '20.001', '25', '61901000', '63999999', '90000000', '94900999', NULL, 1652922786),
(70413, '3298', '463.00', '14', '25.001', '30', '61901000', '63999999', '90000000', '94900999', NULL, 1652922787),
(70414, '3220', '925.00', '9', '25.001', '30', '61901000', '63999999', '90000000', '94900999', NULL, 1652922788),
(70415, '3298', '90.00', '16', '0.3', '5', '61901000', '63999999', '94901000', '99999999', NULL, 1652922789),
(70416, '3220', '183.00', '10', '0.3', '5', '61901000', '63999999', '94901000', '99999999', NULL, 1652922790),
(70417, '3298', '133.00', '16', '5.001', '10', '61901000', '63999999', '94901000', '99999999', NULL, 1652922790),
(70418, '3220', '266.00', '10', '5.001', '10', '61901000', '63999999', '94901000', '99999999', NULL, 1652922791),
(70419, '3298', '215.00', '16', '10.001', '15', '61901000', '63999999', '94901000', '99999999', NULL, 1652922792),
(70420, '3220', '430.00', '10', '10.001', '15', '61901000', '63999999', '94901000', '99999999', NULL, 1652922793),
(70421, '3298', '298.00', '16', '15.001', '20', '61901000', '63999999', '94901000', '99999999', NULL, 1652922794),
(70422, '3220', '595.00', '10', '15.001', '20', '61901000', '63999999', '94901000', '99999999', NULL, 1652922795),
(70423, '3298', '380.00', '16', '20.001', '25', '61901000', '63999999', '94901000', '99999999', NULL, 1652922796),
(70424, '3220', '760.00', '10', '20.001', '25', '61901000', '63999999', '94901000', '99999999', NULL, 1652922797),
(70425, '3298', '463.00', '16', '25.001', '30', '61901000', '63999999', '94901000', '99999999', NULL, 1652922798),
(70426, '3220', '925.00', '10', '25.001', '30', '61901000', '63999999', '94901000', '99999999', NULL, 1652922799),
(70427, '3298', '45.00', '8', '0.3', '5', '64000000', '64099999', '01000000', '08499999', NULL, 1652922803),
(70428, '3220', '137.00', '4', '0.3', '5', '64000000', '64099999', '01000000', '08499999', NULL, 1652922806),
(70429, '3298', '71.00', '8', '5.001', '10', '64000000', '64099999', '01000000', '08499999', NULL, 1652922807),
(70430, '3220', '214.00', '4', '5.001', '10', '64000000', '64099999', '01000000', '08499999', NULL, 1652922808),
(70431, '3298', '116.00', '8', '10.001', '15', '64000000', '64099999', '01000000', '08499999', NULL, 1652922809),
(70432, '3220', '346.00', '4', '10.001', '15', '64000000', '64099999', '01000000', '08499999', NULL, 1652922816),
(70433, '3298', '160.00', '8', '15.001', '20', '64000000', '64099999', '01000000', '08499999', NULL, 1652922820),
(70434, '3220', '479.00', '4', '15.001', '20', '64000000', '64099999', '01000000', '08499999', NULL, 1652922821),
(70435, '3298', '205.00', '8', '20.001', '25', '64000000', '64099999', '01000000', '08499999', NULL, 1652922821),
(70436, '3220', '612.00', '4', '20.001', '25', '64000000', '64099999', '01000000', '08499999', NULL, 1652922825),
(70437, '3298', '249.00', '8', '25.001', '30', '64000000', '64099999', '01000000', '08499999', NULL, 1652922826),
(70438, '3220', '744.00', '4', '25.001', '30', '64000000', '64099999', '01000000', '08499999', NULL, 1652922827),
(70439, '3298', '45.00', '8', '0.3', '5', '64000000', '64099999', '06000000', '09999999', NULL, 1652922834),
(70440, '3220', '137.00', '4', '0.3', '5', '64000000', '64099999', '06000000', '09999999', NULL, 1652922835),
(70441, '3298', '71.00', '8', '5.001', '10', '64000000', '64099999', '06000000', '09999999', NULL, 1652922836),
(70442, '3220', '214.00', '4', '5.001', '10', '64000000', '64099999', '06000000', '09999999', NULL, 1652922837),
(70443, '3298', '116.00', '8', '10.001', '15', '64000000', '64099999', '06000000', '09999999', NULL, 1652922837),
(70444, '3220', '346.00', '4', '10.001', '15', '64000000', '64099999', '06000000', '09999999', NULL, 1652922838),
(70445, '3298', '160.00', '8', '15.001', '20', '64000000', '64099999', '06000000', '09999999', NULL, 1652922838),
(70446, '3220', '479.00', '4', '15.001', '20', '64000000', '64099999', '06000000', '09999999', NULL, 1652922839),
(70447, '3298', '205.00', '8', '20.001', '25', '64000000', '64099999', '06000000', '09999999', NULL, 1652922841),
(70448, '3220', '612.00', '4', '20.001', '25', '64000000', '64099999', '06000000', '09999999', NULL, 1652922842),
(70449, '3298', '249.00', '8', '25.001', '30', '64000000', '64099999', '06000000', '09999999', NULL, 1652922848),
(70450, '3220', '744.00', '4', '25.001', '30', '64000000', '64099999', '06000000', '09999999', NULL, 1652922849),
(70451, '3298', '45.00', '8', '0.3', '5', '64000000', '64099999', '11000000', '11999999', NULL, 1652922850),
(70452, '3220', '137.00', '4', '0.3', '5', '64000000', '64099999', '11000000', '11999999', NULL, 1652922854),
(70453, '3298', '71.00', '8', '5.001', '10', '64000000', '64099999', '11000000', '11999999', NULL, 1652922855),
(70454, '3220', '214.00', '4', '5.001', '10', '64000000', '64099999', '11000000', '11999999', NULL, 1652922862),
(70455, '3298', '116.00', '8', '10.001', '15', '64000000', '64099999', '11000000', '11999999', NULL, 1652922862),
(70456, '3220', '346.00', '4', '10.001', '15', '64000000', '64099999', '11000000', '11999999', NULL, 1652922864),
(70457, '3298', '160.00', '8', '15.001', '20', '64000000', '64099999', '11000000', '11999999', NULL, 1652922865),
(70458, '3220', '479.00', '4', '15.001', '20', '64000000', '64099999', '11000000', '11999999', NULL, 1652922865),
(70459, '3298', '205.00', '8', '20.001', '25', '64000000', '64099999', '11000000', '11999999', NULL, 1652922866),
(70460, '3220', '612.00', '4', '20.001', '25', '64000000', '64099999', '11000000', '11999999', NULL, 1652922867),
(70461, '3298', '249.00', '8', '25.001', '30', '64000000', '64099999', '11000000', '11999999', NULL, 1652922867),
(70462, '3220', '744.00', '4', '25.001', '30', '64000000', '64099999', '11000000', '11999999', NULL, 1652922868),
(70463, '3298', '45.00', '9', '0.3', '5', '64000000', '64099999', '12000000', '19999999', NULL, 1652922868),
(70464, '3220', '137.00', '3', '0.3', '5', '64000000', '64099999', '12000000', '19999999', NULL, 1652922869),
(70465, '3298', '71.00', '9', '5.001', '10', '64000000', '64099999', '12000000', '19999999', NULL, 1652922870),
(70466, '3220', '214.00', '3', '5.001', '10', '64000000', '64099999', '12000000', '19999999', NULL, 1652922870),
(70467, '3298', '116.00', '9', '10.001', '15', '64000000', '64099999', '12000000', '19999999', NULL, 1652922871),
(70468, '3220', '346.00', '3', '10.001', '15', '64000000', '64099999', '12000000', '19999999', NULL, 1652922872),
(70469, '3298', '160.00', '9', '15.001', '20', '64000000', '64099999', '12000000', '19999999', NULL, 1652922872),
(70470, '3220', '479.00', '3', '15.001', '20', '64000000', '64099999', '12000000', '19999999', NULL, 1652922873),
(70471, '3298', '205.00', '9', '20.001', '25', '64000000', '64099999', '12000000', '19999999', NULL, 1652922874),
(70472, '3220', '612.00', '3', '20.001', '25', '64000000', '64099999', '12000000', '19999999', NULL, 1652922875),
(70473, '3298', '249.00', '9', '25.001', '30', '64000000', '64099999', '12000000', '19999999', NULL, 1652922879),
(70474, '3220', '744.00', '3', '25.001', '30', '64000000', '64099999', '12000000', '19999999', NULL, 1652922880),
(70475, '3298', '90.00', '10', '0.3', '5', '64000000', '64099999', '26601000', '28999999', NULL, 1652922934),
(70476, '3220', '183.00', '6', '0.3', '5', '64000000', '64099999', '26601000', '28999999', NULL, 1652922935),
(70477, '3298', '133.00', '10', '5.001', '10', '64000000', '64099999', '26601000', '28999999', NULL, 1652922943),
(70478, '3220', '266.00', '6', '5.001', '10', '64000000', '64099999', '26601000', '28999999', NULL, 1652922945),
(70479, '3298', '215.00', '10', '10.001', '15', '64000000', '64099999', '26601000', '28999999', NULL, 1652922945),
(70480, '3220', '430.00', '6', '10.001', '15', '64000000', '64099999', '26601000', '28999999', NULL, 1652922946),
(70481, '3298', '298.00', '10', '15.001', '20', '64000000', '64099999', '26601000', '28999999', NULL, 1652922947),
(70482, '3220', '595.00', '6', '15.001', '20', '64000000', '64099999', '26601000', '28999999', NULL, 1652922956),
(70483, '3298', '380.00', '10', '20.001', '25', '64000000', '64099999', '26601000', '28999999', NULL, 1652922956),
(70484, '3220', '760.00', '6', '20.001', '25', '64000000', '64099999', '26601000', '28999999', NULL, 1652922957),
(70485, '3298', '463.00', '10', '25.001', '30', '64000000', '64099999', '26601000', '28999999', NULL, 1652922959),
(70486, '3220', '925.00', '6', '25.001', '30', '64000000', '64099999', '26601000', '28999999', NULL, 1652922960),
(70487, '3298', '45.00', '8', '0.3', '5', '64000000', '64099999', '29000000', '29099999', NULL, 1652922968),
(70488, '3220', '137.00', '3', '0.3', '5', '64000000', '64099999', '29000000', '29099999', NULL, 1652922972),
(70489, '3298', '71.00', '8', '5.001', '10', '64000000', '64099999', '29000000', '29099999', NULL, 1652922977),
(70490, '3220', '214.00', '3', '5.001', '10', '64000000', '64099999', '29000000', '29099999', NULL, 1652922980),
(70491, '3298', '116.00', '8', '10.001', '15', '64000000', '64099999', '29000000', '29099999', NULL, 1652922983),
(70492, '3220', '346.00', '3', '10.001', '15', '64000000', '64099999', '29000000', '29099999', NULL, 1652922987),
(70493, '3298', '160.00', '8', '15.001', '20', '64000000', '64099999', '29000000', '29099999', NULL, 1652922989),
(70494, '3220', '479.00', '3', '15.001', '20', '64000000', '64099999', '29000000', '29099999', NULL, 1652922991),
(70495, '3298', '205.00', '8', '20.001', '25', '64000000', '64099999', '29000000', '29099999', NULL, 1652922993),
(70496, '3220', '612.00', '3', '20.001', '25', '64000000', '64099999', '29000000', '29099999', NULL, 1652922996),
(70497, '3298', '249.00', '8', '25.001', '30', '64000000', '64099999', '29000000', '29099999', NULL, 1652923000),
(70498, '3220', '744.00', '3', '25.001', '30', '64000000', '64099999', '29000000', '29099999', NULL, 1652923003),
(70499, '3298', '90.00', '10', '0.3', '5', '64000000', '64099999', '29100000', '29999999', NULL, 1652923005),
(70500, '3220', '183.00', '6', '0.3', '5', '64000000', '64099999', '29100000', '29999999', NULL, 1652923006),
(70501, '3298', '133.00', '10', '5.001', '10', '64000000', '64099999', '29100000', '29999999', NULL, 1652923006),
(70502, '3220', '266.00', '6', '5.001', '10', '64000000', '64099999', '29100000', '29999999', NULL, 1652923008),
(70503, '3298', '215.00', '10', '10.001', '15', '64000000', '64099999', '29100000', '29999999', NULL, 1652923010),
(70504, '3220', '430.00', '6', '10.001', '15', '64000000', '64099999', '29100000', '29999999', NULL, 1652923012),
(70505, '3298', '298.00', '10', '15.001', '20', '64000000', '64099999', '29100000', '29999999', NULL, 1652923013),
(70506, '3220', '595.00', '6', '15.001', '20', '64000000', '64099999', '29100000', '29999999', NULL, 1652923017),
(70507, '3298', '380.00', '10', '20.001', '25', '64000000', '64099999', '29100000', '29999999', NULL, 1652923017),
(70508, '3220', '760.00', '6', '20.001', '25', '64000000', '64099999', '29100000', '29999999', NULL, 1652923022),
(70509, '3298', '463.00', '10', '25.001', '30', '64000000', '64099999', '29100000', '29999999', NULL, 1652923026),
(70510, '3220', '925.00', '6', '25.001', '30', '64000000', '64099999', '29100000', '29999999', NULL, 1652923028),
(70511, '3298', '45.00', '7', '0.3', '5', '64000000', '64099999', '30000000', '31999999', NULL, 1652923028),
(70512, '3220', '137.00', '3', '0.3', '5', '64000000', '64099999', '30000000', '31999999', NULL, 1652923031),
(70513, '3298', '71.00', '7', '5.001', '10', '64000000', '64099999', '30000000', '31999999', NULL, 1652923032),
(70514, '3220', '214.00', '3', '5.001', '10', '64000000', '64099999', '30000000', '31999999', NULL, 1652923035),
(70515, '3298', '116.00', '7', '10.001', '15', '64000000', '64099999', '30000000', '31999999', NULL, 1652923036),
(70516, '3220', '346.00', '3', '10.001', '15', '64000000', '64099999', '30000000', '31999999', NULL, 1652923038),
(70517, '3298', '160.00', '7', '15.001', '20', '64000000', '64099999', '30000000', '31999999', NULL, 1652923042),
(70518, '3220', '479.00', '3', '15.001', '20', '64000000', '64099999', '30000000', '31999999', NULL, 1652923046),
(70519, '3298', '205.00', '7', '20.001', '25', '64000000', '64099999', '30000000', '31999999', NULL, 1652923049),
(70520, '3220', '612.00', '3', '20.001', '25', '64000000', '64099999', '30000000', '31999999', NULL, 1652923054),
(70521, '3298', '249.00', '7', '25.001', '30', '64000000', '64099999', '30000000', '31999999', NULL, 1652923055),
(70522, '3220', '744.00', '3', '25.001', '30', '64000000', '64099999', '30000000', '31999999', NULL, 1652923057),
(70523, '3298', '45.00', '7', '0.3', '5', '64000000', '64099999', '30000000', '34999999', NULL, 1652923059),
(70524, '3220', '137.00', '3', '0.3', '5', '64000000', '64099999', '30000000', '34999999', NULL, 1652923059),
(70525, '3298', '71.00', '7', '5.001', '10', '64000000', '64099999', '30000000', '34999999', NULL, 1652923065),
(70526, '3220', '214.00', '3', '5.001', '10', '64000000', '64099999', '30000000', '34999999', NULL, 1652923067),
(70527, '3298', '116.00', '7', '10.001', '15', '64000000', '64099999', '30000000', '34999999', NULL, 1652923068),
(70528, '3220', '346.00', '3', '10.001', '15', '64000000', '64099999', '30000000', '34999999', NULL, 1652923074),
(70529, '3298', '160.00', '7', '15.001', '20', '64000000', '64099999', '30000000', '34999999', NULL, 1652923075),
(70530, '3220', '479.00', '3', '15.001', '20', '64000000', '64099999', '30000000', '34999999', NULL, 1652923075),
(70531, '3298', '205.00', '7', '20.001', '25', '64000000', '64099999', '30000000', '34999999', NULL, 1652923076),
(70532, '3220', '612.00', '3', '20.001', '25', '64000000', '64099999', '30000000', '34999999', NULL, 1652923077),
(70533, '3298', '249.00', '7', '25.001', '30', '64000000', '64099999', '30000000', '34999999', NULL, 1652923078),
(70534, '3220', '744.00', '3', '25.001', '30', '64000000', '64099999', '30000000', '34999999', NULL, 1652923079),
(70535, '3298', '90.00', '8', '0.3', '5', '64000000', '64099999', '35000000', '39999999', NULL, 1652923083),
(70536, '3220', '183.00', '6', '0.3', '5', '64000000', '64099999', '35000000', '39999999', NULL, 1652923085),
(70537, '3298', '133.00', '8', '5.001', '10', '64000000', '64099999', '35000000', '39999999', NULL, 1652923089),
(70538, '3220', '266.00', '6', '5.001', '10', '64000000', '64099999', '35000000', '39999999', NULL, 1652923095),
(70539, '3298', '215.00', '8', '10.001', '15', '64000000', '64099999', '35000000', '39999999', NULL, 1652923096),
(70540, '3220', '430.00', '6', '10.001', '15', '64000000', '64099999', '35000000', '39999999', NULL, 1652923096),
(70541, '3298', '298.00', '8', '15.001', '20', '64000000', '64099999', '35000000', '39999999', NULL, 1652923100),
(70542, '3220', '595.00', '6', '15.001', '20', '64000000', '64099999', '35000000', '39999999', NULL, 1652923102),
(70543, '3298', '380.00', '8', '20.001', '25', '64000000', '64099999', '35000000', '39999999', NULL, 1652923103),
(70544, '3220', '760.00', '6', '20.001', '25', '64000000', '64099999', '35000000', '39999999', NULL, 1652923108),
(70545, '3298', '463.00', '8', '25.001', '30', '64000000', '64099999', '35000000', '39999999', NULL, 1652923112),
(70546, '3220', '925.00', '6', '25.001', '30', '64000000', '64099999', '35000000', '39999999', NULL, 1652923116),
(70547, '3298', '38.00', '7', '0.3', '5', '64000000', '64099999', '40000000', '41999999', NULL, 1652923116),
(70548, '3220', '113.00', '3', '0.3', '5', '64000000', '64099999', '40000000', '41999999', NULL, 1652923117),
(70549, '3298', '58.00', '7', '5.001', '10', '64000000', '64099999', '40000000', '41999999', NULL, 1652923118),
(70550, '3220', '176.00', '3', '5.001', '10', '64000000', '64099999', '40000000', '41999999', NULL, 1652923121),
(70551, '3298', '94.00', '7', '10.001', '15', '64000000', '64099999', '40000000', '41999999', NULL, 1652923122),
(70552, '3220', '286.00', '3', '10.001', '15', '64000000', '64099999', '40000000', '41999999', NULL, 1652923127),
(70553, '3298', '130.00', '7', '15.001', '20', '64000000', '64099999', '40000000', '41999999', NULL, 1652923128),
(70554, '3220', '396.00', '3', '15.001', '20', '64000000', '64099999', '40000000', '41999999', NULL, 1652923131),
(70555, '3298', '166.00', '7', '20.001', '25', '64000000', '64099999', '40000000', '41999999', NULL, 1652923135),
(70556, '3220', '505.00', '3', '20.001', '25', '64000000', '64099999', '40000000', '41999999', NULL, 1652923135),
(70557, '3298', '202.00', '7', '25.001', '30', '64000000', '64099999', '40000000', '41999999', NULL, 1652923137),
(70558, '3220', '615.00', '3', '25.001', '30', '64000000', '64099999', '40000000', '41999999', NULL, 1652923137),
(70559, '3298', '38.00', '7', '0.3', '5', '64000000', '64099999', '40000000', '44470999', NULL, 1652923141),
(70560, '3220', '113.00', '3', '0.3', '5', '64000000', '64099999', '40000000', '44470999', NULL, 1652923144),
(70561, '3298', '58.00', '7', '5.001', '10', '64000000', '64099999', '40000000', '44470999', NULL, 1652923144),
(70562, '3220', '176.00', '3', '5.001', '10', '64000000', '64099999', '40000000', '44470999', NULL, 1652923145),
(70563, '3298', '94.00', '7', '10.001', '15', '64000000', '64099999', '40000000', '44470999', NULL, 1652923146),
(70564, '3220', '286.00', '3', '10.001', '15', '64000000', '64099999', '40000000', '44470999', NULL, 1652923158),
(70565, '3298', '130.00', '7', '15.001', '20', '64000000', '64099999', '40000000', '44470999', NULL, 1652923160),
(70566, '3220', '396.00', '3', '15.001', '20', '64000000', '64099999', '40000000', '44470999', NULL, 1652923161),
(70567, '3298', '166.00', '7', '20.001', '25', '64000000', '64099999', '40000000', '44470999', NULL, 1652923167),
(70568, '3220', '505.00', '3', '20.001', '25', '64000000', '64099999', '40000000', '44470999', NULL, 1652923168),
(70569, '3298', '202.00', '7', '25.001', '30', '64000000', '64099999', '40000000', '44470999', NULL, 1652923169),
(70570, '3220', '615.00', '3', '25.001', '30', '64000000', '64099999', '40000000', '44470999', NULL, 1652923171),
(70571, '3298', '60.00', '8', '0.3', '5', '64000000', '64099999', '44471000', '48999999', NULL, 1652923173),
(70572, '3220', '132.00', '4', '0.3', '5', '64000000', '64099999', '44471000', '48999999', NULL, 1652923174),
(70573, '3298', '91.00', '8', '5.001', '10', '64000000', '64099999', '44471000', '48999999', NULL, 1652923184),
(70574, '3220', '190.00', '4', '5.001', '10', '64000000', '64099999', '44471000', '48999999', NULL, 1652923195),
(70575, '3298', '148.00', '8', '10.001', '15', '64000000', '64099999', '44471000', '48999999', NULL, 1652923197),
(70576, '3220', '308.00', '4', '10.001', '15', '64000000', '64099999', '44471000', '48999999', NULL, 1652923199),
(70577, '3298', '205.00', '8', '15.001', '20', '64000000', '64099999', '44471000', '48999999', NULL, 1652923201),
(70578, '3220', '427.00', '4', '15.001', '20', '64000000', '64099999', '44471000', '48999999', NULL, 1652923202),
(70579, '3298', '262.00', '8', '20.001', '25', '64000000', '64099999', '44471000', '48999999', NULL, 1652923204),
(70580, '3220', '545.00', '4', '20.001', '25', '64000000', '64099999', '44471000', '48999999', NULL, 1652923205),
(70581, '3298', '319.00', '8', '25.001', '30', '64000000', '64099999', '44471000', '48999999', NULL, 1652923205),
(70582, '3220', '663.00', '4', '25.001', '30', '64000000', '64099999', '44471000', '48999999', NULL, 1652923214),
(70583, '3298', '45.00', '7', '0.3', '5', '64000000', '64099999', '49000000', '49099999', NULL, 1652923215),
(70584, '3220', '137.00', '3', '0.3', '5', '64000000', '64099999', '49000000', '49099999', NULL, 1652923218),
(70585, '3298', '71.00', '7', '5.001', '10', '64000000', '64099999', '49000000', '49099999', NULL, 1652923219),
(70586, '3220', '214.00', '3', '5.001', '10', '64000000', '64099999', '49000000', '49099999', NULL, 1652923220),
(70587, '3298', '116.00', '7', '10.001', '15', '64000000', '64099999', '49000000', '49099999', NULL, 1652923223),
(70588, '3220', '346.00', '3', '10.001', '15', '64000000', '64099999', '49000000', '49099999', NULL, 1652923230),
(70589, '3298', '160.00', '7', '15.001', '20', '64000000', '64099999', '49000000', '49099999', NULL, 1652923238),
(70590, '3220', '479.00', '3', '15.001', '20', '64000000', '64099999', '49000000', '49099999', NULL, 1652923239),
(70591, '3298', '205.00', '7', '20.001', '25', '64000000', '64099999', '49000000', '49099999', NULL, 1652923240),
(70592, '3220', '612.00', '3', '20.001', '25', '64000000', '64099999', '49000000', '49099999', NULL, 1652923241),
(70593, '3298', '249.00', '7', '25.001', '30', '64000000', '64099999', '49000000', '49099999', NULL, 1652923242),
(70594, '3220', '744.00', '3', '25.001', '30', '64000000', '64099999', '49000000', '49099999', NULL, 1652923242),
(70595, '3298', '90.00', '10', '0.3', '5', '64000000', '64099999', '49100000', '49999999', NULL, 1652923243),
(70596, '3220', '183.00', '7', '0.3', '5', '64000000', '64099999', '49100000', '49999999', NULL, 1652923245),
(70597, '3298', '133.00', '10', '5.001', '10', '64000000', '64099999', '49100000', '49999999', NULL, 1652923254),
(70598, '3220', '266.00', '7', '5.001', '10', '64000000', '64099999', '49100000', '49999999', NULL, 1652923255),
(70599, '3298', '215.00', '10', '10.001', '15', '64000000', '64099999', '49100000', '49999999', NULL, 1652923257),
(70600, '3220', '430.00', '7', '10.001', '15', '64000000', '64099999', '49100000', '49999999', NULL, 1652923258),
(70601, '3298', '298.00', '10', '15.001', '20', '64000000', '64099999', '49100000', '49999999', NULL, 1652923258),
(70602, '3220', '595.00', '7', '15.001', '20', '64000000', '64099999', '49100000', '49999999', NULL, 1652923261),
(70603, '3298', '380.00', '10', '20.001', '25', '64000000', '64099999', '49100000', '49999999', NULL, 1652923268),
(70604, '3220', '760.00', '7', '20.001', '25', '64000000', '64099999', '49100000', '49999999', NULL, 1652923271),
(70605, '3298', '463.00', '10', '25.001', '30', '64000000', '64099999', '49100000', '49999999', NULL, 1652923271),
(70606, '3220', '925.00', '7', '25.001', '30', '64000000', '64099999', '49100000', '49999999', NULL, 1652923271),
(70607, '3298', '34.00', '7', '0.3', '5', '64000000', '64099999', '50000000', '52999999', NULL, 1652923273),
(70608, '3220', '80.00', '3', '0.3', '5', '64000000', '64099999', '50000000', '52999999', NULL, 1652923274),
(70609, '3298', '50.00', '7', '5.001', '10', '64000000', '64099999', '50000000', '52999999', NULL, 1652923274),
(70610, '3220', '125.00', '3', '5.001', '10', '64000000', '64099999', '50000000', '52999999', NULL, 1652923275),
(70611, '3298', '82.00', '7', '10.001', '15', '64000000', '64099999', '50000000', '52999999', NULL, 1652923276),
(70612, '3220', '203.00', '3', '10.001', '15', '64000000', '64099999', '50000000', '52999999', NULL, 1652923277),
(70613, '3298', '113.00', '7', '15.001', '20', '64000000', '64099999', '50000000', '52999999', NULL, 1652923278),
(70614, '3220', '281.00', '3', '15.001', '20', '64000000', '64099999', '50000000', '52999999', NULL, 1652923286),
(70615, '3298', '145.00', '7', '20.001', '25', '64000000', '64099999', '50000000', '52999999', NULL, 1652923287),
(70616, '3220', '359.00', '3', '20.001', '25', '64000000', '64099999', '50000000', '52999999', NULL, 1652923288),
(70617, '3298', '176.00', '7', '25.001', '30', '64000000', '64099999', '50000000', '52999999', NULL, 1652923289),
(70618, '3220', '437.00', '3', '25.001', '30', '64000000', '64099999', '50000000', '52999999', NULL, 1652923291),
(70619, '3298', '34.00', '7', '0.3', '5', '64000000', '64099999', '50000000', '54999999', NULL, 1652923292),
(70620, '3220', '80.00', '3', '0.3', '5', '64000000', '64099999', '50000000', '54999999', NULL, 1652923295),
(70621, '3298', '50.00', '7', '5.001', '10', '64000000', '64099999', '50000000', '54999999', NULL, 1652923300),
(70622, '3220', '125.00', '3', '5.001', '10', '64000000', '64099999', '50000000', '54999999', NULL, 1652923304),
(70623, '3298', '82.00', '7', '10.001', '15', '64000000', '64099999', '50000000', '54999999', NULL, 1652923305),
(70624, '3220', '203.00', '3', '10.001', '15', '64000000', '64099999', '50000000', '54999999', NULL, 1652923307),
(70625, '3298', '113.00', '7', '15.001', '20', '64000000', '64099999', '50000000', '54999999', NULL, 1652923308),
(70626, '3220', '281.00', '3', '15.001', '20', '64000000', '64099999', '50000000', '54999999', NULL, 1652923310),
(70627, '3298', '145.00', '7', '20.001', '25', '64000000', '64099999', '50000000', '54999999', NULL, 1652923312),
(70628, '3220', '359.00', '3', '20.001', '25', '64000000', '64099999', '50000000', '54999999', NULL, 1652923315),
(70629, '3298', '176.00', '7', '25.001', '30', '64000000', '64099999', '50000000', '54999999', NULL, 1652923318),
(70630, '3220', '437.00', '3', '25.001', '30', '64000000', '64099999', '50000000', '54999999', NULL, 1652923321),
(70631, '3298', '50.00', '10', '0.3', '5', '64000000', '64099999', '55000000', '56999999', NULL, 1652923322),
(70632, '3220', '124.00', '8', '0.3', '5', '64000000', '64099999', '55000000', '56999999', NULL, 1652923326),
(70633, '3298', '83.00', '10', '5.001', '10', '64000000', '64099999', '55000000', '56999999', NULL, 1652923326),
(70634, '3220', '175.00', '8', '5.001', '10', '64000000', '64099999', '55000000', '56999999', NULL, 1652923328),
(70635, '3298', '135.00', '10', '10.001', '15', '64000000', '64099999', '55000000', '56999999', NULL, 1652923332),
(70636, '3220', '283.00', '8', '10.001', '15', '64000000', '64099999', '55000000', '56999999', NULL, 1652923333),
(70637, '3298', '186.00', '10', '15.001', '20', '64000000', '64099999', '55000000', '56999999', NULL, 1652923335),
(70638, '3220', '392.00', '8', '15.001', '20', '64000000', '64099999', '55000000', '56999999', NULL, 1652923336),
(70639, '3298', '238.00', '10', '20.001', '25', '64000000', '64099999', '55000000', '56999999', NULL, 1652923338),
(70640, '3220', '500.00', '8', '20.001', '25', '64000000', '64099999', '55000000', '56999999', NULL, 1652923339),
(70641, '3298', '290.00', '10', '25.001', '30', '64000000', '64099999', '55000000', '56999999', NULL, 1652923340),
(70642, '3220', '609.00', '8', '25.001', '30', '64000000', '64099999', '55000000', '56999999', NULL, 1652923342),
(70643, '3298', '34.00', '8', '0.3', '5', '64000000', '64099999', '57000000', '57099999', NULL, 1652923343),
(70644, '3220', '80.00', '4', '0.3', '5', '64000000', '64099999', '57000000', '57099999', NULL, 1652923347),
(70645, '3298', '50.00', '8', '5.001', '10', '64000000', '64099999', '57000000', '57099999', NULL, 1652923351),
(70646, '3220', '125.00', '4', '5.001', '10', '64000000', '64099999', '57000000', '57099999', NULL, 1652923354),
(70647, '3298', '82.00', '8', '10.001', '15', '64000000', '64099999', '57000000', '57099999', NULL, 1652923355),
(70648, '3220', '203.00', '4', '10.001', '15', '64000000', '64099999', '57000000', '57099999', NULL, 1652923358),
(70649, '3298', '113.00', '8', '15.001', '20', '64000000', '64099999', '57000000', '57099999', NULL, 1652923360),
(70650, '3220', '281.00', '4', '15.001', '20', '64000000', '64099999', '57000000', '57099999', NULL, 1652923360),
(70651, '3298', '145.00', '8', '20.001', '25', '64000000', '64099999', '57000000', '57099999', NULL, 1652923362),
(70652, '3220', '359.00', '4', '20.001', '25', '64000000', '64099999', '57000000', '57099999', NULL, 1652923363),
(70653, '3298', '176.00', '8', '25.001', '30', '64000000', '64099999', '57000000', '57099999', NULL, 1652923365),
(70654, '3220', '437.00', '4', '25.001', '30', '64000000', '64099999', '57000000', '57099999', NULL, 1652923366),
(70655, '3298', '34.00', '9', '0.3', '5', '64000000', '64099999', '57100000', '57999999', NULL, 1652923370),
(70656, '3220', '80.00', '7', '0.3', '5', '64000000', '64099999', '57100000', '57999999', NULL, 1652923372),
(70657, '3298', '50.00', '9', '5.001', '10', '64000000', '64099999', '57100000', '57999999', NULL, 1652923372),
(70658, '3220', '125.00', '7', '5.001', '10', '64000000', '64099999', '57100000', '57999999', NULL, 1652923373),
(70659, '3298', '82.00', '9', '10.001', '15', '64000000', '64099999', '57100000', '57999999', NULL, 1652923374),
(70660, '3220', '203.00', '7', '10.001', '15', '64000000', '64099999', '57100000', '57999999', NULL, 1652923381),
(70661, '3298', '113.00', '9', '15.001', '20', '64000000', '64099999', '57100000', '57999999', NULL, 1652923382),
(70662, '3220', '281.00', '7', '15.001', '20', '64000000', '64099999', '57100000', '57999999', NULL, 1652923383),
(70663, '3298', '145.00', '9', '20.001', '25', '64000000', '64099999', '57100000', '57999999', NULL, 1652923384),
(70664, '3220', '359.00', '7', '20.001', '25', '64000000', '64099999', '57100000', '57999999', NULL, 1652923387),
(70665, '3298', '176.00', '9', '25.001', '30', '64000000', '64099999', '57100000', '57999999', NULL, 1652923388),
(70666, '3220', '437.00', '7', '25.001', '30', '64000000', '64099999', '57100000', '57999999', NULL, 1652923389),
(70667, '3298', '34.00', '8', '0.3', '5', '64000000', '64099999', '58000000', '58099999', NULL, 1652923392),
(70668, '3220', '80.00', '4', '0.3', '5', '64000000', '64099999', '58000000', '58099999', NULL, 1652923394),
(70669, '3298', '50.00', '8', '5.001', '10', '64000000', '64099999', '58000000', '58099999', NULL, 1652923394),
(70670, '3220', '125.00', '4', '5.001', '10', '64000000', '64099999', '58000000', '58099999', NULL, 1652923396),
(70671, '3298', '82.00', '8', '10.001', '15', '64000000', '64099999', '58000000', '58099999', NULL, 1652923397),
(70672, '3220', '203.00', '4', '10.001', '15', '64000000', '64099999', '58000000', '58099999', NULL, 1652923397),
(70673, '3298', '113.00', '8', '15.001', '20', '64000000', '64099999', '58000000', '58099999', NULL, 1652923399),
(70674, '3220', '281.00', '4', '15.001', '20', '64000000', '64099999', '58000000', '58099999', NULL, 1652923400),
(70675, '3298', '145.00', '8', '20.001', '25', '64000000', '64099999', '58000000', '58099999', NULL, 1652923402),
(70676, '3220', '359.00', '4', '20.001', '25', '64000000', '64099999', '58000000', '58099999', NULL, 1652923404),
(70677, '3298', '176.00', '8', '25.001', '30', '64000000', '64099999', '58000000', '58099999', NULL, 1652923407),
(70678, '3220', '437.00', '4', '25.001', '30', '64000000', '64099999', '58000000', '58099999', NULL, 1652923409),
(70679, '3298', '50.00', '12', '0.3', '5', '64000000', '64099999', '58100000', '58999999', NULL, 1652923412),
(70680, '3220', '124.00', '10', '0.3', '5', '64000000', '64099999', '58100000', '58999999', NULL, 1652923413),
(70681, '3298', '83.00', '12', '5.001', '10', '64000000', '64099999', '58100000', '58999999', NULL, 1652923418),
(70682, '3220', '175.00', '10', '5.001', '10', '64000000', '64099999', '58100000', '58999999', NULL, 1652923421),
(70683, '3298', '135.00', '12', '10.001', '15', '64000000', '64099999', '58100000', '58999999', NULL, 1652923422),
(70684, '3220', '283.00', '10', '10.001', '15', '64000000', '64099999', '58100000', '58999999', NULL, 1652923427),
(70685, '3298', '186.00', '12', '15.001', '20', '64000000', '64099999', '58100000', '58999999', NULL, 1652923429),
(70686, '3220', '392.00', '10', '15.001', '20', '64000000', '64099999', '58100000', '58999999', NULL, 1652923432),
(70687, '3298', '238.00', '12', '20.001', '25', '64000000', '64099999', '58100000', '58999999', NULL, 1652923434),
(70688, '3220', '500.00', '10', '20.001', '25', '64000000', '64099999', '58100000', '58999999', NULL, 1652923437),
(70689, '3298', '290.00', '12', '25.001', '30', '64000000', '64099999', '58100000', '58999999', NULL, 1652923445),
(70690, '3220', '609.00', '10', '25.001', '30', '64000000', '64099999', '58100000', '58999999', NULL, 1652923448),
(70691, '3298', '34.00', '8', '0.3', '5', '64000000', '64099999', '59000000', '59099999', NULL, 1652923449),
(70692, '3220', '80.00', '4', '0.3', '5', '64000000', '64099999', '59000000', '59099999', NULL, 1652923450),
(70693, '3298', '50.00', '8', '5.001', '10', '64000000', '64099999', '59000000', '59099999', NULL, 1652923451),
(70694, '3220', '125.00', '4', '5.001', '10', '64000000', '64099999', '59000000', '59099999', NULL, 1652923451),
(70695, '3298', '82.00', '8', '10.001', '15', '64000000', '64099999', '59000000', '59099999', NULL, 1652923452),
(70696, '3220', '203.00', '4', '10.001', '15', '64000000', '64099999', '59000000', '59099999', NULL, 1652923453),
(70697, '3298', '113.00', '8', '15.001', '20', '64000000', '64099999', '59000000', '59099999', NULL, 1652923454),
(70698, '3220', '281.00', '4', '15.001', '20', '64000000', '64099999', '59000000', '59099999', NULL, 1652923454),
(70699, '3298', '145.00', '8', '20.001', '25', '64000000', '64099999', '59000000', '59099999', NULL, 1652923455),
(70700, '3220', '359.00', '4', '20.001', '25', '64000000', '64099999', '59000000', '59099999', NULL, 1652923463),
(70701, '3298', '176.00', '8', '25.001', '30', '64000000', '64099999', '59000000', '59099999', NULL, 1652923463),
(70702, '3220', '437.00', '4', '25.001', '30', '64000000', '64099999', '59000000', '59099999', NULL, 1652923464),
(70703, '3298', '34.00', '8', '0.3', '5', '64000000', '64099999', '59100000', '59999999', NULL, 1652923465),
(70704, '3220', '80.00', '4', '0.3', '5', '64000000', '64099999', '59100000', '59999999', NULL, 1652923467),
(70705, '3298', '50.00', '8', '5.001', '10', '64000000', '64099999', '59100000', '59999999', NULL, 1652923467),
(70706, '3220', '125.00', '4', '5.001', '10', '64000000', '64099999', '59100000', '59999999', NULL, 1652923468),
(70707, '3298', '82.00', '8', '10.001', '15', '64000000', '64099999', '59100000', '59999999', NULL, 1652923469),
(70708, '3220', '203.00', '4', '10.001', '15', '64000000', '64099999', '59100000', '59999999', NULL, 1652923470),
(70709, '3298', '113.00', '8', '15.001', '20', '64000000', '64099999', '59100000', '59999999', NULL, 1652923470),
(70710, '3220', '281.00', '4', '15.001', '20', '64000000', '64099999', '59100000', '59999999', NULL, 1652923471),
(70711, '3298', '145.00', '8', '20.001', '25', '64000000', '64099999', '59100000', '59999999', NULL, 1652923472),
(70712, '3220', '359.00', '4', '20.001', '25', '64000000', '64099999', '59100000', '59999999', NULL, 1652923481),
(70713, '3298', '176.00', '8', '25.001', '30', '64000000', '64099999', '59100000', '59999999', NULL, 1652923482),
(70714, '3220', '437.00', '4', '25.001', '30', '64000000', '64099999', '59100000', '59999999', NULL, 1652923483),
(70715, '3298', '30.00', '6', '0.3', '5', '64000000', '64099999', '60000000', '60999999', NULL, 1652923483),
(70716, '3220', '59.00', '1', '0.3', '5', '64000000', '64099999', '60000000', '60999999', NULL, 1652923484),
(70717, '3298', '44.00', '6', '5.001', '10', '64000000', '64099999', '60000000', '60999999', NULL, 1652923485),
(70718, '3220', '93.00', '1', '5.001', '10', '64000000', '64099999', '60000000', '60999999', NULL, 1652923486),
(70719, '3298', '71.00', '6', '10.001', '15', '64000000', '64099999', '60000000', '60999999', NULL, 1652923486),
(70720, '3220', '150.00', '1', '10.001', '15', '64000000', '64099999', '60000000', '60999999', NULL, 1652923487),
(70721, '3298', '99.00', '6', '15.001', '20', '64000000', '64099999', '60000000', '60999999', NULL, 1652923487),
(70722, '3220', '208.00', '1', '15.001', '20', '64000000', '64099999', '60000000', '60999999', NULL, 1652923496),
(70723, '3298', '126.00', '6', '20.001', '25', '64000000', '64099999', '60000000', '60999999', NULL, 1652923496),
(70724, '3220', '266.00', '1', '20.001', '25', '64000000', '64099999', '60000000', '60999999', NULL, 1652923498),
(70725, '3298', '153.00', '6', '25.001', '30', '64000000', '64099999', '60000000', '60999999', NULL, 1652923500),
(70726, '3220', '324.00', '1', '25.001', '30', '64000000', '64099999', '60000000', '60999999', NULL, 1652923501),
(70727, '3298', '30.00', '6', '0.3', '5', '64000000', '64099999', '60000000', '61900999', NULL, 1652923504),
(70728, '3220', '59.00', '1', '0.3', '5', '64000000', '64099999', '60000000', '61900999', NULL, 1652923513),
(70729, '3298', '44.00', '6', '5.001', '10', '64000000', '64099999', '60000000', '61900999', NULL, 1652923514),
(70730, '3220', '93.00', '1', '5.001', '10', '64000000', '64099999', '60000000', '61900999', NULL, 1652923515),
(70731, '3298', '71.00', '6', '10.001', '15', '64000000', '64099999', '60000000', '61900999', NULL, 1652923518),
(70732, '3220', '150.00', '1', '10.001', '15', '64000000', '64099999', '60000000', '61900999', NULL, 1652923521),
(70733, '3298', '99.00', '6', '15.001', '20', '64000000', '64099999', '60000000', '61900999', NULL, 1652923522),
(70734, '3220', '208.00', '1', '15.001', '20', '64000000', '64099999', '60000000', '61900999', NULL, 1652923525),
(70735, '3298', '126.00', '6', '20.001', '25', '64000000', '64099999', '60000000', '61900999', NULL, 1652923529),
(70736, '3220', '266.00', '1', '20.001', '25', '64000000', '64099999', '60000000', '61900999', NULL, 1652923531),
(70737, '3298', '153.00', '6', '25.001', '30', '64000000', '64099999', '60000000', '61900999', NULL, 1652923538),
(70738, '3220', '324.00', '1', '25.001', '30', '64000000', '64099999', '60000000', '61900999', NULL, 1652923539),
(70739, '3298', '44.00', '10', '0.3', '5', '64000000', '64099999', '61901000', '63999999', NULL, 1652923542),
(70740, '3220', '102.00', '6', '0.3', '5', '64000000', '64099999', '61901000', '63999999', NULL, 1652923543),
(70741, '3298', '74.00', '10', '5.001', '10', '64000000', '64099999', '61901000', '63999999', NULL, 1652923544),
(70742, '3220', '141.00', '6', '5.001', '10', '64000000', '64099999', '61901000', '63999999', NULL, 1652923550),
(70743, '3298', '120.00', '10', '10.001', '15', '64000000', '64099999', '61901000', '63999999', NULL, 1652923551),
(70744, '3220', '229.00', '6', '10.001', '15', '64000000', '64099999', '61901000', '63999999', NULL, 1652923555),
(70745, '3298', '166.00', '10', '15.001', '20', '64000000', '64099999', '61901000', '63999999', NULL, 1652923556),
(70746, '3220', '316.00', '6', '15.001', '20', '64000000', '64099999', '61901000', '63999999', NULL, 1652923562),
(70747, '3298', '212.00', '10', '20.001', '25', '64000000', '64099999', '61901000', '63999999', NULL, 1652923569),
(70748, '3220', '404.00', '6', '20.001', '25', '64000000', '64099999', '61901000', '63999999', NULL, 1652923574),
(70749, '3298', '258.00', '10', '25.001', '30', '64000000', '64099999', '61901000', '63999999', NULL, 1652923574),
(70750, '3220', '492.00', '6', '25.001', '30', '64000000', '64099999', '61901000', '63999999', NULL, 1652923575),
(70751, '3298', '26.00', '5', '0.3', '5', '64000000', '64099999', '64000000', '64099999', NULL, 1652923580),
(70752, '3220', '22.00', '1', '0.3', '5', '64000000', '64099999', '64000000', '64099999', NULL, 1652923581),
(70753, '3298', '32.00', '5', '5.001', '10', '64000000', '64099999', '64000000', '64099999', NULL, 1652923581),
(70754, '3220', '28.00', '1', '5.001', '10', '64000000', '64099999', '64000000', '64099999', NULL, 1652923582),
(70755, '3298', '52.00', '5', '10.001', '15', '64000000', '64099999', '64000000', '64099999', NULL, 1652923583),
(70756, '3220', '45.00', '1', '10.001', '15', '64000000', '64099999', '64000000', '64099999', NULL, 1652923583),
(70757, '3298', '72.00', '5', '15.001', '20', '64000000', '64099999', '64000000', '64099999', NULL, 1652923584),
(70758, '3220', '63.00', '1', '15.001', '20', '64000000', '64099999', '64000000', '64099999', NULL, 1652923585),
(70759, '3298', '92.00', '5', '20.001', '25', '64000000', '64099999', '64000000', '64099999', NULL, 1652923586),
(70760, '3220', '80.00', '1', '20.001', '25', '64000000', '64099999', '64000000', '64099999', NULL, 1652923587),
(70761, '3298', '112.00', '5', '25.001', '30', '64000000', '64099999', '64000000', '64099999', NULL, 1652923588),
(70762, '3220', '97.00', '1', '25.001', '30', '64000000', '64099999', '64000000', '64099999', NULL, 1652923595),
(70763, '3298', '26.00', '5', '0.3', '5', '64000000', '64099999', '64100000', '64999999', NULL, 1652923596),
(70764, '3220', '34.00', '3', '0.3', '5', '64000000', '64099999', '64100000', '64999999', NULL, 1652923598),
(70765, '3298', '32.00', '5', '5.001', '10', '64000000', '64099999', '64100000', '64999999', NULL, 1652923598),
(70766, '3220', '48.00', '3', '5.001', '10', '64000000', '64099999', '64100000', '64999999', NULL, 1652923605),
(70767, '3298', '52.00', '5', '10.001', '15', '64000000', '64099999', '64100000', '64999999', NULL, 1652923605),
(70768, '3220', '79.00', '3', '10.001', '15', '64000000', '64099999', '64100000', '64999999', NULL, 1652923606),
(70769, '3298', '72.00', '5', '15.001', '20', '64000000', '64099999', '64100000', '64999999', NULL, 1652923607),
(70770, '3220', '109.00', '3', '15.001', '20', '64000000', '64099999', '64100000', '64999999', NULL, 1652923608),
(70771, '3298', '92.00', '5', '20.001', '25', '64000000', '64099999', '64100000', '64999999', NULL, 1652923610),
(70772, '3220', '139.00', '3', '20.001', '25', '64000000', '64099999', '64100000', '64999999', NULL, 1652923612),
(70773, '3298', '112.00', '5', '25.001', '30', '64000000', '64099999', '64100000', '64999999', NULL, 1652923612),
(70774, '3220', '170.00', '3', '25.001', '30', '64000000', '64099999', '64100000', '64999999', NULL, 1652923615),
(70775, '3298', '30.00', '7', '0.3', '5', '64000000', '64099999', '65000000', '65099999', NULL, 1652923616),
(70776, '3220', '59.00', '2', '0.3', '5', '64000000', '64099999', '65000000', '65099999', NULL, 1652923621),
(70777, '3298', '44.00', '7', '5.001', '10', '64000000', '64099999', '65000000', '65099999', NULL, 1652923635),
(70778, '3220', '93.00', '2', '5.001', '10', '64000000', '64099999', '65000000', '65099999', NULL, 1652923636),
(70779, '3298', '71.00', '7', '10.001', '15', '64000000', '64099999', '65000000', '65099999', NULL, 1652923637),
(70780, '3220', '150.00', '2', '10.001', '15', '64000000', '64099999', '65000000', '65099999', NULL, 1652923649),
(70781, '3298', '99.00', '7', '15.001', '20', '64000000', '64099999', '65000000', '65099999', NULL, 1652923651),
(70782, '3220', '208.00', '2', '15.001', '20', '64000000', '64099999', '65000000', '65099999', NULL, 1652923663),
(70783, '3298', '126.00', '7', '20.001', '25', '64000000', '64099999', '65000000', '65099999', NULL, 1652923666),
(70784, '3220', '266.00', '2', '20.001', '25', '64000000', '64099999', '65000000', '65099999', NULL, 1652923669),
(70785, '3298', '153.00', '7', '25.001', '30', '64000000', '64099999', '65000000', '65099999', NULL, 1652923680),
(70786, '3220', '324.00', '2', '25.001', '30', '64000000', '64099999', '65000000', '65099999', NULL, 1652923681),
(70787, '3298', '44.00', '12', '0.3', '5', '64000000', '64099999', '65100000', '65999999', NULL, 1652923685),
(70788, '3220', '102.00', '6', '0.3', '5', '64000000', '64099999', '65100000', '65999999', NULL, 1652923686),
(70789, '3298', '74.00', '12', '5.001', '10', '64000000', '64099999', '65100000', '65999999', NULL, 1652923689),
(70790, '3220', '141.00', '6', '5.001', '10', '64000000', '64099999', '65100000', '65999999', NULL, 1652923692),
(70791, '3298', '120.00', '12', '10.001', '15', '64000000', '64099999', '65100000', '65999999', NULL, 1652923698),
(70792, '3220', '229.00', '6', '10.001', '15', '64000000', '64099999', '65100000', '65999999', NULL, 1652923704),
(70793, '3298', '166.00', '12', '15.001', '20', '64000000', '64099999', '65100000', '65999999', NULL, 1652923705),
(70794, '3220', '316.00', '6', '15.001', '20', '64000000', '64099999', '65100000', '65999999', NULL, 1652923706),
(70795, '3298', '212.00', '12', '20.001', '25', '64000000', '64099999', '65100000', '65999999', NULL, 1652923706),
(70796, '3220', '404.00', '6', '20.001', '25', '64000000', '64099999', '65100000', '65999999', NULL, 1652923707),
(70797, '3298', '258.00', '12', '25.001', '30', '64000000', '64099999', '65100000', '65999999', NULL, 1652923712),
(70798, '3220', '492.00', '6', '25.001', '30', '64000000', '64099999', '65100000', '65999999', NULL, 1652923718),
(70799, '3298', '34.00', '10', '0.3', '5', '64000000', '64099999', '66000000', '66999999', NULL, 1652923719),
(70800, '3220', '80.00', '6', '0.3', '5', '64000000', '64099999', '66000000', '66999999', NULL, 1652923722),
(70801, '3298', '50.00', '10', '5.001', '10', '64000000', '64099999', '66000000', '66999999', NULL, 1652923725),
(70802, '3220', '125.00', '6', '5.001', '10', '64000000', '64099999', '66000000', '66999999', NULL, 1652923726),
(70803, '3298', '82.00', '10', '10.001', '15', '64000000', '64099999', '66000000', '66999999', NULL, 1652923730),
(70804, '3220', '203.00', '6', '10.001', '15', '64000000', '64099999', '66000000', '66999999', NULL, 1652923730),
(70805, '3298', '113.00', '10', '15.001', '20', '64000000', '64099999', '66000000', '66999999', NULL, 1652923733),
(70806, '3220', '281.00', '6', '15.001', '20', '64000000', '64099999', '66000000', '66999999', NULL, 1652923740),
(70807, '3298', '145.00', '10', '20.001', '25', '64000000', '64099999', '66000000', '66999999', NULL, 1652923742),
(70808, '3220', '359.00', '6', '20.001', '25', '64000000', '64099999', '66000000', '66999999', NULL, 1652923745),
(70809, '3298', '176.00', '10', '25.001', '30', '64000000', '64099999', '66000000', '66999999', NULL, 1652923746),
(70810, '3220', '437.00', '6', '25.001', '30', '64000000', '64099999', '66000000', '66999999', NULL, 1652923748),
(70811, '3298', '34.00', '10', '0.3', '5', '64000000', '64099999', '66000000', '67999999', NULL, 1652923750),
(70812, '3220', '80.00', '6', '0.3', '5', '64000000', '64099999', '66000000', '67999999', NULL, 1652923759),
(70813, '3298', '50.00', '10', '5.001', '10', '64000000', '64099999', '66000000', '67999999', NULL, 1652923762),
(70814, '3220', '125.00', '6', '5.001', '10', '64000000', '64099999', '66000000', '67999999', NULL, 1652923763),
(70815, '3298', '82.00', '10', '10.001', '15', '64000000', '64099999', '66000000', '67999999', NULL, 1652923763),
(70816, '3220', '203.00', '6', '10.001', '15', '64000000', '64099999', '66000000', '67999999', NULL, 1652923771),
(70817, '3298', '113.00', '10', '15.001', '20', '64000000', '64099999', '66000000', '67999999', NULL, 1652923772),
(70818, '3220', '281.00', '6', '15.001', '20', '64000000', '64099999', '66000000', '67999999', NULL, 1652923773),
(70819, '3298', '145.00', '10', '20.001', '25', '64000000', '64099999', '66000000', '67999999', NULL, 1652923775),
(70820, '3220', '359.00', '6', '20.001', '25', '64000000', '64099999', '66000000', '67999999', NULL, 1652923775),
(70821, '3298', '176.00', '10', '25.001', '30', '64000000', '64099999', '66000000', '67999999', NULL, 1652923778),
(70822, '3220', '437.00', '6', '25.001', '30', '64000000', '64099999', '66000000', '67999999', NULL, 1652923779),
(70823, '3298', '50.00', '13', '0.3', '5', '64000000', '64099999', '68000000', '68899999', NULL, 1652923782),
(70824, '3220', '124.00', '10', '0.3', '5', '64000000', '64099999', '68000000', '68899999', NULL, 1652923782),
(70825, '3298', '83.00', '13', '5.001', '10', '64000000', '64099999', '68000000', '68899999', NULL, 1652923784),
(70826, '3220', '175.00', '10', '5.001', '10', '64000000', '64099999', '68000000', '68899999', NULL, 1652923785),
(70827, '3298', '135.00', '13', '10.001', '15', '64000000', '64099999', '68000000', '68899999', NULL, 1652923786),
(70828, '3220', '283.00', '10', '10.001', '15', '64000000', '64099999', '68000000', '68899999', NULL, 1652923787),
(70829, '3298', '186.00', '13', '15.001', '20', '64000000', '64099999', '68000000', '68899999', NULL, 1652923789),
(70830, '3220', '392.00', '10', '15.001', '20', '64000000', '64099999', '68000000', '68899999', NULL, 1652923791),
(70831, '3298', '238.00', '13', '20.001', '25', '64000000', '64099999', '68000000', '68899999', NULL, 1652923792),
(70832, '3220', '500.00', '10', '20.001', '25', '64000000', '64099999', '68000000', '68899999', NULL, 1652923794),
(70833, '3298', '290.00', '13', '25.001', '30', '64000000', '64099999', '68000000', '68899999', NULL, 1652923796),
(70834, '3220', '609.00', '10', '25.001', '30', '64000000', '64099999', '68000000', '68899999', NULL, 1652923797),
(70835, '3298', '38.00', '21', '0.3', '5', '64000000', '64099999', '68900000', '68914999', NULL, 1652923799),
(70836, '3220', '113.00', '13', '0.3', '5', '64000000', '64099999', '68900000', '68914999', NULL, 1652923799),
(70837, '3298', '58.00', '21', '5.001', '10', '64000000', '64099999', '68900000', '68914999', NULL, 1652923800),
(70838, '3220', '176.00', '13', '5.001', '10', '64000000', '64099999', '68900000', '68914999', NULL, 1652923801),
(70839, '3298', '94.00', '21', '10.001', '15', '64000000', '64099999', '68900000', '68914999', NULL, 1652923802),
(70840, '3220', '286.00', '13', '10.001', '15', '64000000', '64099999', '68900000', '68914999', NULL, 1652923803),
(70841, '3298', '130.00', '21', '15.001', '20', '64000000', '64099999', '68900000', '68914999', NULL, 1652923805),
(70842, '3220', '396.00', '13', '15.001', '20', '64000000', '64099999', '68900000', '68914999', NULL, 1652923806),
(70843, '3298', '166.00', '21', '20.001', '25', '64000000', '64099999', '68900000', '68914999', NULL, 1652923807),
(70844, '3220', '505.00', '13', '20.001', '25', '64000000', '64099999', '68900000', '68914999', NULL, 1652923807),
(70845, '3298', '202.00', '21', '25.001', '30', '64000000', '64099999', '68900000', '68914999', NULL, 1652923810),
(70846, '3220', '615.00', '13', '25.001', '30', '64000000', '64099999', '68900000', '68914999', NULL, 1652923814),
(70847, '3298', '70.00', '23', '0.3', '5', '64000000', '64099999', '68915000', '68999999', NULL, 1652923815),
(70848, '3220', '157.00', '14', '0.3', '5', '64000000', '64099999', '68915000', '68999999', NULL, 1652923816),
(70849, '3298', '106.00', '23', '5.001', '10', '64000000', '64099999', '68915000', '68999999', NULL, 1652923818),
(70850, '3220', '226.00', '14', '5.001', '10', '64000000', '64099999', '68915000', '68999999', NULL, 1652923818);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(70851, '3298', '172.00', '23', '10.001', '15', '64000000', '64099999', '68915000', '68999999', NULL, 1652923819),
(70852, '3220', '367.00', '14', '10.001', '15', '64000000', '64099999', '68915000', '68999999', NULL, 1652923821),
(70853, '3298', '239.00', '23', '15.001', '20', '64000000', '64099999', '68915000', '68999999', NULL, 1652923822),
(70854, '3220', '508.00', '14', '15.001', '20', '64000000', '64099999', '68915000', '68999999', NULL, 1652923822),
(70855, '3298', '305.00', '23', '20.001', '25', '64000000', '64099999', '68915000', '68999999', NULL, 1652923824),
(70856, '3220', '649.00', '14', '20.001', '25', '64000000', '64099999', '68915000', '68999999', NULL, 1652923825),
(70857, '3298', '371.00', '23', '25.001', '30', '64000000', '64099999', '68915000', '68999999', NULL, 1652923825),
(70858, '3220', '789.00', '14', '25.001', '30', '64000000', '64099999', '68915000', '68999999', NULL, 1652923826),
(70859, '3298', '45.00', '22', '0.3', '5', '64000000', '64099999', '69000000', '69099999', NULL, 1652923827),
(70860, '3220', '137.00', '4', '0.3', '5', '64000000', '64099999', '69000000', '69099999', NULL, 1652923832),
(70861, '3298', '71.00', '22', '5.001', '10', '64000000', '64099999', '69000000', '69099999', NULL, 1652923833),
(70862, '3220', '214.00', '4', '5.001', '10', '64000000', '64099999', '69000000', '69099999', NULL, 1652923834),
(70863, '3298', '116.00', '22', '10.001', '15', '64000000', '64099999', '69000000', '69099999', NULL, 1652923834),
(70864, '3220', '346.00', '4', '10.001', '15', '64000000', '64099999', '69000000', '69099999', NULL, 1652923838),
(70865, '3298', '160.00', '22', '15.001', '20', '64000000', '64099999', '69000000', '69099999', NULL, 1652923839),
(70866, '3220', '479.00', '4', '15.001', '20', '64000000', '64099999', '69000000', '69099999', NULL, 1652923839),
(70867, '3298', '205.00', '22', '20.001', '25', '64000000', '64099999', '69000000', '69099999', NULL, 1652923840),
(70868, '3220', '612.00', '4', '20.001', '25', '64000000', '64099999', '69000000', '69099999', NULL, 1652923842),
(70869, '3298', '249.00', '22', '25.001', '30', '64000000', '64099999', '69000000', '69099999', NULL, 1652923843),
(70870, '3220', '744.00', '4', '25.001', '30', '64000000', '64099999', '69000000', '69099999', NULL, 1652923844),
(70871, '3298', '90.00', '29', '0.3', '5', '64000000', '64099999', '69100000', '69299999', NULL, 1652923848),
(70872, '3220', '183.00', '9', '0.3', '5', '64000000', '64099999', '69100000', '69299999', NULL, 1652923850),
(70873, '3298', '133.00', '29', '5.001', '10', '64000000', '64099999', '69100000', '69299999', NULL, 1652923854),
(70874, '3220', '266.00', '9', '5.001', '10', '64000000', '64099999', '69100000', '69299999', NULL, 1652923860),
(70875, '3298', '215.00', '29', '10.001', '15', '64000000', '64099999', '69100000', '69299999', NULL, 1652923861),
(70876, '3220', '430.00', '9', '10.001', '15', '64000000', '64099999', '69100000', '69299999', NULL, 1652923862),
(70877, '3298', '298.00', '29', '15.001', '20', '64000000', '64099999', '69100000', '69299999', NULL, 1652923862),
(70878, '3220', '595.00', '9', '15.001', '20', '64000000', '64099999', '69100000', '69299999', NULL, 1652923866),
(70879, '3298', '380.00', '29', '20.001', '25', '64000000', '64099999', '69100000', '69299999', NULL, 1652923868),
(70880, '3220', '760.00', '9', '20.001', '25', '64000000', '64099999', '69100000', '69299999', NULL, 1652923870),
(70881, '3298', '463.00', '29', '25.001', '30', '64000000', '64099999', '69100000', '69299999', NULL, 1652923871),
(70882, '3220', '925.00', '9', '25.001', '30', '64000000', '64099999', '69100000', '69299999', NULL, 1652923872),
(70883, '3298', '45.00', '22', '0.3', '5', '64000000', '64099999', '69300000', '69339999', NULL, 1652923873),
(70884, '3220', '137.00', '5', '0.3', '5', '64000000', '64099999', '69300000', '69339999', NULL, 1652923874),
(70885, '3298', '71.00', '22', '5.001', '10', '64000000', '64099999', '69300000', '69339999', NULL, 1652923876),
(70886, '3220', '214.00', '5', '5.001', '10', '64000000', '64099999', '69300000', '69339999', NULL, 1652923876),
(70887, '3298', '116.00', '22', '10.001', '15', '64000000', '64099999', '69300000', '69339999', NULL, 1652923878),
(70888, '3220', '346.00', '5', '10.001', '15', '64000000', '64099999', '69300000', '69339999', NULL, 1652923879),
(70889, '3298', '160.00', '22', '15.001', '20', '64000000', '64099999', '69300000', '69339999', NULL, 1652923880),
(70890, '3220', '479.00', '5', '15.001', '20', '64000000', '64099999', '69300000', '69339999', NULL, 1652923881),
(70891, '3298', '205.00', '22', '20.001', '25', '64000000', '64099999', '69300000', '69339999', NULL, 1652923883),
(70892, '3220', '612.00', '5', '20.001', '25', '64000000', '64099999', '69300000', '69339999', NULL, 1652923884),
(70893, '3298', '249.00', '22', '25.001', '30', '64000000', '64099999', '69300000', '69339999', NULL, 1652923886),
(70894, '3220', '744.00', '5', '25.001', '30', '64000000', '64099999', '69300000', '69339999', NULL, 1652923892),
(70895, '3298', '90.00', '29', '0.3', '5', '64000000', '64099999', '69340000', '69389999', NULL, 1652923893),
(70896, '3220', '183.00', '11', '0.3', '5', '64000000', '64099999', '69340000', '69389999', NULL, 1652923895),
(70897, '3298', '133.00', '29', '5.001', '10', '64000000', '64099999', '69340000', '69389999', NULL, 1652923896),
(70898, '3220', '266.00', '11', '5.001', '10', '64000000', '64099999', '69340000', '69389999', NULL, 1652923897),
(70899, '3298', '215.00', '29', '10.001', '15', '64000000', '64099999', '69340000', '69389999', NULL, 1652923898),
(70900, '3220', '430.00', '11', '10.001', '15', '64000000', '64099999', '69340000', '69389999', NULL, 1652923899),
(70901, '3298', '298.00', '29', '15.001', '20', '64000000', '64099999', '69340000', '69389999', NULL, 1652923900),
(70902, '3220', '595.00', '11', '15.001', '20', '64000000', '64099999', '69340000', '69389999', NULL, 1652923901),
(70903, '3298', '380.00', '29', '20.001', '25', '64000000', '64099999', '69340000', '69389999', NULL, 1652923902),
(70904, '3220', '760.00', '11', '20.001', '25', '64000000', '64099999', '69340000', '69389999', NULL, 1652923903),
(70905, '3298', '463.00', '29', '25.001', '30', '64000000', '64099999', '69340000', '69389999', NULL, 1652923904),
(70906, '3220', '925.00', '11', '25.001', '30', '64000000', '64099999', '69340000', '69389999', NULL, 1652923904),
(70907, '3298', '45.00', '11', '0.3', '5', '64000000', '64099999', '69900000', '69920999', NULL, 1652923905),
(70908, '3220', '137.00', '7', '0.3', '5', '64000000', '64099999', '69900000', '69920999', NULL, 1652923906),
(70909, '3298', '71.00', '11', '5.001', '10', '64000000', '64099999', '69900000', '69920999', NULL, 1652923908),
(70910, '3220', '214.00', '7', '5.001', '10', '64000000', '64099999', '69900000', '69920999', NULL, 1652923909),
(70911, '3298', '116.00', '11', '10.001', '15', '64000000', '64099999', '69900000', '69920999', NULL, 1652923914),
(70912, '3220', '346.00', '7', '10.001', '15', '64000000', '64099999', '69900000', '69920999', NULL, 1652923915),
(70913, '3298', '160.00', '11', '15.001', '20', '64000000', '64099999', '69900000', '69920999', NULL, 1652923915),
(70914, '3220', '479.00', '7', '15.001', '20', '64000000', '64099999', '69900000', '69920999', NULL, 1652923916),
(70915, '3298', '205.00', '11', '20.001', '25', '64000000', '64099999', '69900000', '69920999', NULL, 1652923920),
(70916, '3220', '612.00', '7', '20.001', '25', '64000000', '64099999', '69900000', '69920999', NULL, 1652923920),
(70917, '3298', '249.00', '11', '25.001', '30', '64000000', '64099999', '69900000', '69920999', NULL, 1652923922),
(70918, '3220', '744.00', '7', '25.001', '30', '64000000', '64099999', '69900000', '69920999', NULL, 1652923923),
(70919, '3298', '90.00', '14', '0.3', '5', '64000000', '64099999', '69921000', '69999999', NULL, 1652923927),
(70920, '3220', '183.00', '12', '0.3', '5', '64000000', '64099999', '69921000', '69999999', NULL, 1652923931),
(70921, '3298', '133.00', '14', '5.001', '10', '64000000', '64099999', '69921000', '69999999', NULL, 1652923932),
(70922, '3220', '266.00', '12', '5.001', '10', '64000000', '64099999', '69921000', '69999999', NULL, 1652923933),
(70923, '3298', '215.00', '14', '10.001', '15', '64000000', '64099999', '69921000', '69999999', NULL, 1652923935),
(70924, '3220', '430.00', '12', '10.001', '15', '64000000', '64099999', '69921000', '69999999', NULL, 1652923937),
(70925, '3298', '298.00', '14', '15.001', '20', '64000000', '64099999', '69921000', '69999999', NULL, 1652923937),
(70926, '3220', '595.00', '12', '15.001', '20', '64000000', '64099999', '69921000', '69999999', NULL, 1652923942),
(70927, '3298', '380.00', '14', '20.001', '25', '64000000', '64099999', '69921000', '69999999', NULL, 1652923943),
(70928, '3220', '760.00', '12', '20.001', '25', '64000000', '64099999', '69921000', '69999999', NULL, 1652923944),
(70929, '3298', '463.00', '14', '25.001', '30', '64000000', '64099999', '69921000', '69999999', NULL, 1652923945),
(70930, '3220', '925.00', '12', '25.001', '30', '64000000', '64099999', '69921000', '69999999', NULL, 1652923945),
(70931, '3298', '38.00', '7', '0.3', '5', '64000000', '64099999', '71000000', '73699999', NULL, 1652923946),
(70932, '3220', '113.00', '3', '0.3', '5', '64000000', '64099999', '71000000', '73699999', NULL, 1652923948),
(70933, '3298', '58.00', '7', '5.001', '10', '64000000', '64099999', '71000000', '73699999', NULL, 1652923948),
(70934, '3220', '176.00', '3', '5.001', '10', '64000000', '64099999', '71000000', '73699999', NULL, 1652923949),
(70935, '3298', '94.00', '7', '10.001', '15', '64000000', '64099999', '71000000', '73699999', NULL, 1652923949),
(70936, '3220', '286.00', '3', '10.001', '15', '64000000', '64099999', '71000000', '73699999', NULL, 1652923950),
(70937, '3298', '130.00', '7', '15.001', '20', '64000000', '64099999', '71000000', '73699999', NULL, 1652923951),
(70938, '3220', '396.00', '3', '15.001', '20', '64000000', '64099999', '71000000', '73699999', NULL, 1652923954),
(70939, '3298', '166.00', '7', '20.001', '25', '64000000', '64099999', '71000000', '73699999', NULL, 1652923955),
(70940, '3220', '505.00', '3', '20.001', '25', '64000000', '64099999', '71000000', '73699999', NULL, 1652923955),
(70941, '3298', '202.00', '7', '25.001', '30', '64000000', '64099999', '71000000', '73699999', NULL, 1652923958),
(70942, '3220', '615.00', '3', '25.001', '30', '64000000', '64099999', '71000000', '73699999', NULL, 1652923959),
(70943, '3298', '38.00', '8', '0.3', '5', '64000000', '64099999', '72800000', '73999999', NULL, 1652923960),
(70944, '3220', '113.00', '4', '0.3', '5', '64000000', '64099999', '72800000', '73999999', NULL, 1652923960),
(70945, '3298', '58.00', '8', '5.001', '10', '64000000', '64099999', '72800000', '73999999', NULL, 1652923961),
(70946, '3220', '176.00', '4', '5.001', '10', '64000000', '64099999', '72800000', '73999999', NULL, 1652923962),
(70947, '3298', '94.00', '8', '10.001', '15', '64000000', '64099999', '72800000', '73999999', NULL, 1652923962),
(70948, '3220', '286.00', '4', '10.001', '15', '64000000', '64099999', '72800000', '73999999', NULL, 1652923963),
(70949, '3298', '130.00', '8', '15.001', '20', '64000000', '64099999', '72800000', '73999999', NULL, 1652923964),
(70950, '3220', '396.00', '4', '15.001', '20', '64000000', '64099999', '72800000', '73999999', NULL, 1652923965),
(70951, '3298', '166.00', '8', '20.001', '25', '64000000', '64099999', '72800000', '73999999', NULL, 1652923966),
(70952, '3220', '505.00', '4', '20.001', '25', '64000000', '64099999', '72800000', '73999999', NULL, 1652923966),
(70953, '3298', '202.00', '8', '25.001', '30', '64000000', '64099999', '72800000', '73999999', NULL, 1652923967),
(70954, '3220', '615.00', '4', '25.001', '30', '64000000', '64099999', '72800000', '73999999', NULL, 1652923968),
(70955, '3298', '45.00', '7', '0.3', '5', '64000000', '64099999', '74000000', '74894999', NULL, 1652923969),
(70956, '3220', '137.00', '3', '0.3', '5', '64000000', '64099999', '74000000', '74894999', NULL, 1652923969),
(70957, '3298', '71.00', '7', '5.001', '10', '64000000', '64099999', '74000000', '74894999', NULL, 1652923970),
(70958, '3220', '214.00', '3', '5.001', '10', '64000000', '64099999', '74000000', '74894999', NULL, 1652923971),
(70959, '3298', '116.00', '7', '10.001', '15', '64000000', '64099999', '74000000', '74894999', NULL, 1652923972),
(70960, '3220', '346.00', '3', '10.001', '15', '64000000', '64099999', '74000000', '74894999', NULL, 1652923972),
(70961, '3298', '160.00', '7', '15.001', '20', '64000000', '64099999', '74000000', '74894999', NULL, 1652923973),
(70962, '3220', '479.00', '3', '15.001', '20', '64000000', '64099999', '74000000', '74894999', NULL, 1652923976),
(70963, '3298', '205.00', '7', '20.001', '25', '64000000', '64099999', '74000000', '74894999', NULL, 1652923984),
(70964, '3220', '612.00', '3', '20.001', '25', '64000000', '64099999', '74000000', '74894999', NULL, 1652923985),
(70965, '3298', '249.00', '7', '25.001', '30', '64000000', '64099999', '74000000', '74894999', NULL, 1652923987),
(70966, '3220', '744.00', '3', '25.001', '30', '64000000', '64099999', '74000000', '74894999', NULL, 1652923988),
(70967, '3298', '45.00', '7', '0.3', '5', '64000000', '64099999', '74895000', '76799999', NULL, 1652923988),
(70968, '3220', '137.00', '3', '0.3', '5', '64000000', '64099999', '74895000', '76799999', NULL, 1652923989),
(70969, '3298', '71.00', '7', '5.001', '10', '64000000', '64099999', '74895000', '76799999', NULL, 1652923999),
(70970, '3220', '214.00', '3', '5.001', '10', '64000000', '64099999', '74895000', '76799999', NULL, 1652924001),
(70971, '3298', '116.00', '7', '10.001', '15', '64000000', '64099999', '74895000', '76799999', NULL, 1652924002),
(70972, '3220', '346.00', '3', '10.001', '15', '64000000', '64099999', '74895000', '76799999', NULL, 1652924003),
(70973, '3298', '160.00', '7', '15.001', '20', '64000000', '64099999', '74895000', '76799999', NULL, 1652924004),
(70974, '3220', '479.00', '3', '15.001', '20', '64000000', '64099999', '74895000', '76799999', NULL, 1652924004),
(70975, '3298', '205.00', '7', '20.001', '25', '64000000', '64099999', '74895000', '76799999', NULL, 1652924005),
(70976, '3220', '612.00', '3', '20.001', '25', '64000000', '64099999', '74895000', '76799999', NULL, 1652924006),
(70977, '3298', '249.00', '7', '25.001', '30', '64000000', '64099999', '74895000', '76799999', NULL, 1652924007),
(70978, '3220', '744.00', '3', '25.001', '30', '64000000', '64099999', '74895000', '76799999', NULL, 1652924007),
(70979, '3298', '45.00', '8', '0.3', '5', '64000000', '64099999', '77000000', '77270999', NULL, 1652924019),
(70980, '3220', '137.00', '4', '0.3', '5', '64000000', '64099999', '77000000', '77270999', NULL, 1652924019),
(70981, '3298', '71.00', '8', '5.001', '10', '64000000', '64099999', '77000000', '77270999', NULL, 1652924020),
(70982, '3220', '214.00', '4', '5.001', '10', '64000000', '64099999', '77000000', '77270999', NULL, 1652924021),
(70983, '3298', '116.00', '8', '10.001', '15', '64000000', '64099999', '77000000', '77270999', NULL, 1652924022),
(70984, '3220', '346.00', '4', '10.001', '15', '64000000', '64099999', '77000000', '77270999', NULL, 1652924023),
(70985, '3298', '160.00', '8', '15.001', '20', '64000000', '64099999', '77000000', '77270999', NULL, 1652924023),
(70986, '3220', '479.00', '4', '15.001', '20', '64000000', '64099999', '77000000', '77270999', NULL, 1652924025),
(70987, '3298', '205.00', '8', '20.001', '25', '64000000', '64099999', '77000000', '77270999', NULL, 1652924025),
(70988, '3220', '612.00', '4', '20.001', '25', '64000000', '64099999', '77000000', '77270999', NULL, 1652924026),
(70989, '3298', '249.00', '8', '25.001', '30', '64000000', '64099999', '77000000', '77270999', NULL, 1652924027),
(70990, '3220', '744.00', '4', '25.001', '30', '64000000', '64099999', '77000000', '77270999', NULL, 1652924028),
(70991, '3298', '90.00', '9', '0.3', '5', '64000000', '64099999', '77300000', '77995999', NULL, 1652924029),
(70992, '3220', '183.00', '5', '0.3', '5', '64000000', '64099999', '77300000', '77995999', NULL, 1652924029),
(70993, '3298', '133.00', '9', '5.001', '10', '64000000', '64099999', '77300000', '77995999', NULL, 1652924030),
(70994, '3220', '266.00', '5', '5.001', '10', '64000000', '64099999', '77300000', '77995999', NULL, 1652924031),
(70995, '3298', '215.00', '9', '10.001', '15', '64000000', '64099999', '77300000', '77995999', NULL, 1652924032),
(70996, '3220', '430.00', '5', '10.001', '15', '64000000', '64099999', '77300000', '77995999', NULL, 1652924043),
(70997, '3298', '298.00', '9', '15.001', '20', '64000000', '64099999', '77300000', '77995999', NULL, 1652924044),
(70998, '3220', '595.00', '5', '15.001', '20', '64000000', '64099999', '77300000', '77995999', NULL, 1652924045),
(70999, '3298', '380.00', '9', '20.001', '25', '64000000', '64099999', '77300000', '77995999', NULL, 1652924045),
(71000, '3220', '760.00', '5', '20.001', '25', '64000000', '64099999', '77300000', '77995999', NULL, 1652924046),
(71001, '3298', '463.00', '9', '25.001', '30', '64000000', '64099999', '77300000', '77995999', NULL, 1652924047),
(71002, '3220', '925.00', '5', '25.001', '30', '64000000', '64099999', '77300000', '77995999', NULL, 1652924048),
(71003, '3298', '45.00', '10', '0.3', '5', '64000000', '64099999', '78000000', '78109999', NULL, 1652924048),
(71004, '3220', '137.00', '6', '0.3', '5', '64000000', '64099999', '78000000', '78109999', NULL, 1652924049),
(71005, '3298', '71.00', '10', '5.001', '10', '64000000', '64099999', '78000000', '78109999', NULL, 1652924049),
(71006, '3220', '214.00', '6', '5.001', '10', '64000000', '64099999', '78000000', '78109999', NULL, 1652924050),
(71007, '3298', '116.00', '10', '10.001', '15', '64000000', '64099999', '78000000', '78109999', NULL, 1652924061),
(71008, '3220', '346.00', '6', '10.001', '15', '64000000', '64099999', '78000000', '78109999', NULL, 1652924062),
(71009, '3298', '160.00', '10', '15.001', '20', '64000000', '64099999', '78000000', '78109999', NULL, 1652924063),
(71010, '3220', '479.00', '6', '15.001', '20', '64000000', '64099999', '78000000', '78109999', NULL, 1652924063),
(71011, '3298', '205.00', '10', '20.001', '25', '64000000', '64099999', '78000000', '78109999', NULL, 1652924064),
(71012, '3220', '612.00', '6', '20.001', '25', '64000000', '64099999', '78000000', '78109999', NULL, 1652924065),
(71013, '3298', '249.00', '10', '25.001', '30', '64000000', '64099999', '78000000', '78109999', NULL, 1652924066),
(71014, '3220', '744.00', '6', '25.001', '30', '64000000', '64099999', '78000000', '78109999', NULL, 1652924066),
(71015, '3298', '90.00', '10', '0.3', '5', '64000000', '64099999', '78110000', '78899999', NULL, 1652924067),
(71016, '3220', '183.00', '8', '0.3', '5', '64000000', '64099999', '78110000', '78899999', NULL, 1652924068),
(71017, '3298', '133.00', '10', '5.001', '10', '64000000', '64099999', '78110000', '78899999', NULL, 1652924079),
(71018, '3220', '266.00', '8', '5.001', '10', '64000000', '64099999', '78110000', '78899999', NULL, 1652924080),
(71019, '3298', '215.00', '10', '10.001', '15', '64000000', '64099999', '78110000', '78899999', NULL, 1652924081),
(71020, '3220', '430.00', '8', '10.001', '15', '64000000', '64099999', '78110000', '78899999', NULL, 1652924082),
(71021, '3298', '298.00', '10', '15.001', '20', '64000000', '64099999', '78110000', '78899999', NULL, 1652924084),
(71022, '3220', '595.00', '8', '15.001', '20', '64000000', '64099999', '78110000', '78899999', NULL, 1652924086),
(71023, '3298', '380.00', '10', '20.001', '25', '64000000', '64099999', '78110000', '78899999', NULL, 1652924086),
(71024, '3220', '760.00', '8', '20.001', '25', '64000000', '64099999', '78110000', '78899999', NULL, 1652924087),
(71025, '3298', '463.00', '10', '25.001', '30', '64000000', '64099999', '78110000', '78899999', NULL, 1652924096),
(71026, '3220', '925.00', '8', '25.001', '30', '64000000', '64099999', '78110000', '78899999', NULL, 1652924098),
(71027, '3298', '90.00', '12', '0.3', '5', '64000000', '64099999', '78900000', '78930999', NULL, 1652924100),
(71028, '3220', '183.00', '8', '0.3', '5', '64000000', '64099999', '78900000', '78930999', NULL, 1652924101),
(71029, '3298', '133.00', '12', '5.001', '10', '64000000', '64099999', '78900000', '78930999', NULL, 1652924103),
(71030, '3220', '266.00', '8', '5.001', '10', '64000000', '64099999', '78900000', '78930999', NULL, 1652924104),
(71031, '3298', '215.00', '12', '10.001', '15', '64000000', '64099999', '78900000', '78930999', NULL, 1652924105),
(71032, '3220', '430.00', '8', '10.001', '15', '64000000', '64099999', '78900000', '78930999', NULL, 1652924105),
(71033, '3298', '298.00', '12', '15.001', '20', '64000000', '64099999', '78900000', '78930999', NULL, 1652924111),
(71034, '3220', '595.00', '8', '15.001', '20', '64000000', '64099999', '78900000', '78930999', NULL, 1652924113),
(71035, '3298', '380.00', '12', '20.001', '25', '64000000', '64099999', '78900000', '78930999', NULL, 1652924114),
(71036, '3220', '760.00', '8', '20.001', '25', '64000000', '64099999', '78900000', '78930999', NULL, 1652924115),
(71037, '3298', '463.00', '12', '25.001', '30', '64000000', '64099999', '78900000', '78930999', NULL, 1652924116),
(71038, '3220', '925.00', '8', '25.001', '30', '64000000', '64099999', '78900000', '78930999', NULL, 1652924118),
(71039, '3298', '90.00', '11', '0.3', '5', '64000000', '64099999', '78931000', '78999999', NULL, 1652924121),
(71040, '3220', '183.00', '7', '0.3', '5', '64000000', '64099999', '78931000', '78999999', NULL, 1652924125),
(71041, '3298', '133.00', '11', '5.001', '10', '64000000', '64099999', '78931000', '78999999', NULL, 1652924130),
(71042, '3220', '266.00', '7', '5.001', '10', '64000000', '64099999', '78931000', '78999999', NULL, 1652924131),
(71043, '3298', '215.00', '11', '10.001', '15', '64000000', '64099999', '78931000', '78999999', NULL, 1652924133),
(71044, '3220', '430.00', '7', '10.001', '15', '64000000', '64099999', '78931000', '78999999', NULL, 1652924133),
(71045, '3298', '298.00', '11', '15.001', '20', '64000000', '64099999', '78931000', '78999999', NULL, 1652924138),
(71046, '3220', '595.00', '7', '15.001', '20', '64000000', '64099999', '78931000', '78999999', NULL, 1652924139),
(71047, '3298', '380.00', '11', '20.001', '25', '64000000', '64099999', '78931000', '78999999', NULL, 1652924139),
(71048, '3220', '760.00', '7', '20.001', '25', '64000000', '64099999', '78931000', '78999999', NULL, 1652924143),
(71049, '3298', '463.00', '11', '25.001', '30', '64000000', '64099999', '78931000', '78999999', NULL, 1652924146),
(71050, '3220', '925.00', '7', '25.001', '30', '64000000', '64099999', '78931000', '78999999', NULL, 1652924147),
(71051, '3298', '45.00', '8', '0.3', '5', '64000000', '64099999', '79000000', '79129999', NULL, 1652924148),
(71052, '3220', '137.00', '4', '0.3', '5', '64000000', '64099999', '79000000', '79129999', NULL, 1652924155),
(71053, '3298', '71.00', '8', '5.001', '10', '64000000', '64099999', '79000000', '79129999', NULL, 1652924156),
(71054, '3220', '214.00', '4', '5.001', '10', '64000000', '64099999', '79000000', '79129999', NULL, 1652924157),
(71055, '3298', '116.00', '8', '10.001', '15', '64000000', '64099999', '79000000', '79129999', NULL, 1652924159),
(71056, '3220', '346.00', '4', '10.001', '15', '64000000', '64099999', '79000000', '79129999', NULL, 1652924161),
(71057, '3298', '160.00', '8', '15.001', '20', '64000000', '64099999', '79000000', '79129999', NULL, 1652924162),
(71058, '3220', '479.00', '4', '15.001', '20', '64000000', '64099999', '79000000', '79129999', NULL, 1652924163),
(71059, '3298', '205.00', '8', '20.001', '25', '64000000', '64099999', '79000000', '79129999', NULL, 1652924164),
(71060, '3220', '612.00', '4', '20.001', '25', '64000000', '64099999', '79000000', '79129999', NULL, 1652924167),
(71061, '3298', '249.00', '8', '25.001', '30', '64000000', '64099999', '79000000', '79129999', NULL, 1652924168),
(71062, '3220', '744.00', '4', '25.001', '30', '64000000', '64099999', '79000000', '79129999', NULL, 1652924169),
(71063, '3298', '90.00', '11', '0.3', '5', '64000000', '64099999', '79130000', '79999999', NULL, 1652924171),
(71064, '3220', '183.00', '8', '0.3', '5', '64000000', '64099999', '79130000', '79999999', NULL, 1652924173),
(71065, '3298', '133.00', '11', '5.001', '10', '64000000', '64099999', '79130000', '79999999', NULL, 1652924174),
(71066, '3220', '266.00', '8', '5.001', '10', '64000000', '64099999', '79130000', '79999999', NULL, 1652924175),
(71067, '3298', '215.00', '11', '10.001', '15', '64000000', '64099999', '79130000', '79999999', NULL, 1652924177),
(71068, '3220', '430.00', '8', '10.001', '15', '64000000', '64099999', '79130000', '79999999', NULL, 1652924185),
(71069, '3298', '298.00', '11', '15.001', '20', '64000000', '64099999', '79130000', '79999999', NULL, 1652924186),
(71070, '3220', '595.00', '8', '15.001', '20', '64000000', '64099999', '79130000', '79999999', NULL, 1652924194),
(71071, '3298', '380.00', '11', '20.001', '25', '64000000', '64099999', '79130000', '79999999', NULL, 1652924195),
(71072, '3220', '760.00', '8', '20.001', '25', '64000000', '64099999', '79130000', '79999999', NULL, 1652924196),
(71073, '3298', '463.00', '11', '25.001', '30', '64000000', '64099999', '79130000', '79999999', NULL, 1652924199),
(71074, '3220', '925.00', '8', '25.001', '30', '64000000', '64099999', '79130000', '79999999', NULL, 1652924200),
(71075, '3298', '45.00', '7', '0.3', '5', '64000000', '64099999', '80000000', '82999999', NULL, 1652924203),
(71076, '3220', '137.00', '3', '0.3', '5', '64000000', '64099999', '80000000', '82999999', NULL, 1652924204),
(71077, '3298', '71.00', '7', '5.001', '10', '64000000', '64099999', '80000000', '82999999', NULL, 1652924204),
(71078, '3220', '214.00', '3', '5.001', '10', '64000000', '64099999', '80000000', '82999999', NULL, 1652924205),
(71079, '3298', '116.00', '7', '10.001', '15', '64000000', '64099999', '80000000', '82999999', NULL, 1652924207),
(71080, '3220', '346.00', '3', '10.001', '15', '64000000', '64099999', '80000000', '82999999', NULL, 1652924207),
(71081, '3298', '160.00', '7', '15.001', '20', '64000000', '64099999', '80000000', '82999999', NULL, 1652924208),
(71082, '3220', '479.00', '3', '15.001', '20', '64000000', '64099999', '80000000', '82999999', NULL, 1652924208),
(71083, '3298', '205.00', '7', '20.001', '25', '64000000', '64099999', '80000000', '82999999', NULL, 1652924209),
(71084, '3220', '612.00', '3', '20.001', '25', '64000000', '64099999', '80000000', '82999999', NULL, 1652924210),
(71085, '3298', '249.00', '7', '25.001', '30', '64000000', '64099999', '80000000', '82999999', NULL, 1652924210),
(71086, '3220', '744.00', '3', '25.001', '30', '64000000', '64099999', '80000000', '82999999', NULL, 1652924213),
(71087, '3298', '45.00', '7', '0.3', '5', '64000000', '64099999', '80000000', '83800999', NULL, 1652924216),
(71088, '3220', '137.00', '3', '0.3', '5', '64000000', '64099999', '80000000', '83800999', NULL, 1652924217),
(71089, '3298', '71.00', '7', '5.001', '10', '64000000', '64099999', '80000000', '83800999', NULL, 1652924218),
(71090, '3220', '214.00', '3', '5.001', '10', '64000000', '64099999', '80000000', '83800999', NULL, 1652924218),
(71091, '3298', '116.00', '7', '10.001', '15', '64000000', '64099999', '80000000', '83800999', NULL, 1652924219),
(71092, '3220', '346.00', '3', '10.001', '15', '64000000', '64099999', '80000000', '83800999', NULL, 1652924220),
(71093, '3298', '160.00', '7', '15.001', '20', '64000000', '64099999', '80000000', '83800999', NULL, 1652924220),
(71094, '3220', '479.00', '3', '15.001', '20', '64000000', '64099999', '80000000', '83800999', NULL, 1652924221),
(71095, '3298', '205.00', '7', '20.001', '25', '64000000', '64099999', '80000000', '83800999', NULL, 1652924223),
(71096, '3220', '612.00', '3', '20.001', '25', '64000000', '64099999', '80000000', '83800999', NULL, 1652924226),
(71097, '3298', '249.00', '7', '25.001', '30', '64000000', '64099999', '80000000', '83800999', NULL, 1652924240),
(71098, '3220', '744.00', '3', '25.001', '30', '64000000', '64099999', '80000000', '83800999', NULL, 1652924255),
(71099, '3298', '90.00', '10', '0.3', '5', '64000000', '64099999', '83801000', '87999999', NULL, 1652924255),
(71100, '3220', '183.00', '6', '0.3', '5', '64000000', '64099999', '83801000', '87999999', NULL, 1652924257),
(71101, '3298', '133.00', '10', '5.001', '10', '64000000', '64099999', '83801000', '87999999', NULL, 1652924258),
(71102, '3220', '266.00', '6', '5.001', '10', '64000000', '64099999', '83801000', '87999999', NULL, 1652924259),
(71103, '3298', '215.00', '10', '10.001', '15', '64000000', '64099999', '83801000', '87999999', NULL, 1652924260),
(71104, '3220', '430.00', '6', '10.001', '15', '64000000', '64099999', '83801000', '87999999', NULL, 1652924263),
(71105, '3298', '298.00', '10', '15.001', '20', '64000000', '64099999', '83801000', '87999999', NULL, 1652924264),
(71106, '3220', '595.00', '6', '15.001', '20', '64000000', '64099999', '83801000', '87999999', NULL, 1652924265),
(71107, '3298', '380.00', '10', '20.001', '25', '64000000', '64099999', '83801000', '87999999', NULL, 1652924266),
(71108, '3220', '760.00', '6', '20.001', '25', '64000000', '64099999', '83801000', '87999999', NULL, 1652924268),
(71109, '3298', '463.00', '10', '25.001', '30', '64000000', '64099999', '83801000', '87999999', NULL, 1652924269),
(71110, '3220', '925.00', '6', '25.001', '30', '64000000', '64099999', '83801000', '87999999', NULL, 1652924270),
(71111, '3298', '45.00', '8', '0.3', '5', '64000000', '64099999', '88000000', '82999999', NULL, 1652924271),
(71112, '3220', '137.00', '3', '0.3', '5', '64000000', '64099999', '88000000', '82999999', NULL, 1652924287),
(71113, '3298', '71.00', '8', '5.001', '10', '64000000', '64099999', '88000000', '82999999', NULL, 1652924287),
(71114, '3220', '214.00', '3', '5.001', '10', '64000000', '64099999', '88000000', '82999999', NULL, 1652924290),
(71115, '3298', '116.00', '8', '10.001', '15', '64000000', '64099999', '88000000', '82999999', NULL, 1652924292),
(71116, '3220', '346.00', '3', '10.001', '15', '64000000', '64099999', '88000000', '82999999', NULL, 1652924296),
(71117, '3298', '160.00', '8', '15.001', '20', '64000000', '64099999', '88000000', '82999999', NULL, 1652924297),
(71118, '3220', '479.00', '3', '15.001', '20', '64000000', '64099999', '88000000', '82999999', NULL, 1652924297),
(71119, '3298', '205.00', '8', '20.001', '25', '64000000', '64099999', '88000000', '82999999', NULL, 1652924298),
(71120, '3220', '612.00', '3', '20.001', '25', '64000000', '64099999', '88000000', '82999999', NULL, 1652924302),
(71121, '3298', '249.00', '8', '25.001', '30', '64000000', '64099999', '88000000', '82999999', NULL, 1652924303),
(71122, '3220', '744.00', '3', '25.001', '30', '64000000', '64099999', '88000000', '82999999', NULL, 1652924303),
(71123, '3298', '45.00', '8', '0.3', '5', '64000000', '64099999', '88000000', '88469999', NULL, 1652924304),
(71124, '3220', '137.00', '3', '0.3', '5', '64000000', '64099999', '88000000', '88469999', NULL, 1652924304),
(71125, '3298', '71.00', '8', '5.001', '10', '64000000', '64099999', '88000000', '88469999', NULL, 1652924309),
(71126, '3220', '214.00', '3', '5.001', '10', '64000000', '64099999', '88000000', '88469999', NULL, 1652924310),
(71127, '3298', '116.00', '8', '10.001', '15', '64000000', '64099999', '88000000', '88469999', NULL, 1652924311),
(71128, '3220', '346.00', '3', '10.001', '15', '64000000', '64099999', '88000000', '88469999', NULL, 1652924315),
(71129, '3298', '160.00', '8', '15.001', '20', '64000000', '64099999', '88000000', '88469999', NULL, 1652924316),
(71130, '3220', '479.00', '3', '15.001', '20', '64000000', '64099999', '88000000', '88469999', NULL, 1652924317),
(71131, '3298', '205.00', '8', '20.001', '25', '64000000', '64099999', '88000000', '88469999', NULL, 1652924317),
(71132, '3220', '612.00', '3', '20.001', '25', '64000000', '64099999', '88000000', '88469999', NULL, 1652924318),
(71133, '3298', '249.00', '8', '25.001', '30', '64000000', '64099999', '88000000', '88469999', NULL, 1652924319),
(71134, '3220', '744.00', '3', '25.001', '30', '64000000', '64099999', '88000000', '88469999', NULL, 1652924319),
(71135, '3298', '78.00', '8', '0.3', '5', '64000000', '64099999', '88470000', '89999999', NULL, 1652924320),
(71136, '3220', '154.00', '4', '0.3', '5', '64000000', '64099999', '88470000', '89999999', NULL, 1652924321),
(71137, '3298', '114.00', '8', '5.001', '10', '64000000', '64099999', '88470000', '89999999', NULL, 1652924321),
(71138, '3220', '223.00', '4', '5.001', '10', '64000000', '64099999', '88470000', '89999999', NULL, 1652924322),
(71139, '3298', '185.00', '8', '10.001', '15', '64000000', '64099999', '88470000', '89999999', NULL, 1652924325),
(71140, '3220', '361.00', '4', '10.001', '15', '64000000', '64099999', '88470000', '89999999', NULL, 1652924326),
(71141, '3298', '256.00', '8', '15.001', '20', '64000000', '64099999', '88470000', '89999999', NULL, 1652924327),
(71142, '3220', '500.00', '4', '15.001', '20', '64000000', '64099999', '88470000', '89999999', NULL, 1652924327),
(71143, '3298', '327.00', '8', '20.001', '25', '64000000', '64099999', '88470000', '89999999', NULL, 1652924329),
(71144, '3220', '638.00', '4', '20.001', '25', '64000000', '64099999', '88470000', '89999999', NULL, 1652924330),
(71145, '3298', '398.00', '8', '25.001', '30', '64000000', '64099999', '88470000', '89999999', NULL, 1652924341),
(71146, '3220', '777.00', '4', '25.001', '30', '64000000', '64099999', '88470000', '89999999', NULL, 1652924348),
(71147, '3298', '45.00', '8', '0.3', '5', '64000000', '64099999', '90000000', '91999999', NULL, 1652924349),
(71148, '3220', '137.00', '3', '0.3', '5', '64000000', '64099999', '90000000', '91999999', NULL, 1652924350),
(71149, '3298', '71.00', '8', '5.001', '10', '64000000', '64099999', '90000000', '91999999', NULL, 1652924355),
(71150, '3220', '214.00', '3', '5.001', '10', '64000000', '64099999', '90000000', '91999999', NULL, 1652924356),
(71151, '3298', '116.00', '8', '10.001', '15', '64000000', '64099999', '90000000', '91999999', NULL, 1652924356),
(71152, '3220', '346.00', '3', '10.001', '15', '64000000', '64099999', '90000000', '91999999', NULL, 1652924363),
(71153, '3298', '160.00', '8', '15.001', '20', '64000000', '64099999', '90000000', '91999999', NULL, 1652924364),
(71154, '3220', '479.00', '3', '15.001', '20', '64000000', '64099999', '90000000', '91999999', NULL, 1652924364),
(71155, '3298', '205.00', '8', '20.001', '25', '64000000', '64099999', '90000000', '91999999', NULL, 1652924365),
(71156, '3220', '612.00', '3', '20.001', '25', '64000000', '64099999', '90000000', '91999999', NULL, 1652924366),
(71157, '3298', '249.00', '8', '25.001', '30', '64000000', '64099999', '90000000', '91999999', NULL, 1652924366),
(71158, '3220', '744.00', '3', '25.001', '30', '64000000', '64099999', '90000000', '91999999', NULL, 1652924366),
(71159, '3298', '45.00', '8', '0.3', '5', '64000000', '64099999', '90000000', '94900999', NULL, 1652924367),
(71160, '3220', '137.00', '4', '0.3', '5', '64000000', '64099999', '90000000', '94900999', NULL, 1652924368),
(71161, '3298', '71.00', '8', '5.001', '10', '64000000', '64099999', '90000000', '94900999', NULL, 1652924368),
(71162, '3220', '214.00', '4', '5.001', '10', '64000000', '64099999', '90000000', '94900999', NULL, 1652924369),
(71163, '3298', '116.00', '8', '10.001', '15', '64000000', '64099999', '90000000', '94900999', NULL, 1652924370),
(71164, '3220', '346.00', '4', '10.001', '15', '64000000', '64099999', '90000000', '94900999', NULL, 1652924374),
(71165, '3298', '160.00', '8', '15.001', '20', '64000000', '64099999', '90000000', '94900999', NULL, 1652924375),
(71166, '3220', '479.00', '4', '15.001', '20', '64000000', '64099999', '90000000', '94900999', NULL, 1652924376),
(71167, '3298', '205.00', '8', '20.001', '25', '64000000', '64099999', '90000000', '94900999', NULL, 1652924376),
(71168, '3220', '612.00', '4', '20.001', '25', '64000000', '64099999', '90000000', '94900999', NULL, 1652924377),
(71169, '3298', '249.00', '8', '25.001', '30', '64000000', '64099999', '90000000', '94900999', NULL, 1652924378),
(71170, '3220', '744.00', '4', '25.001', '30', '64000000', '64099999', '90000000', '94900999', NULL, 1652924379),
(71171, '3298', '90.00', '12', '0.3', '5', '64000000', '64099999', '94901000', '99999999', NULL, 1652924379),
(71172, '3220', '183.00', '8', '0.3', '5', '64000000', '64099999', '94901000', '99999999', NULL, 1652924384),
(71173, '3298', '133.00', '12', '5.001', '10', '64000000', '64099999', '94901000', '99999999', NULL, 1652924388),
(71174, '3220', '266.00', '8', '5.001', '10', '64000000', '64099999', '94901000', '99999999', NULL, 1652924390),
(71175, '3298', '215.00', '12', '10.001', '15', '64000000', '64099999', '94901000', '99999999', NULL, 1652924391),
(71176, '3220', '430.00', '8', '10.001', '15', '64000000', '64099999', '94901000', '99999999', NULL, 1652924391),
(71177, '3298', '298.00', '12', '15.001', '20', '64000000', '64099999', '94901000', '99999999', NULL, 1652924400),
(71178, '3220', '595.00', '8', '15.001', '20', '64000000', '64099999', '94901000', '99999999', NULL, 1652924402),
(71179, '3298', '380.00', '12', '20.001', '25', '64000000', '64099999', '94901000', '99999999', NULL, 1652924403),
(71180, '3220', '760.00', '8', '20.001', '25', '64000000', '64099999', '94901000', '99999999', NULL, 1652924403),
(71181, '3298', '463.00', '12', '25.001', '30', '64000000', '64099999', '94901000', '99999999', NULL, 1652924403),
(71182, '3220', '925.00', '8', '25.001', '30', '64000000', '64099999', '94901000', '99999999', NULL, 1652924408),
(71183, '3298', '90.00', '11', '0.3', '5', '64100000', '64999999', '01000000', '08499999', NULL, 1652924409),
(71184, '3220', '183.00', '7', '0.3', '5', '64100000', '64999999', '01000000', '08499999', NULL, 1652924410),
(71185, '3298', '133.00', '11', '5.001', '10', '64100000', '64999999', '01000000', '08499999', NULL, 1652924411),
(71186, '3220', '266.00', '7', '5.001', '10', '64100000', '64999999', '01000000', '08499999', NULL, 1652924413),
(71187, '3298', '215.00', '11', '10.001', '15', '64100000', '64999999', '01000000', '08499999', NULL, 1652924415),
(71188, '3220', '430.00', '7', '10.001', '15', '64100000', '64999999', '01000000', '08499999', NULL, 1652924417),
(71189, '3298', '298.00', '11', '15.001', '20', '64100000', '64999999', '01000000', '08499999', NULL, 1652924417),
(71190, '3220', '595.00', '7', '15.001', '20', '64100000', '64999999', '01000000', '08499999', NULL, 1652924418),
(71191, '3298', '380.00', '11', '20.001', '25', '64100000', '64999999', '01000000', '08499999', NULL, 1652924419),
(71192, '3220', '760.00', '7', '20.001', '25', '64100000', '64999999', '01000000', '08499999', NULL, 1652924428),
(71193, '3298', '463.00', '11', '25.001', '30', '64100000', '64999999', '01000000', '08499999', NULL, 1652924429),
(71194, '3220', '925.00', '7', '25.001', '30', '64100000', '64999999', '01000000', '08499999', NULL, 1652924430),
(71195, '3298', '90.00', '11', '0.3', '5', '64100000', '64999999', '06000000', '09999999', NULL, 1652924433),
(71196, '3220', '183.00', '7', '0.3', '5', '64100000', '64999999', '06000000', '09999999', NULL, 1652924433),
(71197, '3298', '133.00', '11', '5.001', '10', '64100000', '64999999', '06000000', '09999999', NULL, 1652924434),
(71198, '3220', '266.00', '7', '5.001', '10', '64100000', '64999999', '06000000', '09999999', NULL, 1652924435),
(71199, '3298', '215.00', '11', '10.001', '15', '64100000', '64999999', '06000000', '09999999', NULL, 1652924435),
(71200, '3220', '430.00', '7', '10.001', '15', '64100000', '64999999', '06000000', '09999999', NULL, 1652924446),
(71201, '3298', '298.00', '11', '15.001', '20', '64100000', '64999999', '06000000', '09999999', NULL, 1652924456),
(71202, '3220', '595.00', '7', '15.001', '20', '64100000', '64999999', '06000000', '09999999', NULL, 1652924457),
(71203, '3298', '380.00', '11', '20.001', '25', '64100000', '64999999', '06000000', '09999999', NULL, 1652924458),
(71204, '3220', '760.00', '7', '20.001', '25', '64100000', '64999999', '06000000', '09999999', NULL, 1652924459),
(71205, '3298', '463.00', '11', '25.001', '30', '64100000', '64999999', '06000000', '09999999', NULL, 1652924460),
(71206, '3220', '925.00', '7', '25.001', '30', '64100000', '64999999', '06000000', '09999999', NULL, 1652924461),
(71207, '3298', '90.00', '12', '0.3', '5', '64100000', '64999999', '11000000', '11999999', NULL, 1652924462),
(71208, '3220', '183.00', '8', '0.3', '5', '64100000', '64999999', '11000000', '11999999', NULL, 1652924463),
(71209, '3298', '133.00', '12', '5.001', '10', '64100000', '64999999', '11000000', '11999999', NULL, 1652924464),
(71210, '3220', '266.00', '8', '5.001', '10', '64100000', '64999999', '11000000', '11999999', NULL, 1652924465),
(71211, '3298', '215.00', '12', '10.001', '15', '64100000', '64999999', '11000000', '11999999', NULL, 1652924465),
(71212, '3220', '430.00', '8', '10.001', '15', '64100000', '64999999', '11000000', '11999999', NULL, 1652924466),
(71213, '3298', '298.00', '12', '15.001', '20', '64100000', '64999999', '11000000', '11999999', NULL, 1652924477),
(71214, '3220', '595.00', '8', '15.001', '20', '64100000', '64999999', '11000000', '11999999', NULL, 1652924478),
(71215, '3298', '380.00', '12', '20.001', '25', '64100000', '64999999', '11000000', '11999999', NULL, 1652924479),
(71216, '3220', '760.00', '8', '20.001', '25', '64100000', '64999999', '11000000', '11999999', NULL, 1652924480),
(71217, '3298', '463.00', '12', '25.001', '30', '64100000', '64999999', '11000000', '11999999', NULL, 1652924480),
(71218, '3220', '925.00', '8', '25.001', '30', '64100000', '64999999', '11000000', '11999999', NULL, 1652924481),
(71219, '3298', '90.00', '12', '0.3', '5', '64100000', '64999999', '12000000', '19999999', NULL, 1652924482),
(71220, '3220', '183.00', '8', '0.3', '5', '64100000', '64999999', '12000000', '19999999', NULL, 1652924483),
(71221, '3298', '133.00', '12', '5.001', '10', '64100000', '64999999', '12000000', '19999999', NULL, 1652924484),
(71222, '3220', '266.00', '8', '5.001', '10', '64100000', '64999999', '12000000', '19999999', NULL, 1652924484),
(71223, '3298', '215.00', '12', '10.001', '15', '64100000', '64999999', '12000000', '19999999', NULL, 1652924485),
(71224, '3220', '430.00', '8', '10.001', '15', '64100000', '64999999', '12000000', '19999999', NULL, 1652924486),
(71225, '3298', '298.00', '12', '15.001', '20', '64100000', '64999999', '12000000', '19999999', NULL, 1652924488),
(71226, '3220', '595.00', '8', '15.001', '20', '64100000', '64999999', '12000000', '19999999', NULL, 1652924489),
(71227, '3298', '380.00', '12', '20.001', '25', '64100000', '64999999', '12000000', '19999999', NULL, 1652924489),
(71228, '3220', '760.00', '8', '20.001', '25', '64100000', '64999999', '12000000', '19999999', NULL, 1652924491),
(71229, '3298', '463.00', '12', '25.001', '30', '64100000', '64999999', '12000000', '19999999', NULL, 1652924492),
(71230, '3220', '925.00', '8', '25.001', '30', '64100000', '64999999', '12000000', '19999999', NULL, 1652924492),
(71231, '3298', '90.00', '13', '0.3', '5', '64100000', '64999999', '26601000', '28999999', NULL, 1652924539),
(71232, '3220', '183.00', '9', '0.3', '5', '64100000', '64999999', '26601000', '28999999', NULL, 1652924540),
(71233, '3298', '133.00', '13', '5.001', '10', '64100000', '64999999', '26601000', '28999999', NULL, 1652924540),
(71234, '3220', '266.00', '9', '5.001', '10', '64100000', '64999999', '26601000', '28999999', NULL, 1652924542),
(71235, '3298', '215.00', '13', '10.001', '15', '64100000', '64999999', '26601000', '28999999', NULL, 1652924542),
(71236, '3220', '430.00', '9', '10.001', '15', '64100000', '64999999', '26601000', '28999999', NULL, 1652924544),
(71237, '3298', '298.00', '13', '15.001', '20', '64100000', '64999999', '26601000', '28999999', NULL, 1652924545),
(71238, '3220', '595.00', '9', '15.001', '20', '64100000', '64999999', '26601000', '28999999', NULL, 1652924546),
(71239, '3298', '380.00', '13', '20.001', '25', '64100000', '64999999', '26601000', '28999999', NULL, 1652924547),
(71240, '3220', '760.00', '9', '20.001', '25', '64100000', '64999999', '26601000', '28999999', NULL, 1652924548),
(71241, '3298', '463.00', '13', '25.001', '30', '64100000', '64999999', '26601000', '28999999', NULL, 1652924548),
(71242, '3220', '925.00', '9', '25.001', '30', '64100000', '64999999', '26601000', '28999999', NULL, 1652924549),
(71243, '3298', '90.00', '11', '0.3', '5', '64100000', '64999999', '29000000', '29099999', NULL, 1652924550),
(71244, '3220', '183.00', '7', '0.3', '5', '64100000', '64999999', '29000000', '29099999', NULL, 1652924551),
(71245, '3298', '133.00', '11', '5.001', '10', '64100000', '64999999', '29000000', '29099999', NULL, 1652924551),
(71246, '3220', '266.00', '7', '5.001', '10', '64100000', '64999999', '29000000', '29099999', NULL, 1652924552),
(71247, '3298', '215.00', '11', '10.001', '15', '64100000', '64999999', '29000000', '29099999', NULL, 1652924563),
(71248, '3220', '430.00', '7', '10.001', '15', '64100000', '64999999', '29000000', '29099999', NULL, 1652924564),
(71249, '3298', '298.00', '11', '15.001', '20', '64100000', '64999999', '29000000', '29099999', NULL, 1652924566),
(71250, '3220', '595.00', '7', '15.001', '20', '64100000', '64999999', '29000000', '29099999', NULL, 1652924567),
(71251, '3298', '380.00', '11', '20.001', '25', '64100000', '64999999', '29000000', '29099999', NULL, 1652924568),
(71252, '3220', '760.00', '7', '20.001', '25', '64100000', '64999999', '29000000', '29099999', NULL, 1652924570),
(71253, '3298', '463.00', '11', '25.001', '30', '64100000', '64999999', '29000000', '29099999', NULL, 1652924571),
(71254, '3220', '925.00', '7', '25.001', '30', '64100000', '64999999', '29000000', '29099999', NULL, 1652924573),
(71255, '3298', '90.00', '13', '0.3', '5', '64100000', '64999999', '29100000', '29999999', NULL, 1652924574),
(71256, '3220', '183.00', '9', '0.3', '5', '64100000', '64999999', '29100000', '29999999', NULL, 1652924575),
(71257, '3298', '133.00', '13', '5.001', '10', '64100000', '64999999', '29100000', '29999999', NULL, 1652924575),
(71258, '3220', '266.00', '9', '5.001', '10', '64100000', '64999999', '29100000', '29999999', NULL, 1652924576),
(71259, '3298', '215.00', '13', '10.001', '15', '64100000', '64999999', '29100000', '29999999', NULL, 1652924578),
(71260, '3220', '430.00', '9', '10.001', '15', '64100000', '64999999', '29100000', '29999999', NULL, 1652924579),
(71261, '3298', '298.00', '13', '15.001', '20', '64100000', '64999999', '29100000', '29999999', NULL, 1652924580),
(71262, '3220', '595.00', '9', '15.001', '20', '64100000', '64999999', '29100000', '29999999', NULL, 1652924581),
(71263, '3298', '380.00', '13', '20.001', '25', '64100000', '64999999', '29100000', '29999999', NULL, 1652924582),
(71264, '3220', '760.00', '9', '20.001', '25', '64100000', '64999999', '29100000', '29999999', NULL, 1652924584),
(71265, '3298', '463.00', '13', '25.001', '30', '64100000', '64999999', '29100000', '29999999', NULL, 1652924584),
(71266, '3220', '925.00', '9', '25.001', '30', '64100000', '64999999', '29100000', '29999999', NULL, 1652924585),
(71267, '3298', '90.00', '9', '0.3', '5', '64100000', '64999999', '30000000', '31999999', NULL, 1652924586),
(71268, '3220', '183.00', '7', '0.3', '5', '64100000', '64999999', '30000000', '31999999', NULL, 1652924587),
(71269, '3298', '133.00', '9', '5.001', '10', '64100000', '64999999', '30000000', '31999999', NULL, 1652924587),
(71270, '3220', '266.00', '7', '5.001', '10', '64100000', '64999999', '30000000', '31999999', NULL, 1652924588),
(71271, '3298', '215.00', '9', '10.001', '15', '64100000', '64999999', '30000000', '31999999', NULL, 1652924588),
(71272, '3220', '430.00', '7', '10.001', '15', '64100000', '64999999', '30000000', '31999999', NULL, 1652924591),
(71273, '3298', '298.00', '9', '15.001', '20', '64100000', '64999999', '30000000', '31999999', NULL, 1652924592),
(71274, '3220', '595.00', '7', '15.001', '20', '64100000', '64999999', '30000000', '31999999', NULL, 1652924593),
(71275, '3298', '380.00', '9', '20.001', '25', '64100000', '64999999', '30000000', '31999999', NULL, 1652924594),
(71276, '3220', '760.00', '7', '20.001', '25', '64100000', '64999999', '30000000', '31999999', NULL, 1652924596),
(71277, '3298', '463.00', '9', '25.001', '30', '64100000', '64999999', '30000000', '31999999', NULL, 1652924597),
(71278, '3220', '925.00', '7', '25.001', '30', '64100000', '64999999', '30000000', '31999999', NULL, 1652924597),
(71279, '3298', '90.00', '9', '0.3', '5', '64100000', '64999999', '30000000', '34999999', NULL, 1652924598),
(71280, '3220', '183.00', '7', '0.3', '5', '64100000', '64999999', '30000000', '34999999', NULL, 1652924599),
(71281, '3298', '133.00', '9', '5.001', '10', '64100000', '64999999', '30000000', '34999999', NULL, 1652924600),
(71282, '3220', '266.00', '7', '5.001', '10', '64100000', '64999999', '30000000', '34999999', NULL, 1652924600),
(71283, '3298', '215.00', '9', '10.001', '15', '64100000', '64999999', '30000000', '34999999', NULL, 1652924613),
(71284, '3220', '430.00', '7', '10.001', '15', '64100000', '64999999', '30000000', '34999999', NULL, 1652924613),
(71285, '3298', '298.00', '9', '15.001', '20', '64100000', '64999999', '30000000', '34999999', NULL, 1652924615),
(71286, '3220', '595.00', '7', '15.001', '20', '64100000', '64999999', '30000000', '34999999', NULL, 1652924615),
(71287, '3298', '380.00', '9', '20.001', '25', '64100000', '64999999', '30000000', '34999999', NULL, 1652924618),
(71288, '3220', '760.00', '7', '20.001', '25', '64100000', '64999999', '30000000', '34999999', NULL, 1652924620),
(71289, '3298', '463.00', '9', '25.001', '30', '64100000', '64999999', '30000000', '34999999', NULL, 1652924621),
(71290, '3220', '925.00', '7', '25.001', '30', '64100000', '64999999', '30000000', '34999999', NULL, 1652924622),
(71291, '3298', '90.00', '11', '0.3', '5', '64100000', '64999999', '35000000', '39999999', NULL, 1652924623),
(71292, '3220', '183.00', '9', '0.3', '5', '64100000', '64999999', '35000000', '39999999', NULL, 1652924624),
(71293, '3298', '133.00', '11', '5.001', '10', '64100000', '64999999', '35000000', '39999999', NULL, 1652924624),
(71294, '3220', '266.00', '9', '5.001', '10', '64100000', '64999999', '35000000', '39999999', NULL, 1652924625),
(71295, '3298', '215.00', '11', '10.001', '15', '64100000', '64999999', '35000000', '39999999', NULL, 1652924626),
(71296, '3220', '430.00', '9', '10.001', '15', '64100000', '64999999', '35000000', '39999999', NULL, 1652924627);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(71297, '3298', '298.00', '11', '15.001', '20', '64100000', '64999999', '35000000', '39999999', NULL, 1652924628),
(71298, '3220', '595.00', '9', '15.001', '20', '64100000', '64999999', '35000000', '39999999', NULL, 1652924629),
(71299, '3298', '380.00', '11', '20.001', '25', '64100000', '64999999', '35000000', '39999999', NULL, 1652924629),
(71300, '3220', '760.00', '9', '20.001', '25', '64100000', '64999999', '35000000', '39999999', NULL, 1652924630),
(71301, '3298', '463.00', '11', '25.001', '30', '64100000', '64999999', '35000000', '39999999', NULL, 1652924631),
(71302, '3220', '925.00', '9', '25.001', '30', '64100000', '64999999', '35000000', '39999999', NULL, 1652924644),
(71303, '3298', '70.00', '8', '0.3', '5', '64100000', '64999999', '40000000', '41999999', NULL, 1652924645),
(71304, '3220', '157.00', '7', '0.3', '5', '64100000', '64999999', '40000000', '41999999', NULL, 1652924646),
(71305, '3298', '106.00', '8', '5.001', '10', '64100000', '64999999', '40000000', '41999999', NULL, 1652924647),
(71306, '3220', '226.00', '7', '5.001', '10', '64100000', '64999999', '40000000', '41999999', NULL, 1652924648),
(71307, '3298', '172.00', '8', '10.001', '15', '64100000', '64999999', '40000000', '41999999', NULL, 1652924649),
(71308, '3220', '367.00', '7', '10.001', '15', '64100000', '64999999', '40000000', '41999999', NULL, 1652924649),
(71309, '3298', '239.00', '8', '15.001', '20', '64100000', '64999999', '40000000', '41999999', NULL, 1652924651),
(71310, '3220', '508.00', '7', '15.001', '20', '64100000', '64999999', '40000000', '41999999', NULL, 1652924652),
(71311, '3298', '305.00', '8', '20.001', '25', '64100000', '64999999', '40000000', '41999999', NULL, 1652924653),
(71312, '3220', '649.00', '7', '20.001', '25', '64100000', '64999999', '40000000', '41999999', NULL, 1652924654),
(71313, '3298', '371.00', '8', '25.001', '30', '64100000', '64999999', '40000000', '41999999', NULL, 1652924655),
(71314, '3220', '789.00', '7', '25.001', '30', '64100000', '64999999', '40000000', '41999999', NULL, 1652924656),
(71315, '3298', '70.00', '8', '0.3', '5', '64100000', '64999999', '40000000', '44470999', NULL, 1652924657),
(71316, '3220', '157.00', '7', '0.3', '5', '64100000', '64999999', '40000000', '44470999', NULL, 1652924659),
(71317, '3298', '106.00', '8', '5.001', '10', '64100000', '64999999', '40000000', '44470999', NULL, 1652924659),
(71318, '3220', '226.00', '7', '5.001', '10', '64100000', '64999999', '40000000', '44470999', NULL, 1652924660),
(71319, '3298', '172.00', '8', '10.001', '15', '64100000', '64999999', '40000000', '44470999', NULL, 1652924661),
(71320, '3220', '367.00', '7', '10.001', '15', '64100000', '64999999', '40000000', '44470999', NULL, 1652924662),
(71321, '3298', '239.00', '8', '15.001', '20', '64100000', '64999999', '40000000', '44470999', NULL, 1652924663),
(71322, '3220', '508.00', '7', '15.001', '20', '64100000', '64999999', '40000000', '44470999', NULL, 1652924664),
(71323, '3298', '305.00', '8', '20.001', '25', '64100000', '64999999', '40000000', '44470999', NULL, 1652924669),
(71324, '3220', '649.00', '7', '20.001', '25', '64100000', '64999999', '40000000', '44470999', NULL, 1652924671),
(71325, '3298', '371.00', '8', '25.001', '30', '64100000', '64999999', '40000000', '44470999', NULL, 1652924672),
(71326, '3220', '789.00', '7', '25.001', '30', '64100000', '64999999', '40000000', '44470999', NULL, 1652924673),
(71327, '3298', '70.00', '10', '0.3', '5', '64100000', '64999999', '44471000', '48999999', NULL, 1652924674),
(71328, '3220', '157.00', '9', '0.3', '5', '64100000', '64999999', '44471000', '48999999', NULL, 1652924676),
(71329, '3298', '106.00', '10', '5.001', '10', '64100000', '64999999', '44471000', '48999999', NULL, 1652924676),
(71330, '3220', '226.00', '9', '5.001', '10', '64100000', '64999999', '44471000', '48999999', NULL, 1652924678),
(71331, '3298', '172.00', '10', '10.001', '15', '64100000', '64999999', '44471000', '48999999', NULL, 1652924688),
(71332, '3220', '367.00', '9', '10.001', '15', '64100000', '64999999', '44471000', '48999999', NULL, 1652924698),
(71333, '3298', '239.00', '10', '15.001', '20', '64100000', '64999999', '44471000', '48999999', NULL, 1652924702),
(71334, '3220', '508.00', '9', '15.001', '20', '64100000', '64999999', '44471000', '48999999', NULL, 1652924703),
(71335, '3298', '305.00', '10', '20.001', '25', '64100000', '64999999', '44471000', '48999999', NULL, 1652924704),
(71336, '3220', '649.00', '9', '20.001', '25', '64100000', '64999999', '44471000', '48999999', NULL, 1652924705),
(71337, '3298', '371.00', '10', '25.001', '30', '64100000', '64999999', '44471000', '48999999', NULL, 1652924709),
(71338, '3220', '789.00', '9', '25.001', '30', '64100000', '64999999', '44471000', '48999999', NULL, 1652924714),
(71339, '3298', '90.00', '11', '0.3', '5', '64100000', '64999999', '49000000', '49099999', NULL, 1652924718),
(71340, '3220', '183.00', '8', '0.3', '5', '64100000', '64999999', '49000000', '49099999', NULL, 1652924720),
(71341, '3298', '133.00', '11', '5.001', '10', '64100000', '64999999', '49000000', '49099999', NULL, 1652924721),
(71342, '3220', '266.00', '8', '5.001', '10', '64100000', '64999999', '49000000', '49099999', NULL, 1652924721),
(71343, '3298', '215.00', '11', '10.001', '15', '64100000', '64999999', '49000000', '49099999', NULL, 1652924722),
(71344, '3220', '430.00', '8', '10.001', '15', '64100000', '64999999', '49000000', '49099999', NULL, 1652924726),
(71345, '3298', '298.00', '11', '15.001', '20', '64100000', '64999999', '49000000', '49099999', NULL, 1652924727),
(71346, '3220', '595.00', '8', '15.001', '20', '64100000', '64999999', '49000000', '49099999', NULL, 1652924728),
(71347, '3298', '380.00', '11', '20.001', '25', '64100000', '64999999', '49000000', '49099999', NULL, 1652924728),
(71348, '3220', '760.00', '8', '20.001', '25', '64100000', '64999999', '49000000', '49099999', NULL, 1652924730),
(71349, '3298', '463.00', '11', '25.001', '30', '64100000', '64999999', '49000000', '49099999', NULL, 1652924732),
(71350, '3220', '925.00', '8', '25.001', '30', '64100000', '64999999', '49000000', '49099999', NULL, 1652924734),
(71351, '3298', '90.00', '13', '0.3', '5', '64100000', '64999999', '49100000', '49999999', NULL, 1652924736),
(71352, '3220', '183.00', '10', '0.3', '5', '64100000', '64999999', '49100000', '49999999', NULL, 1652924738),
(71353, '3298', '133.00', '13', '5.001', '10', '64100000', '64999999', '49100000', '49999999', NULL, 1652924739),
(71354, '3220', '266.00', '10', '5.001', '10', '64100000', '64999999', '49100000', '49999999', NULL, 1652924739),
(71355, '3298', '215.00', '13', '10.001', '15', '64100000', '64999999', '49100000', '49999999', NULL, 1652924740),
(71356, '3220', '430.00', '10', '10.001', '15', '64100000', '64999999', '49100000', '49999999', NULL, 1652924741),
(71357, '3298', '298.00', '13', '15.001', '20', '64100000', '64999999', '49100000', '49999999', NULL, 1652924742),
(71358, '3220', '595.00', '10', '15.001', '20', '64100000', '64999999', '49100000', '49999999', NULL, 1652924743),
(71359, '3298', '380.00', '13', '20.001', '25', '64100000', '64999999', '49100000', '49999999', NULL, 1652924749),
(71360, '3220', '760.00', '10', '20.001', '25', '64100000', '64999999', '49100000', '49999999', NULL, 1652924749),
(71361, '3298', '463.00', '13', '25.001', '30', '64100000', '64999999', '49100000', '49999999', NULL, 1652924750),
(71362, '3220', '925.00', '10', '25.001', '30', '64100000', '64999999', '49100000', '49999999', NULL, 1652924751),
(71363, '3298', '50.00', '9', '0.3', '5', '64100000', '64999999', '50000000', '52999999', NULL, 1652924751),
(71364, '3220', '124.00', '7', '0.3', '5', '64100000', '64999999', '50000000', '52999999', NULL, 1652924752),
(71365, '3298', '83.00', '9', '5.001', '10', '64100000', '64999999', '50000000', '52999999', NULL, 1652924754),
(71366, '3220', '175.00', '7', '5.001', '10', '64100000', '64999999', '50000000', '52999999', NULL, 1652924759),
(71367, '3298', '135.00', '9', '10.001', '15', '64100000', '64999999', '50000000', '52999999', NULL, 1652924764),
(71368, '3220', '283.00', '7', '10.001', '15', '64100000', '64999999', '50000000', '52999999', NULL, 1652924765),
(71369, '3298', '186.00', '9', '15.001', '20', '64100000', '64999999', '50000000', '52999999', NULL, 1652924768),
(71370, '3220', '392.00', '7', '15.001', '20', '64100000', '64999999', '50000000', '52999999', NULL, 1652924772),
(71371, '3298', '238.00', '9', '20.001', '25', '64100000', '64999999', '50000000', '52999999', NULL, 1652924773),
(71372, '3220', '500.00', '7', '20.001', '25', '64100000', '64999999', '50000000', '52999999', NULL, 1652924774),
(71373, '3298', '290.00', '9', '25.001', '30', '64100000', '64999999', '50000000', '52999999', NULL, 1652924774),
(71374, '3220', '609.00', '7', '25.001', '30', '64100000', '64999999', '50000000', '52999999', NULL, 1652924775),
(71375, '3298', '50.00', '9', '0.3', '5', '64100000', '64999999', '50000000', '54999999', NULL, 1652924776),
(71376, '3220', '124.00', '7', '0.3', '5', '64100000', '64999999', '50000000', '54999999', NULL, 1652924776),
(71377, '3298', '83.00', '9', '5.001', '10', '64100000', '64999999', '50000000', '54999999', NULL, 1652924778),
(71378, '3220', '175.00', '7', '5.001', '10', '64100000', '64999999', '50000000', '54999999', NULL, 1652924782),
(71379, '3298', '135.00', '9', '10.001', '15', '64100000', '64999999', '50000000', '54999999', NULL, 1652924785),
(71380, '3220', '283.00', '7', '10.001', '15', '64100000', '64999999', '50000000', '54999999', NULL, 1652924789),
(71381, '3298', '186.00', '9', '15.001', '20', '64100000', '64999999', '50000000', '54999999', NULL, 1652924790),
(71382, '3220', '392.00', '7', '15.001', '20', '64100000', '64999999', '50000000', '54999999', NULL, 1652924792),
(71383, '3298', '238.00', '9', '20.001', '25', '64100000', '64999999', '50000000', '54999999', NULL, 1652924793),
(71384, '3220', '500.00', '7', '20.001', '25', '64100000', '64999999', '50000000', '54999999', NULL, 1652924794),
(71385, '3298', '290.00', '9', '25.001', '30', '64100000', '64999999', '50000000', '54999999', NULL, 1652924795),
(71386, '3220', '609.00', '7', '25.001', '30', '64100000', '64999999', '50000000', '54999999', NULL, 1652924796),
(71387, '3298', '50.00', '13', '0.3', '5', '64100000', '64999999', '55000000', '56999999', NULL, 1652924796),
(71388, '3220', '124.00', '11', '0.3', '5', '64100000', '64999999', '55000000', '56999999', NULL, 1652924797),
(71389, '3298', '83.00', '13', '5.001', '10', '64100000', '64999999', '55000000', '56999999', NULL, 1652924798),
(71390, '3220', '175.00', '11', '5.001', '10', '64100000', '64999999', '55000000', '56999999', NULL, 1652924801),
(71391, '3298', '135.00', '13', '10.001', '15', '64100000', '64999999', '55000000', '56999999', NULL, 1652924802),
(71392, '3220', '283.00', '11', '10.001', '15', '64100000', '64999999', '55000000', '56999999', NULL, 1652924804),
(71393, '3298', '186.00', '13', '15.001', '20', '64100000', '64999999', '55000000', '56999999', NULL, 1652924808),
(71394, '3220', '392.00', '11', '15.001', '20', '64100000', '64999999', '55000000', '56999999', NULL, 1652924808),
(71395, '3298', '238.00', '13', '20.001', '25', '64100000', '64999999', '55000000', '56999999', NULL, 1652924809),
(71396, '3220', '500.00', '11', '20.001', '25', '64100000', '64999999', '55000000', '56999999', NULL, 1652924809),
(71397, '3298', '290.00', '13', '25.001', '30', '64100000', '64999999', '55000000', '56999999', NULL, 1652924810),
(71398, '3220', '609.00', '11', '25.001', '30', '64100000', '64999999', '55000000', '56999999', NULL, 1652924812),
(71399, '3298', '50.00', '10', '0.3', '5', '64100000', '64999999', '57000000', '57099999', NULL, 1652924816),
(71400, '3220', '124.00', '8', '0.3', '5', '64100000', '64999999', '57000000', '57099999', NULL, 1652924819),
(71401, '3298', '83.00', '10', '5.001', '10', '64100000', '64999999', '57000000', '57099999', NULL, 1652924820),
(71402, '3220', '175.00', '8', '5.001', '10', '64100000', '64999999', '57000000', '57099999', NULL, 1652924820),
(71403, '3298', '135.00', '10', '10.001', '15', '64100000', '64999999', '57000000', '57099999', NULL, 1652924824),
(71404, '3220', '283.00', '8', '10.001', '15', '64100000', '64999999', '57000000', '57099999', NULL, 1652924830),
(71405, '3298', '186.00', '10', '15.001', '20', '64100000', '64999999', '57000000', '57099999', NULL, 1652924830),
(71406, '3220', '392.00', '8', '15.001', '20', '64100000', '64999999', '57000000', '57099999', NULL, 1652924834),
(71407, '3298', '238.00', '10', '20.001', '25', '64100000', '64999999', '57000000', '57099999', NULL, 1652924835),
(71408, '3220', '500.00', '8', '20.001', '25', '64100000', '64999999', '57000000', '57099999', NULL, 1652924838),
(71409, '3298', '290.00', '10', '25.001', '30', '64100000', '64999999', '57000000', '57099999', NULL, 1652924840),
(71410, '3220', '609.00', '8', '25.001', '30', '64100000', '64999999', '57000000', '57099999', NULL, 1652924843),
(71411, '3298', '50.00', '12', '0.3', '5', '64100000', '64999999', '57100000', '57999999', NULL, 1652924845),
(71412, '3220', '124.00', '10', '0.3', '5', '64100000', '64999999', '57100000', '57999999', NULL, 1652924846),
(71413, '3298', '83.00', '12', '5.001', '10', '64100000', '64999999', '57100000', '57999999', NULL, 1652924847),
(71414, '3220', '175.00', '10', '5.001', '10', '64100000', '64999999', '57100000', '57999999', NULL, 1652924847),
(71415, '3298', '135.00', '12', '10.001', '15', '64100000', '64999999', '57100000', '57999999', NULL, 1652924848),
(71416, '3220', '283.00', '10', '10.001', '15', '64100000', '64999999', '57100000', '57999999', NULL, 1652924850),
(71417, '3298', '186.00', '12', '15.001', '20', '64100000', '64999999', '57100000', '57999999', NULL, 1652924851),
(71418, '3220', '392.00', '10', '15.001', '20', '64100000', '64999999', '57100000', '57999999', NULL, 1652924853),
(71419, '3298', '238.00', '12', '20.001', '25', '64100000', '64999999', '57100000', '57999999', NULL, 1652924858),
(71420, '3220', '500.00', '10', '20.001', '25', '64100000', '64999999', '57100000', '57999999', NULL, 1652924858),
(71421, '3298', '290.00', '12', '25.001', '30', '64100000', '64999999', '57100000', '57999999', NULL, 1652924863),
(71422, '3220', '609.00', '10', '25.001', '30', '64100000', '64999999', '57100000', '57999999', NULL, 1652924864),
(71423, '3298', '50.00', '10', '0.3', '5', '64100000', '64999999', '58000000', '58099999', NULL, 1652924868),
(71424, '3220', '124.00', '8', '0.3', '5', '64100000', '64999999', '58000000', '58099999', NULL, 1652924872),
(71425, '3298', '83.00', '10', '5.001', '10', '64100000', '64999999', '58000000', '58099999', NULL, 1652924874),
(71426, '3220', '175.00', '8', '5.001', '10', '64100000', '64999999', '58000000', '58099999', NULL, 1652924878),
(71427, '3298', '135.00', '10', '10.001', '15', '64100000', '64999999', '58000000', '58099999', NULL, 1652924880),
(71428, '3220', '283.00', '8', '10.001', '15', '64100000', '64999999', '58000000', '58099999', NULL, 1652924880),
(71429, '3298', '186.00', '10', '15.001', '20', '64100000', '64999999', '58000000', '58099999', NULL, 1652924882),
(71430, '3220', '392.00', '8', '15.001', '20', '64100000', '64999999', '58000000', '58099999', NULL, 1652924885),
(71431, '3298', '238.00', '10', '20.001', '25', '64100000', '64999999', '58000000', '58099999', NULL, 1652924886),
(71432, '3220', '500.00', '8', '20.001', '25', '64100000', '64999999', '58000000', '58099999', NULL, 1652924886),
(71433, '3298', '290.00', '10', '25.001', '30', '64100000', '64999999', '58000000', '58099999', NULL, 1652924895),
(71434, '3220', '609.00', '8', '25.001', '30', '64100000', '64999999', '58000000', '58099999', NULL, 1652924900),
(71435, '3298', '50.00', '15', '0.3', '5', '64100000', '64999999', '58100000', '58999999', NULL, 1652924903),
(71436, '3220', '124.00', '13', '0.3', '5', '64100000', '64999999', '58100000', '58999999', NULL, 1652924906),
(71437, '3298', '83.00', '15', '5.001', '10', '64100000', '64999999', '58100000', '58999999', NULL, 1652924908),
(71438, '3220', '175.00', '13', '5.001', '10', '64100000', '64999999', '58100000', '58999999', NULL, 1652924908),
(71439, '3298', '135.00', '15', '10.001', '15', '64100000', '64999999', '58100000', '58999999', NULL, 1652924911),
(71440, '3220', '283.00', '13', '10.001', '15', '64100000', '64999999', '58100000', '58999999', NULL, 1652924912),
(71441, '3298', '186.00', '15', '15.001', '20', '64100000', '64999999', '58100000', '58999999', NULL, 1652924915),
(71442, '3220', '392.00', '13', '15.001', '20', '64100000', '64999999', '58100000', '58999999', NULL, 1652924916),
(71443, '3298', '238.00', '15', '20.001', '25', '64100000', '64999999', '58100000', '58999999', NULL, 1652924916),
(71444, '3220', '500.00', '13', '20.001', '25', '64100000', '64999999', '58100000', '58999999', NULL, 1652924921),
(71445, '3298', '290.00', '15', '25.001', '30', '64100000', '64999999', '58100000', '58999999', NULL, 1652924922),
(71446, '3220', '609.00', '13', '25.001', '30', '64100000', '64999999', '58100000', '58999999', NULL, 1652924923),
(71447, '3298', '50.00', '11', '0.3', '5', '64100000', '64999999', '59000000', '59099999', NULL, 1652924925),
(71448, '3220', '124.00', '8', '0.3', '5', '64100000', '64999999', '59000000', '59099999', NULL, 1652924928),
(71449, '3298', '83.00', '11', '5.001', '10', '64100000', '64999999', '59000000', '59099999', NULL, 1652924929),
(71450, '3220', '175.00', '8', '5.001', '10', '64100000', '64999999', '59000000', '59099999', NULL, 1652924930),
(71451, '3298', '135.00', '11', '10.001', '15', '64100000', '64999999', '59000000', '59099999', NULL, 1652924933),
(71452, '3220', '283.00', '8', '10.001', '15', '64100000', '64999999', '59000000', '59099999', NULL, 1652924933),
(71453, '3298', '186.00', '11', '15.001', '20', '64100000', '64999999', '59000000', '59099999', NULL, 1652924936),
(71454, '3220', '392.00', '8', '15.001', '20', '64100000', '64999999', '59000000', '59099999', NULL, 1652924941),
(71455, '3298', '238.00', '11', '20.001', '25', '64100000', '64999999', '59000000', '59099999', NULL, 1652924943),
(71456, '3220', '500.00', '8', '20.001', '25', '64100000', '64999999', '59000000', '59099999', NULL, 1652924944),
(71457, '3298', '290.00', '11', '25.001', '30', '64100000', '64999999', '59000000', '59099999', NULL, 1652924947),
(71458, '3220', '609.00', '8', '25.001', '30', '64100000', '64999999', '59000000', '59099999', NULL, 1652924948),
(71459, '3298', '50.00', '11', '0.3', '5', '64100000', '64999999', '59100000', '59999999', NULL, 1652924949),
(71460, '3220', '124.00', '8', '0.3', '5', '64100000', '64999999', '59100000', '59999999', NULL, 1652924953),
(71461, '3298', '83.00', '11', '5.001', '10', '64100000', '64999999', '59100000', '59999999', NULL, 1652924956),
(71462, '3220', '175.00', '8', '5.001', '10', '64100000', '64999999', '59100000', '59999999', NULL, 1652924956),
(71463, '3298', '135.00', '11', '10.001', '15', '64100000', '64999999', '59100000', '59999999', NULL, 1652924957),
(71464, '3220', '283.00', '8', '10.001', '15', '64100000', '64999999', '59100000', '59999999', NULL, 1652924959),
(71465, '3298', '186.00', '11', '15.001', '20', '64100000', '64999999', '59100000', '59999999', NULL, 1652924963),
(71466, '3220', '392.00', '8', '15.001', '20', '64100000', '64999999', '59100000', '59999999', NULL, 1652924965),
(71467, '3298', '238.00', '11', '20.001', '25', '64100000', '64999999', '59100000', '59999999', NULL, 1652924966),
(71468, '3220', '500.00', '8', '20.001', '25', '64100000', '64999999', '59100000', '59999999', NULL, 1652924969),
(71469, '3298', '290.00', '11', '25.001', '30', '64100000', '64999999', '59100000', '59999999', NULL, 1652924970),
(71470, '3220', '609.00', '8', '25.001', '30', '64100000', '64999999', '59100000', '59999999', NULL, 1652924972),
(71471, '3298', '44.00', '9', '0.3', '5', '64100000', '64999999', '60000000', '60999999', NULL, 1652924972),
(71472, '3220', '102.00', '5', '0.3', '5', '64100000', '64999999', '60000000', '60999999', NULL, 1652924975),
(71473, '3298', '74.00', '9', '5.001', '10', '64100000', '64999999', '60000000', '60999999', NULL, 1652924977),
(71474, '3220', '141.00', '5', '5.001', '10', '64100000', '64999999', '60000000', '60999999', NULL, 1652924981),
(71475, '3298', '120.00', '9', '10.001', '15', '64100000', '64999999', '60000000', '60999999', NULL, 1652924981),
(71476, '3220', '229.00', '5', '10.001', '15', '64100000', '64999999', '60000000', '60999999', NULL, 1652924982),
(71477, '3298', '166.00', '9', '15.001', '20', '64100000', '64999999', '60000000', '60999999', NULL, 1652924984),
(71478, '3220', '316.00', '5', '15.001', '20', '64100000', '64999999', '60000000', '60999999', NULL, 1652924986),
(71479, '3298', '212.00', '9', '20.001', '25', '64100000', '64999999', '60000000', '60999999', NULL, 1652924988),
(71480, '3220', '404.00', '5', '20.001', '25', '64100000', '64999999', '60000000', '60999999', NULL, 1652924989),
(71481, '3298', '258.00', '9', '25.001', '30', '64100000', '64999999', '60000000', '60999999', NULL, 1652924991),
(71482, '3220', '492.00', '5', '25.001', '30', '64100000', '64999999', '60000000', '60999999', NULL, 1652924991),
(71483, '3298', '44.00', '9', '0.3', '5', '64100000', '64999999', '60000000', '61900999', NULL, 1652924993),
(71484, '3220', '102.00', '5', '0.3', '5', '64100000', '64999999', '60000000', '61900999', NULL, 1652924993),
(71485, '3298', '74.00', '9', '5.001', '10', '64100000', '64999999', '60000000', '61900999', NULL, 1652924995),
(71486, '3220', '141.00', '5', '5.001', '10', '64100000', '64999999', '60000000', '61900999', NULL, 1652924996),
(71487, '3298', '120.00', '9', '10.001', '15', '64100000', '64999999', '60000000', '61900999', NULL, 1652924997),
(71488, '3220', '229.00', '5', '10.001', '15', '64100000', '64999999', '60000000', '61900999', NULL, 1652925001),
(71489, '3298', '166.00', '9', '15.001', '20', '64100000', '64999999', '60000000', '61900999', NULL, 1652925004),
(71490, '3220', '316.00', '5', '15.001', '20', '64100000', '64999999', '60000000', '61900999', NULL, 1652925008),
(71491, '3298', '212.00', '9', '20.001', '25', '64100000', '64999999', '60000000', '61900999', NULL, 1652925009),
(71492, '3220', '404.00', '5', '20.001', '25', '64100000', '64999999', '60000000', '61900999', NULL, 1652925010),
(71493, '3298', '258.00', '9', '25.001', '30', '64100000', '64999999', '60000000', '61900999', NULL, 1652925013),
(71494, '3220', '492.00', '5', '25.001', '30', '64100000', '64999999', '60000000', '61900999', NULL, 1652925016),
(71495, '3298', '44.00', '13', '0.3', '5', '64100000', '64999999', '61901000', '63999999', NULL, 1652925019),
(71496, '3220', '102.00', '9', '0.3', '5', '64100000', '64999999', '61901000', '63999999', NULL, 1652925023),
(71497, '3298', '74.00', '13', '5.001', '10', '64100000', '64999999', '61901000', '63999999', NULL, 1652925026),
(71498, '3220', '141.00', '9', '5.001', '10', '64100000', '64999999', '61901000', '63999999', NULL, 1652925028),
(71499, '3298', '120.00', '13', '10.001', '15', '64100000', '64999999', '61901000', '63999999', NULL, 1652925033),
(71500, '3220', '229.00', '9', '10.001', '15', '64100000', '64999999', '61901000', '63999999', NULL, 1652925033),
(71501, '3298', '166.00', '13', '15.001', '20', '64100000', '64999999', '61901000', '63999999', NULL, 1652925034),
(71502, '3220', '316.00', '9', '15.001', '20', '64100000', '64999999', '61901000', '63999999', NULL, 1652925037),
(71503, '3298', '212.00', '13', '20.001', '25', '64100000', '64999999', '61901000', '63999999', NULL, 1652925042),
(71504, '3220', '404.00', '9', '20.001', '25', '64100000', '64999999', '61901000', '63999999', NULL, 1652925043),
(71505, '3298', '258.00', '13', '25.001', '30', '64100000', '64999999', '61901000', '63999999', NULL, 1652925043),
(71506, '3220', '492.00', '9', '25.001', '30', '64100000', '64999999', '61901000', '63999999', NULL, 1652925044),
(71507, '3298', '26.00', '5', '0.3', '5', '64100000', '64999999', '64000000', '64099999', NULL, 1652925045),
(71508, '3220', '34.00', '3', '0.3', '5', '64100000', '64999999', '64000000', '64099999', NULL, 1652925046),
(71509, '3298', '32.00', '5', '5.001', '10', '64100000', '64999999', '64000000', '64099999', NULL, 1652925047),
(71510, '3220', '48.00', '3', '5.001', '10', '64100000', '64999999', '64000000', '64099999', NULL, 1652925050),
(71511, '3298', '52.00', '5', '10.001', '15', '64100000', '64999999', '64000000', '64099999', NULL, 1652925053),
(71512, '3220', '79.00', '3', '10.001', '15', '64100000', '64999999', '64000000', '64099999', NULL, 1652925060),
(71513, '3298', '72.00', '5', '15.001', '20', '64100000', '64999999', '64000000', '64099999', NULL, 1652925067),
(71514, '3220', '109.00', '3', '15.001', '20', '64100000', '64999999', '64000000', '64099999', NULL, 1652925071),
(71515, '3298', '92.00', '5', '20.001', '25', '64100000', '64999999', '64000000', '64099999', NULL, 1652925073),
(71516, '3220', '139.00', '3', '20.001', '25', '64100000', '64999999', '64000000', '64099999', NULL, 1652925074),
(71517, '3298', '112.00', '5', '25.001', '30', '64100000', '64999999', '64000000', '64099999', NULL, 1652925078),
(71518, '3220', '170.00', '3', '25.001', '30', '64100000', '64999999', '64000000', '64099999', NULL, 1652925079),
(71519, '3298', '26.00', '5', '0.3', '5', '64100000', '64999999', '64100000', '64999999', NULL, 1652925080),
(71520, '3220', '22.00', '1', '0.3', '5', '64100000', '64999999', '64100000', '64999999', NULL, 1652925081),
(71521, '3298', '32.00', '5', '5.001', '10', '64100000', '64999999', '64100000', '64999999', NULL, 1652925082),
(71522, '3220', '28.00', '1', '5.001', '10', '64100000', '64999999', '64100000', '64999999', NULL, 1652925083),
(71523, '3298', '52.00', '5', '10.001', '15', '64100000', '64999999', '64100000', '64999999', NULL, 1652925084),
(71524, '3220', '45.00', '1', '10.001', '15', '64100000', '64999999', '64100000', '64999999', NULL, 1652925086),
(71525, '3298', '72.00', '5', '15.001', '20', '64100000', '64999999', '64100000', '64999999', NULL, 1652925087),
(71526, '3220', '63.00', '1', '15.001', '20', '64100000', '64999999', '64100000', '64999999', NULL, 1652925131),
(71527, '3298', '92.00', '5', '20.001', '25', '64100000', '64999999', '64100000', '64999999', NULL, 1652925131),
(71528, '3220', '80.00', '1', '20.001', '25', '64100000', '64999999', '64100000', '64999999', NULL, 1652925132),
(71529, '3298', '112.00', '5', '25.001', '30', '64100000', '64999999', '64100000', '64999999', NULL, 1652925132),
(71530, '3220', '97.00', '1', '25.001', '30', '64100000', '64999999', '64100000', '64999999', NULL, 1652925132),
(71531, '3298', '44.00', '11', '0.3', '5', '64100000', '64999999', '65000000', '65099999', NULL, 1652925133),
(71532, '3220', '102.00', '5', '0.3', '5', '64100000', '64999999', '65000000', '65099999', NULL, 1652925134),
(71533, '3298', '74.00', '11', '5.001', '10', '64100000', '64999999', '65000000', '65099999', NULL, 1652925134),
(71534, '3220', '141.00', '5', '5.001', '10', '64100000', '64999999', '65000000', '65099999', NULL, 1652925135),
(71535, '3298', '120.00', '11', '10.001', '15', '64100000', '64999999', '65000000', '65099999', NULL, 1652925135),
(71536, '3220', '229.00', '5', '10.001', '15', '64100000', '64999999', '65000000', '65099999', NULL, 1652925136),
(71537, '3298', '166.00', '11', '15.001', '20', '64100000', '64999999', '65000000', '65099999', NULL, 1652925136),
(71538, '3220', '316.00', '5', '15.001', '20', '64100000', '64999999', '65000000', '65099999', NULL, 1652925137),
(71539, '3298', '212.00', '11', '20.001', '25', '64100000', '64999999', '65000000', '65099999', NULL, 1652925137),
(71540, '3220', '404.00', '5', '20.001', '25', '64100000', '64999999', '65000000', '65099999', NULL, 1652925138),
(71541, '3298', '258.00', '11', '25.001', '30', '64100000', '64999999', '65000000', '65099999', NULL, 1652925138),
(71542, '3220', '492.00', '5', '25.001', '30', '64100000', '64999999', '65000000', '65099999', NULL, 1652925139),
(71543, '3298', '44.00', '15', '0.3', '5', '64100000', '64999999', '65100000', '65999999', NULL, 1652925140),
(71544, '3220', '102.00', '9', '0.3', '5', '64100000', '64999999', '65100000', '65999999', NULL, 1652925140),
(71545, '3298', '74.00', '15', '5.001', '10', '64100000', '64999999', '65100000', '65999999', NULL, 1652925141),
(71546, '3220', '141.00', '9', '5.001', '10', '64100000', '64999999', '65100000', '65999999', NULL, 1652925141),
(71547, '3298', '120.00', '15', '10.001', '15', '64100000', '64999999', '65100000', '65999999', NULL, 1652925142),
(71548, '3220', '229.00', '9', '10.001', '15', '64100000', '64999999', '65100000', '65999999', NULL, 1652925142),
(71549, '3298', '166.00', '15', '15.001', '20', '64100000', '64999999', '65100000', '65999999', NULL, 1652925143),
(71550, '3220', '316.00', '9', '15.001', '20', '64100000', '64999999', '65100000', '65999999', NULL, 1652925143),
(71551, '3298', '212.00', '15', '20.001', '25', '64100000', '64999999', '65100000', '65999999', NULL, 1652925144),
(71552, '3220', '404.00', '9', '20.001', '25', '64100000', '64999999', '65100000', '65999999', NULL, 1652925144),
(71553, '3298', '258.00', '15', '25.001', '30', '64100000', '64999999', '65100000', '65999999', NULL, 1652925145),
(71554, '3220', '492.00', '9', '25.001', '30', '64100000', '64999999', '65100000', '65999999', NULL, 1652925146),
(71555, '3298', '50.00', '13', '0.3', '5', '64100000', '64999999', '66000000', '66999999', NULL, 1652925147),
(71556, '3220', '124.00', '10', '0.3', '5', '64100000', '64999999', '66000000', '66999999', NULL, 1652925147),
(71557, '3298', '83.00', '13', '5.001', '10', '64100000', '64999999', '66000000', '66999999', NULL, 1652925147),
(71558, '3220', '175.00', '10', '5.001', '10', '64100000', '64999999', '66000000', '66999999', NULL, 1652925148),
(71559, '3298', '135.00', '13', '10.001', '15', '64100000', '64999999', '66000000', '66999999', NULL, 1652925148),
(71560, '3220', '283.00', '10', '10.001', '15', '64100000', '64999999', '66000000', '66999999', NULL, 1652925149),
(71561, '3298', '186.00', '13', '15.001', '20', '64100000', '64999999', '66000000', '66999999', NULL, 1652925149),
(71562, '3220', '392.00', '10', '15.001', '20', '64100000', '64999999', '66000000', '66999999', NULL, 1652925150),
(71563, '3298', '238.00', '13', '20.001', '25', '64100000', '64999999', '66000000', '66999999', NULL, 1652925150),
(71564, '3220', '500.00', '10', '20.001', '25', '64100000', '64999999', '66000000', '66999999', NULL, 1652925151),
(71565, '3298', '290.00', '13', '25.001', '30', '64100000', '64999999', '66000000', '66999999', NULL, 1652925152),
(71566, '3220', '609.00', '10', '25.001', '30', '64100000', '64999999', '66000000', '66999999', NULL, 1652925152),
(71567, '3298', '50.00', '13', '0.3', '5', '64100000', '64999999', '66000000', '67999999', NULL, 1652925153),
(71568, '3220', '124.00', '10', '0.3', '5', '64100000', '64999999', '66000000', '67999999', NULL, 1652925154),
(71569, '3298', '83.00', '13', '5.001', '10', '64100000', '64999999', '66000000', '67999999', NULL, 1652925154),
(71570, '3220', '175.00', '10', '5.001', '10', '64100000', '64999999', '66000000', '67999999', NULL, 1652925155),
(71571, '3298', '135.00', '13', '10.001', '15', '64100000', '64999999', '66000000', '67999999', NULL, 1652925155),
(71572, '3220', '283.00', '10', '10.001', '15', '64100000', '64999999', '66000000', '67999999', NULL, 1652925156),
(71573, '3298', '186.00', '13', '15.001', '20', '64100000', '64999999', '66000000', '67999999', NULL, 1652925157),
(71574, '3220', '392.00', '10', '15.001', '20', '64100000', '64999999', '66000000', '67999999', NULL, 1652925157),
(71575, '3298', '238.00', '13', '20.001', '25', '64100000', '64999999', '66000000', '67999999', NULL, 1652925158),
(71576, '3220', '500.00', '10', '20.001', '25', '64100000', '64999999', '66000000', '67999999', NULL, 1652925158),
(71577, '3298', '290.00', '13', '25.001', '30', '64100000', '64999999', '66000000', '67999999', NULL, 1652925159),
(71578, '3220', '609.00', '10', '25.001', '30', '64100000', '64999999', '66000000', '67999999', NULL, 1652925160),
(71579, '3298', '50.00', '16', '0.3', '5', '64100000', '64999999', '68000000', '68899999', NULL, 1652925160),
(71580, '3220', '124.00', '13', '0.3', '5', '64100000', '64999999', '68000000', '68899999', NULL, 1652925161),
(71581, '3298', '83.00', '16', '5.001', '10', '64100000', '64999999', '68000000', '68899999', NULL, 1652925161),
(71582, '3220', '175.00', '13', '5.001', '10', '64100000', '64999999', '68000000', '68899999', NULL, 1652925162),
(71583, '3298', '135.00', '16', '10.001', '15', '64100000', '64999999', '68000000', '68899999', NULL, 1652925162),
(71584, '3220', '283.00', '13', '10.001', '15', '64100000', '64999999', '68000000', '68899999', NULL, 1652925163),
(71585, '3298', '186.00', '16', '15.001', '20', '64100000', '64999999', '68000000', '68899999', NULL, 1652925217),
(71586, '3220', '392.00', '13', '15.001', '20', '64100000', '64999999', '68000000', '68899999', NULL, 1652925217),
(71587, '3298', '238.00', '16', '20.001', '25', '64100000', '64999999', '68000000', '68899999', NULL, 1652925218),
(71588, '3220', '500.00', '13', '20.001', '25', '64100000', '64999999', '68000000', '68899999', NULL, 1652925219),
(71589, '3298', '290.00', '16', '25.001', '30', '64100000', '64999999', '68000000', '68899999', NULL, 1652925219),
(71590, '3220', '609.00', '13', '25.001', '30', '64100000', '64999999', '68000000', '68899999', NULL, 1652925220),
(71591, '3298', '70.00', '25', '0.3', '5', '64100000', '64999999', '68900000', '68914999', NULL, 1652925220),
(71592, '3220', '157.00', '16', '0.3', '5', '64100000', '64999999', '68900000', '68914999', NULL, 1652925221),
(71593, '3298', '106.00', '25', '5.001', '10', '64100000', '64999999', '68900000', '68914999', NULL, 1652925244),
(71594, '3220', '226.00', '16', '5.001', '10', '64100000', '64999999', '68900000', '68914999', NULL, 1652925244),
(71595, '3298', '172.00', '25', '10.001', '15', '64100000', '64999999', '68900000', '68914999', NULL, 1652925245),
(71596, '3220', '367.00', '16', '10.001', '15', '64100000', '64999999', '68900000', '68914999', NULL, 1652925246),
(71597, '3298', '239.00', '25', '15.001', '20', '64100000', '64999999', '68900000', '68914999', NULL, 1652925246),
(71598, '3220', '508.00', '16', '15.001', '20', '64100000', '64999999', '68900000', '68914999', NULL, 1652925247),
(71599, '3298', '305.00', '25', '20.001', '25', '64100000', '64999999', '68900000', '68914999', NULL, 1652925248),
(71600, '3220', '649.00', '16', '20.001', '25', '64100000', '64999999', '68900000', '68914999', NULL, 1652925262),
(71601, '3298', '371.00', '25', '25.001', '30', '64100000', '64999999', '68900000', '68914999', NULL, 1652925263),
(71602, '3220', '789.00', '16', '25.001', '30', '64100000', '64999999', '68900000', '68914999', NULL, 1652925263),
(71603, '3298', '70.00', '26', '0.3', '5', '64100000', '64999999', '68915000', '68999999', NULL, 1652925264),
(71604, '3220', '157.00', '17', '0.3', '5', '64100000', '64999999', '68915000', '68999999', NULL, 1652925276),
(71605, '3298', '106.00', '26', '5.001', '10', '64100000', '64999999', '68915000', '68999999', NULL, 1652925277),
(71606, '3220', '226.00', '17', '5.001', '10', '64100000', '64999999', '68915000', '68999999', NULL, 1652925278),
(71607, '3298', '172.00', '26', '10.001', '15', '64100000', '64999999', '68915000', '68999999', NULL, 1652925279),
(71608, '3220', '367.00', '17', '10.001', '15', '64100000', '64999999', '68915000', '68999999', NULL, 1652925279),
(71609, '3298', '239.00', '26', '15.001', '20', '64100000', '64999999', '68915000', '68999999', NULL, 1652925280),
(71610, '3220', '508.00', '17', '15.001', '20', '64100000', '64999999', '68915000', '68999999', NULL, 1652925281),
(71611, '3298', '305.00', '26', '20.001', '25', '64100000', '64999999', '68915000', '68999999', NULL, 1652925282),
(71612, '3220', '649.00', '17', '20.001', '25', '64100000', '64999999', '68915000', '68999999', NULL, 1652925282),
(71613, '3298', '371.00', '26', '25.001', '30', '64100000', '64999999', '68915000', '68999999', NULL, 1652925283),
(71614, '3220', '789.00', '17', '25.001', '30', '64100000', '64999999', '68915000', '68999999', NULL, 1652925284),
(71615, '3298', '90.00', '25', '0.3', '5', '64100000', '64999999', '69000000', '69099999', NULL, 1652925284),
(71616, '3220', '183.00', '9', '0.3', '5', '64100000', '64999999', '69000000', '69099999', NULL, 1652925285),
(71617, '3298', '133.00', '25', '5.001', '10', '64100000', '64999999', '69000000', '69099999', NULL, 1652925286),
(71618, '3220', '266.00', '9', '5.001', '10', '64100000', '64999999', '69000000', '69099999', NULL, 1652925287),
(71619, '3298', '215.00', '25', '10.001', '15', '64100000', '64999999', '69000000', '69099999', NULL, 1652925287),
(71620, '3220', '430.00', '9', '10.001', '15', '64100000', '64999999', '69000000', '69099999', NULL, 1652925288),
(71621, '3298', '298.00', '25', '15.001', '20', '64100000', '64999999', '69000000', '69099999', NULL, 1652925289),
(71622, '3220', '595.00', '9', '15.001', '20', '64100000', '64999999', '69000000', '69099999', NULL, 1652925289),
(71623, '3298', '380.00', '25', '20.001', '25', '64100000', '64999999', '69000000', '69099999', NULL, 1652925290),
(71624, '3220', '760.00', '9', '20.001', '25', '64100000', '64999999', '69000000', '69099999', NULL, 1652925291),
(71625, '3298', '463.00', '25', '25.001', '30', '64100000', '64999999', '69000000', '69099999', NULL, 1652925292),
(71626, '3220', '925.00', '9', '25.001', '30', '64100000', '64999999', '69000000', '69099999', NULL, 1652925293),
(71627, '3298', '90.00', '32', '0.3', '5', '64100000', '64999999', '69100000', '69299999', NULL, 1652925294),
(71628, '3220', '183.00', '12', '0.3', '5', '64100000', '64999999', '69100000', '69299999', NULL, 1652925295),
(71629, '3298', '133.00', '32', '5.001', '10', '64100000', '64999999', '69100000', '69299999', NULL, 1652925296),
(71630, '3220', '266.00', '12', '5.001', '10', '64100000', '64999999', '69100000', '69299999', NULL, 1652925296),
(71631, '3298', '215.00', '32', '10.001', '15', '64100000', '64999999', '69100000', '69299999', NULL, 1652925298),
(71632, '3220', '430.00', '12', '10.001', '15', '64100000', '64999999', '69100000', '69299999', NULL, 1652925299),
(71633, '3298', '298.00', '32', '15.001', '20', '64100000', '64999999', '69100000', '69299999', NULL, 1652925300),
(71634, '3220', '595.00', '12', '15.001', '20', '64100000', '64999999', '69100000', '69299999', NULL, 1652925300),
(71635, '3298', '380.00', '32', '20.001', '25', '64100000', '64999999', '69100000', '69299999', NULL, 1652925302),
(71636, '3220', '760.00', '12', '20.001', '25', '64100000', '64999999', '69100000', '69299999', NULL, 1652925302),
(71637, '3298', '463.00', '32', '25.001', '30', '64100000', '64999999', '69100000', '69299999', NULL, 1652925303),
(71638, '3220', '925.00', '12', '25.001', '30', '64100000', '64999999', '69100000', '69299999', NULL, 1652925304),
(71639, '3298', '90.00', '28', '0.3', '5', '64100000', '64999999', '69300000', '69339999', NULL, 1652925316),
(71640, '3220', '183.00', '10', '0.3', '5', '64100000', '64999999', '69300000', '69339999', NULL, 1652925317),
(71641, '3298', '133.00', '28', '5.001', '10', '64100000', '64999999', '69300000', '69339999', NULL, 1652925317),
(71642, '3220', '266.00', '10', '5.001', '10', '64100000', '64999999', '69300000', '69339999', NULL, 1652925318),
(71643, '3298', '215.00', '28', '10.001', '15', '64100000', '64999999', '69300000', '69339999', NULL, 1652925319),
(71644, '3220', '430.00', '10', '10.001', '15', '64100000', '64999999', '69300000', '69339999', NULL, 1652925320),
(71645, '3298', '298.00', '28', '15.001', '20', '64100000', '64999999', '69300000', '69339999', NULL, 1652925321),
(71646, '3220', '595.00', '10', '15.001', '20', '64100000', '64999999', '69300000', '69339999', NULL, 1652925322),
(71647, '3298', '380.00', '28', '20.001', '25', '64100000', '64999999', '69300000', '69339999', NULL, 1652925323),
(71648, '3220', '760.00', '10', '20.001', '25', '64100000', '64999999', '69300000', '69339999', NULL, 1652925323),
(71649, '3298', '463.00', '28', '25.001', '30', '64100000', '64999999', '69300000', '69339999', NULL, 1652925324),
(71650, '3220', '925.00', '10', '25.001', '30', '64100000', '64999999', '69300000', '69339999', NULL, 1652925335),
(71651, '3298', '90.00', '32', '0.3', '5', '64100000', '64999999', '69340000', '69389999', NULL, 1652925335),
(71652, '3220', '183.00', '14', '0.3', '5', '64100000', '64999999', '69340000', '69389999', NULL, 1652925336),
(71653, '3298', '133.00', '32', '5.001', '10', '64100000', '64999999', '69340000', '69389999', NULL, 1652925337),
(71654, '3220', '266.00', '14', '5.001', '10', '64100000', '64999999', '69340000', '69389999', NULL, 1652925337),
(71655, '3298', '215.00', '32', '10.001', '15', '64100000', '64999999', '69340000', '69389999', NULL, 1652925338),
(71656, '3220', '430.00', '14', '10.001', '15', '64100000', '64999999', '69340000', '69389999', NULL, 1652925339),
(71657, '3298', '298.00', '32', '15.001', '20', '64100000', '64999999', '69340000', '69389999', NULL, 1652925339),
(71658, '3220', '595.00', '14', '15.001', '20', '64100000', '64999999', '69340000', '69389999', NULL, 1652925340),
(71659, '3298', '380.00', '32', '20.001', '25', '64100000', '64999999', '69340000', '69389999', NULL, 1652925341),
(71660, '3220', '760.00', '14', '20.001', '25', '64100000', '64999999', '69340000', '69389999', NULL, 1652925342),
(71661, '3298', '463.00', '32', '25.001', '30', '64100000', '64999999', '69340000', '69389999', NULL, 1652925343),
(71662, '3220', '925.00', '14', '25.001', '30', '64100000', '64999999', '69340000', '69389999', NULL, 1652925344),
(71663, '3298', '90.00', '14', '0.3', '5', '64100000', '64999999', '69900000', '69920999', NULL, 1652925344),
(71664, '3220', '183.00', '12', '0.3', '5', '64100000', '64999999', '69900000', '69920999', NULL, 1652925345),
(71665, '3298', '133.00', '14', '5.001', '10', '64100000', '64999999', '69900000', '69920999', NULL, 1652925346),
(71666, '3220', '266.00', '12', '5.001', '10', '64100000', '64999999', '69900000', '69920999', NULL, 1652925346),
(71667, '3298', '215.00', '14', '10.001', '15', '64100000', '64999999', '69900000', '69920999', NULL, 1652925347),
(71668, '3220', '430.00', '12', '10.001', '15', '64100000', '64999999', '69900000', '69920999', NULL, 1652925348),
(71669, '3298', '298.00', '14', '15.001', '20', '64100000', '64999999', '69900000', '69920999', NULL, 1652925349),
(71670, '3220', '595.00', '12', '15.001', '20', '64100000', '64999999', '69900000', '69920999', NULL, 1652925349),
(71671, '3298', '380.00', '14', '20.001', '25', '64100000', '64999999', '69900000', '69920999', NULL, 1652925350),
(71672, '3220', '760.00', '12', '20.001', '25', '64100000', '64999999', '69900000', '69920999', NULL, 1652925351),
(71673, '3298', '463.00', '14', '25.001', '30', '64100000', '64999999', '69900000', '69920999', NULL, 1652925361),
(71674, '3220', '925.00', '12', '25.001', '30', '64100000', '64999999', '69900000', '69920999', NULL, 1652925362),
(71675, '3298', '90.00', '17', '0.3', '5', '64100000', '64999999', '69921000', '69999999', NULL, 1652925363),
(71676, '3220', '183.00', '15', '0.3', '5', '64100000', '64999999', '69921000', '69999999', NULL, 1652925363),
(71677, '3298', '133.00', '17', '5.001', '10', '64100000', '64999999', '69921000', '69999999', NULL, 1652925364),
(71678, '3220', '266.00', '15', '5.001', '10', '64100000', '64999999', '69921000', '69999999', NULL, 1652925365),
(71679, '3298', '215.00', '17', '10.001', '15', '64100000', '64999999', '69921000', '69999999', NULL, 1652925366),
(71680, '3220', '430.00', '15', '10.001', '15', '64100000', '64999999', '69921000', '69999999', NULL, 1652925366),
(71681, '3298', '298.00', '17', '15.001', '20', '64100000', '64999999', '69921000', '69999999', NULL, 1652925367),
(71682, '3220', '595.00', '15', '15.001', '20', '64100000', '64999999', '69921000', '69999999', NULL, 1652925368),
(71683, '3298', '380.00', '17', '20.001', '25', '64100000', '64999999', '69921000', '69999999', NULL, 1652925368),
(71684, '3220', '760.00', '15', '20.001', '25', '64100000', '64999999', '69921000', '69999999', NULL, 1652925378),
(71685, '3298', '463.00', '17', '25.001', '30', '64100000', '64999999', '69921000', '69999999', NULL, 1652925380),
(71686, '3220', '925.00', '15', '25.001', '30', '64100000', '64999999', '69921000', '69999999', NULL, 1652925380),
(71687, '3298', '70.00', '10', '0.3', '5', '64100000', '64999999', '71000000', '73699999', NULL, 1652925381),
(71688, '3220', '157.00', '7', '0.3', '5', '64100000', '64999999', '71000000', '73699999', NULL, 1652925382),
(71689, '3298', '106.00', '10', '5.001', '10', '64100000', '64999999', '71000000', '73699999', NULL, 1652925382),
(71690, '3220', '226.00', '7', '5.001', '10', '64100000', '64999999', '71000000', '73699999', NULL, 1652925384),
(71691, '3298', '172.00', '10', '10.001', '15', '64100000', '64999999', '71000000', '73699999', NULL, 1652925384),
(71692, '3220', '367.00', '7', '10.001', '15', '64100000', '64999999', '71000000', '73699999', NULL, 1652925385),
(71693, '3298', '239.00', '10', '15.001', '20', '64100000', '64999999', '71000000', '73699999', NULL, 1652925386),
(71694, '3220', '508.00', '7', '15.001', '20', '64100000', '64999999', '71000000', '73699999', NULL, 1652925387),
(71695, '3298', '305.00', '10', '20.001', '25', '64100000', '64999999', '71000000', '73699999', NULL, 1652925388),
(71696, '3220', '649.00', '7', '20.001', '25', '64100000', '64999999', '71000000', '73699999', NULL, 1652925389),
(71697, '3298', '371.00', '10', '25.001', '30', '64100000', '64999999', '71000000', '73699999', NULL, 1652925389),
(71698, '3220', '789.00', '7', '25.001', '30', '64100000', '64999999', '71000000', '73699999', NULL, 1652925390),
(71699, '3298', '70.00', '14', '0.3', '5', '64100000', '64999999', '72800000', '73999999', NULL, 1652925390),
(71700, '3220', '157.00', '11', '0.3', '5', '64100000', '64999999', '72800000', '73999999', NULL, 1652925400),
(71701, '3298', '106.00', '14', '5.001', '10', '64100000', '64999999', '72800000', '73999999', NULL, 1652925400),
(71702, '3220', '226.00', '11', '5.001', '10', '64100000', '64999999', '72800000', '73999999', NULL, 1652925401),
(71703, '3298', '172.00', '14', '10.001', '15', '64100000', '64999999', '72800000', '73999999', NULL, 1652925402),
(71704, '3220', '367.00', '11', '10.001', '15', '64100000', '64999999', '72800000', '73999999', NULL, 1652925403),
(71705, '3298', '239.00', '14', '15.001', '20', '64100000', '64999999', '72800000', '73999999', NULL, 1652925404),
(71706, '3220', '508.00', '11', '15.001', '20', '64100000', '64999999', '72800000', '73999999', NULL, 1652925404),
(71707, '3298', '305.00', '14', '20.001', '25', '64100000', '64999999', '72800000', '73999999', NULL, 1652925405),
(71708, '3220', '649.00', '11', '20.001', '25', '64100000', '64999999', '72800000', '73999999', NULL, 1652925405),
(71709, '3298', '371.00', '14', '25.001', '30', '64100000', '64999999', '72800000', '73999999', NULL, 1652925406),
(71710, '3220', '789.00', '11', '25.001', '30', '64100000', '64999999', '72800000', '73999999', NULL, 1652925406),
(71711, '3298', '90.00', '10', '0.3', '5', '64100000', '64999999', '74000000', '74894999', NULL, 1652925407),
(71712, '3220', '183.00', '7', '0.3', '5', '64100000', '64999999', '74000000', '74894999', NULL, 1652925408),
(71713, '3298', '133.00', '10', '5.001', '10', '64100000', '64999999', '74000000', '74894999', NULL, 1652925408),
(71714, '3220', '266.00', '7', '5.001', '10', '64100000', '64999999', '74000000', '74894999', NULL, 1652925409),
(71715, '3298', '215.00', '10', '10.001', '15', '64100000', '64999999', '74000000', '74894999', NULL, 1652925410),
(71716, '3220', '430.00', '7', '10.001', '15', '64100000', '64999999', '74000000', '74894999', NULL, 1652925412),
(71717, '3298', '298.00', '10', '15.001', '20', '64100000', '64999999', '74000000', '74894999', NULL, 1652925421),
(71718, '3220', '595.00', '7', '15.001', '20', '64100000', '64999999', '74000000', '74894999', NULL, 1652925422),
(71719, '3298', '380.00', '10', '20.001', '25', '64100000', '64999999', '74000000', '74894999', NULL, 1652925423),
(71720, '3220', '760.00', '7', '20.001', '25', '64100000', '64999999', '74000000', '74894999', NULL, 1652925424),
(71721, '3298', '463.00', '10', '25.001', '30', '64100000', '64999999', '74000000', '74894999', NULL, 1652925425),
(71722, '3220', '925.00', '7', '25.001', '30', '64100000', '64999999', '74000000', '74894999', NULL, 1652925426),
(71723, '3298', '90.00', '10', '0.3', '5', '64100000', '64999999', '74895000', '76799999', NULL, 1652925427),
(71724, '3220', '183.00', '7', '0.3', '5', '64100000', '64999999', '74895000', '76799999', NULL, 1652925428),
(71725, '3298', '133.00', '10', '5.001', '10', '64100000', '64999999', '74895000', '76799999', NULL, 1652925428),
(71726, '3220', '266.00', '7', '5.001', '10', '64100000', '64999999', '74895000', '76799999', NULL, 1652925429),
(71727, '3298', '215.00', '10', '10.001', '15', '64100000', '64999999', '74895000', '76799999', NULL, 1652925430),
(71728, '3220', '430.00', '7', '10.001', '15', '64100000', '64999999', '74895000', '76799999', NULL, 1652925431),
(71729, '3298', '298.00', '10', '15.001', '20', '64100000', '64999999', '74895000', '76799999', NULL, 1652925431),
(71730, '3220', '595.00', '7', '15.001', '20', '64100000', '64999999', '74895000', '76799999', NULL, 1652925432),
(71731, '3298', '380.00', '10', '20.001', '25', '64100000', '64999999', '74895000', '76799999', NULL, 1652925433),
(71732, '3220', '760.00', '7', '20.001', '25', '64100000', '64999999', '74895000', '76799999', NULL, 1652925433),
(71733, '3298', '463.00', '10', '25.001', '30', '64100000', '64999999', '74895000', '76799999', NULL, 1652925434),
(71734, '3220', '925.00', '7', '25.001', '30', '64100000', '64999999', '74895000', '76799999', NULL, 1652925444),
(71735, '3298', '90.00', '13', '0.3', '5', '64100000', '64999999', '77000000', '77270999', NULL, 1652925445),
(71736, '3220', '183.00', '9', '0.3', '5', '64100000', '64999999', '77000000', '77270999', NULL, 1652925445),
(71737, '3298', '133.00', '13', '5.001', '10', '64100000', '64999999', '77000000', '77270999', NULL, 1652925446),
(71738, '3220', '266.00', '9', '5.001', '10', '64100000', '64999999', '77000000', '77270999', NULL, 1652925447),
(71739, '3298', '215.00', '13', '10.001', '15', '64100000', '64999999', '77000000', '77270999', NULL, 1652925448),
(71740, '3220', '430.00', '9', '10.001', '15', '64100000', '64999999', '77000000', '77270999', NULL, 1652925448),
(71741, '3298', '298.00', '13', '15.001', '20', '64100000', '64999999', '77000000', '77270999', NULL, 1652925449);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(71742, '3220', '595.00', '9', '15.001', '20', '64100000', '64999999', '77000000', '77270999', NULL, 1652925450),
(71743, '3298', '380.00', '13', '20.001', '25', '64100000', '64999999', '77000000', '77270999', NULL, 1652925450),
(71744, '3220', '760.00', '9', '20.001', '25', '64100000', '64999999', '77000000', '77270999', NULL, 1652925460),
(71745, '3298', '463.00', '13', '25.001', '30', '64100000', '64999999', '77000000', '77270999', NULL, 1652925462),
(71746, '3220', '925.00', '9', '25.001', '30', '64100000', '64999999', '77000000', '77270999', NULL, 1652925470),
(71747, '3298', '90.00', '16', '0.3', '5', '64100000', '64999999', '77300000', '77995999', NULL, 1652925471),
(71748, '3220', '183.00', '12', '0.3', '5', '64100000', '64999999', '77300000', '77995999', NULL, 1652925472),
(71749, '3298', '133.00', '16', '5.001', '10', '64100000', '64999999', '77300000', '77995999', NULL, 1652925473),
(71750, '3220', '266.00', '12', '5.001', '10', '64100000', '64999999', '77300000', '77995999', NULL, 1652925475),
(71751, '3298', '215.00', '16', '10.001', '15', '64100000', '64999999', '77300000', '77995999', NULL, 1652925475),
(71752, '3220', '430.00', '12', '10.001', '15', '64100000', '64999999', '77300000', '77995999', NULL, 1652925476),
(71753, '3298', '298.00', '16', '15.001', '20', '64100000', '64999999', '77300000', '77995999', NULL, 1652925477),
(71754, '3220', '595.00', '12', '15.001', '20', '64100000', '64999999', '77300000', '77995999', NULL, 1652925478),
(71755, '3298', '380.00', '16', '20.001', '25', '64100000', '64999999', '77300000', '77995999', NULL, 1652925479),
(71756, '3220', '760.00', '12', '20.001', '25', '64100000', '64999999', '77300000', '77995999', NULL, 1652925479),
(71757, '3298', '463.00', '16', '25.001', '30', '64100000', '64999999', '77300000', '77995999', NULL, 1652925480),
(71758, '3220', '925.00', '12', '25.001', '30', '64100000', '64999999', '77300000', '77995999', NULL, 1652925490),
(71759, '3298', '90.00', '11', '0.3', '5', '64100000', '64999999', '78000000', '78109999', NULL, 1652925491),
(71760, '3220', '183.00', '9', '0.3', '5', '64100000', '64999999', '78000000', '78109999', NULL, 1652925498),
(71761, '3298', '133.00', '11', '5.001', '10', '64100000', '64999999', '78000000', '78109999', NULL, 1652925499),
(71762, '3220', '266.00', '9', '5.001', '10', '64100000', '64999999', '78000000', '78109999', NULL, 1652925501),
(71763, '3298', '215.00', '11', '10.001', '15', '64100000', '64999999', '78000000', '78109999', NULL, 1652925502),
(71764, '3220', '430.00', '9', '10.001', '15', '64100000', '64999999', '78000000', '78109999', NULL, 1652925503),
(71765, '3298', '298.00', '11', '15.001', '20', '64100000', '64999999', '78000000', '78109999', NULL, 1652925504),
(71766, '3220', '595.00', '9', '15.001', '20', '64100000', '64999999', '78000000', '78109999', NULL, 1652925504),
(71767, '3298', '380.00', '11', '20.001', '25', '64100000', '64999999', '78000000', '78109999', NULL, 1652925505),
(71768, '3220', '760.00', '9', '20.001', '25', '64100000', '64999999', '78000000', '78109999', NULL, 1652925506),
(71769, '3298', '463.00', '11', '25.001', '30', '64100000', '64999999', '78000000', '78109999', NULL, 1652925507),
(71770, '3220', '925.00', '9', '25.001', '30', '64100000', '64999999', '78000000', '78109999', NULL, 1652925509),
(71771, '3298', '90.00', '13', '0.3', '5', '64100000', '64999999', '78110000', '78899999', NULL, 1652925510),
(71772, '3220', '183.00', '11', '0.3', '5', '64100000', '64999999', '78110000', '78899999', NULL, 1652925510),
(71773, '3298', '133.00', '13', '5.001', '10', '64100000', '64999999', '78110000', '78899999', NULL, 1652925511),
(71774, '3220', '266.00', '11', '5.001', '10', '64100000', '64999999', '78110000', '78899999', NULL, 1652925512),
(71775, '3298', '215.00', '13', '10.001', '15', '64100000', '64999999', '78110000', '78899999', NULL, 1652925513),
(71776, '3220', '430.00', '11', '10.001', '15', '64100000', '64999999', '78110000', '78899999', NULL, 1652925519),
(71777, '3298', '298.00', '13', '15.001', '20', '64100000', '64999999', '78110000', '78899999', NULL, 1652925525),
(71778, '3220', '595.00', '11', '15.001', '20', '64100000', '64999999', '78110000', '78899999', NULL, 1652925525),
(71779, '3298', '380.00', '13', '20.001', '25', '64100000', '64999999', '78110000', '78899999', NULL, 1652925526),
(71780, '3220', '760.00', '11', '20.001', '25', '64100000', '64999999', '78110000', '78899999', NULL, 1652925531),
(71781, '3298', '463.00', '13', '25.001', '30', '64100000', '64999999', '78110000', '78899999', NULL, 1652925535),
(71782, '3220', '925.00', '11', '25.001', '30', '64100000', '64999999', '78110000', '78899999', NULL, 1652925537),
(71783, '3298', '90.00', '15', '0.3', '5', '64100000', '64999999', '78900000', '78930999', NULL, 1652925542),
(71784, '3220', '183.00', '13', '0.3', '5', '64100000', '64999999', '78900000', '78930999', NULL, 1652925542),
(71785, '3298', '133.00', '15', '5.001', '10', '64100000', '64999999', '78900000', '78930999', NULL, 1652925543),
(71786, '3220', '266.00', '13', '5.001', '10', '64100000', '64999999', '78900000', '78930999', NULL, 1652925544),
(71787, '3298', '215.00', '15', '10.001', '15', '64100000', '64999999', '78900000', '78930999', NULL, 1652925550),
(71788, '3220', '430.00', '13', '10.001', '15', '64100000', '64999999', '78900000', '78930999', NULL, 1652925551),
(71789, '3298', '298.00', '15', '15.001', '20', '64100000', '64999999', '78900000', '78930999', NULL, 1652925553),
(71790, '3220', '595.00', '13', '15.001', '20', '64100000', '64999999', '78900000', '78930999', NULL, 1652925554),
(71791, '3298', '380.00', '15', '20.001', '25', '64100000', '64999999', '78900000', '78930999', NULL, 1652925555),
(71792, '3220', '760.00', '13', '20.001', '25', '64100000', '64999999', '78900000', '78930999', NULL, 1652925556),
(71793, '3298', '463.00', '15', '25.001', '30', '64100000', '64999999', '78900000', '78930999', NULL, 1652925557),
(71794, '3220', '925.00', '13', '25.001', '30', '64100000', '64999999', '78900000', '78930999', NULL, 1652925558),
(71795, '3298', '90.00', '13', '0.3', '5', '64100000', '64999999', '78931000', '78999999', NULL, 1652925560),
(71796, '3220', '183.00', '11', '0.3', '5', '64100000', '64999999', '78931000', '78999999', NULL, 1652925562),
(71797, '3298', '133.00', '13', '5.001', '10', '64100000', '64999999', '78931000', '78999999', NULL, 1652925563),
(71798, '3220', '266.00', '11', '5.001', '10', '64100000', '64999999', '78931000', '78999999', NULL, 1652925564),
(71799, '3298', '215.00', '13', '10.001', '15', '64100000', '64999999', '78931000', '78999999', NULL, 1652925565),
(71800, '3220', '430.00', '11', '10.001', '15', '64100000', '64999999', '78931000', '78999999', NULL, 1652925571),
(71801, '3298', '298.00', '13', '15.001', '20', '64100000', '64999999', '78931000', '78999999', NULL, 1652925572),
(71802, '3220', '595.00', '11', '15.001', '20', '64100000', '64999999', '78931000', '78999999', NULL, 1652925574),
(71803, '3298', '380.00', '13', '20.001', '25', '64100000', '64999999', '78931000', '78999999', NULL, 1652925575),
(71804, '3220', '760.00', '11', '20.001', '25', '64100000', '64999999', '78931000', '78999999', NULL, 1652925576),
(71805, '3298', '463.00', '13', '25.001', '30', '64100000', '64999999', '78931000', '78999999', NULL, 1652925577),
(71806, '3220', '925.00', '11', '25.001', '30', '64100000', '64999999', '78931000', '78999999', NULL, 1652925578),
(71807, '3298', '90.00', '11', '0.3', '5', '64100000', '64999999', '79000000', '79129999', NULL, 1652925579),
(71808, '3220', '183.00', '8', '0.3', '5', '64100000', '64999999', '79000000', '79129999', NULL, 1652925579),
(71809, '3298', '133.00', '11', '5.001', '10', '64100000', '64999999', '79000000', '79129999', NULL, 1652925586),
(71810, '3220', '266.00', '8', '5.001', '10', '64100000', '64999999', '79000000', '79129999', NULL, 1652925586),
(71811, '3298', '215.00', '11', '10.001', '15', '64100000', '64999999', '79000000', '79129999', NULL, 1652925587),
(71812, '3220', '430.00', '8', '10.001', '15', '64100000', '64999999', '79000000', '79129999', NULL, 1652925588),
(71813, '3298', '298.00', '11', '15.001', '20', '64100000', '64999999', '79000000', '79129999', NULL, 1652925589),
(71814, '3220', '595.00', '8', '15.001', '20', '64100000', '64999999', '79000000', '79129999', NULL, 1652925589),
(71815, '3298', '380.00', '11', '20.001', '25', '64100000', '64999999', '79000000', '79129999', NULL, 1652925590),
(71816, '3220', '760.00', '8', '20.001', '25', '64100000', '64999999', '79000000', '79129999', NULL, 1652925591),
(71817, '3298', '463.00', '11', '25.001', '30', '64100000', '64999999', '79000000', '79129999', NULL, 1652925592),
(71818, '3220', '925.00', '8', '25.001', '30', '64100000', '64999999', '79000000', '79129999', NULL, 1652925593),
(71819, '3298', '90.00', '14', '0.3', '5', '64100000', '64999999', '79130000', '79999999', NULL, 1652925594),
(71820, '3220', '183.00', '11', '0.3', '5', '64100000', '64999999', '79130000', '79999999', NULL, 1652925596),
(71821, '3298', '133.00', '14', '5.001', '10', '64100000', '64999999', '79130000', '79999999', NULL, 1652925599),
(71822, '3220', '266.00', '11', '5.001', '10', '64100000', '64999999', '79130000', '79999999', NULL, 1652925600),
(71823, '3298', '215.00', '14', '10.001', '15', '64100000', '64999999', '79130000', '79999999', NULL, 1652925604),
(71824, '3220', '430.00', '11', '10.001', '15', '64100000', '64999999', '79130000', '79999999', NULL, 1652925610),
(71825, '3298', '298.00', '14', '15.001', '20', '64100000', '64999999', '79130000', '79999999', NULL, 1652925612),
(71826, '3220', '595.00', '11', '15.001', '20', '64100000', '64999999', '79130000', '79999999', NULL, 1652925616),
(71827, '3298', '380.00', '14', '20.001', '25', '64100000', '64999999', '79130000', '79999999', NULL, 1652925617),
(71828, '3220', '760.00', '11', '20.001', '25', '64100000', '64999999', '79130000', '79999999', NULL, 1652925619),
(71829, '3298', '463.00', '14', '25.001', '30', '64100000', '64999999', '79130000', '79999999', NULL, 1652925620),
(71830, '3220', '925.00', '11', '25.001', '30', '64100000', '64999999', '79130000', '79999999', NULL, 1652925624),
(71831, '3298', '90.00', '11', '0.3', '5', '64100000', '64999999', '80000000', '82999999', NULL, 1652925626),
(71832, '3220', '183.00', '7', '0.3', '5', '64100000', '64999999', '80000000', '82999999', NULL, 1652925629),
(71833, '3298', '133.00', '11', '5.001', '10', '64100000', '64999999', '80000000', '82999999', NULL, 1652925630),
(71834, '3220', '266.00', '7', '5.001', '10', '64100000', '64999999', '80000000', '82999999', NULL, 1652925630),
(71835, '3298', '215.00', '11', '10.001', '15', '64100000', '64999999', '80000000', '82999999', NULL, 1652925631),
(71836, '3220', '430.00', '7', '10.001', '15', '64100000', '64999999', '80000000', '82999999', NULL, 1652925632),
(71837, '3298', '298.00', '11', '15.001', '20', '64100000', '64999999', '80000000', '82999999', NULL, 1652925633),
(71838, '3220', '595.00', '7', '15.001', '20', '64100000', '64999999', '80000000', '82999999', NULL, 1652925635),
(71839, '3298', '380.00', '11', '20.001', '25', '64100000', '64999999', '80000000', '82999999', NULL, 1652925636),
(71840, '3220', '760.00', '7', '20.001', '25', '64100000', '64999999', '80000000', '82999999', NULL, 1652925637),
(71841, '3298', '463.00', '11', '25.001', '30', '64100000', '64999999', '80000000', '82999999', NULL, 1652925637),
(71842, '3220', '925.00', '7', '25.001', '30', '64100000', '64999999', '80000000', '82999999', NULL, 1652925639),
(71843, '3298', '90.00', '11', '0.3', '5', '64100000', '64999999', '80000000', '83800999', NULL, 1652925639),
(71844, '3220', '183.00', '7', '0.3', '5', '64100000', '64999999', '80000000', '83800999', NULL, 1652925640),
(71845, '3298', '133.00', '11', '5.001', '10', '64100000', '64999999', '80000000', '83800999', NULL, 1652925644),
(71846, '3220', '266.00', '7', '5.001', '10', '64100000', '64999999', '80000000', '83800999', NULL, 1652925645),
(71847, '3298', '215.00', '11', '10.001', '15', '64100000', '64999999', '80000000', '83800999', NULL, 1652925645),
(71848, '3220', '430.00', '7', '10.001', '15', '64100000', '64999999', '80000000', '83800999', NULL, 1652925647),
(71849, '3298', '298.00', '11', '15.001', '20', '64100000', '64999999', '80000000', '83800999', NULL, 1652925648),
(71850, '3220', '595.00', '7', '15.001', '20', '64100000', '64999999', '80000000', '83800999', NULL, 1652925654),
(71851, '3298', '380.00', '11', '20.001', '25', '64100000', '64999999', '80000000', '83800999', NULL, 1652925658),
(71852, '3220', '760.00', '7', '20.001', '25', '64100000', '64999999', '80000000', '83800999', NULL, 1652925660),
(71853, '3298', '463.00', '11', '25.001', '30', '64100000', '64999999', '80000000', '83800999', NULL, 1652925664),
(71854, '3220', '925.00', '7', '25.001', '30', '64100000', '64999999', '80000000', '83800999', NULL, 1652925665),
(71855, '3298', '90.00', '13', '0.3', '5', '64100000', '64999999', '83801000', '87999999', NULL, 1652925670),
(71856, '3220', '183.00', '9', '0.3', '5', '64100000', '64999999', '83801000', '87999999', NULL, 1652925671),
(71857, '3298', '133.00', '13', '5.001', '10', '64100000', '64999999', '83801000', '87999999', NULL, 1652925672),
(71858, '3220', '266.00', '9', '5.001', '10', '64100000', '64999999', '83801000', '87999999', NULL, 1652925672),
(71859, '3298', '215.00', '13', '10.001', '15', '64100000', '64999999', '83801000', '87999999', NULL, 1652925674),
(71860, '3220', '430.00', '9', '10.001', '15', '64100000', '64999999', '83801000', '87999999', NULL, 1652925676),
(71861, '3298', '298.00', '13', '15.001', '20', '64100000', '64999999', '83801000', '87999999', NULL, 1652925677),
(71862, '3220', '595.00', '9', '15.001', '20', '64100000', '64999999', '83801000', '87999999', NULL, 1652925677),
(71863, '3298', '380.00', '13', '20.001', '25', '64100000', '64999999', '83801000', '87999999', NULL, 1652925678),
(71864, '3220', '760.00', '9', '20.001', '25', '64100000', '64999999', '83801000', '87999999', NULL, 1652925678),
(71865, '3298', '463.00', '13', '25.001', '30', '64100000', '64999999', '83801000', '87999999', NULL, 1652925681),
(71866, '3220', '925.00', '9', '25.001', '30', '64100000', '64999999', '83801000', '87999999', NULL, 1652925682),
(71867, '3298', '90.00', '11', '0.3', '5', '64100000', '64999999', '88000000', '82999999', NULL, 1652925682),
(71868, '3220', '183.00', '8', '0.3', '5', '64100000', '64999999', '88000000', '82999999', NULL, 1652925684),
(71869, '3298', '133.00', '11', '5.001', '10', '64100000', '64999999', '88000000', '82999999', NULL, 1652925685),
(71870, '3220', '266.00', '8', '5.001', '10', '64100000', '64999999', '88000000', '82999999', NULL, 1652925686),
(71871, '3298', '215.00', '11', '10.001', '15', '64100000', '64999999', '88000000', '82999999', NULL, 1652925686),
(71872, '3220', '430.00', '8', '10.001', '15', '64100000', '64999999', '88000000', '82999999', NULL, 1652925688),
(71873, '3298', '298.00', '11', '15.001', '20', '64100000', '64999999', '88000000', '82999999', NULL, 1652925691),
(71874, '3220', '595.00', '8', '15.001', '20', '64100000', '64999999', '88000000', '82999999', NULL, 1652925692),
(71875, '3298', '380.00', '11', '20.001', '25', '64100000', '64999999', '88000000', '82999999', NULL, 1652925693),
(71876, '3220', '760.00', '8', '20.001', '25', '64100000', '64999999', '88000000', '82999999', NULL, 1652925693),
(71877, '3298', '463.00', '11', '25.001', '30', '64100000', '64999999', '88000000', '82999999', NULL, 1652925694),
(71878, '3220', '925.00', '8', '25.001', '30', '64100000', '64999999', '88000000', '82999999', NULL, 1652925695),
(71879, '3298', '90.00', '11', '0.3', '5', '64100000', '64999999', '88000000', '88469999', NULL, 1652925699),
(71880, '3220', '183.00', '8', '0.3', '5', '64100000', '64999999', '88000000', '88469999', NULL, 1652925702),
(71881, '3298', '133.00', '11', '5.001', '10', '64100000', '64999999', '88000000', '88469999', NULL, 1652925703),
(71882, '3220', '266.00', '8', '5.001', '10', '64100000', '64999999', '88000000', '88469999', NULL, 1652925705),
(71883, '3298', '215.00', '11', '10.001', '15', '64100000', '64999999', '88000000', '88469999', NULL, 1652925708),
(71884, '3220', '430.00', '8', '10.001', '15', '64100000', '64999999', '88000000', '88469999', NULL, 1652925709),
(71885, '3298', '298.00', '11', '15.001', '20', '64100000', '64999999', '88000000', '88469999', NULL, 1652925711),
(71886, '3220', '595.00', '8', '15.001', '20', '64100000', '64999999', '88000000', '88469999', NULL, 1652925712),
(71887, '3298', '380.00', '11', '20.001', '25', '64100000', '64999999', '88000000', '88469999', NULL, 1652925718),
(71888, '3220', '760.00', '8', '20.001', '25', '64100000', '64999999', '88000000', '88469999', NULL, 1652925726),
(71889, '3298', '463.00', '11', '25.001', '30', '64100000', '64999999', '88000000', '88469999', NULL, 1652925727),
(71890, '3220', '925.00', '8', '25.001', '30', '64100000', '64999999', '88000000', '88469999', NULL, 1652925728),
(71891, '3298', '90.00', '12', '0.3', '5', '64100000', '64999999', '88470000', '89999999', NULL, 1652925732),
(71892, '3220', '183.00', '9', '0.3', '5', '64100000', '64999999', '88470000', '89999999', NULL, 1652925732),
(71893, '3298', '133.00', '12', '5.001', '10', '64100000', '64999999', '88470000', '89999999', NULL, 1652925741),
(71894, '3220', '266.00', '9', '5.001', '10', '64100000', '64999999', '88470000', '89999999', NULL, 1652925744),
(71895, '3298', '215.00', '12', '10.001', '15', '64100000', '64999999', '88470000', '89999999', NULL, 1652925745),
(71896, '3220', '430.00', '9', '10.001', '15', '64100000', '64999999', '88470000', '89999999', NULL, 1652925748),
(71897, '3298', '298.00', '12', '15.001', '20', '64100000', '64999999', '88470000', '89999999', NULL, 1652925749),
(71898, '3220', '595.00', '9', '15.001', '20', '64100000', '64999999', '88470000', '89999999', NULL, 1652925752),
(71899, '3298', '380.00', '12', '20.001', '25', '64100000', '64999999', '88470000', '89999999', NULL, 1652925754),
(71900, '3220', '760.00', '9', '20.001', '25', '64100000', '64999999', '88470000', '89999999', NULL, 1652925762),
(71901, '3298', '463.00', '12', '25.001', '30', '64100000', '64999999', '88470000', '89999999', NULL, 1652925765),
(71902, '3220', '925.00', '9', '25.001', '30', '64100000', '64999999', '88470000', '89999999', NULL, 1652925767),
(71903, '3298', '90.00', '11', '0.3', '5', '64100000', '64999999', '90000000', '91999999', NULL, 1652925768),
(71904, '3220', '183.00', '7', '0.3', '5', '64100000', '64999999', '90000000', '91999999', NULL, 1652925769),
(71905, '3298', '133.00', '11', '5.001', '10', '64100000', '64999999', '90000000', '91999999', NULL, 1652925770),
(71906, '3220', '266.00', '7', '5.001', '10', '64100000', '64999999', '90000000', '91999999', NULL, 1652925776),
(71907, '3298', '215.00', '11', '10.001', '15', '64100000', '64999999', '90000000', '91999999', NULL, 1652925777),
(71908, '3220', '430.00', '7', '10.001', '15', '64100000', '64999999', '90000000', '91999999', NULL, 1652925779),
(71909, '3298', '298.00', '11', '15.001', '20', '64100000', '64999999', '90000000', '91999999', NULL, 1652925785),
(71910, '3220', '595.00', '7', '15.001', '20', '64100000', '64999999', '90000000', '91999999', NULL, 1652925786),
(71911, '3298', '380.00', '11', '20.001', '25', '64100000', '64999999', '90000000', '91999999', NULL, 1652925786),
(71912, '3220', '760.00', '7', '20.001', '25', '64100000', '64999999', '90000000', '91999999', NULL, 1652925787),
(71913, '3298', '463.00', '11', '25.001', '30', '64100000', '64999999', '90000000', '91999999', NULL, 1652925793),
(71914, '3220', '925.00', '7', '25.001', '30', '64100000', '64999999', '90000000', '91999999', NULL, 1652925794),
(71915, '3298', '90.00', '13', '0.3', '5', '64100000', '64999999', '90000000', '94900999', NULL, 1652925798),
(71916, '3220', '183.00', '9', '0.3', '5', '64100000', '64999999', '90000000', '94900999', NULL, 1652925799),
(71917, '3298', '133.00', '13', '5.001', '10', '64100000', '64999999', '90000000', '94900999', NULL, 1652925803),
(71918, '3220', '266.00', '9', '5.001', '10', '64100000', '64999999', '90000000', '94900999', NULL, 1652925805),
(71919, '3298', '215.00', '13', '10.001', '15', '64100000', '64999999', '90000000', '94900999', NULL, 1652925807),
(71920, '3220', '430.00', '9', '10.001', '15', '64100000', '64999999', '90000000', '94900999', NULL, 1652925808),
(71921, '3298', '298.00', '13', '15.001', '20', '64100000', '64999999', '90000000', '94900999', NULL, 1652925809),
(71922, '3220', '595.00', '9', '15.001', '20', '64100000', '64999999', '90000000', '94900999', NULL, 1652925811),
(71923, '3298', '380.00', '13', '20.001', '25', '64100000', '64999999', '90000000', '94900999', NULL, 1652925814),
(71924, '3220', '760.00', '9', '20.001', '25', '64100000', '64999999', '90000000', '94900999', NULL, 1652925815),
(71925, '3298', '463.00', '13', '25.001', '30', '64100000', '64999999', '90000000', '94900999', NULL, 1652925816),
(71926, '3220', '925.00', '9', '25.001', '30', '64100000', '64999999', '90000000', '94900999', NULL, 1652925819),
(71927, '3298', '90.00', '15', '0.3', '5', '64100000', '64999999', '94901000', '99999999', NULL, 1652925821),
(71928, '3220', '183.00', '11', '0.3', '5', '64100000', '64999999', '94901000', '99999999', NULL, 1652925825),
(71929, '3298', '133.00', '15', '5.001', '10', '64100000', '64999999', '94901000', '99999999', NULL, 1652925826),
(71930, '3220', '266.00', '11', '5.001', '10', '64100000', '64999999', '94901000', '99999999', NULL, 1652925827),
(71931, '3298', '215.00', '15', '10.001', '15', '64100000', '64999999', '94901000', '99999999', NULL, 1652925833),
(71932, '3220', '430.00', '11', '10.001', '15', '64100000', '64999999', '94901000', '99999999', NULL, 1652925834),
(71933, '3298', '298.00', '15', '15.001', '20', '64100000', '64999999', '94901000', '99999999', NULL, 1652925836),
(71934, '3220', '595.00', '11', '15.001', '20', '64100000', '64999999', '94901000', '99999999', NULL, 1652925838),
(71935, '3298', '380.00', '15', '20.001', '25', '64100000', '64999999', '94901000', '99999999', NULL, 1652925838),
(71936, '3220', '760.00', '11', '20.001', '25', '64100000', '64999999', '94901000', '99999999', NULL, 1652925839),
(71937, '3298', '463.00', '15', '25.001', '30', '64100000', '64999999', '94901000', '99999999', NULL, 1652925840),
(71938, '3220', '925.00', '11', '25.001', '30', '64100000', '64999999', '94901000', '99999999', NULL, 1652925842),
(71939, '3298', '45.00', '8', '0.3', '5', '65000000', '65099999', '01000000', '08499999', NULL, 1652925843),
(71940, '3220', '137.00', '4', '0.3', '5', '65000000', '65099999', '01000000', '08499999', NULL, 1652925844),
(71941, '3298', '71.00', '8', '5.001', '10', '65000000', '65099999', '01000000', '08499999', NULL, 1652925846),
(71942, '3220', '214.00', '4', '5.001', '10', '65000000', '65099999', '01000000', '08499999', NULL, 1652925846),
(71943, '3298', '116.00', '8', '10.001', '15', '65000000', '65099999', '01000000', '08499999', NULL, 1652925847),
(71944, '3220', '346.00', '4', '10.001', '15', '65000000', '65099999', '01000000', '08499999', NULL, 1652925849),
(71945, '3298', '160.00', '8', '15.001', '20', '65000000', '65099999', '01000000', '08499999', NULL, 1652925854),
(71946, '3220', '479.00', '4', '15.001', '20', '65000000', '65099999', '01000000', '08499999', NULL, 1652925855),
(71947, '3298', '205.00', '8', '20.001', '25', '65000000', '65099999', '01000000', '08499999', NULL, 1652925857),
(71948, '3220', '612.00', '4', '20.001', '25', '65000000', '65099999', '01000000', '08499999', NULL, 1652925858),
(71949, '3298', '249.00', '8', '25.001', '30', '65000000', '65099999', '01000000', '08499999', NULL, 1652925858),
(71950, '3220', '744.00', '4', '25.001', '30', '65000000', '65099999', '01000000', '08499999', NULL, 1652925863),
(71951, '3298', '45.00', '8', '0.3', '5', '65000000', '65099999', '06000000', '09999999', NULL, 1652925864),
(71952, '3220', '137.00', '4', '0.3', '5', '65000000', '65099999', '06000000', '09999999', NULL, 1652925865),
(71953, '3298', '71.00', '8', '5.001', '10', '65000000', '65099999', '06000000', '09999999', NULL, 1652925866),
(71954, '3220', '214.00', '4', '5.001', '10', '65000000', '65099999', '06000000', '09999999', NULL, 1652925866),
(71955, '3298', '116.00', '8', '10.001', '15', '65000000', '65099999', '06000000', '09999999', NULL, 1652925867),
(71956, '3220', '346.00', '4', '10.001', '15', '65000000', '65099999', '06000000', '09999999', NULL, 1652925867),
(71957, '3298', '160.00', '8', '15.001', '20', '65000000', '65099999', '06000000', '09999999', NULL, 1652925868),
(71958, '3220', '479.00', '4', '15.001', '20', '65000000', '65099999', '06000000', '09999999', NULL, 1652925869),
(71959, '3298', '205.00', '8', '20.001', '25', '65000000', '65099999', '06000000', '09999999', NULL, 1652925870),
(71960, '3220', '612.00', '4', '20.001', '25', '65000000', '65099999', '06000000', '09999999', NULL, 1652925871),
(71961, '3298', '249.00', '8', '25.001', '30', '65000000', '65099999', '06000000', '09999999', NULL, 1652925875),
(71962, '3220', '744.00', '4', '25.001', '30', '65000000', '65099999', '06000000', '09999999', NULL, 1652925876),
(71963, '3298', '45.00', '8', '0.3', '5', '65000000', '65099999', '11000000', '11999999', NULL, 1652925877),
(71964, '3220', '137.00', '4', '0.3', '5', '65000000', '65099999', '11000000', '11999999', NULL, 1652925879),
(71965, '3298', '71.00', '8', '5.001', '10', '65000000', '65099999', '11000000', '11999999', NULL, 1652925880),
(71966, '3220', '214.00', '4', '5.001', '10', '65000000', '65099999', '11000000', '11999999', NULL, 1652925881),
(71967, '3298', '116.00', '8', '10.001', '15', '65000000', '65099999', '11000000', '11999999', NULL, 1652925882),
(71968, '3220', '346.00', '4', '10.001', '15', '65000000', '65099999', '11000000', '11999999', NULL, 1652925886),
(71969, '3298', '160.00', '8', '15.001', '20', '65000000', '65099999', '11000000', '11999999', NULL, 1652925886),
(71970, '3220', '479.00', '4', '15.001', '20', '65000000', '65099999', '11000000', '11999999', NULL, 1652925887),
(71971, '3298', '205.00', '8', '20.001', '25', '65000000', '65099999', '11000000', '11999999', NULL, 1652925888),
(71972, '3220', '612.00', '4', '20.001', '25', '65000000', '65099999', '11000000', '11999999', NULL, 1652925889),
(71973, '3298', '249.00', '8', '25.001', '30', '65000000', '65099999', '11000000', '11999999', NULL, 1652925892),
(71974, '3220', '744.00', '4', '25.001', '30', '65000000', '65099999', '11000000', '11999999', NULL, 1652925898),
(71975, '3298', '45.00', '7', '0.3', '5', '65000000', '65099999', '12000000', '19999999', NULL, 1652925899),
(71976, '3220', '137.00', '3', '0.3', '5', '65000000', '65099999', '12000000', '19999999', NULL, 1652925905),
(71977, '3298', '71.00', '7', '5.001', '10', '65000000', '65099999', '12000000', '19999999', NULL, 1652925906),
(71978, '3220', '214.00', '3', '5.001', '10', '65000000', '65099999', '12000000', '19999999', NULL, 1652925909),
(71979, '3298', '116.00', '7', '10.001', '15', '65000000', '65099999', '12000000', '19999999', NULL, 1652925910),
(71980, '3220', '346.00', '3', '10.001', '15', '65000000', '65099999', '12000000', '19999999', NULL, 1652925914),
(71981, '3298', '160.00', '7', '15.001', '20', '65000000', '65099999', '12000000', '19999999', NULL, 1652925915),
(71982, '3220', '479.00', '3', '15.001', '20', '65000000', '65099999', '12000000', '19999999', NULL, 1652925918),
(71983, '3298', '205.00', '7', '20.001', '25', '65000000', '65099999', '12000000', '19999999', NULL, 1652925919),
(71984, '3220', '612.00', '3', '20.001', '25', '65000000', '65099999', '12000000', '19999999', NULL, 1652925919),
(71985, '3298', '249.00', '7', '25.001', '30', '65000000', '65099999', '12000000', '19999999', NULL, 1652925920),
(71986, '3220', '744.00', '3', '25.001', '30', '65000000', '65099999', '12000000', '19999999', NULL, 1652925921),
(71987, '3298', '90.00', '10', '0.3', '5', '65000000', '65099999', '26601000', '28999999', NULL, 1652925947),
(71988, '3220', '183.00', '7', '0.3', '5', '65000000', '65099999', '26601000', '28999999', NULL, 1652925955),
(71989, '3298', '133.00', '10', '5.001', '10', '65000000', '65099999', '26601000', '28999999', NULL, 1652925958),
(71990, '3220', '266.00', '7', '5.001', '10', '65000000', '65099999', '26601000', '28999999', NULL, 1652925959),
(71991, '3298', '215.00', '10', '10.001', '15', '65000000', '65099999', '26601000', '28999999', NULL, 1652925961),
(71992, '3220', '430.00', '7', '10.001', '15', '65000000', '65099999', '26601000', '28999999', NULL, 1652925964),
(71993, '3298', '298.00', '10', '15.001', '20', '65000000', '65099999', '26601000', '28999999', NULL, 1652925966),
(71994, '3220', '595.00', '7', '15.001', '20', '65000000', '65099999', '26601000', '28999999', NULL, 1652925967),
(71995, '3298', '380.00', '10', '20.001', '25', '65000000', '65099999', '26601000', '28999999', NULL, 1652925967),
(71996, '3220', '760.00', '7', '20.001', '25', '65000000', '65099999', '26601000', '28999999', NULL, 1652925968),
(71997, '3298', '463.00', '10', '25.001', '30', '65000000', '65099999', '26601000', '28999999', NULL, 1652925970),
(71998, '3220', '925.00', '7', '25.001', '30', '65000000', '65099999', '26601000', '28999999', NULL, 1652925971),
(71999, '3298', '45.00', '8', '0.3', '5', '65000000', '65099999', '29000000', '29099999', NULL, 1652925972),
(72000, '3220', '137.00', '3', '0.3', '5', '65000000', '65099999', '29000000', '29099999', NULL, 1652925973),
(72001, '3298', '71.00', '8', '5.001', '10', '65000000', '65099999', '29000000', '29099999', NULL, 1652925974),
(72002, '3220', '214.00', '3', '5.001', '10', '65000000', '65099999', '29000000', '29099999', NULL, 1652925976),
(72003, '3298', '116.00', '8', '10.001', '15', '65000000', '65099999', '29000000', '29099999', NULL, 1652925977),
(72004, '3220', '346.00', '3', '10.001', '15', '65000000', '65099999', '29000000', '29099999', NULL, 1652925978),
(72005, '3298', '160.00', '8', '15.001', '20', '65000000', '65099999', '29000000', '29099999', NULL, 1652925979),
(72006, '3220', '479.00', '3', '15.001', '20', '65000000', '65099999', '29000000', '29099999', NULL, 1652925980),
(72007, '3298', '205.00', '8', '20.001', '25', '65000000', '65099999', '29000000', '29099999', NULL, 1652925981),
(72008, '3220', '612.00', '3', '20.001', '25', '65000000', '65099999', '29000000', '29099999', NULL, 1652925981),
(72009, '3298', '249.00', '8', '25.001', '30', '65000000', '65099999', '29000000', '29099999', NULL, 1652925982),
(72010, '3220', '744.00', '3', '25.001', '30', '65000000', '65099999', '29000000', '29099999', NULL, 1652925988),
(72011, '3298', '90.00', '10', '0.3', '5', '65000000', '65099999', '29100000', '29999999', NULL, 1652925988),
(72012, '3220', '183.00', '7', '0.3', '5', '65000000', '65099999', '29100000', '29999999', NULL, 1652925989),
(72013, '3298', '133.00', '10', '5.001', '10', '65000000', '65099999', '29100000', '29999999', NULL, 1652925991),
(72014, '3220', '266.00', '7', '5.001', '10', '65000000', '65099999', '29100000', '29999999', NULL, 1652925992),
(72015, '3298', '215.00', '10', '10.001', '15', '65000000', '65099999', '29100000', '29999999', NULL, 1652925992),
(72016, '3220', '430.00', '7', '10.001', '15', '65000000', '65099999', '29100000', '29999999', NULL, 1652925993),
(72017, '3298', '298.00', '10', '15.001', '20', '65000000', '65099999', '29100000', '29999999', NULL, 1652925995),
(72018, '3220', '595.00', '7', '15.001', '20', '65000000', '65099999', '29100000', '29999999', NULL, 1652925997),
(72019, '3298', '380.00', '10', '20.001', '25', '65000000', '65099999', '29100000', '29999999', NULL, 1652925999),
(72020, '3220', '760.00', '7', '20.001', '25', '65000000', '65099999', '29100000', '29999999', NULL, 1652925999),
(72021, '3298', '463.00', '10', '25.001', '30', '65000000', '65099999', '29100000', '29999999', NULL, 1652926001),
(72022, '3220', '925.00', '7', '25.001', '30', '65000000', '65099999', '29100000', '29999999', NULL, 1652926003),
(72023, '3298', '45.00', '7', '0.3', '5', '65000000', '65099999', '30000000', '31999999', NULL, 1652926004),
(72024, '3220', '137.00', '3', '0.3', '5', '65000000', '65099999', '30000000', '31999999', NULL, 1652926006),
(72025, '3298', '71.00', '7', '5.001', '10', '65000000', '65099999', '30000000', '31999999', NULL, 1652926007),
(72026, '3220', '214.00', '3', '5.001', '10', '65000000', '65099999', '30000000', '31999999', NULL, 1652926008),
(72027, '3298', '116.00', '7', '10.001', '15', '65000000', '65099999', '30000000', '31999999', NULL, 1652926009),
(72028, '3220', '346.00', '3', '10.001', '15', '65000000', '65099999', '30000000', '31999999', NULL, 1652926010),
(72029, '3298', '160.00', '7', '15.001', '20', '65000000', '65099999', '30000000', '31999999', NULL, 1652926011),
(72030, '3220', '479.00', '3', '15.001', '20', '65000000', '65099999', '30000000', '31999999', NULL, 1652926015),
(72031, '3298', '205.00', '7', '20.001', '25', '65000000', '65099999', '30000000', '31999999', NULL, 1652926016),
(72032, '3220', '612.00', '3', '20.001', '25', '65000000', '65099999', '30000000', '31999999', NULL, 1652926017),
(72033, '3298', '249.00', '7', '25.001', '30', '65000000', '65099999', '30000000', '31999999', NULL, 1652926025),
(72034, '3220', '744.00', '3', '25.001', '30', '65000000', '65099999', '30000000', '31999999', NULL, 1652926026),
(72035, '3298', '45.00', '7', '0.3', '5', '65000000', '65099999', '30000000', '34999999', NULL, 1652926027),
(72036, '3220', '137.00', '3', '0.3', '5', '65000000', '65099999', '30000000', '34999999', NULL, 1652926028),
(72037, '3298', '71.00', '7', '5.001', '10', '65000000', '65099999', '30000000', '34999999', NULL, 1652926029),
(72038, '3220', '214.00', '3', '5.001', '10', '65000000', '65099999', '30000000', '34999999', NULL, 1652926030),
(72039, '3298', '116.00', '7', '10.001', '15', '65000000', '65099999', '30000000', '34999999', NULL, 1652926031),
(72040, '3220', '346.00', '3', '10.001', '15', '65000000', '65099999', '30000000', '34999999', NULL, 1652926032),
(72041, '3298', '160.00', '7', '15.001', '20', '65000000', '65099999', '30000000', '34999999', NULL, 1652926033),
(72042, '3220', '479.00', '3', '15.001', '20', '65000000', '65099999', '30000000', '34999999', NULL, 1652926033),
(72043, '3298', '205.00', '7', '20.001', '25', '65000000', '65099999', '30000000', '34999999', NULL, 1652926038),
(72044, '3220', '612.00', '3', '20.001', '25', '65000000', '65099999', '30000000', '34999999', NULL, 1652926038),
(72045, '3298', '249.00', '7', '25.001', '30', '65000000', '65099999', '30000000', '34999999', NULL, 1652926039),
(72046, '3220', '744.00', '3', '25.001', '30', '65000000', '65099999', '30000000', '34999999', NULL, 1652926040),
(72047, '3298', '90.00', '9', '0.3', '5', '65000000', '65099999', '35000000', '39999999', NULL, 1652926046),
(72048, '3220', '183.00', '6', '0.3', '5', '65000000', '65099999', '35000000', '39999999', NULL, 1652926047),
(72049, '3298', '133.00', '9', '5.001', '10', '65000000', '65099999', '35000000', '39999999', NULL, 1652926048),
(72050, '3220', '266.00', '6', '5.001', '10', '65000000', '65099999', '35000000', '39999999', NULL, 1652926048),
(72051, '3298', '215.00', '9', '10.001', '15', '65000000', '65099999', '35000000', '39999999', NULL, 1652926050),
(72052, '3220', '430.00', '6', '10.001', '15', '65000000', '65099999', '35000000', '39999999', NULL, 1652926052),
(72053, '3298', '298.00', '9', '15.001', '20', '65000000', '65099999', '35000000', '39999999', NULL, 1652926053),
(72054, '3220', '595.00', '6', '15.001', '20', '65000000', '65099999', '35000000', '39999999', NULL, 1652926060),
(72055, '3298', '380.00', '9', '20.001', '25', '65000000', '65099999', '35000000', '39999999', NULL, 1652926061),
(72056, '3220', '760.00', '6', '20.001', '25', '65000000', '65099999', '35000000', '39999999', NULL, 1652926062),
(72057, '3298', '463.00', '9', '25.001', '30', '65000000', '65099999', '35000000', '39999999', NULL, 1652926064),
(72058, '3220', '925.00', '6', '25.001', '30', '65000000', '65099999', '35000000', '39999999', NULL, 1652926072),
(72059, '3298', '38.00', '7', '0.3', '5', '65000000', '65099999', '40000000', '41999999', NULL, 1652926073),
(72060, '3220', '113.00', '3', '0.3', '5', '65000000', '65099999', '40000000', '41999999', NULL, 1652926074),
(72061, '3298', '58.00', '7', '5.001', '10', '65000000', '65099999', '40000000', '41999999', NULL, 1652926075),
(72062, '3220', '176.00', '3', '5.001', '10', '65000000', '65099999', '40000000', '41999999', NULL, 1652926077),
(72063, '3298', '94.00', '7', '10.001', '15', '65000000', '65099999', '40000000', '41999999', NULL, 1652926078),
(72064, '3220', '286.00', '3', '10.001', '15', '65000000', '65099999', '40000000', '41999999', NULL, 1652926079),
(72065, '3298', '130.00', '7', '15.001', '20', '65000000', '65099999', '40000000', '41999999', NULL, 1652926080),
(72066, '3220', '396.00', '3', '15.001', '20', '65000000', '65099999', '40000000', '41999999', NULL, 1652926081),
(72067, '3298', '166.00', '7', '20.001', '25', '65000000', '65099999', '40000000', '41999999', NULL, 1652926090),
(72068, '3220', '505.00', '3', '20.001', '25', '65000000', '65099999', '40000000', '41999999', NULL, 1652926090),
(72069, '3298', '202.00', '7', '25.001', '30', '65000000', '65099999', '40000000', '41999999', NULL, 1652926091),
(72070, '3220', '615.00', '3', '25.001', '30', '65000000', '65099999', '40000000', '41999999', NULL, 1652926098),
(72071, '3298', '38.00', '7', '0.3', '5', '65000000', '65099999', '40000000', '44470999', NULL, 1652926099),
(72072, '3220', '113.00', '3', '0.3', '5', '65000000', '65099999', '40000000', '44470999', NULL, 1652926100),
(72073, '3298', '58.00', '7', '5.001', '10', '65000000', '65099999', '40000000', '44470999', NULL, 1652926101),
(72074, '3220', '176.00', '3', '5.001', '10', '65000000', '65099999', '40000000', '44470999', NULL, 1652926101),
(72075, '3298', '94.00', '7', '10.001', '15', '65000000', '65099999', '40000000', '44470999', NULL, 1652926103),
(72076, '3220', '286.00', '3', '10.001', '15', '65000000', '65099999', '40000000', '44470999', NULL, 1652926104),
(72077, '3298', '130.00', '7', '15.001', '20', '65000000', '65099999', '40000000', '44470999', NULL, 1652926106),
(72078, '3220', '396.00', '3', '15.001', '20', '65000000', '65099999', '40000000', '44470999', NULL, 1652926107),
(72079, '3298', '166.00', '7', '20.001', '25', '65000000', '65099999', '40000000', '44470999', NULL, 1652926108),
(72080, '3220', '505.00', '3', '20.001', '25', '65000000', '65099999', '40000000', '44470999', NULL, 1652926109),
(72081, '3298', '202.00', '7', '25.001', '30', '65000000', '65099999', '40000000', '44470999', NULL, 1652926111),
(72082, '3220', '615.00', '3', '25.001', '30', '65000000', '65099999', '40000000', '44470999', NULL, 1652926112),
(72083, '3298', '60.00', '8', '0.3', '5', '65000000', '65099999', '44471000', '48999999', NULL, 1652926113),
(72084, '3220', '132.00', '4', '0.3', '5', '65000000', '65099999', '44471000', '48999999', NULL, 1652926119),
(72085, '3298', '91.00', '8', '5.001', '10', '65000000', '65099999', '44471000', '48999999', NULL, 1652926120),
(72086, '3220', '190.00', '4', '5.001', '10', '65000000', '65099999', '44471000', '48999999', NULL, 1652926122),
(72087, '3298', '148.00', '8', '10.001', '15', '65000000', '65099999', '44471000', '48999999', NULL, 1652926128),
(72088, '3220', '308.00', '4', '10.001', '15', '65000000', '65099999', '44471000', '48999999', NULL, 1652926129),
(72089, '3298', '205.00', '8', '15.001', '20', '65000000', '65099999', '44471000', '48999999', NULL, 1652926129),
(72090, '3220', '427.00', '4', '15.001', '20', '65000000', '65099999', '44471000', '48999999', NULL, 1652926131),
(72091, '3298', '262.00', '8', '20.001', '25', '65000000', '65099999', '44471000', '48999999', NULL, 1652926137),
(72092, '3220', '545.00', '4', '20.001', '25', '65000000', '65099999', '44471000', '48999999', NULL, 1652926142),
(72093, '3298', '319.00', '8', '25.001', '30', '65000000', '65099999', '44471000', '48999999', NULL, 1652926143),
(72094, '3220', '663.00', '4', '25.001', '30', '65000000', '65099999', '44471000', '48999999', NULL, 1652926144),
(72095, '3298', '38.00', '8', '0.3', '5', '65000000', '65099999', '49000000', '49099999', NULL, 1652926145),
(72096, '3220', '113.00', '4', '0.3', '5', '65000000', '65099999', '49000000', '49099999', NULL, 1652926146),
(72097, '3298', '58.00', '8', '5.001', '10', '65000000', '65099999', '49000000', '49099999', NULL, 1652926146),
(72098, '3220', '176.00', '4', '5.001', '10', '65000000', '65099999', '49000000', '49099999', NULL, 1652926148),
(72099, '3298', '94.00', '8', '10.001', '15', '65000000', '65099999', '49000000', '49099999', NULL, 1652926148),
(72100, '3220', '286.00', '4', '10.001', '15', '65000000', '65099999', '49000000', '49099999', NULL, 1652926153),
(72101, '3298', '130.00', '8', '15.001', '20', '65000000', '65099999', '49000000', '49099999', NULL, 1652926154),
(72102, '3220', '396.00', '4', '15.001', '20', '65000000', '65099999', '49000000', '49099999', NULL, 1652926154),
(72103, '3298', '166.00', '8', '20.001', '25', '65000000', '65099999', '49000000', '49099999', NULL, 1652926155),
(72104, '3220', '505.00', '4', '20.001', '25', '65000000', '65099999', '49000000', '49099999', NULL, 1652926155),
(72105, '3298', '202.00', '8', '25.001', '30', '65000000', '65099999', '49000000', '49099999', NULL, 1652926157),
(72106, '3220', '615.00', '4', '25.001', '30', '65000000', '65099999', '49000000', '49099999', NULL, 1652926157),
(72107, '3298', '70.00', '11', '0.3', '5', '65000000', '65099999', '49100000', '49999999', NULL, 1652926158),
(72108, '3220', '157.00', '7', '0.3', '5', '65000000', '65099999', '49100000', '49999999', NULL, 1652926159),
(72109, '3298', '106.00', '11', '5.001', '10', '65000000', '65099999', '49100000', '49999999', NULL, 1652926159),
(72110, '3220', '226.00', '7', '5.001', '10', '65000000', '65099999', '49100000', '49999999', NULL, 1652926160),
(72111, '3298', '172.00', '11', '10.001', '15', '65000000', '65099999', '49100000', '49999999', NULL, 1652926161),
(72112, '3220', '367.00', '7', '10.001', '15', '65000000', '65099999', '49100000', '49999999', NULL, 1652926161),
(72113, '3298', '239.00', '11', '15.001', '20', '65000000', '65099999', '49100000', '49999999', NULL, 1652926162),
(72114, '3220', '508.00', '7', '15.001', '20', '65000000', '65099999', '49100000', '49999999', NULL, 1652926163),
(72115, '3298', '305.00', '11', '20.001', '25', '65000000', '65099999', '49100000', '49999999', NULL, 1652926163),
(72116, '3220', '649.00', '7', '20.001', '25', '65000000', '65099999', '49100000', '49999999', NULL, 1652926164),
(72117, '3298', '371.00', '11', '25.001', '30', '65000000', '65099999', '49100000', '49999999', NULL, 1652926165),
(72118, '3220', '789.00', '7', '25.001', '30', '65000000', '65099999', '49100000', '49999999', NULL, 1652926166),
(72119, '3298', '38.00', '8', '0.3', '5', '65000000', '65099999', '50000000', '52999999', NULL, 1652926167),
(72120, '3220', '113.00', '4', '0.3', '5', '65000000', '65099999', '50000000', '52999999', NULL, 1652926169),
(72121, '3298', '58.00', '8', '5.001', '10', '65000000', '65099999', '50000000', '52999999', NULL, 1652926170),
(72122, '3220', '176.00', '4', '5.001', '10', '65000000', '65099999', '50000000', '52999999', NULL, 1652926171),
(72123, '3298', '94.00', '8', '10.001', '15', '65000000', '65099999', '50000000', '52999999', NULL, 1652926176),
(72124, '3220', '286.00', '4', '10.001', '15', '65000000', '65099999', '50000000', '52999999', NULL, 1652926178),
(72125, '3298', '130.00', '8', '15.001', '20', '65000000', '65099999', '50000000', '52999999', NULL, 1652926181),
(72126, '3220', '396.00', '4', '15.001', '20', '65000000', '65099999', '50000000', '52999999', NULL, 1652926184),
(72127, '3298', '166.00', '8', '20.001', '25', '65000000', '65099999', '50000000', '52999999', NULL, 1652926186),
(72128, '3220', '505.00', '4', '20.001', '25', '65000000', '65099999', '50000000', '52999999', NULL, 1652926188),
(72129, '3298', '202.00', '8', '25.001', '30', '65000000', '65099999', '50000000', '52999999', NULL, 1652926191),
(72130, '3220', '615.00', '4', '25.001', '30', '65000000', '65099999', '50000000', '52999999', NULL, 1652926192),
(72131, '3298', '38.00', '8', '0.3', '5', '65000000', '65099999', '50000000', '54999999', NULL, 1652926193),
(72132, '3220', '113.00', '4', '0.3', '5', '65000000', '65099999', '50000000', '54999999', NULL, 1652926197),
(72133, '3298', '58.00', '8', '5.001', '10', '65000000', '65099999', '50000000', '54999999', NULL, 1652926197),
(72134, '3220', '176.00', '4', '5.001', '10', '65000000', '65099999', '50000000', '54999999', NULL, 1652926198),
(72135, '3298', '94.00', '8', '10.001', '15', '65000000', '65099999', '50000000', '54999999', NULL, 1652926199),
(72136, '3220', '286.00', '4', '10.001', '15', '65000000', '65099999', '50000000', '54999999', NULL, 1652926201),
(72137, '3298', '130.00', '8', '15.001', '20', '65000000', '65099999', '50000000', '54999999', NULL, 1652926201),
(72138, '3220', '396.00', '4', '15.001', '20', '65000000', '65099999', '50000000', '54999999', NULL, 1652926202),
(72139, '3298', '166.00', '8', '20.001', '25', '65000000', '65099999', '50000000', '54999999', NULL, 1652926205),
(72140, '3220', '505.00', '4', '20.001', '25', '65000000', '65099999', '50000000', '54999999', NULL, 1652926206),
(72141, '3298', '202.00', '8', '25.001', '30', '65000000', '65099999', '50000000', '54999999', NULL, 1652926207),
(72142, '3220', '615.00', '4', '25.001', '30', '65000000', '65099999', '50000000', '54999999', NULL, 1652926213),
(72143, '3298', '70.00', '11', '0.3', '5', '65000000', '65099999', '55000000', '56999999', NULL, 1652926213),
(72144, '3220', '157.00', '9', '0.3', '5', '65000000', '65099999', '55000000', '56999999', NULL, 1652926215),
(72145, '3298', '106.00', '11', '5.001', '10', '65000000', '65099999', '55000000', '56999999', NULL, 1652926216),
(72146, '3220', '226.00', '9', '5.001', '10', '65000000', '65099999', '55000000', '56999999', NULL, 1652926216),
(72147, '3298', '172.00', '11', '10.001', '15', '65000000', '65099999', '55000000', '56999999', NULL, 1652926221),
(72148, '3220', '367.00', '9', '10.001', '15', '65000000', '65099999', '55000000', '56999999', NULL, 1652926222),
(72149, '3298', '239.00', '11', '15.001', '20', '65000000', '65099999', '55000000', '56999999', NULL, 1652926226),
(72150, '3220', '508.00', '9', '15.001', '20', '65000000', '65099999', '55000000', '56999999', NULL, 1652926230),
(72151, '3298', '305.00', '11', '20.001', '25', '65000000', '65099999', '55000000', '56999999', NULL, 1652926234),
(72152, '3220', '649.00', '9', '20.001', '25', '65000000', '65099999', '55000000', '56999999', NULL, 1652926235),
(72153, '3298', '371.00', '11', '25.001', '30', '65000000', '65099999', '55000000', '56999999', NULL, 1652926236),
(72154, '3220', '789.00', '9', '25.001', '30', '65000000', '65099999', '55000000', '56999999', NULL, 1652926237),
(72155, '3298', '38.00', '8', '0.3', '5', '65000000', '65099999', '57000000', '57099999', NULL, 1652926242),
(72156, '3220', '113.00', '3', '0.3', '5', '65000000', '65099999', '57000000', '57099999', NULL, 1652926243),
(72157, '3298', '58.00', '8', '5.001', '10', '65000000', '65099999', '57000000', '57099999', NULL, 1652926243),
(72158, '3220', '176.00', '3', '5.001', '10', '65000000', '65099999', '57000000', '57099999', NULL, 1652926244),
(72159, '3298', '94.00', '8', '10.001', '15', '65000000', '65099999', '57000000', '57099999', NULL, 1652926245),
(72160, '3220', '286.00', '3', '10.001', '15', '65000000', '65099999', '57000000', '57099999', NULL, 1652926246),
(72161, '3298', '130.00', '8', '15.001', '20', '65000000', '65099999', '57000000', '57099999', NULL, 1652926247),
(72162, '3220', '396.00', '3', '15.001', '20', '65000000', '65099999', '57000000', '57099999', NULL, 1652926248),
(72163, '3298', '166.00', '8', '20.001', '25', '65000000', '65099999', '57000000', '57099999', NULL, 1652926249),
(72164, '3220', '505.00', '3', '20.001', '25', '65000000', '65099999', '57000000', '57099999', NULL, 1652926249),
(72165, '3298', '202.00', '8', '25.001', '30', '65000000', '65099999', '57000000', '57099999', NULL, 1652926250),
(72166, '3220', '615.00', '3', '25.001', '30', '65000000', '65099999', '57000000', '57099999', NULL, 1652926251),
(72167, '3298', '38.00', '10', '0.3', '5', '65000000', '65099999', '57100000', '57999999', NULL, 1652926252),
(72168, '3220', '113.00', '5', '0.3', '5', '65000000', '65099999', '57100000', '57999999', NULL, 1652926253),
(72169, '3298', '58.00', '10', '5.001', '10', '65000000', '65099999', '57100000', '57999999', NULL, 1652926257),
(72170, '3220', '176.00', '5', '5.001', '10', '65000000', '65099999', '57100000', '57999999', NULL, 1652926258),
(72171, '3298', '94.00', '10', '10.001', '15', '65000000', '65099999', '57100000', '57999999', NULL, 1652926260),
(72172, '3220', '286.00', '5', '10.001', '15', '65000000', '65099999', '57100000', '57999999', NULL, 1652926260),
(72173, '3298', '130.00', '10', '15.001', '20', '65000000', '65099999', '57100000', '57999999', NULL, 1652926261),
(72174, '3220', '396.00', '5', '15.001', '20', '65000000', '65099999', '57100000', '57999999', NULL, 1652926262),
(72175, '3298', '166.00', '10', '20.001', '25', '65000000', '65099999', '57100000', '57999999', NULL, 1652926268),
(72176, '3220', '505.00', '5', '20.001', '25', '65000000', '65099999', '57100000', '57999999', NULL, 1652926268),
(72177, '3298', '202.00', '10', '25.001', '30', '65000000', '65099999', '57100000', '57999999', NULL, 1652926273),
(72178, '3220', '615.00', '5', '25.001', '30', '65000000', '65099999', '57100000', '57999999', NULL, 1652926274),
(72179, '3298', '38.00', '9', '0.3', '5', '65000000', '65099999', '58000000', '58099999', NULL, 1652926276),
(72180, '3220', '113.00', '5', '0.3', '5', '65000000', '65099999', '58000000', '58099999', NULL, 1652926277),
(72181, '3298', '58.00', '9', '5.001', '10', '65000000', '65099999', '58000000', '58099999', NULL, 1652926277),
(72182, '3220', '176.00', '5', '5.001', '10', '65000000', '65099999', '58000000', '58099999', NULL, 1652926278),
(72183, '3298', '94.00', '9', '10.001', '15', '65000000', '65099999', '58000000', '58099999', NULL, 1652926281),
(72184, '3220', '286.00', '5', '10.001', '15', '65000000', '65099999', '58000000', '58099999', NULL, 1652926282),
(72185, '3298', '130.00', '9', '15.001', '20', '65000000', '65099999', '58000000', '58099999', NULL, 1652926282),
(72186, '3220', '396.00', '5', '15.001', '20', '65000000', '65099999', '58000000', '58099999', NULL, 1652926286),
(72187, '3298', '166.00', '9', '20.001', '25', '65000000', '65099999', '58000000', '58099999', NULL, 1652926286);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(72188, '3220', '505.00', '5', '20.001', '25', '65000000', '65099999', '58000000', '58099999', NULL, 1652926287),
(72189, '3298', '202.00', '9', '25.001', '30', '65000000', '65099999', '58000000', '58099999', NULL, 1652926288),
(72190, '3220', '615.00', '5', '25.001', '30', '65000000', '65099999', '58000000', '58099999', NULL, 1652926289),
(72191, '3298', '70.00', '13', '0.3', '5', '65000000', '65099999', '58100000', '58999999', NULL, 1652926290),
(72192, '3220', '157.00', '11', '0.3', '5', '65000000', '65099999', '58100000', '58999999', NULL, 1652926291),
(72193, '3298', '106.00', '13', '5.001', '10', '65000000', '65099999', '58100000', '58999999', NULL, 1652926292),
(72194, '3220', '226.00', '11', '5.001', '10', '65000000', '65099999', '58100000', '58999999', NULL, 1652926294),
(72195, '3298', '172.00', '13', '10.001', '15', '65000000', '65099999', '58100000', '58999999', NULL, 1652926295),
(72196, '3220', '367.00', '11', '10.001', '15', '65000000', '65099999', '58100000', '58999999', NULL, 1652926296),
(72197, '3298', '239.00', '13', '15.001', '20', '65000000', '65099999', '58100000', '58999999', NULL, 1652926297),
(72198, '3220', '508.00', '11', '15.001', '20', '65000000', '65099999', '58100000', '58999999', NULL, 1652926299),
(72199, '3298', '305.00', '13', '20.001', '25', '65000000', '65099999', '58100000', '58999999', NULL, 1652926300),
(72200, '3220', '649.00', '11', '20.001', '25', '65000000', '65099999', '58100000', '58999999', NULL, 1652926306),
(72201, '3298', '371.00', '13', '25.001', '30', '65000000', '65099999', '58100000', '58999999', NULL, 1652926306),
(72202, '3220', '789.00', '11', '25.001', '30', '65000000', '65099999', '58100000', '58999999', NULL, 1652926307),
(72203, '3298', '38.00', '9', '0.3', '5', '65000000', '65099999', '59000000', '59099999', NULL, 1652926308),
(72204, '3220', '113.00', '5', '0.3', '5', '65000000', '65099999', '59000000', '59099999', NULL, 1652926309),
(72205, '3298', '58.00', '9', '5.001', '10', '65000000', '65099999', '59000000', '59099999', NULL, 1652926310),
(72206, '3220', '176.00', '5', '5.001', '10', '65000000', '65099999', '59000000', '59099999', NULL, 1652926310),
(72207, '3298', '94.00', '9', '10.001', '15', '65000000', '65099999', '59000000', '59099999', NULL, 1652926314),
(72208, '3220', '286.00', '5', '10.001', '15', '65000000', '65099999', '59000000', '59099999', NULL, 1652926314),
(72209, '3298', '130.00', '9', '15.001', '20', '65000000', '65099999', '59000000', '59099999', NULL, 1652926319),
(72210, '3220', '396.00', '5', '15.001', '20', '65000000', '65099999', '59000000', '59099999', NULL, 1652926320),
(72211, '3298', '166.00', '9', '20.001', '25', '65000000', '65099999', '59000000', '59099999', NULL, 1652926321),
(72212, '3220', '505.00', '5', '20.001', '25', '65000000', '65099999', '59000000', '59099999', NULL, 1652926322),
(72213, '3298', '202.00', '9', '25.001', '30', '65000000', '65099999', '59000000', '59099999', NULL, 1652926323),
(72214, '3220', '615.00', '5', '25.001', '30', '65000000', '65099999', '59000000', '59099999', NULL, 1652926324),
(72215, '3298', '38.00', '9', '0.3', '5', '65000000', '65099999', '59100000', '59999999', NULL, 1652926332),
(72216, '3220', '113.00', '5', '0.3', '5', '65000000', '65099999', '59100000', '59999999', NULL, 1652926333),
(72217, '3298', '58.00', '9', '5.001', '10', '65000000', '65099999', '59100000', '59999999', NULL, 1652926334),
(72218, '3220', '176.00', '5', '5.001', '10', '65000000', '65099999', '59100000', '59999999', NULL, 1652926336),
(72219, '3298', '94.00', '9', '10.001', '15', '65000000', '65099999', '59100000', '59999999', NULL, 1652926336),
(72220, '3220', '286.00', '5', '10.001', '15', '65000000', '65099999', '59100000', '59999999', NULL, 1652926337),
(72221, '3298', '130.00', '9', '15.001', '20', '65000000', '65099999', '59100000', '59999999', NULL, 1652926338),
(72222, '3220', '396.00', '5', '15.001', '20', '65000000', '65099999', '59100000', '59999999', NULL, 1652926339),
(72223, '3298', '166.00', '9', '20.001', '25', '65000000', '65099999', '59100000', '59999999', NULL, 1652926346),
(72224, '3220', '505.00', '5', '20.001', '25', '65000000', '65099999', '59100000', '59999999', NULL, 1652926347),
(72225, '3298', '202.00', '9', '25.001', '30', '65000000', '65099999', '59100000', '59999999', NULL, 1652926348),
(72226, '3220', '615.00', '5', '25.001', '30', '65000000', '65099999', '59100000', '59999999', NULL, 1652926349),
(72227, '3298', '30.00', '9', '0.3', '5', '65000000', '65099999', '60000000', '60999999', NULL, 1652926349),
(72228, '3220', '59.00', '5', '0.3', '5', '65000000', '65099999', '60000000', '60999999', NULL, 1652926355),
(72229, '3298', '44.00', '9', '5.001', '10', '65000000', '65099999', '60000000', '60999999', NULL, 1652926360),
(72230, '3220', '93.00', '5', '5.001', '10', '65000000', '65099999', '60000000', '60999999', NULL, 1652926361),
(72231, '3298', '71.00', '9', '10.001', '15', '65000000', '65099999', '60000000', '60999999', NULL, 1652926363),
(72232, '3220', '150.00', '5', '10.001', '15', '65000000', '65099999', '60000000', '60999999', NULL, 1652926364),
(72233, '3298', '99.00', '9', '15.001', '20', '65000000', '65099999', '60000000', '60999999', NULL, 1652926364),
(72234, '3220', '208.00', '5', '15.001', '20', '65000000', '65099999', '60000000', '60999999', NULL, 1652926366),
(72235, '3298', '126.00', '9', '20.001', '25', '65000000', '65099999', '60000000', '60999999', NULL, 1652926366),
(72236, '3220', '266.00', '5', '20.001', '25', '65000000', '65099999', '60000000', '60999999', NULL, 1652926367),
(72237, '3298', '153.00', '9', '25.001', '30', '65000000', '65099999', '60000000', '60999999', NULL, 1652926370),
(72238, '3220', '324.00', '5', '25.001', '30', '65000000', '65099999', '60000000', '60999999', NULL, 1652926372),
(72239, '3298', '30.00', '9', '0.3', '5', '65000000', '65099999', '60000000', '61900999', NULL, 1652926373),
(72240, '3220', '59.00', '5', '0.3', '5', '65000000', '65099999', '60000000', '61900999', NULL, 1652926373),
(72241, '3298', '44.00', '9', '5.001', '10', '65000000', '65099999', '60000000', '61900999', NULL, 1652926374),
(72242, '3220', '93.00', '5', '5.001', '10', '65000000', '65099999', '60000000', '61900999', NULL, 1652926374),
(72243, '3298', '71.00', '9', '10.001', '15', '65000000', '65099999', '60000000', '61900999', NULL, 1652926375),
(72244, '3220', '150.00', '5', '10.001', '15', '65000000', '65099999', '60000000', '61900999', NULL, 1652926377),
(72245, '3298', '99.00', '9', '15.001', '20', '65000000', '65099999', '60000000', '61900999', NULL, 1652926378),
(72246, '3220', '208.00', '5', '15.001', '20', '65000000', '65099999', '60000000', '61900999', NULL, 1652926379),
(72247, '3298', '126.00', '9', '20.001', '25', '65000000', '65099999', '60000000', '61900999', NULL, 1652926385),
(72248, '3220', '266.00', '5', '20.001', '25', '65000000', '65099999', '60000000', '61900999', NULL, 1652926387),
(72249, '3298', '153.00', '9', '25.001', '30', '65000000', '65099999', '60000000', '61900999', NULL, 1652926389),
(72250, '3220', '324.00', '5', '25.001', '30', '65000000', '65099999', '60000000', '61900999', NULL, 1652926389),
(72251, '3298', '44.00', '11', '0.3', '5', '65000000', '65099999', '61901000', '63999999', NULL, 1652926396),
(72252, '3220', '102.00', '9', '0.3', '5', '65000000', '65099999', '61901000', '63999999', NULL, 1652926403),
(72253, '3298', '74.00', '11', '5.001', '10', '65000000', '65099999', '61901000', '63999999', NULL, 1652926404),
(72254, '3220', '141.00', '9', '5.001', '10', '65000000', '65099999', '61901000', '63999999', NULL, 1652926405),
(72255, '3298', '120.00', '11', '10.001', '15', '65000000', '65099999', '61901000', '63999999', NULL, 1652926406),
(72256, '3220', '229.00', '9', '10.001', '15', '65000000', '65099999', '61901000', '63999999', NULL, 1652926406),
(72257, '3298', '166.00', '11', '15.001', '20', '65000000', '65099999', '61901000', '63999999', NULL, 1652926407),
(72258, '3220', '316.00', '9', '15.001', '20', '65000000', '65099999', '61901000', '63999999', NULL, 1652926420),
(72259, '3298', '212.00', '11', '20.001', '25', '65000000', '65099999', '61901000', '63999999', NULL, 1652926420),
(72260, '3220', '404.00', '9', '20.001', '25', '65000000', '65099999', '61901000', '63999999', NULL, 1652926421),
(72261, '3298', '258.00', '11', '25.001', '30', '65000000', '65099999', '61901000', '63999999', NULL, 1652926422),
(72262, '3220', '492.00', '9', '25.001', '30', '65000000', '65099999', '61901000', '63999999', NULL, 1652926422),
(72263, '3298', '30.00', '6', '0.3', '5', '65000000', '65099999', '64000000', '64099999', NULL, 1652926423),
(72264, '3220', '59.00', '2', '0.3', '5', '65000000', '65099999', '64000000', '64099999', NULL, 1652926423),
(72265, '3298', '44.00', '6', '5.001', '10', '65000000', '65099999', '64000000', '64099999', NULL, 1652926423),
(72266, '3220', '93.00', '2', '5.001', '10', '65000000', '65099999', '64000000', '64099999', NULL, 1652926442),
(72267, '3298', '71.00', '6', '10.001', '15', '65000000', '65099999', '64000000', '64099999', NULL, 1652926442),
(72268, '3220', '150.00', '2', '10.001', '15', '65000000', '65099999', '64000000', '64099999', NULL, 1652926460),
(72269, '3298', '99.00', '6', '15.001', '20', '65000000', '65099999', '64000000', '64099999', NULL, 1652926461),
(72270, '3220', '208.00', '2', '15.001', '20', '65000000', '65099999', '64000000', '64099999', NULL, 1652926462),
(72271, '3298', '126.00', '6', '20.001', '25', '65000000', '65099999', '64000000', '64099999', NULL, 1652926475),
(72272, '3220', '266.00', '2', '20.001', '25', '65000000', '65099999', '64000000', '64099999', NULL, 1652926475),
(72273, '3298', '153.00', '6', '25.001', '30', '65000000', '65099999', '64000000', '64099999', NULL, 1652926476),
(72274, '3220', '324.00', '2', '25.001', '30', '65000000', '65099999', '64000000', '64099999', NULL, 1652926477),
(72275, '3298', '44.00', '8', '0.3', '5', '65000000', '65099999', '64100000', '64999999', NULL, 1652926477),
(72276, '3220', '102.00', '6', '0.3', '5', '65000000', '65099999', '64100000', '64999999', NULL, 1652926487),
(72277, '3298', '74.00', '8', '5.001', '10', '65000000', '65099999', '64100000', '64999999', NULL, 1652926488),
(72278, '3220', '141.00', '6', '5.001', '10', '65000000', '65099999', '64100000', '64999999', NULL, 1652926494),
(72279, '3298', '120.00', '8', '10.001', '15', '65000000', '65099999', '64100000', '64999999', NULL, 1652926495),
(72280, '3220', '229.00', '6', '10.001', '15', '65000000', '65099999', '64100000', '64999999', NULL, 1652926498),
(72281, '3298', '166.00', '8', '15.001', '20', '65000000', '65099999', '64100000', '64999999', NULL, 1652926499),
(72282, '3220', '316.00', '6', '15.001', '20', '65000000', '65099999', '64100000', '64999999', NULL, 1652926500),
(72283, '3298', '212.00', '8', '20.001', '25', '65000000', '65099999', '64100000', '64999999', NULL, 1652926501),
(72284, '3220', '404.00', '6', '20.001', '25', '65000000', '65099999', '64100000', '64999999', NULL, 1652926502),
(72285, '3298', '258.00', '8', '25.001', '30', '65000000', '65099999', '64100000', '64999999', NULL, 1652926507),
(72286, '3220', '492.00', '6', '25.001', '30', '65000000', '65099999', '64100000', '64999999', NULL, 1652926508),
(72287, '3298', '26.00', '5', '0.3', '5', '65000000', '65099999', '65000000', '65099999', NULL, 1652926509),
(72288, '3220', '22.00', '1', '0.3', '5', '65000000', '65099999', '65000000', '65099999', NULL, 1652926514),
(72289, '3298', '32.00', '5', '5.001', '10', '65000000', '65099999', '65000000', '65099999', NULL, 1652926515),
(72290, '3220', '28.00', '1', '5.001', '10', '65000000', '65099999', '65000000', '65099999', NULL, 1652926516),
(72291, '3298', '52.00', '5', '10.001', '15', '65000000', '65099999', '65000000', '65099999', NULL, 1652926518),
(72292, '3220', '45.00', '1', '10.001', '15', '65000000', '65099999', '65000000', '65099999', NULL, 1652926520),
(72293, '3298', '72.00', '5', '15.001', '20', '65000000', '65099999', '65000000', '65099999', NULL, 1652926522),
(72294, '3220', '63.00', '1', '15.001', '20', '65000000', '65099999', '65000000', '65099999', NULL, 1652926523),
(72295, '3298', '92.00', '5', '20.001', '25', '65000000', '65099999', '65000000', '65099999', NULL, 1652926524),
(72296, '3220', '80.00', '1', '20.001', '25', '65000000', '65099999', '65000000', '65099999', NULL, 1652926525),
(72297, '3298', '112.00', '5', '25.001', '30', '65000000', '65099999', '65000000', '65099999', NULL, 1652926526),
(72298, '3220', '97.00', '1', '25.001', '30', '65000000', '65099999', '65000000', '65099999', NULL, 1652926527),
(72299, '3298', '26.00', '6', '0.3', '5', '65000000', '65099999', '65100000', '65999999', NULL, 1652926528),
(72300, '3220', '34.00', '4', '0.3', '5', '65000000', '65099999', '65100000', '65999999', NULL, 1652926529),
(72301, '3298', '32.00', '6', '5.001', '10', '65000000', '65099999', '65100000', '65999999', NULL, 1652926530),
(72302, '3220', '48.00', '4', '5.001', '10', '65000000', '65099999', '65100000', '65999999', NULL, 1652926532),
(72303, '3298', '52.00', '6', '10.001', '15', '65000000', '65099999', '65100000', '65999999', NULL, 1652926534),
(72304, '3220', '79.00', '4', '10.001', '15', '65000000', '65099999', '65100000', '65999999', NULL, 1652926536),
(72305, '3298', '72.00', '6', '15.001', '20', '65000000', '65099999', '65100000', '65999999', NULL, 1652926540),
(72306, '3220', '109.00', '4', '15.001', '20', '65000000', '65099999', '65100000', '65999999', NULL, 1652926541),
(72307, '3298', '92.00', '6', '20.001', '25', '65000000', '65099999', '65100000', '65999999', NULL, 1652926542),
(72308, '3220', '139.00', '4', '20.001', '25', '65000000', '65099999', '65100000', '65999999', NULL, 1652926544),
(72309, '3298', '112.00', '6', '25.001', '30', '65000000', '65099999', '65100000', '65999999', NULL, 1652926545),
(72310, '3220', '170.00', '4', '25.001', '30', '65000000', '65099999', '65100000', '65999999', NULL, 1652926546),
(72311, '3298', '30.00', '10', '0.3', '5', '65000000', '65099999', '66000000', '66999999', NULL, 1652926547),
(72312, '3220', '59.00', '6', '0.3', '5', '65000000', '65099999', '66000000', '66999999', NULL, 1652926550),
(72313, '3298', '44.00', '10', '5.001', '10', '65000000', '65099999', '66000000', '66999999', NULL, 1652926551),
(72314, '3220', '93.00', '6', '5.001', '10', '65000000', '65099999', '66000000', '66999999', NULL, 1652926552),
(72315, '3298', '71.00', '10', '10.001', '15', '65000000', '65099999', '66000000', '66999999', NULL, 1652926552),
(72316, '3220', '150.00', '6', '10.001', '15', '65000000', '65099999', '66000000', '66999999', NULL, 1652926556),
(72317, '3298', '99.00', '10', '15.001', '20', '65000000', '65099999', '66000000', '66999999', NULL, 1652926557),
(72318, '3220', '208.00', '6', '15.001', '20', '65000000', '65099999', '66000000', '66999999', NULL, 1652926557),
(72319, '3298', '126.00', '10', '20.001', '25', '65000000', '65099999', '66000000', '66999999', NULL, 1652926560),
(72320, '3220', '266.00', '6', '20.001', '25', '65000000', '65099999', '66000000', '66999999', NULL, 1652926563),
(72321, '3298', '153.00', '10', '25.001', '30', '65000000', '65099999', '66000000', '66999999', NULL, 1652926563),
(72322, '3220', '324.00', '6', '25.001', '30', '65000000', '65099999', '66000000', '66999999', NULL, 1652926566),
(72323, '3298', '30.00', '10', '0.3', '5', '65000000', '65099999', '66000000', '67999999', NULL, 1652926568),
(72324, '3220', '59.00', '6', '0.3', '5', '65000000', '65099999', '66000000', '67999999', NULL, 1652926569),
(72325, '3298', '44.00', '10', '5.001', '10', '65000000', '65099999', '66000000', '67999999', NULL, 1652926570),
(72326, '3220', '93.00', '6', '5.001', '10', '65000000', '65099999', '66000000', '67999999', NULL, 1652926572),
(72327, '3298', '71.00', '10', '10.001', '15', '65000000', '65099999', '66000000', '67999999', NULL, 1652926573),
(72328, '3220', '150.00', '6', '10.001', '15', '65000000', '65099999', '66000000', '67999999', NULL, 1652926574),
(72329, '3298', '99.00', '10', '15.001', '20', '65000000', '65099999', '66000000', '67999999', NULL, 1652926575),
(72330, '3220', '208.00', '6', '15.001', '20', '65000000', '65099999', '66000000', '67999999', NULL, 1652926576),
(72331, '3298', '126.00', '10', '20.001', '25', '65000000', '65099999', '66000000', '67999999', NULL, 1652926577),
(72332, '3220', '266.00', '6', '20.001', '25', '65000000', '65099999', '66000000', '67999999', NULL, 1652926578),
(72333, '3298', '153.00', '10', '25.001', '30', '65000000', '65099999', '66000000', '67999999', NULL, 1652926579),
(72334, '3220', '324.00', '6', '25.001', '30', '65000000', '65099999', '66000000', '67999999', NULL, 1652926580),
(72335, '3298', '44.00', '13', '0.3', '5', '65000000', '65099999', '68000000', '68899999', NULL, 1652926583),
(72336, '3220', '102.00', '10', '0.3', '5', '65000000', '65099999', '68000000', '68899999', NULL, 1652926585),
(72337, '3298', '74.00', '13', '5.001', '10', '65000000', '65099999', '68000000', '68899999', NULL, 1652926587),
(72338, '3220', '141.00', '10', '5.001', '10', '65000000', '65099999', '68000000', '68899999', NULL, 1652926587),
(72339, '3298', '120.00', '13', '10.001', '15', '65000000', '65099999', '68000000', '68899999', NULL, 1652926590),
(72340, '3220', '229.00', '10', '10.001', '15', '65000000', '65099999', '68000000', '68899999', NULL, 1652926591),
(72341, '3298', '166.00', '13', '15.001', '20', '65000000', '65099999', '68000000', '68899999', NULL, 1652926594),
(72342, '3220', '316.00', '10', '15.001', '20', '65000000', '65099999', '68000000', '68899999', NULL, 1652926596),
(72343, '3298', '212.00', '13', '20.001', '25', '65000000', '65099999', '68000000', '68899999', NULL, 1652926599),
(72344, '3220', '404.00', '10', '20.001', '25', '65000000', '65099999', '68000000', '68899999', NULL, 1652926600),
(72345, '3298', '258.00', '13', '25.001', '30', '65000000', '65099999', '68000000', '68899999', NULL, 1652926603),
(72346, '3220', '492.00', '10', '25.001', '30', '65000000', '65099999', '68000000', '68899999', NULL, 1652926605),
(72347, '3298', '38.00', '21', '0.3', '5', '65000000', '65099999', '68900000', '68914999', NULL, 1652926608),
(72348, '3220', '113.00', '13', '0.3', '5', '65000000', '65099999', '68900000', '68914999', NULL, 1652926612),
(72349, '3298', '58.00', '21', '5.001', '10', '65000000', '65099999', '68900000', '68914999', NULL, 1652926613),
(72350, '3220', '176.00', '13', '5.001', '10', '65000000', '65099999', '68900000', '68914999', NULL, 1652926614),
(72351, '3298', '94.00', '21', '10.001', '15', '65000000', '65099999', '68900000', '68914999', NULL, 1652926615),
(72352, '3220', '286.00', '13', '10.001', '15', '65000000', '65099999', '68900000', '68914999', NULL, 1652926615),
(72353, '3298', '130.00', '21', '15.001', '20', '65000000', '65099999', '68900000', '68914999', NULL, 1652926616),
(72354, '3220', '396.00', '13', '15.001', '20', '65000000', '65099999', '68900000', '68914999', NULL, 1652926616),
(72355, '3298', '166.00', '21', '20.001', '25', '65000000', '65099999', '68900000', '68914999', NULL, 1652926618),
(72356, '3220', '505.00', '13', '20.001', '25', '65000000', '65099999', '68900000', '68914999', NULL, 1652926620),
(72357, '3298', '202.00', '21', '25.001', '30', '65000000', '65099999', '68900000', '68914999', NULL, 1652926623),
(72358, '3220', '615.00', '13', '25.001', '30', '65000000', '65099999', '68900000', '68914999', NULL, 1652926626),
(72359, '3298', '70.00', '23', '0.3', '5', '65000000', '65099999', '68915000', '68999999', NULL, 1652926628),
(72360, '3220', '157.00', '15', '0.3', '5', '65000000', '65099999', '68915000', '68999999', NULL, 1652926629),
(72361, '3298', '106.00', '23', '5.001', '10', '65000000', '65099999', '68915000', '68999999', NULL, 1652926630),
(72362, '3220', '226.00', '15', '5.001', '10', '65000000', '65099999', '68915000', '68999999', NULL, 1652926631),
(72363, '3298', '172.00', '23', '10.001', '15', '65000000', '65099999', '68915000', '68999999', NULL, 1652926634),
(72364, '3220', '367.00', '15', '10.001', '15', '65000000', '65099999', '68915000', '68999999', NULL, 1652926635),
(72365, '3298', '239.00', '23', '15.001', '20', '65000000', '65099999', '68915000', '68999999', NULL, 1652926636),
(72366, '3220', '508.00', '15', '15.001', '20', '65000000', '65099999', '68915000', '68999999', NULL, 1652926637),
(72367, '3298', '305.00', '23', '20.001', '25', '65000000', '65099999', '68915000', '68999999', NULL, 1652926640),
(72368, '3220', '649.00', '15', '20.001', '25', '65000000', '65099999', '68915000', '68999999', NULL, 1652926642),
(72369, '3298', '371.00', '23', '25.001', '30', '65000000', '65099999', '68915000', '68999999', NULL, 1652926643),
(72370, '3220', '789.00', '15', '25.001', '30', '65000000', '65099999', '68915000', '68999999', NULL, 1652926645),
(72371, '3298', '45.00', '23', '0.3', '5', '65000000', '65099999', '69000000', '69099999', NULL, 1652926650),
(72372, '3220', '137.00', '4', '0.3', '5', '65000000', '65099999', '69000000', '69099999', NULL, 1652926651),
(72373, '3298', '71.00', '23', '5.001', '10', '65000000', '65099999', '69000000', '69099999', NULL, 1652926652),
(72374, '3220', '214.00', '4', '5.001', '10', '65000000', '65099999', '69000000', '69099999', NULL, 1652926653),
(72375, '3298', '116.00', '23', '10.001', '15', '65000000', '65099999', '69000000', '69099999', NULL, 1652926654),
(72376, '3220', '346.00', '4', '10.001', '15', '65000000', '65099999', '69000000', '69099999', NULL, 1652926655),
(72377, '3298', '160.00', '23', '15.001', '20', '65000000', '65099999', '69000000', '69099999', NULL, 1652926659),
(72378, '3220', '479.00', '4', '15.001', '20', '65000000', '65099999', '69000000', '69099999', NULL, 1652926662),
(72379, '3298', '205.00', '23', '20.001', '25', '65000000', '65099999', '69000000', '69099999', NULL, 1652926663),
(72380, '3220', '612.00', '4', '20.001', '25', '65000000', '65099999', '69000000', '69099999', NULL, 1652926667),
(72381, '3298', '249.00', '23', '25.001', '30', '65000000', '65099999', '69000000', '69099999', NULL, 1652926670),
(72382, '3220', '744.00', '4', '25.001', '30', '65000000', '65099999', '69000000', '69099999', NULL, 1652926671),
(72383, '3298', '90.00', '30', '0.3', '5', '65000000', '65099999', '69100000', '69299999', NULL, 1652926675),
(72384, '3220', '183.00', '9', '0.3', '5', '65000000', '65099999', '69100000', '69299999', NULL, 1652926675),
(72385, '3298', '133.00', '30', '5.001', '10', '65000000', '65099999', '69100000', '69299999', NULL, 1652926676),
(72386, '3220', '266.00', '9', '5.001', '10', '65000000', '65099999', '69100000', '69299999', NULL, 1652926678),
(72387, '3298', '215.00', '30', '10.001', '15', '65000000', '65099999', '69100000', '69299999', NULL, 1652926681),
(72388, '3220', '430.00', '9', '10.001', '15', '65000000', '65099999', '69100000', '69299999', NULL, 1652926683),
(72389, '3298', '298.00', '30', '15.001', '20', '65000000', '65099999', '69100000', '69299999', NULL, 1652926684),
(72390, '3220', '595.00', '9', '15.001', '20', '65000000', '65099999', '69100000', '69299999', NULL, 1652926684),
(72391, '3298', '380.00', '30', '20.001', '25', '65000000', '65099999', '69100000', '69299999', NULL, 1652926685),
(72392, '3220', '760.00', '9', '20.001', '25', '65000000', '65099999', '69100000', '69299999', NULL, 1652926688),
(72393, '3298', '463.00', '30', '25.001', '30', '65000000', '65099999', '69100000', '69299999', NULL, 1652926690),
(72394, '3220', '925.00', '9', '25.001', '30', '65000000', '65099999', '69100000', '69299999', NULL, 1652926695),
(72395, '3298', '45.00', '23', '0.3', '5', '65000000', '65099999', '69300000', '69339999', NULL, 1652926697),
(72396, '3220', '137.00', '5', '0.3', '5', '65000000', '65099999', '69300000', '69339999', NULL, 1652926699),
(72397, '3298', '71.00', '23', '5.001', '10', '65000000', '65099999', '69300000', '69339999', NULL, 1652926701),
(72398, '3220', '214.00', '5', '5.001', '10', '65000000', '65099999', '69300000', '69339999', NULL, 1652926702),
(72399, '3298', '116.00', '23', '10.001', '15', '65000000', '65099999', '69300000', '69339999', NULL, 1652926706),
(72400, '3220', '346.00', '5', '10.001', '15', '65000000', '65099999', '69300000', '69339999', NULL, 1652926708),
(72401, '3298', '160.00', '23', '15.001', '20', '65000000', '65099999', '69300000', '69339999', NULL, 1652926709),
(72402, '3220', '479.00', '5', '15.001', '20', '65000000', '65099999', '69300000', '69339999', NULL, 1652926710),
(72403, '3298', '205.00', '23', '20.001', '25', '65000000', '65099999', '69300000', '69339999', NULL, 1652926710),
(72404, '3220', '612.00', '5', '20.001', '25', '65000000', '65099999', '69300000', '69339999', NULL, 1652926711),
(72405, '3298', '249.00', '23', '25.001', '30', '65000000', '65099999', '69300000', '69339999', NULL, 1652926712),
(72406, '3220', '744.00', '5', '25.001', '30', '65000000', '65099999', '69300000', '69339999', NULL, 1652926712),
(72407, '3298', '90.00', '30', '0.3', '5', '65000000', '65099999', '69340000', '69389999', NULL, 1652926714),
(72408, '3220', '183.00', '11', '0.3', '5', '65000000', '65099999', '69340000', '69389999', NULL, 1652926715),
(72409, '3298', '133.00', '30', '5.001', '10', '65000000', '65099999', '69340000', '69389999', NULL, 1652926717),
(72410, '3220', '266.00', '11', '5.001', '10', '65000000', '65099999', '69340000', '69389999', NULL, 1652926721),
(72411, '3298', '215.00', '30', '10.001', '15', '65000000', '65099999', '69340000', '69389999', NULL, 1652926724),
(72412, '3220', '430.00', '11', '10.001', '15', '65000000', '65099999', '69340000', '69389999', NULL, 1652926726),
(72413, '3298', '298.00', '30', '15.001', '20', '65000000', '65099999', '69340000', '69389999', NULL, 1652926726),
(72414, '3220', '595.00', '11', '15.001', '20', '65000000', '65099999', '69340000', '69389999', NULL, 1652926729),
(72415, '3298', '380.00', '30', '20.001', '25', '65000000', '65099999', '69340000', '69389999', NULL, 1652926730),
(72416, '3220', '760.00', '11', '20.001', '25', '65000000', '65099999', '69340000', '69389999', NULL, 1652926731),
(72417, '3298', '463.00', '30', '25.001', '30', '65000000', '65099999', '69340000', '69389999', NULL, 1652926732),
(72418, '3220', '925.00', '11', '25.001', '30', '65000000', '65099999', '69340000', '69389999', NULL, 1652926735),
(72419, '3298', '45.00', '11', '0.3', '5', '65000000', '65099999', '69900000', '69920999', NULL, 1652926737),
(72420, '3220', '137.00', '7', '0.3', '5', '65000000', '65099999', '69900000', '69920999', NULL, 1652926738),
(72421, '3298', '71.00', '11', '5.001', '10', '65000000', '65099999', '69900000', '69920999', NULL, 1652926740),
(72422, '3220', '214.00', '7', '5.001', '10', '65000000', '65099999', '69900000', '69920999', NULL, 1652926740),
(72423, '3298', '116.00', '11', '10.001', '15', '65000000', '65099999', '69900000', '69920999', NULL, 1652926744),
(72424, '3220', '346.00', '7', '10.001', '15', '65000000', '65099999', '69900000', '69920999', NULL, 1652926746),
(72425, '3298', '160.00', '11', '15.001', '20', '65000000', '65099999', '69900000', '69920999', NULL, 1652926749),
(72426, '3220', '479.00', '7', '15.001', '20', '65000000', '65099999', '69900000', '69920999', NULL, 1652926751),
(72427, '3298', '205.00', '11', '20.001', '25', '65000000', '65099999', '69900000', '69920999', NULL, 1652926753),
(72428, '3220', '612.00', '7', '20.001', '25', '65000000', '65099999', '69900000', '69920999', NULL, 1652926755),
(72429, '3298', '249.00', '11', '25.001', '30', '65000000', '65099999', '69900000', '69920999', NULL, 1652926756),
(72430, '3220', '744.00', '7', '25.001', '30', '65000000', '65099999', '69900000', '69920999', NULL, 1652926759),
(72431, '3298', '90.00', '15', '0.3', '5', '65000000', '65099999', '69921000', '69999999', NULL, 1652926764),
(72432, '3220', '183.00', '12', '0.3', '5', '65000000', '65099999', '69921000', '69999999', NULL, 1652926767),
(72433, '3298', '133.00', '15', '5.001', '10', '65000000', '65099999', '69921000', '69999999', NULL, 1652926769),
(72434, '3220', '266.00', '12', '5.001', '10', '65000000', '65099999', '69921000', '69999999', NULL, 1652926774),
(72435, '3298', '215.00', '15', '10.001', '15', '65000000', '65099999', '69921000', '69999999', NULL, 1652926775),
(72436, '3220', '430.00', '12', '10.001', '15', '65000000', '65099999', '69921000', '69999999', NULL, 1652926778),
(72437, '3298', '298.00', '15', '15.001', '20', '65000000', '65099999', '69921000', '69999999', NULL, 1652926779),
(72438, '3220', '595.00', '12', '15.001', '20', '65000000', '65099999', '69921000', '69999999', NULL, 1652926782),
(72439, '3298', '380.00', '15', '20.001', '25', '65000000', '65099999', '69921000', '69999999', NULL, 1652926785),
(72440, '3220', '760.00', '12', '20.001', '25', '65000000', '65099999', '69921000', '69999999', NULL, 1652926786),
(72441, '3298', '463.00', '15', '25.001', '30', '65000000', '65099999', '69921000', '69999999', NULL, 1652926787),
(72442, '3220', '925.00', '12', '25.001', '30', '65000000', '65099999', '69921000', '69999999', NULL, 1652926789),
(72443, '3298', '45.00', '7', '0.3', '5', '65000000', '65099999', '71000000', '73699999', NULL, 1652926792),
(72444, '3220', '137.00', '3', '0.3', '5', '65000000', '65099999', '71000000', '73699999', NULL, 1652926795),
(72445, '3298', '71.00', '7', '5.001', '10', '65000000', '65099999', '71000000', '73699999', NULL, 1652926796),
(72446, '3220', '214.00', '3', '5.001', '10', '65000000', '65099999', '71000000', '73699999', NULL, 1652926802),
(72447, '3298', '116.00', '7', '10.001', '15', '65000000', '65099999', '71000000', '73699999', NULL, 1652926803),
(72448, '3220', '346.00', '3', '10.001', '15', '65000000', '65099999', '71000000', '73699999', NULL, 1652926807),
(72449, '3298', '160.00', '7', '15.001', '20', '65000000', '65099999', '71000000', '73699999', NULL, 1652926812),
(72450, '3220', '479.00', '3', '15.001', '20', '65000000', '65099999', '71000000', '73699999', NULL, 1652926819),
(72451, '3298', '205.00', '7', '20.001', '25', '65000000', '65099999', '71000000', '73699999', NULL, 1652926820),
(72452, '3220', '612.00', '3', '20.001', '25', '65000000', '65099999', '71000000', '73699999', NULL, 1652926821),
(72453, '3298', '249.00', '7', '25.001', '30', '65000000', '65099999', '71000000', '73699999', NULL, 1652926821),
(72454, '3220', '744.00', '3', '25.001', '30', '65000000', '65099999', '71000000', '73699999', NULL, 1652926822),
(72455, '3298', '45.00', '8', '0.3', '5', '65000000', '65099999', '72800000', '73999999', NULL, 1652926825),
(72456, '3220', '137.00', '4', '0.3', '5', '65000000', '65099999', '72800000', '73999999', NULL, 1652926826),
(72457, '3298', '71.00', '8', '5.001', '10', '65000000', '65099999', '72800000', '73999999', NULL, 1652926828),
(72458, '3220', '214.00', '4', '5.001', '10', '65000000', '65099999', '72800000', '73999999', NULL, 1652926832),
(72459, '3298', '116.00', '8', '10.001', '15', '65000000', '65099999', '72800000', '73999999', NULL, 1652926832),
(72460, '3220', '346.00', '4', '10.001', '15', '65000000', '65099999', '72800000', '73999999', NULL, 1652926833),
(72461, '3298', '160.00', '8', '15.001', '20', '65000000', '65099999', '72800000', '73999999', NULL, 1652926834),
(72462, '3220', '479.00', '4', '15.001', '20', '65000000', '65099999', '72800000', '73999999', NULL, 1652926835),
(72463, '3298', '205.00', '8', '20.001', '25', '65000000', '65099999', '72800000', '73999999', NULL, 1652926837),
(72464, '3220', '612.00', '4', '20.001', '25', '65000000', '65099999', '72800000', '73999999', NULL, 1652926841),
(72465, '3298', '249.00', '8', '25.001', '30', '65000000', '65099999', '72800000', '73999999', NULL, 1652926841),
(72466, '3220', '744.00', '4', '25.001', '30', '65000000', '65099999', '72800000', '73999999', NULL, 1652926842),
(72467, '3298', '45.00', '8', '0.3', '5', '65000000', '65099999', '74000000', '74894999', NULL, 1652926843),
(72468, '3220', '137.00', '4', '0.3', '5', '65000000', '65099999', '74000000', '74894999', NULL, 1652926844),
(72469, '3298', '71.00', '8', '5.001', '10', '65000000', '65099999', '74000000', '74894999', NULL, 1652926845),
(72470, '3220', '214.00', '4', '5.001', '10', '65000000', '65099999', '74000000', '74894999', NULL, 1652926845),
(72471, '3298', '116.00', '8', '10.001', '15', '65000000', '65099999', '74000000', '74894999', NULL, 1652926846),
(72472, '3220', '346.00', '4', '10.001', '15', '65000000', '65099999', '74000000', '74894999', NULL, 1652926851),
(72473, '3298', '160.00', '8', '15.001', '20', '65000000', '65099999', '74000000', '74894999', NULL, 1652926856),
(72474, '3220', '479.00', '4', '15.001', '20', '65000000', '65099999', '74000000', '74894999', NULL, 1652926858),
(72475, '3298', '205.00', '8', '20.001', '25', '65000000', '65099999', '74000000', '74894999', NULL, 1652926859),
(72476, '3220', '612.00', '4', '20.001', '25', '65000000', '65099999', '74000000', '74894999', NULL, 1652926859),
(72477, '3298', '249.00', '8', '25.001', '30', '65000000', '65099999', '74000000', '74894999', NULL, 1652926861),
(72478, '3220', '744.00', '4', '25.001', '30', '65000000', '65099999', '74000000', '74894999', NULL, 1652926864),
(72479, '3298', '45.00', '7', '0.3', '5', '65000000', '65099999', '74895000', '76799999', NULL, 1652926864),
(72480, '3220', '137.00', '3', '0.3', '5', '65000000', '65099999', '74895000', '76799999', NULL, 1652926872),
(72481, '3298', '71.00', '7', '5.001', '10', '65000000', '65099999', '74895000', '76799999', NULL, 1652926874),
(72482, '3220', '214.00', '3', '5.001', '10', '65000000', '65099999', '74895000', '76799999', NULL, 1652926878),
(72483, '3298', '116.00', '7', '10.001', '15', '65000000', '65099999', '74895000', '76799999', NULL, 1652926880),
(72484, '3220', '346.00', '3', '10.001', '15', '65000000', '65099999', '74895000', '76799999', NULL, 1652926883),
(72485, '3298', '160.00', '7', '15.001', '20', '65000000', '65099999', '74895000', '76799999', NULL, 1652926884),
(72486, '3220', '479.00', '3', '15.001', '20', '65000000', '65099999', '74895000', '76799999', NULL, 1652926885),
(72487, '3298', '205.00', '7', '20.001', '25', '65000000', '65099999', '74895000', '76799999', NULL, 1652926886),
(72488, '3220', '612.00', '3', '20.001', '25', '65000000', '65099999', '74895000', '76799999', NULL, 1652926887),
(72489, '3298', '249.00', '7', '25.001', '30', '65000000', '65099999', '74895000', '76799999', NULL, 1652926893),
(72490, '3220', '744.00', '3', '25.001', '30', '65000000', '65099999', '74895000', '76799999', NULL, 1652926894),
(72491, '3298', '45.00', '9', '0.3', '5', '65000000', '65099999', '77000000', '77270999', NULL, 1652926895),
(72492, '3220', '137.00', '4', '0.3', '5', '65000000', '65099999', '77000000', '77270999', NULL, 1652926898),
(72493, '3298', '71.00', '9', '5.001', '10', '65000000', '65099999', '77000000', '77270999', NULL, 1652926899),
(72494, '3220', '214.00', '4', '5.001', '10', '65000000', '65099999', '77000000', '77270999', NULL, 1652926900),
(72495, '3298', '116.00', '9', '10.001', '15', '65000000', '65099999', '77000000', '77270999', NULL, 1652926901),
(72496, '3220', '346.00', '4', '10.001', '15', '65000000', '65099999', '77000000', '77270999', NULL, 1652926901),
(72497, '3298', '160.00', '9', '15.001', '20', '65000000', '65099999', '77000000', '77270999', NULL, 1652926902),
(72498, '3220', '479.00', '4', '15.001', '20', '65000000', '65099999', '77000000', '77270999', NULL, 1652926904),
(72499, '3298', '205.00', '9', '20.001', '25', '65000000', '65099999', '77000000', '77270999', NULL, 1652926907),
(72500, '3220', '612.00', '4', '20.001', '25', '65000000', '65099999', '77000000', '77270999', NULL, 1652926908),
(72501, '3298', '249.00', '9', '25.001', '30', '65000000', '65099999', '77000000', '77270999', NULL, 1652926909),
(72502, '3220', '744.00', '4', '25.001', '30', '65000000', '65099999', '77000000', '77270999', NULL, 1652926915),
(72503, '3298', '90.00', '9', '0.3', '5', '65000000', '65099999', '77300000', '77995999', NULL, 1652926916),
(72504, '3220', '183.00', '5', '0.3', '5', '65000000', '65099999', '77300000', '77995999', NULL, 1652926917),
(72505, '3298', '133.00', '9', '5.001', '10', '65000000', '65099999', '77300000', '77995999', NULL, 1652926923),
(72506, '3220', '266.00', '5', '5.001', '10', '65000000', '65099999', '77300000', '77995999', NULL, 1652926924),
(72507, '3298', '215.00', '9', '10.001', '15', '65000000', '65099999', '77300000', '77995999', NULL, 1652926926),
(72508, '3220', '430.00', '5', '10.001', '15', '65000000', '65099999', '77300000', '77995999', NULL, 1652926926),
(72509, '3298', '298.00', '9', '15.001', '20', '65000000', '65099999', '77300000', '77995999', NULL, 1652926928),
(72510, '3220', '595.00', '5', '15.001', '20', '65000000', '65099999', '77300000', '77995999', NULL, 1652926930),
(72511, '3298', '380.00', '9', '20.001', '25', '65000000', '65099999', '77300000', '77995999', NULL, 1652926932),
(72512, '3220', '760.00', '5', '20.001', '25', '65000000', '65099999', '77300000', '77995999', NULL, 1652926933),
(72513, '3298', '463.00', '9', '25.001', '30', '65000000', '65099999', '77300000', '77995999', NULL, 1652926934),
(72514, '3220', '925.00', '5', '25.001', '30', '65000000', '65099999', '77300000', '77995999', NULL, 1652926935),
(72515, '3298', '45.00', '10', '0.3', '5', '65000000', '65099999', '78000000', '78109999', NULL, 1652926935),
(72516, '3220', '137.00', '6', '0.3', '5', '65000000', '65099999', '78000000', '78109999', NULL, 1652926936),
(72517, '3298', '71.00', '10', '5.001', '10', '65000000', '65099999', '78000000', '78109999', NULL, 1652926940),
(72518, '3220', '214.00', '6', '5.001', '10', '65000000', '65099999', '78000000', '78109999', NULL, 1652926944),
(72519, '3298', '116.00', '10', '10.001', '15', '65000000', '65099999', '78000000', '78109999', NULL, 1652926944),
(72520, '3220', '346.00', '6', '10.001', '15', '65000000', '65099999', '78000000', '78109999', NULL, 1652926945),
(72521, '3298', '160.00', '10', '15.001', '20', '65000000', '65099999', '78000000', '78109999', NULL, 1652926946),
(72522, '3220', '479.00', '6', '15.001', '20', '65000000', '65099999', '78000000', '78109999', NULL, 1652926947),
(72523, '3298', '205.00', '10', '20.001', '25', '65000000', '65099999', '78000000', '78109999', NULL, 1652926949),
(72524, '3220', '612.00', '6', '20.001', '25', '65000000', '65099999', '78000000', '78109999', NULL, 1652926950),
(72525, '3298', '249.00', '10', '25.001', '30', '65000000', '65099999', '78000000', '78109999', NULL, 1652926951),
(72526, '3220', '744.00', '6', '25.001', '30', '65000000', '65099999', '78000000', '78109999', NULL, 1652926955),
(72527, '3298', '90.00', '11', '0.3', '5', '65000000', '65099999', '78110000', '78899999', NULL, 1652926960),
(72528, '3220', '183.00', '8', '0.3', '5', '65000000', '65099999', '78110000', '78899999', NULL, 1652926962),
(72529, '3298', '133.00', '11', '5.001', '10', '65000000', '65099999', '78110000', '78899999', NULL, 1652926964),
(72530, '3220', '266.00', '8', '5.001', '10', '65000000', '65099999', '78110000', '78899999', NULL, 1652926965),
(72531, '3298', '215.00', '11', '10.001', '15', '65000000', '65099999', '78110000', '78899999', NULL, 1652926967),
(72532, '3220', '430.00', '8', '10.001', '15', '65000000', '65099999', '78110000', '78899999', NULL, 1652926968),
(72533, '3298', '298.00', '11', '15.001', '20', '65000000', '65099999', '78110000', '78899999', NULL, 1652926969),
(72534, '3220', '595.00', '8', '15.001', '20', '65000000', '65099999', '78110000', '78899999', NULL, 1652926970),
(72535, '3298', '380.00', '11', '20.001', '25', '65000000', '65099999', '78110000', '78899999', NULL, 1652926975),
(72536, '3220', '760.00', '8', '20.001', '25', '65000000', '65099999', '78110000', '78899999', NULL, 1652926975),
(72537, '3298', '463.00', '11', '25.001', '30', '65000000', '65099999', '78110000', '78899999', NULL, 1652926976),
(72538, '3220', '925.00', '8', '25.001', '30', '65000000', '65099999', '78110000', '78899999', NULL, 1652926977),
(72539, '3298', '90.00', '12', '0.3', '5', '65000000', '65099999', '78900000', '78930999', NULL, 1652926980),
(72540, '3220', '183.00', '8', '0.3', '5', '65000000', '65099999', '78900000', '78930999', NULL, 1652926981),
(72541, '3298', '133.00', '12', '5.001', '10', '65000000', '65099999', '78900000', '78930999', NULL, 1652926982),
(72542, '3220', '266.00', '8', '5.001', '10', '65000000', '65099999', '78900000', '78930999', NULL, 1652926984),
(72543, '3298', '215.00', '12', '10.001', '15', '65000000', '65099999', '78900000', '78930999', NULL, 1652926988),
(72544, '3220', '430.00', '8', '10.001', '15', '65000000', '65099999', '78900000', '78930999', NULL, 1652926988),
(72545, '3298', '298.00', '12', '15.001', '20', '65000000', '65099999', '78900000', '78930999', NULL, 1652926992),
(72546, '3220', '595.00', '8', '15.001', '20', '65000000', '65099999', '78900000', '78930999', NULL, 1652926995),
(72547, '3298', '380.00', '12', '20.001', '25', '65000000', '65099999', '78900000', '78930999', NULL, 1652926996),
(72548, '3220', '760.00', '8', '20.001', '25', '65000000', '65099999', '78900000', '78930999', NULL, 1652926997),
(72549, '3298', '463.00', '12', '25.001', '30', '65000000', '65099999', '78900000', '78930999', NULL, 1652927000),
(72550, '3220', '925.00', '8', '25.001', '30', '65000000', '65099999', '78900000', '78930999', NULL, 1652927001),
(72551, '3298', '90.00', '11', '0.3', '5', '65000000', '65099999', '78931000', '78999999', NULL, 1652927002),
(72552, '3220', '183.00', '7', '0.3', '5', '65000000', '65099999', '78931000', '78999999', NULL, 1652927003),
(72553, '3298', '133.00', '11', '5.001', '10', '65000000', '65099999', '78931000', '78999999', NULL, 1652927004),
(72554, '3220', '266.00', '7', '5.001', '10', '65000000', '65099999', '78931000', '78999999', NULL, 1652927006),
(72555, '3298', '215.00', '11', '10.001', '15', '65000000', '65099999', '78931000', '78999999', NULL, 1652927012),
(72556, '3220', '430.00', '7', '10.001', '15', '65000000', '65099999', '78931000', '78999999', NULL, 1652927012),
(72557, '3298', '298.00', '11', '15.001', '20', '65000000', '65099999', '78931000', '78999999', NULL, 1652927015),
(72558, '3220', '595.00', '7', '15.001', '20', '65000000', '65099999', '78931000', '78999999', NULL, 1652927015),
(72559, '3298', '380.00', '11', '20.001', '25', '65000000', '65099999', '78931000', '78999999', NULL, 1652927017),
(72560, '3220', '760.00', '7', '20.001', '25', '65000000', '65099999', '78931000', '78999999', NULL, 1652927018),
(72561, '3298', '463.00', '11', '25.001', '30', '65000000', '65099999', '78931000', '78999999', NULL, 1652927019),
(72562, '3220', '925.00', '7', '25.001', '30', '65000000', '65099999', '78931000', '78999999', NULL, 1652927020),
(72563, '3298', '45.00', '8', '0.3', '5', '65000000', '65099999', '79000000', '79129999', NULL, 1652927020),
(72564, '3220', '137.00', '4', '0.3', '5', '65000000', '65099999', '79000000', '79129999', NULL, 1652927022),
(72565, '3298', '71.00', '8', '5.001', '10', '65000000', '65099999', '79000000', '79129999', NULL, 1652927024),
(72566, '3220', '214.00', '4', '5.001', '10', '65000000', '65099999', '79000000', '79129999', NULL, 1652927027),
(72567, '3298', '116.00', '8', '10.001', '15', '65000000', '65099999', '79000000', '79129999', NULL, 1652927029),
(72568, '3220', '346.00', '4', '10.001', '15', '65000000', '65099999', '79000000', '79129999', NULL, 1652927032),
(72569, '3298', '160.00', '8', '15.001', '20', '65000000', '65099999', '79000000', '79129999', NULL, 1652927033),
(72570, '3220', '479.00', '4', '15.001', '20', '65000000', '65099999', '79000000', '79129999', NULL, 1652927033),
(72571, '3298', '205.00', '8', '20.001', '25', '65000000', '65099999', '79000000', '79129999', NULL, 1652927034),
(72572, '3220', '612.00', '4', '20.001', '25', '65000000', '65099999', '79000000', '79129999', NULL, 1652927036),
(72573, '3298', '249.00', '8', '25.001', '30', '65000000', '65099999', '79000000', '79129999', NULL, 1652927037),
(72574, '3220', '744.00', '4', '25.001', '30', '65000000', '65099999', '79000000', '79129999', NULL, 1652927043),
(72575, '3298', '90.00', '11', '0.3', '5', '65000000', '65099999', '79130000', '79999999', NULL, 1652927045),
(72576, '3220', '183.00', '9', '0.3', '5', '65000000', '65099999', '79130000', '79999999', NULL, 1652927047),
(72577, '3298', '133.00', '11', '5.001', '10', '65000000', '65099999', '79130000', '79999999', NULL, 1652927051),
(72578, '3220', '266.00', '9', '5.001', '10', '65000000', '65099999', '79130000', '79999999', NULL, 1652927052),
(72579, '3298', '215.00', '11', '10.001', '15', '65000000', '65099999', '79130000', '79999999', NULL, 1652927057),
(72580, '3220', '430.00', '9', '10.001', '15', '65000000', '65099999', '79130000', '79999999', NULL, 1652927058),
(72581, '3298', '298.00', '11', '15.001', '20', '65000000', '65099999', '79130000', '79999999', NULL, 1652927063),
(72582, '3220', '595.00', '9', '15.001', '20', '65000000', '65099999', '79130000', '79999999', NULL, 1652927065),
(72583, '3298', '380.00', '11', '20.001', '25', '65000000', '65099999', '79130000', '79999999', NULL, 1652927065),
(72584, '3220', '760.00', '9', '20.001', '25', '65000000', '65099999', '79130000', '79999999', NULL, 1652927067),
(72585, '3298', '463.00', '11', '25.001', '30', '65000000', '65099999', '79130000', '79999999', NULL, 1652927068),
(72586, '3220', '925.00', '9', '25.001', '30', '65000000', '65099999', '79130000', '79999999', NULL, 1652927069),
(72587, '3298', '45.00', '7', '0.3', '5', '65000000', '65099999', '80000000', '82999999', NULL, 1652927070),
(72588, '3220', '137.00', '3', '0.3', '5', '65000000', '65099999', '80000000', '82999999', NULL, 1652927076),
(72589, '3298', '71.00', '7', '5.001', '10', '65000000', '65099999', '80000000', '82999999', NULL, 1652927078),
(72590, '3220', '214.00', '3', '5.001', '10', '65000000', '65099999', '80000000', '82999999', NULL, 1652927079),
(72591, '3298', '116.00', '7', '10.001', '15', '65000000', '65099999', '80000000', '82999999', NULL, 1652927080),
(72592, '3220', '346.00', '3', '10.001', '15', '65000000', '65099999', '80000000', '82999999', NULL, 1652927082),
(72593, '3298', '160.00', '7', '15.001', '20', '65000000', '65099999', '80000000', '82999999', NULL, 1652927083),
(72594, '3220', '479.00', '3', '15.001', '20', '65000000', '65099999', '80000000', '82999999', NULL, 1652927089),
(72595, '3298', '205.00', '7', '20.001', '25', '65000000', '65099999', '80000000', '82999999', NULL, 1652927090),
(72596, '3220', '612.00', '3', '20.001', '25', '65000000', '65099999', '80000000', '82999999', NULL, 1652927092),
(72597, '3298', '249.00', '7', '25.001', '30', '65000000', '65099999', '80000000', '82999999', NULL, 1652927095),
(72598, '3220', '744.00', '3', '25.001', '30', '65000000', '65099999', '80000000', '82999999', NULL, 1652927098),
(72599, '3298', '45.00', '7', '0.3', '5', '65000000', '65099999', '80000000', '83800999', NULL, 1652927100),
(72600, '3220', '137.00', '3', '0.3', '5', '65000000', '65099999', '80000000', '83800999', NULL, 1652927103),
(72601, '3298', '71.00', '7', '5.001', '10', '65000000', '65099999', '80000000', '83800999', NULL, 1652927104),
(72602, '3220', '214.00', '3', '5.001', '10', '65000000', '65099999', '80000000', '83800999', NULL, 1652927105),
(72603, '3298', '116.00', '7', '10.001', '15', '65000000', '65099999', '80000000', '83800999', NULL, 1652927107),
(72604, '3220', '346.00', '3', '10.001', '15', '65000000', '65099999', '80000000', '83800999', NULL, 1652927108),
(72605, '3298', '160.00', '7', '15.001', '20', '65000000', '65099999', '80000000', '83800999', NULL, 1652927109),
(72606, '3220', '479.00', '3', '15.001', '20', '65000000', '65099999', '80000000', '83800999', NULL, 1652927113),
(72607, '3298', '205.00', '7', '20.001', '25', '65000000', '65099999', '80000000', '83800999', NULL, 1652927115),
(72608, '3220', '612.00', '3', '20.001', '25', '65000000', '65099999', '80000000', '83800999', NULL, 1652927116),
(72609, '3298', '249.00', '7', '25.001', '30', '65000000', '65099999', '80000000', '83800999', NULL, 1652927117),
(72610, '3220', '744.00', '3', '25.001', '30', '65000000', '65099999', '80000000', '83800999', NULL, 1652927118),
(72611, '3298', '90.00', '10', '0.3', '5', '65000000', '65099999', '83801000', '87999999', NULL, 1652927119),
(72612, '3220', '183.00', '7', '0.3', '5', '65000000', '65099999', '83801000', '87999999', NULL, 1652927120),
(72613, '3298', '133.00', '10', '5.001', '10', '65000000', '65099999', '83801000', '87999999', NULL, 1652927124),
(72614, '3220', '266.00', '7', '5.001', '10', '65000000', '65099999', '83801000', '87999999', NULL, 1652927124),
(72615, '3298', '215.00', '10', '10.001', '15', '65000000', '65099999', '83801000', '87999999', NULL, 1652927128),
(72616, '3220', '430.00', '7', '10.001', '15', '65000000', '65099999', '83801000', '87999999', NULL, 1652927129),
(72617, '3298', '298.00', '10', '15.001', '20', '65000000', '65099999', '83801000', '87999999', NULL, 1652927130),
(72618, '3220', '595.00', '7', '15.001', '20', '65000000', '65099999', '83801000', '87999999', NULL, 1652927136),
(72619, '3298', '380.00', '10', '20.001', '25', '65000000', '65099999', '83801000', '87999999', NULL, 1652927137),
(72620, '3220', '760.00', '7', '20.001', '25', '65000000', '65099999', '83801000', '87999999', NULL, 1652927140),
(72621, '3298', '463.00', '10', '25.001', '30', '65000000', '65099999', '83801000', '87999999', NULL, 1652927141),
(72622, '3220', '925.00', '7', '25.001', '30', '65000000', '65099999', '83801000', '87999999', NULL, 1652927143),
(72623, '3298', '45.00', '8', '0.3', '5', '65000000', '65099999', '88000000', '82999999', NULL, 1652927143),
(72624, '3220', '137.00', '3', '0.3', '5', '65000000', '65099999', '88000000', '82999999', NULL, 1652927144),
(72625, '3298', '71.00', '8', '5.001', '10', '65000000', '65099999', '88000000', '82999999', NULL, 1652927147),
(72626, '3220', '214.00', '3', '5.001', '10', '65000000', '65099999', '88000000', '82999999', NULL, 1652927148),
(72627, '3298', '116.00', '8', '10.001', '15', '65000000', '65099999', '88000000', '82999999', NULL, 1652927155),
(72628, '3220', '346.00', '3', '10.001', '15', '65000000', '65099999', '88000000', '82999999', NULL, 1652927156),
(72629, '3298', '160.00', '8', '15.001', '20', '65000000', '65099999', '88000000', '82999999', NULL, 1652927163),
(72630, '3220', '479.00', '3', '15.001', '20', '65000000', '65099999', '88000000', '82999999', NULL, 1652927171),
(72631, '3298', '205.00', '8', '20.001', '25', '65000000', '65099999', '88000000', '82999999', NULL, 1652927172),
(72632, '3220', '612.00', '3', '20.001', '25', '65000000', '65099999', '88000000', '82999999', NULL, 1652927180),
(72633, '3298', '249.00', '8', '25.001', '30', '65000000', '65099999', '88000000', '82999999', NULL, 1652927180),
(72634, '3220', '744.00', '3', '25.001', '30', '65000000', '65099999', '88000000', '82999999', NULL, 1652927181);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(72635, '3298', '45.00', '8', '0.3', '5', '65000000', '65099999', '88000000', '88469999', NULL, 1652927182),
(72636, '3220', '137.00', '3', '0.3', '5', '65000000', '65099999', '88000000', '88469999', NULL, 1652927184),
(72637, '3298', '71.00', '8', '5.001', '10', '65000000', '65099999', '88000000', '88469999', NULL, 1652927192),
(72638, '3220', '214.00', '3', '5.001', '10', '65000000', '65099999', '88000000', '88469999', NULL, 1652927194),
(72639, '3298', '116.00', '8', '10.001', '15', '65000000', '65099999', '88000000', '88469999', NULL, 1652927195),
(72640, '3220', '346.00', '3', '10.001', '15', '65000000', '65099999', '88000000', '88469999', NULL, 1652927197),
(72641, '3298', '160.00', '8', '15.001', '20', '65000000', '65099999', '88000000', '88469999', NULL, 1652927205),
(72642, '3220', '479.00', '3', '15.001', '20', '65000000', '65099999', '88000000', '88469999', NULL, 1652927205),
(72643, '3298', '205.00', '8', '20.001', '25', '65000000', '65099999', '88000000', '88469999', NULL, 1652927208),
(72644, '3220', '612.00', '3', '20.001', '25', '65000000', '65099999', '88000000', '88469999', NULL, 1652927209),
(72645, '3298', '249.00', '8', '25.001', '30', '65000000', '65099999', '88000000', '88469999', NULL, 1652927217),
(72646, '3220', '744.00', '3', '25.001', '30', '65000000', '65099999', '88000000', '88469999', NULL, 1652927219),
(72647, '3298', '78.00', '8', '0.3', '5', '65000000', '65099999', '88470000', '89999999', NULL, 1652927220),
(72648, '3220', '154.00', '4', '0.3', '5', '65000000', '65099999', '88470000', '89999999', NULL, 1652927222),
(72649, '3298', '114.00', '8', '5.001', '10', '65000000', '65099999', '88470000', '89999999', NULL, 1652927224),
(72650, '3220', '223.00', '4', '5.001', '10', '65000000', '65099999', '88470000', '89999999', NULL, 1652927227),
(72651, '3298', '185.00', '8', '10.001', '15', '65000000', '65099999', '88470000', '89999999', NULL, 1652927227),
(72652, '3220', '361.00', '4', '10.001', '15', '65000000', '65099999', '88470000', '89999999', NULL, 1652927228),
(72653, '3298', '256.00', '8', '15.001', '20', '65000000', '65099999', '88470000', '89999999', NULL, 1652927234),
(72654, '3220', '500.00', '4', '15.001', '20', '65000000', '65099999', '88470000', '89999999', NULL, 1652927235),
(72655, '3298', '327.00', '8', '20.001', '25', '65000000', '65099999', '88470000', '89999999', NULL, 1652927237),
(72656, '3220', '638.00', '4', '20.001', '25', '65000000', '65099999', '88470000', '89999999', NULL, 1652927237),
(72657, '3298', '398.00', '8', '25.001', '30', '65000000', '65099999', '88470000', '89999999', NULL, 1652927240),
(72658, '3220', '777.00', '4', '25.001', '30', '65000000', '65099999', '88470000', '89999999', NULL, 1652927241),
(72659, '3298', '45.00', '8', '0.3', '5', '65000000', '65099999', '90000000', '91999999', NULL, 1652927241),
(72660, '3220', '137.00', '3', '0.3', '5', '65000000', '65099999', '90000000', '91999999', NULL, 1652927251),
(72661, '3298', '71.00', '8', '5.001', '10', '65000000', '65099999', '90000000', '91999999', NULL, 1652927255),
(72662, '3220', '214.00', '3', '5.001', '10', '65000000', '65099999', '90000000', '91999999', NULL, 1652927255),
(72663, '3298', '116.00', '8', '10.001', '15', '65000000', '65099999', '90000000', '91999999', NULL, 1652927256),
(72664, '3220', '346.00', '3', '10.001', '15', '65000000', '65099999', '90000000', '91999999', NULL, 1652927258),
(72665, '3298', '160.00', '8', '15.001', '20', '65000000', '65099999', '90000000', '91999999', NULL, 1652927259),
(72666, '3220', '479.00', '3', '15.001', '20', '65000000', '65099999', '90000000', '91999999', NULL, 1652927260),
(72667, '3298', '205.00', '8', '20.001', '25', '65000000', '65099999', '90000000', '91999999', NULL, 1652927261),
(72668, '3220', '612.00', '3', '20.001', '25', '65000000', '65099999', '90000000', '91999999', NULL, 1652927262),
(72669, '3298', '249.00', '8', '25.001', '30', '65000000', '65099999', '90000000', '91999999', NULL, 1652927263),
(72670, '3220', '744.00', '3', '25.001', '30', '65000000', '65099999', '90000000', '91999999', NULL, 1652927266),
(72671, '3298', '45.00', '8', '0.3', '5', '65000000', '65099999', '90000000', '94900999', NULL, 1652927267),
(72672, '3220', '137.00', '4', '0.3', '5', '65000000', '65099999', '90000000', '94900999', NULL, 1652927268),
(72673, '3298', '71.00', '8', '5.001', '10', '65000000', '65099999', '90000000', '94900999', NULL, 1652927271),
(72674, '3220', '214.00', '4', '5.001', '10', '65000000', '65099999', '90000000', '94900999', NULL, 1652927271),
(72675, '3298', '116.00', '8', '10.001', '15', '65000000', '65099999', '90000000', '94900999', NULL, 1652927274),
(72676, '3220', '346.00', '4', '10.001', '15', '65000000', '65099999', '90000000', '94900999', NULL, 1652927277),
(72677, '3298', '160.00', '8', '15.001', '20', '65000000', '65099999', '90000000', '94900999', NULL, 1652927278),
(72678, '3220', '479.00', '4', '15.001', '20', '65000000', '65099999', '90000000', '94900999', NULL, 1652927280),
(72679, '3298', '205.00', '8', '20.001', '25', '65000000', '65099999', '90000000', '94900999', NULL, 1652927286),
(72680, '3220', '612.00', '4', '20.001', '25', '65000000', '65099999', '90000000', '94900999', NULL, 1652927288),
(72681, '3298', '249.00', '8', '25.001', '30', '65000000', '65099999', '90000000', '94900999', NULL, 1652927291),
(72682, '3220', '744.00', '4', '25.001', '30', '65000000', '65099999', '90000000', '94900999', NULL, 1652927293),
(72683, '3298', '90.00', '12', '0.3', '5', '65000000', '65099999', '94901000', '99999999', NULL, 1652927294),
(72684, '3220', '183.00', '9', '0.3', '5', '65000000', '65099999', '94901000', '99999999', NULL, 1652927296),
(72685, '3298', '133.00', '12', '5.001', '10', '65000000', '65099999', '94901000', '99999999', NULL, 1652927299),
(72686, '3220', '266.00', '9', '5.001', '10', '65000000', '65099999', '94901000', '99999999', NULL, 1652927301),
(72687, '3298', '215.00', '12', '10.001', '15', '65000000', '65099999', '94901000', '99999999', NULL, 1652927301),
(72688, '3220', '430.00', '9', '10.001', '15', '65000000', '65099999', '94901000', '99999999', NULL, 1652927303),
(72689, '3298', '298.00', '12', '15.001', '20', '65000000', '65099999', '94901000', '99999999', NULL, 1652927307),
(72690, '3220', '595.00', '9', '15.001', '20', '65000000', '65099999', '94901000', '99999999', NULL, 1652927308),
(72691, '3298', '380.00', '12', '20.001', '25', '65000000', '65099999', '94901000', '99999999', NULL, 1652927308),
(72692, '3220', '760.00', '9', '20.001', '25', '65000000', '65099999', '94901000', '99999999', NULL, 1652927310),
(72693, '3298', '463.00', '12', '25.001', '30', '65000000', '65099999', '94901000', '99999999', NULL, 1652927314),
(72694, '3220', '925.00', '9', '25.001', '30', '65000000', '65099999', '94901000', '99999999', NULL, 1652927316),
(72695, '3298', '90.00', '12', '0.3', '5', '65100000', '65999999', '01000000', '08499999', NULL, 1652927316),
(72696, '3220', '183.00', '8', '0.3', '5', '65100000', '65999999', '01000000', '08499999', NULL, 1652927317),
(72697, '3298', '133.00', '12', '5.001', '10', '65100000', '65999999', '01000000', '08499999', NULL, 1652927318),
(72698, '3220', '266.00', '8', '5.001', '10', '65100000', '65999999', '01000000', '08499999', NULL, 1652927319),
(72699, '3298', '215.00', '12', '10.001', '15', '65100000', '65999999', '01000000', '08499999', NULL, 1652927323),
(72700, '3220', '430.00', '8', '10.001', '15', '65100000', '65999999', '01000000', '08499999', NULL, 1652927325),
(72701, '3298', '298.00', '12', '15.001', '20', '65100000', '65999999', '01000000', '08499999', NULL, 1652927331),
(72702, '3220', '595.00', '8', '15.001', '20', '65100000', '65999999', '01000000', '08499999', NULL, 1652927336),
(72703, '3298', '380.00', '12', '20.001', '25', '65100000', '65999999', '01000000', '08499999', NULL, 1652927337),
(72704, '3220', '760.00', '8', '20.001', '25', '65100000', '65999999', '01000000', '08499999', NULL, 1652927338),
(72705, '3298', '463.00', '12', '25.001', '30', '65100000', '65999999', '01000000', '08499999', NULL, 1652927339),
(72706, '3220', '925.00', '8', '25.001', '30', '65100000', '65999999', '01000000', '08499999', NULL, 1652927343),
(72707, '3298', '90.00', '12', '0.3', '5', '65100000', '65999999', '06000000', '09999999', NULL, 1652927347),
(72708, '3220', '183.00', '8', '0.3', '5', '65100000', '65999999', '06000000', '09999999', NULL, 1652927351),
(72709, '3298', '133.00', '12', '5.001', '10', '65100000', '65999999', '06000000', '09999999', NULL, 1652927356),
(72710, '3220', '266.00', '8', '5.001', '10', '65100000', '65999999', '06000000', '09999999', NULL, 1652927356),
(72711, '3298', '215.00', '12', '10.001', '15', '65100000', '65999999', '06000000', '09999999', NULL, 1652927356),
(72712, '3220', '430.00', '8', '10.001', '15', '65100000', '65999999', '06000000', '09999999', NULL, 1652927358),
(72713, '3298', '298.00', '12', '15.001', '20', '65100000', '65999999', '06000000', '09999999', NULL, 1652927362),
(72714, '3220', '595.00', '8', '15.001', '20', '65100000', '65999999', '06000000', '09999999', NULL, 1652927365),
(72715, '3298', '380.00', '12', '20.001', '25', '65100000', '65999999', '06000000', '09999999', NULL, 1652927370),
(72716, '3220', '760.00', '8', '20.001', '25', '65100000', '65999999', '06000000', '09999999', NULL, 1652927379),
(72717, '3298', '463.00', '12', '25.001', '30', '65100000', '65999999', '06000000', '09999999', NULL, 1652927382),
(72718, '3220', '925.00', '8', '25.001', '30', '65100000', '65999999', '06000000', '09999999', NULL, 1652927388),
(72719, '3298', '90.00', '13', '0.3', '5', '65100000', '65999999', '11000000', '11999999', NULL, 1652927389),
(72720, '3220', '183.00', '10', '0.3', '5', '65100000', '65999999', '11000000', '11999999', NULL, 1652927390),
(72721, '3298', '133.00', '13', '5.001', '10', '65100000', '65999999', '11000000', '11999999', NULL, 1652927394),
(72722, '3220', '266.00', '10', '5.001', '10', '65100000', '65999999', '11000000', '11999999', NULL, 1652927399),
(72723, '3298', '215.00', '13', '10.001', '15', '65100000', '65999999', '11000000', '11999999', NULL, 1652927403),
(72724, '3220', '430.00', '10', '10.001', '15', '65100000', '65999999', '11000000', '11999999', NULL, 1652927404),
(72725, '3298', '298.00', '13', '15.001', '20', '65100000', '65999999', '11000000', '11999999', NULL, 1652927408),
(72726, '3220', '595.00', '10', '15.001', '20', '65100000', '65999999', '11000000', '11999999', NULL, 1652927410),
(72727, '3298', '380.00', '13', '20.001', '25', '65100000', '65999999', '11000000', '11999999', NULL, 1652927414),
(72728, '3220', '760.00', '10', '20.001', '25', '65100000', '65999999', '11000000', '11999999', NULL, 1652927415),
(72729, '3298', '463.00', '13', '25.001', '30', '65100000', '65999999', '11000000', '11999999', NULL, 1652927416),
(72730, '3220', '925.00', '10', '25.001', '30', '65100000', '65999999', '11000000', '11999999', NULL, 1652927416),
(72731, '3298', '90.00', '12', '0.3', '5', '65100000', '65999999', '12000000', '19999999', NULL, 1652927420),
(72732, '3220', '183.00', '9', '0.3', '5', '65100000', '65999999', '12000000', '19999999', NULL, 1652927422),
(72733, '3298', '133.00', '12', '5.001', '10', '65100000', '65999999', '12000000', '19999999', NULL, 1652927427),
(72734, '3220', '266.00', '9', '5.001', '10', '65100000', '65999999', '12000000', '19999999', NULL, 1652927428),
(72735, '3298', '215.00', '12', '10.001', '15', '65100000', '65999999', '12000000', '19999999', NULL, 1652927428),
(72736, '3220', '430.00', '9', '10.001', '15', '65100000', '65999999', '12000000', '19999999', NULL, 1652927429),
(72737, '3298', '298.00', '12', '15.001', '20', '65100000', '65999999', '12000000', '19999999', NULL, 1652927431),
(72738, '3220', '595.00', '9', '15.001', '20', '65100000', '65999999', '12000000', '19999999', NULL, 1652927432),
(72739, '3298', '380.00', '12', '20.001', '25', '65100000', '65999999', '12000000', '19999999', NULL, 1652927433),
(72740, '3220', '760.00', '9', '20.001', '25', '65100000', '65999999', '12000000', '19999999', NULL, 1652927434),
(72741, '3298', '463.00', '12', '25.001', '30', '65100000', '65999999', '12000000', '19999999', NULL, 1652927436),
(72742, '3220', '925.00', '9', '25.001', '30', '65100000', '65999999', '12000000', '19999999', NULL, 1652927439),
(72743, '3298', '90.00', '14', '0.3', '5', '65100000', '65999999', '26601000', '28999999', NULL, 1652927483),
(72744, '3220', '183.00', '11', '0.3', '5', '65100000', '65999999', '26601000', '28999999', NULL, 1652927484),
(72745, '3298', '133.00', '14', '5.001', '10', '65100000', '65999999', '26601000', '28999999', NULL, 1652927485),
(72746, '3220', '266.00', '11', '5.001', '10', '65100000', '65999999', '26601000', '28999999', NULL, 1652927485),
(72747, '3298', '215.00', '14', '10.001', '15', '65100000', '65999999', '26601000', '28999999', NULL, 1652927487),
(72748, '3220', '430.00', '11', '10.001', '15', '65100000', '65999999', '26601000', '28999999', NULL, 1652927488),
(72749, '3298', '298.00', '14', '15.001', '20', '65100000', '65999999', '26601000', '28999999', NULL, 1652927488),
(72750, '3220', '595.00', '11', '15.001', '20', '65100000', '65999999', '26601000', '28999999', NULL, 1652927494),
(72751, '3298', '380.00', '14', '20.001', '25', '65100000', '65999999', '26601000', '28999999', NULL, 1652927496),
(72752, '3220', '760.00', '11', '20.001', '25', '65100000', '65999999', '26601000', '28999999', NULL, 1652927497),
(72753, '3298', '463.00', '14', '25.001', '30', '65100000', '65999999', '26601000', '28999999', NULL, 1652927499),
(72754, '3220', '925.00', '11', '25.001', '30', '65100000', '65999999', '26601000', '28999999', NULL, 1652927500),
(72755, '3298', '90.00', '12', '0.3', '5', '65100000', '65999999', '29000000', '29099999', NULL, 1652927502),
(72756, '3220', '183.00', '9', '0.3', '5', '65100000', '65999999', '29000000', '29099999', NULL, 1652927502),
(72757, '3298', '133.00', '12', '5.001', '10', '65100000', '65999999', '29000000', '29099999', NULL, 1652927503),
(72758, '3220', '266.00', '9', '5.001', '10', '65100000', '65999999', '29000000', '29099999', NULL, 1652927504),
(72759, '3298', '215.00', '12', '10.001', '15', '65100000', '65999999', '29000000', '29099999', NULL, 1652927506),
(72760, '3220', '430.00', '9', '10.001', '15', '65100000', '65999999', '29000000', '29099999', NULL, 1652927506),
(72761, '3298', '298.00', '12', '15.001', '20', '65100000', '65999999', '29000000', '29099999', NULL, 1652927509),
(72762, '3220', '595.00', '9', '15.001', '20', '65100000', '65999999', '29000000', '29099999', NULL, 1652927512),
(72763, '3298', '380.00', '12', '20.001', '25', '65100000', '65999999', '29000000', '29099999', NULL, 1652927513),
(72764, '3220', '760.00', '9', '20.001', '25', '65100000', '65999999', '29000000', '29099999', NULL, 1652927514),
(72765, '3298', '463.00', '12', '25.001', '30', '65100000', '65999999', '29000000', '29099999', NULL, 1652927515),
(72766, '3220', '925.00', '9', '25.001', '30', '65100000', '65999999', '29000000', '29099999', NULL, 1652927517),
(72767, '3298', '90.00', '14', '0.3', '5', '65100000', '65999999', '29100000', '29999999', NULL, 1652927519),
(72768, '3220', '183.00', '11', '0.3', '5', '65100000', '65999999', '29100000', '29999999', NULL, 1652927520),
(72769, '3298', '133.00', '14', '5.001', '10', '65100000', '65999999', '29100000', '29999999', NULL, 1652927521),
(72770, '3220', '266.00', '11', '5.001', '10', '65100000', '65999999', '29100000', '29999999', NULL, 1652927521),
(72771, '3298', '215.00', '14', '10.001', '15', '65100000', '65999999', '29100000', '29999999', NULL, 1652927522),
(72772, '3220', '430.00', '11', '10.001', '15', '65100000', '65999999', '29100000', '29999999', NULL, 1652927523),
(72773, '3298', '298.00', '14', '15.001', '20', '65100000', '65999999', '29100000', '29999999', NULL, 1652927525),
(72774, '3220', '595.00', '11', '15.001', '20', '65100000', '65999999', '29100000', '29999999', NULL, 1652927527),
(72775, '3298', '380.00', '14', '20.001', '25', '65100000', '65999999', '29100000', '29999999', NULL, 1652927529),
(72776, '3220', '760.00', '11', '20.001', '25', '65100000', '65999999', '29100000', '29999999', NULL, 1652927531),
(72777, '3298', '463.00', '14', '25.001', '30', '65100000', '65999999', '29100000', '29999999', NULL, 1652927532),
(72778, '3220', '925.00', '11', '25.001', '30', '65100000', '65999999', '29100000', '29999999', NULL, 1652927535),
(72779, '3298', '90.00', '11', '0.3', '5', '65100000', '65999999', '30000000', '31999999', NULL, 1652927537),
(72780, '3220', '183.00', '8', '0.3', '5', '65100000', '65999999', '30000000', '31999999', NULL, 1652927538),
(72781, '3298', '133.00', '11', '5.001', '10', '65100000', '65999999', '30000000', '31999999', NULL, 1652927540),
(72782, '3220', '266.00', '8', '5.001', '10', '65100000', '65999999', '30000000', '31999999', NULL, 1652927546),
(72783, '3298', '215.00', '11', '10.001', '15', '65100000', '65999999', '30000000', '31999999', NULL, 1652927551),
(72784, '3220', '430.00', '8', '10.001', '15', '65100000', '65999999', '30000000', '31999999', NULL, 1652927554),
(72785, '3298', '298.00', '11', '15.001', '20', '65100000', '65999999', '30000000', '31999999', NULL, 1652927559),
(72786, '3220', '595.00', '8', '15.001', '20', '65100000', '65999999', '30000000', '31999999', NULL, 1652927560),
(72787, '3298', '380.00', '11', '20.001', '25', '65100000', '65999999', '30000000', '31999999', NULL, 1652927561),
(72788, '3220', '760.00', '8', '20.001', '25', '65100000', '65999999', '30000000', '31999999', NULL, 1652927566),
(72789, '3298', '463.00', '11', '25.001', '30', '65100000', '65999999', '30000000', '31999999', NULL, 1652927567),
(72790, '3220', '925.00', '8', '25.001', '30', '65100000', '65999999', '30000000', '31999999', NULL, 1652927568),
(72791, '3298', '90.00', '11', '0.3', '5', '65100000', '65999999', '30000000', '34999999', NULL, 1652927569),
(72792, '3220', '183.00', '8', '0.3', '5', '65100000', '65999999', '30000000', '34999999', NULL, 1652927570),
(72793, '3298', '133.00', '11', '5.001', '10', '65100000', '65999999', '30000000', '34999999', NULL, 1652927572),
(72794, '3220', '266.00', '8', '5.001', '10', '65100000', '65999999', '30000000', '34999999', NULL, 1652927573),
(72795, '3298', '215.00', '11', '10.001', '15', '65100000', '65999999', '30000000', '34999999', NULL, 1652927574),
(72796, '3220', '430.00', '8', '10.001', '15', '65100000', '65999999', '30000000', '34999999', NULL, 1652927578),
(72797, '3298', '298.00', '11', '15.001', '20', '65100000', '65999999', '30000000', '34999999', NULL, 1652927582),
(72798, '3220', '595.00', '8', '15.001', '20', '65100000', '65999999', '30000000', '34999999', NULL, 1652927583),
(72799, '3298', '380.00', '11', '20.001', '25', '65100000', '65999999', '30000000', '34999999', NULL, 1652927584),
(72800, '3220', '760.00', '8', '20.001', '25', '65100000', '65999999', '30000000', '34999999', NULL, 1652927585),
(72801, '3298', '463.00', '11', '25.001', '30', '65100000', '65999999', '30000000', '34999999', NULL, 1652927586),
(72802, '3220', '925.00', '8', '25.001', '30', '65100000', '65999999', '30000000', '34999999', NULL, 1652927588),
(72803, '3298', '90.00', '13', '0.3', '5', '65100000', '65999999', '35000000', '39999999', NULL, 1652927589),
(72804, '3220', '183.00', '10', '0.3', '5', '65100000', '65999999', '35000000', '39999999', NULL, 1652927589),
(72805, '3298', '133.00', '13', '5.001', '10', '65100000', '65999999', '35000000', '39999999', NULL, 1652927590),
(72806, '3220', '266.00', '10', '5.001', '10', '65100000', '65999999', '35000000', '39999999', NULL, 1652927591),
(72807, '3298', '215.00', '13', '10.001', '15', '65100000', '65999999', '35000000', '39999999', NULL, 1652927592),
(72808, '3220', '430.00', '10', '10.001', '15', '65100000', '65999999', '35000000', '39999999', NULL, 1652927593),
(72809, '3298', '298.00', '13', '15.001', '20', '65100000', '65999999', '35000000', '39999999', NULL, 1652927594),
(72810, '3220', '595.00', '10', '15.001', '20', '65100000', '65999999', '35000000', '39999999', NULL, 1652927595),
(72811, '3298', '380.00', '13', '20.001', '25', '65100000', '65999999', '35000000', '39999999', NULL, 1652927595),
(72812, '3220', '760.00', '10', '20.001', '25', '65100000', '65999999', '35000000', '39999999', NULL, 1652927596),
(72813, '3298', '463.00', '13', '25.001', '30', '65100000', '65999999', '35000000', '39999999', NULL, 1652927597),
(72814, '3220', '925.00', '10', '25.001', '30', '65100000', '65999999', '35000000', '39999999', NULL, 1652927597),
(72815, '3298', '70.00', '10', '0.3', '5', '65100000', '65999999', '40000000', '41999999', NULL, 1652927598),
(72816, '3220', '157.00', '8', '0.3', '5', '65100000', '65999999', '40000000', '41999999', NULL, 1652927599),
(72817, '3298', '106.00', '10', '5.001', '10', '65100000', '65999999', '40000000', '41999999', NULL, 1652927601),
(72818, '3220', '226.00', '8', '5.001', '10', '65100000', '65999999', '40000000', '41999999', NULL, 1652927602),
(72819, '3298', '172.00', '10', '10.001', '15', '65100000', '65999999', '40000000', '41999999', NULL, 1652927602),
(72820, '3220', '367.00', '8', '10.001', '15', '65100000', '65999999', '40000000', '41999999', NULL, 1652927603),
(72821, '3298', '239.00', '10', '15.001', '20', '65100000', '65999999', '40000000', '41999999', NULL, 1652927604),
(72822, '3220', '508.00', '8', '15.001', '20', '65100000', '65999999', '40000000', '41999999', NULL, 1652927605),
(72823, '3298', '305.00', '10', '20.001', '25', '65100000', '65999999', '40000000', '41999999', NULL, 1652927605),
(72824, '3220', '649.00', '8', '20.001', '25', '65100000', '65999999', '40000000', '41999999', NULL, 1652927606),
(72825, '3298', '371.00', '10', '25.001', '30', '65100000', '65999999', '40000000', '41999999', NULL, 1652927607),
(72826, '3220', '789.00', '8', '25.001', '30', '65100000', '65999999', '40000000', '41999999', NULL, 1652927613),
(72827, '3298', '70.00', '10', '0.3', '5', '65100000', '65999999', '40000000', '44470999', NULL, 1652927615),
(72828, '3220', '157.00', '8', '0.3', '5', '65100000', '65999999', '40000000', '44470999', NULL, 1652927616),
(72829, '3298', '106.00', '10', '5.001', '10', '65100000', '65999999', '40000000', '44470999', NULL, 1652927622),
(72830, '3220', '226.00', '8', '5.001', '10', '65100000', '65999999', '40000000', '44470999', NULL, 1652927629),
(72831, '3298', '172.00', '10', '10.001', '15', '65100000', '65999999', '40000000', '44470999', NULL, 1652927630),
(72832, '3220', '367.00', '8', '10.001', '15', '65100000', '65999999', '40000000', '44470999', NULL, 1652927630),
(72833, '3298', '239.00', '10', '15.001', '20', '65100000', '65999999', '40000000', '44470999', NULL, 1652927631),
(72834, '3220', '508.00', '8', '15.001', '20', '65100000', '65999999', '40000000', '44470999', NULL, 1652927632),
(72835, '3298', '305.00', '10', '20.001', '25', '65100000', '65999999', '40000000', '44470999', NULL, 1652927635),
(72836, '3220', '649.00', '8', '20.001', '25', '65100000', '65999999', '40000000', '44470999', NULL, 1652927636),
(72837, '3298', '371.00', '10', '25.001', '30', '65100000', '65999999', '40000000', '44470999', NULL, 1652927637),
(72838, '3220', '789.00', '8', '25.001', '30', '65100000', '65999999', '40000000', '44470999', NULL, 1652927638),
(72839, '3298', '70.00', '12', '0.3', '5', '65100000', '65999999', '44471000', '48999999', NULL, 1652927639),
(72840, '3220', '157.00', '12', '0.3', '5', '65100000', '65999999', '44471000', '48999999', NULL, 1652927644),
(72841, '3298', '106.00', '12', '5.001', '10', '65100000', '65999999', '44471000', '48999999', NULL, 1652927645),
(72842, '3220', '226.00', '12', '5.001', '10', '65100000', '65999999', '44471000', '48999999', NULL, 1652927651),
(72843, '3298', '172.00', '12', '10.001', '15', '65100000', '65999999', '44471000', '48999999', NULL, 1652927651),
(72844, '3220', '367.00', '12', '10.001', '15', '65100000', '65999999', '44471000', '48999999', NULL, 1652927653),
(72845, '3298', '239.00', '12', '15.001', '20', '65100000', '65999999', '44471000', '48999999', NULL, 1652927653),
(72846, '3220', '508.00', '12', '15.001', '20', '65100000', '65999999', '44471000', '48999999', NULL, 1652927654),
(72847, '3298', '305.00', '12', '20.001', '25', '65100000', '65999999', '44471000', '48999999', NULL, 1652927655),
(72848, '3220', '649.00', '12', '20.001', '25', '65100000', '65999999', '44471000', '48999999', NULL, 1652927656),
(72849, '3298', '371.00', '12', '25.001', '30', '65100000', '65999999', '44471000', '48999999', NULL, 1652927660),
(72850, '3220', '789.00', '12', '25.001', '30', '65100000', '65999999', '44471000', '48999999', NULL, 1652927662),
(72851, '3298', '70.00', '13', '0.3', '5', '65100000', '65999999', '49000000', '49099999', NULL, 1652927666),
(72852, '3220', '157.00', '9', '0.3', '5', '65100000', '65999999', '49000000', '49099999', NULL, 1652927666),
(72853, '3298', '106.00', '13', '5.001', '10', '65100000', '65999999', '49000000', '49099999', NULL, 1652927670),
(72854, '3220', '226.00', '9', '5.001', '10', '65100000', '65999999', '49000000', '49099999', NULL, 1652927671),
(72855, '3298', '172.00', '13', '10.001', '15', '65100000', '65999999', '49000000', '49099999', NULL, 1652927674),
(72856, '3220', '367.00', '9', '10.001', '15', '65100000', '65999999', '49000000', '49099999', NULL, 1652927675),
(72857, '3298', '239.00', '13', '15.001', '20', '65100000', '65999999', '49000000', '49099999', NULL, 1652927681),
(72858, '3220', '508.00', '9', '15.001', '20', '65100000', '65999999', '49000000', '49099999', NULL, 1652927681),
(72859, '3298', '305.00', '13', '20.001', '25', '65100000', '65999999', '49000000', '49099999', NULL, 1652927683),
(72860, '3220', '649.00', '9', '20.001', '25', '65100000', '65999999', '49000000', '49099999', NULL, 1652927689),
(72861, '3298', '371.00', '13', '25.001', '30', '65100000', '65999999', '49000000', '49099999', NULL, 1652927690),
(72862, '3220', '789.00', '9', '25.001', '30', '65100000', '65999999', '49000000', '49099999', NULL, 1652927692),
(72863, '3298', '70.00', '15', '0.3', '5', '65100000', '65999999', '49100000', '49999999', NULL, 1652927693),
(72864, '3220', '157.00', '11', '0.3', '5', '65100000', '65999999', '49100000', '49999999', NULL, 1652927694),
(72865, '3298', '106.00', '15', '5.001', '10', '65100000', '65999999', '49100000', '49999999', NULL, 1652927700),
(72866, '3220', '226.00', '11', '5.001', '10', '65100000', '65999999', '49100000', '49999999', NULL, 1652927706),
(72867, '3298', '172.00', '15', '10.001', '15', '65100000', '65999999', '49100000', '49999999', NULL, 1652927707),
(72868, '3220', '367.00', '11', '10.001', '15', '65100000', '65999999', '49100000', '49999999', NULL, 1652927710),
(72869, '3298', '239.00', '15', '15.001', '20', '65100000', '65999999', '49100000', '49999999', NULL, 1652927713),
(72870, '3220', '508.00', '11', '15.001', '20', '65100000', '65999999', '49100000', '49999999', NULL, 1652927717),
(72871, '3298', '305.00', '15', '20.001', '25', '65100000', '65999999', '49100000', '49999999', NULL, 1652927718),
(72872, '3220', '649.00', '11', '20.001', '25', '65100000', '65999999', '49100000', '49999999', NULL, 1652927721),
(72873, '3298', '371.00', '15', '25.001', '30', '65100000', '65999999', '49100000', '49999999', NULL, 1652927723),
(72874, '3220', '789.00', '11', '25.001', '30', '65100000', '65999999', '49100000', '49999999', NULL, 1652927725),
(72875, '3298', '70.00', '11', '0.3', '5', '65100000', '65999999', '50000000', '52999999', NULL, 1652927728),
(72876, '3220', '157.00', '9', '0.3', '5', '65100000', '65999999', '50000000', '52999999', NULL, 1652927732),
(72877, '3298', '106.00', '11', '5.001', '10', '65100000', '65999999', '50000000', '52999999', NULL, 1652927733),
(72878, '3220', '226.00', '9', '5.001', '10', '65100000', '65999999', '50000000', '52999999', NULL, 1652927734),
(72879, '3298', '172.00', '11', '10.001', '15', '65100000', '65999999', '50000000', '52999999', NULL, 1652927736),
(72880, '3220', '367.00', '9', '10.001', '15', '65100000', '65999999', '50000000', '52999999', NULL, 1652927737),
(72881, '3298', '239.00', '11', '15.001', '20', '65100000', '65999999', '50000000', '52999999', NULL, 1652927738),
(72882, '3220', '508.00', '9', '15.001', '20', '65100000', '65999999', '50000000', '52999999', NULL, 1652927742),
(72883, '3298', '305.00', '11', '20.001', '25', '65100000', '65999999', '50000000', '52999999', NULL, 1652927743),
(72884, '3220', '649.00', '9', '20.001', '25', '65100000', '65999999', '50000000', '52999999', NULL, 1652927746),
(72885, '3298', '371.00', '11', '25.001', '30', '65100000', '65999999', '50000000', '52999999', NULL, 1652927748),
(72886, '3220', '789.00', '9', '25.001', '30', '65100000', '65999999', '50000000', '52999999', NULL, 1652927752),
(72887, '3298', '70.00', '11', '0.3', '5', '65100000', '65999999', '50000000', '54999999', NULL, 1652927754),
(72888, '3220', '157.00', '9', '0.3', '5', '65100000', '65999999', '50000000', '54999999', NULL, 1652927758),
(72889, '3298', '106.00', '11', '5.001', '10', '65100000', '65999999', '50000000', '54999999', NULL, 1652927759),
(72890, '3220', '226.00', '9', '5.001', '10', '65100000', '65999999', '50000000', '54999999', NULL, 1652927763),
(72891, '3298', '172.00', '11', '10.001', '15', '65100000', '65999999', '50000000', '54999999', NULL, 1652927765),
(72892, '3220', '367.00', '9', '10.001', '15', '65100000', '65999999', '50000000', '54999999', NULL, 1652927768),
(72893, '3298', '239.00', '11', '15.001', '20', '65100000', '65999999', '50000000', '54999999', NULL, 1652927773),
(72894, '3220', '508.00', '9', '15.001', '20', '65100000', '65999999', '50000000', '54999999', NULL, 1652927773),
(72895, '3298', '305.00', '11', '20.001', '25', '65100000', '65999999', '50000000', '54999999', NULL, 1652927775),
(72896, '3220', '649.00', '9', '20.001', '25', '65100000', '65999999', '50000000', '54999999', NULL, 1652927779),
(72897, '3298', '371.00', '11', '25.001', '30', '65100000', '65999999', '50000000', '54999999', NULL, 1652927780),
(72898, '3220', '789.00', '9', '25.001', '30', '65100000', '65999999', '50000000', '54999999', NULL, 1652927781),
(72899, '3298', '70.00', '15', '0.3', '5', '65100000', '65999999', '55000000', '56999999', NULL, 1652927783),
(72900, '3220', '157.00', '13', '0.3', '5', '65100000', '65999999', '55000000', '56999999', NULL, 1652927783),
(72901, '3298', '106.00', '15', '5.001', '10', '65100000', '65999999', '55000000', '56999999', NULL, 1652927784),
(72902, '3220', '226.00', '13', '5.001', '10', '65100000', '65999999', '55000000', '56999999', NULL, 1652927785),
(72903, '3298', '172.00', '15', '10.001', '15', '65100000', '65999999', '55000000', '56999999', NULL, 1652927789),
(72904, '3220', '367.00', '13', '10.001', '15', '65100000', '65999999', '55000000', '56999999', NULL, 1652927793),
(72905, '3298', '239.00', '15', '15.001', '20', '65100000', '65999999', '55000000', '56999999', NULL, 1652927797),
(72906, '3220', '508.00', '13', '15.001', '20', '65100000', '65999999', '55000000', '56999999', NULL, 1652927801),
(72907, '3298', '305.00', '15', '20.001', '25', '65100000', '65999999', '55000000', '56999999', NULL, 1652927807),
(72908, '3220', '649.00', '13', '20.001', '25', '65100000', '65999999', '55000000', '56999999', NULL, 1652927811),
(72909, '3298', '371.00', '15', '25.001', '30', '65100000', '65999999', '55000000', '56999999', NULL, 1652927817),
(72910, '3220', '789.00', '13', '25.001', '30', '65100000', '65999999', '55000000', '56999999', NULL, 1652927819),
(72911, '3298', '70.00', '12', '0.3', '5', '65100000', '65999999', '57000000', '57099999', NULL, 1652927824),
(72912, '3220', '157.00', '7', '0.3', '5', '65100000', '65999999', '57000000', '57099999', NULL, 1652927826),
(72913, '3298', '106.00', '12', '5.001', '10', '65100000', '65999999', '57000000', '57099999', NULL, 1652927834),
(72914, '3220', '226.00', '7', '5.001', '10', '65100000', '65999999', '57000000', '57099999', NULL, 1652927835),
(72915, '3298', '172.00', '12', '10.001', '15', '65100000', '65999999', '57000000', '57099999', NULL, 1652927840),
(72916, '3220', '367.00', '7', '10.001', '15', '65100000', '65999999', '57000000', '57099999', NULL, 1652927845),
(72917, '3298', '239.00', '12', '15.001', '20', '65100000', '65999999', '57000000', '57099999', NULL, 1652927845),
(72918, '3220', '508.00', '7', '15.001', '20', '65100000', '65999999', '57000000', '57099999', NULL, 1652927846),
(72919, '3298', '305.00', '12', '20.001', '25', '65100000', '65999999', '57000000', '57099999', NULL, 1652927851),
(72920, '3220', '649.00', '7', '20.001', '25', '65100000', '65999999', '57000000', '57099999', NULL, 1652927853),
(72921, '3298', '371.00', '12', '25.001', '30', '65100000', '65999999', '57000000', '57099999', NULL, 1652927854),
(72922, '3220', '789.00', '7', '25.001', '30', '65100000', '65999999', '57000000', '57099999', NULL, 1652927855),
(72923, '3298', '70.00', '14', '0.3', '5', '65100000', '65999999', '57100000', '57999999', NULL, 1652927858),
(72924, '3220', '157.00', '9', '0.3', '5', '65100000', '65999999', '57100000', '57999999', NULL, 1652927859),
(72925, '3298', '106.00', '14', '5.001', '10', '65100000', '65999999', '57100000', '57999999', NULL, 1652927863),
(72926, '3220', '226.00', '9', '5.001', '10', '65100000', '65999999', '57100000', '57999999', NULL, 1652927864),
(72927, '3298', '172.00', '14', '10.001', '15', '65100000', '65999999', '57100000', '57999999', NULL, 1652927866),
(72928, '3220', '367.00', '9', '10.001', '15', '65100000', '65999999', '57100000', '57999999', NULL, 1652927867),
(72929, '3298', '239.00', '14', '15.001', '20', '65100000', '65999999', '57100000', '57999999', NULL, 1652927872),
(72930, '3220', '508.00', '9', '15.001', '20', '65100000', '65999999', '57100000', '57999999', NULL, 1652927872),
(72931, '3298', '305.00', '14', '20.001', '25', '65100000', '65999999', '57100000', '57999999', NULL, 1652927875),
(72932, '3220', '649.00', '9', '20.001', '25', '65100000', '65999999', '57100000', '57999999', NULL, 1652927876),
(72933, '3298', '371.00', '14', '25.001', '30', '65100000', '65999999', '57100000', '57999999', NULL, 1652927881),
(72934, '3220', '789.00', '9', '25.001', '30', '65100000', '65999999', '57100000', '57999999', NULL, 1652927884),
(72935, '3298', '70.00', '12', '0.3', '5', '65100000', '65999999', '58000000', '58099999', NULL, 1652927886),
(72936, '3220', '157.00', '10', '0.3', '5', '65100000', '65999999', '58000000', '58099999', NULL, 1652927887),
(72937, '3298', '106.00', '12', '5.001', '10', '65100000', '65999999', '58000000', '58099999', NULL, 1652927893),
(72938, '3220', '226.00', '10', '5.001', '10', '65100000', '65999999', '58000000', '58099999', NULL, 1652927894),
(72939, '3298', '172.00', '12', '10.001', '15', '65100000', '65999999', '58000000', '58099999', NULL, 1652927896),
(72940, '3220', '367.00', '10', '10.001', '15', '65100000', '65999999', '58000000', '58099999', NULL, 1652927898),
(72941, '3298', '239.00', '12', '15.001', '20', '65100000', '65999999', '58000000', '58099999', NULL, 1652927901),
(72942, '3220', '508.00', '10', '15.001', '20', '65100000', '65999999', '58000000', '58099999', NULL, 1652927902),
(72943, '3298', '305.00', '12', '20.001', '25', '65100000', '65999999', '58000000', '58099999', NULL, 1652927903),
(72944, '3220', '649.00', '10', '20.001', '25', '65100000', '65999999', '58000000', '58099999', NULL, 1652927904),
(72945, '3298', '371.00', '12', '25.001', '30', '65100000', '65999999', '58000000', '58099999', NULL, 1652927905),
(72946, '3220', '789.00', '10', '25.001', '30', '65100000', '65999999', '58000000', '58099999', NULL, 1652927906),
(72947, '3298', '70.00', '17', '0.3', '5', '65100000', '65999999', '58100000', '58999999', NULL, 1652927910),
(72948, '3220', '157.00', '15', '0.3', '5', '65100000', '65999999', '58100000', '58999999', NULL, 1652927914),
(72949, '3298', '106.00', '17', '5.001', '10', '65100000', '65999999', '58100000', '58999999', NULL, 1652927918),
(72950, '3220', '226.00', '15', '5.001', '10', '65100000', '65999999', '58100000', '58999999', NULL, 1652927922),
(72951, '3298', '172.00', '17', '10.001', '15', '65100000', '65999999', '58100000', '58999999', NULL, 1652927923),
(72952, '3220', '367.00', '15', '10.001', '15', '65100000', '65999999', '58100000', '58999999', NULL, 1652927927),
(72953, '3298', '239.00', '17', '15.001', '20', '65100000', '65999999', '58100000', '58999999', NULL, 1652927933),
(72954, '3220', '508.00', '15', '15.001', '20', '65100000', '65999999', '58100000', '58999999', NULL, 1652927937),
(72955, '3298', '305.00', '17', '20.001', '25', '65100000', '65999999', '58100000', '58999999', NULL, 1652927938),
(72956, '3220', '649.00', '15', '20.001', '25', '65100000', '65999999', '58100000', '58999999', NULL, 1652927939),
(72957, '3298', '371.00', '17', '25.001', '30', '65100000', '65999999', '58100000', '58999999', NULL, 1652927940),
(72958, '3220', '789.00', '15', '25.001', '30', '65100000', '65999999', '58100000', '58999999', NULL, 1652927947),
(72959, '3298', '70.00', '13', '0.3', '5', '65100000', '65999999', '59000000', '59099999', NULL, 1652927955),
(72960, '3220', '157.00', '10', '0.3', '5', '65100000', '65999999', '59000000', '59099999', NULL, 1652927963),
(72961, '3298', '106.00', '13', '5.001', '10', '65100000', '65999999', '59000000', '59099999', NULL, 1652927967),
(72962, '3220', '226.00', '10', '5.001', '10', '65100000', '65999999', '59000000', '59099999', NULL, 1652927968),
(72963, '3298', '172.00', '13', '10.001', '15', '65100000', '65999999', '59000000', '59099999', NULL, 1652927969),
(72964, '3220', '367.00', '10', '10.001', '15', '65100000', '65999999', '59000000', '59099999', NULL, 1652927970),
(72965, '3298', '239.00', '13', '15.001', '20', '65100000', '65999999', '59000000', '59099999', NULL, 1652927971),
(72966, '3220', '508.00', '10', '15.001', '20', '65100000', '65999999', '59000000', '59099999', NULL, 1652927973),
(72967, '3298', '305.00', '13', '20.001', '25', '65100000', '65999999', '59000000', '59099999', NULL, 1652927978),
(72968, '3220', '649.00', '10', '20.001', '25', '65100000', '65999999', '59000000', '59099999', NULL, 1652927983),
(72969, '3298', '371.00', '13', '25.001', '30', '65100000', '65999999', '59000000', '59099999', NULL, 1652927989),
(72970, '3220', '789.00', '10', '25.001', '30', '65100000', '65999999', '59000000', '59099999', NULL, 1652927991),
(72971, '3298', '70.00', '13', '0.3', '5', '65100000', '65999999', '59100000', '59999999', NULL, 1652927991),
(72972, '3220', '157.00', '10', '0.3', '5', '65100000', '65999999', '59100000', '59999999', NULL, 1652927993),
(72973, '3298', '106.00', '13', '5.001', '10', '65100000', '65999999', '59100000', '59999999', NULL, 1652927994),
(72974, '3220', '226.00', '10', '5.001', '10', '65100000', '65999999', '59100000', '59999999', NULL, 1652928000),
(72975, '3298', '172.00', '13', '10.001', '15', '65100000', '65999999', '59100000', '59999999', NULL, 1652928002),
(72976, '3220', '367.00', '10', '10.001', '15', '65100000', '65999999', '59100000', '59999999', NULL, 1652928005),
(72977, '3298', '239.00', '13', '15.001', '20', '65100000', '65999999', '59100000', '59999999', NULL, 1652928006),
(72978, '3220', '508.00', '10', '15.001', '20', '65100000', '65999999', '59100000', '59999999', NULL, 1652928009),
(72979, '3298', '305.00', '13', '20.001', '25', '65100000', '65999999', '59100000', '59999999', NULL, 1652928012),
(72980, '3220', '649.00', '10', '20.001', '25', '65100000', '65999999', '59100000', '59999999', NULL, 1652928012),
(72981, '3298', '371.00', '13', '25.001', '30', '65100000', '65999999', '59100000', '59999999', NULL, 1652928014),
(72982, '3220', '789.00', '10', '25.001', '30', '65100000', '65999999', '59100000', '59999999', NULL, 1652928014),
(72983, '3298', '44.00', '11', '0.3', '5', '65100000', '65999999', '60000000', '60999999', NULL, 1652928018),
(72984, '3220', '102.00', '9', '0.3', '5', '65100000', '65999999', '60000000', '60999999', NULL, 1652928020),
(72985, '3298', '74.00', '11', '5.001', '10', '65100000', '65999999', '60000000', '60999999', NULL, 1652928023),
(72986, '3220', '141.00', '9', '5.001', '10', '65100000', '65999999', '60000000', '60999999', NULL, 1652928024),
(72987, '3298', '120.00', '11', '10.001', '15', '65100000', '65999999', '60000000', '60999999', NULL, 1652928025),
(72988, '3220', '229.00', '9', '10.001', '15', '65100000', '65999999', '60000000', '60999999', NULL, 1652928029),
(72989, '3298', '166.00', '11', '15.001', '20', '65100000', '65999999', '60000000', '60999999', NULL, 1652928030),
(72990, '3220', '316.00', '9', '15.001', '20', '65100000', '65999999', '60000000', '60999999', NULL, 1652928031),
(72991, '3298', '212.00', '11', '20.001', '25', '65100000', '65999999', '60000000', '60999999', NULL, 1652928032),
(72992, '3220', '404.00', '9', '20.001', '25', '65100000', '65999999', '60000000', '60999999', NULL, 1652928033),
(72993, '3298', '258.00', '11', '25.001', '30', '65100000', '65999999', '60000000', '60999999', NULL, 1652928033),
(72994, '3220', '492.00', '9', '25.001', '30', '65100000', '65999999', '60000000', '60999999', NULL, 1652928038),
(72995, '3298', '44.00', '11', '0.3', '5', '65100000', '65999999', '60000000', '61900999', NULL, 1652928038),
(72996, '3220', '102.00', '9', '0.3', '5', '65100000', '65999999', '60000000', '61900999', NULL, 1652928039),
(72997, '3298', '74.00', '11', '5.001', '10', '65100000', '65999999', '60000000', '61900999', NULL, 1652928040),
(72998, '3220', '141.00', '9', '5.001', '10', '65100000', '65999999', '60000000', '61900999', NULL, 1652928041),
(72999, '3298', '120.00', '11', '10.001', '15', '65100000', '65999999', '60000000', '61900999', NULL, 1652928042),
(73000, '3220', '229.00', '9', '10.001', '15', '65100000', '65999999', '60000000', '61900999', NULL, 1652928043),
(73001, '3298', '166.00', '11', '15.001', '20', '65100000', '65999999', '60000000', '61900999', NULL, 1652928044),
(73002, '3220', '316.00', '9', '15.001', '20', '65100000', '65999999', '60000000', '61900999', NULL, 1652928046),
(73003, '3298', '212.00', '11', '20.001', '25', '65100000', '65999999', '60000000', '61900999', NULL, 1652928047),
(73004, '3220', '404.00', '9', '20.001', '25', '65100000', '65999999', '60000000', '61900999', NULL, 1652928049),
(73005, '3298', '258.00', '11', '25.001', '30', '65100000', '65999999', '60000000', '61900999', NULL, 1652928050),
(73006, '3220', '492.00', '9', '25.001', '30', '65100000', '65999999', '60000000', '61900999', NULL, 1652928051),
(73007, '3298', '44.00', '15', '0.3', '5', '65100000', '65999999', '61901000', '63999999', NULL, 1652928057),
(73008, '3220', '102.00', '13', '0.3', '5', '65100000', '65999999', '61901000', '63999999', NULL, 1652928058),
(73009, '3298', '74.00', '15', '5.001', '10', '65100000', '65999999', '61901000', '63999999', NULL, 1652928060),
(73010, '3220', '141.00', '13', '5.001', '10', '65100000', '65999999', '61901000', '63999999', NULL, 1652928062),
(73011, '3298', '120.00', '15', '10.001', '15', '65100000', '65999999', '61901000', '63999999', NULL, 1652928063),
(73012, '3220', '229.00', '13', '10.001', '15', '65100000', '65999999', '61901000', '63999999', NULL, 1652928064),
(73013, '3298', '166.00', '15', '15.001', '20', '65100000', '65999999', '61901000', '63999999', NULL, 1652928066),
(73014, '3220', '316.00', '13', '15.001', '20', '65100000', '65999999', '61901000', '63999999', NULL, 1652928067),
(73015, '3298', '212.00', '15', '20.001', '25', '65100000', '65999999', '61901000', '63999999', NULL, 1652928069),
(73016, '3220', '404.00', '13', '20.001', '25', '65100000', '65999999', '61901000', '63999999', NULL, 1652928072),
(73017, '3298', '258.00', '15', '25.001', '30', '65100000', '65999999', '61901000', '63999999', NULL, 1652928073),
(73018, '3220', '492.00', '13', '25.001', '30', '65100000', '65999999', '61901000', '63999999', NULL, 1652928074),
(73019, '3298', '44.00', '9', '0.3', '5', '65100000', '65999999', '64000000', '64099999', NULL, 1652928075),
(73020, '3220', '102.00', '7', '0.3', '5', '65100000', '65999999', '64000000', '64099999', NULL, 1652928077),
(73021, '3298', '74.00', '9', '5.001', '10', '65100000', '65999999', '64000000', '64099999', NULL, 1652928079),
(73022, '3220', '141.00', '7', '5.001', '10', '65100000', '65999999', '64000000', '64099999', NULL, 1652928080),
(73023, '3298', '120.00', '9', '10.001', '15', '65100000', '65999999', '64000000', '64099999', NULL, 1652928084),
(73024, '3220', '229.00', '7', '10.001', '15', '65100000', '65999999', '64000000', '64099999', NULL, 1652928086),
(73025, '3298', '166.00', '9', '15.001', '20', '65100000', '65999999', '64000000', '64099999', NULL, 1652928086),
(73026, '3220', '316.00', '7', '15.001', '20', '65100000', '65999999', '64000000', '64099999', NULL, 1652928090),
(73027, '3298', '212.00', '9', '20.001', '25', '65100000', '65999999', '64000000', '64099999', NULL, 1652928092),
(73028, '3220', '404.00', '7', '20.001', '25', '65100000', '65999999', '64000000', '64099999', NULL, 1652928093),
(73029, '3298', '258.00', '9', '25.001', '30', '65100000', '65999999', '64000000', '64099999', NULL, 1652928094),
(73030, '3220', '492.00', '7', '25.001', '30', '65100000', '65999999', '64000000', '64099999', NULL, 1652928096),
(73031, '3298', '44.00', '12', '0.3', '5', '65100000', '65999999', '64100000', '64999999', NULL, 1652928097),
(73032, '3220', '102.00', '10', '0.3', '5', '65100000', '65999999', '64100000', '64999999', NULL, 1652928100),
(73033, '3298', '74.00', '12', '5.001', '10', '65100000', '65999999', '64100000', '64999999', NULL, 1652928102),
(73034, '3220', '141.00', '10', '5.001', '10', '65100000', '65999999', '64100000', '64999999', NULL, 1652928103),
(73035, '3298', '120.00', '12', '10.001', '15', '65100000', '65999999', '64100000', '64999999', NULL, 1652928104),
(73036, '3220', '229.00', '10', '10.001', '15', '65100000', '65999999', '64100000', '64999999', NULL, 1652928106),
(73037, '3298', '166.00', '12', '15.001', '20', '65100000', '65999999', '64100000', '64999999', NULL, 1652928107),
(73038, '3220', '316.00', '10', '15.001', '20', '65100000', '65999999', '64100000', '64999999', NULL, 1652928111),
(73039, '3298', '212.00', '12', '20.001', '25', '65100000', '65999999', '64100000', '64999999', NULL, 1652928116),
(73040, '3220', '404.00', '10', '20.001', '25', '65100000', '65999999', '64100000', '64999999', NULL, 1652928122),
(73041, '3298', '258.00', '12', '25.001', '30', '65100000', '65999999', '64100000', '64999999', NULL, 1652928130),
(73042, '3220', '492.00', '10', '25.001', '30', '65100000', '65999999', '64100000', '64999999', NULL, 1652928131),
(73043, '3298', '26.00', '6', '0.3', '5', '65100000', '65999999', '65000000', '65099999', NULL, 1652928132),
(73044, '3220', '34.00', '4', '0.3', '5', '65100000', '65999999', '65000000', '65099999', NULL, 1652928137),
(73045, '3298', '32.00', '6', '5.001', '10', '65100000', '65999999', '65000000', '65099999', NULL, 1652928142),
(73046, '3220', '48.00', '4', '5.001', '10', '65100000', '65999999', '65000000', '65099999', NULL, 1652928145),
(73047, '3298', '52.00', '6', '10.001', '15', '65100000', '65999999', '65000000', '65099999', NULL, 1652928145),
(73048, '3220', '79.00', '4', '10.001', '15', '65100000', '65999999', '65000000', '65099999', NULL, 1652928146),
(73049, '3298', '72.00', '6', '15.001', '20', '65100000', '65999999', '65000000', '65099999', NULL, 1652928148),
(73050, '3220', '109.00', '4', '15.001', '20', '65100000', '65999999', '65000000', '65099999', NULL, 1652928152),
(73051, '3298', '92.00', '6', '20.001', '25', '65100000', '65999999', '65000000', '65099999', NULL, 1652928154),
(73052, '3220', '139.00', '4', '20.001', '25', '65100000', '65999999', '65000000', '65099999', NULL, 1652928156),
(73053, '3298', '112.00', '6', '25.001', '30', '65100000', '65999999', '65000000', '65099999', NULL, 1652928157),
(73054, '3220', '170.00', '4', '25.001', '30', '65100000', '65999999', '65000000', '65099999', NULL, 1652928162),
(73055, '3298', '26.00', '5', '0.3', '5', '65100000', '65999999', '65100000', '65999999', NULL, 1652928162),
(73056, '3220', '22.00', '1', '0.3', '5', '65100000', '65999999', '65100000', '65999999', NULL, 1652928163),
(73057, '3298', '32.00', '5', '5.001', '10', '65100000', '65999999', '65100000', '65999999', NULL, 1652928169),
(73058, '3220', '28.00', '1', '5.001', '10', '65100000', '65999999', '65100000', '65999999', NULL, 1652928171),
(73059, '3298', '52.00', '5', '10.001', '15', '65100000', '65999999', '65100000', '65999999', NULL, 1652928171),
(73060, '3220', '45.00', '1', '10.001', '15', '65100000', '65999999', '65100000', '65999999', NULL, 1652928172),
(73061, '3298', '72.00', '5', '15.001', '20', '65100000', '65999999', '65100000', '65999999', NULL, 1652928174),
(73062, '3220', '63.00', '1', '15.001', '20', '65100000', '65999999', '65100000', '65999999', NULL, 1652928175),
(73063, '3298', '92.00', '5', '20.001', '25', '65100000', '65999999', '65100000', '65999999', NULL, 1652928178),
(73064, '3220', '80.00', '1', '20.001', '25', '65100000', '65999999', '65100000', '65999999', NULL, 1652928180),
(73065, '3298', '112.00', '5', '25.001', '30', '65100000', '65999999', '65100000', '65999999', NULL, 1652928180),
(73066, '3220', '97.00', '1', '25.001', '30', '65100000', '65999999', '65100000', '65999999', NULL, 1652928181),
(73067, '3298', '44.00', '14', '0.3', '5', '65100000', '65999999', '66000000', '66999999', NULL, 1652928182),
(73068, '3220', '102.00', '11', '0.3', '5', '65100000', '65999999', '66000000', '66999999', NULL, 1652928184),
(73069, '3298', '74.00', '14', '5.001', '10', '65100000', '65999999', '66000000', '66999999', NULL, 1652928185),
(73070, '3220', '141.00', '11', '5.001', '10', '65100000', '65999999', '66000000', '66999999', NULL, 1652928186),
(73071, '3298', '120.00', '14', '10.001', '15', '65100000', '65999999', '66000000', '66999999', NULL, 1652928187),
(73072, '3220', '229.00', '11', '10.001', '15', '65100000', '65999999', '66000000', '66999999', NULL, 1652928189),
(73073, '3298', '166.00', '14', '15.001', '20', '65100000', '65999999', '66000000', '66999999', NULL, 1652928190),
(73074, '3220', '316.00', '11', '15.001', '20', '65100000', '65999999', '66000000', '66999999', NULL, 1652928197),
(73075, '3298', '212.00', '14', '20.001', '25', '65100000', '65999999', '66000000', '66999999', NULL, 1652928198),
(73076, '3220', '404.00', '11', '20.001', '25', '65100000', '65999999', '66000000', '66999999', NULL, 1652928199),
(73077, '3298', '258.00', '14', '25.001', '30', '65100000', '65999999', '66000000', '66999999', NULL, 1652928200),
(73078, '3220', '492.00', '11', '25.001', '30', '65100000', '65999999', '66000000', '66999999', NULL, 1652928201),
(73079, '3298', '44.00', '14', '0.3', '5', '65100000', '65999999', '66000000', '67999999', NULL, 1652928204);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(73080, '3220', '102.00', '11', '0.3', '5', '65100000', '65999999', '66000000', '67999999', NULL, 1652928204),
(73081, '3298', '74.00', '14', '5.001', '10', '65100000', '65999999', '66000000', '67999999', NULL, 1652928205),
(73082, '3220', '141.00', '11', '5.001', '10', '65100000', '65999999', '66000000', '67999999', NULL, 1652928212),
(73083, '3298', '120.00', '14', '10.001', '15', '65100000', '65999999', '66000000', '67999999', NULL, 1652928213),
(73084, '3220', '229.00', '11', '10.001', '15', '65100000', '65999999', '66000000', '67999999', NULL, 1652928214),
(73085, '3298', '166.00', '14', '15.001', '20', '65100000', '65999999', '66000000', '67999999', NULL, 1652928215),
(73086, '3220', '316.00', '11', '15.001', '20', '65100000', '65999999', '66000000', '67999999', NULL, 1652928221),
(73087, '3298', '212.00', '14', '20.001', '25', '65100000', '65999999', '66000000', '67999999', NULL, 1652928222),
(73088, '3220', '404.00', '11', '20.001', '25', '65100000', '65999999', '66000000', '67999999', NULL, 1652928224),
(73089, '3298', '258.00', '14', '25.001', '30', '65100000', '65999999', '66000000', '67999999', NULL, 1652928224),
(73090, '3220', '492.00', '11', '25.001', '30', '65100000', '65999999', '66000000', '67999999', NULL, 1652928225),
(73091, '3298', '44.00', '17', '0.3', '5', '65100000', '65999999', '68000000', '68899999', NULL, 1652928226),
(73092, '3220', '102.00', '14', '0.3', '5', '65100000', '65999999', '68000000', '68899999', NULL, 1652928227),
(73093, '3298', '74.00', '17', '5.001', '10', '65100000', '65999999', '68000000', '68899999', NULL, 1652928227),
(73094, '3220', '141.00', '14', '5.001', '10', '65100000', '65999999', '68000000', '68899999', NULL, 1652928228),
(73095, '3298', '120.00', '17', '10.001', '15', '65100000', '65999999', '68000000', '68899999', NULL, 1652928231),
(73096, '3220', '229.00', '14', '10.001', '15', '65100000', '65999999', '68000000', '68899999', NULL, 1652928232),
(73097, '3298', '166.00', '17', '15.001', '20', '65100000', '65999999', '68000000', '68899999', NULL, 1652928233),
(73098, '3220', '316.00', '14', '15.001', '20', '65100000', '65999999', '68000000', '68899999', NULL, 1652928233),
(73099, '3298', '212.00', '17', '20.001', '25', '65100000', '65999999', '68000000', '68899999', NULL, 1652928235),
(73100, '3220', '404.00', '14', '20.001', '25', '65100000', '65999999', '68000000', '68899999', NULL, 1652928236),
(73101, '3298', '258.00', '17', '25.001', '30', '65100000', '65999999', '68000000', '68899999', NULL, 1652928238),
(73102, '3220', '492.00', '14', '25.001', '30', '65100000', '65999999', '68000000', '68899999', NULL, 1652928244),
(73103, '3298', '70.00', '26', '0.3', '5', '65100000', '65999999', '68900000', '68914999', NULL, 1652928250),
(73104, '3220', '157.00', '19', '0.3', '5', '65100000', '65999999', '68900000', '68914999', NULL, 1652928251),
(73105, '3298', '106.00', '26', '5.001', '10', '65100000', '65999999', '68900000', '68914999', NULL, 1652928253),
(73106, '3220', '226.00', '19', '5.001', '10', '65100000', '65999999', '68900000', '68914999', NULL, 1652928254),
(73107, '3298', '172.00', '26', '10.001', '15', '65100000', '65999999', '68900000', '68914999', NULL, 1652928260),
(73108, '3220', '367.00', '19', '10.001', '15', '65100000', '65999999', '68900000', '68914999', NULL, 1652928261),
(73109, '3298', '239.00', '26', '15.001', '20', '65100000', '65999999', '68900000', '68914999', NULL, 1652928264),
(73110, '3220', '508.00', '19', '15.001', '20', '65100000', '65999999', '68900000', '68914999', NULL, 1652928266),
(73111, '3298', '305.00', '26', '20.001', '25', '65100000', '65999999', '68900000', '68914999', NULL, 1652928267),
(73112, '3220', '649.00', '19', '20.001', '25', '65100000', '65999999', '68900000', '68914999', NULL, 1652928269),
(73113, '3298', '371.00', '26', '25.001', '30', '65100000', '65999999', '68900000', '68914999', NULL, 1652928270),
(73114, '3220', '789.00', '19', '25.001', '30', '65100000', '65999999', '68900000', '68914999', NULL, 1652928271),
(73115, '3298', '70.00', '27', '0.3', '5', '65100000', '65999999', '68915000', '68999999', NULL, 1652928271),
(73116, '3220', '157.00', '19', '0.3', '5', '65100000', '65999999', '68915000', '68999999', NULL, 1652928274),
(73117, '3298', '106.00', '27', '5.001', '10', '65100000', '65999999', '68915000', '68999999', NULL, 1652928276),
(73118, '3220', '226.00', '19', '5.001', '10', '65100000', '65999999', '68915000', '68999999', NULL, 1652928278),
(73119, '3298', '172.00', '27', '10.001', '15', '65100000', '65999999', '68915000', '68999999', NULL, 1652928279),
(73120, '3220', '367.00', '19', '10.001', '15', '65100000', '65999999', '68915000', '68999999', NULL, 1652928281),
(73121, '3298', '239.00', '27', '15.001', '20', '65100000', '65999999', '68915000', '68999999', NULL, 1652928282),
(73122, '3220', '508.00', '19', '15.001', '20', '65100000', '65999999', '68915000', '68999999', NULL, 1652928283),
(73123, '3298', '305.00', '27', '20.001', '25', '65100000', '65999999', '68915000', '68999999', NULL, 1652928284),
(73124, '3220', '649.00', '19', '20.001', '25', '65100000', '65999999', '68915000', '68999999', NULL, 1652928285),
(73125, '3298', '371.00', '27', '25.001', '30', '65100000', '65999999', '68915000', '68999999', NULL, 1652928286),
(73126, '3220', '789.00', '19', '25.001', '30', '65100000', '65999999', '68915000', '68999999', NULL, 1652928287),
(73127, '3298', '90.00', '27', '0.3', '5', '65100000', '65999999', '69000000', '69099999', NULL, 1652928288),
(73128, '3220', '183.00', '10', '0.3', '5', '65100000', '65999999', '69000000', '69099999', NULL, 1652928290),
(73129, '3298', '133.00', '27', '5.001', '10', '65100000', '65999999', '69000000', '69099999', NULL, 1652928291),
(73130, '3220', '266.00', '10', '5.001', '10', '65100000', '65999999', '69000000', '69099999', NULL, 1652928293),
(73131, '3298', '215.00', '27', '10.001', '15', '65100000', '65999999', '69000000', '69099999', NULL, 1652928300),
(73132, '3220', '430.00', '10', '10.001', '15', '65100000', '65999999', '69000000', '69099999', NULL, 1652928301),
(73133, '3298', '298.00', '27', '15.001', '20', '65100000', '65999999', '69000000', '69099999', NULL, 1652928301),
(73134, '3220', '595.00', '10', '15.001', '20', '65100000', '65999999', '69000000', '69099999', NULL, 1652928303),
(73135, '3298', '380.00', '27', '20.001', '25', '65100000', '65999999', '69000000', '69099999', NULL, 1652928303),
(73136, '3220', '760.00', '10', '20.001', '25', '65100000', '65999999', '69000000', '69099999', NULL, 1652928306),
(73137, '3298', '463.00', '27', '25.001', '30', '65100000', '65999999', '69000000', '69099999', NULL, 1652928306),
(73138, '3220', '925.00', '10', '25.001', '30', '65100000', '65999999', '69000000', '69099999', NULL, 1652928307),
(73139, '3298', '90.00', '34', '0.3', '5', '65100000', '65999999', '69100000', '69299999', NULL, 1652928308),
(73140, '3220', '183.00', '13', '0.3', '5', '65100000', '65999999', '69100000', '69299999', NULL, 1652928309),
(73141, '3298', '133.00', '34', '5.001', '10', '65100000', '65999999', '69100000', '69299999', NULL, 1652928311),
(73142, '3220', '266.00', '13', '5.001', '10', '65100000', '65999999', '69100000', '69299999', NULL, 1652928312),
(73143, '3298', '215.00', '34', '10.001', '15', '65100000', '65999999', '69100000', '69299999', NULL, 1652928317),
(73144, '3220', '430.00', '13', '10.001', '15', '65100000', '65999999', '69100000', '69299999', NULL, 1652928321),
(73145, '3298', '298.00', '34', '15.001', '20', '65100000', '65999999', '69100000', '69299999', NULL, 1652928323),
(73146, '3220', '595.00', '13', '15.001', '20', '65100000', '65999999', '69100000', '69299999', NULL, 1652928324),
(73147, '3298', '380.00', '34', '20.001', '25', '65100000', '65999999', '69100000', '69299999', NULL, 1652928324),
(73148, '3220', '760.00', '13', '20.001', '25', '65100000', '65999999', '69100000', '69299999', NULL, 1652928325),
(73149, '3298', '463.00', '34', '25.001', '30', '65100000', '65999999', '69100000', '69299999', NULL, 1652928326),
(73150, '3220', '925.00', '13', '25.001', '30', '65100000', '65999999', '69100000', '69299999', NULL, 1652928327),
(73151, '3298', '90.00', '30', '0.3', '5', '65100000', '65999999', '69300000', '69339999', NULL, 1652928331),
(73152, '3220', '183.00', '12', '0.3', '5', '65100000', '65999999', '69300000', '69339999', NULL, 1652928336),
(73153, '3298', '133.00', '30', '5.001', '10', '65100000', '65999999', '69300000', '69339999', NULL, 1652928338),
(73154, '3220', '266.00', '12', '5.001', '10', '65100000', '65999999', '69300000', '69339999', NULL, 1652928339),
(73155, '3298', '215.00', '30', '10.001', '15', '65100000', '65999999', '69300000', '69339999', NULL, 1652928339),
(73156, '3220', '430.00', '12', '10.001', '15', '65100000', '65999999', '69300000', '69339999', NULL, 1652928341),
(73157, '3298', '298.00', '30', '15.001', '20', '65100000', '65999999', '69300000', '69339999', NULL, 1652928342),
(73158, '3220', '595.00', '12', '15.001', '20', '65100000', '65999999', '69300000', '69339999', NULL, 1652928342),
(73159, '3298', '380.00', '30', '20.001', '25', '65100000', '65999999', '69300000', '69339999', NULL, 1652928343),
(73160, '3220', '760.00', '12', '20.001', '25', '65100000', '65999999', '69300000', '69339999', NULL, 1652928344),
(73161, '3298', '463.00', '30', '25.001', '30', '65100000', '65999999', '69300000', '69339999', NULL, 1652928345),
(73162, '3220', '925.00', '12', '25.001', '30', '65100000', '65999999', '69300000', '69339999', NULL, 1652928346),
(73163, '3298', '90.00', '34', '0.3', '5', '65100000', '65999999', '69340000', '69389999', NULL, 1652928346),
(73164, '3220', '183.00', '15', '0.3', '5', '65100000', '65999999', '69340000', '69389999', NULL, 1652928352),
(73165, '3298', '133.00', '34', '5.001', '10', '65100000', '65999999', '69340000', '69389999', NULL, 1652928353),
(73166, '3220', '266.00', '15', '5.001', '10', '65100000', '65999999', '69340000', '69389999', NULL, 1652928354),
(73167, '3298', '215.00', '34', '10.001', '15', '65100000', '65999999', '69340000', '69389999', NULL, 1652928355),
(73168, '3220', '430.00', '15', '10.001', '15', '65100000', '65999999', '69340000', '69389999', NULL, 1652928356),
(73169, '3298', '298.00', '34', '15.001', '20', '65100000', '65999999', '69340000', '69389999', NULL, 1652928357),
(73170, '3220', '595.00', '15', '15.001', '20', '65100000', '65999999', '69340000', '69389999', NULL, 1652928358),
(73171, '3298', '380.00', '34', '20.001', '25', '65100000', '65999999', '69340000', '69389999', NULL, 1652928360),
(73172, '3220', '760.00', '15', '20.001', '25', '65100000', '65999999', '69340000', '69389999', NULL, 1652928362),
(73173, '3298', '463.00', '34', '25.001', '30', '65100000', '65999999', '69340000', '69389999', NULL, 1652928363),
(73174, '3220', '925.00', '15', '25.001', '30', '65100000', '65999999', '69340000', '69389999', NULL, 1652928367),
(73175, '3298', '90.00', '16', '0.3', '5', '65100000', '65999999', '69900000', '69920999', NULL, 1652928368),
(73176, '3220', '183.00', '14', '0.3', '5', '65100000', '65999999', '69900000', '69920999', NULL, 1652928369),
(73177, '3298', '133.00', '16', '5.001', '10', '65100000', '65999999', '69900000', '69920999', NULL, 1652928370),
(73178, '3220', '266.00', '14', '5.001', '10', '65100000', '65999999', '69900000', '69920999', NULL, 1652928375),
(73179, '3298', '215.00', '16', '10.001', '15', '65100000', '65999999', '69900000', '69920999', NULL, 1652928377),
(73180, '3220', '430.00', '14', '10.001', '15', '65100000', '65999999', '69900000', '69920999', NULL, 1652928379),
(73181, '3298', '298.00', '16', '15.001', '20', '65100000', '65999999', '69900000', '69920999', NULL, 1652928380),
(73182, '3220', '595.00', '14', '15.001', '20', '65100000', '65999999', '69900000', '69920999', NULL, 1652928385),
(73183, '3298', '380.00', '16', '20.001', '25', '65100000', '65999999', '69900000', '69920999', NULL, 1652928386),
(73184, '3220', '760.00', '14', '20.001', '25', '65100000', '65999999', '69900000', '69920999', NULL, 1652928387),
(73185, '3298', '463.00', '16', '25.001', '30', '65100000', '65999999', '69900000', '69920999', NULL, 1652928388),
(73186, '3220', '925.00', '14', '25.001', '30', '65100000', '65999999', '69900000', '69920999', NULL, 1652928388),
(73187, '3298', '90.00', '19', '0.3', '5', '65100000', '65999999', '69921000', '69999999', NULL, 1652928389),
(73188, '3220', '183.00', '16', '0.3', '5', '65100000', '65999999', '69921000', '69999999', NULL, 1652928392),
(73189, '3298', '133.00', '19', '5.001', '10', '65100000', '65999999', '69921000', '69999999', NULL, 1652928396),
(73190, '3220', '266.00', '16', '5.001', '10', '65100000', '65999999', '69921000', '69999999', NULL, 1652928396),
(73191, '3298', '215.00', '19', '10.001', '15', '65100000', '65999999', '69921000', '69999999', NULL, 1652928400),
(73192, '3220', '430.00', '16', '10.001', '15', '65100000', '65999999', '69921000', '69999999', NULL, 1652928400),
(73193, '3298', '298.00', '19', '15.001', '20', '65100000', '65999999', '69921000', '69999999', NULL, 1652928401),
(73194, '3220', '595.00', '16', '15.001', '20', '65100000', '65999999', '69921000', '69999999', NULL, 1652928401),
(73195, '3298', '380.00', '19', '20.001', '25', '65100000', '65999999', '69921000', '69999999', NULL, 1652928402),
(73196, '3220', '760.00', '16', '20.001', '25', '65100000', '65999999', '69921000', '69999999', NULL, 1652928403),
(73197, '3298', '463.00', '19', '25.001', '30', '65100000', '65999999', '69921000', '69999999', NULL, 1652928403),
(73198, '3220', '925.00', '16', '25.001', '30', '65100000', '65999999', '69921000', '69999999', NULL, 1652928404),
(73199, '3298', '90.00', '12', '0.3', '5', '65100000', '65999999', '71000000', '73699999', NULL, 1652928407),
(73200, '3220', '183.00', '9', '0.3', '5', '65100000', '65999999', '71000000', '73699999', NULL, 1652928410),
(73201, '3298', '133.00', '12', '5.001', '10', '65100000', '65999999', '71000000', '73699999', NULL, 1652928412),
(73202, '3220', '266.00', '9', '5.001', '10', '65100000', '65999999', '71000000', '73699999', NULL, 1652928415),
(73203, '3298', '215.00', '12', '10.001', '15', '65100000', '65999999', '71000000', '73699999', NULL, 1652928415),
(73204, '3220', '430.00', '9', '10.001', '15', '65100000', '65999999', '71000000', '73699999', NULL, 1652928418),
(73205, '3298', '298.00', '12', '15.001', '20', '65100000', '65999999', '71000000', '73699999', NULL, 1652928422),
(73206, '3220', '595.00', '9', '15.001', '20', '65100000', '65999999', '71000000', '73699999', NULL, 1652928426),
(73207, '3298', '380.00', '12', '20.001', '25', '65100000', '65999999', '71000000', '73699999', NULL, 1652928427),
(73208, '3220', '760.00', '9', '20.001', '25', '65100000', '65999999', '71000000', '73699999', NULL, 1652928428),
(73209, '3298', '463.00', '12', '25.001', '30', '65100000', '65999999', '71000000', '73699999', NULL, 1652928429),
(73210, '3220', '925.00', '9', '25.001', '30', '65100000', '65999999', '71000000', '73699999', NULL, 1652928431),
(73211, '3298', '90.00', '16', '0.3', '5', '65100000', '65999999', '72800000', '73999999', NULL, 1652928433),
(73212, '3220', '183.00', '14', '0.3', '5', '65100000', '65999999', '72800000', '73999999', NULL, 1652928434),
(73213, '3298', '133.00', '16', '5.001', '10', '65100000', '65999999', '72800000', '73999999', NULL, 1652928435),
(73214, '3220', '266.00', '14', '5.001', '10', '65100000', '65999999', '72800000', '73999999', NULL, 1652928436),
(73215, '3298', '215.00', '16', '10.001', '15', '65100000', '65999999', '72800000', '73999999', NULL, 1652928438),
(73216, '3220', '430.00', '14', '10.001', '15', '65100000', '65999999', '72800000', '73999999', NULL, 1652928439),
(73217, '3298', '298.00', '16', '15.001', '20', '65100000', '65999999', '72800000', '73999999', NULL, 1652928440),
(73218, '3220', '595.00', '14', '15.001', '20', '65100000', '65999999', '72800000', '73999999', NULL, 1652928442),
(73219, '3298', '380.00', '16', '20.001', '25', '65100000', '65999999', '72800000', '73999999', NULL, 1652928443),
(73220, '3220', '760.00', '14', '20.001', '25', '65100000', '65999999', '72800000', '73999999', NULL, 1652928448),
(73221, '3298', '463.00', '16', '25.001', '30', '65100000', '65999999', '72800000', '73999999', NULL, 1652928449),
(73222, '3220', '925.00', '14', '25.001', '30', '65100000', '65999999', '72800000', '73999999', NULL, 1652928454),
(73223, '3298', '90.00', '12', '0.3', '5', '65100000', '65999999', '74000000', '74894999', NULL, 1652928454),
(73224, '3220', '183.00', '8', '0.3', '5', '65100000', '65999999', '74000000', '74894999', NULL, 1652928455),
(73225, '3298', '133.00', '12', '5.001', '10', '65100000', '65999999', '74000000', '74894999', NULL, 1652928459),
(73226, '3220', '266.00', '8', '5.001', '10', '65100000', '65999999', '74000000', '74894999', NULL, 1652928461),
(73227, '3298', '215.00', '12', '10.001', '15', '65100000', '65999999', '74000000', '74894999', NULL, 1652928462),
(73228, '3220', '430.00', '8', '10.001', '15', '65100000', '65999999', '74000000', '74894999', NULL, 1652928463),
(73229, '3298', '298.00', '12', '15.001', '20', '65100000', '65999999', '74000000', '74894999', NULL, 1652928464),
(73230, '3220', '595.00', '8', '15.001', '20', '65100000', '65999999', '74000000', '74894999', NULL, 1652928465),
(73231, '3298', '380.00', '12', '20.001', '25', '65100000', '65999999', '74000000', '74894999', NULL, 1652928466),
(73232, '3220', '760.00', '8', '20.001', '25', '65100000', '65999999', '74000000', '74894999', NULL, 1652928466),
(73233, '3298', '463.00', '12', '25.001', '30', '65100000', '65999999', '74000000', '74894999', NULL, 1652928467),
(73234, '3220', '925.00', '8', '25.001', '30', '65100000', '65999999', '74000000', '74894999', NULL, 1652928471),
(73235, '3298', '90.00', '12', '0.3', '5', '65100000', '65999999', '74895000', '76799999', NULL, 1652928472),
(73236, '3220', '183.00', '8', '0.3', '5', '65100000', '65999999', '74895000', '76799999', NULL, 1652928477),
(73237, '3298', '133.00', '12', '5.001', '10', '65100000', '65999999', '74895000', '76799999', NULL, 1652928478),
(73238, '3220', '266.00', '8', '5.001', '10', '65100000', '65999999', '74895000', '76799999', NULL, 1652928482),
(73239, '3298', '215.00', '12', '10.001', '15', '65100000', '65999999', '74895000', '76799999', NULL, 1652928483),
(73240, '3220', '430.00', '8', '10.001', '15', '65100000', '65999999', '74895000', '76799999', NULL, 1652928489),
(73241, '3298', '298.00', '12', '15.001', '20', '65100000', '65999999', '74895000', '76799999', NULL, 1652928490),
(73242, '3220', '595.00', '8', '15.001', '20', '65100000', '65999999', '74895000', '76799999', NULL, 1652928491),
(73243, '3298', '380.00', '12', '20.001', '25', '65100000', '65999999', '74895000', '76799999', NULL, 1652928492),
(73244, '3220', '760.00', '8', '20.001', '25', '65100000', '65999999', '74895000', '76799999', NULL, 1652928493),
(73245, '3298', '463.00', '12', '25.001', '30', '65100000', '65999999', '74895000', '76799999', NULL, 1652928494),
(73246, '3220', '925.00', '8', '25.001', '30', '65100000', '65999999', '74895000', '76799999', NULL, 1652928499),
(73247, '3298', '90.00', '15', '0.3', '5', '65100000', '65999999', '77000000', '77270999', NULL, 1652928503),
(73248, '3220', '183.00', '11', '0.3', '5', '65100000', '65999999', '77000000', '77270999', NULL, 1652928503),
(73249, '3298', '133.00', '15', '5.001', '10', '65100000', '65999999', '77000000', '77270999', NULL, 1652928504),
(73250, '3220', '266.00', '11', '5.001', '10', '65100000', '65999999', '77000000', '77270999', NULL, 1652928508),
(73251, '3298', '215.00', '15', '10.001', '15', '65100000', '65999999', '77000000', '77270999', NULL, 1652928508),
(73252, '3220', '430.00', '11', '10.001', '15', '65100000', '65999999', '77000000', '77270999', NULL, 1652928512),
(73253, '3298', '298.00', '15', '15.001', '20', '65100000', '65999999', '77000000', '77270999', NULL, 1652928513),
(73254, '3220', '595.00', '11', '15.001', '20', '65100000', '65999999', '77000000', '77270999', NULL, 1652928517),
(73255, '3298', '380.00', '15', '20.001', '25', '65100000', '65999999', '77000000', '77270999', NULL, 1652928518),
(73256, '3220', '760.00', '11', '20.001', '25', '65100000', '65999999', '77000000', '77270999', NULL, 1652928519),
(73257, '3298', '463.00', '15', '25.001', '30', '65100000', '65999999', '77000000', '77270999', NULL, 1652928521),
(73258, '3220', '925.00', '11', '25.001', '30', '65100000', '65999999', '77000000', '77270999', NULL, 1652928524),
(73259, '3298', '90.00', '18', '0.3', '5', '65100000', '65999999', '77300000', '77995999', NULL, 1652928525),
(73260, '3220', '183.00', '15', '0.3', '5', '65100000', '65999999', '77300000', '77995999', NULL, 1652928526),
(73261, '3298', '133.00', '18', '5.001', '10', '65100000', '65999999', '77300000', '77995999', NULL, 1652928528),
(73262, '3220', '266.00', '15', '5.001', '10', '65100000', '65999999', '77300000', '77995999', NULL, 1652928532),
(73263, '3298', '215.00', '18', '10.001', '15', '65100000', '65999999', '77300000', '77995999', NULL, 1652928533),
(73264, '3220', '430.00', '15', '10.001', '15', '65100000', '65999999', '77300000', '77995999', NULL, 1652928534),
(73265, '3298', '298.00', '18', '15.001', '20', '65100000', '65999999', '77300000', '77995999', NULL, 1652928534),
(73266, '3220', '595.00', '15', '15.001', '20', '65100000', '65999999', '77300000', '77995999', NULL, 1652928535),
(73267, '3298', '380.00', '18', '20.001', '25', '65100000', '65999999', '77300000', '77995999', NULL, 1652928536),
(73268, '3220', '760.00', '15', '20.001', '25', '65100000', '65999999', '77300000', '77995999', NULL, 1652928537),
(73269, '3298', '463.00', '18', '25.001', '30', '65100000', '65999999', '77300000', '77995999', NULL, 1652928538),
(73270, '3220', '925.00', '15', '25.001', '30', '65100000', '65999999', '77300000', '77995999', NULL, 1652928539),
(73271, '3298', '90.00', '13', '0.3', '5', '65100000', '65999999', '78000000', '78109999', NULL, 1652928540),
(73272, '3220', '183.00', '10', '0.3', '5', '65100000', '65999999', '78000000', '78109999', NULL, 1652928541),
(73273, '3298', '133.00', '13', '5.001', '10', '65100000', '65999999', '78000000', '78109999', NULL, 1652928542),
(73274, '3220', '266.00', '10', '5.001', '10', '65100000', '65999999', '78000000', '78109999', NULL, 1652928545),
(73275, '3298', '215.00', '13', '10.001', '15', '65100000', '65999999', '78000000', '78109999', NULL, 1652928549),
(73276, '3220', '430.00', '10', '10.001', '15', '65100000', '65999999', '78000000', '78109999', NULL, 1652928552),
(73277, '3298', '298.00', '13', '15.001', '20', '65100000', '65999999', '78000000', '78109999', NULL, 1652928553),
(73278, '3220', '595.00', '10', '15.001', '20', '65100000', '65999999', '78000000', '78109999', NULL, 1652928557),
(73279, '3298', '380.00', '13', '20.001', '25', '65100000', '65999999', '78000000', '78109999', NULL, 1652928558),
(73280, '3220', '760.00', '10', '20.001', '25', '65100000', '65999999', '78000000', '78109999', NULL, 1652928559),
(73281, '3298', '463.00', '13', '25.001', '30', '65100000', '65999999', '78000000', '78109999', NULL, 1652928560),
(73282, '3220', '925.00', '10', '25.001', '30', '65100000', '65999999', '78000000', '78109999', NULL, 1652928561),
(73283, '3298', '90.00', '15', '0.3', '5', '65100000', '65999999', '78110000', '78899999', NULL, 1652928561),
(73284, '3220', '183.00', '12', '0.3', '5', '65100000', '65999999', '78110000', '78899999', NULL, 1652928564),
(73285, '3298', '133.00', '15', '5.001', '10', '65100000', '65999999', '78110000', '78899999', NULL, 1652928568),
(73286, '3220', '266.00', '12', '5.001', '10', '65100000', '65999999', '78110000', '78899999', NULL, 1652928569),
(73287, '3298', '215.00', '15', '10.001', '15', '65100000', '65999999', '78110000', '78899999', NULL, 1652928569),
(73288, '3220', '430.00', '12', '10.001', '15', '65100000', '65999999', '78110000', '78899999', NULL, 1652928570),
(73289, '3298', '298.00', '15', '15.001', '20', '65100000', '65999999', '78110000', '78899999', NULL, 1652928570),
(73290, '3220', '595.00', '12', '15.001', '20', '65100000', '65999999', '78110000', '78899999', NULL, 1652928575),
(73291, '3298', '380.00', '15', '20.001', '25', '65100000', '65999999', '78110000', '78899999', NULL, 1652928576),
(73292, '3220', '760.00', '12', '20.001', '25', '65100000', '65999999', '78110000', '78899999', NULL, 1652928577),
(73293, '3298', '463.00', '15', '25.001', '30', '65100000', '65999999', '78110000', '78899999', NULL, 1652928582),
(73294, '3220', '925.00', '12', '25.001', '30', '65100000', '65999999', '78110000', '78899999', NULL, 1652928587),
(73295, '3298', '90.00', '17', '0.3', '5', '65100000', '65999999', '78900000', '78930999', NULL, 1652928588),
(73296, '3220', '183.00', '16', '0.3', '5', '65100000', '65999999', '78900000', '78930999', NULL, 1652928593),
(73297, '3298', '133.00', '17', '5.001', '10', '65100000', '65999999', '78900000', '78930999', NULL, 1652928594),
(73298, '3220', '266.00', '16', '5.001', '10', '65100000', '65999999', '78900000', '78930999', NULL, 1652928596),
(73299, '3298', '215.00', '17', '10.001', '15', '65100000', '65999999', '78900000', '78930999', NULL, 1652928597),
(73300, '3220', '430.00', '16', '10.001', '15', '65100000', '65999999', '78900000', '78930999', NULL, 1652928598),
(73301, '3298', '298.00', '17', '15.001', '20', '65100000', '65999999', '78900000', '78930999', NULL, 1652928600),
(73302, '3220', '595.00', '16', '15.001', '20', '65100000', '65999999', '78900000', '78930999', NULL, 1652928602),
(73303, '3298', '380.00', '17', '20.001', '25', '65100000', '65999999', '78900000', '78930999', NULL, 1652928603),
(73304, '3220', '760.00', '16', '20.001', '25', '65100000', '65999999', '78900000', '78930999', NULL, 1652928604),
(73305, '3298', '463.00', '17', '25.001', '30', '65100000', '65999999', '78900000', '78930999', NULL, 1652928604),
(73306, '3220', '925.00', '16', '25.001', '30', '65100000', '65999999', '78900000', '78930999', NULL, 1652928605),
(73307, '3298', '90.00', '15', '0.3', '5', '65100000', '65999999', '78931000', '78999999', NULL, 1652928606),
(73308, '3220', '183.00', '12', '0.3', '5', '65100000', '65999999', '78931000', '78999999', NULL, 1652928608),
(73309, '3298', '133.00', '15', '5.001', '10', '65100000', '65999999', '78931000', '78999999', NULL, 1652928612),
(73310, '3220', '266.00', '12', '5.001', '10', '65100000', '65999999', '78931000', '78999999', NULL, 1652928613),
(73311, '3298', '215.00', '15', '10.001', '15', '65100000', '65999999', '78931000', '78999999', NULL, 1652928614),
(73312, '3220', '430.00', '12', '10.001', '15', '65100000', '65999999', '78931000', '78999999', NULL, 1652928615),
(73313, '3298', '298.00', '15', '15.001', '20', '65100000', '65999999', '78931000', '78999999', NULL, 1652928616),
(73314, '3220', '595.00', '12', '15.001', '20', '65100000', '65999999', '78931000', '78999999', NULL, 1652928623),
(73315, '3298', '380.00', '15', '20.001', '25', '65100000', '65999999', '78931000', '78999999', NULL, 1652928624),
(73316, '3220', '760.00', '12', '20.001', '25', '65100000', '65999999', '78931000', '78999999', NULL, 1652928625),
(73317, '3298', '463.00', '15', '25.001', '30', '65100000', '65999999', '78931000', '78999999', NULL, 1652928626),
(73318, '3220', '925.00', '12', '25.001', '30', '65100000', '65999999', '78931000', '78999999', NULL, 1652928627),
(73319, '3298', '90.00', '12', '0.3', '5', '65100000', '65999999', '79000000', '79129999', NULL, 1652928627),
(73320, '3220', '183.00', '10', '0.3', '5', '65100000', '65999999', '79000000', '79129999', NULL, 1652928629),
(73321, '3298', '133.00', '12', '5.001', '10', '65100000', '65999999', '79000000', '79129999', NULL, 1652928629),
(73322, '3220', '266.00', '10', '5.001', '10', '65100000', '65999999', '79000000', '79129999', NULL, 1652928636),
(73323, '3298', '215.00', '12', '10.001', '15', '65100000', '65999999', '79000000', '79129999', NULL, 1652928636),
(73324, '3220', '430.00', '10', '10.001', '15', '65100000', '65999999', '79000000', '79129999', NULL, 1652928637),
(73325, '3298', '298.00', '12', '15.001', '20', '65100000', '65999999', '79000000', '79129999', NULL, 1652928638),
(73326, '3220', '595.00', '10', '15.001', '20', '65100000', '65999999', '79000000', '79129999', NULL, 1652928639),
(73327, '3298', '380.00', '12', '20.001', '25', '65100000', '65999999', '79000000', '79129999', NULL, 1652928643),
(73328, '3220', '760.00', '10', '20.001', '25', '65100000', '65999999', '79000000', '79129999', NULL, 1652928646),
(73329, '3298', '463.00', '12', '25.001', '30', '65100000', '65999999', '79000000', '79129999', NULL, 1652928647),
(73330, '3220', '925.00', '10', '25.001', '30', '65100000', '65999999', '79000000', '79129999', NULL, 1652928648),
(73331, '3298', '90.00', '15', '0.3', '5', '65100000', '65999999', '79130000', '79999999', NULL, 1652928649),
(73332, '3220', '183.00', '13', '0.3', '5', '65100000', '65999999', '79130000', '79999999', NULL, 1652928650),
(73333, '3298', '133.00', '15', '5.001', '10', '65100000', '65999999', '79130000', '79999999', NULL, 1652928651),
(73334, '3220', '266.00', '13', '5.001', '10', '65100000', '65999999', '79130000', '79999999', NULL, 1652928655),
(73335, '3298', '215.00', '15', '10.001', '15', '65100000', '65999999', '79130000', '79999999', NULL, 1652928658),
(73336, '3220', '430.00', '13', '10.001', '15', '65100000', '65999999', '79130000', '79999999', NULL, 1652928663),
(73337, '3298', '298.00', '15', '15.001', '20', '65100000', '65999999', '79130000', '79999999', NULL, 1652928668),
(73338, '3220', '595.00', '13', '15.001', '20', '65100000', '65999999', '79130000', '79999999', NULL, 1652928670),
(73339, '3298', '380.00', '15', '20.001', '25', '65100000', '65999999', '79130000', '79999999', NULL, 1652928672),
(73340, '3220', '760.00', '13', '20.001', '25', '65100000', '65999999', '79130000', '79999999', NULL, 1652928672),
(73341, '3298', '463.00', '15', '25.001', '30', '65100000', '65999999', '79130000', '79999999', NULL, 1652928678),
(73342, '3220', '925.00', '13', '25.001', '30', '65100000', '65999999', '79130000', '79999999', NULL, 1652928679),
(73343, '3298', '90.00', '12', '0.3', '5', '65100000', '65999999', '80000000', '82999999', NULL, 1652928680),
(73344, '3220', '183.00', '9', '0.3', '5', '65100000', '65999999', '80000000', '82999999', NULL, 1652928681),
(73345, '3298', '133.00', '12', '5.001', '10', '65100000', '65999999', '80000000', '82999999', NULL, 1652928681),
(73346, '3220', '266.00', '9', '5.001', '10', '65100000', '65999999', '80000000', '82999999', NULL, 1652928687),
(73347, '3298', '215.00', '12', '10.001', '15', '65100000', '65999999', '80000000', '82999999', NULL, 1652928689),
(73348, '3220', '430.00', '9', '10.001', '15', '65100000', '65999999', '80000000', '82999999', NULL, 1652928689),
(73349, '3298', '298.00', '12', '15.001', '20', '65100000', '65999999', '80000000', '82999999', NULL, 1652928690),
(73350, '3220', '595.00', '9', '15.001', '20', '65100000', '65999999', '80000000', '82999999', NULL, 1652928691),
(73351, '3298', '380.00', '12', '20.001', '25', '65100000', '65999999', '80000000', '82999999', NULL, 1652928691),
(73352, '3220', '760.00', '9', '20.001', '25', '65100000', '65999999', '80000000', '82999999', NULL, 1652928691),
(73353, '3298', '463.00', '12', '25.001', '30', '65100000', '65999999', '80000000', '82999999', NULL, 1652928693),
(73354, '3220', '925.00', '9', '25.001', '30', '65100000', '65999999', '80000000', '82999999', NULL, 1652928693),
(73355, '3298', '90.00', '12', '0.3', '5', '65100000', '65999999', '80000000', '83800999', NULL, 1652928694),
(73356, '3220', '183.00', '9', '0.3', '5', '65100000', '65999999', '80000000', '83800999', NULL, 1652928695),
(73357, '3298', '133.00', '12', '5.001', '10', '65100000', '65999999', '80000000', '83800999', NULL, 1652928696),
(73358, '3220', '266.00', '9', '5.001', '10', '65100000', '65999999', '80000000', '83800999', NULL, 1652928696),
(73359, '3298', '215.00', '12', '10.001', '15', '65100000', '65999999', '80000000', '83800999', NULL, 1652928697),
(73360, '3220', '430.00', '9', '10.001', '15', '65100000', '65999999', '80000000', '83800999', NULL, 1652928698),
(73361, '3298', '298.00', '12', '15.001', '20', '65100000', '65999999', '80000000', '83800999', NULL, 1652928699),
(73362, '3220', '595.00', '9', '15.001', '20', '65100000', '65999999', '80000000', '83800999', NULL, 1652928700),
(73363, '3298', '380.00', '12', '20.001', '25', '65100000', '65999999', '80000000', '83800999', NULL, 1652928700),
(73364, '3220', '760.00', '9', '20.001', '25', '65100000', '65999999', '80000000', '83800999', NULL, 1652928702),
(73365, '3298', '463.00', '12', '25.001', '30', '65100000', '65999999', '80000000', '83800999', NULL, 1652928702),
(73366, '3220', '925.00', '9', '25.001', '30', '65100000', '65999999', '80000000', '83800999', NULL, 1652928703),
(73367, '3298', '90.00', '14', '0.3', '5', '65100000', '65999999', '83801000', '87999999', NULL, 1652928704),
(73368, '3220', '183.00', '11', '0.3', '5', '65100000', '65999999', '83801000', '87999999', NULL, 1652928705),
(73369, '3298', '133.00', '14', '5.001', '10', '65100000', '65999999', '83801000', '87999999', NULL, 1652928705),
(73370, '3220', '266.00', '11', '5.001', '10', '65100000', '65999999', '83801000', '87999999', NULL, 1652928706),
(73371, '3298', '215.00', '14', '10.001', '15', '65100000', '65999999', '83801000', '87999999', NULL, 1652928706),
(73372, '3220', '430.00', '11', '10.001', '15', '65100000', '65999999', '83801000', '87999999', NULL, 1652928706),
(73373, '3298', '298.00', '14', '15.001', '20', '65100000', '65999999', '83801000', '87999999', NULL, 1652928707),
(73374, '3220', '595.00', '11', '15.001', '20', '65100000', '65999999', '83801000', '87999999', NULL, 1652928708),
(73375, '3298', '380.00', '14', '20.001', '25', '65100000', '65999999', '83801000', '87999999', NULL, 1652928709),
(73376, '3220', '760.00', '11', '20.001', '25', '65100000', '65999999', '83801000', '87999999', NULL, 1652928710),
(73377, '3298', '463.00', '14', '25.001', '30', '65100000', '65999999', '83801000', '87999999', NULL, 1652928710),
(73378, '3220', '925.00', '11', '25.001', '30', '65100000', '65999999', '83801000', '87999999', NULL, 1652928715),
(73379, '3298', '90.00', '12', '0.3', '5', '65100000', '65999999', '88000000', '82999999', NULL, 1652928715),
(73380, '3220', '183.00', '9', '0.3', '5', '65100000', '65999999', '88000000', '82999999', NULL, 1652928717),
(73381, '3298', '133.00', '12', '5.001', '10', '65100000', '65999999', '88000000', '82999999', NULL, 1652928718),
(73382, '3220', '266.00', '9', '5.001', '10', '65100000', '65999999', '88000000', '82999999', NULL, 1652928718),
(73383, '3298', '215.00', '12', '10.001', '15', '65100000', '65999999', '88000000', '82999999', NULL, 1652928719),
(73384, '3220', '430.00', '9', '10.001', '15', '65100000', '65999999', '88000000', '82999999', NULL, 1652928720),
(73385, '3298', '298.00', '12', '15.001', '20', '65100000', '65999999', '88000000', '82999999', NULL, 1652928722),
(73386, '3220', '595.00', '9', '15.001', '20', '65100000', '65999999', '88000000', '82999999', NULL, 1652928727),
(73387, '3298', '380.00', '12', '20.001', '25', '65100000', '65999999', '88000000', '82999999', NULL, 1652928728),
(73388, '3220', '760.00', '9', '20.001', '25', '65100000', '65999999', '88000000', '82999999', NULL, 1652928730),
(73389, '3298', '463.00', '12', '25.001', '30', '65100000', '65999999', '88000000', '82999999', NULL, 1652928736),
(73390, '3220', '925.00', '9', '25.001', '30', '65100000', '65999999', '88000000', '82999999', NULL, 1652928736),
(73391, '3298', '90.00', '12', '0.3', '5', '65100000', '65999999', '88000000', '88469999', NULL, 1652928737),
(73392, '3220', '183.00', '9', '0.3', '5', '65100000', '65999999', '88000000', '88469999', NULL, 1652928737),
(73393, '3298', '133.00', '12', '5.001', '10', '65100000', '65999999', '88000000', '88469999', NULL, 1652928738),
(73394, '3220', '266.00', '9', '5.001', '10', '65100000', '65999999', '88000000', '88469999', NULL, 1652928741),
(73395, '3298', '215.00', '12', '10.001', '15', '65100000', '65999999', '88000000', '88469999', NULL, 1652928745),
(73396, '3220', '430.00', '9', '10.001', '15', '65100000', '65999999', '88000000', '88469999', NULL, 1652928745),
(73397, '3298', '298.00', '12', '15.001', '20', '65100000', '65999999', '88000000', '88469999', NULL, 1652928749),
(73398, '3220', '595.00', '9', '15.001', '20', '65100000', '65999999', '88000000', '88469999', NULL, 1652928754),
(73399, '3298', '380.00', '12', '20.001', '25', '65100000', '65999999', '88000000', '88469999', NULL, 1652928758),
(73400, '3220', '760.00', '9', '20.001', '25', '65100000', '65999999', '88000000', '88469999', NULL, 1652928759),
(73401, '3298', '463.00', '12', '25.001', '30', '65100000', '65999999', '88000000', '88469999', NULL, 1652928760),
(73402, '3220', '925.00', '9', '25.001', '30', '65100000', '65999999', '88000000', '88469999', NULL, 1652928762),
(73403, '3298', '90.00', '13', '0.3', '5', '65100000', '65999999', '88470000', '89999999', NULL, 1652928766),
(73404, '3220', '183.00', '11', '0.3', '5', '65100000', '65999999', '88470000', '89999999', NULL, 1652928767),
(73405, '3298', '133.00', '13', '5.001', '10', '65100000', '65999999', '88470000', '89999999', NULL, 1652928771),
(73406, '3220', '266.00', '11', '5.001', '10', '65100000', '65999999', '88470000', '89999999', NULL, 1652928772),
(73407, '3298', '215.00', '13', '10.001', '15', '65100000', '65999999', '88470000', '89999999', NULL, 1652928774),
(73408, '3220', '430.00', '11', '10.001', '15', '65100000', '65999999', '88470000', '89999999', NULL, 1652928776),
(73409, '3298', '298.00', '13', '15.001', '20', '65100000', '65999999', '88470000', '89999999', NULL, 1652928777),
(73410, '3220', '595.00', '11', '15.001', '20', '65100000', '65999999', '88470000', '89999999', NULL, 1652928778),
(73411, '3298', '380.00', '13', '20.001', '25', '65100000', '65999999', '88470000', '89999999', NULL, 1652928779),
(73412, '3220', '760.00', '11', '20.001', '25', '65100000', '65999999', '88470000', '89999999', NULL, 1652928780),
(73413, '3298', '463.00', '13', '25.001', '30', '65100000', '65999999', '88470000', '89999999', NULL, 1652928782),
(73414, '3220', '925.00', '11', '25.001', '30', '65100000', '65999999', '88470000', '89999999', NULL, 1652928782),
(73415, '3298', '90.00', '12', '0.3', '5', '65100000', '65999999', '90000000', '91999999', NULL, 1652928783),
(73416, '3220', '183.00', '9', '0.3', '5', '65100000', '65999999', '90000000', '91999999', NULL, 1652928784),
(73417, '3298', '133.00', '12', '5.001', '10', '65100000', '65999999', '90000000', '91999999', NULL, 1652928785),
(73418, '3220', '266.00', '9', '5.001', '10', '65100000', '65999999', '90000000', '91999999', NULL, 1652928787),
(73419, '3298', '215.00', '12', '10.001', '15', '65100000', '65999999', '90000000', '91999999', NULL, 1652928787),
(73420, '3220', '430.00', '9', '10.001', '15', '65100000', '65999999', '90000000', '91999999', NULL, 1652928788),
(73421, '3298', '298.00', '12', '15.001', '20', '65100000', '65999999', '90000000', '91999999', NULL, 1652928792),
(73422, '3220', '595.00', '9', '15.001', '20', '65100000', '65999999', '90000000', '91999999', NULL, 1652928798),
(73423, '3298', '380.00', '12', '20.001', '25', '65100000', '65999999', '90000000', '91999999', NULL, 1652928804),
(73424, '3220', '760.00', '9', '20.001', '25', '65100000', '65999999', '90000000', '91999999', NULL, 1652928806),
(73425, '3298', '463.00', '12', '25.001', '30', '65100000', '65999999', '90000000', '91999999', NULL, 1652928806),
(73426, '3220', '925.00', '9', '25.001', '30', '65100000', '65999999', '90000000', '91999999', NULL, 1652928807),
(73427, '3298', '90.00', '14', '0.3', '5', '65100000', '65999999', '90000000', '94900999', NULL, 1652928808),
(73428, '3220', '183.00', '12', '0.3', '5', '65100000', '65999999', '90000000', '94900999', NULL, 1652928809),
(73429, '3298', '133.00', '14', '5.001', '10', '65100000', '65999999', '90000000', '94900999', NULL, 1652928814),
(73430, '3220', '266.00', '12', '5.001', '10', '65100000', '65999999', '90000000', '94900999', NULL, 1652928815),
(73431, '3298', '215.00', '14', '10.001', '15', '65100000', '65999999', '90000000', '94900999', NULL, 1652928816),
(73432, '3220', '430.00', '12', '10.001', '15', '65100000', '65999999', '90000000', '94900999', NULL, 1652928819),
(73433, '3298', '298.00', '14', '15.001', '20', '65100000', '65999999', '90000000', '94900999', NULL, 1652928820),
(73434, '3220', '595.00', '12', '15.001', '20', '65100000', '65999999', '90000000', '94900999', NULL, 1652928821),
(73435, '3298', '380.00', '14', '20.001', '25', '65100000', '65999999', '90000000', '94900999', NULL, 1652928822),
(73436, '3220', '760.00', '12', '20.001', '25', '65100000', '65999999', '90000000', '94900999', NULL, 1652928822),
(73437, '3298', '463.00', '14', '25.001', '30', '65100000', '65999999', '90000000', '94900999', NULL, 1652928823),
(73438, '3220', '925.00', '12', '25.001', '30', '65100000', '65999999', '90000000', '94900999', NULL, 1652928824),
(73439, '3298', '90.00', '16', '0.3', '5', '65100000', '65999999', '94901000', '99999999', NULL, 1652928825),
(73440, '3220', '183.00', '13', '0.3', '5', '65100000', '65999999', '94901000', '99999999', NULL, 1652928827),
(73441, '3298', '133.00', '16', '5.001', '10', '65100000', '65999999', '94901000', '99999999', NULL, 1652928828),
(73442, '3220', '266.00', '13', '5.001', '10', '65100000', '65999999', '94901000', '99999999', NULL, 1652928831),
(73443, '3298', '215.00', '16', '10.001', '15', '65100000', '65999999', '94901000', '99999999', NULL, 1652928832),
(73444, '3220', '430.00', '13', '10.001', '15', '65100000', '65999999', '94901000', '99999999', NULL, 1652928833),
(73445, '3298', '298.00', '16', '15.001', '20', '65100000', '65999999', '94901000', '99999999', NULL, 1652928834),
(73446, '3220', '595.00', '13', '15.001', '20', '65100000', '65999999', '94901000', '99999999', NULL, 1652928835),
(73447, '3298', '380.00', '16', '20.001', '25', '65100000', '65999999', '94901000', '99999999', NULL, 1652928836),
(73448, '3220', '760.00', '13', '20.001', '25', '65100000', '65999999', '94901000', '99999999', NULL, 1652928837),
(73449, '3298', '463.00', '16', '25.001', '30', '65100000', '65999999', '94901000', '99999999', NULL, 1652928839),
(73450, '3220', '925.00', '13', '25.001', '30', '65100000', '65999999', '94901000', '99999999', NULL, 1652928839),
(73451, '3298', '45.00', '8', '0.3', '5', '66000000', '66999999', '01000000', '08499999', NULL, 1652928840),
(73452, '3220', '137.00', '4', '0.3', '5', '66000000', '66999999', '01000000', '08499999', NULL, 1652928841),
(73453, '3298', '71.00', '8', '5.001', '10', '66000000', '66999999', '01000000', '08499999', NULL, 1652928846),
(73454, '3220', '214.00', '4', '5.001', '10', '66000000', '66999999', '01000000', '08499999', NULL, 1652928847),
(73455, '3298', '116.00', '8', '10.001', '15', '66000000', '66999999', '01000000', '08499999', NULL, 1652928852),
(73456, '3220', '346.00', '4', '10.001', '15', '66000000', '66999999', '01000000', '08499999', NULL, 1652928852),
(73457, '3298', '160.00', '8', '15.001', '20', '66000000', '66999999', '01000000', '08499999', NULL, 1652928854),
(73458, '3220', '479.00', '4', '15.001', '20', '66000000', '66999999', '01000000', '08499999', NULL, 1652928855),
(73459, '3298', '205.00', '8', '20.001', '25', '66000000', '66999999', '01000000', '08499999', NULL, 1652928856),
(73460, '3220', '612.00', '4', '20.001', '25', '66000000', '66999999', '01000000', '08499999', NULL, 1652928857),
(73461, '3298', '249.00', '8', '25.001', '30', '66000000', '66999999', '01000000', '08499999', NULL, 1652928859),
(73462, '3220', '744.00', '4', '25.001', '30', '66000000', '66999999', '01000000', '08499999', NULL, 1652928859),
(73463, '3298', '45.00', '8', '0.3', '5', '66000000', '66999999', '06000000', '09999999', NULL, 1652928860),
(73464, '3220', '137.00', '4', '0.3', '5', '66000000', '66999999', '06000000', '09999999', NULL, 1652928860),
(73465, '3298', '71.00', '8', '5.001', '10', '66000000', '66999999', '06000000', '09999999', NULL, 1652928862),
(73466, '3220', '214.00', '4', '5.001', '10', '66000000', '66999999', '06000000', '09999999', NULL, 1652928863),
(73467, '3298', '116.00', '8', '10.001', '15', '66000000', '66999999', '06000000', '09999999', NULL, 1652928864),
(73468, '3220', '346.00', '4', '10.001', '15', '66000000', '66999999', '06000000', '09999999', NULL, 1652928865),
(73469, '3298', '160.00', '8', '15.001', '20', '66000000', '66999999', '06000000', '09999999', NULL, 1652928866),
(73470, '3220', '479.00', '4', '15.001', '20', '66000000', '66999999', '06000000', '09999999', NULL, 1652928866),
(73471, '3298', '205.00', '8', '20.001', '25', '66000000', '66999999', '06000000', '09999999', NULL, 1652928867),
(73472, '3220', '612.00', '4', '20.001', '25', '66000000', '66999999', '06000000', '09999999', NULL, 1652928867),
(73473, '3298', '249.00', '8', '25.001', '30', '66000000', '66999999', '06000000', '09999999', NULL, 1652928868),
(73474, '3220', '744.00', '4', '25.001', '30', '66000000', '66999999', '06000000', '09999999', NULL, 1652928868),
(73475, '3298', '45.00', '8', '0.3', '5', '66000000', '66999999', '11000000', '11999999', NULL, 1652928869),
(73476, '3220', '137.00', '4', '0.3', '5', '66000000', '66999999', '11000000', '11999999', NULL, 1652928870),
(73477, '3298', '71.00', '8', '5.001', '10', '66000000', '66999999', '11000000', '11999999', NULL, 1652928871),
(73478, '3220', '214.00', '4', '5.001', '10', '66000000', '66999999', '11000000', '11999999', NULL, 1652928872),
(73479, '3298', '116.00', '8', '10.001', '15', '66000000', '66999999', '11000000', '11999999', NULL, 1652928872),
(73480, '3220', '346.00', '4', '10.001', '15', '66000000', '66999999', '11000000', '11999999', NULL, 1652928873),
(73481, '3298', '160.00', '8', '15.001', '20', '66000000', '66999999', '11000000', '11999999', NULL, 1652928873),
(73482, '3220', '479.00', '4', '15.001', '20', '66000000', '66999999', '11000000', '11999999', NULL, 1652928874),
(73483, '3298', '205.00', '8', '20.001', '25', '66000000', '66999999', '11000000', '11999999', NULL, 1652928876),
(73484, '3220', '612.00', '4', '20.001', '25', '66000000', '66999999', '11000000', '11999999', NULL, 1652928876),
(73485, '3298', '249.00', '8', '25.001', '30', '66000000', '66999999', '11000000', '11999999', NULL, 1652928877),
(73486, '3220', '744.00', '4', '25.001', '30', '66000000', '66999999', '11000000', '11999999', NULL, 1652928877),
(73487, '3298', '45.00', '8', '0.3', '5', '66000000', '66999999', '12000000', '19999999', NULL, 1652928878),
(73488, '3220', '137.00', '4', '0.3', '5', '66000000', '66999999', '12000000', '19999999', NULL, 1652928884),
(73489, '3298', '71.00', '8', '5.001', '10', '66000000', '66999999', '12000000', '19999999', NULL, 1652928885),
(73490, '3220', '214.00', '4', '5.001', '10', '66000000', '66999999', '12000000', '19999999', NULL, 1652928890),
(73491, '3298', '116.00', '8', '10.001', '15', '66000000', '66999999', '12000000', '19999999', NULL, 1652928891),
(73492, '3220', '346.00', '4', '10.001', '15', '66000000', '66999999', '12000000', '19999999', NULL, 1652928892),
(73493, '3298', '160.00', '8', '15.001', '20', '66000000', '66999999', '12000000', '19999999', NULL, 1652928893),
(73494, '3220', '479.00', '4', '15.001', '20', '66000000', '66999999', '12000000', '19999999', NULL, 1652928894),
(73495, '3298', '205.00', '8', '20.001', '25', '66000000', '66999999', '12000000', '19999999', NULL, 1652928895),
(73496, '3220', '612.00', '4', '20.001', '25', '66000000', '66999999', '12000000', '19999999', NULL, 1652928895),
(73497, '3298', '249.00', '8', '25.001', '30', '66000000', '66999999', '12000000', '19999999', NULL, 1652928896),
(73498, '3220', '744.00', '4', '25.001', '30', '66000000', '66999999', '12000000', '19999999', NULL, 1652928896),
(73499, '3298', '90.00', '9', '0.3', '5', '66000000', '66999999', '26601000', '28999999', NULL, 1652928943),
(73500, '3220', '183.00', '4', '0.3', '5', '66000000', '66999999', '26601000', '28999999', NULL, 1652928944),
(73501, '3298', '133.00', '9', '5.001', '10', '66000000', '66999999', '26601000', '28999999', NULL, 1652928946),
(73502, '3220', '266.00', '4', '5.001', '10', '66000000', '66999999', '26601000', '28999999', NULL, 1652928948),
(73503, '3298', '215.00', '9', '10.001', '15', '66000000', '66999999', '26601000', '28999999', NULL, 1652928949),
(73504, '3220', '430.00', '4', '10.001', '15', '66000000', '66999999', '26601000', '28999999', NULL, 1652928950),
(73505, '3298', '298.00', '9', '15.001', '20', '66000000', '66999999', '26601000', '28999999', NULL, 1652928954),
(73506, '3220', '595.00', '4', '15.001', '20', '66000000', '66999999', '26601000', '28999999', NULL, 1652928957),
(73507, '3298', '380.00', '9', '20.001', '25', '66000000', '66999999', '26601000', '28999999', NULL, 1652928959),
(73508, '3220', '760.00', '4', '20.001', '25', '66000000', '66999999', '26601000', '28999999', NULL, 1652928960),
(73509, '3298', '463.00', '9', '25.001', '30', '66000000', '66999999', '26601000', '28999999', NULL, 1652928963),
(73510, '3220', '925.00', '4', '25.001', '30', '66000000', '66999999', '26601000', '28999999', NULL, 1652928968),
(73511, '3298', '45.00', '7', '0.3', '5', '66000000', '66999999', '29000000', '29099999', NULL, 1652928968),
(73512, '3220', '137.00', '3', '0.3', '5', '66000000', '66999999', '29000000', '29099999', NULL, 1652928970),
(73513, '3298', '71.00', '7', '5.001', '10', '66000000', '66999999', '29000000', '29099999', NULL, 1652928972),
(73514, '3220', '214.00', '3', '5.001', '10', '66000000', '66999999', '29000000', '29099999', NULL, 1652928973),
(73515, '3298', '116.00', '7', '10.001', '15', '66000000', '66999999', '29000000', '29099999', NULL, 1652928976),
(73516, '3220', '346.00', '3', '10.001', '15', '66000000', '66999999', '29000000', '29099999', NULL, 1652928978),
(73517, '3298', '160.00', '7', '15.001', '20', '66000000', '66999999', '29000000', '29099999', NULL, 1652928981),
(73518, '3220', '479.00', '3', '15.001', '20', '66000000', '66999999', '29000000', '29099999', NULL, 1652928982),
(73519, '3298', '205.00', '7', '20.001', '25', '66000000', '66999999', '29000000', '29099999', NULL, 1652928983),
(73520, '3220', '612.00', '3', '20.001', '25', '66000000', '66999999', '29000000', '29099999', NULL, 1652928987),
(73521, '3298', '249.00', '7', '25.001', '30', '66000000', '66999999', '29000000', '29099999', NULL, 1652928987),
(73522, '3220', '744.00', '3', '25.001', '30', '66000000', '66999999', '29000000', '29099999', NULL, 1652928990),
(73523, '3298', '90.00', '10', '0.3', '5', '66000000', '66999999', '29100000', '29999999', NULL, 1652928991),
(73524, '3220', '183.00', '5', '0.3', '5', '66000000', '66999999', '29100000', '29999999', NULL, 1652928992);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(73525, '3298', '133.00', '10', '5.001', '10', '66000000', '66999999', '29100000', '29999999', NULL, 1652928996),
(73526, '3220', '266.00', '5', '5.001', '10', '66000000', '66999999', '29100000', '29999999', NULL, 1652928998),
(73527, '3298', '215.00', '10', '10.001', '15', '66000000', '66999999', '29100000', '29999999', NULL, 1652929000),
(73528, '3220', '430.00', '5', '10.001', '15', '66000000', '66999999', '29100000', '29999999', NULL, 1652929000),
(73529, '3298', '298.00', '10', '15.001', '20', '66000000', '66999999', '29100000', '29999999', NULL, 1652929001),
(73530, '3220', '595.00', '5', '15.001', '20', '66000000', '66999999', '29100000', '29999999', NULL, 1652929002),
(73531, '3298', '380.00', '10', '20.001', '25', '66000000', '66999999', '29100000', '29999999', NULL, 1652929003),
(73532, '3220', '760.00', '5', '20.001', '25', '66000000', '66999999', '29100000', '29999999', NULL, 1652929008),
(73533, '3298', '463.00', '10', '25.001', '30', '66000000', '66999999', '29100000', '29999999', NULL, 1652929009),
(73534, '3220', '925.00', '5', '25.001', '30', '66000000', '66999999', '29100000', '29999999', NULL, 1652929010),
(73535, '3298', '45.00', '7', '0.3', '5', '66000000', '66999999', '30000000', '31999999', NULL, 1652929011),
(73536, '3220', '137.00', '3', '0.3', '5', '66000000', '66999999', '30000000', '31999999', NULL, 1652929012),
(73537, '3298', '71.00', '7', '5.001', '10', '66000000', '66999999', '30000000', '31999999', NULL, 1652929013),
(73538, '3220', '214.00', '3', '5.001', '10', '66000000', '66999999', '30000000', '31999999', NULL, 1652929014),
(73539, '3298', '116.00', '7', '10.001', '15', '66000000', '66999999', '30000000', '31999999', NULL, 1652929015),
(73540, '3220', '346.00', '3', '10.001', '15', '66000000', '66999999', '30000000', '31999999', NULL, 1652929016),
(73541, '3298', '160.00', '7', '15.001', '20', '66000000', '66999999', '30000000', '31999999', NULL, 1652929017),
(73542, '3220', '479.00', '3', '15.001', '20', '66000000', '66999999', '30000000', '31999999', NULL, 1652929018),
(73543, '3298', '205.00', '7', '20.001', '25', '66000000', '66999999', '30000000', '31999999', NULL, 1652929019),
(73544, '3220', '612.00', '3', '20.001', '25', '66000000', '66999999', '30000000', '31999999', NULL, 1652929020),
(73545, '3298', '249.00', '7', '25.001', '30', '66000000', '66999999', '30000000', '31999999', NULL, 1652929022),
(73546, '3220', '744.00', '3', '25.001', '30', '66000000', '66999999', '30000000', '31999999', NULL, 1652929023),
(73547, '3298', '45.00', '7', '0.3', '5', '66000000', '66999999', '30000000', '34999999', NULL, 1652929023),
(73548, '3220', '137.00', '3', '0.3', '5', '66000000', '66999999', '30000000', '34999999', NULL, 1652929024),
(73549, '3298', '71.00', '7', '5.001', '10', '66000000', '66999999', '30000000', '34999999', NULL, 1652929025),
(73550, '3220', '214.00', '3', '5.001', '10', '66000000', '66999999', '30000000', '34999999', NULL, 1652929027),
(73551, '3298', '116.00', '7', '10.001', '15', '66000000', '66999999', '30000000', '34999999', NULL, 1652929032),
(73552, '3220', '346.00', '3', '10.001', '15', '66000000', '66999999', '30000000', '34999999', NULL, 1652929034),
(73553, '3298', '160.00', '7', '15.001', '20', '66000000', '66999999', '30000000', '34999999', NULL, 1652929035),
(73554, '3220', '479.00', '3', '15.001', '20', '66000000', '66999999', '30000000', '34999999', NULL, 1652929040),
(73555, '3298', '205.00', '7', '20.001', '25', '66000000', '66999999', '30000000', '34999999', NULL, 1652929040),
(73556, '3220', '612.00', '3', '20.001', '25', '66000000', '66999999', '30000000', '34999999', NULL, 1652929042),
(73557, '3298', '249.00', '7', '25.001', '30', '66000000', '66999999', '30000000', '34999999', NULL, 1652929044),
(73558, '3220', '744.00', '3', '25.001', '30', '66000000', '66999999', '30000000', '34999999', NULL, 1652929045),
(73559, '3298', '90.00', '10', '0.3', '5', '66000000', '66999999', '35000000', '39999999', NULL, 1652929046),
(73560, '3220', '183.00', '4', '0.3', '5', '66000000', '66999999', '35000000', '39999999', NULL, 1652929049),
(73561, '3298', '133.00', '10', '5.001', '10', '66000000', '66999999', '35000000', '39999999', NULL, 1652929051),
(73562, '3220', '266.00', '4', '5.001', '10', '66000000', '66999999', '35000000', '39999999', NULL, 1652929052),
(73563, '3298', '215.00', '10', '10.001', '15', '66000000', '66999999', '35000000', '39999999', NULL, 1652929053),
(73564, '3220', '430.00', '4', '10.001', '15', '66000000', '66999999', '35000000', '39999999', NULL, 1652929056),
(73565, '3298', '298.00', '10', '15.001', '20', '66000000', '66999999', '35000000', '39999999', NULL, 1652929062),
(73566, '3220', '595.00', '4', '15.001', '20', '66000000', '66999999', '35000000', '39999999', NULL, 1652929063),
(73567, '3298', '380.00', '10', '20.001', '25', '66000000', '66999999', '35000000', '39999999', NULL, 1652929064),
(73568, '3220', '760.00', '4', '20.001', '25', '66000000', '66999999', '35000000', '39999999', NULL, 1652929065),
(73569, '3298', '463.00', '10', '25.001', '30', '66000000', '66999999', '35000000', '39999999', NULL, 1652929066),
(73570, '3220', '925.00', '4', '25.001', '30', '66000000', '66999999', '35000000', '39999999', NULL, 1652929067),
(73571, '3298', '45.00', '7', '0.3', '5', '66000000', '66999999', '40000000', '41999999', NULL, 1652929069),
(73572, '3220', '137.00', '3', '0.3', '5', '66000000', '66999999', '40000000', '41999999', NULL, 1652929075),
(73573, '3298', '71.00', '7', '5.001', '10', '66000000', '66999999', '40000000', '41999999', NULL, 1652929082),
(73574, '3220', '214.00', '3', '5.001', '10', '66000000', '66999999', '40000000', '41999999', NULL, 1652929084),
(73575, '3298', '116.00', '7', '10.001', '15', '66000000', '66999999', '40000000', '41999999', NULL, 1652929085),
(73576, '3220', '346.00', '3', '10.001', '15', '66000000', '66999999', '40000000', '41999999', NULL, 1652929093),
(73577, '3298', '160.00', '7', '15.001', '20', '66000000', '66999999', '40000000', '41999999', NULL, 1652929098),
(73578, '3220', '479.00', '3', '15.001', '20', '66000000', '66999999', '40000000', '41999999', NULL, 1652929099),
(73579, '3298', '205.00', '7', '20.001', '25', '66000000', '66999999', '40000000', '41999999', NULL, 1652929100),
(73580, '3220', '612.00', '3', '20.001', '25', '66000000', '66999999', '40000000', '41999999', NULL, 1652929104),
(73581, '3298', '249.00', '7', '25.001', '30', '66000000', '66999999', '40000000', '41999999', NULL, 1652929105),
(73582, '3220', '744.00', '3', '25.001', '30', '66000000', '66999999', '40000000', '41999999', NULL, 1652929106),
(73583, '3298', '45.00', '7', '0.3', '5', '66000000', '66999999', '40000000', '44470999', NULL, 1652929107),
(73584, '3220', '137.00', '3', '0.3', '5', '66000000', '66999999', '40000000', '44470999', NULL, 1652929111),
(73585, '3298', '71.00', '7', '5.001', '10', '66000000', '66999999', '40000000', '44470999', NULL, 1652929113),
(73586, '3220', '214.00', '3', '5.001', '10', '66000000', '66999999', '40000000', '44470999', NULL, 1652929113),
(73587, '3298', '116.00', '7', '10.001', '15', '66000000', '66999999', '40000000', '44470999', NULL, 1652929114),
(73588, '3220', '346.00', '3', '10.001', '15', '66000000', '66999999', '40000000', '44470999', NULL, 1652929117),
(73589, '3298', '160.00', '7', '15.001', '20', '66000000', '66999999', '40000000', '44470999', NULL, 1652929119),
(73590, '3220', '479.00', '3', '15.001', '20', '66000000', '66999999', '40000000', '44470999', NULL, 1652929120),
(73591, '3298', '205.00', '7', '20.001', '25', '66000000', '66999999', '40000000', '44470999', NULL, 1652929120),
(73592, '3220', '612.00', '3', '20.001', '25', '66000000', '66999999', '40000000', '44470999', NULL, 1652929123),
(73593, '3298', '249.00', '7', '25.001', '30', '66000000', '66999999', '40000000', '44470999', NULL, 1652929123),
(73594, '3220', '744.00', '3', '25.001', '30', '66000000', '66999999', '40000000', '44470999', NULL, 1652929124),
(73595, '3298', '78.00', '8', '0.3', '5', '66000000', '66999999', '44471000', '48999999', NULL, 1652929125),
(73596, '3220', '154.00', '4', '0.3', '5', '66000000', '66999999', '44471000', '48999999', NULL, 1652929126),
(73597, '3298', '114.00', '8', '5.001', '10', '66000000', '66999999', '44471000', '48999999', NULL, 1652929126),
(73598, '3220', '223.00', '4', '5.001', '10', '66000000', '66999999', '44471000', '48999999', NULL, 1652929129),
(73599, '3298', '185.00', '8', '10.001', '15', '66000000', '66999999', '44471000', '48999999', NULL, 1652929130),
(73600, '3220', '361.00', '4', '10.001', '15', '66000000', '66999999', '44471000', '48999999', NULL, 1652929131),
(73601, '3298', '256.00', '8', '15.001', '20', '66000000', '66999999', '44471000', '48999999', NULL, 1652929133),
(73602, '3220', '500.00', '4', '15.001', '20', '66000000', '66999999', '44471000', '48999999', NULL, 1652929134),
(73603, '3298', '327.00', '8', '20.001', '25', '66000000', '66999999', '44471000', '48999999', NULL, 1652929135),
(73604, '3220', '638.00', '4', '20.001', '25', '66000000', '66999999', '44471000', '48999999', NULL, 1652929136),
(73605, '3298', '398.00', '8', '25.001', '30', '66000000', '66999999', '44471000', '48999999', NULL, 1652929137),
(73606, '3220', '777.00', '4', '25.001', '30', '66000000', '66999999', '44471000', '48999999', NULL, 1652929139),
(73607, '3298', '45.00', '9', '0.3', '5', '66000000', '66999999', '49000000', '49099999', NULL, 1652929139),
(73608, '3220', '137.00', '4', '0.3', '5', '66000000', '66999999', '49000000', '49099999', NULL, 1652929141),
(73609, '3298', '71.00', '9', '5.001', '10', '66000000', '66999999', '49000000', '49099999', NULL, 1652929141),
(73610, '3220', '214.00', '4', '5.001', '10', '66000000', '66999999', '49000000', '49099999', NULL, 1652929143),
(73611, '3298', '116.00', '9', '10.001', '15', '66000000', '66999999', '49000000', '49099999', NULL, 1652929144),
(73612, '3220', '346.00', '4', '10.001', '15', '66000000', '66999999', '49000000', '49099999', NULL, 1652929146),
(73613, '3298', '160.00', '9', '15.001', '20', '66000000', '66999999', '49000000', '49099999', NULL, 1652929150),
(73614, '3220', '479.00', '4', '15.001', '20', '66000000', '66999999', '49000000', '49099999', NULL, 1652929150),
(73615, '3298', '205.00', '9', '20.001', '25', '66000000', '66999999', '49000000', '49099999', NULL, 1652929155),
(73616, '3220', '612.00', '4', '20.001', '25', '66000000', '66999999', '49000000', '49099999', NULL, 1652929155),
(73617, '3298', '249.00', '9', '25.001', '30', '66000000', '66999999', '49000000', '49099999', NULL, 1652929157),
(73618, '3220', '744.00', '4', '25.001', '30', '66000000', '66999999', '49000000', '49099999', NULL, 1652929158),
(73619, '3298', '90.00', '12', '0.3', '5', '66000000', '66999999', '49100000', '49999999', NULL, 1652929159),
(73620, '3220', '183.00', '5', '0.3', '5', '66000000', '66999999', '49100000', '49999999', NULL, 1652929160),
(73621, '3298', '133.00', '12', '5.001', '10', '66000000', '66999999', '49100000', '49999999', NULL, 1652929161),
(73622, '3220', '266.00', '5', '5.001', '10', '66000000', '66999999', '49100000', '49999999', NULL, 1652929165),
(73623, '3298', '215.00', '12', '10.001', '15', '66000000', '66999999', '49100000', '49999999', NULL, 1652929166),
(73624, '3220', '430.00', '5', '10.001', '15', '66000000', '66999999', '49100000', '49999999', NULL, 1652929168),
(73625, '3298', '298.00', '12', '15.001', '20', '66000000', '66999999', '49100000', '49999999', NULL, 1652929170),
(73626, '3220', '595.00', '5', '15.001', '20', '66000000', '66999999', '49100000', '49999999', NULL, 1652929172),
(73627, '3298', '380.00', '12', '20.001', '25', '66000000', '66999999', '49100000', '49999999', NULL, 1652929172),
(73628, '3220', '760.00', '5', '20.001', '25', '66000000', '66999999', '49100000', '49999999', NULL, 1652929176),
(73629, '3298', '463.00', '12', '25.001', '30', '66000000', '66999999', '49100000', '49999999', NULL, 1652929179),
(73630, '3220', '925.00', '5', '25.001', '30', '66000000', '66999999', '49100000', '49999999', NULL, 1652929180),
(73631, '3298', '45.00', '8', '0.3', '5', '66000000', '66999999', '50000000', '52999999', NULL, 1652929181),
(73632, '3220', '137.00', '4', '0.3', '5', '66000000', '66999999', '50000000', '52999999', NULL, 1652929182),
(73633, '3298', '71.00', '8', '5.001', '10', '66000000', '66999999', '50000000', '52999999', NULL, 1652929184),
(73634, '3220', '214.00', '4', '5.001', '10', '66000000', '66999999', '50000000', '52999999', NULL, 1652929186),
(73635, '3298', '116.00', '8', '10.001', '15', '66000000', '66999999', '50000000', '52999999', NULL, 1652929188),
(73636, '3220', '346.00', '4', '10.001', '15', '66000000', '66999999', '50000000', '52999999', NULL, 1652929189),
(73637, '3298', '160.00', '8', '15.001', '20', '66000000', '66999999', '50000000', '52999999', NULL, 1652929189),
(73638, '3220', '479.00', '4', '15.001', '20', '66000000', '66999999', '50000000', '52999999', NULL, 1652929190),
(73639, '3298', '205.00', '8', '20.001', '25', '66000000', '66999999', '50000000', '52999999', NULL, 1652929192),
(73640, '3220', '612.00', '4', '20.001', '25', '66000000', '66999999', '50000000', '52999999', NULL, 1652929194),
(73641, '3298', '249.00', '8', '25.001', '30', '66000000', '66999999', '50000000', '52999999', NULL, 1652929195),
(73642, '3220', '744.00', '4', '25.001', '30', '66000000', '66999999', '50000000', '52999999', NULL, 1652929200),
(73643, '3298', '45.00', '8', '0.3', '5', '66000000', '66999999', '50000000', '54999999', NULL, 1652929206),
(73644, '3220', '137.00', '4', '0.3', '5', '66000000', '66999999', '50000000', '54999999', NULL, 1652929207),
(73645, '3298', '71.00', '8', '5.001', '10', '66000000', '66999999', '50000000', '54999999', NULL, 1652929208),
(73646, '3220', '214.00', '4', '5.001', '10', '66000000', '66999999', '50000000', '54999999', NULL, 1652929208),
(73647, '3298', '116.00', '8', '10.001', '15', '66000000', '66999999', '50000000', '54999999', NULL, 1652929209),
(73648, '3220', '346.00', '4', '10.001', '15', '66000000', '66999999', '50000000', '54999999', NULL, 1652929210),
(73649, '3298', '160.00', '8', '15.001', '20', '66000000', '66999999', '50000000', '54999999', NULL, 1652929210),
(73650, '3220', '479.00', '4', '15.001', '20', '66000000', '66999999', '50000000', '54999999', NULL, 1652929211),
(73651, '3298', '205.00', '8', '20.001', '25', '66000000', '66999999', '50000000', '54999999', NULL, 1652929212),
(73652, '3220', '612.00', '4', '20.001', '25', '66000000', '66999999', '50000000', '54999999', NULL, 1652929213),
(73653, '3298', '249.00', '8', '25.001', '30', '66000000', '66999999', '50000000', '54999999', NULL, 1652929214),
(73654, '3220', '744.00', '4', '25.001', '30', '66000000', '66999999', '50000000', '54999999', NULL, 1652929217),
(73655, '3298', '90.00', '13', '0.3', '5', '66000000', '66999999', '55000000', '56999999', NULL, 1652929218),
(73656, '3220', '183.00', '6', '0.3', '5', '66000000', '66999999', '55000000', '56999999', NULL, 1652929219),
(73657, '3298', '133.00', '13', '5.001', '10', '66000000', '66999999', '55000000', '56999999', NULL, 1652929220),
(73658, '3220', '266.00', '6', '5.001', '10', '66000000', '66999999', '55000000', '56999999', NULL, 1652929221),
(73659, '3298', '215.00', '13', '10.001', '15', '66000000', '66999999', '55000000', '56999999', NULL, 1652929222),
(73660, '3220', '430.00', '6', '10.001', '15', '66000000', '66999999', '55000000', '56999999', NULL, 1652929223),
(73661, '3298', '298.00', '13', '15.001', '20', '66000000', '66999999', '55000000', '56999999', NULL, 1652929227),
(73662, '3220', '595.00', '6', '15.001', '20', '66000000', '66999999', '55000000', '56999999', NULL, 1652929227),
(73663, '3298', '380.00', '13', '20.001', '25', '66000000', '66999999', '55000000', '56999999', NULL, 1652929229),
(73664, '3220', '760.00', '6', '20.001', '25', '66000000', '66999999', '55000000', '56999999', NULL, 1652929234),
(73665, '3298', '463.00', '13', '25.001', '30', '66000000', '66999999', '55000000', '56999999', NULL, 1652929235),
(73666, '3220', '925.00', '6', '25.001', '30', '66000000', '66999999', '55000000', '56999999', NULL, 1652929237),
(73667, '3298', '45.00', '9', '0.3', '5', '66000000', '66999999', '57000000', '57099999', NULL, 1652929238),
(73668, '3220', '137.00', '4', '0.3', '5', '66000000', '66999999', '57000000', '57099999', NULL, 1652929243),
(73669, '3298', '71.00', '9', '5.001', '10', '66000000', '66999999', '57000000', '57099999', NULL, 1652929247),
(73670, '3220', '214.00', '4', '5.001', '10', '66000000', '66999999', '57000000', '57099999', NULL, 1652929248),
(73671, '3298', '116.00', '9', '10.001', '15', '66000000', '66999999', '57000000', '57099999', NULL, 1652929249),
(73672, '3220', '346.00', '4', '10.001', '15', '66000000', '66999999', '57000000', '57099999', NULL, 1652929253),
(73673, '3298', '160.00', '9', '15.001', '20', '66000000', '66999999', '57000000', '57099999', NULL, 1652929255),
(73674, '3220', '479.00', '4', '15.001', '20', '66000000', '66999999', '57000000', '57099999', NULL, 1652929257),
(73675, '3298', '205.00', '9', '20.001', '25', '66000000', '66999999', '57000000', '57099999', NULL, 1652929258),
(73676, '3220', '612.00', '4', '20.001', '25', '66000000', '66999999', '57000000', '57099999', NULL, 1652929260),
(73677, '3298', '249.00', '9', '25.001', '30', '66000000', '66999999', '57000000', '57099999', NULL, 1652929261),
(73678, '3220', '744.00', '4', '25.001', '30', '66000000', '66999999', '57000000', '57099999', NULL, 1652929264),
(73679, '3298', '45.00', '11', '0.3', '5', '66000000', '66999999', '57100000', '57999999', NULL, 1652929265),
(73680, '3220', '137.00', '5', '0.3', '5', '66000000', '66999999', '57100000', '57999999', NULL, 1652929267),
(73681, '3298', '71.00', '11', '5.001', '10', '66000000', '66999999', '57100000', '57999999', NULL, 1652929267),
(73682, '3220', '214.00', '5', '5.001', '10', '66000000', '66999999', '57100000', '57999999', NULL, 1652929269),
(73683, '3298', '116.00', '11', '10.001', '15', '66000000', '66999999', '57100000', '57999999', NULL, 1652929271),
(73684, '3220', '346.00', '5', '10.001', '15', '66000000', '66999999', '57100000', '57999999', NULL, 1652929272),
(73685, '3298', '160.00', '11', '15.001', '20', '66000000', '66999999', '57100000', '57999999', NULL, 1652929274),
(73686, '3220', '479.00', '5', '15.001', '20', '66000000', '66999999', '57100000', '57999999', NULL, 1652929275),
(73687, '3298', '205.00', '11', '20.001', '25', '66000000', '66999999', '57100000', '57999999', NULL, 1652929278),
(73688, '3220', '612.00', '5', '20.001', '25', '66000000', '66999999', '57100000', '57999999', NULL, 1652929278),
(73689, '3298', '249.00', '11', '25.001', '30', '66000000', '66999999', '57100000', '57999999', NULL, 1652929279),
(73690, '3220', '744.00', '5', '25.001', '30', '66000000', '66999999', '57100000', '57999999', NULL, 1652929280),
(73691, '3298', '45.00', '9', '0.3', '5', '66000000', '66999999', '58000000', '58099999', NULL, 1652929281),
(73692, '3220', '137.00', '5', '0.3', '5', '66000000', '66999999', '58000000', '58099999', NULL, 1652929284),
(73693, '3298', '71.00', '9', '5.001', '10', '66000000', '66999999', '58000000', '58099999', NULL, 1652929284),
(73694, '3220', '214.00', '5', '5.001', '10', '66000000', '66999999', '58000000', '58099999', NULL, 1652929285),
(73695, '3298', '116.00', '9', '10.001', '15', '66000000', '66999999', '58000000', '58099999', NULL, 1652929286),
(73696, '3220', '346.00', '5', '10.001', '15', '66000000', '66999999', '58000000', '58099999', NULL, 1652929287),
(73697, '3298', '160.00', '9', '15.001', '20', '66000000', '66999999', '58000000', '58099999', NULL, 1652929288),
(73698, '3220', '479.00', '5', '15.001', '20', '66000000', '66999999', '58000000', '58099999', NULL, 1652929289),
(73699, '3298', '205.00', '9', '20.001', '25', '66000000', '66999999', '58000000', '58099999', NULL, 1652929290),
(73700, '3220', '612.00', '5', '20.001', '25', '66000000', '66999999', '58000000', '58099999', NULL, 1652929291),
(73701, '3298', '249.00', '9', '25.001', '30', '66000000', '66999999', '58000000', '58099999', NULL, 1652929296),
(73702, '3220', '744.00', '5', '25.001', '30', '66000000', '66999999', '58000000', '58099999', NULL, 1652929296),
(73703, '3298', '90.00', '14', '0.3', '5', '66000000', '66999999', '58100000', '58999999', NULL, 1652929300),
(73704, '3220', '183.00', '8', '0.3', '5', '66000000', '66999999', '58100000', '58999999', NULL, 1652929301),
(73705, '3298', '133.00', '14', '5.001', '10', '66000000', '66999999', '58100000', '58999999', NULL, 1652929302),
(73706, '3220', '266.00', '8', '5.001', '10', '66000000', '66999999', '58100000', '58999999', NULL, 1652929305),
(73707, '3298', '215.00', '14', '10.001', '15', '66000000', '66999999', '58100000', '58999999', NULL, 1652929306),
(73708, '3220', '430.00', '8', '10.001', '15', '66000000', '66999999', '58100000', '58999999', NULL, 1652929307),
(73709, '3298', '298.00', '14', '15.001', '20', '66000000', '66999999', '58100000', '58999999', NULL, 1652929307),
(73710, '3220', '595.00', '8', '15.001', '20', '66000000', '66999999', '58100000', '58999999', NULL, 1652929308),
(73711, '3298', '380.00', '14', '20.001', '25', '66000000', '66999999', '58100000', '58999999', NULL, 1652929312),
(73712, '3220', '760.00', '8', '20.001', '25', '66000000', '66999999', '58100000', '58999999', NULL, 1652929313),
(73713, '3298', '463.00', '14', '25.001', '30', '66000000', '66999999', '58100000', '58999999', NULL, 1652929314),
(73714, '3220', '925.00', '8', '25.001', '30', '66000000', '66999999', '58100000', '58999999', NULL, 1652929315),
(73715, '3298', '45.00', '9', '0.3', '5', '66000000', '66999999', '59000000', '59099999', NULL, 1652929315),
(73716, '3220', '137.00', '4', '0.3', '5', '66000000', '66999999', '59000000', '59099999', NULL, 1652929321),
(73717, '3298', '71.00', '9', '5.001', '10', '66000000', '66999999', '59000000', '59099999', NULL, 1652929330),
(73718, '3220', '214.00', '4', '5.001', '10', '66000000', '66999999', '59000000', '59099999', NULL, 1652929333),
(73719, '3298', '116.00', '9', '10.001', '15', '66000000', '66999999', '59000000', '59099999', NULL, 1652929334),
(73720, '3220', '346.00', '4', '10.001', '15', '66000000', '66999999', '59000000', '59099999', NULL, 1652929335),
(73721, '3298', '160.00', '9', '15.001', '20', '66000000', '66999999', '59000000', '59099999', NULL, 1652929336),
(73722, '3220', '479.00', '4', '15.001', '20', '66000000', '66999999', '59000000', '59099999', NULL, 1652929338),
(73723, '3298', '205.00', '9', '20.001', '25', '66000000', '66999999', '59000000', '59099999', NULL, 1652929342),
(73724, '3220', '612.00', '4', '20.001', '25', '66000000', '66999999', '59000000', '59099999', NULL, 1652929343),
(73725, '3298', '249.00', '9', '25.001', '30', '66000000', '66999999', '59000000', '59099999', NULL, 1652929343),
(73726, '3220', '744.00', '4', '25.001', '30', '66000000', '66999999', '59000000', '59099999', NULL, 1652929346),
(73727, '3298', '45.00', '9', '0.3', '5', '66000000', '66999999', '59100000', '59999999', NULL, 1652929347),
(73728, '3220', '137.00', '4', '0.3', '5', '66000000', '66999999', '59100000', '59999999', NULL, 1652929350),
(73729, '3298', '71.00', '9', '5.001', '10', '66000000', '66999999', '59100000', '59999999', NULL, 1652929351),
(73730, '3220', '214.00', '4', '5.001', '10', '66000000', '66999999', '59100000', '59999999', NULL, 1652929352),
(73731, '3298', '116.00', '9', '10.001', '15', '66000000', '66999999', '59100000', '59999999', NULL, 1652929354),
(73732, '3220', '346.00', '4', '10.001', '15', '66000000', '66999999', '59100000', '59999999', NULL, 1652929359),
(73733, '3298', '160.00', '9', '15.001', '20', '66000000', '66999999', '59100000', '59999999', NULL, 1652929360),
(73734, '3220', '479.00', '4', '15.001', '20', '66000000', '66999999', '59100000', '59999999', NULL, 1652929361),
(73735, '3298', '205.00', '9', '20.001', '25', '66000000', '66999999', '59100000', '59999999', NULL, 1652929363),
(73736, '3220', '612.00', '4', '20.001', '25', '66000000', '66999999', '59100000', '59999999', NULL, 1652929368),
(73737, '3298', '249.00', '9', '25.001', '30', '66000000', '66999999', '59100000', '59999999', NULL, 1652929371),
(73738, '3220', '744.00', '4', '25.001', '30', '66000000', '66999999', '59100000', '59999999', NULL, 1652929372),
(73739, '3298', '38.00', '9', '0.3', '5', '66000000', '66999999', '60000000', '60999999', NULL, 1652929373),
(73740, '3220', '113.00', '4', '0.3', '5', '66000000', '66999999', '60000000', '60999999', NULL, 1652929374),
(73741, '3298', '58.00', '9', '5.001', '10', '66000000', '66999999', '60000000', '60999999', NULL, 1652929374),
(73742, '3220', '176.00', '4', '5.001', '10', '66000000', '66999999', '60000000', '60999999', NULL, 1652929377),
(73743, '3298', '94.00', '9', '10.001', '15', '66000000', '66999999', '60000000', '60999999', NULL, 1652929378),
(73744, '3220', '286.00', '4', '10.001', '15', '66000000', '66999999', '60000000', '60999999', NULL, 1652929379),
(73745, '3298', '130.00', '9', '15.001', '20', '66000000', '66999999', '60000000', '60999999', NULL, 1652929382),
(73746, '3220', '396.00', '4', '15.001', '20', '66000000', '66999999', '60000000', '60999999', NULL, 1652929382),
(73747, '3298', '166.00', '9', '20.001', '25', '66000000', '66999999', '60000000', '60999999', NULL, 1652929383),
(73748, '3220', '505.00', '4', '20.001', '25', '66000000', '66999999', '60000000', '60999999', NULL, 1652929384),
(73749, '3298', '202.00', '9', '25.001', '30', '66000000', '66999999', '60000000', '60999999', NULL, 1652929384),
(73750, '3220', '615.00', '4', '25.001', '30', '66000000', '66999999', '60000000', '60999999', NULL, 1652929387),
(73751, '3298', '38.00', '9', '0.3', '5', '66000000', '66999999', '60000000', '61900999', NULL, 1652929388),
(73752, '3220', '113.00', '4', '0.3', '5', '66000000', '66999999', '60000000', '61900999', NULL, 1652929390),
(73753, '3298', '58.00', '9', '5.001', '10', '66000000', '66999999', '60000000', '61900999', NULL, 1652929393),
(73754, '3220', '176.00', '4', '5.001', '10', '66000000', '66999999', '60000000', '61900999', NULL, 1652929394),
(73755, '3298', '94.00', '9', '10.001', '15', '66000000', '66999999', '60000000', '61900999', NULL, 1652929395),
(73756, '3220', '286.00', '4', '10.001', '15', '66000000', '66999999', '60000000', '61900999', NULL, 1652929395),
(73757, '3298', '130.00', '9', '15.001', '20', '66000000', '66999999', '60000000', '61900999', NULL, 1652929396),
(73758, '3220', '396.00', '4', '15.001', '20', '66000000', '66999999', '60000000', '61900999', NULL, 1652929398),
(73759, '3298', '166.00', '9', '20.001', '25', '66000000', '66999999', '60000000', '61900999', NULL, 1652929399),
(73760, '3220', '505.00', '4', '20.001', '25', '66000000', '66999999', '60000000', '61900999', NULL, 1652929400),
(73761, '3298', '202.00', '9', '25.001', '30', '66000000', '66999999', '60000000', '61900999', NULL, 1652929401),
(73762, '3220', '615.00', '4', '25.001', '30', '66000000', '66999999', '60000000', '61900999', NULL, 1652929402),
(73763, '3298', '70.00', '13', '0.3', '5', '66000000', '66999999', '61901000', '63999999', NULL, 1652929403),
(73764, '3220', '157.00', '9', '0.3', '5', '66000000', '66999999', '61901000', '63999999', NULL, 1652929407),
(73765, '3298', '106.00', '13', '5.001', '10', '66000000', '66999999', '61901000', '63999999', NULL, 1652929409),
(73766, '3220', '226.00', '9', '5.001', '10', '66000000', '66999999', '61901000', '63999999', NULL, 1652929410),
(73767, '3298', '172.00', '13', '10.001', '15', '66000000', '66999999', '61901000', '63999999', NULL, 1652929410),
(73768, '3220', '367.00', '9', '10.001', '15', '66000000', '66999999', '61901000', '63999999', NULL, 1652929411),
(73769, '3298', '239.00', '13', '15.001', '20', '66000000', '66999999', '61901000', '63999999', NULL, 1652929412),
(73770, '3220', '508.00', '9', '15.001', '20', '66000000', '66999999', '61901000', '63999999', NULL, 1652929413),
(73771, '3298', '305.00', '13', '20.001', '25', '66000000', '66999999', '61901000', '63999999', NULL, 1652929413),
(73772, '3220', '649.00', '9', '20.001', '25', '66000000', '66999999', '61901000', '63999999', NULL, 1652929414),
(73773, '3298', '371.00', '13', '25.001', '30', '66000000', '66999999', '61901000', '63999999', NULL, 1652929415),
(73774, '3220', '789.00', '9', '25.001', '30', '66000000', '66999999', '61901000', '63999999', NULL, 1652929416),
(73775, '3298', '34.00', '9', '0.3', '5', '66000000', '66999999', '64000000', '64099999', NULL, 1652929417),
(73776, '3220', '80.00', '5', '0.3', '5', '66000000', '66999999', '64000000', '64099999', NULL, 1652929422),
(73777, '3298', '50.00', '9', '5.001', '10', '66000000', '66999999', '64000000', '64099999', NULL, 1652929423),
(73778, '3220', '125.00', '5', '5.001', '10', '66000000', '66999999', '64000000', '64099999', NULL, 1652929424),
(73779, '3298', '82.00', '9', '10.001', '15', '66000000', '66999999', '64000000', '64099999', NULL, 1652929425),
(73780, '3220', '203.00', '5', '10.001', '15', '66000000', '66999999', '64000000', '64099999', NULL, 1652929427),
(73781, '3298', '113.00', '9', '15.001', '20', '66000000', '66999999', '64000000', '64099999', NULL, 1652929428),
(73782, '3220', '281.00', '5', '15.001', '20', '66000000', '66999999', '64000000', '64099999', NULL, 1652929432),
(73783, '3298', '145.00', '9', '20.001', '25', '66000000', '66999999', '64000000', '64099999', NULL, 1652929434),
(73784, '3220', '359.00', '5', '20.001', '25', '66000000', '66999999', '64000000', '64099999', NULL, 1652929435),
(73785, '3298', '176.00', '9', '25.001', '30', '66000000', '66999999', '64000000', '64099999', NULL, 1652929436),
(73786, '3220', '437.00', '5', '25.001', '30', '66000000', '66999999', '64000000', '64099999', NULL, 1652929441),
(73787, '3298', '50.00', '13', '0.3', '5', '66000000', '66999999', '64100000', '64999999', NULL, 1652929442),
(73788, '3220', '124.00', '9', '0.3', '5', '66000000', '66999999', '64100000', '64999999', NULL, 1652929444),
(73789, '3298', '83.00', '13', '5.001', '10', '66000000', '66999999', '64100000', '64999999', NULL, 1652929446),
(73790, '3220', '175.00', '9', '5.001', '10', '66000000', '66999999', '64100000', '64999999', NULL, 1652929446),
(73791, '3298', '135.00', '13', '10.001', '15', '66000000', '66999999', '64100000', '64999999', NULL, 1652929449),
(73792, '3220', '283.00', '9', '10.001', '15', '66000000', '66999999', '64100000', '64999999', NULL, 1652929451),
(73793, '3298', '186.00', '13', '15.001', '20', '66000000', '66999999', '64100000', '64999999', NULL, 1652929451),
(73794, '3220', '392.00', '9', '15.001', '20', '66000000', '66999999', '64100000', '64999999', NULL, 1652929452),
(73795, '3298', '238.00', '13', '20.001', '25', '66000000', '66999999', '64100000', '64999999', NULL, 1652929453),
(73796, '3220', '500.00', '9', '20.001', '25', '66000000', '66999999', '64100000', '64999999', NULL, 1652929454),
(73797, '3298', '290.00', '13', '25.001', '30', '66000000', '66999999', '64100000', '64999999', NULL, 1652929455),
(73798, '3220', '609.00', '9', '25.001', '30', '66000000', '66999999', '64100000', '64999999', NULL, 1652929456),
(73799, '3298', '30.00', '11', '0.3', '5', '66000000', '66999999', '65000000', '65099999', NULL, 1652929457),
(73800, '3220', '59.00', '7', '0.3', '5', '66000000', '66999999', '65000000', '65099999', NULL, 1652929460),
(73801, '3298', '44.00', '11', '5.001', '10', '66000000', '66999999', '65000000', '65099999', NULL, 1652929462),
(73802, '3220', '93.00', '7', '5.001', '10', '66000000', '66999999', '65000000', '65099999', NULL, 1652929462),
(73803, '3298', '71.00', '11', '10.001', '15', '66000000', '66999999', '65000000', '65099999', NULL, 1652929464),
(73804, '3220', '150.00', '7', '10.001', '15', '66000000', '66999999', '65000000', '65099999', NULL, 1652929466),
(73805, '3298', '99.00', '11', '15.001', '20', '66000000', '66999999', '65000000', '65099999', NULL, 1652929469),
(73806, '3220', '208.00', '7', '15.001', '20', '66000000', '66999999', '65000000', '65099999', NULL, 1652929471),
(73807, '3298', '126.00', '11', '20.001', '25', '66000000', '66999999', '65000000', '65099999', NULL, 1652929472),
(73808, '3220', '266.00', '7', '20.001', '25', '66000000', '66999999', '65000000', '65099999', NULL, 1652929474),
(73809, '3298', '153.00', '11', '25.001', '30', '66000000', '66999999', '65000000', '65099999', NULL, 1652929475),
(73810, '3220', '324.00', '7', '25.001', '30', '66000000', '66999999', '65000000', '65099999', NULL, 1652929476),
(73811, '3298', '44.00', '15', '0.3', '5', '66000000', '66999999', '65100000', '65999999', NULL, 1652929480),
(73812, '3220', '102.00', '12', '0.3', '5', '66000000', '66999999', '65100000', '65999999', NULL, 1652929484),
(73813, '3298', '74.00', '15', '5.001', '10', '66000000', '66999999', '65100000', '65999999', NULL, 1652929486),
(73814, '3220', '141.00', '12', '5.001', '10', '66000000', '66999999', '65100000', '65999999', NULL, 1652929488),
(73815, '3298', '120.00', '15', '10.001', '15', '66000000', '66999999', '65100000', '65999999', NULL, 1652929489),
(73816, '3220', '229.00', '12', '10.001', '15', '66000000', '66999999', '65100000', '65999999', NULL, 1652929490),
(73817, '3298', '166.00', '15', '15.001', '20', '66000000', '66999999', '65100000', '65999999', NULL, 1652929491),
(73818, '3220', '316.00', '12', '15.001', '20', '66000000', '66999999', '65100000', '65999999', NULL, 1652929493),
(73819, '3298', '212.00', '15', '20.001', '25', '66000000', '66999999', '65100000', '65999999', NULL, 1652929493),
(73820, '3220', '404.00', '12', '20.001', '25', '66000000', '66999999', '65100000', '65999999', NULL, 1652929496),
(73821, '3298', '258.00', '15', '25.001', '30', '66000000', '66999999', '65100000', '65999999', NULL, 1652929497),
(73822, '3220', '492.00', '12', '25.001', '30', '66000000', '66999999', '65100000', '65999999', NULL, 1652929498),
(73823, '3298', '26.00', '5', '0.3', '5', '66000000', '66999999', '66000000', '66999999', NULL, 1652929499),
(73824, '3220', '22.00', '1', '0.3', '5', '66000000', '66999999', '66000000', '66999999', NULL, 1652929500),
(73825, '3298', '32.00', '5', '5.001', '10', '66000000', '66999999', '66000000', '66999999', NULL, 1652929502),
(73826, '3220', '28.00', '1', '5.001', '10', '66000000', '66999999', '66000000', '66999999', NULL, 1652929502),
(73827, '3298', '52.00', '5', '10.001', '15', '66000000', '66999999', '66000000', '66999999', NULL, 1652929503),
(73828, '3220', '45.00', '1', '10.001', '15', '66000000', '66999999', '66000000', '66999999', NULL, 1652929504),
(73829, '3298', '72.00', '5', '15.001', '20', '66000000', '66999999', '66000000', '66999999', NULL, 1652929506),
(73830, '3220', '63.00', '1', '15.001', '20', '66000000', '66999999', '66000000', '66999999', NULL, 1652929507),
(73831, '3298', '92.00', '5', '20.001', '25', '66000000', '66999999', '66000000', '66999999', NULL, 1652929507),
(73832, '3220', '80.00', '1', '20.001', '25', '66000000', '66999999', '66000000', '66999999', NULL, 1652929509),
(73833, '3298', '112.00', '5', '25.001', '30', '66000000', '66999999', '66000000', '66999999', NULL, 1652929510),
(73834, '3220', '97.00', '1', '25.001', '30', '66000000', '66999999', '66000000', '66999999', NULL, 1652929512),
(73835, '3298', '26.00', '5', '0.3', '5', '66000000', '66999999', '66000000', '67999999', NULL, 1652929513),
(73836, '3220', '22.00', '1', '0.3', '5', '66000000', '66999999', '66000000', '67999999', NULL, 1652929514),
(73837, '3298', '32.00', '5', '5.001', '10', '66000000', '66999999', '66000000', '67999999', NULL, 1652929515),
(73838, '3220', '28.00', '1', '5.001', '10', '66000000', '66999999', '66000000', '67999999', NULL, 1652929516),
(73839, '3298', '52.00', '5', '10.001', '15', '66000000', '66999999', '66000000', '67999999', NULL, 1652929523),
(73840, '3220', '45.00', '1', '10.001', '15', '66000000', '66999999', '66000000', '67999999', NULL, 1652929523),
(73841, '3298', '72.00', '5', '15.001', '20', '66000000', '66999999', '66000000', '67999999', NULL, 1652929526),
(73842, '3220', '63.00', '1', '15.001', '20', '66000000', '66999999', '66000000', '67999999', NULL, 1652929527),
(73843, '3298', '92.00', '5', '20.001', '25', '66000000', '66999999', '66000000', '67999999', NULL, 1652929529),
(73844, '3220', '80.00', '1', '20.001', '25', '66000000', '66999999', '66000000', '67999999', NULL, 1652929529),
(73845, '3298', '112.00', '5', '25.001', '30', '66000000', '66999999', '66000000', '67999999', NULL, 1652929537),
(73846, '3220', '97.00', '1', '25.001', '30', '66000000', '66999999', '66000000', '67999999', NULL, 1652929538),
(73847, '3298', '26.00', '5', '0.3', '5', '66000000', '66999999', '68000000', '68899999', NULL, 1652929539),
(73848, '3220', '34.00', '3', '0.3', '5', '66000000', '66999999', '68000000', '68899999', NULL, 1652929540),
(73849, '3298', '32.00', '5', '5.001', '10', '66000000', '66999999', '68000000', '68899999', NULL, 1652929541),
(73850, '3220', '48.00', '3', '5.001', '10', '66000000', '66999999', '68000000', '68899999', NULL, 1652929542),
(73851, '3298', '52.00', '5', '10.001', '15', '66000000', '66999999', '68000000', '68899999', NULL, 1652929551),
(73852, '3220', '79.00', '3', '10.001', '15', '66000000', '66999999', '68000000', '68899999', NULL, 1652929552),
(73853, '3298', '72.00', '5', '15.001', '20', '66000000', '66999999', '68000000', '68899999', NULL, 1652929553),
(73854, '3220', '109.00', '3', '15.001', '20', '66000000', '66999999', '68000000', '68899999', NULL, 1652929562),
(73855, '3298', '92.00', '5', '20.001', '25', '66000000', '66999999', '68000000', '68899999', NULL, 1652929570),
(73856, '3220', '139.00', '3', '20.001', '25', '66000000', '66999999', '68000000', '68899999', NULL, 1652929570),
(73857, '3298', '112.00', '5', '25.001', '30', '66000000', '66999999', '68000000', '68899999', NULL, 1652929571),
(73858, '3220', '170.00', '3', '25.001', '30', '66000000', '66999999', '68000000', '68899999', NULL, 1652929575),
(73859, '3298', '30.00', '15', '0.3', '5', '66000000', '66999999', '68900000', '68914999', NULL, 1652929582),
(73860, '3220', '59.00', '2', '0.3', '5', '66000000', '66999999', '68900000', '68914999', NULL, 1652929582),
(73861, '3298', '44.00', '15', '5.001', '10', '66000000', '66999999', '68900000', '68914999', NULL, 1652929589),
(73862, '3220', '93.00', '2', '5.001', '10', '66000000', '66999999', '68900000', '68914999', NULL, 1652929590),
(73863, '3298', '71.00', '15', '10.001', '15', '66000000', '66999999', '68900000', '68914999', NULL, 1652929591),
(73864, '3220', '150.00', '2', '10.001', '15', '66000000', '66999999', '68900000', '68914999', NULL, 1652929591),
(73865, '3298', '99.00', '15', '15.001', '20', '66000000', '66999999', '68900000', '68914999', NULL, 1652929592),
(73866, '3220', '208.00', '2', '15.001', '20', '66000000', '66999999', '68900000', '68914999', NULL, 1652929594),
(73867, '3298', '126.00', '15', '20.001', '25', '66000000', '66999999', '68900000', '68914999', NULL, 1652929595),
(73868, '3220', '266.00', '2', '20.001', '25', '66000000', '66999999', '68900000', '68914999', NULL, 1652929597),
(73869, '3298', '153.00', '15', '25.001', '30', '66000000', '66999999', '68900000', '68914999', NULL, 1652929602),
(73870, '3220', '324.00', '2', '25.001', '30', '66000000', '66999999', '68900000', '68914999', NULL, 1652929603),
(73871, '3298', '44.00', '17', '0.3', '5', '66000000', '66999999', '68915000', '68999999', NULL, 1652929604),
(73872, '3220', '102.00', '5', '0.3', '5', '66000000', '66999999', '68915000', '68999999', NULL, 1652929606),
(73873, '3298', '74.00', '17', '5.001', '10', '66000000', '66999999', '68915000', '68999999', NULL, 1652929607),
(73874, '3220', '141.00', '5', '5.001', '10', '66000000', '66999999', '68915000', '68999999', NULL, 1652929610),
(73875, '3298', '120.00', '17', '10.001', '15', '66000000', '66999999', '68915000', '68999999', NULL, 1652929611),
(73876, '3220', '229.00', '5', '10.001', '15', '66000000', '66999999', '68915000', '68999999', NULL, 1652929612),
(73877, '3298', '166.00', '17', '15.001', '20', '66000000', '66999999', '68915000', '68999999', NULL, 1652929617),
(73878, '3220', '316.00', '5', '15.001', '20', '66000000', '66999999', '68915000', '68999999', NULL, 1652929617),
(73879, '3298', '212.00', '17', '20.001', '25', '66000000', '66999999', '68915000', '68999999', NULL, 1652929618),
(73880, '3220', '404.00', '5', '20.001', '25', '66000000', '66999999', '68915000', '68999999', NULL, 1652929619),
(73881, '3298', '258.00', '17', '25.001', '30', '66000000', '66999999', '68915000', '68999999', NULL, 1652929621),
(73882, '3220', '492.00', '5', '25.001', '30', '66000000', '66999999', '68915000', '68999999', NULL, 1652929622),
(73883, '3298', '38.00', '22', '0.3', '5', '66000000', '66999999', '69000000', '69099999', NULL, 1652929623),
(73884, '3220', '113.00', '4', '0.3', '5', '66000000', '66999999', '69000000', '69099999', NULL, 1652929627),
(73885, '3298', '58.00', '22', '5.001', '10', '66000000', '66999999', '69000000', '69099999', NULL, 1652929628),
(73886, '3220', '176.00', '4', '5.001', '10', '66000000', '66999999', '69000000', '69099999', NULL, 1652929629),
(73887, '3298', '94.00', '22', '10.001', '15', '66000000', '66999999', '69000000', '69099999', NULL, 1652929630),
(73888, '3220', '286.00', '4', '10.001', '15', '66000000', '66999999', '69000000', '69099999', NULL, 1652929636),
(73889, '3298', '130.00', '22', '15.001', '20', '66000000', '66999999', '69000000', '69099999', NULL, 1652929637),
(73890, '3220', '396.00', '4', '15.001', '20', '66000000', '66999999', '69000000', '69099999', NULL, 1652929638),
(73891, '3298', '166.00', '22', '20.001', '25', '66000000', '66999999', '69000000', '69099999', NULL, 1652929639),
(73892, '3220', '505.00', '4', '20.001', '25', '66000000', '66999999', '69000000', '69099999', NULL, 1652929641),
(73893, '3298', '202.00', '22', '25.001', '30', '66000000', '66999999', '69000000', '69099999', NULL, 1652929642),
(73894, '3220', '615.00', '4', '25.001', '30', '66000000', '66999999', '69000000', '69099999', NULL, 1652929643),
(73895, '3298', '70.00', '29', '0.3', '5', '66000000', '66999999', '69100000', '69299999', NULL, 1652929643),
(73896, '3220', '157.00', '7', '0.3', '5', '66000000', '66999999', '69100000', '69299999', NULL, 1652929646),
(73897, '3298', '106.00', '29', '5.001', '10', '66000000', '66999999', '69100000', '69299999', NULL, 1652929647),
(73898, '3220', '226.00', '7', '5.001', '10', '66000000', '66999999', '69100000', '69299999', NULL, 1652929652),
(73899, '3298', '172.00', '29', '10.001', '15', '66000000', '66999999', '69100000', '69299999', NULL, 1652929654),
(73900, '3220', '367.00', '7', '10.001', '15', '66000000', '66999999', '69100000', '69299999', NULL, 1652929656),
(73901, '3298', '239.00', '29', '15.001', '20', '66000000', '66999999', '69100000', '69299999', NULL, 1652929661),
(73902, '3220', '508.00', '7', '15.001', '20', '66000000', '66999999', '69100000', '69299999', NULL, 1652929664),
(73903, '3298', '305.00', '29', '20.001', '25', '66000000', '66999999', '69100000', '69299999', NULL, 1652929664),
(73904, '3220', '649.00', '7', '20.001', '25', '66000000', '66999999', '69100000', '69299999', NULL, 1652929665),
(73905, '3298', '371.00', '29', '25.001', '30', '66000000', '66999999', '69100000', '69299999', NULL, 1652929670),
(73906, '3220', '789.00', '7', '25.001', '30', '66000000', '66999999', '69100000', '69299999', NULL, 1652929674),
(73907, '3298', '45.00', '22', '0.3', '5', '66000000', '66999999', '69300000', '69339999', NULL, 1652929679),
(73908, '3220', '137.00', '5', '0.3', '5', '66000000', '66999999', '69300000', '69339999', NULL, 1652929679),
(73909, '3298', '71.00', '22', '5.001', '10', '66000000', '66999999', '69300000', '69339999', NULL, 1652929682),
(73910, '3220', '214.00', '5', '5.001', '10', '66000000', '66999999', '69300000', '69339999', NULL, 1652929683),
(73911, '3298', '116.00', '22', '10.001', '15', '66000000', '66999999', '69300000', '69339999', NULL, 1652929689),
(73912, '3220', '346.00', '5', '10.001', '15', '66000000', '66999999', '69300000', '69339999', NULL, 1652929690),
(73913, '3298', '160.00', '22', '15.001', '20', '66000000', '66999999', '69300000', '69339999', NULL, 1652929691),
(73914, '3220', '479.00', '5', '15.001', '20', '66000000', '66999999', '69300000', '69339999', NULL, 1652929693),
(73915, '3298', '205.00', '22', '20.001', '25', '66000000', '66999999', '69300000', '69339999', NULL, 1652929695),
(73916, '3220', '612.00', '5', '20.001', '25', '66000000', '66999999', '69300000', '69339999', NULL, 1652929696),
(73917, '3298', '249.00', '22', '25.001', '30', '66000000', '66999999', '69300000', '69339999', NULL, 1652929697),
(73918, '3220', '744.00', '5', '25.001', '30', '66000000', '66999999', '69300000', '69339999', NULL, 1652929698),
(73919, '3298', '90.00', '29', '0.3', '5', '66000000', '66999999', '69340000', '69389999', NULL, 1652929699),
(73920, '3220', '183.00', '11', '0.3', '5', '66000000', '66999999', '69340000', '69389999', NULL, 1652929699),
(73921, '3298', '133.00', '29', '5.001', '10', '66000000', '66999999', '69340000', '69389999', NULL, 1652929700),
(73922, '3220', '266.00', '11', '5.001', '10', '66000000', '66999999', '69340000', '69389999', NULL, 1652929701),
(73923, '3298', '215.00', '29', '10.001', '15', '66000000', '66999999', '69340000', '69389999', NULL, 1652929705),
(73924, '3220', '430.00', '11', '10.001', '15', '66000000', '66999999', '69340000', '69389999', NULL, 1652929706),
(73925, '3298', '298.00', '29', '15.001', '20', '66000000', '66999999', '69340000', '69389999', NULL, 1652929714),
(73926, '3220', '595.00', '11', '15.001', '20', '66000000', '66999999', '69340000', '69389999', NULL, 1652929715),
(73927, '3298', '380.00', '29', '20.001', '25', '66000000', '66999999', '69340000', '69389999', NULL, 1652929715),
(73928, '3220', '760.00', '11', '20.001', '25', '66000000', '66999999', '69340000', '69389999', NULL, 1652929716),
(73929, '3298', '463.00', '29', '25.001', '30', '66000000', '66999999', '69340000', '69389999', NULL, 1652929718),
(73930, '3220', '925.00', '11', '25.001', '30', '66000000', '66999999', '69340000', '69389999', NULL, 1652929718),
(73931, '3298', '45.00', '11', '0.3', '5', '66000000', '66999999', '69900000', '69920999', NULL, 1652929719),
(73932, '3220', '137.00', '7', '0.3', '5', '66000000', '66999999', '69900000', '69920999', NULL, 1652929719),
(73933, '3298', '71.00', '11', '5.001', '10', '66000000', '66999999', '69900000', '69920999', NULL, 1652929720),
(73934, '3220', '214.00', '7', '5.001', '10', '66000000', '66999999', '69900000', '69920999', NULL, 1652929730),
(73935, '3298', '116.00', '11', '10.001', '15', '66000000', '66999999', '69900000', '69920999', NULL, 1652929730),
(73936, '3220', '346.00', '7', '10.001', '15', '66000000', '66999999', '69900000', '69920999', NULL, 1652929731),
(73937, '3298', '160.00', '11', '15.001', '20', '66000000', '66999999', '69900000', '69920999', NULL, 1652929741),
(73938, '3220', '479.00', '7', '15.001', '20', '66000000', '66999999', '69900000', '69920999', NULL, 1652929742),
(73939, '3298', '205.00', '11', '20.001', '25', '66000000', '66999999', '69900000', '69920999', NULL, 1652929742),
(73940, '3220', '612.00', '7', '20.001', '25', '66000000', '66999999', '69900000', '69920999', NULL, 1652929743),
(73941, '3298', '249.00', '11', '25.001', '30', '66000000', '66999999', '69900000', '69920999', NULL, 1652929744),
(73942, '3220', '744.00', '7', '25.001', '30', '66000000', '66999999', '69900000', '69920999', NULL, 1652929754),
(73943, '3298', '90.00', '14', '0.3', '5', '66000000', '66999999', '69921000', '69999999', NULL, 1652929754),
(73944, '3220', '183.00', '12', '0.3', '5', '66000000', '66999999', '69921000', '69999999', NULL, 1652929755),
(73945, '3298', '133.00', '14', '5.001', '10', '66000000', '66999999', '69921000', '69999999', NULL, 1652929755),
(73946, '3220', '266.00', '12', '5.001', '10', '66000000', '66999999', '69921000', '69999999', NULL, 1652929756),
(73947, '3298', '215.00', '14', '10.001', '15', '66000000', '66999999', '69921000', '69999999', NULL, 1652929757),
(73948, '3220', '430.00', '12', '10.001', '15', '66000000', '66999999', '69921000', '69999999', NULL, 1652929758),
(73949, '3298', '298.00', '14', '15.001', '20', '66000000', '66999999', '69921000', '69999999', NULL, 1652929759),
(73950, '3220', '595.00', '12', '15.001', '20', '66000000', '66999999', '69921000', '69999999', NULL, 1652929759),
(73951, '3298', '380.00', '14', '20.001', '25', '66000000', '66999999', '69921000', '69999999', NULL, 1652929760),
(73952, '3220', '760.00', '12', '20.001', '25', '66000000', '66999999', '69921000', '69999999', NULL, 1652929760),
(73953, '3298', '463.00', '14', '25.001', '30', '66000000', '66999999', '69921000', '69999999', NULL, 1652929761),
(73954, '3220', '925.00', '12', '25.001', '30', '66000000', '66999999', '69921000', '69999999', NULL, 1652929761),
(73955, '3298', '45.00', '7', '0.3', '5', '66000000', '66999999', '71000000', '73699999', NULL, 1652929762),
(73956, '3220', '137.00', '3', '0.3', '5', '66000000', '66999999', '71000000', '73699999', NULL, 1652929762),
(73957, '3298', '71.00', '7', '5.001', '10', '66000000', '66999999', '71000000', '73699999', NULL, 1652929763),
(73958, '3220', '214.00', '3', '5.001', '10', '66000000', '66999999', '71000000', '73699999', NULL, 1652929764),
(73959, '3298', '116.00', '7', '10.001', '15', '66000000', '66999999', '71000000', '73699999', NULL, 1652929764),
(73960, '3220', '346.00', '3', '10.001', '15', '66000000', '66999999', '71000000', '73699999', NULL, 1652929764),
(73961, '3298', '160.00', '7', '15.001', '20', '66000000', '66999999', '71000000', '73699999', NULL, 1652929765),
(73962, '3220', '479.00', '3', '15.001', '20', '66000000', '66999999', '71000000', '73699999', NULL, 1652929766),
(73963, '3298', '205.00', '7', '20.001', '25', '66000000', '66999999', '71000000', '73699999', NULL, 1652929766),
(73964, '3220', '612.00', '3', '20.001', '25', '66000000', '66999999', '71000000', '73699999', NULL, 1652929767),
(73965, '3298', '249.00', '7', '25.001', '30', '66000000', '66999999', '71000000', '73699999', NULL, 1652929768),
(73966, '3220', '744.00', '3', '25.001', '30', '66000000', '66999999', '71000000', '73699999', NULL, 1652929768),
(73967, '3298', '45.00', '8', '0.3', '5', '66000000', '66999999', '72800000', '73999999', NULL, 1652929769),
(73968, '3220', '137.00', '4', '0.3', '5', '66000000', '66999999', '72800000', '73999999', NULL, 1652929769),
(73969, '3298', '71.00', '8', '5.001', '10', '66000000', '66999999', '72800000', '73999999', NULL, 1652929770),
(73970, '3220', '214.00', '4', '5.001', '10', '66000000', '66999999', '72800000', '73999999', NULL, 1652929771),
(73971, '3298', '116.00', '8', '10.001', '15', '66000000', '66999999', '72800000', '73999999', NULL, 1652929772);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(73972, '3220', '346.00', '4', '10.001', '15', '66000000', '66999999', '72800000', '73999999', NULL, 1652929772),
(73973, '3298', '160.00', '8', '15.001', '20', '66000000', '66999999', '72800000', '73999999', NULL, 1652929773),
(73974, '3220', '479.00', '4', '15.001', '20', '66000000', '66999999', '72800000', '73999999', NULL, 1652929773),
(73975, '3298', '205.00', '8', '20.001', '25', '66000000', '66999999', '72800000', '73999999', NULL, 1652929774),
(73976, '3220', '612.00', '4', '20.001', '25', '66000000', '66999999', '72800000', '73999999', NULL, 1652929775),
(73977, '3298', '249.00', '8', '25.001', '30', '66000000', '66999999', '72800000', '73999999', NULL, 1652929775),
(73978, '3220', '744.00', '4', '25.001', '30', '66000000', '66999999', '72800000', '73999999', NULL, 1652929776),
(73979, '3298', '45.00', '7', '0.3', '5', '66000000', '66999999', '74000000', '74894999', NULL, 1652929776),
(73980, '3220', '137.00', '3', '0.3', '5', '66000000', '66999999', '74000000', '74894999', NULL, 1652929777),
(73981, '3298', '71.00', '7', '5.001', '10', '66000000', '66999999', '74000000', '74894999', NULL, 1652929778),
(73982, '3220', '214.00', '3', '5.001', '10', '66000000', '66999999', '74000000', '74894999', NULL, 1652929779),
(73983, '3298', '116.00', '7', '10.001', '15', '66000000', '66999999', '74000000', '74894999', NULL, 1652929779),
(73984, '3220', '346.00', '3', '10.001', '15', '66000000', '66999999', '74000000', '74894999', NULL, 1652929780),
(73985, '3298', '160.00', '7', '15.001', '20', '66000000', '66999999', '74000000', '74894999', NULL, 1652929781),
(73986, '3220', '479.00', '3', '15.001', '20', '66000000', '66999999', '74000000', '74894999', NULL, 1652929781),
(73987, '3298', '205.00', '7', '20.001', '25', '66000000', '66999999', '74000000', '74894999', NULL, 1652929782),
(73988, '3220', '612.00', '3', '20.001', '25', '66000000', '66999999', '74000000', '74894999', NULL, 1652929783),
(73989, '3298', '249.00', '7', '25.001', '30', '66000000', '66999999', '74000000', '74894999', NULL, 1652929783),
(73990, '3220', '744.00', '3', '25.001', '30', '66000000', '66999999', '74000000', '74894999', NULL, 1652929784),
(73991, '3298', '45.00', '7', '0.3', '5', '66000000', '66999999', '74895000', '76799999', NULL, 1652929790),
(73992, '3220', '137.00', '3', '0.3', '5', '66000000', '66999999', '74895000', '76799999', NULL, 1652929791),
(73993, '3298', '71.00', '7', '5.001', '10', '66000000', '66999999', '74895000', '76799999', NULL, 1652929793),
(73994, '3220', '214.00', '3', '5.001', '10', '66000000', '66999999', '74895000', '76799999', NULL, 1652929795),
(73995, '3298', '116.00', '7', '10.001', '15', '66000000', '66999999', '74895000', '76799999', NULL, 1652929796),
(73996, '3220', '346.00', '3', '10.001', '15', '66000000', '66999999', '74895000', '76799999', NULL, 1652929797),
(73997, '3298', '160.00', '7', '15.001', '20', '66000000', '66999999', '74895000', '76799999', NULL, 1652929798),
(73998, '3220', '479.00', '3', '15.001', '20', '66000000', '66999999', '74895000', '76799999', NULL, 1652929799),
(73999, '3298', '205.00', '7', '20.001', '25', '66000000', '66999999', '74895000', '76799999', NULL, 1652929799),
(74000, '3220', '612.00', '3', '20.001', '25', '66000000', '66999999', '74895000', '76799999', NULL, 1652929800),
(74001, '3298', '249.00', '7', '25.001', '30', '66000000', '66999999', '74895000', '76799999', NULL, 1652929801),
(74002, '3220', '744.00', '3', '25.001', '30', '66000000', '66999999', '74895000', '76799999', NULL, 1652929802),
(74003, '3298', '34.00', '8', '0.3', '5', '66000000', '66999999', '77000000', '77270999', NULL, 1652929803),
(74004, '3220', '80.00', '4', '0.3', '5', '66000000', '66999999', '77000000', '77270999', NULL, 1652929803),
(74005, '3298', '50.00', '8', '5.001', '10', '66000000', '66999999', '77000000', '77270999', NULL, 1652929806),
(74006, '3220', '125.00', '4', '5.001', '10', '66000000', '66999999', '77000000', '77270999', NULL, 1652929809),
(74007, '3298', '82.00', '8', '10.001', '15', '66000000', '66999999', '77000000', '77270999', NULL, 1652929812),
(74008, '3220', '203.00', '4', '10.001', '15', '66000000', '66999999', '77000000', '77270999', NULL, 1652929815),
(74009, '3298', '113.00', '8', '15.001', '20', '66000000', '66999999', '77000000', '77270999', NULL, 1652929818),
(74010, '3220', '281.00', '4', '15.001', '20', '66000000', '66999999', '77000000', '77270999', NULL, 1652929819),
(74011, '3298', '145.00', '8', '20.001', '25', '66000000', '66999999', '77000000', '77270999', NULL, 1652929819),
(74012, '3220', '359.00', '4', '20.001', '25', '66000000', '66999999', '77000000', '77270999', NULL, 1652929822),
(74013, '3298', '176.00', '8', '25.001', '30', '66000000', '66999999', '77000000', '77270999', NULL, 1652929824),
(74014, '3220', '437.00', '4', '25.001', '30', '66000000', '66999999', '77000000', '77270999', NULL, 1652929824),
(74015, '3298', '50.00', '9', '0.3', '5', '66000000', '66999999', '77300000', '77995999', NULL, 1652929828),
(74016, '3220', '124.00', '5', '0.3', '5', '66000000', '66999999', '77300000', '77995999', NULL, 1652929829),
(74017, '3298', '83.00', '9', '5.001', '10', '66000000', '66999999', '77300000', '77995999', NULL, 1652929832),
(74018, '3220', '175.00', '5', '5.001', '10', '66000000', '66999999', '77300000', '77995999', NULL, 1652929833),
(74019, '3298', '135.00', '9', '10.001', '15', '66000000', '66999999', '77300000', '77995999', NULL, 1652929834),
(74020, '3220', '283.00', '5', '10.001', '15', '66000000', '66999999', '77300000', '77995999', NULL, 1652929834),
(74021, '3298', '186.00', '9', '15.001', '20', '66000000', '66999999', '77300000', '77995999', NULL, 1652929835),
(74022, '3220', '392.00', '5', '15.001', '20', '66000000', '66999999', '77300000', '77995999', NULL, 1652929836),
(74023, '3298', '238.00', '9', '20.001', '25', '66000000', '66999999', '77300000', '77995999', NULL, 1652929837),
(74024, '3220', '500.00', '5', '20.001', '25', '66000000', '66999999', '77300000', '77995999', NULL, 1652929840),
(74025, '3298', '290.00', '9', '25.001', '30', '66000000', '66999999', '77300000', '77995999', NULL, 1652929841),
(74026, '3220', '609.00', '5', '25.001', '30', '66000000', '66999999', '77300000', '77995999', NULL, 1652929842),
(74027, '3298', '45.00', '10', '0.3', '5', '66000000', '66999999', '78000000', '78109999', NULL, 1652929844),
(74028, '3220', '137.00', '6', '0.3', '5', '66000000', '66999999', '78000000', '78109999', NULL, 1652929845),
(74029, '3298', '71.00', '10', '5.001', '10', '66000000', '66999999', '78000000', '78109999', NULL, 1652929845),
(74030, '3220', '214.00', '6', '5.001', '10', '66000000', '66999999', '78000000', '78109999', NULL, 1652929847),
(74031, '3298', '116.00', '10', '10.001', '15', '66000000', '66999999', '78000000', '78109999', NULL, 1652929848),
(74032, '3220', '346.00', '6', '10.001', '15', '66000000', '66999999', '78000000', '78109999', NULL, 1652929849),
(74033, '3298', '160.00', '10', '15.001', '20', '66000000', '66999999', '78000000', '78109999', NULL, 1652929850),
(74034, '3220', '479.00', '6', '15.001', '20', '66000000', '66999999', '78000000', '78109999', NULL, 1652929851),
(74035, '3298', '205.00', '10', '20.001', '25', '66000000', '66999999', '78000000', '78109999', NULL, 1652929852),
(74036, '3220', '612.00', '6', '20.001', '25', '66000000', '66999999', '78000000', '78109999', NULL, 1652929854),
(74037, '3298', '249.00', '10', '25.001', '30', '66000000', '66999999', '78000000', '78109999', NULL, 1652929857),
(74038, '3220', '744.00', '6', '25.001', '30', '66000000', '66999999', '78000000', '78109999', NULL, 1652929858),
(74039, '3298', '90.00', '10', '0.3', '5', '66000000', '66999999', '78110000', '78899999', NULL, 1652929858),
(74040, '3220', '183.00', '7', '0.3', '5', '66000000', '66999999', '78110000', '78899999', NULL, 1652929859),
(74041, '3298', '133.00', '10', '5.001', '10', '66000000', '66999999', '78110000', '78899999', NULL, 1652929859),
(74042, '3220', '266.00', '7', '5.001', '10', '66000000', '66999999', '78110000', '78899999', NULL, 1652929863),
(74043, '3298', '215.00', '10', '10.001', '15', '66000000', '66999999', '78110000', '78899999', NULL, 1652929865),
(74044, '3220', '430.00', '7', '10.001', '15', '66000000', '66999999', '78110000', '78899999', NULL, 1652929866),
(74045, '3298', '298.00', '10', '15.001', '20', '66000000', '66999999', '78110000', '78899999', NULL, 1652929866),
(74046, '3220', '595.00', '7', '15.001', '20', '66000000', '66999999', '78110000', '78899999', NULL, 1652929868),
(74047, '3298', '380.00', '10', '20.001', '25', '66000000', '66999999', '78110000', '78899999', NULL, 1652929869),
(74048, '3220', '760.00', '7', '20.001', '25', '66000000', '66999999', '78110000', '78899999', NULL, 1652929874),
(74049, '3298', '463.00', '10', '25.001', '30', '66000000', '66999999', '78110000', '78899999', NULL, 1652929875),
(74050, '3220', '925.00', '7', '25.001', '30', '66000000', '66999999', '78110000', '78899999', NULL, 1652929875),
(74051, '3298', '90.00', '11', '0.3', '5', '66000000', '66999999', '78900000', '78930999', NULL, 1652929876),
(74052, '3220', '183.00', '7', '0.3', '5', '66000000', '66999999', '78900000', '78930999', NULL, 1652929877),
(74053, '3298', '133.00', '11', '5.001', '10', '66000000', '66999999', '78900000', '78930999', NULL, 1652929878),
(74054, '3220', '266.00', '7', '5.001', '10', '66000000', '66999999', '78900000', '78930999', NULL, 1652929880),
(74055, '3298', '215.00', '11', '10.001', '15', '66000000', '66999999', '78900000', '78930999', NULL, 1652929881),
(74056, '3220', '430.00', '7', '10.001', '15', '66000000', '66999999', '78900000', '78930999', NULL, 1652929881),
(74057, '3298', '298.00', '11', '15.001', '20', '66000000', '66999999', '78900000', '78930999', NULL, 1652929884),
(74058, '3220', '595.00', '7', '15.001', '20', '66000000', '66999999', '78900000', '78930999', NULL, 1652929885),
(74059, '3298', '380.00', '11', '20.001', '25', '66000000', '66999999', '78900000', '78930999', NULL, 1652929885),
(74060, '3220', '760.00', '7', '20.001', '25', '66000000', '66999999', '78900000', '78930999', NULL, 1652929886),
(74061, '3298', '463.00', '11', '25.001', '30', '66000000', '66999999', '78900000', '78930999', NULL, 1652929887),
(74062, '3220', '925.00', '7', '25.001', '30', '66000000', '66999999', '78900000', '78930999', NULL, 1652929889),
(74063, '3298', '90.00', '10', '0.3', '5', '66000000', '66999999', '78931000', '78999999', NULL, 1652929890),
(74064, '3220', '183.00', '6', '0.3', '5', '66000000', '66999999', '78931000', '78999999', NULL, 1652929890),
(74065, '3298', '133.00', '10', '5.001', '10', '66000000', '66999999', '78931000', '78999999', NULL, 1652929891),
(74066, '3220', '266.00', '6', '5.001', '10', '66000000', '66999999', '78931000', '78999999', NULL, 1652929892),
(74067, '3298', '215.00', '10', '10.001', '15', '66000000', '66999999', '78931000', '78999999', NULL, 1652929892),
(74068, '3220', '430.00', '6', '10.001', '15', '66000000', '66999999', '78931000', '78999999', NULL, 1652929894),
(74069, '3298', '298.00', '10', '15.001', '20', '66000000', '66999999', '78931000', '78999999', NULL, 1652929894),
(74070, '3220', '595.00', '6', '15.001', '20', '66000000', '66999999', '78931000', '78999999', NULL, 1652929895),
(74071, '3298', '380.00', '10', '20.001', '25', '66000000', '66999999', '78931000', '78999999', NULL, 1652929896),
(74072, '3220', '760.00', '6', '20.001', '25', '66000000', '66999999', '78931000', '78999999', NULL, 1652929898),
(74073, '3298', '463.00', '10', '25.001', '30', '66000000', '66999999', '78931000', '78999999', NULL, 1652929898),
(74074, '3220', '925.00', '6', '25.001', '30', '66000000', '66999999', '78931000', '78999999', NULL, 1652929899),
(74075, '3298', '45.00', '7', '0.3', '5', '66000000', '66999999', '79000000', '79129999', NULL, 1652929900),
(74076, '3220', '137.00', '3', '0.3', '5', '66000000', '66999999', '79000000', '79129999', NULL, 1652929905),
(74077, '3298', '71.00', '7', '5.001', '10', '66000000', '66999999', '79000000', '79129999', NULL, 1652929906),
(74078, '3220', '214.00', '3', '5.001', '10', '66000000', '66999999', '79000000', '79129999', NULL, 1652929907),
(74079, '3298', '116.00', '7', '10.001', '15', '66000000', '66999999', '79000000', '79129999', NULL, 1652929907),
(74080, '3220', '346.00', '3', '10.001', '15', '66000000', '66999999', '79000000', '79129999', NULL, 1652929908),
(74081, '3298', '160.00', '7', '15.001', '20', '66000000', '66999999', '79000000', '79129999', NULL, 1652929909),
(74082, '3220', '479.00', '3', '15.001', '20', '66000000', '66999999', '79000000', '79129999', NULL, 1652929910),
(74083, '3298', '205.00', '7', '20.001', '25', '66000000', '66999999', '79000000', '79129999', NULL, 1652929911),
(74084, '3220', '612.00', '3', '20.001', '25', '66000000', '66999999', '79000000', '79129999', NULL, 1652929912),
(74085, '3298', '249.00', '7', '25.001', '30', '66000000', '66999999', '79000000', '79129999', NULL, 1652929913),
(74086, '3220', '744.00', '3', '25.001', '30', '66000000', '66999999', '79000000', '79129999', NULL, 1652929914),
(74087, '3298', '90.00', '11', '0.3', '5', '66000000', '66999999', '79130000', '79999999', NULL, 1652929915),
(74088, '3220', '183.00', '6', '0.3', '5', '66000000', '66999999', '79130000', '79999999', NULL, 1652929920),
(74089, '3298', '133.00', '11', '5.001', '10', '66000000', '66999999', '79130000', '79999999', NULL, 1652929922),
(74090, '3220', '266.00', '6', '5.001', '10', '66000000', '66999999', '79130000', '79999999', NULL, 1652929923),
(74091, '3298', '215.00', '11', '10.001', '15', '66000000', '66999999', '79130000', '79999999', NULL, 1652929924),
(74092, '3220', '430.00', '6', '10.001', '15', '66000000', '66999999', '79130000', '79999999', NULL, 1652929926),
(74093, '3298', '298.00', '11', '15.001', '20', '66000000', '66999999', '79130000', '79999999', NULL, 1652929926),
(74094, '3220', '595.00', '6', '15.001', '20', '66000000', '66999999', '79130000', '79999999', NULL, 1652929927),
(74095, '3298', '380.00', '11', '20.001', '25', '66000000', '66999999', '79130000', '79999999', NULL, 1652929928),
(74096, '3220', '760.00', '6', '20.001', '25', '66000000', '66999999', '79130000', '79999999', NULL, 1652929929),
(74097, '3298', '463.00', '11', '25.001', '30', '66000000', '66999999', '79130000', '79999999', NULL, 1652929932),
(74098, '3220', '925.00', '6', '25.001', '30', '66000000', '66999999', '79130000', '79999999', NULL, 1652929932),
(74099, '3298', '45.00', '7', '0.3', '5', '66000000', '66999999', '80000000', '82999999', NULL, 1652929934),
(74100, '3220', '137.00', '3', '0.3', '5', '66000000', '66999999', '80000000', '82999999', NULL, 1652929936),
(74101, '3298', '71.00', '7', '5.001', '10', '66000000', '66999999', '80000000', '82999999', NULL, 1652929938),
(74102, '3220', '214.00', '3', '5.001', '10', '66000000', '66999999', '80000000', '82999999', NULL, 1652929938),
(74103, '3298', '116.00', '7', '10.001', '15', '66000000', '66999999', '80000000', '82999999', NULL, 1652929940),
(74104, '3220', '346.00', '3', '10.001', '15', '66000000', '66999999', '80000000', '82999999', NULL, 1652929941),
(74105, '3298', '160.00', '7', '15.001', '20', '66000000', '66999999', '80000000', '82999999', NULL, 1652929942),
(74106, '3220', '479.00', '3', '15.001', '20', '66000000', '66999999', '80000000', '82999999', NULL, 1652929943),
(74107, '3298', '205.00', '7', '20.001', '25', '66000000', '66999999', '80000000', '82999999', NULL, 1652929945),
(74108, '3220', '612.00', '3', '20.001', '25', '66000000', '66999999', '80000000', '82999999', NULL, 1652929946),
(74109, '3298', '249.00', '7', '25.001', '30', '66000000', '66999999', '80000000', '82999999', NULL, 1652929949),
(74110, '3220', '744.00', '3', '25.001', '30', '66000000', '66999999', '80000000', '82999999', NULL, 1652929950),
(74111, '3298', '45.00', '7', '0.3', '5', '66000000', '66999999', '80000000', '83800999', NULL, 1652929951),
(74112, '3220', '137.00', '3', '0.3', '5', '66000000', '66999999', '80000000', '83800999', NULL, 1652929952),
(74113, '3298', '71.00', '7', '5.001', '10', '66000000', '66999999', '80000000', '83800999', NULL, 1652929952),
(74114, '3220', '214.00', '3', '5.001', '10', '66000000', '66999999', '80000000', '83800999', NULL, 1652929953),
(74115, '3298', '116.00', '7', '10.001', '15', '66000000', '66999999', '80000000', '83800999', NULL, 1652929955),
(74116, '3220', '346.00', '3', '10.001', '15', '66000000', '66999999', '80000000', '83800999', NULL, 1652929956),
(74117, '3298', '160.00', '7', '15.001', '20', '66000000', '66999999', '80000000', '83800999', NULL, 1652929959),
(74118, '3220', '479.00', '3', '15.001', '20', '66000000', '66999999', '80000000', '83800999', NULL, 1652929961),
(74119, '3298', '205.00', '7', '20.001', '25', '66000000', '66999999', '80000000', '83800999', NULL, 1652929962),
(74120, '3220', '612.00', '3', '20.001', '25', '66000000', '66999999', '80000000', '83800999', NULL, 1652929962),
(74121, '3298', '249.00', '7', '25.001', '30', '66000000', '66999999', '80000000', '83800999', NULL, 1652929964),
(74122, '3220', '744.00', '3', '25.001', '30', '66000000', '66999999', '80000000', '83800999', NULL, 1652929965),
(74123, '3298', '90.00', '9', '0.3', '5', '66000000', '66999999', '83801000', '87999999', NULL, 1652929966),
(74124, '3220', '183.00', '4', '0.3', '5', '66000000', '66999999', '83801000', '87999999', NULL, 1652929967),
(74125, '3298', '133.00', '9', '5.001', '10', '66000000', '66999999', '83801000', '87999999', NULL, 1652929968),
(74126, '3220', '266.00', '4', '5.001', '10', '66000000', '66999999', '83801000', '87999999', NULL, 1652929968),
(74127, '3298', '215.00', '9', '10.001', '15', '66000000', '66999999', '83801000', '87999999', NULL, 1652929969),
(74128, '3220', '430.00', '4', '10.001', '15', '66000000', '66999999', '83801000', '87999999', NULL, 1652929970),
(74129, '3298', '298.00', '9', '15.001', '20', '66000000', '66999999', '83801000', '87999999', NULL, 1652929971),
(74130, '3220', '595.00', '4', '15.001', '20', '66000000', '66999999', '83801000', '87999999', NULL, 1652929972),
(74131, '3298', '380.00', '9', '20.001', '25', '66000000', '66999999', '83801000', '87999999', NULL, 1652929973),
(74132, '3220', '760.00', '4', '20.001', '25', '66000000', '66999999', '83801000', '87999999', NULL, 1652929975),
(74133, '3298', '463.00', '9', '25.001', '30', '66000000', '66999999', '83801000', '87999999', NULL, 1652929976),
(74134, '3220', '925.00', '4', '25.001', '30', '66000000', '66999999', '83801000', '87999999', NULL, 1652929977),
(74135, '3298', '45.00', '8', '0.3', '5', '66000000', '66999999', '88000000', '82999999', NULL, 1652929978),
(74136, '3220', '137.00', '3', '0.3', '5', '66000000', '66999999', '88000000', '82999999', NULL, 1652929979),
(74137, '3298', '71.00', '8', '5.001', '10', '66000000', '66999999', '88000000', '82999999', NULL, 1652929980),
(74138, '3220', '214.00', '3', '5.001', '10', '66000000', '66999999', '88000000', '82999999', NULL, 1652929982),
(74139, '3298', '116.00', '8', '10.001', '15', '66000000', '66999999', '88000000', '82999999', NULL, 1652929983),
(74140, '3220', '346.00', '3', '10.001', '15', '66000000', '66999999', '88000000', '82999999', NULL, 1652929984),
(74141, '3298', '160.00', '8', '15.001', '20', '66000000', '66999999', '88000000', '82999999', NULL, 1652929984),
(74142, '3220', '479.00', '3', '15.001', '20', '66000000', '66999999', '88000000', '82999999', NULL, 1652929986),
(74143, '3298', '205.00', '8', '20.001', '25', '66000000', '66999999', '88000000', '82999999', NULL, 1652929988),
(74144, '3220', '612.00', '3', '20.001', '25', '66000000', '66999999', '88000000', '82999999', NULL, 1652929988),
(74145, '3298', '249.00', '8', '25.001', '30', '66000000', '66999999', '88000000', '82999999', NULL, 1652929989),
(74146, '3220', '744.00', '3', '25.001', '30', '66000000', '66999999', '88000000', '82999999', NULL, 1652929989),
(74147, '3298', '45.00', '8', '0.3', '5', '66000000', '66999999', '88000000', '88469999', NULL, 1652929991),
(74148, '3220', '137.00', '3', '0.3', '5', '66000000', '66999999', '88000000', '88469999', NULL, 1652929991),
(74149, '3298', '71.00', '8', '5.001', '10', '66000000', '66999999', '88000000', '88469999', NULL, 1652929992),
(74150, '3220', '214.00', '3', '5.001', '10', '66000000', '66999999', '88000000', '88469999', NULL, 1652929993),
(74151, '3298', '116.00', '8', '10.001', '15', '66000000', '66999999', '88000000', '88469999', NULL, 1652929999),
(74152, '3220', '346.00', '3', '10.001', '15', '66000000', '66999999', '88000000', '88469999', NULL, 1652929999),
(74153, '3298', '160.00', '8', '15.001', '20', '66000000', '66999999', '88000000', '88469999', NULL, 1652930004),
(74154, '3220', '479.00', '3', '15.001', '20', '66000000', '66999999', '88000000', '88469999', NULL, 1652930010),
(74155, '3298', '205.00', '8', '20.001', '25', '66000000', '66999999', '88000000', '88469999', NULL, 1652930011),
(74156, '3220', '612.00', '3', '20.001', '25', '66000000', '66999999', '88000000', '88469999', NULL, 1652930012),
(74157, '3298', '249.00', '8', '25.001', '30', '66000000', '66999999', '88000000', '88469999', NULL, 1652930013),
(74158, '3220', '744.00', '3', '25.001', '30', '66000000', '66999999', '88000000', '88469999', NULL, 1652930014),
(74159, '3298', '78.00', '8', '0.3', '5', '66000000', '66999999', '88470000', '89999999', NULL, 1652930016),
(74160, '3220', '154.00', '4', '0.3', '5', '66000000', '66999999', '88470000', '89999999', NULL, 1652930020),
(74161, '3298', '114.00', '8', '5.001', '10', '66000000', '66999999', '88470000', '89999999', NULL, 1652930020),
(74162, '3220', '223.00', '4', '5.001', '10', '66000000', '66999999', '88470000', '89999999', NULL, 1652930022),
(74163, '3298', '185.00', '8', '10.001', '15', '66000000', '66999999', '88470000', '89999999', NULL, 1652930023),
(74164, '3220', '361.00', '4', '10.001', '15', '66000000', '66999999', '88470000', '89999999', NULL, 1652930026),
(74165, '3298', '256.00', '8', '15.001', '20', '66000000', '66999999', '88470000', '89999999', NULL, 1652930026),
(74166, '3220', '500.00', '4', '15.001', '20', '66000000', '66999999', '88470000', '89999999', NULL, 1652930026),
(74167, '3298', '327.00', '8', '20.001', '25', '66000000', '66999999', '88470000', '89999999', NULL, 1652930027),
(74168, '3220', '638.00', '4', '20.001', '25', '66000000', '66999999', '88470000', '89999999', NULL, 1652930027),
(74169, '3298', '398.00', '8', '25.001', '30', '66000000', '66999999', '88470000', '89999999', NULL, 1652930028),
(74170, '3220', '777.00', '4', '25.001', '30', '66000000', '66999999', '88470000', '89999999', NULL, 1652930028),
(74171, '3298', '45.00', '8', '0.3', '5', '66000000', '66999999', '90000000', '91999999', NULL, 1652930029),
(74172, '3220', '137.00', '3', '0.3', '5', '66000000', '66999999', '90000000', '91999999', NULL, 1652930030),
(74173, '3298', '71.00', '8', '5.001', '10', '66000000', '66999999', '90000000', '91999999', NULL, 1652930030),
(74174, '3220', '214.00', '3', '5.001', '10', '66000000', '66999999', '90000000', '91999999', NULL, 1652930032),
(74175, '3298', '116.00', '8', '10.001', '15', '66000000', '66999999', '90000000', '91999999', NULL, 1652930033),
(74176, '3220', '346.00', '3', '10.001', '15', '66000000', '66999999', '90000000', '91999999', NULL, 1652930034),
(74177, '3298', '160.00', '8', '15.001', '20', '66000000', '66999999', '90000000', '91999999', NULL, 1652930036),
(74178, '3220', '479.00', '3', '15.001', '20', '66000000', '66999999', '90000000', '91999999', NULL, 1652930037),
(74179, '3298', '205.00', '8', '20.001', '25', '66000000', '66999999', '90000000', '91999999', NULL, 1652930038),
(74180, '3220', '612.00', '3', '20.001', '25', '66000000', '66999999', '90000000', '91999999', NULL, 1652930044),
(74181, '3298', '249.00', '8', '25.001', '30', '66000000', '66999999', '90000000', '91999999', NULL, 1652930045),
(74182, '3220', '744.00', '3', '25.001', '30', '66000000', '66999999', '90000000', '91999999', NULL, 1652930045),
(74183, '3298', '45.00', '8', '0.3', '5', '66000000', '66999999', '90000000', '94900999', NULL, 1652930046),
(74184, '3220', '137.00', '4', '0.3', '5', '66000000', '66999999', '90000000', '94900999', NULL, 1652930047),
(74185, '3298', '71.00', '8', '5.001', '10', '66000000', '66999999', '90000000', '94900999', NULL, 1652930048),
(74186, '3220', '214.00', '4', '5.001', '10', '66000000', '66999999', '90000000', '94900999', NULL, 1652930049),
(74187, '3298', '116.00', '8', '10.001', '15', '66000000', '66999999', '90000000', '94900999', NULL, 1652930049),
(74188, '3220', '346.00', '4', '10.001', '15', '66000000', '66999999', '90000000', '94900999', NULL, 1652930051),
(74189, '3298', '160.00', '8', '15.001', '20', '66000000', '66999999', '90000000', '94900999', NULL, 1652930052),
(74190, '3220', '479.00', '4', '15.001', '20', '66000000', '66999999', '90000000', '94900999', NULL, 1652930053),
(74191, '3298', '205.00', '8', '20.001', '25', '66000000', '66999999', '90000000', '94900999', NULL, 1652930053),
(74192, '3220', '612.00', '4', '20.001', '25', '66000000', '66999999', '90000000', '94900999', NULL, 1652930054),
(74193, '3298', '249.00', '8', '25.001', '30', '66000000', '66999999', '90000000', '94900999', NULL, 1652930058),
(74194, '3220', '744.00', '4', '25.001', '30', '66000000', '66999999', '90000000', '94900999', NULL, 1652930059),
(74195, '3298', '90.00', '12', '0.3', '5', '66000000', '66999999', '94901000', '99999999', NULL, 1652930060),
(74196, '3220', '183.00', '6', '0.3', '5', '66000000', '66999999', '94901000', '99999999', NULL, 1652930061),
(74197, '3298', '133.00', '12', '5.001', '10', '66000000', '66999999', '94901000', '99999999', NULL, 1652930062),
(74198, '3220', '266.00', '6', '5.001', '10', '66000000', '66999999', '94901000', '99999999', NULL, 1652930063),
(74199, '3298', '215.00', '12', '10.001', '15', '66000000', '66999999', '94901000', '99999999', NULL, 1652930070),
(74200, '3220', '430.00', '6', '10.001', '15', '66000000', '66999999', '94901000', '99999999', NULL, 1652930073),
(74201, '3298', '298.00', '12', '15.001', '20', '66000000', '66999999', '94901000', '99999999', NULL, 1652930077),
(74202, '3220', '595.00', '6', '15.001', '20', '66000000', '66999999', '94901000', '99999999', NULL, 1652930077),
(74203, '3298', '380.00', '12', '20.001', '25', '66000000', '66999999', '94901000', '99999999', NULL, 1652930084),
(74204, '3220', '760.00', '6', '20.001', '25', '66000000', '66999999', '94901000', '99999999', NULL, 1652930084),
(74205, '3298', '463.00', '12', '25.001', '30', '66000000', '66999999', '94901000', '99999999', NULL, 1652930086),
(74206, '3220', '925.00', '6', '25.001', '30', '66000000', '66999999', '94901000', '99999999', NULL, 1652930094),
(74207, '3298', '45.00', '8', '0.3', '5', '66000000', '67999999', '01000000', '08499999', NULL, 1652930095),
(74208, '3220', '137.00', '4', '0.3', '5', '66000000', '67999999', '01000000', '08499999', NULL, 1652930096),
(74209, '3298', '71.00', '8', '5.001', '10', '66000000', '67999999', '01000000', '08499999', NULL, 1652930097),
(74210, '3220', '214.00', '4', '5.001', '10', '66000000', '67999999', '01000000', '08499999', NULL, 1652930098),
(74211, '3298', '116.00', '8', '10.001', '15', '66000000', '67999999', '01000000', '08499999', NULL, 1652930098),
(74212, '3220', '346.00', '4', '10.001', '15', '66000000', '67999999', '01000000', '08499999', NULL, 1652930100),
(74213, '3298', '160.00', '8', '15.001', '20', '66000000', '67999999', '01000000', '08499999', NULL, 1652930101),
(74214, '3220', '479.00', '4', '15.001', '20', '66000000', '67999999', '01000000', '08499999', NULL, 1652930102),
(74215, '3298', '205.00', '8', '20.001', '25', '66000000', '67999999', '01000000', '08499999', NULL, 1652930103),
(74216, '3220', '612.00', '4', '20.001', '25', '66000000', '67999999', '01000000', '08499999', NULL, 1652930104),
(74217, '3298', '249.00', '8', '25.001', '30', '66000000', '67999999', '01000000', '08499999', NULL, 1652930104),
(74218, '3220', '744.00', '4', '25.001', '30', '66000000', '67999999', '01000000', '08499999', NULL, 1652930105),
(74219, '3298', '45.00', '8', '0.3', '5', '66000000', '67999999', '06000000', '09999999', NULL, 1652930106),
(74220, '3220', '137.00', '4', '0.3', '5', '66000000', '67999999', '06000000', '09999999', NULL, 1652930106),
(74221, '3298', '71.00', '8', '5.001', '10', '66000000', '67999999', '06000000', '09999999', NULL, 1652930107),
(74222, '3220', '214.00', '4', '5.001', '10', '66000000', '67999999', '06000000', '09999999', NULL, 1652930115),
(74223, '3298', '116.00', '8', '10.001', '15', '66000000', '67999999', '06000000', '09999999', NULL, 1652930122),
(74224, '3220', '346.00', '4', '10.001', '15', '66000000', '67999999', '06000000', '09999999', NULL, 1652930122),
(74225, '3298', '160.00', '8', '15.001', '20', '66000000', '67999999', '06000000', '09999999', NULL, 1652930123),
(74226, '3220', '479.00', '4', '15.001', '20', '66000000', '67999999', '06000000', '09999999', NULL, 1652930124),
(74227, '3298', '205.00', '8', '20.001', '25', '66000000', '67999999', '06000000', '09999999', NULL, 1652930124),
(74228, '3220', '612.00', '4', '20.001', '25', '66000000', '67999999', '06000000', '09999999', NULL, 1652930125),
(74229, '3298', '249.00', '8', '25.001', '30', '66000000', '67999999', '06000000', '09999999', NULL, 1652930131),
(74230, '3220', '744.00', '4', '25.001', '30', '66000000', '67999999', '06000000', '09999999', NULL, 1652930132),
(74231, '3298', '45.00', '8', '0.3', '5', '66000000', '67999999', '11000000', '11999999', NULL, 1652930132),
(74232, '3220', '137.00', '4', '0.3', '5', '66000000', '67999999', '11000000', '11999999', NULL, 1652930133),
(74233, '3298', '71.00', '8', '5.001', '10', '66000000', '67999999', '11000000', '11999999', NULL, 1652930134),
(74234, '3220', '214.00', '4', '5.001', '10', '66000000', '67999999', '11000000', '11999999', NULL, 1652930135),
(74235, '3298', '116.00', '8', '10.001', '15', '66000000', '67999999', '11000000', '11999999', NULL, 1652930136),
(74236, '3220', '346.00', '4', '10.001', '15', '66000000', '67999999', '11000000', '11999999', NULL, 1652930138),
(74237, '3298', '160.00', '8', '15.001', '20', '66000000', '67999999', '11000000', '11999999', NULL, 1652930138),
(74238, '3220', '479.00', '4', '15.001', '20', '66000000', '67999999', '11000000', '11999999', NULL, 1652930139),
(74239, '3298', '205.00', '8', '20.001', '25', '66000000', '67999999', '11000000', '11999999', NULL, 1652930146),
(74240, '3220', '612.00', '4', '20.001', '25', '66000000', '67999999', '11000000', '11999999', NULL, 1652930147),
(74241, '3298', '249.00', '8', '25.001', '30', '66000000', '67999999', '11000000', '11999999', NULL, 1652930148),
(74242, '3220', '744.00', '4', '25.001', '30', '66000000', '67999999', '11000000', '11999999', NULL, 1652930148),
(74243, '3298', '45.00', '8', '0.3', '5', '66000000', '67999999', '12000000', '19999999', NULL, 1652930150),
(74244, '3220', '137.00', '4', '0.3', '5', '66000000', '67999999', '12000000', '19999999', NULL, 1652930151),
(74245, '3298', '71.00', '8', '5.001', '10', '66000000', '67999999', '12000000', '19999999', NULL, 1652930152),
(74246, '3220', '214.00', '4', '5.001', '10', '66000000', '67999999', '12000000', '19999999', NULL, 1652930152),
(74247, '3298', '116.00', '8', '10.001', '15', '66000000', '67999999', '12000000', '19999999', NULL, 1652930153),
(74248, '3220', '346.00', '4', '10.001', '15', '66000000', '67999999', '12000000', '19999999', NULL, 1652930155),
(74249, '3298', '160.00', '8', '15.001', '20', '66000000', '67999999', '12000000', '19999999', NULL, 1652930156),
(74250, '3220', '479.00', '4', '15.001', '20', '66000000', '67999999', '12000000', '19999999', NULL, 1652930157),
(74251, '3298', '205.00', '8', '20.001', '25', '66000000', '67999999', '12000000', '19999999', NULL, 1652930158),
(74252, '3220', '612.00', '4', '20.001', '25', '66000000', '67999999', '12000000', '19999999', NULL, 1652930165),
(74253, '3298', '249.00', '8', '25.001', '30', '66000000', '67999999', '12000000', '19999999', NULL, 1652930166),
(74254, '3220', '744.00', '4', '25.001', '30', '66000000', '67999999', '12000000', '19999999', NULL, 1652930171),
(74255, '3298', '90.00', '9', '0.3', '5', '66000000', '67999999', '26601000', '28999999', NULL, 1652930214),
(74256, '3220', '183.00', '4', '0.3', '5', '66000000', '67999999', '26601000', '28999999', NULL, 1652930215),
(74257, '3298', '133.00', '9', '5.001', '10', '66000000', '67999999', '26601000', '28999999', NULL, 1652930216),
(74258, '3220', '266.00', '4', '5.001', '10', '66000000', '67999999', '26601000', '28999999', NULL, 1652930216),
(74259, '3298', '215.00', '9', '10.001', '15', '66000000', '67999999', '26601000', '28999999', NULL, 1652930217),
(74260, '3220', '430.00', '4', '10.001', '15', '66000000', '67999999', '26601000', '28999999', NULL, 1652930218),
(74261, '3298', '298.00', '9', '15.001', '20', '66000000', '67999999', '26601000', '28999999', NULL, 1652930219),
(74262, '3220', '595.00', '4', '15.001', '20', '66000000', '67999999', '26601000', '28999999', NULL, 1652930220),
(74263, '3298', '380.00', '9', '20.001', '25', '66000000', '67999999', '26601000', '28999999', NULL, 1652930228),
(74264, '3220', '760.00', '4', '20.001', '25', '66000000', '67999999', '26601000', '28999999', NULL, 1652930230),
(74265, '3298', '463.00', '9', '25.001', '30', '66000000', '67999999', '26601000', '28999999', NULL, 1652930231),
(74266, '3220', '925.00', '4', '25.001', '30', '66000000', '67999999', '26601000', '28999999', NULL, 1652930231),
(74267, '3298', '45.00', '7', '0.3', '5', '66000000', '67999999', '29000000', '29099999', NULL, 1652930232),
(74268, '3220', '137.00', '3', '0.3', '5', '66000000', '67999999', '29000000', '29099999', NULL, 1652930233),
(74269, '3298', '71.00', '7', '5.001', '10', '66000000', '67999999', '29000000', '29099999', NULL, 1652930235),
(74270, '3220', '214.00', '3', '5.001', '10', '66000000', '67999999', '29000000', '29099999', NULL, 1652930236),
(74271, '3298', '116.00', '7', '10.001', '15', '66000000', '67999999', '29000000', '29099999', NULL, 1652930237),
(74272, '3220', '346.00', '3', '10.001', '15', '66000000', '67999999', '29000000', '29099999', NULL, 1652930240),
(74273, '3298', '160.00', '7', '15.001', '20', '66000000', '67999999', '29000000', '29099999', NULL, 1652930246),
(74274, '3220', '479.00', '3', '15.001', '20', '66000000', '67999999', '29000000', '29099999', NULL, 1652930248),
(74275, '3298', '205.00', '7', '20.001', '25', '66000000', '67999999', '29000000', '29099999', NULL, 1652930249),
(74276, '3220', '612.00', '3', '20.001', '25', '66000000', '67999999', '29000000', '29099999', NULL, 1652930250),
(74277, '3298', '249.00', '7', '25.001', '30', '66000000', '67999999', '29000000', '29099999', NULL, 1652930252),
(74278, '3220', '744.00', '3', '25.001', '30', '66000000', '67999999', '29000000', '29099999', NULL, 1652930252),
(74279, '3298', '90.00', '10', '0.3', '5', '66000000', '67999999', '29100000', '29999999', NULL, 1652930254),
(74280, '3220', '183.00', '5', '0.3', '5', '66000000', '67999999', '29100000', '29999999', NULL, 1652930255),
(74281, '3298', '133.00', '10', '5.001', '10', '66000000', '67999999', '29100000', '29999999', NULL, 1652930256),
(74282, '3220', '266.00', '5', '5.001', '10', '66000000', '67999999', '29100000', '29999999', NULL, 1652930261),
(74283, '3298', '215.00', '10', '10.001', '15', '66000000', '67999999', '29100000', '29999999', NULL, 1652930266),
(74284, '3220', '430.00', '5', '10.001', '15', '66000000', '67999999', '29100000', '29999999', NULL, 1652930266),
(74285, '3298', '298.00', '10', '15.001', '20', '66000000', '67999999', '29100000', '29999999', NULL, 1652930267),
(74286, '3220', '595.00', '5', '15.001', '20', '66000000', '67999999', '29100000', '29999999', NULL, 1652930268),
(74287, '3298', '380.00', '10', '20.001', '25', '66000000', '67999999', '29100000', '29999999', NULL, 1652930273),
(74288, '3220', '760.00', '5', '20.001', '25', '66000000', '67999999', '29100000', '29999999', NULL, 1652930274),
(74289, '3298', '463.00', '10', '25.001', '30', '66000000', '67999999', '29100000', '29999999', NULL, 1652930274),
(74290, '3220', '925.00', '5', '25.001', '30', '66000000', '67999999', '29100000', '29999999', NULL, 1652930275),
(74291, '3298', '45.00', '7', '0.3', '5', '66000000', '67999999', '30000000', '31999999', NULL, 1652930276),
(74292, '3220', '137.00', '3', '0.3', '5', '66000000', '67999999', '30000000', '31999999', NULL, 1652930277),
(74293, '3298', '71.00', '7', '5.001', '10', '66000000', '67999999', '30000000', '31999999', NULL, 1652930278),
(74294, '3220', '214.00', '3', '5.001', '10', '66000000', '67999999', '30000000', '31999999', NULL, 1652930279),
(74295, '3298', '116.00', '7', '10.001', '15', '66000000', '67999999', '30000000', '31999999', NULL, 1652930284),
(74296, '3220', '346.00', '3', '10.001', '15', '66000000', '67999999', '30000000', '31999999', NULL, 1652930284),
(74297, '3298', '160.00', '7', '15.001', '20', '66000000', '67999999', '30000000', '31999999', NULL, 1652930285),
(74298, '3220', '479.00', '3', '15.001', '20', '66000000', '67999999', '30000000', '31999999', NULL, 1652930288),
(74299, '3298', '205.00', '7', '20.001', '25', '66000000', '67999999', '30000000', '31999999', NULL, 1652930291),
(74300, '3220', '612.00', '3', '20.001', '25', '66000000', '67999999', '30000000', '31999999', NULL, 1652930292),
(74301, '3298', '249.00', '7', '25.001', '30', '66000000', '67999999', '30000000', '31999999', NULL, 1652930293),
(74302, '3220', '744.00', '3', '25.001', '30', '66000000', '67999999', '30000000', '31999999', NULL, 1652930293),
(74303, '3298', '45.00', '7', '0.3', '5', '66000000', '67999999', '30000000', '34999999', NULL, 1652930294),
(74304, '3220', '137.00', '3', '0.3', '5', '66000000', '67999999', '30000000', '34999999', NULL, 1652930296),
(74305, '3298', '71.00', '7', '5.001', '10', '66000000', '67999999', '30000000', '34999999', NULL, 1652930301),
(74306, '3220', '214.00', '3', '5.001', '10', '66000000', '67999999', '30000000', '34999999', NULL, 1652930302),
(74307, '3298', '116.00', '7', '10.001', '15', '66000000', '67999999', '30000000', '34999999', NULL, 1652930303),
(74308, '3220', '346.00', '3', '10.001', '15', '66000000', '67999999', '30000000', '34999999', NULL, 1652930304),
(74309, '3298', '160.00', '7', '15.001', '20', '66000000', '67999999', '30000000', '34999999', NULL, 1652930305),
(74310, '3220', '479.00', '3', '15.001', '20', '66000000', '67999999', '30000000', '34999999', NULL, 1652930306),
(74311, '3298', '205.00', '7', '20.001', '25', '66000000', '67999999', '30000000', '34999999', NULL, 1652930306),
(74312, '3220', '612.00', '3', '20.001', '25', '66000000', '67999999', '30000000', '34999999', NULL, 1652930308),
(74313, '3298', '249.00', '7', '25.001', '30', '66000000', '67999999', '30000000', '34999999', NULL, 1652930309),
(74314, '3220', '744.00', '3', '25.001', '30', '66000000', '67999999', '30000000', '34999999', NULL, 1652930310),
(74315, '3298', '90.00', '10', '0.3', '5', '66000000', '67999999', '35000000', '39999999', NULL, 1652930312),
(74316, '3220', '183.00', '4', '0.3', '5', '66000000', '67999999', '35000000', '39999999', NULL, 1652930313),
(74317, '3298', '133.00', '10', '5.001', '10', '66000000', '67999999', '35000000', '39999999', NULL, 1652930314),
(74318, '3220', '266.00', '4', '5.001', '10', '66000000', '67999999', '35000000', '39999999', NULL, 1652930314),
(74319, '3298', '215.00', '10', '10.001', '15', '66000000', '67999999', '35000000', '39999999', NULL, 1652930315),
(74320, '3220', '430.00', '4', '10.001', '15', '66000000', '67999999', '35000000', '39999999', NULL, 1652930316),
(74321, '3298', '298.00', '10', '15.001', '20', '66000000', '67999999', '35000000', '39999999', NULL, 1652930317),
(74322, '3220', '595.00', '4', '15.001', '20', '66000000', '67999999', '35000000', '39999999', NULL, 1652930318),
(74323, '3298', '380.00', '10', '20.001', '25', '66000000', '67999999', '35000000', '39999999', NULL, 1652930319),
(74324, '3220', '760.00', '4', '20.001', '25', '66000000', '67999999', '35000000', '39999999', NULL, 1652930321),
(74325, '3298', '463.00', '10', '25.001', '30', '66000000', '67999999', '35000000', '39999999', NULL, 1652930322),
(74326, '3220', '925.00', '4', '25.001', '30', '66000000', '67999999', '35000000', '39999999', NULL, 1652930322),
(74327, '3298', '45.00', '7', '0.3', '5', '66000000', '67999999', '40000000', '41999999', NULL, 1652930323),
(74328, '3220', '137.00', '3', '0.3', '5', '66000000', '67999999', '40000000', '41999999', NULL, 1652930325),
(74329, '3298', '71.00', '7', '5.001', '10', '66000000', '67999999', '40000000', '41999999', NULL, 1652930327),
(74330, '3220', '214.00', '3', '5.001', '10', '66000000', '67999999', '40000000', '41999999', NULL, 1652930328),
(74331, '3298', '116.00', '7', '10.001', '15', '66000000', '67999999', '40000000', '41999999', NULL, 1652930332),
(74332, '3220', '346.00', '3', '10.001', '15', '66000000', '67999999', '40000000', '41999999', NULL, 1652930333),
(74333, '3298', '160.00', '7', '15.001', '20', '66000000', '67999999', '40000000', '41999999', NULL, 1652930337),
(74334, '3220', '479.00', '3', '15.001', '20', '66000000', '67999999', '40000000', '41999999', NULL, 1652930339),
(74335, '3298', '205.00', '7', '20.001', '25', '66000000', '67999999', '40000000', '41999999', NULL, 1652930343),
(74336, '3220', '612.00', '3', '20.001', '25', '66000000', '67999999', '40000000', '41999999', NULL, 1652930347),
(74337, '3298', '249.00', '7', '25.001', '30', '66000000', '67999999', '40000000', '41999999', NULL, 1652930347),
(74338, '3220', '744.00', '3', '25.001', '30', '66000000', '67999999', '40000000', '41999999', NULL, 1652930348),
(74339, '3298', '45.00', '7', '0.3', '5', '66000000', '67999999', '40000000', '44470999', NULL, 1652930349),
(74340, '3220', '137.00', '3', '0.3', '5', '66000000', '67999999', '40000000', '44470999', NULL, 1652930352),
(74341, '3298', '71.00', '7', '5.001', '10', '66000000', '67999999', '40000000', '44470999', NULL, 1652930353),
(74342, '3220', '214.00', '3', '5.001', '10', '66000000', '67999999', '40000000', '44470999', NULL, 1652930355),
(74343, '3298', '116.00', '7', '10.001', '15', '66000000', '67999999', '40000000', '44470999', NULL, 1652930358),
(74344, '3220', '346.00', '3', '10.001', '15', '66000000', '67999999', '40000000', '44470999', NULL, 1652930358),
(74345, '3298', '160.00', '7', '15.001', '20', '66000000', '67999999', '40000000', '44470999', NULL, 1652930359),
(74346, '3220', '479.00', '3', '15.001', '20', '66000000', '67999999', '40000000', '44470999', NULL, 1652930362),
(74347, '3298', '205.00', '7', '20.001', '25', '66000000', '67999999', '40000000', '44470999', NULL, 1652930365),
(74348, '3220', '612.00', '3', '20.001', '25', '66000000', '67999999', '40000000', '44470999', NULL, 1652930366),
(74349, '3298', '249.00', '7', '25.001', '30', '66000000', '67999999', '40000000', '44470999', NULL, 1652930368),
(74350, '3220', '744.00', '3', '25.001', '30', '66000000', '67999999', '40000000', '44470999', NULL, 1652930369),
(74351, '3298', '78.00', '8', '0.3', '5', '66000000', '67999999', '44471000', '48999999', NULL, 1652930371),
(74352, '3220', '154.00', '4', '0.3', '5', '66000000', '67999999', '44471000', '48999999', NULL, 1652930373),
(74353, '3298', '114.00', '8', '5.001', '10', '66000000', '67999999', '44471000', '48999999', NULL, 1652930374),
(74354, '3220', '223.00', '4', '5.001', '10', '66000000', '67999999', '44471000', '48999999', NULL, 1652930377),
(74355, '3298', '185.00', '8', '10.001', '15', '66000000', '67999999', '44471000', '48999999', NULL, 1652930378),
(74356, '3220', '361.00', '4', '10.001', '15', '66000000', '67999999', '44471000', '48999999', NULL, 1652930380),
(74357, '3298', '256.00', '8', '15.001', '20', '66000000', '67999999', '44471000', '48999999', NULL, 1652930380),
(74358, '3220', '500.00', '4', '15.001', '20', '66000000', '67999999', '44471000', '48999999', NULL, 1652930381),
(74359, '3298', '327.00', '8', '20.001', '25', '66000000', '67999999', '44471000', '48999999', NULL, 1652930382),
(74360, '3220', '638.00', '4', '20.001', '25', '66000000', '67999999', '44471000', '48999999', NULL, 1652930383),
(74361, '3298', '398.00', '8', '25.001', '30', '66000000', '67999999', '44471000', '48999999', NULL, 1652930384),
(74362, '3220', '777.00', '4', '25.001', '30', '66000000', '67999999', '44471000', '48999999', NULL, 1652930385),
(74363, '3298', '45.00', '9', '0.3', '5', '66000000', '67999999', '49000000', '49099999', NULL, 1652930389),
(74364, '3220', '137.00', '4', '0.3', '5', '66000000', '67999999', '49000000', '49099999', NULL, 1652930392),
(74365, '3298', '71.00', '9', '5.001', '10', '66000000', '67999999', '49000000', '49099999', NULL, 1652930393),
(74366, '3220', '214.00', '4', '5.001', '10', '66000000', '67999999', '49000000', '49099999', NULL, 1652930394),
(74367, '3298', '116.00', '9', '10.001', '15', '66000000', '67999999', '49000000', '49099999', NULL, 1652930403),
(74368, '3220', '346.00', '4', '10.001', '15', '66000000', '67999999', '49000000', '49099999', NULL, 1652930404),
(74369, '3298', '160.00', '9', '15.001', '20', '66000000', '67999999', '49000000', '49099999', NULL, 1652930405),
(74370, '3220', '479.00', '4', '15.001', '20', '66000000', '67999999', '49000000', '49099999', NULL, 1652930407),
(74371, '3298', '205.00', '9', '20.001', '25', '66000000', '67999999', '49000000', '49099999', NULL, 1652930407),
(74372, '3220', '612.00', '4', '20.001', '25', '66000000', '67999999', '49000000', '49099999', NULL, 1652930408),
(74373, '3298', '249.00', '9', '25.001', '30', '66000000', '67999999', '49000000', '49099999', NULL, 1652930410),
(74374, '3220', '744.00', '4', '25.001', '30', '66000000', '67999999', '49000000', '49099999', NULL, 1652930411),
(74375, '3298', '90.00', '12', '0.3', '5', '66000000', '67999999', '49100000', '49999999', NULL, 1652930413),
(74376, '3220', '183.00', '5', '0.3', '5', '66000000', '67999999', '49100000', '49999999', NULL, 1652930414),
(74377, '3298', '133.00', '12', '5.001', '10', '66000000', '67999999', '49100000', '49999999', NULL, 1652930415),
(74378, '3220', '266.00', '5', '5.001', '10', '66000000', '67999999', '49100000', '49999999', NULL, 1652930416),
(74379, '3298', '215.00', '12', '10.001', '15', '66000000', '67999999', '49100000', '49999999', NULL, 1652930417),
(74380, '3220', '430.00', '5', '10.001', '15', '66000000', '67999999', '49100000', '49999999', NULL, 1652930420),
(74381, '3298', '298.00', '12', '15.001', '20', '66000000', '67999999', '49100000', '49999999', NULL, 1652930423),
(74382, '3220', '595.00', '5', '15.001', '20', '66000000', '67999999', '49100000', '49999999', NULL, 1652930425),
(74383, '3298', '380.00', '12', '20.001', '25', '66000000', '67999999', '49100000', '49999999', NULL, 1652930427),
(74384, '3220', '760.00', '5', '20.001', '25', '66000000', '67999999', '49100000', '49999999', NULL, 1652930432),
(74385, '3298', '463.00', '12', '25.001', '30', '66000000', '67999999', '49100000', '49999999', NULL, 1652930433),
(74386, '3220', '925.00', '5', '25.001', '30', '66000000', '67999999', '49100000', '49999999', NULL, 1652930434),
(74387, '3298', '45.00', '8', '0.3', '5', '66000000', '67999999', '50000000', '52999999', NULL, 1652930435),
(74388, '3220', '137.00', '4', '0.3', '5', '66000000', '67999999', '50000000', '52999999', NULL, 1652930435),
(74389, '3298', '71.00', '8', '5.001', '10', '66000000', '67999999', '50000000', '52999999', NULL, 1652930436),
(74390, '3220', '214.00', '4', '5.001', '10', '66000000', '67999999', '50000000', '52999999', NULL, 1652930437),
(74391, '3298', '116.00', '8', '10.001', '15', '66000000', '67999999', '50000000', '52999999', NULL, 1652930438),
(74392, '3220', '346.00', '4', '10.001', '15', '66000000', '67999999', '50000000', '52999999', NULL, 1652930444),
(74393, '3298', '160.00', '8', '15.001', '20', '66000000', '67999999', '50000000', '52999999', NULL, 1652930445),
(74394, '3220', '479.00', '4', '15.001', '20', '66000000', '67999999', '50000000', '52999999', NULL, 1652930446),
(74395, '3298', '205.00', '8', '20.001', '25', '66000000', '67999999', '50000000', '52999999', NULL, 1652930448),
(74396, '3220', '612.00', '4', '20.001', '25', '66000000', '67999999', '50000000', '52999999', NULL, 1652930448),
(74397, '3298', '249.00', '8', '25.001', '30', '66000000', '67999999', '50000000', '52999999', NULL, 1652930449),
(74398, '3220', '744.00', '4', '25.001', '30', '66000000', '67999999', '50000000', '52999999', NULL, 1652930450),
(74399, '3298', '45.00', '8', '0.3', '5', '66000000', '67999999', '50000000', '54999999', NULL, 1652930451),
(74400, '3220', '137.00', '4', '0.3', '5', '66000000', '67999999', '50000000', '54999999', NULL, 1652930451),
(74401, '3298', '71.00', '8', '5.001', '10', '66000000', '67999999', '50000000', '54999999', NULL, 1652930452),
(74402, '3220', '214.00', '4', '5.001', '10', '66000000', '67999999', '50000000', '54999999', NULL, 1652930454),
(74403, '3298', '116.00', '8', '10.001', '15', '66000000', '67999999', '50000000', '54999999', NULL, 1652930457),
(74404, '3220', '346.00', '4', '10.001', '15', '66000000', '67999999', '50000000', '54999999', NULL, 1652930458),
(74405, '3298', '160.00', '8', '15.001', '20', '66000000', '67999999', '50000000', '54999999', NULL, 1652930459),
(74406, '3220', '479.00', '4', '15.001', '20', '66000000', '67999999', '50000000', '54999999', NULL, 1652930460),
(74407, '3298', '205.00', '8', '20.001', '25', '66000000', '67999999', '50000000', '54999999', NULL, 1652930461),
(74408, '3220', '612.00', '4', '20.001', '25', '66000000', '67999999', '50000000', '54999999', NULL, 1652930462),
(74409, '3298', '249.00', '8', '25.001', '30', '66000000', '67999999', '50000000', '54999999', NULL, 1652930463),
(74410, '3220', '744.00', '4', '25.001', '30', '66000000', '67999999', '50000000', '54999999', NULL, 1652930463),
(74411, '3298', '90.00', '13', '0.3', '5', '66000000', '67999999', '55000000', '56999999', NULL, 1652930464),
(74412, '3220', '183.00', '6', '0.3', '5', '66000000', '67999999', '55000000', '56999999', NULL, 1652930465),
(74413, '3298', '133.00', '13', '5.001', '10', '66000000', '67999999', '55000000', '56999999', NULL, 1652930466),
(74414, '3220', '266.00', '6', '5.001', '10', '66000000', '67999999', '55000000', '56999999', NULL, 1652930467),
(74415, '3298', '215.00', '13', '10.001', '15', '66000000', '67999999', '55000000', '56999999', NULL, 1652930468),
(74416, '3220', '430.00', '6', '10.001', '15', '66000000', '67999999', '55000000', '56999999', NULL, 1652930469),
(74417, '3298', '298.00', '13', '15.001', '20', '66000000', '67999999', '55000000', '56999999', NULL, 1652930470),
(74418, '3220', '595.00', '6', '15.001', '20', '66000000', '67999999', '55000000', '56999999', NULL, 1652930471);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(74419, '3298', '380.00', '13', '20.001', '25', '66000000', '67999999', '55000000', '56999999', NULL, 1652930473),
(74420, '3220', '760.00', '6', '20.001', '25', '66000000', '67999999', '55000000', '56999999', NULL, 1652930478),
(74421, '3298', '463.00', '13', '25.001', '30', '66000000', '67999999', '55000000', '56999999', NULL, 1652930478),
(74422, '3220', '925.00', '6', '25.001', '30', '66000000', '67999999', '55000000', '56999999', NULL, 1652930480),
(74423, '3298', '45.00', '9', '0.3', '5', '66000000', '67999999', '57000000', '57099999', NULL, 1652930481),
(74424, '3220', '137.00', '4', '0.3', '5', '66000000', '67999999', '57000000', '57099999', NULL, 1652930482),
(74425, '3298', '71.00', '9', '5.001', '10', '66000000', '67999999', '57000000', '57099999', NULL, 1652930483),
(74426, '3220', '214.00', '4', '5.001', '10', '66000000', '67999999', '57000000', '57099999', NULL, 1652930485),
(74427, '3298', '116.00', '9', '10.001', '15', '66000000', '67999999', '57000000', '57099999', NULL, 1652930490),
(74428, '3220', '346.00', '4', '10.001', '15', '66000000', '67999999', '57000000', '57099999', NULL, 1652930492),
(74429, '3298', '160.00', '9', '15.001', '20', '66000000', '67999999', '57000000', '57099999', NULL, 1652930495),
(74430, '3220', '479.00', '4', '15.001', '20', '66000000', '67999999', '57000000', '57099999', NULL, 1652930496),
(74431, '3298', '205.00', '9', '20.001', '25', '66000000', '67999999', '57000000', '57099999', NULL, 1652930497),
(74432, '3220', '612.00', '4', '20.001', '25', '66000000', '67999999', '57000000', '57099999', NULL, 1652930498),
(74433, '3298', '249.00', '9', '25.001', '30', '66000000', '67999999', '57000000', '57099999', NULL, 1652930498),
(74434, '3220', '744.00', '4', '25.001', '30', '66000000', '67999999', '57000000', '57099999', NULL, 1652930499),
(74435, '3298', '45.00', '11', '0.3', '5', '66000000', '67999999', '57100000', '57999999', NULL, 1652930501),
(74436, '3220', '137.00', '5', '0.3', '5', '66000000', '67999999', '57100000', '57999999', NULL, 1652930506),
(74437, '3298', '71.00', '11', '5.001', '10', '66000000', '67999999', '57100000', '57999999', NULL, 1652930507),
(74438, '3220', '214.00', '5', '5.001', '10', '66000000', '67999999', '57100000', '57999999', NULL, 1652930508),
(74439, '3298', '116.00', '11', '10.001', '15', '66000000', '67999999', '57100000', '57999999', NULL, 1652930509),
(74440, '3220', '346.00', '5', '10.001', '15', '66000000', '67999999', '57100000', '57999999', NULL, 1652930511),
(74441, '3298', '160.00', '11', '15.001', '20', '66000000', '67999999', '57100000', '57999999', NULL, 1652930512),
(74442, '3220', '479.00', '5', '15.001', '20', '66000000', '67999999', '57100000', '57999999', NULL, 1652930512),
(74443, '3298', '205.00', '11', '20.001', '25', '66000000', '67999999', '57100000', '57999999', NULL, 1652930513),
(74444, '3220', '612.00', '5', '20.001', '25', '66000000', '67999999', '57100000', '57999999', NULL, 1652930514),
(74445, '3298', '249.00', '11', '25.001', '30', '66000000', '67999999', '57100000', '57999999', NULL, 1652930515),
(74446, '3220', '744.00', '5', '25.001', '30', '66000000', '67999999', '57100000', '57999999', NULL, 1652930516),
(74447, '3298', '45.00', '9', '0.3', '5', '66000000', '67999999', '58000000', '58099999', NULL, 1652930516),
(74448, '3220', '137.00', '5', '0.3', '5', '66000000', '67999999', '58000000', '58099999', NULL, 1652930517),
(74449, '3298', '71.00', '9', '5.001', '10', '66000000', '67999999', '58000000', '58099999', NULL, 1652930526),
(74450, '3220', '214.00', '5', '5.001', '10', '66000000', '67999999', '58000000', '58099999', NULL, 1652930527),
(74451, '3298', '116.00', '9', '10.001', '15', '66000000', '67999999', '58000000', '58099999', NULL, 1652930527),
(74452, '3220', '346.00', '5', '10.001', '15', '66000000', '67999999', '58000000', '58099999', NULL, 1652930528),
(74453, '3298', '160.00', '9', '15.001', '20', '66000000', '67999999', '58000000', '58099999', NULL, 1652930529),
(74454, '3220', '479.00', '5', '15.001', '20', '66000000', '67999999', '58000000', '58099999', NULL, 1652930536),
(74455, '3298', '205.00', '9', '20.001', '25', '66000000', '67999999', '58000000', '58099999', NULL, 1652930543),
(74456, '3220', '612.00', '5', '20.001', '25', '66000000', '67999999', '58000000', '58099999', NULL, 1652930543),
(74457, '3298', '249.00', '9', '25.001', '30', '66000000', '67999999', '58000000', '58099999', NULL, 1652930544),
(74458, '3220', '744.00', '5', '25.001', '30', '66000000', '67999999', '58000000', '58099999', NULL, 1652930545),
(74459, '3298', '90.00', '14', '0.3', '5', '66000000', '67999999', '58100000', '58999999', NULL, 1652930551),
(74460, '3220', '183.00', '8', '0.3', '5', '66000000', '67999999', '58100000', '58999999', NULL, 1652930556),
(74461, '3298', '133.00', '14', '5.001', '10', '66000000', '67999999', '58100000', '58999999', NULL, 1652930557),
(74462, '3220', '266.00', '8', '5.001', '10', '66000000', '67999999', '58100000', '58999999', NULL, 1652930558),
(74463, '3298', '215.00', '14', '10.001', '15', '66000000', '67999999', '58100000', '58999999', NULL, 1652930559),
(74464, '3220', '430.00', '8', '10.001', '15', '66000000', '67999999', '58100000', '58999999', NULL, 1652930560),
(74465, '3298', '298.00', '14', '15.001', '20', '66000000', '67999999', '58100000', '58999999', NULL, 1652930565),
(74466, '3220', '595.00', '8', '15.001', '20', '66000000', '67999999', '58100000', '58999999', NULL, 1652930569),
(74467, '3298', '380.00', '14', '20.001', '25', '66000000', '67999999', '58100000', '58999999', NULL, 1652930571),
(74468, '3220', '760.00', '8', '20.001', '25', '66000000', '67999999', '58100000', '58999999', NULL, 1652930572),
(74469, '3298', '463.00', '14', '25.001', '30', '66000000', '67999999', '58100000', '58999999', NULL, 1652930578),
(74470, '3220', '925.00', '8', '25.001', '30', '66000000', '67999999', '58100000', '58999999', NULL, 1652930580),
(74471, '3298', '45.00', '9', '0.3', '5', '66000000', '67999999', '59000000', '59099999', NULL, 1652930580),
(74472, '3220', '137.00', '4', '0.3', '5', '66000000', '67999999', '59000000', '59099999', NULL, 1652930584),
(74473, '3298', '71.00', '9', '5.001', '10', '66000000', '67999999', '59000000', '59099999', NULL, 1652930585),
(74474, '3220', '214.00', '4', '5.001', '10', '66000000', '67999999', '59000000', '59099999', NULL, 1652930589),
(74475, '3298', '116.00', '9', '10.001', '15', '66000000', '67999999', '59000000', '59099999', NULL, 1652930590),
(74476, '3220', '346.00', '4', '10.001', '15', '66000000', '67999999', '59000000', '59099999', NULL, 1652930592),
(74477, '3298', '160.00', '9', '15.001', '20', '66000000', '67999999', '59000000', '59099999', NULL, 1652930592),
(74478, '3220', '479.00', '4', '15.001', '20', '66000000', '67999999', '59000000', '59099999', NULL, 1652930593),
(74479, '3298', '205.00', '9', '20.001', '25', '66000000', '67999999', '59000000', '59099999', NULL, 1652930594),
(74480, '3220', '612.00', '4', '20.001', '25', '66000000', '67999999', '59000000', '59099999', NULL, 1652930594),
(74481, '3298', '249.00', '9', '25.001', '30', '66000000', '67999999', '59000000', '59099999', NULL, 1652930595),
(74482, '3220', '744.00', '4', '25.001', '30', '66000000', '67999999', '59000000', '59099999', NULL, 1652930595),
(74483, '3298', '45.00', '9', '0.3', '5', '66000000', '67999999', '59100000', '59999999', NULL, 1652930596),
(74484, '3220', '137.00', '4', '0.3', '5', '66000000', '67999999', '59100000', '59999999', NULL, 1652930597),
(74485, '3298', '71.00', '9', '5.001', '10', '66000000', '67999999', '59100000', '59999999', NULL, 1652930597),
(74486, '3220', '214.00', '4', '5.001', '10', '66000000', '67999999', '59100000', '59999999', NULL, 1652930598),
(74487, '3298', '116.00', '9', '10.001', '15', '66000000', '67999999', '59100000', '59999999', NULL, 1652930602),
(74488, '3220', '346.00', '4', '10.001', '15', '66000000', '67999999', '59100000', '59999999', NULL, 1652930604),
(74489, '3298', '160.00', '9', '15.001', '20', '66000000', '67999999', '59100000', '59999999', NULL, 1652930605),
(74490, '3220', '479.00', '4', '15.001', '20', '66000000', '67999999', '59100000', '59999999', NULL, 1652930606),
(74491, '3298', '205.00', '9', '20.001', '25', '66000000', '67999999', '59100000', '59999999', NULL, 1652930607),
(74492, '3220', '612.00', '4', '20.001', '25', '66000000', '67999999', '59100000', '59999999', NULL, 1652930608),
(74493, '3298', '249.00', '9', '25.001', '30', '66000000', '67999999', '59100000', '59999999', NULL, 1652930609),
(74494, '3220', '744.00', '4', '25.001', '30', '66000000', '67999999', '59100000', '59999999', NULL, 1652930609),
(74495, '3298', '38.00', '9', '0.3', '5', '66000000', '67999999', '60000000', '60999999', NULL, 1652930610),
(74496, '3220', '113.00', '4', '0.3', '5', '66000000', '67999999', '60000000', '60999999', NULL, 1652930610),
(74497, '3298', '58.00', '9', '5.001', '10', '66000000', '67999999', '60000000', '60999999', NULL, 1652930611),
(74498, '3220', '176.00', '4', '5.001', '10', '66000000', '67999999', '60000000', '60999999', NULL, 1652930611),
(74499, '3298', '94.00', '9', '10.001', '15', '66000000', '67999999', '60000000', '60999999', NULL, 1652930612),
(74500, '3220', '286.00', '4', '10.001', '15', '66000000', '67999999', '60000000', '60999999', NULL, 1652930613),
(74501, '3298', '130.00', '9', '15.001', '20', '66000000', '67999999', '60000000', '60999999', NULL, 1652930614),
(74502, '3220', '396.00', '4', '15.001', '20', '66000000', '67999999', '60000000', '60999999', NULL, 1652930614),
(74503, '3298', '166.00', '9', '20.001', '25', '66000000', '67999999', '60000000', '60999999', NULL, 1652930615),
(74504, '3220', '505.00', '4', '20.001', '25', '66000000', '67999999', '60000000', '60999999', NULL, 1652930616),
(74505, '3298', '202.00', '9', '25.001', '30', '66000000', '67999999', '60000000', '60999999', NULL, 1652930617),
(74506, '3220', '615.00', '4', '25.001', '30', '66000000', '67999999', '60000000', '60999999', NULL, 1652930623),
(74507, '3298', '38.00', '9', '0.3', '5', '66000000', '67999999', '60000000', '61900999', NULL, 1652930624),
(74508, '3220', '113.00', '4', '0.3', '5', '66000000', '67999999', '60000000', '61900999', NULL, 1652930625),
(74509, '3298', '58.00', '9', '5.001', '10', '66000000', '67999999', '60000000', '61900999', NULL, 1652930626),
(74510, '3220', '176.00', '4', '5.001', '10', '66000000', '67999999', '60000000', '61900999', NULL, 1652930626),
(74511, '3298', '94.00', '9', '10.001', '15', '66000000', '67999999', '60000000', '61900999', NULL, 1652930627),
(74512, '3220', '286.00', '4', '10.001', '15', '66000000', '67999999', '60000000', '61900999', NULL, 1652930628),
(74513, '3298', '130.00', '9', '15.001', '20', '66000000', '67999999', '60000000', '61900999', NULL, 1652930629),
(74514, '3220', '396.00', '4', '15.001', '20', '66000000', '67999999', '60000000', '61900999', NULL, 1652930634),
(74515, '3298', '166.00', '9', '20.001', '25', '66000000', '67999999', '60000000', '61900999', NULL, 1652930636),
(74516, '3220', '505.00', '4', '20.001', '25', '66000000', '67999999', '60000000', '61900999', NULL, 1652930636),
(74517, '3298', '202.00', '9', '25.001', '30', '66000000', '67999999', '60000000', '61900999', NULL, 1652930637),
(74518, '3220', '615.00', '4', '25.001', '30', '66000000', '67999999', '60000000', '61900999', NULL, 1652930637),
(74519, '3298', '70.00', '13', '0.3', '5', '66000000', '67999999', '61901000', '63999999', NULL, 1652930639),
(74520, '3220', '157.00', '9', '0.3', '5', '66000000', '67999999', '61901000', '63999999', NULL, 1652930640),
(74521, '3298', '106.00', '13', '5.001', '10', '66000000', '67999999', '61901000', '63999999', NULL, 1652930643),
(74522, '3220', '226.00', '9', '5.001', '10', '66000000', '67999999', '61901000', '63999999', NULL, 1652930645),
(74523, '3298', '172.00', '13', '10.001', '15', '66000000', '67999999', '61901000', '63999999', NULL, 1652930648),
(74524, '3220', '367.00', '9', '10.001', '15', '66000000', '67999999', '61901000', '63999999', NULL, 1652930649),
(74525, '3298', '239.00', '13', '15.001', '20', '66000000', '67999999', '61901000', '63999999', NULL, 1652930652),
(74526, '3220', '508.00', '9', '15.001', '20', '66000000', '67999999', '61901000', '63999999', NULL, 1652930658),
(74527, '3298', '305.00', '13', '20.001', '25', '66000000', '67999999', '61901000', '63999999', NULL, 1652930659),
(74528, '3220', '649.00', '9', '20.001', '25', '66000000', '67999999', '61901000', '63999999', NULL, 1652930660),
(74529, '3298', '371.00', '13', '25.001', '30', '66000000', '67999999', '61901000', '63999999', NULL, 1652930664),
(74530, '3220', '789.00', '9', '25.001', '30', '66000000', '67999999', '61901000', '63999999', NULL, 1652930664),
(74531, '3298', '34.00', '9', '0.3', '5', '66000000', '67999999', '64000000', '64099999', NULL, 1652930665),
(74532, '3220', '80.00', '5', '0.3', '5', '66000000', '67999999', '64000000', '64099999', NULL, 1652930671),
(74533, '3298', '50.00', '9', '5.001', '10', '66000000', '67999999', '64000000', '64099999', NULL, 1652930674),
(74534, '3220', '125.00', '5', '5.001', '10', '66000000', '67999999', '64000000', '64099999', NULL, 1652930675),
(74535, '3298', '82.00', '9', '10.001', '15', '66000000', '67999999', '64000000', '64099999', NULL, 1652930676),
(74536, '3220', '203.00', '5', '10.001', '15', '66000000', '67999999', '64000000', '64099999', NULL, 1652930680),
(74537, '3298', '113.00', '9', '15.001', '20', '66000000', '67999999', '64000000', '64099999', NULL, 1652930681),
(74538, '3220', '281.00', '5', '15.001', '20', '66000000', '67999999', '64000000', '64099999', NULL, 1652930682),
(74539, '3298', '145.00', '9', '20.001', '25', '66000000', '67999999', '64000000', '64099999', NULL, 1652930682),
(74540, '3220', '359.00', '5', '20.001', '25', '66000000', '67999999', '64000000', '64099999', NULL, 1652930683),
(74541, '3298', '176.00', '9', '25.001', '30', '66000000', '67999999', '64000000', '64099999', NULL, 1652930687),
(74542, '3220', '437.00', '5', '25.001', '30', '66000000', '67999999', '64000000', '64099999', NULL, 1652930688),
(74543, '3298', '50.00', '13', '0.3', '5', '66000000', '67999999', '64100000', '64999999', NULL, 1652930688),
(74544, '3220', '124.00', '9', '0.3', '5', '66000000', '67999999', '64100000', '64999999', NULL, 1652930689),
(74545, '3298', '83.00', '13', '5.001', '10', '66000000', '67999999', '64100000', '64999999', NULL, 1652930690),
(74546, '3220', '175.00', '9', '5.001', '10', '66000000', '67999999', '64100000', '64999999', NULL, 1652930691),
(74547, '3298', '135.00', '13', '10.001', '15', '66000000', '67999999', '64100000', '64999999', NULL, 1652930692),
(74548, '3220', '283.00', '9', '10.001', '15', '66000000', '67999999', '64100000', '64999999', NULL, 1652930698),
(74549, '3298', '186.00', '13', '15.001', '20', '66000000', '67999999', '64100000', '64999999', NULL, 1652930702),
(74550, '3220', '392.00', '9', '15.001', '20', '66000000', '67999999', '64100000', '64999999', NULL, 1652930705),
(74551, '3298', '238.00', '13', '20.001', '25', '66000000', '67999999', '64100000', '64999999', NULL, 1652930706),
(74552, '3220', '500.00', '9', '20.001', '25', '66000000', '67999999', '64100000', '64999999', NULL, 1652930708),
(74553, '3298', '290.00', '13', '25.001', '30', '66000000', '67999999', '64100000', '64999999', NULL, 1652930712),
(74554, '3220', '609.00', '9', '25.001', '30', '66000000', '67999999', '64100000', '64999999', NULL, 1652930713),
(74555, '3298', '30.00', '11', '0.3', '5', '66000000', '67999999', '65000000', '65099999', NULL, 1652930713),
(74556, '3220', '59.00', '7', '0.3', '5', '66000000', '67999999', '65000000', '65099999', NULL, 1652930717),
(74557, '3298', '44.00', '11', '5.001', '10', '66000000', '67999999', '65000000', '65099999', NULL, 1652930719),
(74558, '3220', '93.00', '7', '5.001', '10', '66000000', '67999999', '65000000', '65099999', NULL, 1652930720),
(74559, '3298', '71.00', '11', '10.001', '15', '66000000', '67999999', '65000000', '65099999', NULL, 1652930721),
(74560, '3220', '150.00', '7', '10.001', '15', '66000000', '67999999', '65000000', '65099999', NULL, 1652930722),
(74561, '3298', '99.00', '11', '15.001', '20', '66000000', '67999999', '65000000', '65099999', NULL, 1652930722),
(74562, '3220', '208.00', '7', '15.001', '20', '66000000', '67999999', '65000000', '65099999', NULL, 1652930723),
(74563, '3298', '126.00', '11', '20.001', '25', '66000000', '67999999', '65000000', '65099999', NULL, 1652930726),
(74564, '3220', '266.00', '7', '20.001', '25', '66000000', '67999999', '65000000', '65099999', NULL, 1652930727),
(74565, '3298', '153.00', '11', '25.001', '30', '66000000', '67999999', '65000000', '65099999', NULL, 1652930728),
(74566, '3220', '324.00', '7', '25.001', '30', '66000000', '67999999', '65000000', '65099999', NULL, 1652930731),
(74567, '3298', '44.00', '15', '0.3', '5', '66000000', '67999999', '65100000', '65999999', NULL, 1652930732),
(74568, '3220', '102.00', '12', '0.3', '5', '66000000', '67999999', '65100000', '65999999', NULL, 1652930734),
(74569, '3298', '74.00', '15', '5.001', '10', '66000000', '67999999', '65100000', '65999999', NULL, 1652930734),
(74570, '3220', '141.00', '12', '5.001', '10', '66000000', '67999999', '65100000', '65999999', NULL, 1652930736),
(74571, '3298', '120.00', '15', '10.001', '15', '66000000', '67999999', '65100000', '65999999', NULL, 1652930737),
(74572, '3220', '229.00', '12', '10.001', '15', '66000000', '67999999', '65100000', '65999999', NULL, 1652930738),
(74573, '3298', '166.00', '15', '15.001', '20', '66000000', '67999999', '65100000', '65999999', NULL, 1652930740),
(74574, '3220', '316.00', '12', '15.001', '20', '66000000', '67999999', '65100000', '65999999', NULL, 1652930742),
(74575, '3298', '212.00', '15', '20.001', '25', '66000000', '67999999', '65100000', '65999999', NULL, 1652930743),
(74576, '3220', '404.00', '12', '20.001', '25', '66000000', '67999999', '65100000', '65999999', NULL, 1652930747),
(74577, '3298', '258.00', '15', '25.001', '30', '66000000', '67999999', '65100000', '65999999', NULL, 1652930750),
(74578, '3220', '492.00', '12', '25.001', '30', '66000000', '67999999', '65100000', '65999999', NULL, 1652930751),
(74579, '3298', '26.00', '5', '0.3', '5', '66000000', '67999999', '66000000', '66999999', NULL, 1652930752),
(74580, '3220', '22.00', '1', '0.3', '5', '66000000', '67999999', '66000000', '66999999', NULL, 1652930754),
(74581, '3298', '32.00', '5', '5.001', '10', '66000000', '67999999', '66000000', '66999999', NULL, 1652930756),
(74582, '3220', '28.00', '1', '5.001', '10', '66000000', '67999999', '66000000', '66999999', NULL, 1652930759),
(74583, '3298', '52.00', '5', '10.001', '15', '66000000', '67999999', '66000000', '66999999', NULL, 1652930759),
(74584, '3220', '45.00', '1', '10.001', '15', '66000000', '67999999', '66000000', '66999999', NULL, 1652930761),
(74585, '3298', '72.00', '5', '15.001', '20', '66000000', '67999999', '66000000', '66999999', NULL, 1652930763),
(74586, '3220', '63.00', '1', '15.001', '20', '66000000', '67999999', '66000000', '66999999', NULL, 1652930764),
(74587, '3298', '92.00', '5', '20.001', '25', '66000000', '67999999', '66000000', '66999999', NULL, 1652930766),
(74588, '3220', '80.00', '1', '20.001', '25', '66000000', '67999999', '66000000', '66999999', NULL, 1652930767),
(74589, '3298', '112.00', '5', '25.001', '30', '66000000', '67999999', '66000000', '66999999', NULL, 1652930770),
(74590, '3220', '97.00', '1', '25.001', '30', '66000000', '67999999', '66000000', '66999999', NULL, 1652930773),
(74591, '3298', '26.00', '5', '0.3', '5', '66000000', '67999999', '66000000', '67999999', NULL, 1652930774),
(74592, '3220', '22.00', '1', '0.3', '5', '66000000', '67999999', '66000000', '67999999', NULL, 1652930777),
(74593, '3298', '32.00', '5', '5.001', '10', '66000000', '67999999', '66000000', '67999999', NULL, 1652930777),
(74594, '3220', '28.00', '1', '5.001', '10', '66000000', '67999999', '66000000', '67999999', NULL, 1652930778),
(74595, '3298', '52.00', '5', '10.001', '15', '66000000', '67999999', '66000000', '67999999', NULL, 1652930781),
(74596, '3220', '45.00', '1', '10.001', '15', '66000000', '67999999', '66000000', '67999999', NULL, 1652930781),
(74597, '3298', '72.00', '5', '15.001', '20', '66000000', '67999999', '66000000', '67999999', NULL, 1652930781),
(74598, '3220', '63.00', '1', '15.001', '20', '66000000', '67999999', '66000000', '67999999', NULL, 1652930784),
(74599, '3298', '92.00', '5', '20.001', '25', '66000000', '67999999', '66000000', '67999999', NULL, 1652930789),
(74600, '3220', '80.00', '1', '20.001', '25', '66000000', '67999999', '66000000', '67999999', NULL, 1652930793),
(74601, '3298', '112.00', '5', '25.001', '30', '66000000', '67999999', '66000000', '67999999', NULL, 1652930796),
(74602, '3220', '97.00', '1', '25.001', '30', '66000000', '67999999', '66000000', '67999999', NULL, 1652930797),
(74603, '3298', '26.00', '5', '0.3', '5', '66000000', '67999999', '68000000', '68899999', NULL, 1652930800),
(74604, '3220', '34.00', '3', '0.3', '5', '66000000', '67999999', '68000000', '68899999', NULL, 1652930800),
(74605, '3298', '32.00', '5', '5.001', '10', '66000000', '67999999', '68000000', '68899999', NULL, 1652930801),
(74606, '3220', '48.00', '3', '5.001', '10', '66000000', '67999999', '68000000', '68899999', NULL, 1652930802),
(74607, '3298', '52.00', '5', '10.001', '15', '66000000', '67999999', '68000000', '68899999', NULL, 1652930804),
(74608, '3220', '79.00', '3', '10.001', '15', '66000000', '67999999', '68000000', '68899999', NULL, 1652930807),
(74609, '3298', '72.00', '5', '15.001', '20', '66000000', '67999999', '68000000', '68899999', NULL, 1652930811),
(74610, '3220', '109.00', '3', '15.001', '20', '66000000', '67999999', '68000000', '68899999', NULL, 1652930812),
(74611, '3298', '92.00', '5', '20.001', '25', '66000000', '67999999', '68000000', '68899999', NULL, 1652930813),
(74612, '3220', '139.00', '3', '20.001', '25', '66000000', '67999999', '68000000', '68899999', NULL, 1652930815),
(74613, '3298', '112.00', '5', '25.001', '30', '66000000', '67999999', '68000000', '68899999', NULL, 1652930816),
(74614, '3220', '170.00', '3', '25.001', '30', '66000000', '67999999', '68000000', '68899999', NULL, 1652930817),
(74615, '3298', '30.00', '15', '0.3', '5', '66000000', '67999999', '68900000', '68914999', NULL, 1652930817),
(74616, '3220', '59.00', '2', '0.3', '5', '66000000', '67999999', '68900000', '68914999', NULL, 1652930824),
(74617, '3298', '44.00', '15', '5.001', '10', '66000000', '67999999', '68900000', '68914999', NULL, 1652930824),
(74618, '3220', '93.00', '2', '5.001', '10', '66000000', '67999999', '68900000', '68914999', NULL, 1652930828),
(74619, '3298', '71.00', '15', '10.001', '15', '66000000', '67999999', '68900000', '68914999', NULL, 1652930829),
(74620, '3220', '150.00', '2', '10.001', '15', '66000000', '67999999', '68900000', '68914999', NULL, 1652930829),
(74621, '3298', '99.00', '15', '15.001', '20', '66000000', '67999999', '68900000', '68914999', NULL, 1652930830),
(74622, '3220', '208.00', '2', '15.001', '20', '66000000', '67999999', '68900000', '68914999', NULL, 1652930831),
(74623, '3298', '126.00', '15', '20.001', '25', '66000000', '67999999', '68900000', '68914999', NULL, 1652930836),
(74624, '3220', '266.00', '2', '20.001', '25', '66000000', '67999999', '68900000', '68914999', NULL, 1652930841),
(74625, '3298', '153.00', '15', '25.001', '30', '66000000', '67999999', '68900000', '68914999', NULL, 1652930843),
(74626, '3220', '324.00', '2', '25.001', '30', '66000000', '67999999', '68900000', '68914999', NULL, 1652930844),
(74627, '3298', '44.00', '17', '0.3', '5', '66000000', '67999999', '68915000', '68999999', NULL, 1652930845),
(74628, '3220', '102.00', '5', '0.3', '5', '66000000', '67999999', '68915000', '68999999', NULL, 1652930847),
(74629, '3298', '74.00', '17', '5.001', '10', '66000000', '67999999', '68915000', '68999999', NULL, 1652930847),
(74630, '3220', '141.00', '5', '5.001', '10', '66000000', '67999999', '68915000', '68999999', NULL, 1652930848),
(74631, '3298', '120.00', '17', '10.001', '15', '66000000', '67999999', '68915000', '68999999', NULL, 1652930848),
(74632, '3220', '229.00', '5', '10.001', '15', '66000000', '67999999', '68915000', '68999999', NULL, 1652930849),
(74633, '3298', '166.00', '17', '15.001', '20', '66000000', '67999999', '68915000', '68999999', NULL, 1652930852),
(74634, '3220', '316.00', '5', '15.001', '20', '66000000', '67999999', '68915000', '68999999', NULL, 1652930854),
(74635, '3298', '212.00', '17', '20.001', '25', '66000000', '67999999', '68915000', '68999999', NULL, 1652930857),
(74636, '3220', '404.00', '5', '20.001', '25', '66000000', '67999999', '68915000', '68999999', NULL, 1652930860),
(74637, '3298', '258.00', '17', '25.001', '30', '66000000', '67999999', '68915000', '68999999', NULL, 1652930863),
(74638, '3220', '492.00', '5', '25.001', '30', '66000000', '67999999', '68915000', '68999999', NULL, 1652930865),
(74639, '3298', '38.00', '22', '0.3', '5', '66000000', '67999999', '69000000', '69099999', NULL, 1652930865),
(74640, '3220', '113.00', '4', '0.3', '5', '66000000', '67999999', '69000000', '69099999', NULL, 1652930866),
(74641, '3298', '58.00', '22', '5.001', '10', '66000000', '67999999', '69000000', '69099999', NULL, 1652930869),
(74642, '3220', '176.00', '4', '5.001', '10', '66000000', '67999999', '69000000', '69099999', NULL, 1652930872),
(74643, '3298', '94.00', '22', '10.001', '15', '66000000', '67999999', '69000000', '69099999', NULL, 1652930875),
(74644, '3220', '286.00', '4', '10.001', '15', '66000000', '67999999', '69000000', '69099999', NULL, 1652930876),
(74645, '3298', '130.00', '22', '15.001', '20', '66000000', '67999999', '69000000', '69099999', NULL, 1652930876),
(74646, '3220', '396.00', '4', '15.001', '20', '66000000', '67999999', '69000000', '69099999', NULL, 1652930877),
(74647, '3298', '166.00', '22', '20.001', '25', '66000000', '67999999', '69000000', '69099999', NULL, 1652930878),
(74648, '3220', '505.00', '4', '20.001', '25', '66000000', '67999999', '69000000', '69099999', NULL, 1652930879),
(74649, '3298', '202.00', '22', '25.001', '30', '66000000', '67999999', '69000000', '69099999', NULL, 1652930882),
(74650, '3220', '615.00', '4', '25.001', '30', '66000000', '67999999', '69000000', '69099999', NULL, 1652930883),
(74651, '3298', '70.00', '29', '0.3', '5', '66000000', '67999999', '69100000', '69299999', NULL, 1652930884),
(74652, '3220', '157.00', '7', '0.3', '5', '66000000', '67999999', '69100000', '69299999', NULL, 1652930884),
(74653, '3298', '106.00', '29', '5.001', '10', '66000000', '67999999', '69100000', '69299999', NULL, 1652930888),
(74654, '3220', '226.00', '7', '5.001', '10', '66000000', '67999999', '69100000', '69299999', NULL, 1652930889),
(74655, '3298', '172.00', '29', '10.001', '15', '66000000', '67999999', '69100000', '69299999', NULL, 1652930890),
(74656, '3220', '367.00', '7', '10.001', '15', '66000000', '67999999', '69100000', '69299999', NULL, 1652930891),
(74657, '3298', '239.00', '29', '15.001', '20', '66000000', '67999999', '69100000', '69299999', NULL, 1652930895),
(74658, '3220', '508.00', '7', '15.001', '20', '66000000', '67999999', '69100000', '69299999', NULL, 1652930896),
(74659, '3298', '305.00', '29', '20.001', '25', '66000000', '67999999', '69100000', '69299999', NULL, 1652930899),
(74660, '3220', '649.00', '7', '20.001', '25', '66000000', '67999999', '69100000', '69299999', NULL, 1652930899),
(74661, '3298', '371.00', '29', '25.001', '30', '66000000', '67999999', '69100000', '69299999', NULL, 1652930902),
(74662, '3220', '789.00', '7', '25.001', '30', '66000000', '67999999', '69100000', '69299999', NULL, 1652930903),
(74663, '3298', '45.00', '22', '0.3', '5', '66000000', '67999999', '69300000', '69339999', NULL, 1652930904),
(74664, '3220', '137.00', '5', '0.3', '5', '66000000', '67999999', '69300000', '69339999', NULL, 1652930905),
(74665, '3298', '71.00', '22', '5.001', '10', '66000000', '67999999', '69300000', '69339999', NULL, 1652930906),
(74666, '3220', '214.00', '5', '5.001', '10', '66000000', '67999999', '69300000', '69339999', NULL, 1652930906),
(74667, '3298', '116.00', '22', '10.001', '15', '66000000', '67999999', '69300000', '69339999', NULL, 1652930909),
(74668, '3220', '346.00', '5', '10.001', '15', '66000000', '67999999', '69300000', '69339999', NULL, 1652930911),
(74669, '3298', '160.00', '22', '15.001', '20', '66000000', '67999999', '69300000', '69339999', NULL, 1652930912),
(74670, '3220', '479.00', '5', '15.001', '20', '66000000', '67999999', '69300000', '69339999', NULL, 1652930912),
(74671, '3298', '205.00', '22', '20.001', '25', '66000000', '67999999', '69300000', '69339999', NULL, 1652930916),
(74672, '3220', '612.00', '5', '20.001', '25', '66000000', '67999999', '69300000', '69339999', NULL, 1652930918),
(74673, '3298', '249.00', '22', '25.001', '30', '66000000', '67999999', '69300000', '69339999', NULL, 1652930919),
(74674, '3220', '744.00', '5', '25.001', '30', '66000000', '67999999', '69300000', '69339999', NULL, 1652930922),
(74675, '3298', '90.00', '29', '0.3', '5', '66000000', '67999999', '69340000', '69389999', NULL, 1652930923),
(74676, '3220', '183.00', '11', '0.3', '5', '66000000', '67999999', '69340000', '69389999', NULL, 1652930926),
(74677, '3298', '133.00', '29', '5.001', '10', '66000000', '67999999', '69340000', '69389999', NULL, 1652930929),
(74678, '3220', '266.00', '11', '5.001', '10', '66000000', '67999999', '69340000', '69389999', NULL, 1652930929),
(74679, '3298', '215.00', '29', '10.001', '15', '66000000', '67999999', '69340000', '69389999', NULL, 1652930930),
(74680, '3220', '430.00', '11', '10.001', '15', '66000000', '67999999', '69340000', '69389999', NULL, 1652930930),
(74681, '3298', '298.00', '29', '15.001', '20', '66000000', '67999999', '69340000', '69389999', NULL, 1652930932),
(74682, '3220', '595.00', '11', '15.001', '20', '66000000', '67999999', '69340000', '69389999', NULL, 1652930933),
(74683, '3298', '380.00', '29', '20.001', '25', '66000000', '67999999', '69340000', '69389999', NULL, 1652930933),
(74684, '3220', '760.00', '11', '20.001', '25', '66000000', '67999999', '69340000', '69389999', NULL, 1652930934),
(74685, '3298', '463.00', '29', '25.001', '30', '66000000', '67999999', '69340000', '69389999', NULL, 1652930937),
(74686, '3220', '925.00', '11', '25.001', '30', '66000000', '67999999', '69340000', '69389999', NULL, 1652930939),
(74687, '3298', '45.00', '11', '0.3', '5', '66000000', '67999999', '69900000', '69920999', NULL, 1652930940),
(74688, '3220', '137.00', '7', '0.3', '5', '66000000', '67999999', '69900000', '69920999', NULL, 1652930943),
(74689, '3298', '71.00', '11', '5.001', '10', '66000000', '67999999', '69900000', '69920999', NULL, 1652930944),
(74690, '3220', '214.00', '7', '5.001', '10', '66000000', '67999999', '69900000', '69920999', NULL, 1652930948),
(74691, '3298', '116.00', '11', '10.001', '15', '66000000', '67999999', '69900000', '69920999', NULL, 1652930950),
(74692, '3220', '346.00', '7', '10.001', '15', '66000000', '67999999', '69900000', '69920999', NULL, 1652930953),
(74693, '3298', '160.00', '11', '15.001', '20', '66000000', '67999999', '69900000', '69920999', NULL, 1652930955),
(74694, '3220', '479.00', '7', '15.001', '20', '66000000', '67999999', '69900000', '69920999', NULL, 1652930957),
(74695, '3298', '205.00', '11', '20.001', '25', '66000000', '67999999', '69900000', '69920999', NULL, 1652930962),
(74696, '3220', '612.00', '7', '20.001', '25', '66000000', '67999999', '69900000', '69920999', NULL, 1652930963),
(74697, '3298', '249.00', '11', '25.001', '30', '66000000', '67999999', '69900000', '69920999', NULL, 1652930964),
(74698, '3220', '744.00', '7', '25.001', '30', '66000000', '67999999', '69900000', '69920999', NULL, 1652930965),
(74699, '3298', '90.00', '14', '0.3', '5', '66000000', '67999999', '69921000', '69999999', NULL, 1652930966),
(74700, '3220', '183.00', '12', '0.3', '5', '66000000', '67999999', '69921000', '69999999', NULL, 1652930967),
(74701, '3298', '133.00', '14', '5.001', '10', '66000000', '67999999', '69921000', '69999999', NULL, 1652930969),
(74702, '3220', '266.00', '12', '5.001', '10', '66000000', '67999999', '69921000', '69999999', NULL, 1652930972),
(74703, '3298', '215.00', '14', '10.001', '15', '66000000', '67999999', '69921000', '69999999', NULL, 1652930974),
(74704, '3220', '430.00', '12', '10.001', '15', '66000000', '67999999', '69921000', '69999999', NULL, 1652930977),
(74705, '3298', '298.00', '14', '15.001', '20', '66000000', '67999999', '69921000', '69999999', NULL, 1652930978),
(74706, '3220', '595.00', '12', '15.001', '20', '66000000', '67999999', '69921000', '69999999', NULL, 1652930979),
(74707, '3298', '380.00', '14', '20.001', '25', '66000000', '67999999', '69921000', '69999999', NULL, 1652930981),
(74708, '3220', '760.00', '12', '20.001', '25', '66000000', '67999999', '69921000', '69999999', NULL, 1652930987),
(74709, '3298', '463.00', '14', '25.001', '30', '66000000', '67999999', '69921000', '69999999', NULL, 1652930988),
(74710, '3220', '925.00', '12', '25.001', '30', '66000000', '67999999', '69921000', '69999999', NULL, 1652930989),
(74711, '3298', '45.00', '7', '0.3', '5', '66000000', '67999999', '71000000', '73699999', NULL, 1652930990),
(74712, '3220', '137.00', '3', '0.3', '5', '66000000', '67999999', '71000000', '73699999', NULL, 1652930991),
(74713, '3298', '71.00', '7', '5.001', '10', '66000000', '67999999', '71000000', '73699999', NULL, 1652930992),
(74714, '3220', '214.00', '3', '5.001', '10', '66000000', '67999999', '71000000', '73699999', NULL, 1652930996),
(74715, '3298', '116.00', '7', '10.001', '15', '66000000', '67999999', '71000000', '73699999', NULL, 1652930998),
(74716, '3220', '346.00', '3', '10.001', '15', '66000000', '67999999', '71000000', '73699999', NULL, 1652931000),
(74717, '3298', '160.00', '7', '15.001', '20', '66000000', '67999999', '71000000', '73699999', NULL, 1652931002),
(74718, '3220', '479.00', '3', '15.001', '20', '66000000', '67999999', '71000000', '73699999', NULL, 1652931006),
(74719, '3298', '205.00', '7', '20.001', '25', '66000000', '67999999', '71000000', '73699999', NULL, 1652931007),
(74720, '3220', '612.00', '3', '20.001', '25', '66000000', '67999999', '71000000', '73699999', NULL, 1652931010),
(74721, '3298', '249.00', '7', '25.001', '30', '66000000', '67999999', '71000000', '73699999', NULL, 1652931011),
(74722, '3220', '744.00', '3', '25.001', '30', '66000000', '67999999', '71000000', '73699999', NULL, 1652931014),
(74723, '3298', '45.00', '8', '0.3', '5', '66000000', '67999999', '72800000', '73999999', NULL, 1652931017),
(74724, '3220', '137.00', '4', '0.3', '5', '66000000', '67999999', '72800000', '73999999', NULL, 1652931018),
(74725, '3298', '71.00', '8', '5.001', '10', '66000000', '67999999', '72800000', '73999999', NULL, 1652931022),
(74726, '3220', '214.00', '4', '5.001', '10', '66000000', '67999999', '72800000', '73999999', NULL, 1652931023),
(74727, '3298', '116.00', '8', '10.001', '15', '66000000', '67999999', '72800000', '73999999', NULL, 1652931023),
(74728, '3220', '346.00', '4', '10.001', '15', '66000000', '67999999', '72800000', '73999999', NULL, 1652931024),
(74729, '3298', '160.00', '8', '15.001', '20', '66000000', '67999999', '72800000', '73999999', NULL, 1652931024),
(74730, '3220', '479.00', '4', '15.001', '20', '66000000', '67999999', '72800000', '73999999', NULL, 1652931026),
(74731, '3298', '205.00', '8', '20.001', '25', '66000000', '67999999', '72800000', '73999999', NULL, 1652931028),
(74732, '3220', '612.00', '4', '20.001', '25', '66000000', '67999999', '72800000', '73999999', NULL, 1652931028),
(74733, '3298', '249.00', '8', '25.001', '30', '66000000', '67999999', '72800000', '73999999', NULL, 1652931029),
(74734, '3220', '744.00', '4', '25.001', '30', '66000000', '67999999', '72800000', '73999999', NULL, 1652931030),
(74735, '3298', '45.00', '7', '0.3', '5', '66000000', '67999999', '74000000', '74894999', NULL, 1652931030),
(74736, '3220', '137.00', '3', '0.3', '5', '66000000', '67999999', '74000000', '74894999', NULL, 1652931032),
(74737, '3298', '71.00', '7', '5.001', '10', '66000000', '67999999', '74000000', '74894999', NULL, 1652931033),
(74738, '3220', '214.00', '3', '5.001', '10', '66000000', '67999999', '74000000', '74894999', NULL, 1652931033),
(74739, '3298', '116.00', '7', '10.001', '15', '66000000', '67999999', '74000000', '74894999', NULL, 1652931039),
(74740, '3220', '346.00', '3', '10.001', '15', '66000000', '67999999', '74000000', '74894999', NULL, 1652931039),
(74741, '3298', '160.00', '7', '15.001', '20', '66000000', '67999999', '74000000', '74894999', NULL, 1652931045),
(74742, '3220', '479.00', '3', '15.001', '20', '66000000', '67999999', '74000000', '74894999', NULL, 1652931051),
(74743, '3298', '205.00', '7', '20.001', '25', '66000000', '67999999', '74000000', '74894999', NULL, 1652931051),
(74744, '3220', '612.00', '3', '20.001', '25', '66000000', '67999999', '74000000', '74894999', NULL, 1652931052),
(74745, '3298', '249.00', '7', '25.001', '30', '66000000', '67999999', '74000000', '74894999', NULL, 1652931055),
(74746, '3220', '744.00', '3', '25.001', '30', '66000000', '67999999', '74000000', '74894999', NULL, 1652931058),
(74747, '3298', '45.00', '7', '0.3', '5', '66000000', '67999999', '74895000', '76799999', NULL, 1652931062),
(74748, '3220', '137.00', '3', '0.3', '5', '66000000', '67999999', '74895000', '76799999', NULL, 1652931063),
(74749, '3298', '71.00', '7', '5.001', '10', '66000000', '67999999', '74895000', '76799999', NULL, 1652931070),
(74750, '3220', '214.00', '3', '5.001', '10', '66000000', '67999999', '74895000', '76799999', NULL, 1652931076),
(74751, '3298', '116.00', '7', '10.001', '15', '66000000', '67999999', '74895000', '76799999', NULL, 1652931077),
(74752, '3220', '346.00', '3', '10.001', '15', '66000000', '67999999', '74895000', '76799999', NULL, 1652931078),
(74753, '3298', '160.00', '7', '15.001', '20', '66000000', '67999999', '74895000', '76799999', NULL, 1652931079),
(74754, '3220', '479.00', '3', '15.001', '20', '66000000', '67999999', '74895000', '76799999', NULL, 1652931084),
(74755, '3298', '205.00', '7', '20.001', '25', '66000000', '67999999', '74895000', '76799999', NULL, 1652931087),
(74756, '3220', '612.00', '3', '20.001', '25', '66000000', '67999999', '74895000', '76799999', NULL, 1652931088),
(74757, '3298', '249.00', '7', '25.001', '30', '66000000', '67999999', '74895000', '76799999', NULL, 1652931092),
(74758, '3220', '744.00', '3', '25.001', '30', '66000000', '67999999', '74895000', '76799999', NULL, 1652931094),
(74759, '3298', '34.00', '8', '0.3', '5', '66000000', '67999999', '77000000', '77270999', NULL, 1652931095),
(74760, '3220', '80.00', '4', '0.3', '5', '66000000', '67999999', '77000000', '77270999', NULL, 1652931097),
(74761, '3298', '50.00', '8', '5.001', '10', '66000000', '67999999', '77000000', '77270999', NULL, 1652931098),
(74762, '3220', '125.00', '4', '5.001', '10', '66000000', '67999999', '77000000', '77270999', NULL, 1652931099),
(74763, '3298', '82.00', '8', '10.001', '15', '66000000', '67999999', '77000000', '77270999', NULL, 1652931099),
(74764, '3220', '203.00', '4', '10.001', '15', '66000000', '67999999', '77000000', '77270999', NULL, 1652931100),
(74765, '3298', '113.00', '8', '15.001', '20', '66000000', '67999999', '77000000', '77270999', NULL, 1652931101),
(74766, '3220', '281.00', '4', '15.001', '20', '66000000', '67999999', '77000000', '77270999', NULL, 1652931102),
(74767, '3298', '145.00', '8', '20.001', '25', '66000000', '67999999', '77000000', '77270999', NULL, 1652931108),
(74768, '3220', '359.00', '4', '20.001', '25', '66000000', '67999999', '77000000', '77270999', NULL, 1652931109),
(74769, '3298', '176.00', '8', '25.001', '30', '66000000', '67999999', '77000000', '77270999', NULL, 1652931109),
(74770, '3220', '437.00', '4', '25.001', '30', '66000000', '67999999', '77000000', '77270999', NULL, 1652931110),
(74771, '3298', '50.00', '9', '0.3', '5', '66000000', '67999999', '77300000', '77995999', NULL, 1652931111),
(74772, '3220', '124.00', '5', '0.3', '5', '66000000', '67999999', '77300000', '77995999', NULL, 1652931112),
(74773, '3298', '83.00', '9', '5.001', '10', '66000000', '67999999', '77300000', '77995999', NULL, 1652931112),
(74774, '3220', '175.00', '5', '5.001', '10', '66000000', '67999999', '77300000', '77995999', NULL, 1652931113),
(74775, '3298', '135.00', '9', '10.001', '15', '66000000', '67999999', '77300000', '77995999', NULL, 1652931115),
(74776, '3220', '283.00', '5', '10.001', '15', '66000000', '67999999', '77300000', '77995999', NULL, 1652931116),
(74777, '3298', '186.00', '9', '15.001', '20', '66000000', '67999999', '77300000', '77995999', NULL, 1652931117),
(74778, '3220', '392.00', '5', '15.001', '20', '66000000', '67999999', '77300000', '77995999', NULL, 1652931118),
(74779, '3298', '238.00', '9', '20.001', '25', '66000000', '67999999', '77300000', '77995999', NULL, 1652931118),
(74780, '3220', '500.00', '5', '20.001', '25', '66000000', '67999999', '77300000', '77995999', NULL, 1652931124),
(74781, '3298', '290.00', '9', '25.001', '30', '66000000', '67999999', '77300000', '77995999', NULL, 1652931125),
(74782, '3220', '609.00', '5', '25.001', '30', '66000000', '67999999', '77300000', '77995999', NULL, 1652931127),
(74783, '3298', '45.00', '10', '0.3', '5', '66000000', '67999999', '78000000', '78109999', NULL, 1652931127),
(74784, '3220', '137.00', '6', '0.3', '5', '66000000', '67999999', '78000000', '78109999', NULL, 1652931128),
(74785, '3298', '71.00', '10', '5.001', '10', '66000000', '67999999', '78000000', '78109999', NULL, 1652931129),
(74786, '3220', '214.00', '6', '5.001', '10', '66000000', '67999999', '78000000', '78109999', NULL, 1652931131),
(74787, '3298', '116.00', '10', '10.001', '15', '66000000', '67999999', '78000000', '78109999', NULL, 1652931132),
(74788, '3220', '346.00', '6', '10.001', '15', '66000000', '67999999', '78000000', '78109999', NULL, 1652931132),
(74789, '3298', '160.00', '10', '15.001', '20', '66000000', '67999999', '78000000', '78109999', NULL, 1652931133),
(74790, '3220', '479.00', '6', '15.001', '20', '66000000', '67999999', '78000000', '78109999', NULL, 1652931134),
(74791, '3298', '205.00', '10', '20.001', '25', '66000000', '67999999', '78000000', '78109999', NULL, 1652931135),
(74792, '3220', '612.00', '6', '20.001', '25', '66000000', '67999999', '78000000', '78109999', NULL, 1652931136),
(74793, '3298', '249.00', '10', '25.001', '30', '66000000', '67999999', '78000000', '78109999', NULL, 1652931137),
(74794, '3220', '744.00', '6', '25.001', '30', '66000000', '67999999', '78000000', '78109999', NULL, 1652931138),
(74795, '3298', '90.00', '10', '0.3', '5', '66000000', '67999999', '78110000', '78899999', NULL, 1652931139),
(74796, '3220', '183.00', '7', '0.3', '5', '66000000', '67999999', '78110000', '78899999', NULL, 1652931140),
(74797, '3298', '133.00', '10', '5.001', '10', '66000000', '67999999', '78110000', '78899999', NULL, 1652931140),
(74798, '3220', '266.00', '7', '5.001', '10', '66000000', '67999999', '78110000', '78899999', NULL, 1652931141),
(74799, '3298', '215.00', '10', '10.001', '15', '66000000', '67999999', '78110000', '78899999', NULL, 1652931142),
(74800, '3220', '430.00', '7', '10.001', '15', '66000000', '67999999', '78110000', '78899999', NULL, 1652931143),
(74801, '3298', '298.00', '10', '15.001', '20', '66000000', '67999999', '78110000', '78899999', NULL, 1652931144),
(74802, '3220', '595.00', '7', '15.001', '20', '66000000', '67999999', '78110000', '78899999', NULL, 1652931148),
(74803, '3298', '380.00', '10', '20.001', '25', '66000000', '67999999', '78110000', '78899999', NULL, 1652931149),
(74804, '3220', '760.00', '7', '20.001', '25', '66000000', '67999999', '78110000', '78899999', NULL, 1652931149),
(74805, '3298', '463.00', '10', '25.001', '30', '66000000', '67999999', '78110000', '78899999', NULL, 1652931150),
(74806, '3220', '925.00', '7', '25.001', '30', '66000000', '67999999', '78110000', '78899999', NULL, 1652931151),
(74807, '3298', '90.00', '11', '0.3', '5', '66000000', '67999999', '78900000', '78930999', NULL, 1652931152),
(74808, '3220', '183.00', '7', '0.3', '5', '66000000', '67999999', '78900000', '78930999', NULL, 1652931152),
(74809, '3298', '133.00', '11', '5.001', '10', '66000000', '67999999', '78900000', '78930999', NULL, 1652931154),
(74810, '3220', '266.00', '7', '5.001', '10', '66000000', '67999999', '78900000', '78930999', NULL, 1652931155),
(74811, '3298', '215.00', '11', '10.001', '15', '66000000', '67999999', '78900000', '78930999', NULL, 1652931156),
(74812, '3220', '430.00', '7', '10.001', '15', '66000000', '67999999', '78900000', '78930999', NULL, 1652931160),
(74813, '3298', '298.00', '11', '15.001', '20', '66000000', '67999999', '78900000', '78930999', NULL, 1652931161),
(74814, '3220', '595.00', '7', '15.001', '20', '66000000', '67999999', '78900000', '78930999', NULL, 1652931162),
(74815, '3298', '380.00', '11', '20.001', '25', '66000000', '67999999', '78900000', '78930999', NULL, 1652931166),
(74816, '3220', '760.00', '7', '20.001', '25', '66000000', '67999999', '78900000', '78930999', NULL, 1652931166),
(74817, '3298', '463.00', '11', '25.001', '30', '66000000', '67999999', '78900000', '78930999', NULL, 1652931170),
(74818, '3220', '925.00', '7', '25.001', '30', '66000000', '67999999', '78900000', '78930999', NULL, 1652931171),
(74819, '3298', '90.00', '10', '0.3', '5', '66000000', '67999999', '78931000', '78999999', NULL, 1652931173),
(74820, '3220', '183.00', '6', '0.3', '5', '66000000', '67999999', '78931000', '78999999', NULL, 1652931176),
(74821, '3298', '133.00', '10', '5.001', '10', '66000000', '67999999', '78931000', '78999999', NULL, 1652931179),
(74822, '3220', '266.00', '6', '5.001', '10', '66000000', '67999999', '78931000', '78999999', NULL, 1652931179),
(74823, '3298', '215.00', '10', '10.001', '15', '66000000', '67999999', '78931000', '78999999', NULL, 1652931180),
(74824, '3220', '430.00', '6', '10.001', '15', '66000000', '67999999', '78931000', '78999999', NULL, 1652931182),
(74825, '3298', '298.00', '10', '15.001', '20', '66000000', '67999999', '78931000', '78999999', NULL, 1652931184),
(74826, '3220', '595.00', '6', '15.001', '20', '66000000', '67999999', '78931000', '78999999', NULL, 1652931185),
(74827, '3298', '380.00', '10', '20.001', '25', '66000000', '67999999', '78931000', '78999999', NULL, 1652931187),
(74828, '3220', '760.00', '6', '20.001', '25', '66000000', '67999999', '78931000', '78999999', NULL, 1652931188),
(74829, '3298', '463.00', '10', '25.001', '30', '66000000', '67999999', '78931000', '78999999', NULL, 1652931192),
(74830, '3220', '925.00', '6', '25.001', '30', '66000000', '67999999', '78931000', '78999999', NULL, 1652931193),
(74831, '3298', '45.00', '7', '0.3', '5', '66000000', '67999999', '79000000', '79129999', NULL, 1652931194),
(74832, '3220', '137.00', '3', '0.3', '5', '66000000', '67999999', '79000000', '79129999', NULL, 1652931195),
(74833, '3298', '71.00', '7', '5.001', '10', '66000000', '67999999', '79000000', '79129999', NULL, 1652931199),
(74834, '3220', '214.00', '3', '5.001', '10', '66000000', '67999999', '79000000', '79129999', NULL, 1652931201),
(74835, '3298', '116.00', '7', '10.001', '15', '66000000', '67999999', '79000000', '79129999', NULL, 1652931204),
(74836, '3220', '346.00', '3', '10.001', '15', '66000000', '67999999', '79000000', '79129999', NULL, 1652931204),
(74837, '3298', '160.00', '7', '15.001', '20', '66000000', '67999999', '79000000', '79129999', NULL, 1652931205),
(74838, '3220', '479.00', '3', '15.001', '20', '66000000', '67999999', '79000000', '79129999', NULL, 1652931207),
(74839, '3298', '205.00', '7', '20.001', '25', '66000000', '67999999', '79000000', '79129999', NULL, 1652931208),
(74840, '3220', '612.00', '3', '20.001', '25', '66000000', '67999999', '79000000', '79129999', NULL, 1652931212),
(74841, '3298', '249.00', '7', '25.001', '30', '66000000', '67999999', '79000000', '79129999', NULL, 1652931212),
(74842, '3220', '744.00', '3', '25.001', '30', '66000000', '67999999', '79000000', '79129999', NULL, 1652931216),
(74843, '3298', '90.00', '11', '0.3', '5', '66000000', '67999999', '79130000', '79999999', NULL, 1652931221),
(74844, '3220', '183.00', '6', '0.3', '5', '66000000', '67999999', '79130000', '79999999', NULL, 1652931222),
(74845, '3298', '133.00', '11', '5.001', '10', '66000000', '67999999', '79130000', '79999999', NULL, 1652931224),
(74846, '3220', '266.00', '6', '5.001', '10', '66000000', '67999999', '79130000', '79999999', NULL, 1652931225),
(74847, '3298', '215.00', '11', '10.001', '15', '66000000', '67999999', '79130000', '79999999', NULL, 1652931228),
(74848, '3220', '430.00', '6', '10.001', '15', '66000000', '67999999', '79130000', '79999999', NULL, 1652931229),
(74849, '3298', '298.00', '11', '15.001', '20', '66000000', '67999999', '79130000', '79999999', NULL, 1652931232),
(74850, '3220', '595.00', '6', '15.001', '20', '66000000', '67999999', '79130000', '79999999', NULL, 1652931234),
(74851, '3298', '380.00', '11', '20.001', '25', '66000000', '67999999', '79130000', '79999999', NULL, 1652931234),
(74852, '3220', '760.00', '6', '20.001', '25', '66000000', '67999999', '79130000', '79999999', NULL, 1652931236),
(74853, '3298', '463.00', '11', '25.001', '30', '66000000', '67999999', '79130000', '79999999', NULL, 1652931237),
(74854, '3220', '925.00', '6', '25.001', '30', '66000000', '67999999', '79130000', '79999999', NULL, 1652931239),
(74855, '3298', '45.00', '7', '0.3', '5', '66000000', '67999999', '80000000', '82999999', NULL, 1652931242),
(74856, '3220', '137.00', '3', '0.3', '5', '66000000', '67999999', '80000000', '82999999', NULL, 1652931244),
(74857, '3298', '71.00', '7', '5.001', '10', '66000000', '67999999', '80000000', '82999999', NULL, 1652931245),
(74858, '3220', '214.00', '3', '5.001', '10', '66000000', '67999999', '80000000', '82999999', NULL, 1652931246),
(74859, '3298', '116.00', '7', '10.001', '15', '66000000', '67999999', '80000000', '82999999', NULL, 1652931247),
(74860, '3220', '346.00', '3', '10.001', '15', '66000000', '67999999', '80000000', '82999999', NULL, 1652931249),
(74861, '3298', '160.00', '7', '15.001', '20', '66000000', '67999999', '80000000', '82999999', NULL, 1652931250),
(74862, '3220', '479.00', '3', '15.001', '20', '66000000', '67999999', '80000000', '82999999', NULL, 1652931251),
(74863, '3298', '205.00', '7', '20.001', '25', '66000000', '67999999', '80000000', '82999999', NULL, 1652931252),
(74864, '3220', '612.00', '3', '20.001', '25', '66000000', '67999999', '80000000', '82999999', NULL, 1652931253),
(74865, '3298', '249.00', '7', '25.001', '30', '66000000', '67999999', '80000000', '82999999', NULL, 1652931254);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(74866, '3220', '744.00', '3', '25.001', '30', '66000000', '67999999', '80000000', '82999999', NULL, 1652931254),
(74867, '3298', '45.00', '7', '0.3', '5', '66000000', '67999999', '80000000', '83800999', NULL, 1652931255),
(74868, '3220', '137.00', '3', '0.3', '5', '66000000', '67999999', '80000000', '83800999', NULL, 1652931258),
(74869, '3298', '71.00', '7', '5.001', '10', '66000000', '67999999', '80000000', '83800999', NULL, 1652931259),
(74870, '3220', '214.00', '3', '5.001', '10', '66000000', '67999999', '80000000', '83800999', NULL, 1652931260),
(74871, '3298', '116.00', '7', '10.001', '15', '66000000', '67999999', '80000000', '83800999', NULL, 1652931262),
(74872, '3220', '346.00', '3', '10.001', '15', '66000000', '67999999', '80000000', '83800999', NULL, 1652931263),
(74873, '3298', '160.00', '7', '15.001', '20', '66000000', '67999999', '80000000', '83800999', NULL, 1652931264),
(74874, '3220', '479.00', '3', '15.001', '20', '66000000', '67999999', '80000000', '83800999', NULL, 1652931268),
(74875, '3298', '205.00', '7', '20.001', '25', '66000000', '67999999', '80000000', '83800999', NULL, 1652931272),
(74876, '3220', '612.00', '3', '20.001', '25', '66000000', '67999999', '80000000', '83800999', NULL, 1652931273),
(74877, '3298', '249.00', '7', '25.001', '30', '66000000', '67999999', '80000000', '83800999', NULL, 1652931275),
(74878, '3220', '744.00', '3', '25.001', '30', '66000000', '67999999', '80000000', '83800999', NULL, 1652931276),
(74879, '3298', '90.00', '9', '0.3', '5', '66000000', '67999999', '83801000', '87999999', NULL, 1652931277),
(74880, '3220', '183.00', '4', '0.3', '5', '66000000', '67999999', '83801000', '87999999', NULL, 1652931279),
(74881, '3298', '133.00', '9', '5.001', '10', '66000000', '67999999', '83801000', '87999999', NULL, 1652931282),
(74882, '3220', '266.00', '4', '5.001', '10', '66000000', '67999999', '83801000', '87999999', NULL, 1652931283),
(74883, '3298', '215.00', '9', '10.001', '15', '66000000', '67999999', '83801000', '87999999', NULL, 1652931284),
(74884, '3220', '430.00', '4', '10.001', '15', '66000000', '67999999', '83801000', '87999999', NULL, 1652931285),
(74885, '3298', '298.00', '9', '15.001', '20', '66000000', '67999999', '83801000', '87999999', NULL, 1652931288),
(74886, '3220', '595.00', '4', '15.001', '20', '66000000', '67999999', '83801000', '87999999', NULL, 1652931288),
(74887, '3298', '380.00', '9', '20.001', '25', '66000000', '67999999', '83801000', '87999999', NULL, 1652931289),
(74888, '3220', '760.00', '4', '20.001', '25', '66000000', '67999999', '83801000', '87999999', NULL, 1652931290),
(74889, '3298', '463.00', '9', '25.001', '30', '66000000', '67999999', '83801000', '87999999', NULL, 1652931293),
(74890, '3220', '925.00', '4', '25.001', '30', '66000000', '67999999', '83801000', '87999999', NULL, 1652931294),
(74891, '3298', '45.00', '8', '0.3', '5', '66000000', '67999999', '88000000', '82999999', NULL, 1652931295),
(74892, '3220', '137.00', '3', '0.3', '5', '66000000', '67999999', '88000000', '82999999', NULL, 1652931296),
(74893, '3298', '71.00', '8', '5.001', '10', '66000000', '67999999', '88000000', '82999999', NULL, 1652931296),
(74894, '3220', '214.00', '3', '5.001', '10', '66000000', '67999999', '88000000', '82999999', NULL, 1652931297),
(74895, '3298', '116.00', '8', '10.001', '15', '66000000', '67999999', '88000000', '82999999', NULL, 1652931299),
(74896, '3220', '346.00', '3', '10.001', '15', '66000000', '67999999', '88000000', '82999999', NULL, 1652931304),
(74897, '3298', '160.00', '8', '15.001', '20', '66000000', '67999999', '88000000', '82999999', NULL, 1652931305),
(74898, '3220', '479.00', '3', '15.001', '20', '66000000', '67999999', '88000000', '82999999', NULL, 1652931310),
(74899, '3298', '205.00', '8', '20.001', '25', '66000000', '67999999', '88000000', '82999999', NULL, 1652931312),
(74900, '3220', '612.00', '3', '20.001', '25', '66000000', '67999999', '88000000', '82999999', NULL, 1652931313),
(74901, '3298', '249.00', '8', '25.001', '30', '66000000', '67999999', '88000000', '82999999', NULL, 1652931315),
(74902, '3220', '744.00', '3', '25.001', '30', '66000000', '67999999', '88000000', '82999999', NULL, 1652931315),
(74903, '3298', '45.00', '8', '0.3', '5', '66000000', '67999999', '88000000', '88469999', NULL, 1652931318),
(74904, '3220', '137.00', '3', '0.3', '5', '66000000', '67999999', '88000000', '88469999', NULL, 1652931318),
(74905, '3298', '71.00', '8', '5.001', '10', '66000000', '67999999', '88000000', '88469999', NULL, 1652931319),
(74906, '3220', '214.00', '3', '5.001', '10', '66000000', '67999999', '88000000', '88469999', NULL, 1652931320),
(74907, '3298', '116.00', '8', '10.001', '15', '66000000', '67999999', '88000000', '88469999', NULL, 1652931323),
(74908, '3220', '346.00', '3', '10.001', '15', '66000000', '67999999', '88000000', '88469999', NULL, 1652931324),
(74909, '3298', '160.00', '8', '15.001', '20', '66000000', '67999999', '88000000', '88469999', NULL, 1652931326),
(74910, '3220', '479.00', '3', '15.001', '20', '66000000', '67999999', '88000000', '88469999', NULL, 1652931328),
(74911, '3298', '205.00', '8', '20.001', '25', '66000000', '67999999', '88000000', '88469999', NULL, 1652931329),
(74912, '3220', '612.00', '3', '20.001', '25', '66000000', '67999999', '88000000', '88469999', NULL, 1652931330),
(74913, '3298', '249.00', '8', '25.001', '30', '66000000', '67999999', '88000000', '88469999', NULL, 1652931331),
(74914, '3220', '744.00', '3', '25.001', '30', '66000000', '67999999', '88000000', '88469999', NULL, 1652931333),
(74915, '3298', '78.00', '8', '0.3', '5', '66000000', '67999999', '88470000', '89999999', NULL, 1652931333),
(74916, '3220', '154.00', '4', '0.3', '5', '66000000', '67999999', '88470000', '89999999', NULL, 1652931334),
(74917, '3298', '114.00', '8', '5.001', '10', '66000000', '67999999', '88470000', '89999999', NULL, 1652931335),
(74918, '3220', '223.00', '4', '5.001', '10', '66000000', '67999999', '88470000', '89999999', NULL, 1652931340),
(74919, '3298', '185.00', '8', '10.001', '15', '66000000', '67999999', '88470000', '89999999', NULL, 1652931340),
(74920, '3220', '361.00', '4', '10.001', '15', '66000000', '67999999', '88470000', '89999999', NULL, 1652931341),
(74921, '3298', '256.00', '8', '15.001', '20', '66000000', '67999999', '88470000', '89999999', NULL, 1652931344),
(74922, '3220', '500.00', '4', '15.001', '20', '66000000', '67999999', '88470000', '89999999', NULL, 1652931344),
(74923, '3298', '327.00', '8', '20.001', '25', '66000000', '67999999', '88470000', '89999999', NULL, 1652931347),
(74924, '3220', '638.00', '4', '20.001', '25', '66000000', '67999999', '88470000', '89999999', NULL, 1652931348),
(74925, '3298', '398.00', '8', '25.001', '30', '66000000', '67999999', '88470000', '89999999', NULL, 1652931353),
(74926, '3220', '777.00', '4', '25.001', '30', '66000000', '67999999', '88470000', '89999999', NULL, 1652931355),
(74927, '3298', '45.00', '8', '0.3', '5', '66000000', '67999999', '90000000', '91999999', NULL, 1652931360),
(74928, '3220', '137.00', '3', '0.3', '5', '66000000', '67999999', '90000000', '91999999', NULL, 1652931365),
(74929, '3298', '71.00', '8', '5.001', '10', '66000000', '67999999', '90000000', '91999999', NULL, 1652931367),
(74930, '3220', '214.00', '3', '5.001', '10', '66000000', '67999999', '90000000', '91999999', NULL, 1652931368),
(74931, '3298', '116.00', '8', '10.001', '15', '66000000', '67999999', '90000000', '91999999', NULL, 1652931369),
(74932, '3220', '346.00', '3', '10.001', '15', '66000000', '67999999', '90000000', '91999999', NULL, 1652931371),
(74933, '3298', '160.00', '8', '15.001', '20', '66000000', '67999999', '90000000', '91999999', NULL, 1652931372),
(74934, '3220', '479.00', '3', '15.001', '20', '66000000', '67999999', '90000000', '91999999', NULL, 1652931373),
(74935, '3298', '205.00', '8', '20.001', '25', '66000000', '67999999', '90000000', '91999999', NULL, 1652931373),
(74936, '3220', '612.00', '3', '20.001', '25', '66000000', '67999999', '90000000', '91999999', NULL, 1652931374),
(74937, '3298', '249.00', '8', '25.001', '30', '66000000', '67999999', '90000000', '91999999', NULL, 1652931374),
(74938, '3220', '744.00', '3', '25.001', '30', '66000000', '67999999', '90000000', '91999999', NULL, 1652931375),
(74939, '3298', '45.00', '8', '0.3', '5', '66000000', '67999999', '90000000', '94900999', NULL, 1652931375),
(74940, '3220', '137.00', '4', '0.3', '5', '66000000', '67999999', '90000000', '94900999', NULL, 1652931376),
(74941, '3298', '71.00', '8', '5.001', '10', '66000000', '67999999', '90000000', '94900999', NULL, 1652931376),
(74942, '3220', '214.00', '4', '5.001', '10', '66000000', '67999999', '90000000', '94900999', NULL, 1652931377),
(74943, '3298', '116.00', '8', '10.001', '15', '66000000', '67999999', '90000000', '94900999', NULL, 1652931378),
(74944, '3220', '346.00', '4', '10.001', '15', '66000000', '67999999', '90000000', '94900999', NULL, 1652931385),
(74945, '3298', '160.00', '8', '15.001', '20', '66000000', '67999999', '90000000', '94900999', NULL, 1652931388),
(74946, '3220', '479.00', '4', '15.001', '20', '66000000', '67999999', '90000000', '94900999', NULL, 1652931392),
(74947, '3298', '205.00', '8', '20.001', '25', '66000000', '67999999', '90000000', '94900999', NULL, 1652931396),
(74948, '3220', '612.00', '4', '20.001', '25', '66000000', '67999999', '90000000', '94900999', NULL, 1652931396),
(74949, '3298', '249.00', '8', '25.001', '30', '66000000', '67999999', '90000000', '94900999', NULL, 1652931397),
(74950, '3220', '744.00', '4', '25.001', '30', '66000000', '67999999', '90000000', '94900999', NULL, 1652931404),
(74951, '3298', '90.00', '12', '0.3', '5', '66000000', '67999999', '94901000', '99999999', NULL, 1652931407),
(74952, '3220', '183.00', '6', '0.3', '5', '66000000', '67999999', '94901000', '99999999', NULL, 1652931408),
(74953, '3298', '133.00', '12', '5.001', '10', '66000000', '67999999', '94901000', '99999999', NULL, 1652931408),
(74954, '3220', '266.00', '6', '5.001', '10', '66000000', '67999999', '94901000', '99999999', NULL, 1652931412),
(74955, '3298', '215.00', '12', '10.001', '15', '66000000', '67999999', '94901000', '99999999', NULL, 1652931412),
(74956, '3220', '430.00', '6', '10.001', '15', '66000000', '67999999', '94901000', '99999999', NULL, 1652931415),
(74957, '3298', '298.00', '12', '15.001', '20', '66000000', '67999999', '94901000', '99999999', NULL, 1652931419),
(74958, '3220', '595.00', '6', '15.001', '20', '66000000', '67999999', '94901000', '99999999', NULL, 1652931426),
(74959, '3298', '380.00', '12', '20.001', '25', '66000000', '67999999', '94901000', '99999999', NULL, 1652931427),
(74960, '3220', '760.00', '6', '20.001', '25', '66000000', '67999999', '94901000', '99999999', NULL, 1652931430),
(74961, '3298', '463.00', '12', '25.001', '30', '66000000', '67999999', '94901000', '99999999', NULL, 1652931432),
(74962, '3220', '925.00', '6', '25.001', '30', '66000000', '67999999', '94901000', '99999999', NULL, 1652931434),
(74963, '3298', '90.00', '10', '0.3', '5', '68000000', '68899999', '01000000', '08499999', NULL, 1652931434),
(74964, '3220', '183.00', '5', '0.3', '5', '68000000', '68899999', '01000000', '08499999', NULL, 1652931435),
(74965, '3298', '133.00', '10', '5.001', '10', '68000000', '68899999', '01000000', '08499999', NULL, 1652931437),
(74966, '3220', '266.00', '5', '5.001', '10', '68000000', '68899999', '01000000', '08499999', NULL, 1652931438),
(74967, '3298', '215.00', '10', '10.001', '15', '68000000', '68899999', '01000000', '08499999', NULL, 1652931439),
(74968, '3220', '430.00', '5', '10.001', '15', '68000000', '68899999', '01000000', '08499999', NULL, 1652931442),
(74969, '3298', '298.00', '10', '15.001', '20', '68000000', '68899999', '01000000', '08499999', NULL, 1652931443),
(74970, '3220', '595.00', '5', '15.001', '20', '68000000', '68899999', '01000000', '08499999', NULL, 1652931444),
(74971, '3298', '380.00', '10', '20.001', '25', '68000000', '68899999', '01000000', '08499999', NULL, 1652931444),
(74972, '3220', '760.00', '5', '20.001', '25', '68000000', '68899999', '01000000', '08499999', NULL, 1652931445),
(74973, '3298', '463.00', '10', '25.001', '30', '68000000', '68899999', '01000000', '08499999', NULL, 1652931446),
(74974, '3220', '925.00', '5', '25.001', '30', '68000000', '68899999', '01000000', '08499999', NULL, 1652931448),
(74975, '3298', '90.00', '10', '0.3', '5', '68000000', '68899999', '06000000', '09999999', NULL, 1652931449),
(74976, '3220', '183.00', '5', '0.3', '5', '68000000', '68899999', '06000000', '09999999', NULL, 1652931450),
(74977, '3298', '133.00', '10', '5.001', '10', '68000000', '68899999', '06000000', '09999999', NULL, 1652931451),
(74978, '3220', '266.00', '5', '5.001', '10', '68000000', '68899999', '06000000', '09999999', NULL, 1652931458),
(74979, '3298', '215.00', '10', '10.001', '15', '68000000', '68899999', '06000000', '09999999', NULL, 1652931460),
(74980, '3220', '430.00', '5', '10.001', '15', '68000000', '68899999', '06000000', '09999999', NULL, 1652931466),
(74981, '3298', '298.00', '10', '15.001', '20', '68000000', '68899999', '06000000', '09999999', NULL, 1652931471),
(74982, '3220', '595.00', '5', '15.001', '20', '68000000', '68899999', '06000000', '09999999', NULL, 1652931472),
(74983, '3298', '380.00', '10', '20.001', '25', '68000000', '68899999', '06000000', '09999999', NULL, 1652931473),
(74984, '3220', '760.00', '5', '20.001', '25', '68000000', '68899999', '06000000', '09999999', NULL, 1652931475),
(74985, '3298', '463.00', '10', '25.001', '30', '68000000', '68899999', '06000000', '09999999', NULL, 1652931476),
(74986, '3220', '925.00', '5', '25.001', '30', '68000000', '68899999', '06000000', '09999999', NULL, 1652931476),
(74987, '3298', '90.00', '11', '0.3', '5', '68000000', '68899999', '11000000', '11999999', NULL, 1652931476),
(74988, '3220', '183.00', '6', '0.3', '5', '68000000', '68899999', '11000000', '11999999', NULL, 1652931478),
(74989, '3298', '133.00', '11', '5.001', '10', '68000000', '68899999', '11000000', '11999999', NULL, 1652931479),
(74990, '3220', '266.00', '6', '5.001', '10', '68000000', '68899999', '11000000', '11999999', NULL, 1652931481),
(74991, '3298', '215.00', '11', '10.001', '15', '68000000', '68899999', '11000000', '11999999', NULL, 1652931482),
(74992, '3220', '430.00', '6', '10.001', '15', '68000000', '68899999', '11000000', '11999999', NULL, 1652931488),
(74993, '3298', '298.00', '11', '15.001', '20', '68000000', '68899999', '11000000', '11999999', NULL, 1652931489),
(74994, '3220', '595.00', '6', '15.001', '20', '68000000', '68899999', '11000000', '11999999', NULL, 1652931497),
(74995, '3298', '380.00', '11', '20.001', '25', '68000000', '68899999', '11000000', '11999999', NULL, 1652931498),
(74996, '3220', '760.00', '6', '20.001', '25', '68000000', '68899999', '11000000', '11999999', NULL, 1652931498),
(74997, '3298', '463.00', '11', '25.001', '30', '68000000', '68899999', '11000000', '11999999', NULL, 1652931499),
(74998, '3220', '925.00', '6', '25.001', '30', '68000000', '68899999', '11000000', '11999999', NULL, 1652931499),
(74999, '3298', '90.00', '11', '0.3', '5', '68000000', '68899999', '12000000', '19999999', NULL, 1652931505),
(75000, '3220', '183.00', '5', '0.3', '5', '68000000', '68899999', '12000000', '19999999', NULL, 1652931507),
(75001, '3298', '133.00', '11', '5.001', '10', '68000000', '68899999', '12000000', '19999999', NULL, 1652931508),
(75002, '3220', '266.00', '5', '5.001', '10', '68000000', '68899999', '12000000', '19999999', NULL, 1652931509),
(75003, '3298', '215.00', '11', '10.001', '15', '68000000', '68899999', '12000000', '19999999', NULL, 1652931509),
(75004, '3220', '430.00', '5', '10.001', '15', '68000000', '68899999', '12000000', '19999999', NULL, 1652931510),
(75005, '3298', '298.00', '11', '15.001', '20', '68000000', '68899999', '12000000', '19999999', NULL, 1652931512),
(75006, '3220', '595.00', '5', '15.001', '20', '68000000', '68899999', '12000000', '19999999', NULL, 1652931513),
(75007, '3298', '380.00', '11', '20.001', '25', '68000000', '68899999', '12000000', '19999999', NULL, 1652931514),
(75008, '3220', '760.00', '5', '20.001', '25', '68000000', '68899999', '12000000', '19999999', NULL, 1652931515),
(75009, '3298', '463.00', '11', '25.001', '30', '68000000', '68899999', '12000000', '19999999', NULL, 1652931517),
(75010, '3220', '925.00', '5', '25.001', '30', '68000000', '68899999', '12000000', '19999999', NULL, 1652931518),
(75011, '3298', '90.00', '12', '0.3', '5', '68000000', '68899999', '26601000', '28999999', NULL, 1652931572),
(75012, '3220', '183.00', '7', '0.3', '5', '68000000', '68899999', '26601000', '28999999', NULL, 1652931573),
(75013, '3298', '133.00', '12', '5.001', '10', '68000000', '68899999', '26601000', '28999999', NULL, 1652931575),
(75014, '3220', '266.00', '7', '5.001', '10', '68000000', '68899999', '26601000', '28999999', NULL, 1652931576),
(75015, '3298', '215.00', '12', '10.001', '15', '68000000', '68899999', '26601000', '28999999', NULL, 1652931582),
(75016, '3220', '430.00', '7', '10.001', '15', '68000000', '68899999', '26601000', '28999999', NULL, 1652931582),
(75017, '3298', '298.00', '12', '15.001', '20', '68000000', '68899999', '26601000', '28999999', NULL, 1652931589),
(75018, '3220', '595.00', '7', '15.001', '20', '68000000', '68899999', '26601000', '28999999', NULL, 1652931590),
(75019, '3298', '380.00', '12', '20.001', '25', '68000000', '68899999', '26601000', '28999999', NULL, 1652931590),
(75020, '3220', '760.00', '7', '20.001', '25', '68000000', '68899999', '26601000', '28999999', NULL, 1652931592),
(75021, '3298', '463.00', '12', '25.001', '30', '68000000', '68899999', '26601000', '28999999', NULL, 1652931593),
(75022, '3220', '925.00', '7', '25.001', '30', '68000000', '68899999', '26601000', '28999999', NULL, 1652931598),
(75023, '3298', '90.00', '11', '0.3', '5', '68000000', '68899999', '29000000', '29099999', NULL, 1652931599),
(75024, '3220', '183.00', '6', '0.3', '5', '68000000', '68899999', '29000000', '29099999', NULL, 1652931601),
(75025, '3298', '133.00', '11', '5.001', '10', '68000000', '68899999', '29000000', '29099999', NULL, 1652931602),
(75026, '3220', '266.00', '6', '5.001', '10', '68000000', '68899999', '29000000', '29099999', NULL, 1652931604),
(75027, '3298', '215.00', '11', '10.001', '15', '68000000', '68899999', '29000000', '29099999', NULL, 1652931611),
(75028, '3220', '430.00', '6', '10.001', '15', '68000000', '68899999', '29000000', '29099999', NULL, 1652931612),
(75029, '3298', '298.00', '11', '15.001', '20', '68000000', '68899999', '29000000', '29099999', NULL, 1652931613),
(75030, '3220', '595.00', '6', '15.001', '20', '68000000', '68899999', '29000000', '29099999', NULL, 1652931614),
(75031, '3298', '380.00', '11', '20.001', '25', '68000000', '68899999', '29000000', '29099999', NULL, 1652931615),
(75032, '3220', '760.00', '6', '20.001', '25', '68000000', '68899999', '29000000', '29099999', NULL, 1652931620),
(75033, '3298', '463.00', '11', '25.001', '30', '68000000', '68899999', '29000000', '29099999', NULL, 1652931620),
(75034, '3220', '925.00', '6', '25.001', '30', '68000000', '68899999', '29000000', '29099999', NULL, 1652931621),
(75035, '3298', '90.00', '13', '0.3', '5', '68000000', '68899999', '29100000', '29999999', NULL, 1652931622),
(75036, '3220', '183.00', '8', '0.3', '5', '68000000', '68899999', '29100000', '29999999', NULL, 1652931623),
(75037, '3298', '133.00', '13', '5.001', '10', '68000000', '68899999', '29100000', '29999999', NULL, 1652931624),
(75038, '3220', '266.00', '8', '5.001', '10', '68000000', '68899999', '29100000', '29999999', NULL, 1652931624),
(75039, '3298', '215.00', '13', '10.001', '15', '68000000', '68899999', '29100000', '29999999', NULL, 1652931627),
(75040, '3220', '430.00', '8', '10.001', '15', '68000000', '68899999', '29100000', '29999999', NULL, 1652931628),
(75041, '3298', '298.00', '13', '15.001', '20', '68000000', '68899999', '29100000', '29999999', NULL, 1652931629),
(75042, '3220', '595.00', '8', '15.001', '20', '68000000', '68899999', '29100000', '29999999', NULL, 1652931629),
(75043, '3298', '380.00', '13', '20.001', '25', '68000000', '68899999', '29100000', '29999999', NULL, 1652931630),
(75044, '3220', '760.00', '8', '20.001', '25', '68000000', '68899999', '29100000', '29999999', NULL, 1652931631),
(75045, '3298', '463.00', '13', '25.001', '30', '68000000', '68899999', '29100000', '29999999', NULL, 1652931632),
(75046, '3220', '925.00', '8', '25.001', '30', '68000000', '68899999', '29100000', '29999999', NULL, 1652931636),
(75047, '3298', '90.00', '11', '0.3', '5', '68000000', '68899999', '30000000', '31999999', NULL, 1652931640),
(75048, '3220', '183.00', '5', '0.3', '5', '68000000', '68899999', '30000000', '31999999', NULL, 1652931641),
(75049, '3298', '133.00', '11', '5.001', '10', '68000000', '68899999', '30000000', '31999999', NULL, 1652931642),
(75050, '3220', '266.00', '5', '5.001', '10', '68000000', '68899999', '30000000', '31999999', NULL, 1652931644),
(75051, '3298', '215.00', '11', '10.001', '15', '68000000', '68899999', '30000000', '31999999', NULL, 1652931645),
(75052, '3220', '430.00', '5', '10.001', '15', '68000000', '68899999', '30000000', '31999999', NULL, 1652931647),
(75053, '3298', '298.00', '11', '15.001', '20', '68000000', '68899999', '30000000', '31999999', NULL, 1652931648),
(75054, '3220', '595.00', '5', '15.001', '20', '68000000', '68899999', '30000000', '31999999', NULL, 1652931649),
(75055, '3298', '380.00', '11', '20.001', '25', '68000000', '68899999', '30000000', '31999999', NULL, 1652931650),
(75056, '3220', '760.00', '5', '20.001', '25', '68000000', '68899999', '30000000', '31999999', NULL, 1652931656),
(75057, '3298', '463.00', '11', '25.001', '30', '68000000', '68899999', '30000000', '31999999', NULL, 1652931657),
(75058, '3220', '925.00', '5', '25.001', '30', '68000000', '68899999', '30000000', '31999999', NULL, 1652931662),
(75059, '3298', '90.00', '11', '0.3', '5', '68000000', '68899999', '30000000', '34999999', NULL, 1652931663),
(75060, '3220', '183.00', '5', '0.3', '5', '68000000', '68899999', '30000000', '34999999', NULL, 1652931664),
(75061, '3298', '133.00', '11', '5.001', '10', '68000000', '68899999', '30000000', '34999999', NULL, 1652931666),
(75062, '3220', '266.00', '5', '5.001', '10', '68000000', '68899999', '30000000', '34999999', NULL, 1652931673),
(75063, '3298', '215.00', '11', '10.001', '15', '68000000', '68899999', '30000000', '34999999', NULL, 1652931674),
(75064, '3220', '430.00', '5', '10.001', '15', '68000000', '68899999', '30000000', '34999999', NULL, 1652931676),
(75065, '3298', '298.00', '11', '15.001', '20', '68000000', '68899999', '30000000', '34999999', NULL, 1652931676),
(75066, '3220', '595.00', '5', '15.001', '20', '68000000', '68899999', '30000000', '34999999', NULL, 1652931678),
(75067, '3298', '380.00', '11', '20.001', '25', '68000000', '68899999', '30000000', '34999999', NULL, 1652931679),
(75068, '3220', '760.00', '5', '20.001', '25', '68000000', '68899999', '30000000', '34999999', NULL, 1652931686),
(75069, '3298', '463.00', '11', '25.001', '30', '68000000', '68899999', '30000000', '34999999', NULL, 1652931686),
(75070, '3220', '925.00', '5', '25.001', '30', '68000000', '68899999', '30000000', '34999999', NULL, 1652931692),
(75071, '3298', '90.00', '13', '0.3', '5', '68000000', '68899999', '35000000', '39999999', NULL, 1652931695),
(75072, '3220', '183.00', '7', '0.3', '5', '68000000', '68899999', '35000000', '39999999', NULL, 1652931696),
(75073, '3298', '133.00', '13', '5.001', '10', '68000000', '68899999', '35000000', '39999999', NULL, 1652931703),
(75074, '3220', '266.00', '7', '5.001', '10', '68000000', '68899999', '35000000', '39999999', NULL, 1652931709),
(75075, '3298', '215.00', '13', '10.001', '15', '68000000', '68899999', '35000000', '39999999', NULL, 1652931717),
(75076, '3220', '430.00', '7', '10.001', '15', '68000000', '68899999', '35000000', '39999999', NULL, 1652931718),
(75077, '3298', '298.00', '13', '15.001', '20', '68000000', '68899999', '35000000', '39999999', NULL, 1652931720),
(75078, '3220', '595.00', '7', '15.001', '20', '68000000', '68899999', '35000000', '39999999', NULL, 1652931724),
(75079, '3298', '380.00', '13', '20.001', '25', '68000000', '68899999', '35000000', '39999999', NULL, 1652931726),
(75080, '3220', '760.00', '7', '20.001', '25', '68000000', '68899999', '35000000', '39999999', NULL, 1652931729),
(75081, '3298', '463.00', '13', '25.001', '30', '68000000', '68899999', '35000000', '39999999', NULL, 1652931735),
(75082, '3220', '925.00', '7', '25.001', '30', '68000000', '68899999', '35000000', '39999999', NULL, 1652931735),
(75083, '3298', '90.00', '11', '0.3', '5', '68000000', '68899999', '40000000', '41999999', NULL, 1652931738),
(75084, '3220', '183.00', '6', '0.3', '5', '68000000', '68899999', '40000000', '41999999', NULL, 1652931738),
(75085, '3298', '133.00', '11', '5.001', '10', '68000000', '68899999', '40000000', '41999999', NULL, 1652931739),
(75086, '3220', '266.00', '6', '5.001', '10', '68000000', '68899999', '40000000', '41999999', NULL, 1652931739),
(75087, '3298', '215.00', '11', '10.001', '15', '68000000', '68899999', '40000000', '41999999', NULL, 1652931740),
(75088, '3220', '430.00', '6', '10.001', '15', '68000000', '68899999', '40000000', '41999999', NULL, 1652931741),
(75089, '3298', '298.00', '11', '15.001', '20', '68000000', '68899999', '40000000', '41999999', NULL, 1652931741),
(75090, '3220', '595.00', '6', '15.001', '20', '68000000', '68899999', '40000000', '41999999', NULL, 1652931743),
(75091, '3298', '380.00', '11', '20.001', '25', '68000000', '68899999', '40000000', '41999999', NULL, 1652931745),
(75092, '3220', '760.00', '6', '20.001', '25', '68000000', '68899999', '40000000', '41999999', NULL, 1652931745),
(75093, '3298', '463.00', '11', '25.001', '30', '68000000', '68899999', '40000000', '41999999', NULL, 1652931746),
(75094, '3220', '925.00', '6', '25.001', '30', '68000000', '68899999', '40000000', '41999999', NULL, 1652931747),
(75095, '3298', '90.00', '11', '0.3', '5', '68000000', '68899999', '40000000', '44470999', NULL, 1652931751),
(75096, '3220', '183.00', '6', '0.3', '5', '68000000', '68899999', '40000000', '44470999', NULL, 1652931751),
(75097, '3298', '133.00', '11', '5.001', '10', '68000000', '68899999', '40000000', '44470999', NULL, 1652931752),
(75098, '3220', '266.00', '6', '5.001', '10', '68000000', '68899999', '40000000', '44470999', NULL, 1652931753),
(75099, '3298', '215.00', '11', '10.001', '15', '68000000', '68899999', '40000000', '44470999', NULL, 1652931754),
(75100, '3220', '430.00', '6', '10.001', '15', '68000000', '68899999', '40000000', '44470999', NULL, 1652931755),
(75101, '3298', '298.00', '11', '15.001', '20', '68000000', '68899999', '40000000', '44470999', NULL, 1652931763),
(75102, '3220', '595.00', '6', '15.001', '20', '68000000', '68899999', '40000000', '44470999', NULL, 1652931766),
(75103, '3298', '380.00', '11', '20.001', '25', '68000000', '68899999', '40000000', '44470999', NULL, 1652931767),
(75104, '3220', '760.00', '6', '20.001', '25', '68000000', '68899999', '40000000', '44470999', NULL, 1652931768),
(75105, '3298', '463.00', '11', '25.001', '30', '68000000', '68899999', '40000000', '44470999', NULL, 1652931769),
(75106, '3220', '925.00', '6', '25.001', '30', '68000000', '68899999', '40000000', '44470999', NULL, 1652931772),
(75107, '3298', '90.00', '13', '0.3', '5', '68000000', '68899999', '44471000', '48999999', NULL, 1652931772),
(75108, '3220', '183.00', '8', '0.3', '5', '68000000', '68899999', '44471000', '48999999', NULL, 1652931773),
(75109, '3298', '133.00', '13', '5.001', '10', '68000000', '68899999', '44471000', '48999999', NULL, 1652931774),
(75110, '3220', '266.00', '8', '5.001', '10', '68000000', '68899999', '44471000', '48999999', NULL, 1652931775),
(75111, '3298', '215.00', '13', '10.001', '15', '68000000', '68899999', '44471000', '48999999', NULL, 1652931775),
(75112, '3220', '430.00', '8', '10.001', '15', '68000000', '68899999', '44471000', '48999999', NULL, 1652931776),
(75113, '3298', '298.00', '13', '15.001', '20', '68000000', '68899999', '44471000', '48999999', NULL, 1652931777),
(75114, '3220', '595.00', '8', '15.001', '20', '68000000', '68899999', '44471000', '48999999', NULL, 1652931778),
(75115, '3298', '380.00', '13', '20.001', '25', '68000000', '68899999', '44471000', '48999999', NULL, 1652931779),
(75116, '3220', '760.00', '8', '20.001', '25', '68000000', '68899999', '44471000', '48999999', NULL, 1652931779),
(75117, '3298', '463.00', '13', '25.001', '30', '68000000', '68899999', '44471000', '48999999', NULL, 1652931780),
(75118, '3220', '925.00', '8', '25.001', '30', '68000000', '68899999', '44471000', '48999999', NULL, 1652931782),
(75119, '3298', '90.00', '13', '0.3', '5', '68000000', '68899999', '49000000', '49099999', NULL, 1652931783),
(75120, '3220', '183.00', '6', '0.3', '5', '68000000', '68899999', '49000000', '49099999', NULL, 1652931786),
(75121, '3298', '133.00', '13', '5.001', '10', '68000000', '68899999', '49000000', '49099999', NULL, 1652931787),
(75122, '3220', '266.00', '6', '5.001', '10', '68000000', '68899999', '49000000', '49099999', NULL, 1652931788),
(75123, '3298', '215.00', '13', '10.001', '15', '68000000', '68899999', '49000000', '49099999', NULL, 1652931789),
(75124, '3220', '430.00', '6', '10.001', '15', '68000000', '68899999', '49000000', '49099999', NULL, 1652931791),
(75125, '3298', '298.00', '13', '15.001', '20', '68000000', '68899999', '49000000', '49099999', NULL, 1652931792),
(75126, '3220', '595.00', '6', '15.001', '20', '68000000', '68899999', '49000000', '49099999', NULL, 1652931793),
(75127, '3298', '380.00', '13', '20.001', '25', '68000000', '68899999', '49000000', '49099999', NULL, 1652931802),
(75128, '3220', '760.00', '6', '20.001', '25', '68000000', '68899999', '49000000', '49099999', NULL, 1652931803),
(75129, '3298', '463.00', '13', '25.001', '30', '68000000', '68899999', '49000000', '49099999', NULL, 1652931803),
(75130, '3220', '925.00', '6', '25.001', '30', '68000000', '68899999', '49000000', '49099999', NULL, 1652931804),
(75131, '3298', '90.00', '15', '0.3', '5', '68000000', '68899999', '49100000', '49999999', NULL, 1652931805),
(75132, '3220', '183.00', '8', '0.3', '5', '68000000', '68899999', '49100000', '49999999', NULL, 1652931807),
(75133, '3298', '133.00', '15', '5.001', '10', '68000000', '68899999', '49100000', '49999999', NULL, 1652931808),
(75134, '3220', '266.00', '8', '5.001', '10', '68000000', '68899999', '49100000', '49999999', NULL, 1652931809),
(75135, '3298', '215.00', '15', '10.001', '15', '68000000', '68899999', '49100000', '49999999', NULL, 1652931810),
(75136, '3220', '430.00', '8', '10.001', '15', '68000000', '68899999', '49100000', '49999999', NULL, 1652931811),
(75137, '3298', '298.00', '15', '15.001', '20', '68000000', '68899999', '49100000', '49999999', NULL, 1652931812),
(75138, '3220', '595.00', '8', '15.001', '20', '68000000', '68899999', '49100000', '49999999', NULL, 1652931813),
(75139, '3298', '380.00', '15', '20.001', '25', '68000000', '68899999', '49100000', '49999999', NULL, 1652931813),
(75140, '3220', '760.00', '8', '20.001', '25', '68000000', '68899999', '49100000', '49999999', NULL, 1652931820),
(75141, '3298', '463.00', '15', '25.001', '30', '68000000', '68899999', '49100000', '49999999', NULL, 1652931820),
(75142, '3220', '925.00', '8', '25.001', '30', '68000000', '68899999', '49100000', '49999999', NULL, 1652931821),
(75143, '3298', '90.00', '12', '0.3', '5', '68000000', '68899999', '50000000', '52999999', NULL, 1652931821),
(75144, '3220', '183.00', '5', '0.3', '5', '68000000', '68899999', '50000000', '52999999', NULL, 1652931822),
(75145, '3298', '133.00', '12', '5.001', '10', '68000000', '68899999', '50000000', '52999999', NULL, 1652931823),
(75146, '3220', '266.00', '5', '5.001', '10', '68000000', '68899999', '50000000', '52999999', NULL, 1652931824),
(75147, '3298', '215.00', '12', '10.001', '15', '68000000', '68899999', '50000000', '52999999', NULL, 1652931825),
(75148, '3220', '430.00', '5', '10.001', '15', '68000000', '68899999', '50000000', '52999999', NULL, 1652931826),
(75149, '3298', '298.00', '12', '15.001', '20', '68000000', '68899999', '50000000', '52999999', NULL, 1652931826),
(75150, '3220', '595.00', '5', '15.001', '20', '68000000', '68899999', '50000000', '52999999', NULL, 1652931827),
(75151, '3298', '380.00', '12', '20.001', '25', '68000000', '68899999', '50000000', '52999999', NULL, 1652931834),
(75152, '3220', '760.00', '5', '20.001', '25', '68000000', '68899999', '50000000', '52999999', NULL, 1652931835),
(75153, '3298', '463.00', '12', '25.001', '30', '68000000', '68899999', '50000000', '52999999', NULL, 1652931836),
(75154, '3220', '925.00', '5', '25.001', '30', '68000000', '68899999', '50000000', '52999999', NULL, 1652931836),
(75155, '3298', '90.00', '12', '0.3', '5', '68000000', '68899999', '50000000', '54999999', NULL, 1652931837),
(75156, '3220', '183.00', '5', '0.3', '5', '68000000', '68899999', '50000000', '54999999', NULL, 1652931839),
(75157, '3298', '133.00', '12', '5.001', '10', '68000000', '68899999', '50000000', '54999999', NULL, 1652931840),
(75158, '3220', '266.00', '5', '5.001', '10', '68000000', '68899999', '50000000', '54999999', NULL, 1652931841),
(75159, '3298', '215.00', '12', '10.001', '15', '68000000', '68899999', '50000000', '54999999', NULL, 1652931842),
(75160, '3220', '430.00', '5', '10.001', '15', '68000000', '68899999', '50000000', '54999999', NULL, 1652931843),
(75161, '3298', '298.00', '12', '15.001', '20', '68000000', '68899999', '50000000', '54999999', NULL, 1652931854),
(75162, '3220', '595.00', '5', '15.001', '20', '68000000', '68899999', '50000000', '54999999', NULL, 1652931854),
(75163, '3298', '380.00', '12', '20.001', '25', '68000000', '68899999', '50000000', '54999999', NULL, 1652931856),
(75164, '3220', '760.00', '5', '20.001', '25', '68000000', '68899999', '50000000', '54999999', NULL, 1652931857),
(75165, '3298', '463.00', '12', '25.001', '30', '68000000', '68899999', '50000000', '54999999', NULL, 1652931858),
(75166, '3220', '925.00', '5', '25.001', '30', '68000000', '68899999', '50000000', '54999999', NULL, 1652931858),
(75167, '3298', '90.00', '16', '0.3', '5', '68000000', '68899999', '55000000', '56999999', NULL, 1652931859),
(75168, '3220', '183.00', '9', '0.3', '5', '68000000', '68899999', '55000000', '56999999', NULL, 1652931859),
(75169, '3298', '133.00', '16', '5.001', '10', '68000000', '68899999', '55000000', '56999999', NULL, 1652931861),
(75170, '3220', '266.00', '9', '5.001', '10', '68000000', '68899999', '55000000', '56999999', NULL, 1652931862),
(75171, '3298', '215.00', '16', '10.001', '15', '68000000', '68899999', '55000000', '56999999', NULL, 1652931863),
(75172, '3220', '430.00', '9', '10.001', '15', '68000000', '68899999', '55000000', '56999999', NULL, 1652931864),
(75173, '3298', '298.00', '16', '15.001', '20', '68000000', '68899999', '55000000', '56999999', NULL, 1652931864),
(75174, '3220', '595.00', '9', '15.001', '20', '68000000', '68899999', '55000000', '56999999', NULL, 1652931864),
(75175, '3298', '380.00', '16', '20.001', '25', '68000000', '68899999', '55000000', '56999999', NULL, 1652931865),
(75176, '3220', '760.00', '9', '20.001', '25', '68000000', '68899999', '55000000', '56999999', NULL, 1652931865),
(75177, '3298', '463.00', '16', '25.001', '30', '68000000', '68899999', '55000000', '56999999', NULL, 1652931866),
(75178, '3220', '925.00', '9', '25.001', '30', '68000000', '68899999', '55000000', '56999999', NULL, 1652931867),
(75179, '3298', '90.00', '12', '0.3', '5', '68000000', '68899999', '57000000', '57099999', NULL, 1652931868),
(75180, '3220', '183.00', '6', '0.3', '5', '68000000', '68899999', '57000000', '57099999', NULL, 1652931878),
(75181, '3298', '133.00', '12', '5.001', '10', '68000000', '68899999', '57000000', '57099999', NULL, 1652931879),
(75182, '3220', '266.00', '6', '5.001', '10', '68000000', '68899999', '57000000', '57099999', NULL, 1652931879),
(75183, '3298', '215.00', '12', '10.001', '15', '68000000', '68899999', '57000000', '57099999', NULL, 1652931880),
(75184, '3220', '430.00', '6', '10.001', '15', '68000000', '68899999', '57000000', '57099999', NULL, 1652931881),
(75185, '3298', '298.00', '12', '15.001', '20', '68000000', '68899999', '57000000', '57099999', NULL, 1652931882),
(75186, '3220', '595.00', '6', '15.001', '20', '68000000', '68899999', '57000000', '57099999', NULL, 1652931882),
(75187, '3298', '380.00', '12', '20.001', '25', '68000000', '68899999', '57000000', '57099999', NULL, 1652931883),
(75188, '3220', '760.00', '6', '20.001', '25', '68000000', '68899999', '57000000', '57099999', NULL, 1652931884),
(75189, '3298', '463.00', '12', '25.001', '30', '68000000', '68899999', '57000000', '57099999', NULL, 1652931884),
(75190, '3220', '925.00', '6', '25.001', '30', '68000000', '68899999', '57000000', '57099999', NULL, 1652931885),
(75191, '3298', '90.00', '14', '0.3', '5', '68000000', '68899999', '57100000', '57999999', NULL, 1652931886),
(75192, '3220', '183.00', '8', '0.3', '5', '68000000', '68899999', '57100000', '57999999', NULL, 1652931886),
(75193, '3298', '133.00', '14', '5.001', '10', '68000000', '68899999', '57100000', '57999999', NULL, 1652931898),
(75194, '3220', '266.00', '8', '5.001', '10', '68000000', '68899999', '57100000', '57999999', NULL, 1652931899),
(75195, '3298', '215.00', '14', '10.001', '15', '68000000', '68899999', '57100000', '57999999', NULL, 1652931900),
(75196, '3220', '430.00', '8', '10.001', '15', '68000000', '68899999', '57100000', '57999999', NULL, 1652931901),
(75197, '3298', '298.00', '14', '15.001', '20', '68000000', '68899999', '57100000', '57999999', NULL, 1652931902),
(75198, '3220', '595.00', '8', '15.001', '20', '68000000', '68899999', '57100000', '57999999', NULL, 1652931902),
(75199, '3298', '380.00', '14', '20.001', '25', '68000000', '68899999', '57100000', '57999999', NULL, 1652931903),
(75200, '3220', '760.00', '8', '20.001', '25', '68000000', '68899999', '57100000', '57999999', NULL, 1652931904),
(75201, '3298', '463.00', '14', '25.001', '30', '68000000', '68899999', '57100000', '57999999', NULL, 1652931904),
(75202, '3220', '925.00', '8', '25.001', '30', '68000000', '68899999', '57100000', '57999999', NULL, 1652931905),
(75203, '3298', '90.00', '12', '0.3', '5', '68000000', '68899999', '58000000', '58099999', NULL, 1652931906),
(75204, '3220', '183.00', '6', '0.3', '5', '68000000', '68899999', '58000000', '58099999', NULL, 1652931907),
(75205, '3298', '133.00', '12', '5.001', '10', '68000000', '68899999', '58000000', '58099999', NULL, 1652931908),
(75206, '3220', '266.00', '6', '5.001', '10', '68000000', '68899999', '58000000', '58099999', NULL, 1652931920),
(75207, '3298', '215.00', '12', '10.001', '15', '68000000', '68899999', '58000000', '58099999', NULL, 1652931921),
(75208, '3220', '430.00', '6', '10.001', '15', '68000000', '68899999', '58000000', '58099999', NULL, 1652931922),
(75209, '3298', '298.00', '12', '15.001', '20', '68000000', '68899999', '58000000', '58099999', NULL, 1652931923),
(75210, '3220', '595.00', '6', '15.001', '20', '68000000', '68899999', '58000000', '58099999', NULL, 1652931924),
(75211, '3298', '380.00', '12', '20.001', '25', '68000000', '68899999', '58000000', '58099999', NULL, 1652931936),
(75212, '3220', '760.00', '6', '20.001', '25', '68000000', '68899999', '58000000', '58099999', NULL, 1652931936),
(75213, '3298', '463.00', '12', '25.001', '30', '68000000', '68899999', '58000000', '58099999', NULL, 1652931937),
(75214, '3220', '925.00', '6', '25.001', '30', '68000000', '68899999', '58000000', '58099999', NULL, 1652931939),
(75215, '3298', '90.00', '17', '0.3', '5', '68000000', '68899999', '58100000', '58999999', NULL, 1652931948),
(75216, '3220', '183.00', '11', '0.3', '5', '68000000', '68899999', '58100000', '58999999', NULL, 1652931949),
(75217, '3298', '133.00', '17', '5.001', '10', '68000000', '68899999', '58100000', '58999999', NULL, 1652931951),
(75218, '3220', '266.00', '11', '5.001', '10', '68000000', '68899999', '58100000', '58999999', NULL, 1652931952),
(75219, '3298', '215.00', '17', '10.001', '15', '68000000', '68899999', '58100000', '58999999', NULL, 1652931953),
(75220, '3220', '430.00', '11', '10.001', '15', '68000000', '68899999', '58100000', '58999999', NULL, 1652931955),
(75221, '3298', '298.00', '17', '15.001', '20', '68000000', '68899999', '58100000', '58999999', NULL, 1652931957),
(75222, '3220', '595.00', '11', '15.001', '20', '68000000', '68899999', '58100000', '58999999', NULL, 1652931958),
(75223, '3298', '380.00', '17', '20.001', '25', '68000000', '68899999', '58100000', '58999999', NULL, 1652931959),
(75224, '3220', '760.00', '11', '20.001', '25', '68000000', '68899999', '58100000', '58999999', NULL, 1652931962),
(75225, '3298', '463.00', '17', '25.001', '30', '68000000', '68899999', '58100000', '58999999', NULL, 1652931963),
(75226, '3220', '925.00', '11', '25.001', '30', '68000000', '68899999', '58100000', '58999999', NULL, 1652931964),
(75227, '3298', '90.00', '13', '0.3', '5', '68000000', '68899999', '59000000', '59099999', NULL, 1652931965),
(75228, '3220', '183.00', '6', '0.3', '5', '68000000', '68899999', '59000000', '59099999', NULL, 1652931966),
(75229, '3298', '133.00', '13', '5.001', '10', '68000000', '68899999', '59000000', '59099999', NULL, 1652931967),
(75230, '3220', '266.00', '6', '5.001', '10', '68000000', '68899999', '59000000', '59099999', NULL, 1652931971),
(75231, '3298', '215.00', '13', '10.001', '15', '68000000', '68899999', '59000000', '59099999', NULL, 1652931972),
(75232, '3220', '430.00', '6', '10.001', '15', '68000000', '68899999', '59000000', '59099999', NULL, 1652931973),
(75233, '3298', '298.00', '13', '15.001', '20', '68000000', '68899999', '59000000', '59099999', NULL, 1652931974),
(75234, '3220', '595.00', '6', '15.001', '20', '68000000', '68899999', '59000000', '59099999', NULL, 1652931978),
(75235, '3298', '380.00', '13', '20.001', '25', '68000000', '68899999', '59000000', '59099999', NULL, 1652931978),
(75236, '3220', '760.00', '6', '20.001', '25', '68000000', '68899999', '59000000', '59099999', NULL, 1652931979),
(75237, '3298', '463.00', '13', '25.001', '30', '68000000', '68899999', '59000000', '59099999', NULL, 1652931979),
(75238, '3220', '925.00', '6', '25.001', '30', '68000000', '68899999', '59000000', '59099999', NULL, 1652931980),
(75239, '3298', '90.00', '13', '0.3', '5', '68000000', '68899999', '59100000', '59999999', NULL, 1652931980),
(75240, '3220', '183.00', '6', '0.3', '5', '68000000', '68899999', '59100000', '59999999', NULL, 1652931983),
(75241, '3298', '133.00', '13', '5.001', '10', '68000000', '68899999', '59100000', '59999999', NULL, 1652931988),
(75242, '3220', '266.00', '6', '5.001', '10', '68000000', '68899999', '59100000', '59999999', NULL, 1652931989),
(75243, '3298', '215.00', '13', '10.001', '15', '68000000', '68899999', '59100000', '59999999', NULL, 1652931989),
(75244, '3220', '430.00', '6', '10.001', '15', '68000000', '68899999', '59100000', '59999999', NULL, 1652931993),
(75245, '3298', '298.00', '13', '15.001', '20', '68000000', '68899999', '59100000', '59999999', NULL, 1652931994),
(75246, '3220', '595.00', '6', '15.001', '20', '68000000', '68899999', '59100000', '59999999', NULL, 1652931996),
(75247, '3298', '380.00', '13', '20.001', '25', '68000000', '68899999', '59100000', '59999999', NULL, 1652932000),
(75248, '3220', '760.00', '6', '20.001', '25', '68000000', '68899999', '59100000', '59999999', NULL, 1652932001),
(75249, '3298', '463.00', '13', '25.001', '30', '68000000', '68899999', '59100000', '59999999', NULL, 1652932002),
(75250, '3220', '925.00', '6', '25.001', '30', '68000000', '68899999', '59100000', '59999999', NULL, 1652932005),
(75251, '3298', '70.00', '12', '0.3', '5', '68000000', '68899999', '60000000', '60999999', NULL, 1652932006),
(75252, '3220', '157.00', '8', '0.3', '5', '68000000', '68899999', '60000000', '60999999', NULL, 1652932007),
(75253, '3298', '106.00', '12', '5.001', '10', '68000000', '68899999', '60000000', '60999999', NULL, 1652932007),
(75254, '3220', '226.00', '8', '5.001', '10', '68000000', '68899999', '60000000', '60999999', NULL, 1652932008),
(75255, '3298', '172.00', '12', '10.001', '15', '68000000', '68899999', '60000000', '60999999', NULL, 1652932008),
(75256, '3220', '367.00', '8', '10.001', '15', '68000000', '68899999', '60000000', '60999999', NULL, 1652932009),
(75257, '3298', '239.00', '12', '15.001', '20', '68000000', '68899999', '60000000', '60999999', NULL, 1652932013),
(75258, '3220', '508.00', '8', '15.001', '20', '68000000', '68899999', '60000000', '60999999', NULL, 1652932014),
(75259, '3298', '305.00', '12', '20.001', '25', '68000000', '68899999', '60000000', '60999999', NULL, 1652932016),
(75260, '3220', '649.00', '8', '20.001', '25', '68000000', '68899999', '60000000', '60999999', NULL, 1652932016),
(75261, '3298', '371.00', '12', '25.001', '30', '68000000', '68899999', '60000000', '60999999', NULL, 1652932019),
(75262, '3220', '789.00', '8', '25.001', '30', '68000000', '68899999', '60000000', '60999999', NULL, 1652932020),
(75263, '3298', '70.00', '12', '0.3', '5', '68000000', '68899999', '60000000', '61900999', NULL, 1652932020),
(75264, '3220', '157.00', '8', '0.3', '5', '68000000', '68899999', '60000000', '61900999', NULL, 1652932021),
(75265, '3298', '106.00', '12', '5.001', '10', '68000000', '68899999', '60000000', '61900999', NULL, 1652932024),
(75266, '3220', '226.00', '8', '5.001', '10', '68000000', '68899999', '60000000', '61900999', NULL, 1652932024),
(75267, '3298', '172.00', '12', '10.001', '15', '68000000', '68899999', '60000000', '61900999', NULL, 1652932025),
(75268, '3220', '367.00', '8', '10.001', '15', '68000000', '68899999', '60000000', '61900999', NULL, 1652932028),
(75269, '3298', '239.00', '12', '15.001', '20', '68000000', '68899999', '60000000', '61900999', NULL, 1652932029),
(75270, '3220', '508.00', '8', '15.001', '20', '68000000', '68899999', '60000000', '61900999', NULL, 1652932030),
(75271, '3298', '305.00', '12', '20.001', '25', '68000000', '68899999', '60000000', '61900999', NULL, 1652932031),
(75272, '3220', '649.00', '8', '20.001', '25', '68000000', '68899999', '60000000', '61900999', NULL, 1652932034),
(75273, '3298', '371.00', '12', '25.001', '30', '68000000', '68899999', '60000000', '61900999', NULL, 1652932035),
(75274, '3220', '789.00', '8', '25.001', '30', '68000000', '68899999', '60000000', '61900999', NULL, 1652932037),
(75275, '3298', '70.00', '16', '0.3', '5', '68000000', '68899999', '61901000', '63999999', NULL, 1652932038),
(75276, '3220', '157.00', '12', '0.3', '5', '68000000', '68899999', '61901000', '63999999', NULL, 1652932040),
(75277, '3298', '106.00', '16', '5.001', '10', '68000000', '68899999', '61901000', '63999999', NULL, 1652932041),
(75278, '3220', '226.00', '12', '5.001', '10', '68000000', '68899999', '61901000', '63999999', NULL, 1652932041),
(75279, '3298', '172.00', '16', '10.001', '15', '68000000', '68899999', '61901000', '63999999', NULL, 1652932042),
(75280, '3220', '367.00', '12', '10.001', '15', '68000000', '68899999', '61901000', '63999999', NULL, 1652932045),
(75281, '3298', '239.00', '16', '15.001', '20', '68000000', '68899999', '61901000', '63999999', NULL, 1652932049),
(75282, '3220', '508.00', '12', '15.001', '20', '68000000', '68899999', '61901000', '63999999', NULL, 1652932050),
(75283, '3298', '305.00', '16', '20.001', '25', '68000000', '68899999', '61901000', '63999999', NULL, 1652932051),
(75284, '3220', '649.00', '12', '20.001', '25', '68000000', '68899999', '61901000', '63999999', NULL, 1652932055),
(75285, '3298', '371.00', '16', '25.001', '30', '68000000', '68899999', '61901000', '63999999', NULL, 1652932059),
(75286, '3220', '789.00', '12', '25.001', '30', '68000000', '68899999', '61901000', '63999999', NULL, 1652932061),
(75287, '3298', '50.00', '13', '0.3', '5', '68000000', '68899999', '64000000', '64099999', NULL, 1652932064),
(75288, '3220', '124.00', '9', '0.3', '5', '68000000', '68899999', '64000000', '64099999', NULL, 1652932065),
(75289, '3298', '83.00', '13', '5.001', '10', '68000000', '68899999', '64000000', '64099999', NULL, 1652932066),
(75290, '3220', '175.00', '9', '5.001', '10', '68000000', '68899999', '64000000', '64099999', NULL, 1652932070),
(75291, '3298', '135.00', '13', '10.001', '15', '68000000', '68899999', '64000000', '64099999', NULL, 1652932071),
(75292, '3220', '283.00', '9', '10.001', '15', '68000000', '68899999', '64000000', '64099999', NULL, 1652932074),
(75293, '3298', '186.00', '13', '15.001', '20', '68000000', '68899999', '64000000', '64099999', NULL, 1652932075),
(75294, '3220', '392.00', '9', '15.001', '20', '68000000', '68899999', '64000000', '64099999', NULL, 1652932076),
(75295, '3298', '238.00', '13', '20.001', '25', '68000000', '68899999', '64000000', '64099999', NULL, 1652932077),
(75296, '3220', '500.00', '9', '20.001', '25', '68000000', '68899999', '64000000', '64099999', NULL, 1652932084),
(75297, '3298', '290.00', '13', '25.001', '30', '68000000', '68899999', '64000000', '64099999', NULL, 1652932085),
(75298, '3220', '609.00', '9', '25.001', '30', '68000000', '68899999', '64000000', '64099999', NULL, 1652932093),
(75299, '3298', '50.00', '16', '0.3', '5', '68000000', '68899999', '64100000', '64999999', NULL, 1652932099),
(75300, '3220', '124.00', '12', '0.3', '5', '68000000', '68899999', '64100000', '64999999', NULL, 1652932100),
(75301, '3298', '83.00', '16', '5.001', '10', '68000000', '68899999', '64100000', '64999999', NULL, 1652932100),
(75302, '3220', '175.00', '12', '5.001', '10', '68000000', '68899999', '64100000', '64999999', NULL, 1652932106),
(75303, '3298', '135.00', '16', '10.001', '15', '68000000', '68899999', '64100000', '64999999', NULL, 1652932107),
(75304, '3220', '283.00', '12', '10.001', '15', '68000000', '68899999', '64100000', '64999999', NULL, 1652932108),
(75305, '3298', '186.00', '16', '15.001', '20', '68000000', '68899999', '64100000', '64999999', NULL, 1652932109),
(75306, '3220', '392.00', '12', '15.001', '20', '68000000', '68899999', '64100000', '64999999', NULL, 1652932109),
(75307, '3298', '238.00', '16', '20.001', '25', '68000000', '68899999', '64100000', '64999999', NULL, 1652932110),
(75308, '3220', '500.00', '12', '20.001', '25', '68000000', '68899999', '64100000', '64999999', NULL, 1652932111),
(75309, '3298', '290.00', '16', '25.001', '30', '68000000', '68899999', '64100000', '64999999', NULL, 1652932112),
(75310, '3220', '609.00', '12', '25.001', '30', '68000000', '68899999', '64100000', '64999999', NULL, 1652932113),
(75311, '3298', '44.00', '14', '0.3', '5', '68000000', '68899999', '65000000', '65099999', NULL, 1652932114);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(75312, '3220', '102.00', '11', '0.3', '5', '68000000', '68899999', '65000000', '65099999', NULL, 1652932115),
(75313, '3298', '74.00', '14', '5.001', '10', '68000000', '68899999', '65000000', '65099999', NULL, 1652932115),
(75314, '3220', '141.00', '11', '5.001', '10', '68000000', '68899999', '65000000', '65099999', NULL, 1652932116),
(75315, '3298', '120.00', '14', '10.001', '15', '68000000', '68899999', '65000000', '65099999', NULL, 1652932117),
(75316, '3220', '229.00', '11', '10.001', '15', '68000000', '68899999', '65000000', '65099999', NULL, 1652932118),
(75317, '3298', '166.00', '14', '15.001', '20', '68000000', '68899999', '65000000', '65099999', NULL, 1652932124),
(75318, '3220', '316.00', '11', '15.001', '20', '68000000', '68899999', '65000000', '65099999', NULL, 1652932125),
(75319, '3298', '212.00', '14', '20.001', '25', '68000000', '68899999', '65000000', '65099999', NULL, 1652932126),
(75320, '3220', '404.00', '11', '20.001', '25', '68000000', '68899999', '65000000', '65099999', NULL, 1652932127),
(75321, '3298', '258.00', '14', '25.001', '30', '68000000', '68899999', '65000000', '65099999', NULL, 1652932128),
(75322, '3220', '492.00', '11', '25.001', '30', '68000000', '68899999', '65000000', '65099999', NULL, 1652932128),
(75323, '3298', '44.00', '18', '0.3', '5', '68000000', '68899999', '65100000', '65999999', NULL, 1652932129),
(75324, '3220', '102.00', '15', '0.3', '5', '68000000', '68899999', '65100000', '65999999', NULL, 1652932133),
(75325, '3298', '74.00', '18', '5.001', '10', '68000000', '68899999', '65100000', '65999999', NULL, 1652932134),
(75326, '3220', '141.00', '15', '5.001', '10', '68000000', '68899999', '65100000', '65999999', NULL, 1652932134),
(75327, '3298', '120.00', '18', '10.001', '15', '68000000', '68899999', '65100000', '65999999', NULL, 1652932135),
(75328, '3220', '229.00', '15', '10.001', '15', '68000000', '68899999', '65100000', '65999999', NULL, 1652932136),
(75329, '3298', '166.00', '18', '15.001', '20', '68000000', '68899999', '65100000', '65999999', NULL, 1652932140),
(75330, '3220', '316.00', '15', '15.001', '20', '68000000', '68899999', '65100000', '65999999', NULL, 1652932141),
(75331, '3298', '212.00', '18', '20.001', '25', '68000000', '68899999', '65100000', '65999999', NULL, 1652932142),
(75332, '3220', '404.00', '15', '20.001', '25', '68000000', '68899999', '65100000', '65999999', NULL, 1652932142),
(75333, '3298', '258.00', '18', '25.001', '30', '68000000', '68899999', '65100000', '65999999', NULL, 1652932143),
(75334, '3220', '492.00', '15', '25.001', '30', '68000000', '68899999', '65100000', '65999999', NULL, 1652932144),
(75335, '3298', '26.00', '5', '0.3', '5', '68000000', '68899999', '66000000', '66999999', NULL, 1652932148),
(75336, '3220', '34.00', '3', '0.3', '5', '68000000', '68899999', '66000000', '66999999', NULL, 1652932149),
(75337, '3298', '32.00', '5', '5.001', '10', '68000000', '68899999', '66000000', '66999999', NULL, 1652932149),
(75338, '3220', '48.00', '3', '5.001', '10', '68000000', '68899999', '66000000', '66999999', NULL, 1652932150),
(75339, '3298', '52.00', '5', '10.001', '15', '68000000', '68899999', '66000000', '66999999', NULL, 1652932151),
(75340, '3220', '79.00', '3', '10.001', '15', '68000000', '68899999', '66000000', '66999999', NULL, 1652932152),
(75341, '3298', '72.00', '5', '15.001', '20', '68000000', '68899999', '66000000', '66999999', NULL, 1652932153),
(75342, '3220', '109.00', '3', '15.001', '20', '68000000', '68899999', '66000000', '66999999', NULL, 1652932154),
(75343, '3298', '92.00', '5', '20.001', '25', '68000000', '68899999', '66000000', '66999999', NULL, 1652932155),
(75344, '3220', '139.00', '3', '20.001', '25', '68000000', '68899999', '66000000', '66999999', NULL, 1652932155),
(75345, '3298', '112.00', '5', '25.001', '30', '68000000', '68899999', '66000000', '66999999', NULL, 1652932156),
(75346, '3220', '170.00', '3', '25.001', '30', '68000000', '68899999', '66000000', '66999999', NULL, 1652932156),
(75347, '3298', '26.00', '5', '0.3', '5', '68000000', '68899999', '66000000', '67999999', NULL, 1652932157),
(75348, '3220', '34.00', '3', '0.3', '5', '68000000', '68899999', '66000000', '67999999', NULL, 1652932158),
(75349, '3298', '32.00', '5', '5.001', '10', '68000000', '68899999', '66000000', '67999999', NULL, 1652932159),
(75350, '3220', '48.00', '3', '5.001', '10', '68000000', '68899999', '66000000', '67999999', NULL, 1652932160),
(75351, '3298', '52.00', '5', '10.001', '15', '68000000', '68899999', '66000000', '67999999', NULL, 1652932167),
(75352, '3220', '79.00', '3', '10.001', '15', '68000000', '68899999', '66000000', '67999999', NULL, 1652932168),
(75353, '3298', '72.00', '5', '15.001', '20', '68000000', '68899999', '66000000', '67999999', NULL, 1652932169),
(75354, '3220', '109.00', '3', '15.001', '20', '68000000', '68899999', '66000000', '67999999', NULL, 1652932170),
(75355, '3298', '92.00', '5', '20.001', '25', '68000000', '68899999', '66000000', '67999999', NULL, 1652932170),
(75356, '3220', '139.00', '3', '20.001', '25', '68000000', '68899999', '66000000', '67999999', NULL, 1652932177),
(75357, '3298', '112.00', '5', '25.001', '30', '68000000', '68899999', '66000000', '67999999', NULL, 1652932178),
(75358, '3220', '170.00', '3', '25.001', '30', '68000000', '68899999', '66000000', '67999999', NULL, 1652932179),
(75359, '3298', '26.00', '5', '0.3', '5', '68000000', '68899999', '68000000', '68899999', NULL, 1652932179),
(75360, '3220', '22.00', '1', '0.3', '5', '68000000', '68899999', '68000000', '68899999', NULL, 1652932180),
(75361, '3298', '32.00', '5', '5.001', '10', '68000000', '68899999', '68000000', '68899999', NULL, 1652932181),
(75362, '3220', '28.00', '1', '5.001', '10', '68000000', '68899999', '68000000', '68899999', NULL, 1652932189),
(75363, '3298', '52.00', '5', '10.001', '15', '68000000', '68899999', '68000000', '68899999', NULL, 1652932191),
(75364, '3220', '45.00', '1', '10.001', '15', '68000000', '68899999', '68000000', '68899999', NULL, 1652932192),
(75365, '3298', '72.00', '5', '15.001', '20', '68000000', '68899999', '68000000', '68899999', NULL, 1652932192),
(75366, '3220', '63.00', '1', '15.001', '20', '68000000', '68899999', '68000000', '68899999', NULL, 1652932194),
(75367, '3298', '92.00', '5', '20.001', '25', '68000000', '68899999', '68000000', '68899999', NULL, 1652932194),
(75368, '3220', '80.00', '1', '20.001', '25', '68000000', '68899999', '68000000', '68899999', NULL, 1652932195),
(75369, '3298', '112.00', '5', '25.001', '30', '68000000', '68899999', '68000000', '68899999', NULL, 1652932196),
(75370, '3220', '97.00', '1', '25.001', '30', '68000000', '68899999', '68000000', '68899999', NULL, 1652932197),
(75371, '3298', '44.00', '19', '0.3', '5', '68000000', '68899999', '68900000', '68914999', NULL, 1652932198),
(75372, '3220', '102.00', '7', '0.3', '5', '68000000', '68899999', '68900000', '68914999', NULL, 1652932199),
(75373, '3298', '74.00', '19', '5.001', '10', '68000000', '68899999', '68900000', '68914999', NULL, 1652932200),
(75374, '3220', '141.00', '7', '5.001', '10', '68000000', '68899999', '68900000', '68914999', NULL, 1652932202),
(75375, '3298', '120.00', '19', '10.001', '15', '68000000', '68899999', '68900000', '68914999', NULL, 1652932211),
(75376, '3220', '229.00', '7', '10.001', '15', '68000000', '68899999', '68900000', '68914999', NULL, 1652932212),
(75377, '3298', '166.00', '19', '15.001', '20', '68000000', '68899999', '68900000', '68914999', NULL, 1652932213),
(75378, '3220', '316.00', '7', '15.001', '20', '68000000', '68899999', '68900000', '68914999', NULL, 1652932214),
(75379, '3298', '212.00', '19', '20.001', '25', '68000000', '68899999', '68900000', '68914999', NULL, 1652932215),
(75380, '3220', '404.00', '7', '20.001', '25', '68000000', '68899999', '68900000', '68914999', NULL, 1652932216),
(75381, '3298', '258.00', '19', '25.001', '30', '68000000', '68899999', '68900000', '68914999', NULL, 1652932217),
(75382, '3220', '492.00', '7', '25.001', '30', '68000000', '68899999', '68900000', '68914999', NULL, 1652932218),
(75383, '3298', '44.00', '20', '0.3', '5', '68000000', '68899999', '68915000', '68999999', NULL, 1652932219),
(75384, '3220', '102.00', '8', '0.3', '5', '68000000', '68899999', '68915000', '68999999', NULL, 1652932220),
(75385, '3298', '74.00', '20', '5.001', '10', '68000000', '68899999', '68915000', '68999999', NULL, 1652932221),
(75386, '3220', '141.00', '8', '5.001', '10', '68000000', '68899999', '68915000', '68999999', NULL, 1652932223),
(75387, '3298', '120.00', '20', '10.001', '15', '68000000', '68899999', '68915000', '68999999', NULL, 1652932224),
(75388, '3220', '229.00', '8', '10.001', '15', '68000000', '68899999', '68915000', '68999999', NULL, 1652932225),
(75389, '3298', '166.00', '20', '15.001', '20', '68000000', '68899999', '68915000', '68999999', NULL, 1652932227),
(75390, '3220', '316.00', '8', '15.001', '20', '68000000', '68899999', '68915000', '68999999', NULL, 1652932227),
(75391, '3298', '212.00', '20', '20.001', '25', '68000000', '68899999', '68915000', '68999999', NULL, 1652932229),
(75392, '3220', '404.00', '8', '20.001', '25', '68000000', '68899999', '68915000', '68999999', NULL, 1652932231),
(75393, '3298', '258.00', '20', '25.001', '30', '68000000', '68899999', '68915000', '68999999', NULL, 1652932232),
(75394, '3220', '492.00', '8', '25.001', '30', '68000000', '68899999', '68915000', '68999999', NULL, 1652932233),
(75395, '3298', '70.00', '25', '0.3', '5', '68000000', '68899999', '69000000', '69099999', NULL, 1652932235),
(75396, '3220', '157.00', '7', '0.3', '5', '68000000', '68899999', '69000000', '69099999', NULL, 1652932236),
(75397, '3298', '106.00', '25', '5.001', '10', '68000000', '68899999', '69000000', '69099999', NULL, 1652932238),
(75398, '3220', '226.00', '7', '5.001', '10', '68000000', '68899999', '69000000', '69099999', NULL, 1652932238),
(75399, '3298', '172.00', '25', '10.001', '15', '68000000', '68899999', '69000000', '69099999', NULL, 1652932239),
(75400, '3220', '367.00', '7', '10.001', '15', '68000000', '68899999', '69000000', '69099999', NULL, 1652932240),
(75401, '3298', '239.00', '25', '15.001', '20', '68000000', '68899999', '69000000', '69099999', NULL, 1652932243),
(75402, '3220', '508.00', '7', '15.001', '20', '68000000', '68899999', '69000000', '69099999', NULL, 1652932244),
(75403, '3298', '305.00', '25', '20.001', '25', '68000000', '68899999', '69000000', '69099999', NULL, 1652932246),
(75404, '3220', '649.00', '7', '20.001', '25', '68000000', '68899999', '69000000', '69099999', NULL, 1652932256),
(75405, '3298', '371.00', '25', '25.001', '30', '68000000', '68899999', '69000000', '69099999', NULL, 1652932257),
(75406, '3220', '789.00', '7', '25.001', '30', '68000000', '68899999', '69000000', '69099999', NULL, 1652932257),
(75407, '3298', '70.00', '32', '0.3', '5', '68000000', '68899999', '69100000', '69299999', NULL, 1652932259),
(75408, '3220', '157.00', '10', '0.3', '5', '68000000', '68899999', '69100000', '69299999', NULL, 1652932260),
(75409, '3298', '106.00', '32', '5.001', '10', '68000000', '68899999', '69100000', '69299999', NULL, 1652932261),
(75410, '3220', '226.00', '10', '5.001', '10', '68000000', '68899999', '69100000', '69299999', NULL, 1652932262),
(75411, '3298', '172.00', '32', '10.001', '15', '68000000', '68899999', '69100000', '69299999', NULL, 1652932263),
(75412, '3220', '367.00', '10', '10.001', '15', '68000000', '68899999', '69100000', '69299999', NULL, 1652932264),
(75413, '3298', '239.00', '32', '15.001', '20', '68000000', '68899999', '69100000', '69299999', NULL, 1652932265),
(75414, '3220', '508.00', '10', '15.001', '20', '68000000', '68899999', '69100000', '69299999', NULL, 1652932266),
(75415, '3298', '305.00', '32', '20.001', '25', '68000000', '68899999', '69100000', '69299999', NULL, 1652932266),
(75416, '3220', '649.00', '10', '20.001', '25', '68000000', '68899999', '69100000', '69299999', NULL, 1652932268),
(75417, '3298', '371.00', '32', '25.001', '30', '68000000', '68899999', '69100000', '69299999', NULL, 1652932269),
(75418, '3220', '789.00', '10', '25.001', '30', '68000000', '68899999', '69100000', '69299999', NULL, 1652932279),
(75419, '3298', '90.00', '28', '0.3', '5', '68000000', '68899999', '69300000', '69339999', NULL, 1652932287),
(75420, '3220', '183.00', '10', '0.3', '5', '68000000', '68899999', '69300000', '69339999', NULL, 1652932288),
(75421, '3298', '133.00', '28', '5.001', '10', '68000000', '68899999', '69300000', '69339999', NULL, 1652932288),
(75422, '3220', '266.00', '10', '5.001', '10', '68000000', '68899999', '69300000', '69339999', NULL, 1652932289),
(75423, '3298', '215.00', '28', '10.001', '15', '68000000', '68899999', '69300000', '69339999', NULL, 1652932290),
(75424, '3220', '430.00', '10', '10.001', '15', '68000000', '68899999', '69300000', '69339999', NULL, 1652932293),
(75425, '3298', '298.00', '28', '15.001', '20', '68000000', '68899999', '69300000', '69339999', NULL, 1652932294),
(75426, '3220', '595.00', '10', '15.001', '20', '68000000', '68899999', '69300000', '69339999', NULL, 1652932295),
(75427, '3298', '380.00', '28', '20.001', '25', '68000000', '68899999', '69300000', '69339999', NULL, 1652932296),
(75428, '3220', '760.00', '10', '20.001', '25', '68000000', '68899999', '69300000', '69339999', NULL, 1652932297),
(75429, '3298', '463.00', '28', '25.001', '30', '68000000', '68899999', '69300000', '69339999', NULL, 1652932298),
(75430, '3220', '925.00', '10', '25.001', '30', '68000000', '68899999', '69300000', '69339999', NULL, 1652932300),
(75431, '3298', '90.00', '32', '0.3', '5', '68000000', '68899999', '69340000', '69389999', NULL, 1652932301),
(75432, '3220', '183.00', '14', '0.3', '5', '68000000', '68899999', '69340000', '69389999', NULL, 1652932303),
(75433, '3298', '133.00', '32', '5.001', '10', '68000000', '68899999', '69340000', '69389999', NULL, 1652932306),
(75434, '3220', '266.00', '14', '5.001', '10', '68000000', '68899999', '69340000', '69389999', NULL, 1652932308),
(75435, '3298', '215.00', '32', '10.001', '15', '68000000', '68899999', '69340000', '69389999', NULL, 1652932308),
(75436, '3220', '430.00', '14', '10.001', '15', '68000000', '68899999', '69340000', '69389999', NULL, 1652932311),
(75437, '3298', '298.00', '32', '15.001', '20', '68000000', '68899999', '69340000', '69389999', NULL, 1652932312),
(75438, '3220', '595.00', '14', '15.001', '20', '68000000', '68899999', '69340000', '69389999', NULL, 1652932315),
(75439, '3298', '380.00', '32', '20.001', '25', '68000000', '68899999', '69340000', '69389999', NULL, 1652932319),
(75440, '3220', '760.00', '14', '20.001', '25', '68000000', '68899999', '69340000', '69389999', NULL, 1652932325),
(75441, '3298', '463.00', '32', '25.001', '30', '68000000', '68899999', '69340000', '69389999', NULL, 1652932329),
(75442, '3220', '925.00', '14', '25.001', '30', '68000000', '68899999', '69340000', '69389999', NULL, 1652932332),
(75443, '3298', '90.00', '14', '0.3', '5', '68000000', '68899999', '69900000', '69920999', NULL, 1652932334),
(75444, '3220', '183.00', '12', '0.3', '5', '68000000', '68899999', '69900000', '69920999', NULL, 1652932335),
(75445, '3298', '133.00', '14', '5.001', '10', '68000000', '68899999', '69900000', '69920999', NULL, 1652932335),
(75446, '3220', '266.00', '12', '5.001', '10', '68000000', '68899999', '69900000', '69920999', NULL, 1652932343),
(75447, '3298', '215.00', '14', '10.001', '15', '68000000', '68899999', '69900000', '69920999', NULL, 1652932344),
(75448, '3220', '430.00', '12', '10.001', '15', '68000000', '68899999', '69900000', '69920999', NULL, 1652932345),
(75449, '3298', '298.00', '14', '15.001', '20', '68000000', '68899999', '69900000', '69920999', NULL, 1652932346),
(75450, '3220', '595.00', '12', '15.001', '20', '68000000', '68899999', '69900000', '69920999', NULL, 1652932347),
(75451, '3298', '380.00', '14', '20.001', '25', '68000000', '68899999', '69900000', '69920999', NULL, 1652932347),
(75452, '3220', '760.00', '12', '20.001', '25', '68000000', '68899999', '69900000', '69920999', NULL, 1652932348),
(75453, '3298', '463.00', '14', '25.001', '30', '68000000', '68899999', '69900000', '69920999', NULL, 1652932348),
(75454, '3220', '925.00', '12', '25.001', '30', '68000000', '68899999', '69900000', '69920999', NULL, 1652932349),
(75455, '3298', '90.00', '17', '0.3', '5', '68000000', '68899999', '69921000', '69999999', NULL, 1652932352),
(75456, '3220', '183.00', '15', '0.3', '5', '68000000', '68899999', '69921000', '69999999', NULL, 1652932353),
(75457, '3298', '133.00', '17', '5.001', '10', '68000000', '68899999', '69921000', '69999999', NULL, 1652932354),
(75458, '3220', '266.00', '15', '5.001', '10', '68000000', '68899999', '69921000', '69999999', NULL, 1652932355),
(75459, '3298', '215.00', '17', '10.001', '15', '68000000', '68899999', '69921000', '69999999', NULL, 1652932355),
(75460, '3220', '430.00', '15', '10.001', '15', '68000000', '68899999', '69921000', '69999999', NULL, 1652932357),
(75461, '3298', '298.00', '17', '15.001', '20', '68000000', '68899999', '69921000', '69999999', NULL, 1652932360),
(75462, '3220', '595.00', '15', '15.001', '20', '68000000', '68899999', '69921000', '69999999', NULL, 1652932361),
(75463, '3298', '380.00', '17', '20.001', '25', '68000000', '68899999', '69921000', '69999999', NULL, 1652932369),
(75464, '3220', '760.00', '15', '20.001', '25', '68000000', '68899999', '69921000', '69999999', NULL, 1652932370),
(75465, '3298', '463.00', '17', '25.001', '30', '68000000', '68899999', '69921000', '69999999', NULL, 1652932371),
(75466, '3220', '925.00', '15', '25.001', '30', '68000000', '68899999', '69921000', '69999999', NULL, 1652932379),
(75467, '3298', '90.00', '9', '0.3', '5', '68000000', '68899999', '71000000', '73699999', NULL, 1652932380),
(75468, '3220', '183.00', '5', '0.3', '5', '68000000', '68899999', '71000000', '73699999', NULL, 1652932384),
(75469, '3298', '133.00', '9', '5.001', '10', '68000000', '68899999', '71000000', '73699999', NULL, 1652932386),
(75470, '3220', '266.00', '5', '5.001', '10', '68000000', '68899999', '71000000', '73699999', NULL, 1652932394),
(75471, '3298', '215.00', '9', '10.001', '15', '68000000', '68899999', '71000000', '73699999', NULL, 1652932395),
(75472, '3220', '430.00', '5', '10.001', '15', '68000000', '68899999', '71000000', '73699999', NULL, 1652932396),
(75473, '3298', '298.00', '9', '15.001', '20', '68000000', '68899999', '71000000', '73699999', NULL, 1652932397),
(75474, '3220', '595.00', '5', '15.001', '20', '68000000', '68899999', '71000000', '73699999', NULL, 1652932398),
(75475, '3298', '380.00', '9', '20.001', '25', '68000000', '68899999', '71000000', '73699999', NULL, 1652932399),
(75476, '3220', '760.00', '5', '20.001', '25', '68000000', '68899999', '71000000', '73699999', NULL, 1652932400),
(75477, '3298', '463.00', '9', '25.001', '30', '68000000', '68899999', '71000000', '73699999', NULL, 1652932401),
(75478, '3220', '925.00', '5', '25.001', '30', '68000000', '68899999', '71000000', '73699999', NULL, 1652932401),
(75479, '3298', '90.00', '13', '0.3', '5', '68000000', '68899999', '72800000', '73999999', NULL, 1652932404),
(75480, '3220', '183.00', '10', '0.3', '5', '68000000', '68899999', '72800000', '73999999', NULL, 1652932405),
(75481, '3298', '133.00', '13', '5.001', '10', '68000000', '68899999', '72800000', '73999999', NULL, 1652932406),
(75482, '3220', '266.00', '10', '5.001', '10', '68000000', '68899999', '72800000', '73999999', NULL, 1652932409),
(75483, '3298', '215.00', '13', '10.001', '15', '68000000', '68899999', '72800000', '73999999', NULL, 1652932410),
(75484, '3220', '430.00', '10', '10.001', '15', '68000000', '68899999', '72800000', '73999999', NULL, 1652932412),
(75485, '3298', '298.00', '13', '15.001', '20', '68000000', '68899999', '72800000', '73999999', NULL, 1652932412),
(75486, '3220', '595.00', '10', '15.001', '20', '68000000', '68899999', '72800000', '73999999', NULL, 1652932413),
(75487, '3298', '380.00', '13', '20.001', '25', '68000000', '68899999', '72800000', '73999999', NULL, 1652932414),
(75488, '3220', '760.00', '10', '20.001', '25', '68000000', '68899999', '72800000', '73999999', NULL, 1652932416),
(75489, '3298', '463.00', '13', '25.001', '30', '68000000', '68899999', '72800000', '73999999', NULL, 1652932424),
(75490, '3220', '925.00', '10', '25.001', '30', '68000000', '68899999', '72800000', '73999999', NULL, 1652932424),
(75491, '3298', '90.00', '9', '0.3', '5', '68000000', '68899999', '74000000', '74894999', NULL, 1652932425),
(75492, '3220', '183.00', '6', '0.3', '5', '68000000', '68899999', '74000000', '74894999', NULL, 1652932427),
(75493, '3298', '133.00', '9', '5.001', '10', '68000000', '68899999', '74000000', '74894999', NULL, 1652932428),
(75494, '3220', '266.00', '6', '5.001', '10', '68000000', '68899999', '74000000', '74894999', NULL, 1652932433),
(75495, '3298', '215.00', '9', '10.001', '15', '68000000', '68899999', '74000000', '74894999', NULL, 1652932434),
(75496, '3220', '430.00', '6', '10.001', '15', '68000000', '68899999', '74000000', '74894999', NULL, 1652932435),
(75497, '3298', '298.00', '9', '15.001', '20', '68000000', '68899999', '74000000', '74894999', NULL, 1652932436),
(75498, '3220', '595.00', '6', '15.001', '20', '68000000', '68899999', '74000000', '74894999', NULL, 1652932440),
(75499, '3298', '380.00', '9', '20.001', '25', '68000000', '68899999', '74000000', '74894999', NULL, 1652932441),
(75500, '3220', '760.00', '6', '20.001', '25', '68000000', '68899999', '74000000', '74894999', NULL, 1652932442),
(75501, '3298', '463.00', '9', '25.001', '30', '68000000', '68899999', '74000000', '74894999', NULL, 1652932448),
(75502, '3220', '925.00', '6', '25.001', '30', '68000000', '68899999', '74000000', '74894999', NULL, 1652932454),
(75503, '3298', '90.00', '9', '0.3', '5', '68000000', '68899999', '74895000', '76799999', NULL, 1652932456),
(75504, '3220', '183.00', '6', '0.3', '5', '68000000', '68899999', '74895000', '76799999', NULL, 1652932457),
(75505, '3298', '133.00', '9', '5.001', '10', '68000000', '68899999', '74895000', '76799999', NULL, 1652932458),
(75506, '3220', '266.00', '6', '5.001', '10', '68000000', '68899999', '74895000', '76799999', NULL, 1652932459),
(75507, '3298', '215.00', '9', '10.001', '15', '68000000', '68899999', '74895000', '76799999', NULL, 1652932460),
(75508, '3220', '430.00', '6', '10.001', '15', '68000000', '68899999', '74895000', '76799999', NULL, 1652932462),
(75509, '3298', '298.00', '9', '15.001', '20', '68000000', '68899999', '74895000', '76799999', NULL, 1652932464),
(75510, '3220', '595.00', '6', '15.001', '20', '68000000', '68899999', '74895000', '76799999', NULL, 1652932466),
(75511, '3298', '380.00', '9', '20.001', '25', '68000000', '68899999', '74895000', '76799999', NULL, 1652932468),
(75512, '3220', '760.00', '6', '20.001', '25', '68000000', '68899999', '74895000', '76799999', NULL, 1652932473),
(75513, '3298', '463.00', '9', '25.001', '30', '68000000', '68899999', '74895000', '76799999', NULL, 1652932474),
(75514, '3220', '925.00', '6', '25.001', '30', '68000000', '68899999', '74895000', '76799999', NULL, 1652932479),
(75515, '3298', '50.00', '13', '0.3', '5', '68000000', '68899999', '77000000', '77270999', NULL, 1652932480),
(75516, '3220', '124.00', '9', '0.3', '5', '68000000', '68899999', '77000000', '77270999', NULL, 1652932485),
(75517, '3298', '83.00', '13', '5.001', '10', '68000000', '68899999', '77000000', '77270999', NULL, 1652932486),
(75518, '3220', '175.00', '9', '5.001', '10', '68000000', '68899999', '77000000', '77270999', NULL, 1652932487),
(75519, '3298', '135.00', '13', '10.001', '15', '68000000', '68899999', '77000000', '77270999', NULL, 1652932488),
(75520, '3220', '283.00', '9', '10.001', '15', '68000000', '68899999', '77000000', '77270999', NULL, 1652932489),
(75521, '3298', '186.00', '13', '15.001', '20', '68000000', '68899999', '77000000', '77270999', NULL, 1652932492),
(75522, '3220', '392.00', '9', '15.001', '20', '68000000', '68899999', '77000000', '77270999', NULL, 1652932501),
(75523, '3298', '238.00', '13', '20.001', '25', '68000000', '68899999', '77000000', '77270999', NULL, 1652932503),
(75524, '3220', '500.00', '9', '20.001', '25', '68000000', '68899999', '77000000', '77270999', NULL, 1652932505),
(75525, '3298', '290.00', '13', '25.001', '30', '68000000', '68899999', '77000000', '77270999', NULL, 1652932509),
(75526, '3220', '609.00', '9', '25.001', '30', '68000000', '68899999', '77000000', '77270999', NULL, 1652932510),
(75527, '3298', '50.00', '16', '0.3', '5', '68000000', '68899999', '77300000', '77995999', NULL, 1652932512),
(75528, '3220', '124.00', '12', '0.3', '5', '68000000', '68899999', '77300000', '77995999', NULL, 1652932513),
(75529, '3298', '83.00', '16', '5.001', '10', '68000000', '68899999', '77300000', '77995999', NULL, 1652932518),
(75530, '3220', '175.00', '12', '5.001', '10', '68000000', '68899999', '77300000', '77995999', NULL, 1652932531),
(75531, '3298', '135.00', '16', '10.001', '15', '68000000', '68899999', '77300000', '77995999', NULL, 1652932532),
(75532, '3220', '283.00', '12', '10.001', '15', '68000000', '68899999', '77300000', '77995999', NULL, 1652932533),
(75533, '3298', '186.00', '16', '15.001', '20', '68000000', '68899999', '77300000', '77995999', NULL, 1652932534),
(75534, '3220', '392.00', '12', '15.001', '20', '68000000', '68899999', '77300000', '77995999', NULL, 1652932535),
(75535, '3298', '238.00', '16', '20.001', '25', '68000000', '68899999', '77300000', '77995999', NULL, 1652932536),
(75536, '3220', '500.00', '12', '20.001', '25', '68000000', '68899999', '77300000', '77995999', NULL, 1652932537),
(75537, '3298', '290.00', '16', '25.001', '30', '68000000', '68899999', '77300000', '77995999', NULL, 1652932538),
(75538, '3220', '609.00', '12', '25.001', '30', '68000000', '68899999', '77300000', '77995999', NULL, 1652932539),
(75539, '3298', '90.00', '11', '0.3', '5', '68000000', '68899999', '78000000', '78109999', NULL, 1652932540),
(75540, '3220', '183.00', '8', '0.3', '5', '68000000', '68899999', '78000000', '78109999', NULL, 1652932541),
(75541, '3298', '133.00', '11', '5.001', '10', '68000000', '68899999', '78000000', '78109999', NULL, 1652932542),
(75542, '3220', '266.00', '8', '5.001', '10', '68000000', '68899999', '78000000', '78109999', NULL, 1652932543),
(75543, '3298', '215.00', '11', '10.001', '15', '68000000', '68899999', '78000000', '78109999', NULL, 1652932559),
(75544, '3220', '430.00', '8', '10.001', '15', '68000000', '68899999', '78000000', '78109999', NULL, 1652932577),
(75545, '3298', '298.00', '11', '15.001', '20', '68000000', '68899999', '78000000', '78109999', NULL, 1652932578),
(75546, '3220', '595.00', '8', '15.001', '20', '68000000', '68899999', '78000000', '78109999', NULL, 1652932579),
(75547, '3298', '380.00', '11', '20.001', '25', '68000000', '68899999', '78000000', '78109999', NULL, 1652932579),
(75548, '3220', '760.00', '8', '20.001', '25', '68000000', '68899999', '78000000', '78109999', NULL, 1652932579),
(75549, '3298', '463.00', '11', '25.001', '30', '68000000', '68899999', '78000000', '78109999', NULL, 1652932580),
(75550, '3220', '925.00', '8', '25.001', '30', '68000000', '68899999', '78000000', '78109999', NULL, 1652932581),
(75551, '3298', '90.00', '13', '0.3', '5', '68000000', '68899999', '78110000', '78899999', NULL, 1652932581),
(75552, '3220', '183.00', '10', '0.3', '5', '68000000', '68899999', '78110000', '78899999', NULL, 1652932583),
(75553, '3298', '133.00', '13', '5.001', '10', '68000000', '68899999', '78110000', '78899999', NULL, 1652932584),
(75554, '3220', '266.00', '10', '5.001', '10', '68000000', '68899999', '78110000', '78899999', NULL, 1652932584),
(75555, '3298', '215.00', '13', '10.001', '15', '68000000', '68899999', '78110000', '78899999', NULL, 1652932585),
(75556, '3220', '430.00', '10', '10.001', '15', '68000000', '68899999', '78110000', '78899999', NULL, 1652932586),
(75557, '3298', '298.00', '13', '15.001', '20', '68000000', '68899999', '78110000', '78899999', NULL, 1652932586),
(75558, '3220', '595.00', '10', '15.001', '20', '68000000', '68899999', '78110000', '78899999', NULL, 1652932586),
(75559, '3298', '380.00', '13', '20.001', '25', '68000000', '68899999', '78110000', '78899999', NULL, 1652932587),
(75560, '3220', '760.00', '10', '20.001', '25', '68000000', '68899999', '78110000', '78899999', NULL, 1652932587),
(75561, '3298', '463.00', '13', '25.001', '30', '68000000', '68899999', '78110000', '78899999', NULL, 1652932588),
(75562, '3220', '925.00', '10', '25.001', '30', '68000000', '68899999', '78110000', '78899999', NULL, 1652932589),
(75563, '3298', '90.00', '15', '0.3', '5', '68000000', '68899999', '78900000', '78930999', NULL, 1652932589),
(75564, '3220', '183.00', '12', '0.3', '5', '68000000', '68899999', '78900000', '78930999', NULL, 1652932590),
(75565, '3298', '133.00', '15', '5.001', '10', '68000000', '68899999', '78900000', '78930999', NULL, 1652932590),
(75566, '3220', '266.00', '12', '5.001', '10', '68000000', '68899999', '78900000', '78930999', NULL, 1652932591),
(75567, '3298', '215.00', '15', '10.001', '15', '68000000', '68899999', '78900000', '78930999', NULL, 1652932592),
(75568, '3220', '430.00', '12', '10.001', '15', '68000000', '68899999', '78900000', '78930999', NULL, 1652932592),
(75569, '3298', '298.00', '15', '15.001', '20', '68000000', '68899999', '78900000', '78930999', NULL, 1652932593),
(75570, '3220', '595.00', '12', '15.001', '20', '68000000', '68899999', '78900000', '78930999', NULL, 1652932604),
(75571, '3298', '380.00', '15', '20.001', '25', '68000000', '68899999', '78900000', '78930999', NULL, 1652932604),
(75572, '3220', '760.00', '12', '20.001', '25', '68000000', '68899999', '78900000', '78930999', NULL, 1652932605),
(75573, '3298', '463.00', '15', '25.001', '30', '68000000', '68899999', '78900000', '78930999', NULL, 1652932606),
(75574, '3220', '925.00', '12', '25.001', '30', '68000000', '68899999', '78900000', '78930999', NULL, 1652932606),
(75575, '3298', '90.00', '13', '0.3', '5', '68000000', '68899999', '78931000', '78999999', NULL, 1652932607),
(75576, '3220', '183.00', '10', '0.3', '5', '68000000', '68899999', '78931000', '78999999', NULL, 1652932607),
(75577, '3298', '133.00', '13', '5.001', '10', '68000000', '68899999', '78931000', '78999999', NULL, 1652932608),
(75578, '3220', '266.00', '10', '5.001', '10', '68000000', '68899999', '78931000', '78999999', NULL, 1652932609),
(75579, '3298', '215.00', '13', '10.001', '15', '68000000', '68899999', '78931000', '78999999', NULL, 1652932610),
(75580, '3220', '430.00', '10', '10.001', '15', '68000000', '68899999', '78931000', '78999999', NULL, 1652932610),
(75581, '3298', '298.00', '13', '15.001', '20', '68000000', '68899999', '78931000', '78999999', NULL, 1652932611),
(75582, '3220', '595.00', '10', '15.001', '20', '68000000', '68899999', '78931000', '78999999', NULL, 1652932624),
(75583, '3298', '380.00', '13', '20.001', '25', '68000000', '68899999', '78931000', '78999999', NULL, 1652932625),
(75584, '3220', '760.00', '10', '20.001', '25', '68000000', '68899999', '78931000', '78999999', NULL, 1652932626),
(75585, '3298', '463.00', '13', '25.001', '30', '68000000', '68899999', '78931000', '78999999', NULL, 1652932626),
(75586, '3220', '925.00', '10', '25.001', '30', '68000000', '68899999', '78931000', '78999999', NULL, 1652932627),
(75587, '3298', '90.00', '11', '0.3', '5', '68000000', '68899999', '79000000', '79129999', NULL, 1652932628),
(75588, '3220', '183.00', '6', '0.3', '5', '68000000', '68899999', '79000000', '79129999', NULL, 1652932629),
(75589, '3298', '133.00', '11', '5.001', '10', '68000000', '68899999', '79000000', '79129999', NULL, 1652932629),
(75590, '3220', '266.00', '6', '5.001', '10', '68000000', '68899999', '79000000', '79129999', NULL, 1652932630),
(75591, '3298', '215.00', '11', '10.001', '15', '68000000', '68899999', '79000000', '79129999', NULL, 1652932631),
(75592, '3220', '430.00', '6', '10.001', '15', '68000000', '68899999', '79000000', '79129999', NULL, 1652932632),
(75593, '3298', '298.00', '11', '15.001', '20', '68000000', '68899999', '79000000', '79129999', NULL, 1652932633),
(75594, '3220', '595.00', '6', '15.001', '20', '68000000', '68899999', '79000000', '79129999', NULL, 1652932633),
(75595, '3298', '380.00', '11', '20.001', '25', '68000000', '68899999', '79000000', '79129999', NULL, 1652932634),
(75596, '3220', '760.00', '6', '20.001', '25', '68000000', '68899999', '79000000', '79129999', NULL, 1652932635),
(75597, '3298', '463.00', '11', '25.001', '30', '68000000', '68899999', '79000000', '79129999', NULL, 1652932636),
(75598, '3220', '925.00', '6', '25.001', '30', '68000000', '68899999', '79000000', '79129999', NULL, 1652932637),
(75599, '3298', '90.00', '14', '0.3', '5', '68000000', '68899999', '79130000', '79999999', NULL, 1652932638),
(75600, '3220', '183.00', '9', '0.3', '5', '68000000', '68899999', '79130000', '79999999', NULL, 1652932638),
(75601, '3298', '133.00', '14', '5.001', '10', '68000000', '68899999', '79130000', '79999999', NULL, 1652932639),
(75602, '3220', '266.00', '9', '5.001', '10', '68000000', '68899999', '79130000', '79999999', NULL, 1652932640),
(75603, '3298', '215.00', '14', '10.001', '15', '68000000', '68899999', '79130000', '79999999', NULL, 1652932641),
(75604, '3220', '430.00', '9', '10.001', '15', '68000000', '68899999', '79130000', '79999999', NULL, 1652932641),
(75605, '3298', '298.00', '14', '15.001', '20', '68000000', '68899999', '79130000', '79999999', NULL, 1652932642),
(75606, '3220', '595.00', '9', '15.001', '20', '68000000', '68899999', '79130000', '79999999', NULL, 1652932643),
(75607, '3298', '380.00', '14', '20.001', '25', '68000000', '68899999', '79130000', '79999999', NULL, 1652932644),
(75608, '3220', '760.00', '9', '20.001', '25', '68000000', '68899999', '79130000', '79999999', NULL, 1652932644),
(75609, '3298', '463.00', '14', '25.001', '30', '68000000', '68899999', '79130000', '79999999', NULL, 1652932645),
(75610, '3220', '925.00', '9', '25.001', '30', '68000000', '68899999', '79130000', '79999999', NULL, 1652932646),
(75611, '3298', '90.00', '10', '0.3', '5', '68000000', '68899999', '80000000', '82999999', NULL, 1652932646),
(75612, '3220', '183.00', '5', '0.3', '5', '68000000', '68899999', '80000000', '82999999', NULL, 1652932648),
(75613, '3298', '133.00', '10', '5.001', '10', '68000000', '68899999', '80000000', '82999999', NULL, 1652932648),
(75614, '3220', '266.00', '5', '5.001', '10', '68000000', '68899999', '80000000', '82999999', NULL, 1652932651),
(75615, '3298', '215.00', '10', '10.001', '15', '68000000', '68899999', '80000000', '82999999', NULL, 1652932652),
(75616, '3220', '430.00', '5', '10.001', '15', '68000000', '68899999', '80000000', '82999999', NULL, 1652932652),
(75617, '3298', '298.00', '10', '15.001', '20', '68000000', '68899999', '80000000', '82999999', NULL, 1652932653),
(75618, '3220', '595.00', '5', '15.001', '20', '68000000', '68899999', '80000000', '82999999', NULL, 1652932653),
(75619, '3298', '380.00', '10', '20.001', '25', '68000000', '68899999', '80000000', '82999999', NULL, 1652932655),
(75620, '3220', '760.00', '5', '20.001', '25', '68000000', '68899999', '80000000', '82999999', NULL, 1652932656),
(75621, '3298', '463.00', '10', '25.001', '30', '68000000', '68899999', '80000000', '82999999', NULL, 1652932656),
(75622, '3220', '925.00', '5', '25.001', '30', '68000000', '68899999', '80000000', '82999999', NULL, 1652932657),
(75623, '3298', '90.00', '10', '0.3', '5', '68000000', '68899999', '80000000', '83800999', NULL, 1652932658),
(75624, '3220', '183.00', '5', '0.3', '5', '68000000', '68899999', '80000000', '83800999', NULL, 1652932659),
(75625, '3298', '133.00', '10', '5.001', '10', '68000000', '68899999', '80000000', '83800999', NULL, 1652932660),
(75626, '3220', '266.00', '5', '5.001', '10', '68000000', '68899999', '80000000', '83800999', NULL, 1652932660),
(75627, '3298', '215.00', '10', '10.001', '15', '68000000', '68899999', '80000000', '83800999', NULL, 1652932661),
(75628, '3220', '430.00', '5', '10.001', '15', '68000000', '68899999', '80000000', '83800999', NULL, 1652932671),
(75629, '3298', '298.00', '10', '15.001', '20', '68000000', '68899999', '80000000', '83800999', NULL, 1652932672),
(75630, '3220', '595.00', '5', '15.001', '20', '68000000', '68899999', '80000000', '83800999', NULL, 1652932672),
(75631, '3298', '380.00', '10', '20.001', '25', '68000000', '68899999', '80000000', '83800999', NULL, 1652932674),
(75632, '3220', '760.00', '5', '20.001', '25', '68000000', '68899999', '80000000', '83800999', NULL, 1652932674),
(75633, '3298', '463.00', '10', '25.001', '30', '68000000', '68899999', '80000000', '83800999', NULL, 1652932675),
(75634, '3220', '925.00', '5', '25.001', '30', '68000000', '68899999', '80000000', '83800999', NULL, 1652932676),
(75635, '3298', '90.00', '12', '0.3', '5', '68000000', '68899999', '83801000', '87999999', NULL, 1652932685),
(75636, '3220', '183.00', '7', '0.3', '5', '68000000', '68899999', '83801000', '87999999', NULL, 1652932686),
(75637, '3298', '133.00', '12', '5.001', '10', '68000000', '68899999', '83801000', '87999999', NULL, 1652932687),
(75638, '3220', '266.00', '7', '5.001', '10', '68000000', '68899999', '83801000', '87999999', NULL, 1652932688),
(75639, '3298', '215.00', '12', '10.001', '15', '68000000', '68899999', '83801000', '87999999', NULL, 1652932688),
(75640, '3220', '430.00', '7', '10.001', '15', '68000000', '68899999', '83801000', '87999999', NULL, 1652932691),
(75641, '3298', '298.00', '12', '15.001', '20', '68000000', '68899999', '83801000', '87999999', NULL, 1652932692),
(75642, '3220', '595.00', '7', '15.001', '20', '68000000', '68899999', '83801000', '87999999', NULL, 1652932694),
(75643, '3298', '380.00', '12', '20.001', '25', '68000000', '68899999', '83801000', '87999999', NULL, 1652932695),
(75644, '3220', '760.00', '7', '20.001', '25', '68000000', '68899999', '83801000', '87999999', NULL, 1652932695),
(75645, '3298', '463.00', '12', '25.001', '30', '68000000', '68899999', '83801000', '87999999', NULL, 1652932696),
(75646, '3220', '925.00', '7', '25.001', '30', '68000000', '68899999', '83801000', '87999999', NULL, 1652932697),
(75647, '3298', '90.00', '11', '0.3', '5', '68000000', '68899999', '88000000', '82999999', NULL, 1652932697),
(75648, '3220', '183.00', '6', '0.3', '5', '68000000', '68899999', '88000000', '82999999', NULL, 1652932704),
(75649, '3298', '133.00', '11', '5.001', '10', '68000000', '68899999', '88000000', '82999999', NULL, 1652932704),
(75650, '3220', '266.00', '6', '5.001', '10', '68000000', '68899999', '88000000', '82999999', NULL, 1652932710),
(75651, '3298', '215.00', '11', '10.001', '15', '68000000', '68899999', '88000000', '82999999', NULL, 1652932710),
(75652, '3220', '430.00', '6', '10.001', '15', '68000000', '68899999', '88000000', '82999999', NULL, 1652932711),
(75653, '3298', '298.00', '11', '15.001', '20', '68000000', '68899999', '88000000', '82999999', NULL, 1652932712),
(75654, '3220', '595.00', '6', '15.001', '20', '68000000', '68899999', '88000000', '82999999', NULL, 1652932713),
(75655, '3298', '380.00', '11', '20.001', '25', '68000000', '68899999', '88000000', '82999999', NULL, 1652932713),
(75656, '3220', '760.00', '6', '20.001', '25', '68000000', '68899999', '88000000', '82999999', NULL, 1652932715),
(75657, '3298', '463.00', '11', '25.001', '30', '68000000', '68899999', '88000000', '82999999', NULL, 1652932716),
(75658, '3220', '925.00', '6', '25.001', '30', '68000000', '68899999', '88000000', '82999999', NULL, 1652932716),
(75659, '3298', '90.00', '11', '0.3', '5', '68000000', '68899999', '88000000', '88469999', NULL, 1652932717),
(75660, '3220', '183.00', '6', '0.3', '5', '68000000', '68899999', '88000000', '88469999', NULL, 1652932724),
(75661, '3298', '133.00', '11', '5.001', '10', '68000000', '68899999', '88000000', '88469999', NULL, 1652932725),
(75662, '3220', '266.00', '6', '5.001', '10', '68000000', '68899999', '88000000', '88469999', NULL, 1652932726),
(75663, '3298', '215.00', '11', '10.001', '15', '68000000', '68899999', '88000000', '88469999', NULL, 1652932727),
(75664, '3220', '430.00', '6', '10.001', '15', '68000000', '68899999', '88000000', '88469999', NULL, 1652932728),
(75665, '3298', '298.00', '11', '15.001', '20', '68000000', '68899999', '88000000', '88469999', NULL, 1652932728),
(75666, '3220', '595.00', '6', '15.001', '20', '68000000', '68899999', '88000000', '88469999', NULL, 1652932729),
(75667, '3298', '380.00', '11', '20.001', '25', '68000000', '68899999', '88000000', '88469999', NULL, 1652932730),
(75668, '3220', '760.00', '6', '20.001', '25', '68000000', '68899999', '88000000', '88469999', NULL, 1652932730),
(75669, '3298', '463.00', '11', '25.001', '30', '68000000', '68899999', '88000000', '88469999', NULL, 1652932731),
(75670, '3220', '925.00', '6', '25.001', '30', '68000000', '68899999', '88000000', '88469999', NULL, 1652932731),
(75671, '3298', '90.00', '12', '0.3', '5', '68000000', '68899999', '88470000', '89999999', NULL, 1652932734),
(75672, '3220', '183.00', '7', '0.3', '5', '68000000', '68899999', '88470000', '89999999', NULL, 1652932735),
(75673, '3298', '133.00', '12', '5.001', '10', '68000000', '68899999', '88470000', '89999999', NULL, 1652932743),
(75674, '3220', '266.00', '7', '5.001', '10', '68000000', '68899999', '88470000', '89999999', NULL, 1652932744),
(75675, '3298', '215.00', '12', '10.001', '15', '68000000', '68899999', '88470000', '89999999', NULL, 1652932744),
(75676, '3220', '430.00', '7', '10.001', '15', '68000000', '68899999', '88470000', '89999999', NULL, 1652932745),
(75677, '3298', '298.00', '12', '15.001', '20', '68000000', '68899999', '88470000', '89999999', NULL, 1652932746),
(75678, '3220', '595.00', '7', '15.001', '20', '68000000', '68899999', '88470000', '89999999', NULL, 1652932747),
(75679, '3298', '380.00', '12', '20.001', '25', '68000000', '68899999', '88470000', '89999999', NULL, 1652932748),
(75680, '3220', '760.00', '7', '20.001', '25', '68000000', '68899999', '88470000', '89999999', NULL, 1652932750),
(75681, '3298', '463.00', '12', '25.001', '30', '68000000', '68899999', '88470000', '89999999', NULL, 1652932751),
(75682, '3220', '925.00', '7', '25.001', '30', '68000000', '68899999', '88470000', '89999999', NULL, 1652932751),
(75683, '3298', '90.00', '11', '0.3', '5', '68000000', '68899999', '90000000', '91999999', NULL, 1652932761),
(75684, '3220', '183.00', '5', '0.3', '5', '68000000', '68899999', '90000000', '91999999', NULL, 1652932761),
(75685, '3298', '133.00', '11', '5.001', '10', '68000000', '68899999', '90000000', '91999999', NULL, 1652932762),
(75686, '3220', '266.00', '5', '5.001', '10', '68000000', '68899999', '90000000', '91999999', NULL, 1652932763),
(75687, '3298', '215.00', '11', '10.001', '15', '68000000', '68899999', '90000000', '91999999', NULL, 1652932763),
(75688, '3220', '430.00', '5', '10.001', '15', '68000000', '68899999', '90000000', '91999999', NULL, 1652932764),
(75689, '3298', '298.00', '11', '15.001', '20', '68000000', '68899999', '90000000', '91999999', NULL, 1652932775),
(75690, '3220', '595.00', '5', '15.001', '20', '68000000', '68899999', '90000000', '91999999', NULL, 1652932775),
(75691, '3298', '380.00', '11', '20.001', '25', '68000000', '68899999', '90000000', '91999999', NULL, 1652932776),
(75692, '3220', '760.00', '5', '20.001', '25', '68000000', '68899999', '90000000', '91999999', NULL, 1652932787),
(75693, '3298', '463.00', '11', '25.001', '30', '68000000', '68899999', '90000000', '91999999', NULL, 1652932788),
(75694, '3220', '925.00', '5', '25.001', '30', '68000000', '68899999', '90000000', '91999999', NULL, 1652932789),
(75695, '3298', '90.00', '13', '0.3', '5', '68000000', '68899999', '90000000', '94900999', NULL, 1652932789),
(75696, '3220', '183.00', '7', '0.3', '5', '68000000', '68899999', '90000000', '94900999', NULL, 1652932790),
(75697, '3298', '133.00', '13', '5.001', '10', '68000000', '68899999', '90000000', '94900999', NULL, 1652932802),
(75698, '3220', '266.00', '7', '5.001', '10', '68000000', '68899999', '90000000', '94900999', NULL, 1652932803),
(75699, '3298', '215.00', '13', '10.001', '15', '68000000', '68899999', '90000000', '94900999', NULL, 1652932816),
(75700, '3220', '430.00', '7', '10.001', '15', '68000000', '68899999', '90000000', '94900999', NULL, 1652932816),
(75701, '3298', '298.00', '13', '15.001', '20', '68000000', '68899999', '90000000', '94900999', NULL, 1652932817),
(75702, '3220', '595.00', '7', '15.001', '20', '68000000', '68899999', '90000000', '94900999', NULL, 1652932817),
(75703, '3298', '380.00', '13', '20.001', '25', '68000000', '68899999', '90000000', '94900999', NULL, 1652932819),
(75704, '3220', '760.00', '7', '20.001', '25', '68000000', '68899999', '90000000', '94900999', NULL, 1652932820),
(75705, '3298', '463.00', '13', '25.001', '30', '68000000', '68899999', '90000000', '94900999', NULL, 1652932821),
(75706, '3220', '925.00', '7', '25.001', '30', '68000000', '68899999', '90000000', '94900999', NULL, 1652932823),
(75707, '3298', '90.00', '15', '0.3', '5', '68000000', '68899999', '94901000', '99999999', NULL, 1652932834),
(75708, '3220', '183.00', '9', '0.3', '5', '68000000', '68899999', '94901000', '99999999', NULL, 1652932835),
(75709, '3298', '133.00', '15', '5.001', '10', '68000000', '68899999', '94901000', '99999999', NULL, 1652932835),
(75710, '3220', '266.00', '9', '5.001', '10', '68000000', '68899999', '94901000', '99999999', NULL, 1652932836),
(75711, '3298', '215.00', '15', '10.001', '15', '68000000', '68899999', '94901000', '99999999', NULL, 1652932837),
(75712, '3220', '430.00', '9', '10.001', '15', '68000000', '68899999', '94901000', '99999999', NULL, 1652932837),
(75713, '3298', '298.00', '15', '15.001', '20', '68000000', '68899999', '94901000', '99999999', NULL, 1652932848),
(75714, '3220', '595.00', '9', '15.001', '20', '68000000', '68899999', '94901000', '99999999', NULL, 1652932849),
(75715, '3298', '380.00', '15', '20.001', '25', '68000000', '68899999', '94901000', '99999999', NULL, 1652932850),
(75716, '3220', '760.00', '9', '20.001', '25', '68000000', '68899999', '94901000', '99999999', NULL, 1652932850),
(75717, '3298', '463.00', '15', '25.001', '30', '68000000', '68899999', '94901000', '99999999', NULL, 1652932851),
(75718, '3220', '925.00', '9', '25.001', '30', '68000000', '68899999', '94901000', '99999999', NULL, 1652932853),
(75719, '3298', '45.00', '15', '0.3', '5', '68900000', '68914999', '01000000', '08499999', NULL, 1652932853),
(75720, '3220', '137.00', '11', '0.3', '5', '68900000', '68914999', '01000000', '08499999', NULL, 1652932854),
(75721, '3298', '71.00', '15', '5.001', '10', '68900000', '68914999', '01000000', '08499999', NULL, 1652932854),
(75722, '3220', '214.00', '11', '5.001', '10', '68900000', '68914999', '01000000', '08499999', NULL, 1652932855),
(75723, '3298', '116.00', '15', '10.001', '15', '68900000', '68914999', '01000000', '08499999', NULL, 1652932856),
(75724, '3220', '346.00', '11', '10.001', '15', '68900000', '68914999', '01000000', '08499999', NULL, 1652932856),
(75725, '3298', '160.00', '15', '15.001', '20', '68900000', '68914999', '01000000', '08499999', NULL, 1652932857),
(75726, '3220', '479.00', '11', '15.001', '20', '68900000', '68914999', '01000000', '08499999', NULL, 1652932857),
(75727, '3298', '205.00', '15', '20.001', '25', '68900000', '68914999', '01000000', '08499999', NULL, 1652932858),
(75728, '3220', '612.00', '11', '20.001', '25', '68900000', '68914999', '01000000', '08499999', NULL, 1652932858),
(75729, '3298', '249.00', '15', '25.001', '30', '68900000', '68914999', '01000000', '08499999', NULL, 1652932859),
(75730, '3220', '744.00', '11', '25.001', '30', '68900000', '68914999', '01000000', '08499999', NULL, 1652932860),
(75731, '3298', '45.00', '15', '0.3', '5', '68900000', '68914999', '06000000', '09999999', NULL, 1652932861),
(75732, '3220', '137.00', '11', '0.3', '5', '68900000', '68914999', '06000000', '09999999', NULL, 1652932861),
(75733, '3298', '71.00', '15', '5.001', '10', '68900000', '68914999', '06000000', '09999999', NULL, 1652932862),
(75734, '3220', '214.00', '11', '5.001', '10', '68900000', '68914999', '06000000', '09999999', NULL, 1652932863),
(75735, '3298', '116.00', '15', '10.001', '15', '68900000', '68914999', '06000000', '09999999', NULL, 1652932864),
(75736, '3220', '346.00', '11', '10.001', '15', '68900000', '68914999', '06000000', '09999999', NULL, 1652932865),
(75737, '3298', '160.00', '15', '15.001', '20', '68900000', '68914999', '06000000', '09999999', NULL, 1652932866),
(75738, '3220', '479.00', '11', '15.001', '20', '68900000', '68914999', '06000000', '09999999', NULL, 1652932866),
(75739, '3298', '205.00', '15', '20.001', '25', '68900000', '68914999', '06000000', '09999999', NULL, 1652932867),
(75740, '3220', '612.00', '11', '20.001', '25', '68900000', '68914999', '06000000', '09999999', NULL, 1652932868),
(75741, '3298', '249.00', '15', '25.001', '30', '68900000', '68914999', '06000000', '09999999', NULL, 1652932868),
(75742, '3220', '744.00', '11', '25.001', '30', '68900000', '68914999', '06000000', '09999999', NULL, 1652932869),
(75743, '3298', '45.00', '15', '0.3', '5', '68900000', '68914999', '11000000', '11999999', NULL, 1652932870),
(75744, '3220', '137.00', '11', '0.3', '5', '68900000', '68914999', '11000000', '11999999', NULL, 1652932871),
(75745, '3298', '71.00', '15', '5.001', '10', '68900000', '68914999', '11000000', '11999999', NULL, 1652932872),
(75746, '3220', '214.00', '11', '5.001', '10', '68900000', '68914999', '11000000', '11999999', NULL, 1652932873),
(75747, '3298', '116.00', '15', '10.001', '15', '68900000', '68914999', '11000000', '11999999', NULL, 1652932874),
(75748, '3220', '346.00', '11', '10.001', '15', '68900000', '68914999', '11000000', '11999999', NULL, 1652932875),
(75749, '3298', '160.00', '15', '15.001', '20', '68900000', '68914999', '11000000', '11999999', NULL, 1652932876),
(75750, '3220', '479.00', '11', '15.001', '20', '68900000', '68914999', '11000000', '11999999', NULL, 1652932876),
(75751, '3298', '205.00', '15', '20.001', '25', '68900000', '68914999', '11000000', '11999999', NULL, 1652932877),
(75752, '3220', '612.00', '11', '20.001', '25', '68900000', '68914999', '11000000', '11999999', NULL, 1652932878),
(75753, '3298', '249.00', '15', '25.001', '30', '68900000', '68914999', '11000000', '11999999', NULL, 1652932878),
(75754, '3220', '744.00', '11', '25.001', '30', '68900000', '68914999', '11000000', '11999999', NULL, 1652932879),
(75755, '3298', '45.00', '14', '0.3', '5', '68900000', '68914999', '12000000', '19999999', NULL, 1652932887),
(75756, '3220', '137.00', '10', '0.3', '5', '68900000', '68914999', '12000000', '19999999', NULL, 1652932894);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(75757, '3298', '71.00', '14', '5.001', '10', '68900000', '68914999', '12000000', '19999999', NULL, 1652932895),
(75758, '3220', '214.00', '10', '5.001', '10', '68900000', '68914999', '12000000', '19999999', NULL, 1652932895),
(75759, '3298', '116.00', '14', '10.001', '15', '68900000', '68914999', '12000000', '19999999', NULL, 1652932896),
(75760, '3220', '346.00', '10', '10.001', '15', '68900000', '68914999', '12000000', '19999999', NULL, 1652932897),
(75761, '3298', '160.00', '14', '15.001', '20', '68900000', '68914999', '12000000', '19999999', NULL, 1652932898),
(75762, '3220', '479.00', '10', '15.001', '20', '68900000', '68914999', '12000000', '19999999', NULL, 1652932899),
(75763, '3298', '205.00', '14', '20.001', '25', '68900000', '68914999', '12000000', '19999999', NULL, 1652932899),
(75764, '3220', '612.00', '10', '20.001', '25', '68900000', '68914999', '12000000', '19999999', NULL, 1652932900),
(75765, '3298', '249.00', '14', '25.001', '30', '68900000', '68914999', '12000000', '19999999', NULL, 1652932900),
(75766, '3220', '744.00', '10', '25.001', '30', '68900000', '68914999', '12000000', '19999999', NULL, 1652932901),
(75767, '3298', '90.00', '17', '0.3', '5', '68900000', '68914999', '26601000', '28999999', NULL, 1652932929),
(75768, '3220', '183.00', '14', '0.3', '5', '68900000', '68914999', '26601000', '28999999', NULL, 1652932930),
(75769, '3298', '133.00', '17', '5.001', '10', '68900000', '68914999', '26601000', '28999999', NULL, 1652932932),
(75770, '3220', '266.00', '14', '5.001', '10', '68900000', '68914999', '26601000', '28999999', NULL, 1652932933),
(75771, '3298', '215.00', '17', '10.001', '15', '68900000', '68914999', '26601000', '28999999', NULL, 1652932935),
(75772, '3220', '430.00', '14', '10.001', '15', '68900000', '68914999', '26601000', '28999999', NULL, 1652932936),
(75773, '3298', '298.00', '17', '15.001', '20', '68900000', '68914999', '26601000', '28999999', NULL, 1652932943),
(75774, '3220', '595.00', '14', '15.001', '20', '68900000', '68914999', '26601000', '28999999', NULL, 1652932944),
(75775, '3298', '380.00', '17', '20.001', '25', '68900000', '68914999', '26601000', '28999999', NULL, 1652932945),
(75776, '3220', '760.00', '14', '20.001', '25', '68900000', '68914999', '26601000', '28999999', NULL, 1652932946),
(75777, '3298', '463.00', '17', '25.001', '30', '68900000', '68914999', '26601000', '28999999', NULL, 1652932947),
(75778, '3220', '925.00', '14', '25.001', '30', '68900000', '68914999', '26601000', '28999999', NULL, 1652932948),
(75779, '3298', '45.00', '14', '0.3', '5', '68900000', '68914999', '29000000', '29099999', NULL, 1652932949),
(75780, '3220', '137.00', '10', '0.3', '5', '68900000', '68914999', '29000000', '29099999', NULL, 1652932951),
(75781, '3298', '71.00', '14', '5.001', '10', '68900000', '68914999', '29000000', '29099999', NULL, 1652932952),
(75782, '3220', '214.00', '10', '5.001', '10', '68900000', '68914999', '29000000', '29099999', NULL, 1652932954),
(75783, '3298', '116.00', '14', '10.001', '15', '68900000', '68914999', '29000000', '29099999', NULL, 1652932955),
(75784, '3220', '346.00', '10', '10.001', '15', '68900000', '68914999', '29000000', '29099999', NULL, 1652932955),
(75785, '3298', '160.00', '14', '15.001', '20', '68900000', '68914999', '29000000', '29099999', NULL, 1652932956),
(75786, '3220', '479.00', '10', '15.001', '20', '68900000', '68914999', '29000000', '29099999', NULL, 1652932957),
(75787, '3298', '205.00', '14', '20.001', '25', '68900000', '68914999', '29000000', '29099999', NULL, 1652932959),
(75788, '3220', '612.00', '10', '20.001', '25', '68900000', '68914999', '29000000', '29099999', NULL, 1652932964),
(75789, '3298', '249.00', '14', '25.001', '30', '68900000', '68914999', '29000000', '29099999', NULL, 1652932965),
(75790, '3220', '744.00', '10', '25.001', '30', '68900000', '68914999', '29000000', '29099999', NULL, 1652932966),
(75791, '3298', '90.00', '18', '0.3', '5', '68900000', '68914999', '29100000', '29999999', NULL, 1652932970),
(75792, '3220', '183.00', '14', '0.3', '5', '68900000', '68914999', '29100000', '29999999', NULL, 1652932976),
(75793, '3298', '133.00', '18', '5.001', '10', '68900000', '68914999', '29100000', '29999999', NULL, 1652932976),
(75794, '3220', '266.00', '14', '5.001', '10', '68900000', '68914999', '29100000', '29999999', NULL, 1652932977),
(75795, '3298', '215.00', '18', '10.001', '15', '68900000', '68914999', '29100000', '29999999', NULL, 1652932984),
(75796, '3220', '430.00', '14', '10.001', '15', '68900000', '68914999', '29100000', '29999999', NULL, 1652932990),
(75797, '3298', '298.00', '18', '15.001', '20', '68900000', '68914999', '29100000', '29999999', NULL, 1652932991),
(75798, '3220', '595.00', '14', '15.001', '20', '68900000', '68914999', '29100000', '29999999', NULL, 1652932996),
(75799, '3298', '380.00', '18', '20.001', '25', '68900000', '68914999', '29100000', '29999999', NULL, 1652932997),
(75800, '3220', '760.00', '14', '20.001', '25', '68900000', '68914999', '29100000', '29999999', NULL, 1652932998),
(75801, '3298', '463.00', '18', '25.001', '30', '68900000', '68914999', '29100000', '29999999', NULL, 1652932999),
(75802, '3220', '925.00', '14', '25.001', '30', '68900000', '68914999', '29100000', '29999999', NULL, 1652933000),
(75803, '3298', '45.00', '15', '0.3', '5', '68900000', '68914999', '30000000', '31999999', NULL, 1652933001),
(75804, '3220', '137.00', '11', '0.3', '5', '68900000', '68914999', '30000000', '31999999', NULL, 1652933004),
(75805, '3298', '71.00', '15', '5.001', '10', '68900000', '68914999', '30000000', '31999999', NULL, 1652933005),
(75806, '3220', '214.00', '11', '5.001', '10', '68900000', '68914999', '30000000', '31999999', NULL, 1652933006),
(75807, '3298', '116.00', '15', '10.001', '15', '68900000', '68914999', '30000000', '31999999', NULL, 1652933007),
(75808, '3220', '346.00', '11', '10.001', '15', '68900000', '68914999', '30000000', '31999999', NULL, 1652933007),
(75809, '3298', '160.00', '15', '15.001', '20', '68900000', '68914999', '30000000', '31999999', NULL, 1652933009),
(75810, '3220', '479.00', '11', '15.001', '20', '68900000', '68914999', '30000000', '31999999', NULL, 1652933010),
(75811, '3298', '205.00', '15', '20.001', '25', '68900000', '68914999', '30000000', '31999999', NULL, 1652933011),
(75812, '3220', '612.00', '11', '20.001', '25', '68900000', '68914999', '30000000', '31999999', NULL, 1652933013),
(75813, '3298', '249.00', '15', '25.001', '30', '68900000', '68914999', '30000000', '31999999', NULL, 1652933015),
(75814, '3220', '744.00', '11', '25.001', '30', '68900000', '68914999', '30000000', '31999999', NULL, 1652933016),
(75815, '3298', '45.00', '15', '0.3', '5', '68900000', '68914999', '30000000', '34999999', NULL, 1652933018),
(75816, '3220', '137.00', '11', '0.3', '5', '68900000', '68914999', '30000000', '34999999', NULL, 1652933020),
(75817, '3298', '71.00', '15', '5.001', '10', '68900000', '68914999', '30000000', '34999999', NULL, 1652933022),
(75818, '3220', '214.00', '11', '5.001', '10', '68900000', '68914999', '30000000', '34999999', NULL, 1652933023),
(75819, '3298', '116.00', '15', '10.001', '15', '68900000', '68914999', '30000000', '34999999', NULL, 1652933023),
(75820, '3220', '346.00', '11', '10.001', '15', '68900000', '68914999', '30000000', '34999999', NULL, 1652933025),
(75821, '3298', '160.00', '15', '15.001', '20', '68900000', '68914999', '30000000', '34999999', NULL, 1652933026),
(75822, '3220', '479.00', '11', '15.001', '20', '68900000', '68914999', '30000000', '34999999', NULL, 1652933029),
(75823, '3298', '205.00', '15', '20.001', '25', '68900000', '68914999', '30000000', '34999999', NULL, 1652933030),
(75824, '3220', '612.00', '11', '20.001', '25', '68900000', '68914999', '30000000', '34999999', NULL, 1652933031),
(75825, '3298', '249.00', '15', '25.001', '30', '68900000', '68914999', '30000000', '34999999', NULL, 1652933032),
(75826, '3220', '744.00', '11', '25.001', '30', '68900000', '68914999', '30000000', '34999999', NULL, 1652933034),
(75827, '3298', '90.00', '19', '0.3', '5', '68900000', '68914999', '35000000', '39999999', NULL, 1652933035),
(75828, '3220', '183.00', '14', '0.3', '5', '68900000', '68914999', '35000000', '39999999', NULL, 1652933035),
(75829, '3298', '133.00', '19', '5.001', '10', '68900000', '68914999', '35000000', '39999999', NULL, 1652933037),
(75830, '3220', '266.00', '14', '5.001', '10', '68900000', '68914999', '35000000', '39999999', NULL, 1652933039),
(75831, '3298', '215.00', '19', '10.001', '15', '68900000', '68914999', '35000000', '39999999', NULL, 1652933041),
(75832, '3220', '430.00', '14', '10.001', '15', '68900000', '68914999', '35000000', '39999999', NULL, 1652933044),
(75833, '3298', '298.00', '19', '15.001', '20', '68900000', '68914999', '35000000', '39999999', NULL, 1652933045),
(75834, '3220', '595.00', '14', '15.001', '20', '68900000', '68914999', '35000000', '39999999', NULL, 1652933046),
(75835, '3298', '380.00', '19', '20.001', '25', '68900000', '68914999', '35000000', '39999999', NULL, 1652933049),
(75836, '3220', '760.00', '14', '20.001', '25', '68900000', '68914999', '35000000', '39999999', NULL, 1652933050),
(75837, '3298', '463.00', '19', '25.001', '30', '68900000', '68914999', '35000000', '39999999', NULL, 1652933052),
(75838, '3220', '925.00', '14', '25.001', '30', '68900000', '68914999', '35000000', '39999999', NULL, 1652933052),
(75839, '3298', '45.00', '15', '0.3', '5', '68900000', '68914999', '40000000', '41999999', NULL, 1652933053),
(75840, '3220', '137.00', '10', '0.3', '5', '68900000', '68914999', '40000000', '41999999', NULL, 1652933054),
(75841, '3298', '71.00', '15', '5.001', '10', '68900000', '68914999', '40000000', '41999999', NULL, 1652933054),
(75842, '3220', '214.00', '10', '5.001', '10', '68900000', '68914999', '40000000', '41999999', NULL, 1652933055),
(75843, '3298', '116.00', '15', '10.001', '15', '68900000', '68914999', '40000000', '41999999', NULL, 1652933055),
(75844, '3220', '346.00', '10', '10.001', '15', '68900000', '68914999', '40000000', '41999999', NULL, 1652933056),
(75845, '3298', '160.00', '15', '15.001', '20', '68900000', '68914999', '40000000', '41999999', NULL, 1652933059),
(75846, '3220', '479.00', '10', '15.001', '20', '68900000', '68914999', '40000000', '41999999', NULL, 1652933060),
(75847, '3298', '205.00', '15', '20.001', '25', '68900000', '68914999', '40000000', '41999999', NULL, 1652933067),
(75848, '3220', '612.00', '10', '20.001', '25', '68900000', '68914999', '40000000', '41999999', NULL, 1652933067),
(75849, '3298', '249.00', '15', '25.001', '30', '68900000', '68914999', '40000000', '41999999', NULL, 1652933068),
(75850, '3220', '744.00', '10', '25.001', '30', '68900000', '68914999', '40000000', '41999999', NULL, 1652933072),
(75851, '3298', '45.00', '15', '0.3', '5', '68900000', '68914999', '40000000', '44470999', NULL, 1652933073),
(75852, '3220', '137.00', '10', '0.3', '5', '68900000', '68914999', '40000000', '44470999', NULL, 1652933074),
(75853, '3298', '71.00', '15', '5.001', '10', '68900000', '68914999', '40000000', '44470999', NULL, 1652933075),
(75854, '3220', '214.00', '10', '5.001', '10', '68900000', '68914999', '40000000', '44470999', NULL, 1652933075),
(75855, '3298', '116.00', '15', '10.001', '15', '68900000', '68914999', '40000000', '44470999', NULL, 1652933081),
(75856, '3220', '346.00', '10', '10.001', '15', '68900000', '68914999', '40000000', '44470999', NULL, 1652933082),
(75857, '3298', '160.00', '15', '15.001', '20', '68900000', '68914999', '40000000', '44470999', NULL, 1652933085),
(75858, '3220', '479.00', '10', '15.001', '20', '68900000', '68914999', '40000000', '44470999', NULL, 1652933086),
(75859, '3298', '205.00', '15', '20.001', '25', '68900000', '68914999', '40000000', '44470999', NULL, 1652933088),
(75860, '3220', '612.00', '10', '20.001', '25', '68900000', '68914999', '40000000', '44470999', NULL, 1652933095),
(75861, '3298', '249.00', '15', '25.001', '30', '68900000', '68914999', '40000000', '44470999', NULL, 1652933096),
(75862, '3220', '744.00', '10', '25.001', '30', '68900000', '68914999', '40000000', '44470999', NULL, 1652933096),
(75863, '3298', '78.00', '15', '0.3', '5', '68900000', '68914999', '44471000', '48999999', NULL, 1652933097),
(75864, '3220', '154.00', '11', '0.3', '5', '68900000', '68914999', '44471000', '48999999', NULL, 1652933099),
(75865, '3298', '114.00', '15', '5.001', '10', '68900000', '68914999', '44471000', '48999999', NULL, 1652933102),
(75866, '3220', '223.00', '11', '5.001', '10', '68900000', '68914999', '44471000', '48999999', NULL, 1652933104),
(75867, '3298', '185.00', '15', '10.001', '15', '68900000', '68914999', '44471000', '48999999', NULL, 1652933112),
(75868, '3220', '361.00', '11', '10.001', '15', '68900000', '68914999', '44471000', '48999999', NULL, 1652933114),
(75869, '3298', '256.00', '15', '15.001', '20', '68900000', '68914999', '44471000', '48999999', NULL, 1652933114),
(75870, '3220', '500.00', '11', '15.001', '20', '68900000', '68914999', '44471000', '48999999', NULL, 1652933115),
(75871, '3298', '327.00', '15', '20.001', '25', '68900000', '68914999', '44471000', '48999999', NULL, 1652933116),
(75872, '3220', '638.00', '11', '20.001', '25', '68900000', '68914999', '44471000', '48999999', NULL, 1652933116),
(75873, '3298', '398.00', '15', '25.001', '30', '68900000', '68914999', '44471000', '48999999', NULL, 1652933117),
(75874, '3220', '777.00', '11', '25.001', '30', '68900000', '68914999', '44471000', '48999999', NULL, 1652933118),
(75875, '3298', '45.00', '17', '0.3', '5', '68900000', '68914999', '49000000', '49099999', NULL, 1652933119),
(75876, '3220', '137.00', '11', '0.3', '5', '68900000', '68914999', '49000000', '49099999', NULL, 1652933120),
(75877, '3298', '71.00', '17', '5.001', '10', '68900000', '68914999', '49000000', '49099999', NULL, 1652933120),
(75878, '3220', '214.00', '11', '5.001', '10', '68900000', '68914999', '49000000', '49099999', NULL, 1652933121),
(75879, '3298', '116.00', '17', '10.001', '15', '68900000', '68914999', '49000000', '49099999', NULL, 1652933122),
(75880, '3220', '346.00', '11', '10.001', '15', '68900000', '68914999', '49000000', '49099999', NULL, 1652933124),
(75881, '3298', '160.00', '17', '15.001', '20', '68900000', '68914999', '49000000', '49099999', NULL, 1652933125),
(75882, '3220', '479.00', '11', '15.001', '20', '68900000', '68914999', '49000000', '49099999', NULL, 1652933128),
(75883, '3298', '205.00', '17', '20.001', '25', '68900000', '68914999', '49000000', '49099999', NULL, 1652933129),
(75884, '3220', '612.00', '11', '20.001', '25', '68900000', '68914999', '49000000', '49099999', NULL, 1652933132),
(75885, '3298', '249.00', '17', '25.001', '30', '68900000', '68914999', '49000000', '49099999', NULL, 1652933133),
(75886, '3220', '744.00', '11', '25.001', '30', '68900000', '68914999', '49000000', '49099999', NULL, 1652933134),
(75887, '3298', '90.00', '21', '0.3', '5', '68900000', '68914999', '49100000', '49999999', NULL, 1652933135),
(75888, '3220', '183.00', '15', '0.3', '5', '68900000', '68914999', '49100000', '49999999', NULL, 1652933136),
(75889, '3298', '133.00', '21', '5.001', '10', '68900000', '68914999', '49100000', '49999999', NULL, 1652933137),
(75890, '3220', '266.00', '15', '5.001', '10', '68900000', '68914999', '49100000', '49999999', NULL, 1652933139),
(75891, '3298', '215.00', '21', '10.001', '15', '68900000', '68914999', '49100000', '49999999', NULL, 1652933140),
(75892, '3220', '430.00', '15', '10.001', '15', '68900000', '68914999', '49100000', '49999999', NULL, 1652933142),
(75893, '3298', '298.00', '21', '15.001', '20', '68900000', '68914999', '49100000', '49999999', NULL, 1652933144),
(75894, '3220', '595.00', '15', '15.001', '20', '68900000', '68914999', '49100000', '49999999', NULL, 1652933145),
(75895, '3298', '380.00', '21', '20.001', '25', '68900000', '68914999', '49100000', '49999999', NULL, 1652933147),
(75896, '3220', '760.00', '15', '20.001', '25', '68900000', '68914999', '49100000', '49999999', NULL, 1652933149),
(75897, '3298', '463.00', '21', '25.001', '30', '68900000', '68914999', '49100000', '49999999', NULL, 1652933152),
(75898, '3220', '925.00', '15', '25.001', '30', '68900000', '68914999', '49100000', '49999999', NULL, 1652933153),
(75899, '3298', '45.00', '16', '0.3', '5', '68900000', '68914999', '50000000', '52999999', NULL, 1652933154),
(75900, '3220', '137.00', '11', '0.3', '5', '68900000', '68914999', '50000000', '52999999', NULL, 1652933155),
(75901, '3298', '71.00', '16', '5.001', '10', '68900000', '68914999', '50000000', '52999999', NULL, 1652933161),
(75902, '3220', '214.00', '11', '5.001', '10', '68900000', '68914999', '50000000', '52999999', NULL, 1652933165),
(75903, '3298', '116.00', '16', '10.001', '15', '68900000', '68914999', '50000000', '52999999', NULL, 1652933166),
(75904, '3220', '346.00', '11', '10.001', '15', '68900000', '68914999', '50000000', '52999999', NULL, 1652933170),
(75905, '3298', '160.00', '16', '15.001', '20', '68900000', '68914999', '50000000', '52999999', NULL, 1652933171),
(75906, '3220', '479.00', '11', '15.001', '20', '68900000', '68914999', '50000000', '52999999', NULL, 1652933178),
(75907, '3298', '205.00', '16', '20.001', '25', '68900000', '68914999', '50000000', '52999999', NULL, 1652933179),
(75908, '3220', '612.00', '11', '20.001', '25', '68900000', '68914999', '50000000', '52999999', NULL, 1652933179),
(75909, '3298', '249.00', '16', '25.001', '30', '68900000', '68914999', '50000000', '52999999', NULL, 1652933187),
(75910, '3220', '744.00', '11', '25.001', '30', '68900000', '68914999', '50000000', '52999999', NULL, 1652933187),
(75911, '3298', '45.00', '16', '0.3', '5', '68900000', '68914999', '50000000', '54999999', NULL, 1652933188),
(75912, '3220', '137.00', '11', '0.3', '5', '68900000', '68914999', '50000000', '54999999', NULL, 1652933188),
(75913, '3298', '71.00', '16', '5.001', '10', '68900000', '68914999', '50000000', '54999999', NULL, 1652933189),
(75914, '3220', '214.00', '11', '5.001', '10', '68900000', '68914999', '50000000', '54999999', NULL, 1652933189),
(75915, '3298', '116.00', '16', '10.001', '15', '68900000', '68914999', '50000000', '54999999', NULL, 1652933197),
(75916, '3220', '346.00', '11', '10.001', '15', '68900000', '68914999', '50000000', '54999999', NULL, 1652933197),
(75917, '3298', '160.00', '16', '15.001', '20', '68900000', '68914999', '50000000', '54999999', NULL, 1652933198),
(75918, '3220', '479.00', '11', '15.001', '20', '68900000', '68914999', '50000000', '54999999', NULL, 1652933199),
(75919, '3298', '205.00', '16', '20.001', '25', '68900000', '68914999', '50000000', '54999999', NULL, 1652933200),
(75920, '3220', '612.00', '11', '20.001', '25', '68900000', '68914999', '50000000', '54999999', NULL, 1652933201),
(75921, '3298', '249.00', '16', '25.001', '30', '68900000', '68914999', '50000000', '54999999', NULL, 1652933203),
(75922, '3220', '744.00', '11', '25.001', '30', '68900000', '68914999', '50000000', '54999999', NULL, 1652933204),
(75923, '3298', '90.00', '22', '0.3', '5', '68900000', '68914999', '55000000', '56999999', NULL, 1652933207),
(75924, '3220', '183.00', '17', '0.3', '5', '68900000', '68914999', '55000000', '56999999', NULL, 1652933212),
(75925, '3298', '133.00', '22', '5.001', '10', '68900000', '68914999', '55000000', '56999999', NULL, 1652933212),
(75926, '3220', '266.00', '17', '5.001', '10', '68900000', '68914999', '55000000', '56999999', NULL, 1652933214),
(75927, '3298', '215.00', '22', '10.001', '15', '68900000', '68914999', '55000000', '56999999', NULL, 1652933217),
(75928, '3220', '430.00', '17', '10.001', '15', '68900000', '68914999', '55000000', '56999999', NULL, 1652933222),
(75929, '3298', '298.00', '22', '15.001', '20', '68900000', '68914999', '55000000', '56999999', NULL, 1652933223),
(75930, '3220', '595.00', '17', '15.001', '20', '68900000', '68914999', '55000000', '56999999', NULL, 1652933228),
(75931, '3298', '380.00', '22', '20.001', '25', '68900000', '68914999', '55000000', '56999999', NULL, 1652933228),
(75932, '3220', '760.00', '17', '20.001', '25', '68900000', '68914999', '55000000', '56999999', NULL, 1652933229),
(75933, '3298', '463.00', '22', '25.001', '30', '68900000', '68914999', '55000000', '56999999', NULL, 1652933230),
(75934, '3220', '925.00', '17', '25.001', '30', '68900000', '68914999', '55000000', '56999999', NULL, 1652933234),
(75935, '3298', '45.00', '17', '0.3', '5', '68900000', '68914999', '57000000', '57099999', NULL, 1652933235),
(75936, '3220', '137.00', '11', '0.3', '5', '68900000', '68914999', '57000000', '57099999', NULL, 1652933236),
(75937, '3298', '71.00', '17', '5.001', '10', '68900000', '68914999', '57000000', '57099999', NULL, 1652933236),
(75938, '3220', '214.00', '11', '5.001', '10', '68900000', '68914999', '57000000', '57099999', NULL, 1652933237),
(75939, '3298', '116.00', '17', '10.001', '15', '68900000', '68914999', '57000000', '57099999', NULL, 1652933237),
(75940, '3220', '346.00', '11', '10.001', '15', '68900000', '68914999', '57000000', '57099999', NULL, 1652933238),
(75941, '3298', '160.00', '17', '15.001', '20', '68900000', '68914999', '57000000', '57099999', NULL, 1652933239),
(75942, '3220', '479.00', '11', '15.001', '20', '68900000', '68914999', '57000000', '57099999', NULL, 1652933240),
(75943, '3298', '205.00', '17', '20.001', '25', '68900000', '68914999', '57000000', '57099999', NULL, 1652933241),
(75944, '3220', '612.00', '11', '20.001', '25', '68900000', '68914999', '57000000', '57099999', NULL, 1652933245),
(75945, '3298', '249.00', '17', '25.001', '30', '68900000', '68914999', '57000000', '57099999', NULL, 1652933246),
(75946, '3220', '744.00', '11', '25.001', '30', '68900000', '68914999', '57000000', '57099999', NULL, 1652933247),
(75947, '3298', '45.00', '20', '0.3', '5', '68900000', '68914999', '57100000', '57999999', NULL, 1652933251),
(75948, '3220', '137.00', '15', '0.3', '5', '68900000', '68914999', '57100000', '57999999', NULL, 1652933252),
(75949, '3298', '71.00', '20', '5.001', '10', '68900000', '68914999', '57100000', '57999999', NULL, 1652933253),
(75950, '3220', '214.00', '15', '5.001', '10', '68900000', '68914999', '57100000', '57999999', NULL, 1652933255),
(75951, '3298', '116.00', '20', '10.001', '15', '68900000', '68914999', '57100000', '57999999', NULL, 1652933258),
(75952, '3220', '346.00', '15', '10.001', '15', '68900000', '68914999', '57100000', '57999999', NULL, 1652933259),
(75953, '3298', '160.00', '20', '15.001', '20', '68900000', '68914999', '57100000', '57999999', NULL, 1652933260),
(75954, '3220', '479.00', '15', '15.001', '20', '68900000', '68914999', '57100000', '57999999', NULL, 1652933260),
(75955, '3298', '205.00', '20', '20.001', '25', '68900000', '68914999', '57100000', '57999999', NULL, 1652933262),
(75956, '3220', '612.00', '15', '20.001', '25', '68900000', '68914999', '57100000', '57999999', NULL, 1652933265),
(75957, '3298', '249.00', '20', '25.001', '30', '68900000', '68914999', '57100000', '57999999', NULL, 1652933268),
(75958, '3220', '744.00', '15', '25.001', '30', '68900000', '68914999', '57100000', '57999999', NULL, 1652933269),
(75959, '3298', '45.00', '17', '0.3', '5', '68900000', '68914999', '58000000', '58099999', NULL, 1652933270),
(75960, '3220', '137.00', '11', '0.3', '5', '68900000', '68914999', '58000000', '58099999', NULL, 1652933270),
(75961, '3298', '71.00', '17', '5.001', '10', '68900000', '68914999', '58000000', '58099999', NULL, 1652933272),
(75962, '3220', '214.00', '11', '5.001', '10', '68900000', '68914999', '58000000', '58099999', NULL, 1652933272),
(75963, '3298', '116.00', '17', '10.001', '15', '68900000', '68914999', '58000000', '58099999', NULL, 1652933274),
(75964, '3220', '346.00', '11', '10.001', '15', '68900000', '68914999', '58000000', '58099999', NULL, 1652933275),
(75965, '3298', '160.00', '17', '15.001', '20', '68900000', '68914999', '58000000', '58099999', NULL, 1652933276),
(75966, '3220', '479.00', '11', '15.001', '20', '68900000', '68914999', '58000000', '58099999', NULL, 1652933277),
(75967, '3298', '205.00', '17', '20.001', '25', '68900000', '68914999', '58000000', '58099999', NULL, 1652933278),
(75968, '3220', '612.00', '11', '20.001', '25', '68900000', '68914999', '58000000', '58099999', NULL, 1652933280),
(75969, '3298', '249.00', '17', '25.001', '30', '68900000', '68914999', '58000000', '58099999', NULL, 1652933285),
(75970, '3220', '744.00', '11', '25.001', '30', '68900000', '68914999', '58000000', '58099999', NULL, 1652933285),
(75971, '3298', '90.00', '23', '0.3', '5', '68900000', '68914999', '58100000', '58999999', NULL, 1652933287),
(75972, '3220', '183.00', '18', '0.3', '5', '68900000', '68914999', '58100000', '58999999', NULL, 1652933288),
(75973, '3298', '133.00', '23', '5.001', '10', '68900000', '68914999', '58100000', '58999999', NULL, 1652933288),
(75974, '3220', '266.00', '18', '5.001', '10', '68900000', '68914999', '58100000', '58999999', NULL, 1652933290),
(75975, '3298', '215.00', '23', '10.001', '15', '68900000', '68914999', '58100000', '58999999', NULL, 1652933295),
(75976, '3220', '430.00', '18', '10.001', '15', '68900000', '68914999', '58100000', '58999999', NULL, 1652933296),
(75977, '3298', '298.00', '23', '15.001', '20', '68900000', '68914999', '58100000', '58999999', NULL, 1652933296),
(75978, '3220', '595.00', '18', '15.001', '20', '68900000', '68914999', '58100000', '58999999', NULL, 1652933297),
(75979, '3298', '380.00', '23', '20.001', '25', '68900000', '68914999', '58100000', '58999999', NULL, 1652933298),
(75980, '3220', '760.00', '18', '20.001', '25', '68900000', '68914999', '58100000', '58999999', NULL, 1652933300),
(75981, '3298', '463.00', '23', '25.001', '30', '68900000', '68914999', '58100000', '58999999', NULL, 1652933304),
(75982, '3220', '925.00', '18', '25.001', '30', '68900000', '68914999', '58100000', '58999999', NULL, 1652933305),
(75983, '3298', '45.00', '17', '0.3', '5', '68900000', '68914999', '59000000', '59099999', NULL, 1652933306),
(75984, '3220', '137.00', '11', '0.3', '5', '68900000', '68914999', '59000000', '59099999', NULL, 1652933307),
(75985, '3298', '71.00', '17', '5.001', '10', '68900000', '68914999', '59000000', '59099999', NULL, 1652933309),
(75986, '3220', '214.00', '11', '5.001', '10', '68900000', '68914999', '59000000', '59099999', NULL, 1652933310),
(75987, '3298', '116.00', '17', '10.001', '15', '68900000', '68914999', '59000000', '59099999', NULL, 1652933311),
(75988, '3220', '346.00', '11', '10.001', '15', '68900000', '68914999', '59000000', '59099999', NULL, 1652933311),
(75989, '3298', '160.00', '17', '15.001', '20', '68900000', '68914999', '59000000', '59099999', NULL, 1652933312),
(75990, '3220', '479.00', '11', '15.001', '20', '68900000', '68914999', '59000000', '59099999', NULL, 1652933313),
(75991, '3298', '205.00', '17', '20.001', '25', '68900000', '68914999', '59000000', '59099999', NULL, 1652933313),
(75992, '3220', '612.00', '11', '20.001', '25', '68900000', '68914999', '59000000', '59099999', NULL, 1652933314),
(75993, '3298', '249.00', '17', '25.001', '30', '68900000', '68914999', '59000000', '59099999', NULL, 1652933320),
(75994, '3220', '744.00', '11', '25.001', '30', '68900000', '68914999', '59000000', '59099999', NULL, 1652933321),
(75995, '3298', '45.00', '17', '0.3', '5', '68900000', '68914999', '59100000', '59999999', NULL, 1652933322),
(75996, '3220', '137.00', '11', '0.3', '5', '68900000', '68914999', '59100000', '59999999', NULL, 1652933323),
(75997, '3298', '71.00', '17', '5.001', '10', '68900000', '68914999', '59100000', '59999999', NULL, 1652933324),
(75998, '3220', '214.00', '11', '5.001', '10', '68900000', '68914999', '59100000', '59999999', NULL, 1652933325),
(75999, '3298', '116.00', '17', '10.001', '15', '68900000', '68914999', '59100000', '59999999', NULL, 1652933326),
(76000, '3220', '346.00', '11', '10.001', '15', '68900000', '68914999', '59100000', '59999999', NULL, 1652933327),
(76001, '3298', '160.00', '17', '15.001', '20', '68900000', '68914999', '59100000', '59999999', NULL, 1652933328),
(76002, '3220', '479.00', '11', '15.001', '20', '68900000', '68914999', '59100000', '59999999', NULL, 1652933333),
(76003, '3298', '205.00', '17', '20.001', '25', '68900000', '68914999', '59100000', '59999999', NULL, 1652933334),
(76004, '3220', '612.00', '11', '20.001', '25', '68900000', '68914999', '59100000', '59999999', NULL, 1652933334),
(76005, '3298', '249.00', '17', '25.001', '30', '68900000', '68914999', '59100000', '59999999', NULL, 1652933335),
(76006, '3220', '744.00', '11', '25.001', '30', '68900000', '68914999', '59100000', '59999999', NULL, 1652933335),
(76007, '3298', '45.00', '17', '0.3', '5', '68900000', '68914999', '60000000', '60999999', NULL, 1652933340),
(76008, '3220', '137.00', '11', '0.3', '5', '68900000', '68914999', '60000000', '60999999', NULL, 1652933341),
(76009, '3298', '71.00', '17', '5.001', '10', '68900000', '68914999', '60000000', '60999999', NULL, 1652933341),
(76010, '3220', '214.00', '11', '5.001', '10', '68900000', '68914999', '60000000', '60999999', NULL, 1652933343),
(76011, '3298', '116.00', '17', '10.001', '15', '68900000', '68914999', '60000000', '60999999', NULL, 1652933348),
(76012, '3220', '346.00', '11', '10.001', '15', '68900000', '68914999', '60000000', '60999999', NULL, 1652933352),
(76013, '3298', '160.00', '17', '15.001', '20', '68900000', '68914999', '60000000', '60999999', NULL, 1652933357),
(76014, '3220', '479.00', '11', '15.001', '20', '68900000', '68914999', '60000000', '60999999', NULL, 1652933357),
(76015, '3298', '205.00', '17', '20.001', '25', '68900000', '68914999', '60000000', '60999999', NULL, 1652933358),
(76016, '3220', '612.00', '11', '20.001', '25', '68900000', '68914999', '60000000', '60999999', NULL, 1652933359),
(76017, '3298', '249.00', '17', '25.001', '30', '68900000', '68914999', '60000000', '60999999', NULL, 1652933360),
(76018, '3220', '744.00', '11', '25.001', '30', '68900000', '68914999', '60000000', '60999999', NULL, 1652933361),
(76019, '3298', '45.00', '17', '0.3', '5', '68900000', '68914999', '60000000', '61900999', NULL, 1652933362),
(76020, '3220', '137.00', '11', '0.3', '5', '68900000', '68914999', '60000000', '61900999', NULL, 1652933363),
(76021, '3298', '71.00', '17', '5.001', '10', '68900000', '68914999', '60000000', '61900999', NULL, 1652933363),
(76022, '3220', '214.00', '11', '5.001', '10', '68900000', '68914999', '60000000', '61900999', NULL, 1652933368),
(76023, '3298', '116.00', '17', '10.001', '15', '68900000', '68914999', '60000000', '61900999', NULL, 1652933368),
(76024, '3220', '346.00', '11', '10.001', '15', '68900000', '68914999', '60000000', '61900999', NULL, 1652933372),
(76025, '3298', '160.00', '17', '15.001', '20', '68900000', '68914999', '60000000', '61900999', NULL, 1652933373),
(76026, '3220', '479.00', '11', '15.001', '20', '68900000', '68914999', '60000000', '61900999', NULL, 1652933374),
(76027, '3298', '205.00', '17', '20.001', '25', '68900000', '68914999', '60000000', '61900999', NULL, 1652933375),
(76028, '3220', '612.00', '11', '20.001', '25', '68900000', '68914999', '60000000', '61900999', NULL, 1652933376),
(76029, '3298', '249.00', '17', '25.001', '30', '68900000', '68914999', '60000000', '61900999', NULL, 1652933377),
(76030, '3220', '744.00', '11', '25.001', '30', '68900000', '68914999', '60000000', '61900999', NULL, 1652933378),
(76031, '3298', '90.00', '22', '0.3', '5', '68900000', '68914999', '61901000', '63999999', NULL, 1652933378),
(76032, '3220', '183.00', '17', '0.3', '5', '68900000', '68914999', '61901000', '63999999', NULL, 1652933380),
(76033, '3298', '133.00', '22', '5.001', '10', '68900000', '68914999', '61901000', '63999999', NULL, 1652933380),
(76034, '3220', '266.00', '17', '5.001', '10', '68900000', '68914999', '61901000', '63999999', NULL, 1652933381),
(76035, '3298', '215.00', '22', '10.001', '15', '68900000', '68914999', '61901000', '63999999', NULL, 1652933383),
(76036, '3220', '430.00', '17', '10.001', '15', '68900000', '68914999', '61901000', '63999999', NULL, 1652933384),
(76037, '3298', '298.00', '22', '15.001', '20', '68900000', '68914999', '61901000', '63999999', NULL, 1652933385),
(76038, '3220', '595.00', '17', '15.001', '20', '68900000', '68914999', '61901000', '63999999', NULL, 1652933386),
(76039, '3298', '380.00', '22', '20.001', '25', '68900000', '68914999', '61901000', '63999999', NULL, 1652933389),
(76040, '3220', '760.00', '17', '20.001', '25', '68900000', '68914999', '61901000', '63999999', NULL, 1652933390),
(76041, '3298', '463.00', '22', '25.001', '30', '68900000', '68914999', '61901000', '63999999', NULL, 1652933392),
(76042, '3220', '925.00', '17', '25.001', '30', '68900000', '68914999', '61901000', '63999999', NULL, 1652933393),
(76043, '3298', '38.00', '17', '0.3', '5', '68900000', '68914999', '64000000', '64099999', NULL, 1652933398),
(76044, '3220', '113.00', '13', '0.3', '5', '68900000', '68914999', '64000000', '64099999', NULL, 1652933399),
(76045, '3298', '58.00', '17', '5.001', '10', '68900000', '68914999', '64000000', '64099999', NULL, 1652933399),
(76046, '3220', '176.00', '13', '5.001', '10', '68900000', '68914999', '64000000', '64099999', NULL, 1652933400),
(76047, '3298', '94.00', '17', '10.001', '15', '68900000', '68914999', '64000000', '64099999', NULL, 1652933401),
(76048, '3220', '286.00', '13', '10.001', '15', '68900000', '68914999', '64000000', '64099999', NULL, 1652933402),
(76049, '3298', '130.00', '17', '15.001', '20', '68900000', '68914999', '64000000', '64099999', NULL, 1652933402),
(76050, '3220', '396.00', '13', '15.001', '20', '68900000', '68914999', '64000000', '64099999', NULL, 1652933405),
(76051, '3298', '166.00', '17', '20.001', '25', '68900000', '68914999', '64000000', '64099999', NULL, 1652933407),
(76052, '3220', '505.00', '13', '20.001', '25', '68900000', '68914999', '64000000', '64099999', NULL, 1652933410),
(76053, '3298', '202.00', '17', '25.001', '30', '68900000', '68914999', '64000000', '64099999', NULL, 1652933410),
(76054, '3220', '615.00', '13', '25.001', '30', '68900000', '68914999', '64000000', '64099999', NULL, 1652933413),
(76055, '3298', '70.00', '21', '0.3', '5', '68900000', '68914999', '64100000', '64999999', NULL, 1652933414),
(76056, '3220', '157.00', '18', '0.3', '5', '68900000', '68914999', '64100000', '64999999', NULL, 1652933417),
(76057, '3298', '106.00', '21', '5.001', '10', '68900000', '68914999', '64100000', '64999999', NULL, 1652933418),
(76058, '3220', '226.00', '18', '5.001', '10', '68900000', '68914999', '64100000', '64999999', NULL, 1652933420),
(76059, '3298', '172.00', '21', '10.001', '15', '68900000', '68914999', '64100000', '64999999', NULL, 1652933422),
(76060, '3220', '367.00', '18', '10.001', '15', '68900000', '68914999', '64100000', '64999999', NULL, 1652933424),
(76061, '3298', '239.00', '21', '15.001', '20', '68900000', '68914999', '64100000', '64999999', NULL, 1652933426),
(76062, '3220', '508.00', '18', '15.001', '20', '68900000', '68914999', '64100000', '64999999', NULL, 1652933427),
(76063, '3298', '305.00', '21', '20.001', '25', '68900000', '68914999', '64100000', '64999999', NULL, 1652933431),
(76064, '3220', '649.00', '18', '20.001', '25', '68900000', '68914999', '64100000', '64999999', NULL, 1652933432),
(76065, '3298', '371.00', '21', '25.001', '30', '68900000', '68914999', '64100000', '64999999', NULL, 1652933437),
(76066, '3220', '789.00', '18', '25.001', '30', '68900000', '68914999', '64100000', '64999999', NULL, 1652933438),
(76067, '3298', '38.00', '18', '0.3', '5', '68900000', '68914999', '65000000', '65099999', NULL, 1652933439),
(76068, '3220', '113.00', '14', '0.3', '5', '68900000', '68914999', '65000000', '65099999', NULL, 1652933444),
(76069, '3298', '58.00', '18', '5.001', '10', '68900000', '68914999', '65000000', '65099999', NULL, 1652933445),
(76070, '3220', '176.00', '14', '5.001', '10', '68900000', '68914999', '65000000', '65099999', NULL, 1652933446),
(76071, '3298', '94.00', '18', '10.001', '15', '68900000', '68914999', '65000000', '65099999', NULL, 1652933446),
(76072, '3220', '286.00', '14', '10.001', '15', '68900000', '68914999', '65000000', '65099999', NULL, 1652933449),
(76073, '3298', '130.00', '18', '15.001', '20', '68900000', '68914999', '65000000', '65099999', NULL, 1652933449),
(76074, '3220', '396.00', '14', '15.001', '20', '68900000', '68914999', '65000000', '65099999', NULL, 1652933454),
(76075, '3298', '166.00', '18', '20.001', '25', '68900000', '68914999', '65000000', '65099999', NULL, 1652933456),
(76076, '3220', '505.00', '14', '20.001', '25', '68900000', '68914999', '65000000', '65099999', NULL, 1652933457),
(76077, '3298', '202.00', '18', '25.001', '30', '68900000', '68914999', '65000000', '65099999', NULL, 1652933459),
(76078, '3220', '615.00', '14', '25.001', '30', '68900000', '68914999', '65000000', '65099999', NULL, 1652933460),
(76079, '3298', '70.00', '24', '0.3', '5', '68900000', '68914999', '65100000', '65999999', NULL, 1652933461),
(76080, '3220', '157.00', '19', '0.3', '5', '68900000', '68914999', '65100000', '65999999', NULL, 1652933462),
(76081, '3298', '106.00', '24', '5.001', '10', '68900000', '68914999', '65100000', '65999999', NULL, 1652933463),
(76082, '3220', '226.00', '19', '5.001', '10', '68900000', '68914999', '65100000', '65999999', NULL, 1652933466),
(76083, '3298', '172.00', '24', '10.001', '15', '68900000', '68914999', '65100000', '65999999', NULL, 1652933467),
(76084, '3220', '367.00', '19', '10.001', '15', '68900000', '68914999', '65100000', '65999999', NULL, 1652933473),
(76085, '3298', '239.00', '24', '15.001', '20', '68900000', '68914999', '65100000', '65999999', NULL, 1652933474),
(76086, '3220', '508.00', '19', '15.001', '20', '68900000', '68914999', '65100000', '65999999', NULL, 1652933475),
(76087, '3298', '305.00', '24', '20.001', '25', '68900000', '68914999', '65100000', '65999999', NULL, 1652933477),
(76088, '3220', '649.00', '19', '20.001', '25', '68900000', '68914999', '65100000', '65999999', NULL, 1652933478),
(76089, '3298', '371.00', '24', '25.001', '30', '68900000', '68914999', '65100000', '65999999', NULL, 1652933478),
(76090, '3220', '789.00', '19', '25.001', '30', '68900000', '68914999', '65100000', '65999999', NULL, 1652933481),
(76091, '3298', '30.00', '11', '0.3', '5', '68900000', '68914999', '66000000', '66999999', NULL, 1652933483),
(76092, '3220', '59.00', '2', '0.3', '5', '68900000', '68914999', '66000000', '66999999', NULL, 1652933484),
(76093, '3298', '44.00', '11', '5.001', '10', '68900000', '68914999', '66000000', '66999999', NULL, 1652933487),
(76094, '3220', '93.00', '2', '5.001', '10', '68900000', '68914999', '66000000', '66999999', NULL, 1652933488),
(76095, '3298', '71.00', '11', '10.001', '15', '68900000', '68914999', '66000000', '66999999', NULL, 1652933489),
(76096, '3220', '150.00', '2', '10.001', '15', '68900000', '68914999', '66000000', '66999999', NULL, 1652933489),
(76097, '3298', '99.00', '11', '15.001', '20', '68900000', '68914999', '66000000', '66999999', NULL, 1652933493),
(76098, '3220', '208.00', '2', '15.001', '20', '68900000', '68914999', '66000000', '66999999', NULL, 1652933493),
(76099, '3298', '126.00', '11', '20.001', '25', '68900000', '68914999', '66000000', '66999999', NULL, 1652933495),
(76100, '3220', '266.00', '2', '20.001', '25', '68900000', '68914999', '66000000', '66999999', NULL, 1652933496),
(76101, '3298', '153.00', '11', '25.001', '30', '68900000', '68914999', '66000000', '66999999', NULL, 1652933497),
(76102, '3220', '324.00', '2', '25.001', '30', '68900000', '68914999', '66000000', '66999999', NULL, 1652933498),
(76103, '3298', '30.00', '11', '0.3', '5', '68900000', '68914999', '66000000', '67999999', NULL, 1652933498),
(76104, '3220', '59.00', '2', '0.3', '5', '68900000', '68914999', '66000000', '67999999', NULL, 1652933499),
(76105, '3298', '44.00', '11', '5.001', '10', '68900000', '68914999', '66000000', '67999999', NULL, 1652933500),
(76106, '3220', '93.00', '2', '5.001', '10', '68900000', '68914999', '66000000', '67999999', NULL, 1652933501),
(76107, '3298', '71.00', '11', '10.001', '15', '68900000', '68914999', '66000000', '67999999', NULL, 1652933505),
(76108, '3220', '150.00', '2', '10.001', '15', '68900000', '68914999', '66000000', '67999999', NULL, 1652933508),
(76109, '3298', '99.00', '11', '15.001', '20', '68900000', '68914999', '66000000', '67999999', NULL, 1652933513),
(76110, '3220', '208.00', '2', '15.001', '20', '68900000', '68914999', '66000000', '67999999', NULL, 1652933514),
(76111, '3298', '126.00', '11', '20.001', '25', '68900000', '68914999', '66000000', '67999999', NULL, 1652933514),
(76112, '3220', '266.00', '2', '20.001', '25', '68900000', '68914999', '66000000', '67999999', NULL, 1652933519),
(76113, '3298', '153.00', '11', '25.001', '30', '68900000', '68914999', '66000000', '67999999', NULL, 1652933520),
(76114, '3220', '324.00', '2', '25.001', '30', '68900000', '68914999', '66000000', '67999999', NULL, 1652933520),
(76115, '3298', '44.00', '15', '0.3', '5', '68900000', '68914999', '68000000', '68899999', NULL, 1652933521),
(76116, '3220', '102.00', '12', '0.3', '5', '68900000', '68914999', '68000000', '68899999', NULL, 1652933525),
(76117, '3298', '74.00', '15', '5.001', '10', '68900000', '68914999', '68000000', '68899999', NULL, 1652933529),
(76118, '3220', '141.00', '12', '5.001', '10', '68900000', '68914999', '68000000', '68899999', NULL, 1652933530),
(76119, '3298', '120.00', '15', '10.001', '15', '68900000', '68914999', '68000000', '68899999', NULL, 1652933530),
(76120, '3220', '229.00', '12', '10.001', '15', '68900000', '68914999', '68000000', '68899999', NULL, 1652933532),
(76121, '3298', '166.00', '15', '15.001', '20', '68900000', '68914999', '68000000', '68899999', NULL, 1652933532),
(76122, '3220', '316.00', '12', '15.001', '20', '68900000', '68914999', '68000000', '68899999', NULL, 1652933535),
(76123, '3298', '212.00', '15', '20.001', '25', '68900000', '68914999', '68000000', '68899999', NULL, 1652933536),
(76124, '3220', '404.00', '12', '20.001', '25', '68900000', '68914999', '68000000', '68899999', NULL, 1652933538),
(76125, '3298', '258.00', '15', '25.001', '30', '68900000', '68914999', '68000000', '68899999', NULL, 1652933542),
(76126, '3220', '492.00', '12', '25.001', '30', '68900000', '68914999', '68000000', '68899999', NULL, 1652933546),
(76127, '3298', '26.00', '9', '0.3', '5', '68900000', '68914999', '68900000', '68914999', NULL, 1652933549),
(76128, '3220', '22.00', '1', '0.3', '5', '68900000', '68914999', '68900000', '68914999', NULL, 1652933550),
(76129, '3298', '32.00', '9', '5.001', '10', '68900000', '68914999', '68900000', '68914999', NULL, 1652933551),
(76130, '3220', '28.00', '1', '5.001', '10', '68900000', '68914999', '68900000', '68914999', NULL, 1652933551),
(76131, '3298', '52.00', '9', '10.001', '15', '68900000', '68914999', '68900000', '68914999', NULL, 1652933556),
(76132, '3220', '45.00', '1', '10.001', '15', '68900000', '68914999', '68900000', '68914999', NULL, 1652933556),
(76133, '3298', '72.00', '9', '15.001', '20', '68900000', '68914999', '68900000', '68914999', NULL, 1652933557),
(76134, '3220', '63.00', '1', '15.001', '20', '68900000', '68914999', '68900000', '68914999', NULL, 1652933557),
(76135, '3298', '92.00', '9', '20.001', '25', '68900000', '68914999', '68900000', '68914999', NULL, 1652933561),
(76136, '3220', '80.00', '1', '20.001', '25', '68900000', '68914999', '68900000', '68914999', NULL, 1652933561),
(76137, '3298', '112.00', '9', '25.001', '30', '68900000', '68914999', '68900000', '68914999', NULL, 1652933563),
(76138, '3220', '97.00', '1', '25.001', '30', '68900000', '68914999', '68900000', '68914999', NULL, 1652933563),
(76139, '3298', '26.00', '9', '0.3', '5', '68900000', '68914999', '68915000', '68999999', NULL, 1652933564),
(76140, '3220', '34.00', '3', '0.3', '5', '68900000', '68914999', '68915000', '68999999', NULL, 1652933565),
(76141, '3298', '32.00', '9', '5.001', '10', '68900000', '68914999', '68915000', '68999999', NULL, 1652933570),
(76142, '3220', '48.00', '3', '5.001', '10', '68900000', '68914999', '68915000', '68999999', NULL, 1652933572),
(76143, '3298', '52.00', '9', '10.001', '15', '68900000', '68914999', '68915000', '68999999', NULL, 1652933572),
(76144, '3220', '79.00', '3', '10.001', '15', '68900000', '68914999', '68915000', '68999999', NULL, 1652933574),
(76145, '3298', '72.00', '9', '15.001', '20', '68900000', '68914999', '68915000', '68999999', NULL, 1652933575),
(76146, '3220', '109.00', '3', '15.001', '20', '68900000', '68914999', '68915000', '68999999', NULL, 1652933579),
(76147, '3298', '92.00', '9', '20.001', '25', '68900000', '68914999', '68915000', '68999999', NULL, 1652933579),
(76148, '3220', '139.00', '3', '20.001', '25', '68900000', '68914999', '68915000', '68999999', NULL, 1652933580),
(76149, '3298', '112.00', '9', '25.001', '30', '68900000', '68914999', '68915000', '68999999', NULL, 1652933581),
(76150, '3220', '170.00', '3', '25.001', '30', '68900000', '68914999', '68915000', '68999999', NULL, 1652933584),
(76151, '3298', '45.00', '29', '0.3', '5', '68900000', '68914999', '69000000', '69099999', NULL, 1652933584),
(76152, '3220', '137.00', '12', '0.3', '5', '68900000', '68914999', '69000000', '69099999', NULL, 1652933585),
(76153, '3298', '71.00', '29', '5.001', '10', '68900000', '68914999', '69000000', '69099999', NULL, 1652933587),
(76154, '3220', '214.00', '12', '5.001', '10', '68900000', '68914999', '69000000', '69099999', NULL, 1652933588),
(76155, '3298', '116.00', '29', '10.001', '15', '68900000', '68914999', '69000000', '69099999', NULL, 1652933592),
(76156, '3220', '346.00', '12', '10.001', '15', '68900000', '68914999', '69000000', '69099999', NULL, 1652933595),
(76157, '3298', '160.00', '29', '15.001', '20', '68900000', '68914999', '69000000', '69099999', NULL, 1652933596),
(76158, '3220', '479.00', '12', '15.001', '20', '68900000', '68914999', '69000000', '69099999', NULL, 1652933597),
(76159, '3298', '205.00', '29', '20.001', '25', '68900000', '68914999', '69000000', '69099999', NULL, 1652933600),
(76160, '3220', '612.00', '12', '20.001', '25', '68900000', '68914999', '69000000', '69099999', NULL, 1652933603),
(76161, '3298', '249.00', '29', '25.001', '30', '68900000', '68914999', '69000000', '69099999', NULL, 1652933606),
(76162, '3220', '744.00', '12', '25.001', '30', '68900000', '68914999', '69000000', '69099999', NULL, 1652933609),
(76163, '3298', '90.00', '37', '0.3', '5', '68900000', '68914999', '69100000', '69299999', NULL, 1652933609),
(76164, '3220', '183.00', '17', '0.3', '5', '68900000', '68914999', '69100000', '69299999', NULL, 1652933613),
(76165, '3298', '133.00', '37', '5.001', '10', '68900000', '68914999', '69100000', '69299999', NULL, 1652933617),
(76166, '3220', '266.00', '17', '5.001', '10', '68900000', '68914999', '69100000', '69299999', NULL, 1652933618),
(76167, '3298', '215.00', '37', '10.001', '15', '68900000', '68914999', '69100000', '69299999', NULL, 1652933624),
(76168, '3220', '430.00', '17', '10.001', '15', '68900000', '68914999', '69100000', '69299999', NULL, 1652933625),
(76169, '3298', '298.00', '37', '15.001', '20', '68900000', '68914999', '69100000', '69299999', NULL, 1652933628),
(76170, '3220', '595.00', '17', '15.001', '20', '68900000', '68914999', '69100000', '69299999', NULL, 1652933630),
(76171, '3298', '380.00', '37', '20.001', '25', '68900000', '68914999', '69100000', '69299999', NULL, 1652933631),
(76172, '3220', '760.00', '17', '20.001', '25', '68900000', '68914999', '69100000', '69299999', NULL, 1652933633),
(76173, '3298', '463.00', '37', '25.001', '30', '68900000', '68914999', '69100000', '69299999', NULL, 1652933634),
(76174, '3220', '925.00', '17', '25.001', '30', '68900000', '68914999', '69100000', '69299999', NULL, 1652933635),
(76175, '3298', '45.00', '29', '0.3', '5', '68900000', '68914999', '69300000', '69339999', NULL, 1652933642),
(76176, '3220', '137.00', '12', '0.3', '5', '68900000', '68914999', '69300000', '69339999', NULL, 1652933644),
(76177, '3298', '71.00', '29', '5.001', '10', '68900000', '68914999', '69300000', '69339999', NULL, 1652933645),
(76178, '3220', '214.00', '12', '5.001', '10', '68900000', '68914999', '69300000', '69339999', NULL, 1652933646),
(76179, '3298', '116.00', '29', '10.001', '15', '68900000', '68914999', '69300000', '69339999', NULL, 1652933648),
(76180, '3220', '346.00', '12', '10.001', '15', '68900000', '68914999', '69300000', '69339999', NULL, 1652933650),
(76181, '3298', '160.00', '29', '15.001', '20', '68900000', '68914999', '69300000', '69339999', NULL, 1652933651),
(76182, '3220', '479.00', '12', '15.001', '20', '68900000', '68914999', '69300000', '69339999', NULL, 1652933652),
(76183, '3298', '205.00', '29', '20.001', '25', '68900000', '68914999', '69300000', '69339999', NULL, 1652933659),
(76184, '3220', '612.00', '12', '20.001', '25', '68900000', '68914999', '69300000', '69339999', NULL, 1652933660),
(76185, '3298', '249.00', '29', '25.001', '30', '68900000', '68914999', '69300000', '69339999', NULL, 1652933663),
(76186, '3220', '744.00', '12', '25.001', '30', '68900000', '68914999', '69300000', '69339999', NULL, 1652933664),
(76187, '3298', '90.00', '37', '0.3', '5', '68900000', '68914999', '69340000', '69389999', NULL, 1652933664),
(76188, '3220', '183.00', '19', '0.3', '5', '68900000', '68914999', '69340000', '69389999', NULL, 1652933665),
(76189, '3298', '133.00', '37', '5.001', '10', '68900000', '68914999', '69340000', '69389999', NULL, 1652933668),
(76190, '3220', '266.00', '19', '5.001', '10', '68900000', '68914999', '69340000', '69389999', NULL, 1652933669),
(76191, '3298', '215.00', '37', '10.001', '15', '68900000', '68914999', '69340000', '69389999', NULL, 1652933670),
(76192, '3220', '430.00', '19', '10.001', '15', '68900000', '68914999', '69340000', '69389999', NULL, 1652933671),
(76193, '3298', '298.00', '37', '15.001', '20', '68900000', '68914999', '69340000', '69389999', NULL, 1652933672),
(76194, '3220', '595.00', '19', '15.001', '20', '68900000', '68914999', '69340000', '69389999', NULL, 1652933674),
(76195, '3298', '380.00', '37', '20.001', '25', '68900000', '68914999', '69340000', '69389999', NULL, 1652933675),
(76196, '3220', '760.00', '19', '20.001', '25', '68900000', '68914999', '69340000', '69389999', NULL, 1652933679),
(76197, '3298', '463.00', '37', '25.001', '30', '68900000', '68914999', '69340000', '69389999', NULL, 1652933680),
(76198, '3220', '925.00', '19', '25.001', '30', '68900000', '68914999', '69340000', '69389999', NULL, 1652933681),
(76199, '3298', '45.00', '17', '0.3', '5', '68900000', '68914999', '69900000', '69920999', NULL, 1652933682),
(76200, '3220', '137.00', '13', '0.3', '5', '68900000', '68914999', '69900000', '69920999', NULL, 1652933684);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(76201, '3298', '71.00', '17', '5.001', '10', '68900000', '68914999', '69900000', '69920999', NULL, 1652933684),
(76202, '3220', '214.00', '13', '5.001', '10', '68900000', '68914999', '69900000', '69920999', NULL, 1652933685),
(76203, '3298', '116.00', '17', '10.001', '15', '68900000', '68914999', '69900000', '69920999', NULL, 1652933692),
(76204, '3220', '346.00', '13', '10.001', '15', '68900000', '68914999', '69900000', '69920999', NULL, 1652933692),
(76205, '3298', '160.00', '17', '15.001', '20', '68900000', '68914999', '69900000', '69920999', NULL, 1652933693),
(76206, '3220', '479.00', '13', '15.001', '20', '68900000', '68914999', '69900000', '69920999', NULL, 1652933694),
(76207, '3298', '205.00', '17', '20.001', '25', '68900000', '68914999', '69900000', '69920999', NULL, 1652933697),
(76208, '3220', '612.00', '13', '20.001', '25', '68900000', '68914999', '69900000', '69920999', NULL, 1652933698),
(76209, '3298', '249.00', '17', '25.001', '30', '68900000', '68914999', '69900000', '69920999', NULL, 1652933699),
(76210, '3220', '744.00', '13', '25.001', '30', '68900000', '68914999', '69900000', '69920999', NULL, 1652933706),
(76211, '3298', '90.00', '22', '0.3', '5', '68900000', '68914999', '69921000', '69999999', NULL, 1652933709),
(76212, '3220', '183.00', '19', '0.3', '5', '68900000', '68914999', '69921000', '69999999', NULL, 1652933716),
(76213, '3298', '133.00', '22', '5.001', '10', '68900000', '68914999', '69921000', '69999999', NULL, 1652933717),
(76214, '3220', '266.00', '19', '5.001', '10', '68900000', '68914999', '69921000', '69999999', NULL, 1652933718),
(76215, '3298', '215.00', '22', '10.001', '15', '68900000', '68914999', '69921000', '69999999', NULL, 1652933720),
(76216, '3220', '430.00', '19', '10.001', '15', '68900000', '68914999', '69921000', '69999999', NULL, 1652933721),
(76217, '3298', '298.00', '22', '15.001', '20', '68900000', '68914999', '69921000', '69999999', NULL, 1652933721),
(76218, '3220', '595.00', '19', '15.001', '20', '68900000', '68914999', '69921000', '69999999', NULL, 1652933722),
(76219, '3298', '380.00', '22', '20.001', '25', '68900000', '68914999', '69921000', '69999999', NULL, 1652933723),
(76220, '3220', '760.00', '19', '20.001', '25', '68900000', '68914999', '69921000', '69999999', NULL, 1652933725),
(76221, '3298', '463.00', '22', '25.001', '30', '68900000', '68914999', '69921000', '69999999', NULL, 1652933726),
(76222, '3220', '925.00', '19', '25.001', '30', '68900000', '68914999', '69921000', '69999999', NULL, 1652933727),
(76223, '3298', '45.00', '14', '0.3', '5', '68900000', '68914999', '71000000', '73699999', NULL, 1652933728),
(76224, '3220', '137.00', '10', '0.3', '5', '68900000', '68914999', '71000000', '73699999', NULL, 1652933735),
(76225, '3298', '71.00', '14', '5.001', '10', '68900000', '68914999', '71000000', '73699999', NULL, 1652933735),
(76226, '3220', '214.00', '10', '5.001', '10', '68900000', '68914999', '71000000', '73699999', NULL, 1652933736),
(76227, '3298', '116.00', '14', '10.001', '15', '68900000', '68914999', '71000000', '73699999', NULL, 1652933737),
(76228, '3220', '346.00', '10', '10.001', '15', '68900000', '68914999', '71000000', '73699999', NULL, 1652933744),
(76229, '3298', '160.00', '14', '15.001', '20', '68900000', '68914999', '71000000', '73699999', NULL, 1652933745),
(76230, '3220', '479.00', '10', '15.001', '20', '68900000', '68914999', '71000000', '73699999', NULL, 1652933747),
(76231, '3298', '205.00', '14', '20.001', '25', '68900000', '68914999', '71000000', '73699999', NULL, 1652933747),
(76232, '3220', '612.00', '10', '20.001', '25', '68900000', '68914999', '71000000', '73699999', NULL, 1652933748),
(76233, '3298', '249.00', '14', '25.001', '30', '68900000', '68914999', '71000000', '73699999', NULL, 1652933754),
(76234, '3220', '744.00', '10', '25.001', '30', '68900000', '68914999', '71000000', '73699999', NULL, 1652933754),
(76235, '3298', '45.00', '15', '0.3', '5', '68900000', '68914999', '72800000', '73999999', NULL, 1652933759),
(76236, '3220', '137.00', '11', '0.3', '5', '68900000', '68914999', '72800000', '73999999', NULL, 1652933761),
(76237, '3298', '71.00', '15', '5.001', '10', '68900000', '68914999', '72800000', '73999999', NULL, 1652933764),
(76238, '3220', '214.00', '11', '5.001', '10', '68900000', '68914999', '72800000', '73999999', NULL, 1652933765),
(76239, '3298', '116.00', '15', '10.001', '15', '68900000', '68914999', '72800000', '73999999', NULL, 1652933775),
(76240, '3220', '346.00', '11', '10.001', '15', '68900000', '68914999', '72800000', '73999999', NULL, 1652933776),
(76241, '3298', '160.00', '15', '15.001', '20', '68900000', '68914999', '72800000', '73999999', NULL, 1652933776),
(76242, '3220', '479.00', '11', '15.001', '20', '68900000', '68914999', '72800000', '73999999', NULL, 1652933777),
(76243, '3298', '205.00', '15', '20.001', '25', '68900000', '68914999', '72800000', '73999999', NULL, 1652933778),
(76244, '3220', '612.00', '11', '20.001', '25', '68900000', '68914999', '72800000', '73999999', NULL, 1652933778),
(76245, '3298', '249.00', '15', '25.001', '30', '68900000', '68914999', '72800000', '73999999', NULL, 1652933781),
(76246, '3220', '744.00', '11', '25.001', '30', '68900000', '68914999', '72800000', '73999999', NULL, 1652933790),
(76247, '3298', '45.00', '14', '0.3', '5', '68900000', '68914999', '74000000', '74894999', NULL, 1652933791),
(76248, '3220', '137.00', '10', '0.3', '5', '68900000', '68914999', '74000000', '74894999', NULL, 1652933792),
(76249, '3298', '71.00', '14', '5.001', '10', '68900000', '68914999', '74000000', '74894999', NULL, 1652933794),
(76250, '3220', '214.00', '10', '5.001', '10', '68900000', '68914999', '74000000', '74894999', NULL, 1652933795),
(76251, '3298', '116.00', '14', '10.001', '15', '68900000', '68914999', '74000000', '74894999', NULL, 1652933795),
(76252, '3220', '346.00', '10', '10.001', '15', '68900000', '68914999', '74000000', '74894999', NULL, 1652933796),
(76253, '3298', '160.00', '14', '15.001', '20', '68900000', '68914999', '74000000', '74894999', NULL, 1652933797),
(76254, '3220', '479.00', '10', '15.001', '20', '68900000', '68914999', '74000000', '74894999', NULL, 1652933798),
(76255, '3298', '205.00', '14', '20.001', '25', '68900000', '68914999', '74000000', '74894999', NULL, 1652933798),
(76256, '3220', '612.00', '10', '20.001', '25', '68900000', '68914999', '74000000', '74894999', NULL, 1652933801),
(76257, '3298', '249.00', '14', '25.001', '30', '68900000', '68914999', '74000000', '74894999', NULL, 1652933801),
(76258, '3220', '744.00', '10', '25.001', '30', '68900000', '68914999', '74000000', '74894999', NULL, 1652933802),
(76259, '3298', '45.00', '14', '0.3', '5', '68900000', '68914999', '74895000', '76799999', NULL, 1652933804),
(76260, '3220', '137.00', '10', '0.3', '5', '68900000', '68914999', '74895000', '76799999', NULL, 1652933812),
(76261, '3298', '71.00', '14', '5.001', '10', '68900000', '68914999', '74895000', '76799999', NULL, 1652933812),
(76262, '3220', '214.00', '10', '5.001', '10', '68900000', '68914999', '74895000', '76799999', NULL, 1652933814),
(76263, '3298', '116.00', '14', '10.001', '15', '68900000', '68914999', '74895000', '76799999', NULL, 1652933815),
(76264, '3220', '346.00', '10', '10.001', '15', '68900000', '68914999', '74895000', '76799999', NULL, 1652933816),
(76265, '3298', '160.00', '14', '15.001', '20', '68900000', '68914999', '74895000', '76799999', NULL, 1652933818),
(76266, '3220', '479.00', '10', '15.001', '20', '68900000', '68914999', '74895000', '76799999', NULL, 1652933823),
(76267, '3298', '205.00', '14', '20.001', '25', '68900000', '68914999', '74895000', '76799999', NULL, 1652933827),
(76268, '3220', '612.00', '10', '20.001', '25', '68900000', '68914999', '74895000', '76799999', NULL, 1652933828),
(76269, '3298', '249.00', '14', '25.001', '30', '68900000', '68914999', '74895000', '76799999', NULL, 1652933838),
(76270, '3220', '744.00', '10', '25.001', '30', '68900000', '68914999', '74895000', '76799999', NULL, 1652933838),
(76271, '3298', '38.00', '16', '0.3', '5', '68900000', '68914999', '77000000', '77270999', NULL, 1652933839),
(76272, '3220', '113.00', '12', '0.3', '5', '68900000', '68914999', '77000000', '77270999', NULL, 1652933841),
(76273, '3298', '58.00', '16', '5.001', '10', '68900000', '68914999', '77000000', '77270999', NULL, 1652933842),
(76274, '3220', '176.00', '12', '5.001', '10', '68900000', '68914999', '77000000', '77270999', NULL, 1652933844),
(76275, '3298', '94.00', '16', '10.001', '15', '68900000', '68914999', '77000000', '77270999', NULL, 1652933844),
(76276, '3220', '286.00', '12', '10.001', '15', '68900000', '68914999', '77000000', '77270999', NULL, 1652933846),
(76277, '3298', '130.00', '16', '15.001', '20', '68900000', '68914999', '77000000', '77270999', NULL, 1652933848),
(76278, '3220', '396.00', '12', '15.001', '20', '68900000', '68914999', '77000000', '77270999', NULL, 1652933848),
(76279, '3298', '166.00', '16', '20.001', '25', '68900000', '68914999', '77000000', '77270999', NULL, 1652933849),
(76280, '3220', '505.00', '12', '20.001', '25', '68900000', '68914999', '77000000', '77270999', NULL, 1652933850),
(76281, '3298', '202.00', '16', '25.001', '30', '68900000', '68914999', '77000000', '77270999', NULL, 1652933851),
(76282, '3220', '615.00', '12', '25.001', '30', '68900000', '68914999', '77000000', '77270999', NULL, 1652933852),
(76283, '3298', '70.00', '16', '0.3', '5', '68900000', '68914999', '77300000', '77995999', NULL, 1652933853),
(76284, '3220', '157.00', '12', '0.3', '5', '68900000', '68914999', '77300000', '77995999', NULL, 1652933854),
(76285, '3298', '106.00', '16', '5.001', '10', '68900000', '68914999', '77300000', '77995999', NULL, 1652933855),
(76286, '3220', '226.00', '12', '5.001', '10', '68900000', '68914999', '77300000', '77995999', NULL, 1652933862),
(76287, '3298', '172.00', '16', '10.001', '15', '68900000', '68914999', '77300000', '77995999', NULL, 1652933862),
(76288, '3220', '367.00', '12', '10.001', '15', '68900000', '68914999', '77300000', '77995999', NULL, 1652933863),
(76289, '3298', '239.00', '16', '15.001', '20', '68900000', '68914999', '77300000', '77995999', NULL, 1652933868),
(76290, '3220', '508.00', '12', '15.001', '20', '68900000', '68914999', '77300000', '77995999', NULL, 1652933870),
(76291, '3298', '305.00', '16', '20.001', '25', '68900000', '68914999', '77300000', '77995999', NULL, 1652933871),
(76292, '3220', '649.00', '12', '20.001', '25', '68900000', '68914999', '77300000', '77995999', NULL, 1652933873),
(76293, '3298', '371.00', '16', '25.001', '30', '68900000', '68914999', '77300000', '77995999', NULL, 1652933874),
(76294, '3220', '789.00', '12', '25.001', '30', '68900000', '68914999', '77300000', '77995999', NULL, 1652933875),
(76295, '3298', '45.00', '16', '0.3', '5', '68900000', '68914999', '78000000', '78109999', NULL, 1652933876),
(76296, '3220', '137.00', '12', '0.3', '5', '68900000', '68914999', '78000000', '78109999', NULL, 1652933878),
(76297, '3298', '71.00', '16', '5.001', '10', '68900000', '68914999', '78000000', '78109999', NULL, 1652933880),
(76298, '3220', '214.00', '12', '5.001', '10', '68900000', '68914999', '78000000', '78109999', NULL, 1652933885),
(76299, '3298', '116.00', '16', '10.001', '15', '68900000', '68914999', '78000000', '78109999', NULL, 1652933885),
(76300, '3220', '346.00', '12', '10.001', '15', '68900000', '68914999', '78000000', '78109999', NULL, 1652933891),
(76301, '3298', '160.00', '16', '15.001', '20', '68900000', '68914999', '78000000', '78109999', NULL, 1652933893),
(76302, '3220', '479.00', '12', '15.001', '20', '68900000', '68914999', '78000000', '78109999', NULL, 1652933894),
(76303, '3298', '205.00', '16', '20.001', '25', '68900000', '68914999', '78000000', '78109999', NULL, 1652933895),
(76304, '3220', '612.00', '12', '20.001', '25', '68900000', '68914999', '78000000', '78109999', NULL, 1652933896),
(76305, '3298', '249.00', '16', '25.001', '30', '68900000', '68914999', '78000000', '78109999', NULL, 1652933898),
(76306, '3220', '744.00', '12', '25.001', '30', '68900000', '68914999', '78000000', '78109999', NULL, 1652933899),
(76307, '3298', '90.00', '18', '0.3', '5', '68900000', '68914999', '78110000', '78899999', NULL, 1652933899),
(76308, '3220', '183.00', '15', '0.3', '5', '68900000', '68914999', '78110000', '78899999', NULL, 1652933901),
(76309, '3298', '133.00', '18', '5.001', '10', '68900000', '68914999', '78110000', '78899999', NULL, 1652933902),
(76310, '3220', '266.00', '15', '5.001', '10', '68900000', '68914999', '78110000', '78899999', NULL, 1652933904),
(76311, '3298', '215.00', '18', '10.001', '15', '68900000', '68914999', '78110000', '78899999', NULL, 1652933905),
(76312, '3220', '430.00', '15', '10.001', '15', '68900000', '68914999', '78110000', '78899999', NULL, 1652933907),
(76313, '3298', '298.00', '18', '15.001', '20', '68900000', '68914999', '78110000', '78899999', NULL, 1652933909),
(76314, '3220', '595.00', '15', '15.001', '20', '68900000', '68914999', '78110000', '78899999', NULL, 1652933911),
(76315, '3298', '380.00', '18', '20.001', '25', '68900000', '68914999', '78110000', '78899999', NULL, 1652933911),
(76316, '3220', '760.00', '15', '20.001', '25', '68900000', '68914999', '78110000', '78899999', NULL, 1652933912),
(76317, '3298', '463.00', '18', '25.001', '30', '68900000', '68914999', '78110000', '78899999', NULL, 1652933920),
(76318, '3220', '925.00', '15', '25.001', '30', '68900000', '68914999', '78110000', '78899999', NULL, 1652933921),
(76319, '3298', '90.00', '18', '0.3', '5', '68900000', '68914999', '78900000', '78930999', NULL, 1652933922),
(76320, '3220', '183.00', '14', '0.3', '5', '68900000', '68914999', '78900000', '78930999', NULL, 1652933923),
(76321, '3298', '133.00', '18', '5.001', '10', '68900000', '68914999', '78900000', '78930999', NULL, 1652933924),
(76322, '3220', '266.00', '14', '5.001', '10', '68900000', '68914999', '78900000', '78930999', NULL, 1652933925),
(76323, '3298', '215.00', '18', '10.001', '15', '68900000', '68914999', '78900000', '78930999', NULL, 1652933927),
(76324, '3220', '430.00', '14', '10.001', '15', '68900000', '68914999', '78900000', '78930999', NULL, 1652933928),
(76325, '3298', '298.00', '18', '15.001', '20', '68900000', '68914999', '78900000', '78930999', NULL, 1652933929),
(76326, '3220', '595.00', '14', '15.001', '20', '68900000', '68914999', '78900000', '78930999', NULL, 1652933935),
(76327, '3298', '380.00', '18', '20.001', '25', '68900000', '68914999', '78900000', '78930999', NULL, 1652933937),
(76328, '3220', '760.00', '14', '20.001', '25', '68900000', '68914999', '78900000', '78930999', NULL, 1652933941),
(76329, '3298', '463.00', '18', '25.001', '30', '68900000', '68914999', '78900000', '78930999', NULL, 1652933941),
(76330, '3220', '925.00', '14', '25.001', '30', '68900000', '68914999', '78900000', '78930999', NULL, 1652933942),
(76331, '3298', '90.00', '17', '0.3', '5', '68900000', '68914999', '78931000', '78999999', NULL, 1652933942),
(76332, '3220', '183.00', '13', '0.3', '5', '68900000', '68914999', '78931000', '78999999', NULL, 1652933943),
(76333, '3298', '133.00', '17', '5.001', '10', '68900000', '68914999', '78931000', '78999999', NULL, 1652933944),
(76334, '3220', '266.00', '13', '5.001', '10', '68900000', '68914999', '78931000', '78999999', NULL, 1652933946),
(76335, '3298', '215.00', '17', '10.001', '15', '68900000', '68914999', '78931000', '78999999', NULL, 1652933949),
(76336, '3220', '430.00', '13', '10.001', '15', '68900000', '68914999', '78931000', '78999999', NULL, 1652933950),
(76337, '3298', '298.00', '17', '15.001', '20', '68900000', '68914999', '78931000', '78999999', NULL, 1652933951),
(76338, '3220', '595.00', '13', '15.001', '20', '68900000', '68914999', '78931000', '78999999', NULL, 1652933952),
(76339, '3298', '380.00', '17', '20.001', '25', '68900000', '68914999', '78931000', '78999999', NULL, 1652933955),
(76340, '3220', '760.00', '13', '20.001', '25', '68900000', '68914999', '78931000', '78999999', NULL, 1652933956),
(76341, '3298', '463.00', '17', '25.001', '30', '68900000', '68914999', '78931000', '78999999', NULL, 1652933956),
(76342, '3220', '925.00', '13', '25.001', '30', '68900000', '68914999', '78931000', '78999999', NULL, 1652933958),
(76343, '3298', '45.00', '14', '0.3', '5', '68900000', '68914999', '79000000', '79129999', NULL, 1652933959),
(76344, '3220', '137.00', '10', '0.3', '5', '68900000', '68914999', '79000000', '79129999', NULL, 1652933959),
(76345, '3298', '71.00', '14', '5.001', '10', '68900000', '68914999', '79000000', '79129999', NULL, 1652933960),
(76346, '3220', '214.00', '10', '5.001', '10', '68900000', '68914999', '79000000', '79129999', NULL, 1652933961),
(76347, '3298', '116.00', '14', '10.001', '15', '68900000', '68914999', '79000000', '79129999', NULL, 1652933962),
(76348, '3220', '346.00', '10', '10.001', '15', '68900000', '68914999', '79000000', '79129999', NULL, 1652933963),
(76349, '3298', '160.00', '14', '15.001', '20', '68900000', '68914999', '79000000', '79129999', NULL, 1652933964),
(76350, '3220', '479.00', '10', '15.001', '20', '68900000', '68914999', '79000000', '79129999', NULL, 1652933965),
(76351, '3298', '205.00', '14', '20.001', '25', '68900000', '68914999', '79000000', '79129999', NULL, 1652933971),
(76352, '3220', '612.00', '10', '20.001', '25', '68900000', '68914999', '79000000', '79129999', NULL, 1652933971),
(76353, '3298', '249.00', '14', '25.001', '30', '68900000', '68914999', '79000000', '79129999', NULL, 1652933972),
(76354, '3220', '744.00', '10', '25.001', '30', '68900000', '68914999', '79000000', '79129999', NULL, 1652933973),
(76355, '3298', '90.00', '19', '0.3', '5', '68900000', '68914999', '79130000', '79999999', NULL, 1652933977),
(76356, '3220', '183.00', '15', '0.3', '5', '68900000', '68914999', '79130000', '79999999', NULL, 1652933978),
(76357, '3298', '133.00', '19', '5.001', '10', '68900000', '68914999', '79130000', '79999999', NULL, 1652933979),
(76358, '3220', '266.00', '15', '5.001', '10', '68900000', '68914999', '79130000', '79999999', NULL, 1652933980),
(76359, '3298', '215.00', '19', '10.001', '15', '68900000', '68914999', '79130000', '79999999', NULL, 1652933981),
(76360, '3220', '430.00', '15', '10.001', '15', '68900000', '68914999', '79130000', '79999999', NULL, 1652933988),
(76361, '3298', '298.00', '19', '15.001', '20', '68900000', '68914999', '79130000', '79999999', NULL, 1652933989),
(76362, '3220', '595.00', '15', '15.001', '20', '68900000', '68914999', '79130000', '79999999', NULL, 1652933996),
(76363, '3298', '380.00', '19', '20.001', '25', '68900000', '68914999', '79130000', '79999999', NULL, 1652933997),
(76364, '3220', '760.00', '15', '20.001', '25', '68900000', '68914999', '79130000', '79999999', NULL, 1652933998),
(76365, '3298', '463.00', '19', '25.001', '30', '68900000', '68914999', '79130000', '79999999', NULL, 1652933999),
(76366, '3220', '925.00', '15', '25.001', '30', '68900000', '68914999', '79130000', '79999999', NULL, 1652934005),
(76367, '3298', '45.00', '14', '0.3', '5', '68900000', '68914999', '80000000', '82999999', NULL, 1652934006),
(76368, '3220', '137.00', '10', '0.3', '5', '68900000', '68914999', '80000000', '82999999', NULL, 1652934006),
(76369, '3298', '71.00', '14', '5.001', '10', '68900000', '68914999', '80000000', '82999999', NULL, 1652934008),
(76370, '3220', '214.00', '10', '5.001', '10', '68900000', '68914999', '80000000', '82999999', NULL, 1652934008),
(76371, '3298', '116.00', '14', '10.001', '15', '68900000', '68914999', '80000000', '82999999', NULL, 1652934010),
(76372, '3220', '346.00', '10', '10.001', '15', '68900000', '68914999', '80000000', '82999999', NULL, 1652934010),
(76373, '3298', '160.00', '14', '15.001', '20', '68900000', '68914999', '80000000', '82999999', NULL, 1652934012),
(76374, '3220', '479.00', '10', '15.001', '20', '68900000', '68914999', '80000000', '82999999', NULL, 1652934013),
(76375, '3298', '205.00', '14', '20.001', '25', '68900000', '68914999', '80000000', '82999999', NULL, 1652934014),
(76376, '3220', '612.00', '10', '20.001', '25', '68900000', '68914999', '80000000', '82999999', NULL, 1652934015),
(76377, '3298', '249.00', '14', '25.001', '30', '68900000', '68914999', '80000000', '82999999', NULL, 1652934017),
(76378, '3220', '744.00', '10', '25.001', '30', '68900000', '68914999', '80000000', '82999999', NULL, 1652934022),
(76379, '3298', '45.00', '14', '0.3', '5', '68900000', '68914999', '80000000', '83800999', NULL, 1652934023),
(76380, '3220', '137.00', '10', '0.3', '5', '68900000', '68914999', '80000000', '83800999', NULL, 1652934024),
(76381, '3298', '71.00', '14', '5.001', '10', '68900000', '68914999', '80000000', '83800999', NULL, 1652934024),
(76382, '3220', '214.00', '10', '5.001', '10', '68900000', '68914999', '80000000', '83800999', NULL, 1652934026),
(76383, '3298', '116.00', '14', '10.001', '15', '68900000', '68914999', '80000000', '83800999', NULL, 1652934031),
(76384, '3220', '346.00', '10', '10.001', '15', '68900000', '68914999', '80000000', '83800999', NULL, 1652934032),
(76385, '3298', '160.00', '14', '15.001', '20', '68900000', '68914999', '80000000', '83800999', NULL, 1652934033),
(76386, '3220', '479.00', '10', '15.001', '20', '68900000', '68914999', '80000000', '83800999', NULL, 1652934034),
(76387, '3298', '205.00', '14', '20.001', '25', '68900000', '68914999', '80000000', '83800999', NULL, 1652934035),
(76388, '3220', '612.00', '10', '20.001', '25', '68900000', '68914999', '80000000', '83800999', NULL, 1652934035),
(76389, '3298', '249.00', '14', '25.001', '30', '68900000', '68914999', '80000000', '83800999', NULL, 1652934036),
(76390, '3220', '744.00', '10', '25.001', '30', '68900000', '68914999', '80000000', '83800999', NULL, 1652934037),
(76391, '3298', '90.00', '17', '0.3', '5', '68900000', '68914999', '83801000', '87999999', NULL, 1652934037),
(76392, '3220', '183.00', '14', '0.3', '5', '68900000', '68914999', '83801000', '87999999', NULL, 1652934038),
(76393, '3298', '133.00', '17', '5.001', '10', '68900000', '68914999', '83801000', '87999999', NULL, 1652934039),
(76394, '3220', '266.00', '14', '5.001', '10', '68900000', '68914999', '83801000', '87999999', NULL, 1652934040),
(76395, '3298', '215.00', '17', '10.001', '15', '68900000', '68914999', '83801000', '87999999', NULL, 1652934042),
(76396, '3220', '430.00', '14', '10.001', '15', '68900000', '68914999', '83801000', '87999999', NULL, 1652934042),
(76397, '3298', '298.00', '17', '15.001', '20', '68900000', '68914999', '83801000', '87999999', NULL, 1652934043),
(76398, '3220', '595.00', '14', '15.001', '20', '68900000', '68914999', '83801000', '87999999', NULL, 1652934044),
(76399, '3298', '380.00', '17', '20.001', '25', '68900000', '68914999', '83801000', '87999999', NULL, 1652934045),
(76400, '3220', '760.00', '14', '20.001', '25', '68900000', '68914999', '83801000', '87999999', NULL, 1652934050),
(76401, '3298', '463.00', '17', '25.001', '30', '68900000', '68914999', '83801000', '87999999', NULL, 1652934051),
(76402, '3220', '925.00', '14', '25.001', '30', '68900000', '68914999', '83801000', '87999999', NULL, 1652934052),
(76403, '3298', '45.00', '15', '0.3', '5', '68900000', '68914999', '88000000', '82999999', NULL, 1652934057),
(76404, '3220', '137.00', '10', '0.3', '5', '68900000', '68914999', '88000000', '82999999', NULL, 1652934057),
(76405, '3298', '71.00', '15', '5.001', '10', '68900000', '68914999', '88000000', '82999999', NULL, 1652934060),
(76406, '3220', '214.00', '10', '5.001', '10', '68900000', '68914999', '88000000', '82999999', NULL, 1652934061),
(76407, '3298', '116.00', '15', '10.001', '15', '68900000', '68914999', '88000000', '82999999', NULL, 1652934068),
(76408, '3220', '346.00', '10', '10.001', '15', '68900000', '68914999', '88000000', '82999999', NULL, 1652934068),
(76409, '3298', '160.00', '15', '15.001', '20', '68900000', '68914999', '88000000', '82999999', NULL, 1652934070),
(76410, '3220', '479.00', '10', '15.001', '20', '68900000', '68914999', '88000000', '82999999', NULL, 1652934072),
(76411, '3298', '205.00', '15', '20.001', '25', '68900000', '68914999', '88000000', '82999999', NULL, 1652934072),
(76412, '3220', '612.00', '10', '20.001', '25', '68900000', '68914999', '88000000', '82999999', NULL, 1652934073),
(76413, '3298', '249.00', '15', '25.001', '30', '68900000', '68914999', '88000000', '82999999', NULL, 1652934074),
(76414, '3220', '744.00', '10', '25.001', '30', '68900000', '68914999', '88000000', '82999999', NULL, 1652934074),
(76415, '3298', '45.00', '15', '0.3', '5', '68900000', '68914999', '88000000', '88469999', NULL, 1652934075),
(76416, '3220', '137.00', '10', '0.3', '5', '68900000', '68914999', '88000000', '88469999', NULL, 1652934081),
(76417, '3298', '71.00', '15', '5.001', '10', '68900000', '68914999', '88000000', '88469999', NULL, 1652934083),
(76418, '3220', '214.00', '10', '5.001', '10', '68900000', '68914999', '88000000', '88469999', NULL, 1652934084),
(76419, '3298', '116.00', '15', '10.001', '15', '68900000', '68914999', '88000000', '88469999', NULL, 1652934085),
(76420, '3220', '346.00', '10', '10.001', '15', '68900000', '68914999', '88000000', '88469999', NULL, 1652934086),
(76421, '3298', '160.00', '15', '15.001', '20', '68900000', '68914999', '88000000', '88469999', NULL, 1652934088),
(76422, '3220', '479.00', '10', '15.001', '20', '68900000', '68914999', '88000000', '88469999', NULL, 1652934091),
(76423, '3298', '205.00', '15', '20.001', '25', '68900000', '68914999', '88000000', '88469999', NULL, 1652934092),
(76424, '3220', '612.00', '10', '20.001', '25', '68900000', '68914999', '88000000', '88469999', NULL, 1652934093),
(76425, '3298', '249.00', '15', '25.001', '30', '68900000', '68914999', '88000000', '88469999', NULL, 1652934093),
(76426, '3220', '744.00', '10', '25.001', '30', '68900000', '68914999', '88000000', '88469999', NULL, 1652934097),
(76427, '3298', '78.00', '15', '0.3', '5', '68900000', '68914999', '88470000', '89999999', NULL, 1652934099),
(76428, '3220', '154.00', '11', '0.3', '5', '68900000', '68914999', '88470000', '89999999', NULL, 1652934100),
(76429, '3298', '114.00', '15', '5.001', '10', '68900000', '68914999', '88470000', '89999999', NULL, 1652934101),
(76430, '3220', '223.00', '11', '5.001', '10', '68900000', '68914999', '88470000', '89999999', NULL, 1652934103),
(76431, '3298', '185.00', '15', '10.001', '15', '68900000', '68914999', '88470000', '89999999', NULL, 1652934103),
(76432, '3220', '361.00', '11', '10.001', '15', '68900000', '68914999', '88470000', '89999999', NULL, 1652934105),
(76433, '3298', '256.00', '15', '15.001', '20', '68900000', '68914999', '88470000', '89999999', NULL, 1652934106),
(76434, '3220', '500.00', '11', '15.001', '20', '68900000', '68914999', '88470000', '89999999', NULL, 1652934107),
(76435, '3298', '327.00', '15', '20.001', '25', '68900000', '68914999', '88470000', '89999999', NULL, 1652934107),
(76436, '3220', '638.00', '11', '20.001', '25', '68900000', '68914999', '88470000', '89999999', NULL, 1652934113),
(76437, '3298', '398.00', '15', '25.001', '30', '68900000', '68914999', '88470000', '89999999', NULL, 1652934114),
(76438, '3220', '777.00', '11', '25.001', '30', '68900000', '68914999', '88470000', '89999999', NULL, 1652934115),
(76439, '3298', '45.00', '15', '0.3', '5', '68900000', '68914999', '90000000', '91999999', NULL, 1652934116),
(76440, '3220', '137.00', '11', '0.3', '5', '68900000', '68914999', '90000000', '91999999', NULL, 1652934118),
(76441, '3298', '71.00', '15', '5.001', '10', '68900000', '68914999', '90000000', '91999999', NULL, 1652934118),
(76442, '3220', '214.00', '11', '5.001', '10', '68900000', '68914999', '90000000', '91999999', NULL, 1652934124),
(76443, '3298', '116.00', '15', '10.001', '15', '68900000', '68914999', '90000000', '91999999', NULL, 1652934126),
(76444, '3220', '346.00', '11', '10.001', '15', '68900000', '68914999', '90000000', '91999999', NULL, 1652934127),
(76445, '3298', '160.00', '15', '15.001', '20', '68900000', '68914999', '90000000', '91999999', NULL, 1652934127),
(76446, '3220', '479.00', '11', '15.001', '20', '68900000', '68914999', '90000000', '91999999', NULL, 1652934129),
(76447, '3298', '205.00', '15', '20.001', '25', '68900000', '68914999', '90000000', '91999999', NULL, 1652934130),
(76448, '3220', '612.00', '11', '20.001', '25', '68900000', '68914999', '90000000', '91999999', NULL, 1652934132),
(76449, '3298', '249.00', '15', '25.001', '30', '68900000', '68914999', '90000000', '91999999', NULL, 1652934134),
(76450, '3220', '744.00', '11', '25.001', '30', '68900000', '68914999', '90000000', '91999999', NULL, 1652934135),
(76451, '3298', '45.00', '15', '0.3', '5', '68900000', '68914999', '90000000', '94900999', NULL, 1652934136),
(76452, '3220', '137.00', '11', '0.3', '5', '68900000', '68914999', '90000000', '94900999', NULL, 1652934137),
(76453, '3298', '71.00', '15', '5.001', '10', '68900000', '68914999', '90000000', '94900999', NULL, 1652934137),
(76454, '3220', '214.00', '11', '5.001', '10', '68900000', '68914999', '90000000', '94900999', NULL, 1652934140),
(76455, '3298', '116.00', '15', '10.001', '15', '68900000', '68914999', '90000000', '94900999', NULL, 1652934142),
(76456, '3220', '346.00', '11', '10.001', '15', '68900000', '68914999', '90000000', '94900999', NULL, 1652934148),
(76457, '3298', '160.00', '15', '15.001', '20', '68900000', '68914999', '90000000', '94900999', NULL, 1652934151),
(76458, '3220', '479.00', '11', '15.001', '20', '68900000', '68914999', '90000000', '94900999', NULL, 1652934152),
(76459, '3298', '205.00', '15', '20.001', '25', '68900000', '68914999', '90000000', '94900999', NULL, 1652934153),
(76460, '3220', '612.00', '11', '20.001', '25', '68900000', '68914999', '90000000', '94900999', NULL, 1652934155),
(76461, '3298', '249.00', '15', '25.001', '30', '68900000', '68914999', '90000000', '94900999', NULL, 1652934156),
(76462, '3220', '744.00', '11', '25.001', '30', '68900000', '68914999', '90000000', '94900999', NULL, 1652934158),
(76463, '3298', '90.00', '20', '0.3', '5', '68900000', '68914999', '94901000', '99999999', NULL, 1652934160),
(76464, '3220', '183.00', '16', '0.3', '5', '68900000', '68914999', '94901000', '99999999', NULL, 1652934161),
(76465, '3298', '133.00', '20', '5.001', '10', '68900000', '68914999', '94901000', '99999999', NULL, 1652934162),
(76466, '3220', '266.00', '16', '5.001', '10', '68900000', '68914999', '94901000', '99999999', NULL, 1652934162),
(76467, '3298', '215.00', '20', '10.001', '15', '68900000', '68914999', '94901000', '99999999', NULL, 1652934163),
(76468, '3220', '430.00', '16', '10.001', '15', '68900000', '68914999', '94901000', '99999999', NULL, 1652934164),
(76469, '3298', '298.00', '20', '15.001', '20', '68900000', '68914999', '94901000', '99999999', NULL, 1652934165),
(76470, '3220', '595.00', '16', '15.001', '20', '68900000', '68914999', '94901000', '99999999', NULL, 1652934165),
(76471, '3298', '380.00', '20', '20.001', '25', '68900000', '68914999', '94901000', '99999999', NULL, 1652934169),
(76472, '3220', '760.00', '16', '20.001', '25', '68900000', '68914999', '94901000', '99999999', NULL, 1652934170),
(76473, '3298', '463.00', '20', '25.001', '30', '68900000', '68914999', '94901000', '99999999', NULL, 1652934172),
(76474, '3220', '925.00', '16', '25.001', '30', '68900000', '68914999', '94901000', '99999999', NULL, 1652934176),
(76475, '3298', '90.00', '16', '0.3', '5', '68915000', '68999999', '01000000', '08499999', NULL, 1652934177),
(76476, '3220', '183.00', '13', '0.3', '5', '68915000', '68999999', '01000000', '08499999', NULL, 1652934178),
(76477, '3298', '133.00', '16', '5.001', '10', '68915000', '68999999', '01000000', '08499999', NULL, 1652934184),
(76478, '3220', '266.00', '13', '5.001', '10', '68915000', '68999999', '01000000', '08499999', NULL, 1652934191),
(76479, '3298', '215.00', '16', '10.001', '15', '68915000', '68999999', '01000000', '08499999', NULL, 1652934196),
(76480, '3220', '430.00', '13', '10.001', '15', '68915000', '68999999', '01000000', '08499999', NULL, 1652934200),
(76481, '3298', '298.00', '16', '15.001', '20', '68915000', '68999999', '01000000', '08499999', NULL, 1652934203),
(76482, '3220', '595.00', '13', '15.001', '20', '68915000', '68999999', '01000000', '08499999', NULL, 1652934204),
(76483, '3298', '380.00', '16', '20.001', '25', '68915000', '68999999', '01000000', '08499999', NULL, 1652934206),
(76484, '3220', '760.00', '13', '20.001', '25', '68915000', '68999999', '01000000', '08499999', NULL, 1652934207),
(76485, '3298', '463.00', '16', '25.001', '30', '68915000', '68999999', '01000000', '08499999', NULL, 1652934209),
(76486, '3220', '925.00', '13', '25.001', '30', '68915000', '68999999', '01000000', '08499999', NULL, 1652934210),
(76487, '3298', '90.00', '16', '0.3', '5', '68915000', '68999999', '06000000', '09999999', NULL, 1652934211),
(76488, '3220', '183.00', '13', '0.3', '5', '68915000', '68999999', '06000000', '09999999', NULL, 1652934216),
(76489, '3298', '133.00', '16', '5.001', '10', '68915000', '68999999', '06000000', '09999999', NULL, 1652934217),
(76490, '3220', '266.00', '13', '5.001', '10', '68915000', '68999999', '06000000', '09999999', NULL, 1652934218),
(76491, '3298', '215.00', '16', '10.001', '15', '68915000', '68999999', '06000000', '09999999', NULL, 1652934218),
(76492, '3220', '430.00', '13', '10.001', '15', '68915000', '68999999', '06000000', '09999999', NULL, 1652934221),
(76493, '3298', '298.00', '16', '15.001', '20', '68915000', '68999999', '06000000', '09999999', NULL, 1652934222),
(76494, '3220', '595.00', '13', '15.001', '20', '68915000', '68999999', '06000000', '09999999', NULL, 1652934225),
(76495, '3298', '380.00', '16', '20.001', '25', '68915000', '68999999', '06000000', '09999999', NULL, 1652934226),
(76496, '3220', '760.00', '13', '20.001', '25', '68915000', '68999999', '06000000', '09999999', NULL, 1652934227),
(76497, '3298', '463.00', '16', '25.001', '30', '68915000', '68999999', '06000000', '09999999', NULL, 1652934231),
(76498, '3220', '925.00', '13', '25.001', '30', '68915000', '68999999', '06000000', '09999999', NULL, 1652934232),
(76499, '3298', '90.00', '17', '0.3', '5', '68915000', '68999999', '11000000', '11999999', NULL, 1652934233),
(76500, '3220', '183.00', '14', '0.3', '5', '68915000', '68999999', '11000000', '11999999', NULL, 1652934234),
(76501, '3298', '133.00', '17', '5.001', '10', '68915000', '68999999', '11000000', '11999999', NULL, 1652934235),
(76502, '3220', '266.00', '14', '5.001', '10', '68915000', '68999999', '11000000', '11999999', NULL, 1652934239),
(76503, '3298', '215.00', '17', '10.001', '15', '68915000', '68999999', '11000000', '11999999', NULL, 1652934240),
(76504, '3220', '430.00', '14', '10.001', '15', '68915000', '68999999', '11000000', '11999999', NULL, 1652934242),
(76505, '3298', '298.00', '17', '15.001', '20', '68915000', '68999999', '11000000', '11999999', NULL, 1652934244),
(76506, '3220', '595.00', '14', '15.001', '20', '68915000', '68999999', '11000000', '11999999', NULL, 1652934249),
(76507, '3298', '380.00', '17', '20.001', '25', '68915000', '68999999', '11000000', '11999999', NULL, 1652934249),
(76508, '3220', '760.00', '14', '20.001', '25', '68915000', '68999999', '11000000', '11999999', NULL, 1652934250),
(76509, '3298', '463.00', '17', '25.001', '30', '68915000', '68999999', '11000000', '11999999', NULL, 1652934251),
(76510, '3220', '925.00', '14', '25.001', '30', '68915000', '68999999', '11000000', '11999999', NULL, 1652934252),
(76511, '3298', '90.00', '17', '0.3', '5', '68915000', '68999999', '12000000', '19999999', NULL, 1652934252),
(76512, '3220', '183.00', '14', '0.3', '5', '68915000', '68999999', '12000000', '19999999', NULL, 1652934254),
(76513, '3298', '133.00', '17', '5.001', '10', '68915000', '68999999', '12000000', '19999999', NULL, 1652934257),
(76514, '3220', '266.00', '14', '5.001', '10', '68915000', '68999999', '12000000', '19999999', NULL, 1652934258),
(76515, '3298', '215.00', '17', '10.001', '15', '68915000', '68999999', '12000000', '19999999', NULL, 1652934262),
(76516, '3220', '430.00', '14', '10.001', '15', '68915000', '68999999', '12000000', '19999999', NULL, 1652934265),
(76517, '3298', '298.00', '17', '15.001', '20', '68915000', '68999999', '12000000', '19999999', NULL, 1652934266),
(76518, '3220', '595.00', '14', '15.001', '20', '68915000', '68999999', '12000000', '19999999', NULL, 1652934267),
(76519, '3298', '380.00', '17', '20.001', '25', '68915000', '68999999', '12000000', '19999999', NULL, 1652934268),
(76520, '3220', '760.00', '14', '20.001', '25', '68915000', '68999999', '12000000', '19999999', NULL, 1652934268),
(76521, '3298', '463.00', '17', '25.001', '30', '68915000', '68999999', '12000000', '19999999', NULL, 1652934268),
(76522, '3220', '925.00', '14', '25.001', '30', '68915000', '68999999', '12000000', '19999999', NULL, 1652934272),
(76523, '3298', '90.00', '18', '0.3', '5', '68915000', '68999999', '26601000', '28999999', NULL, 1652934309),
(76524, '3220', '183.00', '15', '0.3', '5', '68915000', '68999999', '26601000', '28999999', NULL, 1652934310),
(76525, '3298', '133.00', '18', '5.001', '10', '68915000', '68999999', '26601000', '28999999', NULL, 1652934312),
(76526, '3220', '266.00', '15', '5.001', '10', '68915000', '68999999', '26601000', '28999999', NULL, 1652934314),
(76527, '3298', '215.00', '18', '10.001', '15', '68915000', '68999999', '26601000', '28999999', NULL, 1652934314),
(76528, '3220', '430.00', '15', '10.001', '15', '68915000', '68999999', '26601000', '28999999', NULL, 1652934315),
(76529, '3298', '298.00', '18', '15.001', '20', '68915000', '68999999', '26601000', '28999999', NULL, 1652934319),
(76530, '3220', '595.00', '15', '15.001', '20', '68915000', '68999999', '26601000', '28999999', NULL, 1652934321),
(76531, '3298', '380.00', '18', '20.001', '25', '68915000', '68999999', '26601000', '28999999', NULL, 1652934325),
(76532, '3220', '760.00', '15', '20.001', '25', '68915000', '68999999', '26601000', '28999999', NULL, 1652934327),
(76533, '3298', '463.00', '18', '25.001', '30', '68915000', '68999999', '26601000', '28999999', NULL, 1652934328),
(76534, '3220', '925.00', '15', '25.001', '30', '68915000', '68999999', '26601000', '28999999', NULL, 1652934329),
(76535, '3298', '90.00', '17', '0.3', '5', '68915000', '68999999', '29000000', '29099999', NULL, 1652934333),
(76536, '3220', '183.00', '13', '0.3', '5', '68915000', '68999999', '29000000', '29099999', NULL, 1652934334),
(76537, '3298', '133.00', '17', '5.001', '10', '68915000', '68999999', '29000000', '29099999', NULL, 1652934335),
(76538, '3220', '266.00', '13', '5.001', '10', '68915000', '68999999', '29000000', '29099999', NULL, 1652934336),
(76539, '3298', '215.00', '17', '10.001', '15', '68915000', '68999999', '29000000', '29099999', NULL, 1652934337),
(76540, '3220', '430.00', '13', '10.001', '15', '68915000', '68999999', '29000000', '29099999', NULL, 1652934338),
(76541, '3298', '298.00', '17', '15.001', '20', '68915000', '68999999', '29000000', '29099999', NULL, 1652934339),
(76542, '3220', '595.00', '13', '15.001', '20', '68915000', '68999999', '29000000', '29099999', NULL, 1652934342),
(76543, '3298', '380.00', '17', '20.001', '25', '68915000', '68999999', '29000000', '29099999', NULL, 1652934344),
(76544, '3220', '760.00', '13', '20.001', '25', '68915000', '68999999', '29000000', '29099999', NULL, 1652934345),
(76545, '3298', '463.00', '17', '25.001', '30', '68915000', '68999999', '29000000', '29099999', NULL, 1652934346),
(76546, '3220', '925.00', '13', '25.001', '30', '68915000', '68999999', '29000000', '29099999', NULL, 1652934347),
(76547, '3298', '90.00', '19', '0.3', '5', '68915000', '68999999', '29100000', '29999999', NULL, 1652934348),
(76548, '3220', '183.00', '15', '0.3', '5', '68915000', '68999999', '29100000', '29999999', NULL, 1652934349),
(76549, '3298', '133.00', '19', '5.001', '10', '68915000', '68999999', '29100000', '29999999', NULL, 1652934349),
(76550, '3220', '266.00', '15', '5.001', '10', '68915000', '68999999', '29100000', '29999999', NULL, 1652934350),
(76551, '3298', '215.00', '19', '10.001', '15', '68915000', '68999999', '29100000', '29999999', NULL, 1652934351),
(76552, '3220', '430.00', '15', '10.001', '15', '68915000', '68999999', '29100000', '29999999', NULL, 1652934353),
(76553, '3298', '298.00', '19', '15.001', '20', '68915000', '68999999', '29100000', '29999999', NULL, 1652934355),
(76554, '3220', '595.00', '15', '15.001', '20', '68915000', '68999999', '29100000', '29999999', NULL, 1652934355),
(76555, '3298', '380.00', '19', '20.001', '25', '68915000', '68999999', '29100000', '29999999', NULL, 1652934359),
(76556, '3220', '760.00', '15', '20.001', '25', '68915000', '68999999', '29100000', '29999999', NULL, 1652934360),
(76557, '3298', '463.00', '19', '25.001', '30', '68915000', '68999999', '29100000', '29999999', NULL, 1652934362),
(76558, '3220', '925.00', '15', '25.001', '30', '68915000', '68999999', '29100000', '29999999', NULL, 1652934365),
(76559, '3298', '90.00', '18', '0.3', '5', '68915000', '68999999', '30000000', '31999999', NULL, 1652934367),
(76560, '3220', '183.00', '13', '0.3', '5', '68915000', '68999999', '30000000', '31999999', NULL, 1652934367),
(76561, '3298', '133.00', '18', '5.001', '10', '68915000', '68999999', '30000000', '31999999', NULL, 1652934368),
(76562, '3220', '266.00', '13', '5.001', '10', '68915000', '68999999', '30000000', '31999999', NULL, 1652934372),
(76563, '3298', '215.00', '18', '10.001', '15', '68915000', '68999999', '30000000', '31999999', NULL, 1652934376),
(76564, '3220', '430.00', '13', '10.001', '15', '68915000', '68999999', '30000000', '31999999', NULL, 1652934376),
(76565, '3298', '298.00', '18', '15.001', '20', '68915000', '68999999', '30000000', '31999999', NULL, 1652934377),
(76566, '3220', '595.00', '13', '15.001', '20', '68915000', '68999999', '30000000', '31999999', NULL, 1652934378),
(76567, '3298', '380.00', '18', '20.001', '25', '68915000', '68999999', '30000000', '31999999', NULL, 1652934379),
(76568, '3220', '760.00', '13', '20.001', '25', '68915000', '68999999', '30000000', '31999999', NULL, 1652934379),
(76569, '3298', '463.00', '18', '25.001', '30', '68915000', '68999999', '30000000', '31999999', NULL, 1652934380),
(76570, '3220', '925.00', '13', '25.001', '30', '68915000', '68999999', '30000000', '31999999', NULL, 1652934381),
(76571, '3298', '90.00', '18', '0.3', '5', '68915000', '68999999', '30000000', '34999999', NULL, 1652934382),
(76572, '3220', '183.00', '13', '0.3', '5', '68915000', '68999999', '30000000', '34999999', NULL, 1652934382),
(76573, '3298', '133.00', '18', '5.001', '10', '68915000', '68999999', '30000000', '34999999', NULL, 1652934383),
(76574, '3220', '266.00', '13', '5.001', '10', '68915000', '68999999', '30000000', '34999999', NULL, 1652934387),
(76575, '3298', '215.00', '18', '10.001', '15', '68915000', '68999999', '30000000', '34999999', NULL, 1652934391),
(76576, '3220', '430.00', '13', '10.001', '15', '68915000', '68999999', '30000000', '34999999', NULL, 1652934392),
(76577, '3298', '298.00', '18', '15.001', '20', '68915000', '68999999', '30000000', '34999999', NULL, 1652934395),
(76578, '3220', '595.00', '13', '15.001', '20', '68915000', '68999999', '30000000', '34999999', NULL, 1652934397),
(76579, '3298', '380.00', '18', '20.001', '25', '68915000', '68999999', '30000000', '34999999', NULL, 1652934397),
(76580, '3220', '760.00', '13', '20.001', '25', '68915000', '68999999', '30000000', '34999999', NULL, 1652934398),
(76581, '3298', '463.00', '18', '25.001', '30', '68915000', '68999999', '30000000', '34999999', NULL, 1652934399),
(76582, '3220', '925.00', '13', '25.001', '30', '68915000', '68999999', '30000000', '34999999', NULL, 1652934401),
(76583, '3298', '90.00', '20', '0.3', '5', '68915000', '68999999', '35000000', '39999999', NULL, 1652934404),
(76584, '3220', '183.00', '15', '0.3', '5', '68915000', '68999999', '35000000', '39999999', NULL, 1652934405),
(76585, '3298', '133.00', '20', '5.001', '10', '68915000', '68999999', '35000000', '39999999', NULL, 1652934406),
(76586, '3220', '266.00', '15', '5.001', '10', '68915000', '68999999', '35000000', '39999999', NULL, 1652934406),
(76587, '3298', '215.00', '20', '10.001', '15', '68915000', '68999999', '35000000', '39999999', NULL, 1652934407),
(76588, '3220', '430.00', '15', '10.001', '15', '68915000', '68999999', '35000000', '39999999', NULL, 1652934409),
(76589, '3298', '298.00', '20', '15.001', '20', '68915000', '68999999', '35000000', '39999999', NULL, 1652934410),
(76590, '3220', '595.00', '15', '15.001', '20', '68915000', '68999999', '35000000', '39999999', NULL, 1652934413),
(76591, '3298', '380.00', '20', '20.001', '25', '68915000', '68999999', '35000000', '39999999', NULL, 1652934413),
(76592, '3220', '760.00', '15', '20.001', '25', '68915000', '68999999', '35000000', '39999999', NULL, 1652934417),
(76593, '3298', '463.00', '20', '25.001', '30', '68915000', '68999999', '35000000', '39999999', NULL, 1652934418),
(76594, '3220', '925.00', '15', '25.001', '30', '68915000', '68999999', '35000000', '39999999', NULL, 1652934419),
(76595, '3298', '90.00', '18', '0.3', '5', '68915000', '68999999', '40000000', '41999999', NULL, 1652934422),
(76596, '3220', '183.00', '13', '0.3', '5', '68915000', '68999999', '40000000', '41999999', NULL, 1652934426),
(76597, '3298', '133.00', '18', '5.001', '10', '68915000', '68999999', '40000000', '41999999', NULL, 1652934429),
(76598, '3220', '266.00', '13', '5.001', '10', '68915000', '68999999', '40000000', '41999999', NULL, 1652934430),
(76599, '3298', '215.00', '18', '10.001', '15', '68915000', '68999999', '40000000', '41999999', NULL, 1652934431),
(76600, '3220', '430.00', '13', '10.001', '15', '68915000', '68999999', '40000000', '41999999', NULL, 1652934433),
(76601, '3298', '298.00', '18', '15.001', '20', '68915000', '68999999', '40000000', '41999999', NULL, 1652934434),
(76602, '3220', '595.00', '13', '15.001', '20', '68915000', '68999999', '40000000', '41999999', NULL, 1652934436),
(76603, '3298', '380.00', '18', '20.001', '25', '68915000', '68999999', '40000000', '41999999', NULL, 1652934439),
(76604, '3220', '760.00', '13', '20.001', '25', '68915000', '68999999', '40000000', '41999999', NULL, 1652934440),
(76605, '3298', '463.00', '18', '25.001', '30', '68915000', '68999999', '40000000', '41999999', NULL, 1652934442),
(76606, '3220', '925.00', '13', '25.001', '30', '68915000', '68999999', '40000000', '41999999', NULL, 1652934443),
(76607, '3298', '90.00', '18', '0.3', '5', '68915000', '68999999', '40000000', '44470999', NULL, 1652934446),
(76608, '3220', '183.00', '13', '0.3', '5', '68915000', '68999999', '40000000', '44470999', NULL, 1652934451),
(76609, '3298', '133.00', '18', '5.001', '10', '68915000', '68999999', '40000000', '44470999', NULL, 1652934452),
(76610, '3220', '266.00', '13', '5.001', '10', '68915000', '68999999', '40000000', '44470999', NULL, 1652934452),
(76611, '3298', '215.00', '18', '10.001', '15', '68915000', '68999999', '40000000', '44470999', NULL, 1652934455),
(76612, '3220', '430.00', '13', '10.001', '15', '68915000', '68999999', '40000000', '44470999', NULL, 1652934455),
(76613, '3298', '298.00', '18', '15.001', '20', '68915000', '68999999', '40000000', '44470999', NULL, 1652934456),
(76614, '3220', '595.00', '13', '15.001', '20', '68915000', '68999999', '40000000', '44470999', NULL, 1652934457),
(76615, '3298', '380.00', '18', '20.001', '25', '68915000', '68999999', '40000000', '44470999', NULL, 1652934457),
(76616, '3220', '760.00', '13', '20.001', '25', '68915000', '68999999', '40000000', '44470999', NULL, 1652934459),
(76617, '3298', '463.00', '18', '25.001', '30', '68915000', '68999999', '40000000', '44470999', NULL, 1652934461),
(76618, '3220', '925.00', '13', '25.001', '30', '68915000', '68999999', '40000000', '44470999', NULL, 1652934462),
(76619, '3298', '90.00', '20', '0.3', '5', '68915000', '68999999', '44471000', '48999999', NULL, 1652934465),
(76620, '3220', '183.00', '15', '0.3', '5', '68915000', '68999999', '44471000', '48999999', NULL, 1652934467),
(76621, '3298', '133.00', '20', '5.001', '10', '68915000', '68999999', '44471000', '48999999', NULL, 1652934468),
(76622, '3220', '266.00', '15', '5.001', '10', '68915000', '68999999', '44471000', '48999999', NULL, 1652934470),
(76623, '3298', '215.00', '20', '10.001', '15', '68915000', '68999999', '44471000', '48999999', NULL, 1652934471),
(76624, '3220', '430.00', '15', '10.001', '15', '68915000', '68999999', '44471000', '48999999', NULL, 1652934472),
(76625, '3298', '298.00', '20', '15.001', '20', '68915000', '68999999', '44471000', '48999999', NULL, 1652934474),
(76626, '3220', '595.00', '15', '15.001', '20', '68915000', '68999999', '44471000', '48999999', NULL, 1652934476),
(76627, '3298', '380.00', '20', '20.001', '25', '68915000', '68999999', '44471000', '48999999', NULL, 1652934477),
(76628, '3220', '760.00', '15', '20.001', '25', '68915000', '68999999', '44471000', '48999999', NULL, 1652934478),
(76629, '3298', '463.00', '20', '25.001', '30', '68915000', '68999999', '44471000', '48999999', NULL, 1652934480),
(76630, '3220', '925.00', '15', '25.001', '30', '68915000', '68999999', '44471000', '48999999', NULL, 1652934480),
(76631, '3298', '90.00', '20', '0.3', '5', '68915000', '68999999', '49000000', '49099999', NULL, 1652934482),
(76632, '3220', '183.00', '14', '0.3', '5', '68915000', '68999999', '49000000', '49099999', NULL, 1652934487),
(76633, '3298', '133.00', '20', '5.001', '10', '68915000', '68999999', '49000000', '49099999', NULL, 1652934488),
(76634, '3220', '266.00', '14', '5.001', '10', '68915000', '68999999', '49000000', '49099999', NULL, 1652934489),
(76635, '3298', '215.00', '20', '10.001', '15', '68915000', '68999999', '49000000', '49099999', NULL, 1652934489),
(76636, '3220', '430.00', '14', '10.001', '15', '68915000', '68999999', '49000000', '49099999', NULL, 1652934491),
(76637, '3298', '298.00', '20', '15.001', '20', '68915000', '68999999', '49000000', '49099999', NULL, 1652934494),
(76638, '3220', '595.00', '14', '15.001', '20', '68915000', '68999999', '49000000', '49099999', NULL, 1652934496),
(76639, '3298', '380.00', '20', '20.001', '25', '68915000', '68999999', '49000000', '49099999', NULL, 1652934497),
(76640, '3220', '760.00', '14', '20.001', '25', '68915000', '68999999', '49000000', '49099999', NULL, 1652934498),
(76641, '3298', '463.00', '20', '25.001', '30', '68915000', '68999999', '49000000', '49099999', NULL, 1652934499),
(76642, '3220', '925.00', '14', '25.001', '30', '68915000', '68999999', '49000000', '49099999', NULL, 1652934501),
(76643, '3298', '90.00', '22', '0.3', '5', '68915000', '68999999', '49100000', '49999999', NULL, 1652934504),
(76644, '3220', '183.00', '16', '0.3', '5', '68915000', '68999999', '49100000', '49999999', NULL, 1652934504);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(76645, '3298', '133.00', '22', '5.001', '10', '68915000', '68999999', '49100000', '49999999', NULL, 1652934506),
(76646, '3220', '266.00', '16', '5.001', '10', '68915000', '68999999', '49100000', '49999999', NULL, 1652934509),
(76647, '3298', '215.00', '22', '10.001', '15', '68915000', '68999999', '49100000', '49999999', NULL, 1652934511),
(76648, '3220', '430.00', '16', '10.001', '15', '68915000', '68999999', '49100000', '49999999', NULL, 1652934514),
(76649, '3298', '298.00', '22', '15.001', '20', '68915000', '68999999', '49100000', '49999999', NULL, 1652934516),
(76650, '3220', '595.00', '16', '15.001', '20', '68915000', '68999999', '49100000', '49999999', NULL, 1652934518),
(76651, '3298', '380.00', '22', '20.001', '25', '68915000', '68999999', '49100000', '49999999', NULL, 1652934521),
(76652, '3220', '760.00', '16', '20.001', '25', '68915000', '68999999', '49100000', '49999999', NULL, 1652934522),
(76653, '3298', '463.00', '22', '25.001', '30', '68915000', '68999999', '49100000', '49999999', NULL, 1652934524),
(76654, '3220', '925.00', '16', '25.001', '30', '68915000', '68999999', '49100000', '49999999', NULL, 1652934525),
(76655, '3298', '90.00', '19', '0.3', '5', '68915000', '68999999', '50000000', '52999999', NULL, 1652934526),
(76656, '3220', '183.00', '14', '0.3', '5', '68915000', '68999999', '50000000', '52999999', NULL, 1652934528),
(76657, '3298', '133.00', '19', '5.001', '10', '68915000', '68999999', '50000000', '52999999', NULL, 1652934531),
(76658, '3220', '266.00', '14', '5.001', '10', '68915000', '68999999', '50000000', '52999999', NULL, 1652934532),
(76659, '3298', '215.00', '19', '10.001', '15', '68915000', '68999999', '50000000', '52999999', NULL, 1652934534),
(76660, '3220', '430.00', '14', '10.001', '15', '68915000', '68999999', '50000000', '52999999', NULL, 1652934536),
(76661, '3298', '298.00', '19', '15.001', '20', '68915000', '68999999', '50000000', '52999999', NULL, 1652934539),
(76662, '3220', '595.00', '14', '15.001', '20', '68915000', '68999999', '50000000', '52999999', NULL, 1652934540),
(76663, '3298', '380.00', '19', '20.001', '25', '68915000', '68999999', '50000000', '52999999', NULL, 1652934542),
(76664, '3220', '760.00', '14', '20.001', '25', '68915000', '68999999', '50000000', '52999999', NULL, 1652934544),
(76665, '3298', '463.00', '19', '25.001', '30', '68915000', '68999999', '50000000', '52999999', NULL, 1652934544),
(76666, '3220', '925.00', '14', '25.001', '30', '68915000', '68999999', '50000000', '52999999', NULL, 1652934547),
(76667, '3298', '90.00', '19', '0.3', '5', '68915000', '68999999', '50000000', '54999999', NULL, 1652934551),
(76668, '3220', '183.00', '14', '0.3', '5', '68915000', '68999999', '50000000', '54999999', NULL, 1652934552),
(76669, '3298', '133.00', '19', '5.001', '10', '68915000', '68999999', '50000000', '54999999', NULL, 1652934553),
(76670, '3220', '266.00', '14', '5.001', '10', '68915000', '68999999', '50000000', '54999999', NULL, 1652934553),
(76671, '3298', '215.00', '19', '10.001', '15', '68915000', '68999999', '50000000', '54999999', NULL, 1652934554),
(76672, '3220', '430.00', '14', '10.001', '15', '68915000', '68999999', '50000000', '54999999', NULL, 1652934555),
(76673, '3298', '298.00', '19', '15.001', '20', '68915000', '68999999', '50000000', '54999999', NULL, 1652934555),
(76674, '3220', '595.00', '14', '15.001', '20', '68915000', '68999999', '50000000', '54999999', NULL, 1652934556),
(76675, '3298', '380.00', '19', '20.001', '25', '68915000', '68999999', '50000000', '54999999', NULL, 1652934557),
(76676, '3220', '760.00', '14', '20.001', '25', '68915000', '68999999', '50000000', '54999999', NULL, 1652934560),
(76677, '3298', '463.00', '19', '25.001', '30', '68915000', '68999999', '50000000', '54999999', NULL, 1652934563),
(76678, '3220', '925.00', '14', '25.001', '30', '68915000', '68999999', '50000000', '54999999', NULL, 1652934565),
(76679, '3298', '90.00', '23', '0.3', '5', '68915000', '68999999', '55000000', '56999999', NULL, 1652934565),
(76680, '3220', '183.00', '18', '0.3', '5', '68915000', '68999999', '55000000', '56999999', NULL, 1652934566),
(76681, '3298', '133.00', '23', '5.001', '10', '68915000', '68999999', '55000000', '56999999', NULL, 1652934568),
(76682, '3220', '266.00', '18', '5.001', '10', '68915000', '68999999', '55000000', '56999999', NULL, 1652934569),
(76683, '3298', '215.00', '23', '10.001', '15', '68915000', '68999999', '55000000', '56999999', NULL, 1652934570),
(76684, '3220', '430.00', '18', '10.001', '15', '68915000', '68999999', '55000000', '56999999', NULL, 1652934571),
(76685, '3298', '298.00', '23', '15.001', '20', '68915000', '68999999', '55000000', '56999999', NULL, 1652934572),
(76686, '3220', '595.00', '18', '15.001', '20', '68915000', '68999999', '55000000', '56999999', NULL, 1652934574),
(76687, '3298', '380.00', '23', '20.001', '25', '68915000', '68999999', '55000000', '56999999', NULL, 1652934575),
(76688, '3220', '760.00', '18', '20.001', '25', '68915000', '68999999', '55000000', '56999999', NULL, 1652934577),
(76689, '3298', '463.00', '23', '25.001', '30', '68915000', '68999999', '55000000', '56999999', NULL, 1652934578),
(76690, '3220', '925.00', '18', '25.001', '30', '68915000', '68999999', '55000000', '56999999', NULL, 1652934579),
(76691, '3298', '90.00', '19', '0.3', '5', '68915000', '68999999', '57000000', '57099999', NULL, 1652934580),
(76692, '3220', '183.00', '14', '0.3', '5', '68915000', '68999999', '57000000', '57099999', NULL, 1652934584),
(76693, '3298', '133.00', '19', '5.001', '10', '68915000', '68999999', '57000000', '57099999', NULL, 1652934586),
(76694, '3220', '266.00', '14', '5.001', '10', '68915000', '68999999', '57000000', '57099999', NULL, 1652934589),
(76695, '3298', '215.00', '19', '10.001', '15', '68915000', '68999999', '57000000', '57099999', NULL, 1652934591),
(76696, '3220', '430.00', '14', '10.001', '15', '68915000', '68999999', '57000000', '57099999', NULL, 1652934594),
(76697, '3298', '298.00', '19', '15.001', '20', '68915000', '68999999', '57000000', '57099999', NULL, 1652934597),
(76698, '3220', '595.00', '14', '15.001', '20', '68915000', '68999999', '57000000', '57099999', NULL, 1652934599),
(76699, '3298', '380.00', '19', '20.001', '25', '68915000', '68999999', '57000000', '57099999', NULL, 1652934602),
(76700, '3220', '760.00', '14', '20.001', '25', '68915000', '68999999', '57000000', '57099999', NULL, 1652934602),
(76701, '3298', '463.00', '19', '25.001', '30', '68915000', '68999999', '57000000', '57099999', NULL, 1652934603),
(76702, '3220', '925.00', '14', '25.001', '30', '68915000', '68999999', '57000000', '57099999', NULL, 1652934605),
(76703, '3298', '90.00', '21', '0.3', '5', '68915000', '68999999', '57100000', '57999999', NULL, 1652934608),
(76704, '3220', '183.00', '16', '0.3', '5', '68915000', '68999999', '57100000', '57999999', NULL, 1652934610),
(76705, '3298', '133.00', '21', '5.001', '10', '68915000', '68999999', '57100000', '57999999', NULL, 1652934611),
(76706, '3220', '266.00', '16', '5.001', '10', '68915000', '68999999', '57100000', '57999999', NULL, 1652934612),
(76707, '3298', '215.00', '21', '10.001', '15', '68915000', '68999999', '57100000', '57999999', NULL, 1652934613),
(76708, '3220', '430.00', '16', '10.001', '15', '68915000', '68999999', '57100000', '57999999', NULL, 1652934614),
(76709, '3298', '298.00', '21', '15.001', '20', '68915000', '68999999', '57100000', '57999999', NULL, 1652934615),
(76710, '3220', '595.00', '16', '15.001', '20', '68915000', '68999999', '57100000', '57999999', NULL, 1652934616),
(76711, '3298', '380.00', '21', '20.001', '25', '68915000', '68999999', '57100000', '57999999', NULL, 1652934621),
(76712, '3220', '760.00', '16', '20.001', '25', '68915000', '68999999', '57100000', '57999999', NULL, 1652934621),
(76713, '3298', '463.00', '21', '25.001', '30', '68915000', '68999999', '57100000', '57999999', NULL, 1652934623),
(76714, '3220', '925.00', '16', '25.001', '30', '68915000', '68999999', '57100000', '57999999', NULL, 1652934623),
(76715, '3298', '90.00', '19', '0.3', '5', '68915000', '68999999', '58000000', '58099999', NULL, 1652934625),
(76716, '3220', '183.00', '14', '0.3', '5', '68915000', '68999999', '58000000', '58099999', NULL, 1652934626),
(76717, '3298', '133.00', '19', '5.001', '10', '68915000', '68999999', '58000000', '58099999', NULL, 1652934627),
(76718, '3220', '266.00', '14', '5.001', '10', '68915000', '68999999', '58000000', '58099999', NULL, 1652934627),
(76719, '3298', '215.00', '19', '10.001', '15', '68915000', '68999999', '58000000', '58099999', NULL, 1652934628),
(76720, '3220', '430.00', '14', '10.001', '15', '68915000', '68999999', '58000000', '58099999', NULL, 1652934629),
(76721, '3298', '298.00', '19', '15.001', '20', '68915000', '68999999', '58000000', '58099999', NULL, 1652934633),
(76722, '3220', '595.00', '14', '15.001', '20', '68915000', '68999999', '58000000', '58099999', NULL, 1652934638),
(76723, '3298', '380.00', '19', '20.001', '25', '68915000', '68999999', '58000000', '58099999', NULL, 1652934639),
(76724, '3220', '760.00', '14', '20.001', '25', '68915000', '68999999', '58000000', '58099999', NULL, 1652934640),
(76725, '3298', '463.00', '19', '25.001', '30', '68915000', '68999999', '58000000', '58099999', NULL, 1652934645),
(76726, '3220', '925.00', '14', '25.001', '30', '68915000', '68999999', '58000000', '58099999', NULL, 1652934646),
(76727, '3298', '90.00', '24', '0.3', '5', '68915000', '68999999', '58100000', '58999999', NULL, 1652934647),
(76728, '3220', '183.00', '19', '0.3', '5', '68915000', '68999999', '58100000', '58999999', NULL, 1652934651),
(76729, '3298', '133.00', '24', '5.001', '10', '68915000', '68999999', '58100000', '58999999', NULL, 1652934654),
(76730, '3220', '266.00', '19', '5.001', '10', '68915000', '68999999', '58100000', '58999999', NULL, 1652934654),
(76731, '3298', '215.00', '24', '10.001', '15', '68915000', '68999999', '58100000', '58999999', NULL, 1652934656),
(76732, '3220', '430.00', '19', '10.001', '15', '68915000', '68999999', '58100000', '58999999', NULL, 1652934656),
(76733, '3298', '298.00', '24', '15.001', '20', '68915000', '68999999', '58100000', '58999999', NULL, 1652934657),
(76734, '3220', '595.00', '19', '15.001', '20', '68915000', '68999999', '58100000', '58999999', NULL, 1652934658),
(76735, '3298', '380.00', '24', '20.001', '25', '68915000', '68999999', '58100000', '58999999', NULL, 1652934661),
(76736, '3220', '760.00', '19', '20.001', '25', '68915000', '68999999', '58100000', '58999999', NULL, 1652934667),
(76737, '3298', '463.00', '24', '25.001', '30', '68915000', '68999999', '58100000', '58999999', NULL, 1652934669),
(76738, '3220', '925.00', '19', '25.001', '30', '68915000', '68999999', '58100000', '58999999', NULL, 1652934671),
(76739, '3298', '90.00', '20', '0.3', '5', '68915000', '68999999', '59000000', '59099999', NULL, 1652934672),
(76740, '3220', '183.00', '14', '0.3', '5', '68915000', '68999999', '59000000', '59099999', NULL, 1652934673),
(76741, '3298', '133.00', '20', '5.001', '10', '68915000', '68999999', '59000000', '59099999', NULL, 1652934674),
(76742, '3220', '266.00', '14', '5.001', '10', '68915000', '68999999', '59000000', '59099999', NULL, 1652934675),
(76743, '3298', '215.00', '20', '10.001', '15', '68915000', '68999999', '59000000', '59099999', NULL, 1652934678),
(76744, '3220', '430.00', '14', '10.001', '15', '68915000', '68999999', '59000000', '59099999', NULL, 1652934679),
(76745, '3298', '298.00', '20', '15.001', '20', '68915000', '68999999', '59000000', '59099999', NULL, 1652934680),
(76746, '3220', '595.00', '14', '15.001', '20', '68915000', '68999999', '59000000', '59099999', NULL, 1652934681),
(76747, '3298', '380.00', '20', '20.001', '25', '68915000', '68999999', '59000000', '59099999', NULL, 1652934682),
(76748, '3220', '760.00', '14', '20.001', '25', '68915000', '68999999', '59000000', '59099999', NULL, 1652934682),
(76749, '3298', '463.00', '20', '25.001', '30', '68915000', '68999999', '59000000', '59099999', NULL, 1652934687),
(76750, '3220', '925.00', '14', '25.001', '30', '68915000', '68999999', '59000000', '59099999', NULL, 1652934690),
(76751, '3298', '90.00', '20', '0.3', '5', '68915000', '68999999', '59100000', '59999999', NULL, 1652934693),
(76752, '3220', '183.00', '14', '0.3', '5', '68915000', '68999999', '59100000', '59999999', NULL, 1652934696),
(76753, '3298', '133.00', '20', '5.001', '10', '68915000', '68999999', '59100000', '59999999', NULL, 1652934697),
(76754, '3220', '266.00', '14', '5.001', '10', '68915000', '68999999', '59100000', '59999999', NULL, 1652934699),
(76755, '3298', '215.00', '20', '10.001', '15', '68915000', '68999999', '59100000', '59999999', NULL, 1652934699),
(76756, '3220', '430.00', '14', '10.001', '15', '68915000', '68999999', '59100000', '59999999', NULL, 1652934700),
(76757, '3298', '298.00', '20', '15.001', '20', '68915000', '68999999', '59100000', '59999999', NULL, 1652934701),
(76758, '3220', '595.00', '14', '15.001', '20', '68915000', '68999999', '59100000', '59999999', NULL, 1652934702),
(76759, '3298', '380.00', '20', '20.001', '25', '68915000', '68999999', '59100000', '59999999', NULL, 1652934703),
(76760, '3220', '760.00', '14', '20.001', '25', '68915000', '68999999', '59100000', '59999999', NULL, 1652934704),
(76761, '3298', '463.00', '20', '25.001', '30', '68915000', '68999999', '59100000', '59999999', NULL, 1652934704),
(76762, '3220', '925.00', '14', '25.001', '30', '68915000', '68999999', '59100000', '59999999', NULL, 1652934705),
(76763, '3298', '90.00', '19', '0.3', '5', '68915000', '68999999', '60000000', '60999999', NULL, 1652934706),
(76764, '3220', '183.00', '14', '0.3', '5', '68915000', '68999999', '60000000', '60999999', NULL, 1652934707),
(76765, '3298', '133.00', '19', '5.001', '10', '68915000', '68999999', '60000000', '60999999', NULL, 1652934708),
(76766, '3220', '266.00', '14', '5.001', '10', '68915000', '68999999', '60000000', '60999999', NULL, 1652934708),
(76767, '3298', '215.00', '19', '10.001', '15', '68915000', '68999999', '60000000', '60999999', NULL, 1652934710),
(76768, '3220', '430.00', '14', '10.001', '15', '68915000', '68999999', '60000000', '60999999', NULL, 1652934710),
(76769, '3298', '298.00', '19', '15.001', '20', '68915000', '68999999', '60000000', '60999999', NULL, 1652934717),
(76770, '3220', '595.00', '14', '15.001', '20', '68915000', '68999999', '60000000', '60999999', NULL, 1652934718),
(76771, '3298', '380.00', '19', '20.001', '25', '68915000', '68999999', '60000000', '60999999', NULL, 1652934719),
(76772, '3220', '760.00', '14', '20.001', '25', '68915000', '68999999', '60000000', '60999999', NULL, 1652934721),
(76773, '3298', '463.00', '19', '25.001', '30', '68915000', '68999999', '60000000', '60999999', NULL, 1652934722),
(76774, '3220', '925.00', '14', '25.001', '30', '68915000', '68999999', '60000000', '60999999', NULL, 1652934724),
(76775, '3298', '90.00', '19', '0.3', '5', '68915000', '68999999', '60000000', '61900999', NULL, 1652934725),
(76776, '3220', '183.00', '14', '0.3', '5', '68915000', '68999999', '60000000', '61900999', NULL, 1652934725),
(76777, '3298', '133.00', '19', '5.001', '10', '68915000', '68999999', '60000000', '61900999', NULL, 1652934733),
(76778, '3220', '266.00', '14', '5.001', '10', '68915000', '68999999', '60000000', '61900999', NULL, 1652934734),
(76779, '3298', '215.00', '19', '10.001', '15', '68915000', '68999999', '60000000', '61900999', NULL, 1652934742),
(76780, '3220', '430.00', '14', '10.001', '15', '68915000', '68999999', '60000000', '61900999', NULL, 1652934743),
(76781, '3298', '298.00', '19', '15.001', '20', '68915000', '68999999', '60000000', '61900999', NULL, 1652934744),
(76782, '3220', '595.00', '14', '15.001', '20', '68915000', '68999999', '60000000', '61900999', NULL, 1652934744),
(76783, '3298', '380.00', '19', '20.001', '25', '68915000', '68999999', '60000000', '61900999', NULL, 1652934745),
(76784, '3220', '760.00', '14', '20.001', '25', '68915000', '68999999', '60000000', '61900999', NULL, 1652934746),
(76785, '3298', '463.00', '19', '25.001', '30', '68915000', '68999999', '60000000', '61900999', NULL, 1652934747),
(76786, '3220', '925.00', '14', '25.001', '30', '68915000', '68999999', '60000000', '61900999', NULL, 1652934748),
(76787, '3298', '90.00', '23', '0.3', '5', '68915000', '68999999', '61901000', '63999999', NULL, 1652934749),
(76788, '3220', '183.00', '18', '0.3', '5', '68915000', '68999999', '61901000', '63999999', NULL, 1652934749),
(76789, '3298', '133.00', '23', '5.001', '10', '68915000', '68999999', '61901000', '63999999', NULL, 1652934750),
(76790, '3220', '266.00', '18', '5.001', '10', '68915000', '68999999', '61901000', '63999999', NULL, 1652934751),
(76791, '3298', '215.00', '23', '10.001', '15', '68915000', '68999999', '61901000', '63999999', NULL, 1652934751),
(76792, '3220', '430.00', '18', '10.001', '15', '68915000', '68999999', '61901000', '63999999', NULL, 1652934752),
(76793, '3298', '298.00', '23', '15.001', '20', '68915000', '68999999', '61901000', '63999999', NULL, 1652934752),
(76794, '3220', '595.00', '18', '15.001', '20', '68915000', '68999999', '61901000', '63999999', NULL, 1652934761),
(76795, '3298', '380.00', '23', '20.001', '25', '68915000', '68999999', '61901000', '63999999', NULL, 1652934762),
(76796, '3220', '760.00', '18', '20.001', '25', '68915000', '68999999', '61901000', '63999999', NULL, 1652934763),
(76797, '3298', '463.00', '23', '25.001', '30', '68915000', '68999999', '61901000', '63999999', NULL, 1652934771),
(76798, '3220', '925.00', '18', '25.001', '30', '68915000', '68999999', '61901000', '63999999', NULL, 1652934771),
(76799, '3298', '70.00', '19', '0.3', '5', '68915000', '68999999', '64000000', '64099999', NULL, 1652934772),
(76800, '3220', '157.00', '16', '0.3', '5', '68915000', '68999999', '64000000', '64099999', NULL, 1652934773),
(76801, '3298', '106.00', '19', '5.001', '10', '68915000', '68999999', '64000000', '64099999', NULL, 1652934773),
(76802, '3220', '226.00', '16', '5.001', '10', '68915000', '68999999', '64000000', '64099999', NULL, 1652934782),
(76803, '3298', '172.00', '19', '10.001', '15', '68915000', '68999999', '64000000', '64099999', NULL, 1652934783),
(76804, '3220', '367.00', '16', '10.001', '15', '68915000', '68999999', '64000000', '64099999', NULL, 1652934783),
(76805, '3298', '239.00', '19', '15.001', '20', '68915000', '68999999', '64000000', '64099999', NULL, 1652934784),
(76806, '3220', '508.00', '16', '15.001', '20', '68915000', '68999999', '64000000', '64099999', NULL, 1652934785),
(76807, '3298', '305.00', '19', '20.001', '25', '68915000', '68999999', '64000000', '64099999', NULL, 1652934785),
(76808, '3220', '649.00', '16', '20.001', '25', '68915000', '68999999', '64000000', '64099999', NULL, 1652934786),
(76809, '3298', '371.00', '19', '25.001', '30', '68915000', '68999999', '64000000', '64099999', NULL, 1652934787),
(76810, '3220', '789.00', '16', '25.001', '30', '68915000', '68999999', '64000000', '64099999', NULL, 1652934788),
(76811, '3298', '70.00', '22', '0.3', '5', '68915000', '68999999', '64100000', '64999999', NULL, 1652934789),
(76812, '3220', '157.00', '19', '0.3', '5', '68915000', '68999999', '64100000', '64999999', NULL, 1652934790),
(76813, '3298', '106.00', '22', '5.001', '10', '68915000', '68999999', '64100000', '64999999', NULL, 1652934790),
(76814, '3220', '226.00', '19', '5.001', '10', '68915000', '68999999', '64100000', '64999999', NULL, 1652934791),
(76815, '3298', '172.00', '22', '10.001', '15', '68915000', '68999999', '64100000', '64999999', NULL, 1652934792),
(76816, '3220', '367.00', '19', '10.001', '15', '68915000', '68999999', '64100000', '64999999', NULL, 1652934793),
(76817, '3298', '239.00', '22', '15.001', '20', '68915000', '68999999', '64100000', '64999999', NULL, 1652934793),
(76818, '3220', '508.00', '19', '15.001', '20', '68915000', '68999999', '64100000', '64999999', NULL, 1652934794),
(76819, '3298', '305.00', '22', '20.001', '25', '68915000', '68999999', '64100000', '64999999', NULL, 1652934795),
(76820, '3220', '649.00', '19', '20.001', '25', '68915000', '68999999', '64100000', '64999999', NULL, 1652934796),
(76821, '3298', '371.00', '22', '25.001', '30', '68915000', '68999999', '64100000', '64999999', NULL, 1652934797),
(76822, '3220', '789.00', '19', '25.001', '30', '68915000', '68999999', '64100000', '64999999', NULL, 1652934798),
(76823, '3298', '70.00', '21', '0.3', '5', '68915000', '68999999', '65000000', '65099999', NULL, 1652934800),
(76824, '3220', '157.00', '16', '0.3', '5', '68915000', '68999999', '65000000', '65099999', NULL, 1652934807),
(76825, '3298', '106.00', '21', '5.001', '10', '68915000', '68999999', '65000000', '65099999', NULL, 1652934808),
(76826, '3220', '226.00', '16', '5.001', '10', '68915000', '68999999', '65000000', '65099999', NULL, 1652934808),
(76827, '3298', '172.00', '21', '10.001', '15', '68915000', '68999999', '65000000', '65099999', NULL, 1652934809),
(76828, '3220', '367.00', '16', '10.001', '15', '68915000', '68999999', '65000000', '65099999', NULL, 1652934817),
(76829, '3298', '239.00', '21', '15.001', '20', '68915000', '68999999', '65000000', '65099999', NULL, 1652934817),
(76830, '3220', '508.00', '16', '15.001', '20', '68915000', '68999999', '65000000', '65099999', NULL, 1652934818),
(76831, '3298', '305.00', '21', '20.001', '25', '68915000', '68999999', '65000000', '65099999', NULL, 1652934818),
(76832, '3220', '649.00', '16', '20.001', '25', '68915000', '68999999', '65000000', '65099999', NULL, 1652934819),
(76833, '3298', '371.00', '21', '25.001', '30', '68915000', '68999999', '65000000', '65099999', NULL, 1652934820),
(76834, '3220', '789.00', '16', '25.001', '30', '68915000', '68999999', '65000000', '65099999', NULL, 1652934820),
(76835, '3298', '70.00', '25', '0.3', '5', '68915000', '68999999', '65100000', '65999999', NULL, 1652934821),
(76836, '3220', '157.00', '20', '0.3', '5', '68915000', '68999999', '65100000', '65999999', NULL, 1652934822),
(76837, '3298', '106.00', '25', '5.001', '10', '68915000', '68999999', '65100000', '65999999', NULL, 1652934823),
(76838, '3220', '226.00', '20', '5.001', '10', '68915000', '68999999', '65100000', '65999999', NULL, 1652934824),
(76839, '3298', '172.00', '25', '10.001', '15', '68915000', '68999999', '65100000', '65999999', NULL, 1652934824),
(76840, '3220', '367.00', '20', '10.001', '15', '68915000', '68999999', '65100000', '65999999', NULL, 1652934825),
(76841, '3298', '239.00', '25', '15.001', '20', '68915000', '68999999', '65100000', '65999999', NULL, 1652934826),
(76842, '3220', '508.00', '20', '15.001', '20', '68915000', '68999999', '65100000', '65999999', NULL, 1652934827),
(76843, '3298', '305.00', '25', '20.001', '25', '68915000', '68999999', '65100000', '65999999', NULL, 1652934827),
(76844, '3220', '649.00', '20', '20.001', '25', '68915000', '68999999', '65100000', '65999999', NULL, 1652934829),
(76845, '3298', '371.00', '25', '25.001', '30', '68915000', '68999999', '65100000', '65999999', NULL, 1652934829),
(76846, '3220', '789.00', '20', '25.001', '30', '68915000', '68999999', '65100000', '65999999', NULL, 1652934830),
(76847, '3298', '44.00', '13', '0.3', '5', '68915000', '68999999', '66000000', '66999999', NULL, 1652934831),
(76848, '3220', '102.00', '10', '0.3', '5', '68915000', '68999999', '66000000', '66999999', NULL, 1652934831),
(76849, '3298', '74.00', '13', '5.001', '10', '68915000', '68999999', '66000000', '66999999', NULL, 1652934832),
(76850, '3220', '141.00', '10', '5.001', '10', '68915000', '68999999', '66000000', '66999999', NULL, 1652934833),
(76851, '3298', '120.00', '13', '10.001', '15', '68915000', '68999999', '66000000', '66999999', NULL, 1652934834),
(76852, '3220', '229.00', '10', '10.001', '15', '68915000', '68999999', '66000000', '66999999', NULL, 1652934835),
(76853, '3298', '166.00', '13', '15.001', '20', '68915000', '68999999', '66000000', '66999999', NULL, 1652934843),
(76854, '3220', '316.00', '10', '15.001', '20', '68915000', '68999999', '66000000', '66999999', NULL, 1652934844),
(76855, '3298', '212.00', '13', '20.001', '25', '68915000', '68999999', '66000000', '66999999', NULL, 1652934845),
(76856, '3220', '404.00', '10', '20.001', '25', '68915000', '68999999', '66000000', '66999999', NULL, 1652934846),
(76857, '3298', '258.00', '13', '25.001', '30', '68915000', '68999999', '66000000', '66999999', NULL, 1652934847),
(76858, '3220', '492.00', '10', '25.001', '30', '68915000', '68999999', '66000000', '66999999', NULL, 1652934854),
(76859, '3298', '44.00', '13', '0.3', '5', '68915000', '68999999', '66000000', '67999999', NULL, 1652934854),
(76860, '3220', '102.00', '10', '0.3', '5', '68915000', '68999999', '66000000', '67999999', NULL, 1652934855),
(76861, '3298', '74.00', '13', '5.001', '10', '68915000', '68999999', '66000000', '67999999', NULL, 1652934861),
(76862, '3220', '141.00', '10', '5.001', '10', '68915000', '68999999', '66000000', '67999999', NULL, 1652934862),
(76863, '3298', '120.00', '13', '10.001', '15', '68915000', '68999999', '66000000', '67999999', NULL, 1652934863),
(76864, '3220', '229.00', '10', '10.001', '15', '68915000', '68999999', '66000000', '67999999', NULL, 1652934866),
(76865, '3298', '166.00', '13', '15.001', '20', '68915000', '68999999', '66000000', '67999999', NULL, 1652934867),
(76866, '3220', '316.00', '10', '15.001', '20', '68915000', '68999999', '66000000', '67999999', NULL, 1652934869),
(76867, '3298', '212.00', '13', '20.001', '25', '68915000', '68999999', '66000000', '67999999', NULL, 1652934870),
(76868, '3220', '404.00', '10', '20.001', '25', '68915000', '68999999', '66000000', '67999999', NULL, 1652934872),
(76869, '3298', '258.00', '13', '25.001', '30', '68915000', '68999999', '66000000', '67999999', NULL, 1652934872),
(76870, '3220', '492.00', '10', '25.001', '30', '68915000', '68999999', '66000000', '67999999', NULL, 1652934875),
(76871, '3298', '44.00', '16', '0.3', '5', '68915000', '68999999', '68000000', '68899999', NULL, 1652934876),
(76872, '3220', '102.00', '13', '0.3', '5', '68915000', '68999999', '68000000', '68899999', NULL, 1652934880),
(76873, '3298', '74.00', '16', '5.001', '10', '68915000', '68999999', '68000000', '68899999', NULL, 1652934880),
(76874, '3220', '141.00', '13', '5.001', '10', '68915000', '68999999', '68000000', '68899999', NULL, 1652934881),
(76875, '3298', '120.00', '16', '10.001', '15', '68915000', '68999999', '68000000', '68899999', NULL, 1652934884),
(76876, '3220', '229.00', '13', '10.001', '15', '68915000', '68999999', '68000000', '68899999', NULL, 1652934887),
(76877, '3298', '166.00', '16', '15.001', '20', '68915000', '68999999', '68000000', '68899999', NULL, 1652934889),
(76878, '3220', '316.00', '13', '15.001', '20', '68915000', '68999999', '68000000', '68899999', NULL, 1652934889),
(76879, '3298', '212.00', '16', '20.001', '25', '68915000', '68999999', '68000000', '68899999', NULL, 1652934892),
(76880, '3220', '404.00', '13', '20.001', '25', '68915000', '68999999', '68000000', '68899999', NULL, 1652934896),
(76881, '3298', '258.00', '16', '25.001', '30', '68915000', '68999999', '68000000', '68899999', NULL, 1652934900),
(76882, '3220', '492.00', '13', '25.001', '30', '68915000', '68999999', '68000000', '68899999', NULL, 1652934900),
(76883, '3298', '26.00', '9', '0.3', '5', '68915000', '68999999', '68900000', '68914999', NULL, 1652934902),
(76884, '3220', '34.00', '3', '0.3', '5', '68915000', '68999999', '68900000', '68914999', NULL, 1652934903),
(76885, '3298', '32.00', '9', '5.001', '10', '68915000', '68999999', '68900000', '68914999', NULL, 1652934903),
(76886, '3220', '48.00', '3', '5.001', '10', '68915000', '68999999', '68900000', '68914999', NULL, 1652934907),
(76887, '3298', '52.00', '9', '10.001', '15', '68915000', '68999999', '68900000', '68914999', NULL, 1652934908),
(76888, '3220', '79.00', '3', '10.001', '15', '68915000', '68999999', '68900000', '68914999', NULL, 1652934909),
(76889, '3298', '72.00', '9', '15.001', '20', '68915000', '68999999', '68900000', '68914999', NULL, 1652934909),
(76890, '3220', '109.00', '3', '15.001', '20', '68915000', '68999999', '68900000', '68914999', NULL, 1652934910),
(76891, '3298', '92.00', '9', '20.001', '25', '68915000', '68999999', '68900000', '68914999', NULL, 1652934911),
(76892, '3220', '139.00', '3', '20.001', '25', '68915000', '68999999', '68900000', '68914999', NULL, 1652934915),
(76893, '3298', '112.00', '9', '25.001', '30', '68915000', '68999999', '68900000', '68914999', NULL, 1652934918),
(76894, '3220', '170.00', '3', '25.001', '30', '68915000', '68999999', '68900000', '68914999', NULL, 1652934919),
(76895, '3298', '26.00', '9', '0.3', '5', '68915000', '68999999', '68915000', '68999999', NULL, 1652934921),
(76896, '3220', '22.00', '1', '0.3', '5', '68915000', '68999999', '68915000', '68999999', NULL, 1652934923),
(76897, '3298', '32.00', '9', '5.001', '10', '68915000', '68999999', '68915000', '68999999', NULL, 1652934924),
(76898, '3220', '28.00', '1', '5.001', '10', '68915000', '68999999', '68915000', '68999999', NULL, 1652934928),
(76899, '3298', '52.00', '9', '10.001', '15', '68915000', '68999999', '68915000', '68999999', NULL, 1652934931),
(76900, '3220', '45.00', '1', '10.001', '15', '68915000', '68999999', '68915000', '68999999', NULL, 1652934932),
(76901, '3298', '72.00', '9', '15.001', '20', '68915000', '68999999', '68915000', '68999999', NULL, 1652934933),
(76902, '3220', '63.00', '1', '15.001', '20', '68915000', '68999999', '68915000', '68999999', NULL, 1652934934),
(76903, '3298', '92.00', '9', '20.001', '25', '68915000', '68999999', '68915000', '68999999', NULL, 1652934934),
(76904, '3220', '80.00', '1', '20.001', '25', '68915000', '68999999', '68915000', '68999999', NULL, 1652934940),
(76905, '3298', '112.00', '9', '25.001', '30', '68915000', '68999999', '68915000', '68999999', NULL, 1652934941),
(76906, '3220', '97.00', '1', '25.001', '30', '68915000', '68999999', '68915000', '68999999', NULL, 1652934944),
(76907, '3298', '90.00', '31', '0.3', '5', '68915000', '68999999', '69000000', '69099999', NULL, 1652934946),
(76908, '3220', '183.00', '15', '0.3', '5', '68915000', '68999999', '69000000', '69099999', NULL, 1652934946),
(76909, '3298', '133.00', '31', '5.001', '10', '68915000', '68999999', '69000000', '69099999', NULL, 1652934949),
(76910, '3220', '266.00', '15', '5.001', '10', '68915000', '68999999', '69000000', '69099999', NULL, 1652934951),
(76911, '3298', '215.00', '31', '10.001', '15', '68915000', '68999999', '69000000', '69099999', NULL, 1652934958),
(76912, '3220', '430.00', '15', '10.001', '15', '68915000', '68999999', '69000000', '69099999', NULL, 1652934959),
(76913, '3298', '298.00', '31', '15.001', '20', '68915000', '68999999', '69000000', '69099999', NULL, 1652934960),
(76914, '3220', '595.00', '15', '15.001', '20', '68915000', '68999999', '69000000', '69099999', NULL, 1652934962),
(76915, '3298', '380.00', '31', '20.001', '25', '68915000', '68999999', '69000000', '69099999', NULL, 1652934963),
(76916, '3220', '760.00', '15', '20.001', '25', '68915000', '68999999', '69000000', '69099999', NULL, 1652934967),
(76917, '3298', '463.00', '31', '25.001', '30', '68915000', '68999999', '69000000', '69099999', NULL, 1652934968),
(76918, '3220', '925.00', '15', '25.001', '30', '68915000', '68999999', '69000000', '69099999', NULL, 1652934974),
(76919, '3298', '90.00', '38', '0.3', '5', '68915000', '68999999', '69100000', '69299999', NULL, 1652934975),
(76920, '3220', '183.00', '18', '0.3', '5', '68915000', '68999999', '69100000', '69299999', NULL, 1652934976),
(76921, '3298', '133.00', '38', '5.001', '10', '68915000', '68999999', '69100000', '69299999', NULL, 1652934977),
(76922, '3220', '266.00', '18', '5.001', '10', '68915000', '68999999', '69100000', '69299999', NULL, 1652934979),
(76923, '3298', '215.00', '38', '10.001', '15', '68915000', '68999999', '69100000', '69299999', NULL, 1652934980),
(76924, '3220', '430.00', '18', '10.001', '15', '68915000', '68999999', '69100000', '69299999', NULL, 1652934982),
(76925, '3298', '298.00', '38', '15.001', '20', '68915000', '68999999', '69100000', '69299999', NULL, 1652934983),
(76926, '3220', '595.00', '18', '15.001', '20', '68915000', '68999999', '69100000', '69299999', NULL, 1652934983),
(76927, '3298', '380.00', '38', '20.001', '25', '68915000', '68999999', '69100000', '69299999', NULL, 1652934984),
(76928, '3220', '760.00', '18', '20.001', '25', '68915000', '68999999', '69100000', '69299999', NULL, 1652934985),
(76929, '3298', '463.00', '38', '25.001', '30', '68915000', '68999999', '69100000', '69299999', NULL, 1652934988),
(76930, '3220', '925.00', '18', '25.001', '30', '68915000', '68999999', '69100000', '69299999', NULL, 1652934990),
(76931, '3298', '90.00', '34', '0.3', '5', '68915000', '68999999', '69300000', '69339999', NULL, 1652934991),
(76932, '3220', '183.00', '16', '0.3', '5', '68915000', '68999999', '69300000', '69339999', NULL, 1652934992),
(76933, '3298', '133.00', '34', '5.001', '10', '68915000', '68999999', '69300000', '69339999', NULL, 1652934995),
(76934, '3220', '266.00', '16', '5.001', '10', '68915000', '68999999', '69300000', '69339999', NULL, 1652934998),
(76935, '3298', '215.00', '34', '10.001', '15', '68915000', '68999999', '69300000', '69339999', NULL, 1652935002),
(76936, '3220', '430.00', '16', '10.001', '15', '68915000', '68999999', '69300000', '69339999', NULL, 1652935003),
(76937, '3298', '298.00', '34', '15.001', '20', '68915000', '68999999', '69300000', '69339999', NULL, 1652935004),
(76938, '3220', '595.00', '16', '15.001', '20', '68915000', '68999999', '69300000', '69339999', NULL, 1652935005),
(76939, '3298', '380.00', '34', '20.001', '25', '68915000', '68999999', '69300000', '69339999', NULL, 1652935005),
(76940, '3220', '760.00', '16', '20.001', '25', '68915000', '68999999', '69300000', '69339999', NULL, 1652935010),
(76941, '3298', '463.00', '34', '25.001', '30', '68915000', '68999999', '69300000', '69339999', NULL, 1652935010),
(76942, '3220', '925.00', '16', '25.001', '30', '68915000', '68999999', '69300000', '69339999', NULL, 1652935011),
(76943, '3298', '90.00', '38', '0.3', '5', '68915000', '68999999', '69340000', '69389999', NULL, 1652935013),
(76944, '3220', '183.00', '20', '0.3', '5', '68915000', '68999999', '69340000', '69389999', NULL, 1652935015),
(76945, '3298', '133.00', '38', '5.001', '10', '68915000', '68999999', '69340000', '69389999', NULL, 1652935018),
(76946, '3220', '266.00', '20', '5.001', '10', '68915000', '68999999', '69340000', '69389999', NULL, 1652935020),
(76947, '3298', '215.00', '38', '10.001', '15', '68915000', '68999999', '69340000', '69389999', NULL, 1652935020),
(76948, '3220', '430.00', '20', '10.001', '15', '68915000', '68999999', '69340000', '69389999', NULL, 1652935021),
(76949, '3298', '298.00', '38', '15.001', '20', '68915000', '68999999', '69340000', '69389999', NULL, 1652935022),
(76950, '3220', '595.00', '20', '15.001', '20', '68915000', '68999999', '69340000', '69389999', NULL, 1652935023),
(76951, '3298', '380.00', '38', '20.001', '25', '68915000', '68999999', '69340000', '69389999', NULL, 1652935025),
(76952, '3220', '760.00', '20', '20.001', '25', '68915000', '68999999', '69340000', '69389999', NULL, 1652935028),
(76953, '3298', '463.00', '38', '25.001', '30', '68915000', '68999999', '69340000', '69389999', NULL, 1652935029),
(76954, '3220', '925.00', '20', '25.001', '30', '68915000', '68999999', '69340000', '69389999', NULL, 1652935031),
(76955, '3298', '90.00', '20', '0.3', '5', '68915000', '68999999', '69900000', '69920999', NULL, 1652935032),
(76956, '3220', '183.00', '17', '0.3', '5', '68915000', '68999999', '69900000', '69920999', NULL, 1652935033),
(76957, '3298', '133.00', '20', '5.001', '10', '68915000', '68999999', '69900000', '69920999', NULL, 1652935035),
(76958, '3220', '266.00', '17', '5.001', '10', '68915000', '68999999', '69900000', '69920999', NULL, 1652935037),
(76959, '3298', '215.00', '20', '10.001', '15', '68915000', '68999999', '69900000', '69920999', NULL, 1652935038),
(76960, '3220', '430.00', '17', '10.001', '15', '68915000', '68999999', '69900000', '69920999', NULL, 1652935039),
(76961, '3298', '298.00', '20', '15.001', '20', '68915000', '68999999', '69900000', '69920999', NULL, 1652935040),
(76962, '3220', '595.00', '17', '15.001', '20', '68915000', '68999999', '69900000', '69920999', NULL, 1652935043),
(76963, '3298', '380.00', '20', '20.001', '25', '68915000', '68999999', '69900000', '69920999', NULL, 1652935043),
(76964, '3220', '760.00', '17', '20.001', '25', '68915000', '68999999', '69900000', '69920999', NULL, 1652935045),
(76965, '3298', '463.00', '20', '25.001', '30', '68915000', '68999999', '69900000', '69920999', NULL, 1652935047),
(76966, '3220', '925.00', '17', '25.001', '30', '68915000', '68999999', '69900000', '69920999', NULL, 1652935048),
(76967, '3298', '90.00', '23', '0.3', '5', '68915000', '68999999', '69921000', '69999999', NULL, 1652935049),
(76968, '3220', '183.00', '20', '0.3', '5', '68915000', '68999999', '69921000', '69999999', NULL, 1652935050),
(76969, '3298', '133.00', '23', '5.001', '10', '68915000', '68999999', '69921000', '69999999', NULL, 1652935052),
(76970, '3220', '266.00', '20', '5.001', '10', '68915000', '68999999', '69921000', '69999999', NULL, 1652935053),
(76971, '3298', '215.00', '23', '10.001', '15', '68915000', '68999999', '69921000', '69999999', NULL, 1652935054),
(76972, '3220', '430.00', '20', '10.001', '15', '68915000', '68999999', '69921000', '69999999', NULL, 1652935058),
(76973, '3298', '298.00', '23', '15.001', '20', '68915000', '68999999', '69921000', '69999999', NULL, 1652935060),
(76974, '3220', '595.00', '20', '15.001', '20', '68915000', '68999999', '69921000', '69999999', NULL, 1652935061),
(76975, '3298', '380.00', '23', '20.001', '25', '68915000', '68999999', '69921000', '69999999', NULL, 1652935062),
(76976, '3220', '760.00', '20', '20.001', '25', '68915000', '68999999', '69921000', '69999999', NULL, 1652935062),
(76977, '3298', '463.00', '23', '25.001', '30', '68915000', '68999999', '69921000', '69999999', NULL, 1652935063),
(76978, '3220', '925.00', '20', '25.001', '30', '68915000', '68999999', '69921000', '69999999', NULL, 1652935065),
(76979, '3298', '90.00', '15', '0.3', '5', '68915000', '68999999', '71000000', '73699999', NULL, 1652935065),
(76980, '3220', '183.00', '13', '0.3', '5', '68915000', '68999999', '71000000', '73699999', NULL, 1652935069),
(76981, '3298', '133.00', '15', '5.001', '10', '68915000', '68999999', '71000000', '73699999', NULL, 1652935072),
(76982, '3220', '266.00', '13', '5.001', '10', '68915000', '68999999', '71000000', '73699999', NULL, 1652935075),
(76983, '3298', '215.00', '15', '10.001', '15', '68915000', '68999999', '71000000', '73699999', NULL, 1652935075),
(76984, '3220', '430.00', '13', '10.001', '15', '68915000', '68999999', '71000000', '73699999', NULL, 1652935077),
(76985, '3298', '298.00', '15', '15.001', '20', '68915000', '68999999', '71000000', '73699999', NULL, 1652935077),
(76986, '3220', '595.00', '13', '15.001', '20', '68915000', '68999999', '71000000', '73699999', NULL, 1652935082),
(76987, '3298', '380.00', '15', '20.001', '25', '68915000', '68999999', '71000000', '73699999', NULL, 1652935086),
(76988, '3220', '760.00', '13', '20.001', '25', '68915000', '68999999', '71000000', '73699999', NULL, 1652935090),
(76989, '3298', '463.00', '15', '25.001', '30', '68915000', '68999999', '71000000', '73699999', NULL, 1652935094),
(76990, '3220', '925.00', '13', '25.001', '30', '68915000', '68999999', '71000000', '73699999', NULL, 1652935095),
(76991, '3298', '90.00', '19', '0.3', '5', '68915000', '68999999', '72800000', '73999999', NULL, 1652935096),
(76992, '3220', '183.00', '17', '0.3', '5', '68915000', '68999999', '72800000', '73999999', NULL, 1652935097),
(76993, '3298', '133.00', '19', '5.001', '10', '68915000', '68999999', '72800000', '73999999', NULL, 1652935098),
(76994, '3220', '266.00', '17', '5.001', '10', '68915000', '68999999', '72800000', '73999999', NULL, 1652935099),
(76995, '3298', '215.00', '19', '10.001', '15', '68915000', '68999999', '72800000', '73999999', NULL, 1652935101),
(76996, '3220', '430.00', '17', '10.001', '15', '68915000', '68999999', '72800000', '73999999', NULL, 1652935104),
(76997, '3298', '298.00', '19', '15.001', '20', '68915000', '68999999', '72800000', '73999999', NULL, 1652935105),
(76998, '3220', '595.00', '17', '15.001', '20', '68915000', '68999999', '72800000', '73999999', NULL, 1652935108),
(76999, '3298', '380.00', '19', '20.001', '25', '68915000', '68999999', '72800000', '73999999', NULL, 1652935109),
(77000, '3220', '760.00', '17', '20.001', '25', '68915000', '68999999', '72800000', '73999999', NULL, 1652935110),
(77001, '3298', '463.00', '19', '25.001', '30', '68915000', '68999999', '72800000', '73999999', NULL, 1652935113),
(77002, '3220', '925.00', '17', '25.001', '30', '68915000', '68999999', '72800000', '73999999', NULL, 1652935114),
(77003, '3298', '90.00', '15', '0.3', '5', '68915000', '68999999', '74000000', '74894999', NULL, 1652935115),
(77004, '3220', '183.00', '13', '0.3', '5', '68915000', '68999999', '74000000', '74894999', NULL, 1652935116),
(77005, '3298', '133.00', '15', '5.001', '10', '68915000', '68999999', '74000000', '74894999', NULL, 1652935117),
(77006, '3220', '266.00', '13', '5.001', '10', '68915000', '68999999', '74000000', '74894999', NULL, 1652935117),
(77007, '3298', '215.00', '15', '10.001', '15', '68915000', '68999999', '74000000', '74894999', NULL, 1652935120),
(77008, '3220', '430.00', '13', '10.001', '15', '68915000', '68999999', '74000000', '74894999', NULL, 1652935121),
(77009, '3298', '298.00', '15', '15.001', '20', '68915000', '68999999', '74000000', '74894999', NULL, 1652935124),
(77010, '3220', '595.00', '13', '15.001', '20', '68915000', '68999999', '74000000', '74894999', NULL, 1652935125),
(77011, '3298', '380.00', '15', '20.001', '25', '68915000', '68999999', '74000000', '74894999', NULL, 1652935127),
(77012, '3220', '760.00', '13', '20.001', '25', '68915000', '68999999', '74000000', '74894999', NULL, 1652935129),
(77013, '3298', '463.00', '15', '25.001', '30', '68915000', '68999999', '74000000', '74894999', NULL, 1652935130),
(77014, '3220', '925.00', '13', '25.001', '30', '68915000', '68999999', '74000000', '74894999', NULL, 1652935131),
(77015, '3298', '90.00', '15', '0.3', '5', '68915000', '68999999', '74895000', '76799999', NULL, 1652935135),
(77016, '3220', '183.00', '13', '0.3', '5', '68915000', '68999999', '74895000', '76799999', NULL, 1652935139),
(77017, '3298', '133.00', '15', '5.001', '10', '68915000', '68999999', '74895000', '76799999', NULL, 1652935144),
(77018, '3220', '266.00', '13', '5.001', '10', '68915000', '68999999', '74895000', '76799999', NULL, 1652935145),
(77019, '3298', '215.00', '15', '10.001', '15', '68915000', '68999999', '74895000', '76799999', NULL, 1652935146),
(77020, '3220', '430.00', '13', '10.001', '15', '68915000', '68999999', '74895000', '76799999', NULL, 1652935150),
(77021, '3298', '298.00', '15', '15.001', '20', '68915000', '68999999', '74895000', '76799999', NULL, 1652935151),
(77022, '3220', '595.00', '13', '15.001', '20', '68915000', '68999999', '74895000', '76799999', NULL, 1652935152),
(77023, '3298', '380.00', '15', '20.001', '25', '68915000', '68999999', '74895000', '76799999', NULL, 1652935152),
(77024, '3220', '760.00', '13', '20.001', '25', '68915000', '68999999', '74895000', '76799999', NULL, 1652935153),
(77025, '3298', '463.00', '15', '25.001', '30', '68915000', '68999999', '74895000', '76799999', NULL, 1652935154),
(77026, '3220', '925.00', '13', '25.001', '30', '68915000', '68999999', '74895000', '76799999', NULL, 1652935154),
(77027, '3298', '70.00', '19', '0.3', '5', '68915000', '68999999', '77000000', '77270999', NULL, 1652935155),
(77028, '3220', '157.00', '15', '0.3', '5', '68915000', '68999999', '77000000', '77270999', NULL, 1652935156),
(77029, '3298', '106.00', '19', '5.001', '10', '68915000', '68999999', '77000000', '77270999', NULL, 1652935157),
(77030, '3220', '226.00', '15', '5.001', '10', '68915000', '68999999', '77000000', '77270999', NULL, 1652935159),
(77031, '3298', '172.00', '19', '10.001', '15', '68915000', '68999999', '77000000', '77270999', NULL, 1652935159),
(77032, '3220', '367.00', '15', '10.001', '15', '68915000', '68999999', '77000000', '77270999', NULL, 1652935160),
(77033, '3298', '239.00', '19', '15.001', '20', '68915000', '68999999', '77000000', '77270999', NULL, 1652935161),
(77034, '3220', '508.00', '15', '15.001', '20', '68915000', '68999999', '77000000', '77270999', NULL, 1652935161),
(77035, '3298', '305.00', '19', '20.001', '25', '68915000', '68999999', '77000000', '77270999', NULL, 1652935165),
(77036, '3220', '649.00', '15', '20.001', '25', '68915000', '68999999', '77000000', '77270999', NULL, 1652935169),
(77037, '3298', '371.00', '19', '25.001', '30', '68915000', '68999999', '77000000', '77270999', NULL, 1652935170),
(77038, '3220', '789.00', '15', '25.001', '30', '68915000', '68999999', '77000000', '77270999', NULL, 1652935171),
(77039, '3298', '70.00', '22', '0.3', '5', '68915000', '68999999', '77300000', '77995999', NULL, 1652935172),
(77040, '3220', '157.00', '18', '0.3', '5', '68915000', '68999999', '77300000', '77995999', NULL, 1652935173),
(77041, '3298', '106.00', '22', '5.001', '10', '68915000', '68999999', '77300000', '77995999', NULL, 1652935174),
(77042, '3220', '226.00', '18', '5.001', '10', '68915000', '68999999', '77300000', '77995999', NULL, 1652935175),
(77043, '3298', '172.00', '22', '10.001', '15', '68915000', '68999999', '77300000', '77995999', NULL, 1652935178),
(77044, '3220', '367.00', '18', '10.001', '15', '68915000', '68999999', '77300000', '77995999', NULL, 1652935182),
(77045, '3298', '239.00', '22', '15.001', '20', '68915000', '68999999', '77300000', '77995999', NULL, 1652935183),
(77046, '3220', '508.00', '18', '15.001', '20', '68915000', '68999999', '77300000', '77995999', NULL, 1652935184),
(77047, '3298', '305.00', '22', '20.001', '25', '68915000', '68999999', '77300000', '77995999', NULL, 1652935184),
(77048, '3220', '649.00', '18', '20.001', '25', '68915000', '68999999', '77300000', '77995999', NULL, 1652935185),
(77049, '3298', '371.00', '22', '25.001', '30', '68915000', '68999999', '77300000', '77995999', NULL, 1652935186),
(77050, '3220', '789.00', '18', '25.001', '30', '68915000', '68999999', '77300000', '77995999', NULL, 1652935187),
(77051, '3298', '90.00', '17', '0.3', '5', '68915000', '68999999', '78000000', '78109999', NULL, 1652935189),
(77052, '3220', '183.00', '14', '0.3', '5', '68915000', '68999999', '78000000', '78109999', NULL, 1652935190),
(77053, '3298', '133.00', '17', '5.001', '10', '68915000', '68999999', '78000000', '78109999', NULL, 1652935191),
(77054, '3220', '266.00', '14', '5.001', '10', '68915000', '68999999', '78000000', '78109999', NULL, 1652935195),
(77055, '3298', '215.00', '17', '10.001', '15', '68915000', '68999999', '78000000', '78109999', NULL, 1652935198),
(77056, '3220', '430.00', '14', '10.001', '15', '68915000', '68999999', '78000000', '78109999', NULL, 1652935199),
(77057, '3298', '298.00', '17', '15.001', '20', '68915000', '68999999', '78000000', '78109999', NULL, 1652935203),
(77058, '3220', '595.00', '14', '15.001', '20', '68915000', '68999999', '78000000', '78109999', NULL, 1652935204),
(77059, '3298', '380.00', '17', '20.001', '25', '68915000', '68999999', '78000000', '78109999', NULL, 1652935205),
(77060, '3220', '760.00', '14', '20.001', '25', '68915000', '68999999', '78000000', '78109999', NULL, 1652935210),
(77061, '3298', '463.00', '17', '25.001', '30', '68915000', '68999999', '78000000', '78109999', NULL, 1652935211),
(77062, '3220', '925.00', '14', '25.001', '30', '68915000', '68999999', '78000000', '78109999', NULL, 1652935212),
(77063, '3298', '90.00', '19', '0.3', '5', '68915000', '68999999', '78110000', '78899999', NULL, 1652935213),
(77064, '3220', '183.00', '16', '0.3', '5', '68915000', '68999999', '78110000', '78899999', NULL, 1652935215),
(77065, '3298', '133.00', '19', '5.001', '10', '68915000', '68999999', '78110000', '78899999', NULL, 1652935216),
(77066, '3220', '266.00', '16', '5.001', '10', '68915000', '68999999', '78110000', '78899999', NULL, 1652935217),
(77067, '3298', '215.00', '19', '10.001', '15', '68915000', '68999999', '78110000', '78899999', NULL, 1652935220),
(77068, '3220', '430.00', '16', '10.001', '15', '68915000', '68999999', '78110000', '78899999', NULL, 1652935224),
(77069, '3298', '298.00', '19', '15.001', '20', '68915000', '68999999', '78110000', '78899999', NULL, 1652935225),
(77070, '3220', '595.00', '16', '15.001', '20', '68915000', '68999999', '78110000', '78899999', NULL, 1652935229),
(77071, '3298', '380.00', '19', '20.001', '25', '68915000', '68999999', '78110000', '78899999', NULL, 1652935229),
(77072, '3220', '760.00', '16', '20.001', '25', '68915000', '68999999', '78110000', '78899999', NULL, 1652935230),
(77073, '3298', '463.00', '19', '25.001', '30', '68915000', '68999999', '78110000', '78899999', NULL, 1652935231),
(77074, '3220', '925.00', '16', '25.001', '30', '68915000', '68999999', '78110000', '78899999', NULL, 1652935232),
(77075, '3298', '90.00', '21', '0.3', '5', '68915000', '68999999', '78900000', '78930999', NULL, 1652935233),
(77076, '3220', '183.00', '18', '0.3', '5', '68915000', '68999999', '78900000', '78930999', NULL, 1652935234),
(77077, '3298', '133.00', '21', '5.001', '10', '68915000', '68999999', '78900000', '78930999', NULL, 1652935235),
(77078, '3220', '266.00', '18', '5.001', '10', '68915000', '68999999', '78900000', '78930999', NULL, 1652935236),
(77079, '3298', '215.00', '21', '10.001', '15', '68915000', '68999999', '78900000', '78930999', NULL, 1652935236),
(77080, '3220', '430.00', '18', '10.001', '15', '68915000', '68999999', '78900000', '78930999', NULL, 1652935237),
(77081, '3298', '298.00', '21', '15.001', '20', '68915000', '68999999', '78900000', '78930999', NULL, 1652935240),
(77082, '3220', '595.00', '18', '15.001', '20', '68915000', '68999999', '78900000', '78930999', NULL, 1652935241),
(77083, '3298', '380.00', '21', '20.001', '25', '68915000', '68999999', '78900000', '78930999', NULL, 1652935241),
(77084, '3220', '760.00', '18', '20.001', '25', '68915000', '68999999', '78900000', '78930999', NULL, 1652935243),
(77085, '3298', '463.00', '21', '25.001', '30', '68915000', '68999999', '78900000', '78930999', NULL, 1652935243),
(77086, '3220', '925.00', '18', '25.001', '30', '68915000', '68999999', '78900000', '78930999', NULL, 1652935244),
(77087, '3298', '90.00', '19', '0.3', '5', '68915000', '68999999', '78931000', '78999999', NULL, 1652935248),
(77088, '3220', '183.00', '16', '0.3', '5', '68915000', '68999999', '78931000', '78999999', NULL, 1652935250);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(77089, '3298', '133.00', '19', '5.001', '10', '68915000', '68999999', '78931000', '78999999', NULL, 1652935251),
(77090, '3220', '266.00', '16', '5.001', '10', '68915000', '68999999', '78931000', '78999999', NULL, 1652935252),
(77091, '3298', '215.00', '19', '10.001', '15', '68915000', '68999999', '78931000', '78999999', NULL, 1652935253),
(77092, '3220', '430.00', '16', '10.001', '15', '68915000', '68999999', '78931000', '78999999', NULL, 1652935254),
(77093, '3298', '298.00', '19', '15.001', '20', '68915000', '68999999', '78931000', '78999999', NULL, 1652935255),
(77094, '3220', '595.00', '16', '15.001', '20', '68915000', '68999999', '78931000', '78999999', NULL, 1652935256),
(77095, '3298', '380.00', '19', '20.001', '25', '68915000', '68999999', '78931000', '78999999', NULL, 1652935260),
(77096, '3220', '760.00', '16', '20.001', '25', '68915000', '68999999', '78931000', '78999999', NULL, 1652935260),
(77097, '3298', '463.00', '19', '25.001', '30', '68915000', '68999999', '78931000', '78999999', NULL, 1652935263),
(77098, '3220', '925.00', '16', '25.001', '30', '68915000', '68999999', '78931000', '78999999', NULL, 1652935265),
(77099, '3298', '90.00', '17', '0.3', '5', '68915000', '68999999', '79000000', '79129999', NULL, 1652935266),
(77100, '3220', '183.00', '13', '0.3', '5', '68915000', '68999999', '79000000', '79129999', NULL, 1652935267),
(77101, '3298', '133.00', '17', '5.001', '10', '68915000', '68999999', '79000000', '79129999', NULL, 1652935269),
(77102, '3220', '266.00', '13', '5.001', '10', '68915000', '68999999', '79000000', '79129999', NULL, 1652935272),
(77103, '3298', '215.00', '17', '10.001', '15', '68915000', '68999999', '79000000', '79129999', NULL, 1652935272),
(77104, '3220', '430.00', '13', '10.001', '15', '68915000', '68999999', '79000000', '79129999', NULL, 1652935274),
(77105, '3298', '298.00', '17', '15.001', '20', '68915000', '68999999', '79000000', '79129999', NULL, 1652935275),
(77106, '3220', '595.00', '13', '15.001', '20', '68915000', '68999999', '79000000', '79129999', NULL, 1652935277),
(77107, '3298', '380.00', '17', '20.001', '25', '68915000', '68999999', '79000000', '79129999', NULL, 1652935278),
(77108, '3220', '760.00', '13', '20.001', '25', '68915000', '68999999', '79000000', '79129999', NULL, 1652935281),
(77109, '3298', '463.00', '17', '25.001', '30', '68915000', '68999999', '79000000', '79129999', NULL, 1652935282),
(77110, '3220', '925.00', '13', '25.001', '30', '68915000', '68999999', '79000000', '79129999', NULL, 1652935283),
(77111, '3298', '90.00', '20', '0.3', '5', '68915000', '68999999', '79130000', '79999999', NULL, 1652935284),
(77112, '3220', '183.00', '16', '0.3', '5', '68915000', '68999999', '79130000', '79999999', NULL, 1652935286),
(77113, '3298', '133.00', '20', '5.001', '10', '68915000', '68999999', '79130000', '79999999', NULL, 1652935287),
(77114, '3220', '266.00', '16', '5.001', '10', '68915000', '68999999', '79130000', '79999999', NULL, 1652935288),
(77115, '3298', '215.00', '20', '10.001', '15', '68915000', '68999999', '79130000', '79999999', NULL, 1652935289),
(77116, '3220', '430.00', '16', '10.001', '15', '68915000', '68999999', '79130000', '79999999', NULL, 1652935290),
(77117, '3298', '298.00', '20', '15.001', '20', '68915000', '68999999', '79130000', '79999999', NULL, 1652935291),
(77118, '3220', '595.00', '16', '15.001', '20', '68915000', '68999999', '79130000', '79999999', NULL, 1652935292),
(77119, '3298', '380.00', '20', '20.001', '25', '68915000', '68999999', '79130000', '79999999', NULL, 1652935293),
(77120, '3220', '760.00', '16', '20.001', '25', '68915000', '68999999', '79130000', '79999999', NULL, 1652935293),
(77121, '3298', '463.00', '20', '25.001', '30', '68915000', '68999999', '79130000', '79999999', NULL, 1652935297),
(77122, '3220', '925.00', '16', '25.001', '30', '68915000', '68999999', '79130000', '79999999', NULL, 1652935298),
(77123, '3298', '90.00', '16', '0.3', '5', '68915000', '68999999', '80000000', '82999999', NULL, 1652935301),
(77124, '3220', '183.00', '13', '0.3', '5', '68915000', '68999999', '80000000', '82999999', NULL, 1652935304),
(77125, '3298', '133.00', '16', '5.001', '10', '68915000', '68999999', '80000000', '82999999', NULL, 1652935305),
(77126, '3220', '266.00', '13', '5.001', '10', '68915000', '68999999', '80000000', '82999999', NULL, 1652935308),
(77127, '3298', '215.00', '16', '10.001', '15', '68915000', '68999999', '80000000', '82999999', NULL, 1652935309),
(77128, '3220', '430.00', '13', '10.001', '15', '68915000', '68999999', '80000000', '82999999', NULL, 1652935312),
(77129, '3298', '298.00', '16', '15.001', '20', '68915000', '68999999', '80000000', '82999999', NULL, 1652935313),
(77130, '3220', '595.00', '13', '15.001', '20', '68915000', '68999999', '80000000', '82999999', NULL, 1652935316),
(77131, '3298', '380.00', '16', '20.001', '25', '68915000', '68999999', '80000000', '82999999', NULL, 1652935317),
(77132, '3220', '760.00', '13', '20.001', '25', '68915000', '68999999', '80000000', '82999999', NULL, 1652935322),
(77133, '3298', '463.00', '16', '25.001', '30', '68915000', '68999999', '80000000', '82999999', NULL, 1652935322),
(77134, '3220', '925.00', '13', '25.001', '30', '68915000', '68999999', '80000000', '82999999', NULL, 1652935323),
(77135, '3298', '90.00', '16', '0.3', '5', '68915000', '68999999', '80000000', '83800999', NULL, 1652935324),
(77136, '3220', '183.00', '13', '0.3', '5', '68915000', '68999999', '80000000', '83800999', NULL, 1652935325),
(77137, '3298', '133.00', '16', '5.001', '10', '68915000', '68999999', '80000000', '83800999', NULL, 1652935328),
(77138, '3220', '266.00', '13', '5.001', '10', '68915000', '68999999', '80000000', '83800999', NULL, 1652935328),
(77139, '3298', '215.00', '16', '10.001', '15', '68915000', '68999999', '80000000', '83800999', NULL, 1652935332),
(77140, '3220', '430.00', '13', '10.001', '15', '68915000', '68999999', '80000000', '83800999', NULL, 1652935333),
(77141, '3298', '298.00', '16', '15.001', '20', '68915000', '68999999', '80000000', '83800999', NULL, 1652935334),
(77142, '3220', '595.00', '13', '15.001', '20', '68915000', '68999999', '80000000', '83800999', NULL, 1652935336),
(77143, '3298', '380.00', '16', '20.001', '25', '68915000', '68999999', '80000000', '83800999', NULL, 1652935336),
(77144, '3220', '760.00', '13', '20.001', '25', '68915000', '68999999', '80000000', '83800999', NULL, 1652935340),
(77145, '3298', '463.00', '16', '25.001', '30', '68915000', '68999999', '80000000', '83800999', NULL, 1652935341),
(77146, '3220', '925.00', '13', '25.001', '30', '68915000', '68999999', '80000000', '83800999', NULL, 1652935342),
(77147, '3298', '90.00', '18', '0.3', '5', '68915000', '68999999', '83801000', '87999999', NULL, 1652935343),
(77148, '3220', '183.00', '15', '0.3', '5', '68915000', '68999999', '83801000', '87999999', NULL, 1652935346),
(77149, '3298', '133.00', '18', '5.001', '10', '68915000', '68999999', '83801000', '87999999', NULL, 1652935349),
(77150, '3220', '266.00', '15', '5.001', '10', '68915000', '68999999', '83801000', '87999999', NULL, 1652935352),
(77151, '3298', '215.00', '18', '10.001', '15', '68915000', '68999999', '83801000', '87999999', NULL, 1652935356),
(77152, '3220', '430.00', '15', '10.001', '15', '68915000', '68999999', '83801000', '87999999', NULL, 1652935357),
(77153, '3298', '298.00', '18', '15.001', '20', '68915000', '68999999', '83801000', '87999999', NULL, 1652935361),
(77154, '3220', '595.00', '15', '15.001', '20', '68915000', '68999999', '83801000', '87999999', NULL, 1652935362),
(77155, '3298', '380.00', '18', '20.001', '25', '68915000', '68999999', '83801000', '87999999', NULL, 1652935362),
(77156, '3220', '760.00', '15', '20.001', '25', '68915000', '68999999', '83801000', '87999999', NULL, 1652935363),
(77157, '3298', '463.00', '18', '25.001', '30', '68915000', '68999999', '83801000', '87999999', NULL, 1652935365),
(77158, '3220', '925.00', '15', '25.001', '30', '68915000', '68999999', '83801000', '87999999', NULL, 1652935368),
(77159, '3298', '90.00', '17', '0.3', '5', '68915000', '68999999', '88000000', '82999999', NULL, 1652935369),
(77160, '3220', '183.00', '13', '0.3', '5', '68915000', '68999999', '88000000', '82999999', NULL, 1652935370),
(77161, '3298', '133.00', '17', '5.001', '10', '68915000', '68999999', '88000000', '82999999', NULL, 1652935371),
(77162, '3220', '266.00', '13', '5.001', '10', '68915000', '68999999', '88000000', '82999999', NULL, 1652935374),
(77163, '3298', '215.00', '17', '10.001', '15', '68915000', '68999999', '88000000', '82999999', NULL, 1652935375),
(77164, '3220', '430.00', '13', '10.001', '15', '68915000', '68999999', '88000000', '82999999', NULL, 1652935378),
(77165, '3298', '298.00', '17', '15.001', '20', '68915000', '68999999', '88000000', '82999999', NULL, 1652935379),
(77166, '3220', '595.00', '13', '15.001', '20', '68915000', '68999999', '88000000', '82999999', NULL, 1652935381),
(77167, '3298', '380.00', '17', '20.001', '25', '68915000', '68999999', '88000000', '82999999', NULL, 1652935384),
(77168, '3220', '760.00', '13', '20.001', '25', '68915000', '68999999', '88000000', '82999999', NULL, 1652935386),
(77169, '3298', '463.00', '17', '25.001', '30', '68915000', '68999999', '88000000', '82999999', NULL, 1652935388),
(77170, '3220', '925.00', '13', '25.001', '30', '68915000', '68999999', '88000000', '82999999', NULL, 1652935389),
(77171, '3298', '90.00', '17', '0.3', '5', '68915000', '68999999', '88000000', '88469999', NULL, 1652935392),
(77172, '3220', '183.00', '13', '0.3', '5', '68915000', '68999999', '88000000', '88469999', NULL, 1652935394),
(77173, '3298', '133.00', '17', '5.001', '10', '68915000', '68999999', '88000000', '88469999', NULL, 1652935394),
(77174, '3220', '266.00', '13', '5.001', '10', '68915000', '68999999', '88000000', '88469999', NULL, 1652935395),
(77175, '3298', '215.00', '17', '10.001', '15', '68915000', '68999999', '88000000', '88469999', NULL, 1652935396),
(77176, '3220', '430.00', '13', '10.001', '15', '68915000', '68999999', '88000000', '88469999', NULL, 1652935398),
(77177, '3298', '298.00', '17', '15.001', '20', '68915000', '68999999', '88000000', '88469999', NULL, 1652935401),
(77178, '3220', '595.00', '13', '15.001', '20', '68915000', '68999999', '88000000', '88469999', NULL, 1652935403),
(77179, '3298', '380.00', '17', '20.001', '25', '68915000', '68999999', '88000000', '88469999', NULL, 1652935404),
(77180, '3220', '760.00', '13', '20.001', '25', '68915000', '68999999', '88000000', '88469999', NULL, 1652935405),
(77181, '3298', '463.00', '17', '25.001', '30', '68915000', '68999999', '88000000', '88469999', NULL, 1652935408),
(77182, '3220', '925.00', '13', '25.001', '30', '68915000', '68999999', '88000000', '88469999', NULL, 1652935410),
(77183, '3298', '90.00', '18', '0.3', '5', '68915000', '68999999', '88470000', '89999999', NULL, 1652935412),
(77184, '3220', '183.00', '14', '0.3', '5', '68915000', '68999999', '88470000', '89999999', NULL, 1652935416),
(77185, '3298', '133.00', '18', '5.001', '10', '68915000', '68999999', '88470000', '89999999', NULL, 1652935419),
(77186, '3220', '266.00', '14', '5.001', '10', '68915000', '68999999', '88470000', '89999999', NULL, 1652935420),
(77187, '3298', '215.00', '18', '10.001', '15', '68915000', '68999999', '88470000', '89999999', NULL, 1652935421),
(77188, '3220', '430.00', '14', '10.001', '15', '68915000', '68999999', '88470000', '89999999', NULL, 1652935422),
(77189, '3298', '298.00', '18', '15.001', '20', '68915000', '68999999', '88470000', '89999999', NULL, 1652935425),
(77190, '3220', '595.00', '14', '15.001', '20', '68915000', '68999999', '88470000', '89999999', NULL, 1652935427),
(77191, '3298', '380.00', '18', '20.001', '25', '68915000', '68999999', '88470000', '89999999', NULL, 1652935428),
(77192, '3220', '760.00', '14', '20.001', '25', '68915000', '68999999', '88470000', '89999999', NULL, 1652935433),
(77193, '3298', '463.00', '18', '25.001', '30', '68915000', '68999999', '88470000', '89999999', NULL, 1652935434),
(77194, '3220', '925.00', '14', '25.001', '30', '68915000', '68999999', '88470000', '89999999', NULL, 1652935439),
(77195, '3298', '90.00', '17', '0.3', '5', '68915000', '68999999', '90000000', '91999999', NULL, 1652935440),
(77196, '3220', '183.00', '13', '0.3', '5', '68915000', '68999999', '90000000', '91999999', NULL, 1652935440),
(77197, '3298', '133.00', '17', '5.001', '10', '68915000', '68999999', '90000000', '91999999', NULL, 1652935442),
(77198, '3220', '266.00', '13', '5.001', '10', '68915000', '68999999', '90000000', '91999999', NULL, 1652935443),
(77199, '3298', '215.00', '17', '10.001', '15', '68915000', '68999999', '90000000', '91999999', NULL, 1652935446),
(77200, '3220', '430.00', '13', '10.001', '15', '68915000', '68999999', '90000000', '91999999', NULL, 1652935450),
(77201, '3298', '298.00', '17', '15.001', '20', '68915000', '68999999', '90000000', '91999999', NULL, 1652935451),
(77202, '3220', '595.00', '13', '15.001', '20', '68915000', '68999999', '90000000', '91999999', NULL, 1652935452),
(77203, '3298', '380.00', '17', '20.001', '25', '68915000', '68999999', '90000000', '91999999', NULL, 1652935453),
(77204, '3220', '760.00', '13', '20.001', '25', '68915000', '68999999', '90000000', '91999999', NULL, 1652935455),
(77205, '3298', '463.00', '17', '25.001', '30', '68915000', '68999999', '90000000', '91999999', NULL, 1652935456),
(77206, '3220', '925.00', '13', '25.001', '30', '68915000', '68999999', '90000000', '91999999', NULL, 1652935457),
(77207, '3298', '90.00', '19', '0.3', '5', '68915000', '68999999', '90000000', '94900999', NULL, 1652935459),
(77208, '3220', '183.00', '15', '0.3', '5', '68915000', '68999999', '90000000', '94900999', NULL, 1652935460),
(77209, '3298', '133.00', '19', '5.001', '10', '68915000', '68999999', '90000000', '94900999', NULL, 1652935464),
(77210, '3220', '266.00', '15', '5.001', '10', '68915000', '68999999', '90000000', '94900999', NULL, 1652935465),
(77211, '3298', '215.00', '19', '10.001', '15', '68915000', '68999999', '90000000', '94900999', NULL, 1652935465),
(77212, '3220', '430.00', '15', '10.001', '15', '68915000', '68999999', '90000000', '94900999', NULL, 1652935470),
(77213, '3298', '298.00', '19', '15.001', '20', '68915000', '68999999', '90000000', '94900999', NULL, 1652935471),
(77214, '3220', '595.00', '15', '15.001', '20', '68915000', '68999999', '90000000', '94900999', NULL, 1652935472),
(77215, '3298', '380.00', '19', '20.001', '25', '68915000', '68999999', '90000000', '94900999', NULL, 1652935476),
(77216, '3220', '760.00', '15', '20.001', '25', '68915000', '68999999', '90000000', '94900999', NULL, 1652935477),
(77217, '3298', '463.00', '19', '25.001', '30', '68915000', '68999999', '90000000', '94900999', NULL, 1652935477),
(77218, '3220', '925.00', '15', '25.001', '30', '68915000', '68999999', '90000000', '94900999', NULL, 1652935478),
(77219, '3298', '90.00', '21', '0.3', '5', '68915000', '68999999', '94901000', '99999999', NULL, 1652935479),
(77220, '3220', '183.00', '17', '0.3', '5', '68915000', '68999999', '94901000', '99999999', NULL, 1652935479),
(77221, '3298', '133.00', '21', '5.001', '10', '68915000', '68999999', '94901000', '99999999', NULL, 1652935480),
(77222, '3220', '266.00', '17', '5.001', '10', '68915000', '68999999', '94901000', '99999999', NULL, 1652935481),
(77223, '3298', '215.00', '21', '10.001', '15', '68915000', '68999999', '94901000', '99999999', NULL, 1652935481),
(77224, '3220', '430.00', '17', '10.001', '15', '68915000', '68999999', '94901000', '99999999', NULL, 1652935482),
(77225, '3298', '298.00', '21', '15.001', '20', '68915000', '68999999', '94901000', '99999999', NULL, 1652935483),
(77226, '3220', '595.00', '17', '15.001', '20', '68915000', '68999999', '94901000', '99999999', NULL, 1652935489),
(77227, '3298', '380.00', '21', '20.001', '25', '68915000', '68999999', '94901000', '99999999', NULL, 1652935490),
(77228, '3220', '760.00', '17', '20.001', '25', '68915000', '68999999', '94901000', '99999999', NULL, 1652935491),
(77229, '3298', '463.00', '21', '25.001', '30', '68915000', '68999999', '94901000', '99999999', NULL, 1652935492),
(77230, '3220', '925.00', '17', '25.001', '30', '68915000', '68999999', '94901000', '99999999', NULL, 1652935493),
(77231, '3298', '45.00', '21', '0.3', '5', '69000000', '69099999', '01000000', '08499999', NULL, 1652935494),
(77232, '3220', '137.00', '2', '0.3', '5', '69000000', '69099999', '01000000', '08499999', NULL, 1652935495),
(77233, '3298', '71.00', '21', '5.001', '10', '69000000', '69099999', '01000000', '08499999', NULL, 1652935496),
(77234, '3220', '214.00', '2', '5.001', '10', '69000000', '69099999', '01000000', '08499999', NULL, 1652935497),
(77235, '3298', '116.00', '21', '10.001', '15', '69000000', '69099999', '01000000', '08499999', NULL, 1652935498),
(77236, '3220', '346.00', '2', '10.001', '15', '69000000', '69099999', '01000000', '08499999', NULL, 1652935501),
(77237, '3298', '160.00', '21', '15.001', '20', '69000000', '69099999', '01000000', '08499999', NULL, 1652935504),
(77238, '3220', '479.00', '2', '15.001', '20', '69000000', '69099999', '01000000', '08499999', NULL, 1652935505),
(77239, '3298', '205.00', '21', '20.001', '25', '69000000', '69099999', '01000000', '08499999', NULL, 1652935508),
(77240, '3220', '612.00', '2', '20.001', '25', '69000000', '69099999', '01000000', '08499999', NULL, 1652935513),
(77241, '3298', '249.00', '21', '25.001', '30', '69000000', '69099999', '01000000', '08499999', NULL, 1652935515),
(77242, '3220', '744.00', '2', '25.001', '30', '69000000', '69099999', '01000000', '08499999', NULL, 1652935516),
(77243, '3298', '45.00', '21', '0.3', '5', '69000000', '69099999', '06000000', '09999999', NULL, 1652935518),
(77244, '3220', '137.00', '2', '0.3', '5', '69000000', '69099999', '06000000', '09999999', NULL, 1652935520),
(77245, '3298', '71.00', '21', '5.001', '10', '69000000', '69099999', '06000000', '09999999', NULL, 1652935520),
(77246, '3220', '214.00', '2', '5.001', '10', '69000000', '69099999', '06000000', '09999999', NULL, 1652935521),
(77247, '3298', '116.00', '21', '10.001', '15', '69000000', '69099999', '06000000', '09999999', NULL, 1652935526),
(77248, '3220', '346.00', '2', '10.001', '15', '69000000', '69099999', '06000000', '09999999', NULL, 1652935526),
(77249, '3298', '160.00', '21', '15.001', '20', '69000000', '69099999', '06000000', '09999999', NULL, 1652935528),
(77250, '3220', '479.00', '2', '15.001', '20', '69000000', '69099999', '06000000', '09999999', NULL, 1652935528),
(77251, '3298', '205.00', '21', '20.001', '25', '69000000', '69099999', '06000000', '09999999', NULL, 1652935529),
(77252, '3220', '612.00', '2', '20.001', '25', '69000000', '69099999', '06000000', '09999999', NULL, 1652935530),
(77253, '3298', '249.00', '21', '25.001', '30', '69000000', '69099999', '06000000', '09999999', NULL, 1652935531),
(77254, '3220', '744.00', '2', '25.001', '30', '69000000', '69099999', '06000000', '09999999', NULL, 1652935536),
(77255, '3298', '45.00', '21', '0.3', '5', '69000000', '69099999', '11000000', '11999999', NULL, 1652935540),
(77256, '3220', '137.00', '3', '0.3', '5', '69000000', '69099999', '11000000', '11999999', NULL, 1652935541),
(77257, '3298', '71.00', '21', '5.001', '10', '69000000', '69099999', '11000000', '11999999', NULL, 1652935543),
(77258, '3220', '214.00', '3', '5.001', '10', '69000000', '69099999', '11000000', '11999999', NULL, 1652935544),
(77259, '3298', '116.00', '21', '10.001', '15', '69000000', '69099999', '11000000', '11999999', NULL, 1652935545),
(77260, '3220', '346.00', '3', '10.001', '15', '69000000', '69099999', '11000000', '11999999', NULL, 1652935548),
(77261, '3298', '160.00', '21', '15.001', '20', '69000000', '69099999', '11000000', '11999999', NULL, 1652935549),
(77262, '3220', '479.00', '3', '15.001', '20', '69000000', '69099999', '11000000', '11999999', NULL, 1652935550),
(77263, '3298', '205.00', '21', '20.001', '25', '69000000', '69099999', '11000000', '11999999', NULL, 1652935552),
(77264, '3220', '612.00', '3', '20.001', '25', '69000000', '69099999', '11000000', '11999999', NULL, 1652935553),
(77265, '3298', '249.00', '21', '25.001', '30', '69000000', '69099999', '11000000', '11999999', NULL, 1652935554),
(77266, '3220', '744.00', '3', '25.001', '30', '69000000', '69099999', '11000000', '11999999', NULL, 1652935557),
(77267, '3298', '45.00', '21', '0.3', '5', '69000000', '69099999', '12000000', '19999999', NULL, 1652935558),
(77268, '3220', '137.00', '2', '0.3', '5', '69000000', '69099999', '12000000', '19999999', NULL, 1652935558),
(77269, '3298', '71.00', '21', '5.001', '10', '69000000', '69099999', '12000000', '19999999', NULL, 1652935562),
(77270, '3220', '214.00', '2', '5.001', '10', '69000000', '69099999', '12000000', '19999999', NULL, 1652935567),
(77271, '3298', '116.00', '21', '10.001', '15', '69000000', '69099999', '12000000', '19999999', NULL, 1652935575),
(77272, '3220', '346.00', '2', '10.001', '15', '69000000', '69099999', '12000000', '19999999', NULL, 1652935577),
(77273, '3298', '160.00', '21', '15.001', '20', '69000000', '69099999', '12000000', '19999999', NULL, 1652935580),
(77274, '3220', '479.00', '2', '15.001', '20', '69000000', '69099999', '12000000', '19999999', NULL, 1652935581),
(77275, '3298', '205.00', '21', '20.001', '25', '69000000', '69099999', '12000000', '19999999', NULL, 1652935582),
(77276, '3220', '612.00', '2', '20.001', '25', '69000000', '69099999', '12000000', '19999999', NULL, 1652935582),
(77277, '3298', '249.00', '21', '25.001', '30', '69000000', '69099999', '12000000', '19999999', NULL, 1652935583),
(77278, '3220', '744.00', '2', '25.001', '30', '69000000', '69099999', '12000000', '19999999', NULL, 1652935583),
(77279, '3298', '90.00', '22', '0.3', '5', '69000000', '69099999', '26601000', '28999999', NULL, 1652935623),
(77280, '3220', '183.00', '5', '0.3', '5', '69000000', '69099999', '26601000', '28999999', NULL, 1652935626),
(77281, '3298', '133.00', '22', '5.001', '10', '69000000', '69099999', '26601000', '28999999', NULL, 1652935627),
(77282, '3220', '266.00', '5', '5.001', '10', '69000000', '69099999', '26601000', '28999999', NULL, 1652935629),
(77283, '3298', '215.00', '22', '10.001', '15', '69000000', '69099999', '26601000', '28999999', NULL, 1652935630),
(77284, '3220', '430.00', '5', '10.001', '15', '69000000', '69099999', '26601000', '28999999', NULL, 1652935631),
(77285, '3298', '298.00', '22', '15.001', '20', '69000000', '69099999', '26601000', '28999999', NULL, 1652935633),
(77286, '3220', '595.00', '5', '15.001', '20', '69000000', '69099999', '26601000', '28999999', NULL, 1652935634),
(77287, '3298', '380.00', '22', '20.001', '25', '69000000', '69099999', '26601000', '28999999', NULL, 1652935635),
(77288, '3220', '760.00', '5', '20.001', '25', '69000000', '69099999', '26601000', '28999999', NULL, 1652935637),
(77289, '3298', '463.00', '22', '25.001', '30', '69000000', '69099999', '26601000', '28999999', NULL, 1652935638),
(77290, '3220', '925.00', '5', '25.001', '30', '69000000', '69099999', '26601000', '28999999', NULL, 1652935640),
(77291, '3298', '45.00', '21', '0.3', '5', '69000000', '69099999', '29000000', '29099999', NULL, 1652935641),
(77292, '3220', '137.00', '2', '0.3', '5', '69000000', '69099999', '29000000', '29099999', NULL, 1652935642),
(77293, '3298', '71.00', '21', '5.001', '10', '69000000', '69099999', '29000000', '29099999', NULL, 1652935643),
(77294, '3220', '214.00', '2', '5.001', '10', '69000000', '69099999', '29000000', '29099999', NULL, 1652935644),
(77295, '3298', '116.00', '21', '10.001', '15', '69000000', '69099999', '29000000', '29099999', NULL, 1652935648),
(77296, '3220', '346.00', '2', '10.001', '15', '69000000', '69099999', '29000000', '29099999', NULL, 1652935649),
(77297, '3298', '160.00', '21', '15.001', '20', '69000000', '69099999', '29000000', '29099999', NULL, 1652935650),
(77298, '3220', '479.00', '2', '15.001', '20', '69000000', '69099999', '29000000', '29099999', NULL, 1652935650),
(77299, '3298', '205.00', '21', '20.001', '25', '69000000', '69099999', '29000000', '29099999', NULL, 1652935651),
(77300, '3220', '612.00', '2', '20.001', '25', '69000000', '69099999', '29000000', '29099999', NULL, 1652935652),
(77301, '3298', '249.00', '21', '25.001', '30', '69000000', '69099999', '29000000', '29099999', NULL, 1652935653),
(77302, '3220', '744.00', '2', '25.001', '30', '69000000', '69099999', '29000000', '29099999', NULL, 1652935654),
(77303, '3298', '90.00', '23', '0.3', '5', '69000000', '69099999', '29100000', '29999999', NULL, 1652935658),
(77304, '3220', '183.00', '5', '0.3', '5', '69000000', '69099999', '29100000', '29999999', NULL, 1652935659),
(77305, '3298', '133.00', '23', '5.001', '10', '69000000', '69099999', '29100000', '29999999', NULL, 1652935661),
(77306, '3220', '266.00', '5', '5.001', '10', '69000000', '69099999', '29100000', '29999999', NULL, 1652935662),
(77307, '3298', '215.00', '23', '10.001', '15', '69000000', '69099999', '29100000', '29999999', NULL, 1652935662),
(77308, '3220', '430.00', '5', '10.001', '15', '69000000', '69099999', '29100000', '29999999', NULL, 1652935663),
(77309, '3298', '298.00', '23', '15.001', '20', '69000000', '69099999', '29100000', '29999999', NULL, 1652935664),
(77310, '3220', '595.00', '5', '15.001', '20', '69000000', '69099999', '29100000', '29999999', NULL, 1652935665),
(77311, '3298', '380.00', '23', '20.001', '25', '69000000', '69099999', '29100000', '29999999', NULL, 1652935666),
(77312, '3220', '760.00', '5', '20.001', '25', '69000000', '69099999', '29100000', '29999999', NULL, 1652935667),
(77313, '3298', '463.00', '23', '25.001', '30', '69000000', '69099999', '29100000', '29999999', NULL, 1652935669),
(77314, '3220', '925.00', '5', '25.001', '30', '69000000', '69099999', '29100000', '29999999', NULL, 1652935670),
(77315, '3298', '45.00', '19', '0.3', '5', '69000000', '69099999', '30000000', '31999999', NULL, 1652935673),
(77316, '3220', '137.00', '2', '0.3', '5', '69000000', '69099999', '30000000', '31999999', NULL, 1652935674),
(77317, '3298', '71.00', '19', '5.001', '10', '69000000', '69099999', '30000000', '31999999', NULL, 1652935675),
(77318, '3220', '214.00', '2', '5.001', '10', '69000000', '69099999', '30000000', '31999999', NULL, 1652935676),
(77319, '3298', '116.00', '19', '10.001', '15', '69000000', '69099999', '30000000', '31999999', NULL, 1652935678),
(77320, '3220', '346.00', '2', '10.001', '15', '69000000', '69099999', '30000000', '31999999', NULL, 1652935680),
(77321, '3298', '160.00', '19', '15.001', '20', '69000000', '69099999', '30000000', '31999999', NULL, 1652935681),
(77322, '3220', '479.00', '2', '15.001', '20', '69000000', '69099999', '30000000', '31999999', NULL, 1652935682),
(77323, '3298', '205.00', '19', '20.001', '25', '69000000', '69099999', '30000000', '31999999', NULL, 1652935683),
(77324, '3220', '612.00', '2', '20.001', '25', '69000000', '69099999', '30000000', '31999999', NULL, 1652935686),
(77325, '3298', '249.00', '19', '25.001', '30', '69000000', '69099999', '30000000', '31999999', NULL, 1652935687),
(77326, '3220', '744.00', '2', '25.001', '30', '69000000', '69099999', '30000000', '31999999', NULL, 1652935688),
(77327, '3298', '45.00', '19', '0.3', '5', '69000000', '69099999', '30000000', '34999999', NULL, 1652935689),
(77328, '3220', '137.00', '2', '0.3', '5', '69000000', '69099999', '30000000', '34999999', NULL, 1652935690),
(77329, '3298', '71.00', '19', '5.001', '10', '69000000', '69099999', '30000000', '34999999', NULL, 1652935693),
(77330, '3220', '214.00', '2', '5.001', '10', '69000000', '69099999', '30000000', '34999999', NULL, 1652935694),
(77331, '3298', '116.00', '19', '10.001', '15', '69000000', '69099999', '30000000', '34999999', NULL, 1652935694),
(77332, '3220', '346.00', '2', '10.001', '15', '69000000', '69099999', '30000000', '34999999', NULL, 1652935695),
(77333, '3298', '160.00', '19', '15.001', '20', '69000000', '69099999', '30000000', '34999999', NULL, 1652935697),
(77334, '3220', '479.00', '2', '15.001', '20', '69000000', '69099999', '30000000', '34999999', NULL, 1652935697),
(77335, '3298', '205.00', '19', '20.001', '25', '69000000', '69099999', '30000000', '34999999', NULL, 1652935701),
(77336, '3220', '612.00', '2', '20.001', '25', '69000000', '69099999', '30000000', '34999999', NULL, 1652935701),
(77337, '3298', '249.00', '19', '25.001', '30', '69000000', '69099999', '30000000', '34999999', NULL, 1652935702),
(77338, '3220', '744.00', '2', '25.001', '30', '69000000', '69099999', '30000000', '34999999', NULL, 1652935703),
(77339, '3298', '90.00', '22', '0.3', '5', '69000000', '69099999', '35000000', '39999999', NULL, 1652935704),
(77340, '3220', '183.00', '4', '0.3', '5', '69000000', '69099999', '35000000', '39999999', NULL, 1652935705),
(77341, '3298', '133.00', '22', '5.001', '10', '69000000', '69099999', '35000000', '39999999', NULL, 1652935706),
(77342, '3220', '266.00', '4', '5.001', '10', '69000000', '69099999', '35000000', '39999999', NULL, 1652935707),
(77343, '3298', '215.00', '22', '10.001', '15', '69000000', '69099999', '35000000', '39999999', NULL, 1652935707),
(77344, '3220', '430.00', '4', '10.001', '15', '69000000', '69099999', '35000000', '39999999', NULL, 1652935708),
(77345, '3298', '298.00', '22', '15.001', '20', '69000000', '69099999', '35000000', '39999999', NULL, 1652935709),
(77346, '3220', '595.00', '4', '15.001', '20', '69000000', '69099999', '35000000', '39999999', NULL, 1652935710),
(77347, '3298', '380.00', '22', '20.001', '25', '69000000', '69099999', '35000000', '39999999', NULL, 1652935711),
(77348, '3220', '760.00', '4', '20.001', '25', '69000000', '69099999', '35000000', '39999999', NULL, 1652935712),
(77349, '3298', '463.00', '22', '25.001', '30', '69000000', '69099999', '35000000', '39999999', NULL, 1652935712),
(77350, '3220', '925.00', '4', '25.001', '30', '69000000', '69099999', '35000000', '39999999', NULL, 1652935713),
(77351, '3298', '45.00', '20', '0.3', '5', '69000000', '69099999', '40000000', '41999999', NULL, 1652935717),
(77352, '3220', '137.00', '2', '0.3', '5', '69000000', '69099999', '40000000', '41999999', NULL, 1652935717),
(77353, '3298', '71.00', '20', '5.001', '10', '69000000', '69099999', '40000000', '41999999', NULL, 1652935719),
(77354, '3220', '214.00', '2', '5.001', '10', '69000000', '69099999', '40000000', '41999999', NULL, 1652935720),
(77355, '3298', '116.00', '20', '10.001', '15', '69000000', '69099999', '40000000', '41999999', NULL, 1652935721),
(77356, '3220', '346.00', '2', '10.001', '15', '69000000', '69099999', '40000000', '41999999', NULL, 1652935723),
(77357, '3298', '160.00', '20', '15.001', '20', '69000000', '69099999', '40000000', '41999999', NULL, 1652935724),
(77358, '3220', '479.00', '2', '15.001', '20', '69000000', '69099999', '40000000', '41999999', NULL, 1652935725),
(77359, '3298', '205.00', '20', '20.001', '25', '69000000', '69099999', '40000000', '41999999', NULL, 1652935726),
(77360, '3220', '612.00', '2', '20.001', '25', '69000000', '69099999', '40000000', '41999999', NULL, 1652935731),
(77361, '3298', '249.00', '20', '25.001', '30', '69000000', '69099999', '40000000', '41999999', NULL, 1652935732),
(77362, '3220', '744.00', '2', '25.001', '30', '69000000', '69099999', '40000000', '41999999', NULL, 1652935733),
(77363, '3298', '45.00', '20', '0.3', '5', '69000000', '69099999', '40000000', '44470999', NULL, 1652935735),
(77364, '3220', '137.00', '2', '0.3', '5', '69000000', '69099999', '40000000', '44470999', NULL, 1652935736),
(77365, '3298', '71.00', '20', '5.001', '10', '69000000', '69099999', '40000000', '44470999', NULL, 1652935744),
(77366, '3220', '214.00', '2', '5.001', '10', '69000000', '69099999', '40000000', '44470999', NULL, 1652935745),
(77367, '3298', '116.00', '20', '10.001', '15', '69000000', '69099999', '40000000', '44470999', NULL, 1652935745),
(77368, '3220', '346.00', '2', '10.001', '15', '69000000', '69099999', '40000000', '44470999', NULL, 1652935746),
(77369, '3298', '160.00', '20', '15.001', '20', '69000000', '69099999', '40000000', '44470999', NULL, 1652935747),
(77370, '3220', '479.00', '2', '15.001', '20', '69000000', '69099999', '40000000', '44470999', NULL, 1652935748),
(77371, '3298', '205.00', '20', '20.001', '25', '69000000', '69099999', '40000000', '44470999', NULL, 1652935749),
(77372, '3220', '612.00', '2', '20.001', '25', '69000000', '69099999', '40000000', '44470999', NULL, 1652935750),
(77373, '3298', '249.00', '20', '25.001', '30', '69000000', '69099999', '40000000', '44470999', NULL, 1652935751),
(77374, '3220', '744.00', '2', '25.001', '30', '69000000', '69099999', '40000000', '44470999', NULL, 1652935752),
(77375, '3298', '78.00', '20', '0.3', '5', '69000000', '69099999', '44471000', '48999999', NULL, 1652935752),
(77376, '3220', '154.00', '3', '0.3', '5', '69000000', '69099999', '44471000', '48999999', NULL, 1652935753),
(77377, '3298', '114.00', '20', '5.001', '10', '69000000', '69099999', '44471000', '48999999', NULL, 1652935754),
(77378, '3220', '223.00', '3', '5.001', '10', '69000000', '69099999', '44471000', '48999999', NULL, 1652935755),
(77379, '3298', '185.00', '20', '10.001', '15', '69000000', '69099999', '44471000', '48999999', NULL, 1652935755),
(77380, '3220', '361.00', '3', '10.001', '15', '69000000', '69099999', '44471000', '48999999', NULL, 1652935758),
(77381, '3298', '256.00', '20', '15.001', '20', '69000000', '69099999', '44471000', '48999999', NULL, 1652935759),
(77382, '3220', '500.00', '3', '15.001', '20', '69000000', '69099999', '44471000', '48999999', NULL, 1652935760),
(77383, '3298', '327.00', '20', '20.001', '25', '69000000', '69099999', '44471000', '48999999', NULL, 1652935762),
(77384, '3220', '638.00', '3', '20.001', '25', '69000000', '69099999', '44471000', '48999999', NULL, 1652935762),
(77385, '3298', '398.00', '20', '25.001', '30', '69000000', '69099999', '44471000', '48999999', NULL, 1652935768),
(77386, '3220', '777.00', '3', '25.001', '30', '69000000', '69099999', '44471000', '48999999', NULL, 1652935769),
(77387, '3298', '45.00', '22', '0.3', '5', '69000000', '69099999', '49000000', '49099999', NULL, 1652935769),
(77388, '3220', '137.00', '3', '0.3', '5', '69000000', '69099999', '49000000', '49099999', NULL, 1652935771),
(77389, '3298', '71.00', '22', '5.001', '10', '69000000', '69099999', '49000000', '49099999', NULL, 1652935772),
(77390, '3220', '214.00', '3', '5.001', '10', '69000000', '69099999', '49000000', '49099999', NULL, 1652935772),
(77391, '3298', '116.00', '22', '10.001', '15', '69000000', '69099999', '49000000', '49099999', NULL, 1652935773),
(77392, '3220', '346.00', '3', '10.001', '15', '69000000', '69099999', '49000000', '49099999', NULL, 1652935775),
(77393, '3298', '160.00', '22', '15.001', '20', '69000000', '69099999', '49000000', '49099999', NULL, 1652935776),
(77394, '3220', '479.00', '3', '15.001', '20', '69000000', '69099999', '49000000', '49099999', NULL, 1652935778),
(77395, '3298', '205.00', '22', '20.001', '25', '69000000', '69099999', '49000000', '49099999', NULL, 1652935778),
(77396, '3220', '612.00', '3', '20.001', '25', '69000000', '69099999', '49000000', '49099999', NULL, 1652935779),
(77397, '3298', '249.00', '22', '25.001', '30', '69000000', '69099999', '49000000', '49099999', NULL, 1652935780),
(77398, '3220', '744.00', '3', '25.001', '30', '69000000', '69099999', '49000000', '49099999', NULL, 1652935781),
(77399, '3298', '90.00', '25', '0.3', '5', '69000000', '69099999', '49100000', '49999999', NULL, 1652935782),
(77400, '3220', '183.00', '5', '0.3', '5', '69000000', '69099999', '49100000', '49999999', NULL, 1652935783),
(77401, '3298', '133.00', '25', '5.001', '10', '69000000', '69099999', '49100000', '49999999', NULL, 1652935784),
(77402, '3220', '266.00', '5', '5.001', '10', '69000000', '69099999', '49100000', '49999999', NULL, 1652935785),
(77403, '3298', '215.00', '25', '10.001', '15', '69000000', '69099999', '49100000', '49999999', NULL, 1652935786),
(77404, '3220', '430.00', '5', '10.001', '15', '69000000', '69099999', '49100000', '49999999', NULL, 1652935787),
(77405, '3298', '298.00', '25', '15.001', '20', '69000000', '69099999', '49100000', '49999999', NULL, 1652935788),
(77406, '3220', '595.00', '5', '15.001', '20', '69000000', '69099999', '49100000', '49999999', NULL, 1652935789),
(77407, '3298', '380.00', '25', '20.001', '25', '69000000', '69099999', '49100000', '49999999', NULL, 1652935790),
(77408, '3220', '760.00', '5', '20.001', '25', '69000000', '69099999', '49100000', '49999999', NULL, 1652935791),
(77409, '3298', '463.00', '25', '25.001', '30', '69000000', '69099999', '49100000', '49999999', NULL, 1652935798),
(77410, '3220', '925.00', '5', '25.001', '30', '69000000', '69099999', '49100000', '49999999', NULL, 1652935799),
(77411, '3298', '45.00', '21', '0.3', '5', '69000000', '69099999', '50000000', '52999999', NULL, 1652935800),
(77412, '3220', '137.00', '2', '0.3', '5', '69000000', '69099999', '50000000', '52999999', NULL, 1652935800),
(77413, '3298', '71.00', '21', '5.001', '10', '69000000', '69099999', '50000000', '52999999', NULL, 1652935801),
(77414, '3220', '214.00', '2', '5.001', '10', '69000000', '69099999', '50000000', '52999999', NULL, 1652935802),
(77415, '3298', '116.00', '21', '10.001', '15', '69000000', '69099999', '50000000', '52999999', NULL, 1652935803),
(77416, '3220', '346.00', '2', '10.001', '15', '69000000', '69099999', '50000000', '52999999', NULL, 1652935804),
(77417, '3298', '160.00', '21', '15.001', '20', '69000000', '69099999', '50000000', '52999999', NULL, 1652935805),
(77418, '3220', '479.00', '2', '15.001', '20', '69000000', '69099999', '50000000', '52999999', NULL, 1652935805),
(77419, '3298', '205.00', '21', '20.001', '25', '69000000', '69099999', '50000000', '52999999', NULL, 1652935807),
(77420, '3220', '612.00', '2', '20.001', '25', '69000000', '69099999', '50000000', '52999999', NULL, 1652935808),
(77421, '3298', '249.00', '21', '25.001', '30', '69000000', '69099999', '50000000', '52999999', NULL, 1652935809),
(77422, '3220', '744.00', '2', '25.001', '30', '69000000', '69099999', '50000000', '52999999', NULL, 1652935810),
(77423, '3298', '45.00', '21', '0.3', '5', '69000000', '69099999', '50000000', '54999999', NULL, 1652935810),
(77424, '3220', '137.00', '2', '0.3', '5', '69000000', '69099999', '50000000', '54999999', NULL, 1652935811),
(77425, '3298', '71.00', '21', '5.001', '10', '69000000', '69099999', '50000000', '54999999', NULL, 1652935816),
(77426, '3220', '214.00', '2', '5.001', '10', '69000000', '69099999', '50000000', '54999999', NULL, 1652935822),
(77427, '3298', '116.00', '21', '10.001', '15', '69000000', '69099999', '50000000', '54999999', NULL, 1652935824),
(77428, '3220', '346.00', '2', '10.001', '15', '69000000', '69099999', '50000000', '54999999', NULL, 1652935825),
(77429, '3298', '160.00', '21', '15.001', '20', '69000000', '69099999', '50000000', '54999999', NULL, 1652935826),
(77430, '3220', '479.00', '2', '15.001', '20', '69000000', '69099999', '50000000', '54999999', NULL, 1652935826),
(77431, '3298', '205.00', '21', '20.001', '25', '69000000', '69099999', '50000000', '54999999', NULL, 1652935827),
(77432, '3220', '612.00', '2', '20.001', '25', '69000000', '69099999', '50000000', '54999999', NULL, 1652935827),
(77433, '3298', '249.00', '21', '25.001', '30', '69000000', '69099999', '50000000', '54999999', NULL, 1652935829),
(77434, '3220', '744.00', '2', '25.001', '30', '69000000', '69099999', '50000000', '54999999', NULL, 1652935836),
(77435, '3298', '90.00', '26', '0.3', '5', '69000000', '69099999', '55000000', '56999999', NULL, 1652935836),
(77436, '3220', '183.00', '6', '0.3', '5', '69000000', '69099999', '55000000', '56999999', NULL, 1652935837),
(77437, '3298', '133.00', '26', '5.001', '10', '69000000', '69099999', '55000000', '56999999', NULL, 1652935838),
(77438, '3220', '266.00', '6', '5.001', '10', '69000000', '69099999', '55000000', '56999999', NULL, 1652935844),
(77439, '3298', '215.00', '26', '10.001', '15', '69000000', '69099999', '55000000', '56999999', NULL, 1652935845),
(77440, '3220', '430.00', '6', '10.001', '15', '69000000', '69099999', '55000000', '56999999', NULL, 1652935852),
(77441, '3298', '298.00', '26', '15.001', '20', '69000000', '69099999', '55000000', '56999999', NULL, 1652935853),
(77442, '3220', '595.00', '6', '15.001', '20', '69000000', '69099999', '55000000', '56999999', NULL, 1652935854),
(77443, '3298', '380.00', '26', '20.001', '25', '69000000', '69099999', '55000000', '56999999', NULL, 1652935854),
(77444, '3220', '760.00', '6', '20.001', '25', '69000000', '69099999', '55000000', '56999999', NULL, 1652935855),
(77445, '3298', '463.00', '26', '25.001', '30', '69000000', '69099999', '55000000', '56999999', NULL, 1652935856),
(77446, '3220', '925.00', '6', '25.001', '30', '69000000', '69099999', '55000000', '56999999', NULL, 1652935857),
(77447, '3298', '45.00', '22', '0.3', '5', '69000000', '69099999', '57000000', '57099999', NULL, 1652935858),
(77448, '3220', '137.00', '2', '0.3', '5', '69000000', '69099999', '57000000', '57099999', NULL, 1652935858),
(77449, '3298', '71.00', '22', '5.001', '10', '69000000', '69099999', '57000000', '57099999', NULL, 1652935859),
(77450, '3220', '214.00', '2', '5.001', '10', '69000000', '69099999', '57000000', '57099999', NULL, 1652935860),
(77451, '3298', '116.00', '22', '10.001', '15', '69000000', '69099999', '57000000', '57099999', NULL, 1652935861),
(77452, '3220', '346.00', '2', '10.001', '15', '69000000', '69099999', '57000000', '57099999', NULL, 1652935862),
(77453, '3298', '160.00', '22', '15.001', '20', '69000000', '69099999', '57000000', '57099999', NULL, 1652935863),
(77454, '3220', '479.00', '2', '15.001', '20', '69000000', '69099999', '57000000', '57099999', NULL, 1652935864),
(77455, '3298', '205.00', '22', '20.001', '25', '69000000', '69099999', '57000000', '57099999', NULL, 1652935865),
(77456, '3220', '612.00', '2', '20.001', '25', '69000000', '69099999', '57000000', '57099999', NULL, 1652935871),
(77457, '3298', '249.00', '22', '25.001', '30', '69000000', '69099999', '57000000', '57099999', NULL, 1652935873),
(77458, '3220', '744.00', '2', '25.001', '30', '69000000', '69099999', '57000000', '57099999', NULL, 1652935873),
(77459, '3298', '45.00', '24', '0.3', '5', '69000000', '69099999', '57100000', '57999999', NULL, 1652935880),
(77460, '3220', '137.00', '5', '0.3', '5', '69000000', '69099999', '57100000', '57999999', NULL, 1652935888),
(77461, '3298', '71.00', '24', '5.001', '10', '69000000', '69099999', '57100000', '57999999', NULL, 1652935889),
(77462, '3220', '214.00', '5', '5.001', '10', '69000000', '69099999', '57100000', '57999999', NULL, 1652935889),
(77463, '3298', '116.00', '24', '10.001', '15', '69000000', '69099999', '57100000', '57999999', NULL, 1652935890),
(77464, '3220', '346.00', '5', '10.001', '15', '69000000', '69099999', '57100000', '57999999', NULL, 1652935891),
(77465, '3298', '160.00', '24', '15.001', '20', '69000000', '69099999', '57100000', '57999999', NULL, 1652935893),
(77466, '3220', '479.00', '5', '15.001', '20', '69000000', '69099999', '57100000', '57999999', NULL, 1652935893),
(77467, '3298', '205.00', '24', '20.001', '25', '69000000', '69099999', '57100000', '57999999', NULL, 1652935894),
(77468, '3220', '612.00', '5', '20.001', '25', '69000000', '69099999', '57100000', '57999999', NULL, 1652935895),
(77469, '3298', '249.00', '24', '25.001', '30', '69000000', '69099999', '57100000', '57999999', NULL, 1652935896),
(77470, '3220', '744.00', '5', '25.001', '30', '69000000', '69099999', '57100000', '57999999', NULL, 1652935902),
(77471, '3298', '45.00', '22', '0.3', '5', '69000000', '69099999', '58000000', '58099999', NULL, 1652935903),
(77472, '3220', '137.00', '3', '0.3', '5', '69000000', '69099999', '58000000', '58099999', NULL, 1652935904),
(77473, '3298', '71.00', '22', '5.001', '10', '69000000', '69099999', '58000000', '58099999', NULL, 1652935905),
(77474, '3220', '214.00', '3', '5.001', '10', '69000000', '69099999', '58000000', '58099999', NULL, 1652935906),
(77475, '3298', '116.00', '22', '10.001', '15', '69000000', '69099999', '58000000', '58099999', NULL, 1652935906),
(77476, '3220', '346.00', '3', '10.001', '15', '69000000', '69099999', '58000000', '58099999', NULL, 1652935907),
(77477, '3298', '160.00', '22', '15.001', '20', '69000000', '69099999', '58000000', '58099999', NULL, 1652935913),
(77478, '3220', '479.00', '3', '15.001', '20', '69000000', '69099999', '58000000', '58099999', NULL, 1652935913),
(77479, '3298', '205.00', '22', '20.001', '25', '69000000', '69099999', '58000000', '58099999', NULL, 1652935914),
(77480, '3220', '612.00', '3', '20.001', '25', '69000000', '69099999', '58000000', '58099999', NULL, 1652935915),
(77481, '3298', '249.00', '22', '25.001', '30', '69000000', '69099999', '58000000', '58099999', NULL, 1652935916),
(77482, '3220', '744.00', '3', '25.001', '30', '69000000', '69099999', '58000000', '58099999', NULL, 1652935922),
(77483, '3298', '90.00', '27', '0.3', '5', '69000000', '69099999', '58100000', '58999999', NULL, 1652935922),
(77484, '3220', '183.00', '8', '0.3', '5', '69000000', '69099999', '58100000', '58999999', NULL, 1652935927),
(77485, '3298', '133.00', '27', '5.001', '10', '69000000', '69099999', '58100000', '58999999', NULL, 1652935927),
(77486, '3220', '266.00', '8', '5.001', '10', '69000000', '69099999', '58100000', '58999999', NULL, 1652935930),
(77487, '3298', '215.00', '27', '10.001', '15', '69000000', '69099999', '58100000', '58999999', NULL, 1652935930),
(77488, '3220', '430.00', '8', '10.001', '15', '69000000', '69099999', '58100000', '58999999', NULL, 1652935933),
(77489, '3298', '298.00', '27', '15.001', '20', '69000000', '69099999', '58100000', '58999999', NULL, 1652935934),
(77490, '3220', '595.00', '8', '15.001', '20', '69000000', '69099999', '58100000', '58999999', NULL, 1652935935),
(77491, '3298', '380.00', '27', '20.001', '25', '69000000', '69099999', '58100000', '58999999', NULL, 1652935935),
(77492, '3220', '760.00', '8', '20.001', '25', '69000000', '69099999', '58100000', '58999999', NULL, 1652935936),
(77493, '3298', '463.00', '27', '25.001', '30', '69000000', '69099999', '58100000', '58999999', NULL, 1652935937),
(77494, '3220', '925.00', '8', '25.001', '30', '69000000', '69099999', '58100000', '58999999', NULL, 1652935937),
(77495, '3298', '45.00', '22', '0.3', '5', '69000000', '69099999', '59000000', '59099999', NULL, 1652935938),
(77496, '3220', '137.00', '2', '0.3', '5', '69000000', '69099999', '59000000', '59099999', NULL, 1652935948),
(77497, '3298', '71.00', '22', '5.001', '10', '69000000', '69099999', '59000000', '59099999', NULL, 1652935949),
(77498, '3220', '214.00', '2', '5.001', '10', '69000000', '69099999', '59000000', '59099999', NULL, 1652935949),
(77499, '3298', '116.00', '22', '10.001', '15', '69000000', '69099999', '59000000', '59099999', NULL, 1652935950),
(77500, '3220', '346.00', '2', '10.001', '15', '69000000', '69099999', '59000000', '59099999', NULL, 1652935950),
(77501, '3298', '160.00', '22', '15.001', '20', '69000000', '69099999', '59000000', '59099999', NULL, 1652935961),
(77502, '3220', '479.00', '2', '15.001', '20', '69000000', '69099999', '59000000', '59099999', NULL, 1652935962),
(77503, '3298', '205.00', '22', '20.001', '25', '69000000', '69099999', '59000000', '59099999', NULL, 1652935962),
(77504, '3220', '612.00', '2', '20.001', '25', '69000000', '69099999', '59000000', '59099999', NULL, 1652935963),
(77505, '3298', '249.00', '22', '25.001', '30', '69000000', '69099999', '59000000', '59099999', NULL, 1652935963),
(77506, '3220', '744.00', '2', '25.001', '30', '69000000', '69099999', '59000000', '59099999', NULL, 1652935964),
(77507, '3298', '45.00', '22', '0.3', '5', '69000000', '69099999', '59100000', '59999999', NULL, 1652935964),
(77508, '3220', '137.00', '2', '0.3', '5', '69000000', '69099999', '59100000', '59999999', NULL, 1652935965),
(77509, '3298', '71.00', '22', '5.001', '10', '69000000', '69099999', '59100000', '59999999', NULL, 1652935966),
(77510, '3220', '214.00', '2', '5.001', '10', '69000000', '69099999', '59100000', '59999999', NULL, 1652935966),
(77511, '3298', '116.00', '22', '10.001', '15', '69000000', '69099999', '59100000', '59999999', NULL, 1652935967),
(77512, '3220', '346.00', '2', '10.001', '15', '69000000', '69099999', '59100000', '59999999', NULL, 1652935978),
(77513, '3298', '160.00', '22', '15.001', '20', '69000000', '69099999', '59100000', '59999999', NULL, 1652935979),
(77514, '3220', '479.00', '2', '15.001', '20', '69000000', '69099999', '59100000', '59999999', NULL, 1652935979),
(77515, '3298', '205.00', '22', '20.001', '25', '69000000', '69099999', '59100000', '59999999', NULL, 1652935980),
(77516, '3220', '612.00', '2', '20.001', '25', '69000000', '69099999', '59100000', '59999999', NULL, 1652935981),
(77517, '3298', '249.00', '22', '25.001', '30', '69000000', '69099999', '59100000', '59999999', NULL, 1652935981),
(77518, '3220', '744.00', '2', '25.001', '30', '69000000', '69099999', '59100000', '59999999', NULL, 1652935982),
(77519, '3298', '45.00', '22', '0.3', '5', '69000000', '69099999', '60000000', '60999999', NULL, 1652935983),
(77520, '3220', '137.00', '2', '0.3', '5', '69000000', '69099999', '60000000', '60999999', NULL, 1652935983),
(77521, '3298', '71.00', '22', '5.001', '10', '69000000', '69099999', '60000000', '60999999', NULL, 1652935984),
(77522, '3220', '214.00', '2', '5.001', '10', '69000000', '69099999', '60000000', '60999999', NULL, 1652935984),
(77523, '3298', '116.00', '22', '10.001', '15', '69000000', '69099999', '60000000', '60999999', NULL, 1652935995),
(77524, '3220', '346.00', '2', '10.001', '15', '69000000', '69099999', '60000000', '60999999', NULL, 1652935996),
(77525, '3298', '160.00', '22', '15.001', '20', '69000000', '69099999', '60000000', '60999999', NULL, 1652935997),
(77526, '3220', '479.00', '2', '15.001', '20', '69000000', '69099999', '60000000', '60999999', NULL, 1652936005),
(77527, '3298', '205.00', '22', '20.001', '25', '69000000', '69099999', '60000000', '60999999', NULL, 1652936006),
(77528, '3220', '612.00', '2', '20.001', '25', '69000000', '69099999', '60000000', '60999999', NULL, 1652936006),
(77529, '3298', '249.00', '22', '25.001', '30', '69000000', '69099999', '60000000', '60999999', NULL, 1652936014),
(77530, '3220', '744.00', '2', '25.001', '30', '69000000', '69099999', '60000000', '60999999', NULL, 1652936014),
(77531, '3298', '45.00', '22', '0.3', '5', '69000000', '69099999', '60000000', '61900999', NULL, 1652936015),
(77532, '3220', '137.00', '2', '0.3', '5', '69000000', '69099999', '60000000', '61900999', NULL, 1652936016),
(77533, '3298', '71.00', '22', '5.001', '10', '69000000', '69099999', '60000000', '61900999', NULL, 1652936016);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(77534, '3220', '214.00', '2', '5.001', '10', '69000000', '69099999', '60000000', '61900999', NULL, 1652936017),
(77535, '3298', '116.00', '22', '10.001', '15', '69000000', '69099999', '60000000', '61900999', NULL, 1652936020),
(77536, '3220', '346.00', '2', '10.001', '15', '69000000', '69099999', '60000000', '61900999', NULL, 1652936020),
(77537, '3298', '160.00', '22', '15.001', '20', '69000000', '69099999', '60000000', '61900999', NULL, 1652936021),
(77538, '3220', '479.00', '2', '15.001', '20', '69000000', '69099999', '60000000', '61900999', NULL, 1652936021),
(77539, '3298', '205.00', '22', '20.001', '25', '69000000', '69099999', '60000000', '61900999', NULL, 1652936022),
(77540, '3220', '612.00', '2', '20.001', '25', '69000000', '69099999', '60000000', '61900999', NULL, 1652936023),
(77541, '3298', '249.00', '22', '25.001', '30', '69000000', '69099999', '60000000', '61900999', NULL, 1652936023),
(77542, '3220', '744.00', '2', '25.001', '30', '69000000', '69099999', '60000000', '61900999', NULL, 1652936024),
(77543, '3298', '90.00', '26', '0.3', '5', '69000000', '69099999', '61901000', '63999999', NULL, 1652936024),
(77544, '3220', '183.00', '7', '0.3', '5', '69000000', '69099999', '61901000', '63999999', NULL, 1652936025),
(77545, '3298', '133.00', '26', '5.001', '10', '69000000', '69099999', '61901000', '63999999', NULL, 1652936026),
(77546, '3220', '266.00', '7', '5.001', '10', '69000000', '69099999', '61901000', '63999999', NULL, 1652936026),
(77547, '3298', '215.00', '26', '10.001', '15', '69000000', '69099999', '61901000', '63999999', NULL, 1652936027),
(77548, '3220', '430.00', '7', '10.001', '15', '69000000', '69099999', '61901000', '63999999', NULL, 1652936028),
(77549, '3298', '298.00', '26', '15.001', '20', '69000000', '69099999', '61901000', '63999999', NULL, 1652936029),
(77550, '3220', '595.00', '7', '15.001', '20', '69000000', '69099999', '61901000', '63999999', NULL, 1652936029),
(77551, '3298', '380.00', '26', '20.001', '25', '69000000', '69099999', '61901000', '63999999', NULL, 1652936048),
(77552, '3220', '760.00', '7', '20.001', '25', '69000000', '69099999', '61901000', '63999999', NULL, 1652936048),
(77553, '3298', '463.00', '26', '25.001', '30', '69000000', '69099999', '61901000', '63999999', NULL, 1652936049),
(77554, '3220', '925.00', '7', '25.001', '30', '69000000', '69099999', '61901000', '63999999', NULL, 1652936049),
(77555, '3298', '45.00', '23', '0.3', '5', '69000000', '69099999', '64000000', '64099999', NULL, 1652936050),
(77556, '3220', '137.00', '4', '0.3', '5', '69000000', '69099999', '64000000', '64099999', NULL, 1652936051),
(77557, '3298', '71.00', '23', '5.001', '10', '69000000', '69099999', '64000000', '64099999', NULL, 1652936067),
(77558, '3220', '214.00', '4', '5.001', '10', '69000000', '69099999', '64000000', '64099999', NULL, 1652936068),
(77559, '3298', '116.00', '23', '10.001', '15', '69000000', '69099999', '64000000', '64099999', NULL, 1652936068),
(77560, '3220', '346.00', '4', '10.001', '15', '69000000', '69099999', '64000000', '64099999', NULL, 1652936068),
(77561, '3298', '160.00', '23', '15.001', '20', '69000000', '69099999', '64000000', '64099999', NULL, 1652936069),
(77562, '3220', '479.00', '4', '15.001', '20', '69000000', '69099999', '64000000', '64099999', NULL, 1652936069),
(77563, '3298', '205.00', '23', '20.001', '25', '69000000', '69099999', '64000000', '64099999', NULL, 1652936070),
(77564, '3220', '612.00', '4', '20.001', '25', '69000000', '69099999', '64000000', '64099999', NULL, 1652936070),
(77565, '3298', '249.00', '23', '25.001', '30', '69000000', '69099999', '64000000', '64099999', NULL, 1652936071),
(77566, '3220', '744.00', '4', '25.001', '30', '69000000', '69099999', '64000000', '64099999', NULL, 1652936071),
(77567, '3298', '90.00', '27', '0.3', '5', '69000000', '69099999', '64100000', '64999999', NULL, 1652936084),
(77568, '3220', '183.00', '8', '0.3', '5', '69000000', '69099999', '64100000', '64999999', NULL, 1652936085),
(77569, '3298', '133.00', '27', '5.001', '10', '69000000', '69099999', '64100000', '64999999', NULL, 1652936086),
(77570, '3220', '266.00', '8', '5.001', '10', '69000000', '69099999', '64100000', '64999999', NULL, 1652936086),
(77571, '3298', '215.00', '27', '10.001', '15', '69000000', '69099999', '64100000', '64999999', NULL, 1652936087),
(77572, '3220', '430.00', '8', '10.001', '15', '69000000', '69099999', '64100000', '64999999', NULL, 1652936087),
(77573, '3298', '298.00', '27', '15.001', '20', '69000000', '69099999', '64100000', '64999999', NULL, 1652936088),
(77574, '3220', '595.00', '8', '15.001', '20', '69000000', '69099999', '64100000', '64999999', NULL, 1652936089),
(77575, '3298', '380.00', '27', '20.001', '25', '69000000', '69099999', '64100000', '64999999', NULL, 1652936089),
(77576, '3220', '760.00', '8', '20.001', '25', '69000000', '69099999', '64100000', '64999999', NULL, 1652936090),
(77577, '3298', '463.00', '27', '25.001', '30', '69000000', '69099999', '64100000', '64999999', NULL, 1652936091),
(77578, '3220', '925.00', '8', '25.001', '30', '69000000', '69099999', '64100000', '64999999', NULL, 1652936091),
(77579, '3298', '45.00', '23', '0.3', '5', '69000000', '69099999', '65000000', '65099999', NULL, 1652936092),
(77580, '3220', '137.00', '5', '0.3', '5', '69000000', '69099999', '65000000', '65099999', NULL, 1652936093),
(77581, '3298', '71.00', '23', '5.001', '10', '69000000', '69099999', '65000000', '65099999', NULL, 1652936093),
(77582, '3220', '214.00', '5', '5.001', '10', '69000000', '69099999', '65000000', '65099999', NULL, 1652936094),
(77583, '3298', '116.00', '23', '10.001', '15', '69000000', '69099999', '65000000', '65099999', NULL, 1652936094),
(77584, '3220', '346.00', '5', '10.001', '15', '69000000', '69099999', '65000000', '65099999', NULL, 1652936095),
(77585, '3298', '160.00', '23', '15.001', '20', '69000000', '69099999', '65000000', '65099999', NULL, 1652936105),
(77586, '3220', '479.00', '5', '15.001', '20', '69000000', '69099999', '65000000', '65099999', NULL, 1652936106),
(77587, '3298', '205.00', '23', '20.001', '25', '69000000', '69099999', '65000000', '65099999', NULL, 1652936106),
(77588, '3220', '612.00', '5', '20.001', '25', '69000000', '69099999', '65000000', '65099999', NULL, 1652936107),
(77589, '3298', '249.00', '23', '25.001', '30', '69000000', '69099999', '65000000', '65099999', NULL, 1652936107),
(77590, '3220', '744.00', '5', '25.001', '30', '69000000', '69099999', '65000000', '65099999', NULL, 1652936108),
(77591, '3298', '90.00', '28', '0.3', '5', '69000000', '69099999', '65100000', '65999999', NULL, 1652936109),
(77592, '3220', '183.00', '9', '0.3', '5', '69000000', '69099999', '65100000', '65999999', NULL, 1652936109),
(77593, '3298', '133.00', '28', '5.001', '10', '69000000', '69099999', '65100000', '65999999', NULL, 1652936110),
(77594, '3220', '266.00', '9', '5.001', '10', '69000000', '69099999', '65100000', '65999999', NULL, 1652936111),
(77595, '3298', '215.00', '28', '10.001', '15', '69000000', '69099999', '65100000', '65999999', NULL, 1652936112),
(77596, '3220', '430.00', '9', '10.001', '15', '69000000', '69099999', '65100000', '65999999', NULL, 1652936113),
(77597, '3298', '298.00', '28', '15.001', '20', '69000000', '69099999', '65100000', '65999999', NULL, 1652936113),
(77598, '3220', '595.00', '9', '15.001', '20', '69000000', '69099999', '65100000', '65999999', NULL, 1652936115),
(77599, '3298', '380.00', '28', '20.001', '25', '69000000', '69099999', '65100000', '65999999', NULL, 1652936115),
(77600, '3220', '760.00', '9', '20.001', '25', '69000000', '69099999', '65100000', '65999999', NULL, 1652936116),
(77601, '3298', '463.00', '28', '25.001', '30', '69000000', '69099999', '65100000', '65999999', NULL, 1652936117),
(77602, '3220', '925.00', '9', '25.001', '30', '69000000', '69099999', '65100000', '65999999', NULL, 1652936118),
(77603, '3298', '38.00', '22', '0.3', '5', '69000000', '69099999', '66000000', '66999999', NULL, 1652936118),
(77604, '3220', '113.00', '5', '0.3', '5', '69000000', '69099999', '66000000', '66999999', NULL, 1652936119),
(77605, '3298', '58.00', '22', '5.001', '10', '69000000', '69099999', '66000000', '66999999', NULL, 1652936120),
(77606, '3220', '176.00', '5', '5.001', '10', '69000000', '69099999', '66000000', '66999999', NULL, 1652936121),
(77607, '3298', '94.00', '22', '10.001', '15', '69000000', '69099999', '66000000', '66999999', NULL, 1652936121),
(77608, '3220', '286.00', '5', '10.001', '15', '69000000', '69099999', '66000000', '66999999', NULL, 1652936122),
(77609, '3298', '130.00', '22', '15.001', '20', '69000000', '69099999', '66000000', '66999999', NULL, 1652936122),
(77610, '3220', '396.00', '5', '15.001', '20', '69000000', '69099999', '66000000', '66999999', NULL, 1652936123),
(77611, '3298', '166.00', '22', '20.001', '25', '69000000', '69099999', '66000000', '66999999', NULL, 1652936123),
(77612, '3220', '505.00', '5', '20.001', '25', '69000000', '69099999', '66000000', '66999999', NULL, 1652936124),
(77613, '3298', '202.00', '22', '25.001', '30', '69000000', '69099999', '66000000', '66999999', NULL, 1652936124),
(77614, '3220', '615.00', '5', '25.001', '30', '69000000', '69099999', '66000000', '66999999', NULL, 1652936125),
(77615, '3298', '38.00', '22', '0.3', '5', '69000000', '69099999', '66000000', '67999999', NULL, 1652936125),
(77616, '3220', '113.00', '5', '0.3', '5', '69000000', '69099999', '66000000', '67999999', NULL, 1652936126),
(77617, '3298', '58.00', '22', '5.001', '10', '69000000', '69099999', '66000000', '67999999', NULL, 1652936127),
(77618, '3220', '176.00', '5', '5.001', '10', '69000000', '69099999', '66000000', '67999999', NULL, 1652936128),
(77619, '3298', '94.00', '22', '10.001', '15', '69000000', '69099999', '66000000', '67999999', NULL, 1652936128),
(77620, '3220', '286.00', '5', '10.001', '15', '69000000', '69099999', '66000000', '67999999', NULL, 1652936129),
(77621, '3298', '130.00', '22', '15.001', '20', '69000000', '69099999', '66000000', '67999999', NULL, 1652936129),
(77622, '3220', '396.00', '5', '15.001', '20', '69000000', '69099999', '66000000', '67999999', NULL, 1652936130),
(77623, '3298', '166.00', '22', '20.001', '25', '69000000', '69099999', '66000000', '67999999', NULL, 1652936131),
(77624, '3220', '505.00', '5', '20.001', '25', '69000000', '69099999', '66000000', '67999999', NULL, 1652936131),
(77625, '3298', '202.00', '22', '25.001', '30', '69000000', '69099999', '66000000', '67999999', NULL, 1652936132),
(77626, '3220', '615.00', '5', '25.001', '30', '69000000', '69099999', '66000000', '67999999', NULL, 1652936132),
(77627, '3298', '70.00', '25', '0.3', '5', '69000000', '69099999', '68000000', '68899999', NULL, 1652936140),
(77628, '3220', '157.00', '9', '0.3', '5', '69000000', '69099999', '68000000', '68899999', NULL, 1652936141),
(77629, '3298', '106.00', '25', '5.001', '10', '69000000', '69099999', '68000000', '68899999', NULL, 1652936142),
(77630, '3220', '226.00', '9', '5.001', '10', '69000000', '69099999', '68000000', '68899999', NULL, 1652936142),
(77631, '3298', '172.00', '25', '10.001', '15', '69000000', '69099999', '68000000', '68899999', NULL, 1652936143),
(77632, '3220', '367.00', '9', '10.001', '15', '69000000', '69099999', '68000000', '68899999', NULL, 1652936143),
(77633, '3298', '239.00', '25', '15.001', '20', '69000000', '69099999', '68000000', '68899999', NULL, 1652936144),
(77634, '3220', '508.00', '9', '15.001', '20', '69000000', '69099999', '68000000', '68899999', NULL, 1652936145),
(77635, '3298', '305.00', '25', '20.001', '25', '69000000', '69099999', '68000000', '68899999', NULL, 1652936146),
(77636, '3220', '649.00', '9', '20.001', '25', '69000000', '69099999', '68000000', '68899999', NULL, 1652936147),
(77637, '3298', '371.00', '25', '25.001', '30', '69000000', '69099999', '68000000', '68899999', NULL, 1652936148),
(77638, '3220', '789.00', '9', '25.001', '30', '69000000', '69099999', '68000000', '68899999', NULL, 1652936148),
(77639, '3298', '45.00', '33', '0.3', '5', '69000000', '69099999', '68900000', '68914999', NULL, 1652936149),
(77640, '3220', '137.00', '12', '0.3', '5', '69000000', '69099999', '68900000', '68914999', NULL, 1652936150),
(77641, '3298', '71.00', '33', '5.001', '10', '69000000', '69099999', '68900000', '68914999', NULL, 1652936150),
(77642, '3220', '214.00', '12', '5.001', '10', '69000000', '69099999', '68900000', '68914999', NULL, 1652936151),
(77643, '3298', '116.00', '33', '10.001', '15', '69000000', '69099999', '68900000', '68914999', NULL, 1652936151),
(77644, '3220', '346.00', '12', '10.001', '15', '69000000', '69099999', '68900000', '68914999', NULL, 1652936152),
(77645, '3298', '160.00', '33', '15.001', '20', '69000000', '69099999', '68900000', '68914999', NULL, 1652936153),
(77646, '3220', '479.00', '12', '15.001', '20', '69000000', '69099999', '68900000', '68914999', NULL, 1652936153),
(77647, '3298', '205.00', '33', '20.001', '25', '69000000', '69099999', '68900000', '68914999', NULL, 1652936154),
(77648, '3220', '612.00', '12', '20.001', '25', '69000000', '69099999', '68900000', '68914999', NULL, 1652936155),
(77649, '3298', '249.00', '33', '25.001', '30', '69000000', '69099999', '68900000', '68914999', NULL, 1652936163),
(77650, '3220', '744.00', '12', '25.001', '30', '69000000', '69099999', '68900000', '68914999', NULL, 1652936164),
(77651, '3298', '90.00', '35', '0.3', '5', '69000000', '69099999', '68915000', '68999999', NULL, 1652936164),
(77652, '3220', '183.00', '14', '0.3', '5', '69000000', '69099999', '68915000', '68999999', NULL, 1652936165),
(77653, '3298', '133.00', '35', '5.001', '10', '69000000', '69099999', '68915000', '68999999', NULL, 1652936166),
(77654, '3220', '266.00', '14', '5.001', '10', '69000000', '69099999', '68915000', '68999999', NULL, 1652936167),
(77655, '3298', '215.00', '35', '10.001', '15', '69000000', '69099999', '68915000', '68999999', NULL, 1652936167),
(77656, '3220', '430.00', '14', '10.001', '15', '69000000', '69099999', '68915000', '68999999', NULL, 1652936168),
(77657, '3298', '298.00', '35', '15.001', '20', '69000000', '69099999', '68915000', '68999999', NULL, 1652936168),
(77658, '3220', '595.00', '14', '15.001', '20', '69000000', '69099999', '68915000', '68999999', NULL, 1652936169),
(77659, '3298', '380.00', '35', '20.001', '25', '69000000', '69099999', '68915000', '68999999', NULL, 1652936169),
(77660, '3220', '760.00', '14', '20.001', '25', '69000000', '69099999', '68915000', '68999999', NULL, 1652936170),
(77661, '3298', '463.00', '35', '25.001', '30', '69000000', '69099999', '68915000', '68999999', NULL, 1652936170),
(77662, '3220', '925.00', '14', '25.001', '30', '69000000', '69099999', '68915000', '68999999', NULL, 1652936171),
(77663, '3298', '25.00', '5', '0.3', '5', '69000000', '69099999', '69000000', '69099999', NULL, 1652936172),
(77664, '3220', '21.00', '1', '0.3', '5', '69000000', '69099999', '69000000', '69099999', NULL, 1652936172),
(77665, '3298', '31.00', '5', '5.001', '10', '69000000', '69099999', '69000000', '69099999', NULL, 1652936180),
(77666, '3220', '27.00', '1', '5.001', '10', '69000000', '69099999', '69000000', '69099999', NULL, 1652936181),
(77667, '3298', '51.00', '5', '10.001', '15', '69000000', '69099999', '69000000', '69099999', NULL, 1652936181),
(77668, '3220', '44.00', '1', '10.001', '15', '69000000', '69099999', '69000000', '69099999', NULL, 1652936182),
(77669, '3298', '71.00', '5', '15.001', '20', '69000000', '69099999', '69000000', '69099999', NULL, 1652936183),
(77670, '3220', '61.00', '1', '15.001', '20', '69000000', '69099999', '69000000', '69099999', NULL, 1652936184),
(77671, '3298', '91.00', '5', '20.001', '25', '69000000', '69099999', '69000000', '69099999', NULL, 1652936192),
(77672, '3220', '78.00', '1', '20.001', '25', '69000000', '69099999', '69000000', '69099999', NULL, 1652936192),
(77673, '3298', '110.00', '5', '25.001', '30', '69000000', '69099999', '69000000', '69099999', NULL, 1652936201),
(77674, '3220', '95.00', '1', '25.001', '30', '69000000', '69099999', '69000000', '69099999', NULL, 1652936201),
(77675, '3298', '26.00', '9', '0.3', '5', '69000000', '69099999', '69100000', '69299999', NULL, 1652936202),
(77676, '3220', '34.00', '4', '0.3', '5', '69000000', '69099999', '69100000', '69299999', NULL, 1652936203),
(77677, '3298', '32.00', '9', '5.001', '10', '69000000', '69099999', '69100000', '69299999', NULL, 1652936203),
(77678, '3220', '48.00', '4', '5.001', '10', '69000000', '69099999', '69100000', '69299999', NULL, 1652936204),
(77679, '3298', '52.00', '9', '10.001', '15', '69000000', '69099999', '69100000', '69299999', NULL, 1652936205),
(77680, '3220', '79.00', '4', '10.001', '15', '69000000', '69099999', '69100000', '69299999', NULL, 1652936212),
(77681, '3298', '72.00', '9', '15.001', '20', '69000000', '69099999', '69100000', '69299999', NULL, 1652936212),
(77682, '3220', '109.00', '4', '15.001', '20', '69000000', '69099999', '69100000', '69299999', NULL, 1652936213),
(77683, '3298', '92.00', '9', '20.001', '25', '69000000', '69099999', '69100000', '69299999', NULL, 1652936214),
(77684, '3220', '139.00', '4', '20.001', '25', '69000000', '69099999', '69100000', '69299999', NULL, 1652936215),
(77685, '3298', '112.00', '9', '25.001', '30', '69000000', '69099999', '69100000', '69299999', NULL, 1652936223),
(77686, '3220', '170.00', '4', '25.001', '30', '69000000', '69099999', '69100000', '69299999', NULL, 1652936223),
(77687, '3298', '34.00', '7', '0.3', '5', '69000000', '69099999', '69300000', '69339999', NULL, 1652936224),
(77688, '3220', '80.00', '3', '0.3', '5', '69000000', '69099999', '69300000', '69339999', NULL, 1652936224),
(77689, '3298', '50.00', '7', '5.001', '10', '69000000', '69099999', '69300000', '69339999', NULL, 1652936225),
(77690, '3220', '125.00', '3', '5.001', '10', '69000000', '69099999', '69300000', '69339999', NULL, 1652936226),
(77691, '3298', '82.00', '7', '10.001', '15', '69000000', '69099999', '69300000', '69339999', NULL, 1652936227),
(77692, '3220', '203.00', '3', '10.001', '15', '69000000', '69099999', '69300000', '69339999', NULL, 1652936227),
(77693, '3298', '113.00', '7', '15.001', '20', '69000000', '69099999', '69300000', '69339999', NULL, 1652936228),
(77694, '3220', '281.00', '3', '15.001', '20', '69000000', '69099999', '69300000', '69339999', NULL, 1652936235),
(77695, '3298', '145.00', '7', '20.001', '25', '69000000', '69099999', '69300000', '69339999', NULL, 1652936236),
(77696, '3220', '359.00', '3', '20.001', '25', '69000000', '69099999', '69300000', '69339999', NULL, 1652936236),
(77697, '3298', '176.00', '7', '25.001', '30', '69000000', '69099999', '69300000', '69339999', NULL, 1652936237),
(77698, '3220', '437.00', '3', '25.001', '30', '69000000', '69099999', '69300000', '69339999', NULL, 1652936237),
(77699, '3298', '50.00', '11', '0.3', '5', '69000000', '69099999', '69340000', '69389999', NULL, 1652936238),
(77700, '3220', '124.00', '8', '0.3', '5', '69000000', '69099999', '69340000', '69389999', NULL, 1652936240),
(77701, '3298', '83.00', '11', '5.001', '10', '69000000', '69099999', '69340000', '69389999', NULL, 1652936240),
(77702, '3220', '175.00', '8', '5.001', '10', '69000000', '69099999', '69340000', '69389999', NULL, 1652936241),
(77703, '3298', '135.00', '11', '10.001', '15', '69000000', '69099999', '69340000', '69389999', NULL, 1652936242),
(77704, '3220', '283.00', '8', '10.001', '15', '69000000', '69099999', '69340000', '69389999', NULL, 1652936243),
(77705, '3298', '186.00', '11', '15.001', '20', '69000000', '69099999', '69340000', '69389999', NULL, 1652936244),
(77706, '3220', '392.00', '8', '15.001', '20', '69000000', '69099999', '69340000', '69389999', NULL, 1652936244),
(77707, '3298', '238.00', '11', '20.001', '25', '69000000', '69099999', '69340000', '69389999', NULL, 1652936251),
(77708, '3220', '500.00', '8', '20.001', '25', '69000000', '69099999', '69340000', '69389999', NULL, 1652936252),
(77709, '3298', '290.00', '11', '25.001', '30', '69000000', '69099999', '69340000', '69389999', NULL, 1652936253),
(77710, '3220', '609.00', '8', '25.001', '30', '69000000', '69099999', '69340000', '69389999', NULL, 1652936253),
(77711, '3298', '38.00', '22', '0.3', '5', '69000000', '69099999', '69900000', '69920999', NULL, 1652936255),
(77712, '3220', '113.00', '5', '0.3', '5', '69000000', '69099999', '69900000', '69920999', NULL, 1652936255),
(77713, '3298', '58.00', '22', '5.001', '10', '69000000', '69099999', '69900000', '69920999', NULL, 1652936256),
(77714, '3220', '176.00', '5', '5.001', '10', '69000000', '69099999', '69900000', '69920999', NULL, 1652936257),
(77715, '3298', '94.00', '22', '10.001', '15', '69000000', '69099999', '69900000', '69920999', NULL, 1652936258),
(77716, '3220', '286.00', '5', '10.001', '15', '69000000', '69099999', '69900000', '69920999', NULL, 1652936259),
(77717, '3298', '130.00', '22', '15.001', '20', '69000000', '69099999', '69900000', '69920999', NULL, 1652936260),
(77718, '3220', '396.00', '5', '15.001', '20', '69000000', '69099999', '69900000', '69920999', NULL, 1652936261),
(77719, '3298', '166.00', '22', '20.001', '25', '69000000', '69099999', '69900000', '69920999', NULL, 1652936262),
(77720, '3220', '505.00', '5', '20.001', '25', '69000000', '69099999', '69900000', '69920999', NULL, 1652936263),
(77721, '3298', '202.00', '22', '25.001', '30', '69000000', '69099999', '69900000', '69920999', NULL, 1652936264),
(77722, '3220', '615.00', '5', '25.001', '30', '69000000', '69099999', '69900000', '69920999', NULL, 1652936265),
(77723, '3298', '70.00', '27', '0.3', '5', '69000000', '69099999', '69921000', '69999999', NULL, 1652936266),
(77724, '3220', '157.00', '11', '0.3', '5', '69000000', '69099999', '69921000', '69999999', NULL, 1652936267),
(77725, '3298', '106.00', '27', '5.001', '10', '69000000', '69099999', '69921000', '69999999', NULL, 1652936268),
(77726, '3220', '226.00', '11', '5.001', '10', '69000000', '69099999', '69921000', '69999999', NULL, 1652936269),
(77727, '3298', '172.00', '27', '10.001', '15', '69000000', '69099999', '69921000', '69999999', NULL, 1652936271),
(77728, '3220', '367.00', '11', '10.001', '15', '69000000', '69099999', '69921000', '69999999', NULL, 1652936272),
(77729, '3298', '239.00', '27', '15.001', '20', '69000000', '69099999', '69921000', '69999999', NULL, 1652936273),
(77730, '3220', '508.00', '11', '15.001', '20', '69000000', '69099999', '69921000', '69999999', NULL, 1652936274),
(77731, '3298', '305.00', '27', '20.001', '25', '69000000', '69099999', '69921000', '69999999', NULL, 1652936275),
(77732, '3220', '649.00', '11', '20.001', '25', '69000000', '69099999', '69921000', '69999999', NULL, 1652936276),
(77733, '3298', '371.00', '27', '25.001', '30', '69000000', '69099999', '69921000', '69999999', NULL, 1652936278),
(77734, '3220', '789.00', '11', '25.001', '30', '69000000', '69099999', '69921000', '69999999', NULL, 1652936279),
(77735, '3298', '45.00', '19', '0.3', '5', '69000000', '69099999', '71000000', '73699999', NULL, 1652936280),
(77736, '3220', '137.00', '2', '0.3', '5', '69000000', '69099999', '71000000', '73699999', NULL, 1652936281),
(77737, '3298', '71.00', '19', '5.001', '10', '69000000', '69099999', '71000000', '73699999', NULL, 1652936285),
(77738, '3220', '214.00', '2', '5.001', '10', '69000000', '69099999', '71000000', '73699999', NULL, 1652936286),
(77739, '3298', '116.00', '19', '10.001', '15', '69000000', '69099999', '71000000', '73699999', NULL, 1652936288),
(77740, '3220', '346.00', '2', '10.001', '15', '69000000', '69099999', '71000000', '73699999', NULL, 1652936288),
(77741, '3298', '160.00', '19', '15.001', '20', '69000000', '69099999', '71000000', '73699999', NULL, 1652936289),
(77742, '3220', '479.00', '2', '15.001', '20', '69000000', '69099999', '71000000', '73699999', NULL, 1652936291),
(77743, '3298', '205.00', '19', '20.001', '25', '69000000', '69099999', '71000000', '73699999', NULL, 1652936294),
(77744, '3220', '612.00', '2', '20.001', '25', '69000000', '69099999', '71000000', '73699999', NULL, 1652936295),
(77745, '3298', '249.00', '19', '25.001', '30', '69000000', '69099999', '71000000', '73699999', NULL, 1652936296),
(77746, '3220', '744.00', '2', '25.001', '30', '69000000', '69099999', '71000000', '73699999', NULL, 1652936297),
(77747, '3298', '45.00', '19', '0.3', '5', '69000000', '69099999', '72800000', '73999999', NULL, 1652936298),
(77748, '3220', '137.00', '3', '0.3', '5', '69000000', '69099999', '72800000', '73999999', NULL, 1652936299),
(77749, '3298', '71.00', '19', '5.001', '10', '69000000', '69099999', '72800000', '73999999', NULL, 1652936300),
(77750, '3220', '214.00', '3', '5.001', '10', '69000000', '69099999', '72800000', '73999999', NULL, 1652936303),
(77751, '3298', '116.00', '19', '10.001', '15', '69000000', '69099999', '72800000', '73999999', NULL, 1652936304),
(77752, '3220', '346.00', '3', '10.001', '15', '69000000', '69099999', '72800000', '73999999', NULL, 1652936305),
(77753, '3298', '160.00', '19', '15.001', '20', '69000000', '69099999', '72800000', '73999999', NULL, 1652936306),
(77754, '3220', '479.00', '3', '15.001', '20', '69000000', '69099999', '72800000', '73999999', NULL, 1652936307),
(77755, '3298', '205.00', '19', '20.001', '25', '69000000', '69099999', '72800000', '73999999', NULL, 1652936307),
(77756, '3220', '612.00', '3', '20.001', '25', '69000000', '69099999', '72800000', '73999999', NULL, 1652936308),
(77757, '3298', '249.00', '19', '25.001', '30', '69000000', '69099999', '72800000', '73999999', NULL, 1652936309),
(77758, '3220', '744.00', '3', '25.001', '30', '69000000', '69099999', '72800000', '73999999', NULL, 1652936312),
(77759, '3298', '45.00', '19', '0.3', '5', '69000000', '69099999', '74000000', '74894999', NULL, 1652936314),
(77760, '3220', '137.00', '2', '0.3', '5', '69000000', '69099999', '74000000', '74894999', NULL, 1652936314),
(77761, '3298', '71.00', '19', '5.001', '10', '69000000', '69099999', '74000000', '74894999', NULL, 1652936316),
(77762, '3220', '214.00', '2', '5.001', '10', '69000000', '69099999', '74000000', '74894999', NULL, 1652936316),
(77763, '3298', '116.00', '19', '10.001', '15', '69000000', '69099999', '74000000', '74894999', NULL, 1652936317),
(77764, '3220', '346.00', '2', '10.001', '15', '69000000', '69099999', '74000000', '74894999', NULL, 1652936318),
(77765, '3298', '160.00', '19', '15.001', '20', '69000000', '69099999', '74000000', '74894999', NULL, 1652936319),
(77766, '3220', '479.00', '2', '15.001', '20', '69000000', '69099999', '74000000', '74894999', NULL, 1652936320),
(77767, '3298', '205.00', '19', '20.001', '25', '69000000', '69099999', '74000000', '74894999', NULL, 1652936321),
(77768, '3220', '612.00', '2', '20.001', '25', '69000000', '69099999', '74000000', '74894999', NULL, 1652936322),
(77769, '3298', '249.00', '19', '25.001', '30', '69000000', '69099999', '74000000', '74894999', NULL, 1652936323),
(77770, '3220', '744.00', '2', '25.001', '30', '69000000', '69099999', '74000000', '74894999', NULL, 1652936325),
(77771, '3298', '45.00', '19', '0.3', '5', '69000000', '69099999', '74895000', '76799999', NULL, 1652936327),
(77772, '3220', '137.00', '2', '0.3', '5', '69000000', '69099999', '74895000', '76799999', NULL, 1652936327),
(77773, '3298', '71.00', '19', '5.001', '10', '69000000', '69099999', '74895000', '76799999', NULL, 1652936328),
(77774, '3220', '214.00', '2', '5.001', '10', '69000000', '69099999', '74895000', '76799999', NULL, 1652936329),
(77775, '3298', '116.00', '19', '10.001', '15', '69000000', '69099999', '74895000', '76799999', NULL, 1652936332),
(77776, '3220', '346.00', '2', '10.001', '15', '69000000', '69099999', '74895000', '76799999', NULL, 1652936333),
(77777, '3298', '160.00', '19', '15.001', '20', '69000000', '69099999', '74895000', '76799999', NULL, 1652936334),
(77778, '3220', '479.00', '2', '15.001', '20', '69000000', '69099999', '74895000', '76799999', NULL, 1652936335),
(77779, '3298', '205.00', '19', '20.001', '25', '69000000', '69099999', '74895000', '76799999', NULL, 1652936337),
(77780, '3220', '612.00', '2', '20.001', '25', '69000000', '69099999', '74895000', '76799999', NULL, 1652936338),
(77781, '3298', '249.00', '19', '25.001', '30', '69000000', '69099999', '74895000', '76799999', NULL, 1652936341),
(77782, '3220', '744.00', '2', '25.001', '30', '69000000', '69099999', '74895000', '76799999', NULL, 1652936344),
(77783, '3298', '45.00', '20', '0.3', '5', '69000000', '69099999', '77000000', '77270999', NULL, 1652936344),
(77784, '3220', '137.00', '2', '0.3', '5', '69000000', '69099999', '77000000', '77270999', NULL, 1652936346),
(77785, '3298', '71.00', '20', '5.001', '10', '69000000', '69099999', '77000000', '77270999', NULL, 1652936347),
(77786, '3220', '214.00', '2', '5.001', '10', '69000000', '69099999', '77000000', '77270999', NULL, 1652936348),
(77787, '3298', '116.00', '20', '10.001', '15', '69000000', '69099999', '77000000', '77270999', NULL, 1652936349),
(77788, '3220', '346.00', '2', '10.001', '15', '69000000', '69099999', '77000000', '77270999', NULL, 1652936351),
(77789, '3298', '160.00', '20', '15.001', '20', '69000000', '69099999', '77000000', '77270999', NULL, 1652936352),
(77790, '3220', '479.00', '2', '15.001', '20', '69000000', '69099999', '77000000', '77270999', NULL, 1652936353),
(77791, '3298', '205.00', '20', '20.001', '25', '69000000', '69099999', '77000000', '77270999', NULL, 1652936355),
(77792, '3220', '612.00', '2', '20.001', '25', '69000000', '69099999', '77000000', '77270999', NULL, 1652936355),
(77793, '3298', '249.00', '20', '25.001', '30', '69000000', '69099999', '77000000', '77270999', NULL, 1652936357),
(77794, '3220', '744.00', '2', '25.001', '30', '69000000', '69099999', '77000000', '77270999', NULL, 1652936358),
(77795, '3298', '90.00', '20', '0.3', '5', '69000000', '69099999', '77300000', '77995999', NULL, 1652936360),
(77796, '3220', '183.00', '3', '0.3', '5', '69000000', '69099999', '77300000', '77995999', NULL, 1652936363),
(77797, '3298', '133.00', '20', '5.001', '10', '69000000', '69099999', '77300000', '77995999', NULL, 1652936364),
(77798, '3220', '266.00', '3', '5.001', '10', '69000000', '69099999', '77300000', '77995999', NULL, 1652936366),
(77799, '3298', '215.00', '20', '10.001', '15', '69000000', '69099999', '77300000', '77995999', NULL, 1652936367),
(77800, '3220', '430.00', '3', '10.001', '15', '69000000', '69099999', '77300000', '77995999', NULL, 1652936368),
(77801, '3298', '298.00', '20', '15.001', '20', '69000000', '69099999', '77300000', '77995999', NULL, 1652936369),
(77802, '3220', '595.00', '3', '15.001', '20', '69000000', '69099999', '77300000', '77995999', NULL, 1652936370),
(77803, '3298', '380.00', '20', '20.001', '25', '69000000', '69099999', '77300000', '77995999', NULL, 1652936372),
(77804, '3220', '760.00', '3', '20.001', '25', '69000000', '69099999', '77300000', '77995999', NULL, 1652936373),
(77805, '3298', '463.00', '20', '25.001', '30', '69000000', '69099999', '77300000', '77995999', NULL, 1652936376),
(77806, '3220', '925.00', '3', '25.001', '30', '69000000', '69099999', '77300000', '77995999', NULL, 1652936377),
(77807, '3298', '45.00', '20', '0.3', '5', '69000000', '69099999', '78000000', '78109999', NULL, 1652936380),
(77808, '3220', '137.00', '4', '0.3', '5', '69000000', '69099999', '78000000', '78109999', NULL, 1652936381),
(77809, '3298', '71.00', '20', '5.001', '10', '69000000', '69099999', '78000000', '78109999', NULL, 1652936381),
(77810, '3220', '214.00', '4', '5.001', '10', '69000000', '69099999', '78000000', '78109999', NULL, 1652936384),
(77811, '3298', '116.00', '20', '10.001', '15', '69000000', '69099999', '78000000', '78109999', NULL, 1652936387),
(77812, '3220', '346.00', '4', '10.001', '15', '69000000', '69099999', '78000000', '78109999', NULL, 1652936388),
(77813, '3298', '160.00', '20', '15.001', '20', '69000000', '69099999', '78000000', '78109999', NULL, 1652936392),
(77814, '3220', '479.00', '4', '15.001', '20', '69000000', '69099999', '78000000', '78109999', NULL, 1652936396),
(77815, '3298', '205.00', '20', '20.001', '25', '69000000', '69099999', '78000000', '78109999', NULL, 1652936396),
(77816, '3220', '612.00', '4', '20.001', '25', '69000000', '69099999', '78000000', '78109999', NULL, 1652936397),
(77817, '3298', '249.00', '20', '25.001', '30', '69000000', '69099999', '78000000', '78109999', NULL, 1652936402),
(77818, '3220', '744.00', '4', '25.001', '30', '69000000', '69099999', '78000000', '78109999', NULL, 1652936403),
(77819, '3298', '90.00', '23', '0.3', '5', '69000000', '69099999', '78110000', '78899999', NULL, 1652936406),
(77820, '3220', '183.00', '5', '0.3', '5', '69000000', '69099999', '78110000', '78899999', NULL, 1652936407),
(77821, '3298', '133.00', '23', '5.001', '10', '69000000', '69099999', '78110000', '78899999', NULL, 1652936408),
(77822, '3220', '266.00', '5', '5.001', '10', '69000000', '69099999', '78110000', '78899999', NULL, 1652936415),
(77823, '3298', '215.00', '23', '10.001', '15', '69000000', '69099999', '78110000', '78899999', NULL, 1652936420),
(77824, '3220', '430.00', '5', '10.001', '15', '69000000', '69099999', '78110000', '78899999', NULL, 1652936421),
(77825, '3298', '298.00', '23', '15.001', '20', '69000000', '69099999', '78110000', '78899999', NULL, 1652936422),
(77826, '3220', '595.00', '5', '15.001', '20', '69000000', '69099999', '78110000', '78899999', NULL, 1652936423),
(77827, '3298', '380.00', '23', '20.001', '25', '69000000', '69099999', '78110000', '78899999', NULL, 1652936426),
(77828, '3220', '760.00', '5', '20.001', '25', '69000000', '69099999', '78110000', '78899999', NULL, 1652936427),
(77829, '3298', '463.00', '23', '25.001', '30', '69000000', '69099999', '78110000', '78899999', NULL, 1652936429),
(77830, '3220', '925.00', '5', '25.001', '30', '69000000', '69099999', '78110000', '78899999', NULL, 1652936429),
(77831, '3298', '50.00', '23', '0.3', '5', '69000000', '69099999', '78900000', '78930999', NULL, 1652936430),
(77832, '3220', '124.00', '6', '0.3', '5', '69000000', '69099999', '78900000', '78930999', NULL, 1652936431),
(77833, '3298', '83.00', '23', '5.001', '10', '69000000', '69099999', '78900000', '78930999', NULL, 1652936433),
(77834, '3220', '175.00', '6', '5.001', '10', '69000000', '69099999', '78900000', '78930999', NULL, 1652936435),
(77835, '3298', '135.00', '23', '10.001', '15', '69000000', '69099999', '78900000', '78930999', NULL, 1652936436),
(77836, '3220', '283.00', '6', '10.001', '15', '69000000', '69099999', '78900000', '78930999', NULL, 1652936437),
(77837, '3298', '186.00', '23', '15.001', '20', '69000000', '69099999', '78900000', '78930999', NULL, 1652936438),
(77838, '3220', '392.00', '6', '15.001', '20', '69000000', '69099999', '78900000', '78930999', NULL, 1652936439),
(77839, '3298', '238.00', '23', '20.001', '25', '69000000', '69099999', '78900000', '78930999', NULL, 1652936439),
(77840, '3220', '500.00', '6', '20.001', '25', '69000000', '69099999', '78900000', '78930999', NULL, 1652936440),
(77841, '3298', '290.00', '23', '25.001', '30', '69000000', '69099999', '78900000', '78930999', NULL, 1652936442),
(77842, '3220', '609.00', '6', '25.001', '30', '69000000', '69099999', '78900000', '78930999', NULL, 1652936443),
(77843, '3298', '90.00', '20', '0.3', '5', '69000000', '69099999', '78931000', '78999999', NULL, 1652936446),
(77844, '3220', '183.00', '5', '0.3', '5', '69000000', '69099999', '78931000', '78999999', NULL, 1652936449),
(77845, '3298', '133.00', '20', '5.001', '10', '69000000', '69099999', '78931000', '78999999', NULL, 1652936449),
(77846, '3220', '266.00', '5', '5.001', '10', '69000000', '69099999', '78931000', '78999999', NULL, 1652936450),
(77847, '3298', '215.00', '20', '10.001', '15', '69000000', '69099999', '78931000', '78999999', NULL, 1652936451),
(77848, '3220', '430.00', '5', '10.001', '15', '69000000', '69099999', '78931000', '78999999', NULL, 1652936453),
(77849, '3298', '298.00', '20', '15.001', '20', '69000000', '69099999', '78931000', '78999999', NULL, 1652936454),
(77850, '3220', '595.00', '5', '15.001', '20', '69000000', '69099999', '78931000', '78999999', NULL, 1652936455),
(77851, '3298', '380.00', '20', '20.001', '25', '69000000', '69099999', '78931000', '78999999', NULL, 1652936457),
(77852, '3220', '760.00', '5', '20.001', '25', '69000000', '69099999', '78931000', '78999999', NULL, 1652936458),
(77853, '3298', '463.00', '20', '25.001', '30', '69000000', '69099999', '78931000', '78999999', NULL, 1652936460),
(77854, '3220', '925.00', '5', '25.001', '30', '69000000', '69099999', '78931000', '78999999', NULL, 1652936461),
(77855, '3298', '45.00', '21', '0.3', '5', '69000000', '69099999', '79000000', '79129999', NULL, 1652936463),
(77856, '3220', '137.00', '2', '0.3', '5', '69000000', '69099999', '79000000', '79129999', NULL, 1652936471),
(77857, '3298', '71.00', '21', '5.001', '10', '69000000', '69099999', '79000000', '79129999', NULL, 1652936472),
(77858, '3220', '214.00', '2', '5.001', '10', '69000000', '69099999', '79000000', '79129999', NULL, 1652936472),
(77859, '3298', '116.00', '21', '10.001', '15', '69000000', '69099999', '79000000', '79129999', NULL, 1652936473),
(77860, '3220', '346.00', '2', '10.001', '15', '69000000', '69099999', '79000000', '79129999', NULL, 1652936474),
(77861, '3298', '160.00', '21', '15.001', '20', '69000000', '69099999', '79000000', '79129999', NULL, 1652936474),
(77862, '3220', '479.00', '2', '15.001', '20', '69000000', '69099999', '79000000', '79129999', NULL, 1652936481),
(77863, '3298', '205.00', '21', '20.001', '25', '69000000', '69099999', '79000000', '79129999', NULL, 1652936487),
(77864, '3220', '612.00', '2', '20.001', '25', '69000000', '69099999', '79000000', '79129999', NULL, 1652936488),
(77865, '3298', '249.00', '21', '25.001', '30', '69000000', '69099999', '79000000', '79129999', NULL, 1652936488),
(77866, '3220', '744.00', '2', '25.001', '30', '69000000', '69099999', '79000000', '79129999', NULL, 1652936489),
(77867, '3298', '90.00', '24', '0.3', '5', '69000000', '69099999', '79130000', '79999999', NULL, 1652936495),
(77868, '3220', '183.00', '6', '0.3', '5', '69000000', '69099999', '79130000', '79999999', NULL, 1652936496),
(77869, '3298', '133.00', '24', '5.001', '10', '69000000', '69099999', '79130000', '79999999', NULL, 1652936497),
(77870, '3220', '266.00', '6', '5.001', '10', '69000000', '69099999', '79130000', '79999999', NULL, 1652936498),
(77871, '3298', '215.00', '24', '10.001', '15', '69000000', '69099999', '79130000', '79999999', NULL, 1652936499),
(77872, '3220', '430.00', '6', '10.001', '15', '69000000', '69099999', '79130000', '79999999', NULL, 1652936505),
(77873, '3298', '298.00', '24', '15.001', '20', '69000000', '69099999', '79130000', '79999999', NULL, 1652936507),
(77874, '3220', '595.00', '6', '15.001', '20', '69000000', '69099999', '79130000', '79999999', NULL, 1652936508),
(77875, '3298', '380.00', '24', '20.001', '25', '69000000', '69099999', '79130000', '79999999', NULL, 1652936511),
(77876, '3220', '760.00', '6', '20.001', '25', '69000000', '69099999', '79130000', '79999999', NULL, 1652936512),
(77877, '3298', '463.00', '24', '25.001', '30', '69000000', '69099999', '79130000', '79999999', NULL, 1652936517),
(77878, '3220', '925.00', '6', '25.001', '30', '69000000', '69099999', '79130000', '79999999', NULL, 1652936519),
(77879, '3298', '45.00', '20', '0.3', '5', '69000000', '69099999', '80000000', '82999999', NULL, 1652936521),
(77880, '3220', '137.00', '2', '0.3', '5', '69000000', '69099999', '80000000', '82999999', NULL, 1652936521),
(77881, '3298', '71.00', '20', '5.001', '10', '69000000', '69099999', '80000000', '82999999', NULL, 1652936526),
(77882, '3220', '214.00', '2', '5.001', '10', '69000000', '69099999', '80000000', '82999999', NULL, 1652936530),
(77883, '3298', '116.00', '20', '10.001', '15', '69000000', '69099999', '80000000', '82999999', NULL, 1652936532),
(77884, '3220', '346.00', '2', '10.001', '15', '69000000', '69099999', '80000000', '82999999', NULL, 1652936535),
(77885, '3298', '160.00', '20', '15.001', '20', '69000000', '69099999', '80000000', '82999999', NULL, 1652936536),
(77886, '3220', '479.00', '2', '15.001', '20', '69000000', '69099999', '80000000', '82999999', NULL, 1652936539),
(77887, '3298', '205.00', '20', '20.001', '25', '69000000', '69099999', '80000000', '82999999', NULL, 1652936539),
(77888, '3220', '612.00', '2', '20.001', '25', '69000000', '69099999', '80000000', '82999999', NULL, 1652936542),
(77889, '3298', '249.00', '20', '25.001', '30', '69000000', '69099999', '80000000', '82999999', NULL, 1652936542),
(77890, '3220', '744.00', '2', '25.001', '30', '69000000', '69099999', '80000000', '82999999', NULL, 1652936543),
(77891, '3298', '45.00', '20', '0.3', '5', '69000000', '69099999', '80000000', '83800999', NULL, 1652936546),
(77892, '3220', '137.00', '2', '0.3', '5', '69000000', '69099999', '80000000', '83800999', NULL, 1652936546),
(77893, '3298', '71.00', '20', '5.001', '10', '69000000', '69099999', '80000000', '83800999', NULL, 1652936549),
(77894, '3220', '214.00', '2', '5.001', '10', '69000000', '69099999', '80000000', '83800999', NULL, 1652936549),
(77895, '3298', '116.00', '20', '10.001', '15', '69000000', '69099999', '80000000', '83800999', NULL, 1652936550),
(77896, '3220', '346.00', '2', '10.001', '15', '69000000', '69099999', '80000000', '83800999', NULL, 1652936552),
(77897, '3298', '160.00', '20', '15.001', '20', '69000000', '69099999', '80000000', '83800999', NULL, 1652936553),
(77898, '3220', '479.00', '2', '15.001', '20', '69000000', '69099999', '80000000', '83800999', NULL, 1652936553),
(77899, '3298', '205.00', '20', '20.001', '25', '69000000', '69099999', '80000000', '83800999', NULL, 1652936554),
(77900, '3220', '612.00', '2', '20.001', '25', '69000000', '69099999', '80000000', '83800999', NULL, 1652936557),
(77901, '3298', '249.00', '20', '25.001', '30', '69000000', '69099999', '80000000', '83800999', NULL, 1652936560),
(77902, '3220', '744.00', '2', '25.001', '30', '69000000', '69099999', '80000000', '83800999', NULL, 1652936563),
(77903, '3298', '90.00', '23', '0.3', '5', '69000000', '69099999', '83801000', '87999999', NULL, 1652936564),
(77904, '3220', '183.00', '4', '0.3', '5', '69000000', '69099999', '83801000', '87999999', NULL, 1652936566),
(77905, '3298', '133.00', '23', '5.001', '10', '69000000', '69099999', '83801000', '87999999', NULL, 1652936567),
(77906, '3220', '266.00', '4', '5.001', '10', '69000000', '69099999', '83801000', '87999999', NULL, 1652936567),
(77907, '3298', '215.00', '23', '10.001', '15', '69000000', '69099999', '83801000', '87999999', NULL, 1652936568),
(77908, '3220', '430.00', '4', '10.001', '15', '69000000', '69099999', '83801000', '87999999', NULL, 1652936569),
(77909, '3298', '298.00', '23', '15.001', '20', '69000000', '69099999', '83801000', '87999999', NULL, 1652936570),
(77910, '3220', '595.00', '4', '15.001', '20', '69000000', '69099999', '83801000', '87999999', NULL, 1652936572),
(77911, '3298', '380.00', '23', '20.001', '25', '69000000', '69099999', '83801000', '87999999', NULL, 1652936573),
(77912, '3220', '760.00', '4', '20.001', '25', '69000000', '69099999', '83801000', '87999999', NULL, 1652936577),
(77913, '3298', '463.00', '23', '25.001', '30', '69000000', '69099999', '83801000', '87999999', NULL, 1652936578),
(77914, '3220', '925.00', '4', '25.001', '30', '69000000', '69099999', '83801000', '87999999', NULL, 1652936582),
(77915, '3298', '45.00', '21', '0.3', '5', '69000000', '69099999', '88000000', '82999999', NULL, 1652936583),
(77916, '3220', '137.00', '2', '0.3', '5', '69000000', '69099999', '88000000', '82999999', NULL, 1652936584),
(77917, '3298', '71.00', '21', '5.001', '10', '69000000', '69099999', '88000000', '82999999', NULL, 1652936586),
(77918, '3220', '214.00', '2', '5.001', '10', '69000000', '69099999', '88000000', '82999999', NULL, 1652936587),
(77919, '3298', '116.00', '21', '10.001', '15', '69000000', '69099999', '88000000', '82999999', NULL, 1652936587),
(77920, '3220', '346.00', '2', '10.001', '15', '69000000', '69099999', '88000000', '82999999', NULL, 1652936589),
(77921, '3298', '160.00', '21', '15.001', '20', '69000000', '69099999', '88000000', '82999999', NULL, 1652936591),
(77922, '3220', '479.00', '2', '15.001', '20', '69000000', '69099999', '88000000', '82999999', NULL, 1652936592),
(77923, '3298', '205.00', '21', '20.001', '25', '69000000', '69099999', '88000000', '82999999', NULL, 1652936593),
(77924, '3220', '612.00', '2', '20.001', '25', '69000000', '69099999', '88000000', '82999999', NULL, 1652936596),
(77925, '3298', '249.00', '21', '25.001', '30', '69000000', '69099999', '88000000', '82999999', NULL, 1652936599),
(77926, '3220', '744.00', '2', '25.001', '30', '69000000', '69099999', '88000000', '82999999', NULL, 1652936602),
(77927, '3298', '45.00', '21', '0.3', '5', '69000000', '69099999', '88000000', '88469999', NULL, 1652936604),
(77928, '3220', '137.00', '2', '0.3', '5', '69000000', '69099999', '88000000', '88469999', NULL, 1652936606),
(77929, '3298', '71.00', '21', '5.001', '10', '69000000', '69099999', '88000000', '88469999', NULL, 1652936607),
(77930, '3220', '214.00', '2', '5.001', '10', '69000000', '69099999', '88000000', '88469999', NULL, 1652936609),
(77931, '3298', '116.00', '21', '10.001', '15', '69000000', '69099999', '88000000', '88469999', NULL, 1652936609),
(77932, '3220', '346.00', '2', '10.001', '15', '69000000', '69099999', '88000000', '88469999', NULL, 1652936610),
(77933, '3298', '160.00', '21', '15.001', '20', '69000000', '69099999', '88000000', '88469999', NULL, 1652936611),
(77934, '3220', '479.00', '2', '15.001', '20', '69000000', '69099999', '88000000', '88469999', NULL, 1652936613),
(77935, '3298', '205.00', '21', '20.001', '25', '69000000', '69099999', '88000000', '88469999', NULL, 1652936614),
(77936, '3220', '612.00', '2', '20.001', '25', '69000000', '69099999', '88000000', '88469999', NULL, 1652936617),
(77937, '3298', '249.00', '21', '25.001', '30', '69000000', '69099999', '88000000', '88469999', NULL, 1652936618),
(77938, '3220', '744.00', '2', '25.001', '30', '69000000', '69099999', '88000000', '88469999', NULL, 1652936621),
(77939, '3298', '78.00', '21', '0.3', '5', '69000000', '69099999', '88470000', '89999999', NULL, 1652936622),
(77940, '3220', '154.00', '3', '0.3', '5', '69000000', '69099999', '88470000', '89999999', NULL, 1652936625),
(77941, '3298', '114.00', '21', '5.001', '10', '69000000', '69099999', '88470000', '89999999', NULL, 1652936627),
(77942, '3220', '223.00', '3', '5.001', '10', '69000000', '69099999', '88470000', '89999999', NULL, 1652936628),
(77943, '3298', '185.00', '21', '10.001', '15', '69000000', '69099999', '88470000', '89999999', NULL, 1652936628),
(77944, '3220', '361.00', '3', '10.001', '15', '69000000', '69099999', '88470000', '89999999', NULL, 1652936629),
(77945, '3298', '256.00', '21', '15.001', '20', '69000000', '69099999', '88470000', '89999999', NULL, 1652936630),
(77946, '3220', '500.00', '3', '15.001', '20', '69000000', '69099999', '88470000', '89999999', NULL, 1652936635),
(77947, '3298', '327.00', '21', '20.001', '25', '69000000', '69099999', '88470000', '89999999', NULL, 1652936636),
(77948, '3220', '638.00', '3', '20.001', '25', '69000000', '69099999', '88470000', '89999999', NULL, 1652936637),
(77949, '3298', '398.00', '21', '25.001', '30', '69000000', '69099999', '88470000', '89999999', NULL, 1652936637),
(77950, '3220', '777.00', '3', '25.001', '30', '69000000', '69099999', '88470000', '89999999', NULL, 1652936638),
(77951, '3298', '45.00', '21', '0.3', '5', '69000000', '69099999', '90000000', '91999999', NULL, 1652936639),
(77952, '3220', '137.00', '2', '0.3', '5', '69000000', '69099999', '90000000', '91999999', NULL, 1652936640),
(77953, '3298', '71.00', '21', '5.001', '10', '69000000', '69099999', '90000000', '91999999', NULL, 1652936640),
(77954, '3220', '214.00', '2', '5.001', '10', '69000000', '69099999', '90000000', '91999999', NULL, 1652936641),
(77955, '3298', '116.00', '21', '10.001', '15', '69000000', '69099999', '90000000', '91999999', NULL, 1652936644),
(77956, '3220', '346.00', '2', '10.001', '15', '69000000', '69099999', '90000000', '91999999', NULL, 1652936647),
(77957, '3298', '160.00', '21', '15.001', '20', '69000000', '69099999', '90000000', '91999999', NULL, 1652936648),
(77958, '3220', '479.00', '2', '15.001', '20', '69000000', '69099999', '90000000', '91999999', NULL, 1652936650),
(77959, '3298', '205.00', '21', '20.001', '25', '69000000', '69099999', '90000000', '91999999', NULL, 1652936651),
(77960, '3220', '612.00', '2', '20.001', '25', '69000000', '69099999', '90000000', '91999999', NULL, 1652936651),
(77961, '3298', '249.00', '21', '25.001', '30', '69000000', '69099999', '90000000', '91999999', NULL, 1652936657),
(77962, '3220', '744.00', '2', '25.001', '30', '69000000', '69099999', '90000000', '91999999', NULL, 1652936657),
(77963, '3298', '45.00', '21', '0.3', '5', '69000000', '69099999', '90000000', '94900999', NULL, 1652936658),
(77964, '3220', '137.00', '3', '0.3', '5', '69000000', '69099999', '90000000', '94900999', NULL, 1652936659),
(77965, '3298', '71.00', '21', '5.001', '10', '69000000', '69099999', '90000000', '94900999', NULL, 1652936660),
(77966, '3220', '214.00', '3', '5.001', '10', '69000000', '69099999', '90000000', '94900999', NULL, 1652936661),
(77967, '3298', '116.00', '21', '10.001', '15', '69000000', '69099999', '90000000', '94900999', NULL, 1652936662),
(77968, '3220', '346.00', '3', '10.001', '15', '69000000', '69099999', '90000000', '94900999', NULL, 1652936663),
(77969, '3298', '160.00', '21', '15.001', '20', '69000000', '69099999', '90000000', '94900999', NULL, 1652936663),
(77970, '3220', '479.00', '3', '15.001', '20', '69000000', '69099999', '90000000', '94900999', NULL, 1652936664),
(77971, '3298', '205.00', '21', '20.001', '25', '69000000', '69099999', '90000000', '94900999', NULL, 1652936664),
(77972, '3220', '612.00', '3', '20.001', '25', '69000000', '69099999', '90000000', '94900999', NULL, 1652936664),
(77973, '3298', '249.00', '21', '25.001', '30', '69000000', '69099999', '90000000', '94900999', NULL, 1652936667),
(77974, '3220', '744.00', '3', '25.001', '30', '69000000', '69099999', '90000000', '94900999', NULL, 1652936668),
(77975, '3298', '90.00', '25', '0.3', '5', '69000000', '69099999', '94901000', '99999999', NULL, 1652936669),
(77976, '3220', '183.00', '6', '0.3', '5', '69000000', '69099999', '94901000', '99999999', NULL, 1652936672),
(77977, '3298', '133.00', '25', '5.001', '10', '69000000', '69099999', '94901000', '99999999', NULL, 1652936672),
(77978, '3220', '266.00', '6', '5.001', '10', '69000000', '69099999', '94901000', '99999999', NULL, 1652936673),
(77979, '3298', '215.00', '25', '10.001', '15', '69000000', '69099999', '94901000', '99999999', NULL, 1652936674);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(77980, '3220', '430.00', '6', '10.001', '15', '69000000', '69099999', '94901000', '99999999', NULL, 1652936679),
(77981, '3298', '298.00', '25', '15.001', '20', '69000000', '69099999', '94901000', '99999999', NULL, 1652936680),
(77982, '3220', '595.00', '6', '15.001', '20', '69000000', '69099999', '94901000', '99999999', NULL, 1652936681),
(77983, '3298', '380.00', '25', '20.001', '25', '69000000', '69099999', '94901000', '99999999', NULL, 1652936682),
(77984, '3220', '760.00', '6', '20.001', '25', '69000000', '69099999', '94901000', '99999999', NULL, 1652936683),
(77985, '3298', '463.00', '25', '25.001', '30', '69000000', '69099999', '94901000', '99999999', NULL, 1652936684),
(77986, '3220', '925.00', '6', '25.001', '30', '69000000', '69099999', '94901000', '99999999', NULL, 1652936685),
(77987, '3298', '90.00', '28', '0.3', '5', '69100000', '69299999', '01000000', '08499999', NULL, 1652936685),
(77988, '3220', '183.00', '6', '0.3', '5', '69100000', '69299999', '01000000', '08499999', NULL, 1652936688),
(77989, '3298', '133.00', '28', '5.001', '10', '69100000', '69299999', '01000000', '08499999', NULL, 1652936688),
(77990, '3220', '266.00', '6', '5.001', '10', '69100000', '69299999', '01000000', '08499999', NULL, 1652936689),
(77991, '3298', '215.00', '28', '10.001', '15', '69100000', '69299999', '01000000', '08499999', NULL, 1652936690),
(77992, '3220', '430.00', '6', '10.001', '15', '69100000', '69299999', '01000000', '08499999', NULL, 1652936693),
(77993, '3298', '298.00', '28', '15.001', '20', '69100000', '69299999', '01000000', '08499999', NULL, 1652936694),
(77994, '3220', '595.00', '6', '15.001', '20', '69100000', '69299999', '01000000', '08499999', NULL, 1652936695),
(77995, '3298', '380.00', '28', '20.001', '25', '69100000', '69299999', '01000000', '08499999', NULL, 1652936695),
(77996, '3220', '760.00', '6', '20.001', '25', '69100000', '69299999', '01000000', '08499999', NULL, 1652936696),
(77997, '3298', '463.00', '28', '25.001', '30', '69100000', '69299999', '01000000', '08499999', NULL, 1652936698),
(77998, '3220', '925.00', '6', '25.001', '30', '69100000', '69299999', '01000000', '08499999', NULL, 1652936698),
(77999, '3298', '90.00', '28', '0.3', '5', '69100000', '69299999', '06000000', '09999999', NULL, 1652936699),
(78000, '3220', '183.00', '6', '0.3', '5', '69100000', '69299999', '06000000', '09999999', NULL, 1652936700),
(78001, '3298', '133.00', '28', '5.001', '10', '69100000', '69299999', '06000000', '09999999', NULL, 1652936701),
(78002, '3220', '266.00', '6', '5.001', '10', '69100000', '69299999', '06000000', '09999999', NULL, 1652936702),
(78003, '3298', '215.00', '28', '10.001', '15', '69100000', '69299999', '06000000', '09999999', NULL, 1652936702),
(78004, '3220', '430.00', '6', '10.001', '15', '69100000', '69299999', '06000000', '09999999', NULL, 1652936703),
(78005, '3298', '298.00', '28', '15.001', '20', '69100000', '69299999', '06000000', '09999999', NULL, 1652936704),
(78006, '3220', '595.00', '6', '15.001', '20', '69100000', '69299999', '06000000', '09999999', NULL, 1652936705),
(78007, '3298', '380.00', '28', '20.001', '25', '69100000', '69299999', '06000000', '09999999', NULL, 1652936706),
(78008, '3220', '760.00', '6', '20.001', '25', '69100000', '69299999', '06000000', '09999999', NULL, 1652936706),
(78009, '3298', '463.00', '28', '25.001', '30', '69100000', '69299999', '06000000', '09999999', NULL, 1652936707),
(78010, '3220', '925.00', '6', '25.001', '30', '69100000', '69299999', '06000000', '09999999', NULL, 1652936708),
(78011, '3298', '90.00', '29', '0.3', '5', '69100000', '69299999', '11000000', '11999999', NULL, 1652936713),
(78012, '3220', '183.00', '8', '0.3', '5', '69100000', '69299999', '11000000', '11999999', NULL, 1652936715),
(78013, '3298', '133.00', '29', '5.001', '10', '69100000', '69299999', '11000000', '11999999', NULL, 1652936716),
(78014, '3220', '266.00', '8', '5.001', '10', '69100000', '69299999', '11000000', '11999999', NULL, 1652936721),
(78015, '3298', '215.00', '29', '10.001', '15', '69100000', '69299999', '11000000', '11999999', NULL, 1652936722),
(78016, '3220', '430.00', '8', '10.001', '15', '69100000', '69299999', '11000000', '11999999', NULL, 1652936726),
(78017, '3298', '298.00', '29', '15.001', '20', '69100000', '69299999', '11000000', '11999999', NULL, 1652936727),
(78018, '3220', '595.00', '8', '15.001', '20', '69100000', '69299999', '11000000', '11999999', NULL, 1652936728),
(78019, '3298', '380.00', '29', '20.001', '25', '69100000', '69299999', '11000000', '11999999', NULL, 1652936728),
(78020, '3220', '760.00', '8', '20.001', '25', '69100000', '69299999', '11000000', '11999999', NULL, 1652936729),
(78021, '3298', '463.00', '29', '25.001', '30', '69100000', '69299999', '11000000', '11999999', NULL, 1652936730),
(78022, '3220', '925.00', '8', '25.001', '30', '69100000', '69299999', '11000000', '11999999', NULL, 1652936731),
(78023, '3298', '90.00', '28', '0.3', '5', '69100000', '69299999', '12000000', '19999999', NULL, 1652936732),
(78024, '3220', '183.00', '6', '0.3', '5', '69100000', '69299999', '12000000', '19999999', NULL, 1652936735),
(78025, '3298', '133.00', '28', '5.001', '10', '69100000', '69299999', '12000000', '19999999', NULL, 1652936737),
(78026, '3220', '266.00', '6', '5.001', '10', '69100000', '69299999', '12000000', '19999999', NULL, 1652936737),
(78027, '3298', '215.00', '28', '10.001', '15', '69100000', '69299999', '12000000', '19999999', NULL, 1652936738),
(78028, '3220', '430.00', '6', '10.001', '15', '69100000', '69299999', '12000000', '19999999', NULL, 1652936739),
(78029, '3298', '298.00', '28', '15.001', '20', '69100000', '69299999', '12000000', '19999999', NULL, 1652936741),
(78030, '3220', '595.00', '6', '15.001', '20', '69100000', '69299999', '12000000', '19999999', NULL, 1652936742),
(78031, '3298', '380.00', '28', '20.001', '25', '69100000', '69299999', '12000000', '19999999', NULL, 1652936745),
(78032, '3220', '760.00', '6', '20.001', '25', '69100000', '69299999', '12000000', '19999999', NULL, 1652936746),
(78033, '3298', '463.00', '28', '25.001', '30', '69100000', '69299999', '12000000', '19999999', NULL, 1652936747),
(78034, '3220', '925.00', '6', '25.001', '30', '69100000', '69299999', '12000000', '19999999', NULL, 1652936747),
(78035, '3298', '90.00', '29', '0.3', '5', '69100000', '69299999', '26601000', '28999999', NULL, 1652936781),
(78036, '3220', '183.00', '9', '0.3', '5', '69100000', '69299999', '26601000', '28999999', NULL, 1652936785),
(78037, '3298', '133.00', '29', '5.001', '10', '69100000', '69299999', '26601000', '28999999', NULL, 1652936786),
(78038, '3220', '266.00', '9', '5.001', '10', '69100000', '69299999', '26601000', '28999999', NULL, 1652936787),
(78039, '3298', '215.00', '29', '10.001', '15', '69100000', '69299999', '26601000', '28999999', NULL, 1652936791),
(78040, '3220', '430.00', '9', '10.001', '15', '69100000', '69299999', '26601000', '28999999', NULL, 1652936792),
(78041, '3298', '298.00', '29', '15.001', '20', '69100000', '69299999', '26601000', '28999999', NULL, 1652936793),
(78042, '3220', '595.00', '9', '15.001', '20', '69100000', '69299999', '26601000', '28999999', NULL, 1652936794),
(78043, '3298', '380.00', '29', '20.001', '25', '69100000', '69299999', '26601000', '28999999', NULL, 1652936795),
(78044, '3220', '760.00', '9', '20.001', '25', '69100000', '69299999', '26601000', '28999999', NULL, 1652936797),
(78045, '3298', '463.00', '29', '25.001', '30', '69100000', '69299999', '26601000', '28999999', NULL, 1652936798),
(78046, '3220', '925.00', '9', '25.001', '30', '69100000', '69299999', '26601000', '28999999', NULL, 1652936799),
(78047, '3298', '90.00', '28', '0.3', '5', '69100000', '69299999', '29000000', '29099999', NULL, 1652936800),
(78048, '3220', '183.00', '7', '0.3', '5', '69100000', '69299999', '29000000', '29099999', NULL, 1652936801),
(78049, '3298', '133.00', '28', '5.001', '10', '69100000', '69299999', '29000000', '29099999', NULL, 1652936802),
(78050, '3220', '266.00', '7', '5.001', '10', '69100000', '69299999', '29000000', '29099999', NULL, 1652936806),
(78051, '3298', '215.00', '28', '10.001', '15', '69100000', '69299999', '29000000', '29099999', NULL, 1652936807),
(78052, '3220', '430.00', '7', '10.001', '15', '69100000', '69299999', '29000000', '29099999', NULL, 1652936809),
(78053, '3298', '298.00', '28', '15.001', '20', '69100000', '69299999', '29000000', '29099999', NULL, 1652936810),
(78054, '3220', '595.00', '7', '15.001', '20', '69100000', '69299999', '29000000', '29099999', NULL, 1652936811),
(78055, '3298', '380.00', '28', '20.001', '25', '69100000', '69299999', '29000000', '29099999', NULL, 1652936812),
(78056, '3220', '760.00', '7', '20.001', '25', '69100000', '69299999', '29000000', '29099999', NULL, 1652936814),
(78057, '3298', '463.00', '28', '25.001', '30', '69100000', '69299999', '29000000', '29099999', NULL, 1652936816),
(78058, '3220', '925.00', '7', '25.001', '30', '69100000', '69299999', '29000000', '29099999', NULL, 1652936818),
(78059, '3298', '90.00', '30', '0.3', '5', '69100000', '69299999', '29100000', '29999999', NULL, 1652936820),
(78060, '3220', '183.00', '9', '0.3', '5', '69100000', '69299999', '29100000', '29999999', NULL, 1652936821),
(78061, '3298', '133.00', '30', '5.001', '10', '69100000', '69299999', '29100000', '29999999', NULL, 1652936824),
(78062, '3220', '266.00', '9', '5.001', '10', '69100000', '69299999', '29100000', '29999999', NULL, 1652936826),
(78063, '3298', '215.00', '30', '10.001', '15', '69100000', '69299999', '29100000', '29999999', NULL, 1652936827),
(78064, '3220', '430.00', '9', '10.001', '15', '69100000', '69299999', '29100000', '29999999', NULL, 1652936828),
(78065, '3298', '298.00', '30', '15.001', '20', '69100000', '69299999', '29100000', '29999999', NULL, 1652936829),
(78066, '3220', '595.00', '9', '15.001', '20', '69100000', '69299999', '29100000', '29999999', NULL, 1652936831),
(78067, '3298', '380.00', '30', '20.001', '25', '69100000', '69299999', '29100000', '29999999', NULL, 1652936834),
(78068, '3220', '760.00', '9', '20.001', '25', '69100000', '69299999', '29100000', '29999999', NULL, 1652936835),
(78069, '3298', '463.00', '30', '25.001', '30', '69100000', '69299999', '29100000', '29999999', NULL, 1652936836),
(78070, '3220', '925.00', '9', '25.001', '30', '69100000', '69299999', '29100000', '29999999', NULL, 1652936838),
(78071, '3298', '90.00', '27', '0.3', '5', '69100000', '69299999', '30000000', '31999999', NULL, 1652936839),
(78072, '3220', '183.00', '6', '0.3', '5', '69100000', '69299999', '30000000', '31999999', NULL, 1652936840),
(78073, '3298', '133.00', '27', '5.001', '10', '69100000', '69299999', '30000000', '31999999', NULL, 1652936841),
(78074, '3220', '266.00', '6', '5.001', '10', '69100000', '69299999', '30000000', '31999999', NULL, 1652936842),
(78075, '3298', '215.00', '27', '10.001', '15', '69100000', '69299999', '30000000', '31999999', NULL, 1652936843),
(78076, '3220', '430.00', '6', '10.001', '15', '69100000', '69299999', '30000000', '31999999', NULL, 1652936844),
(78077, '3298', '298.00', '27', '15.001', '20', '69100000', '69299999', '30000000', '31999999', NULL, 1652936845),
(78078, '3220', '595.00', '6', '15.001', '20', '69100000', '69299999', '30000000', '31999999', NULL, 1652936847),
(78079, '3298', '380.00', '27', '20.001', '25', '69100000', '69299999', '30000000', '31999999', NULL, 1652936847),
(78080, '3220', '760.00', '6', '20.001', '25', '69100000', '69299999', '30000000', '31999999', NULL, 1652936848),
(78081, '3298', '463.00', '27', '25.001', '30', '69100000', '69299999', '30000000', '31999999', NULL, 1652936850),
(78082, '3220', '925.00', '6', '25.001', '30', '69100000', '69299999', '30000000', '31999999', NULL, 1652936852),
(78083, '3298', '90.00', '27', '0.3', '5', '69100000', '69299999', '30000000', '34999999', NULL, 1652936853),
(78084, '3220', '183.00', '6', '0.3', '5', '69100000', '69299999', '30000000', '34999999', NULL, 1652936856),
(78085, '3298', '133.00', '27', '5.001', '10', '69100000', '69299999', '30000000', '34999999', NULL, 1652936858),
(78086, '3220', '266.00', '6', '5.001', '10', '69100000', '69299999', '30000000', '34999999', NULL, 1652936859),
(78087, '3298', '215.00', '27', '10.001', '15', '69100000', '69299999', '30000000', '34999999', NULL, 1652936859),
(78088, '3220', '430.00', '6', '10.001', '15', '69100000', '69299999', '30000000', '34999999', NULL, 1652936861),
(78089, '3298', '298.00', '27', '15.001', '20', '69100000', '69299999', '30000000', '34999999', NULL, 1652936862),
(78090, '3220', '595.00', '6', '15.001', '20', '69100000', '69299999', '30000000', '34999999', NULL, 1652936865),
(78091, '3298', '380.00', '27', '20.001', '25', '69100000', '69299999', '30000000', '34999999', NULL, 1652936865),
(78092, '3220', '760.00', '6', '20.001', '25', '69100000', '69299999', '30000000', '34999999', NULL, 1652936867),
(78093, '3298', '463.00', '27', '25.001', '30', '69100000', '69299999', '30000000', '34999999', NULL, 1652936869),
(78094, '3220', '925.00', '6', '25.001', '30', '69100000', '69299999', '30000000', '34999999', NULL, 1652936870),
(78095, '3298', '90.00', '29', '0.3', '5', '69100000', '69299999', '35000000', '39999999', NULL, 1652936871),
(78096, '3220', '183.00', '8', '0.3', '5', '69100000', '69299999', '35000000', '39999999', NULL, 1652936872),
(78097, '3298', '133.00', '29', '5.001', '10', '69100000', '69299999', '35000000', '39999999', NULL, 1652936873),
(78098, '3220', '266.00', '8', '5.001', '10', '69100000', '69299999', '35000000', '39999999', NULL, 1652936876),
(78099, '3298', '215.00', '29', '10.001', '15', '69100000', '69299999', '35000000', '39999999', NULL, 1652936877),
(78100, '3220', '430.00', '8', '10.001', '15', '69100000', '69299999', '35000000', '39999999', NULL, 1652936878),
(78101, '3298', '298.00', '29', '15.001', '20', '69100000', '69299999', '35000000', '39999999', NULL, 1652936879),
(78102, '3220', '595.00', '8', '15.001', '20', '69100000', '69299999', '35000000', '39999999', NULL, 1652936881),
(78103, '3298', '380.00', '29', '20.001', '25', '69100000', '69299999', '35000000', '39999999', NULL, 1652936882),
(78104, '3220', '760.00', '8', '20.001', '25', '69100000', '69299999', '35000000', '39999999', NULL, 1652936883),
(78105, '3298', '463.00', '29', '25.001', '30', '69100000', '69299999', '35000000', '39999999', NULL, 1652936887),
(78106, '3220', '925.00', '8', '25.001', '30', '69100000', '69299999', '35000000', '39999999', NULL, 1652936887),
(78107, '3298', '90.00', '28', '0.3', '5', '69100000', '69299999', '40000000', '41999999', NULL, 1652936888),
(78108, '3220', '183.00', '6', '0.3', '5', '69100000', '69299999', '40000000', '41999999', NULL, 1652936889),
(78109, '3298', '133.00', '28', '5.001', '10', '69100000', '69299999', '40000000', '41999999', NULL, 1652936891),
(78110, '3220', '266.00', '6', '5.001', '10', '69100000', '69299999', '40000000', '41999999', NULL, 1652936891),
(78111, '3298', '215.00', '28', '10.001', '15', '69100000', '69299999', '40000000', '41999999', NULL, 1652936893),
(78112, '3220', '430.00', '6', '10.001', '15', '69100000', '69299999', '40000000', '41999999', NULL, 1652936894),
(78113, '3298', '298.00', '28', '15.001', '20', '69100000', '69299999', '40000000', '41999999', NULL, 1652936895),
(78114, '3220', '595.00', '6', '15.001', '20', '69100000', '69299999', '40000000', '41999999', NULL, 1652936896),
(78115, '3298', '380.00', '28', '20.001', '25', '69100000', '69299999', '40000000', '41999999', NULL, 1652936896),
(78116, '3220', '760.00', '6', '20.001', '25', '69100000', '69299999', '40000000', '41999999', NULL, 1652936902),
(78117, '3298', '463.00', '28', '25.001', '30', '69100000', '69299999', '40000000', '41999999', NULL, 1652936902),
(78118, '3220', '925.00', '6', '25.001', '30', '69100000', '69299999', '40000000', '41999999', NULL, 1652936903),
(78119, '3298', '90.00', '28', '0.3', '5', '69100000', '69299999', '40000000', '44470999', NULL, 1652936904),
(78120, '3220', '183.00', '6', '0.3', '5', '69100000', '69299999', '40000000', '44470999', NULL, 1652936905),
(78121, '3298', '133.00', '28', '5.001', '10', '69100000', '69299999', '40000000', '44470999', NULL, 1652936905),
(78122, '3220', '266.00', '6', '5.001', '10', '69100000', '69299999', '40000000', '44470999', NULL, 1652936906),
(78123, '3298', '215.00', '28', '10.001', '15', '69100000', '69299999', '40000000', '44470999', NULL, 1652936907),
(78124, '3220', '430.00', '6', '10.001', '15', '69100000', '69299999', '40000000', '44470999', NULL, 1652936911),
(78125, '3298', '298.00', '28', '15.001', '20', '69100000', '69299999', '40000000', '44470999', NULL, 1652936912),
(78126, '3220', '595.00', '6', '15.001', '20', '69100000', '69299999', '40000000', '44470999', NULL, 1652936913),
(78127, '3298', '380.00', '28', '20.001', '25', '69100000', '69299999', '40000000', '44470999', NULL, 1652936914),
(78128, '3220', '760.00', '6', '20.001', '25', '69100000', '69299999', '40000000', '44470999', NULL, 1652936917),
(78129, '3298', '463.00', '28', '25.001', '30', '69100000', '69299999', '40000000', '44470999', NULL, 1652936919),
(78130, '3220', '925.00', '6', '25.001', '30', '69100000', '69299999', '40000000', '44470999', NULL, 1652936921),
(78131, '3298', '90.00', '30', '0.3', '5', '69100000', '69299999', '44471000', '48999999', NULL, 1652936923),
(78132, '3220', '183.00', '10', '0.3', '5', '69100000', '69299999', '44471000', '48999999', NULL, 1652936926),
(78133, '3298', '133.00', '30', '5.001', '10', '69100000', '69299999', '44471000', '48999999', NULL, 1652936927),
(78134, '3220', '266.00', '10', '5.001', '10', '69100000', '69299999', '44471000', '48999999', NULL, 1652936928),
(78135, '3298', '215.00', '30', '10.001', '15', '69100000', '69299999', '44471000', '48999999', NULL, 1652936929),
(78136, '3220', '430.00', '10', '10.001', '15', '69100000', '69299999', '44471000', '48999999', NULL, 1652936930),
(78137, '3298', '298.00', '30', '15.001', '20', '69100000', '69299999', '44471000', '48999999', NULL, 1652936934),
(78138, '3220', '595.00', '10', '15.001', '20', '69100000', '69299999', '44471000', '48999999', NULL, 1652936936),
(78139, '3298', '380.00', '30', '20.001', '25', '69100000', '69299999', '44471000', '48999999', NULL, 1652936937),
(78140, '3220', '760.00', '10', '20.001', '25', '69100000', '69299999', '44471000', '48999999', NULL, 1652936939),
(78141, '3298', '463.00', '30', '25.001', '30', '69100000', '69299999', '44471000', '48999999', NULL, 1652936940),
(78142, '3220', '925.00', '10', '25.001', '30', '69100000', '69299999', '44471000', '48999999', NULL, 1652936942),
(78143, '3298', '90.00', '30', '0.3', '5', '69100000', '69299999', '49000000', '49099999', NULL, 1652936943),
(78144, '3220', '183.00', '7', '0.3', '5', '69100000', '69299999', '49000000', '49099999', NULL, 1652936945),
(78145, '3298', '133.00', '30', '5.001', '10', '69100000', '69299999', '49000000', '49099999', NULL, 1652936947),
(78146, '3220', '266.00', '7', '5.001', '10', '69100000', '69299999', '49000000', '49099999', NULL, 1652936948),
(78147, '3298', '215.00', '30', '10.001', '15', '69100000', '69299999', '49000000', '49099999', NULL, 1652936949),
(78148, '3220', '430.00', '7', '10.001', '15', '69100000', '69299999', '49000000', '49099999', NULL, 1652936950),
(78149, '3298', '298.00', '30', '15.001', '20', '69100000', '69299999', '49000000', '49099999', NULL, 1652936951),
(78150, '3220', '595.00', '7', '15.001', '20', '69100000', '69299999', '49000000', '49099999', NULL, 1652936952),
(78151, '3298', '380.00', '30', '20.001', '25', '69100000', '69299999', '49000000', '49099999', NULL, 1652936953),
(78152, '3220', '760.00', '7', '20.001', '25', '69100000', '69299999', '49000000', '49099999', NULL, 1652936954),
(78153, '3298', '463.00', '30', '25.001', '30', '69100000', '69299999', '49000000', '49099999', NULL, 1652936955),
(78154, '3220', '925.00', '7', '25.001', '30', '69100000', '69299999', '49000000', '49099999', NULL, 1652936957),
(78155, '3298', '90.00', '32', '0.3', '5', '69100000', '69299999', '49100000', '49999999', NULL, 1652936959),
(78156, '3220', '183.00', '9', '0.3', '5', '69100000', '69299999', '49100000', '49999999', NULL, 1652936959),
(78157, '3298', '133.00', '32', '5.001', '10', '69100000', '69299999', '49100000', '49999999', NULL, 1652936961),
(78158, '3220', '266.00', '9', '5.001', '10', '69100000', '69299999', '49100000', '49999999', NULL, 1652936965),
(78159, '3298', '215.00', '32', '10.001', '15', '69100000', '69299999', '49100000', '49999999', NULL, 1652936966),
(78160, '3220', '430.00', '9', '10.001', '15', '69100000', '69299999', '49100000', '49999999', NULL, 1652936967),
(78161, '3298', '298.00', '32', '15.001', '20', '69100000', '69299999', '49100000', '49999999', NULL, 1652936968),
(78162, '3220', '595.00', '9', '15.001', '20', '69100000', '69299999', '49100000', '49999999', NULL, 1652936969),
(78163, '3298', '380.00', '32', '20.001', '25', '69100000', '69299999', '49100000', '49999999', NULL, 1652936974),
(78164, '3220', '760.00', '9', '20.001', '25', '69100000', '69299999', '49100000', '49999999', NULL, 1652936974),
(78165, '3298', '463.00', '32', '25.001', '30', '69100000', '69299999', '49100000', '49999999', NULL, 1652936976),
(78166, '3220', '925.00', '9', '25.001', '30', '69100000', '69299999', '49100000', '49999999', NULL, 1652936977),
(78167, '3298', '90.00', '29', '0.3', '5', '69100000', '69299999', '50000000', '52999999', NULL, 1652936978),
(78168, '3220', '183.00', '6', '0.3', '5', '69100000', '69299999', '50000000', '52999999', NULL, 1652936979),
(78169, '3298', '133.00', '29', '5.001', '10', '69100000', '69299999', '50000000', '52999999', NULL, 1652936980),
(78170, '3220', '266.00', '6', '5.001', '10', '69100000', '69299999', '50000000', '52999999', NULL, 1652936982),
(78171, '3298', '215.00', '29', '10.001', '15', '69100000', '69299999', '50000000', '52999999', NULL, 1652936983),
(78172, '3220', '430.00', '6', '10.001', '15', '69100000', '69299999', '50000000', '52999999', NULL, 1652936984),
(78173, '3298', '298.00', '29', '15.001', '20', '69100000', '69299999', '50000000', '52999999', NULL, 1652936985),
(78174, '3220', '595.00', '6', '15.001', '20', '69100000', '69299999', '50000000', '52999999', NULL, 1652936988),
(78175, '3298', '380.00', '29', '20.001', '25', '69100000', '69299999', '50000000', '52999999', NULL, 1652936989),
(78176, '3220', '760.00', '6', '20.001', '25', '69100000', '69299999', '50000000', '52999999', NULL, 1652936989),
(78177, '3298', '463.00', '29', '25.001', '30', '69100000', '69299999', '50000000', '52999999', NULL, 1652936990),
(78178, '3220', '925.00', '6', '25.001', '30', '69100000', '69299999', '50000000', '52999999', NULL, 1652936991),
(78179, '3298', '90.00', '29', '0.3', '5', '69100000', '69299999', '50000000', '54999999', NULL, 1652936994),
(78180, '3220', '183.00', '6', '0.3', '5', '69100000', '69299999', '50000000', '54999999', NULL, 1652936997),
(78181, '3298', '133.00', '29', '5.001', '10', '69100000', '69299999', '50000000', '54999999', NULL, 1652937002),
(78182, '3220', '266.00', '6', '5.001', '10', '69100000', '69299999', '50000000', '54999999', NULL, 1652937005),
(78183, '3298', '215.00', '29', '10.001', '15', '69100000', '69299999', '50000000', '54999999', NULL, 1652937008),
(78184, '3220', '430.00', '6', '10.001', '15', '69100000', '69299999', '50000000', '54999999', NULL, 1652937009),
(78185, '3298', '298.00', '29', '15.001', '20', '69100000', '69299999', '50000000', '54999999', NULL, 1652937010),
(78186, '3220', '595.00', '6', '15.001', '20', '69100000', '69299999', '50000000', '54999999', NULL, 1652937010),
(78187, '3298', '380.00', '29', '20.001', '25', '69100000', '69299999', '50000000', '54999999', NULL, 1652937014),
(78188, '3220', '760.00', '6', '20.001', '25', '69100000', '69299999', '50000000', '54999999', NULL, 1652937017),
(78189, '3298', '463.00', '29', '25.001', '30', '69100000', '69299999', '50000000', '54999999', NULL, 1652937019),
(78190, '3220', '925.00', '6', '25.001', '30', '69100000', '69299999', '50000000', '54999999', NULL, 1652937024),
(78191, '3298', '90.00', '33', '0.3', '5', '69100000', '69299999', '55000000', '56999999', NULL, 1652937025),
(78192, '3220', '183.00', '10', '0.3', '5', '69100000', '69299999', '55000000', '56999999', NULL, 1652937026),
(78193, '3298', '133.00', '33', '5.001', '10', '69100000', '69299999', '55000000', '56999999', NULL, 1652937030),
(78194, '3220', '266.00', '10', '5.001', '10', '69100000', '69299999', '55000000', '56999999', NULL, 1652937031),
(78195, '3298', '215.00', '33', '10.001', '15', '69100000', '69299999', '55000000', '56999999', NULL, 1652937031),
(78196, '3220', '430.00', '10', '10.001', '15', '69100000', '69299999', '55000000', '56999999', NULL, 1652937032),
(78197, '3298', '298.00', '33', '15.001', '20', '69100000', '69299999', '55000000', '56999999', NULL, 1652937033),
(78198, '3220', '595.00', '10', '15.001', '20', '69100000', '69299999', '55000000', '56999999', NULL, 1652937037),
(78199, '3298', '380.00', '33', '20.001', '25', '69100000', '69299999', '55000000', '56999999', NULL, 1652937038),
(78200, '3220', '760.00', '10', '20.001', '25', '69100000', '69299999', '55000000', '56999999', NULL, 1652937041),
(78201, '3298', '463.00', '33', '25.001', '30', '69100000', '69299999', '55000000', '56999999', NULL, 1652937041),
(78202, '3220', '925.00', '10', '25.001', '30', '69100000', '69299999', '55000000', '56999999', NULL, 1652937042),
(78203, '3298', '90.00', '29', '0.3', '5', '69100000', '69299999', '57000000', '57099999', NULL, 1652937043),
(78204, '3220', '183.00', '7', '0.3', '5', '69100000', '69299999', '57000000', '57099999', NULL, 1652937044),
(78205, '3298', '133.00', '29', '5.001', '10', '69100000', '69299999', '57000000', '57099999', NULL, 1652937048),
(78206, '3220', '266.00', '7', '5.001', '10', '69100000', '69299999', '57000000', '57099999', NULL, 1652937052),
(78207, '3298', '215.00', '29', '10.001', '15', '69100000', '69299999', '57000000', '57099999', NULL, 1652937054),
(78208, '3220', '430.00', '7', '10.001', '15', '69100000', '69299999', '57000000', '57099999', NULL, 1652937055),
(78209, '3298', '298.00', '29', '15.001', '20', '69100000', '69299999', '57000000', '57099999', NULL, 1652937056),
(78210, '3220', '595.00', '7', '15.001', '20', '69100000', '69299999', '57000000', '57099999', NULL, 1652937058),
(78211, '3298', '380.00', '29', '20.001', '25', '69100000', '69299999', '57000000', '57099999', NULL, 1652937059),
(78212, '3220', '760.00', '7', '20.001', '25', '69100000', '69299999', '57000000', '57099999', NULL, 1652937060),
(78213, '3298', '463.00', '29', '25.001', '30', '69100000', '69299999', '57000000', '57099999', NULL, 1652937061),
(78214, '3220', '925.00', '7', '25.001', '30', '69100000', '69299999', '57000000', '57099999', NULL, 1652937064),
(78215, '3298', '90.00', '31', '0.3', '5', '69100000', '69299999', '57100000', '57999999', NULL, 1652937067),
(78216, '3220', '183.00', '9', '0.3', '5', '69100000', '69299999', '57100000', '57999999', NULL, 1652937069),
(78217, '3298', '133.00', '31', '5.001', '10', '69100000', '69299999', '57100000', '57999999', NULL, 1652937070),
(78218, '3220', '266.00', '9', '5.001', '10', '69100000', '69299999', '57100000', '57999999', NULL, 1652937073),
(78219, '3298', '215.00', '31', '10.001', '15', '69100000', '69299999', '57100000', '57999999', NULL, 1652937074),
(78220, '3220', '430.00', '9', '10.001', '15', '69100000', '69299999', '57100000', '57999999', NULL, 1652937075),
(78221, '3298', '298.00', '31', '15.001', '20', '69100000', '69299999', '57100000', '57999999', NULL, 1652937075),
(78222, '3220', '595.00', '9', '15.001', '20', '69100000', '69299999', '57100000', '57999999', NULL, 1652937076),
(78223, '3298', '380.00', '31', '20.001', '25', '69100000', '69299999', '57100000', '57999999', NULL, 1652937078),
(78224, '3220', '760.00', '9', '20.001', '25', '69100000', '69299999', '57100000', '57999999', NULL, 1652937079),
(78225, '3298', '463.00', '31', '25.001', '30', '69100000', '69299999', '57100000', '57999999', NULL, 1652937080),
(78226, '3220', '925.00', '9', '25.001', '30', '69100000', '69299999', '57100000', '57999999', NULL, 1652937082),
(78227, '3298', '90.00', '29', '0.3', '5', '69100000', '69299999', '58000000', '58099999', NULL, 1652937082),
(78228, '3220', '183.00', '7', '0.3', '5', '69100000', '69299999', '58000000', '58099999', NULL, 1652937083),
(78229, '3298', '133.00', '29', '5.001', '10', '69100000', '69299999', '58000000', '58099999', NULL, 1652937083),
(78230, '3220', '266.00', '7', '5.001', '10', '69100000', '69299999', '58000000', '58099999', NULL, 1652937084),
(78231, '3298', '215.00', '29', '10.001', '15', '69100000', '69299999', '58000000', '58099999', NULL, 1652937087),
(78232, '3220', '430.00', '7', '10.001', '15', '69100000', '69299999', '58000000', '58099999', NULL, 1652937087),
(78233, '3298', '298.00', '29', '15.001', '20', '69100000', '69299999', '58000000', '58099999', NULL, 1652937088),
(78234, '3220', '595.00', '7', '15.001', '20', '69100000', '69299999', '58000000', '58099999', NULL, 1652937089),
(78235, '3298', '380.00', '29', '20.001', '25', '69100000', '69299999', '58000000', '58099999', NULL, 1652937089),
(78236, '3220', '760.00', '7', '20.001', '25', '69100000', '69299999', '58000000', '58099999', NULL, 1652937090),
(78237, '3298', '463.00', '29', '25.001', '30', '69100000', '69299999', '58000000', '58099999', NULL, 1652937091),
(78238, '3220', '925.00', '7', '25.001', '30', '69100000', '69299999', '58000000', '58099999', NULL, 1652937092),
(78239, '3298', '90.00', '34', '0.3', '5', '69100000', '69299999', '58100000', '58999999', NULL, 1652937093),
(78240, '3220', '183.00', '12', '0.3', '5', '69100000', '69299999', '58100000', '58999999', NULL, 1652937094),
(78241, '3298', '133.00', '34', '5.001', '10', '69100000', '69299999', '58100000', '58999999', NULL, 1652937094),
(78242, '3220', '266.00', '12', '5.001', '10', '69100000', '69299999', '58100000', '58999999', NULL, 1652937095),
(78243, '3298', '215.00', '34', '10.001', '15', '69100000', '69299999', '58100000', '58999999', NULL, 1652937096),
(78244, '3220', '430.00', '12', '10.001', '15', '69100000', '69299999', '58100000', '58999999', NULL, 1652937097),
(78245, '3298', '298.00', '34', '15.001', '20', '69100000', '69299999', '58100000', '58999999', NULL, 1652937098),
(78246, '3220', '595.00', '12', '15.001', '20', '69100000', '69299999', '58100000', '58999999', NULL, 1652937103),
(78247, '3298', '380.00', '34', '20.001', '25', '69100000', '69299999', '58100000', '58999999', NULL, 1652937104),
(78248, '3220', '760.00', '12', '20.001', '25', '69100000', '69299999', '58100000', '58999999', NULL, 1652937105),
(78249, '3298', '463.00', '34', '25.001', '30', '69100000', '69299999', '58100000', '58999999', NULL, 1652937106),
(78250, '3220', '925.00', '12', '25.001', '30', '69100000', '69299999', '58100000', '58999999', NULL, 1652937110),
(78251, '3298', '90.00', '30', '0.3', '5', '69100000', '69299999', '59000000', '59099999', NULL, 1652937110),
(78252, '3220', '183.00', '7', '0.3', '5', '69100000', '69299999', '59000000', '59099999', NULL, 1652937111),
(78253, '3298', '133.00', '30', '5.001', '10', '69100000', '69299999', '59000000', '59099999', NULL, 1652937113),
(78254, '3220', '266.00', '7', '5.001', '10', '69100000', '69299999', '59000000', '59099999', NULL, 1652937114),
(78255, '3298', '215.00', '30', '10.001', '15', '69100000', '69299999', '59000000', '59099999', NULL, 1652937115),
(78256, '3220', '430.00', '7', '10.001', '15', '69100000', '69299999', '59000000', '59099999', NULL, 1652937116),
(78257, '3298', '298.00', '30', '15.001', '20', '69100000', '69299999', '59000000', '59099999', NULL, 1652937119),
(78258, '3220', '595.00', '7', '15.001', '20', '69100000', '69299999', '59000000', '59099999', NULL, 1652937120),
(78259, '3298', '380.00', '30', '20.001', '25', '69100000', '69299999', '59000000', '59099999', NULL, 1652937123),
(78260, '3220', '760.00', '7', '20.001', '25', '69100000', '69299999', '59000000', '59099999', NULL, 1652937124),
(78261, '3298', '463.00', '30', '25.001', '30', '69100000', '69299999', '59000000', '59099999', NULL, 1652937126),
(78262, '3220', '925.00', '7', '25.001', '30', '69100000', '69299999', '59000000', '59099999', NULL, 1652937127),
(78263, '3298', '90.00', '30', '0.3', '5', '69100000', '69299999', '59100000', '59999999', NULL, 1652937130),
(78264, '3220', '183.00', '7', '0.3', '5', '69100000', '69299999', '59100000', '59999999', NULL, 1652937131),
(78265, '3298', '133.00', '30', '5.001', '10', '69100000', '69299999', '59100000', '59999999', NULL, 1652937132),
(78266, '3220', '266.00', '7', '5.001', '10', '69100000', '69299999', '59100000', '59999999', NULL, 1652937133),
(78267, '3298', '215.00', '30', '10.001', '15', '69100000', '69299999', '59100000', '59999999', NULL, 1652937134),
(78268, '3220', '430.00', '7', '10.001', '15', '69100000', '69299999', '59100000', '59999999', NULL, 1652937135),
(78269, '3298', '298.00', '30', '15.001', '20', '69100000', '69299999', '59100000', '59999999', NULL, 1652937136),
(78270, '3220', '595.00', '7', '15.001', '20', '69100000', '69299999', '59100000', '59999999', NULL, 1652937138),
(78271, '3298', '380.00', '30', '20.001', '25', '69100000', '69299999', '59100000', '59999999', NULL, 1652937142),
(78272, '3220', '760.00', '7', '20.001', '25', '69100000', '69299999', '59100000', '59999999', NULL, 1652937143),
(78273, '3298', '463.00', '30', '25.001', '30', '69100000', '69299999', '59100000', '59999999', NULL, 1652937145),
(78274, '3220', '925.00', '7', '25.001', '30', '69100000', '69299999', '59100000', '59999999', NULL, 1652937146),
(78275, '3298', '90.00', '29', '0.3', '5', '69100000', '69299999', '60000000', '60999999', NULL, 1652937147),
(78276, '3220', '183.00', '7', '0.3', '5', '69100000', '69299999', '60000000', '60999999', NULL, 1652937148),
(78277, '3298', '133.00', '29', '5.001', '10', '69100000', '69299999', '60000000', '60999999', NULL, 1652937149),
(78278, '3220', '266.00', '7', '5.001', '10', '69100000', '69299999', '60000000', '60999999', NULL, 1652937153),
(78279, '3298', '215.00', '29', '10.001', '15', '69100000', '69299999', '60000000', '60999999', NULL, 1652937154),
(78280, '3220', '430.00', '7', '10.001', '15', '69100000', '69299999', '60000000', '60999999', NULL, 1652937155),
(78281, '3298', '298.00', '29', '15.001', '20', '69100000', '69299999', '60000000', '60999999', NULL, 1652937160),
(78282, '3220', '595.00', '7', '15.001', '20', '69100000', '69299999', '60000000', '60999999', NULL, 1652937163),
(78283, '3298', '380.00', '29', '20.001', '25', '69100000', '69299999', '60000000', '60999999', NULL, 1652937164),
(78284, '3220', '760.00', '7', '20.001', '25', '69100000', '69299999', '60000000', '60999999', NULL, 1652937165),
(78285, '3298', '463.00', '29', '25.001', '30', '69100000', '69299999', '60000000', '60999999', NULL, 1652937166),
(78286, '3220', '925.00', '7', '25.001', '30', '69100000', '69299999', '60000000', '60999999', NULL, 1652937168),
(78287, '3298', '90.00', '29', '0.3', '5', '69100000', '69299999', '60000000', '61900999', NULL, 1652937169),
(78288, '3220', '183.00', '7', '0.3', '5', '69100000', '69299999', '60000000', '61900999', NULL, 1652937170),
(78289, '3298', '133.00', '29', '5.001', '10', '69100000', '69299999', '60000000', '61900999', NULL, 1652937170),
(78290, '3220', '266.00', '7', '5.001', '10', '69100000', '69299999', '60000000', '61900999', NULL, 1652937171),
(78291, '3298', '215.00', '29', '10.001', '15', '69100000', '69299999', '60000000', '61900999', NULL, 1652937173),
(78292, '3220', '430.00', '7', '10.001', '15', '69100000', '69299999', '60000000', '61900999', NULL, 1652937175),
(78293, '3298', '298.00', '29', '15.001', '20', '69100000', '69299999', '60000000', '61900999', NULL, 1652937176),
(78294, '3220', '595.00', '7', '15.001', '20', '69100000', '69299999', '60000000', '61900999', NULL, 1652937178),
(78295, '3298', '380.00', '29', '20.001', '25', '69100000', '69299999', '60000000', '61900999', NULL, 1652937179),
(78296, '3220', '760.00', '7', '20.001', '25', '69100000', '69299999', '60000000', '61900999', NULL, 1652937182),
(78297, '3298', '463.00', '29', '25.001', '30', '69100000', '69299999', '60000000', '61900999', NULL, 1652937185),
(78298, '3220', '925.00', '7', '25.001', '30', '69100000', '69299999', '60000000', '61900999', NULL, 1652937188),
(78299, '3298', '90.00', '33', '0.3', '5', '69100000', '69299999', '61901000', '63999999', NULL, 1652937189),
(78300, '3220', '183.00', '11', '0.3', '5', '69100000', '69299999', '61901000', '63999999', NULL, 1652937191),
(78301, '3298', '133.00', '33', '5.001', '10', '69100000', '69299999', '61901000', '63999999', NULL, 1652937193),
(78302, '3220', '266.00', '11', '5.001', '10', '69100000', '69299999', '61901000', '63999999', NULL, 1652937194),
(78303, '3298', '215.00', '33', '10.001', '15', '69100000', '69299999', '61901000', '63999999', NULL, 1652937195),
(78304, '3220', '430.00', '11', '10.001', '15', '69100000', '69299999', '61901000', '63999999', NULL, 1652937197),
(78305, '3298', '298.00', '33', '15.001', '20', '69100000', '69299999', '61901000', '63999999', NULL, 1652937199),
(78306, '3220', '595.00', '11', '15.001', '20', '69100000', '69299999', '61901000', '63999999', NULL, 1652937199),
(78307, '3298', '380.00', '33', '20.001', '25', '69100000', '69299999', '61901000', '63999999', NULL, 1652937200),
(78308, '3220', '760.00', '11', '20.001', '25', '69100000', '69299999', '61901000', '63999999', NULL, 1652937204),
(78309, '3298', '463.00', '33', '25.001', '30', '69100000', '69299999', '61901000', '63999999', NULL, 1652937207),
(78310, '3220', '925.00', '11', '25.001', '30', '69100000', '69299999', '61901000', '63999999', NULL, 1652937209),
(78311, '3298', '90.00', '31', '0.3', '5', '69100000', '69299999', '64000000', '64099999', NULL, 1652937211),
(78312, '3220', '183.00', '9', '0.3', '5', '69100000', '69299999', '64000000', '64099999', NULL, 1652937211),
(78313, '3298', '133.00', '31', '5.001', '10', '69100000', '69299999', '64000000', '64099999', NULL, 1652937213),
(78314, '3220', '266.00', '9', '5.001', '10', '69100000', '69299999', '64000000', '64099999', NULL, 1652937214),
(78315, '3298', '215.00', '31', '10.001', '15', '69100000', '69299999', '64000000', '64099999', NULL, 1652937215),
(78316, '3220', '430.00', '9', '10.001', '15', '69100000', '69299999', '64000000', '64099999', NULL, 1652937216),
(78317, '3298', '298.00', '31', '15.001', '20', '69100000', '69299999', '64000000', '64099999', NULL, 1652937217),
(78318, '3220', '595.00', '9', '15.001', '20', '69100000', '69299999', '64000000', '64099999', NULL, 1652937218),
(78319, '3298', '380.00', '31', '20.001', '25', '69100000', '69299999', '64000000', '64099999', NULL, 1652937222),
(78320, '3220', '760.00', '9', '20.001', '25', '69100000', '69299999', '64000000', '64099999', NULL, 1652937225),
(78321, '3298', '463.00', '31', '25.001', '30', '69100000', '69299999', '64000000', '64099999', NULL, 1652937227),
(78322, '3220', '925.00', '9', '25.001', '30', '69100000', '69299999', '64000000', '64099999', NULL, 1652937228),
(78323, '3298', '90.00', '34', '0.3', '5', '69100000', '69299999', '64100000', '64999999', NULL, 1652937230),
(78324, '3220', '183.00', '12', '0.3', '5', '69100000', '69299999', '64100000', '64999999', NULL, 1652937232),
(78325, '3298', '133.00', '34', '5.001', '10', '69100000', '69299999', '64100000', '64999999', NULL, 1652937232),
(78326, '3220', '266.00', '12', '5.001', '10', '69100000', '69299999', '64100000', '64999999', NULL, 1652937235),
(78327, '3298', '215.00', '34', '10.001', '15', '69100000', '69299999', '64100000', '64999999', NULL, 1652937239),
(78328, '3220', '430.00', '12', '10.001', '15', '69100000', '69299999', '64100000', '64999999', NULL, 1652937240),
(78329, '3298', '298.00', '34', '15.001', '20', '69100000', '69299999', '64100000', '64999999', NULL, 1652937241),
(78330, '3220', '595.00', '12', '15.001', '20', '69100000', '69299999', '64100000', '64999999', NULL, 1652937247),
(78331, '3298', '380.00', '34', '20.001', '25', '69100000', '69299999', '64100000', '64999999', NULL, 1652937254),
(78332, '3220', '760.00', '12', '20.001', '25', '69100000', '69299999', '64100000', '64999999', NULL, 1652937255),
(78333, '3298', '463.00', '34', '25.001', '30', '69100000', '69299999', '64100000', '64999999', NULL, 1652937256),
(78334, '3220', '925.00', '12', '25.001', '30', '69100000', '69299999', '64100000', '64999999', NULL, 1652937257),
(78335, '3298', '90.00', '31', '0.3', '5', '69100000', '69299999', '65000000', '65099999', NULL, 1652937257),
(78336, '3220', '183.00', '9', '0.3', '5', '69100000', '69299999', '65000000', '65099999', NULL, 1652937258),
(78337, '3298', '133.00', '31', '5.001', '10', '69100000', '69299999', '65000000', '65099999', NULL, 1652937258),
(78338, '3220', '266.00', '9', '5.001', '10', '69100000', '69299999', '65000000', '65099999', NULL, 1652937263),
(78339, '3298', '215.00', '31', '10.001', '15', '69100000', '69299999', '65000000', '65099999', NULL, 1652937263),
(78340, '3220', '430.00', '9', '10.001', '15', '69100000', '69299999', '65000000', '65099999', NULL, 1652937264),
(78341, '3298', '298.00', '31', '15.001', '20', '69100000', '69299999', '65000000', '65099999', NULL, 1652937269),
(78342, '3220', '595.00', '9', '15.001', '20', '69100000', '69299999', '65000000', '65099999', NULL, 1652937271),
(78343, '3298', '380.00', '31', '20.001', '25', '69100000', '69299999', '65000000', '65099999', NULL, 1652937272),
(78344, '3220', '760.00', '9', '20.001', '25', '69100000', '69299999', '65000000', '65099999', NULL, 1652937273),
(78345, '3298', '463.00', '31', '25.001', '30', '69100000', '69299999', '65000000', '65099999', NULL, 1652937276),
(78346, '3220', '925.00', '9', '25.001', '30', '69100000', '69299999', '65000000', '65099999', NULL, 1652937278),
(78347, '3298', '90.00', '35', '0.3', '5', '69100000', '69299999', '65100000', '65999999', NULL, 1652937279),
(78348, '3220', '183.00', '13', '0.3', '5', '69100000', '69299999', '65100000', '65999999', NULL, 1652937280),
(78349, '3298', '133.00', '35', '5.001', '10', '69100000', '69299999', '65100000', '65999999', NULL, 1652937281),
(78350, '3220', '266.00', '13', '5.001', '10', '69100000', '69299999', '65100000', '65999999', NULL, 1652937282),
(78351, '3298', '215.00', '35', '10.001', '15', '69100000', '69299999', '65100000', '65999999', NULL, 1652937287),
(78352, '3220', '430.00', '13', '10.001', '15', '69100000', '69299999', '65100000', '65999999', NULL, 1652937288),
(78353, '3298', '298.00', '35', '15.001', '20', '69100000', '69299999', '65100000', '65999999', NULL, 1652937289),
(78354, '3220', '595.00', '13', '15.001', '20', '69100000', '69299999', '65100000', '65999999', NULL, 1652937293),
(78355, '3298', '380.00', '35', '20.001', '25', '69100000', '69299999', '65100000', '65999999', NULL, 1652937294),
(78356, '3220', '760.00', '13', '20.001', '25', '69100000', '69299999', '65100000', '65999999', NULL, 1652937294),
(78357, '3298', '463.00', '35', '25.001', '30', '69100000', '69299999', '65100000', '65999999', NULL, 1652937296),
(78358, '3220', '925.00', '13', '25.001', '30', '69100000', '69299999', '65100000', '65999999', NULL, 1652937297),
(78359, '3298', '70.00', '29', '0.3', '5', '69100000', '69299999', '66000000', '66999999', NULL, 1652937299),
(78360, '3220', '157.00', '10', '0.3', '5', '69100000', '69299999', '66000000', '66999999', NULL, 1652937301),
(78361, '3298', '106.00', '29', '5.001', '10', '69100000', '69299999', '66000000', '66999999', NULL, 1652937305),
(78362, '3220', '226.00', '10', '5.001', '10', '69100000', '69299999', '66000000', '66999999', NULL, 1652937307),
(78363, '3298', '172.00', '29', '10.001', '15', '69100000', '69299999', '66000000', '66999999', NULL, 1652937308),
(78364, '3220', '367.00', '10', '10.001', '15', '69100000', '69299999', '66000000', '66999999', NULL, 1652937311),
(78365, '3298', '239.00', '29', '15.001', '20', '69100000', '69299999', '66000000', '66999999', NULL, 1652937316),
(78366, '3220', '508.00', '10', '15.001', '20', '69100000', '69299999', '66000000', '66999999', NULL, 1652937317),
(78367, '3298', '305.00', '29', '20.001', '25', '69100000', '69299999', '66000000', '66999999', NULL, 1652937318),
(78368, '3220', '649.00', '10', '20.001', '25', '69100000', '69299999', '66000000', '66999999', NULL, 1652937319),
(78369, '3298', '371.00', '29', '25.001', '30', '69100000', '69299999', '66000000', '66999999', NULL, 1652937320),
(78370, '3220', '789.00', '10', '25.001', '30', '69100000', '69299999', '66000000', '66999999', NULL, 1652937320),
(78371, '3298', '70.00', '29', '0.3', '5', '69100000', '69299999', '66000000', '67999999', NULL, 1652937321),
(78372, '3220', '157.00', '10', '0.3', '5', '69100000', '69299999', '66000000', '67999999', NULL, 1652937322),
(78373, '3298', '106.00', '29', '5.001', '10', '69100000', '69299999', '66000000', '67999999', NULL, 1652937323),
(78374, '3220', '226.00', '10', '5.001', '10', '69100000', '69299999', '66000000', '67999999', NULL, 1652937324),
(78375, '3298', '172.00', '29', '10.001', '15', '69100000', '69299999', '66000000', '67999999', NULL, 1652937324),
(78376, '3220', '367.00', '10', '10.001', '15', '69100000', '69299999', '66000000', '67999999', NULL, 1652937325),
(78377, '3298', '239.00', '29', '15.001', '20', '69100000', '69299999', '66000000', '67999999', NULL, 1652937327),
(78378, '3220', '508.00', '10', '15.001', '20', '69100000', '69299999', '66000000', '67999999', NULL, 1652937330),
(78379, '3298', '305.00', '29', '20.001', '25', '69100000', '69299999', '66000000', '67999999', NULL, 1652937333),
(78380, '3220', '649.00', '10', '20.001', '25', '69100000', '69299999', '66000000', '67999999', NULL, 1652937336),
(78381, '3298', '371.00', '29', '25.001', '30', '69100000', '69299999', '66000000', '67999999', NULL, 1652937337),
(78382, '3220', '789.00', '10', '25.001', '30', '69100000', '69299999', '66000000', '67999999', NULL, 1652937338),
(78383, '3298', '70.00', '32', '0.3', '5', '69100000', '69299999', '68000000', '68899999', NULL, 1652937339),
(78384, '3220', '157.00', '13', '0.3', '5', '69100000', '69299999', '68000000', '68899999', NULL, 1652937343),
(78385, '3298', '106.00', '32', '5.001', '10', '69100000', '69299999', '68000000', '68899999', NULL, 1652937344),
(78386, '3220', '226.00', '13', '5.001', '10', '69100000', '69299999', '68000000', '68899999', NULL, 1652937345),
(78387, '3298', '172.00', '32', '10.001', '15', '69100000', '69299999', '68000000', '68899999', NULL, 1652937346),
(78388, '3220', '367.00', '13', '10.001', '15', '69100000', '69299999', '68000000', '68899999', NULL, 1652937347),
(78389, '3298', '239.00', '32', '15.001', '20', '69100000', '69299999', '68000000', '68899999', NULL, 1652937348),
(78390, '3220', '508.00', '13', '15.001', '20', '69100000', '69299999', '68000000', '68899999', NULL, 1652937350),
(78391, '3298', '305.00', '32', '20.001', '25', '69100000', '69299999', '68000000', '68899999', NULL, 1652937351),
(78392, '3220', '649.00', '13', '20.001', '25', '69100000', '69299999', '68000000', '68899999', NULL, 1652937352),
(78393, '3298', '371.00', '32', '25.001', '30', '69100000', '69299999', '68000000', '68899999', NULL, 1652937353),
(78394, '3220', '789.00', '13', '25.001', '30', '69100000', '69299999', '68000000', '68899999', NULL, 1652937354),
(78395, '3298', '90.00', '41', '0.3', '5', '69100000', '69299999', '68900000', '68914999', NULL, 1652937355),
(78396, '3220', '183.00', '18', '0.3', '5', '69100000', '69299999', '68900000', '68914999', NULL, 1652937356),
(78397, '3298', '133.00', '41', '5.001', '10', '69100000', '69299999', '68900000', '68914999', NULL, 1652937360),
(78398, '3220', '266.00', '18', '5.001', '10', '69100000', '69299999', '68900000', '68914999', NULL, 1652937364),
(78399, '3298', '215.00', '41', '10.001', '15', '69100000', '69299999', '68900000', '68914999', NULL, 1652937364),
(78400, '3220', '430.00', '18', '10.001', '15', '69100000', '69299999', '68900000', '68914999', NULL, 1652937365),
(78401, '3298', '298.00', '41', '15.001', '20', '69100000', '69299999', '68900000', '68914999', NULL, 1652937368),
(78402, '3220', '595.00', '18', '15.001', '20', '69100000', '69299999', '68900000', '68914999', NULL, 1652937369),
(78403, '3298', '380.00', '41', '20.001', '25', '69100000', '69299999', '68900000', '68914999', NULL, 1652937371),
(78404, '3220', '760.00', '18', '20.001', '25', '69100000', '69299999', '68900000', '68914999', NULL, 1652937375),
(78405, '3298', '463.00', '41', '25.001', '30', '69100000', '69299999', '68900000', '68914999', NULL, 1652937376),
(78406, '3220', '925.00', '18', '25.001', '30', '69100000', '69299999', '68900000', '68914999', NULL, 1652937378),
(78407, '3298', '90.00', '42', '0.3', '5', '69100000', '69299999', '68915000', '68999999', NULL, 1652937380),
(78408, '3220', '183.00', '18', '0.3', '5', '69100000', '69299999', '68915000', '68999999', NULL, 1652937381),
(78409, '3298', '133.00', '42', '5.001', '10', '69100000', '69299999', '68915000', '68999999', NULL, 1652937383),
(78410, '3220', '266.00', '18', '5.001', '10', '69100000', '69299999', '68915000', '68999999', NULL, 1652937384),
(78411, '3298', '215.00', '42', '10.001', '15', '69100000', '69299999', '68915000', '68999999', NULL, 1652937386),
(78412, '3220', '430.00', '18', '10.001', '15', '69100000', '69299999', '68915000', '68999999', NULL, 1652937386),
(78413, '3298', '298.00', '42', '15.001', '20', '69100000', '69299999', '68915000', '68999999', NULL, 1652937388),
(78414, '3220', '595.00', '18', '15.001', '20', '69100000', '69299999', '68915000', '68999999', NULL, 1652937392),
(78415, '3298', '380.00', '42', '20.001', '25', '69100000', '69299999', '68915000', '68999999', NULL, 1652937393),
(78416, '3220', '760.00', '18', '20.001', '25', '69100000', '69299999', '68915000', '68999999', NULL, 1652937394),
(78417, '3298', '463.00', '42', '25.001', '30', '69100000', '69299999', '68915000', '68999999', NULL, 1652937394),
(78418, '3220', '925.00', '18', '25.001', '30', '69100000', '69299999', '68915000', '68999999', NULL, 1652937397),
(78419, '3298', '26.00', '9', '0.3', '5', '69100000', '69299999', '69000000', '69099999', NULL, 1652937398),
(78420, '3220', '34.00', '4', '0.3', '5', '69100000', '69299999', '69000000', '69099999', NULL, 1652937399),
(78421, '3298', '32.00', '9', '5.001', '10', '69100000', '69299999', '69000000', '69099999', NULL, 1652937401),
(78422, '3220', '48.00', '4', '5.001', '10', '69100000', '69299999', '69000000', '69099999', NULL, 1652937402),
(78423, '3298', '52.00', '9', '10.001', '15', '69100000', '69299999', '69000000', '69099999', NULL, 1652937405),
(78424, '3220', '79.00', '4', '10.001', '15', '69100000', '69299999', '69000000', '69099999', NULL, 1652937406);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(78425, '3298', '72.00', '9', '15.001', '20', '69100000', '69299999', '69000000', '69099999', NULL, 1652937407),
(78426, '3220', '109.00', '4', '15.001', '20', '69100000', '69299999', '69000000', '69099999', NULL, 1652937409),
(78427, '3298', '92.00', '9', '20.001', '25', '69100000', '69299999', '69000000', '69099999', NULL, 1652937411),
(78428, '3220', '139.00', '4', '20.001', '25', '69100000', '69299999', '69000000', '69099999', NULL, 1652937412),
(78429, '3298', '112.00', '9', '25.001', '30', '69100000', '69299999', '69000000', '69099999', NULL, 1652937413),
(78430, '3220', '170.00', '4', '25.001', '30', '69100000', '69299999', '69000000', '69099999', NULL, 1652937413),
(78431, '3298', '26.00', '8', '0.3', '5', '69100000', '69299999', '69100000', '69299999', NULL, 1652937415),
(78432, '3220', '22.00', '1', '0.3', '5', '69100000', '69299999', '69100000', '69299999', NULL, 1652937418),
(78433, '3298', '32.00', '8', '5.001', '10', '69100000', '69299999', '69100000', '69299999', NULL, 1652937419),
(78434, '3220', '28.00', '1', '5.001', '10', '69100000', '69299999', '69100000', '69299999', NULL, 1652937420),
(78435, '3298', '52.00', '8', '10.001', '15', '69100000', '69299999', '69100000', '69299999', NULL, 1652937420),
(78436, '3220', '45.00', '1', '10.001', '15', '69100000', '69299999', '69100000', '69299999', NULL, 1652937422),
(78437, '3298', '72.00', '8', '15.001', '20', '69100000', '69299999', '69100000', '69299999', NULL, 1652937425),
(78438, '3220', '63.00', '1', '15.001', '20', '69100000', '69299999', '69100000', '69299999', NULL, 1652937426),
(78439, '3298', '92.00', '8', '20.001', '25', '69100000', '69299999', '69100000', '69299999', NULL, 1652937426),
(78440, '3220', '80.00', '1', '20.001', '25', '69100000', '69299999', '69100000', '69299999', NULL, 1652937430),
(78441, '3298', '112.00', '8', '25.001', '30', '69100000', '69299999', '69100000', '69299999', NULL, 1652937431),
(78442, '3220', '97.00', '1', '25.001', '30', '69100000', '69299999', '69100000', '69299999', NULL, 1652937434),
(78443, '3298', '50.00', '13', '0.3', '5', '69100000', '69299999', '69300000', '69339999', NULL, 1652937438),
(78444, '3220', '124.00', '9', '0.3', '5', '69100000', '69299999', '69300000', '69339999', NULL, 1652937440),
(78445, '3298', '83.00', '13', '5.001', '10', '69100000', '69299999', '69300000', '69339999', NULL, 1652937441),
(78446, '3220', '175.00', '9', '5.001', '10', '69100000', '69299999', '69300000', '69339999', NULL, 1652937442),
(78447, '3298', '135.00', '13', '10.001', '15', '69100000', '69299999', '69300000', '69339999', NULL, 1652937444),
(78448, '3220', '283.00', '9', '10.001', '15', '69100000', '69299999', '69300000', '69339999', NULL, 1652937446),
(78449, '3298', '186.00', '13', '15.001', '20', '69100000', '69299999', '69300000', '69339999', NULL, 1652937448),
(78450, '3220', '392.00', '9', '15.001', '20', '69100000', '69299999', '69300000', '69339999', NULL, 1652937451),
(78451, '3298', '238.00', '13', '20.001', '25', '69100000', '69299999', '69300000', '69339999', NULL, 1652937455),
(78452, '3220', '500.00', '9', '20.001', '25', '69100000', '69299999', '69300000', '69339999', NULL, 1652937456),
(78453, '3298', '290.00', '13', '25.001', '30', '69100000', '69299999', '69300000', '69339999', NULL, 1652937458),
(78454, '3220', '609.00', '9', '25.001', '30', '69100000', '69299999', '69300000', '69339999', NULL, 1652937461),
(78455, '3298', '50.00', '16', '0.3', '5', '69100000', '69299999', '69340000', '69389999', NULL, 1652937462),
(78456, '3220', '124.00', '12', '0.3', '5', '69100000', '69299999', '69340000', '69389999', NULL, 1652937465),
(78457, '3298', '83.00', '16', '5.001', '10', '69100000', '69299999', '69340000', '69389999', NULL, 1652937467),
(78458, '3220', '175.00', '12', '5.001', '10', '69100000', '69299999', '69340000', '69389999', NULL, 1652937470),
(78459, '3298', '135.00', '16', '10.001', '15', '69100000', '69299999', '69340000', '69389999', NULL, 1652937470),
(78460, '3220', '283.00', '12', '10.001', '15', '69100000', '69299999', '69340000', '69389999', NULL, 1652937474),
(78461, '3298', '186.00', '16', '15.001', '20', '69100000', '69299999', '69340000', '69389999', NULL, 1652937476),
(78462, '3220', '392.00', '12', '15.001', '20', '69100000', '69299999', '69340000', '69389999', NULL, 1652937478),
(78463, '3298', '238.00', '16', '20.001', '25', '69100000', '69299999', '69340000', '69389999', NULL, 1652937484),
(78464, '3220', '500.00', '12', '20.001', '25', '69100000', '69299999', '69340000', '69389999', NULL, 1652937486),
(78465, '3298', '290.00', '16', '25.001', '30', '69100000', '69299999', '69340000', '69389999', NULL, 1652937486),
(78466, '3220', '609.00', '12', '25.001', '30', '69100000', '69299999', '69340000', '69389999', NULL, 1652937487),
(78467, '3298', '70.00', '31', '0.3', '5', '69100000', '69299999', '69900000', '69920999', NULL, 1652937492),
(78468, '3220', '157.00', '13', '0.3', '5', '69100000', '69299999', '69900000', '69920999', NULL, 1652937492),
(78469, '3298', '106.00', '31', '5.001', '10', '69100000', '69299999', '69900000', '69920999', NULL, 1652937497),
(78470, '3220', '226.00', '13', '5.001', '10', '69100000', '69299999', '69900000', '69920999', NULL, 1652937498),
(78471, '3298', '172.00', '31', '10.001', '15', '69100000', '69299999', '69900000', '69920999', NULL, 1652937501),
(78472, '3220', '367.00', '13', '10.001', '15', '69100000', '69299999', '69900000', '69920999', NULL, 1652937502),
(78473, '3298', '239.00', '31', '15.001', '20', '69100000', '69299999', '69900000', '69920999', NULL, 1652937502),
(78474, '3220', '508.00', '13', '15.001', '20', '69100000', '69299999', '69900000', '69920999', NULL, 1652937503),
(78475, '3298', '305.00', '31', '20.001', '25', '69100000', '69299999', '69900000', '69920999', NULL, 1652937505),
(78476, '3220', '649.00', '13', '20.001', '25', '69100000', '69299999', '69900000', '69920999', NULL, 1652937505),
(78477, '3298', '371.00', '31', '25.001', '30', '69100000', '69299999', '69900000', '69920999', NULL, 1652937506),
(78478, '3220', '789.00', '13', '25.001', '30', '69100000', '69299999', '69900000', '69920999', NULL, 1652937508),
(78479, '3298', '70.00', '34', '0.3', '5', '69100000', '69299999', '69921000', '69999999', NULL, 1652937510),
(78480, '3220', '157.00', '15', '0.3', '5', '69100000', '69299999', '69921000', '69999999', NULL, 1652937511),
(78481, '3298', '106.00', '34', '5.001', '10', '69100000', '69299999', '69921000', '69999999', NULL, 1652937511),
(78482, '3220', '226.00', '15', '5.001', '10', '69100000', '69299999', '69921000', '69999999', NULL, 1652937512),
(78483, '3298', '172.00', '34', '10.001', '15', '69100000', '69299999', '69921000', '69999999', NULL, 1652937515),
(78484, '3220', '367.00', '15', '10.001', '15', '69100000', '69299999', '69921000', '69999999', NULL, 1652937516),
(78485, '3298', '239.00', '34', '15.001', '20', '69100000', '69299999', '69921000', '69999999', NULL, 1652937518),
(78486, '3220', '508.00', '15', '15.001', '20', '69100000', '69299999', '69921000', '69999999', NULL, 1652937520),
(78487, '3298', '305.00', '34', '20.001', '25', '69100000', '69299999', '69921000', '69999999', NULL, 1652937523),
(78488, '3220', '649.00', '15', '20.001', '25', '69100000', '69299999', '69921000', '69999999', NULL, 1652937525),
(78489, '3298', '371.00', '34', '25.001', '30', '69100000', '69299999', '69921000', '69999999', NULL, 1652937529),
(78490, '3220', '789.00', '15', '25.001', '30', '69100000', '69299999', '69921000', '69999999', NULL, 1652937530),
(78491, '3298', '90.00', '26', '0.3', '5', '69100000', '69299999', '71000000', '73699999', NULL, 1652937532),
(78492, '3220', '183.00', '6', '0.3', '5', '69100000', '69299999', '71000000', '73699999', NULL, 1652937533),
(78493, '3298', '133.00', '26', '5.001', '10', '69100000', '69299999', '71000000', '73699999', NULL, 1652937534),
(78494, '3220', '266.00', '6', '5.001', '10', '69100000', '69299999', '71000000', '73699999', NULL, 1652937535),
(78495, '3298', '215.00', '26', '10.001', '15', '69100000', '69299999', '71000000', '73699999', NULL, 1652937536),
(78496, '3220', '430.00', '6', '10.001', '15', '69100000', '69299999', '71000000', '73699999', NULL, 1652937540),
(78497, '3298', '298.00', '26', '15.001', '20', '69100000', '69299999', '71000000', '73699999', NULL, 1652937542),
(78498, '3220', '595.00', '6', '15.001', '20', '69100000', '69299999', '71000000', '73699999', NULL, 1652937543),
(78499, '3298', '380.00', '26', '20.001', '25', '69100000', '69299999', '71000000', '73699999', NULL, 1652937546),
(78500, '3220', '760.00', '6', '20.001', '25', '69100000', '69299999', '71000000', '73699999', NULL, 1652937550),
(78501, '3298', '463.00', '26', '25.001', '30', '69100000', '69299999', '71000000', '73699999', NULL, 1652937551),
(78502, '3220', '925.00', '6', '25.001', '30', '69100000', '69299999', '71000000', '73699999', NULL, 1652937553),
(78503, '3298', '90.00', '31', '0.3', '5', '69100000', '69299999', '72800000', '73999999', NULL, 1652937555),
(78504, '3220', '183.00', '12', '0.3', '5', '69100000', '69299999', '72800000', '73999999', NULL, 1652937557),
(78505, '3298', '133.00', '31', '5.001', '10', '69100000', '69299999', '72800000', '73999999', NULL, 1652937558),
(78506, '3220', '266.00', '12', '5.001', '10', '69100000', '69299999', '72800000', '73999999', NULL, 1652937559),
(78507, '3298', '215.00', '31', '10.001', '15', '69100000', '69299999', '72800000', '73999999', NULL, 1652937561),
(78508, '3220', '430.00', '12', '10.001', '15', '69100000', '69299999', '72800000', '73999999', NULL, 1652937564),
(78509, '3298', '298.00', '31', '15.001', '20', '69100000', '69299999', '72800000', '73999999', NULL, 1652937566),
(78510, '3220', '595.00', '12', '15.001', '20', '69100000', '69299999', '72800000', '73999999', NULL, 1652937567),
(78511, '3298', '380.00', '31', '20.001', '25', '69100000', '69299999', '72800000', '73999999', NULL, 1652937569),
(78512, '3220', '760.00', '12', '20.001', '25', '69100000', '69299999', '72800000', '73999999', NULL, 1652937571),
(78513, '3298', '463.00', '31', '25.001', '30', '69100000', '69299999', '72800000', '73999999', NULL, 1652937574),
(78514, '3220', '925.00', '12', '25.001', '30', '69100000', '69299999', '72800000', '73999999', NULL, 1652937575),
(78515, '3298', '90.00', '27', '0.3', '5', '69100000', '69299999', '74000000', '74894999', NULL, 1652937576),
(78516, '3220', '183.00', '6', '0.3', '5', '69100000', '69299999', '74000000', '74894999', NULL, 1652937578),
(78517, '3298', '133.00', '27', '5.001', '10', '69100000', '69299999', '74000000', '74894999', NULL, 1652937579),
(78518, '3220', '266.00', '6', '5.001', '10', '69100000', '69299999', '74000000', '74894999', NULL, 1652937580),
(78519, '3298', '215.00', '27', '10.001', '15', '69100000', '69299999', '74000000', '74894999', NULL, 1652937582),
(78520, '3220', '430.00', '6', '10.001', '15', '69100000', '69299999', '74000000', '74894999', NULL, 1652937584),
(78521, '3298', '298.00', '27', '15.001', '20', '69100000', '69299999', '74000000', '74894999', NULL, 1652937585),
(78522, '3220', '595.00', '6', '15.001', '20', '69100000', '69299999', '74000000', '74894999', NULL, 1652937587),
(78523, '3298', '380.00', '27', '20.001', '25', '69100000', '69299999', '74000000', '74894999', NULL, 1652937589),
(78524, '3220', '760.00', '6', '20.001', '25', '69100000', '69299999', '74000000', '74894999', NULL, 1652937591),
(78525, '3298', '463.00', '27', '25.001', '30', '69100000', '69299999', '74000000', '74894999', NULL, 1652937592),
(78526, '3220', '925.00', '6', '25.001', '30', '69100000', '69299999', '74000000', '74894999', NULL, 1652937594),
(78527, '3298', '90.00', '27', '0.3', '5', '69100000', '69299999', '74895000', '76799999', NULL, 1652937597),
(78528, '3220', '183.00', '6', '0.3', '5', '69100000', '69299999', '74895000', '76799999', NULL, 1652937599),
(78529, '3298', '133.00', '27', '5.001', '10', '69100000', '69299999', '74895000', '76799999', NULL, 1652937600),
(78530, '3220', '266.00', '6', '5.001', '10', '69100000', '69299999', '74895000', '76799999', NULL, 1652937601),
(78531, '3298', '215.00', '27', '10.001', '15', '69100000', '69299999', '74895000', '76799999', NULL, 1652937602),
(78532, '3220', '430.00', '6', '10.001', '15', '69100000', '69299999', '74895000', '76799999', NULL, 1652937604),
(78533, '3298', '298.00', '27', '15.001', '20', '69100000', '69299999', '74895000', '76799999', NULL, 1652937606),
(78534, '3220', '595.00', '6', '15.001', '20', '69100000', '69299999', '74895000', '76799999', NULL, 1652937608),
(78535, '3298', '380.00', '27', '20.001', '25', '69100000', '69299999', '74895000', '76799999', NULL, 1652937609),
(78536, '3220', '760.00', '6', '20.001', '25', '69100000', '69299999', '74895000', '76799999', NULL, 1652937610),
(78537, '3298', '463.00', '27', '25.001', '30', '69100000', '69299999', '74895000', '76799999', NULL, 1652937611),
(78538, '3220', '925.00', '6', '25.001', '30', '69100000', '69299999', '74895000', '76799999', NULL, 1652937614),
(78539, '3298', '90.00', '29', '0.3', '5', '69100000', '69299999', '77000000', '77270999', NULL, 1652937616),
(78540, '3220', '183.00', '9', '0.3', '5', '69100000', '69299999', '77000000', '77270999', NULL, 1652937618),
(78541, '3298', '133.00', '29', '5.001', '10', '69100000', '69299999', '77000000', '77270999', NULL, 1652937620),
(78542, '3220', '266.00', '9', '5.001', '10', '69100000', '69299999', '77000000', '77270999', NULL, 1652937622),
(78543, '3298', '215.00', '29', '10.001', '15', '69100000', '69299999', '77000000', '77270999', NULL, 1652937624),
(78544, '3220', '430.00', '9', '10.001', '15', '69100000', '69299999', '77000000', '77270999', NULL, 1652937626),
(78545, '3298', '298.00', '29', '15.001', '20', '69100000', '69299999', '77000000', '77270999', NULL, 1652937630),
(78546, '3220', '595.00', '9', '15.001', '20', '69100000', '69299999', '77000000', '77270999', NULL, 1652937631),
(78547, '3298', '380.00', '29', '20.001', '25', '69100000', '69299999', '77000000', '77270999', NULL, 1652937631),
(78548, '3220', '760.00', '9', '20.001', '25', '69100000', '69299999', '77000000', '77270999', NULL, 1652937633),
(78549, '3298', '463.00', '29', '25.001', '30', '69100000', '69299999', '77000000', '77270999', NULL, 1652937635),
(78550, '3220', '925.00', '9', '25.001', '30', '69100000', '69299999', '77000000', '77270999', NULL, 1652937636),
(78551, '3298', '90.00', '32', '0.3', '5', '69100000', '69299999', '77300000', '77995999', NULL, 1652937637),
(78552, '3220', '183.00', '13', '0.3', '5', '69100000', '69299999', '77300000', '77995999', NULL, 1652937639),
(78553, '3298', '133.00', '32', '5.001', '10', '69100000', '69299999', '77300000', '77995999', NULL, 1652937640),
(78554, '3220', '266.00', '13', '5.001', '10', '69100000', '69299999', '77300000', '77995999', NULL, 1652937640),
(78555, '3298', '215.00', '32', '10.001', '15', '69100000', '69299999', '77300000', '77995999', NULL, 1652937641),
(78556, '3220', '430.00', '13', '10.001', '15', '69100000', '69299999', '77300000', '77995999', NULL, 1652937643),
(78557, '3298', '298.00', '32', '15.001', '20', '69100000', '69299999', '77300000', '77995999', NULL, 1652937644),
(78558, '3220', '595.00', '13', '15.001', '20', '69100000', '69299999', '77300000', '77995999', NULL, 1652937648),
(78559, '3298', '380.00', '32', '20.001', '25', '69100000', '69299999', '77300000', '77995999', NULL, 1652937649),
(78560, '3220', '760.00', '13', '20.001', '25', '69100000', '69299999', '77300000', '77995999', NULL, 1652937650),
(78561, '3298', '463.00', '32', '25.001', '30', '69100000', '69299999', '77300000', '77995999', NULL, 1652937652),
(78562, '3220', '925.00', '13', '25.001', '30', '69100000', '69299999', '77300000', '77995999', NULL, 1652937653),
(78563, '3298', '90.00', '28', '0.3', '5', '69100000', '69299999', '78000000', '78109999', NULL, 1652937654),
(78564, '3220', '183.00', '7', '0.3', '5', '69100000', '69299999', '78000000', '78109999', NULL, 1652937655),
(78565, '3298', '133.00', '28', '5.001', '10', '69100000', '69299999', '78000000', '78109999', NULL, 1652937656),
(78566, '3220', '266.00', '7', '5.001', '10', '69100000', '69299999', '78000000', '78109999', NULL, 1652937657),
(78567, '3298', '215.00', '28', '10.001', '15', '69100000', '69299999', '78000000', '78109999', NULL, 1652937658),
(78568, '3220', '430.00', '7', '10.001', '15', '69100000', '69299999', '78000000', '78109999', NULL, 1652937659),
(78569, '3298', '298.00', '28', '15.001', '20', '69100000', '69299999', '78000000', '78109999', NULL, 1652937662),
(78570, '3220', '595.00', '7', '15.001', '20', '69100000', '69299999', '78000000', '78109999', NULL, 1652937662),
(78571, '3298', '380.00', '28', '20.001', '25', '69100000', '69299999', '78000000', '78109999', NULL, 1652937666),
(78572, '3220', '760.00', '7', '20.001', '25', '69100000', '69299999', '78000000', '78109999', NULL, 1652937667),
(78573, '3298', '463.00', '28', '25.001', '30', '69100000', '69299999', '78000000', '78109999', NULL, 1652937668),
(78574, '3220', '925.00', '7', '25.001', '30', '69100000', '69299999', '78000000', '78109999', NULL, 1652937669),
(78575, '3298', '90.00', '30', '0.3', '5', '69100000', '69299999', '78110000', '78899999', NULL, 1652937670),
(78576, '3220', '183.00', '9', '0.3', '5', '69100000', '69299999', '78110000', '78899999', NULL, 1652937671),
(78577, '3298', '133.00', '30', '5.001', '10', '69100000', '69299999', '78110000', '78899999', NULL, 1652937672),
(78578, '3220', '266.00', '9', '5.001', '10', '69100000', '69299999', '78110000', '78899999', NULL, 1652937673),
(78579, '3298', '215.00', '30', '10.001', '15', '69100000', '69299999', '78110000', '78899999', NULL, 1652937676),
(78580, '3220', '430.00', '9', '10.001', '15', '69100000', '69299999', '78110000', '78899999', NULL, 1652937677),
(78581, '3298', '298.00', '30', '15.001', '20', '69100000', '69299999', '78110000', '78899999', NULL, 1652937681),
(78582, '3220', '595.00', '9', '15.001', '20', '69100000', '69299999', '78110000', '78899999', NULL, 1652937681),
(78583, '3298', '380.00', '30', '20.001', '25', '69100000', '69299999', '78110000', '78899999', NULL, 1652937682),
(78584, '3220', '760.00', '9', '20.001', '25', '69100000', '69299999', '78110000', '78899999', NULL, 1652937683),
(78585, '3298', '463.00', '30', '25.001', '30', '69100000', '69299999', '78110000', '78899999', NULL, 1652937684),
(78586, '3220', '925.00', '9', '25.001', '30', '69100000', '69299999', '78110000', '78899999', NULL, 1652937687),
(78587, '3298', '50.00', '32', '0.3', '5', '69100000', '69299999', '78900000', '78930999', NULL, 1652937688),
(78588, '3220', '124.00', '14', '0.3', '5', '69100000', '69299999', '78900000', '78930999', NULL, 1652937689),
(78589, '3298', '83.00', '32', '5.001', '10', '69100000', '69299999', '78900000', '78930999', NULL, 1652937690),
(78590, '3220', '175.00', '14', '5.001', '10', '69100000', '69299999', '78900000', '78930999', NULL, 1652937690),
(78591, '3298', '135.00', '32', '10.001', '15', '69100000', '69299999', '78900000', '78930999', NULL, 1652937692),
(78592, '3220', '283.00', '14', '10.001', '15', '69100000', '69299999', '78900000', '78930999', NULL, 1652937693),
(78593, '3298', '186.00', '32', '15.001', '20', '69100000', '69299999', '78900000', '78930999', NULL, 1652937694),
(78594, '3220', '392.00', '14', '15.001', '20', '69100000', '69299999', '78900000', '78930999', NULL, 1652937696),
(78595, '3298', '238.00', '32', '20.001', '25', '69100000', '69299999', '78900000', '78930999', NULL, 1652937697),
(78596, '3220', '500.00', '14', '20.001', '25', '69100000', '69299999', '78900000', '78930999', NULL, 1652937701),
(78597, '3298', '290.00', '32', '25.001', '30', '69100000', '69299999', '78900000', '78930999', NULL, 1652937704),
(78598, '3220', '609.00', '14', '25.001', '30', '69100000', '69299999', '78900000', '78930999', NULL, 1652937704),
(78599, '3298', '90.00', '30', '0.3', '5', '69100000', '69299999', '78931000', '78999999', NULL, 1652937705),
(78600, '3220', '183.00', '9', '0.3', '5', '69100000', '69299999', '78931000', '78999999', NULL, 1652937706),
(78601, '3298', '133.00', '30', '5.001', '10', '69100000', '69299999', '78931000', '78999999', NULL, 1652937709),
(78602, '3220', '266.00', '9', '5.001', '10', '69100000', '69299999', '78931000', '78999999', NULL, 1652937710),
(78603, '3298', '215.00', '30', '10.001', '15', '69100000', '69299999', '78931000', '78999999', NULL, 1652937710),
(78604, '3220', '430.00', '9', '10.001', '15', '69100000', '69299999', '78931000', '78999999', NULL, 1652937711),
(78605, '3298', '298.00', '30', '15.001', '20', '69100000', '69299999', '78931000', '78999999', NULL, 1652937711),
(78606, '3220', '595.00', '9', '15.001', '20', '69100000', '69299999', '78931000', '78999999', NULL, 1652937712),
(78607, '3298', '380.00', '30', '20.001', '25', '69100000', '69299999', '78931000', '78999999', NULL, 1652937714),
(78608, '3220', '760.00', '9', '20.001', '25', '69100000', '69299999', '78931000', '78999999', NULL, 1652937719),
(78609, '3298', '463.00', '30', '25.001', '30', '69100000', '69299999', '78931000', '78999999', NULL, 1652937723),
(78610, '3220', '925.00', '9', '25.001', '30', '69100000', '69299999', '78931000', '78999999', NULL, 1652937725),
(78611, '3298', '90.00', '28', '0.3', '5', '69100000', '69299999', '79000000', '79129999', NULL, 1652937726),
(78612, '3220', '183.00', '7', '0.3', '5', '69100000', '69299999', '79000000', '79129999', NULL, 1652937727),
(78613, '3298', '133.00', '28', '5.001', '10', '69100000', '69299999', '79000000', '79129999', NULL, 1652937729),
(78614, '3220', '266.00', '7', '5.001', '10', '69100000', '69299999', '79000000', '79129999', NULL, 1652937730),
(78615, '3298', '215.00', '28', '10.001', '15', '69100000', '69299999', '79000000', '79129999', NULL, 1652937730),
(78616, '3220', '430.00', '7', '10.001', '15', '69100000', '69299999', '79000000', '79129999', NULL, 1652937731),
(78617, '3298', '298.00', '28', '15.001', '20', '69100000', '69299999', '79000000', '79129999', NULL, 1652937732),
(78618, '3220', '595.00', '7', '15.001', '20', '69100000', '69299999', '79000000', '79129999', NULL, 1652937733),
(78619, '3298', '380.00', '28', '20.001', '25', '69100000', '69299999', '79000000', '79129999', NULL, 1652937738),
(78620, '3220', '760.00', '7', '20.001', '25', '69100000', '69299999', '79000000', '79129999', NULL, 1652937739),
(78621, '3298', '463.00', '28', '25.001', '30', '69100000', '69299999', '79000000', '79129999', NULL, 1652937740),
(78622, '3220', '925.00', '7', '25.001', '30', '69100000', '69299999', '79000000', '79129999', NULL, 1652937741),
(78623, '3298', '90.00', '31', '0.3', '5', '69100000', '69299999', '79130000', '79999999', NULL, 1652937742),
(78624, '3220', '183.00', '10', '0.3', '5', '69100000', '69299999', '79130000', '79999999', NULL, 1652937742),
(78625, '3298', '133.00', '31', '5.001', '10', '69100000', '69299999', '79130000', '79999999', NULL, 1652937743),
(78626, '3220', '266.00', '10', '5.001', '10', '69100000', '69299999', '79130000', '79999999', NULL, 1652937748),
(78627, '3298', '215.00', '31', '10.001', '15', '69100000', '69299999', '79130000', '79999999', NULL, 1652937749),
(78628, '3220', '430.00', '10', '10.001', '15', '69100000', '69299999', '79130000', '79999999', NULL, 1652937750),
(78629, '3298', '298.00', '31', '15.001', '20', '69100000', '69299999', '79130000', '79999999', NULL, 1652937751),
(78630, '3220', '595.00', '10', '15.001', '20', '69100000', '69299999', '79130000', '79999999', NULL, 1652937756),
(78631, '3298', '380.00', '31', '20.001', '25', '69100000', '69299999', '79130000', '79999999', NULL, 1652937758),
(78632, '3220', '760.00', '10', '20.001', '25', '69100000', '69299999', '79130000', '79999999', NULL, 1652937758),
(78633, '3298', '463.00', '31', '25.001', '30', '69100000', '69299999', '79130000', '79999999', NULL, 1652937761),
(78634, '3220', '925.00', '10', '25.001', '30', '69100000', '69299999', '79130000', '79999999', NULL, 1652937763),
(78635, '3298', '90.00', '28', '0.3', '5', '69100000', '69299999', '80000000', '82999999', NULL, 1652937766),
(78636, '3220', '183.00', '6', '0.3', '5', '69100000', '69299999', '80000000', '82999999', NULL, 1652937769),
(78637, '3298', '133.00', '28', '5.001', '10', '69100000', '69299999', '80000000', '82999999', NULL, 1652937770),
(78638, '3220', '266.00', '6', '5.001', '10', '69100000', '69299999', '80000000', '82999999', NULL, 1652937771),
(78639, '3298', '215.00', '28', '10.001', '15', '69100000', '69299999', '80000000', '82999999', NULL, 1652937775),
(78640, '3220', '430.00', '6', '10.001', '15', '69100000', '69299999', '80000000', '82999999', NULL, 1652937778),
(78641, '3298', '298.00', '28', '15.001', '20', '69100000', '69299999', '80000000', '82999999', NULL, 1652937782),
(78642, '3220', '595.00', '6', '15.001', '20', '69100000', '69299999', '80000000', '82999999', NULL, 1652937783),
(78643, '3298', '380.00', '28', '20.001', '25', '69100000', '69299999', '80000000', '82999999', NULL, 1652937786),
(78644, '3220', '760.00', '6', '20.001', '25', '69100000', '69299999', '80000000', '82999999', NULL, 1652937787),
(78645, '3298', '463.00', '28', '25.001', '30', '69100000', '69299999', '80000000', '82999999', NULL, 1652937789),
(78646, '3220', '925.00', '6', '25.001', '30', '69100000', '69299999', '80000000', '82999999', NULL, 1652937792),
(78647, '3298', '90.00', '28', '0.3', '5', '69100000', '69299999', '80000000', '83800999', NULL, 1652937793),
(78648, '3220', '183.00', '6', '0.3', '5', '69100000', '69299999', '80000000', '83800999', NULL, 1652937794),
(78649, '3298', '133.00', '28', '5.001', '10', '69100000', '69299999', '80000000', '83800999', NULL, 1652937796),
(78650, '3220', '266.00', '6', '5.001', '10', '69100000', '69299999', '80000000', '83800999', NULL, 1652937797),
(78651, '3298', '215.00', '28', '10.001', '15', '69100000', '69299999', '80000000', '83800999', NULL, 1652937798),
(78652, '3220', '430.00', '6', '10.001', '15', '69100000', '69299999', '80000000', '83800999', NULL, 1652937799),
(78653, '3298', '298.00', '28', '15.001', '20', '69100000', '69299999', '80000000', '83800999', NULL, 1652937802),
(78654, '3220', '595.00', '6', '15.001', '20', '69100000', '69299999', '80000000', '83800999', NULL, 1652937803),
(78655, '3298', '380.00', '28', '20.001', '25', '69100000', '69299999', '80000000', '83800999', NULL, 1652937803),
(78656, '3220', '760.00', '6', '20.001', '25', '69100000', '69299999', '80000000', '83800999', NULL, 1652937805),
(78657, '3298', '463.00', '28', '25.001', '30', '69100000', '69299999', '80000000', '83800999', NULL, 1652937805),
(78658, '3220', '925.00', '6', '25.001', '30', '69100000', '69299999', '80000000', '83800999', NULL, 1652937807),
(78659, '3298', '90.00', '30', '0.3', '5', '69100000', '69299999', '83801000', '87999999', NULL, 1652937808),
(78660, '3220', '183.00', '8', '0.3', '5', '69100000', '69299999', '83801000', '87999999', NULL, 1652937810),
(78661, '3298', '133.00', '30', '5.001', '10', '69100000', '69299999', '83801000', '87999999', NULL, 1652937812),
(78662, '3220', '266.00', '8', '5.001', '10', '69100000', '69299999', '83801000', '87999999', NULL, 1652937815),
(78663, '3298', '215.00', '30', '10.001', '15', '69100000', '69299999', '83801000', '87999999', NULL, 1652937816),
(78664, '3220', '430.00', '8', '10.001', '15', '69100000', '69299999', '83801000', '87999999', NULL, 1652937818),
(78665, '3298', '298.00', '30', '15.001', '20', '69100000', '69299999', '83801000', '87999999', NULL, 1652937820),
(78666, '3220', '595.00', '8', '15.001', '20', '69100000', '69299999', '83801000', '87999999', NULL, 1652937822),
(78667, '3298', '380.00', '30', '20.001', '25', '69100000', '69299999', '83801000', '87999999', NULL, 1652937823),
(78668, '3220', '760.00', '8', '20.001', '25', '69100000', '69299999', '83801000', '87999999', NULL, 1652937825),
(78669, '3298', '463.00', '30', '25.001', '30', '69100000', '69299999', '83801000', '87999999', NULL, 1652937826),
(78670, '3220', '925.00', '8', '25.001', '30', '69100000', '69299999', '83801000', '87999999', NULL, 1652937830),
(78671, '3298', '90.00', '28', '0.3', '5', '69100000', '69299999', '88000000', '82999999', NULL, 1652937831),
(78672, '3220', '183.00', '6', '0.3', '5', '69100000', '69299999', '88000000', '82999999', NULL, 1652937832),
(78673, '3298', '133.00', '28', '5.001', '10', '69100000', '69299999', '88000000', '82999999', NULL, 1652937833),
(78674, '3220', '266.00', '6', '5.001', '10', '69100000', '69299999', '88000000', '82999999', NULL, 1652937837),
(78675, '3298', '215.00', '28', '10.001', '15', '69100000', '69299999', '88000000', '82999999', NULL, 1652937838),
(78676, '3220', '430.00', '6', '10.001', '15', '69100000', '69299999', '88000000', '82999999', NULL, 1652937839),
(78677, '3298', '298.00', '28', '15.001', '20', '69100000', '69299999', '88000000', '82999999', NULL, 1652937839),
(78678, '3220', '595.00', '6', '15.001', '20', '69100000', '69299999', '88000000', '82999999', NULL, 1652937840),
(78679, '3298', '380.00', '28', '20.001', '25', '69100000', '69299999', '88000000', '82999999', NULL, 1652937846),
(78680, '3220', '760.00', '6', '20.001', '25', '69100000', '69299999', '88000000', '82999999', NULL, 1652937852),
(78681, '3298', '463.00', '28', '25.001', '30', '69100000', '69299999', '88000000', '82999999', NULL, 1652937853),
(78682, '3220', '925.00', '6', '25.001', '30', '69100000', '69299999', '88000000', '82999999', NULL, 1652937854),
(78683, '3298', '90.00', '28', '0.3', '5', '69100000', '69299999', '88000000', '88469999', NULL, 1652937855),
(78684, '3220', '183.00', '6', '0.3', '5', '69100000', '69299999', '88000000', '88469999', NULL, 1652937856),
(78685, '3298', '133.00', '28', '5.001', '10', '69100000', '69299999', '88000000', '88469999', NULL, 1652937856),
(78686, '3220', '266.00', '6', '5.001', '10', '69100000', '69299999', '88000000', '88469999', NULL, 1652937862),
(78687, '3298', '215.00', '28', '10.001', '15', '69100000', '69299999', '88000000', '88469999', NULL, 1652937863),
(78688, '3220', '430.00', '6', '10.001', '15', '69100000', '69299999', '88000000', '88469999', NULL, 1652937863),
(78689, '3298', '298.00', '28', '15.001', '20', '69100000', '69299999', '88000000', '88469999', NULL, 1652937864),
(78690, '3220', '595.00', '6', '15.001', '20', '69100000', '69299999', '88000000', '88469999', NULL, 1652937865),
(78691, '3298', '380.00', '28', '20.001', '25', '69100000', '69299999', '88000000', '88469999', NULL, 1652937866),
(78692, '3220', '760.00', '6', '20.001', '25', '69100000', '69299999', '88000000', '88469999', NULL, 1652937867),
(78693, '3298', '463.00', '28', '25.001', '30', '69100000', '69299999', '88000000', '88469999', NULL, 1652937869),
(78694, '3220', '925.00', '6', '25.001', '30', '69100000', '69299999', '88000000', '88469999', NULL, 1652937871),
(78695, '3298', '90.00', '29', '0.3', '5', '69100000', '69299999', '88470000', '89999999', NULL, 1652937872),
(78696, '3220', '183.00', '8', '0.3', '5', '69100000', '69299999', '88470000', '89999999', NULL, 1652937877),
(78697, '3298', '133.00', '29', '5.001', '10', '69100000', '69299999', '88470000', '89999999', NULL, 1652937878),
(78698, '3220', '266.00', '8', '5.001', '10', '69100000', '69299999', '88470000', '89999999', NULL, 1652937879),
(78699, '3298', '215.00', '29', '10.001', '15', '69100000', '69299999', '88470000', '89999999', NULL, 1652937880),
(78700, '3220', '430.00', '8', '10.001', '15', '69100000', '69299999', '88470000', '89999999', NULL, 1652937882),
(78701, '3298', '298.00', '29', '15.001', '20', '69100000', '69299999', '88470000', '89999999', NULL, 1652937883),
(78702, '3220', '595.00', '8', '15.001', '20', '69100000', '69299999', '88470000', '89999999', NULL, 1652937884),
(78703, '3298', '380.00', '29', '20.001', '25', '69100000', '69299999', '88470000', '89999999', NULL, 1652937885),
(78704, '3220', '760.00', '8', '20.001', '25', '69100000', '69299999', '88470000', '89999999', NULL, 1652937886),
(78705, '3298', '463.00', '29', '25.001', '30', '69100000', '69299999', '88470000', '89999999', NULL, 1652937887),
(78706, '3220', '925.00', '8', '25.001', '30', '69100000', '69299999', '88470000', '89999999', NULL, 1652937888),
(78707, '3298', '90.00', '28', '0.3', '5', '69100000', '69299999', '90000000', '91999999', NULL, 1652937889),
(78708, '3220', '183.00', '6', '0.3', '5', '69100000', '69299999', '90000000', '91999999', NULL, 1652937890),
(78709, '3298', '133.00', '28', '5.001', '10', '69100000', '69299999', '90000000', '91999999', NULL, 1652937891),
(78710, '3220', '266.00', '6', '5.001', '10', '69100000', '69299999', '90000000', '91999999', NULL, 1652937892),
(78711, '3298', '215.00', '28', '10.001', '15', '69100000', '69299999', '90000000', '91999999', NULL, 1652937893),
(78712, '3220', '430.00', '6', '10.001', '15', '69100000', '69299999', '90000000', '91999999', NULL, 1652937894),
(78713, '3298', '298.00', '28', '15.001', '20', '69100000', '69299999', '90000000', '91999999', NULL, 1652937895),
(78714, '3220', '595.00', '6', '15.001', '20', '69100000', '69299999', '90000000', '91999999', NULL, 1652937898),
(78715, '3298', '380.00', '28', '20.001', '25', '69100000', '69299999', '90000000', '91999999', NULL, 1652937899),
(78716, '3220', '760.00', '6', '20.001', '25', '69100000', '69299999', '90000000', '91999999', NULL, 1652937901),
(78717, '3298', '463.00', '28', '25.001', '30', '69100000', '69299999', '90000000', '91999999', NULL, 1652937904),
(78718, '3220', '925.00', '6', '25.001', '30', '69100000', '69299999', '90000000', '91999999', NULL, 1652937905),
(78719, '3298', '90.00', '30', '0.3', '5', '69100000', '69299999', '90000000', '94900999', NULL, 1652937906),
(78720, '3220', '183.00', '9', '0.3', '5', '69100000', '69299999', '90000000', '94900999', NULL, 1652937906),
(78721, '3298', '133.00', '30', '5.001', '10', '69100000', '69299999', '90000000', '94900999', NULL, 1652937908),
(78722, '3220', '266.00', '9', '5.001', '10', '69100000', '69299999', '90000000', '94900999', NULL, 1652937908),
(78723, '3298', '215.00', '30', '10.001', '15', '69100000', '69299999', '90000000', '94900999', NULL, 1652937909),
(78724, '3220', '430.00', '9', '10.001', '15', '69100000', '69299999', '90000000', '94900999', NULL, 1652937910),
(78725, '3298', '298.00', '30', '15.001', '20', '69100000', '69299999', '90000000', '94900999', NULL, 1652937914),
(78726, '3220', '595.00', '9', '15.001', '20', '69100000', '69299999', '90000000', '94900999', NULL, 1652937915),
(78727, '3298', '380.00', '30', '20.001', '25', '69100000', '69299999', '90000000', '94900999', NULL, 1652937915),
(78728, '3220', '760.00', '9', '20.001', '25', '69100000', '69299999', '90000000', '94900999', NULL, 1652937917),
(78729, '3298', '463.00', '30', '25.001', '30', '69100000', '69299999', '90000000', '94900999', NULL, 1652937918),
(78730, '3220', '925.00', '9', '25.001', '30', '69100000', '69299999', '90000000', '94900999', NULL, 1652937922),
(78731, '3298', '90.00', '32', '0.3', '5', '69100000', '69299999', '94901000', '99999999', NULL, 1652937923),
(78732, '3220', '183.00', '10', '0.3', '5', '69100000', '69299999', '94901000', '99999999', NULL, 1652937924),
(78733, '3298', '133.00', '32', '5.001', '10', '69100000', '69299999', '94901000', '99999999', NULL, 1652937926),
(78734, '3220', '266.00', '10', '5.001', '10', '69100000', '69299999', '94901000', '99999999', NULL, 1652937927),
(78735, '3298', '215.00', '32', '10.001', '15', '69100000', '69299999', '94901000', '99999999', NULL, 1652937927),
(78736, '3220', '430.00', '10', '10.001', '15', '69100000', '69299999', '94901000', '99999999', NULL, 1652937928),
(78737, '3298', '298.00', '32', '15.001', '20', '69100000', '69299999', '94901000', '99999999', NULL, 1652937930),
(78738, '3220', '595.00', '10', '15.001', '20', '69100000', '69299999', '94901000', '99999999', NULL, 1652937930),
(78739, '3298', '380.00', '32', '20.001', '25', '69100000', '69299999', '94901000', '99999999', NULL, 1652937931),
(78740, '3220', '760.00', '10', '20.001', '25', '69100000', '69299999', '94901000', '99999999', NULL, 1652937932),
(78741, '3298', '463.00', '32', '25.001', '30', '69100000', '69299999', '94901000', '99999999', NULL, 1652937934),
(78742, '3220', '925.00', '10', '25.001', '30', '69100000', '69299999', '94901000', '99999999', NULL, 1652937934),
(78743, '3298', '45.00', '22', '0.3', '5', '69300000', '69339999', '01000000', '08499999', NULL, 1652937936),
(78744, '3220', '137.00', '3', '0.3', '5', '69300000', '69339999', '01000000', '08499999', NULL, 1652937937),
(78745, '3298', '71.00', '22', '5.001', '10', '69300000', '69339999', '01000000', '08499999', NULL, 1652937938),
(78746, '3220', '214.00', '3', '5.001', '10', '69300000', '69339999', '01000000', '08499999', NULL, 1652937938),
(78747, '3298', '116.00', '22', '10.001', '15', '69300000', '69339999', '01000000', '08499999', NULL, 1652937939),
(78748, '3220', '346.00', '3', '10.001', '15', '69300000', '69339999', '01000000', '08499999', NULL, 1652937940),
(78749, '3298', '160.00', '22', '15.001', '20', '69300000', '69339999', '01000000', '08499999', NULL, 1652937942),
(78750, '3220', '479.00', '3', '15.001', '20', '69300000', '69339999', '01000000', '08499999', NULL, 1652937943),
(78751, '3298', '205.00', '22', '20.001', '25', '69300000', '69339999', '01000000', '08499999', NULL, 1652937944),
(78752, '3220', '612.00', '3', '20.001', '25', '69300000', '69339999', '01000000', '08499999', NULL, 1652937945),
(78753, '3298', '249.00', '22', '25.001', '30', '69300000', '69339999', '01000000', '08499999', NULL, 1652937946),
(78754, '3220', '744.00', '3', '25.001', '30', '69300000', '69339999', '01000000', '08499999', NULL, 1652937947),
(78755, '3298', '45.00', '22', '0.3', '5', '69300000', '69339999', '06000000', '09999999', NULL, 1652937948),
(78756, '3220', '137.00', '3', '0.3', '5', '69300000', '69339999', '06000000', '09999999', NULL, 1652937949),
(78757, '3298', '71.00', '22', '5.001', '10', '69300000', '69339999', '06000000', '09999999', NULL, 1652937950),
(78758, '3220', '214.00', '3', '5.001', '10', '69300000', '69339999', '06000000', '09999999', NULL, 1652937951),
(78759, '3298', '116.00', '22', '10.001', '15', '69300000', '69339999', '06000000', '09999999', NULL, 1652937952),
(78760, '3220', '346.00', '3', '10.001', '15', '69300000', '69339999', '06000000', '09999999', NULL, 1652937954),
(78761, '3298', '160.00', '22', '15.001', '20', '69300000', '69339999', '06000000', '09999999', NULL, 1652937955),
(78762, '3220', '479.00', '3', '15.001', '20', '69300000', '69339999', '06000000', '09999999', NULL, 1652937956),
(78763, '3298', '205.00', '22', '20.001', '25', '69300000', '69339999', '06000000', '09999999', NULL, 1652937957),
(78764, '3220', '612.00', '3', '20.001', '25', '69300000', '69339999', '06000000', '09999999', NULL, 1652937959),
(78765, '3298', '249.00', '22', '25.001', '30', '69300000', '69339999', '06000000', '09999999', NULL, 1652937961),
(78766, '3220', '744.00', '3', '25.001', '30', '69300000', '69339999', '06000000', '09999999', NULL, 1652937963),
(78767, '3298', '45.00', '22', '0.3', '5', '69300000', '69339999', '11000000', '11999999', NULL, 1652937964),
(78768, '3220', '137.00', '3', '0.3', '5', '69300000', '69339999', '11000000', '11999999', NULL, 1652937966),
(78769, '3298', '71.00', '22', '5.001', '10', '69300000', '69339999', '11000000', '11999999', NULL, 1652937968),
(78770, '3220', '214.00', '3', '5.001', '10', '69300000', '69339999', '11000000', '11999999', NULL, 1652937969),
(78771, '3298', '116.00', '22', '10.001', '15', '69300000', '69339999', '11000000', '11999999', NULL, 1652937971),
(78772, '3220', '346.00', '3', '10.001', '15', '69300000', '69339999', '11000000', '11999999', NULL, 1652937973),
(78773, '3298', '160.00', '22', '15.001', '20', '69300000', '69339999', '11000000', '11999999', NULL, 1652937975),
(78774, '3220', '479.00', '3', '15.001', '20', '69300000', '69339999', '11000000', '11999999', NULL, 1652937976),
(78775, '3298', '205.00', '22', '20.001', '25', '69300000', '69339999', '11000000', '11999999', NULL, 1652937978),
(78776, '3220', '612.00', '3', '20.001', '25', '69300000', '69339999', '11000000', '11999999', NULL, 1652937979),
(78777, '3298', '249.00', '22', '25.001', '30', '69300000', '69339999', '11000000', '11999999', NULL, 1652937980),
(78778, '3220', '744.00', '3', '25.001', '30', '69300000', '69339999', '11000000', '11999999', NULL, 1652937980),
(78779, '3298', '45.00', '22', '0.3', '5', '69300000', '69339999', '12000000', '19999999', NULL, 1652937981),
(78780, '3220', '137.00', '3', '0.3', '5', '69300000', '69339999', '12000000', '19999999', NULL, 1652937983),
(78781, '3298', '71.00', '22', '5.001', '10', '69300000', '69339999', '12000000', '19999999', NULL, 1652937985),
(78782, '3220', '214.00', '3', '5.001', '10', '69300000', '69339999', '12000000', '19999999', NULL, 1652937988),
(78783, '3298', '116.00', '22', '10.001', '15', '69300000', '69339999', '12000000', '19999999', NULL, 1652937989),
(78784, '3220', '346.00', '3', '10.001', '15', '69300000', '69339999', '12000000', '19999999', NULL, 1652937990),
(78785, '3298', '160.00', '22', '15.001', '20', '69300000', '69339999', '12000000', '19999999', NULL, 1652937992),
(78786, '3220', '479.00', '3', '15.001', '20', '69300000', '69339999', '12000000', '19999999', NULL, 1652937993),
(78787, '3298', '205.00', '22', '20.001', '25', '69300000', '69339999', '12000000', '19999999', NULL, 1652937995),
(78788, '3220', '612.00', '3', '20.001', '25', '69300000', '69339999', '12000000', '19999999', NULL, 1652937997),
(78789, '3298', '249.00', '22', '25.001', '30', '69300000', '69339999', '12000000', '19999999', NULL, 1652937998),
(78790, '3220', '744.00', '3', '25.001', '30', '69300000', '69339999', '12000000', '19999999', NULL, 1652938001),
(78791, '3298', '90.00', '24', '0.3', '5', '69300000', '69339999', '26601000', '28999999', NULL, 1652938044),
(78792, '3220', '183.00', '6', '0.3', '5', '69300000', '69339999', '26601000', '28999999', NULL, 1652938045),
(78793, '3298', '133.00', '24', '5.001', '10', '69300000', '69339999', '26601000', '28999999', NULL, 1652938046),
(78794, '3220', '266.00', '6', '5.001', '10', '69300000', '69339999', '26601000', '28999999', NULL, 1652938049),
(78795, '3298', '215.00', '24', '10.001', '15', '69300000', '69339999', '26601000', '28999999', NULL, 1652938053),
(78796, '3220', '430.00', '6', '10.001', '15', '69300000', '69339999', '26601000', '28999999', NULL, 1652938054),
(78797, '3298', '298.00', '24', '15.001', '20', '69300000', '69339999', '26601000', '28999999', NULL, 1652938055),
(78798, '3220', '595.00', '6', '15.001', '20', '69300000', '69339999', '26601000', '28999999', NULL, 1652938056),
(78799, '3298', '380.00', '24', '20.001', '25', '69300000', '69339999', '26601000', '28999999', NULL, 1652938057),
(78800, '3220', '760.00', '6', '20.001', '25', '69300000', '69339999', '26601000', '28999999', NULL, 1652938059),
(78801, '3298', '463.00', '24', '25.001', '30', '69300000', '69339999', '26601000', '28999999', NULL, 1652938064),
(78802, '3220', '925.00', '6', '25.001', '30', '69300000', '69339999', '26601000', '28999999', NULL, 1652938070),
(78803, '3298', '45.00', '22', '0.3', '5', '69300000', '69339999', '29000000', '29099999', NULL, 1652938071),
(78804, '3220', '137.00', '3', '0.3', '5', '69300000', '69339999', '29000000', '29099999', NULL, 1652938072),
(78805, '3298', '71.00', '22', '5.001', '10', '69300000', '69339999', '29000000', '29099999', NULL, 1652938074),
(78806, '3220', '214.00', '3', '5.001', '10', '69300000', '69339999', '29000000', '29099999', NULL, 1652938076),
(78807, '3298', '116.00', '22', '10.001', '15', '69300000', '69339999', '29000000', '29099999', NULL, 1652938079),
(78808, '3220', '346.00', '3', '10.001', '15', '69300000', '69339999', '29000000', '29099999', NULL, 1652938082),
(78809, '3298', '160.00', '22', '15.001', '20', '69300000', '69339999', '29000000', '29099999', NULL, 1652938083),
(78810, '3220', '479.00', '3', '15.001', '20', '69300000', '69339999', '29000000', '29099999', NULL, 1652938084),
(78811, '3298', '205.00', '22', '20.001', '25', '69300000', '69339999', '29000000', '29099999', NULL, 1652938085),
(78812, '3220', '612.00', '3', '20.001', '25', '69300000', '69339999', '29000000', '29099999', NULL, 1652938086),
(78813, '3298', '249.00', '22', '25.001', '30', '69300000', '69339999', '29000000', '29099999', NULL, 1652938088),
(78814, '3220', '744.00', '3', '25.001', '30', '69300000', '69339999', '29000000', '29099999', NULL, 1652938089),
(78815, '3298', '90.00', '25', '0.3', '5', '69300000', '69339999', '29100000', '29999999', NULL, 1652938093),
(78816, '3220', '183.00', '6', '0.3', '5', '69300000', '69339999', '29100000', '29999999', NULL, 1652938096),
(78817, '3298', '133.00', '25', '5.001', '10', '69300000', '69339999', '29100000', '29999999', NULL, 1652938096),
(78818, '3220', '266.00', '6', '5.001', '10', '69300000', '69339999', '29100000', '29999999', NULL, 1652938097),
(78819, '3298', '215.00', '25', '10.001', '15', '69300000', '69339999', '29100000', '29999999', NULL, 1652938098),
(78820, '3220', '430.00', '6', '10.001', '15', '69300000', '69339999', '29100000', '29999999', NULL, 1652938100),
(78821, '3298', '298.00', '25', '15.001', '20', '69300000', '69339999', '29100000', '29999999', NULL, 1652938103),
(78822, '3220', '595.00', '6', '15.001', '20', '69300000', '69339999', '29100000', '29999999', NULL, 1652938104),
(78823, '3298', '380.00', '25', '20.001', '25', '69300000', '69339999', '29100000', '29999999', NULL, 1652938105),
(78824, '3220', '760.00', '6', '20.001', '25', '69300000', '69339999', '29100000', '29999999', NULL, 1652938106),
(78825, '3298', '463.00', '25', '25.001', '30', '69300000', '69339999', '29100000', '29999999', NULL, 1652938108),
(78826, '3220', '925.00', '6', '25.001', '30', '69300000', '69339999', '29100000', '29999999', NULL, 1652938109),
(78827, '3298', '45.00', '20', '0.3', '5', '69300000', '69339999', '30000000', '31999999', NULL, 1652938112),
(78828, '3220', '137.00', '3', '0.3', '5', '69300000', '69339999', '30000000', '31999999', NULL, 1652938112),
(78829, '3298', '71.00', '20', '5.001', '10', '69300000', '69339999', '30000000', '31999999', NULL, 1652938114),
(78830, '3220', '214.00', '3', '5.001', '10', '69300000', '69339999', '30000000', '31999999', NULL, 1652938115),
(78831, '3298', '116.00', '20', '10.001', '15', '69300000', '69339999', '30000000', '31999999', NULL, 1652938115),
(78832, '3220', '346.00', '3', '10.001', '15', '69300000', '69339999', '30000000', '31999999', NULL, 1652938116),
(78833, '3298', '160.00', '20', '15.001', '20', '69300000', '69339999', '30000000', '31999999', NULL, 1652938117),
(78834, '3220', '479.00', '3', '15.001', '20', '69300000', '69339999', '30000000', '31999999', NULL, 1652938118),
(78835, '3298', '205.00', '20', '20.001', '25', '69300000', '69339999', '30000000', '31999999', NULL, 1652938119),
(78836, '3220', '612.00', '3', '20.001', '25', '69300000', '69339999', '30000000', '31999999', NULL, 1652938123),
(78837, '3298', '249.00', '20', '25.001', '30', '69300000', '69339999', '30000000', '31999999', NULL, 1652938124),
(78838, '3220', '744.00', '3', '25.001', '30', '69300000', '69339999', '30000000', '31999999', NULL, 1652938125),
(78839, '3298', '45.00', '20', '0.3', '5', '69300000', '69339999', '30000000', '34999999', NULL, 1652938126),
(78840, '3220', '137.00', '3', '0.3', '5', '69300000', '69339999', '30000000', '34999999', NULL, 1652938127),
(78841, '3298', '71.00', '20', '5.001', '10', '69300000', '69339999', '30000000', '34999999', NULL, 1652938129),
(78842, '3220', '214.00', '3', '5.001', '10', '69300000', '69339999', '30000000', '34999999', NULL, 1652938130),
(78843, '3298', '116.00', '20', '10.001', '15', '69300000', '69339999', '30000000', '34999999', NULL, 1652938132),
(78844, '3220', '346.00', '3', '10.001', '15', '69300000', '69339999', '30000000', '34999999', NULL, 1652938136),
(78845, '3298', '160.00', '20', '15.001', '20', '69300000', '69339999', '30000000', '34999999', NULL, 1652938137),
(78846, '3220', '479.00', '3', '15.001', '20', '69300000', '69339999', '30000000', '34999999', NULL, 1652938139),
(78847, '3298', '205.00', '20', '20.001', '25', '69300000', '69339999', '30000000', '34999999', NULL, 1652938144),
(78848, '3220', '612.00', '3', '20.001', '25', '69300000', '69339999', '30000000', '34999999', NULL, 1652938148),
(78849, '3298', '249.00', '20', '25.001', '30', '69300000', '69339999', '30000000', '34999999', NULL, 1652938149),
(78850, '3220', '744.00', '3', '25.001', '30', '69300000', '69339999', '30000000', '34999999', NULL, 1652938149),
(78851, '3298', '90.00', '24', '0.3', '5', '69300000', '69339999', '35000000', '39999999', NULL, 1652938152),
(78852, '3220', '183.00', '6', '0.3', '5', '69300000', '69339999', '35000000', '39999999', NULL, 1652938155),
(78853, '3298', '133.00', '24', '5.001', '10', '69300000', '69339999', '35000000', '39999999', NULL, 1652938155),
(78854, '3220', '266.00', '6', '5.001', '10', '69300000', '69339999', '35000000', '39999999', NULL, 1652938156),
(78855, '3298', '215.00', '24', '10.001', '15', '69300000', '69339999', '35000000', '39999999', NULL, 1652938157),
(78856, '3220', '430.00', '6', '10.001', '15', '69300000', '69339999', '35000000', '39999999', NULL, 1652938158),
(78857, '3298', '298.00', '24', '15.001', '20', '69300000', '69339999', '35000000', '39999999', NULL, 1652938159),
(78858, '3220', '595.00', '6', '15.001', '20', '69300000', '69339999', '35000000', '39999999', NULL, 1652938159),
(78859, '3298', '380.00', '24', '20.001', '25', '69300000', '69339999', '35000000', '39999999', NULL, 1652938160),
(78860, '3220', '760.00', '6', '20.001', '25', '69300000', '69339999', '35000000', '39999999', NULL, 1652938161),
(78861, '3298', '463.00', '24', '25.001', '30', '69300000', '69339999', '35000000', '39999999', NULL, 1652938162),
(78862, '3220', '925.00', '6', '25.001', '30', '69300000', '69339999', '35000000', '39999999', NULL, 1652938164),
(78863, '3298', '45.00', '21', '0.3', '5', '69300000', '69339999', '40000000', '41999999', NULL, 1652938165),
(78864, '3220', '137.00', '3', '0.3', '5', '69300000', '69339999', '40000000', '41999999', NULL, 1652938166),
(78865, '3298', '71.00', '21', '5.001', '10', '69300000', '69339999', '40000000', '41999999', NULL, 1652938170),
(78866, '3220', '214.00', '3', '5.001', '10', '69300000', '69339999', '40000000', '41999999', NULL, 1652938173),
(78867, '3298', '116.00', '21', '10.001', '15', '69300000', '69339999', '40000000', '41999999', NULL, 1652938176),
(78868, '3220', '346.00', '3', '10.001', '15', '69300000', '69339999', '40000000', '41999999', NULL, 1652938177),
(78869, '3298', '160.00', '21', '15.001', '20', '69300000', '69339999', '40000000', '41999999', NULL, 1652938178);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(78870, '3220', '479.00', '3', '15.001', '20', '69300000', '69339999', '40000000', '41999999', NULL, 1652938181),
(78871, '3298', '205.00', '21', '20.001', '25', '69300000', '69339999', '40000000', '41999999', NULL, 1652938183),
(78872, '3220', '612.00', '3', '20.001', '25', '69300000', '69339999', '40000000', '41999999', NULL, 1652938185),
(78873, '3298', '249.00', '21', '25.001', '30', '69300000', '69339999', '40000000', '41999999', NULL, 1652938188),
(78874, '3220', '744.00', '3', '25.001', '30', '69300000', '69339999', '40000000', '41999999', NULL, 1652938189),
(78875, '3298', '45.00', '21', '0.3', '5', '69300000', '69339999', '40000000', '44470999', NULL, 1652938190),
(78876, '3220', '137.00', '3', '0.3', '5', '69300000', '69339999', '40000000', '44470999', NULL, 1652938191),
(78877, '3298', '71.00', '21', '5.001', '10', '69300000', '69339999', '40000000', '44470999', NULL, 1652938194),
(78878, '3220', '214.00', '3', '5.001', '10', '69300000', '69339999', '40000000', '44470999', NULL, 1652938194),
(78879, '3298', '116.00', '21', '10.001', '15', '69300000', '69339999', '40000000', '44470999', NULL, 1652938198),
(78880, '3220', '346.00', '3', '10.001', '15', '69300000', '69339999', '40000000', '44470999', NULL, 1652938200),
(78881, '3298', '160.00', '21', '15.001', '20', '69300000', '69339999', '40000000', '44470999', NULL, 1652938200),
(78882, '3220', '479.00', '3', '15.001', '20', '69300000', '69339999', '40000000', '44470999', NULL, 1652938201),
(78883, '3298', '205.00', '21', '20.001', '25', '69300000', '69339999', '40000000', '44470999', NULL, 1652938202),
(78884, '3220', '612.00', '3', '20.001', '25', '69300000', '69339999', '40000000', '44470999', NULL, 1652938205),
(78885, '3298', '249.00', '21', '25.001', '30', '69300000', '69339999', '40000000', '44470999', NULL, 1652938207),
(78886, '3220', '744.00', '3', '25.001', '30', '69300000', '69339999', '40000000', '44470999', NULL, 1652938210),
(78887, '3298', '78.00', '21', '0.3', '5', '69300000', '69339999', '44471000', '48999999', NULL, 1652938212),
(78888, '3220', '154.00', '3', '0.3', '5', '69300000', '69339999', '44471000', '48999999', NULL, 1652938214),
(78889, '3298', '114.00', '21', '5.001', '10', '69300000', '69339999', '44471000', '48999999', NULL, 1652938215),
(78890, '3220', '223.00', '3', '5.001', '10', '69300000', '69339999', '44471000', '48999999', NULL, 1652938217),
(78891, '3298', '185.00', '21', '10.001', '15', '69300000', '69339999', '44471000', '48999999', NULL, 1652938219),
(78892, '3220', '361.00', '3', '10.001', '15', '69300000', '69339999', '44471000', '48999999', NULL, 1652938222),
(78893, '3298', '256.00', '21', '15.001', '20', '69300000', '69339999', '44471000', '48999999', NULL, 1652938224),
(78894, '3220', '500.00', '3', '15.001', '20', '69300000', '69339999', '44471000', '48999999', NULL, 1652938226),
(78895, '3298', '327.00', '21', '20.001', '25', '69300000', '69339999', '44471000', '48999999', NULL, 1652938226),
(78896, '3220', '638.00', '3', '20.001', '25', '69300000', '69339999', '44471000', '48999999', NULL, 1652938228),
(78897, '3298', '398.00', '21', '25.001', '30', '69300000', '69339999', '44471000', '48999999', NULL, 1652938229),
(78898, '3220', '777.00', '3', '25.001', '30', '69300000', '69339999', '44471000', '48999999', NULL, 1652938232),
(78899, '3298', '45.00', '23', '0.3', '5', '69300000', '69339999', '49000000', '49099999', NULL, 1652938234),
(78900, '3220', '137.00', '3', '0.3', '5', '69300000', '69339999', '49000000', '49099999', NULL, 1652938235),
(78901, '3298', '71.00', '23', '5.001', '10', '69300000', '69339999', '49000000', '49099999', NULL, 1652938237),
(78902, '3220', '214.00', '3', '5.001', '10', '69300000', '69339999', '49000000', '49099999', NULL, 1652938238),
(78903, '3298', '116.00', '23', '10.001', '15', '69300000', '69339999', '49000000', '49099999', NULL, 1652938239),
(78904, '3220', '346.00', '3', '10.001', '15', '69300000', '69339999', '49000000', '49099999', NULL, 1652938239),
(78905, '3298', '160.00', '23', '15.001', '20', '69300000', '69339999', '49000000', '49099999', NULL, 1652938240),
(78906, '3220', '479.00', '3', '15.001', '20', '69300000', '69339999', '49000000', '49099999', NULL, 1652938241),
(78907, '3298', '205.00', '23', '20.001', '25', '69300000', '69339999', '49000000', '49099999', NULL, 1652938243),
(78908, '3220', '612.00', '3', '20.001', '25', '69300000', '69339999', '49000000', '49099999', NULL, 1652938244),
(78909, '3298', '249.00', '23', '25.001', '30', '69300000', '69339999', '49000000', '49099999', NULL, 1652938245),
(78910, '3220', '744.00', '3', '25.001', '30', '69300000', '69339999', '49000000', '49099999', NULL, 1652938246),
(78911, '3298', '90.00', '27', '0.3', '5', '69300000', '69339999', '49100000', '49999999', NULL, 1652938246),
(78912, '3220', '183.00', '6', '0.3', '5', '69300000', '69339999', '49100000', '49999999', NULL, 1652938247),
(78913, '3298', '133.00', '27', '5.001', '10', '69300000', '69339999', '49100000', '49999999', NULL, 1652938249),
(78914, '3220', '266.00', '6', '5.001', '10', '69300000', '69339999', '49100000', '49999999', NULL, 1652938250),
(78915, '3298', '215.00', '27', '10.001', '15', '69300000', '69339999', '49100000', '49999999', NULL, 1652938251),
(78916, '3220', '430.00', '6', '10.001', '15', '69300000', '69339999', '49100000', '49999999', NULL, 1652938253),
(78917, '3298', '298.00', '27', '15.001', '20', '69300000', '69339999', '49100000', '49999999', NULL, 1652938255),
(78918, '3220', '595.00', '6', '15.001', '20', '69300000', '69339999', '49100000', '49999999', NULL, 1652938256),
(78919, '3298', '380.00', '27', '20.001', '25', '69300000', '69339999', '49100000', '49999999', NULL, 1652938258),
(78920, '3220', '760.00', '6', '20.001', '25', '69300000', '69339999', '49100000', '49999999', NULL, 1652938259),
(78921, '3298', '463.00', '27', '25.001', '30', '69300000', '69339999', '49100000', '49999999', NULL, 1652938260),
(78922, '3220', '925.00', '6', '25.001', '30', '69300000', '69339999', '49100000', '49999999', NULL, 1652938263),
(78923, '3298', '45.00', '22', '0.3', '5', '69300000', '69339999', '50000000', '52999999', NULL, 1652938264),
(78924, '3220', '137.00', '3', '0.3', '5', '69300000', '69339999', '50000000', '52999999', NULL, 1652938265),
(78925, '3298', '71.00', '22', '5.001', '10', '69300000', '69339999', '50000000', '52999999', NULL, 1652938267),
(78926, '3220', '214.00', '3', '5.001', '10', '69300000', '69339999', '50000000', '52999999', NULL, 1652938268),
(78927, '3298', '116.00', '22', '10.001', '15', '69300000', '69339999', '50000000', '52999999', NULL, 1652938269),
(78928, '3220', '346.00', '3', '10.001', '15', '69300000', '69339999', '50000000', '52999999', NULL, 1652938270),
(78929, '3298', '160.00', '22', '15.001', '20', '69300000', '69339999', '50000000', '52999999', NULL, 1652938271),
(78930, '3220', '479.00', '3', '15.001', '20', '69300000', '69339999', '50000000', '52999999', NULL, 1652938272),
(78931, '3298', '205.00', '22', '20.001', '25', '69300000', '69339999', '50000000', '52999999', NULL, 1652938274),
(78932, '3220', '612.00', '3', '20.001', '25', '69300000', '69339999', '50000000', '52999999', NULL, 1652938275),
(78933, '3298', '249.00', '22', '25.001', '30', '69300000', '69339999', '50000000', '52999999', NULL, 1652938277),
(78934, '3220', '744.00', '3', '25.001', '30', '69300000', '69339999', '50000000', '52999999', NULL, 1652938279),
(78935, '3298', '45.00', '22', '0.3', '5', '69300000', '69339999', '50000000', '54999999', NULL, 1652938280),
(78936, '3220', '137.00', '3', '0.3', '5', '69300000', '69339999', '50000000', '54999999', NULL, 1652938280),
(78937, '3298', '71.00', '22', '5.001', '10', '69300000', '69339999', '50000000', '54999999', NULL, 1652938281),
(78938, '3220', '214.00', '3', '5.001', '10', '69300000', '69339999', '50000000', '54999999', NULL, 1652938283),
(78939, '3298', '116.00', '22', '10.001', '15', '69300000', '69339999', '50000000', '54999999', NULL, 1652938284),
(78940, '3220', '346.00', '3', '10.001', '15', '69300000', '69339999', '50000000', '54999999', NULL, 1652938286),
(78941, '3298', '160.00', '22', '15.001', '20', '69300000', '69339999', '50000000', '54999999', NULL, 1652938287),
(78942, '3220', '479.00', '3', '15.001', '20', '69300000', '69339999', '50000000', '54999999', NULL, 1652938287),
(78943, '3298', '205.00', '22', '20.001', '25', '69300000', '69339999', '50000000', '54999999', NULL, 1652938288),
(78944, '3220', '612.00', '3', '20.001', '25', '69300000', '69339999', '50000000', '54999999', NULL, 1652938290),
(78945, '3298', '249.00', '22', '25.001', '30', '69300000', '69339999', '50000000', '54999999', NULL, 1652938291),
(78946, '3220', '744.00', '3', '25.001', '30', '69300000', '69339999', '50000000', '54999999', NULL, 1652938292),
(78947, '3298', '90.00', '28', '0.3', '5', '69300000', '69339999', '55000000', '56999999', NULL, 1652938293),
(78948, '3220', '183.00', '8', '0.3', '5', '69300000', '69339999', '55000000', '56999999', NULL, 1652938294),
(78949, '3298', '133.00', '28', '5.001', '10', '69300000', '69339999', '55000000', '56999999', NULL, 1652938294),
(78950, '3220', '266.00', '8', '5.001', '10', '69300000', '69339999', '55000000', '56999999', NULL, 1652938296),
(78951, '3298', '215.00', '28', '10.001', '15', '69300000', '69339999', '55000000', '56999999', NULL, 1652938297),
(78952, '3220', '430.00', '8', '10.001', '15', '69300000', '69339999', '55000000', '56999999', NULL, 1652938298),
(78953, '3298', '298.00', '28', '15.001', '20', '69300000', '69339999', '55000000', '56999999', NULL, 1652938298),
(78954, '3220', '595.00', '8', '15.001', '20', '69300000', '69339999', '55000000', '56999999', NULL, 1652938300),
(78955, '3298', '380.00', '28', '20.001', '25', '69300000', '69339999', '55000000', '56999999', NULL, 1652938300),
(78956, '3220', '760.00', '8', '20.001', '25', '69300000', '69339999', '55000000', '56999999', NULL, 1652938302),
(78957, '3298', '463.00', '28', '25.001', '30', '69300000', '69339999', '55000000', '56999999', NULL, 1652938303),
(78958, '3220', '925.00', '8', '25.001', '30', '69300000', '69339999', '55000000', '56999999', NULL, 1652938304),
(78959, '3298', '45.00', '23', '0.3', '5', '69300000', '69339999', '57000000', '57099999', NULL, 1652938305),
(78960, '3220', '137.00', '3', '0.3', '5', '69300000', '69339999', '57000000', '57099999', NULL, 1652938306),
(78961, '3298', '71.00', '23', '5.001', '10', '69300000', '69339999', '57000000', '57099999', NULL, 1652938306),
(78962, '3220', '214.00', '3', '5.001', '10', '69300000', '69339999', '57000000', '57099999', NULL, 1652938308),
(78963, '3298', '116.00', '23', '10.001', '15', '69300000', '69339999', '57000000', '57099999', NULL, 1652938309),
(78964, '3220', '346.00', '3', '10.001', '15', '69300000', '69339999', '57000000', '57099999', NULL, 1652938310),
(78965, '3298', '160.00', '23', '15.001', '20', '69300000', '69339999', '57000000', '57099999', NULL, 1652938311),
(78966, '3220', '479.00', '3', '15.001', '20', '69300000', '69339999', '57000000', '57099999', NULL, 1652938313),
(78967, '3298', '205.00', '23', '20.001', '25', '69300000', '69339999', '57000000', '57099999', NULL, 1652938314),
(78968, '3220', '612.00', '3', '20.001', '25', '69300000', '69339999', '57000000', '57099999', NULL, 1652938318),
(78969, '3298', '249.00', '23', '25.001', '30', '69300000', '69339999', '57000000', '57099999', NULL, 1652938318),
(78970, '3220', '744.00', '3', '25.001', '30', '69300000', '69339999', '57000000', '57099999', NULL, 1652938321),
(78971, '3298', '45.00', '26', '0.3', '5', '69300000', '69339999', '57100000', '57999999', NULL, 1652938323),
(78972, '3220', '137.00', '8', '0.3', '5', '69300000', '69339999', '57100000', '57999999', NULL, 1652938326),
(78973, '3298', '71.00', '26', '5.001', '10', '69300000', '69339999', '57100000', '57999999', NULL, 1652938327),
(78974, '3220', '214.00', '8', '5.001', '10', '69300000', '69339999', '57100000', '57999999', NULL, 1652938329),
(78975, '3298', '116.00', '26', '10.001', '15', '69300000', '69339999', '57100000', '57999999', NULL, 1652938330),
(78976, '3220', '346.00', '8', '10.001', '15', '69300000', '69339999', '57100000', '57999999', NULL, 1652938331),
(78977, '3298', '160.00', '26', '15.001', '20', '69300000', '69339999', '57100000', '57999999', NULL, 1652938332),
(78978, '3220', '479.00', '8', '15.001', '20', '69300000', '69339999', '57100000', '57999999', NULL, 1652938334),
(78979, '3298', '205.00', '26', '20.001', '25', '69300000', '69339999', '57100000', '57999999', NULL, 1652938336),
(78980, '3220', '612.00', '8', '20.001', '25', '69300000', '69339999', '57100000', '57999999', NULL, 1652938339),
(78981, '3298', '249.00', '26', '25.001', '30', '69300000', '69339999', '57100000', '57999999', NULL, 1652938340),
(78982, '3220', '744.00', '8', '25.001', '30', '69300000', '69339999', '57100000', '57999999', NULL, 1652938341),
(78983, '3298', '45.00', '23', '0.3', '5', '69300000', '69339999', '58000000', '58099999', NULL, 1652938342),
(78984, '3220', '137.00', '4', '0.3', '5', '69300000', '69339999', '58000000', '58099999', NULL, 1652938343),
(78985, '3298', '71.00', '23', '5.001', '10', '69300000', '69339999', '58000000', '58099999', NULL, 1652938344),
(78986, '3220', '214.00', '4', '5.001', '10', '69300000', '69339999', '58000000', '58099999', NULL, 1652938346),
(78987, '3298', '116.00', '23', '10.001', '15', '69300000', '69339999', '58000000', '58099999', NULL, 1652938348),
(78988, '3220', '346.00', '4', '10.001', '15', '69300000', '69339999', '58000000', '58099999', NULL, 1652938349),
(78989, '3298', '160.00', '23', '15.001', '20', '69300000', '69339999', '58000000', '58099999', NULL, 1652938350),
(78990, '3220', '479.00', '4', '15.001', '20', '69300000', '69339999', '58000000', '58099999', NULL, 1652938356),
(78991, '3298', '205.00', '23', '20.001', '25', '69300000', '69339999', '58000000', '58099999', NULL, 1652938358),
(78992, '3220', '612.00', '4', '20.001', '25', '69300000', '69339999', '58000000', '58099999', NULL, 1652938359),
(78993, '3298', '249.00', '23', '25.001', '30', '69300000', '69339999', '58000000', '58099999', NULL, 1652938360),
(78994, '3220', '744.00', '4', '25.001', '30', '69300000', '69339999', '58000000', '58099999', NULL, 1652938361),
(78995, '3298', '90.00', '29', '0.3', '5', '69300000', '69339999', '58100000', '58999999', NULL, 1652938364),
(78996, '3220', '183.00', '10', '0.3', '5', '69300000', '69339999', '58100000', '58999999', NULL, 1652938366),
(78997, '3298', '133.00', '29', '5.001', '10', '69300000', '69339999', '58100000', '58999999', NULL, 1652938368),
(78998, '3220', '266.00', '10', '5.001', '10', '69300000', '69339999', '58100000', '58999999', NULL, 1652938371),
(78999, '3298', '215.00', '29', '10.001', '15', '69300000', '69339999', '58100000', '58999999', NULL, 1652938373),
(79000, '3220', '430.00', '10', '10.001', '15', '69300000', '69339999', '58100000', '58999999', NULL, 1652938374),
(79001, '3298', '298.00', '29', '15.001', '20', '69300000', '69339999', '58100000', '58999999', NULL, 1652938376),
(79002, '3220', '595.00', '10', '15.001', '20', '69300000', '69339999', '58100000', '58999999', NULL, 1652938378),
(79003, '3298', '380.00', '29', '20.001', '25', '69300000', '69339999', '58100000', '58999999', NULL, 1652938379),
(79004, '3220', '760.00', '10', '20.001', '25', '69300000', '69339999', '58100000', '58999999', NULL, 1652938390),
(79005, '3298', '463.00', '29', '25.001', '30', '69300000', '69339999', '58100000', '58999999', NULL, 1652938395),
(79006, '3220', '925.00', '10', '25.001', '30', '69300000', '69339999', '58100000', '58999999', NULL, 1652938396),
(79007, '3298', '45.00', '23', '0.3', '5', '69300000', '69339999', '59000000', '59099999', NULL, 1652938398),
(79008, '3220', '137.00', '3', '0.3', '5', '69300000', '69339999', '59000000', '59099999', NULL, 1652938399),
(79009, '3298', '71.00', '23', '5.001', '10', '69300000', '69339999', '59000000', '59099999', NULL, 1652938407),
(79010, '3220', '214.00', '3', '5.001', '10', '69300000', '69339999', '59000000', '59099999', NULL, 1652938414),
(79011, '3298', '116.00', '23', '10.001', '15', '69300000', '69339999', '59000000', '59099999', NULL, 1652938414),
(79012, '3220', '346.00', '3', '10.001', '15', '69300000', '69339999', '59000000', '59099999', NULL, 1652938415),
(79013, '3298', '160.00', '23', '15.001', '20', '69300000', '69339999', '59000000', '59099999', NULL, 1652938416),
(79014, '3220', '479.00', '3', '15.001', '20', '69300000', '69339999', '59000000', '59099999', NULL, 1652938416),
(79015, '3298', '205.00', '23', '20.001', '25', '69300000', '69339999', '59000000', '59099999', NULL, 1652938417),
(79016, '3220', '612.00', '3', '20.001', '25', '69300000', '69339999', '59000000', '59099999', NULL, 1652938418),
(79017, '3298', '249.00', '23', '25.001', '30', '69300000', '69339999', '59000000', '59099999', NULL, 1652938418),
(79018, '3220', '744.00', '3', '25.001', '30', '69300000', '69339999', '59000000', '59099999', NULL, 1652938419),
(79019, '3298', '45.00', '23', '0.3', '5', '69300000', '69339999', '59100000', '59999999', NULL, 1652938420),
(79020, '3220', '137.00', '3', '0.3', '5', '69300000', '69339999', '59100000', '59999999', NULL, 1652938422),
(79021, '3298', '71.00', '23', '5.001', '10', '69300000', '69339999', '59100000', '59999999', NULL, 1652938423),
(79022, '3220', '214.00', '3', '5.001', '10', '69300000', '69339999', '59100000', '59999999', NULL, 1652938424),
(79023, '3298', '116.00', '23', '10.001', '15', '69300000', '69339999', '59100000', '59999999', NULL, 1652938424),
(79024, '3220', '346.00', '3', '10.001', '15', '69300000', '69339999', '59100000', '59999999', NULL, 1652938425),
(79025, '3298', '160.00', '23', '15.001', '20', '69300000', '69339999', '59100000', '59999999', NULL, 1652938426),
(79026, '3220', '479.00', '3', '15.001', '20', '69300000', '69339999', '59100000', '59999999', NULL, 1652938427),
(79027, '3298', '205.00', '23', '20.001', '25', '69300000', '69339999', '59100000', '59999999', NULL, 1652938427),
(79028, '3220', '612.00', '3', '20.001', '25', '69300000', '69339999', '59100000', '59999999', NULL, 1652938428),
(79029, '3298', '249.00', '23', '25.001', '30', '69300000', '69339999', '59100000', '59999999', NULL, 1652938429),
(79030, '3220', '744.00', '3', '25.001', '30', '69300000', '69339999', '59100000', '59999999', NULL, 1652938429),
(79031, '3298', '45.00', '23', '0.3', '5', '69300000', '69339999', '60000000', '60999999', NULL, 1652938431),
(79032, '3220', '137.00', '3', '0.3', '5', '69300000', '69339999', '60000000', '60999999', NULL, 1652938432),
(79033, '3298', '71.00', '23', '5.001', '10', '69300000', '69339999', '60000000', '60999999', NULL, 1652938435),
(79034, '3220', '214.00', '3', '5.001', '10', '69300000', '69339999', '60000000', '60999999', NULL, 1652938440),
(79035, '3298', '116.00', '23', '10.001', '15', '69300000', '69339999', '60000000', '60999999', NULL, 1652938441),
(79036, '3220', '346.00', '3', '10.001', '15', '69300000', '69339999', '60000000', '60999999', NULL, 1652938442),
(79037, '3298', '160.00', '23', '15.001', '20', '69300000', '69339999', '60000000', '60999999', NULL, 1652938443),
(79038, '3220', '479.00', '3', '15.001', '20', '69300000', '69339999', '60000000', '60999999', NULL, 1652938444),
(79039, '3298', '205.00', '23', '20.001', '25', '69300000', '69339999', '60000000', '60999999', NULL, 1652938445),
(79040, '3220', '612.00', '3', '20.001', '25', '69300000', '69339999', '60000000', '60999999', NULL, 1652938446),
(79041, '3298', '249.00', '23', '25.001', '30', '69300000', '69339999', '60000000', '60999999', NULL, 1652938447),
(79042, '3220', '744.00', '3', '25.001', '30', '69300000', '69339999', '60000000', '60999999', NULL, 1652938447),
(79043, '3298', '45.00', '23', '0.3', '5', '69300000', '69339999', '60000000', '61900999', NULL, 1652938448),
(79044, '3220', '137.00', '3', '0.3', '5', '69300000', '69339999', '60000000', '61900999', NULL, 1652938449),
(79045, '3298', '71.00', '23', '5.001', '10', '69300000', '69339999', '60000000', '61900999', NULL, 1652938450),
(79046, '3220', '214.00', '3', '5.001', '10', '69300000', '69339999', '60000000', '61900999', NULL, 1652938451),
(79047, '3298', '116.00', '23', '10.001', '15', '69300000', '69339999', '60000000', '61900999', NULL, 1652938455),
(79048, '3220', '346.00', '3', '10.001', '15', '69300000', '69339999', '60000000', '61900999', NULL, 1652938456),
(79049, '3298', '160.00', '23', '15.001', '20', '69300000', '69339999', '60000000', '61900999', NULL, 1652938461),
(79050, '3220', '479.00', '3', '15.001', '20', '69300000', '69339999', '60000000', '61900999', NULL, 1652938461),
(79051, '3298', '205.00', '23', '20.001', '25', '69300000', '69339999', '60000000', '61900999', NULL, 1652938462),
(79052, '3220', '612.00', '3', '20.001', '25', '69300000', '69339999', '60000000', '61900999', NULL, 1652938463),
(79053, '3298', '249.00', '23', '25.001', '30', '69300000', '69339999', '60000000', '61900999', NULL, 1652938464),
(79054, '3220', '744.00', '3', '25.001', '30', '69300000', '69339999', '60000000', '61900999', NULL, 1652938464),
(79055, '3298', '90.00', '28', '0.3', '5', '69300000', '69339999', '61901000', '63999999', NULL, 1652938465),
(79056, '3220', '183.00', '9', '0.3', '5', '69300000', '69339999', '61901000', '63999999', NULL, 1652938466),
(79057, '3298', '133.00', '28', '5.001', '10', '69300000', '69339999', '61901000', '63999999', NULL, 1652938467),
(79058, '3220', '266.00', '9', '5.001', '10', '69300000', '69339999', '61901000', '63999999', NULL, 1652938468),
(79059, '3298', '215.00', '28', '10.001', '15', '69300000', '69339999', '61901000', '63999999', NULL, 1652938468),
(79060, '3220', '430.00', '9', '10.001', '15', '69300000', '69339999', '61901000', '63999999', NULL, 1652938470),
(79061, '3298', '298.00', '28', '15.001', '20', '69300000', '69339999', '61901000', '63999999', NULL, 1652938471),
(79062, '3220', '595.00', '9', '15.001', '20', '69300000', '69339999', '61901000', '63999999', NULL, 1652938472),
(79063, '3298', '380.00', '28', '20.001', '25', '69300000', '69339999', '61901000', '63999999', NULL, 1652938473),
(79064, '3220', '760.00', '9', '20.001', '25', '69300000', '69339999', '61901000', '63999999', NULL, 1652938475),
(79065, '3298', '463.00', '28', '25.001', '30', '69300000', '69339999', '61901000', '63999999', NULL, 1652938476),
(79066, '3220', '925.00', '9', '25.001', '30', '69300000', '69339999', '61901000', '63999999', NULL, 1652938477),
(79067, '3298', '45.00', '24', '0.3', '5', '69300000', '69339999', '64000000', '64099999', NULL, 1652938478),
(79068, '3220', '137.00', '6', '0.3', '5', '69300000', '69339999', '64000000', '64099999', NULL, 1652938479),
(79069, '3298', '71.00', '24', '5.001', '10', '69300000', '69339999', '64000000', '64099999', NULL, 1652938480),
(79070, '3220', '214.00', '6', '5.001', '10', '69300000', '69339999', '64000000', '64099999', NULL, 1652938481),
(79071, '3298', '116.00', '24', '10.001', '15', '69300000', '69339999', '64000000', '64099999', NULL, 1652938482),
(79072, '3220', '346.00', '6', '10.001', '15', '69300000', '69339999', '64000000', '64099999', NULL, 1652938482),
(79073, '3298', '160.00', '24', '15.001', '20', '69300000', '69339999', '64000000', '64099999', NULL, 1652938487),
(79074, '3220', '479.00', '6', '15.001', '20', '69300000', '69339999', '64000000', '64099999', NULL, 1652938488),
(79075, '3298', '205.00', '24', '20.001', '25', '69300000', '69339999', '64000000', '64099999', NULL, 1652938488),
(79076, '3220', '612.00', '6', '20.001', '25', '69300000', '69339999', '64000000', '64099999', NULL, 1652938489),
(79077, '3298', '249.00', '24', '25.001', '30', '69300000', '69339999', '64000000', '64099999', NULL, 1652938490),
(79078, '3220', '744.00', '6', '25.001', '30', '69300000', '69339999', '64000000', '64099999', NULL, 1652938490),
(79079, '3298', '90.00', '29', '0.3', '5', '69300000', '69339999', '64100000', '64999999', NULL, 1652938491),
(79080, '3220', '183.00', '11', '0.3', '5', '69300000', '69339999', '64100000', '64999999', NULL, 1652938493),
(79081, '3298', '133.00', '29', '5.001', '10', '69300000', '69339999', '64100000', '64999999', NULL, 1652938494),
(79082, '3220', '266.00', '11', '5.001', '10', '69300000', '69339999', '64100000', '64999999', NULL, 1652938495),
(79083, '3298', '215.00', '29', '10.001', '15', '69300000', '69339999', '64100000', '64999999', NULL, 1652938495),
(79084, '3220', '430.00', '11', '10.001', '15', '69300000', '69339999', '64100000', '64999999', NULL, 1652938497),
(79085, '3298', '298.00', '29', '15.001', '20', '69300000', '69339999', '64100000', '64999999', NULL, 1652938497),
(79086, '3220', '595.00', '11', '15.001', '20', '69300000', '69339999', '64100000', '64999999', NULL, 1652938500),
(79087, '3298', '380.00', '29', '20.001', '25', '69300000', '69339999', '64100000', '64999999', NULL, 1652938501),
(79088, '3220', '760.00', '11', '20.001', '25', '69300000', '69339999', '64100000', '64999999', NULL, 1652938501),
(79089, '3298', '463.00', '29', '25.001', '30', '69300000', '69339999', '64100000', '64999999', NULL, 1652938502),
(79090, '3220', '925.00', '11', '25.001', '30', '69300000', '69339999', '64100000', '64999999', NULL, 1652938503),
(79091, '3298', '45.00', '24', '0.3', '5', '69300000', '69339999', '65000000', '65099999', NULL, 1652938504),
(79092, '3220', '137.00', '6', '0.3', '5', '69300000', '69339999', '65000000', '65099999', NULL, 1652938505),
(79093, '3298', '71.00', '24', '5.001', '10', '69300000', '69339999', '65000000', '65099999', NULL, 1652938506),
(79094, '3220', '214.00', '6', '5.001', '10', '69300000', '69339999', '65000000', '65099999', NULL, 1652938506),
(79095, '3298', '116.00', '24', '10.001', '15', '69300000', '69339999', '65000000', '65099999', NULL, 1652938507),
(79096, '3220', '346.00', '6', '10.001', '15', '69300000', '69339999', '65000000', '65099999', NULL, 1652938508),
(79097, '3298', '160.00', '24', '15.001', '20', '69300000', '69339999', '65000000', '65099999', NULL, 1652938510),
(79098, '3220', '479.00', '6', '15.001', '20', '69300000', '69339999', '65000000', '65099999', NULL, 1652938511),
(79099, '3298', '205.00', '24', '20.001', '25', '69300000', '69339999', '65000000', '65099999', NULL, 1652938512),
(79100, '3220', '612.00', '6', '20.001', '25', '69300000', '69339999', '65000000', '65099999', NULL, 1652938513),
(79101, '3298', '249.00', '24', '25.001', '30', '69300000', '69339999', '65000000', '65099999', NULL, 1652938519),
(79102, '3220', '744.00', '6', '25.001', '30', '69300000', '69339999', '65000000', '65099999', NULL, 1652938520),
(79103, '3298', '90.00', '30', '0.3', '5', '69300000', '69339999', '65100000', '65999999', NULL, 1652938521),
(79104, '3220', '183.00', '12', '0.3', '5', '69300000', '69339999', '65100000', '65999999', NULL, 1652938521),
(79105, '3298', '133.00', '30', '5.001', '10', '69300000', '69339999', '65100000', '65999999', NULL, 1652938522),
(79106, '3220', '266.00', '12', '5.001', '10', '69300000', '69339999', '65100000', '65999999', NULL, 1652938523),
(79107, '3298', '215.00', '30', '10.001', '15', '69300000', '69339999', '65100000', '65999999', NULL, 1652938524),
(79108, '3220', '430.00', '12', '10.001', '15', '69300000', '69339999', '65100000', '65999999', NULL, 1652938531),
(79109, '3298', '298.00', '30', '15.001', '20', '69300000', '69339999', '65100000', '65999999', NULL, 1652938532),
(79110, '3220', '595.00', '12', '15.001', '20', '69300000', '69339999', '65100000', '65999999', NULL, 1652938532),
(79111, '3298', '380.00', '30', '20.001', '25', '69300000', '69339999', '65100000', '65999999', NULL, 1652938533),
(79112, '3220', '760.00', '12', '20.001', '25', '69300000', '69339999', '65100000', '65999999', NULL, 1652938534),
(79113, '3298', '463.00', '30', '25.001', '30', '69300000', '69339999', '65100000', '65999999', NULL, 1652938535),
(79114, '3220', '925.00', '12', '25.001', '30', '69300000', '69339999', '65100000', '65999999', NULL, 1652938536),
(79115, '3298', '45.00', '23', '0.3', '5', '69300000', '69339999', '66000000', '66999999', NULL, 1652938536),
(79116, '3220', '137.00', '5', '0.3', '5', '69300000', '69339999', '66000000', '66999999', NULL, 1652938537),
(79117, '3298', '71.00', '23', '5.001', '10', '69300000', '69339999', '66000000', '66999999', NULL, 1652938538),
(79118, '3220', '214.00', '5', '5.001', '10', '69300000', '69339999', '66000000', '66999999', NULL, 1652938539),
(79119, '3298', '116.00', '23', '10.001', '15', '69300000', '69339999', '66000000', '66999999', NULL, 1652938539),
(79120, '3220', '346.00', '5', '10.001', '15', '69300000', '69339999', '66000000', '66999999', NULL, 1652938540),
(79121, '3298', '160.00', '23', '15.001', '20', '69300000', '69339999', '66000000', '66999999', NULL, 1652938540),
(79122, '3220', '479.00', '5', '15.001', '20', '69300000', '69339999', '66000000', '66999999', NULL, 1652938541),
(79123, '3298', '205.00', '23', '20.001', '25', '69300000', '69339999', '66000000', '66999999', NULL, 1652938541),
(79124, '3220', '612.00', '5', '20.001', '25', '69300000', '69339999', '66000000', '66999999', NULL, 1652938542),
(79125, '3298', '249.00', '23', '25.001', '30', '69300000', '69339999', '66000000', '66999999', NULL, 1652938543),
(79126, '3220', '744.00', '5', '25.001', '30', '69300000', '69339999', '66000000', '66999999', NULL, 1652938549),
(79127, '3298', '45.00', '23', '0.3', '5', '69300000', '69339999', '66000000', '67999999', NULL, 1652938550),
(79128, '3220', '137.00', '5', '0.3', '5', '69300000', '69339999', '66000000', '67999999', NULL, 1652938551),
(79129, '3298', '71.00', '23', '5.001', '10', '69300000', '69339999', '66000000', '67999999', NULL, 1652938552),
(79130, '3220', '214.00', '5', '5.001', '10', '69300000', '69339999', '66000000', '67999999', NULL, 1652938552),
(79131, '3298', '116.00', '23', '10.001', '15', '69300000', '69339999', '66000000', '67999999', NULL, 1652938553),
(79132, '3220', '346.00', '5', '10.001', '15', '69300000', '69339999', '66000000', '67999999', NULL, 1652938554),
(79133, '3298', '160.00', '23', '15.001', '20', '69300000', '69339999', '66000000', '67999999', NULL, 1652938560),
(79134, '3220', '479.00', '5', '15.001', '20', '69300000', '69339999', '66000000', '67999999', NULL, 1652938562),
(79135, '3298', '205.00', '23', '20.001', '25', '69300000', '69339999', '66000000', '67999999', NULL, 1652938563),
(79136, '3220', '612.00', '5', '20.001', '25', '69300000', '69339999', '66000000', '67999999', NULL, 1652938564),
(79137, '3298', '249.00', '23', '25.001', '30', '69300000', '69339999', '66000000', '67999999', NULL, 1652938565),
(79138, '3220', '744.00', '5', '25.001', '30', '69300000', '69339999', '66000000', '67999999', NULL, 1652938566),
(79139, '3298', '90.00', '27', '0.3', '5', '69300000', '69339999', '68000000', '68899999', NULL, 1652938567),
(79140, '3220', '183.00', '10', '0.3', '5', '69300000', '69339999', '68000000', '68899999', NULL, 1652938573),
(79141, '3298', '133.00', '27', '5.001', '10', '69300000', '69339999', '68000000', '68899999', NULL, 1652938574),
(79142, '3220', '266.00', '10', '5.001', '10', '69300000', '69339999', '68000000', '68899999', NULL, 1652938575),
(79143, '3298', '215.00', '27', '10.001', '15', '69300000', '69339999', '68000000', '68899999', NULL, 1652938575),
(79144, '3220', '430.00', '10', '10.001', '15', '69300000', '69339999', '68000000', '68899999', NULL, 1652938576),
(79145, '3298', '298.00', '27', '15.001', '20', '69300000', '69339999', '68000000', '68899999', NULL, 1652938577),
(79146, '3220', '595.00', '10', '15.001', '20', '69300000', '69339999', '68000000', '68899999', NULL, 1652938578),
(79147, '3298', '380.00', '27', '20.001', '25', '69300000', '69339999', '68000000', '68899999', NULL, 1652938580),
(79148, '3220', '760.00', '10', '20.001', '25', '69300000', '69339999', '68000000', '68899999', NULL, 1652938581),
(79149, '3298', '463.00', '27', '25.001', '30', '69300000', '69339999', '68000000', '68899999', NULL, 1652938582),
(79150, '3220', '925.00', '10', '25.001', '30', '69300000', '69339999', '68000000', '68899999', NULL, 1652938583),
(79151, '3298', '45.00', '34', '0.3', '5', '69300000', '69339999', '68900000', '68914999', NULL, 1652938584),
(79152, '3220', '137.00', '12', '0.3', '5', '69300000', '69339999', '68900000', '68914999', NULL, 1652938585),
(79153, '3298', '71.00', '34', '5.001', '10', '69300000', '69339999', '68900000', '68914999', NULL, 1652938586),
(79154, '3220', '214.00', '12', '5.001', '10', '69300000', '69339999', '68900000', '68914999', NULL, 1652938587),
(79155, '3298', '116.00', '34', '10.001', '15', '69300000', '69339999', '68900000', '68914999', NULL, 1652938588),
(79156, '3220', '346.00', '12', '10.001', '15', '69300000', '69339999', '68900000', '68914999', NULL, 1652938590),
(79157, '3298', '160.00', '34', '15.001', '20', '69300000', '69339999', '68900000', '68914999', NULL, 1652938590),
(79158, '3220', '479.00', '12', '15.001', '20', '69300000', '69339999', '68900000', '68914999', NULL, 1652938591),
(79159, '3298', '205.00', '34', '20.001', '25', '69300000', '69339999', '68900000', '68914999', NULL, 1652938592),
(79160, '3220', '612.00', '12', '20.001', '25', '69300000', '69339999', '68900000', '68914999', NULL, 1652938593),
(79161, '3298', '249.00', '34', '25.001', '30', '69300000', '69339999', '68900000', '68914999', NULL, 1652938594),
(79162, '3220', '744.00', '12', '25.001', '30', '69300000', '69339999', '68900000', '68914999', NULL, 1652938595),
(79163, '3298', '90.00', '37', '0.3', '5', '69300000', '69339999', '68915000', '68999999', NULL, 1652938597),
(79164, '3220', '183.00', '15', '0.3', '5', '69300000', '69339999', '68915000', '68999999', NULL, 1652938598),
(79165, '3298', '133.00', '37', '5.001', '10', '69300000', '69339999', '68915000', '68999999', NULL, 1652938598),
(79166, '3220', '266.00', '15', '5.001', '10', '69300000', '69339999', '68915000', '68999999', NULL, 1652938599),
(79167, '3298', '215.00', '37', '10.001', '15', '69300000', '69339999', '68915000', '68999999', NULL, 1652938604),
(79168, '3220', '430.00', '15', '10.001', '15', '69300000', '69339999', '68915000', '68999999', NULL, 1652938608),
(79169, '3298', '298.00', '37', '15.001', '20', '69300000', '69339999', '68915000', '68999999', NULL, 1652938610),
(79170, '3220', '595.00', '15', '15.001', '20', '69300000', '69339999', '68915000', '68999999', NULL, 1652938612),
(79171, '3298', '380.00', '37', '20.001', '25', '69300000', '69339999', '68915000', '68999999', NULL, 1652938612),
(79172, '3220', '760.00', '15', '20.001', '25', '69300000', '69339999', '68915000', '68999999', NULL, 1652938614),
(79173, '3298', '463.00', '37', '25.001', '30', '69300000', '69339999', '68915000', '68999999', NULL, 1652938616),
(79174, '3220', '925.00', '15', '25.001', '30', '69300000', '69339999', '68915000', '68999999', NULL, 1652938618),
(79175, '3298', '34.00', '7', '0.3', '5', '69300000', '69339999', '69000000', '69099999', NULL, 1652938619),
(79176, '3220', '80.00', '3', '0.3', '5', '69300000', '69339999', '69000000', '69099999', NULL, 1652938620),
(79177, '3298', '50.00', '7', '5.001', '10', '69300000', '69339999', '69000000', '69099999', NULL, 1652938626),
(79178, '3220', '125.00', '3', '5.001', '10', '69300000', '69339999', '69000000', '69099999', NULL, 1652938627),
(79179, '3298', '82.00', '7', '10.001', '15', '69300000', '69339999', '69000000', '69099999', NULL, 1652938627),
(79180, '3220', '203.00', '3', '10.001', '15', '69300000', '69339999', '69000000', '69099999', NULL, 1652938629),
(79181, '3298', '113.00', '7', '15.001', '20', '69300000', '69339999', '69000000', '69099999', NULL, 1652938630),
(79182, '3220', '281.00', '3', '15.001', '20', '69300000', '69339999', '69000000', '69099999', NULL, 1652938630),
(79183, '3298', '145.00', '7', '20.001', '25', '69300000', '69339999', '69000000', '69099999', NULL, 1652938631),
(79184, '3220', '359.00', '3', '20.001', '25', '69300000', '69339999', '69000000', '69099999', NULL, 1652938631),
(79185, '3298', '176.00', '7', '25.001', '30', '69300000', '69339999', '69000000', '69099999', NULL, 1652938632),
(79186, '3220', '437.00', '3', '25.001', '30', '69300000', '69339999', '69000000', '69099999', NULL, 1652938634),
(79187, '3298', '50.00', '13', '0.3', '5', '69300000', '69339999', '69100000', '69299999', NULL, 1652938635),
(79188, '3220', '124.00', '8', '0.3', '5', '69300000', '69339999', '69100000', '69299999', NULL, 1652938640),
(79189, '3298', '83.00', '13', '5.001', '10', '69300000', '69339999', '69100000', '69299999', NULL, 1652938645),
(79190, '3220', '175.00', '8', '5.001', '10', '69300000', '69339999', '69100000', '69299999', NULL, 1652938651),
(79191, '3298', '135.00', '13', '10.001', '15', '69300000', '69339999', '69100000', '69299999', NULL, 1652938651),
(79192, '3220', '283.00', '8', '10.001', '15', '69300000', '69339999', '69100000', '69299999', NULL, 1652938652),
(79193, '3298', '186.00', '13', '15.001', '20', '69300000', '69339999', '69100000', '69299999', NULL, 1652938653),
(79194, '3220', '392.00', '8', '15.001', '20', '69300000', '69339999', '69100000', '69299999', NULL, 1652938654),
(79195, '3298', '238.00', '13', '20.001', '25', '69300000', '69339999', '69100000', '69299999', NULL, 1652938654),
(79196, '3220', '500.00', '8', '20.001', '25', '69300000', '69339999', '69100000', '69299999', NULL, 1652938655),
(79197, '3298', '290.00', '13', '25.001', '30', '69300000', '69339999', '69100000', '69299999', NULL, 1652938656),
(79198, '3220', '609.00', '8', '25.001', '30', '69300000', '69339999', '69100000', '69299999', NULL, 1652938657),
(79199, '3298', '26.00', '6', '0.3', '5', '69300000', '69339999', '69300000', '69339999', NULL, 1652938659),
(79200, '3220', '22.00', '1', '0.3', '5', '69300000', '69339999', '69300000', '69339999', NULL, 1652938660),
(79201, '3298', '32.00', '6', '5.001', '10', '69300000', '69339999', '69300000', '69339999', NULL, 1652938661),
(79202, '3220', '28.00', '1', '5.001', '10', '69300000', '69339999', '69300000', '69339999', NULL, 1652938662),
(79203, '3298', '52.00', '6', '10.001', '15', '69300000', '69339999', '69300000', '69339999', NULL, 1652938664),
(79204, '3220', '45.00', '1', '10.001', '15', '69300000', '69339999', '69300000', '69339999', NULL, 1652938665),
(79205, '3298', '72.00', '6', '15.001', '20', '69300000', '69339999', '69300000', '69339999', NULL, 1652938666),
(79206, '3220', '63.00', '1', '15.001', '20', '69300000', '69339999', '69300000', '69339999', NULL, 1652938671),
(79207, '3298', '92.00', '6', '20.001', '25', '69300000', '69339999', '69300000', '69339999', NULL, 1652938673),
(79208, '3220', '80.00', '1', '20.001', '25', '69300000', '69339999', '69300000', '69339999', NULL, 1652938673),
(79209, '3298', '112.00', '6', '25.001', '30', '69300000', '69339999', '69300000', '69339999', NULL, 1652938675),
(79210, '3220', '97.00', '1', '25.001', '30', '69300000', '69339999', '69300000', '69339999', NULL, 1652938676),
(79211, '3298', '26.00', '9', '0.3', '5', '69300000', '69339999', '69340000', '69389999', NULL, 1652938678),
(79212, '3220', '34.00', '7', '0.3', '5', '69300000', '69339999', '69340000', '69389999', NULL, 1652938679),
(79213, '3298', '32.00', '9', '5.001', '10', '69300000', '69339999', '69340000', '69389999', NULL, 1652938680),
(79214, '3220', '48.00', '7', '5.001', '10', '69300000', '69339999', '69340000', '69389999', NULL, 1652938682),
(79215, '3298', '52.00', '9', '10.001', '15', '69300000', '69339999', '69340000', '69389999', NULL, 1652938683),
(79216, '3220', '79.00', '7', '10.001', '15', '69300000', '69339999', '69340000', '69389999', NULL, 1652938686),
(79217, '3298', '72.00', '9', '15.001', '20', '69300000', '69339999', '69340000', '69389999', NULL, 1652938688),
(79218, '3220', '109.00', '7', '15.001', '20', '69300000', '69339999', '69340000', '69389999', NULL, 1652938689),
(79219, '3298', '92.00', '9', '20.001', '25', '69300000', '69339999', '69340000', '69389999', NULL, 1652938691),
(79220, '3220', '139.00', '7', '20.001', '25', '69300000', '69339999', '69340000', '69389999', NULL, 1652938695),
(79221, '3298', '112.00', '9', '25.001', '30', '69300000', '69339999', '69340000', '69389999', NULL, 1652938696),
(79222, '3220', '170.00', '7', '25.001', '30', '69300000', '69339999', '69340000', '69389999', NULL, 1652938700),
(79223, '3298', '45.00', '23', '0.3', '5', '69300000', '69339999', '69900000', '69920999', NULL, 1652938700),
(79224, '3220', '137.00', '5', '0.3', '5', '69300000', '69339999', '69900000', '69920999', NULL, 1652938701),
(79225, '3298', '71.00', '23', '5.001', '10', '69300000', '69339999', '69900000', '69920999', NULL, 1652938702),
(79226, '3220', '214.00', '5', '5.001', '10', '69300000', '69339999', '69900000', '69920999', NULL, 1652938705),
(79227, '3298', '116.00', '23', '10.001', '15', '69300000', '69339999', '69900000', '69920999', NULL, 1652938708),
(79228, '3220', '346.00', '5', '10.001', '15', '69300000', '69339999', '69900000', '69920999', NULL, 1652938709),
(79229, '3298', '160.00', '23', '15.001', '20', '69300000', '69339999', '69900000', '69920999', NULL, 1652938710),
(79230, '3220', '479.00', '5', '15.001', '20', '69300000', '69339999', '69900000', '69920999', NULL, 1652938710),
(79231, '3298', '205.00', '23', '20.001', '25', '69300000', '69339999', '69900000', '69920999', NULL, 1652938711),
(79232, '3220', '612.00', '5', '20.001', '25', '69300000', '69339999', '69900000', '69920999', NULL, 1652938711),
(79233, '3298', '249.00', '23', '25.001', '30', '69300000', '69339999', '69900000', '69920999', NULL, 1652938712),
(79234, '3220', '744.00', '5', '25.001', '30', '69300000', '69339999', '69900000', '69920999', NULL, 1652938716),
(79235, '3298', '90.00', '29', '0.3', '5', '69300000', '69339999', '69921000', '69999999', NULL, 1652938717),
(79236, '3220', '183.00', '12', '0.3', '5', '69300000', '69339999', '69921000', '69999999', NULL, 1652938717),
(79237, '3298', '133.00', '29', '5.001', '10', '69300000', '69339999', '69921000', '69999999', NULL, 1652938718),
(79238, '3220', '266.00', '12', '5.001', '10', '69300000', '69339999', '69921000', '69999999', NULL, 1652938719),
(79239, '3298', '215.00', '29', '10.001', '15', '69300000', '69339999', '69921000', '69999999', NULL, 1652938720),
(79240, '3220', '430.00', '12', '10.001', '15', '69300000', '69339999', '69921000', '69999999', NULL, 1652938721),
(79241, '3298', '298.00', '29', '15.001', '20', '69300000', '69339999', '69921000', '69999999', NULL, 1652938725),
(79242, '3220', '595.00', '12', '15.001', '20', '69300000', '69339999', '69921000', '69999999', NULL, 1652938726),
(79243, '3298', '380.00', '29', '20.001', '25', '69300000', '69339999', '69921000', '69999999', NULL, 1652938727),
(79244, '3220', '760.00', '12', '20.001', '25', '69300000', '69339999', '69921000', '69999999', NULL, 1652938728),
(79245, '3298', '463.00', '29', '25.001', '30', '69300000', '69339999', '69921000', '69999999', NULL, 1652938729),
(79246, '3220', '925.00', '12', '25.001', '30', '69300000', '69339999', '69921000', '69999999', NULL, 1652938732),
(79247, '3298', '45.00', '20', '0.3', '5', '69300000', '69339999', '71000000', '73699999', NULL, 1652938734),
(79248, '3220', '137.00', '2', '0.3', '5', '69300000', '69339999', '71000000', '73699999', NULL, 1652938736),
(79249, '3298', '71.00', '20', '5.001', '10', '69300000', '69339999', '71000000', '73699999', NULL, 1652938739),
(79250, '3220', '214.00', '2', '5.001', '10', '69300000', '69339999', '71000000', '73699999', NULL, 1652938741),
(79251, '3298', '116.00', '20', '10.001', '15', '69300000', '69339999', '71000000', '73699999', NULL, 1652938742),
(79252, '3220', '346.00', '2', '10.001', '15', '69300000', '69339999', '71000000', '73699999', NULL, 1652938744),
(79253, '3298', '160.00', '20', '15.001', '20', '69300000', '69339999', '71000000', '73699999', NULL, 1652938747),
(79254, '3220', '479.00', '2', '15.001', '20', '69300000', '69339999', '71000000', '73699999', NULL, 1652938751),
(79255, '3298', '205.00', '20', '20.001', '25', '69300000', '69339999', '71000000', '73699999', NULL, 1652938754),
(79256, '3220', '612.00', '2', '20.001', '25', '69300000', '69339999', '71000000', '73699999', NULL, 1652938757),
(79257, '3298', '249.00', '20', '25.001', '30', '69300000', '69339999', '71000000', '73699999', NULL, 1652938759),
(79258, '3220', '744.00', '2', '25.001', '30', '69300000', '69339999', '71000000', '73699999', NULL, 1652938760),
(79259, '3298', '45.00', '20', '0.3', '5', '69300000', '69339999', '72800000', '73999999', NULL, 1652938761),
(79260, '3220', '137.00', '3', '0.3', '5', '69300000', '69339999', '72800000', '73999999', NULL, 1652938764),
(79261, '3298', '71.00', '20', '5.001', '10', '69300000', '69339999', '72800000', '73999999', NULL, 1652938767),
(79262, '3220', '214.00', '3', '5.001', '10', '69300000', '69339999', '72800000', '73999999', NULL, 1652938769),
(79263, '3298', '116.00', '20', '10.001', '15', '69300000', '69339999', '72800000', '73999999', NULL, 1652938771),
(79264, '3220', '346.00', '3', '10.001', '15', '69300000', '69339999', '72800000', '73999999', NULL, 1652938772),
(79265, '3298', '160.00', '20', '15.001', '20', '69300000', '69339999', '72800000', '73999999', NULL, 1652938772),
(79266, '3220', '479.00', '3', '15.001', '20', '69300000', '69339999', '72800000', '73999999', NULL, 1652938776),
(79267, '3298', '205.00', '20', '20.001', '25', '69300000', '69339999', '72800000', '73999999', NULL, 1652938777),
(79268, '3220', '612.00', '3', '20.001', '25', '69300000', '69339999', '72800000', '73999999', NULL, 1652938778),
(79269, '3298', '249.00', '20', '25.001', '30', '69300000', '69339999', '72800000', '73999999', NULL, 1652938780),
(79270, '3220', '744.00', '3', '25.001', '30', '69300000', '69339999', '72800000', '73999999', NULL, 1652938785),
(79271, '3298', '45.00', '20', '0.3', '5', '69300000', '69339999', '74000000', '74894999', NULL, 1652938787),
(79272, '3220', '137.00', '3', '0.3', '5', '69300000', '69339999', '74000000', '74894999', NULL, 1652938791),
(79273, '3298', '71.00', '20', '5.001', '10', '69300000', '69339999', '74000000', '74894999', NULL, 1652938793),
(79274, '3220', '214.00', '3', '5.001', '10', '69300000', '69339999', '74000000', '74894999', NULL, 1652938793),
(79275, '3298', '116.00', '20', '10.001', '15', '69300000', '69339999', '74000000', '74894999', NULL, 1652938798),
(79276, '3220', '346.00', '3', '10.001', '15', '69300000', '69339999', '74000000', '74894999', NULL, 1652938799),
(79277, '3298', '160.00', '20', '15.001', '20', '69300000', '69339999', '74000000', '74894999', NULL, 1652938801),
(79278, '3220', '479.00', '3', '15.001', '20', '69300000', '69339999', '74000000', '74894999', NULL, 1652938802),
(79279, '3298', '205.00', '20', '20.001', '25', '69300000', '69339999', '74000000', '74894999', NULL, 1652938803),
(79280, '3220', '612.00', '3', '20.001', '25', '69300000', '69339999', '74000000', '74894999', NULL, 1652938804),
(79281, '3298', '249.00', '20', '25.001', '30', '69300000', '69339999', '74000000', '74894999', NULL, 1652938806),
(79282, '3220', '744.00', '3', '25.001', '30', '69300000', '69339999', '74000000', '74894999', NULL, 1652938807),
(79283, '3298', '45.00', '20', '0.3', '5', '69300000', '69339999', '74895000', '76799999', NULL, 1652938812),
(79284, '3220', '137.00', '3', '0.3', '5', '69300000', '69339999', '74895000', '76799999', NULL, 1652938814),
(79285, '3298', '71.00', '20', '5.001', '10', '69300000', '69339999', '74895000', '76799999', NULL, 1652938819),
(79286, '3220', '214.00', '3', '5.001', '10', '69300000', '69339999', '74895000', '76799999', NULL, 1652938820),
(79287, '3298', '116.00', '20', '10.001', '15', '69300000', '69339999', '74895000', '76799999', NULL, 1652938820),
(79288, '3220', '346.00', '3', '10.001', '15', '69300000', '69339999', '74895000', '76799999', NULL, 1652938822),
(79289, '3298', '160.00', '20', '15.001', '20', '69300000', '69339999', '74895000', '76799999', NULL, 1652938823),
(79290, '3220', '479.00', '3', '15.001', '20', '69300000', '69339999', '74895000', '76799999', NULL, 1652938824),
(79291, '3298', '205.00', '20', '20.001', '25', '69300000', '69339999', '74895000', '76799999', NULL, 1652938824),
(79292, '3220', '612.00', '3', '20.001', '25', '69300000', '69339999', '74895000', '76799999', NULL, 1652938826),
(79293, '3298', '249.00', '20', '25.001', '30', '69300000', '69339999', '74895000', '76799999', NULL, 1652938827),
(79294, '3220', '744.00', '3', '25.001', '30', '69300000', '69339999', '74895000', '76799999', NULL, 1652938827),
(79295, '3298', '45.00', '20', '0.3', '5', '69300000', '69339999', '77000000', '77270999', NULL, 1652938833),
(79296, '3220', '137.00', '3', '0.3', '5', '69300000', '69339999', '77000000', '77270999', NULL, 1652938834),
(79297, '3298', '71.00', '20', '5.001', '10', '69300000', '69339999', '77000000', '77270999', NULL, 1652938840),
(79298, '3220', '214.00', '3', '5.001', '10', '69300000', '69339999', '77000000', '77270999', NULL, 1652938840),
(79299, '3298', '116.00', '20', '10.001', '15', '69300000', '69339999', '77000000', '77270999', NULL, 1652938842),
(79300, '3220', '346.00', '3', '10.001', '15', '69300000', '69339999', '77000000', '77270999', NULL, 1652938843),
(79301, '3298', '160.00', '20', '15.001', '20', '69300000', '69339999', '77000000', '77270999', NULL, 1652938845),
(79302, '3220', '479.00', '3', '15.001', '20', '69300000', '69339999', '77000000', '77270999', NULL, 1652938846),
(79303, '3298', '205.00', '20', '20.001', '25', '69300000', '69339999', '77000000', '77270999', NULL, 1652938847),
(79304, '3220', '612.00', '3', '20.001', '25', '69300000', '69339999', '77000000', '77270999', NULL, 1652938847),
(79305, '3298', '249.00', '20', '25.001', '30', '69300000', '69339999', '77000000', '77270999', NULL, 1652938853),
(79306, '3220', '744.00', '3', '25.001', '30', '69300000', '69339999', '77000000', '77270999', NULL, 1652938858),
(79307, '3298', '90.00', '20', '0.3', '5', '69300000', '69339999', '77300000', '77995999', NULL, 1652938860),
(79308, '3220', '183.00', '4', '0.3', '5', '69300000', '69339999', '77300000', '77995999', NULL, 1652938861),
(79309, '3298', '133.00', '20', '5.001', '10', '69300000', '69339999', '77300000', '77995999', NULL, 1652938862),
(79310, '3220', '266.00', '4', '5.001', '10', '69300000', '69339999', '77300000', '77995999', NULL, 1652938863),
(79311, '3298', '215.00', '20', '10.001', '15', '69300000', '69339999', '77300000', '77995999', NULL, 1652938866),
(79312, '3220', '430.00', '4', '10.001', '15', '69300000', '69339999', '77300000', '77995999', NULL, 1652938866),
(79313, '3298', '298.00', '20', '15.001', '20', '69300000', '69339999', '77300000', '77995999', NULL, 1652938866),
(79314, '3220', '595.00', '4', '15.001', '20', '69300000', '69339999', '77300000', '77995999', NULL, 1652938867),
(79315, '3298', '380.00', '20', '20.001', '25', '69300000', '69339999', '77300000', '77995999', NULL, 1652938869);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(79316, '3220', '760.00', '4', '20.001', '25', '69300000', '69339999', '77300000', '77995999', NULL, 1652938870),
(79317, '3298', '463.00', '20', '25.001', '30', '69300000', '69339999', '77300000', '77995999', NULL, 1652938870),
(79318, '3220', '925.00', '4', '25.001', '30', '69300000', '69339999', '77300000', '77995999', NULL, 1652938871),
(79319, '3298', '45.00', '21', '0.3', '5', '69300000', '69339999', '78000000', '78109999', NULL, 1652938872),
(79320, '3220', '137.00', '4', '0.3', '5', '69300000', '69339999', '78000000', '78109999', NULL, 1652938874),
(79321, '3298', '71.00', '21', '5.001', '10', '69300000', '69339999', '78000000', '78109999', NULL, 1652938874),
(79322, '3220', '214.00', '4', '5.001', '10', '69300000', '69339999', '78000000', '78109999', NULL, 1652938875),
(79323, '3298', '116.00', '21', '10.001', '15', '69300000', '69339999', '78000000', '78109999', NULL, 1652938876),
(79324, '3220', '346.00', '4', '10.001', '15', '69300000', '69339999', '78000000', '78109999', NULL, 1652938876),
(79325, '3298', '160.00', '21', '15.001', '20', '69300000', '69339999', '78000000', '78109999', NULL, 1652938877),
(79326, '3220', '479.00', '4', '15.001', '20', '69300000', '69339999', '78000000', '78109999', NULL, 1652938878),
(79327, '3298', '205.00', '21', '20.001', '25', '69300000', '69339999', '78000000', '78109999', NULL, 1652938879),
(79328, '3220', '612.00', '4', '20.001', '25', '69300000', '69339999', '78000000', '78109999', NULL, 1652938880),
(79329, '3298', '249.00', '21', '25.001', '30', '69300000', '69339999', '78000000', '78109999', NULL, 1652938881),
(79330, '3220', '744.00', '4', '25.001', '30', '69300000', '69339999', '78000000', '78109999', NULL, 1652938883),
(79331, '3298', '90.00', '25', '0.3', '5', '69300000', '69339999', '78110000', '78899999', NULL, 1652938883),
(79332, '3220', '183.00', '7', '0.3', '5', '69300000', '69339999', '78110000', '78899999', NULL, 1652938884),
(79333, '3298', '133.00', '25', '5.001', '10', '69300000', '69339999', '78110000', '78899999', NULL, 1652938885),
(79334, '3220', '266.00', '7', '5.001', '10', '69300000', '69339999', '78110000', '78899999', NULL, 1652938886),
(79335, '3298', '215.00', '25', '10.001', '15', '69300000', '69339999', '78110000', '78899999', NULL, 1652938887),
(79336, '3220', '430.00', '7', '10.001', '15', '69300000', '69339999', '78110000', '78899999', NULL, 1652938888),
(79337, '3298', '298.00', '25', '15.001', '20', '69300000', '69339999', '78110000', '78899999', NULL, 1652938889),
(79338, '3220', '595.00', '7', '15.001', '20', '69300000', '69339999', '78110000', '78899999', NULL, 1652938890),
(79339, '3298', '380.00', '25', '20.001', '25', '69300000', '69339999', '78110000', '78899999', NULL, 1652938891),
(79340, '3220', '760.00', '7', '20.001', '25', '69300000', '69339999', '78110000', '78899999', NULL, 1652938892),
(79341, '3298', '463.00', '25', '25.001', '30', '69300000', '69339999', '78110000', '78899999', NULL, 1652938892),
(79342, '3220', '925.00', '7', '25.001', '30', '69300000', '69339999', '78110000', '78899999', NULL, 1652938898),
(79343, '3298', '70.00', '24', '0.3', '5', '69300000', '69339999', '78900000', '78930999', NULL, 1652938899),
(79344, '3220', '157.00', '6', '0.3', '5', '69300000', '69339999', '78900000', '78930999', NULL, 1652938905),
(79345, '3298', '106.00', '24', '5.001', '10', '69300000', '69339999', '78900000', '78930999', NULL, 1652938906),
(79346, '3220', '226.00', '6', '5.001', '10', '69300000', '69339999', '78900000', '78930999', NULL, 1652938907),
(79347, '3298', '172.00', '24', '10.001', '15', '69300000', '69339999', '78900000', '78930999', NULL, 1652938909),
(79348, '3220', '367.00', '6', '10.001', '15', '69300000', '69339999', '78900000', '78930999', NULL, 1652938910),
(79349, '3298', '239.00', '24', '15.001', '20', '69300000', '69339999', '78900000', '78930999', NULL, 1652938917),
(79350, '3220', '508.00', '6', '15.001', '20', '69300000', '69339999', '78900000', '78930999', NULL, 1652938918),
(79351, '3298', '305.00', '24', '20.001', '25', '69300000', '69339999', '78900000', '78930999', NULL, 1652938918),
(79352, '3220', '649.00', '6', '20.001', '25', '69300000', '69339999', '78900000', '78930999', NULL, 1652938919),
(79353, '3298', '371.00', '24', '25.001', '30', '69300000', '69339999', '78900000', '78930999', NULL, 1652938920),
(79354, '3220', '789.00', '6', '25.001', '30', '69300000', '69339999', '78900000', '78930999', NULL, 1652938921),
(79355, '3298', '90.00', '21', '0.3', '5', '69300000', '69339999', '78931000', '78999999', NULL, 1652938921),
(79356, '3220', '183.00', '5', '0.3', '5', '69300000', '69339999', '78931000', '78999999', NULL, 1652938923),
(79357, '3298', '133.00', '21', '5.001', '10', '69300000', '69339999', '78931000', '78999999', NULL, 1652938924),
(79358, '3220', '266.00', '5', '5.001', '10', '69300000', '69339999', '78931000', '78999999', NULL, 1652938925),
(79359, '3298', '215.00', '21', '10.001', '15', '69300000', '69339999', '78931000', '78999999', NULL, 1652938926),
(79360, '3220', '430.00', '5', '10.001', '15', '69300000', '69339999', '78931000', '78999999', NULL, 1652938927),
(79361, '3298', '298.00', '21', '15.001', '20', '69300000', '69339999', '78931000', '78999999', NULL, 1652938929),
(79362, '3220', '595.00', '5', '15.001', '20', '69300000', '69339999', '78931000', '78999999', NULL, 1652938930),
(79363, '3298', '380.00', '21', '20.001', '25', '69300000', '69339999', '78931000', '78999999', NULL, 1652938930),
(79364, '3220', '760.00', '5', '20.001', '25', '69300000', '69339999', '78931000', '78999999', NULL, 1652938932),
(79365, '3298', '463.00', '21', '25.001', '30', '69300000', '69339999', '78931000', '78999999', NULL, 1652938933),
(79366, '3220', '925.00', '5', '25.001', '30', '69300000', '69339999', '78931000', '78999999', NULL, 1652938934),
(79367, '3298', '45.00', '22', '0.3', '5', '69300000', '69339999', '79000000', '79129999', NULL, 1652938935),
(79368, '3220', '137.00', '3', '0.3', '5', '69300000', '69339999', '79000000', '79129999', NULL, 1652938936),
(79369, '3298', '71.00', '22', '5.001', '10', '69300000', '69339999', '79000000', '79129999', NULL, 1652938936),
(79370, '3220', '214.00', '3', '5.001', '10', '69300000', '69339999', '79000000', '79129999', NULL, 1652938937),
(79371, '3298', '116.00', '22', '10.001', '15', '69300000', '69339999', '79000000', '79129999', NULL, 1652938939),
(79372, '3220', '346.00', '3', '10.001', '15', '69300000', '69339999', '79000000', '79129999', NULL, 1652938940),
(79373, '3298', '160.00', '22', '15.001', '20', '69300000', '69339999', '79000000', '79129999', NULL, 1652938941),
(79374, '3220', '479.00', '3', '15.001', '20', '69300000', '69339999', '79000000', '79129999', NULL, 1652938942),
(79375, '3298', '205.00', '22', '20.001', '25', '69300000', '69339999', '79000000', '79129999', NULL, 1652938942),
(79376, '3220', '612.00', '3', '20.001', '25', '69300000', '69339999', '79000000', '79129999', NULL, 1652938944),
(79377, '3298', '249.00', '22', '25.001', '30', '69300000', '69339999', '79000000', '79129999', NULL, 1652938944),
(79378, '3220', '744.00', '3', '25.001', '30', '69300000', '69339999', '79000000', '79129999', NULL, 1652938945),
(79379, '3298', '90.00', '26', '0.3', '5', '69300000', '69339999', '79130000', '79999999', NULL, 1652938948),
(79380, '3220', '183.00', '7', '0.3', '5', '69300000', '69339999', '79130000', '79999999', NULL, 1652938948),
(79381, '3298', '133.00', '26', '5.001', '10', '69300000', '69339999', '79130000', '79999999', NULL, 1652938949),
(79382, '3220', '266.00', '7', '5.001', '10', '69300000', '69339999', '79130000', '79999999', NULL, 1652938951),
(79383, '3298', '215.00', '26', '10.001', '15', '69300000', '69339999', '79130000', '79999999', NULL, 1652938953),
(79384, '3220', '430.00', '7', '10.001', '15', '69300000', '69339999', '79130000', '79999999', NULL, 1652938955),
(79385, '3298', '298.00', '26', '15.001', '20', '69300000', '69339999', '79130000', '79999999', NULL, 1652938956),
(79386, '3220', '595.00', '7', '15.001', '20', '69300000', '69339999', '79130000', '79999999', NULL, 1652938963),
(79387, '3298', '380.00', '26', '20.001', '25', '69300000', '69339999', '79130000', '79999999', NULL, 1652938965),
(79388, '3220', '760.00', '7', '20.001', '25', '69300000', '69339999', '79130000', '79999999', NULL, 1652938966),
(79389, '3298', '463.00', '26', '25.001', '30', '69300000', '69339999', '79130000', '79999999', NULL, 1652938967),
(79390, '3220', '925.00', '7', '25.001', '30', '69300000', '69339999', '79130000', '79999999', NULL, 1652938968),
(79391, '3298', '45.00', '21', '0.3', '5', '69300000', '69339999', '80000000', '82999999', NULL, 1652938970),
(79392, '3220', '137.00', '3', '0.3', '5', '69300000', '69339999', '80000000', '82999999', NULL, 1652938971),
(79393, '3298', '71.00', '21', '5.001', '10', '69300000', '69339999', '80000000', '82999999', NULL, 1652938972),
(79394, '3220', '214.00', '3', '5.001', '10', '69300000', '69339999', '80000000', '82999999', NULL, 1652938973),
(79395, '3298', '116.00', '21', '10.001', '15', '69300000', '69339999', '80000000', '82999999', NULL, 1652938976),
(79396, '3220', '346.00', '3', '10.001', '15', '69300000', '69339999', '80000000', '82999999', NULL, 1652938976),
(79397, '3298', '160.00', '21', '15.001', '20', '69300000', '69339999', '80000000', '82999999', NULL, 1652938977),
(79398, '3220', '479.00', '3', '15.001', '20', '69300000', '69339999', '80000000', '82999999', NULL, 1652938977),
(79399, '3298', '205.00', '21', '20.001', '25', '69300000', '69339999', '80000000', '82999999', NULL, 1652938978),
(79400, '3220', '612.00', '3', '20.001', '25', '69300000', '69339999', '80000000', '82999999', NULL, 1652938978),
(79401, '3298', '249.00', '21', '25.001', '30', '69300000', '69339999', '80000000', '82999999', NULL, 1652938980),
(79402, '3220', '744.00', '3', '25.001', '30', '69300000', '69339999', '80000000', '82999999', NULL, 1652938980),
(79403, '3298', '45.00', '21', '0.3', '5', '69300000', '69339999', '80000000', '83800999', NULL, 1652938981),
(79404, '3220', '137.00', '3', '0.3', '5', '69300000', '69339999', '80000000', '83800999', NULL, 1652938982),
(79405, '3298', '71.00', '21', '5.001', '10', '69300000', '69339999', '80000000', '83800999', NULL, 1652938983),
(79406, '3220', '214.00', '3', '5.001', '10', '69300000', '69339999', '80000000', '83800999', NULL, 1652938988),
(79407, '3298', '116.00', '21', '10.001', '15', '69300000', '69339999', '80000000', '83800999', NULL, 1652938988),
(79408, '3220', '346.00', '3', '10.001', '15', '69300000', '69339999', '80000000', '83800999', NULL, 1652938992),
(79409, '3298', '160.00', '21', '15.001', '20', '69300000', '69339999', '80000000', '83800999', NULL, 1652938992),
(79410, '3220', '479.00', '3', '15.001', '20', '69300000', '69339999', '80000000', '83800999', NULL, 1652938995),
(79411, '3298', '205.00', '21', '20.001', '25', '69300000', '69339999', '80000000', '83800999', NULL, 1652938995),
(79412, '3220', '612.00', '3', '20.001', '25', '69300000', '69339999', '80000000', '83800999', NULL, 1652938998),
(79413, '3298', '249.00', '21', '25.001', '30', '69300000', '69339999', '80000000', '83800999', NULL, 1652939000),
(79414, '3220', '744.00', '3', '25.001', '30', '69300000', '69339999', '80000000', '83800999', NULL, 1652939001),
(79415, '3298', '90.00', '25', '0.3', '5', '69300000', '69339999', '83801000', '87999999', NULL, 1652939003),
(79416, '3220', '183.00', '6', '0.3', '5', '69300000', '69339999', '83801000', '87999999', NULL, 1652939005),
(79417, '3298', '133.00', '25', '5.001', '10', '69300000', '69339999', '83801000', '87999999', NULL, 1652939005),
(79418, '3220', '266.00', '6', '5.001', '10', '69300000', '69339999', '83801000', '87999999', NULL, 1652939008),
(79419, '3298', '215.00', '25', '10.001', '15', '69300000', '69339999', '83801000', '87999999', NULL, 1652939008),
(79420, '3220', '430.00', '6', '10.001', '15', '69300000', '69339999', '83801000', '87999999', NULL, 1652939009),
(79421, '3298', '298.00', '25', '15.001', '20', '69300000', '69339999', '83801000', '87999999', NULL, 1652939009),
(79422, '3220', '595.00', '6', '15.001', '20', '69300000', '69339999', '83801000', '87999999', NULL, 1652939012),
(79423, '3298', '380.00', '25', '20.001', '25', '69300000', '69339999', '83801000', '87999999', NULL, 1652939013),
(79424, '3220', '760.00', '6', '20.001', '25', '69300000', '69339999', '83801000', '87999999', NULL, 1652939014),
(79425, '3298', '463.00', '25', '25.001', '30', '69300000', '69339999', '83801000', '87999999', NULL, 1652939017),
(79426, '3220', '925.00', '6', '25.001', '30', '69300000', '69339999', '83801000', '87999999', NULL, 1652939018),
(79427, '3298', '45.00', '22', '0.3', '5', '69300000', '69339999', '88000000', '82999999', NULL, 1652939020),
(79428, '3220', '137.00', '3', '0.3', '5', '69300000', '69339999', '88000000', '82999999', NULL, 1652939021),
(79429, '3298', '71.00', '22', '5.001', '10', '69300000', '69339999', '88000000', '82999999', NULL, 1652939024),
(79430, '3220', '214.00', '3', '5.001', '10', '69300000', '69339999', '88000000', '82999999', NULL, 1652939025),
(79431, '3298', '116.00', '22', '10.001', '15', '69300000', '69339999', '88000000', '82999999', NULL, 1652939027),
(79432, '3220', '346.00', '3', '10.001', '15', '69300000', '69339999', '88000000', '82999999', NULL, 1652939029),
(79433, '3298', '160.00', '22', '15.001', '20', '69300000', '69339999', '88000000', '82999999', NULL, 1652939030),
(79434, '3220', '479.00', '3', '15.001', '20', '69300000', '69339999', '88000000', '82999999', NULL, 1652939033),
(79435, '3298', '205.00', '22', '20.001', '25', '69300000', '69339999', '88000000', '82999999', NULL, 1652939035),
(79436, '3220', '612.00', '3', '20.001', '25', '69300000', '69339999', '88000000', '82999999', NULL, 1652939036),
(79437, '3298', '249.00', '22', '25.001', '30', '69300000', '69339999', '88000000', '82999999', NULL, 1652939038),
(79438, '3220', '744.00', '3', '25.001', '30', '69300000', '69339999', '88000000', '82999999', NULL, 1652939039),
(79439, '3298', '45.00', '22', '0.3', '5', '69300000', '69339999', '88000000', '88469999', NULL, 1652939040),
(79440, '3220', '137.00', '3', '0.3', '5', '69300000', '69339999', '88000000', '88469999', NULL, 1652939041),
(79441, '3298', '71.00', '22', '5.001', '10', '69300000', '69339999', '88000000', '88469999', NULL, 1652939047),
(79442, '3220', '214.00', '3', '5.001', '10', '69300000', '69339999', '88000000', '88469999', NULL, 1652939052),
(79443, '3298', '116.00', '22', '10.001', '15', '69300000', '69339999', '88000000', '88469999', NULL, 1652939054),
(79444, '3220', '346.00', '3', '10.001', '15', '69300000', '69339999', '88000000', '88469999', NULL, 1652939056),
(79445, '3298', '160.00', '22', '15.001', '20', '69300000', '69339999', '88000000', '88469999', NULL, 1652939057),
(79446, '3220', '479.00', '3', '15.001', '20', '69300000', '69339999', '88000000', '88469999', NULL, 1652939057),
(79447, '3298', '205.00', '22', '20.001', '25', '69300000', '69339999', '88000000', '88469999', NULL, 1652939059),
(79448, '3220', '612.00', '3', '20.001', '25', '69300000', '69339999', '88000000', '88469999', NULL, 1652939060),
(79449, '3298', '249.00', '22', '25.001', '30', '69300000', '69339999', '88000000', '88469999', NULL, 1652939061),
(79450, '3220', '744.00', '3', '25.001', '30', '69300000', '69339999', '88000000', '88469999', NULL, 1652939062),
(79451, '3298', '78.00', '22', '0.3', '5', '69300000', '69339999', '88470000', '89999999', NULL, 1652939063),
(79452, '3220', '154.00', '3', '0.3', '5', '69300000', '69339999', '88470000', '89999999', NULL, 1652939064),
(79453, '3298', '114.00', '22', '5.001', '10', '69300000', '69339999', '88470000', '89999999', NULL, 1652939064),
(79454, '3220', '223.00', '3', '5.001', '10', '69300000', '69339999', '88470000', '89999999', NULL, 1652939066),
(79455, '3298', '185.00', '22', '10.001', '15', '69300000', '69339999', '88470000', '89999999', NULL, 1652939066),
(79456, '3220', '361.00', '3', '10.001', '15', '69300000', '69339999', '88470000', '89999999', NULL, 1652939067),
(79457, '3298', '256.00', '22', '15.001', '20', '69300000', '69339999', '88470000', '89999999', NULL, 1652939068),
(79458, '3220', '500.00', '3', '15.001', '20', '69300000', '69339999', '88470000', '89999999', NULL, 1652939069),
(79459, '3298', '327.00', '22', '20.001', '25', '69300000', '69339999', '88470000', '89999999', NULL, 1652939070),
(79460, '3220', '638.00', '3', '20.001', '25', '69300000', '69339999', '88470000', '89999999', NULL, 1652939070),
(79461, '3298', '398.00', '22', '25.001', '30', '69300000', '69339999', '88470000', '89999999', NULL, 1652939071),
(79462, '3220', '777.00', '3', '25.001', '30', '69300000', '69339999', '88470000', '89999999', NULL, 1652939072),
(79463, '3298', '45.00', '22', '0.3', '5', '69300000', '69339999', '90000000', '91999999', NULL, 1652939073),
(79464, '3220', '137.00', '3', '0.3', '5', '69300000', '69339999', '90000000', '91999999', NULL, 1652939075),
(79465, '3298', '71.00', '22', '5.001', '10', '69300000', '69339999', '90000000', '91999999', NULL, 1652939076),
(79466, '3220', '214.00', '3', '5.001', '10', '69300000', '69339999', '90000000', '91999999', NULL, 1652939077),
(79467, '3298', '116.00', '22', '10.001', '15', '69300000', '69339999', '90000000', '91999999', NULL, 1652939078),
(79468, '3220', '346.00', '3', '10.001', '15', '69300000', '69339999', '90000000', '91999999', NULL, 1652939079),
(79469, '3298', '160.00', '22', '15.001', '20', '69300000', '69339999', '90000000', '91999999', NULL, 1652939083),
(79470, '3220', '479.00', '3', '15.001', '20', '69300000', '69339999', '90000000', '91999999', NULL, 1652939089),
(79471, '3298', '205.00', '22', '20.001', '25', '69300000', '69339999', '90000000', '91999999', NULL, 1652939089),
(79472, '3220', '612.00', '3', '20.001', '25', '69300000', '69339999', '90000000', '91999999', NULL, 1652939091),
(79473, '3298', '249.00', '22', '25.001', '30', '69300000', '69339999', '90000000', '91999999', NULL, 1652939092),
(79474, '3220', '744.00', '3', '25.001', '30', '69300000', '69339999', '90000000', '91999999', NULL, 1652939093),
(79475, '3298', '45.00', '22', '0.3', '5', '69300000', '69339999', '90000000', '94900999', NULL, 1652939094),
(79476, '3220', '137.00', '3', '0.3', '5', '69300000', '69339999', '90000000', '94900999', NULL, 1652939095),
(79477, '3298', '71.00', '22', '5.001', '10', '69300000', '69339999', '90000000', '94900999', NULL, 1652939096),
(79478, '3220', '214.00', '3', '5.001', '10', '69300000', '69339999', '90000000', '94900999', NULL, 1652939096),
(79479, '3298', '116.00', '22', '10.001', '15', '69300000', '69339999', '90000000', '94900999', NULL, 1652939097),
(79480, '3220', '346.00', '3', '10.001', '15', '69300000', '69339999', '90000000', '94900999', NULL, 1652939099),
(79481, '3298', '160.00', '22', '15.001', '20', '69300000', '69339999', '90000000', '94900999', NULL, 1652939100),
(79482, '3220', '479.00', '3', '15.001', '20', '69300000', '69339999', '90000000', '94900999', NULL, 1652939100),
(79483, '3298', '205.00', '22', '20.001', '25', '69300000', '69339999', '90000000', '94900999', NULL, 1652939103),
(79484, '3220', '612.00', '3', '20.001', '25', '69300000', '69339999', '90000000', '94900999', NULL, 1652939104),
(79485, '3298', '249.00', '22', '25.001', '30', '69300000', '69339999', '90000000', '94900999', NULL, 1652939107),
(79486, '3220', '744.00', '3', '25.001', '30', '69300000', '69339999', '90000000', '94900999', NULL, 1652939108),
(79487, '3298', '90.00', '28', '0.3', '5', '69300000', '69339999', '94901000', '99999999', NULL, 1652939109),
(79488, '3220', '183.00', '8', '0.3', '5', '69300000', '69339999', '94901000', '99999999', NULL, 1652939110),
(79489, '3298', '133.00', '28', '5.001', '10', '69300000', '69339999', '94901000', '99999999', NULL, 1652939111),
(79490, '3220', '266.00', '8', '5.001', '10', '69300000', '69339999', '94901000', '99999999', NULL, 1652939113),
(79491, '3298', '215.00', '28', '10.001', '15', '69300000', '69339999', '94901000', '99999999', NULL, 1652939114),
(79492, '3220', '430.00', '8', '10.001', '15', '69300000', '69339999', '94901000', '99999999', NULL, 1652939116),
(79493, '3298', '298.00', '28', '15.001', '20', '69300000', '69339999', '94901000', '99999999', NULL, 1652939121),
(79494, '3220', '595.00', '8', '15.001', '20', '69300000', '69339999', '94901000', '99999999', NULL, 1652939121),
(79495, '3298', '380.00', '28', '20.001', '25', '69300000', '69339999', '94901000', '99999999', NULL, 1652939123),
(79496, '3220', '760.00', '8', '20.001', '25', '69300000', '69339999', '94901000', '99999999', NULL, 1652939124),
(79497, '3298', '463.00', '28', '25.001', '30', '69300000', '69339999', '94901000', '99999999', NULL, 1652939125),
(79498, '3220', '925.00', '8', '25.001', '30', '69300000', '69339999', '94901000', '99999999', NULL, 1652939128),
(79499, '3298', '90.00', '26', '0.3', '5', '69340000', '69389999', '01000000', '08499999', NULL, 1652939128),
(79500, '3220', '183.00', '7', '0.3', '5', '69340000', '69389999', '01000000', '08499999', NULL, 1652939130),
(79501, '3298', '133.00', '26', '5.001', '10', '69340000', '69389999', '01000000', '08499999', NULL, 1652939131),
(79502, '3220', '266.00', '7', '5.001', '10', '69340000', '69389999', '01000000', '08499999', NULL, 1652939133),
(79503, '3298', '215.00', '26', '10.001', '15', '69340000', '69389999', '01000000', '08499999', NULL, 1652939136),
(79504, '3220', '430.00', '7', '10.001', '15', '69340000', '69389999', '01000000', '08499999', NULL, 1652939140),
(79505, '3298', '298.00', '26', '15.001', '20', '69340000', '69389999', '01000000', '08499999', NULL, 1652939141),
(79506, '3220', '595.00', '7', '15.001', '20', '69340000', '69389999', '01000000', '08499999', NULL, 1652939143),
(79507, '3298', '380.00', '26', '20.001', '25', '69340000', '69389999', '01000000', '08499999', NULL, 1652939144),
(79508, '3220', '760.00', '7', '20.001', '25', '69340000', '69389999', '01000000', '08499999', NULL, 1652939144),
(79509, '3298', '463.00', '26', '25.001', '30', '69340000', '69389999', '01000000', '08499999', NULL, 1652939146),
(79510, '3220', '925.00', '7', '25.001', '30', '69340000', '69389999', '01000000', '08499999', NULL, 1652939149),
(79511, '3298', '90.00', '26', '0.3', '5', '69340000', '69389999', '06000000', '09999999', NULL, 1652939149),
(79512, '3220', '183.00', '7', '0.3', '5', '69340000', '69389999', '06000000', '09999999', NULL, 1652939150),
(79513, '3298', '133.00', '26', '5.001', '10', '69340000', '69389999', '06000000', '09999999', NULL, 1652939151),
(79514, '3220', '266.00', '7', '5.001', '10', '69340000', '69389999', '06000000', '09999999', NULL, 1652939154),
(79515, '3298', '215.00', '26', '10.001', '15', '69340000', '69389999', '06000000', '09999999', NULL, 1652939157),
(79516, '3220', '430.00', '7', '10.001', '15', '69340000', '69389999', '06000000', '09999999', NULL, 1652939158),
(79517, '3298', '298.00', '26', '15.001', '20', '69340000', '69389999', '06000000', '09999999', NULL, 1652939163),
(79518, '3220', '595.00', '7', '15.001', '20', '69340000', '69389999', '06000000', '09999999', NULL, 1652939164),
(79519, '3298', '380.00', '26', '20.001', '25', '69340000', '69389999', '06000000', '09999999', NULL, 1652939165),
(79520, '3220', '760.00', '7', '20.001', '25', '69340000', '69389999', '06000000', '09999999', NULL, 1652939170),
(79521, '3298', '463.00', '26', '25.001', '30', '69340000', '69389999', '06000000', '09999999', NULL, 1652939171),
(79522, '3220', '925.00', '7', '25.001', '30', '69340000', '69389999', '06000000', '09999999', NULL, 1652939173),
(79523, '3298', '90.00', '27', '0.3', '5', '69340000', '69389999', '11000000', '11999999', NULL, 1652939175),
(79524, '3220', '183.00', '9', '0.3', '5', '69340000', '69389999', '11000000', '11999999', NULL, 1652939176),
(79525, '3298', '133.00', '27', '5.001', '10', '69340000', '69389999', '11000000', '11999999', NULL, 1652939177),
(79526, '3220', '266.00', '9', '5.001', '10', '69340000', '69389999', '11000000', '11999999', NULL, 1652939178),
(79527, '3298', '215.00', '27', '10.001', '15', '69340000', '69389999', '11000000', '11999999', NULL, 1652939181),
(79528, '3220', '430.00', '9', '10.001', '15', '69340000', '69389999', '11000000', '11999999', NULL, 1652939182),
(79529, '3298', '298.00', '27', '15.001', '20', '69340000', '69389999', '11000000', '11999999', NULL, 1652939183),
(79530, '3220', '595.00', '9', '15.001', '20', '69340000', '69389999', '11000000', '11999999', NULL, 1652939183),
(79531, '3298', '380.00', '27', '20.001', '25', '69340000', '69389999', '11000000', '11999999', NULL, 1652939184),
(79532, '3220', '760.00', '9', '20.001', '25', '69340000', '69389999', '11000000', '11999999', NULL, 1652939184),
(79533, '3298', '463.00', '27', '25.001', '30', '69340000', '69389999', '11000000', '11999999', NULL, 1652939185),
(79534, '3220', '925.00', '9', '25.001', '30', '69340000', '69389999', '11000000', '11999999', NULL, 1652939186),
(79535, '3298', '90.00', '26', '0.3', '5', '69340000', '69389999', '12000000', '19999999', NULL, 1652939190),
(79536, '3220', '183.00', '7', '0.3', '5', '69340000', '69389999', '12000000', '19999999', NULL, 1652939191),
(79537, '3298', '133.00', '26', '5.001', '10', '69340000', '69389999', '12000000', '19999999', NULL, 1652939193),
(79538, '3220', '266.00', '7', '5.001', '10', '69340000', '69389999', '12000000', '19999999', NULL, 1652939195),
(79539, '3298', '215.00', '26', '10.001', '15', '69340000', '69389999', '12000000', '19999999', NULL, 1652939195),
(79540, '3220', '430.00', '7', '10.001', '15', '69340000', '69389999', '12000000', '19999999', NULL, 1652939196),
(79541, '3298', '298.00', '26', '15.001', '20', '69340000', '69389999', '12000000', '19999999', NULL, 1652939198),
(79542, '3220', '595.00', '7', '15.001', '20', '69340000', '69389999', '12000000', '19999999', NULL, 1652939199),
(79543, '3298', '380.00', '26', '20.001', '25', '69340000', '69389999', '12000000', '19999999', NULL, 1652939200),
(79544, '3220', '760.00', '7', '20.001', '25', '69340000', '69389999', '12000000', '19999999', NULL, 1652939201),
(79545, '3298', '463.00', '26', '25.001', '30', '69340000', '69389999', '12000000', '19999999', NULL, 1652939202),
(79546, '3220', '925.00', '7', '25.001', '30', '69340000', '69389999', '12000000', '19999999', NULL, 1652939203),
(79547, '3298', '90.00', '27', '0.3', '5', '69340000', '69389999', '26601000', '28999999', NULL, 1652939241),
(79548, '3220', '183.00', '9', '0.3', '5', '69340000', '69389999', '26601000', '28999999', NULL, 1652939243),
(79549, '3298', '133.00', '27', '5.001', '10', '69340000', '69389999', '26601000', '28999999', NULL, 1652939244),
(79550, '3220', '266.00', '9', '5.001', '10', '69340000', '69389999', '26601000', '28999999', NULL, 1652939247),
(79551, '3298', '215.00', '27', '10.001', '15', '69340000', '69389999', '26601000', '28999999', NULL, 1652939247),
(79552, '3220', '430.00', '9', '10.001', '15', '69340000', '69389999', '26601000', '28999999', NULL, 1652939249),
(79553, '3298', '298.00', '27', '15.001', '20', '69340000', '69389999', '26601000', '28999999', NULL, 1652939251),
(79554, '3220', '595.00', '9', '15.001', '20', '69340000', '69389999', '26601000', '28999999', NULL, 1652939254),
(79555, '3298', '380.00', '27', '20.001', '25', '69340000', '69389999', '26601000', '28999999', NULL, 1652939257),
(79556, '3220', '760.00', '9', '20.001', '25', '69340000', '69389999', '26601000', '28999999', NULL, 1652939260),
(79557, '3298', '463.00', '27', '25.001', '30', '69340000', '69389999', '26601000', '28999999', NULL, 1652939263),
(79558, '3220', '925.00', '9', '25.001', '30', '69340000', '69389999', '26601000', '28999999', NULL, 1652939265),
(79559, '3298', '90.00', '26', '0.3', '5', '69340000', '69389999', '29000000', '29099999', NULL, 1652939266),
(79560, '3220', '183.00', '7', '0.3', '5', '69340000', '69389999', '29000000', '29099999', NULL, 1652939269),
(79561, '3298', '133.00', '26', '5.001', '10', '69340000', '69389999', '29000000', '29099999', NULL, 1652939272),
(79562, '3220', '266.00', '7', '5.001', '10', '69340000', '69389999', '29000000', '29099999', NULL, 1652939273),
(79563, '3298', '215.00', '26', '10.001', '15', '69340000', '69389999', '29000000', '29099999', NULL, 1652939274),
(79564, '3220', '430.00', '7', '10.001', '15', '69340000', '69389999', '29000000', '29099999', NULL, 1652939277),
(79565, '3298', '298.00', '26', '15.001', '20', '69340000', '69389999', '29000000', '29099999', NULL, 1652939281),
(79566, '3220', '595.00', '7', '15.001', '20', '69340000', '69389999', '29000000', '29099999', NULL, 1652939282),
(79567, '3298', '380.00', '26', '20.001', '25', '69340000', '69389999', '29000000', '29099999', NULL, 1652939284),
(79568, '3220', '760.00', '7', '20.001', '25', '69340000', '69389999', '29000000', '29099999', NULL, 1652939288),
(79569, '3298', '463.00', '26', '25.001', '30', '69340000', '69389999', '29000000', '29099999', NULL, 1652939292),
(79570, '3220', '925.00', '7', '25.001', '30', '69340000', '69389999', '29000000', '29099999', NULL, 1652939293),
(79571, '3298', '90.00', '28', '0.3', '5', '69340000', '69389999', '29100000', '29999999', NULL, 1652939294),
(79572, '3220', '183.00', '9', '0.3', '5', '69340000', '69389999', '29100000', '29999999', NULL, 1652939295),
(79573, '3298', '133.00', '28', '5.001', '10', '69340000', '69389999', '29100000', '29999999', NULL, 1652939295),
(79574, '3220', '266.00', '9', '5.001', '10', '69340000', '69389999', '29100000', '29999999', NULL, 1652939298),
(79575, '3298', '215.00', '28', '10.001', '15', '69340000', '69389999', '29100000', '29999999', NULL, 1652939298),
(79576, '3220', '430.00', '9', '10.001', '15', '69340000', '69389999', '29100000', '29999999', NULL, 1652939303),
(79577, '3298', '298.00', '28', '15.001', '20', '69340000', '69389999', '29100000', '29999999', NULL, 1652939303),
(79578, '3220', '595.00', '9', '15.001', '20', '69340000', '69389999', '29100000', '29999999', NULL, 1652939305),
(79579, '3298', '380.00', '28', '20.001', '25', '69340000', '69389999', '29100000', '29999999', NULL, 1652939306),
(79580, '3220', '760.00', '9', '20.001', '25', '69340000', '69389999', '29100000', '29999999', NULL, 1652939309),
(79581, '3298', '463.00', '28', '25.001', '30', '69340000', '69389999', '29100000', '29999999', NULL, 1652939312),
(79582, '3220', '925.00', '9', '25.001', '30', '69340000', '69389999', '29100000', '29999999', NULL, 1652939314),
(79583, '3298', '90.00', '25', '0.3', '5', '69340000', '69389999', '30000000', '31999999', NULL, 1652939315),
(79584, '3220', '183.00', '7', '0.3', '5', '69340000', '69389999', '30000000', '31999999', NULL, 1652939319),
(79585, '3298', '133.00', '25', '5.001', '10', '69340000', '69389999', '30000000', '31999999', NULL, 1652939322),
(79586, '3220', '266.00', '7', '5.001', '10', '69340000', '69389999', '30000000', '31999999', NULL, 1652939324),
(79587, '3298', '215.00', '25', '10.001', '15', '69340000', '69389999', '30000000', '31999999', NULL, 1652939326),
(79588, '3220', '430.00', '7', '10.001', '15', '69340000', '69389999', '30000000', '31999999', NULL, 1652939327),
(79589, '3298', '298.00', '25', '15.001', '20', '69340000', '69389999', '30000000', '31999999', NULL, 1652939328),
(79590, '3220', '595.00', '7', '15.001', '20', '69340000', '69389999', '30000000', '31999999', NULL, 1652939329),
(79591, '3298', '380.00', '25', '20.001', '25', '69340000', '69389999', '30000000', '31999999', NULL, 1652939329),
(79592, '3220', '760.00', '7', '20.001', '25', '69340000', '69389999', '30000000', '31999999', NULL, 1652939330),
(79593, '3298', '463.00', '25', '25.001', '30', '69340000', '69389999', '30000000', '31999999', NULL, 1652939335),
(79594, '3220', '925.00', '7', '25.001', '30', '69340000', '69389999', '30000000', '31999999', NULL, 1652939337),
(79595, '3298', '90.00', '25', '0.3', '5', '69340000', '69389999', '30000000', '34999999', NULL, 1652939338),
(79596, '3220', '183.00', '7', '0.3', '5', '69340000', '69389999', '30000000', '34999999', NULL, 1652939339),
(79597, '3298', '133.00', '25', '5.001', '10', '69340000', '69389999', '30000000', '34999999', NULL, 1652939341),
(79598, '3220', '266.00', '7', '5.001', '10', '69340000', '69389999', '30000000', '34999999', NULL, 1652939347),
(79599, '3298', '215.00', '25', '10.001', '15', '69340000', '69389999', '30000000', '34999999', NULL, 1652939348),
(79600, '3220', '430.00', '7', '10.001', '15', '69340000', '69389999', '30000000', '34999999', NULL, 1652939348),
(79601, '3298', '298.00', '25', '15.001', '20', '69340000', '69389999', '30000000', '34999999', NULL, 1652939352),
(79602, '3220', '595.00', '7', '15.001', '20', '69340000', '69389999', '30000000', '34999999', NULL, 1652939354),
(79603, '3298', '380.00', '25', '20.001', '25', '69340000', '69389999', '30000000', '34999999', NULL, 1652939355),
(79604, '3220', '760.00', '7', '20.001', '25', '69340000', '69389999', '30000000', '34999999', NULL, 1652939356),
(79605, '3298', '463.00', '25', '25.001', '30', '69340000', '69389999', '30000000', '34999999', NULL, 1652939357),
(79606, '3220', '925.00', '7', '25.001', '30', '69340000', '69389999', '30000000', '34999999', NULL, 1652939359),
(79607, '3298', '90.00', '27', '0.3', '5', '69340000', '69389999', '35000000', '39999999', NULL, 1652939360),
(79608, '3220', '183.00', '9', '0.3', '5', '69340000', '69389999', '35000000', '39999999', NULL, 1652939365),
(79609, '3298', '133.00', '27', '5.001', '10', '69340000', '69389999', '35000000', '39999999', NULL, 1652939366),
(79610, '3220', '266.00', '9', '5.001', '10', '69340000', '69389999', '35000000', '39999999', NULL, 1652939371),
(79611, '3298', '215.00', '27', '10.001', '15', '69340000', '69389999', '35000000', '39999999', NULL, 1652939372),
(79612, '3220', '430.00', '9', '10.001', '15', '69340000', '69389999', '35000000', '39999999', NULL, 1652939377),
(79613, '3298', '298.00', '27', '15.001', '20', '69340000', '69389999', '35000000', '39999999', NULL, 1652939378),
(79614, '3220', '595.00', '9', '15.001', '20', '69340000', '69389999', '35000000', '39999999', NULL, 1652939379),
(79615, '3298', '380.00', '27', '20.001', '25', '69340000', '69389999', '35000000', '39999999', NULL, 1652939380),
(79616, '3220', '760.00', '9', '20.001', '25', '69340000', '69389999', '35000000', '39999999', NULL, 1652939381),
(79617, '3298', '463.00', '27', '25.001', '30', '69340000', '69389999', '35000000', '39999999', NULL, 1652939382),
(79618, '3220', '925.00', '9', '25.001', '30', '69340000', '69389999', '35000000', '39999999', NULL, 1652939383),
(79619, '3298', '90.00', '26', '0.3', '5', '69340000', '69389999', '40000000', '41999999', NULL, 1652939383),
(79620, '3220', '183.00', '7', '0.3', '5', '69340000', '69389999', '40000000', '41999999', NULL, 1652939385),
(79621, '3298', '133.00', '26', '5.001', '10', '69340000', '69389999', '40000000', '41999999', NULL, 1652939387),
(79622, '3220', '266.00', '7', '5.001', '10', '69340000', '69389999', '40000000', '41999999', NULL, 1652939389),
(79623, '3298', '215.00', '26', '10.001', '15', '69340000', '69389999', '40000000', '41999999', NULL, 1652939389),
(79624, '3220', '430.00', '7', '10.001', '15', '69340000', '69389999', '40000000', '41999999', NULL, 1652939390),
(79625, '3298', '298.00', '26', '15.001', '20', '69340000', '69389999', '40000000', '41999999', NULL, 1652939391),
(79626, '3220', '595.00', '7', '15.001', '20', '69340000', '69389999', '40000000', '41999999', NULL, 1652939394),
(79627, '3298', '380.00', '26', '20.001', '25', '69340000', '69389999', '40000000', '41999999', NULL, 1652939395),
(79628, '3220', '760.00', '7', '20.001', '25', '69340000', '69389999', '40000000', '41999999', NULL, 1652939396),
(79629, '3298', '463.00', '26', '25.001', '30', '69340000', '69389999', '40000000', '41999999', NULL, 1652939397),
(79630, '3220', '925.00', '7', '25.001', '30', '69340000', '69389999', '40000000', '41999999', NULL, 1652939398),
(79631, '3298', '90.00', '26', '0.3', '5', '69340000', '69389999', '40000000', '44470999', NULL, 1652939399),
(79632, '3220', '183.00', '7', '0.3', '5', '69340000', '69389999', '40000000', '44470999', NULL, 1652939402),
(79633, '3298', '133.00', '26', '5.001', '10', '69340000', '69389999', '40000000', '44470999', NULL, 1652939405),
(79634, '3220', '266.00', '7', '5.001', '10', '69340000', '69389999', '40000000', '44470999', NULL, 1652939405),
(79635, '3298', '215.00', '26', '10.001', '15', '69340000', '69389999', '40000000', '44470999', NULL, 1652939406),
(79636, '3220', '430.00', '7', '10.001', '15', '69340000', '69389999', '40000000', '44470999', NULL, 1652939407),
(79637, '3298', '298.00', '26', '15.001', '20', '69340000', '69389999', '40000000', '44470999', NULL, 1652939410),
(79638, '3220', '595.00', '7', '15.001', '20', '69340000', '69389999', '40000000', '44470999', NULL, 1652939411),
(79639, '3298', '380.00', '26', '20.001', '25', '69340000', '69389999', '40000000', '44470999', NULL, 1652939414),
(79640, '3220', '760.00', '7', '20.001', '25', '69340000', '69389999', '40000000', '44470999', NULL, 1652939416),
(79641, '3298', '463.00', '26', '25.001', '30', '69340000', '69389999', '40000000', '44470999', NULL, 1652939417),
(79642, '3220', '925.00', '7', '25.001', '30', '69340000', '69389999', '40000000', '44470999', NULL, 1652939418),
(79643, '3298', '90.00', '28', '0.3', '5', '69340000', '69389999', '44471000', '48999999', NULL, 1652939420),
(79644, '3220', '183.00', '11', '0.3', '5', '69340000', '69389999', '44471000', '48999999', NULL, 1652939424),
(79645, '3298', '133.00', '28', '5.001', '10', '69340000', '69389999', '44471000', '48999999', NULL, 1652939425),
(79646, '3220', '266.00', '11', '5.001', '10', '69340000', '69389999', '44471000', '48999999', NULL, 1652939426),
(79647, '3298', '215.00', '28', '10.001', '15', '69340000', '69389999', '44471000', '48999999', NULL, 1652939427),
(79648, '3220', '430.00', '11', '10.001', '15', '69340000', '69389999', '44471000', '48999999', NULL, 1652939430),
(79649, '3298', '298.00', '28', '15.001', '20', '69340000', '69389999', '44471000', '48999999', NULL, 1652939431),
(79650, '3220', '595.00', '11', '15.001', '20', '69340000', '69389999', '44471000', '48999999', NULL, 1652939431),
(79651, '3298', '380.00', '28', '20.001', '25', '69340000', '69389999', '44471000', '48999999', NULL, 1652939433),
(79652, '3220', '760.00', '11', '20.001', '25', '69340000', '69389999', '44471000', '48999999', NULL, 1652939434),
(79653, '3298', '463.00', '28', '25.001', '30', '69340000', '69389999', '44471000', '48999999', NULL, 1652939438),
(79654, '3220', '925.00', '11', '25.001', '30', '69340000', '69389999', '44471000', '48999999', NULL, 1652939440),
(79655, '3298', '90.00', '28', '0.3', '5', '69340000', '69389999', '49000000', '49099999', NULL, 1652939443),
(79656, '3220', '183.00', '7', '0.3', '5', '69340000', '69389999', '49000000', '49099999', NULL, 1652939444),
(79657, '3298', '133.00', '28', '5.001', '10', '69340000', '69389999', '49000000', '49099999', NULL, 1652939447),
(79658, '3220', '266.00', '7', '5.001', '10', '69340000', '69389999', '49000000', '49099999', NULL, 1652939448),
(79659, '3298', '215.00', '28', '10.001', '15', '69340000', '69389999', '49000000', '49099999', NULL, 1652939449),
(79660, '3220', '430.00', '7', '10.001', '15', '69340000', '69389999', '49000000', '49099999', NULL, 1652939450),
(79661, '3298', '298.00', '28', '15.001', '20', '69340000', '69389999', '49000000', '49099999', NULL, 1652939453),
(79662, '3220', '595.00', '7', '15.001', '20', '69340000', '69389999', '49000000', '49099999', NULL, 1652939454),
(79663, '3298', '380.00', '28', '20.001', '25', '69340000', '69389999', '49000000', '49099999', NULL, 1652939455),
(79664, '3220', '760.00', '7', '20.001', '25', '69340000', '69389999', '49000000', '49099999', NULL, 1652939458),
(79665, '3298', '463.00', '28', '25.001', '30', '69340000', '69389999', '49000000', '49099999', NULL, 1652939459),
(79666, '3220', '925.00', '7', '25.001', '30', '69340000', '69389999', '49000000', '49099999', NULL, 1652939460),
(79667, '3298', '90.00', '30', '0.3', '5', '69340000', '69389999', '49100000', '49999999', NULL, 1652939462),
(79668, '3220', '183.00', '9', '0.3', '5', '69340000', '69389999', '49100000', '49999999', NULL, 1652939463),
(79669, '3298', '133.00', '30', '5.001', '10', '69340000', '69389999', '49100000', '49999999', NULL, 1652939468),
(79670, '3220', '266.00', '9', '5.001', '10', '69340000', '69389999', '49100000', '49999999', NULL, 1652939471),
(79671, '3298', '215.00', '30', '10.001', '15', '69340000', '69389999', '49100000', '49999999', NULL, 1652939472),
(79672, '3220', '430.00', '9', '10.001', '15', '69340000', '69389999', '49100000', '49999999', NULL, 1652939476),
(79673, '3298', '298.00', '30', '15.001', '20', '69340000', '69389999', '49100000', '49999999', NULL, 1652939476),
(79674, '3220', '595.00', '9', '15.001', '20', '69340000', '69389999', '49100000', '49999999', NULL, 1652939480),
(79675, '3298', '380.00', '30', '20.001', '25', '69340000', '69389999', '49100000', '49999999', NULL, 1652939481),
(79676, '3220', '760.00', '9', '20.001', '25', '69340000', '69389999', '49100000', '49999999', NULL, 1652939482),
(79677, '3298', '463.00', '30', '25.001', '30', '69340000', '69389999', '49100000', '49999999', NULL, 1652939482),
(79678, '3220', '925.00', '9', '25.001', '30', '69340000', '69389999', '49100000', '49999999', NULL, 1652939484),
(79679, '3298', '90.00', '27', '0.3', '5', '69340000', '69389999', '50000000', '52999999', NULL, 1652939485),
(79680, '3220', '183.00', '7', '0.3', '5', '69340000', '69389999', '50000000', '52999999', NULL, 1652939485),
(79681, '3298', '133.00', '27', '5.001', '10', '69340000', '69389999', '50000000', '52999999', NULL, 1652939486),
(79682, '3220', '266.00', '7', '5.001', '10', '69340000', '69389999', '50000000', '52999999', NULL, 1652939487),
(79683, '3298', '215.00', '27', '10.001', '15', '69340000', '69389999', '50000000', '52999999', NULL, 1652939490),
(79684, '3220', '430.00', '7', '10.001', '15', '69340000', '69389999', '50000000', '52999999', NULL, 1652939491),
(79685, '3298', '298.00', '27', '15.001', '20', '69340000', '69389999', '50000000', '52999999', NULL, 1652939492),
(79686, '3220', '595.00', '7', '15.001', '20', '69340000', '69389999', '50000000', '52999999', NULL, 1652939493),
(79687, '3298', '380.00', '27', '20.001', '25', '69340000', '69389999', '50000000', '52999999', NULL, 1652939494),
(79688, '3220', '760.00', '7', '20.001', '25', '69340000', '69389999', '50000000', '52999999', NULL, 1652939496),
(79689, '3298', '463.00', '27', '25.001', '30', '69340000', '69389999', '50000000', '52999999', NULL, 1652939498),
(79690, '3220', '925.00', '7', '25.001', '30', '69340000', '69389999', '50000000', '52999999', NULL, 1652939499),
(79691, '3298', '90.00', '27', '0.3', '5', '69340000', '69389999', '50000000', '54999999', NULL, 1652939499),
(79692, '3220', '183.00', '7', '0.3', '5', '69340000', '69389999', '50000000', '54999999', NULL, 1652939500),
(79693, '3298', '133.00', '27', '5.001', '10', '69340000', '69389999', '50000000', '54999999', NULL, 1652939501),
(79694, '3220', '266.00', '7', '5.001', '10', '69340000', '69389999', '50000000', '54999999', NULL, 1652939502),
(79695, '3298', '215.00', '27', '10.001', '15', '69340000', '69389999', '50000000', '54999999', NULL, 1652939505),
(79696, '3220', '430.00', '7', '10.001', '15', '69340000', '69389999', '50000000', '54999999', NULL, 1652939506),
(79697, '3298', '298.00', '27', '15.001', '20', '69340000', '69389999', '50000000', '54999999', NULL, 1652939506),
(79698, '3220', '595.00', '7', '15.001', '20', '69340000', '69389999', '50000000', '54999999', NULL, 1652939507),
(79699, '3298', '380.00', '27', '20.001', '25', '69340000', '69389999', '50000000', '54999999', NULL, 1652939508),
(79700, '3220', '760.00', '7', '20.001', '25', '69340000', '69389999', '50000000', '54999999', NULL, 1652939509),
(79701, '3298', '463.00', '27', '25.001', '30', '69340000', '69389999', '50000000', '54999999', NULL, 1652939510),
(79702, '3220', '925.00', '7', '25.001', '30', '69340000', '69389999', '50000000', '54999999', NULL, 1652939511),
(79703, '3298', '90.00', '31', '0.3', '5', '69340000', '69389999', '55000000', '56999999', NULL, 1652939514),
(79704, '3220', '183.00', '11', '0.3', '5', '69340000', '69389999', '55000000', '56999999', NULL, 1652939515),
(79705, '3298', '133.00', '31', '5.001', '10', '69340000', '69389999', '55000000', '56999999', NULL, 1652939522),
(79706, '3220', '266.00', '11', '5.001', '10', '69340000', '69389999', '55000000', '56999999', NULL, 1652939529),
(79707, '3298', '215.00', '31', '10.001', '15', '69340000', '69389999', '55000000', '56999999', NULL, 1652939530),
(79708, '3220', '430.00', '11', '10.001', '15', '69340000', '69389999', '55000000', '56999999', NULL, 1652939535),
(79709, '3298', '298.00', '31', '15.001', '20', '69340000', '69389999', '55000000', '56999999', NULL, 1652939536),
(79710, '3220', '595.00', '11', '15.001', '20', '69340000', '69389999', '55000000', '56999999', NULL, 1652939537),
(79711, '3298', '380.00', '31', '20.001', '25', '69340000', '69389999', '55000000', '56999999', NULL, 1652939538),
(79712, '3220', '760.00', '11', '20.001', '25', '69340000', '69389999', '55000000', '56999999', NULL, 1652939539),
(79713, '3298', '463.00', '31', '25.001', '30', '69340000', '69389999', '55000000', '56999999', NULL, 1652939539),
(79714, '3220', '925.00', '11', '25.001', '30', '69340000', '69389999', '55000000', '56999999', NULL, 1652939540),
(79715, '3298', '90.00', '27', '0.3', '5', '69340000', '69389999', '57000000', '57099999', NULL, 1652939542),
(79716, '3220', '183.00', '7', '0.3', '5', '69340000', '69389999', '57000000', '57099999', NULL, 1652939543),
(79717, '3298', '133.00', '27', '5.001', '10', '69340000', '69389999', '57000000', '57099999', NULL, 1652939544),
(79718, '3220', '266.00', '7', '5.001', '10', '69340000', '69389999', '57000000', '57099999', NULL, 1652939544),
(79719, '3298', '215.00', '27', '10.001', '15', '69340000', '69389999', '57000000', '57099999', NULL, 1652939545),
(79720, '3220', '430.00', '7', '10.001', '15', '69340000', '69389999', '57000000', '57099999', NULL, 1652939546),
(79721, '3298', '298.00', '27', '15.001', '20', '69340000', '69389999', '57000000', '57099999', NULL, 1652939547),
(79722, '3220', '595.00', '7', '15.001', '20', '69340000', '69389999', '57000000', '57099999', NULL, 1652939548),
(79723, '3298', '380.00', '27', '20.001', '25', '69340000', '69389999', '57000000', '57099999', NULL, 1652939549),
(79724, '3220', '760.00', '7', '20.001', '25', '69340000', '69389999', '57000000', '57099999', NULL, 1652939550),
(79725, '3298', '463.00', '27', '25.001', '30', '69340000', '69389999', '57000000', '57099999', NULL, 1652939552),
(79726, '3220', '925.00', '7', '25.001', '30', '69340000', '69389999', '57000000', '57099999', NULL, 1652939553),
(79727, '3298', '90.00', '29', '0.3', '5', '69340000', '69389999', '57100000', '57999999', NULL, 1652939553),
(79728, '3220', '183.00', '9', '0.3', '5', '69340000', '69389999', '57100000', '57999999', NULL, 1652939554),
(79729, '3298', '133.00', '29', '5.001', '10', '69340000', '69389999', '57100000', '57999999', NULL, 1652939555),
(79730, '3220', '266.00', '9', '5.001', '10', '69340000', '69389999', '57100000', '57999999', NULL, 1652939556),
(79731, '3298', '215.00', '29', '10.001', '15', '69340000', '69389999', '57100000', '57999999', NULL, 1652939557),
(79732, '3220', '430.00', '9', '10.001', '15', '69340000', '69389999', '57100000', '57999999', NULL, 1652939558),
(79733, '3298', '298.00', '29', '15.001', '20', '69340000', '69389999', '57100000', '57999999', NULL, 1652939558),
(79734, '3220', '595.00', '9', '15.001', '20', '69340000', '69389999', '57100000', '57999999', NULL, 1652939559),
(79735, '3298', '380.00', '29', '20.001', '25', '69340000', '69389999', '57100000', '57999999', NULL, 1652939559),
(79736, '3220', '760.00', '9', '20.001', '25', '69340000', '69389999', '57100000', '57999999', NULL, 1652939560),
(79737, '3298', '463.00', '29', '25.001', '30', '69340000', '69389999', '57100000', '57999999', NULL, 1652939561),
(79738, '3220', '925.00', '9', '25.001', '30', '69340000', '69389999', '57100000', '57999999', NULL, 1652939562),
(79739, '3298', '90.00', '27', '0.3', '5', '69340000', '69389999', '58000000', '58099999', NULL, 1652939562),
(79740, '3220', '183.00', '8', '0.3', '5', '69340000', '69389999', '58000000', '58099999', NULL, 1652939563),
(79741, '3298', '133.00', '27', '5.001', '10', '69340000', '69389999', '58000000', '58099999', NULL, 1652939564),
(79742, '3220', '266.00', '8', '5.001', '10', '69340000', '69389999', '58000000', '58099999', NULL, 1652939571),
(79743, '3298', '215.00', '27', '10.001', '15', '69340000', '69389999', '58000000', '58099999', NULL, 1652939571),
(79744, '3220', '430.00', '8', '10.001', '15', '69340000', '69389999', '58000000', '58099999', NULL, 1652939572),
(79745, '3298', '298.00', '27', '15.001', '20', '69340000', '69389999', '58000000', '58099999', NULL, 1652939578),
(79746, '3220', '595.00', '8', '15.001', '20', '69340000', '69389999', '58000000', '58099999', NULL, 1652939580),
(79747, '3298', '380.00', '27', '20.001', '25', '69340000', '69389999', '58000000', '58099999', NULL, 1652939580),
(79748, '3220', '760.00', '8', '20.001', '25', '69340000', '69389999', '58000000', '58099999', NULL, 1652939581),
(79749, '3298', '463.00', '27', '25.001', '30', '69340000', '69389999', '58000000', '58099999', NULL, 1652939583),
(79750, '3220', '925.00', '8', '25.001', '30', '69340000', '69389999', '58000000', '58099999', NULL, 1652939584),
(79751, '3298', '90.00', '32', '0.3', '5', '69340000', '69389999', '58100000', '58999999', NULL, 1652939585),
(79752, '3220', '183.00', '13', '0.3', '5', '69340000', '69389999', '58100000', '58999999', NULL, 1652939585),
(79753, '3298', '133.00', '32', '5.001', '10', '69340000', '69389999', '58100000', '58999999', NULL, 1652939586),
(79754, '3220', '266.00', '13', '5.001', '10', '69340000', '69389999', '58100000', '58999999', NULL, 1652939587),
(79755, '3298', '215.00', '32', '10.001', '15', '69340000', '69389999', '58100000', '58999999', NULL, 1652939588),
(79756, '3220', '430.00', '13', '10.001', '15', '69340000', '69389999', '58100000', '58999999', NULL, 1652939588),
(79757, '3298', '298.00', '32', '15.001', '20', '69340000', '69389999', '58100000', '58999999', NULL, 1652939590),
(79758, '3220', '595.00', '13', '15.001', '20', '69340000', '69389999', '58100000', '58999999', NULL, 1652939592),
(79759, '3298', '380.00', '32', '20.001', '25', '69340000', '69389999', '58100000', '58999999', NULL, 1652939593),
(79760, '3220', '760.00', '13', '20.001', '25', '69340000', '69389999', '58100000', '58999999', NULL, 1652939594);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(79761, '3298', '463.00', '32', '25.001', '30', '69340000', '69389999', '58100000', '58999999', NULL, 1652939595),
(79762, '3220', '925.00', '13', '25.001', '30', '69340000', '69389999', '58100000', '58999999', NULL, 1652939596),
(79763, '3298', '90.00', '28', '0.3', '5', '69340000', '69389999', '59000000', '59099999', NULL, 1652939596),
(79764, '3220', '183.00', '10', '0.3', '5', '69340000', '69389999', '59000000', '59099999', NULL, 1652939597),
(79765, '3298', '133.00', '28', '5.001', '10', '69340000', '69389999', '59000000', '59099999', NULL, 1652939598),
(79766, '3220', '266.00', '10', '5.001', '10', '69340000', '69389999', '59000000', '59099999', NULL, 1652939599),
(79767, '3298', '215.00', '28', '10.001', '15', '69340000', '69389999', '59000000', '59099999', NULL, 1652939605),
(79768, '3220', '430.00', '10', '10.001', '15', '69340000', '69389999', '59000000', '59099999', NULL, 1652939606),
(79769, '3298', '298.00', '28', '15.001', '20', '69340000', '69389999', '59000000', '59099999', NULL, 1652939607),
(79770, '3220', '595.00', '10', '15.001', '20', '69340000', '69389999', '59000000', '59099999', NULL, 1652939607),
(79771, '3298', '380.00', '28', '20.001', '25', '69340000', '69389999', '59000000', '59099999', NULL, 1652939608),
(79772, '3220', '760.00', '10', '20.001', '25', '69340000', '69389999', '59000000', '59099999', NULL, 1652939608),
(79773, '3298', '463.00', '28', '25.001', '30', '69340000', '69389999', '59000000', '59099999', NULL, 1652939615),
(79774, '3220', '925.00', '10', '25.001', '30', '69340000', '69389999', '59000000', '59099999', NULL, 1652939616),
(79775, '3298', '90.00', '28', '0.3', '5', '69340000', '69389999', '59100000', '59999999', NULL, 1652939619),
(79776, '3220', '183.00', '10', '0.3', '5', '69340000', '69389999', '59100000', '59999999', NULL, 1652939620),
(79777, '3298', '133.00', '28', '5.001', '10', '69340000', '69389999', '59100000', '59999999', NULL, 1652939620),
(79778, '3220', '266.00', '10', '5.001', '10', '69340000', '69389999', '59100000', '59999999', NULL, 1652939631),
(79779, '3298', '215.00', '28', '10.001', '15', '69340000', '69389999', '59100000', '59999999', NULL, 1652939631),
(79780, '3220', '430.00', '10', '10.001', '15', '69340000', '69389999', '59100000', '59999999', NULL, 1652939632),
(79781, '3298', '298.00', '28', '15.001', '20', '69340000', '69389999', '59100000', '59999999', NULL, 1652939633),
(79782, '3220', '595.00', '10', '15.001', '20', '69340000', '69389999', '59100000', '59999999', NULL, 1652939634),
(79783, '3298', '380.00', '28', '20.001', '25', '69340000', '69389999', '59100000', '59999999', NULL, 1652939634),
(79784, '3220', '760.00', '10', '20.001', '25', '69340000', '69389999', '59100000', '59999999', NULL, 1652939635),
(79785, '3298', '463.00', '28', '25.001', '30', '69340000', '69389999', '59100000', '59999999', NULL, 1652939648),
(79786, '3220', '925.00', '10', '25.001', '30', '69340000', '69389999', '59100000', '59999999', NULL, 1652939649),
(79787, '3298', '90.00', '27', '0.3', '5', '69340000', '69389999', '60000000', '60999999', NULL, 1652939650),
(79788, '3220', '183.00', '8', '0.3', '5', '69340000', '69389999', '60000000', '60999999', NULL, 1652939650),
(79789, '3298', '133.00', '27', '5.001', '10', '69340000', '69389999', '60000000', '60999999', NULL, 1652939651),
(79790, '3220', '266.00', '8', '5.001', '10', '69340000', '69389999', '60000000', '60999999', NULL, 1652939652),
(79791, '3298', '215.00', '27', '10.001', '15', '69340000', '69389999', '60000000', '60999999', NULL, 1652939652),
(79792, '3220', '430.00', '8', '10.001', '15', '69340000', '69389999', '60000000', '60999999', NULL, 1652939653),
(79793, '3298', '298.00', '27', '15.001', '20', '69340000', '69389999', '60000000', '60999999', NULL, 1652939653),
(79794, '3220', '595.00', '8', '15.001', '20', '69340000', '69389999', '60000000', '60999999', NULL, 1652939654),
(79795, '3298', '380.00', '27', '20.001', '25', '69340000', '69389999', '60000000', '60999999', NULL, 1652939655),
(79796, '3220', '760.00', '8', '20.001', '25', '69340000', '69389999', '60000000', '60999999', NULL, 1652939656),
(79797, '3298', '463.00', '27', '25.001', '30', '69340000', '69389999', '60000000', '60999999', NULL, 1652939656),
(79798, '3220', '925.00', '8', '25.001', '30', '69340000', '69389999', '60000000', '60999999', NULL, 1652939657),
(79799, '3298', '90.00', '27', '0.3', '5', '69340000', '69389999', '60000000', '61900999', NULL, 1652939657),
(79800, '3220', '183.00', '8', '0.3', '5', '69340000', '69389999', '60000000', '61900999', NULL, 1652939658),
(79801, '3298', '133.00', '27', '5.001', '10', '69340000', '69389999', '60000000', '61900999', NULL, 1652939659),
(79802, '3220', '266.00', '8', '5.001', '10', '69340000', '69389999', '60000000', '61900999', NULL, 1652939659),
(79803, '3298', '215.00', '27', '10.001', '15', '69340000', '69389999', '60000000', '61900999', NULL, 1652939660),
(79804, '3220', '430.00', '8', '10.001', '15', '69340000', '69389999', '60000000', '61900999', NULL, 1652939661),
(79805, '3298', '298.00', '27', '15.001', '20', '69340000', '69389999', '60000000', '61900999', NULL, 1652939661),
(79806, '3220', '595.00', '8', '15.001', '20', '69340000', '69389999', '60000000', '61900999', NULL, 1652939662),
(79807, '3298', '380.00', '27', '20.001', '25', '69340000', '69389999', '60000000', '61900999', NULL, 1652939663),
(79808, '3220', '760.00', '8', '20.001', '25', '69340000', '69389999', '60000000', '61900999', NULL, 1652939663),
(79809, '3298', '463.00', '27', '25.001', '30', '69340000', '69389999', '60000000', '61900999', NULL, 1652939664),
(79810, '3220', '925.00', '8', '25.001', '30', '69340000', '69389999', '60000000', '61900999', NULL, 1652939664),
(79811, '3298', '90.00', '31', '0.3', '5', '69340000', '69389999', '61901000', '63999999', NULL, 1652939665),
(79812, '3220', '183.00', '12', '0.3', '5', '69340000', '69389999', '61901000', '63999999', NULL, 1652939665),
(79813, '3298', '133.00', '31', '5.001', '10', '69340000', '69389999', '61901000', '63999999', NULL, 1652939666),
(79814, '3220', '266.00', '12', '5.001', '10', '69340000', '69389999', '61901000', '63999999', NULL, 1652939666),
(79815, '3298', '215.00', '31', '10.001', '15', '69340000', '69389999', '61901000', '63999999', NULL, 1652939676),
(79816, '3220', '430.00', '12', '10.001', '15', '69340000', '69389999', '61901000', '63999999', NULL, 1652939677),
(79817, '3298', '298.00', '31', '15.001', '20', '69340000', '69389999', '61901000', '63999999', NULL, 1652939677),
(79818, '3220', '595.00', '12', '15.001', '20', '69340000', '69389999', '61901000', '63999999', NULL, 1652939678),
(79819, '3298', '380.00', '31', '20.001', '25', '69340000', '69389999', '61901000', '63999999', NULL, 1652939679),
(79820, '3220', '760.00', '12', '20.001', '25', '69340000', '69389999', '61901000', '63999999', NULL, 1652939680),
(79821, '3298', '463.00', '31', '25.001', '30', '69340000', '69389999', '61901000', '63999999', NULL, 1652939680),
(79822, '3220', '925.00', '12', '25.001', '30', '69340000', '69389999', '61901000', '63999999', NULL, 1652939681),
(79823, '3298', '90.00', '29', '0.3', '5', '69340000', '69389999', '64000000', '64099999', NULL, 1652939690),
(79824, '3220', '183.00', '11', '0.3', '5', '69340000', '69389999', '64000000', '64099999', NULL, 1652939691),
(79825, '3298', '133.00', '29', '5.001', '10', '69340000', '69389999', '64000000', '64099999', NULL, 1652939692),
(79826, '3220', '266.00', '11', '5.001', '10', '69340000', '69389999', '64000000', '64099999', NULL, 1652939692),
(79827, '3298', '215.00', '29', '10.001', '15', '69340000', '69389999', '64000000', '64099999', NULL, 1652939693),
(79828, '3220', '430.00', '11', '10.001', '15', '69340000', '69389999', '64000000', '64099999', NULL, 1652939694),
(79829, '3298', '298.00', '29', '15.001', '20', '69340000', '69389999', '64000000', '64099999', NULL, 1652939694),
(79830, '3220', '595.00', '11', '15.001', '20', '69340000', '69389999', '64000000', '64099999', NULL, 1652939695),
(79831, '3298', '380.00', '29', '20.001', '25', '69340000', '69389999', '64000000', '64099999', NULL, 1652939696),
(79832, '3220', '760.00', '11', '20.001', '25', '69340000', '69389999', '64000000', '64099999', NULL, 1652939697),
(79833, '3298', '463.00', '29', '25.001', '30', '69340000', '69389999', '64000000', '64099999', NULL, 1652939697),
(79834, '3220', '925.00', '11', '25.001', '30', '69340000', '69389999', '64000000', '64099999', NULL, 1652939698),
(79835, '3298', '90.00', '32', '0.3', '5', '69340000', '69389999', '64100000', '64999999', NULL, 1652939699),
(79836, '3220', '183.00', '14', '0.3', '5', '69340000', '69389999', '64100000', '64999999', NULL, 1652939707),
(79837, '3298', '133.00', '32', '5.001', '10', '69340000', '69389999', '64100000', '64999999', NULL, 1652939708),
(79838, '3220', '266.00', '14', '5.001', '10', '69340000', '69389999', '64100000', '64999999', NULL, 1652939709),
(79839, '3298', '215.00', '32', '10.001', '15', '69340000', '69389999', '64100000', '64999999', NULL, 1652939709),
(79840, '3220', '430.00', '14', '10.001', '15', '69340000', '69389999', '64100000', '64999999', NULL, 1652939710),
(79841, '3298', '298.00', '32', '15.001', '20', '69340000', '69389999', '64100000', '64999999', NULL, 1652939710),
(79842, '3220', '595.00', '14', '15.001', '20', '69340000', '69389999', '64100000', '64999999', NULL, 1652939711),
(79843, '3298', '380.00', '32', '20.001', '25', '69340000', '69389999', '64100000', '64999999', NULL, 1652939712),
(79844, '3220', '760.00', '14', '20.001', '25', '69340000', '69389999', '64100000', '64999999', NULL, 1652939712),
(79845, '3298', '463.00', '32', '25.001', '30', '69340000', '69389999', '64100000', '64999999', NULL, 1652939713),
(79846, '3220', '925.00', '14', '25.001', '30', '69340000', '69389999', '64100000', '64999999', NULL, 1652939714),
(79847, '3298', '90.00', '29', '0.3', '5', '69340000', '69389999', '65000000', '65099999', NULL, 1652939714),
(79848, '3220', '183.00', '11', '0.3', '5', '69340000', '69389999', '65000000', '65099999', NULL, 1652939715),
(79849, '3298', '133.00', '29', '5.001', '10', '69340000', '69389999', '65000000', '65099999', NULL, 1652939716),
(79850, '3220', '266.00', '11', '5.001', '10', '69340000', '69389999', '65000000', '65099999', NULL, 1652939716),
(79851, '3298', '215.00', '29', '10.001', '15', '69340000', '69389999', '65000000', '65099999', NULL, 1652939717),
(79852, '3220', '430.00', '11', '10.001', '15', '69340000', '69389999', '65000000', '65099999', NULL, 1652939718),
(79853, '3298', '298.00', '29', '15.001', '20', '69340000', '69389999', '65000000', '65099999', NULL, 1652939718),
(79854, '3220', '595.00', '11', '15.001', '20', '69340000', '69389999', '65000000', '65099999', NULL, 1652939719),
(79855, '3298', '380.00', '29', '20.001', '25', '69340000', '69389999', '65000000', '65099999', NULL, 1652939720),
(79856, '3220', '760.00', '11', '20.001', '25', '69340000', '69389999', '65000000', '65099999', NULL, 1652939721),
(79857, '3298', '463.00', '29', '25.001', '30', '69340000', '69389999', '65000000', '65099999', NULL, 1652939730),
(79858, '3220', '925.00', '11', '25.001', '30', '69340000', '69389999', '65000000', '65099999', NULL, 1652939731),
(79859, '3298', '90.00', '33', '0.3', '5', '69340000', '69389999', '65100000', '65999999', NULL, 1652939731),
(79860, '3220', '183.00', '15', '0.3', '5', '69340000', '69389999', '65100000', '65999999', NULL, 1652939732),
(79861, '3298', '133.00', '33', '5.001', '10', '69340000', '69389999', '65100000', '65999999', NULL, 1652939741),
(79862, '3220', '266.00', '15', '5.001', '10', '69340000', '69389999', '65100000', '65999999', NULL, 1652939742),
(79863, '3298', '215.00', '33', '10.001', '15', '69340000', '69389999', '65100000', '65999999', NULL, 1652939742),
(79864, '3220', '430.00', '15', '10.001', '15', '69340000', '69389999', '65100000', '65999999', NULL, 1652939743),
(79865, '3298', '298.00', '33', '15.001', '20', '69340000', '69389999', '65100000', '65999999', NULL, 1652939744),
(79866, '3220', '595.00', '15', '15.001', '20', '69340000', '69389999', '65100000', '65999999', NULL, 1652939745),
(79867, '3298', '380.00', '33', '20.001', '25', '69340000', '69389999', '65100000', '65999999', NULL, 1652939745),
(79868, '3220', '760.00', '15', '20.001', '25', '69340000', '69389999', '65100000', '65999999', NULL, 1652939746),
(79869, '3298', '463.00', '33', '25.001', '30', '69340000', '69389999', '65100000', '65999999', NULL, 1652939755),
(79870, '3220', '925.00', '15', '25.001', '30', '69340000', '69389999', '65100000', '65999999', NULL, 1652939755),
(79871, '3298', '90.00', '27', '0.3', '5', '69340000', '69389999', '66000000', '66999999', NULL, 1652939756),
(79872, '3220', '183.00', '10', '0.3', '5', '69340000', '69389999', '66000000', '66999999', NULL, 1652939763),
(79873, '3298', '133.00', '27', '5.001', '10', '69340000', '69389999', '66000000', '66999999', NULL, 1652939763),
(79874, '3220', '266.00', '10', '5.001', '10', '69340000', '69389999', '66000000', '66999999', NULL, 1652939764),
(79875, '3298', '215.00', '27', '10.001', '15', '69340000', '69389999', '66000000', '66999999', NULL, 1652939765),
(79876, '3220', '430.00', '10', '10.001', '15', '69340000', '69389999', '66000000', '66999999', NULL, 1652939765),
(79877, '3298', '298.00', '27', '15.001', '20', '69340000', '69389999', '66000000', '66999999', NULL, 1652939766),
(79878, '3220', '595.00', '10', '15.001', '20', '69340000', '69389999', '66000000', '66999999', NULL, 1652939766),
(79879, '3298', '380.00', '27', '20.001', '25', '69340000', '69389999', '66000000', '66999999', NULL, 1652939767),
(79880, '3220', '760.00', '10', '20.001', '25', '69340000', '69389999', '66000000', '66999999', NULL, 1652939768),
(79881, '3298', '463.00', '27', '25.001', '30', '69340000', '69389999', '66000000', '66999999', NULL, 1652939768),
(79882, '3220', '925.00', '10', '25.001', '30', '69340000', '69389999', '66000000', '66999999', NULL, 1652939769),
(79883, '3298', '90.00', '27', '0.3', '5', '69340000', '69389999', '66000000', '67999999', NULL, 1652939770),
(79884, '3220', '183.00', '10', '0.3', '5', '69340000', '69389999', '66000000', '67999999', NULL, 1652939771),
(79885, '3298', '133.00', '27', '5.001', '10', '69340000', '69389999', '66000000', '67999999', NULL, 1652939776),
(79886, '3220', '266.00', '10', '5.001', '10', '69340000', '69389999', '66000000', '67999999', NULL, 1652939776),
(79887, '3298', '215.00', '27', '10.001', '15', '69340000', '69389999', '66000000', '67999999', NULL, 1652939777),
(79888, '3220', '430.00', '10', '10.001', '15', '69340000', '69389999', '66000000', '67999999', NULL, 1652939778),
(79889, '3298', '298.00', '27', '15.001', '20', '69340000', '69389999', '66000000', '67999999', NULL, 1652939785),
(79890, '3220', '595.00', '10', '15.001', '20', '69340000', '69389999', '66000000', '67999999', NULL, 1652939788),
(79891, '3298', '380.00', '27', '20.001', '25', '69340000', '69389999', '66000000', '67999999', NULL, 1652939788),
(79892, '3220', '760.00', '10', '20.001', '25', '69340000', '69389999', '66000000', '67999999', NULL, 1652939789),
(79893, '3298', '463.00', '27', '25.001', '30', '69340000', '69389999', '66000000', '67999999', NULL, 1652939790),
(79894, '3220', '925.00', '10', '25.001', '30', '69340000', '69389999', '66000000', '67999999', NULL, 1652939791),
(79895, '3298', '90.00', '30', '0.3', '5', '69340000', '69389999', '68000000', '68899999', NULL, 1652939791),
(79896, '3220', '183.00', '13', '0.3', '5', '69340000', '69389999', '68000000', '68899999', NULL, 1652939792),
(79897, '3298', '133.00', '30', '5.001', '10', '69340000', '69389999', '68000000', '68899999', NULL, 1652939793),
(79898, '3220', '266.00', '13', '5.001', '10', '69340000', '69389999', '68000000', '68899999', NULL, 1652939793),
(79899, '3298', '215.00', '30', '10.001', '15', '69340000', '69389999', '68000000', '68899999', NULL, 1652939794),
(79900, '3220', '430.00', '13', '10.001', '15', '69340000', '69389999', '68000000', '68899999', NULL, 1652939795),
(79901, '3298', '298.00', '30', '15.001', '20', '69340000', '69389999', '68000000', '68899999', NULL, 1652939795),
(79902, '3220', '595.00', '13', '15.001', '20', '69340000', '69389999', '68000000', '68899999', NULL, 1652939796),
(79903, '3298', '380.00', '30', '20.001', '25', '69340000', '69389999', '68000000', '68899999', NULL, 1652939797),
(79904, '3220', '760.00', '13', '20.001', '25', '69340000', '69389999', '68000000', '68899999', NULL, 1652939798),
(79905, '3298', '463.00', '30', '25.001', '30', '69340000', '69389999', '68000000', '68899999', NULL, 1652939798),
(79906, '3220', '925.00', '13', '25.001', '30', '69340000', '69389999', '68000000', '68899999', NULL, 1652939799),
(79907, '3298', '90.00', '39', '0.3', '5', '69340000', '69389999', '68900000', '68914999', NULL, 1652939799),
(79908, '3220', '183.00', '18', '0.3', '5', '69340000', '69389999', '68900000', '68914999', NULL, 1652939800),
(79909, '3298', '133.00', '39', '5.001', '10', '69340000', '69389999', '68900000', '68914999', NULL, 1652939800),
(79910, '3220', '266.00', '18', '5.001', '10', '69340000', '69389999', '68900000', '68914999', NULL, 1652939801),
(79911, '3298', '215.00', '39', '10.001', '15', '69340000', '69389999', '68900000', '68914999', NULL, 1652939802),
(79912, '3220', '430.00', '18', '10.001', '15', '69340000', '69389999', '68900000', '68914999', NULL, 1652939802),
(79913, '3298', '298.00', '39', '15.001', '20', '69340000', '69389999', '68900000', '68914999', NULL, 1652939803),
(79914, '3220', '595.00', '18', '15.001', '20', '69340000', '69389999', '68900000', '68914999', NULL, 1652939804),
(79915, '3298', '380.00', '39', '20.001', '25', '69340000', '69389999', '68900000', '68914999', NULL, 1652939804),
(79916, '3220', '760.00', '18', '20.001', '25', '69340000', '69389999', '68900000', '68914999', NULL, 1652939805),
(79917, '3298', '463.00', '39', '25.001', '30', '69340000', '69389999', '68900000', '68914999', NULL, 1652939805),
(79918, '3220', '925.00', '18', '25.001', '30', '69340000', '69389999', '68900000', '68914999', NULL, 1652939806),
(79919, '3298', '90.00', '40', '0.3', '5', '69340000', '69389999', '68915000', '68999999', NULL, 1652939807),
(79920, '3220', '183.00', '18', '0.3', '5', '69340000', '69389999', '68915000', '68999999', NULL, 1652939807),
(79921, '3298', '133.00', '40', '5.001', '10', '69340000', '69389999', '68915000', '68999999', NULL, 1652939819),
(79922, '3220', '266.00', '18', '5.001', '10', '69340000', '69389999', '68915000', '68999999', NULL, 1652939820),
(79923, '3298', '215.00', '40', '10.001', '15', '69340000', '69389999', '68915000', '68999999', NULL, 1652939820),
(79924, '3220', '430.00', '18', '10.001', '15', '69340000', '69389999', '68915000', '68999999', NULL, 1652939821),
(79925, '3298', '298.00', '40', '15.001', '20', '69340000', '69389999', '68915000', '68999999', NULL, 1652939822),
(79926, '3220', '595.00', '18', '15.001', '20', '69340000', '69389999', '68915000', '68999999', NULL, 1652939822),
(79927, '3298', '380.00', '40', '20.001', '25', '69340000', '69389999', '68915000', '68999999', NULL, 1652939823),
(79928, '3220', '760.00', '18', '20.001', '25', '69340000', '69389999', '68915000', '68999999', NULL, 1652939823),
(79929, '3298', '463.00', '40', '25.001', '30', '69340000', '69389999', '68915000', '68999999', NULL, 1652939824),
(79930, '3220', '925.00', '18', '25.001', '30', '69340000', '69389999', '68915000', '68999999', NULL, 1652939825),
(79931, '3298', '50.00', '9', '0.3', '5', '69340000', '69389999', '69000000', '69099999', NULL, 1652939825),
(79932, '3220', '124.00', '7', '0.3', '5', '69340000', '69389999', '69000000', '69099999', NULL, 1652939826),
(79933, '3298', '83.00', '9', '5.001', '10', '69340000', '69389999', '69000000', '69099999', NULL, 1652939827),
(79934, '3220', '175.00', '7', '5.001', '10', '69340000', '69389999', '69000000', '69099999', NULL, 1652939827),
(79935, '3298', '135.00', '9', '10.001', '15', '69340000', '69389999', '69000000', '69099999', NULL, 1652939828),
(79936, '3220', '283.00', '7', '10.001', '15', '69340000', '69389999', '69000000', '69099999', NULL, 1652939828),
(79937, '3298', '186.00', '9', '15.001', '20', '69340000', '69389999', '69000000', '69099999', NULL, 1652939829),
(79938, '3220', '392.00', '7', '15.001', '20', '69340000', '69389999', '69000000', '69099999', NULL, 1652939830),
(79939, '3298', '238.00', '9', '20.001', '25', '69340000', '69389999', '69000000', '69099999', NULL, 1652939830),
(79940, '3220', '500.00', '7', '20.001', '25', '69340000', '69389999', '69000000', '69099999', NULL, 1652939831),
(79941, '3298', '290.00', '9', '25.001', '30', '69340000', '69389999', '69000000', '69099999', NULL, 1652939831),
(79942, '3220', '609.00', '7', '25.001', '30', '69340000', '69389999', '69000000', '69099999', NULL, 1652939832),
(79943, '3298', '50.00', '16', '0.3', '5', '69340000', '69389999', '69100000', '69299999', NULL, 1652939833),
(79944, '3220', '124.00', '11', '0.3', '5', '69340000', '69389999', '69100000', '69299999', NULL, 1652939834),
(79945, '3298', '83.00', '16', '5.001', '10', '69340000', '69389999', '69100000', '69299999', NULL, 1652939834),
(79946, '3220', '175.00', '11', '5.001', '10', '69340000', '69389999', '69100000', '69299999', NULL, 1652939835),
(79947, '3298', '135.00', '16', '10.001', '15', '69340000', '69389999', '69100000', '69299999', NULL, 1652939836),
(79948, '3220', '283.00', '11', '10.001', '15', '69340000', '69389999', '69100000', '69299999', NULL, 1652939836),
(79949, '3298', '186.00', '16', '15.001', '20', '69340000', '69389999', '69100000', '69299999', NULL, 1652939837),
(79950, '3220', '392.00', '11', '15.001', '20', '69340000', '69389999', '69100000', '69299999', NULL, 1652939837),
(79951, '3298', '238.00', '16', '20.001', '25', '69340000', '69389999', '69100000', '69299999', NULL, 1652939838),
(79952, '3220', '500.00', '11', '20.001', '25', '69340000', '69389999', '69100000', '69299999', NULL, 1652939839),
(79953, '3298', '290.00', '16', '25.001', '30', '69340000', '69389999', '69100000', '69299999', NULL, 1652939839),
(79954, '3220', '609.00', '11', '25.001', '30', '69340000', '69389999', '69100000', '69299999', NULL, 1652939840),
(79955, '3298', '26.00', '8', '0.3', '5', '69340000', '69389999', '69300000', '69339999', NULL, 1652939840),
(79956, '3220', '34.00', '7', '0.3', '5', '69340000', '69389999', '69300000', '69339999', NULL, 1652939841),
(79957, '3298', '32.00', '8', '5.001', '10', '69340000', '69389999', '69300000', '69339999', NULL, 1652939849),
(79958, '3220', '48.00', '7', '5.001', '10', '69340000', '69389999', '69300000', '69339999', NULL, 1652939849),
(79959, '3298', '52.00', '8', '10.001', '15', '69340000', '69389999', '69300000', '69339999', NULL, 1652939850),
(79960, '3220', '79.00', '7', '10.001', '15', '69340000', '69389999', '69300000', '69339999', NULL, 1652939851),
(79961, '3298', '72.00', '8', '15.001', '20', '69340000', '69389999', '69300000', '69339999', NULL, 1652939851),
(79962, '3220', '109.00', '7', '15.001', '20', '69340000', '69389999', '69300000', '69339999', NULL, 1652939852),
(79963, '3298', '92.00', '8', '20.001', '25', '69340000', '69389999', '69300000', '69339999', NULL, 1652939853),
(79964, '3220', '139.00', '7', '20.001', '25', '69340000', '69389999', '69300000', '69339999', NULL, 1652939853),
(79965, '3298', '112.00', '8', '25.001', '30', '69340000', '69389999', '69300000', '69339999', NULL, 1652939854),
(79966, '3220', '170.00', '7', '25.001', '30', '69340000', '69389999', '69300000', '69339999', NULL, 1652939861),
(79967, '3298', '26.00', '7', '0.3', '5', '69340000', '69389999', '69340000', '69389999', NULL, 1652939862),
(79968, '3220', '22.00', '3', '0.3', '5', '69340000', '69389999', '69340000', '69389999', NULL, 1652939862),
(79969, '3298', '32.00', '7', '5.001', '10', '69340000', '69389999', '69340000', '69389999', NULL, 1652939869),
(79970, '3220', '28.00', '3', '5.001', '10', '69340000', '69389999', '69340000', '69389999', NULL, 1652939870),
(79971, '3298', '52.00', '7', '10.001', '15', '69340000', '69389999', '69340000', '69389999', NULL, 1652939877),
(79972, '3220', '45.00', '3', '10.001', '15', '69340000', '69389999', '69340000', '69389999', NULL, 1652939878),
(79973, '3298', '72.00', '7', '15.001', '20', '69340000', '69389999', '69340000', '69389999', NULL, 1652939879),
(79974, '3220', '63.00', '3', '15.001', '20', '69340000', '69389999', '69340000', '69389999', NULL, 1652939879),
(79975, '3298', '92.00', '7', '20.001', '25', '69340000', '69389999', '69340000', '69389999', NULL, 1652939880),
(79976, '3220', '80.00', '3', '20.001', '25', '69340000', '69389999', '69340000', '69389999', NULL, 1652939881),
(79977, '3298', '112.00', '7', '25.001', '30', '69340000', '69389999', '69340000', '69389999', NULL, 1652939881),
(79978, '3220', '97.00', '3', '25.001', '30', '69340000', '69389999', '69340000', '69389999', NULL, 1652939882),
(79979, '3298', '90.00', '29', '0.3', '5', '69340000', '69389999', '69900000', '69920999', NULL, 1652939889),
(79980, '3220', '183.00', '13', '0.3', '5', '69340000', '69389999', '69900000', '69920999', NULL, 1652939890),
(79981, '3298', '133.00', '29', '5.001', '10', '69340000', '69389999', '69900000', '69920999', NULL, 1652939891),
(79982, '3220', '266.00', '13', '5.001', '10', '69340000', '69389999', '69900000', '69920999', NULL, 1652939892),
(79983, '3298', '215.00', '29', '10.001', '15', '69340000', '69389999', '69900000', '69920999', NULL, 1652939892),
(79984, '3220', '430.00', '13', '10.001', '15', '69340000', '69389999', '69900000', '69920999', NULL, 1652939893),
(79985, '3298', '298.00', '29', '15.001', '20', '69340000', '69389999', '69900000', '69920999', NULL, 1652939894),
(79986, '3220', '595.00', '13', '15.001', '20', '69340000', '69389999', '69900000', '69920999', NULL, 1652939895),
(79987, '3298', '380.00', '29', '20.001', '25', '69340000', '69389999', '69900000', '69920999', NULL, 1652939896),
(79988, '3220', '760.00', '13', '20.001', '25', '69340000', '69389999', '69900000', '69920999', NULL, 1652939896),
(79989, '3298', '463.00', '29', '25.001', '30', '69340000', '69389999', '69900000', '69920999', NULL, 1652939897),
(79990, '3220', '925.00', '13', '25.001', '30', '69340000', '69389999', '69900000', '69920999', NULL, 1652939898),
(79991, '3298', '90.00', '32', '0.3', '5', '69340000', '69389999', '69921000', '69999999', NULL, 1652939899),
(79992, '3220', '183.00', '15', '0.3', '5', '69340000', '69389999', '69921000', '69999999', NULL, 1652939900),
(79993, '3298', '133.00', '32', '5.001', '10', '69340000', '69389999', '69921000', '69999999', NULL, 1652939900),
(79994, '3220', '266.00', '15', '5.001', '10', '69340000', '69389999', '69921000', '69999999', NULL, 1652939901),
(79995, '3298', '215.00', '32', '10.001', '15', '69340000', '69389999', '69921000', '69999999', NULL, 1652939902),
(79996, '3220', '430.00', '15', '10.001', '15', '69340000', '69389999', '69921000', '69999999', NULL, 1652939903),
(79997, '3298', '298.00', '32', '15.001', '20', '69340000', '69389999', '69921000', '69999999', NULL, 1652939903),
(79998, '3220', '595.00', '15', '15.001', '20', '69340000', '69389999', '69921000', '69999999', NULL, 1652939904),
(79999, '3298', '380.00', '32', '20.001', '25', '69340000', '69389999', '69921000', '69999999', NULL, 1652939904),
(80000, '3220', '760.00', '15', '20.001', '25', '69340000', '69389999', '69921000', '69999999', NULL, 1652939905),
(80001, '3298', '463.00', '32', '25.001', '30', '69340000', '69389999', '69921000', '69999999', NULL, 1652939906),
(80002, '3220', '925.00', '15', '25.001', '30', '69340000', '69389999', '69921000', '69999999', NULL, 1652939913),
(80003, '3298', '90.00', '24', '0.3', '5', '69340000', '69389999', '71000000', '73699999', NULL, 1652939914),
(80004, '3220', '183.00', '7', '0.3', '5', '69340000', '69389999', '71000000', '73699999', NULL, 1652939915),
(80005, '3298', '133.00', '24', '5.001', '10', '69340000', '69389999', '71000000', '73699999', NULL, 1652939915),
(80006, '3220', '266.00', '7', '5.001', '10', '69340000', '69389999', '71000000', '73699999', NULL, 1652939916),
(80007, '3298', '215.00', '24', '10.001', '15', '69340000', '69389999', '71000000', '73699999', NULL, 1652939917),
(80008, '3220', '430.00', '7', '10.001', '15', '69340000', '69389999', '71000000', '73699999', NULL, 1652939917),
(80009, '3298', '298.00', '24', '15.001', '20', '69340000', '69389999', '71000000', '73699999', NULL, 1652939918),
(80010, '3220', '595.00', '7', '15.001', '20', '69340000', '69389999', '71000000', '73699999', NULL, 1652939919),
(80011, '3298', '380.00', '24', '20.001', '25', '69340000', '69389999', '71000000', '73699999', NULL, 1652939920),
(80012, '3220', '760.00', '7', '20.001', '25', '69340000', '69389999', '71000000', '73699999', NULL, 1652939920),
(80013, '3298', '463.00', '24', '25.001', '30', '69340000', '69389999', '71000000', '73699999', NULL, 1652939921),
(80014, '3220', '925.00', '7', '25.001', '30', '69340000', '69389999', '71000000', '73699999', NULL, 1652939921),
(80015, '3298', '90.00', '29', '0.3', '5', '69340000', '69389999', '72800000', '73999999', NULL, 1652939922),
(80016, '3220', '183.00', '13', '0.3', '5', '69340000', '69389999', '72800000', '73999999', NULL, 1652939923),
(80017, '3298', '133.00', '29', '5.001', '10', '69340000', '69389999', '72800000', '73999999', NULL, 1652939924),
(80018, '3220', '266.00', '13', '5.001', '10', '69340000', '69389999', '72800000', '73999999', NULL, 1652939924),
(80019, '3298', '215.00', '29', '10.001', '15', '69340000', '69389999', '72800000', '73999999', NULL, 1652939924),
(80020, '3220', '430.00', '13', '10.001', '15', '69340000', '69389999', '72800000', '73999999', NULL, 1652939925),
(80021, '3298', '298.00', '29', '15.001', '20', '69340000', '69389999', '72800000', '73999999', NULL, 1652939926),
(80022, '3220', '595.00', '13', '15.001', '20', '69340000', '69389999', '72800000', '73999999', NULL, 1652939927),
(80023, '3298', '380.00', '29', '20.001', '25', '69340000', '69389999', '72800000', '73999999', NULL, 1652939928),
(80024, '3220', '760.00', '13', '20.001', '25', '69340000', '69389999', '72800000', '73999999', NULL, 1652939928),
(80025, '3298', '463.00', '29', '25.001', '30', '69340000', '69389999', '72800000', '73999999', NULL, 1652939929),
(80026, '3220', '925.00', '13', '25.001', '30', '69340000', '69389999', '72800000', '73999999', NULL, 1652939930),
(80027, '3298', '90.00', '25', '0.3', '5', '69340000', '69389999', '74000000', '74894999', NULL, 1652939931),
(80028, '3220', '183.00', '7', '0.3', '5', '69340000', '69389999', '74000000', '74894999', NULL, 1652939932),
(80029, '3298', '133.00', '25', '5.001', '10', '69340000', '69389999', '74000000', '74894999', NULL, 1652939932),
(80030, '3220', '266.00', '7', '5.001', '10', '69340000', '69389999', '74000000', '74894999', NULL, 1652939933),
(80031, '3298', '215.00', '25', '10.001', '15', '69340000', '69389999', '74000000', '74894999', NULL, 1652939934),
(80032, '3220', '430.00', '7', '10.001', '15', '69340000', '69389999', '74000000', '74894999', NULL, 1652939935),
(80033, '3298', '298.00', '25', '15.001', '20', '69340000', '69389999', '74000000', '74894999', NULL, 1652939935),
(80034, '3220', '595.00', '7', '15.001', '20', '69340000', '69389999', '74000000', '74894999', NULL, 1652939942),
(80035, '3298', '380.00', '25', '20.001', '25', '69340000', '69389999', '74000000', '74894999', NULL, 1652939943),
(80036, '3220', '760.00', '7', '20.001', '25', '69340000', '69389999', '74000000', '74894999', NULL, 1652939943),
(80037, '3298', '463.00', '25', '25.001', '30', '69340000', '69389999', '74000000', '74894999', NULL, 1652939945),
(80038, '3220', '925.00', '7', '25.001', '30', '69340000', '69389999', '74000000', '74894999', NULL, 1652939945),
(80039, '3298', '90.00', '25', '0.3', '5', '69340000', '69389999', '74895000', '76799999', NULL, 1652939946),
(80040, '3220', '183.00', '7', '0.3', '5', '69340000', '69389999', '74895000', '76799999', NULL, 1652939947),
(80041, '3298', '133.00', '25', '5.001', '10', '69340000', '69389999', '74895000', '76799999', NULL, 1652939948),
(80042, '3220', '266.00', '7', '5.001', '10', '69340000', '69389999', '74895000', '76799999', NULL, 1652939949),
(80043, '3298', '215.00', '25', '10.001', '15', '69340000', '69389999', '74895000', '76799999', NULL, 1652939950),
(80044, '3220', '430.00', '7', '10.001', '15', '69340000', '69389999', '74895000', '76799999', NULL, 1652939950),
(80045, '3298', '298.00', '25', '15.001', '20', '69340000', '69389999', '74895000', '76799999', NULL, 1652939951),
(80046, '3220', '595.00', '7', '15.001', '20', '69340000', '69389999', '74895000', '76799999', NULL, 1652939957),
(80047, '3298', '380.00', '25', '20.001', '25', '69340000', '69389999', '74895000', '76799999', NULL, 1652939958),
(80048, '3220', '760.00', '7', '20.001', '25', '69340000', '69389999', '74895000', '76799999', NULL, 1652939963),
(80049, '3298', '463.00', '25', '25.001', '30', '69340000', '69389999', '74895000', '76799999', NULL, 1652939964),
(80050, '3220', '925.00', '7', '25.001', '30', '69340000', '69389999', '74895000', '76799999', NULL, 1652939965),
(80051, '3298', '90.00', '26', '0.3', '5', '69340000', '69389999', '77000000', '77270999', NULL, 1652939967),
(80052, '3220', '183.00', '10', '0.3', '5', '69340000', '69389999', '77000000', '77270999', NULL, 1652939968),
(80053, '3298', '133.00', '26', '5.001', '10', '69340000', '69389999', '77000000', '77270999', NULL, 1652939968),
(80054, '3220', '266.00', '10', '5.001', '10', '69340000', '69389999', '77000000', '77270999', NULL, 1652939969),
(80055, '3298', '215.00', '26', '10.001', '15', '69340000', '69389999', '77000000', '77270999', NULL, 1652939970),
(80056, '3220', '430.00', '10', '10.001', '15', '69340000', '69389999', '77000000', '77270999', NULL, 1652939971),
(80057, '3298', '298.00', '26', '15.001', '20', '69340000', '69389999', '77000000', '77270999', NULL, 1652939972),
(80058, '3220', '595.00', '10', '15.001', '20', '69340000', '69389999', '77000000', '77270999', NULL, 1652939973),
(80059, '3298', '380.00', '26', '20.001', '25', '69340000', '69389999', '77000000', '77270999', NULL, 1652939974),
(80060, '3220', '760.00', '10', '20.001', '25', '69340000', '69389999', '77000000', '77270999', NULL, 1652939975),
(80061, '3298', '463.00', '26', '25.001', '30', '69340000', '69389999', '77000000', '77270999', NULL, 1652939976),
(80062, '3220', '925.00', '10', '25.001', '30', '69340000', '69389999', '77000000', '77270999', NULL, 1652939976),
(80063, '3298', '90.00', '29', '0.3', '5', '69340000', '69389999', '77300000', '77995999', NULL, 1652939977),
(80064, '3220', '183.00', '14', '0.3', '5', '69340000', '69389999', '77300000', '77995999', NULL, 1652939978),
(80065, '3298', '133.00', '29', '5.001', '10', '69340000', '69389999', '77300000', '77995999', NULL, 1652939982),
(80066, '3220', '266.00', '14', '5.001', '10', '69340000', '69389999', '77300000', '77995999', NULL, 1652939984),
(80067, '3298', '215.00', '29', '10.001', '15', '69340000', '69389999', '77300000', '77995999', NULL, 1652939984),
(80068, '3220', '430.00', '14', '10.001', '15', '69340000', '69389999', '77300000', '77995999', NULL, 1652939985),
(80069, '3298', '298.00', '29', '15.001', '20', '69340000', '69389999', '77300000', '77995999', NULL, 1652939989),
(80070, '3220', '595.00', '14', '15.001', '20', '69340000', '69389999', '77300000', '77995999', NULL, 1652939990),
(80071, '3298', '380.00', '29', '20.001', '25', '69340000', '69389999', '77300000', '77995999', NULL, 1652939991),
(80072, '3220', '760.00', '14', '20.001', '25', '69340000', '69389999', '77300000', '77995999', NULL, 1652939992),
(80073, '3298', '463.00', '29', '25.001', '30', '69340000', '69389999', '77300000', '77995999', NULL, 1652939994),
(80074, '3220', '925.00', '14', '25.001', '30', '69340000', '69389999', '77300000', '77995999', NULL, 1652939996),
(80075, '3298', '90.00', '26', '0.3', '5', '69340000', '69389999', '78000000', '78109999', NULL, 1652939996),
(80076, '3220', '183.00', '8', '0.3', '5', '69340000', '69389999', '78000000', '78109999', NULL, 1652939999),
(80077, '3298', '133.00', '26', '5.001', '10', '69340000', '69389999', '78000000', '78109999', NULL, 1652940000),
(80078, '3220', '266.00', '8', '5.001', '10', '69340000', '69389999', '78000000', '78109999', NULL, 1652940001),
(80079, '3298', '215.00', '26', '10.001', '15', '69340000', '69389999', '78000000', '78109999', NULL, 1652940002),
(80080, '3220', '430.00', '8', '10.001', '15', '69340000', '69389999', '78000000', '78109999', NULL, 1652940004),
(80081, '3298', '298.00', '26', '15.001', '20', '69340000', '69389999', '78000000', '78109999', NULL, 1652940007),
(80082, '3220', '595.00', '8', '15.001', '20', '69340000', '69389999', '78000000', '78109999', NULL, 1652940008),
(80083, '3298', '380.00', '26', '20.001', '25', '69340000', '69389999', '78000000', '78109999', NULL, 1652940009),
(80084, '3220', '760.00', '8', '20.001', '25', '69340000', '69389999', '78000000', '78109999', NULL, 1652940012),
(80085, '3298', '463.00', '26', '25.001', '30', '69340000', '69389999', '78000000', '78109999', NULL, 1652940013),
(80086, '3220', '925.00', '8', '25.001', '30', '69340000', '69389999', '78000000', '78109999', NULL, 1652940014),
(80087, '3298', '90.00', '28', '0.3', '5', '69340000', '69389999', '78110000', '78899999', NULL, 1652940016),
(80088, '3220', '183.00', '10', '0.3', '5', '69340000', '69389999', '78110000', '78899999', NULL, 1652940017),
(80089, '3298', '133.00', '28', '5.001', '10', '69340000', '69389999', '78110000', '78899999', NULL, 1652940018),
(80090, '3220', '266.00', '10', '5.001', '10', '69340000', '69389999', '78110000', '78899999', NULL, 1652940019),
(80091, '3298', '215.00', '28', '10.001', '15', '69340000', '69389999', '78110000', '78899999', NULL, 1652940020),
(80092, '3220', '430.00', '10', '10.001', '15', '69340000', '69389999', '78110000', '78899999', NULL, 1652940021),
(80093, '3298', '298.00', '28', '15.001', '20', '69340000', '69389999', '78110000', '78899999', NULL, 1652940022),
(80094, '3220', '595.00', '10', '15.001', '20', '69340000', '69389999', '78110000', '78899999', NULL, 1652940023),
(80095, '3298', '380.00', '28', '20.001', '25', '69340000', '69389999', '78110000', '78899999', NULL, 1652940026),
(80096, '3220', '760.00', '10', '20.001', '25', '69340000', '69389999', '78110000', '78899999', NULL, 1652940027),
(80097, '3298', '463.00', '28', '25.001', '30', '69340000', '69389999', '78110000', '78899999', NULL, 1652940028),
(80098, '3220', '925.00', '10', '25.001', '30', '69340000', '69389999', '78110000', '78899999', NULL, 1652940029),
(80099, '3298', '70.00', '30', '0.3', '5', '69340000', '69389999', '78900000', '78930999', NULL, 1652940029),
(80100, '3220', '157.00', '14', '0.3', '5', '69340000', '69389999', '78900000', '78930999', NULL, 1652940031),
(80101, '3298', '106.00', '30', '5.001', '10', '69340000', '69389999', '78900000', '78930999', NULL, 1652940032),
(80102, '3220', '226.00', '14', '5.001', '10', '69340000', '69389999', '78900000', '78930999', NULL, 1652940036),
(80103, '3298', '172.00', '30', '10.001', '15', '69340000', '69389999', '78900000', '78930999', NULL, 1652940036),
(80104, '3220', '367.00', '14', '10.001', '15', '69340000', '69389999', '78900000', '78930999', NULL, 1652940037),
(80105, '3298', '239.00', '30', '15.001', '20', '69340000', '69389999', '78900000', '78930999', NULL, 1652940038),
(80106, '3220', '508.00', '14', '15.001', '20', '69340000', '69389999', '78900000', '78930999', NULL, 1652940040),
(80107, '3298', '305.00', '30', '20.001', '25', '69340000', '69389999', '78900000', '78930999', NULL, 1652940041),
(80108, '3220', '649.00', '14', '20.001', '25', '69340000', '69389999', '78900000', '78930999', NULL, 1652940042),
(80109, '3298', '371.00', '30', '25.001', '30', '69340000', '69389999', '78900000', '78930999', NULL, 1652940043),
(80110, '3220', '789.00', '14', '25.001', '30', '69340000', '69389999', '78900000', '78930999', NULL, 1652940045),
(80111, '3298', '90.00', '28', '0.3', '5', '69340000', '69389999', '78931000', '78999999', NULL, 1652940046),
(80112, '3220', '183.00', '10', '0.3', '5', '69340000', '69389999', '78931000', '78999999', NULL, 1652940047),
(80113, '3298', '133.00', '28', '5.001', '10', '69340000', '69389999', '78931000', '78999999', NULL, 1652940048),
(80114, '3220', '266.00', '10', '5.001', '10', '69340000', '69389999', '78931000', '78999999', NULL, 1652940048),
(80115, '3298', '215.00', '28', '10.001', '15', '69340000', '69389999', '78931000', '78999999', NULL, 1652940050),
(80116, '3220', '430.00', '10', '10.001', '15', '69340000', '69389999', '78931000', '78999999', NULL, 1652940051),
(80117, '3298', '298.00', '28', '15.001', '20', '69340000', '69389999', '78931000', '78999999', NULL, 1652940052),
(80118, '3220', '595.00', '10', '15.001', '20', '69340000', '69389999', '78931000', '78999999', NULL, 1652940053),
(80119, '3298', '380.00', '28', '20.001', '25', '69340000', '69389999', '78931000', '78999999', NULL, 1652940054),
(80120, '3220', '760.00', '10', '20.001', '25', '69340000', '69389999', '78931000', '78999999', NULL, 1652940054),
(80121, '3298', '463.00', '28', '25.001', '30', '69340000', '69389999', '78931000', '78999999', NULL, 1652940055),
(80122, '3220', '925.00', '10', '25.001', '30', '69340000', '69389999', '78931000', '78999999', NULL, 1652940056),
(80123, '3298', '90.00', '26', '0.3', '5', '69340000', '69389999', '79000000', '79129999', NULL, 1652940057),
(80124, '3220', '183.00', '7', '0.3', '5', '69340000', '69389999', '79000000', '79129999', NULL, 1652940061),
(80125, '3298', '133.00', '26', '5.001', '10', '69340000', '69389999', '79000000', '79129999', NULL, 1652940062),
(80126, '3220', '266.00', '7', '5.001', '10', '69340000', '69389999', '79000000', '79129999', NULL, 1652940062),
(80127, '3298', '215.00', '26', '10.001', '15', '69340000', '69389999', '79000000', '79129999', NULL, 1652940066),
(80128, '3220', '430.00', '7', '10.001', '15', '69340000', '69389999', '79000000', '79129999', NULL, 1652940067),
(80129, '3298', '298.00', '26', '15.001', '20', '69340000', '69389999', '79000000', '79129999', NULL, 1652940068),
(80130, '3220', '595.00', '7', '15.001', '20', '69340000', '69389999', '79000000', '79129999', NULL, 1652940070),
(80131, '3298', '380.00', '26', '20.001', '25', '69340000', '69389999', '79000000', '79129999', NULL, 1652940070),
(80132, '3220', '760.00', '7', '20.001', '25', '69340000', '69389999', '79000000', '79129999', NULL, 1652940071),
(80133, '3298', '463.00', '26', '25.001', '30', '69340000', '69389999', '79000000', '79129999', NULL, 1652940072),
(80134, '3220', '925.00', '7', '25.001', '30', '69340000', '69389999', '79000000', '79129999', NULL, 1652940073),
(80135, '3298', '90.00', '29', '0.3', '5', '69340000', '69389999', '79130000', '79999999', NULL, 1652940074),
(80136, '3220', '183.00', '10', '0.3', '5', '69340000', '69389999', '79130000', '79999999', NULL, 1652940075),
(80137, '3298', '133.00', '29', '5.001', '10', '69340000', '69389999', '79130000', '79999999', NULL, 1652940076),
(80138, '3220', '266.00', '10', '5.001', '10', '69340000', '69389999', '79130000', '79999999', NULL, 1652940077),
(80139, '3298', '215.00', '29', '10.001', '15', '69340000', '69389999', '79130000', '79999999', NULL, 1652940078),
(80140, '3220', '430.00', '10', '10.001', '15', '69340000', '69389999', '79130000', '79999999', NULL, 1652940079),
(80141, '3298', '298.00', '29', '15.001', '20', '69340000', '69389999', '79130000', '79999999', NULL, 1652940080),
(80142, '3220', '595.00', '10', '15.001', '20', '69340000', '69389999', '79130000', '79999999', NULL, 1652940081),
(80143, '3298', '380.00', '29', '20.001', '25', '69340000', '69389999', '79130000', '79999999', NULL, 1652940082),
(80144, '3220', '760.00', '10', '20.001', '25', '69340000', '69389999', '79130000', '79999999', NULL, 1652940083),
(80145, '3298', '463.00', '29', '25.001', '30', '69340000', '69389999', '79130000', '79999999', NULL, 1652940084),
(80146, '3220', '925.00', '10', '25.001', '30', '69340000', '69389999', '79130000', '79999999', NULL, 1652940085),
(80147, '3298', '90.00', '26', '0.3', '5', '69340000', '69389999', '80000000', '82999999', NULL, 1652940086),
(80148, '3220', '183.00', '7', '0.3', '5', '69340000', '69389999', '80000000', '82999999', NULL, 1652940087),
(80149, '3298', '133.00', '26', '5.001', '10', '69340000', '69389999', '80000000', '82999999', NULL, 1652940087),
(80150, '3220', '266.00', '7', '5.001', '10', '69340000', '69389999', '80000000', '82999999', NULL, 1652940089),
(80151, '3298', '215.00', '26', '10.001', '15', '69340000', '69389999', '80000000', '82999999', NULL, 1652940090),
(80152, '3220', '430.00', '7', '10.001', '15', '69340000', '69389999', '80000000', '82999999', NULL, 1652940090),
(80153, '3298', '298.00', '26', '15.001', '20', '69340000', '69389999', '80000000', '82999999', NULL, 1652940092),
(80154, '3220', '595.00', '7', '15.001', '20', '69340000', '69389999', '80000000', '82999999', NULL, 1652940093),
(80155, '3298', '380.00', '26', '20.001', '25', '69340000', '69389999', '80000000', '82999999', NULL, 1652940094),
(80156, '3220', '760.00', '7', '20.001', '25', '69340000', '69389999', '80000000', '82999999', NULL, 1652940095),
(80157, '3298', '463.00', '26', '25.001', '30', '69340000', '69389999', '80000000', '82999999', NULL, 1652940099),
(80158, '3220', '925.00', '7', '25.001', '30', '69340000', '69389999', '80000000', '82999999', NULL, 1652940099),
(80159, '3298', '90.00', '26', '0.3', '5', '69340000', '69389999', '80000000', '83800999', NULL, 1652940101),
(80160, '3220', '183.00', '7', '0.3', '5', '69340000', '69389999', '80000000', '83800999', NULL, 1652940102),
(80161, '3298', '133.00', '26', '5.001', '10', '69340000', '69389999', '80000000', '83800999', NULL, 1652940104),
(80162, '3220', '266.00', '7', '5.001', '10', '69340000', '69389999', '80000000', '83800999', NULL, 1652940105),
(80163, '3298', '215.00', '26', '10.001', '15', '69340000', '69389999', '80000000', '83800999', NULL, 1652940106),
(80164, '3220', '430.00', '7', '10.001', '15', '69340000', '69389999', '80000000', '83800999', NULL, 1652940109),
(80165, '3298', '298.00', '26', '15.001', '20', '69340000', '69389999', '80000000', '83800999', NULL, 1652940110),
(80166, '3220', '595.00', '7', '15.001', '20', '69340000', '69389999', '80000000', '83800999', NULL, 1652940112),
(80167, '3298', '380.00', '26', '20.001', '25', '69340000', '69389999', '80000000', '83800999', NULL, 1652940113),
(80168, '3220', '760.00', '7', '20.001', '25', '69340000', '69389999', '80000000', '83800999', NULL, 1652940114),
(80169, '3298', '463.00', '26', '25.001', '30', '69340000', '69389999', '80000000', '83800999', NULL, 1652940114),
(80170, '3220', '925.00', '7', '25.001', '30', '69340000', '69389999', '80000000', '83800999', NULL, 1652940117),
(80171, '3298', '90.00', '28', '0.3', '5', '69340000', '69389999', '83801000', '87999999', NULL, 1652940118),
(80172, '3220', '183.00', '9', '0.3', '5', '69340000', '69389999', '83801000', '87999999', NULL, 1652940119),
(80173, '3298', '133.00', '28', '5.001', '10', '69340000', '69389999', '83801000', '87999999', NULL, 1652940120),
(80174, '3220', '266.00', '9', '5.001', '10', '69340000', '69389999', '83801000', '87999999', NULL, 1652940120),
(80175, '3298', '215.00', '28', '10.001', '15', '69340000', '69389999', '83801000', '87999999', NULL, 1652940121),
(80176, '3220', '430.00', '9', '10.001', '15', '69340000', '69389999', '83801000', '87999999', NULL, 1652940123),
(80177, '3298', '298.00', '28', '15.001', '20', '69340000', '69389999', '83801000', '87999999', NULL, 1652940124),
(80178, '3220', '595.00', '9', '15.001', '20', '69340000', '69389999', '83801000', '87999999', NULL, 1652940125),
(80179, '3298', '380.00', '28', '20.001', '25', '69340000', '69389999', '83801000', '87999999', NULL, 1652940133),
(80180, '3220', '760.00', '9', '20.001', '25', '69340000', '69389999', '83801000', '87999999', NULL, 1652940143),
(80181, '3298', '463.00', '28', '25.001', '30', '69340000', '69389999', '83801000', '87999999', NULL, 1652940146),
(80182, '3220', '925.00', '9', '25.001', '30', '69340000', '69389999', '83801000', '87999999', NULL, 1652940148),
(80183, '3298', '90.00', '26', '0.3', '5', '69340000', '69389999', '88000000', '82999999', NULL, 1652940160),
(80184, '3220', '183.00', '7', '0.3', '5', '69340000', '69389999', '88000000', '82999999', NULL, 1652940174),
(80185, '3298', '133.00', '26', '5.001', '10', '69340000', '69389999', '88000000', '82999999', NULL, 1652940176),
(80186, '3220', '266.00', '7', '5.001', '10', '69340000', '69389999', '88000000', '82999999', NULL, 1652940177),
(80187, '3298', '215.00', '26', '10.001', '15', '69340000', '69389999', '88000000', '82999999', NULL, 1652940179),
(80188, '3220', '430.00', '7', '10.001', '15', '69340000', '69389999', '88000000', '82999999', NULL, 1652940184),
(80189, '3298', '298.00', '26', '15.001', '20', '69340000', '69389999', '88000000', '82999999', NULL, 1652940190),
(80190, '3220', '595.00', '7', '15.001', '20', '69340000', '69389999', '88000000', '82999999', NULL, 1652940190),
(80191, '3298', '380.00', '26', '20.001', '25', '69340000', '69389999', '88000000', '82999999', NULL, 1652940191),
(80192, '3220', '760.00', '7', '20.001', '25', '69340000', '69389999', '88000000', '82999999', NULL, 1652940192),
(80193, '3298', '463.00', '26', '25.001', '30', '69340000', '69389999', '88000000', '82999999', NULL, 1652940198),
(80194, '3220', '925.00', '7', '25.001', '30', '69340000', '69389999', '88000000', '82999999', NULL, 1652940198),
(80195, '3298', '90.00', '26', '0.3', '5', '69340000', '69389999', '88000000', '88469999', NULL, 1652940199),
(80196, '3220', '183.00', '7', '0.3', '5', '69340000', '69389999', '88000000', '88469999', NULL, 1652940203),
(80197, '3298', '133.00', '26', '5.001', '10', '69340000', '69389999', '88000000', '88469999', NULL, 1652940210),
(80198, '3220', '266.00', '7', '5.001', '10', '69340000', '69389999', '88000000', '88469999', NULL, 1652940214),
(80199, '3298', '215.00', '26', '10.001', '15', '69340000', '69389999', '88000000', '88469999', NULL, 1652940220),
(80200, '3220', '430.00', '7', '10.001', '15', '69340000', '69389999', '88000000', '88469999', NULL, 1652940222),
(80201, '3298', '298.00', '26', '15.001', '20', '69340000', '69389999', '88000000', '88469999', NULL, 1652940222),
(80202, '3220', '595.00', '7', '15.001', '20', '69340000', '69389999', '88000000', '88469999', NULL, 1652940224),
(80203, '3298', '380.00', '26', '20.001', '25', '69340000', '69389999', '88000000', '88469999', NULL, 1652940224),
(80204, '3220', '760.00', '7', '20.001', '25', '69340000', '69389999', '88000000', '88469999', NULL, 1652940226),
(80205, '3298', '463.00', '26', '25.001', '30', '69340000', '69389999', '88000000', '88469999', NULL, 1652940229);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(80206, '3220', '925.00', '7', '25.001', '30', '69340000', '69389999', '88000000', '88469999', NULL, 1652940234),
(80207, '3298', '90.00', '27', '0.3', '5', '69340000', '69389999', '88470000', '89999999', NULL, 1652940240),
(80208, '3220', '183.00', '9', '0.3', '5', '69340000', '69389999', '88470000', '89999999', NULL, 1652940243),
(80209, '3298', '133.00', '27', '5.001', '10', '69340000', '69389999', '88470000', '89999999', NULL, 1652940245),
(80210, '3220', '266.00', '9', '5.001', '10', '69340000', '69389999', '88470000', '89999999', NULL, 1652940248),
(80211, '3298', '215.00', '27', '10.001', '15', '69340000', '69389999', '88470000', '89999999', NULL, 1652940250),
(80212, '3220', '430.00', '9', '10.001', '15', '69340000', '69389999', '88470000', '89999999', NULL, 1652940251),
(80213, '3298', '298.00', '27', '15.001', '20', '69340000', '69389999', '88470000', '89999999', NULL, 1652940252),
(80214, '3220', '595.00', '9', '15.001', '20', '69340000', '69389999', '88470000', '89999999', NULL, 1652940254),
(80215, '3298', '380.00', '27', '20.001', '25', '69340000', '69389999', '88470000', '89999999', NULL, 1652940256),
(80216, '3220', '760.00', '9', '20.001', '25', '69340000', '69389999', '88470000', '89999999', NULL, 1652940259),
(80217, '3298', '463.00', '27', '25.001', '30', '69340000', '69389999', '88470000', '89999999', NULL, 1652940260),
(80218, '3220', '925.00', '9', '25.001', '30', '69340000', '69389999', '88470000', '89999999', NULL, 1652940264),
(80219, '3298', '90.00', '27', '0.3', '5', '69340000', '69389999', '90000000', '91999999', NULL, 1652940265),
(80220, '3220', '183.00', '7', '0.3', '5', '69340000', '69389999', '90000000', '91999999', NULL, 1652940269),
(80221, '3298', '133.00', '27', '5.001', '10', '69340000', '69389999', '90000000', '91999999', NULL, 1652940270),
(80222, '3220', '266.00', '7', '5.001', '10', '69340000', '69389999', '90000000', '91999999', NULL, 1652940271),
(80223, '3298', '215.00', '27', '10.001', '15', '69340000', '69389999', '90000000', '91999999', NULL, 1652940273),
(80224, '3220', '430.00', '7', '10.001', '15', '69340000', '69389999', '90000000', '91999999', NULL, 1652940274),
(80225, '3298', '298.00', '27', '15.001', '20', '69340000', '69389999', '90000000', '91999999', NULL, 1652940275),
(80226, '3220', '595.00', '7', '15.001', '20', '69340000', '69389999', '90000000', '91999999', NULL, 1652940278),
(80227, '3298', '380.00', '27', '20.001', '25', '69340000', '69389999', '90000000', '91999999', NULL, 1652940281),
(80228, '3220', '760.00', '7', '20.001', '25', '69340000', '69389999', '90000000', '91999999', NULL, 1652940284),
(80229, '3298', '463.00', '27', '25.001', '30', '69340000', '69389999', '90000000', '91999999', NULL, 1652940287),
(80230, '3220', '925.00', '7', '25.001', '30', '69340000', '69389999', '90000000', '91999999', NULL, 1652940288),
(80231, '3298', '90.00', '29', '0.3', '5', '69340000', '69389999', '90000000', '94900999', NULL, 1652940290),
(80232, '3220', '183.00', '10', '0.3', '5', '69340000', '69389999', '90000000', '94900999', NULL, 1652940291),
(80233, '3298', '133.00', '29', '5.001', '10', '69340000', '69389999', '90000000', '94900999', NULL, 1652940292),
(80234, '3220', '266.00', '10', '5.001', '10', '69340000', '69389999', '90000000', '94900999', NULL, 1652940293),
(80235, '3298', '215.00', '29', '10.001', '15', '69340000', '69389999', '90000000', '94900999', NULL, 1652940296),
(80236, '3220', '430.00', '10', '10.001', '15', '69340000', '69389999', '90000000', '94900999', NULL, 1652940297),
(80237, '3298', '298.00', '29', '15.001', '20', '69340000', '69389999', '90000000', '94900999', NULL, 1652940297),
(80238, '3220', '595.00', '10', '15.001', '20', '69340000', '69389999', '90000000', '94900999', NULL, 1652940299),
(80239, '3298', '380.00', '29', '20.001', '25', '69340000', '69389999', '90000000', '94900999', NULL, 1652940300),
(80240, '3220', '760.00', '10', '20.001', '25', '69340000', '69389999', '90000000', '94900999', NULL, 1652940301),
(80241, '3298', '463.00', '29', '25.001', '30', '69340000', '69389999', '90000000', '94900999', NULL, 1652940303),
(80242, '3220', '925.00', '10', '25.001', '30', '69340000', '69389999', '90000000', '94900999', NULL, 1652940305),
(80243, '3298', '90.00', '31', '0.3', '5', '69340000', '69389999', '94901000', '99999999', NULL, 1652940306),
(80244, '3220', '183.00', '11', '0.3', '5', '69340000', '69389999', '94901000', '99999999', NULL, 1652940308),
(80245, '3298', '133.00', '31', '5.001', '10', '69340000', '69389999', '94901000', '99999999', NULL, 1652940308),
(80246, '3220', '266.00', '11', '5.001', '10', '69340000', '69389999', '94901000', '99999999', NULL, 1652940313),
(80247, '3298', '215.00', '31', '10.001', '15', '69340000', '69389999', '94901000', '99999999', NULL, 1652940318),
(80248, '3220', '430.00', '11', '10.001', '15', '69340000', '69389999', '94901000', '99999999', NULL, 1652940320),
(80249, '3298', '298.00', '31', '15.001', '20', '69340000', '69389999', '94901000', '99999999', NULL, 1652940322),
(80250, '3220', '595.00', '11', '15.001', '20', '69340000', '69389999', '94901000', '99999999', NULL, 1652940322),
(80251, '3298', '380.00', '31', '20.001', '25', '69340000', '69389999', '94901000', '99999999', NULL, 1652940323),
(80252, '3220', '760.00', '11', '20.001', '25', '69340000', '69389999', '94901000', '99999999', NULL, 1652940324),
(80253, '3298', '463.00', '31', '25.001', '30', '69340000', '69389999', '94901000', '99999999', NULL, 1652940325),
(80254, '3220', '925.00', '11', '25.001', '30', '69340000', '69389999', '94901000', '99999999', NULL, 1652940326),
(80255, '3298', '45.00', '9', '0.3', '5', '69900000', '69920999', '01000000', '08499999', NULL, 1652940326),
(80256, '3220', '137.00', '5', '0.3', '5', '69900000', '69920999', '01000000', '08499999', NULL, 1652940327),
(80257, '3298', '71.00', '9', '5.001', '10', '69900000', '69920999', '01000000', '08499999', NULL, 1652940333),
(80258, '3220', '214.00', '5', '5.001', '10', '69900000', '69920999', '01000000', '08499999', NULL, 1652940334),
(80259, '3298', '116.00', '9', '10.001', '15', '69900000', '69920999', '01000000', '08499999', NULL, 1652940335),
(80260, '3220', '346.00', '5', '10.001', '15', '69900000', '69920999', '01000000', '08499999', NULL, 1652940335),
(80261, '3298', '160.00', '9', '15.001', '20', '69900000', '69920999', '01000000', '08499999', NULL, 1652940336),
(80262, '3220', '479.00', '5', '15.001', '20', '69900000', '69920999', '01000000', '08499999', NULL, 1652940336),
(80263, '3298', '205.00', '9', '20.001', '25', '69900000', '69920999', '01000000', '08499999', NULL, 1652940338),
(80264, '3220', '612.00', '5', '20.001', '25', '69900000', '69920999', '01000000', '08499999', NULL, 1652940338),
(80265, '3298', '249.00', '9', '25.001', '30', '69900000', '69920999', '01000000', '08499999', NULL, 1652940339),
(80266, '3220', '744.00', '5', '25.001', '30', '69900000', '69920999', '01000000', '08499999', NULL, 1652940340),
(80267, '3298', '45.00', '9', '0.3', '5', '69900000', '69920999', '06000000', '09999999', NULL, 1652940340),
(80268, '3220', '137.00', '5', '0.3', '5', '69900000', '69920999', '06000000', '09999999', NULL, 1652940347),
(80269, '3298', '71.00', '9', '5.001', '10', '69900000', '69920999', '06000000', '09999999', NULL, 1652940348),
(80270, '3220', '214.00', '5', '5.001', '10', '69900000', '69920999', '06000000', '09999999', NULL, 1652940348),
(80271, '3298', '116.00', '9', '10.001', '15', '69900000', '69920999', '06000000', '09999999', NULL, 1652940349),
(80272, '3220', '346.00', '5', '10.001', '15', '69900000', '69920999', '06000000', '09999999', NULL, 1652940350),
(80273, '3298', '160.00', '9', '15.001', '20', '69900000', '69920999', '06000000', '09999999', NULL, 1652940351),
(80274, '3220', '479.00', '5', '15.001', '20', '69900000', '69920999', '06000000', '09999999', NULL, 1652940351),
(80275, '3298', '205.00', '9', '20.001', '25', '69900000', '69920999', '06000000', '09999999', NULL, 1652940352),
(80276, '3220', '612.00', '5', '20.001', '25', '69900000', '69920999', '06000000', '09999999', NULL, 1652940353),
(80277, '3298', '249.00', '9', '25.001', '30', '69900000', '69920999', '06000000', '09999999', NULL, 1652940354),
(80278, '3220', '744.00', '5', '25.001', '30', '69900000', '69920999', '06000000', '09999999', NULL, 1652940355),
(80279, '3298', '45.00', '9', '0.3', '5', '69900000', '69920999', '11000000', '11999999', NULL, 1652940356),
(80280, '3220', '137.00', '5', '0.3', '5', '69900000', '69920999', '11000000', '11999999', NULL, 1652940356),
(80281, '3298', '71.00', '9', '5.001', '10', '69900000', '69920999', '11000000', '11999999', NULL, 1652940357),
(80282, '3220', '214.00', '5', '5.001', '10', '69900000', '69920999', '11000000', '11999999', NULL, 1652940358),
(80283, '3298', '116.00', '9', '10.001', '15', '69900000', '69920999', '11000000', '11999999', NULL, 1652940364),
(80284, '3220', '346.00', '5', '10.001', '15', '69900000', '69920999', '11000000', '11999999', NULL, 1652940369),
(80285, '3298', '160.00', '9', '15.001', '20', '69900000', '69920999', '11000000', '11999999', NULL, 1652940375),
(80286, '3220', '479.00', '5', '15.001', '20', '69900000', '69920999', '11000000', '11999999', NULL, 1652940376),
(80287, '3298', '205.00', '9', '20.001', '25', '69900000', '69920999', '11000000', '11999999', NULL, 1652940377),
(80288, '3220', '612.00', '5', '20.001', '25', '69900000', '69920999', '11000000', '11999999', NULL, 1652940378),
(80289, '3298', '249.00', '9', '25.001', '30', '69900000', '69920999', '11000000', '11999999', NULL, 1652940379),
(80290, '3220', '744.00', '5', '25.001', '30', '69900000', '69920999', '11000000', '11999999', NULL, 1652940379),
(80291, '3298', '45.00', '9', '0.3', '5', '69900000', '69920999', '12000000', '19999999', NULL, 1652940384),
(80292, '3220', '137.00', '5', '0.3', '5', '69900000', '69920999', '12000000', '19999999', NULL, 1652940390),
(80293, '3298', '71.00', '9', '5.001', '10', '69900000', '69920999', '12000000', '19999999', NULL, 1652940390),
(80294, '3220', '214.00', '5', '5.001', '10', '69900000', '69920999', '12000000', '19999999', NULL, 1652940391),
(80295, '3298', '116.00', '9', '10.001', '15', '69900000', '69920999', '12000000', '19999999', NULL, 1652940392),
(80296, '3220', '346.00', '5', '10.001', '15', '69900000', '69920999', '12000000', '19999999', NULL, 1652940393),
(80297, '3298', '160.00', '9', '15.001', '20', '69900000', '69920999', '12000000', '19999999', NULL, 1652940394),
(80298, '3220', '479.00', '5', '15.001', '20', '69900000', '69920999', '12000000', '19999999', NULL, 1652940394),
(80299, '3298', '205.00', '9', '20.001', '25', '69900000', '69920999', '12000000', '19999999', NULL, 1652940395),
(80300, '3220', '612.00', '5', '20.001', '25', '69900000', '69920999', '12000000', '19999999', NULL, 1652940396),
(80301, '3298', '249.00', '9', '25.001', '30', '69900000', '69920999', '12000000', '19999999', NULL, 1652940401),
(80302, '3220', '744.00', '5', '25.001', '30', '69900000', '69920999', '12000000', '19999999', NULL, 1652940402),
(80303, '3298', '90.00', '11', '0.3', '5', '69900000', '69920999', '26601000', '28999999', NULL, 1652940457),
(80304, '3220', '183.00', '7', '0.3', '5', '69900000', '69920999', '26601000', '28999999', NULL, 1652940459),
(80305, '3298', '133.00', '11', '5.001', '10', '69900000', '69920999', '26601000', '28999999', NULL, 1652940462),
(80306, '3220', '266.00', '7', '5.001', '10', '69900000', '69920999', '26601000', '28999999', NULL, 1652940465),
(80307, '3298', '215.00', '11', '10.001', '15', '69900000', '69920999', '26601000', '28999999', NULL, 1652940468),
(80308, '3220', '430.00', '7', '10.001', '15', '69900000', '69920999', '26601000', '28999999', NULL, 1652940468),
(80309, '3298', '298.00', '11', '15.001', '20', '69900000', '69920999', '26601000', '28999999', NULL, 1652940469),
(80310, '3220', '595.00', '7', '15.001', '20', '69900000', '69920999', '26601000', '28999999', NULL, 1652940472),
(80311, '3298', '380.00', '11', '20.001', '25', '69900000', '69920999', '26601000', '28999999', NULL, 1652940472),
(80312, '3220', '760.00', '7', '20.001', '25', '69900000', '69920999', '26601000', '28999999', NULL, 1652940474),
(80313, '3298', '463.00', '11', '25.001', '30', '69900000', '69920999', '26601000', '28999999', NULL, 1652940475),
(80314, '3220', '925.00', '7', '25.001', '30', '69900000', '69920999', '26601000', '28999999', NULL, 1652940479),
(80315, '3298', '45.00', '9', '0.3', '5', '69900000', '69920999', '29000000', '29099999', NULL, 1652940480),
(80316, '3220', '137.00', '4', '0.3', '5', '69900000', '69920999', '29000000', '29099999', NULL, 1652940481),
(80317, '3298', '71.00', '9', '5.001', '10', '69900000', '69920999', '29000000', '29099999', NULL, 1652940482),
(80318, '3220', '214.00', '4', '5.001', '10', '69900000', '69920999', '29000000', '29099999', NULL, 1652940483),
(80319, '3298', '116.00', '9', '10.001', '15', '69900000', '69920999', '29000000', '29099999', NULL, 1652940484),
(80320, '3220', '346.00', '4', '10.001', '15', '69900000', '69920999', '29000000', '29099999', NULL, 1652940485),
(80321, '3298', '160.00', '9', '15.001', '20', '69900000', '69920999', '29000000', '29099999', NULL, 1652940486),
(80322, '3220', '479.00', '4', '15.001', '20', '69900000', '69920999', '29000000', '29099999', NULL, 1652940487),
(80323, '3298', '205.00', '9', '20.001', '25', '69900000', '69920999', '29000000', '29099999', NULL, 1652940491),
(80324, '3220', '612.00', '4', '20.001', '25', '69900000', '69920999', '29000000', '29099999', NULL, 1652940492),
(80325, '3298', '249.00', '9', '25.001', '30', '69900000', '69920999', '29000000', '29099999', NULL, 1652940495),
(80326, '3220', '744.00', '4', '25.001', '30', '69900000', '69920999', '29000000', '29099999', NULL, 1652940495),
(80327, '3298', '90.00', '11', '0.3', '5', '69900000', '69920999', '29100000', '29999999', NULL, 1652940497),
(80328, '3220', '183.00', '7', '0.3', '5', '69900000', '69920999', '29100000', '29999999', NULL, 1652940499),
(80329, '3298', '133.00', '11', '5.001', '10', '69900000', '69920999', '29100000', '29999999', NULL, 1652940501),
(80330, '3220', '266.00', '7', '5.001', '10', '69900000', '69920999', '29100000', '29999999', NULL, 1652940504),
(80331, '3298', '215.00', '11', '10.001', '15', '69900000', '69920999', '29100000', '29999999', NULL, 1652940507),
(80332, '3220', '430.00', '7', '10.001', '15', '69900000', '69920999', '29100000', '29999999', NULL, 1652940510),
(80333, '3298', '298.00', '11', '15.001', '20', '69900000', '69920999', '29100000', '29999999', NULL, 1652940511),
(80334, '3220', '595.00', '7', '15.001', '20', '69900000', '69920999', '29100000', '29999999', NULL, 1652940514),
(80335, '3298', '380.00', '11', '20.001', '25', '69900000', '69920999', '29100000', '29999999', NULL, 1652940516),
(80336, '3220', '760.00', '7', '20.001', '25', '69900000', '69920999', '29100000', '29999999', NULL, 1652940517),
(80337, '3298', '463.00', '11', '25.001', '30', '69900000', '69920999', '29100000', '29999999', NULL, 1652940517),
(80338, '3220', '925.00', '7', '25.001', '30', '69900000', '69920999', '29100000', '29999999', NULL, 1652940518),
(80339, '3298', '45.00', '8', '0.3', '5', '69900000', '69920999', '30000000', '31999999', NULL, 1652940520),
(80340, '3220', '137.00', '4', '0.3', '5', '69900000', '69920999', '30000000', '31999999', NULL, 1652940521),
(80341, '3298', '71.00', '8', '5.001', '10', '69900000', '69920999', '30000000', '31999999', NULL, 1652940522),
(80342, '3220', '214.00', '4', '5.001', '10', '69900000', '69920999', '30000000', '31999999', NULL, 1652940524),
(80343, '3298', '116.00', '8', '10.001', '15', '69900000', '69920999', '30000000', '31999999', NULL, 1652940525),
(80344, '3220', '346.00', '4', '10.001', '15', '69900000', '69920999', '30000000', '31999999', NULL, 1652940528),
(80345, '3298', '160.00', '8', '15.001', '20', '69900000', '69920999', '30000000', '31999999', NULL, 1652940532),
(80346, '3220', '479.00', '4', '15.001', '20', '69900000', '69920999', '30000000', '31999999', NULL, 1652940533),
(80347, '3298', '205.00', '8', '20.001', '25', '69900000', '69920999', '30000000', '31999999', NULL, 1652940535),
(80348, '3220', '612.00', '4', '20.001', '25', '69900000', '69920999', '30000000', '31999999', NULL, 1652940535),
(80349, '3298', '249.00', '8', '25.001', '30', '69900000', '69920999', '30000000', '31999999', NULL, 1652940536),
(80350, '3220', '744.00', '4', '25.001', '30', '69900000', '69920999', '30000000', '31999999', NULL, 1652940537),
(80351, '3298', '45.00', '8', '0.3', '5', '69900000', '69920999', '30000000', '34999999', NULL, 1652940538),
(80352, '3220', '137.00', '4', '0.3', '5', '69900000', '69920999', '30000000', '34999999', NULL, 1652940540),
(80353, '3298', '71.00', '8', '5.001', '10', '69900000', '69920999', '30000000', '34999999', NULL, 1652940541),
(80354, '3220', '214.00', '4', '5.001', '10', '69900000', '69920999', '30000000', '34999999', NULL, 1652940541),
(80355, '3298', '116.00', '8', '10.001', '15', '69900000', '69920999', '30000000', '34999999', NULL, 1652940542),
(80356, '3220', '346.00', '4', '10.001', '15', '69900000', '69920999', '30000000', '34999999', NULL, 1652940543),
(80357, '3298', '160.00', '8', '15.001', '20', '69900000', '69920999', '30000000', '34999999', NULL, 1652940544),
(80358, '3220', '479.00', '4', '15.001', '20', '69900000', '69920999', '30000000', '34999999', NULL, 1652940546),
(80359, '3298', '205.00', '8', '20.001', '25', '69900000', '69920999', '30000000', '34999999', NULL, 1652940547),
(80360, '3220', '612.00', '4', '20.001', '25', '69900000', '69920999', '30000000', '34999999', NULL, 1652940548),
(80361, '3298', '249.00', '8', '25.001', '30', '69900000', '69920999', '30000000', '34999999', NULL, 1652940549),
(80362, '3220', '744.00', '4', '25.001', '30', '69900000', '69920999', '30000000', '34999999', NULL, 1652940550),
(80363, '3298', '90.00', '11', '0.3', '5', '69900000', '69920999', '35000000', '39999999', NULL, 1652940553),
(80364, '3220', '183.00', '7', '0.3', '5', '69900000', '69920999', '35000000', '39999999', NULL, 1652940555),
(80365, '3298', '133.00', '11', '5.001', '10', '69900000', '69920999', '35000000', '39999999', NULL, 1652940558),
(80366, '3220', '266.00', '7', '5.001', '10', '69900000', '69920999', '35000000', '39999999', NULL, 1652940561),
(80367, '3298', '215.00', '11', '10.001', '15', '69900000', '69920999', '35000000', '39999999', NULL, 1652940561),
(80368, '3220', '430.00', '7', '10.001', '15', '69900000', '69920999', '35000000', '39999999', NULL, 1652940563),
(80369, '3298', '298.00', '11', '15.001', '20', '69900000', '69920999', '35000000', '39999999', NULL, 1652940566),
(80370, '3220', '595.00', '7', '15.001', '20', '69900000', '69920999', '35000000', '39999999', NULL, 1652940569),
(80371, '3298', '380.00', '11', '20.001', '25', '69900000', '69920999', '35000000', '39999999', NULL, 1652940570),
(80372, '3220', '760.00', '7', '20.001', '25', '69900000', '69920999', '35000000', '39999999', NULL, 1652940572),
(80373, '3298', '463.00', '11', '25.001', '30', '69900000', '69920999', '35000000', '39999999', NULL, 1652940574),
(80374, '3220', '925.00', '7', '25.001', '30', '69900000', '69920999', '35000000', '39999999', NULL, 1652940577),
(80375, '3298', '45.00', '8', '0.3', '5', '69900000', '69920999', '40000000', '41999999', NULL, 1652940580),
(80376, '3220', '137.00', '4', '0.3', '5', '69900000', '69920999', '40000000', '41999999', NULL, 1652940581),
(80377, '3298', '71.00', '8', '5.001', '10', '69900000', '69920999', '40000000', '41999999', NULL, 1652940583),
(80378, '3220', '214.00', '4', '5.001', '10', '69900000', '69920999', '40000000', '41999999', NULL, 1652940586),
(80379, '3298', '116.00', '8', '10.001', '15', '69900000', '69920999', '40000000', '41999999', NULL, 1652940587),
(80380, '3220', '346.00', '4', '10.001', '15', '69900000', '69920999', '40000000', '41999999', NULL, 1652940587),
(80381, '3298', '160.00', '8', '15.001', '20', '69900000', '69920999', '40000000', '41999999', NULL, 1652940589),
(80382, '3220', '479.00', '4', '15.001', '20', '69900000', '69920999', '40000000', '41999999', NULL, 1652940591),
(80383, '3298', '205.00', '8', '20.001', '25', '69900000', '69920999', '40000000', '41999999', NULL, 1652940592),
(80384, '3220', '612.00', '4', '20.001', '25', '69900000', '69920999', '40000000', '41999999', NULL, 1652940594),
(80385, '3298', '249.00', '8', '25.001', '30', '69900000', '69920999', '40000000', '41999999', NULL, 1652940598),
(80386, '3220', '744.00', '4', '25.001', '30', '69900000', '69920999', '40000000', '41999999', NULL, 1652940599),
(80387, '3298', '45.00', '8', '0.3', '5', '69900000', '69920999', '40000000', '44470999', NULL, 1652940601),
(80388, '3220', '137.00', '4', '0.3', '5', '69900000', '69920999', '40000000', '44470999', NULL, 1652940601),
(80389, '3298', '71.00', '8', '5.001', '10', '69900000', '69920999', '40000000', '44470999', NULL, 1652940606),
(80390, '3220', '214.00', '4', '5.001', '10', '69900000', '69920999', '40000000', '44470999', NULL, 1652940606),
(80391, '3298', '116.00', '8', '10.001', '15', '69900000', '69920999', '40000000', '44470999', NULL, 1652940607),
(80392, '3220', '346.00', '4', '10.001', '15', '69900000', '69920999', '40000000', '44470999', NULL, 1652940609),
(80393, '3298', '160.00', '8', '15.001', '20', '69900000', '69920999', '40000000', '44470999', NULL, 1652940609),
(80394, '3220', '479.00', '4', '15.001', '20', '69900000', '69920999', '40000000', '44470999', NULL, 1652940614),
(80395, '3298', '205.00', '8', '20.001', '25', '69900000', '69920999', '40000000', '44470999', NULL, 1652940615),
(80396, '3220', '612.00', '4', '20.001', '25', '69900000', '69920999', '40000000', '44470999', NULL, 1652940616),
(80397, '3298', '249.00', '8', '25.001', '30', '69900000', '69920999', '40000000', '44470999', NULL, 1652940616),
(80398, '3220', '744.00', '4', '25.001', '30', '69900000', '69920999', '40000000', '44470999', NULL, 1652940618),
(80399, '3298', '78.00', '9', '0.3', '5', '69900000', '69920999', '44471000', '48999999', NULL, 1652940619),
(80400, '3220', '154.00', '5', '0.3', '5', '69900000', '69920999', '44471000', '48999999', NULL, 1652940620),
(80401, '3298', '114.00', '9', '5.001', '10', '69900000', '69920999', '44471000', '48999999', NULL, 1652940620),
(80402, '3220', '223.00', '5', '5.001', '10', '69900000', '69920999', '44471000', '48999999', NULL, 1652940621),
(80403, '3298', '185.00', '9', '10.001', '15', '69900000', '69920999', '44471000', '48999999', NULL, 1652940624),
(80404, '3220', '361.00', '5', '10.001', '15', '69900000', '69920999', '44471000', '48999999', NULL, 1652940626),
(80405, '3298', '256.00', '9', '15.001', '20', '69900000', '69920999', '44471000', '48999999', NULL, 1652940628),
(80406, '3220', '500.00', '5', '15.001', '20', '69900000', '69920999', '44471000', '48999999', NULL, 1652940628),
(80407, '3298', '327.00', '9', '20.001', '25', '69900000', '69920999', '44471000', '48999999', NULL, 1652940629),
(80408, '3220', '638.00', '5', '20.001', '25', '69900000', '69920999', '44471000', '48999999', NULL, 1652940630),
(80409, '3298', '398.00', '9', '25.001', '30', '69900000', '69920999', '44471000', '48999999', NULL, 1652940632),
(80410, '3220', '777.00', '5', '25.001', '30', '69900000', '69920999', '44471000', '48999999', NULL, 1652940632),
(80411, '3298', '45.00', '10', '0.3', '5', '69900000', '69920999', '49000000', '49099999', NULL, 1652940633),
(80412, '3220', '137.00', '5', '0.3', '5', '69900000', '69920999', '49000000', '49099999', NULL, 1652940634),
(80413, '3298', '71.00', '10', '5.001', '10', '69900000', '69920999', '49000000', '49099999', NULL, 1652940636),
(80414, '3220', '214.00', '5', '5.001', '10', '69900000', '69920999', '49000000', '49099999', NULL, 1652940636),
(80415, '3298', '116.00', '10', '10.001', '15', '69900000', '69920999', '49000000', '49099999', NULL, 1652940637),
(80416, '3220', '346.00', '5', '10.001', '15', '69900000', '69920999', '49000000', '49099999', NULL, 1652940638),
(80417, '3298', '160.00', '10', '15.001', '20', '69900000', '69920999', '49000000', '49099999', NULL, 1652940639),
(80418, '3220', '479.00', '5', '15.001', '20', '69900000', '69920999', '49000000', '49099999', NULL, 1652940642),
(80419, '3298', '205.00', '10', '20.001', '25', '69900000', '69920999', '49000000', '49099999', NULL, 1652940643),
(80420, '3220', '612.00', '5', '20.001', '25', '69900000', '69920999', '49000000', '49099999', NULL, 1652940644),
(80421, '3298', '249.00', '10', '25.001', '30', '69900000', '69920999', '49000000', '49099999', NULL, 1652940645),
(80422, '3220', '744.00', '5', '25.001', '30', '69900000', '69920999', '49000000', '49099999', NULL, 1652940646),
(80423, '3298', '90.00', '14', '0.3', '5', '69900000', '69920999', '49100000', '49999999', NULL, 1652940648),
(80424, '3220', '183.00', '6', '0.3', '5', '69900000', '69920999', '49100000', '49999999', NULL, 1652940649),
(80425, '3298', '133.00', '14', '5.001', '10', '69900000', '69920999', '49100000', '49999999', NULL, 1652940653),
(80426, '3220', '266.00', '6', '5.001', '10', '69900000', '69920999', '49100000', '49999999', NULL, 1652940655),
(80427, '3298', '215.00', '14', '10.001', '15', '69900000', '69920999', '49100000', '49999999', NULL, 1652940658),
(80428, '3220', '430.00', '6', '10.001', '15', '69900000', '69920999', '49100000', '49999999', NULL, 1652940660),
(80429, '3298', '298.00', '14', '15.001', '20', '69900000', '69920999', '49100000', '49999999', NULL, 1652940661),
(80430, '3220', '595.00', '6', '15.001', '20', '69900000', '69920999', '49100000', '49999999', NULL, 1652940662),
(80431, '3298', '380.00', '14', '20.001', '25', '69900000', '69920999', '49100000', '49999999', NULL, 1652940663),
(80432, '3220', '760.00', '6', '20.001', '25', '69900000', '69920999', '49100000', '49999999', NULL, 1652940665),
(80433, '3298', '463.00', '14', '25.001', '30', '69900000', '69920999', '49100000', '49999999', NULL, 1652940667),
(80434, '3220', '925.00', '6', '25.001', '30', '69900000', '69920999', '49100000', '49999999', NULL, 1652940668),
(80435, '3298', '45.00', '9', '0.3', '5', '69900000', '69920999', '50000000', '52999999', NULL, 1652940669),
(80436, '3220', '137.00', '5', '0.3', '5', '69900000', '69920999', '50000000', '52999999', NULL, 1652940671),
(80437, '3298', '71.00', '9', '5.001', '10', '69900000', '69920999', '50000000', '52999999', NULL, 1652940672),
(80438, '3220', '214.00', '5', '5.001', '10', '69900000', '69920999', '50000000', '52999999', NULL, 1652940674),
(80439, '3298', '116.00', '9', '10.001', '15', '69900000', '69920999', '50000000', '52999999', NULL, 1652940675),
(80440, '3220', '346.00', '5', '10.001', '15', '69900000', '69920999', '50000000', '52999999', NULL, 1652940676),
(80441, '3298', '160.00', '9', '15.001', '20', '69900000', '69920999', '50000000', '52999999', NULL, 1652940677),
(80442, '3220', '479.00', '5', '15.001', '20', '69900000', '69920999', '50000000', '52999999', NULL, 1652940678),
(80443, '3298', '205.00', '9', '20.001', '25', '69900000', '69920999', '50000000', '52999999', NULL, 1652940679),
(80444, '3220', '612.00', '5', '20.001', '25', '69900000', '69920999', '50000000', '52999999', NULL, 1652940679),
(80445, '3298', '249.00', '9', '25.001', '30', '69900000', '69920999', '50000000', '52999999', NULL, 1652940680),
(80446, '3220', '744.00', '5', '25.001', '30', '69900000', '69920999', '50000000', '52999999', NULL, 1652940681),
(80447, '3298', '45.00', '9', '0.3', '5', '69900000', '69920999', '50000000', '54999999', NULL, 1652940683),
(80448, '3220', '137.00', '5', '0.3', '5', '69900000', '69920999', '50000000', '54999999', NULL, 1652940684),
(80449, '3298', '71.00', '9', '5.001', '10', '69900000', '69920999', '50000000', '54999999', NULL, 1652940685),
(80450, '3220', '214.00', '5', '5.001', '10', '69900000', '69920999', '50000000', '54999999', NULL, 1652940690),
(80451, '3298', '116.00', '9', '10.001', '15', '69900000', '69920999', '50000000', '54999999', NULL, 1652940690),
(80452, '3220', '346.00', '5', '10.001', '15', '69900000', '69920999', '50000000', '54999999', NULL, 1652940691),
(80453, '3298', '160.00', '9', '15.001', '20', '69900000', '69920999', '50000000', '54999999', NULL, 1652940691),
(80454, '3220', '479.00', '5', '15.001', '20', '69900000', '69920999', '50000000', '54999999', NULL, 1652940696),
(80455, '3298', '205.00', '9', '20.001', '25', '69900000', '69920999', '50000000', '54999999', NULL, 1652940697),
(80456, '3220', '612.00', '5', '20.001', '25', '69900000', '69920999', '50000000', '54999999', NULL, 1652940697),
(80457, '3298', '249.00', '9', '25.001', '30', '69900000', '69920999', '50000000', '54999999', NULL, 1652940699),
(80458, '3220', '744.00', '5', '25.001', '30', '69900000', '69920999', '50000000', '54999999', NULL, 1652940700),
(80459, '3298', '90.00', '15', '0.3', '5', '69900000', '69920999', '55000000', '56999999', NULL, 1652940701),
(80460, '3220', '183.00', '8', '0.3', '5', '69900000', '69920999', '55000000', '56999999', NULL, 1652940702),
(80461, '3298', '133.00', '15', '5.001', '10', '69900000', '69920999', '55000000', '56999999', NULL, 1652940703),
(80462, '3220', '266.00', '8', '5.001', '10', '69900000', '69920999', '55000000', '56999999', NULL, 1652940704),
(80463, '3298', '215.00', '15', '10.001', '15', '69900000', '69920999', '55000000', '56999999', NULL, 1652940706),
(80464, '3220', '430.00', '8', '10.001', '15', '69900000', '69920999', '55000000', '56999999', NULL, 1652940707),
(80465, '3298', '298.00', '15', '15.001', '20', '69900000', '69920999', '55000000', '56999999', NULL, 1652940708),
(80466, '3220', '595.00', '8', '15.001', '20', '69900000', '69920999', '55000000', '56999999', NULL, 1652940709),
(80467, '3298', '380.00', '15', '20.001', '25', '69900000', '69920999', '55000000', '56999999', NULL, 1652940710),
(80468, '3220', '760.00', '8', '20.001', '25', '69900000', '69920999', '55000000', '56999999', NULL, 1652940712),
(80469, '3298', '463.00', '15', '25.001', '30', '69900000', '69920999', '55000000', '56999999', NULL, 1652940717),
(80470, '3220', '925.00', '8', '25.001', '30', '69900000', '69920999', '55000000', '56999999', NULL, 1652940720),
(80471, '3298', '45.00', '10', '0.3', '5', '69900000', '69920999', '57000000', '57099999', NULL, 1652940722),
(80472, '3220', '137.00', '5', '0.3', '5', '69900000', '69920999', '57000000', '57099999', NULL, 1652940724),
(80473, '3298', '71.00', '10', '5.001', '10', '69900000', '69920999', '57000000', '57099999', NULL, 1652940725),
(80474, '3220', '214.00', '5', '5.001', '10', '69900000', '69920999', '57000000', '57099999', NULL, 1652940726),
(80475, '3298', '116.00', '10', '10.001', '15', '69900000', '69920999', '57000000', '57099999', NULL, 1652940727),
(80476, '3220', '346.00', '5', '10.001', '15', '69900000', '69920999', '57000000', '57099999', NULL, 1652940729),
(80477, '3298', '160.00', '10', '15.001', '20', '69900000', '69920999', '57000000', '57099999', NULL, 1652940730),
(80478, '3220', '479.00', '5', '15.001', '20', '69900000', '69920999', '57000000', '57099999', NULL, 1652940731),
(80479, '3298', '205.00', '10', '20.001', '25', '69900000', '69920999', '57000000', '57099999', NULL, 1652940734),
(80480, '3220', '612.00', '5', '20.001', '25', '69900000', '69920999', '57000000', '57099999', NULL, 1652940734),
(80481, '3298', '249.00', '10', '25.001', '30', '69900000', '69920999', '57000000', '57099999', NULL, 1652940736),
(80482, '3220', '744.00', '5', '25.001', '30', '69900000', '69920999', '57000000', '57099999', NULL, 1652940737),
(80483, '3298', '45.00', '13', '0.3', '5', '69900000', '69920999', '57100000', '57999999', NULL, 1652940737),
(80484, '3220', '137.00', '9', '0.3', '5', '69900000', '69920999', '57100000', '57999999', NULL, 1652940738),
(80485, '3298', '71.00', '13', '5.001', '10', '69900000', '69920999', '57100000', '57999999', NULL, 1652940739),
(80486, '3220', '214.00', '9', '5.001', '10', '69900000', '69920999', '57100000', '57999999', NULL, 1652940740),
(80487, '3298', '116.00', '13', '10.001', '15', '69900000', '69920999', '57100000', '57999999', NULL, 1652940741),
(80488, '3220', '346.00', '9', '10.001', '15', '69900000', '69920999', '57100000', '57999999', NULL, 1652940742),
(80489, '3298', '160.00', '13', '15.001', '20', '69900000', '69920999', '57100000', '57999999', NULL, 1652940743),
(80490, '3220', '479.00', '9', '15.001', '20', '69900000', '69920999', '57100000', '57999999', NULL, 1652940744),
(80491, '3298', '205.00', '13', '20.001', '25', '69900000', '69920999', '57100000', '57999999', NULL, 1652940745),
(80492, '3220', '612.00', '9', '20.001', '25', '69900000', '69920999', '57100000', '57999999', NULL, 1652940746),
(80493, '3298', '249.00', '13', '25.001', '30', '69900000', '69920999', '57100000', '57999999', NULL, 1652940747),
(80494, '3220', '744.00', '9', '25.001', '30', '69900000', '69920999', '57100000', '57999999', NULL, 1652940747),
(80495, '3298', '45.00', '10', '0.3', '5', '69900000', '69920999', '58000000', '58099999', NULL, 1652940748),
(80496, '3220', '137.00', '5', '0.3', '5', '69900000', '69920999', '58000000', '58099999', NULL, 1652940749),
(80497, '3298', '71.00', '10', '5.001', '10', '69900000', '69920999', '58000000', '58099999', NULL, 1652940749),
(80498, '3220', '214.00', '5', '5.001', '10', '69900000', '69920999', '58000000', '58099999', NULL, 1652940750),
(80499, '3298', '116.00', '10', '10.001', '15', '69900000', '69920999', '58000000', '58099999', NULL, 1652940751),
(80500, '3220', '346.00', '5', '10.001', '15', '69900000', '69920999', '58000000', '58099999', NULL, 1652940752),
(80501, '3298', '160.00', '10', '15.001', '20', '69900000', '69920999', '58000000', '58099999', NULL, 1652940752),
(80502, '3220', '479.00', '5', '15.001', '20', '69900000', '69920999', '58000000', '58099999', NULL, 1652940752),
(80503, '3298', '205.00', '10', '20.001', '25', '69900000', '69920999', '58000000', '58099999', NULL, 1652940753),
(80504, '3220', '612.00', '5', '20.001', '25', '69900000', '69920999', '58000000', '58099999', NULL, 1652940753),
(80505, '3298', '249.00', '10', '25.001', '30', '69900000', '69920999', '58000000', '58099999', NULL, 1652940754),
(80506, '3220', '744.00', '5', '25.001', '30', '69900000', '69920999', '58000000', '58099999', NULL, 1652940754),
(80507, '3298', '90.00', '16', '0.3', '5', '69900000', '69920999', '58100000', '58999999', NULL, 1652940755),
(80508, '3220', '183.00', '9', '0.3', '5', '69900000', '69920999', '58100000', '58999999', NULL, 1652940756),
(80509, '3298', '133.00', '16', '5.001', '10', '69900000', '69920999', '58100000', '58999999', NULL, 1652940758),
(80510, '3220', '266.00', '9', '5.001', '10', '69900000', '69920999', '58100000', '58999999', NULL, 1652940760),
(80511, '3298', '215.00', '16', '10.001', '15', '69900000', '69920999', '58100000', '58999999', NULL, 1652940761),
(80512, '3220', '430.00', '9', '10.001', '15', '69900000', '69920999', '58100000', '58999999', NULL, 1652940762),
(80513, '3298', '298.00', '16', '15.001', '20', '69900000', '69920999', '58100000', '58999999', NULL, 1652940763),
(80514, '3220', '595.00', '9', '15.001', '20', '69900000', '69920999', '58100000', '58999999', NULL, 1652940766),
(80515, '3298', '380.00', '16', '20.001', '25', '69900000', '69920999', '58100000', '58999999', NULL, 1652940767),
(80516, '3220', '760.00', '9', '20.001', '25', '69900000', '69920999', '58100000', '58999999', NULL, 1652940769),
(80517, '3298', '463.00', '16', '25.001', '30', '69900000', '69920999', '58100000', '58999999', NULL, 1652940770),
(80518, '3220', '925.00', '9', '25.001', '30', '69900000', '69920999', '58100000', '58999999', NULL, 1652940772),
(80519, '3298', '45.00', '11', '0.3', '5', '69900000', '69920999', '59000000', '59099999', NULL, 1652940772),
(80520, '3220', '137.00', '5', '0.3', '5', '69900000', '69920999', '59000000', '59099999', NULL, 1652940773),
(80521, '3298', '71.00', '11', '5.001', '10', '69900000', '69920999', '59000000', '59099999', NULL, 1652940778),
(80522, '3220', '214.00', '5', '5.001', '10', '69900000', '69920999', '59000000', '59099999', NULL, 1652940779),
(80523, '3298', '116.00', '11', '10.001', '15', '69900000', '69920999', '59000000', '59099999', NULL, 1652940783),
(80524, '3220', '346.00', '5', '10.001', '15', '69900000', '69920999', '59000000', '59099999', NULL, 1652940784),
(80525, '3298', '160.00', '11', '15.001', '20', '69900000', '69920999', '59000000', '59099999', NULL, 1652940785),
(80526, '3220', '479.00', '5', '15.001', '20', '69900000', '69920999', '59000000', '59099999', NULL, 1652940786),
(80527, '3298', '205.00', '11', '20.001', '25', '69900000', '69920999', '59000000', '59099999', NULL, 1652940786),
(80528, '3220', '612.00', '5', '20.001', '25', '69900000', '69920999', '59000000', '59099999', NULL, 1652940788),
(80529, '3298', '249.00', '11', '25.001', '30', '69900000', '69920999', '59000000', '59099999', NULL, 1652940789),
(80530, '3220', '744.00', '5', '25.001', '30', '69900000', '69920999', '59000000', '59099999', NULL, 1652940789),
(80531, '3298', '45.00', '11', '0.3', '5', '69900000', '69920999', '59100000', '59999999', NULL, 1652940790),
(80532, '3220', '137.00', '5', '0.3', '5', '69900000', '69920999', '59100000', '59999999', NULL, 1652940791),
(80533, '3298', '71.00', '11', '5.001', '10', '69900000', '69920999', '59100000', '59999999', NULL, 1652940792),
(80534, '3220', '214.00', '5', '5.001', '10', '69900000', '69920999', '59100000', '59999999', NULL, 1652940793),
(80535, '3298', '116.00', '11', '10.001', '15', '69900000', '69920999', '59100000', '59999999', NULL, 1652940793),
(80536, '3220', '346.00', '5', '10.001', '15', '69900000', '69920999', '59100000', '59999999', NULL, 1652940794),
(80537, '3298', '160.00', '11', '15.001', '20', '69900000', '69920999', '59100000', '59999999', NULL, 1652940795),
(80538, '3220', '479.00', '5', '15.001', '20', '69900000', '69920999', '59100000', '59999999', NULL, 1652940799),
(80539, '3298', '205.00', '11', '20.001', '25', '69900000', '69920999', '59100000', '59999999', NULL, 1652940799),
(80540, '3220', '612.00', '5', '20.001', '25', '69900000', '69920999', '59100000', '59999999', NULL, 1652940800),
(80541, '3298', '249.00', '11', '25.001', '30', '69900000', '69920999', '59100000', '59999999', NULL, 1652940804),
(80542, '3220', '744.00', '5', '25.001', '30', '69900000', '69920999', '59100000', '59999999', NULL, 1652940804),
(80543, '3298', '45.00', '10', '0.3', '5', '69900000', '69920999', '60000000', '60999999', NULL, 1652940805),
(80544, '3220', '137.00', '5', '0.3', '5', '69900000', '69920999', '60000000', '60999999', NULL, 1652940805),
(80545, '3298', '71.00', '10', '5.001', '10', '69900000', '69920999', '60000000', '60999999', NULL, 1652940806),
(80546, '3220', '214.00', '5', '5.001', '10', '69900000', '69920999', '60000000', '60999999', NULL, 1652940807),
(80547, '3298', '116.00', '10', '10.001', '15', '69900000', '69920999', '60000000', '60999999', NULL, 1652940808),
(80548, '3220', '346.00', '5', '10.001', '15', '69900000', '69920999', '60000000', '60999999', NULL, 1652940810),
(80549, '3298', '160.00', '10', '15.001', '20', '69900000', '69920999', '60000000', '60999999', NULL, 1652940811),
(80550, '3220', '479.00', '5', '15.001', '20', '69900000', '69920999', '60000000', '60999999', NULL, 1652940812),
(80551, '3298', '205.00', '10', '20.001', '25', '69900000', '69920999', '60000000', '60999999', NULL, 1652940812),
(80552, '3220', '612.00', '5', '20.001', '25', '69900000', '69920999', '60000000', '60999999', NULL, 1652940814),
(80553, '3298', '249.00', '10', '25.001', '30', '69900000', '69920999', '60000000', '60999999', NULL, 1652940814),
(80554, '3220', '744.00', '5', '25.001', '30', '69900000', '69920999', '60000000', '60999999', NULL, 1652940815),
(80555, '3298', '45.00', '10', '0.3', '5', '69900000', '69920999', '60000000', '61900999', NULL, 1652940816),
(80556, '3220', '137.00', '5', '0.3', '5', '69900000', '69920999', '60000000', '61900999', NULL, 1652940818),
(80557, '3298', '71.00', '10', '5.001', '10', '69900000', '69920999', '60000000', '61900999', NULL, 1652940821),
(80558, '3220', '214.00', '5', '5.001', '10', '69900000', '69920999', '60000000', '61900999', NULL, 1652940822),
(80559, '3298', '116.00', '10', '10.001', '15', '69900000', '69920999', '60000000', '61900999', NULL, 1652940823),
(80560, '3220', '346.00', '5', '10.001', '15', '69900000', '69920999', '60000000', '61900999', NULL, 1652940824),
(80561, '3298', '160.00', '10', '15.001', '20', '69900000', '69920999', '60000000', '61900999', NULL, 1652940825),
(80562, '3220', '479.00', '5', '15.001', '20', '69900000', '69920999', '60000000', '61900999', NULL, 1652940826),
(80563, '3298', '205.00', '10', '20.001', '25', '69900000', '69920999', '60000000', '61900999', NULL, 1652940827),
(80564, '3220', '612.00', '5', '20.001', '25', '69900000', '69920999', '60000000', '61900999', NULL, 1652940828),
(80565, '3298', '249.00', '10', '25.001', '30', '69900000', '69920999', '60000000', '61900999', NULL, 1652940829),
(80566, '3220', '744.00', '5', '25.001', '30', '69900000', '69920999', '60000000', '61900999', NULL, 1652940830),
(80567, '3298', '90.00', '15', '0.3', '5', '69900000', '69920999', '61901000', '63999999', NULL, 1652940831),
(80568, '3220', '183.00', '11', '0.3', '5', '69900000', '69920999', '61901000', '63999999', NULL, 1652940833),
(80569, '3298', '133.00', '15', '5.001', '10', '69900000', '69920999', '61901000', '63999999', NULL, 1652940833),
(80570, '3220', '266.00', '11', '5.001', '10', '69900000', '69920999', '61901000', '63999999', NULL, 1652940834),
(80571, '3298', '215.00', '15', '10.001', '15', '69900000', '69920999', '61901000', '63999999', NULL, 1652940836),
(80572, '3220', '430.00', '11', '10.001', '15', '69900000', '69920999', '61901000', '63999999', NULL, 1652940844),
(80573, '3298', '298.00', '15', '15.001', '20', '69900000', '69920999', '61901000', '63999999', NULL, 1652940845),
(80574, '3220', '595.00', '11', '15.001', '20', '69900000', '69920999', '61901000', '63999999', NULL, 1652940846),
(80575, '3298', '380.00', '15', '20.001', '25', '69900000', '69920999', '61901000', '63999999', NULL, 1652940848),
(80576, '3220', '760.00', '11', '20.001', '25', '69900000', '69920999', '61901000', '63999999', NULL, 1652940849),
(80577, '3298', '463.00', '15', '25.001', '30', '69900000', '69920999', '61901000', '63999999', NULL, 1652940849),
(80578, '3220', '925.00', '11', '25.001', '30', '69900000', '69920999', '61901000', '63999999', NULL, 1652940850),
(80579, '3298', '45.00', '10', '0.3', '5', '69900000', '69920999', '64000000', '64099999', NULL, 1652940851),
(80580, '3220', '137.00', '6', '0.3', '5', '69900000', '69920999', '64000000', '64099999', NULL, 1652940852),
(80581, '3298', '71.00', '10', '5.001', '10', '69900000', '69920999', '64000000', '64099999', NULL, 1652940853),
(80582, '3220', '214.00', '6', '5.001', '10', '69900000', '69920999', '64000000', '64099999', NULL, 1652940853),
(80583, '3298', '116.00', '10', '10.001', '15', '69900000', '69920999', '64000000', '64099999', NULL, 1652940854),
(80584, '3220', '346.00', '6', '10.001', '15', '69900000', '69920999', '64000000', '64099999', NULL, 1652940855),
(80585, '3298', '160.00', '10', '15.001', '20', '69900000', '69920999', '64000000', '64099999', NULL, 1652940856),
(80586, '3220', '479.00', '6', '15.001', '20', '69900000', '69920999', '64000000', '64099999', NULL, 1652940856),
(80587, '3298', '205.00', '10', '20.001', '25', '69900000', '69920999', '64000000', '64099999', NULL, 1652940858),
(80588, '3220', '612.00', '6', '20.001', '25', '69900000', '69920999', '64000000', '64099999', NULL, 1652940858),
(80589, '3298', '249.00', '10', '25.001', '30', '69900000', '69920999', '64000000', '64099999', NULL, 1652940859),
(80590, '3220', '744.00', '6', '25.001', '30', '69900000', '69920999', '64000000', '64099999', NULL, 1652940861),
(80591, '3298', '90.00', '14', '0.3', '5', '69900000', '69920999', '64100000', '64999999', NULL, 1652940862),
(80592, '3220', '183.00', '11', '0.3', '5', '69900000', '69920999', '64100000', '64999999', NULL, 1652940863),
(80593, '3298', '133.00', '14', '5.001', '10', '69900000', '69920999', '64100000', '64999999', NULL, 1652940869),
(80594, '3220', '266.00', '11', '5.001', '10', '69900000', '69920999', '64100000', '64999999', NULL, 1652940870),
(80595, '3298', '215.00', '14', '10.001', '15', '69900000', '69920999', '64100000', '64999999', NULL, 1652940877),
(80596, '3220', '430.00', '11', '10.001', '15', '69900000', '69920999', '64100000', '64999999', NULL, 1652940884),
(80597, '3298', '298.00', '14', '15.001', '20', '69900000', '69920999', '64100000', '64999999', NULL, 1652940890),
(80598, '3220', '595.00', '11', '15.001', '20', '69900000', '69920999', '64100000', '64999999', NULL, 1652940891),
(80599, '3298', '380.00', '14', '20.001', '25', '69900000', '69920999', '64100000', '64999999', NULL, 1652940893),
(80600, '3220', '760.00', '11', '20.001', '25', '69900000', '69920999', '64100000', '64999999', NULL, 1652940894),
(80601, '3298', '463.00', '14', '25.001', '30', '69900000', '69920999', '64100000', '64999999', NULL, 1652940895),
(80602, '3220', '925.00', '11', '25.001', '30', '69900000', '69920999', '64100000', '64999999', NULL, 1652940897),
(80603, '3298', '45.00', '11', '0.3', '5', '69900000', '69920999', '65000000', '65099999', NULL, 1652940899),
(80604, '3220', '137.00', '7', '0.3', '5', '69900000', '69920999', '65000000', '65099999', NULL, 1652940900),
(80605, '3298', '71.00', '11', '5.001', '10', '69900000', '69920999', '65000000', '65099999', NULL, 1652940901),
(80606, '3220', '214.00', '7', '5.001', '10', '69900000', '69920999', '65000000', '65099999', NULL, 1652940902),
(80607, '3298', '116.00', '11', '10.001', '15', '69900000', '69920999', '65000000', '65099999', NULL, 1652940904),
(80608, '3220', '346.00', '7', '10.001', '15', '69900000', '69920999', '65000000', '65099999', NULL, 1652940905),
(80609, '3298', '160.00', '11', '15.001', '20', '69900000', '69920999', '65000000', '65099999', NULL, 1652940906),
(80610, '3220', '479.00', '7', '15.001', '20', '69900000', '69920999', '65000000', '65099999', NULL, 1652940907),
(80611, '3298', '205.00', '11', '20.001', '25', '69900000', '69920999', '65000000', '65099999', NULL, 1652940909),
(80612, '3220', '612.00', '7', '20.001', '25', '69900000', '69920999', '65000000', '65099999', NULL, 1652940915),
(80613, '3298', '249.00', '11', '25.001', '30', '69900000', '69920999', '65000000', '65099999', NULL, 1652940916),
(80614, '3220', '744.00', '7', '25.001', '30', '69900000', '69920999', '65000000', '65099999', NULL, 1652940917),
(80615, '3298', '90.00', '16', '0.3', '5', '69900000', '69920999', '65100000', '65999999', NULL, 1652940918),
(80616, '3220', '183.00', '14', '0.3', '5', '69900000', '69920999', '65100000', '65999999', NULL, 1652940918),
(80617, '3298', '133.00', '16', '5.001', '10', '69900000', '69920999', '65100000', '65999999', NULL, 1652940919),
(80618, '3220', '266.00', '14', '5.001', '10', '69900000', '69920999', '65100000', '65999999', NULL, 1652940920),
(80619, '3298', '215.00', '16', '10.001', '15', '69900000', '69920999', '65100000', '65999999', NULL, 1652940920),
(80620, '3220', '430.00', '14', '10.001', '15', '69900000', '69920999', '65100000', '65999999', NULL, 1652940921),
(80621, '3298', '298.00', '16', '15.001', '20', '69900000', '69920999', '65100000', '65999999', NULL, 1652940922),
(80622, '3220', '595.00', '14', '15.001', '20', '69900000', '69920999', '65100000', '65999999', NULL, 1652940922),
(80623, '3298', '380.00', '16', '20.001', '25', '69900000', '69920999', '65100000', '65999999', NULL, 1652940928),
(80624, '3220', '760.00', '14', '20.001', '25', '69900000', '69920999', '65100000', '65999999', NULL, 1652940930),
(80625, '3298', '463.00', '16', '25.001', '30', '69900000', '69920999', '65100000', '65999999', NULL, 1652940930),
(80626, '3220', '925.00', '14', '25.001', '30', '69900000', '69920999', '65100000', '65999999', NULL, 1652940931),
(80627, '3298', '45.00', '10', '0.3', '5', '69900000', '69920999', '66000000', '66999999', NULL, 1652940931),
(80628, '3220', '137.00', '6', '0.3', '5', '69900000', '69920999', '66000000', '66999999', NULL, 1652940932),
(80629, '3298', '71.00', '10', '5.001', '10', '69900000', '69920999', '66000000', '66999999', NULL, 1652940933),
(80630, '3220', '214.00', '6', '5.001', '10', '69900000', '69920999', '66000000', '66999999', NULL, 1652940934),
(80631, '3298', '116.00', '10', '10.001', '15', '69900000', '69920999', '66000000', '66999999', NULL, 1652940935),
(80632, '3220', '346.00', '6', '10.001', '15', '69900000', '69920999', '66000000', '66999999', NULL, 1652940935),
(80633, '3298', '160.00', '10', '15.001', '20', '69900000', '69920999', '66000000', '66999999', NULL, 1652940936),
(80634, '3220', '479.00', '6', '15.001', '20', '69900000', '69920999', '66000000', '66999999', NULL, 1652940937),
(80635, '3298', '205.00', '10', '20.001', '25', '69900000', '69920999', '66000000', '66999999', NULL, 1652940937),
(80636, '3220', '612.00', '6', '20.001', '25', '69900000', '69920999', '66000000', '66999999', NULL, 1652940938),
(80637, '3298', '249.00', '10', '25.001', '30', '69900000', '69920999', '66000000', '66999999', NULL, 1652940938),
(80638, '3220', '744.00', '6', '25.001', '30', '69900000', '69920999', '66000000', '66999999', NULL, 1652940939),
(80639, '3298', '45.00', '10', '0.3', '5', '69900000', '69920999', '66000000', '67999999', NULL, 1652940939),
(80640, '3220', '137.00', '6', '0.3', '5', '69900000', '69920999', '66000000', '67999999', NULL, 1652940940),
(80641, '3298', '71.00', '10', '5.001', '10', '69900000', '69920999', '66000000', '67999999', NULL, 1652940941),
(80642, '3220', '214.00', '6', '5.001', '10', '69900000', '69920999', '66000000', '67999999', NULL, 1652940942),
(80643, '3298', '116.00', '10', '10.001', '15', '69900000', '69920999', '66000000', '67999999', NULL, 1652940942),
(80644, '3220', '346.00', '6', '10.001', '15', '69900000', '69920999', '66000000', '67999999', NULL, 1652940943),
(80645, '3298', '160.00', '10', '15.001', '20', '69900000', '69920999', '66000000', '67999999', NULL, 1652940944),
(80646, '3220', '479.00', '6', '15.001', '20', '69900000', '69920999', '66000000', '67999999', NULL, 1652940945),
(80647, '3298', '205.00', '10', '20.001', '25', '69900000', '69920999', '66000000', '67999999', NULL, 1652940946),
(80648, '3220', '612.00', '6', '20.001', '25', '69900000', '69920999', '66000000', '67999999', NULL, 1652940946),
(80649, '3298', '249.00', '10', '25.001', '30', '69900000', '69920999', '66000000', '67999999', NULL, 1652940947),
(80650, '3220', '744.00', '6', '25.001', '30', '69900000', '69920999', '66000000', '67999999', NULL, 1652940948),
(80651, '3298', '90.00', '13', '0.3', '5', '69900000', '69920999', '68000000', '68899999', NULL, 1652940949);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(80652, '3220', '183.00', '11', '0.3', '5', '69900000', '69920999', '68000000', '68899999', NULL, 1652940949),
(80653, '3298', '133.00', '13', '5.001', '10', '69900000', '69920999', '68000000', '68899999', NULL, 1652940950),
(80654, '3220', '266.00', '11', '5.001', '10', '69900000', '69920999', '68000000', '68899999', NULL, 1652940954),
(80655, '3298', '215.00', '13', '10.001', '15', '69900000', '69920999', '68000000', '68899999', NULL, 1652940955),
(80656, '3220', '430.00', '11', '10.001', '15', '69900000', '69920999', '68000000', '68899999', NULL, 1652940956),
(80657, '3298', '298.00', '13', '15.001', '20', '69900000', '69920999', '68000000', '68899999', NULL, 1652940957),
(80658, '3220', '595.00', '11', '15.001', '20', '69900000', '69920999', '68000000', '68899999', NULL, 1652940958),
(80659, '3298', '380.00', '13', '20.001', '25', '69900000', '69920999', '68000000', '68899999', NULL, 1652940960),
(80660, '3220', '760.00', '11', '20.001', '25', '69900000', '69920999', '68000000', '68899999', NULL, 1652940962),
(80661, '3298', '463.00', '13', '25.001', '30', '69900000', '69920999', '68000000', '68899999', NULL, 1652940963),
(80662, '3220', '925.00', '11', '25.001', '30', '69900000', '69920999', '68000000', '68899999', NULL, 1652940964),
(80663, '3298', '45.00', '22', '0.3', '5', '69900000', '69920999', '68900000', '68914999', NULL, 1652940965),
(80664, '3220', '137.00', '14', '0.3', '5', '69900000', '69920999', '68900000', '68914999', NULL, 1652940966),
(80665, '3298', '71.00', '22', '5.001', '10', '69900000', '69920999', '68900000', '68914999', NULL, 1652940967),
(80666, '3220', '214.00', '14', '5.001', '10', '69900000', '69920999', '68900000', '68914999', NULL, 1652940969),
(80667, '3298', '116.00', '22', '10.001', '15', '69900000', '69920999', '68900000', '68914999', NULL, 1652940970),
(80668, '3220', '346.00', '14', '10.001', '15', '69900000', '69920999', '68900000', '68914999', NULL, 1652940972),
(80669, '3298', '160.00', '22', '15.001', '20', '69900000', '69920999', '68900000', '68914999', NULL, 1652940973),
(80670, '3220', '479.00', '14', '15.001', '20', '69900000', '69920999', '68900000', '68914999', NULL, 1652940975),
(80671, '3298', '205.00', '22', '20.001', '25', '69900000', '69920999', '68900000', '68914999', NULL, 1652940977),
(80672, '3220', '612.00', '14', '20.001', '25', '69900000', '69920999', '68900000', '68914999', NULL, 1652940978),
(80673, '3298', '249.00', '22', '25.001', '30', '69900000', '69920999', '68900000', '68914999', NULL, 1652940980),
(80674, '3220', '744.00', '14', '25.001', '30', '69900000', '69920999', '68900000', '68914999', NULL, 1652940981),
(80675, '3298', '90.00', '23', '0.3', '5', '69900000', '69920999', '68915000', '68999999', NULL, 1652940986),
(80676, '3220', '183.00', '16', '0.3', '5', '69900000', '69920999', '68915000', '68999999', NULL, 1652940987),
(80677, '3298', '133.00', '23', '5.001', '10', '69900000', '69920999', '68915000', '68999999', NULL, 1652940989),
(80678, '3220', '266.00', '16', '5.001', '10', '69900000', '69920999', '68915000', '68999999', NULL, 1652940990),
(80679, '3298', '215.00', '23', '10.001', '15', '69900000', '69920999', '68915000', '68999999', NULL, 1652940991),
(80680, '3220', '430.00', '16', '10.001', '15', '69900000', '69920999', '68915000', '68999999', NULL, 1652940992),
(80681, '3298', '298.00', '23', '15.001', '20', '69900000', '69920999', '68915000', '68999999', NULL, 1652940993),
(80682, '3220', '595.00', '16', '15.001', '20', '69900000', '69920999', '68915000', '68999999', NULL, 1652940994),
(80683, '3298', '380.00', '23', '20.001', '25', '69900000', '69920999', '68915000', '68999999', NULL, 1652940995),
(80684, '3220', '760.00', '16', '20.001', '25', '69900000', '69920999', '68915000', '68999999', NULL, 1652940996),
(80685, '3298', '463.00', '23', '25.001', '30', '69900000', '69920999', '68915000', '68999999', NULL, 1652940997),
(80686, '3220', '925.00', '16', '25.001', '30', '69900000', '69920999', '68915000', '68999999', NULL, 1652940999),
(80687, '3298', '38.00', '22', '0.3', '5', '69900000', '69920999', '69000000', '69099999', NULL, 1652941001),
(80688, '3220', '113.00', '5', '0.3', '5', '69900000', '69920999', '69000000', '69099999', NULL, 1652941002),
(80689, '3298', '58.00', '22', '5.001', '10', '69900000', '69920999', '69000000', '69099999', NULL, 1652941003),
(80690, '3220', '176.00', '5', '5.001', '10', '69900000', '69920999', '69000000', '69099999', NULL, 1652941005),
(80691, '3298', '94.00', '22', '10.001', '15', '69900000', '69920999', '69000000', '69099999', NULL, 1652941007),
(80692, '3220', '286.00', '5', '10.001', '15', '69900000', '69920999', '69000000', '69099999', NULL, 1652941008),
(80693, '3298', '130.00', '22', '15.001', '20', '69900000', '69920999', '69000000', '69099999', NULL, 1652941010),
(80694, '3220', '396.00', '5', '15.001', '20', '69900000', '69920999', '69000000', '69099999', NULL, 1652941011),
(80695, '3298', '166.00', '22', '20.001', '25', '69900000', '69920999', '69000000', '69099999', NULL, 1652941012),
(80696, '3220', '505.00', '5', '20.001', '25', '69900000', '69920999', '69000000', '69099999', NULL, 1652941013),
(80697, '3298', '202.00', '22', '25.001', '30', '69900000', '69920999', '69000000', '69099999', NULL, 1652941016),
(80698, '3220', '615.00', '5', '25.001', '30', '69900000', '69920999', '69000000', '69099999', NULL, 1652941017),
(80699, '3298', '70.00', '30', '0.3', '5', '69900000', '69920999', '69100000', '69299999', NULL, 1652941018),
(80700, '3220', '157.00', '10', '0.3', '5', '69900000', '69920999', '69100000', '69299999', NULL, 1652941019),
(80701, '3298', '106.00', '30', '5.001', '10', '69900000', '69920999', '69100000', '69299999', NULL, 1652941019),
(80702, '3220', '226.00', '10', '5.001', '10', '69900000', '69920999', '69100000', '69299999', NULL, 1652941023),
(80703, '3298', '172.00', '30', '10.001', '15', '69900000', '69920999', '69100000', '69299999', NULL, 1652941028),
(80704, '3220', '367.00', '10', '10.001', '15', '69900000', '69920999', '69100000', '69299999', NULL, 1652941030),
(80705, '3298', '239.00', '30', '15.001', '20', '69900000', '69920999', '69100000', '69299999', NULL, 1652941034),
(80706, '3220', '508.00', '10', '15.001', '20', '69900000', '69920999', '69100000', '69299999', NULL, 1652941035),
(80707, '3298', '305.00', '30', '20.001', '25', '69900000', '69920999', '69100000', '69299999', NULL, 1652941036),
(80708, '3220', '649.00', '10', '20.001', '25', '69900000', '69920999', '69100000', '69299999', NULL, 1652941038),
(80709, '3298', '371.00', '30', '25.001', '30', '69900000', '69920999', '69100000', '69299999', NULL, 1652941038),
(80710, '3220', '789.00', '10', '25.001', '30', '69900000', '69920999', '69100000', '69299999', NULL, 1652941039),
(80711, '3298', '45.00', '22', '0.3', '5', '69900000', '69920999', '69300000', '69339999', NULL, 1652941042),
(80712, '3220', '137.00', '5', '0.3', '5', '69900000', '69920999', '69300000', '69339999', NULL, 1652941043),
(80713, '3298', '71.00', '22', '5.001', '10', '69900000', '69920999', '69300000', '69339999', NULL, 1652941046),
(80714, '3220', '214.00', '5', '5.001', '10', '69900000', '69920999', '69300000', '69339999', NULL, 1652941046),
(80715, '3298', '116.00', '22', '10.001', '15', '69900000', '69920999', '69300000', '69339999', NULL, 1652941047),
(80716, '3220', '346.00', '5', '10.001', '15', '69900000', '69920999', '69300000', '69339999', NULL, 1652941050),
(80717, '3298', '160.00', '22', '15.001', '20', '69900000', '69920999', '69300000', '69339999', NULL, 1652941051),
(80718, '3220', '479.00', '5', '15.001', '20', '69900000', '69920999', '69300000', '69339999', NULL, 1652941053),
(80719, '3298', '205.00', '22', '20.001', '25', '69900000', '69920999', '69300000', '69339999', NULL, 1652941054),
(80720, '3220', '612.00', '5', '20.001', '25', '69900000', '69920999', '69300000', '69339999', NULL, 1652941055),
(80721, '3298', '249.00', '22', '25.001', '30', '69900000', '69920999', '69300000', '69339999', NULL, 1652941056),
(80722, '3220', '744.00', '5', '25.001', '30', '69900000', '69920999', '69300000', '69339999', NULL, 1652941057),
(80723, '3298', '90.00', '30', '0.3', '5', '69900000', '69920999', '69340000', '69389999', NULL, 1652941058),
(80724, '3220', '183.00', '13', '0.3', '5', '69900000', '69920999', '69340000', '69389999', NULL, 1652941059),
(80725, '3298', '133.00', '30', '5.001', '10', '69900000', '69920999', '69340000', '69389999', NULL, 1652941060),
(80726, '3220', '266.00', '13', '5.001', '10', '69900000', '69920999', '69340000', '69389999', NULL, 1652941061),
(80727, '3298', '215.00', '30', '10.001', '15', '69900000', '69920999', '69340000', '69389999', NULL, 1652941062),
(80728, '3220', '430.00', '13', '10.001', '15', '69900000', '69920999', '69340000', '69389999', NULL, 1652941065),
(80729, '3298', '298.00', '30', '15.001', '20', '69900000', '69920999', '69340000', '69389999', NULL, 1652941066),
(80730, '3220', '595.00', '13', '15.001', '20', '69900000', '69920999', '69340000', '69389999', NULL, 1652941067),
(80731, '3298', '380.00', '30', '20.001', '25', '69900000', '69920999', '69340000', '69389999', NULL, 1652941069),
(80732, '3220', '760.00', '13', '20.001', '25', '69900000', '69920999', '69340000', '69389999', NULL, 1652941070),
(80733, '3298', '463.00', '30', '25.001', '30', '69900000', '69920999', '69340000', '69389999', NULL, 1652941073),
(80734, '3220', '925.00', '13', '25.001', '30', '69900000', '69920999', '69340000', '69389999', NULL, 1652941074),
(80735, '3298', '26.00', '5', '0.3', '5', '69900000', '69920999', '69900000', '69920999', NULL, 1652941076),
(80736, '3220', '22.00', '1', '0.3', '5', '69900000', '69920999', '69900000', '69920999', NULL, 1652941077),
(80737, '3298', '32.00', '5', '5.001', '10', '69900000', '69920999', '69900000', '69920999', NULL, 1652941078),
(80738, '3220', '28.00', '1', '5.001', '10', '69900000', '69920999', '69900000', '69920999', NULL, 1652941081),
(80739, '3298', '52.00', '5', '10.001', '15', '69900000', '69920999', '69900000', '69920999', NULL, 1652941082),
(80740, '3220', '45.00', '1', '10.001', '15', '69900000', '69920999', '69900000', '69920999', NULL, 1652941083),
(80741, '3298', '72.00', '5', '15.001', '20', '69900000', '69920999', '69900000', '69920999', NULL, 1652941084),
(80742, '3220', '63.00', '1', '15.001', '20', '69900000', '69920999', '69900000', '69920999', NULL, 1652941086),
(80743, '3298', '92.00', '5', '20.001', '25', '69900000', '69920999', '69900000', '69920999', NULL, 1652941087),
(80744, '3220', '80.00', '1', '20.001', '25', '69900000', '69920999', '69900000', '69920999', NULL, 1652941088),
(80745, '3298', '112.00', '5', '25.001', '30', '69900000', '69920999', '69900000', '69920999', NULL, 1652941089),
(80746, '3220', '97.00', '1', '25.001', '30', '69900000', '69920999', '69900000', '69920999', NULL, 1652941090),
(80747, '3298', '26.00', '7', '0.3', '5', '69900000', '69920999', '69921000', '69999999', NULL, 1652941092),
(80748, '3220', '34.00', '5', '0.3', '5', '69900000', '69920999', '69921000', '69999999', NULL, 1652941092),
(80749, '3298', '32.00', '7', '5.001', '10', '69900000', '69920999', '69921000', '69999999', NULL, 1652941094),
(80750, '3220', '48.00', '5', '5.001', '10', '69900000', '69920999', '69921000', '69999999', NULL, 1652941097),
(80751, '3298', '52.00', '7', '10.001', '15', '69900000', '69920999', '69921000', '69999999', NULL, 1652941098),
(80752, '3220', '79.00', '5', '10.001', '15', '69900000', '69920999', '69921000', '69999999', NULL, 1652941099),
(80753, '3298', '72.00', '7', '15.001', '20', '69900000', '69920999', '69921000', '69999999', NULL, 1652941100),
(80754, '3220', '109.00', '5', '15.001', '20', '69900000', '69920999', '69921000', '69999999', NULL, 1652941102),
(80755, '3298', '92.00', '7', '20.001', '25', '69900000', '69920999', '69921000', '69999999', NULL, 1652941106),
(80756, '3220', '139.00', '5', '20.001', '25', '69900000', '69920999', '69921000', '69999999', NULL, 1652941106),
(80757, '3298', '112.00', '7', '25.001', '30', '69900000', '69920999', '69921000', '69999999', NULL, 1652941107),
(80758, '3220', '170.00', '5', '25.001', '30', '69900000', '69920999', '69921000', '69999999', NULL, 1652941108),
(80759, '3298', '45.00', '8', '0.3', '5', '69900000', '69920999', '71000000', '73699999', NULL, 1652941108),
(80760, '3220', '137.00', '4', '0.3', '5', '69900000', '69920999', '71000000', '73699999', NULL, 1652941108),
(80761, '3298', '71.00', '8', '5.001', '10', '69900000', '69920999', '71000000', '73699999', NULL, 1652941109),
(80762, '3220', '214.00', '4', '5.001', '10', '69900000', '69920999', '71000000', '73699999', NULL, 1652941110),
(80763, '3298', '116.00', '8', '10.001', '15', '69900000', '69920999', '71000000', '73699999', NULL, 1652941113),
(80764, '3220', '346.00', '4', '10.001', '15', '69900000', '69920999', '71000000', '73699999', NULL, 1652941113),
(80765, '3298', '160.00', '8', '15.001', '20', '69900000', '69920999', '71000000', '73699999', NULL, 1652941114),
(80766, '3220', '479.00', '4', '15.001', '20', '69900000', '69920999', '71000000', '73699999', NULL, 1652941115),
(80767, '3298', '205.00', '8', '20.001', '25', '69900000', '69920999', '71000000', '73699999', NULL, 1652941116),
(80768, '3220', '612.00', '4', '20.001', '25', '69900000', '69920999', '71000000', '73699999', NULL, 1652941116),
(80769, '3298', '249.00', '8', '25.001', '30', '69900000', '69920999', '71000000', '73699999', NULL, 1652941117),
(80770, '3220', '744.00', '4', '25.001', '30', '69900000', '69920999', '71000000', '73699999', NULL, 1652941118),
(80771, '3298', '45.00', '9', '0.3', '5', '69900000', '69920999', '72800000', '73999999', NULL, 1652941119),
(80772, '3220', '137.00', '5', '0.3', '5', '69900000', '69920999', '72800000', '73999999', NULL, 1652941120),
(80773, '3298', '71.00', '9', '5.001', '10', '69900000', '69920999', '72800000', '73999999', NULL, 1652941121),
(80774, '3220', '214.00', '5', '5.001', '10', '69900000', '69920999', '72800000', '73999999', NULL, 1652941122),
(80775, '3298', '116.00', '9', '10.001', '15', '69900000', '69920999', '72800000', '73999999', NULL, 1652941123),
(80776, '3220', '346.00', '5', '10.001', '15', '69900000', '69920999', '72800000', '73999999', NULL, 1652941125),
(80777, '3298', '160.00', '9', '15.001', '20', '69900000', '69920999', '72800000', '73999999', NULL, 1652941126),
(80778, '3220', '479.00', '5', '15.001', '20', '69900000', '69920999', '72800000', '73999999', NULL, 1652941128),
(80779, '3298', '205.00', '9', '20.001', '25', '69900000', '69920999', '72800000', '73999999', NULL, 1652941128),
(80780, '3220', '612.00', '5', '20.001', '25', '69900000', '69920999', '72800000', '73999999', NULL, 1652941130),
(80781, '3298', '249.00', '9', '25.001', '30', '69900000', '69920999', '72800000', '73999999', NULL, 1652941131),
(80782, '3220', '744.00', '5', '25.001', '30', '69900000', '69920999', '72800000', '73999999', NULL, 1652941133),
(80783, '3298', '45.00', '9', '0.3', '5', '69900000', '69920999', '74000000', '74894999', NULL, 1652941133),
(80784, '3220', '137.00', '5', '0.3', '5', '69900000', '69920999', '74000000', '74894999', NULL, 1652941134),
(80785, '3298', '71.00', '9', '5.001', '10', '69900000', '69920999', '74000000', '74894999', NULL, 1652941136),
(80786, '3220', '214.00', '5', '5.001', '10', '69900000', '69920999', '74000000', '74894999', NULL, 1652941137),
(80787, '3298', '116.00', '9', '10.001', '15', '69900000', '69920999', '74000000', '74894999', NULL, 1652941138),
(80788, '3220', '346.00', '5', '10.001', '15', '69900000', '69920999', '74000000', '74894999', NULL, 1652941139),
(80789, '3298', '160.00', '9', '15.001', '20', '69900000', '69920999', '74000000', '74894999', NULL, 1652941139),
(80790, '3220', '479.00', '5', '15.001', '20', '69900000', '69920999', '74000000', '74894999', NULL, 1652941140),
(80791, '3298', '205.00', '9', '20.001', '25', '69900000', '69920999', '74000000', '74894999', NULL, 1652941143),
(80792, '3220', '612.00', '5', '20.001', '25', '69900000', '69920999', '74000000', '74894999', NULL, 1652941143),
(80793, '3298', '249.00', '9', '25.001', '30', '69900000', '69920999', '74000000', '74894999', NULL, 1652941145),
(80794, '3220', '744.00', '5', '25.001', '30', '69900000', '69920999', '74000000', '74894999', NULL, 1652941146),
(80795, '3298', '45.00', '9', '0.3', '5', '69900000', '69920999', '74895000', '76799999', NULL, 1652941149),
(80796, '3220', '137.00', '5', '0.3', '5', '69900000', '69920999', '74895000', '76799999', NULL, 1652941149),
(80797, '3298', '71.00', '9', '5.001', '10', '69900000', '69920999', '74895000', '76799999', NULL, 1652941150),
(80798, '3220', '214.00', '5', '5.001', '10', '69900000', '69920999', '74895000', '76799999', NULL, 1652941151),
(80799, '3298', '116.00', '9', '10.001', '15', '69900000', '69920999', '74895000', '76799999', NULL, 1652941153),
(80800, '3220', '346.00', '5', '10.001', '15', '69900000', '69920999', '74895000', '76799999', NULL, 1652941155),
(80801, '3298', '160.00', '9', '15.001', '20', '69900000', '69920999', '74895000', '76799999', NULL, 1652941156),
(80802, '3220', '479.00', '5', '15.001', '20', '69900000', '69920999', '74895000', '76799999', NULL, 1652941158),
(80803, '3298', '205.00', '9', '20.001', '25', '69900000', '69920999', '74895000', '76799999', NULL, 1652941159),
(80804, '3220', '612.00', '5', '20.001', '25', '69900000', '69920999', '74895000', '76799999', NULL, 1652941161),
(80805, '3298', '249.00', '9', '25.001', '30', '69900000', '69920999', '74895000', '76799999', NULL, 1652941161),
(80806, '3220', '744.00', '5', '25.001', '30', '69900000', '69920999', '74895000', '76799999', NULL, 1652941162),
(80807, '3298', '45.00', '10', '0.3', '5', '69900000', '69920999', '77000000', '77270999', NULL, 1652941164),
(80808, '3220', '137.00', '6', '0.3', '5', '69900000', '69920999', '77000000', '77270999', NULL, 1652941165),
(80809, '3298', '71.00', '10', '5.001', '10', '69900000', '69920999', '77000000', '77270999', NULL, 1652941166),
(80810, '3220', '214.00', '6', '5.001', '10', '69900000', '69920999', '77000000', '77270999', NULL, 1652941167),
(80811, '3298', '116.00', '10', '10.001', '15', '69900000', '69920999', '77000000', '77270999', NULL, 1652941168),
(80812, '3220', '346.00', '6', '10.001', '15', '69900000', '69920999', '77000000', '77270999', NULL, 1652941169),
(80813, '3298', '160.00', '10', '15.001', '20', '69900000', '69920999', '77000000', '77270999', NULL, 1652941171),
(80814, '3220', '479.00', '6', '15.001', '20', '69900000', '69920999', '77000000', '77270999', NULL, 1652941172),
(80815, '3298', '205.00', '10', '20.001', '25', '69900000', '69920999', '77000000', '77270999', NULL, 1652941173),
(80816, '3220', '612.00', '6', '20.001', '25', '69900000', '69920999', '77000000', '77270999', NULL, 1652941174),
(80817, '3298', '249.00', '10', '25.001', '30', '69900000', '69920999', '77000000', '77270999', NULL, 1652941175),
(80818, '3220', '744.00', '6', '25.001', '30', '69900000', '69920999', '77000000', '77270999', NULL, 1652941176),
(80819, '3298', '90.00', '10', '0.3', '5', '69900000', '69920999', '77300000', '77995999', NULL, 1652941177),
(80820, '3220', '183.00', '6', '0.3', '5', '69900000', '69920999', '77300000', '77995999', NULL, 1652941178),
(80821, '3298', '133.00', '10', '5.001', '10', '69900000', '69920999', '77300000', '77995999', NULL, 1652941181),
(80822, '3220', '266.00', '6', '5.001', '10', '69900000', '69920999', '77300000', '77995999', NULL, 1652941182),
(80823, '3298', '215.00', '10', '10.001', '15', '69900000', '69920999', '77300000', '77995999', NULL, 1652941184),
(80824, '3220', '430.00', '6', '10.001', '15', '69900000', '69920999', '77300000', '77995999', NULL, 1652941184),
(80825, '3298', '298.00', '10', '15.001', '20', '69900000', '69920999', '77300000', '77995999', NULL, 1652941185),
(80826, '3220', '595.00', '6', '15.001', '20', '69900000', '69920999', '77300000', '77995999', NULL, 1652941186),
(80827, '3298', '380.00', '10', '20.001', '25', '69900000', '69920999', '77300000', '77995999', NULL, 1652941186),
(80828, '3220', '760.00', '6', '20.001', '25', '69900000', '69920999', '77300000', '77995999', NULL, 1652941187),
(80829, '3298', '463.00', '10', '25.001', '30', '69900000', '69920999', '77300000', '77995999', NULL, 1652941189),
(80830, '3220', '925.00', '6', '25.001', '30', '69900000', '69920999', '77300000', '77995999', NULL, 1652941190),
(80831, '3298', '45.00', '8', '0.3', '5', '69900000', '69920999', '78000000', '78109999', NULL, 1652941190),
(80832, '3220', '137.00', '4', '0.3', '5', '69900000', '69920999', '78000000', '78109999', NULL, 1652941192),
(80833, '3298', '71.00', '8', '5.001', '10', '69900000', '69920999', '78000000', '78109999', NULL, 1652941193),
(80834, '3220', '214.00', '4', '5.001', '10', '69900000', '69920999', '78000000', '78109999', NULL, 1652941193),
(80835, '3298', '116.00', '8', '10.001', '15', '69900000', '69920999', '78000000', '78109999', NULL, 1652941194),
(80836, '3220', '346.00', '4', '10.001', '15', '69900000', '69920999', '78000000', '78109999', NULL, 1652941196),
(80837, '3298', '160.00', '8', '15.001', '20', '69900000', '69920999', '78000000', '78109999', NULL, 1652941197),
(80838, '3220', '479.00', '4', '15.001', '20', '69900000', '69920999', '78000000', '78109999', NULL, 1652941201),
(80839, '3298', '205.00', '8', '20.001', '25', '69900000', '69920999', '78000000', '78109999', NULL, 1652941201),
(80840, '3220', '612.00', '4', '20.001', '25', '69900000', '69920999', '78000000', '78109999', NULL, 1652941202),
(80841, '3298', '249.00', '8', '25.001', '30', '69900000', '69920999', '78000000', '78109999', NULL, 1652941206),
(80842, '3220', '744.00', '4', '25.001', '30', '69900000', '69920999', '78000000', '78109999', NULL, 1652941208),
(80843, '3298', '90.00', '9', '0.3', '5', '69900000', '69920999', '78110000', '78899999', NULL, 1652941210),
(80844, '3220', '183.00', '7', '0.3', '5', '69900000', '69920999', '78110000', '78899999', NULL, 1652941211),
(80845, '3298', '133.00', '9', '5.001', '10', '69900000', '69920999', '78110000', '78899999', NULL, 1652941212),
(80846, '3220', '266.00', '7', '5.001', '10', '69900000', '69920999', '78110000', '78899999', NULL, 1652941214),
(80847, '3298', '215.00', '9', '10.001', '15', '69900000', '69920999', '78110000', '78899999', NULL, 1652941215),
(80848, '3220', '430.00', '7', '10.001', '15', '69900000', '69920999', '78110000', '78899999', NULL, 1652941216),
(80849, '3298', '298.00', '9', '15.001', '20', '69900000', '69920999', '78110000', '78899999', NULL, 1652941217),
(80850, '3220', '595.00', '7', '15.001', '20', '69900000', '69920999', '78110000', '78899999', NULL, 1652941220),
(80851, '3298', '380.00', '9', '20.001', '25', '69900000', '69920999', '78110000', '78899999', NULL, 1652941221),
(80852, '3220', '760.00', '7', '20.001', '25', '69900000', '69920999', '78110000', '78899999', NULL, 1652941225),
(80853, '3298', '463.00', '9', '25.001', '30', '69900000', '69920999', '78110000', '78899999', NULL, 1652941225),
(80854, '3220', '925.00', '7', '25.001', '30', '69900000', '69920999', '78110000', '78899999', NULL, 1652941227),
(80855, '3298', '44.00', '6', '0.3', '5', '69900000', '69920999', '78900000', '78930999', NULL, 1652941227),
(80856, '3220', '102.00', '2', '0.3', '5', '69900000', '69920999', '78900000', '78930999', NULL, 1652941228),
(80857, '3298', '74.00', '6', '5.001', '10', '69900000', '69920999', '78900000', '78930999', NULL, 1652941230),
(80858, '3220', '141.00', '2', '5.001', '10', '69900000', '69920999', '78900000', '78930999', NULL, 1652941231),
(80859, '3298', '120.00', '6', '10.001', '15', '69900000', '69920999', '78900000', '78930999', NULL, 1652941233),
(80860, '3220', '229.00', '2', '10.001', '15', '69900000', '69920999', '78900000', '78930999', NULL, 1652941234),
(80861, '3298', '166.00', '6', '15.001', '20', '69900000', '69920999', '78900000', '78930999', NULL, 1652941235),
(80862, '3220', '316.00', '2', '15.001', '20', '69900000', '69920999', '78900000', '78930999', NULL, 1652941236),
(80863, '3298', '212.00', '6', '20.001', '25', '69900000', '69920999', '78900000', '78930999', NULL, 1652941237),
(80864, '3220', '404.00', '2', '20.001', '25', '69900000', '69920999', '78900000', '78930999', NULL, 1652941238),
(80865, '3298', '258.00', '6', '25.001', '30', '69900000', '69920999', '78900000', '78930999', NULL, 1652941239),
(80866, '3220', '492.00', '2', '25.001', '30', '69900000', '69920999', '78900000', '78930999', NULL, 1652941241),
(80867, '3298', '90.00', '9', '0.3', '5', '69900000', '69920999', '78931000', '78999999', NULL, 1652941243),
(80868, '3220', '183.00', '5', '0.3', '5', '69900000', '69920999', '78931000', '78999999', NULL, 1652941244),
(80869, '3298', '133.00', '9', '5.001', '10', '69900000', '69920999', '78931000', '78999999', NULL, 1652941245),
(80870, '3220', '266.00', '5', '5.001', '10', '69900000', '69920999', '78931000', '78999999', NULL, 1652941246),
(80871, '3298', '215.00', '9', '10.001', '15', '69900000', '69920999', '78931000', '78999999', NULL, 1652941247),
(80872, '3220', '430.00', '5', '10.001', '15', '69900000', '69920999', '78931000', '78999999', NULL, 1652941247),
(80873, '3298', '298.00', '9', '15.001', '20', '69900000', '69920999', '78931000', '78999999', NULL, 1652941248),
(80874, '3220', '595.00', '5', '15.001', '20', '69900000', '69920999', '78931000', '78999999', NULL, 1652941249),
(80875, '3298', '380.00', '9', '20.001', '25', '69900000', '69920999', '78931000', '78999999', NULL, 1652941250),
(80876, '3220', '760.00', '5', '20.001', '25', '69900000', '69920999', '78931000', '78999999', NULL, 1652941251),
(80877, '3298', '463.00', '9', '25.001', '30', '69900000', '69920999', '78931000', '78999999', NULL, 1652941252),
(80878, '3220', '925.00', '5', '25.001', '30', '69900000', '69920999', '78931000', '78999999', NULL, 1652941253),
(80879, '3298', '38.00', '8', '0.3', '5', '69900000', '69920999', '79000000', '79129999', NULL, 1652941258),
(80880, '3220', '113.00', '4', '0.3', '5', '69900000', '69920999', '79000000', '79129999', NULL, 1652941260),
(80881, '3298', '58.00', '8', '5.001', '10', '69900000', '69920999', '79000000', '79129999', NULL, 1652941261),
(80882, '3220', '176.00', '4', '5.001', '10', '69900000', '69920999', '79000000', '79129999', NULL, 1652941262),
(80883, '3298', '94.00', '8', '10.001', '15', '69900000', '69920999', '79000000', '79129999', NULL, 1652941262),
(80884, '3220', '286.00', '4', '10.001', '15', '69900000', '69920999', '79000000', '79129999', NULL, 1652941263),
(80885, '3298', '130.00', '8', '15.001', '20', '69900000', '69920999', '79000000', '79129999', NULL, 1652941264),
(80886, '3220', '396.00', '4', '15.001', '20', '69900000', '69920999', '79000000', '79129999', NULL, 1652941265),
(80887, '3298', '166.00', '8', '20.001', '25', '69900000', '69920999', '79000000', '79129999', NULL, 1652941266),
(80888, '3220', '505.00', '4', '20.001', '25', '69900000', '69920999', '79000000', '79129999', NULL, 1652941267),
(80889, '3298', '202.00', '8', '25.001', '30', '69900000', '69920999', '79000000', '79129999', NULL, 1652941270),
(80890, '3220', '615.00', '4', '25.001', '30', '69900000', '69920999', '79000000', '79129999', NULL, 1652941272),
(80891, '3298', '70.00', '11', '0.3', '5', '69900000', '69920999', '79130000', '79999999', NULL, 1652941273),
(80892, '3220', '157.00', '7', '0.3', '5', '69900000', '69920999', '79130000', '79999999', NULL, 1652941275),
(80893, '3298', '106.00', '11', '5.001', '10', '69900000', '69920999', '79130000', '79999999', NULL, 1652941276),
(80894, '3220', '226.00', '7', '5.001', '10', '69900000', '69920999', '79130000', '79999999', NULL, 1652941277),
(80895, '3298', '172.00', '11', '10.001', '15', '69900000', '69920999', '79130000', '79999999', NULL, 1652941279),
(80896, '3220', '367.00', '7', '10.001', '15', '69900000', '69920999', '79130000', '79999999', NULL, 1652941281),
(80897, '3298', '239.00', '11', '15.001', '20', '69900000', '69920999', '79130000', '79999999', NULL, 1652941281),
(80898, '3220', '508.00', '7', '15.001', '20', '69900000', '69920999', '79130000', '79999999', NULL, 1652941283),
(80899, '3298', '305.00', '11', '20.001', '25', '69900000', '69920999', '79130000', '79999999', NULL, 1652941285),
(80900, '3220', '649.00', '7', '20.001', '25', '69900000', '69920999', '79130000', '79999999', NULL, 1652941286),
(80901, '3298', '371.00', '11', '25.001', '30', '69900000', '69920999', '79130000', '79999999', NULL, 1652941287),
(80902, '3220', '789.00', '7', '25.001', '30', '69900000', '69920999', '79130000', '79999999', NULL, 1652941288),
(80903, '3298', '45.00', '8', '0.3', '5', '69900000', '69920999', '80000000', '82999999', NULL, 1652941290),
(80904, '3220', '137.00', '4', '0.3', '5', '69900000', '69920999', '80000000', '82999999', NULL, 1652941292),
(80905, '3298', '71.00', '8', '5.001', '10', '69900000', '69920999', '80000000', '82999999', NULL, 1652941293),
(80906, '3220', '214.00', '4', '5.001', '10', '69900000', '69920999', '80000000', '82999999', NULL, 1652941294),
(80907, '3298', '116.00', '8', '10.001', '15', '69900000', '69920999', '80000000', '82999999', NULL, 1652941295),
(80908, '3220', '346.00', '4', '10.001', '15', '69900000', '69920999', '80000000', '82999999', NULL, 1652941296),
(80909, '3298', '160.00', '8', '15.001', '20', '69900000', '69920999', '80000000', '82999999', NULL, 1652941297),
(80910, '3220', '479.00', '4', '15.001', '20', '69900000', '69920999', '80000000', '82999999', NULL, 1652941299),
(80911, '3298', '205.00', '8', '20.001', '25', '69900000', '69920999', '80000000', '82999999', NULL, 1652941300),
(80912, '3220', '612.00', '4', '20.001', '25', '69900000', '69920999', '80000000', '82999999', NULL, 1652941302),
(80913, '3298', '249.00', '8', '25.001', '30', '69900000', '69920999', '80000000', '82999999', NULL, 1652941303),
(80914, '3220', '744.00', '4', '25.001', '30', '69900000', '69920999', '80000000', '82999999', NULL, 1652941305),
(80915, '3298', '45.00', '8', '0.3', '5', '69900000', '69920999', '80000000', '83800999', NULL, 1652941307),
(80916, '3220', '137.00', '4', '0.3', '5', '69900000', '69920999', '80000000', '83800999', NULL, 1652941309),
(80917, '3298', '71.00', '8', '5.001', '10', '69900000', '69920999', '80000000', '83800999', NULL, 1652941310),
(80918, '3220', '214.00', '4', '5.001', '10', '69900000', '69920999', '80000000', '83800999', NULL, 1652941311),
(80919, '3298', '116.00', '8', '10.001', '15', '69900000', '69920999', '80000000', '83800999', NULL, 1652941312),
(80920, '3220', '346.00', '4', '10.001', '15', '69900000', '69920999', '80000000', '83800999', NULL, 1652941313),
(80921, '3298', '160.00', '8', '15.001', '20', '69900000', '69920999', '80000000', '83800999', NULL, 1652941316),
(80922, '3220', '479.00', '4', '15.001', '20', '69900000', '69920999', '80000000', '83800999', NULL, 1652941319),
(80923, '3298', '205.00', '8', '20.001', '25', '69900000', '69920999', '80000000', '83800999', NULL, 1652941321),
(80924, '3220', '612.00', '4', '20.001', '25', '69900000', '69920999', '80000000', '83800999', NULL, 1652941322),
(80925, '3298', '249.00', '8', '25.001', '30', '69900000', '69920999', '80000000', '83800999', NULL, 1652941325),
(80926, '3220', '744.00', '4', '25.001', '30', '69900000', '69920999', '80000000', '83800999', NULL, 1652941329),
(80927, '3298', '90.00', '11', '0.3', '5', '69900000', '69920999', '83801000', '87999999', NULL, 1652941330),
(80928, '3220', '183.00', '6', '0.3', '5', '69900000', '69920999', '83801000', '87999999', NULL, 1652941331),
(80929, '3298', '133.00', '11', '5.001', '10', '69900000', '69920999', '83801000', '87999999', NULL, 1652941332),
(80930, '3220', '266.00', '6', '5.001', '10', '69900000', '69920999', '83801000', '87999999', NULL, 1652941334),
(80931, '3298', '215.00', '11', '10.001', '15', '69900000', '69920999', '83801000', '87999999', NULL, 1652941334),
(80932, '3220', '430.00', '6', '10.001', '15', '69900000', '69920999', '83801000', '87999999', NULL, 1652941335),
(80933, '3298', '298.00', '11', '15.001', '20', '69900000', '69920999', '83801000', '87999999', NULL, 1652941336),
(80934, '3220', '595.00', '6', '15.001', '20', '69900000', '69920999', '83801000', '87999999', NULL, 1652941336),
(80935, '3298', '380.00', '11', '20.001', '25', '69900000', '69920999', '83801000', '87999999', NULL, 1652941337),
(80936, '3220', '760.00', '6', '20.001', '25', '69900000', '69920999', '83801000', '87999999', NULL, 1652941339),
(80937, '3298', '463.00', '11', '25.001', '30', '69900000', '69920999', '83801000', '87999999', NULL, 1652941340),
(80938, '3220', '925.00', '6', '25.001', '30', '69900000', '69920999', '83801000', '87999999', NULL, 1652941341),
(80939, '3298', '45.00', '9', '0.3', '5', '69900000', '69920999', '88000000', '82999999', NULL, 1652941342),
(80940, '3220', '137.00', '4', '0.3', '5', '69900000', '69920999', '88000000', '82999999', NULL, 1652941344),
(80941, '3298', '71.00', '9', '5.001', '10', '69900000', '69920999', '88000000', '82999999', NULL, 1652941344),
(80942, '3220', '214.00', '4', '5.001', '10', '69900000', '69920999', '88000000', '82999999', NULL, 1652941345),
(80943, '3298', '116.00', '9', '10.001', '15', '69900000', '69920999', '88000000', '82999999', NULL, 1652941346),
(80944, '3220', '346.00', '4', '10.001', '15', '69900000', '69920999', '88000000', '82999999', NULL, 1652941347),
(80945, '3298', '160.00', '9', '15.001', '20', '69900000', '69920999', '88000000', '82999999', NULL, 1652941350),
(80946, '3220', '479.00', '4', '15.001', '20', '69900000', '69920999', '88000000', '82999999', NULL, 1652941351),
(80947, '3298', '205.00', '9', '20.001', '25', '69900000', '69920999', '88000000', '82999999', NULL, 1652941353),
(80948, '3220', '612.00', '4', '20.001', '25', '69900000', '69920999', '88000000', '82999999', NULL, 1652941355),
(80949, '3298', '249.00', '9', '25.001', '30', '69900000', '69920999', '88000000', '82999999', NULL, 1652941356),
(80950, '3220', '744.00', '4', '25.001', '30', '69900000', '69920999', '88000000', '82999999', NULL, 1652941357),
(80951, '3298', '45.00', '9', '0.3', '5', '69900000', '69920999', '88000000', '88469999', NULL, 1652941358),
(80952, '3220', '137.00', '4', '0.3', '5', '69900000', '69920999', '88000000', '88469999', NULL, 1652941360),
(80953, '3298', '71.00', '9', '5.001', '10', '69900000', '69920999', '88000000', '88469999', NULL, 1652941361),
(80954, '3220', '214.00', '4', '5.001', '10', '69900000', '69920999', '88000000', '88469999', NULL, 1652941362),
(80955, '3298', '116.00', '9', '10.001', '15', '69900000', '69920999', '88000000', '88469999', NULL, 1652941363),
(80956, '3220', '346.00', '4', '10.001', '15', '69900000', '69920999', '88000000', '88469999', NULL, 1652941366),
(80957, '3298', '160.00', '9', '15.001', '20', '69900000', '69920999', '88000000', '88469999', NULL, 1652941368),
(80958, '3220', '479.00', '4', '15.001', '20', '69900000', '69920999', '88000000', '88469999', NULL, 1652941370),
(80959, '3298', '205.00', '9', '20.001', '25', '69900000', '69920999', '88000000', '88469999', NULL, 1652941372),
(80960, '3220', '612.00', '4', '20.001', '25', '69900000', '69920999', '88000000', '88469999', NULL, 1652941375),
(80961, '3298', '249.00', '9', '25.001', '30', '69900000', '69920999', '88000000', '88469999', NULL, 1652941377),
(80962, '3220', '744.00', '4', '25.001', '30', '69900000', '69920999', '88000000', '88469999', NULL, 1652941377),
(80963, '3298', '78.00', '9', '0.3', '5', '69900000', '69920999', '88470000', '89999999', NULL, 1652941378),
(80964, '3220', '154.00', '5', '0.3', '5', '69900000', '69920999', '88470000', '89999999', NULL, 1652941380),
(80965, '3298', '114.00', '9', '5.001', '10', '69900000', '69920999', '88470000', '89999999', NULL, 1652941381),
(80966, '3220', '223.00', '5', '5.001', '10', '69900000', '69920999', '88470000', '89999999', NULL, 1652941383),
(80967, '3298', '185.00', '9', '10.001', '15', '69900000', '69920999', '88470000', '89999999', NULL, 1652941383),
(80968, '3220', '361.00', '5', '10.001', '15', '69900000', '69920999', '88470000', '89999999', NULL, 1652941385),
(80969, '3298', '256.00', '9', '15.001', '20', '69900000', '69920999', '88470000', '89999999', NULL, 1652941386),
(80970, '3220', '500.00', '5', '15.001', '20', '69900000', '69920999', '88470000', '89999999', NULL, 1652941387),
(80971, '3298', '327.00', '9', '20.001', '25', '69900000', '69920999', '88470000', '89999999', NULL, 1652941389),
(80972, '3220', '638.00', '5', '20.001', '25', '69900000', '69920999', '88470000', '89999999', NULL, 1652941392),
(80973, '3298', '398.00', '9', '25.001', '30', '69900000', '69920999', '88470000', '89999999', NULL, 1652941392),
(80974, '3220', '777.00', '5', '25.001', '30', '69900000', '69920999', '88470000', '89999999', NULL, 1652941393),
(80975, '3298', '45.00', '9', '0.3', '5', '69900000', '69920999', '90000000', '91999999', NULL, 1652941394),
(80976, '3220', '137.00', '4', '0.3', '5', '69900000', '69920999', '90000000', '91999999', NULL, 1652941397),
(80977, '3298', '71.00', '9', '5.001', '10', '69900000', '69920999', '90000000', '91999999', NULL, 1652941399),
(80978, '3220', '214.00', '4', '5.001', '10', '69900000', '69920999', '90000000', '91999999', NULL, 1652941400),
(80979, '3298', '116.00', '9', '10.001', '15', '69900000', '69920999', '90000000', '91999999', NULL, 1652941402),
(80980, '3220', '346.00', '4', '10.001', '15', '69900000', '69920999', '90000000', '91999999', NULL, 1652941403),
(80981, '3298', '160.00', '9', '15.001', '20', '69900000', '69920999', '90000000', '91999999', NULL, 1652941404),
(80982, '3220', '479.00', '4', '15.001', '20', '69900000', '69920999', '90000000', '91999999', NULL, 1652941406),
(80983, '3298', '205.00', '9', '20.001', '25', '69900000', '69920999', '90000000', '91999999', NULL, 1652941406),
(80984, '3220', '612.00', '4', '20.001', '25', '69900000', '69920999', '90000000', '91999999', NULL, 1652941407),
(80985, '3298', '249.00', '9', '25.001', '30', '69900000', '69920999', '90000000', '91999999', NULL, 1652941411),
(80986, '3220', '744.00', '4', '25.001', '30', '69900000', '69920999', '90000000', '91999999', NULL, 1652941411),
(80987, '3298', '45.00', '9', '0.3', '5', '69900000', '69920999', '90000000', '94900999', NULL, 1652941413),
(80988, '3220', '137.00', '5', '0.3', '5', '69900000', '69920999', '90000000', '94900999', NULL, 1652941413),
(80989, '3298', '71.00', '9', '5.001', '10', '69900000', '69920999', '90000000', '94900999', NULL, 1652941414),
(80990, '3220', '214.00', '5', '5.001', '10', '69900000', '69920999', '90000000', '94900999', NULL, 1652941415),
(80991, '3298', '116.00', '9', '10.001', '15', '69900000', '69920999', '90000000', '94900999', NULL, 1652941416),
(80992, '3220', '346.00', '5', '10.001', '15', '69900000', '69920999', '90000000', '94900999', NULL, 1652941417),
(80993, '3298', '160.00', '9', '15.001', '20', '69900000', '69920999', '90000000', '94900999', NULL, 1652941417),
(80994, '3220', '479.00', '5', '15.001', '20', '69900000', '69920999', '90000000', '94900999', NULL, 1652941418),
(80995, '3298', '205.00', '9', '20.001', '25', '69900000', '69920999', '90000000', '94900999', NULL, 1652941419),
(80996, '3220', '612.00', '5', '20.001', '25', '69900000', '69920999', '90000000', '94900999', NULL, 1652941420),
(80997, '3298', '249.00', '9', '25.001', '30', '69900000', '69920999', '90000000', '94900999', NULL, 1652941421),
(80998, '3220', '744.00', '5', '25.001', '30', '69900000', '69920999', '90000000', '94900999', NULL, 1652941421),
(80999, '3298', '90.00', '13', '0.3', '5', '69900000', '69920999', '94901000', '99999999', NULL, 1652941424),
(81000, '3220', '183.00', '9', '0.3', '5', '69900000', '69920999', '94901000', '99999999', NULL, 1652941427),
(81001, '3298', '133.00', '13', '5.001', '10', '69900000', '69920999', '94901000', '99999999', NULL, 1652941428),
(81002, '3220', '266.00', '9', '5.001', '10', '69900000', '69920999', '94901000', '99999999', NULL, 1652941429),
(81003, '3298', '215.00', '13', '10.001', '15', '69900000', '69920999', '94901000', '99999999', NULL, 1652941430),
(81004, '3220', '430.00', '9', '10.001', '15', '69900000', '69920999', '94901000', '99999999', NULL, 1652941430),
(81005, '3298', '298.00', '13', '15.001', '20', '69900000', '69920999', '94901000', '99999999', NULL, 1652941431),
(81006, '3220', '595.00', '9', '15.001', '20', '69900000', '69920999', '94901000', '99999999', NULL, 1652941433),
(81007, '3298', '380.00', '13', '20.001', '25', '69900000', '69920999', '94901000', '99999999', NULL, 1652941433),
(81008, '3220', '760.00', '9', '20.001', '25', '69900000', '69920999', '94901000', '99999999', NULL, 1652941433),
(81009, '3298', '463.00', '13', '25.001', '30', '69900000', '69920999', '94901000', '99999999', NULL, 1652941434),
(81010, '3220', '925.00', '9', '25.001', '30', '69900000', '69920999', '94901000', '99999999', NULL, 1652941434),
(81011, '3298', '90.00', '12', '0.3', '5', '69921000', '69999999', '01000000', '08499999', NULL, 1652941435),
(81012, '3220', '183.00', '9', '0.3', '5', '69921000', '69999999', '01000000', '08499999', NULL, 1652941441),
(81013, '3298', '133.00', '12', '5.001', '10', '69921000', '69999999', '01000000', '08499999', NULL, 1652941442),
(81014, '3220', '266.00', '9', '5.001', '10', '69921000', '69999999', '01000000', '08499999', NULL, 1652941443),
(81015, '3298', '215.00', '12', '10.001', '15', '69921000', '69999999', '01000000', '08499999', NULL, 1652941449),
(81016, '3220', '430.00', '9', '10.001', '15', '69921000', '69999999', '01000000', '08499999', NULL, 1652941457),
(81017, '3298', '298.00', '12', '15.001', '20', '69921000', '69999999', '01000000', '08499999', NULL, 1652941457),
(81018, '3220', '595.00', '9', '15.001', '20', '69921000', '69999999', '01000000', '08499999', NULL, 1652941458),
(81019, '3298', '380.00', '12', '20.001', '25', '69921000', '69999999', '01000000', '08499999', NULL, 1652941459),
(81020, '3220', '760.00', '9', '20.001', '25', '69921000', '69999999', '01000000', '08499999', NULL, 1652941459),
(81021, '3298', '463.00', '12', '25.001', '30', '69921000', '69999999', '01000000', '08499999', NULL, 1652941460),
(81022, '3220', '925.00', '9', '25.001', '30', '69921000', '69999999', '01000000', '08499999', NULL, 1652941461),
(81023, '3298', '90.00', '12', '0.3', '5', '69921000', '69999999', '06000000', '09999999', NULL, 1652941462),
(81024, '3220', '183.00', '9', '0.3', '5', '69921000', '69999999', '06000000', '09999999', NULL, 1652941463),
(81025, '3298', '133.00', '12', '5.001', '10', '69921000', '69999999', '06000000', '09999999', NULL, 1652941464),
(81026, '3220', '266.00', '9', '5.001', '10', '69921000', '69999999', '06000000', '09999999', NULL, 1652941465),
(81027, '3298', '215.00', '12', '10.001', '15', '69921000', '69999999', '06000000', '09999999', NULL, 1652941466),
(81028, '3220', '430.00', '9', '10.001', '15', '69921000', '69999999', '06000000', '09999999', NULL, 1652941467),
(81029, '3298', '298.00', '12', '15.001', '20', '69921000', '69999999', '06000000', '09999999', NULL, 1652941471),
(81030, '3220', '595.00', '9', '15.001', '20', '69921000', '69999999', '06000000', '09999999', NULL, 1652941471),
(81031, '3298', '380.00', '12', '20.001', '25', '69921000', '69999999', '06000000', '09999999', NULL, 1652941472),
(81032, '3220', '760.00', '9', '20.001', '25', '69921000', '69999999', '06000000', '09999999', NULL, 1652941473),
(81033, '3298', '463.00', '12', '25.001', '30', '69921000', '69999999', '06000000', '09999999', NULL, 1652941474),
(81034, '3220', '925.00', '9', '25.001', '30', '69921000', '69999999', '06000000', '09999999', NULL, 1652941476),
(81035, '3298', '90.00', '13', '0.3', '5', '69921000', '69999999', '11000000', '11999999', NULL, 1652941478),
(81036, '3220', '183.00', '11', '0.3', '5', '69921000', '69999999', '11000000', '11999999', NULL, 1652941480),
(81037, '3298', '133.00', '13', '5.001', '10', '69921000', '69999999', '11000000', '11999999', NULL, 1652941481),
(81038, '3220', '266.00', '11', '5.001', '10', '69921000', '69999999', '11000000', '11999999', NULL, 1652941482),
(81039, '3298', '215.00', '13', '10.001', '15', '69921000', '69999999', '11000000', '11999999', NULL, 1652941483),
(81040, '3220', '430.00', '11', '10.001', '15', '69921000', '69999999', '11000000', '11999999', NULL, 1652941485),
(81041, '3298', '298.00', '13', '15.001', '20', '69921000', '69999999', '11000000', '11999999', NULL, 1652941486),
(81042, '3220', '595.00', '11', '15.001', '20', '69921000', '69999999', '11000000', '11999999', NULL, 1652941492),
(81043, '3298', '380.00', '13', '20.001', '25', '69921000', '69999999', '11000000', '11999999', NULL, 1652941493),
(81044, '3220', '760.00', '11', '20.001', '25', '69921000', '69999999', '11000000', '11999999', NULL, 1652941494),
(81045, '3298', '463.00', '13', '25.001', '30', '69921000', '69999999', '11000000', '11999999', NULL, 1652941496),
(81046, '3220', '925.00', '11', '25.001', '30', '69921000', '69999999', '11000000', '11999999', NULL, 1652941502),
(81047, '3298', '90.00', '12', '0.3', '5', '69921000', '69999999', '12000000', '19999999', NULL, 1652941503),
(81048, '3220', '183.00', '8', '0.3', '5', '69921000', '69999999', '12000000', '19999999', NULL, 1652941504),
(81049, '3298', '133.00', '12', '5.001', '10', '69921000', '69999999', '12000000', '19999999', NULL, 1652941510),
(81050, '3220', '266.00', '8', '5.001', '10', '69921000', '69999999', '12000000', '19999999', NULL, 1652941511),
(81051, '3298', '215.00', '12', '10.001', '15', '69921000', '69999999', '12000000', '19999999', NULL, 1652941511),
(81052, '3220', '430.00', '8', '10.001', '15', '69921000', '69999999', '12000000', '19999999', NULL, 1652941512),
(81053, '3298', '298.00', '12', '15.001', '20', '69921000', '69999999', '12000000', '19999999', NULL, 1652941517),
(81054, '3220', '595.00', '8', '15.001', '20', '69921000', '69999999', '12000000', '19999999', NULL, 1652941517),
(81055, '3298', '380.00', '12', '20.001', '25', '69921000', '69999999', '12000000', '19999999', NULL, 1652941518),
(81056, '3220', '760.00', '8', '20.001', '25', '69921000', '69999999', '12000000', '19999999', NULL, 1652941520),
(81057, '3298', '463.00', '12', '25.001', '30', '69921000', '69999999', '12000000', '19999999', NULL, 1652941521),
(81058, '3220', '925.00', '8', '25.001', '30', '69921000', '69999999', '12000000', '19999999', NULL, 1652941522),
(81059, '3298', '90.00', '14', '0.3', '5', '69921000', '69999999', '26601000', '28999999', NULL, 1652941551),
(81060, '3220', '183.00', '10', '0.3', '5', '69921000', '69999999', '26601000', '28999999', NULL, 1652941552),
(81061, '3298', '133.00', '14', '5.001', '10', '69921000', '69999999', '26601000', '28999999', NULL, 1652941553),
(81062, '3220', '266.00', '10', '5.001', '10', '69921000', '69999999', '26601000', '28999999', NULL, 1652941554),
(81063, '3298', '215.00', '14', '10.001', '15', '69921000', '69999999', '26601000', '28999999', NULL, 1652941555),
(81064, '3220', '430.00', '10', '10.001', '15', '69921000', '69999999', '26601000', '28999999', NULL, 1652941556),
(81065, '3298', '298.00', '14', '15.001', '20', '69921000', '69999999', '26601000', '28999999', NULL, 1652941557),
(81066, '3220', '595.00', '10', '15.001', '20', '69921000', '69999999', '26601000', '28999999', NULL, 1652941558),
(81067, '3298', '380.00', '14', '20.001', '25', '69921000', '69999999', '26601000', '28999999', NULL, 1652941563),
(81068, '3220', '760.00', '10', '20.001', '25', '69921000', '69999999', '26601000', '28999999', NULL, 1652941565),
(81069, '3298', '463.00', '14', '25.001', '30', '69921000', '69999999', '26601000', '28999999', NULL, 1652941566),
(81070, '3220', '925.00', '10', '25.001', '30', '69921000', '69999999', '26601000', '28999999', NULL, 1652941569),
(81071, '3298', '90.00', '12', '0.3', '5', '69921000', '69999999', '29000000', '29099999', NULL, 1652941571),
(81072, '3220', '183.00', '8', '0.3', '5', '69921000', '69999999', '29000000', '29099999', NULL, 1652941573),
(81073, '3298', '133.00', '12', '5.001', '10', '69921000', '69999999', '29000000', '29099999', NULL, 1652941573),
(81074, '3220', '266.00', '8', '5.001', '10', '69921000', '69999999', '29000000', '29099999', NULL, 1652941575),
(81075, '3298', '215.00', '12', '10.001', '15', '69921000', '69999999', '29000000', '29099999', NULL, 1652941576),
(81076, '3220', '430.00', '8', '10.001', '15', '69921000', '69999999', '29000000', '29099999', NULL, 1652941577),
(81077, '3298', '298.00', '12', '15.001', '20', '69921000', '69999999', '29000000', '29099999', NULL, 1652941579),
(81078, '3220', '595.00', '8', '15.001', '20', '69921000', '69999999', '29000000', '29099999', NULL, 1652941580),
(81079, '3298', '380.00', '12', '20.001', '25', '69921000', '69999999', '29000000', '29099999', NULL, 1652941582),
(81080, '3220', '760.00', '8', '20.001', '25', '69921000', '69999999', '29000000', '29099999', NULL, 1652941583),
(81081, '3298', '463.00', '12', '25.001', '30', '69921000', '69999999', '29000000', '29099999', NULL, 1652941584),
(81082, '3220', '925.00', '8', '25.001', '30', '69921000', '69999999', '29000000', '29099999', NULL, 1652941585),
(81083, '3298', '90.00', '14', '0.3', '5', '69921000', '69999999', '29100000', '29999999', NULL, 1652941586),
(81084, '3220', '183.00', '10', '0.3', '5', '69921000', '69999999', '29100000', '29999999', NULL, 1652941587),
(81085, '3298', '133.00', '14', '5.001', '10', '69921000', '69999999', '29100000', '29999999', NULL, 1652941588),
(81086, '3220', '266.00', '10', '5.001', '10', '69921000', '69999999', '29100000', '29999999', NULL, 1652941589),
(81087, '3298', '215.00', '14', '10.001', '15', '69921000', '69999999', '29100000', '29999999', NULL, 1652941590),
(81088, '3220', '430.00', '10', '10.001', '15', '69921000', '69999999', '29100000', '29999999', NULL, 1652941594),
(81089, '3298', '298.00', '14', '15.001', '20', '69921000', '69999999', '29100000', '29999999', NULL, 1652941599),
(81090, '3220', '595.00', '10', '15.001', '20', '69921000', '69999999', '29100000', '29999999', NULL, 1652941601),
(81091, '3298', '380.00', '14', '20.001', '25', '69921000', '69999999', '29100000', '29999999', NULL, 1652941602),
(81092, '3220', '760.00', '10', '20.001', '25', '69921000', '69999999', '29100000', '29999999', NULL, 1652941603),
(81093, '3298', '463.00', '14', '25.001', '30', '69921000', '69999999', '29100000', '29999999', NULL, 1652941606),
(81094, '3220', '925.00', '10', '25.001', '30', '69921000', '69999999', '29100000', '29999999', NULL, 1652941607),
(81095, '3298', '90.00', '12', '0.3', '5', '69921000', '69999999', '30000000', '31999999', NULL, 1652941608),
(81096, '3220', '183.00', '8', '0.3', '5', '69921000', '69999999', '30000000', '31999999', NULL, 1652941608),
(81097, '3298', '133.00', '12', '5.001', '10', '69921000', '69999999', '30000000', '31999999', NULL, 1652941609);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(81098, '3220', '266.00', '8', '5.001', '10', '69921000', '69999999', '30000000', '31999999', NULL, 1652941610),
(81099, '3298', '215.00', '12', '10.001', '15', '69921000', '69999999', '30000000', '31999999', NULL, 1652941611),
(81100, '3220', '430.00', '8', '10.001', '15', '69921000', '69999999', '30000000', '31999999', NULL, 1652941614),
(81101, '3298', '298.00', '12', '15.001', '20', '69921000', '69999999', '30000000', '31999999', NULL, 1652941614),
(81102, '3220', '595.00', '8', '15.001', '20', '69921000', '69999999', '30000000', '31999999', NULL, 1652941617),
(81103, '3298', '380.00', '12', '20.001', '25', '69921000', '69999999', '30000000', '31999999', NULL, 1652941620),
(81104, '3220', '760.00', '8', '20.001', '25', '69921000', '69999999', '30000000', '31999999', NULL, 1652941621),
(81105, '3298', '463.00', '12', '25.001', '30', '69921000', '69999999', '30000000', '31999999', NULL, 1652941623),
(81106, '3220', '925.00', '8', '25.001', '30', '69921000', '69999999', '30000000', '31999999', NULL, 1652941627),
(81107, '3298', '90.00', '12', '0.3', '5', '69921000', '69999999', '30000000', '34999999', NULL, 1652941628),
(81108, '3220', '183.00', '8', '0.3', '5', '69921000', '69999999', '30000000', '34999999', NULL, 1652941630),
(81109, '3298', '133.00', '12', '5.001', '10', '69921000', '69999999', '30000000', '34999999', NULL, 1652941632),
(81110, '3220', '266.00', '8', '5.001', '10', '69921000', '69999999', '30000000', '34999999', NULL, 1652941634),
(81111, '3298', '215.00', '12', '10.001', '15', '69921000', '69999999', '30000000', '34999999', NULL, 1652941635),
(81112, '3220', '430.00', '8', '10.001', '15', '69921000', '69999999', '30000000', '34999999', NULL, 1652941636),
(81113, '3298', '298.00', '12', '15.001', '20', '69921000', '69999999', '30000000', '34999999', NULL, 1652941636),
(81114, '3220', '595.00', '8', '15.001', '20', '69921000', '69999999', '30000000', '34999999', NULL, 1652941637),
(81115, '3298', '380.00', '12', '20.001', '25', '69921000', '69999999', '30000000', '34999999', NULL, 1652941640),
(81116, '3220', '760.00', '8', '20.001', '25', '69921000', '69999999', '30000000', '34999999', NULL, 1652941641),
(81117, '3298', '463.00', '12', '25.001', '30', '69921000', '69999999', '30000000', '34999999', NULL, 1652941643),
(81118, '3220', '925.00', '8', '25.001', '30', '69921000', '69999999', '30000000', '34999999', NULL, 1652941644),
(81119, '3298', '90.00', '14', '0.3', '5', '69921000', '69999999', '35000000', '39999999', NULL, 1652941644),
(81120, '3220', '183.00', '10', '0.3', '5', '69921000', '69999999', '35000000', '39999999', NULL, 1652941644),
(81121, '3298', '133.00', '14', '5.001', '10', '69921000', '69999999', '35000000', '39999999', NULL, 1652941645),
(81122, '3220', '266.00', '10', '5.001', '10', '69921000', '69999999', '35000000', '39999999', NULL, 1652941648),
(81123, '3298', '215.00', '14', '10.001', '15', '69921000', '69999999', '35000000', '39999999', NULL, 1652941651),
(81124, '3220', '430.00', '10', '10.001', '15', '69921000', '69999999', '35000000', '39999999', NULL, 1652941652),
(81125, '3298', '298.00', '14', '15.001', '20', '69921000', '69999999', '35000000', '39999999', NULL, 1652941652),
(81126, '3220', '595.00', '10', '15.001', '20', '69921000', '69999999', '35000000', '39999999', NULL, 1652941654),
(81127, '3298', '380.00', '14', '20.001', '25', '69921000', '69999999', '35000000', '39999999', NULL, 1652941655),
(81128, '3220', '760.00', '10', '20.001', '25', '69921000', '69999999', '35000000', '39999999', NULL, 1652941657),
(81129, '3298', '463.00', '14', '25.001', '30', '69921000', '69999999', '35000000', '39999999', NULL, 1652941657),
(81130, '3220', '925.00', '10', '25.001', '30', '69921000', '69999999', '35000000', '39999999', NULL, 1652941659),
(81131, '3298', '90.00', '12', '0.3', '5', '69921000', '69999999', '40000000', '41999999', NULL, 1652941660),
(81132, '3220', '183.00', '7', '0.3', '5', '69921000', '69999999', '40000000', '41999999', NULL, 1652941661),
(81133, '3298', '133.00', '12', '5.001', '10', '69921000', '69999999', '40000000', '41999999', NULL, 1652941662),
(81134, '3220', '266.00', '7', '5.001', '10', '69921000', '69999999', '40000000', '41999999', NULL, 1652941663),
(81135, '3298', '215.00', '12', '10.001', '15', '69921000', '69999999', '40000000', '41999999', NULL, 1652941665),
(81136, '3220', '430.00', '7', '10.001', '15', '69921000', '69999999', '40000000', '41999999', NULL, 1652941666),
(81137, '3298', '298.00', '12', '15.001', '20', '69921000', '69999999', '40000000', '41999999', NULL, 1652941667),
(81138, '3220', '595.00', '7', '15.001', '20', '69921000', '69999999', '40000000', '41999999', NULL, 1652941669),
(81139, '3298', '380.00', '12', '20.001', '25', '69921000', '69999999', '40000000', '41999999', NULL, 1652941670),
(81140, '3220', '760.00', '7', '20.001', '25', '69921000', '69999999', '40000000', '41999999', NULL, 1652941670),
(81141, '3298', '463.00', '12', '25.001', '30', '69921000', '69999999', '40000000', '41999999', NULL, 1652941671),
(81142, '3220', '925.00', '7', '25.001', '30', '69921000', '69999999', '40000000', '41999999', NULL, 1652941672),
(81143, '3298', '90.00', '12', '0.3', '5', '69921000', '69999999', '40000000', '44470999', NULL, 1652941673),
(81144, '3220', '183.00', '7', '0.3', '5', '69921000', '69999999', '40000000', '44470999', NULL, 1652941674),
(81145, '3298', '133.00', '12', '5.001', '10', '69921000', '69999999', '40000000', '44470999', NULL, 1652941675),
(81146, '3220', '266.00', '7', '5.001', '10', '69921000', '69999999', '40000000', '44470999', NULL, 1652941676),
(81147, '3298', '215.00', '12', '10.001', '15', '69921000', '69999999', '40000000', '44470999', NULL, 1652941677),
(81148, '3220', '430.00', '7', '10.001', '15', '69921000', '69999999', '40000000', '44470999', NULL, 1652941678),
(81149, '3298', '298.00', '12', '15.001', '20', '69921000', '69999999', '40000000', '44470999', NULL, 1652941679),
(81150, '3220', '595.00', '7', '15.001', '20', '69921000', '69999999', '40000000', '44470999', NULL, 1652941680),
(81151, '3298', '380.00', '12', '20.001', '25', '69921000', '69999999', '40000000', '44470999', NULL, 1652941681),
(81152, '3220', '760.00', '7', '20.001', '25', '69921000', '69999999', '40000000', '44470999', NULL, 1652941681),
(81153, '3298', '463.00', '12', '25.001', '30', '69921000', '69999999', '40000000', '44470999', NULL, 1652941684),
(81154, '3220', '925.00', '7', '25.001', '30', '69921000', '69999999', '40000000', '44470999', NULL, 1652941686),
(81155, '3298', '90.00', '14', '0.3', '5', '69921000', '69999999', '44471000', '48999999', NULL, 1652941687),
(81156, '3220', '183.00', '11', '0.3', '5', '69921000', '69999999', '44471000', '48999999', NULL, 1652941688),
(81157, '3298', '133.00', '14', '5.001', '10', '69921000', '69999999', '44471000', '48999999', NULL, 1652941688),
(81158, '3220', '266.00', '11', '5.001', '10', '69921000', '69999999', '44471000', '48999999', NULL, 1652941689),
(81159, '3298', '215.00', '14', '10.001', '15', '69921000', '69999999', '44471000', '48999999', NULL, 1652941690),
(81160, '3220', '430.00', '11', '10.001', '15', '69921000', '69999999', '44471000', '48999999', NULL, 1652941691),
(81161, '3298', '298.00', '14', '15.001', '20', '69921000', '69999999', '44471000', '48999999', NULL, 1652941692),
(81162, '3220', '595.00', '11', '15.001', '20', '69921000', '69999999', '44471000', '48999999', NULL, 1652941693),
(81163, '3298', '380.00', '14', '20.001', '25', '69921000', '69999999', '44471000', '48999999', NULL, 1652941693),
(81164, '3220', '760.00', '11', '20.001', '25', '69921000', '69999999', '44471000', '48999999', NULL, 1652941694),
(81165, '3298', '463.00', '14', '25.001', '30', '69921000', '69999999', '44471000', '48999999', NULL, 1652941695),
(81166, '3220', '925.00', '11', '25.001', '30', '69921000', '69999999', '44471000', '48999999', NULL, 1652941696),
(81167, '3298', '90.00', '15', '0.3', '5', '69921000', '69999999', '49000000', '49099999', NULL, 1652941697),
(81168, '3220', '183.00', '7', '0.3', '5', '69921000', '69999999', '49000000', '49099999', NULL, 1652941698),
(81169, '3298', '133.00', '15', '5.001', '10', '69921000', '69999999', '49000000', '49099999', NULL, 1652941699),
(81170, '3220', '266.00', '7', '5.001', '10', '69921000', '69999999', '49000000', '49099999', NULL, 1652941700),
(81171, '3298', '215.00', '15', '10.001', '15', '69921000', '69999999', '49000000', '49099999', NULL, 1652941701),
(81172, '3220', '430.00', '7', '10.001', '15', '69921000', '69999999', '49000000', '49099999', NULL, 1652941702),
(81173, '3298', '298.00', '15', '15.001', '20', '69921000', '69999999', '49000000', '49099999', NULL, 1652941703),
(81174, '3220', '595.00', '7', '15.001', '20', '69921000', '69999999', '49000000', '49099999', NULL, 1652941704),
(81175, '3298', '380.00', '15', '20.001', '25', '69921000', '69999999', '49000000', '49099999', NULL, 1652941705),
(81176, '3220', '760.00', '7', '20.001', '25', '69921000', '69999999', '49000000', '49099999', NULL, 1652941706),
(81177, '3298', '463.00', '15', '25.001', '30', '69921000', '69999999', '49000000', '49099999', NULL, 1652941707),
(81178, '3220', '925.00', '7', '25.001', '30', '69921000', '69999999', '49000000', '49099999', NULL, 1652941708),
(81179, '3298', '90.00', '17', '0.3', '5', '69921000', '69999999', '49100000', '49999999', NULL, 1652941709),
(81180, '3220', '183.00', '9', '0.3', '5', '69921000', '69999999', '49100000', '49999999', NULL, 1652941711),
(81181, '3298', '133.00', '17', '5.001', '10', '69921000', '69999999', '49100000', '49999999', NULL, 1652941712),
(81182, '3220', '266.00', '9', '5.001', '10', '69921000', '69999999', '49100000', '49999999', NULL, 1652941713),
(81183, '3298', '215.00', '17', '10.001', '15', '69921000', '69999999', '49100000', '49999999', NULL, 1652941714),
(81184, '3220', '430.00', '9', '10.001', '15', '69921000', '69999999', '49100000', '49999999', NULL, 1652941715),
(81185, '3298', '298.00', '17', '15.001', '20', '69921000', '69999999', '49100000', '49999999', NULL, 1652941716),
(81186, '3220', '595.00', '9', '15.001', '20', '69921000', '69999999', '49100000', '49999999', NULL, 1652941717),
(81187, '3298', '380.00', '17', '20.001', '25', '69921000', '69999999', '49100000', '49999999', NULL, 1652941719),
(81188, '3220', '760.00', '9', '20.001', '25', '69921000', '69999999', '49100000', '49999999', NULL, 1652941719),
(81189, '3298', '463.00', '17', '25.001', '30', '69921000', '69999999', '49100000', '49999999', NULL, 1652941720),
(81190, '3220', '925.00', '9', '25.001', '30', '69921000', '69999999', '49100000', '49999999', NULL, 1652941721),
(81191, '3298', '90.00', '14', '0.3', '5', '69921000', '69999999', '50000000', '52999999', NULL, 1652941722),
(81192, '3220', '183.00', '7', '0.3', '5', '69921000', '69999999', '50000000', '52999999', NULL, 1652941723),
(81193, '3298', '133.00', '14', '5.001', '10', '69921000', '69999999', '50000000', '52999999', NULL, 1652941726),
(81194, '3220', '266.00', '7', '5.001', '10', '69921000', '69999999', '50000000', '52999999', NULL, 1652941727),
(81195, '3298', '215.00', '14', '10.001', '15', '69921000', '69999999', '50000000', '52999999', NULL, 1652941727),
(81196, '3220', '430.00', '7', '10.001', '15', '69921000', '69999999', '50000000', '52999999', NULL, 1652941728),
(81197, '3298', '298.00', '14', '15.001', '20', '69921000', '69999999', '50000000', '52999999', NULL, 1652941730),
(81198, '3220', '595.00', '7', '15.001', '20', '69921000', '69999999', '50000000', '52999999', NULL, 1652941731),
(81199, '3298', '380.00', '14', '20.001', '25', '69921000', '69999999', '50000000', '52999999', NULL, 1652941732),
(81200, '3220', '760.00', '7', '20.001', '25', '69921000', '69999999', '50000000', '52999999', NULL, 1652941735),
(81201, '3298', '463.00', '14', '25.001', '30', '69921000', '69999999', '50000000', '52999999', NULL, 1652941736),
(81202, '3220', '925.00', '7', '25.001', '30', '69921000', '69999999', '50000000', '52999999', NULL, 1652941738),
(81203, '3298', '90.00', '14', '0.3', '5', '69921000', '69999999', '50000000', '54999999', NULL, 1652941739),
(81204, '3220', '183.00', '7', '0.3', '5', '69921000', '69999999', '50000000', '54999999', NULL, 1652941740),
(81205, '3298', '133.00', '14', '5.001', '10', '69921000', '69999999', '50000000', '54999999', NULL, 1652941741),
(81206, '3220', '266.00', '7', '5.001', '10', '69921000', '69999999', '50000000', '54999999', NULL, 1652941741),
(81207, '3298', '215.00', '14', '10.001', '15', '69921000', '69999999', '50000000', '54999999', NULL, 1652941742),
(81208, '3220', '430.00', '7', '10.001', '15', '69921000', '69999999', '50000000', '54999999', NULL, 1652941743),
(81209, '3298', '298.00', '14', '15.001', '20', '69921000', '69999999', '50000000', '54999999', NULL, 1652941744),
(81210, '3220', '595.00', '7', '15.001', '20', '69921000', '69999999', '50000000', '54999999', NULL, 1652941745),
(81211, '3298', '380.00', '14', '20.001', '25', '69921000', '69999999', '50000000', '54999999', NULL, 1652941748),
(81212, '3220', '760.00', '7', '20.001', '25', '69921000', '69999999', '50000000', '54999999', NULL, 1652941750),
(81213, '3298', '463.00', '14', '25.001', '30', '69921000', '69999999', '50000000', '54999999', NULL, 1652941752),
(81214, '3220', '925.00', '7', '25.001', '30', '69921000', '69999999', '50000000', '54999999', NULL, 1652941753),
(81215, '3298', '90.00', '18', '0.3', '5', '69921000', '69999999', '55000000', '56999999', NULL, 1652941755),
(81216, '3220', '183.00', '11', '0.3', '5', '69921000', '69999999', '55000000', '56999999', NULL, 1652941756),
(81217, '3298', '133.00', '18', '5.001', '10', '69921000', '69999999', '55000000', '56999999', NULL, 1652941757),
(81218, '3220', '266.00', '11', '5.001', '10', '69921000', '69999999', '55000000', '56999999', NULL, 1652941760),
(81219, '3298', '215.00', '18', '10.001', '15', '69921000', '69999999', '55000000', '56999999', NULL, 1652941761),
(81220, '3220', '430.00', '11', '10.001', '15', '69921000', '69999999', '55000000', '56999999', NULL, 1652941762),
(81221, '3298', '298.00', '18', '15.001', '20', '69921000', '69999999', '55000000', '56999999', NULL, 1652941768),
(81222, '3220', '595.00', '11', '15.001', '20', '69921000', '69999999', '55000000', '56999999', NULL, 1652941770),
(81223, '3298', '380.00', '18', '20.001', '25', '69921000', '69999999', '55000000', '56999999', NULL, 1652941771),
(81224, '3220', '760.00', '11', '20.001', '25', '69921000', '69999999', '55000000', '56999999', NULL, 1652941774),
(81225, '3298', '463.00', '18', '25.001', '30', '69921000', '69999999', '55000000', '56999999', NULL, 1652941775),
(81226, '3220', '925.00', '11', '25.001', '30', '69921000', '69999999', '55000000', '56999999', NULL, 1652941778),
(81227, '3298', '90.00', '14', '0.3', '5', '69921000', '69999999', '57000000', '57099999', NULL, 1652941780),
(81228, '3220', '183.00', '10', '0.3', '5', '69921000', '69999999', '57000000', '57099999', NULL, 1652941786),
(81229, '3298', '133.00', '14', '5.001', '10', '69921000', '69999999', '57000000', '57099999', NULL, 1652941787),
(81230, '3220', '266.00', '10', '5.001', '10', '69921000', '69999999', '57000000', '57099999', NULL, 1652941791),
(81231, '3298', '215.00', '14', '10.001', '15', '69921000', '69999999', '57000000', '57099999', NULL, 1652941795),
(81232, '3220', '430.00', '10', '10.001', '15', '69921000', '69999999', '57000000', '57099999', NULL, 1652941799),
(81233, '3298', '298.00', '14', '15.001', '20', '69921000', '69999999', '57000000', '57099999', NULL, 1652941804),
(81234, '3220', '595.00', '10', '15.001', '20', '69921000', '69999999', '57000000', '57099999', NULL, 1652941807),
(81235, '3298', '380.00', '14', '20.001', '25', '69921000', '69999999', '57000000', '57099999', NULL, 1652941808),
(81236, '3220', '760.00', '10', '20.001', '25', '69921000', '69999999', '57000000', '57099999', NULL, 1652941810),
(81237, '3298', '463.00', '14', '25.001', '30', '69921000', '69999999', '57000000', '57099999', NULL, 1652941812),
(81238, '3220', '925.00', '10', '25.001', '30', '69921000', '69999999', '57000000', '57099999', NULL, 1652941813),
(81239, '3298', '90.00', '16', '0.3', '5', '69921000', '69999999', '57100000', '57999999', NULL, 1652941815),
(81240, '3220', '183.00', '12', '0.3', '5', '69921000', '69999999', '57100000', '57999999', NULL, 1652941817),
(81241, '3298', '133.00', '16', '5.001', '10', '69921000', '69999999', '57100000', '57999999', NULL, 1652941819),
(81242, '3220', '266.00', '12', '5.001', '10', '69921000', '69999999', '57100000', '57999999', NULL, 1652941820),
(81243, '3298', '215.00', '16', '10.001', '15', '69921000', '69999999', '57100000', '57999999', NULL, 1652941821),
(81244, '3220', '430.00', '12', '10.001', '15', '69921000', '69999999', '57100000', '57999999', NULL, 1652941822),
(81245, '3298', '298.00', '16', '15.001', '20', '69921000', '69999999', '57100000', '57999999', NULL, 1652941824),
(81246, '3220', '595.00', '12', '15.001', '20', '69921000', '69999999', '57100000', '57999999', NULL, 1652941824),
(81247, '3298', '380.00', '16', '20.001', '25', '69921000', '69999999', '57100000', '57999999', NULL, 1652941825),
(81248, '3220', '760.00', '12', '20.001', '25', '69921000', '69999999', '57100000', '57999999', NULL, 1652941826),
(81249, '3298', '463.00', '16', '25.001', '30', '69921000', '69999999', '57100000', '57999999', NULL, 1652941826),
(81250, '3220', '925.00', '12', '25.001', '30', '69921000', '69999999', '57100000', '57999999', NULL, 1652941828),
(81251, '3298', '90.00', '14', '0.3', '5', '69921000', '69999999', '58000000', '58099999', NULL, 1652941829),
(81252, '3220', '183.00', '7', '0.3', '5', '69921000', '69999999', '58000000', '58099999', NULL, 1652941831),
(81253, '3298', '133.00', '14', '5.001', '10', '69921000', '69999999', '58000000', '58099999', NULL, 1652941832),
(81254, '3220', '266.00', '7', '5.001', '10', '69921000', '69999999', '58000000', '58099999', NULL, 1652941833),
(81255, '3298', '215.00', '14', '10.001', '15', '69921000', '69999999', '58000000', '58099999', NULL, 1652941834),
(81256, '3220', '430.00', '7', '10.001', '15', '69921000', '69999999', '58000000', '58099999', NULL, 1652941834),
(81257, '3298', '298.00', '14', '15.001', '20', '69921000', '69999999', '58000000', '58099999', NULL, 1652941835),
(81258, '3220', '595.00', '7', '15.001', '20', '69921000', '69999999', '58000000', '58099999', NULL, 1652941837),
(81259, '3298', '380.00', '14', '20.001', '25', '69921000', '69999999', '58000000', '58099999', NULL, 1652941838),
(81260, '3220', '760.00', '7', '20.001', '25', '69921000', '69999999', '58000000', '58099999', NULL, 1652941839),
(81261, '3298', '463.00', '14', '25.001', '30', '69921000', '69999999', '58000000', '58099999', NULL, 1652941841),
(81262, '3220', '925.00', '7', '25.001', '30', '69921000', '69999999', '58000000', '58099999', NULL, 1652941843),
(81263, '3298', '90.00', '19', '0.3', '5', '69921000', '69999999', '58100000', '58999999', NULL, 1652941845),
(81264, '3220', '183.00', '12', '0.3', '5', '69921000', '69999999', '58100000', '58999999', NULL, 1652941848),
(81265, '3298', '133.00', '19', '5.001', '10', '69921000', '69999999', '58100000', '58999999', NULL, 1652941849),
(81266, '3220', '266.00', '12', '5.001', '10', '69921000', '69999999', '58100000', '58999999', NULL, 1652941849),
(81267, '3298', '215.00', '19', '10.001', '15', '69921000', '69999999', '58100000', '58999999', NULL, 1652941850),
(81268, '3220', '430.00', '12', '10.001', '15', '69921000', '69999999', '58100000', '58999999', NULL, 1652941854),
(81269, '3298', '298.00', '19', '15.001', '20', '69921000', '69999999', '58100000', '58999999', NULL, 1652941855),
(81270, '3220', '595.00', '12', '15.001', '20', '69921000', '69999999', '58100000', '58999999', NULL, 1652941856),
(81271, '3298', '380.00', '19', '20.001', '25', '69921000', '69999999', '58100000', '58999999', NULL, 1652941859),
(81272, '3220', '760.00', '12', '20.001', '25', '69921000', '69999999', '58100000', '58999999', NULL, 1652941860),
(81273, '3298', '463.00', '19', '25.001', '30', '69921000', '69999999', '58100000', '58999999', NULL, 1652941861),
(81274, '3220', '925.00', '12', '25.001', '30', '69921000', '69999999', '58100000', '58999999', NULL, 1652941862),
(81275, '3298', '90.00', '15', '0.3', '5', '69921000', '69999999', '59000000', '59099999', NULL, 1652941863),
(81276, '3220', '183.00', '10', '0.3', '5', '69921000', '69999999', '59000000', '59099999', NULL, 1652941867),
(81277, '3298', '133.00', '15', '5.001', '10', '69921000', '69999999', '59000000', '59099999', NULL, 1652941869),
(81278, '3220', '266.00', '10', '5.001', '10', '69921000', '69999999', '59000000', '59099999', NULL, 1652941870),
(81279, '3298', '215.00', '15', '10.001', '15', '69921000', '69999999', '59000000', '59099999', NULL, 1652941871),
(81280, '3220', '430.00', '10', '10.001', '15', '69921000', '69999999', '59000000', '59099999', NULL, 1652941872),
(81281, '3298', '298.00', '15', '15.001', '20', '69921000', '69999999', '59000000', '59099999', NULL, 1652941874),
(81282, '3220', '595.00', '10', '15.001', '20', '69921000', '69999999', '59000000', '59099999', NULL, 1652941875),
(81283, '3298', '380.00', '15', '20.001', '25', '69921000', '69999999', '59000000', '59099999', NULL, 1652941877),
(81284, '3220', '760.00', '10', '20.001', '25', '69921000', '69999999', '59000000', '59099999', NULL, 1652941879),
(81285, '3298', '463.00', '15', '25.001', '30', '69921000', '69999999', '59000000', '59099999', NULL, 1652941880),
(81286, '3220', '925.00', '10', '25.001', '30', '69921000', '69999999', '59000000', '59099999', NULL, 1652941882),
(81287, '3298', '90.00', '15', '0.3', '5', '69921000', '69999999', '59100000', '59999999', NULL, 1652941883),
(81288, '3220', '183.00', '10', '0.3', '5', '69921000', '69999999', '59100000', '59999999', NULL, 1652941884),
(81289, '3298', '133.00', '15', '5.001', '10', '69921000', '69999999', '59100000', '59999999', NULL, 1652941886),
(81290, '3220', '266.00', '10', '5.001', '10', '69921000', '69999999', '59100000', '59999999', NULL, 1652941889),
(81291, '3298', '215.00', '15', '10.001', '15', '69921000', '69999999', '59100000', '59999999', NULL, 1652941891),
(81292, '3220', '430.00', '10', '10.001', '15', '69921000', '69999999', '59100000', '59999999', NULL, 1652941893),
(81293, '3298', '298.00', '15', '15.001', '20', '69921000', '69999999', '59100000', '59999999', NULL, 1652941893),
(81294, '3220', '595.00', '10', '15.001', '20', '69921000', '69999999', '59100000', '59999999', NULL, 1652941895),
(81295, '3298', '380.00', '15', '20.001', '25', '69921000', '69999999', '59100000', '59999999', NULL, 1652941896),
(81296, '3220', '760.00', '10', '20.001', '25', '69921000', '69999999', '59100000', '59999999', NULL, 1652941897),
(81297, '3298', '463.00', '15', '25.001', '30', '69921000', '69999999', '59100000', '59999999', NULL, 1652941898),
(81298, '3220', '925.00', '10', '25.001', '30', '69921000', '69999999', '59100000', '59999999', NULL, 1652941901),
(81299, '3298', '90.00', '14', '0.3', '5', '69921000', '69999999', '60000000', '60999999', NULL, 1652941904),
(81300, '3220', '183.00', '10', '0.3', '5', '69921000', '69999999', '60000000', '60999999', NULL, 1652941906),
(81301, '3298', '133.00', '14', '5.001', '10', '69921000', '69999999', '60000000', '60999999', NULL, 1652941909),
(81302, '3220', '266.00', '10', '5.001', '10', '69921000', '69999999', '60000000', '60999999', NULL, 1652941913),
(81303, '3298', '215.00', '14', '10.001', '15', '69921000', '69999999', '60000000', '60999999', NULL, 1652941914),
(81304, '3220', '430.00', '10', '10.001', '15', '69921000', '69999999', '60000000', '60999999', NULL, 1652941914),
(81305, '3298', '298.00', '14', '15.001', '20', '69921000', '69999999', '60000000', '60999999', NULL, 1652941916),
(81306, '3220', '595.00', '10', '15.001', '20', '69921000', '69999999', '60000000', '60999999', NULL, 1652941917),
(81307, '3298', '380.00', '14', '20.001', '25', '69921000', '69999999', '60000000', '60999999', NULL, 1652941918),
(81308, '3220', '760.00', '10', '20.001', '25', '69921000', '69999999', '60000000', '60999999', NULL, 1652941919),
(81309, '3298', '463.00', '14', '25.001', '30', '69921000', '69999999', '60000000', '60999999', NULL, 1652941922),
(81310, '3220', '925.00', '10', '25.001', '30', '69921000', '69999999', '60000000', '60999999', NULL, 1652941923),
(81311, '3298', '90.00', '14', '0.3', '5', '69921000', '69999999', '60000000', '61900999', NULL, 1652941924),
(81312, '3220', '183.00', '10', '0.3', '5', '69921000', '69999999', '60000000', '61900999', NULL, 1652941925),
(81313, '3298', '133.00', '14', '5.001', '10', '69921000', '69999999', '60000000', '61900999', NULL, 1652941926),
(81314, '3220', '266.00', '10', '5.001', '10', '69921000', '69999999', '60000000', '61900999', NULL, 1652941927),
(81315, '3298', '215.00', '14', '10.001', '15', '69921000', '69999999', '60000000', '61900999', NULL, 1652941928),
(81316, '3220', '430.00', '10', '10.001', '15', '69921000', '69999999', '60000000', '61900999', NULL, 1652941929),
(81317, '3298', '298.00', '14', '15.001', '20', '69921000', '69999999', '60000000', '61900999', NULL, 1652941930),
(81318, '3220', '595.00', '10', '15.001', '20', '69921000', '69999999', '60000000', '61900999', NULL, 1652941931),
(81319, '3298', '380.00', '14', '20.001', '25', '69921000', '69999999', '60000000', '61900999', NULL, 1652941932),
(81320, '3220', '760.00', '10', '20.001', '25', '69921000', '69999999', '60000000', '61900999', NULL, 1652941933),
(81321, '3298', '463.00', '14', '25.001', '30', '69921000', '69999999', '60000000', '61900999', NULL, 1652941934),
(81322, '3220', '925.00', '10', '25.001', '30', '69921000', '69999999', '60000000', '61900999', NULL, 1652941935),
(81323, '3298', '90.00', '18', '0.3', '5', '69921000', '69999999', '61901000', '63999999', NULL, 1652941935),
(81324, '3220', '183.00', '14', '0.3', '5', '69921000', '69999999', '61901000', '63999999', NULL, 1652941936),
(81325, '3298', '133.00', '18', '5.001', '10', '69921000', '69999999', '61901000', '63999999', NULL, 1652941936),
(81326, '3220', '266.00', '14', '5.001', '10', '69921000', '69999999', '61901000', '63999999', NULL, 1652941938),
(81327, '3298', '215.00', '18', '10.001', '15', '69921000', '69999999', '61901000', '63999999', NULL, 1652941939),
(81328, '3220', '430.00', '14', '10.001', '15', '69921000', '69999999', '61901000', '63999999', NULL, 1652941942),
(81329, '3298', '298.00', '18', '15.001', '20', '69921000', '69999999', '61901000', '63999999', NULL, 1652941944),
(81330, '3220', '595.00', '14', '15.001', '20', '69921000', '69999999', '61901000', '63999999', NULL, 1652941945),
(81331, '3298', '380.00', '18', '20.001', '25', '69921000', '69999999', '61901000', '63999999', NULL, 1652941946),
(81332, '3220', '760.00', '14', '20.001', '25', '69921000', '69999999', '61901000', '63999999', NULL, 1652941947),
(81333, '3298', '463.00', '18', '25.001', '30', '69921000', '69999999', '61901000', '63999999', NULL, 1652941951),
(81334, '3220', '925.00', '14', '25.001', '30', '69921000', '69999999', '61901000', '63999999', NULL, 1652941952),
(81335, '3298', '90.00', '14', '0.3', '5', '69921000', '69999999', '64000000', '64099999', NULL, 1652941952),
(81336, '3220', '183.00', '11', '0.3', '5', '69921000', '69999999', '64000000', '64099999', NULL, 1652941953),
(81337, '3298', '133.00', '14', '5.001', '10', '69921000', '69999999', '64000000', '64099999', NULL, 1652941954),
(81338, '3220', '266.00', '11', '5.001', '10', '69921000', '69999999', '64000000', '64099999', NULL, 1652941955),
(81339, '3298', '215.00', '14', '10.001', '15', '69921000', '69999999', '64000000', '64099999', NULL, 1652941956),
(81340, '3220', '430.00', '11', '10.001', '15', '69921000', '69999999', '64000000', '64099999', NULL, 1652941958),
(81341, '3298', '298.00', '14', '15.001', '20', '69921000', '69999999', '64000000', '64099999', NULL, 1652941960),
(81342, '3220', '595.00', '11', '15.001', '20', '69921000', '69999999', '64000000', '64099999', NULL, 1652941961),
(81343, '3298', '380.00', '14', '20.001', '25', '69921000', '69999999', '64000000', '64099999', NULL, 1652941962),
(81344, '3220', '760.00', '11', '20.001', '25', '69921000', '69999999', '64000000', '64099999', NULL, 1652941962),
(81345, '3298', '463.00', '14', '25.001', '30', '69921000', '69999999', '64000000', '64099999', NULL, 1652941963),
(81346, '3220', '925.00', '11', '25.001', '30', '69921000', '69999999', '64000000', '64099999', NULL, 1652941965),
(81347, '3298', '90.00', '17', '0.3', '5', '69921000', '69999999', '64100000', '64999999', NULL, 1652941965),
(81348, '3220', '183.00', '14', '0.3', '5', '69921000', '69999999', '64100000', '64999999', NULL, 1652941967),
(81349, '3298', '133.00', '17', '5.001', '10', '69921000', '69999999', '64100000', '64999999', NULL, 1652941968),
(81350, '3220', '266.00', '14', '5.001', '10', '69921000', '69999999', '64100000', '64999999', NULL, 1652941971),
(81351, '3298', '215.00', '17', '10.001', '15', '69921000', '69999999', '64100000', '64999999', NULL, 1652941972),
(81352, '3220', '430.00', '14', '10.001', '15', '69921000', '69999999', '64100000', '64999999', NULL, 1652941973),
(81353, '3298', '298.00', '17', '15.001', '20', '69921000', '69999999', '64100000', '64999999', NULL, 1652941974),
(81354, '3220', '595.00', '14', '15.001', '20', '69921000', '69999999', '64100000', '64999999', NULL, 1652941977),
(81355, '3298', '380.00', '17', '20.001', '25', '69921000', '69999999', '64100000', '64999999', NULL, 1652941978),
(81356, '3220', '760.00', '14', '20.001', '25', '69921000', '69999999', '64100000', '64999999', NULL, 1652941979),
(81357, '3298', '463.00', '17', '25.001', '30', '69921000', '69999999', '64100000', '64999999', NULL, 1652941980),
(81358, '3220', '925.00', '14', '25.001', '30', '69921000', '69999999', '64100000', '64999999', NULL, 1652941981),
(81359, '3298', '90.00', '15', '0.3', '5', '69921000', '69999999', '65000000', '65099999', NULL, 1652941982),
(81360, '3220', '183.00', '13', '0.3', '5', '69921000', '69999999', '65000000', '65099999', NULL, 1652941983),
(81361, '3298', '133.00', '15', '5.001', '10', '69921000', '69999999', '65000000', '65099999', NULL, 1652941984),
(81362, '3220', '266.00', '13', '5.001', '10', '69921000', '69999999', '65000000', '65099999', NULL, 1652941985),
(81363, '3298', '215.00', '15', '10.001', '15', '69921000', '69999999', '65000000', '65099999', NULL, 1652941987),
(81364, '3220', '430.00', '13', '10.001', '15', '69921000', '69999999', '65000000', '65099999', NULL, 1652941988),
(81365, '3298', '298.00', '15', '15.001', '20', '69921000', '69999999', '65000000', '65099999', NULL, 1652941989),
(81366, '3220', '595.00', '13', '15.001', '20', '69921000', '69999999', '65000000', '65099999', NULL, 1652941990),
(81367, '3298', '380.00', '15', '20.001', '25', '69921000', '69999999', '65000000', '65099999', NULL, 1652941992),
(81368, '3220', '760.00', '13', '20.001', '25', '69921000', '69999999', '65000000', '65099999', NULL, 1652941996),
(81369, '3298', '463.00', '15', '25.001', '30', '69921000', '69999999', '65000000', '65099999', NULL, 1652941997),
(81370, '3220', '925.00', '13', '25.001', '30', '69921000', '69999999', '65000000', '65099999', NULL, 1652941998),
(81371, '3298', '90.00', '19', '0.3', '5', '69921000', '69999999', '65100000', '65999999', NULL, 1652941998),
(81372, '3220', '183.00', '17', '0.3', '5', '69921000', '69999999', '65100000', '65999999', NULL, 1652941999),
(81373, '3298', '133.00', '19', '5.001', '10', '69921000', '69999999', '65100000', '65999999', NULL, 1652942000),
(81374, '3220', '266.00', '17', '5.001', '10', '69921000', '69999999', '65100000', '65999999', NULL, 1652942001),
(81375, '3298', '215.00', '19', '10.001', '15', '69921000', '69999999', '65100000', '65999999', NULL, 1652942002),
(81376, '3220', '430.00', '17', '10.001', '15', '69921000', '69999999', '65100000', '65999999', NULL, 1652942003),
(81377, '3298', '298.00', '19', '15.001', '20', '69921000', '69999999', '65100000', '65999999', NULL, 1652942004),
(81378, '3220', '595.00', '17', '15.001', '20', '69921000', '69999999', '65100000', '65999999', NULL, 1652942005),
(81379, '3298', '380.00', '19', '20.001', '25', '69921000', '69999999', '65100000', '65999999', NULL, 1652942006),
(81380, '3220', '760.00', '17', '20.001', '25', '69921000', '69999999', '65100000', '65999999', NULL, 1652942006),
(81381, '3298', '463.00', '19', '25.001', '30', '69921000', '69999999', '65100000', '65999999', NULL, 1652942007),
(81382, '3220', '925.00', '17', '25.001', '30', '69921000', '69999999', '65100000', '65999999', NULL, 1652942008),
(81383, '3298', '90.00', '13', '0.3', '5', '69921000', '69999999', '66000000', '66999999', NULL, 1652942009),
(81384, '3220', '183.00', '11', '0.3', '5', '69921000', '69999999', '66000000', '66999999', NULL, 1652942010),
(81385, '3298', '133.00', '13', '5.001', '10', '69921000', '69999999', '66000000', '66999999', NULL, 1652942011),
(81386, '3220', '266.00', '11', '5.001', '10', '69921000', '69999999', '66000000', '66999999', NULL, 1652942012),
(81387, '3298', '215.00', '13', '10.001', '15', '69921000', '69999999', '66000000', '66999999', NULL, 1652942015),
(81388, '3220', '430.00', '11', '10.001', '15', '69921000', '69999999', '66000000', '66999999', NULL, 1652942016),
(81389, '3298', '298.00', '13', '15.001', '20', '69921000', '69999999', '66000000', '66999999', NULL, 1652942017),
(81390, '3220', '595.00', '11', '15.001', '20', '69921000', '69999999', '66000000', '66999999', NULL, 1652942018),
(81391, '3298', '380.00', '13', '20.001', '25', '69921000', '69999999', '66000000', '66999999', NULL, 1652942019),
(81392, '3220', '760.00', '11', '20.001', '25', '69921000', '69999999', '66000000', '66999999', NULL, 1652942021),
(81393, '3298', '463.00', '13', '25.001', '30', '69921000', '69999999', '66000000', '66999999', NULL, 1652942025),
(81394, '3220', '925.00', '11', '25.001', '30', '69921000', '69999999', '66000000', '66999999', NULL, 1652942030),
(81395, '3298', '90.00', '13', '0.3', '5', '69921000', '69999999', '66000000', '67999999', NULL, 1652942031),
(81396, '3220', '183.00', '11', '0.3', '5', '69921000', '69999999', '66000000', '67999999', NULL, 1652942036),
(81397, '3298', '133.00', '13', '5.001', '10', '69921000', '69999999', '66000000', '67999999', NULL, 1652942037),
(81398, '3220', '266.00', '11', '5.001', '10', '69921000', '69999999', '66000000', '67999999', NULL, 1652942040),
(81399, '3298', '215.00', '13', '10.001', '15', '69921000', '69999999', '66000000', '67999999', NULL, 1652942043),
(81400, '3220', '430.00', '11', '10.001', '15', '69921000', '69999999', '66000000', '67999999', NULL, 1652942045),
(81401, '3298', '298.00', '13', '15.001', '20', '69921000', '69999999', '66000000', '67999999', NULL, 1652942046),
(81402, '3220', '595.00', '11', '15.001', '20', '69921000', '69999999', '66000000', '67999999', NULL, 1652942053),
(81403, '3298', '380.00', '13', '20.001', '25', '69921000', '69999999', '66000000', '67999999', NULL, 1652942055),
(81404, '3220', '760.00', '11', '20.001', '25', '69921000', '69999999', '66000000', '67999999', NULL, 1652942056),
(81405, '3298', '463.00', '13', '25.001', '30', '69921000', '69999999', '66000000', '67999999', NULL, 1652942061),
(81406, '3220', '925.00', '11', '25.001', '30', '69921000', '69999999', '66000000', '67999999', NULL, 1652942062),
(81407, '3298', '90.00', '16', '0.3', '5', '69921000', '69999999', '68000000', '68899999', NULL, 1652942063),
(81408, '3220', '183.00', '14', '0.3', '5', '69921000', '69999999', '68000000', '68899999', NULL, 1652942069),
(81409, '3298', '133.00', '16', '5.001', '10', '69921000', '69999999', '68000000', '68899999', NULL, 1652942070),
(81410, '3220', '266.00', '14', '5.001', '10', '69921000', '69999999', '68000000', '68899999', NULL, 1652942073),
(81411, '3298', '215.00', '16', '10.001', '15', '69921000', '69999999', '68000000', '68899999', NULL, 1652942074),
(81412, '3220', '430.00', '14', '10.001', '15', '69921000', '69999999', '68000000', '68899999', NULL, 1652942080),
(81413, '3298', '298.00', '16', '15.001', '20', '69921000', '69999999', '68000000', '68899999', NULL, 1652942085),
(81414, '3220', '595.00', '14', '15.001', '20', '69921000', '69999999', '68000000', '68899999', NULL, 1652942090),
(81415, '3298', '380.00', '16', '20.001', '25', '69921000', '69999999', '68000000', '68899999', NULL, 1652942091),
(81416, '3220', '760.00', '14', '20.001', '25', '69921000', '69999999', '68000000', '68899999', NULL, 1652942091),
(81417, '3298', '463.00', '16', '25.001', '30', '69921000', '69999999', '68000000', '68899999', NULL, 1652942092),
(81418, '3220', '925.00', '14', '25.001', '30', '69921000', '69999999', '68000000', '68899999', NULL, 1652942097),
(81419, '3298', '90.00', '25', '0.3', '5', '69921000', '69999999', '68900000', '68914999', NULL, 1652942098),
(81420, '3220', '183.00', '19', '0.3', '5', '69921000', '69999999', '68900000', '68914999', NULL, 1652942104),
(81421, '3298', '133.00', '25', '5.001', '10', '69921000', '69999999', '68900000', '68914999', NULL, 1652942106),
(81422, '3220', '266.00', '19', '5.001', '10', '69921000', '69999999', '68900000', '68914999', NULL, 1652942108),
(81423, '3298', '215.00', '25', '10.001', '15', '69921000', '69999999', '68900000', '68914999', NULL, 1652942112),
(81424, '3220', '430.00', '19', '10.001', '15', '69921000', '69999999', '68900000', '68914999', NULL, 1652942113),
(81425, '3298', '298.00', '25', '15.001', '20', '69921000', '69999999', '68900000', '68914999', NULL, 1652942114),
(81426, '3220', '595.00', '19', '15.001', '20', '69921000', '69999999', '68900000', '68914999', NULL, 1652942115),
(81427, '3298', '380.00', '25', '20.001', '25', '69921000', '69999999', '68900000', '68914999', NULL, 1652942117),
(81428, '3220', '760.00', '19', '20.001', '25', '69921000', '69999999', '68900000', '68914999', NULL, 1652942118),
(81429, '3298', '463.00', '25', '25.001', '30', '69921000', '69999999', '68900000', '68914999', NULL, 1652942122),
(81430, '3220', '925.00', '19', '25.001', '30', '69921000', '69999999', '68900000', '68914999', NULL, 1652942123),
(81431, '3298', '90.00', '26', '0.3', '5', '69921000', '69999999', '68915000', '68999999', NULL, 1652942124),
(81432, '3220', '183.00', '19', '0.3', '5', '69921000', '69999999', '68915000', '68999999', NULL, 1652942125),
(81433, '3298', '133.00', '26', '5.001', '10', '69921000', '69999999', '68915000', '68999999', NULL, 1652942129),
(81434, '3220', '266.00', '19', '5.001', '10', '69921000', '69999999', '68915000', '68999999', NULL, 1652942131),
(81435, '3298', '215.00', '26', '10.001', '15', '69921000', '69999999', '68915000', '68999999', NULL, 1652942132),
(81436, '3220', '430.00', '19', '10.001', '15', '69921000', '69999999', '68915000', '68999999', NULL, 1652942133),
(81437, '3298', '298.00', '26', '15.001', '20', '69921000', '69999999', '68915000', '68999999', NULL, 1652942133),
(81438, '3220', '595.00', '19', '15.001', '20', '69921000', '69999999', '68915000', '68999999', NULL, 1652942135),
(81439, '3298', '380.00', '26', '20.001', '25', '69921000', '69999999', '68915000', '68999999', NULL, 1652942136),
(81440, '3220', '760.00', '19', '20.001', '25', '69921000', '69999999', '68915000', '68999999', NULL, 1652942136),
(81441, '3298', '463.00', '26', '25.001', '30', '69921000', '69999999', '68915000', '68999999', NULL, 1652942138),
(81442, '3220', '925.00', '19', '25.001', '30', '69921000', '69999999', '68915000', '68999999', NULL, 1652942139),
(81443, '3298', '70.00', '26', '0.3', '5', '69921000', '69999999', '69000000', '69099999', NULL, 1652942140),
(81444, '3220', '157.00', '9', '0.3', '5', '69921000', '69999999', '69000000', '69099999', NULL, 1652942144),
(81445, '3298', '106.00', '26', '5.001', '10', '69921000', '69999999', '69000000', '69099999', NULL, 1652942148),
(81446, '3220', '226.00', '9', '5.001', '10', '69921000', '69999999', '69000000', '69099999', NULL, 1652942149),
(81447, '3298', '172.00', '26', '10.001', '15', '69921000', '69999999', '69000000', '69099999', NULL, 1652942152),
(81448, '3220', '367.00', '9', '10.001', '15', '69921000', '69999999', '69000000', '69099999', NULL, 1652942153),
(81449, '3298', '239.00', '26', '15.001', '20', '69921000', '69999999', '69000000', '69099999', NULL, 1652942154),
(81450, '3220', '508.00', '9', '15.001', '20', '69921000', '69999999', '69000000', '69099999', NULL, 1652942154),
(81451, '3298', '305.00', '26', '20.001', '25', '69921000', '69999999', '69000000', '69099999', NULL, 1652942155),
(81452, '3220', '649.00', '9', '20.001', '25', '69921000', '69999999', '69000000', '69099999', NULL, 1652942156),
(81453, '3298', '371.00', '26', '25.001', '30', '69921000', '69999999', '69000000', '69099999', NULL, 1652942156),
(81454, '3220', '789.00', '9', '25.001', '30', '69921000', '69999999', '69000000', '69099999', NULL, 1652942157),
(81455, '3298', '70.00', '33', '0.3', '5', '69921000', '69999999', '69100000', '69299999', NULL, 1652942158),
(81456, '3220', '157.00', '13', '0.3', '5', '69921000', '69999999', '69100000', '69299999', NULL, 1652942160),
(81457, '3298', '106.00', '33', '5.001', '10', '69921000', '69999999', '69100000', '69299999', NULL, 1652942161),
(81458, '3220', '226.00', '13', '5.001', '10', '69921000', '69999999', '69100000', '69299999', NULL, 1652942164),
(81459, '3298', '172.00', '33', '10.001', '15', '69921000', '69999999', '69100000', '69299999', NULL, 1652942165),
(81460, '3220', '367.00', '13', '10.001', '15', '69921000', '69999999', '69100000', '69299999', NULL, 1652942166),
(81461, '3298', '239.00', '33', '15.001', '20', '69921000', '69999999', '69100000', '69299999', NULL, 1652942168),
(81462, '3220', '508.00', '13', '15.001', '20', '69921000', '69999999', '69100000', '69299999', NULL, 1652942171),
(81463, '3298', '305.00', '33', '20.001', '25', '69921000', '69999999', '69100000', '69299999', NULL, 1652942172),
(81464, '3220', '649.00', '13', '20.001', '25', '69921000', '69999999', '69100000', '69299999', NULL, 1652942174),
(81465, '3298', '371.00', '33', '25.001', '30', '69921000', '69999999', '69100000', '69299999', NULL, 1652942175),
(81466, '3220', '789.00', '13', '25.001', '30', '69921000', '69999999', '69100000', '69299999', NULL, 1652942176),
(81467, '3298', '90.00', '29', '0.3', '5', '69921000', '69999999', '69300000', '69339999', NULL, 1652942177),
(81468, '3220', '183.00', '13', '0.3', '5', '69921000', '69999999', '69300000', '69339999', NULL, 1652942177),
(81469, '3298', '133.00', '29', '5.001', '10', '69921000', '69999999', '69300000', '69339999', NULL, 1652942183),
(81470, '3220', '266.00', '13', '5.001', '10', '69921000', '69999999', '69300000', '69339999', NULL, 1652942184),
(81471, '3298', '215.00', '29', '10.001', '15', '69921000', '69999999', '69300000', '69339999', NULL, 1652942185),
(81472, '3220', '430.00', '13', '10.001', '15', '69921000', '69999999', '69300000', '69339999', NULL, 1652942186),
(81473, '3298', '298.00', '29', '15.001', '20', '69921000', '69999999', '69300000', '69339999', NULL, 1652942186),
(81474, '3220', '595.00', '13', '15.001', '20', '69921000', '69999999', '69300000', '69339999', NULL, 1652942188),
(81475, '3298', '380.00', '29', '20.001', '25', '69921000', '69999999', '69300000', '69339999', NULL, 1652942189),
(81476, '3220', '760.00', '13', '20.001', '25', '69921000', '69999999', '69300000', '69339999', NULL, 1652942190),
(81477, '3298', '463.00', '29', '25.001', '30', '69921000', '69999999', '69300000', '69339999', NULL, 1652942191),
(81478, '3220', '925.00', '13', '25.001', '30', '69921000', '69999999', '69300000', '69339999', NULL, 1652942193),
(81479, '3298', '90.00', '33', '0.3', '5', '69921000', '69999999', '69340000', '69389999', NULL, 1652942193),
(81480, '3220', '183.00', '16', '0.3', '5', '69921000', '69999999', '69340000', '69389999', NULL, 1652942196),
(81481, '3298', '133.00', '33', '5.001', '10', '69921000', '69999999', '69340000', '69389999', NULL, 1652942196),
(81482, '3220', '266.00', '16', '5.001', '10', '69921000', '69999999', '69340000', '69389999', NULL, 1652942197),
(81483, '3298', '215.00', '33', '10.001', '15', '69921000', '69999999', '69340000', '69389999', NULL, 1652942198),
(81484, '3220', '430.00', '16', '10.001', '15', '69921000', '69999999', '69340000', '69389999', NULL, 1652942199),
(81485, '3298', '298.00', '33', '15.001', '20', '69921000', '69999999', '69340000', '69389999', NULL, 1652942201),
(81486, '3220', '595.00', '16', '15.001', '20', '69921000', '69999999', '69340000', '69389999', NULL, 1652942203),
(81487, '3298', '380.00', '33', '20.001', '25', '69921000', '69999999', '69340000', '69389999', NULL, 1652942203),
(81488, '3220', '760.00', '16', '20.001', '25', '69921000', '69999999', '69340000', '69389999', NULL, 1652942209),
(81489, '3298', '463.00', '33', '25.001', '30', '69921000', '69999999', '69340000', '69389999', NULL, 1652942209),
(81490, '3220', '925.00', '16', '25.001', '30', '69921000', '69999999', '69340000', '69389999', NULL, 1652942210),
(81491, '3298', '26.00', '7', '0.3', '5', '69921000', '69999999', '69900000', '69920999', NULL, 1652942211),
(81492, '3220', '34.00', '6', '0.3', '5', '69921000', '69999999', '69900000', '69920999', NULL, 1652942212),
(81493, '3298', '32.00', '7', '5.001', '10', '69921000', '69999999', '69900000', '69920999', NULL, 1652942213),
(81494, '3220', '48.00', '6', '5.001', '10', '69921000', '69999999', '69900000', '69920999', NULL, 1652942219),
(81495, '3298', '52.00', '7', '10.001', '15', '69921000', '69999999', '69900000', '69920999', NULL, 1652942220),
(81496, '3220', '79.00', '6', '10.001', '15', '69921000', '69999999', '69900000', '69920999', NULL, 1652942220),
(81497, '3298', '72.00', '7', '15.001', '20', '69921000', '69999999', '69900000', '69920999', NULL, 1652942221),
(81498, '3220', '109.00', '6', '15.001', '20', '69921000', '69999999', '69900000', '69920999', NULL, 1652942223),
(81499, '3298', '92.00', '7', '20.001', '25', '69921000', '69999999', '69900000', '69920999', NULL, 1652942224),
(81500, '3220', '139.00', '6', '20.001', '25', '69921000', '69999999', '69900000', '69920999', NULL, 1652942225),
(81501, '3298', '112.00', '7', '25.001', '30', '69921000', '69999999', '69900000', '69920999', NULL, 1652942226),
(81502, '3220', '170.00', '6', '25.001', '30', '69921000', '69999999', '69900000', '69920999', NULL, 1652942227),
(81503, '3298', '26.00', '5', '0.3', '5', '69921000', '69999999', '69921000', '69999999', NULL, 1652942228),
(81504, '3220', '22.00', '1', '0.3', '5', '69921000', '69999999', '69921000', '69999999', NULL, 1652942228),
(81505, '3298', '32.00', '5', '5.001', '10', '69921000', '69999999', '69921000', '69999999', NULL, 1652942229),
(81506, '3220', '28.00', '1', '5.001', '10', '69921000', '69999999', '69921000', '69999999', NULL, 1652942230),
(81507, '3298', '52.00', '5', '10.001', '15', '69921000', '69999999', '69921000', '69999999', NULL, 1652942231),
(81508, '3220', '45.00', '1', '10.001', '15', '69921000', '69999999', '69921000', '69999999', NULL, 1652942232),
(81509, '3298', '72.00', '5', '15.001', '20', '69921000', '69999999', '69921000', '69999999', NULL, 1652942233),
(81510, '3220', '63.00', '1', '15.001', '20', '69921000', '69999999', '69921000', '69999999', NULL, 1652942233),
(81511, '3298', '92.00', '5', '20.001', '25', '69921000', '69999999', '69921000', '69999999', NULL, 1652942234),
(81512, '3220', '80.00', '1', '20.001', '25', '69921000', '69999999', '69921000', '69999999', NULL, 1652942234),
(81513, '3298', '112.00', '5', '25.001', '30', '69921000', '69999999', '69921000', '69999999', NULL, 1652942235),
(81514, '3220', '97.00', '1', '25.001', '30', '69921000', '69999999', '69921000', '69999999', NULL, 1652942236),
(81515, '3298', '90.00', '11', '0.3', '5', '69921000', '69999999', '71000000', '73699999', NULL, 1652942237),
(81516, '3220', '183.00', '8', '0.3', '5', '69921000', '69999999', '71000000', '73699999', NULL, 1652942238),
(81517, '3298', '133.00', '11', '5.001', '10', '69921000', '69999999', '71000000', '73699999', NULL, 1652942239),
(81518, '3220', '266.00', '8', '5.001', '10', '69921000', '69999999', '71000000', '73699999', NULL, 1652942241),
(81519, '3298', '215.00', '11', '10.001', '15', '69921000', '69999999', '71000000', '73699999', NULL, 1652942241),
(81520, '3220', '430.00', '8', '10.001', '15', '69921000', '69999999', '71000000', '73699999', NULL, 1652942242),
(81521, '3298', '298.00', '11', '15.001', '20', '69921000', '69999999', '71000000', '73699999', NULL, 1652942243),
(81522, '3220', '595.00', '8', '15.001', '20', '69921000', '69999999', '71000000', '73699999', NULL, 1652942244),
(81523, '3298', '380.00', '11', '20.001', '25', '69921000', '69999999', '71000000', '73699999', NULL, 1652942245),
(81524, '3220', '760.00', '8', '20.001', '25', '69921000', '69999999', '71000000', '73699999', NULL, 1652942246),
(81525, '3298', '463.00', '11', '25.001', '30', '69921000', '69999999', '71000000', '73699999', NULL, 1652942247),
(81526, '3220', '925.00', '8', '25.001', '30', '69921000', '69999999', '71000000', '73699999', NULL, 1652942253),
(81527, '3298', '90.00', '15', '0.3', '5', '69921000', '69999999', '72800000', '73999999', NULL, 1652942254),
(81528, '3220', '183.00', '14', '0.3', '5', '69921000', '69999999', '72800000', '73999999', NULL, 1652942256),
(81529, '3298', '133.00', '15', '5.001', '10', '69921000', '69999999', '72800000', '73999999', NULL, 1652942257),
(81530, '3220', '266.00', '14', '5.001', '10', '69921000', '69999999', '72800000', '73999999', NULL, 1652942258),
(81531, '3298', '215.00', '15', '10.001', '15', '69921000', '69999999', '72800000', '73999999', NULL, 1652942259),
(81532, '3220', '430.00', '14', '10.001', '15', '69921000', '69999999', '72800000', '73999999', NULL, 1652942260),
(81533, '3298', '298.00', '15', '15.001', '20', '69921000', '69999999', '72800000', '73999999', NULL, 1652942261),
(81534, '3220', '595.00', '14', '15.001', '20', '69921000', '69999999', '72800000', '73999999', NULL, 1652942262),
(81535, '3298', '380.00', '15', '20.001', '25', '69921000', '69999999', '72800000', '73999999', NULL, 1652942263),
(81536, '3220', '760.00', '14', '20.001', '25', '69921000', '69999999', '72800000', '73999999', NULL, 1652942263),
(81537, '3298', '463.00', '15', '25.001', '30', '69921000', '69999999', '72800000', '73999999', NULL, 1652942264),
(81538, '3220', '925.00', '14', '25.001', '30', '69921000', '69999999', '72800000', '73999999', NULL, 1652942265),
(81539, '3298', '90.00', '11', '0.3', '5', '69921000', '69999999', '74000000', '74894999', NULL, 1652942266),
(81540, '3220', '183.00', '8', '0.3', '5', '69921000', '69999999', '74000000', '74894999', NULL, 1652942268),
(81541, '3298', '133.00', '11', '5.001', '10', '69921000', '69999999', '74000000', '74894999', NULL, 1652942268);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(81542, '3220', '266.00', '8', '5.001', '10', '69921000', '69999999', '74000000', '74894999', NULL, 1652942269),
(81543, '3298', '215.00', '11', '10.001', '15', '69921000', '69999999', '74000000', '74894999', NULL, 1652942270),
(81544, '3220', '430.00', '8', '10.001', '15', '69921000', '69999999', '74000000', '74894999', NULL, 1652942271),
(81545, '3298', '298.00', '11', '15.001', '20', '69921000', '69999999', '74000000', '74894999', NULL, 1652942272),
(81546, '3220', '595.00', '8', '15.001', '20', '69921000', '69999999', '74000000', '74894999', NULL, 1652942274),
(81547, '3298', '380.00', '11', '20.001', '25', '69921000', '69999999', '74000000', '74894999', NULL, 1652942275),
(81548, '3220', '760.00', '8', '20.001', '25', '69921000', '69999999', '74000000', '74894999', NULL, 1652942276),
(81549, '3298', '463.00', '11', '25.001', '30', '69921000', '69999999', '74000000', '74894999', NULL, 1652942277),
(81550, '3220', '925.00', '8', '25.001', '30', '69921000', '69999999', '74000000', '74894999', NULL, 1652942278),
(81551, '3298', '90.00', '11', '0.3', '5', '69921000', '69999999', '74895000', '76799999', NULL, 1652942279),
(81552, '3220', '183.00', '8', '0.3', '5', '69921000', '69999999', '74895000', '76799999', NULL, 1652942280),
(81553, '3298', '133.00', '11', '5.001', '10', '69921000', '69999999', '74895000', '76799999', NULL, 1652942281),
(81554, '3220', '266.00', '8', '5.001', '10', '69921000', '69999999', '74895000', '76799999', NULL, 1652942286),
(81555, '3298', '215.00', '11', '10.001', '15', '69921000', '69999999', '74895000', '76799999', NULL, 1652942287),
(81556, '3220', '430.00', '8', '10.001', '15', '69921000', '69999999', '74895000', '76799999', NULL, 1652942288),
(81557, '3298', '298.00', '11', '15.001', '20', '69921000', '69999999', '74895000', '76799999', NULL, 1652942289),
(81558, '3220', '595.00', '8', '15.001', '20', '69921000', '69999999', '74895000', '76799999', NULL, 1652942290),
(81559, '3298', '380.00', '11', '20.001', '25', '69921000', '69999999', '74895000', '76799999', NULL, 1652942294),
(81560, '3220', '760.00', '8', '20.001', '25', '69921000', '69999999', '74895000', '76799999', NULL, 1652942295),
(81561, '3298', '463.00', '11', '25.001', '30', '69921000', '69999999', '74895000', '76799999', NULL, 1652942299),
(81562, '3220', '925.00', '8', '25.001', '30', '69921000', '69999999', '74895000', '76799999', NULL, 1652942299),
(81563, '3298', '90.00', '13', '0.3', '5', '69921000', '69999999', '77000000', '77270999', NULL, 1652942300),
(81564, '3220', '183.00', '12', '0.3', '5', '69921000', '69999999', '77000000', '77270999', NULL, 1652942301),
(81565, '3298', '133.00', '13', '5.001', '10', '69921000', '69999999', '77000000', '77270999', NULL, 1652942302),
(81566, '3220', '266.00', '12', '5.001', '10', '69921000', '69999999', '77000000', '77270999', NULL, 1652942303),
(81567, '3298', '215.00', '13', '10.001', '15', '69921000', '69999999', '77000000', '77270999', NULL, 1652942307),
(81568, '3220', '430.00', '12', '10.001', '15', '69921000', '69999999', '77000000', '77270999', NULL, 1652942307),
(81569, '3298', '298.00', '13', '15.001', '20', '69921000', '69999999', '77000000', '77270999', NULL, 1652942308),
(81570, '3220', '595.00', '12', '15.001', '20', '69921000', '69999999', '77000000', '77270999', NULL, 1652942308),
(81571, '3298', '380.00', '13', '20.001', '25', '69921000', '69999999', '77000000', '77270999', NULL, 1652942309),
(81572, '3220', '760.00', '12', '20.001', '25', '69921000', '69999999', '77000000', '77270999', NULL, 1652942309),
(81573, '3298', '463.00', '13', '25.001', '30', '69921000', '69999999', '77000000', '77270999', NULL, 1652942310),
(81574, '3220', '925.00', '12', '25.001', '30', '69921000', '69999999', '77000000', '77270999', NULL, 1652942311),
(81575, '3298', '90.00', '16', '0.3', '5', '69921000', '69999999', '77300000', '77995999', NULL, 1652942312),
(81576, '3220', '183.00', '16', '0.3', '5', '69921000', '69999999', '77300000', '77995999', NULL, 1652942313),
(81577, '3298', '133.00', '16', '5.001', '10', '69921000', '69999999', '77300000', '77995999', NULL, 1652942314),
(81578, '3220', '266.00', '16', '5.001', '10', '69921000', '69999999', '77300000', '77995999', NULL, 1652942315),
(81579, '3298', '215.00', '16', '10.001', '15', '69921000', '69999999', '77300000', '77995999', NULL, 1652942316),
(81580, '3220', '430.00', '16', '10.001', '15', '69921000', '69999999', '77300000', '77995999', NULL, 1652942316),
(81581, '3298', '298.00', '16', '15.001', '20', '69921000', '69999999', '77300000', '77995999', NULL, 1652942317),
(81582, '3220', '595.00', '16', '15.001', '20', '69921000', '69999999', '77300000', '77995999', NULL, 1652942318),
(81583, '3298', '380.00', '16', '20.001', '25', '69921000', '69999999', '77300000', '77995999', NULL, 1652942319),
(81584, '3220', '760.00', '16', '20.001', '25', '69921000', '69999999', '77300000', '77995999', NULL, 1652942320),
(81585, '3298', '463.00', '16', '25.001', '30', '69921000', '69999999', '77300000', '77995999', NULL, 1652942321),
(81586, '3220', '925.00', '16', '25.001', '30', '69921000', '69999999', '77300000', '77995999', NULL, 1652942321),
(81587, '3298', '90.00', '10', '0.3', '5', '69921000', '69999999', '78000000', '78109999', NULL, 1652942322),
(81588, '3220', '183.00', '8', '0.3', '5', '69921000', '69999999', '78000000', '78109999', NULL, 1652942326),
(81589, '3298', '133.00', '10', '5.001', '10', '69921000', '69999999', '78000000', '78109999', NULL, 1652942327),
(81590, '3220', '266.00', '8', '5.001', '10', '69921000', '69999999', '78000000', '78109999', NULL, 1652942327),
(81591, '3298', '215.00', '10', '10.001', '15', '69921000', '69999999', '78000000', '78109999', NULL, 1652942328),
(81592, '3220', '430.00', '8', '10.001', '15', '69921000', '69999999', '78000000', '78109999', NULL, 1652942329),
(81593, '3298', '298.00', '10', '15.001', '20', '69921000', '69999999', '78000000', '78109999', NULL, 1652942329),
(81594, '3220', '595.00', '8', '15.001', '20', '69921000', '69999999', '78000000', '78109999', NULL, 1652942330),
(81595, '3298', '380.00', '10', '20.001', '25', '69921000', '69999999', '78000000', '78109999', NULL, 1652942331),
(81596, '3220', '760.00', '8', '20.001', '25', '69921000', '69999999', '78000000', '78109999', NULL, 1652942332),
(81597, '3298', '463.00', '10', '25.001', '30', '69921000', '69999999', '78000000', '78109999', NULL, 1652942333),
(81598, '3220', '925.00', '8', '25.001', '30', '69921000', '69999999', '78000000', '78109999', NULL, 1652942334),
(81599, '3298', '90.00', '12', '0.3', '5', '69921000', '69999999', '78110000', '78899999', NULL, 1652942336),
(81600, '3220', '183.00', '10', '0.3', '5', '69921000', '69999999', '78110000', '78899999', NULL, 1652942337),
(81601, '3298', '133.00', '12', '5.001', '10', '69921000', '69999999', '78110000', '78899999', NULL, 1652942338),
(81602, '3220', '266.00', '10', '5.001', '10', '69921000', '69999999', '78110000', '78899999', NULL, 1652942339),
(81603, '3298', '215.00', '12', '10.001', '15', '69921000', '69999999', '78110000', '78899999', NULL, 1652942339),
(81604, '3220', '430.00', '10', '10.001', '15', '69921000', '69999999', '78110000', '78899999', NULL, 1652942340),
(81605, '3298', '298.00', '12', '15.001', '20', '69921000', '69999999', '78110000', '78899999', NULL, 1652942341),
(81606, '3220', '595.00', '10', '15.001', '20', '69921000', '69999999', '78110000', '78899999', NULL, 1652942342),
(81607, '3298', '380.00', '12', '20.001', '25', '69921000', '69999999', '78110000', '78899999', NULL, 1652942343),
(81608, '3220', '760.00', '10', '20.001', '25', '69921000', '69999999', '78110000', '78899999', NULL, 1652942346),
(81609, '3298', '463.00', '12', '25.001', '30', '69921000', '69999999', '78110000', '78899999', NULL, 1652942347),
(81610, '3220', '925.00', '10', '25.001', '30', '69921000', '69999999', '78110000', '78899999', NULL, 1652942347),
(81611, '3298', '44.00', '11', '0.3', '5', '69921000', '69999999', '78900000', '78930999', NULL, 1652942350),
(81612, '3220', '102.00', '11', '0.3', '5', '69921000', '69999999', '78900000', '78930999', NULL, 1652942351),
(81613, '3298', '74.00', '11', '5.001', '10', '69921000', '69999999', '78900000', '78930999', NULL, 1652942353),
(81614, '3220', '141.00', '11', '5.001', '10', '69921000', '69999999', '78900000', '78930999', NULL, 1652942354),
(81615, '3298', '120.00', '11', '10.001', '15', '69921000', '69999999', '78900000', '78930999', NULL, 1652942355),
(81616, '3220', '229.00', '11', '10.001', '15', '69921000', '69999999', '78900000', '78930999', NULL, 1652942357),
(81617, '3298', '166.00', '11', '15.001', '20', '69921000', '69999999', '78900000', '78930999', NULL, 1652942360),
(81618, '3220', '316.00', '11', '15.001', '20', '69921000', '69999999', '78900000', '78930999', NULL, 1652942363),
(81619, '3298', '212.00', '11', '20.001', '25', '69921000', '69999999', '78900000', '78930999', NULL, 1652942369),
(81620, '3220', '404.00', '11', '20.001', '25', '69921000', '69999999', '78900000', '78930999', NULL, 1652942370),
(81621, '3298', '258.00', '11', '25.001', '30', '69921000', '69999999', '78900000', '78930999', NULL, 1652942371),
(81622, '3220', '492.00', '11', '25.001', '30', '69921000', '69999999', '78900000', '78930999', NULL, 1652942372),
(81623, '3298', '90.00', '12', '0.3', '5', '69921000', '69999999', '78931000', '78999999', NULL, 1652942374),
(81624, '3220', '183.00', '10', '0.3', '5', '69921000', '69999999', '78931000', '78999999', NULL, 1652942376),
(81625, '3298', '133.00', '12', '5.001', '10', '69921000', '69999999', '78931000', '78999999', NULL, 1652942378),
(81626, '3220', '266.00', '10', '5.001', '10', '69921000', '69999999', '78931000', '78999999', NULL, 1652942380),
(81627, '3298', '215.00', '12', '10.001', '15', '69921000', '69999999', '78931000', '78999999', NULL, 1652942381),
(81628, '3220', '430.00', '10', '10.001', '15', '69921000', '69999999', '78931000', '78999999', NULL, 1652942382),
(81629, '3298', '298.00', '12', '15.001', '20', '69921000', '69999999', '78931000', '78999999', NULL, 1652942384),
(81630, '3220', '595.00', '10', '15.001', '20', '69921000', '69999999', '78931000', '78999999', NULL, 1652942387),
(81631, '3298', '380.00', '12', '20.001', '25', '69921000', '69999999', '78931000', '78999999', NULL, 1652942388),
(81632, '3220', '760.00', '10', '20.001', '25', '69921000', '69999999', '78931000', '78999999', NULL, 1652942392),
(81633, '3298', '463.00', '12', '25.001', '30', '69921000', '69999999', '78931000', '78999999', NULL, 1652942394),
(81634, '3220', '925.00', '10', '25.001', '30', '69921000', '69999999', '78931000', '78999999', NULL, 1652942395),
(81635, '3298', '70.00', '11', '0.3', '5', '69921000', '69999999', '79000000', '79129999', NULL, 1652942396),
(81636, '3220', '157.00', '7', '0.3', '5', '69921000', '69999999', '79000000', '79129999', NULL, 1652942398),
(81637, '3298', '106.00', '11', '5.001', '10', '69921000', '69999999', '79000000', '79129999', NULL, 1652942399),
(81638, '3220', '226.00', '7', '5.001', '10', '69921000', '69999999', '79000000', '79129999', NULL, 1652942401),
(81639, '3298', '172.00', '11', '10.001', '15', '69921000', '69999999', '79000000', '79129999', NULL, 1652942402),
(81640, '3220', '367.00', '7', '10.001', '15', '69921000', '69999999', '79000000', '79129999', NULL, 1652942403),
(81641, '3298', '239.00', '11', '15.001', '20', '69921000', '69999999', '79000000', '79129999', NULL, 1652942404),
(81642, '3220', '508.00', '7', '15.001', '20', '69921000', '69999999', '79000000', '79129999', NULL, 1652942405),
(81643, '3298', '305.00', '11', '20.001', '25', '69921000', '69999999', '79000000', '79129999', NULL, 1652942405),
(81644, '3220', '649.00', '7', '20.001', '25', '69921000', '69999999', '79000000', '79129999', NULL, 1652942406),
(81645, '3298', '371.00', '11', '25.001', '30', '69921000', '69999999', '79000000', '79129999', NULL, 1652942408),
(81646, '3220', '789.00', '7', '25.001', '30', '69921000', '69999999', '79000000', '79129999', NULL, 1652942409),
(81647, '3298', '70.00', '14', '0.3', '5', '69921000', '69999999', '79130000', '79999999', NULL, 1652942411),
(81648, '3220', '157.00', '10', '0.3', '5', '69921000', '69999999', '79130000', '79999999', NULL, 1652942415),
(81649, '3298', '106.00', '14', '5.001', '10', '69921000', '69999999', '79130000', '79999999', NULL, 1652942419),
(81650, '3220', '226.00', '10', '5.001', '10', '69921000', '69999999', '79130000', '79999999', NULL, 1652942420),
(81651, '3298', '172.00', '14', '10.001', '15', '69921000', '69999999', '79130000', '79999999', NULL, 1652942421),
(81652, '3220', '367.00', '10', '10.001', '15', '69921000', '69999999', '79130000', '79999999', NULL, 1652942423),
(81653, '3298', '239.00', '14', '15.001', '20', '69921000', '69999999', '79130000', '79999999', NULL, 1652942424),
(81654, '3220', '508.00', '10', '15.001', '20', '69921000', '69999999', '79130000', '79999999', NULL, 1652942424),
(81655, '3298', '305.00', '14', '20.001', '25', '69921000', '69999999', '79130000', '79999999', NULL, 1652942425),
(81656, '3220', '649.00', '10', '20.001', '25', '69921000', '69999999', '79130000', '79999999', NULL, 1652942426),
(81657, '3298', '371.00', '14', '25.001', '30', '69921000', '69999999', '79130000', '79999999', NULL, 1652942426),
(81658, '3220', '789.00', '10', '25.001', '30', '69921000', '69999999', '79130000', '79999999', NULL, 1652942427),
(81659, '3298', '90.00', '12', '0.3', '5', '69921000', '69999999', '80000000', '82999999', NULL, 1652942431),
(81660, '3220', '183.00', '7', '0.3', '5', '69921000', '69999999', '80000000', '82999999', NULL, 1652942432),
(81661, '3298', '133.00', '12', '5.001', '10', '69921000', '69999999', '80000000', '82999999', NULL, 1652942433),
(81662, '3220', '266.00', '7', '5.001', '10', '69921000', '69999999', '80000000', '82999999', NULL, 1652942436),
(81663, '3298', '215.00', '12', '10.001', '15', '69921000', '69999999', '80000000', '82999999', NULL, 1652942437),
(81664, '3220', '430.00', '7', '10.001', '15', '69921000', '69999999', '80000000', '82999999', NULL, 1652942441),
(81665, '3298', '298.00', '12', '15.001', '20', '69921000', '69999999', '80000000', '82999999', NULL, 1652942441),
(81666, '3220', '595.00', '7', '15.001', '20', '69921000', '69999999', '80000000', '82999999', NULL, 1652942443),
(81667, '3298', '380.00', '12', '20.001', '25', '69921000', '69999999', '80000000', '82999999', NULL, 1652942444),
(81668, '3220', '760.00', '7', '20.001', '25', '69921000', '69999999', '80000000', '82999999', NULL, 1652942445),
(81669, '3298', '463.00', '12', '25.001', '30', '69921000', '69999999', '80000000', '82999999', NULL, 1652942445),
(81670, '3220', '925.00', '7', '25.001', '30', '69921000', '69999999', '80000000', '82999999', NULL, 1652942446),
(81671, '3298', '90.00', '12', '0.3', '5', '69921000', '69999999', '80000000', '83800999', NULL, 1652942447),
(81672, '3220', '183.00', '7', '0.3', '5', '69921000', '69999999', '80000000', '83800999', NULL, 1652942447),
(81673, '3298', '133.00', '12', '5.001', '10', '69921000', '69999999', '80000000', '83800999', NULL, 1652942448),
(81674, '3220', '266.00', '7', '5.001', '10', '69921000', '69999999', '80000000', '83800999', NULL, 1652942452),
(81675, '3298', '215.00', '12', '10.001', '15', '69921000', '69999999', '80000000', '83800999', NULL, 1652942452),
(81676, '3220', '430.00', '7', '10.001', '15', '69921000', '69999999', '80000000', '83800999', NULL, 1652942453),
(81677, '3298', '298.00', '12', '15.001', '20', '69921000', '69999999', '80000000', '83800999', NULL, 1652942453),
(81678, '3220', '595.00', '7', '15.001', '20', '69921000', '69999999', '80000000', '83800999', NULL, 1652942460),
(81679, '3298', '380.00', '12', '20.001', '25', '69921000', '69999999', '80000000', '83800999', NULL, 1652942461),
(81680, '3220', '760.00', '7', '20.001', '25', '69921000', '69999999', '80000000', '83800999', NULL, 1652942462),
(81681, '3298', '463.00', '12', '25.001', '30', '69921000', '69999999', '80000000', '83800999', NULL, 1652942463),
(81682, '3220', '925.00', '7', '25.001', '30', '69921000', '69999999', '80000000', '83800999', NULL, 1652942467),
(81683, '3298', '90.00', '14', '0.3', '5', '69921000', '69999999', '83801000', '87999999', NULL, 1652942470),
(81684, '3220', '183.00', '9', '0.3', '5', '69921000', '69999999', '83801000', '87999999', NULL, 1652942472),
(81685, '3298', '133.00', '14', '5.001', '10', '69921000', '69999999', '83801000', '87999999', NULL, 1652942475),
(81686, '3220', '266.00', '9', '5.001', '10', '69921000', '69999999', '83801000', '87999999', NULL, 1652942477),
(81687, '3298', '215.00', '14', '10.001', '15', '69921000', '69999999', '83801000', '87999999', NULL, 1652942481),
(81688, '3220', '430.00', '9', '10.001', '15', '69921000', '69999999', '83801000', '87999999', NULL, 1652942481),
(81689, '3298', '298.00', '14', '15.001', '20', '69921000', '69999999', '83801000', '87999999', NULL, 1652942481),
(81690, '3220', '595.00', '9', '15.001', '20', '69921000', '69999999', '83801000', '87999999', NULL, 1652942486),
(81691, '3298', '380.00', '14', '20.001', '25', '69921000', '69999999', '83801000', '87999999', NULL, 1652942489),
(81692, '3220', '760.00', '9', '20.001', '25', '69921000', '69999999', '83801000', '87999999', NULL, 1652942491),
(81693, '3298', '463.00', '14', '25.001', '30', '69921000', '69999999', '83801000', '87999999', NULL, 1652942491),
(81694, '3220', '925.00', '9', '25.001', '30', '69921000', '69999999', '83801000', '87999999', NULL, 1652942492),
(81695, '3298', '90.00', '12', '0.3', '5', '69921000', '69999999', '88000000', '82999999', NULL, 1652942493),
(81696, '3220', '183.00', '8', '0.3', '5', '69921000', '69999999', '88000000', '82999999', NULL, 1652942494),
(81697, '3298', '133.00', '12', '5.001', '10', '69921000', '69999999', '88000000', '82999999', NULL, 1652942499),
(81698, '3220', '266.00', '8', '5.001', '10', '69921000', '69999999', '88000000', '82999999', NULL, 1652942500),
(81699, '3298', '215.00', '12', '10.001', '15', '69921000', '69999999', '88000000', '82999999', NULL, 1652942501),
(81700, '3220', '430.00', '8', '10.001', '15', '69921000', '69999999', '88000000', '82999999', NULL, 1652942502),
(81701, '3298', '298.00', '12', '15.001', '20', '69921000', '69999999', '88000000', '82999999', NULL, 1652942503),
(81702, '3220', '595.00', '8', '15.001', '20', '69921000', '69999999', '88000000', '82999999', NULL, 1652942503),
(81703, '3298', '380.00', '12', '20.001', '25', '69921000', '69999999', '88000000', '82999999', NULL, 1652942504),
(81704, '3220', '760.00', '8', '20.001', '25', '69921000', '69999999', '88000000', '82999999', NULL, 1652942505),
(81705, '3298', '463.00', '12', '25.001', '30', '69921000', '69999999', '88000000', '82999999', NULL, 1652942506),
(81706, '3220', '925.00', '8', '25.001', '30', '69921000', '69999999', '88000000', '82999999', NULL, 1652942507),
(81707, '3298', '90.00', '12', '0.3', '5', '69921000', '69999999', '88000000', '88469999', NULL, 1652942508),
(81708, '3220', '183.00', '8', '0.3', '5', '69921000', '69999999', '88000000', '88469999', NULL, 1652942509),
(81709, '3298', '133.00', '12', '5.001', '10', '69921000', '69999999', '88000000', '88469999', NULL, 1652942510),
(81710, '3220', '266.00', '8', '5.001', '10', '69921000', '69999999', '88000000', '88469999', NULL, 1652942511),
(81711, '3298', '215.00', '12', '10.001', '15', '69921000', '69999999', '88000000', '88469999', NULL, 1652942515),
(81712, '3220', '430.00', '8', '10.001', '15', '69921000', '69999999', '88000000', '88469999', NULL, 1652942516),
(81713, '3298', '298.00', '12', '15.001', '20', '69921000', '69999999', '88000000', '88469999', NULL, 1652942517),
(81714, '3220', '595.00', '8', '15.001', '20', '69921000', '69999999', '88000000', '88469999', NULL, 1652942518),
(81715, '3298', '380.00', '12', '20.001', '25', '69921000', '69999999', '88000000', '88469999', NULL, 1652942519),
(81716, '3220', '760.00', '8', '20.001', '25', '69921000', '69999999', '88000000', '88469999', NULL, 1652942520),
(81717, '3298', '463.00', '12', '25.001', '30', '69921000', '69999999', '88000000', '88469999', NULL, 1652942521),
(81718, '3220', '925.00', '8', '25.001', '30', '69921000', '69999999', '88000000', '88469999', NULL, 1652942522),
(81719, '3298', '90.00', '13', '0.3', '5', '69921000', '69999999', '88470000', '89999999', NULL, 1652942523),
(81720, '3220', '183.00', '10', '0.3', '5', '69921000', '69999999', '88470000', '89999999', NULL, 1652942525),
(81721, '3298', '133.00', '13', '5.001', '10', '69921000', '69999999', '88470000', '89999999', NULL, 1652942526),
(81722, '3220', '266.00', '10', '5.001', '10', '69921000', '69999999', '88470000', '89999999', NULL, 1652942527),
(81723, '3298', '215.00', '13', '10.001', '15', '69921000', '69999999', '88470000', '89999999', NULL, 1652942530),
(81724, '3220', '430.00', '10', '10.001', '15', '69921000', '69999999', '88470000', '89999999', NULL, 1652942530),
(81725, '3298', '298.00', '13', '15.001', '20', '69921000', '69999999', '88470000', '89999999', NULL, 1652942531),
(81726, '3220', '595.00', '10', '15.001', '20', '69921000', '69999999', '88470000', '89999999', NULL, 1652942532),
(81727, '3298', '380.00', '13', '20.001', '25', '69921000', '69999999', '88470000', '89999999', NULL, 1652942535),
(81728, '3220', '760.00', '10', '20.001', '25', '69921000', '69999999', '88470000', '89999999', NULL, 1652942539),
(81729, '3298', '463.00', '13', '25.001', '30', '69921000', '69999999', '88470000', '89999999', NULL, 1652942540),
(81730, '3220', '925.00', '10', '25.001', '30', '69921000', '69999999', '88470000', '89999999', NULL, 1652942541),
(81731, '3298', '90.00', '12', '0.3', '5', '69921000', '69999999', '90000000', '91999999', NULL, 1652942542),
(81732, '3220', '183.00', '8', '0.3', '5', '69921000', '69999999', '90000000', '91999999', NULL, 1652942542),
(81733, '3298', '133.00', '12', '5.001', '10', '69921000', '69999999', '90000000', '91999999', NULL, 1652942547),
(81734, '3220', '266.00', '8', '5.001', '10', '69921000', '69999999', '90000000', '91999999', NULL, 1652942552),
(81735, '3298', '215.00', '12', '10.001', '15', '69921000', '69999999', '90000000', '91999999', NULL, 1652942552),
(81736, '3220', '430.00', '8', '10.001', '15', '69921000', '69999999', '90000000', '91999999', NULL, 1652942557),
(81737, '3298', '298.00', '12', '15.001', '20', '69921000', '69999999', '90000000', '91999999', NULL, 1652942558),
(81738, '3220', '595.00', '8', '15.001', '20', '69921000', '69999999', '90000000', '91999999', NULL, 1652942560),
(81739, '3298', '380.00', '12', '20.001', '25', '69921000', '69999999', '90000000', '91999999', NULL, 1652942560),
(81740, '3220', '760.00', '8', '20.001', '25', '69921000', '69999999', '90000000', '91999999', NULL, 1652942562),
(81741, '3298', '463.00', '12', '25.001', '30', '69921000', '69999999', '90000000', '91999999', NULL, 1652942563),
(81742, '3220', '925.00', '8', '25.001', '30', '69921000', '69999999', '90000000', '91999999', NULL, 1652942563),
(81743, '3298', '90.00', '14', '0.3', '5', '69921000', '69999999', '90000000', '94900999', NULL, 1652942564),
(81744, '3220', '183.00', '11', '0.3', '5', '69921000', '69999999', '90000000', '94900999', NULL, 1652942565),
(81745, '3298', '133.00', '14', '5.001', '10', '69921000', '69999999', '90000000', '94900999', NULL, 1652942566),
(81746, '3220', '266.00', '11', '5.001', '10', '69921000', '69999999', '90000000', '94900999', NULL, 1652942567),
(81747, '3298', '215.00', '14', '10.001', '15', '69921000', '69999999', '90000000', '94900999', NULL, 1652942568),
(81748, '3220', '430.00', '11', '10.001', '15', '69921000', '69999999', '90000000', '94900999', NULL, 1652942569),
(81749, '3298', '298.00', '14', '15.001', '20', '69921000', '69999999', '90000000', '94900999', NULL, 1652942571),
(81750, '3220', '595.00', '11', '15.001', '20', '69921000', '69999999', '90000000', '94900999', NULL, 1652942572),
(81751, '3298', '380.00', '14', '20.001', '25', '69921000', '69999999', '90000000', '94900999', NULL, 1652942576),
(81752, '3220', '760.00', '11', '20.001', '25', '69921000', '69999999', '90000000', '94900999', NULL, 1652942578),
(81753, '3298', '463.00', '14', '25.001', '30', '69921000', '69999999', '90000000', '94900999', NULL, 1652942578),
(81754, '3220', '925.00', '11', '25.001', '30', '69921000', '69999999', '90000000', '94900999', NULL, 1652942579),
(81755, '3298', '90.00', '16', '0.3', '5', '69921000', '69999999', '94901000', '99999999', NULL, 1652942580),
(81756, '3220', '183.00', '12', '0.3', '5', '69921000', '69999999', '94901000', '99999999', NULL, 1652942580),
(81757, '3298', '133.00', '16', '5.001', '10', '69921000', '69999999', '94901000', '99999999', NULL, 1652942581),
(81758, '3220', '266.00', '12', '5.001', '10', '69921000', '69999999', '94901000', '99999999', NULL, 1652942581),
(81759, '3298', '215.00', '16', '10.001', '15', '69921000', '69999999', '94901000', '99999999', NULL, 1652942582),
(81760, '3220', '430.00', '12', '10.001', '15', '69921000', '69999999', '94901000', '99999999', NULL, 1652942583),
(81761, '3298', '298.00', '16', '15.001', '20', '69921000', '69999999', '94901000', '99999999', NULL, 1652942584),
(81762, '3220', '595.00', '12', '15.001', '20', '69921000', '69999999', '94901000', '99999999', NULL, 1652942585),
(81763, '3298', '380.00', '16', '20.001', '25', '69921000', '69999999', '94901000', '99999999', NULL, 1652942588),
(81764, '3220', '760.00', '12', '20.001', '25', '69921000', '69999999', '94901000', '99999999', NULL, 1652942592),
(81765, '3298', '463.00', '16', '25.001', '30', '69921000', '69999999', '94901000', '99999999', NULL, 1652942592),
(81766, '3220', '925.00', '12', '25.001', '30', '69921000', '69999999', '94901000', '99999999', NULL, 1652942593),
(81767, '3298', '34.00', '5', '0.3', '5', '71000000', '73699999', '01000000', '08499999', NULL, 1652942594),
(81768, '3220', '80.00', '1', '0.3', '5', '71000000', '73699999', '01000000', '08499999', NULL, 1652942594),
(81769, '3298', '50.00', '5', '5.001', '10', '71000000', '73699999', '01000000', '08499999', NULL, 1652942595),
(81770, '3220', '125.00', '1', '5.001', '10', '71000000', '73699999', '01000000', '08499999', NULL, 1652942596),
(81771, '3298', '82.00', '5', '10.001', '15', '71000000', '73699999', '01000000', '08499999', NULL, 1652942597),
(81772, '3220', '203.00', '1', '10.001', '15', '71000000', '73699999', '01000000', '08499999', NULL, 1652942599),
(81773, '3298', '113.00', '5', '15.001', '20', '71000000', '73699999', '01000000', '08499999', NULL, 1652942600),
(81774, '3220', '281.00', '1', '15.001', '20', '71000000', '73699999', '01000000', '08499999', NULL, 1652942601),
(81775, '3298', '145.00', '5', '20.001', '25', '71000000', '73699999', '01000000', '08499999', NULL, 1652942601),
(81776, '3220', '359.00', '1', '20.001', '25', '71000000', '73699999', '01000000', '08499999', NULL, 1652942602),
(81777, '3298', '176.00', '5', '25.001', '30', '71000000', '73699999', '01000000', '08499999', NULL, 1652942603),
(81778, '3220', '437.00', '1', '25.001', '30', '71000000', '73699999', '01000000', '08499999', NULL, 1652942603),
(81779, '3298', '34.00', '6', '0.3', '5', '71000000', '73699999', '06000000', '09999999', NULL, 1652942604),
(81780, '3220', '80.00', '2', '0.3', '5', '71000000', '73699999', '06000000', '09999999', NULL, 1652942605),
(81781, '3298', '50.00', '6', '5.001', '10', '71000000', '73699999', '06000000', '09999999', NULL, 1652942605),
(81782, '3220', '125.00', '2', '5.001', '10', '71000000', '73699999', '06000000', '09999999', NULL, 1652942607),
(81783, '3298', '82.00', '6', '10.001', '15', '71000000', '73699999', '06000000', '09999999', NULL, 1652942608),
(81784, '3220', '203.00', '2', '10.001', '15', '71000000', '73699999', '06000000', '09999999', NULL, 1652942609),
(81785, '3298', '113.00', '6', '15.001', '20', '71000000', '73699999', '06000000', '09999999', NULL, 1652942609),
(81786, '3220', '281.00', '2', '15.001', '20', '71000000', '73699999', '06000000', '09999999', NULL, 1652942610),
(81787, '3298', '145.00', '6', '20.001', '25', '71000000', '73699999', '06000000', '09999999', NULL, 1652942611),
(81788, '3220', '359.00', '2', '20.001', '25', '71000000', '73699999', '06000000', '09999999', NULL, 1652942611),
(81789, '3298', '176.00', '6', '25.001', '30', '71000000', '73699999', '06000000', '09999999', NULL, 1652942612),
(81790, '3220', '437.00', '2', '25.001', '30', '71000000', '73699999', '06000000', '09999999', NULL, 1652942613),
(81791, '3298', '34.00', '7', '0.3', '5', '71000000', '73699999', '11000000', '11999999', NULL, 1652942614),
(81792, '3220', '80.00', '3', '0.3', '5', '71000000', '73699999', '11000000', '11999999', NULL, 1652942616),
(81793, '3298', '50.00', '7', '5.001', '10', '71000000', '73699999', '11000000', '11999999', NULL, 1652942616),
(81794, '3220', '125.00', '3', '5.001', '10', '71000000', '73699999', '11000000', '11999999', NULL, 1652942617),
(81795, '3298', '82.00', '7', '10.001', '15', '71000000', '73699999', '11000000', '11999999', NULL, 1652942618),
(81796, '3220', '203.00', '3', '10.001', '15', '71000000', '73699999', '11000000', '11999999', NULL, 1652942618),
(81797, '3298', '113.00', '7', '15.001', '20', '71000000', '73699999', '11000000', '11999999', NULL, 1652942619),
(81798, '3220', '281.00', '3', '15.001', '20', '71000000', '73699999', '11000000', '11999999', NULL, 1652942620),
(81799, '3298', '145.00', '7', '20.001', '25', '71000000', '73699999', '11000000', '11999999', NULL, 1652942621),
(81800, '3220', '359.00', '3', '20.001', '25', '71000000', '73699999', '11000000', '11999999', NULL, 1652942623),
(81801, '3298', '176.00', '7', '25.001', '30', '71000000', '73699999', '11000000', '11999999', NULL, 1652942624),
(81802, '3220', '437.00', '3', '25.001', '30', '71000000', '73699999', '11000000', '11999999', NULL, 1652942624),
(81803, '3298', '34.00', '6', '0.3', '5', '71000000', '73699999', '12000000', '19999999', NULL, 1652942625),
(81804, '3220', '80.00', '2', '0.3', '5', '71000000', '73699999', '12000000', '19999999', NULL, 1652942626),
(81805, '3298', '50.00', '6', '5.001', '10', '71000000', '73699999', '12000000', '19999999', NULL, 1652942630),
(81806, '3220', '125.00', '2', '5.001', '10', '71000000', '73699999', '12000000', '19999999', NULL, 1652942631),
(81807, '3298', '82.00', '6', '10.001', '15', '71000000', '73699999', '12000000', '19999999', NULL, 1652942632),
(81808, '3220', '203.00', '2', '10.001', '15', '71000000', '73699999', '12000000', '19999999', NULL, 1652942636),
(81809, '3298', '113.00', '6', '15.001', '20', '71000000', '73699999', '12000000', '19999999', NULL, 1652942637),
(81810, '3220', '281.00', '2', '15.001', '20', '71000000', '73699999', '12000000', '19999999', NULL, 1652942638),
(81811, '3298', '145.00', '6', '20.001', '25', '71000000', '73699999', '12000000', '19999999', NULL, 1652942639),
(81812, '3220', '359.00', '2', '20.001', '25', '71000000', '73699999', '12000000', '19999999', NULL, 1652942640),
(81813, '3298', '176.00', '6', '25.001', '30', '71000000', '73699999', '12000000', '19999999', NULL, 1652942641),
(81814, '3220', '437.00', '2', '25.001', '30', '71000000', '73699999', '12000000', '19999999', NULL, 1652942643),
(81815, '3298', '50.00', '7', '0.3', '5', '71000000', '73699999', '26601000', '28999999', NULL, 1652942684),
(81816, '3220', '124.00', '4', '0.3', '5', '71000000', '73699999', '26601000', '28999999', NULL, 1652942687),
(81817, '3298', '83.00', '7', '5.001', '10', '71000000', '73699999', '26601000', '28999999', NULL, 1652942688),
(81818, '3220', '175.00', '4', '5.001', '10', '71000000', '73699999', '26601000', '28999999', NULL, 1652942689),
(81819, '3298', '135.00', '7', '10.001', '15', '71000000', '73699999', '26601000', '28999999', NULL, 1652942691),
(81820, '3220', '283.00', '4', '10.001', '15', '71000000', '73699999', '26601000', '28999999', NULL, 1652942691),
(81821, '3298', '186.00', '7', '15.001', '20', '71000000', '73699999', '26601000', '28999999', NULL, 1652942695),
(81822, '3220', '392.00', '4', '15.001', '20', '71000000', '73699999', '26601000', '28999999', NULL, 1652942696),
(81823, '3298', '238.00', '7', '20.001', '25', '71000000', '73699999', '26601000', '28999999', NULL, 1652942697),
(81824, '3220', '500.00', '4', '20.001', '25', '71000000', '73699999', '26601000', '28999999', NULL, 1652942698),
(81825, '3298', '290.00', '7', '25.001', '30', '71000000', '73699999', '26601000', '28999999', NULL, 1652942699),
(81826, '3220', '609.00', '4', '25.001', '30', '71000000', '73699999', '26601000', '28999999', NULL, 1652942701),
(81827, '3298', '38.00', '6', '0.3', '5', '71000000', '73699999', '29000000', '29099999', NULL, 1652942702),
(81828, '3220', '113.00', '2', '0.3', '5', '71000000', '73699999', '29000000', '29099999', NULL, 1652942703),
(81829, '3298', '58.00', '6', '5.001', '10', '71000000', '73699999', '29000000', '29099999', NULL, 1652942704),
(81830, '3220', '176.00', '2', '5.001', '10', '71000000', '73699999', '29000000', '29099999', NULL, 1652942705),
(81831, '3298', '94.00', '6', '10.001', '15', '71000000', '73699999', '29000000', '29099999', NULL, 1652942710),
(81832, '3220', '286.00', '2', '10.001', '15', '71000000', '73699999', '29000000', '29099999', NULL, 1652942711),
(81833, '3298', '130.00', '6', '15.001', '20', '71000000', '73699999', '29000000', '29099999', NULL, 1652942711),
(81834, '3220', '396.00', '2', '15.001', '20', '71000000', '73699999', '29000000', '29099999', NULL, 1652942713),
(81835, '3298', '166.00', '6', '20.001', '25', '71000000', '73699999', '29000000', '29099999', NULL, 1652942713),
(81836, '3220', '505.00', '2', '20.001', '25', '71000000', '73699999', '29000000', '29099999', NULL, 1652942714),
(81837, '3298', '202.00', '6', '25.001', '30', '71000000', '73699999', '29000000', '29099999', NULL, 1652942715),
(81838, '3220', '615.00', '2', '25.001', '30', '71000000', '73699999', '29000000', '29099999', NULL, 1652942716),
(81839, '3298', '70.00', '8', '0.3', '5', '71000000', '73699999', '29100000', '29999999', NULL, 1652942718),
(81840, '3220', '157.00', '4', '0.3', '5', '71000000', '73699999', '29100000', '29999999', NULL, 1652942719),
(81841, '3298', '106.00', '8', '5.001', '10', '71000000', '73699999', '29100000', '29999999', NULL, 1652942722),
(81842, '3220', '226.00', '4', '5.001', '10', '71000000', '73699999', '29100000', '29999999', NULL, 1652942723),
(81843, '3298', '172.00', '8', '10.001', '15', '71000000', '73699999', '29100000', '29999999', NULL, 1652942723),
(81844, '3220', '367.00', '4', '10.001', '15', '71000000', '73699999', '29100000', '29999999', NULL, 1652942724),
(81845, '3298', '239.00', '8', '15.001', '20', '71000000', '73699999', '29100000', '29999999', NULL, 1652942725),
(81846, '3220', '508.00', '4', '15.001', '20', '71000000', '73699999', '29100000', '29999999', NULL, 1652942726),
(81847, '3298', '305.00', '8', '20.001', '25', '71000000', '73699999', '29100000', '29999999', NULL, 1652942728),
(81848, '3220', '649.00', '4', '20.001', '25', '71000000', '73699999', '29100000', '29999999', NULL, 1652942728),
(81849, '3298', '371.00', '8', '25.001', '30', '71000000', '73699999', '29100000', '29999999', NULL, 1652942729),
(81850, '3220', '789.00', '4', '25.001', '30', '71000000', '73699999', '29100000', '29999999', NULL, 1652942730),
(81851, '3298', '30.00', '5', '0.3', '5', '71000000', '73699999', '30000000', '31999999', NULL, 1652942731),
(81852, '3220', '59.00', '1', '0.3', '5', '71000000', '73699999', '30000000', '31999999', NULL, 1652942732),
(81853, '3298', '44.00', '5', '5.001', '10', '71000000', '73699999', '30000000', '31999999', NULL, 1652942734),
(81854, '3220', '93.00', '1', '5.001', '10', '71000000', '73699999', '30000000', '31999999', NULL, 1652942734),
(81855, '3298', '71.00', '5', '10.001', '15', '71000000', '73699999', '30000000', '31999999', NULL, 1652942735),
(81856, '3220', '150.00', '1', '10.001', '15', '71000000', '73699999', '30000000', '31999999', NULL, 1652942736),
(81857, '3298', '99.00', '5', '15.001', '20', '71000000', '73699999', '30000000', '31999999', NULL, 1652942737),
(81858, '3220', '208.00', '1', '15.001', '20', '71000000', '73699999', '30000000', '31999999', NULL, 1652942738),
(81859, '3298', '126.00', '5', '20.001', '25', '71000000', '73699999', '30000000', '31999999', NULL, 1652942739),
(81860, '3220', '266.00', '1', '20.001', '25', '71000000', '73699999', '30000000', '31999999', NULL, 1652942739),
(81861, '3298', '153.00', '5', '25.001', '30', '71000000', '73699999', '30000000', '31999999', NULL, 1652942740),
(81862, '3220', '324.00', '1', '25.001', '30', '71000000', '73699999', '30000000', '31999999', NULL, 1652942741),
(81863, '3298', '30.00', '5', '0.3', '5', '71000000', '73699999', '30000000', '34999999', NULL, 1652942742),
(81864, '3220', '59.00', '1', '0.3', '5', '71000000', '73699999', '30000000', '34999999', NULL, 1652942744),
(81865, '3298', '44.00', '5', '5.001', '10', '71000000', '73699999', '30000000', '34999999', NULL, 1652942745),
(81866, '3220', '93.00', '1', '5.001', '10', '71000000', '73699999', '30000000', '34999999', NULL, 1652942746),
(81867, '3298', '71.00', '5', '10.001', '15', '71000000', '73699999', '30000000', '34999999', NULL, 1652942747),
(81868, '3220', '150.00', '1', '10.001', '15', '71000000', '73699999', '30000000', '34999999', NULL, 1652942748),
(81869, '3298', '99.00', '5', '15.001', '20', '71000000', '73699999', '30000000', '34999999', NULL, 1652942748),
(81870, '3220', '208.00', '1', '15.001', '20', '71000000', '73699999', '30000000', '34999999', NULL, 1652942749),
(81871, '3298', '126.00', '5', '20.001', '25', '71000000', '73699999', '30000000', '34999999', NULL, 1652942750),
(81872, '3220', '266.00', '1', '20.001', '25', '71000000', '73699999', '30000000', '34999999', NULL, 1652942752),
(81873, '3298', '153.00', '5', '25.001', '30', '71000000', '73699999', '30000000', '34999999', NULL, 1652942752),
(81874, '3220', '324.00', '1', '25.001', '30', '71000000', '73699999', '30000000', '34999999', NULL, 1652942753),
(81875, '3298', '44.00', '7', '0.3', '5', '71000000', '73699999', '35000000', '39999999', NULL, 1652942754),
(81876, '3220', '102.00', '4', '0.3', '5', '71000000', '73699999', '35000000', '39999999', NULL, 1652942756),
(81877, '3298', '74.00', '7', '5.001', '10', '71000000', '73699999', '35000000', '39999999', NULL, 1652942757),
(81878, '3220', '141.00', '4', '5.001', '10', '71000000', '73699999', '35000000', '39999999', NULL, 1652942757),
(81879, '3298', '120.00', '7', '10.001', '15', '71000000', '73699999', '35000000', '39999999', NULL, 1652942759),
(81880, '3220', '229.00', '4', '10.001', '15', '71000000', '73699999', '35000000', '39999999', NULL, 1652942759),
(81881, '3298', '166.00', '7', '15.001', '20', '71000000', '73699999', '35000000', '39999999', NULL, 1652942760),
(81882, '3220', '316.00', '4', '15.001', '20', '71000000', '73699999', '35000000', '39999999', NULL, 1652942762),
(81883, '3298', '212.00', '7', '20.001', '25', '71000000', '73699999', '35000000', '39999999', NULL, 1652942763),
(81884, '3220', '404.00', '4', '20.001', '25', '71000000', '73699999', '35000000', '39999999', NULL, 1652942764),
(81885, '3298', '258.00', '7', '25.001', '30', '71000000', '73699999', '35000000', '39999999', NULL, 1652942766),
(81886, '3220', '492.00', '4', '25.001', '30', '71000000', '73699999', '35000000', '39999999', NULL, 1652942767),
(81887, '3298', '38.00', '5', '0.3', '5', '71000000', '73699999', '40000000', '41999999', NULL, 1652942768),
(81888, '3220', '113.00', '1', '0.3', '5', '71000000', '73699999', '40000000', '41999999', NULL, 1652942769),
(81889, '3298', '58.00', '5', '5.001', '10', '71000000', '73699999', '40000000', '41999999', NULL, 1652942771),
(81890, '3220', '176.00', '1', '5.001', '10', '71000000', '73699999', '40000000', '41999999', NULL, 1652942775),
(81891, '3298', '94.00', '5', '10.001', '15', '71000000', '73699999', '40000000', '41999999', NULL, 1652942776),
(81892, '3220', '286.00', '1', '10.001', '15', '71000000', '73699999', '40000000', '41999999', NULL, 1652942776),
(81893, '3298', '130.00', '5', '15.001', '20', '71000000', '73699999', '40000000', '41999999', NULL, 1652942777),
(81894, '3220', '396.00', '1', '15.001', '20', '71000000', '73699999', '40000000', '41999999', NULL, 1652942779),
(81895, '3298', '166.00', '5', '20.001', '25', '71000000', '73699999', '40000000', '41999999', NULL, 1652942783),
(81896, '3220', '505.00', '1', '20.001', '25', '71000000', '73699999', '40000000', '41999999', NULL, 1652942783),
(81897, '3298', '202.00', '5', '25.001', '30', '71000000', '73699999', '40000000', '41999999', NULL, 1652942785),
(81898, '3220', '615.00', '1', '25.001', '30', '71000000', '73699999', '40000000', '41999999', NULL, 1652942786),
(81899, '3298', '38.00', '5', '0.3', '5', '71000000', '73699999', '40000000', '44470999', NULL, 1652942787),
(81900, '3220', '113.00', '1', '0.3', '5', '71000000', '73699999', '40000000', '44470999', NULL, 1652942788),
(81901, '3298', '58.00', '5', '5.001', '10', '71000000', '73699999', '40000000', '44470999', NULL, 1652942788),
(81902, '3220', '176.00', '1', '5.001', '10', '71000000', '73699999', '40000000', '44470999', NULL, 1652942789),
(81903, '3298', '94.00', '5', '10.001', '15', '71000000', '73699999', '40000000', '44470999', NULL, 1652942791),
(81904, '3220', '286.00', '1', '10.001', '15', '71000000', '73699999', '40000000', '44470999', NULL, 1652942792),
(81905, '3298', '130.00', '5', '15.001', '20', '71000000', '73699999', '40000000', '44470999', NULL, 1652942792),
(81906, '3220', '396.00', '1', '15.001', '20', '71000000', '73699999', '40000000', '44470999', NULL, 1652942793),
(81907, '3298', '166.00', '5', '20.001', '25', '71000000', '73699999', '40000000', '44470999', NULL, 1652942794),
(81908, '3220', '505.00', '1', '20.001', '25', '71000000', '73699999', '40000000', '44470999', NULL, 1652942794),
(81909, '3298', '202.00', '5', '25.001', '30', '71000000', '73699999', '40000000', '44470999', NULL, 1652942795),
(81910, '3220', '615.00', '1', '25.001', '30', '71000000', '73699999', '40000000', '44470999', NULL, 1652942795),
(81911, '3298', '60.00', '6', '0.3', '5', '71000000', '73699999', '44471000', '48999999', NULL, 1652942798),
(81912, '3220', '132.00', '2', '0.3', '5', '71000000', '73699999', '44471000', '48999999', NULL, 1652942798),
(81913, '3298', '91.00', '6', '5.001', '10', '71000000', '73699999', '44471000', '48999999', NULL, 1652942799),
(81914, '3220', '190.00', '2', '5.001', '10', '71000000', '73699999', '44471000', '48999999', NULL, 1652942800),
(81915, '3298', '148.00', '6', '10.001', '15', '71000000', '73699999', '44471000', '48999999', NULL, 1652942801),
(81916, '3220', '308.00', '2', '10.001', '15', '71000000', '73699999', '44471000', '48999999', NULL, 1652942801),
(81917, '3298', '205.00', '6', '15.001', '20', '71000000', '73699999', '44471000', '48999999', NULL, 1652942802),
(81918, '3220', '427.00', '2', '15.001', '20', '71000000', '73699999', '44471000', '48999999', NULL, 1652942803),
(81919, '3298', '262.00', '6', '20.001', '25', '71000000', '73699999', '44471000', '48999999', NULL, 1652942803),
(81920, '3220', '545.00', '2', '20.001', '25', '71000000', '73699999', '44471000', '48999999', NULL, 1652942804),
(81921, '3298', '319.00', '6', '25.001', '30', '71000000', '73699999', '44471000', '48999999', NULL, 1652942805),
(81922, '3220', '663.00', '2', '25.001', '30', '71000000', '73699999', '44471000', '48999999', NULL, 1652942805),
(81923, '3298', '38.00', '7', '0.3', '5', '71000000', '73699999', '49000000', '49099999', NULL, 1652942806),
(81924, '3220', '113.00', '2', '0.3', '5', '71000000', '73699999', '49000000', '49099999', NULL, 1652942807),
(81925, '3298', '58.00', '7', '5.001', '10', '71000000', '73699999', '49000000', '49099999', NULL, 1652942807),
(81926, '3220', '176.00', '2', '5.001', '10', '71000000', '73699999', '49000000', '49099999', NULL, 1652942808),
(81927, '3298', '94.00', '7', '10.001', '15', '71000000', '73699999', '49000000', '49099999', NULL, 1652942808),
(81928, '3220', '286.00', '2', '10.001', '15', '71000000', '73699999', '49000000', '49099999', NULL, 1652942809),
(81929, '3298', '130.00', '7', '15.001', '20', '71000000', '73699999', '49000000', '49099999', NULL, 1652942819),
(81930, '3220', '396.00', '2', '15.001', '20', '71000000', '73699999', '49000000', '49099999', NULL, 1652942820),
(81931, '3298', '166.00', '7', '20.001', '25', '71000000', '73699999', '49000000', '49099999', NULL, 1652942820),
(81932, '3220', '505.00', '2', '20.001', '25', '71000000', '73699999', '49000000', '49099999', NULL, 1652942821),
(81933, '3298', '202.00', '7', '25.001', '30', '71000000', '73699999', '49000000', '49099999', NULL, 1652942822),
(81934, '3220', '615.00', '2', '25.001', '30', '71000000', '73699999', '49000000', '49099999', NULL, 1652942822),
(81935, '3298', '70.00', '10', '0.3', '5', '71000000', '73699999', '49100000', '49999999', NULL, 1652942823),
(81936, '3220', '157.00', '4', '0.3', '5', '71000000', '73699999', '49100000', '49999999', NULL, 1652942823),
(81937, '3298', '106.00', '10', '5.001', '10', '71000000', '73699999', '49100000', '49999999', NULL, 1652942824),
(81938, '3220', '226.00', '4', '5.001', '10', '71000000', '73699999', '49100000', '49999999', NULL, 1652942825),
(81939, '3298', '172.00', '10', '10.001', '15', '71000000', '73699999', '49100000', '49999999', NULL, 1652942833),
(81940, '3220', '367.00', '4', '10.001', '15', '71000000', '73699999', '49100000', '49999999', NULL, 1652942834),
(81941, '3298', '239.00', '10', '15.001', '20', '71000000', '73699999', '49100000', '49999999', NULL, 1652942834),
(81942, '3220', '508.00', '4', '15.001', '20', '71000000', '73699999', '49100000', '49999999', NULL, 1652942842),
(81943, '3298', '305.00', '10', '20.001', '25', '71000000', '73699999', '49100000', '49999999', NULL, 1652942842),
(81944, '3220', '649.00', '4', '20.001', '25', '71000000', '73699999', '49100000', '49999999', NULL, 1652942843),
(81945, '3298', '371.00', '10', '25.001', '30', '71000000', '73699999', '49100000', '49999999', NULL, 1652942844),
(81946, '3220', '789.00', '4', '25.001', '30', '71000000', '73699999', '49100000', '49999999', NULL, 1652942844),
(81947, '3298', '45.00', '6', '0.3', '5', '71000000', '73699999', '50000000', '52999999', NULL, 1652942845),
(81948, '3220', '137.00', '2', '0.3', '5', '71000000', '73699999', '50000000', '52999999', NULL, 1652942846),
(81949, '3298', '71.00', '6', '5.001', '10', '71000000', '73699999', '50000000', '52999999', NULL, 1652942846),
(81950, '3220', '214.00', '2', '5.001', '10', '71000000', '73699999', '50000000', '52999999', NULL, 1652942847),
(81951, '3298', '116.00', '6', '10.001', '15', '71000000', '73699999', '50000000', '52999999', NULL, 1652942848),
(81952, '3220', '346.00', '2', '10.001', '15', '71000000', '73699999', '50000000', '52999999', NULL, 1652942848),
(81953, '3298', '160.00', '6', '15.001', '20', '71000000', '73699999', '50000000', '52999999', NULL, 1652942849),
(81954, '3220', '479.00', '2', '15.001', '20', '71000000', '73699999', '50000000', '52999999', NULL, 1652942849),
(81955, '3298', '205.00', '6', '20.001', '25', '71000000', '73699999', '50000000', '52999999', NULL, 1652942850),
(81956, '3220', '612.00', '2', '20.001', '25', '71000000', '73699999', '50000000', '52999999', NULL, 1652942851),
(81957, '3298', '249.00', '6', '25.001', '30', '71000000', '73699999', '50000000', '52999999', NULL, 1652942851),
(81958, '3220', '744.00', '2', '25.001', '30', '71000000', '73699999', '50000000', '52999999', NULL, 1652942852),
(81959, '3298', '45.00', '6', '0.3', '5', '71000000', '73699999', '50000000', '54999999', NULL, 1652942852),
(81960, '3220', '137.00', '2', '0.3', '5', '71000000', '73699999', '50000000', '54999999', NULL, 1652942853),
(81961, '3298', '71.00', '6', '5.001', '10', '71000000', '73699999', '50000000', '54999999', NULL, 1652942854),
(81962, '3220', '214.00', '2', '5.001', '10', '71000000', '73699999', '50000000', '54999999', NULL, 1652942855),
(81963, '3298', '116.00', '6', '10.001', '15', '71000000', '73699999', '50000000', '54999999', NULL, 1652942855),
(81964, '3220', '346.00', '2', '10.001', '15', '71000000', '73699999', '50000000', '54999999', NULL, 1652942856),
(81965, '3298', '160.00', '6', '15.001', '20', '71000000', '73699999', '50000000', '54999999', NULL, 1652942857),
(81966, '3220', '479.00', '2', '15.001', '20', '71000000', '73699999', '50000000', '54999999', NULL, 1652942857),
(81967, '3298', '205.00', '6', '20.001', '25', '71000000', '73699999', '50000000', '54999999', NULL, 1652942858),
(81968, '3220', '612.00', '2', '20.001', '25', '71000000', '73699999', '50000000', '54999999', NULL, 1652942858),
(81969, '3298', '249.00', '6', '25.001', '30', '71000000', '73699999', '50000000', '54999999', NULL, 1652942859),
(81970, '3220', '744.00', '2', '25.001', '30', '71000000', '73699999', '50000000', '54999999', NULL, 1652942859),
(81971, '3298', '90.00', '11', '0.3', '5', '71000000', '73699999', '55000000', '56999999', NULL, 1652942860),
(81972, '3220', '183.00', '6', '0.3', '5', '71000000', '73699999', '55000000', '56999999', NULL, 1652942861),
(81973, '3298', '133.00', '11', '5.001', '10', '71000000', '73699999', '55000000', '56999999', NULL, 1652942861),
(81974, '3220', '266.00', '6', '5.001', '10', '71000000', '73699999', '55000000', '56999999', NULL, 1652942862),
(81975, '3298', '215.00', '11', '10.001', '15', '71000000', '73699999', '55000000', '56999999', NULL, 1652942862),
(81976, '3220', '430.00', '6', '10.001', '15', '71000000', '73699999', '55000000', '56999999', NULL, 1652942863),
(81977, '3298', '298.00', '11', '15.001', '20', '71000000', '73699999', '55000000', '56999999', NULL, 1652942864),
(81978, '3220', '595.00', '6', '15.001', '20', '71000000', '73699999', '55000000', '56999999', NULL, 1652942871),
(81979, '3298', '380.00', '11', '20.001', '25', '71000000', '73699999', '55000000', '56999999', NULL, 1652942872),
(81980, '3220', '760.00', '6', '20.001', '25', '71000000', '73699999', '55000000', '56999999', NULL, 1652942872),
(81981, '3298', '463.00', '11', '25.001', '30', '71000000', '73699999', '55000000', '56999999', NULL, 1652942874),
(81982, '3220', '925.00', '6', '25.001', '30', '71000000', '73699999', '55000000', '56999999', NULL, 1652942874),
(81983, '3298', '45.00', '7', '0.3', '5', '71000000', '73699999', '57000000', '57099999', NULL, 1652942875),
(81984, '3220', '137.00', '2', '0.3', '5', '71000000', '73699999', '57000000', '57099999', NULL, 1652942875),
(81985, '3298', '71.00', '7', '5.001', '10', '71000000', '73699999', '57000000', '57099999', NULL, 1652942876),
(81986, '3220', '214.00', '2', '5.001', '10', '71000000', '73699999', '57000000', '57099999', NULL, 1652942877),
(81987, '3298', '116.00', '7', '10.001', '15', '71000000', '73699999', '57000000', '57099999', NULL, 1652942878);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(81988, '3220', '346.00', '2', '10.001', '15', '71000000', '73699999', '57000000', '57099999', NULL, 1652942878),
(81989, '3298', '160.00', '7', '15.001', '20', '71000000', '73699999', '57000000', '57099999', NULL, 1652942879),
(81990, '3220', '479.00', '2', '15.001', '20', '71000000', '73699999', '57000000', '57099999', NULL, 1652942879),
(81991, '3298', '205.00', '7', '20.001', '25', '71000000', '73699999', '57000000', '57099999', NULL, 1652942880),
(81992, '3220', '612.00', '2', '20.001', '25', '71000000', '73699999', '57000000', '57099999', NULL, 1652942885),
(81993, '3298', '249.00', '7', '25.001', '30', '71000000', '73699999', '57000000', '57099999', NULL, 1652942886),
(81994, '3220', '744.00', '2', '25.001', '30', '71000000', '73699999', '57000000', '57099999', NULL, 1652942887),
(81995, '3298', '45.00', '9', '0.3', '5', '71000000', '73699999', '57100000', '57999999', NULL, 1652942887),
(81996, '3220', '137.00', '4', '0.3', '5', '71000000', '73699999', '57100000', '57999999', NULL, 1652942888),
(81997, '3298', '71.00', '9', '5.001', '10', '71000000', '73699999', '57100000', '57999999', NULL, 1652942888),
(81998, '3220', '214.00', '4', '5.001', '10', '71000000', '73699999', '57100000', '57999999', NULL, 1652942889),
(81999, '3298', '116.00', '9', '10.001', '15', '71000000', '73699999', '57100000', '57999999', NULL, 1652942890),
(82000, '3220', '346.00', '4', '10.001', '15', '71000000', '73699999', '57100000', '57999999', NULL, 1652942891),
(82001, '3298', '160.00', '9', '15.001', '20', '71000000', '73699999', '57100000', '57999999', NULL, 1652942895),
(82002, '3220', '479.00', '4', '15.001', '20', '71000000', '73699999', '57100000', '57999999', NULL, 1652942895),
(82003, '3298', '205.00', '9', '20.001', '25', '71000000', '73699999', '57100000', '57999999', NULL, 1652942896),
(82004, '3220', '612.00', '4', '20.001', '25', '71000000', '73699999', '57100000', '57999999', NULL, 1652942896),
(82005, '3298', '249.00', '9', '25.001', '30', '71000000', '73699999', '57100000', '57999999', NULL, 1652942900),
(82006, '3220', '744.00', '4', '25.001', '30', '71000000', '73699999', '57100000', '57999999', NULL, 1652942901),
(82007, '3298', '45.00', '7', '0.3', '5', '71000000', '73699999', '58000000', '58099999', NULL, 1652942902),
(82008, '3220', '137.00', '3', '0.3', '5', '71000000', '73699999', '58000000', '58099999', NULL, 1652942902),
(82009, '3298', '71.00', '7', '5.001', '10', '71000000', '73699999', '58000000', '58099999', NULL, 1652942903),
(82010, '3220', '214.00', '3', '5.001', '10', '71000000', '73699999', '58000000', '58099999', NULL, 1652942909),
(82011, '3298', '116.00', '7', '10.001', '15', '71000000', '73699999', '58000000', '58099999', NULL, 1652942910),
(82012, '3220', '346.00', '3', '10.001', '15', '71000000', '73699999', '58000000', '58099999', NULL, 1652942910),
(82013, '3298', '160.00', '7', '15.001', '20', '71000000', '73699999', '58000000', '58099999', NULL, 1652942911),
(82014, '3220', '479.00', '3', '15.001', '20', '71000000', '73699999', '58000000', '58099999', NULL, 1652942912),
(82015, '3298', '205.00', '7', '20.001', '25', '71000000', '73699999', '58000000', '58099999', NULL, 1652942914),
(82016, '3220', '612.00', '3', '20.001', '25', '71000000', '73699999', '58000000', '58099999', NULL, 1652942914),
(82017, '3298', '249.00', '7', '25.001', '30', '71000000', '73699999', '58000000', '58099999', NULL, 1652942915),
(82018, '3220', '744.00', '3', '25.001', '30', '71000000', '73699999', '58000000', '58099999', NULL, 1652942916),
(82019, '3298', '90.00', '12', '0.3', '5', '71000000', '73699999', '58100000', '58999999', NULL, 1652942916),
(82020, '3220', '183.00', '7', '0.3', '5', '71000000', '73699999', '58100000', '58999999', NULL, 1652942917),
(82021, '3298', '133.00', '12', '5.001', '10', '71000000', '73699999', '58100000', '58999999', NULL, 1652942918),
(82022, '3220', '266.00', '7', '5.001', '10', '71000000', '73699999', '58100000', '58999999', NULL, 1652942918),
(82023, '3298', '215.00', '12', '10.001', '15', '71000000', '73699999', '58100000', '58999999', NULL, 1652942919),
(82024, '3220', '430.00', '7', '10.001', '15', '71000000', '73699999', '58100000', '58999999', NULL, 1652942920),
(82025, '3298', '298.00', '12', '15.001', '20', '71000000', '73699999', '58100000', '58999999', NULL, 1652942921),
(82026, '3220', '595.00', '7', '15.001', '20', '71000000', '73699999', '58100000', '58999999', NULL, 1652942922),
(82027, '3298', '380.00', '12', '20.001', '25', '71000000', '73699999', '58100000', '58999999', NULL, 1652942922),
(82028, '3220', '760.00', '7', '20.001', '25', '71000000', '73699999', '58100000', '58999999', NULL, 1652942924),
(82029, '3298', '463.00', '12', '25.001', '30', '71000000', '73699999', '58100000', '58999999', NULL, 1652942924),
(82030, '3220', '925.00', '7', '25.001', '30', '71000000', '73699999', '58100000', '58999999', NULL, 1652942925),
(82031, '3298', '45.00', '7', '0.3', '5', '71000000', '73699999', '59000000', '59099999', NULL, 1652942925),
(82032, '3220', '137.00', '2', '0.3', '5', '71000000', '73699999', '59000000', '59099999', NULL, 1652942926),
(82033, '3298', '71.00', '7', '5.001', '10', '71000000', '73699999', '59000000', '59099999', NULL, 1652942927),
(82034, '3220', '214.00', '2', '5.001', '10', '71000000', '73699999', '59000000', '59099999', NULL, 1652942927),
(82035, '3298', '116.00', '7', '10.001', '15', '71000000', '73699999', '59000000', '59099999', NULL, 1652942936),
(82036, '3220', '346.00', '2', '10.001', '15', '71000000', '73699999', '59000000', '59099999', NULL, 1652942937),
(82037, '3298', '160.00', '7', '15.001', '20', '71000000', '73699999', '59000000', '59099999', NULL, 1652942938),
(82038, '3220', '479.00', '2', '15.001', '20', '71000000', '73699999', '59000000', '59099999', NULL, 1652942938),
(82039, '3298', '205.00', '7', '20.001', '25', '71000000', '73699999', '59000000', '59099999', NULL, 1652942939),
(82040, '3220', '612.00', '2', '20.001', '25', '71000000', '73699999', '59000000', '59099999', NULL, 1652942939),
(82041, '3298', '249.00', '7', '25.001', '30', '71000000', '73699999', '59000000', '59099999', NULL, 1652942940),
(82042, '3220', '744.00', '2', '25.001', '30', '71000000', '73699999', '59000000', '59099999', NULL, 1652942940),
(82043, '3298', '45.00', '7', '0.3', '5', '71000000', '73699999', '59100000', '59999999', NULL, 1652942941),
(82044, '3220', '137.00', '2', '0.3', '5', '71000000', '73699999', '59100000', '59999999', NULL, 1652942942),
(82045, '3298', '71.00', '7', '5.001', '10', '71000000', '73699999', '59100000', '59999999', NULL, 1652942943),
(82046, '3220', '214.00', '2', '5.001', '10', '71000000', '73699999', '59100000', '59999999', NULL, 1652942943),
(82047, '3298', '116.00', '7', '10.001', '15', '71000000', '73699999', '59100000', '59999999', NULL, 1652942944),
(82048, '3220', '346.00', '2', '10.001', '15', '71000000', '73699999', '59100000', '59999999', NULL, 1652942944),
(82049, '3298', '160.00', '7', '15.001', '20', '71000000', '73699999', '59100000', '59999999', NULL, 1652942945),
(82050, '3220', '479.00', '2', '15.001', '20', '71000000', '73699999', '59100000', '59999999', NULL, 1652942946),
(82051, '3298', '205.00', '7', '20.001', '25', '71000000', '73699999', '59100000', '59999999', NULL, 1652942946),
(82052, '3220', '612.00', '2', '20.001', '25', '71000000', '73699999', '59100000', '59999999', NULL, 1652942947),
(82053, '3298', '249.00', '7', '25.001', '30', '71000000', '73699999', '59100000', '59999999', NULL, 1652942947),
(82054, '3220', '744.00', '2', '25.001', '30', '71000000', '73699999', '59100000', '59999999', NULL, 1652942948),
(82055, '3298', '45.00', '7', '0.3', '5', '71000000', '73699999', '60000000', '60999999', NULL, 1652942949),
(82056, '3220', '137.00', '2', '0.3', '5', '71000000', '73699999', '60000000', '60999999', NULL, 1652942949),
(82057, '3298', '71.00', '7', '5.001', '10', '71000000', '73699999', '60000000', '60999999', NULL, 1652942950),
(82058, '3220', '214.00', '2', '5.001', '10', '71000000', '73699999', '60000000', '60999999', NULL, 1652942950),
(82059, '3298', '116.00', '7', '10.001', '15', '71000000', '73699999', '60000000', '60999999', NULL, 1652942951),
(82060, '3220', '346.00', '2', '10.001', '15', '71000000', '73699999', '60000000', '60999999', NULL, 1652942952),
(82061, '3298', '160.00', '7', '15.001', '20', '71000000', '73699999', '60000000', '60999999', NULL, 1652942952),
(82062, '3220', '479.00', '2', '15.001', '20', '71000000', '73699999', '60000000', '60999999', NULL, 1652942952),
(82063, '3298', '205.00', '7', '20.001', '25', '71000000', '73699999', '60000000', '60999999', NULL, 1652942953),
(82064, '3220', '612.00', '2', '20.001', '25', '71000000', '73699999', '60000000', '60999999', NULL, 1652942954),
(82065, '3298', '249.00', '7', '25.001', '30', '71000000', '73699999', '60000000', '60999999', NULL, 1652942954),
(82066, '3220', '744.00', '2', '25.001', '30', '71000000', '73699999', '60000000', '60999999', NULL, 1652942955),
(82067, '3298', '45.00', '7', '0.3', '5', '71000000', '73699999', '60000000', '61900999', NULL, 1652942963),
(82068, '3220', '137.00', '2', '0.3', '5', '71000000', '73699999', '60000000', '61900999', NULL, 1652942963),
(82069, '3298', '71.00', '7', '5.001', '10', '71000000', '73699999', '60000000', '61900999', NULL, 1652942964),
(82070, '3220', '214.00', '2', '5.001', '10', '71000000', '73699999', '60000000', '61900999', NULL, 1652942965),
(82071, '3298', '116.00', '7', '10.001', '15', '71000000', '73699999', '60000000', '61900999', NULL, 1652942965),
(82072, '3220', '346.00', '2', '10.001', '15', '71000000', '73699999', '60000000', '61900999', NULL, 1652942973),
(82073, '3298', '160.00', '7', '15.001', '20', '71000000', '73699999', '60000000', '61900999', NULL, 1652942973),
(82074, '3220', '479.00', '2', '15.001', '20', '71000000', '73699999', '60000000', '61900999', NULL, 1652942974),
(82075, '3298', '205.00', '7', '20.001', '25', '71000000', '73699999', '60000000', '61900999', NULL, 1652942974),
(82076, '3220', '612.00', '2', '20.001', '25', '71000000', '73699999', '60000000', '61900999', NULL, 1652942977),
(82077, '3298', '249.00', '7', '25.001', '30', '71000000', '73699999', '60000000', '61900999', NULL, 1652942977),
(82078, '3220', '744.00', '2', '25.001', '30', '71000000', '73699999', '60000000', '61900999', NULL, 1652942978),
(82079, '3298', '90.00', '11', '0.3', '5', '71000000', '73699999', '61901000', '63999999', NULL, 1652942979),
(82080, '3220', '183.00', '7', '0.3', '5', '71000000', '73699999', '61901000', '63999999', NULL, 1652942979),
(82081, '3298', '133.00', '11', '5.001', '10', '71000000', '73699999', '61901000', '63999999', NULL, 1652942980),
(82082, '3220', '266.00', '7', '5.001', '10', '71000000', '73699999', '61901000', '63999999', NULL, 1652942981),
(82083, '3298', '215.00', '11', '10.001', '15', '71000000', '73699999', '61901000', '63999999', NULL, 1652942981),
(82084, '3220', '430.00', '7', '10.001', '15', '71000000', '73699999', '61901000', '63999999', NULL, 1652942982),
(82085, '3298', '298.00', '11', '15.001', '20', '71000000', '73699999', '61901000', '63999999', NULL, 1652942982),
(82086, '3220', '595.00', '7', '15.001', '20', '71000000', '73699999', '61901000', '63999999', NULL, 1652942983),
(82087, '3298', '380.00', '11', '20.001', '25', '71000000', '73699999', '61901000', '63999999', NULL, 1652942984),
(82088, '3220', '760.00', '7', '20.001', '25', '71000000', '73699999', '61901000', '63999999', NULL, 1652942984),
(82089, '3298', '463.00', '11', '25.001', '30', '71000000', '73699999', '61901000', '63999999', NULL, 1652942985),
(82090, '3220', '925.00', '7', '25.001', '30', '71000000', '73699999', '61901000', '63999999', NULL, 1652942985),
(82091, '3298', '38.00', '8', '0.3', '5', '71000000', '73699999', '64000000', '64099999', NULL, 1652942986),
(82092, '3220', '113.00', '4', '0.3', '5', '71000000', '73699999', '64000000', '64099999', NULL, 1652942987),
(82093, '3298', '58.00', '8', '5.001', '10', '71000000', '73699999', '64000000', '64099999', NULL, 1652942987),
(82094, '3220', '176.00', '4', '5.001', '10', '71000000', '73699999', '64000000', '64099999', NULL, 1652942987),
(82095, '3298', '94.00', '8', '10.001', '15', '71000000', '73699999', '64000000', '64099999', NULL, 1652942988),
(82096, '3220', '286.00', '4', '10.001', '15', '71000000', '73699999', '64000000', '64099999', NULL, 1652942989),
(82097, '3298', '130.00', '8', '15.001', '20', '71000000', '73699999', '64000000', '64099999', NULL, 1652942989),
(82098, '3220', '396.00', '4', '15.001', '20', '71000000', '73699999', '64000000', '64099999', NULL, 1652942990),
(82099, '3298', '166.00', '8', '20.001', '25', '71000000', '73699999', '64000000', '64099999', NULL, 1652942990),
(82100, '3220', '505.00', '4', '20.001', '25', '71000000', '73699999', '64000000', '64099999', NULL, 1652942991),
(82101, '3298', '202.00', '8', '25.001', '30', '71000000', '73699999', '64000000', '64099999', NULL, 1652942992),
(82102, '3220', '615.00', '4', '25.001', '30', '71000000', '73699999', '64000000', '64099999', NULL, 1652942995),
(82103, '3298', '70.00', '11', '0.3', '5', '71000000', '73699999', '64100000', '64999999', NULL, 1652942995),
(82104, '3220', '157.00', '8', '0.3', '5', '71000000', '73699999', '64100000', '64999999', NULL, 1652942996),
(82105, '3298', '106.00', '11', '5.001', '10', '71000000', '73699999', '64100000', '64999999', NULL, 1652942997),
(82106, '3220', '226.00', '8', '5.001', '10', '71000000', '73699999', '64100000', '64999999', NULL, 1652942997),
(82107, '3298', '172.00', '11', '10.001', '15', '71000000', '73699999', '64100000', '64999999', NULL, 1652942998),
(82108, '3220', '367.00', '8', '10.001', '15', '71000000', '73699999', '64100000', '64999999', NULL, 1652942999),
(82109, '3298', '239.00', '11', '15.001', '20', '71000000', '73699999', '64100000', '64999999', NULL, 1652942999),
(82110, '3220', '508.00', '8', '15.001', '20', '71000000', '73699999', '64100000', '64999999', NULL, 1652943000),
(82111, '3298', '305.00', '11', '20.001', '25', '71000000', '73699999', '64100000', '64999999', NULL, 1652943001),
(82112, '3220', '649.00', '8', '20.001', '25', '71000000', '73699999', '64100000', '64999999', NULL, 1652943001),
(82113, '3298', '371.00', '11', '25.001', '30', '71000000', '73699999', '64100000', '64999999', NULL, 1652943002),
(82114, '3220', '789.00', '8', '25.001', '30', '71000000', '73699999', '64100000', '64999999', NULL, 1652943002),
(82115, '3298', '45.00', '9', '0.3', '5', '71000000', '73699999', '65000000', '65099999', NULL, 1652943003),
(82116, '3220', '137.00', '5', '0.3', '5', '71000000', '73699999', '65000000', '65099999', NULL, 1652943011),
(82117, '3298', '71.00', '9', '5.001', '10', '71000000', '73699999', '65000000', '65099999', NULL, 1652943012),
(82118, '3220', '214.00', '5', '5.001', '10', '71000000', '73699999', '65000000', '65099999', NULL, 1652943012),
(82119, '3298', '116.00', '9', '10.001', '15', '71000000', '73699999', '65000000', '65099999', NULL, 1652943013),
(82120, '3220', '346.00', '5', '10.001', '15', '71000000', '73699999', '65000000', '65099999', NULL, 1652943014),
(82121, '3298', '160.00', '9', '15.001', '20', '71000000', '73699999', '65000000', '65099999', NULL, 1652943014),
(82122, '3220', '479.00', '5', '15.001', '20', '71000000', '73699999', '65000000', '65099999', NULL, 1652943015),
(82123, '3298', '205.00', '9', '20.001', '25', '71000000', '73699999', '65000000', '65099999', NULL, 1652943016),
(82124, '3220', '612.00', '5', '20.001', '25', '71000000', '73699999', '65000000', '65099999', NULL, 1652943016),
(82125, '3298', '249.00', '9', '25.001', '30', '71000000', '73699999', '65000000', '65099999', NULL, 1652943017),
(82126, '3220', '744.00', '5', '25.001', '30', '71000000', '73699999', '65000000', '65099999', NULL, 1652943018),
(82127, '3298', '90.00', '13', '0.3', '5', '71000000', '73699999', '65100000', '65999999', NULL, 1652943018),
(82128, '3220', '183.00', '10', '0.3', '5', '71000000', '73699999', '65100000', '65999999', NULL, 1652943019),
(82129, '3298', '133.00', '13', '5.001', '10', '71000000', '73699999', '65100000', '65999999', NULL, 1652943019),
(82130, '3220', '266.00', '10', '5.001', '10', '71000000', '73699999', '65100000', '65999999', NULL, 1652943020),
(82131, '3298', '215.00', '13', '10.001', '15', '71000000', '73699999', '65100000', '65999999', NULL, 1652943027),
(82132, '3220', '430.00', '10', '10.001', '15', '71000000', '73699999', '65100000', '65999999', NULL, 1652943028),
(82133, '3298', '298.00', '13', '15.001', '20', '71000000', '73699999', '65100000', '65999999', NULL, 1652943028),
(82134, '3220', '595.00', '10', '15.001', '20', '71000000', '73699999', '65100000', '65999999', NULL, 1652943029),
(82135, '3298', '380.00', '13', '20.001', '25', '71000000', '73699999', '65100000', '65999999', NULL, 1652943030),
(82136, '3220', '760.00', '10', '20.001', '25', '71000000', '73699999', '65100000', '65999999', NULL, 1652943030),
(82137, '3298', '463.00', '13', '25.001', '30', '71000000', '73699999', '65100000', '65999999', NULL, 1652943031),
(82138, '3220', '925.00', '10', '25.001', '30', '71000000', '73699999', '65100000', '65999999', NULL, 1652943031),
(82139, '3298', '45.00', '8', '0.3', '5', '71000000', '73699999', '66000000', '66999999', NULL, 1652943032),
(82140, '3220', '137.00', '4', '0.3', '5', '71000000', '73699999', '66000000', '66999999', NULL, 1652943033),
(82141, '3298', '71.00', '8', '5.001', '10', '71000000', '73699999', '66000000', '66999999', NULL, 1652943033),
(82142, '3220', '214.00', '4', '5.001', '10', '71000000', '73699999', '66000000', '66999999', NULL, 1652943034),
(82143, '3298', '116.00', '8', '10.001', '15', '71000000', '73699999', '66000000', '66999999', NULL, 1652943035),
(82144, '3220', '346.00', '4', '10.001', '15', '71000000', '73699999', '66000000', '66999999', NULL, 1652943035),
(82145, '3298', '160.00', '8', '15.001', '20', '71000000', '73699999', '66000000', '66999999', NULL, 1652943036),
(82146, '3220', '479.00', '4', '15.001', '20', '71000000', '73699999', '66000000', '66999999', NULL, 1652943037),
(82147, '3298', '205.00', '8', '20.001', '25', '71000000', '73699999', '66000000', '66999999', NULL, 1652943037),
(82148, '3220', '612.00', '4', '20.001', '25', '71000000', '73699999', '66000000', '66999999', NULL, 1652943043),
(82149, '3298', '249.00', '8', '25.001', '30', '71000000', '73699999', '66000000', '66999999', NULL, 1652943044),
(82150, '3220', '744.00', '4', '25.001', '30', '71000000', '73699999', '66000000', '66999999', NULL, 1652943044),
(82151, '3298', '45.00', '8', '0.3', '5', '71000000', '73699999', '66000000', '67999999', NULL, 1652943045),
(82152, '3220', '137.00', '4', '0.3', '5', '71000000', '73699999', '66000000', '67999999', NULL, 1652943045),
(82153, '3298', '71.00', '8', '5.001', '10', '71000000', '73699999', '66000000', '67999999', NULL, 1652943046),
(82154, '3220', '214.00', '4', '5.001', '10', '71000000', '73699999', '66000000', '67999999', NULL, 1652943047),
(82155, '3298', '116.00', '8', '10.001', '15', '71000000', '73699999', '66000000', '67999999', NULL, 1652943047),
(82156, '3220', '346.00', '4', '10.001', '15', '71000000', '73699999', '66000000', '67999999', NULL, 1652943048),
(82157, '3298', '160.00', '8', '15.001', '20', '71000000', '73699999', '66000000', '67999999', NULL, 1652943048),
(82158, '3220', '479.00', '4', '15.001', '20', '71000000', '73699999', '66000000', '67999999', NULL, 1652943051),
(82159, '3298', '205.00', '8', '20.001', '25', '71000000', '73699999', '66000000', '67999999', NULL, 1652943052),
(82160, '3220', '612.00', '4', '20.001', '25', '71000000', '73699999', '66000000', '67999999', NULL, 1652943052),
(82161, '3298', '249.00', '8', '25.001', '30', '71000000', '73699999', '66000000', '67999999', NULL, 1652943053),
(82162, '3220', '744.00', '4', '25.001', '30', '71000000', '73699999', '66000000', '67999999', NULL, 1652943053),
(82163, '3298', '90.00', '10', '0.3', '5', '71000000', '73699999', '68000000', '68899999', NULL, 1652943057),
(82164, '3220', '183.00', '8', '0.3', '5', '71000000', '73699999', '68000000', '68899999', NULL, 1652943058),
(82165, '3298', '133.00', '10', '5.001', '10', '71000000', '73699999', '68000000', '68899999', NULL, 1652943058),
(82166, '3220', '266.00', '8', '5.001', '10', '71000000', '73699999', '68000000', '68899999', NULL, 1652943062),
(82167, '3298', '215.00', '10', '10.001', '15', '71000000', '73699999', '68000000', '68899999', NULL, 1652943063),
(82168, '3220', '430.00', '8', '10.001', '15', '71000000', '73699999', '68000000', '68899999', NULL, 1652943064),
(82169, '3298', '298.00', '10', '15.001', '20', '71000000', '73699999', '68000000', '68899999', NULL, 1652943065),
(82170, '3220', '595.00', '8', '15.001', '20', '71000000', '73699999', '68000000', '68899999', NULL, 1652943065),
(82171, '3298', '380.00', '10', '20.001', '25', '71000000', '73699999', '68000000', '68899999', NULL, 1652943066),
(82172, '3220', '760.00', '8', '20.001', '25', '71000000', '73699999', '68000000', '68899999', NULL, 1652943067),
(82173, '3298', '463.00', '10', '25.001', '30', '71000000', '73699999', '68000000', '68899999', NULL, 1652943067),
(82174, '3220', '925.00', '8', '25.001', '30', '71000000', '73699999', '68000000', '68899999', NULL, 1652943069),
(82175, '3298', '45.00', '19', '0.3', '5', '71000000', '73699999', '68900000', '68914999', NULL, 1652943070),
(82176, '3220', '137.00', '11', '0.3', '5', '71000000', '73699999', '68900000', '68914999', NULL, 1652943070),
(82177, '3298', '71.00', '19', '5.001', '10', '71000000', '73699999', '68900000', '68914999', NULL, 1652943071),
(82178, '3220', '214.00', '11', '5.001', '10', '71000000', '73699999', '68900000', '68914999', NULL, 1652943072),
(82179, '3298', '116.00', '19', '10.001', '15', '71000000', '73699999', '68900000', '68914999', NULL, 1652943072),
(82180, '3220', '346.00', '11', '10.001', '15', '71000000', '73699999', '68900000', '68914999', NULL, 1652943074),
(82181, '3298', '160.00', '19', '15.001', '20', '71000000', '73699999', '68900000', '68914999', NULL, 1652943075),
(82182, '3220', '479.00', '11', '15.001', '20', '71000000', '73699999', '68900000', '68914999', NULL, 1652943075),
(82183, '3298', '205.00', '19', '20.001', '25', '71000000', '73699999', '68900000', '68914999', NULL, 1652943076),
(82184, '3220', '612.00', '11', '20.001', '25', '71000000', '73699999', '68900000', '68914999', NULL, 1652943077),
(82185, '3298', '249.00', '19', '25.001', '30', '71000000', '73699999', '68900000', '68914999', NULL, 1652943078),
(82186, '3220', '744.00', '11', '25.001', '30', '71000000', '73699999', '68900000', '68914999', NULL, 1652943078),
(82187, '3298', '90.00', '20', '0.3', '5', '71000000', '73699999', '68915000', '68999999', NULL, 1652943079),
(82188, '3220', '183.00', '13', '0.3', '5', '71000000', '73699999', '68915000', '68999999', NULL, 1652943080),
(82189, '3298', '133.00', '20', '5.001', '10', '71000000', '73699999', '68915000', '68999999', NULL, 1652943080),
(82190, '3220', '266.00', '13', '5.001', '10', '71000000', '73699999', '68915000', '68999999', NULL, 1652943081),
(82191, '3298', '215.00', '20', '10.001', '15', '71000000', '73699999', '68915000', '68999999', NULL, 1652943088),
(82192, '3220', '430.00', '13', '10.001', '15', '71000000', '73699999', '68915000', '68999999', NULL, 1652943088),
(82193, '3298', '298.00', '20', '15.001', '20', '71000000', '73699999', '68915000', '68999999', NULL, 1652943089),
(82194, '3220', '595.00', '13', '15.001', '20', '71000000', '73699999', '68915000', '68999999', NULL, 1652943090),
(82195, '3298', '380.00', '20', '20.001', '25', '71000000', '73699999', '68915000', '68999999', NULL, 1652943090),
(82196, '3220', '760.00', '13', '20.001', '25', '71000000', '73699999', '68915000', '68999999', NULL, 1652943091),
(82197, '3298', '463.00', '20', '25.001', '30', '71000000', '73699999', '68915000', '68999999', NULL, 1652943091),
(82198, '3220', '925.00', '13', '25.001', '30', '71000000', '73699999', '68915000', '68999999', NULL, 1652943092),
(82199, '3298', '45.00', '19', '0.3', '5', '71000000', '73699999', '69000000', '69099999', NULL, 1652943093),
(82200, '3220', '137.00', '3', '0.3', '5', '71000000', '73699999', '69000000', '69099999', NULL, 1652943093),
(82201, '3298', '71.00', '19', '5.001', '10', '71000000', '73699999', '69000000', '69099999', NULL, 1652943094),
(82202, '3220', '214.00', '3', '5.001', '10', '71000000', '73699999', '69000000', '69099999', NULL, 1652943094),
(82203, '3298', '116.00', '19', '10.001', '15', '71000000', '73699999', '69000000', '69099999', NULL, 1652943095),
(82204, '3220', '346.00', '3', '10.001', '15', '71000000', '73699999', '69000000', '69099999', NULL, 1652943096),
(82205, '3298', '160.00', '19', '15.001', '20', '71000000', '73699999', '69000000', '69099999', NULL, 1652943096),
(82206, '3220', '479.00', '3', '15.001', '20', '71000000', '73699999', '69000000', '69099999', NULL, 1652943097),
(82207, '3298', '205.00', '19', '20.001', '25', '71000000', '73699999', '69000000', '69099999', NULL, 1652943098),
(82208, '3220', '612.00', '3', '20.001', '25', '71000000', '73699999', '69000000', '69099999', NULL, 1652943098),
(82209, '3298', '249.00', '19', '25.001', '30', '71000000', '73699999', '69000000', '69099999', NULL, 1652943099),
(82210, '3220', '744.00', '3', '25.001', '30', '71000000', '73699999', '69000000', '69099999', NULL, 1652943100),
(82211, '3298', '90.00', '26', '0.3', '5', '71000000', '73699999', '69100000', '69299999', NULL, 1652943100),
(82212, '3220', '183.00', '6', '0.3', '5', '71000000', '73699999', '69100000', '69299999', NULL, 1652943101),
(82213, '3298', '133.00', '26', '5.001', '10', '71000000', '73699999', '69100000', '69299999', NULL, 1652943101),
(82214, '3220', '266.00', '6', '5.001', '10', '71000000', '73699999', '69100000', '69299999', NULL, 1652943102),
(82215, '3298', '215.00', '26', '10.001', '15', '71000000', '73699999', '69100000', '69299999', NULL, 1652943102),
(82216, '3220', '430.00', '6', '10.001', '15', '71000000', '73699999', '69100000', '69299999', NULL, 1652943103),
(82217, '3298', '298.00', '26', '15.001', '20', '71000000', '73699999', '69100000', '69299999', NULL, 1652943103),
(82218, '3220', '595.00', '6', '15.001', '20', '71000000', '73699999', '69100000', '69299999', NULL, 1652943104),
(82219, '3298', '380.00', '26', '20.001', '25', '71000000', '73699999', '69100000', '69299999', NULL, 1652943105),
(82220, '3220', '760.00', '6', '20.001', '25', '71000000', '73699999', '69100000', '69299999', NULL, 1652943105),
(82221, '3298', '463.00', '26', '25.001', '30', '71000000', '73699999', '69100000', '69299999', NULL, 1652943106),
(82222, '3220', '925.00', '6', '25.001', '30', '71000000', '73699999', '69100000', '69299999', NULL, 1652943107),
(82223, '3298', '45.00', '19', '0.3', '5', '71000000', '73699999', '69300000', '69339999', NULL, 1652943107),
(82224, '3220', '137.00', '3', '0.3', '5', '71000000', '73699999', '69300000', '69339999', NULL, 1652943108),
(82225, '3298', '71.00', '19', '5.001', '10', '71000000', '73699999', '69300000', '69339999', NULL, 1652943109),
(82226, '3220', '214.00', '3', '5.001', '10', '71000000', '73699999', '69300000', '69339999', NULL, 1652943109),
(82227, '3298', '116.00', '19', '10.001', '15', '71000000', '73699999', '69300000', '69339999', NULL, 1652943110),
(82228, '3220', '346.00', '3', '10.001', '15', '71000000', '73699999', '69300000', '69339999', NULL, 1652943118),
(82229, '3298', '160.00', '19', '15.001', '20', '71000000', '73699999', '69300000', '69339999', NULL, 1652943118),
(82230, '3220', '479.00', '3', '15.001', '20', '71000000', '73699999', '69300000', '69339999', NULL, 1652943119),
(82231, '3298', '205.00', '19', '20.001', '25', '71000000', '73699999', '69300000', '69339999', NULL, 1652943126),
(82232, '3220', '612.00', '3', '20.001', '25', '71000000', '73699999', '69300000', '69339999', NULL, 1652943126),
(82233, '3298', '249.00', '19', '25.001', '30', '71000000', '73699999', '69300000', '69339999', NULL, 1652943127),
(82234, '3220', '744.00', '3', '25.001', '30', '71000000', '73699999', '69300000', '69339999', NULL, 1652943127),
(82235, '3298', '90.00', '26', '0.3', '5', '71000000', '73699999', '69340000', '69389999', NULL, 1652943128),
(82236, '3220', '183.00', '9', '0.3', '5', '71000000', '73699999', '69340000', '69389999', NULL, 1652943129),
(82237, '3298', '133.00', '26', '5.001', '10', '71000000', '73699999', '69340000', '69389999', NULL, 1652943129),
(82238, '3220', '266.00', '9', '5.001', '10', '71000000', '73699999', '69340000', '69389999', NULL, 1652943130),
(82239, '3298', '215.00', '26', '10.001', '15', '71000000', '73699999', '69340000', '69389999', NULL, 1652943130),
(82240, '3220', '430.00', '9', '10.001', '15', '71000000', '73699999', '69340000', '69389999', NULL, 1652943131),
(82241, '3298', '298.00', '26', '15.001', '20', '71000000', '73699999', '69340000', '69389999', NULL, 1652943138),
(82242, '3220', '595.00', '9', '15.001', '20', '71000000', '73699999', '69340000', '69389999', NULL, 1652943139),
(82243, '3298', '380.00', '26', '20.001', '25', '71000000', '73699999', '69340000', '69389999', NULL, 1652943139),
(82244, '3220', '760.00', '9', '20.001', '25', '71000000', '73699999', '69340000', '69389999', NULL, 1652943141),
(82245, '3298', '463.00', '26', '25.001', '30', '71000000', '73699999', '69340000', '69389999', NULL, 1652943141),
(82246, '3220', '925.00', '9', '25.001', '30', '71000000', '73699999', '69340000', '69389999', NULL, 1652943142),
(82247, '3298', '45.00', '9', '0.3', '5', '71000000', '73699999', '69900000', '69920999', NULL, 1652943143),
(82248, '3220', '137.00', '5', '0.3', '5', '71000000', '73699999', '69900000', '69920999', NULL, 1652943149),
(82249, '3298', '71.00', '9', '5.001', '10', '71000000', '73699999', '69900000', '69920999', NULL, 1652943150),
(82250, '3220', '214.00', '5', '5.001', '10', '71000000', '73699999', '69900000', '69920999', NULL, 1652943150),
(82251, '3298', '116.00', '9', '10.001', '15', '71000000', '73699999', '69900000', '69920999', NULL, 1652943156),
(82252, '3220', '346.00', '5', '10.001', '15', '71000000', '73699999', '69900000', '69920999', NULL, 1652943157),
(82253, '3298', '160.00', '9', '15.001', '20', '71000000', '73699999', '69900000', '69920999', NULL, 1652943157),
(82254, '3220', '479.00', '5', '15.001', '20', '71000000', '73699999', '69900000', '69920999', NULL, 1652943158),
(82255, '3298', '205.00', '9', '20.001', '25', '71000000', '73699999', '69900000', '69920999', NULL, 1652943159),
(82256, '3220', '612.00', '5', '20.001', '25', '71000000', '73699999', '69900000', '69920999', NULL, 1652943159),
(82257, '3298', '249.00', '9', '25.001', '30', '71000000', '73699999', '69900000', '69920999', NULL, 1652943160),
(82258, '3220', '744.00', '5', '25.001', '30', '71000000', '73699999', '69900000', '69920999', NULL, 1652943161),
(82259, '3298', '90.00', '12', '0.3', '5', '71000000', '73699999', '69921000', '69999999', NULL, 1652943161),
(82260, '3220', '183.00', '10', '0.3', '5', '71000000', '73699999', '69921000', '69999999', NULL, 1652943162),
(82261, '3298', '133.00', '12', '5.001', '10', '71000000', '73699999', '69921000', '69999999', NULL, 1652943163),
(82262, '3220', '266.00', '10', '5.001', '10', '71000000', '73699999', '69921000', '69999999', NULL, 1652943164),
(82263, '3298', '215.00', '12', '10.001', '15', '71000000', '73699999', '69921000', '69999999', NULL, 1652943164),
(82264, '3220', '430.00', '10', '10.001', '15', '71000000', '73699999', '69921000', '69999999', NULL, 1652943165),
(82265, '3298', '298.00', '12', '15.001', '20', '71000000', '73699999', '69921000', '69999999', NULL, 1652943166),
(82266, '3220', '595.00', '10', '15.001', '20', '71000000', '73699999', '69921000', '69999999', NULL, 1652943166),
(82267, '3298', '380.00', '12', '20.001', '25', '71000000', '73699999', '69921000', '69999999', NULL, 1652943167),
(82268, '3220', '760.00', '10', '20.001', '25', '71000000', '73699999', '69921000', '69999999', NULL, 1652943168),
(82269, '3298', '463.00', '12', '25.001', '30', '71000000', '73699999', '69921000', '69999999', NULL, 1652943169),
(82270, '3220', '925.00', '10', '25.001', '30', '71000000', '73699999', '69921000', '69999999', NULL, 1652943170),
(82271, '3298', '25.00', '5', '0.3', '5', '71000000', '73699999', '71000000', '73699999', NULL, 1652943176),
(82272, '3220', '21.00', '1', '0.3', '5', '71000000', '73699999', '71000000', '73699999', NULL, 1652943177),
(82273, '3298', '31.00', '5', '5.001', '10', '71000000', '73699999', '71000000', '73699999', NULL, 1652943178),
(82274, '3220', '27.00', '1', '5.001', '10', '71000000', '73699999', '71000000', '73699999', NULL, 1652943178),
(82275, '3298', '51.00', '5', '10.001', '15', '71000000', '73699999', '71000000', '73699999', NULL, 1652943179),
(82276, '3220', '44.00', '1', '10.001', '15', '71000000', '73699999', '71000000', '73699999', NULL, 1652943180),
(82277, '3298', '71.00', '5', '15.001', '20', '71000000', '73699999', '71000000', '73699999', NULL, 1652943180),
(82278, '3220', '61.00', '1', '15.001', '20', '71000000', '73699999', '71000000', '73699999', NULL, 1652943181),
(82279, '3298', '91.00', '5', '20.001', '25', '71000000', '73699999', '71000000', '73699999', NULL, 1652943181),
(82280, '3220', '78.00', '1', '20.001', '25', '71000000', '73699999', '71000000', '73699999', NULL, 1652943182),
(82281, '3298', '110.00', '5', '25.001', '30', '71000000', '73699999', '71000000', '73699999', NULL, 1652943183),
(82282, '3220', '95.00', '1', '25.001', '30', '71000000', '73699999', '71000000', '73699999', NULL, 1652943183),
(82283, '3298', '25.00', '6', '0.3', '5', '71000000', '73699999', '72800000', '73999999', NULL, 1652943184),
(82284, '3220', '21.00', '2', '0.3', '5', '71000000', '73699999', '72800000', '73999999', NULL, 1652943184),
(82285, '3298', '31.00', '6', '5.001', '10', '71000000', '73699999', '72800000', '73999999', NULL, 1652943185),
(82286, '3220', '27.00', '2', '5.001', '10', '71000000', '73699999', '72800000', '73999999', NULL, 1652943186),
(82287, '3298', '51.00', '6', '10.001', '15', '71000000', '73699999', '72800000', '73999999', NULL, 1652943186),
(82288, '3220', '44.00', '2', '10.001', '15', '71000000', '73699999', '72800000', '73999999', NULL, 1652943187),
(82289, '3298', '71.00', '6', '15.001', '20', '71000000', '73699999', '72800000', '73999999', NULL, 1652943188),
(82290, '3220', '61.00', '2', '15.001', '20', '71000000', '73699999', '72800000', '73999999', NULL, 1652943188),
(82291, '3298', '91.00', '6', '20.001', '25', '71000000', '73699999', '72800000', '73999999', NULL, 1652943189),
(82292, '3220', '78.00', '2', '20.001', '25', '71000000', '73699999', '72800000', '73999999', NULL, 1652943190),
(82293, '3298', '110.00', '6', '25.001', '30', '71000000', '73699999', '72800000', '73999999', NULL, 1652943190),
(82294, '3220', '95.00', '2', '25.001', '30', '71000000', '73699999', '72800000', '73999999', NULL, 1652943191),
(82295, '3298', '25.00', '5', '0.3', '5', '71000000', '73699999', '74000000', '74894999', NULL, 1652943191),
(82296, '3220', '34.00', '1', '0.3', '5', '71000000', '73699999', '74000000', '74894999', NULL, 1652943192),
(82297, '3298', '31.00', '5', '5.001', '10', '71000000', '73699999', '74000000', '74894999', NULL, 1652943193),
(82298, '3220', '47.00', '1', '5.001', '10', '71000000', '73699999', '74000000', '74894999', NULL, 1652943193),
(82299, '3298', '51.00', '5', '10.001', '15', '71000000', '73699999', '74000000', '74894999', NULL, 1652943194),
(82300, '3220', '77.00', '1', '10.001', '15', '71000000', '73699999', '74000000', '74894999', NULL, 1652943195),
(82301, '3298', '70.00', '5', '15.001', '20', '71000000', '73699999', '74000000', '74894999', NULL, 1652943195),
(82302, '3220', '107.00', '1', '15.001', '20', '71000000', '73699999', '74000000', '74894999', NULL, 1652943196),
(82303, '3298', '90.00', '5', '20.001', '25', '71000000', '73699999', '74000000', '74894999', NULL, 1652943197),
(82304, '3220', '137.00', '1', '20.001', '25', '71000000', '73699999', '74000000', '74894999', NULL, 1652943197),
(82305, '3298', '109.00', '5', '25.001', '30', '71000000', '73699999', '74000000', '74894999', NULL, 1652943198),
(82306, '3220', '166.00', '1', '25.001', '30', '71000000', '73699999', '74000000', '74894999', NULL, 1652943198),
(82307, '3298', '25.00', '5', '0.3', '5', '71000000', '73699999', '74895000', '76799999', NULL, 1652943199),
(82308, '3220', '34.00', '1', '0.3', '5', '71000000', '73699999', '74895000', '76799999', NULL, 1652943200),
(82309, '3298', '31.00', '5', '5.001', '10', '71000000', '73699999', '74895000', '76799999', NULL, 1652943200),
(82310, '3220', '47.00', '1', '5.001', '10', '71000000', '73699999', '74895000', '76799999', NULL, 1652943201),
(82311, '3298', '51.00', '5', '10.001', '15', '71000000', '73699999', '74895000', '76799999', NULL, 1652943202),
(82312, '3220', '77.00', '1', '10.001', '15', '71000000', '73699999', '74895000', '76799999', NULL, 1652943202),
(82313, '3298', '70.00', '5', '15.001', '20', '71000000', '73699999', '74895000', '76799999', NULL, 1652943208),
(82314, '3220', '107.00', '1', '15.001', '20', '71000000', '73699999', '74895000', '76799999', NULL, 1652943208),
(82315, '3298', '90.00', '5', '20.001', '25', '71000000', '73699999', '74895000', '76799999', NULL, 1652943214),
(82316, '3220', '137.00', '1', '20.001', '25', '71000000', '73699999', '74895000', '76799999', NULL, 1652943214),
(82317, '3298', '109.00', '5', '25.001', '30', '71000000', '73699999', '74895000', '76799999', NULL, 1652943215),
(82318, '3220', '166.00', '1', '25.001', '30', '71000000', '73699999', '74895000', '76799999', NULL, 1652943216),
(82319, '3298', '30.00', '7', '0.3', '5', '71000000', '73699999', '77000000', '77270999', NULL, 1652943217),
(82320, '3220', '59.00', '2', '0.3', '5', '71000000', '73699999', '77000000', '77270999', NULL, 1652943217),
(82321, '3298', '44.00', '7', '5.001', '10', '71000000', '73699999', '77000000', '77270999', NULL, 1652943218),
(82322, '3220', '93.00', '2', '5.001', '10', '71000000', '73699999', '77000000', '77270999', NULL, 1652943219),
(82323, '3298', '71.00', '7', '10.001', '15', '71000000', '73699999', '77000000', '77270999', NULL, 1652943220),
(82324, '3220', '150.00', '2', '10.001', '15', '71000000', '73699999', '77000000', '77270999', NULL, 1652943220),
(82325, '3298', '99.00', '7', '15.001', '20', '71000000', '73699999', '77000000', '77270999', NULL, 1652943221),
(82326, '3220', '208.00', '2', '15.001', '20', '71000000', '73699999', '77000000', '77270999', NULL, 1652943222),
(82327, '3298', '126.00', '7', '20.001', '25', '71000000', '73699999', '77000000', '77270999', NULL, 1652943222),
(82328, '3220', '266.00', '2', '20.001', '25', '71000000', '73699999', '77000000', '77270999', NULL, 1652943222),
(82329, '3298', '153.00', '7', '25.001', '30', '71000000', '73699999', '77000000', '77270999', NULL, 1652943223),
(82330, '3220', '324.00', '2', '25.001', '30', '71000000', '73699999', '77000000', '77270999', NULL, 1652943224),
(82331, '3298', '44.00', '7', '0.3', '5', '71000000', '73699999', '77300000', '77995999', NULL, 1652943225),
(82332, '3220', '102.00', '3', '0.3', '5', '71000000', '73699999', '77300000', '77995999', NULL, 1652943225),
(82333, '3298', '74.00', '7', '5.001', '10', '71000000', '73699999', '77300000', '77995999', NULL, 1652943226),
(82334, '3220', '141.00', '3', '5.001', '10', '71000000', '73699999', '77300000', '77995999', NULL, 1652943227),
(82335, '3298', '120.00', '7', '10.001', '15', '71000000', '73699999', '77300000', '77995999', NULL, 1652943228),
(82336, '3220', '229.00', '3', '10.001', '15', '71000000', '73699999', '77300000', '77995999', NULL, 1652943228),
(82337, '3298', '166.00', '7', '15.001', '20', '71000000', '73699999', '77300000', '77995999', NULL, 1652943229),
(82338, '3220', '316.00', '3', '15.001', '20', '71000000', '73699999', '77300000', '77995999', NULL, 1652943230),
(82339, '3298', '212.00', '7', '20.001', '25', '71000000', '73699999', '77300000', '77995999', NULL, 1652943231),
(82340, '3220', '404.00', '3', '20.001', '25', '71000000', '73699999', '77300000', '77995999', NULL, 1652943231),
(82341, '3298', '258.00', '7', '25.001', '30', '71000000', '73699999', '77300000', '77995999', NULL, 1652943232),
(82342, '3220', '492.00', '3', '25.001', '30', '71000000', '73699999', '77300000', '77995999', NULL, 1652943233),
(82343, '3298', '34.00', '8', '0.3', '5', '71000000', '73699999', '78000000', '78109999', NULL, 1652943234),
(82344, '3220', '80.00', '4', '0.3', '5', '71000000', '73699999', '78000000', '78109999', NULL, 1652943235),
(82345, '3298', '50.00', '8', '5.001', '10', '71000000', '73699999', '78000000', '78109999', NULL, 1652943235),
(82346, '3220', '125.00', '4', '5.001', '10', '71000000', '73699999', '78000000', '78109999', NULL, 1652943240),
(82347, '3298', '82.00', '8', '10.001', '15', '71000000', '73699999', '78000000', '78109999', NULL, 1652943241),
(82348, '3220', '203.00', '4', '10.001', '15', '71000000', '73699999', '78000000', '78109999', NULL, 1652943242),
(82349, '3298', '113.00', '8', '15.001', '20', '71000000', '73699999', '78000000', '78109999', NULL, 1652943242),
(82350, '3220', '281.00', '4', '15.001', '20', '71000000', '73699999', '78000000', '78109999', NULL, 1652943243),
(82351, '3298', '145.00', '8', '20.001', '25', '71000000', '73699999', '78000000', '78109999', NULL, 1652943244),
(82352, '3220', '359.00', '4', '20.001', '25', '71000000', '73699999', '78000000', '78109999', NULL, 1652943245),
(82353, '3298', '176.00', '8', '25.001', '30', '71000000', '73699999', '78000000', '78109999', NULL, 1652943246),
(82354, '3220', '437.00', '4', '25.001', '30', '71000000', '73699999', '78000000', '78109999', NULL, 1652943247),
(82355, '3298', '50.00', '8', '0.3', '5', '71000000', '73699999', '78110000', '78899999', NULL, 1652943251),
(82356, '3220', '124.00', '5', '0.3', '5', '71000000', '73699999', '78110000', '78899999', NULL, 1652943252),
(82357, '3298', '83.00', '8', '5.001', '10', '71000000', '73699999', '78110000', '78899999', NULL, 1652943253),
(82358, '3220', '175.00', '5', '5.001', '10', '71000000', '73699999', '78110000', '78899999', NULL, 1652943254),
(82359, '3298', '135.00', '8', '10.001', '15', '71000000', '73699999', '78110000', '78899999', NULL, 1652943255),
(82360, '3220', '283.00', '5', '10.001', '15', '71000000', '73699999', '78110000', '78899999', NULL, 1652943257),
(82361, '3298', '186.00', '8', '15.001', '20', '71000000', '73699999', '78110000', '78899999', NULL, 1652943257),
(82362, '3220', '392.00', '5', '15.001', '20', '71000000', '73699999', '78110000', '78899999', NULL, 1652943258),
(82363, '3298', '238.00', '8', '20.001', '25', '71000000', '73699999', '78110000', '78899999', NULL, 1652943259),
(82364, '3220', '500.00', '5', '20.001', '25', '71000000', '73699999', '78110000', '78899999', NULL, 1652943261),
(82365, '3298', '290.00', '8', '25.001', '30', '71000000', '73699999', '78110000', '78899999', NULL, 1652943262),
(82366, '3220', '609.00', '5', '25.001', '30', '71000000', '73699999', '78110000', '78899999', NULL, 1652943263),
(82367, '3298', '90.00', '9', '0.3', '5', '71000000', '73699999', '78900000', '78930999', NULL, 1652943264),
(82368, '3220', '183.00', '5', '0.3', '5', '71000000', '73699999', '78900000', '78930999', NULL, 1652943264),
(82369, '3298', '133.00', '9', '5.001', '10', '71000000', '73699999', '78900000', '78930999', NULL, 1652943264),
(82370, '3220', '266.00', '5', '5.001', '10', '71000000', '73699999', '78900000', '78930999', NULL, 1652943266),
(82371, '3298', '215.00', '9', '10.001', '15', '71000000', '73699999', '78900000', '78930999', NULL, 1652943266),
(82372, '3220', '430.00', '5', '10.001', '15', '71000000', '73699999', '78900000', '78930999', NULL, 1652943267),
(82373, '3298', '298.00', '9', '15.001', '20', '71000000', '73699999', '78900000', '78930999', NULL, 1652943268),
(82374, '3220', '595.00', '5', '15.001', '20', '71000000', '73699999', '78900000', '78930999', NULL, 1652943269),
(82375, '3298', '380.00', '9', '20.001', '25', '71000000', '73699999', '78900000', '78930999', NULL, 1652943271),
(82376, '3220', '760.00', '5', '20.001', '25', '71000000', '73699999', '78900000', '78930999', NULL, 1652943272),
(82377, '3298', '463.00', '9', '25.001', '30', '71000000', '73699999', '78900000', '78930999', NULL, 1652943272),
(82378, '3220', '925.00', '5', '25.001', '30', '71000000', '73699999', '78900000', '78930999', NULL, 1652943273),
(82379, '3298', '50.00', '10', '0.3', '5', '71000000', '73699999', '78931000', '78999999', NULL, 1652943277),
(82380, '3220', '124.00', '6', '0.3', '5', '71000000', '73699999', '78931000', '78999999', NULL, 1652943278),
(82381, '3298', '83.00', '10', '5.001', '10', '71000000', '73699999', '78931000', '78999999', NULL, 1652943279),
(82382, '3220', '175.00', '6', '5.001', '10', '71000000', '73699999', '78931000', '78999999', NULL, 1652943279),
(82383, '3298', '135.00', '10', '10.001', '15', '71000000', '73699999', '78931000', '78999999', NULL, 1652943281),
(82384, '3220', '283.00', '6', '10.001', '15', '71000000', '73699999', '78931000', '78999999', NULL, 1652943281),
(82385, '3298', '186.00', '10', '15.001', '20', '71000000', '73699999', '78931000', '78999999', NULL, 1652943282),
(82386, '3220', '392.00', '6', '15.001', '20', '71000000', '73699999', '78931000', '78999999', NULL, 1652943283),
(82387, '3298', '238.00', '10', '20.001', '25', '71000000', '73699999', '78931000', '78999999', NULL, 1652943285),
(82388, '3220', '500.00', '6', '20.001', '25', '71000000', '73699999', '78931000', '78999999', NULL, 1652943287),
(82389, '3298', '290.00', '10', '25.001', '30', '71000000', '73699999', '78931000', '78999999', NULL, 1652943289),
(82390, '3220', '609.00', '6', '25.001', '30', '71000000', '73699999', '78931000', '78999999', NULL, 1652943290),
(82391, '3298', '34.00', '6', '0.3', '5', '71000000', '73699999', '79000000', '79129999', NULL, 1652943291),
(82392, '3220', '80.00', '1', '0.3', '5', '71000000', '73699999', '79000000', '79129999', NULL, 1652943292),
(82393, '3298', '50.00', '6', '5.001', '10', '71000000', '73699999', '79000000', '79129999', NULL, 1652943292),
(82394, '3220', '125.00', '1', '5.001', '10', '71000000', '73699999', '79000000', '79129999', NULL, 1652943293),
(82395, '3298', '82.00', '6', '10.001', '15', '71000000', '73699999', '79000000', '79129999', NULL, 1652943295),
(82396, '3220', '203.00', '1', '10.001', '15', '71000000', '73699999', '79000000', '79129999', NULL, 1652943295),
(82397, '3298', '113.00', '6', '15.001', '20', '71000000', '73699999', '79000000', '79129999', NULL, 1652943297),
(82398, '3220', '281.00', '1', '15.001', '20', '71000000', '73699999', '79000000', '79129999', NULL, 1652943297),
(82399, '3298', '145.00', '6', '20.001', '25', '71000000', '73699999', '79000000', '79129999', NULL, 1652943299),
(82400, '3220', '359.00', '1', '20.001', '25', '71000000', '73699999', '79000000', '79129999', NULL, 1652943300),
(82401, '3298', '176.00', '6', '25.001', '30', '71000000', '73699999', '79000000', '79129999', NULL, 1652943302),
(82402, '3220', '437.00', '1', '25.001', '30', '71000000', '73699999', '79000000', '79129999', NULL, 1652943303),
(82403, '3298', '50.00', '9', '0.3', '5', '71000000', '73699999', '79130000', '79999999', NULL, 1652943305),
(82404, '3220', '124.00', '5', '0.3', '5', '71000000', '73699999', '79130000', '79999999', NULL, 1652943308),
(82405, '3298', '83.00', '9', '5.001', '10', '71000000', '73699999', '79130000', '79999999', NULL, 1652943308),
(82406, '3220', '175.00', '5', '5.001', '10', '71000000', '73699999', '79130000', '79999999', NULL, 1652943309),
(82407, '3298', '135.00', '9', '10.001', '15', '71000000', '73699999', '79130000', '79999999', NULL, 1652943310),
(82408, '3220', '283.00', '5', '10.001', '15', '71000000', '73699999', '79130000', '79999999', NULL, 1652943312),
(82409, '3298', '186.00', '9', '15.001', '20', '71000000', '73699999', '79130000', '79999999', NULL, 1652943314),
(82410, '3220', '392.00', '5', '15.001', '20', '71000000', '73699999', '79130000', '79999999', NULL, 1652943315),
(82411, '3298', '238.00', '9', '20.001', '25', '71000000', '73699999', '79130000', '79999999', NULL, 1652943318),
(82412, '3220', '500.00', '5', '20.001', '25', '71000000', '73699999', '79130000', '79999999', NULL, 1652943319),
(82413, '3298', '290.00', '9', '25.001', '30', '71000000', '73699999', '79130000', '79999999', NULL, 1652943320),
(82414, '3220', '609.00', '5', '25.001', '30', '71000000', '73699999', '79130000', '79999999', NULL, 1652943322),
(82415, '3298', '38.00', '5', '0.3', '5', '71000000', '73699999', '80000000', '82999999', NULL, 1652943324),
(82416, '3220', '113.00', '1', '0.3', '5', '71000000', '73699999', '80000000', '82999999', NULL, 1652943327),
(82417, '3298', '58.00', '5', '5.001', '10', '71000000', '73699999', '80000000', '82999999', NULL, 1652943329),
(82418, '3220', '176.00', '1', '5.001', '10', '71000000', '73699999', '80000000', '82999999', NULL, 1652943330),
(82419, '3298', '94.00', '5', '10.001', '15', '71000000', '73699999', '80000000', '82999999', NULL, 1652943331),
(82420, '3220', '286.00', '1', '10.001', '15', '71000000', '73699999', '80000000', '82999999', NULL, 1652943332),
(82421, '3298', '130.00', '5', '15.001', '20', '71000000', '73699999', '80000000', '82999999', NULL, 1652943333),
(82422, '3220', '396.00', '1', '15.001', '20', '71000000', '73699999', '80000000', '82999999', NULL, 1652943334),
(82423, '3298', '166.00', '5', '20.001', '25', '71000000', '73699999', '80000000', '82999999', NULL, 1652943337),
(82424, '3220', '505.00', '1', '20.001', '25', '71000000', '73699999', '80000000', '82999999', NULL, 1652943337),
(82425, '3298', '202.00', '5', '25.001', '30', '71000000', '73699999', '80000000', '82999999', NULL, 1652943338),
(82426, '3220', '615.00', '1', '25.001', '30', '71000000', '73699999', '80000000', '82999999', NULL, 1652943339),
(82427, '3298', '38.00', '5', '0.3', '5', '71000000', '73699999', '80000000', '83800999', NULL, 1652943341),
(82428, '3220', '113.00', '1', '0.3', '5', '71000000', '73699999', '80000000', '83800999', NULL, 1652943342),
(82429, '3298', '58.00', '5', '5.001', '10', '71000000', '73699999', '80000000', '83800999', NULL, 1652943345),
(82430, '3220', '176.00', '1', '5.001', '10', '71000000', '73699999', '80000000', '83800999', NULL, 1652943346),
(82431, '3298', '94.00', '5', '10.001', '15', '71000000', '73699999', '80000000', '83800999', NULL, 1652943347),
(82432, '3220', '286.00', '1', '10.001', '15', '71000000', '73699999', '80000000', '83800999', NULL, 1652943349),
(82433, '3298', '130.00', '5', '15.001', '20', '71000000', '73699999', '80000000', '83800999', NULL, 1652943350),
(82434, '3220', '396.00', '1', '15.001', '20', '71000000', '73699999', '80000000', '83800999', NULL, 1652943351);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(82435, '3298', '166.00', '5', '20.001', '25', '71000000', '73699999', '80000000', '83800999', NULL, 1652943351),
(82436, '3220', '505.00', '1', '20.001', '25', '71000000', '73699999', '80000000', '83800999', NULL, 1652943352),
(82437, '3298', '202.00', '5', '25.001', '30', '71000000', '73699999', '80000000', '83800999', NULL, 1652943354),
(82438, '3220', '615.00', '1', '25.001', '30', '71000000', '73699999', '80000000', '83800999', NULL, 1652943357),
(82439, '3298', '70.00', '8', '0.3', '5', '71000000', '73699999', '83801000', '87999999', NULL, 1652943358),
(82440, '3220', '157.00', '4', '0.3', '5', '71000000', '73699999', '83801000', '87999999', NULL, 1652943359),
(82441, '3298', '106.00', '8', '5.001', '10', '71000000', '73699999', '83801000', '87999999', NULL, 1652943361),
(82442, '3220', '226.00', '4', '5.001', '10', '71000000', '73699999', '83801000', '87999999', NULL, 1652943361),
(82443, '3298', '172.00', '8', '10.001', '15', '71000000', '73699999', '83801000', '87999999', NULL, 1652943364),
(82444, '3220', '367.00', '4', '10.001', '15', '71000000', '73699999', '83801000', '87999999', NULL, 1652943365),
(82445, '3298', '239.00', '8', '15.001', '20', '71000000', '73699999', '83801000', '87999999', NULL, 1652943366),
(82446, '3220', '508.00', '4', '15.001', '20', '71000000', '73699999', '83801000', '87999999', NULL, 1652943369),
(82447, '3298', '305.00', '8', '20.001', '25', '71000000', '73699999', '83801000', '87999999', NULL, 1652943371),
(82448, '3220', '649.00', '4', '20.001', '25', '71000000', '73699999', '83801000', '87999999', NULL, 1652943374),
(82449, '3298', '371.00', '8', '25.001', '30', '71000000', '73699999', '83801000', '87999999', NULL, 1652943376),
(82450, '3220', '789.00', '4', '25.001', '30', '71000000', '73699999', '83801000', '87999999', NULL, 1652943379),
(82451, '3298', '38.00', '6', '0.3', '5', '71000000', '73699999', '88000000', '82999999', NULL, 1652943379),
(82452, '3220', '113.00', '2', '0.3', '5', '71000000', '73699999', '88000000', '82999999', NULL, 1652943383),
(82453, '3298', '58.00', '6', '5.001', '10', '71000000', '73699999', '88000000', '82999999', NULL, 1652943384),
(82454, '3220', '176.00', '2', '5.001', '10', '71000000', '73699999', '88000000', '82999999', NULL, 1652943386),
(82455, '3298', '94.00', '6', '10.001', '15', '71000000', '73699999', '88000000', '82999999', NULL, 1652943387),
(82456, '3220', '286.00', '2', '10.001', '15', '71000000', '73699999', '88000000', '82999999', NULL, 1652943388),
(82457, '3298', '130.00', '6', '15.001', '20', '71000000', '73699999', '88000000', '82999999', NULL, 1652943389),
(82458, '3220', '396.00', '2', '15.001', '20', '71000000', '73699999', '88000000', '82999999', NULL, 1652943390),
(82459, '3298', '166.00', '6', '20.001', '25', '71000000', '73699999', '88000000', '82999999', NULL, 1652943391),
(82460, '3220', '505.00', '2', '20.001', '25', '71000000', '73699999', '88000000', '82999999', NULL, 1652943392),
(82461, '3298', '202.00', '6', '25.001', '30', '71000000', '73699999', '88000000', '82999999', NULL, 1652943393),
(82462, '3220', '615.00', '2', '25.001', '30', '71000000', '73699999', '88000000', '82999999', NULL, 1652943394),
(82463, '3298', '38.00', '6', '0.3', '5', '71000000', '73699999', '88000000', '88469999', NULL, 1652943395),
(82464, '3220', '113.00', '2', '0.3', '5', '71000000', '73699999', '88000000', '88469999', NULL, 1652943396),
(82465, '3298', '58.00', '6', '5.001', '10', '71000000', '73699999', '88000000', '88469999', NULL, 1652943398),
(82466, '3220', '176.00', '2', '5.001', '10', '71000000', '73699999', '88000000', '88469999', NULL, 1652943400),
(82467, '3298', '94.00', '6', '10.001', '15', '71000000', '73699999', '88000000', '88469999', NULL, 1652943402),
(82468, '3220', '286.00', '2', '10.001', '15', '71000000', '73699999', '88000000', '88469999', NULL, 1652943403),
(82469, '3298', '130.00', '6', '15.001', '20', '71000000', '73699999', '88000000', '88469999', NULL, 1652943405),
(82470, '3220', '396.00', '2', '15.001', '20', '71000000', '73699999', '88000000', '88469999', NULL, 1652943406),
(82471, '3298', '166.00', '6', '20.001', '25', '71000000', '73699999', '88000000', '88469999', NULL, 1652943408),
(82472, '3220', '505.00', '2', '20.001', '25', '71000000', '73699999', '88000000', '88469999', NULL, 1652943409),
(82473, '3298', '202.00', '6', '25.001', '30', '71000000', '73699999', '88000000', '88469999', NULL, 1652943411),
(82474, '3220', '615.00', '2', '25.001', '30', '71000000', '73699999', '88000000', '88469999', NULL, 1652943414),
(82475, '3298', '60.00', '6', '0.3', '5', '71000000', '73699999', '88470000', '89999999', NULL, 1652943415),
(82476, '3220', '132.00', '2', '0.3', '5', '71000000', '73699999', '88470000', '89999999', NULL, 1652943415),
(82477, '3298', '91.00', '6', '5.001', '10', '71000000', '73699999', '88470000', '89999999', NULL, 1652943419),
(82478, '3220', '190.00', '2', '5.001', '10', '71000000', '73699999', '88470000', '89999999', NULL, 1652943422),
(82479, '3298', '148.00', '6', '10.001', '15', '71000000', '73699999', '88470000', '89999999', NULL, 1652943426),
(82480, '3220', '308.00', '2', '10.001', '15', '71000000', '73699999', '88470000', '89999999', NULL, 1652943431),
(82481, '3298', '205.00', '6', '15.001', '20', '71000000', '73699999', '88470000', '89999999', NULL, 1652943432),
(82482, '3220', '427.00', '2', '15.001', '20', '71000000', '73699999', '88470000', '89999999', NULL, 1652943433),
(82483, '3298', '262.00', '6', '20.001', '25', '71000000', '73699999', '88470000', '89999999', NULL, 1652943437),
(82484, '3220', '545.00', '2', '20.001', '25', '71000000', '73699999', '88470000', '89999999', NULL, 1652943441),
(82485, '3298', '319.00', '6', '25.001', '30', '71000000', '73699999', '88470000', '89999999', NULL, 1652943442),
(82486, '3220', '663.00', '2', '25.001', '30', '71000000', '73699999', '88470000', '89999999', NULL, 1652943443),
(82487, '3298', '45.00', '6', '0.3', '5', '71000000', '73699999', '90000000', '91999999', NULL, 1652943445),
(82488, '3220', '137.00', '1', '0.3', '5', '71000000', '73699999', '90000000', '91999999', NULL, 1652943448),
(82489, '3298', '71.00', '6', '5.001', '10', '71000000', '73699999', '90000000', '91999999', NULL, 1652943451),
(82490, '3220', '214.00', '1', '5.001', '10', '71000000', '73699999', '90000000', '91999999', NULL, 1652943454),
(82491, '3298', '116.00', '6', '10.001', '15', '71000000', '73699999', '90000000', '91999999', NULL, 1652943456),
(82492, '3220', '346.00', '1', '10.001', '15', '71000000', '73699999', '90000000', '91999999', NULL, 1652943457),
(82493, '3298', '160.00', '6', '15.001', '20', '71000000', '73699999', '90000000', '91999999', NULL, 1652943460),
(82494, '3220', '479.00', '1', '15.001', '20', '71000000', '73699999', '90000000', '91999999', NULL, 1652943468),
(82495, '3298', '205.00', '6', '20.001', '25', '71000000', '73699999', '90000000', '91999999', NULL, 1652943468),
(82496, '3220', '612.00', '1', '20.001', '25', '71000000', '73699999', '90000000', '91999999', NULL, 1652943470),
(82497, '3298', '249.00', '6', '25.001', '30', '71000000', '73699999', '90000000', '91999999', NULL, 1652943471),
(82498, '3220', '744.00', '1', '25.001', '30', '71000000', '73699999', '90000000', '91999999', NULL, 1652943474),
(82499, '3298', '45.00', '6', '0.3', '5', '71000000', '73699999', '90000000', '94900999', NULL, 1652943478),
(82500, '3220', '137.00', '2', '0.3', '5', '71000000', '73699999', '90000000', '94900999', NULL, 1652943482),
(82501, '3298', '71.00', '6', '5.001', '10', '71000000', '73699999', '90000000', '94900999', NULL, 1652943483),
(82502, '3220', '214.00', '2', '5.001', '10', '71000000', '73699999', '90000000', '94900999', NULL, 1652943485),
(82503, '3298', '116.00', '6', '10.001', '15', '71000000', '73699999', '90000000', '94900999', NULL, 1652943487),
(82504, '3220', '346.00', '2', '10.001', '15', '71000000', '73699999', '90000000', '94900999', NULL, 1652943491),
(82505, '3298', '160.00', '6', '15.001', '20', '71000000', '73699999', '90000000', '94900999', NULL, 1652943492),
(82506, '3220', '479.00', '2', '15.001', '20', '71000000', '73699999', '90000000', '94900999', NULL, 1652943496),
(82507, '3298', '205.00', '6', '20.001', '25', '71000000', '73699999', '90000000', '94900999', NULL, 1652943497),
(82508, '3220', '612.00', '2', '20.001', '25', '71000000', '73699999', '90000000', '94900999', NULL, 1652943498),
(82509, '3298', '249.00', '6', '25.001', '30', '71000000', '73699999', '90000000', '94900999', NULL, 1652943499),
(82510, '3220', '744.00', '2', '25.001', '30', '71000000', '73699999', '90000000', '94900999', NULL, 1652943499),
(82511, '3298', '90.00', '10', '0.3', '5', '71000000', '73699999', '94901000', '99999999', NULL, 1652943500),
(82512, '3220', '183.00', '6', '0.3', '5', '71000000', '73699999', '94901000', '99999999', NULL, 1652943501),
(82513, '3298', '133.00', '10', '5.001', '10', '71000000', '73699999', '94901000', '99999999', NULL, 1652943504),
(82514, '3220', '266.00', '6', '5.001', '10', '71000000', '73699999', '94901000', '99999999', NULL, 1652943505),
(82515, '3298', '215.00', '10', '10.001', '15', '71000000', '73699999', '94901000', '99999999', NULL, 1652943506),
(82516, '3220', '430.00', '6', '10.001', '15', '71000000', '73699999', '94901000', '99999999', NULL, 1652943507),
(82517, '3298', '298.00', '10', '15.001', '20', '71000000', '73699999', '94901000', '99999999', NULL, 1652943508),
(82518, '3220', '595.00', '6', '15.001', '20', '71000000', '73699999', '94901000', '99999999', NULL, 1652943509),
(82519, '3298', '380.00', '10', '20.001', '25', '71000000', '73699999', '94901000', '99999999', NULL, 1652943512),
(82520, '3220', '760.00', '6', '20.001', '25', '71000000', '73699999', '94901000', '99999999', NULL, 1652943513),
(82521, '3298', '463.00', '10', '25.001', '30', '71000000', '73699999', '94901000', '99999999', NULL, 1652943514),
(82522, '3220', '925.00', '6', '25.001', '30', '71000000', '73699999', '94901000', '99999999', NULL, 1652943515),
(82523, '3298', '34.00', '7', '0.3', '5', '72800000', '73999999', '01000000', '08499999', NULL, 1652943516),
(82524, '3220', '80.00', '3', '0.3', '5', '72800000', '73999999', '01000000', '08499999', NULL, 1652943517),
(82525, '3298', '50.00', '7', '5.001', '10', '72800000', '73999999', '01000000', '08499999', NULL, 1652943518),
(82526, '3220', '125.00', '3', '5.001', '10', '72800000', '73999999', '01000000', '08499999', NULL, 1652943519),
(82527, '3298', '82.00', '7', '10.001', '15', '72800000', '73999999', '01000000', '08499999', NULL, 1652943521),
(82528, '3220', '203.00', '3', '10.001', '15', '72800000', '73999999', '01000000', '08499999', NULL, 1652943522),
(82529, '3298', '113.00', '7', '15.001', '20', '72800000', '73999999', '01000000', '08499999', NULL, 1652943523),
(82530, '3220', '281.00', '3', '15.001', '20', '72800000', '73999999', '01000000', '08499999', NULL, 1652943523),
(82531, '3298', '145.00', '7', '20.001', '25', '72800000', '73999999', '01000000', '08499999', NULL, 1652943523),
(82532, '3220', '359.00', '3', '20.001', '25', '72800000', '73999999', '01000000', '08499999', NULL, 1652943526),
(82533, '3298', '176.00', '7', '25.001', '30', '72800000', '73999999', '01000000', '08499999', NULL, 1652943530),
(82534, '3220', '437.00', '3', '25.001', '30', '72800000', '73999999', '01000000', '08499999', NULL, 1652943530),
(82535, '3298', '34.00', '7', '0.3', '5', '72800000', '73999999', '06000000', '09999999', NULL, 1652943532),
(82536, '3220', '80.00', '3', '0.3', '5', '72800000', '73999999', '06000000', '09999999', NULL, 1652943533),
(82537, '3298', '50.00', '7', '5.001', '10', '72800000', '73999999', '06000000', '09999999', NULL, 1652943535),
(82538, '3220', '125.00', '3', '5.001', '10', '72800000', '73999999', '06000000', '09999999', NULL, 1652943537),
(82539, '3298', '82.00', '7', '10.001', '15', '72800000', '73999999', '06000000', '09999999', NULL, 1652943537),
(82540, '3220', '203.00', '3', '10.001', '15', '72800000', '73999999', '06000000', '09999999', NULL, 1652943540),
(82541, '3298', '113.00', '7', '15.001', '20', '72800000', '73999999', '06000000', '09999999', NULL, 1652943542),
(82542, '3220', '281.00', '3', '15.001', '20', '72800000', '73999999', '06000000', '09999999', NULL, 1652943545),
(82543, '3298', '145.00', '7', '20.001', '25', '72800000', '73999999', '06000000', '09999999', NULL, 1652943547),
(82544, '3220', '359.00', '3', '20.001', '25', '72800000', '73999999', '06000000', '09999999', NULL, 1652943547),
(82545, '3298', '176.00', '7', '25.001', '30', '72800000', '73999999', '06000000', '09999999', NULL, 1652943550),
(82546, '3220', '437.00', '3', '25.001', '30', '72800000', '73999999', '06000000', '09999999', NULL, 1652943551),
(82547, '3298', '34.00', '7', '0.3', '5', '72800000', '73999999', '11000000', '11999999', NULL, 1652943553),
(82548, '3220', '80.00', '3', '0.3', '5', '72800000', '73999999', '11000000', '11999999', NULL, 1652943557),
(82549, '3298', '50.00', '7', '5.001', '10', '72800000', '73999999', '11000000', '11999999', NULL, 1652943558),
(82550, '3220', '125.00', '3', '5.001', '10', '72800000', '73999999', '11000000', '11999999', NULL, 1652943561),
(82551, '3298', '82.00', '7', '10.001', '15', '72800000', '73999999', '11000000', '11999999', NULL, 1652943563),
(82552, '3220', '203.00', '3', '10.001', '15', '72800000', '73999999', '11000000', '11999999', NULL, 1652943565),
(82553, '3298', '113.00', '7', '15.001', '20', '72800000', '73999999', '11000000', '11999999', NULL, 1652943566),
(82554, '3220', '281.00', '3', '15.001', '20', '72800000', '73999999', '11000000', '11999999', NULL, 1652943567),
(82555, '3298', '145.00', '7', '20.001', '25', '72800000', '73999999', '11000000', '11999999', NULL, 1652943568),
(82556, '3220', '359.00', '3', '20.001', '25', '72800000', '73999999', '11000000', '11999999', NULL, 1652943569),
(82557, '3298', '176.00', '7', '25.001', '30', '72800000', '73999999', '11000000', '11999999', NULL, 1652943569),
(82558, '3220', '437.00', '3', '25.001', '30', '72800000', '73999999', '11000000', '11999999', NULL, 1652943570),
(82559, '3298', '34.00', '7', '0.3', '5', '72800000', '73999999', '12000000', '19999999', NULL, 1652943575),
(82560, '3220', '80.00', '3', '0.3', '5', '72800000', '73999999', '12000000', '19999999', NULL, 1652943576),
(82561, '3298', '50.00', '7', '5.001', '10', '72800000', '73999999', '12000000', '19999999', NULL, 1652943576),
(82562, '3220', '125.00', '3', '5.001', '10', '72800000', '73999999', '12000000', '19999999', NULL, 1652943577),
(82563, '3298', '82.00', '7', '10.001', '15', '72800000', '73999999', '12000000', '19999999', NULL, 1652943578),
(82564, '3220', '203.00', '3', '10.001', '15', '72800000', '73999999', '12000000', '19999999', NULL, 1652943579),
(82565, '3298', '113.00', '7', '15.001', '20', '72800000', '73999999', '12000000', '19999999', NULL, 1652943581),
(82566, '3220', '281.00', '3', '15.001', '20', '72800000', '73999999', '12000000', '19999999', NULL, 1652943585),
(82567, '3298', '145.00', '7', '20.001', '25', '72800000', '73999999', '12000000', '19999999', NULL, 1652943586),
(82568, '3220', '359.00', '3', '20.001', '25', '72800000', '73999999', '12000000', '19999999', NULL, 1652943587),
(82569, '3298', '176.00', '7', '25.001', '30', '72800000', '73999999', '12000000', '19999999', NULL, 1652943592),
(82570, '3220', '437.00', '3', '25.001', '30', '72800000', '73999999', '12000000', '19999999', NULL, 1652943598),
(82571, '3298', '50.00', '11', '0.3', '5', '72800000', '73999999', '26601000', '28999999', NULL, 1652943626),
(82572, '3220', '124.00', '8', '0.3', '5', '72800000', '73999999', '26601000', '28999999', NULL, 1652943631),
(82573, '3298', '83.00', '11', '5.001', '10', '72800000', '73999999', '26601000', '28999999', NULL, 1652943637),
(82574, '3220', '175.00', '8', '5.001', '10', '72800000', '73999999', '26601000', '28999999', NULL, 1652943638),
(82575, '3298', '135.00', '11', '10.001', '15', '72800000', '73999999', '26601000', '28999999', NULL, 1652943639),
(82576, '3220', '283.00', '8', '10.001', '15', '72800000', '73999999', '26601000', '28999999', NULL, 1652943644),
(82577, '3298', '186.00', '11', '15.001', '20', '72800000', '73999999', '26601000', '28999999', NULL, 1652943646),
(82578, '3220', '392.00', '8', '15.001', '20', '72800000', '73999999', '26601000', '28999999', NULL, 1652943647),
(82579, '3298', '238.00', '11', '20.001', '25', '72800000', '73999999', '26601000', '28999999', NULL, 1652943648),
(82580, '3220', '500.00', '8', '20.001', '25', '72800000', '73999999', '26601000', '28999999', NULL, 1652943649),
(82581, '3298', '290.00', '11', '25.001', '30', '72800000', '73999999', '26601000', '28999999', NULL, 1652943650),
(82582, '3220', '609.00', '8', '25.001', '30', '72800000', '73999999', '26601000', '28999999', NULL, 1652943651),
(82583, '3298', '38.00', '6', '0.3', '5', '72800000', '73999999', '29000000', '29099999', NULL, 1652943652),
(82584, '3220', '113.00', '2', '0.3', '5', '72800000', '73999999', '29000000', '29099999', NULL, 1652943653),
(82585, '3298', '58.00', '6', '5.001', '10', '72800000', '73999999', '29000000', '29099999', NULL, 1652943654),
(82586, '3220', '176.00', '2', '5.001', '10', '72800000', '73999999', '29000000', '29099999', NULL, 1652943655),
(82587, '3298', '94.00', '6', '10.001', '15', '72800000', '73999999', '29000000', '29099999', NULL, 1652943659),
(82588, '3220', '286.00', '2', '10.001', '15', '72800000', '73999999', '29000000', '29099999', NULL, 1652943660),
(82589, '3298', '130.00', '6', '15.001', '20', '72800000', '73999999', '29000000', '29099999', NULL, 1652943665),
(82590, '3220', '396.00', '2', '15.001', '20', '72800000', '73999999', '29000000', '29099999', NULL, 1652943665),
(82591, '3298', '166.00', '6', '20.001', '25', '72800000', '73999999', '29000000', '29099999', NULL, 1652943667),
(82592, '3220', '505.00', '2', '20.001', '25', '72800000', '73999999', '29000000', '29099999', NULL, 1652943667),
(82593, '3298', '202.00', '6', '25.001', '30', '72800000', '73999999', '29000000', '29099999', NULL, 1652943668),
(82594, '3220', '615.00', '2', '25.001', '30', '72800000', '73999999', '29000000', '29099999', NULL, 1652943672),
(82595, '3298', '70.00', '12', '0.3', '5', '72800000', '73999999', '29100000', '29999999', NULL, 1652943673),
(82596, '3220', '157.00', '9', '0.3', '5', '72800000', '73999999', '29100000', '29999999', NULL, 1652943674),
(82597, '3298', '106.00', '12', '5.001', '10', '72800000', '73999999', '29100000', '29999999', NULL, 1652943675),
(82598, '3220', '226.00', '9', '5.001', '10', '72800000', '73999999', '29100000', '29999999', NULL, 1652943676),
(82599, '3298', '172.00', '12', '10.001', '15', '72800000', '73999999', '29100000', '29999999', NULL, 1652943677),
(82600, '3220', '367.00', '9', '10.001', '15', '72800000', '73999999', '29100000', '29999999', NULL, 1652943679),
(82601, '3298', '239.00', '12', '15.001', '20', '72800000', '73999999', '29100000', '29999999', NULL, 1652943680),
(82602, '3220', '508.00', '9', '15.001', '20', '72800000', '73999999', '29100000', '29999999', NULL, 1652943681),
(82603, '3298', '305.00', '12', '20.001', '25', '72800000', '73999999', '29100000', '29999999', NULL, 1652943681),
(82604, '3220', '649.00', '9', '20.001', '25', '72800000', '73999999', '29100000', '29999999', NULL, 1652943683),
(82605, '3298', '371.00', '12', '25.001', '30', '72800000', '73999999', '29100000', '29999999', NULL, 1652943686),
(82606, '3220', '789.00', '9', '25.001', '30', '72800000', '73999999', '29100000', '29999999', NULL, 1652943688),
(82607, '3298', '30.00', '7', '0.3', '5', '72800000', '73999999', '30000000', '31999999', NULL, 1652943691),
(82608, '3220', '59.00', '3', '0.3', '5', '72800000', '73999999', '30000000', '31999999', NULL, 1652943693),
(82609, '3298', '44.00', '7', '5.001', '10', '72800000', '73999999', '30000000', '31999999', NULL, 1652943693),
(82610, '3220', '93.00', '3', '5.001', '10', '72800000', '73999999', '30000000', '31999999', NULL, 1652943694),
(82611, '3298', '71.00', '7', '10.001', '15', '72800000', '73999999', '30000000', '31999999', NULL, 1652943696),
(82612, '3220', '150.00', '3', '10.001', '15', '72800000', '73999999', '30000000', '31999999', NULL, 1652943698),
(82613, '3298', '99.00', '7', '15.001', '20', '72800000', '73999999', '30000000', '31999999', NULL, 1652943699),
(82614, '3220', '208.00', '3', '15.001', '20', '72800000', '73999999', '30000000', '31999999', NULL, 1652943700),
(82615, '3298', '126.00', '7', '20.001', '25', '72800000', '73999999', '30000000', '31999999', NULL, 1652943701),
(82616, '3220', '266.00', '3', '20.001', '25', '72800000', '73999999', '30000000', '31999999', NULL, 1652943703),
(82617, '3298', '153.00', '7', '25.001', '30', '72800000', '73999999', '30000000', '31999999', NULL, 1652943704),
(82618, '3220', '324.00', '3', '25.001', '30', '72800000', '73999999', '30000000', '31999999', NULL, 1652943705),
(82619, '3298', '30.00', '7', '0.3', '5', '72800000', '73999999', '30000000', '34999999', NULL, 1652943706),
(82620, '3220', '59.00', '3', '0.3', '5', '72800000', '73999999', '30000000', '34999999', NULL, 1652943707),
(82621, '3298', '44.00', '7', '5.001', '10', '72800000', '73999999', '30000000', '34999999', NULL, 1652943707),
(82622, '3220', '93.00', '3', '5.001', '10', '72800000', '73999999', '30000000', '34999999', NULL, 1652943708),
(82623, '3298', '71.00', '7', '10.001', '15', '72800000', '73999999', '30000000', '34999999', NULL, 1652943709),
(82624, '3220', '150.00', '3', '10.001', '15', '72800000', '73999999', '30000000', '34999999', NULL, 1652943710),
(82625, '3298', '99.00', '7', '15.001', '20', '72800000', '73999999', '30000000', '34999999', NULL, 1652943711),
(82626, '3220', '208.00', '3', '15.001', '20', '72800000', '73999999', '30000000', '34999999', NULL, 1652943713),
(82627, '3298', '126.00', '7', '20.001', '25', '72800000', '73999999', '30000000', '34999999', NULL, 1652943713),
(82628, '3220', '266.00', '3', '20.001', '25', '72800000', '73999999', '30000000', '34999999', NULL, 1652943721),
(82629, '3298', '153.00', '7', '25.001', '30', '72800000', '73999999', '30000000', '34999999', NULL, 1652943721),
(82630, '3220', '324.00', '3', '25.001', '30', '72800000', '73999999', '30000000', '34999999', NULL, 1652943723),
(82631, '3298', '44.00', '11', '0.3', '5', '72800000', '73999999', '35000000', '39999999', NULL, 1652943724),
(82632, '3220', '102.00', '8', '0.3', '5', '72800000', '73999999', '35000000', '39999999', NULL, 1652943724),
(82633, '3298', '74.00', '11', '5.001', '10', '72800000', '73999999', '35000000', '39999999', NULL, 1652943725),
(82634, '3220', '141.00', '8', '5.001', '10', '72800000', '73999999', '35000000', '39999999', NULL, 1652943726),
(82635, '3298', '120.00', '11', '10.001', '15', '72800000', '73999999', '35000000', '39999999', NULL, 1652943727),
(82636, '3220', '229.00', '8', '10.001', '15', '72800000', '73999999', '35000000', '39999999', NULL, 1652943738),
(82637, '3298', '166.00', '11', '15.001', '20', '72800000', '73999999', '35000000', '39999999', NULL, 1652943739),
(82638, '3220', '316.00', '8', '15.001', '20', '72800000', '73999999', '35000000', '39999999', NULL, 1652943750),
(82639, '3298', '212.00', '11', '20.001', '25', '72800000', '73999999', '35000000', '39999999', NULL, 1652943752),
(82640, '3220', '404.00', '8', '20.001', '25', '72800000', '73999999', '35000000', '39999999', NULL, 1652943754),
(82641, '3298', '258.00', '11', '25.001', '30', '72800000', '73999999', '35000000', '39999999', NULL, 1652943755),
(82642, '3220', '492.00', '8', '25.001', '30', '72800000', '73999999', '35000000', '39999999', NULL, 1652943764),
(82643, '3298', '38.00', '6', '0.3', '5', '72800000', '73999999', '40000000', '41999999', NULL, 1652943766),
(82644, '3220', '113.00', '2', '0.3', '5', '72800000', '73999999', '40000000', '41999999', NULL, 1652943767),
(82645, '3298', '58.00', '6', '5.001', '10', '72800000', '73999999', '40000000', '41999999', NULL, 1652943769),
(82646, '3220', '176.00', '2', '5.001', '10', '72800000', '73999999', '40000000', '41999999', NULL, 1652943771),
(82647, '3298', '94.00', '6', '10.001', '15', '72800000', '73999999', '40000000', '41999999', NULL, 1652943772),
(82648, '3220', '286.00', '2', '10.001', '15', '72800000', '73999999', '40000000', '41999999', NULL, 1652943773),
(82649, '3298', '130.00', '6', '15.001', '20', '72800000', '73999999', '40000000', '41999999', NULL, 1652943775),
(82650, '3220', '396.00', '2', '15.001', '20', '72800000', '73999999', '40000000', '41999999', NULL, 1652943784),
(82651, '3298', '166.00', '6', '20.001', '25', '72800000', '73999999', '40000000', '41999999', NULL, 1652943785),
(82652, '3220', '505.00', '2', '20.001', '25', '72800000', '73999999', '40000000', '41999999', NULL, 1652943787),
(82653, '3298', '202.00', '6', '25.001', '30', '72800000', '73999999', '40000000', '41999999', NULL, 1652943788),
(82654, '3220', '615.00', '2', '25.001', '30', '72800000', '73999999', '40000000', '41999999', NULL, 1652943790),
(82655, '3298', '38.00', '6', '0.3', '5', '72800000', '73999999', '40000000', '44470999', NULL, 1652943791),
(82656, '3220', '113.00', '2', '0.3', '5', '72800000', '73999999', '40000000', '44470999', NULL, 1652943793),
(82657, '3298', '58.00', '6', '5.001', '10', '72800000', '73999999', '40000000', '44470999', NULL, 1652943793),
(82658, '3220', '176.00', '2', '5.001', '10', '72800000', '73999999', '40000000', '44470999', NULL, 1652943794),
(82659, '3298', '94.00', '6', '10.001', '15', '72800000', '73999999', '40000000', '44470999', NULL, 1652943795),
(82660, '3220', '286.00', '2', '10.001', '15', '72800000', '73999999', '40000000', '44470999', NULL, 1652943796),
(82661, '3298', '130.00', '6', '15.001', '20', '72800000', '73999999', '40000000', '44470999', NULL, 1652943797),
(82662, '3220', '396.00', '2', '15.001', '20', '72800000', '73999999', '40000000', '44470999', NULL, 1652943797),
(82663, '3298', '166.00', '6', '20.001', '25', '72800000', '73999999', '40000000', '44470999', NULL, 1652943797),
(82664, '3220', '505.00', '2', '20.001', '25', '72800000', '73999999', '40000000', '44470999', NULL, 1652943798),
(82665, '3298', '202.00', '6', '25.001', '30', '72800000', '73999999', '40000000', '44470999', NULL, 1652943799),
(82666, '3220', '615.00', '2', '25.001', '30', '72800000', '73999999', '40000000', '44470999', NULL, 1652943800),
(82667, '3298', '78.00', '7', '0.3', '5', '72800000', '73999999', '44471000', '48999999', NULL, 1652943800),
(82668, '3220', '154.00', '3', '0.3', '5', '72800000', '73999999', '44471000', '48999999', NULL, 1652943801),
(82669, '3298', '114.00', '7', '5.001', '10', '72800000', '73999999', '44471000', '48999999', NULL, 1652943801),
(82670, '3220', '223.00', '3', '5.001', '10', '72800000', '73999999', '44471000', '48999999', NULL, 1652943803),
(82671, '3298', '185.00', '7', '10.001', '15', '72800000', '73999999', '44471000', '48999999', NULL, 1652943804),
(82672, '3220', '361.00', '3', '10.001', '15', '72800000', '73999999', '44471000', '48999999', NULL, 1652943804),
(82673, '3298', '256.00', '7', '15.001', '20', '72800000', '73999999', '44471000', '48999999', NULL, 1652943805),
(82674, '3220', '500.00', '3', '15.001', '20', '72800000', '73999999', '44471000', '48999999', NULL, 1652943807),
(82675, '3298', '327.00', '7', '20.001', '25', '72800000', '73999999', '44471000', '48999999', NULL, 1652943807),
(82676, '3220', '638.00', '3', '20.001', '25', '72800000', '73999999', '44471000', '48999999', NULL, 1652943808),
(82677, '3298', '398.00', '7', '25.001', '30', '72800000', '73999999', '44471000', '48999999', NULL, 1652943809),
(82678, '3220', '777.00', '3', '25.001', '30', '72800000', '73999999', '44471000', '48999999', NULL, 1652943810),
(82679, '3298', '38.00', '7', '0.3', '5', '72800000', '73999999', '49000000', '49099999', NULL, 1652943810),
(82680, '3220', '113.00', '3', '0.3', '5', '72800000', '73999999', '49000000', '49099999', NULL, 1652943810),
(82681, '3298', '58.00', '7', '5.001', '10', '72800000', '73999999', '49000000', '49099999', NULL, 1652943811),
(82682, '3220', '176.00', '3', '5.001', '10', '72800000', '73999999', '49000000', '49099999', NULL, 1652943816),
(82683, '3298', '94.00', '7', '10.001', '15', '72800000', '73999999', '49000000', '49099999', NULL, 1652943817),
(82684, '3220', '286.00', '3', '10.001', '15', '72800000', '73999999', '49000000', '49099999', NULL, 1652943817),
(82685, '3298', '130.00', '7', '15.001', '20', '72800000', '73999999', '49000000', '49099999', NULL, 1652943821),
(82686, '3220', '396.00', '3', '15.001', '20', '72800000', '73999999', '49000000', '49099999', NULL, 1652943821),
(82687, '3298', '166.00', '7', '20.001', '25', '72800000', '73999999', '49000000', '49099999', NULL, 1652943823),
(82688, '3220', '505.00', '3', '20.001', '25', '72800000', '73999999', '49000000', '49099999', NULL, 1652943824),
(82689, '3298', '202.00', '7', '25.001', '30', '72800000', '73999999', '49000000', '49099999', NULL, 1652943824),
(82690, '3220', '615.00', '3', '25.001', '30', '72800000', '73999999', '49000000', '49099999', NULL, 1652943825),
(82691, '3298', '70.00', '14', '0.3', '5', '72800000', '73999999', '49100000', '49999999', NULL, 1652943826),
(82692, '3220', '157.00', '9', '0.3', '5', '72800000', '73999999', '49100000', '49999999', NULL, 1652943840),
(82693, '3298', '106.00', '14', '5.001', '10', '72800000', '73999999', '49100000', '49999999', NULL, 1652943857),
(82694, '3220', '226.00', '9', '5.001', '10', '72800000', '73999999', '49100000', '49999999', NULL, 1652943857),
(82695, '3298', '172.00', '14', '10.001', '15', '72800000', '73999999', '49100000', '49999999', NULL, 1652943858),
(82696, '3220', '367.00', '9', '10.001', '15', '72800000', '73999999', '49100000', '49999999', NULL, 1652943858),
(82697, '3298', '239.00', '14', '15.001', '20', '72800000', '73999999', '49100000', '49999999', NULL, 1652943859),
(82698, '3220', '508.00', '9', '15.001', '20', '72800000', '73999999', '49100000', '49999999', NULL, 1652943860),
(82699, '3298', '305.00', '14', '20.001', '25', '72800000', '73999999', '49100000', '49999999', NULL, 1652943860),
(82700, '3220', '649.00', '9', '20.001', '25', '72800000', '73999999', '49100000', '49999999', NULL, 1652943861),
(82701, '3298', '371.00', '14', '25.001', '30', '72800000', '73999999', '49100000', '49999999', NULL, 1652943862),
(82702, '3220', '789.00', '9', '25.001', '30', '72800000', '73999999', '49100000', '49999999', NULL, 1652943862),
(82703, '3298', '45.00', '7', '0.3', '5', '72800000', '73999999', '50000000', '52999999', NULL, 1652943863),
(82704, '3220', '137.00', '3', '0.3', '5', '72800000', '73999999', '50000000', '52999999', NULL, 1652943864),
(82705, '3298', '71.00', '7', '5.001', '10', '72800000', '73999999', '50000000', '52999999', NULL, 1652943864),
(82706, '3220', '214.00', '3', '5.001', '10', '72800000', '73999999', '50000000', '52999999', NULL, 1652943864),
(82707, '3298', '116.00', '7', '10.001', '15', '72800000', '73999999', '50000000', '52999999', NULL, 1652943865),
(82708, '3220', '346.00', '3', '10.001', '15', '72800000', '73999999', '50000000', '52999999', NULL, 1652943865),
(82709, '3298', '160.00', '7', '15.001', '20', '72800000', '73999999', '50000000', '52999999', NULL, 1652943866),
(82710, '3220', '479.00', '3', '15.001', '20', '72800000', '73999999', '50000000', '52999999', NULL, 1652943866),
(82711, '3298', '205.00', '7', '20.001', '25', '72800000', '73999999', '50000000', '52999999', NULL, 1652943867),
(82712, '3220', '612.00', '3', '20.001', '25', '72800000', '73999999', '50000000', '52999999', NULL, 1652943868),
(82713, '3298', '249.00', '7', '25.001', '30', '72800000', '73999999', '50000000', '52999999', NULL, 1652943868),
(82714, '3220', '744.00', '3', '25.001', '30', '72800000', '73999999', '50000000', '52999999', NULL, 1652943869),
(82715, '3298', '45.00', '7', '0.3', '5', '72800000', '73999999', '50000000', '54999999', NULL, 1652943869),
(82716, '3220', '137.00', '3', '0.3', '5', '72800000', '73999999', '50000000', '54999999', NULL, 1652943869),
(82717, '3298', '71.00', '7', '5.001', '10', '72800000', '73999999', '50000000', '54999999', NULL, 1652943870),
(82718, '3220', '214.00', '3', '5.001', '10', '72800000', '73999999', '50000000', '54999999', NULL, 1652943871),
(82719, '3298', '116.00', '7', '10.001', '15', '72800000', '73999999', '50000000', '54999999', NULL, 1652943871),
(82720, '3220', '346.00', '3', '10.001', '15', '72800000', '73999999', '50000000', '54999999', NULL, 1652943872),
(82721, '3298', '160.00', '7', '15.001', '20', '72800000', '73999999', '50000000', '54999999', NULL, 1652943873),
(82722, '3220', '479.00', '3', '15.001', '20', '72800000', '73999999', '50000000', '54999999', NULL, 1652943874),
(82723, '3298', '205.00', '7', '20.001', '25', '72800000', '73999999', '50000000', '54999999', NULL, 1652943874),
(82724, '3220', '612.00', '3', '20.001', '25', '72800000', '73999999', '50000000', '54999999', NULL, 1652943891),
(82725, '3298', '249.00', '7', '25.001', '30', '72800000', '73999999', '50000000', '54999999', NULL, 1652943891),
(82726, '3220', '744.00', '3', '25.001', '30', '72800000', '73999999', '50000000', '54999999', NULL, 1652943892),
(82727, '3298', '90.00', '15', '0.3', '5', '72800000', '73999999', '55000000', '56999999', NULL, 1652943893),
(82728, '3220', '183.00', '10', '0.3', '5', '72800000', '73999999', '55000000', '56999999', NULL, 1652943893),
(82729, '3298', '133.00', '15', '5.001', '10', '72800000', '73999999', '55000000', '56999999', NULL, 1652943894),
(82730, '3220', '266.00', '10', '5.001', '10', '72800000', '73999999', '55000000', '56999999', NULL, 1652943895),
(82731, '3298', '215.00', '15', '10.001', '15', '72800000', '73999999', '55000000', '56999999', NULL, 1652943895),
(82732, '3220', '430.00', '10', '10.001', '15', '72800000', '73999999', '55000000', '56999999', NULL, 1652943896),
(82733, '3298', '298.00', '15', '15.001', '20', '72800000', '73999999', '55000000', '56999999', NULL, 1652943896),
(82734, '3220', '595.00', '10', '15.001', '20', '72800000', '73999999', '55000000', '56999999', NULL, 1652943897),
(82735, '3298', '380.00', '15', '20.001', '25', '72800000', '73999999', '55000000', '56999999', NULL, 1652943898),
(82736, '3220', '760.00', '10', '20.001', '25', '72800000', '73999999', '55000000', '56999999', NULL, 1652943898),
(82737, '3298', '463.00', '15', '25.001', '30', '72800000', '73999999', '55000000', '56999999', NULL, 1652943899),
(82738, '3220', '925.00', '10', '25.001', '30', '72800000', '73999999', '55000000', '56999999', NULL, 1652943913),
(82739, '3298', '45.00', '7', '0.3', '5', '72800000', '73999999', '57000000', '57099999', NULL, 1652943914),
(82740, '3220', '137.00', '3', '0.3', '5', '72800000', '73999999', '57000000', '57099999', NULL, 1652943914),
(82741, '3298', '71.00', '7', '5.001', '10', '72800000', '73999999', '57000000', '57099999', NULL, 1652943915),
(82742, '3220', '214.00', '3', '5.001', '10', '72800000', '73999999', '57000000', '57099999', NULL, 1652943915),
(82743, '3298', '116.00', '7', '10.001', '15', '72800000', '73999999', '57000000', '57099999', NULL, 1652943928),
(82744, '3220', '346.00', '3', '10.001', '15', '72800000', '73999999', '57000000', '57099999', NULL, 1652943929),
(82745, '3298', '160.00', '7', '15.001', '20', '72800000', '73999999', '57000000', '57099999', NULL, 1652943929),
(82746, '3220', '479.00', '3', '15.001', '20', '72800000', '73999999', '57000000', '57099999', NULL, 1652943930),
(82747, '3298', '205.00', '7', '20.001', '25', '72800000', '73999999', '57000000', '57099999', NULL, 1652943930),
(82748, '3220', '612.00', '3', '20.001', '25', '72800000', '73999999', '57000000', '57099999', NULL, 1652943931),
(82749, '3298', '249.00', '7', '25.001', '30', '72800000', '73999999', '57000000', '57099999', NULL, 1652943931),
(82750, '3220', '744.00', '3', '25.001', '30', '72800000', '73999999', '57000000', '57099999', NULL, 1652943932),
(82751, '3298', '45.00', '13', '0.3', '5', '72800000', '73999999', '57100000', '57999999', NULL, 1652943933),
(82752, '3220', '137.00', '9', '0.3', '5', '72800000', '73999999', '57100000', '57999999', NULL, 1652943933),
(82753, '3298', '71.00', '13', '5.001', '10', '72800000', '73999999', '57100000', '57999999', NULL, 1652943946),
(82754, '3220', '214.00', '9', '5.001', '10', '72800000', '73999999', '57100000', '57999999', NULL, 1652943947),
(82755, '3298', '116.00', '13', '10.001', '15', '72800000', '73999999', '57100000', '57999999', NULL, 1652943948),
(82756, '3220', '346.00', '9', '10.001', '15', '72800000', '73999999', '57100000', '57999999', NULL, 1652943948),
(82757, '3298', '160.00', '13', '15.001', '20', '72800000', '73999999', '57100000', '57999999', NULL, 1652943948),
(82758, '3220', '479.00', '9', '15.001', '20', '72800000', '73999999', '57100000', '57999999', NULL, 1652943949),
(82759, '3298', '205.00', '13', '20.001', '25', '72800000', '73999999', '57100000', '57999999', NULL, 1652943949),
(82760, '3220', '612.00', '9', '20.001', '25', '72800000', '73999999', '57100000', '57999999', NULL, 1652943950),
(82761, '3298', '249.00', '13', '25.001', '30', '72800000', '73999999', '57100000', '57999999', NULL, 1652943951),
(82762, '3220', '744.00', '9', '25.001', '30', '72800000', '73999999', '57100000', '57999999', NULL, 1652943951),
(82763, '3298', '45.00', '7', '0.3', '5', '72800000', '73999999', '58000000', '58099999', NULL, 1652943952),
(82764, '3220', '137.00', '3', '0.3', '5', '72800000', '73999999', '58000000', '58099999', NULL, 1652943952),
(82765, '3298', '71.00', '7', '5.001', '10', '72800000', '73999999', '58000000', '58099999', NULL, 1652943953),
(82766, '3220', '214.00', '3', '5.001', '10', '72800000', '73999999', '58000000', '58099999', NULL, 1652943953),
(82767, '3298', '116.00', '7', '10.001', '15', '72800000', '73999999', '58000000', '58099999', NULL, 1652943963),
(82768, '3220', '346.00', '3', '10.001', '15', '72800000', '73999999', '58000000', '58099999', NULL, 1652943972),
(82769, '3298', '160.00', '7', '15.001', '20', '72800000', '73999999', '58000000', '58099999', NULL, 1652943973),
(82770, '3220', '479.00', '3', '15.001', '20', '72800000', '73999999', '58000000', '58099999', NULL, 1652943973),
(82771, '3298', '205.00', '7', '20.001', '25', '72800000', '73999999', '58000000', '58099999', NULL, 1652943974),
(82772, '3220', '612.00', '3', '20.001', '25', '72800000', '73999999', '58000000', '58099999', NULL, 1652943974),
(82773, '3298', '249.00', '7', '25.001', '30', '72800000', '73999999', '58000000', '58099999', NULL, 1652943975),
(82774, '3220', '744.00', '3', '25.001', '30', '72800000', '73999999', '58000000', '58099999', NULL, 1652943976),
(82775, '3298', '90.00', '16', '0.3', '5', '72800000', '73999999', '58100000', '58999999', NULL, 1652943976),
(82776, '3220', '183.00', '12', '0.3', '5', '72800000', '73999999', '58100000', '58999999', NULL, 1652943977),
(82777, '3298', '133.00', '16', '5.001', '10', '72800000', '73999999', '58100000', '58999999', NULL, 1652943979),
(82778, '3220', '266.00', '12', '5.001', '10', '72800000', '73999999', '58100000', '58999999', NULL, 1652943979),
(82779, '3298', '215.00', '16', '10.001', '15', '72800000', '73999999', '58100000', '58999999', NULL, 1652943980),
(82780, '3220', '430.00', '12', '10.001', '15', '72800000', '73999999', '58100000', '58999999', NULL, 1652943981),
(82781, '3298', '298.00', '16', '15.001', '20', '72800000', '73999999', '58100000', '58999999', NULL, 1652943981),
(82782, '3220', '595.00', '12', '15.001', '20', '72800000', '73999999', '58100000', '58999999', NULL, 1652943982),
(82783, '3298', '380.00', '16', '20.001', '25', '72800000', '73999999', '58100000', '58999999', NULL, 1652943983),
(82784, '3220', '760.00', '12', '20.001', '25', '72800000', '73999999', '58100000', '58999999', NULL, 1652943983),
(82785, '3298', '463.00', '16', '25.001', '30', '72800000', '73999999', '58100000', '58999999', NULL, 1652943984),
(82786, '3220', '925.00', '12', '25.001', '30', '72800000', '73999999', '58100000', '58999999', NULL, 1652943984),
(82787, '3298', '45.00', '7', '0.3', '5', '72800000', '73999999', '59000000', '59099999', NULL, 1652943985),
(82788, '3220', '137.00', '3', '0.3', '5', '72800000', '73999999', '59000000', '59099999', NULL, 1652943986),
(82789, '3298', '71.00', '7', '5.001', '10', '72800000', '73999999', '59000000', '59099999', NULL, 1652943986),
(82790, '3220', '214.00', '3', '5.001', '10', '72800000', '73999999', '59000000', '59099999', NULL, 1652943987),
(82791, '3298', '116.00', '7', '10.001', '15', '72800000', '73999999', '59000000', '59099999', NULL, 1652943987),
(82792, '3220', '346.00', '3', '10.001', '15', '72800000', '73999999', '59000000', '59099999', NULL, 1652943988),
(82793, '3298', '160.00', '7', '15.001', '20', '72800000', '73999999', '59000000', '59099999', NULL, 1652943989),
(82794, '3220', '479.00', '3', '15.001', '20', '72800000', '73999999', '59000000', '59099999', NULL, 1652943989),
(82795, '3298', '205.00', '7', '20.001', '25', '72800000', '73999999', '59000000', '59099999', NULL, 1652943990),
(82796, '3220', '612.00', '3', '20.001', '25', '72800000', '73999999', '59000000', '59099999', NULL, 1652943994),
(82797, '3298', '249.00', '7', '25.001', '30', '72800000', '73999999', '59000000', '59099999', NULL, 1652943994),
(82798, '3220', '744.00', '3', '25.001', '30', '72800000', '73999999', '59000000', '59099999', NULL, 1652943995),
(82799, '3298', '45.00', '7', '0.3', '5', '72800000', '73999999', '59100000', '59999999', NULL, 1652943996),
(82800, '3220', '137.00', '3', '0.3', '5', '72800000', '73999999', '59100000', '59999999', NULL, 1652943999),
(82801, '3298', '71.00', '7', '5.001', '10', '72800000', '73999999', '59100000', '59999999', NULL, 1652944000),
(82802, '3220', '214.00', '3', '5.001', '10', '72800000', '73999999', '59100000', '59999999', NULL, 1652944010),
(82803, '3298', '116.00', '7', '10.001', '15', '72800000', '73999999', '59100000', '59999999', NULL, 1652944019),
(82804, '3220', '346.00', '3', '10.001', '15', '72800000', '73999999', '59100000', '59999999', NULL, 1652944020),
(82805, '3298', '160.00', '7', '15.001', '20', '72800000', '73999999', '59100000', '59999999', NULL, 1652944020),
(82806, '3220', '479.00', '3', '15.001', '20', '72800000', '73999999', '59100000', '59999999', NULL, 1652944021),
(82807, '3298', '205.00', '7', '20.001', '25', '72800000', '73999999', '59100000', '59999999', NULL, 1652944021),
(82808, '3220', '612.00', '3', '20.001', '25', '72800000', '73999999', '59100000', '59999999', NULL, 1652944022),
(82809, '3298', '249.00', '7', '25.001', '30', '72800000', '73999999', '59100000', '59999999', NULL, 1652944022),
(82810, '3220', '744.00', '3', '25.001', '30', '72800000', '73999999', '59100000', '59999999', NULL, 1652944023),
(82811, '3298', '45.00', '7', '0.3', '5', '72800000', '73999999', '60000000', '60999999', NULL, 1652944024),
(82812, '3220', '137.00', '3', '0.3', '5', '72800000', '73999999', '60000000', '60999999', NULL, 1652944025),
(82813, '3298', '71.00', '7', '5.001', '10', '72800000', '73999999', '60000000', '60999999', NULL, 1652944025),
(82814, '3220', '214.00', '3', '5.001', '10', '72800000', '73999999', '60000000', '60999999', NULL, 1652944025),
(82815, '3298', '116.00', '7', '10.001', '15', '72800000', '73999999', '60000000', '60999999', NULL, 1652944026),
(82816, '3220', '346.00', '3', '10.001', '15', '72800000', '73999999', '60000000', '60999999', NULL, 1652944027),
(82817, '3298', '160.00', '7', '15.001', '20', '72800000', '73999999', '60000000', '60999999', NULL, 1652944036),
(82818, '3220', '479.00', '3', '15.001', '20', '72800000', '73999999', '60000000', '60999999', NULL, 1652944037),
(82819, '3298', '205.00', '7', '20.001', '25', '72800000', '73999999', '60000000', '60999999', NULL, 1652944037),
(82820, '3220', '612.00', '3', '20.001', '25', '72800000', '73999999', '60000000', '60999999', NULL, 1652944046),
(82821, '3298', '249.00', '7', '25.001', '30', '72800000', '73999999', '60000000', '60999999', NULL, 1652944047),
(82822, '3220', '744.00', '3', '25.001', '30', '72800000', '73999999', '60000000', '60999999', NULL, 1652944048),
(82823, '3298', '45.00', '7', '0.3', '5', '72800000', '73999999', '60000000', '61900999', NULL, 1652944048),
(82824, '3220', '137.00', '3', '0.3', '5', '72800000', '73999999', '60000000', '61900999', NULL, 1652944049),
(82825, '3298', '71.00', '7', '5.001', '10', '72800000', '73999999', '60000000', '61900999', NULL, 1652944049),
(82826, '3220', '214.00', '3', '5.001', '10', '72800000', '73999999', '60000000', '61900999', NULL, 1652944057),
(82827, '3298', '116.00', '7', '10.001', '15', '72800000', '73999999', '60000000', '61900999', NULL, 1652944065),
(82828, '3220', '346.00', '3', '10.001', '15', '72800000', '73999999', '60000000', '61900999', NULL, 1652944066),
(82829, '3298', '160.00', '7', '15.001', '20', '72800000', '73999999', '60000000', '61900999', NULL, 1652944067),
(82830, '3220', '479.00', '3', '15.001', '20', '72800000', '73999999', '60000000', '61900999', NULL, 1652944067),
(82831, '3298', '205.00', '7', '20.001', '25', '72800000', '73999999', '60000000', '61900999', NULL, 1652944068),
(82832, '3220', '612.00', '3', '20.001', '25', '72800000', '73999999', '60000000', '61900999', NULL, 1652944069),
(82833, '3298', '249.00', '7', '25.001', '30', '72800000', '73999999', '60000000', '61900999', NULL, 1652944069),
(82834, '3220', '744.00', '3', '25.001', '30', '72800000', '73999999', '60000000', '61900999', NULL, 1652944070),
(82835, '3298', '90.00', '15', '0.3', '5', '72800000', '73999999', '61901000', '63999999', NULL, 1652944071),
(82836, '3220', '183.00', '11', '0.3', '5', '72800000', '73999999', '61901000', '63999999', NULL, 1652944072),
(82837, '3298', '133.00', '15', '5.001', '10', '72800000', '73999999', '61901000', '63999999', NULL, 1652944072),
(82838, '3220', '266.00', '11', '5.001', '10', '72800000', '73999999', '61901000', '63999999', NULL, 1652944073),
(82839, '3298', '215.00', '15', '10.001', '15', '72800000', '73999999', '61901000', '63999999', NULL, 1652944074),
(82840, '3220', '430.00', '11', '10.001', '15', '72800000', '73999999', '61901000', '63999999', NULL, 1652944074),
(82841, '3298', '298.00', '15', '15.001', '20', '72800000', '73999999', '61901000', '63999999', NULL, 1652944075),
(82842, '3220', '595.00', '11', '15.001', '20', '72800000', '73999999', '61901000', '63999999', NULL, 1652944076),
(82843, '3298', '380.00', '15', '20.001', '25', '72800000', '73999999', '61901000', '63999999', NULL, 1652944078),
(82844, '3220', '760.00', '11', '20.001', '25', '72800000', '73999999', '61901000', '63999999', NULL, 1652944085),
(82845, '3298', '463.00', '15', '25.001', '30', '72800000', '73999999', '61901000', '63999999', NULL, 1652944085),
(82846, '3220', '925.00', '11', '25.001', '30', '72800000', '73999999', '61901000', '63999999', NULL, 1652944086),
(82847, '3298', '38.00', '9', '0.3', '5', '72800000', '73999999', '64000000', '64099999', NULL, 1652944087),
(82848, '3220', '113.00', '5', '0.3', '5', '72800000', '73999999', '64000000', '64099999', NULL, 1652944088),
(82849, '3298', '58.00', '9', '5.001', '10', '72800000', '73999999', '64000000', '64099999', NULL, 1652944089),
(82850, '3220', '176.00', '5', '5.001', '10', '72800000', '73999999', '64000000', '64099999', NULL, 1652944089),
(82851, '3298', '94.00', '9', '10.001', '15', '72800000', '73999999', '64000000', '64099999', NULL, 1652944090),
(82852, '3220', '286.00', '5', '10.001', '15', '72800000', '73999999', '64000000', '64099999', NULL, 1652944091),
(82853, '3298', '130.00', '9', '15.001', '20', '72800000', '73999999', '64000000', '64099999', NULL, 1652944092),
(82854, '3220', '396.00', '5', '15.001', '20', '72800000', '73999999', '64000000', '64099999', NULL, 1652944093),
(82855, '3298', '166.00', '9', '20.001', '25', '72800000', '73999999', '64000000', '64099999', NULL, 1652944094),
(82856, '3220', '505.00', '5', '20.001', '25', '72800000', '73999999', '64000000', '64099999', NULL, 1652944094),
(82857, '3298', '202.00', '9', '25.001', '30', '72800000', '73999999', '64000000', '64099999', NULL, 1652944095),
(82858, '3220', '615.00', '5', '25.001', '30', '72800000', '73999999', '64000000', '64099999', NULL, 1652944096),
(82859, '3298', '70.00', '15', '0.3', '5', '72800000', '73999999', '64100000', '64999999', NULL, 1652944098),
(82860, '3220', '157.00', '11', '0.3', '5', '72800000', '73999999', '64100000', '64999999', NULL, 1652944100),
(82861, '3298', '106.00', '15', '5.001', '10', '72800000', '73999999', '64100000', '64999999', NULL, 1652944103),
(82862, '3220', '226.00', '11', '5.001', '10', '72800000', '73999999', '64100000', '64999999', NULL, 1652944103),
(82863, '3298', '172.00', '15', '10.001', '15', '72800000', '73999999', '64100000', '64999999', NULL, 1652944104),
(82864, '3220', '367.00', '11', '10.001', '15', '72800000', '73999999', '64100000', '64999999', NULL, 1652944105),
(82865, '3298', '239.00', '15', '15.001', '20', '72800000', '73999999', '64100000', '64999999', NULL, 1652944106),
(82866, '3220', '508.00', '11', '15.001', '20', '72800000', '73999999', '64100000', '64999999', NULL, 1652944107),
(82867, '3298', '305.00', '15', '20.001', '25', '72800000', '73999999', '64100000', '64999999', NULL, 1652944109),
(82868, '3220', '649.00', '11', '20.001', '25', '72800000', '73999999', '64100000', '64999999', NULL, 1652944110),
(82869, '3298', '371.00', '15', '25.001', '30', '72800000', '73999999', '64100000', '64999999', NULL, 1652944111),
(82870, '3220', '789.00', '11', '25.001', '30', '72800000', '73999999', '64100000', '64999999', NULL, 1652944111),
(82871, '3298', '45.00', '9', '0.3', '5', '72800000', '73999999', '65000000', '65099999', NULL, 1652944112),
(82872, '3220', '137.00', '5', '0.3', '5', '72800000', '73999999', '65000000', '65099999', NULL, 1652944113),
(82873, '3298', '71.00', '9', '5.001', '10', '72800000', '73999999', '65000000', '65099999', NULL, 1652944116),
(82874, '3220', '214.00', '5', '5.001', '10', '72800000', '73999999', '65000000', '65099999', NULL, 1652944117),
(82875, '3298', '116.00', '9', '10.001', '15', '72800000', '73999999', '65000000', '65099999', NULL, 1652944117),
(82876, '3220', '346.00', '5', '10.001', '15', '72800000', '73999999', '65000000', '65099999', NULL, 1652944120),
(82877, '3298', '160.00', '9', '15.001', '20', '72800000', '73999999', '65000000', '65099999', NULL, 1652944125),
(82878, '3220', '479.00', '5', '15.001', '20', '72800000', '73999999', '65000000', '65099999', NULL, 1652944126),
(82879, '3298', '205.00', '9', '20.001', '25', '72800000', '73999999', '65000000', '65099999', NULL, 1652944126),
(82880, '3220', '612.00', '5', '20.001', '25', '72800000', '73999999', '65000000', '65099999', NULL, 1652944127),
(82881, '3298', '249.00', '9', '25.001', '30', '72800000', '73999999', '65000000', '65099999', NULL, 1652944128);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(82882, '3220', '744.00', '5', '25.001', '30', '72800000', '73999999', '65000000', '65099999', NULL, 1652944128),
(82883, '3298', '90.00', '17', '0.3', '5', '72800000', '73999999', '65100000', '65999999', NULL, 1652944129),
(82884, '3220', '183.00', '14', '0.3', '5', '72800000', '73999999', '65100000', '65999999', NULL, 1652944130),
(82885, '3298', '133.00', '17', '5.001', '10', '72800000', '73999999', '65100000', '65999999', NULL, 1652944131),
(82886, '3220', '266.00', '14', '5.001', '10', '72800000', '73999999', '65100000', '65999999', NULL, 1652944132),
(82887, '3298', '215.00', '17', '10.001', '15', '72800000', '73999999', '65100000', '65999999', NULL, 1652944133),
(82888, '3220', '430.00', '14', '10.001', '15', '72800000', '73999999', '65100000', '65999999', NULL, 1652944134),
(82889, '3298', '298.00', '17', '15.001', '20', '72800000', '73999999', '65100000', '65999999', NULL, 1652944134),
(82890, '3220', '595.00', '14', '15.001', '20', '72800000', '73999999', '65100000', '65999999', NULL, 1652944136),
(82891, '3298', '380.00', '17', '20.001', '25', '72800000', '73999999', '65100000', '65999999', NULL, 1652944137),
(82892, '3220', '760.00', '14', '20.001', '25', '72800000', '73999999', '65100000', '65999999', NULL, 1652944138),
(82893, '3298', '463.00', '17', '25.001', '30', '72800000', '73999999', '65100000', '65999999', NULL, 1652944138),
(82894, '3220', '925.00', '14', '25.001', '30', '72800000', '73999999', '65100000', '65999999', NULL, 1652944139),
(82895, '3298', '45.00', '9', '0.3', '5', '72800000', '73999999', '66000000', '66999999', NULL, 1652944139),
(82896, '3220', '137.00', '5', '0.3', '5', '72800000', '73999999', '66000000', '66999999', NULL, 1652944140),
(82897, '3298', '71.00', '9', '5.001', '10', '72800000', '73999999', '66000000', '66999999', NULL, 1652944141),
(82898, '3220', '214.00', '5', '5.001', '10', '72800000', '73999999', '66000000', '66999999', NULL, 1652944141),
(82899, '3298', '116.00', '9', '10.001', '15', '72800000', '73999999', '66000000', '66999999', NULL, 1652944142),
(82900, '3220', '346.00', '5', '10.001', '15', '72800000', '73999999', '66000000', '66999999', NULL, 1652944142),
(82901, '3298', '160.00', '9', '15.001', '20', '72800000', '73999999', '66000000', '66999999', NULL, 1652944143),
(82902, '3220', '479.00', '5', '15.001', '20', '72800000', '73999999', '66000000', '66999999', NULL, 1652944144),
(82903, '3298', '205.00', '9', '20.001', '25', '72800000', '73999999', '66000000', '66999999', NULL, 1652944144),
(82904, '3220', '612.00', '5', '20.001', '25', '72800000', '73999999', '66000000', '66999999', NULL, 1652944145),
(82905, '3298', '249.00', '9', '25.001', '30', '72800000', '73999999', '66000000', '66999999', NULL, 1652944146),
(82906, '3220', '744.00', '5', '25.001', '30', '72800000', '73999999', '66000000', '66999999', NULL, 1652944147),
(82907, '3298', '45.00', '9', '0.3', '5', '72800000', '73999999', '66000000', '67999999', NULL, 1652944147),
(82908, '3220', '137.00', '5', '0.3', '5', '72800000', '73999999', '66000000', '67999999', NULL, 1652944148),
(82909, '3298', '71.00', '9', '5.001', '10', '72800000', '73999999', '66000000', '67999999', NULL, 1652944149),
(82910, '3220', '214.00', '5', '5.001', '10', '72800000', '73999999', '66000000', '67999999', NULL, 1652944150),
(82911, '3298', '116.00', '9', '10.001', '15', '72800000', '73999999', '66000000', '67999999', NULL, 1652944150),
(82912, '3220', '346.00', '5', '10.001', '15', '72800000', '73999999', '66000000', '67999999', NULL, 1652944151),
(82913, '3298', '160.00', '9', '15.001', '20', '72800000', '73999999', '66000000', '67999999', NULL, 1652944152),
(82914, '3220', '479.00', '5', '15.001', '20', '72800000', '73999999', '66000000', '67999999', NULL, 1652944152),
(82915, '3298', '205.00', '9', '20.001', '25', '72800000', '73999999', '66000000', '67999999', NULL, 1652944153),
(82916, '3220', '612.00', '5', '20.001', '25', '72800000', '73999999', '66000000', '67999999', NULL, 1652944154),
(82917, '3298', '249.00', '9', '25.001', '30', '72800000', '73999999', '66000000', '67999999', NULL, 1652944155),
(82918, '3220', '744.00', '5', '25.001', '30', '72800000', '73999999', '66000000', '67999999', NULL, 1652944156),
(82919, '3298', '90.00', '13', '0.3', '5', '72800000', '73999999', '68000000', '68899999', NULL, 1652944157),
(82920, '3220', '183.00', '12', '0.3', '5', '72800000', '73999999', '68000000', '68899999', NULL, 1652944158),
(82921, '3298', '133.00', '13', '5.001', '10', '72800000', '73999999', '68000000', '68899999', NULL, 1652944159),
(82922, '3220', '266.00', '12', '5.001', '10', '72800000', '73999999', '68000000', '68899999', NULL, 1652944160),
(82923, '3298', '215.00', '13', '10.001', '15', '72800000', '73999999', '68000000', '68899999', NULL, 1652944161),
(82924, '3220', '430.00', '12', '10.001', '15', '72800000', '73999999', '68000000', '68899999', NULL, 1652944161),
(82925, '3298', '298.00', '13', '15.001', '20', '72800000', '73999999', '68000000', '68899999', NULL, 1652944162),
(82926, '3220', '595.00', '12', '15.001', '20', '72800000', '73999999', '68000000', '68899999', NULL, 1652944163),
(82927, '3298', '380.00', '13', '20.001', '25', '72800000', '73999999', '68000000', '68899999', NULL, 1652944164),
(82928, '3220', '760.00', '12', '20.001', '25', '72800000', '73999999', '68000000', '68899999', NULL, 1652944169),
(82929, '3298', '463.00', '13', '25.001', '30', '72800000', '73999999', '68000000', '68899999', NULL, 1652944170),
(82930, '3220', '925.00', '12', '25.001', '30', '72800000', '73999999', '68000000', '68899999', NULL, 1652944170),
(82931, '3298', '45.00', '20', '0.3', '5', '72800000', '73999999', '68900000', '68914999', NULL, 1652944171),
(82932, '3220', '137.00', '12', '0.3', '5', '72800000', '73999999', '68900000', '68914999', NULL, 1652944172),
(82933, '3298', '71.00', '20', '5.001', '10', '72800000', '73999999', '68900000', '68914999', NULL, 1652944172),
(82934, '3220', '214.00', '12', '5.001', '10', '72800000', '73999999', '68900000', '68914999', NULL, 1652944173),
(82935, '3298', '116.00', '20', '10.001', '15', '72800000', '73999999', '68900000', '68914999', NULL, 1652944174),
(82936, '3220', '346.00', '12', '10.001', '15', '72800000', '73999999', '68900000', '68914999', NULL, 1652944175),
(82937, '3298', '160.00', '20', '15.001', '20', '72800000', '73999999', '68900000', '68914999', NULL, 1652944176),
(82938, '3220', '479.00', '12', '15.001', '20', '72800000', '73999999', '68900000', '68914999', NULL, 1652944177),
(82939, '3298', '205.00', '20', '20.001', '25', '72800000', '73999999', '68900000', '68914999', NULL, 1652944177),
(82940, '3220', '612.00', '12', '20.001', '25', '72800000', '73999999', '68900000', '68914999', NULL, 1652944178),
(82941, '3298', '249.00', '20', '25.001', '30', '72800000', '73999999', '68900000', '68914999', NULL, 1652944179),
(82942, '3220', '744.00', '12', '25.001', '30', '72800000', '73999999', '68900000', '68914999', NULL, 1652944179),
(82943, '3298', '90.00', '23', '0.3', '5', '72800000', '73999999', '68915000', '68999999', NULL, 1652944180),
(82944, '3220', '183.00', '17', '0.3', '5', '72800000', '73999999', '68915000', '68999999', NULL, 1652944181),
(82945, '3298', '133.00', '23', '5.001', '10', '72800000', '73999999', '68915000', '68999999', NULL, 1652944182),
(82946, '3220', '266.00', '17', '5.001', '10', '72800000', '73999999', '68915000', '68999999', NULL, 1652944183),
(82947, '3298', '215.00', '23', '10.001', '15', '72800000', '73999999', '68915000', '68999999', NULL, 1652944184),
(82948, '3220', '430.00', '17', '10.001', '15', '72800000', '73999999', '68915000', '68999999', NULL, 1652944185),
(82949, '3298', '298.00', '23', '15.001', '20', '72800000', '73999999', '68915000', '68999999', NULL, 1652944185),
(82950, '3220', '595.00', '17', '15.001', '20', '72800000', '73999999', '68915000', '68999999', NULL, 1652944186),
(82951, '3298', '380.00', '23', '20.001', '25', '72800000', '73999999', '68915000', '68999999', NULL, 1652944187),
(82952, '3220', '760.00', '17', '20.001', '25', '72800000', '73999999', '68915000', '68999999', NULL, 1652944188),
(82953, '3298', '463.00', '23', '25.001', '30', '72800000', '73999999', '68915000', '68999999', NULL, 1652944189),
(82954, '3220', '925.00', '17', '25.001', '30', '72800000', '73999999', '68915000', '68999999', NULL, 1652944190),
(82955, '3298', '45.00', '19', '0.3', '5', '72800000', '73999999', '69000000', '69099999', NULL, 1652944191),
(82956, '3220', '137.00', '3', '0.3', '5', '72800000', '73999999', '69000000', '69099999', NULL, 1652944196),
(82957, '3298', '71.00', '19', '5.001', '10', '72800000', '73999999', '69000000', '69099999', NULL, 1652944197),
(82958, '3220', '214.00', '3', '5.001', '10', '72800000', '73999999', '69000000', '69099999', NULL, 1652944198),
(82959, '3298', '116.00', '19', '10.001', '15', '72800000', '73999999', '69000000', '69099999', NULL, 1652944198),
(82960, '3220', '346.00', '3', '10.001', '15', '72800000', '73999999', '69000000', '69099999', NULL, 1652944201),
(82961, '3298', '160.00', '19', '15.001', '20', '72800000', '73999999', '69000000', '69099999', NULL, 1652944201),
(82962, '3220', '479.00', '3', '15.001', '20', '72800000', '73999999', '69000000', '69099999', NULL, 1652944202),
(82963, '3298', '205.00', '19', '20.001', '25', '72800000', '73999999', '69000000', '69099999', NULL, 1652944205),
(82964, '3220', '612.00', '3', '20.001', '25', '72800000', '73999999', '69000000', '69099999', NULL, 1652944207),
(82965, '3298', '249.00', '19', '25.001', '30', '72800000', '73999999', '69000000', '69099999', NULL, 1652944208),
(82966, '3220', '744.00', '3', '25.001', '30', '72800000', '73999999', '69000000', '69099999', NULL, 1652944209),
(82967, '3298', '90.00', '31', '0.3', '5', '72800000', '73999999', '69100000', '69299999', NULL, 1652944210),
(82968, '3220', '183.00', '10', '0.3', '5', '72800000', '73999999', '69100000', '69299999', NULL, 1652944211),
(82969, '3298', '133.00', '31', '5.001', '10', '72800000', '73999999', '69100000', '69299999', NULL, 1652944212),
(82970, '3220', '266.00', '10', '5.001', '10', '72800000', '73999999', '69100000', '69299999', NULL, 1652944213),
(82971, '3298', '215.00', '31', '10.001', '15', '72800000', '73999999', '69100000', '69299999', NULL, 1652944216),
(82972, '3220', '430.00', '10', '10.001', '15', '72800000', '73999999', '69100000', '69299999', NULL, 1652944219),
(82973, '3298', '298.00', '31', '15.001', '20', '72800000', '73999999', '69100000', '69299999', NULL, 1652944220),
(82974, '3220', '595.00', '10', '15.001', '20', '72800000', '73999999', '69100000', '69299999', NULL, 1652944221),
(82975, '3298', '380.00', '31', '20.001', '25', '72800000', '73999999', '69100000', '69299999', NULL, 1652944222),
(82976, '3220', '760.00', '10', '20.001', '25', '72800000', '73999999', '69100000', '69299999', NULL, 1652944223),
(82977, '3298', '463.00', '31', '25.001', '30', '72800000', '73999999', '69100000', '69299999', NULL, 1652944224),
(82978, '3220', '925.00', '10', '25.001', '30', '72800000', '73999999', '69100000', '69299999', NULL, 1652944225),
(82979, '3298', '45.00', '19', '0.3', '5', '72800000', '73999999', '69300000', '69339999', NULL, 1652944227),
(82980, '3220', '137.00', '3', '0.3', '5', '72800000', '73999999', '69300000', '69339999', NULL, 1652944228),
(82981, '3298', '71.00', '19', '5.001', '10', '72800000', '73999999', '69300000', '69339999', NULL, 1652944231),
(82982, '3220', '214.00', '3', '5.001', '10', '72800000', '73999999', '69300000', '69339999', NULL, 1652944233),
(82983, '3298', '116.00', '19', '10.001', '15', '72800000', '73999999', '69300000', '69339999', NULL, 1652944236),
(82984, '3220', '346.00', '3', '10.001', '15', '72800000', '73999999', '69300000', '69339999', NULL, 1652944238),
(82985, '3298', '160.00', '19', '15.001', '20', '72800000', '73999999', '69300000', '69339999', NULL, 1652944239),
(82986, '3220', '479.00', '3', '15.001', '20', '72800000', '73999999', '69300000', '69339999', NULL, 1652944242),
(82987, '3298', '205.00', '19', '20.001', '25', '72800000', '73999999', '69300000', '69339999', NULL, 1652944243),
(82988, '3220', '612.00', '3', '20.001', '25', '72800000', '73999999', '69300000', '69339999', NULL, 1652944244),
(82989, '3298', '249.00', '19', '25.001', '30', '72800000', '73999999', '69300000', '69339999', NULL, 1652944245),
(82990, '3220', '744.00', '3', '25.001', '30', '72800000', '73999999', '69300000', '69339999', NULL, 1652944245),
(82991, '3298', '90.00', '31', '0.3', '5', '72800000', '73999999', '69340000', '69389999', NULL, 1652944246),
(82992, '3220', '183.00', '13', '0.3', '5', '72800000', '73999999', '69340000', '69389999', NULL, 1652944246),
(82993, '3298', '133.00', '31', '5.001', '10', '72800000', '73999999', '69340000', '69389999', NULL, 1652944248),
(82994, '3220', '266.00', '13', '5.001', '10', '72800000', '73999999', '69340000', '69389999', NULL, 1652944251),
(82995, '3298', '215.00', '31', '10.001', '15', '72800000', '73999999', '69340000', '69389999', NULL, 1652944252),
(82996, '3220', '430.00', '13', '10.001', '15', '72800000', '73999999', '69340000', '69389999', NULL, 1652944252),
(82997, '3298', '298.00', '31', '15.001', '20', '72800000', '73999999', '69340000', '69389999', NULL, 1652944253),
(82998, '3220', '595.00', '13', '15.001', '20', '72800000', '73999999', '69340000', '69389999', NULL, 1652944255),
(82999, '3298', '380.00', '31', '20.001', '25', '72800000', '73999999', '69340000', '69389999', NULL, 1652944256),
(83000, '3220', '760.00', '13', '20.001', '25', '72800000', '73999999', '69340000', '69389999', NULL, 1652944256),
(83001, '3298', '463.00', '31', '25.001', '30', '72800000', '73999999', '69340000', '69389999', NULL, 1652944257),
(83002, '3220', '925.00', '13', '25.001', '30', '72800000', '73999999', '69340000', '69389999', NULL, 1652944260),
(83003, '3298', '45.00', '9', '0.3', '5', '72800000', '73999999', '69900000', '69920999', NULL, 1652944262),
(83004, '3220', '137.00', '5', '0.3', '5', '72800000', '73999999', '69900000', '69920999', NULL, 1652944264),
(83005, '3298', '71.00', '9', '5.001', '10', '72800000', '73999999', '69900000', '69920999', NULL, 1652944264),
(83006, '3220', '214.00', '5', '5.001', '10', '72800000', '73999999', '69900000', '69920999', NULL, 1652944265),
(83007, '3298', '116.00', '9', '10.001', '15', '72800000', '73999999', '69900000', '69920999', NULL, 1652944266),
(83008, '3220', '346.00', '5', '10.001', '15', '72800000', '73999999', '69900000', '69920999', NULL, 1652944267),
(83009, '3298', '160.00', '9', '15.001', '20', '72800000', '73999999', '69900000', '69920999', NULL, 1652944268),
(83010, '3220', '479.00', '5', '15.001', '20', '72800000', '73999999', '69900000', '69920999', NULL, 1652944269),
(83011, '3298', '205.00', '9', '20.001', '25', '72800000', '73999999', '69900000', '69920999', NULL, 1652944270),
(83012, '3220', '612.00', '5', '20.001', '25', '72800000', '73999999', '69900000', '69920999', NULL, 1652944270),
(83013, '3298', '249.00', '9', '25.001', '30', '72800000', '73999999', '69900000', '69920999', NULL, 1652944271),
(83014, '3220', '744.00', '5', '25.001', '30', '72800000', '73999999', '69900000', '69920999', NULL, 1652944272),
(83015, '3298', '90.00', '16', '0.3', '5', '72800000', '73999999', '69921000', '69999999', NULL, 1652944273),
(83016, '3220', '183.00', '14', '0.3', '5', '72800000', '73999999', '69921000', '69999999', NULL, 1652944274),
(83017, '3298', '133.00', '16', '5.001', '10', '72800000', '73999999', '69921000', '69999999', NULL, 1652944287),
(83018, '3220', '266.00', '14', '5.001', '10', '72800000', '73999999', '69921000', '69999999', NULL, 1652944287),
(83019, '3298', '215.00', '16', '10.001', '15', '72800000', '73999999', '69921000', '69999999', NULL, 1652944288),
(83020, '3220', '430.00', '14', '10.001', '15', '72800000', '73999999', '69921000', '69999999', NULL, 1652944288),
(83021, '3298', '298.00', '16', '15.001', '20', '72800000', '73999999', '69921000', '69999999', NULL, 1652944289),
(83022, '3220', '595.00', '14', '15.001', '20', '72800000', '73999999', '69921000', '69999999', NULL, 1652944290),
(83023, '3298', '380.00', '16', '20.001', '25', '72800000', '73999999', '69921000', '69999999', NULL, 1652944291),
(83024, '3220', '760.00', '14', '20.001', '25', '72800000', '73999999', '69921000', '69999999', NULL, 1652944291),
(83025, '3298', '463.00', '16', '25.001', '30', '72800000', '73999999', '69921000', '69999999', NULL, 1652944307),
(83026, '3220', '925.00', '14', '25.001', '30', '72800000', '73999999', '69921000', '69999999', NULL, 1652944308),
(83027, '3298', '25.00', '6', '0.3', '5', '72800000', '73999999', '71000000', '73699999', NULL, 1652944309),
(83028, '3220', '21.00', '2', '0.3', '5', '72800000', '73999999', '71000000', '73699999', NULL, 1652944309),
(83029, '3298', '31.00', '6', '5.001', '10', '72800000', '73999999', '71000000', '73699999', NULL, 1652944310),
(83030, '3220', '27.00', '2', '5.001', '10', '72800000', '73999999', '71000000', '73699999', NULL, 1652944311),
(83031, '3298', '51.00', '6', '10.001', '15', '72800000', '73999999', '71000000', '73699999', NULL, 1652944311),
(83032, '3220', '44.00', '2', '10.001', '15', '72800000', '73999999', '71000000', '73699999', NULL, 1652944312),
(83033, '3298', '71.00', '6', '15.001', '20', '72800000', '73999999', '71000000', '73699999', NULL, 1652944313),
(83034, '3220', '61.00', '2', '15.001', '20', '72800000', '73999999', '71000000', '73699999', NULL, 1652944313),
(83035, '3298', '91.00', '6', '20.001', '25', '72800000', '73999999', '71000000', '73699999', NULL, 1652944313),
(83036, '3220', '78.00', '2', '20.001', '25', '72800000', '73999999', '71000000', '73699999', NULL, 1652944314),
(83037, '3298', '110.00', '6', '25.001', '30', '72800000', '73999999', '71000000', '73699999', NULL, 1652944314),
(83038, '3220', '95.00', '2', '25.001', '30', '72800000', '73999999', '71000000', '73699999', NULL, 1652944315),
(83039, '3298', '25.00', '5', '0.3', '5', '72800000', '73999999', '72800000', '73999999', NULL, 1652944316),
(83040, '3220', '21.00', '1', '0.3', '5', '72800000', '73999999', '72800000', '73999999', NULL, 1652944317),
(83041, '3298', '31.00', '5', '5.001', '10', '72800000', '73999999', '72800000', '73999999', NULL, 1652944317),
(83042, '3220', '27.00', '1', '5.001', '10', '72800000', '73999999', '72800000', '73999999', NULL, 1652944318),
(83043, '3298', '51.00', '5', '10.001', '15', '72800000', '73999999', '72800000', '73999999', NULL, 1652944318),
(83044, '3220', '44.00', '1', '10.001', '15', '72800000', '73999999', '72800000', '73999999', NULL, 1652944319),
(83045, '3298', '71.00', '5', '15.001', '20', '72800000', '73999999', '72800000', '73999999', NULL, 1652944320),
(83046, '3220', '61.00', '1', '15.001', '20', '72800000', '73999999', '72800000', '73999999', NULL, 1652944340),
(83047, '3298', '91.00', '5', '20.001', '25', '72800000', '73999999', '72800000', '73999999', NULL, 1652944340),
(83048, '3220', '78.00', '1', '20.001', '25', '72800000', '73999999', '72800000', '73999999', NULL, 1652944341),
(83049, '3298', '110.00', '5', '25.001', '30', '72800000', '73999999', '72800000', '73999999', NULL, 1652944342),
(83050, '3220', '95.00', '1', '25.001', '30', '72800000', '73999999', '72800000', '73999999', NULL, 1652944342),
(83051, '3298', '26.00', '6', '0.3', '5', '72800000', '73999999', '74000000', '74894999', NULL, 1652944343),
(83052, '3220', '34.00', '2', '0.3', '5', '72800000', '73999999', '74000000', '74894999', NULL, 1652944343),
(83053, '3298', '32.00', '6', '5.001', '10', '72800000', '73999999', '74000000', '74894999', NULL, 1652944344),
(83054, '3220', '48.00', '2', '5.001', '10', '72800000', '73999999', '74000000', '74894999', NULL, 1652944345),
(83055, '3298', '52.00', '6', '10.001', '15', '72800000', '73999999', '74000000', '74894999', NULL, 1652944346),
(83056, '3220', '79.00', '2', '10.001', '15', '72800000', '73999999', '74000000', '74894999', NULL, 1652944346),
(83057, '3298', '72.00', '6', '15.001', '20', '72800000', '73999999', '74000000', '74894999', NULL, 1652944346),
(83058, '3220', '109.00', '2', '15.001', '20', '72800000', '73999999', '74000000', '74894999', NULL, 1652944347),
(83059, '3298', '92.00', '6', '20.001', '25', '72800000', '73999999', '74000000', '74894999', NULL, 1652944348),
(83060, '3220', '139.00', '2', '20.001', '25', '72800000', '73999999', '74000000', '74894999', NULL, 1652944348),
(83061, '3298', '112.00', '6', '25.001', '30', '72800000', '73999999', '74000000', '74894999', NULL, 1652944349),
(83062, '3220', '170.00', '2', '25.001', '30', '72800000', '73999999', '74000000', '74894999', NULL, 1652944350),
(83063, '3298', '26.00', '6', '0.3', '5', '72800000', '73999999', '74895000', '76799999', NULL, 1652944363),
(83064, '3220', '34.00', '2', '0.3', '5', '72800000', '73999999', '74895000', '76799999', NULL, 1652944363),
(83065, '3298', '32.00', '6', '5.001', '10', '72800000', '73999999', '74895000', '76799999', NULL, 1652944364),
(83066, '3220', '48.00', '2', '5.001', '10', '72800000', '73999999', '74895000', '76799999', NULL, 1652944365),
(83067, '3298', '52.00', '6', '10.001', '15', '72800000', '73999999', '74895000', '76799999', NULL, 1652944376),
(83068, '3220', '79.00', '2', '10.001', '15', '72800000', '73999999', '74895000', '76799999', NULL, 1652944377),
(83069, '3298', '72.00', '6', '15.001', '20', '72800000', '73999999', '74895000', '76799999', NULL, 1652944378),
(83070, '3220', '109.00', '2', '15.001', '20', '72800000', '73999999', '74895000', '76799999', NULL, 1652944379),
(83071, '3298', '92.00', '6', '20.001', '25', '72800000', '73999999', '74895000', '76799999', NULL, 1652944379),
(83072, '3220', '139.00', '2', '20.001', '25', '72800000', '73999999', '74895000', '76799999', NULL, 1652944380),
(83073, '3298', '112.00', '6', '25.001', '30', '72800000', '73999999', '74895000', '76799999', NULL, 1652944381),
(83074, '3220', '170.00', '2', '25.001', '30', '72800000', '73999999', '74895000', '76799999', NULL, 1652944381),
(83075, '3298', '30.00', '7', '0.3', '5', '72800000', '73999999', '77000000', '77270999', NULL, 1652944383),
(83076, '3220', '59.00', '3', '0.3', '5', '72800000', '73999999', '77000000', '77270999', NULL, 1652944392),
(83077, '3298', '44.00', '7', '5.001', '10', '72800000', '73999999', '77000000', '77270999', NULL, 1652944392),
(83078, '3220', '93.00', '3', '5.001', '10', '72800000', '73999999', '77000000', '77270999', NULL, 1652944393),
(83079, '3298', '71.00', '7', '10.001', '15', '72800000', '73999999', '77000000', '77270999', NULL, 1652944400),
(83080, '3220', '150.00', '3', '10.001', '15', '72800000', '73999999', '77000000', '77270999', NULL, 1652944401),
(83081, '3298', '99.00', '7', '15.001', '20', '72800000', '73999999', '77000000', '77270999', NULL, 1652944402),
(83082, '3220', '208.00', '3', '15.001', '20', '72800000', '73999999', '77000000', '77270999', NULL, 1652944403),
(83083, '3298', '126.00', '7', '20.001', '25', '72800000', '73999999', '77000000', '77270999', NULL, 1652944404),
(83084, '3220', '266.00', '3', '20.001', '25', '72800000', '73999999', '77000000', '77270999', NULL, 1652944405),
(83085, '3298', '153.00', '7', '25.001', '30', '72800000', '73999999', '77000000', '77270999', NULL, 1652944406),
(83086, '3220', '324.00', '3', '25.001', '30', '72800000', '73999999', '77000000', '77270999', NULL, 1652944407),
(83087, '3298', '44.00', '8', '0.3', '5', '72800000', '73999999', '77300000', '77995999', NULL, 1652944410),
(83088, '3220', '102.00', '4', '0.3', '5', '72800000', '73999999', '77300000', '77995999', NULL, 1652944411),
(83089, '3298', '74.00', '8', '5.001', '10', '72800000', '73999999', '77300000', '77995999', NULL, 1652944412),
(83090, '3220', '141.00', '4', '5.001', '10', '72800000', '73999999', '77300000', '77995999', NULL, 1652944412),
(83091, '3298', '120.00', '8', '10.001', '15', '72800000', '73999999', '77300000', '77995999', NULL, 1652944413),
(83092, '3220', '229.00', '4', '10.001', '15', '72800000', '73999999', '77300000', '77995999', NULL, 1652944414),
(83093, '3298', '166.00', '8', '15.001', '20', '72800000', '73999999', '77300000', '77995999', NULL, 1652944414),
(83094, '3220', '316.00', '4', '15.001', '20', '72800000', '73999999', '77300000', '77995999', NULL, 1652944415),
(83095, '3298', '212.00', '8', '20.001', '25', '72800000', '73999999', '77300000', '77995999', NULL, 1652944415),
(83096, '3220', '404.00', '4', '20.001', '25', '72800000', '73999999', '77300000', '77995999', NULL, 1652944416),
(83097, '3298', '258.00', '8', '25.001', '30', '72800000', '73999999', '77300000', '77995999', NULL, 1652944417),
(83098, '3220', '492.00', '4', '25.001', '30', '72800000', '73999999', '77300000', '77995999', NULL, 1652944420),
(83099, '3298', '34.00', '8', '0.3', '5', '72800000', '73999999', '78000000', '78109999', NULL, 1652944421),
(83100, '3220', '80.00', '4', '0.3', '5', '72800000', '73999999', '78000000', '78109999', NULL, 1652944421),
(83101, '3298', '50.00', '8', '5.001', '10', '72800000', '73999999', '78000000', '78109999', NULL, 1652944427),
(83102, '3220', '125.00', '4', '5.001', '10', '72800000', '73999999', '78000000', '78109999', NULL, 1652944427),
(83103, '3298', '82.00', '8', '10.001', '15', '72800000', '73999999', '78000000', '78109999', NULL, 1652944432),
(83104, '3220', '203.00', '4', '10.001', '15', '72800000', '73999999', '78000000', '78109999', NULL, 1652944433),
(83105, '3298', '113.00', '8', '15.001', '20', '72800000', '73999999', '78000000', '78109999', NULL, 1652944434),
(83106, '3220', '281.00', '4', '15.001', '20', '72800000', '73999999', '78000000', '78109999', NULL, 1652944434),
(83107, '3298', '145.00', '8', '20.001', '25', '72800000', '73999999', '78000000', '78109999', NULL, 1652944435),
(83108, '3220', '359.00', '4', '20.001', '25', '72800000', '73999999', '78000000', '78109999', NULL, 1652944436),
(83109, '3298', '176.00', '8', '25.001', '30', '72800000', '73999999', '78000000', '78109999', NULL, 1652944436),
(83110, '3220', '437.00', '4', '25.001', '30', '72800000', '73999999', '78000000', '78109999', NULL, 1652944437),
(83111, '3298', '50.00', '12', '0.3', '5', '72800000', '73999999', '78110000', '78899999', NULL, 1652944438),
(83112, '3220', '124.00', '9', '0.3', '5', '72800000', '73999999', '78110000', '78899999', NULL, 1652944439),
(83113, '3298', '83.00', '12', '5.001', '10', '72800000', '73999999', '78110000', '78899999', NULL, 1652944440),
(83114, '3220', '175.00', '9', '5.001', '10', '72800000', '73999999', '78110000', '78899999', NULL, 1652944441),
(83115, '3298', '135.00', '12', '10.001', '15', '72800000', '73999999', '78110000', '78899999', NULL, 1652944446),
(83116, '3220', '283.00', '9', '10.001', '15', '72800000', '73999999', '78110000', '78899999', NULL, 1652944447),
(83117, '3298', '186.00', '12', '15.001', '20', '72800000', '73999999', '78110000', '78899999', NULL, 1652944448),
(83118, '3220', '392.00', '9', '15.001', '20', '72800000', '73999999', '78110000', '78899999', NULL, 1652944449),
(83119, '3298', '238.00', '12', '20.001', '25', '72800000', '73999999', '78110000', '78899999', NULL, 1652944450),
(83120, '3220', '500.00', '9', '20.001', '25', '72800000', '73999999', '78110000', '78899999', NULL, 1652944451),
(83121, '3298', '290.00', '12', '25.001', '30', '72800000', '73999999', '78110000', '78899999', NULL, 1652944452),
(83122, '3220', '609.00', '9', '25.001', '30', '72800000', '73999999', '78110000', '78899999', NULL, 1652944456),
(83123, '3298', '90.00', '10', '0.3', '5', '72800000', '73999999', '78900000', '78930999', NULL, 1652944456),
(83124, '3220', '183.00', '6', '0.3', '5', '72800000', '73999999', '78900000', '78930999', NULL, 1652944456),
(83125, '3298', '133.00', '10', '5.001', '10', '72800000', '73999999', '78900000', '78930999', NULL, 1652944457),
(83126, '3220', '266.00', '6', '5.001', '10', '72800000', '73999999', '78900000', '78930999', NULL, 1652944458),
(83127, '3298', '215.00', '10', '10.001', '15', '72800000', '73999999', '78900000', '78930999', NULL, 1652944459),
(83128, '3220', '430.00', '6', '10.001', '15', '72800000', '73999999', '78900000', '78930999', NULL, 1652944459),
(83129, '3298', '298.00', '10', '15.001', '20', '72800000', '73999999', '78900000', '78930999', NULL, 1652944460),
(83130, '3220', '595.00', '6', '15.001', '20', '72800000', '73999999', '78900000', '78930999', NULL, 1652944461),
(83131, '3298', '380.00', '10', '20.001', '25', '72800000', '73999999', '78900000', '78930999', NULL, 1652944466),
(83132, '3220', '760.00', '6', '20.001', '25', '72800000', '73999999', '78900000', '78930999', NULL, 1652944466),
(83133, '3298', '463.00', '10', '25.001', '30', '72800000', '73999999', '78900000', '78930999', NULL, 1652944470),
(83134, '3220', '925.00', '6', '25.001', '30', '72800000', '73999999', '78900000', '78930999', NULL, 1652944470),
(83135, '3298', '50.00', '9', '0.3', '5', '72800000', '73999999', '78931000', '78999999', NULL, 1652944471),
(83136, '3220', '124.00', '5', '0.3', '5', '72800000', '73999999', '78931000', '78999999', NULL, 1652944471),
(83137, '3298', '83.00', '9', '5.001', '10', '72800000', '73999999', '78931000', '78999999', NULL, 1652944472),
(83138, '3220', '175.00', '5', '5.001', '10', '72800000', '73999999', '78931000', '78999999', NULL, 1652944473),
(83139, '3298', '135.00', '9', '10.001', '15', '72800000', '73999999', '78931000', '78999999', NULL, 1652944474),
(83140, '3220', '283.00', '5', '10.001', '15', '72800000', '73999999', '78931000', '78999999', NULL, 1652944474),
(83141, '3298', '186.00', '9', '15.001', '20', '72800000', '73999999', '78931000', '78999999', NULL, 1652944475),
(83142, '3220', '392.00', '5', '15.001', '20', '72800000', '73999999', '78931000', '78999999', NULL, 1652944476),
(83143, '3298', '238.00', '9', '20.001', '25', '72800000', '73999999', '78931000', '78999999', NULL, 1652944477),
(83144, '3220', '500.00', '5', '20.001', '25', '72800000', '73999999', '78931000', '78999999', NULL, 1652944479),
(83145, '3298', '290.00', '9', '25.001', '30', '72800000', '73999999', '78931000', '78999999', NULL, 1652944484),
(83146, '3220', '609.00', '5', '25.001', '30', '72800000', '73999999', '78931000', '78999999', NULL, 1652944485),
(83147, '3298', '34.00', '6', '0.3', '5', '72800000', '73999999', '79000000', '79129999', NULL, 1652944486),
(83148, '3220', '80.00', '2', '0.3', '5', '72800000', '73999999', '79000000', '79129999', NULL, 1652944487),
(83149, '3298', '50.00', '6', '5.001', '10', '72800000', '73999999', '79000000', '79129999', NULL, 1652944489),
(83150, '3220', '125.00', '2', '5.001', '10', '72800000', '73999999', '79000000', '79129999', NULL, 1652944490),
(83151, '3298', '82.00', '6', '10.001', '15', '72800000', '73999999', '79000000', '79129999', NULL, 1652944495),
(83152, '3220', '203.00', '2', '10.001', '15', '72800000', '73999999', '79000000', '79129999', NULL, 1652944495),
(83153, '3298', '113.00', '6', '15.001', '20', '72800000', '73999999', '79000000', '79129999', NULL, 1652944496),
(83154, '3220', '281.00', '2', '15.001', '20', '72800000', '73999999', '79000000', '79129999', NULL, 1652944497),
(83155, '3298', '145.00', '6', '20.001', '25', '72800000', '73999999', '79000000', '79129999', NULL, 1652944498),
(83156, '3220', '359.00', '2', '20.001', '25', '72800000', '73999999', '79000000', '79129999', NULL, 1652944499),
(83157, '3298', '176.00', '6', '25.001', '30', '72800000', '73999999', '79000000', '79129999', NULL, 1652944499),
(83158, '3220', '437.00', '2', '25.001', '30', '72800000', '73999999', '79000000', '79129999', NULL, 1652944500),
(83159, '3298', '50.00', '13', '0.3', '5', '72800000', '73999999', '79130000', '79999999', NULL, 1652944501),
(83160, '3220', '124.00', '9', '0.3', '5', '72800000', '73999999', '79130000', '79999999', NULL, 1652944502),
(83161, '3298', '83.00', '13', '5.001', '10', '72800000', '73999999', '79130000', '79999999', NULL, 1652944504),
(83162, '3220', '175.00', '9', '5.001', '10', '72800000', '73999999', '79130000', '79999999', NULL, 1652944505),
(83163, '3298', '135.00', '13', '10.001', '15', '72800000', '73999999', '79130000', '79999999', NULL, 1652944506),
(83164, '3220', '283.00', '9', '10.001', '15', '72800000', '73999999', '79130000', '79999999', NULL, 1652944507),
(83165, '3298', '186.00', '13', '15.001', '20', '72800000', '73999999', '79130000', '79999999', NULL, 1652944508),
(83166, '3220', '392.00', '9', '15.001', '20', '72800000', '73999999', '79130000', '79999999', NULL, 1652944509),
(83167, '3298', '238.00', '13', '20.001', '25', '72800000', '73999999', '79130000', '79999999', NULL, 1652944510),
(83168, '3220', '500.00', '9', '20.001', '25', '72800000', '73999999', '79130000', '79999999', NULL, 1652944511),
(83169, '3298', '290.00', '13', '25.001', '30', '72800000', '73999999', '79130000', '79999999', NULL, 1652944513),
(83170, '3220', '609.00', '9', '25.001', '30', '72800000', '73999999', '79130000', '79999999', NULL, 1652944514),
(83171, '3298', '38.00', '6', '0.3', '5', '72800000', '73999999', '80000000', '82999999', NULL, 1652944515),
(83172, '3220', '113.00', '2', '0.3', '5', '72800000', '73999999', '80000000', '82999999', NULL, 1652944517),
(83173, '3298', '58.00', '6', '5.001', '10', '72800000', '73999999', '80000000', '82999999', NULL, 1652944517),
(83174, '3220', '176.00', '2', '5.001', '10', '72800000', '73999999', '80000000', '82999999', NULL, 1652944518),
(83175, '3298', '94.00', '6', '10.001', '15', '72800000', '73999999', '80000000', '82999999', NULL, 1652944519),
(83176, '3220', '286.00', '2', '10.001', '15', '72800000', '73999999', '80000000', '82999999', NULL, 1652944520),
(83177, '3298', '130.00', '6', '15.001', '20', '72800000', '73999999', '80000000', '82999999', NULL, 1652944520),
(83178, '3220', '396.00', '2', '15.001', '20', '72800000', '73999999', '80000000', '82999999', NULL, 1652944521),
(83179, '3298', '166.00', '6', '20.001', '25', '72800000', '73999999', '80000000', '82999999', NULL, 1652944522),
(83180, '3220', '505.00', '2', '20.001', '25', '72800000', '73999999', '80000000', '82999999', NULL, 1652944523),
(83181, '3298', '202.00', '6', '25.001', '30', '72800000', '73999999', '80000000', '82999999', NULL, 1652944524),
(83182, '3220', '615.00', '2', '25.001', '30', '72800000', '73999999', '80000000', '82999999', NULL, 1652944525),
(83183, '3298', '38.00', '6', '0.3', '5', '72800000', '73999999', '80000000', '83800999', NULL, 1652944531),
(83184, '3220', '113.00', '2', '0.3', '5', '72800000', '73999999', '80000000', '83800999', NULL, 1652944532),
(83185, '3298', '58.00', '6', '5.001', '10', '72800000', '73999999', '80000000', '83800999', NULL, 1652944533),
(83186, '3220', '176.00', '2', '5.001', '10', '72800000', '73999999', '80000000', '83800999', NULL, 1652944534),
(83187, '3298', '94.00', '6', '10.001', '15', '72800000', '73999999', '80000000', '83800999', NULL, 1652944534),
(83188, '3220', '286.00', '2', '10.001', '15', '72800000', '73999999', '80000000', '83800999', NULL, 1652944535),
(83189, '3298', '130.00', '6', '15.001', '20', '72800000', '73999999', '80000000', '83800999', NULL, 1652944536),
(83190, '3220', '396.00', '2', '15.001', '20', '72800000', '73999999', '80000000', '83800999', NULL, 1652944538),
(83191, '3298', '166.00', '6', '20.001', '25', '72800000', '73999999', '80000000', '83800999', NULL, 1652944539),
(83192, '3220', '505.00', '2', '20.001', '25', '72800000', '73999999', '80000000', '83800999', NULL, 1652944540),
(83193, '3298', '202.00', '6', '25.001', '30', '72800000', '73999999', '80000000', '83800999', NULL, 1652944541),
(83194, '3220', '615.00', '2', '25.001', '30', '72800000', '73999999', '80000000', '83800999', NULL, 1652944542),
(83195, '3298', '70.00', '11', '0.3', '5', '72800000', '73999999', '83801000', '87999999', NULL, 1652944542),
(83196, '3220', '157.00', '8', '0.3', '5', '72800000', '73999999', '83801000', '87999999', NULL, 1652944544),
(83197, '3298', '106.00', '11', '5.001', '10', '72800000', '73999999', '83801000', '87999999', NULL, 1652944550),
(83198, '3220', '226.00', '8', '5.001', '10', '72800000', '73999999', '83801000', '87999999', NULL, 1652944551),
(83199, '3298', '172.00', '11', '10.001', '15', '72800000', '73999999', '83801000', '87999999', NULL, 1652944551),
(83200, '3220', '367.00', '8', '10.001', '15', '72800000', '73999999', '83801000', '87999999', NULL, 1652944553),
(83201, '3298', '239.00', '11', '15.001', '20', '72800000', '73999999', '83801000', '87999999', NULL, 1652944558),
(83202, '3220', '508.00', '8', '15.001', '20', '72800000', '73999999', '83801000', '87999999', NULL, 1652944559),
(83203, '3298', '305.00', '11', '20.001', '25', '72800000', '73999999', '83801000', '87999999', NULL, 1652944560),
(83204, '3220', '649.00', '8', '20.001', '25', '72800000', '73999999', '83801000', '87999999', NULL, 1652944562),
(83205, '3298', '371.00', '11', '25.001', '30', '72800000', '73999999', '83801000', '87999999', NULL, 1652944562),
(83206, '3220', '789.00', '8', '25.001', '30', '72800000', '73999999', '83801000', '87999999', NULL, 1652944564),
(83207, '3298', '38.00', '6', '0.3', '5', '72800000', '73999999', '88000000', '82999999', NULL, 1652944565),
(83208, '3220', '113.00', '2', '0.3', '5', '72800000', '73999999', '88000000', '82999999', NULL, 1652944566),
(83209, '3298', '58.00', '6', '5.001', '10', '72800000', '73999999', '88000000', '82999999', NULL, 1652944567),
(83210, '3220', '176.00', '2', '5.001', '10', '72800000', '73999999', '88000000', '82999999', NULL, 1652944569),
(83211, '3298', '94.00', '6', '10.001', '15', '72800000', '73999999', '88000000', '82999999', NULL, 1652944570),
(83212, '3220', '286.00', '2', '10.001', '15', '72800000', '73999999', '88000000', '82999999', NULL, 1652944571),
(83213, '3298', '130.00', '6', '15.001', '20', '72800000', '73999999', '88000000', '82999999', NULL, 1652944572),
(83214, '3220', '396.00', '2', '15.001', '20', '72800000', '73999999', '88000000', '82999999', NULL, 1652944574),
(83215, '3298', '166.00', '6', '20.001', '25', '72800000', '73999999', '88000000', '82999999', NULL, 1652944574),
(83216, '3220', '505.00', '2', '20.001', '25', '72800000', '73999999', '88000000', '82999999', NULL, 1652944575),
(83217, '3298', '202.00', '6', '25.001', '30', '72800000', '73999999', '88000000', '82999999', NULL, 1652944577),
(83218, '3220', '615.00', '2', '25.001', '30', '72800000', '73999999', '88000000', '82999999', NULL, 1652944578),
(83219, '3298', '38.00', '6', '0.3', '5', '72800000', '73999999', '88000000', '88469999', NULL, 1652944581),
(83220, '3220', '113.00', '2', '0.3', '5', '72800000', '73999999', '88000000', '88469999', NULL, 1652944582),
(83221, '3298', '58.00', '6', '5.001', '10', '72800000', '73999999', '88000000', '88469999', NULL, 1652944582),
(83222, '3220', '176.00', '2', '5.001', '10', '72800000', '73999999', '88000000', '88469999', NULL, 1652944585),
(83223, '3298', '94.00', '6', '10.001', '15', '72800000', '73999999', '88000000', '88469999', NULL, 1652944585),
(83224, '3220', '286.00', '2', '10.001', '15', '72800000', '73999999', '88000000', '88469999', NULL, 1652944588),
(83225, '3298', '130.00', '6', '15.001', '20', '72800000', '73999999', '88000000', '88469999', NULL, 1652944590),
(83226, '3220', '396.00', '2', '15.001', '20', '72800000', '73999999', '88000000', '88469999', NULL, 1652944591),
(83227, '3298', '166.00', '6', '20.001', '25', '72800000', '73999999', '88000000', '88469999', NULL, 1652944592),
(83228, '3220', '505.00', '2', '20.001', '25', '72800000', '73999999', '88000000', '88469999', NULL, 1652944594),
(83229, '3298', '202.00', '6', '25.001', '30', '72800000', '73999999', '88000000', '88469999', NULL, 1652944595),
(83230, '3220', '615.00', '2', '25.001', '30', '72800000', '73999999', '88000000', '88469999', NULL, 1652944596),
(83231, '3298', '78.00', '7', '0.3', '5', '72800000', '73999999', '88470000', '89999999', NULL, 1652944596),
(83232, '3220', '154.00', '3', '0.3', '5', '72800000', '73999999', '88470000', '89999999', NULL, 1652944598),
(83233, '3298', '114.00', '7', '5.001', '10', '72800000', '73999999', '88470000', '89999999', NULL, 1652944599),
(83234, '3220', '223.00', '3', '5.001', '10', '72800000', '73999999', '88470000', '89999999', NULL, 1652944602),
(83235, '3298', '185.00', '7', '10.001', '15', '72800000', '73999999', '88470000', '89999999', NULL, 1652944603),
(83236, '3220', '361.00', '3', '10.001', '15', '72800000', '73999999', '88470000', '89999999', NULL, 1652944604),
(83237, '3298', '256.00', '7', '15.001', '20', '72800000', '73999999', '88470000', '89999999', NULL, 1652944605),
(83238, '3220', '500.00', '3', '15.001', '20', '72800000', '73999999', '88470000', '89999999', NULL, 1652944605),
(83239, '3298', '327.00', '7', '20.001', '25', '72800000', '73999999', '88470000', '89999999', NULL, 1652944606),
(83240, '3220', '638.00', '3', '20.001', '25', '72800000', '73999999', '88470000', '89999999', NULL, 1652944607),
(83241, '3298', '398.00', '7', '25.001', '30', '72800000', '73999999', '88470000', '89999999', NULL, 1652944609),
(83242, '3220', '777.00', '3', '25.001', '30', '72800000', '73999999', '88470000', '89999999', NULL, 1652944611),
(83243, '3298', '45.00', '6', '0.3', '5', '72800000', '73999999', '90000000', '91999999', NULL, 1652944613),
(83244, '3220', '137.00', '2', '0.3', '5', '72800000', '73999999', '90000000', '91999999', NULL, 1652944614),
(83245, '3298', '71.00', '6', '5.001', '10', '72800000', '73999999', '90000000', '91999999', NULL, 1652944615),
(83246, '3220', '214.00', '2', '5.001', '10', '72800000', '73999999', '90000000', '91999999', NULL, 1652944619),
(83247, '3298', '116.00', '6', '10.001', '15', '72800000', '73999999', '90000000', '91999999', NULL, 1652944622),
(83248, '3220', '346.00', '2', '10.001', '15', '72800000', '73999999', '90000000', '91999999', NULL, 1652944624),
(83249, '3298', '160.00', '6', '15.001', '20', '72800000', '73999999', '90000000', '91999999', NULL, 1652944627),
(83250, '3220', '479.00', '2', '15.001', '20', '72800000', '73999999', '90000000', '91999999', NULL, 1652944632),
(83251, '3298', '205.00', '6', '20.001', '25', '72800000', '73999999', '90000000', '91999999', NULL, 1652944633),
(83252, '3220', '612.00', '2', '20.001', '25', '72800000', '73999999', '90000000', '91999999', NULL, 1652944634),
(83253, '3298', '249.00', '6', '25.001', '30', '72800000', '73999999', '90000000', '91999999', NULL, 1652944636),
(83254, '3220', '744.00', '2', '25.001', '30', '72800000', '73999999', '90000000', '91999999', NULL, 1652944636),
(83255, '3298', '45.00', '7', '0.3', '5', '72800000', '73999999', '90000000', '94900999', NULL, 1652944637),
(83256, '3220', '137.00', '3', '0.3', '5', '72800000', '73999999', '90000000', '94900999', NULL, 1652944638),
(83257, '3298', '71.00', '7', '5.001', '10', '72800000', '73999999', '90000000', '94900999', NULL, 1652944640),
(83258, '3220', '214.00', '3', '5.001', '10', '72800000', '73999999', '90000000', '94900999', NULL, 1652944641),
(83259, '3298', '116.00', '7', '10.001', '15', '72800000', '73999999', '90000000', '94900999', NULL, 1652944642),
(83260, '3220', '346.00', '3', '10.001', '15', '72800000', '73999999', '90000000', '94900999', NULL, 1652944644),
(83261, '3298', '160.00', '7', '15.001', '20', '72800000', '73999999', '90000000', '94900999', NULL, 1652944645),
(83262, '3220', '479.00', '3', '15.001', '20', '72800000', '73999999', '90000000', '94900999', NULL, 1652944646),
(83263, '3298', '205.00', '7', '20.001', '25', '72800000', '73999999', '90000000', '94900999', NULL, 1652944647),
(83264, '3220', '612.00', '3', '20.001', '25', '72800000', '73999999', '90000000', '94900999', NULL, 1652944648),
(83265, '3298', '249.00', '7', '25.001', '30', '72800000', '73999999', '90000000', '94900999', NULL, 1652944652),
(83266, '3220', '744.00', '3', '25.001', '30', '72800000', '73999999', '90000000', '94900999', NULL, 1652944653),
(83267, '3298', '90.00', '14', '0.3', '5', '72800000', '73999999', '94901000', '99999999', NULL, 1652944654),
(83268, '3220', '183.00', '10', '0.3', '5', '72800000', '73999999', '94901000', '99999999', NULL, 1652944656),
(83269, '3298', '133.00', '14', '5.001', '10', '72800000', '73999999', '94901000', '99999999', NULL, 1652944663),
(83270, '3220', '266.00', '10', '5.001', '10', '72800000', '73999999', '94901000', '99999999', NULL, 1652944664),
(83271, '3298', '215.00', '14', '10.001', '15', '72800000', '73999999', '94901000', '99999999', NULL, 1652944666),
(83272, '3220', '430.00', '10', '10.001', '15', '72800000', '73999999', '94901000', '99999999', NULL, 1652944667),
(83273, '3298', '298.00', '14', '15.001', '20', '72800000', '73999999', '94901000', '99999999', NULL, 1652944669),
(83274, '3220', '595.00', '10', '15.001', '20', '72800000', '73999999', '94901000', '99999999', NULL, 1652944670),
(83275, '3298', '380.00', '14', '20.001', '25', '72800000', '73999999', '94901000', '99999999', NULL, 1652944676),
(83276, '3220', '760.00', '10', '20.001', '25', '72800000', '73999999', '94901000', '99999999', NULL, 1652944677),
(83277, '3298', '463.00', '14', '25.001', '30', '72800000', '73999999', '94901000', '99999999', NULL, 1652944681),
(83278, '3220', '925.00', '10', '25.001', '30', '72800000', '73999999', '94901000', '99999999', NULL, 1652944685),
(83279, '3298', '38.00', '5', '0.3', '5', '74000000', '74894999', '01000000', '08499999', NULL, 1652944687),
(83280, '3220', '113.00', '1', '0.3', '5', '74000000', '74894999', '01000000', '08499999', NULL, 1652944687),
(83281, '3298', '58.00', '5', '5.001', '10', '74000000', '74894999', '01000000', '08499999', NULL, 1652944688),
(83282, '3220', '176.00', '1', '5.001', '10', '74000000', '74894999', '01000000', '08499999', NULL, 1652944690),
(83283, '3298', '94.00', '5', '10.001', '15', '74000000', '74894999', '01000000', '08499999', NULL, 1652944691),
(83284, '3220', '286.00', '1', '10.001', '15', '74000000', '74894999', '01000000', '08499999', NULL, 1652944692),
(83285, '3298', '130.00', '5', '15.001', '20', '74000000', '74894999', '01000000', '08499999', NULL, 1652944695),
(83286, '3220', '396.00', '1', '15.001', '20', '74000000', '74894999', '01000000', '08499999', NULL, 1652944697),
(83287, '3298', '166.00', '5', '20.001', '25', '74000000', '74894999', '01000000', '08499999', NULL, 1652944698),
(83288, '3220', '505.00', '1', '20.001', '25', '74000000', '74894999', '01000000', '08499999', NULL, 1652944698),
(83289, '3298', '202.00', '5', '25.001', '30', '74000000', '74894999', '01000000', '08499999', NULL, 1652944702),
(83290, '3220', '615.00', '1', '25.001', '30', '74000000', '74894999', '01000000', '08499999', NULL, 1652944702),
(83291, '3298', '38.00', '6', '0.3', '5', '74000000', '74894999', '06000000', '09999999', NULL, 1652944703),
(83292, '3220', '113.00', '2', '0.3', '5', '74000000', '74894999', '06000000', '09999999', NULL, 1652944703),
(83293, '3298', '58.00', '6', '5.001', '10', '74000000', '74894999', '06000000', '09999999', NULL, 1652944704),
(83294, '3220', '176.00', '2', '5.001', '10', '74000000', '74894999', '06000000', '09999999', NULL, 1652944706),
(83295, '3298', '94.00', '6', '10.001', '15', '74000000', '74894999', '06000000', '09999999', NULL, 1652944707),
(83296, '3220', '286.00', '2', '10.001', '15', '74000000', '74894999', '06000000', '09999999', NULL, 1652944707),
(83297, '3298', '130.00', '6', '15.001', '20', '74000000', '74894999', '06000000', '09999999', NULL, 1652944708),
(83298, '3220', '396.00', '2', '15.001', '20', '74000000', '74894999', '06000000', '09999999', NULL, 1652944708),
(83299, '3298', '166.00', '6', '20.001', '25', '74000000', '74894999', '06000000', '09999999', NULL, 1652944709),
(83300, '3220', '505.00', '2', '20.001', '25', '74000000', '74894999', '06000000', '09999999', NULL, 1652944710),
(83301, '3298', '202.00', '6', '25.001', '30', '74000000', '74894999', '06000000', '09999999', NULL, 1652944711),
(83302, '3220', '615.00', '2', '25.001', '30', '74000000', '74894999', '06000000', '09999999', NULL, 1652944711),
(83303, '3298', '38.00', '7', '0.3', '5', '74000000', '74894999', '11000000', '11999999', NULL, 1652944712),
(83304, '3220', '113.00', '3', '0.3', '5', '74000000', '74894999', '11000000', '11999999', NULL, 1652944716),
(83305, '3298', '58.00', '7', '5.001', '10', '74000000', '74894999', '11000000', '11999999', NULL, 1652944716),
(83306, '3220', '176.00', '3', '5.001', '10', '74000000', '74894999', '11000000', '11999999', NULL, 1652944717),
(83307, '3298', '94.00', '7', '10.001', '15', '74000000', '74894999', '11000000', '11999999', NULL, 1652944717),
(83308, '3220', '286.00', '3', '10.001', '15', '74000000', '74894999', '11000000', '11999999', NULL, 1652944717),
(83309, '3298', '130.00', '7', '15.001', '20', '74000000', '74894999', '11000000', '11999999', NULL, 1652944718),
(83310, '3220', '396.00', '3', '15.001', '20', '74000000', '74894999', '11000000', '11999999', NULL, 1652944719),
(83311, '3298', '166.00', '7', '20.001', '25', '74000000', '74894999', '11000000', '11999999', NULL, 1652944720),
(83312, '3220', '505.00', '3', '20.001', '25', '74000000', '74894999', '11000000', '11999999', NULL, 1652944720),
(83313, '3298', '202.00', '7', '25.001', '30', '74000000', '74894999', '11000000', '11999999', NULL, 1652944721),
(83314, '3220', '615.00', '3', '25.001', '30', '74000000', '74894999', '11000000', '11999999', NULL, 1652944721),
(83315, '3298', '38.00', '6', '0.3', '5', '74000000', '74894999', '12000000', '19999999', NULL, 1652944722),
(83316, '3220', '113.00', '2', '0.3', '5', '74000000', '74894999', '12000000', '19999999', NULL, 1652944723),
(83317, '3298', '58.00', '6', '5.001', '10', '74000000', '74894999', '12000000', '19999999', NULL, 1652944723),
(83318, '3220', '176.00', '2', '5.001', '10', '74000000', '74894999', '12000000', '19999999', NULL, 1652944724),
(83319, '3298', '94.00', '6', '10.001', '15', '74000000', '74894999', '12000000', '19999999', NULL, 1652944724),
(83320, '3220', '286.00', '2', '10.001', '15', '74000000', '74894999', '12000000', '19999999', NULL, 1652944725),
(83321, '3298', '130.00', '6', '15.001', '20', '74000000', '74894999', '12000000', '19999999', NULL, 1652944726),
(83322, '3220', '396.00', '2', '15.001', '20', '74000000', '74894999', '12000000', '19999999', NULL, 1652944727),
(83323, '3298', '166.00', '6', '20.001', '25', '74000000', '74894999', '12000000', '19999999', NULL, 1652944727),
(83324, '3220', '505.00', '2', '20.001', '25', '74000000', '74894999', '12000000', '19999999', NULL, 1652944731),
(83325, '3298', '202.00', '6', '25.001', '30', '74000000', '74894999', '12000000', '19999999', NULL, 1652944732),
(83326, '3220', '615.00', '2', '25.001', '30', '74000000', '74894999', '12000000', '19999999', NULL, 1652944736),
(83327, '3298', '70.00', '7', '0.3', '5', '74000000', '74894999', '26601000', '28999999', NULL, 1652944769),
(83328, '3220', '157.00', '4', '0.3', '5', '74000000', '74894999', '26601000', '28999999', NULL, 1652944770);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(83329, '3298', '106.00', '7', '5.001', '10', '74000000', '74894999', '26601000', '28999999', NULL, 1652944771),
(83330, '3220', '226.00', '4', '5.001', '10', '74000000', '74894999', '26601000', '28999999', NULL, 1652944773),
(83331, '3298', '172.00', '7', '10.001', '15', '74000000', '74894999', '26601000', '28999999', NULL, 1652944774),
(83332, '3220', '367.00', '4', '10.001', '15', '74000000', '74894999', '26601000', '28999999', NULL, 1652944776),
(83333, '3298', '239.00', '7', '15.001', '20', '74000000', '74894999', '26601000', '28999999', NULL, 1652944778),
(83334, '3220', '508.00', '4', '15.001', '20', '74000000', '74894999', '26601000', '28999999', NULL, 1652944780),
(83335, '3298', '305.00', '7', '20.001', '25', '74000000', '74894999', '26601000', '28999999', NULL, 1652944783),
(83336, '3220', '649.00', '4', '20.001', '25', '74000000', '74894999', '26601000', '28999999', NULL, 1652944785),
(83337, '3298', '371.00', '7', '25.001', '30', '74000000', '74894999', '26601000', '28999999', NULL, 1652944789),
(83338, '3220', '789.00', '4', '25.001', '30', '74000000', '74894999', '26601000', '28999999', NULL, 1652944790),
(83339, '3298', '45.00', '6', '0.3', '5', '74000000', '74894999', '29000000', '29099999', NULL, 1652944792),
(83340, '3220', '137.00', '2', '0.3', '5', '74000000', '74894999', '29000000', '29099999', NULL, 1652944793),
(83341, '3298', '71.00', '6', '5.001', '10', '74000000', '74894999', '29000000', '29099999', NULL, 1652944794),
(83342, '3220', '214.00', '2', '5.001', '10', '74000000', '74894999', '29000000', '29099999', NULL, 1652944795),
(83343, '3298', '116.00', '6', '10.001', '15', '74000000', '74894999', '29000000', '29099999', NULL, 1652944796),
(83344, '3220', '346.00', '2', '10.001', '15', '74000000', '74894999', '29000000', '29099999', NULL, 1652944798),
(83345, '3298', '160.00', '6', '15.001', '20', '74000000', '74894999', '29000000', '29099999', NULL, 1652944798),
(83346, '3220', '479.00', '2', '15.001', '20', '74000000', '74894999', '29000000', '29099999', NULL, 1652944799),
(83347, '3298', '205.00', '6', '20.001', '25', '74000000', '74894999', '29000000', '29099999', NULL, 1652944800),
(83348, '3220', '612.00', '2', '20.001', '25', '74000000', '74894999', '29000000', '29099999', NULL, 1652944801),
(83349, '3298', '249.00', '6', '25.001', '30', '74000000', '74894999', '29000000', '29099999', NULL, 1652944804),
(83350, '3220', '744.00', '2', '25.001', '30', '74000000', '74894999', '29000000', '29099999', NULL, 1652944806),
(83351, '3298', '90.00', '8', '0.3', '5', '74000000', '74894999', '29100000', '29999999', NULL, 1652944806),
(83352, '3220', '183.00', '5', '0.3', '5', '74000000', '74894999', '29100000', '29999999', NULL, 1652944808),
(83353, '3298', '133.00', '8', '5.001', '10', '74000000', '74894999', '29100000', '29999999', NULL, 1652944808),
(83354, '3220', '266.00', '5', '5.001', '10', '74000000', '74894999', '29100000', '29999999', NULL, 1652944809),
(83355, '3298', '215.00', '8', '10.001', '15', '74000000', '74894999', '29100000', '29999999', NULL, 1652944810),
(83356, '3220', '430.00', '5', '10.001', '15', '74000000', '74894999', '29100000', '29999999', NULL, 1652944811),
(83357, '3298', '298.00', '8', '15.001', '20', '74000000', '74894999', '29100000', '29999999', NULL, 1652944812),
(83358, '3220', '595.00', '5', '15.001', '20', '74000000', '74894999', '29100000', '29999999', NULL, 1652944812),
(83359, '3298', '380.00', '8', '20.001', '25', '74000000', '74894999', '29100000', '29999999', NULL, 1652944813),
(83360, '3220', '760.00', '5', '20.001', '25', '74000000', '74894999', '29100000', '29999999', NULL, 1652944815),
(83361, '3298', '463.00', '8', '25.001', '30', '74000000', '74894999', '29100000', '29999999', NULL, 1652944818),
(83362, '3220', '925.00', '5', '25.001', '30', '74000000', '74894999', '29100000', '29999999', NULL, 1652944819),
(83363, '3298', '34.00', '5', '0.3', '5', '74000000', '74894999', '30000000', '31999999', NULL, 1652944819),
(83364, '3220', '80.00', '1', '0.3', '5', '74000000', '74894999', '30000000', '31999999', NULL, 1652944820),
(83365, '3298', '50.00', '5', '5.001', '10', '74000000', '74894999', '30000000', '31999999', NULL, 1652944822),
(83366, '3220', '125.00', '1', '5.001', '10', '74000000', '74894999', '30000000', '31999999', NULL, 1652944823),
(83367, '3298', '82.00', '5', '10.001', '15', '74000000', '74894999', '30000000', '31999999', NULL, 1652944824),
(83368, '3220', '203.00', '1', '10.001', '15', '74000000', '74894999', '30000000', '31999999', NULL, 1652944824),
(83369, '3298', '113.00', '5', '15.001', '20', '74000000', '74894999', '30000000', '31999999', NULL, 1652944825),
(83370, '3220', '281.00', '1', '15.001', '20', '74000000', '74894999', '30000000', '31999999', NULL, 1652944825),
(83371, '3298', '145.00', '5', '20.001', '25', '74000000', '74894999', '30000000', '31999999', NULL, 1652944826),
(83372, '3220', '359.00', '1', '20.001', '25', '74000000', '74894999', '30000000', '31999999', NULL, 1652944827),
(83373, '3298', '176.00', '5', '25.001', '30', '74000000', '74894999', '30000000', '31999999', NULL, 1652944828),
(83374, '3220', '437.00', '1', '25.001', '30', '74000000', '74894999', '30000000', '31999999', NULL, 1652944828),
(83375, '3298', '34.00', '5', '0.3', '5', '74000000', '74894999', '30000000', '34999999', NULL, 1652944829),
(83376, '3220', '80.00', '1', '0.3', '5', '74000000', '74894999', '30000000', '34999999', NULL, 1652944831),
(83377, '3298', '50.00', '5', '5.001', '10', '74000000', '74894999', '30000000', '34999999', NULL, 1652944832),
(83378, '3220', '125.00', '1', '5.001', '10', '74000000', '74894999', '30000000', '34999999', NULL, 1652944832),
(83379, '3298', '82.00', '5', '10.001', '15', '74000000', '74894999', '30000000', '34999999', NULL, 1652944833),
(83380, '3220', '203.00', '1', '10.001', '15', '74000000', '74894999', '30000000', '34999999', NULL, 1652944838),
(83381, '3298', '113.00', '5', '15.001', '20', '74000000', '74894999', '30000000', '34999999', NULL, 1652944838),
(83382, '3220', '281.00', '1', '15.001', '20', '74000000', '74894999', '30000000', '34999999', NULL, 1652944839),
(83383, '3298', '145.00', '5', '20.001', '25', '74000000', '74894999', '30000000', '34999999', NULL, 1652944843),
(83384, '3220', '359.00', '1', '20.001', '25', '74000000', '74894999', '30000000', '34999999', NULL, 1652944845),
(83385, '3298', '176.00', '5', '25.001', '30', '74000000', '74894999', '30000000', '34999999', NULL, 1652944845),
(83386, '3220', '437.00', '1', '25.001', '30', '74000000', '74894999', '30000000', '34999999', NULL, 1652944846),
(83387, '3298', '50.00', '7', '0.3', '5', '74000000', '74894999', '35000000', '39999999', NULL, 1652944847),
(83388, '3220', '124.00', '4', '0.3', '5', '74000000', '74894999', '35000000', '39999999', NULL, 1652944848),
(83389, '3298', '83.00', '7', '5.001', '10', '74000000', '74894999', '35000000', '39999999', NULL, 1652944849),
(83390, '3220', '175.00', '4', '5.001', '10', '74000000', '74894999', '35000000', '39999999', NULL, 1652944850),
(83391, '3298', '135.00', '7', '10.001', '15', '74000000', '74894999', '35000000', '39999999', NULL, 1652944851),
(83392, '3220', '283.00', '4', '10.001', '15', '74000000', '74894999', '35000000', '39999999', NULL, 1652944852),
(83393, '3298', '186.00', '7', '15.001', '20', '74000000', '74894999', '35000000', '39999999', NULL, 1652944852),
(83394, '3220', '392.00', '4', '15.001', '20', '74000000', '74894999', '35000000', '39999999', NULL, 1652944853),
(83395, '3298', '238.00', '7', '20.001', '25', '74000000', '74894999', '35000000', '39999999', NULL, 1652944854),
(83396, '3220', '500.00', '4', '20.001', '25', '74000000', '74894999', '35000000', '39999999', NULL, 1652944858),
(83397, '3298', '290.00', '7', '25.001', '30', '74000000', '74894999', '35000000', '39999999', NULL, 1652944859),
(83398, '3220', '609.00', '4', '25.001', '30', '74000000', '74894999', '35000000', '39999999', NULL, 1652944861),
(83399, '3298', '45.00', '5', '0.3', '5', '74000000', '74894999', '40000000', '41999999', NULL, 1652944862),
(83400, '3220', '137.00', '1', '0.3', '5', '74000000', '74894999', '40000000', '41999999', NULL, 1652944863),
(83401, '3298', '71.00', '5', '5.001', '10', '74000000', '74894999', '40000000', '41999999', NULL, 1652944864),
(83402, '3220', '214.00', '1', '5.001', '10', '74000000', '74894999', '40000000', '41999999', NULL, 1652944865),
(83403, '3298', '116.00', '5', '10.001', '15', '74000000', '74894999', '40000000', '41999999', NULL, 1652944867),
(83404, '3220', '346.00', '1', '10.001', '15', '74000000', '74894999', '40000000', '41999999', NULL, 1652944867),
(83405, '3298', '160.00', '5', '15.001', '20', '74000000', '74894999', '40000000', '41999999', NULL, 1652944868),
(83406, '3220', '479.00', '1', '15.001', '20', '74000000', '74894999', '40000000', '41999999', NULL, 1652944870),
(83407, '3298', '205.00', '5', '20.001', '25', '74000000', '74894999', '40000000', '41999999', NULL, 1652944871),
(83408, '3220', '612.00', '1', '20.001', '25', '74000000', '74894999', '40000000', '41999999', NULL, 1652944871),
(83409, '3298', '249.00', '5', '25.001', '30', '74000000', '74894999', '40000000', '41999999', NULL, 1652944872),
(83410, '3220', '744.00', '1', '25.001', '30', '74000000', '74894999', '40000000', '41999999', NULL, 1652944872),
(83411, '3298', '45.00', '5', '0.3', '5', '74000000', '74894999', '40000000', '44470999', NULL, 1652944873),
(83412, '3220', '137.00', '1', '0.3', '5', '74000000', '74894999', '40000000', '44470999', NULL, 1652944874),
(83413, '3298', '71.00', '5', '5.001', '10', '74000000', '74894999', '40000000', '44470999', NULL, 1652944878),
(83414, '3220', '214.00', '1', '5.001', '10', '74000000', '74894999', '40000000', '44470999', NULL, 1652944878),
(83415, '3298', '116.00', '5', '10.001', '15', '74000000', '74894999', '40000000', '44470999', NULL, 1652944879),
(83416, '3220', '346.00', '1', '10.001', '15', '74000000', '74894999', '40000000', '44470999', NULL, 1652944880),
(83417, '3298', '160.00', '5', '15.001', '20', '74000000', '74894999', '40000000', '44470999', NULL, 1652944881),
(83418, '3220', '479.00', '1', '15.001', '20', '74000000', '74894999', '40000000', '44470999', NULL, 1652944883),
(83419, '3298', '205.00', '5', '20.001', '25', '74000000', '74894999', '40000000', '44470999', NULL, 1652944884),
(83420, '3220', '612.00', '1', '20.001', '25', '74000000', '74894999', '40000000', '44470999', NULL, 1652944885),
(83421, '3298', '249.00', '5', '25.001', '30', '74000000', '74894999', '40000000', '44470999', NULL, 1652944886),
(83422, '3220', '744.00', '1', '25.001', '30', '74000000', '74894999', '40000000', '44470999', NULL, 1652944887),
(83423, '3298', '78.00', '6', '0.3', '5', '74000000', '74894999', '44471000', '48999999', NULL, 1652944890),
(83424, '3220', '154.00', '2', '0.3', '5', '74000000', '74894999', '44471000', '48999999', NULL, 1652944890),
(83425, '3298', '114.00', '6', '5.001', '10', '74000000', '74894999', '44471000', '48999999', NULL, 1652944891),
(83426, '3220', '223.00', '2', '5.001', '10', '74000000', '74894999', '44471000', '48999999', NULL, 1652944892),
(83427, '3298', '185.00', '6', '10.001', '15', '74000000', '74894999', '44471000', '48999999', NULL, 1652944893),
(83428, '3220', '361.00', '2', '10.001', '15', '74000000', '74894999', '44471000', '48999999', NULL, 1652944896),
(83429, '3298', '256.00', '6', '15.001', '20', '74000000', '74894999', '44471000', '48999999', NULL, 1652944898),
(83430, '3220', '500.00', '2', '15.001', '20', '74000000', '74894999', '44471000', '48999999', NULL, 1652944899),
(83431, '3298', '327.00', '6', '20.001', '25', '74000000', '74894999', '44471000', '48999999', NULL, 1652944900),
(83432, '3220', '638.00', '2', '20.001', '25', '74000000', '74894999', '44471000', '48999999', NULL, 1652944901),
(83433, '3298', '398.00', '6', '25.001', '30', '74000000', '74894999', '44471000', '48999999', NULL, 1652944902),
(83434, '3220', '777.00', '2', '25.001', '30', '74000000', '74894999', '44471000', '48999999', NULL, 1652944903),
(83435, '3298', '45.00', '7', '0.3', '5', '74000000', '74894999', '49000000', '49099999', NULL, 1652944906),
(83436, '3220', '137.00', '2', '0.3', '5', '74000000', '74894999', '49000000', '49099999', NULL, 1652944910),
(83437, '3298', '71.00', '7', '5.001', '10', '74000000', '74894999', '49000000', '49099999', NULL, 1652944911),
(83438, '3220', '214.00', '2', '5.001', '10', '74000000', '74894999', '49000000', '49099999', NULL, 1652944914),
(83439, '3298', '116.00', '7', '10.001', '15', '74000000', '74894999', '49000000', '49099999', NULL, 1652944916),
(83440, '3220', '346.00', '2', '10.001', '15', '74000000', '74894999', '49000000', '49099999', NULL, 1652944918),
(83441, '3298', '160.00', '7', '15.001', '20', '74000000', '74894999', '49000000', '49099999', NULL, 1652944919),
(83442, '3220', '479.00', '2', '15.001', '20', '74000000', '74894999', '49000000', '49099999', NULL, 1652944919),
(83443, '3298', '205.00', '7', '20.001', '25', '74000000', '74894999', '49000000', '49099999', NULL, 1652944920),
(83444, '3220', '612.00', '2', '20.001', '25', '74000000', '74894999', '49000000', '49099999', NULL, 1652944920),
(83445, '3298', '249.00', '7', '25.001', '30', '74000000', '74894999', '49000000', '49099999', NULL, 1652944926),
(83446, '3220', '744.00', '2', '25.001', '30', '74000000', '74894999', '49000000', '49099999', NULL, 1652944928),
(83447, '3298', '90.00', '10', '0.3', '5', '74000000', '74894999', '49100000', '49999999', NULL, 1652944929),
(83448, '3220', '183.00', '5', '0.3', '5', '74000000', '74894999', '49100000', '49999999', NULL, 1652944930),
(83449, '3298', '133.00', '10', '5.001', '10', '74000000', '74894999', '49100000', '49999999', NULL, 1652944931),
(83450, '3220', '266.00', '5', '5.001', '10', '74000000', '74894999', '49100000', '49999999', NULL, 1652944932),
(83451, '3298', '215.00', '10', '10.001', '15', '74000000', '74894999', '49100000', '49999999', NULL, 1652944934),
(83452, '3220', '430.00', '5', '10.001', '15', '74000000', '74894999', '49100000', '49999999', NULL, 1652944936),
(83453, '3298', '298.00', '10', '15.001', '20', '74000000', '74894999', '49100000', '49999999', NULL, 1652944941),
(83454, '3220', '595.00', '5', '15.001', '20', '74000000', '74894999', '49100000', '49999999', NULL, 1652944943),
(83455, '3298', '380.00', '10', '20.001', '25', '74000000', '74894999', '49100000', '49999999', NULL, 1652944945),
(83456, '3220', '760.00', '5', '20.001', '25', '74000000', '74894999', '49100000', '49999999', NULL, 1652944946),
(83457, '3298', '463.00', '10', '25.001', '30', '74000000', '74894999', '49100000', '49999999', NULL, 1652944949),
(83458, '3220', '925.00', '5', '25.001', '30', '74000000', '74894999', '49100000', '49999999', NULL, 1652944952),
(83459, '3298', '45.00', '6', '0.3', '5', '74000000', '74894999', '50000000', '52999999', NULL, 1652944953),
(83460, '3220', '137.00', '2', '0.3', '5', '74000000', '74894999', '50000000', '52999999', NULL, 1652944956),
(83461, '3298', '71.00', '6', '5.001', '10', '74000000', '74894999', '50000000', '52999999', NULL, 1652944959),
(83462, '3220', '214.00', '2', '5.001', '10', '74000000', '74894999', '50000000', '52999999', NULL, 1652944960),
(83463, '3298', '116.00', '6', '10.001', '15', '74000000', '74894999', '50000000', '52999999', NULL, 1652944961),
(83464, '3220', '346.00', '2', '10.001', '15', '74000000', '74894999', '50000000', '52999999', NULL, 1652944966),
(83465, '3298', '160.00', '6', '15.001', '20', '74000000', '74894999', '50000000', '52999999', NULL, 1652944967),
(83466, '3220', '479.00', '2', '15.001', '20', '74000000', '74894999', '50000000', '52999999', NULL, 1652944969),
(83467, '3298', '205.00', '6', '20.001', '25', '74000000', '74894999', '50000000', '52999999', NULL, 1652944971),
(83468, '3220', '612.00', '2', '20.001', '25', '74000000', '74894999', '50000000', '52999999', NULL, 1652944972),
(83469, '3298', '249.00', '6', '25.001', '30', '74000000', '74894999', '50000000', '52999999', NULL, 1652944974),
(83470, '3220', '744.00', '2', '25.001', '30', '74000000', '74894999', '50000000', '52999999', NULL, 1652944977),
(83471, '3298', '45.00', '6', '0.3', '5', '74000000', '74894999', '50000000', '54999999', NULL, 1652944979),
(83472, '3220', '137.00', '2', '0.3', '5', '74000000', '74894999', '50000000', '54999999', NULL, 1652944982),
(83473, '3298', '71.00', '6', '5.001', '10', '74000000', '74894999', '50000000', '54999999', NULL, 1652944985),
(83474, '3220', '214.00', '2', '5.001', '10', '74000000', '74894999', '50000000', '54999999', NULL, 1652944987),
(83475, '3298', '116.00', '6', '10.001', '15', '74000000', '74894999', '50000000', '54999999', NULL, 1652944988),
(83476, '3220', '346.00', '2', '10.001', '15', '74000000', '74894999', '50000000', '54999999', NULL, 1652944990),
(83477, '3298', '160.00', '6', '15.001', '20', '74000000', '74894999', '50000000', '54999999', NULL, 1652944992),
(83478, '3220', '479.00', '2', '15.001', '20', '74000000', '74894999', '50000000', '54999999', NULL, 1652944996),
(83479, '3298', '205.00', '6', '20.001', '25', '74000000', '74894999', '50000000', '54999999', NULL, 1652944997),
(83480, '3220', '612.00', '2', '20.001', '25', '74000000', '74894999', '50000000', '54999999', NULL, 1652944998),
(83481, '3298', '249.00', '6', '25.001', '30', '74000000', '74894999', '50000000', '54999999', NULL, 1652945001),
(83482, '3220', '744.00', '2', '25.001', '30', '74000000', '74894999', '50000000', '54999999', NULL, 1652945001),
(83483, '3298', '90.00', '11', '0.3', '5', '74000000', '74894999', '55000000', '56999999', NULL, 1652945002),
(83484, '3220', '183.00', '6', '0.3', '5', '74000000', '74894999', '55000000', '56999999', NULL, 1652945003),
(83485, '3298', '133.00', '11', '5.001', '10', '74000000', '74894999', '55000000', '56999999', NULL, 1652945007),
(83486, '3220', '266.00', '6', '5.001', '10', '74000000', '74894999', '55000000', '56999999', NULL, 1652945008),
(83487, '3298', '215.00', '11', '10.001', '15', '74000000', '74894999', '55000000', '56999999', NULL, 1652945009),
(83488, '3220', '430.00', '6', '10.001', '15', '74000000', '74894999', '55000000', '56999999', NULL, 1652945010),
(83489, '3298', '298.00', '11', '15.001', '20', '74000000', '74894999', '55000000', '56999999', NULL, 1652945011),
(83490, '3220', '595.00', '6', '15.001', '20', '74000000', '74894999', '55000000', '56999999', NULL, 1652945012),
(83491, '3298', '380.00', '11', '20.001', '25', '74000000', '74894999', '55000000', '56999999', NULL, 1652945013),
(83492, '3220', '760.00', '6', '20.001', '25', '74000000', '74894999', '55000000', '56999999', NULL, 1652945014),
(83493, '3298', '463.00', '11', '25.001', '30', '74000000', '74894999', '55000000', '56999999', NULL, 1652945015),
(83494, '3220', '925.00', '6', '25.001', '30', '74000000', '74894999', '55000000', '56999999', NULL, 1652945016),
(83495, '3298', '45.00', '7', '0.3', '5', '74000000', '74894999', '57000000', '57099999', NULL, 1652945019),
(83496, '3220', '137.00', '2', '0.3', '5', '74000000', '74894999', '57000000', '57099999', NULL, 1652945020),
(83497, '3298', '71.00', '7', '5.001', '10', '74000000', '74894999', '57000000', '57099999', NULL, 1652945023),
(83498, '3220', '214.00', '2', '5.001', '10', '74000000', '74894999', '57000000', '57099999', NULL, 1652945024),
(83499, '3298', '116.00', '7', '10.001', '15', '74000000', '74894999', '57000000', '57099999', NULL, 1652945025),
(83500, '3220', '346.00', '2', '10.001', '15', '74000000', '74894999', '57000000', '57099999', NULL, 1652945026),
(83501, '3298', '160.00', '7', '15.001', '20', '74000000', '74894999', '57000000', '57099999', NULL, 1652945027),
(83502, '3220', '479.00', '2', '15.001', '20', '74000000', '74894999', '57000000', '57099999', NULL, 1652945028),
(83503, '3298', '205.00', '7', '20.001', '25', '74000000', '74894999', '57000000', '57099999', NULL, 1652945030),
(83504, '3220', '612.00', '2', '20.001', '25', '74000000', '74894999', '57000000', '57099999', NULL, 1652945031),
(83505, '3298', '249.00', '7', '25.001', '30', '74000000', '74894999', '57000000', '57099999', NULL, 1652945032),
(83506, '3220', '744.00', '2', '25.001', '30', '74000000', '74894999', '57000000', '57099999', NULL, 1652945033),
(83507, '3298', '45.00', '9', '0.3', '5', '74000000', '74894999', '57100000', '57999999', NULL, 1652945034),
(83508, '3220', '137.00', '5', '0.3', '5', '74000000', '74894999', '57100000', '57999999', NULL, 1652945036),
(83509, '3298', '71.00', '9', '5.001', '10', '74000000', '74894999', '57100000', '57999999', NULL, 1652945037),
(83510, '3220', '214.00', '5', '5.001', '10', '74000000', '74894999', '57100000', '57999999', NULL, 1652945038),
(83511, '3298', '116.00', '9', '10.001', '15', '74000000', '74894999', '57100000', '57999999', NULL, 1652945041),
(83512, '3220', '346.00', '5', '10.001', '15', '74000000', '74894999', '57100000', '57999999', NULL, 1652945044),
(83513, '3298', '160.00', '9', '15.001', '20', '74000000', '74894999', '57100000', '57999999', NULL, 1652945045),
(83514, '3220', '479.00', '5', '15.001', '20', '74000000', '74894999', '57100000', '57999999', NULL, 1652945046),
(83515, '3298', '205.00', '9', '20.001', '25', '74000000', '74894999', '57100000', '57999999', NULL, 1652945047),
(83516, '3220', '612.00', '5', '20.001', '25', '74000000', '74894999', '57100000', '57999999', NULL, 1652945051),
(83517, '3298', '249.00', '9', '25.001', '30', '74000000', '74894999', '57100000', '57999999', NULL, 1652945052),
(83518, '3220', '744.00', '5', '25.001', '30', '74000000', '74894999', '57100000', '57999999', NULL, 1652945053),
(83519, '3298', '45.00', '7', '0.3', '5', '74000000', '74894999', '58000000', '58099999', NULL, 1652945054),
(83520, '3220', '137.00', '3', '0.3', '5', '74000000', '74894999', '58000000', '58099999', NULL, 1652945054),
(83521, '3298', '71.00', '7', '5.001', '10', '74000000', '74894999', '58000000', '58099999', NULL, 1652945055),
(83522, '3220', '214.00', '3', '5.001', '10', '74000000', '74894999', '58000000', '58099999', NULL, 1652945056),
(83523, '3298', '116.00', '7', '10.001', '15', '74000000', '74894999', '58000000', '58099999', NULL, 1652945060),
(83524, '3220', '346.00', '3', '10.001', '15', '74000000', '74894999', '58000000', '58099999', NULL, 1652945061),
(83525, '3298', '160.00', '7', '15.001', '20', '74000000', '74894999', '58000000', '58099999', NULL, 1652945062),
(83526, '3220', '479.00', '3', '15.001', '20', '74000000', '74894999', '58000000', '58099999', NULL, 1652945067),
(83527, '3298', '205.00', '7', '20.001', '25', '74000000', '74894999', '58000000', '58099999', NULL, 1652945068),
(83528, '3220', '612.00', '3', '20.001', '25', '74000000', '74894999', '58000000', '58099999', NULL, 1652945068),
(83529, '3298', '249.00', '7', '25.001', '30', '74000000', '74894999', '58000000', '58099999', NULL, 1652945069),
(83530, '3220', '744.00', '3', '25.001', '30', '74000000', '74894999', '58000000', '58099999', NULL, 1652945070),
(83531, '3298', '90.00', '12', '0.3', '5', '74000000', '74894999', '58100000', '58999999', NULL, 1652945071),
(83532, '3220', '183.00', '8', '0.3', '5', '74000000', '74894999', '58100000', '58999999', NULL, 1652945071),
(83533, '3298', '133.00', '12', '5.001', '10', '74000000', '74894999', '58100000', '58999999', NULL, 1652945072),
(83534, '3220', '266.00', '8', '5.001', '10', '74000000', '74894999', '58100000', '58999999', NULL, 1652945073),
(83535, '3298', '215.00', '12', '10.001', '15', '74000000', '74894999', '58100000', '58999999', NULL, 1652945074),
(83536, '3220', '430.00', '8', '10.001', '15', '74000000', '74894999', '58100000', '58999999', NULL, 1652945075),
(83537, '3298', '298.00', '12', '15.001', '20', '74000000', '74894999', '58100000', '58999999', NULL, 1652945076),
(83538, '3220', '595.00', '8', '15.001', '20', '74000000', '74894999', '58100000', '58999999', NULL, 1652945077),
(83539, '3298', '380.00', '12', '20.001', '25', '74000000', '74894999', '58100000', '58999999', NULL, 1652945078),
(83540, '3220', '760.00', '8', '20.001', '25', '74000000', '74894999', '58100000', '58999999', NULL, 1652945079),
(83541, '3298', '463.00', '12', '25.001', '30', '74000000', '74894999', '58100000', '58999999', NULL, 1652945080),
(83542, '3220', '925.00', '8', '25.001', '30', '74000000', '74894999', '58100000', '58999999', NULL, 1652945081),
(83543, '3298', '45.00', '7', '0.3', '5', '74000000', '74894999', '59000000', '59099999', NULL, 1652945081),
(83544, '3220', '137.00', '2', '0.3', '5', '74000000', '74894999', '59000000', '59099999', NULL, 1652945082),
(83545, '3298', '71.00', '7', '5.001', '10', '74000000', '74894999', '59000000', '59099999', NULL, 1652945083),
(83546, '3220', '214.00', '2', '5.001', '10', '74000000', '74894999', '59000000', '59099999', NULL, 1652945083),
(83547, '3298', '116.00', '7', '10.001', '15', '74000000', '74894999', '59000000', '59099999', NULL, 1652945089),
(83548, '3220', '346.00', '2', '10.001', '15', '74000000', '74894999', '59000000', '59099999', NULL, 1652945090),
(83549, '3298', '160.00', '7', '15.001', '20', '74000000', '74894999', '59000000', '59099999', NULL, 1652945091),
(83550, '3220', '479.00', '2', '15.001', '20', '74000000', '74894999', '59000000', '59099999', NULL, 1652945091),
(83551, '3298', '205.00', '7', '20.001', '25', '74000000', '74894999', '59000000', '59099999', NULL, 1652945092),
(83552, '3220', '612.00', '2', '20.001', '25', '74000000', '74894999', '59000000', '59099999', NULL, 1652945093),
(83553, '3298', '249.00', '7', '25.001', '30', '74000000', '74894999', '59000000', '59099999', NULL, 1652945094),
(83554, '3220', '744.00', '2', '25.001', '30', '74000000', '74894999', '59000000', '59099999', NULL, 1652945094),
(83555, '3298', '45.00', '7', '0.3', '5', '74000000', '74894999', '59100000', '59999999', NULL, 1652945095),
(83556, '3220', '137.00', '2', '0.3', '5', '74000000', '74894999', '59100000', '59999999', NULL, 1652945096),
(83557, '3298', '71.00', '7', '5.001', '10', '74000000', '74894999', '59100000', '59999999', NULL, 1652945097),
(83558, '3220', '214.00', '2', '5.001', '10', '74000000', '74894999', '59100000', '59999999', NULL, 1652945097),
(83559, '3298', '116.00', '7', '10.001', '15', '74000000', '74894999', '59100000', '59999999', NULL, 1652945104),
(83560, '3220', '346.00', '2', '10.001', '15', '74000000', '74894999', '59100000', '59999999', NULL, 1652945105),
(83561, '3298', '160.00', '7', '15.001', '20', '74000000', '74894999', '59100000', '59999999', NULL, 1652945105),
(83562, '3220', '479.00', '2', '15.001', '20', '74000000', '74894999', '59100000', '59999999', NULL, 1652945106),
(83563, '3298', '205.00', '7', '20.001', '25', '74000000', '74894999', '59100000', '59999999', NULL, 1652945107),
(83564, '3220', '612.00', '2', '20.001', '25', '74000000', '74894999', '59100000', '59999999', NULL, 1652945108),
(83565, '3298', '249.00', '7', '25.001', '30', '74000000', '74894999', '59100000', '59999999', NULL, 1652945109),
(83566, '3220', '744.00', '2', '25.001', '30', '74000000', '74894999', '59100000', '59999999', NULL, 1652945109),
(83567, '3298', '45.00', '7', '0.3', '5', '74000000', '74894999', '60000000', '60999999', NULL, 1652945110),
(83568, '3220', '137.00', '2', '0.3', '5', '74000000', '74894999', '60000000', '60999999', NULL, 1652945111),
(83569, '3298', '71.00', '7', '5.001', '10', '74000000', '74894999', '60000000', '60999999', NULL, 1652945111),
(83570, '3220', '214.00', '2', '5.001', '10', '74000000', '74894999', '60000000', '60999999', NULL, 1652945112),
(83571, '3298', '116.00', '7', '10.001', '15', '74000000', '74894999', '60000000', '60999999', NULL, 1652945113),
(83572, '3220', '346.00', '2', '10.001', '15', '74000000', '74894999', '60000000', '60999999', NULL, 1652945113),
(83573, '3298', '160.00', '7', '15.001', '20', '74000000', '74894999', '60000000', '60999999', NULL, 1652945114),
(83574, '3220', '479.00', '2', '15.001', '20', '74000000', '74894999', '60000000', '60999999', NULL, 1652945115),
(83575, '3298', '205.00', '7', '20.001', '25', '74000000', '74894999', '60000000', '60999999', NULL, 1652945115),
(83576, '3220', '612.00', '2', '20.001', '25', '74000000', '74894999', '60000000', '60999999', NULL, 1652945116),
(83577, '3298', '249.00', '7', '25.001', '30', '74000000', '74894999', '60000000', '60999999', NULL, 1652945117),
(83578, '3220', '744.00', '2', '25.001', '30', '74000000', '74894999', '60000000', '60999999', NULL, 1652945117),
(83579, '3298', '45.00', '7', '0.3', '5', '74000000', '74894999', '60000000', '61900999', NULL, 1652945123),
(83580, '3220', '137.00', '2', '0.3', '5', '74000000', '74894999', '60000000', '61900999', NULL, 1652945129),
(83581, '3298', '71.00', '7', '5.001', '10', '74000000', '74894999', '60000000', '61900999', NULL, 1652945130),
(83582, '3220', '214.00', '2', '5.001', '10', '74000000', '74894999', '60000000', '61900999', NULL, 1652945130),
(83583, '3298', '116.00', '7', '10.001', '15', '74000000', '74894999', '60000000', '61900999', NULL, 1652945131),
(83584, '3220', '346.00', '2', '10.001', '15', '74000000', '74894999', '60000000', '61900999', NULL, 1652945131),
(83585, '3298', '160.00', '7', '15.001', '20', '74000000', '74894999', '60000000', '61900999', NULL, 1652945132),
(83586, '3220', '479.00', '2', '15.001', '20', '74000000', '74894999', '60000000', '61900999', NULL, 1652945133),
(83587, '3298', '205.00', '7', '20.001', '25', '74000000', '74894999', '60000000', '61900999', NULL, 1652945139),
(83588, '3220', '612.00', '2', '20.001', '25', '74000000', '74894999', '60000000', '61900999', NULL, 1652945140),
(83589, '3298', '249.00', '7', '25.001', '30', '74000000', '74894999', '60000000', '61900999', NULL, 1652945140),
(83590, '3220', '744.00', '2', '25.001', '30', '74000000', '74894999', '60000000', '61900999', NULL, 1652945141),
(83591, '3298', '90.00', '11', '0.3', '5', '74000000', '74894999', '61901000', '63999999', NULL, 1652945142),
(83592, '3220', '183.00', '7', '0.3', '5', '74000000', '74894999', '61901000', '63999999', NULL, 1652945142),
(83593, '3298', '133.00', '11', '5.001', '10', '74000000', '74894999', '61901000', '63999999', NULL, 1652945143),
(83594, '3220', '266.00', '7', '5.001', '10', '74000000', '74894999', '61901000', '63999999', NULL, 1652945144),
(83595, '3298', '215.00', '11', '10.001', '15', '74000000', '74894999', '61901000', '63999999', NULL, 1652945144),
(83596, '3220', '430.00', '7', '10.001', '15', '74000000', '74894999', '61901000', '63999999', NULL, 1652945146),
(83597, '3298', '298.00', '11', '15.001', '20', '74000000', '74894999', '61901000', '63999999', NULL, 1652945146),
(83598, '3220', '595.00', '7', '15.001', '20', '74000000', '74894999', '61901000', '63999999', NULL, 1652945147),
(83599, '3298', '380.00', '11', '20.001', '25', '74000000', '74894999', '61901000', '63999999', NULL, 1652945148),
(83600, '3220', '760.00', '7', '20.001', '25', '74000000', '74894999', '61901000', '63999999', NULL, 1652945149),
(83601, '3298', '463.00', '11', '25.001', '30', '74000000', '74894999', '61901000', '63999999', NULL, 1652945150),
(83602, '3220', '925.00', '7', '25.001', '30', '74000000', '74894999', '61901000', '63999999', NULL, 1652945150),
(83603, '3298', '45.00', '7', '0.3', '5', '74000000', '74894999', '64000000', '64099999', NULL, 1652945151),
(83604, '3220', '137.00', '3', '0.3', '5', '74000000', '74894999', '64000000', '64099999', NULL, 1652945151),
(83605, '3298', '71.00', '7', '5.001', '10', '74000000', '74894999', '64000000', '64099999', NULL, 1652945152),
(83606, '3220', '214.00', '3', '5.001', '10', '74000000', '74894999', '64000000', '64099999', NULL, 1652945152),
(83607, '3298', '116.00', '7', '10.001', '15', '74000000', '74894999', '64000000', '64099999', NULL, 1652945153),
(83608, '3220', '346.00', '3', '10.001', '15', '74000000', '74894999', '64000000', '64099999', NULL, 1652945154),
(83609, '3298', '160.00', '7', '15.001', '20', '74000000', '74894999', '64000000', '64099999', NULL, 1652945155),
(83610, '3220', '479.00', '3', '15.001', '20', '74000000', '74894999', '64000000', '64099999', NULL, 1652945155),
(83611, '3298', '205.00', '7', '20.001', '25', '74000000', '74894999', '64000000', '64099999', NULL, 1652945156),
(83612, '3220', '612.00', '3', '20.001', '25', '74000000', '74894999', '64000000', '64099999', NULL, 1652945156),
(83613, '3298', '249.00', '7', '25.001', '30', '74000000', '74894999', '64000000', '64099999', NULL, 1652945157),
(83614, '3220', '744.00', '3', '25.001', '30', '74000000', '74894999', '64000000', '64099999', NULL, 1652945158),
(83615, '3298', '90.00', '11', '0.3', '5', '74000000', '74894999', '64100000', '64999999', NULL, 1652945158),
(83616, '3220', '183.00', '7', '0.3', '5', '74000000', '74894999', '64100000', '64999999', NULL, 1652945159),
(83617, '3298', '133.00', '11', '5.001', '10', '74000000', '74894999', '64100000', '64999999', NULL, 1652945159),
(83618, '3220', '266.00', '7', '5.001', '10', '74000000', '74894999', '64100000', '64999999', NULL, 1652945162),
(83619, '3298', '215.00', '11', '10.001', '15', '74000000', '74894999', '64100000', '64999999', NULL, 1652945162),
(83620, '3220', '430.00', '7', '10.001', '15', '74000000', '74894999', '64100000', '64999999', NULL, 1652945163),
(83621, '3298', '298.00', '11', '15.001', '20', '74000000', '74894999', '64100000', '64999999', NULL, 1652945164),
(83622, '3220', '595.00', '7', '15.001', '20', '74000000', '74894999', '64100000', '64999999', NULL, 1652945165),
(83623, '3298', '380.00', '11', '20.001', '25', '74000000', '74894999', '64100000', '64999999', NULL, 1652945166),
(83624, '3220', '760.00', '7', '20.001', '25', '74000000', '74894999', '64100000', '64999999', NULL, 1652945166),
(83625, '3298', '463.00', '11', '25.001', '30', '74000000', '74894999', '64100000', '64999999', NULL, 1652945174),
(83626, '3220', '925.00', '7', '25.001', '30', '74000000', '74894999', '64100000', '64999999', NULL, 1652945174),
(83627, '3298', '45.00', '9', '0.3', '5', '74000000', '74894999', '65000000', '65099999', NULL, 1652945175),
(83628, '3220', '137.00', '5', '0.3', '5', '74000000', '74894999', '65000000', '65099999', NULL, 1652945176),
(83629, '3298', '71.00', '9', '5.001', '10', '74000000', '74894999', '65000000', '65099999', NULL, 1652945177),
(83630, '3220', '214.00', '5', '5.001', '10', '74000000', '74894999', '65000000', '65099999', NULL, 1652945178),
(83631, '3298', '116.00', '9', '10.001', '15', '74000000', '74894999', '65000000', '65099999', NULL, 1652945179),
(83632, '3220', '346.00', '5', '10.001', '15', '74000000', '74894999', '65000000', '65099999', NULL, 1652945179),
(83633, '3298', '160.00', '9', '15.001', '20', '74000000', '74894999', '65000000', '65099999', NULL, 1652945182),
(83634, '3220', '479.00', '5', '15.001', '20', '74000000', '74894999', '65000000', '65099999', NULL, 1652945183),
(83635, '3298', '205.00', '9', '20.001', '25', '74000000', '74894999', '65000000', '65099999', NULL, 1652945184),
(83636, '3220', '612.00', '5', '20.001', '25', '74000000', '74894999', '65000000', '65099999', NULL, 1652945185),
(83637, '3298', '249.00', '9', '25.001', '30', '74000000', '74894999', '65000000', '65099999', NULL, 1652945185),
(83638, '3220', '744.00', '5', '25.001', '30', '74000000', '74894999', '65000000', '65099999', NULL, 1652945186),
(83639, '3298', '90.00', '13', '0.3', '5', '74000000', '74894999', '65100000', '65999999', NULL, 1652945187),
(83640, '3220', '183.00', '10', '0.3', '5', '74000000', '74894999', '65100000', '65999999', NULL, 1652945187),
(83641, '3298', '133.00', '13', '5.001', '10', '74000000', '74894999', '65100000', '65999999', NULL, 1652945188),
(83642, '3220', '266.00', '10', '5.001', '10', '74000000', '74894999', '65100000', '65999999', NULL, 1652945196),
(83643, '3298', '215.00', '13', '10.001', '15', '74000000', '74894999', '65100000', '65999999', NULL, 1652945196),
(83644, '3220', '430.00', '10', '10.001', '15', '74000000', '74894999', '65100000', '65999999', NULL, 1652945197),
(83645, '3298', '298.00', '13', '15.001', '20', '74000000', '74894999', '65100000', '65999999', NULL, 1652945198),
(83646, '3220', '595.00', '10', '15.001', '20', '74000000', '74894999', '65100000', '65999999', NULL, 1652945199),
(83647, '3298', '380.00', '13', '20.001', '25', '74000000', '74894999', '65100000', '65999999', NULL, 1652945199),
(83648, '3220', '760.00', '10', '20.001', '25', '74000000', '74894999', '65100000', '65999999', NULL, 1652945200),
(83649, '3298', '463.00', '13', '25.001', '30', '74000000', '74894999', '65100000', '65999999', NULL, 1652945201),
(83650, '3220', '925.00', '10', '25.001', '30', '74000000', '74894999', '65100000', '65999999', NULL, 1652945202),
(83651, '3298', '45.00', '8', '0.3', '5', '74000000', '74894999', '66000000', '66999999', NULL, 1652945202),
(83652, '3220', '137.00', '4', '0.3', '5', '74000000', '74894999', '66000000', '66999999', NULL, 1652945203),
(83653, '3298', '71.00', '8', '5.001', '10', '74000000', '74894999', '66000000', '66999999', NULL, 1652945204),
(83654, '3220', '214.00', '4', '5.001', '10', '74000000', '74894999', '66000000', '66999999', NULL, 1652945212),
(83655, '3298', '116.00', '8', '10.001', '15', '74000000', '74894999', '66000000', '66999999', NULL, 1652945212),
(83656, '3220', '346.00', '4', '10.001', '15', '74000000', '74894999', '66000000', '66999999', NULL, 1652945219),
(83657, '3298', '160.00', '8', '15.001', '20', '74000000', '74894999', '66000000', '66999999', NULL, 1652945220),
(83658, '3220', '479.00', '4', '15.001', '20', '74000000', '74894999', '66000000', '66999999', NULL, 1652945221),
(83659, '3298', '205.00', '8', '20.001', '25', '74000000', '74894999', '66000000', '66999999', NULL, 1652945222),
(83660, '3220', '612.00', '4', '20.001', '25', '74000000', '74894999', '66000000', '66999999', NULL, 1652945230),
(83661, '3298', '249.00', '8', '25.001', '30', '74000000', '74894999', '66000000', '66999999', NULL, 1652945237),
(83662, '3220', '744.00', '4', '25.001', '30', '74000000', '74894999', '66000000', '66999999', NULL, 1652945238),
(83663, '3298', '45.00', '8', '0.3', '5', '74000000', '74894999', '66000000', '67999999', NULL, 1652945239),
(83664, '3220', '137.00', '4', '0.3', '5', '74000000', '74894999', '66000000', '67999999', NULL, 1652945240),
(83665, '3298', '71.00', '8', '5.001', '10', '74000000', '74894999', '66000000', '67999999', NULL, 1652945241),
(83666, '3220', '214.00', '4', '5.001', '10', '74000000', '74894999', '66000000', '67999999', NULL, 1652945241),
(83667, '3298', '116.00', '8', '10.001', '15', '74000000', '74894999', '66000000', '67999999', NULL, 1652945242),
(83668, '3220', '346.00', '4', '10.001', '15', '74000000', '74894999', '66000000', '67999999', NULL, 1652945243),
(83669, '3298', '160.00', '8', '15.001', '20', '74000000', '74894999', '66000000', '67999999', NULL, 1652945244),
(83670, '3220', '479.00', '4', '15.001', '20', '74000000', '74894999', '66000000', '67999999', NULL, 1652945244),
(83671, '3298', '205.00', '8', '20.001', '25', '74000000', '74894999', '66000000', '67999999', NULL, 1652945245),
(83672, '3220', '612.00', '4', '20.001', '25', '74000000', '74894999', '66000000', '67999999', NULL, 1652945246),
(83673, '3298', '249.00', '8', '25.001', '30', '74000000', '74894999', '66000000', '67999999', NULL, 1652945247),
(83674, '3220', '744.00', '4', '25.001', '30', '74000000', '74894999', '66000000', '67999999', NULL, 1652945249),
(83675, '3298', '90.00', '9', '0.3', '5', '74000000', '74894999', '68000000', '68899999', NULL, 1652945249),
(83676, '3220', '183.00', '8', '0.3', '5', '74000000', '74894999', '68000000', '68899999', NULL, 1652945250),
(83677, '3298', '133.00', '9', '5.001', '10', '74000000', '74894999', '68000000', '68899999', NULL, 1652945251),
(83678, '3220', '266.00', '8', '5.001', '10', '74000000', '74894999', '68000000', '68899999', NULL, 1652945252),
(83679, '3298', '215.00', '9', '10.001', '15', '74000000', '74894999', '68000000', '68899999', NULL, 1652945253),
(83680, '3220', '430.00', '8', '10.001', '15', '74000000', '74894999', '68000000', '68899999', NULL, 1652945254),
(83681, '3298', '298.00', '9', '15.001', '20', '74000000', '74894999', '68000000', '68899999', NULL, 1652945255),
(83682, '3220', '595.00', '8', '15.001', '20', '74000000', '74894999', '68000000', '68899999', NULL, 1652945256),
(83683, '3298', '380.00', '9', '20.001', '25', '74000000', '74894999', '68000000', '68899999', NULL, 1652945257),
(83684, '3220', '760.00', '8', '20.001', '25', '74000000', '74894999', '68000000', '68899999', NULL, 1652945259),
(83685, '3298', '463.00', '9', '25.001', '30', '74000000', '74894999', '68000000', '68899999', NULL, 1652945260),
(83686, '3220', '925.00', '8', '25.001', '30', '74000000', '74894999', '68000000', '68899999', NULL, 1652945262),
(83687, '3298', '45.00', '19', '0.3', '5', '74000000', '74894999', '68900000', '68914999', NULL, 1652945263),
(83688, '3220', '137.00', '11', '0.3', '5', '74000000', '74894999', '68900000', '68914999', NULL, 1652945263),
(83689, '3298', '71.00', '19', '5.001', '10', '74000000', '74894999', '68900000', '68914999', NULL, 1652945264),
(83690, '3220', '214.00', '11', '5.001', '10', '74000000', '74894999', '68900000', '68914999', NULL, 1652945265),
(83691, '3298', '116.00', '19', '10.001', '15', '74000000', '74894999', '68900000', '68914999', NULL, 1652945266),
(83692, '3220', '346.00', '11', '10.001', '15', '74000000', '74894999', '68900000', '68914999', NULL, 1652945267),
(83693, '3298', '160.00', '19', '15.001', '20', '74000000', '74894999', '68900000', '68914999', NULL, 1652945269),
(83694, '3220', '479.00', '11', '15.001', '20', '74000000', '74894999', '68900000', '68914999', NULL, 1652945270),
(83695, '3298', '205.00', '19', '20.001', '25', '74000000', '74894999', '68900000', '68914999', NULL, 1652945274),
(83696, '3220', '612.00', '11', '20.001', '25', '74000000', '74894999', '68900000', '68914999', NULL, 1652945274),
(83697, '3298', '249.00', '19', '25.001', '30', '74000000', '74894999', '68900000', '68914999', NULL, 1652945276),
(83698, '3220', '744.00', '11', '25.001', '30', '74000000', '74894999', '68900000', '68914999', NULL, 1652945277),
(83699, '3298', '90.00', '19', '0.3', '5', '74000000', '74894999', '68915000', '68999999', NULL, 1652945279),
(83700, '3220', '183.00', '13', '0.3', '5', '74000000', '74894999', '68915000', '68999999', NULL, 1652945280),
(83701, '3298', '133.00', '19', '5.001', '10', '74000000', '74894999', '68915000', '68999999', NULL, 1652945281),
(83702, '3220', '266.00', '13', '5.001', '10', '74000000', '74894999', '68915000', '68999999', NULL, 1652945283),
(83703, '3298', '215.00', '19', '10.001', '15', '74000000', '74894999', '68915000', '68999999', NULL, 1652945284),
(83704, '3220', '430.00', '13', '10.001', '15', '74000000', '74894999', '68915000', '68999999', NULL, 1652945286),
(83705, '3298', '298.00', '19', '15.001', '20', '74000000', '74894999', '68915000', '68999999', NULL, 1652945288),
(83706, '3220', '595.00', '13', '15.001', '20', '74000000', '74894999', '68915000', '68999999', NULL, 1652945289),
(83707, '3298', '380.00', '19', '20.001', '25', '74000000', '74894999', '68915000', '68999999', NULL, 1652945292),
(83708, '3220', '760.00', '13', '20.001', '25', '74000000', '74894999', '68915000', '68999999', NULL, 1652945295),
(83709, '3298', '463.00', '19', '25.001', '30', '74000000', '74894999', '68915000', '68999999', NULL, 1652945296),
(83710, '3220', '925.00', '13', '25.001', '30', '74000000', '74894999', '68915000', '68999999', NULL, 1652945298),
(83711, '3298', '45.00', '20', '0.3', '5', '74000000', '74894999', '69000000', '69099999', NULL, 1652945299),
(83712, '3220', '137.00', '3', '0.3', '5', '74000000', '74894999', '69000000', '69099999', NULL, 1652945299),
(83713, '3298', '71.00', '20', '5.001', '10', '74000000', '74894999', '69000000', '69099999', NULL, 1652945300),
(83714, '3220', '214.00', '3', '5.001', '10', '74000000', '74894999', '69000000', '69099999', NULL, 1652945301),
(83715, '3298', '116.00', '20', '10.001', '15', '74000000', '74894999', '69000000', '69099999', NULL, 1652945302),
(83716, '3220', '346.00', '3', '10.001', '15', '74000000', '74894999', '69000000', '69099999', NULL, 1652945304),
(83717, '3298', '160.00', '20', '15.001', '20', '74000000', '74894999', '69000000', '69099999', NULL, 1652945305),
(83718, '3220', '479.00', '3', '15.001', '20', '74000000', '74894999', '69000000', '69099999', NULL, 1652945306),
(83719, '3298', '205.00', '20', '20.001', '25', '74000000', '74894999', '69000000', '69099999', NULL, 1652945309),
(83720, '3220', '612.00', '3', '20.001', '25', '74000000', '74894999', '69000000', '69099999', NULL, 1652945313),
(83721, '3298', '249.00', '20', '25.001', '30', '74000000', '74894999', '69000000', '69099999', NULL, 1652945314),
(83722, '3220', '744.00', '3', '25.001', '30', '74000000', '74894999', '69000000', '69099999', NULL, 1652945316),
(83723, '3298', '90.00', '27', '0.3', '5', '74000000', '74894999', '69100000', '69299999', NULL, 1652945317),
(83724, '3220', '183.00', '6', '0.3', '5', '74000000', '74894999', '69100000', '69299999', NULL, 1652945318),
(83725, '3298', '133.00', '27', '5.001', '10', '74000000', '74894999', '69100000', '69299999', NULL, 1652945319),
(83726, '3220', '266.00', '6', '5.001', '10', '74000000', '74894999', '69100000', '69299999', NULL, 1652945319),
(83727, '3298', '215.00', '27', '10.001', '15', '74000000', '74894999', '69100000', '69299999', NULL, 1652945320),
(83728, '3220', '430.00', '6', '10.001', '15', '74000000', '74894999', '69100000', '69299999', NULL, 1652945322),
(83729, '3298', '298.00', '27', '15.001', '20', '74000000', '74894999', '69100000', '69299999', NULL, 1652945322),
(83730, '3220', '595.00', '6', '15.001', '20', '74000000', '74894999', '69100000', '69299999', NULL, 1652945331),
(83731, '3298', '380.00', '27', '20.001', '25', '74000000', '74894999', '69100000', '69299999', NULL, 1652945334),
(83732, '3220', '760.00', '6', '20.001', '25', '74000000', '74894999', '69100000', '69299999', NULL, 1652945335),
(83733, '3298', '463.00', '27', '25.001', '30', '74000000', '74894999', '69100000', '69299999', NULL, 1652945336),
(83734, '3220', '925.00', '6', '25.001', '30', '74000000', '74894999', '69100000', '69299999', NULL, 1652945337),
(83735, '3298', '45.00', '20', '0.3', '5', '74000000', '74894999', '69300000', '69339999', NULL, 1652945337),
(83736, '3220', '137.00', '3', '0.3', '5', '74000000', '74894999', '69300000', '69339999', NULL, 1652945339),
(83737, '3298', '71.00', '20', '5.001', '10', '74000000', '74894999', '69300000', '69339999', NULL, 1652945343),
(83738, '3220', '214.00', '3', '5.001', '10', '74000000', '74894999', '69300000', '69339999', NULL, 1652945344),
(83739, '3298', '116.00', '20', '10.001', '15', '74000000', '74894999', '69300000', '69339999', NULL, 1652945345),
(83740, '3220', '346.00', '3', '10.001', '15', '74000000', '74894999', '69300000', '69339999', NULL, 1652945346),
(83741, '3298', '160.00', '20', '15.001', '20', '74000000', '74894999', '69300000', '69339999', NULL, 1652945347),
(83742, '3220', '479.00', '3', '15.001', '20', '74000000', '74894999', '69300000', '69339999', NULL, 1652945348),
(83743, '3298', '205.00', '20', '20.001', '25', '74000000', '74894999', '69300000', '69339999', NULL, 1652945350),
(83744, '3220', '612.00', '3', '20.001', '25', '74000000', '74894999', '69300000', '69339999', NULL, 1652945357),
(83745, '3298', '249.00', '20', '25.001', '30', '74000000', '74894999', '69300000', '69339999', NULL, 1652945358),
(83746, '3220', '744.00', '3', '25.001', '30', '74000000', '74894999', '69300000', '69339999', NULL, 1652945359),
(83747, '3298', '90.00', '27', '0.3', '5', '74000000', '74894999', '69340000', '69389999', NULL, 1652945367),
(83748, '3220', '183.00', '9', '0.3', '5', '74000000', '74894999', '69340000', '69389999', NULL, 1652945369),
(83749, '3298', '133.00', '27', '5.001', '10', '74000000', '74894999', '69340000', '69389999', NULL, 1652945369),
(83750, '3220', '266.00', '9', '5.001', '10', '74000000', '74894999', '69340000', '69389999', NULL, 1652945376),
(83751, '3298', '215.00', '27', '10.001', '15', '74000000', '74894999', '69340000', '69389999', NULL, 1652945384),
(83752, '3220', '430.00', '9', '10.001', '15', '74000000', '74894999', '69340000', '69389999', NULL, 1652945385),
(83753, '3298', '298.00', '27', '15.001', '20', '74000000', '74894999', '69340000', '69389999', NULL, 1652945386),
(83754, '3220', '595.00', '9', '15.001', '20', '74000000', '74894999', '69340000', '69389999', NULL, 1652945392),
(83755, '3298', '380.00', '27', '20.001', '25', '74000000', '74894999', '69340000', '69389999', NULL, 1652945395),
(83756, '3220', '760.00', '9', '20.001', '25', '74000000', '74894999', '69340000', '69389999', NULL, 1652945401),
(83757, '3298', '463.00', '27', '25.001', '30', '74000000', '74894999', '69340000', '69389999', NULL, 1652945403),
(83758, '3220', '925.00', '9', '25.001', '30', '74000000', '74894999', '69340000', '69389999', NULL, 1652945405),
(83759, '3298', '45.00', '9', '0.3', '5', '74000000', '74894999', '69900000', '69920999', NULL, 1652945406),
(83760, '3220', '137.00', '5', '0.3', '5', '74000000', '74894999', '69900000', '69920999', NULL, 1652945407),
(83761, '3298', '71.00', '9', '5.001', '10', '74000000', '74894999', '69900000', '69920999', NULL, 1652945409),
(83762, '3220', '214.00', '5', '5.001', '10', '74000000', '74894999', '69900000', '69920999', NULL, 1652945410),
(83763, '3298', '116.00', '9', '10.001', '15', '74000000', '74894999', '69900000', '69920999', NULL, 1652945411),
(83764, '3220', '346.00', '5', '10.001', '15', '74000000', '74894999', '69900000', '69920999', NULL, 1652945412),
(83765, '3298', '160.00', '9', '15.001', '20', '74000000', '74894999', '69900000', '69920999', NULL, 1652945416),
(83766, '3220', '479.00', '5', '15.001', '20', '74000000', '74894999', '69900000', '69920999', NULL, 1652945417),
(83767, '3298', '205.00', '9', '20.001', '25', '74000000', '74894999', '69900000', '69920999', NULL, 1652945417),
(83768, '3220', '612.00', '5', '20.001', '25', '74000000', '74894999', '69900000', '69920999', NULL, 1652945418),
(83769, '3298', '249.00', '9', '25.001', '30', '74000000', '74894999', '69900000', '69920999', NULL, 1652945420),
(83770, '3220', '744.00', '5', '25.001', '30', '74000000', '74894999', '69900000', '69920999', NULL, 1652945421),
(83771, '3298', '90.00', '12', '0.3', '5', '74000000', '74894999', '69921000', '69999999', NULL, 1652945423),
(83772, '3220', '183.00', '10', '0.3', '5', '74000000', '74894999', '69921000', '69999999', NULL, 1652945424),
(83773, '3298', '133.00', '12', '5.001', '10', '74000000', '74894999', '69921000', '69999999', NULL, 1652945426),
(83774, '3220', '266.00', '10', '5.001', '10', '74000000', '74894999', '69921000', '69999999', NULL, 1652945428),
(83775, '3298', '215.00', '12', '10.001', '15', '74000000', '74894999', '69921000', '69999999', NULL, 1652945429);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(83776, '3220', '430.00', '10', '10.001', '15', '74000000', '74894999', '69921000', '69999999', NULL, 1652945430),
(83777, '3298', '298.00', '12', '15.001', '20', '74000000', '74894999', '69921000', '69999999', NULL, 1652945431),
(83778, '3220', '595.00', '10', '15.001', '20', '74000000', '74894999', '69921000', '69999999', NULL, 1652945433),
(83779, '3298', '380.00', '12', '20.001', '25', '74000000', '74894999', '69921000', '69999999', NULL, 1652945434),
(83780, '3220', '760.00', '10', '20.001', '25', '74000000', '74894999', '69921000', '69999999', NULL, 1652945435),
(83781, '3298', '463.00', '12', '25.001', '30', '74000000', '74894999', '69921000', '69999999', NULL, 1652945439),
(83782, '3220', '925.00', '10', '25.001', '30', '74000000', '74894999', '69921000', '69999999', NULL, 1652945439),
(83783, '3298', '25.00', '5', '0.3', '5', '74000000', '74894999', '71000000', '73699999', NULL, 1652945440),
(83784, '3220', '34.00', '1', '0.3', '5', '74000000', '74894999', '71000000', '73699999', NULL, 1652945441),
(83785, '3298', '31.00', '5', '5.001', '10', '74000000', '74894999', '71000000', '73699999', NULL, 1652945442),
(83786, '3220', '48.00', '1', '5.001', '10', '74000000', '74894999', '71000000', '73699999', NULL, 1652945443),
(83787, '3298', '51.00', '5', '10.001', '15', '74000000', '74894999', '71000000', '73699999', NULL, 1652945445),
(83788, '3220', '78.00', '1', '10.001', '15', '74000000', '74894999', '71000000', '73699999', NULL, 1652945445),
(83789, '3298', '71.00', '5', '15.001', '20', '74000000', '74894999', '71000000', '73699999', NULL, 1652945447),
(83790, '3220', '108.00', '1', '15.001', '20', '74000000', '74894999', '71000000', '73699999', NULL, 1652945448),
(83791, '3298', '91.00', '5', '20.001', '25', '74000000', '74894999', '71000000', '73699999', NULL, 1652945449),
(83792, '3220', '138.00', '1', '20.001', '25', '74000000', '74894999', '71000000', '73699999', NULL, 1652945452),
(83793, '3298', '110.00', '5', '25.001', '30', '74000000', '74894999', '71000000', '73699999', NULL, 1652945453),
(83794, '3220', '168.00', '1', '25.001', '30', '74000000', '74894999', '71000000', '73699999', NULL, 1652945457),
(83795, '3298', '26.00', '7', '0.3', '5', '74000000', '74894999', '72800000', '73999999', NULL, 1652945458),
(83796, '3220', '34.00', '3', '0.3', '5', '74000000', '74894999', '72800000', '73999999', NULL, 1652945459),
(83797, '3298', '32.00', '7', '5.001', '10', '74000000', '74894999', '72800000', '73999999', NULL, 1652945462),
(83798, '3220', '48.00', '3', '5.001', '10', '74000000', '74894999', '72800000', '73999999', NULL, 1652945463),
(83799, '3298', '52.00', '7', '10.001', '15', '74000000', '74894999', '72800000', '73999999', NULL, 1652945467),
(83800, '3220', '79.00', '3', '10.001', '15', '74000000', '74894999', '72800000', '73999999', NULL, 1652945468),
(83801, '3298', '72.00', '7', '15.001', '20', '74000000', '74894999', '72800000', '73999999', NULL, 1652945469),
(83802, '3220', '109.00', '3', '15.001', '20', '74000000', '74894999', '72800000', '73999999', NULL, 1652945470),
(83803, '3298', '92.00', '7', '20.001', '25', '74000000', '74894999', '72800000', '73999999', NULL, 1652945473),
(83804, '3220', '139.00', '3', '20.001', '25', '74000000', '74894999', '72800000', '73999999', NULL, 1652945475),
(83805, '3298', '112.00', '7', '25.001', '30', '74000000', '74894999', '72800000', '73999999', NULL, 1652945476),
(83806, '3220', '170.00', '3', '25.001', '30', '74000000', '74894999', '72800000', '73999999', NULL, 1652945476),
(83807, '3298', '25.00', '5', '0.3', '5', '74000000', '74894999', '74000000', '74894999', NULL, 1652945477),
(83808, '3220', '21.00', '1', '0.3', '5', '74000000', '74894999', '74000000', '74894999', NULL, 1652945478),
(83809, '3298', '31.00', '5', '5.001', '10', '74000000', '74894999', '74000000', '74894999', NULL, 1652945480),
(83810, '3220', '27.00', '1', '5.001', '10', '74000000', '74894999', '74000000', '74894999', NULL, 1652945482),
(83811, '3298', '51.00', '5', '10.001', '15', '74000000', '74894999', '74000000', '74894999', NULL, 1652945482),
(83812, '3220', '44.00', '1', '10.001', '15', '74000000', '74894999', '74000000', '74894999', NULL, 1652945484),
(83813, '3298', '71.00', '5', '15.001', '20', '74000000', '74894999', '74000000', '74894999', NULL, 1652945484),
(83814, '3220', '61.00', '1', '15.001', '20', '74000000', '74894999', '74000000', '74894999', NULL, 1652945485),
(83815, '3298', '91.00', '5', '20.001', '25', '74000000', '74894999', '74000000', '74894999', NULL, 1652945486),
(83816, '3220', '78.00', '1', '20.001', '25', '74000000', '74894999', '74000000', '74894999', NULL, 1652945489),
(83817, '3298', '110.00', '5', '25.001', '30', '74000000', '74894999', '74000000', '74894999', NULL, 1652945490),
(83818, '3220', '95.00', '1', '25.001', '30', '74000000', '74894999', '74000000', '74894999', NULL, 1652945491),
(83819, '3298', '25.00', '5', '0.3', '5', '74000000', '74894999', '74895000', '76799999', NULL, 1652945494),
(83820, '3220', '21.00', '1', '0.3', '5', '74000000', '74894999', '74895000', '76799999', NULL, 1652945495),
(83821, '3298', '31.00', '5', '5.001', '10', '74000000', '74894999', '74895000', '76799999', NULL, 1652945497),
(83822, '3220', '27.00', '1', '5.001', '10', '74000000', '74894999', '74895000', '76799999', NULL, 1652945498),
(83823, '3298', '51.00', '5', '10.001', '15', '74000000', '74894999', '74895000', '76799999', NULL, 1652945498),
(83824, '3220', '44.00', '1', '10.001', '15', '74000000', '74894999', '74895000', '76799999', NULL, 1652945501),
(83825, '3298', '71.00', '5', '15.001', '20', '74000000', '74894999', '74895000', '76799999', NULL, 1652945502),
(83826, '3220', '61.00', '1', '15.001', '20', '74000000', '74894999', '74895000', '76799999', NULL, 1652945502),
(83827, '3298', '91.00', '5', '20.001', '25', '74000000', '74894999', '74895000', '76799999', NULL, 1652945503),
(83828, '3220', '78.00', '1', '20.001', '25', '74000000', '74894999', '74895000', '76799999', NULL, 1652945505),
(83829, '3298', '110.00', '5', '25.001', '30', '74000000', '74894999', '74895000', '76799999', NULL, 1652945506),
(83830, '3220', '95.00', '1', '25.001', '30', '74000000', '74894999', '74895000', '76799999', NULL, 1652945507),
(83831, '3298', '30.00', '6', '0.3', '5', '74000000', '74894999', '77000000', '77270999', NULL, 1652945508),
(83832, '3220', '59.00', '2', '0.3', '5', '74000000', '74894999', '77000000', '77270999', NULL, 1652945509),
(83833, '3298', '44.00', '6', '5.001', '10', '74000000', '74894999', '77000000', '77270999', NULL, 1652945509),
(83834, '3220', '93.00', '2', '5.001', '10', '74000000', '74894999', '77000000', '77270999', NULL, 1652945511),
(83835, '3298', '71.00', '6', '10.001', '15', '74000000', '74894999', '77000000', '77270999', NULL, 1652945511),
(83836, '3220', '150.00', '2', '10.001', '15', '74000000', '74894999', '77000000', '77270999', NULL, 1652945512),
(83837, '3298', '99.00', '6', '15.001', '20', '74000000', '74894999', '77000000', '77270999', NULL, 1652945513),
(83838, '3220', '208.00', '2', '15.001', '20', '74000000', '74894999', '77000000', '77270999', NULL, 1652945514),
(83839, '3298', '126.00', '6', '20.001', '25', '74000000', '74894999', '77000000', '77270999', NULL, 1652945515),
(83840, '3220', '266.00', '2', '20.001', '25', '74000000', '74894999', '77000000', '77270999', NULL, 1652945516),
(83841, '3298', '153.00', '6', '25.001', '30', '74000000', '74894999', '77000000', '77270999', NULL, 1652945517),
(83842, '3220', '324.00', '2', '25.001', '30', '74000000', '74894999', '77000000', '77270999', NULL, 1652945518),
(83843, '3298', '44.00', '7', '0.3', '5', '74000000', '74894999', '77300000', '77995999', NULL, 1652945519),
(83844, '3220', '102.00', '3', '0.3', '5', '74000000', '74894999', '77300000', '77995999', NULL, 1652945519),
(83845, '3298', '74.00', '7', '5.001', '10', '74000000', '74894999', '77300000', '77995999', NULL, 1652945521),
(83846, '3220', '141.00', '3', '5.001', '10', '74000000', '74894999', '77300000', '77995999', NULL, 1652945524),
(83847, '3298', '120.00', '7', '10.001', '15', '74000000', '74894999', '77300000', '77995999', NULL, 1652945524),
(83848, '3220', '229.00', '3', '10.001', '15', '74000000', '74894999', '77300000', '77995999', NULL, 1652945527),
(83849, '3298', '166.00', '7', '15.001', '20', '74000000', '74894999', '77300000', '77995999', NULL, 1652945530),
(83850, '3220', '316.00', '3', '15.001', '20', '74000000', '74894999', '77300000', '77995999', NULL, 1652945532),
(83851, '3298', '212.00', '7', '20.001', '25', '74000000', '74894999', '77300000', '77995999', NULL, 1652945532),
(83852, '3220', '404.00', '3', '20.001', '25', '74000000', '74894999', '77300000', '77995999', NULL, 1652945533),
(83853, '3298', '258.00', '7', '25.001', '30', '74000000', '74894999', '77300000', '77995999', NULL, 1652945534),
(83854, '3220', '492.00', '3', '25.001', '30', '74000000', '74894999', '77300000', '77995999', NULL, 1652945534),
(83855, '3298', '34.00', '8', '0.3', '5', '74000000', '74894999', '78000000', '78109999', NULL, 1652945535),
(83856, '3220', '80.00', '4', '0.3', '5', '74000000', '74894999', '78000000', '78109999', NULL, 1652945537),
(83857, '3298', '50.00', '8', '5.001', '10', '74000000', '74894999', '78000000', '78109999', NULL, 1652945538),
(83858, '3220', '125.00', '4', '5.001', '10', '74000000', '74894999', '78000000', '78109999', NULL, 1652945540),
(83859, '3298', '82.00', '8', '10.001', '15', '74000000', '74894999', '78000000', '78109999', NULL, 1652945542),
(83860, '3220', '203.00', '4', '10.001', '15', '74000000', '74894999', '78000000', '78109999', NULL, 1652945543),
(83861, '3298', '113.00', '8', '15.001', '20', '74000000', '74894999', '78000000', '78109999', NULL, 1652945544),
(83862, '3220', '281.00', '4', '15.001', '20', '74000000', '74894999', '78000000', '78109999', NULL, 1652945545),
(83863, '3298', '145.00', '8', '20.001', '25', '74000000', '74894999', '78000000', '78109999', NULL, 1652945547),
(83864, '3220', '359.00', '4', '20.001', '25', '74000000', '74894999', '78000000', '78109999', NULL, 1652945549),
(83865, '3298', '176.00', '8', '25.001', '30', '74000000', '74894999', '78000000', '78109999', NULL, 1652945550),
(83866, '3220', '437.00', '4', '25.001', '30', '74000000', '74894999', '78000000', '78109999', NULL, 1652945552),
(83867, '3298', '50.00', '8', '0.3', '5', '74000000', '74894999', '78110000', '78899999', NULL, 1652945555),
(83868, '3220', '124.00', '5', '0.3', '5', '74000000', '74894999', '78110000', '78899999', NULL, 1652945557),
(83869, '3298', '83.00', '8', '5.001', '10', '74000000', '74894999', '78110000', '78899999', NULL, 1652945557),
(83870, '3220', '175.00', '5', '5.001', '10', '74000000', '74894999', '78110000', '78899999', NULL, 1652945559),
(83871, '3298', '135.00', '8', '10.001', '15', '74000000', '74894999', '78110000', '78899999', NULL, 1652945559),
(83872, '3220', '283.00', '5', '10.001', '15', '74000000', '74894999', '78110000', '78899999', NULL, 1652945560),
(83873, '3298', '186.00', '8', '15.001', '20', '74000000', '74894999', '78110000', '78899999', NULL, 1652945560),
(83874, '3220', '392.00', '5', '15.001', '20', '74000000', '74894999', '78110000', '78899999', NULL, 1652945561),
(83875, '3298', '238.00', '8', '20.001', '25', '74000000', '74894999', '78110000', '78899999', NULL, 1652945562),
(83876, '3220', '500.00', '5', '20.001', '25', '74000000', '74894999', '78110000', '78899999', NULL, 1652945563),
(83877, '3298', '290.00', '8', '25.001', '30', '74000000', '74894999', '78110000', '78899999', NULL, 1652945564),
(83878, '3220', '609.00', '5', '25.001', '30', '74000000', '74894999', '78110000', '78899999', NULL, 1652945565),
(83879, '3298', '90.00', '9', '0.3', '5', '74000000', '74894999', '78900000', '78930999', NULL, 1652945566),
(83880, '3220', '183.00', '5', '0.3', '5', '74000000', '74894999', '78900000', '78930999', NULL, 1652945570),
(83881, '3298', '133.00', '9', '5.001', '10', '74000000', '74894999', '78900000', '78930999', NULL, 1652945571),
(83882, '3220', '266.00', '5', '5.001', '10', '74000000', '74894999', '78900000', '78930999', NULL, 1652945572),
(83883, '3298', '215.00', '9', '10.001', '15', '74000000', '74894999', '78900000', '78930999', NULL, 1652945576),
(83884, '3220', '430.00', '5', '10.001', '15', '74000000', '74894999', '78900000', '78930999', NULL, 1652945580),
(83885, '3298', '298.00', '9', '15.001', '20', '74000000', '74894999', '78900000', '78930999', NULL, 1652945581),
(83886, '3220', '595.00', '5', '15.001', '20', '74000000', '74894999', '78900000', '78930999', NULL, 1652945586),
(83887, '3298', '380.00', '9', '20.001', '25', '74000000', '74894999', '78900000', '78930999', NULL, 1652945589),
(83888, '3220', '760.00', '5', '20.001', '25', '74000000', '74894999', '78900000', '78930999', NULL, 1652945592),
(83889, '3298', '463.00', '9', '25.001', '30', '74000000', '74894999', '78900000', '78930999', NULL, 1652945594),
(83890, '3220', '925.00', '5', '25.001', '30', '74000000', '74894999', '78900000', '78930999', NULL, 1652945596),
(83891, '3298', '50.00', '9', '0.3', '5', '74000000', '74894999', '78931000', '78999999', NULL, 1652945597),
(83892, '3220', '124.00', '5', '0.3', '5', '74000000', '74894999', '78931000', '78999999', NULL, 1652945599),
(83893, '3298', '83.00', '9', '5.001', '10', '74000000', '74894999', '78931000', '78999999', NULL, 1652945602),
(83894, '3220', '175.00', '5', '5.001', '10', '74000000', '74894999', '78931000', '78999999', NULL, 1652945605),
(83895, '3298', '135.00', '9', '10.001', '15', '74000000', '74894999', '78931000', '78999999', NULL, 1652945606),
(83896, '3220', '283.00', '5', '10.001', '15', '74000000', '74894999', '78931000', '78999999', NULL, 1652945607),
(83897, '3298', '186.00', '9', '15.001', '20', '74000000', '74894999', '78931000', '78999999', NULL, 1652945608),
(83898, '3220', '392.00', '5', '15.001', '20', '74000000', '74894999', '78931000', '78999999', NULL, 1652945613),
(83899, '3298', '238.00', '9', '20.001', '25', '74000000', '74894999', '78931000', '78999999', NULL, 1652945616),
(83900, '3220', '500.00', '5', '20.001', '25', '74000000', '74894999', '78931000', '78999999', NULL, 1652945617),
(83901, '3298', '290.00', '9', '25.001', '30', '74000000', '74894999', '78931000', '78999999', NULL, 1652945618),
(83902, '3220', '609.00', '5', '25.001', '30', '74000000', '74894999', '78931000', '78999999', NULL, 1652945622),
(83903, '3298', '34.00', '5', '0.3', '5', '74000000', '74894999', '79000000', '79129999', NULL, 1652945624),
(83904, '3220', '80.00', '1', '0.3', '5', '74000000', '74894999', '79000000', '79129999', NULL, 1652945626),
(83905, '3298', '50.00', '5', '5.001', '10', '74000000', '74894999', '79000000', '79129999', NULL, 1652945627),
(83906, '3220', '125.00', '1', '5.001', '10', '74000000', '74894999', '79000000', '79129999', NULL, 1652945629),
(83907, '3298', '82.00', '5', '10.001', '15', '74000000', '74894999', '79000000', '79129999', NULL, 1652945630),
(83908, '3220', '203.00', '1', '10.001', '15', '74000000', '74894999', '79000000', '79129999', NULL, 1652945631),
(83909, '3298', '113.00', '5', '15.001', '20', '74000000', '74894999', '79000000', '79129999', NULL, 1652945638),
(83910, '3220', '281.00', '1', '15.001', '20', '74000000', '74894999', '79000000', '79129999', NULL, 1652945644),
(83911, '3298', '145.00', '5', '20.001', '25', '74000000', '74894999', '79000000', '79129999', NULL, 1652945646),
(83912, '3220', '359.00', '1', '20.001', '25', '74000000', '74894999', '79000000', '79129999', NULL, 1652945649),
(83913, '3298', '176.00', '5', '25.001', '30', '74000000', '74894999', '79000000', '79129999', NULL, 1652945650),
(83914, '3220', '437.00', '1', '25.001', '30', '74000000', '74894999', '79000000', '79129999', NULL, 1652945651),
(83915, '3298', '50.00', '9', '0.3', '5', '74000000', '74894999', '79130000', '79999999', NULL, 1652945656),
(83916, '3220', '124.00', '5', '0.3', '5', '74000000', '74894999', '79130000', '79999999', NULL, 1652945658),
(83917, '3298', '83.00', '9', '5.001', '10', '74000000', '74894999', '79130000', '79999999', NULL, 1652945659),
(83918, '3220', '175.00', '5', '5.001', '10', '74000000', '74894999', '79130000', '79999999', NULL, 1652945659),
(83919, '3298', '135.00', '9', '10.001', '15', '74000000', '74894999', '79130000', '79999999', NULL, 1652945661),
(83920, '3220', '283.00', '5', '10.001', '15', '74000000', '74894999', '79130000', '79999999', NULL, 1652945662),
(83921, '3298', '186.00', '9', '15.001', '20', '74000000', '74894999', '79130000', '79999999', NULL, 1652945663),
(83922, '3220', '392.00', '5', '15.001', '20', '74000000', '74894999', '79130000', '79999999', NULL, 1652945664),
(83923, '3298', '238.00', '9', '20.001', '25', '74000000', '74894999', '79130000', '79999999', NULL, 1652945668),
(83924, '3220', '500.00', '5', '20.001', '25', '74000000', '74894999', '79130000', '79999999', NULL, 1652945669),
(83925, '3298', '290.00', '9', '25.001', '30', '74000000', '74894999', '79130000', '79999999', NULL, 1652945669),
(83926, '3220', '609.00', '5', '25.001', '30', '74000000', '74894999', '79130000', '79999999', NULL, 1652945670),
(83927, '3298', '45.00', '5', '0.3', '5', '74000000', '74894999', '80000000', '82999999', NULL, 1652945671),
(83928, '3220', '137.00', '1', '0.3', '5', '74000000', '74894999', '80000000', '82999999', NULL, 1652945675),
(83929, '3298', '71.00', '5', '5.001', '10', '74000000', '74894999', '80000000', '82999999', NULL, 1652945676),
(83930, '3220', '214.00', '1', '5.001', '10', '74000000', '74894999', '80000000', '82999999', NULL, 1652945678),
(83931, '3298', '116.00', '5', '10.001', '15', '74000000', '74894999', '80000000', '82999999', NULL, 1652945678),
(83932, '3220', '346.00', '1', '10.001', '15', '74000000', '74894999', '80000000', '82999999', NULL, 1652945679),
(83933, '3298', '160.00', '5', '15.001', '20', '74000000', '74894999', '80000000', '82999999', NULL, 1652945680),
(83934, '3220', '479.00', '1', '15.001', '20', '74000000', '74894999', '80000000', '82999999', NULL, 1652945680),
(83935, '3298', '205.00', '5', '20.001', '25', '74000000', '74894999', '80000000', '82999999', NULL, 1652945681),
(83936, '3220', '612.00', '1', '20.001', '25', '74000000', '74894999', '80000000', '82999999', NULL, 1652945685),
(83937, '3298', '249.00', '5', '25.001', '30', '74000000', '74894999', '80000000', '82999999', NULL, 1652945686),
(83938, '3220', '744.00', '1', '25.001', '30', '74000000', '74894999', '80000000', '82999999', NULL, 1652945688),
(83939, '3298', '45.00', '5', '0.3', '5', '74000000', '74894999', '80000000', '83800999', NULL, 1652945689),
(83940, '3220', '137.00', '1', '0.3', '5', '74000000', '74894999', '80000000', '83800999', NULL, 1652945690),
(83941, '3298', '71.00', '5', '5.001', '10', '74000000', '74894999', '80000000', '83800999', NULL, 1652945690),
(83942, '3220', '214.00', '1', '5.001', '10', '74000000', '74894999', '80000000', '83800999', NULL, 1652945691),
(83943, '3298', '116.00', '5', '10.001', '15', '74000000', '74894999', '80000000', '83800999', NULL, 1652945692),
(83944, '3220', '346.00', '1', '10.001', '15', '74000000', '74894999', '80000000', '83800999', NULL, 1652945692),
(83945, '3298', '160.00', '5', '15.001', '20', '74000000', '74894999', '80000000', '83800999', NULL, 1652945698),
(83946, '3220', '479.00', '1', '15.001', '20', '74000000', '74894999', '80000000', '83800999', NULL, 1652945698),
(83947, '3298', '205.00', '5', '20.001', '25', '74000000', '74894999', '80000000', '83800999', NULL, 1652945702),
(83948, '3220', '612.00', '1', '20.001', '25', '74000000', '74894999', '80000000', '83800999', NULL, 1652945703),
(83949, '3298', '249.00', '5', '25.001', '30', '74000000', '74894999', '80000000', '83800999', NULL, 1652945704),
(83950, '3220', '744.00', '1', '25.001', '30', '74000000', '74894999', '80000000', '83800999', NULL, 1652945711),
(83951, '3298', '90.00', '7', '0.3', '5', '74000000', '74894999', '83801000', '87999999', NULL, 1652945711),
(83952, '3220', '183.00', '4', '0.3', '5', '74000000', '74894999', '83801000', '87999999', NULL, 1652945713),
(83953, '3298', '133.00', '7', '5.001', '10', '74000000', '74894999', '83801000', '87999999', NULL, 1652945715),
(83954, '3220', '266.00', '4', '5.001', '10', '74000000', '74894999', '83801000', '87999999', NULL, 1652945716),
(83955, '3298', '215.00', '7', '10.001', '15', '74000000', '74894999', '83801000', '87999999', NULL, 1652945718),
(83956, '3220', '430.00', '4', '10.001', '15', '74000000', '74894999', '83801000', '87999999', NULL, 1652945721),
(83957, '3298', '298.00', '7', '15.001', '20', '74000000', '74894999', '83801000', '87999999', NULL, 1652945722),
(83958, '3220', '595.00', '4', '15.001', '20', '74000000', '74894999', '83801000', '87999999', NULL, 1652945724),
(83959, '3298', '380.00', '7', '20.001', '25', '74000000', '74894999', '83801000', '87999999', NULL, 1652945724),
(83960, '3220', '760.00', '4', '20.001', '25', '74000000', '74894999', '83801000', '87999999', NULL, 1652945725),
(83961, '3298', '463.00', '7', '25.001', '30', '74000000', '74894999', '83801000', '87999999', NULL, 1652945725),
(83962, '3220', '925.00', '4', '25.001', '30', '74000000', '74894999', '83801000', '87999999', NULL, 1652945726),
(83963, '3298', '45.00', '6', '0.3', '5', '74000000', '74894999', '88000000', '82999999', NULL, 1652945727),
(83964, '3220', '137.00', '2', '0.3', '5', '74000000', '74894999', '88000000', '82999999', NULL, 1652945727),
(83965, '3298', '71.00', '6', '5.001', '10', '74000000', '74894999', '88000000', '82999999', NULL, 1652945728),
(83966, '3220', '214.00', '2', '5.001', '10', '74000000', '74894999', '88000000', '82999999', NULL, 1652945729),
(83967, '3298', '116.00', '6', '10.001', '15', '74000000', '74894999', '88000000', '82999999', NULL, 1652945730),
(83968, '3220', '346.00', '2', '10.001', '15', '74000000', '74894999', '88000000', '82999999', NULL, 1652945732),
(83969, '3298', '160.00', '6', '15.001', '20', '74000000', '74894999', '88000000', '82999999', NULL, 1652945733),
(83970, '3220', '479.00', '2', '15.001', '20', '74000000', '74894999', '88000000', '82999999', NULL, 1652945737),
(83971, '3298', '205.00', '6', '20.001', '25', '74000000', '74894999', '88000000', '82999999', NULL, 1652945739),
(83972, '3220', '612.00', '2', '20.001', '25', '74000000', '74894999', '88000000', '82999999', NULL, 1652945739),
(83973, '3298', '249.00', '6', '25.001', '30', '74000000', '74894999', '88000000', '82999999', NULL, 1652945743),
(83974, '3220', '744.00', '2', '25.001', '30', '74000000', '74894999', '88000000', '82999999', NULL, 1652945744),
(83975, '3298', '45.00', '6', '0.3', '5', '74000000', '74894999', '88000000', '88469999', NULL, 1652945745),
(83976, '3220', '137.00', '2', '0.3', '5', '74000000', '74894999', '88000000', '88469999', NULL, 1652945747),
(83977, '3298', '71.00', '6', '5.001', '10', '74000000', '74894999', '88000000', '88469999', NULL, 1652945748),
(83978, '3220', '214.00', '2', '5.001', '10', '74000000', '74894999', '88000000', '88469999', NULL, 1652945750),
(83979, '3298', '116.00', '6', '10.001', '15', '74000000', '74894999', '88000000', '88469999', NULL, 1652945751),
(83980, '3220', '346.00', '2', '10.001', '15', '74000000', '74894999', '88000000', '88469999', NULL, 1652945751),
(83981, '3298', '160.00', '6', '15.001', '20', '74000000', '74894999', '88000000', '88469999', NULL, 1652945753),
(83982, '3220', '479.00', '2', '15.001', '20', '74000000', '74894999', '88000000', '88469999', NULL, 1652945754),
(83983, '3298', '205.00', '6', '20.001', '25', '74000000', '74894999', '88000000', '88469999', NULL, 1652945754),
(83984, '3220', '612.00', '2', '20.001', '25', '74000000', '74894999', '88000000', '88469999', NULL, 1652945755),
(83985, '3298', '249.00', '6', '25.001', '30', '74000000', '74894999', '88000000', '88469999', NULL, 1652945756),
(83986, '3220', '744.00', '2', '25.001', '30', '74000000', '74894999', '88000000', '88469999', NULL, 1652945758),
(83987, '3298', '78.00', '6', '0.3', '5', '74000000', '74894999', '88470000', '89999999', NULL, 1652945763),
(83988, '3220', '154.00', '2', '0.3', '5', '74000000', '74894999', '88470000', '89999999', NULL, 1652945766),
(83989, '3298', '114.00', '6', '5.001', '10', '74000000', '74894999', '88470000', '89999999', NULL, 1652945771),
(83990, '3220', '223.00', '2', '5.001', '10', '74000000', '74894999', '88470000', '89999999', NULL, 1652945772),
(83991, '3298', '185.00', '6', '10.001', '15', '74000000', '74894999', '88470000', '89999999', NULL, 1652945772),
(83992, '3220', '361.00', '2', '10.001', '15', '74000000', '74894999', '88470000', '89999999', NULL, 1652945773),
(83993, '3298', '256.00', '6', '15.001', '20', '74000000', '74894999', '88470000', '89999999', NULL, 1652945773),
(83994, '3220', '500.00', '2', '15.001', '20', '74000000', '74894999', '88470000', '89999999', NULL, 1652945775),
(83995, '3298', '327.00', '6', '20.001', '25', '74000000', '74894999', '88470000', '89999999', NULL, 1652945780),
(83996, '3220', '638.00', '2', '20.001', '25', '74000000', '74894999', '88470000', '89999999', NULL, 1652945782),
(83997, '3298', '398.00', '6', '25.001', '30', '74000000', '74894999', '88470000', '89999999', NULL, 1652945782),
(83998, '3220', '777.00', '2', '25.001', '30', '74000000', '74894999', '88470000', '89999999', NULL, 1652945783),
(83999, '3298', '45.00', '6', '0.3', '5', '74000000', '74894999', '90000000', '91999999', NULL, 1652945784),
(84000, '3220', '137.00', '2', '0.3', '5', '74000000', '74894999', '90000000', '91999999', NULL, 1652945784),
(84001, '3298', '71.00', '6', '5.001', '10', '74000000', '74894999', '90000000', '91999999', NULL, 1652945785),
(84002, '3220', '214.00', '2', '5.001', '10', '74000000', '74894999', '90000000', '91999999', NULL, 1652945786),
(84003, '3298', '116.00', '6', '10.001', '15', '74000000', '74894999', '90000000', '91999999', NULL, 1652945787),
(84004, '3220', '346.00', '2', '10.001', '15', '74000000', '74894999', '90000000', '91999999', NULL, 1652945791),
(84005, '3298', '160.00', '6', '15.001', '20', '74000000', '74894999', '90000000', '91999999', NULL, 1652945792),
(84006, '3220', '479.00', '2', '15.001', '20', '74000000', '74894999', '90000000', '91999999', NULL, 1652945793),
(84007, '3298', '205.00', '6', '20.001', '25', '74000000', '74894999', '90000000', '91999999', NULL, 1652945794),
(84008, '3220', '612.00', '2', '20.001', '25', '74000000', '74894999', '90000000', '91999999', NULL, 1652945797),
(84009, '3298', '249.00', '6', '25.001', '30', '74000000', '74894999', '90000000', '91999999', NULL, 1652945798),
(84010, '3220', '744.00', '2', '25.001', '30', '74000000', '74894999', '90000000', '91999999', NULL, 1652945798),
(84011, '3298', '45.00', '6', '0.3', '5', '74000000', '74894999', '90000000', '94900999', NULL, 1652945799),
(84012, '3220', '137.00', '2', '0.3', '5', '74000000', '74894999', '90000000', '94900999', NULL, 1652945801),
(84013, '3298', '71.00', '6', '5.001', '10', '74000000', '74894999', '90000000', '94900999', NULL, 1652945802),
(84014, '3220', '214.00', '2', '5.001', '10', '74000000', '74894999', '90000000', '94900999', NULL, 1652945803),
(84015, '3298', '116.00', '6', '10.001', '15', '74000000', '74894999', '90000000', '94900999', NULL, 1652945805),
(84016, '3220', '346.00', '2', '10.001', '15', '74000000', '74894999', '90000000', '94900999', NULL, 1652945805),
(84017, '3298', '160.00', '6', '15.001', '20', '74000000', '74894999', '90000000', '94900999', NULL, 1652945806),
(84018, '3220', '479.00', '2', '15.001', '20', '74000000', '74894999', '90000000', '94900999', NULL, 1652945809),
(84019, '3298', '205.00', '6', '20.001', '25', '74000000', '74894999', '90000000', '94900999', NULL, 1652945809),
(84020, '3220', '612.00', '2', '20.001', '25', '74000000', '74894999', '90000000', '94900999', NULL, 1652945812),
(84021, '3298', '249.00', '6', '25.001', '30', '74000000', '74894999', '90000000', '94900999', NULL, 1652945813),
(84022, '3220', '744.00', '2', '25.001', '30', '74000000', '74894999', '90000000', '94900999', NULL, 1652945814),
(84023, '3298', '90.00', '10', '0.3', '5', '74000000', '74894999', '94901000', '99999999', NULL, 1652945815),
(84024, '3220', '183.00', '6', '0.3', '5', '74000000', '74894999', '94901000', '99999999', NULL, 1652945816),
(84025, '3298', '133.00', '10', '5.001', '10', '74000000', '74894999', '94901000', '99999999', NULL, 1652945816),
(84026, '3220', '266.00', '6', '5.001', '10', '74000000', '74894999', '94901000', '99999999', NULL, 1652945819),
(84027, '3298', '215.00', '10', '10.001', '15', '74000000', '74894999', '94901000', '99999999', NULL, 1652945820),
(84028, '3220', '430.00', '6', '10.001', '15', '74000000', '74894999', '94901000', '99999999', NULL, 1652945823),
(84029, '3298', '298.00', '10', '15.001', '20', '74000000', '74894999', '94901000', '99999999', NULL, 1652945827),
(84030, '3220', '595.00', '6', '15.001', '20', '74000000', '74894999', '94901000', '99999999', NULL, 1652945830),
(84031, '3298', '380.00', '10', '20.001', '25', '74000000', '74894999', '94901000', '99999999', NULL, 1652945831),
(84032, '3220', '760.00', '6', '20.001', '25', '74000000', '74894999', '94901000', '99999999', NULL, 1652945832),
(84033, '3298', '463.00', '10', '25.001', '30', '74000000', '74894999', '94901000', '99999999', NULL, 1652945834),
(84034, '3220', '925.00', '6', '25.001', '30', '74000000', '74894999', '94901000', '99999999', NULL, 1652945835),
(84035, '3298', '38.00', '5', '0.3', '5', '74895000', '76799999', '01000000', '08499999', NULL, 1652945837),
(84036, '3220', '113.00', '1', '0.3', '5', '74895000', '76799999', '01000000', '08499999', NULL, 1652945840),
(84037, '3298', '58.00', '5', '5.001', '10', '74895000', '76799999', '01000000', '08499999', NULL, 1652945842),
(84038, '3220', '176.00', '1', '5.001', '10', '74895000', '76799999', '01000000', '08499999', NULL, 1652945845),
(84039, '3298', '94.00', '5', '10.001', '15', '74895000', '76799999', '01000000', '08499999', NULL, 1652945846),
(84040, '3220', '286.00', '1', '10.001', '15', '74895000', '76799999', '01000000', '08499999', NULL, 1652945848),
(84041, '3298', '130.00', '5', '15.001', '20', '74895000', '76799999', '01000000', '08499999', NULL, 1652945850),
(84042, '3220', '396.00', '1', '15.001', '20', '74895000', '76799999', '01000000', '08499999', NULL, 1652945851),
(84043, '3298', '166.00', '5', '20.001', '25', '74895000', '76799999', '01000000', '08499999', NULL, 1652945854),
(84044, '3220', '505.00', '1', '20.001', '25', '74895000', '76799999', '01000000', '08499999', NULL, 1652945854),
(84045, '3298', '202.00', '5', '25.001', '30', '74895000', '76799999', '01000000', '08499999', NULL, 1652945857),
(84046, '3220', '615.00', '1', '25.001', '30', '74895000', '76799999', '01000000', '08499999', NULL, 1652945858),
(84047, '3298', '38.00', '6', '0.3', '5', '74895000', '76799999', '06000000', '09999999', NULL, 1652945859),
(84048, '3220', '113.00', '2', '0.3', '5', '74895000', '76799999', '06000000', '09999999', NULL, 1652945861),
(84049, '3298', '58.00', '6', '5.001', '10', '74895000', '76799999', '06000000', '09999999', NULL, 1652945863),
(84050, '3220', '176.00', '2', '5.001', '10', '74895000', '76799999', '06000000', '09999999', NULL, 1652945864),
(84051, '3298', '94.00', '6', '10.001', '15', '74895000', '76799999', '06000000', '09999999', NULL, 1652945867),
(84052, '3220', '286.00', '2', '10.001', '15', '74895000', '76799999', '06000000', '09999999', NULL, 1652945868),
(84053, '3298', '130.00', '6', '15.001', '20', '74895000', '76799999', '06000000', '09999999', NULL, 1652945870),
(84054, '3220', '396.00', '2', '15.001', '20', '74895000', '76799999', '06000000', '09999999', NULL, 1652945871),
(84055, '3298', '166.00', '6', '20.001', '25', '74895000', '76799999', '06000000', '09999999', NULL, 1652945873),
(84056, '3220', '505.00', '2', '20.001', '25', '74895000', '76799999', '06000000', '09999999', NULL, 1652945874),
(84057, '3298', '202.00', '6', '25.001', '30', '74895000', '76799999', '06000000', '09999999', NULL, 1652945875),
(84058, '3220', '615.00', '2', '25.001', '30', '74895000', '76799999', '06000000', '09999999', NULL, 1652945875),
(84059, '3298', '38.00', '7', '0.3', '5', '74895000', '76799999', '11000000', '11999999', NULL, 1652945876),
(84060, '3220', '113.00', '3', '0.3', '5', '74895000', '76799999', '11000000', '11999999', NULL, 1652945877),
(84061, '3298', '58.00', '7', '5.001', '10', '74895000', '76799999', '11000000', '11999999', NULL, 1652945879),
(84062, '3220', '176.00', '3', '5.001', '10', '74895000', '76799999', '11000000', '11999999', NULL, 1652945884),
(84063, '3298', '94.00', '7', '10.001', '15', '74895000', '76799999', '11000000', '11999999', NULL, 1652945885),
(84064, '3220', '286.00', '3', '10.001', '15', '74895000', '76799999', '11000000', '11999999', NULL, 1652945889),
(84065, '3298', '130.00', '7', '15.001', '20', '74895000', '76799999', '11000000', '11999999', NULL, 1652945890),
(84066, '3220', '396.00', '3', '15.001', '20', '74895000', '76799999', '11000000', '11999999', NULL, 1652945891),
(84067, '3298', '166.00', '7', '20.001', '25', '74895000', '76799999', '11000000', '11999999', NULL, 1652945891),
(84068, '3220', '505.00', '3', '20.001', '25', '74895000', '76799999', '11000000', '11999999', NULL, 1652945892),
(84069, '3298', '202.00', '7', '25.001', '30', '74895000', '76799999', '11000000', '11999999', NULL, 1652945892),
(84070, '3220', '615.00', '3', '25.001', '30', '74895000', '76799999', '11000000', '11999999', NULL, 1652945893),
(84071, '3298', '38.00', '6', '0.3', '5', '74895000', '76799999', '12000000', '19999999', NULL, 1652945893),
(84072, '3220', '113.00', '2', '0.3', '5', '74895000', '76799999', '12000000', '19999999', NULL, 1652945895),
(84073, '3298', '58.00', '6', '5.001', '10', '74895000', '76799999', '12000000', '19999999', NULL, 1652945895),
(84074, '3220', '176.00', '2', '5.001', '10', '74895000', '76799999', '12000000', '19999999', NULL, 1652945896),
(84075, '3298', '94.00', '6', '10.001', '15', '74895000', '76799999', '12000000', '19999999', NULL, 1652945897),
(84076, '3220', '286.00', '2', '10.001', '15', '74895000', '76799999', '12000000', '19999999', NULL, 1652945897),
(84077, '3298', '130.00', '6', '15.001', '20', '74895000', '76799999', '12000000', '19999999', NULL, 1652945898),
(84078, '3220', '396.00', '2', '15.001', '20', '74895000', '76799999', '12000000', '19999999', NULL, 1652945899),
(84079, '3298', '166.00', '6', '20.001', '25', '74895000', '76799999', '12000000', '19999999', NULL, 1652945901),
(84080, '3220', '505.00', '2', '20.001', '25', '74895000', '76799999', '12000000', '19999999', NULL, 1652945901),
(84081, '3298', '202.00', '6', '25.001', '30', '74895000', '76799999', '12000000', '19999999', NULL, 1652945902),
(84082, '3220', '615.00', '2', '25.001', '30', '74895000', '76799999', '12000000', '19999999', NULL, 1652945903),
(84083, '3298', '70.00', '7', '0.3', '5', '74895000', '76799999', '26601000', '28999999', NULL, 1652945950),
(84084, '3220', '157.00', '4', '0.3', '5', '74895000', '76799999', '26601000', '28999999', NULL, 1652945951),
(84085, '3298', '106.00', '7', '5.001', '10', '74895000', '76799999', '26601000', '28999999', NULL, 1652945952),
(84086, '3220', '226.00', '4', '5.001', '10', '74895000', '76799999', '26601000', '28999999', NULL, 1652945953),
(84087, '3298', '172.00', '7', '10.001', '15', '74895000', '76799999', '26601000', '28999999', NULL, 1652945954),
(84088, '3220', '367.00', '4', '10.001', '15', '74895000', '76799999', '26601000', '28999999', NULL, 1652945955),
(84089, '3298', '239.00', '7', '15.001', '20', '74895000', '76799999', '26601000', '28999999', NULL, 1652945956),
(84090, '3220', '508.00', '4', '15.001', '20', '74895000', '76799999', '26601000', '28999999', NULL, 1652945958),
(84091, '3298', '305.00', '7', '20.001', '25', '74895000', '76799999', '26601000', '28999999', NULL, 1652945959),
(84092, '3220', '649.00', '4', '20.001', '25', '74895000', '76799999', '26601000', '28999999', NULL, 1652945961),
(84093, '3298', '371.00', '7', '25.001', '30', '74895000', '76799999', '26601000', '28999999', NULL, 1652945961),
(84094, '3220', '789.00', '4', '25.001', '30', '74895000', '76799999', '26601000', '28999999', NULL, 1652945962),
(84095, '3298', '45.00', '6', '0.3', '5', '74895000', '76799999', '29000000', '29099999', NULL, 1652945962),
(84096, '3220', '137.00', '2', '0.3', '5', '74895000', '76799999', '29000000', '29099999', NULL, 1652945963),
(84097, '3298', '71.00', '6', '5.001', '10', '74895000', '76799999', '29000000', '29099999', NULL, 1652945964),
(84098, '3220', '214.00', '2', '5.001', '10', '74895000', '76799999', '29000000', '29099999', NULL, 1652945965),
(84099, '3298', '116.00', '6', '10.001', '15', '74895000', '76799999', '29000000', '29099999', NULL, 1652945965),
(84100, '3220', '346.00', '2', '10.001', '15', '74895000', '76799999', '29000000', '29099999', NULL, 1652945967),
(84101, '3298', '160.00', '6', '15.001', '20', '74895000', '76799999', '29000000', '29099999', NULL, 1652945996),
(84102, '3220', '479.00', '2', '15.001', '20', '74895000', '76799999', '29000000', '29099999', NULL, 1652945997),
(84103, '3298', '205.00', '6', '20.001', '25', '74895000', '76799999', '29000000', '29099999', NULL, 1652945997),
(84104, '3220', '612.00', '2', '20.001', '25', '74895000', '76799999', '29000000', '29099999', NULL, 1652945998),
(84105, '3298', '249.00', '6', '25.001', '30', '74895000', '76799999', '29000000', '29099999', NULL, 1652946026),
(84106, '3220', '744.00', '2', '25.001', '30', '74895000', '76799999', '29000000', '29099999', NULL, 1652946040),
(84107, '3298', '90.00', '8', '0.3', '5', '74895000', '76799999', '29100000', '29999999', NULL, 1652946041),
(84108, '3220', '183.00', '5', '0.3', '5', '74895000', '76799999', '29100000', '29999999', NULL, 1652946041),
(84109, '3298', '133.00', '8', '5.001', '10', '74895000', '76799999', '29100000', '29999999', NULL, 1652946051),
(84110, '3220', '266.00', '5', '5.001', '10', '74895000', '76799999', '29100000', '29999999', NULL, 1652946052),
(84111, '3298', '215.00', '8', '10.001', '15', '74895000', '76799999', '29100000', '29999999', NULL, 1652946052),
(84112, '3220', '430.00', '5', '10.001', '15', '74895000', '76799999', '29100000', '29999999', NULL, 1652946053),
(84113, '3298', '298.00', '8', '15.001', '20', '74895000', '76799999', '29100000', '29999999', NULL, 1652946053),
(84114, '3220', '595.00', '5', '15.001', '20', '74895000', '76799999', '29100000', '29999999', NULL, 1652946054),
(84115, '3298', '380.00', '8', '20.001', '25', '74895000', '76799999', '29100000', '29999999', NULL, 1652946055),
(84116, '3220', '760.00', '5', '20.001', '25', '74895000', '76799999', '29100000', '29999999', NULL, 1652946063),
(84117, '3298', '463.00', '8', '25.001', '30', '74895000', '76799999', '29100000', '29999999', NULL, 1652946064),
(84118, '3220', '925.00', '5', '25.001', '30', '74895000', '76799999', '29100000', '29999999', NULL, 1652946064),
(84119, '3298', '34.00', '6', '0.3', '5', '74895000', '76799999', '30000000', '31999999', NULL, 1652946065),
(84120, '3220', '80.00', '2', '0.3', '5', '74895000', '76799999', '30000000', '31999999', NULL, 1652946066),
(84121, '3298', '50.00', '6', '5.001', '10', '74895000', '76799999', '30000000', '31999999', NULL, 1652946066),
(84122, '3220', '125.00', '2', '5.001', '10', '74895000', '76799999', '30000000', '31999999', NULL, 1652946067),
(84123, '3298', '82.00', '6', '10.001', '15', '74895000', '76799999', '30000000', '31999999', NULL, 1652946068),
(84124, '3220', '203.00', '2', '10.001', '15', '74895000', '76799999', '30000000', '31999999', NULL, 1652946068),
(84125, '3298', '113.00', '6', '15.001', '20', '74895000', '76799999', '30000000', '31999999', NULL, 1652946069),
(84126, '3220', '281.00', '2', '15.001', '20', '74895000', '76799999', '30000000', '31999999', NULL, 1652946070),
(84127, '3298', '145.00', '6', '20.001', '25', '74895000', '76799999', '30000000', '31999999', NULL, 1652946071),
(84128, '3220', '359.00', '2', '20.001', '25', '74895000', '76799999', '30000000', '31999999', NULL, 1652946072),
(84129, '3298', '176.00', '6', '25.001', '30', '74895000', '76799999', '30000000', '31999999', NULL, 1652946073),
(84130, '3220', '437.00', '2', '25.001', '30', '74895000', '76799999', '30000000', '31999999', NULL, 1652946074),
(84131, '3298', '34.00', '6', '0.3', '5', '74895000', '76799999', '30000000', '34999999', NULL, 1652946075),
(84132, '3220', '80.00', '2', '0.3', '5', '74895000', '76799999', '30000000', '34999999', NULL, 1652946076),
(84133, '3298', '50.00', '6', '5.001', '10', '74895000', '76799999', '30000000', '34999999', NULL, 1652946076),
(84134, '3220', '125.00', '2', '5.001', '10', '74895000', '76799999', '30000000', '34999999', NULL, 1652946077),
(84135, '3298', '82.00', '6', '10.001', '15', '74895000', '76799999', '30000000', '34999999', NULL, 1652946082),
(84136, '3220', '203.00', '2', '10.001', '15', '74895000', '76799999', '30000000', '34999999', NULL, 1652946085),
(84137, '3298', '113.00', '6', '15.001', '20', '74895000', '76799999', '30000000', '34999999', NULL, 1652946086),
(84138, '3220', '281.00', '2', '15.001', '20', '74895000', '76799999', '30000000', '34999999', NULL, 1652946086),
(84139, '3298', '145.00', '6', '20.001', '25', '74895000', '76799999', '30000000', '34999999', NULL, 1652946087),
(84140, '3220', '359.00', '2', '20.001', '25', '74895000', '76799999', '30000000', '34999999', NULL, 1652946087),
(84141, '3298', '176.00', '6', '25.001', '30', '74895000', '76799999', '30000000', '34999999', NULL, 1652946088),
(84142, '3220', '437.00', '2', '25.001', '30', '74895000', '76799999', '30000000', '34999999', NULL, 1652946091),
(84143, '3298', '50.00', '7', '0.3', '5', '74895000', '76799999', '35000000', '39999999', NULL, 1652946095),
(84144, '3220', '124.00', '4', '0.3', '5', '74895000', '76799999', '35000000', '39999999', NULL, 1652946096),
(84145, '3298', '83.00', '7', '5.001', '10', '74895000', '76799999', '35000000', '39999999', NULL, 1652946096),
(84146, '3220', '175.00', '4', '5.001', '10', '74895000', '76799999', '35000000', '39999999', NULL, 1652946101),
(84147, '3298', '135.00', '7', '10.001', '15', '74895000', '76799999', '35000000', '39999999', NULL, 1652946104),
(84148, '3220', '283.00', '4', '10.001', '15', '74895000', '76799999', '35000000', '39999999', NULL, 1652946105),
(84149, '3298', '186.00', '7', '15.001', '20', '74895000', '76799999', '35000000', '39999999', NULL, 1652946106),
(84150, '3220', '392.00', '4', '15.001', '20', '74895000', '76799999', '35000000', '39999999', NULL, 1652946107),
(84151, '3298', '238.00', '7', '20.001', '25', '74895000', '76799999', '35000000', '39999999', NULL, 1652946108),
(84152, '3220', '500.00', '4', '20.001', '25', '74895000', '76799999', '35000000', '39999999', NULL, 1652946108),
(84153, '3298', '290.00', '7', '25.001', '30', '74895000', '76799999', '35000000', '39999999', NULL, 1652946112),
(84154, '3220', '609.00', '4', '25.001', '30', '74895000', '76799999', '35000000', '39999999', NULL, 1652946113),
(84155, '3298', '45.00', '6', '0.3', '5', '74895000', '76799999', '40000000', '41999999', NULL, 1652946116),
(84156, '3220', '137.00', '2', '0.3', '5', '74895000', '76799999', '40000000', '41999999', NULL, 1652946119),
(84157, '3298', '71.00', '6', '5.001', '10', '74895000', '76799999', '40000000', '41999999', NULL, 1652946120),
(84158, '3220', '214.00', '2', '5.001', '10', '74895000', '76799999', '40000000', '41999999', NULL, 1652946120),
(84159, '3298', '116.00', '6', '10.001', '15', '74895000', '76799999', '40000000', '41999999', NULL, 1652946122),
(84160, '3220', '346.00', '2', '10.001', '15', '74895000', '76799999', '40000000', '41999999', NULL, 1652946122),
(84161, '3298', '160.00', '6', '15.001', '20', '74895000', '76799999', '40000000', '41999999', NULL, 1652946126),
(84162, '3220', '479.00', '2', '15.001', '20', '74895000', '76799999', '40000000', '41999999', NULL, 1652946127),
(84163, '3298', '205.00', '6', '20.001', '25', '74895000', '76799999', '40000000', '41999999', NULL, 1652946128),
(84164, '3220', '612.00', '2', '20.001', '25', '74895000', '76799999', '40000000', '41999999', NULL, 1652946128),
(84165, '3298', '249.00', '6', '25.001', '30', '74895000', '76799999', '40000000', '41999999', NULL, 1652946129),
(84166, '3220', '744.00', '2', '25.001', '30', '74895000', '76799999', '40000000', '41999999', NULL, 1652946130),
(84167, '3298', '45.00', '6', '0.3', '5', '74895000', '76799999', '40000000', '44470999', NULL, 1652946130),
(84168, '3220', '137.00', '2', '0.3', '5', '74895000', '76799999', '40000000', '44470999', NULL, 1652946131),
(84169, '3298', '71.00', '6', '5.001', '10', '74895000', '76799999', '40000000', '44470999', NULL, 1652946132),
(84170, '3220', '214.00', '2', '5.001', '10', '74895000', '76799999', '40000000', '44470999', NULL, 1652946135),
(84171, '3298', '116.00', '6', '10.001', '15', '74895000', '76799999', '40000000', '44470999', NULL, 1652946136),
(84172, '3220', '346.00', '2', '10.001', '15', '74895000', '76799999', '40000000', '44470999', NULL, 1652946137),
(84173, '3298', '160.00', '6', '15.001', '20', '74895000', '76799999', '40000000', '44470999', NULL, 1652946137),
(84174, '3220', '479.00', '2', '15.001', '20', '74895000', '76799999', '40000000', '44470999', NULL, 1652946141),
(84175, '3298', '205.00', '6', '20.001', '25', '74895000', '76799999', '40000000', '44470999', NULL, 1652946141),
(84176, '3220', '612.00', '2', '20.001', '25', '74895000', '76799999', '40000000', '44470999', NULL, 1652946144),
(84177, '3298', '249.00', '6', '25.001', '30', '74895000', '76799999', '40000000', '44470999', NULL, 1652946145),
(84178, '3220', '744.00', '2', '25.001', '30', '74895000', '76799999', '40000000', '44470999', NULL, 1652946148),
(84179, '3298', '78.00', '6', '0.3', '5', '74895000', '76799999', '44471000', '48999999', NULL, 1652946149),
(84180, '3220', '154.00', '2', '0.3', '5', '74895000', '76799999', '44471000', '48999999', NULL, 1652946150),
(84181, '3298', '114.00', '6', '5.001', '10', '74895000', '76799999', '44471000', '48999999', NULL, 1652946151),
(84182, '3220', '223.00', '2', '5.001', '10', '74895000', '76799999', '44471000', '48999999', NULL, 1652946152),
(84183, '3298', '185.00', '6', '10.001', '15', '74895000', '76799999', '44471000', '48999999', NULL, 1652946152),
(84184, '3220', '361.00', '2', '10.001', '15', '74895000', '76799999', '44471000', '48999999', NULL, 1652946153),
(84185, '3298', '256.00', '6', '15.001', '20', '74895000', '76799999', '44471000', '48999999', NULL, 1652946154),
(84186, '3220', '500.00', '2', '15.001', '20', '74895000', '76799999', '44471000', '48999999', NULL, 1652946155),
(84187, '3298', '327.00', '6', '20.001', '25', '74895000', '76799999', '44471000', '48999999', NULL, 1652946161),
(84188, '3220', '638.00', '2', '20.001', '25', '74895000', '76799999', '44471000', '48999999', NULL, 1652946161),
(84189, '3298', '398.00', '6', '25.001', '30', '74895000', '76799999', '44471000', '48999999', NULL, 1652946166),
(84190, '3220', '777.00', '2', '25.001', '30', '74895000', '76799999', '44471000', '48999999', NULL, 1652946167),
(84191, '3298', '45.00', '7', '0.3', '5', '74895000', '76799999', '49000000', '49099999', NULL, 1652946168),
(84192, '3220', '137.00', '2', '0.3', '5', '74895000', '76799999', '49000000', '49099999', NULL, 1652946169),
(84193, '3298', '71.00', '7', '5.001', '10', '74895000', '76799999', '49000000', '49099999', NULL, 1652946169),
(84194, '3220', '214.00', '2', '5.001', '10', '74895000', '76799999', '49000000', '49099999', NULL, 1652946171),
(84195, '3298', '116.00', '7', '10.001', '15', '74895000', '76799999', '49000000', '49099999', NULL, 1652946172),
(84196, '3220', '346.00', '2', '10.001', '15', '74895000', '76799999', '49000000', '49099999', NULL, 1652946172),
(84197, '3298', '160.00', '7', '15.001', '20', '74895000', '76799999', '49000000', '49099999', NULL, 1652946173),
(84198, '3220', '479.00', '2', '15.001', '20', '74895000', '76799999', '49000000', '49099999', NULL, 1652946174),
(84199, '3298', '205.00', '7', '20.001', '25', '74895000', '76799999', '49000000', '49099999', NULL, 1652946175),
(84200, '3220', '612.00', '2', '20.001', '25', '74895000', '76799999', '49000000', '49099999', NULL, 1652946175),
(84201, '3298', '249.00', '7', '25.001', '30', '74895000', '76799999', '49000000', '49099999', NULL, 1652946176),
(84202, '3220', '744.00', '2', '25.001', '30', '74895000', '76799999', '49000000', '49099999', NULL, 1652946177),
(84203, '3298', '90.00', '10', '0.3', '5', '74895000', '76799999', '49100000', '49999999', NULL, 1652946178),
(84204, '3220', '183.00', '5', '0.3', '5', '74895000', '76799999', '49100000', '49999999', NULL, 1652946179),
(84205, '3298', '133.00', '10', '5.001', '10', '74895000', '76799999', '49100000', '49999999', NULL, 1652946180),
(84206, '3220', '266.00', '5', '5.001', '10', '74895000', '76799999', '49100000', '49999999', NULL, 1652946180),
(84207, '3298', '215.00', '10', '10.001', '15', '74895000', '76799999', '49100000', '49999999', NULL, 1652946181),
(84208, '3220', '430.00', '5', '10.001', '15', '74895000', '76799999', '49100000', '49999999', NULL, 1652946182),
(84209, '3298', '298.00', '10', '15.001', '20', '74895000', '76799999', '49100000', '49999999', NULL, 1652946183),
(84210, '3220', '595.00', '5', '15.001', '20', '74895000', '76799999', '49100000', '49999999', NULL, 1652946184),
(84211, '3298', '380.00', '10', '20.001', '25', '74895000', '76799999', '49100000', '49999999', NULL, 1652946184),
(84212, '3220', '760.00', '5', '20.001', '25', '74895000', '76799999', '49100000', '49999999', NULL, 1652946185),
(84213, '3298', '463.00', '10', '25.001', '30', '74895000', '76799999', '49100000', '49999999', NULL, 1652946186),
(84214, '3220', '925.00', '5', '25.001', '30', '74895000', '76799999', '49100000', '49999999', NULL, 1652946186),
(84215, '3298', '45.00', '6', '0.3', '5', '74895000', '76799999', '50000000', '52999999', NULL, 1652946187),
(84216, '3220', '137.00', '2', '0.3', '5', '74895000', '76799999', '50000000', '52999999', NULL, 1652946188),
(84217, '3298', '71.00', '6', '5.001', '10', '74895000', '76799999', '50000000', '52999999', NULL, 1652946192),
(84218, '3220', '214.00', '2', '5.001', '10', '74895000', '76799999', '50000000', '52999999', NULL, 1652946193),
(84219, '3298', '116.00', '6', '10.001', '15', '74895000', '76799999', '50000000', '52999999', NULL, 1652946194),
(84220, '3220', '346.00', '2', '10.001', '15', '74895000', '76799999', '50000000', '52999999', NULL, 1652946194),
(84221, '3298', '160.00', '6', '15.001', '20', '74895000', '76799999', '50000000', '52999999', NULL, 1652946195),
(84222, '3220', '479.00', '2', '15.001', '20', '74895000', '76799999', '50000000', '52999999', NULL, 1652946195),
(84223, '3298', '205.00', '6', '20.001', '25', '74895000', '76799999', '50000000', '52999999', NULL, 1652946196);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(84224, '3220', '612.00', '2', '20.001', '25', '74895000', '76799999', '50000000', '52999999', NULL, 1652946197),
(84225, '3298', '249.00', '6', '25.001', '30', '74895000', '76799999', '50000000', '52999999', NULL, 1652946198),
(84226, '3220', '744.00', '2', '25.001', '30', '74895000', '76799999', '50000000', '52999999', NULL, 1652946199),
(84227, '3298', '45.00', '6', '0.3', '5', '74895000', '76799999', '50000000', '54999999', NULL, 1652946199),
(84228, '3220', '137.00', '2', '0.3', '5', '74895000', '76799999', '50000000', '54999999', NULL, 1652946201),
(84229, '3298', '71.00', '6', '5.001', '10', '74895000', '76799999', '50000000', '54999999', NULL, 1652946201),
(84230, '3220', '214.00', '2', '5.001', '10', '74895000', '76799999', '50000000', '54999999', NULL, 1652946202),
(84231, '3298', '116.00', '6', '10.001', '15', '74895000', '76799999', '50000000', '54999999', NULL, 1652946207),
(84232, '3220', '346.00', '2', '10.001', '15', '74895000', '76799999', '50000000', '54999999', NULL, 1652946208),
(84233, '3298', '160.00', '6', '15.001', '20', '74895000', '76799999', '50000000', '54999999', NULL, 1652946209),
(84234, '3220', '479.00', '2', '15.001', '20', '74895000', '76799999', '50000000', '54999999', NULL, 1652946210),
(84235, '3298', '205.00', '6', '20.001', '25', '74895000', '76799999', '50000000', '54999999', NULL, 1652946211),
(84236, '3220', '612.00', '2', '20.001', '25', '74895000', '76799999', '50000000', '54999999', NULL, 1652946212),
(84237, '3298', '249.00', '6', '25.001', '30', '74895000', '76799999', '50000000', '54999999', NULL, 1652946213),
(84238, '3220', '744.00', '2', '25.001', '30', '74895000', '76799999', '50000000', '54999999', NULL, 1652946213),
(84239, '3298', '90.00', '11', '0.3', '5', '74895000', '76799999', '55000000', '56999999', NULL, 1652946215),
(84240, '3220', '183.00', '6', '0.3', '5', '74895000', '76799999', '55000000', '56999999', NULL, 1652946216),
(84241, '3298', '133.00', '11', '5.001', '10', '74895000', '76799999', '55000000', '56999999', NULL, 1652946217),
(84242, '3220', '266.00', '6', '5.001', '10', '74895000', '76799999', '55000000', '56999999', NULL, 1652946217),
(84243, '3298', '215.00', '11', '10.001', '15', '74895000', '76799999', '55000000', '56999999', NULL, 1652946218),
(84244, '3220', '430.00', '6', '10.001', '15', '74895000', '76799999', '55000000', '56999999', NULL, 1652946219),
(84245, '3298', '298.00', '11', '15.001', '20', '74895000', '76799999', '55000000', '56999999', NULL, 1652946220),
(84246, '3220', '595.00', '6', '15.001', '20', '74895000', '76799999', '55000000', '56999999', NULL, 1652946221),
(84247, '3298', '380.00', '11', '20.001', '25', '74895000', '76799999', '55000000', '56999999', NULL, 1652946222),
(84248, '3220', '760.00', '6', '20.001', '25', '74895000', '76799999', '55000000', '56999999', NULL, 1652946223),
(84249, '3298', '463.00', '11', '25.001', '30', '74895000', '76799999', '55000000', '56999999', NULL, 1652946228),
(84250, '3220', '925.00', '6', '25.001', '30', '74895000', '76799999', '55000000', '56999999', NULL, 1652946229),
(84251, '3298', '45.00', '7', '0.3', '5', '74895000', '76799999', '57000000', '57099999', NULL, 1652946230),
(84252, '3220', '137.00', '2', '0.3', '5', '74895000', '76799999', '57000000', '57099999', NULL, 1652946231),
(84253, '3298', '71.00', '7', '5.001', '10', '74895000', '76799999', '57000000', '57099999', NULL, 1652946232),
(84254, '3220', '214.00', '2', '5.001', '10', '74895000', '76799999', '57000000', '57099999', NULL, 1652946237),
(84255, '3298', '116.00', '7', '10.001', '15', '74895000', '76799999', '57000000', '57099999', NULL, 1652946237),
(84256, '3220', '346.00', '2', '10.001', '15', '74895000', '76799999', '57000000', '57099999', NULL, 1652946238),
(84257, '3298', '160.00', '7', '15.001', '20', '74895000', '76799999', '57000000', '57099999', NULL, 1652946239),
(84258, '3220', '479.00', '2', '15.001', '20', '74895000', '76799999', '57000000', '57099999', NULL, 1652946240),
(84259, '3298', '205.00', '7', '20.001', '25', '74895000', '76799999', '57000000', '57099999', NULL, 1652946241),
(84260, '3220', '612.00', '2', '20.001', '25', '74895000', '76799999', '57000000', '57099999', NULL, 1652946242),
(84261, '3298', '249.00', '7', '25.001', '30', '74895000', '76799999', '57000000', '57099999', NULL, 1652946242),
(84262, '3220', '744.00', '2', '25.001', '30', '74895000', '76799999', '57000000', '57099999', NULL, 1652946243),
(84263, '3298', '45.00', '9', '0.3', '5', '74895000', '76799999', '57100000', '57999999', NULL, 1652946244),
(84264, '3220', '137.00', '5', '0.3', '5', '74895000', '76799999', '57100000', '57999999', NULL, 1652946244),
(84265, '3298', '71.00', '9', '5.001', '10', '74895000', '76799999', '57100000', '57999999', NULL, 1652946245),
(84266, '3220', '214.00', '5', '5.001', '10', '74895000', '76799999', '57100000', '57999999', NULL, 1652946247),
(84267, '3298', '116.00', '9', '10.001', '15', '74895000', '76799999', '57100000', '57999999', NULL, 1652946251),
(84268, '3220', '346.00', '5', '10.001', '15', '74895000', '76799999', '57100000', '57999999', NULL, 1652946252),
(84269, '3298', '160.00', '9', '15.001', '20', '74895000', '76799999', '57100000', '57999999', NULL, 1652946253),
(84270, '3220', '479.00', '5', '15.001', '20', '74895000', '76799999', '57100000', '57999999', NULL, 1652946254),
(84271, '3298', '205.00', '9', '20.001', '25', '74895000', '76799999', '57100000', '57999999', NULL, 1652946255),
(84272, '3220', '612.00', '5', '20.001', '25', '74895000', '76799999', '57100000', '57999999', NULL, 1652946256),
(84273, '3298', '249.00', '9', '25.001', '30', '74895000', '76799999', '57100000', '57999999', NULL, 1652946257),
(84274, '3220', '744.00', '5', '25.001', '30', '74895000', '76799999', '57100000', '57999999', NULL, 1652946262),
(84275, '3298', '45.00', '7', '0.3', '5', '74895000', '76799999', '58000000', '58099999', NULL, 1652946262),
(84276, '3220', '137.00', '3', '0.3', '5', '74895000', '76799999', '58000000', '58099999', NULL, 1652946263),
(84277, '3298', '71.00', '7', '5.001', '10', '74895000', '76799999', '58000000', '58099999', NULL, 1652946263),
(84278, '3220', '214.00', '3', '5.001', '10', '74895000', '76799999', '58000000', '58099999', NULL, 1652946265),
(84279, '3298', '116.00', '7', '10.001', '15', '74895000', '76799999', '58000000', '58099999', NULL, 1652946266),
(84280, '3220', '346.00', '3', '10.001', '15', '74895000', '76799999', '58000000', '58099999', NULL, 1652946266),
(84281, '3298', '160.00', '7', '15.001', '20', '74895000', '76799999', '58000000', '58099999', NULL, 1652946268),
(84282, '3220', '479.00', '3', '15.001', '20', '74895000', '76799999', '58000000', '58099999', NULL, 1652946269),
(84283, '3298', '205.00', '7', '20.001', '25', '74895000', '76799999', '58000000', '58099999', NULL, 1652946271),
(84284, '3220', '612.00', '3', '20.001', '25', '74895000', '76799999', '58000000', '58099999', NULL, 1652946271),
(84285, '3298', '249.00', '7', '25.001', '30', '74895000', '76799999', '58000000', '58099999', NULL, 1652946274),
(84286, '3220', '744.00', '3', '25.001', '30', '74895000', '76799999', '58000000', '58099999', NULL, 1652946274),
(84287, '3298', '90.00', '12', '0.3', '5', '74895000', '76799999', '58100000', '58999999', NULL, 1652946275),
(84288, '3220', '183.00', '8', '0.3', '5', '74895000', '76799999', '58100000', '58999999', NULL, 1652946276),
(84289, '3298', '133.00', '12', '5.001', '10', '74895000', '76799999', '58100000', '58999999', NULL, 1652946276),
(84290, '3220', '266.00', '8', '5.001', '10', '74895000', '76799999', '58100000', '58999999', NULL, 1652946278),
(84291, '3298', '215.00', '12', '10.001', '15', '74895000', '76799999', '58100000', '58999999', NULL, 1652946279),
(84292, '3220', '430.00', '8', '10.001', '15', '74895000', '76799999', '58100000', '58999999', NULL, 1652946280),
(84293, '3298', '298.00', '12', '15.001', '20', '74895000', '76799999', '58100000', '58999999', NULL, 1652946281),
(84294, '3220', '595.00', '8', '15.001', '20', '74895000', '76799999', '58100000', '58999999', NULL, 1652946283),
(84295, '3298', '380.00', '12', '20.001', '25', '74895000', '76799999', '58100000', '58999999', NULL, 1652946284),
(84296, '3220', '760.00', '8', '20.001', '25', '74895000', '76799999', '58100000', '58999999', NULL, 1652946284),
(84297, '3298', '463.00', '12', '25.001', '30', '74895000', '76799999', '58100000', '58999999', NULL, 1652946286),
(84298, '3220', '925.00', '8', '25.001', '30', '74895000', '76799999', '58100000', '58999999', NULL, 1652946287),
(84299, '3298', '45.00', '7', '0.3', '5', '74895000', '76799999', '59000000', '59099999', NULL, 1652946288),
(84300, '3220', '137.00', '2', '0.3', '5', '74895000', '76799999', '59000000', '59099999', NULL, 1652946289),
(84301, '3298', '71.00', '7', '5.001', '10', '74895000', '76799999', '59000000', '59099999', NULL, 1652946289),
(84302, '3220', '214.00', '2', '5.001', '10', '74895000', '76799999', '59000000', '59099999', NULL, 1652946290),
(84303, '3298', '116.00', '7', '10.001', '15', '74895000', '76799999', '59000000', '59099999', NULL, 1652946294),
(84304, '3220', '346.00', '2', '10.001', '15', '74895000', '76799999', '59000000', '59099999', NULL, 1652946294),
(84305, '3298', '160.00', '7', '15.001', '20', '74895000', '76799999', '59000000', '59099999', NULL, 1652946297),
(84306, '3220', '479.00', '2', '15.001', '20', '74895000', '76799999', '59000000', '59099999', NULL, 1652946298),
(84307, '3298', '205.00', '7', '20.001', '25', '74895000', '76799999', '59000000', '59099999', NULL, 1652946304),
(84308, '3220', '612.00', '2', '20.001', '25', '74895000', '76799999', '59000000', '59099999', NULL, 1652946305),
(84309, '3298', '249.00', '7', '25.001', '30', '74895000', '76799999', '59000000', '59099999', NULL, 1652946306),
(84310, '3220', '744.00', '2', '25.001', '30', '74895000', '76799999', '59000000', '59099999', NULL, 1652946307),
(84311, '3298', '45.00', '7', '0.3', '5', '74895000', '76799999', '59100000', '59999999', NULL, 1652946308),
(84312, '3220', '137.00', '2', '0.3', '5', '74895000', '76799999', '59100000', '59999999', NULL, 1652946309),
(84313, '3298', '71.00', '7', '5.001', '10', '74895000', '76799999', '59100000', '59999999', NULL, 1652946310),
(84314, '3220', '214.00', '2', '5.001', '10', '74895000', '76799999', '59100000', '59999999', NULL, 1652946311),
(84315, '3298', '116.00', '7', '10.001', '15', '74895000', '76799999', '59100000', '59999999', NULL, 1652946313),
(84316, '3220', '346.00', '2', '10.001', '15', '74895000', '76799999', '59100000', '59999999', NULL, 1652946313),
(84317, '3298', '160.00', '7', '15.001', '20', '74895000', '76799999', '59100000', '59999999', NULL, 1652946319),
(84318, '3220', '479.00', '2', '15.001', '20', '74895000', '76799999', '59100000', '59999999', NULL, 1652946321),
(84319, '3298', '205.00', '7', '20.001', '25', '74895000', '76799999', '59100000', '59999999', NULL, 1652946322),
(84320, '3220', '612.00', '2', '20.001', '25', '74895000', '76799999', '59100000', '59999999', NULL, 1652946323),
(84321, '3298', '249.00', '7', '25.001', '30', '74895000', '76799999', '59100000', '59999999', NULL, 1652946324),
(84322, '3220', '744.00', '2', '25.001', '30', '74895000', '76799999', '59100000', '59999999', NULL, 1652946325),
(84323, '3298', '45.00', '7', '0.3', '5', '74895000', '76799999', '60000000', '60999999', NULL, 1652946331),
(84324, '3220', '137.00', '2', '0.3', '5', '74895000', '76799999', '60000000', '60999999', NULL, 1652946345),
(84325, '3298', '71.00', '7', '5.001', '10', '74895000', '76799999', '60000000', '60999999', NULL, 1652946347),
(84326, '3220', '214.00', '2', '5.001', '10', '74895000', '76799999', '60000000', '60999999', NULL, 1652946348),
(84327, '3298', '116.00', '7', '10.001', '15', '74895000', '76799999', '60000000', '60999999', NULL, 1652946348),
(84328, '3220', '346.00', '2', '10.001', '15', '74895000', '76799999', '60000000', '60999999', NULL, 1652946349),
(84329, '3298', '160.00', '7', '15.001', '20', '74895000', '76799999', '60000000', '60999999', NULL, 1652946350),
(84330, '3220', '479.00', '2', '15.001', '20', '74895000', '76799999', '60000000', '60999999', NULL, 1652946350),
(84331, '3298', '205.00', '7', '20.001', '25', '74895000', '76799999', '60000000', '60999999', NULL, 1652946351),
(84332, '3220', '612.00', '2', '20.001', '25', '74895000', '76799999', '60000000', '60999999', NULL, 1652946352),
(84333, '3298', '249.00', '7', '25.001', '30', '74895000', '76799999', '60000000', '60999999', NULL, 1652946352),
(84334, '3220', '744.00', '2', '25.001', '30', '74895000', '76799999', '60000000', '60999999', NULL, 1652946353),
(84335, '3298', '45.00', '7', '0.3', '5', '74895000', '76799999', '60000000', '61900999', NULL, 1652946354),
(84336, '3220', '137.00', '2', '0.3', '5', '74895000', '76799999', '60000000', '61900999', NULL, 1652946355),
(84337, '3298', '71.00', '7', '5.001', '10', '74895000', '76799999', '60000000', '61900999', NULL, 1652946356),
(84338, '3220', '214.00', '2', '5.001', '10', '74895000', '76799999', '60000000', '61900999', NULL, 1652946357),
(84339, '3298', '116.00', '7', '10.001', '15', '74895000', '76799999', '60000000', '61900999', NULL, 1652946405),
(84340, '3220', '346.00', '2', '10.001', '15', '74895000', '76799999', '60000000', '61900999', NULL, 1652946405),
(84341, '3298', '160.00', '7', '15.001', '20', '74895000', '76799999', '60000000', '61900999', NULL, 1652946406),
(84342, '3220', '479.00', '2', '15.001', '20', '74895000', '76799999', '60000000', '61900999', NULL, 1652946406),
(84343, '3298', '205.00', '7', '20.001', '25', '74895000', '76799999', '60000000', '61900999', NULL, 1652946407),
(84344, '3220', '612.00', '2', '20.001', '25', '74895000', '76799999', '60000000', '61900999', NULL, 1652946407),
(84345, '3298', '249.00', '7', '25.001', '30', '74895000', '76799999', '60000000', '61900999', NULL, 1652946433),
(84346, '3220', '744.00', '2', '25.001', '30', '74895000', '76799999', '60000000', '61900999', NULL, 1652946434),
(84347, '3298', '90.00', '11', '0.3', '5', '74895000', '76799999', '61901000', '63999999', NULL, 1652946435),
(84348, '3220', '183.00', '7', '0.3', '5', '74895000', '76799999', '61901000', '63999999', NULL, 1652946448),
(84349, '3298', '133.00', '11', '5.001', '10', '74895000', '76799999', '61901000', '63999999', NULL, 1652946449),
(84350, '3220', '266.00', '7', '5.001', '10', '74895000', '76799999', '61901000', '63999999', NULL, 1652946449),
(84351, '3298', '215.00', '11', '10.001', '15', '74895000', '76799999', '61901000', '63999999', NULL, 1652946450),
(84352, '3220', '430.00', '7', '10.001', '15', '74895000', '76799999', '61901000', '63999999', NULL, 1652946450),
(84353, '3298', '298.00', '11', '15.001', '20', '74895000', '76799999', '61901000', '63999999', NULL, 1652946451),
(84354, '3220', '595.00', '7', '15.001', '20', '74895000', '76799999', '61901000', '63999999', NULL, 1652946451),
(84355, '3298', '380.00', '11', '20.001', '25', '74895000', '76799999', '61901000', '63999999', NULL, 1652946452),
(84356, '3220', '760.00', '7', '20.001', '25', '74895000', '76799999', '61901000', '63999999', NULL, 1652946453),
(84357, '3298', '463.00', '11', '25.001', '30', '74895000', '76799999', '61901000', '63999999', NULL, 1652946453),
(84358, '3220', '925.00', '7', '25.001', '30', '74895000', '76799999', '61901000', '63999999', NULL, 1652946454),
(84359, '3298', '45.00', '7', '0.3', '5', '74895000', '76799999', '64000000', '64099999', NULL, 1652946464),
(84360, '3220', '137.00', '3', '0.3', '5', '74895000', '76799999', '64000000', '64099999', NULL, 1652946465),
(84361, '3298', '71.00', '7', '5.001', '10', '74895000', '76799999', '64000000', '64099999', NULL, 1652946465),
(84362, '3220', '214.00', '3', '5.001', '10', '74895000', '76799999', '64000000', '64099999', NULL, 1652946466),
(84363, '3298', '116.00', '7', '10.001', '15', '74895000', '76799999', '64000000', '64099999', NULL, 1652946467),
(84364, '3220', '346.00', '3', '10.001', '15', '74895000', '76799999', '64000000', '64099999', NULL, 1652946467),
(84365, '3298', '160.00', '7', '15.001', '20', '74895000', '76799999', '64000000', '64099999', NULL, 1652946468),
(84366, '3220', '479.00', '3', '15.001', '20', '74895000', '76799999', '64000000', '64099999', NULL, 1652946468),
(84367, '3298', '205.00', '7', '20.001', '25', '74895000', '76799999', '64000000', '64099999', NULL, 1652946469),
(84368, '3220', '612.00', '3', '20.001', '25', '74895000', '76799999', '64000000', '64099999', NULL, 1652946469),
(84369, '3298', '249.00', '7', '25.001', '30', '74895000', '76799999', '64000000', '64099999', NULL, 1652946470),
(84370, '3220', '744.00', '3', '25.001', '30', '74895000', '76799999', '64000000', '64099999', NULL, 1652946471),
(84371, '3298', '90.00', '11', '0.3', '5', '74895000', '76799999', '64100000', '64999999', NULL, 1652946471),
(84372, '3220', '183.00', '7', '0.3', '5', '74895000', '76799999', '64100000', '64999999', NULL, 1652946472),
(84373, '3298', '133.00', '11', '5.001', '10', '74895000', '76799999', '64100000', '64999999', NULL, 1652946472),
(84374, '3220', '266.00', '7', '5.001', '10', '74895000', '76799999', '64100000', '64999999', NULL, 1652946473),
(84375, '3298', '215.00', '11', '10.001', '15', '74895000', '76799999', '64100000', '64999999', NULL, 1652946474),
(84376, '3220', '430.00', '7', '10.001', '15', '74895000', '76799999', '64100000', '64999999', NULL, 1652946484),
(84377, '3298', '298.00', '11', '15.001', '20', '74895000', '76799999', '64100000', '64999999', NULL, 1652946485),
(84378, '3220', '595.00', '7', '15.001', '20', '74895000', '76799999', '64100000', '64999999', NULL, 1652946485),
(84379, '3298', '380.00', '11', '20.001', '25', '74895000', '76799999', '64100000', '64999999', NULL, 1652946493),
(84380, '3220', '760.00', '7', '20.001', '25', '74895000', '76799999', '64100000', '64999999', NULL, 1652946494),
(84381, '3298', '463.00', '11', '25.001', '30', '74895000', '76799999', '64100000', '64999999', NULL, 1652946495),
(84382, '3220', '925.00', '7', '25.001', '30', '74895000', '76799999', '64100000', '64999999', NULL, 1652946496),
(84383, '3298', '45.00', '9', '0.3', '5', '74895000', '76799999', '65000000', '65099999', NULL, 1652946496),
(84384, '3220', '137.00', '5', '0.3', '5', '74895000', '76799999', '65000000', '65099999', NULL, 1652946496),
(84385, '3298', '71.00', '9', '5.001', '10', '74895000', '76799999', '65000000', '65099999', NULL, 1652946497),
(84386, '3220', '214.00', '5', '5.001', '10', '74895000', '76799999', '65000000', '65099999', NULL, 1652946497),
(84387, '3298', '116.00', '9', '10.001', '15', '74895000', '76799999', '65000000', '65099999', NULL, 1652946498),
(84388, '3220', '346.00', '5', '10.001', '15', '74895000', '76799999', '65000000', '65099999', NULL, 1652946498),
(84389, '3298', '160.00', '9', '15.001', '20', '74895000', '76799999', '65000000', '65099999', NULL, 1652946499),
(84390, '3220', '479.00', '5', '15.001', '20', '74895000', '76799999', '65000000', '65099999', NULL, 1652946500),
(84391, '3298', '205.00', '9', '20.001', '25', '74895000', '76799999', '65000000', '65099999', NULL, 1652946500),
(84392, '3220', '612.00', '5', '20.001', '25', '74895000', '76799999', '65000000', '65099999', NULL, 1652946501),
(84393, '3298', '249.00', '9', '25.001', '30', '74895000', '76799999', '65000000', '65099999', NULL, 1652946501),
(84394, '3220', '744.00', '5', '25.001', '30', '74895000', '76799999', '65000000', '65099999', NULL, 1652946502),
(84395, '3298', '90.00', '13', '0.3', '5', '74895000', '76799999', '65100000', '65999999', NULL, 1652946503),
(84396, '3220', '183.00', '10', '0.3', '5', '74895000', '76799999', '65100000', '65999999', NULL, 1652946503),
(84397, '3298', '133.00', '13', '5.001', '10', '74895000', '76799999', '65100000', '65999999', NULL, 1652946504),
(84398, '3220', '266.00', '10', '5.001', '10', '74895000', '76799999', '65100000', '65999999', NULL, 1652946504),
(84399, '3298', '215.00', '13', '10.001', '15', '74895000', '76799999', '65100000', '65999999', NULL, 1652946505),
(84400, '3220', '430.00', '10', '10.001', '15', '74895000', '76799999', '65100000', '65999999', NULL, 1652946507),
(84401, '3298', '298.00', '13', '15.001', '20', '74895000', '76799999', '65100000', '65999999', NULL, 1652946508),
(84402, '3220', '595.00', '10', '15.001', '20', '74895000', '76799999', '65100000', '65999999', NULL, 1652946508),
(84403, '3298', '380.00', '13', '20.001', '25', '74895000', '76799999', '65100000', '65999999', NULL, 1652946509),
(84404, '3220', '760.00', '10', '20.001', '25', '74895000', '76799999', '65100000', '65999999', NULL, 1652946510),
(84405, '3298', '463.00', '13', '25.001', '30', '74895000', '76799999', '65100000', '65999999', NULL, 1652946511),
(84406, '3220', '925.00', '10', '25.001', '30', '74895000', '76799999', '65100000', '65999999', NULL, 1652946512),
(84407, '3298', '45.00', '8', '0.3', '5', '74895000', '76799999', '66000000', '66999999', NULL, 1652946512),
(84408, '3220', '137.00', '4', '0.3', '5', '74895000', '76799999', '66000000', '66999999', NULL, 1652946513),
(84409, '3298', '71.00', '8', '5.001', '10', '74895000', '76799999', '66000000', '66999999', NULL, 1652946514),
(84410, '3220', '214.00', '4', '5.001', '10', '74895000', '76799999', '66000000', '66999999', NULL, 1652946515),
(84411, '3298', '116.00', '8', '10.001', '15', '74895000', '76799999', '66000000', '66999999', NULL, 1652946515),
(84412, '3220', '346.00', '4', '10.001', '15', '74895000', '76799999', '66000000', '66999999', NULL, 1652946516),
(84413, '3298', '160.00', '8', '15.001', '20', '74895000', '76799999', '66000000', '66999999', NULL, 1652946522),
(84414, '3220', '479.00', '4', '15.001', '20', '74895000', '76799999', '66000000', '66999999', NULL, 1652946522),
(84415, '3298', '205.00', '8', '20.001', '25', '74895000', '76799999', '66000000', '66999999', NULL, 1652946523),
(84416, '3220', '612.00', '4', '20.001', '25', '74895000', '76799999', '66000000', '66999999', NULL, 1652946524),
(84417, '3298', '249.00', '8', '25.001', '30', '74895000', '76799999', '66000000', '66999999', NULL, 1652946530),
(84418, '3220', '744.00', '4', '25.001', '30', '74895000', '76799999', '66000000', '66999999', NULL, 1652946530),
(84419, '3298', '45.00', '8', '0.3', '5', '74895000', '76799999', '66000000', '67999999', NULL, 1652946531),
(84420, '3220', '137.00', '4', '0.3', '5', '74895000', '76799999', '66000000', '67999999', NULL, 1652946534),
(84421, '3298', '71.00', '8', '5.001', '10', '74895000', '76799999', '66000000', '67999999', NULL, 1652946535),
(84422, '3220', '214.00', '4', '5.001', '10', '74895000', '76799999', '66000000', '67999999', NULL, 1652946536),
(84423, '3298', '116.00', '8', '10.001', '15', '74895000', '76799999', '66000000', '67999999', NULL, 1652946536),
(84424, '3220', '346.00', '4', '10.001', '15', '74895000', '76799999', '66000000', '67999999', NULL, 1652946537),
(84425, '3298', '160.00', '8', '15.001', '20', '74895000', '76799999', '66000000', '67999999', NULL, 1652946539),
(84426, '3220', '479.00', '4', '15.001', '20', '74895000', '76799999', '66000000', '67999999', NULL, 1652946540),
(84427, '3298', '205.00', '8', '20.001', '25', '74895000', '76799999', '66000000', '67999999', NULL, 1652946543),
(84428, '3220', '612.00', '4', '20.001', '25', '74895000', '76799999', '66000000', '67999999', NULL, 1652946544),
(84429, '3298', '249.00', '8', '25.001', '30', '74895000', '76799999', '66000000', '67999999', NULL, 1652946545),
(84430, '3220', '744.00', '4', '25.001', '30', '74895000', '76799999', '66000000', '67999999', NULL, 1652946545),
(84431, '3298', '90.00', '9', '0.3', '5', '74895000', '76799999', '68000000', '68899999', NULL, 1652946546),
(84432, '3220', '183.00', '8', '0.3', '5', '74895000', '76799999', '68000000', '68899999', NULL, 1652946550),
(84433, '3298', '133.00', '9', '5.001', '10', '74895000', '76799999', '68000000', '68899999', NULL, 1652946551),
(84434, '3220', '266.00', '8', '5.001', '10', '74895000', '76799999', '68000000', '68899999', NULL, 1652946552),
(84435, '3298', '215.00', '9', '10.001', '15', '74895000', '76799999', '68000000', '68899999', NULL, 1652946552),
(84436, '3220', '430.00', '8', '10.001', '15', '74895000', '76799999', '68000000', '68899999', NULL, 1652946553),
(84437, '3298', '298.00', '9', '15.001', '20', '74895000', '76799999', '68000000', '68899999', NULL, 1652946558),
(84438, '3220', '595.00', '8', '15.001', '20', '74895000', '76799999', '68000000', '68899999', NULL, 1652946559),
(84439, '3298', '380.00', '9', '20.001', '25', '74895000', '76799999', '68000000', '68899999', NULL, 1652946559),
(84440, '3220', '760.00', '8', '20.001', '25', '74895000', '76799999', '68000000', '68899999', NULL, 1652946560),
(84441, '3298', '463.00', '9', '25.001', '30', '74895000', '76799999', '68000000', '68899999', NULL, 1652946561),
(84442, '3220', '925.00', '8', '25.001', '30', '74895000', '76799999', '68000000', '68899999', NULL, 1652946561),
(84443, '3298', '45.00', '19', '0.3', '5', '74895000', '76799999', '68900000', '68914999', NULL, 1652946562),
(84444, '3220', '137.00', '11', '0.3', '5', '74895000', '76799999', '68900000', '68914999', NULL, 1652946563),
(84445, '3298', '71.00', '19', '5.001', '10', '74895000', '76799999', '68900000', '68914999', NULL, 1652946568),
(84446, '3220', '214.00', '11', '5.001', '10', '74895000', '76799999', '68900000', '68914999', NULL, 1652946568),
(84447, '3298', '116.00', '19', '10.001', '15', '74895000', '76799999', '68900000', '68914999', NULL, 1652946569),
(84448, '3220', '346.00', '11', '10.001', '15', '74895000', '76799999', '68900000', '68914999', NULL, 1652946570),
(84449, '3298', '160.00', '19', '15.001', '20', '74895000', '76799999', '68900000', '68914999', NULL, 1652946575),
(84450, '3220', '479.00', '11', '15.001', '20', '74895000', '76799999', '68900000', '68914999', NULL, 1652946576),
(84451, '3298', '205.00', '19', '20.001', '25', '74895000', '76799999', '68900000', '68914999', NULL, 1652946576),
(84452, '3220', '612.00', '11', '20.001', '25', '74895000', '76799999', '68900000', '68914999', NULL, 1652946577),
(84453, '3298', '249.00', '19', '25.001', '30', '74895000', '76799999', '68900000', '68914999', NULL, 1652946578),
(84454, '3220', '744.00', '11', '25.001', '30', '74895000', '76799999', '68900000', '68914999', NULL, 1652946578),
(84455, '3298', '90.00', '19', '0.3', '5', '74895000', '76799999', '68915000', '68999999', NULL, 1652946578),
(84456, '3220', '183.00', '13', '0.3', '5', '74895000', '76799999', '68915000', '68999999', NULL, 1652946579),
(84457, '3298', '133.00', '19', '5.001', '10', '74895000', '76799999', '68915000', '68999999', NULL, 1652946580),
(84458, '3220', '266.00', '13', '5.001', '10', '74895000', '76799999', '68915000', '68999999', NULL, 1652946581),
(84459, '3298', '215.00', '19', '10.001', '15', '74895000', '76799999', '68915000', '68999999', NULL, 1652946581),
(84460, '3220', '430.00', '13', '10.001', '15', '74895000', '76799999', '68915000', '68999999', NULL, 1652946582),
(84461, '3298', '298.00', '19', '15.001', '20', '74895000', '76799999', '68915000', '68999999', NULL, 1652946583),
(84462, '3220', '595.00', '13', '15.001', '20', '74895000', '76799999', '68915000', '68999999', NULL, 1652946589),
(84463, '3298', '380.00', '19', '20.001', '25', '74895000', '76799999', '68915000', '68999999', NULL, 1652946590),
(84464, '3220', '760.00', '13', '20.001', '25', '74895000', '76799999', '68915000', '68999999', NULL, 1652946591),
(84465, '3298', '463.00', '19', '25.001', '30', '74895000', '76799999', '68915000', '68999999', NULL, 1652946591),
(84466, '3220', '925.00', '13', '25.001', '30', '74895000', '76799999', '68915000', '68999999', NULL, 1652946592),
(84467, '3298', '45.00', '20', '0.3', '5', '74895000', '76799999', '69000000', '69099999', NULL, 1652946598),
(84468, '3220', '137.00', '3', '0.3', '5', '74895000', '76799999', '69000000', '69099999', NULL, 1652946598),
(84469, '3298', '71.00', '20', '5.001', '10', '74895000', '76799999', '69000000', '69099999', NULL, 1652946599),
(84470, '3220', '214.00', '3', '5.001', '10', '74895000', '76799999', '69000000', '69099999', NULL, 1652946599),
(84471, '3298', '116.00', '20', '10.001', '15', '74895000', '76799999', '69000000', '69099999', NULL, 1652946600),
(84472, '3220', '346.00', '3', '10.001', '15', '74895000', '76799999', '69000000', '69099999', NULL, 1652946600),
(84473, '3298', '160.00', '20', '15.001', '20', '74895000', '76799999', '69000000', '69099999', NULL, 1652946605),
(84474, '3220', '479.00', '3', '15.001', '20', '74895000', '76799999', '69000000', '69099999', NULL, 1652946606),
(84475, '3298', '205.00', '20', '20.001', '25', '74895000', '76799999', '69000000', '69099999', NULL, 1652946607),
(84476, '3220', '612.00', '3', '20.001', '25', '74895000', '76799999', '69000000', '69099999', NULL, 1652946608),
(84477, '3298', '249.00', '20', '25.001', '30', '74895000', '76799999', '69000000', '69099999', NULL, 1652946608),
(84478, '3220', '744.00', '3', '25.001', '30', '74895000', '76799999', '69000000', '69099999', NULL, 1652946609),
(84479, '3298', '90.00', '27', '0.3', '5', '74895000', '76799999', '69100000', '69299999', NULL, 1652946610),
(84480, '3220', '183.00', '6', '0.3', '5', '74895000', '76799999', '69100000', '69299999', NULL, 1652946611),
(84481, '3298', '133.00', '27', '5.001', '10', '74895000', '76799999', '69100000', '69299999', NULL, 1652946611),
(84482, '3220', '266.00', '6', '5.001', '10', '74895000', '76799999', '69100000', '69299999', NULL, 1652946612),
(84483, '3298', '215.00', '27', '10.001', '15', '74895000', '76799999', '69100000', '69299999', NULL, 1652946613),
(84484, '3220', '430.00', '6', '10.001', '15', '74895000', '76799999', '69100000', '69299999', NULL, 1652946614),
(84485, '3298', '298.00', '27', '15.001', '20', '74895000', '76799999', '69100000', '69299999', NULL, 1652946615),
(84486, '3220', '595.00', '6', '15.001', '20', '74895000', '76799999', '69100000', '69299999', NULL, 1652946615),
(84487, '3298', '380.00', '27', '20.001', '25', '74895000', '76799999', '69100000', '69299999', NULL, 1652946620),
(84488, '3220', '760.00', '6', '20.001', '25', '74895000', '76799999', '69100000', '69299999', NULL, 1652946621),
(84489, '3298', '463.00', '27', '25.001', '30', '74895000', '76799999', '69100000', '69299999', NULL, 1652946622),
(84490, '3220', '925.00', '6', '25.001', '30', '74895000', '76799999', '69100000', '69299999', NULL, 1652946622),
(84491, '3298', '45.00', '20', '0.3', '5', '74895000', '76799999', '69300000', '69339999', NULL, 1652946623),
(84492, '3220', '137.00', '3', '0.3', '5', '74895000', '76799999', '69300000', '69339999', NULL, 1652946624),
(84493, '3298', '71.00', '20', '5.001', '10', '74895000', '76799999', '69300000', '69339999', NULL, 1652946624),
(84494, '3220', '214.00', '3', '5.001', '10', '74895000', '76799999', '69300000', '69339999', NULL, 1652946625),
(84495, '3298', '116.00', '20', '10.001', '15', '74895000', '76799999', '69300000', '69339999', NULL, 1652946626),
(84496, '3220', '346.00', '3', '10.001', '15', '74895000', '76799999', '69300000', '69339999', NULL, 1652946626),
(84497, '3298', '160.00', '20', '15.001', '20', '74895000', '76799999', '69300000', '69339999', NULL, 1652946630),
(84498, '3220', '479.00', '3', '15.001', '20', '74895000', '76799999', '69300000', '69339999', NULL, 1652946631),
(84499, '3298', '205.00', '20', '20.001', '25', '74895000', '76799999', '69300000', '69339999', NULL, 1652946632),
(84500, '3220', '612.00', '3', '20.001', '25', '74895000', '76799999', '69300000', '69339999', NULL, 1652946633),
(84501, '3298', '249.00', '20', '25.001', '30', '74895000', '76799999', '69300000', '69339999', NULL, 1652946633),
(84502, '3220', '744.00', '3', '25.001', '30', '74895000', '76799999', '69300000', '69339999', NULL, 1652946633),
(84503, '3298', '90.00', '27', '0.3', '5', '74895000', '76799999', '69340000', '69389999', NULL, 1652946634),
(84504, '3220', '183.00', '9', '0.3', '5', '74895000', '76799999', '69340000', '69389999', NULL, 1652946635),
(84505, '3298', '133.00', '27', '5.001', '10', '74895000', '76799999', '69340000', '69389999', NULL, 1652946636),
(84506, '3220', '266.00', '9', '5.001', '10', '74895000', '76799999', '69340000', '69389999', NULL, 1652946637),
(84507, '3298', '215.00', '27', '10.001', '15', '74895000', '76799999', '69340000', '69389999', NULL, 1652946637),
(84508, '3220', '430.00', '9', '10.001', '15', '74895000', '76799999', '69340000', '69389999', NULL, 1652946638),
(84509, '3298', '298.00', '27', '15.001', '20', '74895000', '76799999', '69340000', '69389999', NULL, 1652946639),
(84510, '3220', '595.00', '9', '15.001', '20', '74895000', '76799999', '69340000', '69389999', NULL, 1652946640),
(84511, '3298', '380.00', '27', '20.001', '25', '74895000', '76799999', '69340000', '69389999', NULL, 1652946641),
(84512, '3220', '760.00', '9', '20.001', '25', '74895000', '76799999', '69340000', '69389999', NULL, 1652946641),
(84513, '3298', '463.00', '27', '25.001', '30', '74895000', '76799999', '69340000', '69389999', NULL, 1652946642),
(84514, '3220', '925.00', '9', '25.001', '30', '74895000', '76799999', '69340000', '69389999', NULL, 1652946643),
(84515, '3298', '45.00', '9', '0.3', '5', '74895000', '76799999', '69900000', '69920999', NULL, 1652946644),
(84516, '3220', '137.00', '5', '0.3', '5', '74895000', '76799999', '69900000', '69920999', NULL, 1652946645),
(84517, '3298', '71.00', '9', '5.001', '10', '74895000', '76799999', '69900000', '69920999', NULL, 1652946648),
(84518, '3220', '214.00', '5', '5.001', '10', '74895000', '76799999', '69900000', '69920999', NULL, 1652946648),
(84519, '3298', '116.00', '9', '10.001', '15', '74895000', '76799999', '69900000', '69920999', NULL, 1652946649),
(84520, '3220', '346.00', '5', '10.001', '15', '74895000', '76799999', '69900000', '69920999', NULL, 1652946650),
(84521, '3298', '160.00', '9', '15.001', '20', '74895000', '76799999', '69900000', '69920999', NULL, 1652946651),
(84522, '3220', '479.00', '5', '15.001', '20', '74895000', '76799999', '69900000', '69920999', NULL, 1652946652),
(84523, '3298', '205.00', '9', '20.001', '25', '74895000', '76799999', '69900000', '69920999', NULL, 1652946652),
(84524, '3220', '612.00', '5', '20.001', '25', '74895000', '76799999', '69900000', '69920999', NULL, 1652946653),
(84525, '3298', '249.00', '9', '25.001', '30', '74895000', '76799999', '69900000', '69920999', NULL, 1652946654),
(84526, '3220', '744.00', '5', '25.001', '30', '74895000', '76799999', '69900000', '69920999', NULL, 1652946654),
(84527, '3298', '90.00', '12', '0.3', '5', '74895000', '76799999', '69921000', '69999999', NULL, 1652946657),
(84528, '3220', '183.00', '10', '0.3', '5', '74895000', '76799999', '69921000', '69999999', NULL, 1652946658),
(84529, '3298', '133.00', '12', '5.001', '10', '74895000', '76799999', '69921000', '69999999', NULL, 1652946659),
(84530, '3220', '266.00', '10', '5.001', '10', '74895000', '76799999', '69921000', '69999999', NULL, 1652946660),
(84531, '3298', '215.00', '12', '10.001', '15', '74895000', '76799999', '69921000', '69999999', NULL, 1652946661),
(84532, '3220', '430.00', '10', '10.001', '15', '74895000', '76799999', '69921000', '69999999', NULL, 1652946662),
(84533, '3298', '298.00', '12', '15.001', '20', '74895000', '76799999', '69921000', '69999999', NULL, 1652946663),
(84534, '3220', '595.00', '10', '15.001', '20', '74895000', '76799999', '69921000', '69999999', NULL, 1652946664),
(84535, '3298', '380.00', '12', '20.001', '25', '74895000', '76799999', '69921000', '69999999', NULL, 1652946664),
(84536, '3220', '760.00', '10', '20.001', '25', '74895000', '76799999', '69921000', '69999999', NULL, 1652946667),
(84537, '3298', '463.00', '12', '25.001', '30', '74895000', '76799999', '69921000', '69999999', NULL, 1652946668),
(84538, '3220', '925.00', '10', '25.001', '30', '74895000', '76799999', '69921000', '69999999', NULL, 1652946669),
(84539, '3298', '25.00', '5', '0.3', '5', '74895000', '76799999', '71000000', '73699999', NULL, 1652946670),
(84540, '3220', '34.00', '1', '0.3', '5', '74895000', '76799999', '71000000', '73699999', NULL, 1652946671),
(84541, '3298', '31.00', '5', '5.001', '10', '74895000', '76799999', '71000000', '73699999', NULL, 1652946672),
(84542, '3220', '48.00', '1', '5.001', '10', '74895000', '76799999', '71000000', '73699999', NULL, 1652946673),
(84543, '3298', '51.00', '5', '10.001', '15', '74895000', '76799999', '71000000', '73699999', NULL, 1652946673),
(84544, '3220', '78.00', '1', '10.001', '15', '74895000', '76799999', '71000000', '73699999', NULL, 1652946675),
(84545, '3298', '71.00', '5', '15.001', '20', '74895000', '76799999', '71000000', '73699999', NULL, 1652946675),
(84546, '3220', '108.00', '1', '15.001', '20', '74895000', '76799999', '71000000', '73699999', NULL, 1652946676),
(84547, '3298', '91.00', '5', '20.001', '25', '74895000', '76799999', '71000000', '73699999', NULL, 1652946677),
(84548, '3220', '138.00', '1', '20.001', '25', '74895000', '76799999', '71000000', '73699999', NULL, 1652946677),
(84549, '3298', '110.00', '5', '25.001', '30', '74895000', '76799999', '71000000', '73699999', NULL, 1652946678),
(84550, '3220', '168.00', '1', '25.001', '30', '74895000', '76799999', '71000000', '73699999', NULL, 1652946679),
(84551, '3298', '26.00', '7', '0.3', '5', '74895000', '76799999', '72800000', '73999999', NULL, 1652946679),
(84552, '3220', '34.00', '3', '0.3', '5', '74895000', '76799999', '72800000', '73999999', NULL, 1652946680),
(84553, '3298', '32.00', '7', '5.001', '10', '74895000', '76799999', '72800000', '73999999', NULL, 1652946681),
(84554, '3220', '48.00', '3', '5.001', '10', '74895000', '76799999', '72800000', '73999999', NULL, 1652946681),
(84555, '3298', '52.00', '7', '10.001', '15', '74895000', '76799999', '72800000', '73999999', NULL, 1652946683),
(84556, '3220', '79.00', '3', '10.001', '15', '74895000', '76799999', '72800000', '73999999', NULL, 1652946683),
(84557, '3298', '72.00', '7', '15.001', '20', '74895000', '76799999', '72800000', '73999999', NULL, 1652946684),
(84558, '3220', '109.00', '3', '15.001', '20', '74895000', '76799999', '72800000', '73999999', NULL, 1652946684),
(84559, '3298', '92.00', '7', '20.001', '25', '74895000', '76799999', '72800000', '73999999', NULL, 1652946685),
(84560, '3220', '139.00', '3', '20.001', '25', '74895000', '76799999', '72800000', '73999999', NULL, 1652946687),
(84561, '3298', '112.00', '7', '25.001', '30', '74895000', '76799999', '72800000', '73999999', NULL, 1652946688),
(84562, '3220', '170.00', '3', '25.001', '30', '74895000', '76799999', '72800000', '73999999', NULL, 1652946689),
(84563, '3298', '25.00', '5', '0.3', '5', '74895000', '76799999', '74000000', '74894999', NULL, 1652946689),
(84564, '3220', '21.00', '1', '0.3', '5', '74895000', '76799999', '74000000', '74894999', NULL, 1652946691),
(84565, '3298', '31.00', '5', '5.001', '10', '74895000', '76799999', '74000000', '74894999', NULL, 1652946692),
(84566, '3220', '27.00', '1', '5.001', '10', '74895000', '76799999', '74000000', '74894999', NULL, 1652946692),
(84567, '3298', '51.00', '5', '10.001', '15', '74895000', '76799999', '74000000', '74894999', NULL, 1652946694),
(84568, '3220', '44.00', '1', '10.001', '15', '74895000', '76799999', '74000000', '74894999', NULL, 1652946694),
(84569, '3298', '71.00', '5', '15.001', '20', '74895000', '76799999', '74000000', '74894999', NULL, 1652946695),
(84570, '3220', '61.00', '1', '15.001', '20', '74895000', '76799999', '74000000', '74894999', NULL, 1652946696),
(84571, '3298', '91.00', '5', '20.001', '25', '74895000', '76799999', '74000000', '74894999', NULL, 1652946697),
(84572, '3220', '78.00', '1', '20.001', '25', '74895000', '76799999', '74000000', '74894999', NULL, 1652946698),
(84573, '3298', '110.00', '5', '25.001', '30', '74895000', '76799999', '74000000', '74894999', NULL, 1652946698),
(84574, '3220', '95.00', '1', '25.001', '30', '74895000', '76799999', '74000000', '74894999', NULL, 1652946699),
(84575, '3298', '25.00', '5', '0.3', '5', '74895000', '76799999', '74895000', '76799999', NULL, 1652946700),
(84576, '3220', '21.00', '1', '0.3', '5', '74895000', '76799999', '74895000', '76799999', NULL, 1652946701),
(84577, '3298', '31.00', '5', '5.001', '10', '74895000', '76799999', '74895000', '76799999', NULL, 1652946702),
(84578, '3220', '27.00', '1', '5.001', '10', '74895000', '76799999', '74895000', '76799999', NULL, 1652946702),
(84579, '3298', '51.00', '5', '10.001', '15', '74895000', '76799999', '74895000', '76799999', NULL, 1652946703),
(84580, '3220', '44.00', '1', '10.001', '15', '74895000', '76799999', '74895000', '76799999', NULL, 1652946704),
(84581, '3298', '71.00', '5', '15.001', '20', '74895000', '76799999', '74895000', '76799999', NULL, 1652946704),
(84582, '3220', '61.00', '1', '15.001', '20', '74895000', '76799999', '74895000', '76799999', NULL, 1652946705),
(84583, '3298', '91.00', '5', '20.001', '25', '74895000', '76799999', '74895000', '76799999', NULL, 1652946706),
(84584, '3220', '78.00', '1', '20.001', '25', '74895000', '76799999', '74895000', '76799999', NULL, 1652946707),
(84585, '3298', '110.00', '5', '25.001', '30', '74895000', '76799999', '74895000', '76799999', NULL, 1652946708),
(84586, '3220', '95.00', '1', '25.001', '30', '74895000', '76799999', '74895000', '76799999', NULL, 1652946709),
(84587, '3298', '30.00', '6', '0.3', '5', '74895000', '76799999', '77000000', '77270999', NULL, 1652946711),
(84588, '3220', '59.00', '2', '0.3', '5', '74895000', '76799999', '77000000', '77270999', NULL, 1652946712),
(84589, '3298', '44.00', '6', '5.001', '10', '74895000', '76799999', '77000000', '77270999', NULL, 1652946712),
(84590, '3220', '93.00', '2', '5.001', '10', '74895000', '76799999', '77000000', '77270999', NULL, 1652946713),
(84591, '3298', '71.00', '6', '10.001', '15', '74895000', '76799999', '77000000', '77270999', NULL, 1652946714),
(84592, '3220', '150.00', '2', '10.001', '15', '74895000', '76799999', '77000000', '77270999', NULL, 1652946715),
(84593, '3298', '99.00', '6', '15.001', '20', '74895000', '76799999', '77000000', '77270999', NULL, 1652946715),
(84594, '3220', '208.00', '2', '15.001', '20', '74895000', '76799999', '77000000', '77270999', NULL, 1652946716),
(84595, '3298', '126.00', '6', '20.001', '25', '74895000', '76799999', '77000000', '77270999', NULL, 1652946717),
(84596, '3220', '266.00', '2', '20.001', '25', '74895000', '76799999', '77000000', '77270999', NULL, 1652946718),
(84597, '3298', '153.00', '6', '25.001', '30', '74895000', '76799999', '77000000', '77270999', NULL, 1652946719),
(84598, '3220', '324.00', '2', '25.001', '30', '74895000', '76799999', '77000000', '77270999', NULL, 1652946720),
(84599, '3298', '44.00', '7', '0.3', '5', '74895000', '76799999', '77300000', '77995999', NULL, 1652946721),
(84600, '3220', '102.00', '3', '0.3', '5', '74895000', '76799999', '77300000', '77995999', NULL, 1652946721),
(84601, '3298', '74.00', '7', '5.001', '10', '74895000', '76799999', '77300000', '77995999', NULL, 1652946722),
(84602, '3220', '141.00', '3', '5.001', '10', '74895000', '76799999', '77300000', '77995999', NULL, 1652946722),
(84603, '3298', '120.00', '7', '10.001', '15', '74895000', '76799999', '77300000', '77995999', NULL, 1652946723),
(84604, '3220', '229.00', '3', '10.001', '15', '74895000', '76799999', '77300000', '77995999', NULL, 1652946725),
(84605, '3298', '166.00', '7', '15.001', '20', '74895000', '76799999', '77300000', '77995999', NULL, 1652946726),
(84606, '3220', '316.00', '3', '15.001', '20', '74895000', '76799999', '77300000', '77995999', NULL, 1652946728),
(84607, '3298', '212.00', '7', '20.001', '25', '74895000', '76799999', '77300000', '77995999', NULL, 1652946729),
(84608, '3220', '404.00', '3', '20.001', '25', '74895000', '76799999', '77300000', '77995999', NULL, 1652946730),
(84609, '3298', '258.00', '7', '25.001', '30', '74895000', '76799999', '77300000', '77995999', NULL, 1652946731),
(84610, '3220', '492.00', '3', '25.001', '30', '74895000', '76799999', '77300000', '77995999', NULL, 1652946733),
(84611, '3298', '34.00', '8', '0.3', '5', '74895000', '76799999', '78000000', '78109999', NULL, 1652946733),
(84612, '3220', '80.00', '4', '0.3', '5', '74895000', '76799999', '78000000', '78109999', NULL, 1652946734),
(84613, '3298', '50.00', '8', '5.001', '10', '74895000', '76799999', '78000000', '78109999', NULL, 1652946735),
(84614, '3220', '125.00', '4', '5.001', '10', '74895000', '76799999', '78000000', '78109999', NULL, 1652946736),
(84615, '3298', '82.00', '8', '10.001', '15', '74895000', '76799999', '78000000', '78109999', NULL, 1652946737),
(84616, '3220', '203.00', '4', '10.001', '15', '74895000', '76799999', '78000000', '78109999', NULL, 1652946739),
(84617, '3298', '113.00', '8', '15.001', '20', '74895000', '76799999', '78000000', '78109999', NULL, 1652946741),
(84618, '3220', '281.00', '4', '15.001', '20', '74895000', '76799999', '78000000', '78109999', NULL, 1652946742),
(84619, '3298', '145.00', '8', '20.001', '25', '74895000', '76799999', '78000000', '78109999', NULL, 1652946743),
(84620, '3220', '359.00', '4', '20.001', '25', '74895000', '76799999', '78000000', '78109999', NULL, 1652946744),
(84621, '3298', '176.00', '8', '25.001', '30', '74895000', '76799999', '78000000', '78109999', NULL, 1652946746),
(84622, '3220', '437.00', '4', '25.001', '30', '74895000', '76799999', '78000000', '78109999', NULL, 1652946747),
(84623, '3298', '50.00', '8', '0.3', '5', '74895000', '76799999', '78110000', '78899999', NULL, 1652946748),
(84624, '3220', '124.00', '5', '0.3', '5', '74895000', '76799999', '78110000', '78899999', NULL, 1652946751),
(84625, '3298', '83.00', '8', '5.001', '10', '74895000', '76799999', '78110000', '78899999', NULL, 1652946753),
(84626, '3220', '175.00', '5', '5.001', '10', '74895000', '76799999', '78110000', '78899999', NULL, 1652946755),
(84627, '3298', '135.00', '8', '10.001', '15', '74895000', '76799999', '78110000', '78899999', NULL, 1652946756),
(84628, '3220', '283.00', '5', '10.001', '15', '74895000', '76799999', '78110000', '78899999', NULL, 1652946757),
(84629, '3298', '186.00', '8', '15.001', '20', '74895000', '76799999', '78110000', '78899999', NULL, 1652946760),
(84630, '3220', '392.00', '5', '15.001', '20', '74895000', '76799999', '78110000', '78899999', NULL, 1652946761),
(84631, '3298', '238.00', '8', '20.001', '25', '74895000', '76799999', '78110000', '78899999', NULL, 1652946762),
(84632, '3220', '500.00', '5', '20.001', '25', '74895000', '76799999', '78110000', '78899999', NULL, 1652946763),
(84633, '3298', '290.00', '8', '25.001', '30', '74895000', '76799999', '78110000', '78899999', NULL, 1652946764),
(84634, '3220', '609.00', '5', '25.001', '30', '74895000', '76799999', '78110000', '78899999', NULL, 1652946769),
(84635, '3298', '90.00', '9', '0.3', '5', '74895000', '76799999', '78900000', '78930999', NULL, 1652946772),
(84636, '3220', '183.00', '5', '0.3', '5', '74895000', '76799999', '78900000', '78930999', NULL, 1652946779),
(84637, '3298', '133.00', '9', '5.001', '10', '74895000', '76799999', '78900000', '78930999', NULL, 1652946780),
(84638, '3220', '266.00', '5', '5.001', '10', '74895000', '76799999', '78900000', '78930999', NULL, 1652946786),
(84639, '3298', '215.00', '9', '10.001', '15', '74895000', '76799999', '78900000', '78930999', NULL, 1652946787),
(84640, '3220', '430.00', '5', '10.001', '15', '74895000', '76799999', '78900000', '78930999', NULL, 1652946789),
(84641, '3298', '298.00', '9', '15.001', '20', '74895000', '76799999', '78900000', '78930999', NULL, 1652946790),
(84642, '3220', '595.00', '5', '15.001', '20', '74895000', '76799999', '78900000', '78930999', NULL, 1652946791),
(84643, '3298', '380.00', '9', '20.001', '25', '74895000', '76799999', '78900000', '78930999', NULL, 1652946792),
(84644, '3220', '760.00', '5', '20.001', '25', '74895000', '76799999', '78900000', '78930999', NULL, 1652946793),
(84645, '3298', '463.00', '9', '25.001', '30', '74895000', '76799999', '78900000', '78930999', NULL, 1652946794),
(84646, '3220', '925.00', '5', '25.001', '30', '74895000', '76799999', '78900000', '78930999', NULL, 1652946801),
(84647, '3298', '50.00', '8', '0.3', '5', '74895000', '76799999', '78931000', '78999999', NULL, 1652946802),
(84648, '3220', '124.00', '4', '0.3', '5', '74895000', '76799999', '78931000', '78999999', NULL, 1652946803),
(84649, '3298', '83.00', '8', '5.001', '10', '74895000', '76799999', '78931000', '78999999', NULL, 1652946803),
(84650, '3220', '175.00', '4', '5.001', '10', '74895000', '76799999', '78931000', '78999999', NULL, 1652946805),
(84651, '3298', '135.00', '8', '10.001', '15', '74895000', '76799999', '78931000', '78999999', NULL, 1652946806),
(84652, '3220', '283.00', '4', '10.001', '15', '74895000', '76799999', '78931000', '78999999', NULL, 1652946807),
(84653, '3298', '186.00', '8', '15.001', '20', '74895000', '76799999', '78931000', '78999999', NULL, 1652946808),
(84654, '3220', '392.00', '4', '15.001', '20', '74895000', '76799999', '78931000', '78999999', NULL, 1652946808),
(84655, '3298', '238.00', '8', '20.001', '25', '74895000', '76799999', '78931000', '78999999', NULL, 1652946809),
(84656, '3220', '500.00', '4', '20.001', '25', '74895000', '76799999', '78931000', '78999999', NULL, 1652946810),
(84657, '3298', '290.00', '8', '25.001', '30', '74895000', '76799999', '78931000', '78999999', NULL, 1652946812),
(84658, '3220', '609.00', '4', '25.001', '30', '74895000', '76799999', '78931000', '78999999', NULL, 1652946812),
(84659, '3298', '34.00', '6', '0.3', '5', '74895000', '76799999', '79000000', '79129999', NULL, 1652946813),
(84660, '3220', '80.00', '2', '0.3', '5', '74895000', '76799999', '79000000', '79129999', NULL, 1652946814),
(84661, '3298', '50.00', '6', '5.001', '10', '74895000', '76799999', '79000000', '79129999', NULL, 1652946815),
(84662, '3220', '125.00', '2', '5.001', '10', '74895000', '76799999', '79000000', '79129999', NULL, 1652946816),
(84663, '3298', '82.00', '6', '10.001', '15', '74895000', '76799999', '79000000', '79129999', NULL, 1652946817),
(84664, '3220', '203.00', '2', '10.001', '15', '74895000', '76799999', '79000000', '79129999', NULL, 1652946817),
(84665, '3298', '113.00', '6', '15.001', '20', '74895000', '76799999', '79000000', '79129999', NULL, 1652946818),
(84666, '3220', '281.00', '2', '15.001', '20', '74895000', '76799999', '79000000', '79129999', NULL, 1652946819),
(84667, '3298', '145.00', '6', '20.001', '25', '74895000', '76799999', '79000000', '79129999', NULL, 1652946820),
(84668, '3220', '359.00', '2', '20.001', '25', '74895000', '76799999', '79000000', '79129999', NULL, 1652946821),
(84669, '3298', '176.00', '6', '25.001', '30', '74895000', '76799999', '79000000', '79129999', NULL, 1652946823),
(84670, '3220', '437.00', '2', '25.001', '30', '74895000', '76799999', '79000000', '79129999', NULL, 1652946823);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(84671, '3298', '50.00', '9', '0.3', '5', '74895000', '76799999', '79130000', '79999999', NULL, 1652946824),
(84672, '3220', '124.00', '5', '0.3', '5', '74895000', '76799999', '79130000', '79999999', NULL, 1652946825),
(84673, '3298', '83.00', '9', '5.001', '10', '74895000', '76799999', '79130000', '79999999', NULL, 1652946825),
(84674, '3220', '175.00', '5', '5.001', '10', '74895000', '76799999', '79130000', '79999999', NULL, 1652946826),
(84675, '3298', '135.00', '9', '10.001', '15', '74895000', '76799999', '79130000', '79999999', NULL, 1652946827),
(84676, '3220', '283.00', '5', '10.001', '15', '74895000', '76799999', '79130000', '79999999', NULL, 1652946830),
(84677, '3298', '186.00', '9', '15.001', '20', '74895000', '76799999', '79130000', '79999999', NULL, 1652946831),
(84678, '3220', '392.00', '5', '15.001', '20', '74895000', '76799999', '79130000', '79999999', NULL, 1652946832),
(84679, '3298', '238.00', '9', '20.001', '25', '74895000', '76799999', '79130000', '79999999', NULL, 1652946832),
(84680, '3220', '500.00', '5', '20.001', '25', '74895000', '76799999', '79130000', '79999999', NULL, 1652946833),
(84681, '3298', '290.00', '9', '25.001', '30', '74895000', '76799999', '79130000', '79999999', NULL, 1652946834),
(84682, '3220', '609.00', '5', '25.001', '30', '74895000', '76799999', '79130000', '79999999', NULL, 1652946835),
(84683, '3298', '45.00', '6', '0.3', '5', '74895000', '76799999', '80000000', '82999999', NULL, 1652946836),
(84684, '3220', '137.00', '2', '0.3', '5', '74895000', '76799999', '80000000', '82999999', NULL, 1652946837),
(84685, '3298', '71.00', '6', '5.001', '10', '74895000', '76799999', '80000000', '82999999', NULL, 1652946838),
(84686, '3220', '214.00', '2', '5.001', '10', '74895000', '76799999', '80000000', '82999999', NULL, 1652946839),
(84687, '3298', '116.00', '6', '10.001', '15', '74895000', '76799999', '80000000', '82999999', NULL, 1652946840),
(84688, '3220', '346.00', '2', '10.001', '15', '74895000', '76799999', '80000000', '82999999', NULL, 1652946841),
(84689, '3298', '160.00', '6', '15.001', '20', '74895000', '76799999', '80000000', '82999999', NULL, 1652946841),
(84690, '3220', '479.00', '2', '15.001', '20', '74895000', '76799999', '80000000', '82999999', NULL, 1652946842),
(84691, '3298', '205.00', '6', '20.001', '25', '74895000', '76799999', '80000000', '82999999', NULL, 1652946843),
(84692, '3220', '612.00', '2', '20.001', '25', '74895000', '76799999', '80000000', '82999999', NULL, 1652946844),
(84693, '3298', '249.00', '6', '25.001', '30', '74895000', '76799999', '80000000', '82999999', NULL, 1652946845),
(84694, '3220', '744.00', '2', '25.001', '30', '74895000', '76799999', '80000000', '82999999', NULL, 1652946845),
(84695, '3298', '45.00', '6', '0.3', '5', '74895000', '76799999', '80000000', '83800999', NULL, 1652946846),
(84696, '3220', '137.00', '2', '0.3', '5', '74895000', '76799999', '80000000', '83800999', NULL, 1652946847),
(84697, '3298', '71.00', '6', '5.001', '10', '74895000', '76799999', '80000000', '83800999', NULL, 1652946848),
(84698, '3220', '214.00', '2', '5.001', '10', '74895000', '76799999', '80000000', '83800999', NULL, 1652946851),
(84699, '3298', '116.00', '6', '10.001', '15', '74895000', '76799999', '80000000', '83800999', NULL, 1652946851),
(84700, '3220', '346.00', '2', '10.001', '15', '74895000', '76799999', '80000000', '83800999', NULL, 1652946855),
(84701, '3298', '160.00', '6', '15.001', '20', '74895000', '76799999', '80000000', '83800999', NULL, 1652946855),
(84702, '3220', '479.00', '2', '15.001', '20', '74895000', '76799999', '80000000', '83800999', NULL, 1652946856),
(84703, '3298', '205.00', '6', '20.001', '25', '74895000', '76799999', '80000000', '83800999', NULL, 1652946857),
(84704, '3220', '612.00', '2', '20.001', '25', '74895000', '76799999', '80000000', '83800999', NULL, 1652946857),
(84705, '3298', '249.00', '6', '25.001', '30', '74895000', '76799999', '80000000', '83800999', NULL, 1652946858),
(84706, '3220', '744.00', '2', '25.001', '30', '74895000', '76799999', '80000000', '83800999', NULL, 1652946859),
(84707, '3298', '90.00', '7', '0.3', '5', '74895000', '76799999', '83801000', '87999999', NULL, 1652946860),
(84708, '3220', '183.00', '4', '0.3', '5', '74895000', '76799999', '83801000', '87999999', NULL, 1652946860),
(84709, '3298', '133.00', '7', '5.001', '10', '74895000', '76799999', '83801000', '87999999', NULL, 1652946861),
(84710, '3220', '266.00', '4', '5.001', '10', '74895000', '76799999', '83801000', '87999999', NULL, 1652946862),
(84711, '3298', '215.00', '7', '10.001', '15', '74895000', '76799999', '83801000', '87999999', NULL, 1652946865),
(84712, '3220', '430.00', '4', '10.001', '15', '74895000', '76799999', '83801000', '87999999', NULL, 1652946865),
(84713, '3298', '298.00', '7', '15.001', '20', '74895000', '76799999', '83801000', '87999999', NULL, 1652946866),
(84714, '3220', '595.00', '4', '15.001', '20', '74895000', '76799999', '83801000', '87999999', NULL, 1652946867),
(84715, '3298', '380.00', '7', '20.001', '25', '74895000', '76799999', '83801000', '87999999', NULL, 1652946868),
(84716, '3220', '760.00', '4', '20.001', '25', '74895000', '76799999', '83801000', '87999999', NULL, 1652946868),
(84717, '3298', '463.00', '7', '25.001', '30', '74895000', '76799999', '83801000', '87999999', NULL, 1652946869),
(84718, '3220', '925.00', '4', '25.001', '30', '74895000', '76799999', '83801000', '87999999', NULL, 1652946871),
(84719, '3298', '45.00', '6', '0.3', '5', '74895000', '76799999', '88000000', '82999999', NULL, 1652946874),
(84720, '3220', '137.00', '2', '0.3', '5', '74895000', '76799999', '88000000', '82999999', NULL, 1652946874),
(84721, '3298', '71.00', '6', '5.001', '10', '74895000', '76799999', '88000000', '82999999', NULL, 1652946875),
(84722, '3220', '214.00', '2', '5.001', '10', '74895000', '76799999', '88000000', '82999999', NULL, 1652946876),
(84723, '3298', '116.00', '6', '10.001', '15', '74895000', '76799999', '88000000', '82999999', NULL, 1652946876),
(84724, '3220', '346.00', '2', '10.001', '15', '74895000', '76799999', '88000000', '82999999', NULL, 1652946877),
(84725, '3298', '160.00', '6', '15.001', '20', '74895000', '76799999', '88000000', '82999999', NULL, 1652946879),
(84726, '3220', '479.00', '2', '15.001', '20', '74895000', '76799999', '88000000', '82999999', NULL, 1652946881),
(84727, '3298', '205.00', '6', '20.001', '25', '74895000', '76799999', '88000000', '82999999', NULL, 1652946881),
(84728, '3220', '612.00', '2', '20.001', '25', '74895000', '76799999', '88000000', '82999999', NULL, 1652946882),
(84729, '3298', '249.00', '6', '25.001', '30', '74895000', '76799999', '88000000', '82999999', NULL, 1652946883),
(84730, '3220', '744.00', '2', '25.001', '30', '74895000', '76799999', '88000000', '82999999', NULL, 1652946885),
(84731, '3298', '45.00', '6', '0.3', '5', '74895000', '76799999', '88000000', '88469999', NULL, 1652946886),
(84732, '3220', '137.00', '2', '0.3', '5', '74895000', '76799999', '88000000', '88469999', NULL, 1652946888),
(84733, '3298', '71.00', '6', '5.001', '10', '74895000', '76799999', '88000000', '88469999', NULL, 1652946889),
(84734, '3220', '214.00', '2', '5.001', '10', '74895000', '76799999', '88000000', '88469999', NULL, 1652946889),
(84735, '3298', '116.00', '6', '10.001', '15', '74895000', '76799999', '88000000', '88469999', NULL, 1652946890),
(84736, '3220', '346.00', '2', '10.001', '15', '74895000', '76799999', '88000000', '88469999', NULL, 1652946891),
(84737, '3298', '160.00', '6', '15.001', '20', '74895000', '76799999', '88000000', '88469999', NULL, 1652946891),
(84738, '3220', '479.00', '2', '15.001', '20', '74895000', '76799999', '88000000', '88469999', NULL, 1652946893),
(84739, '3298', '205.00', '6', '20.001', '25', '74895000', '76799999', '88000000', '88469999', NULL, 1652946895),
(84740, '3220', '612.00', '2', '20.001', '25', '74895000', '76799999', '88000000', '88469999', NULL, 1652946897),
(84741, '3298', '249.00', '6', '25.001', '30', '74895000', '76799999', '88000000', '88469999', NULL, 1652946897),
(84742, '3220', '744.00', '2', '25.001', '30', '74895000', '76799999', '88000000', '88469999', NULL, 1652946898),
(84743, '3298', '78.00', '6', '0.3', '5', '74895000', '76799999', '88470000', '89999999', NULL, 1652946900),
(84744, '3220', '154.00', '2', '0.3', '5', '74895000', '76799999', '88470000', '89999999', NULL, 1652946902),
(84745, '3298', '114.00', '6', '5.001', '10', '74895000', '76799999', '88470000', '89999999', NULL, 1652946903),
(84746, '3220', '223.00', '2', '5.001', '10', '74895000', '76799999', '88470000', '89999999', NULL, 1652946904),
(84747, '3298', '185.00', '6', '10.001', '15', '74895000', '76799999', '88470000', '89999999', NULL, 1652946905),
(84748, '3220', '361.00', '2', '10.001', '15', '74895000', '76799999', '88470000', '89999999', NULL, 1652946906),
(84749, '3298', '256.00', '6', '15.001', '20', '74895000', '76799999', '88470000', '89999999', NULL, 1652946908),
(84750, '3220', '500.00', '2', '15.001', '20', '74895000', '76799999', '88470000', '89999999', NULL, 1652946909),
(84751, '3298', '327.00', '6', '20.001', '25', '74895000', '76799999', '88470000', '89999999', NULL, 1652946910),
(84752, '3220', '638.00', '2', '20.001', '25', '74895000', '76799999', '88470000', '89999999', NULL, 1652946911),
(84753, '3298', '398.00', '6', '25.001', '30', '74895000', '76799999', '88470000', '89999999', NULL, 1652946914),
(84754, '3220', '777.00', '2', '25.001', '30', '74895000', '76799999', '88470000', '89999999', NULL, 1652946916),
(84755, '3298', '45.00', '6', '0.3', '5', '74895000', '76799999', '90000000', '91999999', NULL, 1652946916),
(84756, '3220', '137.00', '2', '0.3', '5', '74895000', '76799999', '90000000', '91999999', NULL, 1652946917),
(84757, '3298', '71.00', '6', '5.001', '10', '74895000', '76799999', '90000000', '91999999', NULL, 1652946918),
(84758, '3220', '214.00', '2', '5.001', '10', '74895000', '76799999', '90000000', '91999999', NULL, 1652946919),
(84759, '3298', '116.00', '6', '10.001', '15', '74895000', '76799999', '90000000', '91999999', NULL, 1652946920),
(84760, '3220', '346.00', '2', '10.001', '15', '74895000', '76799999', '90000000', '91999999', NULL, 1652946922),
(84761, '3298', '160.00', '6', '15.001', '20', '74895000', '76799999', '90000000', '91999999', NULL, 1652946922),
(84762, '3220', '479.00', '2', '15.001', '20', '74895000', '76799999', '90000000', '91999999', NULL, 1652946923),
(84763, '3298', '205.00', '6', '20.001', '25', '74895000', '76799999', '90000000', '91999999', NULL, 1652946924),
(84764, '3220', '612.00', '2', '20.001', '25', '74895000', '76799999', '90000000', '91999999', NULL, 1652946924),
(84765, '3298', '249.00', '6', '25.001', '30', '74895000', '76799999', '90000000', '91999999', NULL, 1652946925),
(84766, '3220', '744.00', '2', '25.001', '30', '74895000', '76799999', '90000000', '91999999', NULL, 1652946927),
(84767, '3298', '45.00', '7', '0.3', '5', '74895000', '76799999', '90000000', '94900999', NULL, 1652946928),
(84768, '3220', '137.00', '3', '0.3', '5', '74895000', '76799999', '90000000', '94900999', NULL, 1652946930),
(84769, '3298', '71.00', '7', '5.001', '10', '74895000', '76799999', '90000000', '94900999', NULL, 1652946931),
(84770, '3220', '214.00', '3', '5.001', '10', '74895000', '76799999', '90000000', '94900999', NULL, 1652946931),
(84771, '3298', '116.00', '7', '10.001', '15', '74895000', '76799999', '90000000', '94900999', NULL, 1652946933),
(84772, '3220', '346.00', '3', '10.001', '15', '74895000', '76799999', '90000000', '94900999', NULL, 1652946934),
(84773, '3298', '160.00', '7', '15.001', '20', '74895000', '76799999', '90000000', '94900999', NULL, 1652946934),
(84774, '3220', '479.00', '3', '15.001', '20', '74895000', '76799999', '90000000', '94900999', NULL, 1652946936),
(84775, '3298', '205.00', '7', '20.001', '25', '74895000', '76799999', '90000000', '94900999', NULL, 1652946937),
(84776, '3220', '612.00', '3', '20.001', '25', '74895000', '76799999', '90000000', '94900999', NULL, 1652946938),
(84777, '3298', '249.00', '7', '25.001', '30', '74895000', '76799999', '90000000', '94900999', NULL, 1652946939),
(84778, '3220', '744.00', '3', '25.001', '30', '74895000', '76799999', '90000000', '94900999', NULL, 1652946940),
(84779, '3298', '90.00', '10', '0.3', '5', '74895000', '76799999', '94901000', '99999999', NULL, 1652946941),
(84780, '3220', '183.00', '6', '0.3', '5', '74895000', '76799999', '94901000', '99999999', NULL, 1652946942),
(84781, '3298', '133.00', '10', '5.001', '10', '74895000', '76799999', '94901000', '99999999', NULL, 1652946943),
(84782, '3220', '266.00', '6', '5.001', '10', '74895000', '76799999', '94901000', '99999999', NULL, 1652946944),
(84783, '3298', '215.00', '10', '10.001', '15', '74895000', '76799999', '94901000', '99999999', NULL, 1652946946),
(84784, '3220', '430.00', '6', '10.001', '15', '74895000', '76799999', '94901000', '99999999', NULL, 1652946947),
(84785, '3298', '298.00', '10', '15.001', '20', '74895000', '76799999', '94901000', '99999999', NULL, 1652946948),
(84786, '3220', '595.00', '6', '15.001', '20', '74895000', '76799999', '94901000', '99999999', NULL, 1652946949),
(84787, '3298', '380.00', '10', '20.001', '25', '74895000', '76799999', '94901000', '99999999', NULL, 1652946950),
(84788, '3220', '760.00', '6', '20.001', '25', '74895000', '76799999', '94901000', '99999999', NULL, 1652946952),
(84789, '3298', '463.00', '10', '25.001', '30', '74895000', '76799999', '94901000', '99999999', NULL, 1652946955),
(84790, '3220', '925.00', '6', '25.001', '30', '74895000', '76799999', '94901000', '99999999', NULL, 1652946957),
(84791, '3298', '38.00', '7', '0.3', '5', '77000000', '77270999', '01000000', '08499999', NULL, 1652946958),
(84792, '3220', '113.00', '3', '0.3', '5', '77000000', '77270999', '01000000', '08499999', NULL, 1652946958),
(84793, '3298', '58.00', '7', '5.001', '10', '77000000', '77270999', '01000000', '08499999', NULL, 1652946962),
(84794, '3220', '176.00', '3', '5.001', '10', '77000000', '77270999', '01000000', '08499999', NULL, 1652946966),
(84795, '3298', '94.00', '7', '10.001', '15', '77000000', '77270999', '01000000', '08499999', NULL, 1652946967),
(84796, '3220', '286.00', '3', '10.001', '15', '77000000', '77270999', '01000000', '08499999', NULL, 1652946970),
(84797, '3298', '130.00', '7', '15.001', '20', '77000000', '77270999', '01000000', '08499999', NULL, 1652946971),
(84798, '3220', '396.00', '3', '15.001', '20', '77000000', '77270999', '01000000', '08499999', NULL, 1652946972),
(84799, '3298', '166.00', '7', '20.001', '25', '77000000', '77270999', '01000000', '08499999', NULL, 1652946973),
(84800, '3220', '505.00', '3', '20.001', '25', '77000000', '77270999', '01000000', '08499999', NULL, 1652946974),
(84801, '3298', '202.00', '7', '25.001', '30', '77000000', '77270999', '01000000', '08499999', NULL, 1652946974),
(84802, '3220', '615.00', '3', '25.001', '30', '77000000', '77270999', '01000000', '08499999', NULL, 1652946975),
(84803, '3298', '38.00', '7', '0.3', '5', '77000000', '77270999', '06000000', '09999999', NULL, 1652946978),
(84804, '3220', '113.00', '3', '0.3', '5', '77000000', '77270999', '06000000', '09999999', NULL, 1652946979),
(84805, '3298', '58.00', '7', '5.001', '10', '77000000', '77270999', '06000000', '09999999', NULL, 1652946980),
(84806, '3220', '176.00', '3', '5.001', '10', '77000000', '77270999', '06000000', '09999999', NULL, 1652946981),
(84807, '3298', '94.00', '7', '10.001', '15', '77000000', '77270999', '06000000', '09999999', NULL, 1652946982),
(84808, '3220', '286.00', '3', '10.001', '15', '77000000', '77270999', '06000000', '09999999', NULL, 1652946982),
(84809, '3298', '130.00', '7', '15.001', '20', '77000000', '77270999', '06000000', '09999999', NULL, 1652946983),
(84810, '3220', '396.00', '3', '15.001', '20', '77000000', '77270999', '06000000', '09999999', NULL, 1652946984),
(84811, '3298', '166.00', '7', '20.001', '25', '77000000', '77270999', '06000000', '09999999', NULL, 1652946987),
(84812, '3220', '505.00', '3', '20.001', '25', '77000000', '77270999', '06000000', '09999999', NULL, 1652946988),
(84813, '3298', '202.00', '7', '25.001', '30', '77000000', '77270999', '06000000', '09999999', NULL, 1652946988),
(84814, '3220', '615.00', '3', '25.001', '30', '77000000', '77270999', '06000000', '09999999', NULL, 1652946990),
(84815, '3298', '38.00', '7', '0.3', '5', '77000000', '77270999', '11000000', '11999999', NULL, 1652946990),
(84816, '3220', '113.00', '3', '0.3', '5', '77000000', '77270999', '11000000', '11999999', NULL, 1652946991),
(84817, '3298', '58.00', '7', '5.001', '10', '77000000', '77270999', '11000000', '11999999', NULL, 1652946992),
(84818, '3220', '176.00', '3', '5.001', '10', '77000000', '77270999', '11000000', '11999999', NULL, 1652946995),
(84819, '3298', '94.00', '7', '10.001', '15', '77000000', '77270999', '11000000', '11999999', NULL, 1652946997),
(84820, '3220', '286.00', '3', '10.001', '15', '77000000', '77270999', '11000000', '11999999', NULL, 1652946997),
(84821, '3298', '130.00', '7', '15.001', '20', '77000000', '77270999', '11000000', '11999999', NULL, 1652946998),
(84822, '3220', '396.00', '3', '15.001', '20', '77000000', '77270999', '11000000', '11999999', NULL, 1652946999),
(84823, '3298', '166.00', '7', '20.001', '25', '77000000', '77270999', '11000000', '11999999', NULL, 1652947001),
(84824, '3220', '505.00', '3', '20.001', '25', '77000000', '77270999', '11000000', '11999999', NULL, 1652947001),
(84825, '3298', '202.00', '7', '25.001', '30', '77000000', '77270999', '11000000', '11999999', NULL, 1652947002),
(84826, '3220', '615.00', '3', '25.001', '30', '77000000', '77270999', '11000000', '11999999', NULL, 1652947004),
(84827, '3298', '38.00', '7', '0.3', '5', '77000000', '77270999', '12000000', '19999999', NULL, 1652947006),
(84828, '3220', '113.00', '3', '0.3', '5', '77000000', '77270999', '12000000', '19999999', NULL, 1652947010),
(84829, '3298', '58.00', '7', '5.001', '10', '77000000', '77270999', '12000000', '19999999', NULL, 1652947010),
(84830, '3220', '176.00', '3', '5.001', '10', '77000000', '77270999', '12000000', '19999999', NULL, 1652947011),
(84831, '3298', '94.00', '7', '10.001', '15', '77000000', '77270999', '12000000', '19999999', NULL, 1652947011),
(84832, '3220', '286.00', '3', '10.001', '15', '77000000', '77270999', '12000000', '19999999', NULL, 1652947014),
(84833, '3298', '130.00', '7', '15.001', '20', '77000000', '77270999', '12000000', '19999999', NULL, 1652947015),
(84834, '3220', '396.00', '3', '15.001', '20', '77000000', '77270999', '12000000', '19999999', NULL, 1652947016),
(84835, '3298', '166.00', '7', '20.001', '25', '77000000', '77270999', '12000000', '19999999', NULL, 1652947016),
(84836, '3220', '505.00', '3', '20.001', '25', '77000000', '77270999', '12000000', '19999999', NULL, 1652947018),
(84837, '3298', '202.00', '7', '25.001', '30', '77000000', '77270999', '12000000', '19999999', NULL, 1652947020),
(84838, '3220', '615.00', '3', '25.001', '30', '77000000', '77270999', '12000000', '19999999', NULL, 1652947021),
(84839, '3298', '70.00', '10', '0.3', '5', '77000000', '77270999', '26601000', '28999999', NULL, 1652947051),
(84840, '3220', '157.00', '6', '0.3', '5', '77000000', '77270999', '26601000', '28999999', NULL, 1652947053),
(84841, '3298', '106.00', '10', '5.001', '10', '77000000', '77270999', '26601000', '28999999', NULL, 1652947055),
(84842, '3220', '226.00', '6', '5.001', '10', '77000000', '77270999', '26601000', '28999999', NULL, 1652947056),
(84843, '3298', '172.00', '10', '10.001', '15', '77000000', '77270999', '26601000', '28999999', NULL, 1652947059),
(84844, '3220', '367.00', '6', '10.001', '15', '77000000', '77270999', '26601000', '28999999', NULL, 1652947061),
(84845, '3298', '239.00', '10', '15.001', '20', '77000000', '77270999', '26601000', '28999999', NULL, 1652947061),
(84846, '3220', '508.00', '6', '15.001', '20', '77000000', '77270999', '26601000', '28999999', NULL, 1652947063),
(84847, '3298', '305.00', '10', '20.001', '25', '77000000', '77270999', '26601000', '28999999', NULL, 1652947063),
(84848, '3220', '649.00', '6', '20.001', '25', '77000000', '77270999', '26601000', '28999999', NULL, 1652947065),
(84849, '3298', '371.00', '10', '25.001', '30', '77000000', '77270999', '26601000', '28999999', NULL, 1652947066),
(84850, '3220', '789.00', '6', '25.001', '30', '77000000', '77270999', '26601000', '28999999', NULL, 1652947067),
(84851, '3298', '45.00', '6', '0.3', '5', '77000000', '77270999', '29000000', '29099999', NULL, 1652947070),
(84852, '3220', '137.00', '2', '0.3', '5', '77000000', '77270999', '29000000', '29099999', NULL, 1652947072),
(84853, '3298', '71.00', '6', '5.001', '10', '77000000', '77270999', '29000000', '29099999', NULL, 1652947074),
(84854, '3220', '214.00', '2', '5.001', '10', '77000000', '77270999', '29000000', '29099999', NULL, 1652947074),
(84855, '3298', '116.00', '6', '10.001', '15', '77000000', '77270999', '29000000', '29099999', NULL, 1652947076),
(84856, '3220', '346.00', '2', '10.001', '15', '77000000', '77270999', '29000000', '29099999', NULL, 1652947079),
(84857, '3298', '160.00', '6', '15.001', '20', '77000000', '77270999', '29000000', '29099999', NULL, 1652947080),
(84858, '3220', '479.00', '2', '15.001', '20', '77000000', '77270999', '29000000', '29099999', NULL, 1652947081),
(84859, '3298', '205.00', '6', '20.001', '25', '77000000', '77270999', '29000000', '29099999', NULL, 1652947082),
(84860, '3220', '612.00', '2', '20.001', '25', '77000000', '77270999', '29000000', '29099999', NULL, 1652947083),
(84861, '3298', '249.00', '6', '25.001', '30', '77000000', '77270999', '29000000', '29099999', NULL, 1652947084),
(84862, '3220', '744.00', '2', '25.001', '30', '77000000', '77270999', '29000000', '29099999', NULL, 1652947085),
(84863, '3298', '90.00', '9', '0.3', '5', '77000000', '77270999', '29100000', '29999999', NULL, 1652947088),
(84864, '3220', '183.00', '6', '0.3', '5', '77000000', '77270999', '29100000', '29999999', NULL, 1652947090),
(84865, '3298', '133.00', '9', '5.001', '10', '77000000', '77270999', '29100000', '29999999', NULL, 1652947092),
(84866, '3220', '266.00', '6', '5.001', '10', '77000000', '77270999', '29100000', '29999999', NULL, 1652947094),
(84867, '3298', '215.00', '9', '10.001', '15', '77000000', '77270999', '29100000', '29999999', NULL, 1652947094),
(84868, '3220', '430.00', '6', '10.001', '15', '77000000', '77270999', '29100000', '29999999', NULL, 1652947099),
(84869, '3298', '298.00', '9', '15.001', '20', '77000000', '77270999', '29100000', '29999999', NULL, 1652947100),
(84870, '3220', '595.00', '6', '15.001', '20', '77000000', '77270999', '29100000', '29999999', NULL, 1652947102),
(84871, '3298', '380.00', '9', '20.001', '25', '77000000', '77270999', '29100000', '29999999', NULL, 1652947103),
(84872, '3220', '760.00', '6', '20.001', '25', '77000000', '77270999', '29100000', '29999999', NULL, 1652947104),
(84873, '3298', '463.00', '9', '25.001', '30', '77000000', '77270999', '29100000', '29999999', NULL, 1652947105),
(84874, '3220', '925.00', '6', '25.001', '30', '77000000', '77270999', '29100000', '29999999', NULL, 1652947106),
(84875, '3298', '38.00', '6', '0.3', '5', '77000000', '77270999', '30000000', '31999999', NULL, 1652947107),
(84876, '3220', '113.00', '2', '0.3', '5', '77000000', '77270999', '30000000', '31999999', NULL, 1652947111),
(84877, '3298', '58.00', '6', '5.001', '10', '77000000', '77270999', '30000000', '31999999', NULL, 1652947112),
(84878, '3220', '176.00', '2', '5.001', '10', '77000000', '77270999', '30000000', '31999999', NULL, 1652947113),
(84879, '3298', '94.00', '6', '10.001', '15', '77000000', '77270999', '30000000', '31999999', NULL, 1652947114),
(84880, '3220', '286.00', '2', '10.001', '15', '77000000', '77270999', '30000000', '31999999', NULL, 1652947115),
(84881, '3298', '130.00', '6', '15.001', '20', '77000000', '77270999', '30000000', '31999999', NULL, 1652947116),
(84882, '3220', '396.00', '2', '15.001', '20', '77000000', '77270999', '30000000', '31999999', NULL, 1652947116),
(84883, '3298', '166.00', '6', '20.001', '25', '77000000', '77270999', '30000000', '31999999', NULL, 1652947118),
(84884, '3220', '505.00', '2', '20.001', '25', '77000000', '77270999', '30000000', '31999999', NULL, 1652947119),
(84885, '3298', '202.00', '6', '25.001', '30', '77000000', '77270999', '30000000', '31999999', NULL, 1652947120),
(84886, '3220', '615.00', '2', '25.001', '30', '77000000', '77270999', '30000000', '31999999', NULL, 1652947121),
(84887, '3298', '38.00', '6', '0.3', '5', '77000000', '77270999', '30000000', '34999999', NULL, 1652947121),
(84888, '3220', '113.00', '2', '0.3', '5', '77000000', '77270999', '30000000', '34999999', NULL, 1652947123),
(84889, '3298', '58.00', '6', '5.001', '10', '77000000', '77270999', '30000000', '34999999', NULL, 1652947123),
(84890, '3220', '176.00', '2', '5.001', '10', '77000000', '77270999', '30000000', '34999999', NULL, 1652947125),
(84891, '3298', '94.00', '6', '10.001', '15', '77000000', '77270999', '30000000', '34999999', NULL, 1652947126),
(84892, '3220', '286.00', '2', '10.001', '15', '77000000', '77270999', '30000000', '34999999', NULL, 1652947127),
(84893, '3298', '130.00', '6', '15.001', '20', '77000000', '77270999', '30000000', '34999999', NULL, 1652947127),
(84894, '3220', '396.00', '2', '15.001', '20', '77000000', '77270999', '30000000', '34999999', NULL, 1652947129),
(84895, '3298', '166.00', '6', '20.001', '25', '77000000', '77270999', '30000000', '34999999', NULL, 1652947131),
(84896, '3220', '505.00', '2', '20.001', '25', '77000000', '77270999', '30000000', '34999999', NULL, 1652947132),
(84897, '3298', '202.00', '6', '25.001', '30', '77000000', '77270999', '30000000', '34999999', NULL, 1652947135),
(84898, '3220', '615.00', '2', '25.001', '30', '77000000', '77270999', '30000000', '34999999', NULL, 1652947139),
(84899, '3298', '70.00', '10', '0.3', '5', '77000000', '77270999', '35000000', '39999999', NULL, 1652947140),
(84900, '3220', '157.00', '5', '0.3', '5', '77000000', '77270999', '35000000', '39999999', NULL, 1652947141),
(84901, '3298', '106.00', '10', '5.001', '10', '77000000', '77270999', '35000000', '39999999', NULL, 1652947142),
(84902, '3220', '226.00', '5', '5.001', '10', '77000000', '77270999', '35000000', '39999999', NULL, 1652947143),
(84903, '3298', '172.00', '10', '10.001', '15', '77000000', '77270999', '35000000', '39999999', NULL, 1652947145),
(84904, '3220', '367.00', '5', '10.001', '15', '77000000', '77270999', '35000000', '39999999', NULL, 1652947148),
(84905, '3298', '239.00', '10', '15.001', '20', '77000000', '77270999', '35000000', '39999999', NULL, 1652947150),
(84906, '3220', '508.00', '5', '15.001', '20', '77000000', '77270999', '35000000', '39999999', NULL, 1652947150),
(84907, '3298', '305.00', '10', '20.001', '25', '77000000', '77270999', '35000000', '39999999', NULL, 1652947153),
(84908, '3220', '649.00', '5', '20.001', '25', '77000000', '77270999', '35000000', '39999999', NULL, 1652947154),
(84909, '3298', '371.00', '10', '25.001', '30', '77000000', '77270999', '35000000', '39999999', NULL, 1652947154),
(84910, '3220', '789.00', '5', '25.001', '30', '77000000', '77270999', '35000000', '39999999', NULL, 1652947155),
(84911, '3298', '45.00', '6', '0.3', '5', '77000000', '77270999', '40000000', '41999999', NULL, 1652947156),
(84912, '3220', '137.00', '2', '0.3', '5', '77000000', '77270999', '40000000', '41999999', NULL, 1652947157),
(84913, '3298', '71.00', '6', '5.001', '10', '77000000', '77270999', '40000000', '41999999', NULL, 1652947159),
(84914, '3220', '214.00', '2', '5.001', '10', '77000000', '77270999', '40000000', '41999999', NULL, 1652947160),
(84915, '3298', '116.00', '6', '10.001', '15', '77000000', '77270999', '40000000', '41999999', NULL, 1652947163),
(84916, '3220', '346.00', '2', '10.001', '15', '77000000', '77270999', '40000000', '41999999', NULL, 1652947166),
(84917, '3298', '160.00', '6', '15.001', '20', '77000000', '77270999', '40000000', '41999999', NULL, 1652947166),
(84918, '3220', '479.00', '2', '15.001', '20', '77000000', '77270999', '40000000', '41999999', NULL, 1652947167),
(84919, '3298', '205.00', '6', '20.001', '25', '77000000', '77270999', '40000000', '41999999', NULL, 1652947168),
(84920, '3220', '612.00', '2', '20.001', '25', '77000000', '77270999', '40000000', '41999999', NULL, 1652947169),
(84921, '3298', '249.00', '6', '25.001', '30', '77000000', '77270999', '40000000', '41999999', NULL, 1652947170),
(84922, '3220', '744.00', '2', '25.001', '30', '77000000', '77270999', '40000000', '41999999', NULL, 1652947170),
(84923, '3298', '45.00', '6', '0.3', '5', '77000000', '77270999', '40000000', '44470999', NULL, 1652947171),
(84924, '3220', '137.00', '2', '0.3', '5', '77000000', '77270999', '40000000', '44470999', NULL, 1652947172),
(84925, '3298', '71.00', '6', '5.001', '10', '77000000', '77270999', '40000000', '44470999', NULL, 1652947175),
(84926, '3220', '214.00', '2', '5.001', '10', '77000000', '77270999', '40000000', '44470999', NULL, 1652947176),
(84927, '3298', '116.00', '6', '10.001', '15', '77000000', '77270999', '40000000', '44470999', NULL, 1652947178),
(84928, '3220', '346.00', '2', '10.001', '15', '77000000', '77270999', '40000000', '44470999', NULL, 1652947179),
(84929, '3298', '160.00', '6', '15.001', '20', '77000000', '77270999', '40000000', '44470999', NULL, 1652947181),
(84930, '3220', '479.00', '2', '15.001', '20', '77000000', '77270999', '40000000', '44470999', NULL, 1652947183),
(84931, '3298', '205.00', '6', '20.001', '25', '77000000', '77270999', '40000000', '44470999', NULL, 1652947186),
(84932, '3220', '612.00', '2', '20.001', '25', '77000000', '77270999', '40000000', '44470999', NULL, 1652947188),
(84933, '3298', '249.00', '6', '25.001', '30', '77000000', '77270999', '40000000', '44470999', NULL, 1652947191),
(84934, '3220', '744.00', '2', '25.001', '30', '77000000', '77270999', '40000000', '44470999', NULL, 1652947196),
(84935, '3298', '78.00', '7', '0.3', '5', '77000000', '77270999', '44471000', '48999999', NULL, 1652947198),
(84936, '3220', '154.00', '3', '0.3', '5', '77000000', '77270999', '44471000', '48999999', NULL, 1652947203),
(84937, '3298', '114.00', '7', '5.001', '10', '77000000', '77270999', '44471000', '48999999', NULL, 1652947204),
(84938, '3220', '223.00', '3', '5.001', '10', '77000000', '77270999', '44471000', '48999999', NULL, 1652947207),
(84939, '3298', '185.00', '7', '10.001', '15', '77000000', '77270999', '44471000', '48999999', NULL, 1652947209),
(84940, '3220', '361.00', '3', '10.001', '15', '77000000', '77270999', '44471000', '48999999', NULL, 1652947212),
(84941, '3298', '256.00', '7', '15.001', '20', '77000000', '77270999', '44471000', '48999999', NULL, 1652947215),
(84942, '3220', '500.00', '3', '15.001', '20', '77000000', '77270999', '44471000', '48999999', NULL, 1652947217),
(84943, '3298', '327.00', '7', '20.001', '25', '77000000', '77270999', '44471000', '48999999', NULL, 1652947219),
(84944, '3220', '638.00', '3', '20.001', '25', '77000000', '77270999', '44471000', '48999999', NULL, 1652947225),
(84945, '3298', '398.00', '7', '25.001', '30', '77000000', '77270999', '44471000', '48999999', NULL, 1652947227),
(84946, '3220', '777.00', '3', '25.001', '30', '77000000', '77270999', '44471000', '48999999', NULL, 1652947228),
(84947, '3298', '45.00', '8', '0.3', '5', '77000000', '77270999', '49000000', '49099999', NULL, 1652947229),
(84948, '3220', '137.00', '3', '0.3', '5', '77000000', '77270999', '49000000', '49099999', NULL, 1652947230),
(84949, '3298', '71.00', '8', '5.001', '10', '77000000', '77270999', '49000000', '49099999', NULL, 1652947236),
(84950, '3220', '214.00', '3', '5.001', '10', '77000000', '77270999', '49000000', '49099999', NULL, 1652947237),
(84951, '3298', '116.00', '8', '10.001', '15', '77000000', '77270999', '49000000', '49099999', NULL, 1652947238),
(84952, '3220', '346.00', '3', '10.001', '15', '77000000', '77270999', '49000000', '49099999', NULL, 1652947239),
(84953, '3298', '160.00', '8', '15.001', '20', '77000000', '77270999', '49000000', '49099999', NULL, 1652947242),
(84954, '3220', '479.00', '3', '15.001', '20', '77000000', '77270999', '49000000', '49099999', NULL, 1652947244),
(84955, '3298', '205.00', '8', '20.001', '25', '77000000', '77270999', '49000000', '49099999', NULL, 1652947244),
(84956, '3220', '612.00', '3', '20.001', '25', '77000000', '77270999', '49000000', '49099999', NULL, 1652947245),
(84957, '3298', '249.00', '8', '25.001', '30', '77000000', '77270999', '49000000', '49099999', NULL, 1652947248),
(84958, '3220', '744.00', '3', '25.001', '30', '77000000', '77270999', '49000000', '49099999', NULL, 1652947250),
(84959, '3298', '90.00', '12', '0.3', '5', '77000000', '77270999', '49100000', '49999999', NULL, 1652947250),
(84960, '3220', '183.00', '6', '0.3', '5', '77000000', '77270999', '49100000', '49999999', NULL, 1652947253),
(84961, '3298', '133.00', '12', '5.001', '10', '77000000', '77270999', '49100000', '49999999', NULL, 1652947258),
(84962, '3220', '266.00', '6', '5.001', '10', '77000000', '77270999', '49100000', '49999999', NULL, 1652947259),
(84963, '3298', '215.00', '12', '10.001', '15', '77000000', '77270999', '49100000', '49999999', NULL, 1652947265),
(84964, '3220', '430.00', '6', '10.001', '15', '77000000', '77270999', '49100000', '49999999', NULL, 1652947267),
(84965, '3298', '298.00', '12', '15.001', '20', '77000000', '77270999', '49100000', '49999999', NULL, 1652947273),
(84966, '3220', '595.00', '6', '15.001', '20', '77000000', '77270999', '49100000', '49999999', NULL, 1652947277),
(84967, '3298', '380.00', '12', '20.001', '25', '77000000', '77270999', '49100000', '49999999', NULL, 1652947277),
(84968, '3220', '760.00', '6', '20.001', '25', '77000000', '77270999', '49100000', '49999999', NULL, 1652947281),
(84969, '3298', '463.00', '12', '25.001', '30', '77000000', '77270999', '49100000', '49999999', NULL, 1652947282),
(84970, '3220', '925.00', '6', '25.001', '30', '77000000', '77270999', '49100000', '49999999', NULL, 1652947286),
(84971, '3298', '45.00', '7', '0.3', '5', '77000000', '77270999', '50000000', '52999999', NULL, 1652947287),
(84972, '3220', '137.00', '3', '0.3', '5', '77000000', '77270999', '50000000', '52999999', NULL, 1652947288),
(84973, '3298', '71.00', '7', '5.001', '10', '77000000', '77270999', '50000000', '52999999', NULL, 1652947290),
(84974, '3220', '214.00', '3', '5.001', '10', '77000000', '77270999', '50000000', '52999999', NULL, 1652947295),
(84975, '3298', '116.00', '7', '10.001', '15', '77000000', '77270999', '50000000', '52999999', NULL, 1652947295),
(84976, '3220', '346.00', '3', '10.001', '15', '77000000', '77270999', '50000000', '52999999', NULL, 1652947300),
(84977, '3298', '160.00', '7', '15.001', '20', '77000000', '77270999', '50000000', '52999999', NULL, 1652947301),
(84978, '3220', '479.00', '3', '15.001', '20', '77000000', '77270999', '50000000', '52999999', NULL, 1652947302),
(84979, '3298', '205.00', '7', '20.001', '25', '77000000', '77270999', '50000000', '52999999', NULL, 1652947305),
(84980, '3220', '612.00', '3', '20.001', '25', '77000000', '77270999', '50000000', '52999999', NULL, 1652947309),
(84981, '3298', '249.00', '7', '25.001', '30', '77000000', '77270999', '50000000', '52999999', NULL, 1652947310),
(84982, '3220', '744.00', '3', '25.001', '30', '77000000', '77270999', '50000000', '52999999', NULL, 1652947310),
(84983, '3298', '45.00', '7', '0.3', '5', '77000000', '77270999', '50000000', '54999999', NULL, 1652947311),
(84984, '3220', '137.00', '3', '0.3', '5', '77000000', '77270999', '50000000', '54999999', NULL, 1652947312),
(84985, '3298', '71.00', '7', '5.001', '10', '77000000', '77270999', '50000000', '54999999', NULL, 1652947317),
(84986, '3220', '214.00', '3', '5.001', '10', '77000000', '77270999', '50000000', '54999999', NULL, 1652947319),
(84987, '3298', '116.00', '7', '10.001', '15', '77000000', '77270999', '50000000', '54999999', NULL, 1652947323),
(84988, '3220', '346.00', '3', '10.001', '15', '77000000', '77270999', '50000000', '54999999', NULL, 1652947328),
(84989, '3298', '160.00', '7', '15.001', '20', '77000000', '77270999', '50000000', '54999999', NULL, 1652947332),
(84990, '3220', '479.00', '3', '15.001', '20', '77000000', '77270999', '50000000', '54999999', NULL, 1652947334),
(84991, '3298', '205.00', '7', '20.001', '25', '77000000', '77270999', '50000000', '54999999', NULL, 1652947335),
(84992, '3220', '612.00', '3', '20.001', '25', '77000000', '77270999', '50000000', '54999999', NULL, 1652947336),
(84993, '3298', '249.00', '7', '25.001', '30', '77000000', '77270999', '50000000', '54999999', NULL, 1652947337),
(84994, '3220', '744.00', '3', '25.001', '30', '77000000', '77270999', '50000000', '54999999', NULL, 1652947339),
(84995, '3298', '90.00', '13', '0.3', '5', '77000000', '77270999', '55000000', '56999999', NULL, 1652947340),
(84996, '3220', '183.00', '8', '0.3', '5', '77000000', '77270999', '55000000', '56999999', NULL, 1652947342),
(84997, '3298', '133.00', '13', '5.001', '10', '77000000', '77270999', '55000000', '56999999', NULL, 1652947342),
(84998, '3220', '266.00', '8', '5.001', '10', '77000000', '77270999', '55000000', '56999999', NULL, 1652947346),
(84999, '3298', '215.00', '13', '10.001', '15', '77000000', '77270999', '55000000', '56999999', NULL, 1652947347),
(85000, '3220', '430.00', '8', '10.001', '15', '77000000', '77270999', '55000000', '56999999', NULL, 1652947349),
(85001, '3298', '298.00', '13', '15.001', '20', '77000000', '77270999', '55000000', '56999999', NULL, 1652947350),
(85002, '3220', '595.00', '8', '15.001', '20', '77000000', '77270999', '55000000', '56999999', NULL, 1652947351),
(85003, '3298', '380.00', '13', '20.001', '25', '77000000', '77270999', '55000000', '56999999', NULL, 1652947352),
(85004, '3220', '760.00', '8', '20.001', '25', '77000000', '77270999', '55000000', '56999999', NULL, 1652947352),
(85005, '3298', '463.00', '13', '25.001', '30', '77000000', '77270999', '55000000', '56999999', NULL, 1652947353),
(85006, '3220', '925.00', '8', '25.001', '30', '77000000', '77270999', '55000000', '56999999', NULL, 1652947354),
(85007, '3298', '45.00', '8', '0.3', '5', '77000000', '77270999', '57000000', '57099999', NULL, 1652947358),
(85008, '3220', '137.00', '3', '0.3', '5', '77000000', '77270999', '57000000', '57099999', NULL, 1652947359),
(85009, '3298', '71.00', '8', '5.001', '10', '77000000', '77270999', '57000000', '57099999', NULL, 1652947360),
(85010, '3220', '214.00', '3', '5.001', '10', '77000000', '77270999', '57000000', '57099999', NULL, 1652947361),
(85011, '3298', '116.00', '8', '10.001', '15', '77000000', '77270999', '57000000', '57099999', NULL, 1652947361),
(85012, '3220', '346.00', '3', '10.001', '15', '77000000', '77270999', '57000000', '57099999', NULL, 1652947362),
(85013, '3298', '160.00', '8', '15.001', '20', '77000000', '77270999', '57000000', '57099999', NULL, 1652947363),
(85014, '3220', '479.00', '3', '15.001', '20', '77000000', '77270999', '57000000', '57099999', NULL, 1652947364),
(85015, '3298', '205.00', '8', '20.001', '25', '77000000', '77270999', '57000000', '57099999', NULL, 1652947366),
(85016, '3220', '612.00', '3', '20.001', '25', '77000000', '77270999', '57000000', '57099999', NULL, 1652947367),
(85017, '3298', '249.00', '8', '25.001', '30', '77000000', '77270999', '57000000', '57099999', NULL, 1652947369),
(85018, '3220', '744.00', '3', '25.001', '30', '77000000', '77270999', '57000000', '57099999', NULL, 1652947370),
(85019, '3298', '45.00', '11', '0.3', '5', '77000000', '77270999', '57100000', '57999999', NULL, 1652947371),
(85020, '3220', '137.00', '6', '0.3', '5', '77000000', '77270999', '57100000', '57999999', NULL, 1652947372),
(85021, '3298', '71.00', '11', '5.001', '10', '77000000', '77270999', '57100000', '57999999', NULL, 1652947374),
(85022, '3220', '214.00', '6', '5.001', '10', '77000000', '77270999', '57100000', '57999999', NULL, 1652947376),
(85023, '3298', '116.00', '11', '10.001', '15', '77000000', '77270999', '57100000', '57999999', NULL, 1652947378),
(85024, '3220', '346.00', '6', '10.001', '15', '77000000', '77270999', '57100000', '57999999', NULL, 1652947379),
(85025, '3298', '160.00', '11', '15.001', '20', '77000000', '77270999', '57100000', '57999999', NULL, 1652947385),
(85026, '3220', '479.00', '6', '15.001', '20', '77000000', '77270999', '57100000', '57999999', NULL, 1652947386),
(85027, '3298', '205.00', '11', '20.001', '25', '77000000', '77270999', '57100000', '57999999', NULL, 1652947387),
(85028, '3220', '612.00', '6', '20.001', '25', '77000000', '77270999', '57100000', '57999999', NULL, 1652947389),
(85029, '3298', '249.00', '11', '25.001', '30', '77000000', '77270999', '57100000', '57999999', NULL, 1652947391),
(85030, '3220', '744.00', '6', '25.001', '30', '77000000', '77270999', '57100000', '57999999', NULL, 1652947392),
(85031, '3298', '45.00', '8', '0.3', '5', '77000000', '77270999', '58000000', '58099999', NULL, 1652947393),
(85032, '3220', '137.00', '4', '0.3', '5', '77000000', '77270999', '58000000', '58099999', NULL, 1652947394),
(85033, '3298', '71.00', '8', '5.001', '10', '77000000', '77270999', '58000000', '58099999', NULL, 1652947395),
(85034, '3220', '214.00', '4', '5.001', '10', '77000000', '77270999', '58000000', '58099999', NULL, 1652947396),
(85035, '3298', '116.00', '8', '10.001', '15', '77000000', '77270999', '58000000', '58099999', NULL, 1652947397),
(85036, '3220', '346.00', '4', '10.001', '15', '77000000', '77270999', '58000000', '58099999', NULL, 1652947403),
(85037, '3298', '160.00', '8', '15.001', '20', '77000000', '77270999', '58000000', '58099999', NULL, 1652947404),
(85038, '3220', '479.00', '4', '15.001', '20', '77000000', '77270999', '58000000', '58099999', NULL, 1652947409),
(85039, '3298', '205.00', '8', '20.001', '25', '77000000', '77270999', '58000000', '58099999', NULL, 1652947412),
(85040, '3220', '612.00', '4', '20.001', '25', '77000000', '77270999', '58000000', '58099999', NULL, 1652947412),
(85041, '3298', '249.00', '8', '25.001', '30', '77000000', '77270999', '58000000', '58099999', NULL, 1652947413),
(85042, '3220', '744.00', '4', '25.001', '30', '77000000', '77270999', '58000000', '58099999', NULL, 1652947413),
(85043, '3298', '90.00', '14', '0.3', '5', '77000000', '77270999', '58100000', '58999999', NULL, 1652947414),
(85044, '3220', '183.00', '9', '0.3', '5', '77000000', '77270999', '58100000', '58999999', NULL, 1652947414),
(85045, '3298', '133.00', '14', '5.001', '10', '77000000', '77270999', '58100000', '58999999', NULL, 1652947416),
(85046, '3220', '266.00', '9', '5.001', '10', '77000000', '77270999', '58100000', '58999999', NULL, 1652947416),
(85047, '3298', '215.00', '14', '10.001', '15', '77000000', '77270999', '58100000', '58999999', NULL, 1652947418),
(85048, '3220', '430.00', '9', '10.001', '15', '77000000', '77270999', '58100000', '58999999', NULL, 1652947418),
(85049, '3298', '298.00', '14', '15.001', '20', '77000000', '77270999', '58100000', '58999999', NULL, 1652947419),
(85050, '3220', '595.00', '9', '15.001', '20', '77000000', '77270999', '58100000', '58999999', NULL, 1652947420),
(85051, '3298', '380.00', '14', '20.001', '25', '77000000', '77270999', '58100000', '58999999', NULL, 1652947420),
(85052, '3220', '760.00', '9', '20.001', '25', '77000000', '77270999', '58100000', '58999999', NULL, 1652947426),
(85053, '3298', '463.00', '14', '25.001', '30', '77000000', '77270999', '58100000', '58999999', NULL, 1652947426),
(85054, '3220', '925.00', '9', '25.001', '30', '77000000', '77270999', '58100000', '58999999', NULL, 1652947428),
(85055, '3298', '45.00', '8', '0.3', '5', '77000000', '77270999', '59000000', '59099999', NULL, 1652947428),
(85056, '3220', '137.00', '3', '0.3', '5', '77000000', '77270999', '59000000', '59099999', NULL, 1652947429),
(85057, '3298', '71.00', '8', '5.001', '10', '77000000', '77270999', '59000000', '59099999', NULL, 1652947430),
(85058, '3220', '214.00', '3', '5.001', '10', '77000000', '77270999', '59000000', '59099999', NULL, 1652947431),
(85059, '3298', '116.00', '8', '10.001', '15', '77000000', '77270999', '59000000', '59099999', NULL, 1652947433),
(85060, '3220', '346.00', '3', '10.001', '15', '77000000', '77270999', '59000000', '59099999', NULL, 1652947434),
(85061, '3298', '160.00', '8', '15.001', '20', '77000000', '77270999', '59000000', '59099999', NULL, 1652947436),
(85062, '3220', '479.00', '3', '15.001', '20', '77000000', '77270999', '59000000', '59099999', NULL, 1652947438),
(85063, '3298', '205.00', '8', '20.001', '25', '77000000', '77270999', '59000000', '59099999', NULL, 1652947442),
(85064, '3220', '612.00', '3', '20.001', '25', '77000000', '77270999', '59000000', '59099999', NULL, 1652947443),
(85065, '3298', '249.00', '8', '25.001', '30', '77000000', '77270999', '59000000', '59099999', NULL, 1652947446),
(85066, '3220', '744.00', '3', '25.001', '30', '77000000', '77270999', '59000000', '59099999', NULL, 1652947447),
(85067, '3298', '45.00', '8', '0.3', '5', '77000000', '77270999', '59100000', '59999999', NULL, 1652947448),
(85068, '3220', '137.00', '3', '0.3', '5', '77000000', '77270999', '59100000', '59999999', NULL, 1652947450),
(85069, '3298', '71.00', '8', '5.001', '10', '77000000', '77270999', '59100000', '59999999', NULL, 1652947450),
(85070, '3220', '214.00', '3', '5.001', '10', '77000000', '77270999', '59100000', '59999999', NULL, 1652947451),
(85071, '3298', '116.00', '8', '10.001', '15', '77000000', '77270999', '59100000', '59999999', NULL, 1652947452),
(85072, '3220', '346.00', '3', '10.001', '15', '77000000', '77270999', '59100000', '59999999', NULL, 1652947453),
(85073, '3298', '160.00', '8', '15.001', '20', '77000000', '77270999', '59100000', '59999999', NULL, 1652947455),
(85074, '3220', '479.00', '3', '15.001', '20', '77000000', '77270999', '59100000', '59999999', NULL, 1652947455),
(85075, '3298', '205.00', '8', '20.001', '25', '77000000', '77270999', '59100000', '59999999', NULL, 1652947456),
(85076, '3220', '612.00', '3', '20.001', '25', '77000000', '77270999', '59100000', '59999999', NULL, 1652947457),
(85077, '3298', '249.00', '8', '25.001', '30', '77000000', '77270999', '59100000', '59999999', NULL, 1652947459),
(85078, '3220', '744.00', '3', '25.001', '30', '77000000', '77270999', '59100000', '59999999', NULL, 1652947460),
(85079, '3298', '45.00', '8', '0.3', '5', '77000000', '77270999', '60000000', '60999999', NULL, 1652947464),
(85080, '3220', '137.00', '3', '0.3', '5', '77000000', '77270999', '60000000', '60999999', NULL, 1652947464),
(85081, '3298', '71.00', '8', '5.001', '10', '77000000', '77270999', '60000000', '60999999', NULL, 1652947465),
(85082, '3220', '214.00', '3', '5.001', '10', '77000000', '77270999', '60000000', '60999999', NULL, 1652947466),
(85083, '3298', '116.00', '8', '10.001', '15', '77000000', '77270999', '60000000', '60999999', NULL, 1652947467),
(85084, '3220', '346.00', '3', '10.001', '15', '77000000', '77270999', '60000000', '60999999', NULL, 1652947468),
(85085, '3298', '160.00', '8', '15.001', '20', '77000000', '77270999', '60000000', '60999999', NULL, 1652947469),
(85086, '3220', '479.00', '3', '15.001', '20', '77000000', '77270999', '60000000', '60999999', NULL, 1652947470),
(85087, '3298', '205.00', '8', '20.001', '25', '77000000', '77270999', '60000000', '60999999', NULL, 1652947471),
(85088, '3220', '612.00', '3', '20.001', '25', '77000000', '77270999', '60000000', '60999999', NULL, 1652947472),
(85089, '3298', '249.00', '8', '25.001', '30', '77000000', '77270999', '60000000', '60999999', NULL, 1652947474),
(85090, '3220', '744.00', '3', '25.001', '30', '77000000', '77270999', '60000000', '60999999', NULL, 1652947476),
(85091, '3298', '45.00', '8', '0.3', '5', '77000000', '77270999', '60000000', '61900999', NULL, 1652947477),
(85092, '3220', '137.00', '3', '0.3', '5', '77000000', '77270999', '60000000', '61900999', NULL, 1652947478),
(85093, '3298', '71.00', '8', '5.001', '10', '77000000', '77270999', '60000000', '61900999', NULL, 1652947479),
(85094, '3220', '214.00', '3', '5.001', '10', '77000000', '77270999', '60000000', '61900999', NULL, 1652947480),
(85095, '3298', '116.00', '8', '10.001', '15', '77000000', '77270999', '60000000', '61900999', NULL, 1652947482),
(85096, '3220', '346.00', '3', '10.001', '15', '77000000', '77270999', '60000000', '61900999', NULL, 1652947484),
(85097, '3298', '160.00', '8', '15.001', '20', '77000000', '77270999', '60000000', '61900999', NULL, 1652947484),
(85098, '3220', '479.00', '3', '15.001', '20', '77000000', '77270999', '60000000', '61900999', NULL, 1652947489),
(85099, '3298', '205.00', '8', '20.001', '25', '77000000', '77270999', '60000000', '61900999', NULL, 1652947490),
(85100, '3220', '612.00', '3', '20.001', '25', '77000000', '77270999', '60000000', '61900999', NULL, 1652947492),
(85101, '3298', '249.00', '8', '25.001', '30', '77000000', '77270999', '60000000', '61900999', NULL, 1652947494),
(85102, '3220', '744.00', '3', '25.001', '30', '77000000', '77270999', '60000000', '61900999', NULL, 1652947497),
(85103, '3298', '90.00', '13', '0.3', '5', '77000000', '77270999', '61901000', '63999999', NULL, 1652947500),
(85104, '3220', '183.00', '9', '0.3', '5', '77000000', '77270999', '61901000', '63999999', NULL, 1652947502),
(85105, '3298', '133.00', '13', '5.001', '10', '77000000', '77270999', '61901000', '63999999', NULL, 1652947503),
(85106, '3220', '266.00', '9', '5.001', '10', '77000000', '77270999', '61901000', '63999999', NULL, 1652947504),
(85107, '3298', '215.00', '13', '10.001', '15', '77000000', '77270999', '61901000', '63999999', NULL, 1652947506),
(85108, '3220', '430.00', '9', '10.001', '15', '77000000', '77270999', '61901000', '63999999', NULL, 1652947507),
(85109, '3298', '298.00', '13', '15.001', '20', '77000000', '77270999', '61901000', '63999999', NULL, 1652947511),
(85110, '3220', '595.00', '9', '15.001', '20', '77000000', '77270999', '61901000', '63999999', NULL, 1652947512),
(85111, '3298', '380.00', '13', '20.001', '25', '77000000', '77270999', '61901000', '63999999', NULL, 1652947514),
(85112, '3220', '760.00', '9', '20.001', '25', '77000000', '77270999', '61901000', '63999999', NULL, 1652947514),
(85113, '3298', '463.00', '13', '25.001', '30', '77000000', '77270999', '61901000', '63999999', NULL, 1652947518),
(85114, '3220', '925.00', '9', '25.001', '30', '77000000', '77270999', '61901000', '63999999', NULL, 1652947519),
(85115, '3298', '45.00', '9', '0.3', '5', '77000000', '77270999', '64000000', '64099999', NULL, 1652947524),
(85116, '3220', '137.00', '5', '0.3', '5', '77000000', '77270999', '64000000', '64099999', NULL, 1652947525),
(85117, '3298', '71.00', '9', '5.001', '10', '77000000', '77270999', '64000000', '64099999', NULL, 1652947526);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(85118, '3220', '214.00', '5', '5.001', '10', '77000000', '77270999', '64000000', '64099999', NULL, 1652947527),
(85119, '3298', '116.00', '9', '10.001', '15', '77000000', '77270999', '64000000', '64099999', NULL, 1652947527),
(85120, '3220', '346.00', '5', '10.001', '15', '77000000', '77270999', '64000000', '64099999', NULL, 1652947531),
(85121, '3298', '160.00', '9', '15.001', '20', '77000000', '77270999', '64000000', '64099999', NULL, 1652947532),
(85122, '3220', '479.00', '5', '15.001', '20', '77000000', '77270999', '64000000', '64099999', NULL, 1652947533),
(85123, '3298', '205.00', '9', '20.001', '25', '77000000', '77270999', '64000000', '64099999', NULL, 1652947534),
(85124, '3220', '612.00', '5', '20.001', '25', '77000000', '77270999', '64000000', '64099999', NULL, 1652947535),
(85125, '3298', '249.00', '9', '25.001', '30', '77000000', '77270999', '64000000', '64099999', NULL, 1652947536),
(85126, '3220', '744.00', '5', '25.001', '30', '77000000', '77270999', '64000000', '64099999', NULL, 1652947541),
(85127, '3298', '90.00', '12', '0.3', '5', '77000000', '77270999', '64100000', '64999999', NULL, 1652947545),
(85128, '3220', '183.00', '10', '0.3', '5', '77000000', '77270999', '64100000', '64999999', NULL, 1652947546),
(85129, '3298', '133.00', '12', '5.001', '10', '77000000', '77270999', '64100000', '64999999', NULL, 1652947548),
(85130, '3220', '266.00', '10', '5.001', '10', '77000000', '77270999', '64100000', '64999999', NULL, 1652947551),
(85131, '3298', '215.00', '12', '10.001', '15', '77000000', '77270999', '64100000', '64999999', NULL, 1652947555),
(85132, '3220', '430.00', '10', '10.001', '15', '77000000', '77270999', '64100000', '64999999', NULL, 1652947557),
(85133, '3298', '298.00', '12', '15.001', '20', '77000000', '77270999', '64100000', '64999999', NULL, 1652947558),
(85134, '3220', '595.00', '10', '15.001', '20', '77000000', '77270999', '64100000', '64999999', NULL, 1652947559),
(85135, '3298', '380.00', '12', '20.001', '25', '77000000', '77270999', '64100000', '64999999', NULL, 1652947560),
(85136, '3220', '760.00', '10', '20.001', '25', '77000000', '77270999', '64100000', '64999999', NULL, 1652947562),
(85137, '3298', '463.00', '12', '25.001', '30', '77000000', '77270999', '64100000', '64999999', NULL, 1652947566),
(85138, '3220', '925.00', '10', '25.001', '30', '77000000', '77270999', '64100000', '64999999', NULL, 1652947568),
(85139, '3298', '45.00', '10', '0.3', '5', '77000000', '77270999', '65000000', '65099999', NULL, 1652947570),
(85140, '3220', '137.00', '6', '0.3', '5', '77000000', '77270999', '65000000', '65099999', NULL, 1652947571),
(85141, '3298', '71.00', '10', '5.001', '10', '77000000', '77270999', '65000000', '65099999', NULL, 1652947575),
(85142, '3220', '214.00', '6', '5.001', '10', '77000000', '77270999', '65000000', '65099999', NULL, 1652947578),
(85143, '3298', '116.00', '10', '10.001', '15', '77000000', '77270999', '65000000', '65099999', NULL, 1652947579),
(85144, '3220', '346.00', '6', '10.001', '15', '77000000', '77270999', '65000000', '65099999', NULL, 1652947580),
(85145, '3298', '160.00', '10', '15.001', '20', '77000000', '77270999', '65000000', '65099999', NULL, 1652947581),
(85146, '3220', '479.00', '6', '15.001', '20', '77000000', '77270999', '65000000', '65099999', NULL, 1652947582),
(85147, '3298', '205.00', '10', '20.001', '25', '77000000', '77270999', '65000000', '65099999', NULL, 1652947582),
(85148, '3220', '612.00', '6', '20.001', '25', '77000000', '77270999', '65000000', '65099999', NULL, 1652947583),
(85149, '3298', '249.00', '10', '25.001', '30', '77000000', '77270999', '65000000', '65099999', NULL, 1652947587),
(85150, '3220', '744.00', '6', '25.001', '30', '77000000', '77270999', '65000000', '65099999', NULL, 1652947589),
(85151, '3298', '90.00', '14', '0.3', '5', '77000000', '77270999', '65100000', '65999999', NULL, 1652947590),
(85152, '3220', '183.00', '12', '0.3', '5', '77000000', '77270999', '65100000', '65999999', NULL, 1652947593),
(85153, '3298', '133.00', '14', '5.001', '10', '77000000', '77270999', '65100000', '65999999', NULL, 1652947595),
(85154, '3220', '266.00', '12', '5.001', '10', '77000000', '77270999', '65100000', '65999999', NULL, 1652947596),
(85155, '3298', '215.00', '14', '10.001', '15', '77000000', '77270999', '65100000', '65999999', NULL, 1652947600),
(85156, '3220', '430.00', '12', '10.001', '15', '77000000', '77270999', '65100000', '65999999', NULL, 1652947601),
(85157, '3298', '298.00', '14', '15.001', '20', '77000000', '77270999', '65100000', '65999999', NULL, 1652947603),
(85158, '3220', '595.00', '12', '15.001', '20', '77000000', '77270999', '65100000', '65999999', NULL, 1652947605),
(85159, '3298', '380.00', '14', '20.001', '25', '77000000', '77270999', '65100000', '65999999', NULL, 1652947609),
(85160, '3220', '760.00', '12', '20.001', '25', '77000000', '77270999', '65100000', '65999999', NULL, 1652947610),
(85161, '3298', '463.00', '14', '25.001', '30', '77000000', '77270999', '65100000', '65999999', NULL, 1652947612),
(85162, '3220', '925.00', '12', '25.001', '30', '77000000', '77270999', '65100000', '65999999', NULL, 1652947613),
(85163, '3298', '34.00', '9', '0.3', '5', '77000000', '77270999', '66000000', '66999999', NULL, 1652947614),
(85164, '3220', '80.00', '5', '0.3', '5', '77000000', '77270999', '66000000', '66999999', NULL, 1652947615),
(85165, '3298', '50.00', '9', '5.001', '10', '77000000', '77270999', '66000000', '66999999', NULL, 1652947617),
(85166, '3220', '125.00', '5', '5.001', '10', '77000000', '77270999', '66000000', '66999999', NULL, 1652947619),
(85167, '3298', '82.00', '9', '10.001', '15', '77000000', '77270999', '66000000', '66999999', NULL, 1652947620),
(85168, '3220', '203.00', '5', '10.001', '15', '77000000', '77270999', '66000000', '66999999', NULL, 1652947622),
(85169, '3298', '113.00', '9', '15.001', '20', '77000000', '77270999', '66000000', '66999999', NULL, 1652947623),
(85170, '3220', '281.00', '5', '15.001', '20', '77000000', '77270999', '66000000', '66999999', NULL, 1652947624),
(85171, '3298', '145.00', '9', '20.001', '25', '77000000', '77270999', '66000000', '66999999', NULL, 1652947625),
(85172, '3220', '359.00', '5', '20.001', '25', '77000000', '77270999', '66000000', '66999999', NULL, 1652947626),
(85173, '3298', '176.00', '9', '25.001', '30', '77000000', '77270999', '66000000', '66999999', NULL, 1652947629),
(85174, '3220', '437.00', '5', '25.001', '30', '77000000', '77270999', '66000000', '66999999', NULL, 1652947632),
(85175, '3298', '34.00', '9', '0.3', '5', '77000000', '77270999', '66000000', '67999999', NULL, 1652947635),
(85176, '3220', '80.00', '5', '0.3', '5', '77000000', '77270999', '66000000', '67999999', NULL, 1652947639),
(85177, '3298', '50.00', '9', '5.001', '10', '77000000', '77270999', '66000000', '67999999', NULL, 1652947641),
(85178, '3220', '125.00', '5', '5.001', '10', '77000000', '77270999', '66000000', '67999999', NULL, 1652947643),
(85179, '3298', '82.00', '9', '10.001', '15', '77000000', '77270999', '66000000', '67999999', NULL, 1652947644),
(85180, '3220', '203.00', '5', '10.001', '15', '77000000', '77270999', '66000000', '67999999', NULL, 1652947645),
(85181, '3298', '113.00', '9', '15.001', '20', '77000000', '77270999', '66000000', '67999999', NULL, 1652947646),
(85182, '3220', '281.00', '5', '15.001', '20', '77000000', '77270999', '66000000', '67999999', NULL, 1652947648),
(85183, '3298', '145.00', '9', '20.001', '25', '77000000', '77270999', '66000000', '67999999', NULL, 1652947649),
(85184, '3220', '359.00', '5', '20.001', '25', '77000000', '77270999', '66000000', '67999999', NULL, 1652947649),
(85185, '3298', '176.00', '9', '25.001', '30', '77000000', '77270999', '66000000', '67999999', NULL, 1652947653),
(85186, '3220', '437.00', '5', '25.001', '30', '77000000', '77270999', '66000000', '67999999', NULL, 1652947655),
(85187, '3298', '50.00', '12', '0.3', '5', '77000000', '77270999', '68000000', '68899999', NULL, 1652947658),
(85188, '3220', '124.00', '10', '0.3', '5', '77000000', '77270999', '68000000', '68899999', NULL, 1652947662),
(85189, '3298', '83.00', '12', '5.001', '10', '77000000', '77270999', '68000000', '68899999', NULL, 1652947664),
(85190, '3220', '175.00', '10', '5.001', '10', '77000000', '77270999', '68000000', '68899999', NULL, 1652947665),
(85191, '3298', '135.00', '12', '10.001', '15', '77000000', '77270999', '68000000', '68899999', NULL, 1652947666),
(85192, '3220', '283.00', '10', '10.001', '15', '77000000', '77270999', '68000000', '68899999', NULL, 1652947667),
(85193, '3298', '186.00', '12', '15.001', '20', '77000000', '77270999', '68000000', '68899999', NULL, 1652947668),
(85194, '3220', '392.00', '10', '15.001', '20', '77000000', '77270999', '68000000', '68899999', NULL, 1652947669),
(85195, '3298', '238.00', '12', '20.001', '25', '77000000', '77270999', '68000000', '68899999', NULL, 1652947670),
(85196, '3220', '500.00', '10', '20.001', '25', '77000000', '77270999', '68000000', '68899999', NULL, 1652947671),
(85197, '3298', '290.00', '12', '25.001', '30', '77000000', '77270999', '68000000', '68899999', NULL, 1652947672),
(85198, '3220', '609.00', '10', '25.001', '30', '77000000', '77270999', '68000000', '68899999', NULL, 1652947674),
(85199, '3298', '38.00', '20', '0.3', '5', '77000000', '77270999', '68900000', '68914999', NULL, 1652947675),
(85200, '3220', '113.00', '12', '0.3', '5', '77000000', '77270999', '68900000', '68914999', NULL, 1652947676),
(85201, '3298', '58.00', '20', '5.001', '10', '77000000', '77270999', '68900000', '68914999', NULL, 1652947680),
(85202, '3220', '176.00', '12', '5.001', '10', '77000000', '77270999', '68900000', '68914999', NULL, 1652947681),
(85203, '3298', '94.00', '20', '10.001', '15', '77000000', '77270999', '68900000', '68914999', NULL, 1652947682),
(85204, '3220', '286.00', '12', '10.001', '15', '77000000', '77270999', '68900000', '68914999', NULL, 1652947688),
(85205, '3298', '130.00', '20', '15.001', '20', '77000000', '77270999', '68900000', '68914999', NULL, 1652947692),
(85206, '3220', '396.00', '12', '15.001', '20', '77000000', '77270999', '68900000', '68914999', NULL, 1652947695),
(85207, '3298', '166.00', '20', '20.001', '25', '77000000', '77270999', '68900000', '68914999', NULL, 1652947696),
(85208, '3220', '505.00', '12', '20.001', '25', '77000000', '77270999', '68900000', '68914999', NULL, 1652947696),
(85209, '3298', '202.00', '20', '25.001', '30', '77000000', '77270999', '68900000', '68914999', NULL, 1652947699),
(85210, '3220', '615.00', '12', '25.001', '30', '77000000', '77270999', '68900000', '68914999', NULL, 1652947700),
(85211, '3298', '70.00', '22', '0.3', '5', '77000000', '77270999', '68915000', '68999999', NULL, 1652947701),
(85212, '3220', '157.00', '15', '0.3', '5', '77000000', '77270999', '68915000', '68999999', NULL, 1652947704),
(85213, '3298', '106.00', '22', '5.001', '10', '77000000', '77270999', '68915000', '68999999', NULL, 1652947705),
(85214, '3220', '226.00', '15', '5.001', '10', '77000000', '77270999', '68915000', '68999999', NULL, 1652947706),
(85215, '3298', '172.00', '22', '10.001', '15', '77000000', '77270999', '68915000', '68999999', NULL, 1652947710),
(85216, '3220', '367.00', '15', '10.001', '15', '77000000', '77270999', '68915000', '68999999', NULL, 1652947715),
(85217, '3298', '239.00', '22', '15.001', '20', '77000000', '77270999', '68915000', '68999999', NULL, 1652947715),
(85218, '3220', '508.00', '15', '15.001', '20', '77000000', '77270999', '68915000', '68999999', NULL, 1652947716),
(85219, '3298', '305.00', '22', '20.001', '25', '77000000', '77270999', '68915000', '68999999', NULL, 1652947721),
(85220, '3220', '649.00', '15', '20.001', '25', '77000000', '77270999', '68915000', '68999999', NULL, 1652947725),
(85221, '3298', '371.00', '22', '25.001', '30', '77000000', '77270999', '68915000', '68999999', NULL, 1652947728),
(85222, '3220', '789.00', '15', '25.001', '30', '77000000', '77270999', '68915000', '68999999', NULL, 1652947729),
(85223, '3298', '45.00', '21', '0.3', '5', '77000000', '77270999', '69000000', '69099999', NULL, 1652947732),
(85224, '3220', '137.00', '3', '0.3', '5', '77000000', '77270999', '69000000', '69099999', NULL, 1652947736),
(85225, '3298', '71.00', '21', '5.001', '10', '77000000', '77270999', '69000000', '69099999', NULL, 1652947737),
(85226, '3220', '214.00', '3', '5.001', '10', '77000000', '77270999', '69000000', '69099999', NULL, 1652947738),
(85227, '3298', '116.00', '21', '10.001', '15', '77000000', '77270999', '69000000', '69099999', NULL, 1652947739),
(85228, '3220', '346.00', '3', '10.001', '15', '77000000', '77270999', '69000000', '69099999', NULL, 1652947740),
(85229, '3298', '160.00', '21', '15.001', '20', '77000000', '77270999', '69000000', '69099999', NULL, 1652947744),
(85230, '3220', '479.00', '3', '15.001', '20', '77000000', '77270999', '69000000', '69099999', NULL, 1652947749),
(85231, '3298', '205.00', '21', '20.001', '25', '77000000', '77270999', '69000000', '69099999', NULL, 1652947750),
(85232, '3220', '612.00', '3', '20.001', '25', '77000000', '77270999', '69000000', '69099999', NULL, 1652947752),
(85233, '3298', '249.00', '21', '25.001', '30', '77000000', '77270999', '69000000', '69099999', NULL, 1652947753),
(85234, '3220', '744.00', '3', '25.001', '30', '77000000', '77270999', '69000000', '69099999', NULL, 1652947755),
(85235, '3298', '90.00', '29', '0.3', '5', '77000000', '77270999', '69100000', '69299999', NULL, 1652947756),
(85236, '3220', '183.00', '8', '0.3', '5', '77000000', '77270999', '69100000', '69299999', NULL, 1652947757),
(85237, '3298', '133.00', '29', '5.001', '10', '77000000', '77270999', '69100000', '69299999', NULL, 1652947758),
(85238, '3220', '266.00', '8', '5.001', '10', '77000000', '77270999', '69100000', '69299999', NULL, 1652947760),
(85239, '3298', '215.00', '29', '10.001', '15', '77000000', '77270999', '69100000', '69299999', NULL, 1652947763),
(85240, '3220', '430.00', '8', '10.001', '15', '77000000', '77270999', '69100000', '69299999', NULL, 1652947766),
(85241, '3298', '298.00', '29', '15.001', '20', '77000000', '77270999', '69100000', '69299999', NULL, 1652947767),
(85242, '3220', '595.00', '8', '15.001', '20', '77000000', '77270999', '69100000', '69299999', NULL, 1652947768),
(85243, '3298', '380.00', '29', '20.001', '25', '77000000', '77270999', '69100000', '69299999', NULL, 1652947772),
(85244, '3220', '760.00', '8', '20.001', '25', '77000000', '77270999', '69100000', '69299999', NULL, 1652947773),
(85245, '3298', '463.00', '29', '25.001', '30', '77000000', '77270999', '69100000', '69299999', NULL, 1652947773),
(85246, '3220', '925.00', '8', '25.001', '30', '77000000', '77270999', '69100000', '69299999', NULL, 1652947778),
(85247, '3298', '45.00', '21', '0.3', '5', '77000000', '77270999', '69300000', '69339999', NULL, 1652947781),
(85248, '3220', '137.00', '4', '0.3', '5', '77000000', '77270999', '69300000', '69339999', NULL, 1652947783),
(85249, '3298', '71.00', '21', '5.001', '10', '77000000', '77270999', '69300000', '69339999', NULL, 1652947784),
(85250, '3220', '214.00', '4', '5.001', '10', '77000000', '77270999', '69300000', '69339999', NULL, 1652947784),
(85251, '3298', '116.00', '21', '10.001', '15', '77000000', '77270999', '69300000', '69339999', NULL, 1652947785),
(85252, '3220', '346.00', '4', '10.001', '15', '77000000', '77270999', '69300000', '69339999', NULL, 1652947788),
(85253, '3298', '160.00', '21', '15.001', '20', '77000000', '77270999', '69300000', '69339999', NULL, 1652947789),
(85254, '3220', '479.00', '4', '15.001', '20', '77000000', '77270999', '69300000', '69339999', NULL, 1652947789),
(85255, '3298', '205.00', '21', '20.001', '25', '77000000', '77270999', '69300000', '69339999', NULL, 1652947790),
(85256, '3220', '612.00', '4', '20.001', '25', '77000000', '77270999', '69300000', '69339999', NULL, 1652947792),
(85257, '3298', '249.00', '21', '25.001', '30', '77000000', '77270999', '69300000', '69339999', NULL, 1652947795),
(85258, '3220', '744.00', '4', '25.001', '30', '77000000', '77270999', '69300000', '69339999', NULL, 1652947798),
(85259, '3298', '90.00', '29', '0.3', '5', '77000000', '77270999', '69340000', '69389999', NULL, 1652947803),
(85260, '3220', '183.00', '11', '0.3', '5', '77000000', '77270999', '69340000', '69389999', NULL, 1652947805),
(85261, '3298', '133.00', '29', '5.001', '10', '77000000', '77270999', '69340000', '69389999', NULL, 1652947808),
(85262, '3220', '266.00', '11', '5.001', '10', '77000000', '77270999', '69340000', '69389999', NULL, 1652947811),
(85263, '3298', '215.00', '29', '10.001', '15', '77000000', '77270999', '69340000', '69389999', NULL, 1652947812),
(85264, '3220', '430.00', '11', '10.001', '15', '77000000', '77270999', '69340000', '69389999', NULL, 1652947814),
(85265, '3298', '298.00', '29', '15.001', '20', '77000000', '77270999', '69340000', '69389999', NULL, 1652947815),
(85266, '3220', '595.00', '11', '15.001', '20', '77000000', '77270999', '69340000', '69389999', NULL, 1652947816),
(85267, '3298', '380.00', '29', '20.001', '25', '77000000', '77270999', '69340000', '69389999', NULL, 1652947818),
(85268, '3220', '760.00', '11', '20.001', '25', '77000000', '77270999', '69340000', '69389999', NULL, 1652947820),
(85269, '3298', '463.00', '29', '25.001', '30', '77000000', '77270999', '69340000', '69389999', NULL, 1652947822),
(85270, '3220', '925.00', '11', '25.001', '30', '77000000', '77270999', '69340000', '69389999', NULL, 1652947822),
(85271, '3298', '45.00', '8', '0.3', '5', '77000000', '77270999', '69900000', '69920999', NULL, 1652947824),
(85272, '3220', '137.00', '4', '0.3', '5', '77000000', '77270999', '69900000', '69920999', NULL, 1652947826),
(85273, '3298', '71.00', '8', '5.001', '10', '77000000', '77270999', '69900000', '69920999', NULL, 1652947832),
(85274, '3220', '214.00', '4', '5.001', '10', '77000000', '77270999', '69900000', '69920999', NULL, 1652947833),
(85275, '3298', '116.00', '8', '10.001', '15', '77000000', '77270999', '69900000', '69920999', NULL, 1652947833),
(85276, '3220', '346.00', '4', '10.001', '15', '77000000', '77270999', '69900000', '69920999', NULL, 1652947835),
(85277, '3298', '160.00', '8', '15.001', '20', '77000000', '77270999', '69900000', '69920999', NULL, 1652947836),
(85278, '3220', '479.00', '4', '15.001', '20', '77000000', '77270999', '69900000', '69920999', NULL, 1652947837),
(85279, '3298', '205.00', '8', '20.001', '25', '77000000', '77270999', '69900000', '69920999', NULL, 1652947837),
(85280, '3220', '612.00', '4', '20.001', '25', '77000000', '77270999', '69900000', '69920999', NULL, 1652947838),
(85281, '3298', '249.00', '8', '25.001', '30', '77000000', '77270999', '69900000', '69920999', NULL, 1652947839),
(85282, '3220', '744.00', '4', '25.001', '30', '77000000', '77270999', '69900000', '69920999', NULL, 1652947841),
(85283, '3298', '90.00', '14', '0.3', '5', '77000000', '77270999', '69921000', '69999999', NULL, 1652947841),
(85284, '3220', '183.00', '11', '0.3', '5', '77000000', '77270999', '69921000', '69999999', NULL, 1652947842),
(85285, '3298', '133.00', '14', '5.001', '10', '77000000', '77270999', '69921000', '69999999', NULL, 1652947844),
(85286, '3220', '266.00', '11', '5.001', '10', '77000000', '77270999', '69921000', '69999999', NULL, 1652947849),
(85287, '3298', '215.00', '14', '10.001', '15', '77000000', '77270999', '69921000', '69999999', NULL, 1652947849),
(85288, '3220', '430.00', '11', '10.001', '15', '77000000', '77270999', '69921000', '69999999', NULL, 1652947851),
(85289, '3298', '298.00', '14', '15.001', '20', '77000000', '77270999', '69921000', '69999999', NULL, 1652947852),
(85290, '3220', '595.00', '11', '15.001', '20', '77000000', '77270999', '69921000', '69999999', NULL, 1652947854),
(85291, '3298', '380.00', '14', '20.001', '25', '77000000', '77270999', '69921000', '69999999', NULL, 1652947854),
(85292, '3220', '760.00', '11', '20.001', '25', '77000000', '77270999', '69921000', '69999999', NULL, 1652947855),
(85293, '3298', '463.00', '14', '25.001', '30', '77000000', '77270999', '69921000', '69999999', NULL, 1652947858),
(85294, '3220', '925.00', '11', '25.001', '30', '77000000', '77270999', '69921000', '69999999', NULL, 1652947860),
(85295, '3298', '30.00', '6', '0.3', '5', '77000000', '77270999', '71000000', '73699999', NULL, 1652947860),
(85296, '3220', '59.00', '2', '0.3', '5', '77000000', '77270999', '71000000', '73699999', NULL, 1652947861),
(85297, '3298', '44.00', '6', '5.001', '10', '77000000', '77270999', '71000000', '73699999', NULL, 1652947862),
(85298, '3220', '93.00', '2', '5.001', '10', '77000000', '77270999', '71000000', '73699999', NULL, 1652947868),
(85299, '3298', '71.00', '6', '10.001', '15', '77000000', '77270999', '71000000', '73699999', NULL, 1652947869),
(85300, '3220', '150.00', '2', '10.001', '15', '77000000', '77270999', '71000000', '73699999', NULL, 1652947870),
(85301, '3298', '99.00', '6', '15.001', '20', '77000000', '77270999', '71000000', '73699999', NULL, 1652947873),
(85302, '3220', '208.00', '2', '15.001', '20', '77000000', '77270999', '71000000', '73699999', NULL, 1652947874),
(85303, '3298', '126.00', '6', '20.001', '25', '77000000', '77270999', '71000000', '73699999', NULL, 1652947874),
(85304, '3220', '266.00', '2', '20.001', '25', '77000000', '77270999', '71000000', '73699999', NULL, 1652947879),
(85305, '3298', '153.00', '6', '25.001', '30', '77000000', '77270999', '71000000', '73699999', NULL, 1652947880),
(85306, '3220', '324.00', '2', '25.001', '30', '77000000', '77270999', '71000000', '73699999', NULL, 1652947883),
(85307, '3298', '30.00', '7', '0.3', '5', '77000000', '77270999', '72800000', '73999999', NULL, 1652947884),
(85308, '3220', '59.00', '3', '0.3', '5', '77000000', '77270999', '72800000', '73999999', NULL, 1652947886),
(85309, '3298', '44.00', '7', '5.001', '10', '77000000', '77270999', '72800000', '73999999', NULL, 1652947890),
(85310, '3220', '93.00', '3', '5.001', '10', '77000000', '77270999', '72800000', '73999999', NULL, 1652947892),
(85311, '3298', '71.00', '7', '10.001', '15', '77000000', '77270999', '72800000', '73999999', NULL, 1652947894),
(85312, '3220', '150.00', '3', '10.001', '15', '77000000', '77270999', '72800000', '73999999', NULL, 1652947894),
(85313, '3298', '99.00', '7', '15.001', '20', '77000000', '77270999', '72800000', '73999999', NULL, 1652947896),
(85314, '3220', '208.00', '3', '15.001', '20', '77000000', '77270999', '72800000', '73999999', NULL, 1652947898),
(85315, '3298', '126.00', '7', '20.001', '25', '77000000', '77270999', '72800000', '73999999', NULL, 1652947900),
(85316, '3220', '266.00', '3', '20.001', '25', '77000000', '77270999', '72800000', '73999999', NULL, 1652947901),
(85317, '3298', '153.00', '7', '25.001', '30', '77000000', '77270999', '72800000', '73999999', NULL, 1652947902),
(85318, '3220', '324.00', '3', '25.001', '30', '77000000', '77270999', '72800000', '73999999', NULL, 1652947903),
(85319, '3298', '30.00', '6', '0.3', '5', '77000000', '77270999', '74000000', '74894999', NULL, 1652947905),
(85320, '3220', '59.00', '2', '0.3', '5', '77000000', '77270999', '74000000', '74894999', NULL, 1652947905),
(85321, '3298', '44.00', '6', '5.001', '10', '77000000', '77270999', '74000000', '74894999', NULL, 1652947907),
(85322, '3220', '93.00', '2', '5.001', '10', '77000000', '77270999', '74000000', '74894999', NULL, 1652947908),
(85323, '3298', '71.00', '6', '10.001', '15', '77000000', '77270999', '74000000', '74894999', NULL, 1652947911),
(85324, '3220', '150.00', '2', '10.001', '15', '77000000', '77270999', '74000000', '74894999', NULL, 1652947911),
(85325, '3298', '99.00', '6', '15.001', '20', '77000000', '77270999', '74000000', '74894999', NULL, 1652947913),
(85326, '3220', '208.00', '2', '15.001', '20', '77000000', '77270999', '74000000', '74894999', NULL, 1652947915),
(85327, '3298', '126.00', '6', '20.001', '25', '77000000', '77270999', '74000000', '74894999', NULL, 1652947916),
(85328, '3220', '266.00', '2', '20.001', '25', '77000000', '77270999', '74000000', '74894999', NULL, 1652947917),
(85329, '3298', '153.00', '6', '25.001', '30', '77000000', '77270999', '74000000', '74894999', NULL, 1652947918),
(85330, '3220', '324.00', '2', '25.001', '30', '77000000', '77270999', '74000000', '74894999', NULL, 1652947918),
(85331, '3298', '30.00', '6', '0.3', '5', '77000000', '77270999', '74895000', '76799999', NULL, 1652947920),
(85332, '3220', '59.00', '2', '0.3', '5', '77000000', '77270999', '74895000', '76799999', NULL, 1652947924),
(85333, '3298', '44.00', '6', '5.001', '10', '77000000', '77270999', '74895000', '76799999', NULL, 1652947929),
(85334, '3220', '93.00', '2', '5.001', '10', '77000000', '77270999', '74895000', '76799999', NULL, 1652947930),
(85335, '3298', '71.00', '6', '10.001', '15', '77000000', '77270999', '74895000', '76799999', NULL, 1652947932),
(85336, '3220', '150.00', '2', '10.001', '15', '77000000', '77270999', '74895000', '76799999', NULL, 1652947935),
(85337, '3298', '99.00', '6', '15.001', '20', '77000000', '77270999', '74895000', '76799999', NULL, 1652947936),
(85338, '3220', '208.00', '2', '15.001', '20', '77000000', '77270999', '74895000', '76799999', NULL, 1652947937),
(85339, '3298', '126.00', '6', '20.001', '25', '77000000', '77270999', '74895000', '76799999', NULL, 1652947938),
(85340, '3220', '266.00', '2', '20.001', '25', '77000000', '77270999', '74895000', '76799999', NULL, 1652947940),
(85341, '3298', '153.00', '6', '25.001', '30', '77000000', '77270999', '74895000', '76799999', NULL, 1652947941),
(85342, '3220', '324.00', '2', '25.001', '30', '77000000', '77270999', '74895000', '76799999', NULL, 1652947942),
(85343, '3298', '26.00', '5', '0.3', '5', '77000000', '77270999', '77000000', '77270999', NULL, 1652947948),
(85344, '3220', '22.00', '1', '0.3', '5', '77000000', '77270999', '77000000', '77270999', NULL, 1652947949),
(85345, '3298', '32.00', '5', '5.001', '10', '77000000', '77270999', '77000000', '77270999', NULL, 1652947950),
(85346, '3220', '28.00', '1', '5.001', '10', '77000000', '77270999', '77000000', '77270999', NULL, 1652947953),
(85347, '3298', '52.00', '5', '10.001', '15', '77000000', '77270999', '77000000', '77270999', NULL, 1652947955),
(85348, '3220', '45.00', '1', '10.001', '15', '77000000', '77270999', '77000000', '77270999', NULL, 1652947957),
(85349, '3298', '72.00', '5', '15.001', '20', '77000000', '77270999', '77000000', '77270999', NULL, 1652947959),
(85350, '3220', '63.00', '1', '15.001', '20', '77000000', '77270999', '77000000', '77270999', NULL, 1652947961),
(85351, '3298', '92.00', '5', '20.001', '25', '77000000', '77270999', '77000000', '77270999', NULL, 1652947966),
(85352, '3220', '80.00', '1', '20.001', '25', '77000000', '77270999', '77000000', '77270999', NULL, 1652947972),
(85353, '3298', '112.00', '5', '25.001', '30', '77000000', '77270999', '77000000', '77270999', NULL, 1652947974),
(85354, '3220', '97.00', '1', '25.001', '30', '77000000', '77270999', '77000000', '77270999', NULL, 1652947975),
(85355, '3298', '26.00', '6', '0.3', '5', '77000000', '77270999', '77300000', '77995999', NULL, 1652947976),
(85356, '3220', '34.00', '2', '0.3', '5', '77000000', '77270999', '77300000', '77995999', NULL, 1652947976),
(85357, '3298', '32.00', '6', '5.001', '10', '77000000', '77270999', '77300000', '77995999', NULL, 1652947981),
(85358, '3220', '48.00', '2', '5.001', '10', '77000000', '77270999', '77300000', '77995999', NULL, 1652947984),
(85359, '3298', '52.00', '6', '10.001', '15', '77000000', '77270999', '77300000', '77995999', NULL, 1652947986),
(85360, '3220', '79.00', '2', '10.001', '15', '77000000', '77270999', '77300000', '77995999', NULL, 1652947989),
(85361, '3298', '72.00', '6', '15.001', '20', '77000000', '77270999', '77300000', '77995999', NULL, 1652947991),
(85362, '3220', '109.00', '2', '15.001', '20', '77000000', '77270999', '77300000', '77995999', NULL, 1652947992),
(85363, '3298', '92.00', '6', '20.001', '25', '77000000', '77270999', '77300000', '77995999', NULL, 1652947993),
(85364, '3220', '139.00', '2', '20.001', '25', '77000000', '77270999', '77300000', '77995999', NULL, 1652947994),
(85365, '3298', '112.00', '6', '25.001', '30', '77000000', '77270999', '77300000', '77995999', NULL, 1652947995),
(85366, '3220', '170.00', '2', '25.001', '30', '77000000', '77270999', '77300000', '77995999', NULL, 1652947995),
(85367, '3298', '38.00', '8', '0.3', '5', '77000000', '77270999', '78000000', '78109999', NULL, 1652947996),
(85368, '3220', '113.00', '4', '0.3', '5', '77000000', '77270999', '78000000', '78109999', NULL, 1652947998),
(85369, '3298', '58.00', '8', '5.001', '10', '77000000', '77270999', '78000000', '78109999', NULL, 1652947999),
(85370, '3220', '176.00', '4', '5.001', '10', '77000000', '77270999', '78000000', '78109999', NULL, 1652947999),
(85371, '3298', '94.00', '8', '10.001', '15', '77000000', '77270999', '78000000', '78109999', NULL, 1652948001),
(85372, '3220', '286.00', '4', '10.001', '15', '77000000', '77270999', '78000000', '78109999', NULL, 1652948002),
(85373, '3298', '130.00', '8', '15.001', '20', '77000000', '77270999', '78000000', '78109999', NULL, 1652948003),
(85374, '3220', '396.00', '4', '15.001', '20', '77000000', '77270999', '78000000', '78109999', NULL, 1652948004),
(85375, '3298', '166.00', '8', '20.001', '25', '77000000', '77270999', '78000000', '78109999', NULL, 1652948004),
(85376, '3220', '505.00', '4', '20.001', '25', '77000000', '77270999', '78000000', '78109999', NULL, 1652948005),
(85377, '3298', '202.00', '8', '25.001', '30', '77000000', '77270999', '78000000', '78109999', NULL, 1652948008),
(85378, '3220', '615.00', '4', '25.001', '30', '77000000', '77270999', '78000000', '78109999', NULL, 1652948008),
(85379, '3298', '70.00', '10', '0.3', '5', '77000000', '77270999', '78110000', '78899999', NULL, 1652948009),
(85380, '3220', '157.00', '7', '0.3', '5', '77000000', '77270999', '78110000', '78899999', NULL, 1652948010),
(85381, '3298', '106.00', '10', '5.001', '10', '77000000', '77270999', '78110000', '78899999', NULL, 1652948011),
(85382, '3220', '226.00', '7', '5.001', '10', '77000000', '77270999', '78110000', '78899999', NULL, 1652948013),
(85383, '3298', '172.00', '10', '10.001', '15', '77000000', '77270999', '78110000', '78899999', NULL, 1652948014),
(85384, '3220', '367.00', '7', '10.001', '15', '77000000', '77270999', '78110000', '78899999', NULL, 1652948015),
(85385, '3298', '239.00', '10', '15.001', '20', '77000000', '77270999', '78110000', '78899999', NULL, 1652948016),
(85386, '3220', '508.00', '7', '15.001', '20', '77000000', '77270999', '78110000', '78899999', NULL, 1652948017),
(85387, '3298', '305.00', '10', '20.001', '25', '77000000', '77270999', '78110000', '78899999', NULL, 1652948019),
(85388, '3220', '649.00', '7', '20.001', '25', '77000000', '77270999', '78110000', '78899999', NULL, 1652948024),
(85389, '3298', '371.00', '10', '25.001', '30', '77000000', '77270999', '78110000', '78899999', NULL, 1652948026),
(85390, '3220', '789.00', '7', '25.001', '30', '77000000', '77270999', '78110000', '78899999', NULL, 1652948027),
(85391, '3298', '90.00', '9', '0.3', '5', '77000000', '77270999', '78900000', '78930999', NULL, 1652948028),
(85392, '3220', '183.00', '5', '0.3', '5', '77000000', '77270999', '78900000', '78930999', NULL, 1652948032),
(85393, '3298', '133.00', '9', '5.001', '10', '77000000', '77270999', '78900000', '78930999', NULL, 1652948035),
(85394, '3220', '266.00', '5', '5.001', '10', '77000000', '77270999', '78900000', '78930999', NULL, 1652948037),
(85395, '3298', '215.00', '9', '10.001', '15', '77000000', '77270999', '78900000', '78930999', NULL, 1652948037),
(85396, '3220', '430.00', '5', '10.001', '15', '77000000', '77270999', '78900000', '78930999', NULL, 1652948038),
(85397, '3298', '298.00', '9', '15.001', '20', '77000000', '77270999', '78900000', '78930999', NULL, 1652948040),
(85398, '3220', '595.00', '5', '15.001', '20', '77000000', '77270999', '78900000', '78930999', NULL, 1652948041),
(85399, '3298', '380.00', '9', '20.001', '25', '77000000', '77270999', '78900000', '78930999', NULL, 1652948043),
(85400, '3220', '760.00', '5', '20.001', '25', '77000000', '77270999', '78900000', '78930999', NULL, 1652948044),
(85401, '3298', '463.00', '9', '25.001', '30', '77000000', '77270999', '78900000', '78930999', NULL, 1652948046),
(85402, '3220', '925.00', '5', '25.001', '30', '77000000', '77270999', '78900000', '78930999', NULL, 1652948046),
(85403, '3298', '70.00', '8', '0.3', '5', '77000000', '77270999', '78931000', '78999999', NULL, 1652948048),
(85404, '3220', '157.00', '4', '0.3', '5', '77000000', '77270999', '78931000', '78999999', NULL, 1652948049),
(85405, '3298', '106.00', '8', '5.001', '10', '77000000', '77270999', '78931000', '78999999', NULL, 1652948053),
(85406, '3220', '226.00', '4', '5.001', '10', '77000000', '77270999', '78931000', '78999999', NULL, 1652948054),
(85407, '3298', '172.00', '8', '10.001', '15', '77000000', '77270999', '78931000', '78999999', NULL, 1652948056),
(85408, '3220', '367.00', '4', '10.001', '15', '77000000', '77270999', '78931000', '78999999', NULL, 1652948057),
(85409, '3298', '239.00', '8', '15.001', '20', '77000000', '77270999', '78931000', '78999999', NULL, 1652948058),
(85410, '3220', '508.00', '4', '15.001', '20', '77000000', '77270999', '78931000', '78999999', NULL, 1652948061),
(85411, '3298', '305.00', '8', '20.001', '25', '77000000', '77270999', '78931000', '78999999', NULL, 1652948067),
(85412, '3220', '649.00', '4', '20.001', '25', '77000000', '77270999', '78931000', '78999999', NULL, 1652948068),
(85413, '3298', '371.00', '8', '25.001', '30', '77000000', '77270999', '78931000', '78999999', NULL, 1652948069),
(85414, '3220', '789.00', '4', '25.001', '30', '77000000', '77270999', '78931000', '78999999', NULL, 1652948071),
(85415, '3298', '38.00', '7', '0.3', '5', '77000000', '77270999', '79000000', '79129999', NULL, 1652948073),
(85416, '3220', '113.00', '2', '0.3', '5', '77000000', '77270999', '79000000', '79129999', NULL, 1652948074),
(85417, '3298', '58.00', '7', '5.001', '10', '77000000', '77270999', '79000000', '79129999', NULL, 1652948075),
(85418, '3220', '176.00', '2', '5.001', '10', '77000000', '77270999', '79000000', '79129999', NULL, 1652948076),
(85419, '3298', '94.00', '7', '10.001', '15', '77000000', '77270999', '79000000', '79129999', NULL, 1652948082),
(85420, '3220', '286.00', '2', '10.001', '15', '77000000', '77270999', '79000000', '79129999', NULL, 1652948083),
(85421, '3298', '130.00', '7', '15.001', '20', '77000000', '77270999', '79000000', '79129999', NULL, 1652948088),
(85422, '3220', '396.00', '2', '15.001', '20', '77000000', '77270999', '79000000', '79129999', NULL, 1652948089),
(85423, '3298', '166.00', '7', '20.001', '25', '77000000', '77270999', '79000000', '79129999', NULL, 1652948090),
(85424, '3220', '505.00', '2', '20.001', '25', '77000000', '77270999', '79000000', '79129999', NULL, 1652948095),
(85425, '3298', '202.00', '7', '25.001', '30', '77000000', '77270999', '79000000', '79129999', NULL, 1652948097),
(85426, '3220', '615.00', '2', '25.001', '30', '77000000', '77270999', '79000000', '79129999', NULL, 1652948102),
(85427, '3298', '70.00', '11', '0.3', '5', '77000000', '77270999', '79130000', '79999999', NULL, 1652948107),
(85428, '3220', '157.00', '7', '0.3', '5', '77000000', '77270999', '79130000', '79999999', NULL, 1652948110),
(85429, '3298', '106.00', '11', '5.001', '10', '77000000', '77270999', '79130000', '79999999', NULL, 1652948110),
(85430, '3220', '226.00', '7', '5.001', '10', '77000000', '77270999', '79130000', '79999999', NULL, 1652948111),
(85431, '3298', '172.00', '11', '10.001', '15', '77000000', '77270999', '79130000', '79999999', NULL, 1652948112),
(85432, '3220', '367.00', '7', '10.001', '15', '77000000', '77270999', '79130000', '79999999', NULL, 1652948113),
(85433, '3298', '239.00', '11', '15.001', '20', '77000000', '77270999', '79130000', '79999999', NULL, 1652948117),
(85434, '3220', '508.00', '7', '15.001', '20', '77000000', '77270999', '79130000', '79999999', NULL, 1652948119),
(85435, '3298', '305.00', '11', '20.001', '25', '77000000', '77270999', '79130000', '79999999', NULL, 1652948120),
(85436, '3220', '649.00', '7', '20.001', '25', '77000000', '77270999', '79130000', '79999999', NULL, 1652948124),
(85437, '3298', '371.00', '11', '25.001', '30', '77000000', '77270999', '79130000', '79999999', NULL, 1652948124),
(85438, '3220', '789.00', '7', '25.001', '30', '77000000', '77270999', '79130000', '79999999', NULL, 1652948125),
(85439, '3298', '45.00', '6', '0.3', '5', '77000000', '77270999', '80000000', '82999999', NULL, 1652948126),
(85440, '3220', '137.00', '2', '0.3', '5', '77000000', '77270999', '80000000', '82999999', NULL, 1652948131),
(85441, '3298', '71.00', '6', '5.001', '10', '77000000', '77270999', '80000000', '82999999', NULL, 1652948131),
(85442, '3220', '214.00', '2', '5.001', '10', '77000000', '77270999', '80000000', '82999999', NULL, 1652948132),
(85443, '3298', '116.00', '6', '10.001', '15', '77000000', '77270999', '80000000', '82999999', NULL, 1652948133),
(85444, '3220', '346.00', '2', '10.001', '15', '77000000', '77270999', '80000000', '82999999', NULL, 1652948133),
(85445, '3298', '160.00', '6', '15.001', '20', '77000000', '77270999', '80000000', '82999999', NULL, 1652948134),
(85446, '3220', '479.00', '2', '15.001', '20', '77000000', '77270999', '80000000', '82999999', NULL, 1652948135),
(85447, '3298', '205.00', '6', '20.001', '25', '77000000', '77270999', '80000000', '82999999', NULL, 1652948137),
(85448, '3220', '612.00', '2', '20.001', '25', '77000000', '77270999', '80000000', '82999999', NULL, 1652948138),
(85449, '3298', '249.00', '6', '25.001', '30', '77000000', '77270999', '80000000', '82999999', NULL, 1652948140),
(85450, '3220', '744.00', '2', '25.001', '30', '77000000', '77270999', '80000000', '82999999', NULL, 1652948140),
(85451, '3298', '45.00', '6', '0.3', '5', '77000000', '77270999', '80000000', '83800999', NULL, 1652948141),
(85452, '3220', '137.00', '2', '0.3', '5', '77000000', '77270999', '80000000', '83800999', NULL, 1652948142),
(85453, '3298', '71.00', '6', '5.001', '10', '77000000', '77270999', '80000000', '83800999', NULL, 1652948144),
(85454, '3220', '214.00', '2', '5.001', '10', '77000000', '77270999', '80000000', '83800999', NULL, 1652948144),
(85455, '3298', '116.00', '6', '10.001', '15', '77000000', '77270999', '80000000', '83800999', NULL, 1652948145),
(85456, '3220', '346.00', '2', '10.001', '15', '77000000', '77270999', '80000000', '83800999', NULL, 1652948147),
(85457, '3298', '160.00', '6', '15.001', '20', '77000000', '77270999', '80000000', '83800999', NULL, 1652948148),
(85458, '3220', '479.00', '2', '15.001', '20', '77000000', '77270999', '80000000', '83800999', NULL, 1652948151),
(85459, '3298', '205.00', '6', '20.001', '25', '77000000', '77270999', '80000000', '83800999', NULL, 1652948151),
(85460, '3220', '612.00', '2', '20.001', '25', '77000000', '77270999', '80000000', '83800999', NULL, 1652948154),
(85461, '3298', '249.00', '6', '25.001', '30', '77000000', '77270999', '80000000', '83800999', NULL, 1652948155),
(85462, '3220', '744.00', '2', '25.001', '30', '77000000', '77270999', '80000000', '83800999', NULL, 1652948159),
(85463, '3298', '90.00', '10', '0.3', '5', '77000000', '77270999', '83801000', '87999999', NULL, 1652948160),
(85464, '3220', '183.00', '5', '0.3', '5', '77000000', '77270999', '83801000', '87999999', NULL, 1652948161),
(85465, '3298', '133.00', '10', '5.001', '10', '77000000', '77270999', '83801000', '87999999', NULL, 1652948162),
(85466, '3220', '266.00', '5', '5.001', '10', '77000000', '77270999', '83801000', '87999999', NULL, 1652948164),
(85467, '3298', '215.00', '10', '10.001', '15', '77000000', '77270999', '83801000', '87999999', NULL, 1652948170),
(85468, '3220', '430.00', '5', '10.001', '15', '77000000', '77270999', '83801000', '87999999', NULL, 1652948173),
(85469, '3298', '298.00', '10', '15.001', '20', '77000000', '77270999', '83801000', '87999999', NULL, 1652948179),
(85470, '3220', '595.00', '5', '15.001', '20', '77000000', '77270999', '83801000', '87999999', NULL, 1652948183),
(85471, '3298', '380.00', '10', '20.001', '25', '77000000', '77270999', '83801000', '87999999', NULL, 1652948185),
(85472, '3220', '760.00', '5', '20.001', '25', '77000000', '77270999', '83801000', '87999999', NULL, 1652948187),
(85473, '3298', '463.00', '10', '25.001', '30', '77000000', '77270999', '83801000', '87999999', NULL, 1652948191),
(85474, '3220', '925.00', '5', '25.001', '30', '77000000', '77270999', '83801000', '87999999', NULL, 1652948198),
(85475, '3298', '45.00', '7', '0.3', '5', '77000000', '77270999', '88000000', '82999999', NULL, 1652948199),
(85476, '3220', '137.00', '2', '0.3', '5', '77000000', '77270999', '88000000', '82999999', NULL, 1652948199),
(85477, '3298', '71.00', '7', '5.001', '10', '77000000', '77270999', '88000000', '82999999', NULL, 1652948200),
(85478, '3220', '214.00', '2', '5.001', '10', '77000000', '77270999', '88000000', '82999999', NULL, 1652948201),
(85479, '3298', '116.00', '7', '10.001', '15', '77000000', '77270999', '88000000', '82999999', NULL, 1652948203),
(85480, '3220', '346.00', '2', '10.001', '15', '77000000', '77270999', '88000000', '82999999', NULL, 1652948204),
(85481, '3298', '160.00', '7', '15.001', '20', '77000000', '77270999', '88000000', '82999999', NULL, 1652948205),
(85482, '3220', '479.00', '2', '15.001', '20', '77000000', '77270999', '88000000', '82999999', NULL, 1652948206),
(85483, '3298', '205.00', '7', '20.001', '25', '77000000', '77270999', '88000000', '82999999', NULL, 1652948208),
(85484, '3220', '612.00', '2', '20.001', '25', '77000000', '77270999', '88000000', '82999999', NULL, 1652948216),
(85485, '3298', '249.00', '7', '25.001', '30', '77000000', '77270999', '88000000', '82999999', NULL, 1652948222),
(85486, '3220', '744.00', '2', '25.001', '30', '77000000', '77270999', '88000000', '82999999', NULL, 1652948224),
(85487, '3298', '45.00', '7', '0.3', '5', '77000000', '77270999', '88000000', '88469999', NULL, 1652948231),
(85488, '3220', '137.00', '2', '0.3', '5', '77000000', '77270999', '88000000', '88469999', NULL, 1652948232),
(85489, '3298', '71.00', '7', '5.001', '10', '77000000', '77270999', '88000000', '88469999', NULL, 1652948233),
(85490, '3220', '214.00', '2', '5.001', '10', '77000000', '77270999', '88000000', '88469999', NULL, 1652948234),
(85491, '3298', '116.00', '7', '10.001', '15', '77000000', '77270999', '88000000', '88469999', NULL, 1652948238),
(85492, '3220', '346.00', '2', '10.001', '15', '77000000', '77270999', '88000000', '88469999', NULL, 1652948239),
(85493, '3298', '160.00', '7', '15.001', '20', '77000000', '77270999', '88000000', '88469999', NULL, 1652948240),
(85494, '3220', '479.00', '2', '15.001', '20', '77000000', '77270999', '88000000', '88469999', NULL, 1652948240),
(85495, '3298', '205.00', '7', '20.001', '25', '77000000', '77270999', '88000000', '88469999', NULL, 1652948241),
(85496, '3220', '612.00', '2', '20.001', '25', '77000000', '77270999', '88000000', '88469999', NULL, 1652948242),
(85497, '3298', '249.00', '7', '25.001', '30', '77000000', '77270999', '88000000', '88469999', NULL, 1652948243),
(85498, '3220', '744.00', '2', '25.001', '30', '77000000', '77270999', '88000000', '88469999', NULL, 1652948244),
(85499, '3298', '78.00', '7', '0.3', '5', '77000000', '77270999', '88470000', '89999999', NULL, 1652948249),
(85500, '3220', '154.00', '3', '0.3', '5', '77000000', '77270999', '88470000', '89999999', NULL, 1652948250),
(85501, '3298', '114.00', '7', '5.001', '10', '77000000', '77270999', '88470000', '89999999', NULL, 1652948251),
(85502, '3220', '223.00', '3', '5.001', '10', '77000000', '77270999', '88470000', '89999999', NULL, 1652948253),
(85503, '3298', '185.00', '7', '10.001', '15', '77000000', '77270999', '88470000', '89999999', NULL, 1652948254),
(85504, '3220', '361.00', '3', '10.001', '15', '77000000', '77270999', '88470000', '89999999', NULL, 1652948255),
(85505, '3298', '256.00', '7', '15.001', '20', '77000000', '77270999', '88470000', '89999999', NULL, 1652948256),
(85506, '3220', '500.00', '3', '15.001', '20', '77000000', '77270999', '88470000', '89999999', NULL, 1652948259),
(85507, '3298', '327.00', '7', '20.001', '25', '77000000', '77270999', '88470000', '89999999', NULL, 1652948261),
(85508, '3220', '638.00', '3', '20.001', '25', '77000000', '77270999', '88470000', '89999999', NULL, 1652948262),
(85509, '3298', '398.00', '7', '25.001', '30', '77000000', '77270999', '88470000', '89999999', NULL, 1652948264),
(85510, '3220', '777.00', '3', '25.001', '30', '77000000', '77270999', '88470000', '89999999', NULL, 1652948265),
(85511, '3298', '45.00', '7', '0.3', '5', '77000000', '77270999', '90000000', '91999999', NULL, 1652948267),
(85512, '3220', '137.00', '2', '0.3', '5', '77000000', '77270999', '90000000', '91999999', NULL, 1652948270),
(85513, '3298', '71.00', '7', '5.001', '10', '77000000', '77270999', '90000000', '91999999', NULL, 1652948270),
(85514, '3220', '214.00', '2', '5.001', '10', '77000000', '77270999', '90000000', '91999999', NULL, 1652948271),
(85515, '3298', '116.00', '7', '10.001', '15', '77000000', '77270999', '90000000', '91999999', NULL, 1652948272),
(85516, '3220', '346.00', '2', '10.001', '15', '77000000', '77270999', '90000000', '91999999', NULL, 1652948276),
(85517, '3298', '160.00', '7', '15.001', '20', '77000000', '77270999', '90000000', '91999999', NULL, 1652948280),
(85518, '3220', '479.00', '2', '15.001', '20', '77000000', '77270999', '90000000', '91999999', NULL, 1652948283),
(85519, '3298', '205.00', '7', '20.001', '25', '77000000', '77270999', '90000000', '91999999', NULL, 1652948284),
(85520, '3220', '612.00', '2', '20.001', '25', '77000000', '77270999', '90000000', '91999999', NULL, 1652948286),
(85521, '3298', '249.00', '7', '25.001', '30', '77000000', '77270999', '90000000', '91999999', NULL, 1652948287),
(85522, '3220', '744.00', '2', '25.001', '30', '77000000', '77270999', '90000000', '91999999', NULL, 1652948288),
(85523, '3298', '45.00', '7', '0.3', '5', '77000000', '77270999', '90000000', '94900999', NULL, 1652948291),
(85524, '3220', '137.00', '3', '0.3', '5', '77000000', '77270999', '90000000', '94900999', NULL, 1652948291),
(85525, '3298', '71.00', '7', '5.001', '10', '77000000', '77270999', '90000000', '94900999', NULL, 1652948292),
(85526, '3220', '214.00', '3', '5.001', '10', '77000000', '77270999', '90000000', '94900999', NULL, 1652948294),
(85527, '3298', '116.00', '7', '10.001', '15', '77000000', '77270999', '90000000', '94900999', NULL, 1652948295),
(85528, '3220', '346.00', '3', '10.001', '15', '77000000', '77270999', '90000000', '94900999', NULL, 1652948298),
(85529, '3298', '160.00', '7', '15.001', '20', '77000000', '77270999', '90000000', '94900999', NULL, 1652948299),
(85530, '3220', '479.00', '3', '15.001', '20', '77000000', '77270999', '90000000', '94900999', NULL, 1652948300),
(85531, '3298', '205.00', '7', '20.001', '25', '77000000', '77270999', '90000000', '94900999', NULL, 1652948301),
(85532, '3220', '612.00', '3', '20.001', '25', '77000000', '77270999', '90000000', '94900999', NULL, 1652948301),
(85533, '3298', '249.00', '7', '25.001', '30', '77000000', '77270999', '90000000', '94900999', NULL, 1652948302),
(85534, '3220', '744.00', '3', '25.001', '30', '77000000', '77270999', '90000000', '94900999', NULL, 1652948304),
(85535, '3298', '90.00', '12', '0.3', '5', '77000000', '77270999', '94901000', '99999999', NULL, 1652948306),
(85536, '3220', '183.00', '8', '0.3', '5', '77000000', '77270999', '94901000', '99999999', NULL, 1652948307),
(85537, '3298', '133.00', '12', '5.001', '10', '77000000', '77270999', '94901000', '99999999', NULL, 1652948309),
(85538, '3220', '266.00', '8', '5.001', '10', '77000000', '77270999', '94901000', '99999999', NULL, 1652948309),
(85539, '3298', '215.00', '12', '10.001', '15', '77000000', '77270999', '94901000', '99999999', NULL, 1652948312),
(85540, '3220', '430.00', '8', '10.001', '15', '77000000', '77270999', '94901000', '99999999', NULL, 1652948314),
(85541, '3298', '298.00', '12', '15.001', '20', '77000000', '77270999', '94901000', '99999999', NULL, 1652948315),
(85542, '3220', '595.00', '8', '15.001', '20', '77000000', '77270999', '94901000', '99999999', NULL, 1652948317),
(85543, '3298', '380.00', '12', '20.001', '25', '77000000', '77270999', '94901000', '99999999', NULL, 1652948319),
(85544, '3220', '760.00', '8', '20.001', '25', '77000000', '77270999', '94901000', '99999999', NULL, 1652948320),
(85545, '3298', '463.00', '12', '25.001', '30', '77000000', '77270999', '94901000', '99999999', NULL, 1652948323),
(85546, '3220', '925.00', '8', '25.001', '30', '77000000', '77270999', '94901000', '99999999', NULL, 1652948324),
(85547, '3298', '70.00', '8', '0.3', '5', '77300000', '77995999', '01000000', '08499999', NULL, 1652948325),
(85548, '3220', '157.00', '4', '0.3', '5', '77300000', '77995999', '01000000', '08499999', NULL, 1652948326),
(85549, '3298', '106.00', '8', '5.001', '10', '77300000', '77995999', '01000000', '08499999', NULL, 1652948327),
(85550, '3220', '226.00', '4', '5.001', '10', '77300000', '77995999', '01000000', '08499999', NULL, 1652948328),
(85551, '3298', '172.00', '8', '10.001', '15', '77300000', '77995999', '01000000', '08499999', NULL, 1652948330),
(85552, '3220', '367.00', '4', '10.001', '15', '77300000', '77995999', '01000000', '08499999', NULL, 1652948332),
(85553, '3298', '239.00', '8', '15.001', '20', '77300000', '77995999', '01000000', '08499999', NULL, 1652948333),
(85554, '3220', '508.00', '4', '15.001', '20', '77300000', '77995999', '01000000', '08499999', NULL, 1652948334),
(85555, '3298', '305.00', '8', '20.001', '25', '77300000', '77995999', '01000000', '08499999', NULL, 1652948334),
(85556, '3220', '649.00', '4', '20.001', '25', '77300000', '77995999', '01000000', '08499999', NULL, 1652948335),
(85557, '3298', '371.00', '8', '25.001', '30', '77300000', '77995999', '01000000', '08499999', NULL, 1652948336),
(85558, '3220', '789.00', '4', '25.001', '30', '77300000', '77995999', '01000000', '08499999', NULL, 1652948342),
(85559, '3298', '70.00', '8', '0.3', '5', '77300000', '77995999', '06000000', '09999999', NULL, 1652948344),
(85560, '3220', '157.00', '4', '0.3', '5', '77300000', '77995999', '06000000', '09999999', NULL, 1652948345),
(85561, '3298', '106.00', '8', '5.001', '10', '77300000', '77995999', '06000000', '09999999', NULL, 1652948351),
(85562, '3220', '226.00', '4', '5.001', '10', '77300000', '77995999', '06000000', '09999999', NULL, 1652948352),
(85563, '3298', '172.00', '8', '10.001', '15', '77300000', '77995999', '06000000', '09999999', NULL, 1652948353),
(85564, '3220', '367.00', '4', '10.001', '15', '77300000', '77995999', '06000000', '09999999', NULL, 1652948353);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(85565, '3298', '239.00', '8', '15.001', '20', '77300000', '77995999', '06000000', '09999999', NULL, 1652948354),
(85566, '3220', '508.00', '4', '15.001', '20', '77300000', '77995999', '06000000', '09999999', NULL, 1652948355),
(85567, '3298', '305.00', '8', '20.001', '25', '77300000', '77995999', '06000000', '09999999', NULL, 1652948361),
(85568, '3220', '649.00', '4', '20.001', '25', '77300000', '77995999', '06000000', '09999999', NULL, 1652948362),
(85569, '3298', '371.00', '8', '25.001', '30', '77300000', '77995999', '06000000', '09999999', NULL, 1652948368),
(85570, '3220', '789.00', '4', '25.001', '30', '77300000', '77995999', '06000000', '09999999', NULL, 1652948369),
(85571, '3298', '70.00', '8', '0.3', '5', '77300000', '77995999', '11000000', '11999999', NULL, 1652948370),
(85572, '3220', '157.00', '4', '0.3', '5', '77300000', '77995999', '11000000', '11999999', NULL, 1652948371),
(85573, '3298', '106.00', '8', '5.001', '10', '77300000', '77995999', '11000000', '11999999', NULL, 1652948372),
(85574, '3220', '226.00', '4', '5.001', '10', '77300000', '77995999', '11000000', '11999999', NULL, 1652948373),
(85575, '3298', '172.00', '8', '10.001', '15', '77300000', '77995999', '11000000', '11999999', NULL, 1652948374),
(85576, '3220', '367.00', '4', '10.001', '15', '77300000', '77995999', '11000000', '11999999', NULL, 1652948376),
(85577, '3298', '239.00', '8', '15.001', '20', '77300000', '77995999', '11000000', '11999999', NULL, 1652948377),
(85578, '3220', '508.00', '4', '15.001', '20', '77300000', '77995999', '11000000', '11999999', NULL, 1652948378),
(85579, '3298', '305.00', '8', '20.001', '25', '77300000', '77995999', '11000000', '11999999', NULL, 1652948380),
(85580, '3220', '649.00', '4', '20.001', '25', '77300000', '77995999', '11000000', '11999999', NULL, 1652948381),
(85581, '3298', '371.00', '8', '25.001', '30', '77300000', '77995999', '11000000', '11999999', NULL, 1652948382),
(85582, '3220', '789.00', '4', '25.001', '30', '77300000', '77995999', '11000000', '11999999', NULL, 1652948384),
(85583, '3298', '70.00', '7', '0.3', '5', '77300000', '77995999', '12000000', '19999999', NULL, 1652948385),
(85584, '3220', '157.00', '3', '0.3', '5', '77300000', '77995999', '12000000', '19999999', NULL, 1652948386),
(85585, '3298', '106.00', '7', '5.001', '10', '77300000', '77995999', '12000000', '19999999', NULL, 1652948386),
(85586, '3220', '226.00', '3', '5.001', '10', '77300000', '77995999', '12000000', '19999999', NULL, 1652948387),
(85587, '3298', '172.00', '7', '10.001', '15', '77300000', '77995999', '12000000', '19999999', NULL, 1652948388),
(85588, '3220', '367.00', '3', '10.001', '15', '77300000', '77995999', '12000000', '19999999', NULL, 1652948388),
(85589, '3298', '239.00', '7', '15.001', '20', '77300000', '77995999', '12000000', '19999999', NULL, 1652948389),
(85590, '3220', '508.00', '3', '15.001', '20', '77300000', '77995999', '12000000', '19999999', NULL, 1652948390),
(85591, '3298', '305.00', '7', '20.001', '25', '77300000', '77995999', '12000000', '19999999', NULL, 1652948391),
(85592, '3220', '649.00', '3', '20.001', '25', '77300000', '77995999', '12000000', '19999999', NULL, 1652948393),
(85593, '3298', '371.00', '7', '25.001', '30', '77300000', '77995999', '12000000', '19999999', NULL, 1652948394),
(85594, '3220', '789.00', '3', '25.001', '30', '77300000', '77995999', '12000000', '19999999', NULL, 1652948395),
(85595, '3298', '70.00', '13', '0.3', '5', '77300000', '77995999', '26601000', '28999999', NULL, 1652948425),
(85596, '3220', '157.00', '9', '0.3', '5', '77300000', '77995999', '26601000', '28999999', NULL, 1652948426),
(85597, '3298', '106.00', '13', '5.001', '10', '77300000', '77995999', '26601000', '28999999', NULL, 1652948427),
(85598, '3220', '226.00', '9', '5.001', '10', '77300000', '77995999', '26601000', '28999999', NULL, 1652948428),
(85599, '3298', '172.00', '13', '10.001', '15', '77300000', '77995999', '26601000', '28999999', NULL, 1652948428),
(85600, '3220', '367.00', '9', '10.001', '15', '77300000', '77995999', '26601000', '28999999', NULL, 1652948430),
(85601, '3298', '239.00', '13', '15.001', '20', '77300000', '77995999', '26601000', '28999999', NULL, 1652948430),
(85602, '3220', '508.00', '9', '15.001', '20', '77300000', '77995999', '26601000', '28999999', NULL, 1652948431),
(85603, '3298', '305.00', '13', '20.001', '25', '77300000', '77995999', '26601000', '28999999', NULL, 1652948432),
(85604, '3220', '649.00', '9', '20.001', '25', '77300000', '77995999', '26601000', '28999999', NULL, 1652948432),
(85605, '3298', '371.00', '13', '25.001', '30', '77300000', '77995999', '26601000', '28999999', NULL, 1652948433),
(85606, '3220', '789.00', '9', '25.001', '30', '77300000', '77995999', '26601000', '28999999', NULL, 1652948434),
(85607, '3298', '90.00', '7', '0.3', '5', '77300000', '77995999', '29000000', '29099999', NULL, 1652948434),
(85608, '3220', '183.00', '3', '0.3', '5', '77300000', '77995999', '29000000', '29099999', NULL, 1652948435),
(85609, '3298', '133.00', '7', '5.001', '10', '77300000', '77995999', '29000000', '29099999', NULL, 1652948436),
(85610, '3220', '266.00', '3', '5.001', '10', '77300000', '77995999', '29000000', '29099999', NULL, 1652948437),
(85611, '3298', '215.00', '7', '10.001', '15', '77300000', '77995999', '29000000', '29099999', NULL, 1652948437),
(85612, '3220', '430.00', '3', '10.001', '15', '77300000', '77995999', '29000000', '29099999', NULL, 1652948438),
(85613, '3298', '298.00', '7', '15.001', '20', '77300000', '77995999', '29000000', '29099999', NULL, 1652948438),
(85614, '3220', '595.00', '3', '15.001', '20', '77300000', '77995999', '29000000', '29099999', NULL, 1652948439),
(85615, '3298', '380.00', '7', '20.001', '25', '77300000', '77995999', '29000000', '29099999', NULL, 1652948453),
(85616, '3220', '760.00', '3', '20.001', '25', '77300000', '77995999', '29000000', '29099999', NULL, 1652948453),
(85617, '3298', '463.00', '7', '25.001', '30', '77300000', '77995999', '29000000', '29099999', NULL, 1652948454),
(85618, '3220', '925.00', '3', '25.001', '30', '77300000', '77995999', '29000000', '29099999', NULL, 1652948455),
(85619, '3298', '90.00', '12', '0.3', '5', '77300000', '77995999', '29100000', '29999999', NULL, 1652948456),
(85620, '3220', '183.00', '9', '0.3', '5', '77300000', '77995999', '29100000', '29999999', NULL, 1652948457),
(85621, '3298', '133.00', '12', '5.001', '10', '77300000', '77995999', '29100000', '29999999', NULL, 1652948458),
(85622, '3220', '266.00', '9', '5.001', '10', '77300000', '77995999', '29100000', '29999999', NULL, 1652948459),
(85623, '3298', '215.00', '12', '10.001', '15', '77300000', '77995999', '29100000', '29999999', NULL, 1652948460),
(85624, '3220', '430.00', '9', '10.001', '15', '77300000', '77995999', '29100000', '29999999', NULL, 1652948461),
(85625, '3298', '298.00', '12', '15.001', '20', '77300000', '77995999', '29100000', '29999999', NULL, 1652948462),
(85626, '3220', '595.00', '9', '15.001', '20', '77300000', '77995999', '29100000', '29999999', NULL, 1652948463),
(85627, '3298', '380.00', '12', '20.001', '25', '77300000', '77995999', '29100000', '29999999', NULL, 1652948463),
(85628, '3220', '760.00', '9', '20.001', '25', '77300000', '77995999', '29100000', '29999999', NULL, 1652948464),
(85629, '3298', '463.00', '12', '25.001', '30', '77300000', '77995999', '29100000', '29999999', NULL, 1652948465),
(85630, '3220', '925.00', '9', '25.001', '30', '77300000', '77995999', '29100000', '29999999', NULL, 1652948466),
(85631, '3298', '70.00', '7', '0.3', '5', '77300000', '77995999', '30000000', '31999999', NULL, 1652948466),
(85632, '3220', '157.00', '3', '0.3', '5', '77300000', '77995999', '30000000', '31999999', NULL, 1652948467),
(85633, '3298', '106.00', '7', '5.001', '10', '77300000', '77995999', '30000000', '31999999', NULL, 1652948468),
(85634, '3220', '226.00', '3', '5.001', '10', '77300000', '77995999', '30000000', '31999999', NULL, 1652948469),
(85635, '3298', '172.00', '7', '10.001', '15', '77300000', '77995999', '30000000', '31999999', NULL, 1652948470),
(85636, '3220', '367.00', '3', '10.001', '15', '77300000', '77995999', '30000000', '31999999', NULL, 1652948470),
(85637, '3298', '239.00', '7', '15.001', '20', '77300000', '77995999', '30000000', '31999999', NULL, 1652948471),
(85638, '3220', '508.00', '3', '15.001', '20', '77300000', '77995999', '30000000', '31999999', NULL, 1652948472),
(85639, '3298', '305.00', '7', '20.001', '25', '77300000', '77995999', '30000000', '31999999', NULL, 1652948473),
(85640, '3220', '649.00', '3', '20.001', '25', '77300000', '77995999', '30000000', '31999999', NULL, 1652948473),
(85641, '3298', '371.00', '7', '25.001', '30', '77300000', '77995999', '30000000', '31999999', NULL, 1652948475),
(85642, '3220', '789.00', '3', '25.001', '30', '77300000', '77995999', '30000000', '31999999', NULL, 1652948475),
(85643, '3298', '70.00', '7', '0.3', '5', '77300000', '77995999', '30000000', '34999999', NULL, 1652948475),
(85644, '3220', '157.00', '3', '0.3', '5', '77300000', '77995999', '30000000', '34999999', NULL, 1652948476),
(85645, '3298', '106.00', '7', '5.001', '10', '77300000', '77995999', '30000000', '34999999', NULL, 1652948477),
(85646, '3220', '226.00', '3', '5.001', '10', '77300000', '77995999', '30000000', '34999999', NULL, 1652948477),
(85647, '3298', '172.00', '7', '10.001', '15', '77300000', '77995999', '30000000', '34999999', NULL, 1652948489),
(85648, '3220', '367.00', '3', '10.001', '15', '77300000', '77995999', '30000000', '34999999', NULL, 1652948490),
(85649, '3298', '239.00', '7', '15.001', '20', '77300000', '77995999', '30000000', '34999999', NULL, 1652948490),
(85650, '3220', '508.00', '3', '15.001', '20', '77300000', '77995999', '30000000', '34999999', NULL, 1652948491),
(85651, '3298', '305.00', '7', '20.001', '25', '77300000', '77995999', '30000000', '34999999', NULL, 1652948491),
(85652, '3220', '649.00', '3', '20.001', '25', '77300000', '77995999', '30000000', '34999999', NULL, 1652948492),
(85653, '3298', '371.00', '7', '25.001', '30', '77300000', '77995999', '30000000', '34999999', NULL, 1652948503),
(85654, '3220', '789.00', '3', '25.001', '30', '77300000', '77995999', '30000000', '34999999', NULL, 1652948504),
(85655, '3298', '70.00', '13', '0.3', '5', '77300000', '77995999', '35000000', '39999999', NULL, 1652948504),
(85656, '3220', '157.00', '8', '0.3', '5', '77300000', '77995999', '35000000', '39999999', NULL, 1652948505),
(85657, '3298', '106.00', '13', '5.001', '10', '77300000', '77995999', '35000000', '39999999', NULL, 1652948506),
(85658, '3220', '226.00', '8', '5.001', '10', '77300000', '77995999', '35000000', '39999999', NULL, 1652948506),
(85659, '3298', '172.00', '13', '10.001', '15', '77300000', '77995999', '35000000', '39999999', NULL, 1652948521),
(85660, '3220', '367.00', '8', '10.001', '15', '77300000', '77995999', '35000000', '39999999', NULL, 1652948521),
(85661, '3298', '239.00', '13', '15.001', '20', '77300000', '77995999', '35000000', '39999999', NULL, 1652948522),
(85662, '3220', '508.00', '8', '15.001', '20', '77300000', '77995999', '35000000', '39999999', NULL, 1652948523),
(85663, '3298', '305.00', '13', '20.001', '25', '77300000', '77995999', '35000000', '39999999', NULL, 1652948523),
(85664, '3220', '649.00', '8', '20.001', '25', '77300000', '77995999', '35000000', '39999999', NULL, 1652948524),
(85665, '3298', '371.00', '13', '25.001', '30', '77300000', '77995999', '35000000', '39999999', NULL, 1652948525),
(85666, '3220', '789.00', '8', '25.001', '30', '77300000', '77995999', '35000000', '39999999', NULL, 1652948525),
(85667, '3298', '90.00', '7', '0.3', '5', '77300000', '77995999', '40000000', '41999999', NULL, 1652948525),
(85668, '3220', '183.00', '3', '0.3', '5', '77300000', '77995999', '40000000', '41999999', NULL, 1652948526),
(85669, '3298', '133.00', '7', '5.001', '10', '77300000', '77995999', '40000000', '41999999', NULL, 1652948526),
(85670, '3220', '266.00', '3', '5.001', '10', '77300000', '77995999', '40000000', '41999999', NULL, 1652948527),
(85671, '3298', '215.00', '7', '10.001', '15', '77300000', '77995999', '40000000', '41999999', NULL, 1652948527),
(85672, '3220', '430.00', '3', '10.001', '15', '77300000', '77995999', '40000000', '41999999', NULL, 1652948542),
(85673, '3298', '298.00', '7', '15.001', '20', '77300000', '77995999', '40000000', '41999999', NULL, 1652948543),
(85674, '3220', '595.00', '3', '15.001', '20', '77300000', '77995999', '40000000', '41999999', NULL, 1652948543),
(85675, '3298', '380.00', '7', '20.001', '25', '77300000', '77995999', '40000000', '41999999', NULL, 1652948544),
(85676, '3220', '760.00', '3', '20.001', '25', '77300000', '77995999', '40000000', '41999999', NULL, 1652948544),
(85677, '3298', '463.00', '7', '25.001', '30', '77300000', '77995999', '40000000', '41999999', NULL, 1652948545),
(85678, '3220', '925.00', '3', '25.001', '30', '77300000', '77995999', '40000000', '41999999', NULL, 1652948545),
(85679, '3298', '90.00', '7', '0.3', '5', '77300000', '77995999', '40000000', '44470999', NULL, 1652948546),
(85680, '3220', '183.00', '3', '0.3', '5', '77300000', '77995999', '40000000', '44470999', NULL, 1652948547),
(85681, '3298', '133.00', '7', '5.001', '10', '77300000', '77995999', '40000000', '44470999', NULL, 1652948547),
(85682, '3220', '266.00', '3', '5.001', '10', '77300000', '77995999', '40000000', '44470999', NULL, 1652948548),
(85683, '3298', '215.00', '7', '10.001', '15', '77300000', '77995999', '40000000', '44470999', NULL, 1652948549),
(85684, '3220', '430.00', '3', '10.001', '15', '77300000', '77995999', '40000000', '44470999', NULL, 1652948549),
(85685, '3298', '298.00', '7', '15.001', '20', '77300000', '77995999', '40000000', '44470999', NULL, 1652948550),
(85686, '3220', '595.00', '3', '15.001', '20', '77300000', '77995999', '40000000', '44470999', NULL, 1652948551),
(85687, '3298', '380.00', '7', '20.001', '25', '77300000', '77995999', '40000000', '44470999', NULL, 1652948551),
(85688, '3220', '760.00', '3', '20.001', '25', '77300000', '77995999', '40000000', '44470999', NULL, 1652948551),
(85689, '3298', '463.00', '7', '25.001', '30', '77300000', '77995999', '40000000', '44470999', NULL, 1652948562),
(85690, '3220', '925.00', '3', '25.001', '30', '77300000', '77995999', '40000000', '44470999', NULL, 1652948563),
(85691, '3298', '90.00', '8', '0.3', '5', '77300000', '77995999', '44471000', '48999999', NULL, 1652948563),
(85692, '3220', '183.00', '4', '0.3', '5', '77300000', '77995999', '44471000', '48999999', NULL, 1652948577),
(85693, '3298', '133.00', '8', '5.001', '10', '77300000', '77995999', '44471000', '48999999', NULL, 1652948577),
(85694, '3220', '266.00', '4', '5.001', '10', '77300000', '77995999', '44471000', '48999999', NULL, 1652948578),
(85695, '3298', '215.00', '8', '10.001', '15', '77300000', '77995999', '44471000', '48999999', NULL, 1652948589),
(85696, '3220', '430.00', '4', '10.001', '15', '77300000', '77995999', '44471000', '48999999', NULL, 1652948590),
(85697, '3298', '298.00', '8', '15.001', '20', '77300000', '77995999', '44471000', '48999999', NULL, 1652948590),
(85698, '3220', '595.00', '4', '15.001', '20', '77300000', '77995999', '44471000', '48999999', NULL, 1652948591),
(85699, '3298', '380.00', '8', '20.001', '25', '77300000', '77995999', '44471000', '48999999', NULL, 1652948592),
(85700, '3220', '760.00', '4', '20.001', '25', '77300000', '77995999', '44471000', '48999999', NULL, 1652948592),
(85701, '3298', '463.00', '8', '25.001', '30', '77300000', '77995999', '44471000', '48999999', NULL, 1652948593),
(85702, '3220', '925.00', '4', '25.001', '30', '77300000', '77995999', '44471000', '48999999', NULL, 1652948593),
(85703, '3298', '90.00', '8', '0.3', '5', '77300000', '77995999', '49000000', '49099999', NULL, 1652948594),
(85704, '3220', '183.00', '4', '0.3', '5', '77300000', '77995999', '49000000', '49099999', NULL, 1652948595),
(85705, '3298', '133.00', '8', '5.001', '10', '77300000', '77995999', '49000000', '49099999', NULL, 1652948595),
(85706, '3220', '266.00', '4', '5.001', '10', '77300000', '77995999', '49000000', '49099999', NULL, 1652948595),
(85707, '3298', '215.00', '8', '10.001', '15', '77300000', '77995999', '49000000', '49099999', NULL, 1652948596),
(85708, '3220', '430.00', '4', '10.001', '15', '77300000', '77995999', '49000000', '49099999', NULL, 1652948596),
(85709, '3298', '298.00', '8', '15.001', '20', '77300000', '77995999', '49000000', '49099999', NULL, 1652948597),
(85710, '3220', '595.00', '4', '15.001', '20', '77300000', '77995999', '49000000', '49099999', NULL, 1652948598),
(85711, '3298', '380.00', '8', '20.001', '25', '77300000', '77995999', '49000000', '49099999', NULL, 1652948598),
(85712, '3220', '760.00', '4', '20.001', '25', '77300000', '77995999', '49000000', '49099999', NULL, 1652948599),
(85713, '3298', '463.00', '8', '25.001', '30', '77300000', '77995999', '49000000', '49099999', NULL, 1652948599),
(85714, '3220', '925.00', '4', '25.001', '30', '77300000', '77995999', '49000000', '49099999', NULL, 1652948600),
(85715, '3298', '90.00', '15', '0.3', '5', '77300000', '77995999', '49100000', '49999999', NULL, 1652948601),
(85716, '3220', '183.00', '9', '0.3', '5', '77300000', '77995999', '49100000', '49999999', NULL, 1652948601),
(85717, '3298', '133.00', '15', '5.001', '10', '77300000', '77995999', '49100000', '49999999', NULL, 1652948602),
(85718, '3220', '266.00', '9', '5.001', '10', '77300000', '77995999', '49100000', '49999999', NULL, 1652948602),
(85719, '3298', '215.00', '15', '10.001', '15', '77300000', '77995999', '49100000', '49999999', NULL, 1652948603),
(85720, '3220', '430.00', '9', '10.001', '15', '77300000', '77995999', '49100000', '49999999', NULL, 1652948604),
(85721, '3298', '298.00', '15', '15.001', '20', '77300000', '77995999', '49100000', '49999999', NULL, 1652948619),
(85722, '3220', '595.00', '9', '15.001', '20', '77300000', '77995999', '49100000', '49999999', NULL, 1652948619),
(85723, '3298', '380.00', '15', '20.001', '25', '77300000', '77995999', '49100000', '49999999', NULL, 1652948620),
(85724, '3220', '760.00', '9', '20.001', '25', '77300000', '77995999', '49100000', '49999999', NULL, 1652948620),
(85725, '3298', '463.00', '15', '25.001', '30', '77300000', '77995999', '49100000', '49999999', NULL, 1652948621),
(85726, '3220', '925.00', '9', '25.001', '30', '77300000', '77995999', '49100000', '49999999', NULL, 1652948622),
(85727, '3298', '90.00', '8', '0.3', '5', '77300000', '77995999', '50000000', '52999999', NULL, 1652948622),
(85728, '3220', '183.00', '4', '0.3', '5', '77300000', '77995999', '50000000', '52999999', NULL, 1652948623),
(85729, '3298', '133.00', '8', '5.001', '10', '77300000', '77995999', '50000000', '52999999', NULL, 1652948624),
(85730, '3220', '266.00', '4', '5.001', '10', '77300000', '77995999', '50000000', '52999999', NULL, 1652948624),
(85731, '3298', '215.00', '8', '10.001', '15', '77300000', '77995999', '50000000', '52999999', NULL, 1652948625),
(85732, '3220', '430.00', '4', '10.001', '15', '77300000', '77995999', '50000000', '52999999', NULL, 1652948625),
(85733, '3298', '298.00', '8', '15.001', '20', '77300000', '77995999', '50000000', '52999999', NULL, 1652948638),
(85734, '3220', '595.00', '4', '15.001', '20', '77300000', '77995999', '50000000', '52999999', NULL, 1652948639),
(85735, '3298', '380.00', '8', '20.001', '25', '77300000', '77995999', '50000000', '52999999', NULL, 1652948640),
(85736, '3220', '760.00', '4', '20.001', '25', '77300000', '77995999', '50000000', '52999999', NULL, 1652948649),
(85737, '3298', '463.00', '8', '25.001', '30', '77300000', '77995999', '50000000', '52999999', NULL, 1652948649),
(85738, '3220', '925.00', '4', '25.001', '30', '77300000', '77995999', '50000000', '52999999', NULL, 1652948650),
(85739, '3298', '90.00', '8', '0.3', '5', '77300000', '77995999', '50000000', '54999999', NULL, 1652948651),
(85740, '3220', '183.00', '4', '0.3', '5', '77300000', '77995999', '50000000', '54999999', NULL, 1652948651),
(85741, '3298', '133.00', '8', '5.001', '10', '77300000', '77995999', '50000000', '54999999', NULL, 1652948661),
(85742, '3220', '266.00', '4', '5.001', '10', '77300000', '77995999', '50000000', '54999999', NULL, 1652948661),
(85743, '3298', '215.00', '8', '10.001', '15', '77300000', '77995999', '50000000', '54999999', NULL, 1652948662),
(85744, '3220', '430.00', '4', '10.001', '15', '77300000', '77995999', '50000000', '54999999', NULL, 1652948662),
(85745, '3298', '298.00', '8', '15.001', '20', '77300000', '77995999', '50000000', '54999999', NULL, 1652948663),
(85746, '3220', '595.00', '4', '15.001', '20', '77300000', '77995999', '50000000', '54999999', NULL, 1652948663),
(85747, '3298', '380.00', '8', '20.001', '25', '77300000', '77995999', '50000000', '54999999', NULL, 1652948664),
(85748, '3220', '760.00', '4', '20.001', '25', '77300000', '77995999', '50000000', '54999999', NULL, 1652948664),
(85749, '3298', '463.00', '8', '25.001', '30', '77300000', '77995999', '50000000', '54999999', NULL, 1652948665),
(85750, '3220', '925.00', '4', '25.001', '30', '77300000', '77995999', '50000000', '54999999', NULL, 1652948666),
(85751, '3298', '90.00', '16', '0.3', '5', '77300000', '77995999', '55000000', '56999999', NULL, 1652948667),
(85752, '3220', '183.00', '11', '0.3', '5', '77300000', '77995999', '55000000', '56999999', NULL, 1652948676),
(85753, '3298', '133.00', '16', '5.001', '10', '77300000', '77995999', '55000000', '56999999', NULL, 1652948676),
(85754, '3220', '266.00', '11', '5.001', '10', '77300000', '77995999', '55000000', '56999999', NULL, 1652948677),
(85755, '3298', '215.00', '16', '10.001', '15', '77300000', '77995999', '55000000', '56999999', NULL, 1652948677),
(85756, '3220', '430.00', '11', '10.001', '15', '77300000', '77995999', '55000000', '56999999', NULL, 1652948678),
(85757, '3298', '298.00', '16', '15.001', '20', '77300000', '77995999', '55000000', '56999999', NULL, 1652948679),
(85758, '3220', '595.00', '11', '15.001', '20', '77300000', '77995999', '55000000', '56999999', NULL, 1652948680),
(85759, '3298', '380.00', '16', '20.001', '25', '77300000', '77995999', '55000000', '56999999', NULL, 1652948680),
(85760, '3220', '760.00', '11', '20.001', '25', '77300000', '77995999', '55000000', '56999999', NULL, 1652948680),
(85761, '3298', '463.00', '16', '25.001', '30', '77300000', '77995999', '55000000', '56999999', NULL, 1652948681),
(85762, '3220', '925.00', '11', '25.001', '30', '77300000', '77995999', '55000000', '56999999', NULL, 1652948682),
(85763, '3298', '90.00', '8', '0.3', '5', '77300000', '77995999', '57000000', '57099999', NULL, 1652948683),
(85764, '3220', '183.00', '4', '0.3', '5', '77300000', '77995999', '57000000', '57099999', NULL, 1652948683),
(85765, '3298', '133.00', '8', '5.001', '10', '77300000', '77995999', '57000000', '57099999', NULL, 1652948684),
(85766, '3220', '266.00', '4', '5.001', '10', '77300000', '77995999', '57000000', '57099999', NULL, 1652948692),
(85767, '3298', '215.00', '8', '10.001', '15', '77300000', '77995999', '57000000', '57099999', NULL, 1652948700),
(85768, '3220', '430.00', '4', '10.001', '15', '77300000', '77995999', '57000000', '57099999', NULL, 1652948701),
(85769, '3298', '298.00', '8', '15.001', '20', '77300000', '77995999', '57000000', '57099999', NULL, 1652948710),
(85770, '3220', '595.00', '4', '15.001', '20', '77300000', '77995999', '57000000', '57099999', NULL, 1652948710),
(85771, '3298', '380.00', '8', '20.001', '25', '77300000', '77995999', '57000000', '57099999', NULL, 1652948711),
(85772, '3220', '760.00', '4', '20.001', '25', '77300000', '77995999', '57000000', '57099999', NULL, 1652948711),
(85773, '3298', '463.00', '8', '25.001', '30', '77300000', '77995999', '57000000', '57099999', NULL, 1652948712),
(85774, '3220', '925.00', '4', '25.001', '30', '77300000', '77995999', '57000000', '57099999', NULL, 1652948712),
(85775, '3298', '90.00', '14', '0.3', '5', '77300000', '77995999', '57100000', '57999999', NULL, 1652948720),
(85776, '3220', '183.00', '9', '0.3', '5', '77300000', '77995999', '57100000', '57999999', NULL, 1652948721),
(85777, '3298', '133.00', '14', '5.001', '10', '77300000', '77995999', '57100000', '57999999', NULL, 1652948722),
(85778, '3220', '266.00', '9', '5.001', '10', '77300000', '77995999', '57100000', '57999999', NULL, 1652948723),
(85779, '3298', '215.00', '14', '10.001', '15', '77300000', '77995999', '57100000', '57999999', NULL, 1652948723),
(85780, '3220', '430.00', '9', '10.001', '15', '77300000', '77995999', '57100000', '57999999', NULL, 1652948724),
(85781, '3298', '298.00', '14', '15.001', '20', '77300000', '77995999', '57100000', '57999999', NULL, 1652948725),
(85782, '3220', '595.00', '9', '15.001', '20', '77300000', '77995999', '57100000', '57999999', NULL, 1652948726),
(85783, '3298', '380.00', '14', '20.001', '25', '77300000', '77995999', '57100000', '57999999', NULL, 1652948726),
(85784, '3220', '760.00', '9', '20.001', '25', '77300000', '77995999', '57100000', '57999999', NULL, 1652948727),
(85785, '3298', '463.00', '14', '25.001', '30', '77300000', '77995999', '57100000', '57999999', NULL, 1652948728),
(85786, '3220', '925.00', '9', '25.001', '30', '77300000', '77995999', '57100000', '57999999', NULL, 1652948729),
(85787, '3298', '90.00', '9', '0.3', '5', '77300000', '77995999', '58000000', '58099999', NULL, 1652948730),
(85788, '3220', '183.00', '5', '0.3', '5', '77300000', '77995999', '58000000', '58099999', NULL, 1652948730),
(85789, '3298', '133.00', '9', '5.001', '10', '77300000', '77995999', '58000000', '58099999', NULL, 1652948731),
(85790, '3220', '266.00', '5', '5.001', '10', '77300000', '77995999', '58000000', '58099999', NULL, 1652948731),
(85791, '3298', '215.00', '9', '10.001', '15', '77300000', '77995999', '58000000', '58099999', NULL, 1652948732),
(85792, '3220', '430.00', '5', '10.001', '15', '77300000', '77995999', '58000000', '58099999', NULL, 1652948733),
(85793, '3298', '298.00', '9', '15.001', '20', '77300000', '77995999', '58000000', '58099999', NULL, 1652948733),
(85794, '3220', '595.00', '5', '15.001', '20', '77300000', '77995999', '58000000', '58099999', NULL, 1652948734),
(85795, '3298', '380.00', '9', '20.001', '25', '77300000', '77995999', '58000000', '58099999', NULL, 1652948735),
(85796, '3220', '760.00', '5', '20.001', '25', '77300000', '77995999', '58000000', '58099999', NULL, 1652948736),
(85797, '3298', '463.00', '9', '25.001', '30', '77300000', '77995999', '58000000', '58099999', NULL, 1652948736),
(85798, '3220', '925.00', '5', '25.001', '30', '77300000', '77995999', '58000000', '58099999', NULL, 1652948737),
(85799, '3298', '90.00', '17', '0.3', '5', '77300000', '77995999', '58100000', '58999999', NULL, 1652948738),
(85800, '3220', '183.00', '12', '0.3', '5', '77300000', '77995999', '58100000', '58999999', NULL, 1652948739),
(85801, '3298', '133.00', '17', '5.001', '10', '77300000', '77995999', '58100000', '58999999', NULL, 1652948740),
(85802, '3220', '266.00', '12', '5.001', '10', '77300000', '77995999', '58100000', '58999999', NULL, 1652948740),
(85803, '3298', '215.00', '17', '10.001', '15', '77300000', '77995999', '58100000', '58999999', NULL, 1652948741),
(85804, '3220', '430.00', '12', '10.001', '15', '77300000', '77995999', '58100000', '58999999', NULL, 1652948742),
(85805, '3298', '298.00', '17', '15.001', '20', '77300000', '77995999', '58100000', '58999999', NULL, 1652948742),
(85806, '3220', '595.00', '12', '15.001', '20', '77300000', '77995999', '58100000', '58999999', NULL, 1652948750),
(85807, '3298', '380.00', '17', '20.001', '25', '77300000', '77995999', '58100000', '58999999', NULL, 1652948750),
(85808, '3220', '760.00', '12', '20.001', '25', '77300000', '77995999', '58100000', '58999999', NULL, 1652948752),
(85809, '3298', '463.00', '17', '25.001', '30', '77300000', '77995999', '58100000', '58999999', NULL, 1652948752),
(85810, '3220', '925.00', '12', '25.001', '30', '77300000', '77995999', '58100000', '58999999', NULL, 1652948753),
(85811, '3298', '90.00', '8', '0.3', '5', '77300000', '77995999', '59000000', '59099999', NULL, 1652948760),
(85812, '3220', '183.00', '4', '0.3', '5', '77300000', '77995999', '59000000', '59099999', NULL, 1652948761),
(85813, '3298', '133.00', '8', '5.001', '10', '77300000', '77995999', '59000000', '59099999', NULL, 1652948761),
(85814, '3220', '266.00', '4', '5.001', '10', '77300000', '77995999', '59000000', '59099999', NULL, 1652948762),
(85815, '3298', '215.00', '8', '10.001', '15', '77300000', '77995999', '59000000', '59099999', NULL, 1652948763),
(85816, '3220', '430.00', '4', '10.001', '15', '77300000', '77995999', '59000000', '59099999', NULL, 1652948769),
(85817, '3298', '298.00', '8', '15.001', '20', '77300000', '77995999', '59000000', '59099999', NULL, 1652948770),
(85818, '3220', '595.00', '4', '15.001', '20', '77300000', '77995999', '59000000', '59099999', NULL, 1652948771),
(85819, '3298', '380.00', '8', '20.001', '25', '77300000', '77995999', '59000000', '59099999', NULL, 1652948772),
(85820, '3220', '760.00', '4', '20.001', '25', '77300000', '77995999', '59000000', '59099999', NULL, 1652948773),
(85821, '3298', '463.00', '8', '25.001', '30', '77300000', '77995999', '59000000', '59099999', NULL, 1652948773),
(85822, '3220', '925.00', '4', '25.001', '30', '77300000', '77995999', '59000000', '59099999', NULL, 1652948780),
(85823, '3298', '90.00', '8', '0.3', '5', '77300000', '77995999', '59100000', '59999999', NULL, 1652948781),
(85824, '3220', '183.00', '4', '0.3', '5', '77300000', '77995999', '59100000', '59999999', NULL, 1652948781),
(85825, '3298', '133.00', '8', '5.001', '10', '77300000', '77995999', '59100000', '59999999', NULL, 1652948782),
(85826, '3220', '266.00', '4', '5.001', '10', '77300000', '77995999', '59100000', '59999999', NULL, 1652948782),
(85827, '3298', '215.00', '8', '10.001', '15', '77300000', '77995999', '59100000', '59999999', NULL, 1652948783),
(85828, '3220', '430.00', '4', '10.001', '15', '77300000', '77995999', '59100000', '59999999', NULL, 1652948789),
(85829, '3298', '298.00', '8', '15.001', '20', '77300000', '77995999', '59100000', '59999999', NULL, 1652948790),
(85830, '3220', '595.00', '4', '15.001', '20', '77300000', '77995999', '59100000', '59999999', NULL, 1652948791),
(85831, '3298', '380.00', '8', '20.001', '25', '77300000', '77995999', '59100000', '59999999', NULL, 1652948792),
(85832, '3220', '760.00', '4', '20.001', '25', '77300000', '77995999', '59100000', '59999999', NULL, 1652948792),
(85833, '3298', '463.00', '8', '25.001', '30', '77300000', '77995999', '59100000', '59999999', NULL, 1652948793),
(85834, '3220', '925.00', '4', '25.001', '30', '77300000', '77995999', '59100000', '59999999', NULL, 1652948794),
(85835, '3298', '90.00', '8', '0.3', '5', '77300000', '77995999', '60000000', '60999999', NULL, 1652948795),
(85836, '3220', '183.00', '4', '0.3', '5', '77300000', '77995999', '60000000', '60999999', NULL, 1652948796),
(85837, '3298', '133.00', '8', '5.001', '10', '77300000', '77995999', '60000000', '60999999', NULL, 1652948796),
(85838, '3220', '266.00', '4', '5.001', '10', '77300000', '77995999', '60000000', '60999999', NULL, 1652948797),
(85839, '3298', '215.00', '8', '10.001', '15', '77300000', '77995999', '60000000', '60999999', NULL, 1652948803),
(85840, '3220', '430.00', '4', '10.001', '15', '77300000', '77995999', '60000000', '60999999', NULL, 1652948804),
(85841, '3298', '298.00', '8', '15.001', '20', '77300000', '77995999', '60000000', '60999999', NULL, 1652948810),
(85842, '3220', '595.00', '4', '15.001', '20', '77300000', '77995999', '60000000', '60999999', NULL, 1652948811),
(85843, '3298', '380.00', '8', '20.001', '25', '77300000', '77995999', '60000000', '60999999', NULL, 1652948811),
(85844, '3220', '760.00', '4', '20.001', '25', '77300000', '77995999', '60000000', '60999999', NULL, 1652948812),
(85845, '3298', '463.00', '8', '25.001', '30', '77300000', '77995999', '60000000', '60999999', NULL, 1652948813),
(85846, '3220', '925.00', '4', '25.001', '30', '77300000', '77995999', '60000000', '60999999', NULL, 1652948819),
(85847, '3298', '90.00', '8', '0.3', '5', '77300000', '77995999', '60000000', '61900999', NULL, 1652948820),
(85848, '3220', '183.00', '4', '0.3', '5', '77300000', '77995999', '60000000', '61900999', NULL, 1652948820),
(85849, '3298', '133.00', '8', '5.001', '10', '77300000', '77995999', '60000000', '61900999', NULL, 1652948821),
(85850, '3220', '266.00', '4', '5.001', '10', '77300000', '77995999', '60000000', '61900999', NULL, 1652948822),
(85851, '3298', '215.00', '8', '10.001', '15', '77300000', '77995999', '60000000', '61900999', NULL, 1652948822),
(85852, '3220', '430.00', '4', '10.001', '15', '77300000', '77995999', '60000000', '61900999', NULL, 1652948829),
(85853, '3298', '298.00', '8', '15.001', '20', '77300000', '77995999', '60000000', '61900999', NULL, 1652948829),
(85854, '3220', '595.00', '4', '15.001', '20', '77300000', '77995999', '60000000', '61900999', NULL, 1652948830),
(85855, '3298', '380.00', '8', '20.001', '25', '77300000', '77995999', '60000000', '61900999', NULL, 1652948831),
(85856, '3220', '760.00', '4', '20.001', '25', '77300000', '77995999', '60000000', '61900999', NULL, 1652948831),
(85857, '3298', '463.00', '8', '25.001', '30', '77300000', '77995999', '60000000', '61900999', NULL, 1652948832),
(85858, '3220', '925.00', '4', '25.001', '30', '77300000', '77995999', '60000000', '61900999', NULL, 1652948833),
(85859, '3298', '90.00', '16', '0.3', '5', '77300000', '77995999', '61901000', '63999999', NULL, 1652948833),
(85860, '3220', '183.00', '12', '0.3', '5', '77300000', '77995999', '61901000', '63999999', NULL, 1652948834),
(85861, '3298', '133.00', '16', '5.001', '10', '77300000', '77995999', '61901000', '63999999', NULL, 1652948835),
(85862, '3220', '266.00', '12', '5.001', '10', '77300000', '77995999', '61901000', '63999999', NULL, 1652948836),
(85863, '3298', '215.00', '16', '10.001', '15', '77300000', '77995999', '61901000', '63999999', NULL, 1652948837),
(85864, '3220', '430.00', '12', '10.001', '15', '77300000', '77995999', '61901000', '63999999', NULL, 1652948839),
(85865, '3298', '298.00', '16', '15.001', '20', '77300000', '77995999', '61901000', '63999999', NULL, 1652948839),
(85866, '3220', '595.00', '12', '15.001', '20', '77300000', '77995999', '61901000', '63999999', NULL, 1652948840),
(85867, '3298', '380.00', '16', '20.001', '25', '77300000', '77995999', '61901000', '63999999', NULL, 1652948841),
(85868, '3220', '760.00', '12', '20.001', '25', '77300000', '77995999', '61901000', '63999999', NULL, 1652948842),
(85869, '3298', '463.00', '16', '25.001', '30', '77300000', '77995999', '61901000', '63999999', NULL, 1652948843),
(85870, '3220', '925.00', '12', '25.001', '30', '77300000', '77995999', '61901000', '63999999', NULL, 1652948844),
(85871, '3298', '90.00', '10', '0.3', '5', '77300000', '77995999', '64000000', '64099999', NULL, 1652948844),
(85872, '3220', '183.00', '6', '0.3', '5', '77300000', '77995999', '64000000', '64099999', NULL, 1652948845),
(85873, '3298', '133.00', '10', '5.001', '10', '77300000', '77995999', '64000000', '64099999', NULL, 1652948846),
(85874, '3220', '266.00', '6', '5.001', '10', '77300000', '77995999', '64000000', '64099999', NULL, 1652948848),
(85875, '3298', '215.00', '10', '10.001', '15', '77300000', '77995999', '64000000', '64099999', NULL, 1652948849),
(85876, '3220', '430.00', '6', '10.001', '15', '77300000', '77995999', '64000000', '64099999', NULL, 1652948850),
(85877, '3298', '298.00', '10', '15.001', '20', '77300000', '77995999', '64000000', '64099999', NULL, 1652948851),
(85878, '3220', '595.00', '6', '15.001', '20', '77300000', '77995999', '64000000', '64099999', NULL, 1652948852),
(85879, '3298', '380.00', '10', '20.001', '25', '77300000', '77995999', '64000000', '64099999', NULL, 1652948852),
(85880, '3220', '760.00', '6', '20.001', '25', '77300000', '77995999', '64000000', '64099999', NULL, 1652948857),
(85881, '3298', '463.00', '10', '25.001', '30', '77300000', '77995999', '64000000', '64099999', NULL, 1652948858),
(85882, '3220', '925.00', '6', '25.001', '30', '77300000', '77995999', '64000000', '64099999', NULL, 1652948859),
(85883, '3298', '90.00', '15', '0.3', '5', '77300000', '77995999', '64100000', '64999999', NULL, 1652948860),
(85884, '3220', '183.00', '13', '0.3', '5', '77300000', '77995999', '64100000', '64999999', NULL, 1652948860),
(85885, '3298', '133.00', '15', '5.001', '10', '77300000', '77995999', '64100000', '64999999', NULL, 1652948865),
(85886, '3220', '266.00', '13', '5.001', '10', '77300000', '77995999', '64100000', '64999999', NULL, 1652948866),
(85887, '3298', '215.00', '15', '10.001', '15', '77300000', '77995999', '64100000', '64999999', NULL, 1652948866),
(85888, '3220', '430.00', '13', '10.001', '15', '77300000', '77995999', '64100000', '64999999', NULL, 1652948867),
(85889, '3298', '298.00', '15', '15.001', '20', '77300000', '77995999', '64100000', '64999999', NULL, 1652948868),
(85890, '3220', '595.00', '13', '15.001', '20', '77300000', '77995999', '64100000', '64999999', NULL, 1652948869),
(85891, '3298', '380.00', '15', '20.001', '25', '77300000', '77995999', '64100000', '64999999', NULL, 1652948871),
(85892, '3220', '760.00', '13', '20.001', '25', '77300000', '77995999', '64100000', '64999999', NULL, 1652948872),
(85893, '3298', '463.00', '15', '25.001', '30', '77300000', '77995999', '64100000', '64999999', NULL, 1652948873),
(85894, '3220', '925.00', '13', '25.001', '30', '77300000', '77995999', '64100000', '64999999', NULL, 1652948877),
(85895, '3298', '90.00', '10', '0.3', '5', '77300000', '77995999', '65000000', '65099999', NULL, 1652948877),
(85896, '3220', '183.00', '6', '0.3', '5', '77300000', '77995999', '65000000', '65099999', NULL, 1652948878),
(85897, '3298', '133.00', '10', '5.001', '10', '77300000', '77995999', '65000000', '65099999', NULL, 1652948878),
(85898, '3220', '266.00', '6', '5.001', '10', '77300000', '77995999', '65000000', '65099999', NULL, 1652948886),
(85899, '3298', '215.00', '10', '10.001', '15', '77300000', '77995999', '65000000', '65099999', NULL, 1652948887),
(85900, '3220', '430.00', '6', '10.001', '15', '77300000', '77995999', '65000000', '65099999', NULL, 1652948888),
(85901, '3298', '298.00', '10', '15.001', '20', '77300000', '77995999', '65000000', '65099999', NULL, 1652948889),
(85902, '3220', '595.00', '6', '15.001', '20', '77300000', '77995999', '65000000', '65099999', NULL, 1652948890),
(85903, '3298', '380.00', '10', '20.001', '25', '77300000', '77995999', '65000000', '65099999', NULL, 1652948891),
(85904, '3220', '760.00', '6', '20.001', '25', '77300000', '77995999', '65000000', '65099999', NULL, 1652948892),
(85905, '3298', '463.00', '10', '25.001', '30', '77300000', '77995999', '65000000', '65099999', NULL, 1652948892),
(85906, '3220', '925.00', '6', '25.001', '30', '77300000', '77995999', '65000000', '65099999', NULL, 1652948892),
(85907, '3298', '90.00', '17', '0.3', '5', '77300000', '77995999', '65100000', '65999999', NULL, 1652948893),
(85908, '3220', '183.00', '15', '0.3', '5', '77300000', '77995999', '65100000', '65999999', NULL, 1652948894),
(85909, '3298', '133.00', '17', '5.001', '10', '77300000', '77995999', '65100000', '65999999', NULL, 1652948894),
(85910, '3220', '266.00', '15', '5.001', '10', '77300000', '77995999', '65100000', '65999999', NULL, 1652948895),
(85911, '3298', '215.00', '17', '10.001', '15', '77300000', '77995999', '65100000', '65999999', NULL, 1652948896),
(85912, '3220', '430.00', '15', '10.001', '15', '77300000', '77995999', '65100000', '65999999', NULL, 1652948896),
(85913, '3298', '298.00', '17', '15.001', '20', '77300000', '77995999', '65100000', '65999999', NULL, 1652948897),
(85914, '3220', '595.00', '15', '15.001', '20', '77300000', '77995999', '65100000', '65999999', NULL, 1652948898),
(85915, '3298', '380.00', '17', '20.001', '25', '77300000', '77995999', '65100000', '65999999', NULL, 1652948899),
(85916, '3220', '760.00', '15', '20.001', '25', '77300000', '77995999', '65100000', '65999999', NULL, 1652948899),
(85917, '3298', '463.00', '17', '25.001', '30', '77300000', '77995999', '65100000', '65999999', NULL, 1652948900),
(85918, '3220', '925.00', '15', '25.001', '30', '77300000', '77995999', '65100000', '65999999', NULL, 1652948901),
(85919, '3298', '50.00', '10', '0.3', '5', '77300000', '77995999', '66000000', '66999999', NULL, 1652948901),
(85920, '3220', '124.00', '6', '0.3', '5', '77300000', '77995999', '66000000', '66999999', NULL, 1652948902),
(85921, '3298', '83.00', '10', '5.001', '10', '77300000', '77995999', '66000000', '66999999', NULL, 1652948903),
(85922, '3220', '175.00', '6', '5.001', '10', '77300000', '77995999', '66000000', '66999999', NULL, 1652948904),
(85923, '3298', '135.00', '10', '10.001', '15', '77300000', '77995999', '66000000', '66999999', NULL, 1652948912),
(85924, '3220', '283.00', '6', '10.001', '15', '77300000', '77995999', '66000000', '66999999', NULL, 1652948913),
(85925, '3298', '186.00', '10', '15.001', '20', '77300000', '77995999', '66000000', '66999999', NULL, 1652948921),
(85926, '3220', '392.00', '6', '15.001', '20', '77300000', '77995999', '66000000', '66999999', NULL, 1652948922),
(85927, '3298', '238.00', '10', '20.001', '25', '77300000', '77995999', '66000000', '66999999', NULL, 1652948922),
(85928, '3220', '500.00', '6', '20.001', '25', '77300000', '77995999', '66000000', '66999999', NULL, 1652948923),
(85929, '3298', '290.00', '10', '25.001', '30', '77300000', '77995999', '66000000', '66999999', NULL, 1652948923),
(85930, '3220', '609.00', '6', '25.001', '30', '77300000', '77995999', '66000000', '66999999', NULL, 1652948924),
(85931, '3298', '50.00', '10', '0.3', '5', '77300000', '77995999', '66000000', '67999999', NULL, 1652948925),
(85932, '3220', '124.00', '6', '0.3', '5', '77300000', '77995999', '66000000', '67999999', NULL, 1652948930),
(85933, '3298', '83.00', '10', '5.001', '10', '77300000', '77995999', '66000000', '67999999', NULL, 1652948934),
(85934, '3220', '175.00', '6', '5.001', '10', '77300000', '77995999', '66000000', '67999999', NULL, 1652948935),
(85935, '3298', '135.00', '10', '10.001', '15', '77300000', '77995999', '66000000', '67999999', NULL, 1652948936),
(85936, '3220', '283.00', '6', '10.001', '15', '77300000', '77995999', '66000000', '67999999', NULL, 1652948937),
(85937, '3298', '186.00', '10', '15.001', '20', '77300000', '77995999', '66000000', '67999999', NULL, 1652948938),
(85938, '3220', '392.00', '6', '15.001', '20', '77300000', '77995999', '66000000', '67999999', NULL, 1652948939),
(85939, '3298', '238.00', '10', '20.001', '25', '77300000', '77995999', '66000000', '67999999', NULL, 1652948940),
(85940, '3220', '500.00', '6', '20.001', '25', '77300000', '77995999', '66000000', '67999999', NULL, 1652948944),
(85941, '3298', '290.00', '10', '25.001', '30', '77300000', '77995999', '66000000', '67999999', NULL, 1652948944),
(85942, '3220', '609.00', '6', '25.001', '30', '77300000', '77995999', '66000000', '67999999', NULL, 1652948945),
(85943, '3298', '50.00', '15', '0.3', '5', '77300000', '77995999', '68000000', '68899999', NULL, 1652948946),
(85944, '3220', '124.00', '13', '0.3', '5', '77300000', '77995999', '68000000', '68899999', NULL, 1652948947),
(85945, '3298', '83.00', '15', '5.001', '10', '77300000', '77995999', '68000000', '68899999', NULL, 1652948953),
(85946, '3220', '175.00', '13', '5.001', '10', '77300000', '77995999', '68000000', '68899999', NULL, 1652948954),
(85947, '3298', '135.00', '15', '10.001', '15', '77300000', '77995999', '68000000', '68899999', NULL, 1652948955),
(85948, '3220', '283.00', '13', '10.001', '15', '77300000', '77995999', '68000000', '68899999', NULL, 1652948956),
(85949, '3298', '186.00', '15', '15.001', '20', '77300000', '77995999', '68000000', '68899999', NULL, 1652948957),
(85950, '3220', '392.00', '13', '15.001', '20', '77300000', '77995999', '68000000', '68899999', NULL, 1652948957),
(85951, '3298', '238.00', '15', '20.001', '25', '77300000', '77995999', '68000000', '68899999', NULL, 1652948958),
(85952, '3220', '500.00', '13', '20.001', '25', '77300000', '77995999', '68000000', '68899999', NULL, 1652948961),
(85953, '3298', '290.00', '15', '25.001', '30', '77300000', '77995999', '68000000', '68899999', NULL, 1652948962),
(85954, '3220', '609.00', '13', '25.001', '30', '77300000', '77995999', '68000000', '68899999', NULL, 1652948962),
(85955, '3298', '70.00', '21', '0.3', '5', '77300000', '77995999', '68900000', '68914999', NULL, 1652948963),
(85956, '3220', '157.00', '13', '0.3', '5', '77300000', '77995999', '68900000', '68914999', NULL, 1652948964),
(85957, '3298', '106.00', '21', '5.001', '10', '77300000', '77995999', '68900000', '68914999', NULL, 1652948965),
(85958, '3220', '226.00', '13', '5.001', '10', '77300000', '77995999', '68900000', '68914999', NULL, 1652948971),
(85959, '3298', '172.00', '21', '10.001', '15', '77300000', '77995999', '68900000', '68914999', NULL, 1652948972),
(85960, '3220', '367.00', '13', '10.001', '15', '77300000', '77995999', '68900000', '68914999', NULL, 1652948972),
(85961, '3298', '239.00', '21', '15.001', '20', '77300000', '77995999', '68900000', '68914999', NULL, 1652948979),
(85962, '3220', '508.00', '13', '15.001', '20', '77300000', '77995999', '68900000', '68914999', NULL, 1652948979),
(85963, '3298', '305.00', '21', '20.001', '25', '77300000', '77995999', '68900000', '68914999', NULL, 1652948981),
(85964, '3220', '649.00', '13', '20.001', '25', '77300000', '77995999', '68900000', '68914999', NULL, 1652948981),
(85965, '3298', '371.00', '21', '25.001', '30', '77300000', '77995999', '68900000', '68914999', NULL, 1652948982),
(85966, '3220', '789.00', '13', '25.001', '30', '77300000', '77995999', '68900000', '68914999', NULL, 1652948983),
(85967, '3298', '70.00', '25', '0.3', '5', '77300000', '77995999', '68915000', '68999999', NULL, 1652948983),
(85968, '3220', '157.00', '18', '0.3', '5', '77300000', '77995999', '68915000', '68999999', NULL, 1652948993),
(85969, '3298', '106.00', '25', '5.001', '10', '77300000', '77995999', '68915000', '68999999', NULL, 1652948994),
(85970, '3220', '226.00', '18', '5.001', '10', '77300000', '77995999', '68915000', '68999999', NULL, 1652948994),
(85971, '3298', '172.00', '25', '10.001', '15', '77300000', '77995999', '68915000', '68999999', NULL, 1652948995),
(85972, '3220', '367.00', '18', '10.001', '15', '77300000', '77995999', '68915000', '68999999', NULL, 1652948996),
(85973, '3298', '239.00', '25', '15.001', '20', '77300000', '77995999', '68915000', '68999999', NULL, 1652948996),
(85974, '3220', '508.00', '18', '15.001', '20', '77300000', '77995999', '68915000', '68999999', NULL, 1652948997),
(85975, '3298', '305.00', '25', '20.001', '25', '77300000', '77995999', '68915000', '68999999', NULL, 1652948997),
(85976, '3220', '649.00', '18', '20.001', '25', '77300000', '77995999', '68915000', '68999999', NULL, 1652948998),
(85977, '3298', '371.00', '25', '25.001', '30', '77300000', '77995999', '68915000', '68999999', NULL, 1652948999),
(85978, '3220', '789.00', '18', '25.001', '30', '77300000', '77995999', '68915000', '68999999', NULL, 1652949000),
(85979, '3298', '90.00', '21', '0.3', '5', '77300000', '77995999', '69000000', '69099999', NULL, 1652949000),
(85980, '3220', '183.00', '4', '0.3', '5', '77300000', '77995999', '69000000', '69099999', NULL, 1652949000),
(85981, '3298', '133.00', '21', '5.001', '10', '77300000', '77995999', '69000000', '69099999', NULL, 1652949005),
(85982, '3220', '266.00', '4', '5.001', '10', '77300000', '77995999', '69000000', '69099999', NULL, 1652949005),
(85983, '3298', '215.00', '21', '10.001', '15', '77300000', '77995999', '69000000', '69099999', NULL, 1652949006),
(85984, '3220', '430.00', '4', '10.001', '15', '77300000', '77995999', '69000000', '69099999', NULL, 1652949017),
(85985, '3298', '298.00', '21', '15.001', '20', '77300000', '77995999', '69000000', '69099999', NULL, 1652949018),
(85986, '3220', '595.00', '4', '15.001', '20', '77300000', '77995999', '69000000', '69099999', NULL, 1652949018),
(85987, '3298', '380.00', '21', '20.001', '25', '77300000', '77995999', '69000000', '69099999', NULL, 1652949019),
(85988, '3220', '760.00', '4', '20.001', '25', '77300000', '77995999', '69000000', '69099999', NULL, 1652949020),
(85989, '3298', '463.00', '21', '25.001', '30', '77300000', '77995999', '69000000', '69099999', NULL, 1652949030),
(85990, '3220', '925.00', '4', '25.001', '30', '77300000', '77995999', '69000000', '69099999', NULL, 1652949031),
(85991, '3298', '90.00', '32', '0.3', '5', '77300000', '77995999', '69100000', '69299999', NULL, 1652949031),
(85992, '3220', '183.00', '11', '0.3', '5', '77300000', '77995999', '69100000', '69299999', NULL, 1652949032),
(85993, '3298', '133.00', '32', '5.001', '10', '77300000', '77995999', '69100000', '69299999', NULL, 1652949042),
(85994, '3220', '266.00', '11', '5.001', '10', '77300000', '77995999', '69100000', '69299999', NULL, 1652949053),
(85995, '3298', '215.00', '32', '10.001', '15', '77300000', '77995999', '69100000', '69299999', NULL, 1652949054),
(85996, '3220', '430.00', '11', '10.001', '15', '77300000', '77995999', '69100000', '69299999', NULL, 1652949054),
(85997, '3298', '298.00', '32', '15.001', '20', '77300000', '77995999', '69100000', '69299999', NULL, 1652949065),
(85998, '3220', '595.00', '11', '15.001', '20', '77300000', '77995999', '69100000', '69299999', NULL, 1652949066),
(85999, '3298', '380.00', '32', '20.001', '25', '77300000', '77995999', '69100000', '69299999', NULL, 1652949066),
(86000, '3220', '760.00', '11', '20.001', '25', '77300000', '77995999', '69100000', '69299999', NULL, 1652949067),
(86001, '3298', '463.00', '32', '25.001', '30', '77300000', '77995999', '69100000', '69299999', NULL, 1652949068),
(86002, '3220', '925.00', '11', '25.001', '30', '77300000', '77995999', '69100000', '69299999', NULL, 1652949078),
(86003, '3298', '90.00', '21', '0.3', '5', '77300000', '77995999', '69300000', '69339999', NULL, 1652949088),
(86004, '3220', '183.00', '4', '0.3', '5', '77300000', '77995999', '69300000', '69339999', NULL, 1652949089),
(86005, '3298', '133.00', '21', '5.001', '10', '77300000', '77995999', '69300000', '69339999', NULL, 1652949089),
(86006, '3220', '266.00', '4', '5.001', '10', '77300000', '77995999', '69300000', '69339999', NULL, 1652949090),
(86007, '3298', '215.00', '21', '10.001', '15', '77300000', '77995999', '69300000', '69339999', NULL, 1652949090),
(86008, '3220', '430.00', '4', '10.001', '15', '77300000', '77995999', '69300000', '69339999', NULL, 1652949091),
(86009, '3298', '298.00', '21', '15.001', '20', '77300000', '77995999', '69300000', '69339999', NULL, 1652949091),
(86010, '3220', '595.00', '4', '15.001', '20', '77300000', '77995999', '69300000', '69339999', NULL, 1652949092);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(86011, '3298', '380.00', '21', '20.001', '25', '77300000', '77995999', '69300000', '69339999', NULL, 1652949093),
(86012, '3220', '760.00', '4', '20.001', '25', '77300000', '77995999', '69300000', '69339999', NULL, 1652949094),
(86013, '3298', '463.00', '21', '25.001', '30', '77300000', '77995999', '69300000', '69339999', NULL, 1652949094),
(86014, '3220', '925.00', '4', '25.001', '30', '77300000', '77995999', '69300000', '69339999', NULL, 1652949095),
(86015, '3298', '90.00', '32', '0.3', '5', '77300000', '77995999', '69340000', '69389999', NULL, 1652949096),
(86016, '3220', '183.00', '14', '0.3', '5', '77300000', '77995999', '69340000', '69389999', NULL, 1652949096),
(86017, '3298', '133.00', '32', '5.001', '10', '77300000', '77995999', '69340000', '69389999', NULL, 1652949106),
(86018, '3220', '266.00', '14', '5.001', '10', '77300000', '77995999', '69340000', '69389999', NULL, 1652949107),
(86019, '3298', '215.00', '32', '10.001', '15', '77300000', '77995999', '69340000', '69389999', NULL, 1652949108),
(86020, '3220', '430.00', '14', '10.001', '15', '77300000', '77995999', '69340000', '69389999', NULL, 1652949108),
(86021, '3298', '298.00', '32', '15.001', '20', '77300000', '77995999', '69340000', '69389999', NULL, 1652949109),
(86022, '3220', '595.00', '14', '15.001', '20', '77300000', '77995999', '69340000', '69389999', NULL, 1652949110),
(86023, '3298', '380.00', '32', '20.001', '25', '77300000', '77995999', '69340000', '69389999', NULL, 1652949111),
(86024, '3220', '760.00', '14', '20.001', '25', '77300000', '77995999', '69340000', '69389999', NULL, 1652949111),
(86025, '3298', '463.00', '32', '25.001', '30', '77300000', '77995999', '69340000', '69389999', NULL, 1652949112),
(86026, '3220', '925.00', '14', '25.001', '30', '77300000', '77995999', '69340000', '69389999', NULL, 1652949112),
(86027, '3298', '90.00', '9', '0.3', '5', '77300000', '77995999', '69900000', '69920999', NULL, 1652949113),
(86028, '3220', '183.00', '5', '0.3', '5', '77300000', '77995999', '69900000', '69920999', NULL, 1652949114),
(86029, '3298', '133.00', '9', '5.001', '10', '77300000', '77995999', '69900000', '69920999', NULL, 1652949115),
(86030, '3220', '266.00', '5', '5.001', '10', '77300000', '77995999', '69900000', '69920999', NULL, 1652949115),
(86031, '3298', '215.00', '9', '10.001', '15', '77300000', '77995999', '69900000', '69920999', NULL, 1652949125),
(86032, '3220', '430.00', '5', '10.001', '15', '77300000', '77995999', '69900000', '69920999', NULL, 1652949125),
(86033, '3298', '298.00', '9', '15.001', '20', '77300000', '77995999', '69900000', '69920999', NULL, 1652949126),
(86034, '3220', '595.00', '5', '15.001', '20', '77300000', '77995999', '69900000', '69920999', NULL, 1652949127),
(86035, '3298', '380.00', '9', '20.001', '25', '77300000', '77995999', '69900000', '69920999', NULL, 1652949128),
(86036, '3220', '760.00', '5', '20.001', '25', '77300000', '77995999', '69900000', '69920999', NULL, 1652949128),
(86037, '3298', '463.00', '9', '25.001', '30', '77300000', '77995999', '69900000', '69920999', NULL, 1652949129),
(86038, '3220', '925.00', '5', '25.001', '30', '77300000', '77995999', '69900000', '69920999', NULL, 1652949130),
(86039, '3298', '90.00', '17', '0.3', '5', '77300000', '77995999', '69921000', '69999999', NULL, 1652949130),
(86040, '3220', '183.00', '14', '0.3', '5', '77300000', '77995999', '69921000', '69999999', NULL, 1652949131),
(86041, '3298', '133.00', '17', '5.001', '10', '77300000', '77995999', '69921000', '69999999', NULL, 1652949132),
(86042, '3220', '266.00', '14', '5.001', '10', '77300000', '77995999', '69921000', '69999999', NULL, 1652949132),
(86043, '3298', '215.00', '17', '10.001', '15', '77300000', '77995999', '69921000', '69999999', NULL, 1652949133),
(86044, '3220', '430.00', '14', '10.001', '15', '77300000', '77995999', '69921000', '69999999', NULL, 1652949133),
(86045, '3298', '298.00', '17', '15.001', '20', '77300000', '77995999', '69921000', '69999999', NULL, 1652949134),
(86046, '3220', '595.00', '14', '15.001', '20', '77300000', '77995999', '69921000', '69999999', NULL, 1652949135),
(86047, '3298', '380.00', '17', '20.001', '25', '77300000', '77995999', '69921000', '69999999', NULL, 1652949135),
(86048, '3220', '760.00', '14', '20.001', '25', '77300000', '77995999', '69921000', '69999999', NULL, 1652949136),
(86049, '3298', '463.00', '17', '25.001', '30', '77300000', '77995999', '69921000', '69999999', NULL, 1652949136),
(86050, '3220', '925.00', '14', '25.001', '30', '77300000', '77995999', '69921000', '69999999', NULL, 1652949137),
(86051, '3298', '44.00', '7', '0.3', '5', '77300000', '77995999', '71000000', '73699999', NULL, 1652949137),
(86052, '3220', '102.00', '3', '0.3', '5', '77300000', '77995999', '71000000', '73699999', NULL, 1652949138),
(86053, '3298', '74.00', '7', '5.001', '10', '77300000', '77995999', '71000000', '73699999', NULL, 1652949138),
(86054, '3220', '141.00', '3', '5.001', '10', '77300000', '77995999', '71000000', '73699999', NULL, 1652949139),
(86055, '3298', '120.00', '7', '10.001', '15', '77300000', '77995999', '71000000', '73699999', NULL, 1652949140),
(86056, '3220', '229.00', '3', '10.001', '15', '77300000', '77995999', '71000000', '73699999', NULL, 1652949140),
(86057, '3298', '166.00', '7', '15.001', '20', '77300000', '77995999', '71000000', '73699999', NULL, 1652949141),
(86058, '3220', '316.00', '3', '15.001', '20', '77300000', '77995999', '71000000', '73699999', NULL, 1652949142),
(86059, '3298', '212.00', '7', '20.001', '25', '77300000', '77995999', '71000000', '73699999', NULL, 1652949143),
(86060, '3220', '404.00', '3', '20.001', '25', '77300000', '77995999', '71000000', '73699999', NULL, 1652949143),
(86061, '3298', '258.00', '7', '25.001', '30', '77300000', '77995999', '71000000', '73699999', NULL, 1652949144),
(86062, '3220', '492.00', '3', '25.001', '30', '77300000', '77995999', '71000000', '73699999', NULL, 1652949144),
(86063, '3298', '44.00', '8', '0.3', '5', '77300000', '77995999', '72800000', '73999999', NULL, 1652949145),
(86064, '3220', '102.00', '4', '0.3', '5', '77300000', '77995999', '72800000', '73999999', NULL, 1652949145),
(86065, '3298', '74.00', '8', '5.001', '10', '77300000', '77995999', '72800000', '73999999', NULL, 1652949146),
(86066, '3220', '141.00', '4', '5.001', '10', '77300000', '77995999', '72800000', '73999999', NULL, 1652949147),
(86067, '3298', '120.00', '8', '10.001', '15', '77300000', '77995999', '72800000', '73999999', NULL, 1652949156),
(86068, '3220', '229.00', '4', '10.001', '15', '77300000', '77995999', '72800000', '73999999', NULL, 1652949156),
(86069, '3298', '166.00', '8', '15.001', '20', '77300000', '77995999', '72800000', '73999999', NULL, 1652949157),
(86070, '3220', '316.00', '4', '15.001', '20', '77300000', '77995999', '72800000', '73999999', NULL, 1652949158),
(86071, '3298', '212.00', '8', '20.001', '25', '77300000', '77995999', '72800000', '73999999', NULL, 1652949159),
(86072, '3220', '404.00', '4', '20.001', '25', '77300000', '77995999', '72800000', '73999999', NULL, 1652949159),
(86073, '3298', '258.00', '8', '25.001', '30', '77300000', '77995999', '72800000', '73999999', NULL, 1652949167),
(86074, '3220', '492.00', '4', '25.001', '30', '77300000', '77995999', '72800000', '73999999', NULL, 1652949167),
(86075, '3298', '44.00', '7', '0.3', '5', '77300000', '77995999', '74000000', '74894999', NULL, 1652949168),
(86076, '3220', '102.00', '3', '0.3', '5', '77300000', '77995999', '74000000', '74894999', NULL, 1652949169),
(86077, '3298', '74.00', '7', '5.001', '10', '77300000', '77995999', '74000000', '74894999', NULL, 1652949169),
(86078, '3220', '141.00', '3', '5.001', '10', '77300000', '77995999', '74000000', '74894999', NULL, 1652949170),
(86079, '3298', '120.00', '7', '10.001', '15', '77300000', '77995999', '74000000', '74894999', NULL, 1652949170),
(86080, '3220', '229.00', '3', '10.001', '15', '77300000', '77995999', '74000000', '74894999', NULL, 1652949171),
(86081, '3298', '166.00', '7', '15.001', '20', '77300000', '77995999', '74000000', '74894999', NULL, 1652949171),
(86082, '3220', '316.00', '3', '15.001', '20', '77300000', '77995999', '74000000', '74894999', NULL, 1652949172),
(86083, '3298', '212.00', '7', '20.001', '25', '77300000', '77995999', '74000000', '74894999', NULL, 1652949173),
(86084, '3220', '404.00', '3', '20.001', '25', '77300000', '77995999', '74000000', '74894999', NULL, 1652949181),
(86085, '3298', '258.00', '7', '25.001', '30', '77300000', '77995999', '74000000', '74894999', NULL, 1652949182),
(86086, '3220', '492.00', '3', '25.001', '30', '77300000', '77995999', '74000000', '74894999', NULL, 1652949182),
(86087, '3298', '44.00', '7', '0.3', '5', '77300000', '77995999', '74895000', '76799999', NULL, 1652949183),
(86088, '3220', '102.00', '3', '0.3', '5', '77300000', '77995999', '74895000', '76799999', NULL, 1652949184),
(86089, '3298', '74.00', '7', '5.001', '10', '77300000', '77995999', '74895000', '76799999', NULL, 1652949184),
(86090, '3220', '141.00', '3', '5.001', '10', '77300000', '77995999', '74895000', '76799999', NULL, 1652949185),
(86091, '3298', '120.00', '7', '10.001', '15', '77300000', '77995999', '74895000', '76799999', NULL, 1652949186),
(86092, '3220', '229.00', '3', '10.001', '15', '77300000', '77995999', '74895000', '76799999', NULL, 1652949187),
(86093, '3298', '166.00', '7', '15.001', '20', '77300000', '77995999', '74895000', '76799999', NULL, 1652949187),
(86094, '3220', '316.00', '3', '15.001', '20', '77300000', '77995999', '74895000', '76799999', NULL, 1652949188),
(86095, '3298', '212.00', '7', '20.001', '25', '77300000', '77995999', '74895000', '76799999', NULL, 1652949189),
(86096, '3220', '404.00', '3', '20.001', '25', '77300000', '77995999', '74895000', '76799999', NULL, 1652949189),
(86097, '3298', '258.00', '7', '25.001', '30', '77300000', '77995999', '74895000', '76799999', NULL, 1652949190),
(86098, '3220', '492.00', '3', '25.001', '30', '77300000', '77995999', '74895000', '76799999', NULL, 1652949191),
(86099, '3298', '26.00', '6', '0.3', '5', '77300000', '77995999', '77000000', '77270999', NULL, 1652949192),
(86100, '3220', '34.00', '2', '0.3', '5', '77300000', '77995999', '77000000', '77270999', NULL, 1652949192),
(86101, '3298', '32.00', '6', '5.001', '10', '77300000', '77995999', '77000000', '77270999', NULL, 1652949193),
(86102, '3220', '48.00', '2', '5.001', '10', '77300000', '77995999', '77000000', '77270999', NULL, 1652949193),
(86103, '3298', '52.00', '6', '10.001', '15', '77300000', '77995999', '77000000', '77270999', NULL, 1652949194),
(86104, '3220', '79.00', '2', '10.001', '15', '77300000', '77995999', '77000000', '77270999', NULL, 1652949195),
(86105, '3298', '72.00', '6', '15.001', '20', '77300000', '77995999', '77000000', '77270999', NULL, 1652949195),
(86106, '3220', '109.00', '2', '15.001', '20', '77300000', '77995999', '77000000', '77270999', NULL, 1652949196),
(86107, '3298', '92.00', '6', '20.001', '25', '77300000', '77995999', '77000000', '77270999', NULL, 1652949196),
(86108, '3220', '139.00', '2', '20.001', '25', '77300000', '77995999', '77000000', '77270999', NULL, 1652949197),
(86109, '3298', '112.00', '6', '25.001', '30', '77300000', '77995999', '77000000', '77270999', NULL, 1652949197),
(86110, '3220', '170.00', '2', '25.001', '30', '77300000', '77995999', '77000000', '77270999', NULL, 1652949198),
(86111, '3298', '26.00', '5', '0.3', '5', '77300000', '77995999', '77300000', '77995999', NULL, 1652949199),
(86112, '3220', '22.00', '1', '0.3', '5', '77300000', '77995999', '77300000', '77995999', NULL, 1652949200),
(86113, '3298', '32.00', '5', '5.001', '10', '77300000', '77995999', '77300000', '77995999', NULL, 1652949201),
(86114, '3220', '28.00', '1', '5.001', '10', '77300000', '77995999', '77300000', '77995999', NULL, 1652949201),
(86115, '3298', '52.00', '5', '10.001', '15', '77300000', '77995999', '77300000', '77995999', NULL, 1652949202),
(86116, '3220', '45.00', '1', '10.001', '15', '77300000', '77995999', '77300000', '77995999', NULL, 1652949203),
(86117, '3298', '72.00', '5', '15.001', '20', '77300000', '77995999', '77300000', '77995999', NULL, 1652949203),
(86118, '3220', '63.00', '1', '15.001', '20', '77300000', '77995999', '77300000', '77995999', NULL, 1652949204),
(86119, '3298', '92.00', '5', '20.001', '25', '77300000', '77995999', '77300000', '77995999', NULL, 1652949204),
(86120, '3220', '80.00', '1', '20.001', '25', '77300000', '77995999', '77300000', '77995999', NULL, 1652949205),
(86121, '3298', '112.00', '5', '25.001', '30', '77300000', '77995999', '77300000', '77995999', NULL, 1652949206),
(86122, '3220', '97.00', '1', '25.001', '30', '77300000', '77995999', '77300000', '77995999', NULL, 1652949206),
(86123, '3298', '70.00', '8', '0.3', '5', '77300000', '77995999', '78000000', '78109999', NULL, 1652949207),
(86124, '3220', '157.00', '4', '0.3', '5', '77300000', '77995999', '78000000', '78109999', NULL, 1652949208),
(86125, '3298', '106.00', '8', '5.001', '10', '77300000', '77995999', '78000000', '78109999', NULL, 1652949208),
(86126, '3220', '226.00', '4', '5.001', '10', '77300000', '77995999', '78000000', '78109999', NULL, 1652949209),
(86127, '3298', '172.00', '8', '10.001', '15', '77300000', '77995999', '78000000', '78109999', NULL, 1652949209),
(86128, '3220', '367.00', '4', '10.001', '15', '77300000', '77995999', '78000000', '78109999', NULL, 1652949210),
(86129, '3298', '239.00', '8', '15.001', '20', '77300000', '77995999', '78000000', '78109999', NULL, 1652949211),
(86130, '3220', '508.00', '4', '15.001', '20', '77300000', '77995999', '78000000', '78109999', NULL, 1652949212),
(86131, '3298', '305.00', '8', '20.001', '25', '77300000', '77995999', '78000000', '78109999', NULL, 1652949212),
(86132, '3220', '649.00', '4', '20.001', '25', '77300000', '77995999', '78000000', '78109999', NULL, 1652949213),
(86133, '3298', '371.00', '8', '25.001', '30', '77300000', '77995999', '78000000', '78109999', NULL, 1652949214),
(86134, '3220', '789.00', '4', '25.001', '30', '77300000', '77995999', '78000000', '78109999', NULL, 1652949215),
(86135, '3298', '70.00', '13', '0.3', '5', '77300000', '77995999', '78110000', '78899999', NULL, 1652949215),
(86136, '3220', '157.00', '10', '0.3', '5', '77300000', '77995999', '78110000', '78899999', NULL, 1652949216),
(86137, '3298', '106.00', '13', '5.001', '10', '77300000', '77995999', '78110000', '78899999', NULL, 1652949217),
(86138, '3220', '226.00', '10', '5.001', '10', '77300000', '77995999', '78110000', '78899999', NULL, 1652949217),
(86139, '3298', '172.00', '13', '10.001', '15', '77300000', '77995999', '78110000', '78899999', NULL, 1652949224),
(86140, '3220', '367.00', '10', '10.001', '15', '77300000', '77995999', '78110000', '78899999', NULL, 1652949225),
(86141, '3298', '239.00', '13', '15.001', '20', '77300000', '77995999', '78110000', '78899999', NULL, 1652949226),
(86142, '3220', '508.00', '10', '15.001', '20', '77300000', '77995999', '78110000', '78899999', NULL, 1652949226),
(86143, '3298', '305.00', '13', '20.001', '25', '77300000', '77995999', '78110000', '78899999', NULL, 1652949227),
(86144, '3220', '649.00', '10', '20.001', '25', '77300000', '77995999', '78110000', '78899999', NULL, 1652949228),
(86145, '3298', '371.00', '13', '25.001', '30', '77300000', '77995999', '78110000', '78899999', NULL, 1652949228),
(86146, '3220', '789.00', '10', '25.001', '30', '77300000', '77995999', '78110000', '78899999', NULL, 1652949229),
(86147, '3298', '90.00', '10', '0.3', '5', '77300000', '77995999', '78900000', '78930999', NULL, 1652949230),
(86148, '3220', '183.00', '6', '0.3', '5', '77300000', '77995999', '78900000', '78930999', NULL, 1652949230),
(86149, '3298', '133.00', '10', '5.001', '10', '77300000', '77995999', '78900000', '78930999', NULL, 1652949231),
(86150, '3220', '266.00', '6', '5.001', '10', '77300000', '77995999', '78900000', '78930999', NULL, 1652949232),
(86151, '3298', '215.00', '10', '10.001', '15', '77300000', '77995999', '78900000', '78930999', NULL, 1652949233),
(86152, '3220', '430.00', '6', '10.001', '15', '77300000', '77995999', '78900000', '78930999', NULL, 1652949233),
(86153, '3298', '298.00', '10', '15.001', '20', '77300000', '77995999', '78900000', '78930999', NULL, 1652949234),
(86154, '3220', '595.00', '6', '15.001', '20', '77300000', '77995999', '78900000', '78930999', NULL, 1652949234),
(86155, '3298', '380.00', '10', '20.001', '25', '77300000', '77995999', '78900000', '78930999', NULL, 1652949235),
(86156, '3220', '760.00', '6', '20.001', '25', '77300000', '77995999', '78900000', '78930999', NULL, 1652949236),
(86157, '3298', '463.00', '10', '25.001', '30', '77300000', '77995999', '78900000', '78930999', NULL, 1652949237),
(86158, '3220', '925.00', '6', '25.001', '30', '77300000', '77995999', '78900000', '78930999', NULL, 1652949237),
(86159, '3298', '70.00', '9', '0.3', '5', '77300000', '77995999', '78931000', '78999999', NULL, 1652949238),
(86160, '3220', '157.00', '5', '0.3', '5', '77300000', '77995999', '78931000', '78999999', NULL, 1652949238),
(86161, '3298', '106.00', '9', '5.001', '10', '77300000', '77995999', '78931000', '78999999', NULL, 1652949239),
(86162, '3220', '226.00', '5', '5.001', '10', '77300000', '77995999', '78931000', '78999999', NULL, 1652949240),
(86163, '3298', '172.00', '9', '10.001', '15', '77300000', '77995999', '78931000', '78999999', NULL, 1652949240),
(86164, '3220', '367.00', '5', '10.001', '15', '77300000', '77995999', '78931000', '78999999', NULL, 1652949241),
(86165, '3298', '239.00', '9', '15.001', '20', '77300000', '77995999', '78931000', '78999999', NULL, 1652949241),
(86166, '3220', '508.00', '5', '15.001', '20', '77300000', '77995999', '78931000', '78999999', NULL, 1652949242),
(86167, '3298', '305.00', '9', '20.001', '25', '77300000', '77995999', '78931000', '78999999', NULL, 1652949243),
(86168, '3220', '649.00', '5', '20.001', '25', '77300000', '77995999', '78931000', '78999999', NULL, 1652949243),
(86169, '3298', '371.00', '9', '25.001', '30', '77300000', '77995999', '78931000', '78999999', NULL, 1652949244),
(86170, '3220', '789.00', '5', '25.001', '30', '77300000', '77995999', '78931000', '78999999', NULL, 1652949244),
(86171, '3298', '70.00', '7', '0.3', '5', '77300000', '77995999', '79000000', '79129999', NULL, 1652949244),
(86172, '3220', '157.00', '3', '0.3', '5', '77300000', '77995999', '79000000', '79129999', NULL, 1652949246),
(86173, '3298', '106.00', '7', '5.001', '10', '77300000', '77995999', '79000000', '79129999', NULL, 1652949252),
(86174, '3220', '226.00', '3', '5.001', '10', '77300000', '77995999', '79000000', '79129999', NULL, 1652949252),
(86175, '3298', '172.00', '7', '10.001', '15', '77300000', '77995999', '79000000', '79129999', NULL, 1652949253),
(86176, '3220', '367.00', '3', '10.001', '15', '77300000', '77995999', '79000000', '79129999', NULL, 1652949254),
(86177, '3298', '239.00', '7', '15.001', '20', '77300000', '77995999', '79000000', '79129999', NULL, 1652949255),
(86178, '3220', '508.00', '3', '15.001', '20', '77300000', '77995999', '79000000', '79129999', NULL, 1652949256),
(86179, '3298', '305.00', '7', '20.001', '25', '77300000', '77995999', '79000000', '79129999', NULL, 1652949256),
(86180, '3220', '649.00', '3', '20.001', '25', '77300000', '77995999', '79000000', '79129999', NULL, 1652949257),
(86181, '3298', '371.00', '7', '25.001', '30', '77300000', '77995999', '79000000', '79129999', NULL, 1652949257),
(86182, '3220', '789.00', '3', '25.001', '30', '77300000', '77995999', '79000000', '79129999', NULL, 1652949258),
(86183, '3298', '70.00', '14', '0.3', '5', '77300000', '77995999', '79130000', '79999999', NULL, 1652949264),
(86184, '3220', '157.00', '10', '0.3', '5', '77300000', '77995999', '79130000', '79999999', NULL, 1652949266),
(86185, '3298', '106.00', '14', '5.001', '10', '77300000', '77995999', '79130000', '79999999', NULL, 1652949267),
(86186, '3220', '226.00', '10', '5.001', '10', '77300000', '77995999', '79130000', '79999999', NULL, 1652949267),
(86187, '3298', '172.00', '14', '10.001', '15', '77300000', '77995999', '79130000', '79999999', NULL, 1652949268),
(86188, '3220', '367.00', '10', '10.001', '15', '77300000', '77995999', '79130000', '79999999', NULL, 1652949269),
(86189, '3298', '239.00', '14', '15.001', '20', '77300000', '77995999', '79130000', '79999999', NULL, 1652949270),
(86190, '3220', '508.00', '10', '15.001', '20', '77300000', '77995999', '79130000', '79999999', NULL, 1652949270),
(86191, '3298', '305.00', '14', '20.001', '25', '77300000', '77995999', '79130000', '79999999', NULL, 1652949271),
(86192, '3220', '649.00', '10', '20.001', '25', '77300000', '77995999', '79130000', '79999999', NULL, 1652949273),
(86193, '3298', '371.00', '14', '25.001', '30', '77300000', '77995999', '79130000', '79999999', NULL, 1652949273),
(86194, '3220', '789.00', '10', '25.001', '30', '77300000', '77995999', '79130000', '79999999', NULL, 1652949274),
(86195, '3298', '90.00', '7', '0.3', '5', '77300000', '77995999', '80000000', '82999999', NULL, 1652949275),
(86196, '3220', '183.00', '3', '0.3', '5', '77300000', '77995999', '80000000', '82999999', NULL, 1652949276),
(86197, '3298', '133.00', '7', '5.001', '10', '77300000', '77995999', '80000000', '82999999', NULL, 1652949276),
(86198, '3220', '266.00', '3', '5.001', '10', '77300000', '77995999', '80000000', '82999999', NULL, 1652949277),
(86199, '3298', '215.00', '7', '10.001', '15', '77300000', '77995999', '80000000', '82999999', NULL, 1652949278),
(86200, '3220', '430.00', '3', '10.001', '15', '77300000', '77995999', '80000000', '82999999', NULL, 1652949278),
(86201, '3298', '298.00', '7', '15.001', '20', '77300000', '77995999', '80000000', '82999999', NULL, 1652949279),
(86202, '3220', '595.00', '3', '15.001', '20', '77300000', '77995999', '80000000', '82999999', NULL, 1652949280),
(86203, '3298', '380.00', '7', '20.001', '25', '77300000', '77995999', '80000000', '82999999', NULL, 1652949280),
(86204, '3220', '760.00', '3', '20.001', '25', '77300000', '77995999', '80000000', '82999999', NULL, 1652949281),
(86205, '3298', '463.00', '7', '25.001', '30', '77300000', '77995999', '80000000', '82999999', NULL, 1652949282),
(86206, '3220', '925.00', '3', '25.001', '30', '77300000', '77995999', '80000000', '82999999', NULL, 1652949283),
(86207, '3298', '90.00', '7', '0.3', '5', '77300000', '77995999', '80000000', '83800999', NULL, 1652949284),
(86208, '3220', '183.00', '3', '0.3', '5', '77300000', '77995999', '80000000', '83800999', NULL, 1652949288),
(86209, '3298', '133.00', '7', '5.001', '10', '77300000', '77995999', '80000000', '83800999', NULL, 1652949293),
(86210, '3220', '266.00', '3', '5.001', '10', '77300000', '77995999', '80000000', '83800999', NULL, 1652949294),
(86211, '3298', '215.00', '7', '10.001', '15', '77300000', '77995999', '80000000', '83800999', NULL, 1652949294),
(86212, '3220', '430.00', '3', '10.001', '15', '77300000', '77995999', '80000000', '83800999', NULL, 1652949295),
(86213, '3298', '298.00', '7', '15.001', '20', '77300000', '77995999', '80000000', '83800999', NULL, 1652949296),
(86214, '3220', '595.00', '3', '15.001', '20', '77300000', '77995999', '80000000', '83800999', NULL, 1652949297),
(86215, '3298', '380.00', '7', '20.001', '25', '77300000', '77995999', '80000000', '83800999', NULL, 1652949298),
(86216, '3220', '760.00', '3', '20.001', '25', '77300000', '77995999', '80000000', '83800999', NULL, 1652949299),
(86217, '3298', '463.00', '7', '25.001', '30', '77300000', '77995999', '80000000', '83800999', NULL, 1652949301),
(86218, '3220', '925.00', '3', '25.001', '30', '77300000', '77995999', '80000000', '83800999', NULL, 1652949305),
(86219, '3298', '90.00', '13', '0.3', '5', '77300000', '77995999', '83801000', '87999999', NULL, 1652949307),
(86220, '3220', '183.00', '8', '0.3', '5', '77300000', '77995999', '83801000', '87999999', NULL, 1652949309),
(86221, '3298', '133.00', '13', '5.001', '10', '77300000', '77995999', '83801000', '87999999', NULL, 1652949309),
(86222, '3220', '266.00', '8', '5.001', '10', '77300000', '77995999', '83801000', '87999999', NULL, 1652949311),
(86223, '3298', '215.00', '13', '10.001', '15', '77300000', '77995999', '83801000', '87999999', NULL, 1652949312),
(86224, '3220', '430.00', '8', '10.001', '15', '77300000', '77995999', '83801000', '87999999', NULL, 1652949313),
(86225, '3298', '298.00', '13', '15.001', '20', '77300000', '77995999', '83801000', '87999999', NULL, 1652949314),
(86226, '3220', '595.00', '8', '15.001', '20', '77300000', '77995999', '83801000', '87999999', NULL, 1652949316),
(86227, '3298', '380.00', '13', '20.001', '25', '77300000', '77995999', '83801000', '87999999', NULL, 1652949319),
(86228, '3220', '760.00', '8', '20.001', '25', '77300000', '77995999', '83801000', '87999999', NULL, 1652949321),
(86229, '3298', '463.00', '13', '25.001', '30', '77300000', '77995999', '83801000', '87999999', NULL, 1652949323),
(86230, '3220', '925.00', '8', '25.001', '30', '77300000', '77995999', '83801000', '87999999', NULL, 1652949325),
(86231, '3298', '90.00', '7', '0.3', '5', '77300000', '77995999', '88000000', '82999999', NULL, 1652949327),
(86232, '3220', '183.00', '3', '0.3', '5', '77300000', '77995999', '88000000', '82999999', NULL, 1652949329),
(86233, '3298', '133.00', '7', '5.001', '10', '77300000', '77995999', '88000000', '82999999', NULL, 1652949330),
(86234, '3220', '266.00', '3', '5.001', '10', '77300000', '77995999', '88000000', '82999999', NULL, 1652949331),
(86235, '3298', '215.00', '7', '10.001', '15', '77300000', '77995999', '88000000', '82999999', NULL, 1652949332),
(86236, '3220', '430.00', '3', '10.001', '15', '77300000', '77995999', '88000000', '82999999', NULL, 1652949334),
(86237, '3298', '298.00', '7', '15.001', '20', '77300000', '77995999', '88000000', '82999999', NULL, 1652949336),
(86238, '3220', '595.00', '3', '15.001', '20', '77300000', '77995999', '88000000', '82999999', NULL, 1652949338),
(86239, '3298', '380.00', '7', '20.001', '25', '77300000', '77995999', '88000000', '82999999', NULL, 1652949339),
(86240, '3220', '760.00', '3', '20.001', '25', '77300000', '77995999', '88000000', '82999999', NULL, 1652949341),
(86241, '3298', '463.00', '7', '25.001', '30', '77300000', '77995999', '88000000', '82999999', NULL, 1652949342),
(86242, '3220', '925.00', '3', '25.001', '30', '77300000', '77995999', '88000000', '82999999', NULL, 1652949343),
(86243, '3298', '90.00', '7', '0.3', '5', '77300000', '77995999', '88000000', '88469999', NULL, 1652949345),
(86244, '3220', '183.00', '3', '0.3', '5', '77300000', '77995999', '88000000', '88469999', NULL, 1652949346),
(86245, '3298', '133.00', '7', '5.001', '10', '77300000', '77995999', '88000000', '88469999', NULL, 1652949347),
(86246, '3220', '266.00', '3', '5.001', '10', '77300000', '77995999', '88000000', '88469999', NULL, 1652949349),
(86247, '3298', '215.00', '7', '10.001', '15', '77300000', '77995999', '88000000', '88469999', NULL, 1652949350),
(86248, '3220', '430.00', '3', '10.001', '15', '77300000', '77995999', '88000000', '88469999', NULL, 1652949352),
(86249, '3298', '298.00', '7', '15.001', '20', '77300000', '77995999', '88000000', '88469999', NULL, 1652949353),
(86250, '3220', '595.00', '3', '15.001', '20', '77300000', '77995999', '88000000', '88469999', NULL, 1652949355),
(86251, '3298', '380.00', '7', '20.001', '25', '77300000', '77995999', '88000000', '88469999', NULL, 1652949357),
(86252, '3220', '760.00', '3', '20.001', '25', '77300000', '77995999', '88000000', '88469999', NULL, 1652949359),
(86253, '3298', '463.00', '7', '25.001', '30', '77300000', '77995999', '88000000', '88469999', NULL, 1652949361),
(86254, '3220', '925.00', '3', '25.001', '30', '77300000', '77995999', '88000000', '88469999', NULL, 1652949362),
(86255, '3298', '90.00', '8', '0.3', '5', '77300000', '77995999', '88470000', '89999999', NULL, 1652949364),
(86256, '3220', '183.00', '4', '0.3', '5', '77300000', '77995999', '88470000', '89999999', NULL, 1652949365),
(86257, '3298', '133.00', '8', '5.001', '10', '77300000', '77995999', '88470000', '89999999', NULL, 1652949366),
(86258, '3220', '266.00', '4', '5.001', '10', '77300000', '77995999', '88470000', '89999999', NULL, 1652949366),
(86259, '3298', '215.00', '8', '10.001', '15', '77300000', '77995999', '88470000', '89999999', NULL, 1652949367),
(86260, '3220', '430.00', '4', '10.001', '15', '77300000', '77995999', '88470000', '89999999', NULL, 1652949368),
(86261, '3298', '298.00', '8', '15.001', '20', '77300000', '77995999', '88470000', '89999999', NULL, 1652949369),
(86262, '3220', '595.00', '4', '15.001', '20', '77300000', '77995999', '88470000', '89999999', NULL, 1652949371),
(86263, '3298', '380.00', '8', '20.001', '25', '77300000', '77995999', '88470000', '89999999', NULL, 1652949376),
(86264, '3220', '760.00', '4', '20.001', '25', '77300000', '77995999', '88470000', '89999999', NULL, 1652949377),
(86265, '3298', '463.00', '8', '25.001', '30', '77300000', '77995999', '88470000', '89999999', NULL, 1652949379),
(86266, '3220', '925.00', '4', '25.001', '30', '77300000', '77995999', '88470000', '89999999', NULL, 1652949379),
(86267, '3298', '90.00', '7', '0.3', '5', '77300000', '77995999', '90000000', '91999999', NULL, 1652949380),
(86268, '3220', '183.00', '3', '0.3', '5', '77300000', '77995999', '90000000', '91999999', NULL, 1652949381),
(86269, '3298', '133.00', '7', '5.001', '10', '77300000', '77995999', '90000000', '91999999', NULL, 1652949382),
(86270, '3220', '266.00', '3', '5.001', '10', '77300000', '77995999', '90000000', '91999999', NULL, 1652949384),
(86271, '3298', '215.00', '7', '10.001', '15', '77300000', '77995999', '90000000', '91999999', NULL, 1652949385),
(86272, '3220', '430.00', '3', '10.001', '15', '77300000', '77995999', '90000000', '91999999', NULL, 1652949390),
(86273, '3298', '298.00', '7', '15.001', '20', '77300000', '77995999', '90000000', '91999999', NULL, 1652949391),
(86274, '3220', '595.00', '3', '15.001', '20', '77300000', '77995999', '90000000', '91999999', NULL, 1652949392),
(86275, '3298', '380.00', '7', '20.001', '25', '77300000', '77995999', '90000000', '91999999', NULL, 1652949392),
(86276, '3220', '760.00', '3', '20.001', '25', '77300000', '77995999', '90000000', '91999999', NULL, 1652949393),
(86277, '3298', '463.00', '7', '25.001', '30', '77300000', '77995999', '90000000', '91999999', NULL, 1652949395),
(86278, '3220', '925.00', '3', '25.001', '30', '77300000', '77995999', '90000000', '91999999', NULL, 1652949396),
(86279, '3298', '90.00', '8', '0.3', '5', '77300000', '77995999', '90000000', '94900999', NULL, 1652949396),
(86280, '3220', '183.00', '4', '0.3', '5', '77300000', '77995999', '90000000', '94900999', NULL, 1652949397),
(86281, '3298', '133.00', '8', '5.001', '10', '77300000', '77995999', '90000000', '94900999', NULL, 1652949398),
(86282, '3220', '266.00', '4', '5.001', '10', '77300000', '77995999', '90000000', '94900999', NULL, 1652949404),
(86283, '3298', '215.00', '8', '10.001', '15', '77300000', '77995999', '90000000', '94900999', NULL, 1652949405),
(86284, '3220', '430.00', '4', '10.001', '15', '77300000', '77995999', '90000000', '94900999', NULL, 1652949406),
(86285, '3298', '298.00', '8', '15.001', '20', '77300000', '77995999', '90000000', '94900999', NULL, 1652949406),
(86286, '3220', '595.00', '4', '15.001', '20', '77300000', '77995999', '90000000', '94900999', NULL, 1652949408),
(86287, '3298', '380.00', '8', '20.001', '25', '77300000', '77995999', '90000000', '94900999', NULL, 1652949409),
(86288, '3220', '760.00', '4', '20.001', '25', '77300000', '77995999', '90000000', '94900999', NULL, 1652949409),
(86289, '3298', '463.00', '8', '25.001', '30', '77300000', '77995999', '90000000', '94900999', NULL, 1652949410),
(86290, '3220', '925.00', '4', '25.001', '30', '77300000', '77995999', '90000000', '94900999', NULL, 1652949413),
(86291, '3298', '90.00', '15', '0.3', '5', '77300000', '77995999', '94901000', '99999999', NULL, 1652949414),
(86292, '3220', '183.00', '11', '0.3', '5', '77300000', '77995999', '94901000', '99999999', NULL, 1652949415),
(86293, '3298', '133.00', '15', '5.001', '10', '77300000', '77995999', '94901000', '99999999', NULL, 1652949416),
(86294, '3220', '266.00', '11', '5.001', '10', '77300000', '77995999', '94901000', '99999999', NULL, 1652949416),
(86295, '3298', '215.00', '15', '10.001', '15', '77300000', '77995999', '94901000', '99999999', NULL, 1652949417),
(86296, '3220', '430.00', '11', '10.001', '15', '77300000', '77995999', '94901000', '99999999', NULL, 1652949418),
(86297, '3298', '298.00', '15', '15.001', '20', '77300000', '77995999', '94901000', '99999999', NULL, 1652949419),
(86298, '3220', '595.00', '11', '15.001', '20', '77300000', '77995999', '94901000', '99999999', NULL, 1652949420),
(86299, '3298', '380.00', '15', '20.001', '25', '77300000', '77995999', '94901000', '99999999', NULL, 1652949421),
(86300, '3220', '760.00', '11', '20.001', '25', '77300000', '77995999', '94901000', '99999999', NULL, 1652949422),
(86301, '3298', '463.00', '15', '25.001', '30', '77300000', '77995999', '94901000', '99999999', NULL, 1652949423),
(86302, '3220', '925.00', '11', '25.001', '30', '77300000', '77995999', '94901000', '99999999', NULL, 1652949428),
(86303, '3298', '45.00', '7', '0.3', '5', '78000000', '78109999', '01000000', '08499999', NULL, 1652949432),
(86304, '3220', '137.00', '3', '0.3', '5', '78000000', '78109999', '01000000', '08499999', NULL, 1652949432),
(86305, '3298', '71.00', '7', '5.001', '10', '78000000', '78109999', '01000000', '08499999', NULL, 1652949433),
(86306, '3220', '214.00', '3', '5.001', '10', '78000000', '78109999', '01000000', '08499999', NULL, 1652949433),
(86307, '3298', '116.00', '7', '10.001', '15', '78000000', '78109999', '01000000', '08499999', NULL, 1652949439),
(86308, '3220', '346.00', '3', '10.001', '15', '78000000', '78109999', '01000000', '08499999', NULL, 1652949440),
(86309, '3298', '160.00', '7', '15.001', '20', '78000000', '78109999', '01000000', '08499999', NULL, 1652949447),
(86310, '3220', '479.00', '3', '15.001', '20', '78000000', '78109999', '01000000', '08499999', NULL, 1652949449),
(86311, '3298', '205.00', '7', '20.001', '25', '78000000', '78109999', '01000000', '08499999', NULL, 1652949451),
(86312, '3220', '612.00', '3', '20.001', '25', '78000000', '78109999', '01000000', '08499999', NULL, 1652949452),
(86313, '3298', '249.00', '7', '25.001', '30', '78000000', '78109999', '01000000', '08499999', NULL, 1652949452),
(86314, '3220', '744.00', '3', '25.001', '30', '78000000', '78109999', '01000000', '08499999', NULL, 1652949453),
(86315, '3298', '45.00', '8', '0.3', '5', '78000000', '78109999', '06000000', '09999999', NULL, 1652949453),
(86316, '3220', '137.00', '4', '0.3', '5', '78000000', '78109999', '06000000', '09999999', NULL, 1652949454),
(86317, '3298', '71.00', '8', '5.001', '10', '78000000', '78109999', '06000000', '09999999', NULL, 1652949456),
(86318, '3220', '214.00', '4', '5.001', '10', '78000000', '78109999', '06000000', '09999999', NULL, 1652949464),
(86319, '3298', '116.00', '8', '10.001', '15', '78000000', '78109999', '06000000', '09999999', NULL, 1652949466),
(86320, '3220', '346.00', '4', '10.001', '15', '78000000', '78109999', '06000000', '09999999', NULL, 1652949467),
(86321, '3298', '160.00', '8', '15.001', '20', '78000000', '78109999', '06000000', '09999999', NULL, 1652949468),
(86322, '3220', '479.00', '4', '15.001', '20', '78000000', '78109999', '06000000', '09999999', NULL, 1652949469),
(86323, '3298', '205.00', '8', '20.001', '25', '78000000', '78109999', '06000000', '09999999', NULL, 1652949470),
(86324, '3220', '612.00', '4', '20.001', '25', '78000000', '78109999', '06000000', '09999999', NULL, 1652949470),
(86325, '3298', '249.00', '8', '25.001', '30', '78000000', '78109999', '06000000', '09999999', NULL, 1652949471),
(86326, '3220', '744.00', '4', '25.001', '30', '78000000', '78109999', '06000000', '09999999', NULL, 1652949471),
(86327, '3298', '45.00', '8', '0.3', '5', '78000000', '78109999', '11000000', '11999999', NULL, 1652949473),
(86328, '3220', '137.00', '4', '0.3', '5', '78000000', '78109999', '11000000', '11999999', NULL, 1652949474),
(86329, '3298', '71.00', '8', '5.001', '10', '78000000', '78109999', '11000000', '11999999', NULL, 1652949474),
(86330, '3220', '214.00', '4', '5.001', '10', '78000000', '78109999', '11000000', '11999999', NULL, 1652949476),
(86331, '3298', '116.00', '8', '10.001', '15', '78000000', '78109999', '11000000', '11999999', NULL, 1652949477),
(86332, '3220', '346.00', '4', '10.001', '15', '78000000', '78109999', '11000000', '11999999', NULL, 1652949478),
(86333, '3298', '160.00', '8', '15.001', '20', '78000000', '78109999', '11000000', '11999999', NULL, 1652949479),
(86334, '3220', '479.00', '4', '15.001', '20', '78000000', '78109999', '11000000', '11999999', NULL, 1652949479),
(86335, '3298', '205.00', '8', '20.001', '25', '78000000', '78109999', '11000000', '11999999', NULL, 1652949480),
(86336, '3220', '612.00', '4', '20.001', '25', '78000000', '78109999', '11000000', '11999999', NULL, 1652949482),
(86337, '3298', '249.00', '8', '25.001', '30', '78000000', '78109999', '11000000', '11999999', NULL, 1652949482),
(86338, '3220', '744.00', '4', '25.001', '30', '78000000', '78109999', '11000000', '11999999', NULL, 1652949483),
(86339, '3298', '45.00', '8', '0.3', '5', '78000000', '78109999', '12000000', '19999999', NULL, 1652949484),
(86340, '3220', '137.00', '4', '0.3', '5', '78000000', '78109999', '12000000', '19999999', NULL, 1652949485),
(86341, '3298', '71.00', '8', '5.001', '10', '78000000', '78109999', '12000000', '19999999', NULL, 1652949493),
(86342, '3220', '214.00', '4', '5.001', '10', '78000000', '78109999', '12000000', '19999999', NULL, 1652949494),
(86343, '3298', '116.00', '8', '10.001', '15', '78000000', '78109999', '12000000', '19999999', NULL, 1652949495),
(86344, '3220', '346.00', '4', '10.001', '15', '78000000', '78109999', '12000000', '19999999', NULL, 1652949500),
(86345, '3298', '160.00', '8', '15.001', '20', '78000000', '78109999', '12000000', '19999999', NULL, 1652949501),
(86346, '3220', '479.00', '4', '15.001', '20', '78000000', '78109999', '12000000', '19999999', NULL, 1652949505),
(86347, '3298', '205.00', '8', '20.001', '25', '78000000', '78109999', '12000000', '19999999', NULL, 1652949506),
(86348, '3220', '612.00', '4', '20.001', '25', '78000000', '78109999', '12000000', '19999999', NULL, 1652949506),
(86349, '3298', '249.00', '8', '25.001', '30', '78000000', '78109999', '12000000', '19999999', NULL, 1652949512),
(86350, '3220', '744.00', '4', '25.001', '30', '78000000', '78109999', '12000000', '19999999', NULL, 1652949512),
(86351, '3298', '90.00', '9', '0.3', '5', '78000000', '78109999', '26601000', '28999999', NULL, 1652949568),
(86352, '3220', '183.00', '6', '0.3', '5', '78000000', '78109999', '26601000', '28999999', NULL, 1652949570),
(86353, '3298', '133.00', '9', '5.001', '10', '78000000', '78109999', '26601000', '28999999', NULL, 1652949571),
(86354, '3220', '266.00', '6', '5.001', '10', '78000000', '78109999', '26601000', '28999999', NULL, 1652949572),
(86355, '3298', '215.00', '9', '10.001', '15', '78000000', '78109999', '26601000', '28999999', NULL, 1652949575),
(86356, '3220', '430.00', '6', '10.001', '15', '78000000', '78109999', '26601000', '28999999', NULL, 1652949577),
(86357, '3298', '298.00', '9', '15.001', '20', '78000000', '78109999', '26601000', '28999999', NULL, 1652949580),
(86358, '3220', '595.00', '6', '15.001', '20', '78000000', '78109999', '26601000', '28999999', NULL, 1652949581),
(86359, '3298', '380.00', '9', '20.001', '25', '78000000', '78109999', '26601000', '28999999', NULL, 1652949582),
(86360, '3220', '760.00', '6', '20.001', '25', '78000000', '78109999', '26601000', '28999999', NULL, 1652949584),
(86361, '3298', '463.00', '9', '25.001', '30', '78000000', '78109999', '26601000', '28999999', NULL, 1652949586),
(86362, '3220', '925.00', '6', '25.001', '30', '78000000', '78109999', '26601000', '28999999', NULL, 1652949587),
(86363, '3298', '45.00', '8', '0.3', '5', '78000000', '78109999', '29000000', '29099999', NULL, 1652949592),
(86364, '3220', '137.00', '4', '0.3', '5', '78000000', '78109999', '29000000', '29099999', NULL, 1652949594),
(86365, '3298', '71.00', '8', '5.001', '10', '78000000', '78109999', '29000000', '29099999', NULL, 1652949594),
(86366, '3220', '214.00', '4', '5.001', '10', '78000000', '78109999', '29000000', '29099999', NULL, 1652949599),
(86367, '3298', '116.00', '8', '10.001', '15', '78000000', '78109999', '29000000', '29099999', NULL, 1652949602),
(86368, '3220', '346.00', '4', '10.001', '15', '78000000', '78109999', '29000000', '29099999', NULL, 1652949603),
(86369, '3298', '160.00', '8', '15.001', '20', '78000000', '78109999', '29000000', '29099999', NULL, 1652949604),
(86370, '3220', '479.00', '4', '15.001', '20', '78000000', '78109999', '29000000', '29099999', NULL, 1652949605),
(86371, '3298', '205.00', '8', '20.001', '25', '78000000', '78109999', '29000000', '29099999', NULL, 1652949607),
(86372, '3220', '612.00', '4', '20.001', '25', '78000000', '78109999', '29000000', '29099999', NULL, 1652949608),
(86373, '3298', '249.00', '8', '25.001', '30', '78000000', '78109999', '29000000', '29099999', NULL, 1652949609),
(86374, '3220', '744.00', '4', '25.001', '30', '78000000', '78109999', '29000000', '29099999', NULL, 1652949614),
(86375, '3298', '90.00', '10', '0.3', '5', '78000000', '78109999', '29100000', '29999999', NULL, 1652949615),
(86376, '3220', '183.00', '6', '0.3', '5', '78000000', '78109999', '29100000', '29999999', NULL, 1652949616),
(86377, '3298', '133.00', '10', '5.001', '10', '78000000', '78109999', '29100000', '29999999', NULL, 1652949620),
(86378, '3220', '266.00', '6', '5.001', '10', '78000000', '78109999', '29100000', '29999999', NULL, 1652949621),
(86379, '3298', '215.00', '10', '10.001', '15', '78000000', '78109999', '29100000', '29999999', NULL, 1652949622),
(86380, '3220', '430.00', '6', '10.001', '15', '78000000', '78109999', '29100000', '29999999', NULL, 1652949623),
(86381, '3298', '298.00', '10', '15.001', '20', '78000000', '78109999', '29100000', '29999999', NULL, 1652949624),
(86382, '3220', '595.00', '6', '15.001', '20', '78000000', '78109999', '29100000', '29999999', NULL, 1652949627),
(86383, '3298', '380.00', '10', '20.001', '25', '78000000', '78109999', '29100000', '29999999', NULL, 1652949627),
(86384, '3220', '760.00', '6', '20.001', '25', '78000000', '78109999', '29100000', '29999999', NULL, 1652949629),
(86385, '3298', '463.00', '10', '25.001', '30', '78000000', '78109999', '29100000', '29999999', NULL, 1652949630),
(86386, '3220', '925.00', '6', '25.001', '30', '78000000', '78109999', '29100000', '29999999', NULL, 1652949631),
(86387, '3298', '45.00', '8', '0.3', '5', '78000000', '78109999', '30000000', '31999999', NULL, 1652949632),
(86388, '3220', '137.00', '4', '0.3', '5', '78000000', '78109999', '30000000', '31999999', NULL, 1652949635),
(86389, '3298', '71.00', '8', '5.001', '10', '78000000', '78109999', '30000000', '31999999', NULL, 1652949637),
(86390, '3220', '214.00', '4', '5.001', '10', '78000000', '78109999', '30000000', '31999999', NULL, 1652949638),
(86391, '3298', '116.00', '8', '10.001', '15', '78000000', '78109999', '30000000', '31999999', NULL, 1652949639),
(86392, '3220', '346.00', '4', '10.001', '15', '78000000', '78109999', '30000000', '31999999', NULL, 1652949643),
(86393, '3298', '160.00', '8', '15.001', '20', '78000000', '78109999', '30000000', '31999999', NULL, 1652949644),
(86394, '3220', '479.00', '4', '15.001', '20', '78000000', '78109999', '30000000', '31999999', NULL, 1652949645),
(86395, '3298', '205.00', '8', '20.001', '25', '78000000', '78109999', '30000000', '31999999', NULL, 1652949647),
(86396, '3220', '612.00', '4', '20.001', '25', '78000000', '78109999', '30000000', '31999999', NULL, 1652949649),
(86397, '3298', '249.00', '8', '25.001', '30', '78000000', '78109999', '30000000', '31999999', NULL, 1652949651),
(86398, '3220', '744.00', '4', '25.001', '30', '78000000', '78109999', '30000000', '31999999', NULL, 1652949655),
(86399, '3298', '45.00', '8', '0.3', '5', '78000000', '78109999', '30000000', '34999999', NULL, 1652949656),
(86400, '3220', '137.00', '4', '0.3', '5', '78000000', '78109999', '30000000', '34999999', NULL, 1652949660),
(86401, '3298', '71.00', '8', '5.001', '10', '78000000', '78109999', '30000000', '34999999', NULL, 1652949661),
(86402, '3220', '214.00', '4', '5.001', '10', '78000000', '78109999', '30000000', '34999999', NULL, 1652949663),
(86403, '3298', '116.00', '8', '10.001', '15', '78000000', '78109999', '30000000', '34999999', NULL, 1652949664),
(86404, '3220', '346.00', '4', '10.001', '15', '78000000', '78109999', '30000000', '34999999', NULL, 1652949665),
(86405, '3298', '160.00', '8', '15.001', '20', '78000000', '78109999', '30000000', '34999999', NULL, 1652949666),
(86406, '3220', '479.00', '4', '15.001', '20', '78000000', '78109999', '30000000', '34999999', NULL, 1652949667),
(86407, '3298', '205.00', '8', '20.001', '25', '78000000', '78109999', '30000000', '34999999', NULL, 1652949668),
(86408, '3220', '612.00', '4', '20.001', '25', '78000000', '78109999', '30000000', '34999999', NULL, 1652949669),
(86409, '3298', '249.00', '8', '25.001', '30', '78000000', '78109999', '30000000', '34999999', NULL, 1652949671),
(86410, '3220', '744.00', '4', '25.001', '30', '78000000', '78109999', '30000000', '34999999', NULL, 1652949671),
(86411, '3298', '90.00', '9', '0.3', '5', '78000000', '78109999', '35000000', '39999999', NULL, 1652949676),
(86412, '3220', '183.00', '6', '0.3', '5', '78000000', '78109999', '35000000', '39999999', NULL, 1652949677),
(86413, '3298', '133.00', '9', '5.001', '10', '78000000', '78109999', '35000000', '39999999', NULL, 1652949681),
(86414, '3220', '266.00', '6', '5.001', '10', '78000000', '78109999', '35000000', '39999999', NULL, 1652949682),
(86415, '3298', '215.00', '9', '10.001', '15', '78000000', '78109999', '35000000', '39999999', NULL, 1652949683),
(86416, '3220', '430.00', '6', '10.001', '15', '78000000', '78109999', '35000000', '39999999', NULL, 1652949683),
(86417, '3298', '298.00', '9', '15.001', '20', '78000000', '78109999', '35000000', '39999999', NULL, 1652949686),
(86418, '3220', '595.00', '6', '15.001', '20', '78000000', '78109999', '35000000', '39999999', NULL, 1652949687),
(86419, '3298', '380.00', '9', '20.001', '25', '78000000', '78109999', '35000000', '39999999', NULL, 1652949688),
(86420, '3220', '760.00', '6', '20.001', '25', '78000000', '78109999', '35000000', '39999999', NULL, 1652949688),
(86421, '3298', '463.00', '9', '25.001', '30', '78000000', '78109999', '35000000', '39999999', NULL, 1652949691),
(86422, '3220', '925.00', '6', '25.001', '30', '78000000', '78109999', '35000000', '39999999', NULL, 1652949694),
(86423, '3298', '45.00', '8', '0.3', '5', '78000000', '78109999', '40000000', '41999999', NULL, 1652949695),
(86424, '3220', '137.00', '4', '0.3', '5', '78000000', '78109999', '40000000', '41999999', NULL, 1652949696),
(86425, '3298', '71.00', '8', '5.001', '10', '78000000', '78109999', '40000000', '41999999', NULL, 1652949697),
(86426, '3220', '214.00', '4', '5.001', '10', '78000000', '78109999', '40000000', '41999999', NULL, 1652949697),
(86427, '3298', '116.00', '8', '10.001', '15', '78000000', '78109999', '40000000', '41999999', NULL, 1652949698),
(86428, '3220', '346.00', '4', '10.001', '15', '78000000', '78109999', '40000000', '41999999', NULL, 1652949700),
(86429, '3298', '160.00', '8', '15.001', '20', '78000000', '78109999', '40000000', '41999999', NULL, 1652949702),
(86430, '3220', '479.00', '4', '15.001', '20', '78000000', '78109999', '40000000', '41999999', NULL, 1652949703),
(86431, '3298', '205.00', '8', '20.001', '25', '78000000', '78109999', '40000000', '41999999', NULL, 1652949704),
(86432, '3220', '612.00', '4', '20.001', '25', '78000000', '78109999', '40000000', '41999999', NULL, 1652949704),
(86433, '3298', '249.00', '8', '25.001', '30', '78000000', '78109999', '40000000', '41999999', NULL, 1652949708),
(86434, '3220', '744.00', '4', '25.001', '30', '78000000', '78109999', '40000000', '41999999', NULL, 1652949709),
(86435, '3298', '45.00', '8', '0.3', '5', '78000000', '78109999', '40000000', '44470999', NULL, 1652949710),
(86436, '3220', '137.00', '4', '0.3', '5', '78000000', '78109999', '40000000', '44470999', NULL, 1652949713),
(86437, '3298', '71.00', '8', '5.001', '10', '78000000', '78109999', '40000000', '44470999', NULL, 1652949713),
(86438, '3220', '214.00', '4', '5.001', '10', '78000000', '78109999', '40000000', '44470999', NULL, 1652949716),
(86439, '3298', '116.00', '8', '10.001', '15', '78000000', '78109999', '40000000', '44470999', NULL, 1652949717),
(86440, '3220', '346.00', '4', '10.001', '15', '78000000', '78109999', '40000000', '44470999', NULL, 1652949719),
(86441, '3298', '160.00', '8', '15.001', '20', '78000000', '78109999', '40000000', '44470999', NULL, 1652949721),
(86442, '3220', '479.00', '4', '15.001', '20', '78000000', '78109999', '40000000', '44470999', NULL, 1652949723),
(86443, '3298', '205.00', '8', '20.001', '25', '78000000', '78109999', '40000000', '44470999', NULL, 1652949724),
(86444, '3220', '612.00', '4', '20.001', '25', '78000000', '78109999', '40000000', '44470999', NULL, 1652949729),
(86445, '3298', '249.00', '8', '25.001', '30', '78000000', '78109999', '40000000', '44470999', NULL, 1652949730),
(86446, '3220', '744.00', '4', '25.001', '30', '78000000', '78109999', '40000000', '44470999', NULL, 1652949731),
(86447, '3298', '78.00', '9', '0.3', '5', '78000000', '78109999', '44471000', '48999999', NULL, 1652949732),
(86448, '3220', '154.00', '5', '0.3', '5', '78000000', '78109999', '44471000', '48999999', NULL, 1652949732),
(86449, '3298', '114.00', '9', '5.001', '10', '78000000', '78109999', '44471000', '48999999', NULL, 1652949735),
(86450, '3220', '223.00', '5', '5.001', '10', '78000000', '78109999', '44471000', '48999999', NULL, 1652949736),
(86451, '3298', '185.00', '9', '10.001', '15', '78000000', '78109999', '44471000', '48999999', NULL, 1652949739),
(86452, '3220', '361.00', '5', '10.001', '15', '78000000', '78109999', '44471000', '48999999', NULL, 1652949740),
(86453, '3298', '256.00', '9', '15.001', '20', '78000000', '78109999', '44471000', '48999999', NULL, 1652949742),
(86454, '3220', '500.00', '5', '15.001', '20', '78000000', '78109999', '44471000', '48999999', NULL, 1652949743),
(86455, '3298', '327.00', '9', '20.001', '25', '78000000', '78109999', '44471000', '48999999', NULL, 1652949744),
(86456, '3220', '638.00', '5', '20.001', '25', '78000000', '78109999', '44471000', '48999999', NULL, 1652949746),
(86457, '3298', '398.00', '9', '25.001', '30', '78000000', '78109999', '44471000', '48999999', NULL, 1652949749);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(86458, '3220', '777.00', '5', '25.001', '30', '78000000', '78109999', '44471000', '48999999', NULL, 1652949750),
(86459, '3298', '45.00', '9', '0.3', '5', '78000000', '78109999', '49000000', '49099999', NULL, 1652949751),
(86460, '3220', '137.00', '5', '0.3', '5', '78000000', '78109999', '49000000', '49099999', NULL, 1652949755),
(86461, '3298', '71.00', '9', '5.001', '10', '78000000', '78109999', '49000000', '49099999', NULL, 1652949756),
(86462, '3220', '214.00', '5', '5.001', '10', '78000000', '78109999', '49000000', '49099999', NULL, 1652949759),
(86463, '3298', '116.00', '9', '10.001', '15', '78000000', '78109999', '49000000', '49099999', NULL, 1652949760),
(86464, '3220', '346.00', '5', '10.001', '15', '78000000', '78109999', '49000000', '49099999', NULL, 1652949762),
(86465, '3298', '160.00', '9', '15.001', '20', '78000000', '78109999', '49000000', '49099999', NULL, 1652949764),
(86466, '3220', '479.00', '5', '15.001', '20', '78000000', '78109999', '49000000', '49099999', NULL, 1652949765),
(86467, '3298', '205.00', '9', '20.001', '25', '78000000', '78109999', '49000000', '49099999', NULL, 1652949768),
(86468, '3220', '612.00', '5', '20.001', '25', '78000000', '78109999', '49000000', '49099999', NULL, 1652949769),
(86469, '3298', '249.00', '9', '25.001', '30', '78000000', '78109999', '49000000', '49099999', NULL, 1652949770),
(86470, '3220', '744.00', '5', '25.001', '30', '78000000', '78109999', '49000000', '49099999', NULL, 1652949772),
(86471, '3298', '90.00', '12', '0.3', '5', '78000000', '78109999', '49100000', '49999999', NULL, 1652949773),
(86472, '3220', '183.00', '7', '0.3', '5', '78000000', '78109999', '49100000', '49999999', NULL, 1652949775),
(86473, '3298', '133.00', '12', '5.001', '10', '78000000', '78109999', '49100000', '49999999', NULL, 1652949776),
(86474, '3220', '266.00', '7', '5.001', '10', '78000000', '78109999', '49100000', '49999999', NULL, 1652949776),
(86475, '3298', '215.00', '12', '10.001', '15', '78000000', '78109999', '49100000', '49999999', NULL, 1652949777),
(86476, '3220', '430.00', '7', '10.001', '15', '78000000', '78109999', '49100000', '49999999', NULL, 1652949779),
(86477, '3298', '298.00', '12', '15.001', '20', '78000000', '78109999', '49100000', '49999999', NULL, 1652949780),
(86478, '3220', '595.00', '7', '15.001', '20', '78000000', '78109999', '49100000', '49999999', NULL, 1652949782),
(86479, '3298', '380.00', '12', '20.001', '25', '78000000', '78109999', '49100000', '49999999', NULL, 1652949783),
(86480, '3220', '760.00', '7', '20.001', '25', '78000000', '78109999', '49100000', '49999999', NULL, 1652949784),
(86481, '3298', '463.00', '12', '25.001', '30', '78000000', '78109999', '49100000', '49999999', NULL, 1652949785),
(86482, '3220', '925.00', '7', '25.001', '30', '78000000', '78109999', '49100000', '49999999', NULL, 1652949788),
(86483, '3298', '45.00', '9', '0.3', '5', '78000000', '78109999', '50000000', '52999999', NULL, 1652949789),
(86484, '3220', '137.00', '5', '0.3', '5', '78000000', '78109999', '50000000', '52999999', NULL, 1652949790),
(86485, '3298', '71.00', '9', '5.001', '10', '78000000', '78109999', '50000000', '52999999', NULL, 1652949791),
(86486, '3220', '214.00', '5', '5.001', '10', '78000000', '78109999', '50000000', '52999999', NULL, 1652949791),
(86487, '3298', '116.00', '9', '10.001', '15', '78000000', '78109999', '50000000', '52999999', NULL, 1652949792),
(86488, '3220', '346.00', '5', '10.001', '15', '78000000', '78109999', '50000000', '52999999', NULL, 1652949793),
(86489, '3298', '160.00', '9', '15.001', '20', '78000000', '78109999', '50000000', '52999999', NULL, 1652949795),
(86490, '3220', '479.00', '5', '15.001', '20', '78000000', '78109999', '50000000', '52999999', NULL, 1652949797),
(86491, '3298', '205.00', '9', '20.001', '25', '78000000', '78109999', '50000000', '52999999', NULL, 1652949797),
(86492, '3220', '612.00', '5', '20.001', '25', '78000000', '78109999', '50000000', '52999999', NULL, 1652949798),
(86493, '3298', '249.00', '9', '25.001', '30', '78000000', '78109999', '50000000', '52999999', NULL, 1652949798),
(86494, '3220', '744.00', '5', '25.001', '30', '78000000', '78109999', '50000000', '52999999', NULL, 1652949799),
(86495, '3298', '45.00', '9', '0.3', '5', '78000000', '78109999', '50000000', '54999999', NULL, 1652949800),
(86496, '3220', '137.00', '5', '0.3', '5', '78000000', '78109999', '50000000', '54999999', NULL, 1652949801),
(86497, '3298', '71.00', '9', '5.001', '10', '78000000', '78109999', '50000000', '54999999', NULL, 1652949804),
(86498, '3220', '214.00', '5', '5.001', '10', '78000000', '78109999', '50000000', '54999999', NULL, 1652949805),
(86499, '3298', '116.00', '9', '10.001', '15', '78000000', '78109999', '50000000', '54999999', NULL, 1652949806),
(86500, '3220', '346.00', '5', '10.001', '15', '78000000', '78109999', '50000000', '54999999', NULL, 1652949807),
(86501, '3298', '160.00', '9', '15.001', '20', '78000000', '78109999', '50000000', '54999999', NULL, 1652949809),
(86502, '3220', '479.00', '5', '15.001', '20', '78000000', '78109999', '50000000', '54999999', NULL, 1652949810),
(86503, '3298', '205.00', '9', '20.001', '25', '78000000', '78109999', '50000000', '54999999', NULL, 1652949811),
(86504, '3220', '612.00', '5', '20.001', '25', '78000000', '78109999', '50000000', '54999999', NULL, 1652949813),
(86505, '3298', '249.00', '9', '25.001', '30', '78000000', '78109999', '50000000', '54999999', NULL, 1652949814),
(86506, '3220', '744.00', '5', '25.001', '30', '78000000', '78109999', '50000000', '54999999', NULL, 1652949815),
(86507, '3298', '90.00', '13', '0.3', '5', '78000000', '78109999', '55000000', '56999999', NULL, 1652949815),
(86508, '3220', '183.00', '9', '0.3', '5', '78000000', '78109999', '55000000', '56999999', NULL, 1652949816),
(86509, '3298', '133.00', '13', '5.001', '10', '78000000', '78109999', '55000000', '56999999', NULL, 1652949817),
(86510, '3220', '266.00', '9', '5.001', '10', '78000000', '78109999', '55000000', '56999999', NULL, 1652949821),
(86511, '3298', '215.00', '13', '10.001', '15', '78000000', '78109999', '55000000', '56999999', NULL, 1652949822),
(86512, '3220', '430.00', '9', '10.001', '15', '78000000', '78109999', '55000000', '56999999', NULL, 1652949823),
(86513, '3298', '298.00', '13', '15.001', '20', '78000000', '78109999', '55000000', '56999999', NULL, 1652949824),
(86514, '3220', '595.00', '9', '15.001', '20', '78000000', '78109999', '55000000', '56999999', NULL, 1652949825),
(86515, '3298', '380.00', '13', '20.001', '25', '78000000', '78109999', '55000000', '56999999', NULL, 1652949828),
(86516, '3220', '760.00', '9', '20.001', '25', '78000000', '78109999', '55000000', '56999999', NULL, 1652949830),
(86517, '3298', '463.00', '13', '25.001', '30', '78000000', '78109999', '55000000', '56999999', NULL, 1652949831),
(86518, '3220', '925.00', '9', '25.001', '30', '78000000', '78109999', '55000000', '56999999', NULL, 1652949831),
(86519, '3298', '45.00', '9', '0.3', '5', '78000000', '78109999', '57000000', '57099999', NULL, 1652949832),
(86520, '3220', '137.00', '5', '0.3', '5', '78000000', '78109999', '57000000', '57099999', NULL, 1652949834),
(86521, '3298', '71.00', '9', '5.001', '10', '78000000', '78109999', '57000000', '57099999', NULL, 1652949834),
(86522, '3220', '214.00', '5', '5.001', '10', '78000000', '78109999', '57000000', '57099999', NULL, 1652949835),
(86523, '3298', '116.00', '9', '10.001', '15', '78000000', '78109999', '57000000', '57099999', NULL, 1652949841),
(86524, '3220', '346.00', '5', '10.001', '15', '78000000', '78109999', '57000000', '57099999', NULL, 1652949841),
(86525, '3298', '160.00', '9', '15.001', '20', '78000000', '78109999', '57000000', '57099999', NULL, 1652949842),
(86526, '3220', '479.00', '5', '15.001', '20', '78000000', '78109999', '57000000', '57099999', NULL, 1652949844),
(86527, '3298', '205.00', '9', '20.001', '25', '78000000', '78109999', '57000000', '57099999', NULL, 1652949845),
(86528, '3220', '612.00', '5', '20.001', '25', '78000000', '78109999', '57000000', '57099999', NULL, 1652949847),
(86529, '3298', '249.00', '9', '25.001', '30', '78000000', '78109999', '57000000', '57099999', NULL, 1652949848),
(86530, '3220', '744.00', '5', '25.001', '30', '78000000', '78109999', '57000000', '57099999', NULL, 1652949849),
(86531, '3298', '45.00', '11', '0.3', '5', '78000000', '78109999', '57100000', '57999999', NULL, 1652949850),
(86532, '3220', '137.00', '7', '0.3', '5', '78000000', '78109999', '57100000', '57999999', NULL, 1652949852),
(86533, '3298', '71.00', '11', '5.001', '10', '78000000', '78109999', '57100000', '57999999', NULL, 1652949852),
(86534, '3220', '214.00', '7', '5.001', '10', '78000000', '78109999', '57100000', '57999999', NULL, 1652949853),
(86535, '3298', '116.00', '11', '10.001', '15', '78000000', '78109999', '57100000', '57999999', NULL, 1652949854),
(86536, '3220', '346.00', '7', '10.001', '15', '78000000', '78109999', '57100000', '57999999', NULL, 1652949855),
(86537, '3298', '160.00', '11', '15.001', '20', '78000000', '78109999', '57100000', '57999999', NULL, 1652949856),
(86538, '3220', '479.00', '7', '15.001', '20', '78000000', '78109999', '57100000', '57999999', NULL, 1652949856),
(86539, '3298', '205.00', '11', '20.001', '25', '78000000', '78109999', '57100000', '57999999', NULL, 1652949860),
(86540, '3220', '612.00', '7', '20.001', '25', '78000000', '78109999', '57100000', '57999999', NULL, 1652949861),
(86541, '3298', '249.00', '11', '25.001', '30', '78000000', '78109999', '57100000', '57999999', NULL, 1652949862),
(86542, '3220', '744.00', '7', '25.001', '30', '78000000', '78109999', '57100000', '57999999', NULL, 1652949864),
(86543, '3298', '45.00', '10', '0.3', '5', '78000000', '78109999', '58000000', '58099999', NULL, 1652949866),
(86544, '3220', '137.00', '6', '0.3', '5', '78000000', '78109999', '58000000', '58099999', NULL, 1652949867),
(86545, '3298', '71.00', '10', '5.001', '10', '78000000', '78109999', '58000000', '58099999', NULL, 1652949867),
(86546, '3220', '214.00', '6', '5.001', '10', '78000000', '78109999', '58000000', '58099999', NULL, 1652949869),
(86547, '3298', '116.00', '10', '10.001', '15', '78000000', '78109999', '58000000', '58099999', NULL, 1652949871),
(86548, '3220', '346.00', '6', '10.001', '15', '78000000', '78109999', '58000000', '58099999', NULL, 1652949874),
(86549, '3298', '160.00', '10', '15.001', '20', '78000000', '78109999', '58000000', '58099999', NULL, 1652949875),
(86550, '3220', '479.00', '6', '15.001', '20', '78000000', '78109999', '58000000', '58099999', NULL, 1652949875),
(86551, '3298', '205.00', '10', '20.001', '25', '78000000', '78109999', '58000000', '58099999', NULL, 1652949879),
(86552, '3220', '612.00', '6', '20.001', '25', '78000000', '78109999', '58000000', '58099999', NULL, 1652949883),
(86553, '3298', '249.00', '10', '25.001', '30', '78000000', '78109999', '58000000', '58099999', NULL, 1652949884),
(86554, '3220', '744.00', '6', '25.001', '30', '78000000', '78109999', '58000000', '58099999', NULL, 1652949885),
(86555, '3298', '90.00', '14', '0.3', '5', '78000000', '78109999', '58100000', '58999999', NULL, 1652949886),
(86556, '3220', '183.00', '10', '0.3', '5', '78000000', '78109999', '58100000', '58999999', NULL, 1652949888),
(86557, '3298', '133.00', '14', '5.001', '10', '78000000', '78109999', '58100000', '58999999', NULL, 1652949889),
(86558, '3220', '266.00', '10', '5.001', '10', '78000000', '78109999', '58100000', '58999999', NULL, 1652949891),
(86559, '3298', '215.00', '14', '10.001', '15', '78000000', '78109999', '58100000', '58999999', NULL, 1652949893),
(86560, '3220', '430.00', '10', '10.001', '15', '78000000', '78109999', '58100000', '58999999', NULL, 1652949898),
(86561, '3298', '298.00', '14', '15.001', '20', '78000000', '78109999', '58100000', '58999999', NULL, 1652949899),
(86562, '3220', '595.00', '10', '15.001', '20', '78000000', '78109999', '58100000', '58999999', NULL, 1652949900),
(86563, '3298', '380.00', '14', '20.001', '25', '78000000', '78109999', '58100000', '58999999', NULL, 1652949901),
(86564, '3220', '760.00', '10', '20.001', '25', '78000000', '78109999', '58100000', '58999999', NULL, 1652949906),
(86565, '3298', '463.00', '14', '25.001', '30', '78000000', '78109999', '58100000', '58999999', NULL, 1652949908),
(86566, '3220', '925.00', '10', '25.001', '30', '78000000', '78109999', '58100000', '58999999', NULL, 1652949909),
(86567, '3298', '45.00', '9', '0.3', '5', '78000000', '78109999', '59000000', '59099999', NULL, 1652949909),
(86568, '3220', '137.00', '5', '0.3', '5', '78000000', '78109999', '59000000', '59099999', NULL, 1652949910),
(86569, '3298', '71.00', '9', '5.001', '10', '78000000', '78109999', '59000000', '59099999', NULL, 1652949911),
(86570, '3220', '214.00', '5', '5.001', '10', '78000000', '78109999', '59000000', '59099999', NULL, 1652949912),
(86571, '3298', '116.00', '9', '10.001', '15', '78000000', '78109999', '59000000', '59099999', NULL, 1652949913),
(86572, '3220', '346.00', '5', '10.001', '15', '78000000', '78109999', '59000000', '59099999', NULL, 1652949913),
(86573, '3298', '160.00', '9', '15.001', '20', '78000000', '78109999', '59000000', '59099999', NULL, 1652949915),
(86574, '3220', '479.00', '5', '15.001', '20', '78000000', '78109999', '59000000', '59099999', NULL, 1652949917),
(86575, '3298', '205.00', '9', '20.001', '25', '78000000', '78109999', '59000000', '59099999', NULL, 1652949918),
(86576, '3220', '612.00', '5', '20.001', '25', '78000000', '78109999', '59000000', '59099999', NULL, 1652949920),
(86577, '3298', '249.00', '9', '25.001', '30', '78000000', '78109999', '59000000', '59099999', NULL, 1652949921),
(86578, '3220', '744.00', '5', '25.001', '30', '78000000', '78109999', '59000000', '59099999', NULL, 1652949922),
(86579, '3298', '45.00', '9', '0.3', '5', '78000000', '78109999', '59100000', '59999999', NULL, 1652949923),
(86580, '3220', '137.00', '5', '0.3', '5', '78000000', '78109999', '59100000', '59999999', NULL, 1652949925),
(86581, '3298', '71.00', '9', '5.001', '10', '78000000', '78109999', '59100000', '59999999', NULL, 1652949927),
(86582, '3220', '214.00', '5', '5.001', '10', '78000000', '78109999', '59100000', '59999999', NULL, 1652949928),
(86583, '3298', '116.00', '9', '10.001', '15', '78000000', '78109999', '59100000', '59999999', NULL, 1652949929),
(86584, '3220', '346.00', '5', '10.001', '15', '78000000', '78109999', '59100000', '59999999', NULL, 1652949932),
(86585, '3298', '160.00', '9', '15.001', '20', '78000000', '78109999', '59100000', '59999999', NULL, 1652949936),
(86586, '3220', '479.00', '5', '15.001', '20', '78000000', '78109999', '59100000', '59999999', NULL, 1652949936),
(86587, '3298', '205.00', '9', '20.001', '25', '78000000', '78109999', '59100000', '59999999', NULL, 1652949937),
(86588, '3220', '612.00', '5', '20.001', '25', '78000000', '78109999', '59100000', '59999999', NULL, 1652949938),
(86589, '3298', '249.00', '9', '25.001', '30', '78000000', '78109999', '59100000', '59999999', NULL, 1652949940),
(86590, '3220', '744.00', '5', '25.001', '30', '78000000', '78109999', '59100000', '59999999', NULL, 1652949941),
(86591, '3298', '45.00', '9', '0.3', '5', '78000000', '78109999', '60000000', '60999999', NULL, 1652949943),
(86592, '3220', '137.00', '5', '0.3', '5', '78000000', '78109999', '60000000', '60999999', NULL, 1652949945),
(86593, '3298', '71.00', '9', '5.001', '10', '78000000', '78109999', '60000000', '60999999', NULL, 1652949948),
(86594, '3220', '214.00', '5', '5.001', '10', '78000000', '78109999', '60000000', '60999999', NULL, 1652949949),
(86595, '3298', '116.00', '9', '10.001', '15', '78000000', '78109999', '60000000', '60999999', NULL, 1652949950),
(86596, '3220', '346.00', '5', '10.001', '15', '78000000', '78109999', '60000000', '60999999', NULL, 1652949951),
(86597, '3298', '160.00', '9', '15.001', '20', '78000000', '78109999', '60000000', '60999999', NULL, 1652949952),
(86598, '3220', '479.00', '5', '15.001', '20', '78000000', '78109999', '60000000', '60999999', NULL, 1652949952),
(86599, '3298', '205.00', '9', '20.001', '25', '78000000', '78109999', '60000000', '60999999', NULL, 1652949954),
(86600, '3220', '612.00', '5', '20.001', '25', '78000000', '78109999', '60000000', '60999999', NULL, 1652949957),
(86601, '3298', '249.00', '9', '25.001', '30', '78000000', '78109999', '60000000', '60999999', NULL, 1652949958),
(86602, '3220', '744.00', '5', '25.001', '30', '78000000', '78109999', '60000000', '60999999', NULL, 1652949959),
(86603, '3298', '45.00', '9', '0.3', '5', '78000000', '78109999', '60000000', '61900999', NULL, 1652949960),
(86604, '3220', '137.00', '5', '0.3', '5', '78000000', '78109999', '60000000', '61900999', NULL, 1652949962),
(86605, '3298', '71.00', '9', '5.001', '10', '78000000', '78109999', '60000000', '61900999', NULL, 1652949965),
(86606, '3220', '214.00', '5', '5.001', '10', '78000000', '78109999', '60000000', '61900999', NULL, 1652949967),
(86607, '3298', '116.00', '9', '10.001', '15', '78000000', '78109999', '60000000', '61900999', NULL, 1652949968),
(86608, '3220', '346.00', '5', '10.001', '15', '78000000', '78109999', '60000000', '61900999', NULL, 1652949969),
(86609, '3298', '160.00', '9', '15.001', '20', '78000000', '78109999', '60000000', '61900999', NULL, 1652949973),
(86610, '3220', '479.00', '5', '15.001', '20', '78000000', '78109999', '60000000', '61900999', NULL, 1652949974),
(86611, '3298', '205.00', '9', '20.001', '25', '78000000', '78109999', '60000000', '61900999', NULL, 1652949974),
(86612, '3220', '612.00', '5', '20.001', '25', '78000000', '78109999', '60000000', '61900999', NULL, 1652949975),
(86613, '3298', '249.00', '9', '25.001', '30', '78000000', '78109999', '60000000', '61900999', NULL, 1652949975),
(86614, '3220', '744.00', '5', '25.001', '30', '78000000', '78109999', '60000000', '61900999', NULL, 1652949976),
(86615, '3298', '90.00', '12', '0.3', '5', '78000000', '78109999', '61901000', '63999999', NULL, 1652949977),
(86616, '3220', '183.00', '9', '0.3', '5', '78000000', '78109999', '61901000', '63999999', NULL, 1652949978),
(86617, '3298', '133.00', '12', '5.001', '10', '78000000', '78109999', '61901000', '63999999', NULL, 1652949978),
(86618, '3220', '266.00', '9', '5.001', '10', '78000000', '78109999', '61901000', '63999999', NULL, 1652949981),
(86619, '3298', '215.00', '12', '10.001', '15', '78000000', '78109999', '61901000', '63999999', NULL, 1652949981),
(86620, '3220', '430.00', '9', '10.001', '15', '78000000', '78109999', '61901000', '63999999', NULL, 1652949985),
(86621, '3298', '298.00', '12', '15.001', '20', '78000000', '78109999', '61901000', '63999999', NULL, 1652949985),
(86622, '3220', '595.00', '9', '15.001', '20', '78000000', '78109999', '61901000', '63999999', NULL, 1652949986),
(86623, '3298', '380.00', '12', '20.001', '25', '78000000', '78109999', '61901000', '63999999', NULL, 1652949987),
(86624, '3220', '760.00', '9', '20.001', '25', '78000000', '78109999', '61901000', '63999999', NULL, 1652949989),
(86625, '3298', '463.00', '12', '25.001', '30', '78000000', '78109999', '61901000', '63999999', NULL, 1652949990),
(86626, '3220', '925.00', '9', '25.001', '30', '78000000', '78109999', '61901000', '63999999', NULL, 1652949991),
(86627, '3298', '45.00', '10', '0.3', '5', '78000000', '78109999', '64000000', '64099999', NULL, 1652949996),
(86628, '3220', '137.00', '6', '0.3', '5', '78000000', '78109999', '64000000', '64099999', NULL, 1652949997),
(86629, '3298', '71.00', '10', '5.001', '10', '78000000', '78109999', '64000000', '64099999', NULL, 1652949998),
(86630, '3220', '214.00', '6', '5.001', '10', '78000000', '78109999', '64000000', '64099999', NULL, 1652949998),
(86631, '3298', '116.00', '10', '10.001', '15', '78000000', '78109999', '64000000', '64099999', NULL, 1652949999),
(86632, '3220', '346.00', '6', '10.001', '15', '78000000', '78109999', '64000000', '64099999', NULL, 1652950000),
(86633, '3298', '160.00', '10', '15.001', '20', '78000000', '78109999', '64000000', '64099999', NULL, 1652950000),
(86634, '3220', '479.00', '6', '15.001', '20', '78000000', '78109999', '64000000', '64099999', NULL, 1652950001),
(86635, '3298', '205.00', '10', '20.001', '25', '78000000', '78109999', '64000000', '64099999', NULL, 1652950002),
(86636, '3220', '612.00', '6', '20.001', '25', '78000000', '78109999', '64000000', '64099999', NULL, 1652950003),
(86637, '3298', '249.00', '10', '25.001', '30', '78000000', '78109999', '64000000', '64099999', NULL, 1652950003),
(86638, '3220', '744.00', '6', '25.001', '30', '78000000', '78109999', '64000000', '64099999', NULL, 1652950005),
(86639, '3298', '90.00', '12', '0.3', '5', '78000000', '78109999', '64100000', '64999999', NULL, 1652950006),
(86640, '3220', '183.00', '9', '0.3', '5', '78000000', '78109999', '64100000', '64999999', NULL, 1652950007),
(86641, '3298', '133.00', '12', '5.001', '10', '78000000', '78109999', '64100000', '64999999', NULL, 1652950008),
(86642, '3220', '266.00', '9', '5.001', '10', '78000000', '78109999', '64100000', '64999999', NULL, 1652950009),
(86643, '3298', '215.00', '12', '10.001', '15', '78000000', '78109999', '64100000', '64999999', NULL, 1652950010),
(86644, '3220', '430.00', '9', '10.001', '15', '78000000', '78109999', '64100000', '64999999', NULL, 1652950011),
(86645, '3298', '298.00', '12', '15.001', '20', '78000000', '78109999', '64100000', '64999999', NULL, 1652950012),
(86646, '3220', '595.00', '9', '15.001', '20', '78000000', '78109999', '64100000', '64999999', NULL, 1652950012),
(86647, '3298', '380.00', '12', '20.001', '25', '78000000', '78109999', '64100000', '64999999', NULL, 1652950014),
(86648, '3220', '760.00', '9', '20.001', '25', '78000000', '78109999', '64100000', '64999999', NULL, 1652950015),
(86649, '3298', '463.00', '12', '25.001', '30', '78000000', '78109999', '64100000', '64999999', NULL, 1652950016),
(86650, '3220', '925.00', '9', '25.001', '30', '78000000', '78109999', '64100000', '64999999', NULL, 1652950017),
(86651, '3298', '45.00', '12', '0.3', '5', '78000000', '78109999', '65000000', '65099999', NULL, 1652950019),
(86652, '3220', '137.00', '8', '0.3', '5', '78000000', '78109999', '65000000', '65099999', NULL, 1652950021),
(86653, '3298', '71.00', '12', '5.001', '10', '78000000', '78109999', '65000000', '65099999', NULL, 1652950022),
(86654, '3220', '214.00', '8', '5.001', '10', '78000000', '78109999', '65000000', '65099999', NULL, 1652950023),
(86655, '3298', '116.00', '12', '10.001', '15', '78000000', '78109999', '65000000', '65099999', NULL, 1652950025),
(86656, '3220', '346.00', '8', '10.001', '15', '78000000', '78109999', '65000000', '65099999', NULL, 1652950027),
(86657, '3298', '160.00', '12', '15.001', '20', '78000000', '78109999', '65000000', '65099999', NULL, 1652950028),
(86658, '3220', '479.00', '8', '15.001', '20', '78000000', '78109999', '65000000', '65099999', NULL, 1652950029),
(86659, '3298', '205.00', '12', '20.001', '25', '78000000', '78109999', '65000000', '65099999', NULL, 1652950030),
(86660, '3220', '612.00', '8', '20.001', '25', '78000000', '78109999', '65000000', '65099999', NULL, 1652950031),
(86661, '3298', '249.00', '12', '25.001', '30', '78000000', '78109999', '65000000', '65099999', NULL, 1652950032),
(86662, '3220', '744.00', '8', '25.001', '30', '78000000', '78109999', '65000000', '65099999', NULL, 1652950033),
(86663, '3298', '90.00', '14', '0.3', '5', '78000000', '78109999', '65100000', '65999999', NULL, 1652950034),
(86664, '3220', '183.00', '11', '0.3', '5', '78000000', '78109999', '65100000', '65999999', NULL, 1652950035),
(86665, '3298', '133.00', '14', '5.001', '10', '78000000', '78109999', '65100000', '65999999', NULL, 1652950036),
(86666, '3220', '266.00', '11', '5.001', '10', '78000000', '78109999', '65100000', '65999999', NULL, 1652950037),
(86667, '3298', '215.00', '14', '10.001', '15', '78000000', '78109999', '65100000', '65999999', NULL, 1652950046),
(86668, '3220', '430.00', '11', '10.001', '15', '78000000', '78109999', '65100000', '65999999', NULL, 1652950047),
(86669, '3298', '298.00', '14', '15.001', '20', '78000000', '78109999', '65100000', '65999999', NULL, 1652950048),
(86670, '3220', '595.00', '11', '15.001', '20', '78000000', '78109999', '65100000', '65999999', NULL, 1652950049),
(86671, '3298', '380.00', '14', '20.001', '25', '78000000', '78109999', '65100000', '65999999', NULL, 1652950050),
(86672, '3220', '760.00', '11', '20.001', '25', '78000000', '78109999', '65100000', '65999999', NULL, 1652950057),
(86673, '3298', '463.00', '14', '25.001', '30', '78000000', '78109999', '65100000', '65999999', NULL, 1652950058),
(86674, '3220', '925.00', '11', '25.001', '30', '78000000', '78109999', '65100000', '65999999', NULL, 1652950059),
(86675, '3298', '45.00', '11', '0.3', '5', '78000000', '78109999', '66000000', '66999999', NULL, 1652950066),
(86676, '3220', '137.00', '7', '0.3', '5', '78000000', '78109999', '66000000', '66999999', NULL, 1652950067),
(86677, '3298', '71.00', '11', '5.001', '10', '78000000', '78109999', '66000000', '66999999', NULL, 1652950068),
(86678, '3220', '214.00', '7', '5.001', '10', '78000000', '78109999', '66000000', '66999999', NULL, 1652950075),
(86679, '3298', '116.00', '11', '10.001', '15', '78000000', '78109999', '66000000', '66999999', NULL, 1652950075),
(86680, '3220', '346.00', '7', '10.001', '15', '78000000', '78109999', '66000000', '66999999', NULL, 1652950076),
(86681, '3298', '160.00', '11', '15.001', '20', '78000000', '78109999', '66000000', '66999999', NULL, 1652950078),
(86682, '3220', '479.00', '7', '15.001', '20', '78000000', '78109999', '66000000', '66999999', NULL, 1652950079),
(86683, '3298', '205.00', '11', '20.001', '25', '78000000', '78109999', '66000000', '66999999', NULL, 1652950080),
(86684, '3220', '612.00', '7', '20.001', '25', '78000000', '78109999', '66000000', '66999999', NULL, 1652950081),
(86685, '3298', '249.00', '11', '25.001', '30', '78000000', '78109999', '66000000', '66999999', NULL, 1652950088),
(86686, '3220', '744.00', '7', '25.001', '30', '78000000', '78109999', '66000000', '66999999', NULL, 1652950089),
(86687, '3298', '45.00', '11', '0.3', '5', '78000000', '78109999', '66000000', '67999999', NULL, 1652950089),
(86688, '3220', '137.00', '7', '0.3', '5', '78000000', '78109999', '66000000', '67999999', NULL, 1652950090),
(86689, '3298', '71.00', '11', '5.001', '10', '78000000', '78109999', '66000000', '67999999', NULL, 1652950091),
(86690, '3220', '214.00', '7', '5.001', '10', '78000000', '78109999', '66000000', '67999999', NULL, 1652950092),
(86691, '3298', '116.00', '11', '10.001', '15', '78000000', '78109999', '66000000', '67999999', NULL, 1652950098),
(86692, '3220', '346.00', '7', '10.001', '15', '78000000', '78109999', '66000000', '67999999', NULL, 1652950102),
(86693, '3298', '160.00', '11', '15.001', '20', '78000000', '78109999', '66000000', '67999999', NULL, 1652950103),
(86694, '3220', '479.00', '7', '15.001', '20', '78000000', '78109999', '66000000', '67999999', NULL, 1652950104),
(86695, '3298', '205.00', '11', '20.001', '25', '78000000', '78109999', '66000000', '67999999', NULL, 1652950105),
(86696, '3220', '612.00', '7', '20.001', '25', '78000000', '78109999', '66000000', '67999999', NULL, 1652950110),
(86697, '3298', '249.00', '11', '25.001', '30', '78000000', '78109999', '66000000', '67999999', NULL, 1652950110),
(86698, '3220', '744.00', '7', '25.001', '30', '78000000', '78109999', '66000000', '67999999', NULL, 1652950111),
(86699, '3298', '90.00', '11', '0.3', '5', '78000000', '78109999', '68000000', '68899999', NULL, 1652950112),
(86700, '3220', '183.00', '6', '0.3', '5', '78000000', '78109999', '68000000', '68899999', NULL, 1652950114),
(86701, '3298', '133.00', '11', '5.001', '10', '78000000', '78109999', '68000000', '68899999', NULL, 1652950114),
(86702, '3220', '266.00', '6', '5.001', '10', '78000000', '78109999', '68000000', '68899999', NULL, 1652950119),
(86703, '3298', '215.00', '11', '10.001', '15', '78000000', '78109999', '68000000', '68899999', NULL, 1652950120),
(86704, '3220', '430.00', '6', '10.001', '15', '78000000', '78109999', '68000000', '68899999', NULL, 1652950125),
(86705, '3298', '298.00', '11', '15.001', '20', '78000000', '78109999', '68000000', '68899999', NULL, 1652950126),
(86706, '3220', '595.00', '6', '15.001', '20', '78000000', '78109999', '68000000', '68899999', NULL, 1652950127),
(86707, '3298', '380.00', '11', '20.001', '25', '78000000', '78109999', '68000000', '68899999', NULL, 1652950127),
(86708, '3220', '760.00', '6', '20.001', '25', '78000000', '78109999', '68000000', '68899999', NULL, 1652950129),
(86709, '3298', '463.00', '11', '25.001', '30', '78000000', '78109999', '68000000', '68899999', NULL, 1652950130),
(86710, '3220', '925.00', '6', '25.001', '30', '78000000', '78109999', '68000000', '68899999', NULL, 1652950131),
(86711, '3298', '45.00', '21', '0.3', '5', '78000000', '78109999', '68900000', '68914999', NULL, 1652950132),
(86712, '3220', '137.00', '13', '0.3', '5', '78000000', '78109999', '68900000', '68914999', NULL, 1652950133),
(86713, '3298', '71.00', '21', '5.001', '10', '78000000', '78109999', '68900000', '68914999', NULL, 1652950133),
(86714, '3220', '214.00', '13', '5.001', '10', '78000000', '78109999', '68900000', '68914999', NULL, 1652950135),
(86715, '3298', '116.00', '21', '10.001', '15', '78000000', '78109999', '68900000', '68914999', NULL, 1652950136),
(86716, '3220', '346.00', '13', '10.001', '15', '78000000', '78109999', '68900000', '68914999', NULL, 1652950137),
(86717, '3298', '160.00', '21', '15.001', '20', '78000000', '78109999', '68900000', '68914999', NULL, 1652950138),
(86718, '3220', '479.00', '13', '15.001', '20', '78000000', '78109999', '68900000', '68914999', NULL, 1652950139),
(86719, '3298', '205.00', '21', '20.001', '25', '78000000', '78109999', '68900000', '68914999', NULL, 1652950139),
(86720, '3220', '612.00', '13', '20.001', '25', '78000000', '78109999', '68900000', '68914999', NULL, 1652950140),
(86721, '3298', '249.00', '21', '25.001', '30', '78000000', '78109999', '68900000', '68914999', NULL, 1652950141),
(86722, '3220', '744.00', '13', '25.001', '30', '78000000', '78109999', '68900000', '68914999', NULL, 1652950142),
(86723, '3298', '90.00', '21', '0.3', '5', '78000000', '78109999', '68915000', '68999999', NULL, 1652950142),
(86724, '3220', '183.00', '15', '0.3', '5', '78000000', '78109999', '68915000', '68999999', NULL, 1652950143),
(86725, '3298', '133.00', '21', '5.001', '10', '78000000', '78109999', '68915000', '68999999', NULL, 1652950144),
(86726, '3220', '266.00', '15', '5.001', '10', '78000000', '78109999', '68915000', '68999999', NULL, 1652950145),
(86727, '3298', '215.00', '21', '10.001', '15', '78000000', '78109999', '68915000', '68999999', NULL, 1652950145),
(86728, '3220', '430.00', '15', '10.001', '15', '78000000', '78109999', '68915000', '68999999', NULL, 1652950147),
(86729, '3298', '298.00', '21', '15.001', '20', '78000000', '78109999', '68915000', '68999999', NULL, 1652950150),
(86730, '3220', '595.00', '15', '15.001', '20', '78000000', '78109999', '68915000', '68999999', NULL, 1652950151),
(86731, '3298', '380.00', '21', '20.001', '25', '78000000', '78109999', '68915000', '68999999', NULL, 1652950152),
(86732, '3220', '760.00', '15', '20.001', '25', '78000000', '78109999', '68915000', '68999999', NULL, 1652950152),
(86733, '3298', '463.00', '21', '25.001', '30', '78000000', '78109999', '68915000', '68999999', NULL, 1652950153),
(86734, '3220', '925.00', '15', '25.001', '30', '78000000', '78109999', '68915000', '68999999', NULL, 1652950154),
(86735, '3298', '45.00', '22', '0.3', '5', '78000000', '78109999', '69000000', '69099999', NULL, 1652950155),
(86736, '3220', '137.00', '5', '0.3', '5', '78000000', '78109999', '69000000', '69099999', NULL, 1652950156),
(86737, '3298', '71.00', '22', '5.001', '10', '78000000', '78109999', '69000000', '69099999', NULL, 1652950156),
(86738, '3220', '214.00', '5', '5.001', '10', '78000000', '78109999', '69000000', '69099999', NULL, 1652950157),
(86739, '3298', '116.00', '22', '10.001', '15', '78000000', '78109999', '69000000', '69099999', NULL, 1652950158),
(86740, '3220', '346.00', '5', '10.001', '15', '78000000', '78109999', '69000000', '69099999', NULL, 1652950159),
(86741, '3298', '160.00', '22', '15.001', '20', '78000000', '78109999', '69000000', '69099999', NULL, 1652950162),
(86742, '3220', '479.00', '5', '15.001', '20', '78000000', '78109999', '69000000', '69099999', NULL, 1652950165),
(86743, '3298', '205.00', '22', '20.001', '25', '78000000', '78109999', '69000000', '69099999', NULL, 1652950167),
(86744, '3220', '612.00', '5', '20.001', '25', '78000000', '78109999', '69000000', '69099999', NULL, 1652950168),
(86745, '3298', '249.00', '22', '25.001', '30', '78000000', '78109999', '69000000', '69099999', NULL, 1652950170),
(86746, '3220', '744.00', '5', '25.001', '30', '78000000', '78109999', '69000000', '69099999', NULL, 1652950172),
(86747, '3298', '90.00', '29', '0.3', '5', '78000000', '78109999', '69100000', '69299999', NULL, 1652950175),
(86748, '3220', '183.00', '9', '0.3', '5', '78000000', '78109999', '69100000', '69299999', NULL, 1652950178),
(86749, '3298', '133.00', '29', '5.001', '10', '78000000', '78109999', '69100000', '69299999', NULL, 1652950181),
(86750, '3220', '266.00', '9', '5.001', '10', '78000000', '78109999', '69100000', '69299999', NULL, 1652950185),
(86751, '3298', '215.00', '29', '10.001', '15', '78000000', '78109999', '69100000', '69299999', NULL, 1652950186),
(86752, '3220', '430.00', '9', '10.001', '15', '78000000', '78109999', '69100000', '69299999', NULL, 1652950187),
(86753, '3298', '298.00', '29', '15.001', '20', '78000000', '78109999', '69100000', '69299999', NULL, 1652950187),
(86754, '3220', '595.00', '9', '15.001', '20', '78000000', '78109999', '69100000', '69299999', NULL, 1652950188),
(86755, '3298', '380.00', '29', '20.001', '25', '78000000', '78109999', '69100000', '69299999', NULL, 1652950188),
(86756, '3220', '760.00', '9', '20.001', '25', '78000000', '78109999', '69100000', '69299999', NULL, 1652950190),
(86757, '3298', '463.00', '29', '25.001', '30', '78000000', '78109999', '69100000', '69299999', NULL, 1652950191),
(86758, '3220', '925.00', '9', '25.001', '30', '78000000', '78109999', '69100000', '69299999', NULL, 1652950192),
(86759, '3298', '45.00', '22', '0.3', '5', '78000000', '78109999', '69300000', '69339999', NULL, 1652950194),
(86760, '3220', '137.00', '6', '0.3', '5', '78000000', '78109999', '69300000', '69339999', NULL, 1652950195),
(86761, '3298', '71.00', '22', '5.001', '10', '78000000', '78109999', '69300000', '69339999', NULL, 1652950198),
(86762, '3220', '214.00', '6', '5.001', '10', '78000000', '78109999', '69300000', '69339999', NULL, 1652950199),
(86763, '3298', '116.00', '22', '10.001', '15', '78000000', '78109999', '69300000', '69339999', NULL, 1652950200),
(86764, '3220', '346.00', '6', '10.001', '15', '78000000', '78109999', '69300000', '69339999', NULL, 1652950202),
(86765, '3298', '160.00', '22', '15.001', '20', '78000000', '78109999', '69300000', '69339999', NULL, 1652950203),
(86766, '3220', '479.00', '6', '15.001', '20', '78000000', '78109999', '69300000', '69339999', NULL, 1652950204),
(86767, '3298', '205.00', '22', '20.001', '25', '78000000', '78109999', '69300000', '69339999', NULL, 1652950207),
(86768, '3220', '612.00', '6', '20.001', '25', '78000000', '78109999', '69300000', '69339999', NULL, 1652950208),
(86769, '3298', '249.00', '22', '25.001', '30', '78000000', '78109999', '69300000', '69339999', NULL, 1652950210),
(86770, '3220', '744.00', '6', '25.001', '30', '78000000', '78109999', '69300000', '69339999', NULL, 1652950211),
(86771, '3298', '90.00', '29', '0.3', '5', '78000000', '78109999', '69340000', '69389999', NULL, 1652950211),
(86772, '3220', '183.00', '11', '0.3', '5', '78000000', '78109999', '69340000', '69389999', NULL, 1652950215),
(86773, '3298', '133.00', '29', '5.001', '10', '78000000', '78109999', '69340000', '69389999', NULL, 1652950216),
(86774, '3220', '266.00', '11', '5.001', '10', '78000000', '78109999', '69340000', '69389999', NULL, 1652950218),
(86775, '3298', '215.00', '29', '10.001', '15', '78000000', '78109999', '69340000', '69389999', NULL, 1652950219),
(86776, '3220', '430.00', '11', '10.001', '15', '78000000', '78109999', '69340000', '69389999', NULL, 1652950221),
(86777, '3298', '298.00', '29', '15.001', '20', '78000000', '78109999', '69340000', '69389999', NULL, 1652950222),
(86778, '3220', '595.00', '11', '15.001', '20', '78000000', '78109999', '69340000', '69389999', NULL, 1652950225),
(86779, '3298', '380.00', '29', '20.001', '25', '78000000', '78109999', '69340000', '69389999', NULL, 1652950227),
(86780, '3220', '760.00', '11', '20.001', '25', '78000000', '78109999', '69340000', '69389999', NULL, 1652950228),
(86781, '3298', '463.00', '29', '25.001', '30', '78000000', '78109999', '69340000', '69389999', NULL, 1652950230),
(86782, '3220', '925.00', '11', '25.001', '30', '78000000', '78109999', '69340000', '69389999', NULL, 1652950232),
(86783, '3298', '45.00', '9', '0.3', '5', '78000000', '78109999', '69900000', '69920999', NULL, 1652950233),
(86784, '3220', '137.00', '5', '0.3', '5', '78000000', '78109999', '69900000', '69920999', NULL, 1652950234),
(86785, '3298', '71.00', '9', '5.001', '10', '78000000', '78109999', '69900000', '69920999', NULL, 1652950235),
(86786, '3220', '214.00', '5', '5.001', '10', '78000000', '78109999', '69900000', '69920999', NULL, 1652950236),
(86787, '3298', '116.00', '9', '10.001', '15', '78000000', '78109999', '69900000', '69920999', NULL, 1652950237),
(86788, '3220', '346.00', '5', '10.001', '15', '78000000', '78109999', '69900000', '69920999', NULL, 1652950239),
(86789, '3298', '160.00', '9', '15.001', '20', '78000000', '78109999', '69900000', '69920999', NULL, 1652950240),
(86790, '3220', '479.00', '5', '15.001', '20', '78000000', '78109999', '69900000', '69920999', NULL, 1652950241),
(86791, '3298', '205.00', '9', '20.001', '25', '78000000', '78109999', '69900000', '69920999', NULL, 1652950243),
(86792, '3220', '612.00', '5', '20.001', '25', '78000000', '78109999', '69900000', '69920999', NULL, 1652950244),
(86793, '3298', '249.00', '9', '25.001', '30', '78000000', '78109999', '69900000', '69920999', NULL, 1652950247),
(86794, '3220', '744.00', '5', '25.001', '30', '78000000', '78109999', '69900000', '69920999', NULL, 1652950249),
(86795, '3298', '90.00', '10', '0.3', '5', '78000000', '78109999', '69921000', '69999999', NULL, 1652950250),
(86796, '3220', '183.00', '8', '0.3', '5', '78000000', '78109999', '69921000', '69999999', NULL, 1652950251),
(86797, '3298', '133.00', '10', '5.001', '10', '78000000', '78109999', '69921000', '69999999', NULL, 1652950252),
(86798, '3220', '266.00', '8', '5.001', '10', '78000000', '78109999', '69921000', '69999999', NULL, 1652950254),
(86799, '3298', '215.00', '10', '10.001', '15', '78000000', '78109999', '69921000', '69999999', NULL, 1652950255),
(86800, '3220', '430.00', '8', '10.001', '15', '78000000', '78109999', '69921000', '69999999', NULL, 1652950257),
(86801, '3298', '298.00', '10', '15.001', '20', '78000000', '78109999', '69921000', '69999999', NULL, 1652950258),
(86802, '3220', '595.00', '8', '15.001', '20', '78000000', '78109999', '69921000', '69999999', NULL, 1652950258),
(86803, '3298', '380.00', '10', '20.001', '25', '78000000', '78109999', '69921000', '69999999', NULL, 1652950261),
(86804, '3220', '760.00', '8', '20.001', '25', '78000000', '78109999', '69921000', '69999999', NULL, 1652950264),
(86805, '3298', '463.00', '10', '25.001', '30', '78000000', '78109999', '69921000', '69999999', NULL, 1652950265),
(86806, '3220', '925.00', '8', '25.001', '30', '78000000', '78109999', '69921000', '69999999', NULL, 1652950268),
(86807, '3298', '34.00', '7', '0.3', '5', '78000000', '78109999', '71000000', '73699999', NULL, 1652950268),
(86808, '3220', '80.00', '3', '0.3', '5', '78000000', '78109999', '71000000', '73699999', NULL, 1652950269),
(86809, '3298', '50.00', '7', '5.001', '10', '78000000', '78109999', '71000000', '73699999', NULL, 1652950270),
(86810, '3220', '125.00', '3', '5.001', '10', '78000000', '78109999', '71000000', '73699999', NULL, 1652950271),
(86811, '3298', '82.00', '7', '10.001', '15', '78000000', '78109999', '71000000', '73699999', NULL, 1652950272),
(86812, '3220', '203.00', '3', '10.001', '15', '78000000', '78109999', '71000000', '73699999', NULL, 1652950272),
(86813, '3298', '113.00', '7', '15.001', '20', '78000000', '78109999', '71000000', '73699999', NULL, 1652950274),
(86814, '3220', '281.00', '3', '15.001', '20', '78000000', '78109999', '71000000', '73699999', NULL, 1652950275),
(86815, '3298', '145.00', '7', '20.001', '25', '78000000', '78109999', '71000000', '73699999', NULL, 1652950276),
(86816, '3220', '359.00', '3', '20.001', '25', '78000000', '78109999', '71000000', '73699999', NULL, 1652950277),
(86817, '3298', '176.00', '7', '25.001', '30', '78000000', '78109999', '71000000', '73699999', NULL, 1652950279),
(86818, '3220', '437.00', '3', '25.001', '30', '78000000', '78109999', '71000000', '73699999', NULL, 1652950279),
(86819, '3298', '34.00', '9', '0.3', '5', '78000000', '78109999', '72800000', '73999999', NULL, 1652950282),
(86820, '3220', '80.00', '5', '0.3', '5', '78000000', '78109999', '72800000', '73999999', NULL, 1652950284),
(86821, '3298', '50.00', '9', '5.001', '10', '78000000', '78109999', '72800000', '73999999', NULL, 1652950286),
(86822, '3220', '125.00', '5', '5.001', '10', '78000000', '78109999', '72800000', '73999999', NULL, 1652950286),
(86823, '3298', '82.00', '9', '10.001', '15', '78000000', '78109999', '72800000', '73999999', NULL, 1652950289),
(86824, '3220', '203.00', '5', '10.001', '15', '78000000', '78109999', '72800000', '73999999', NULL, 1652950289),
(86825, '3298', '113.00', '9', '15.001', '20', '78000000', '78109999', '72800000', '73999999', NULL, 1652950290),
(86826, '3220', '281.00', '5', '15.001', '20', '78000000', '78109999', '72800000', '73999999', NULL, 1652950291),
(86827, '3298', '145.00', '9', '20.001', '25', '78000000', '78109999', '72800000', '73999999', NULL, 1652950292),
(86828, '3220', '359.00', '5', '20.001', '25', '78000000', '78109999', '72800000', '73999999', NULL, 1652950293),
(86829, '3298', '176.00', '9', '25.001', '30', '78000000', '78109999', '72800000', '73999999', NULL, 1652950294),
(86830, '3220', '437.00', '5', '25.001', '30', '78000000', '78109999', '72800000', '73999999', NULL, 1652950295),
(86831, '3298', '34.00', '8', '0.3', '5', '78000000', '78109999', '74000000', '74894999', NULL, 1652950297),
(86832, '3220', '80.00', '4', '0.3', '5', '78000000', '78109999', '74000000', '74894999', NULL, 1652950298),
(86833, '3298', '50.00', '8', '5.001', '10', '78000000', '78109999', '74000000', '74894999', NULL, 1652950298),
(86834, '3220', '125.00', '4', '5.001', '10', '78000000', '78109999', '74000000', '74894999', NULL, 1652950300),
(86835, '3298', '82.00', '8', '10.001', '15', '78000000', '78109999', '74000000', '74894999', NULL, 1652950301),
(86836, '3220', '203.00', '4', '10.001', '15', '78000000', '78109999', '74000000', '74894999', NULL, 1652950302),
(86837, '3298', '113.00', '8', '15.001', '20', '78000000', '78109999', '74000000', '74894999', NULL, 1652950303),
(86838, '3220', '281.00', '4', '15.001', '20', '78000000', '78109999', '74000000', '74894999', NULL, 1652950305),
(86839, '3298', '145.00', '8', '20.001', '25', '78000000', '78109999', '74000000', '74894999', NULL, 1652950307),
(86840, '3220', '359.00', '4', '20.001', '25', '78000000', '78109999', '74000000', '74894999', NULL, 1652950308),
(86841, '3298', '176.00', '8', '25.001', '30', '78000000', '78109999', '74000000', '74894999', NULL, 1652950309),
(86842, '3220', '437.00', '4', '25.001', '30', '78000000', '78109999', '74000000', '74894999', NULL, 1652950310),
(86843, '3298', '34.00', '8', '0.3', '5', '78000000', '78109999', '74895000', '76799999', NULL, 1652950312),
(86844, '3220', '80.00', '4', '0.3', '5', '78000000', '78109999', '74895000', '76799999', NULL, 1652950313),
(86845, '3298', '50.00', '8', '5.001', '10', '78000000', '78109999', '74895000', '76799999', NULL, 1652950314),
(86846, '3220', '125.00', '4', '5.001', '10', '78000000', '78109999', '74895000', '76799999', NULL, 1652950316),
(86847, '3298', '82.00', '8', '10.001', '15', '78000000', '78109999', '74895000', '76799999', NULL, 1652950317),
(86848, '3220', '203.00', '4', '10.001', '15', '78000000', '78109999', '74895000', '76799999', NULL, 1652950319),
(86849, '3298', '113.00', '8', '15.001', '20', '78000000', '78109999', '74895000', '76799999', NULL, 1652950320),
(86850, '3220', '281.00', '4', '15.001', '20', '78000000', '78109999', '74895000', '76799999', NULL, 1652950323),
(86851, '3298', '145.00', '8', '20.001', '25', '78000000', '78109999', '74895000', '76799999', NULL, 1652950323),
(86852, '3220', '359.00', '4', '20.001', '25', '78000000', '78109999', '74895000', '76799999', NULL, 1652950326),
(86853, '3298', '176.00', '8', '25.001', '30', '78000000', '78109999', '74895000', '76799999', NULL, 1652950327),
(86854, '3220', '437.00', '4', '25.001', '30', '78000000', '78109999', '74895000', '76799999', NULL, 1652950328),
(86855, '3298', '38.00', '10', '0.3', '5', '78000000', '78109999', '77000000', '77270999', NULL, 1652950329),
(86856, '3220', '113.00', '6', '0.3', '5', '78000000', '78109999', '77000000', '77270999', NULL, 1652950332),
(86857, '3298', '58.00', '10', '5.001', '10', '78000000', '78109999', '77000000', '77270999', NULL, 1652950332),
(86858, '3220', '176.00', '6', '5.001', '10', '78000000', '78109999', '77000000', '77270999', NULL, 1652950334),
(86859, '3298', '94.00', '10', '10.001', '15', '78000000', '78109999', '77000000', '77270999', NULL, 1652950335),
(86860, '3220', '286.00', '6', '10.001', '15', '78000000', '78109999', '77000000', '77270999', NULL, 1652950335),
(86861, '3298', '130.00', '10', '15.001', '20', '78000000', '78109999', '77000000', '77270999', NULL, 1652950336),
(86862, '3220', '396.00', '6', '15.001', '20', '78000000', '78109999', '77000000', '77270999', NULL, 1652950337),
(86863, '3298', '166.00', '10', '20.001', '25', '78000000', '78109999', '77000000', '77270999', NULL, 1652950337),
(86864, '3220', '505.00', '6', '20.001', '25', '78000000', '78109999', '77000000', '77270999', NULL, 1652950338),
(86865, '3298', '202.00', '10', '25.001', '30', '78000000', '78109999', '77000000', '77270999', NULL, 1652950340),
(86866, '3220', '615.00', '6', '25.001', '30', '78000000', '78109999', '77000000', '77270999', NULL, 1652950341),
(86867, '3298', '70.00', '10', '0.3', '5', '78000000', '78109999', '77300000', '77995999', NULL, 1652950342),
(86868, '3220', '157.00', '6', '0.3', '5', '78000000', '78109999', '77300000', '77995999', NULL, 1652950343),
(86869, '3298', '106.00', '10', '5.001', '10', '78000000', '78109999', '77300000', '77995999', NULL, 1652950344),
(86870, '3220', '226.00', '6', '5.001', '10', '78000000', '78109999', '77300000', '77995999', NULL, 1652950345),
(86871, '3298', '172.00', '10', '10.001', '15', '78000000', '78109999', '77300000', '77995999', NULL, 1652950346),
(86872, '3220', '367.00', '6', '10.001', '15', '78000000', '78109999', '77300000', '77995999', NULL, 1652950347),
(86873, '3298', '239.00', '10', '15.001', '20', '78000000', '78109999', '77300000', '77995999', NULL, 1652950349),
(86874, '3220', '508.00', '6', '15.001', '20', '78000000', '78109999', '77300000', '77995999', NULL, 1652950351),
(86875, '3298', '305.00', '10', '20.001', '25', '78000000', '78109999', '77300000', '77995999', NULL, 1652950352),
(86876, '3220', '649.00', '6', '20.001', '25', '78000000', '78109999', '77300000', '77995999', NULL, 1652950353),
(86877, '3298', '371.00', '10', '25.001', '30', '78000000', '78109999', '77300000', '77995999', NULL, 1652950355),
(86878, '3220', '789.00', '6', '25.001', '30', '78000000', '78109999', '77300000', '77995999', NULL, 1652950357),
(86879, '3298', '26.00', '5', '0.3', '5', '78000000', '78109999', '78000000', '78109999', NULL, 1652950358),
(86880, '3220', '22.00', '1', '0.3', '5', '78000000', '78109999', '78000000', '78109999', NULL, 1652950360),
(86881, '3298', '32.00', '5', '5.001', '10', '78000000', '78109999', '78000000', '78109999', NULL, 1652950361),
(86882, '3220', '28.00', '1', '5.001', '10', '78000000', '78109999', '78000000', '78109999', NULL, 1652950362),
(86883, '3298', '52.00', '5', '10.001', '15', '78000000', '78109999', '78000000', '78109999', NULL, 1652950364),
(86884, '3220', '45.00', '1', '10.001', '15', '78000000', '78109999', '78000000', '78109999', NULL, 1652950364),
(86885, '3298', '72.00', '5', '15.001', '20', '78000000', '78109999', '78000000', '78109999', NULL, 1652950365),
(86886, '3220', '63.00', '1', '15.001', '20', '78000000', '78109999', '78000000', '78109999', NULL, 1652950367),
(86887, '3298', '92.00', '5', '20.001', '25', '78000000', '78109999', '78000000', '78109999', NULL, 1652950368),
(86888, '3220', '80.00', '1', '20.001', '25', '78000000', '78109999', '78000000', '78109999', NULL, 1652950370),
(86889, '3298', '112.00', '5', '25.001', '30', '78000000', '78109999', '78000000', '78109999', NULL, 1652950371),
(86890, '3220', '97.00', '1', '25.001', '30', '78000000', '78109999', '78000000', '78109999', NULL, 1652950371),
(86891, '3298', '26.00', '5', '0.3', '5', '78000000', '78109999', '78110000', '78899999', NULL, 1652950373),
(86892, '3220', '34.00', '2', '0.3', '5', '78000000', '78109999', '78110000', '78899999', NULL, 1652950375),
(86893, '3298', '32.00', '5', '5.001', '10', '78000000', '78109999', '78110000', '78899999', NULL, 1652950376),
(86894, '3220', '48.00', '2', '5.001', '10', '78000000', '78109999', '78110000', '78899999', NULL, 1652950377),
(86895, '3298', '52.00', '5', '10.001', '15', '78000000', '78109999', '78110000', '78899999', NULL, 1652950378),
(86896, '3220', '79.00', '2', '10.001', '15', '78000000', '78109999', '78110000', '78899999', NULL, 1652950379),
(86897, '3298', '72.00', '5', '15.001', '20', '78000000', '78109999', '78110000', '78899999', NULL, 1652950381),
(86898, '3220', '109.00', '2', '15.001', '20', '78000000', '78109999', '78110000', '78899999', NULL, 1652950382),
(86899, '3298', '92.00', '5', '20.001', '25', '78000000', '78109999', '78110000', '78899999', NULL, 1652950383),
(86900, '3220', '139.00', '2', '20.001', '25', '78000000', '78109999', '78110000', '78899999', NULL, 1652950386),
(86901, '3298', '112.00', '5', '25.001', '30', '78000000', '78109999', '78110000', '78899999', NULL, 1652950387),
(86902, '3220', '170.00', '2', '25.001', '30', '78000000', '78109999', '78110000', '78899999', NULL, 1652950388),
(86903, '3298', '70.00', '9', '0.3', '5', '78000000', '78109999', '78900000', '78930999', NULL, 1652950389);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(86904, '3220', '157.00', '5', '0.3', '5', '78000000', '78109999', '78900000', '78930999', NULL, 1652950390),
(86905, '3298', '106.00', '9', '5.001', '10', '78000000', '78109999', '78900000', '78930999', NULL, 1652950392),
(86906, '3220', '226.00', '5', '5.001', '10', '78000000', '78109999', '78900000', '78930999', NULL, 1652950393),
(86907, '3298', '172.00', '9', '10.001', '15', '78000000', '78109999', '78900000', '78930999', NULL, 1652950395),
(86908, '3220', '367.00', '5', '10.001', '15', '78000000', '78109999', '78900000', '78930999', NULL, 1652950396),
(86909, '3298', '239.00', '9', '15.001', '20', '78000000', '78109999', '78900000', '78930999', NULL, 1652950396),
(86910, '3220', '508.00', '5', '15.001', '20', '78000000', '78109999', '78900000', '78930999', NULL, 1652950397),
(86911, '3298', '305.00', '9', '20.001', '25', '78000000', '78109999', '78900000', '78930999', NULL, 1652950400),
(86912, '3220', '649.00', '5', '20.001', '25', '78000000', '78109999', '78900000', '78930999', NULL, 1652950400),
(86913, '3298', '371.00', '9', '25.001', '30', '78000000', '78109999', '78900000', '78930999', NULL, 1652950401),
(86914, '3220', '789.00', '5', '25.001', '30', '78000000', '78109999', '78900000', '78930999', NULL, 1652950402),
(86915, '3298', '26.00', '7', '0.3', '5', '78000000', '78109999', '78931000', '78999999', NULL, 1652950404),
(86916, '3220', '34.00', '3', '0.3', '5', '78000000', '78109999', '78931000', '78999999', NULL, 1652950405),
(86917, '3298', '32.00', '7', '5.001', '10', '78000000', '78109999', '78931000', '78999999', NULL, 1652950407),
(86918, '3220', '48.00', '3', '5.001', '10', '78000000', '78109999', '78931000', '78999999', NULL, 1652950410),
(86919, '3298', '52.00', '7', '10.001', '15', '78000000', '78109999', '78931000', '78999999', NULL, 1652950410),
(86920, '3220', '79.00', '3', '10.001', '15', '78000000', '78109999', '78931000', '78999999', NULL, 1652950411),
(86921, '3298', '72.00', '7', '15.001', '20', '78000000', '78109999', '78931000', '78999999', NULL, 1652950412),
(86922, '3220', '109.00', '3', '15.001', '20', '78000000', '78109999', '78931000', '78999999', NULL, 1652950414),
(86923, '3298', '92.00', '7', '20.001', '25', '78000000', '78109999', '78931000', '78999999', NULL, 1652950415),
(86924, '3220', '139.00', '3', '20.001', '25', '78000000', '78109999', '78931000', '78999999', NULL, 1652950417),
(86925, '3298', '112.00', '7', '25.001', '30', '78000000', '78109999', '78931000', '78999999', NULL, 1652950418),
(86926, '3220', '170.00', '3', '25.001', '30', '78000000', '78109999', '78931000', '78999999', NULL, 1652950420),
(86927, '3298', '30.00', '7', '0.3', '5', '78000000', '78109999', '79000000', '79129999', NULL, 1652950421),
(86928, '3220', '59.00', '3', '0.3', '5', '78000000', '78109999', '79000000', '79129999', NULL, 1652950423),
(86929, '3298', '44.00', '7', '5.001', '10', '78000000', '78109999', '79000000', '79129999', NULL, 1652950424),
(86930, '3220', '93.00', '3', '5.001', '10', '78000000', '78109999', '79000000', '79129999', NULL, 1652950425),
(86931, '3298', '71.00', '7', '10.001', '15', '78000000', '78109999', '79000000', '79129999', NULL, 1652950426),
(86932, '3220', '150.00', '3', '10.001', '15', '78000000', '78109999', '79000000', '79129999', NULL, 1652950428),
(86933, '3298', '99.00', '7', '15.001', '20', '78000000', '78109999', '79000000', '79129999', NULL, 1652950428),
(86934, '3220', '208.00', '3', '15.001', '20', '78000000', '78109999', '79000000', '79129999', NULL, 1652950429),
(86935, '3298', '126.00', '7', '20.001', '25', '78000000', '78109999', '79000000', '79129999', NULL, 1652950430),
(86936, '3220', '266.00', '3', '20.001', '25', '78000000', '78109999', '79000000', '79129999', NULL, 1652950431),
(86937, '3298', '153.00', '7', '25.001', '30', '78000000', '78109999', '79000000', '79129999', NULL, 1652950432),
(86938, '3220', '324.00', '3', '25.001', '30', '78000000', '78109999', '79000000', '79129999', NULL, 1652950435),
(86939, '3298', '44.00', '8', '0.3', '5', '78000000', '78109999', '79130000', '79999999', NULL, 1652950436),
(86940, '3220', '102.00', '5', '0.3', '5', '78000000', '78109999', '79130000', '79999999', NULL, 1652950437),
(86941, '3298', '74.00', '8', '5.001', '10', '78000000', '78109999', '79130000', '79999999', NULL, 1652950440),
(86942, '3220', '141.00', '5', '5.001', '10', '78000000', '78109999', '79130000', '79999999', NULL, 1652950442),
(86943, '3298', '120.00', '8', '10.001', '15', '78000000', '78109999', '79130000', '79999999', NULL, 1652950443),
(86944, '3220', '229.00', '5', '10.001', '15', '78000000', '78109999', '79130000', '79999999', NULL, 1652950444),
(86945, '3298', '166.00', '8', '15.001', '20', '78000000', '78109999', '79130000', '79999999', NULL, 1652950445),
(86946, '3220', '316.00', '5', '15.001', '20', '78000000', '78109999', '79130000', '79999999', NULL, 1652950446),
(86947, '3298', '212.00', '8', '20.001', '25', '78000000', '78109999', '79130000', '79999999', NULL, 1652950448),
(86948, '3220', '404.00', '5', '20.001', '25', '78000000', '78109999', '79130000', '79999999', NULL, 1652950449),
(86949, '3298', '258.00', '8', '25.001', '30', '78000000', '78109999', '79130000', '79999999', NULL, 1652950450),
(86950, '3220', '492.00', '5', '25.001', '30', '78000000', '78109999', '79130000', '79999999', NULL, 1652950451),
(86951, '3298', '38.00', '8', '0.3', '5', '78000000', '78109999', '80000000', '82999999', NULL, 1652950452),
(86952, '3220', '113.00', '4', '0.3', '5', '78000000', '78109999', '80000000', '82999999', NULL, 1652950452),
(86953, '3298', '58.00', '8', '5.001', '10', '78000000', '78109999', '80000000', '82999999', NULL, 1652950453),
(86954, '3220', '176.00', '4', '5.001', '10', '78000000', '78109999', '80000000', '82999999', NULL, 1652950453),
(86955, '3298', '94.00', '8', '10.001', '15', '78000000', '78109999', '80000000', '82999999', NULL, 1652950457),
(86956, '3220', '286.00', '4', '10.001', '15', '78000000', '78109999', '80000000', '82999999', NULL, 1652950458),
(86957, '3298', '130.00', '8', '15.001', '20', '78000000', '78109999', '80000000', '82999999', NULL, 1652950459),
(86958, '3220', '396.00', '4', '15.001', '20', '78000000', '78109999', '80000000', '82999999', NULL, 1652950459),
(86959, '3298', '166.00', '8', '20.001', '25', '78000000', '78109999', '80000000', '82999999', NULL, 1652950460),
(86960, '3220', '505.00', '4', '20.001', '25', '78000000', '78109999', '80000000', '82999999', NULL, 1652950461),
(86961, '3298', '202.00', '8', '25.001', '30', '78000000', '78109999', '80000000', '82999999', NULL, 1652950462),
(86962, '3220', '615.00', '4', '25.001', '30', '78000000', '78109999', '80000000', '82999999', NULL, 1652950463),
(86963, '3298', '38.00', '8', '0.3', '5', '78000000', '78109999', '80000000', '83800999', NULL, 1652950463),
(86964, '3220', '113.00', '4', '0.3', '5', '78000000', '78109999', '80000000', '83800999', NULL, 1652950464),
(86965, '3298', '58.00', '8', '5.001', '10', '78000000', '78109999', '80000000', '83800999', NULL, 1652950465),
(86966, '3220', '176.00', '4', '5.001', '10', '78000000', '78109999', '80000000', '83800999', NULL, 1652950465),
(86967, '3298', '94.00', '8', '10.001', '15', '78000000', '78109999', '80000000', '83800999', NULL, 1652950466),
(86968, '3220', '286.00', '4', '10.001', '15', '78000000', '78109999', '80000000', '83800999', NULL, 1652950467),
(86969, '3298', '130.00', '8', '15.001', '20', '78000000', '78109999', '80000000', '83800999', NULL, 1652950468),
(86970, '3220', '396.00', '4', '15.001', '20', '78000000', '78109999', '80000000', '83800999', NULL, 1652950469),
(86971, '3298', '166.00', '8', '20.001', '25', '78000000', '78109999', '80000000', '83800999', NULL, 1652950470),
(86972, '3220', '505.00', '4', '20.001', '25', '78000000', '78109999', '80000000', '83800999', NULL, 1652950471),
(86973, '3298', '202.00', '8', '25.001', '30', '78000000', '78109999', '80000000', '83800999', NULL, 1652950471),
(86974, '3220', '615.00', '4', '25.001', '30', '78000000', '78109999', '80000000', '83800999', NULL, 1652950472),
(86975, '3298', '70.00', '7', '0.3', '5', '78000000', '78109999', '83801000', '87999999', NULL, 1652950472),
(86976, '3220', '157.00', '6', '0.3', '5', '78000000', '78109999', '83801000', '87999999', NULL, 1652950473),
(86977, '3298', '106.00', '7', '5.001', '10', '78000000', '78109999', '83801000', '87999999', NULL, 1652950474),
(86978, '3220', '226.00', '6', '5.001', '10', '78000000', '78109999', '83801000', '87999999', NULL, 1652950476),
(86979, '3298', '172.00', '7', '10.001', '15', '78000000', '78109999', '83801000', '87999999', NULL, 1652950476),
(86980, '3220', '367.00', '6', '10.001', '15', '78000000', '78109999', '83801000', '87999999', NULL, 1652950477),
(86981, '3298', '239.00', '7', '15.001', '20', '78000000', '78109999', '83801000', '87999999', NULL, 1652950478),
(86982, '3220', '508.00', '6', '15.001', '20', '78000000', '78109999', '83801000', '87999999', NULL, 1652950479),
(86983, '3298', '305.00', '7', '20.001', '25', '78000000', '78109999', '83801000', '87999999', NULL, 1652950480),
(86984, '3220', '649.00', '6', '20.001', '25', '78000000', '78109999', '83801000', '87999999', NULL, 1652950480),
(86985, '3298', '371.00', '7', '25.001', '30', '78000000', '78109999', '83801000', '87999999', NULL, 1652950481),
(86986, '3220', '789.00', '6', '25.001', '30', '78000000', '78109999', '83801000', '87999999', NULL, 1652950482),
(86987, '3298', '45.00', '8', '0.3', '5', '78000000', '78109999', '88000000', '82999999', NULL, 1652950483),
(86988, '3220', '137.00', '4', '0.3', '5', '78000000', '78109999', '88000000', '82999999', NULL, 1652950485),
(86989, '3298', '71.00', '8', '5.001', '10', '78000000', '78109999', '88000000', '82999999', NULL, 1652950486),
(86990, '3220', '214.00', '4', '5.001', '10', '78000000', '78109999', '88000000', '82999999', NULL, 1652950487),
(86991, '3298', '116.00', '8', '10.001', '15', '78000000', '78109999', '88000000', '82999999', NULL, 1652950488),
(86992, '3220', '346.00', '4', '10.001', '15', '78000000', '78109999', '88000000', '82999999', NULL, 1652950488),
(86993, '3298', '160.00', '8', '15.001', '20', '78000000', '78109999', '88000000', '82999999', NULL, 1652950489),
(86994, '3220', '479.00', '4', '15.001', '20', '78000000', '78109999', '88000000', '82999999', NULL, 1652950492),
(86995, '3298', '205.00', '8', '20.001', '25', '78000000', '78109999', '88000000', '82999999', NULL, 1652950492),
(86996, '3220', '612.00', '4', '20.001', '25', '78000000', '78109999', '88000000', '82999999', NULL, 1652950493),
(86997, '3298', '249.00', '8', '25.001', '30', '78000000', '78109999', '88000000', '82999999', NULL, 1652950494),
(86998, '3220', '744.00', '4', '25.001', '30', '78000000', '78109999', '88000000', '82999999', NULL, 1652950495),
(86999, '3298', '45.00', '8', '0.3', '5', '78000000', '78109999', '88000000', '88469999', NULL, 1652950496),
(87000, '3220', '137.00', '4', '0.3', '5', '78000000', '78109999', '88000000', '88469999', NULL, 1652950497),
(87001, '3298', '71.00', '8', '5.001', '10', '78000000', '78109999', '88000000', '88469999', NULL, 1652950497),
(87002, '3220', '214.00', '4', '5.001', '10', '78000000', '78109999', '88000000', '88469999', NULL, 1652950498),
(87003, '3298', '116.00', '8', '10.001', '15', '78000000', '78109999', '88000000', '88469999', NULL, 1652950502),
(87004, '3220', '346.00', '4', '10.001', '15', '78000000', '78109999', '88000000', '88469999', NULL, 1652950502),
(87005, '3298', '160.00', '8', '15.001', '20', '78000000', '78109999', '88000000', '88469999', NULL, 1652950503),
(87006, '3220', '479.00', '4', '15.001', '20', '78000000', '78109999', '88000000', '88469999', NULL, 1652950504),
(87007, '3298', '205.00', '8', '20.001', '25', '78000000', '78109999', '88000000', '88469999', NULL, 1652950505),
(87008, '3220', '612.00', '4', '20.001', '25', '78000000', '78109999', '88000000', '88469999', NULL, 1652950506),
(87009, '3298', '249.00', '8', '25.001', '30', '78000000', '78109999', '88000000', '88469999', NULL, 1652950509),
(87010, '3220', '744.00', '4', '25.001', '30', '78000000', '78109999', '88000000', '88469999', NULL, 1652950510),
(87011, '3298', '78.00', '9', '0.3', '5', '78000000', '78109999', '88470000', '89999999', NULL, 1652950514),
(87012, '3220', '154.00', '5', '0.3', '5', '78000000', '78109999', '88470000', '89999999', NULL, 1652950516),
(87013, '3298', '114.00', '9', '5.001', '10', '78000000', '78109999', '88470000', '89999999', NULL, 1652950517),
(87014, '3220', '223.00', '5', '5.001', '10', '78000000', '78109999', '88470000', '89999999', NULL, 1652950518),
(87015, '3298', '185.00', '9', '10.001', '15', '78000000', '78109999', '88470000', '89999999', NULL, 1652950518),
(87016, '3220', '361.00', '5', '10.001', '15', '78000000', '78109999', '88470000', '89999999', NULL, 1652950520),
(87017, '3298', '256.00', '9', '15.001', '20', '78000000', '78109999', '88470000', '89999999', NULL, 1652950521),
(87018, '3220', '500.00', '5', '15.001', '20', '78000000', '78109999', '88470000', '89999999', NULL, 1652950522),
(87019, '3298', '327.00', '9', '20.001', '25', '78000000', '78109999', '88470000', '89999999', NULL, 1652950523),
(87020, '3220', '638.00', '5', '20.001', '25', '78000000', '78109999', '88470000', '89999999', NULL, 1652950525),
(87021, '3298', '398.00', '9', '25.001', '30', '78000000', '78109999', '88470000', '89999999', NULL, 1652950525),
(87022, '3220', '777.00', '5', '25.001', '30', '78000000', '78109999', '88470000', '89999999', NULL, 1652950527),
(87023, '3298', '45.00', '8', '0.3', '5', '78000000', '78109999', '90000000', '91999999', NULL, 1652950529),
(87024, '3220', '137.00', '4', '0.3', '5', '78000000', '78109999', '90000000', '91999999', NULL, 1652950530),
(87025, '3298', '71.00', '8', '5.001', '10', '78000000', '78109999', '90000000', '91999999', NULL, 1652950531),
(87026, '3220', '214.00', '4', '5.001', '10', '78000000', '78109999', '90000000', '91999999', NULL, 1652950532),
(87027, '3298', '116.00', '8', '10.001', '15', '78000000', '78109999', '90000000', '91999999', NULL, 1652950535),
(87028, '3220', '346.00', '4', '10.001', '15', '78000000', '78109999', '90000000', '91999999', NULL, 1652950536),
(87029, '3298', '160.00', '8', '15.001', '20', '78000000', '78109999', '90000000', '91999999', NULL, 1652950537),
(87030, '3220', '479.00', '4', '15.001', '20', '78000000', '78109999', '90000000', '91999999', NULL, 1652950539),
(87031, '3298', '205.00', '8', '20.001', '25', '78000000', '78109999', '90000000', '91999999', NULL, 1652950542),
(87032, '3220', '612.00', '4', '20.001', '25', '78000000', '78109999', '90000000', '91999999', NULL, 1652950543),
(87033, '3298', '249.00', '8', '25.001', '30', '78000000', '78109999', '90000000', '91999999', NULL, 1652950544),
(87034, '3220', '744.00', '4', '25.001', '30', '78000000', '78109999', '90000000', '91999999', NULL, 1652950546),
(87035, '3298', '45.00', '9', '0.3', '5', '78000000', '78109999', '90000000', '94900999', NULL, 1652950549),
(87036, '3220', '137.00', '5', '0.3', '5', '78000000', '78109999', '90000000', '94900999', NULL, 1652950549),
(87037, '3298', '71.00', '9', '5.001', '10', '78000000', '78109999', '90000000', '94900999', NULL, 1652950553),
(87038, '3220', '214.00', '5', '5.001', '10', '78000000', '78109999', '90000000', '94900999', NULL, 1652950556),
(87039, '3298', '116.00', '9', '10.001', '15', '78000000', '78109999', '90000000', '94900999', NULL, 1652950557),
(87040, '3220', '346.00', '5', '10.001', '15', '78000000', '78109999', '90000000', '94900999', NULL, 1652950557),
(87041, '3298', '160.00', '9', '15.001', '20', '78000000', '78109999', '90000000', '94900999', NULL, 1652950558),
(87042, '3220', '479.00', '5', '15.001', '20', '78000000', '78109999', '90000000', '94900999', NULL, 1652950561),
(87043, '3298', '205.00', '9', '20.001', '25', '78000000', '78109999', '90000000', '94900999', NULL, 1652950564),
(87044, '3220', '612.00', '5', '20.001', '25', '78000000', '78109999', '90000000', '94900999', NULL, 1652950565),
(87045, '3298', '249.00', '9', '25.001', '30', '78000000', '78109999', '90000000', '94900999', NULL, 1652950566),
(87046, '3220', '744.00', '5', '25.001', '30', '78000000', '78109999', '90000000', '94900999', NULL, 1652950569),
(87047, '3298', '90.00', '10', '0.3', '5', '78000000', '78109999', '94901000', '99999999', NULL, 1652950569),
(87048, '3220', '183.00', '8', '0.3', '5', '78000000', '78109999', '94901000', '99999999', NULL, 1652950571),
(87049, '3298', '133.00', '10', '5.001', '10', '78000000', '78109999', '94901000', '99999999', NULL, 1652950573),
(87050, '3220', '266.00', '8', '5.001', '10', '78000000', '78109999', '94901000', '99999999', NULL, 1652950576),
(87051, '3298', '215.00', '10', '10.001', '15', '78000000', '78109999', '94901000', '99999999', NULL, 1652950577),
(87052, '3220', '430.00', '8', '10.001', '15', '78000000', '78109999', '94901000', '99999999', NULL, 1652950578),
(87053, '3298', '298.00', '10', '15.001', '20', '78000000', '78109999', '94901000', '99999999', NULL, 1652950578),
(87054, '3220', '595.00', '8', '15.001', '20', '78000000', '78109999', '94901000', '99999999', NULL, 1652950579),
(87055, '3298', '380.00', '10', '20.001', '25', '78000000', '78109999', '94901000', '99999999', NULL, 1652950580),
(87056, '3220', '760.00', '8', '20.001', '25', '78000000', '78109999', '94901000', '99999999', NULL, 1652950581),
(87057, '3298', '463.00', '10', '25.001', '30', '78000000', '78109999', '94901000', '99999999', NULL, 1652950582),
(87058, '3220', '925.00', '8', '25.001', '30', '78000000', '78109999', '94901000', '99999999', NULL, 1652950582),
(87059, '3298', '90.00', '7', '0.3', '5', '78110000', '78899999', '01000000', '08499999', NULL, 1652950584),
(87060, '3220', '183.00', '5', '0.3', '5', '78110000', '78899999', '01000000', '08499999', NULL, 1652950584),
(87061, '3298', '133.00', '7', '5.001', '10', '78110000', '78899999', '01000000', '08499999', NULL, 1652950585),
(87062, '3220', '266.00', '5', '5.001', '10', '78110000', '78899999', '01000000', '08499999', NULL, 1652950586),
(87063, '3298', '215.00', '7', '10.001', '15', '78110000', '78899999', '01000000', '08499999', NULL, 1652950589),
(87064, '3220', '430.00', '5', '10.001', '15', '78110000', '78899999', '01000000', '08499999', NULL, 1652950591),
(87065, '3298', '298.00', '7', '15.001', '20', '78110000', '78899999', '01000000', '08499999', NULL, 1652950593),
(87066, '3220', '595.00', '5', '15.001', '20', '78110000', '78899999', '01000000', '08499999', NULL, 1652950595),
(87067, '3298', '380.00', '7', '20.001', '25', '78110000', '78899999', '01000000', '08499999', NULL, 1652950599),
(87068, '3220', '760.00', '5', '20.001', '25', '78110000', '78899999', '01000000', '08499999', NULL, 1652950600),
(87069, '3298', '463.00', '7', '25.001', '30', '78110000', '78899999', '01000000', '08499999', NULL, 1652950600),
(87070, '3220', '925.00', '5', '25.001', '30', '78110000', '78899999', '01000000', '08499999', NULL, 1652950601),
(87071, '3298', '90.00', '7', '0.3', '5', '78110000', '78899999', '06000000', '09999999', NULL, 1652950602),
(87072, '3220', '183.00', '5', '0.3', '5', '78110000', '78899999', '06000000', '09999999', NULL, 1652950604),
(87073, '3298', '133.00', '7', '5.001', '10', '78110000', '78899999', '06000000', '09999999', NULL, 1652950607),
(87074, '3220', '266.00', '5', '5.001', '10', '78110000', '78899999', '06000000', '09999999', NULL, 1652950608),
(87075, '3298', '215.00', '7', '10.001', '15', '78110000', '78899999', '06000000', '09999999', NULL, 1652950608),
(87076, '3220', '430.00', '5', '10.001', '15', '78110000', '78899999', '06000000', '09999999', NULL, 1652950611),
(87077, '3298', '298.00', '7', '15.001', '20', '78110000', '78899999', '06000000', '09999999', NULL, 1652950611),
(87078, '3220', '595.00', '5', '15.001', '20', '78110000', '78899999', '06000000', '09999999', NULL, 1652950614),
(87079, '3298', '380.00', '7', '20.001', '25', '78110000', '78899999', '06000000', '09999999', NULL, 1652950616),
(87080, '3220', '760.00', '5', '20.001', '25', '78110000', '78899999', '06000000', '09999999', NULL, 1652950618),
(87081, '3298', '463.00', '7', '25.001', '30', '78110000', '78899999', '06000000', '09999999', NULL, 1652950619),
(87082, '3220', '925.00', '5', '25.001', '30', '78110000', '78899999', '06000000', '09999999', NULL, 1652950622),
(87083, '3298', '90.00', '8', '0.3', '5', '78110000', '78899999', '11000000', '11999999', NULL, 1652950623),
(87084, '3220', '183.00', '6', '0.3', '5', '78110000', '78899999', '11000000', '11999999', NULL, 1652950624),
(87085, '3298', '133.00', '8', '5.001', '10', '78110000', '78899999', '11000000', '11999999', NULL, 1652950626),
(87086, '3220', '266.00', '6', '5.001', '10', '78110000', '78899999', '11000000', '11999999', NULL, 1652950627),
(87087, '3298', '215.00', '8', '10.001', '15', '78110000', '78899999', '11000000', '11999999', NULL, 1652950627),
(87088, '3220', '430.00', '6', '10.001', '15', '78110000', '78899999', '11000000', '11999999', NULL, 1652950628),
(87089, '3298', '298.00', '8', '15.001', '20', '78110000', '78899999', '11000000', '11999999', NULL, 1652950630),
(87090, '3220', '595.00', '6', '15.001', '20', '78110000', '78899999', '11000000', '11999999', NULL, 1652950631),
(87091, '3298', '380.00', '8', '20.001', '25', '78110000', '78899999', '11000000', '11999999', NULL, 1652950631),
(87092, '3220', '760.00', '6', '20.001', '25', '78110000', '78899999', '11000000', '11999999', NULL, 1652950635),
(87093, '3298', '463.00', '8', '25.001', '30', '78110000', '78899999', '11000000', '11999999', NULL, 1652950636),
(87094, '3220', '925.00', '6', '25.001', '30', '78110000', '78899999', '11000000', '11999999', NULL, 1652950640),
(87095, '3298', '90.00', '8', '0.3', '5', '78110000', '78899999', '12000000', '19999999', NULL, 1652950646),
(87096, '3220', '183.00', '6', '0.3', '5', '78110000', '78899999', '12000000', '19999999', NULL, 1652950646),
(87097, '3298', '133.00', '8', '5.001', '10', '78110000', '78899999', '12000000', '19999999', NULL, 1652950649),
(87098, '3220', '266.00', '6', '5.001', '10', '78110000', '78899999', '12000000', '19999999', NULL, 1652950650),
(87099, '3298', '215.00', '8', '10.001', '15', '78110000', '78899999', '12000000', '19999999', NULL, 1652950653),
(87100, '3220', '430.00', '6', '10.001', '15', '78110000', '78899999', '12000000', '19999999', NULL, 1652950653),
(87101, '3298', '298.00', '8', '15.001', '20', '78110000', '78899999', '12000000', '19999999', NULL, 1652950657),
(87102, '3220', '595.00', '6', '15.001', '20', '78110000', '78899999', '12000000', '19999999', NULL, 1652950663),
(87103, '3298', '380.00', '8', '20.001', '25', '78110000', '78899999', '12000000', '19999999', NULL, 1652950664),
(87104, '3220', '760.00', '6', '20.001', '25', '78110000', '78899999', '12000000', '19999999', NULL, 1652950666),
(87105, '3298', '463.00', '8', '25.001', '30', '78110000', '78899999', '12000000', '19999999', NULL, 1652950667),
(87106, '3220', '925.00', '6', '25.001', '30', '78110000', '78899999', '12000000', '19999999', NULL, 1652950670),
(87107, '3298', '90.00', '11', '0.3', '5', '78110000', '78899999', '26601000', '28999999', NULL, 1652950713),
(87108, '3220', '183.00', '8', '0.3', '5', '78110000', '78899999', '26601000', '28999999', NULL, 1652950714),
(87109, '3298', '133.00', '11', '5.001', '10', '78110000', '78899999', '26601000', '28999999', NULL, 1652950717),
(87110, '3220', '266.00', '8', '5.001', '10', '78110000', '78899999', '26601000', '28999999', NULL, 1652950720),
(87111, '3298', '215.00', '11', '10.001', '15', '78110000', '78899999', '26601000', '28999999', NULL, 1652950723),
(87112, '3220', '430.00', '8', '10.001', '15', '78110000', '78899999', '26601000', '28999999', NULL, 1652950725),
(87113, '3298', '298.00', '11', '15.001', '20', '78110000', '78899999', '26601000', '28999999', NULL, 1652950725),
(87114, '3220', '595.00', '8', '15.001', '20', '78110000', '78899999', '26601000', '28999999', NULL, 1652950727),
(87115, '3298', '380.00', '11', '20.001', '25', '78110000', '78899999', '26601000', '28999999', NULL, 1652950728),
(87116, '3220', '760.00', '8', '20.001', '25', '78110000', '78899999', '26601000', '28999999', NULL, 1652950729),
(87117, '3298', '463.00', '11', '25.001', '30', '78110000', '78899999', '26601000', '28999999', NULL, 1652950732),
(87118, '3220', '925.00', '8', '25.001', '30', '78110000', '78899999', '26601000', '28999999', NULL, 1652950733),
(87119, '3298', '90.00', '10', '0.3', '5', '78110000', '78899999', '29000000', '29099999', NULL, 1652950736),
(87120, '3220', '183.00', '6', '0.3', '5', '78110000', '78899999', '29000000', '29099999', NULL, 1652950738),
(87121, '3298', '133.00', '10', '5.001', '10', '78110000', '78899999', '29000000', '29099999', NULL, 1652950739),
(87122, '3220', '266.00', '6', '5.001', '10', '78110000', '78899999', '29000000', '29099999', NULL, 1652950740),
(87123, '3298', '215.00', '10', '10.001', '15', '78110000', '78899999', '29000000', '29099999', NULL, 1652950741),
(87124, '3220', '430.00', '6', '10.001', '15', '78110000', '78899999', '29000000', '29099999', NULL, 1652950745),
(87125, '3298', '298.00', '10', '15.001', '20', '78110000', '78899999', '29000000', '29099999', NULL, 1652950746),
(87126, '3220', '595.00', '6', '15.001', '20', '78110000', '78899999', '29000000', '29099999', NULL, 1652950750),
(87127, '3298', '380.00', '10', '20.001', '25', '78110000', '78899999', '29000000', '29099999', NULL, 1652950751),
(87128, '3220', '760.00', '6', '20.001', '25', '78110000', '78899999', '29000000', '29099999', NULL, 1652950756),
(87129, '3298', '463.00', '10', '25.001', '30', '78110000', '78899999', '29000000', '29099999', NULL, 1652950758),
(87130, '3220', '925.00', '6', '25.001', '30', '78110000', '78899999', '29000000', '29099999', NULL, 1652950759),
(87131, '3298', '90.00', '12', '0.3', '5', '78110000', '78899999', '29100000', '29999999', NULL, 1652950760),
(87132, '3220', '183.00', '8', '0.3', '5', '78110000', '78899999', '29100000', '29999999', NULL, 1652950763),
(87133, '3298', '133.00', '12', '5.001', '10', '78110000', '78899999', '29100000', '29999999', NULL, 1652950764),
(87134, '3220', '266.00', '8', '5.001', '10', '78110000', '78899999', '29100000', '29999999', NULL, 1652950765),
(87135, '3298', '215.00', '12', '10.001', '15', '78110000', '78899999', '29100000', '29999999', NULL, 1652950767),
(87136, '3220', '430.00', '8', '10.001', '15', '78110000', '78899999', '29100000', '29999999', NULL, 1652950769),
(87137, '3298', '298.00', '12', '15.001', '20', '78110000', '78899999', '29100000', '29999999', NULL, 1652950770),
(87138, '3220', '595.00', '8', '15.001', '20', '78110000', '78899999', '29100000', '29999999', NULL, 1652950774),
(87139, '3298', '380.00', '12', '20.001', '25', '78110000', '78899999', '29100000', '29999999', NULL, 1652950775),
(87140, '3220', '760.00', '8', '20.001', '25', '78110000', '78899999', '29100000', '29999999', NULL, 1652950777),
(87141, '3298', '463.00', '12', '25.001', '30', '78110000', '78899999', '29100000', '29999999', NULL, 1652950778),
(87142, '3220', '925.00', '8', '25.001', '30', '78110000', '78899999', '29100000', '29999999', NULL, 1652950780),
(87143, '3298', '90.00', '9', '0.3', '5', '78110000', '78899999', '30000000', '31999999', NULL, 1652950785),
(87144, '3220', '183.00', '6', '0.3', '5', '78110000', '78899999', '30000000', '31999999', NULL, 1652950786),
(87145, '3298', '133.00', '9', '5.001', '10', '78110000', '78899999', '30000000', '31999999', NULL, 1652950788),
(87146, '3220', '266.00', '6', '5.001', '10', '78110000', '78899999', '30000000', '31999999', NULL, 1652950793),
(87147, '3298', '215.00', '9', '10.001', '15', '78110000', '78899999', '30000000', '31999999', NULL, 1652950795),
(87148, '3220', '430.00', '6', '10.001', '15', '78110000', '78899999', '30000000', '31999999', NULL, 1652950796),
(87149, '3298', '298.00', '9', '15.001', '20', '78110000', '78899999', '30000000', '31999999', NULL, 1652950797),
(87150, '3220', '595.00', '6', '15.001', '20', '78110000', '78899999', '30000000', '31999999', NULL, 1652950797),
(87151, '3298', '380.00', '9', '20.001', '25', '78110000', '78899999', '30000000', '31999999', NULL, 1652950802),
(87152, '3220', '760.00', '6', '20.001', '25', '78110000', '78899999', '30000000', '31999999', NULL, 1652950805),
(87153, '3298', '463.00', '9', '25.001', '30', '78110000', '78899999', '30000000', '31999999', NULL, 1652950811),
(87154, '3220', '925.00', '6', '25.001', '30', '78110000', '78899999', '30000000', '31999999', NULL, 1652950816),
(87155, '3298', '90.00', '9', '0.3', '5', '78110000', '78899999', '30000000', '34999999', NULL, 1652950817),
(87156, '3220', '183.00', '6', '0.3', '5', '78110000', '78899999', '30000000', '34999999', NULL, 1652950821),
(87157, '3298', '133.00', '9', '5.001', '10', '78110000', '78899999', '30000000', '34999999', NULL, 1652950821),
(87158, '3220', '266.00', '6', '5.001', '10', '78110000', '78899999', '30000000', '34999999', NULL, 1652950822),
(87159, '3298', '215.00', '9', '10.001', '15', '78110000', '78899999', '30000000', '34999999', NULL, 1652950824),
(87160, '3220', '430.00', '6', '10.001', '15', '78110000', '78899999', '30000000', '34999999', NULL, 1652950825),
(87161, '3298', '298.00', '9', '15.001', '20', '78110000', '78899999', '30000000', '34999999', NULL, 1652950827),
(87162, '3220', '595.00', '6', '15.001', '20', '78110000', '78899999', '30000000', '34999999', NULL, 1652950828),
(87163, '3298', '380.00', '9', '20.001', '25', '78110000', '78899999', '30000000', '34999999', NULL, 1652950829),
(87164, '3220', '760.00', '6', '20.001', '25', '78110000', '78899999', '30000000', '34999999', NULL, 1652950832),
(87165, '3298', '463.00', '9', '25.001', '30', '78110000', '78899999', '30000000', '34999999', NULL, 1652950833),
(87166, '3220', '925.00', '6', '25.001', '30', '78110000', '78899999', '30000000', '34999999', NULL, 1652950835),
(87167, '3298', '90.00', '11', '0.3', '5', '78110000', '78899999', '35000000', '39999999', NULL, 1652950837),
(87168, '3220', '183.00', '8', '0.3', '5', '78110000', '78899999', '35000000', '39999999', NULL, 1652950839),
(87169, '3298', '133.00', '11', '5.001', '10', '78110000', '78899999', '35000000', '39999999', NULL, 1652950841),
(87170, '3220', '266.00', '8', '5.001', '10', '78110000', '78899999', '35000000', '39999999', NULL, 1652950842),
(87171, '3298', '215.00', '11', '10.001', '15', '78110000', '78899999', '35000000', '39999999', NULL, 1652950843),
(87172, '3220', '430.00', '8', '10.001', '15', '78110000', '78899999', '35000000', '39999999', NULL, 1652950844),
(87173, '3298', '298.00', '11', '15.001', '20', '78110000', '78899999', '35000000', '39999999', NULL, 1652950847),
(87174, '3220', '595.00', '8', '15.001', '20', '78110000', '78899999', '35000000', '39999999', NULL, 1652950848),
(87175, '3298', '380.00', '11', '20.001', '25', '78110000', '78899999', '35000000', '39999999', NULL, 1652950849),
(87176, '3220', '760.00', '8', '20.001', '25', '78110000', '78899999', '35000000', '39999999', NULL, 1652950851),
(87177, '3298', '463.00', '11', '25.001', '30', '78110000', '78899999', '35000000', '39999999', NULL, 1652950854),
(87178, '3220', '925.00', '8', '25.001', '30', '78110000', '78899999', '35000000', '39999999', NULL, 1652950855),
(87179, '3298', '90.00', '9', '0.3', '5', '78110000', '78899999', '40000000', '41999999', NULL, 1652950856),
(87180, '3220', '183.00', '7', '0.3', '5', '78110000', '78899999', '40000000', '41999999', NULL, 1652950857),
(87181, '3298', '133.00', '9', '5.001', '10', '78110000', '78899999', '40000000', '41999999', NULL, 1652950859),
(87182, '3220', '266.00', '7', '5.001', '10', '78110000', '78899999', '40000000', '41999999', NULL, 1652950861),
(87183, '3298', '215.00', '9', '10.001', '15', '78110000', '78899999', '40000000', '41999999', NULL, 1652950864),
(87184, '3220', '430.00', '7', '10.001', '15', '78110000', '78899999', '40000000', '41999999', NULL, 1652950865),
(87185, '3298', '298.00', '9', '15.001', '20', '78110000', '78899999', '40000000', '41999999', NULL, 1652950870),
(87186, '3220', '595.00', '7', '15.001', '20', '78110000', '78899999', '40000000', '41999999', NULL, 1652950872),
(87187, '3298', '380.00', '9', '20.001', '25', '78110000', '78899999', '40000000', '41999999', NULL, 1652950872),
(87188, '3220', '760.00', '7', '20.001', '25', '78110000', '78899999', '40000000', '41999999', NULL, 1652950873),
(87189, '3298', '463.00', '9', '25.001', '30', '78110000', '78899999', '40000000', '41999999', NULL, 1652950874),
(87190, '3220', '925.00', '7', '25.001', '30', '78110000', '78899999', '40000000', '41999999', NULL, 1652950875),
(87191, '3298', '90.00', '9', '0.3', '5', '78110000', '78899999', '40000000', '44470999', NULL, 1652950878),
(87192, '3220', '183.00', '7', '0.3', '5', '78110000', '78899999', '40000000', '44470999', NULL, 1652950879),
(87193, '3298', '133.00', '9', '5.001', '10', '78110000', '78899999', '40000000', '44470999', NULL, 1652950880),
(87194, '3220', '266.00', '7', '5.001', '10', '78110000', '78899999', '40000000', '44470999', NULL, 1652950881),
(87195, '3298', '215.00', '9', '10.001', '15', '78110000', '78899999', '40000000', '44470999', NULL, 1652950882),
(87196, '3220', '430.00', '7', '10.001', '15', '78110000', '78899999', '40000000', '44470999', NULL, 1652950882),
(87197, '3298', '298.00', '9', '15.001', '20', '78110000', '78899999', '40000000', '44470999', NULL, 1652950883),
(87198, '3220', '595.00', '7', '15.001', '20', '78110000', '78899999', '40000000', '44470999', NULL, 1652950884),
(87199, '3298', '380.00', '9', '20.001', '25', '78110000', '78899999', '40000000', '44470999', NULL, 1652950886),
(87200, '3220', '760.00', '7', '20.001', '25', '78110000', '78899999', '40000000', '44470999', NULL, 1652950888),
(87201, '3298', '463.00', '9', '25.001', '30', '78110000', '78899999', '40000000', '44470999', NULL, 1652950889),
(87202, '3220', '925.00', '7', '25.001', '30', '78110000', '78899999', '40000000', '44470999', NULL, 1652950890),
(87203, '3298', '90.00', '11', '0.3', '5', '78110000', '78899999', '44471000', '48999999', NULL, 1652950892),
(87204, '3220', '183.00', '9', '0.3', '5', '78110000', '78899999', '44471000', '48999999', NULL, 1652950893),
(87205, '3298', '133.00', '11', '5.001', '10', '78110000', '78899999', '44471000', '48999999', NULL, 1652950894),
(87206, '3220', '266.00', '9', '5.001', '10', '78110000', '78899999', '44471000', '48999999', NULL, 1652950895),
(87207, '3298', '215.00', '11', '10.001', '15', '78110000', '78899999', '44471000', '48999999', NULL, 1652950896),
(87208, '3220', '430.00', '9', '10.001', '15', '78110000', '78899999', '44471000', '48999999', NULL, 1652950897),
(87209, '3298', '298.00', '11', '15.001', '20', '78110000', '78899999', '44471000', '48999999', NULL, 1652950898),
(87210, '3220', '595.00', '9', '15.001', '20', '78110000', '78899999', '44471000', '48999999', NULL, 1652950899),
(87211, '3298', '380.00', '11', '20.001', '25', '78110000', '78899999', '44471000', '48999999', NULL, 1652950904),
(87212, '3220', '760.00', '9', '20.001', '25', '78110000', '78899999', '44471000', '48999999', NULL, 1652950905),
(87213, '3298', '463.00', '11', '25.001', '30', '78110000', '78899999', '44471000', '48999999', NULL, 1652950907),
(87214, '3220', '925.00', '9', '25.001', '30', '78110000', '78899999', '44471000', '48999999', NULL, 1652950909),
(87215, '3298', '90.00', '12', '0.3', '5', '78110000', '78899999', '49000000', '49099999', NULL, 1652950910),
(87216, '3220', '183.00', '7', '0.3', '5', '78110000', '78899999', '49000000', '49099999', NULL, 1652950912),
(87217, '3298', '133.00', '12', '5.001', '10', '78110000', '78899999', '49000000', '49099999', NULL, 1652950914),
(87218, '3220', '266.00', '7', '5.001', '10', '78110000', '78899999', '49000000', '49099999', NULL, 1652950915),
(87219, '3298', '215.00', '12', '10.001', '15', '78110000', '78899999', '49000000', '49099999', NULL, 1652950917),
(87220, '3220', '430.00', '7', '10.001', '15', '78110000', '78899999', '49000000', '49099999', NULL, 1652950920),
(87221, '3298', '298.00', '12', '15.001', '20', '78110000', '78899999', '49000000', '49099999', NULL, 1652950921),
(87222, '3220', '595.00', '7', '15.001', '20', '78110000', '78899999', '49000000', '49099999', NULL, 1652950922),
(87223, '3298', '380.00', '12', '20.001', '25', '78110000', '78899999', '49000000', '49099999', NULL, 1652950923),
(87224, '3220', '760.00', '7', '20.001', '25', '78110000', '78899999', '49000000', '49099999', NULL, 1652950924),
(87225, '3298', '463.00', '12', '25.001', '30', '78110000', '78899999', '49000000', '49099999', NULL, 1652950924),
(87226, '3220', '925.00', '7', '25.001', '30', '78110000', '78899999', '49000000', '49099999', NULL, 1652950926),
(87227, '3298', '90.00', '14', '0.3', '5', '78110000', '78899999', '49100000', '49999999', NULL, 1652950929),
(87228, '3220', '183.00', '9', '0.3', '5', '78110000', '78899999', '49100000', '49999999', NULL, 1652950930),
(87229, '3298', '133.00', '14', '5.001', '10', '78110000', '78899999', '49100000', '49999999', NULL, 1652950931),
(87230, '3220', '266.00', '9', '5.001', '10', '78110000', '78899999', '49100000', '49999999', NULL, 1652950934),
(87231, '3298', '215.00', '14', '10.001', '15', '78110000', '78899999', '49100000', '49999999', NULL, 1652950936),
(87232, '3220', '430.00', '9', '10.001', '15', '78110000', '78899999', '49100000', '49999999', NULL, 1652950939),
(87233, '3298', '298.00', '14', '15.001', '20', '78110000', '78899999', '49100000', '49999999', NULL, 1652950940),
(87234, '3220', '595.00', '9', '15.001', '20', '78110000', '78899999', '49100000', '49999999', NULL, 1652950941),
(87235, '3298', '380.00', '14', '20.001', '25', '78110000', '78899999', '49100000', '49999999', NULL, 1652950943),
(87236, '3220', '760.00', '9', '20.001', '25', '78110000', '78899999', '49100000', '49999999', NULL, 1652950943),
(87237, '3298', '463.00', '14', '25.001', '30', '78110000', '78899999', '49100000', '49999999', NULL, 1652950946),
(87238, '3220', '925.00', '9', '25.001', '30', '78110000', '78899999', '49100000', '49999999', NULL, 1652950947),
(87239, '3298', '90.00', '11', '0.3', '5', '78110000', '78899999', '50000000', '52999999', NULL, 1652950949),
(87240, '3220', '183.00', '7', '0.3', '5', '78110000', '78899999', '50000000', '52999999', NULL, 1652950950),
(87241, '3298', '133.00', '11', '5.001', '10', '78110000', '78899999', '50000000', '52999999', NULL, 1652950951),
(87242, '3220', '266.00', '7', '5.001', '10', '78110000', '78899999', '50000000', '52999999', NULL, 1652950952),
(87243, '3298', '215.00', '11', '10.001', '15', '78110000', '78899999', '50000000', '52999999', NULL, 1652950952),
(87244, '3220', '430.00', '7', '10.001', '15', '78110000', '78899999', '50000000', '52999999', NULL, 1652950953),
(87245, '3298', '298.00', '11', '15.001', '20', '78110000', '78899999', '50000000', '52999999', NULL, 1652950954),
(87246, '3220', '595.00', '7', '15.001', '20', '78110000', '78899999', '50000000', '52999999', NULL, 1652950958),
(87247, '3298', '380.00', '11', '20.001', '25', '78110000', '78899999', '50000000', '52999999', NULL, 1652950960),
(87248, '3220', '760.00', '7', '20.001', '25', '78110000', '78899999', '50000000', '52999999', NULL, 1652950962),
(87249, '3298', '463.00', '11', '25.001', '30', '78110000', '78899999', '50000000', '52999999', NULL, 1652950963),
(87250, '3220', '925.00', '7', '25.001', '30', '78110000', '78899999', '50000000', '52999999', NULL, 1652950965),
(87251, '3298', '90.00', '11', '0.3', '5', '78110000', '78899999', '50000000', '54999999', NULL, 1652950967),
(87252, '3220', '183.00', '7', '0.3', '5', '78110000', '78899999', '50000000', '54999999', NULL, 1652950967),
(87253, '3298', '133.00', '11', '5.001', '10', '78110000', '78899999', '50000000', '54999999', NULL, 1652950968),
(87254, '3220', '266.00', '7', '5.001', '10', '78110000', '78899999', '50000000', '54999999', NULL, 1652950972),
(87255, '3298', '215.00', '11', '10.001', '15', '78110000', '78899999', '50000000', '54999999', NULL, 1652950975),
(87256, '3220', '430.00', '7', '10.001', '15', '78110000', '78899999', '50000000', '54999999', NULL, 1652950978),
(87257, '3298', '298.00', '11', '15.001', '20', '78110000', '78899999', '50000000', '54999999', NULL, 1652950979),
(87258, '3220', '595.00', '7', '15.001', '20', '78110000', '78899999', '50000000', '54999999', NULL, 1652950980),
(87259, '3298', '380.00', '11', '20.001', '25', '78110000', '78899999', '50000000', '54999999', NULL, 1652950982),
(87260, '3220', '760.00', '7', '20.001', '25', '78110000', '78899999', '50000000', '54999999', NULL, 1652950988),
(87261, '3298', '463.00', '11', '25.001', '30', '78110000', '78899999', '50000000', '54999999', NULL, 1652950990),
(87262, '3220', '925.00', '7', '25.001', '30', '78110000', '78899999', '50000000', '54999999', NULL, 1652950992),
(87263, '3298', '90.00', '15', '0.3', '5', '78110000', '78899999', '55000000', '56999999', NULL, 1652950994),
(87264, '3220', '183.00', '11', '0.3', '5', '78110000', '78899999', '55000000', '56999999', NULL, 1652950997),
(87265, '3298', '133.00', '15', '5.001', '10', '78110000', '78899999', '55000000', '56999999', NULL, 1652950997),
(87266, '3220', '266.00', '11', '5.001', '10', '78110000', '78899999', '55000000', '56999999', NULL, 1652950999),
(87267, '3298', '215.00', '15', '10.001', '15', '78110000', '78899999', '55000000', '56999999', NULL, 1652951000),
(87268, '3220', '430.00', '11', '10.001', '15', '78110000', '78899999', '55000000', '56999999', NULL, 1652951002),
(87269, '3298', '298.00', '15', '15.001', '20', '78110000', '78899999', '55000000', '56999999', NULL, 1652951004),
(87270, '3220', '595.00', '11', '15.001', '20', '78110000', '78899999', '55000000', '56999999', NULL, 1652951005),
(87271, '3298', '380.00', '15', '20.001', '25', '78110000', '78899999', '55000000', '56999999', NULL, 1652951006),
(87272, '3220', '760.00', '11', '20.001', '25', '78110000', '78899999', '55000000', '56999999', NULL, 1652951007),
(87273, '3298', '463.00', '15', '25.001', '30', '78110000', '78899999', '55000000', '56999999', NULL, 1652951008),
(87274, '3220', '925.00', '11', '25.001', '30', '78110000', '78899999', '55000000', '56999999', NULL, 1652951010),
(87275, '3298', '90.00', '11', '0.3', '5', '78110000', '78899999', '57000000', '57099999', NULL, 1652951011),
(87276, '3220', '183.00', '7', '0.3', '5', '78110000', '78899999', '57000000', '57099999', NULL, 1652951013),
(87277, '3298', '133.00', '11', '5.001', '10', '78110000', '78899999', '57000000', '57099999', NULL, 1652951017),
(87278, '3220', '266.00', '7', '5.001', '10', '78110000', '78899999', '57000000', '57099999', NULL, 1652951019),
(87279, '3298', '215.00', '11', '10.001', '15', '78110000', '78899999', '57000000', '57099999', NULL, 1652951020),
(87280, '3220', '430.00', '7', '10.001', '15', '78110000', '78899999', '57000000', '57099999', NULL, 1652951021),
(87281, '3298', '298.00', '11', '15.001', '20', '78110000', '78899999', '57000000', '57099999', NULL, 1652951022),
(87282, '3220', '595.00', '7', '15.001', '20', '78110000', '78899999', '57000000', '57099999', NULL, 1652951023),
(87283, '3298', '380.00', '11', '20.001', '25', '78110000', '78899999', '57000000', '57099999', NULL, 1652951029),
(87284, '3220', '760.00', '7', '20.001', '25', '78110000', '78899999', '57000000', '57099999', NULL, 1652951030),
(87285, '3298', '463.00', '11', '25.001', '30', '78110000', '78899999', '57000000', '57099999', NULL, 1652951031),
(87286, '3220', '925.00', '7', '25.001', '30', '78110000', '78899999', '57000000', '57099999', NULL, 1652951032),
(87287, '3298', '90.00', '13', '0.3', '5', '78110000', '78899999', '57100000', '57999999', NULL, 1652951033),
(87288, '3220', '183.00', '9', '0.3', '5', '78110000', '78899999', '57100000', '57999999', NULL, 1652951034),
(87289, '3298', '133.00', '13', '5.001', '10', '78110000', '78899999', '57100000', '57999999', NULL, 1652951035),
(87290, '3220', '266.00', '9', '5.001', '10', '78110000', '78899999', '57100000', '57999999', NULL, 1652951037),
(87291, '3298', '215.00', '13', '10.001', '15', '78110000', '78899999', '57100000', '57999999', NULL, 1652951039),
(87292, '3220', '430.00', '9', '10.001', '15', '78110000', '78899999', '57100000', '57999999', NULL, 1652951040),
(87293, '3298', '298.00', '13', '15.001', '20', '78110000', '78899999', '57100000', '57999999', NULL, 1652951043),
(87294, '3220', '595.00', '9', '15.001', '20', '78110000', '78899999', '57100000', '57999999', NULL, 1652951045),
(87295, '3298', '380.00', '13', '20.001', '25', '78110000', '78899999', '57100000', '57999999', NULL, 1652951046),
(87296, '3220', '760.00', '9', '20.001', '25', '78110000', '78899999', '57100000', '57999999', NULL, 1652951047),
(87297, '3298', '463.00', '13', '25.001', '30', '78110000', '78899999', '57100000', '57999999', NULL, 1652951048),
(87298, '3220', '925.00', '9', '25.001', '30', '78110000', '78899999', '57100000', '57999999', NULL, 1652951050),
(87299, '3298', '90.00', '11', '0.3', '5', '78110000', '78899999', '58000000', '58099999', NULL, 1652951051),
(87300, '3220', '183.00', '7', '0.3', '5', '78110000', '78899999', '58000000', '58099999', NULL, 1652951052),
(87301, '3298', '133.00', '11', '5.001', '10', '78110000', '78899999', '58000000', '58099999', NULL, 1652951055),
(87302, '3220', '266.00', '7', '5.001', '10', '78110000', '78899999', '58000000', '58099999', NULL, 1652951057),
(87303, '3298', '215.00', '11', '10.001', '15', '78110000', '78899999', '58000000', '58099999', NULL, 1652951058),
(87304, '3220', '430.00', '7', '10.001', '15', '78110000', '78899999', '58000000', '58099999', NULL, 1652951059),
(87305, '3298', '298.00', '11', '15.001', '20', '78110000', '78899999', '58000000', '58099999', NULL, 1652951061),
(87306, '3220', '595.00', '7', '15.001', '20', '78110000', '78899999', '58000000', '58099999', NULL, 1652951061),
(87307, '3298', '380.00', '11', '20.001', '25', '78110000', '78899999', '58000000', '58099999', NULL, 1652951062),
(87308, '3220', '760.00', '7', '20.001', '25', '78110000', '78899999', '58000000', '58099999', NULL, 1652951064),
(87309, '3298', '463.00', '11', '25.001', '30', '78110000', '78899999', '58000000', '58099999', NULL, 1652951066),
(87310, '3220', '925.00', '7', '25.001', '30', '78110000', '78899999', '58000000', '58099999', NULL, 1652951069),
(87311, '3298', '90.00', '16', '0.3', '5', '78110000', '78899999', '58100000', '58999999', NULL, 1652951070),
(87312, '3220', '183.00', '12', '0.3', '5', '78110000', '78899999', '58100000', '58999999', NULL, 1652951071),
(87313, '3298', '133.00', '16', '5.001', '10', '78110000', '78899999', '58100000', '58999999', NULL, 1652951073),
(87314, '3220', '266.00', '12', '5.001', '10', '78110000', '78899999', '58100000', '58999999', NULL, 1652951074),
(87315, '3298', '215.00', '16', '10.001', '15', '78110000', '78899999', '58100000', '58999999', NULL, 1652951075),
(87316, '3220', '430.00', '12', '10.001', '15', '78110000', '78899999', '58100000', '58999999', NULL, 1652951077),
(87317, '3298', '298.00', '16', '15.001', '20', '78110000', '78899999', '58100000', '58999999', NULL, 1652951078),
(87318, '3220', '595.00', '12', '15.001', '20', '78110000', '78899999', '58100000', '58999999', NULL, 1652951078),
(87319, '3298', '380.00', '16', '20.001', '25', '78110000', '78899999', '58100000', '58999999', NULL, 1652951081),
(87320, '3220', '760.00', '12', '20.001', '25', '78110000', '78899999', '58100000', '58999999', NULL, 1652951082),
(87321, '3298', '463.00', '16', '25.001', '30', '78110000', '78899999', '58100000', '58999999', NULL, 1652951083),
(87322, '3220', '925.00', '12', '25.001', '30', '78110000', '78899999', '58100000', '58999999', NULL, 1652951083),
(87323, '3298', '90.00', '12', '0.3', '5', '78110000', '78899999', '59000000', '59099999', NULL, 1652951085),
(87324, '3220', '183.00', '6', '0.3', '5', '78110000', '78899999', '59000000', '59099999', NULL, 1652951086),
(87325, '3298', '133.00', '12', '5.001', '10', '78110000', '78899999', '59000000', '59099999', NULL, 1652951087),
(87326, '3220', '266.00', '6', '5.001', '10', '78110000', '78899999', '59000000', '59099999', NULL, 1652951088),
(87327, '3298', '215.00', '12', '10.001', '15', '78110000', '78899999', '59000000', '59099999', NULL, 1652951091),
(87328, '3220', '430.00', '6', '10.001', '15', '78110000', '78899999', '59000000', '59099999', NULL, 1652951095),
(87329, '3298', '298.00', '12', '15.001', '20', '78110000', '78899999', '59000000', '59099999', NULL, 1652951095),
(87330, '3220', '595.00', '6', '15.001', '20', '78110000', '78899999', '59000000', '59099999', NULL, 1652951096),
(87331, '3298', '380.00', '12', '20.001', '25', '78110000', '78899999', '59000000', '59099999', NULL, 1652951097),
(87332, '3220', '760.00', '6', '20.001', '25', '78110000', '78899999', '59000000', '59099999', NULL, 1652951098),
(87333, '3298', '463.00', '12', '25.001', '30', '78110000', '78899999', '59000000', '59099999', NULL, 1652951100),
(87334, '3220', '925.00', '6', '25.001', '30', '78110000', '78899999', '59000000', '59099999', NULL, 1652951101),
(87335, '3298', '90.00', '12', '0.3', '5', '78110000', '78899999', '59100000', '59999999', NULL, 1652951102),
(87336, '3220', '183.00', '6', '0.3', '5', '78110000', '78899999', '59100000', '59999999', NULL, 1652951104),
(87337, '3298', '133.00', '12', '5.001', '10', '78110000', '78899999', '59100000', '59999999', NULL, 1652951105),
(87338, '3220', '266.00', '6', '5.001', '10', '78110000', '78899999', '59100000', '59999999', NULL, 1652951106),
(87339, '3298', '215.00', '12', '10.001', '15', '78110000', '78899999', '59100000', '59999999', NULL, 1652951107),
(87340, '3220', '430.00', '6', '10.001', '15', '78110000', '78899999', '59100000', '59999999', NULL, 1652951108),
(87341, '3298', '298.00', '12', '15.001', '20', '78110000', '78899999', '59100000', '59999999', NULL, 1652951109),
(87342, '3220', '595.00', '6', '15.001', '20', '78110000', '78899999', '59100000', '59999999', NULL, 1652951110),
(87343, '3298', '380.00', '12', '20.001', '25', '78110000', '78899999', '59100000', '59999999', NULL, 1652951110),
(87344, '3220', '760.00', '6', '20.001', '25', '78110000', '78899999', '59100000', '59999999', NULL, 1652951111),
(87345, '3298', '463.00', '12', '25.001', '30', '78110000', '78899999', '59100000', '59999999', NULL, 1652951111),
(87346, '3220', '925.00', '6', '25.001', '30', '78110000', '78899999', '59100000', '59999999', NULL, 1652951113),
(87347, '3298', '90.00', '10', '0.3', '5', '78110000', '78899999', '60000000', '60999999', NULL, 1652951114),
(87348, '3220', '183.00', '7', '0.3', '5', '78110000', '78899999', '60000000', '60999999', NULL, 1652951116),
(87349, '3298', '133.00', '10', '5.001', '10', '78110000', '78899999', '60000000', '60999999', NULL, 1652951117),
(87350, '3220', '266.00', '7', '5.001', '10', '78110000', '78899999', '60000000', '60999999', NULL, 1652951119);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(87351, '3298', '215.00', '10', '10.001', '15', '78110000', '78899999', '60000000', '60999999', NULL, 1652951122),
(87352, '3220', '430.00', '7', '10.001', '15', '78110000', '78899999', '60000000', '60999999', NULL, 1652951123),
(87353, '3298', '298.00', '10', '15.001', '20', '78110000', '78899999', '60000000', '60999999', NULL, 1652951124),
(87354, '3220', '595.00', '7', '15.001', '20', '78110000', '78899999', '60000000', '60999999', NULL, 1652951125),
(87355, '3298', '380.00', '10', '20.001', '25', '78110000', '78899999', '60000000', '60999999', NULL, 1652951125),
(87356, '3220', '760.00', '7', '20.001', '25', '78110000', '78899999', '60000000', '60999999', NULL, 1652951126),
(87357, '3298', '463.00', '10', '25.001', '30', '78110000', '78899999', '60000000', '60999999', NULL, 1652951128),
(87358, '3220', '925.00', '7', '25.001', '30', '78110000', '78899999', '60000000', '60999999', NULL, 1652951129),
(87359, '3298', '90.00', '10', '0.3', '5', '78110000', '78899999', '60000000', '61900999', NULL, 1652951131),
(87360, '3220', '183.00', '7', '0.3', '5', '78110000', '78899999', '60000000', '61900999', NULL, 1652951132),
(87361, '3298', '133.00', '10', '5.001', '10', '78110000', '78899999', '60000000', '61900999', NULL, 1652951136),
(87362, '3220', '266.00', '7', '5.001', '10', '78110000', '78899999', '60000000', '61900999', NULL, 1652951138),
(87363, '3298', '215.00', '10', '10.001', '15', '78110000', '78899999', '60000000', '61900999', NULL, 1652951140),
(87364, '3220', '430.00', '7', '10.001', '15', '78110000', '78899999', '60000000', '61900999', NULL, 1652951141),
(87365, '3298', '298.00', '10', '15.001', '20', '78110000', '78899999', '60000000', '61900999', NULL, 1652951145),
(87366, '3220', '595.00', '7', '15.001', '20', '78110000', '78899999', '60000000', '61900999', NULL, 1652951150),
(87367, '3298', '380.00', '10', '20.001', '25', '78110000', '78899999', '60000000', '61900999', NULL, 1652951155),
(87368, '3220', '760.00', '7', '20.001', '25', '78110000', '78899999', '60000000', '61900999', NULL, 1652951159),
(87369, '3298', '463.00', '10', '25.001', '30', '78110000', '78899999', '60000000', '61900999', NULL, 1652951159),
(87370, '3220', '925.00', '7', '25.001', '30', '78110000', '78899999', '60000000', '61900999', NULL, 1652951161),
(87371, '3298', '90.00', '14', '0.3', '5', '78110000', '78899999', '61901000', '63999999', NULL, 1652951162),
(87372, '3220', '183.00', '11', '0.3', '5', '78110000', '78899999', '61901000', '63999999', NULL, 1652951163),
(87373, '3298', '133.00', '14', '5.001', '10', '78110000', '78899999', '61901000', '63999999', NULL, 1652951164),
(87374, '3220', '266.00', '11', '5.001', '10', '78110000', '78899999', '61901000', '63999999', NULL, 1652951165),
(87375, '3298', '215.00', '14', '10.001', '15', '78110000', '78899999', '61901000', '63999999', NULL, 1652951166),
(87376, '3220', '430.00', '11', '10.001', '15', '78110000', '78899999', '61901000', '63999999', NULL, 1652951167),
(87377, '3298', '298.00', '14', '15.001', '20', '78110000', '78899999', '61901000', '63999999', NULL, 1652951168),
(87378, '3220', '595.00', '11', '15.001', '20', '78110000', '78899999', '61901000', '63999999', NULL, 1652951169),
(87379, '3298', '380.00', '14', '20.001', '25', '78110000', '78899999', '61901000', '63999999', NULL, 1652951170),
(87380, '3220', '760.00', '11', '20.001', '25', '78110000', '78899999', '61901000', '63999999', NULL, 1652951170),
(87381, '3298', '463.00', '14', '25.001', '30', '78110000', '78899999', '61901000', '63999999', NULL, 1652951171),
(87382, '3220', '925.00', '11', '25.001', '30', '78110000', '78899999', '61901000', '63999999', NULL, 1652951174),
(87383, '3298', '90.00', '11', '0.3', '5', '78110000', '78899999', '64000000', '64099999', NULL, 1652951176),
(87384, '3220', '183.00', '8', '0.3', '5', '78110000', '78899999', '64000000', '64099999', NULL, 1652951177),
(87385, '3298', '133.00', '11', '5.001', '10', '78110000', '78899999', '64000000', '64099999', NULL, 1652951178),
(87386, '3220', '266.00', '8', '5.001', '10', '78110000', '78899999', '64000000', '64099999', NULL, 1652951179),
(87387, '3298', '215.00', '11', '10.001', '15', '78110000', '78899999', '64000000', '64099999', NULL, 1652951180),
(87388, '3220', '430.00', '8', '10.001', '15', '78110000', '78899999', '64000000', '64099999', NULL, 1652951181),
(87389, '3298', '298.00', '11', '15.001', '20', '78110000', '78899999', '64000000', '64099999', NULL, 1652951182),
(87390, '3220', '595.00', '8', '15.001', '20', '78110000', '78899999', '64000000', '64099999', NULL, 1652951182),
(87391, '3298', '380.00', '11', '20.001', '25', '78110000', '78899999', '64000000', '64099999', NULL, 1652951185),
(87392, '3220', '760.00', '8', '20.001', '25', '78110000', '78899999', '64000000', '64099999', NULL, 1652951186),
(87393, '3298', '463.00', '11', '25.001', '30', '78110000', '78899999', '64000000', '64099999', NULL, 1652951186),
(87394, '3220', '925.00', '8', '25.001', '30', '78110000', '78899999', '64000000', '64099999', NULL, 1652951187),
(87395, '3298', '90.00', '14', '0.3', '5', '78110000', '78899999', '64100000', '64999999', NULL, 1652951188),
(87396, '3220', '183.00', '11', '0.3', '5', '78110000', '78899999', '64100000', '64999999', NULL, 1652951189),
(87397, '3298', '133.00', '14', '5.001', '10', '78110000', '78899999', '64100000', '64999999', NULL, 1652951190),
(87398, '3220', '266.00', '11', '5.001', '10', '78110000', '78899999', '64100000', '64999999', NULL, 1652951191),
(87399, '3298', '215.00', '14', '10.001', '15', '78110000', '78899999', '64100000', '64999999', NULL, 1652951192),
(87400, '3220', '430.00', '11', '10.001', '15', '78110000', '78899999', '64100000', '64999999', NULL, 1652951192),
(87401, '3298', '298.00', '14', '15.001', '20', '78110000', '78899999', '64100000', '64999999', NULL, 1652951193),
(87402, '3220', '595.00', '11', '15.001', '20', '78110000', '78899999', '64100000', '64999999', NULL, 1652951195),
(87403, '3298', '380.00', '14', '20.001', '25', '78110000', '78899999', '64100000', '64999999', NULL, 1652951196),
(87404, '3220', '760.00', '11', '20.001', '25', '78110000', '78899999', '64100000', '64999999', NULL, 1652951197),
(87405, '3298', '463.00', '14', '25.001', '30', '78110000', '78899999', '64100000', '64999999', NULL, 1652951197),
(87406, '3220', '925.00', '11', '25.001', '30', '78110000', '78899999', '64100000', '64999999', NULL, 1652951198),
(87407, '3298', '90.00', '12', '0.3', '5', '78110000', '78899999', '65000000', '65099999', NULL, 1652951199),
(87408, '3220', '183.00', '9', '0.3', '5', '78110000', '78899999', '65000000', '65099999', NULL, 1652951200),
(87409, '3298', '133.00', '12', '5.001', '10', '78110000', '78899999', '65000000', '65099999', NULL, 1652951200),
(87410, '3220', '266.00', '9', '5.001', '10', '78110000', '78899999', '65000000', '65099999', NULL, 1652951203),
(87411, '3298', '215.00', '12', '10.001', '15', '78110000', '78899999', '65000000', '65099999', NULL, 1652951205),
(87412, '3220', '430.00', '9', '10.001', '15', '78110000', '78899999', '65000000', '65099999', NULL, 1652951209),
(87413, '3298', '298.00', '12', '15.001', '20', '78110000', '78899999', '65000000', '65099999', NULL, 1652951213),
(87414, '3220', '595.00', '9', '15.001', '20', '78110000', '78899999', '65000000', '65099999', NULL, 1652951214),
(87415, '3298', '380.00', '12', '20.001', '25', '78110000', '78899999', '65000000', '65099999', NULL, 1652951218),
(87416, '3220', '760.00', '9', '20.001', '25', '78110000', '78899999', '65000000', '65099999', NULL, 1652951224),
(87417, '3298', '463.00', '12', '25.001', '30', '78110000', '78899999', '65000000', '65099999', NULL, 1652951228),
(87418, '3220', '925.00', '9', '25.001', '30', '78110000', '78899999', '65000000', '65099999', NULL, 1652951231),
(87419, '3298', '90.00', '16', '0.3', '5', '78110000', '78899999', '65100000', '65999999', NULL, 1652951234),
(87420, '3220', '183.00', '13', '0.3', '5', '78110000', '78899999', '65100000', '65999999', NULL, 1652951235),
(87421, '3298', '133.00', '16', '5.001', '10', '78110000', '78899999', '65100000', '65999999', NULL, 1652951236),
(87422, '3220', '266.00', '13', '5.001', '10', '78110000', '78899999', '65100000', '65999999', NULL, 1652951237),
(87423, '3298', '215.00', '16', '10.001', '15', '78110000', '78899999', '65100000', '65999999', NULL, 1652951238),
(87424, '3220', '430.00', '13', '10.001', '15', '78110000', '78899999', '65100000', '65999999', NULL, 1652951240),
(87425, '3298', '298.00', '16', '15.001', '20', '78110000', '78899999', '65100000', '65999999', NULL, 1652951240),
(87426, '3220', '595.00', '13', '15.001', '20', '78110000', '78899999', '65100000', '65999999', NULL, 1652951242),
(87427, '3298', '380.00', '16', '20.001', '25', '78110000', '78899999', '65100000', '65999999', NULL, 1652951243),
(87428, '3220', '760.00', '13', '20.001', '25', '78110000', '78899999', '65100000', '65999999', NULL, 1652951243),
(87429, '3298', '463.00', '16', '25.001', '30', '78110000', '78899999', '65100000', '65999999', NULL, 1652951245),
(87430, '3220', '925.00', '13', '25.001', '30', '78110000', '78899999', '65100000', '65999999', NULL, 1652951247),
(87431, '3298', '90.00', '10', '0.3', '5', '78110000', '78899999', '66000000', '66999999', NULL, 1652951248),
(87432, '3220', '183.00', '5', '0.3', '5', '78110000', '78899999', '66000000', '66999999', NULL, 1652951249),
(87433, '3298', '133.00', '10', '5.001', '10', '78110000', '78899999', '66000000', '66999999', NULL, 1652951250),
(87434, '3220', '266.00', '5', '5.001', '10', '78110000', '78899999', '66000000', '66999999', NULL, 1652951251),
(87435, '3298', '215.00', '10', '10.001', '15', '78110000', '78899999', '66000000', '66999999', NULL, 1652951252),
(87436, '3220', '430.00', '5', '10.001', '15', '78110000', '78899999', '66000000', '66999999', NULL, 1652951254),
(87437, '3298', '298.00', '10', '15.001', '20', '78110000', '78899999', '66000000', '66999999', NULL, 1652951255),
(87438, '3220', '595.00', '5', '15.001', '20', '78110000', '78899999', '66000000', '66999999', NULL, 1652951257),
(87439, '3298', '380.00', '10', '20.001', '25', '78110000', '78899999', '66000000', '66999999', NULL, 1652951260),
(87440, '3220', '760.00', '5', '20.001', '25', '78110000', '78899999', '66000000', '66999999', NULL, 1652951262),
(87441, '3298', '463.00', '10', '25.001', '30', '78110000', '78899999', '66000000', '66999999', NULL, 1652951264),
(87442, '3220', '925.00', '5', '25.001', '30', '78110000', '78899999', '66000000', '66999999', NULL, 1652951265),
(87443, '3298', '90.00', '10', '0.3', '5', '78110000', '78899999', '66000000', '67999999', NULL, 1652951267),
(87444, '3220', '183.00', '5', '0.3', '5', '78110000', '78899999', '66000000', '67999999', NULL, 1652951268),
(87445, '3298', '133.00', '10', '5.001', '10', '78110000', '78899999', '66000000', '67999999', NULL, 1652951270),
(87446, '3220', '266.00', '5', '5.001', '10', '78110000', '78899999', '66000000', '67999999', NULL, 1652951271),
(87447, '3298', '215.00', '10', '10.001', '15', '78110000', '78899999', '66000000', '67999999', NULL, 1652951272),
(87448, '3220', '430.00', '5', '10.001', '15', '78110000', '78899999', '66000000', '67999999', NULL, 1652951274),
(87449, '3298', '298.00', '10', '15.001', '20', '78110000', '78899999', '66000000', '67999999', NULL, 1652951275),
(87450, '3220', '595.00', '5', '15.001', '20', '78110000', '78899999', '66000000', '67999999', NULL, 1652951277),
(87451, '3298', '380.00', '10', '20.001', '25', '78110000', '78899999', '66000000', '67999999', NULL, 1652951280),
(87452, '3220', '760.00', '5', '20.001', '25', '78110000', '78899999', '66000000', '67999999', NULL, 1652951283),
(87453, '3298', '463.00', '10', '25.001', '30', '78110000', '78899999', '66000000', '67999999', NULL, 1652951284),
(87454, '3220', '925.00', '5', '25.001', '30', '78110000', '78899999', '66000000', '67999999', NULL, 1652951285),
(87455, '3298', '90.00', '13', '0.3', '5', '78110000', '78899999', '68000000', '68899999', NULL, 1652951285),
(87456, '3220', '183.00', '8', '0.3', '5', '78110000', '78899999', '68000000', '68899999', NULL, 1652951288),
(87457, '3298', '133.00', '13', '5.001', '10', '78110000', '78899999', '68000000', '68899999', NULL, 1652951290),
(87458, '3220', '266.00', '8', '5.001', '10', '78110000', '78899999', '68000000', '68899999', NULL, 1652951291),
(87459, '3298', '215.00', '13', '10.001', '15', '78110000', '78899999', '68000000', '68899999', NULL, 1652951293),
(87460, '3220', '430.00', '8', '10.001', '15', '78110000', '78899999', '68000000', '68899999', NULL, 1652951294),
(87461, '3298', '298.00', '13', '15.001', '20', '78110000', '78899999', '68000000', '68899999', NULL, 1652951295),
(87462, '3220', '595.00', '8', '15.001', '20', '78110000', '78899999', '68000000', '68899999', NULL, 1652951295),
(87463, '3298', '380.00', '13', '20.001', '25', '78110000', '78899999', '68000000', '68899999', NULL, 1652951297),
(87464, '3220', '760.00', '8', '20.001', '25', '78110000', '78899999', '68000000', '68899999', NULL, 1652951297),
(87465, '3298', '463.00', '13', '25.001', '30', '78110000', '78899999', '68000000', '68899999', NULL, 1652951299),
(87466, '3220', '925.00', '8', '25.001', '30', '78110000', '78899999', '68000000', '68899999', NULL, 1652951300),
(87467, '3298', '90.00', '22', '0.3', '5', '78110000', '78899999', '68900000', '68914999', NULL, 1652951300),
(87468, '3220', '183.00', '16', '0.3', '5', '78110000', '78899999', '68900000', '68914999', NULL, 1652951302),
(87469, '3298', '133.00', '22', '5.001', '10', '78110000', '78899999', '68900000', '68914999', NULL, 1652951302),
(87470, '3220', '266.00', '16', '5.001', '10', '78110000', '78899999', '68900000', '68914999', NULL, 1652951303),
(87471, '3298', '215.00', '22', '10.001', '15', '78110000', '78899999', '68900000', '68914999', NULL, 1652951305),
(87472, '3220', '430.00', '16', '10.001', '15', '78110000', '78899999', '68900000', '68914999', NULL, 1652951307),
(87473, '3298', '298.00', '22', '15.001', '20', '78110000', '78899999', '68900000', '68914999', NULL, 1652951309),
(87474, '3220', '595.00', '16', '15.001', '20', '78110000', '78899999', '68900000', '68914999', NULL, 1652951310),
(87475, '3298', '380.00', '22', '20.001', '25', '78110000', '78899999', '68900000', '68914999', NULL, 1652951311),
(87476, '3220', '760.00', '16', '20.001', '25', '78110000', '78899999', '68900000', '68914999', NULL, 1652951313),
(87477, '3298', '463.00', '22', '25.001', '30', '78110000', '78899999', '68900000', '68914999', NULL, 1652951317),
(87478, '3220', '925.00', '16', '25.001', '30', '78110000', '78899999', '68900000', '68914999', NULL, 1652951319),
(87479, '3298', '90.00', '23', '0.3', '5', '78110000', '78899999', '68915000', '68999999', NULL, 1652951320),
(87480, '3220', '183.00', '17', '0.3', '5', '78110000', '78899999', '68915000', '68999999', NULL, 1652951320),
(87481, '3298', '133.00', '23', '5.001', '10', '78110000', '78899999', '68915000', '68999999', NULL, 1652951324),
(87482, '3220', '266.00', '17', '5.001', '10', '78110000', '78899999', '68915000', '68999999', NULL, 1652951327),
(87483, '3298', '215.00', '23', '10.001', '15', '78110000', '78899999', '68915000', '68999999', NULL, 1652951328),
(87484, '3220', '430.00', '17', '10.001', '15', '78110000', '78899999', '68915000', '68999999', NULL, 1652951329),
(87485, '3298', '298.00', '23', '15.001', '20', '78110000', '78899999', '68915000', '68999999', NULL, 1652951329),
(87486, '3220', '595.00', '17', '15.001', '20', '78110000', '78899999', '68915000', '68999999', NULL, 1652951330),
(87487, '3298', '380.00', '23', '20.001', '25', '78110000', '78899999', '68915000', '68999999', NULL, 1652951331),
(87488, '3220', '760.00', '17', '20.001', '25', '78110000', '78899999', '68915000', '68999999', NULL, 1652951335),
(87489, '3298', '463.00', '23', '25.001', '30', '78110000', '78899999', '68915000', '68999999', NULL, 1652951336),
(87490, '3220', '925.00', '17', '25.001', '30', '78110000', '78899999', '68915000', '68999999', NULL, 1652951337),
(87491, '3298', '90.00', '24', '0.3', '5', '78110000', '78899999', '69000000', '69099999', NULL, 1652951341),
(87492, '3220', '183.00', '8', '0.3', '5', '78110000', '78899999', '69000000', '69099999', NULL, 1652951343),
(87493, '3298', '133.00', '24', '5.001', '10', '78110000', '78899999', '69000000', '69099999', NULL, 1652951347),
(87494, '3220', '266.00', '8', '5.001', '10', '78110000', '78899999', '69000000', '69099999', NULL, 1652951348),
(87495, '3298', '215.00', '24', '10.001', '15', '78110000', '78899999', '69000000', '69099999', NULL, 1652951352),
(87496, '3220', '430.00', '8', '10.001', '15', '78110000', '78899999', '69000000', '69099999', NULL, 1652951354),
(87497, '3298', '298.00', '24', '15.001', '20', '78110000', '78899999', '69000000', '69099999', NULL, 1652951355),
(87498, '3220', '595.00', '8', '15.001', '20', '78110000', '78899999', '69000000', '69099999', NULL, 1652951359),
(87499, '3298', '380.00', '24', '20.001', '25', '78110000', '78899999', '69000000', '69099999', NULL, 1652951363),
(87500, '3220', '760.00', '8', '20.001', '25', '78110000', '78899999', '69000000', '69099999', NULL, 1652951364),
(87501, '3298', '463.00', '24', '25.001', '30', '78110000', '78899999', '69000000', '69099999', NULL, 1652951366),
(87502, '3220', '925.00', '8', '25.001', '30', '78110000', '78899999', '69000000', '69099999', NULL, 1652951369),
(87503, '3298', '90.00', '31', '0.3', '5', '78110000', '78899999', '69100000', '69299999', NULL, 1652951370),
(87504, '3220', '183.00', '11', '0.3', '5', '78110000', '78899999', '69100000', '69299999', NULL, 1652951371),
(87505, '3298', '133.00', '31', '5.001', '10', '78110000', '78899999', '69100000', '69299999', NULL, 1652951372),
(87506, '3220', '266.00', '11', '5.001', '10', '78110000', '78899999', '69100000', '69299999', NULL, 1652951373),
(87507, '3298', '215.00', '31', '10.001', '15', '78110000', '78899999', '69100000', '69299999', NULL, 1652951374),
(87508, '3220', '430.00', '11', '10.001', '15', '78110000', '78899999', '69100000', '69299999', NULL, 1652951375),
(87509, '3298', '298.00', '31', '15.001', '20', '78110000', '78899999', '69100000', '69299999', NULL, 1652951376),
(87510, '3220', '595.00', '11', '15.001', '20', '78110000', '78899999', '69100000', '69299999', NULL, 1652951377),
(87511, '3298', '380.00', '31', '20.001', '25', '78110000', '78899999', '69100000', '69299999', NULL, 1652951379),
(87512, '3220', '760.00', '11', '20.001', '25', '78110000', '78899999', '69100000', '69299999', NULL, 1652951381),
(87513, '3298', '463.00', '31', '25.001', '30', '78110000', '78899999', '69100000', '69299999', NULL, 1652951382),
(87514, '3220', '925.00', '11', '25.001', '30', '78110000', '78899999', '69100000', '69299999', NULL, 1652951384),
(87515, '3298', '90.00', '27', '0.3', '5', '78110000', '78899999', '69300000', '69339999', NULL, 1652951385),
(87516, '3220', '183.00', '9', '0.3', '5', '78110000', '78899999', '69300000', '69339999', NULL, 1652951388),
(87517, '3298', '133.00', '27', '5.001', '10', '78110000', '78899999', '69300000', '69339999', NULL, 1652951389),
(87518, '3220', '266.00', '9', '5.001', '10', '78110000', '78899999', '69300000', '69339999', NULL, 1652951392),
(87519, '3298', '215.00', '27', '10.001', '15', '78110000', '78899999', '69300000', '69339999', NULL, 1652951393),
(87520, '3220', '430.00', '9', '10.001', '15', '78110000', '78899999', '69300000', '69339999', NULL, 1652951398),
(87521, '3298', '298.00', '27', '15.001', '20', '78110000', '78899999', '69300000', '69339999', NULL, 1652951399),
(87522, '3220', '595.00', '9', '15.001', '20', '78110000', '78899999', '69300000', '69339999', NULL, 1652951400),
(87523, '3298', '380.00', '27', '20.001', '25', '78110000', '78899999', '69300000', '69339999', NULL, 1652951406),
(87524, '3220', '760.00', '9', '20.001', '25', '78110000', '78899999', '69300000', '69339999', NULL, 1652951406),
(87525, '3298', '463.00', '27', '25.001', '30', '78110000', '78899999', '69300000', '69339999', NULL, 1652951407),
(87526, '3220', '925.00', '9', '25.001', '30', '78110000', '78899999', '69300000', '69339999', NULL, 1652951412),
(87527, '3298', '90.00', '31', '0.3', '5', '78110000', '78899999', '69340000', '69389999', NULL, 1652951413),
(87528, '3220', '183.00', '13', '0.3', '5', '78110000', '78899999', '69340000', '69389999', NULL, 1652951414),
(87529, '3298', '133.00', '31', '5.001', '10', '78110000', '78899999', '69340000', '69389999', NULL, 1652951414),
(87530, '3220', '266.00', '13', '5.001', '10', '78110000', '78899999', '69340000', '69389999', NULL, 1652951415),
(87531, '3298', '215.00', '31', '10.001', '15', '78110000', '78899999', '69340000', '69389999', NULL, 1652951416),
(87532, '3220', '430.00', '13', '10.001', '15', '78110000', '78899999', '69340000', '69389999', NULL, 1652951417),
(87533, '3298', '298.00', '31', '15.001', '20', '78110000', '78899999', '69340000', '69389999', NULL, 1652951420),
(87534, '3220', '595.00', '13', '15.001', '20', '78110000', '78899999', '69340000', '69389999', NULL, 1652951420),
(87535, '3298', '380.00', '31', '20.001', '25', '78110000', '78899999', '69340000', '69389999', NULL, 1652951421),
(87536, '3220', '760.00', '13', '20.001', '25', '78110000', '78899999', '69340000', '69389999', NULL, 1652951422),
(87537, '3298', '463.00', '31', '25.001', '30', '78110000', '78899999', '69340000', '69389999', NULL, 1652951422),
(87538, '3220', '925.00', '13', '25.001', '30', '78110000', '78899999', '69340000', '69389999', NULL, 1652951424),
(87539, '3298', '90.00', '9', '0.3', '5', '78110000', '78899999', '69900000', '69920999', NULL, 1652951424),
(87540, '3220', '183.00', '7', '0.3', '5', '78110000', '78899999', '69900000', '69920999', NULL, 1652951425),
(87541, '3298', '133.00', '9', '5.001', '10', '78110000', '78899999', '69900000', '69920999', NULL, 1652951426),
(87542, '3220', '266.00', '7', '5.001', '10', '78110000', '78899999', '69900000', '69920999', NULL, 1652951426),
(87543, '3298', '215.00', '9', '10.001', '15', '78110000', '78899999', '69900000', '69920999', NULL, 1652951431),
(87544, '3220', '430.00', '7', '10.001', '15', '78110000', '78899999', '69900000', '69920999', NULL, 1652951435),
(87545, '3298', '298.00', '9', '15.001', '20', '78110000', '78899999', '69900000', '69920999', NULL, 1652951436),
(87546, '3220', '595.00', '7', '15.001', '20', '78110000', '78899999', '69900000', '69920999', NULL, 1652951437),
(87547, '3298', '380.00', '9', '20.001', '25', '78110000', '78899999', '69900000', '69920999', NULL, 1652951438),
(87548, '3220', '760.00', '7', '20.001', '25', '78110000', '78899999', '69900000', '69920999', NULL, 1652951440),
(87549, '3298', '463.00', '9', '25.001', '30', '78110000', '78899999', '69900000', '69920999', NULL, 1652951440),
(87550, '3220', '925.00', '7', '25.001', '30', '78110000', '78899999', '69900000', '69920999', NULL, 1652951447),
(87551, '3298', '90.00', '12', '0.3', '5', '78110000', '78899999', '69921000', '69999999', NULL, 1652951453),
(87552, '3220', '183.00', '10', '0.3', '5', '78110000', '78899999', '69921000', '69999999', NULL, 1652951455),
(87553, '3298', '133.00', '12', '5.001', '10', '78110000', '78899999', '69921000', '69999999', NULL, 1652951455),
(87554, '3220', '266.00', '10', '5.001', '10', '78110000', '78899999', '69921000', '69999999', NULL, 1652951456),
(87555, '3298', '215.00', '12', '10.001', '15', '78110000', '78899999', '69921000', '69999999', NULL, 1652951462),
(87556, '3220', '430.00', '10', '10.001', '15', '78110000', '78899999', '69921000', '69999999', NULL, 1652951463),
(87557, '3298', '298.00', '12', '15.001', '20', '78110000', '78899999', '69921000', '69999999', NULL, 1652951468),
(87558, '3220', '595.00', '10', '15.001', '20', '78110000', '78899999', '69921000', '69999999', NULL, 1652951468),
(87559, '3298', '380.00', '12', '20.001', '25', '78110000', '78899999', '69921000', '69999999', NULL, 1652951470),
(87560, '3220', '760.00', '10', '20.001', '25', '78110000', '78899999', '69921000', '69999999', NULL, 1652951476),
(87561, '3298', '463.00', '12', '25.001', '30', '78110000', '78899999', '69921000', '69999999', NULL, 1652951476),
(87562, '3220', '925.00', '10', '25.001', '30', '78110000', '78899999', '69921000', '69999999', NULL, 1652951478),
(87563, '3298', '50.00', '9', '0.3', '5', '78110000', '78899999', '71000000', '73699999', NULL, 1652951482),
(87564, '3220', '124.00', '6', '0.3', '5', '78110000', '78899999', '71000000', '73699999', NULL, 1652951483),
(87565, '3298', '83.00', '9', '5.001', '10', '78110000', '78899999', '71000000', '73699999', NULL, 1652951484),
(87566, '3220', '175.00', '6', '5.001', '10', '78110000', '78899999', '71000000', '73699999', NULL, 1652951486),
(87567, '3298', '135.00', '9', '10.001', '15', '78110000', '78899999', '71000000', '73699999', NULL, 1652951487),
(87568, '3220', '283.00', '6', '10.001', '15', '78110000', '78899999', '71000000', '73699999', NULL, 1652951492),
(87569, '3298', '186.00', '9', '15.001', '20', '78110000', '78899999', '71000000', '73699999', NULL, 1652951494),
(87570, '3220', '392.00', '6', '15.001', '20', '78110000', '78899999', '71000000', '73699999', NULL, 1652951496),
(87571, '3298', '238.00', '9', '20.001', '25', '78110000', '78899999', '71000000', '73699999', NULL, 1652951499),
(87572, '3220', '500.00', '6', '20.001', '25', '78110000', '78899999', '71000000', '73699999', NULL, 1652951502),
(87573, '3298', '290.00', '9', '25.001', '30', '78110000', '78899999', '71000000', '73699999', NULL, 1652951502),
(87574, '3220', '609.00', '6', '25.001', '30', '78110000', '78899999', '71000000', '73699999', NULL, 1652951503),
(87575, '3298', '50.00', '12', '0.3', '5', '78110000', '78899999', '72800000', '73999999', NULL, 1652951505),
(87576, '3220', '124.00', '10', '0.3', '5', '78110000', '78899999', '72800000', '73999999', NULL, 1652951506),
(87577, '3298', '83.00', '12', '5.001', '10', '78110000', '78899999', '72800000', '73999999', NULL, 1652951507),
(87578, '3220', '175.00', '10', '5.001', '10', '78110000', '78899999', '72800000', '73999999', NULL, 1652951510),
(87579, '3298', '135.00', '12', '10.001', '15', '78110000', '78899999', '72800000', '73999999', NULL, 1652951512),
(87580, '3220', '283.00', '10', '10.001', '15', '78110000', '78899999', '72800000', '73999999', NULL, 1652951514),
(87581, '3298', '186.00', '12', '15.001', '20', '78110000', '78899999', '72800000', '73999999', NULL, 1652951521),
(87582, '3220', '392.00', '10', '15.001', '20', '78110000', '78899999', '72800000', '73999999', NULL, 1652951522),
(87583, '3298', '238.00', '12', '20.001', '25', '78110000', '78899999', '72800000', '73999999', NULL, 1652951526),
(87584, '3220', '500.00', '10', '20.001', '25', '78110000', '78899999', '72800000', '73999999', NULL, 1652951527),
(87585, '3298', '290.00', '12', '25.001', '30', '78110000', '78899999', '72800000', '73999999', NULL, 1652951530),
(87586, '3220', '609.00', '10', '25.001', '30', '78110000', '78899999', '72800000', '73999999', NULL, 1652951531),
(87587, '3298', '50.00', '8', '0.3', '5', '78110000', '78899999', '74000000', '74894999', NULL, 1652951538),
(87588, '3220', '124.00', '6', '0.3', '5', '78110000', '78899999', '74000000', '74894999', NULL, 1652951539),
(87589, '3298', '83.00', '8', '5.001', '10', '78110000', '78899999', '74000000', '74894999', NULL, 1652951540),
(87590, '3220', '175.00', '6', '5.001', '10', '78110000', '78899999', '74000000', '74894999', NULL, 1652951541),
(87591, '3298', '135.00', '8', '10.001', '15', '78110000', '78899999', '74000000', '74894999', NULL, 1652951542),
(87592, '3220', '283.00', '6', '10.001', '15', '78110000', '78899999', '74000000', '74894999', NULL, 1652951542),
(87593, '3298', '186.00', '8', '15.001', '20', '78110000', '78899999', '74000000', '74894999', NULL, 1652951543),
(87594, '3220', '392.00', '6', '15.001', '20', '78110000', '78899999', '74000000', '74894999', NULL, 1652951544),
(87595, '3298', '238.00', '8', '20.001', '25', '78110000', '78899999', '74000000', '74894999', NULL, 1652951545),
(87596, '3220', '500.00', '6', '20.001', '25', '78110000', '78899999', '74000000', '74894999', NULL, 1652951546),
(87597, '3298', '290.00', '8', '25.001', '30', '78110000', '78899999', '74000000', '74894999', NULL, 1652951547),
(87598, '3220', '609.00', '6', '25.001', '30', '78110000', '78899999', '74000000', '74894999', NULL, 1652951549),
(87599, '3298', '50.00', '8', '0.3', '5', '78110000', '78899999', '74895000', '76799999', NULL, 1652951549),
(87600, '3220', '124.00', '6', '0.3', '5', '78110000', '78899999', '74895000', '76799999', NULL, 1652951550),
(87601, '3298', '83.00', '8', '5.001', '10', '78110000', '78899999', '74895000', '76799999', NULL, 1652951555),
(87602, '3220', '175.00', '6', '5.001', '10', '78110000', '78899999', '74895000', '76799999', NULL, 1652951555),
(87603, '3298', '135.00', '8', '10.001', '15', '78110000', '78899999', '74895000', '76799999', NULL, 1652951556),
(87604, '3220', '283.00', '6', '10.001', '15', '78110000', '78899999', '74895000', '76799999', NULL, 1652951557),
(87605, '3298', '186.00', '8', '15.001', '20', '78110000', '78899999', '74895000', '76799999', NULL, 1652951558),
(87606, '3220', '392.00', '6', '15.001', '20', '78110000', '78899999', '74895000', '76799999', NULL, 1652951559),
(87607, '3298', '238.00', '8', '20.001', '25', '78110000', '78899999', '74895000', '76799999', NULL, 1652951560),
(87608, '3220', '500.00', '6', '20.001', '25', '78110000', '78899999', '74895000', '76799999', NULL, 1652951560),
(87609, '3298', '290.00', '8', '25.001', '30', '78110000', '78899999', '74895000', '76799999', NULL, 1652951561),
(87610, '3220', '609.00', '6', '25.001', '30', '78110000', '78899999', '74895000', '76799999', NULL, 1652951562),
(87611, '3298', '70.00', '11', '0.3', '5', '78110000', '78899999', '77000000', '77270999', NULL, 1652951562),
(87612, '3220', '157.00', '8', '0.3', '5', '78110000', '78899999', '77000000', '77270999', NULL, 1652951564),
(87613, '3298', '106.00', '11', '5.001', '10', '78110000', '78899999', '77000000', '77270999', NULL, 1652951565),
(87614, '3220', '226.00', '8', '5.001', '10', '78110000', '78899999', '77000000', '77270999', NULL, 1652951566),
(87615, '3298', '172.00', '11', '10.001', '15', '78110000', '78899999', '77000000', '77270999', NULL, 1652951568),
(87616, '3220', '367.00', '8', '10.001', '15', '78110000', '78899999', '77000000', '77270999', NULL, 1652951568),
(87617, '3298', '239.00', '11', '15.001', '20', '78110000', '78899999', '77000000', '77270999', NULL, 1652951570),
(87618, '3220', '508.00', '8', '15.001', '20', '78110000', '78899999', '77000000', '77270999', NULL, 1652951572),
(87619, '3298', '305.00', '11', '20.001', '25', '78110000', '78899999', '77000000', '77270999', NULL, 1652951572),
(87620, '3220', '649.00', '8', '20.001', '25', '78110000', '78899999', '77000000', '77270999', NULL, 1652951573),
(87621, '3298', '371.00', '11', '25.001', '30', '78110000', '78899999', '77000000', '77270999', NULL, 1652951574),
(87622, '3220', '789.00', '8', '25.001', '30', '78110000', '78899999', '77000000', '77270999', NULL, 1652951576),
(87623, '3298', '70.00', '14', '0.3', '5', '78110000', '78899999', '77300000', '77995999', NULL, 1652951579),
(87624, '3220', '157.00', '11', '0.3', '5', '78110000', '78899999', '77300000', '77995999', NULL, 1652951580),
(87625, '3298', '106.00', '14', '5.001', '10', '78110000', '78899999', '77300000', '77995999', NULL, 1652951580),
(87626, '3220', '226.00', '11', '5.001', '10', '78110000', '78899999', '77300000', '77995999', NULL, 1652951581),
(87627, '3298', '172.00', '14', '10.001', '15', '78110000', '78899999', '77300000', '77995999', NULL, 1652951586),
(87628, '3220', '367.00', '11', '10.001', '15', '78110000', '78899999', '77300000', '77995999', NULL, 1652951587),
(87629, '3298', '239.00', '14', '15.001', '20', '78110000', '78899999', '77300000', '77995999', NULL, 1652951587),
(87630, '3220', '508.00', '11', '15.001', '20', '78110000', '78899999', '77300000', '77995999', NULL, 1652951589),
(87631, '3298', '305.00', '14', '20.001', '25', '78110000', '78899999', '77300000', '77995999', NULL, 1652951589),
(87632, '3220', '649.00', '11', '20.001', '25', '78110000', '78899999', '77300000', '77995999', NULL, 1652951592),
(87633, '3298', '371.00', '14', '25.001', '30', '78110000', '78899999', '77300000', '77995999', NULL, 1652951594),
(87634, '3220', '789.00', '11', '25.001', '30', '78110000', '78899999', '77300000', '77995999', NULL, 1652951595),
(87635, '3298', '26.00', '5', '0.3', '5', '78110000', '78899999', '78000000', '78109999', NULL, 1652951596),
(87636, '3220', '34.00', '2', '0.3', '5', '78110000', '78899999', '78000000', '78109999', NULL, 1652951599),
(87637, '3298', '32.00', '5', '5.001', '10', '78110000', '78899999', '78000000', '78109999', NULL, 1652951602),
(87638, '3220', '48.00', '2', '5.001', '10', '78110000', '78899999', '78000000', '78109999', NULL, 1652951602),
(87639, '3298', '52.00', '5', '10.001', '15', '78110000', '78899999', '78000000', '78109999', NULL, 1652951603),
(87640, '3220', '79.00', '2', '10.001', '15', '78110000', '78899999', '78000000', '78109999', NULL, 1652951604),
(87641, '3298', '72.00', '5', '15.001', '20', '78110000', '78899999', '78000000', '78109999', NULL, 1652951605),
(87642, '3220', '109.00', '2', '15.001', '20', '78110000', '78899999', '78000000', '78109999', NULL, 1652951605),
(87643, '3298', '92.00', '5', '20.001', '25', '78110000', '78899999', '78000000', '78109999', NULL, 1652951606),
(87644, '3220', '139.00', '2', '20.001', '25', '78110000', '78899999', '78000000', '78109999', NULL, 1652951607),
(87645, '3298', '112.00', '5', '25.001', '30', '78110000', '78899999', '78000000', '78109999', NULL, 1652951608),
(87646, '3220', '170.00', '2', '25.001', '30', '78110000', '78899999', '78000000', '78109999', NULL, 1652951609),
(87647, '3298', '26.00', '5', '0.3', '5', '78110000', '78899999', '78110000', '78899999', NULL, 1652951611),
(87648, '3220', '22.00', '1', '0.3', '5', '78110000', '78899999', '78110000', '78899999', NULL, 1652951612),
(87649, '3298', '32.00', '5', '5.001', '10', '78110000', '78899999', '78110000', '78899999', NULL, 1652951612),
(87650, '3220', '28.00', '1', '5.001', '10', '78110000', '78899999', '78110000', '78899999', NULL, 1652951615),
(87651, '3298', '52.00', '5', '10.001', '15', '78110000', '78899999', '78110000', '78899999', NULL, 1652951615),
(87652, '3220', '45.00', '1', '10.001', '15', '78110000', '78899999', '78110000', '78899999', NULL, 1652951617),
(87653, '3298', '72.00', '5', '15.001', '20', '78110000', '78899999', '78110000', '78899999', NULL, 1652951621),
(87654, '3220', '63.00', '1', '15.001', '20', '78110000', '78899999', '78110000', '78899999', NULL, 1652951622),
(87655, '3298', '92.00', '5', '20.001', '25', '78110000', '78899999', '78110000', '78899999', NULL, 1652951623),
(87656, '3220', '80.00', '1', '20.001', '25', '78110000', '78899999', '78110000', '78899999', NULL, 1652951624),
(87657, '3298', '112.00', '5', '25.001', '30', '78110000', '78899999', '78110000', '78899999', NULL, 1652951625),
(87658, '3220', '97.00', '1', '25.001', '30', '78110000', '78899999', '78110000', '78899999', NULL, 1652951625),
(87659, '3298', '70.00', '10', '0.3', '5', '78110000', '78899999', '78900000', '78930999', NULL, 1652951627),
(87660, '3220', '157.00', '8', '0.3', '5', '78110000', '78899999', '78900000', '78930999', NULL, 1652951629),
(87661, '3298', '106.00', '10', '5.001', '10', '78110000', '78899999', '78900000', '78930999', NULL, 1652951631),
(87662, '3220', '226.00', '8', '5.001', '10', '78110000', '78899999', '78900000', '78930999', NULL, 1652951634),
(87663, '3298', '172.00', '10', '10.001', '15', '78110000', '78899999', '78900000', '78930999', NULL, 1652951635),
(87664, '3220', '367.00', '8', '10.001', '15', '78110000', '78899999', '78900000', '78930999', NULL, 1652951636),
(87665, '3298', '239.00', '10', '15.001', '20', '78110000', '78899999', '78900000', '78930999', NULL, 1652951637),
(87666, '3220', '508.00', '8', '15.001', '20', '78110000', '78899999', '78900000', '78930999', NULL, 1652951639),
(87667, '3298', '305.00', '10', '20.001', '25', '78110000', '78899999', '78900000', '78930999', NULL, 1652951640),
(87668, '3220', '649.00', '8', '20.001', '25', '78110000', '78899999', '78900000', '78930999', NULL, 1652951642),
(87669, '3298', '371.00', '10', '25.001', '30', '78110000', '78899999', '78900000', '78930999', NULL, 1652951644),
(87670, '3220', '789.00', '8', '25.001', '30', '78110000', '78899999', '78900000', '78930999', NULL, 1652951647),
(87671, '3298', '26.00', '6', '0.3', '5', '78110000', '78899999', '78931000', '78999999', NULL, 1652951650),
(87672, '3220', '34.00', '4', '0.3', '5', '78110000', '78899999', '78931000', '78999999', NULL, 1652951651),
(87673, '3298', '32.00', '6', '5.001', '10', '78110000', '78899999', '78931000', '78999999', NULL, 1652951657),
(87674, '3220', '48.00', '4', '5.001', '10', '78110000', '78899999', '78931000', '78999999', NULL, 1652951660),
(87675, '3298', '52.00', '6', '10.001', '15', '78110000', '78899999', '78931000', '78999999', NULL, 1652951662),
(87676, '3220', '79.00', '4', '10.001', '15', '78110000', '78899999', '78931000', '78999999', NULL, 1652951665),
(87677, '3298', '72.00', '6', '15.001', '20', '78110000', '78899999', '78931000', '78999999', NULL, 1652951666),
(87678, '3220', '109.00', '4', '15.001', '20', '78110000', '78899999', '78931000', '78999999', NULL, 1652951667),
(87679, '3298', '92.00', '6', '20.001', '25', '78110000', '78899999', '78931000', '78999999', NULL, 1652951667),
(87680, '3220', '139.00', '4', '20.001', '25', '78110000', '78899999', '78931000', '78999999', NULL, 1652951668),
(87681, '3298', '112.00', '6', '25.001', '30', '78110000', '78899999', '78931000', '78999999', NULL, 1652951674),
(87682, '3220', '170.00', '4', '25.001', '30', '78110000', '78899999', '78931000', '78999999', NULL, 1652951676),
(87683, '3298', '44.00', '7', '0.3', '5', '78110000', '78899999', '79000000', '79129999', NULL, 1652951680),
(87684, '3220', '102.00', '4', '0.3', '5', '78110000', '78899999', '79000000', '79129999', NULL, 1652951681),
(87685, '3298', '74.00', '7', '5.001', '10', '78110000', '78899999', '79000000', '79129999', NULL, 1652951682),
(87686, '3220', '141.00', '4', '5.001', '10', '78110000', '78899999', '79000000', '79129999', NULL, 1652951683),
(87687, '3298', '120.00', '7', '10.001', '15', '78110000', '78899999', '79000000', '79129999', NULL, 1652951684),
(87688, '3220', '229.00', '4', '10.001', '15', '78110000', '78899999', '79000000', '79129999', NULL, 1652951689),
(87689, '3298', '166.00', '7', '15.001', '20', '78110000', '78899999', '79000000', '79129999', NULL, 1652951690),
(87690, '3220', '316.00', '4', '15.001', '20', '78110000', '78899999', '79000000', '79129999', NULL, 1652951692),
(87691, '3298', '212.00', '7', '20.001', '25', '78110000', '78899999', '79000000', '79129999', NULL, 1652951697),
(87692, '3220', '404.00', '4', '20.001', '25', '78110000', '78899999', '79000000', '79129999', NULL, 1652951698),
(87693, '3298', '258.00', '7', '25.001', '30', '78110000', '78899999', '79000000', '79129999', NULL, 1652951699),
(87694, '3220', '492.00', '4', '25.001', '30', '78110000', '78899999', '79000000', '79129999', NULL, 1652951704),
(87695, '3298', '44.00', '10', '0.3', '5', '78110000', '78899999', '79130000', '79999999', NULL, 1652951705),
(87696, '3220', '102.00', '7', '0.3', '5', '78110000', '78899999', '79130000', '79999999', NULL, 1652951707),
(87697, '3298', '74.00', '10', '5.001', '10', '78110000', '78899999', '79130000', '79999999', NULL, 1652951709),
(87698, '3220', '141.00', '7', '5.001', '10', '78110000', '78899999', '79130000', '79999999', NULL, 1652951710),
(87699, '3298', '120.00', '10', '10.001', '15', '78110000', '78899999', '79130000', '79999999', NULL, 1652951711),
(87700, '3220', '229.00', '7', '10.001', '15', '78110000', '78899999', '79130000', '79999999', NULL, 1652951717),
(87701, '3298', '166.00', '10', '15.001', '20', '78110000', '78899999', '79130000', '79999999', NULL, 1652951722),
(87702, '3220', '316.00', '7', '15.001', '20', '78110000', '78899999', '79130000', '79999999', NULL, 1652951728),
(87703, '3298', '212.00', '10', '20.001', '25', '78110000', '78899999', '79130000', '79999999', NULL, 1652951732),
(87704, '3220', '404.00', '7', '20.001', '25', '78110000', '78899999', '79130000', '79999999', NULL, 1652951732),
(87705, '3298', '258.00', '10', '25.001', '30', '78110000', '78899999', '79130000', '79999999', NULL, 1652951733),
(87706, '3220', '492.00', '7', '25.001', '30', '78110000', '78899999', '79130000', '79999999', NULL, 1652951734),
(87707, '3298', '70.00', '7', '0.3', '5', '78110000', '78899999', '80000000', '82999999', NULL, 1652951735),
(87708, '3220', '157.00', '6', '0.3', '5', '78110000', '78899999', '80000000', '82999999', NULL, 1652951736),
(87709, '3298', '106.00', '7', '5.001', '10', '78110000', '78899999', '80000000', '82999999', NULL, 1652951736),
(87710, '3220', '226.00', '6', '5.001', '10', '78110000', '78899999', '80000000', '82999999', NULL, 1652951737),
(87711, '3298', '172.00', '7', '10.001', '15', '78110000', '78899999', '80000000', '82999999', NULL, 1652951738),
(87712, '3220', '367.00', '6', '10.001', '15', '78110000', '78899999', '80000000', '82999999', NULL, 1652951740),
(87713, '3298', '239.00', '7', '15.001', '20', '78110000', '78899999', '80000000', '82999999', NULL, 1652951741),
(87714, '3220', '508.00', '6', '15.001', '20', '78110000', '78899999', '80000000', '82999999', NULL, 1652951742),
(87715, '3298', '305.00', '7', '20.001', '25', '78110000', '78899999', '80000000', '82999999', NULL, 1652951743),
(87716, '3220', '649.00', '6', '20.001', '25', '78110000', '78899999', '80000000', '82999999', NULL, 1652951744),
(87717, '3298', '371.00', '7', '25.001', '30', '78110000', '78899999', '80000000', '82999999', NULL, 1652951745),
(87718, '3220', '789.00', '6', '25.001', '30', '78110000', '78899999', '80000000', '82999999', NULL, 1652951746),
(87719, '3298', '70.00', '7', '0.3', '5', '78110000', '78899999', '80000000', '83800999', NULL, 1652951747),
(87720, '3220', '157.00', '6', '0.3', '5', '78110000', '78899999', '80000000', '83800999', NULL, 1652951748),
(87721, '3298', '106.00', '7', '5.001', '10', '78110000', '78899999', '80000000', '83800999', NULL, 1652951748),
(87722, '3220', '226.00', '6', '5.001', '10', '78110000', '78899999', '80000000', '83800999', NULL, 1652951754),
(87723, '3298', '172.00', '7', '10.001', '15', '78110000', '78899999', '80000000', '83800999', NULL, 1652951755),
(87724, '3220', '367.00', '6', '10.001', '15', '78110000', '78899999', '80000000', '83800999', NULL, 1652951755),
(87725, '3298', '239.00', '7', '15.001', '20', '78110000', '78899999', '80000000', '83800999', NULL, 1652951756),
(87726, '3220', '508.00', '6', '15.001', '20', '78110000', '78899999', '80000000', '83800999', NULL, 1652951758),
(87727, '3298', '305.00', '7', '20.001', '25', '78110000', '78899999', '80000000', '83800999', NULL, 1652951759),
(87728, '3220', '649.00', '6', '20.001', '25', '78110000', '78899999', '80000000', '83800999', NULL, 1652951760),
(87729, '3298', '371.00', '7', '25.001', '30', '78110000', '78899999', '80000000', '83800999', NULL, 1652951764),
(87730, '3220', '789.00', '6', '25.001', '30', '78110000', '78899999', '80000000', '83800999', NULL, 1652951774),
(87731, '3298', '70.00', '9', '0.3', '5', '78110000', '78899999', '83801000', '87999999', NULL, 1652951775),
(87732, '3220', '157.00', '8', '0.3', '5', '78110000', '78899999', '83801000', '87999999', NULL, 1652951779),
(87733, '3298', '106.00', '9', '5.001', '10', '78110000', '78899999', '83801000', '87999999', NULL, 1652951780),
(87734, '3220', '226.00', '8', '5.001', '10', '78110000', '78899999', '83801000', '87999999', NULL, 1652951781),
(87735, '3298', '172.00', '9', '10.001', '15', '78110000', '78899999', '83801000', '87999999', NULL, 1652951782),
(87736, '3220', '367.00', '8', '10.001', '15', '78110000', '78899999', '83801000', '87999999', NULL, 1652951783),
(87737, '3298', '239.00', '9', '15.001', '20', '78110000', '78899999', '83801000', '87999999', NULL, 1652951784),
(87738, '3220', '508.00', '8', '15.001', '20', '78110000', '78899999', '83801000', '87999999', NULL, 1652951785),
(87739, '3298', '305.00', '9', '20.001', '25', '78110000', '78899999', '83801000', '87999999', NULL, 1652951786),
(87740, '3220', '649.00', '8', '20.001', '25', '78110000', '78899999', '83801000', '87999999', NULL, 1652951791),
(87741, '3298', '371.00', '9', '25.001', '30', '78110000', '78899999', '83801000', '87999999', NULL, 1652951793),
(87742, '3220', '789.00', '8', '25.001', '30', '78110000', '78899999', '83801000', '87999999', NULL, 1652951794),
(87743, '3298', '90.00', '8', '0.3', '5', '78110000', '78899999', '88000000', '82999999', NULL, 1652951795),
(87744, '3220', '183.00', '6', '0.3', '5', '78110000', '78899999', '88000000', '82999999', NULL, 1652951795),
(87745, '3298', '133.00', '8', '5.001', '10', '78110000', '78899999', '88000000', '82999999', NULL, 1652951796),
(87746, '3220', '266.00', '6', '5.001', '10', '78110000', '78899999', '88000000', '82999999', NULL, 1652951797),
(87747, '3298', '215.00', '8', '10.001', '15', '78110000', '78899999', '88000000', '82999999', NULL, 1652951803),
(87748, '3220', '430.00', '6', '10.001', '15', '78110000', '78899999', '88000000', '82999999', NULL, 1652951811),
(87749, '3298', '298.00', '8', '15.001', '20', '78110000', '78899999', '88000000', '82999999', NULL, 1652951812),
(87750, '3220', '595.00', '6', '15.001', '20', '78110000', '78899999', '88000000', '82999999', NULL, 1652951817),
(87751, '3298', '380.00', '8', '20.001', '25', '78110000', '78899999', '88000000', '82999999', NULL, 1652951819),
(87752, '3220', '760.00', '6', '20.001', '25', '78110000', '78899999', '88000000', '82999999', NULL, 1652951821),
(87753, '3298', '463.00', '8', '25.001', '30', '78110000', '78899999', '88000000', '82999999', NULL, 1652951822),
(87754, '3220', '925.00', '6', '25.001', '30', '78110000', '78899999', '88000000', '82999999', NULL, 1652951828),
(87755, '3298', '90.00', '8', '0.3', '5', '78110000', '78899999', '88000000', '88469999', NULL, 1652951830),
(87756, '3220', '183.00', '6', '0.3', '5', '78110000', '78899999', '88000000', '88469999', NULL, 1652951837),
(87757, '3298', '133.00', '8', '5.001', '10', '78110000', '78899999', '88000000', '88469999', NULL, 1652951838),
(87758, '3220', '266.00', '6', '5.001', '10', '78110000', '78899999', '88000000', '88469999', NULL, 1652951839),
(87759, '3298', '215.00', '8', '10.001', '15', '78110000', '78899999', '88000000', '88469999', NULL, 1652951840),
(87760, '3220', '430.00', '6', '10.001', '15', '78110000', '78899999', '88000000', '88469999', NULL, 1652951843),
(87761, '3298', '298.00', '8', '15.001', '20', '78110000', '78899999', '88000000', '88469999', NULL, 1652951844),
(87762, '3220', '595.00', '6', '15.001', '20', '78110000', '78899999', '88000000', '88469999', NULL, 1652951845),
(87763, '3298', '380.00', '8', '20.001', '25', '78110000', '78899999', '88000000', '88469999', NULL, 1652951845),
(87764, '3220', '760.00', '6', '20.001', '25', '78110000', '78899999', '88000000', '88469999', NULL, 1652951847),
(87765, '3298', '463.00', '8', '25.001', '30', '78110000', '78899999', '88000000', '88469999', NULL, 1652951848),
(87766, '3220', '925.00', '6', '25.001', '30', '78110000', '78899999', '88000000', '88469999', NULL, 1652951849),
(87767, '3298', '90.00', '9', '0.3', '5', '78110000', '78899999', '88470000', '89999999', NULL, 1652951850),
(87768, '3220', '183.00', '7', '0.3', '5', '78110000', '78899999', '88470000', '89999999', NULL, 1652951857),
(87769, '3298', '133.00', '9', '5.001', '10', '78110000', '78899999', '88470000', '89999999', NULL, 1652951858),
(87770, '3220', '266.00', '7', '5.001', '10', '78110000', '78899999', '88470000', '89999999', NULL, 1652951859),
(87771, '3298', '215.00', '9', '10.001', '15', '78110000', '78899999', '88470000', '89999999', NULL, 1652951859),
(87772, '3220', '430.00', '7', '10.001', '15', '78110000', '78899999', '88470000', '89999999', NULL, 1652951860),
(87773, '3298', '298.00', '9', '15.001', '20', '78110000', '78899999', '88470000', '89999999', NULL, 1652951860),
(87774, '3220', '595.00', '7', '15.001', '20', '78110000', '78899999', '88470000', '89999999', NULL, 1652951861),
(87775, '3298', '380.00', '9', '20.001', '25', '78110000', '78899999', '88470000', '89999999', NULL, 1652951862),
(87776, '3220', '760.00', '7', '20.001', '25', '78110000', '78899999', '88470000', '89999999', NULL, 1652951869),
(87777, '3298', '463.00', '9', '25.001', '30', '78110000', '78899999', '88470000', '89999999', NULL, 1652951870),
(87778, '3220', '925.00', '7', '25.001', '30', '78110000', '78899999', '88470000', '89999999', NULL, 1652951871),
(87779, '3298', '90.00', '8', '0.3', '5', '78110000', '78899999', '90000000', '91999999', NULL, 1652951871),
(87780, '3220', '183.00', '6', '0.3', '5', '78110000', '78899999', '90000000', '91999999', NULL, 1652951872),
(87781, '3298', '133.00', '8', '5.001', '10', '78110000', '78899999', '90000000', '91999999', NULL, 1652951878),
(87782, '3220', '266.00', '6', '5.001', '10', '78110000', '78899999', '90000000', '91999999', NULL, 1652951879),
(87783, '3298', '215.00', '8', '10.001', '15', '78110000', '78899999', '90000000', '91999999', NULL, 1652951885),
(87784, '3220', '430.00', '6', '10.001', '15', '78110000', '78899999', '90000000', '91999999', NULL, 1652951887),
(87785, '3298', '298.00', '8', '15.001', '20', '78110000', '78899999', '90000000', '91999999', NULL, 1652951888),
(87786, '3220', '595.00', '6', '15.001', '20', '78110000', '78899999', '90000000', '91999999', NULL, 1652951892),
(87787, '3298', '380.00', '8', '20.001', '25', '78110000', '78899999', '90000000', '91999999', NULL, 1652951894),
(87788, '3220', '760.00', '6', '20.001', '25', '78110000', '78899999', '90000000', '91999999', NULL, 1652951894),
(87789, '3298', '463.00', '8', '25.001', '30', '78110000', '78899999', '90000000', '91999999', NULL, 1652951895),
(87790, '3220', '925.00', '6', '25.001', '30', '78110000', '78899999', '90000000', '91999999', NULL, 1652951896),
(87791, '3298', '90.00', '10', '0.3', '5', '78110000', '78899999', '90000000', '94900999', NULL, 1652951897),
(87792, '3220', '183.00', '8', '0.3', '5', '78110000', '78899999', '90000000', '94900999', NULL, 1652951903),
(87793, '3298', '133.00', '10', '5.001', '10', '78110000', '78899999', '90000000', '94900999', NULL, 1652951903),
(87794, '3220', '266.00', '8', '5.001', '10', '78110000', '78899999', '90000000', '94900999', NULL, 1652951911),
(87795, '3298', '215.00', '10', '10.001', '15', '78110000', '78899999', '90000000', '94900999', NULL, 1652951912),
(87796, '3220', '430.00', '8', '10.001', '15', '78110000', '78899999', '90000000', '94900999', NULL, 1652951913);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(87797, '3298', '298.00', '10', '15.001', '20', '78110000', '78899999', '90000000', '94900999', NULL, 1652951914),
(87798, '3220', '595.00', '8', '15.001', '20', '78110000', '78899999', '90000000', '94900999', NULL, 1652951914),
(87799, '3298', '380.00', '10', '20.001', '25', '78110000', '78899999', '90000000', '94900999', NULL, 1652951915),
(87800, '3220', '760.00', '8', '20.001', '25', '78110000', '78899999', '90000000', '94900999', NULL, 1652951916),
(87801, '3298', '463.00', '10', '25.001', '30', '78110000', '78899999', '90000000', '94900999', NULL, 1652951917),
(87802, '3220', '925.00', '8', '25.001', '30', '78110000', '78899999', '90000000', '94900999', NULL, 1652951917),
(87803, '3298', '90.00', '12', '0.3', '5', '78110000', '78899999', '94901000', '99999999', NULL, 1652951918),
(87804, '3220', '183.00', '10', '0.3', '5', '78110000', '78899999', '94901000', '99999999', NULL, 1652951918),
(87805, '3298', '133.00', '12', '5.001', '10', '78110000', '78899999', '94901000', '99999999', NULL, 1652951919),
(87806, '3220', '266.00', '10', '5.001', '10', '78110000', '78899999', '94901000', '99999999', NULL, 1652951920),
(87807, '3298', '215.00', '12', '10.001', '15', '78110000', '78899999', '94901000', '99999999', NULL, 1652951921),
(87808, '3220', '430.00', '10', '10.001', '15', '78110000', '78899999', '94901000', '99999999', NULL, 1652951922),
(87809, '3298', '298.00', '12', '15.001', '20', '78110000', '78899999', '94901000', '99999999', NULL, 1652951924),
(87810, '3220', '595.00', '10', '15.001', '20', '78110000', '78899999', '94901000', '99999999', NULL, 1652951924),
(87811, '3298', '380.00', '12', '20.001', '25', '78110000', '78899999', '94901000', '99999999', NULL, 1652951925),
(87812, '3220', '760.00', '10', '20.001', '25', '78110000', '78899999', '94901000', '99999999', NULL, 1652951926),
(87813, '3298', '463.00', '12', '25.001', '30', '78110000', '78899999', '94901000', '99999999', NULL, 1652951927),
(87814, '3220', '925.00', '10', '25.001', '30', '78110000', '78899999', '94901000', '99999999', NULL, 1652951928),
(87815, '3298', '90.00', '10', '0.3', '5', '78900000', '78930999', '01000000', '08499999', NULL, 1652951928),
(87816, '3220', '183.00', '6', '0.3', '5', '78900000', '78930999', '01000000', '08499999', NULL, 1652951929),
(87817, '3298', '133.00', '10', '5.001', '10', '78900000', '78930999', '01000000', '08499999', NULL, 1652951938),
(87818, '3220', '266.00', '6', '5.001', '10', '78900000', '78930999', '01000000', '08499999', NULL, 1652951938),
(87819, '3298', '215.00', '10', '10.001', '15', '78900000', '78930999', '01000000', '08499999', NULL, 1652951939),
(87820, '3220', '430.00', '6', '10.001', '15', '78900000', '78930999', '01000000', '08499999', NULL, 1652951940),
(87821, '3298', '298.00', '10', '15.001', '20', '78900000', '78930999', '01000000', '08499999', NULL, 1652951940),
(87822, '3220', '595.00', '6', '15.001', '20', '78900000', '78930999', '01000000', '08499999', NULL, 1652951941),
(87823, '3298', '380.00', '10', '20.001', '25', '78900000', '78930999', '01000000', '08499999', NULL, 1652951942),
(87824, '3220', '760.00', '6', '20.001', '25', '78900000', '78930999', '01000000', '08499999', NULL, 1652951942),
(87825, '3298', '463.00', '10', '25.001', '30', '78900000', '78930999', '01000000', '08499999', NULL, 1652951943),
(87826, '3220', '925.00', '6', '25.001', '30', '78900000', '78930999', '01000000', '08499999', NULL, 1652951944),
(87827, '3298', '90.00', '10', '0.3', '5', '78900000', '78930999', '06000000', '09999999', NULL, 1652951944),
(87828, '3220', '183.00', '6', '0.3', '5', '78900000', '78930999', '06000000', '09999999', NULL, 1652951945),
(87829, '3298', '133.00', '10', '5.001', '10', '78900000', '78930999', '06000000', '09999999', NULL, 1652951946),
(87830, '3220', '266.00', '6', '5.001', '10', '78900000', '78930999', '06000000', '09999999', NULL, 1652951947),
(87831, '3298', '215.00', '10', '10.001', '15', '78900000', '78930999', '06000000', '09999999', NULL, 1652951947),
(87832, '3220', '430.00', '6', '10.001', '15', '78900000', '78930999', '06000000', '09999999', NULL, 1652951955),
(87833, '3298', '298.00', '10', '15.001', '20', '78900000', '78930999', '06000000', '09999999', NULL, 1652951956),
(87834, '3220', '595.00', '6', '15.001', '20', '78900000', '78930999', '06000000', '09999999', NULL, 1652951957),
(87835, '3298', '380.00', '10', '20.001', '25', '78900000', '78930999', '06000000', '09999999', NULL, 1652951958),
(87836, '3220', '760.00', '6', '20.001', '25', '78900000', '78930999', '06000000', '09999999', NULL, 1652951958),
(87837, '3298', '463.00', '10', '25.001', '30', '78900000', '78930999', '06000000', '09999999', NULL, 1652951959),
(87838, '3220', '925.00', '6', '25.001', '30', '78900000', '78930999', '06000000', '09999999', NULL, 1652951960),
(87839, '3298', '90.00', '10', '0.3', '5', '78900000', '78930999', '11000000', '11999999', NULL, 1652951961),
(87840, '3220', '183.00', '6', '0.3', '5', '78900000', '78930999', '11000000', '11999999', NULL, 1652951962),
(87841, '3298', '133.00', '10', '5.001', '10', '78900000', '78930999', '11000000', '11999999', NULL, 1652951962),
(87842, '3220', '266.00', '6', '5.001', '10', '78900000', '78930999', '11000000', '11999999', NULL, 1652951963),
(87843, '3298', '215.00', '10', '10.001', '15', '78900000', '78930999', '11000000', '11999999', NULL, 1652951964),
(87844, '3220', '430.00', '6', '10.001', '15', '78900000', '78930999', '11000000', '11999999', NULL, 1652951965),
(87845, '3298', '298.00', '10', '15.001', '20', '78900000', '78930999', '11000000', '11999999', NULL, 1652951965),
(87846, '3220', '595.00', '6', '15.001', '20', '78900000', '78930999', '11000000', '11999999', NULL, 1652951966),
(87847, '3298', '380.00', '10', '20.001', '25', '78900000', '78930999', '11000000', '11999999', NULL, 1652951967),
(87848, '3220', '760.00', '6', '20.001', '25', '78900000', '78930999', '11000000', '11999999', NULL, 1652951975),
(87849, '3298', '463.00', '10', '25.001', '30', '78900000', '78930999', '11000000', '11999999', NULL, 1652951982),
(87850, '3220', '925.00', '6', '25.001', '30', '78900000', '78930999', '11000000', '11999999', NULL, 1652951983),
(87851, '3298', '90.00', '9', '0.3', '5', '78900000', '78930999', '12000000', '19999999', NULL, 1652951984),
(87852, '3220', '183.00', '5', '0.3', '5', '78900000', '78930999', '12000000', '19999999', NULL, 1652951984),
(87853, '3298', '133.00', '9', '5.001', '10', '78900000', '78930999', '12000000', '19999999', NULL, 1652951985),
(87854, '3220', '266.00', '5', '5.001', '10', '78900000', '78930999', '12000000', '19999999', NULL, 1652951986),
(87855, '3298', '215.00', '9', '10.001', '15', '78900000', '78930999', '12000000', '19999999', NULL, 1652951993),
(87856, '3220', '430.00', '5', '10.001', '15', '78900000', '78930999', '12000000', '19999999', NULL, 1652951994),
(87857, '3298', '298.00', '9', '15.001', '20', '78900000', '78930999', '12000000', '19999999', NULL, 1652951995),
(87858, '3220', '595.00', '5', '15.001', '20', '78900000', '78930999', '12000000', '19999999', NULL, 1652951995),
(87859, '3298', '380.00', '9', '20.001', '25', '78900000', '78930999', '12000000', '19999999', NULL, 1652951997),
(87860, '3220', '760.00', '5', '20.001', '25', '78900000', '78930999', '12000000', '19999999', NULL, 1652951997),
(87861, '3298', '463.00', '9', '25.001', '30', '78900000', '78930999', '12000000', '19999999', NULL, 1652951999),
(87862, '3220', '925.00', '5', '25.001', '30', '78900000', '78930999', '12000000', '19999999', NULL, 1652952000),
(87863, '3298', '90.00', '12', '0.3', '5', '78900000', '78930999', '26601000', '28999999', NULL, 1652952035),
(87864, '3220', '183.00', '8', '0.3', '5', '78900000', '78930999', '26601000', '28999999', NULL, 1652952036),
(87865, '3298', '133.00', '12', '5.001', '10', '78900000', '78930999', '26601000', '28999999', NULL, 1652952037),
(87866, '3220', '266.00', '8', '5.001', '10', '78900000', '78930999', '26601000', '28999999', NULL, 1652952038),
(87867, '3298', '215.00', '12', '10.001', '15', '78900000', '78930999', '26601000', '28999999', NULL, 1652952038),
(87868, '3220', '430.00', '8', '10.001', '15', '78900000', '78930999', '26601000', '28999999', NULL, 1652952039),
(87869, '3298', '298.00', '12', '15.001', '20', '78900000', '78930999', '26601000', '28999999', NULL, 1652952041),
(87870, '3220', '595.00', '8', '15.001', '20', '78900000', '78930999', '26601000', '28999999', NULL, 1652952046),
(87871, '3298', '380.00', '12', '20.001', '25', '78900000', '78930999', '26601000', '28999999', NULL, 1652952047),
(87872, '3220', '760.00', '8', '20.001', '25', '78900000', '78930999', '26601000', '28999999', NULL, 1652952048),
(87873, '3298', '463.00', '12', '25.001', '30', '78900000', '78930999', '26601000', '28999999', NULL, 1652952048),
(87874, '3220', '925.00', '8', '25.001', '30', '78900000', '78930999', '26601000', '28999999', NULL, 1652952049),
(87875, '3298', '90.00', '9', '0.3', '5', '78900000', '78930999', '29000000', '29099999', NULL, 1652952050),
(87876, '3220', '183.00', '5', '0.3', '5', '78900000', '78930999', '29000000', '29099999', NULL, 1652952051),
(87877, '3298', '133.00', '9', '5.001', '10', '78900000', '78930999', '29000000', '29099999', NULL, 1652952052),
(87878, '3220', '266.00', '5', '5.001', '10', '78900000', '78930999', '29000000', '29099999', NULL, 1652952057),
(87879, '3298', '215.00', '9', '10.001', '15', '78900000', '78930999', '29000000', '29099999', NULL, 1652952057),
(87880, '3220', '430.00', '5', '10.001', '15', '78900000', '78930999', '29000000', '29099999', NULL, 1652952063),
(87881, '3298', '298.00', '9', '15.001', '20', '78900000', '78930999', '29000000', '29099999', NULL, 1652952064),
(87882, '3220', '595.00', '5', '15.001', '20', '78900000', '78930999', '29000000', '29099999', NULL, 1652952065),
(87883, '3298', '380.00', '9', '20.001', '25', '78900000', '78930999', '29000000', '29099999', NULL, 1652952066),
(87884, '3220', '760.00', '5', '20.001', '25', '78900000', '78930999', '29000000', '29099999', NULL, 1652952066),
(87885, '3298', '463.00', '9', '25.001', '30', '78900000', '78930999', '29000000', '29099999', NULL, 1652952067),
(87886, '3220', '925.00', '5', '25.001', '30', '78900000', '78930999', '29000000', '29099999', NULL, 1652952068),
(87887, '3298', '90.00', '12', '0.3', '5', '78900000', '78930999', '29100000', '29999999', NULL, 1652952072),
(87888, '3220', '183.00', '7', '0.3', '5', '78900000', '78930999', '29100000', '29999999', NULL, 1652952073),
(87889, '3298', '133.00', '12', '5.001', '10', '78900000', '78930999', '29100000', '29999999', NULL, 1652952074),
(87890, '3220', '266.00', '7', '5.001', '10', '78900000', '78930999', '29100000', '29999999', NULL, 1652952075),
(87891, '3298', '215.00', '12', '10.001', '15', '78900000', '78930999', '29100000', '29999999', NULL, 1652952076),
(87892, '3220', '430.00', '7', '10.001', '15', '78900000', '78930999', '29100000', '29999999', NULL, 1652952077),
(87893, '3298', '298.00', '12', '15.001', '20', '78900000', '78930999', '29100000', '29999999', NULL, 1652952080),
(87894, '3220', '595.00', '7', '15.001', '20', '78900000', '78930999', '29100000', '29999999', NULL, 1652952081),
(87895, '3298', '380.00', '12', '20.001', '25', '78900000', '78930999', '29100000', '29999999', NULL, 1652952082),
(87896, '3220', '760.00', '7', '20.001', '25', '78900000', '78930999', '29100000', '29999999', NULL, 1652952084),
(87897, '3298', '463.00', '12', '25.001', '30', '78900000', '78930999', '29100000', '29999999', NULL, 1652952084),
(87898, '3220', '925.00', '7', '25.001', '30', '78900000', '78930999', '29100000', '29999999', NULL, 1652952088),
(87899, '3298', '90.00', '9', '0.3', '5', '78900000', '78930999', '30000000', '31999999', NULL, 1652952090),
(87900, '3220', '183.00', '5', '0.3', '5', '78900000', '78930999', '30000000', '31999999', NULL, 1652952090),
(87901, '3298', '133.00', '9', '5.001', '10', '78900000', '78930999', '30000000', '31999999', NULL, 1652952091),
(87902, '3220', '266.00', '5', '5.001', '10', '78900000', '78930999', '30000000', '31999999', NULL, 1652952093),
(87903, '3298', '215.00', '9', '10.001', '15', '78900000', '78930999', '30000000', '31999999', NULL, 1652952095),
(87904, '3220', '430.00', '5', '10.001', '15', '78900000', '78930999', '30000000', '31999999', NULL, 1652952096),
(87905, '3298', '298.00', '9', '15.001', '20', '78900000', '78930999', '30000000', '31999999', NULL, 1652952098),
(87906, '3220', '595.00', '5', '15.001', '20', '78900000', '78930999', '30000000', '31999999', NULL, 1652952099),
(87907, '3298', '380.00', '9', '20.001', '25', '78900000', '78930999', '30000000', '31999999', NULL, 1652952100),
(87908, '3220', '760.00', '5', '20.001', '25', '78900000', '78930999', '30000000', '31999999', NULL, 1652952102),
(87909, '3298', '463.00', '9', '25.001', '30', '78900000', '78930999', '30000000', '31999999', NULL, 1652952105),
(87910, '3220', '925.00', '5', '25.001', '30', '78900000', '78930999', '30000000', '31999999', NULL, 1652952106),
(87911, '3298', '90.00', '9', '0.3', '5', '78900000', '78930999', '30000000', '34999999', NULL, 1652952108),
(87912, '3220', '183.00', '5', '0.3', '5', '78900000', '78930999', '30000000', '34999999', NULL, 1652952112),
(87913, '3298', '133.00', '9', '5.001', '10', '78900000', '78930999', '30000000', '34999999', NULL, 1652952113),
(87914, '3220', '266.00', '5', '5.001', '10', '78900000', '78930999', '30000000', '34999999', NULL, 1652952115),
(87915, '3298', '215.00', '9', '10.001', '15', '78900000', '78930999', '30000000', '34999999', NULL, 1652952116),
(87916, '3220', '430.00', '5', '10.001', '15', '78900000', '78930999', '30000000', '34999999', NULL, 1652952119),
(87917, '3298', '298.00', '9', '15.001', '20', '78900000', '78930999', '30000000', '34999999', NULL, 1652952120),
(87918, '3220', '595.00', '5', '15.001', '20', '78900000', '78930999', '30000000', '34999999', NULL, 1652952122),
(87919, '3298', '380.00', '9', '20.001', '25', '78900000', '78930999', '30000000', '34999999', NULL, 1652952127),
(87920, '3220', '760.00', '5', '20.001', '25', '78900000', '78930999', '30000000', '34999999', NULL, 1652952128),
(87921, '3298', '463.00', '9', '25.001', '30', '78900000', '78930999', '30000000', '34999999', NULL, 1652952132),
(87922, '3220', '925.00', '5', '25.001', '30', '78900000', '78930999', '30000000', '34999999', NULL, 1652952132),
(87923, '3298', '90.00', '12', '0.3', '5', '78900000', '78930999', '35000000', '39999999', NULL, 1652952135),
(87924, '3220', '183.00', '8', '0.3', '5', '78900000', '78930999', '35000000', '39999999', NULL, 1652952137),
(87925, '3298', '133.00', '12', '5.001', '10', '78900000', '78930999', '35000000', '39999999', NULL, 1652952138),
(87926, '3220', '266.00', '8', '5.001', '10', '78900000', '78930999', '35000000', '39999999', NULL, 1652952138),
(87927, '3298', '215.00', '12', '10.001', '15', '78900000', '78930999', '35000000', '39999999', NULL, 1652952140),
(87928, '3220', '430.00', '8', '10.001', '15', '78900000', '78930999', '35000000', '39999999', NULL, 1652952141),
(87929, '3298', '298.00', '12', '15.001', '20', '78900000', '78930999', '35000000', '39999999', NULL, 1652952141),
(87930, '3220', '595.00', '8', '15.001', '20', '78900000', '78930999', '35000000', '39999999', NULL, 1652952143),
(87931, '3298', '380.00', '12', '20.001', '25', '78900000', '78930999', '35000000', '39999999', NULL, 1652952144),
(87932, '3220', '760.00', '8', '20.001', '25', '78900000', '78930999', '35000000', '39999999', NULL, 1652952148),
(87933, '3298', '463.00', '12', '25.001', '30', '78900000', '78930999', '35000000', '39999999', NULL, 1652952150),
(87934, '3220', '925.00', '8', '25.001', '30', '78900000', '78930999', '35000000', '39999999', NULL, 1652952151),
(87935, '3298', '90.00', '9', '0.3', '5', '78900000', '78930999', '40000000', '41999999', NULL, 1652952152),
(87936, '3220', '183.00', '5', '0.3', '5', '78900000', '78930999', '40000000', '41999999', NULL, 1652952155),
(87937, '3298', '133.00', '9', '5.001', '10', '78900000', '78930999', '40000000', '41999999', NULL, 1652952156),
(87938, '3220', '266.00', '5', '5.001', '10', '78900000', '78930999', '40000000', '41999999', NULL, 1652952157),
(87939, '3298', '215.00', '9', '10.001', '15', '78900000', '78930999', '40000000', '41999999', NULL, 1652952157),
(87940, '3220', '430.00', '5', '10.001', '15', '78900000', '78930999', '40000000', '41999999', NULL, 1652952158),
(87941, '3298', '298.00', '9', '15.001', '20', '78900000', '78930999', '40000000', '41999999', NULL, 1652952160),
(87942, '3220', '595.00', '5', '15.001', '20', '78900000', '78930999', '40000000', '41999999', NULL, 1652952164),
(87943, '3298', '380.00', '9', '20.001', '25', '78900000', '78930999', '40000000', '41999999', NULL, 1652952167),
(87944, '3220', '760.00', '5', '20.001', '25', '78900000', '78930999', '40000000', '41999999', NULL, 1652952168),
(87945, '3298', '463.00', '9', '25.001', '30', '78900000', '78930999', '40000000', '41999999', NULL, 1652952174),
(87946, '3220', '925.00', '5', '25.001', '30', '78900000', '78930999', '40000000', '41999999', NULL, 1652952179),
(87947, '3298', '90.00', '9', '0.3', '5', '78900000', '78930999', '40000000', '44470999', NULL, 1652952181),
(87948, '3220', '183.00', '5', '0.3', '5', '78900000', '78930999', '40000000', '44470999', NULL, 1652952182),
(87949, '3298', '133.00', '9', '5.001', '10', '78900000', '78930999', '40000000', '44470999', NULL, 1652952183),
(87950, '3220', '266.00', '5', '5.001', '10', '78900000', '78930999', '40000000', '44470999', NULL, 1652952184),
(87951, '3298', '215.00', '9', '10.001', '15', '78900000', '78930999', '40000000', '44470999', NULL, 1652952189),
(87952, '3220', '430.00', '5', '10.001', '15', '78900000', '78930999', '40000000', '44470999', NULL, 1652952190),
(87953, '3298', '298.00', '9', '15.001', '20', '78900000', '78930999', '40000000', '44470999', NULL, 1652952192),
(87954, '3220', '595.00', '5', '15.001', '20', '78900000', '78930999', '40000000', '44470999', NULL, 1652952198),
(87955, '3298', '380.00', '9', '20.001', '25', '78900000', '78930999', '40000000', '44470999', NULL, 1652952200),
(87956, '3220', '760.00', '5', '20.001', '25', '78900000', '78930999', '40000000', '44470999', NULL, 1652952200),
(87957, '3298', '463.00', '9', '25.001', '30', '78900000', '78930999', '40000000', '44470999', NULL, 1652952201),
(87958, '3220', '925.00', '5', '25.001', '30', '78900000', '78930999', '40000000', '44470999', NULL, 1652952202),
(87959, '3298', '90.00', '10', '0.3', '5', '78900000', '78930999', '44471000', '48999999', NULL, 1652952203),
(87960, '3220', '183.00', '6', '0.3', '5', '78900000', '78930999', '44471000', '48999999', NULL, 1652952204),
(87961, '3298', '133.00', '10', '5.001', '10', '78900000', '78930999', '44471000', '48999999', NULL, 1652952205),
(87962, '3220', '266.00', '6', '5.001', '10', '78900000', '78930999', '44471000', '48999999', NULL, 1652952206),
(87963, '3298', '215.00', '10', '10.001', '15', '78900000', '78930999', '44471000', '48999999', NULL, 1652952206),
(87964, '3220', '430.00', '6', '10.001', '15', '78900000', '78930999', '44471000', '48999999', NULL, 1652952207),
(87965, '3298', '298.00', '10', '15.001', '20', '78900000', '78930999', '44471000', '48999999', NULL, 1652952209),
(87966, '3220', '595.00', '6', '15.001', '20', '78900000', '78930999', '44471000', '48999999', NULL, 1652952212),
(87967, '3298', '380.00', '10', '20.001', '25', '78900000', '78930999', '44471000', '48999999', NULL, 1652952220),
(87968, '3220', '760.00', '6', '20.001', '25', '78900000', '78930999', '44471000', '48999999', NULL, 1652952221),
(87969, '3298', '463.00', '10', '25.001', '30', '78900000', '78930999', '44471000', '48999999', NULL, 1652952222),
(87970, '3220', '925.00', '6', '25.001', '30', '78900000', '78930999', '44471000', '48999999', NULL, 1652952228),
(87971, '3298', '90.00', '10', '0.3', '5', '78900000', '78930999', '49000000', '49099999', NULL, 1652952229),
(87972, '3220', '183.00', '6', '0.3', '5', '78900000', '78930999', '49000000', '49099999', NULL, 1652952236),
(87973, '3298', '133.00', '10', '5.001', '10', '78900000', '78930999', '49000000', '49099999', NULL, 1652952236),
(87974, '3220', '266.00', '6', '5.001', '10', '78900000', '78930999', '49000000', '49099999', NULL, 1652952237),
(87975, '3298', '215.00', '10', '10.001', '15', '78900000', '78930999', '49000000', '49099999', NULL, 1652952238),
(87976, '3220', '430.00', '6', '10.001', '15', '78900000', '78930999', '49000000', '49099999', NULL, 1652952239),
(87977, '3298', '298.00', '10', '15.001', '20', '78900000', '78930999', '49000000', '49099999', NULL, 1652952247),
(87978, '3220', '595.00', '6', '15.001', '20', '78900000', '78930999', '49000000', '49099999', NULL, 1652952248),
(87979, '3298', '380.00', '10', '20.001', '25', '78900000', '78930999', '49000000', '49099999', NULL, 1652952248),
(87980, '3220', '760.00', '6', '20.001', '25', '78900000', '78930999', '49000000', '49099999', NULL, 1652952249),
(87981, '3298', '463.00', '10', '25.001', '30', '78900000', '78930999', '49000000', '49099999', NULL, 1652952251),
(87982, '3220', '925.00', '6', '25.001', '30', '78900000', '78930999', '49000000', '49099999', NULL, 1652952251),
(87983, '3298', '90.00', '15', '0.3', '5', '78900000', '78930999', '49100000', '49999999', NULL, 1652952258),
(87984, '3220', '183.00', '7', '0.3', '5', '78900000', '78930999', '49100000', '49999999', NULL, 1652952264),
(87985, '3298', '133.00', '15', '5.001', '10', '78900000', '78930999', '49100000', '49999999', NULL, 1652952265),
(87986, '3220', '266.00', '7', '5.001', '10', '78900000', '78930999', '49100000', '49999999', NULL, 1652952266),
(87987, '3298', '215.00', '15', '10.001', '15', '78900000', '78930999', '49100000', '49999999', NULL, 1652952268),
(87988, '3220', '430.00', '7', '10.001', '15', '78900000', '78930999', '49100000', '49999999', NULL, 1652952269),
(87989, '3298', '298.00', '15', '15.001', '20', '78900000', '78930999', '49100000', '49999999', NULL, 1652952272),
(87990, '3220', '595.00', '7', '15.001', '20', '78900000', '78930999', '49100000', '49999999', NULL, 1652952273),
(87991, '3298', '380.00', '15', '20.001', '25', '78900000', '78930999', '49100000', '49999999', NULL, 1652952275),
(87992, '3220', '760.00', '7', '20.001', '25', '78900000', '78930999', '49100000', '49999999', NULL, 1652952276),
(87993, '3298', '463.00', '15', '25.001', '30', '78900000', '78930999', '49100000', '49999999', NULL, 1652952277),
(87994, '3220', '925.00', '7', '25.001', '30', '78900000', '78930999', '49100000', '49999999', NULL, 1652952279),
(87995, '3298', '90.00', '10', '0.3', '5', '78900000', '78930999', '50000000', '52999999', NULL, 1652952280),
(87996, '3220', '183.00', '6', '0.3', '5', '78900000', '78930999', '50000000', '52999999', NULL, 1652952281),
(87997, '3298', '133.00', '10', '5.001', '10', '78900000', '78930999', '50000000', '52999999', NULL, 1652952282),
(87998, '3220', '266.00', '6', '5.001', '10', '78900000', '78930999', '50000000', '52999999', NULL, 1652952282),
(87999, '3298', '215.00', '10', '10.001', '15', '78900000', '78930999', '50000000', '52999999', NULL, 1652952285),
(88000, '3220', '430.00', '6', '10.001', '15', '78900000', '78930999', '50000000', '52999999', NULL, 1652952289),
(88001, '3298', '298.00', '10', '15.001', '20', '78900000', '78930999', '50000000', '52999999', NULL, 1652952289),
(88002, '3220', '595.00', '6', '15.001', '20', '78900000', '78930999', '50000000', '52999999', NULL, 1652952290),
(88003, '3298', '380.00', '10', '20.001', '25', '78900000', '78930999', '50000000', '52999999', NULL, 1652952295),
(88004, '3220', '760.00', '6', '20.001', '25', '78900000', '78930999', '50000000', '52999999', NULL, 1652952296),
(88005, '3298', '463.00', '10', '25.001', '30', '78900000', '78930999', '50000000', '52999999', NULL, 1652952299),
(88006, '3220', '925.00', '6', '25.001', '30', '78900000', '78930999', '50000000', '52999999', NULL, 1652952300),
(88007, '3298', '90.00', '10', '0.3', '5', '78900000', '78930999', '50000000', '54999999', NULL, 1652952301),
(88008, '3220', '183.00', '6', '0.3', '5', '78900000', '78930999', '50000000', '54999999', NULL, 1652952301),
(88009, '3298', '133.00', '10', '5.001', '10', '78900000', '78930999', '50000000', '54999999', NULL, 1652952303),
(88010, '3220', '266.00', '6', '5.001', '10', '78900000', '78930999', '50000000', '54999999', NULL, 1652952306),
(88011, '3298', '215.00', '10', '10.001', '15', '78900000', '78930999', '50000000', '54999999', NULL, 1652952307),
(88012, '3220', '430.00', '6', '10.001', '15', '78900000', '78930999', '50000000', '54999999', NULL, 1652952308),
(88013, '3298', '298.00', '10', '15.001', '20', '78900000', '78930999', '50000000', '54999999', NULL, 1652952312),
(88014, '3220', '595.00', '6', '15.001', '20', '78900000', '78930999', '50000000', '54999999', NULL, 1652952314),
(88015, '3298', '380.00', '10', '20.001', '25', '78900000', '78930999', '50000000', '54999999', NULL, 1652952315),
(88016, '3220', '760.00', '6', '20.001', '25', '78900000', '78930999', '50000000', '54999999', NULL, 1652952318),
(88017, '3298', '463.00', '10', '25.001', '30', '78900000', '78930999', '50000000', '54999999', NULL, 1652952319),
(88018, '3220', '925.00', '6', '25.001', '30', '78900000', '78930999', '50000000', '54999999', NULL, 1652952322),
(88019, '3298', '90.00', '16', '0.3', '5', '78900000', '78930999', '55000000', '56999999', NULL, 1652952323),
(88020, '3220', '183.00', '9', '0.3', '5', '78900000', '78930999', '55000000', '56999999', NULL, 1652952325),
(88021, '3298', '133.00', '16', '5.001', '10', '78900000', '78930999', '55000000', '56999999', NULL, 1652952326),
(88022, '3220', '266.00', '9', '5.001', '10', '78900000', '78930999', '55000000', '56999999', NULL, 1652952328),
(88023, '3298', '215.00', '16', '10.001', '15', '78900000', '78930999', '55000000', '56999999', NULL, 1652952329),
(88024, '3220', '430.00', '9', '10.001', '15', '78900000', '78930999', '55000000', '56999999', NULL, 1652952331),
(88025, '3298', '298.00', '16', '15.001', '20', '78900000', '78930999', '55000000', '56999999', NULL, 1652952333),
(88026, '3220', '595.00', '9', '15.001', '20', '78900000', '78930999', '55000000', '56999999', NULL, 1652952337),
(88027, '3298', '380.00', '16', '20.001', '25', '78900000', '78930999', '55000000', '56999999', NULL, 1652952338),
(88028, '3220', '760.00', '9', '20.001', '25', '78900000', '78930999', '55000000', '56999999', NULL, 1652952339),
(88029, '3298', '463.00', '16', '25.001', '30', '78900000', '78930999', '55000000', '56999999', NULL, 1652952341),
(88030, '3220', '925.00', '9', '25.001', '30', '78900000', '78930999', '55000000', '56999999', NULL, 1652952344),
(88031, '3298', '90.00', '10', '0.3', '5', '78900000', '78930999', '57000000', '57099999', NULL, 1652952348),
(88032, '3220', '183.00', '5', '0.3', '5', '78900000', '78930999', '57000000', '57099999', NULL, 1652952352),
(88033, '3298', '133.00', '10', '5.001', '10', '78900000', '78930999', '57000000', '57099999', NULL, 1652952355),
(88034, '3220', '266.00', '5', '5.001', '10', '78900000', '78930999', '57000000', '57099999', NULL, 1652952357),
(88035, '3298', '215.00', '10', '10.001', '15', '78900000', '78930999', '57000000', '57099999', NULL, 1652952360),
(88036, '3220', '430.00', '5', '10.001', '15', '78900000', '78930999', '57000000', '57099999', NULL, 1652952361),
(88037, '3298', '298.00', '10', '15.001', '20', '78900000', '78930999', '57000000', '57099999', NULL, 1652952365),
(88038, '3220', '595.00', '5', '15.001', '20', '78900000', '78930999', '57000000', '57099999', NULL, 1652952365),
(88039, '3298', '380.00', '10', '20.001', '25', '78900000', '78930999', '57000000', '57099999', NULL, 1652952369),
(88040, '3220', '760.00', '5', '20.001', '25', '78900000', '78930999', '57000000', '57099999', NULL, 1652952371),
(88041, '3298', '463.00', '10', '25.001', '30', '78900000', '78930999', '57000000', '57099999', NULL, 1652952373),
(88042, '3220', '925.00', '5', '25.001', '30', '78900000', '78930999', '57000000', '57099999', NULL, 1652952374),
(88043, '3298', '90.00', '14', '0.3', '5', '78900000', '78930999', '57100000', '57999999', NULL, 1652952375),
(88044, '3220', '183.00', '7', '0.3', '5', '78900000', '78930999', '57100000', '57999999', NULL, 1652952376),
(88045, '3298', '133.00', '14', '5.001', '10', '78900000', '78930999', '57100000', '57999999', NULL, 1652952376),
(88046, '3220', '266.00', '7', '5.001', '10', '78900000', '78930999', '57100000', '57999999', NULL, 1652952377),
(88047, '3298', '215.00', '14', '10.001', '15', '78900000', '78930999', '57100000', '57999999', NULL, 1652952378),
(88048, '3220', '430.00', '7', '10.001', '15', '78900000', '78930999', '57100000', '57999999', NULL, 1652952382),
(88049, '3298', '298.00', '14', '15.001', '20', '78900000', '78930999', '57100000', '57999999', NULL, 1652952383),
(88050, '3220', '595.00', '7', '15.001', '20', '78900000', '78930999', '57100000', '57999999', NULL, 1652952384),
(88051, '3298', '380.00', '14', '20.001', '25', '78900000', '78930999', '57100000', '57999999', NULL, 1652952385),
(88052, '3220', '760.00', '7', '20.001', '25', '78900000', '78930999', '57100000', '57999999', NULL, 1652952385),
(88053, '3298', '463.00', '14', '25.001', '30', '78900000', '78930999', '57100000', '57999999', NULL, 1652952387),
(88054, '3220', '925.00', '7', '25.001', '30', '78900000', '78930999', '57100000', '57999999', NULL, 1652952389),
(88055, '3298', '90.00', '10', '0.3', '5', '78900000', '78930999', '58000000', '58099999', NULL, 1652952391),
(88056, '3220', '183.00', '6', '0.3', '5', '78900000', '78930999', '58000000', '58099999', NULL, 1652952395),
(88057, '3298', '133.00', '10', '5.001', '10', '78900000', '78930999', '58000000', '58099999', NULL, 1652952397),
(88058, '3220', '266.00', '6', '5.001', '10', '78900000', '78930999', '58000000', '58099999', NULL, 1652952399),
(88059, '3298', '215.00', '10', '10.001', '15', '78900000', '78930999', '58000000', '58099999', NULL, 1652952403),
(88060, '3220', '430.00', '6', '10.001', '15', '78900000', '78930999', '58000000', '58099999', NULL, 1652952407),
(88061, '3298', '298.00', '10', '15.001', '20', '78900000', '78930999', '58000000', '58099999', NULL, 1652952409),
(88062, '3220', '595.00', '6', '15.001', '20', '78900000', '78930999', '58000000', '58099999', NULL, 1652952412),
(88063, '3298', '380.00', '10', '20.001', '25', '78900000', '78930999', '58000000', '58099999', NULL, 1652952413),
(88064, '3220', '760.00', '6', '20.001', '25', '78900000', '78930999', '58000000', '58099999', NULL, 1652952418),
(88065, '3298', '463.00', '10', '25.001', '30', '78900000', '78930999', '58000000', '58099999', NULL, 1652952421),
(88066, '3220', '925.00', '6', '25.001', '30', '78900000', '78930999', '58000000', '58099999', NULL, 1652952424),
(88067, '3298', '90.00', '17', '0.3', '5', '78900000', '78930999', '58100000', '58999999', NULL, 1652952424),
(88068, '3220', '183.00', '10', '0.3', '5', '78900000', '78930999', '58100000', '58999999', NULL, 1652952425),
(88069, '3298', '133.00', '17', '5.001', '10', '78900000', '78930999', '58100000', '58999999', NULL, 1652952427),
(88070, '3220', '266.00', '10', '5.001', '10', '78900000', '78930999', '58100000', '58999999', NULL, 1652952432),
(88071, '3298', '215.00', '17', '10.001', '15', '78900000', '78930999', '58100000', '58999999', NULL, 1652952432),
(88072, '3220', '430.00', '10', '10.001', '15', '78900000', '78930999', '58100000', '58999999', NULL, 1652952433),
(88073, '3298', '298.00', '17', '15.001', '20', '78900000', '78930999', '58100000', '58999999', NULL, 1652952435),
(88074, '3220', '595.00', '10', '15.001', '20', '78900000', '78930999', '58100000', '58999999', NULL, 1652952436),
(88075, '3298', '380.00', '17', '20.001', '25', '78900000', '78930999', '58100000', '58999999', NULL, 1652952437),
(88076, '3220', '760.00', '10', '20.001', '25', '78900000', '78930999', '58100000', '58999999', NULL, 1652952438),
(88077, '3298', '463.00', '17', '25.001', '30', '78900000', '78930999', '58100000', '58999999', NULL, 1652952442),
(88078, '3220', '925.00', '10', '25.001', '30', '78900000', '78930999', '58100000', '58999999', NULL, 1652952445),
(88079, '3298', '90.00', '10', '0.3', '5', '78900000', '78930999', '59000000', '59099999', NULL, 1652952445),
(88080, '3220', '183.00', '6', '0.3', '5', '78900000', '78930999', '59000000', '59099999', NULL, 1652952446),
(88081, '3298', '133.00', '10', '5.001', '10', '78900000', '78930999', '59000000', '59099999', NULL, 1652952448),
(88082, '3220', '266.00', '6', '5.001', '10', '78900000', '78930999', '59000000', '59099999', NULL, 1652952448),
(88083, '3298', '215.00', '10', '10.001', '15', '78900000', '78930999', '59000000', '59099999', NULL, 1652952449),
(88084, '3220', '430.00', '6', '10.001', '15', '78900000', '78930999', '59000000', '59099999', NULL, 1652952450),
(88085, '3298', '298.00', '10', '15.001', '20', '78900000', '78930999', '59000000', '59099999', NULL, 1652952451),
(88086, '3220', '595.00', '6', '15.001', '20', '78900000', '78930999', '59000000', '59099999', NULL, 1652952452),
(88087, '3298', '380.00', '10', '20.001', '25', '78900000', '78930999', '59000000', '59099999', NULL, 1652952453),
(88088, '3220', '760.00', '6', '20.001', '25', '78900000', '78930999', '59000000', '59099999', NULL, 1652952453),
(88089, '3298', '463.00', '10', '25.001', '30', '78900000', '78930999', '59000000', '59099999', NULL, 1652952454),
(88090, '3220', '925.00', '6', '25.001', '30', '78900000', '78930999', '59000000', '59099999', NULL, 1652952455),
(88091, '3298', '90.00', '10', '0.3', '5', '78900000', '78930999', '59100000', '59999999', NULL, 1652952455),
(88092, '3220', '183.00', '6', '0.3', '5', '78900000', '78930999', '59100000', '59999999', NULL, 1652952456),
(88093, '3298', '133.00', '10', '5.001', '10', '78900000', '78930999', '59100000', '59999999', NULL, 1652952458),
(88094, '3220', '266.00', '6', '5.001', '10', '78900000', '78930999', '59100000', '59999999', NULL, 1652952459),
(88095, '3298', '215.00', '10', '10.001', '15', '78900000', '78930999', '59100000', '59999999', NULL, 1652952459),
(88096, '3220', '430.00', '6', '10.001', '15', '78900000', '78930999', '59100000', '59999999', NULL, 1652952465),
(88097, '3298', '298.00', '10', '15.001', '20', '78900000', '78930999', '59100000', '59999999', NULL, 1652952466),
(88098, '3220', '595.00', '6', '15.001', '20', '78900000', '78930999', '59100000', '59999999', NULL, 1652952467),
(88099, '3298', '380.00', '10', '20.001', '25', '78900000', '78930999', '59100000', '59999999', NULL, 1652952468),
(88100, '3220', '760.00', '6', '20.001', '25', '78900000', '78930999', '59100000', '59999999', NULL, 1652952468),
(88101, '3298', '463.00', '10', '25.001', '30', '78900000', '78930999', '59100000', '59999999', NULL, 1652952474),
(88102, '3220', '925.00', '6', '25.001', '30', '78900000', '78930999', '59100000', '59999999', NULL, 1652952475),
(88103, '3298', '90.00', '10', '0.3', '5', '78900000', '78930999', '60000000', '60999999', NULL, 1652952476),
(88104, '3220', '183.00', '6', '0.3', '5', '78900000', '78930999', '60000000', '60999999', NULL, 1652952483),
(88105, '3298', '133.00', '10', '5.001', '10', '78900000', '78930999', '60000000', '60999999', NULL, 1652952484),
(88106, '3220', '266.00', '6', '5.001', '10', '78900000', '78930999', '60000000', '60999999', NULL, 1652952485),
(88107, '3298', '215.00', '10', '10.001', '15', '78900000', '78930999', '60000000', '60999999', NULL, 1652952487),
(88108, '3220', '430.00', '6', '10.001', '15', '78900000', '78930999', '60000000', '60999999', NULL, 1652952489),
(88109, '3298', '298.00', '10', '15.001', '20', '78900000', '78930999', '60000000', '60999999', NULL, 1652952496),
(88110, '3220', '595.00', '6', '15.001', '20', '78900000', '78930999', '60000000', '60999999', NULL, 1652952497),
(88111, '3298', '380.00', '10', '20.001', '25', '78900000', '78930999', '60000000', '60999999', NULL, 1652952502),
(88112, '3220', '760.00', '6', '20.001', '25', '78900000', '78930999', '60000000', '60999999', NULL, 1652952505),
(88113, '3298', '463.00', '10', '25.001', '30', '78900000', '78930999', '60000000', '60999999', NULL, 1652952506),
(88114, '3220', '925.00', '6', '25.001', '30', '78900000', '78930999', '60000000', '60999999', NULL, 1652952508),
(88115, '3298', '90.00', '10', '0.3', '5', '78900000', '78930999', '60000000', '61900999', NULL, 1652952508),
(88116, '3220', '183.00', '6', '0.3', '5', '78900000', '78930999', '60000000', '61900999', NULL, 1652952509),
(88117, '3298', '133.00', '10', '5.001', '10', '78900000', '78930999', '60000000', '61900999', NULL, 1652952512),
(88118, '3220', '266.00', '6', '5.001', '10', '78900000', '78930999', '60000000', '61900999', NULL, 1652952519),
(88119, '3298', '215.00', '10', '10.001', '15', '78900000', '78930999', '60000000', '61900999', NULL, 1652952523),
(88120, '3220', '430.00', '6', '10.001', '15', '78900000', '78930999', '60000000', '61900999', NULL, 1652952530),
(88121, '3298', '298.00', '10', '15.001', '20', '78900000', '78930999', '60000000', '61900999', NULL, 1652952531),
(88122, '3220', '595.00', '6', '15.001', '20', '78900000', '78930999', '60000000', '61900999', NULL, 1652952536),
(88123, '3298', '380.00', '10', '20.001', '25', '78900000', '78930999', '60000000', '61900999', NULL, 1652952538),
(88124, '3220', '760.00', '6', '20.001', '25', '78900000', '78930999', '60000000', '61900999', NULL, 1652952539),
(88125, '3298', '463.00', '10', '25.001', '30', '78900000', '78930999', '60000000', '61900999', NULL, 1652952541),
(88126, '3220', '925.00', '6', '25.001', '30', '78900000', '78930999', '60000000', '61900999', NULL, 1652952543),
(88127, '3298', '90.00', '16', '0.3', '5', '78900000', '78930999', '61901000', '63999999', NULL, 1652952545),
(88128, '3220', '183.00', '12', '0.3', '5', '78900000', '78930999', '61901000', '63999999', NULL, 1652952549),
(88129, '3298', '133.00', '16', '5.001', '10', '78900000', '78930999', '61901000', '63999999', NULL, 1652952550),
(88130, '3220', '266.00', '12', '5.001', '10', '78900000', '78930999', '61901000', '63999999', NULL, 1652952551),
(88131, '3298', '215.00', '16', '10.001', '15', '78900000', '78930999', '61901000', '63999999', NULL, 1652952553),
(88132, '3220', '430.00', '12', '10.001', '15', '78900000', '78930999', '61901000', '63999999', NULL, 1652952558),
(88133, '3298', '298.00', '16', '15.001', '20', '78900000', '78930999', '61901000', '63999999', NULL, 1652952560),
(88134, '3220', '595.00', '12', '15.001', '20', '78900000', '78930999', '61901000', '63999999', NULL, 1652952560),
(88135, '3298', '380.00', '16', '20.001', '25', '78900000', '78930999', '61901000', '63999999', NULL, 1652952561),
(88136, '3220', '760.00', '12', '20.001', '25', '78900000', '78930999', '61901000', '63999999', NULL, 1652952561),
(88137, '3298', '463.00', '16', '25.001', '30', '78900000', '78930999', '61901000', '63999999', NULL, 1652952563),
(88138, '3220', '925.00', '12', '25.001', '30', '78900000', '78930999', '61901000', '63999999', NULL, 1652952567),
(88139, '3298', '90.00', '11', '0.3', '5', '78900000', '78930999', '64000000', '64099999', NULL, 1652952567),
(88140, '3220', '183.00', '7', '0.3', '5', '78900000', '78930999', '64000000', '64099999', NULL, 1652952570),
(88141, '3298', '133.00', '11', '5.001', '10', '78900000', '78930999', '64000000', '64099999', NULL, 1652952571),
(88142, '3220', '266.00', '7', '5.001', '10', '78900000', '78930999', '64000000', '64099999', NULL, 1652952576),
(88143, '3298', '215.00', '11', '10.001', '15', '78900000', '78930999', '64000000', '64099999', NULL, 1652952578),
(88144, '3220', '430.00', '7', '10.001', '15', '78900000', '78930999', '64000000', '64099999', NULL, 1652952579),
(88145, '3298', '298.00', '11', '15.001', '20', '78900000', '78930999', '64000000', '64099999', NULL, 1652952581),
(88146, '3220', '595.00', '7', '15.001', '20', '78900000', '78930999', '64000000', '64099999', NULL, 1652952582),
(88147, '3298', '380.00', '11', '20.001', '25', '78900000', '78930999', '64000000', '64099999', NULL, 1652952584),
(88148, '3220', '760.00', '7', '20.001', '25', '78900000', '78930999', '64000000', '64099999', NULL, 1652952586),
(88149, '3298', '463.00', '11', '25.001', '30', '78900000', '78930999', '64000000', '64099999', NULL, 1652952587),
(88150, '3220', '925.00', '7', '25.001', '30', '78900000', '78930999', '64000000', '64099999', NULL, 1652952588),
(88151, '3298', '90.00', '16', '0.3', '5', '78900000', '78930999', '64100000', '64999999', NULL, 1652952589),
(88152, '3220', '183.00', '12', '0.3', '5', '78900000', '78930999', '64100000', '64999999', NULL, 1652952594),
(88153, '3298', '133.00', '16', '5.001', '10', '78900000', '78930999', '64100000', '64999999', NULL, 1652952594),
(88154, '3220', '266.00', '12', '5.001', '10', '78900000', '78930999', '64100000', '64999999', NULL, 1652952595),
(88155, '3298', '215.00', '16', '10.001', '15', '78900000', '78930999', '64100000', '64999999', NULL, 1652952597),
(88156, '3220', '430.00', '12', '10.001', '15', '78900000', '78930999', '64100000', '64999999', NULL, 1652952601),
(88157, '3298', '298.00', '16', '15.001', '20', '78900000', '78930999', '64100000', '64999999', NULL, 1652952602),
(88158, '3220', '595.00', '12', '15.001', '20', '78900000', '78930999', '64100000', '64999999', NULL, 1652952603),
(88159, '3298', '380.00', '16', '20.001', '25', '78900000', '78930999', '64100000', '64999999', NULL, 1652952604),
(88160, '3220', '760.00', '12', '20.001', '25', '78900000', '78930999', '64100000', '64999999', NULL, 1652952605),
(88161, '3298', '463.00', '16', '25.001', '30', '78900000', '78930999', '64100000', '64999999', NULL, 1652952607),
(88162, '3220', '925.00', '12', '25.001', '30', '78900000', '78930999', '64100000', '64999999', NULL, 1652952608),
(88163, '3298', '90.00', '12', '0.3', '5', '78900000', '78930999', '65000000', '65099999', NULL, 1652952612),
(88164, '3220', '183.00', '8', '0.3', '5', '78900000', '78930999', '65000000', '65099999', NULL, 1652952613),
(88165, '3298', '133.00', '12', '5.001', '10', '78900000', '78930999', '65000000', '65099999', NULL, 1652952614),
(88166, '3220', '266.00', '8', '5.001', '10', '78900000', '78930999', '65000000', '65099999', NULL, 1652952618),
(88167, '3298', '215.00', '12', '10.001', '15', '78900000', '78930999', '65000000', '65099999', NULL, 1652952619),
(88168, '3220', '430.00', '8', '10.001', '15', '78900000', '78930999', '65000000', '65099999', NULL, 1652952620),
(88169, '3298', '298.00', '12', '15.001', '20', '78900000', '78930999', '65000000', '65099999', NULL, 1652952624),
(88170, '3220', '595.00', '8', '15.001', '20', '78900000', '78930999', '65000000', '65099999', NULL, 1652952625),
(88171, '3298', '380.00', '12', '20.001', '25', '78900000', '78930999', '65000000', '65099999', NULL, 1652952625),
(88172, '3220', '760.00', '8', '20.001', '25', '78900000', '78930999', '65000000', '65099999', NULL, 1652952626),
(88173, '3298', '463.00', '12', '25.001', '30', '78900000', '78930999', '65000000', '65099999', NULL, 1652952627),
(88174, '3220', '925.00', '8', '25.001', '30', '78900000', '78930999', '65000000', '65099999', NULL, 1652952628),
(88175, '3298', '90.00', '17', '0.3', '5', '78900000', '78930999', '65100000', '65999999', NULL, 1652952628),
(88176, '3220', '183.00', '15', '0.3', '5', '78900000', '78930999', '65100000', '65999999', NULL, 1652952630),
(88177, '3298', '133.00', '17', '5.001', '10', '78900000', '78930999', '65100000', '65999999', NULL, 1652952631),
(88178, '3220', '266.00', '15', '5.001', '10', '78900000', '78930999', '65100000', '65999999', NULL, 1652952633),
(88179, '3298', '215.00', '17', '10.001', '15', '78900000', '78930999', '65100000', '65999999', NULL, 1652952634),
(88180, '3220', '430.00', '15', '10.001', '15', '78900000', '78930999', '65100000', '65999999', NULL, 1652952634),
(88181, '3298', '298.00', '17', '15.001', '20', '78900000', '78930999', '65100000', '65999999', NULL, 1652952636),
(88182, '3220', '595.00', '15', '15.001', '20', '78900000', '78930999', '65100000', '65999999', NULL, 1652952640),
(88183, '3298', '380.00', '17', '20.001', '25', '78900000', '78930999', '65100000', '65999999', NULL, 1652952642),
(88184, '3220', '760.00', '15', '20.001', '25', '78900000', '78930999', '65100000', '65999999', NULL, 1652952644),
(88185, '3298', '463.00', '17', '25.001', '30', '78900000', '78930999', '65100000', '65999999', NULL, 1652952645),
(88186, '3220', '925.00', '15', '25.001', '30', '78900000', '78930999', '65100000', '65999999', NULL, 1652952647),
(88187, '3298', '90.00', '11', '0.3', '5', '78900000', '78930999', '66000000', '66999999', NULL, 1652952650),
(88188, '3220', '183.00', '7', '0.3', '5', '78900000', '78930999', '66000000', '66999999', NULL, 1652952651),
(88189, '3298', '133.00', '11', '5.001', '10', '78900000', '78930999', '66000000', '66999999', NULL, 1652952654),
(88190, '3220', '266.00', '7', '5.001', '10', '78900000', '78930999', '66000000', '66999999', NULL, 1652952657),
(88191, '3298', '215.00', '11', '10.001', '15', '78900000', '78930999', '66000000', '66999999', NULL, 1652952658),
(88192, '3220', '430.00', '7', '10.001', '15', '78900000', '78930999', '66000000', '66999999', NULL, 1652952661),
(88193, '3298', '298.00', '11', '15.001', '20', '78900000', '78930999', '66000000', '66999999', NULL, 1652952661),
(88194, '3220', '595.00', '7', '15.001', '20', '78900000', '78930999', '66000000', '66999999', NULL, 1652952663),
(88195, '3298', '380.00', '11', '20.001', '25', '78900000', '78930999', '66000000', '66999999', NULL, 1652952668),
(88196, '3220', '760.00', '7', '20.001', '25', '78900000', '78930999', '66000000', '66999999', NULL, 1652952670),
(88197, '3298', '463.00', '11', '25.001', '30', '78900000', '78930999', '66000000', '66999999', NULL, 1652952673),
(88198, '3220', '925.00', '7', '25.001', '30', '78900000', '78930999', '66000000', '66999999', NULL, 1652952676),
(88199, '3298', '90.00', '11', '0.3', '5', '78900000', '78930999', '66000000', '67999999', NULL, 1652952679),
(88200, '3220', '183.00', '7', '0.3', '5', '78900000', '78930999', '66000000', '67999999', NULL, 1652952685),
(88201, '3298', '133.00', '11', '5.001', '10', '78900000', '78930999', '66000000', '67999999', NULL, 1652952688),
(88202, '3220', '266.00', '7', '5.001', '10', '78900000', '78930999', '66000000', '67999999', NULL, 1652952691),
(88203, '3298', '215.00', '11', '10.001', '15', '78900000', '78930999', '66000000', '67999999', NULL, 1652952696),
(88204, '3220', '430.00', '7', '10.001', '15', '78900000', '78930999', '66000000', '67999999', NULL, 1652952698),
(88205, '3298', '298.00', '11', '15.001', '20', '78900000', '78930999', '66000000', '67999999', NULL, 1652952702),
(88206, '3220', '595.00', '7', '15.001', '20', '78900000', '78930999', '66000000', '67999999', NULL, 1652952706),
(88207, '3298', '380.00', '11', '20.001', '25', '78900000', '78930999', '66000000', '67999999', NULL, 1652952708),
(88208, '3220', '760.00', '7', '20.001', '25', '78900000', '78930999', '66000000', '67999999', NULL, 1652952709),
(88209, '3298', '463.00', '11', '25.001', '30', '78900000', '78930999', '66000000', '67999999', NULL, 1652952710),
(88210, '3220', '925.00', '7', '25.001', '30', '78900000', '78930999', '66000000', '67999999', NULL, 1652952716),
(88211, '3298', '90.00', '14', '0.3', '5', '78900000', '78930999', '68000000', '68899999', NULL, 1652952720),
(88212, '3220', '183.00', '12', '0.3', '5', '78900000', '78930999', '68000000', '68899999', NULL, 1652952723),
(88213, '3298', '133.00', '14', '5.001', '10', '78900000', '78930999', '68000000', '68899999', NULL, 1652952724),
(88214, '3220', '266.00', '12', '5.001', '10', '78900000', '78930999', '68000000', '68899999', NULL, 1652952729),
(88215, '3298', '215.00', '14', '10.001', '15', '78900000', '78930999', '68000000', '68899999', NULL, 1652952730),
(88216, '3220', '430.00', '12', '10.001', '15', '78900000', '78930999', '68000000', '68899999', NULL, 1652952731),
(88217, '3298', '298.00', '14', '15.001', '20', '78900000', '78930999', '68000000', '68899999', NULL, 1652952734),
(88218, '3220', '595.00', '12', '15.001', '20', '78900000', '78930999', '68000000', '68899999', NULL, 1652952734),
(88219, '3298', '380.00', '14', '20.001', '25', '78900000', '78930999', '68000000', '68899999', NULL, 1652952735),
(88220, '3220', '760.00', '12', '20.001', '25', '78900000', '78930999', '68000000', '68899999', NULL, 1652952736),
(88221, '3298', '463.00', '14', '25.001', '30', '78900000', '78930999', '68000000', '68899999', NULL, 1652952736),
(88222, '3220', '925.00', '12', '25.001', '30', '78900000', '78930999', '68000000', '68899999', NULL, 1652952737),
(88223, '3298', '90.00', '23', '0.3', '5', '78900000', '78930999', '68900000', '68914999', NULL, 1652952738),
(88224, '3220', '183.00', '15', '0.3', '5', '78900000', '78930999', '68900000', '68914999', NULL, 1652952754),
(88225, '3298', '133.00', '23', '5.001', '10', '78900000', '78930999', '68900000', '68914999', NULL, 1652952755),
(88226, '3220', '266.00', '15', '5.001', '10', '78900000', '78930999', '68900000', '68914999', NULL, 1652952756),
(88227, '3298', '215.00', '23', '10.001', '15', '78900000', '78930999', '68900000', '68914999', NULL, 1652952756),
(88228, '3220', '430.00', '15', '10.001', '15', '78900000', '78930999', '68900000', '68914999', NULL, 1652952757),
(88229, '3298', '298.00', '23', '15.001', '20', '78900000', '78930999', '68900000', '68914999', NULL, 1652952757),
(88230, '3220', '595.00', '15', '15.001', '20', '78900000', '78930999', '68900000', '68914999', NULL, 1652952758),
(88231, '3298', '380.00', '23', '20.001', '25', '78900000', '78930999', '68900000', '68914999', NULL, 1652952759),
(88232, '3220', '760.00', '15', '20.001', '25', '78900000', '78930999', '68900000', '68914999', NULL, 1652952759),
(88233, '3298', '463.00', '23', '25.001', '30', '78900000', '78930999', '68900000', '68914999', NULL, 1652952760),
(88234, '3220', '925.00', '15', '25.001', '30', '78900000', '78930999', '68900000', '68914999', NULL, 1652952760),
(88235, '3298', '90.00', '24', '0.3', '5', '78900000', '78930999', '68915000', '68999999', NULL, 1652952761),
(88236, '3220', '183.00', '18', '0.3', '5', '78900000', '78930999', '68915000', '68999999', NULL, 1652952762),
(88237, '3298', '133.00', '24', '5.001', '10', '78900000', '78930999', '68915000', '68999999', NULL, 1652952762),
(88238, '3220', '266.00', '18', '5.001', '10', '78900000', '78930999', '68915000', '68999999', NULL, 1652952763),
(88239, '3298', '215.00', '24', '10.001', '15', '78900000', '78930999', '68915000', '68999999', NULL, 1652952763),
(88240, '3220', '430.00', '18', '10.001', '15', '78900000', '78930999', '68915000', '68999999', NULL, 1652952764),
(88241, '3298', '298.00', '24', '15.001', '20', '78900000', '78930999', '68915000', '68999999', NULL, 1652952765);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(88242, '3220', '595.00', '18', '15.001', '20', '78900000', '78930999', '68915000', '68999999', NULL, 1652952765),
(88243, '3298', '380.00', '24', '20.001', '25', '78900000', '78930999', '68915000', '68999999', NULL, 1652952766),
(88244, '3220', '760.00', '18', '20.001', '25', '78900000', '78930999', '68915000', '68999999', NULL, 1652952766),
(88245, '3298', '463.00', '24', '25.001', '30', '78900000', '78930999', '68915000', '68999999', NULL, 1652952767),
(88246, '3220', '925.00', '18', '25.001', '30', '78900000', '78930999', '68915000', '68999999', NULL, 1652952780),
(88247, '3298', '50.00', '23', '0.3', '5', '78900000', '78930999', '69000000', '69099999', NULL, 1652952781),
(88248, '3220', '124.00', '6', '0.3', '5', '78900000', '78930999', '69000000', '69099999', NULL, 1652952782),
(88249, '3298', '83.00', '23', '5.001', '10', '78900000', '78930999', '69000000', '69099999', NULL, 1652952783),
(88250, '3220', '175.00', '6', '5.001', '10', '78900000', '78930999', '69000000', '69099999', NULL, 1652952784),
(88251, '3298', '135.00', '23', '10.001', '15', '78900000', '78930999', '69000000', '69099999', NULL, 1652952784),
(88252, '3220', '283.00', '6', '10.001', '15', '78900000', '78930999', '69000000', '69099999', NULL, 1652952785),
(88253, '3298', '186.00', '23', '15.001', '20', '78900000', '78930999', '69000000', '69099999', NULL, 1652952786),
(88254, '3220', '392.00', '6', '15.001', '20', '78900000', '78930999', '69000000', '69099999', NULL, 1652952787),
(88255, '3298', '238.00', '23', '20.001', '25', '78900000', '78930999', '69000000', '69099999', NULL, 1652952805),
(88256, '3220', '500.00', '6', '20.001', '25', '78900000', '78930999', '69000000', '69099999', NULL, 1652952806),
(88257, '3298', '290.00', '23', '25.001', '30', '78900000', '78930999', '69000000', '69099999', NULL, 1652952807),
(88258, '3220', '609.00', '6', '25.001', '30', '78900000', '78930999', '69000000', '69099999', NULL, 1652952807),
(88259, '3298', '50.00', '32', '0.3', '5', '78900000', '78930999', '69100000', '69299999', NULL, 1652952808),
(88260, '3220', '124.00', '11', '0.3', '5', '78900000', '78930999', '69100000', '69299999', NULL, 1652952809),
(88261, '3298', '83.00', '32', '5.001', '10', '78900000', '78930999', '69100000', '69299999', NULL, 1652952826),
(88262, '3220', '175.00', '11', '5.001', '10', '78900000', '78930999', '69100000', '69299999', NULL, 1652952827),
(88263, '3298', '135.00', '32', '10.001', '15', '78900000', '78930999', '69100000', '69299999', NULL, 1652952827),
(88264, '3220', '283.00', '11', '10.001', '15', '78900000', '78930999', '69100000', '69299999', NULL, 1652952828),
(88265, '3298', '186.00', '32', '15.001', '20', '78900000', '78930999', '69100000', '69299999', NULL, 1652952829),
(88266, '3220', '392.00', '11', '15.001', '20', '78900000', '78930999', '69100000', '69299999', NULL, 1652952830),
(88267, '3298', '238.00', '32', '20.001', '25', '78900000', '78930999', '69100000', '69299999', NULL, 1652952830),
(88268, '3220', '500.00', '11', '20.001', '25', '78900000', '78930999', '69100000', '69299999', NULL, 1652952831),
(88269, '3298', '290.00', '32', '25.001', '30', '78900000', '78930999', '69100000', '69299999', NULL, 1652952832),
(88270, '3220', '609.00', '11', '25.001', '30', '78900000', '78930999', '69100000', '69299999', NULL, 1652952834),
(88271, '3298', '70.00', '23', '0.3', '5', '78900000', '78930999', '69300000', '69339999', NULL, 1652952834),
(88272, '3220', '157.00', '6', '0.3', '5', '78900000', '78930999', '69300000', '69339999', NULL, 1652952850),
(88273, '3298', '106.00', '23', '5.001', '10', '78900000', '78930999', '69300000', '69339999', NULL, 1652952851),
(88274, '3220', '226.00', '6', '5.001', '10', '78900000', '78930999', '69300000', '69339999', NULL, 1652952852),
(88275, '3298', '172.00', '23', '10.001', '15', '78900000', '78930999', '69300000', '69339999', NULL, 1652952852),
(88276, '3220', '367.00', '6', '10.001', '15', '78900000', '78930999', '69300000', '69339999', NULL, 1652952853),
(88277, '3298', '239.00', '23', '15.001', '20', '78900000', '78930999', '69300000', '69339999', NULL, 1652952853),
(88278, '3220', '508.00', '6', '15.001', '20', '78900000', '78930999', '69300000', '69339999', NULL, 1652952854),
(88279, '3298', '305.00', '23', '20.001', '25', '78900000', '78930999', '69300000', '69339999', NULL, 1652952854),
(88280, '3220', '649.00', '6', '20.001', '25', '78900000', '78930999', '69300000', '69339999', NULL, 1652952855),
(88281, '3298', '371.00', '23', '25.001', '30', '78900000', '78930999', '69300000', '69339999', NULL, 1652952856),
(88282, '3220', '789.00', '6', '25.001', '30', '78900000', '78930999', '69300000', '69339999', NULL, 1652952857),
(88283, '3298', '70.00', '32', '0.3', '5', '78900000', '78930999', '69340000', '69389999', NULL, 1652952858),
(88284, '3220', '157.00', '14', '0.3', '5', '78900000', '78930999', '69340000', '69389999', NULL, 1652952858),
(88285, '3298', '106.00', '32', '5.001', '10', '78900000', '78930999', '69340000', '69389999', NULL, 1652952859),
(88286, '3220', '226.00', '14', '5.001', '10', '78900000', '78930999', '69340000', '69389999', NULL, 1652952860),
(88287, '3298', '172.00', '32', '10.001', '15', '78900000', '78930999', '69340000', '69389999', NULL, 1652952860),
(88288, '3220', '367.00', '14', '10.001', '15', '78900000', '78930999', '69340000', '69389999', NULL, 1652952861),
(88289, '3298', '239.00', '32', '15.001', '20', '78900000', '78930999', '69340000', '69389999', NULL, 1652952862),
(88290, '3220', '508.00', '14', '15.001', '20', '78900000', '78930999', '69340000', '69389999', NULL, 1652952862),
(88291, '3298', '305.00', '32', '20.001', '25', '78900000', '78930999', '69340000', '69389999', NULL, 1652952863),
(88292, '3220', '649.00', '14', '20.001', '25', '78900000', '78930999', '69340000', '69389999', NULL, 1652952864),
(88293, '3298', '371.00', '32', '25.001', '30', '78900000', '78930999', '69340000', '69389999', NULL, 1652952864),
(88294, '3220', '789.00', '14', '25.001', '30', '78900000', '78930999', '69340000', '69389999', NULL, 1652952865),
(88295, '3298', '44.00', '7', '0.3', '5', '78900000', '78930999', '69900000', '69920999', NULL, 1652952865),
(88296, '3220', '102.00', '2', '0.3', '5', '78900000', '78930999', '69900000', '69920999', NULL, 1652952866),
(88297, '3298', '74.00', '7', '5.001', '10', '78900000', '78930999', '69900000', '69920999', NULL, 1652952867),
(88298, '3220', '141.00', '2', '5.001', '10', '78900000', '78930999', '69900000', '69920999', NULL, 1652952867),
(88299, '3298', '120.00', '7', '10.001', '15', '78900000', '78930999', '69900000', '69920999', NULL, 1652952868),
(88300, '3220', '229.00', '2', '10.001', '15', '78900000', '78930999', '69900000', '69920999', NULL, 1652952868),
(88301, '3298', '166.00', '7', '15.001', '20', '78900000', '78930999', '69900000', '69920999', NULL, 1652952869),
(88302, '3220', '316.00', '2', '15.001', '20', '78900000', '78930999', '69900000', '69920999', NULL, 1652952869),
(88303, '3298', '212.00', '7', '20.001', '25', '78900000', '78930999', '69900000', '69920999', NULL, 1652952881),
(88304, '3220', '404.00', '2', '20.001', '25', '78900000', '78930999', '69900000', '69920999', NULL, 1652952881),
(88305, '3298', '258.00', '7', '25.001', '30', '78900000', '78930999', '69900000', '69920999', NULL, 1652952882),
(88306, '3220', '492.00', '2', '25.001', '30', '78900000', '78930999', '69900000', '69920999', NULL, 1652952882),
(88307, '3298', '44.00', '14', '0.3', '5', '78900000', '78930999', '69921000', '69999999', NULL, 1652952883),
(88308, '3220', '102.00', '9', '0.3', '5', '78900000', '78930999', '69921000', '69999999', NULL, 1652952884),
(88309, '3298', '74.00', '14', '5.001', '10', '78900000', '78930999', '69921000', '69999999', NULL, 1652952884),
(88310, '3220', '141.00', '9', '5.001', '10', '78900000', '78930999', '69921000', '69999999', NULL, 1652952885),
(88311, '3298', '120.00', '14', '10.001', '15', '78900000', '78930999', '69921000', '69999999', NULL, 1652952885),
(88312, '3220', '229.00', '9', '10.001', '15', '78900000', '78930999', '69921000', '69999999', NULL, 1652952886),
(88313, '3298', '166.00', '14', '15.001', '20', '78900000', '78930999', '69921000', '69999999', NULL, 1652952887),
(88314, '3220', '316.00', '9', '15.001', '20', '78900000', '78930999', '69921000', '69999999', NULL, 1652952888),
(88315, '3298', '212.00', '14', '20.001', '25', '78900000', '78930999', '69921000', '69999999', NULL, 1652952888),
(88316, '3220', '404.00', '9', '20.001', '25', '78900000', '78930999', '69921000', '69999999', NULL, 1652952897),
(88317, '3298', '258.00', '14', '25.001', '30', '78900000', '78930999', '69921000', '69999999', NULL, 1652952898),
(88318, '3220', '492.00', '9', '25.001', '30', '78900000', '78930999', '69921000', '69999999', NULL, 1652952899),
(88319, '3298', '90.00', '9', '0.3', '5', '78900000', '78930999', '71000000', '73699999', NULL, 1652952900),
(88320, '3220', '183.00', '5', '0.3', '5', '78900000', '78930999', '71000000', '73699999', NULL, 1652952901),
(88321, '3298', '133.00', '9', '5.001', '10', '78900000', '78930999', '71000000', '73699999', NULL, 1652952902),
(88322, '3220', '266.00', '5', '5.001', '10', '78900000', '78930999', '71000000', '73699999', NULL, 1652952902),
(88323, '3298', '215.00', '9', '10.001', '15', '78900000', '78930999', '71000000', '73699999', NULL, 1652952903),
(88324, '3220', '430.00', '5', '10.001', '15', '78900000', '78930999', '71000000', '73699999', NULL, 1652952903),
(88325, '3298', '298.00', '9', '15.001', '20', '78900000', '78930999', '71000000', '73699999', NULL, 1652952904),
(88326, '3220', '595.00', '5', '15.001', '20', '78900000', '78930999', '71000000', '73699999', NULL, 1652952905),
(88327, '3298', '380.00', '9', '20.001', '25', '78900000', '78930999', '71000000', '73699999', NULL, 1652952905),
(88328, '3220', '760.00', '5', '20.001', '25', '78900000', '78930999', '71000000', '73699999', NULL, 1652952906),
(88329, '3298', '463.00', '9', '25.001', '30', '78900000', '78930999', '71000000', '73699999', NULL, 1652952907),
(88330, '3220', '925.00', '5', '25.001', '30', '78900000', '78930999', '71000000', '73699999', NULL, 1652952908),
(88331, '3298', '90.00', '10', '0.3', '5', '78900000', '78930999', '72800000', '73999999', NULL, 1652952908),
(88332, '3220', '183.00', '6', '0.3', '5', '78900000', '78930999', '72800000', '73999999', NULL, 1652952909),
(88333, '3298', '133.00', '10', '5.001', '10', '78900000', '78930999', '72800000', '73999999', NULL, 1652952910),
(88334, '3220', '266.00', '6', '5.001', '10', '78900000', '78930999', '72800000', '73999999', NULL, 1652952910),
(88335, '3298', '215.00', '10', '10.001', '15', '78900000', '78930999', '72800000', '73999999', NULL, 1652952911),
(88336, '3220', '430.00', '6', '10.001', '15', '78900000', '78930999', '72800000', '73999999', NULL, 1652952912),
(88337, '3298', '298.00', '10', '15.001', '20', '78900000', '78930999', '72800000', '73999999', NULL, 1652952913),
(88338, '3220', '595.00', '6', '15.001', '20', '78900000', '78930999', '72800000', '73999999', NULL, 1652952913),
(88339, '3298', '380.00', '10', '20.001', '25', '78900000', '78930999', '72800000', '73999999', NULL, 1652952914),
(88340, '3220', '760.00', '6', '20.001', '25', '78900000', '78930999', '72800000', '73999999', NULL, 1652952914),
(88341, '3298', '463.00', '10', '25.001', '30', '78900000', '78930999', '72800000', '73999999', NULL, 1652952915),
(88342, '3220', '925.00', '6', '25.001', '30', '78900000', '78930999', '72800000', '73999999', NULL, 1652952915),
(88343, '3298', '90.00', '9', '0.3', '5', '78900000', '78930999', '74000000', '74894999', NULL, 1652952925),
(88344, '3220', '183.00', '5', '0.3', '5', '78900000', '78930999', '74000000', '74894999', NULL, 1652952935),
(88345, '3298', '133.00', '9', '5.001', '10', '78900000', '78930999', '74000000', '74894999', NULL, 1652952935),
(88346, '3220', '266.00', '5', '5.001', '10', '78900000', '78930999', '74000000', '74894999', NULL, 1652952936),
(88347, '3298', '215.00', '9', '10.001', '15', '78900000', '78930999', '74000000', '74894999', NULL, 1652952937),
(88348, '3220', '430.00', '5', '10.001', '15', '78900000', '78930999', '74000000', '74894999', NULL, 1652952937),
(88349, '3298', '298.00', '9', '15.001', '20', '78900000', '78930999', '74000000', '74894999', NULL, 1652952938),
(88350, '3220', '595.00', '5', '15.001', '20', '78900000', '78930999', '74000000', '74894999', NULL, 1652952938),
(88351, '3298', '380.00', '9', '20.001', '25', '78900000', '78930999', '74000000', '74894999', NULL, 1652952939),
(88352, '3220', '760.00', '5', '20.001', '25', '78900000', '78930999', '74000000', '74894999', NULL, 1652952949),
(88353, '3298', '463.00', '9', '25.001', '30', '78900000', '78930999', '74000000', '74894999', NULL, 1652952950),
(88354, '3220', '925.00', '5', '25.001', '30', '78900000', '78930999', '74000000', '74894999', NULL, 1652952950),
(88355, '3298', '90.00', '9', '0.3', '5', '78900000', '78930999', '74895000', '76799999', NULL, 1652952951),
(88356, '3220', '183.00', '5', '0.3', '5', '78900000', '78930999', '74895000', '76799999', NULL, 1652952960),
(88357, '3298', '133.00', '9', '5.001', '10', '78900000', '78930999', '74895000', '76799999', NULL, 1652952961),
(88358, '3220', '266.00', '5', '5.001', '10', '78900000', '78930999', '74895000', '76799999', NULL, 1652952962),
(88359, '3298', '215.00', '9', '10.001', '15', '78900000', '78930999', '74895000', '76799999', NULL, 1652952963),
(88360, '3220', '430.00', '5', '10.001', '15', '78900000', '78930999', '74895000', '76799999', NULL, 1652952964),
(88361, '3298', '298.00', '9', '15.001', '20', '78900000', '78930999', '74895000', '76799999', NULL, 1652952965),
(88362, '3220', '595.00', '5', '15.001', '20', '78900000', '78930999', '74895000', '76799999', NULL, 1652952966),
(88363, '3298', '380.00', '9', '20.001', '25', '78900000', '78930999', '74895000', '76799999', NULL, 1652952966),
(88364, '3220', '760.00', '5', '20.001', '25', '78900000', '78930999', '74895000', '76799999', NULL, 1652952967),
(88365, '3298', '463.00', '9', '25.001', '30', '78900000', '78930999', '74895000', '76799999', NULL, 1652952968),
(88366, '3220', '925.00', '5', '25.001', '30', '78900000', '78930999', '74895000', '76799999', NULL, 1652952968),
(88367, '3298', '90.00', '10', '0.3', '5', '78900000', '78930999', '77000000', '77270999', NULL, 1652952969),
(88368, '3220', '183.00', '6', '0.3', '5', '78900000', '78930999', '77000000', '77270999', NULL, 1652952969),
(88369, '3298', '133.00', '10', '5.001', '10', '78900000', '78930999', '77000000', '77270999', NULL, 1652952970),
(88370, '3220', '266.00', '6', '5.001', '10', '78900000', '78930999', '77000000', '77270999', NULL, 1652952971),
(88371, '3298', '215.00', '10', '10.001', '15', '78900000', '78930999', '77000000', '77270999', NULL, 1652952971),
(88372, '3220', '430.00', '6', '10.001', '15', '78900000', '78930999', '77000000', '77270999', NULL, 1652952973),
(88373, '3298', '298.00', '10', '15.001', '20', '78900000', '78930999', '77000000', '77270999', NULL, 1652952974),
(88374, '3220', '595.00', '6', '15.001', '20', '78900000', '78930999', '77000000', '77270999', NULL, 1652952974),
(88375, '3298', '380.00', '10', '20.001', '25', '78900000', '78930999', '77000000', '77270999', NULL, 1652952975),
(88376, '3220', '760.00', '6', '20.001', '25', '78900000', '78930999', '77000000', '77270999', NULL, 1652952975),
(88377, '3298', '463.00', '10', '25.001', '30', '78900000', '78930999', '77000000', '77270999', NULL, 1652952976),
(88378, '3220', '925.00', '6', '25.001', '30', '78900000', '78930999', '77000000', '77270999', NULL, 1652952977),
(88379, '3298', '90.00', '11', '0.3', '5', '78900000', '78930999', '77300000', '77995999', NULL, 1652952978),
(88380, '3220', '183.00', '7', '0.3', '5', '78900000', '78930999', '77300000', '77995999', NULL, 1652952978),
(88381, '3298', '133.00', '11', '5.001', '10', '78900000', '78930999', '77300000', '77995999', NULL, 1652952979),
(88382, '3220', '266.00', '7', '5.001', '10', '78900000', '78930999', '77300000', '77995999', NULL, 1652952980),
(88383, '3298', '215.00', '11', '10.001', '15', '78900000', '78930999', '77300000', '77995999', NULL, 1652952980),
(88384, '3220', '430.00', '7', '10.001', '15', '78900000', '78930999', '77300000', '77995999', NULL, 1652952980),
(88385, '3298', '298.00', '11', '15.001', '20', '78900000', '78930999', '77300000', '77995999', NULL, 1652952981),
(88386, '3220', '595.00', '7', '15.001', '20', '78900000', '78930999', '77300000', '77995999', NULL, 1652952982),
(88387, '3298', '380.00', '11', '20.001', '25', '78900000', '78930999', '77300000', '77995999', NULL, 1652952982),
(88388, '3220', '760.00', '7', '20.001', '25', '78900000', '78930999', '77300000', '77995999', NULL, 1652952983),
(88389, '3298', '463.00', '11', '25.001', '30', '78900000', '78930999', '77300000', '77995999', NULL, 1652952983),
(88390, '3220', '925.00', '7', '25.001', '30', '78900000', '78930999', '77300000', '77995999', NULL, 1652952984),
(88391, '3298', '70.00', '8', '0.3', '5', '78900000', '78930999', '78000000', '78109999', NULL, 1652952985),
(88392, '3220', '157.00', '4', '0.3', '5', '78900000', '78930999', '78000000', '78109999', NULL, 1652952986),
(88393, '3298', '106.00', '8', '5.001', '10', '78900000', '78930999', '78000000', '78109999', NULL, 1652952994),
(88394, '3220', '226.00', '4', '5.001', '10', '78900000', '78930999', '78000000', '78109999', NULL, 1652952994),
(88395, '3298', '172.00', '8', '10.001', '15', '78900000', '78930999', '78000000', '78109999', NULL, 1652952995),
(88396, '3220', '367.00', '4', '10.001', '15', '78900000', '78930999', '78000000', '78109999', NULL, 1652952996),
(88397, '3298', '239.00', '8', '15.001', '20', '78900000', '78930999', '78000000', '78109999', NULL, 1652952996),
(88398, '3220', '508.00', '4', '15.001', '20', '78900000', '78930999', '78000000', '78109999', NULL, 1652952997),
(88399, '3298', '305.00', '8', '20.001', '25', '78900000', '78930999', '78000000', '78109999', NULL, 1652952998),
(88400, '3220', '649.00', '4', '20.001', '25', '78900000', '78930999', '78000000', '78109999', NULL, 1652952998),
(88401, '3298', '371.00', '8', '25.001', '30', '78900000', '78930999', '78000000', '78109999', NULL, 1652952999),
(88402, '3220', '789.00', '4', '25.001', '30', '78900000', '78930999', '78000000', '78109999', NULL, 1652952999),
(88403, '3298', '70.00', '9', '0.3', '5', '78900000', '78930999', '78110000', '78899999', NULL, 1652953000),
(88404, '3220', '157.00', '8', '0.3', '5', '78900000', '78930999', '78110000', '78899999', NULL, 1652953001),
(88405, '3298', '106.00', '9', '5.001', '10', '78900000', '78930999', '78110000', '78899999', NULL, 1652953001),
(88406, '3220', '226.00', '8', '5.001', '10', '78900000', '78930999', '78110000', '78899999', NULL, 1652953003),
(88407, '3298', '172.00', '9', '10.001', '15', '78900000', '78930999', '78110000', '78899999', NULL, 1652953004),
(88408, '3220', '367.00', '8', '10.001', '15', '78900000', '78930999', '78110000', '78899999', NULL, 1652953004),
(88409, '3298', '239.00', '9', '15.001', '20', '78900000', '78930999', '78110000', '78899999', NULL, 1652953005),
(88410, '3220', '508.00', '8', '15.001', '20', '78900000', '78930999', '78110000', '78899999', NULL, 1652953012),
(88411, '3298', '305.00', '9', '20.001', '25', '78900000', '78930999', '78110000', '78899999', NULL, 1652953013),
(88412, '3220', '649.00', '8', '20.001', '25', '78900000', '78930999', '78110000', '78899999', NULL, 1652953014),
(88413, '3298', '371.00', '9', '25.001', '30', '78900000', '78930999', '78110000', '78899999', NULL, 1652953015),
(88414, '3220', '789.00', '8', '25.001', '30', '78900000', '78930999', '78110000', '78899999', NULL, 1652953016),
(88415, '3298', '26.00', '5', '0.3', '5', '78900000', '78930999', '78900000', '78930999', NULL, 1652953017),
(88416, '3220', '22.00', '1', '0.3', '5', '78900000', '78930999', '78900000', '78930999', NULL, 1652953018),
(88417, '3298', '32.00', '5', '5.001', '10', '78900000', '78930999', '78900000', '78930999', NULL, 1652953018),
(88418, '3220', '28.00', '1', '5.001', '10', '78900000', '78930999', '78900000', '78930999', NULL, 1652953019),
(88419, '3298', '52.00', '5', '10.001', '15', '78900000', '78930999', '78900000', '78930999', NULL, 1652953020),
(88420, '3220', '45.00', '1', '10.001', '15', '78900000', '78930999', '78900000', '78930999', NULL, 1652953020),
(88421, '3298', '72.00', '5', '15.001', '20', '78900000', '78930999', '78900000', '78930999', NULL, 1652953021),
(88422, '3220', '63.00', '1', '15.001', '20', '78900000', '78930999', '78900000', '78930999', NULL, 1652953022),
(88423, '3298', '92.00', '5', '20.001', '25', '78900000', '78930999', '78900000', '78930999', NULL, 1652953023),
(88424, '3220', '80.00', '1', '20.001', '25', '78900000', '78930999', '78900000', '78930999', NULL, 1652953024),
(88425, '3298', '112.00', '5', '25.001', '30', '78900000', '78930999', '78900000', '78930999', NULL, 1652953024),
(88426, '3220', '97.00', '1', '25.001', '30', '78900000', '78930999', '78900000', '78930999', NULL, 1652953031),
(88427, '3298', '70.00', '9', '0.3', '5', '78900000', '78930999', '78931000', '78999999', NULL, 1652953031),
(88428, '3220', '157.00', '5', '0.3', '5', '78900000', '78930999', '78931000', '78999999', NULL, 1652953033),
(88429, '3298', '106.00', '9', '5.001', '10', '78900000', '78930999', '78931000', '78999999', NULL, 1652953033),
(88430, '3220', '226.00', '5', '5.001', '10', '78900000', '78930999', '78931000', '78999999', NULL, 1652953034),
(88431, '3298', '172.00', '9', '10.001', '15', '78900000', '78930999', '78931000', '78999999', NULL, 1652953034),
(88432, '3220', '367.00', '5', '10.001', '15', '78900000', '78930999', '78931000', '78999999', NULL, 1652953040),
(88433, '3298', '239.00', '9', '15.001', '20', '78900000', '78930999', '78931000', '78999999', NULL, 1652953042),
(88434, '3220', '508.00', '5', '15.001', '20', '78900000', '78930999', '78931000', '78999999', NULL, 1652953043),
(88435, '3298', '305.00', '9', '20.001', '25', '78900000', '78930999', '78931000', '78999999', NULL, 1652953044),
(88436, '3220', '649.00', '5', '20.001', '25', '78900000', '78930999', '78931000', '78999999', NULL, 1652953050),
(88437, '3298', '371.00', '9', '25.001', '30', '78900000', '78930999', '78931000', '78999999', NULL, 1652953051),
(88438, '3220', '789.00', '5', '25.001', '30', '78900000', '78930999', '78931000', '78999999', NULL, 1652953052),
(88439, '3298', '70.00', '8', '0.3', '5', '78900000', '78930999', '79000000', '79129999', NULL, 1652953052),
(88440, '3220', '157.00', '4', '0.3', '5', '78900000', '78930999', '79000000', '79129999', NULL, 1652953053),
(88441, '3298', '106.00', '8', '5.001', '10', '78900000', '78930999', '79000000', '79129999', NULL, 1652953054),
(88442, '3220', '226.00', '4', '5.001', '10', '78900000', '78930999', '79000000', '79129999', NULL, 1652953059),
(88443, '3298', '172.00', '8', '10.001', '15', '78900000', '78930999', '79000000', '79129999', NULL, 1652953060),
(88444, '3220', '367.00', '4', '10.001', '15', '78900000', '78930999', '79000000', '79129999', NULL, 1652953061),
(88445, '3298', '239.00', '8', '15.001', '20', '78900000', '78930999', '79000000', '79129999', NULL, 1652953062),
(88446, '3220', '508.00', '4', '15.001', '20', '78900000', '78930999', '79000000', '79129999', NULL, 1652953062),
(88447, '3298', '305.00', '8', '20.001', '25', '78900000', '78930999', '79000000', '79129999', NULL, 1652953063),
(88448, '3220', '649.00', '4', '20.001', '25', '78900000', '78930999', '79000000', '79129999', NULL, 1652953064),
(88449, '3298', '371.00', '8', '25.001', '30', '78900000', '78930999', '79000000', '79129999', NULL, 1652953064),
(88450, '3220', '789.00', '4', '25.001', '30', '78900000', '78930999', '79000000', '79129999', NULL, 1652953065),
(88451, '3298', '70.00', '12', '0.3', '5', '78900000', '78930999', '79130000', '79999999', NULL, 1652953066),
(88452, '3220', '157.00', '8', '0.3', '5', '78900000', '78930999', '79130000', '79999999', NULL, 1652953067),
(88453, '3298', '106.00', '12', '5.001', '10', '78900000', '78930999', '79130000', '79999999', NULL, 1652953067),
(88454, '3220', '226.00', '8', '5.001', '10', '78900000', '78930999', '79130000', '79999999', NULL, 1652953069),
(88455, '3298', '172.00', '12', '10.001', '15', '78900000', '78930999', '79130000', '79999999', NULL, 1652953070),
(88456, '3220', '367.00', '8', '10.001', '15', '78900000', '78930999', '79130000', '79999999', NULL, 1652953070),
(88457, '3298', '239.00', '12', '15.001', '20', '78900000', '78930999', '79130000', '79999999', NULL, 1652953072),
(88458, '3220', '508.00', '8', '15.001', '20', '78900000', '78930999', '79130000', '79999999', NULL, 1652953072),
(88459, '3298', '305.00', '12', '20.001', '25', '78900000', '78930999', '79130000', '79999999', NULL, 1652953077),
(88460, '3220', '649.00', '8', '20.001', '25', '78900000', '78930999', '79130000', '79999999', NULL, 1652953078),
(88461, '3298', '371.00', '12', '25.001', '30', '78900000', '78930999', '79130000', '79999999', NULL, 1652953079),
(88462, '3220', '789.00', '8', '25.001', '30', '78900000', '78930999', '79130000', '79999999', NULL, 1652953080),
(88463, '3298', '90.00', '9', '0.3', '5', '78900000', '78930999', '80000000', '82999999', NULL, 1652953081),
(88464, '3220', '183.00', '5', '0.3', '5', '78900000', '78930999', '80000000', '82999999', NULL, 1652953082),
(88465, '3298', '133.00', '9', '5.001', '10', '78900000', '78930999', '80000000', '82999999', NULL, 1652953082),
(88466, '3220', '266.00', '5', '5.001', '10', '78900000', '78930999', '80000000', '82999999', NULL, 1652953083),
(88467, '3298', '215.00', '9', '10.001', '15', '78900000', '78930999', '80000000', '82999999', NULL, 1652953085),
(88468, '3220', '430.00', '5', '10.001', '15', '78900000', '78930999', '80000000', '82999999', NULL, 1652953089),
(88469, '3298', '298.00', '9', '15.001', '20', '78900000', '78930999', '80000000', '82999999', NULL, 1652953090),
(88470, '3220', '595.00', '5', '15.001', '20', '78900000', '78930999', '80000000', '82999999', NULL, 1652953092),
(88471, '3298', '380.00', '9', '20.001', '25', '78900000', '78930999', '80000000', '82999999', NULL, 1652953092),
(88472, '3220', '760.00', '5', '20.001', '25', '78900000', '78930999', '80000000', '82999999', NULL, 1652953093),
(88473, '3298', '463.00', '9', '25.001', '30', '78900000', '78930999', '80000000', '82999999', NULL, 1652953094),
(88474, '3220', '925.00', '5', '25.001', '30', '78900000', '78930999', '80000000', '82999999', NULL, 1652953095),
(88475, '3298', '90.00', '9', '0.3', '5', '78900000', '78930999', '80000000', '83800999', NULL, 1652953097),
(88476, '3220', '183.00', '5', '0.3', '5', '78900000', '78930999', '80000000', '83800999', NULL, 1652953098),
(88477, '3298', '133.00', '9', '5.001', '10', '78900000', '78930999', '80000000', '83800999', NULL, 1652953099),
(88478, '3220', '266.00', '5', '5.001', '10', '78900000', '78930999', '80000000', '83800999', NULL, 1652953101),
(88479, '3298', '215.00', '9', '10.001', '15', '78900000', '78930999', '80000000', '83800999', NULL, 1652953101),
(88480, '3220', '430.00', '5', '10.001', '15', '78900000', '78930999', '80000000', '83800999', NULL, 1652953102),
(88481, '3298', '298.00', '9', '15.001', '20', '78900000', '78930999', '80000000', '83800999', NULL, 1652953103),
(88482, '3220', '595.00', '5', '15.001', '20', '78900000', '78930999', '80000000', '83800999', NULL, 1652953104),
(88483, '3298', '380.00', '9', '20.001', '25', '78900000', '78930999', '80000000', '83800999', NULL, 1652953105),
(88484, '3220', '760.00', '5', '20.001', '25', '78900000', '78930999', '80000000', '83800999', NULL, 1652953106),
(88485, '3298', '463.00', '9', '25.001', '30', '78900000', '78930999', '80000000', '83800999', NULL, 1652953107),
(88486, '3220', '925.00', '5', '25.001', '30', '78900000', '78930999', '80000000', '83800999', NULL, 1652953108),
(88487, '3298', '90.00', '12', '0.3', '5', '78900000', '78930999', '83801000', '87999999', NULL, 1652953110),
(88488, '3220', '183.00', '8', '0.3', '5', '78900000', '78930999', '83801000', '87999999', NULL, 1652953114),
(88489, '3298', '133.00', '12', '5.001', '10', '78900000', '78930999', '83801000', '87999999', NULL, 1652953115),
(88490, '3220', '266.00', '8', '5.001', '10', '78900000', '78930999', '83801000', '87999999', NULL, 1652953116),
(88491, '3298', '215.00', '12', '10.001', '15', '78900000', '78930999', '83801000', '87999999', NULL, 1652953119),
(88492, '3220', '430.00', '8', '10.001', '15', '78900000', '78930999', '83801000', '87999999', NULL, 1652953120),
(88493, '3298', '298.00', '12', '15.001', '20', '78900000', '78930999', '83801000', '87999999', NULL, 1652953123),
(88494, '3220', '595.00', '8', '15.001', '20', '78900000', '78930999', '83801000', '87999999', NULL, 1652953125),
(88495, '3298', '380.00', '12', '20.001', '25', '78900000', '78930999', '83801000', '87999999', NULL, 1652953127),
(88496, '3220', '760.00', '8', '20.001', '25', '78900000', '78930999', '83801000', '87999999', NULL, 1652953128),
(88497, '3298', '463.00', '12', '25.001', '30', '78900000', '78930999', '83801000', '87999999', NULL, 1652953129),
(88498, '3220', '925.00', '8', '25.001', '30', '78900000', '78930999', '83801000', '87999999', NULL, 1652953131),
(88499, '3298', '90.00', '9', '0.3', '5', '78900000', '78930999', '88000000', '82999999', NULL, 1652953132),
(88500, '3220', '183.00', '5', '0.3', '5', '78900000', '78930999', '88000000', '82999999', NULL, 1652953133),
(88501, '3298', '133.00', '9', '5.001', '10', '78900000', '78930999', '88000000', '82999999', NULL, 1652953134),
(88502, '3220', '266.00', '5', '5.001', '10', '78900000', '78930999', '88000000', '82999999', NULL, 1652953136),
(88503, '3298', '215.00', '9', '10.001', '15', '78900000', '78930999', '88000000', '82999999', NULL, 1652953138),
(88504, '3220', '430.00', '5', '10.001', '15', '78900000', '78930999', '88000000', '82999999', NULL, 1652953140),
(88505, '3298', '298.00', '9', '15.001', '20', '78900000', '78930999', '88000000', '82999999', NULL, 1652953140),
(88506, '3220', '595.00', '5', '15.001', '20', '78900000', '78930999', '88000000', '82999999', NULL, 1652953141),
(88507, '3298', '380.00', '9', '20.001', '25', '78900000', '78930999', '88000000', '82999999', NULL, 1652953142),
(88508, '3220', '760.00', '5', '20.001', '25', '78900000', '78930999', '88000000', '82999999', NULL, 1652953143),
(88509, '3298', '463.00', '9', '25.001', '30', '78900000', '78930999', '88000000', '82999999', NULL, 1652953145),
(88510, '3220', '925.00', '5', '25.001', '30', '78900000', '78930999', '88000000', '82999999', NULL, 1652953147),
(88511, '3298', '90.00', '9', '0.3', '5', '78900000', '78930999', '88000000', '88469999', NULL, 1652953149),
(88512, '3220', '183.00', '5', '0.3', '5', '78900000', '78930999', '88000000', '88469999', NULL, 1652953151),
(88513, '3298', '133.00', '9', '5.001', '10', '78900000', '78930999', '88000000', '88469999', NULL, 1652953153),
(88514, '3220', '266.00', '5', '5.001', '10', '78900000', '78930999', '88000000', '88469999', NULL, 1652953155),
(88515, '3298', '215.00', '9', '10.001', '15', '78900000', '78930999', '88000000', '88469999', NULL, 1652953156),
(88516, '3220', '430.00', '5', '10.001', '15', '78900000', '78930999', '88000000', '88469999', NULL, 1652953156),
(88517, '3298', '298.00', '9', '15.001', '20', '78900000', '78930999', '88000000', '88469999', NULL, 1652953157),
(88518, '3220', '595.00', '5', '15.001', '20', '78900000', '78930999', '88000000', '88469999', NULL, 1652953158),
(88519, '3298', '380.00', '9', '20.001', '25', '78900000', '78930999', '88000000', '88469999', NULL, 1652953160),
(88520, '3220', '760.00', '5', '20.001', '25', '78900000', '78930999', '88000000', '88469999', NULL, 1652953161),
(88521, '3298', '463.00', '9', '25.001', '30', '78900000', '78930999', '88000000', '88469999', NULL, 1652953162),
(88522, '3220', '925.00', '5', '25.001', '30', '78900000', '78930999', '88000000', '88469999', NULL, 1652953162),
(88523, '3298', '90.00', '10', '0.3', '5', '78900000', '78930999', '88470000', '89999999', NULL, 1652953165),
(88524, '3220', '183.00', '6', '0.3', '5', '78900000', '78930999', '88470000', '89999999', NULL, 1652953167),
(88525, '3298', '133.00', '10', '5.001', '10', '78900000', '78930999', '88470000', '89999999', NULL, 1652953169),
(88526, '3220', '266.00', '6', '5.001', '10', '78900000', '78930999', '88470000', '89999999', NULL, 1652953170),
(88527, '3298', '215.00', '10', '10.001', '15', '78900000', '78930999', '88470000', '89999999', NULL, 1652953171),
(88528, '3220', '430.00', '6', '10.001', '15', '78900000', '78930999', '88470000', '89999999', NULL, 1652953172),
(88529, '3298', '298.00', '10', '15.001', '20', '78900000', '78930999', '88470000', '89999999', NULL, 1652953173),
(88530, '3220', '595.00', '6', '15.001', '20', '78900000', '78930999', '88470000', '89999999', NULL, 1652953173),
(88531, '3298', '380.00', '10', '20.001', '25', '78900000', '78930999', '88470000', '89999999', NULL, 1652953174),
(88532, '3220', '760.00', '6', '20.001', '25', '78900000', '78930999', '88470000', '89999999', NULL, 1652953176),
(88533, '3298', '463.00', '10', '25.001', '30', '78900000', '78930999', '88470000', '89999999', NULL, 1652953177),
(88534, '3220', '925.00', '6', '25.001', '30', '78900000', '78930999', '88470000', '89999999', NULL, 1652953178),
(88535, '3298', '90.00', '9', '0.3', '5', '78900000', '78930999', '90000000', '91999999', NULL, 1652953179),
(88536, '3220', '183.00', '5', '0.3', '5', '78900000', '78930999', '90000000', '91999999', NULL, 1652953180),
(88537, '3298', '133.00', '9', '5.001', '10', '78900000', '78930999', '90000000', '91999999', NULL, 1652953181),
(88538, '3220', '266.00', '5', '5.001', '10', '78900000', '78930999', '90000000', '91999999', NULL, 1652953182),
(88539, '3298', '215.00', '9', '10.001', '15', '78900000', '78930999', '90000000', '91999999', NULL, 1652953183),
(88540, '3220', '430.00', '5', '10.001', '15', '78900000', '78930999', '90000000', '91999999', NULL, 1652953184),
(88541, '3298', '298.00', '9', '15.001', '20', '78900000', '78930999', '90000000', '91999999', NULL, 1652953185),
(88542, '3220', '595.00', '5', '15.001', '20', '78900000', '78930999', '90000000', '91999999', NULL, 1652953186),
(88543, '3298', '380.00', '9', '20.001', '25', '78900000', '78930999', '90000000', '91999999', NULL, 1652953188),
(88544, '3220', '760.00', '5', '20.001', '25', '78900000', '78930999', '90000000', '91999999', NULL, 1652953189),
(88545, '3298', '463.00', '9', '25.001', '30', '78900000', '78930999', '90000000', '91999999', NULL, 1652953189),
(88546, '3220', '925.00', '5', '25.001', '30', '78900000', '78930999', '90000000', '91999999', NULL, 1652953190),
(88547, '3298', '90.00', '10', '0.3', '5', '78900000', '78930999', '90000000', '94900999', NULL, 1652953193),
(88548, '3220', '183.00', '6', '0.3', '5', '78900000', '78930999', '90000000', '94900999', NULL, 1652953195),
(88549, '3298', '133.00', '10', '5.001', '10', '78900000', '78930999', '90000000', '94900999', NULL, 1652953196),
(88550, '3220', '266.00', '6', '5.001', '10', '78900000', '78930999', '90000000', '94900999', NULL, 1652953196),
(88551, '3298', '215.00', '10', '10.001', '15', '78900000', '78930999', '90000000', '94900999', NULL, 1652953197),
(88552, '3220', '430.00', '6', '10.001', '15', '78900000', '78930999', '90000000', '94900999', NULL, 1652953198),
(88553, '3298', '298.00', '10', '15.001', '20', '78900000', '78930999', '90000000', '94900999', NULL, 1652953199),
(88554, '3220', '595.00', '6', '15.001', '20', '78900000', '78930999', '90000000', '94900999', NULL, 1652953200),
(88555, '3298', '380.00', '10', '20.001', '25', '78900000', '78930999', '90000000', '94900999', NULL, 1652953201),
(88556, '3220', '760.00', '6', '20.001', '25', '78900000', '78930999', '90000000', '94900999', NULL, 1652953203),
(88557, '3298', '463.00', '10', '25.001', '30', '78900000', '78930999', '90000000', '94900999', NULL, 1652953204),
(88558, '3220', '925.00', '6', '25.001', '30', '78900000', '78930999', '90000000', '94900999', NULL, 1652953204),
(88559, '3298', '90.00', '14', '0.3', '5', '78900000', '78930999', '94901000', '99999999', NULL, 1652953206),
(88560, '3220', '183.00', '10', '0.3', '5', '78900000', '78930999', '94901000', '99999999', NULL, 1652953209),
(88561, '3298', '133.00', '14', '5.001', '10', '78900000', '78930999', '94901000', '99999999', NULL, 1652953210),
(88562, '3220', '266.00', '10', '5.001', '10', '78900000', '78930999', '94901000', '99999999', NULL, 1652953211),
(88563, '3298', '215.00', '14', '10.001', '15', '78900000', '78930999', '94901000', '99999999', NULL, 1652953212),
(88564, '3220', '430.00', '10', '10.001', '15', '78900000', '78930999', '94901000', '99999999', NULL, 1652953214),
(88565, '3298', '298.00', '14', '15.001', '20', '78900000', '78930999', '94901000', '99999999', NULL, 1652953215),
(88566, '3220', '595.00', '10', '15.001', '20', '78900000', '78930999', '94901000', '99999999', NULL, 1652953216),
(88567, '3298', '380.00', '14', '20.001', '25', '78900000', '78930999', '94901000', '99999999', NULL, 1652953217),
(88568, '3220', '760.00', '10', '20.001', '25', '78900000', '78930999', '94901000', '99999999', NULL, 1652953218),
(88569, '3298', '463.00', '14', '25.001', '30', '78900000', '78930999', '94901000', '99999999', NULL, 1652953219),
(88570, '3220', '925.00', '10', '25.001', '30', '78900000', '78930999', '94901000', '99999999', NULL, 1652953220),
(88571, '3298', '90.00', '9', '0.3', '5', '78931000', '78999999', '01000000', '08499999', NULL, 1652953221),
(88572, '3220', '183.00', '5', '0.3', '5', '78931000', '78999999', '01000000', '08499999', NULL, 1652953223),
(88573, '3298', '133.00', '9', '5.001', '10', '78931000', '78999999', '01000000', '08499999', NULL, 1652953224),
(88574, '3220', '266.00', '5', '5.001', '10', '78931000', '78999999', '01000000', '08499999', NULL, 1652953225),
(88575, '3298', '215.00', '9', '10.001', '15', '78931000', '78999999', '01000000', '08499999', NULL, 1652953226),
(88576, '3220', '430.00', '5', '10.001', '15', '78931000', '78999999', '01000000', '08499999', NULL, 1652953227),
(88577, '3298', '298.00', '9', '15.001', '20', '78931000', '78999999', '01000000', '08499999', NULL, 1652953230),
(88578, '3220', '595.00', '5', '15.001', '20', '78931000', '78999999', '01000000', '08499999', NULL, 1652953231),
(88579, '3298', '380.00', '9', '20.001', '25', '78931000', '78999999', '01000000', '08499999', NULL, 1652953234),
(88580, '3220', '760.00', '5', '20.001', '25', '78931000', '78999999', '01000000', '08499999', NULL, 1652953237),
(88581, '3298', '463.00', '9', '25.001', '30', '78931000', '78999999', '01000000', '08499999', NULL, 1652953238),
(88582, '3220', '925.00', '5', '25.001', '30', '78931000', '78999999', '01000000', '08499999', NULL, 1652953239),
(88583, '3298', '90.00', '9', '0.3', '5', '78931000', '78999999', '06000000', '09999999', NULL, 1652953242),
(88584, '3220', '183.00', '5', '0.3', '5', '78931000', '78999999', '06000000', '09999999', NULL, 1652953243),
(88585, '3298', '133.00', '9', '5.001', '10', '78931000', '78999999', '06000000', '09999999', NULL, 1652953243),
(88586, '3220', '266.00', '5', '5.001', '10', '78931000', '78999999', '06000000', '09999999', NULL, 1652953244),
(88587, '3298', '215.00', '9', '10.001', '15', '78931000', '78999999', '06000000', '09999999', NULL, 1652953245),
(88588, '3220', '430.00', '5', '10.001', '15', '78931000', '78999999', '06000000', '09999999', NULL, 1652953249),
(88589, '3298', '298.00', '9', '15.001', '20', '78931000', '78999999', '06000000', '09999999', NULL, 1652953249),
(88590, '3220', '595.00', '5', '15.001', '20', '78931000', '78999999', '06000000', '09999999', NULL, 1652953252),
(88591, '3298', '380.00', '9', '20.001', '25', '78931000', '78999999', '06000000', '09999999', NULL, 1652953253),
(88592, '3220', '760.00', '5', '20.001', '25', '78931000', '78999999', '06000000', '09999999', NULL, 1652953254),
(88593, '3298', '463.00', '9', '25.001', '30', '78931000', '78999999', '06000000', '09999999', NULL, 1652953254),
(88594, '3220', '925.00', '5', '25.001', '30', '78931000', '78999999', '06000000', '09999999', NULL, 1652953255),
(88595, '3298', '90.00', '9', '0.3', '5', '78931000', '78999999', '11000000', '11999999', NULL, 1652953255),
(88596, '3220', '183.00', '5', '0.3', '5', '78931000', '78999999', '11000000', '11999999', NULL, 1652953256),
(88597, '3298', '133.00', '9', '5.001', '10', '78931000', '78999999', '11000000', '11999999', NULL, 1652953257),
(88598, '3220', '266.00', '5', '5.001', '10', '78931000', '78999999', '11000000', '11999999', NULL, 1652953258),
(88599, '3298', '215.00', '9', '10.001', '15', '78931000', '78999999', '11000000', '11999999', NULL, 1652953259),
(88600, '3220', '430.00', '5', '10.001', '15', '78931000', '78999999', '11000000', '11999999', NULL, 1652953267),
(88601, '3298', '298.00', '9', '15.001', '20', '78931000', '78999999', '11000000', '11999999', NULL, 1652953267),
(88602, '3220', '595.00', '5', '15.001', '20', '78931000', '78999999', '11000000', '11999999', NULL, 1652953269),
(88603, '3298', '380.00', '9', '20.001', '25', '78931000', '78999999', '11000000', '11999999', NULL, 1652953270),
(88604, '3220', '760.00', '5', '20.001', '25', '78931000', '78999999', '11000000', '11999999', NULL, 1652953271),
(88605, '3298', '463.00', '9', '25.001', '30', '78931000', '78999999', '11000000', '11999999', NULL, 1652953272),
(88606, '3220', '925.00', '5', '25.001', '30', '78931000', '78999999', '11000000', '11999999', NULL, 1652953273),
(88607, '3298', '90.00', '9', '0.3', '5', '78931000', '78999999', '12000000', '19999999', NULL, 1652953274),
(88608, '3220', '183.00', '5', '0.3', '5', '78931000', '78999999', '12000000', '19999999', NULL, 1652953274),
(88609, '3298', '133.00', '9', '5.001', '10', '78931000', '78999999', '12000000', '19999999', NULL, 1652953275),
(88610, '3220', '266.00', '5', '5.001', '10', '78931000', '78999999', '12000000', '19999999', NULL, 1652953277),
(88611, '3298', '215.00', '9', '10.001', '15', '78931000', '78999999', '12000000', '19999999', NULL, 1652953278),
(88612, '3220', '430.00', '5', '10.001', '15', '78931000', '78999999', '12000000', '19999999', NULL, 1652953280),
(88613, '3298', '298.00', '9', '15.001', '20', '78931000', '78999999', '12000000', '19999999', NULL, 1652953281),
(88614, '3220', '595.00', '5', '15.001', '20', '78931000', '78999999', '12000000', '19999999', NULL, 1652953282),
(88615, '3298', '380.00', '9', '20.001', '25', '78931000', '78999999', '12000000', '19999999', NULL, 1652953283),
(88616, '3220', '760.00', '5', '20.001', '25', '78931000', '78999999', '12000000', '19999999', NULL, 1652953284),
(88617, '3298', '463.00', '9', '25.001', '30', '78931000', '78999999', '12000000', '19999999', NULL, 1652953285),
(88618, '3220', '925.00', '5', '25.001', '30', '78931000', '78999999', '12000000', '19999999', NULL, 1652953286),
(88619, '3298', '90.00', '11', '0.3', '5', '78931000', '78999999', '26601000', '28999999', NULL, 1652953338),
(88620, '3220', '183.00', '8', '0.3', '5', '78931000', '78999999', '26601000', '28999999', NULL, 1652953340),
(88621, '3298', '133.00', '11', '5.001', '10', '78931000', '78999999', '26601000', '28999999', NULL, 1652953341),
(88622, '3220', '266.00', '8', '5.001', '10', '78931000', '78999999', '26601000', '28999999', NULL, 1652953342),
(88623, '3298', '215.00', '11', '10.001', '15', '78931000', '78999999', '26601000', '28999999', NULL, 1652953343),
(88624, '3220', '430.00', '8', '10.001', '15', '78931000', '78999999', '26601000', '28999999', NULL, 1652953346),
(88625, '3298', '298.00', '11', '15.001', '20', '78931000', '78999999', '26601000', '28999999', NULL, 1652953347),
(88626, '3220', '595.00', '8', '15.001', '20', '78931000', '78999999', '26601000', '28999999', NULL, 1652953348),
(88627, '3298', '380.00', '11', '20.001', '25', '78931000', '78999999', '26601000', '28999999', NULL, 1652953350),
(88628, '3220', '760.00', '8', '20.001', '25', '78931000', '78999999', '26601000', '28999999', NULL, 1652953351),
(88629, '3298', '463.00', '11', '25.001', '30', '78931000', '78999999', '26601000', '28999999', NULL, 1652953353),
(88630, '3220', '925.00', '8', '25.001', '30', '78931000', '78999999', '26601000', '28999999', NULL, 1652953354),
(88631, '3298', '90.00', '9', '0.3', '5', '78931000', '78999999', '29000000', '29099999', NULL, 1652953355),
(88632, '3220', '183.00', '5', '0.3', '5', '78931000', '78999999', '29000000', '29099999', NULL, 1652953357),
(88633, '3298', '133.00', '9', '5.001', '10', '78931000', '78999999', '29000000', '29099999', NULL, 1652953358),
(88634, '3220', '266.00', '5', '5.001', '10', '78931000', '78999999', '29000000', '29099999', NULL, 1652953359),
(88635, '3298', '215.00', '9', '10.001', '15', '78931000', '78999999', '29000000', '29099999', NULL, 1652953360),
(88636, '3220', '430.00', '5', '10.001', '15', '78931000', '78999999', '29000000', '29099999', NULL, 1652953361),
(88637, '3298', '298.00', '9', '15.001', '20', '78931000', '78999999', '29000000', '29099999', NULL, 1652953361),
(88638, '3220', '595.00', '5', '15.001', '20', '78931000', '78999999', '29000000', '29099999', NULL, 1652953363),
(88639, '3298', '380.00', '9', '20.001', '25', '78931000', '78999999', '29000000', '29099999', NULL, 1652953364),
(88640, '3220', '760.00', '5', '20.001', '25', '78931000', '78999999', '29000000', '29099999', NULL, 1652953367),
(88641, '3298', '463.00', '9', '25.001', '30', '78931000', '78999999', '29000000', '29099999', NULL, 1652953368),
(88642, '3220', '925.00', '5', '25.001', '30', '78931000', '78999999', '29000000', '29099999', NULL, 1652953369),
(88643, '3298', '90.00', '12', '0.3', '5', '78931000', '78999999', '29100000', '29999999', NULL, 1652953370),
(88644, '3220', '183.00', '8', '0.3', '5', '78931000', '78999999', '29100000', '29999999', NULL, 1652953372),
(88645, '3298', '133.00', '12', '5.001', '10', '78931000', '78999999', '29100000', '29999999', NULL, 1652953373),
(88646, '3220', '266.00', '8', '5.001', '10', '78931000', '78999999', '29100000', '29999999', NULL, 1652953374),
(88647, '3298', '215.00', '12', '10.001', '15', '78931000', '78999999', '29100000', '29999999', NULL, 1652953375),
(88648, '3220', '430.00', '8', '10.001', '15', '78931000', '78999999', '29100000', '29999999', NULL, 1652953378),
(88649, '3298', '298.00', '12', '15.001', '20', '78931000', '78999999', '29100000', '29999999', NULL, 1652953379),
(88650, '3220', '595.00', '8', '15.001', '20', '78931000', '78999999', '29100000', '29999999', NULL, 1652953380),
(88651, '3298', '380.00', '12', '20.001', '25', '78931000', '78999999', '29100000', '29999999', NULL, 1652953382),
(88652, '3220', '760.00', '8', '20.001', '25', '78931000', '78999999', '29100000', '29999999', NULL, 1652953389),
(88653, '3298', '463.00', '12', '25.001', '30', '78931000', '78999999', '29100000', '29999999', NULL, 1652953390),
(88654, '3220', '925.00', '8', '25.001', '30', '78931000', '78999999', '29100000', '29999999', NULL, 1652953392),
(88655, '3298', '90.00', '9', '0.3', '5', '78931000', '78999999', '30000000', '31999999', NULL, 1652953393),
(88656, '3220', '183.00', '5', '0.3', '5', '78931000', '78999999', '30000000', '31999999', NULL, 1652953394),
(88657, '3298', '133.00', '9', '5.001', '10', '78931000', '78999999', '30000000', '31999999', NULL, 1652953394),
(88658, '3220', '266.00', '5', '5.001', '10', '78931000', '78999999', '30000000', '31999999', NULL, 1652953400),
(88659, '3298', '215.00', '9', '10.001', '15', '78931000', '78999999', '30000000', '31999999', NULL, 1652953401),
(88660, '3220', '430.00', '5', '10.001', '15', '78931000', '78999999', '30000000', '31999999', NULL, 1652953402),
(88661, '3298', '298.00', '9', '15.001', '20', '78931000', '78999999', '30000000', '31999999', NULL, 1652953408),
(88662, '3220', '595.00', '5', '15.001', '20', '78931000', '78999999', '30000000', '31999999', NULL, 1652953409),
(88663, '3298', '380.00', '9', '20.001', '25', '78931000', '78999999', '30000000', '31999999', NULL, 1652953410),
(88664, '3220', '760.00', '5', '20.001', '25', '78931000', '78999999', '30000000', '31999999', NULL, 1652953411),
(88665, '3298', '463.00', '9', '25.001', '30', '78931000', '78999999', '30000000', '31999999', NULL, 1652953412),
(88666, '3220', '925.00', '5', '25.001', '30', '78931000', '78999999', '30000000', '31999999', NULL, 1652953414),
(88667, '3298', '90.00', '9', '0.3', '5', '78931000', '78999999', '30000000', '34999999', NULL, 1652953416),
(88668, '3220', '183.00', '5', '0.3', '5', '78931000', '78999999', '30000000', '34999999', NULL, 1652953417),
(88669, '3298', '133.00', '9', '5.001', '10', '78931000', '78999999', '30000000', '34999999', NULL, 1652953418),
(88670, '3220', '266.00', '5', '5.001', '10', '78931000', '78999999', '30000000', '34999999', NULL, 1652953419),
(88671, '3298', '215.00', '9', '10.001', '15', '78931000', '78999999', '30000000', '34999999', NULL, 1652953421),
(88672, '3220', '430.00', '5', '10.001', '15', '78931000', '78999999', '30000000', '34999999', NULL, 1652953421),
(88673, '3298', '298.00', '9', '15.001', '20', '78931000', '78999999', '30000000', '34999999', NULL, 1652953422),
(88674, '3220', '595.00', '5', '15.001', '20', '78931000', '78999999', '30000000', '34999999', NULL, 1652953423),
(88675, '3298', '380.00', '9', '20.001', '25', '78931000', '78999999', '30000000', '34999999', NULL, 1652953423),
(88676, '3220', '760.00', '5', '20.001', '25', '78931000', '78999999', '30000000', '34999999', NULL, 1652953424),
(88677, '3298', '463.00', '9', '25.001', '30', '78931000', '78999999', '30000000', '34999999', NULL, 1652953425),
(88678, '3220', '925.00', '5', '25.001', '30', '78931000', '78999999', '30000000', '34999999', NULL, 1652953426),
(88679, '3298', '90.00', '11', '0.3', '5', '78931000', '78999999', '35000000', '39999999', NULL, 1652953427),
(88680, '3220', '183.00', '8', '0.3', '5', '78931000', '78999999', '35000000', '39999999', NULL, 1652953431),
(88681, '3298', '133.00', '11', '5.001', '10', '78931000', '78999999', '35000000', '39999999', NULL, 1652953433),
(88682, '3220', '266.00', '8', '5.001', '10', '78931000', '78999999', '35000000', '39999999', NULL, 1652953434),
(88683, '3298', '215.00', '11', '10.001', '15', '78931000', '78999999', '35000000', '39999999', NULL, 1652953435),
(88684, '3220', '430.00', '8', '10.001', '15', '78931000', '78999999', '35000000', '39999999', NULL, 1652953437),
(88685, '3298', '298.00', '11', '15.001', '20', '78931000', '78999999', '35000000', '39999999', NULL, 1652953439),
(88686, '3220', '595.00', '8', '15.001', '20', '78931000', '78999999', '35000000', '39999999', NULL, 1652953440),
(88687, '3298', '380.00', '11', '20.001', '25', '78931000', '78999999', '35000000', '39999999', NULL, 1652953442);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(88688, '3220', '760.00', '8', '20.001', '25', '78931000', '78999999', '35000000', '39999999', NULL, 1652953444),
(88689, '3298', '463.00', '11', '25.001', '30', '78931000', '78999999', '35000000', '39999999', NULL, 1652953445),
(88690, '3220', '925.00', '8', '25.001', '30', '78931000', '78999999', '35000000', '39999999', NULL, 1652953451),
(88691, '3298', '90.00', '9', '0.3', '5', '78931000', '78999999', '40000000', '41999999', NULL, 1652953452),
(88692, '3220', '183.00', '5', '0.3', '5', '78931000', '78999999', '40000000', '41999999', NULL, 1652953454),
(88693, '3298', '133.00', '9', '5.001', '10', '78931000', '78999999', '40000000', '41999999', NULL, 1652953455),
(88694, '3220', '266.00', '5', '5.001', '10', '78931000', '78999999', '40000000', '41999999', NULL, 1652953456),
(88695, '3298', '215.00', '9', '10.001', '15', '78931000', '78999999', '40000000', '41999999', NULL, 1652953458),
(88696, '3220', '430.00', '5', '10.001', '15', '78931000', '78999999', '40000000', '41999999', NULL, 1652953460),
(88697, '3298', '298.00', '9', '15.001', '20', '78931000', '78999999', '40000000', '41999999', NULL, 1652953462),
(88698, '3220', '595.00', '5', '15.001', '20', '78931000', '78999999', '40000000', '41999999', NULL, 1652953464),
(88699, '3298', '380.00', '9', '20.001', '25', '78931000', '78999999', '40000000', '41999999', NULL, 1652953464),
(88700, '3220', '760.00', '5', '20.001', '25', '78931000', '78999999', '40000000', '41999999', NULL, 1652953469),
(88701, '3298', '463.00', '9', '25.001', '30', '78931000', '78999999', '40000000', '41999999', NULL, 1652953471),
(88702, '3220', '925.00', '5', '25.001', '30', '78931000', '78999999', '40000000', '41999999', NULL, 1652953472),
(88703, '3298', '90.00', '9', '0.3', '5', '78931000', '78999999', '40000000', '44470999', NULL, 1652953473),
(88704, '3220', '183.00', '5', '0.3', '5', '78931000', '78999999', '40000000', '44470999', NULL, 1652953475),
(88705, '3298', '133.00', '9', '5.001', '10', '78931000', '78999999', '40000000', '44470999', NULL, 1652953476),
(88706, '3220', '266.00', '5', '5.001', '10', '78931000', '78999999', '40000000', '44470999', NULL, 1652953484),
(88707, '3298', '215.00', '9', '10.001', '15', '78931000', '78999999', '40000000', '44470999', NULL, 1652953485),
(88708, '3220', '430.00', '5', '10.001', '15', '78931000', '78999999', '40000000', '44470999', NULL, 1652953485),
(88709, '3298', '298.00', '9', '15.001', '20', '78931000', '78999999', '40000000', '44470999', NULL, 1652953487),
(88710, '3220', '595.00', '5', '15.001', '20', '78931000', '78999999', '40000000', '44470999', NULL, 1652953492),
(88711, '3298', '380.00', '9', '20.001', '25', '78931000', '78999999', '40000000', '44470999', NULL, 1652953493),
(88712, '3220', '760.00', '5', '20.001', '25', '78931000', '78999999', '40000000', '44470999', NULL, 1652953500),
(88713, '3298', '463.00', '9', '25.001', '30', '78931000', '78999999', '40000000', '44470999', NULL, 1652953506),
(88714, '3220', '925.00', '5', '25.001', '30', '78931000', '78999999', '40000000', '44470999', NULL, 1652953515),
(88715, '3298', '90.00', '10', '0.3', '5', '78931000', '78999999', '44471000', '48999999', NULL, 1652953519),
(88716, '3220', '183.00', '6', '0.3', '5', '78931000', '78999999', '44471000', '48999999', NULL, 1652953523),
(88717, '3298', '133.00', '10', '5.001', '10', '78931000', '78999999', '44471000', '48999999', NULL, 1652953525),
(88718, '3220', '266.00', '6', '5.001', '10', '78931000', '78999999', '44471000', '48999999', NULL, 1652953526),
(88719, '3298', '215.00', '10', '10.001', '15', '78931000', '78999999', '44471000', '48999999', NULL, 1652953526),
(88720, '3220', '430.00', '6', '10.001', '15', '78931000', '78999999', '44471000', '48999999', NULL, 1652953528),
(88721, '3298', '298.00', '10', '15.001', '20', '78931000', '78999999', '44471000', '48999999', NULL, 1652953529),
(88722, '3220', '595.00', '6', '15.001', '20', '78931000', '78999999', '44471000', '48999999', NULL, 1652953530),
(88723, '3298', '380.00', '10', '20.001', '25', '78931000', '78999999', '44471000', '48999999', NULL, 1652953531),
(88724, '3220', '760.00', '6', '20.001', '25', '78931000', '78999999', '44471000', '48999999', NULL, 1652953533),
(88725, '3298', '463.00', '10', '25.001', '30', '78931000', '78999999', '44471000', '48999999', NULL, 1652953534),
(88726, '3220', '925.00', '6', '25.001', '30', '78931000', '78999999', '44471000', '48999999', NULL, 1652953535),
(88727, '3298', '90.00', '10', '0.3', '5', '78931000', '78999999', '49000000', '49099999', NULL, 1652953537),
(88728, '3220', '183.00', '6', '0.3', '5', '78931000', '78999999', '49000000', '49099999', NULL, 1652953538),
(88729, '3298', '133.00', '10', '5.001', '10', '78931000', '78999999', '49000000', '49099999', NULL, 1652953540),
(88730, '3220', '266.00', '6', '5.001', '10', '78931000', '78999999', '49000000', '49099999', NULL, 1652953541),
(88731, '3298', '215.00', '10', '10.001', '15', '78931000', '78999999', '49000000', '49099999', NULL, 1652953541),
(88732, '3220', '430.00', '6', '10.001', '15', '78931000', '78999999', '49000000', '49099999', NULL, 1652953542),
(88733, '3298', '298.00', '10', '15.001', '20', '78931000', '78999999', '49000000', '49099999', NULL, 1652953543),
(88734, '3220', '595.00', '6', '15.001', '20', '78931000', '78999999', '49000000', '49099999', NULL, 1652953546),
(88735, '3298', '380.00', '10', '20.001', '25', '78931000', '78999999', '49000000', '49099999', NULL, 1652953556),
(88736, '3220', '760.00', '6', '20.001', '25', '78931000', '78999999', '49000000', '49099999', NULL, 1652953558),
(88737, '3298', '463.00', '10', '25.001', '30', '78931000', '78999999', '49000000', '49099999', NULL, 1652953558),
(88738, '3220', '925.00', '6', '25.001', '30', '78931000', '78999999', '49000000', '49099999', NULL, 1652953560),
(88739, '3298', '90.00', '14', '0.3', '5', '78931000', '78999999', '49100000', '49999999', NULL, 1652953562),
(88740, '3220', '183.00', '9', '0.3', '5', '78931000', '78999999', '49100000', '49999999', NULL, 1652953564),
(88741, '3298', '133.00', '14', '5.001', '10', '78931000', '78999999', '49100000', '49999999', NULL, 1652953570),
(88742, '3220', '266.00', '9', '5.001', '10', '78931000', '78999999', '49100000', '49999999', NULL, 1652953573),
(88743, '3298', '215.00', '14', '10.001', '15', '78931000', '78999999', '49100000', '49999999', NULL, 1652953581),
(88744, '3220', '430.00', '9', '10.001', '15', '78931000', '78999999', '49100000', '49999999', NULL, 1652953584),
(88745, '3298', '298.00', '14', '15.001', '20', '78931000', '78999999', '49100000', '49999999', NULL, 1652953584),
(88746, '3220', '595.00', '9', '15.001', '20', '78931000', '78999999', '49100000', '49999999', NULL, 1652953586),
(88747, '3298', '380.00', '14', '20.001', '25', '78931000', '78999999', '49100000', '49999999', NULL, 1652953587),
(88748, '3220', '760.00', '9', '20.001', '25', '78931000', '78999999', '49100000', '49999999', NULL, 1652953587),
(88749, '3298', '463.00', '14', '25.001', '30', '78931000', '78999999', '49100000', '49999999', NULL, 1652953591),
(88750, '3220', '925.00', '9', '25.001', '30', '78931000', '78999999', '49100000', '49999999', NULL, 1652953594),
(88751, '3298', '90.00', '10', '0.3', '5', '78931000', '78999999', '50000000', '52999999', NULL, 1652953595),
(88752, '3220', '183.00', '6', '0.3', '5', '78931000', '78999999', '50000000', '52999999', NULL, 1652953596),
(88753, '3298', '133.00', '10', '5.001', '10', '78931000', '78999999', '50000000', '52999999', NULL, 1652953598),
(88754, '3220', '266.00', '6', '5.001', '10', '78931000', '78999999', '50000000', '52999999', NULL, 1652953599),
(88755, '3298', '215.00', '10', '10.001', '15', '78931000', '78999999', '50000000', '52999999', NULL, 1652953600),
(88756, '3220', '430.00', '6', '10.001', '15', '78931000', '78999999', '50000000', '52999999', NULL, 1652953602),
(88757, '3298', '298.00', '10', '15.001', '20', '78931000', '78999999', '50000000', '52999999', NULL, 1652953603),
(88758, '3220', '595.00', '6', '15.001', '20', '78931000', '78999999', '50000000', '52999999', NULL, 1652953604),
(88759, '3298', '380.00', '10', '20.001', '25', '78931000', '78999999', '50000000', '52999999', NULL, 1652953605),
(88760, '3220', '760.00', '6', '20.001', '25', '78931000', '78999999', '50000000', '52999999', NULL, 1652953607),
(88761, '3298', '463.00', '10', '25.001', '30', '78931000', '78999999', '50000000', '52999999', NULL, 1652953609),
(88762, '3220', '925.00', '6', '25.001', '30', '78931000', '78999999', '50000000', '52999999', NULL, 1652953611),
(88763, '3298', '90.00', '10', '0.3', '5', '78931000', '78999999', '50000000', '54999999', NULL, 1652953612),
(88764, '3220', '183.00', '6', '0.3', '5', '78931000', '78999999', '50000000', '54999999', NULL, 1652953615),
(88765, '3298', '133.00', '10', '5.001', '10', '78931000', '78999999', '50000000', '54999999', NULL, 1652953617),
(88766, '3220', '266.00', '6', '5.001', '10', '78931000', '78999999', '50000000', '54999999', NULL, 1652953618),
(88767, '3298', '215.00', '10', '10.001', '15', '78931000', '78999999', '50000000', '54999999', NULL, 1652953619),
(88768, '3220', '430.00', '6', '10.001', '15', '78931000', '78999999', '50000000', '54999999', NULL, 1652953619),
(88769, '3298', '298.00', '10', '15.001', '20', '78931000', '78999999', '50000000', '54999999', NULL, 1652953621),
(88770, '3220', '595.00', '6', '15.001', '20', '78931000', '78999999', '50000000', '54999999', NULL, 1652953631),
(88771, '3298', '380.00', '10', '20.001', '25', '78931000', '78999999', '50000000', '54999999', NULL, 1652953632),
(88772, '3220', '760.00', '6', '20.001', '25', '78931000', '78999999', '50000000', '54999999', NULL, 1652953633),
(88773, '3298', '463.00', '10', '25.001', '30', '78931000', '78999999', '50000000', '54999999', NULL, 1652953634),
(88774, '3220', '925.00', '6', '25.001', '30', '78931000', '78999999', '50000000', '54999999', NULL, 1652953635),
(88775, '3298', '90.00', '15', '0.3', '5', '78931000', '78999999', '55000000', '56999999', NULL, 1652953636),
(88776, '3220', '183.00', '11', '0.3', '5', '78931000', '78999999', '55000000', '56999999', NULL, 1652953638),
(88777, '3298', '133.00', '15', '5.001', '10', '78931000', '78999999', '55000000', '56999999', NULL, 1652953640),
(88778, '3220', '266.00', '11', '5.001', '10', '78931000', '78999999', '55000000', '56999999', NULL, 1652953641),
(88779, '3298', '215.00', '15', '10.001', '15', '78931000', '78999999', '55000000', '56999999', NULL, 1652953642),
(88780, '3220', '430.00', '11', '10.001', '15', '78931000', '78999999', '55000000', '56999999', NULL, 1652953642),
(88781, '3298', '298.00', '15', '15.001', '20', '78931000', '78999999', '55000000', '56999999', NULL, 1652953643),
(88782, '3220', '595.00', '11', '15.001', '20', '78931000', '78999999', '55000000', '56999999', NULL, 1652953645),
(88783, '3298', '380.00', '15', '20.001', '25', '78931000', '78999999', '55000000', '56999999', NULL, 1652953651),
(88784, '3220', '760.00', '11', '20.001', '25', '78931000', '78999999', '55000000', '56999999', NULL, 1652953652),
(88785, '3298', '463.00', '15', '25.001', '30', '78931000', '78999999', '55000000', '56999999', NULL, 1652953653),
(88786, '3220', '925.00', '11', '25.001', '30', '78931000', '78999999', '55000000', '56999999', NULL, 1652953654),
(88787, '3298', '90.00', '10', '0.3', '5', '78931000', '78999999', '57000000', '57099999', NULL, 1652953655),
(88788, '3220', '183.00', '6', '0.3', '5', '78931000', '78999999', '57000000', '57099999', NULL, 1652953656),
(88789, '3298', '133.00', '10', '5.001', '10', '78931000', '78999999', '57000000', '57099999', NULL, 1652953657),
(88790, '3220', '266.00', '6', '5.001', '10', '78931000', '78999999', '57000000', '57099999', NULL, 1652953657),
(88791, '3298', '215.00', '10', '10.001', '15', '78931000', '78999999', '57000000', '57099999', NULL, 1652953659),
(88792, '3220', '430.00', '6', '10.001', '15', '78931000', '78999999', '57000000', '57099999', NULL, 1652953660),
(88793, '3298', '298.00', '10', '15.001', '20', '78931000', '78999999', '57000000', '57099999', NULL, 1652953661),
(88794, '3220', '595.00', '6', '15.001', '20', '78931000', '78999999', '57000000', '57099999', NULL, 1652953662),
(88795, '3298', '380.00', '10', '20.001', '25', '78931000', '78999999', '57000000', '57099999', NULL, 1652953663),
(88796, '3220', '760.00', '6', '20.001', '25', '78931000', '78999999', '57000000', '57099999', NULL, 1652953664),
(88797, '3298', '463.00', '10', '25.001', '30', '78931000', '78999999', '57000000', '57099999', NULL, 1652953666),
(88798, '3220', '925.00', '6', '25.001', '30', '78931000', '78999999', '57000000', '57099999', NULL, 1652953667),
(88799, '3298', '90.00', '13', '0.3', '5', '78931000', '78999999', '57100000', '57999999', NULL, 1652953669),
(88800, '3220', '183.00', '9', '0.3', '5', '78931000', '78999999', '57100000', '57999999', NULL, 1652953670),
(88801, '3298', '133.00', '13', '5.001', '10', '78931000', '78999999', '57100000', '57999999', NULL, 1652953672),
(88802, '3220', '266.00', '9', '5.001', '10', '78931000', '78999999', '57100000', '57999999', NULL, 1652953680),
(88803, '3298', '215.00', '13', '10.001', '15', '78931000', '78999999', '57100000', '57999999', NULL, 1652953681),
(88804, '3220', '430.00', '9', '10.001', '15', '78931000', '78999999', '57100000', '57999999', NULL, 1652953682),
(88805, '3298', '298.00', '13', '15.001', '20', '78931000', '78999999', '57100000', '57999999', NULL, 1652953683),
(88806, '3220', '595.00', '9', '15.001', '20', '78931000', '78999999', '57100000', '57999999', NULL, 1652953684),
(88807, '3298', '380.00', '13', '20.001', '25', '78931000', '78999999', '57100000', '57999999', NULL, 1652953685),
(88808, '3220', '760.00', '9', '20.001', '25', '78931000', '78999999', '57100000', '57999999', NULL, 1652953688),
(88809, '3298', '463.00', '13', '25.001', '30', '78931000', '78999999', '57100000', '57999999', NULL, 1652953688),
(88810, '3220', '925.00', '9', '25.001', '30', '78931000', '78999999', '57100000', '57999999', NULL, 1652953690),
(88811, '3298', '90.00', '10', '0.3', '5', '78931000', '78999999', '58000000', '58099999', NULL, 1652953691),
(88812, '3220', '183.00', '6', '0.3', '5', '78931000', '78999999', '58000000', '58099999', NULL, 1652953691),
(88813, '3298', '133.00', '10', '5.001', '10', '78931000', '78999999', '58000000', '58099999', NULL, 1652953692),
(88814, '3220', '266.00', '6', '5.001', '10', '78931000', '78999999', '58000000', '58099999', NULL, 1652953693),
(88815, '3298', '215.00', '10', '10.001', '15', '78931000', '78999999', '58000000', '58099999', NULL, 1652953694),
(88816, '3220', '430.00', '6', '10.001', '15', '78931000', '78999999', '58000000', '58099999', NULL, 1652953695),
(88817, '3298', '298.00', '10', '15.001', '20', '78931000', '78999999', '58000000', '58099999', NULL, 1652953696),
(88818, '3220', '595.00', '6', '15.001', '20', '78931000', '78999999', '58000000', '58099999', NULL, 1652953697),
(88819, '3298', '380.00', '10', '20.001', '25', '78931000', '78999999', '58000000', '58099999', NULL, 1652953698),
(88820, '3220', '760.00', '6', '20.001', '25', '78931000', '78999999', '58000000', '58099999', NULL, 1652953699),
(88821, '3298', '463.00', '10', '25.001', '30', '78931000', '78999999', '58000000', '58099999', NULL, 1652953699),
(88822, '3220', '925.00', '6', '25.001', '30', '78931000', '78999999', '58000000', '58099999', NULL, 1652953700),
(88823, '3298', '90.00', '16', '0.3', '5', '78931000', '78999999', '58100000', '58999999', NULL, 1652953701),
(88824, '3220', '183.00', '12', '0.3', '5', '78931000', '78999999', '58100000', '58999999', NULL, 1652953702),
(88825, '3298', '133.00', '16', '5.001', '10', '78931000', '78999999', '58100000', '58999999', NULL, 1652953703),
(88826, '3220', '266.00', '12', '5.001', '10', '78931000', '78999999', '58100000', '58999999', NULL, 1652953704),
(88827, '3298', '215.00', '16', '10.001', '15', '78931000', '78999999', '58100000', '58999999', NULL, 1652953705),
(88828, '3220', '430.00', '12', '10.001', '15', '78931000', '78999999', '58100000', '58999999', NULL, 1652953707),
(88829, '3298', '298.00', '16', '15.001', '20', '78931000', '78999999', '58100000', '58999999', NULL, 1652953708),
(88830, '3220', '595.00', '12', '15.001', '20', '78931000', '78999999', '58100000', '58999999', NULL, 1652953709),
(88831, '3298', '380.00', '16', '20.001', '25', '78931000', '78999999', '58100000', '58999999', NULL, 1652953710),
(88832, '3220', '760.00', '12', '20.001', '25', '78931000', '78999999', '58100000', '58999999', NULL, 1652953712),
(88833, '3298', '463.00', '16', '25.001', '30', '78931000', '78999999', '58100000', '58999999', NULL, 1652953713),
(88834, '3220', '925.00', '12', '25.001', '30', '78931000', '78999999', '58100000', '58999999', NULL, 1652953714),
(88835, '3298', '90.00', '10', '0.3', '5', '78931000', '78999999', '59000000', '59099999', NULL, 1652953714),
(88836, '3220', '183.00', '6', '0.3', '5', '78931000', '78999999', '59000000', '59099999', NULL, 1652953716),
(88837, '3298', '133.00', '10', '5.001', '10', '78931000', '78999999', '59000000', '59099999', NULL, 1652953717),
(88838, '3220', '266.00', '6', '5.001', '10', '78931000', '78999999', '59000000', '59099999', NULL, 1652953718),
(88839, '3298', '215.00', '10', '10.001', '15', '78931000', '78999999', '59000000', '59099999', NULL, 1652953719),
(88840, '3220', '430.00', '6', '10.001', '15', '78931000', '78999999', '59000000', '59099999', NULL, 1652953719),
(88841, '3298', '298.00', '10', '15.001', '20', '78931000', '78999999', '59000000', '59099999', NULL, 1652953722),
(88842, '3220', '595.00', '6', '15.001', '20', '78931000', '78999999', '59000000', '59099999', NULL, 1652953722),
(88843, '3298', '380.00', '10', '20.001', '25', '78931000', '78999999', '59000000', '59099999', NULL, 1652953723),
(88844, '3220', '760.00', '6', '20.001', '25', '78931000', '78999999', '59000000', '59099999', NULL, 1652953724),
(88845, '3298', '463.00', '10', '25.001', '30', '78931000', '78999999', '59000000', '59099999', NULL, 1652953725),
(88846, '3220', '925.00', '6', '25.001', '30', '78931000', '78999999', '59000000', '59099999', NULL, 1652953726),
(88847, '3298', '90.00', '10', '0.3', '5', '78931000', '78999999', '59100000', '59999999', NULL, 1652953726),
(88848, '3220', '183.00', '6', '0.3', '5', '78931000', '78999999', '59100000', '59999999', NULL, 1652953727),
(88849, '3298', '133.00', '10', '5.001', '10', '78931000', '78999999', '59100000', '59999999', NULL, 1652953728),
(88850, '3220', '266.00', '6', '5.001', '10', '78931000', '78999999', '59100000', '59999999', NULL, 1652953730),
(88851, '3298', '215.00', '10', '10.001', '15', '78931000', '78999999', '59100000', '59999999', NULL, 1652953730),
(88852, '3220', '430.00', '6', '10.001', '15', '78931000', '78999999', '59100000', '59999999', NULL, 1652953732),
(88853, '3298', '298.00', '10', '15.001', '20', '78931000', '78999999', '59100000', '59999999', NULL, 1652953732),
(88854, '3220', '595.00', '6', '15.001', '20', '78931000', '78999999', '59100000', '59999999', NULL, 1652953734),
(88855, '3298', '380.00', '10', '20.001', '25', '78931000', '78999999', '59100000', '59999999', NULL, 1652953735),
(88856, '3220', '760.00', '6', '20.001', '25', '78931000', '78999999', '59100000', '59999999', NULL, 1652953737),
(88857, '3298', '463.00', '10', '25.001', '30', '78931000', '78999999', '59100000', '59999999', NULL, 1652953737),
(88858, '3220', '925.00', '6', '25.001', '30', '78931000', '78999999', '59100000', '59999999', NULL, 1652953739),
(88859, '3298', '90.00', '10', '0.3', '5', '78931000', '78999999', '60000000', '60999999', NULL, 1652953744),
(88860, '3220', '183.00', '6', '0.3', '5', '78931000', '78999999', '60000000', '60999999', NULL, 1652953746),
(88861, '3298', '133.00', '10', '5.001', '10', '78931000', '78999999', '60000000', '60999999', NULL, 1652953752),
(88862, '3220', '266.00', '6', '5.001', '10', '78931000', '78999999', '60000000', '60999999', NULL, 1652953753),
(88863, '3298', '215.00', '10', '10.001', '15', '78931000', '78999999', '60000000', '60999999', NULL, 1652953758),
(88864, '3220', '430.00', '6', '10.001', '15', '78931000', '78999999', '60000000', '60999999', NULL, 1652953763),
(88865, '3298', '298.00', '10', '15.001', '20', '78931000', '78999999', '60000000', '60999999', NULL, 1652953764),
(88866, '3220', '595.00', '6', '15.001', '20', '78931000', '78999999', '60000000', '60999999', NULL, 1652953765),
(88867, '3298', '380.00', '10', '20.001', '25', '78931000', '78999999', '60000000', '60999999', NULL, 1652953766),
(88868, '3220', '760.00', '6', '20.001', '25', '78931000', '78999999', '60000000', '60999999', NULL, 1652953767),
(88869, '3298', '463.00', '10', '25.001', '30', '78931000', '78999999', '60000000', '60999999', NULL, 1652953768),
(88870, '3220', '925.00', '6', '25.001', '30', '78931000', '78999999', '60000000', '60999999', NULL, 1652953773),
(88871, '3298', '90.00', '10', '0.3', '5', '78931000', '78999999', '60000000', '61900999', NULL, 1652953774),
(88872, '3220', '183.00', '6', '0.3', '5', '78931000', '78999999', '60000000', '61900999', NULL, 1652953775),
(88873, '3298', '133.00', '10', '5.001', '10', '78931000', '78999999', '60000000', '61900999', NULL, 1652953775),
(88874, '3220', '266.00', '6', '5.001', '10', '78931000', '78999999', '60000000', '61900999', NULL, 1652953776),
(88875, '3298', '215.00', '10', '10.001', '15', '78931000', '78999999', '60000000', '61900999', NULL, 1652953777),
(88876, '3220', '430.00', '6', '10.001', '15', '78931000', '78999999', '60000000', '61900999', NULL, 1652953778),
(88877, '3298', '298.00', '10', '15.001', '20', '78931000', '78999999', '60000000', '61900999', NULL, 1652953779),
(88878, '3220', '595.00', '6', '15.001', '20', '78931000', '78999999', '60000000', '61900999', NULL, 1652953779),
(88879, '3298', '380.00', '10', '20.001', '25', '78931000', '78999999', '60000000', '61900999', NULL, 1652953780),
(88880, '3220', '760.00', '6', '20.001', '25', '78931000', '78999999', '60000000', '61900999', NULL, 1652953781),
(88881, '3298', '463.00', '10', '25.001', '30', '78931000', '78999999', '60000000', '61900999', NULL, 1652953782),
(88882, '3220', '925.00', '6', '25.001', '30', '78931000', '78999999', '60000000', '61900999', NULL, 1652953785),
(88883, '3298', '90.00', '14', '0.3', '5', '78931000', '78999999', '61901000', '63999999', NULL, 1652953788),
(88884, '3220', '183.00', '11', '0.3', '5', '78931000', '78999999', '61901000', '63999999', NULL, 1652953791),
(88885, '3298', '133.00', '14', '5.001', '10', '78931000', '78999999', '61901000', '63999999', NULL, 1652953792),
(88886, '3220', '266.00', '11', '5.001', '10', '78931000', '78999999', '61901000', '63999999', NULL, 1652953794),
(88887, '3298', '215.00', '14', '10.001', '15', '78931000', '78999999', '61901000', '63999999', NULL, 1652953795),
(88888, '3220', '430.00', '11', '10.001', '15', '78931000', '78999999', '61901000', '63999999', NULL, 1652953796),
(88889, '3298', '298.00', '14', '15.001', '20', '78931000', '78999999', '61901000', '63999999', NULL, 1652953798),
(88890, '3220', '595.00', '11', '15.001', '20', '78931000', '78999999', '61901000', '63999999', NULL, 1652953799),
(88891, '3298', '380.00', '14', '20.001', '25', '78931000', '78999999', '61901000', '63999999', NULL, 1652953799),
(88892, '3220', '760.00', '11', '20.001', '25', '78931000', '78999999', '61901000', '63999999', NULL, 1652953812),
(88893, '3298', '463.00', '14', '25.001', '30', '78931000', '78999999', '61901000', '63999999', NULL, 1652953813),
(88894, '3220', '925.00', '11', '25.001', '30', '78931000', '78999999', '61901000', '63999999', NULL, 1652953814),
(88895, '3298', '90.00', '11', '0.3', '5', '78931000', '78999999', '64000000', '64099999', NULL, 1652953815),
(88896, '3220', '183.00', '7', '0.3', '5', '78931000', '78999999', '64000000', '64099999', NULL, 1652953816),
(88897, '3298', '133.00', '11', '5.001', '10', '78931000', '78999999', '64000000', '64099999', NULL, 1652953816),
(88898, '3220', '266.00', '7', '5.001', '10', '78931000', '78999999', '64000000', '64099999', NULL, 1652953817),
(88899, '3298', '215.00', '11', '10.001', '15', '78931000', '78999999', '64000000', '64099999', NULL, 1652953818),
(88900, '3220', '430.00', '7', '10.001', '15', '78931000', '78999999', '64000000', '64099999', NULL, 1652953818),
(88901, '3298', '298.00', '11', '15.001', '20', '78931000', '78999999', '64000000', '64099999', NULL, 1652953819),
(88902, '3220', '595.00', '7', '15.001', '20', '78931000', '78999999', '64000000', '64099999', NULL, 1652953820),
(88903, '3298', '380.00', '11', '20.001', '25', '78931000', '78999999', '64000000', '64099999', NULL, 1652953820),
(88904, '3220', '760.00', '7', '20.001', '25', '78931000', '78999999', '64000000', '64099999', NULL, 1652953821),
(88905, '3298', '463.00', '11', '25.001', '30', '78931000', '78999999', '64000000', '64099999', NULL, 1652953821),
(88906, '3220', '925.00', '7', '25.001', '30', '78931000', '78999999', '64000000', '64099999', NULL, 1652953822),
(88907, '3298', '90.00', '14', '0.3', '5', '78931000', '78999999', '64100000', '64999999', NULL, 1652953823),
(88908, '3220', '183.00', '11', '0.3', '5', '78931000', '78999999', '64100000', '64999999', NULL, 1652953824),
(88909, '3298', '133.00', '14', '5.001', '10', '78931000', '78999999', '64100000', '64999999', NULL, 1652953824),
(88910, '3220', '266.00', '11', '5.001', '10', '78931000', '78999999', '64100000', '64999999', NULL, 1652953825),
(88911, '3298', '215.00', '14', '10.001', '15', '78931000', '78999999', '64100000', '64999999', NULL, 1652953825),
(88912, '3220', '430.00', '11', '10.001', '15', '78931000', '78999999', '64100000', '64999999', NULL, 1652953826),
(88913, '3298', '298.00', '14', '15.001', '20', '78931000', '78999999', '64100000', '64999999', NULL, 1652953827),
(88914, '3220', '595.00', '11', '15.001', '20', '78931000', '78999999', '64100000', '64999999', NULL, 1652953828),
(88915, '3298', '380.00', '14', '20.001', '25', '78931000', '78999999', '64100000', '64999999', NULL, 1652953843),
(88916, '3220', '760.00', '11', '20.001', '25', '78931000', '78999999', '64100000', '64999999', NULL, 1652953843),
(88917, '3298', '463.00', '14', '25.001', '30', '78931000', '78999999', '64100000', '64999999', NULL, 1652953844),
(88918, '3220', '925.00', '11', '25.001', '30', '78931000', '78999999', '64100000', '64999999', NULL, 1652953845),
(88919, '3298', '90.00', '12', '0.3', '5', '78931000', '78999999', '65000000', '65099999', NULL, 1652953845),
(88920, '3220', '183.00', '8', '0.3', '5', '78931000', '78999999', '65000000', '65099999', NULL, 1652953846),
(88921, '3298', '133.00', '12', '5.001', '10', '78931000', '78999999', '65000000', '65099999', NULL, 1652953846),
(88922, '3220', '266.00', '8', '5.001', '10', '78931000', '78999999', '65000000', '65099999', NULL, 1652953847),
(88923, '3298', '215.00', '12', '10.001', '15', '78931000', '78999999', '65000000', '65099999', NULL, 1652953847),
(88924, '3220', '430.00', '8', '10.001', '15', '78931000', '78999999', '65000000', '65099999', NULL, 1652953868),
(88925, '3298', '298.00', '12', '15.001', '20', '78931000', '78999999', '65000000', '65099999', NULL, 1652953868),
(88926, '3220', '595.00', '8', '15.001', '20', '78931000', '78999999', '65000000', '65099999', NULL, 1652953885),
(88927, '3298', '380.00', '12', '20.001', '25', '78931000', '78999999', '65000000', '65099999', NULL, 1652953898),
(88928, '3220', '760.00', '8', '20.001', '25', '78931000', '78999999', '65000000', '65099999', NULL, 1652953900),
(88929, '3298', '463.00', '12', '25.001', '30', '78931000', '78999999', '65000000', '65099999', NULL, 1652953900),
(88930, '3220', '925.00', '8', '25.001', '30', '78931000', '78999999', '65000000', '65099999', NULL, 1652953901),
(88931, '3298', '90.00', '16', '0.3', '5', '78931000', '78999999', '65100000', '65999999', NULL, 1652953902),
(88932, '3220', '183.00', '13', '0.3', '5', '78931000', '78999999', '65100000', '65999999', NULL, 1652953916),
(88933, '3298', '133.00', '16', '5.001', '10', '78931000', '78999999', '65100000', '65999999', NULL, 1652953917),
(88934, '3220', '266.00', '13', '5.001', '10', '78931000', '78999999', '65100000', '65999999', NULL, 1652953918),
(88935, '3298', '215.00', '16', '10.001', '15', '78931000', '78999999', '65100000', '65999999', NULL, 1652953919),
(88936, '3220', '430.00', '13', '10.001', '15', '78931000', '78999999', '65100000', '65999999', NULL, 1652953921),
(88937, '3298', '298.00', '16', '15.001', '20', '78931000', '78999999', '65100000', '65999999', NULL, 1652953922),
(88938, '3220', '595.00', '13', '15.001', '20', '78931000', '78999999', '65100000', '65999999', NULL, 1652953923),
(88939, '3298', '380.00', '16', '20.001', '25', '78931000', '78999999', '65100000', '65999999', NULL, 1652953924),
(88940, '3220', '760.00', '13', '20.001', '25', '78931000', '78999999', '65100000', '65999999', NULL, 1652953925),
(88941, '3298', '463.00', '16', '25.001', '30', '78931000', '78999999', '65100000', '65999999', NULL, 1652953927),
(88942, '3220', '925.00', '13', '25.001', '30', '78931000', '78999999', '65100000', '65999999', NULL, 1652953927),
(88943, '3298', '90.00', '10', '0.3', '5', '78931000', '78999999', '66000000', '66999999', NULL, 1652953928),
(88944, '3220', '183.00', '6', '0.3', '5', '78931000', '78999999', '66000000', '66999999', NULL, 1652953928),
(88945, '3298', '133.00', '10', '5.001', '10', '78931000', '78999999', '66000000', '66999999', NULL, 1652953929),
(88946, '3220', '266.00', '6', '5.001', '10', '78931000', '78999999', '66000000', '66999999', NULL, 1652953930),
(88947, '3298', '215.00', '10', '10.001', '15', '78931000', '78999999', '66000000', '66999999', NULL, 1652953930),
(88948, '3220', '430.00', '6', '10.001', '15', '78931000', '78999999', '66000000', '66999999', NULL, 1652953932),
(88949, '3298', '298.00', '10', '15.001', '20', '78931000', '78999999', '66000000', '66999999', NULL, 1652953933),
(88950, '3220', '595.00', '6', '15.001', '20', '78931000', '78999999', '66000000', '66999999', NULL, 1652953933),
(88951, '3298', '380.00', '10', '20.001', '25', '78931000', '78999999', '66000000', '66999999', NULL, 1652953934),
(88952, '3220', '760.00', '6', '20.001', '25', '78931000', '78999999', '66000000', '66999999', NULL, 1652953944),
(88953, '3298', '463.00', '10', '25.001', '30', '78931000', '78999999', '66000000', '66999999', NULL, 1652953944),
(88954, '3220', '925.00', '6', '25.001', '30', '78931000', '78999999', '66000000', '66999999', NULL, 1652953945),
(88955, '3298', '90.00', '10', '0.3', '5', '78931000', '78999999', '66000000', '67999999', NULL, 1652953946),
(88956, '3220', '183.00', '6', '0.3', '5', '78931000', '78999999', '66000000', '67999999', NULL, 1652953947),
(88957, '3298', '133.00', '10', '5.001', '10', '78931000', '78999999', '66000000', '67999999', NULL, 1652953948),
(88958, '3220', '266.00', '6', '5.001', '10', '78931000', '78999999', '66000000', '67999999', NULL, 1652953949),
(88959, '3298', '215.00', '10', '10.001', '15', '78931000', '78999999', '66000000', '67999999', NULL, 1652953949),
(88960, '3220', '430.00', '6', '10.001', '15', '78931000', '78999999', '66000000', '67999999', NULL, 1652953950),
(88961, '3298', '298.00', '10', '15.001', '20', '78931000', '78999999', '66000000', '67999999', NULL, 1652953950),
(88962, '3220', '595.00', '6', '15.001', '20', '78931000', '78999999', '66000000', '67999999', NULL, 1652953951),
(88963, '3298', '380.00', '10', '20.001', '25', '78931000', '78999999', '66000000', '67999999', NULL, 1652953952),
(88964, '3220', '760.00', '6', '20.001', '25', '78931000', '78999999', '66000000', '67999999', NULL, 1652953952),
(88965, '3298', '463.00', '10', '25.001', '30', '78931000', '78999999', '66000000', '67999999', NULL, 1652953953),
(88966, '3220', '925.00', '6', '25.001', '30', '78931000', '78999999', '66000000', '67999999', NULL, 1652953953),
(88967, '3298', '90.00', '13', '0.3', '5', '78931000', '78999999', '68000000', '68899999', NULL, 1652953962),
(88968, '3220', '183.00', '8', '0.3', '5', '78931000', '78999999', '68000000', '68899999', NULL, 1652953963),
(88969, '3298', '133.00', '13', '5.001', '10', '78931000', '78999999', '68000000', '68899999', NULL, 1652953963),
(88970, '3220', '266.00', '8', '5.001', '10', '78931000', '78999999', '68000000', '68899999', NULL, 1652953964),
(88971, '3298', '215.00', '13', '10.001', '15', '78931000', '78999999', '68000000', '68899999', NULL, 1652953964),
(88972, '3220', '430.00', '8', '10.001', '15', '78931000', '78999999', '68000000', '68899999', NULL, 1652953965),
(88973, '3298', '298.00', '13', '15.001', '20', '78931000', '78999999', '68000000', '68899999', NULL, 1652953966),
(88974, '3220', '595.00', '8', '15.001', '20', '78931000', '78999999', '68000000', '68899999', NULL, 1652953966),
(88975, '3298', '380.00', '13', '20.001', '25', '78931000', '78999999', '68000000', '68899999', NULL, 1652953967),
(88976, '3220', '760.00', '8', '20.001', '25', '78931000', '78999999', '68000000', '68899999', NULL, 1652953968),
(88977, '3298', '463.00', '13', '25.001', '30', '78931000', '78999999', '68000000', '68899999', NULL, 1652953977),
(88978, '3220', '925.00', '8', '25.001', '30', '78931000', '78999999', '68000000', '68899999', NULL, 1652953986),
(88979, '3298', '90.00', '22', '0.3', '5', '78931000', '78999999', '68900000', '68914999', NULL, 1652953986),
(88980, '3220', '183.00', '14', '0.3', '5', '78931000', '78999999', '68900000', '68914999', NULL, 1652953987),
(88981, '3298', '133.00', '22', '5.001', '10', '78931000', '78999999', '68900000', '68914999', NULL, 1652953988),
(88982, '3220', '266.00', '14', '5.001', '10', '78931000', '78999999', '68900000', '68914999', NULL, 1652953988),
(88983, '3298', '215.00', '22', '10.001', '15', '78931000', '78999999', '68900000', '68914999', NULL, 1652953997),
(88984, '3220', '430.00', '14', '10.001', '15', '78931000', '78999999', '68900000', '68914999', NULL, 1652954007),
(88985, '3298', '298.00', '22', '15.001', '20', '78931000', '78999999', '68900000', '68914999', NULL, 1652954007),
(88986, '3220', '595.00', '14', '15.001', '20', '78931000', '78999999', '68900000', '68914999', NULL, 1652954015),
(88987, '3298', '380.00', '22', '20.001', '25', '78931000', '78999999', '68900000', '68914999', NULL, 1652954016),
(88988, '3220', '760.00', '14', '20.001', '25', '78931000', '78999999', '68900000', '68914999', NULL, 1652954017),
(88989, '3298', '463.00', '22', '25.001', '30', '78931000', '78999999', '68900000', '68914999', NULL, 1652954017),
(88990, '3220', '925.00', '14', '25.001', '30', '78931000', '78999999', '68900000', '68914999', NULL, 1652954019),
(88991, '3298', '90.00', '23', '0.3', '5', '78931000', '78999999', '68915000', '68999999', NULL, 1652954019),
(88992, '3220', '183.00', '17', '0.3', '5', '78931000', '78999999', '68915000', '68999999', NULL, 1652954020),
(88993, '3298', '133.00', '23', '5.001', '10', '78931000', '78999999', '68915000', '68999999', NULL, 1652954021),
(88994, '3220', '266.00', '17', '5.001', '10', '78931000', '78999999', '68915000', '68999999', NULL, 1652954021),
(88995, '3298', '215.00', '23', '10.001', '15', '78931000', '78999999', '68915000', '68999999', NULL, 1652954022),
(88996, '3220', '430.00', '17', '10.001', '15', '78931000', '78999999', '68915000', '68999999', NULL, 1652954023),
(88997, '3298', '298.00', '23', '15.001', '20', '78931000', '78999999', '68915000', '68999999', NULL, 1652954023),
(88998, '3220', '595.00', '17', '15.001', '20', '78931000', '78999999', '68915000', '68999999', NULL, 1652954024),
(88999, '3298', '380.00', '23', '20.001', '25', '78931000', '78999999', '68915000', '68999999', NULL, 1652954024),
(89000, '3220', '760.00', '17', '20.001', '25', '78931000', '78999999', '68915000', '68999999', NULL, 1652954026),
(89001, '3298', '463.00', '23', '25.001', '30', '78931000', '78999999', '68915000', '68999999', NULL, 1652954033),
(89002, '3220', '925.00', '17', '25.001', '30', '78931000', '78999999', '68915000', '68999999', NULL, 1652954034),
(89003, '3298', '90.00', '22', '0.3', '5', '78931000', '78999999', '69000000', '69099999', NULL, 1652954035),
(89004, '3220', '183.00', '6', '0.3', '5', '78931000', '78999999', '69000000', '69099999', NULL, 1652954036),
(89005, '3298', '133.00', '22', '5.001', '10', '78931000', '78999999', '69000000', '69099999', NULL, 1652954036),
(89006, '3220', '266.00', '6', '5.001', '10', '78931000', '78999999', '69000000', '69099999', NULL, 1652954037),
(89007, '3298', '215.00', '22', '10.001', '15', '78931000', '78999999', '69000000', '69099999', NULL, 1652954037),
(89008, '3220', '430.00', '6', '10.001', '15', '78931000', '78999999', '69000000', '69099999', NULL, 1652954038),
(89009, '3298', '298.00', '22', '15.001', '20', '78931000', '78999999', '69000000', '69099999', NULL, 1652954039),
(89010, '3220', '595.00', '6', '15.001', '20', '78931000', '78999999', '69000000', '69099999', NULL, 1652954039),
(89011, '3298', '380.00', '22', '20.001', '25', '78931000', '78999999', '69000000', '69099999', NULL, 1652954040),
(89012, '3220', '760.00', '6', '20.001', '25', '78931000', '78999999', '69000000', '69099999', NULL, 1652954049),
(89013, '3298', '463.00', '22', '25.001', '30', '78931000', '78999999', '69000000', '69099999', NULL, 1652954050),
(89014, '3220', '925.00', '6', '25.001', '30', '78931000', '78999999', '69000000', '69099999', NULL, 1652954051),
(89015, '3298', '90.00', '31', '0.3', '5', '78931000', '78999999', '69100000', '69299999', NULL, 1652954052),
(89016, '3220', '183.00', '11', '0.3', '5', '78931000', '78999999', '69100000', '69299999', NULL, 1652954052),
(89017, '3298', '133.00', '31', '5.001', '10', '78931000', '78999999', '69100000', '69299999', NULL, 1652954053),
(89018, '3220', '266.00', '11', '5.001', '10', '78931000', '78999999', '69100000', '69299999', NULL, 1652954054),
(89019, '3298', '215.00', '31', '10.001', '15', '78931000', '78999999', '69100000', '69299999', NULL, 1652954054),
(89020, '3220', '430.00', '11', '10.001', '15', '78931000', '78999999', '69100000', '69299999', NULL, 1652954056),
(89021, '3298', '298.00', '31', '15.001', '20', '78931000', '78999999', '69100000', '69299999', NULL, 1652954056),
(89022, '3220', '595.00', '11', '15.001', '20', '78931000', '78999999', '69100000', '69299999', NULL, 1652954057),
(89023, '3298', '380.00', '31', '20.001', '25', '78931000', '78999999', '69100000', '69299999', NULL, 1652954058),
(89024, '3220', '760.00', '11', '20.001', '25', '78931000', '78999999', '69100000', '69299999', NULL, 1652954059),
(89025, '3298', '463.00', '31', '25.001', '30', '78931000', '78999999', '69100000', '69299999', NULL, 1652954060),
(89026, '3220', '925.00', '11', '25.001', '30', '78931000', '78999999', '69100000', '69299999', NULL, 1652954060),
(89027, '3298', '90.00', '22', '0.3', '5', '78931000', '78999999', '69300000', '69339999', NULL, 1652954061),
(89028, '3220', '183.00', '6', '0.3', '5', '78931000', '78999999', '69300000', '69339999', NULL, 1652954061),
(89029, '3298', '133.00', '22', '5.001', '10', '78931000', '78999999', '69300000', '69339999', NULL, 1652954062),
(89030, '3220', '266.00', '6', '5.001', '10', '78931000', '78999999', '69300000', '69339999', NULL, 1652954062),
(89031, '3298', '215.00', '22', '10.001', '15', '78931000', '78999999', '69300000', '69339999', NULL, 1652954063),
(89032, '3220', '430.00', '6', '10.001', '15', '78931000', '78999999', '69300000', '69339999', NULL, 1652954064),
(89033, '3298', '298.00', '22', '15.001', '20', '78931000', '78999999', '69300000', '69339999', NULL, 1652954065),
(89034, '3220', '595.00', '6', '15.001', '20', '78931000', '78999999', '69300000', '69339999', NULL, 1652954065),
(89035, '3298', '380.00', '22', '20.001', '25', '78931000', '78999999', '69300000', '69339999', NULL, 1652954066),
(89036, '3220', '760.00', '6', '20.001', '25', '78931000', '78999999', '69300000', '69339999', NULL, 1652954067),
(89037, '3298', '463.00', '22', '25.001', '30', '78931000', '78999999', '69300000', '69339999', NULL, 1652954068),
(89038, '3220', '925.00', '6', '25.001', '30', '78931000', '78999999', '69300000', '69339999', NULL, 1652954069),
(89039, '3298', '90.00', '31', '0.3', '5', '78931000', '78999999', '69340000', '69389999', NULL, 1652954074),
(89040, '3220', '183.00', '13', '0.3', '5', '78931000', '78999999', '69340000', '69389999', NULL, 1652954076),
(89041, '3298', '133.00', '31', '5.001', '10', '78931000', '78999999', '69340000', '69389999', NULL, 1652954076),
(89042, '3220', '266.00', '13', '5.001', '10', '78931000', '78999999', '69340000', '69389999', NULL, 1652954077),
(89043, '3298', '215.00', '31', '10.001', '15', '78931000', '78999999', '69340000', '69389999', NULL, 1652954077),
(89044, '3220', '430.00', '13', '10.001', '15', '78931000', '78999999', '69340000', '69389999', NULL, 1652954078),
(89045, '3298', '298.00', '31', '15.001', '20', '78931000', '78999999', '69340000', '69389999', NULL, 1652954081),
(89046, '3220', '595.00', '13', '15.001', '20', '78931000', '78999999', '69340000', '69389999', NULL, 1652954082),
(89047, '3298', '380.00', '31', '20.001', '25', '78931000', '78999999', '69340000', '69389999', NULL, 1652954083),
(89048, '3220', '760.00', '13', '20.001', '25', '78931000', '78999999', '69340000', '69389999', NULL, 1652954084),
(89049, '3298', '463.00', '31', '25.001', '30', '78931000', '78999999', '69340000', '69389999', NULL, 1652954084),
(89050, '3220', '925.00', '13', '25.001', '30', '78931000', '78999999', '69340000', '69389999', NULL, 1652954085),
(89051, '3298', '90.00', '9', '0.3', '5', '78931000', '78999999', '69900000', '69920999', NULL, 1652954096),
(89052, '3220', '183.00', '5', '0.3', '5', '78931000', '78999999', '69900000', '69920999', NULL, 1652954096),
(89053, '3298', '133.00', '9', '5.001', '10', '78931000', '78999999', '69900000', '69920999', NULL, 1652954110),
(89054, '3220', '266.00', '5', '5.001', '10', '78931000', '78999999', '69900000', '69920999', NULL, 1652954124),
(89055, '3298', '215.00', '9', '10.001', '15', '78931000', '78999999', '69900000', '69920999', NULL, 1652954125),
(89056, '3220', '430.00', '5', '10.001', '15', '78931000', '78999999', '69900000', '69920999', NULL, 1652954125),
(89057, '3298', '298.00', '9', '15.001', '20', '78931000', '78999999', '69900000', '69920999', NULL, 1652954126),
(89058, '3220', '595.00', '5', '15.001', '20', '78931000', '78999999', '69900000', '69920999', NULL, 1652954127),
(89059, '3298', '380.00', '9', '20.001', '25', '78931000', '78999999', '69900000', '69920999', NULL, 1652954128),
(89060, '3220', '760.00', '5', '20.001', '25', '78931000', '78999999', '69900000', '69920999', NULL, 1652954140),
(89061, '3298', '463.00', '9', '25.001', '30', '78931000', '78999999', '69900000', '69920999', NULL, 1652954151),
(89062, '3220', '925.00', '5', '25.001', '30', '78931000', '78999999', '69900000', '69920999', NULL, 1652954152),
(89063, '3298', '90.00', '12', '0.3', '5', '78931000', '78999999', '69921000', '69999999', NULL, 1652954152),
(89064, '3220', '183.00', '10', '0.3', '5', '78931000', '78999999', '69921000', '69999999', NULL, 1652954153),
(89065, '3298', '133.00', '12', '5.001', '10', '78931000', '78999999', '69921000', '69999999', NULL, 1652954154),
(89066, '3220', '266.00', '10', '5.001', '10', '78931000', '78999999', '69921000', '69999999', NULL, 1652954155),
(89067, '3298', '215.00', '12', '10.001', '15', '78931000', '78999999', '69921000', '69999999', NULL, 1652954156),
(89068, '3220', '430.00', '10', '10.001', '15', '78931000', '78999999', '69921000', '69999999', NULL, 1652954157),
(89069, '3298', '298.00', '12', '15.001', '20', '78931000', '78999999', '69921000', '69999999', NULL, 1652954158),
(89070, '3220', '595.00', '10', '15.001', '20', '78931000', '78999999', '69921000', '69999999', NULL, 1652954158),
(89071, '3298', '380.00', '12', '20.001', '25', '78931000', '78999999', '69921000', '69999999', NULL, 1652954159),
(89072, '3220', '760.00', '10', '20.001', '25', '78931000', '78999999', '69921000', '69999999', NULL, 1652954160),
(89073, '3298', '463.00', '12', '25.001', '30', '78931000', '78999999', '69921000', '69999999', NULL, 1652954160),
(89074, '3220', '925.00', '10', '25.001', '30', '78931000', '78999999', '69921000', '69999999', NULL, 1652954169),
(89075, '3298', '50.00', '9', '0.3', '5', '78931000', '78999999', '71000000', '73699999', NULL, 1652954170),
(89076, '3220', '124.00', '5', '0.3', '5', '78931000', '78999999', '71000000', '73699999', NULL, 1652954170),
(89077, '3298', '83.00', '9', '5.001', '10', '78931000', '78999999', '71000000', '73699999', NULL, 1652954171),
(89078, '3220', '175.00', '5', '5.001', '10', '78931000', '78999999', '71000000', '73699999', NULL, 1652954172),
(89079, '3298', '135.00', '9', '10.001', '15', '78931000', '78999999', '71000000', '73699999', NULL, 1652954172),
(89080, '3220', '283.00', '5', '10.001', '15', '78931000', '78999999', '71000000', '73699999', NULL, 1652954173),
(89081, '3298', '186.00', '9', '15.001', '20', '78931000', '78999999', '71000000', '73699999', NULL, 1652954174),
(89082, '3220', '392.00', '5', '15.001', '20', '78931000', '78999999', '71000000', '73699999', NULL, 1652954174),
(89083, '3298', '238.00', '9', '20.001', '25', '78931000', '78999999', '71000000', '73699999', NULL, 1652954181),
(89084, '3220', '500.00', '5', '20.001', '25', '78931000', '78999999', '71000000', '73699999', NULL, 1652954181),
(89085, '3298', '290.00', '9', '25.001', '30', '78931000', '78999999', '71000000', '73699999', NULL, 1652954182),
(89086, '3220', '609.00', '5', '25.001', '30', '78931000', '78999999', '71000000', '73699999', NULL, 1652954183),
(89087, '3298', '50.00', '10', '0.3', '5', '78931000', '78999999', '72800000', '73999999', NULL, 1652954183),
(89088, '3220', '124.00', '6', '0.3', '5', '78931000', '78999999', '72800000', '73999999', NULL, 1652954184),
(89089, '3298', '83.00', '10', '5.001', '10', '78931000', '78999999', '72800000', '73999999', NULL, 1652954185),
(89090, '3220', '175.00', '6', '5.001', '10', '78931000', '78999999', '72800000', '73999999', NULL, 1652954186),
(89091, '3298', '135.00', '10', '10.001', '15', '78931000', '78999999', '72800000', '73999999', NULL, 1652954191),
(89092, '3220', '283.00', '6', '10.001', '15', '78931000', '78999999', '72800000', '73999999', NULL, 1652954192),
(89093, '3298', '186.00', '10', '15.001', '20', '78931000', '78999999', '72800000', '73999999', NULL, 1652954193),
(89094, '3220', '392.00', '6', '15.001', '20', '78931000', '78999999', '72800000', '73999999', NULL, 1652954193),
(89095, '3298', '238.00', '10', '20.001', '25', '78931000', '78999999', '72800000', '73999999', NULL, 1652954194),
(89096, '3220', '500.00', '6', '20.001', '25', '78931000', '78999999', '72800000', '73999999', NULL, 1652954195),
(89097, '3298', '290.00', '10', '25.001', '30', '78931000', '78999999', '72800000', '73999999', NULL, 1652954196),
(89098, '3220', '609.00', '6', '25.001', '30', '78931000', '78999999', '72800000', '73999999', NULL, 1652954196),
(89099, '3298', '50.00', '9', '0.3', '5', '78931000', '78999999', '74000000', '74894999', NULL, 1652954197),
(89100, '3220', '124.00', '5', '0.3', '5', '78931000', '78999999', '74000000', '74894999', NULL, 1652954198),
(89101, '3298', '83.00', '9', '5.001', '10', '78931000', '78999999', '74000000', '74894999', NULL, 1652954198),
(89102, '3220', '175.00', '5', '5.001', '10', '78931000', '78999999', '74000000', '74894999', NULL, 1652954199),
(89103, '3298', '135.00', '9', '10.001', '15', '78931000', '78999999', '74000000', '74894999', NULL, 1652954200),
(89104, '3220', '283.00', '5', '10.001', '15', '78931000', '78999999', '74000000', '74894999', NULL, 1652954203),
(89105, '3298', '186.00', '9', '15.001', '20', '78931000', '78999999', '74000000', '74894999', NULL, 1652954204),
(89106, '3220', '392.00', '5', '15.001', '20', '78931000', '78999999', '74000000', '74894999', NULL, 1652954205),
(89107, '3298', '238.00', '9', '20.001', '25', '78931000', '78999999', '74000000', '74894999', NULL, 1652954206),
(89108, '3220', '500.00', '5', '20.001', '25', '78931000', '78999999', '74000000', '74894999', NULL, 1652954207),
(89109, '3298', '290.00', '9', '25.001', '30', '78931000', '78999999', '74000000', '74894999', NULL, 1652954207),
(89110, '3220', '609.00', '5', '25.001', '30', '78931000', '78999999', '74000000', '74894999', NULL, 1652954208),
(89111, '3298', '50.00', '9', '0.3', '5', '78931000', '78999999', '74895000', '76799999', NULL, 1652954209),
(89112, '3220', '124.00', '5', '0.3', '5', '78931000', '78999999', '74895000', '76799999', NULL, 1652954209),
(89113, '3298', '83.00', '9', '5.001', '10', '78931000', '78999999', '74895000', '76799999', NULL, 1652954210),
(89114, '3220', '175.00', '5', '5.001', '10', '78931000', '78999999', '74895000', '76799999', NULL, 1652954211),
(89115, '3298', '135.00', '9', '10.001', '15', '78931000', '78999999', '74895000', '76799999', NULL, 1652954211),
(89116, '3220', '283.00', '5', '10.001', '15', '78931000', '78999999', '74895000', '76799999', NULL, 1652954212),
(89117, '3298', '186.00', '9', '15.001', '20', '78931000', '78999999', '74895000', '76799999', NULL, 1652954212),
(89118, '3220', '392.00', '5', '15.001', '20', '78931000', '78999999', '74895000', '76799999', NULL, 1652954215),
(89119, '3298', '238.00', '9', '20.001', '25', '78931000', '78999999', '74895000', '76799999', NULL, 1652954216),
(89120, '3220', '500.00', '5', '20.001', '25', '78931000', '78999999', '74895000', '76799999', NULL, 1652954216),
(89121, '3298', '290.00', '9', '25.001', '30', '78931000', '78999999', '74895000', '76799999', NULL, 1652954220),
(89122, '3220', '609.00', '5', '25.001', '30', '78931000', '78999999', '74895000', '76799999', NULL, 1652954220),
(89123, '3298', '70.00', '10', '0.3', '5', '78931000', '78999999', '77000000', '77270999', NULL, 1652954221),
(89124, '3220', '157.00', '6', '0.3', '5', '78931000', '78999999', '77000000', '77270999', NULL, 1652954222),
(89125, '3298', '106.00', '10', '5.001', '10', '78931000', '78999999', '77000000', '77270999', NULL, 1652954222),
(89126, '3220', '226.00', '6', '5.001', '10', '78931000', '78999999', '77000000', '77270999', NULL, 1652954222),
(89127, '3298', '172.00', '10', '10.001', '15', '78931000', '78999999', '77000000', '77270999', NULL, 1652954223),
(89128, '3220', '367.00', '6', '10.001', '15', '78931000', '78999999', '77000000', '77270999', NULL, 1652954224),
(89129, '3298', '239.00', '10', '15.001', '20', '78931000', '78999999', '77000000', '77270999', NULL, 1652954225),
(89130, '3220', '508.00', '6', '15.001', '20', '78931000', '78999999', '77000000', '77270999', NULL, 1652954227),
(89131, '3298', '305.00', '10', '20.001', '25', '78931000', '78999999', '77000000', '77270999', NULL, 1652954229),
(89132, '3220', '649.00', '6', '20.001', '25', '78931000', '78999999', '77000000', '77270999', NULL, 1652954230);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(89133, '3298', '371.00', '10', '25.001', '30', '78931000', '78999999', '77000000', '77270999', NULL, 1652954231),
(89134, '3220', '789.00', '6', '25.001', '30', '78931000', '78999999', '77000000', '77270999', NULL, 1652954231),
(89135, '3298', '70.00', '11', '0.3', '5', '78931000', '78999999', '77300000', '77995999', NULL, 1652954232),
(89136, '3220', '157.00', '7', '0.3', '5', '78931000', '78999999', '77300000', '77995999', NULL, 1652954234),
(89137, '3298', '106.00', '11', '5.001', '10', '78931000', '78999999', '77300000', '77995999', NULL, 1652954234),
(89138, '3220', '226.00', '7', '5.001', '10', '78931000', '78999999', '77300000', '77995999', NULL, 1652954235),
(89139, '3298', '172.00', '11', '10.001', '15', '78931000', '78999999', '77300000', '77995999', NULL, 1652954235),
(89140, '3220', '367.00', '7', '10.001', '15', '78931000', '78999999', '77300000', '77995999', NULL, 1652954236),
(89141, '3298', '239.00', '11', '15.001', '20', '78931000', '78999999', '77300000', '77995999', NULL, 1652954237),
(89142, '3220', '508.00', '7', '15.001', '20', '78931000', '78999999', '77300000', '77995999', NULL, 1652954238),
(89143, '3298', '305.00', '11', '20.001', '25', '78931000', '78999999', '77300000', '77995999', NULL, 1652954239),
(89144, '3220', '649.00', '7', '20.001', '25', '78931000', '78999999', '77300000', '77995999', NULL, 1652954239),
(89145, '3298', '371.00', '11', '25.001', '30', '78931000', '78999999', '77300000', '77995999', NULL, 1652954240),
(89146, '3220', '789.00', '7', '25.001', '30', '78931000', '78999999', '77300000', '77995999', NULL, 1652954241),
(89147, '3298', '26.00', '7', '0.3', '5', '78931000', '78999999', '78000000', '78109999', NULL, 1652954241),
(89148, '3220', '34.00', '3', '0.3', '5', '78931000', '78999999', '78000000', '78109999', NULL, 1652954242),
(89149, '3298', '32.00', '7', '5.001', '10', '78931000', '78999999', '78000000', '78109999', NULL, 1652954242),
(89150, '3220', '48.00', '3', '5.001', '10', '78931000', '78999999', '78000000', '78109999', NULL, 1652954243),
(89151, '3298', '52.00', '7', '10.001', '15', '78931000', '78999999', '78000000', '78109999', NULL, 1652954243),
(89152, '3220', '79.00', '3', '10.001', '15', '78931000', '78999999', '78000000', '78109999', NULL, 1652954244),
(89153, '3298', '72.00', '7', '15.001', '20', '78931000', '78999999', '78000000', '78109999', NULL, 1652954245),
(89154, '3220', '109.00', '3', '15.001', '20', '78931000', '78999999', '78000000', '78109999', NULL, 1652954245),
(89155, '3298', '92.00', '7', '20.001', '25', '78931000', '78999999', '78000000', '78109999', NULL, 1652954246),
(89156, '3220', '139.00', '3', '20.001', '25', '78931000', '78999999', '78000000', '78109999', NULL, 1652954247),
(89157, '3298', '112.00', '7', '25.001', '30', '78931000', '78999999', '78000000', '78109999', NULL, 1652954247),
(89158, '3220', '170.00', '3', '25.001', '30', '78931000', '78999999', '78000000', '78109999', NULL, 1652954248),
(89159, '3298', '26.00', '6', '0.3', '5', '78931000', '78999999', '78110000', '78899999', NULL, 1652954249),
(89160, '3220', '34.00', '4', '0.3', '5', '78931000', '78999999', '78110000', '78899999', NULL, 1652954249),
(89161, '3298', '32.00', '6', '5.001', '10', '78931000', '78999999', '78110000', '78899999', NULL, 1652954250),
(89162, '3220', '48.00', '4', '5.001', '10', '78931000', '78999999', '78110000', '78899999', NULL, 1652954250),
(89163, '3298', '52.00', '6', '10.001', '15', '78931000', '78999999', '78110000', '78899999', NULL, 1652954251),
(89164, '3220', '79.00', '4', '10.001', '15', '78931000', '78999999', '78110000', '78899999', NULL, 1652954252),
(89165, '3298', '72.00', '6', '15.001', '20', '78931000', '78999999', '78110000', '78899999', NULL, 1652954252),
(89166, '3220', '109.00', '4', '15.001', '20', '78931000', '78999999', '78110000', '78899999', NULL, 1652954253),
(89167, '3298', '92.00', '6', '20.001', '25', '78931000', '78999999', '78110000', '78899999', NULL, 1652954253),
(89168, '3220', '139.00', '4', '20.001', '25', '78931000', '78999999', '78110000', '78899999', NULL, 1652954254),
(89169, '3298', '112.00', '6', '25.001', '30', '78931000', '78999999', '78110000', '78899999', NULL, 1652954255),
(89170, '3220', '170.00', '4', '25.001', '30', '78931000', '78999999', '78110000', '78899999', NULL, 1652954256),
(89171, '3298', '70.00', '10', '0.3', '5', '78931000', '78999999', '78900000', '78930999', NULL, 1652954256),
(89172, '3220', '157.00', '6', '0.3', '5', '78931000', '78999999', '78900000', '78930999', NULL, 1652954257),
(89173, '3298', '106.00', '10', '5.001', '10', '78931000', '78999999', '78900000', '78930999', NULL, 1652954257),
(89174, '3220', '226.00', '6', '5.001', '10', '78931000', '78999999', '78900000', '78930999', NULL, 1652954258),
(89175, '3298', '172.00', '10', '10.001', '15', '78931000', '78999999', '78900000', '78930999', NULL, 1652954258),
(89176, '3220', '367.00', '6', '10.001', '15', '78931000', '78999999', '78900000', '78930999', NULL, 1652954259),
(89177, '3298', '239.00', '10', '15.001', '20', '78931000', '78999999', '78900000', '78930999', NULL, 1652954259),
(89178, '3220', '508.00', '6', '15.001', '20', '78931000', '78999999', '78900000', '78930999', NULL, 1652954259),
(89179, '3298', '305.00', '10', '20.001', '25', '78931000', '78999999', '78900000', '78930999', NULL, 1652954260),
(89180, '3220', '649.00', '6', '20.001', '25', '78931000', '78999999', '78900000', '78930999', NULL, 1652954261),
(89181, '3298', '371.00', '10', '25.001', '30', '78931000', '78999999', '78900000', '78930999', NULL, 1652954262),
(89182, '3220', '789.00', '6', '25.001', '30', '78931000', '78999999', '78900000', '78930999', NULL, 1652954262),
(89183, '3298', '26.00', '5', '0.3', '5', '78931000', '78999999', '78931000', '78999999', NULL, 1652954262),
(89184, '3220', '22.00', '1', '0.3', '5', '78931000', '78999999', '78931000', '78999999', NULL, 1652954263),
(89185, '3298', '32.00', '5', '5.001', '10', '78931000', '78999999', '78931000', '78999999', NULL, 1652954263),
(89186, '3220', '28.00', '1', '5.001', '10', '78931000', '78999999', '78931000', '78999999', NULL, 1652954264),
(89187, '3298', '52.00', '5', '10.001', '15', '78931000', '78999999', '78931000', '78999999', NULL, 1652954265),
(89188, '3220', '45.00', '1', '10.001', '15', '78931000', '78999999', '78931000', '78999999', NULL, 1652954266),
(89189, '3298', '72.00', '5', '15.001', '20', '78931000', '78999999', '78931000', '78999999', NULL, 1652954266),
(89190, '3220', '63.00', '1', '15.001', '20', '78931000', '78999999', '78931000', '78999999', NULL, 1652954267),
(89191, '3298', '92.00', '5', '20.001', '25', '78931000', '78999999', '78931000', '78999999', NULL, 1652954267),
(89192, '3220', '80.00', '1', '20.001', '25', '78931000', '78999999', '78931000', '78999999', NULL, 1652954267),
(89193, '3298', '112.00', '5', '25.001', '30', '78931000', '78999999', '78931000', '78999999', NULL, 1652954268),
(89194, '3220', '97.00', '1', '25.001', '30', '78931000', '78999999', '78931000', '78999999', NULL, 1652954269),
(89195, '3298', '44.00', '8', '0.3', '5', '78931000', '78999999', '79000000', '79129999', NULL, 1652954269),
(89196, '3220', '102.00', '4', '0.3', '5', '78931000', '78999999', '79000000', '79129999', NULL, 1652954270),
(89197, '3298', '74.00', '8', '5.001', '10', '78931000', '78999999', '79000000', '79129999', NULL, 1652954271),
(89198, '3220', '141.00', '4', '5.001', '10', '78931000', '78999999', '79000000', '79129999', NULL, 1652954271),
(89199, '3298', '120.00', '8', '10.001', '15', '78931000', '78999999', '79000000', '79129999', NULL, 1652954272),
(89200, '3220', '229.00', '4', '10.001', '15', '78931000', '78999999', '79000000', '79129999', NULL, 1652954272),
(89201, '3298', '166.00', '8', '15.001', '20', '78931000', '78999999', '79000000', '79129999', NULL, 1652954273),
(89202, '3220', '316.00', '4', '15.001', '20', '78931000', '78999999', '79000000', '79129999', NULL, 1652954273),
(89203, '3298', '212.00', '8', '20.001', '25', '78931000', '78999999', '79000000', '79129999', NULL, 1652954274),
(89204, '3220', '404.00', '4', '20.001', '25', '78931000', '78999999', '79000000', '79129999', NULL, 1652954275),
(89205, '3298', '258.00', '8', '25.001', '30', '78931000', '78999999', '79000000', '79129999', NULL, 1652954276),
(89206, '3220', '492.00', '4', '25.001', '30', '78931000', '78999999', '79000000', '79129999', NULL, 1652954276),
(89207, '3298', '44.00', '10', '0.3', '5', '78931000', '78999999', '79130000', '79999999', NULL, 1652954277),
(89208, '3220', '102.00', '7', '0.3', '5', '78931000', '78999999', '79130000', '79999999', NULL, 1652954277),
(89209, '3298', '74.00', '10', '5.001', '10', '78931000', '78999999', '79130000', '79999999', NULL, 1652954278),
(89210, '3220', '141.00', '7', '5.001', '10', '78931000', '78999999', '79130000', '79999999', NULL, 1652954279),
(89211, '3298', '120.00', '10', '10.001', '15', '78931000', '78999999', '79130000', '79999999', NULL, 1652954280),
(89212, '3220', '229.00', '7', '10.001', '15', '78931000', '78999999', '79130000', '79999999', NULL, 1652954280),
(89213, '3298', '166.00', '10', '15.001', '20', '78931000', '78999999', '79130000', '79999999', NULL, 1652954281),
(89214, '3220', '316.00', '7', '15.001', '20', '78931000', '78999999', '79130000', '79999999', NULL, 1652954282),
(89215, '3298', '212.00', '10', '20.001', '25', '78931000', '78999999', '79130000', '79999999', NULL, 1652954282),
(89216, '3220', '404.00', '7', '20.001', '25', '78931000', '78999999', '79130000', '79999999', NULL, 1652954283),
(89217, '3298', '258.00', '10', '25.001', '30', '78931000', '78999999', '79130000', '79999999', NULL, 1652954283),
(89218, '3220', '492.00', '7', '25.001', '30', '78931000', '78999999', '79130000', '79999999', NULL, 1652954284),
(89219, '3298', '70.00', '9', '0.3', '5', '78931000', '78999999', '80000000', '82999999', NULL, 1652954285),
(89220, '3220', '157.00', '5', '0.3', '5', '78931000', '78999999', '80000000', '82999999', NULL, 1652954285),
(89221, '3298', '106.00', '9', '5.001', '10', '78931000', '78999999', '80000000', '82999999', NULL, 1652954286),
(89222, '3220', '226.00', '5', '5.001', '10', '78931000', '78999999', '80000000', '82999999', NULL, 1652954286),
(89223, '3298', '172.00', '9', '10.001', '15', '78931000', '78999999', '80000000', '82999999', NULL, 1652954287),
(89224, '3220', '367.00', '5', '10.001', '15', '78931000', '78999999', '80000000', '82999999', NULL, 1652954287),
(89225, '3298', '239.00', '9', '15.001', '20', '78931000', '78999999', '80000000', '82999999', NULL, 1652954288),
(89226, '3220', '508.00', '5', '15.001', '20', '78931000', '78999999', '80000000', '82999999', NULL, 1652954288),
(89227, '3298', '305.00', '9', '20.001', '25', '78931000', '78999999', '80000000', '82999999', NULL, 1652954289),
(89228, '3220', '649.00', '5', '20.001', '25', '78931000', '78999999', '80000000', '82999999', NULL, 1652954289),
(89229, '3298', '371.00', '9', '25.001', '30', '78931000', '78999999', '80000000', '82999999', NULL, 1652954290),
(89230, '3220', '789.00', '5', '25.001', '30', '78931000', '78999999', '80000000', '82999999', NULL, 1652954291),
(89231, '3298', '70.00', '9', '0.3', '5', '78931000', '78999999', '80000000', '83800999', NULL, 1652954291),
(89232, '3220', '157.00', '5', '0.3', '5', '78931000', '78999999', '80000000', '83800999', NULL, 1652954292),
(89233, '3298', '106.00', '9', '5.001', '10', '78931000', '78999999', '80000000', '83800999', NULL, 1652954292),
(89234, '3220', '226.00', '5', '5.001', '10', '78931000', '78999999', '80000000', '83800999', NULL, 1652954293),
(89235, '3298', '172.00', '9', '10.001', '15', '78931000', '78999999', '80000000', '83800999', NULL, 1652954293),
(89236, '3220', '367.00', '5', '10.001', '15', '78931000', '78999999', '80000000', '83800999', NULL, 1652954294),
(89237, '3298', '239.00', '9', '15.001', '20', '78931000', '78999999', '80000000', '83800999', NULL, 1652954295),
(89238, '3220', '508.00', '5', '15.001', '20', '78931000', '78999999', '80000000', '83800999', NULL, 1652954296),
(89239, '3298', '305.00', '9', '20.001', '25', '78931000', '78999999', '80000000', '83800999', NULL, 1652954296),
(89240, '3220', '649.00', '5', '20.001', '25', '78931000', '78999999', '80000000', '83800999', NULL, 1652954297),
(89241, '3298', '371.00', '9', '25.001', '30', '78931000', '78999999', '80000000', '83800999', NULL, 1652954298),
(89242, '3220', '789.00', '5', '25.001', '30', '78931000', '78999999', '80000000', '83800999', NULL, 1652954298),
(89243, '3298', '70.00', '9', '0.3', '5', '78931000', '78999999', '83801000', '87999999', NULL, 1652954299),
(89244, '3220', '157.00', '8', '0.3', '5', '78931000', '78999999', '83801000', '87999999', NULL, 1652954300),
(89245, '3298', '106.00', '9', '5.001', '10', '78931000', '78999999', '83801000', '87999999', NULL, 1652954300),
(89246, '3220', '226.00', '8', '5.001', '10', '78931000', '78999999', '83801000', '87999999', NULL, 1652954301),
(89247, '3298', '172.00', '9', '10.001', '15', '78931000', '78999999', '83801000', '87999999', NULL, 1652954301),
(89248, '3220', '367.00', '8', '10.001', '15', '78931000', '78999999', '83801000', '87999999', NULL, 1652954302),
(89249, '3298', '239.00', '9', '15.001', '20', '78931000', '78999999', '83801000', '87999999', NULL, 1652954302),
(89250, '3220', '508.00', '8', '15.001', '20', '78931000', '78999999', '83801000', '87999999', NULL, 1652954303),
(89251, '3298', '305.00', '9', '20.001', '25', '78931000', '78999999', '83801000', '87999999', NULL, 1652954304),
(89252, '3220', '649.00', '8', '20.001', '25', '78931000', '78999999', '83801000', '87999999', NULL, 1652954304),
(89253, '3298', '371.00', '9', '25.001', '30', '78931000', '78999999', '83801000', '87999999', NULL, 1652954305),
(89254, '3220', '789.00', '8', '25.001', '30', '78931000', '78999999', '83801000', '87999999', NULL, 1652954305),
(89255, '3298', '90.00', '9', '0.3', '5', '78931000', '78999999', '88000000', '82999999', NULL, 1652954306),
(89256, '3220', '183.00', '5', '0.3', '5', '78931000', '78999999', '88000000', '82999999', NULL, 1652954306),
(89257, '3298', '133.00', '9', '5.001', '10', '78931000', '78999999', '88000000', '82999999', NULL, 1652954307),
(89258, '3220', '266.00', '5', '5.001', '10', '78931000', '78999999', '88000000', '82999999', NULL, 1652954307),
(89259, '3298', '215.00', '9', '10.001', '15', '78931000', '78999999', '88000000', '82999999', NULL, 1652954308),
(89260, '3220', '430.00', '5', '10.001', '15', '78931000', '78999999', '88000000', '82999999', NULL, 1652954309),
(89261, '3298', '298.00', '9', '15.001', '20', '78931000', '78999999', '88000000', '82999999', NULL, 1652954310),
(89262, '3220', '595.00', '5', '15.001', '20', '78931000', '78999999', '88000000', '82999999', NULL, 1652954310),
(89263, '3298', '380.00', '9', '20.001', '25', '78931000', '78999999', '88000000', '82999999', NULL, 1652954311),
(89264, '3220', '760.00', '5', '20.001', '25', '78931000', '78999999', '88000000', '82999999', NULL, 1652954311),
(89265, '3298', '463.00', '9', '25.001', '30', '78931000', '78999999', '88000000', '82999999', NULL, 1652954312),
(89266, '3220', '925.00', '5', '25.001', '30', '78931000', '78999999', '88000000', '82999999', NULL, 1652954313),
(89267, '3298', '90.00', '9', '0.3', '5', '78931000', '78999999', '88000000', '88469999', NULL, 1652954313),
(89268, '3220', '183.00', '5', '0.3', '5', '78931000', '78999999', '88000000', '88469999', NULL, 1652954314),
(89269, '3298', '133.00', '9', '5.001', '10', '78931000', '78999999', '88000000', '88469999', NULL, 1652954314),
(89270, '3220', '266.00', '5', '5.001', '10', '78931000', '78999999', '88000000', '88469999', NULL, 1652954315),
(89271, '3298', '215.00', '9', '10.001', '15', '78931000', '78999999', '88000000', '88469999', NULL, 1652954316),
(89272, '3220', '430.00', '5', '10.001', '15', '78931000', '78999999', '88000000', '88469999', NULL, 1652954317),
(89273, '3298', '298.00', '9', '15.001', '20', '78931000', '78999999', '88000000', '88469999', NULL, 1652954317),
(89274, '3220', '595.00', '5', '15.001', '20', '78931000', '78999999', '88000000', '88469999', NULL, 1652954318),
(89275, '3298', '380.00', '9', '20.001', '25', '78931000', '78999999', '88000000', '88469999', NULL, 1652954318),
(89276, '3220', '760.00', '5', '20.001', '25', '78931000', '78999999', '88000000', '88469999', NULL, 1652954319),
(89277, '3298', '463.00', '9', '25.001', '30', '78931000', '78999999', '88000000', '88469999', NULL, 1652954319),
(89278, '3220', '925.00', '5', '25.001', '30', '78931000', '78999999', '88000000', '88469999', NULL, 1652954320),
(89279, '3298', '90.00', '10', '0.3', '5', '78931000', '78999999', '88470000', '89999999', NULL, 1652954320),
(89280, '3220', '183.00', '6', '0.3', '5', '78931000', '78999999', '88470000', '89999999', NULL, 1652954321),
(89281, '3298', '133.00', '10', '5.001', '10', '78931000', '78999999', '88470000', '89999999', NULL, 1652954322),
(89282, '3220', '266.00', '6', '5.001', '10', '78931000', '78999999', '88470000', '89999999', NULL, 1652954322),
(89283, '3298', '215.00', '10', '10.001', '15', '78931000', '78999999', '88470000', '89999999', NULL, 1652954323),
(89284, '3220', '430.00', '6', '10.001', '15', '78931000', '78999999', '88470000', '89999999', NULL, 1652954323),
(89285, '3298', '298.00', '10', '15.001', '20', '78931000', '78999999', '88470000', '89999999', NULL, 1652954323),
(89286, '3220', '595.00', '6', '15.001', '20', '78931000', '78999999', '88470000', '89999999', NULL, 1652954324),
(89287, '3298', '380.00', '10', '20.001', '25', '78931000', '78999999', '88470000', '89999999', NULL, 1652954324),
(89288, '3220', '760.00', '6', '20.001', '25', '78931000', '78999999', '88470000', '89999999', NULL, 1652954325),
(89289, '3298', '463.00', '10', '25.001', '30', '78931000', '78999999', '88470000', '89999999', NULL, 1652954326),
(89290, '3220', '925.00', '6', '25.001', '30', '78931000', '78999999', '88470000', '89999999', NULL, 1652954326),
(89291, '3298', '90.00', '9', '0.3', '5', '78931000', '78999999', '90000000', '91999999', NULL, 1652954327),
(89292, '3220', '183.00', '5', '0.3', '5', '78931000', '78999999', '90000000', '91999999', NULL, 1652954328),
(89293, '3298', '133.00', '9', '5.001', '10', '78931000', '78999999', '90000000', '91999999', NULL, 1652954328),
(89294, '3220', '266.00', '5', '5.001', '10', '78931000', '78999999', '90000000', '91999999', NULL, 1652954329),
(89295, '3298', '215.00', '9', '10.001', '15', '78931000', '78999999', '90000000', '91999999', NULL, 1652954329),
(89296, '3220', '430.00', '5', '10.001', '15', '78931000', '78999999', '90000000', '91999999', NULL, 1652954329),
(89297, '3298', '298.00', '9', '15.001', '20', '78931000', '78999999', '90000000', '91999999', NULL, 1652954330),
(89298, '3220', '595.00', '5', '15.001', '20', '78931000', '78999999', '90000000', '91999999', NULL, 1652954331),
(89299, '3298', '380.00', '9', '20.001', '25', '78931000', '78999999', '90000000', '91999999', NULL, 1652954331),
(89300, '3220', '760.00', '5', '20.001', '25', '78931000', '78999999', '90000000', '91999999', NULL, 1652954331),
(89301, '3298', '463.00', '9', '25.001', '30', '78931000', '78999999', '90000000', '91999999', NULL, 1652954332),
(89302, '3220', '925.00', '5', '25.001', '30', '78931000', '78999999', '90000000', '91999999', NULL, 1652954332),
(89303, '3298', '90.00', '10', '0.3', '5', '78931000', '78999999', '90000000', '94900999', NULL, 1652954333),
(89304, '3220', '183.00', '6', '0.3', '5', '78931000', '78999999', '90000000', '94900999', NULL, 1652954333),
(89305, '3298', '133.00', '10', '5.001', '10', '78931000', '78999999', '90000000', '94900999', NULL, 1652954334),
(89306, '3220', '266.00', '6', '5.001', '10', '78931000', '78999999', '90000000', '94900999', NULL, 1652954334),
(89307, '3298', '215.00', '10', '10.001', '15', '78931000', '78999999', '90000000', '94900999', NULL, 1652954335),
(89308, '3220', '430.00', '6', '10.001', '15', '78931000', '78999999', '90000000', '94900999', NULL, 1652954335),
(89309, '3298', '298.00', '10', '15.001', '20', '78931000', '78999999', '90000000', '94900999', NULL, 1652954336),
(89310, '3220', '595.00', '6', '15.001', '20', '78931000', '78999999', '90000000', '94900999', NULL, 1652954336),
(89311, '3298', '380.00', '10', '20.001', '25', '78931000', '78999999', '90000000', '94900999', NULL, 1652954337),
(89312, '3220', '760.00', '6', '20.001', '25', '78931000', '78999999', '90000000', '94900999', NULL, 1652954338),
(89313, '3298', '463.00', '10', '25.001', '30', '78931000', '78999999', '90000000', '94900999', NULL, 1652954339),
(89314, '3220', '925.00', '6', '25.001', '30', '78931000', '78999999', '90000000', '94900999', NULL, 1652954339),
(89315, '3298', '90.00', '12', '0.3', '5', '78931000', '78999999', '94901000', '99999999', NULL, 1652954340),
(89316, '3220', '183.00', '10', '0.3', '5', '78931000', '78999999', '94901000', '99999999', NULL, 1652954340),
(89317, '3298', '133.00', '12', '5.001', '10', '78931000', '78999999', '94901000', '99999999', NULL, 1652954341),
(89318, '3220', '266.00', '10', '5.001', '10', '78931000', '78999999', '94901000', '99999999', NULL, 1652954342),
(89319, '3298', '215.00', '12', '10.001', '15', '78931000', '78999999', '94901000', '99999999', NULL, 1652954342),
(89320, '3220', '430.00', '10', '10.001', '15', '78931000', '78999999', '94901000', '99999999', NULL, 1652954343),
(89321, '3298', '298.00', '12', '15.001', '20', '78931000', '78999999', '94901000', '99999999', NULL, 1652954343),
(89322, '3220', '595.00', '10', '15.001', '20', '78931000', '78999999', '94901000', '99999999', NULL, 1652954344),
(89323, '3298', '380.00', '12', '20.001', '25', '78931000', '78999999', '94901000', '99999999', NULL, 1652954345),
(89324, '3220', '760.00', '10', '20.001', '25', '78931000', '78999999', '94901000', '99999999', NULL, 1652954345),
(89325, '3298', '463.00', '12', '25.001', '30', '78931000', '78999999', '94901000', '99999999', NULL, 1652954347),
(89326, '3220', '925.00', '10', '25.001', '30', '78931000', '78999999', '94901000', '99999999', NULL, 1652954347),
(89327, '3298', '34.00', '6', '0.3', '5', '79000000', '79129999', '01000000', '08499999', NULL, 1652954348),
(89328, '3220', '80.00', '1', '0.3', '5', '79000000', '79129999', '01000000', '08499999', NULL, 1652954348),
(89329, '3298', '50.00', '6', '5.001', '10', '79000000', '79129999', '01000000', '08499999', NULL, 1652954349),
(89330, '3220', '125.00', '1', '5.001', '10', '79000000', '79129999', '01000000', '08499999', NULL, 1652954350),
(89331, '3298', '82.00', '6', '10.001', '15', '79000000', '79129999', '01000000', '08499999', NULL, 1652954350),
(89332, '3220', '203.00', '1', '10.001', '15', '79000000', '79129999', '01000000', '08499999', NULL, 1652954351),
(89333, '3298', '113.00', '6', '15.001', '20', '79000000', '79129999', '01000000', '08499999', NULL, 1652954351),
(89334, '3220', '281.00', '1', '15.001', '20', '79000000', '79129999', '01000000', '08499999', NULL, 1652954352),
(89335, '3298', '145.00', '6', '20.001', '25', '79000000', '79129999', '01000000', '08499999', NULL, 1652954353),
(89336, '3220', '359.00', '1', '20.001', '25', '79000000', '79129999', '01000000', '08499999', NULL, 1652954354),
(89337, '3298', '176.00', '6', '25.001', '30', '79000000', '79129999', '01000000', '08499999', NULL, 1652954354),
(89338, '3220', '437.00', '1', '25.001', '30', '79000000', '79129999', '01000000', '08499999', NULL, 1652954355),
(89339, '3298', '34.00', '6', '0.3', '5', '79000000', '79129999', '06000000', '09999999', NULL, 1652954355),
(89340, '3220', '80.00', '2', '0.3', '5', '79000000', '79129999', '06000000', '09999999', NULL, 1652954356),
(89341, '3298', '50.00', '6', '5.001', '10', '79000000', '79129999', '06000000', '09999999', NULL, 1652954357),
(89342, '3220', '125.00', '2', '5.001', '10', '79000000', '79129999', '06000000', '09999999', NULL, 1652954357),
(89343, '3298', '82.00', '6', '10.001', '15', '79000000', '79129999', '06000000', '09999999', NULL, 1652954358),
(89344, '3220', '203.00', '2', '10.001', '15', '79000000', '79129999', '06000000', '09999999', NULL, 1652954358),
(89345, '3298', '113.00', '6', '15.001', '20', '79000000', '79129999', '06000000', '09999999', NULL, 1652954359),
(89346, '3220', '281.00', '2', '15.001', '20', '79000000', '79129999', '06000000', '09999999', NULL, 1652954359),
(89347, '3298', '145.00', '6', '20.001', '25', '79000000', '79129999', '06000000', '09999999', NULL, 1652954360),
(89348, '3220', '359.00', '2', '20.001', '25', '79000000', '79129999', '06000000', '09999999', NULL, 1652954361),
(89349, '3298', '176.00', '6', '25.001', '30', '79000000', '79129999', '06000000', '09999999', NULL, 1652954361),
(89350, '3220', '437.00', '2', '25.001', '30', '79000000', '79129999', '06000000', '09999999', NULL, 1652954362),
(89351, '3298', '34.00', '7', '0.3', '5', '79000000', '79129999', '11000000', '11999999', NULL, 1652954362),
(89352, '3220', '80.00', '3', '0.3', '5', '79000000', '79129999', '11000000', '11999999', NULL, 1652954363),
(89353, '3298', '50.00', '7', '5.001', '10', '79000000', '79129999', '11000000', '11999999', NULL, 1652954364),
(89354, '3220', '125.00', '3', '5.001', '10', '79000000', '79129999', '11000000', '11999999', NULL, 1652954364),
(89355, '3298', '82.00', '7', '10.001', '15', '79000000', '79129999', '11000000', '11999999', NULL, 1652954365),
(89356, '3220', '203.00', '3', '10.001', '15', '79000000', '79129999', '11000000', '11999999', NULL, 1652954365),
(89357, '3298', '113.00', '7', '15.001', '20', '79000000', '79129999', '11000000', '11999999', NULL, 1652954366),
(89358, '3220', '281.00', '3', '15.001', '20', '79000000', '79129999', '11000000', '11999999', NULL, 1652954367),
(89359, '3298', '145.00', '7', '20.001', '25', '79000000', '79129999', '11000000', '11999999', NULL, 1652954367),
(89360, '3220', '359.00', '3', '20.001', '25', '79000000', '79129999', '11000000', '11999999', NULL, 1652954368),
(89361, '3298', '176.00', '7', '25.001', '30', '79000000', '79129999', '11000000', '11999999', NULL, 1652954369),
(89362, '3220', '437.00', '3', '25.001', '30', '79000000', '79129999', '11000000', '11999999', NULL, 1652954369),
(89363, '3298', '34.00', '6', '0.3', '5', '79000000', '79129999', '12000000', '19999999', NULL, 1652954370),
(89364, '3220', '80.00', '2', '0.3', '5', '79000000', '79129999', '12000000', '19999999', NULL, 1652954370),
(89365, '3298', '50.00', '6', '5.001', '10', '79000000', '79129999', '12000000', '19999999', NULL, 1652954371),
(89366, '3220', '125.00', '2', '5.001', '10', '79000000', '79129999', '12000000', '19999999', NULL, 1652954372),
(89367, '3298', '82.00', '6', '10.001', '15', '79000000', '79129999', '12000000', '19999999', NULL, 1652954372),
(89368, '3220', '203.00', '2', '10.001', '15', '79000000', '79129999', '12000000', '19999999', NULL, 1652954373),
(89369, '3298', '113.00', '6', '15.001', '20', '79000000', '79129999', '12000000', '19999999', NULL, 1652954373),
(89370, '3220', '281.00', '2', '15.001', '20', '79000000', '79129999', '12000000', '19999999', NULL, 1652954374),
(89371, '3298', '145.00', '6', '20.001', '25', '79000000', '79129999', '12000000', '19999999', NULL, 1652954375),
(89372, '3220', '359.00', '2', '20.001', '25', '79000000', '79129999', '12000000', '19999999', NULL, 1652954376),
(89373, '3298', '176.00', '6', '25.001', '30', '79000000', '79129999', '12000000', '19999999', NULL, 1652954376),
(89374, '3220', '437.00', '2', '25.001', '30', '79000000', '79129999', '12000000', '19999999', NULL, 1652954377),
(89375, '3298', '50.00', '8', '0.3', '5', '79000000', '79129999', '26601000', '28999999', NULL, 1652954388),
(89376, '3220', '124.00', '4', '0.3', '5', '79000000', '79129999', '26601000', '28999999', NULL, 1652954388),
(89377, '3298', '83.00', '8', '5.001', '10', '79000000', '79129999', '26601000', '28999999', NULL, 1652954389),
(89378, '3220', '175.00', '4', '5.001', '10', '79000000', '79129999', '26601000', '28999999', NULL, 1652954389),
(89379, '3298', '135.00', '8', '10.001', '15', '79000000', '79129999', '26601000', '28999999', NULL, 1652954390),
(89380, '3220', '283.00', '4', '10.001', '15', '79000000', '79129999', '26601000', '28999999', NULL, 1652954391),
(89381, '3298', '186.00', '8', '15.001', '20', '79000000', '79129999', '26601000', '28999999', NULL, 1652954391),
(89382, '3220', '392.00', '4', '15.001', '20', '79000000', '79129999', '26601000', '28999999', NULL, 1652954392),
(89383, '3298', '238.00', '8', '20.001', '25', '79000000', '79129999', '26601000', '28999999', NULL, 1652954392),
(89384, '3220', '500.00', '4', '20.001', '25', '79000000', '79129999', '26601000', '28999999', NULL, 1652954393),
(89385, '3298', '290.00', '8', '25.001', '30', '79000000', '79129999', '26601000', '28999999', NULL, 1652954394),
(89386, '3220', '609.00', '4', '25.001', '30', '79000000', '79129999', '26601000', '28999999', NULL, 1652954394),
(89387, '3298', '38.00', '6', '0.3', '5', '79000000', '79129999', '29000000', '29099999', NULL, 1652954395),
(89388, '3220', '113.00', '2', '0.3', '5', '79000000', '79129999', '29000000', '29099999', NULL, 1652954395),
(89389, '3298', '58.00', '6', '5.001', '10', '79000000', '79129999', '29000000', '29099999', NULL, 1652954396),
(89390, '3220', '176.00', '2', '5.001', '10', '79000000', '79129999', '29000000', '29099999', NULL, 1652954397),
(89391, '3298', '94.00', '6', '10.001', '15', '79000000', '79129999', '29000000', '29099999', NULL, 1652954397),
(89392, '3220', '286.00', '2', '10.001', '15', '79000000', '79129999', '29000000', '29099999', NULL, 1652954398),
(89393, '3298', '130.00', '6', '15.001', '20', '79000000', '79129999', '29000000', '29099999', NULL, 1652954399),
(89394, '3220', '396.00', '2', '15.001', '20', '79000000', '79129999', '29000000', '29099999', NULL, 1652954399),
(89395, '3298', '166.00', '6', '20.001', '25', '79000000', '79129999', '29000000', '29099999', NULL, 1652954400),
(89396, '3220', '505.00', '2', '20.001', '25', '79000000', '79129999', '29000000', '29099999', NULL, 1652954401),
(89397, '3298', '202.00', '6', '25.001', '30', '79000000', '79129999', '29000000', '29099999', NULL, 1652954401),
(89398, '3220', '615.00', '2', '25.001', '30', '79000000', '79129999', '29000000', '29099999', NULL, 1652954402),
(89399, '3298', '70.00', '8', '0.3', '5', '79000000', '79129999', '29100000', '29999999', NULL, 1652954406),
(89400, '3220', '157.00', '5', '0.3', '5', '79000000', '79129999', '29100000', '29999999', NULL, 1652954407),
(89401, '3298', '106.00', '8', '5.001', '10', '79000000', '79129999', '29100000', '29999999', NULL, 1652954408),
(89402, '3220', '226.00', '5', '5.001', '10', '79000000', '79129999', '29100000', '29999999', NULL, 1652954408),
(89403, '3298', '172.00', '8', '10.001', '15', '79000000', '79129999', '29100000', '29999999', NULL, 1652954409),
(89404, '3220', '367.00', '5', '10.001', '15', '79000000', '79129999', '29100000', '29999999', NULL, 1652954409),
(89405, '3298', '239.00', '8', '15.001', '20', '79000000', '79129999', '29100000', '29999999', NULL, 1652954410),
(89406, '3220', '508.00', '5', '15.001', '20', '79000000', '79129999', '29100000', '29999999', NULL, 1652954410),
(89407, '3298', '305.00', '8', '20.001', '25', '79000000', '79129999', '29100000', '29999999', NULL, 1652954411),
(89408, '3220', '649.00', '5', '20.001', '25', '79000000', '79129999', '29100000', '29999999', NULL, 1652954412),
(89409, '3298', '371.00', '8', '25.001', '30', '79000000', '79129999', '29100000', '29999999', NULL, 1652954412),
(89410, '3220', '789.00', '5', '25.001', '30', '79000000', '79129999', '29100000', '29999999', NULL, 1652954413),
(89411, '3298', '34.00', '7', '0.3', '5', '79000000', '79129999', '30000000', '31999999', NULL, 1652954413),
(89412, '3220', '80.00', '2', '0.3', '5', '79000000', '79129999', '30000000', '31999999', NULL, 1652954414),
(89413, '3298', '50.00', '7', '5.001', '10', '79000000', '79129999', '30000000', '31999999', NULL, 1652954415),
(89414, '3220', '125.00', '2', '5.001', '10', '79000000', '79129999', '30000000', '31999999', NULL, 1652954415),
(89415, '3298', '82.00', '7', '10.001', '15', '79000000', '79129999', '30000000', '31999999', NULL, 1652954416),
(89416, '3220', '203.00', '2', '10.001', '15', '79000000', '79129999', '30000000', '31999999', NULL, 1652954416),
(89417, '3298', '113.00', '7', '15.001', '20', '79000000', '79129999', '30000000', '31999999', NULL, 1652954417),
(89418, '3220', '281.00', '2', '15.001', '20', '79000000', '79129999', '30000000', '31999999', NULL, 1652954418),
(89419, '3298', '145.00', '7', '20.001', '25', '79000000', '79129999', '30000000', '31999999', NULL, 1652954418),
(89420, '3220', '359.00', '2', '20.001', '25', '79000000', '79129999', '30000000', '31999999', NULL, 1652954419),
(89421, '3298', '176.00', '7', '25.001', '30', '79000000', '79129999', '30000000', '31999999', NULL, 1652954419),
(89422, '3220', '437.00', '2', '25.001', '30', '79000000', '79129999', '30000000', '31999999', NULL, 1652954420),
(89423, '3298', '34.00', '7', '0.3', '5', '79000000', '79129999', '30000000', '34999999', NULL, 1652954420),
(89424, '3220', '80.00', '2', '0.3', '5', '79000000', '79129999', '30000000', '34999999', NULL, 1652954421),
(89425, '3298', '50.00', '7', '5.001', '10', '79000000', '79129999', '30000000', '34999999', NULL, 1652954421),
(89426, '3220', '125.00', '2', '5.001', '10', '79000000', '79129999', '30000000', '34999999', NULL, 1652954422),
(89427, '3298', '82.00', '7', '10.001', '15', '79000000', '79129999', '30000000', '34999999', NULL, 1652954422),
(89428, '3220', '203.00', '2', '10.001', '15', '79000000', '79129999', '30000000', '34999999', NULL, 1652954423),
(89429, '3298', '113.00', '7', '15.001', '20', '79000000', '79129999', '30000000', '34999999', NULL, 1652954423),
(89430, '3220', '281.00', '2', '15.001', '20', '79000000', '79129999', '30000000', '34999999', NULL, 1652954424),
(89431, '3298', '145.00', '7', '20.001', '25', '79000000', '79129999', '30000000', '34999999', NULL, 1652954425),
(89432, '3220', '359.00', '2', '20.001', '25', '79000000', '79129999', '30000000', '34999999', NULL, 1652954425),
(89433, '3298', '176.00', '7', '25.001', '30', '79000000', '79129999', '30000000', '34999999', NULL, 1652954425),
(89434, '3220', '437.00', '2', '25.001', '30', '79000000', '79129999', '30000000', '34999999', NULL, 1652954426),
(89435, '3298', '50.00', '9', '0.3', '5', '79000000', '79129999', '35000000', '39999999', NULL, 1652954427),
(89436, '3220', '124.00', '4', '0.3', '5', '79000000', '79129999', '35000000', '39999999', NULL, 1652954427),
(89437, '3298', '83.00', '9', '5.001', '10', '79000000', '79129999', '35000000', '39999999', NULL, 1652954429),
(89438, '3220', '175.00', '4', '5.001', '10', '79000000', '79129999', '35000000', '39999999', NULL, 1652954429),
(89439, '3298', '135.00', '9', '10.001', '15', '79000000', '79129999', '35000000', '39999999', NULL, 1652954430),
(89440, '3220', '283.00', '4', '10.001', '15', '79000000', '79129999', '35000000', '39999999', NULL, 1652954431),
(89441, '3298', '186.00', '9', '15.001', '20', '79000000', '79129999', '35000000', '39999999', NULL, 1652954431),
(89442, '3220', '392.00', '4', '15.001', '20', '79000000', '79129999', '35000000', '39999999', NULL, 1652954432),
(89443, '3298', '238.00', '9', '20.001', '25', '79000000', '79129999', '35000000', '39999999', NULL, 1652954432),
(89444, '3220', '500.00', '4', '20.001', '25', '79000000', '79129999', '35000000', '39999999', NULL, 1652954433),
(89445, '3298', '290.00', '9', '25.001', '30', '79000000', '79129999', '35000000', '39999999', NULL, 1652954434),
(89446, '3220', '609.00', '4', '25.001', '30', '79000000', '79129999', '35000000', '39999999', NULL, 1652954434),
(89447, '3298', '45.00', '7', '0.3', '5', '79000000', '79129999', '40000000', '41999999', NULL, 1652954435),
(89448, '3220', '137.00', '2', '0.3', '5', '79000000', '79129999', '40000000', '41999999', NULL, 1652954435),
(89449, '3298', '71.00', '7', '5.001', '10', '79000000', '79129999', '40000000', '41999999', NULL, 1652954436),
(89450, '3220', '214.00', '2', '5.001', '10', '79000000', '79129999', '40000000', '41999999', NULL, 1652954436),
(89451, '3298', '116.00', '7', '10.001', '15', '79000000', '79129999', '40000000', '41999999', NULL, 1652954437),
(89452, '3220', '346.00', '2', '10.001', '15', '79000000', '79129999', '40000000', '41999999', NULL, 1652954438),
(89453, '3298', '160.00', '7', '15.001', '20', '79000000', '79129999', '40000000', '41999999', NULL, 1652954438),
(89454, '3220', '479.00', '2', '15.001', '20', '79000000', '79129999', '40000000', '41999999', NULL, 1652954439),
(89455, '3298', '205.00', '7', '20.001', '25', '79000000', '79129999', '40000000', '41999999', NULL, 1652954439),
(89456, '3220', '612.00', '2', '20.001', '25', '79000000', '79129999', '40000000', '41999999', NULL, 1652954440),
(89457, '3298', '249.00', '7', '25.001', '30', '79000000', '79129999', '40000000', '41999999', NULL, 1652954440),
(89458, '3220', '744.00', '2', '25.001', '30', '79000000', '79129999', '40000000', '41999999', NULL, 1652954441),
(89459, '3298', '45.00', '7', '0.3', '5', '79000000', '79129999', '40000000', '44470999', NULL, 1652954442),
(89460, '3220', '137.00', '2', '0.3', '5', '79000000', '79129999', '40000000', '44470999', NULL, 1652954442),
(89461, '3298', '71.00', '7', '5.001', '10', '79000000', '79129999', '40000000', '44470999', NULL, 1652954443),
(89462, '3220', '214.00', '2', '5.001', '10', '79000000', '79129999', '40000000', '44470999', NULL, 1652954443),
(89463, '3298', '116.00', '7', '10.001', '15', '79000000', '79129999', '40000000', '44470999', NULL, 1652954444),
(89464, '3220', '346.00', '2', '10.001', '15', '79000000', '79129999', '40000000', '44470999', NULL, 1652954445),
(89465, '3298', '160.00', '7', '15.001', '20', '79000000', '79129999', '40000000', '44470999', NULL, 1652954445),
(89466, '3220', '479.00', '2', '15.001', '20', '79000000', '79129999', '40000000', '44470999', NULL, 1652954446),
(89467, '3298', '205.00', '7', '20.001', '25', '79000000', '79129999', '40000000', '44470999', NULL, 1652954447),
(89468, '3220', '612.00', '2', '20.001', '25', '79000000', '79129999', '40000000', '44470999', NULL, 1652954447),
(89469, '3298', '249.00', '7', '25.001', '30', '79000000', '79129999', '40000000', '44470999', NULL, 1652954448),
(89470, '3220', '744.00', '2', '25.001', '30', '79000000', '79129999', '40000000', '44470999', NULL, 1652954448),
(89471, '3298', '78.00', '7', '0.3', '5', '79000000', '79129999', '44471000', '48999999', NULL, 1652954449),
(89472, '3220', '154.00', '3', '0.3', '5', '79000000', '79129999', '44471000', '48999999', NULL, 1652954450),
(89473, '3298', '114.00', '7', '5.001', '10', '79000000', '79129999', '44471000', '48999999', NULL, 1652954450),
(89474, '3220', '223.00', '3', '5.001', '10', '79000000', '79129999', '44471000', '48999999', NULL, 1652954451),
(89475, '3298', '185.00', '7', '10.001', '15', '79000000', '79129999', '44471000', '48999999', NULL, 1652954451),
(89476, '3220', '361.00', '3', '10.001', '15', '79000000', '79129999', '44471000', '48999999', NULL, 1652954452),
(89477, '3298', '256.00', '7', '15.001', '20', '79000000', '79129999', '44471000', '48999999', NULL, 1652954452),
(89478, '3220', '500.00', '3', '15.001', '20', '79000000', '79129999', '44471000', '48999999', NULL, 1652954453),
(89479, '3298', '327.00', '7', '20.001', '25', '79000000', '79129999', '44471000', '48999999', NULL, 1652954454),
(89480, '3220', '638.00', '3', '20.001', '25', '79000000', '79129999', '44471000', '48999999', NULL, 1652954454),
(89481, '3298', '398.00', '7', '25.001', '30', '79000000', '79129999', '44471000', '48999999', NULL, 1652954455),
(89482, '3220', '777.00', '3', '25.001', '30', '79000000', '79129999', '44471000', '48999999', NULL, 1652954455),
(89483, '3298', '45.00', '8', '0.3', '5', '79000000', '79129999', '49000000', '49099999', NULL, 1652954456),
(89484, '3220', '137.00', '2', '0.3', '5', '79000000', '79129999', '49000000', '49099999', NULL, 1652954456),
(89485, '3298', '71.00', '8', '5.001', '10', '79000000', '79129999', '49000000', '49099999', NULL, 1652954456),
(89486, '3220', '214.00', '2', '5.001', '10', '79000000', '79129999', '49000000', '49099999', NULL, 1652954457),
(89487, '3298', '116.00', '8', '10.001', '15', '79000000', '79129999', '49000000', '49099999', NULL, 1652954457),
(89488, '3220', '346.00', '2', '10.001', '15', '79000000', '79129999', '49000000', '49099999', NULL, 1652954458),
(89489, '3298', '160.00', '8', '15.001', '20', '79000000', '79129999', '49000000', '49099999', NULL, 1652954458),
(89490, '3220', '479.00', '2', '15.001', '20', '79000000', '79129999', '49000000', '49099999', NULL, 1652954459),
(89491, '3298', '205.00', '8', '20.001', '25', '79000000', '79129999', '49000000', '49099999', NULL, 1652954460),
(89492, '3220', '612.00', '2', '20.001', '25', '79000000', '79129999', '49000000', '49099999', NULL, 1652954460),
(89493, '3298', '249.00', '8', '25.001', '30', '79000000', '79129999', '49000000', '49099999', NULL, 1652954461),
(89494, '3220', '744.00', '2', '25.001', '30', '79000000', '79129999', '49000000', '49099999', NULL, 1652954462),
(89495, '3298', '90.00', '11', '0.3', '5', '79000000', '79129999', '49100000', '49999999', NULL, 1652954462),
(89496, '3220', '183.00', '5', '0.3', '5', '79000000', '79129999', '49100000', '49999999', NULL, 1652954463),
(89497, '3298', '133.00', '11', '5.001', '10', '79000000', '79129999', '49100000', '49999999', NULL, 1652954463),
(89498, '3220', '266.00', '5', '5.001', '10', '79000000', '79129999', '49100000', '49999999', NULL, 1652954464),
(89499, '3298', '215.00', '11', '10.001', '15', '79000000', '79129999', '49100000', '49999999', NULL, 1652954464),
(89500, '3220', '430.00', '5', '10.001', '15', '79000000', '79129999', '49100000', '49999999', NULL, 1652954465),
(89501, '3298', '298.00', '11', '15.001', '20', '79000000', '79129999', '49100000', '49999999', NULL, 1652954465),
(89502, '3220', '595.00', '5', '15.001', '20', '79000000', '79129999', '49100000', '49999999', NULL, 1652954466),
(89503, '3298', '380.00', '11', '20.001', '25', '79000000', '79129999', '49100000', '49999999', NULL, 1652954466),
(89504, '3220', '760.00', '5', '20.001', '25', '79000000', '79129999', '49100000', '49999999', NULL, 1652954467),
(89505, '3298', '463.00', '11', '25.001', '30', '79000000', '79129999', '49100000', '49999999', NULL, 1652954468),
(89506, '3220', '925.00', '5', '25.001', '30', '79000000', '79129999', '49100000', '49999999', NULL, 1652954468),
(89507, '3298', '45.00', '7', '0.3', '5', '79000000', '79129999', '50000000', '52999999', NULL, 1652954469),
(89508, '3220', '137.00', '2', '0.3', '5', '79000000', '79129999', '50000000', '52999999', NULL, 1652954469),
(89509, '3298', '71.00', '7', '5.001', '10', '79000000', '79129999', '50000000', '52999999', NULL, 1652954470),
(89510, '3220', '214.00', '2', '5.001', '10', '79000000', '79129999', '50000000', '52999999', NULL, 1652954470),
(89511, '3298', '116.00', '7', '10.001', '15', '79000000', '79129999', '50000000', '52999999', NULL, 1652954471),
(89512, '3220', '346.00', '2', '10.001', '15', '79000000', '79129999', '50000000', '52999999', NULL, 1652954472),
(89513, '3298', '160.00', '7', '15.001', '20', '79000000', '79129999', '50000000', '52999999', NULL, 1652954472),
(89514, '3220', '479.00', '2', '15.001', '20', '79000000', '79129999', '50000000', '52999999', NULL, 1652954473),
(89515, '3298', '205.00', '7', '20.001', '25', '79000000', '79129999', '50000000', '52999999', NULL, 1652954473),
(89516, '3220', '612.00', '2', '20.001', '25', '79000000', '79129999', '50000000', '52999999', NULL, 1652954473),
(89517, '3298', '249.00', '7', '25.001', '30', '79000000', '79129999', '50000000', '52999999', NULL, 1652954474),
(89518, '3220', '744.00', '2', '25.001', '30', '79000000', '79129999', '50000000', '52999999', NULL, 1652954475),
(89519, '3298', '45.00', '7', '0.3', '5', '79000000', '79129999', '50000000', '54999999', NULL, 1652954475),
(89520, '3220', '137.00', '2', '0.3', '5', '79000000', '79129999', '50000000', '54999999', NULL, 1652954476),
(89521, '3298', '71.00', '7', '5.001', '10', '79000000', '79129999', '50000000', '54999999', NULL, 1652954476),
(89522, '3220', '214.00', '2', '5.001', '10', '79000000', '79129999', '50000000', '54999999', NULL, 1652954477),
(89523, '3298', '116.00', '7', '10.001', '15', '79000000', '79129999', '50000000', '54999999', NULL, 1652954477),
(89524, '3220', '346.00', '2', '10.001', '15', '79000000', '79129999', '50000000', '54999999', NULL, 1652954478),
(89525, '3298', '160.00', '7', '15.001', '20', '79000000', '79129999', '50000000', '54999999', NULL, 1652954479),
(89526, '3220', '479.00', '2', '15.001', '20', '79000000', '79129999', '50000000', '54999999', NULL, 1652954479),
(89527, '3298', '205.00', '7', '20.001', '25', '79000000', '79129999', '50000000', '54999999', NULL, 1652954480),
(89528, '3220', '612.00', '2', '20.001', '25', '79000000', '79129999', '50000000', '54999999', NULL, 1652954480),
(89529, '3298', '249.00', '7', '25.001', '30', '79000000', '79129999', '50000000', '54999999', NULL, 1652954481),
(89530, '3220', '744.00', '2', '25.001', '30', '79000000', '79129999', '50000000', '54999999', NULL, 1652954481),
(89531, '3298', '90.00', '12', '0.3', '5', '79000000', '79129999', '55000000', '56999999', NULL, 1652954482),
(89532, '3220', '183.00', '7', '0.3', '5', '79000000', '79129999', '55000000', '56999999', NULL, 1652954482),
(89533, '3298', '133.00', '12', '5.001', '10', '79000000', '79129999', '55000000', '56999999', NULL, 1652954483),
(89534, '3220', '266.00', '7', '5.001', '10', '79000000', '79129999', '55000000', '56999999', NULL, 1652954484),
(89535, '3298', '215.00', '12', '10.001', '15', '79000000', '79129999', '55000000', '56999999', NULL, 1652954484),
(89536, '3220', '430.00', '7', '10.001', '15', '79000000', '79129999', '55000000', '56999999', NULL, 1652954485),
(89537, '3298', '298.00', '12', '15.001', '20', '79000000', '79129999', '55000000', '56999999', NULL, 1652954485),
(89538, '3220', '595.00', '7', '15.001', '20', '79000000', '79129999', '55000000', '56999999', NULL, 1652954486),
(89539, '3298', '380.00', '12', '20.001', '25', '79000000', '79129999', '55000000', '56999999', NULL, 1652954486),
(89540, '3220', '760.00', '7', '20.001', '25', '79000000', '79129999', '55000000', '56999999', NULL, 1652954487),
(89541, '3298', '463.00', '12', '25.001', '30', '79000000', '79129999', '55000000', '56999999', NULL, 1652954488),
(89542, '3220', '925.00', '7', '25.001', '30', '79000000', '79129999', '55000000', '56999999', NULL, 1652954488),
(89543, '3298', '45.00', '8', '0.3', '5', '79000000', '79129999', '57000000', '57099999', NULL, 1652954489),
(89544, '3220', '137.00', '3', '0.3', '5', '79000000', '79129999', '57000000', '57099999', NULL, 1652954489),
(89545, '3298', '71.00', '8', '5.001', '10', '79000000', '79129999', '57000000', '57099999', NULL, 1652954490),
(89546, '3220', '214.00', '3', '5.001', '10', '79000000', '79129999', '57000000', '57099999', NULL, 1652954491),
(89547, '3298', '116.00', '8', '10.001', '15', '79000000', '79129999', '57000000', '57099999', NULL, 1652954491),
(89548, '3220', '346.00', '3', '10.001', '15', '79000000', '79129999', '57000000', '57099999', NULL, 1652954492),
(89549, '3298', '160.00', '8', '15.001', '20', '79000000', '79129999', '57000000', '57099999', NULL, 1652954493),
(89550, '3220', '479.00', '3', '15.001', '20', '79000000', '79129999', '57000000', '57099999', NULL, 1652954493),
(89551, '3298', '205.00', '8', '20.001', '25', '79000000', '79129999', '57000000', '57099999', NULL, 1652954494),
(89552, '3220', '612.00', '3', '20.001', '25', '79000000', '79129999', '57000000', '57099999', NULL, 1652954494),
(89553, '3298', '249.00', '8', '25.001', '30', '79000000', '79129999', '57000000', '57099999', NULL, 1652954495),
(89554, '3220', '744.00', '3', '25.001', '30', '79000000', '79129999', '57000000', '57099999', NULL, 1652954495),
(89555, '3298', '45.00', '10', '0.3', '5', '79000000', '79129999', '57100000', '57999999', NULL, 1652954496),
(89556, '3220', '137.00', '5', '0.3', '5', '79000000', '79129999', '57100000', '57999999', NULL, 1652954497),
(89557, '3298', '71.00', '10', '5.001', '10', '79000000', '79129999', '57100000', '57999999', NULL, 1652954497),
(89558, '3220', '214.00', '5', '5.001', '10', '79000000', '79129999', '57100000', '57999999', NULL, 1652954498),
(89559, '3298', '116.00', '10', '10.001', '15', '79000000', '79129999', '57100000', '57999999', NULL, 1652954498),
(89560, '3220', '346.00', '5', '10.001', '15', '79000000', '79129999', '57100000', '57999999', NULL, 1652954499),
(89561, '3298', '160.00', '10', '15.001', '20', '79000000', '79129999', '57100000', '57999999', NULL, 1652954499),
(89562, '3220', '479.00', '5', '15.001', '20', '79000000', '79129999', '57100000', '57999999', NULL, 1652954500),
(89563, '3298', '205.00', '10', '20.001', '25', '79000000', '79129999', '57100000', '57999999', NULL, 1652954500),
(89564, '3220', '612.00', '5', '20.001', '25', '79000000', '79129999', '57100000', '57999999', NULL, 1652954501),
(89565, '3298', '249.00', '10', '25.001', '30', '79000000', '79129999', '57100000', '57999999', NULL, 1652954501),
(89566, '3220', '744.00', '5', '25.001', '30', '79000000', '79129999', '57100000', '57999999', NULL, 1652954502),
(89567, '3298', '45.00', '8', '0.3', '5', '79000000', '79129999', '58000000', '58099999', NULL, 1652954502),
(89568, '3220', '137.00', '3', '0.3', '5', '79000000', '79129999', '58000000', '58099999', NULL, 1652954503),
(89569, '3298', '71.00', '8', '5.001', '10', '79000000', '79129999', '58000000', '58099999', NULL, 1652954503),
(89570, '3220', '214.00', '3', '5.001', '10', '79000000', '79129999', '58000000', '58099999', NULL, 1652954504),
(89571, '3298', '116.00', '8', '10.001', '15', '79000000', '79129999', '58000000', '58099999', NULL, 1652954504),
(89572, '3220', '346.00', '3', '10.001', '15', '79000000', '79129999', '58000000', '58099999', NULL, 1652954505),
(89573, '3298', '160.00', '8', '15.001', '20', '79000000', '79129999', '58000000', '58099999', NULL, 1652954505),
(89574, '3220', '479.00', '3', '15.001', '20', '79000000', '79129999', '58000000', '58099999', NULL, 1652954506),
(89575, '3298', '205.00', '8', '20.001', '25', '79000000', '79129999', '58000000', '58099999', NULL, 1652954506),
(89576, '3220', '612.00', '3', '20.001', '25', '79000000', '79129999', '58000000', '58099999', NULL, 1652954507),
(89577, '3298', '249.00', '8', '25.001', '30', '79000000', '79129999', '58000000', '58099999', NULL, 1652954507),
(89578, '3220', '744.00', '3', '25.001', '30', '79000000', '79129999', '58000000', '58099999', NULL, 1652954508),
(89579, '3298', '90.00', '13', '0.3', '5', '79000000', '79129999', '58100000', '58999999', NULL, 1652954509);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(89580, '3220', '183.00', '8', '0.3', '5', '79000000', '79129999', '58100000', '58999999', NULL, 1652954509),
(89581, '3298', '133.00', '13', '5.001', '10', '79000000', '79129999', '58100000', '58999999', NULL, 1652954510),
(89582, '3220', '266.00', '8', '5.001', '10', '79000000', '79129999', '58100000', '58999999', NULL, 1652954510),
(89583, '3298', '215.00', '13', '10.001', '15', '79000000', '79129999', '58100000', '58999999', NULL, 1652954511),
(89584, '3220', '430.00', '8', '10.001', '15', '79000000', '79129999', '58100000', '58999999', NULL, 1652954512),
(89585, '3298', '298.00', '13', '15.001', '20', '79000000', '79129999', '58100000', '58999999', NULL, 1652954512),
(89586, '3220', '595.00', '8', '15.001', '20', '79000000', '79129999', '58100000', '58999999', NULL, 1652954513),
(89587, '3298', '380.00', '13', '20.001', '25', '79000000', '79129999', '58100000', '58999999', NULL, 1652954514),
(89588, '3220', '760.00', '8', '20.001', '25', '79000000', '79129999', '58100000', '58999999', NULL, 1652954514),
(89589, '3298', '463.00', '13', '25.001', '30', '79000000', '79129999', '58100000', '58999999', NULL, 1652954515),
(89590, '3220', '925.00', '8', '25.001', '30', '79000000', '79129999', '58100000', '58999999', NULL, 1652954515),
(89591, '3298', '45.00', '8', '0.3', '5', '79000000', '79129999', '59000000', '59099999', NULL, 1652954516),
(89592, '3220', '137.00', '2', '0.3', '5', '79000000', '79129999', '59000000', '59099999', NULL, 1652954516),
(89593, '3298', '71.00', '8', '5.001', '10', '79000000', '79129999', '59000000', '59099999', NULL, 1652954517),
(89594, '3220', '214.00', '2', '5.001', '10', '79000000', '79129999', '59000000', '59099999', NULL, 1652954517),
(89595, '3298', '116.00', '8', '10.001', '15', '79000000', '79129999', '59000000', '59099999', NULL, 1652954518),
(89596, '3220', '346.00', '2', '10.001', '15', '79000000', '79129999', '59000000', '59099999', NULL, 1652954519),
(89597, '3298', '160.00', '8', '15.001', '20', '79000000', '79129999', '59000000', '59099999', NULL, 1652954519),
(89598, '3220', '479.00', '2', '15.001', '20', '79000000', '79129999', '59000000', '59099999', NULL, 1652954520),
(89599, '3298', '205.00', '8', '20.001', '25', '79000000', '79129999', '59000000', '59099999', NULL, 1652954520),
(89600, '3220', '612.00', '2', '20.001', '25', '79000000', '79129999', '59000000', '59099999', NULL, 1652954521),
(89601, '3298', '249.00', '8', '25.001', '30', '79000000', '79129999', '59000000', '59099999', NULL, 1652954522),
(89602, '3220', '744.00', '2', '25.001', '30', '79000000', '79129999', '59000000', '59099999', NULL, 1652954522),
(89603, '3298', '45.00', '8', '0.3', '5', '79000000', '79129999', '59100000', '59999999', NULL, 1652954528),
(89604, '3220', '137.00', '2', '0.3', '5', '79000000', '79129999', '59100000', '59999999', NULL, 1652954528),
(89605, '3298', '71.00', '8', '5.001', '10', '79000000', '79129999', '59100000', '59999999', NULL, 1652954528),
(89606, '3220', '214.00', '2', '5.001', '10', '79000000', '79129999', '59100000', '59999999', NULL, 1652954529),
(89607, '3298', '116.00', '8', '10.001', '15', '79000000', '79129999', '59100000', '59999999', NULL, 1652954530),
(89608, '3220', '346.00', '2', '10.001', '15', '79000000', '79129999', '59100000', '59999999', NULL, 1652954530),
(89609, '3298', '160.00', '8', '15.001', '20', '79000000', '79129999', '59100000', '59999999', NULL, 1652954531),
(89610, '3220', '479.00', '2', '15.001', '20', '79000000', '79129999', '59100000', '59999999', NULL, 1652954531),
(89611, '3298', '205.00', '8', '20.001', '25', '79000000', '79129999', '59100000', '59999999', NULL, 1652954532),
(89612, '3220', '612.00', '2', '20.001', '25', '79000000', '79129999', '59100000', '59999999', NULL, 1652954532),
(89613, '3298', '249.00', '8', '25.001', '30', '79000000', '79129999', '59100000', '59999999', NULL, 1652954533),
(89614, '3220', '744.00', '2', '25.001', '30', '79000000', '79129999', '59100000', '59999999', NULL, 1652954533),
(89615, '3298', '45.00', '8', '0.3', '5', '79000000', '79129999', '60000000', '60999999', NULL, 1652954534),
(89616, '3220', '137.00', '3', '0.3', '5', '79000000', '79129999', '60000000', '60999999', NULL, 1652954535),
(89617, '3298', '71.00', '8', '5.001', '10', '79000000', '79129999', '60000000', '60999999', NULL, 1652954539),
(89618, '3220', '214.00', '3', '5.001', '10', '79000000', '79129999', '60000000', '60999999', NULL, 1652954540),
(89619, '3298', '116.00', '8', '10.001', '15', '79000000', '79129999', '60000000', '60999999', NULL, 1652954540),
(89620, '3220', '346.00', '3', '10.001', '15', '79000000', '79129999', '60000000', '60999999', NULL, 1652954541),
(89621, '3298', '160.00', '8', '15.001', '20', '79000000', '79129999', '60000000', '60999999', NULL, 1652954542),
(89622, '3220', '479.00', '3', '15.001', '20', '79000000', '79129999', '60000000', '60999999', NULL, 1652954542),
(89623, '3298', '205.00', '8', '20.001', '25', '79000000', '79129999', '60000000', '60999999', NULL, 1652954543),
(89624, '3220', '612.00', '3', '20.001', '25', '79000000', '79129999', '60000000', '60999999', NULL, 1652954544),
(89625, '3298', '249.00', '8', '25.001', '30', '79000000', '79129999', '60000000', '60999999', NULL, 1652954544),
(89626, '3220', '744.00', '3', '25.001', '30', '79000000', '79129999', '60000000', '60999999', NULL, 1652954545),
(89627, '3298', '45.00', '8', '0.3', '5', '79000000', '79129999', '60000000', '61900999', NULL, 1652954545),
(89628, '3220', '137.00', '3', '0.3', '5', '79000000', '79129999', '60000000', '61900999', NULL, 1652954546),
(89629, '3298', '71.00', '8', '5.001', '10', '79000000', '79129999', '60000000', '61900999', NULL, 1652954546),
(89630, '3220', '214.00', '3', '5.001', '10', '79000000', '79129999', '60000000', '61900999', NULL, 1652954547),
(89631, '3298', '116.00', '8', '10.001', '15', '79000000', '79129999', '60000000', '61900999', NULL, 1652954548),
(89632, '3220', '346.00', '3', '10.001', '15', '79000000', '79129999', '60000000', '61900999', NULL, 1652954548),
(89633, '3298', '160.00', '8', '15.001', '20', '79000000', '79129999', '60000000', '61900999', NULL, 1652954549),
(89634, '3220', '479.00', '3', '15.001', '20', '79000000', '79129999', '60000000', '61900999', NULL, 1652954549),
(89635, '3298', '205.00', '8', '20.001', '25', '79000000', '79129999', '60000000', '61900999', NULL, 1652954550),
(89636, '3220', '612.00', '3', '20.001', '25', '79000000', '79129999', '60000000', '61900999', NULL, 1652954550),
(89637, '3298', '249.00', '8', '25.001', '30', '79000000', '79129999', '60000000', '61900999', NULL, 1652954551),
(89638, '3220', '744.00', '3', '25.001', '30', '79000000', '79129999', '60000000', '61900999', NULL, 1652954552),
(89639, '3298', '90.00', '12', '0.3', '5', '79000000', '79129999', '61901000', '63999999', NULL, 1652954552),
(89640, '3220', '183.00', '7', '0.3', '5', '79000000', '79129999', '61901000', '63999999', NULL, 1652954553),
(89641, '3298', '133.00', '12', '5.001', '10', '79000000', '79129999', '61901000', '63999999', NULL, 1652954553),
(89642, '3220', '266.00', '7', '5.001', '10', '79000000', '79129999', '61901000', '63999999', NULL, 1652954553),
(89643, '3298', '215.00', '12', '10.001', '15', '79000000', '79129999', '61901000', '63999999', NULL, 1652954554),
(89644, '3220', '430.00', '7', '10.001', '15', '79000000', '79129999', '61901000', '63999999', NULL, 1652954555),
(89645, '3298', '298.00', '12', '15.001', '20', '79000000', '79129999', '61901000', '63999999', NULL, 1652954555),
(89646, '3220', '595.00', '7', '15.001', '20', '79000000', '79129999', '61901000', '63999999', NULL, 1652954556),
(89647, '3298', '380.00', '12', '20.001', '25', '79000000', '79129999', '61901000', '63999999', NULL, 1652954556),
(89648, '3220', '760.00', '7', '20.001', '25', '79000000', '79129999', '61901000', '63999999', NULL, 1652954557),
(89649, '3298', '463.00', '12', '25.001', '30', '79000000', '79129999', '61901000', '63999999', NULL, 1652954558),
(89650, '3220', '925.00', '7', '25.001', '30', '79000000', '79129999', '61901000', '63999999', NULL, 1652954558),
(89651, '3298', '45.00', '8', '0.3', '5', '79000000', '79129999', '64000000', '64099999', NULL, 1652954559),
(89652, '3220', '137.00', '4', '0.3', '5', '79000000', '79129999', '64000000', '64099999', NULL, 1652954560),
(89653, '3298', '71.00', '8', '5.001', '10', '79000000', '79129999', '64000000', '64099999', NULL, 1652954560),
(89654, '3220', '214.00', '4', '5.001', '10', '79000000', '79129999', '64000000', '64099999', NULL, 1652954560),
(89655, '3298', '116.00', '8', '10.001', '15', '79000000', '79129999', '64000000', '64099999', NULL, 1652954561),
(89656, '3220', '346.00', '4', '10.001', '15', '79000000', '79129999', '64000000', '64099999', NULL, 1652954562),
(89657, '3298', '160.00', '8', '15.001', '20', '79000000', '79129999', '64000000', '64099999', NULL, 1652954562),
(89658, '3220', '479.00', '4', '15.001', '20', '79000000', '79129999', '64000000', '64099999', NULL, 1652954563),
(89659, '3298', '205.00', '8', '20.001', '25', '79000000', '79129999', '64000000', '64099999', NULL, 1652954563),
(89660, '3220', '612.00', '4', '20.001', '25', '79000000', '79129999', '64000000', '64099999', NULL, 1652954564),
(89661, '3298', '249.00', '8', '25.001', '30', '79000000', '79129999', '64000000', '64099999', NULL, 1652954565),
(89662, '3220', '744.00', '4', '25.001', '30', '79000000', '79129999', '64000000', '64099999', NULL, 1652954565),
(89663, '3298', '90.00', '11', '0.3', '5', '79000000', '79129999', '64100000', '64999999', NULL, 1652954566),
(89664, '3220', '183.00', '7', '0.3', '5', '79000000', '79129999', '64100000', '64999999', NULL, 1652954566),
(89665, '3298', '133.00', '11', '5.001', '10', '79000000', '79129999', '64100000', '64999999', NULL, 1652954567),
(89666, '3220', '266.00', '7', '5.001', '10', '79000000', '79129999', '64100000', '64999999', NULL, 1652954568),
(89667, '3298', '215.00', '11', '10.001', '15', '79000000', '79129999', '64100000', '64999999', NULL, 1652954573),
(89668, '3220', '430.00', '7', '10.001', '15', '79000000', '79129999', '64100000', '64999999', NULL, 1652954573),
(89669, '3298', '298.00', '11', '15.001', '20', '79000000', '79129999', '64100000', '64999999', NULL, 1652954580),
(89670, '3220', '595.00', '7', '15.001', '20', '79000000', '79129999', '64100000', '64999999', NULL, 1652954581),
(89671, '3298', '380.00', '11', '20.001', '25', '79000000', '79129999', '64100000', '64999999', NULL, 1652954581),
(89672, '3220', '760.00', '7', '20.001', '25', '79000000', '79129999', '64100000', '64999999', NULL, 1652954582),
(89673, '3298', '463.00', '11', '25.001', '30', '79000000', '79129999', '64100000', '64999999', NULL, 1652954583),
(89674, '3220', '925.00', '7', '25.001', '30', '79000000', '79129999', '64100000', '64999999', NULL, 1652954597),
(89675, '3298', '45.00', '9', '0.3', '5', '79000000', '79129999', '65000000', '65099999', NULL, 1652954598),
(89676, '3220', '137.00', '5', '0.3', '5', '79000000', '79129999', '65000000', '65099999', NULL, 1652954599),
(89677, '3298', '71.00', '9', '5.001', '10', '79000000', '79129999', '65000000', '65099999', NULL, 1652954599),
(89678, '3220', '214.00', '5', '5.001', '10', '79000000', '79129999', '65000000', '65099999', NULL, 1652954600),
(89679, '3298', '116.00', '9', '10.001', '15', '79000000', '79129999', '65000000', '65099999', NULL, 1652954600),
(89680, '3220', '346.00', '5', '10.001', '15', '79000000', '79129999', '65000000', '65099999', NULL, 1652954601),
(89681, '3298', '160.00', '9', '15.001', '20', '79000000', '79129999', '65000000', '65099999', NULL, 1652954601),
(89682, '3220', '479.00', '5', '15.001', '20', '79000000', '79129999', '65000000', '65099999', NULL, 1652954602),
(89683, '3298', '205.00', '9', '20.001', '25', '79000000', '79129999', '65000000', '65099999', NULL, 1652954624),
(89684, '3220', '612.00', '5', '20.001', '25', '79000000', '79129999', '65000000', '65099999', NULL, 1652954624),
(89685, '3298', '249.00', '9', '25.001', '30', '79000000', '79129999', '65000000', '65099999', NULL, 1652954625),
(89686, '3220', '744.00', '5', '25.001', '30', '79000000', '79129999', '65000000', '65099999', NULL, 1652954625),
(89687, '3298', '90.00', '14', '0.3', '5', '79000000', '79129999', '65100000', '65999999', NULL, 1652954626),
(89688, '3220', '183.00', '10', '0.3', '5', '79000000', '79129999', '65100000', '65999999', NULL, 1652954626),
(89689, '3298', '133.00', '14', '5.001', '10', '79000000', '79129999', '65100000', '65999999', NULL, 1652954627),
(89690, '3220', '266.00', '10', '5.001', '10', '79000000', '79129999', '65100000', '65999999', NULL, 1652954628),
(89691, '3298', '215.00', '14', '10.001', '15', '79000000', '79129999', '65100000', '65999999', NULL, 1652954628),
(89692, '3220', '430.00', '10', '10.001', '15', '79000000', '79129999', '65100000', '65999999', NULL, 1652954629),
(89693, '3298', '298.00', '14', '15.001', '20', '79000000', '79129999', '65100000', '65999999', NULL, 1652954630),
(89694, '3220', '595.00', '10', '15.001', '20', '79000000', '79129999', '65100000', '65999999', NULL, 1652954630),
(89695, '3298', '380.00', '14', '20.001', '25', '79000000', '79129999', '65100000', '65999999', NULL, 1652954631),
(89696, '3220', '760.00', '10', '20.001', '25', '79000000', '79129999', '65100000', '65999999', NULL, 1652954632),
(89697, '3298', '463.00', '14', '25.001', '30', '79000000', '79129999', '65100000', '65999999', NULL, 1652954632),
(89698, '3220', '925.00', '10', '25.001', '30', '79000000', '79129999', '65100000', '65999999', NULL, 1652954633),
(89699, '3298', '45.00', '8', '0.3', '5', '79000000', '79129999', '66000000', '66999999', NULL, 1652954633),
(89700, '3220', '137.00', '4', '0.3', '5', '79000000', '79129999', '66000000', '66999999', NULL, 1652954653),
(89701, '3298', '71.00', '8', '5.001', '10', '79000000', '79129999', '66000000', '66999999', NULL, 1652954653),
(89702, '3220', '214.00', '4', '5.001', '10', '79000000', '79129999', '66000000', '66999999', NULL, 1652954654),
(89703, '3298', '116.00', '8', '10.001', '15', '79000000', '79129999', '66000000', '66999999', NULL, 1652954654),
(89704, '3220', '346.00', '4', '10.001', '15', '79000000', '79129999', '66000000', '66999999', NULL, 1652954655),
(89705, '3298', '160.00', '8', '15.001', '20', '79000000', '79129999', '66000000', '66999999', NULL, 1652954656),
(89706, '3220', '479.00', '4', '15.001', '20', '79000000', '79129999', '66000000', '66999999', NULL, 1652954656),
(89707, '3298', '205.00', '8', '20.001', '25', '79000000', '79129999', '66000000', '66999999', NULL, 1652954657),
(89708, '3220', '612.00', '4', '20.001', '25', '79000000', '79129999', '66000000', '66999999', NULL, 1652954658),
(89709, '3298', '249.00', '8', '25.001', '30', '79000000', '79129999', '66000000', '66999999', NULL, 1652954658),
(89710, '3220', '744.00', '4', '25.001', '30', '79000000', '79129999', '66000000', '66999999', NULL, 1652954658),
(89711, '3298', '45.00', '8', '0.3', '5', '79000000', '79129999', '66000000', '67999999', NULL, 1652954659),
(89712, '3220', '137.00', '4', '0.3', '5', '79000000', '79129999', '66000000', '67999999', NULL, 1652954660),
(89713, '3298', '71.00', '8', '5.001', '10', '79000000', '79129999', '66000000', '67999999', NULL, 1652954660),
(89714, '3220', '214.00', '4', '5.001', '10', '79000000', '79129999', '66000000', '67999999', NULL, 1652954660),
(89715, '3298', '116.00', '8', '10.001', '15', '79000000', '79129999', '66000000', '67999999', NULL, 1652954661),
(89716, '3220', '346.00', '4', '10.001', '15', '79000000', '79129999', '66000000', '67999999', NULL, 1652954661),
(89717, '3298', '160.00', '8', '15.001', '20', '79000000', '79129999', '66000000', '67999999', NULL, 1652954662),
(89718, '3220', '479.00', '4', '15.001', '20', '79000000', '79129999', '66000000', '67999999', NULL, 1652954662),
(89719, '3298', '205.00', '8', '20.001', '25', '79000000', '79129999', '66000000', '67999999', NULL, 1652954663),
(89720, '3220', '612.00', '4', '20.001', '25', '79000000', '79129999', '66000000', '67999999', NULL, 1652954663),
(89721, '3298', '249.00', '8', '25.001', '30', '79000000', '79129999', '66000000', '67999999', NULL, 1652954664),
(89722, '3220', '744.00', '4', '25.001', '30', '79000000', '79129999', '66000000', '67999999', NULL, 1652954664),
(89723, '3298', '90.00', '12', '0.3', '5', '79000000', '79129999', '68000000', '68899999', NULL, 1652954678),
(89724, '3220', '183.00', '8', '0.3', '5', '79000000', '79129999', '68000000', '68899999', NULL, 1652954678),
(89725, '3298', '133.00', '12', '5.001', '10', '79000000', '79129999', '68000000', '68899999', NULL, 1652954679),
(89726, '3220', '266.00', '8', '5.001', '10', '79000000', '79129999', '68000000', '68899999', NULL, 1652954679),
(89727, '3298', '215.00', '12', '10.001', '15', '79000000', '79129999', '68000000', '68899999', NULL, 1652954680),
(89728, '3220', '430.00', '8', '10.001', '15', '79000000', '79129999', '68000000', '68899999', NULL, 1652954680),
(89729, '3298', '298.00', '12', '15.001', '20', '79000000', '79129999', '68000000', '68899999', NULL, 1652954681),
(89730, '3220', '595.00', '8', '15.001', '20', '79000000', '79129999', '68000000', '68899999', NULL, 1652954681),
(89731, '3298', '380.00', '12', '20.001', '25', '79000000', '79129999', '68000000', '68899999', NULL, 1652954681),
(89732, '3220', '760.00', '8', '20.001', '25', '79000000', '79129999', '68000000', '68899999', NULL, 1652954682),
(89733, '3298', '463.00', '12', '25.001', '30', '79000000', '79129999', '68000000', '68899999', NULL, 1652954682),
(89734, '3220', '925.00', '8', '25.001', '30', '79000000', '79129999', '68000000', '68899999', NULL, 1652954683),
(89735, '3298', '45.00', '20', '0.3', '5', '79000000', '79129999', '68900000', '68914999', NULL, 1652954683),
(89736, '3220', '137.00', '11', '0.3', '5', '79000000', '79129999', '68900000', '68914999', NULL, 1652954684),
(89737, '3298', '71.00', '20', '5.001', '10', '79000000', '79129999', '68900000', '68914999', NULL, 1652954684),
(89738, '3220', '214.00', '11', '5.001', '10', '79000000', '79129999', '68900000', '68914999', NULL, 1652954685),
(89739, '3298', '116.00', '20', '10.001', '15', '79000000', '79129999', '68900000', '68914999', NULL, 1652954685),
(89740, '3220', '346.00', '11', '10.001', '15', '79000000', '79129999', '68900000', '68914999', NULL, 1652954686),
(89741, '3298', '160.00', '20', '15.001', '20', '79000000', '79129999', '68900000', '68914999', NULL, 1652954686),
(89742, '3220', '479.00', '11', '15.001', '20', '79000000', '79129999', '68900000', '68914999', NULL, 1652954687),
(89743, '3298', '205.00', '20', '20.001', '25', '79000000', '79129999', '68900000', '68914999', NULL, 1652954688),
(89744, '3220', '612.00', '11', '20.001', '25', '79000000', '79129999', '68900000', '68914999', NULL, 1652954688),
(89745, '3298', '249.00', '20', '25.001', '30', '79000000', '79129999', '68900000', '68914999', NULL, 1652954689),
(89746, '3220', '744.00', '11', '25.001', '30', '79000000', '79129999', '68900000', '68914999', NULL, 1652954689),
(89747, '3298', '90.00', '22', '0.3', '5', '79000000', '79129999', '68915000', '68999999', NULL, 1652954690),
(89748, '3220', '183.00', '13', '0.3', '5', '79000000', '79129999', '68915000', '68999999', NULL, 1652954690),
(89749, '3298', '133.00', '22', '5.001', '10', '79000000', '79129999', '68915000', '68999999', NULL, 1652954691),
(89750, '3220', '266.00', '13', '5.001', '10', '79000000', '79129999', '68915000', '68999999', NULL, 1652954692),
(89751, '3298', '215.00', '22', '10.001', '15', '79000000', '79129999', '68915000', '68999999', NULL, 1652954692),
(89752, '3220', '430.00', '13', '10.001', '15', '79000000', '79129999', '68915000', '68999999', NULL, 1652954693),
(89753, '3298', '298.00', '22', '15.001', '20', '79000000', '79129999', '68915000', '68999999', NULL, 1652954693),
(89754, '3220', '595.00', '13', '15.001', '20', '79000000', '79129999', '68915000', '68999999', NULL, 1652954694),
(89755, '3298', '380.00', '22', '20.001', '25', '79000000', '79129999', '68915000', '68999999', NULL, 1652954702),
(89756, '3220', '760.00', '13', '20.001', '25', '79000000', '79129999', '68915000', '68999999', NULL, 1652954702),
(89757, '3298', '463.00', '22', '25.001', '30', '79000000', '79129999', '68915000', '68999999', NULL, 1652954703),
(89758, '3220', '925.00', '13', '25.001', '30', '79000000', '79129999', '68915000', '68999999', NULL, 1652954704),
(89759, '3298', '45.00', '22', '0.3', '5', '79000000', '79129999', '69000000', '69099999', NULL, 1652954704),
(89760, '3220', '137.00', '3', '0.3', '5', '79000000', '79129999', '69000000', '69099999', NULL, 1652954704),
(89761, '3298', '71.00', '22', '5.001', '10', '79000000', '79129999', '69000000', '69099999', NULL, 1652954705),
(89762, '3220', '214.00', '3', '5.001', '10', '79000000', '79129999', '69000000', '69099999', NULL, 1652954705),
(89763, '3298', '116.00', '22', '10.001', '15', '79000000', '79129999', '69000000', '69099999', NULL, 1652954706),
(89764, '3220', '346.00', '3', '10.001', '15', '79000000', '79129999', '69000000', '69099999', NULL, 1652954706),
(89765, '3298', '160.00', '22', '15.001', '20', '79000000', '79129999', '69000000', '69099999', NULL, 1652954707),
(89766, '3220', '479.00', '3', '15.001', '20', '79000000', '79129999', '69000000', '69099999', NULL, 1652954707),
(89767, '3298', '205.00', '22', '20.001', '25', '79000000', '79129999', '69000000', '69099999', NULL, 1652954708),
(89768, '3220', '612.00', '3', '20.001', '25', '79000000', '79129999', '69000000', '69099999', NULL, 1652954708),
(89769, '3298', '249.00', '22', '25.001', '30', '79000000', '79129999', '69000000', '69099999', NULL, 1652954709),
(89770, '3220', '744.00', '3', '25.001', '30', '79000000', '79129999', '69000000', '69099999', NULL, 1652954711),
(89771, '3298', '90.00', '29', '0.3', '5', '79000000', '79129999', '69100000', '69299999', NULL, 1652954712),
(89772, '3220', '183.00', '7', '0.3', '5', '79000000', '79129999', '69100000', '69299999', NULL, 1652954712),
(89773, '3298', '133.00', '29', '5.001', '10', '79000000', '79129999', '69100000', '69299999', NULL, 1652954713),
(89774, '3220', '266.00', '7', '5.001', '10', '79000000', '79129999', '69100000', '69299999', NULL, 1652954713),
(89775, '3298', '215.00', '29', '10.001', '15', '79000000', '79129999', '69100000', '69299999', NULL, 1652954714),
(89776, '3220', '430.00', '7', '10.001', '15', '79000000', '79129999', '69100000', '69299999', NULL, 1652954714),
(89777, '3298', '298.00', '29', '15.001', '20', '79000000', '79129999', '69100000', '69299999', NULL, 1652954715),
(89778, '3220', '595.00', '7', '15.001', '20', '79000000', '79129999', '69100000', '69299999', NULL, 1652954715),
(89779, '3298', '380.00', '29', '20.001', '25', '79000000', '79129999', '69100000', '69299999', NULL, 1652954716),
(89780, '3220', '760.00', '7', '20.001', '25', '79000000', '79129999', '69100000', '69299999', NULL, 1652954716),
(89781, '3298', '463.00', '29', '25.001', '30', '79000000', '79129999', '69100000', '69299999', NULL, 1652954717),
(89782, '3220', '925.00', '7', '25.001', '30', '79000000', '79129999', '69100000', '69299999', NULL, 1652954717),
(89783, '3298', '45.00', '22', '0.3', '5', '79000000', '79129999', '69300000', '69339999', NULL, 1652954718),
(89784, '3220', '137.00', '3', '0.3', '5', '79000000', '79129999', '69300000', '69339999', NULL, 1652954719),
(89785, '3298', '71.00', '22', '5.001', '10', '79000000', '79129999', '69300000', '69339999', NULL, 1652954719),
(89786, '3220', '214.00', '3', '5.001', '10', '79000000', '79129999', '69300000', '69339999', NULL, 1652954720),
(89787, '3298', '116.00', '22', '10.001', '15', '79000000', '79129999', '69300000', '69339999', NULL, 1652954720),
(89788, '3220', '346.00', '3', '10.001', '15', '79000000', '79129999', '69300000', '69339999', NULL, 1652954721),
(89789, '3298', '160.00', '22', '15.001', '20', '79000000', '79129999', '69300000', '69339999', NULL, 1652954721),
(89790, '3220', '479.00', '3', '15.001', '20', '79000000', '79129999', '69300000', '69339999', NULL, 1652954730),
(89791, '3298', '205.00', '22', '20.001', '25', '79000000', '79129999', '69300000', '69339999', NULL, 1652954730),
(89792, '3220', '612.00', '3', '20.001', '25', '79000000', '79129999', '69300000', '69339999', NULL, 1652954731),
(89793, '3298', '249.00', '22', '25.001', '30', '79000000', '79129999', '69300000', '69339999', NULL, 1652954731),
(89794, '3220', '744.00', '3', '25.001', '30', '79000000', '79129999', '69300000', '69339999', NULL, 1652954749),
(89795, '3298', '90.00', '29', '0.3', '5', '79000000', '79129999', '69340000', '69389999', NULL, 1652954750),
(89796, '3220', '183.00', '9', '0.3', '5', '79000000', '79129999', '69340000', '69389999', NULL, 1652954750),
(89797, '3298', '133.00', '29', '5.001', '10', '79000000', '79129999', '69340000', '69389999', NULL, 1652954750),
(89798, '3220', '266.00', '9', '5.001', '10', '79000000', '79129999', '69340000', '69389999', NULL, 1652954751),
(89799, '3298', '215.00', '29', '10.001', '15', '79000000', '79129999', '69340000', '69389999', NULL, 1652954752),
(89800, '3220', '430.00', '9', '10.001', '15', '79000000', '79129999', '69340000', '69389999', NULL, 1652954752),
(89801, '3298', '298.00', '29', '15.001', '20', '79000000', '79129999', '69340000', '69389999', NULL, 1652954753),
(89802, '3220', '595.00', '9', '15.001', '20', '79000000', '79129999', '69340000', '69389999', NULL, 1652954753),
(89803, '3298', '380.00', '29', '20.001', '25', '79000000', '79129999', '69340000', '69389999', NULL, 1652954754),
(89804, '3220', '760.00', '9', '20.001', '25', '79000000', '79129999', '69340000', '69389999', NULL, 1652954754),
(89805, '3298', '463.00', '29', '25.001', '30', '79000000', '79129999', '69340000', '69389999', NULL, 1652954755),
(89806, '3220', '925.00', '9', '25.001', '30', '79000000', '79129999', '69340000', '69389999', NULL, 1652954755),
(89807, '3298', '38.00', '8', '0.3', '5', '79000000', '79129999', '69900000', '69920999', NULL, 1652954756),
(89808, '3220', '113.00', '4', '0.3', '5', '79000000', '79129999', '69900000', '69920999', NULL, 1652954769),
(89809, '3298', '58.00', '8', '5.001', '10', '79000000', '79129999', '69900000', '69920999', NULL, 1652954770),
(89810, '3220', '176.00', '4', '5.001', '10', '79000000', '79129999', '69900000', '69920999', NULL, 1652954770),
(89811, '3298', '94.00', '8', '10.001', '15', '79000000', '79129999', '69900000', '69920999', NULL, 1652954771),
(89812, '3220', '286.00', '4', '10.001', '15', '79000000', '79129999', '69900000', '69920999', NULL, 1652954771),
(89813, '3298', '130.00', '8', '15.001', '20', '79000000', '79129999', '69900000', '69920999', NULL, 1652954772),
(89814, '3220', '396.00', '4', '15.001', '20', '79000000', '79129999', '69900000', '69920999', NULL, 1652954772),
(89815, '3298', '166.00', '8', '20.001', '25', '79000000', '79129999', '69900000', '69920999', NULL, 1652954783),
(89816, '3220', '505.00', '4', '20.001', '25', '79000000', '79129999', '69900000', '69920999', NULL, 1652954783),
(89817, '3298', '202.00', '8', '25.001', '30', '79000000', '79129999', '69900000', '69920999', NULL, 1652954784),
(89818, '3220', '615.00', '4', '25.001', '30', '79000000', '79129999', '69900000', '69920999', NULL, 1652954784),
(89819, '3298', '70.00', '11', '0.3', '5', '79000000', '79129999', '69921000', '69999999', NULL, 1652954785),
(89820, '3220', '157.00', '9', '0.3', '5', '79000000', '79129999', '69921000', '69999999', NULL, 1652954785),
(89821, '3298', '106.00', '11', '5.001', '10', '79000000', '79129999', '69921000', '69999999', NULL, 1652954786),
(89822, '3220', '226.00', '9', '5.001', '10', '79000000', '79129999', '69921000', '69999999', NULL, 1652954787),
(89823, '3298', '172.00', '11', '10.001', '15', '79000000', '79129999', '69921000', '69999999', NULL, 1652954787),
(89824, '3220', '367.00', '9', '10.001', '15', '79000000', '79129999', '69921000', '69999999', NULL, 1652954788),
(89825, '3298', '239.00', '11', '15.001', '20', '79000000', '79129999', '69921000', '69999999', NULL, 1652954788),
(89826, '3220', '508.00', '9', '15.001', '20', '79000000', '79129999', '69921000', '69999999', NULL, 1652954789),
(89827, '3220', '649.00', '9', '20.001', '25', '79000000', '79129999', '69921000', '69999999', NULL, 1652954797),
(89828, '3298', '371.00', '11', '25.001', '30', '79000000', '79129999', '69921000', '69999999', NULL, 1652954798),
(89829, '3220', '789.00', '9', '25.001', '30', '79000000', '79129999', '69921000', '69999999', NULL, 1652954799),
(89830, '3298', '34.00', '6', '0.3', '5', '79000000', '79129999', '71000000', '73699999', NULL, 1652954799),
(89831, '3220', '80.00', '1', '0.3', '5', '79000000', '79129999', '71000000', '73699999', NULL, 1652954799),
(89832, '3298', '50.00', '6', '5.001', '10', '79000000', '79129999', '71000000', '73699999', NULL, 1652954800),
(89833, '3220', '125.00', '1', '5.001', '10', '79000000', '79129999', '71000000', '73699999', NULL, 1652954800),
(89834, '3298', '82.00', '6', '10.001', '15', '79000000', '79129999', '71000000', '73699999', NULL, 1652954801),
(89835, '3220', '203.00', '1', '10.001', '15', '79000000', '79129999', '71000000', '73699999', NULL, 1652954801),
(89836, '3298', '113.00', '6', '15.001', '20', '79000000', '79129999', '71000000', '73699999', NULL, 1652954802),
(89837, '3220', '281.00', '1', '15.001', '20', '79000000', '79129999', '71000000', '73699999', NULL, 1652954809),
(89838, '3298', '145.00', '6', '20.001', '25', '79000000', '79129999', '71000000', '73699999', NULL, 1652954810),
(89839, '3220', '359.00', '1', '20.001', '25', '79000000', '79129999', '71000000', '73699999', NULL, 1652954810),
(89840, '3298', '176.00', '6', '25.001', '30', '79000000', '79129999', '71000000', '73699999', NULL, 1652954811),
(89841, '3220', '437.00', '1', '25.001', '30', '79000000', '79129999', '71000000', '73699999', NULL, 1652954811),
(89842, '3298', '34.00', '6', '0.3', '5', '79000000', '79129999', '72800000', '73999999', NULL, 1652954812),
(89843, '3220', '80.00', '2', '0.3', '5', '79000000', '79129999', '72800000', '73999999', NULL, 1652954812),
(89844, '3298', '50.00', '6', '5.001', '10', '79000000', '79129999', '72800000', '73999999', NULL, 1652954820),
(89845, '3220', '125.00', '2', '5.001', '10', '79000000', '79129999', '72800000', '73999999', NULL, 1652954820),
(89846, '3298', '82.00', '6', '10.001', '15', '79000000', '79129999', '72800000', '73999999', NULL, 1652954821),
(89847, '3220', '203.00', '2', '10.001', '15', '79000000', '79129999', '72800000', '73999999', NULL, 1652954822),
(89848, '3298', '113.00', '6', '15.001', '20', '79000000', '79129999', '72800000', '73999999', NULL, 1652954822),
(89849, '3220', '281.00', '2', '15.001', '20', '79000000', '79129999', '72800000', '73999999', NULL, 1652954822),
(89850, '3298', '145.00', '6', '20.001', '25', '79000000', '79129999', '72800000', '73999999', NULL, 1652954823),
(89851, '3220', '359.00', '2', '20.001', '25', '79000000', '79129999', '72800000', '73999999', NULL, 1652954823),
(89852, '3298', '176.00', '6', '25.001', '30', '79000000', '79129999', '72800000', '73999999', NULL, 1652954824),
(89853, '3220', '437.00', '2', '25.001', '30', '79000000', '79129999', '72800000', '73999999', NULL, 1652954824),
(89854, '3298', '34.00', '6', '0.3', '5', '79000000', '79129999', '74000000', '74894999', NULL, 1652954825),
(89855, '3220', '80.00', '2', '0.3', '5', '79000000', '79129999', '74000000', '74894999', NULL, 1652954826),
(89856, '3298', '50.00', '6', '5.001', '10', '79000000', '79129999', '74000000', '74894999', NULL, 1652954826),
(89857, '3220', '125.00', '2', '5.001', '10', '79000000', '79129999', '74000000', '74894999', NULL, 1652954826),
(89858, '3298', '82.00', '6', '10.001', '15', '79000000', '79129999', '74000000', '74894999', NULL, 1652954827),
(89859, '3220', '203.00', '2', '10.001', '15', '79000000', '79129999', '74000000', '74894999', NULL, 1652954827),
(89860, '3298', '113.00', '6', '15.001', '20', '79000000', '79129999', '74000000', '74894999', NULL, 1652954828),
(89861, '3220', '281.00', '2', '15.001', '20', '79000000', '79129999', '74000000', '74894999', NULL, 1652954834),
(89862, '3298', '145.00', '6', '20.001', '25', '79000000', '79129999', '74000000', '74894999', NULL, 1652954835),
(89863, '3220', '359.00', '2', '20.001', '25', '79000000', '79129999', '74000000', '74894999', NULL, 1652954835),
(89864, '3298', '176.00', '6', '25.001', '30', '79000000', '79129999', '74000000', '74894999', NULL, 1652954838),
(89865, '3220', '437.00', '2', '25.001', '30', '79000000', '79129999', '74000000', '74894999', NULL, 1652954838),
(89866, '3298', '34.00', '6', '0.3', '5', '79000000', '79129999', '74895000', '76799999', NULL, 1652954839),
(89867, '3220', '80.00', '2', '0.3', '5', '79000000', '79129999', '74895000', '76799999', NULL, 1652954840),
(89868, '3298', '50.00', '6', '5.001', '10', '79000000', '79129999', '74895000', '76799999', NULL, 1652954840),
(89869, '3220', '125.00', '2', '5.001', '10', '79000000', '79129999', '74895000', '76799999', NULL, 1652954841),
(89870, '3298', '82.00', '6', '10.001', '15', '79000000', '79129999', '74895000', '76799999', NULL, 1652954841),
(89871, '3220', '203.00', '2', '10.001', '15', '79000000', '79129999', '74895000', '76799999', NULL, 1652954842),
(89872, '3298', '113.00', '6', '15.001', '20', '79000000', '79129999', '74895000', '76799999', NULL, 1652954843),
(89873, '3220', '281.00', '2', '15.001', '20', '79000000', '79129999', '74895000', '76799999', NULL, 1652954843),
(89874, '3298', '145.00', '6', '20.001', '25', '79000000', '79129999', '74895000', '76799999', NULL, 1652954844),
(89875, '3220', '359.00', '2', '20.001', '25', '79000000', '79129999', '74895000', '76799999', NULL, 1652954844),
(89876, '3298', '176.00', '6', '25.001', '30', '79000000', '79129999', '74895000', '76799999', NULL, 1652954845),
(89877, '3220', '437.00', '2', '25.001', '30', '79000000', '79129999', '74895000', '76799999', NULL, 1652954845),
(89878, '3298', '38.00', '7', '0.3', '5', '79000000', '79129999', '77000000', '77270999', NULL, 1652954849),
(89879, '3220', '113.00', '2', '0.3', '5', '79000000', '79129999', '77000000', '77270999', NULL, 1652954849),
(89880, '3298', '58.00', '7', '5.001', '10', '79000000', '79129999', '77000000', '77270999', NULL, 1652954850),
(89881, '3220', '176.00', '2', '5.001', '10', '79000000', '79129999', '77000000', '77270999', NULL, 1652954851),
(89882, '3298', '94.00', '7', '10.001', '15', '79000000', '79129999', '77000000', '77270999', NULL, 1652954851),
(89883, '3220', '286.00', '2', '10.001', '15', '79000000', '79129999', '77000000', '77270999', NULL, 1652954852),
(89884, '3298', '130.00', '7', '15.001', '20', '79000000', '79129999', '77000000', '77270999', NULL, 1652954852),
(89885, '3220', '396.00', '2', '15.001', '20', '79000000', '79129999', '77000000', '77270999', NULL, 1652954853),
(89886, '3298', '166.00', '7', '20.001', '25', '79000000', '79129999', '77000000', '77270999', NULL, 1652954854),
(89887, '3220', '505.00', '2', '20.001', '25', '79000000', '79129999', '77000000', '77270999', NULL, 1652954854),
(89888, '3298', '202.00', '7', '25.001', '30', '79000000', '79129999', '77000000', '77270999', NULL, 1652954855),
(89889, '3220', '615.00', '2', '25.001', '30', '79000000', '79129999', '77000000', '77270999', NULL, 1652954855),
(89890, '3298', '70.00', '7', '0.3', '5', '79000000', '79129999', '77300000', '77995999', NULL, 1652954856),
(89891, '3220', '157.00', '3', '0.3', '5', '79000000', '79129999', '77300000', '77995999', NULL, 1652954856),
(89892, '3298', '106.00', '7', '5.001', '10', '79000000', '79129999', '77300000', '77995999', NULL, 1652954857),
(89893, '3220', '226.00', '3', '5.001', '10', '79000000', '79129999', '77300000', '77995999', NULL, 1652954857),
(89894, '3298', '172.00', '7', '10.001', '15', '79000000', '79129999', '77300000', '77995999', NULL, 1652954858),
(89895, '3220', '367.00', '3', '10.001', '15', '79000000', '79129999', '77300000', '77995999', NULL, 1652954858),
(89896, '3298', '239.00', '7', '15.001', '20', '79000000', '79129999', '77300000', '77995999', NULL, 1652954859),
(89897, '3220', '508.00', '3', '15.001', '20', '79000000', '79129999', '77300000', '77995999', NULL, 1652954859),
(89898, '3298', '305.00', '7', '20.001', '25', '79000000', '79129999', '77300000', '77995999', NULL, 1652954860),
(89899, '3220', '649.00', '3', '20.001', '25', '79000000', '79129999', '77300000', '77995999', NULL, 1652954861),
(89900, '3298', '371.00', '7', '25.001', '30', '79000000', '79129999', '77300000', '77995999', NULL, 1652954861),
(89901, '3220', '789.00', '3', '25.001', '30', '79000000', '79129999', '77300000', '77995999', NULL, 1652954861),
(89902, '3298', '30.00', '8', '0.3', '5', '79000000', '79129999', '78000000', '78109999', NULL, 1652954862),
(89903, '3220', '59.00', '4', '0.3', '5', '79000000', '79129999', '78000000', '78109999', NULL, 1652954863),
(89904, '3298', '44.00', '8', '5.001', '10', '79000000', '79129999', '78000000', '78109999', NULL, 1652954863),
(89905, '3220', '93.00', '4', '5.001', '10', '79000000', '79129999', '78000000', '78109999', NULL, 1652954864),
(89906, '3298', '71.00', '8', '10.001', '15', '79000000', '79129999', '78000000', '78109999', NULL, 1652954865),
(89907, '3220', '150.00', '4', '10.001', '15', '79000000', '79129999', '78000000', '78109999', NULL, 1652954865),
(89908, '3298', '99.00', '8', '15.001', '20', '79000000', '79129999', '78000000', '78109999', NULL, 1652954866),
(89909, '3220', '208.00', '4', '15.001', '20', '79000000', '79129999', '78000000', '78109999', NULL, 1652954866),
(89910, '3298', '126.00', '8', '20.001', '25', '79000000', '79129999', '78000000', '78109999', NULL, 1652954867),
(89911, '3220', '266.00', '4', '20.001', '25', '79000000', '79129999', '78000000', '78109999', NULL, 1652954868),
(89912, '3298', '153.00', '8', '25.001', '30', '79000000', '79129999', '78000000', '78109999', NULL, 1652954868),
(89913, '3220', '324.00', '4', '25.001', '30', '79000000', '79129999', '78000000', '78109999', NULL, 1652954869),
(89914, '3298', '44.00', '7', '0.3', '5', '79000000', '79129999', '78110000', '78899999', NULL, 1652954869),
(89915, '3220', '102.00', '5', '0.3', '5', '79000000', '79129999', '78110000', '78899999', NULL, 1652954871),
(89916, '3298', '74.00', '7', '5.001', '10', '79000000', '79129999', '78110000', '78899999', NULL, 1652954872),
(89917, '3220', '141.00', '5', '5.001', '10', '79000000', '79129999', '78110000', '78899999', NULL, 1652954872),
(89918, '3298', '120.00', '7', '10.001', '15', '79000000', '79129999', '78110000', '78899999', NULL, 1652954873),
(89919, '3220', '229.00', '5', '10.001', '15', '79000000', '79129999', '78110000', '78899999', NULL, 1652954874),
(89920, '3298', '166.00', '7', '15.001', '20', '79000000', '79129999', '78110000', '78899999', NULL, 1652954874),
(89921, '3220', '316.00', '5', '15.001', '20', '79000000', '79129999', '78110000', '78899999', NULL, 1652954875),
(89922, '3298', '212.00', '7', '20.001', '25', '79000000', '79129999', '78110000', '78899999', NULL, 1652954875),
(89923, '3220', '404.00', '5', '20.001', '25', '79000000', '79129999', '78110000', '78899999', NULL, 1652954876),
(89924, '3298', '258.00', '7', '25.001', '30', '79000000', '79129999', '78110000', '78899999', NULL, 1652954877),
(89925, '3220', '492.00', '5', '25.001', '30', '79000000', '79129999', '78110000', '78899999', NULL, 1652954877),
(89926, '3298', '70.00', '8', '0.3', '5', '79000000', '79129999', '78900000', '78930999', NULL, 1652954878),
(89927, '3220', '157.00', '4', '0.3', '5', '79000000', '79129999', '78900000', '78930999', NULL, 1652954878),
(89928, '3298', '106.00', '8', '5.001', '10', '79000000', '79129999', '78900000', '78930999', NULL, 1652954879),
(89929, '3220', '226.00', '4', '5.001', '10', '79000000', '79129999', '78900000', '78930999', NULL, 1652954879),
(89930, '3298', '172.00', '8', '10.001', '15', '79000000', '79129999', '78900000', '78930999', NULL, 1652954880),
(89931, '3220', '367.00', '4', '10.001', '15', '79000000', '79129999', '78900000', '78930999', NULL, 1652954881),
(89932, '3298', '239.00', '8', '15.001', '20', '79000000', '79129999', '78900000', '78930999', NULL, 1652954881),
(89933, '3220', '508.00', '4', '15.001', '20', '79000000', '79129999', '78900000', '78930999', NULL, 1652954882),
(89934, '3298', '305.00', '8', '20.001', '25', '79000000', '79129999', '78900000', '78930999', NULL, 1652954882),
(89935, '3220', '649.00', '4', '20.001', '25', '79000000', '79129999', '78900000', '78930999', NULL, 1652954883),
(89936, '3298', '371.00', '8', '25.001', '30', '79000000', '79129999', '78900000', '78930999', NULL, 1652954883),
(89937, '3220', '789.00', '4', '25.001', '30', '79000000', '79129999', '78900000', '78930999', NULL, 1652954884),
(89938, '3298', '44.00', '9', '0.3', '5', '79000000', '79129999', '78931000', '78999999', NULL, 1652954884),
(89939, '3220', '102.00', '5', '0.3', '5', '79000000', '79129999', '78931000', '78999999', NULL, 1652954885),
(89940, '3298', '74.00', '9', '5.001', '10', '79000000', '79129999', '78931000', '78999999', NULL, 1652954885),
(89941, '3220', '141.00', '5', '5.001', '10', '79000000', '79129999', '78931000', '78999999', NULL, 1652954885),
(89942, '3298', '120.00', '9', '10.001', '15', '79000000', '79129999', '78931000', '78999999', NULL, 1652954886),
(89943, '3220', '229.00', '5', '10.001', '15', '79000000', '79129999', '78931000', '78999999', NULL, 1652954886),
(89944, '3298', '166.00', '9', '15.001', '20', '79000000', '79129999', '78931000', '78999999', NULL, 1652954887),
(89945, '3220', '316.00', '5', '15.001', '20', '79000000', '79129999', '78931000', '78999999', NULL, 1652954887),
(89946, '3298', '212.00', '9', '20.001', '25', '79000000', '79129999', '78931000', '78999999', NULL, 1652954888),
(89947, '3220', '404.00', '5', '20.001', '25', '79000000', '79129999', '78931000', '78999999', NULL, 1652954889),
(89948, '3298', '258.00', '9', '25.001', '30', '79000000', '79129999', '78931000', '78999999', NULL, 1652954889),
(89949, '3220', '492.00', '5', '25.001', '30', '79000000', '79129999', '78931000', '78999999', NULL, 1652954890),
(89950, '3298', '26.00', '5', '0.3', '5', '79000000', '79129999', '79000000', '79129999', NULL, 1652954890),
(89951, '3220', '22.00', '1', '0.3', '5', '79000000', '79129999', '79000000', '79129999', NULL, 1652954891),
(89952, '3298', '32.00', '5', '5.001', '10', '79000000', '79129999', '79000000', '79129999', NULL, 1652954891),
(89953, '3220', '28.00', '1', '5.001', '10', '79000000', '79129999', '79000000', '79129999', NULL, 1652954892),
(89954, '3298', '52.00', '5', '10.001', '15', '79000000', '79129999', '79000000', '79129999', NULL, 1652954892),
(89955, '3220', '45.00', '1', '10.001', '15', '79000000', '79129999', '79000000', '79129999', NULL, 1652954893),
(89956, '3298', '72.00', '5', '15.001', '20', '79000000', '79129999', '79000000', '79129999', NULL, 1652954894),
(89957, '3220', '63.00', '1', '15.001', '20', '79000000', '79129999', '79000000', '79129999', NULL, 1652954894),
(89958, '3298', '92.00', '5', '20.001', '25', '79000000', '79129999', '79000000', '79129999', NULL, 1652954895),
(89959, '3220', '80.00', '1', '20.001', '25', '79000000', '79129999', '79000000', '79129999', NULL, 1652954895),
(89960, '3298', '112.00', '5', '25.001', '30', '79000000', '79129999', '79000000', '79129999', NULL, 1652954895),
(89961, '3220', '97.00', '1', '25.001', '30', '79000000', '79129999', '79000000', '79129999', NULL, 1652954896),
(89962, '3298', '26.00', '5', '0.3', '5', '79000000', '79129999', '79130000', '79999999', NULL, 1652954896),
(89963, '3220', '34.00', '3', '0.3', '5', '79000000', '79129999', '79130000', '79999999', NULL, 1652954897),
(89964, '3298', '32.00', '5', '5.001', '10', '79000000', '79129999', '79130000', '79999999', NULL, 1652954898),
(89965, '3220', '48.00', '3', '5.001', '10', '79000000', '79129999', '79130000', '79999999', NULL, 1652954898),
(89966, '3298', '52.00', '5', '10.001', '15', '79000000', '79129999', '79130000', '79999999', NULL, 1652954899),
(89967, '3220', '79.00', '3', '10.001', '15', '79000000', '79129999', '79130000', '79999999', NULL, 1652954899),
(89968, '3298', '72.00', '5', '15.001', '20', '79000000', '79129999', '79130000', '79999999', NULL, 1652954900),
(89969, '3220', '109.00', '3', '15.001', '20', '79000000', '79129999', '79130000', '79999999', NULL, 1652954900),
(89970, '3298', '92.00', '5', '20.001', '25', '79000000', '79129999', '79130000', '79999999', NULL, 1652954901),
(89971, '3220', '139.00', '3', '20.001', '25', '79000000', '79129999', '79130000', '79999999', NULL, 1652954902),
(89972, '3298', '112.00', '5', '25.001', '30', '79000000', '79129999', '79130000', '79999999', NULL, 1652954902),
(89973, '3220', '170.00', '3', '25.001', '30', '79000000', '79129999', '79130000', '79999999', NULL, 1652954903),
(89974, '3298', '34.00', '5', '0.3', '5', '79000000', '79129999', '80000000', '82999999', NULL, 1652954904),
(89975, '3220', '80.00', '1', '0.3', '5', '79000000', '79129999', '80000000', '82999999', NULL, 1652954904),
(89976, '3298', '50.00', '5', '5.001', '10', '79000000', '79129999', '80000000', '82999999', NULL, 1652954905),
(89977, '3220', '125.00', '1', '5.001', '10', '79000000', '79129999', '80000000', '82999999', NULL, 1652954905),
(89978, '3298', '82.00', '5', '10.001', '15', '79000000', '79129999', '80000000', '82999999', NULL, 1652954906),
(89979, '3220', '203.00', '1', '10.001', '15', '79000000', '79129999', '80000000', '82999999', NULL, 1652954906),
(89980, '3298', '113.00', '5', '15.001', '20', '79000000', '79129999', '80000000', '82999999', NULL, 1652954907),
(89981, '3220', '281.00', '1', '15.001', '20', '79000000', '79129999', '80000000', '82999999', NULL, 1652954907),
(89982, '3298', '145.00', '5', '20.001', '25', '79000000', '79129999', '80000000', '82999999', NULL, 1652954908),
(89983, '3220', '359.00', '1', '20.001', '25', '79000000', '79129999', '80000000', '82999999', NULL, 1652954908),
(89984, '3298', '176.00', '5', '25.001', '30', '79000000', '79129999', '80000000', '82999999', NULL, 1652954909),
(89985, '3220', '437.00', '1', '25.001', '30', '79000000', '79129999', '80000000', '82999999', NULL, 1652954909),
(89986, '3298', '34.00', '5', '0.3', '5', '79000000', '79129999', '80000000', '83800999', NULL, 1652954910),
(89987, '3220', '80.00', '1', '0.3', '5', '79000000', '79129999', '80000000', '83800999', NULL, 1652954910),
(89988, '3298', '50.00', '5', '5.001', '10', '79000000', '79129999', '80000000', '83800999', NULL, 1652954911),
(89989, '3220', '125.00', '1', '5.001', '10', '79000000', '79129999', '80000000', '83800999', NULL, 1652954911),
(89990, '3298', '82.00', '5', '10.001', '15', '79000000', '79129999', '80000000', '83800999', NULL, 1652954912),
(89991, '3220', '203.00', '1', '10.001', '15', '79000000', '79129999', '80000000', '83800999', NULL, 1652954912),
(89992, '3298', '113.00', '5', '15.001', '20', '79000000', '79129999', '80000000', '83800999', NULL, 1652954913),
(89993, '3220', '281.00', '1', '15.001', '20', '79000000', '79129999', '80000000', '83800999', NULL, 1652954913),
(89994, '3298', '145.00', '5', '20.001', '25', '79000000', '79129999', '80000000', '83800999', NULL, 1652954914),
(89995, '3220', '359.00', '1', '20.001', '25', '79000000', '79129999', '80000000', '83800999', NULL, 1652954915),
(89996, '3298', '176.00', '5', '25.001', '30', '79000000', '79129999', '80000000', '83800999', NULL, 1652954915),
(89997, '3220', '437.00', '1', '25.001', '30', '79000000', '79129999', '80000000', '83800999', NULL, 1652954916),
(89998, '3298', '50.00', '7', '0.3', '5', '79000000', '79129999', '83801000', '87999999', NULL, 1652954916),
(89999, '3220', '124.00', '4', '0.3', '5', '79000000', '79129999', '83801000', '87999999', NULL, 1652954917),
(90000, '3298', '83.00', '7', '5.001', '10', '79000000', '79129999', '83801000', '87999999', NULL, 1652954917),
(90001, '3220', '175.00', '4', '5.001', '10', '79000000', '79129999', '83801000', '87999999', NULL, 1652954918),
(90002, '3298', '135.00', '7', '10.001', '15', '79000000', '79129999', '83801000', '87999999', NULL, 1652954918),
(90003, '3220', '283.00', '4', '10.001', '15', '79000000', '79129999', '83801000', '87999999', NULL, 1652954919),
(90004, '3298', '186.00', '7', '15.001', '20', '79000000', '79129999', '83801000', '87999999', NULL, 1652954920),
(90005, '3220', '392.00', '4', '15.001', '20', '79000000', '79129999', '83801000', '87999999', NULL, 1652954920),
(90006, '3298', '238.00', '7', '20.001', '25', '79000000', '79129999', '83801000', '87999999', NULL, 1652954921),
(90007, '3220', '500.00', '4', '20.001', '25', '79000000', '79129999', '83801000', '87999999', NULL, 1652954921),
(90008, '3298', '290.00', '7', '25.001', '30', '79000000', '79129999', '83801000', '87999999', NULL, 1652954922),
(90009, '3220', '609.00', '4', '25.001', '30', '79000000', '79129999', '83801000', '87999999', NULL, 1652954922),
(90010, '3298', '34.00', '7', '0.3', '5', '79000000', '79129999', '88000000', '82999999', NULL, 1652954923),
(90011, '3220', '80.00', '2', '0.3', '5', '79000000', '79129999', '88000000', '82999999', NULL, 1652954923),
(90012, '3298', '50.00', '7', '5.001', '10', '79000000', '79129999', '88000000', '82999999', NULL, 1652954924),
(90013, '3220', '125.00', '2', '5.001', '10', '79000000', '79129999', '88000000', '82999999', NULL, 1652954924),
(90014, '3298', '82.00', '7', '10.001', '15', '79000000', '79129999', '88000000', '82999999', NULL, 1652954925),
(90015, '3220', '203.00', '2', '10.001', '15', '79000000', '79129999', '88000000', '82999999', NULL, 1652954925),
(90016, '3298', '113.00', '7', '15.001', '20', '79000000', '79129999', '88000000', '82999999', NULL, 1652954926),
(90017, '3220', '281.00', '2', '15.001', '20', '79000000', '79129999', '88000000', '82999999', NULL, 1652954926),
(90018, '3298', '145.00', '7', '20.001', '25', '79000000', '79129999', '88000000', '82999999', NULL, 1652954927),
(90019, '3220', '359.00', '2', '20.001', '25', '79000000', '79129999', '88000000', '82999999', NULL, 1652954927),
(90020, '3298', '176.00', '7', '25.001', '30', '79000000', '79129999', '88000000', '82999999', NULL, 1652954927),
(90021, '3220', '437.00', '2', '25.001', '30', '79000000', '79129999', '88000000', '82999999', NULL, 1652954928),
(90022, '3298', '34.00', '7', '0.3', '5', '79000000', '79129999', '88000000', '88469999', NULL, 1652954929),
(90023, '3220', '80.00', '2', '0.3', '5', '79000000', '79129999', '88000000', '88469999', NULL, 1652954929),
(90024, '3298', '50.00', '7', '5.001', '10', '79000000', '79129999', '88000000', '88469999', NULL, 1652954929),
(90025, '3220', '125.00', '2', '5.001', '10', '79000000', '79129999', '88000000', '88469999', NULL, 1652954930),
(90026, '3298', '82.00', '7', '10.001', '15', '79000000', '79129999', '88000000', '88469999', NULL, 1652954930);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(90027, '3220', '203.00', '2', '10.001', '15', '79000000', '79129999', '88000000', '88469999', NULL, 1652954930),
(90028, '3298', '113.00', '7', '15.001', '20', '79000000', '79129999', '88000000', '88469999', NULL, 1652954931),
(90029, '3220', '281.00', '2', '15.001', '20', '79000000', '79129999', '88000000', '88469999', NULL, 1652954932),
(90030, '3298', '145.00', '7', '20.001', '25', '79000000', '79129999', '88000000', '88469999', NULL, 1652954932),
(90031, '3220', '359.00', '2', '20.001', '25', '79000000', '79129999', '88000000', '88469999', NULL, 1652954933),
(90032, '3298', '176.00', '7', '25.001', '30', '79000000', '79129999', '88000000', '88469999', NULL, 1652954933),
(90033, '3220', '437.00', '2', '25.001', '30', '79000000', '79129999', '88000000', '88469999', NULL, 1652954934),
(90034, '3298', '43.00', '7', '0.3', '5', '79000000', '79129999', '88470000', '89999999', NULL, 1652954935),
(90035, '3220', '104.00', '2', '0.3', '5', '79000000', '79129999', '88470000', '89999999', NULL, 1652954935),
(90036, '3298', '71.00', '7', '5.001', '10', '79000000', '79129999', '88470000', '89999999', NULL, 1652954936),
(90037, '3220', '147.00', '2', '5.001', '10', '79000000', '79129999', '88470000', '89999999', NULL, 1652954936),
(90038, '3298', '116.00', '7', '10.001', '15', '79000000', '79129999', '88470000', '89999999', NULL, 1652954936),
(90039, '3220', '238.00', '2', '10.001', '15', '79000000', '79129999', '88470000', '89999999', NULL, 1652954937),
(90040, '3298', '160.00', '7', '15.001', '20', '79000000', '79129999', '88470000', '89999999', NULL, 1652954938),
(90041, '3220', '329.00', '2', '15.001', '20', '79000000', '79129999', '88470000', '89999999', NULL, 1652954938),
(90042, '3298', '205.00', '7', '20.001', '25', '79000000', '79129999', '88470000', '89999999', NULL, 1652954938),
(90043, '3220', '420.00', '2', '20.001', '25', '79000000', '79129999', '88470000', '89999999', NULL, 1652954939),
(90044, '3298', '249.00', '7', '25.001', '30', '79000000', '79129999', '88470000', '89999999', NULL, 1652954939),
(90045, '3220', '511.00', '2', '25.001', '30', '79000000', '79129999', '88470000', '89999999', NULL, 1652954940),
(90046, '3298', '38.00', '7', '0.3', '5', '79000000', '79129999', '90000000', '91999999', NULL, 1652954940),
(90047, '3220', '113.00', '2', '0.3', '5', '79000000', '79129999', '90000000', '91999999', NULL, 1652954941),
(90048, '3298', '58.00', '7', '5.001', '10', '79000000', '79129999', '90000000', '91999999', NULL, 1652954941),
(90049, '3220', '176.00', '2', '5.001', '10', '79000000', '79129999', '90000000', '91999999', NULL, 1652954941),
(90050, '3298', '94.00', '7', '10.001', '15', '79000000', '79129999', '90000000', '91999999', NULL, 1652954942),
(90051, '3220', '286.00', '2', '10.001', '15', '79000000', '79129999', '90000000', '91999999', NULL, 1652954942),
(90052, '3298', '130.00', '7', '15.001', '20', '79000000', '79129999', '90000000', '91999999', NULL, 1652954943),
(90053, '3220', '396.00', '2', '15.001', '20', '79000000', '79129999', '90000000', '91999999', NULL, 1652954943),
(90054, '3298', '166.00', '7', '20.001', '25', '79000000', '79129999', '90000000', '91999999', NULL, 1652954944),
(90055, '3220', '505.00', '2', '20.001', '25', '79000000', '79129999', '90000000', '91999999', NULL, 1652954944),
(90056, '3298', '202.00', '7', '25.001', '30', '79000000', '79129999', '90000000', '91999999', NULL, 1652954945),
(90057, '3220', '615.00', '2', '25.001', '30', '79000000', '79129999', '90000000', '91999999', NULL, 1652954945),
(90058, '3298', '38.00', '7', '0.3', '5', '79000000', '79129999', '90000000', '94900999', NULL, 1652954946),
(90059, '3220', '113.00', '2', '0.3', '5', '79000000', '79129999', '90000000', '94900999', NULL, 1652954946),
(90060, '3298', '58.00', '7', '5.001', '10', '79000000', '79129999', '90000000', '94900999', NULL, 1652954946),
(90061, '3220', '176.00', '2', '5.001', '10', '79000000', '79129999', '90000000', '94900999', NULL, 1652954947),
(90062, '3298', '94.00', '7', '10.001', '15', '79000000', '79129999', '90000000', '94900999', NULL, 1652954947),
(90063, '3220', '286.00', '2', '10.001', '15', '79000000', '79129999', '90000000', '94900999', NULL, 1652954948),
(90064, '3298', '130.00', '7', '15.001', '20', '79000000', '79129999', '90000000', '94900999', NULL, 1652954948),
(90065, '3220', '396.00', '2', '15.001', '20', '79000000', '79129999', '90000000', '94900999', NULL, 1652954949),
(90066, '3298', '166.00', '7', '20.001', '25', '79000000', '79129999', '90000000', '94900999', NULL, 1652954949),
(90067, '3220', '505.00', '2', '20.001', '25', '79000000', '79129999', '90000000', '94900999', NULL, 1652954950),
(90068, '3298', '202.00', '7', '25.001', '30', '79000000', '79129999', '90000000', '94900999', NULL, 1652954950),
(90069, '3220', '615.00', '2', '25.001', '30', '79000000', '79129999', '90000000', '94900999', NULL, 1652954951),
(90070, '3298', '70.00', '11', '0.3', '5', '79000000', '79129999', '94901000', '99999999', NULL, 1652954951),
(90071, '3220', '157.00', '6', '0.3', '5', '79000000', '79129999', '94901000', '99999999', NULL, 1652954952),
(90072, '3298', '106.00', '11', '5.001', '10', '79000000', '79129999', '94901000', '99999999', NULL, 1652954952),
(90073, '3220', '226.00', '6', '5.001', '10', '79000000', '79129999', '94901000', '99999999', NULL, 1652954953),
(90074, '3298', '172.00', '11', '10.001', '15', '79000000', '79129999', '94901000', '99999999', NULL, 1652954953),
(90075, '3220', '367.00', '6', '10.001', '15', '79000000', '79129999', '94901000', '99999999', NULL, 1652954954),
(90076, '3298', '239.00', '11', '15.001', '20', '79000000', '79129999', '94901000', '99999999', NULL, 1652954954),
(90077, '3220', '508.00', '6', '15.001', '20', '79000000', '79129999', '94901000', '99999999', NULL, 1652954955),
(90078, '3298', '305.00', '11', '20.001', '25', '79000000', '79129999', '94901000', '99999999', NULL, 1652954955),
(90079, '3220', '649.00', '6', '20.001', '25', '79000000', '79129999', '94901000', '99999999', NULL, 1652954956),
(90080, '3298', '371.00', '11', '25.001', '30', '79000000', '79129999', '94901000', '99999999', NULL, 1652954956),
(90081, '3220', '789.00', '6', '25.001', '30', '79000000', '79129999', '94901000', '99999999', NULL, 1652954957),
(90082, '3298', '50.00', '9', '0.3', '5', '79130000', '79999999', '01000000', '08499999', NULL, 1652954957),
(90083, '3220', '124.00', '5', '0.3', '5', '79130000', '79999999', '01000000', '08499999', NULL, 1652954958),
(90084, '3298', '83.00', '9', '5.001', '10', '79130000', '79999999', '01000000', '08499999', NULL, 1652954958),
(90085, '3220', '175.00', '5', '5.001', '10', '79130000', '79999999', '01000000', '08499999', NULL, 1652954959),
(90086, '3298', '135.00', '9', '10.001', '15', '79130000', '79999999', '01000000', '08499999', NULL, 1652954960),
(90087, '3220', '283.00', '5', '10.001', '15', '79130000', '79999999', '01000000', '08499999', NULL, 1652954960),
(90088, '3298', '186.00', '9', '15.001', '20', '79130000', '79999999', '01000000', '08499999', NULL, 1652954961),
(90089, '3220', '392.00', '5', '15.001', '20', '79130000', '79999999', '01000000', '08499999', NULL, 1652954961),
(90090, '3298', '238.00', '9', '20.001', '25', '79130000', '79999999', '01000000', '08499999', NULL, 1652954962),
(90091, '3220', '500.00', '5', '20.001', '25', '79130000', '79999999', '01000000', '08499999', NULL, 1652954962),
(90092, '3298', '290.00', '9', '25.001', '30', '79130000', '79999999', '01000000', '08499999', NULL, 1652954963),
(90093, '3220', '609.00', '5', '25.001', '30', '79130000', '79999999', '01000000', '08499999', NULL, 1652954963),
(90094, '3298', '50.00', '9', '0.3', '5', '79130000', '79999999', '06000000', '09999999', NULL, 1652954964),
(90095, '3220', '124.00', '5', '0.3', '5', '79130000', '79999999', '06000000', '09999999', NULL, 1652954964),
(90096, '3298', '83.00', '9', '5.001', '10', '79130000', '79999999', '06000000', '09999999', NULL, 1652954965),
(90097, '3220', '175.00', '5', '5.001', '10', '79130000', '79999999', '06000000', '09999999', NULL, 1652954965),
(90098, '3298', '135.00', '9', '10.001', '15', '79130000', '79999999', '06000000', '09999999', NULL, 1652954966),
(90099, '3220', '283.00', '5', '10.001', '15', '79130000', '79999999', '06000000', '09999999', NULL, 1652954966),
(90100, '3298', '186.00', '9', '15.001', '20', '79130000', '79999999', '06000000', '09999999', NULL, 1652954967),
(90101, '3220', '392.00', '5', '15.001', '20', '79130000', '79999999', '06000000', '09999999', NULL, 1652954967),
(90102, '3298', '238.00', '9', '20.001', '25', '79130000', '79999999', '06000000', '09999999', NULL, 1652954968),
(90103, '3220', '500.00', '5', '20.001', '25', '79130000', '79999999', '06000000', '09999999', NULL, 1652954968),
(90104, '3298', '290.00', '9', '25.001', '30', '79130000', '79999999', '06000000', '09999999', NULL, 1652954969),
(90105, '3220', '609.00', '5', '25.001', '30', '79130000', '79999999', '06000000', '09999999', NULL, 1652954969),
(90106, '3298', '50.00', '10', '0.3', '5', '79130000', '79999999', '11000000', '11999999', NULL, 1652954970),
(90107, '3220', '124.00', '6', '0.3', '5', '79130000', '79999999', '11000000', '11999999', NULL, 1652954970),
(90108, '3298', '83.00', '10', '5.001', '10', '79130000', '79999999', '11000000', '11999999', NULL, 1652954971),
(90109, '3220', '175.00', '6', '5.001', '10', '79130000', '79999999', '11000000', '11999999', NULL, 1652954972),
(90110, '3298', '135.00', '10', '10.001', '15', '79130000', '79999999', '11000000', '11999999', NULL, 1652954972),
(90111, '3220', '283.00', '6', '10.001', '15', '79130000', '79999999', '11000000', '11999999', NULL, 1652954973),
(90112, '3298', '186.00', '10', '15.001', '20', '79130000', '79999999', '11000000', '11999999', NULL, 1652954973),
(90113, '3220', '392.00', '6', '15.001', '20', '79130000', '79999999', '11000000', '11999999', NULL, 1652954974),
(90114, '3298', '238.00', '10', '20.001', '25', '79130000', '79999999', '11000000', '11999999', NULL, 1652954975),
(90115, '3220', '500.00', '6', '20.001', '25', '79130000', '79999999', '11000000', '11999999', NULL, 1652954975),
(90116, '3298', '290.00', '10', '25.001', '30', '79130000', '79999999', '11000000', '11999999', NULL, 1652954976),
(90117, '3220', '609.00', '6', '25.001', '30', '79130000', '79999999', '11000000', '11999999', NULL, 1652954976),
(90118, '3298', '50.00', '9', '0.3', '5', '79130000', '79999999', '12000000', '19999999', NULL, 1652954977),
(90119, '3220', '124.00', '5', '0.3', '5', '79130000', '79999999', '12000000', '19999999', NULL, 1652954978),
(90120, '3298', '83.00', '9', '5.001', '10', '79130000', '79999999', '12000000', '19999999', NULL, 1652954978),
(90121, '3220', '175.00', '5', '5.001', '10', '79130000', '79999999', '12000000', '19999999', NULL, 1652954979),
(90122, '3298', '135.00', '9', '10.001', '15', '79130000', '79999999', '12000000', '19999999', NULL, 1652954979),
(90123, '3220', '283.00', '5', '10.001', '15', '79130000', '79999999', '12000000', '19999999', NULL, 1652954980),
(90124, '3298', '186.00', '9', '15.001', '20', '79130000', '79999999', '12000000', '19999999', NULL, 1652954980),
(90125, '3220', '392.00', '5', '15.001', '20', '79130000', '79999999', '12000000', '19999999', NULL, 1652954981),
(90126, '3298', '238.00', '9', '20.001', '25', '79130000', '79999999', '12000000', '19999999', NULL, 1652954982),
(90127, '3220', '500.00', '5', '20.001', '25', '79130000', '79999999', '12000000', '19999999', NULL, 1652954982),
(90128, '3298', '290.00', '9', '25.001', '30', '79130000', '79999999', '12000000', '19999999', NULL, 1652954983),
(90129, '3220', '609.00', '5', '25.001', '30', '79130000', '79999999', '12000000', '19999999', NULL, 1652954984),
(90130, '3298', '50.00', '11', '0.3', '5', '79130000', '79999999', '26601000', '28999999', NULL, 1652954996),
(90131, '3220', '124.00', '7', '0.3', '5', '79130000', '79999999', '26601000', '28999999', NULL, 1652954997),
(90132, '3298', '83.00', '11', '5.001', '10', '79130000', '79999999', '26601000', '28999999', NULL, 1652954997),
(90133, '3220', '175.00', '7', '5.001', '10', '79130000', '79999999', '26601000', '28999999', NULL, 1652954998),
(90134, '3298', '135.00', '11', '10.001', '15', '79130000', '79999999', '26601000', '28999999', NULL, 1652954999),
(90135, '3220', '283.00', '7', '10.001', '15', '79130000', '79999999', '26601000', '28999999', NULL, 1652954999),
(90136, '3298', '186.00', '11', '15.001', '20', '79130000', '79999999', '26601000', '28999999', NULL, 1652954999),
(90137, '3220', '392.00', '7', '15.001', '20', '79130000', '79999999', '26601000', '28999999', NULL, 1652955000),
(90138, '3298', '238.00', '11', '20.001', '25', '79130000', '79999999', '26601000', '28999999', NULL, 1652955000),
(90139, '3220', '500.00', '7', '20.001', '25', '79130000', '79999999', '26601000', '28999999', NULL, 1652955001),
(90140, '3298', '290.00', '11', '25.001', '30', '79130000', '79999999', '26601000', '28999999', NULL, 1652955001),
(90141, '3220', '609.00', '7', '25.001', '30', '79130000', '79999999', '26601000', '28999999', NULL, 1652955002),
(90142, '3298', '70.00', '9', '0.3', '5', '79130000', '79999999', '29000000', '29099999', NULL, 1652955003),
(90143, '3220', '157.00', '6', '0.3', '5', '79130000', '79999999', '29000000', '29099999', NULL, 1652955003),
(90144, '3298', '106.00', '9', '5.001', '10', '79130000', '79999999', '29000000', '29099999', NULL, 1652955004),
(90145, '3220', '226.00', '6', '5.001', '10', '79130000', '79999999', '29000000', '29099999', NULL, 1652955005),
(90146, '3298', '172.00', '9', '10.001', '15', '79130000', '79999999', '29000000', '29099999', NULL, 1652955005),
(90147, '3220', '367.00', '6', '10.001', '15', '79130000', '79999999', '29000000', '29099999', NULL, 1652955006),
(90148, '3298', '239.00', '9', '15.001', '20', '79130000', '79999999', '29000000', '29099999', NULL, 1652955006),
(90149, '3220', '508.00', '6', '15.001', '20', '79130000', '79999999', '29000000', '29099999', NULL, 1652955007),
(90150, '3298', '305.00', '9', '20.001', '25', '79130000', '79999999', '29000000', '29099999', NULL, 1652955008),
(90151, '3220', '649.00', '6', '20.001', '25', '79130000', '79999999', '29000000', '29099999', NULL, 1652955008),
(90152, '3298', '371.00', '9', '25.001', '30', '79130000', '79999999', '29000000', '29099999', NULL, 1652955009),
(90153, '3220', '789.00', '6', '25.001', '30', '79130000', '79999999', '29000000', '29099999', NULL, 1652955010),
(90154, '3298', '70.00', '11', '0.3', '5', '79130000', '79999999', '29100000', '29999999', NULL, 1652955010),
(90155, '3220', '157.00', '8', '0.3', '5', '79130000', '79999999', '29100000', '29999999', NULL, 1652955011),
(90156, '3298', '106.00', '11', '5.001', '10', '79130000', '79999999', '29100000', '29999999', NULL, 1652955012),
(90157, '3220', '226.00', '8', '5.001', '10', '79130000', '79999999', '29100000', '29999999', NULL, 1652955012),
(90158, '3298', '172.00', '11', '10.001', '15', '79130000', '79999999', '29100000', '29999999', NULL, 1652955012),
(90159, '3220', '367.00', '8', '10.001', '15', '79130000', '79999999', '29100000', '29999999', NULL, 1652955013),
(90160, '3298', '239.00', '11', '15.001', '20', '79130000', '79999999', '29100000', '29999999', NULL, 1652955014),
(90161, '3220', '508.00', '8', '15.001', '20', '79130000', '79999999', '29100000', '29999999', NULL, 1652955014),
(90162, '3298', '305.00', '11', '20.001', '25', '79130000', '79999999', '29100000', '29999999', NULL, 1652955015),
(90163, '3220', '649.00', '8', '20.001', '25', '79130000', '79999999', '29100000', '29999999', NULL, 1652955015),
(90164, '3298', '371.00', '11', '25.001', '30', '79130000', '79999999', '29100000', '29999999', NULL, 1652955016),
(90165, '3220', '789.00', '8', '25.001', '30', '79130000', '79999999', '29100000', '29999999', NULL, 1652955017),
(90166, '3298', '50.00', '10', '0.3', '5', '79130000', '79999999', '30000000', '31999999', NULL, 1652955017),
(90167, '3220', '124.00', '5', '0.3', '5', '79130000', '79999999', '30000000', '31999999', NULL, 1652955017),
(90168, '3298', '83.00', '10', '5.001', '10', '79130000', '79999999', '30000000', '31999999', NULL, 1652955018),
(90169, '3220', '175.00', '5', '5.001', '10', '79130000', '79999999', '30000000', '31999999', NULL, 1652955019),
(90170, '3298', '135.00', '10', '10.001', '15', '79130000', '79999999', '30000000', '31999999', NULL, 1652955019),
(90171, '3220', '283.00', '5', '10.001', '15', '79130000', '79999999', '30000000', '31999999', NULL, 1652955020),
(90172, '3298', '186.00', '10', '15.001', '20', '79130000', '79999999', '30000000', '31999999', NULL, 1652955020),
(90173, '3220', '392.00', '5', '15.001', '20', '79130000', '79999999', '30000000', '31999999', NULL, 1652955021),
(90174, '3298', '238.00', '10', '20.001', '25', '79130000', '79999999', '30000000', '31999999', NULL, 1652955021),
(90175, '3220', '500.00', '5', '20.001', '25', '79130000', '79999999', '30000000', '31999999', NULL, 1652955021),
(90176, '3298', '290.00', '10', '25.001', '30', '79130000', '79999999', '30000000', '31999999', NULL, 1652955022),
(90177, '3220', '609.00', '5', '25.001', '30', '79130000', '79999999', '30000000', '31999999', NULL, 1652955022),
(90178, '3298', '50.00', '10', '0.3', '5', '79130000', '79999999', '30000000', '34999999', NULL, 1652955023),
(90179, '3220', '124.00', '5', '0.3', '5', '79130000', '79999999', '30000000', '34999999', NULL, 1652955023),
(90180, '3298', '83.00', '10', '5.001', '10', '79130000', '79999999', '30000000', '34999999', NULL, 1652955024),
(90181, '3220', '175.00', '5', '5.001', '10', '79130000', '79999999', '30000000', '34999999', NULL, 1652955024),
(90182, '3298', '135.00', '10', '10.001', '15', '79130000', '79999999', '30000000', '34999999', NULL, 1652955025),
(90183, '3220', '283.00', '5', '10.001', '15', '79130000', '79999999', '30000000', '34999999', NULL, 1652955025),
(90184, '3298', '186.00', '10', '15.001', '20', '79130000', '79999999', '30000000', '34999999', NULL, 1652955026),
(90185, '3220', '392.00', '5', '15.001', '20', '79130000', '79999999', '30000000', '34999999', NULL, 1652955027),
(90186, '3298', '238.00', '10', '20.001', '25', '79130000', '79999999', '30000000', '34999999', NULL, 1652955027),
(90187, '3220', '500.00', '5', '20.001', '25', '79130000', '79999999', '30000000', '34999999', NULL, 1652955028),
(90188, '3298', '290.00', '10', '25.001', '30', '79130000', '79999999', '30000000', '34999999', NULL, 1652955028),
(90189, '3220', '609.00', '5', '25.001', '30', '79130000', '79999999', '30000000', '34999999', NULL, 1652955029),
(90190, '3298', '50.00', '12', '0.3', '5', '79130000', '79999999', '35000000', '39999999', NULL, 1652955029),
(90191, '3220', '124.00', '7', '0.3', '5', '79130000', '79999999', '35000000', '39999999', NULL, 1652955030),
(90192, '3298', '83.00', '12', '5.001', '10', '79130000', '79999999', '35000000', '39999999', NULL, 1652955030),
(90193, '3220', '175.00', '7', '5.001', '10', '79130000', '79999999', '35000000', '39999999', NULL, 1652955031),
(90194, '3298', '135.00', '12', '10.001', '15', '79130000', '79999999', '35000000', '39999999', NULL, 1652955032),
(90195, '3220', '283.00', '7', '10.001', '15', '79130000', '79999999', '35000000', '39999999', NULL, 1652955032),
(90196, '3298', '186.00', '12', '15.001', '20', '79130000', '79999999', '35000000', '39999999', NULL, 1652955033),
(90197, '3220', '392.00', '7', '15.001', '20', '79130000', '79999999', '35000000', '39999999', NULL, 1652955033),
(90198, '3298', '238.00', '12', '20.001', '25', '79130000', '79999999', '35000000', '39999999', NULL, 1652955034),
(90199, '3220', '500.00', '7', '20.001', '25', '79130000', '79999999', '35000000', '39999999', NULL, 1652955035),
(90200, '3298', '290.00', '12', '25.001', '30', '79130000', '79999999', '35000000', '39999999', NULL, 1652955035),
(90201, '3220', '609.00', '7', '25.001', '30', '79130000', '79999999', '35000000', '39999999', NULL, 1652955036),
(90202, '3298', '90.00', '10', '0.3', '5', '79130000', '79999999', '40000000', '41999999', NULL, 1652955036),
(90203, '3220', '183.00', '6', '0.3', '5', '79130000', '79999999', '40000000', '41999999', NULL, 1652955037),
(90204, '3298', '133.00', '10', '5.001', '10', '79130000', '79999999', '40000000', '41999999', NULL, 1652955037),
(90205, '3220', '266.00', '6', '5.001', '10', '79130000', '79999999', '40000000', '41999999', NULL, 1652955038),
(90206, '3298', '215.00', '10', '10.001', '15', '79130000', '79999999', '40000000', '41999999', NULL, 1652955039),
(90207, '3220', '430.00', '6', '10.001', '15', '79130000', '79999999', '40000000', '41999999', NULL, 1652955039),
(90208, '3298', '298.00', '10', '15.001', '20', '79130000', '79999999', '40000000', '41999999', NULL, 1652955040),
(90209, '3220', '595.00', '6', '15.001', '20', '79130000', '79999999', '40000000', '41999999', NULL, 1652955040),
(90210, '3298', '380.00', '10', '20.001', '25', '79130000', '79999999', '40000000', '41999999', NULL, 1652955041),
(90211, '3220', '760.00', '6', '20.001', '25', '79130000', '79999999', '40000000', '41999999', NULL, 1652955042),
(90212, '3298', '463.00', '10', '25.001', '30', '79130000', '79999999', '40000000', '41999999', NULL, 1652955042),
(90213, '3220', '925.00', '6', '25.001', '30', '79130000', '79999999', '40000000', '41999999', NULL, 1652955043),
(90214, '3298', '90.00', '10', '0.3', '5', '79130000', '79999999', '40000000', '44470999', NULL, 1652955044),
(90215, '3220', '183.00', '6', '0.3', '5', '79130000', '79999999', '40000000', '44470999', NULL, 1652955044),
(90216, '3298', '133.00', '10', '5.001', '10', '79130000', '79999999', '40000000', '44470999', NULL, 1652955044),
(90217, '3220', '266.00', '6', '5.001', '10', '79130000', '79999999', '40000000', '44470999', NULL, 1652955045),
(90218, '3298', '215.00', '10', '10.001', '15', '79130000', '79999999', '40000000', '44470999', NULL, 1652955045),
(90219, '3220', '430.00', '6', '10.001', '15', '79130000', '79999999', '40000000', '44470999', NULL, 1652955046),
(90220, '3298', '298.00', '10', '15.001', '20', '79130000', '79999999', '40000000', '44470999', NULL, 1652955046),
(90221, '3220', '595.00', '6', '15.001', '20', '79130000', '79999999', '40000000', '44470999', NULL, 1652955047),
(90222, '3298', '380.00', '10', '20.001', '25', '79130000', '79999999', '40000000', '44470999', NULL, 1652955047),
(90223, '3220', '760.00', '6', '20.001', '25', '79130000', '79999999', '40000000', '44470999', NULL, 1652955048),
(90224, '3298', '463.00', '10', '25.001', '30', '79130000', '79999999', '40000000', '44470999', NULL, 1652955048),
(90225, '3220', '925.00', '6', '25.001', '30', '79130000', '79999999', '40000000', '44470999', NULL, 1652955049),
(90226, '3298', '90.00', '12', '0.3', '5', '79130000', '79999999', '44471000', '48999999', NULL, 1652955049),
(90227, '3220', '183.00', '8', '0.3', '5', '79130000', '79999999', '44471000', '48999999', NULL, 1652955050),
(90228, '3298', '133.00', '12', '5.001', '10', '79130000', '79999999', '44471000', '48999999', NULL, 1652955050),
(90229, '3220', '266.00', '8', '5.001', '10', '79130000', '79999999', '44471000', '48999999', NULL, 1652955051),
(90230, '3298', '215.00', '12', '10.001', '15', '79130000', '79999999', '44471000', '48999999', NULL, 1652955051),
(90231, '3220', '430.00', '8', '10.001', '15', '79130000', '79999999', '44471000', '48999999', NULL, 1652955052),
(90232, '3298', '298.00', '12', '15.001', '20', '79130000', '79999999', '44471000', '48999999', NULL, 1652955053),
(90233, '3220', '595.00', '8', '15.001', '20', '79130000', '79999999', '44471000', '48999999', NULL, 1652955053),
(90234, '3298', '380.00', '12', '20.001', '25', '79130000', '79999999', '44471000', '48999999', NULL, 1652955054),
(90235, '3220', '760.00', '8', '20.001', '25', '79130000', '79999999', '44471000', '48999999', NULL, 1652955054),
(90236, '3298', '463.00', '12', '25.001', '30', '79130000', '79999999', '44471000', '48999999', NULL, 1652955055),
(90237, '3220', '925.00', '8', '25.001', '30', '79130000', '79999999', '44471000', '48999999', NULL, 1652955056),
(90238, '3298', '90.00', '12', '0.3', '5', '79130000', '79999999', '49000000', '49099999', NULL, 1652955056),
(90239, '3220', '183.00', '6', '0.3', '5', '79130000', '79999999', '49000000', '49099999', NULL, 1652955057),
(90240, '3298', '133.00', '12', '5.001', '10', '79130000', '79999999', '49000000', '49099999', NULL, 1652955057),
(90241, '3220', '266.00', '6', '5.001', '10', '79130000', '79999999', '49000000', '49099999', NULL, 1652955058),
(90242, '3298', '215.00', '12', '10.001', '15', '79130000', '79999999', '49000000', '49099999', NULL, 1652955059),
(90243, '3220', '430.00', '6', '10.001', '15', '79130000', '79999999', '49000000', '49099999', NULL, 1652955059),
(90244, '3298', '298.00', '12', '15.001', '20', '79130000', '79999999', '49000000', '49099999', NULL, 1652955060),
(90245, '3220', '595.00', '6', '15.001', '20', '79130000', '79999999', '49000000', '49099999', NULL, 1652955060),
(90246, '3298', '380.00', '12', '20.001', '25', '79130000', '79999999', '49000000', '49099999', NULL, 1652955061),
(90247, '3220', '760.00', '6', '20.001', '25', '79130000', '79999999', '49000000', '49099999', NULL, 1652955061),
(90248, '3298', '463.00', '12', '25.001', '30', '79130000', '79999999', '49000000', '49099999', NULL, 1652955062),
(90249, '3220', '925.00', '6', '25.001', '30', '79130000', '79999999', '49000000', '49099999', NULL, 1652955062),
(90250, '3298', '90.00', '14', '0.3', '5', '79130000', '79999999', '49100000', '49999999', NULL, 1652955063),
(90251, '3220', '183.00', '8', '0.3', '5', '79130000', '79999999', '49100000', '49999999', NULL, 1652955064),
(90252, '3298', '133.00', '14', '5.001', '10', '79130000', '79999999', '49100000', '49999999', NULL, 1652955065),
(90253, '3220', '266.00', '8', '5.001', '10', '79130000', '79999999', '49100000', '49999999', NULL, 1652955065),
(90254, '3298', '215.00', '14', '10.001', '15', '79130000', '79999999', '49100000', '49999999', NULL, 1652955066),
(90255, '3220', '430.00', '8', '10.001', '15', '79130000', '79999999', '49100000', '49999999', NULL, 1652955066),
(90256, '3298', '298.00', '14', '15.001', '20', '79130000', '79999999', '49100000', '49999999', NULL, 1652955067),
(90257, '3220', '595.00', '8', '15.001', '20', '79130000', '79999999', '49100000', '49999999', NULL, 1652955067),
(90258, '3298', '380.00', '14', '20.001', '25', '79130000', '79999999', '49100000', '49999999', NULL, 1652955068),
(90259, '3220', '760.00', '8', '20.001', '25', '79130000', '79999999', '49100000', '49999999', NULL, 1652955068),
(90260, '3298', '463.00', '14', '25.001', '30', '79130000', '79999999', '49100000', '49999999', NULL, 1652955069),
(90261, '3220', '925.00', '8', '25.001', '30', '79130000', '79999999', '49100000', '49999999', NULL, 1652955070),
(90262, '3298', '90.00', '11', '0.3', '5', '79130000', '79999999', '50000000', '52999999', NULL, 1652955070),
(90263, '3220', '183.00', '6', '0.3', '5', '79130000', '79999999', '50000000', '52999999', NULL, 1652955071),
(90264, '3298', '133.00', '11', '5.001', '10', '79130000', '79999999', '50000000', '52999999', NULL, 1652955072),
(90265, '3220', '266.00', '6', '5.001', '10', '79130000', '79999999', '50000000', '52999999', NULL, 1652955072),
(90266, '3298', '215.00', '11', '10.001', '15', '79130000', '79999999', '50000000', '52999999', NULL, 1652955073),
(90267, '3220', '430.00', '6', '10.001', '15', '79130000', '79999999', '50000000', '52999999', NULL, 1652955074),
(90268, '3298', '298.00', '11', '15.001', '20', '79130000', '79999999', '50000000', '52999999', NULL, 1652955074),
(90269, '3220', '595.00', '6', '15.001', '20', '79130000', '79999999', '50000000', '52999999', NULL, 1652955075),
(90270, '3298', '380.00', '11', '20.001', '25', '79130000', '79999999', '50000000', '52999999', NULL, 1652955075),
(90271, '3220', '760.00', '6', '20.001', '25', '79130000', '79999999', '50000000', '52999999', NULL, 1652955076),
(90272, '3298', '463.00', '11', '25.001', '30', '79130000', '79999999', '50000000', '52999999', NULL, 1652955076),
(90273, '3220', '925.00', '6', '25.001', '30', '79130000', '79999999', '50000000', '52999999', NULL, 1652955077),
(90274, '3298', '90.00', '11', '0.3', '5', '79130000', '79999999', '50000000', '54999999', NULL, 1652955078),
(90275, '3220', '183.00', '6', '0.3', '5', '79130000', '79999999', '50000000', '54999999', NULL, 1652955078),
(90276, '3298', '133.00', '11', '5.001', '10', '79130000', '79999999', '50000000', '54999999', NULL, 1652955079),
(90277, '3220', '266.00', '6', '5.001', '10', '79130000', '79999999', '50000000', '54999999', NULL, 1652955079),
(90278, '3298', '215.00', '11', '10.001', '15', '79130000', '79999999', '50000000', '54999999', NULL, 1652955080),
(90279, '3220', '430.00', '6', '10.001', '15', '79130000', '79999999', '50000000', '54999999', NULL, 1652955080),
(90280, '3298', '298.00', '11', '15.001', '20', '79130000', '79999999', '50000000', '54999999', NULL, 1652955080),
(90281, '3220', '595.00', '6', '15.001', '20', '79130000', '79999999', '50000000', '54999999', NULL, 1652955081),
(90282, '3298', '380.00', '11', '20.001', '25', '79130000', '79999999', '50000000', '54999999', NULL, 1652955081),
(90283, '3220', '760.00', '6', '20.001', '25', '79130000', '79999999', '50000000', '54999999', NULL, 1652955082),
(90284, '3298', '463.00', '11', '25.001', '30', '79130000', '79999999', '50000000', '54999999', NULL, 1652955082),
(90285, '3220', '925.00', '6', '25.001', '30', '79130000', '79999999', '50000000', '54999999', NULL, 1652955083),
(90286, '3298', '90.00', '15', '0.3', '5', '79130000', '79999999', '55000000', '56999999', NULL, 1652955084),
(90287, '3220', '183.00', '10', '0.3', '5', '79130000', '79999999', '55000000', '56999999', NULL, 1652955084),
(90288, '3298', '133.00', '15', '5.001', '10', '79130000', '79999999', '55000000', '56999999', NULL, 1652955085),
(90289, '3220', '266.00', '10', '5.001', '10', '79130000', '79999999', '55000000', '56999999', NULL, 1652955085),
(90290, '3298', '215.00', '15', '10.001', '15', '79130000', '79999999', '55000000', '56999999', NULL, 1652955086),
(90291, '3220', '430.00', '10', '10.001', '15', '79130000', '79999999', '55000000', '56999999', NULL, 1652955087),
(90292, '3298', '298.00', '15', '15.001', '20', '79130000', '79999999', '55000000', '56999999', NULL, 1652955087),
(90293, '3220', '595.00', '10', '15.001', '20', '79130000', '79999999', '55000000', '56999999', NULL, 1652955088),
(90294, '3298', '380.00', '15', '20.001', '25', '79130000', '79999999', '55000000', '56999999', NULL, 1652955088),
(90295, '3220', '760.00', '10', '20.001', '25', '79130000', '79999999', '55000000', '56999999', NULL, 1652955089),
(90296, '3298', '463.00', '15', '25.001', '30', '79130000', '79999999', '55000000', '56999999', NULL, 1652955089),
(90297, '3220', '925.00', '10', '25.001', '30', '79130000', '79999999', '55000000', '56999999', NULL, 1652955090),
(90298, '3298', '90.00', '11', '0.3', '5', '79130000', '79999999', '57000000', '57099999', NULL, 1652955091),
(90299, '3220', '183.00', '6', '0.3', '5', '79130000', '79999999', '57000000', '57099999', NULL, 1652955091),
(90300, '3298', '133.00', '11', '5.001', '10', '79130000', '79999999', '57000000', '57099999', NULL, 1652955092),
(90301, '3220', '266.00', '6', '5.001', '10', '79130000', '79999999', '57000000', '57099999', NULL, 1652955092),
(90302, '3298', '215.00', '11', '10.001', '15', '79130000', '79999999', '57000000', '57099999', NULL, 1652955093),
(90303, '3220', '430.00', '6', '10.001', '15', '79130000', '79999999', '57000000', '57099999', NULL, 1652955094),
(90304, '3298', '298.00', '11', '15.001', '20', '79130000', '79999999', '57000000', '57099999', NULL, 1652955094),
(90305, '3220', '595.00', '6', '15.001', '20', '79130000', '79999999', '57000000', '57099999', NULL, 1652955095),
(90306, '3298', '380.00', '11', '20.001', '25', '79130000', '79999999', '57000000', '57099999', NULL, 1652955095),
(90307, '3220', '760.00', '6', '20.001', '25', '79130000', '79999999', '57000000', '57099999', NULL, 1652955096),
(90308, '3298', '463.00', '11', '25.001', '30', '79130000', '79999999', '57000000', '57099999', NULL, 1652955096),
(90309, '3220', '925.00', '6', '25.001', '30', '79130000', '79999999', '57000000', '57099999', NULL, 1652955097),
(90310, '3298', '90.00', '13', '0.3', '5', '79130000', '79999999', '57100000', '57999999', NULL, 1652955097),
(90311, '3220', '183.00', '8', '0.3', '5', '79130000', '79999999', '57100000', '57999999', NULL, 1652955098),
(90312, '3298', '133.00', '13', '5.001', '10', '79130000', '79999999', '57100000', '57999999', NULL, 1652955098),
(90313, '3220', '266.00', '8', '5.001', '10', '79130000', '79999999', '57100000', '57999999', NULL, 1652955099),
(90314, '3298', '215.00', '13', '10.001', '15', '79130000', '79999999', '57100000', '57999999', NULL, 1652955100),
(90315, '3220', '430.00', '8', '10.001', '15', '79130000', '79999999', '57100000', '57999999', NULL, 1652955100),
(90316, '3298', '298.00', '13', '15.001', '20', '79130000', '79999999', '57100000', '57999999', NULL, 1652955101),
(90317, '3220', '595.00', '8', '15.001', '20', '79130000', '79999999', '57100000', '57999999', NULL, 1652955101),
(90318, '3298', '380.00', '13', '20.001', '25', '79130000', '79999999', '57100000', '57999999', NULL, 1652955102),
(90319, '3220', '760.00', '8', '20.001', '25', '79130000', '79999999', '57100000', '57999999', NULL, 1652955103),
(90320, '3298', '463.00', '13', '25.001', '30', '79130000', '79999999', '57100000', '57999999', NULL, 1652955103),
(90321, '3220', '925.00', '8', '25.001', '30', '79130000', '79999999', '57100000', '57999999', NULL, 1652955104),
(90322, '3298', '90.00', '11', '0.3', '5', '79130000', '79999999', '58000000', '58099999', NULL, 1652955104),
(90323, '3220', '183.00', '6', '0.3', '5', '79130000', '79999999', '58000000', '58099999', NULL, 1652955105),
(90324, '3298', '133.00', '11', '5.001', '10', '79130000', '79999999', '58000000', '58099999', NULL, 1652955105),
(90325, '3220', '266.00', '6', '5.001', '10', '79130000', '79999999', '58000000', '58099999', NULL, 1652955106),
(90326, '3298', '215.00', '11', '10.001', '15', '79130000', '79999999', '58000000', '58099999', NULL, 1652955106),
(90327, '3220', '430.00', '6', '10.001', '15', '79130000', '79999999', '58000000', '58099999', NULL, 1652955107),
(90328, '3298', '298.00', '11', '15.001', '20', '79130000', '79999999', '58000000', '58099999', NULL, 1652955107),
(90329, '3220', '595.00', '6', '15.001', '20', '79130000', '79999999', '58000000', '58099999', NULL, 1652955108),
(90330, '3298', '380.00', '11', '20.001', '25', '79130000', '79999999', '58000000', '58099999', NULL, 1652955108),
(90331, '3220', '760.00', '6', '20.001', '25', '79130000', '79999999', '58000000', '58099999', NULL, 1652955109),
(90332, '3298', '463.00', '11', '25.001', '30', '79130000', '79999999', '58000000', '58099999', NULL, 1652955109),
(90333, '3220', '925.00', '6', '25.001', '30', '79130000', '79999999', '58000000', '58099999', NULL, 1652955110),
(90334, '3298', '90.00', '16', '0.3', '5', '79130000', '79999999', '58100000', '58999999', NULL, 1652955111),
(90335, '3220', '183.00', '11', '0.3', '5', '79130000', '79999999', '58100000', '58999999', NULL, 1652955111),
(90336, '3298', '133.00', '16', '5.001', '10', '79130000', '79999999', '58100000', '58999999', NULL, 1652955112),
(90337, '3220', '266.00', '11', '5.001', '10', '79130000', '79999999', '58100000', '58999999', NULL, 1652955112),
(90338, '3298', '215.00', '16', '10.001', '15', '79130000', '79999999', '58100000', '58999999', NULL, 1652955113),
(90339, '3220', '430.00', '11', '10.001', '15', '79130000', '79999999', '58100000', '58999999', NULL, 1652955114),
(90340, '3298', '298.00', '16', '15.001', '20', '79130000', '79999999', '58100000', '58999999', NULL, 1652955114),
(90341, '3220', '595.00', '11', '15.001', '20', '79130000', '79999999', '58100000', '58999999', NULL, 1652955115),
(90342, '3298', '380.00', '16', '20.001', '25', '79130000', '79999999', '58100000', '58999999', NULL, 1652955115),
(90343, '3220', '760.00', '11', '20.001', '25', '79130000', '79999999', '58100000', '58999999', NULL, 1652955116),
(90344, '3298', '463.00', '16', '25.001', '30', '79130000', '79999999', '58100000', '58999999', NULL, 1652955117),
(90345, '3220', '925.00', '11', '25.001', '30', '79130000', '79999999', '58100000', '58999999', NULL, 1652955117),
(90346, '3298', '90.00', '12', '0.3', '5', '79130000', '79999999', '59000000', '59099999', NULL, 1652955118),
(90347, '3220', '183.00', '6', '0.3', '5', '79130000', '79999999', '59000000', '59099999', NULL, 1652955118),
(90348, '3298', '133.00', '12', '5.001', '10', '79130000', '79999999', '59000000', '59099999', NULL, 1652955119),
(90349, '3220', '266.00', '6', '5.001', '10', '79130000', '79999999', '59000000', '59099999', NULL, 1652955119),
(90350, '3298', '215.00', '12', '10.001', '15', '79130000', '79999999', '59000000', '59099999', NULL, 1652955120),
(90351, '3220', '430.00', '6', '10.001', '15', '79130000', '79999999', '59000000', '59099999', NULL, 1652955120),
(90352, '3298', '298.00', '12', '15.001', '20', '79130000', '79999999', '59000000', '59099999', NULL, 1652955121),
(90353, '3220', '595.00', '6', '15.001', '20', '79130000', '79999999', '59000000', '59099999', NULL, 1652955122),
(90354, '3298', '380.00', '12', '20.001', '25', '79130000', '79999999', '59000000', '59099999', NULL, 1652955122),
(90355, '3220', '760.00', '6', '20.001', '25', '79130000', '79999999', '59000000', '59099999', NULL, 1652955123),
(90356, '3298', '463.00', '12', '25.001', '30', '79130000', '79999999', '59000000', '59099999', NULL, 1652955123),
(90357, '3220', '925.00', '6', '25.001', '30', '79130000', '79999999', '59000000', '59099999', NULL, 1652955124),
(90358, '3298', '90.00', '12', '0.3', '5', '79130000', '79999999', '59100000', '59999999', NULL, 1652955125),
(90359, '3220', '183.00', '6', '0.3', '5', '79130000', '79999999', '59100000', '59999999', NULL, 1652955125),
(90360, '3298', '133.00', '12', '5.001', '10', '79130000', '79999999', '59100000', '59999999', NULL, 1652955126),
(90361, '3220', '266.00', '6', '5.001', '10', '79130000', '79999999', '59100000', '59999999', NULL, 1652955127),
(90362, '3298', '215.00', '12', '10.001', '15', '79130000', '79999999', '59100000', '59999999', NULL, 1652955127),
(90363, '3220', '430.00', '6', '10.001', '15', '79130000', '79999999', '59100000', '59999999', NULL, 1652955127),
(90364, '3298', '298.00', '12', '15.001', '20', '79130000', '79999999', '59100000', '59999999', NULL, 1652955128),
(90365, '3220', '595.00', '6', '15.001', '20', '79130000', '79999999', '59100000', '59999999', NULL, 1652955128),
(90366, '3298', '380.00', '12', '20.001', '25', '79130000', '79999999', '59100000', '59999999', NULL, 1652955129),
(90367, '3220', '760.00', '6', '20.001', '25', '79130000', '79999999', '59100000', '59999999', NULL, 1652955130),
(90368, '3298', '463.00', '12', '25.001', '30', '79130000', '79999999', '59100000', '59999999', NULL, 1652955130),
(90369, '3220', '925.00', '6', '25.001', '30', '79130000', '79999999', '59100000', '59999999', NULL, 1652955131),
(90370, '3298', '90.00', '11', '0.3', '5', '79130000', '79999999', '60000000', '60999999', NULL, 1652955131),
(90371, '3220', '183.00', '6', '0.3', '5', '79130000', '79999999', '60000000', '60999999', NULL, 1652955132),
(90372, '3298', '133.00', '11', '5.001', '10', '79130000', '79999999', '60000000', '60999999', NULL, 1652955132),
(90373, '3220', '266.00', '6', '5.001', '10', '79130000', '79999999', '60000000', '60999999', NULL, 1652955133),
(90374, '3298', '215.00', '11', '10.001', '15', '79130000', '79999999', '60000000', '60999999', NULL, 1652955134),
(90375, '3220', '430.00', '6', '10.001', '15', '79130000', '79999999', '60000000', '60999999', NULL, 1652955134),
(90376, '3298', '298.00', '11', '15.001', '20', '79130000', '79999999', '60000000', '60999999', NULL, 1652955135),
(90377, '3220', '595.00', '6', '15.001', '20', '79130000', '79999999', '60000000', '60999999', NULL, 1652955136),
(90378, '3298', '380.00', '11', '20.001', '25', '79130000', '79999999', '60000000', '60999999', NULL, 1652955136),
(90379, '3220', '760.00', '6', '20.001', '25', '79130000', '79999999', '60000000', '60999999', NULL, 1652955137),
(90380, '3298', '463.00', '11', '25.001', '30', '79130000', '79999999', '60000000', '60999999', NULL, 1652955137),
(90381, '3220', '925.00', '6', '25.001', '30', '79130000', '79999999', '60000000', '60999999', NULL, 1652955138),
(90382, '3298', '90.00', '11', '0.3', '5', '79130000', '79999999', '60000000', '61900999', NULL, 1652955138),
(90383, '3220', '183.00', '6', '0.3', '5', '79130000', '79999999', '60000000', '61900999', NULL, 1652955139),
(90384, '3298', '133.00', '11', '5.001', '10', '79130000', '79999999', '60000000', '61900999', NULL, 1652955139),
(90385, '3220', '266.00', '6', '5.001', '10', '79130000', '79999999', '60000000', '61900999', NULL, 1652955140),
(90386, '3298', '215.00', '11', '10.001', '15', '79130000', '79999999', '60000000', '61900999', NULL, 1652955140),
(90387, '3220', '430.00', '6', '10.001', '15', '79130000', '79999999', '60000000', '61900999', NULL, 1652955141),
(90388, '3298', '298.00', '11', '15.001', '20', '79130000', '79999999', '60000000', '61900999', NULL, 1652955142),
(90389, '3220', '595.00', '6', '15.001', '20', '79130000', '79999999', '60000000', '61900999', NULL, 1652955142),
(90390, '3298', '380.00', '11', '20.001', '25', '79130000', '79999999', '60000000', '61900999', NULL, 1652955143),
(90391, '3220', '760.00', '6', '20.001', '25', '79130000', '79999999', '60000000', '61900999', NULL, 1652955143),
(90392, '3298', '463.00', '11', '25.001', '30', '79130000', '79999999', '60000000', '61900999', NULL, 1652955144),
(90393, '3220', '925.00', '6', '25.001', '30', '79130000', '79999999', '60000000', '61900999', NULL, 1652955145),
(90394, '3298', '90.00', '15', '0.3', '5', '79130000', '79999999', '61901000', '63999999', NULL, 1652955145),
(90395, '3220', '183.00', '10', '0.3', '5', '79130000', '79999999', '61901000', '63999999', NULL, 1652955146),
(90396, '3298', '133.00', '15', '5.001', '10', '79130000', '79999999', '61901000', '63999999', NULL, 1652955147),
(90397, '3220', '266.00', '10', '5.001', '10', '79130000', '79999999', '61901000', '63999999', NULL, 1652955147),
(90398, '3298', '215.00', '15', '10.001', '15', '79130000', '79999999', '61901000', '63999999', NULL, 1652955148),
(90399, '3220', '430.00', '10', '10.001', '15', '79130000', '79999999', '61901000', '63999999', NULL, 1652955148),
(90400, '3298', '298.00', '15', '15.001', '20', '79130000', '79999999', '61901000', '63999999', NULL, 1652955149),
(90401, '3220', '595.00', '10', '15.001', '20', '79130000', '79999999', '61901000', '63999999', NULL, 1652955150),
(90402, '3298', '380.00', '15', '20.001', '25', '79130000', '79999999', '61901000', '63999999', NULL, 1652955150),
(90403, '3220', '760.00', '10', '20.001', '25', '79130000', '79999999', '61901000', '63999999', NULL, 1652955151),
(90404, '3298', '463.00', '15', '25.001', '30', '79130000', '79999999', '61901000', '63999999', NULL, 1652955152),
(90405, '3220', '925.00', '10', '25.001', '30', '79130000', '79999999', '61901000', '63999999', NULL, 1652955152),
(90406, '3298', '90.00', '11', '0.3', '5', '79130000', '79999999', '64000000', '64099999', NULL, 1652955152),
(90407, '3220', '183.00', '7', '0.3', '5', '79130000', '79999999', '64000000', '64099999', NULL, 1652955153),
(90408, '3298', '133.00', '11', '5.001', '10', '79130000', '79999999', '64000000', '64099999', NULL, 1652955154),
(90409, '3220', '266.00', '7', '5.001', '10', '79130000', '79999999', '64000000', '64099999', NULL, 1652955155),
(90410, '3298', '215.00', '11', '10.001', '15', '79130000', '79999999', '64000000', '64099999', NULL, 1652955155),
(90411, '3220', '430.00', '7', '10.001', '15', '79130000', '79999999', '64000000', '64099999', NULL, 1652955155),
(90412, '3298', '298.00', '11', '15.001', '20', '79130000', '79999999', '64000000', '64099999', NULL, 1652955156),
(90413, '3220', '595.00', '7', '15.001', '20', '79130000', '79999999', '64000000', '64099999', NULL, 1652955156),
(90414, '3298', '380.00', '11', '20.001', '25', '79130000', '79999999', '64000000', '64099999', NULL, 1652955157),
(90415, '3220', '760.00', '7', '20.001', '25', '79130000', '79999999', '64000000', '64099999', NULL, 1652955158),
(90416, '3298', '463.00', '11', '25.001', '30', '79130000', '79999999', '64000000', '64099999', NULL, 1652955158),
(90417, '3220', '925.00', '7', '25.001', '30', '79130000', '79999999', '64000000', '64099999', NULL, 1652955159),
(90418, '3298', '90.00', '14', '0.3', '5', '79130000', '79999999', '64100000', '64999999', NULL, 1652955159),
(90419, '3220', '183.00', '10', '0.3', '5', '79130000', '79999999', '64100000', '64999999', NULL, 1652955160),
(90420, '3298', '133.00', '14', '5.001', '10', '79130000', '79999999', '64100000', '64999999', NULL, 1652955161),
(90421, '3220', '266.00', '10', '5.001', '10', '79130000', '79999999', '64100000', '64999999', NULL, 1652955161),
(90422, '3298', '215.00', '14', '10.001', '15', '79130000', '79999999', '64100000', '64999999', NULL, 1652955161),
(90423, '3220', '430.00', '10', '10.001', '15', '79130000', '79999999', '64100000', '64999999', NULL, 1652955162),
(90424, '3298', '298.00', '14', '15.001', '20', '79130000', '79999999', '64100000', '64999999', NULL, 1652955163),
(90425, '3220', '595.00', '10', '15.001', '20', '79130000', '79999999', '64100000', '64999999', NULL, 1652955163),
(90426, '3298', '380.00', '14', '20.001', '25', '79130000', '79999999', '64100000', '64999999', NULL, 1652955164),
(90427, '3220', '760.00', '10', '20.001', '25', '79130000', '79999999', '64100000', '64999999', NULL, 1652955164),
(90428, '3298', '463.00', '14', '25.001', '30', '79130000', '79999999', '64100000', '64999999', NULL, 1652955165),
(90429, '3220', '925.00', '10', '25.001', '30', '79130000', '79999999', '64100000', '64999999', NULL, 1652955166),
(90430, '3298', '90.00', '13', '0.3', '5', '79130000', '79999999', '65000000', '65099999', NULL, 1652955166),
(90431, '3220', '183.00', '9', '0.3', '5', '79130000', '79999999', '65000000', '65099999', NULL, 1652955167),
(90432, '3298', '133.00', '13', '5.001', '10', '79130000', '79999999', '65000000', '65099999', NULL, 1652955168),
(90433, '3220', '266.00', '9', '5.001', '10', '79130000', '79999999', '65000000', '65099999', NULL, 1652955168),
(90434, '3298', '215.00', '13', '10.001', '15', '79130000', '79999999', '65000000', '65099999', NULL, 1652955169),
(90435, '3220', '430.00', '9', '10.001', '15', '79130000', '79999999', '65000000', '65099999', NULL, 1652955169),
(90436, '3298', '298.00', '13', '15.001', '20', '79130000', '79999999', '65000000', '65099999', NULL, 1652955170),
(90437, '3220', '595.00', '9', '15.001', '20', '79130000', '79999999', '65000000', '65099999', NULL, 1652955170),
(90438, '3298', '380.00', '13', '20.001', '25', '79130000', '79999999', '65000000', '65099999', NULL, 1652955171),
(90439, '3220', '760.00', '9', '20.001', '25', '79130000', '79999999', '65000000', '65099999', NULL, 1652955172),
(90440, '3298', '463.00', '13', '25.001', '30', '79130000', '79999999', '65000000', '65099999', NULL, 1652955172),
(90441, '3220', '925.00', '9', '25.001', '30', '79130000', '79999999', '65000000', '65099999', NULL, 1652955173),
(90442, '3298', '90.00', '17', '0.3', '5', '79130000', '79999999', '65100000', '65999999', NULL, 1652955173),
(90443, '3220', '183.00', '13', '0.3', '5', '79130000', '79999999', '65100000', '65999999', NULL, 1652955174),
(90444, '3298', '133.00', '17', '5.001', '10', '79130000', '79999999', '65100000', '65999999', NULL, 1652955174),
(90445, '3220', '266.00', '13', '5.001', '10', '79130000', '79999999', '65100000', '65999999', NULL, 1652955175),
(90446, '3298', '215.00', '17', '10.001', '15', '79130000', '79999999', '65100000', '65999999', NULL, 1652955175),
(90447, '3220', '430.00', '13', '10.001', '15', '79130000', '79999999', '65100000', '65999999', NULL, 1652955176),
(90448, '3298', '298.00', '17', '15.001', '20', '79130000', '79999999', '65100000', '65999999', NULL, 1652955176),
(90449, '3220', '595.00', '13', '15.001', '20', '79130000', '79999999', '65100000', '65999999', NULL, 1652955177),
(90450, '3298', '380.00', '17', '20.001', '25', '79130000', '79999999', '65100000', '65999999', NULL, 1652955178),
(90451, '3220', '760.00', '13', '20.001', '25', '79130000', '79999999', '65100000', '65999999', NULL, 1652955178),
(90452, '3298', '463.00', '17', '25.001', '30', '79130000', '79999999', '65100000', '65999999', NULL, 1652955179),
(90453, '3220', '925.00', '13', '25.001', '30', '79130000', '79999999', '65100000', '65999999', NULL, 1652955179),
(90454, '3298', '90.00', '12', '0.3', '5', '79130000', '79999999', '66000000', '66999999', NULL, 1652955180),
(90455, '3220', '183.00', '8', '0.3', '5', '79130000', '79999999', '66000000', '66999999', NULL, 1652955181),
(90456, '3298', '133.00', '12', '5.001', '10', '79130000', '79999999', '66000000', '66999999', NULL, 1652955181),
(90457, '3220', '266.00', '8', '5.001', '10', '79130000', '79999999', '66000000', '66999999', NULL, 1652955182),
(90458, '3298', '215.00', '12', '10.001', '15', '79130000', '79999999', '66000000', '66999999', NULL, 1652955183),
(90459, '3220', '430.00', '8', '10.001', '15', '79130000', '79999999', '66000000', '66999999', NULL, 1652955183),
(90460, '3298', '298.00', '12', '15.001', '20', '79130000', '79999999', '66000000', '66999999', NULL, 1652955184),
(90461, '3220', '595.00', '8', '15.001', '20', '79130000', '79999999', '66000000', '66999999', NULL, 1652955185),
(90462, '3298', '380.00', '12', '20.001', '25', '79130000', '79999999', '66000000', '66999999', NULL, 1652955185),
(90463, '3220', '760.00', '8', '20.001', '25', '79130000', '79999999', '66000000', '66999999', NULL, 1652955186),
(90464, '3298', '463.00', '12', '25.001', '30', '79130000', '79999999', '66000000', '66999999', NULL, 1652955187),
(90465, '3220', '925.00', '8', '25.001', '30', '79130000', '79999999', '66000000', '66999999', NULL, 1652955187),
(90466, '3298', '90.00', '12', '0.3', '5', '79130000', '79999999', '66000000', '67999999', NULL, 1652955188),
(90467, '3220', '183.00', '8', '0.3', '5', '79130000', '79999999', '66000000', '67999999', NULL, 1652955188),
(90468, '3298', '133.00', '12', '5.001', '10', '79130000', '79999999', '66000000', '67999999', NULL, 1652955189),
(90469, '3220', '266.00', '8', '5.001', '10', '79130000', '79999999', '66000000', '67999999', NULL, 1652955190),
(90470, '3298', '215.00', '12', '10.001', '15', '79130000', '79999999', '66000000', '67999999', NULL, 1652955190),
(90471, '3220', '430.00', '8', '10.001', '15', '79130000', '79999999', '66000000', '67999999', NULL, 1652955191),
(90472, '3298', '298.00', '12', '15.001', '20', '79130000', '79999999', '66000000', '67999999', NULL, 1652955191);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(90473, '3220', '595.00', '8', '15.001', '20', '79130000', '79999999', '66000000', '67999999', NULL, 1652955192),
(90474, '3298', '380.00', '12', '20.001', '25', '79130000', '79999999', '66000000', '67999999', NULL, 1652955193),
(90475, '3220', '760.00', '8', '20.001', '25', '79130000', '79999999', '66000000', '67999999', NULL, 1652955193),
(90476, '3298', '463.00', '12', '25.001', '30', '79130000', '79999999', '66000000', '67999999', NULL, 1652955194),
(90477, '3220', '925.00', '8', '25.001', '30', '79130000', '79999999', '66000000', '67999999', NULL, 1652955195),
(90478, '3298', '90.00', '15', '0.3', '5', '79130000', '79999999', '68000000', '68899999', NULL, 1652955195),
(90479, '3220', '183.00', '11', '0.3', '5', '79130000', '79999999', '68000000', '68899999', NULL, 1652955196),
(90480, '3298', '133.00', '15', '5.001', '10', '79130000', '79999999', '68000000', '68899999', NULL, 1652955196),
(90481, '3220', '266.00', '11', '5.001', '10', '79130000', '79999999', '68000000', '68899999', NULL, 1652955197),
(90482, '3298', '215.00', '15', '10.001', '15', '79130000', '79999999', '68000000', '68899999', NULL, 1652955198),
(90483, '3220', '430.00', '11', '10.001', '15', '79130000', '79999999', '68000000', '68899999', NULL, 1652955198),
(90484, '3298', '298.00', '15', '15.001', '20', '79130000', '79999999', '68000000', '68899999', NULL, 1652955199),
(90485, '3220', '595.00', '11', '15.001', '20', '79130000', '79999999', '68000000', '68899999', NULL, 1652955199),
(90486, '3298', '380.00', '15', '20.001', '25', '79130000', '79999999', '68000000', '68899999', NULL, 1652955200),
(90487, '3220', '760.00', '11', '20.001', '25', '79130000', '79999999', '68000000', '68899999', NULL, 1652955200),
(90488, '3298', '463.00', '15', '25.001', '30', '79130000', '79999999', '68000000', '68899999', NULL, 1652955201),
(90489, '3220', '925.00', '11', '25.001', '30', '79130000', '79999999', '68000000', '68899999', NULL, 1652955201),
(90490, '3298', '90.00', '24', '0.3', '5', '79130000', '79999999', '68900000', '68914999', NULL, 1652955202),
(90491, '3220', '183.00', '15', '0.3', '5', '79130000', '79999999', '68900000', '68914999', NULL, 1652955203),
(90492, '3298', '133.00', '24', '5.001', '10', '79130000', '79999999', '68900000', '68914999', NULL, 1652955203),
(90493, '3220', '266.00', '15', '5.001', '10', '79130000', '79999999', '68900000', '68914999', NULL, 1652955204),
(90494, '3298', '215.00', '24', '10.001', '15', '79130000', '79999999', '68900000', '68914999', NULL, 1652955204),
(90495, '3220', '430.00', '15', '10.001', '15', '79130000', '79999999', '68900000', '68914999', NULL, 1652955205),
(90496, '3298', '298.00', '24', '15.001', '20', '79130000', '79999999', '68900000', '68914999', NULL, 1652955206),
(90497, '3220', '595.00', '15', '15.001', '20', '79130000', '79999999', '68900000', '68914999', NULL, 1652955206),
(90498, '3298', '380.00', '24', '20.001', '25', '79130000', '79999999', '68900000', '68914999', NULL, 1652955207),
(90499, '3220', '760.00', '15', '20.001', '25', '79130000', '79999999', '68900000', '68914999', NULL, 1652955207),
(90500, '3298', '463.00', '24', '25.001', '30', '79130000', '79999999', '68900000', '68914999', NULL, 1652955208),
(90501, '3220', '925.00', '15', '25.001', '30', '79130000', '79999999', '68900000', '68914999', NULL, 1652955208),
(90502, '3298', '90.00', '25', '0.3', '5', '79130000', '79999999', '68915000', '68999999', NULL, 1652955209),
(90503, '3220', '183.00', '16', '0.3', '5', '79130000', '79999999', '68915000', '68999999', NULL, 1652955209),
(90504, '3298', '133.00', '25', '5.001', '10', '79130000', '79999999', '68915000', '68999999', NULL, 1652955210),
(90505, '3220', '266.00', '16', '5.001', '10', '79130000', '79999999', '68915000', '68999999', NULL, 1652955211),
(90506, '3298', '215.00', '25', '10.001', '15', '79130000', '79999999', '68915000', '68999999', NULL, 1652955211),
(90507, '3220', '430.00', '16', '10.001', '15', '79130000', '79999999', '68915000', '68999999', NULL, 1652955212),
(90508, '3298', '298.00', '25', '15.001', '20', '79130000', '79999999', '68915000', '68999999', NULL, 1652955213),
(90509, '3220', '595.00', '16', '15.001', '20', '79130000', '79999999', '68915000', '68999999', NULL, 1652955213),
(90510, '3298', '380.00', '25', '20.001', '25', '79130000', '79999999', '68915000', '68999999', NULL, 1652955214),
(90511, '3220', '760.00', '16', '20.001', '25', '79130000', '79999999', '68915000', '68999999', NULL, 1652955215),
(90512, '3298', '463.00', '25', '25.001', '30', '79130000', '79999999', '68915000', '68999999', NULL, 1652955215),
(90513, '3220', '925.00', '16', '25.001', '30', '79130000', '79999999', '68915000', '68999999', NULL, 1652955215),
(90514, '3298', '90.00', '25', '0.3', '5', '79130000', '79999999', '69000000', '69099999', NULL, 1652955216),
(90515, '3220', '183.00', '7', '0.3', '5', '79130000', '79999999', '69000000', '69099999', NULL, 1652955217),
(90516, '3298', '133.00', '25', '5.001', '10', '79130000', '79999999', '69000000', '69099999', NULL, 1652955217),
(90517, '3220', '266.00', '7', '5.001', '10', '79130000', '79999999', '69000000', '69099999', NULL, 1652955218),
(90518, '3298', '215.00', '25', '10.001', '15', '79130000', '79999999', '69000000', '69099999', NULL, 1652955218),
(90519, '3220', '430.00', '7', '10.001', '15', '79130000', '79999999', '69000000', '69099999', NULL, 1652955219),
(90520, '3298', '298.00', '25', '15.001', '20', '79130000', '79999999', '69000000', '69099999', NULL, 1652955220),
(90521, '3220', '595.00', '7', '15.001', '20', '79130000', '79999999', '69000000', '69099999', NULL, 1652955221),
(90522, '3298', '380.00', '25', '20.001', '25', '79130000', '79999999', '69000000', '69099999', NULL, 1652955221),
(90523, '3220', '760.00', '7', '20.001', '25', '79130000', '79999999', '69000000', '69099999', NULL, 1652955222),
(90524, '3298', '463.00', '25', '25.001', '30', '79130000', '79999999', '69000000', '69099999', NULL, 1652955222),
(90525, '3220', '925.00', '7', '25.001', '30', '79130000', '79999999', '69000000', '69099999', NULL, 1652955223),
(90526, '3298', '90.00', '32', '0.3', '5', '79130000', '79999999', '69100000', '69299999', NULL, 1652955223),
(90527, '3220', '183.00', '10', '0.3', '5', '79130000', '79999999', '69100000', '69299999', NULL, 1652955224),
(90528, '3298', '133.00', '32', '5.001', '10', '79130000', '79999999', '69100000', '69299999', NULL, 1652955225),
(90529, '3220', '266.00', '10', '5.001', '10', '79130000', '79999999', '69100000', '69299999', NULL, 1652955225),
(90530, '3298', '215.00', '32', '10.001', '15', '79130000', '79999999', '69100000', '69299999', NULL, 1652955226),
(90531, '3220', '430.00', '10', '10.001', '15', '79130000', '79999999', '69100000', '69299999', NULL, 1652955226),
(90532, '3298', '298.00', '32', '15.001', '20', '79130000', '79999999', '69100000', '69299999', NULL, 1652955227),
(90533, '3220', '595.00', '10', '15.001', '20', '79130000', '79999999', '69100000', '69299999', NULL, 1652955228),
(90534, '3298', '380.00', '32', '20.001', '25', '79130000', '79999999', '69100000', '69299999', NULL, 1652955228),
(90535, '3220', '760.00', '10', '20.001', '25', '79130000', '79999999', '69100000', '69299999', NULL, 1652955229),
(90536, '3298', '463.00', '32', '25.001', '30', '79130000', '79999999', '69100000', '69299999', NULL, 1652955229),
(90537, '3220', '925.00', '10', '25.001', '30', '79130000', '79999999', '69100000', '69299999', NULL, 1652955230),
(90538, '3298', '90.00', '28', '0.3', '5', '79130000', '79999999', '69300000', '69339999', NULL, 1652955230),
(90539, '3220', '183.00', '8', '0.3', '5', '79130000', '79999999', '69300000', '69339999', NULL, 1652955231),
(90540, '3298', '133.00', '28', '5.001', '10', '79130000', '79999999', '69300000', '69339999', NULL, 1652955232),
(90541, '3220', '266.00', '8', '5.001', '10', '79130000', '79999999', '69300000', '69339999', NULL, 1652955232),
(90542, '3298', '215.00', '28', '10.001', '15', '79130000', '79999999', '69300000', '69339999', NULL, 1652955233),
(90543, '3220', '430.00', '8', '10.001', '15', '79130000', '79999999', '69300000', '69339999', NULL, 1652955234),
(90544, '3298', '298.00', '28', '15.001', '20', '79130000', '79999999', '69300000', '69339999', NULL, 1652955234),
(90545, '3220', '595.00', '8', '15.001', '20', '79130000', '79999999', '69300000', '69339999', NULL, 1652955235),
(90546, '3298', '380.00', '28', '20.001', '25', '79130000', '79999999', '69300000', '69339999', NULL, 1652955236),
(90547, '3220', '760.00', '8', '20.001', '25', '79130000', '79999999', '69300000', '69339999', NULL, 1652955236),
(90548, '3298', '463.00', '28', '25.001', '30', '79130000', '79999999', '69300000', '69339999', NULL, 1652955237),
(90549, '3220', '925.00', '8', '25.001', '30', '79130000', '79999999', '69300000', '69339999', NULL, 1652955237),
(90550, '3298', '90.00', '32', '0.3', '5', '79130000', '79999999', '69340000', '69389999', NULL, 1652955238),
(90551, '3220', '183.00', '12', '0.3', '5', '79130000', '79999999', '69340000', '69389999', NULL, 1652955239),
(90552, '3298', '133.00', '32', '5.001', '10', '79130000', '79999999', '69340000', '69389999', NULL, 1652955239),
(90553, '3220', '266.00', '12', '5.001', '10', '79130000', '79999999', '69340000', '69389999', NULL, 1652955239),
(90554, '3298', '215.00', '32', '10.001', '15', '79130000', '79999999', '69340000', '69389999', NULL, 1652955240),
(90555, '3220', '430.00', '12', '10.001', '15', '79130000', '79999999', '69340000', '69389999', NULL, 1652955241),
(90556, '3298', '298.00', '32', '15.001', '20', '79130000', '79999999', '69340000', '69389999', NULL, 1652955241),
(90557, '3220', '595.00', '12', '15.001', '20', '79130000', '79999999', '69340000', '69389999', NULL, 1652955242),
(90558, '3298', '380.00', '32', '20.001', '25', '79130000', '79999999', '69340000', '69389999', NULL, 1652955242),
(90559, '3220', '760.00', '12', '20.001', '25', '79130000', '79999999', '69340000', '69389999', NULL, 1652955243),
(90560, '3298', '463.00', '32', '25.001', '30', '79130000', '79999999', '69340000', '69389999', NULL, 1652955243),
(90561, '3220', '925.00', '12', '25.001', '30', '79130000', '79999999', '69340000', '69389999', NULL, 1652955244),
(90562, '3298', '70.00', '11', '0.3', '5', '79130000', '79999999', '69900000', '69920999', NULL, 1652955244),
(90563, '3220', '157.00', '9', '0.3', '5', '79130000', '79999999', '69900000', '69920999', NULL, 1652955245),
(90564, '3298', '106.00', '11', '5.001', '10', '79130000', '79999999', '69900000', '69920999', NULL, 1652955246),
(90565, '3220', '226.00', '9', '5.001', '10', '79130000', '79999999', '69900000', '69920999', NULL, 1652955246),
(90566, '3298', '172.00', '11', '10.001', '15', '79130000', '79999999', '69900000', '69920999', NULL, 1652955247),
(90567, '3220', '367.00', '9', '10.001', '15', '79130000', '79999999', '69900000', '69920999', NULL, 1652955247),
(90568, '3298', '239.00', '11', '15.001', '20', '79130000', '79999999', '69900000', '69920999', NULL, 1652955248),
(90569, '3220', '508.00', '9', '15.001', '20', '79130000', '79999999', '69900000', '69920999', NULL, 1652955248),
(90570, '3298', '305.00', '11', '20.001', '25', '79130000', '79999999', '69900000', '69920999', NULL, 1652955249),
(90571, '3220', '649.00', '9', '20.001', '25', '79130000', '79999999', '69900000', '69920999', NULL, 1652955249),
(90572, '3298', '371.00', '11', '25.001', '30', '79130000', '79999999', '69900000', '69920999', NULL, 1652955250),
(90573, '3220', '789.00', '9', '25.001', '30', '79130000', '79999999', '69900000', '69920999', NULL, 1652955251),
(90574, '3298', '70.00', '14', '0.3', '5', '79130000', '79999999', '69921000', '69999999', NULL, 1652955251),
(90575, '3220', '157.00', '12', '0.3', '5', '79130000', '79999999', '69921000', '69999999', NULL, 1652955251),
(90576, '3298', '106.00', '14', '5.001', '10', '79130000', '79999999', '69921000', '69999999', NULL, 1652955252),
(90577, '3220', '226.00', '12', '5.001', '10', '79130000', '79999999', '69921000', '69999999', NULL, 1652955252),
(90578, '3298', '172.00', '14', '10.001', '15', '79130000', '79999999', '69921000', '69999999', NULL, 1652955253),
(90579, '3220', '367.00', '12', '10.001', '15', '79130000', '79999999', '69921000', '69999999', NULL, 1652955254),
(90580, '3298', '239.00', '14', '15.001', '20', '79130000', '79999999', '69921000', '69999999', NULL, 1652955254),
(90581, '3220', '508.00', '12', '15.001', '20', '79130000', '79999999', '69921000', '69999999', NULL, 1652955254),
(90582, '3298', '305.00', '14', '20.001', '25', '79130000', '79999999', '69921000', '69999999', NULL, 1652955255),
(90583, '3220', '649.00', '12', '20.001', '25', '79130000', '79999999', '69921000', '69999999', NULL, 1652955256),
(90584, '3298', '371.00', '14', '25.001', '30', '79130000', '79999999', '69921000', '69999999', NULL, 1652955256),
(90585, '3220', '789.00', '12', '25.001', '30', '79130000', '79999999', '69921000', '69999999', NULL, 1652955257),
(90586, '3298', '50.00', '9', '0.3', '5', '79130000', '79999999', '71000000', '73699999', NULL, 1652955258),
(90587, '3220', '124.00', '5', '0.3', '5', '79130000', '79999999', '71000000', '73699999', NULL, 1652955258),
(90588, '3298', '83.00', '9', '5.001', '10', '79130000', '79999999', '71000000', '73699999', NULL, 1652955258),
(90589, '3220', '175.00', '5', '5.001', '10', '79130000', '79999999', '71000000', '73699999', NULL, 1652955259),
(90590, '3298', '135.00', '9', '10.001', '15', '79130000', '79999999', '71000000', '73699999', NULL, 1652955259),
(90591, '3220', '283.00', '5', '10.001', '15', '79130000', '79999999', '71000000', '73699999', NULL, 1652955260),
(90592, '3298', '186.00', '9', '15.001', '20', '79130000', '79999999', '71000000', '73699999', NULL, 1652955261),
(90593, '3220', '392.00', '5', '15.001', '20', '79130000', '79999999', '71000000', '73699999', NULL, 1652955261),
(90594, '3298', '238.00', '9', '20.001', '25', '79130000', '79999999', '71000000', '73699999', NULL, 1652955262),
(90595, '3220', '500.00', '5', '20.001', '25', '79130000', '79999999', '71000000', '73699999', NULL, 1652955262),
(90596, '3298', '290.00', '9', '25.001', '30', '79130000', '79999999', '71000000', '73699999', NULL, 1652955263),
(90597, '3220', '609.00', '5', '25.001', '30', '79130000', '79999999', '71000000', '73699999', NULL, 1652955264),
(90598, '3298', '50.00', '13', '0.3', '5', '79130000', '79999999', '72800000', '73999999', NULL, 1652955264),
(90599, '3220', '124.00', '9', '0.3', '5', '79130000', '79999999', '72800000', '73999999', NULL, 1652955265),
(90600, '3298', '83.00', '13', '5.001', '10', '79130000', '79999999', '72800000', '73999999', NULL, 1652955265),
(90601, '3220', '175.00', '9', '5.001', '10', '79130000', '79999999', '72800000', '73999999', NULL, 1652955266),
(90602, '3298', '135.00', '13', '10.001', '15', '79130000', '79999999', '72800000', '73999999', NULL, 1652955266),
(90603, '3220', '283.00', '9', '10.001', '15', '79130000', '79999999', '72800000', '73999999', NULL, 1652955266),
(90604, '3298', '186.00', '13', '15.001', '20', '79130000', '79999999', '72800000', '73999999', NULL, 1652955267),
(90605, '3220', '392.00', '9', '15.001', '20', '79130000', '79999999', '72800000', '73999999', NULL, 1652955267),
(90606, '3298', '238.00', '13', '20.001', '25', '79130000', '79999999', '72800000', '73999999', NULL, 1652955268),
(90607, '3220', '500.00', '9', '20.001', '25', '79130000', '79999999', '72800000', '73999999', NULL, 1652955268),
(90608, '3298', '290.00', '13', '25.001', '30', '79130000', '79999999', '72800000', '73999999', NULL, 1652955269),
(90609, '3220', '609.00', '9', '25.001', '30', '79130000', '79999999', '72800000', '73999999', NULL, 1652955269),
(90610, '3298', '50.00', '9', '0.3', '5', '79130000', '79999999', '74000000', '74894999', NULL, 1652955270),
(90611, '3220', '124.00', '5', '0.3', '5', '79130000', '79999999', '74000000', '74894999', NULL, 1652955270),
(90612, '3298', '83.00', '9', '5.001', '10', '79130000', '79999999', '74000000', '74894999', NULL, 1652955271),
(90613, '3220', '175.00', '5', '5.001', '10', '79130000', '79999999', '74000000', '74894999', NULL, 1652955271),
(90614, '3298', '135.00', '9', '10.001', '15', '79130000', '79999999', '74000000', '74894999', NULL, 1652955272),
(90615, '3220', '283.00', '5', '10.001', '15', '79130000', '79999999', '74000000', '74894999', NULL, 1652955273),
(90616, '3298', '186.00', '9', '15.001', '20', '79130000', '79999999', '74000000', '74894999', NULL, 1652955273),
(90617, '3220', '392.00', '5', '15.001', '20', '79130000', '79999999', '74000000', '74894999', NULL, 1652955274),
(90618, '3298', '238.00', '9', '20.001', '25', '79130000', '79999999', '74000000', '74894999', NULL, 1652955275),
(90619, '3220', '500.00', '5', '20.001', '25', '79130000', '79999999', '74000000', '74894999', NULL, 1652955275),
(90620, '3298', '290.00', '9', '25.001', '30', '79130000', '79999999', '74000000', '74894999', NULL, 1652955276),
(90621, '3220', '609.00', '5', '25.001', '30', '79130000', '79999999', '74000000', '74894999', NULL, 1652955277),
(90622, '3298', '50.00', '9', '0.3', '5', '79130000', '79999999', '74895000', '76799999', NULL, 1652955277),
(90623, '3220', '124.00', '5', '0.3', '5', '79130000', '79999999', '74895000', '76799999', NULL, 1652955278),
(90624, '3298', '83.00', '9', '5.001', '10', '79130000', '79999999', '74895000', '76799999', NULL, 1652955278),
(90625, '3220', '175.00', '5', '5.001', '10', '79130000', '79999999', '74895000', '76799999', NULL, 1652955279),
(90626, '3298', '135.00', '9', '10.001', '15', '79130000', '79999999', '74895000', '76799999', NULL, 1652955279),
(90627, '3220', '283.00', '5', '10.001', '15', '79130000', '79999999', '74895000', '76799999', NULL, 1652955280),
(90628, '3298', '186.00', '9', '15.001', '20', '79130000', '79999999', '74895000', '76799999', NULL, 1652955280),
(90629, '3220', '392.00', '5', '15.001', '20', '79130000', '79999999', '74895000', '76799999', NULL, 1652955281),
(90630, '3298', '238.00', '9', '20.001', '25', '79130000', '79999999', '74895000', '76799999', NULL, 1652955281),
(90631, '3220', '500.00', '5', '20.001', '25', '79130000', '79999999', '74895000', '76799999', NULL, 1652955282),
(90632, '3298', '290.00', '9', '25.001', '30', '79130000', '79999999', '74895000', '76799999', NULL, 1652955283),
(90633, '3220', '609.00', '5', '25.001', '30', '79130000', '79999999', '74895000', '76799999', NULL, 1652955283),
(90634, '3298', '70.00', '12', '0.3', '5', '79130000', '79999999', '77000000', '77270999', NULL, 1652955283),
(90635, '3220', '157.00', '7', '0.3', '5', '79130000', '79999999', '77000000', '77270999', NULL, 1652955284),
(90636, '3298', '106.00', '12', '5.001', '10', '79130000', '79999999', '77000000', '77270999', NULL, 1652955285),
(90637, '3220', '226.00', '7', '5.001', '10', '79130000', '79999999', '77000000', '77270999', NULL, 1652955285),
(90638, '3298', '172.00', '12', '10.001', '15', '79130000', '79999999', '77000000', '77270999', NULL, 1652955286),
(90639, '3220', '367.00', '7', '10.001', '15', '79130000', '79999999', '77000000', '77270999', NULL, 1652955286),
(90640, '3298', '239.00', '12', '15.001', '20', '79130000', '79999999', '77000000', '77270999', NULL, 1652955287),
(90641, '3220', '508.00', '7', '15.001', '20', '79130000', '79999999', '77000000', '77270999', NULL, 1652955288),
(90642, '3298', '305.00', '12', '20.001', '25', '79130000', '79999999', '77000000', '77270999', NULL, 1652955288),
(90643, '3220', '649.00', '7', '20.001', '25', '79130000', '79999999', '77000000', '77270999', NULL, 1652955288),
(90644, '3298', '371.00', '12', '25.001', '30', '79130000', '79999999', '77000000', '77270999', NULL, 1652955289),
(90645, '3220', '789.00', '7', '25.001', '30', '79130000', '79999999', '77000000', '77270999', NULL, 1652955290),
(90646, '3298', '70.00', '15', '0.3', '5', '79130000', '79999999', '77300000', '77995999', NULL, 1652955290),
(90647, '3220', '157.00', '10', '0.3', '5', '79130000', '79999999', '77300000', '77995999', NULL, 1652955290),
(90648, '3298', '106.00', '15', '5.001', '10', '79130000', '79999999', '77300000', '77995999', NULL, 1652955291),
(90649, '3220', '226.00', '10', '5.001', '10', '79130000', '79999999', '77300000', '77995999', NULL, 1652955292),
(90650, '3298', '172.00', '15', '10.001', '15', '79130000', '79999999', '77300000', '77995999', NULL, 1652955292),
(90651, '3220', '367.00', '10', '10.001', '15', '79130000', '79999999', '77300000', '77995999', NULL, 1652955293),
(90652, '3298', '239.00', '15', '15.001', '20', '79130000', '79999999', '77300000', '77995999', NULL, 1652955294),
(90653, '3220', '508.00', '10', '15.001', '20', '79130000', '79999999', '77300000', '77995999', NULL, 1652955294),
(90654, '3298', '305.00', '15', '20.001', '25', '79130000', '79999999', '77300000', '77995999', NULL, 1652955295),
(90655, '3220', '649.00', '10', '20.001', '25', '79130000', '79999999', '77300000', '77995999', NULL, 1652955295),
(90656, '3298', '371.00', '15', '25.001', '30', '79130000', '79999999', '77300000', '77995999', NULL, 1652955296),
(90657, '3220', '789.00', '10', '25.001', '30', '79130000', '79999999', '77300000', '77995999', NULL, 1652955297),
(90658, '3298', '44.00', '8', '0.3', '5', '79130000', '79999999', '78000000', '78109999', NULL, 1652955297),
(90659, '3220', '102.00', '6', '0.3', '5', '79130000', '79999999', '78000000', '78109999', NULL, 1652955298),
(90660, '3298', '74.00', '8', '5.001', '10', '79130000', '79999999', '78000000', '78109999', NULL, 1652955298),
(90661, '3220', '141.00', '6', '5.001', '10', '79130000', '79999999', '78000000', '78109999', NULL, 1652955299),
(90662, '3298', '120.00', '8', '10.001', '15', '79130000', '79999999', '78000000', '78109999', NULL, 1652955299),
(90663, '3220', '229.00', '6', '10.001', '15', '79130000', '79999999', '78000000', '78109999', NULL, 1652955300),
(90664, '3298', '166.00', '8', '15.001', '20', '79130000', '79999999', '78000000', '78109999', NULL, 1652955301),
(90665, '3220', '316.00', '6', '15.001', '20', '79130000', '79999999', '78000000', '78109999', NULL, 1652955301),
(90666, '3298', '212.00', '8', '20.001', '25', '79130000', '79999999', '78000000', '78109999', NULL, 1652955302),
(90667, '3220', '404.00', '6', '20.001', '25', '79130000', '79999999', '78000000', '78109999', NULL, 1652955302),
(90668, '3298', '258.00', '8', '25.001', '30', '79130000', '79999999', '78000000', '78109999', NULL, 1652955303),
(90669, '3220', '492.00', '6', '25.001', '30', '79130000', '79999999', '78000000', '78109999', NULL, 1652955303),
(90670, '3298', '44.00', '10', '0.3', '5', '79130000', '79999999', '78110000', '78899999', NULL, 1652955304),
(90671, '3220', '102.00', '8', '0.3', '5', '79130000', '79999999', '78110000', '78899999', NULL, 1652955305),
(90672, '3298', '74.00', '10', '5.001', '10', '79130000', '79999999', '78110000', '78899999', NULL, 1652955305),
(90673, '3220', '141.00', '8', '5.001', '10', '79130000', '79999999', '78110000', '78899999', NULL, 1652955306),
(90674, '3298', '120.00', '10', '10.001', '15', '79130000', '79999999', '78110000', '78899999', NULL, 1652955306),
(90675, '3220', '229.00', '8', '10.001', '15', '79130000', '79999999', '78110000', '78899999', NULL, 1652955307),
(90676, '3298', '166.00', '10', '15.001', '20', '79130000', '79999999', '78110000', '78899999', NULL, 1652955307),
(90677, '3220', '316.00', '8', '15.001', '20', '79130000', '79999999', '78110000', '78899999', NULL, 1652955308),
(90678, '3298', '212.00', '10', '20.001', '25', '79130000', '79999999', '78110000', '78899999', NULL, 1652955308),
(90679, '3220', '404.00', '8', '20.001', '25', '79130000', '79999999', '78110000', '78899999', NULL, 1652955309),
(90680, '3298', '258.00', '10', '25.001', '30', '79130000', '79999999', '78110000', '78899999', NULL, 1652955310),
(90681, '3220', '492.00', '8', '25.001', '30', '79130000', '79999999', '78110000', '78899999', NULL, 1652955310),
(90682, '3298', '70.00', '12', '0.3', '5', '79130000', '79999999', '78900000', '78930999', NULL, 1652955311),
(90683, '3220', '157.00', '9', '0.3', '5', '79130000', '79999999', '78900000', '78930999', NULL, 1652955311),
(90684, '3298', '106.00', '12', '5.001', '10', '79130000', '79999999', '78900000', '78930999', NULL, 1652955312),
(90685, '3220', '226.00', '9', '5.001', '10', '79130000', '79999999', '78900000', '78930999', NULL, 1652955312),
(90686, '3298', '172.00', '12', '10.001', '15', '79130000', '79999999', '78900000', '78930999', NULL, 1652955313),
(90687, '3220', '367.00', '9', '10.001', '15', '79130000', '79999999', '78900000', '78930999', NULL, 1652955314),
(90688, '3298', '239.00', '12', '15.001', '20', '79130000', '79999999', '78900000', '78930999', NULL, 1652955314),
(90689, '3220', '508.00', '9', '15.001', '20', '79130000', '79999999', '78900000', '78930999', NULL, 1652955315),
(90690, '3298', '305.00', '12', '20.001', '25', '79130000', '79999999', '78900000', '78930999', NULL, 1652955315),
(90691, '3220', '649.00', '9', '20.001', '25', '79130000', '79999999', '78900000', '78930999', NULL, 1652955316),
(90692, '3298', '371.00', '12', '25.001', '30', '79130000', '79999999', '78900000', '78930999', NULL, 1652955316),
(90693, '3220', '789.00', '9', '25.001', '30', '79130000', '79999999', '78900000', '78930999', NULL, 1652955317),
(90694, '3298', '44.00', '10', '0.3', '5', '79130000', '79999999', '78931000', '78999999', NULL, 1652955317),
(90695, '3220', '102.00', '8', '0.3', '5', '79130000', '79999999', '78931000', '78999999', NULL, 1652955318),
(90696, '3298', '74.00', '10', '5.001', '10', '79130000', '79999999', '78931000', '78999999', NULL, 1652955319),
(90697, '3220', '141.00', '8', '5.001', '10', '79130000', '79999999', '78931000', '78999999', NULL, 1652955319),
(90698, '3298', '120.00', '10', '10.001', '15', '79130000', '79999999', '78931000', '78999999', NULL, 1652955320),
(90699, '3220', '229.00', '8', '10.001', '15', '79130000', '79999999', '78931000', '78999999', NULL, 1652955320),
(90700, '3298', '166.00', '10', '15.001', '20', '79130000', '79999999', '78931000', '78999999', NULL, 1652955321),
(90701, '3220', '316.00', '8', '15.001', '20', '79130000', '79999999', '78931000', '78999999', NULL, 1652955321),
(90702, '3298', '212.00', '10', '20.001', '25', '79130000', '79999999', '78931000', '78999999', NULL, 1652955322),
(90703, '3220', '404.00', '8', '20.001', '25', '79130000', '79999999', '78931000', '78999999', NULL, 1652955322),
(90704, '3298', '258.00', '10', '25.001', '30', '79130000', '79999999', '78931000', '78999999', NULL, 1652955323),
(90705, '3220', '492.00', '8', '25.001', '30', '79130000', '79999999', '78931000', '78999999', NULL, 1652955323),
(90706, '3298', '26.00', '5', '0.3', '5', '79130000', '79999999', '79000000', '79129999', NULL, 1652955324),
(90707, '3220', '34.00', '3', '0.3', '5', '79130000', '79999999', '79000000', '79129999', NULL, 1652955325),
(90708, '3298', '32.00', '5', '5.001', '10', '79130000', '79999999', '79000000', '79129999', NULL, 1652955325),
(90709, '3220', '48.00', '3', '5.001', '10', '79130000', '79999999', '79000000', '79129999', NULL, 1652955328),
(90710, '3298', '52.00', '5', '10.001', '15', '79130000', '79999999', '79000000', '79129999', NULL, 1652955329),
(90711, '3220', '79.00', '3', '10.001', '15', '79130000', '79999999', '79000000', '79129999', NULL, 1652955330),
(90712, '3298', '72.00', '5', '15.001', '20', '79130000', '79999999', '79000000', '79129999', NULL, 1652955330),
(90713, '3220', '109.00', '3', '15.001', '20', '79130000', '79999999', '79000000', '79129999', NULL, 1652955330),
(90714, '3298', '92.00', '5', '20.001', '25', '79130000', '79999999', '79000000', '79129999', NULL, 1652955331),
(90715, '3220', '139.00', '3', '20.001', '25', '79130000', '79999999', '79000000', '79129999', NULL, 1652955331),
(90716, '3298', '112.00', '5', '25.001', '30', '79130000', '79999999', '79000000', '79129999', NULL, 1652955332),
(90717, '3220', '170.00', '3', '25.001', '30', '79130000', '79999999', '79000000', '79129999', NULL, 1652955332),
(90718, '3298', '26.00', '5', '0.3', '5', '79130000', '79999999', '79130000', '79999999', NULL, 1652955333),
(90719, '3220', '22.00', '1', '0.3', '5', '79130000', '79999999', '79130000', '79999999', NULL, 1652955333),
(90720, '3298', '32.00', '5', '5.001', '10', '79130000', '79999999', '79130000', '79999999', NULL, 1652955334),
(90721, '3220', '28.00', '1', '5.001', '10', '79130000', '79999999', '79130000', '79999999', NULL, 1652955334),
(90722, '3298', '52.00', '5', '10.001', '15', '79130000', '79999999', '79130000', '79999999', NULL, 1652955335),
(90723, '3220', '45.00', '1', '10.001', '15', '79130000', '79999999', '79130000', '79999999', NULL, 1652955335),
(90724, '3298', '72.00', '5', '15.001', '20', '79130000', '79999999', '79130000', '79999999', NULL, 1652955336),
(90725, '3220', '63.00', '1', '15.001', '20', '79130000', '79999999', '79130000', '79999999', NULL, 1652955337),
(90726, '3298', '92.00', '5', '20.001', '25', '79130000', '79999999', '79130000', '79999999', NULL, 1652955337),
(90727, '3220', '80.00', '1', '20.001', '25', '79130000', '79999999', '79130000', '79999999', NULL, 1652955338),
(90728, '3298', '112.00', '5', '25.001', '30', '79130000', '79999999', '79130000', '79999999', NULL, 1652955338),
(90729, '3220', '97.00', '1', '25.001', '30', '79130000', '79999999', '79130000', '79999999', NULL, 1652955339),
(90730, '3298', '50.00', '8', '0.3', '5', '79130000', '79999999', '80000000', '82999999', NULL, 1652955339),
(90731, '3220', '124.00', '5', '0.3', '5', '79130000', '79999999', '80000000', '82999999', NULL, 1652955340),
(90732, '3298', '83.00', '8', '5.001', '10', '79130000', '79999999', '80000000', '82999999', NULL, 1652955340),
(90733, '3220', '175.00', '5', '5.001', '10', '79130000', '79999999', '80000000', '82999999', NULL, 1652955341),
(90734, '3298', '135.00', '8', '10.001', '15', '79130000', '79999999', '80000000', '82999999', NULL, 1652955342),
(90735, '3220', '283.00', '5', '10.001', '15', '79130000', '79999999', '80000000', '82999999', NULL, 1652955342),
(90736, '3298', '186.00', '8', '15.001', '20', '79130000', '79999999', '80000000', '82999999', NULL, 1652955342),
(90737, '3220', '392.00', '5', '15.001', '20', '79130000', '79999999', '80000000', '82999999', NULL, 1652955343),
(90738, '3298', '238.00', '8', '20.001', '25', '79130000', '79999999', '80000000', '82999999', NULL, 1652955344),
(90739, '3220', '500.00', '5', '20.001', '25', '79130000', '79999999', '80000000', '82999999', NULL, 1652955344),
(90740, '3298', '290.00', '8', '25.001', '30', '79130000', '79999999', '80000000', '82999999', NULL, 1652955345),
(90741, '3220', '609.00', '5', '25.001', '30', '79130000', '79999999', '80000000', '82999999', NULL, 1652955345),
(90742, '3298', '50.00', '8', '0.3', '5', '79130000', '79999999', '80000000', '83800999', NULL, 1652955346),
(90743, '3220', '124.00', '5', '0.3', '5', '79130000', '79999999', '80000000', '83800999', NULL, 1652955346),
(90744, '3298', '83.00', '8', '5.001', '10', '79130000', '79999999', '80000000', '83800999', NULL, 1652955347),
(90745, '3220', '175.00', '5', '5.001', '10', '79130000', '79999999', '80000000', '83800999', NULL, 1652955348),
(90746, '3298', '135.00', '8', '10.001', '15', '79130000', '79999999', '80000000', '83800999', NULL, 1652955348),
(90747, '3220', '283.00', '5', '10.001', '15', '79130000', '79999999', '80000000', '83800999', NULL, 1652955349),
(90748, '3298', '186.00', '8', '15.001', '20', '79130000', '79999999', '80000000', '83800999', NULL, 1652955349),
(90749, '3220', '392.00', '5', '15.001', '20', '79130000', '79999999', '80000000', '83800999', NULL, 1652955350),
(90750, '3298', '238.00', '8', '20.001', '25', '79130000', '79999999', '80000000', '83800999', NULL, 1652955351),
(90751, '3220', '500.00', '5', '20.001', '25', '79130000', '79999999', '80000000', '83800999', NULL, 1652955351),
(90752, '3298', '290.00', '8', '25.001', '30', '79130000', '79999999', '80000000', '83800999', NULL, 1652955352),
(90753, '3220', '609.00', '5', '25.001', '30', '79130000', '79999999', '80000000', '83800999', NULL, 1652955352),
(90754, '3298', '50.00', '10', '0.3', '5', '79130000', '79999999', '83801000', '87999999', NULL, 1652955353),
(90755, '3220', '124.00', '7', '0.3', '5', '79130000', '79999999', '83801000', '87999999', NULL, 1652955354),
(90756, '3298', '83.00', '10', '5.001', '10', '79130000', '79999999', '83801000', '87999999', NULL, 1652955354),
(90757, '3220', '175.00', '7', '5.001', '10', '79130000', '79999999', '83801000', '87999999', NULL, 1652955355),
(90758, '3298', '135.00', '10', '10.001', '15', '79130000', '79999999', '83801000', '87999999', NULL, 1652955356),
(90759, '3220', '283.00', '7', '10.001', '15', '79130000', '79999999', '83801000', '87999999', NULL, 1652955356),
(90760, '3298', '186.00', '10', '15.001', '20', '79130000', '79999999', '83801000', '87999999', NULL, 1652955357),
(90761, '3220', '392.00', '7', '15.001', '20', '79130000', '79999999', '83801000', '87999999', NULL, 1652955357),
(90762, '3298', '238.00', '10', '20.001', '25', '79130000', '79999999', '83801000', '87999999', NULL, 1652955358),
(90763, '3220', '500.00', '7', '20.001', '25', '79130000', '79999999', '83801000', '87999999', NULL, 1652955358),
(90764, '3298', '290.00', '10', '25.001', '30', '79130000', '79999999', '83801000', '87999999', NULL, 1652955359),
(90765, '3220', '609.00', '7', '25.001', '30', '79130000', '79999999', '83801000', '87999999', NULL, 1652955359),
(90766, '3298', '50.00', '10', '0.3', '5', '79130000', '79999999', '88000000', '82999999', NULL, 1652955360),
(90767, '3220', '124.00', '6', '0.3', '5', '79130000', '79999999', '88000000', '82999999', NULL, 1652955360),
(90768, '3298', '83.00', '10', '5.001', '10', '79130000', '79999999', '88000000', '82999999', NULL, 1652955361),
(90769, '3220', '175.00', '6', '5.001', '10', '79130000', '79999999', '88000000', '82999999', NULL, 1652955362),
(90770, '3298', '135.00', '10', '10.001', '15', '79130000', '79999999', '88000000', '82999999', NULL, 1652955362),
(90771, '3220', '283.00', '6', '10.001', '15', '79130000', '79999999', '88000000', '82999999', NULL, 1652955363),
(90772, '3298', '186.00', '10', '15.001', '20', '79130000', '79999999', '88000000', '82999999', NULL, 1652955363),
(90773, '3220', '392.00', '6', '15.001', '20', '79130000', '79999999', '88000000', '82999999', NULL, 1652955364),
(90774, '3298', '238.00', '10', '20.001', '25', '79130000', '79999999', '88000000', '82999999', NULL, 1652955365),
(90775, '3220', '500.00', '6', '20.001', '25', '79130000', '79999999', '88000000', '82999999', NULL, 1652955365),
(90776, '3298', '290.00', '10', '25.001', '30', '79130000', '79999999', '88000000', '82999999', NULL, 1652955366),
(90777, '3220', '609.00', '6', '25.001', '30', '79130000', '79999999', '88000000', '82999999', NULL, 1652955366),
(90778, '3298', '50.00', '10', '0.3', '5', '79130000', '79999999', '88000000', '88469999', NULL, 1652955367),
(90779, '3220', '124.00', '6', '0.3', '5', '79130000', '79999999', '88000000', '88469999', NULL, 1652955368),
(90780, '3298', '83.00', '10', '5.001', '10', '79130000', '79999999', '88000000', '88469999', NULL, 1652955368),
(90781, '3220', '175.00', '6', '5.001', '10', '79130000', '79999999', '88000000', '88469999', NULL, 1652955369),
(90782, '3298', '135.00', '10', '10.001', '15', '79130000', '79999999', '88000000', '88469999', NULL, 1652955370),
(90783, '3220', '283.00', '6', '10.001', '15', '79130000', '79999999', '88000000', '88469999', NULL, 1652955370),
(90784, '3298', '186.00', '10', '15.001', '20', '79130000', '79999999', '88000000', '88469999', NULL, 1652955371),
(90785, '3220', '392.00', '6', '15.001', '20', '79130000', '79999999', '88000000', '88469999', NULL, 1652955371),
(90786, '3298', '238.00', '10', '20.001', '25', '79130000', '79999999', '88000000', '88469999', NULL, 1652955372),
(90787, '3220', '500.00', '6', '20.001', '25', '79130000', '79999999', '88000000', '88469999', NULL, 1652955372),
(90788, '3298', '290.00', '10', '25.001', '30', '79130000', '79999999', '88000000', '88469999', NULL, 1652955373),
(90789, '3220', '609.00', '6', '25.001', '30', '79130000', '79999999', '88000000', '88469999', NULL, 1652955373),
(90790, '3298', '50.00', '11', '0.3', '5', '79130000', '79999999', '88470000', '89999999', NULL, 1652955374),
(90791, '3220', '124.00', '7', '0.3', '5', '79130000', '79999999', '88470000', '89999999', NULL, 1652955374),
(90792, '3298', '83.00', '11', '5.001', '10', '79130000', '79999999', '88470000', '89999999', NULL, 1652955375),
(90793, '3220', '175.00', '7', '5.001', '10', '79130000', '79999999', '88470000', '89999999', NULL, 1652955376),
(90794, '3298', '135.00', '11', '10.001', '15', '79130000', '79999999', '88470000', '89999999', NULL, 1652955376),
(90795, '3220', '283.00', '7', '10.001', '15', '79130000', '79999999', '88470000', '89999999', NULL, 1652955377),
(90796, '3298', '186.00', '11', '15.001', '20', '79130000', '79999999', '88470000', '89999999', NULL, 1652955377),
(90797, '3220', '392.00', '7', '15.001', '20', '79130000', '79999999', '88470000', '89999999', NULL, 1652955378),
(90798, '3298', '238.00', '11', '20.001', '25', '79130000', '79999999', '88470000', '89999999', NULL, 1652955378),
(90799, '3220', '500.00', '7', '20.001', '25', '79130000', '79999999', '88470000', '89999999', NULL, 1652955379),
(90800, '3298', '290.00', '11', '25.001', '30', '79130000', '79999999', '88470000', '89999999', NULL, 1652955379),
(90801, '3220', '609.00', '7', '25.001', '30', '79130000', '79999999', '88470000', '89999999', NULL, 1652955380),
(90802, '3298', '70.00', '10', '0.3', '5', '79130000', '79999999', '90000000', '91999999', NULL, 1652955381),
(90803, '3220', '157.00', '5', '0.3', '5', '79130000', '79999999', '90000000', '91999999', NULL, 1652955381),
(90804, '3298', '106.00', '10', '5.001', '10', '79130000', '79999999', '90000000', '91999999', NULL, 1652955382),
(90805, '3220', '226.00', '5', '5.001', '10', '79130000', '79999999', '90000000', '91999999', NULL, 1652955382),
(90806, '3298', '172.00', '10', '10.001', '15', '79130000', '79999999', '90000000', '91999999', NULL, 1652955382),
(90807, '3220', '367.00', '5', '10.001', '15', '79130000', '79999999', '90000000', '91999999', NULL, 1652955383),
(90808, '3298', '239.00', '10', '15.001', '20', '79130000', '79999999', '90000000', '91999999', NULL, 1652955384),
(90809, '3220', '508.00', '5', '15.001', '20', '79130000', '79999999', '90000000', '91999999', NULL, 1652955384),
(90810, '3298', '305.00', '10', '20.001', '25', '79130000', '79999999', '90000000', '91999999', NULL, 1652955385),
(90811, '3220', '649.00', '5', '20.001', '25', '79130000', '79999999', '90000000', '91999999', NULL, 1652955385),
(90812, '3298', '371.00', '10', '25.001', '30', '79130000', '79999999', '90000000', '91999999', NULL, 1652955386),
(90813, '3220', '789.00', '5', '25.001', '30', '79130000', '79999999', '90000000', '91999999', NULL, 1652955387),
(90814, '3298', '70.00', '12', '0.3', '5', '79130000', '79999999', '90000000', '94900999', NULL, 1652955387),
(90815, '3220', '157.00', '7', '0.3', '5', '79130000', '79999999', '90000000', '94900999', NULL, 1652955388),
(90816, '3298', '106.00', '12', '5.001', '10', '79130000', '79999999', '90000000', '94900999', NULL, 1652955388),
(90817, '3220', '226.00', '7', '5.001', '10', '79130000', '79999999', '90000000', '94900999', NULL, 1652955389),
(90818, '3298', '172.00', '12', '10.001', '15', '79130000', '79999999', '90000000', '94900999', NULL, 1652955389),
(90819, '3220', '367.00', '7', '10.001', '15', '79130000', '79999999', '90000000', '94900999', NULL, 1652955390),
(90820, '3298', '239.00', '12', '15.001', '20', '79130000', '79999999', '90000000', '94900999', NULL, 1652955390),
(90821, '3220', '508.00', '7', '15.001', '20', '79130000', '79999999', '90000000', '94900999', NULL, 1652955391),
(90822, '3298', '305.00', '12', '20.001', '25', '79130000', '79999999', '90000000', '94900999', NULL, 1652955391),
(90823, '3220', '649.00', '7', '20.001', '25', '79130000', '79999999', '90000000', '94900999', NULL, 1652955392),
(90824, '3298', '371.00', '12', '25.001', '30', '79130000', '79999999', '90000000', '94900999', NULL, 1652955392),
(90825, '3220', '789.00', '7', '25.001', '30', '79130000', '79999999', '90000000', '94900999', NULL, 1652955393),
(90826, '3298', '70.00', '14', '0.3', '5', '79130000', '79999999', '94901000', '99999999', NULL, 1652955393),
(90827, '3220', '157.00', '9', '0.3', '5', '79130000', '79999999', '94901000', '99999999', NULL, 1652955394),
(90828, '3298', '106.00', '14', '5.001', '10', '79130000', '79999999', '94901000', '99999999', NULL, 1652955395),
(90829, '3220', '226.00', '9', '5.001', '10', '79130000', '79999999', '94901000', '99999999', NULL, 1652955395),
(90830, '3298', '172.00', '14', '10.001', '15', '79130000', '79999999', '94901000', '99999999', NULL, 1652955396),
(90831, '3220', '367.00', '9', '10.001', '15', '79130000', '79999999', '94901000', '99999999', NULL, 1652955396),
(90832, '3298', '239.00', '14', '15.001', '20', '79130000', '79999999', '94901000', '99999999', NULL, 1652955397),
(90833, '3220', '508.00', '9', '15.001', '20', '79130000', '79999999', '94901000', '99999999', NULL, 1652955398),
(90834, '3298', '305.00', '14', '20.001', '25', '79130000', '79999999', '94901000', '99999999', NULL, 1652955398),
(90835, '3220', '649.00', '9', '20.001', '25', '79130000', '79999999', '94901000', '99999999', NULL, 1652955399),
(90836, '3298', '371.00', '14', '25.001', '30', '79130000', '79999999', '94901000', '99999999', NULL, 1652955399),
(90837, '3220', '789.00', '9', '25.001', '30', '79130000', '79999999', '94901000', '99999999', NULL, 1652955400),
(90838, '3298', '30.00', '6', '0.3', '5', '80000000', '82999999', '01000000', '08499999', NULL, 1652955400),
(90839, '3220', '59.00', '1', '0.3', '5', '80000000', '82999999', '01000000', '08499999', NULL, 1652955401),
(90840, '3298', '44.00', '6', '5.001', '10', '80000000', '82999999', '01000000', '08499999', NULL, 1652955401),
(90841, '3220', '93.00', '1', '5.001', '10', '80000000', '82999999', '01000000', '08499999', NULL, 1652955402),
(90842, '3298', '71.00', '6', '10.001', '15', '80000000', '82999999', '01000000', '08499999', NULL, 1652955403),
(90843, '3220', '150.00', '1', '10.001', '15', '80000000', '82999999', '01000000', '08499999', NULL, 1652955403),
(90844, '3298', '99.00', '6', '15.001', '20', '80000000', '82999999', '01000000', '08499999', NULL, 1652955404),
(90845, '3220', '208.00', '1', '15.001', '20', '80000000', '82999999', '01000000', '08499999', NULL, 1652955404),
(90846, '3298', '126.00', '6', '20.001', '25', '80000000', '82999999', '01000000', '08499999', NULL, 1652955405),
(90847, '3220', '266.00', '1', '20.001', '25', '80000000', '82999999', '01000000', '08499999', NULL, 1652955405),
(90848, '3298', '153.00', '6', '25.001', '30', '80000000', '82999999', '01000000', '08499999', NULL, 1652955406),
(90849, '3220', '324.00', '1', '25.001', '30', '80000000', '82999999', '01000000', '08499999', NULL, 1652955406),
(90850, '3298', '30.00', '6', '0.3', '5', '80000000', '82999999', '06000000', '09999999', NULL, 1652955407),
(90851, '3220', '59.00', '1', '0.3', '5', '80000000', '82999999', '06000000', '09999999', NULL, 1652955408),
(90852, '3298', '44.00', '6', '5.001', '10', '80000000', '82999999', '06000000', '09999999', NULL, 1652955408),
(90853, '3220', '93.00', '1', '5.001', '10', '80000000', '82999999', '06000000', '09999999', NULL, 1652955409),
(90854, '3298', '71.00', '6', '10.001', '15', '80000000', '82999999', '06000000', '09999999', NULL, 1652955409),
(90855, '3220', '150.00', '1', '10.001', '15', '80000000', '82999999', '06000000', '09999999', NULL, 1652955410),
(90856, '3298', '99.00', '6', '15.001', '20', '80000000', '82999999', '06000000', '09999999', NULL, 1652955410),
(90857, '3220', '208.00', '1', '15.001', '20', '80000000', '82999999', '06000000', '09999999', NULL, 1652955411),
(90858, '3298', '126.00', '6', '20.001', '25', '80000000', '82999999', '06000000', '09999999', NULL, 1652955411),
(90859, '3220', '266.00', '1', '20.001', '25', '80000000', '82999999', '06000000', '09999999', NULL, 1652955412),
(90860, '3298', '153.00', '6', '25.001', '30', '80000000', '82999999', '06000000', '09999999', NULL, 1652955412),
(90861, '3220', '324.00', '1', '25.001', '30', '80000000', '82999999', '06000000', '09999999', NULL, 1652955413),
(90862, '3298', '30.00', '6', '0.3', '5', '80000000', '82999999', '11000000', '11999999', NULL, 1652955413),
(90863, '3220', '59.00', '1', '0.3', '5', '80000000', '82999999', '11000000', '11999999', NULL, 1652955414),
(90864, '3298', '44.00', '6', '5.001', '10', '80000000', '82999999', '11000000', '11999999', NULL, 1652955414),
(90865, '3220', '93.00', '1', '5.001', '10', '80000000', '82999999', '11000000', '11999999', NULL, 1652955415),
(90866, '3298', '71.00', '6', '10.001', '15', '80000000', '82999999', '11000000', '11999999', NULL, 1652955416),
(90867, '3220', '150.00', '1', '10.001', '15', '80000000', '82999999', '11000000', '11999999', NULL, 1652955416),
(90868, '3298', '99.00', '6', '15.001', '20', '80000000', '82999999', '11000000', '11999999', NULL, 1652955417),
(90869, '3220', '208.00', '1', '15.001', '20', '80000000', '82999999', '11000000', '11999999', NULL, 1652955417),
(90870, '3298', '126.00', '6', '20.001', '25', '80000000', '82999999', '11000000', '11999999', NULL, 1652955418),
(90871, '3220', '266.00', '1', '20.001', '25', '80000000', '82999999', '11000000', '11999999', NULL, 1652955418),
(90872, '3298', '153.00', '6', '25.001', '30', '80000000', '82999999', '11000000', '11999999', NULL, 1652955419),
(90873, '3220', '324.00', '1', '25.001', '30', '80000000', '82999999', '11000000', '11999999', NULL, 1652955420),
(90874, '3298', '30.00', '6', '0.3', '5', '80000000', '82999999', '12000000', '19999999', NULL, 1652955420),
(90875, '3220', '59.00', '2', '0.3', '5', '80000000', '82999999', '12000000', '19999999', NULL, 1652955421),
(90876, '3298', '44.00', '6', '5.001', '10', '80000000', '82999999', '12000000', '19999999', NULL, 1652955421),
(90877, '3220', '93.00', '2', '5.001', '10', '80000000', '82999999', '12000000', '19999999', NULL, 1652955422),
(90878, '3298', '71.00', '6', '10.001', '15', '80000000', '82999999', '12000000', '19999999', NULL, 1652955422),
(90879, '3220', '150.00', '2', '10.001', '15', '80000000', '82999999', '12000000', '19999999', NULL, 1652955423),
(90880, '3298', '99.00', '6', '15.001', '20', '80000000', '82999999', '12000000', '19999999', NULL, 1652955423),
(90881, '3220', '208.00', '2', '15.001', '20', '80000000', '82999999', '12000000', '19999999', NULL, 1652955424),
(90882, '3298', '126.00', '6', '20.001', '25', '80000000', '82999999', '12000000', '19999999', NULL, 1652955425),
(90883, '3220', '266.00', '2', '20.001', '25', '80000000', '82999999', '12000000', '19999999', NULL, 1652955425),
(90884, '3298', '153.00', '6', '25.001', '30', '80000000', '82999999', '12000000', '19999999', NULL, 1652955425),
(90885, '3220', '324.00', '2', '25.001', '30', '80000000', '82999999', '12000000', '19999999', NULL, 1652955426),
(90886, '3298', '50.00', '9', '0.3', '5', '80000000', '82999999', '26601000', '28999999', NULL, 1652955444),
(90887, '3220', '124.00', '5', '0.3', '5', '80000000', '82999999', '26601000', '28999999', NULL, 1652955445),
(90888, '3298', '83.00', '9', '5.001', '10', '80000000', '82999999', '26601000', '28999999', NULL, 1652955446),
(90889, '3220', '175.00', '5', '5.001', '10', '80000000', '82999999', '26601000', '28999999', NULL, 1652955446),
(90890, '3298', '135.00', '9', '10.001', '15', '80000000', '82999999', '26601000', '28999999', NULL, 1652955447),
(90891, '3220', '283.00', '5', '10.001', '15', '80000000', '82999999', '26601000', '28999999', NULL, 1652955447),
(90892, '3298', '186.00', '9', '15.001', '20', '80000000', '82999999', '26601000', '28999999', NULL, 1652955450),
(90893, '3220', '392.00', '5', '15.001', '20', '80000000', '82999999', '26601000', '28999999', NULL, 1652955451),
(90894, '3298', '238.00', '9', '20.001', '25', '80000000', '82999999', '26601000', '28999999', NULL, 1652955452),
(90895, '3220', '500.00', '5', '20.001', '25', '80000000', '82999999', '26601000', '28999999', NULL, 1652955452),
(90896, '3298', '290.00', '9', '25.001', '30', '80000000', '82999999', '26601000', '28999999', NULL, 1652955453),
(90897, '3220', '609.00', '5', '25.001', '30', '80000000', '82999999', '26601000', '28999999', NULL, 1652955453),
(90898, '3298', '38.00', '6', '0.3', '5', '80000000', '82999999', '29000000', '29099999', NULL, 1652955456),
(90899, '3220', '113.00', '1', '0.3', '5', '80000000', '82999999', '29000000', '29099999', NULL, 1652955457),
(90900, '3298', '58.00', '6', '5.001', '10', '80000000', '82999999', '29000000', '29099999', NULL, 1652955457),
(90901, '3220', '176.00', '1', '5.001', '10', '80000000', '82999999', '29000000', '29099999', NULL, 1652955458),
(90902, '3298', '94.00', '6', '10.001', '15', '80000000', '82999999', '29000000', '29099999', NULL, 1652955459),
(90903, '3220', '286.00', '1', '10.001', '15', '80000000', '82999999', '29000000', '29099999', NULL, 1652955459),
(90904, '3298', '130.00', '6', '15.001', '20', '80000000', '82999999', '29000000', '29099999', NULL, 1652955459),
(90905, '3220', '396.00', '1', '15.001', '20', '80000000', '82999999', '29000000', '29099999', NULL, 1652955460),
(90906, '3298', '166.00', '6', '20.001', '25', '80000000', '82999999', '29000000', '29099999', NULL, 1652955461),
(90907, '3220', '505.00', '1', '20.001', '25', '80000000', '82999999', '29000000', '29099999', NULL, 1652955461),
(90908, '3298', '202.00', '6', '25.001', '30', '80000000', '82999999', '29000000', '29099999', NULL, 1652955462),
(90909, '3220', '615.00', '1', '25.001', '30', '80000000', '82999999', '29000000', '29099999', NULL, 1652955463),
(90910, '3298', '70.00', '8', '0.3', '5', '80000000', '82999999', '29100000', '29999999', NULL, 1652955463),
(90911, '3220', '157.00', '4', '0.3', '5', '80000000', '82999999', '29100000', '29999999', NULL, 1652955464),
(90912, '3298', '106.00', '8', '5.001', '10', '80000000', '82999999', '29100000', '29999999', NULL, 1652955465),
(90913, '3220', '226.00', '4', '5.001', '10', '80000000', '82999999', '29100000', '29999999', NULL, 1652955465),
(90914, '3298', '172.00', '8', '10.001', '15', '80000000', '82999999', '29100000', '29999999', NULL, 1652955466),
(90915, '3220', '367.00', '4', '10.001', '15', '80000000', '82999999', '29100000', '29999999', NULL, 1652955467),
(90916, '3298', '239.00', '8', '15.001', '20', '80000000', '82999999', '29100000', '29999999', NULL, 1652955467),
(90917, '3220', '508.00', '4', '15.001', '20', '80000000', '82999999', '29100000', '29999999', NULL, 1652955468),
(90918, '3298', '305.00', '8', '20.001', '25', '80000000', '82999999', '29100000', '29999999', NULL, 1652955468);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(90919, '3220', '649.00', '4', '20.001', '25', '80000000', '82999999', '29100000', '29999999', NULL, 1652955469),
(90920, '3298', '371.00', '8', '25.001', '30', '80000000', '82999999', '29100000', '29999999', NULL, 1652955470),
(90921, '3220', '789.00', '4', '25.001', '30', '80000000', '82999999', '29100000', '29999999', NULL, 1652955470),
(90922, '3298', '34.00', '5', '0.3', '5', '80000000', '82999999', '30000000', '31999999', NULL, 1652955471),
(90923, '3220', '80.00', '1', '0.3', '5', '80000000', '82999999', '30000000', '31999999', NULL, 1652955471),
(90924, '3298', '50.00', '5', '5.001', '10', '80000000', '82999999', '30000000', '31999999', NULL, 1652955472),
(90925, '3220', '125.00', '1', '5.001', '10', '80000000', '82999999', '30000000', '31999999', NULL, 1652955472),
(90926, '3298', '82.00', '5', '10.001', '15', '80000000', '82999999', '30000000', '31999999', NULL, 1652955474),
(90927, '3220', '203.00', '1', '10.001', '15', '80000000', '82999999', '30000000', '31999999', NULL, 1652955474),
(90928, '3298', '113.00', '5', '15.001', '20', '80000000', '82999999', '30000000', '31999999', NULL, 1652955475),
(90929, '3220', '281.00', '1', '15.001', '20', '80000000', '82999999', '30000000', '31999999', NULL, 1652955476),
(90930, '3298', '145.00', '5', '20.001', '25', '80000000', '82999999', '30000000', '31999999', NULL, 1652955476),
(90931, '3220', '359.00', '1', '20.001', '25', '80000000', '82999999', '30000000', '31999999', NULL, 1652955477),
(90932, '3298', '176.00', '5', '25.001', '30', '80000000', '82999999', '30000000', '31999999', NULL, 1652955477),
(90933, '3220', '437.00', '1', '25.001', '30', '80000000', '82999999', '30000000', '31999999', NULL, 1652955478),
(90934, '3298', '34.00', '5', '0.3', '5', '80000000', '82999999', '30000000', '34999999', NULL, 1652955478),
(90935, '3220', '80.00', '1', '0.3', '5', '80000000', '82999999', '30000000', '34999999', NULL, 1652955479),
(90936, '3298', '50.00', '5', '5.001', '10', '80000000', '82999999', '30000000', '34999999', NULL, 1652955480),
(90937, '3220', '125.00', '1', '5.001', '10', '80000000', '82999999', '30000000', '34999999', NULL, 1652955480),
(90938, '3298', '82.00', '5', '10.001', '15', '80000000', '82999999', '30000000', '34999999', NULL, 1652955481),
(90939, '3220', '203.00', '1', '10.001', '15', '80000000', '82999999', '30000000', '34999999', NULL, 1652955482),
(90940, '3298', '113.00', '5', '15.001', '20', '80000000', '82999999', '30000000', '34999999', NULL, 1652955483),
(90941, '3220', '281.00', '1', '15.001', '20', '80000000', '82999999', '30000000', '34999999', NULL, 1652955484),
(90942, '3298', '145.00', '5', '20.001', '25', '80000000', '82999999', '30000000', '34999999', NULL, 1652955485),
(90943, '3220', '359.00', '1', '20.001', '25', '80000000', '82999999', '30000000', '34999999', NULL, 1652955485),
(90944, '3298', '176.00', '5', '25.001', '30', '80000000', '82999999', '30000000', '34999999', NULL, 1652955485),
(90945, '3220', '437.00', '1', '25.001', '30', '80000000', '82999999', '30000000', '34999999', NULL, 1652955486),
(90946, '3298', '50.00', '8', '0.3', '5', '80000000', '82999999', '35000000', '39999999', NULL, 1652955487),
(90947, '3220', '124.00', '4', '0.3', '5', '80000000', '82999999', '35000000', '39999999', NULL, 1652955487),
(90948, '3298', '83.00', '8', '5.001', '10', '80000000', '82999999', '35000000', '39999999', NULL, 1652955488),
(90949, '3220', '175.00', '4', '5.001', '10', '80000000', '82999999', '35000000', '39999999', NULL, 1652955493),
(90950, '3298', '135.00', '8', '10.001', '15', '80000000', '82999999', '35000000', '39999999', NULL, 1652955493),
(90951, '3220', '283.00', '4', '10.001', '15', '80000000', '82999999', '35000000', '39999999', NULL, 1652955496),
(90952, '3298', '186.00', '8', '15.001', '20', '80000000', '82999999', '35000000', '39999999', NULL, 1652955497),
(90953, '3220', '392.00', '4', '15.001', '20', '80000000', '82999999', '35000000', '39999999', NULL, 1652955497),
(90954, '3298', '238.00', '8', '20.001', '25', '80000000', '82999999', '35000000', '39999999', NULL, 1652955498),
(90955, '3220', '500.00', '4', '20.001', '25', '80000000', '82999999', '35000000', '39999999', NULL, 1652955498),
(90956, '3298', '290.00', '8', '25.001', '30', '80000000', '82999999', '35000000', '39999999', NULL, 1652955499),
(90957, '3220', '609.00', '4', '25.001', '30', '80000000', '82999999', '35000000', '39999999', NULL, 1652955500),
(90958, '3298', '45.00', '6', '0.3', '5', '80000000', '82999999', '40000000', '41999999', NULL, 1652955500),
(90959, '3220', '137.00', '1', '0.3', '5', '80000000', '82999999', '40000000', '41999999', NULL, 1652955501),
(90960, '3298', '71.00', '6', '5.001', '10', '80000000', '82999999', '40000000', '41999999', NULL, 1652955501),
(90961, '3220', '214.00', '1', '5.001', '10', '80000000', '82999999', '40000000', '41999999', NULL, 1652955502),
(90962, '3298', '116.00', '6', '10.001', '15', '80000000', '82999999', '40000000', '41999999', NULL, 1652955502),
(90963, '3220', '346.00', '1', '10.001', '15', '80000000', '82999999', '40000000', '41999999', NULL, 1652955503),
(90964, '3298', '160.00', '6', '15.001', '20', '80000000', '82999999', '40000000', '41999999', NULL, 1652955503),
(90965, '3220', '479.00', '1', '15.001', '20', '80000000', '82999999', '40000000', '41999999', NULL, 1652955504),
(90966, '3298', '205.00', '6', '20.001', '25', '80000000', '82999999', '40000000', '41999999', NULL, 1652955504),
(90967, '3220', '612.00', '1', '20.001', '25', '80000000', '82999999', '40000000', '41999999', NULL, 1652955505),
(90968, '3298', '249.00', '6', '25.001', '30', '80000000', '82999999', '40000000', '41999999', NULL, 1652955505),
(90969, '3220', '744.00', '1', '25.001', '30', '80000000', '82999999', '40000000', '41999999', NULL, 1652955506),
(90970, '3298', '45.00', '6', '0.3', '5', '80000000', '82999999', '40000000', '44470999', NULL, 1652955506),
(90971, '3220', '137.00', '1', '0.3', '5', '80000000', '82999999', '40000000', '44470999', NULL, 1652955507),
(90972, '3298', '71.00', '6', '5.001', '10', '80000000', '82999999', '40000000', '44470999', NULL, 1652955507),
(90973, '3220', '214.00', '1', '5.001', '10', '80000000', '82999999', '40000000', '44470999', NULL, 1652955508),
(90974, '3298', '116.00', '6', '10.001', '15', '80000000', '82999999', '40000000', '44470999', NULL, 1652955509),
(90975, '3220', '346.00', '1', '10.001', '15', '80000000', '82999999', '40000000', '44470999', NULL, 1652955510),
(90976, '3298', '160.00', '6', '15.001', '20', '80000000', '82999999', '40000000', '44470999', NULL, 1652955511),
(90977, '3220', '479.00', '1', '15.001', '20', '80000000', '82999999', '40000000', '44470999', NULL, 1652955511),
(90978, '3298', '205.00', '6', '20.001', '25', '80000000', '82999999', '40000000', '44470999', NULL, 1652955511),
(90979, '3220', '612.00', '1', '20.001', '25', '80000000', '82999999', '40000000', '44470999', NULL, 1652955512),
(90980, '3298', '249.00', '6', '25.001', '30', '80000000', '82999999', '40000000', '44470999', NULL, 1652955512),
(90981, '3220', '744.00', '1', '25.001', '30', '80000000', '82999999', '40000000', '44470999', NULL, 1652955513),
(90982, '3298', '78.00', '6', '0.3', '5', '80000000', '82999999', '44471000', '48999999', NULL, 1652955514),
(90983, '3220', '154.00', '2', '0.3', '5', '80000000', '82999999', '44471000', '48999999', NULL, 1652955514),
(90984, '3298', '114.00', '6', '5.001', '10', '80000000', '82999999', '44471000', '48999999', NULL, 1652955515),
(90985, '3220', '223.00', '2', '5.001', '10', '80000000', '82999999', '44471000', '48999999', NULL, 1652955515),
(90986, '3298', '185.00', '6', '10.001', '15', '80000000', '82999999', '44471000', '48999999', NULL, 1652955516),
(90987, '3220', '361.00', '2', '10.001', '15', '80000000', '82999999', '44471000', '48999999', NULL, 1652955516),
(90988, '3298', '256.00', '6', '15.001', '20', '80000000', '82999999', '44471000', '48999999', NULL, 1652955517),
(90989, '3220', '500.00', '2', '15.001', '20', '80000000', '82999999', '44471000', '48999999', NULL, 1652955517),
(90990, '3298', '327.00', '6', '20.001', '25', '80000000', '82999999', '44471000', '48999999', NULL, 1652955518),
(90991, '3220', '638.00', '2', '20.001', '25', '80000000', '82999999', '44471000', '48999999', NULL, 1652955518),
(90992, '3298', '398.00', '6', '25.001', '30', '80000000', '82999999', '44471000', '48999999', NULL, 1652955519),
(90993, '3220', '777.00', '2', '25.001', '30', '80000000', '82999999', '44471000', '48999999', NULL, 1652955520),
(90994, '3298', '45.00', '8', '0.3', '5', '80000000', '82999999', '49000000', '49099999', NULL, 1652955520),
(90995, '3220', '137.00', '2', '0.3', '5', '80000000', '82999999', '49000000', '49099999', NULL, 1652955521),
(90996, '3298', '71.00', '8', '5.001', '10', '80000000', '82999999', '49000000', '49099999', NULL, 1652955521),
(90997, '3220', '214.00', '2', '5.001', '10', '80000000', '82999999', '49000000', '49099999', NULL, 1652955522),
(90998, '3298', '116.00', '8', '10.001', '15', '80000000', '82999999', '49000000', '49099999', NULL, 1652955523),
(90999, '3220', '346.00', '2', '10.001', '15', '80000000', '82999999', '49000000', '49099999', NULL, 1652955523),
(91000, '3298', '160.00', '8', '15.001', '20', '80000000', '82999999', '49000000', '49099999', NULL, 1652955524),
(91001, '3220', '479.00', '2', '15.001', '20', '80000000', '82999999', '49000000', '49099999', NULL, 1652955524),
(91002, '3298', '205.00', '8', '20.001', '25', '80000000', '82999999', '49000000', '49099999', NULL, 1652955525),
(91003, '3220', '612.00', '2', '20.001', '25', '80000000', '82999999', '49000000', '49099999', NULL, 1652955526),
(91004, '3298', '249.00', '8', '25.001', '30', '80000000', '82999999', '49000000', '49099999', NULL, 1652955526),
(91005, '3220', '744.00', '2', '25.001', '30', '80000000', '82999999', '49000000', '49099999', NULL, 1652955527),
(91006, '3298', '90.00', '11', '0.3', '5', '80000000', '82999999', '49100000', '49999999', NULL, 1652955527),
(91007, '3220', '183.00', '5', '0.3', '5', '80000000', '82999999', '49100000', '49999999', NULL, 1652955528),
(91008, '3298', '133.00', '11', '5.001', '10', '80000000', '82999999', '49100000', '49999999', NULL, 1652955528),
(91009, '3220', '266.00', '5', '5.001', '10', '80000000', '82999999', '49100000', '49999999', NULL, 1652955529),
(91010, '3298', '215.00', '11', '10.001', '15', '80000000', '82999999', '49100000', '49999999', NULL, 1652955530),
(91011, '3220', '430.00', '5', '10.001', '15', '80000000', '82999999', '49100000', '49999999', NULL, 1652955530),
(91012, '3298', '298.00', '11', '15.001', '20', '80000000', '82999999', '49100000', '49999999', NULL, 1652955531),
(91013, '3220', '595.00', '5', '15.001', '20', '80000000', '82999999', '49100000', '49999999', NULL, 1652955531),
(91014, '3298', '380.00', '11', '20.001', '25', '80000000', '82999999', '49100000', '49999999', NULL, 1652955532),
(91015, '3220', '760.00', '5', '20.001', '25', '80000000', '82999999', '49100000', '49999999', NULL, 1652955533),
(91016, '3298', '463.00', '11', '25.001', '30', '80000000', '82999999', '49100000', '49999999', NULL, 1652955533),
(91017, '3220', '925.00', '5', '25.001', '30', '80000000', '82999999', '49100000', '49999999', NULL, 1652955533),
(91018, '3298', '45.00', '7', '0.3', '5', '80000000', '82999999', '50000000', '52999999', NULL, 1652955534),
(91019, '3220', '137.00', '2', '0.3', '5', '80000000', '82999999', '50000000', '52999999', NULL, 1652955535),
(91020, '3298', '71.00', '7', '5.001', '10', '80000000', '82999999', '50000000', '52999999', NULL, 1652955536),
(91021, '3220', '214.00', '2', '5.001', '10', '80000000', '82999999', '50000000', '52999999', NULL, 1652955536),
(91022, '3298', '116.00', '7', '10.001', '15', '80000000', '82999999', '50000000', '52999999', NULL, 1652955537),
(91023, '3220', '346.00', '2', '10.001', '15', '80000000', '82999999', '50000000', '52999999', NULL, 1652955537),
(91024, '3298', '160.00', '7', '15.001', '20', '80000000', '82999999', '50000000', '52999999', NULL, 1652955538),
(91025, '3220', '479.00', '2', '15.001', '20', '80000000', '82999999', '50000000', '52999999', NULL, 1652955538),
(91026, '3298', '205.00', '7', '20.001', '25', '80000000', '82999999', '50000000', '52999999', NULL, 1652955538),
(91027, '3220', '612.00', '2', '20.001', '25', '80000000', '82999999', '50000000', '52999999', NULL, 1652955539),
(91028, '3298', '249.00', '7', '25.001', '30', '80000000', '82999999', '50000000', '52999999', NULL, 1652955540),
(91029, '3220', '744.00', '2', '25.001', '30', '80000000', '82999999', '50000000', '52999999', NULL, 1652955540),
(91030, '3298', '45.00', '7', '0.3', '5', '80000000', '82999999', '50000000', '54999999', NULL, 1652955541),
(91031, '3220', '137.00', '2', '0.3', '5', '80000000', '82999999', '50000000', '54999999', NULL, 1652955542),
(91032, '3298', '71.00', '7', '5.001', '10', '80000000', '82999999', '50000000', '54999999', NULL, 1652955542),
(91033, '3220', '214.00', '2', '5.001', '10', '80000000', '82999999', '50000000', '54999999', NULL, 1652955543),
(91034, '3298', '116.00', '7', '10.001', '15', '80000000', '82999999', '50000000', '54999999', NULL, 1652955543),
(91035, '3220', '346.00', '2', '10.001', '15', '80000000', '82999999', '50000000', '54999999', NULL, 1652955544),
(91036, '3298', '160.00', '7', '15.001', '20', '80000000', '82999999', '50000000', '54999999', NULL, 1652955547),
(91037, '3220', '479.00', '2', '15.001', '20', '80000000', '82999999', '50000000', '54999999', NULL, 1652955547),
(91038, '3298', '205.00', '7', '20.001', '25', '80000000', '82999999', '50000000', '54999999', NULL, 1652955551),
(91039, '3220', '612.00', '2', '20.001', '25', '80000000', '82999999', '50000000', '54999999', NULL, 1652955551),
(91040, '3298', '249.00', '7', '25.001', '30', '80000000', '82999999', '50000000', '54999999', NULL, 1652955556),
(91041, '3220', '744.00', '2', '25.001', '30', '80000000', '82999999', '50000000', '54999999', NULL, 1652955556),
(91042, '3298', '90.00', '11', '0.3', '5', '80000000', '82999999', '55000000', '56999999', NULL, 1652955557),
(91043, '3220', '183.00', '6', '0.3', '5', '80000000', '82999999', '55000000', '56999999', NULL, 1652955558),
(91044, '3298', '133.00', '11', '5.001', '10', '80000000', '82999999', '55000000', '56999999', NULL, 1652955560),
(91045, '3220', '266.00', '6', '5.001', '10', '80000000', '82999999', '55000000', '56999999', NULL, 1652955561),
(91046, '3298', '215.00', '11', '10.001', '15', '80000000', '82999999', '55000000', '56999999', NULL, 1652955562),
(91047, '3220', '430.00', '6', '10.001', '15', '80000000', '82999999', '55000000', '56999999', NULL, 1652955562),
(91048, '3298', '298.00', '11', '15.001', '20', '80000000', '82999999', '55000000', '56999999', NULL, 1652955565),
(91049, '3220', '595.00', '6', '15.001', '20', '80000000', '82999999', '55000000', '56999999', NULL, 1652955566),
(91050, '3298', '380.00', '11', '20.001', '25', '80000000', '82999999', '55000000', '56999999', NULL, 1652955566),
(91051, '3220', '760.00', '6', '20.001', '25', '80000000', '82999999', '55000000', '56999999', NULL, 1652955567),
(91052, '3298', '463.00', '11', '25.001', '30', '80000000', '82999999', '55000000', '56999999', NULL, 1652955567),
(91053, '3220', '925.00', '6', '25.001', '30', '80000000', '82999999', '55000000', '56999999', NULL, 1652955568),
(91054, '3298', '45.00', '8', '0.3', '5', '80000000', '82999999', '57000000', '57099999', NULL, 1652955568),
(91055, '3220', '137.00', '2', '0.3', '5', '80000000', '82999999', '57000000', '57099999', NULL, 1652955569),
(91056, '3298', '71.00', '8', '5.001', '10', '80000000', '82999999', '57000000', '57099999', NULL, 1652955569),
(91057, '3220', '214.00', '2', '5.001', '10', '80000000', '82999999', '57000000', '57099999', NULL, 1652955570),
(91058, '3298', '116.00', '8', '10.001', '15', '80000000', '82999999', '57000000', '57099999', NULL, 1652955570),
(91059, '3220', '346.00', '2', '10.001', '15', '80000000', '82999999', '57000000', '57099999', NULL, 1652955571),
(91060, '3298', '160.00', '8', '15.001', '20', '80000000', '82999999', '57000000', '57099999', NULL, 1652955571),
(91061, '3220', '479.00', '2', '15.001', '20', '80000000', '82999999', '57000000', '57099999', NULL, 1652955572),
(91062, '3298', '205.00', '8', '20.001', '25', '80000000', '82999999', '57000000', '57099999', NULL, 1652955575),
(91063, '3220', '612.00', '2', '20.001', '25', '80000000', '82999999', '57000000', '57099999', NULL, 1652955576),
(91064, '3298', '249.00', '8', '25.001', '30', '80000000', '82999999', '57000000', '57099999', NULL, 1652955577),
(91065, '3220', '744.00', '2', '25.001', '30', '80000000', '82999999', '57000000', '57099999', NULL, 1652955577),
(91066, '3298', '45.00', '10', '0.3', '5', '80000000', '82999999', '57100000', '57999999', NULL, 1652955578),
(91067, '3220', '137.00', '4', '0.3', '5', '80000000', '82999999', '57100000', '57999999', NULL, 1652955579),
(91068, '3298', '71.00', '10', '5.001', '10', '80000000', '82999999', '57100000', '57999999', NULL, 1652955579),
(91069, '3220', '214.00', '4', '5.001', '10', '80000000', '82999999', '57100000', '57999999', NULL, 1652955580),
(91070, '3298', '116.00', '10', '10.001', '15', '80000000', '82999999', '57100000', '57999999', NULL, 1652955580),
(91071, '3220', '346.00', '4', '10.001', '15', '80000000', '82999999', '57100000', '57999999', NULL, 1652955581),
(91072, '3298', '160.00', '10', '15.001', '20', '80000000', '82999999', '57100000', '57999999', NULL, 1652955581),
(91073, '3220', '479.00', '4', '15.001', '20', '80000000', '82999999', '57100000', '57999999', NULL, 1652955582),
(91074, '3298', '205.00', '10', '20.001', '25', '80000000', '82999999', '57100000', '57999999', NULL, 1652955582),
(91075, '3220', '612.00', '4', '20.001', '25', '80000000', '82999999', '57100000', '57999999', NULL, 1652955583),
(91076, '3298', '249.00', '10', '25.001', '30', '80000000', '82999999', '57100000', '57999999', NULL, 1652955586),
(91077, '3220', '744.00', '4', '25.001', '30', '80000000', '82999999', '57100000', '57999999', NULL, 1652955587),
(91078, '3298', '45.00', '8', '0.3', '5', '80000000', '82999999', '58000000', '58099999', NULL, 1652955588),
(91079, '3220', '137.00', '3', '0.3', '5', '80000000', '82999999', '58000000', '58099999', NULL, 1652955588),
(91080, '3298', '71.00', '8', '5.001', '10', '80000000', '82999999', '58000000', '58099999', NULL, 1652955590),
(91081, '3220', '214.00', '3', '5.001', '10', '80000000', '82999999', '58000000', '58099999', NULL, 1652955591),
(91082, '3298', '116.00', '8', '10.001', '15', '80000000', '82999999', '58000000', '58099999', NULL, 1652955592),
(91083, '3220', '346.00', '3', '10.001', '15', '80000000', '82999999', '58000000', '58099999', NULL, 1652955592),
(91084, '3298', '160.00', '8', '15.001', '20', '80000000', '82999999', '58000000', '58099999', NULL, 1652955594),
(91085, '3220', '479.00', '3', '15.001', '20', '80000000', '82999999', '58000000', '58099999', NULL, 1652955595),
(91086, '3298', '205.00', '8', '20.001', '25', '80000000', '82999999', '58000000', '58099999', NULL, 1652955596),
(91087, '3220', '612.00', '3', '20.001', '25', '80000000', '82999999', '58000000', '58099999', NULL, 1652955596),
(91088, '3298', '249.00', '8', '25.001', '30', '80000000', '82999999', '58000000', '58099999', NULL, 1652955597),
(91089, '3220', '744.00', '3', '25.001', '30', '80000000', '82999999', '58000000', '58099999', NULL, 1652955598),
(91090, '3298', '90.00', '13', '0.3', '5', '80000000', '82999999', '58100000', '58999999', NULL, 1652955600),
(91091, '3220', '183.00', '7', '0.3', '5', '80000000', '82999999', '58100000', '58999999', NULL, 1652955601),
(91092, '3298', '133.00', '13', '5.001', '10', '80000000', '82999999', '58100000', '58999999', NULL, 1652955601),
(91093, '3220', '266.00', '7', '5.001', '10', '80000000', '82999999', '58100000', '58999999', NULL, 1652955602),
(91094, '3298', '215.00', '13', '10.001', '15', '80000000', '82999999', '58100000', '58999999', NULL, 1652955602),
(91095, '3220', '430.00', '7', '10.001', '15', '80000000', '82999999', '58100000', '58999999', NULL, 1652955603),
(91096, '3298', '298.00', '13', '15.001', '20', '80000000', '82999999', '58100000', '58999999', NULL, 1652955604),
(91097, '3220', '595.00', '7', '15.001', '20', '80000000', '82999999', '58100000', '58999999', NULL, 1652955604),
(91098, '3298', '380.00', '13', '20.001', '25', '80000000', '82999999', '58100000', '58999999', NULL, 1652955605),
(91099, '3220', '760.00', '7', '20.001', '25', '80000000', '82999999', '58100000', '58999999', NULL, 1652955605),
(91100, '3298', '463.00', '13', '25.001', '30', '80000000', '82999999', '58100000', '58999999', NULL, 1652955607),
(91101, '3220', '925.00', '7', '25.001', '30', '80000000', '82999999', '58100000', '58999999', NULL, 1652955607),
(91102, '3298', '45.00', '11', '0.3', '5', '80000000', '82999999', '59000000', '59099999', NULL, 1652955609),
(91103, '3220', '137.00', '2', '0.3', '5', '80000000', '82999999', '59000000', '59099999', NULL, 1652955609),
(91104, '3298', '71.00', '11', '5.001', '10', '80000000', '82999999', '59000000', '59099999', NULL, 1652955610),
(91105, '3220', '214.00', '2', '5.001', '10', '80000000', '82999999', '59000000', '59099999', NULL, 1652955610),
(91106, '3298', '116.00', '11', '10.001', '15', '80000000', '82999999', '59000000', '59099999', NULL, 1652955611),
(91107, '3220', '346.00', '2', '10.001', '15', '80000000', '82999999', '59000000', '59099999', NULL, 1652955612),
(91108, '3298', '160.00', '11', '15.001', '20', '80000000', '82999999', '59000000', '59099999', NULL, 1652955612),
(91109, '3220', '479.00', '2', '15.001', '20', '80000000', '82999999', '59000000', '59099999', NULL, 1652955613),
(91110, '3298', '205.00', '11', '20.001', '25', '80000000', '82999999', '59000000', '59099999', NULL, 1652955613),
(91111, '3220', '612.00', '2', '20.001', '25', '80000000', '82999999', '59000000', '59099999', NULL, 1652955614),
(91112, '3298', '249.00', '11', '25.001', '30', '80000000', '82999999', '59000000', '59099999', NULL, 1652955615),
(91113, '3220', '744.00', '2', '25.001', '30', '80000000', '82999999', '59000000', '59099999', NULL, 1652955615),
(91114, '3298', '45.00', '11', '0.3', '5', '80000000', '82999999', '59100000', '59999999', NULL, 1652955616),
(91115, '3220', '137.00', '2', '0.3', '5', '80000000', '82999999', '59100000', '59999999', NULL, 1652955616),
(91116, '3298', '71.00', '11', '5.001', '10', '80000000', '82999999', '59100000', '59999999', NULL, 1652955617),
(91117, '3220', '214.00', '2', '5.001', '10', '80000000', '82999999', '59100000', '59999999', NULL, 1652955618),
(91118, '3298', '116.00', '11', '10.001', '15', '80000000', '82999999', '59100000', '59999999', NULL, 1652955619),
(91119, '3220', '346.00', '2', '10.001', '15', '80000000', '82999999', '59100000', '59999999', NULL, 1652955619),
(91120, '3298', '160.00', '11', '15.001', '20', '80000000', '82999999', '59100000', '59999999', NULL, 1652955620),
(91121, '3220', '479.00', '2', '15.001', '20', '80000000', '82999999', '59100000', '59999999', NULL, 1652955621),
(91122, '3298', '205.00', '11', '20.001', '25', '80000000', '82999999', '59100000', '59999999', NULL, 1652955621),
(91123, '3220', '612.00', '2', '20.001', '25', '80000000', '82999999', '59100000', '59999999', NULL, 1652955622),
(91124, '3298', '249.00', '11', '25.001', '30', '80000000', '82999999', '59100000', '59999999', NULL, 1652955622),
(91125, '3220', '744.00', '2', '25.001', '30', '80000000', '82999999', '59100000', '59999999', NULL, 1652955623),
(91126, '3298', '45.00', '8', '0.3', '5', '80000000', '82999999', '60000000', '60999999', NULL, 1652955624),
(91127, '3220', '137.00', '3', '0.3', '5', '80000000', '82999999', '60000000', '60999999', NULL, 1652955624),
(91128, '3298', '71.00', '8', '5.001', '10', '80000000', '82999999', '60000000', '60999999', NULL, 1652955624),
(91129, '3220', '214.00', '3', '5.001', '10', '80000000', '82999999', '60000000', '60999999', NULL, 1652955625),
(91130, '3298', '116.00', '8', '10.001', '15', '80000000', '82999999', '60000000', '60999999', NULL, 1652955625),
(91131, '3220', '346.00', '3', '10.001', '15', '80000000', '82999999', '60000000', '60999999', NULL, 1652955626),
(91132, '3298', '160.00', '8', '15.001', '20', '80000000', '82999999', '60000000', '60999999', NULL, 1652955626),
(91133, '3220', '479.00', '3', '15.001', '20', '80000000', '82999999', '60000000', '60999999', NULL, 1652955627),
(91134, '3298', '205.00', '8', '20.001', '25', '80000000', '82999999', '60000000', '60999999', NULL, 1652955627),
(91135, '3220', '612.00', '3', '20.001', '25', '80000000', '82999999', '60000000', '60999999', NULL, 1652955628),
(91136, '3298', '249.00', '8', '25.001', '30', '80000000', '82999999', '60000000', '60999999', NULL, 1652955629),
(91137, '3220', '744.00', '3', '25.001', '30', '80000000', '82999999', '60000000', '60999999', NULL, 1652955629),
(91138, '3298', '45.00', '8', '0.3', '5', '80000000', '82999999', '60000000', '61900999', NULL, 1652955630),
(91139, '3220', '137.00', '3', '0.3', '5', '80000000', '82999999', '60000000', '61900999', NULL, 1652955630),
(91140, '3298', '71.00', '8', '5.001', '10', '80000000', '82999999', '60000000', '61900999', NULL, 1652955631),
(91141, '3220', '214.00', '3', '5.001', '10', '80000000', '82999999', '60000000', '61900999', NULL, 1652955631),
(91142, '3298', '116.00', '8', '10.001', '15', '80000000', '82999999', '60000000', '61900999', NULL, 1652955632),
(91143, '3220', '346.00', '3', '10.001', '15', '80000000', '82999999', '60000000', '61900999', NULL, 1652955633),
(91144, '3298', '160.00', '8', '15.001', '20', '80000000', '82999999', '60000000', '61900999', NULL, 1652955633),
(91145, '3220', '479.00', '3', '15.001', '20', '80000000', '82999999', '60000000', '61900999', NULL, 1652955634),
(91146, '3298', '205.00', '8', '20.001', '25', '80000000', '82999999', '60000000', '61900999', NULL, 1652955634),
(91147, '3220', '612.00', '3', '20.001', '25', '80000000', '82999999', '60000000', '61900999', NULL, 1652955635),
(91148, '3298', '249.00', '8', '25.001', '30', '80000000', '82999999', '60000000', '61900999', NULL, 1652955635),
(91149, '3220', '744.00', '3', '25.001', '30', '80000000', '82999999', '60000000', '61900999', NULL, 1652955636),
(91150, '3298', '90.00', '12', '0.3', '5', '80000000', '82999999', '61901000', '63999999', NULL, 1652955637),
(91151, '3220', '183.00', '7', '0.3', '5', '80000000', '82999999', '61901000', '63999999', NULL, 1652955637),
(91152, '3298', '133.00', '12', '5.001', '10', '80000000', '82999999', '61901000', '63999999', NULL, 1652955638),
(91153, '3220', '266.00', '7', '5.001', '10', '80000000', '82999999', '61901000', '63999999', NULL, 1652955638),
(91154, '3298', '215.00', '12', '10.001', '15', '80000000', '82999999', '61901000', '63999999', NULL, 1652955639),
(91155, '3220', '430.00', '7', '10.001', '15', '80000000', '82999999', '61901000', '63999999', NULL, 1652955640),
(91156, '3298', '298.00', '12', '15.001', '20', '80000000', '82999999', '61901000', '63999999', NULL, 1652955640),
(91157, '3220', '595.00', '7', '15.001', '20', '80000000', '82999999', '61901000', '63999999', NULL, 1652955641),
(91158, '3298', '380.00', '12', '20.001', '25', '80000000', '82999999', '61901000', '63999999', NULL, 1652955641),
(91159, '3220', '760.00', '7', '20.001', '25', '80000000', '82999999', '61901000', '63999999', NULL, 1652955642),
(91160, '3298', '463.00', '12', '25.001', '30', '80000000', '82999999', '61901000', '63999999', NULL, 1652955643),
(91161, '3220', '925.00', '7', '25.001', '30', '80000000', '82999999', '61901000', '63999999', NULL, 1652955643),
(91162, '3298', '45.00', '8', '0.3', '5', '80000000', '82999999', '64000000', '64099999', NULL, 1652955644),
(91163, '3220', '137.00', '4', '0.3', '5', '80000000', '82999999', '64000000', '64099999', NULL, 1652955644),
(91164, '3298', '71.00', '8', '5.001', '10', '80000000', '82999999', '64000000', '64099999', NULL, 1652955645),
(91165, '3220', '214.00', '4', '5.001', '10', '80000000', '82999999', '64000000', '64099999', NULL, 1652955645),
(91166, '3298', '116.00', '8', '10.001', '15', '80000000', '82999999', '64000000', '64099999', NULL, 1652955646),
(91167, '3220', '346.00', '4', '10.001', '15', '80000000', '82999999', '64000000', '64099999', NULL, 1652955647),
(91168, '3298', '160.00', '8', '15.001', '20', '80000000', '82999999', '64000000', '64099999', NULL, 1652955647),
(91169, '3220', '479.00', '4', '15.001', '20', '80000000', '82999999', '64000000', '64099999', NULL, 1652955648),
(91170, '3298', '205.00', '8', '20.001', '25', '80000000', '82999999', '64000000', '64099999', NULL, 1652955648),
(91171, '3220', '612.00', '4', '20.001', '25', '80000000', '82999999', '64000000', '64099999', NULL, 1652955649),
(91172, '3298', '249.00', '8', '25.001', '30', '80000000', '82999999', '64000000', '64099999', NULL, 1652955649),
(91173, '3220', '744.00', '4', '25.001', '30', '80000000', '82999999', '64000000', '64099999', NULL, 1652955650),
(91174, '3298', '90.00', '11', '0.3', '5', '80000000', '82999999', '64100000', '64999999', NULL, 1652955651),
(91175, '3220', '183.00', '8', '0.3', '5', '80000000', '82999999', '64100000', '64999999', NULL, 1652955651),
(91176, '3298', '133.00', '11', '5.001', '10', '80000000', '82999999', '64100000', '64999999', NULL, 1652955652),
(91177, '3220', '266.00', '8', '5.001', '10', '80000000', '82999999', '64100000', '64999999', NULL, 1652955653),
(91178, '3298', '215.00', '11', '10.001', '15', '80000000', '82999999', '64100000', '64999999', NULL, 1652955653),
(91179, '3220', '430.00', '8', '10.001', '15', '80000000', '82999999', '64100000', '64999999', NULL, 1652955653),
(91180, '3298', '298.00', '11', '15.001', '20', '80000000', '82999999', '64100000', '64999999', NULL, 1652955654),
(91181, '3220', '595.00', '8', '15.001', '20', '80000000', '82999999', '64100000', '64999999', NULL, 1652955654),
(91182, '3298', '380.00', '11', '20.001', '25', '80000000', '82999999', '64100000', '64999999', NULL, 1652955655),
(91183, '3220', '760.00', '8', '20.001', '25', '80000000', '82999999', '64100000', '64999999', NULL, 1652955655),
(91184, '3298', '463.00', '11', '25.001', '30', '80000000', '82999999', '64100000', '64999999', NULL, 1652955656),
(91185, '3220', '925.00', '8', '25.001', '30', '80000000', '82999999', '64100000', '64999999', NULL, 1652955657),
(91186, '3298', '45.00', '9', '0.3', '5', '80000000', '82999999', '65000000', '65099999', NULL, 1652955657),
(91187, '3220', '137.00', '5', '0.3', '5', '80000000', '82999999', '65000000', '65099999', NULL, 1652955658),
(91188, '3298', '71.00', '9', '5.001', '10', '80000000', '82999999', '65000000', '65099999', NULL, 1652955658),
(91189, '3220', '214.00', '5', '5.001', '10', '80000000', '82999999', '65000000', '65099999', NULL, 1652955659),
(91190, '3298', '116.00', '9', '10.001', '15', '80000000', '82999999', '65000000', '65099999', NULL, 1652955659),
(91191, '3220', '346.00', '5', '10.001', '15', '80000000', '82999999', '65000000', '65099999', NULL, 1652955660),
(91192, '3298', '160.00', '9', '15.001', '20', '80000000', '82999999', '65000000', '65099999', NULL, 1652955661),
(91193, '3220', '479.00', '5', '15.001', '20', '80000000', '82999999', '65000000', '65099999', NULL, 1652955661),
(91194, '3298', '205.00', '9', '20.001', '25', '80000000', '82999999', '65000000', '65099999', NULL, 1652955662),
(91195, '3220', '612.00', '5', '20.001', '25', '80000000', '82999999', '65000000', '65099999', NULL, 1652955662),
(91196, '3298', '249.00', '9', '25.001', '30', '80000000', '82999999', '65000000', '65099999', NULL, 1652955663),
(91197, '3220', '744.00', '5', '25.001', '30', '80000000', '82999999', '65000000', '65099999', NULL, 1652955664),
(91198, '3298', '90.00', '14', '0.3', '5', '80000000', '82999999', '65100000', '65999999', NULL, 1652955664),
(91199, '3220', '183.00', '10', '0.3', '5', '80000000', '82999999', '65100000', '65999999', NULL, 1652955665),
(91200, '3298', '133.00', '14', '5.001', '10', '80000000', '82999999', '65100000', '65999999', NULL, 1652955665),
(91201, '3220', '266.00', '10', '5.001', '10', '80000000', '82999999', '65100000', '65999999', NULL, 1652955666),
(91202, '3298', '215.00', '14', '10.001', '15', '80000000', '82999999', '65100000', '65999999', NULL, 1652955666),
(91203, '3220', '430.00', '10', '10.001', '15', '80000000', '82999999', '65100000', '65999999', NULL, 1652955667),
(91204, '3298', '298.00', '14', '15.001', '20', '80000000', '82999999', '65100000', '65999999', NULL, 1652955668),
(91205, '3220', '595.00', '10', '15.001', '20', '80000000', '82999999', '65100000', '65999999', NULL, 1652955668),
(91206, '3298', '380.00', '14', '20.001', '25', '80000000', '82999999', '65100000', '65999999', NULL, 1652955668),
(91207, '3220', '760.00', '10', '20.001', '25', '80000000', '82999999', '65100000', '65999999', NULL, 1652955669),
(91208, '3298', '463.00', '14', '25.001', '30', '80000000', '82999999', '65100000', '65999999', NULL, 1652955670),
(91209, '3220', '925.00', '10', '25.001', '30', '80000000', '82999999', '65100000', '65999999', NULL, 1652955670),
(91210, '3298', '45.00', '9', '0.3', '5', '80000000', '82999999', '66000000', '66999999', NULL, 1652955671),
(91211, '3220', '137.00', '5', '0.3', '5', '80000000', '82999999', '66000000', '66999999', NULL, 1652955671),
(91212, '3298', '71.00', '9', '5.001', '10', '80000000', '82999999', '66000000', '66999999', NULL, 1652955672),
(91213, '3220', '214.00', '5', '5.001', '10', '80000000', '82999999', '66000000', '66999999', NULL, 1652955673),
(91214, '3298', '116.00', '9', '10.001', '15', '80000000', '82999999', '66000000', '66999999', NULL, 1652955673),
(91215, '3220', '346.00', '5', '10.001', '15', '80000000', '82999999', '66000000', '66999999', NULL, 1652955674),
(91216, '3298', '160.00', '9', '15.001', '20', '80000000', '82999999', '66000000', '66999999', NULL, 1652955675),
(91217, '3220', '479.00', '5', '15.001', '20', '80000000', '82999999', '66000000', '66999999', NULL, 1652955675),
(91218, '3298', '205.00', '9', '20.001', '25', '80000000', '82999999', '66000000', '66999999', NULL, 1652955676),
(91219, '3220', '612.00', '5', '20.001', '25', '80000000', '82999999', '66000000', '66999999', NULL, 1652955677),
(91220, '3298', '249.00', '9', '25.001', '30', '80000000', '82999999', '66000000', '66999999', NULL, 1652955677),
(91221, '3220', '744.00', '5', '25.001', '30', '80000000', '82999999', '66000000', '66999999', NULL, 1652955678),
(91222, '3298', '45.00', '9', '0.3', '5', '80000000', '82999999', '66000000', '67999999', NULL, 1652955678),
(91223, '3220', '137.00', '5', '0.3', '5', '80000000', '82999999', '66000000', '67999999', NULL, 1652955679),
(91224, '3298', '71.00', '9', '5.001', '10', '80000000', '82999999', '66000000', '67999999', NULL, 1652955679),
(91225, '3220', '214.00', '5', '5.001', '10', '80000000', '82999999', '66000000', '67999999', NULL, 1652955680),
(91226, '3298', '116.00', '9', '10.001', '15', '80000000', '82999999', '66000000', '67999999', NULL, 1652955680),
(91227, '3220', '346.00', '5', '10.001', '15', '80000000', '82999999', '66000000', '67999999', NULL, 1652955681),
(91228, '3298', '160.00', '9', '15.001', '20', '80000000', '82999999', '66000000', '67999999', NULL, 1652955682),
(91229, '3220', '479.00', '5', '15.001', '20', '80000000', '82999999', '66000000', '67999999', NULL, 1652955682),
(91230, '3298', '205.00', '9', '20.001', '25', '80000000', '82999999', '66000000', '67999999', NULL, 1652955683),
(91231, '3220', '612.00', '5', '20.001', '25', '80000000', '82999999', '66000000', '67999999', NULL, 1652955683),
(91232, '3298', '249.00', '9', '25.001', '30', '80000000', '82999999', '66000000', '67999999', NULL, 1652955684),
(91233, '3220', '744.00', '5', '25.001', '30', '80000000', '82999999', '66000000', '67999999', NULL, 1652955684),
(91234, '3298', '90.00', '11', '0.3', '5', '80000000', '82999999', '68000000', '68899999', NULL, 1652955685),
(91235, '3220', '183.00', '8', '0.3', '5', '80000000', '82999999', '68000000', '68899999', NULL, 1652955685),
(91236, '3298', '133.00', '11', '5.001', '10', '80000000', '82999999', '68000000', '68899999', NULL, 1652955686),
(91237, '3220', '266.00', '8', '5.001', '10', '80000000', '82999999', '68000000', '68899999', NULL, 1652955686),
(91238, '3298', '215.00', '11', '10.001', '15', '80000000', '82999999', '68000000', '68899999', NULL, 1652955687),
(91239, '3220', '430.00', '8', '10.001', '15', '80000000', '82999999', '68000000', '68899999', NULL, 1652955687),
(91240, '3298', '298.00', '11', '15.001', '20', '80000000', '82999999', '68000000', '68899999', NULL, 1652955688),
(91241, '3220', '595.00', '8', '15.001', '20', '80000000', '82999999', '68000000', '68899999', NULL, 1652955689),
(91242, '3298', '380.00', '11', '20.001', '25', '80000000', '82999999', '68000000', '68899999', NULL, 1652955689),
(91243, '3220', '760.00', '8', '20.001', '25', '80000000', '82999999', '68000000', '68899999', NULL, 1652955690),
(91244, '3298', '463.00', '11', '25.001', '30', '80000000', '82999999', '68000000', '68899999', NULL, 1652955690),
(91245, '3220', '925.00', '8', '25.001', '30', '80000000', '82999999', '68000000', '68899999', NULL, 1652955691),
(91246, '3298', '45.00', '19', '0.3', '5', '80000000', '82999999', '68900000', '68914999', NULL, 1652955691),
(91247, '3220', '137.00', '11', '0.3', '5', '80000000', '82999999', '68900000', '68914999', NULL, 1652955692),
(91248, '3298', '71.00', '19', '5.001', '10', '80000000', '82999999', '68900000', '68914999', NULL, 1652955692),
(91249, '3220', '214.00', '11', '5.001', '10', '80000000', '82999999', '68900000', '68914999', NULL, 1652955693),
(91250, '3298', '116.00', '19', '10.001', '15', '80000000', '82999999', '68900000', '68914999', NULL, 1652955693),
(91251, '3220', '346.00', '11', '10.001', '15', '80000000', '82999999', '68900000', '68914999', NULL, 1652955694),
(91252, '3298', '160.00', '19', '15.001', '20', '80000000', '82999999', '68900000', '68914999', NULL, 1652955694),
(91253, '3220', '479.00', '11', '15.001', '20', '80000000', '82999999', '68900000', '68914999', NULL, 1652955695),
(91254, '3298', '205.00', '19', '20.001', '25', '80000000', '82999999', '68900000', '68914999', NULL, 1652955696),
(91255, '3220', '612.00', '11', '20.001', '25', '80000000', '82999999', '68900000', '68914999', NULL, 1652955696),
(91256, '3298', '249.00', '19', '25.001', '30', '80000000', '82999999', '68900000', '68914999', NULL, 1652955697),
(91257, '3220', '744.00', '11', '25.001', '30', '80000000', '82999999', '68900000', '68914999', NULL, 1652955697),
(91258, '3298', '90.00', '21', '0.3', '5', '80000000', '82999999', '68915000', '68999999', NULL, 1652955698),
(91259, '3220', '183.00', '13', '0.3', '5', '80000000', '82999999', '68915000', '68999999', NULL, 1652955699),
(91260, '3298', '133.00', '21', '5.001', '10', '80000000', '82999999', '68915000', '68999999', NULL, 1652955699),
(91261, '3220', '266.00', '13', '5.001', '10', '80000000', '82999999', '68915000', '68999999', NULL, 1652955700),
(91262, '3298', '215.00', '21', '10.001', '15', '80000000', '82999999', '68915000', '68999999', NULL, 1652955700),
(91263, '3220', '430.00', '13', '10.001', '15', '80000000', '82999999', '68915000', '68999999', NULL, 1652955701),
(91264, '3298', '298.00', '21', '15.001', '20', '80000000', '82999999', '68915000', '68999999', NULL, 1652955702),
(91265, '3220', '595.00', '13', '15.001', '20', '80000000', '82999999', '68915000', '68999999', NULL, 1652955702),
(91266, '3298', '380.00', '21', '20.001', '25', '80000000', '82999999', '68915000', '68999999', NULL, 1652955703),
(91267, '3220', '760.00', '13', '20.001', '25', '80000000', '82999999', '68915000', '68999999', NULL, 1652955703),
(91268, '3298', '463.00', '21', '25.001', '30', '80000000', '82999999', '68915000', '68999999', NULL, 1652955704),
(91269, '3220', '925.00', '13', '25.001', '30', '80000000', '82999999', '68915000', '68999999', NULL, 1652955705),
(91270, '3298', '45.00', '22', '0.3', '5', '80000000', '82999999', '69000000', '69099999', NULL, 1652955705),
(91271, '3220', '137.00', '3', '0.3', '5', '80000000', '82999999', '69000000', '69099999', NULL, 1652955705),
(91272, '3298', '71.00', '22', '5.001', '10', '80000000', '82999999', '69000000', '69099999', NULL, 1652955706),
(91273, '3220', '214.00', '3', '5.001', '10', '80000000', '82999999', '69000000', '69099999', NULL, 1652955707),
(91274, '3298', '116.00', '22', '10.001', '15', '80000000', '82999999', '69000000', '69099999', NULL, 1652955707),
(91275, '3220', '346.00', '3', '10.001', '15', '80000000', '82999999', '69000000', '69099999', NULL, 1652955708),
(91276, '3298', '160.00', '22', '15.001', '20', '80000000', '82999999', '69000000', '69099999', NULL, 1652955708),
(91277, '3220', '479.00', '3', '15.001', '20', '80000000', '82999999', '69000000', '69099999', NULL, 1652955709),
(91278, '3298', '205.00', '22', '20.001', '25', '80000000', '82999999', '69000000', '69099999', NULL, 1652955709),
(91279, '3220', '612.00', '3', '20.001', '25', '80000000', '82999999', '69000000', '69099999', NULL, 1652955710),
(91280, '3298', '249.00', '22', '25.001', '30', '80000000', '82999999', '69000000', '69099999', NULL, 1652955711),
(91281, '3220', '744.00', '3', '25.001', '30', '80000000', '82999999', '69000000', '69099999', NULL, 1652955711),
(91282, '3298', '90.00', '29', '0.3', '5', '80000000', '82999999', '69100000', '69299999', NULL, 1652955712),
(91283, '3220', '183.00', '6', '0.3', '5', '80000000', '82999999', '69100000', '69299999', NULL, 1652955712),
(91284, '3298', '133.00', '29', '5.001', '10', '80000000', '82999999', '69100000', '69299999', NULL, 1652955713),
(91285, '3220', '266.00', '6', '5.001', '10', '80000000', '82999999', '69100000', '69299999', NULL, 1652955714),
(91286, '3298', '215.00', '29', '10.001', '15', '80000000', '82999999', '69100000', '69299999', NULL, 1652955714),
(91287, '3220', '430.00', '6', '10.001', '15', '80000000', '82999999', '69100000', '69299999', NULL, 1652955715),
(91288, '3298', '298.00', '29', '15.001', '20', '80000000', '82999999', '69100000', '69299999', NULL, 1652955715),
(91289, '3220', '595.00', '6', '15.001', '20', '80000000', '82999999', '69100000', '69299999', NULL, 1652955716),
(91290, '3298', '380.00', '29', '20.001', '25', '80000000', '82999999', '69100000', '69299999', NULL, 1652955716),
(91291, '3220', '760.00', '6', '20.001', '25', '80000000', '82999999', '69100000', '69299999', NULL, 1652955717),
(91292, '3298', '463.00', '29', '25.001', '30', '80000000', '82999999', '69100000', '69299999', NULL, 1652955718),
(91293, '3220', '925.00', '6', '25.001', '30', '80000000', '82999999', '69100000', '69299999', NULL, 1652955719),
(91294, '3298', '45.00', '22', '0.3', '5', '80000000', '82999999', '69300000', '69339999', NULL, 1652955719),
(91295, '3220', '137.00', '3', '0.3', '5', '80000000', '82999999', '69300000', '69339999', NULL, 1652955720),
(91296, '3298', '71.00', '22', '5.001', '10', '80000000', '82999999', '69300000', '69339999', NULL, 1652955720),
(91297, '3220', '214.00', '3', '5.001', '10', '80000000', '82999999', '69300000', '69339999', NULL, 1652955721),
(91298, '3298', '116.00', '22', '10.001', '15', '80000000', '82999999', '69300000', '69339999', NULL, 1652955721),
(91299, '3220', '346.00', '3', '10.001', '15', '80000000', '82999999', '69300000', '69339999', NULL, 1652955722),
(91300, '3298', '160.00', '22', '15.001', '20', '80000000', '82999999', '69300000', '69339999', NULL, 1652955722),
(91301, '3220', '479.00', '3', '15.001', '20', '80000000', '82999999', '69300000', '69339999', NULL, 1652955723),
(91302, '3298', '205.00', '22', '20.001', '25', '80000000', '82999999', '69300000', '69339999', NULL, 1652955723),
(91303, '3220', '612.00', '3', '20.001', '25', '80000000', '82999999', '69300000', '69339999', NULL, 1652955724),
(91304, '3298', '249.00', '22', '25.001', '30', '80000000', '82999999', '69300000', '69339999', NULL, 1652955725),
(91305, '3220', '744.00', '3', '25.001', '30', '80000000', '82999999', '69300000', '69339999', NULL, 1652955725),
(91306, '3298', '90.00', '29', '0.3', '5', '80000000', '82999999', '69340000', '69389999', NULL, 1652955726),
(91307, '3220', '183.00', '10', '0.3', '5', '80000000', '82999999', '69340000', '69389999', NULL, 1652955726),
(91308, '3298', '133.00', '29', '5.001', '10', '80000000', '82999999', '69340000', '69389999', NULL, 1652955727),
(91309, '3220', '266.00', '10', '5.001', '10', '80000000', '82999999', '69340000', '69389999', NULL, 1652955727),
(91310, '3298', '215.00', '29', '10.001', '15', '80000000', '82999999', '69340000', '69389999', NULL, 1652955728),
(91311, '3220', '430.00', '10', '10.001', '15', '80000000', '82999999', '69340000', '69389999', NULL, 1652955728),
(91312, '3298', '298.00', '29', '15.001', '20', '80000000', '82999999', '69340000', '69389999', NULL, 1652955729),
(91313, '3220', '595.00', '10', '15.001', '20', '80000000', '82999999', '69340000', '69389999', NULL, 1652955730),
(91314, '3298', '380.00', '29', '20.001', '25', '80000000', '82999999', '69340000', '69389999', NULL, 1652955730),
(91315, '3220', '760.00', '10', '20.001', '25', '80000000', '82999999', '69340000', '69389999', NULL, 1652955730),
(91316, '3298', '463.00', '29', '25.001', '30', '80000000', '82999999', '69340000', '69389999', NULL, 1652955731),
(91317, '3220', '925.00', '10', '25.001', '30', '80000000', '82999999', '69340000', '69389999', NULL, 1652955732),
(91318, '3298', '45.00', '10', '0.3', '5', '80000000', '82999999', '69900000', '69920999', NULL, 1652955732),
(91319, '3220', '137.00', '6', '0.3', '5', '80000000', '82999999', '69900000', '69920999', NULL, 1652955733),
(91320, '3298', '71.00', '10', '5.001', '10', '80000000', '82999999', '69900000', '69920999', NULL, 1652955733),
(91321, '3220', '214.00', '6', '5.001', '10', '80000000', '82999999', '69900000', '69920999', NULL, 1652955734),
(91322, '3298', '116.00', '10', '10.001', '15', '80000000', '82999999', '69900000', '69920999', NULL, 1652955735),
(91323, '3220', '346.00', '6', '10.001', '15', '80000000', '82999999', '69900000', '69920999', NULL, 1652955735),
(91324, '3298', '160.00', '10', '15.001', '20', '80000000', '82999999', '69900000', '69920999', NULL, 1652955736),
(91325, '3220', '479.00', '6', '15.001', '20', '80000000', '82999999', '69900000', '69920999', NULL, 1652955736),
(91326, '3298', '205.00', '10', '20.001', '25', '80000000', '82999999', '69900000', '69920999', NULL, 1652955737),
(91327, '3220', '612.00', '6', '20.001', '25', '80000000', '82999999', '69900000', '69920999', NULL, 1652955737),
(91328, '3298', '249.00', '10', '25.001', '30', '80000000', '82999999', '69900000', '69920999', NULL, 1652955738),
(91329, '3220', '744.00', '6', '25.001', '30', '80000000', '82999999', '69900000', '69920999', NULL, 1652955738),
(91330, '3298', '90.00', '13', '0.3', '5', '80000000', '82999999', '69921000', '69999999', NULL, 1652955739),
(91331, '3220', '183.00', '10', '0.3', '5', '80000000', '82999999', '69921000', '69999999', NULL, 1652955740),
(91332, '3298', '133.00', '13', '5.001', '10', '80000000', '82999999', '69921000', '69999999', NULL, 1652955740),
(91333, '3220', '266.00', '10', '5.001', '10', '80000000', '82999999', '69921000', '69999999', NULL, 1652955741),
(91334, '3298', '215.00', '13', '10.001', '15', '80000000', '82999999', '69921000', '69999999', NULL, 1652955742),
(91335, '3220', '430.00', '10', '10.001', '15', '80000000', '82999999', '69921000', '69999999', NULL, 1652955742),
(91336, '3298', '298.00', '13', '15.001', '20', '80000000', '82999999', '69921000', '69999999', NULL, 1652955743),
(91337, '3220', '595.00', '10', '15.001', '20', '80000000', '82999999', '69921000', '69999999', NULL, 1652955743),
(91338, '3298', '380.00', '13', '20.001', '25', '80000000', '82999999', '69921000', '69999999', NULL, 1652955744),
(91339, '3220', '760.00', '10', '20.001', '25', '80000000', '82999999', '69921000', '69999999', NULL, 1652955745),
(91340, '3298', '463.00', '13', '25.001', '30', '80000000', '82999999', '69921000', '69999999', NULL, 1652955745),
(91341, '3220', '925.00', '10', '25.001', '30', '80000000', '82999999', '69921000', '69999999', NULL, 1652955746),
(91342, '3298', '38.00', '6', '0.3', '5', '80000000', '82999999', '71000000', '73699999', NULL, 1652955746),
(91343, '3220', '113.00', '1', '0.3', '5', '80000000', '82999999', '71000000', '73699999', NULL, 1652955747),
(91344, '3298', '58.00', '6', '5.001', '10', '80000000', '82999999', '71000000', '73699999', NULL, 1652955747),
(91345, '3220', '176.00', '1', '5.001', '10', '80000000', '82999999', '71000000', '73699999', NULL, 1652955747),
(91346, '3298', '94.00', '6', '10.001', '15', '80000000', '82999999', '71000000', '73699999', NULL, 1652955748),
(91347, '3220', '286.00', '1', '10.001', '15', '80000000', '82999999', '71000000', '73699999', NULL, 1652955748),
(91348, '3298', '130.00', '6', '15.001', '20', '80000000', '82999999', '71000000', '73699999', NULL, 1652955749),
(91349, '3220', '396.00', '1', '15.001', '20', '80000000', '82999999', '71000000', '73699999', NULL, 1652955749),
(91350, '3298', '166.00', '6', '20.001', '25', '80000000', '82999999', '71000000', '73699999', NULL, 1652955750),
(91351, '3220', '505.00', '1', '20.001', '25', '80000000', '82999999', '71000000', '73699999', NULL, 1652955750),
(91352, '3298', '202.00', '6', '25.001', '30', '80000000', '82999999', '71000000', '73699999', NULL, 1652955751),
(91353, '3220', '615.00', '1', '25.001', '30', '80000000', '82999999', '71000000', '73699999', NULL, 1652955751),
(91354, '3298', '38.00', '7', '0.3', '5', '80000000', '82999999', '72800000', '73999999', NULL, 1652955752),
(91355, '3220', '113.00', '3', '0.3', '5', '80000000', '82999999', '72800000', '73999999', NULL, 1652955752),
(91356, '3298', '58.00', '7', '5.001', '10', '80000000', '82999999', '72800000', '73999999', NULL, 1652955753),
(91357, '3220', '176.00', '3', '5.001', '10', '80000000', '82999999', '72800000', '73999999', NULL, 1652955754),
(91358, '3298', '94.00', '7', '10.001', '15', '80000000', '82999999', '72800000', '73999999', NULL, 1652955754),
(91359, '3220', '286.00', '3', '10.001', '15', '80000000', '82999999', '72800000', '73999999', NULL, 1652955755),
(91360, '3298', '130.00', '7', '15.001', '20', '80000000', '82999999', '72800000', '73999999', NULL, 1652955755),
(91361, '3220', '396.00', '3', '15.001', '20', '80000000', '82999999', '72800000', '73999999', NULL, 1652955756),
(91362, '3298', '166.00', '7', '20.001', '25', '80000000', '82999999', '72800000', '73999999', NULL, 1652955756),
(91363, '3220', '505.00', '3', '20.001', '25', '80000000', '82999999', '72800000', '73999999', NULL, 1652955757),
(91364, '3298', '202.00', '7', '25.001', '30', '80000000', '82999999', '72800000', '73999999', NULL, 1652955757);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(91365, '3220', '615.00', '3', '25.001', '30', '80000000', '82999999', '72800000', '73999999', NULL, 1652955757),
(91366, '3298', '45.00', '6', '0.3', '5', '80000000', '82999999', '74000000', '74894999', NULL, 1652955758),
(91367, '3220', '137.00', '2', '0.3', '5', '80000000', '82999999', '74000000', '74894999', NULL, 1652955759),
(91368, '3298', '71.00', '6', '5.001', '10', '80000000', '82999999', '74000000', '74894999', NULL, 1652955759),
(91369, '3220', '214.00', '2', '5.001', '10', '80000000', '82999999', '74000000', '74894999', NULL, 1652955760),
(91370, '3298', '116.00', '6', '10.001', '15', '80000000', '82999999', '74000000', '74894999', NULL, 1652955760),
(91371, '3220', '346.00', '2', '10.001', '15', '80000000', '82999999', '74000000', '74894999', NULL, 1652955761),
(91372, '3298', '160.00', '6', '15.001', '20', '80000000', '82999999', '74000000', '74894999', NULL, 1652955762),
(91373, '3220', '479.00', '2', '15.001', '20', '80000000', '82999999', '74000000', '74894999', NULL, 1652955762),
(91374, '3298', '205.00', '6', '20.001', '25', '80000000', '82999999', '74000000', '74894999', NULL, 1652955763),
(91375, '3220', '612.00', '2', '20.001', '25', '80000000', '82999999', '74000000', '74894999', NULL, 1652955763),
(91376, '3298', '249.00', '6', '25.001', '30', '80000000', '82999999', '74000000', '74894999', NULL, 1652955764),
(91377, '3220', '744.00', '2', '25.001', '30', '80000000', '82999999', '74000000', '74894999', NULL, 1652955764),
(91378, '3298', '45.00', '6', '0.3', '5', '80000000', '82999999', '74895000', '76799999', NULL, 1652955765),
(91379, '3220', '137.00', '2', '0.3', '5', '80000000', '82999999', '74895000', '76799999', NULL, 1652955766),
(91380, '3298', '71.00', '6', '5.001', '10', '80000000', '82999999', '74895000', '76799999', NULL, 1652955767),
(91381, '3220', '214.00', '2', '5.001', '10', '80000000', '82999999', '74895000', '76799999', NULL, 1652955767),
(91382, '3298', '116.00', '6', '10.001', '15', '80000000', '82999999', '74895000', '76799999', NULL, 1652955767),
(91383, '3220', '346.00', '2', '10.001', '15', '80000000', '82999999', '74895000', '76799999', NULL, 1652955768),
(91384, '3298', '160.00', '6', '15.001', '20', '80000000', '82999999', '74895000', '76799999', NULL, 1652955769),
(91385, '3220', '479.00', '2', '15.001', '20', '80000000', '82999999', '74895000', '76799999', NULL, 1652955769),
(91386, '3298', '205.00', '6', '20.001', '25', '80000000', '82999999', '74895000', '76799999', NULL, 1652955769),
(91387, '3220', '612.00', '2', '20.001', '25', '80000000', '82999999', '74895000', '76799999', NULL, 1652955770),
(91388, '3298', '249.00', '6', '25.001', '30', '80000000', '82999999', '74895000', '76799999', NULL, 1652955771),
(91389, '3220', '744.00', '2', '25.001', '30', '80000000', '82999999', '74895000', '76799999', NULL, 1652955771),
(91390, '3298', '45.00', '7', '0.3', '5', '80000000', '82999999', '77000000', '77270999', NULL, 1652955771),
(91391, '3220', '137.00', '2', '0.3', '5', '80000000', '82999999', '77000000', '77270999', NULL, 1652955772),
(91392, '3298', '71.00', '7', '5.001', '10', '80000000', '82999999', '77000000', '77270999', NULL, 1652955772),
(91393, '3220', '214.00', '2', '5.001', '10', '80000000', '82999999', '77000000', '77270999', NULL, 1652955773),
(91394, '3298', '116.00', '7', '10.001', '15', '80000000', '82999999', '77000000', '77270999', NULL, 1652955774),
(91395, '3220', '346.00', '2', '10.001', '15', '80000000', '82999999', '77000000', '77270999', NULL, 1652955774),
(91396, '3298', '160.00', '7', '15.001', '20', '80000000', '82999999', '77000000', '77270999', NULL, 1652955775),
(91397, '3220', '479.00', '2', '15.001', '20', '80000000', '82999999', '77000000', '77270999', NULL, 1652955775),
(91398, '3298', '205.00', '7', '20.001', '25', '80000000', '82999999', '77000000', '77270999', NULL, 1652955776),
(91399, '3220', '612.00', '2', '20.001', '25', '80000000', '82999999', '77000000', '77270999', NULL, 1652955776),
(91400, '3298', '249.00', '7', '25.001', '30', '80000000', '82999999', '77000000', '77270999', NULL, 1652955776),
(91401, '3220', '744.00', '2', '25.001', '30', '80000000', '82999999', '77000000', '77270999', NULL, 1652955777),
(91402, '3298', '90.00', '7', '0.3', '5', '80000000', '82999999', '77300000', '77995999', NULL, 1652955777),
(91403, '3220', '183.00', '3', '0.3', '5', '80000000', '82999999', '77300000', '77995999', NULL, 1652955778),
(91404, '3298', '133.00', '7', '5.001', '10', '80000000', '82999999', '77300000', '77995999', NULL, 1652955779),
(91405, '3220', '266.00', '3', '5.001', '10', '80000000', '82999999', '77300000', '77995999', NULL, 1652955779),
(91406, '3298', '215.00', '7', '10.001', '15', '80000000', '82999999', '77300000', '77995999', NULL, 1652955780),
(91407, '3220', '430.00', '3', '10.001', '15', '80000000', '82999999', '77300000', '77995999', NULL, 1652955780),
(91408, '3298', '298.00', '7', '15.001', '20', '80000000', '82999999', '77300000', '77995999', NULL, 1652955781),
(91409, '3220', '595.00', '3', '15.001', '20', '80000000', '82999999', '77300000', '77995999', NULL, 1652955782),
(91410, '3298', '380.00', '7', '20.001', '25', '80000000', '82999999', '77300000', '77995999', NULL, 1652955782),
(91411, '3220', '760.00', '3', '20.001', '25', '80000000', '82999999', '77300000', '77995999', NULL, 1652955783),
(91412, '3298', '463.00', '7', '25.001', '30', '80000000', '82999999', '77300000', '77995999', NULL, 1652955783),
(91413, '3220', '925.00', '3', '25.001', '30', '80000000', '82999999', '77300000', '77995999', NULL, 1652955784),
(91414, '3298', '38.00', '10', '0.3', '5', '80000000', '82999999', '78000000', '78109999', NULL, 1652955784),
(91415, '3220', '113.00', '6', '0.3', '5', '80000000', '82999999', '78000000', '78109999', NULL, 1652955785),
(91416, '3298', '58.00', '10', '5.001', '10', '80000000', '82999999', '78000000', '78109999', NULL, 1652955785),
(91417, '3220', '176.00', '6', '5.001', '10', '80000000', '82999999', '78000000', '78109999', NULL, 1652955786),
(91418, '3298', '94.00', '10', '10.001', '15', '80000000', '82999999', '78000000', '78109999', NULL, 1652955786),
(91419, '3220', '286.00', '6', '10.001', '15', '80000000', '82999999', '78000000', '78109999', NULL, 1652955787),
(91420, '3298', '130.00', '10', '15.001', '20', '80000000', '82999999', '78000000', '78109999', NULL, 1652955787),
(91421, '3220', '396.00', '6', '15.001', '20', '80000000', '82999999', '78000000', '78109999', NULL, 1652955787),
(91422, '3298', '166.00', '10', '20.001', '25', '80000000', '82999999', '78000000', '78109999', NULL, 1652955788),
(91423, '3220', '505.00', '6', '20.001', '25', '80000000', '82999999', '78000000', '78109999', NULL, 1652955788),
(91424, '3298', '202.00', '10', '25.001', '30', '80000000', '82999999', '78000000', '78109999', NULL, 1652955789),
(91425, '3220', '615.00', '6', '25.001', '30', '80000000', '82999999', '78000000', '78109999', NULL, 1652955790),
(91426, '3298', '70.00', '9', '0.3', '5', '80000000', '82999999', '78110000', '78899999', NULL, 1652955791),
(91427, '3220', '157.00', '6', '0.3', '5', '80000000', '82999999', '78110000', '78899999', NULL, 1652955791),
(91428, '3298', '106.00', '9', '5.001', '10', '80000000', '82999999', '78110000', '78899999', NULL, 1652955792),
(91429, '3220', '226.00', '6', '5.001', '10', '80000000', '82999999', '78110000', '78899999', NULL, 1652955792),
(91430, '3298', '172.00', '9', '10.001', '15', '80000000', '82999999', '78110000', '78899999', NULL, 1652955793),
(91431, '3220', '367.00', '6', '10.001', '15', '80000000', '82999999', '78110000', '78899999', NULL, 1652955794),
(91432, '3298', '239.00', '9', '15.001', '20', '80000000', '82999999', '78110000', '78899999', NULL, 1652955794),
(91433, '3220', '508.00', '6', '15.001', '20', '80000000', '82999999', '78110000', '78899999', NULL, 1652955794),
(91434, '3298', '305.00', '9', '20.001', '25', '80000000', '82999999', '78110000', '78899999', NULL, 1652955795),
(91435, '3220', '649.00', '6', '20.001', '25', '80000000', '82999999', '78110000', '78899999', NULL, 1652955796),
(91436, '3298', '371.00', '9', '25.001', '30', '80000000', '82999999', '78110000', '78899999', NULL, 1652955796),
(91437, '3220', '789.00', '6', '25.001', '30', '80000000', '82999999', '78110000', '78899999', NULL, 1652955797),
(91438, '3298', '90.00', '11', '0.3', '5', '80000000', '82999999', '78900000', '78930999', NULL, 1652955797),
(91439, '3220', '183.00', '7', '0.3', '5', '80000000', '82999999', '78900000', '78930999', NULL, 1652955798),
(91440, '3298', '133.00', '11', '5.001', '10', '80000000', '82999999', '78900000', '78930999', NULL, 1652955799),
(91441, '3220', '266.00', '7', '5.001', '10', '80000000', '82999999', '78900000', '78930999', NULL, 1652955799),
(91442, '3298', '215.00', '11', '10.001', '15', '80000000', '82999999', '78900000', '78930999', NULL, 1652955799),
(91443, '3220', '430.00', '7', '10.001', '15', '80000000', '82999999', '78900000', '78930999', NULL, 1652955800),
(91444, '3298', '298.00', '11', '15.001', '20', '80000000', '82999999', '78900000', '78930999', NULL, 1652955801),
(91445, '3220', '595.00', '7', '15.001', '20', '80000000', '82999999', '78900000', '78930999', NULL, 1652955801),
(91446, '3298', '380.00', '11', '20.001', '25', '80000000', '82999999', '78900000', '78930999', NULL, 1652955802),
(91447, '3220', '760.00', '7', '20.001', '25', '80000000', '82999999', '78900000', '78930999', NULL, 1652955802),
(91448, '3298', '463.00', '11', '25.001', '30', '80000000', '82999999', '78900000', '78930999', NULL, 1652955803),
(91449, '3220', '925.00', '7', '25.001', '30', '80000000', '82999999', '78900000', '78930999', NULL, 1652955804),
(91450, '3298', '70.00', '11', '0.3', '5', '80000000', '82999999', '78931000', '78999999', NULL, 1652955805),
(91451, '3220', '157.00', '7', '0.3', '5', '80000000', '82999999', '78931000', '78999999', NULL, 1652955805),
(91452, '3298', '106.00', '11', '5.001', '10', '80000000', '82999999', '78931000', '78999999', NULL, 1652955806),
(91453, '3220', '226.00', '7', '5.001', '10', '80000000', '82999999', '78931000', '78999999', NULL, 1652955806),
(91454, '3298', '172.00', '11', '10.001', '15', '80000000', '82999999', '78931000', '78999999', NULL, 1652955807),
(91455, '3220', '367.00', '7', '10.001', '15', '80000000', '82999999', '78931000', '78999999', NULL, 1652955807),
(91456, '3298', '239.00', '11', '15.001', '20', '80000000', '82999999', '78931000', '78999999', NULL, 1652955808),
(91457, '3220', '508.00', '7', '15.001', '20', '80000000', '82999999', '78931000', '78999999', NULL, 1652955808),
(91458, '3298', '305.00', '11', '20.001', '25', '80000000', '82999999', '78931000', '78999999', NULL, 1652955809),
(91459, '3220', '649.00', '7', '20.001', '25', '80000000', '82999999', '78931000', '78999999', NULL, 1652955810),
(91460, '3298', '371.00', '11', '25.001', '30', '80000000', '82999999', '78931000', '78999999', NULL, 1652955810),
(91461, '3220', '789.00', '7', '25.001', '30', '80000000', '82999999', '78931000', '78999999', NULL, 1652955811),
(91462, '3298', '34.00', '5', '0.3', '5', '80000000', '82999999', '79000000', '79129999', NULL, 1652955812),
(91463, '3220', '80.00', '1', '0.3', '5', '80000000', '82999999', '79000000', '79129999', NULL, 1652955812),
(91464, '3298', '50.00', '5', '5.001', '10', '80000000', '82999999', '79000000', '79129999', NULL, 1652955813),
(91465, '3220', '125.00', '1', '5.001', '10', '80000000', '82999999', '79000000', '79129999', NULL, 1652955814),
(91466, '3298', '82.00', '5', '10.001', '15', '80000000', '82999999', '79000000', '79129999', NULL, 1652955814),
(91467, '3220', '203.00', '1', '10.001', '15', '80000000', '82999999', '79000000', '79129999', NULL, 1652955815),
(91468, '3298', '113.00', '5', '15.001', '20', '80000000', '82999999', '79000000', '79129999', NULL, 1652955815),
(91469, '3220', '281.00', '1', '15.001', '20', '80000000', '82999999', '79000000', '79129999', NULL, 1652955816),
(91470, '3298', '145.00', '5', '20.001', '25', '80000000', '82999999', '79000000', '79129999', NULL, 1652955816),
(91471, '3220', '359.00', '1', '20.001', '25', '80000000', '82999999', '79000000', '79129999', NULL, 1652955817),
(91472, '3298', '176.00', '5', '25.001', '30', '80000000', '82999999', '79000000', '79129999', NULL, 1652955818),
(91473, '3220', '437.00', '1', '25.001', '30', '80000000', '82999999', '79000000', '79129999', NULL, 1652955818),
(91474, '3298', '50.00', '9', '0.3', '5', '80000000', '82999999', '79130000', '79999999', NULL, 1652955819),
(91475, '3220', '124.00', '5', '0.3', '5', '80000000', '82999999', '79130000', '79999999', NULL, 1652955819),
(91476, '3298', '83.00', '9', '5.001', '10', '80000000', '82999999', '79130000', '79999999', NULL, 1652955820),
(91477, '3220', '175.00', '5', '5.001', '10', '80000000', '82999999', '79130000', '79999999', NULL, 1652955820),
(91478, '3298', '135.00', '9', '10.001', '15', '80000000', '82999999', '79130000', '79999999', NULL, 1652955821),
(91479, '3220', '283.00', '5', '10.001', '15', '80000000', '82999999', '79130000', '79999999', NULL, 1652955822),
(91480, '3298', '186.00', '9', '15.001', '20', '80000000', '82999999', '79130000', '79999999', NULL, 1652955822),
(91481, '3220', '392.00', '5', '15.001', '20', '80000000', '82999999', '79130000', '79999999', NULL, 1652955823),
(91482, '3298', '238.00', '9', '20.001', '25', '80000000', '82999999', '79130000', '79999999', NULL, 1652955823),
(91483, '3220', '500.00', '5', '20.001', '25', '80000000', '82999999', '79130000', '79999999', NULL, 1652955824),
(91484, '3298', '290.00', '9', '25.001', '30', '80000000', '82999999', '79130000', '79999999', NULL, 1652955825),
(91485, '3220', '609.00', '5', '25.001', '30', '80000000', '82999999', '79130000', '79999999', NULL, 1652955826),
(91486, '3298', '25.00', '5', '0.3', '5', '80000000', '82999999', '80000000', '82999999', NULL, 1652955826),
(91487, '3220', '21.00', '1', '0.3', '5', '80000000', '82999999', '80000000', '82999999', NULL, 1652955827),
(91488, '3298', '31.00', '5', '5.001', '10', '80000000', '82999999', '80000000', '82999999', NULL, 1652955827),
(91489, '3220', '27.00', '1', '5.001', '10', '80000000', '82999999', '80000000', '82999999', NULL, 1652955828),
(91490, '3298', '51.00', '5', '10.001', '15', '80000000', '82999999', '80000000', '82999999', NULL, 1652955829),
(91491, '3220', '44.00', '1', '10.001', '15', '80000000', '82999999', '80000000', '82999999', NULL, 1652955829),
(91492, '3298', '71.00', '5', '15.001', '20', '80000000', '82999999', '80000000', '82999999', NULL, 1652955830),
(91493, '3220', '61.00', '1', '15.001', '20', '80000000', '82999999', '80000000', '82999999', NULL, 1652955830),
(91494, '3298', '91.00', '5', '20.001', '25', '80000000', '82999999', '80000000', '82999999', NULL, 1652955831),
(91495, '3220', '78.00', '1', '20.001', '25', '80000000', '82999999', '80000000', '82999999', NULL, 1652955832),
(91496, '3298', '110.00', '5', '25.001', '30', '80000000', '82999999', '80000000', '82999999', NULL, 1652955832),
(91497, '3220', '95.00', '1', '25.001', '30', '80000000', '82999999', '80000000', '82999999', NULL, 1652955833),
(91498, '3298', '25.00', '5', '0.3', '5', '80000000', '82999999', '80000000', '83800999', NULL, 1652955834),
(91499, '3220', '21.00', '1', '0.3', '5', '80000000', '82999999', '80000000', '83800999', NULL, 1652955834),
(91500, '3298', '31.00', '5', '5.001', '10', '80000000', '82999999', '80000000', '83800999', NULL, 1652955835),
(91501, '3220', '27.00', '1', '5.001', '10', '80000000', '82999999', '80000000', '83800999', NULL, 1652955835),
(91502, '3298', '51.00', '5', '10.001', '15', '80000000', '82999999', '80000000', '83800999', NULL, 1652955836),
(91503, '3220', '44.00', '1', '10.001', '15', '80000000', '82999999', '80000000', '83800999', NULL, 1652955837),
(91504, '3298', '71.00', '5', '15.001', '20', '80000000', '82999999', '80000000', '83800999', NULL, 1652955837),
(91505, '3220', '61.00', '1', '15.001', '20', '80000000', '82999999', '80000000', '83800999', NULL, 1652955838),
(91506, '3298', '91.00', '5', '20.001', '25', '80000000', '82999999', '80000000', '83800999', NULL, 1652955838),
(91507, '3220', '78.00', '1', '20.001', '25', '80000000', '82999999', '80000000', '83800999', NULL, 1652955839),
(91508, '3298', '110.00', '5', '25.001', '30', '80000000', '82999999', '80000000', '83800999', NULL, 1652955840),
(91509, '3220', '95.00', '1', '25.001', '30', '80000000', '82999999', '80000000', '83800999', NULL, 1652955840),
(91510, '3298', '25.00', '5', '0.3', '5', '80000000', '82999999', '83801000', '87999999', NULL, 1652955841),
(91511, '3220', '34.00', '2', '0.3', '5', '80000000', '82999999', '83801000', '87999999', NULL, 1652955841),
(91512, '3298', '31.00', '5', '5.001', '10', '80000000', '82999999', '83801000', '87999999', NULL, 1652955842),
(91513, '3220', '48.00', '2', '5.001', '10', '80000000', '82999999', '83801000', '87999999', NULL, 1652955842),
(91514, '3298', '51.00', '5', '10.001', '15', '80000000', '82999999', '83801000', '87999999', NULL, 1652955843),
(91515, '3220', '78.00', '2', '10.001', '15', '80000000', '82999999', '83801000', '87999999', NULL, 1652955843),
(91516, '3298', '71.00', '5', '15.001', '20', '80000000', '82999999', '83801000', '87999999', NULL, 1652955844),
(91517, '3220', '108.00', '2', '15.001', '20', '80000000', '82999999', '83801000', '87999999', NULL, 1652955845),
(91518, '3298', '91.00', '5', '20.001', '25', '80000000', '82999999', '83801000', '87999999', NULL, 1652955845),
(91519, '3220', '138.00', '2', '20.001', '25', '80000000', '82999999', '83801000', '87999999', NULL, 1652955846),
(91520, '3298', '110.00', '5', '25.001', '30', '80000000', '82999999', '83801000', '87999999', NULL, 1652955846),
(91521, '3220', '168.00', '2', '25.001', '30', '80000000', '82999999', '83801000', '87999999', NULL, 1652955847),
(91522, '3298', '30.00', '5', '0.3', '5', '80000000', '82999999', '88000000', '82999999', NULL, 1652955848),
(91523, '3220', '59.00', '1', '0.3', '5', '80000000', '82999999', '88000000', '82999999', NULL, 1652955848),
(91524, '3298', '44.00', '5', '5.001', '10', '80000000', '82999999', '88000000', '82999999', NULL, 1652955849),
(91525, '3220', '93.00', '1', '5.001', '10', '80000000', '82999999', '88000000', '82999999', NULL, 1652955849),
(91526, '3298', '71.00', '5', '10.001', '15', '80000000', '82999999', '88000000', '82999999', NULL, 1652955849),
(91527, '3220', '150.00', '1', '10.001', '15', '80000000', '82999999', '88000000', '82999999', NULL, 1652955850),
(91528, '3298', '99.00', '5', '15.001', '20', '80000000', '82999999', '88000000', '82999999', NULL, 1652955851),
(91529, '3220', '208.00', '1', '15.001', '20', '80000000', '82999999', '88000000', '82999999', NULL, 1652955851),
(91530, '3298', '126.00', '5', '20.001', '25', '80000000', '82999999', '88000000', '82999999', NULL, 1652955851),
(91531, '3220', '266.00', '1', '20.001', '25', '80000000', '82999999', '88000000', '82999999', NULL, 1652955852),
(91532, '3298', '153.00', '5', '25.001', '30', '80000000', '82999999', '88000000', '82999999', NULL, 1652955853),
(91533, '3220', '324.00', '1', '25.001', '30', '80000000', '82999999', '88000000', '82999999', NULL, 1652955854),
(91534, '3298', '30.00', '5', '0.3', '5', '80000000', '82999999', '88000000', '88469999', NULL, 1652955854),
(91535, '3220', '59.00', '1', '0.3', '5', '80000000', '82999999', '88000000', '88469999', NULL, 1652955855),
(91536, '3298', '44.00', '5', '5.001', '10', '80000000', '82999999', '88000000', '88469999', NULL, 1652955856),
(91537, '3220', '93.00', '1', '5.001', '10', '80000000', '82999999', '88000000', '88469999', NULL, 1652955856),
(91538, '3298', '71.00', '5', '10.001', '15', '80000000', '82999999', '88000000', '88469999', NULL, 1652955856),
(91539, '3220', '150.00', '1', '10.001', '15', '80000000', '82999999', '88000000', '88469999', NULL, 1652955857),
(91540, '3298', '99.00', '5', '15.001', '20', '80000000', '82999999', '88000000', '88469999', NULL, 1652955857),
(91541, '3220', '208.00', '1', '15.001', '20', '80000000', '82999999', '88000000', '88469999', NULL, 1652955858),
(91542, '3298', '126.00', '5', '20.001', '25', '80000000', '82999999', '88000000', '88469999', NULL, 1652955858),
(91543, '3220', '266.00', '1', '20.001', '25', '80000000', '82999999', '88000000', '88469999', NULL, 1652955859),
(91544, '3298', '153.00', '5', '25.001', '30', '80000000', '82999999', '88000000', '88469999', NULL, 1652955859),
(91545, '3220', '324.00', '1', '25.001', '30', '80000000', '82999999', '88000000', '88469999', NULL, 1652955859),
(91546, '3298', '38.00', '6', '0.3', '5', '80000000', '82999999', '88470000', '89999999', NULL, 1652955860),
(91547, '3220', '85.00', '2', '0.3', '5', '80000000', '82999999', '88470000', '89999999', NULL, 1652955861),
(91548, '3298', '63.00', '6', '5.001', '10', '80000000', '82999999', '88470000', '89999999', NULL, 1652955861),
(91549, '3220', '118.00', '2', '5.001', '10', '80000000', '82999999', '88470000', '89999999', NULL, 1652955861),
(91550, '3298', '103.00', '6', '10.001', '15', '80000000', '82999999', '88470000', '89999999', NULL, 1652955862),
(91551, '3220', '192.00', '2', '10.001', '15', '80000000', '82999999', '88470000', '89999999', NULL, 1652955863),
(91552, '3298', '142.00', '6', '15.001', '20', '80000000', '82999999', '88470000', '89999999', NULL, 1652955864),
(91553, '3220', '266.00', '2', '15.001', '20', '80000000', '82999999', '88470000', '89999999', NULL, 1652955864),
(91554, '3298', '182.00', '6', '20.001', '25', '80000000', '82999999', '88470000', '89999999', NULL, 1652955865),
(91555, '3220', '339.00', '2', '20.001', '25', '80000000', '82999999', '88470000', '89999999', NULL, 1652955865),
(91556, '3298', '221.00', '6', '25.001', '30', '80000000', '82999999', '88470000', '89999999', NULL, 1652955866),
(91557, '3220', '413.00', '2', '25.001', '30', '80000000', '82999999', '88470000', '89999999', NULL, 1652955866),
(91558, '3298', '30.00', '6', '0.3', '5', '80000000', '82999999', '90000000', '91999999', NULL, 1652955867),
(91559, '3220', '59.00', '1', '0.3', '5', '80000000', '82999999', '90000000', '91999999', NULL, 1652955867),
(91560, '3298', '44.00', '6', '5.001', '10', '80000000', '82999999', '90000000', '91999999', NULL, 1652955868),
(91561, '3220', '93.00', '1', '5.001', '10', '80000000', '82999999', '90000000', '91999999', NULL, 1652955868),
(91562, '3298', '71.00', '6', '10.001', '15', '80000000', '82999999', '90000000', '91999999', NULL, 1652955868),
(91563, '3220', '150.00', '1', '10.001', '15', '80000000', '82999999', '90000000', '91999999', NULL, 1652955869),
(91564, '3298', '99.00', '6', '15.001', '20', '80000000', '82999999', '90000000', '91999999', NULL, 1652955869),
(91565, '3220', '208.00', '1', '15.001', '20', '80000000', '82999999', '90000000', '91999999', NULL, 1652955870),
(91566, '3298', '126.00', '6', '20.001', '25', '80000000', '82999999', '90000000', '91999999', NULL, 1652955870),
(91567, '3220', '266.00', '1', '20.001', '25', '80000000', '82999999', '90000000', '91999999', NULL, 1652955870),
(91568, '3298', '153.00', '6', '25.001', '30', '80000000', '82999999', '90000000', '91999999', NULL, 1652955871),
(91569, '3220', '324.00', '1', '25.001', '30', '80000000', '82999999', '90000000', '91999999', NULL, 1652955871),
(91570, '3298', '30.00', '6', '0.3', '5', '80000000', '82999999', '90000000', '94900999', NULL, 1652955872),
(91571, '3220', '59.00', '2', '0.3', '5', '80000000', '82999999', '90000000', '94900999', NULL, 1652955873),
(91572, '3298', '44.00', '6', '5.001', '10', '80000000', '82999999', '90000000', '94900999', NULL, 1652955873),
(91573, '3220', '93.00', '2', '5.001', '10', '80000000', '82999999', '90000000', '94900999', NULL, 1652955874),
(91574, '3298', '71.00', '6', '10.001', '15', '80000000', '82999999', '90000000', '94900999', NULL, 1652955875),
(91575, '3220', '150.00', '2', '10.001', '15', '80000000', '82999999', '90000000', '94900999', NULL, 1652955875),
(91576, '3298', '99.00', '6', '15.001', '20', '80000000', '82999999', '90000000', '94900999', NULL, 1652955875),
(91577, '3220', '208.00', '2', '15.001', '20', '80000000', '82999999', '90000000', '94900999', NULL, 1652955876),
(91578, '3298', '126.00', '6', '20.001', '25', '80000000', '82999999', '90000000', '94900999', NULL, 1652955876),
(91579, '3220', '266.00', '2', '20.001', '25', '80000000', '82999999', '90000000', '94900999', NULL, 1652955876),
(91580, '3298', '153.00', '6', '25.001', '30', '80000000', '82999999', '90000000', '94900999', NULL, 1652955877),
(91581, '3220', '324.00', '2', '25.001', '30', '80000000', '82999999', '90000000', '94900999', NULL, 1652955877),
(91582, '3298', '44.00', '10', '0.3', '5', '80000000', '82999999', '94901000', '99999999', NULL, 1652955878),
(91583, '3220', '102.00', '6', '0.3', '5', '80000000', '82999999', '94901000', '99999999', NULL, 1652955879),
(91584, '3298', '74.00', '10', '5.001', '10', '80000000', '82999999', '94901000', '99999999', NULL, 1652955879),
(91585, '3220', '141.00', '6', '5.001', '10', '80000000', '82999999', '94901000', '99999999', NULL, 1652955880),
(91586, '3298', '120.00', '10', '10.001', '15', '80000000', '82999999', '94901000', '99999999', NULL, 1652955880),
(91587, '3220', '229.00', '6', '10.001', '15', '80000000', '82999999', '94901000', '99999999', NULL, 1652955881),
(91588, '3298', '166.00', '10', '15.001', '20', '80000000', '82999999', '94901000', '99999999', NULL, 1652955881),
(91589, '3220', '316.00', '6', '15.001', '20', '80000000', '82999999', '94901000', '99999999', NULL, 1652955882),
(91590, '3298', '212.00', '10', '20.001', '25', '80000000', '82999999', '94901000', '99999999', NULL, 1652955882),
(91591, '3220', '404.00', '6', '20.001', '25', '80000000', '82999999', '94901000', '99999999', NULL, 1652955882),
(91592, '3298', '258.00', '10', '25.001', '30', '80000000', '82999999', '94901000', '99999999', NULL, 1652955883),
(91593, '3220', '492.00', '6', '25.001', '30', '80000000', '82999999', '94901000', '99999999', NULL, 1652955884),
(91594, '3298', '30.00', '6', '0.3', '5', '80000000', '83800999', '01000000', '08499999', NULL, 1652955884),
(91595, '3220', '59.00', '1', '0.3', '5', '80000000', '83800999', '01000000', '08499999', NULL, 1652955885),
(91596, '3298', '44.00', '6', '5.001', '10', '80000000', '83800999', '01000000', '08499999', NULL, 1652955886),
(91597, '3220', '93.00', '1', '5.001', '10', '80000000', '83800999', '01000000', '08499999', NULL, 1652955886),
(91598, '3298', '71.00', '6', '10.001', '15', '80000000', '83800999', '01000000', '08499999', NULL, 1652955887),
(91599, '3220', '150.00', '1', '10.001', '15', '80000000', '83800999', '01000000', '08499999', NULL, 1652955888),
(91600, '3298', '99.00', '6', '15.001', '20', '80000000', '83800999', '01000000', '08499999', NULL, 1652955888),
(91601, '3220', '208.00', '1', '15.001', '20', '80000000', '83800999', '01000000', '08499999', NULL, 1652955889),
(91602, '3298', '126.00', '6', '20.001', '25', '80000000', '83800999', '01000000', '08499999', NULL, 1652955889),
(91603, '3220', '266.00', '1', '20.001', '25', '80000000', '83800999', '01000000', '08499999', NULL, 1652955890),
(91604, '3298', '153.00', '6', '25.001', '30', '80000000', '83800999', '01000000', '08499999', NULL, 1652955891),
(91605, '3220', '324.00', '1', '25.001', '30', '80000000', '83800999', '01000000', '08499999', NULL, 1652955891),
(91606, '3298', '30.00', '6', '0.3', '5', '80000000', '83800999', '06000000', '09999999', NULL, 1652955892),
(91607, '3220', '59.00', '1', '0.3', '5', '80000000', '83800999', '06000000', '09999999', NULL, 1652955892),
(91608, '3298', '44.00', '6', '5.001', '10', '80000000', '83800999', '06000000', '09999999', NULL, 1652955893),
(91609, '3220', '93.00', '1', '5.001', '10', '80000000', '83800999', '06000000', '09999999', NULL, 1652955893),
(91610, '3298', '71.00', '6', '10.001', '15', '80000000', '83800999', '06000000', '09999999', NULL, 1652955894),
(91611, '3220', '150.00', '1', '10.001', '15', '80000000', '83800999', '06000000', '09999999', NULL, 1652955894),
(91612, '3298', '99.00', '6', '15.001', '20', '80000000', '83800999', '06000000', '09999999', NULL, 1652955895),
(91613, '3220', '208.00', '1', '15.001', '20', '80000000', '83800999', '06000000', '09999999', NULL, 1652955896),
(91614, '3298', '126.00', '6', '20.001', '25', '80000000', '83800999', '06000000', '09999999', NULL, 1652955896),
(91615, '3220', '266.00', '1', '20.001', '25', '80000000', '83800999', '06000000', '09999999', NULL, 1652955897),
(91616, '3298', '153.00', '6', '25.001', '30', '80000000', '83800999', '06000000', '09999999', NULL, 1652955898),
(91617, '3220', '324.00', '1', '25.001', '30', '80000000', '83800999', '06000000', '09999999', NULL, 1652955898),
(91618, '3298', '30.00', '6', '0.3', '5', '80000000', '83800999', '11000000', '11999999', NULL, 1652955899),
(91619, '3220', '59.00', '1', '0.3', '5', '80000000', '83800999', '11000000', '11999999', NULL, 1652955899),
(91620, '3298', '44.00', '6', '5.001', '10', '80000000', '83800999', '11000000', '11999999', NULL, 1652955900),
(91621, '3220', '93.00', '1', '5.001', '10', '80000000', '83800999', '11000000', '11999999', NULL, 1652955901),
(91622, '3298', '71.00', '6', '10.001', '15', '80000000', '83800999', '11000000', '11999999', NULL, 1652955901),
(91623, '3220', '150.00', '1', '10.001', '15', '80000000', '83800999', '11000000', '11999999', NULL, 1652955901),
(91624, '3298', '99.00', '6', '15.001', '20', '80000000', '83800999', '11000000', '11999999', NULL, 1652955902),
(91625, '3220', '208.00', '1', '15.001', '20', '80000000', '83800999', '11000000', '11999999', NULL, 1652955903),
(91626, '3298', '126.00', '6', '20.001', '25', '80000000', '83800999', '11000000', '11999999', NULL, 1652955903),
(91627, '3220', '266.00', '1', '20.001', '25', '80000000', '83800999', '11000000', '11999999', NULL, 1652955904),
(91628, '3298', '153.00', '6', '25.001', '30', '80000000', '83800999', '11000000', '11999999', NULL, 1652955904),
(91629, '3220', '324.00', '1', '25.001', '30', '80000000', '83800999', '11000000', '11999999', NULL, 1652955905),
(91630, '3298', '30.00', '6', '0.3', '5', '80000000', '83800999', '12000000', '19999999', NULL, 1652955906),
(91631, '3220', '59.00', '2', '0.3', '5', '80000000', '83800999', '12000000', '19999999', NULL, 1652955906),
(91632, '3298', '44.00', '6', '5.001', '10', '80000000', '83800999', '12000000', '19999999', NULL, 1652955907),
(91633, '3220', '93.00', '2', '5.001', '10', '80000000', '83800999', '12000000', '19999999', NULL, 1652955907),
(91634, '3298', '71.00', '6', '10.001', '15', '80000000', '83800999', '12000000', '19999999', NULL, 1652955908),
(91635, '3220', '150.00', '2', '10.001', '15', '80000000', '83800999', '12000000', '19999999', NULL, 1652955909),
(91636, '3298', '99.00', '6', '15.001', '20', '80000000', '83800999', '12000000', '19999999', NULL, 1652955909),
(91637, '3220', '208.00', '2', '15.001', '20', '80000000', '83800999', '12000000', '19999999', NULL, 1652955910),
(91638, '3298', '126.00', '6', '20.001', '25', '80000000', '83800999', '12000000', '19999999', NULL, 1652955911),
(91639, '3220', '266.00', '2', '20.001', '25', '80000000', '83800999', '12000000', '19999999', NULL, 1652955911),
(91640, '3298', '153.00', '6', '25.001', '30', '80000000', '83800999', '12000000', '19999999', NULL, 1652955912),
(91641, '3220', '324.00', '2', '25.001', '30', '80000000', '83800999', '12000000', '19999999', NULL, 1652955912),
(91642, '3298', '50.00', '9', '0.3', '5', '80000000', '83800999', '26601000', '28999999', NULL, 1652955925),
(91643, '3220', '124.00', '5', '0.3', '5', '80000000', '83800999', '26601000', '28999999', NULL, 1652955926),
(91644, '3298', '83.00', '9', '5.001', '10', '80000000', '83800999', '26601000', '28999999', NULL, 1652955927),
(91645, '3220', '175.00', '5', '5.001', '10', '80000000', '83800999', '26601000', '28999999', NULL, 1652955927),
(91646, '3298', '135.00', '9', '10.001', '15', '80000000', '83800999', '26601000', '28999999', NULL, 1652955928),
(91647, '3220', '283.00', '5', '10.001', '15', '80000000', '83800999', '26601000', '28999999', NULL, 1652955929),
(91648, '3298', '186.00', '9', '15.001', '20', '80000000', '83800999', '26601000', '28999999', NULL, 1652955929),
(91649, '3220', '392.00', '5', '15.001', '20', '80000000', '83800999', '26601000', '28999999', NULL, 1652955930),
(91650, '3298', '238.00', '9', '20.001', '25', '80000000', '83800999', '26601000', '28999999', NULL, 1652955930),
(91651, '3220', '500.00', '5', '20.001', '25', '80000000', '83800999', '26601000', '28999999', NULL, 1652955931),
(91652, '3298', '290.00', '9', '25.001', '30', '80000000', '83800999', '26601000', '28999999', NULL, 1652955931),
(91653, '3220', '609.00', '5', '25.001', '30', '80000000', '83800999', '26601000', '28999999', NULL, 1652955932),
(91654, '3298', '38.00', '6', '0.3', '5', '80000000', '83800999', '29000000', '29099999', NULL, 1652955933),
(91655, '3220', '113.00', '1', '0.3', '5', '80000000', '83800999', '29000000', '29099999', NULL, 1652955933),
(91656, '3298', '58.00', '6', '5.001', '10', '80000000', '83800999', '29000000', '29099999', NULL, 1652955934),
(91657, '3220', '176.00', '1', '5.001', '10', '80000000', '83800999', '29000000', '29099999', NULL, 1652955935),
(91658, '3298', '94.00', '6', '10.001', '15', '80000000', '83800999', '29000000', '29099999', NULL, 1652955935),
(91659, '3220', '286.00', '1', '10.001', '15', '80000000', '83800999', '29000000', '29099999', NULL, 1652955936),
(91660, '3298', '130.00', '6', '15.001', '20', '80000000', '83800999', '29000000', '29099999', NULL, 1652955937),
(91661, '3220', '396.00', '1', '15.001', '20', '80000000', '83800999', '29000000', '29099999', NULL, 1652955937),
(91662, '3298', '166.00', '6', '20.001', '25', '80000000', '83800999', '29000000', '29099999', NULL, 1652955938),
(91663, '3220', '505.00', '1', '20.001', '25', '80000000', '83800999', '29000000', '29099999', NULL, 1652955938),
(91664, '3298', '202.00', '6', '25.001', '30', '80000000', '83800999', '29000000', '29099999', NULL, 1652955939),
(91665, '3220', '615.00', '1', '25.001', '30', '80000000', '83800999', '29000000', '29099999', NULL, 1652955939),
(91666, '3298', '70.00', '8', '0.3', '5', '80000000', '83800999', '29100000', '29999999', NULL, 1652955940),
(91667, '3220', '157.00', '4', '0.3', '5', '80000000', '83800999', '29100000', '29999999', NULL, 1652955941),
(91668, '3298', '106.00', '8', '5.001', '10', '80000000', '83800999', '29100000', '29999999', NULL, 1652955942),
(91669, '3220', '226.00', '4', '5.001', '10', '80000000', '83800999', '29100000', '29999999', NULL, 1652955942),
(91670, '3298', '172.00', '8', '10.001', '15', '80000000', '83800999', '29100000', '29999999', NULL, 1652955943),
(91671, '3220', '367.00', '4', '10.001', '15', '80000000', '83800999', '29100000', '29999999', NULL, 1652955944),
(91672, '3298', '239.00', '8', '15.001', '20', '80000000', '83800999', '29100000', '29999999', NULL, 1652955944),
(91673, '3220', '508.00', '4', '15.001', '20', '80000000', '83800999', '29100000', '29999999', NULL, 1652955945),
(91674, '3298', '305.00', '8', '20.001', '25', '80000000', '83800999', '29100000', '29999999', NULL, 1652955946),
(91675, '3220', '649.00', '4', '20.001', '25', '80000000', '83800999', '29100000', '29999999', NULL, 1652955946),
(91676, '3298', '371.00', '8', '25.001', '30', '80000000', '83800999', '29100000', '29999999', NULL, 1652955947),
(91677, '3220', '789.00', '4', '25.001', '30', '80000000', '83800999', '29100000', '29999999', NULL, 1652955947),
(91678, '3298', '34.00', '5', '0.3', '5', '80000000', '83800999', '30000000', '31999999', NULL, 1652955948),
(91679, '3220', '80.00', '1', '0.3', '5', '80000000', '83800999', '30000000', '31999999', NULL, 1652955948),
(91680, '3298', '50.00', '5', '5.001', '10', '80000000', '83800999', '30000000', '31999999', NULL, 1652955949),
(91681, '3220', '125.00', '1', '5.001', '10', '80000000', '83800999', '30000000', '31999999', NULL, 1652955950),
(91682, '3298', '82.00', '5', '10.001', '15', '80000000', '83800999', '30000000', '31999999', NULL, 1652955950),
(91683, '3220', '203.00', '1', '10.001', '15', '80000000', '83800999', '30000000', '31999999', NULL, 1652955951),
(91684, '3298', '113.00', '5', '15.001', '20', '80000000', '83800999', '30000000', '31999999', NULL, 1652955952),
(91685, '3220', '281.00', '1', '15.001', '20', '80000000', '83800999', '30000000', '31999999', NULL, 1652955952),
(91686, '3298', '145.00', '5', '20.001', '25', '80000000', '83800999', '30000000', '31999999', NULL, 1652955953),
(91687, '3220', '359.00', '1', '20.001', '25', '80000000', '83800999', '30000000', '31999999', NULL, 1652955953),
(91688, '3298', '176.00', '5', '25.001', '30', '80000000', '83800999', '30000000', '31999999', NULL, 1652955953),
(91689, '3220', '437.00', '1', '25.001', '30', '80000000', '83800999', '30000000', '31999999', NULL, 1652955954),
(91690, '3298', '34.00', '5', '0.3', '5', '80000000', '83800999', '30000000', '34999999', NULL, 1652955955),
(91691, '3220', '80.00', '1', '0.3', '5', '80000000', '83800999', '30000000', '34999999', NULL, 1652955956),
(91692, '3298', '50.00', '5', '5.001', '10', '80000000', '83800999', '30000000', '34999999', NULL, 1652955956),
(91693, '3220', '125.00', '1', '5.001', '10', '80000000', '83800999', '30000000', '34999999', NULL, 1652955957),
(91694, '3298', '82.00', '5', '10.001', '15', '80000000', '83800999', '30000000', '34999999', NULL, 1652955957),
(91695, '3220', '203.00', '1', '10.001', '15', '80000000', '83800999', '30000000', '34999999', NULL, 1652955958),
(91696, '3298', '113.00', '5', '15.001', '20', '80000000', '83800999', '30000000', '34999999', NULL, 1652955959),
(91697, '3220', '281.00', '1', '15.001', '20', '80000000', '83800999', '30000000', '34999999', NULL, 1652955959),
(91698, '3298', '145.00', '5', '20.001', '25', '80000000', '83800999', '30000000', '34999999', NULL, 1652955959),
(91699, '3220', '359.00', '1', '20.001', '25', '80000000', '83800999', '30000000', '34999999', NULL, 1652955960),
(91700, '3298', '176.00', '5', '25.001', '30', '80000000', '83800999', '30000000', '34999999', NULL, 1652955960),
(91701, '3220', '437.00', '1', '25.001', '30', '80000000', '83800999', '30000000', '34999999', NULL, 1652955961),
(91702, '3298', '50.00', '8', '0.3', '5', '80000000', '83800999', '35000000', '39999999', NULL, 1652955961),
(91703, '3220', '124.00', '4', '0.3', '5', '80000000', '83800999', '35000000', '39999999', NULL, 1652955962),
(91704, '3298', '83.00', '8', '5.001', '10', '80000000', '83800999', '35000000', '39999999', NULL, 1652955962),
(91705, '3220', '175.00', '4', '5.001', '10', '80000000', '83800999', '35000000', '39999999', NULL, 1652955963),
(91706, '3298', '135.00', '8', '10.001', '15', '80000000', '83800999', '35000000', '39999999', NULL, 1652955964),
(91707, '3220', '283.00', '4', '10.001', '15', '80000000', '83800999', '35000000', '39999999', NULL, 1652955964),
(91708, '3298', '186.00', '8', '15.001', '20', '80000000', '83800999', '35000000', '39999999', NULL, 1652955965),
(91709, '3220', '392.00', '4', '15.001', '20', '80000000', '83800999', '35000000', '39999999', NULL, 1652955965),
(91710, '3298', '238.00', '8', '20.001', '25', '80000000', '83800999', '35000000', '39999999', NULL, 1652955966),
(91711, '3220', '500.00', '4', '20.001', '25', '80000000', '83800999', '35000000', '39999999', NULL, 1652955966),
(91712, '3298', '290.00', '8', '25.001', '30', '80000000', '83800999', '35000000', '39999999', NULL, 1652955967),
(91713, '3220', '609.00', '4', '25.001', '30', '80000000', '83800999', '35000000', '39999999', NULL, 1652955968),
(91714, '3298', '45.00', '6', '0.3', '5', '80000000', '83800999', '40000000', '41999999', NULL, 1652955968),
(91715, '3220', '137.00', '1', '0.3', '5', '80000000', '83800999', '40000000', '41999999', NULL, 1652955969),
(91716, '3298', '71.00', '6', '5.001', '10', '80000000', '83800999', '40000000', '41999999', NULL, 1652955969),
(91717, '3220', '214.00', '1', '5.001', '10', '80000000', '83800999', '40000000', '41999999', NULL, 1652955969),
(91718, '3298', '116.00', '6', '10.001', '15', '80000000', '83800999', '40000000', '41999999', NULL, 1652955970),
(91719, '3220', '346.00', '1', '10.001', '15', '80000000', '83800999', '40000000', '41999999', NULL, 1652955971),
(91720, '3298', '160.00', '6', '15.001', '20', '80000000', '83800999', '40000000', '41999999', NULL, 1652955971),
(91721, '3220', '479.00', '1', '15.001', '20', '80000000', '83800999', '40000000', '41999999', NULL, 1652955972),
(91722, '3298', '205.00', '6', '20.001', '25', '80000000', '83800999', '40000000', '41999999', NULL, 1652955972),
(91723, '3220', '612.00', '1', '20.001', '25', '80000000', '83800999', '40000000', '41999999', NULL, 1652955973),
(91724, '3298', '249.00', '6', '25.001', '30', '80000000', '83800999', '40000000', '41999999', NULL, 1652955974),
(91725, '3220', '744.00', '1', '25.001', '30', '80000000', '83800999', '40000000', '41999999', NULL, 1652955974),
(91726, '3298', '45.00', '6', '0.3', '5', '80000000', '83800999', '40000000', '44470999', NULL, 1652955974),
(91727, '3220', '137.00', '1', '0.3', '5', '80000000', '83800999', '40000000', '44470999', NULL, 1652955975),
(91728, '3298', '71.00', '6', '5.001', '10', '80000000', '83800999', '40000000', '44470999', NULL, 1652955975),
(91729, '3220', '214.00', '1', '5.001', '10', '80000000', '83800999', '40000000', '44470999', NULL, 1652955976),
(91730, '3298', '116.00', '6', '10.001', '15', '80000000', '83800999', '40000000', '44470999', NULL, 1652955976),
(91731, '3220', '346.00', '1', '10.001', '15', '80000000', '83800999', '40000000', '44470999', NULL, 1652955977),
(91732, '3298', '160.00', '6', '15.001', '20', '80000000', '83800999', '40000000', '44470999', NULL, 1652955978),
(91733, '3220', '479.00', '1', '15.001', '20', '80000000', '83800999', '40000000', '44470999', NULL, 1652955978),
(91734, '3298', '205.00', '6', '20.001', '25', '80000000', '83800999', '40000000', '44470999', NULL, 1652955979),
(91735, '3220', '612.00', '1', '20.001', '25', '80000000', '83800999', '40000000', '44470999', NULL, 1652955980),
(91736, '3298', '249.00', '6', '25.001', '30', '80000000', '83800999', '40000000', '44470999', NULL, 1652955980),
(91737, '3220', '744.00', '1', '25.001', '30', '80000000', '83800999', '40000000', '44470999', NULL, 1652955981),
(91738, '3298', '78.00', '6', '0.3', '5', '80000000', '83800999', '44471000', '48999999', NULL, 1652955981),
(91739, '3220', '154.00', '2', '0.3', '5', '80000000', '83800999', '44471000', '48999999', NULL, 1652955982),
(91740, '3298', '114.00', '6', '5.001', '10', '80000000', '83800999', '44471000', '48999999', NULL, 1652955982),
(91741, '3220', '223.00', '2', '5.001', '10', '80000000', '83800999', '44471000', '48999999', NULL, 1652955983),
(91742, '3298', '185.00', '6', '10.001', '15', '80000000', '83800999', '44471000', '48999999', NULL, 1652955983),
(91743, '3220', '361.00', '2', '10.001', '15', '80000000', '83800999', '44471000', '48999999', NULL, 1652955984),
(91744, '3298', '256.00', '6', '15.001', '20', '80000000', '83800999', '44471000', '48999999', NULL, 1652955985),
(91745, '3220', '500.00', '2', '15.001', '20', '80000000', '83800999', '44471000', '48999999', NULL, 1652955985),
(91746, '3298', '327.00', '6', '20.001', '25', '80000000', '83800999', '44471000', '48999999', NULL, 1652955986),
(91747, '3220', '638.00', '2', '20.001', '25', '80000000', '83800999', '44471000', '48999999', NULL, 1652955987),
(91748, '3298', '398.00', '6', '25.001', '30', '80000000', '83800999', '44471000', '48999999', NULL, 1652955987),
(91749, '3220', '777.00', '2', '25.001', '30', '80000000', '83800999', '44471000', '48999999', NULL, 1652955988),
(91750, '3298', '45.00', '8', '0.3', '5', '80000000', '83800999', '49000000', '49099999', NULL, 1652955988),
(91751, '3220', '137.00', '2', '0.3', '5', '80000000', '83800999', '49000000', '49099999', NULL, 1652955989),
(91752, '3298', '71.00', '8', '5.001', '10', '80000000', '83800999', '49000000', '49099999', NULL, 1652955989),
(91753, '3220', '214.00', '2', '5.001', '10', '80000000', '83800999', '49000000', '49099999', NULL, 1652955990),
(91754, '3298', '116.00', '8', '10.001', '15', '80000000', '83800999', '49000000', '49099999', NULL, 1652955990),
(91755, '3220', '346.00', '2', '10.001', '15', '80000000', '83800999', '49000000', '49099999', NULL, 1652955991),
(91756, '3298', '160.00', '8', '15.001', '20', '80000000', '83800999', '49000000', '49099999', NULL, 1652955992),
(91757, '3220', '479.00', '2', '15.001', '20', '80000000', '83800999', '49000000', '49099999', NULL, 1652955992),
(91758, '3298', '205.00', '8', '20.001', '25', '80000000', '83800999', '49000000', '49099999', NULL, 1652955992),
(91759, '3220', '612.00', '2', '20.001', '25', '80000000', '83800999', '49000000', '49099999', NULL, 1652955993),
(91760, '3298', '249.00', '8', '25.001', '30', '80000000', '83800999', '49000000', '49099999', NULL, 1652955994),
(91761, '3220', '744.00', '2', '25.001', '30', '80000000', '83800999', '49000000', '49099999', NULL, 1652955994),
(91762, '3298', '90.00', '11', '0.3', '5', '80000000', '83800999', '49100000', '49999999', NULL, 1652955995),
(91763, '3220', '183.00', '5', '0.3', '5', '80000000', '83800999', '49100000', '49999999', NULL, 1652955995),
(91764, '3298', '133.00', '11', '5.001', '10', '80000000', '83800999', '49100000', '49999999', NULL, 1652955996),
(91765, '3220', '266.00', '5', '5.001', '10', '80000000', '83800999', '49100000', '49999999', NULL, 1652955996),
(91766, '3298', '215.00', '11', '10.001', '15', '80000000', '83800999', '49100000', '49999999', NULL, 1652955997),
(91767, '3220', '430.00', '5', '10.001', '15', '80000000', '83800999', '49100000', '49999999', NULL, 1652955998),
(91768, '3298', '298.00', '11', '15.001', '20', '80000000', '83800999', '49100000', '49999999', NULL, 1652955998),
(91769, '3220', '595.00', '5', '15.001', '20', '80000000', '83800999', '49100000', '49999999', NULL, 1652955999),
(91770, '3298', '380.00', '11', '20.001', '25', '80000000', '83800999', '49100000', '49999999', NULL, 1652955999),
(91771, '3220', '760.00', '5', '20.001', '25', '80000000', '83800999', '49100000', '49999999', NULL, 1652956000),
(91772, '3298', '463.00', '11', '25.001', '30', '80000000', '83800999', '49100000', '49999999', NULL, 1652956001),
(91773, '3220', '925.00', '5', '25.001', '30', '80000000', '83800999', '49100000', '49999999', NULL, 1652956001),
(91774, '3298', '45.00', '7', '0.3', '5', '80000000', '83800999', '50000000', '52999999', NULL, 1652956002),
(91775, '3220', '137.00', '2', '0.3', '5', '80000000', '83800999', '50000000', '52999999', NULL, 1652956003),
(91776, '3298', '71.00', '7', '5.001', '10', '80000000', '83800999', '50000000', '52999999', NULL, 1652956003),
(91777, '3220', '214.00', '2', '5.001', '10', '80000000', '83800999', '50000000', '52999999', NULL, 1652956004),
(91778, '3298', '116.00', '7', '10.001', '15', '80000000', '83800999', '50000000', '52999999', NULL, 1652956004),
(91779, '3220', '346.00', '2', '10.001', '15', '80000000', '83800999', '50000000', '52999999', NULL, 1652956005),
(91780, '3298', '160.00', '7', '15.001', '20', '80000000', '83800999', '50000000', '52999999', NULL, 1652956005),
(91781, '3220', '479.00', '2', '15.001', '20', '80000000', '83800999', '50000000', '52999999', NULL, 1652956006),
(91782, '3298', '205.00', '7', '20.001', '25', '80000000', '83800999', '50000000', '52999999', NULL, 1652956006),
(91783, '3220', '612.00', '2', '20.001', '25', '80000000', '83800999', '50000000', '52999999', NULL, 1652956007),
(91784, '3298', '249.00', '7', '25.001', '30', '80000000', '83800999', '50000000', '52999999', NULL, 1652956007),
(91785, '3220', '744.00', '2', '25.001', '30', '80000000', '83800999', '50000000', '52999999', NULL, 1652956008),
(91786, '3298', '45.00', '7', '0.3', '5', '80000000', '83800999', '50000000', '54999999', NULL, 1652956009),
(91787, '3220', '137.00', '2', '0.3', '5', '80000000', '83800999', '50000000', '54999999', NULL, 1652956009),
(91788, '3298', '71.00', '7', '5.001', '10', '80000000', '83800999', '50000000', '54999999', NULL, 1652956010),
(91789, '3220', '214.00', '2', '5.001', '10', '80000000', '83800999', '50000000', '54999999', NULL, 1652956011),
(91790, '3298', '116.00', '7', '10.001', '15', '80000000', '83800999', '50000000', '54999999', NULL, 1652956011),
(91791, '3220', '346.00', '2', '10.001', '15', '80000000', '83800999', '50000000', '54999999', NULL, 1652956011),
(91792, '3298', '160.00', '7', '15.001', '20', '80000000', '83800999', '50000000', '54999999', NULL, 1652956012),
(91793, '3220', '479.00', '2', '15.001', '20', '80000000', '83800999', '50000000', '54999999', NULL, 1652956012),
(91794, '3298', '205.00', '7', '20.001', '25', '80000000', '83800999', '50000000', '54999999', NULL, 1652956013),
(91795, '3220', '612.00', '2', '20.001', '25', '80000000', '83800999', '50000000', '54999999', NULL, 1652956014),
(91796, '3298', '249.00', '7', '25.001', '30', '80000000', '83800999', '50000000', '54999999', NULL, 1652956014),
(91797, '3220', '744.00', '2', '25.001', '30', '80000000', '83800999', '50000000', '54999999', NULL, 1652956015),
(91798, '3298', '90.00', '11', '0.3', '5', '80000000', '83800999', '55000000', '56999999', NULL, 1652956015),
(91799, '3220', '183.00', '6', '0.3', '5', '80000000', '83800999', '55000000', '56999999', NULL, 1652956016),
(91800, '3298', '133.00', '11', '5.001', '10', '80000000', '83800999', '55000000', '56999999', NULL, 1652956016),
(91801, '3220', '266.00', '6', '5.001', '10', '80000000', '83800999', '55000000', '56999999', NULL, 1652956017),
(91802, '3298', '215.00', '11', '10.001', '15', '80000000', '83800999', '55000000', '56999999', NULL, 1652956017),
(91803, '3220', '430.00', '6', '10.001', '15', '80000000', '83800999', '55000000', '56999999', NULL, 1652956018),
(91804, '3298', '298.00', '11', '15.001', '20', '80000000', '83800999', '55000000', '56999999', NULL, 1652956019),
(91805, '3220', '595.00', '6', '15.001', '20', '80000000', '83800999', '55000000', '56999999', NULL, 1652956019),
(91806, '3298', '380.00', '11', '20.001', '25', '80000000', '83800999', '55000000', '56999999', NULL, 1652956020),
(91807, '3220', '760.00', '6', '20.001', '25', '80000000', '83800999', '55000000', '56999999', NULL, 1652956020),
(91808, '3298', '463.00', '11', '25.001', '30', '80000000', '83800999', '55000000', '56999999', NULL, 1652956021),
(91809, '3220', '925.00', '6', '25.001', '30', '80000000', '83800999', '55000000', '56999999', NULL, 1652956021),
(91810, '3298', '45.00', '8', '0.3', '5', '80000000', '83800999', '57000000', '57099999', NULL, 1652956022),
(91811, '3220', '137.00', '2', '0.3', '5', '80000000', '83800999', '57000000', '57099999', NULL, 1652956022),
(91812, '3298', '71.00', '8', '5.001', '10', '80000000', '83800999', '57000000', '57099999', NULL, 1652956023);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(91813, '3220', '214.00', '2', '5.001', '10', '80000000', '83800999', '57000000', '57099999', NULL, 1652956023),
(91814, '3298', '116.00', '8', '10.001', '15', '80000000', '83800999', '57000000', '57099999', NULL, 1652956024),
(91815, '3220', '346.00', '2', '10.001', '15', '80000000', '83800999', '57000000', '57099999', NULL, 1652956024),
(91816, '3298', '160.00', '8', '15.001', '20', '80000000', '83800999', '57000000', '57099999', NULL, 1652956025),
(91817, '3220', '479.00', '2', '15.001', '20', '80000000', '83800999', '57000000', '57099999', NULL, 1652956026),
(91818, '3298', '205.00', '8', '20.001', '25', '80000000', '83800999', '57000000', '57099999', NULL, 1652956026),
(91819, '3220', '612.00', '2', '20.001', '25', '80000000', '83800999', '57000000', '57099999', NULL, 1652956027),
(91820, '3298', '249.00', '8', '25.001', '30', '80000000', '83800999', '57000000', '57099999', NULL, 1652956027),
(91821, '3220', '744.00', '2', '25.001', '30', '80000000', '83800999', '57000000', '57099999', NULL, 1652956028),
(91822, '3298', '45.00', '10', '0.3', '5', '80000000', '83800999', '57100000', '57999999', NULL, 1652956029),
(91823, '3220', '137.00', '4', '0.3', '5', '80000000', '83800999', '57100000', '57999999', NULL, 1652956029),
(91824, '3298', '71.00', '10', '5.001', '10', '80000000', '83800999', '57100000', '57999999', NULL, 1652956030),
(91825, '3220', '214.00', '4', '5.001', '10', '80000000', '83800999', '57100000', '57999999', NULL, 1652956030),
(91826, '3298', '116.00', '10', '10.001', '15', '80000000', '83800999', '57100000', '57999999', NULL, 1652956031),
(91827, '3220', '346.00', '4', '10.001', '15', '80000000', '83800999', '57100000', '57999999', NULL, 1652956032),
(91828, '3298', '160.00', '10', '15.001', '20', '80000000', '83800999', '57100000', '57999999', NULL, 1652956032),
(91829, '3220', '479.00', '4', '15.001', '20', '80000000', '83800999', '57100000', '57999999', NULL, 1652956033),
(91830, '3298', '205.00', '10', '20.001', '25', '80000000', '83800999', '57100000', '57999999', NULL, 1652956033),
(91831, '3220', '612.00', '4', '20.001', '25', '80000000', '83800999', '57100000', '57999999', NULL, 1652956034),
(91832, '3298', '249.00', '10', '25.001', '30', '80000000', '83800999', '57100000', '57999999', NULL, 1652956035),
(91833, '3220', '744.00', '4', '25.001', '30', '80000000', '83800999', '57100000', '57999999', NULL, 1652956035),
(91834, '3298', '45.00', '8', '0.3', '5', '80000000', '83800999', '58000000', '58099999', NULL, 1652956036),
(91835, '3220', '137.00', '3', '0.3', '5', '80000000', '83800999', '58000000', '58099999', NULL, 1652956036),
(91836, '3298', '71.00', '8', '5.001', '10', '80000000', '83800999', '58000000', '58099999', NULL, 1652956037),
(91837, '3220', '214.00', '3', '5.001', '10', '80000000', '83800999', '58000000', '58099999', NULL, 1652956037),
(91838, '3298', '116.00', '8', '10.001', '15', '80000000', '83800999', '58000000', '58099999', NULL, 1652956038),
(91839, '3220', '346.00', '3', '10.001', '15', '80000000', '83800999', '58000000', '58099999', NULL, 1652956038),
(91840, '3298', '160.00', '8', '15.001', '20', '80000000', '83800999', '58000000', '58099999', NULL, 1652956039),
(91841, '3220', '479.00', '3', '15.001', '20', '80000000', '83800999', '58000000', '58099999', NULL, 1652956039),
(91842, '3298', '205.00', '8', '20.001', '25', '80000000', '83800999', '58000000', '58099999', NULL, 1652956040),
(91843, '3220', '612.00', '3', '20.001', '25', '80000000', '83800999', '58000000', '58099999', NULL, 1652956040),
(91844, '3298', '249.00', '8', '25.001', '30', '80000000', '83800999', '58000000', '58099999', NULL, 1652956041),
(91845, '3220', '744.00', '3', '25.001', '30', '80000000', '83800999', '58000000', '58099999', NULL, 1652956041),
(91846, '3298', '90.00', '13', '0.3', '5', '80000000', '83800999', '58100000', '58999999', NULL, 1652956042),
(91847, '3220', '183.00', '7', '0.3', '5', '80000000', '83800999', '58100000', '58999999', NULL, 1652956042),
(91848, '3298', '133.00', '13', '5.001', '10', '80000000', '83800999', '58100000', '58999999', NULL, 1652956043),
(91849, '3220', '266.00', '7', '5.001', '10', '80000000', '83800999', '58100000', '58999999', NULL, 1652956044),
(91850, '3298', '215.00', '13', '10.001', '15', '80000000', '83800999', '58100000', '58999999', NULL, 1652956044),
(91851, '3220', '430.00', '7', '10.001', '15', '80000000', '83800999', '58100000', '58999999', NULL, 1652956045),
(91852, '3298', '298.00', '13', '15.001', '20', '80000000', '83800999', '58100000', '58999999', NULL, 1652956045),
(91853, '3220', '595.00', '7', '15.001', '20', '80000000', '83800999', '58100000', '58999999', NULL, 1652956046),
(91854, '3298', '380.00', '13', '20.001', '25', '80000000', '83800999', '58100000', '58999999', NULL, 1652956047),
(91855, '3220', '760.00', '7', '20.001', '25', '80000000', '83800999', '58100000', '58999999', NULL, 1652956047),
(91856, '3298', '463.00', '13', '25.001', '30', '80000000', '83800999', '58100000', '58999999', NULL, 1652956048),
(91857, '3220', '925.00', '7', '25.001', '30', '80000000', '83800999', '58100000', '58999999', NULL, 1652956048),
(91858, '3298', '45.00', '11', '0.3', '5', '80000000', '83800999', '59000000', '59099999', NULL, 1652956049),
(91859, '3220', '137.00', '2', '0.3', '5', '80000000', '83800999', '59000000', '59099999', NULL, 1652956049),
(91860, '3298', '71.00', '11', '5.001', '10', '80000000', '83800999', '59000000', '59099999', NULL, 1652956050),
(91861, '3220', '214.00', '2', '5.001', '10', '80000000', '83800999', '59000000', '59099999', NULL, 1652956050),
(91862, '3298', '116.00', '11', '10.001', '15', '80000000', '83800999', '59000000', '59099999', NULL, 1652956051),
(91863, '3220', '346.00', '2', '10.001', '15', '80000000', '83800999', '59000000', '59099999', NULL, 1652956052),
(91864, '3298', '160.00', '11', '15.001', '20', '80000000', '83800999', '59000000', '59099999', NULL, 1652956052),
(91865, '3220', '479.00', '2', '15.001', '20', '80000000', '83800999', '59000000', '59099999', NULL, 1652956053),
(91866, '3298', '205.00', '11', '20.001', '25', '80000000', '83800999', '59000000', '59099999', NULL, 1652956054),
(91867, '3220', '612.00', '2', '20.001', '25', '80000000', '83800999', '59000000', '59099999', NULL, 1652956054),
(91868, '3298', '249.00', '11', '25.001', '30', '80000000', '83800999', '59000000', '59099999', NULL, 1652956055),
(91869, '3220', '744.00', '2', '25.001', '30', '80000000', '83800999', '59000000', '59099999', NULL, 1652956055),
(91870, '3298', '45.00', '11', '0.3', '5', '80000000', '83800999', '59100000', '59999999', NULL, 1652956056),
(91871, '3220', '137.00', '2', '0.3', '5', '80000000', '83800999', '59100000', '59999999', NULL, 1652956056),
(91872, '3298', '71.00', '11', '5.001', '10', '80000000', '83800999', '59100000', '59999999', NULL, 1652956057),
(91873, '3220', '214.00', '2', '5.001', '10', '80000000', '83800999', '59100000', '59999999', NULL, 1652956057),
(91874, '3298', '116.00', '11', '10.001', '15', '80000000', '83800999', '59100000', '59999999', NULL, 1652956058),
(91875, '3220', '346.00', '2', '10.001', '15', '80000000', '83800999', '59100000', '59999999', NULL, 1652956058),
(91876, '3298', '160.00', '11', '15.001', '20', '80000000', '83800999', '59100000', '59999999', NULL, 1652956059),
(91877, '3220', '479.00', '2', '15.001', '20', '80000000', '83800999', '59100000', '59999999', NULL, 1652956059),
(91878, '3298', '205.00', '11', '20.001', '25', '80000000', '83800999', '59100000', '59999999', NULL, 1652956060),
(91879, '3220', '612.00', '2', '20.001', '25', '80000000', '83800999', '59100000', '59999999', NULL, 1652956060),
(91880, '3298', '249.00', '11', '25.001', '30', '80000000', '83800999', '59100000', '59999999', NULL, 1652956061),
(91881, '3220', '744.00', '2', '25.001', '30', '80000000', '83800999', '59100000', '59999999', NULL, 1652956061),
(91882, '3298', '45.00', '8', '0.3', '5', '80000000', '83800999', '60000000', '60999999', NULL, 1652956062),
(91883, '3220', '137.00', '3', '0.3', '5', '80000000', '83800999', '60000000', '60999999', NULL, 1652956062),
(91884, '3298', '71.00', '8', '5.001', '10', '80000000', '83800999', '60000000', '60999999', NULL, 1652956063),
(91885, '3220', '214.00', '3', '5.001', '10', '80000000', '83800999', '60000000', '60999999', NULL, 1652956063),
(91886, '3298', '116.00', '8', '10.001', '15', '80000000', '83800999', '60000000', '60999999', NULL, 1652956064),
(91887, '3220', '346.00', '3', '10.001', '15', '80000000', '83800999', '60000000', '60999999', NULL, 1652956064),
(91888, '3298', '160.00', '8', '15.001', '20', '80000000', '83800999', '60000000', '60999999', NULL, 1652956065),
(91889, '3220', '479.00', '3', '15.001', '20', '80000000', '83800999', '60000000', '60999999', NULL, 1652956065),
(91890, '3298', '205.00', '8', '20.001', '25', '80000000', '83800999', '60000000', '60999999', NULL, 1652956066),
(91891, '3220', '612.00', '3', '20.001', '25', '80000000', '83800999', '60000000', '60999999', NULL, 1652956066),
(91892, '3298', '249.00', '8', '25.001', '30', '80000000', '83800999', '60000000', '60999999', NULL, 1652956067),
(91893, '3220', '744.00', '3', '25.001', '30', '80000000', '83800999', '60000000', '60999999', NULL, 1652956067),
(91894, '3298', '45.00', '8', '0.3', '5', '80000000', '83800999', '60000000', '61900999', NULL, 1652956068),
(91895, '3220', '137.00', '3', '0.3', '5', '80000000', '83800999', '60000000', '61900999', NULL, 1652956068),
(91896, '3298', '71.00', '8', '5.001', '10', '80000000', '83800999', '60000000', '61900999', NULL, 1652956069),
(91897, '3220', '214.00', '3', '5.001', '10', '80000000', '83800999', '60000000', '61900999', NULL, 1652956069),
(91898, '3298', '116.00', '8', '10.001', '15', '80000000', '83800999', '60000000', '61900999', NULL, 1652956070),
(91899, '3220', '346.00', '3', '10.001', '15', '80000000', '83800999', '60000000', '61900999', NULL, 1652956070),
(91900, '3298', '160.00', '8', '15.001', '20', '80000000', '83800999', '60000000', '61900999', NULL, 1652956071),
(91901, '3220', '479.00', '3', '15.001', '20', '80000000', '83800999', '60000000', '61900999', NULL, 1652956072),
(91902, '3298', '205.00', '8', '20.001', '25', '80000000', '83800999', '60000000', '61900999', NULL, 1652956072),
(91903, '3220', '612.00', '3', '20.001', '25', '80000000', '83800999', '60000000', '61900999', NULL, 1652956073),
(91904, '3298', '249.00', '8', '25.001', '30', '80000000', '83800999', '60000000', '61900999', NULL, 1652956074),
(91905, '3220', '744.00', '3', '25.001', '30', '80000000', '83800999', '60000000', '61900999', NULL, 1652956074),
(91906, '3298', '90.00', '12', '0.3', '5', '80000000', '83800999', '61901000', '63999999', NULL, 1652956075),
(91907, '3220', '183.00', '7', '0.3', '5', '80000000', '83800999', '61901000', '63999999', NULL, 1652956075),
(91908, '3298', '133.00', '12', '5.001', '10', '80000000', '83800999', '61901000', '63999999', NULL, 1652956076),
(91909, '3220', '266.00', '7', '5.001', '10', '80000000', '83800999', '61901000', '63999999', NULL, 1652956077),
(91910, '3298', '215.00', '12', '10.001', '15', '80000000', '83800999', '61901000', '63999999', NULL, 1652956078),
(91911, '3220', '430.00', '7', '10.001', '15', '80000000', '83800999', '61901000', '63999999', NULL, 1652956078),
(91912, '3298', '298.00', '12', '15.001', '20', '80000000', '83800999', '61901000', '63999999', NULL, 1652956079),
(91913, '3220', '595.00', '7', '15.001', '20', '80000000', '83800999', '61901000', '63999999', NULL, 1652956079),
(91914, '3298', '380.00', '12', '20.001', '25', '80000000', '83800999', '61901000', '63999999', NULL, 1652956080),
(91915, '3220', '760.00', '7', '20.001', '25', '80000000', '83800999', '61901000', '63999999', NULL, 1652956081),
(91916, '3298', '463.00', '12', '25.001', '30', '80000000', '83800999', '61901000', '63999999', NULL, 1652956081),
(91917, '3220', '925.00', '7', '25.001', '30', '80000000', '83800999', '61901000', '63999999', NULL, 1652956082),
(91918, '3298', '45.00', '8', '0.3', '5', '80000000', '83800999', '64000000', '64099999', NULL, 1652956083),
(91919, '3220', '137.00', '4', '0.3', '5', '80000000', '83800999', '64000000', '64099999', NULL, 1652956083),
(91920, '3298', '71.00', '8', '5.001', '10', '80000000', '83800999', '64000000', '64099999', NULL, 1652956084),
(91921, '3220', '214.00', '4', '5.001', '10', '80000000', '83800999', '64000000', '64099999', NULL, 1652956084),
(91922, '3298', '116.00', '8', '10.001', '15', '80000000', '83800999', '64000000', '64099999', NULL, 1652956085),
(91923, '3220', '346.00', '4', '10.001', '15', '80000000', '83800999', '64000000', '64099999', NULL, 1652956086),
(91924, '3298', '160.00', '8', '15.001', '20', '80000000', '83800999', '64000000', '64099999', NULL, 1652956086),
(91925, '3220', '479.00', '4', '15.001', '20', '80000000', '83800999', '64000000', '64099999', NULL, 1652956087),
(91926, '3298', '205.00', '8', '20.001', '25', '80000000', '83800999', '64000000', '64099999', NULL, 1652956088),
(91927, '3220', '612.00', '4', '20.001', '25', '80000000', '83800999', '64000000', '64099999', NULL, 1652956088),
(91928, '3298', '249.00', '8', '25.001', '30', '80000000', '83800999', '64000000', '64099999', NULL, 1652956089),
(91929, '3220', '744.00', '4', '25.001', '30', '80000000', '83800999', '64000000', '64099999', NULL, 1652956089),
(91930, '3298', '90.00', '11', '0.3', '5', '80000000', '83800999', '64100000', '64999999', NULL, 1652956090),
(91931, '3220', '183.00', '8', '0.3', '5', '80000000', '83800999', '64100000', '64999999', NULL, 1652956091),
(91932, '3298', '133.00', '11', '5.001', '10', '80000000', '83800999', '64100000', '64999999', NULL, 1652956091),
(91933, '3220', '266.00', '8', '5.001', '10', '80000000', '83800999', '64100000', '64999999', NULL, 1652956092),
(91934, '3298', '215.00', '11', '10.001', '15', '80000000', '83800999', '64100000', '64999999', NULL, 1652956092),
(91935, '3220', '430.00', '8', '10.001', '15', '80000000', '83800999', '64100000', '64999999', NULL, 1652956093),
(91936, '3298', '298.00', '11', '15.001', '20', '80000000', '83800999', '64100000', '64999999', NULL, 1652956093),
(91937, '3220', '595.00', '8', '15.001', '20', '80000000', '83800999', '64100000', '64999999', NULL, 1652956094),
(91938, '3298', '380.00', '11', '20.001', '25', '80000000', '83800999', '64100000', '64999999', NULL, 1652956094),
(91939, '3220', '760.00', '8', '20.001', '25', '80000000', '83800999', '64100000', '64999999', NULL, 1652956095),
(91940, '3298', '463.00', '11', '25.001', '30', '80000000', '83800999', '64100000', '64999999', NULL, 1652956096),
(91941, '3220', '925.00', '8', '25.001', '30', '80000000', '83800999', '64100000', '64999999', NULL, 1652956096),
(91942, '3298', '45.00', '9', '0.3', '5', '80000000', '83800999', '65000000', '65099999', NULL, 1652956097),
(91943, '3220', '137.00', '5', '0.3', '5', '80000000', '83800999', '65000000', '65099999', NULL, 1652956097),
(91944, '3298', '71.00', '9', '5.001', '10', '80000000', '83800999', '65000000', '65099999', NULL, 1652956098),
(91945, '3220', '214.00', '5', '5.001', '10', '80000000', '83800999', '65000000', '65099999', NULL, 1652956099),
(91946, '3298', '116.00', '9', '10.001', '15', '80000000', '83800999', '65000000', '65099999', NULL, 1652956099),
(91947, '3220', '346.00', '5', '10.001', '15', '80000000', '83800999', '65000000', '65099999', NULL, 1652956100),
(91948, '3298', '160.00', '9', '15.001', '20', '80000000', '83800999', '65000000', '65099999', NULL, 1652956100),
(91949, '3220', '479.00', '5', '15.001', '20', '80000000', '83800999', '65000000', '65099999', NULL, 1652956101),
(91950, '3298', '205.00', '9', '20.001', '25', '80000000', '83800999', '65000000', '65099999', NULL, 1652956101),
(91951, '3220', '612.00', '5', '20.001', '25', '80000000', '83800999', '65000000', '65099999', NULL, 1652956102),
(91952, '3298', '249.00', '9', '25.001', '30', '80000000', '83800999', '65000000', '65099999', NULL, 1652956102),
(91953, '3220', '744.00', '5', '25.001', '30', '80000000', '83800999', '65000000', '65099999', NULL, 1652956103),
(91954, '3298', '90.00', '14', '0.3', '5', '80000000', '83800999', '65100000', '65999999', NULL, 1652956103),
(91955, '3220', '183.00', '10', '0.3', '5', '80000000', '83800999', '65100000', '65999999', NULL, 1652956104),
(91956, '3298', '133.00', '14', '5.001', '10', '80000000', '83800999', '65100000', '65999999', NULL, 1652956104),
(91957, '3220', '266.00', '10', '5.001', '10', '80000000', '83800999', '65100000', '65999999', NULL, 1652956105),
(91958, '3298', '215.00', '14', '10.001', '15', '80000000', '83800999', '65100000', '65999999', NULL, 1652956106),
(91959, '3220', '430.00', '10', '10.001', '15', '80000000', '83800999', '65100000', '65999999', NULL, 1652956106),
(91960, '3298', '298.00', '14', '15.001', '20', '80000000', '83800999', '65100000', '65999999', NULL, 1652956107),
(91961, '3220', '595.00', '10', '15.001', '20', '80000000', '83800999', '65100000', '65999999', NULL, 1652956108),
(91962, '3298', '380.00', '14', '20.001', '25', '80000000', '83800999', '65100000', '65999999', NULL, 1652956108),
(91963, '3220', '760.00', '10', '20.001', '25', '80000000', '83800999', '65100000', '65999999', NULL, 1652956108),
(91964, '3298', '463.00', '14', '25.001', '30', '80000000', '83800999', '65100000', '65999999', NULL, 1652956109),
(91965, '3220', '925.00', '10', '25.001', '30', '80000000', '83800999', '65100000', '65999999', NULL, 1652956109),
(91966, '3298', '45.00', '9', '0.3', '5', '80000000', '83800999', '66000000', '66999999', NULL, 1652956110),
(91967, '3220', '137.00', '5', '0.3', '5', '80000000', '83800999', '66000000', '66999999', NULL, 1652956110),
(91968, '3298', '71.00', '9', '5.001', '10', '80000000', '83800999', '66000000', '66999999', NULL, 1652956111),
(91969, '3220', '214.00', '5', '5.001', '10', '80000000', '83800999', '66000000', '66999999', NULL, 1652956111),
(91970, '3298', '116.00', '9', '10.001', '15', '80000000', '83800999', '66000000', '66999999', NULL, 1652956112),
(91971, '3220', '346.00', '5', '10.001', '15', '80000000', '83800999', '66000000', '66999999', NULL, 1652956112),
(91972, '3298', '160.00', '9', '15.001', '20', '80000000', '83800999', '66000000', '66999999', NULL, 1652956113),
(91973, '3220', '479.00', '5', '15.001', '20', '80000000', '83800999', '66000000', '66999999', NULL, 1652956114),
(91974, '3298', '205.00', '9', '20.001', '25', '80000000', '83800999', '66000000', '66999999', NULL, 1652956114),
(91975, '3220', '612.00', '5', '20.001', '25', '80000000', '83800999', '66000000', '66999999', NULL, 1652956115),
(91976, '3298', '249.00', '9', '25.001', '30', '80000000', '83800999', '66000000', '66999999', NULL, 1652956115),
(91977, '3220', '744.00', '5', '25.001', '30', '80000000', '83800999', '66000000', '66999999', NULL, 1652956116),
(91978, '3298', '45.00', '9', '0.3', '5', '80000000', '83800999', '66000000', '67999999', NULL, 1652956116),
(91979, '3220', '137.00', '5', '0.3', '5', '80000000', '83800999', '66000000', '67999999', NULL, 1652956117),
(91980, '3298', '71.00', '9', '5.001', '10', '80000000', '83800999', '66000000', '67999999', NULL, 1652956117),
(91981, '3220', '214.00', '5', '5.001', '10', '80000000', '83800999', '66000000', '67999999', NULL, 1652956117),
(91982, '3298', '116.00', '9', '10.001', '15', '80000000', '83800999', '66000000', '67999999', NULL, 1652956118),
(91983, '3220', '346.00', '5', '10.001', '15', '80000000', '83800999', '66000000', '67999999', NULL, 1652956119),
(91984, '3298', '160.00', '9', '15.001', '20', '80000000', '83800999', '66000000', '67999999', NULL, 1652956119),
(91985, '3220', '479.00', '5', '15.001', '20', '80000000', '83800999', '66000000', '67999999', NULL, 1652956120),
(91986, '3298', '205.00', '9', '20.001', '25', '80000000', '83800999', '66000000', '67999999', NULL, 1652956120),
(91987, '3220', '612.00', '5', '20.001', '25', '80000000', '83800999', '66000000', '67999999', NULL, 1652956121),
(91988, '3298', '249.00', '9', '25.001', '30', '80000000', '83800999', '66000000', '67999999', NULL, 1652956122),
(91989, '3220', '744.00', '5', '25.001', '30', '80000000', '83800999', '66000000', '67999999', NULL, 1652956122),
(91990, '3298', '90.00', '11', '0.3', '5', '80000000', '83800999', '68000000', '68899999', NULL, 1652956123),
(91991, '3220', '183.00', '8', '0.3', '5', '80000000', '83800999', '68000000', '68899999', NULL, 1652956123),
(91992, '3298', '133.00', '11', '5.001', '10', '80000000', '83800999', '68000000', '68899999', NULL, 1652956124),
(91993, '3220', '266.00', '8', '5.001', '10', '80000000', '83800999', '68000000', '68899999', NULL, 1652956124),
(91994, '3298', '215.00', '11', '10.001', '15', '80000000', '83800999', '68000000', '68899999', NULL, 1652956125),
(91995, '3220', '430.00', '8', '10.001', '15', '80000000', '83800999', '68000000', '68899999', NULL, 1652956125),
(91996, '3298', '298.00', '11', '15.001', '20', '80000000', '83800999', '68000000', '68899999', NULL, 1652956126),
(91997, '3220', '595.00', '8', '15.001', '20', '80000000', '83800999', '68000000', '68899999', NULL, 1652956127),
(91998, '3298', '380.00', '11', '20.001', '25', '80000000', '83800999', '68000000', '68899999', NULL, 1652956127),
(91999, '3220', '760.00', '8', '20.001', '25', '80000000', '83800999', '68000000', '68899999', NULL, 1652956128),
(92000, '3298', '463.00', '11', '25.001', '30', '80000000', '83800999', '68000000', '68899999', NULL, 1652956128),
(92001, '3220', '925.00', '8', '25.001', '30', '80000000', '83800999', '68000000', '68899999', NULL, 1652956129),
(92002, '3298', '45.00', '19', '0.3', '5', '80000000', '83800999', '68900000', '68914999', NULL, 1652956130),
(92003, '3220', '137.00', '11', '0.3', '5', '80000000', '83800999', '68900000', '68914999', NULL, 1652956130),
(92004, '3298', '71.00', '19', '5.001', '10', '80000000', '83800999', '68900000', '68914999', NULL, 1652956131),
(92005, '3220', '214.00', '11', '5.001', '10', '80000000', '83800999', '68900000', '68914999', NULL, 1652956131),
(92006, '3298', '116.00', '19', '10.001', '15', '80000000', '83800999', '68900000', '68914999', NULL, 1652956132),
(92007, '3220', '346.00', '11', '10.001', '15', '80000000', '83800999', '68900000', '68914999', NULL, 1652956133),
(92008, '3298', '160.00', '19', '15.001', '20', '80000000', '83800999', '68900000', '68914999', NULL, 1652956133),
(92009, '3220', '479.00', '11', '15.001', '20', '80000000', '83800999', '68900000', '68914999', NULL, 1652956134),
(92010, '3298', '205.00', '19', '20.001', '25', '80000000', '83800999', '68900000', '68914999', NULL, 1652956135),
(92011, '3220', '612.00', '11', '20.001', '25', '80000000', '83800999', '68900000', '68914999', NULL, 1652956135),
(92012, '3298', '249.00', '19', '25.001', '30', '80000000', '83800999', '68900000', '68914999', NULL, 1652956135),
(92013, '3220', '744.00', '11', '25.001', '30', '80000000', '83800999', '68900000', '68914999', NULL, 1652956136),
(92014, '3298', '90.00', '21', '0.3', '5', '80000000', '83800999', '68915000', '68999999', NULL, 1652956137),
(92015, '3220', '183.00', '13', '0.3', '5', '80000000', '83800999', '68915000', '68999999', NULL, 1652956137),
(92016, '3298', '133.00', '21', '5.001', '10', '80000000', '83800999', '68915000', '68999999', NULL, 1652956138),
(92017, '3220', '266.00', '13', '5.001', '10', '80000000', '83800999', '68915000', '68999999', NULL, 1652956138),
(92018, '3298', '215.00', '21', '10.001', '15', '80000000', '83800999', '68915000', '68999999', NULL, 1652956139),
(92019, '3220', '430.00', '13', '10.001', '15', '80000000', '83800999', '68915000', '68999999', NULL, 1652956140),
(92020, '3298', '298.00', '21', '15.001', '20', '80000000', '83800999', '68915000', '68999999', NULL, 1652956140),
(92021, '3220', '595.00', '13', '15.001', '20', '80000000', '83800999', '68915000', '68999999', NULL, 1652956141),
(92022, '3298', '380.00', '21', '20.001', '25', '80000000', '83800999', '68915000', '68999999', NULL, 1652956141),
(92023, '3220', '760.00', '13', '20.001', '25', '80000000', '83800999', '68915000', '68999999', NULL, 1652956142),
(92024, '3298', '463.00', '21', '25.001', '30', '80000000', '83800999', '68915000', '68999999', NULL, 1652956142),
(92025, '3220', '925.00', '13', '25.001', '30', '80000000', '83800999', '68915000', '68999999', NULL, 1652956143),
(92026, '3298', '45.00', '22', '0.3', '5', '80000000', '83800999', '69000000', '69099999', NULL, 1652956143),
(92027, '3220', '137.00', '3', '0.3', '5', '80000000', '83800999', '69000000', '69099999', NULL, 1652956144),
(92028, '3298', '71.00', '22', '5.001', '10', '80000000', '83800999', '69000000', '69099999', NULL, 1652956144),
(92029, '3220', '214.00', '3', '5.001', '10', '80000000', '83800999', '69000000', '69099999', NULL, 1652956145),
(92030, '3298', '116.00', '22', '10.001', '15', '80000000', '83800999', '69000000', '69099999', NULL, 1652956145),
(92031, '3220', '346.00', '3', '10.001', '15', '80000000', '83800999', '69000000', '69099999', NULL, 1652956146),
(92032, '3298', '160.00', '22', '15.001', '20', '80000000', '83800999', '69000000', '69099999', NULL, 1652956146),
(92033, '3220', '479.00', '3', '15.001', '20', '80000000', '83800999', '69000000', '69099999', NULL, 1652956147),
(92034, '3298', '205.00', '22', '20.001', '25', '80000000', '83800999', '69000000', '69099999', NULL, 1652956147),
(92035, '3220', '612.00', '3', '20.001', '25', '80000000', '83800999', '69000000', '69099999', NULL, 1652956148),
(92036, '3298', '249.00', '22', '25.001', '30', '80000000', '83800999', '69000000', '69099999', NULL, 1652956148),
(92037, '3220', '744.00', '3', '25.001', '30', '80000000', '83800999', '69000000', '69099999', NULL, 1652956149),
(92038, '3298', '90.00', '29', '0.3', '5', '80000000', '83800999', '69100000', '69299999', NULL, 1652956150),
(92039, '3220', '183.00', '6', '0.3', '5', '80000000', '83800999', '69100000', '69299999', NULL, 1652956150),
(92040, '3298', '133.00', '29', '5.001', '10', '80000000', '83800999', '69100000', '69299999', NULL, 1652956150),
(92041, '3220', '266.00', '6', '5.001', '10', '80000000', '83800999', '69100000', '69299999', NULL, 1652956151),
(92042, '3298', '215.00', '29', '10.001', '15', '80000000', '83800999', '69100000', '69299999', NULL, 1652956152),
(92043, '3220', '430.00', '6', '10.001', '15', '80000000', '83800999', '69100000', '69299999', NULL, 1652956152),
(92044, '3298', '298.00', '29', '15.001', '20', '80000000', '83800999', '69100000', '69299999', NULL, 1652956153),
(92045, '3220', '595.00', '6', '15.001', '20', '80000000', '83800999', '69100000', '69299999', NULL, 1652956153),
(92046, '3298', '380.00', '29', '20.001', '25', '80000000', '83800999', '69100000', '69299999', NULL, 1652956154),
(92047, '3220', '760.00', '6', '20.001', '25', '80000000', '83800999', '69100000', '69299999', NULL, 1652956155),
(92048, '3298', '463.00', '29', '25.001', '30', '80000000', '83800999', '69100000', '69299999', NULL, 1652956156),
(92049, '3220', '925.00', '6', '25.001', '30', '80000000', '83800999', '69100000', '69299999', NULL, 1652956156),
(92050, '3298', '45.00', '22', '0.3', '5', '80000000', '83800999', '69300000', '69339999', NULL, 1652956157),
(92051, '3220', '137.00', '3', '0.3', '5', '80000000', '83800999', '69300000', '69339999', NULL, 1652956157),
(92052, '3298', '71.00', '22', '5.001', '10', '80000000', '83800999', '69300000', '69339999', NULL, 1652956158),
(92053, '3220', '214.00', '3', '5.001', '10', '80000000', '83800999', '69300000', '69339999', NULL, 1652956158),
(92054, '3298', '116.00', '22', '10.001', '15', '80000000', '83800999', '69300000', '69339999', NULL, 1652956159),
(92055, '3220', '346.00', '3', '10.001', '15', '80000000', '83800999', '69300000', '69339999', NULL, 1652956160),
(92056, '3298', '160.00', '22', '15.001', '20', '80000000', '83800999', '69300000', '69339999', NULL, 1652956160),
(92057, '3220', '479.00', '3', '15.001', '20', '80000000', '83800999', '69300000', '69339999', NULL, 1652956161),
(92058, '3298', '205.00', '22', '20.001', '25', '80000000', '83800999', '69300000', '69339999', NULL, 1652956162),
(92059, '3220', '612.00', '3', '20.001', '25', '80000000', '83800999', '69300000', '69339999', NULL, 1652956162),
(92060, '3298', '249.00', '22', '25.001', '30', '80000000', '83800999', '69300000', '69339999', NULL, 1652956163),
(92061, '3220', '744.00', '3', '25.001', '30', '80000000', '83800999', '69300000', '69339999', NULL, 1652956163),
(92062, '3298', '90.00', '29', '0.3', '5', '80000000', '83800999', '69340000', '69389999', NULL, 1652956164),
(92063, '3220', '183.00', '10', '0.3', '5', '80000000', '83800999', '69340000', '69389999', NULL, 1652956164),
(92064, '3298', '133.00', '29', '5.001', '10', '80000000', '83800999', '69340000', '69389999', NULL, 1652956165),
(92065, '3220', '266.00', '10', '5.001', '10', '80000000', '83800999', '69340000', '69389999', NULL, 1652956166),
(92066, '3298', '215.00', '29', '10.001', '15', '80000000', '83800999', '69340000', '69389999', NULL, 1652956166),
(92067, '3220', '430.00', '10', '10.001', '15', '80000000', '83800999', '69340000', '69389999', NULL, 1652956167),
(92068, '3298', '298.00', '29', '15.001', '20', '80000000', '83800999', '69340000', '69389999', NULL, 1652956168),
(92069, '3220', '595.00', '10', '15.001', '20', '80000000', '83800999', '69340000', '69389999', NULL, 1652956168),
(92070, '3298', '380.00', '29', '20.001', '25', '80000000', '83800999', '69340000', '69389999', NULL, 1652956169),
(92071, '3220', '760.00', '10', '20.001', '25', '80000000', '83800999', '69340000', '69389999', NULL, 1652956170),
(92072, '3298', '463.00', '29', '25.001', '30', '80000000', '83800999', '69340000', '69389999', NULL, 1652956170),
(92073, '3220', '925.00', '10', '25.001', '30', '80000000', '83800999', '69340000', '69389999', NULL, 1652956171),
(92074, '3298', '45.00', '10', '0.3', '5', '80000000', '83800999', '69900000', '69920999', NULL, 1652956171),
(92075, '3220', '137.00', '6', '0.3', '5', '80000000', '83800999', '69900000', '69920999', NULL, 1652956172),
(92076, '3298', '71.00', '10', '5.001', '10', '80000000', '83800999', '69900000', '69920999', NULL, 1652956172),
(92077, '3220', '214.00', '6', '5.001', '10', '80000000', '83800999', '69900000', '69920999', NULL, 1652956173),
(92078, '3298', '116.00', '10', '10.001', '15', '80000000', '83800999', '69900000', '69920999', NULL, 1652956174),
(92079, '3220', '346.00', '6', '10.001', '15', '80000000', '83800999', '69900000', '69920999', NULL, 1652956174),
(92080, '3298', '160.00', '10', '15.001', '20', '80000000', '83800999', '69900000', '69920999', NULL, 1652956175),
(92081, '3220', '479.00', '6', '15.001', '20', '80000000', '83800999', '69900000', '69920999', NULL, 1652956175),
(92082, '3298', '205.00', '10', '20.001', '25', '80000000', '83800999', '69900000', '69920999', NULL, 1652956176),
(92083, '3220', '612.00', '6', '20.001', '25', '80000000', '83800999', '69900000', '69920999', NULL, 1652956177),
(92084, '3298', '249.00', '10', '25.001', '30', '80000000', '83800999', '69900000', '69920999', NULL, 1652956177),
(92085, '3220', '744.00', '6', '25.001', '30', '80000000', '83800999', '69900000', '69920999', NULL, 1652956178),
(92086, '3298', '90.00', '13', '0.3', '5', '80000000', '83800999', '69921000', '69999999', NULL, 1652956179),
(92087, '3220', '183.00', '10', '0.3', '5', '80000000', '83800999', '69921000', '69999999', NULL, 1652956179),
(92088, '3298', '133.00', '13', '5.001', '10', '80000000', '83800999', '69921000', '69999999', NULL, 1652956180),
(92089, '3220', '266.00', '10', '5.001', '10', '80000000', '83800999', '69921000', '69999999', NULL, 1652956180),
(92090, '3298', '215.00', '13', '10.001', '15', '80000000', '83800999', '69921000', '69999999', NULL, 1652956181),
(92091, '3220', '430.00', '10', '10.001', '15', '80000000', '83800999', '69921000', '69999999', NULL, 1652956181),
(92092, '3298', '298.00', '13', '15.001', '20', '80000000', '83800999', '69921000', '69999999', NULL, 1652956182),
(92093, '3220', '595.00', '10', '15.001', '20', '80000000', '83800999', '69921000', '69999999', NULL, 1652956183),
(92094, '3298', '380.00', '13', '20.001', '25', '80000000', '83800999', '69921000', '69999999', NULL, 1652956183),
(92095, '3220', '760.00', '10', '20.001', '25', '80000000', '83800999', '69921000', '69999999', NULL, 1652956184),
(92096, '3298', '463.00', '13', '25.001', '30', '80000000', '83800999', '69921000', '69999999', NULL, 1652956184),
(92097, '3220', '925.00', '10', '25.001', '30', '80000000', '83800999', '69921000', '69999999', NULL, 1652956185),
(92098, '3298', '38.00', '6', '0.3', '5', '80000000', '83800999', '71000000', '73699999', NULL, 1652956185),
(92099, '3220', '113.00', '1', '0.3', '5', '80000000', '83800999', '71000000', '73699999', NULL, 1652956186),
(92100, '3298', '58.00', '6', '5.001', '10', '80000000', '83800999', '71000000', '73699999', NULL, 1652956186),
(92101, '3220', '176.00', '1', '5.001', '10', '80000000', '83800999', '71000000', '73699999', NULL, 1652956187),
(92102, '3298', '94.00', '6', '10.001', '15', '80000000', '83800999', '71000000', '73699999', NULL, 1652956188),
(92103, '3220', '286.00', '1', '10.001', '15', '80000000', '83800999', '71000000', '73699999', NULL, 1652956188),
(92104, '3298', '130.00', '6', '15.001', '20', '80000000', '83800999', '71000000', '73699999', NULL, 1652956188),
(92105, '3220', '396.00', '1', '15.001', '20', '80000000', '83800999', '71000000', '73699999', NULL, 1652956189),
(92106, '3298', '166.00', '6', '20.001', '25', '80000000', '83800999', '71000000', '73699999', NULL, 1652956190),
(92107, '3220', '505.00', '1', '20.001', '25', '80000000', '83800999', '71000000', '73699999', NULL, 1652956190),
(92108, '3298', '202.00', '6', '25.001', '30', '80000000', '83800999', '71000000', '73699999', NULL, 1652956191),
(92109, '3220', '615.00', '1', '25.001', '30', '80000000', '83800999', '71000000', '73699999', NULL, 1652956191),
(92110, '3298', '38.00', '7', '0.3', '5', '80000000', '83800999', '72800000', '73999999', NULL, 1652956192),
(92111, '3220', '113.00', '3', '0.3', '5', '80000000', '83800999', '72800000', '73999999', NULL, 1652956192),
(92112, '3298', '58.00', '7', '5.001', '10', '80000000', '83800999', '72800000', '73999999', NULL, 1652956193),
(92113, '3220', '176.00', '3', '5.001', '10', '80000000', '83800999', '72800000', '73999999', NULL, 1652956193),
(92114, '3298', '94.00', '7', '10.001', '15', '80000000', '83800999', '72800000', '73999999', NULL, 1652956194),
(92115, '3220', '286.00', '3', '10.001', '15', '80000000', '83800999', '72800000', '73999999', NULL, 1652956195),
(92116, '3298', '130.00', '7', '15.001', '20', '80000000', '83800999', '72800000', '73999999', NULL, 1652956195),
(92117, '3220', '396.00', '3', '15.001', '20', '80000000', '83800999', '72800000', '73999999', NULL, 1652956196),
(92118, '3298', '166.00', '7', '20.001', '25', '80000000', '83800999', '72800000', '73999999', NULL, 1652956196),
(92119, '3220', '505.00', '3', '20.001', '25', '80000000', '83800999', '72800000', '73999999', NULL, 1652956197),
(92120, '3298', '202.00', '7', '25.001', '30', '80000000', '83800999', '72800000', '73999999', NULL, 1652956198),
(92121, '3220', '615.00', '3', '25.001', '30', '80000000', '83800999', '72800000', '73999999', NULL, 1652956198),
(92122, '3298', '45.00', '6', '0.3', '5', '80000000', '83800999', '74000000', '74894999', NULL, 1652956199),
(92123, '3220', '137.00', '2', '0.3', '5', '80000000', '83800999', '74000000', '74894999', NULL, 1652956199),
(92124, '3298', '71.00', '6', '5.001', '10', '80000000', '83800999', '74000000', '74894999', NULL, 1652956200),
(92125, '3220', '214.00', '2', '5.001', '10', '80000000', '83800999', '74000000', '74894999', NULL, 1652956200),
(92126, '3298', '116.00', '6', '10.001', '15', '80000000', '83800999', '74000000', '74894999', NULL, 1652956201),
(92127, '3220', '346.00', '2', '10.001', '15', '80000000', '83800999', '74000000', '74894999', NULL, 1652956201),
(92128, '3298', '160.00', '6', '15.001', '20', '80000000', '83800999', '74000000', '74894999', NULL, 1652956202),
(92129, '3220', '479.00', '2', '15.001', '20', '80000000', '83800999', '74000000', '74894999', NULL, 1652956202),
(92130, '3298', '205.00', '6', '20.001', '25', '80000000', '83800999', '74000000', '74894999', NULL, 1652956203),
(92131, '3220', '612.00', '2', '20.001', '25', '80000000', '83800999', '74000000', '74894999', NULL, 1652956203),
(92132, '3298', '249.00', '6', '25.001', '30', '80000000', '83800999', '74000000', '74894999', NULL, 1652956204),
(92133, '3220', '744.00', '2', '25.001', '30', '80000000', '83800999', '74000000', '74894999', NULL, 1652956204),
(92134, '3298', '45.00', '6', '0.3', '5', '80000000', '83800999', '74895000', '76799999', NULL, 1652956205),
(92135, '3220', '137.00', '2', '0.3', '5', '80000000', '83800999', '74895000', '76799999', NULL, 1652956205),
(92136, '3298', '71.00', '6', '5.001', '10', '80000000', '83800999', '74895000', '76799999', NULL, 1652956206),
(92137, '3220', '214.00', '2', '5.001', '10', '80000000', '83800999', '74895000', '76799999', NULL, 1652956206),
(92138, '3298', '116.00', '6', '10.001', '15', '80000000', '83800999', '74895000', '76799999', NULL, 1652956207),
(92139, '3220', '346.00', '2', '10.001', '15', '80000000', '83800999', '74895000', '76799999', NULL, 1652956207),
(92140, '3298', '160.00', '6', '15.001', '20', '80000000', '83800999', '74895000', '76799999', NULL, 1652956208),
(92141, '3220', '479.00', '2', '15.001', '20', '80000000', '83800999', '74895000', '76799999', NULL, 1652956208),
(92142, '3298', '205.00', '6', '20.001', '25', '80000000', '83800999', '74895000', '76799999', NULL, 1652956209),
(92143, '3220', '612.00', '2', '20.001', '25', '80000000', '83800999', '74895000', '76799999', NULL, 1652956210),
(92144, '3298', '249.00', '6', '25.001', '30', '80000000', '83800999', '74895000', '76799999', NULL, 1652956210),
(92145, '3220', '744.00', '2', '25.001', '30', '80000000', '83800999', '74895000', '76799999', NULL, 1652956211),
(92146, '3298', '45.00', '7', '0.3', '5', '80000000', '83800999', '77000000', '77270999', NULL, 1652956211),
(92147, '3220', '137.00', '2', '0.3', '5', '80000000', '83800999', '77000000', '77270999', NULL, 1652956212),
(92148, '3298', '71.00', '7', '5.001', '10', '80000000', '83800999', '77000000', '77270999', NULL, 1652956213),
(92149, '3220', '214.00', '2', '5.001', '10', '80000000', '83800999', '77000000', '77270999', NULL, 1652956213),
(92150, '3298', '116.00', '7', '10.001', '15', '80000000', '83800999', '77000000', '77270999', NULL, 1652956213),
(92151, '3220', '346.00', '2', '10.001', '15', '80000000', '83800999', '77000000', '77270999', NULL, 1652956214),
(92152, '3298', '160.00', '7', '15.001', '20', '80000000', '83800999', '77000000', '77270999', NULL, 1652956215),
(92153, '3220', '479.00', '2', '15.001', '20', '80000000', '83800999', '77000000', '77270999', NULL, 1652956215),
(92154, '3298', '205.00', '7', '20.001', '25', '80000000', '83800999', '77000000', '77270999', NULL, 1652956216),
(92155, '3220', '612.00', '2', '20.001', '25', '80000000', '83800999', '77000000', '77270999', NULL, 1652956216),
(92156, '3298', '249.00', '7', '25.001', '30', '80000000', '83800999', '77000000', '77270999', NULL, 1652956217),
(92157, '3220', '744.00', '2', '25.001', '30', '80000000', '83800999', '77000000', '77270999', NULL, 1652956217),
(92158, '3298', '90.00', '7', '0.3', '5', '80000000', '83800999', '77300000', '77995999', NULL, 1652956218),
(92159, '3220', '183.00', '3', '0.3', '5', '80000000', '83800999', '77300000', '77995999', NULL, 1652956218),
(92160, '3298', '133.00', '7', '5.001', '10', '80000000', '83800999', '77300000', '77995999', NULL, 1652956219),
(92161, '3220', '266.00', '3', '5.001', '10', '80000000', '83800999', '77300000', '77995999', NULL, 1652956220),
(92162, '3298', '215.00', '7', '10.001', '15', '80000000', '83800999', '77300000', '77995999', NULL, 1652956221),
(92163, '3220', '430.00', '3', '10.001', '15', '80000000', '83800999', '77300000', '77995999', NULL, 1652956221),
(92164, '3298', '298.00', '7', '15.001', '20', '80000000', '83800999', '77300000', '77995999', NULL, 1652956222),
(92165, '3220', '595.00', '3', '15.001', '20', '80000000', '83800999', '77300000', '77995999', NULL, 1652956222),
(92166, '3298', '380.00', '7', '20.001', '25', '80000000', '83800999', '77300000', '77995999', NULL, 1652956223),
(92167, '3220', '760.00', '3', '20.001', '25', '80000000', '83800999', '77300000', '77995999', NULL, 1652956223),
(92168, '3298', '463.00', '7', '25.001', '30', '80000000', '83800999', '77300000', '77995999', NULL, 1652956224),
(92169, '3220', '925.00', '3', '25.001', '30', '80000000', '83800999', '77300000', '77995999', NULL, 1652956224),
(92170, '3298', '38.00', '10', '0.3', '5', '80000000', '83800999', '78000000', '78109999', NULL, 1652956225),
(92171, '3220', '113.00', '6', '0.3', '5', '80000000', '83800999', '78000000', '78109999', NULL, 1652956226),
(92172, '3298', '58.00', '10', '5.001', '10', '80000000', '83800999', '78000000', '78109999', NULL, 1652956226),
(92173, '3220', '176.00', '6', '5.001', '10', '80000000', '83800999', '78000000', '78109999', NULL, 1652956227),
(92174, '3298', '94.00', '10', '10.001', '15', '80000000', '83800999', '78000000', '78109999', NULL, 1652956227),
(92175, '3220', '286.00', '6', '10.001', '15', '80000000', '83800999', '78000000', '78109999', NULL, 1652956228),
(92176, '3298', '130.00', '10', '15.001', '20', '80000000', '83800999', '78000000', '78109999', NULL, 1652956228),
(92177, '3220', '396.00', '6', '15.001', '20', '80000000', '83800999', '78000000', '78109999', NULL, 1652956229),
(92178, '3298', '166.00', '10', '20.001', '25', '80000000', '83800999', '78000000', '78109999', NULL, 1652956229),
(92179, '3220', '505.00', '6', '20.001', '25', '80000000', '83800999', '78000000', '78109999', NULL, 1652956230),
(92180, '3298', '202.00', '10', '25.001', '30', '80000000', '83800999', '78000000', '78109999', NULL, 1652956230),
(92181, '3220', '615.00', '6', '25.001', '30', '80000000', '83800999', '78000000', '78109999', NULL, 1652956231),
(92182, '3298', '70.00', '9', '0.3', '5', '80000000', '83800999', '78110000', '78899999', NULL, 1652956232),
(92183, '3220', '157.00', '6', '0.3', '5', '80000000', '83800999', '78110000', '78899999', NULL, 1652956232),
(92184, '3298', '106.00', '9', '5.001', '10', '80000000', '83800999', '78110000', '78899999', NULL, 1652956233),
(92185, '3220', '226.00', '6', '5.001', '10', '80000000', '83800999', '78110000', '78899999', NULL, 1652956233),
(92186, '3298', '172.00', '9', '10.001', '15', '80000000', '83800999', '78110000', '78899999', NULL, 1652956234),
(92187, '3220', '367.00', '6', '10.001', '15', '80000000', '83800999', '78110000', '78899999', NULL, 1652956234),
(92188, '3298', '239.00', '9', '15.001', '20', '80000000', '83800999', '78110000', '78899999', NULL, 1652956235),
(92189, '3220', '508.00', '6', '15.001', '20', '80000000', '83800999', '78110000', '78899999', NULL, 1652956236),
(92190, '3298', '305.00', '9', '20.001', '25', '80000000', '83800999', '78110000', '78899999', NULL, 1652956236),
(92191, '3220', '649.00', '6', '20.001', '25', '80000000', '83800999', '78110000', '78899999', NULL, 1652956237),
(92192, '3298', '371.00', '9', '25.001', '30', '80000000', '83800999', '78110000', '78899999', NULL, 1652956237),
(92193, '3220', '789.00', '6', '25.001', '30', '80000000', '83800999', '78110000', '78899999', NULL, 1652956238),
(92194, '3298', '90.00', '11', '0.3', '5', '80000000', '83800999', '78900000', '78930999', NULL, 1652956238),
(92195, '3220', '183.00', '7', '0.3', '5', '80000000', '83800999', '78900000', '78930999', NULL, 1652956239),
(92196, '3298', '133.00', '11', '5.001', '10', '80000000', '83800999', '78900000', '78930999', NULL, 1652956240),
(92197, '3220', '266.00', '7', '5.001', '10', '80000000', '83800999', '78900000', '78930999', NULL, 1652956240),
(92198, '3298', '215.00', '11', '10.001', '15', '80000000', '83800999', '78900000', '78930999', NULL, 1652956241),
(92199, '3220', '430.00', '7', '10.001', '15', '80000000', '83800999', '78900000', '78930999', NULL, 1652956242),
(92200, '3298', '298.00', '11', '15.001', '20', '80000000', '83800999', '78900000', '78930999', NULL, 1652956242),
(92201, '3220', '595.00', '7', '15.001', '20', '80000000', '83800999', '78900000', '78930999', NULL, 1652956243),
(92202, '3298', '380.00', '11', '20.001', '25', '80000000', '83800999', '78900000', '78930999', NULL, 1652956243),
(92203, '3220', '760.00', '7', '20.001', '25', '80000000', '83800999', '78900000', '78930999', NULL, 1652956244),
(92204, '3298', '463.00', '11', '25.001', '30', '80000000', '83800999', '78900000', '78930999', NULL, 1652956245),
(92205, '3220', '925.00', '7', '25.001', '30', '80000000', '83800999', '78900000', '78930999', NULL, 1652956245),
(92206, '3298', '70.00', '11', '0.3', '5', '80000000', '83800999', '78931000', '78999999', NULL, 1652956246),
(92207, '3220', '157.00', '7', '0.3', '5', '80000000', '83800999', '78931000', '78999999', NULL, 1652956246),
(92208, '3298', '106.00', '11', '5.001', '10', '80000000', '83800999', '78931000', '78999999', NULL, 1652956247),
(92209, '3220', '226.00', '7', '5.001', '10', '80000000', '83800999', '78931000', '78999999', NULL, 1652956248),
(92210, '3298', '172.00', '11', '10.001', '15', '80000000', '83800999', '78931000', '78999999', NULL, 1652956248),
(92211, '3220', '367.00', '7', '10.001', '15', '80000000', '83800999', '78931000', '78999999', NULL, 1652956249),
(92212, '3298', '239.00', '11', '15.001', '20', '80000000', '83800999', '78931000', '78999999', NULL, 1652956249),
(92213, '3220', '508.00', '7', '15.001', '20', '80000000', '83800999', '78931000', '78999999', NULL, 1652956250),
(92214, '3298', '305.00', '11', '20.001', '25', '80000000', '83800999', '78931000', '78999999', NULL, 1652956251),
(92215, '3220', '649.00', '7', '20.001', '25', '80000000', '83800999', '78931000', '78999999', NULL, 1652956251),
(92216, '3298', '371.00', '11', '25.001', '30', '80000000', '83800999', '78931000', '78999999', NULL, 1652956252),
(92217, '3220', '789.00', '7', '25.001', '30', '80000000', '83800999', '78931000', '78999999', NULL, 1652956252),
(92218, '3298', '34.00', '5', '0.3', '5', '80000000', '83800999', '79000000', '79129999', NULL, 1652956253),
(92219, '3220', '80.00', '1', '0.3', '5', '80000000', '83800999', '79000000', '79129999', NULL, 1652956254),
(92220, '3298', '50.00', '5', '5.001', '10', '80000000', '83800999', '79000000', '79129999', NULL, 1652956254),
(92221, '3220', '125.00', '1', '5.001', '10', '80000000', '83800999', '79000000', '79129999', NULL, 1652956255),
(92222, '3298', '82.00', '5', '10.001', '15', '80000000', '83800999', '79000000', '79129999', NULL, 1652956255),
(92223, '3220', '203.00', '1', '10.001', '15', '80000000', '83800999', '79000000', '79129999', NULL, 1652956256),
(92224, '3298', '113.00', '5', '15.001', '20', '80000000', '83800999', '79000000', '79129999', NULL, 1652956257),
(92225, '3220', '281.00', '1', '15.001', '20', '80000000', '83800999', '79000000', '79129999', NULL, 1652956257),
(92226, '3298', '145.00', '5', '20.001', '25', '80000000', '83800999', '79000000', '79129999', NULL, 1652956258),
(92227, '3220', '359.00', '1', '20.001', '25', '80000000', '83800999', '79000000', '79129999', NULL, 1652956258),
(92228, '3298', '176.00', '5', '25.001', '30', '80000000', '83800999', '79000000', '79129999', NULL, 1652956259),
(92229, '3220', '437.00', '1', '25.001', '30', '80000000', '83800999', '79000000', '79129999', NULL, 1652956259),
(92230, '3298', '50.00', '9', '0.3', '5', '80000000', '83800999', '79130000', '79999999', NULL, 1652956260),
(92231, '3220', '124.00', '5', '0.3', '5', '80000000', '83800999', '79130000', '79999999', NULL, 1652956261),
(92232, '3298', '83.00', '9', '5.001', '10', '80000000', '83800999', '79130000', '79999999', NULL, 1652956261),
(92233, '3220', '175.00', '5', '5.001', '10', '80000000', '83800999', '79130000', '79999999', NULL, 1652956262),
(92234, '3298', '135.00', '9', '10.001', '15', '80000000', '83800999', '79130000', '79999999', NULL, 1652956262),
(92235, '3220', '283.00', '5', '10.001', '15', '80000000', '83800999', '79130000', '79999999', NULL, 1652956263),
(92236, '3298', '186.00', '9', '15.001', '20', '80000000', '83800999', '79130000', '79999999', NULL, 1652956263),
(92237, '3220', '392.00', '5', '15.001', '20', '80000000', '83800999', '79130000', '79999999', NULL, 1652956264),
(92238, '3298', '238.00', '9', '20.001', '25', '80000000', '83800999', '79130000', '79999999', NULL, 1652956264),
(92239, '3220', '500.00', '5', '20.001', '25', '80000000', '83800999', '79130000', '79999999', NULL, 1652956265),
(92240, '3298', '290.00', '9', '25.001', '30', '80000000', '83800999', '79130000', '79999999', NULL, 1652956265),
(92241, '3220', '609.00', '5', '25.001', '30', '80000000', '83800999', '79130000', '79999999', NULL, 1652956266),
(92242, '3298', '25.00', '5', '0.3', '5', '80000000', '83800999', '80000000', '82999999', NULL, 1652956266),
(92243, '3220', '21.00', '1', '0.3', '5', '80000000', '83800999', '80000000', '82999999', NULL, 1652956267),
(92244, '3298', '31.00', '5', '5.001', '10', '80000000', '83800999', '80000000', '82999999', NULL, 1652956267),
(92245, '3220', '27.00', '1', '5.001', '10', '80000000', '83800999', '80000000', '82999999', NULL, 1652956268),
(92246, '3298', '51.00', '5', '10.001', '15', '80000000', '83800999', '80000000', '82999999', NULL, 1652956269),
(92247, '3220', '44.00', '1', '10.001', '15', '80000000', '83800999', '80000000', '82999999', NULL, 1652956269),
(92248, '3298', '71.00', '5', '15.001', '20', '80000000', '83800999', '80000000', '82999999', NULL, 1652956270),
(92249, '3220', '61.00', '1', '15.001', '20', '80000000', '83800999', '80000000', '82999999', NULL, 1652956271),
(92250, '3298', '91.00', '5', '20.001', '25', '80000000', '83800999', '80000000', '82999999', NULL, 1652956271),
(92251, '3220', '78.00', '1', '20.001', '25', '80000000', '83800999', '80000000', '82999999', NULL, 1652956271),
(92252, '3298', '110.00', '5', '25.001', '30', '80000000', '83800999', '80000000', '82999999', NULL, 1652956272),
(92253, '3220', '95.00', '1', '25.001', '30', '80000000', '83800999', '80000000', '82999999', NULL, 1652956273),
(92254, '3298', '25.00', '5', '0.3', '5', '80000000', '83800999', '80000000', '83800999', NULL, 1652956273),
(92255, '3220', '21.00', '1', '0.3', '5', '80000000', '83800999', '80000000', '83800999', NULL, 1652956274),
(92256, '3298', '31.00', '5', '5.001', '10', '80000000', '83800999', '80000000', '83800999', NULL, 1652956274),
(92257, '3220', '27.00', '1', '5.001', '10', '80000000', '83800999', '80000000', '83800999', NULL, 1652956275),
(92258, '3298', '51.00', '5', '10.001', '15', '80000000', '83800999', '80000000', '83800999', NULL, 1652956275),
(92259, '3220', '44.00', '1', '10.001', '15', '80000000', '83800999', '80000000', '83800999', NULL, 1652956276);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(92260, '3298', '71.00', '5', '15.001', '20', '80000000', '83800999', '80000000', '83800999', NULL, 1652956276),
(92261, '3220', '61.00', '1', '15.001', '20', '80000000', '83800999', '80000000', '83800999', NULL, 1652956277),
(92262, '3298', '91.00', '5', '20.001', '25', '80000000', '83800999', '80000000', '83800999', NULL, 1652956277),
(92263, '3220', '78.00', '1', '20.001', '25', '80000000', '83800999', '80000000', '83800999', NULL, 1652956277),
(92264, '3298', '110.00', '5', '25.001', '30', '80000000', '83800999', '80000000', '83800999', NULL, 1652956278),
(92265, '3220', '95.00', '1', '25.001', '30', '80000000', '83800999', '80000000', '83800999', NULL, 1652956279),
(92266, '3298', '25.00', '5', '0.3', '5', '80000000', '83800999', '83801000', '87999999', NULL, 1652956279),
(92267, '3220', '34.00', '2', '0.3', '5', '80000000', '83800999', '83801000', '87999999', NULL, 1652956280),
(92268, '3298', '31.00', '5', '5.001', '10', '80000000', '83800999', '83801000', '87999999', NULL, 1652956280),
(92269, '3220', '48.00', '2', '5.001', '10', '80000000', '83800999', '83801000', '87999999', NULL, 1652956281),
(92270, '3298', '51.00', '5', '10.001', '15', '80000000', '83800999', '83801000', '87999999', NULL, 1652956281),
(92271, '3220', '78.00', '2', '10.001', '15', '80000000', '83800999', '83801000', '87999999', NULL, 1652956282),
(92272, '3298', '71.00', '5', '15.001', '20', '80000000', '83800999', '83801000', '87999999', NULL, 1652956282),
(92273, '3220', '108.00', '2', '15.001', '20', '80000000', '83800999', '83801000', '87999999', NULL, 1652956283),
(92274, '3298', '91.00', '5', '20.001', '25', '80000000', '83800999', '83801000', '87999999', NULL, 1652956284),
(92275, '3220', '138.00', '2', '20.001', '25', '80000000', '83800999', '83801000', '87999999', NULL, 1652956284),
(92276, '3298', '110.00', '5', '25.001', '30', '80000000', '83800999', '83801000', '87999999', NULL, 1652956285),
(92277, '3220', '168.00', '2', '25.001', '30', '80000000', '83800999', '83801000', '87999999', NULL, 1652956285),
(92278, '3298', '30.00', '5', '0.3', '5', '80000000', '83800999', '88000000', '82999999', NULL, 1652956286),
(92279, '3220', '59.00', '1', '0.3', '5', '80000000', '83800999', '88000000', '82999999', NULL, 1652956286),
(92280, '3298', '44.00', '5', '5.001', '10', '80000000', '83800999', '88000000', '82999999', NULL, 1652956287),
(92281, '3220', '93.00', '1', '5.001', '10', '80000000', '83800999', '88000000', '82999999', NULL, 1652956287),
(92282, '3298', '71.00', '5', '10.001', '15', '80000000', '83800999', '88000000', '82999999', NULL, 1652956288),
(92283, '3220', '150.00', '1', '10.001', '15', '80000000', '83800999', '88000000', '82999999', NULL, 1652956289),
(92284, '3298', '99.00', '5', '15.001', '20', '80000000', '83800999', '88000000', '82999999', NULL, 1652956289),
(92285, '3220', '208.00', '1', '15.001', '20', '80000000', '83800999', '88000000', '82999999', NULL, 1652956290),
(92286, '3298', '126.00', '5', '20.001', '25', '80000000', '83800999', '88000000', '82999999', NULL, 1652956290),
(92287, '3220', '266.00', '1', '20.001', '25', '80000000', '83800999', '88000000', '82999999', NULL, 1652956291),
(92288, '3298', '153.00', '5', '25.001', '30', '80000000', '83800999', '88000000', '82999999', NULL, 1652956291),
(92289, '3220', '324.00', '1', '25.001', '30', '80000000', '83800999', '88000000', '82999999', NULL, 1652956292),
(92290, '3298', '30.00', '5', '0.3', '5', '80000000', '83800999', '88000000', '88469999', NULL, 1652956292),
(92291, '3220', '59.00', '1', '0.3', '5', '80000000', '83800999', '88000000', '88469999', NULL, 1652956293),
(92292, '3298', '44.00', '5', '5.001', '10', '80000000', '83800999', '88000000', '88469999', NULL, 1652956293),
(92293, '3220', '93.00', '1', '5.001', '10', '80000000', '83800999', '88000000', '88469999', NULL, 1652956294),
(92294, '3298', '71.00', '5', '10.001', '15', '80000000', '83800999', '88000000', '88469999', NULL, 1652956294),
(92295, '3220', '150.00', '1', '10.001', '15', '80000000', '83800999', '88000000', '88469999', NULL, 1652956295),
(92296, '3298', '99.00', '5', '15.001', '20', '80000000', '83800999', '88000000', '88469999', NULL, 1652956295),
(92297, '3220', '208.00', '1', '15.001', '20', '80000000', '83800999', '88000000', '88469999', NULL, 1652956296),
(92298, '3298', '126.00', '5', '20.001', '25', '80000000', '83800999', '88000000', '88469999', NULL, 1652956297),
(92299, '3220', '266.00', '1', '20.001', '25', '80000000', '83800999', '88000000', '88469999', NULL, 1652956297),
(92300, '3298', '153.00', '5', '25.001', '30', '80000000', '83800999', '88000000', '88469999', NULL, 1652956297),
(92301, '3220', '324.00', '1', '25.001', '30', '80000000', '83800999', '88000000', '88469999', NULL, 1652956298),
(92302, '3298', '38.00', '6', '0.3', '5', '80000000', '83800999', '88470000', '89999999', NULL, 1652956299),
(92303, '3220', '85.00', '2', '0.3', '5', '80000000', '83800999', '88470000', '89999999', NULL, 1652956299),
(92304, '3298', '63.00', '6', '5.001', '10', '80000000', '83800999', '88470000', '89999999', NULL, 1652956300),
(92305, '3220', '118.00', '2', '5.001', '10', '80000000', '83800999', '88470000', '89999999', NULL, 1652956300),
(92306, '3298', '103.00', '6', '10.001', '15', '80000000', '83800999', '88470000', '89999999', NULL, 1652956300),
(92307, '3220', '192.00', '2', '10.001', '15', '80000000', '83800999', '88470000', '89999999', NULL, 1652956301),
(92308, '3298', '142.00', '6', '15.001', '20', '80000000', '83800999', '88470000', '89999999', NULL, 1652956302),
(92309, '3220', '266.00', '2', '15.001', '20', '80000000', '83800999', '88470000', '89999999', NULL, 1652956302),
(92310, '3298', '182.00', '6', '20.001', '25', '80000000', '83800999', '88470000', '89999999', NULL, 1652956303),
(92311, '3220', '339.00', '2', '20.001', '25', '80000000', '83800999', '88470000', '89999999', NULL, 1652956303),
(92312, '3298', '221.00', '6', '25.001', '30', '80000000', '83800999', '88470000', '89999999', NULL, 1652956304),
(92313, '3220', '413.00', '2', '25.001', '30', '80000000', '83800999', '88470000', '89999999', NULL, 1652956304),
(92314, '3298', '30.00', '6', '0.3', '5', '80000000', '83800999', '90000000', '91999999', NULL, 1652956305),
(92315, '3220', '59.00', '1', '0.3', '5', '80000000', '83800999', '90000000', '91999999', NULL, 1652956305),
(92316, '3298', '44.00', '6', '5.001', '10', '80000000', '83800999', '90000000', '91999999', NULL, 1652956306),
(92317, '3220', '93.00', '1', '5.001', '10', '80000000', '83800999', '90000000', '91999999', NULL, 1652956306),
(92318, '3298', '71.00', '6', '10.001', '15', '80000000', '83800999', '90000000', '91999999', NULL, 1652956307),
(92319, '3220', '150.00', '1', '10.001', '15', '80000000', '83800999', '90000000', '91999999', NULL, 1652956307),
(92320, '3298', '99.00', '6', '15.001', '20', '80000000', '83800999', '90000000', '91999999', NULL, 1652956308),
(92321, '3220', '208.00', '1', '15.001', '20', '80000000', '83800999', '90000000', '91999999', NULL, 1652956308),
(92322, '3298', '126.00', '6', '20.001', '25', '80000000', '83800999', '90000000', '91999999', NULL, 1652956309),
(92323, '3220', '266.00', '1', '20.001', '25', '80000000', '83800999', '90000000', '91999999', NULL, 1652956309),
(92324, '3298', '153.00', '6', '25.001', '30', '80000000', '83800999', '90000000', '91999999', NULL, 1652956310),
(92325, '3220', '324.00', '1', '25.001', '30', '80000000', '83800999', '90000000', '91999999', NULL, 1652956310),
(92326, '3298', '30.00', '6', '0.3', '5', '80000000', '83800999', '90000000', '94900999', NULL, 1652956311),
(92327, '3220', '59.00', '2', '0.3', '5', '80000000', '83800999', '90000000', '94900999', NULL, 1652956311),
(92328, '3298', '44.00', '6', '5.001', '10', '80000000', '83800999', '90000000', '94900999', NULL, 1652956312),
(92329, '3220', '93.00', '2', '5.001', '10', '80000000', '83800999', '90000000', '94900999', NULL, 1652956312),
(92330, '3298', '71.00', '6', '10.001', '15', '80000000', '83800999', '90000000', '94900999', NULL, 1652956313),
(92331, '3220', '150.00', '2', '10.001', '15', '80000000', '83800999', '90000000', '94900999', NULL, 1652956313),
(92332, '3298', '99.00', '6', '15.001', '20', '80000000', '83800999', '90000000', '94900999', NULL, 1652956313),
(92333, '3220', '208.00', '2', '15.001', '20', '80000000', '83800999', '90000000', '94900999', NULL, 1652956314),
(92334, '3298', '126.00', '6', '20.001', '25', '80000000', '83800999', '90000000', '94900999', NULL, 1652956314),
(92335, '3220', '266.00', '2', '20.001', '25', '80000000', '83800999', '90000000', '94900999', NULL, 1652956315),
(92336, '3298', '153.00', '6', '25.001', '30', '80000000', '83800999', '90000000', '94900999', NULL, 1652956315),
(92337, '3220', '324.00', '2', '25.001', '30', '80000000', '83800999', '90000000', '94900999', NULL, 1652956316),
(92338, '3298', '44.00', '10', '0.3', '5', '80000000', '83800999', '94901000', '99999999', NULL, 1652956316),
(92339, '3220', '102.00', '6', '0.3', '5', '80000000', '83800999', '94901000', '99999999', NULL, 1652956316),
(92340, '3298', '74.00', '10', '5.001', '10', '80000000', '83800999', '94901000', '99999999', NULL, 1652956317),
(92341, '3220', '141.00', '6', '5.001', '10', '80000000', '83800999', '94901000', '99999999', NULL, 1652956317),
(92342, '3298', '120.00', '10', '10.001', '15', '80000000', '83800999', '94901000', '99999999', NULL, 1652956318),
(92343, '3220', '229.00', '6', '10.001', '15', '80000000', '83800999', '94901000', '99999999', NULL, 1652956318),
(92344, '3298', '166.00', '10', '15.001', '20', '80000000', '83800999', '94901000', '99999999', NULL, 1652956319),
(92345, '3220', '316.00', '6', '15.001', '20', '80000000', '83800999', '94901000', '99999999', NULL, 1652956320),
(92346, '3298', '212.00', '10', '20.001', '25', '80000000', '83800999', '94901000', '99999999', NULL, 1652956320),
(92347, '3220', '404.00', '6', '20.001', '25', '80000000', '83800999', '94901000', '99999999', NULL, 1652956320),
(92348, '3298', '258.00', '10', '25.001', '30', '80000000', '83800999', '94901000', '99999999', NULL, 1652956321),
(92349, '3220', '492.00', '6', '25.001', '30', '80000000', '83800999', '94901000', '99999999', NULL, 1652956322),
(92350, '3298', '44.00', '8', '0.3', '5', '83801000', '87999999', '01000000', '08499999', NULL, 1652956322),
(92351, '3220', '102.00', '4', '0.3', '5', '83801000', '87999999', '01000000', '08499999', NULL, 1652956323),
(92352, '3298', '74.00', '8', '5.001', '10', '83801000', '87999999', '01000000', '08499999', NULL, 1652956323),
(92353, '3220', '141.00', '4', '5.001', '10', '83801000', '87999999', '01000000', '08499999', NULL, 1652956324),
(92354, '3298', '120.00', '8', '10.001', '15', '83801000', '87999999', '01000000', '08499999', NULL, 1652956325),
(92355, '3220', '229.00', '4', '10.001', '15', '83801000', '87999999', '01000000', '08499999', NULL, 1652956325),
(92356, '3298', '166.00', '8', '15.001', '20', '83801000', '87999999', '01000000', '08499999', NULL, 1652956326),
(92357, '3220', '316.00', '4', '15.001', '20', '83801000', '87999999', '01000000', '08499999', NULL, 1652956326),
(92358, '3298', '212.00', '8', '20.001', '25', '83801000', '87999999', '01000000', '08499999', NULL, 1652956327),
(92359, '3220', '404.00', '4', '20.001', '25', '83801000', '87999999', '01000000', '08499999', NULL, 1652956328),
(92360, '3298', '258.00', '8', '25.001', '30', '83801000', '87999999', '01000000', '08499999', NULL, 1652956328),
(92361, '3220', '492.00', '4', '25.001', '30', '83801000', '87999999', '01000000', '08499999', NULL, 1652956329),
(92362, '3298', '44.00', '8', '0.3', '5', '83801000', '87999999', '06000000', '09999999', NULL, 1652956329),
(92363, '3220', '102.00', '4', '0.3', '5', '83801000', '87999999', '06000000', '09999999', NULL, 1652956330),
(92364, '3298', '74.00', '8', '5.001', '10', '83801000', '87999999', '06000000', '09999999', NULL, 1652956330),
(92365, '3220', '141.00', '4', '5.001', '10', '83801000', '87999999', '06000000', '09999999', NULL, 1652956331),
(92366, '3298', '120.00', '8', '10.001', '15', '83801000', '87999999', '06000000', '09999999', NULL, 1652956331),
(92367, '3220', '229.00', '4', '10.001', '15', '83801000', '87999999', '06000000', '09999999', NULL, 1652956332),
(92368, '3298', '166.00', '8', '15.001', '20', '83801000', '87999999', '06000000', '09999999', NULL, 1652956333),
(92369, '3220', '316.00', '4', '15.001', '20', '83801000', '87999999', '06000000', '09999999', NULL, 1652956333),
(92370, '3298', '212.00', '8', '20.001', '25', '83801000', '87999999', '06000000', '09999999', NULL, 1652956334),
(92371, '3220', '404.00', '4', '20.001', '25', '83801000', '87999999', '06000000', '09999999', NULL, 1652956334),
(92372, '3298', '258.00', '8', '25.001', '30', '83801000', '87999999', '06000000', '09999999', NULL, 1652956335),
(92373, '3220', '492.00', '4', '25.001', '30', '83801000', '87999999', '06000000', '09999999', NULL, 1652956336),
(92374, '3298', '44.00', '9', '0.3', '5', '83801000', '87999999', '11000000', '11999999', NULL, 1652956336),
(92375, '3220', '102.00', '5', '0.3', '5', '83801000', '87999999', '11000000', '11999999', NULL, 1652956337),
(92376, '3298', '74.00', '9', '5.001', '10', '83801000', '87999999', '11000000', '11999999', NULL, 1652956337),
(92377, '3220', '141.00', '5', '5.001', '10', '83801000', '87999999', '11000000', '11999999', NULL, 1652956338),
(92378, '3298', '120.00', '9', '10.001', '15', '83801000', '87999999', '11000000', '11999999', NULL, 1652956339),
(92379, '3220', '229.00', '5', '10.001', '15', '83801000', '87999999', '11000000', '11999999', NULL, 1652956339),
(92380, '3298', '166.00', '9', '15.001', '20', '83801000', '87999999', '11000000', '11999999', NULL, 1652956340),
(92381, '3220', '316.00', '5', '15.001', '20', '83801000', '87999999', '11000000', '11999999', NULL, 1652956340),
(92382, '3298', '212.00', '9', '20.001', '25', '83801000', '87999999', '11000000', '11999999', NULL, 1652956341),
(92383, '3220', '404.00', '5', '20.001', '25', '83801000', '87999999', '11000000', '11999999', NULL, 1652956342),
(92384, '3298', '258.00', '9', '25.001', '30', '83801000', '87999999', '11000000', '11999999', NULL, 1652956342),
(92385, '3220', '492.00', '5', '25.001', '30', '83801000', '87999999', '11000000', '11999999', NULL, 1652956343),
(92386, '3298', '44.00', '8', '0.3', '5', '83801000', '87999999', '12000000', '19999999', NULL, 1652956344),
(92387, '3220', '102.00', '4', '0.3', '5', '83801000', '87999999', '12000000', '19999999', NULL, 1652956344),
(92388, '3298', '74.00', '8', '5.001', '10', '83801000', '87999999', '12000000', '19999999', NULL, 1652956345),
(92389, '3220', '141.00', '4', '5.001', '10', '83801000', '87999999', '12000000', '19999999', NULL, 1652956345),
(92390, '3298', '120.00', '8', '10.001', '15', '83801000', '87999999', '12000000', '19999999', NULL, 1652956345),
(92391, '3220', '229.00', '4', '10.001', '15', '83801000', '87999999', '12000000', '19999999', NULL, 1652956346),
(92392, '3298', '166.00', '8', '15.001', '20', '83801000', '87999999', '12000000', '19999999', NULL, 1652956349),
(92393, '3220', '316.00', '4', '15.001', '20', '83801000', '87999999', '12000000', '19999999', NULL, 1652956350),
(92394, '3298', '212.00', '8', '20.001', '25', '83801000', '87999999', '12000000', '19999999', NULL, 1652956350),
(92395, '3220', '404.00', '4', '20.001', '25', '83801000', '87999999', '12000000', '19999999', NULL, 1652956351),
(92396, '3298', '258.00', '8', '25.001', '30', '83801000', '87999999', '12000000', '19999999', NULL, 1652956351),
(92397, '3220', '492.00', '4', '25.001', '30', '83801000', '87999999', '12000000', '19999999', NULL, 1652956352),
(92398, '3298', '50.00', '11', '0.3', '5', '83801000', '87999999', '26601000', '28999999', NULL, 1652956363),
(92399, '3220', '124.00', '7', '0.3', '5', '83801000', '87999999', '26601000', '28999999', NULL, 1652956364),
(92400, '3298', '83.00', '11', '5.001', '10', '83801000', '87999999', '26601000', '28999999', NULL, 1652956365),
(92401, '3220', '175.00', '7', '5.001', '10', '83801000', '87999999', '26601000', '28999999', NULL, 1652956365),
(92402, '3298', '135.00', '11', '10.001', '15', '83801000', '87999999', '26601000', '28999999', NULL, 1652956366),
(92403, '3220', '283.00', '7', '10.001', '15', '83801000', '87999999', '26601000', '28999999', NULL, 1652956367),
(92404, '3298', '186.00', '11', '15.001', '20', '83801000', '87999999', '26601000', '28999999', NULL, 1652956367),
(92405, '3220', '392.00', '7', '15.001', '20', '83801000', '87999999', '26601000', '28999999', NULL, 1652956368),
(92406, '3298', '238.00', '11', '20.001', '25', '83801000', '87999999', '26601000', '28999999', NULL, 1652956368),
(92407, '3220', '500.00', '7', '20.001', '25', '83801000', '87999999', '26601000', '28999999', NULL, 1652956369),
(92408, '3298', '290.00', '11', '25.001', '30', '83801000', '87999999', '26601000', '28999999', NULL, 1652956370),
(92409, '3220', '609.00', '7', '25.001', '30', '83801000', '87999999', '26601000', '28999999', NULL, 1652956370),
(92410, '3298', '70.00', '8', '0.3', '5', '83801000', '87999999', '29000000', '29099999', NULL, 1652956371),
(92411, '3220', '157.00', '4', '0.3', '5', '83801000', '87999999', '29000000', '29099999', NULL, 1652956371),
(92412, '3298', '106.00', '8', '5.001', '10', '83801000', '87999999', '29000000', '29099999', NULL, 1652956372),
(92413, '3220', '226.00', '4', '5.001', '10', '83801000', '87999999', '29000000', '29099999', NULL, 1652956373),
(92414, '3298', '172.00', '8', '10.001', '15', '83801000', '87999999', '29000000', '29099999', NULL, 1652956373),
(92415, '3220', '367.00', '4', '10.001', '15', '83801000', '87999999', '29000000', '29099999', NULL, 1652956373),
(92416, '3298', '239.00', '8', '15.001', '20', '83801000', '87999999', '29000000', '29099999', NULL, 1652956374),
(92417, '3220', '508.00', '4', '15.001', '20', '83801000', '87999999', '29000000', '29099999', NULL, 1652956375),
(92418, '3298', '305.00', '8', '20.001', '25', '83801000', '87999999', '29000000', '29099999', NULL, 1652956375),
(92419, '3220', '649.00', '4', '20.001', '25', '83801000', '87999999', '29000000', '29099999', NULL, 1652956376),
(92420, '3298', '371.00', '8', '25.001', '30', '83801000', '87999999', '29000000', '29099999', NULL, 1652956376),
(92421, '3220', '789.00', '4', '25.001', '30', '83801000', '87999999', '29000000', '29099999', NULL, 1652956377),
(92422, '3298', '70.00', '10', '0.3', '5', '83801000', '87999999', '29100000', '29999999', NULL, 1652956378),
(92423, '3220', '157.00', '6', '0.3', '5', '83801000', '87999999', '29100000', '29999999', NULL, 1652956378),
(92424, '3298', '106.00', '10', '5.001', '10', '83801000', '87999999', '29100000', '29999999', NULL, 1652956379),
(92425, '3220', '226.00', '6', '5.001', '10', '83801000', '87999999', '29100000', '29999999', NULL, 1652956379),
(92426, '3298', '172.00', '10', '10.001', '15', '83801000', '87999999', '29100000', '29999999', NULL, 1652956380),
(92427, '3220', '367.00', '6', '10.001', '15', '83801000', '87999999', '29100000', '29999999', NULL, 1652956380),
(92428, '3298', '239.00', '10', '15.001', '20', '83801000', '87999999', '29100000', '29999999', NULL, 1652956381),
(92429, '3220', '508.00', '6', '15.001', '20', '83801000', '87999999', '29100000', '29999999', NULL, 1652956382),
(92430, '3298', '305.00', '10', '20.001', '25', '83801000', '87999999', '29100000', '29999999', NULL, 1652956382),
(92431, '3220', '649.00', '6', '20.001', '25', '83801000', '87999999', '29100000', '29999999', NULL, 1652956383),
(92432, '3298', '371.00', '10', '25.001', '30', '83801000', '87999999', '29100000', '29999999', NULL, 1652956383),
(92433, '3220', '789.00', '6', '25.001', '30', '83801000', '87999999', '29100000', '29999999', NULL, 1652956384),
(92434, '3298', '50.00', '8', '0.3', '5', '83801000', '87999999', '30000000', '31999999', NULL, 1652956384),
(92435, '3220', '124.00', '4', '0.3', '5', '83801000', '87999999', '30000000', '31999999', NULL, 1652956384),
(92436, '3298', '83.00', '8', '5.001', '10', '83801000', '87999999', '30000000', '31999999', NULL, 1652956385),
(92437, '3220', '175.00', '4', '5.001', '10', '83801000', '87999999', '30000000', '31999999', NULL, 1652956386),
(92438, '3298', '135.00', '8', '10.001', '15', '83801000', '87999999', '30000000', '31999999', NULL, 1652956386),
(92439, '3220', '283.00', '4', '10.001', '15', '83801000', '87999999', '30000000', '31999999', NULL, 1652956387),
(92440, '3298', '186.00', '8', '15.001', '20', '83801000', '87999999', '30000000', '31999999', NULL, 1652956387),
(92441, '3220', '392.00', '4', '15.001', '20', '83801000', '87999999', '30000000', '31999999', NULL, 1652956388),
(92442, '3298', '238.00', '8', '20.001', '25', '83801000', '87999999', '30000000', '31999999', NULL, 1652956388),
(92443, '3220', '500.00', '4', '20.001', '25', '83801000', '87999999', '30000000', '31999999', NULL, 1652956389),
(92444, '3298', '290.00', '8', '25.001', '30', '83801000', '87999999', '30000000', '31999999', NULL, 1652956390),
(92445, '3220', '609.00', '4', '25.001', '30', '83801000', '87999999', '30000000', '31999999', NULL, 1652956390),
(92446, '3298', '50.00', '8', '0.3', '5', '83801000', '87999999', '30000000', '34999999', NULL, 1652956391),
(92447, '3220', '124.00', '4', '0.3', '5', '83801000', '87999999', '30000000', '34999999', NULL, 1652956391),
(92448, '3298', '83.00', '8', '5.001', '10', '83801000', '87999999', '30000000', '34999999', NULL, 1652956392),
(92449, '3220', '175.00', '4', '5.001', '10', '83801000', '87999999', '30000000', '34999999', NULL, 1652956393),
(92450, '3298', '135.00', '8', '10.001', '15', '83801000', '87999999', '30000000', '34999999', NULL, 1652956393),
(92451, '3220', '283.00', '4', '10.001', '15', '83801000', '87999999', '30000000', '34999999', NULL, 1652956394),
(92452, '3298', '186.00', '8', '15.001', '20', '83801000', '87999999', '30000000', '34999999', NULL, 1652956395),
(92453, '3220', '392.00', '4', '15.001', '20', '83801000', '87999999', '30000000', '34999999', NULL, 1652956395),
(92454, '3298', '238.00', '8', '20.001', '25', '83801000', '87999999', '30000000', '34999999', NULL, 1652956396),
(92455, '3220', '500.00', '4', '20.001', '25', '83801000', '87999999', '30000000', '34999999', NULL, 1652956396),
(92456, '3298', '290.00', '8', '25.001', '30', '83801000', '87999999', '30000000', '34999999', NULL, 1652956397),
(92457, '3220', '609.00', '4', '25.001', '30', '83801000', '87999999', '30000000', '34999999', NULL, 1652956397),
(92458, '3298', '50.00', '10', '0.3', '5', '83801000', '87999999', '35000000', '39999999', NULL, 1652956398),
(92459, '3220', '124.00', '6', '0.3', '5', '83801000', '87999999', '35000000', '39999999', NULL, 1652956399),
(92460, '3298', '83.00', '10', '5.001', '10', '83801000', '87999999', '35000000', '39999999', NULL, 1652956399),
(92461, '3220', '175.00', '6', '5.001', '10', '83801000', '87999999', '35000000', '39999999', NULL, 1652956400),
(92462, '3298', '135.00', '10', '10.001', '15', '83801000', '87999999', '35000000', '39999999', NULL, 1652956400),
(92463, '3220', '283.00', '6', '10.001', '15', '83801000', '87999999', '35000000', '39999999', NULL, 1652956401),
(92464, '3298', '186.00', '10', '15.001', '20', '83801000', '87999999', '35000000', '39999999', NULL, 1652956401),
(92465, '3220', '392.00', '6', '15.001', '20', '83801000', '87999999', '35000000', '39999999', NULL, 1652956402),
(92466, '3298', '238.00', '10', '20.001', '25', '83801000', '87999999', '35000000', '39999999', NULL, 1652956402),
(92467, '3220', '500.00', '6', '20.001', '25', '83801000', '87999999', '35000000', '39999999', NULL, 1652956403),
(92468, '3298', '290.00', '10', '25.001', '30', '83801000', '87999999', '35000000', '39999999', NULL, 1652956403),
(92469, '3220', '609.00', '6', '25.001', '30', '83801000', '87999999', '35000000', '39999999', NULL, 1652956404),
(92470, '3298', '90.00', '9', '0.3', '5', '83801000', '87999999', '40000000', '41999999', NULL, 1652956405),
(92471, '3220', '183.00', '4', '0.3', '5', '83801000', '87999999', '40000000', '41999999', NULL, 1652956405),
(92472, '3298', '133.00', '9', '5.001', '10', '83801000', '87999999', '40000000', '41999999', NULL, 1652956406),
(92473, '3220', '266.00', '4', '5.001', '10', '83801000', '87999999', '40000000', '41999999', NULL, 1652956407),
(92474, '3298', '215.00', '9', '10.001', '15', '83801000', '87999999', '40000000', '41999999', NULL, 1652956407),
(92475, '3220', '430.00', '4', '10.001', '15', '83801000', '87999999', '40000000', '41999999', NULL, 1652956408),
(92476, '3298', '298.00', '9', '15.001', '20', '83801000', '87999999', '40000000', '41999999', NULL, 1652956408),
(92477, '3220', '595.00', '4', '15.001', '20', '83801000', '87999999', '40000000', '41999999', NULL, 1652956409),
(92478, '3298', '380.00', '9', '20.001', '25', '83801000', '87999999', '40000000', '41999999', NULL, 1652956409),
(92479, '3220', '760.00', '4', '20.001', '25', '83801000', '87999999', '40000000', '41999999', NULL, 1652956410),
(92480, '3298', '463.00', '9', '25.001', '30', '83801000', '87999999', '40000000', '41999999', NULL, 1652956410),
(92481, '3220', '925.00', '4', '25.001', '30', '83801000', '87999999', '40000000', '41999999', NULL, 1652956411),
(92482, '3298', '90.00', '9', '0.3', '5', '83801000', '87999999', '40000000', '44470999', NULL, 1652956412),
(92483, '3220', '183.00', '4', '0.3', '5', '83801000', '87999999', '40000000', '44470999', NULL, 1652956412),
(92484, '3298', '133.00', '9', '5.001', '10', '83801000', '87999999', '40000000', '44470999', NULL, 1652956413),
(92485, '3220', '266.00', '4', '5.001', '10', '83801000', '87999999', '40000000', '44470999', NULL, 1652956413),
(92486, '3298', '215.00', '9', '10.001', '15', '83801000', '87999999', '40000000', '44470999', NULL, 1652956414),
(92487, '3220', '430.00', '4', '10.001', '15', '83801000', '87999999', '40000000', '44470999', NULL, 1652956414),
(92488, '3298', '298.00', '9', '15.001', '20', '83801000', '87999999', '40000000', '44470999', NULL, 1652956415),
(92489, '3220', '595.00', '4', '15.001', '20', '83801000', '87999999', '40000000', '44470999', NULL, 1652956416),
(92490, '3298', '380.00', '9', '20.001', '25', '83801000', '87999999', '40000000', '44470999', NULL, 1652956416),
(92491, '3220', '760.00', '4', '20.001', '25', '83801000', '87999999', '40000000', '44470999', NULL, 1652956417),
(92492, '3298', '463.00', '9', '25.001', '30', '83801000', '87999999', '40000000', '44470999', NULL, 1652956418),
(92493, '3220', '925.00', '4', '25.001', '30', '83801000', '87999999', '40000000', '44470999', NULL, 1652956418),
(92494, '3298', '90.00', '11', '0.3', '5', '83801000', '87999999', '44471000', '48999999', NULL, 1652956419),
(92495, '3220', '183.00', '6', '0.3', '5', '83801000', '87999999', '44471000', '48999999', NULL, 1652956420),
(92496, '3298', '133.00', '11', '5.001', '10', '83801000', '87999999', '44471000', '48999999', NULL, 1652956420),
(92497, '3220', '266.00', '6', '5.001', '10', '83801000', '87999999', '44471000', '48999999', NULL, 1652956421),
(92498, '3298', '215.00', '11', '10.001', '15', '83801000', '87999999', '44471000', '48999999', NULL, 1652956422),
(92499, '3220', '430.00', '6', '10.001', '15', '83801000', '87999999', '44471000', '48999999', NULL, 1652956422),
(92500, '3298', '298.00', '11', '15.001', '20', '83801000', '87999999', '44471000', '48999999', NULL, 1652956423),
(92501, '3220', '595.00', '6', '15.001', '20', '83801000', '87999999', '44471000', '48999999', NULL, 1652956423),
(92502, '3298', '380.00', '11', '20.001', '25', '83801000', '87999999', '44471000', '48999999', NULL, 1652956424),
(92503, '3220', '760.00', '6', '20.001', '25', '83801000', '87999999', '44471000', '48999999', NULL, 1652956424),
(92504, '3298', '463.00', '11', '25.001', '30', '83801000', '87999999', '44471000', '48999999', NULL, 1652956425),
(92505, '3220', '925.00', '6', '25.001', '30', '83801000', '87999999', '44471000', '48999999', NULL, 1652956425),
(92506, '3298', '90.00', '11', '0.3', '5', '83801000', '87999999', '49000000', '49099999', NULL, 1652956426),
(92507, '3220', '183.00', '5', '0.3', '5', '83801000', '87999999', '49000000', '49099999', NULL, 1652956427),
(92508, '3298', '133.00', '11', '5.001', '10', '83801000', '87999999', '49000000', '49099999', NULL, 1652956427),
(92509, '3220', '266.00', '5', '5.001', '10', '83801000', '87999999', '49000000', '49099999', NULL, 1652956428),
(92510, '3298', '215.00', '11', '10.001', '15', '83801000', '87999999', '49000000', '49099999', NULL, 1652956428),
(92511, '3220', '430.00', '5', '10.001', '15', '83801000', '87999999', '49000000', '49099999', NULL, 1652956429),
(92512, '3298', '298.00', '11', '15.001', '20', '83801000', '87999999', '49000000', '49099999', NULL, 1652956430),
(92513, '3220', '595.00', '5', '15.001', '20', '83801000', '87999999', '49000000', '49099999', NULL, 1652956430),
(92514, '3298', '380.00', '11', '20.001', '25', '83801000', '87999999', '49000000', '49099999', NULL, 1652956435),
(92515, '3220', '760.00', '5', '20.001', '25', '83801000', '87999999', '49000000', '49099999', NULL, 1652956436),
(92516, '3298', '463.00', '11', '25.001', '30', '83801000', '87999999', '49000000', '49099999', NULL, 1652956437),
(92517, '3220', '925.00', '5', '25.001', '30', '83801000', '87999999', '49000000', '49099999', NULL, 1652956437),
(92518, '3298', '90.00', '13', '0.3', '5', '83801000', '87999999', '49100000', '49999999', NULL, 1652956438),
(92519, '3220', '183.00', '7', '0.3', '5', '83801000', '87999999', '49100000', '49999999', NULL, 1652956439),
(92520, '3298', '133.00', '13', '5.001', '10', '83801000', '87999999', '49100000', '49999999', NULL, 1652956439),
(92521, '3220', '266.00', '7', '5.001', '10', '83801000', '87999999', '49100000', '49999999', NULL, 1652956439),
(92522, '3298', '215.00', '13', '10.001', '15', '83801000', '87999999', '49100000', '49999999', NULL, 1652956440),
(92523, '3220', '430.00', '7', '10.001', '15', '83801000', '87999999', '49100000', '49999999', NULL, 1652956441),
(92524, '3298', '298.00', '13', '15.001', '20', '83801000', '87999999', '49100000', '49999999', NULL, 1652956441),
(92525, '3220', '595.00', '7', '15.001', '20', '83801000', '87999999', '49100000', '49999999', NULL, 1652956442),
(92526, '3298', '380.00', '13', '20.001', '25', '83801000', '87999999', '49100000', '49999999', NULL, 1652956442),
(92527, '3220', '760.00', '7', '20.001', '25', '83801000', '87999999', '49100000', '49999999', NULL, 1652956443),
(92528, '3298', '463.00', '13', '25.001', '30', '83801000', '87999999', '49100000', '49999999', NULL, 1652956443),
(92529, '3220', '925.00', '7', '25.001', '30', '83801000', '87999999', '49100000', '49999999', NULL, 1652956444),
(92530, '3298', '90.00', '9', '0.3', '5', '83801000', '87999999', '50000000', '52999999', NULL, 1652956444),
(92531, '3220', '183.00', '4', '0.3', '5', '83801000', '87999999', '50000000', '52999999', NULL, 1652956445),
(92532, '3298', '133.00', '9', '5.001', '10', '83801000', '87999999', '50000000', '52999999', NULL, 1652956445),
(92533, '3220', '266.00', '4', '5.001', '10', '83801000', '87999999', '50000000', '52999999', NULL, 1652956446),
(92534, '3298', '215.00', '9', '10.001', '15', '83801000', '87999999', '50000000', '52999999', NULL, 1652956446),
(92535, '3220', '430.00', '4', '10.001', '15', '83801000', '87999999', '50000000', '52999999', NULL, 1652956447),
(92536, '3298', '298.00', '9', '15.001', '20', '83801000', '87999999', '50000000', '52999999', NULL, 1652956447),
(92537, '3220', '595.00', '4', '15.001', '20', '83801000', '87999999', '50000000', '52999999', NULL, 1652956448),
(92538, '3298', '380.00', '9', '20.001', '25', '83801000', '87999999', '50000000', '52999999', NULL, 1652956448),
(92539, '3220', '760.00', '4', '20.001', '25', '83801000', '87999999', '50000000', '52999999', NULL, 1652956449),
(92540, '3298', '463.00', '9', '25.001', '30', '83801000', '87999999', '50000000', '52999999', NULL, 1652956449),
(92541, '3220', '925.00', '4', '25.001', '30', '83801000', '87999999', '50000000', '52999999', NULL, 1652956450),
(92542, '3298', '90.00', '9', '0.3', '5', '83801000', '87999999', '50000000', '54999999', NULL, 1652956450),
(92543, '3220', '183.00', '4', '0.3', '5', '83801000', '87999999', '50000000', '54999999', NULL, 1652956451),
(92544, '3298', '133.00', '9', '5.001', '10', '83801000', '87999999', '50000000', '54999999', NULL, 1652956451),
(92545, '3220', '266.00', '4', '5.001', '10', '83801000', '87999999', '50000000', '54999999', NULL, 1652956452),
(92546, '3298', '215.00', '9', '10.001', '15', '83801000', '87999999', '50000000', '54999999', NULL, 1652956453),
(92547, '3220', '430.00', '4', '10.001', '15', '83801000', '87999999', '50000000', '54999999', NULL, 1652956453),
(92548, '3298', '298.00', '9', '15.001', '20', '83801000', '87999999', '50000000', '54999999', NULL, 1652956454),
(92549, '3220', '595.00', '4', '15.001', '20', '83801000', '87999999', '50000000', '54999999', NULL, 1652956454),
(92550, '3298', '380.00', '9', '20.001', '25', '83801000', '87999999', '50000000', '54999999', NULL, 1652956455),
(92551, '3220', '760.00', '4', '20.001', '25', '83801000', '87999999', '50000000', '54999999', NULL, 1652956455),
(92552, '3298', '463.00', '9', '25.001', '30', '83801000', '87999999', '50000000', '54999999', NULL, 1652956456),
(92553, '3220', '925.00', '4', '25.001', '30', '83801000', '87999999', '50000000', '54999999', NULL, 1652956457),
(92554, '3298', '90.00', '13', '0.3', '5', '83801000', '87999999', '55000000', '56999999', NULL, 1652956457),
(92555, '3220', '183.00', '8', '0.3', '5', '83801000', '87999999', '55000000', '56999999', NULL, 1652956458),
(92556, '3298', '133.00', '13', '5.001', '10', '83801000', '87999999', '55000000', '56999999', NULL, 1652956459),
(92557, '3220', '266.00', '8', '5.001', '10', '83801000', '87999999', '55000000', '56999999', NULL, 1652956459),
(92558, '3298', '215.00', '13', '10.001', '15', '83801000', '87999999', '55000000', '56999999', NULL, 1652956460),
(92559, '3220', '430.00', '8', '10.001', '15', '83801000', '87999999', '55000000', '56999999', NULL, 1652956460),
(92560, '3298', '298.00', '13', '15.001', '20', '83801000', '87999999', '55000000', '56999999', NULL, 1652956461),
(92561, '3220', '595.00', '8', '15.001', '20', '83801000', '87999999', '55000000', '56999999', NULL, 1652956461),
(92562, '3298', '380.00', '13', '20.001', '25', '83801000', '87999999', '55000000', '56999999', NULL, 1652956462),
(92563, '3220', '760.00', '8', '20.001', '25', '83801000', '87999999', '55000000', '56999999', NULL, 1652956463),
(92564, '3298', '463.00', '13', '25.001', '30', '83801000', '87999999', '55000000', '56999999', NULL, 1652956463),
(92565, '3220', '925.00', '8', '25.001', '30', '83801000', '87999999', '55000000', '56999999', NULL, 1652956464),
(92566, '3298', '90.00', '10', '0.3', '5', '83801000', '87999999', '57000000', '57099999', NULL, 1652956465),
(92567, '3220', '183.00', '4', '0.3', '5', '83801000', '87999999', '57000000', '57099999', NULL, 1652956465),
(92568, '3298', '133.00', '10', '5.001', '10', '83801000', '87999999', '57000000', '57099999', NULL, 1652956466),
(92569, '3220', '266.00', '4', '5.001', '10', '83801000', '87999999', '57000000', '57099999', NULL, 1652956466),
(92570, '3298', '215.00', '10', '10.001', '15', '83801000', '87999999', '57000000', '57099999', NULL, 1652956467),
(92571, '3220', '430.00', '4', '10.001', '15', '83801000', '87999999', '57000000', '57099999', NULL, 1652956468),
(92572, '3298', '298.00', '10', '15.001', '20', '83801000', '87999999', '57000000', '57099999', NULL, 1652956468),
(92573, '3220', '595.00', '4', '15.001', '20', '83801000', '87999999', '57000000', '57099999', NULL, 1652956469),
(92574, '3298', '380.00', '10', '20.001', '25', '83801000', '87999999', '57000000', '57099999', NULL, 1652956469),
(92575, '3220', '760.00', '4', '20.001', '25', '83801000', '87999999', '57000000', '57099999', NULL, 1652956470),
(92576, '3298', '463.00', '10', '25.001', '30', '83801000', '87999999', '57000000', '57099999', NULL, 1652956471),
(92577, '3220', '925.00', '4', '25.001', '30', '83801000', '87999999', '57000000', '57099999', NULL, 1652956471),
(92578, '3298', '90.00', '12', '0.3', '5', '83801000', '87999999', '57100000', '57999999', NULL, 1652956472),
(92579, '3220', '183.00', '6', '0.3', '5', '83801000', '87999999', '57100000', '57999999', NULL, 1652956472),
(92580, '3298', '133.00', '12', '5.001', '10', '83801000', '87999999', '57100000', '57999999', NULL, 1652956473),
(92581, '3220', '266.00', '6', '5.001', '10', '83801000', '87999999', '57100000', '57999999', NULL, 1652956473),
(92582, '3298', '215.00', '12', '10.001', '15', '83801000', '87999999', '57100000', '57999999', NULL, 1652956473),
(92583, '3220', '430.00', '6', '10.001', '15', '83801000', '87999999', '57100000', '57999999', NULL, 1652956474),
(92584, '3298', '298.00', '12', '15.001', '20', '83801000', '87999999', '57100000', '57999999', NULL, 1652956475),
(92585, '3220', '595.00', '6', '15.001', '20', '83801000', '87999999', '57100000', '57999999', NULL, 1652956475),
(92586, '3298', '380.00', '12', '20.001', '25', '83801000', '87999999', '57100000', '57999999', NULL, 1652956476),
(92587, '3220', '760.00', '6', '20.001', '25', '83801000', '87999999', '57100000', '57999999', NULL, 1652956477),
(92588, '3298', '463.00', '12', '25.001', '30', '83801000', '87999999', '57100000', '57999999', NULL, 1652956477),
(92589, '3220', '925.00', '6', '25.001', '30', '83801000', '87999999', '57100000', '57999999', NULL, 1652956478),
(92590, '3298', '90.00', '10', '0.3', '5', '83801000', '87999999', '58000000', '58099999', NULL, 1652956478),
(92591, '3220', '183.00', '4', '0.3', '5', '83801000', '87999999', '58000000', '58099999', NULL, 1652956479),
(92592, '3298', '133.00', '10', '5.001', '10', '83801000', '87999999', '58000000', '58099999', NULL, 1652956480),
(92593, '3220', '266.00', '4', '5.001', '10', '83801000', '87999999', '58000000', '58099999', NULL, 1652956480),
(92594, '3298', '215.00', '10', '10.001', '15', '83801000', '87999999', '58000000', '58099999', NULL, 1652956481),
(92595, '3220', '430.00', '4', '10.001', '15', '83801000', '87999999', '58000000', '58099999', NULL, 1652956482),
(92596, '3298', '298.00', '10', '15.001', '20', '83801000', '87999999', '58000000', '58099999', NULL, 1652956483),
(92597, '3220', '595.00', '4', '15.001', '20', '83801000', '87999999', '58000000', '58099999', NULL, 1652956483),
(92598, '3298', '380.00', '10', '20.001', '25', '83801000', '87999999', '58000000', '58099999', NULL, 1652956484),
(92599, '3220', '760.00', '4', '20.001', '25', '83801000', '87999999', '58000000', '58099999', NULL, 1652956485),
(92600, '3298', '463.00', '10', '25.001', '30', '83801000', '87999999', '58000000', '58099999', NULL, 1652956485),
(92601, '3220', '925.00', '4', '25.001', '30', '83801000', '87999999', '58000000', '58099999', NULL, 1652956485),
(92602, '3298', '90.00', '15', '0.3', '5', '83801000', '87999999', '58100000', '58999999', NULL, 1652956486),
(92603, '3220', '183.00', '9', '0.3', '5', '83801000', '87999999', '58100000', '58999999', NULL, 1652956487),
(92604, '3298', '133.00', '15', '5.001', '10', '83801000', '87999999', '58100000', '58999999', NULL, 1652956487),
(92605, '3220', '266.00', '9', '5.001', '10', '83801000', '87999999', '58100000', '58999999', NULL, 1652956488),
(92606, '3298', '215.00', '15', '10.001', '15', '83801000', '87999999', '58100000', '58999999', NULL, 1652956488),
(92607, '3220', '430.00', '9', '10.001', '15', '83801000', '87999999', '58100000', '58999999', NULL, 1652956489),
(92608, '3298', '298.00', '15', '15.001', '20', '83801000', '87999999', '58100000', '58999999', NULL, 1652956489),
(92609, '3220', '595.00', '9', '15.001', '20', '83801000', '87999999', '58100000', '58999999', NULL, 1652956490),
(92610, '3298', '380.00', '15', '20.001', '25', '83801000', '87999999', '58100000', '58999999', NULL, 1652956491),
(92611, '3220', '760.00', '9', '20.001', '25', '83801000', '87999999', '58100000', '58999999', NULL, 1652956491),
(92612, '3298', '463.00', '15', '25.001', '30', '83801000', '87999999', '58100000', '58999999', NULL, 1652956492),
(92613, '3220', '925.00', '9', '25.001', '30', '83801000', '87999999', '58100000', '58999999', NULL, 1652956492),
(92614, '3298', '90.00', '11', '0.3', '5', '83801000', '87999999', '59000000', '59099999', NULL, 1652956493),
(92615, '3220', '183.00', '4', '0.3', '5', '83801000', '87999999', '59000000', '59099999', NULL, 1652956494),
(92616, '3298', '133.00', '11', '5.001', '10', '83801000', '87999999', '59000000', '59099999', NULL, 1652956494),
(92617, '3220', '266.00', '4', '5.001', '10', '83801000', '87999999', '59000000', '59099999', NULL, 1652956495),
(92618, '3298', '215.00', '11', '10.001', '15', '83801000', '87999999', '59000000', '59099999', NULL, 1652956495),
(92619, '3220', '430.00', '4', '10.001', '15', '83801000', '87999999', '59000000', '59099999', NULL, 1652956496),
(92620, '3298', '298.00', '11', '15.001', '20', '83801000', '87999999', '59000000', '59099999', NULL, 1652956497),
(92621, '3220', '595.00', '4', '15.001', '20', '83801000', '87999999', '59000000', '59099999', NULL, 1652956497),
(92622, '3298', '380.00', '11', '20.001', '25', '83801000', '87999999', '59000000', '59099999', NULL, 1652956498),
(92623, '3220', '760.00', '4', '20.001', '25', '83801000', '87999999', '59000000', '59099999', NULL, 1652956499),
(92624, '3298', '463.00', '11', '25.001', '30', '83801000', '87999999', '59000000', '59099999', NULL, 1652956499),
(92625, '3220', '925.00', '4', '25.001', '30', '83801000', '87999999', '59000000', '59099999', NULL, 1652956500),
(92626, '3298', '90.00', '11', '0.3', '5', '83801000', '87999999', '59100000', '59999999', NULL, 1652956501),
(92627, '3220', '183.00', '4', '0.3', '5', '83801000', '87999999', '59100000', '59999999', NULL, 1652956501),
(92628, '3298', '133.00', '11', '5.001', '10', '83801000', '87999999', '59100000', '59999999', NULL, 1652956501),
(92629, '3220', '266.00', '4', '5.001', '10', '83801000', '87999999', '59100000', '59999999', NULL, 1652956502),
(92630, '3298', '215.00', '11', '10.001', '15', '83801000', '87999999', '59100000', '59999999', NULL, 1652956503),
(92631, '3220', '430.00', '4', '10.001', '15', '83801000', '87999999', '59100000', '59999999', NULL, 1652956503),
(92632, '3298', '298.00', '11', '15.001', '20', '83801000', '87999999', '59100000', '59999999', NULL, 1652956504),
(92633, '3220', '595.00', '4', '15.001', '20', '83801000', '87999999', '59100000', '59999999', NULL, 1652956505),
(92634, '3298', '380.00', '11', '20.001', '25', '83801000', '87999999', '59100000', '59999999', NULL, 1652956505),
(92635, '3220', '760.00', '4', '20.001', '25', '83801000', '87999999', '59100000', '59999999', NULL, 1652956506),
(92636, '3298', '463.00', '11', '25.001', '30', '83801000', '87999999', '59100000', '59999999', NULL, 1652956506),
(92637, '3220', '925.00', '4', '25.001', '30', '83801000', '87999999', '59100000', '59999999', NULL, 1652956507),
(92638, '3298', '90.00', '10', '0.3', '5', '83801000', '87999999', '60000000', '60999999', NULL, 1652956508),
(92639, '3220', '183.00', '5', '0.3', '5', '83801000', '87999999', '60000000', '60999999', NULL, 1652956508),
(92640, '3298', '133.00', '10', '5.001', '10', '83801000', '87999999', '60000000', '60999999', NULL, 1652956509),
(92641, '3220', '266.00', '5', '5.001', '10', '83801000', '87999999', '60000000', '60999999', NULL, 1652956509),
(92642, '3298', '215.00', '10', '10.001', '15', '83801000', '87999999', '60000000', '60999999', NULL, 1652956510),
(92643, '3220', '430.00', '5', '10.001', '15', '83801000', '87999999', '60000000', '60999999', NULL, 1652956510),
(92644, '3298', '298.00', '10', '15.001', '20', '83801000', '87999999', '60000000', '60999999', NULL, 1652956511),
(92645, '3220', '595.00', '5', '15.001', '20', '83801000', '87999999', '60000000', '60999999', NULL, 1652956511),
(92646, '3298', '380.00', '10', '20.001', '25', '83801000', '87999999', '60000000', '60999999', NULL, 1652956512),
(92647, '3220', '760.00', '5', '20.001', '25', '83801000', '87999999', '60000000', '60999999', NULL, 1652956512),
(92648, '3298', '463.00', '10', '25.001', '30', '83801000', '87999999', '60000000', '60999999', NULL, 1652956513),
(92649, '3220', '925.00', '5', '25.001', '30', '83801000', '87999999', '60000000', '60999999', NULL, 1652956513),
(92650, '3298', '90.00', '10', '0.3', '5', '83801000', '87999999', '60000000', '61900999', NULL, 1652956514),
(92651, '3220', '183.00', '5', '0.3', '5', '83801000', '87999999', '60000000', '61900999', NULL, 1652956515),
(92652, '3298', '133.00', '10', '5.001', '10', '83801000', '87999999', '60000000', '61900999', NULL, 1652956515),
(92653, '3220', '266.00', '5', '5.001', '10', '83801000', '87999999', '60000000', '61900999', NULL, 1652956516),
(92654, '3298', '215.00', '10', '10.001', '15', '83801000', '87999999', '60000000', '61900999', NULL, 1652956516),
(92655, '3220', '430.00', '5', '10.001', '15', '83801000', '87999999', '60000000', '61900999', NULL, 1652956517),
(92656, '3298', '298.00', '10', '15.001', '20', '83801000', '87999999', '60000000', '61900999', NULL, 1652956517),
(92657, '3220', '595.00', '5', '15.001', '20', '83801000', '87999999', '60000000', '61900999', NULL, 1652956518),
(92658, '3298', '380.00', '10', '20.001', '25', '83801000', '87999999', '60000000', '61900999', NULL, 1652956519),
(92659, '3220', '760.00', '5', '20.001', '25', '83801000', '87999999', '60000000', '61900999', NULL, 1652956519),
(92660, '3298', '463.00', '10', '25.001', '30', '83801000', '87999999', '60000000', '61900999', NULL, 1652956520),
(92661, '3220', '925.00', '5', '25.001', '30', '83801000', '87999999', '60000000', '61900999', NULL, 1652956520),
(92662, '3298', '90.00', '14', '0.3', '5', '83801000', '87999999', '61901000', '63999999', NULL, 1652956521),
(92663, '3220', '183.00', '9', '0.3', '5', '83801000', '87999999', '61901000', '63999999', NULL, 1652956521),
(92664, '3298', '133.00', '14', '5.001', '10', '83801000', '87999999', '61901000', '63999999', NULL, 1652956522),
(92665, '3220', '266.00', '9', '5.001', '10', '83801000', '87999999', '61901000', '63999999', NULL, 1652956523),
(92666, '3298', '215.00', '14', '10.001', '15', '83801000', '87999999', '61901000', '63999999', NULL, 1652956523),
(92667, '3220', '430.00', '9', '10.001', '15', '83801000', '87999999', '61901000', '63999999', NULL, 1652956524),
(92668, '3298', '298.00', '14', '15.001', '20', '83801000', '87999999', '61901000', '63999999', NULL, 1652956524),
(92669, '3220', '595.00', '9', '15.001', '20', '83801000', '87999999', '61901000', '63999999', NULL, 1652956525),
(92670, '3298', '380.00', '14', '20.001', '25', '83801000', '87999999', '61901000', '63999999', NULL, 1652956525),
(92671, '3220', '760.00', '9', '20.001', '25', '83801000', '87999999', '61901000', '63999999', NULL, 1652956526),
(92672, '3298', '463.00', '14', '25.001', '30', '83801000', '87999999', '61901000', '63999999', NULL, 1652956527),
(92673, '3220', '925.00', '9', '25.001', '30', '83801000', '87999999', '61901000', '63999999', NULL, 1652956527),
(92674, '3298', '90.00', '10', '0.3', '5', '83801000', '87999999', '64000000', '64099999', NULL, 1652956528),
(92675, '3220', '183.00', '7', '0.3', '5', '83801000', '87999999', '64000000', '64099999', NULL, 1652956528),
(92676, '3298', '133.00', '10', '5.001', '10', '83801000', '87999999', '64000000', '64099999', NULL, 1652956529),
(92677, '3220', '266.00', '7', '5.001', '10', '83801000', '87999999', '64000000', '64099999', NULL, 1652956529),
(92678, '3298', '215.00', '10', '10.001', '15', '83801000', '87999999', '64000000', '64099999', NULL, 1652956530),
(92679, '3220', '430.00', '7', '10.001', '15', '83801000', '87999999', '64000000', '64099999', NULL, 1652956530),
(92680, '3298', '298.00', '10', '15.001', '20', '83801000', '87999999', '64000000', '64099999', NULL, 1652956531),
(92681, '3220', '595.00', '7', '15.001', '20', '83801000', '87999999', '64000000', '64099999', NULL, 1652956531),
(92682, '3298', '380.00', '10', '20.001', '25', '83801000', '87999999', '64000000', '64099999', NULL, 1652956532),
(92683, '3220', '760.00', '7', '20.001', '25', '83801000', '87999999', '64000000', '64099999', NULL, 1652956532),
(92684, '3298', '463.00', '10', '25.001', '30', '83801000', '87999999', '64000000', '64099999', NULL, 1652956533),
(92685, '3220', '925.00', '7', '25.001', '30', '83801000', '87999999', '64000000', '64099999', NULL, 1652956533),
(92686, '3298', '90.00', '13', '0.3', '5', '83801000', '87999999', '64100000', '64999999', NULL, 1652956534),
(92687, '3220', '183.00', '10', '0.3', '5', '83801000', '87999999', '64100000', '64999999', NULL, 1652956535),
(92688, '3298', '133.00', '13', '5.001', '10', '83801000', '87999999', '64100000', '64999999', NULL, 1652956535),
(92689, '3220', '266.00', '10', '5.001', '10', '83801000', '87999999', '64100000', '64999999', NULL, 1652956536),
(92690, '3298', '215.00', '13', '10.001', '15', '83801000', '87999999', '64100000', '64999999', NULL, 1652956536),
(92691, '3220', '430.00', '10', '10.001', '15', '83801000', '87999999', '64100000', '64999999', NULL, 1652956537),
(92692, '3298', '298.00', '13', '15.001', '20', '83801000', '87999999', '64100000', '64999999', NULL, 1652956537),
(92693, '3220', '595.00', '10', '15.001', '20', '83801000', '87999999', '64100000', '64999999', NULL, 1652956538),
(92694, '3298', '380.00', '13', '20.001', '25', '83801000', '87999999', '64100000', '64999999', NULL, 1652956538),
(92695, '3220', '760.00', '10', '20.001', '25', '83801000', '87999999', '64100000', '64999999', NULL, 1652956539),
(92696, '3298', '463.00', '13', '25.001', '30', '83801000', '87999999', '64100000', '64999999', NULL, 1652956539),
(92697, '3220', '925.00', '10', '25.001', '30', '83801000', '87999999', '64100000', '64999999', NULL, 1652956540),
(92698, '3298', '90.00', '12', '0.3', '5', '83801000', '87999999', '65000000', '65099999', NULL, 1652956541),
(92699, '3220', '183.00', '8', '0.3', '5', '83801000', '87999999', '65000000', '65099999', NULL, 1652956541),
(92700, '3298', '133.00', '12', '5.001', '10', '83801000', '87999999', '65000000', '65099999', NULL, 1652956542),
(92701, '3220', '266.00', '8', '5.001', '10', '83801000', '87999999', '65000000', '65099999', NULL, 1652956542),
(92702, '3298', '215.00', '12', '10.001', '15', '83801000', '87999999', '65000000', '65099999', NULL, 1652956543),
(92703, '3220', '430.00', '8', '10.001', '15', '83801000', '87999999', '65000000', '65099999', NULL, 1652956544),
(92704, '3298', '298.00', '12', '15.001', '20', '83801000', '87999999', '65000000', '65099999', NULL, 1652956544),
(92705, '3220', '595.00', '8', '15.001', '20', '83801000', '87999999', '65000000', '65099999', NULL, 1652956544),
(92706, '3298', '380.00', '12', '20.001', '25', '83801000', '87999999', '65000000', '65099999', NULL, 1652956545);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(92707, '3220', '760.00', '8', '20.001', '25', '83801000', '87999999', '65000000', '65099999', NULL, 1652956545),
(92708, '3298', '463.00', '12', '25.001', '30', '83801000', '87999999', '65000000', '65099999', NULL, 1652956546),
(92709, '3220', '925.00', '8', '25.001', '30', '83801000', '87999999', '65000000', '65099999', NULL, 1652956547),
(92710, '3298', '90.00', '16', '0.3', '5', '83801000', '87999999', '65100000', '65999999', NULL, 1652956547),
(92711, '3220', '183.00', '12', '0.3', '5', '83801000', '87999999', '65100000', '65999999', NULL, 1652956548),
(92712, '3298', '133.00', '16', '5.001', '10', '83801000', '87999999', '65100000', '65999999', NULL, 1652956549),
(92713, '3220', '266.00', '12', '5.001', '10', '83801000', '87999999', '65100000', '65999999', NULL, 1652956549),
(92714, '3298', '215.00', '16', '10.001', '15', '83801000', '87999999', '65100000', '65999999', NULL, 1652956550),
(92715, '3220', '430.00', '12', '10.001', '15', '83801000', '87999999', '65100000', '65999999', NULL, 1652956550),
(92716, '3298', '298.00', '16', '15.001', '20', '83801000', '87999999', '65100000', '65999999', NULL, 1652956551),
(92717, '3220', '595.00', '12', '15.001', '20', '83801000', '87999999', '65100000', '65999999', NULL, 1652956552),
(92718, '3298', '380.00', '16', '20.001', '25', '83801000', '87999999', '65100000', '65999999', NULL, 1652956552),
(92719, '3220', '760.00', '12', '20.001', '25', '83801000', '87999999', '65100000', '65999999', NULL, 1652956553),
(92720, '3298', '463.00', '16', '25.001', '30', '83801000', '87999999', '65100000', '65999999', NULL, 1652956553),
(92721, '3220', '925.00', '12', '25.001', '30', '83801000', '87999999', '65100000', '65999999', NULL, 1652956554),
(92722, '3298', '90.00', '10', '0.3', '5', '83801000', '87999999', '66000000', '66999999', NULL, 1652956554),
(92723, '3220', '183.00', '7', '0.3', '5', '83801000', '87999999', '66000000', '66999999', NULL, 1652956554),
(92724, '3298', '133.00', '10', '5.001', '10', '83801000', '87999999', '66000000', '66999999', NULL, 1652956555),
(92725, '3220', '266.00', '7', '5.001', '10', '83801000', '87999999', '66000000', '66999999', NULL, 1652956556),
(92726, '3298', '215.00', '10', '10.001', '15', '83801000', '87999999', '66000000', '66999999', NULL, 1652956556),
(92727, '3220', '430.00', '7', '10.001', '15', '83801000', '87999999', '66000000', '66999999', NULL, 1652956557),
(92728, '3298', '298.00', '10', '15.001', '20', '83801000', '87999999', '66000000', '66999999', NULL, 1652956557),
(92729, '3220', '595.00', '7', '15.001', '20', '83801000', '87999999', '66000000', '66999999', NULL, 1652956558),
(92730, '3298', '380.00', '10', '20.001', '25', '83801000', '87999999', '66000000', '66999999', NULL, 1652956559),
(92731, '3220', '760.00', '7', '20.001', '25', '83801000', '87999999', '66000000', '66999999', NULL, 1652956560),
(92732, '3298', '463.00', '10', '25.001', '30', '83801000', '87999999', '66000000', '66999999', NULL, 1652956560),
(92733, '3220', '925.00', '7', '25.001', '30', '83801000', '87999999', '66000000', '66999999', NULL, 1652956561),
(92734, '3298', '90.00', '10', '0.3', '5', '83801000', '87999999', '66000000', '67999999', NULL, 1652956561),
(92735, '3220', '183.00', '7', '0.3', '5', '83801000', '87999999', '66000000', '67999999', NULL, 1652956562),
(92736, '3298', '133.00', '10', '5.001', '10', '83801000', '87999999', '66000000', '67999999', NULL, 1652956563),
(92737, '3220', '266.00', '7', '5.001', '10', '83801000', '87999999', '66000000', '67999999', NULL, 1652956563),
(92738, '3298', '215.00', '10', '10.001', '15', '83801000', '87999999', '66000000', '67999999', NULL, 1652956564),
(92739, '3220', '430.00', '7', '10.001', '15', '83801000', '87999999', '66000000', '67999999', NULL, 1652956564),
(92740, '3298', '298.00', '10', '15.001', '20', '83801000', '87999999', '66000000', '67999999', NULL, 1652956565),
(92741, '3220', '595.00', '7', '15.001', '20', '83801000', '87999999', '66000000', '67999999', NULL, 1652956566),
(92742, '3298', '380.00', '10', '20.001', '25', '83801000', '87999999', '66000000', '67999999', NULL, 1652956566),
(92743, '3220', '760.00', '7', '20.001', '25', '83801000', '87999999', '66000000', '67999999', NULL, 1652956567),
(92744, '3298', '463.00', '10', '25.001', '30', '83801000', '87999999', '66000000', '67999999', NULL, 1652956567),
(92745, '3220', '925.00', '7', '25.001', '30', '83801000', '87999999', '66000000', '67999999', NULL, 1652956568),
(92746, '3298', '90.00', '13', '0.3', '5', '83801000', '87999999', '68000000', '68899999', NULL, 1652956569),
(92747, '3220', '183.00', '10', '0.3', '5', '83801000', '87999999', '68000000', '68899999', NULL, 1652956569),
(92748, '3298', '133.00', '13', '5.001', '10', '83801000', '87999999', '68000000', '68899999', NULL, 1652956570),
(92749, '3220', '266.00', '10', '5.001', '10', '83801000', '87999999', '68000000', '68899999', NULL, 1652956571),
(92750, '3298', '215.00', '13', '10.001', '15', '83801000', '87999999', '68000000', '68899999', NULL, 1652956571),
(92751, '3220', '430.00', '10', '10.001', '15', '83801000', '87999999', '68000000', '68899999', NULL, 1652956572),
(92752, '3298', '298.00', '13', '15.001', '20', '83801000', '87999999', '68000000', '68899999', NULL, 1652956572),
(92753, '3220', '595.00', '10', '15.001', '20', '83801000', '87999999', '68000000', '68899999', NULL, 1652956573),
(92754, '3298', '380.00', '13', '20.001', '25', '83801000', '87999999', '68000000', '68899999', NULL, 1652956574),
(92755, '3220', '760.00', '10', '20.001', '25', '83801000', '87999999', '68000000', '68899999', NULL, 1652956574),
(92756, '3298', '463.00', '13', '25.001', '30', '83801000', '87999999', '68000000', '68899999', NULL, 1652956575),
(92757, '3220', '925.00', '10', '25.001', '30', '83801000', '87999999', '68000000', '68899999', NULL, 1652956575),
(92758, '3298', '90.00', '22', '0.3', '5', '83801000', '87999999', '68900000', '68914999', NULL, 1652956576),
(92759, '3220', '183.00', '14', '0.3', '5', '83801000', '87999999', '68900000', '68914999', NULL, 1652956576),
(92760, '3298', '133.00', '22', '5.001', '10', '83801000', '87999999', '68900000', '68914999', NULL, 1652956577),
(92761, '3220', '266.00', '14', '5.001', '10', '83801000', '87999999', '68900000', '68914999', NULL, 1652956578),
(92762, '3298', '215.00', '22', '10.001', '15', '83801000', '87999999', '68900000', '68914999', NULL, 1652956578),
(92763, '3220', '430.00', '14', '10.001', '15', '83801000', '87999999', '68900000', '68914999', NULL, 1652956579),
(92764, '3298', '298.00', '22', '15.001', '20', '83801000', '87999999', '68900000', '68914999', NULL, 1652956579),
(92765, '3220', '595.00', '14', '15.001', '20', '83801000', '87999999', '68900000', '68914999', NULL, 1652956580),
(92766, '3298', '380.00', '22', '20.001', '25', '83801000', '87999999', '68900000', '68914999', NULL, 1652956581),
(92767, '3220', '760.00', '14', '20.001', '25', '83801000', '87999999', '68900000', '68914999', NULL, 1652956581),
(92768, '3298', '463.00', '22', '25.001', '30', '83801000', '87999999', '68900000', '68914999', NULL, 1652956582),
(92769, '3220', '925.00', '14', '25.001', '30', '83801000', '87999999', '68900000', '68914999', NULL, 1652956583),
(92770, '3298', '90.00', '23', '0.3', '5', '83801000', '87999999', '68915000', '68999999', NULL, 1652956583),
(92771, '3220', '183.00', '15', '0.3', '5', '83801000', '87999999', '68915000', '68999999', NULL, 1652956584),
(92772, '3298', '133.00', '23', '5.001', '10', '83801000', '87999999', '68915000', '68999999', NULL, 1652956584),
(92773, '3220', '266.00', '15', '5.001', '10', '83801000', '87999999', '68915000', '68999999', NULL, 1652956585),
(92774, '3298', '215.00', '23', '10.001', '15', '83801000', '87999999', '68915000', '68999999', NULL, 1652956586),
(92775, '3220', '430.00', '15', '10.001', '15', '83801000', '87999999', '68915000', '68999999', NULL, 1652956586),
(92776, '3298', '298.00', '23', '15.001', '20', '83801000', '87999999', '68915000', '68999999', NULL, 1652956587),
(92777, '3220', '595.00', '15', '15.001', '20', '83801000', '87999999', '68915000', '68999999', NULL, 1652956587),
(92778, '3298', '380.00', '23', '20.001', '25', '83801000', '87999999', '68915000', '68999999', NULL, 1652956588),
(92779, '3220', '760.00', '15', '20.001', '25', '83801000', '87999999', '68915000', '68999999', NULL, 1652956588),
(92780, '3298', '463.00', '23', '25.001', '30', '83801000', '87999999', '68915000', '68999999', NULL, 1652956589),
(92781, '3220', '925.00', '15', '25.001', '30', '83801000', '87999999', '68915000', '68999999', NULL, 1652956589),
(92782, '3298', '90.00', '24', '0.3', '5', '83801000', '87999999', '69000000', '69099999', NULL, 1652956590),
(92783, '3220', '183.00', '5', '0.3', '5', '83801000', '87999999', '69000000', '69099999', NULL, 1652956591),
(92784, '3298', '133.00', '24', '5.001', '10', '83801000', '87999999', '69000000', '69099999', NULL, 1652956591),
(92785, '3220', '266.00', '5', '5.001', '10', '83801000', '87999999', '69000000', '69099999', NULL, 1652956592),
(92786, '3298', '215.00', '24', '10.001', '15', '83801000', '87999999', '69000000', '69099999', NULL, 1652956592),
(92787, '3220', '430.00', '5', '10.001', '15', '83801000', '87999999', '69000000', '69099999', NULL, 1652956593),
(92788, '3298', '298.00', '24', '15.001', '20', '83801000', '87999999', '69000000', '69099999', NULL, 1652956593),
(92789, '3220', '595.00', '5', '15.001', '20', '83801000', '87999999', '69000000', '69099999', NULL, 1652956594),
(92790, '3298', '380.00', '24', '20.001', '25', '83801000', '87999999', '69000000', '69099999', NULL, 1652956595),
(92791, '3220', '760.00', '5', '20.001', '25', '83801000', '87999999', '69000000', '69099999', NULL, 1652956595),
(92792, '3298', '463.00', '24', '25.001', '30', '83801000', '87999999', '69000000', '69099999', NULL, 1652956596),
(92793, '3220', '925.00', '5', '25.001', '30', '83801000', '87999999', '69000000', '69099999', NULL, 1652956596),
(92794, '3298', '90.00', '31', '0.3', '5', '83801000', '87999999', '69100000', '69299999', NULL, 1652956597),
(92795, '3220', '183.00', '8', '0.3', '5', '83801000', '87999999', '69100000', '69299999', NULL, 1652956597),
(92796, '3298', '133.00', '31', '5.001', '10', '83801000', '87999999', '69100000', '69299999', NULL, 1652956598),
(92797, '3220', '266.00', '8', '5.001', '10', '83801000', '87999999', '69100000', '69299999', NULL, 1652956599),
(92798, '3298', '215.00', '31', '10.001', '15', '83801000', '87999999', '69100000', '69299999', NULL, 1652956599),
(92799, '3220', '430.00', '8', '10.001', '15', '83801000', '87999999', '69100000', '69299999', NULL, 1652956600),
(92800, '3298', '298.00', '31', '15.001', '20', '83801000', '87999999', '69100000', '69299999', NULL, 1652956600),
(92801, '3220', '595.00', '8', '15.001', '20', '83801000', '87999999', '69100000', '69299999', NULL, 1652956601),
(92802, '3298', '380.00', '31', '20.001', '25', '83801000', '87999999', '69100000', '69299999', NULL, 1652956601),
(92803, '3220', '760.00', '8', '20.001', '25', '83801000', '87999999', '69100000', '69299999', NULL, 1652956602),
(92804, '3298', '463.00', '31', '25.001', '30', '83801000', '87999999', '69100000', '69299999', NULL, 1652956603),
(92805, '3220', '925.00', '8', '25.001', '30', '83801000', '87999999', '69100000', '69299999', NULL, 1652956603),
(92806, '3298', '90.00', '27', '0.3', '5', '83801000', '87999999', '69300000', '69339999', NULL, 1652956604),
(92807, '3220', '183.00', '8', '0.3', '5', '83801000', '87999999', '69300000', '69339999', NULL, 1652956604),
(92808, '3298', '133.00', '27', '5.001', '10', '83801000', '87999999', '69300000', '69339999', NULL, 1652956606),
(92809, '3220', '266.00', '8', '5.001', '10', '83801000', '87999999', '69300000', '69339999', NULL, 1652956606),
(92810, '3298', '215.00', '27', '10.001', '15', '83801000', '87999999', '69300000', '69339999', NULL, 1652956607),
(92811, '3220', '430.00', '8', '10.001', '15', '83801000', '87999999', '69300000', '69339999', NULL, 1652956607),
(92812, '3298', '298.00', '27', '15.001', '20', '83801000', '87999999', '69300000', '69339999', NULL, 1652956608),
(92813, '3220', '595.00', '8', '15.001', '20', '83801000', '87999999', '69300000', '69339999', NULL, 1652956609),
(92814, '3298', '380.00', '27', '20.001', '25', '83801000', '87999999', '69300000', '69339999', NULL, 1652956609),
(92815, '3220', '760.00', '8', '20.001', '25', '83801000', '87999999', '69300000', '69339999', NULL, 1652956610),
(92816, '3298', '463.00', '27', '25.001', '30', '83801000', '87999999', '69300000', '69339999', NULL, 1652956611),
(92817, '3220', '925.00', '8', '25.001', '30', '83801000', '87999999', '69300000', '69339999', NULL, 1652956611),
(92818, '3298', '90.00', '31', '0.3', '5', '83801000', '87999999', '69340000', '69389999', NULL, 1652956612),
(92819, '3220', '183.00', '12', '0.3', '5', '83801000', '87999999', '69340000', '69389999', NULL, 1652956612),
(92820, '3298', '133.00', '31', '5.001', '10', '83801000', '87999999', '69340000', '69389999', NULL, 1652956613),
(92821, '3220', '266.00', '12', '5.001', '10', '83801000', '87999999', '69340000', '69389999', NULL, 1652956613),
(92822, '3298', '215.00', '31', '10.001', '15', '83801000', '87999999', '69340000', '69389999', NULL, 1652956614),
(92823, '3220', '430.00', '12', '10.001', '15', '83801000', '87999999', '69340000', '69389999', NULL, 1652956614),
(92824, '3298', '298.00', '31', '15.001', '20', '83801000', '87999999', '69340000', '69389999', NULL, 1652956615),
(92825, '3220', '595.00', '12', '15.001', '20', '83801000', '87999999', '69340000', '69389999', NULL, 1652956616),
(92826, '3298', '380.00', '31', '20.001', '25', '83801000', '87999999', '69340000', '69389999', NULL, 1652956616),
(92827, '3220', '760.00', '12', '20.001', '25', '83801000', '87999999', '69340000', '69389999', NULL, 1652956617),
(92828, '3298', '463.00', '31', '25.001', '30', '83801000', '87999999', '69340000', '69389999', NULL, 1652956617),
(92829, '3220', '925.00', '12', '25.001', '30', '83801000', '87999999', '69340000', '69389999', NULL, 1652956618),
(92830, '3298', '90.00', '12', '0.3', '5', '83801000', '87999999', '69900000', '69920999', NULL, 1652956618),
(92831, '3220', '183.00', '9', '0.3', '5', '83801000', '87999999', '69900000', '69920999', NULL, 1652956619),
(92832, '3298', '133.00', '12', '5.001', '10', '83801000', '87999999', '69900000', '69920999', NULL, 1652956620),
(92833, '3220', '266.00', '9', '5.001', '10', '83801000', '87999999', '69900000', '69920999', NULL, 1652956620),
(92834, '3298', '215.00', '12', '10.001', '15', '83801000', '87999999', '69900000', '69920999', NULL, 1652956621),
(92835, '3220', '430.00', '9', '10.001', '15', '83801000', '87999999', '69900000', '69920999', NULL, 1652956622),
(92836, '3298', '298.00', '12', '15.001', '20', '83801000', '87999999', '69900000', '69920999', NULL, 1652956622),
(92837, '3220', '595.00', '9', '15.001', '20', '83801000', '87999999', '69900000', '69920999', NULL, 1652956623),
(92838, '3298', '380.00', '12', '20.001', '25', '83801000', '87999999', '69900000', '69920999', NULL, 1652956623),
(92839, '3220', '760.00', '9', '20.001', '25', '83801000', '87999999', '69900000', '69920999', NULL, 1652956624),
(92840, '3298', '463.00', '12', '25.001', '30', '83801000', '87999999', '69900000', '69920999', NULL, 1652956624),
(92841, '3220', '925.00', '9', '25.001', '30', '83801000', '87999999', '69900000', '69920999', NULL, 1652956625),
(92842, '3298', '90.00', '15', '0.3', '5', '83801000', '87999999', '69921000', '69999999', NULL, 1652956626),
(92843, '3220', '183.00', '12', '0.3', '5', '83801000', '87999999', '69921000', '69999999', NULL, 1652956626),
(92844, '3298', '133.00', '15', '5.001', '10', '83801000', '87999999', '69921000', '69999999', NULL, 1652956627),
(92845, '3220', '266.00', '12', '5.001', '10', '83801000', '87999999', '69921000', '69999999', NULL, 1652956627),
(92846, '3298', '215.00', '15', '10.001', '15', '83801000', '87999999', '69921000', '69999999', NULL, 1652956628),
(92847, '3220', '430.00', '12', '10.001', '15', '83801000', '87999999', '69921000', '69999999', NULL, 1652956628),
(92848, '3298', '298.00', '15', '15.001', '20', '83801000', '87999999', '69921000', '69999999', NULL, 1652956629),
(92849, '3220', '595.00', '12', '15.001', '20', '83801000', '87999999', '69921000', '69999999', NULL, 1652956630),
(92850, '3298', '380.00', '15', '20.001', '25', '83801000', '87999999', '69921000', '69999999', NULL, 1652956630),
(92851, '3220', '760.00', '12', '20.001', '25', '83801000', '87999999', '69921000', '69999999', NULL, 1652956631),
(92852, '3298', '463.00', '15', '25.001', '30', '83801000', '87999999', '69921000', '69999999', NULL, 1652956631),
(92853, '3220', '925.00', '12', '25.001', '30', '83801000', '87999999', '69921000', '69999999', NULL, 1652956631),
(92854, '3298', '70.00', '8', '0.3', '5', '83801000', '87999999', '71000000', '73699999', NULL, 1652956632),
(92855, '3220', '157.00', '4', '0.3', '5', '83801000', '87999999', '71000000', '73699999', NULL, 1652956633),
(92856, '3298', '106.00', '8', '5.001', '10', '83801000', '87999999', '71000000', '73699999', NULL, 1652956633),
(92857, '3220', '226.00', '4', '5.001', '10', '83801000', '87999999', '71000000', '73699999', NULL, 1652956634),
(92858, '3298', '172.00', '8', '10.001', '15', '83801000', '87999999', '71000000', '73699999', NULL, 1652956634),
(92859, '3220', '367.00', '4', '10.001', '15', '83801000', '87999999', '71000000', '73699999', NULL, 1652956635),
(92860, '3298', '239.00', '8', '15.001', '20', '83801000', '87999999', '71000000', '73699999', NULL, 1652956635),
(92861, '3220', '508.00', '4', '15.001', '20', '83801000', '87999999', '71000000', '73699999', NULL, 1652956636),
(92862, '3298', '305.00', '8', '20.001', '25', '83801000', '87999999', '71000000', '73699999', NULL, 1652956636),
(92863, '3220', '649.00', '4', '20.001', '25', '83801000', '87999999', '71000000', '73699999', NULL, 1652956637),
(92864, '3298', '371.00', '8', '25.001', '30', '83801000', '87999999', '71000000', '73699999', NULL, 1652956637),
(92865, '3220', '789.00', '4', '25.001', '30', '83801000', '87999999', '71000000', '73699999', NULL, 1652956638),
(92866, '3298', '70.00', '12', '0.3', '5', '83801000', '87999999', '72800000', '73999999', NULL, 1652956638),
(92867, '3220', '157.00', '9', '0.3', '5', '83801000', '87999999', '72800000', '73999999', NULL, 1652956638),
(92868, '3298', '106.00', '12', '5.001', '10', '83801000', '87999999', '72800000', '73999999', NULL, 1652956639),
(92869, '3220', '226.00', '9', '5.001', '10', '83801000', '87999999', '72800000', '73999999', NULL, 1652956640),
(92870, '3298', '172.00', '12', '10.001', '15', '83801000', '87999999', '72800000', '73999999', NULL, 1652956641),
(92871, '3220', '367.00', '9', '10.001', '15', '83801000', '87999999', '72800000', '73999999', NULL, 1652956641),
(92872, '3298', '239.00', '12', '15.001', '20', '83801000', '87999999', '72800000', '73999999', NULL, 1652956642),
(92873, '3220', '508.00', '9', '15.001', '20', '83801000', '87999999', '72800000', '73999999', NULL, 1652956642),
(92874, '3298', '305.00', '12', '20.001', '25', '83801000', '87999999', '72800000', '73999999', NULL, 1652956643),
(92875, '3220', '649.00', '9', '20.001', '25', '83801000', '87999999', '72800000', '73999999', NULL, 1652956643),
(92876, '3298', '371.00', '12', '25.001', '30', '83801000', '87999999', '72800000', '73999999', NULL, 1652956644),
(92877, '3220', '789.00', '9', '25.001', '30', '83801000', '87999999', '72800000', '73999999', NULL, 1652956644),
(92878, '3298', '90.00', '8', '0.3', '5', '83801000', '87999999', '74000000', '74894999', NULL, 1652956644),
(92879, '3220', '183.00', '5', '0.3', '5', '83801000', '87999999', '74000000', '74894999', NULL, 1652956645),
(92880, '3298', '133.00', '8', '5.001', '10', '83801000', '87999999', '74000000', '74894999', NULL, 1652956646),
(92881, '3220', '266.00', '5', '5.001', '10', '83801000', '87999999', '74000000', '74894999', NULL, 1652956646),
(92882, '3298', '215.00', '8', '10.001', '15', '83801000', '87999999', '74000000', '74894999', NULL, 1652956647),
(92883, '3220', '430.00', '5', '10.001', '15', '83801000', '87999999', '74000000', '74894999', NULL, 1652956647),
(92884, '3298', '298.00', '8', '15.001', '20', '83801000', '87999999', '74000000', '74894999', NULL, 1652956647),
(92885, '3220', '595.00', '5', '15.001', '20', '83801000', '87999999', '74000000', '74894999', NULL, 1652956648),
(92886, '3298', '380.00', '8', '20.001', '25', '83801000', '87999999', '74000000', '74894999', NULL, 1652956648),
(92887, '3220', '760.00', '5', '20.001', '25', '83801000', '87999999', '74000000', '74894999', NULL, 1652956649),
(92888, '3298', '463.00', '8', '25.001', '30', '83801000', '87999999', '74000000', '74894999', NULL, 1652956650),
(92889, '3220', '925.00', '5', '25.001', '30', '83801000', '87999999', '74000000', '74894999', NULL, 1652956650),
(92890, '3298', '90.00', '8', '0.3', '5', '83801000', '87999999', '74895000', '76799999', NULL, 1652956651),
(92891, '3220', '183.00', '5', '0.3', '5', '83801000', '87999999', '74895000', '76799999', NULL, 1652956651),
(92892, '3298', '133.00', '8', '5.001', '10', '83801000', '87999999', '74895000', '76799999', NULL, 1652956651),
(92893, '3220', '266.00', '5', '5.001', '10', '83801000', '87999999', '74895000', '76799999', NULL, 1652956652),
(92894, '3298', '215.00', '8', '10.001', '15', '83801000', '87999999', '74895000', '76799999', NULL, 1652956652),
(92895, '3220', '430.00', '5', '10.001', '15', '83801000', '87999999', '74895000', '76799999', NULL, 1652956653),
(92896, '3298', '298.00', '8', '15.001', '20', '83801000', '87999999', '74895000', '76799999', NULL, 1652956654),
(92897, '3220', '595.00', '5', '15.001', '20', '83801000', '87999999', '74895000', '76799999', NULL, 1652956654),
(92898, '3298', '380.00', '8', '20.001', '25', '83801000', '87999999', '74895000', '76799999', NULL, 1652956655),
(92899, '3220', '760.00', '5', '20.001', '25', '83801000', '87999999', '74895000', '76799999', NULL, 1652956655),
(92900, '3298', '463.00', '8', '25.001', '30', '83801000', '87999999', '74895000', '76799999', NULL, 1652956656),
(92901, '3220', '925.00', '5', '25.001', '30', '83801000', '87999999', '74895000', '76799999', NULL, 1652956657),
(92902, '3298', '90.00', '11', '0.3', '5', '83801000', '87999999', '77000000', '77270999', NULL, 1652956658),
(92903, '3220', '183.00', '7', '0.3', '5', '83801000', '87999999', '77000000', '77270999', NULL, 1652956658),
(92904, '3298', '133.00', '11', '5.001', '10', '83801000', '87999999', '77000000', '77270999', NULL, 1652956658),
(92905, '3220', '266.00', '7', '5.001', '10', '83801000', '87999999', '77000000', '77270999', NULL, 1652956659),
(92906, '3298', '215.00', '11', '10.001', '15', '83801000', '87999999', '77000000', '77270999', NULL, 1652956659),
(92907, '3220', '430.00', '7', '10.001', '15', '83801000', '87999999', '77000000', '77270999', NULL, 1652956660),
(92908, '3298', '298.00', '11', '15.001', '20', '83801000', '87999999', '77000000', '77270999', NULL, 1652956660),
(92909, '3220', '595.00', '7', '15.001', '20', '83801000', '87999999', '77000000', '77270999', NULL, 1652956661),
(92910, '3298', '380.00', '11', '20.001', '25', '83801000', '87999999', '77000000', '77270999', NULL, 1652956662),
(92911, '3220', '760.00', '7', '20.001', '25', '83801000', '87999999', '77000000', '77270999', NULL, 1652956662),
(92912, '3298', '463.00', '11', '25.001', '30', '83801000', '87999999', '77000000', '77270999', NULL, 1652956663),
(92913, '3220', '925.00', '7', '25.001', '30', '83801000', '87999999', '77000000', '77270999', NULL, 1652956663),
(92914, '3298', '90.00', '14', '0.3', '5', '83801000', '87999999', '77300000', '77995999', NULL, 1652956664),
(92915, '3220', '183.00', '10', '0.3', '5', '83801000', '87999999', '77300000', '77995999', NULL, 1652956665),
(92916, '3298', '133.00', '14', '5.001', '10', '83801000', '87999999', '77300000', '77995999', NULL, 1652956665),
(92917, '3220', '266.00', '10', '5.001', '10', '83801000', '87999999', '77300000', '77995999', NULL, 1652956666),
(92918, '3298', '215.00', '14', '10.001', '15', '83801000', '87999999', '77300000', '77995999', NULL, 1652956666),
(92919, '3220', '430.00', '10', '10.001', '15', '83801000', '87999999', '77300000', '77995999', NULL, 1652956667),
(92920, '3298', '298.00', '14', '15.001', '20', '83801000', '87999999', '77300000', '77995999', NULL, 1652956668),
(92921, '3220', '595.00', '10', '15.001', '20', '83801000', '87999999', '77300000', '77995999', NULL, 1652956668),
(92922, '3298', '380.00', '14', '20.001', '25', '83801000', '87999999', '77300000', '77995999', NULL, 1652956669),
(92923, '3220', '760.00', '10', '20.001', '25', '83801000', '87999999', '77300000', '77995999', NULL, 1652956669),
(92924, '3298', '463.00', '14', '25.001', '30', '83801000', '87999999', '77300000', '77995999', NULL, 1652956670),
(92925, '3220', '925.00', '10', '25.001', '30', '83801000', '87999999', '77300000', '77995999', NULL, 1652956670),
(92926, '3298', '70.00', '9', '0.3', '5', '83801000', '87999999', '78000000', '78109999', NULL, 1652956671),
(92927, '3220', '157.00', '6', '0.3', '5', '83801000', '87999999', '78000000', '78109999', NULL, 1652956671),
(92928, '3298', '106.00', '9', '5.001', '10', '83801000', '87999999', '78000000', '78109999', NULL, 1652956672),
(92929, '3220', '226.00', '6', '5.001', '10', '83801000', '87999999', '78000000', '78109999', NULL, 1652956672),
(92930, '3298', '172.00', '9', '10.001', '15', '83801000', '87999999', '78000000', '78109999', NULL, 1652956673),
(92931, '3220', '367.00', '6', '10.001', '15', '83801000', '87999999', '78000000', '78109999', NULL, 1652956673),
(92932, '3298', '239.00', '9', '15.001', '20', '83801000', '87999999', '78000000', '78109999', NULL, 1652956674),
(92933, '3220', '508.00', '6', '15.001', '20', '83801000', '87999999', '78000000', '78109999', NULL, 1652956674),
(92934, '3298', '305.00', '9', '20.001', '25', '83801000', '87999999', '78000000', '78109999', NULL, 1652956675),
(92935, '3220', '649.00', '6', '20.001', '25', '83801000', '87999999', '78000000', '78109999', NULL, 1652956676),
(92936, '3298', '371.00', '9', '25.001', '30', '83801000', '87999999', '78000000', '78109999', NULL, 1652956676),
(92937, '3220', '789.00', '6', '25.001', '30', '83801000', '87999999', '78000000', '78109999', NULL, 1652956677),
(92938, '3298', '70.00', '11', '0.3', '5', '83801000', '87999999', '78110000', '78899999', NULL, 1652956677),
(92939, '3220', '157.00', '8', '0.3', '5', '83801000', '87999999', '78110000', '78899999', NULL, 1652956678),
(92940, '3298', '106.00', '11', '5.001', '10', '83801000', '87999999', '78110000', '78899999', NULL, 1652956678),
(92941, '3220', '226.00', '8', '5.001', '10', '83801000', '87999999', '78110000', '78899999', NULL, 1652956679),
(92942, '3298', '172.00', '11', '10.001', '15', '83801000', '87999999', '78110000', '78899999', NULL, 1652956679),
(92943, '3220', '367.00', '8', '10.001', '15', '83801000', '87999999', '78110000', '78899999', NULL, 1652956680),
(92944, '3298', '239.00', '11', '15.001', '20', '83801000', '87999999', '78110000', '78899999', NULL, 1652956680),
(92945, '3220', '508.00', '8', '15.001', '20', '83801000', '87999999', '78110000', '78899999', NULL, 1652956680),
(92946, '3298', '305.00', '11', '20.001', '25', '83801000', '87999999', '78110000', '78899999', NULL, 1652956681),
(92947, '3220', '649.00', '8', '20.001', '25', '83801000', '87999999', '78110000', '78899999', NULL, 1652956682),
(92948, '3298', '371.00', '11', '25.001', '30', '83801000', '87999999', '78110000', '78899999', NULL, 1652956682),
(92949, '3220', '789.00', '8', '25.001', '30', '83801000', '87999999', '78110000', '78899999', NULL, 1652956683),
(92950, '3298', '90.00', '13', '0.3', '5', '83801000', '87999999', '78900000', '78930999', NULL, 1652956684),
(92951, '3220', '183.00', '10', '0.3', '5', '83801000', '87999999', '78900000', '78930999', NULL, 1652956684),
(92952, '3298', '133.00', '13', '5.001', '10', '83801000', '87999999', '78900000', '78930999', NULL, 1652956684),
(92953, '3220', '266.00', '10', '5.001', '10', '83801000', '87999999', '78900000', '78930999', NULL, 1652956685),
(92954, '3298', '215.00', '13', '10.001', '15', '83801000', '87999999', '78900000', '78930999', NULL, 1652956685),
(92955, '3220', '430.00', '10', '10.001', '15', '83801000', '87999999', '78900000', '78930999', NULL, 1652956686),
(92956, '3298', '298.00', '13', '15.001', '20', '83801000', '87999999', '78900000', '78930999', NULL, 1652956687),
(92957, '3220', '595.00', '10', '15.001', '20', '83801000', '87999999', '78900000', '78930999', NULL, 1652956687),
(92958, '3298', '380.00', '13', '20.001', '25', '83801000', '87999999', '78900000', '78930999', NULL, 1652956688),
(92959, '3220', '760.00', '10', '20.001', '25', '83801000', '87999999', '78900000', '78930999', NULL, 1652956688),
(92960, '3298', '463.00', '13', '25.001', '30', '83801000', '87999999', '78900000', '78930999', NULL, 1652956689),
(92961, '3220', '925.00', '10', '25.001', '30', '83801000', '87999999', '78900000', '78930999', NULL, 1652956689),
(92962, '3298', '70.00', '11', '0.3', '5', '83801000', '87999999', '78931000', '78999999', NULL, 1652956690),
(92963, '3220', '157.00', '8', '0.3', '5', '83801000', '87999999', '78931000', '78999999', NULL, 1652956691),
(92964, '3298', '106.00', '11', '5.001', '10', '83801000', '87999999', '78931000', '78999999', NULL, 1652956692),
(92965, '3220', '226.00', '8', '5.001', '10', '83801000', '87999999', '78931000', '78999999', NULL, 1652956692),
(92966, '3298', '172.00', '11', '10.001', '15', '83801000', '87999999', '78931000', '78999999', NULL, 1652956693),
(92967, '3220', '367.00', '8', '10.001', '15', '83801000', '87999999', '78931000', '78999999', NULL, 1652956693),
(92968, '3298', '239.00', '11', '15.001', '20', '83801000', '87999999', '78931000', '78999999', NULL, 1652956694),
(92969, '3220', '508.00', '8', '15.001', '20', '83801000', '87999999', '78931000', '78999999', NULL, 1652956695),
(92970, '3298', '305.00', '11', '20.001', '25', '83801000', '87999999', '78931000', '78999999', NULL, 1652956695),
(92971, '3220', '649.00', '8', '20.001', '25', '83801000', '87999999', '78931000', '78999999', NULL, 1652956696),
(92972, '3298', '371.00', '11', '25.001', '30', '83801000', '87999999', '78931000', '78999999', NULL, 1652956696),
(92973, '3220', '789.00', '8', '25.001', '30', '83801000', '87999999', '78931000', '78999999', NULL, 1652956697),
(92974, '3298', '50.00', '8', '0.3', '5', '83801000', '87999999', '79000000', '79129999', NULL, 1652956697),
(92975, '3220', '124.00', '4', '0.3', '5', '83801000', '87999999', '79000000', '79129999', NULL, 1652956698),
(92976, '3298', '83.00', '8', '5.001', '10', '83801000', '87999999', '79000000', '79129999', NULL, 1652956699),
(92977, '3220', '175.00', '4', '5.001', '10', '83801000', '87999999', '79000000', '79129999', NULL, 1652956699),
(92978, '3298', '135.00', '8', '10.001', '15', '83801000', '87999999', '79000000', '79129999', NULL, 1652956699),
(92979, '3220', '283.00', '4', '10.001', '15', '83801000', '87999999', '79000000', '79129999', NULL, 1652956700),
(92980, '3298', '186.00', '8', '15.001', '20', '83801000', '87999999', '79000000', '79129999', NULL, 1652956700),
(92981, '3220', '392.00', '4', '15.001', '20', '83801000', '87999999', '79000000', '79129999', NULL, 1652956701),
(92982, '3298', '238.00', '8', '20.001', '25', '83801000', '87999999', '79000000', '79129999', NULL, 1652956701),
(92983, '3220', '500.00', '4', '20.001', '25', '83801000', '87999999', '79000000', '79129999', NULL, 1652956702),
(92984, '3298', '290.00', '8', '25.001', '30', '83801000', '87999999', '79000000', '79129999', NULL, 1652956703),
(92985, '3220', '609.00', '4', '25.001', '30', '83801000', '87999999', '79000000', '79129999', NULL, 1652956703),
(92986, '3298', '50.00', '11', '0.3', '5', '83801000', '87999999', '79130000', '79999999', NULL, 1652956704),
(92987, '3220', '124.00', '7', '0.3', '5', '83801000', '87999999', '79130000', '79999999', NULL, 1652956704),
(92988, '3298', '83.00', '11', '5.001', '10', '83801000', '87999999', '79130000', '79999999', NULL, 1652956705),
(92989, '3220', '175.00', '7', '5.001', '10', '83801000', '87999999', '79130000', '79999999', NULL, 1652956705),
(92990, '3298', '135.00', '11', '10.001', '15', '83801000', '87999999', '79130000', '79999999', NULL, 1652956706),
(92991, '3220', '283.00', '7', '10.001', '15', '83801000', '87999999', '79130000', '79999999', NULL, 1652956707),
(92992, '3298', '186.00', '11', '15.001', '20', '83801000', '87999999', '79130000', '79999999', NULL, 1652956707),
(92993, '3220', '392.00', '7', '15.001', '20', '83801000', '87999999', '79130000', '79999999', NULL, 1652956708),
(92994, '3298', '238.00', '11', '20.001', '25', '83801000', '87999999', '79130000', '79999999', NULL, 1652956708),
(92995, '3220', '500.00', '7', '20.001', '25', '83801000', '87999999', '79130000', '79999999', NULL, 1652956709),
(92996, '3298', '290.00', '11', '25.001', '30', '83801000', '87999999', '79130000', '79999999', NULL, 1652956710),
(92997, '3220', '609.00', '7', '25.001', '30', '83801000', '87999999', '79130000', '79999999', NULL, 1652956710),
(92998, '3298', '25.00', '5', '0.3', '5', '83801000', '87999999', '80000000', '82999999', NULL, 1652956711),
(92999, '3220', '34.00', '2', '0.3', '5', '83801000', '87999999', '80000000', '82999999', NULL, 1652956711),
(93000, '3298', '31.00', '5', '5.001', '10', '83801000', '87999999', '80000000', '82999999', NULL, 1652956712),
(93001, '3220', '48.00', '2', '5.001', '10', '83801000', '87999999', '80000000', '82999999', NULL, 1652956713),
(93002, '3298', '51.00', '5', '10.001', '15', '83801000', '87999999', '80000000', '82999999', NULL, 1652956713),
(93003, '3220', '78.00', '2', '10.001', '15', '83801000', '87999999', '80000000', '82999999', NULL, 1652956714),
(93004, '3298', '71.00', '5', '15.001', '20', '83801000', '87999999', '80000000', '82999999', NULL, 1652956714),
(93005, '3220', '108.00', '2', '15.001', '20', '83801000', '87999999', '80000000', '82999999', NULL, 1652956715),
(93006, '3298', '91.00', '5', '20.001', '25', '83801000', '87999999', '80000000', '82999999', NULL, 1652956716),
(93007, '3220', '138.00', '2', '20.001', '25', '83801000', '87999999', '80000000', '82999999', NULL, 1652956716),
(93008, '3298', '110.00', '5', '25.001', '30', '83801000', '87999999', '80000000', '82999999', NULL, 1652956717),
(93009, '3220', '168.00', '2', '25.001', '30', '83801000', '87999999', '80000000', '82999999', NULL, 1652956717),
(93010, '3298', '25.00', '5', '0.3', '5', '83801000', '87999999', '80000000', '83800999', NULL, 1652956718),
(93011, '3220', '34.00', '2', '0.3', '5', '83801000', '87999999', '80000000', '83800999', NULL, 1652956719),
(93012, '3298', '31.00', '5', '5.001', '10', '83801000', '87999999', '80000000', '83800999', NULL, 1652956719),
(93013, '3220', '48.00', '2', '5.001', '10', '83801000', '87999999', '80000000', '83800999', NULL, 1652956720),
(93014, '3298', '51.00', '5', '10.001', '15', '83801000', '87999999', '80000000', '83800999', NULL, 1652956720),
(93015, '3220', '78.00', '2', '10.001', '15', '83801000', '87999999', '80000000', '83800999', NULL, 1652956721),
(93016, '3298', '71.00', '5', '15.001', '20', '83801000', '87999999', '80000000', '83800999', NULL, 1652956722),
(93017, '3220', '108.00', '2', '15.001', '20', '83801000', '87999999', '80000000', '83800999', NULL, 1652956723),
(93018, '3298', '91.00', '5', '20.001', '25', '83801000', '87999999', '80000000', '83800999', NULL, 1652956723),
(93019, '3220', '138.00', '2', '20.001', '25', '83801000', '87999999', '80000000', '83800999', NULL, 1652956723),
(93020, '3298', '110.00', '5', '25.001', '30', '83801000', '87999999', '80000000', '83800999', NULL, 1652956724),
(93021, '3220', '168.00', '2', '25.001', '30', '83801000', '87999999', '80000000', '83800999', NULL, 1652956725),
(93022, '3298', '26.00', '5', '0.3', '5', '83801000', '87999999', '83801000', '87999999', NULL, 1652956725),
(93023, '3220', '22.00', '1', '0.3', '5', '83801000', '87999999', '83801000', '87999999', NULL, 1652956725),
(93024, '3298', '32.00', '5', '5.001', '10', '83801000', '87999999', '83801000', '87999999', NULL, 1652956726),
(93025, '3220', '28.00', '1', '5.001', '10', '83801000', '87999999', '83801000', '87999999', NULL, 1652956726),
(93026, '3298', '52.00', '5', '10.001', '15', '83801000', '87999999', '83801000', '87999999', NULL, 1652956727),
(93027, '3220', '45.00', '1', '10.001', '15', '83801000', '87999999', '83801000', '87999999', NULL, 1652956728),
(93028, '3298', '72.00', '5', '15.001', '20', '83801000', '87999999', '83801000', '87999999', NULL, 1652956728),
(93029, '3220', '63.00', '1', '15.001', '20', '83801000', '87999999', '83801000', '87999999', NULL, 1652956729),
(93030, '3298', '92.00', '5', '20.001', '25', '83801000', '87999999', '83801000', '87999999', NULL, 1652956729),
(93031, '3220', '80.00', '1', '20.001', '25', '83801000', '87999999', '83801000', '87999999', NULL, 1652956730),
(93032, '3298', '112.00', '5', '25.001', '30', '83801000', '87999999', '83801000', '87999999', NULL, 1652956730),
(93033, '3220', '97.00', '1', '25.001', '30', '83801000', '87999999', '83801000', '87999999', NULL, 1652956731),
(93034, '3298', '44.00', '8', '0.3', '5', '83801000', '87999999', '88000000', '82999999', NULL, 1652956731),
(93035, '3220', '102.00', '4', '0.3', '5', '83801000', '87999999', '88000000', '82999999', NULL, 1652956732),
(93036, '3298', '74.00', '8', '5.001', '10', '83801000', '87999999', '88000000', '82999999', NULL, 1652956732),
(93037, '3220', '141.00', '4', '5.001', '10', '83801000', '87999999', '88000000', '82999999', NULL, 1652956733),
(93038, '3298', '120.00', '8', '10.001', '15', '83801000', '87999999', '88000000', '82999999', NULL, 1652956733),
(93039, '3220', '229.00', '4', '10.001', '15', '83801000', '87999999', '88000000', '82999999', NULL, 1652956734),
(93040, '3298', '166.00', '8', '15.001', '20', '83801000', '87999999', '88000000', '82999999', NULL, 1652956735),
(93041, '3220', '316.00', '4', '15.001', '20', '83801000', '87999999', '88000000', '82999999', NULL, 1652956736),
(93042, '3298', '212.00', '8', '20.001', '25', '83801000', '87999999', '88000000', '82999999', NULL, 1652956736),
(93043, '3220', '404.00', '4', '20.001', '25', '83801000', '87999999', '88000000', '82999999', NULL, 1652956737),
(93044, '3298', '258.00', '8', '25.001', '30', '83801000', '87999999', '88000000', '82999999', NULL, 1652956737),
(93045, '3220', '492.00', '4', '25.001', '30', '83801000', '87999999', '88000000', '82999999', NULL, 1652956738),
(93046, '3298', '44.00', '8', '0.3', '5', '83801000', '87999999', '88000000', '88469999', NULL, 1652956738),
(93047, '3220', '102.00', '4', '0.3', '5', '83801000', '87999999', '88000000', '88469999', NULL, 1652956739),
(93048, '3298', '74.00', '8', '5.001', '10', '83801000', '87999999', '88000000', '88469999', NULL, 1652956739),
(93049, '3220', '141.00', '4', '5.001', '10', '83801000', '87999999', '88000000', '88469999', NULL, 1652956740),
(93050, '3298', '120.00', '8', '10.001', '15', '83801000', '87999999', '88000000', '88469999', NULL, 1652956740),
(93051, '3220', '229.00', '4', '10.001', '15', '83801000', '87999999', '88000000', '88469999', NULL, 1652956741),
(93052, '3298', '166.00', '8', '15.001', '20', '83801000', '87999999', '88000000', '88469999', NULL, 1652956748),
(93053, '3220', '316.00', '4', '15.001', '20', '83801000', '87999999', '88000000', '88469999', NULL, 1652956749),
(93054, '3298', '212.00', '8', '20.001', '25', '83801000', '87999999', '88000000', '88469999', NULL, 1652956749),
(93055, '3220', '404.00', '4', '20.001', '25', '83801000', '87999999', '88000000', '88469999', NULL, 1652956750),
(93056, '3298', '258.00', '8', '25.001', '30', '83801000', '87999999', '88000000', '88469999', NULL, 1652956750),
(93057, '3220', '492.00', '4', '25.001', '30', '83801000', '87999999', '88000000', '88469999', NULL, 1652956751),
(93058, '3298', '44.00', '9', '0.3', '5', '83801000', '87999999', '88470000', '89999999', NULL, 1652956755),
(93059, '3220', '102.00', '5', '0.3', '5', '83801000', '87999999', '88470000', '89999999', NULL, 1652956755),
(93060, '3298', '74.00', '9', '5.001', '10', '83801000', '87999999', '88470000', '89999999', NULL, 1652956756),
(93061, '3220', '141.00', '5', '5.001', '10', '83801000', '87999999', '88470000', '89999999', NULL, 1652956757),
(93062, '3298', '120.00', '9', '10.001', '15', '83801000', '87999999', '88470000', '89999999', NULL, 1652956757),
(93063, '3220', '229.00', '5', '10.001', '15', '83801000', '87999999', '88470000', '89999999', NULL, 1652956758),
(93064, '3298', '166.00', '9', '15.001', '20', '83801000', '87999999', '88470000', '89999999', NULL, 1652956758),
(93065, '3220', '316.00', '5', '15.001', '20', '83801000', '87999999', '88470000', '89999999', NULL, 1652956759),
(93066, '3298', '212.00', '9', '20.001', '25', '83801000', '87999999', '88470000', '89999999', NULL, 1652956759),
(93067, '3220', '404.00', '5', '20.001', '25', '83801000', '87999999', '88470000', '89999999', NULL, 1652956760),
(93068, '3298', '258.00', '9', '25.001', '30', '83801000', '87999999', '88470000', '89999999', NULL, 1652956761),
(93069, '3220', '492.00', '5', '25.001', '30', '83801000', '87999999', '88470000', '89999999', NULL, 1652956761),
(93070, '3298', '44.00', '8', '0.3', '5', '83801000', '87999999', '90000000', '91999999', NULL, 1652956762),
(93071, '3220', '102.00', '4', '0.3', '5', '83801000', '87999999', '90000000', '91999999', NULL, 1652956762),
(93072, '3298', '74.00', '8', '5.001', '10', '83801000', '87999999', '90000000', '91999999', NULL, 1652956763),
(93073, '3220', '141.00', '4', '5.001', '10', '83801000', '87999999', '90000000', '91999999', NULL, 1652956763),
(93074, '3298', '120.00', '8', '10.001', '15', '83801000', '87999999', '90000000', '91999999', NULL, 1652956764),
(93075, '3220', '229.00', '4', '10.001', '15', '83801000', '87999999', '90000000', '91999999', NULL, 1652956764),
(93076, '3298', '166.00', '8', '15.001', '20', '83801000', '87999999', '90000000', '91999999', NULL, 1652956764),
(93077, '3220', '316.00', '4', '15.001', '20', '83801000', '87999999', '90000000', '91999999', NULL, 1652956765),
(93078, '3298', '212.00', '8', '20.001', '25', '83801000', '87999999', '90000000', '91999999', NULL, 1652956766),
(93079, '3220', '404.00', '4', '20.001', '25', '83801000', '87999999', '90000000', '91999999', NULL, 1652956766),
(93080, '3298', '258.00', '8', '25.001', '30', '83801000', '87999999', '90000000', '91999999', NULL, 1652956767),
(93081, '3220', '492.00', '4', '25.001', '30', '83801000', '87999999', '90000000', '91999999', NULL, 1652956767),
(93082, '3298', '44.00', '10', '0.3', '5', '83801000', '87999999', '90000000', '94900999', NULL, 1652956768),
(93083, '3220', '102.00', '6', '0.3', '5', '83801000', '87999999', '90000000', '94900999', NULL, 1652956768),
(93084, '3298', '74.00', '10', '5.001', '10', '83801000', '87999999', '90000000', '94900999', NULL, 1652956769),
(93085, '3220', '141.00', '6', '5.001', '10', '83801000', '87999999', '90000000', '94900999', NULL, 1652956769),
(93086, '3298', '120.00', '10', '10.001', '15', '83801000', '87999999', '90000000', '94900999', NULL, 1652956770),
(93087, '3220', '229.00', '6', '10.001', '15', '83801000', '87999999', '90000000', '94900999', NULL, 1652956770),
(93088, '3298', '166.00', '10', '15.001', '20', '83801000', '87999999', '90000000', '94900999', NULL, 1652956771),
(93089, '3220', '316.00', '6', '15.001', '20', '83801000', '87999999', '90000000', '94900999', NULL, 1652956771),
(93090, '3298', '212.00', '10', '20.001', '25', '83801000', '87999999', '90000000', '94900999', NULL, 1652956774),
(93091, '3220', '404.00', '6', '20.001', '25', '83801000', '87999999', '90000000', '94900999', NULL, 1652956775),
(93092, '3298', '258.00', '10', '25.001', '30', '83801000', '87999999', '90000000', '94900999', NULL, 1652956775),
(93093, '3220', '492.00', '6', '25.001', '30', '83801000', '87999999', '90000000', '94900999', NULL, 1652956777),
(93094, '3298', '44.00', '12', '0.3', '5', '83801000', '87999999', '94901000', '99999999', NULL, 1652956780),
(93095, '3220', '102.00', '8', '0.3', '5', '83801000', '87999999', '94901000', '99999999', NULL, 1652956780),
(93096, '3298', '74.00', '12', '5.001', '10', '83801000', '87999999', '94901000', '99999999', NULL, 1652956781),
(93097, '3220', '141.00', '8', '5.001', '10', '83801000', '87999999', '94901000', '99999999', NULL, 1652956782),
(93098, '3298', '120.00', '12', '10.001', '15', '83801000', '87999999', '94901000', '99999999', NULL, 1652956782),
(93099, '3220', '229.00', '8', '10.001', '15', '83801000', '87999999', '94901000', '99999999', NULL, 1652956783),
(93100, '3298', '166.00', '12', '15.001', '20', '83801000', '87999999', '94901000', '99999999', NULL, 1652956783),
(93101, '3220', '316.00', '8', '15.001', '20', '83801000', '87999999', '94901000', '99999999', NULL, 1652956784),
(93102, '3298', '212.00', '12', '20.001', '25', '83801000', '87999999', '94901000', '99999999', NULL, 1652956784),
(93103, '3220', '404.00', '8', '20.001', '25', '83801000', '87999999', '94901000', '99999999', NULL, 1652956785),
(93104, '3298', '258.00', '12', '25.001', '30', '83801000', '87999999', '94901000', '99999999', NULL, 1652956785),
(93105, '3220', '492.00', '8', '25.001', '30', '83801000', '87999999', '94901000', '99999999', NULL, 1652956789),
(93106, '3298', '30.00', '5', '0.3', '5', '88000000', '82999999', '01000000', '08499999', NULL, 1652956789),
(93107, '3220', '59.00', '1', '0.3', '5', '88000000', '82999999', '01000000', '08499999', NULL, 1652956790),
(93108, '3298', '44.00', '5', '5.001', '10', '88000000', '82999999', '01000000', '08499999', NULL, 1652956790),
(93109, '3220', '93.00', '1', '5.001', '10', '88000000', '82999999', '01000000', '08499999', NULL, 1652956791),
(93110, '3298', '71.00', '5', '10.001', '15', '88000000', '82999999', '01000000', '08499999', NULL, 1652956791),
(93111, '3220', '150.00', '1', '10.001', '15', '88000000', '82999999', '01000000', '08499999', NULL, 1652956792),
(93112, '3298', '99.00', '5', '15.001', '20', '88000000', '82999999', '01000000', '08499999', NULL, 1652956793),
(93113, '3220', '208.00', '1', '15.001', '20', '88000000', '82999999', '01000000', '08499999', NULL, 1652956793),
(93114, '3298', '126.00', '5', '20.001', '25', '88000000', '82999999', '01000000', '08499999', NULL, 1652956794),
(93115, '3220', '266.00', '1', '20.001', '25', '88000000', '82999999', '01000000', '08499999', NULL, 1652956794),
(93116, '3298', '153.00', '5', '25.001', '30', '88000000', '82999999', '01000000', '08499999', NULL, 1652956795),
(93117, '3220', '324.00', '1', '25.001', '30', '88000000', '82999999', '01000000', '08499999', NULL, 1652956795),
(93118, '3298', '30.00', '6', '0.3', '5', '88000000', '82999999', '06000000', '09999999', NULL, 1652956796),
(93119, '3220', '59.00', '2', '0.3', '5', '88000000', '82999999', '06000000', '09999999', NULL, 1652956797),
(93120, '3298', '44.00', '6', '5.001', '10', '88000000', '82999999', '06000000', '09999999', NULL, 1652956797),
(93121, '3220', '93.00', '2', '5.001', '10', '88000000', '82999999', '06000000', '09999999', NULL, 1652956798),
(93122, '3298', '71.00', '6', '10.001', '15', '88000000', '82999999', '06000000', '09999999', NULL, 1652956798),
(93123, '3220', '150.00', '2', '10.001', '15', '88000000', '82999999', '06000000', '09999999', NULL, 1652956799),
(93124, '3298', '99.00', '6', '15.001', '20', '88000000', '82999999', '06000000', '09999999', NULL, 1652956800),
(93125, '3220', '208.00', '2', '15.001', '20', '88000000', '82999999', '06000000', '09999999', NULL, 1652956800),
(93126, '3298', '126.00', '6', '20.001', '25', '88000000', '82999999', '06000000', '09999999', NULL, 1652956801),
(93127, '3220', '266.00', '2', '20.001', '25', '88000000', '82999999', '06000000', '09999999', NULL, 1652956805),
(93128, '3298', '153.00', '6', '25.001', '30', '88000000', '82999999', '06000000', '09999999', NULL, 1652956806),
(93129, '3220', '324.00', '2', '25.001', '30', '88000000', '82999999', '06000000', '09999999', NULL, 1652956817),
(93130, '3298', '30.00', '7', '0.3', '5', '88000000', '82999999', '11000000', '11999999', NULL, 1652956817),
(93131, '3220', '59.00', '3', '0.3', '5', '88000000', '82999999', '11000000', '11999999', NULL, 1652956817),
(93132, '3298', '44.00', '7', '5.001', '10', '88000000', '82999999', '11000000', '11999999', NULL, 1652956818),
(93133, '3220', '93.00', '3', '5.001', '10', '88000000', '82999999', '11000000', '11999999', NULL, 1652956819),
(93134, '3298', '71.00', '7', '10.001', '15', '88000000', '82999999', '11000000', '11999999', NULL, 1652956819),
(93135, '3220', '150.00', '3', '10.001', '15', '88000000', '82999999', '11000000', '11999999', NULL, 1652956820),
(93136, '3298', '99.00', '7', '15.001', '20', '88000000', '82999999', '11000000', '11999999', NULL, 1652956820),
(93137, '3220', '208.00', '3', '15.001', '20', '88000000', '82999999', '11000000', '11999999', NULL, 1652956821),
(93138, '3298', '126.00', '7', '20.001', '25', '88000000', '82999999', '11000000', '11999999', NULL, 1652956822),
(93139, '3220', '266.00', '3', '20.001', '25', '88000000', '82999999', '11000000', '11999999', NULL, 1652956822),
(93140, '3298', '153.00', '7', '25.001', '30', '88000000', '82999999', '11000000', '11999999', NULL, 1652956823),
(93141, '3220', '324.00', '3', '25.001', '30', '88000000', '82999999', '11000000', '11999999', NULL, 1652956823),
(93142, '3298', '30.00', '6', '0.3', '5', '88000000', '82999999', '12000000', '19999999', NULL, 1652956824),
(93143, '3220', '59.00', '2', '0.3', '5', '88000000', '82999999', '12000000', '19999999', NULL, 1652956825),
(93144, '3298', '44.00', '6', '5.001', '10', '88000000', '82999999', '12000000', '19999999', NULL, 1652956825),
(93145, '3220', '93.00', '2', '5.001', '10', '88000000', '82999999', '12000000', '19999999', NULL, 1652956826),
(93146, '3298', '71.00', '6', '10.001', '15', '88000000', '82999999', '12000000', '19999999', NULL, 1652956827),
(93147, '3220', '150.00', '2', '10.001', '15', '88000000', '82999999', '12000000', '19999999', NULL, 1652956827),
(93148, '3298', '99.00', '6', '15.001', '20', '88000000', '82999999', '12000000', '19999999', NULL, 1652956828),
(93149, '3220', '208.00', '2', '15.001', '20', '88000000', '82999999', '12000000', '19999999', NULL, 1652956828),
(93150, '3298', '126.00', '6', '20.001', '25', '88000000', '82999999', '12000000', '19999999', NULL, 1652956829),
(93151, '3220', '266.00', '2', '20.001', '25', '88000000', '82999999', '12000000', '19999999', NULL, 1652956830),
(93152, '3298', '153.00', '6', '25.001', '30', '88000000', '82999999', '12000000', '19999999', NULL, 1652956830);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(93153, '3220', '324.00', '2', '25.001', '30', '88000000', '82999999', '12000000', '19999999', NULL, 1652956831),
(93154, '3298', '50.00', '7', '0.3', '5', '88000000', '82999999', '26601000', '28999999', NULL, 1652956843),
(93155, '3220', '124.00', '4', '0.3', '5', '88000000', '82999999', '26601000', '28999999', NULL, 1652956843),
(93156, '3298', '83.00', '7', '5.001', '10', '88000000', '82999999', '26601000', '28999999', NULL, 1652956844),
(93157, '3220', '175.00', '4', '5.001', '10', '88000000', '82999999', '26601000', '28999999', NULL, 1652956844),
(93158, '3298', '135.00', '7', '10.001', '15', '88000000', '82999999', '26601000', '28999999', NULL, 1652956845),
(93159, '3220', '283.00', '4', '10.001', '15', '88000000', '82999999', '26601000', '28999999', NULL, 1652956846),
(93160, '3298', '186.00', '7', '15.001', '20', '88000000', '82999999', '26601000', '28999999', NULL, 1652956846),
(93161, '3220', '392.00', '4', '15.001', '20', '88000000', '82999999', '26601000', '28999999', NULL, 1652956847),
(93162, '3298', '238.00', '7', '20.001', '25', '88000000', '82999999', '26601000', '28999999', NULL, 1652956848),
(93163, '3220', '500.00', '4', '20.001', '25', '88000000', '82999999', '26601000', '28999999', NULL, 1652956848),
(93164, '3298', '290.00', '7', '25.001', '30', '88000000', '82999999', '26601000', '28999999', NULL, 1652956849),
(93165, '3220', '609.00', '4', '25.001', '30', '88000000', '82999999', '26601000', '28999999', NULL, 1652956849),
(93166, '3298', '38.00', '6', '0.3', '5', '88000000', '82999999', '29000000', '29099999', NULL, 1652956850),
(93167, '3220', '113.00', '2', '0.3', '5', '88000000', '82999999', '29000000', '29099999', NULL, 1652956850),
(93168, '3298', '58.00', '6', '5.001', '10', '88000000', '82999999', '29000000', '29099999', NULL, 1652956851),
(93169, '3220', '176.00', '2', '5.001', '10', '88000000', '82999999', '29000000', '29099999', NULL, 1652956851),
(93170, '3298', '94.00', '6', '10.001', '15', '88000000', '82999999', '29000000', '29099999', NULL, 1652956852),
(93171, '3220', '286.00', '2', '10.001', '15', '88000000', '82999999', '29000000', '29099999', NULL, 1652956853),
(93172, '3298', '130.00', '6', '15.001', '20', '88000000', '82999999', '29000000', '29099999', NULL, 1652956853),
(93173, '3220', '396.00', '2', '15.001', '20', '88000000', '82999999', '29000000', '29099999', NULL, 1652956854),
(93174, '3298', '166.00', '6', '20.001', '25', '88000000', '82999999', '29000000', '29099999', NULL, 1652956854),
(93175, '3220', '505.00', '2', '20.001', '25', '88000000', '82999999', '29000000', '29099999', NULL, 1652956855),
(93176, '3298', '202.00', '6', '25.001', '30', '88000000', '82999999', '29000000', '29099999', NULL, 1652956855),
(93177, '3220', '615.00', '2', '25.001', '30', '88000000', '82999999', '29000000', '29099999', NULL, 1652956856),
(93178, '3298', '70.00', '8', '0.3', '5', '88000000', '82999999', '29100000', '29999999', NULL, 1652956857),
(93179, '3220', '157.00', '5', '0.3', '5', '88000000', '82999999', '29100000', '29999999', NULL, 1652956857),
(93180, '3298', '106.00', '8', '5.001', '10', '88000000', '82999999', '29100000', '29999999', NULL, 1652956858),
(93181, '3220', '226.00', '5', '5.001', '10', '88000000', '82999999', '29100000', '29999999', NULL, 1652956859),
(93182, '3298', '172.00', '8', '10.001', '15', '88000000', '82999999', '29100000', '29999999', NULL, 1652956859),
(93183, '3220', '367.00', '5', '10.001', '15', '88000000', '82999999', '29100000', '29999999', NULL, 1652956860),
(93184, '3298', '239.00', '8', '15.001', '20', '88000000', '82999999', '29100000', '29999999', NULL, 1652956861),
(93185, '3220', '508.00', '5', '15.001', '20', '88000000', '82999999', '29100000', '29999999', NULL, 1652956861),
(93186, '3298', '305.00', '8', '20.001', '25', '88000000', '82999999', '29100000', '29999999', NULL, 1652956862),
(93187, '3220', '649.00', '5', '20.001', '25', '88000000', '82999999', '29100000', '29999999', NULL, 1652956862),
(93188, '3298', '371.00', '8', '25.001', '30', '88000000', '82999999', '29100000', '29999999', NULL, 1652956863),
(93189, '3220', '789.00', '5', '25.001', '30', '88000000', '82999999', '29100000', '29999999', NULL, 1652956864),
(93190, '3298', '34.00', '5', '0.3', '5', '88000000', '82999999', '30000000', '31999999', NULL, 1652956864),
(93191, '3220', '80.00', '1', '0.3', '5', '88000000', '82999999', '30000000', '31999999', NULL, 1652956865),
(93192, '3298', '50.00', '5', '5.001', '10', '88000000', '82999999', '30000000', '31999999', NULL, 1652956866),
(93193, '3220', '125.00', '1', '5.001', '10', '88000000', '82999999', '30000000', '31999999', NULL, 1652956866),
(93194, '3298', '82.00', '5', '10.001', '15', '88000000', '82999999', '30000000', '31999999', NULL, 1652956867),
(93195, '3220', '203.00', '1', '10.001', '15', '88000000', '82999999', '30000000', '31999999', NULL, 1652956867),
(93196, '3298', '113.00', '5', '15.001', '20', '88000000', '82999999', '30000000', '31999999', NULL, 1652956868),
(93197, '3220', '281.00', '1', '15.001', '20', '88000000', '82999999', '30000000', '31999999', NULL, 1652956868),
(93198, '3298', '145.00', '5', '20.001', '25', '88000000', '82999999', '30000000', '31999999', NULL, 1652956869),
(93199, '3220', '359.00', '1', '20.001', '25', '88000000', '82999999', '30000000', '31999999', NULL, 1652956870),
(93200, '3298', '176.00', '5', '25.001', '30', '88000000', '82999999', '30000000', '31999999', NULL, 1652956870),
(93201, '3220', '437.00', '1', '25.001', '30', '88000000', '82999999', '30000000', '31999999', NULL, 1652956871),
(93202, '3298', '34.00', '5', '0.3', '5', '88000000', '82999999', '30000000', '34999999', NULL, 1652956871),
(93203, '3220', '80.00', '1', '0.3', '5', '88000000', '82999999', '30000000', '34999999', NULL, 1652956872),
(93204, '3298', '50.00', '5', '5.001', '10', '88000000', '82999999', '30000000', '34999999', NULL, 1652956873),
(93205, '3220', '125.00', '1', '5.001', '10', '88000000', '82999999', '30000000', '34999999', NULL, 1652956873),
(93206, '3298', '82.00', '5', '10.001', '15', '88000000', '82999999', '30000000', '34999999', NULL, 1652956874),
(93207, '3220', '203.00', '1', '10.001', '15', '88000000', '82999999', '30000000', '34999999', NULL, 1652956874),
(93208, '3298', '113.00', '5', '15.001', '20', '88000000', '82999999', '30000000', '34999999', NULL, 1652956875),
(93209, '3220', '281.00', '1', '15.001', '20', '88000000', '82999999', '30000000', '34999999', NULL, 1652956876),
(93210, '3298', '145.00', '5', '20.001', '25', '88000000', '82999999', '30000000', '34999999', NULL, 1652956876),
(93211, '3220', '359.00', '1', '20.001', '25', '88000000', '82999999', '30000000', '34999999', NULL, 1652956877),
(93212, '3298', '176.00', '5', '25.001', '30', '88000000', '82999999', '30000000', '34999999', NULL, 1652956877),
(93213, '3220', '437.00', '1', '25.001', '30', '88000000', '82999999', '30000000', '34999999', NULL, 1652956878),
(93214, '3298', '50.00', '8', '0.3', '5', '88000000', '82999999', '35000000', '39999999', NULL, 1652956878),
(93215, '3220', '124.00', '4', '0.3', '5', '88000000', '82999999', '35000000', '39999999', NULL, 1652956879),
(93216, '3298', '83.00', '8', '5.001', '10', '88000000', '82999999', '35000000', '39999999', NULL, 1652956880),
(93217, '3220', '175.00', '4', '5.001', '10', '88000000', '82999999', '35000000', '39999999', NULL, 1652956880),
(93218, '3298', '135.00', '8', '10.001', '15', '88000000', '82999999', '35000000', '39999999', NULL, 1652956881),
(93219, '3220', '283.00', '4', '10.001', '15', '88000000', '82999999', '35000000', '39999999', NULL, 1652956881),
(93220, '3298', '186.00', '8', '15.001', '20', '88000000', '82999999', '35000000', '39999999', NULL, 1652956882),
(93221, '3220', '392.00', '4', '15.001', '20', '88000000', '82999999', '35000000', '39999999', NULL, 1652956882),
(93222, '3298', '238.00', '8', '20.001', '25', '88000000', '82999999', '35000000', '39999999', NULL, 1652956883),
(93223, '3220', '500.00', '4', '20.001', '25', '88000000', '82999999', '35000000', '39999999', NULL, 1652956884),
(93224, '3298', '290.00', '8', '25.001', '30', '88000000', '82999999', '35000000', '39999999', NULL, 1652956885),
(93225, '3220', '609.00', '4', '25.001', '30', '88000000', '82999999', '35000000', '39999999', NULL, 1652956885),
(93226, '3298', '45.00', '6', '0.3', '5', '88000000', '82999999', '40000000', '41999999', NULL, 1652956886),
(93227, '3220', '137.00', '2', '0.3', '5', '88000000', '82999999', '40000000', '41999999', NULL, 1652956887),
(93228, '3298', '71.00', '6', '5.001', '10', '88000000', '82999999', '40000000', '41999999', NULL, 1652956887),
(93229, '3220', '214.00', '2', '5.001', '10', '88000000', '82999999', '40000000', '41999999', NULL, 1652956887),
(93230, '3298', '116.00', '6', '10.001', '15', '88000000', '82999999', '40000000', '41999999', NULL, 1652956888),
(93231, '3220', '346.00', '2', '10.001', '15', '88000000', '82999999', '40000000', '41999999', NULL, 1652956889),
(93232, '3298', '160.00', '6', '15.001', '20', '88000000', '82999999', '40000000', '41999999', NULL, 1652956889),
(93233, '3220', '479.00', '2', '15.001', '20', '88000000', '82999999', '40000000', '41999999', NULL, 1652956890),
(93234, '3298', '205.00', '6', '20.001', '25', '88000000', '82999999', '40000000', '41999999', NULL, 1652956891),
(93235, '3220', '612.00', '2', '20.001', '25', '88000000', '82999999', '40000000', '41999999', NULL, 1652956891),
(93236, '3298', '249.00', '6', '25.001', '30', '88000000', '82999999', '40000000', '41999999', NULL, 1652956892),
(93237, '3220', '744.00', '2', '25.001', '30', '88000000', '82999999', '40000000', '41999999', NULL, 1652956892),
(93238, '3298', '45.00', '6', '0.3', '5', '88000000', '82999999', '40000000', '44470999', NULL, 1652956893),
(93239, '3220', '137.00', '2', '0.3', '5', '88000000', '82999999', '40000000', '44470999', NULL, 1652956893),
(93240, '3298', '71.00', '6', '5.001', '10', '88000000', '82999999', '40000000', '44470999', NULL, 1652956894),
(93241, '3220', '214.00', '2', '5.001', '10', '88000000', '82999999', '40000000', '44470999', NULL, 1652956894),
(93242, '3298', '116.00', '6', '10.001', '15', '88000000', '82999999', '40000000', '44470999', NULL, 1652956895),
(93243, '3220', '346.00', '2', '10.001', '15', '88000000', '82999999', '40000000', '44470999', NULL, 1652956895),
(93244, '3298', '160.00', '6', '15.001', '20', '88000000', '82999999', '40000000', '44470999', NULL, 1652956896),
(93245, '3220', '479.00', '2', '15.001', '20', '88000000', '82999999', '40000000', '44470999', NULL, 1652956897),
(93246, '3298', '205.00', '6', '20.001', '25', '88000000', '82999999', '40000000', '44470999', NULL, 1652956897),
(93247, '3220', '612.00', '2', '20.001', '25', '88000000', '82999999', '40000000', '44470999', NULL, 1652956898),
(93248, '3298', '249.00', '6', '25.001', '30', '88000000', '82999999', '40000000', '44470999', NULL, 1652956898),
(93249, '3220', '744.00', '2', '25.001', '30', '88000000', '82999999', '40000000', '44470999', NULL, 1652956899),
(93250, '3298', '78.00', '6', '0.3', '5', '88000000', '82999999', '44471000', '48999999', NULL, 1652956900),
(93251, '3220', '154.00', '2', '0.3', '5', '88000000', '82999999', '44471000', '48999999', NULL, 1652956900),
(93252, '3298', '114.00', '6', '5.001', '10', '88000000', '82999999', '44471000', '48999999', NULL, 1652956900),
(93253, '3220', '223.00', '2', '5.001', '10', '88000000', '82999999', '44471000', '48999999', NULL, 1652956901),
(93254, '3298', '185.00', '6', '10.001', '15', '88000000', '82999999', '44471000', '48999999', NULL, 1652956901),
(93255, '3220', '361.00', '2', '10.001', '15', '88000000', '82999999', '44471000', '48999999', NULL, 1652956902),
(93256, '3298', '256.00', '6', '15.001', '20', '88000000', '82999999', '44471000', '48999999', NULL, 1652956903),
(93257, '3220', '500.00', '2', '15.001', '20', '88000000', '82999999', '44471000', '48999999', NULL, 1652956903),
(93258, '3298', '327.00', '6', '20.001', '25', '88000000', '82999999', '44471000', '48999999', NULL, 1652956904),
(93259, '3220', '638.00', '2', '20.001', '25', '88000000', '82999999', '44471000', '48999999', NULL, 1652956904),
(93260, '3298', '398.00', '6', '25.001', '30', '88000000', '82999999', '44471000', '48999999', NULL, 1652956905),
(93261, '3220', '777.00', '2', '25.001', '30', '88000000', '82999999', '44471000', '48999999', NULL, 1652956905),
(93262, '3298', '45.00', '8', '0.3', '5', '88000000', '82999999', '49000000', '49099999', NULL, 1652956906),
(93263, '3220', '137.00', '2', '0.3', '5', '88000000', '82999999', '49000000', '49099999', NULL, 1652956907),
(93264, '3298', '71.00', '8', '5.001', '10', '88000000', '82999999', '49000000', '49099999', NULL, 1652956907),
(93265, '3220', '214.00', '2', '5.001', '10', '88000000', '82999999', '49000000', '49099999', NULL, 1652956908),
(93266, '3298', '116.00', '8', '10.001', '15', '88000000', '82999999', '49000000', '49099999', NULL, 1652956908),
(93267, '3220', '346.00', '2', '10.001', '15', '88000000', '82999999', '49000000', '49099999', NULL, 1652956909),
(93268, '3298', '160.00', '8', '15.001', '20', '88000000', '82999999', '49000000', '49099999', NULL, 1652956910),
(93269, '3220', '479.00', '2', '15.001', '20', '88000000', '82999999', '49000000', '49099999', NULL, 1652956910),
(93270, '3298', '205.00', '8', '20.001', '25', '88000000', '82999999', '49000000', '49099999', NULL, 1652956911),
(93271, '3220', '612.00', '2', '20.001', '25', '88000000', '82999999', '49000000', '49099999', NULL, 1652956911),
(93272, '3298', '249.00', '8', '25.001', '30', '88000000', '82999999', '49000000', '49099999', NULL, 1652956912),
(93273, '3220', '744.00', '2', '25.001', '30', '88000000', '82999999', '49000000', '49099999', NULL, 1652956913),
(93274, '3298', '90.00', '11', '0.3', '5', '88000000', '82999999', '49100000', '49999999', NULL, 1652956913),
(93275, '3220', '183.00', '5', '0.3', '5', '88000000', '82999999', '49100000', '49999999', NULL, 1652956914),
(93276, '3298', '133.00', '11', '5.001', '10', '88000000', '82999999', '49100000', '49999999', NULL, 1652956915),
(93277, '3220', '266.00', '5', '5.001', '10', '88000000', '82999999', '49100000', '49999999', NULL, 1652956915),
(93278, '3298', '215.00', '11', '10.001', '15', '88000000', '82999999', '49100000', '49999999', NULL, 1652956916),
(93279, '3220', '430.00', '5', '10.001', '15', '88000000', '82999999', '49100000', '49999999', NULL, 1652956916),
(93280, '3298', '298.00', '11', '15.001', '20', '88000000', '82999999', '49100000', '49999999', NULL, 1652956917),
(93281, '3220', '595.00', '5', '15.001', '20', '88000000', '82999999', '49100000', '49999999', NULL, 1652956918),
(93282, '3298', '380.00', '11', '20.001', '25', '88000000', '82999999', '49100000', '49999999', NULL, 1652956918),
(93283, '3220', '760.00', '5', '20.001', '25', '88000000', '82999999', '49100000', '49999999', NULL, 1652956919),
(93284, '3298', '463.00', '11', '25.001', '30', '88000000', '82999999', '49100000', '49999999', NULL, 1652956919),
(93285, '3220', '925.00', '5', '25.001', '30', '88000000', '82999999', '49100000', '49999999', NULL, 1652956920),
(93286, '3298', '45.00', '6', '0.3', '5', '88000000', '82999999', '50000000', '52999999', NULL, 1652956921),
(93287, '3220', '137.00', '2', '0.3', '5', '88000000', '82999999', '50000000', '52999999', NULL, 1652956922),
(93288, '3298', '71.00', '6', '5.001', '10', '88000000', '82999999', '50000000', '52999999', NULL, 1652956922),
(93289, '3220', '214.00', '2', '5.001', '10', '88000000', '82999999', '50000000', '52999999', NULL, 1652956923),
(93290, '3298', '116.00', '6', '10.001', '15', '88000000', '82999999', '50000000', '52999999', NULL, 1652956924),
(93291, '3220', '346.00', '2', '10.001', '15', '88000000', '82999999', '50000000', '52999999', NULL, 1652956924),
(93292, '3298', '160.00', '6', '15.001', '20', '88000000', '82999999', '50000000', '52999999', NULL, 1652956924),
(93293, '3220', '479.00', '2', '15.001', '20', '88000000', '82999999', '50000000', '52999999', NULL, 1652956925),
(93294, '3298', '205.00', '6', '20.001', '25', '88000000', '82999999', '50000000', '52999999', NULL, 1652956926),
(93295, '3220', '612.00', '2', '20.001', '25', '88000000', '82999999', '50000000', '52999999', NULL, 1652956926),
(93296, '3298', '249.00', '6', '25.001', '30', '88000000', '82999999', '50000000', '52999999', NULL, 1652956927),
(93297, '3220', '744.00', '2', '25.001', '30', '88000000', '82999999', '50000000', '52999999', NULL, 1652956928),
(93298, '3298', '45.00', '6', '0.3', '5', '88000000', '82999999', '50000000', '54999999', NULL, 1652956928),
(93299, '3220', '137.00', '2', '0.3', '5', '88000000', '82999999', '50000000', '54999999', NULL, 1652956929),
(93300, '3298', '71.00', '6', '5.001', '10', '88000000', '82999999', '50000000', '54999999', NULL, 1652956929),
(93301, '3220', '214.00', '2', '5.001', '10', '88000000', '82999999', '50000000', '54999999', NULL, 1652956930),
(93302, '3298', '116.00', '6', '10.001', '15', '88000000', '82999999', '50000000', '54999999', NULL, 1652956931),
(93303, '3220', '346.00', '2', '10.001', '15', '88000000', '82999999', '50000000', '54999999', NULL, 1652956931),
(93304, '3298', '160.00', '6', '15.001', '20', '88000000', '82999999', '50000000', '54999999', NULL, 1652956932),
(93305, '3220', '479.00', '2', '15.001', '20', '88000000', '82999999', '50000000', '54999999', NULL, 1652956932),
(93306, '3298', '205.00', '6', '20.001', '25', '88000000', '82999999', '50000000', '54999999', NULL, 1652956933),
(93307, '3220', '612.00', '2', '20.001', '25', '88000000', '82999999', '50000000', '54999999', NULL, 1652956934),
(93308, '3298', '249.00', '6', '25.001', '30', '88000000', '82999999', '50000000', '54999999', NULL, 1652956934),
(93309, '3220', '744.00', '2', '25.001', '30', '88000000', '82999999', '50000000', '54999999', NULL, 1652956935),
(93310, '3298', '90.00', '11', '0.3', '5', '88000000', '82999999', '55000000', '56999999', NULL, 1652956935),
(93311, '3220', '183.00', '6', '0.3', '5', '88000000', '82999999', '55000000', '56999999', NULL, 1652956936),
(93312, '3298', '133.00', '11', '5.001', '10', '88000000', '82999999', '55000000', '56999999', NULL, 1652956936),
(93313, '3220', '266.00', '6', '5.001', '10', '88000000', '82999999', '55000000', '56999999', NULL, 1652956937),
(93314, '3298', '215.00', '11', '10.001', '15', '88000000', '82999999', '55000000', '56999999', NULL, 1652956937),
(93315, '3220', '430.00', '6', '10.001', '15', '88000000', '82999999', '55000000', '56999999', NULL, 1652956938),
(93316, '3298', '298.00', '11', '15.001', '20', '88000000', '82999999', '55000000', '56999999', NULL, 1652956939),
(93317, '3220', '595.00', '6', '15.001', '20', '88000000', '82999999', '55000000', '56999999', NULL, 1652956939),
(93318, '3298', '380.00', '11', '20.001', '25', '88000000', '82999999', '55000000', '56999999', NULL, 1652956940),
(93319, '3220', '760.00', '6', '20.001', '25', '88000000', '82999999', '55000000', '56999999', NULL, 1652956940),
(93320, '3298', '463.00', '11', '25.001', '30', '88000000', '82999999', '55000000', '56999999', NULL, 1652956941),
(93321, '3220', '925.00', '6', '25.001', '30', '88000000', '82999999', '55000000', '56999999', NULL, 1652956942),
(93322, '3298', '45.00', '8', '0.3', '5', '88000000', '82999999', '57000000', '57099999', NULL, 1652956942),
(93323, '3220', '137.00', '2', '0.3', '5', '88000000', '82999999', '57000000', '57099999', NULL, 1652956943),
(93324, '3298', '71.00', '8', '5.001', '10', '88000000', '82999999', '57000000', '57099999', NULL, 1652956944),
(93325, '3220', '214.00', '2', '5.001', '10', '88000000', '82999999', '57000000', '57099999', NULL, 1652956944),
(93326, '3298', '116.00', '8', '10.001', '15', '88000000', '82999999', '57000000', '57099999', NULL, 1652956945),
(93327, '3220', '346.00', '2', '10.001', '15', '88000000', '82999999', '57000000', '57099999', NULL, 1652956945),
(93328, '3298', '160.00', '8', '15.001', '20', '88000000', '82999999', '57000000', '57099999', NULL, 1652956946),
(93329, '3220', '479.00', '2', '15.001', '20', '88000000', '82999999', '57000000', '57099999', NULL, 1652956947),
(93330, '3298', '205.00', '8', '20.001', '25', '88000000', '82999999', '57000000', '57099999', NULL, 1652956948),
(93331, '3220', '612.00', '2', '20.001', '25', '88000000', '82999999', '57000000', '57099999', NULL, 1652956948),
(93332, '3298', '249.00', '8', '25.001', '30', '88000000', '82999999', '57000000', '57099999', NULL, 1652956949),
(93333, '3220', '744.00', '2', '25.001', '30', '88000000', '82999999', '57000000', '57099999', NULL, 1652956949),
(93334, '3298', '45.00', '10', '0.3', '5', '88000000', '82999999', '57100000', '57999999', NULL, 1652956950),
(93335, '3220', '137.00', '5', '0.3', '5', '88000000', '82999999', '57100000', '57999999', NULL, 1652956951),
(93336, '3298', '71.00', '10', '5.001', '10', '88000000', '82999999', '57100000', '57999999', NULL, 1652956951),
(93337, '3220', '214.00', '5', '5.001', '10', '88000000', '82999999', '57100000', '57999999', NULL, 1652956952),
(93338, '3298', '116.00', '10', '10.001', '15', '88000000', '82999999', '57100000', '57999999', NULL, 1652956952),
(93339, '3220', '346.00', '5', '10.001', '15', '88000000', '82999999', '57100000', '57999999', NULL, 1652956959),
(93340, '3298', '160.00', '10', '15.001', '20', '88000000', '82999999', '57100000', '57999999', NULL, 1652956959),
(93341, '3220', '479.00', '5', '15.001', '20', '88000000', '82999999', '57100000', '57999999', NULL, 1652956960),
(93342, '3298', '205.00', '10', '20.001', '25', '88000000', '82999999', '57100000', '57999999', NULL, 1652956961),
(93343, '3220', '612.00', '5', '20.001', '25', '88000000', '82999999', '57100000', '57999999', NULL, 1652956961),
(93344, '3298', '249.00', '10', '25.001', '30', '88000000', '82999999', '57100000', '57999999', NULL, 1652956962),
(93345, '3220', '744.00', '5', '25.001', '30', '88000000', '82999999', '57100000', '57999999', NULL, 1652956962),
(93346, '3298', '45.00', '8', '0.3', '5', '88000000', '82999999', '58000000', '58099999', NULL, 1652956963),
(93347, '3220', '137.00', '3', '0.3', '5', '88000000', '82999999', '58000000', '58099999', NULL, 1652956963),
(93348, '3298', '71.00', '8', '5.001', '10', '88000000', '82999999', '58000000', '58099999', NULL, 1652956964),
(93349, '3220', '214.00', '3', '5.001', '10', '88000000', '82999999', '58000000', '58099999', NULL, 1652956965),
(93350, '3298', '116.00', '8', '10.001', '15', '88000000', '82999999', '58000000', '58099999', NULL, 1652956965),
(93351, '3220', '346.00', '3', '10.001', '15', '88000000', '82999999', '58000000', '58099999', NULL, 1652956965),
(93352, '3298', '160.00', '8', '15.001', '20', '88000000', '82999999', '58000000', '58099999', NULL, 1652956966),
(93353, '3220', '479.00', '3', '15.001', '20', '88000000', '82999999', '58000000', '58099999', NULL, 1652956971),
(93354, '3298', '205.00', '8', '20.001', '25', '88000000', '82999999', '58000000', '58099999', NULL, 1652956972),
(93355, '3220', '612.00', '3', '20.001', '25', '88000000', '82999999', '58000000', '58099999', NULL, 1652956972),
(93356, '3298', '249.00', '8', '25.001', '30', '88000000', '82999999', '58000000', '58099999', NULL, 1652956973),
(93357, '3220', '744.00', '3', '25.001', '30', '88000000', '82999999', '58000000', '58099999', NULL, 1652956973),
(93358, '3298', '90.00', '13', '0.3', '5', '88000000', '82999999', '58100000', '58999999', NULL, 1652956974),
(93359, '3220', '183.00', '8', '0.3', '5', '88000000', '82999999', '58100000', '58999999', NULL, 1652956974),
(93360, '3298', '133.00', '13', '5.001', '10', '88000000', '82999999', '58100000', '58999999', NULL, 1652956975),
(93361, '3220', '266.00', '8', '5.001', '10', '88000000', '82999999', '58100000', '58999999', NULL, 1652956975),
(93362, '3298', '215.00', '13', '10.001', '15', '88000000', '82999999', '58100000', '58999999', NULL, 1652956979),
(93363, '3220', '430.00', '8', '10.001', '15', '88000000', '82999999', '58100000', '58999999', NULL, 1652956979),
(93364, '3298', '298.00', '13', '15.001', '20', '88000000', '82999999', '58100000', '58999999', NULL, 1652956980),
(93365, '3220', '595.00', '8', '15.001', '20', '88000000', '82999999', '58100000', '58999999', NULL, 1652956985),
(93366, '3298', '380.00', '13', '20.001', '25', '88000000', '82999999', '58100000', '58999999', NULL, 1652956989),
(93367, '3220', '760.00', '8', '20.001', '25', '88000000', '82999999', '58100000', '58999999', NULL, 1652956990),
(93368, '3298', '463.00', '13', '25.001', '30', '88000000', '82999999', '58100000', '58999999', NULL, 1652956990),
(93369, '3220', '925.00', '8', '25.001', '30', '88000000', '82999999', '58100000', '58999999', NULL, 1652956991),
(93370, '3298', '45.00', '8', '0.3', '5', '88000000', '82999999', '59000000', '59099999', NULL, 1652956991),
(93371, '3220', '137.00', '2', '0.3', '5', '88000000', '82999999', '59000000', '59099999', NULL, 1652956992),
(93372, '3298', '71.00', '8', '5.001', '10', '88000000', '82999999', '59000000', '59099999', NULL, 1652956995),
(93373, '3220', '214.00', '2', '5.001', '10', '88000000', '82999999', '59000000', '59099999', NULL, 1652956998),
(93374, '3298', '116.00', '8', '10.001', '15', '88000000', '82999999', '59000000', '59099999', NULL, 1652956999),
(93375, '3220', '346.00', '2', '10.001', '15', '88000000', '82999999', '59000000', '59099999', NULL, 1652957000),
(93376, '3298', '160.00', '8', '15.001', '20', '88000000', '82999999', '59000000', '59099999', NULL, 1652957000),
(93377, '3220', '479.00', '2', '15.001', '20', '88000000', '82999999', '59000000', '59099999', NULL, 1652957000),
(93378, '3298', '205.00', '8', '20.001', '25', '88000000', '82999999', '59000000', '59099999', NULL, 1652957001),
(93379, '3220', '612.00', '2', '20.001', '25', '88000000', '82999999', '59000000', '59099999', NULL, 1652957001),
(93380, '3298', '249.00', '8', '25.001', '30', '88000000', '82999999', '59000000', '59099999', NULL, 1652957002),
(93381, '3220', '744.00', '2', '25.001', '30', '88000000', '82999999', '59000000', '59099999', NULL, 1652957002),
(93382, '3298', '45.00', '8', '0.3', '5', '88000000', '82999999', '59100000', '59999999', NULL, 1652957003),
(93383, '3220', '137.00', '2', '0.3', '5', '88000000', '82999999', '59100000', '59999999', NULL, 1652957003),
(93384, '3298', '71.00', '8', '5.001', '10', '88000000', '82999999', '59100000', '59999999', NULL, 1652957004),
(93385, '3220', '214.00', '2', '5.001', '10', '88000000', '82999999', '59100000', '59999999', NULL, 1652957004),
(93386, '3298', '116.00', '8', '10.001', '15', '88000000', '82999999', '59100000', '59999999', NULL, 1652957005),
(93387, '3220', '346.00', '2', '10.001', '15', '88000000', '82999999', '59100000', '59999999', NULL, 1652957006),
(93388, '3298', '160.00', '8', '15.001', '20', '88000000', '82999999', '59100000', '59999999', NULL, 1652957006),
(93389, '3220', '479.00', '2', '15.001', '20', '88000000', '82999999', '59100000', '59999999', NULL, 1652957007),
(93390, '3298', '205.00', '8', '20.001', '25', '88000000', '82999999', '59100000', '59999999', NULL, 1652957010),
(93391, '3220', '612.00', '2', '20.001', '25', '88000000', '82999999', '59100000', '59999999', NULL, 1652957011),
(93392, '3298', '249.00', '8', '25.001', '30', '88000000', '82999999', '59100000', '59999999', NULL, 1652957012),
(93393, '3220', '744.00', '2', '25.001', '30', '88000000', '82999999', '59100000', '59999999', NULL, 1652957013),
(93394, '3298', '45.00', '8', '0.3', '5', '88000000', '82999999', '60000000', '60999999', NULL, 1652957013),
(93395, '3220', '137.00', '2', '0.3', '5', '88000000', '82999999', '60000000', '60999999', NULL, 1652957014),
(93396, '3298', '71.00', '8', '5.001', '10', '88000000', '82999999', '60000000', '60999999', NULL, 1652957020),
(93397, '3220', '214.00', '2', '5.001', '10', '88000000', '82999999', '60000000', '60999999', NULL, 1652957021),
(93398, '3298', '116.00', '8', '10.001', '15', '88000000', '82999999', '60000000', '60999999', NULL, 1652957021),
(93399, '3220', '346.00', '2', '10.001', '15', '88000000', '82999999', '60000000', '60999999', NULL, 1652957022),
(93400, '3298', '160.00', '8', '15.001', '20', '88000000', '82999999', '60000000', '60999999', NULL, 1652957022),
(93401, '3220', '479.00', '2', '15.001', '20', '88000000', '82999999', '60000000', '60999999', NULL, 1652957023),
(93402, '3298', '205.00', '8', '20.001', '25', '88000000', '82999999', '60000000', '60999999', NULL, 1652957023),
(93403, '3220', '612.00', '2', '20.001', '25', '88000000', '82999999', '60000000', '60999999', NULL, 1652957024),
(93404, '3298', '249.00', '8', '25.001', '30', '88000000', '82999999', '60000000', '60999999', NULL, 1652957024),
(93405, '3220', '744.00', '2', '25.001', '30', '88000000', '82999999', '60000000', '60999999', NULL, 1652957025),
(93406, '3298', '45.00', '8', '0.3', '5', '88000000', '82999999', '60000000', '61900999', NULL, 1652957026),
(93407, '3220', '137.00', '2', '0.3', '5', '88000000', '82999999', '60000000', '61900999', NULL, 1652957026),
(93408, '3298', '71.00', '8', '5.001', '10', '88000000', '82999999', '60000000', '61900999', NULL, 1652957027),
(93409, '3220', '214.00', '2', '5.001', '10', '88000000', '82999999', '60000000', '61900999', NULL, 1652957027),
(93410, '3298', '116.00', '8', '10.001', '15', '88000000', '82999999', '60000000', '61900999', NULL, 1652957028),
(93411, '3220', '346.00', '2', '10.001', '15', '88000000', '82999999', '60000000', '61900999', NULL, 1652957029),
(93412, '3298', '160.00', '8', '15.001', '20', '88000000', '82999999', '60000000', '61900999', NULL, 1652957029),
(93413, '3220', '479.00', '2', '15.001', '20', '88000000', '82999999', '60000000', '61900999', NULL, 1652957030),
(93414, '3298', '205.00', '8', '20.001', '25', '88000000', '82999999', '60000000', '61900999', NULL, 1652957030),
(93415, '3220', '612.00', '2', '20.001', '25', '88000000', '82999999', '60000000', '61900999', NULL, 1652957031),
(93416, '3298', '249.00', '8', '25.001', '30', '88000000', '82999999', '60000000', '61900999', NULL, 1652957031),
(93417, '3220', '744.00', '2', '25.001', '30', '88000000', '82999999', '60000000', '61900999', NULL, 1652957034),
(93418, '3298', '90.00', '12', '0.3', '5', '88000000', '82999999', '61901000', '63999999', NULL, 1652957035),
(93419, '3220', '183.00', '7', '0.3', '5', '88000000', '82999999', '61901000', '63999999', NULL, 1652957036),
(93420, '3298', '133.00', '12', '5.001', '10', '88000000', '82999999', '61901000', '63999999', NULL, 1652957036),
(93421, '3220', '266.00', '7', '5.001', '10', '88000000', '82999999', '61901000', '63999999', NULL, 1652957037),
(93422, '3298', '215.00', '12', '10.001', '15', '88000000', '82999999', '61901000', '63999999', NULL, 1652957038),
(93423, '3220', '430.00', '7', '10.001', '15', '88000000', '82999999', '61901000', '63999999', NULL, 1652957038),
(93424, '3298', '298.00', '12', '15.001', '20', '88000000', '82999999', '61901000', '63999999', NULL, 1652957039),
(93425, '3220', '595.00', '7', '15.001', '20', '88000000', '82999999', '61901000', '63999999', NULL, 1652957039),
(93426, '3298', '380.00', '12', '20.001', '25', '88000000', '82999999', '61901000', '63999999', NULL, 1652957040),
(93427, '3220', '760.00', '7', '20.001', '25', '88000000', '82999999', '61901000', '63999999', NULL, 1652957041),
(93428, '3298', '463.00', '12', '25.001', '30', '88000000', '82999999', '61901000', '63999999', NULL, 1652957041),
(93429, '3220', '925.00', '7', '25.001', '30', '88000000', '82999999', '61901000', '63999999', NULL, 1652957042),
(93430, '3298', '45.00', '8', '0.3', '5', '88000000', '82999999', '64000000', '64099999', NULL, 1652957043),
(93431, '3220', '137.00', '4', '0.3', '5', '88000000', '82999999', '64000000', '64099999', NULL, 1652957043),
(93432, '3298', '71.00', '8', '5.001', '10', '88000000', '82999999', '64000000', '64099999', NULL, 1652957044),
(93433, '3220', '214.00', '4', '5.001', '10', '88000000', '82999999', '64000000', '64099999', NULL, 1652957044),
(93434, '3298', '116.00', '8', '10.001', '15', '88000000', '82999999', '64000000', '64099999', NULL, 1652957045),
(93435, '3220', '346.00', '4', '10.001', '15', '88000000', '82999999', '64000000', '64099999', NULL, 1652957046),
(93436, '3298', '160.00', '8', '15.001', '20', '88000000', '82999999', '64000000', '64099999', NULL, 1652957046),
(93437, '3220', '479.00', '4', '15.001', '20', '88000000', '82999999', '64000000', '64099999', NULL, 1652957047),
(93438, '3298', '205.00', '8', '20.001', '25', '88000000', '82999999', '64000000', '64099999', NULL, 1652957047),
(93439, '3220', '612.00', '4', '20.001', '25', '88000000', '82999999', '64000000', '64099999', NULL, 1652957048),
(93440, '3298', '249.00', '8', '25.001', '30', '88000000', '82999999', '64000000', '64099999', NULL, 1652957049),
(93441, '3220', '744.00', '4', '25.001', '30', '88000000', '82999999', '64000000', '64099999', NULL, 1652957049),
(93442, '3298', '90.00', '11', '0.3', '5', '88000000', '82999999', '64100000', '64999999', NULL, 1652957050),
(93443, '3220', '183.00', '8', '0.3', '5', '88000000', '82999999', '64100000', '64999999', NULL, 1652957051),
(93444, '3298', '133.00', '11', '5.001', '10', '88000000', '82999999', '64100000', '64999999', NULL, 1652957051),
(93445, '3220', '266.00', '8', '5.001', '10', '88000000', '82999999', '64100000', '64999999', NULL, 1652957052),
(93446, '3298', '215.00', '11', '10.001', '15', '88000000', '82999999', '64100000', '64999999', NULL, 1652957052),
(93447, '3220', '430.00', '8', '10.001', '15', '88000000', '82999999', '64100000', '64999999', NULL, 1652957053),
(93448, '3298', '298.00', '11', '15.001', '20', '88000000', '82999999', '64100000', '64999999', NULL, 1652957053),
(93449, '3220', '595.00', '8', '15.001', '20', '88000000', '82999999', '64100000', '64999999', NULL, 1652957054),
(93450, '3298', '380.00', '11', '20.001', '25', '88000000', '82999999', '64100000', '64999999', NULL, 1652957055),
(93451, '3220', '760.00', '8', '20.001', '25', '88000000', '82999999', '64100000', '64999999', NULL, 1652957056),
(93452, '3298', '463.00', '11', '25.001', '30', '88000000', '82999999', '64100000', '64999999', NULL, 1652957056),
(93453, '3220', '925.00', '8', '25.001', '30', '88000000', '82999999', '64100000', '64999999', NULL, 1652957057),
(93454, '3298', '45.00', '9', '0.3', '5', '88000000', '82999999', '65000000', '65099999', NULL, 1652957057),
(93455, '3220', '137.00', '5', '0.3', '5', '88000000', '82999999', '65000000', '65099999', NULL, 1652957058),
(93456, '3298', '71.00', '9', '5.001', '10', '88000000', '82999999', '65000000', '65099999', NULL, 1652957058),
(93457, '3220', '214.00', '5', '5.001', '10', '88000000', '82999999', '65000000', '65099999', NULL, 1652957058),
(93458, '3298', '116.00', '9', '10.001', '15', '88000000', '82999999', '65000000', '65099999', NULL, 1652957059),
(93459, '3220', '346.00', '5', '10.001', '15', '88000000', '82999999', '65000000', '65099999', NULL, 1652957060),
(93460, '3298', '160.00', '9', '15.001', '20', '88000000', '82999999', '65000000', '65099999', NULL, 1652957060),
(93461, '3220', '479.00', '5', '15.001', '20', '88000000', '82999999', '65000000', '65099999', NULL, 1652957061),
(93462, '3298', '205.00', '9', '20.001', '25', '88000000', '82999999', '65000000', '65099999', NULL, 1652957061),
(93463, '3220', '612.00', '5', '20.001', '25', '88000000', '82999999', '65000000', '65099999', NULL, 1652957062),
(93464, '3298', '249.00', '9', '25.001', '30', '88000000', '82999999', '65000000', '65099999', NULL, 1652957063),
(93465, '3220', '744.00', '5', '25.001', '30', '88000000', '82999999', '65000000', '65099999', NULL, 1652957063),
(93466, '3298', '90.00', '14', '0.3', '5', '88000000', '82999999', '65100000', '65999999', NULL, 1652957064),
(93467, '3220', '183.00', '10', '0.3', '5', '88000000', '82999999', '65100000', '65999999', NULL, 1652957065),
(93468, '3298', '133.00', '14', '5.001', '10', '88000000', '82999999', '65100000', '65999999', NULL, 1652957065),
(93469, '3220', '266.00', '10', '5.001', '10', '88000000', '82999999', '65100000', '65999999', NULL, 1652957066),
(93470, '3298', '215.00', '14', '10.001', '15', '88000000', '82999999', '65100000', '65999999', NULL, 1652957066),
(93471, '3220', '430.00', '10', '10.001', '15', '88000000', '82999999', '65100000', '65999999', NULL, 1652957067),
(93472, '3298', '298.00', '14', '15.001', '20', '88000000', '82999999', '65100000', '65999999', NULL, 1652957068),
(93473, '3220', '595.00', '10', '15.001', '20', '88000000', '82999999', '65100000', '65999999', NULL, 1652957068),
(93474, '3298', '380.00', '14', '20.001', '25', '88000000', '82999999', '65100000', '65999999', NULL, 1652957069),
(93475, '3220', '760.00', '10', '20.001', '25', '88000000', '82999999', '65100000', '65999999', NULL, 1652957069),
(93476, '3298', '463.00', '14', '25.001', '30', '88000000', '82999999', '65100000', '65999999', NULL, 1652957070),
(93477, '3220', '925.00', '10', '25.001', '30', '88000000', '82999999', '65100000', '65999999', NULL, 1652957071),
(93478, '3298', '45.00', '8', '0.3', '5', '88000000', '82999999', '66000000', '66999999', NULL, 1652957071),
(93479, '3220', '137.00', '4', '0.3', '5', '88000000', '82999999', '66000000', '66999999', NULL, 1652957072),
(93480, '3298', '71.00', '8', '5.001', '10', '88000000', '82999999', '66000000', '66999999', NULL, 1652957072),
(93481, '3220', '214.00', '4', '5.001', '10', '88000000', '82999999', '66000000', '66999999', NULL, 1652957073),
(93482, '3298', '116.00', '8', '10.001', '15', '88000000', '82999999', '66000000', '66999999', NULL, 1652957074),
(93483, '3220', '346.00', '4', '10.001', '15', '88000000', '82999999', '66000000', '66999999', NULL, 1652957074),
(93484, '3298', '160.00', '8', '15.001', '20', '88000000', '82999999', '66000000', '66999999', NULL, 1652957075),
(93485, '3220', '479.00', '4', '15.001', '20', '88000000', '82999999', '66000000', '66999999', NULL, 1652957075),
(93486, '3298', '205.00', '8', '20.001', '25', '88000000', '82999999', '66000000', '66999999', NULL, 1652957076),
(93487, '3220', '612.00', '4', '20.001', '25', '88000000', '82999999', '66000000', '66999999', NULL, 1652957077),
(93488, '3298', '249.00', '8', '25.001', '30', '88000000', '82999999', '66000000', '66999999', NULL, 1652957077),
(93489, '3220', '744.00', '4', '25.001', '30', '88000000', '82999999', '66000000', '66999999', NULL, 1652957078),
(93490, '3298', '45.00', '8', '0.3', '5', '88000000', '82999999', '66000000', '67999999', NULL, 1652957078),
(93491, '3220', '137.00', '4', '0.3', '5', '88000000', '82999999', '66000000', '67999999', NULL, 1652957079),
(93492, '3298', '71.00', '8', '5.001', '10', '88000000', '82999999', '66000000', '67999999', NULL, 1652957079),
(93493, '3220', '214.00', '4', '5.001', '10', '88000000', '82999999', '66000000', '67999999', NULL, 1652957080),
(93494, '3298', '116.00', '8', '10.001', '15', '88000000', '82999999', '66000000', '67999999', NULL, 1652957080),
(93495, '3220', '346.00', '4', '10.001', '15', '88000000', '82999999', '66000000', '67999999', NULL, 1652957081),
(93496, '3298', '160.00', '8', '15.001', '20', '88000000', '82999999', '66000000', '67999999', NULL, 1652957081),
(93497, '3220', '479.00', '4', '15.001', '20', '88000000', '82999999', '66000000', '67999999', NULL, 1652957082),
(93498, '3298', '205.00', '8', '20.001', '25', '88000000', '82999999', '66000000', '67999999', NULL, 1652957083),
(93499, '3220', '612.00', '4', '20.001', '25', '88000000', '82999999', '66000000', '67999999', NULL, 1652957083),
(93500, '3298', '249.00', '8', '25.001', '30', '88000000', '82999999', '66000000', '67999999', NULL, 1652957084),
(93501, '3220', '744.00', '4', '25.001', '30', '88000000', '82999999', '66000000', '67999999', NULL, 1652957084),
(93502, '3298', '90.00', '11', '0.3', '5', '88000000', '82999999', '68000000', '68899999', NULL, 1652957085),
(93503, '3220', '183.00', '8', '0.3', '5', '88000000', '82999999', '68000000', '68899999', NULL, 1652957086),
(93504, '3298', '133.00', '11', '5.001', '10', '88000000', '82999999', '68000000', '68899999', NULL, 1652957086),
(93505, '3220', '266.00', '8', '5.001', '10', '88000000', '82999999', '68000000', '68899999', NULL, 1652957087),
(93506, '3298', '215.00', '11', '10.001', '15', '88000000', '82999999', '68000000', '68899999', NULL, 1652957087),
(93507, '3220', '430.00', '8', '10.001', '15', '88000000', '82999999', '68000000', '68899999', NULL, 1652957088),
(93508, '3298', '298.00', '11', '15.001', '20', '88000000', '82999999', '68000000', '68899999', NULL, 1652957089),
(93509, '3220', '595.00', '8', '15.001', '20', '88000000', '82999999', '68000000', '68899999', NULL, 1652957090),
(93510, '3298', '380.00', '11', '20.001', '25', '88000000', '82999999', '68000000', '68899999', NULL, 1652957090),
(93511, '3220', '760.00', '8', '20.001', '25', '88000000', '82999999', '68000000', '68899999', NULL, 1652957091),
(93512, '3298', '463.00', '11', '25.001', '30', '88000000', '82999999', '68000000', '68899999', NULL, 1652957091),
(93513, '3220', '925.00', '8', '25.001', '30', '88000000', '82999999', '68000000', '68899999', NULL, 1652957092),
(93514, '3298', '45.00', '19', '0.3', '5', '88000000', '82999999', '68900000', '68914999', NULL, 1652957092),
(93515, '3220', '137.00', '11', '0.3', '5', '88000000', '82999999', '68900000', '68914999', NULL, 1652957093),
(93516, '3298', '71.00', '19', '5.001', '10', '88000000', '82999999', '68900000', '68914999', NULL, 1652957093),
(93517, '3220', '214.00', '11', '5.001', '10', '88000000', '82999999', '68900000', '68914999', NULL, 1652957094),
(93518, '3298', '116.00', '19', '10.001', '15', '88000000', '82999999', '68900000', '68914999', NULL, 1652957095),
(93519, '3220', '346.00', '11', '10.001', '15', '88000000', '82999999', '68900000', '68914999', NULL, 1652957095),
(93520, '3298', '160.00', '19', '15.001', '20', '88000000', '82999999', '68900000', '68914999', NULL, 1652957096),
(93521, '3220', '479.00', '11', '15.001', '20', '88000000', '82999999', '68900000', '68914999', NULL, 1652957096),
(93522, '3298', '205.00', '19', '20.001', '25', '88000000', '82999999', '68900000', '68914999', NULL, 1652957097),
(93523, '3220', '612.00', '11', '20.001', '25', '88000000', '82999999', '68900000', '68914999', NULL, 1652957098),
(93524, '3298', '249.00', '19', '25.001', '30', '88000000', '82999999', '68900000', '68914999', NULL, 1652957098),
(93525, '3220', '744.00', '11', '25.001', '30', '88000000', '82999999', '68900000', '68914999', NULL, 1652957099),
(93526, '3298', '90.00', '21', '0.3', '5', '88000000', '82999999', '68915000', '68999999', NULL, 1652957099),
(93527, '3220', '183.00', '13', '0.3', '5', '88000000', '82999999', '68915000', '68999999', NULL, 1652957100),
(93528, '3298', '133.00', '21', '5.001', '10', '88000000', '82999999', '68915000', '68999999', NULL, 1652957100),
(93529, '3220', '266.00', '13', '5.001', '10', '88000000', '82999999', '68915000', '68999999', NULL, 1652957101),
(93530, '3298', '215.00', '21', '10.001', '15', '88000000', '82999999', '68915000', '68999999', NULL, 1652957102),
(93531, '3220', '430.00', '13', '10.001', '15', '88000000', '82999999', '68915000', '68999999', NULL, 1652957102),
(93532, '3298', '298.00', '21', '15.001', '20', '88000000', '82999999', '68915000', '68999999', NULL, 1652957103),
(93533, '3220', '595.00', '13', '15.001', '20', '88000000', '82999999', '68915000', '68999999', NULL, 1652957103),
(93534, '3298', '380.00', '21', '20.001', '25', '88000000', '82999999', '68915000', '68999999', NULL, 1652957104),
(93535, '3220', '760.00', '13', '20.001', '25', '88000000', '82999999', '68915000', '68999999', NULL, 1652957105),
(93536, '3298', '463.00', '21', '25.001', '30', '88000000', '82999999', '68915000', '68999999', NULL, 1652957105),
(93537, '3220', '925.00', '13', '25.001', '30', '88000000', '82999999', '68915000', '68999999', NULL, 1652957106),
(93538, '3298', '45.00', '22', '0.3', '5', '88000000', '82999999', '69000000', '69099999', NULL, 1652957106),
(93539, '3220', '137.00', '3', '0.3', '5', '88000000', '82999999', '69000000', '69099999', NULL, 1652957107),
(93540, '3298', '71.00', '22', '5.001', '10', '88000000', '82999999', '69000000', '69099999', NULL, 1652957108),
(93541, '3220', '214.00', '3', '5.001', '10', '88000000', '82999999', '69000000', '69099999', NULL, 1652957108),
(93542, '3298', '116.00', '22', '10.001', '15', '88000000', '82999999', '69000000', '69099999', NULL, 1652957109),
(93543, '3220', '346.00', '3', '10.001', '15', '88000000', '82999999', '69000000', '69099999', NULL, 1652957109),
(93544, '3298', '160.00', '22', '15.001', '20', '88000000', '82999999', '69000000', '69099999', NULL, 1652957110),
(93545, '3220', '479.00', '3', '15.001', '20', '88000000', '82999999', '69000000', '69099999', NULL, 1652957110),
(93546, '3298', '205.00', '22', '20.001', '25', '88000000', '82999999', '69000000', '69099999', NULL, 1652957111),
(93547, '3220', '612.00', '3', '20.001', '25', '88000000', '82999999', '69000000', '69099999', NULL, 1652957111),
(93548, '3298', '249.00', '22', '25.001', '30', '88000000', '82999999', '69000000', '69099999', NULL, 1652957112),
(93549, '3220', '744.00', '3', '25.001', '30', '88000000', '82999999', '69000000', '69099999', NULL, 1652957113),
(93550, '3298', '90.00', '29', '0.3', '5', '88000000', '82999999', '69100000', '69299999', NULL, 1652957113),
(93551, '3220', '183.00', '6', '0.3', '5', '88000000', '82999999', '69100000', '69299999', NULL, 1652957114),
(93552, '3298', '133.00', '29', '5.001', '10', '88000000', '82999999', '69100000', '69299999', NULL, 1652957114),
(93553, '3220', '266.00', '6', '5.001', '10', '88000000', '82999999', '69100000', '69299999', NULL, 1652957115),
(93554, '3298', '215.00', '29', '10.001', '15', '88000000', '82999999', '69100000', '69299999', NULL, 1652957116),
(93555, '3220', '430.00', '6', '10.001', '15', '88000000', '82999999', '69100000', '69299999', NULL, 1652957116),
(93556, '3298', '298.00', '29', '15.001', '20', '88000000', '82999999', '69100000', '69299999', NULL, 1652957117),
(93557, '3220', '595.00', '6', '15.001', '20', '88000000', '82999999', '69100000', '69299999', NULL, 1652957118),
(93558, '3298', '380.00', '29', '20.001', '25', '88000000', '82999999', '69100000', '69299999', NULL, 1652957118),
(93559, '3220', '760.00', '6', '20.001', '25', '88000000', '82999999', '69100000', '69299999', NULL, 1652957118),
(93560, '3298', '463.00', '29', '25.001', '30', '88000000', '82999999', '69100000', '69299999', NULL, 1652957119),
(93561, '3220', '925.00', '6', '25.001', '30', '88000000', '82999999', '69100000', '69299999', NULL, 1652957120),
(93562, '3298', '45.00', '22', '0.3', '5', '88000000', '82999999', '69300000', '69339999', NULL, 1652957120),
(93563, '3220', '137.00', '3', '0.3', '5', '88000000', '82999999', '69300000', '69339999', NULL, 1652957120),
(93564, '3298', '71.00', '22', '5.001', '10', '88000000', '82999999', '69300000', '69339999', NULL, 1652957121),
(93565, '3220', '214.00', '3', '5.001', '10', '88000000', '82999999', '69300000', '69339999', NULL, 1652957121),
(93566, '3298', '116.00', '22', '10.001', '15', '88000000', '82999999', '69300000', '69339999', NULL, 1652957122),
(93567, '3220', '346.00', '3', '10.001', '15', '88000000', '82999999', '69300000', '69339999', NULL, 1652957123),
(93568, '3298', '160.00', '22', '15.001', '20', '88000000', '82999999', '69300000', '69339999', NULL, 1652957123),
(93569, '3220', '479.00', '3', '15.001', '20', '88000000', '82999999', '69300000', '69339999', NULL, 1652957124),
(93570, '3298', '205.00', '22', '20.001', '25', '88000000', '82999999', '69300000', '69339999', NULL, 1652957124),
(93571, '3220', '612.00', '3', '20.001', '25', '88000000', '82999999', '69300000', '69339999', NULL, 1652957125),
(93572, '3298', '249.00', '22', '25.001', '30', '88000000', '82999999', '69300000', '69339999', NULL, 1652957125),
(93573, '3220', '744.00', '3', '25.001', '30', '88000000', '82999999', '69300000', '69339999', NULL, 1652957126),
(93574, '3298', '90.00', '29', '0.3', '5', '88000000', '82999999', '69340000', '69389999', NULL, 1652957128),
(93575, '3220', '183.00', '10', '0.3', '5', '88000000', '82999999', '69340000', '69389999', NULL, 1652957128),
(93576, '3298', '133.00', '29', '5.001', '10', '88000000', '82999999', '69340000', '69389999', NULL, 1652957129),
(93577, '3220', '266.00', '10', '5.001', '10', '88000000', '82999999', '69340000', '69389999', NULL, 1652957129),
(93578, '3298', '215.00', '29', '10.001', '15', '88000000', '82999999', '69340000', '69389999', NULL, 1652957130),
(93579, '3220', '430.00', '10', '10.001', '15', '88000000', '82999999', '69340000', '69389999', NULL, 1652957131),
(93580, '3298', '298.00', '29', '15.001', '20', '88000000', '82999999', '69340000', '69389999', NULL, 1652957131),
(93581, '3220', '595.00', '10', '15.001', '20', '88000000', '82999999', '69340000', '69389999', NULL, 1652957132),
(93582, '3298', '380.00', '29', '20.001', '25', '88000000', '82999999', '69340000', '69389999', NULL, 1652957133),
(93583, '3220', '760.00', '10', '20.001', '25', '88000000', '82999999', '69340000', '69389999', NULL, 1652957134),
(93584, '3298', '463.00', '29', '25.001', '30', '88000000', '82999999', '69340000', '69389999', NULL, 1652957134),
(93585, '3220', '925.00', '10', '25.001', '30', '88000000', '82999999', '69340000', '69389999', NULL, 1652957135),
(93586, '3298', '45.00', '9', '0.3', '5', '88000000', '82999999', '69900000', '69920999', NULL, 1652957135),
(93587, '3220', '137.00', '5', '0.3', '5', '88000000', '82999999', '69900000', '69920999', NULL, 1652957136),
(93588, '3298', '71.00', '9', '5.001', '10', '88000000', '82999999', '69900000', '69920999', NULL, 1652957137),
(93589, '3220', '214.00', '5', '5.001', '10', '88000000', '82999999', '69900000', '69920999', NULL, 1652957137),
(93590, '3298', '116.00', '9', '10.001', '15', '88000000', '82999999', '69900000', '69920999', NULL, 1652957138),
(93591, '3220', '346.00', '5', '10.001', '15', '88000000', '82999999', '69900000', '69920999', NULL, 1652957138),
(93592, '3298', '160.00', '9', '15.001', '20', '88000000', '82999999', '69900000', '69920999', NULL, 1652957139),
(93593, '3220', '479.00', '5', '15.001', '20', '88000000', '82999999', '69900000', '69920999', NULL, 1652957140),
(93594, '3298', '205.00', '9', '20.001', '25', '88000000', '82999999', '69900000', '69920999', NULL, 1652957140),
(93595, '3220', '612.00', '5', '20.001', '25', '88000000', '82999999', '69900000', '69920999', NULL, 1652957141),
(93596, '3298', '249.00', '9', '25.001', '30', '88000000', '82999999', '69900000', '69920999', NULL, 1652957141),
(93597, '3220', '744.00', '5', '25.001', '30', '88000000', '82999999', '69900000', '69920999', NULL, 1652957142),
(93598, '3298', '90.00', '13', '0.3', '5', '88000000', '82999999', '69921000', '69999999', NULL, 1652957142),
(93599, '3220', '183.00', '10', '0.3', '5', '88000000', '82999999', '69921000', '69999999', NULL, 1652957142);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(93600, '3298', '133.00', '13', '5.001', '10', '88000000', '82999999', '69921000', '69999999', NULL, 1652957143),
(93601, '3220', '266.00', '10', '5.001', '10', '88000000', '82999999', '69921000', '69999999', NULL, 1652957144),
(93602, '3298', '215.00', '13', '10.001', '15', '88000000', '82999999', '69921000', '69999999', NULL, 1652957145),
(93603, '3220', '430.00', '10', '10.001', '15', '88000000', '82999999', '69921000', '69999999', NULL, 1652957145),
(93604, '3298', '298.00', '13', '15.001', '20', '88000000', '82999999', '69921000', '69999999', NULL, 1652957146),
(93605, '3220', '595.00', '10', '15.001', '20', '88000000', '82999999', '69921000', '69999999', NULL, 1652957146),
(93606, '3298', '380.00', '13', '20.001', '25', '88000000', '82999999', '69921000', '69999999', NULL, 1652957147),
(93607, '3220', '760.00', '10', '20.001', '25', '88000000', '82999999', '69921000', '69999999', NULL, 1652957148),
(93608, '3298', '463.00', '13', '25.001', '30', '88000000', '82999999', '69921000', '69999999', NULL, 1652957148),
(93609, '3220', '925.00', '10', '25.001', '30', '88000000', '82999999', '69921000', '69999999', NULL, 1652957149),
(93610, '3298', '38.00', '6', '0.3', '5', '88000000', '82999999', '71000000', '73699999', NULL, 1652957149),
(93611, '3220', '113.00', '1', '0.3', '5', '88000000', '82999999', '71000000', '73699999', NULL, 1652957150),
(93612, '3298', '58.00', '6', '5.001', '10', '88000000', '82999999', '71000000', '73699999', NULL, 1652957150),
(93613, '3220', '176.00', '1', '5.001', '10', '88000000', '82999999', '71000000', '73699999', NULL, 1652957151),
(93614, '3298', '94.00', '6', '10.001', '15', '88000000', '82999999', '71000000', '73699999', NULL, 1652957151),
(93615, '3220', '286.00', '1', '10.001', '15', '88000000', '82999999', '71000000', '73699999', NULL, 1652957151),
(93616, '3298', '130.00', '6', '15.001', '20', '88000000', '82999999', '71000000', '73699999', NULL, 1652957152),
(93617, '3220', '396.00', '1', '15.001', '20', '88000000', '82999999', '71000000', '73699999', NULL, 1652957153),
(93618, '3298', '166.00', '6', '20.001', '25', '88000000', '82999999', '71000000', '73699999', NULL, 1652957153),
(93619, '3220', '505.00', '1', '20.001', '25', '88000000', '82999999', '71000000', '73699999', NULL, 1652957154),
(93620, '3298', '202.00', '6', '25.001', '30', '88000000', '82999999', '71000000', '73699999', NULL, 1652957154),
(93621, '3220', '615.00', '1', '25.001', '30', '88000000', '82999999', '71000000', '73699999', NULL, 1652957155),
(93622, '3298', '38.00', '7', '0.3', '5', '88000000', '82999999', '72800000', '73999999', NULL, 1652957155),
(93623, '3220', '113.00', '3', '0.3', '5', '88000000', '82999999', '72800000', '73999999', NULL, 1652957156),
(93624, '3298', '58.00', '7', '5.001', '10', '88000000', '82999999', '72800000', '73999999', NULL, 1652957156),
(93625, '3220', '176.00', '3', '5.001', '10', '88000000', '82999999', '72800000', '73999999', NULL, 1652957157),
(93626, '3298', '94.00', '7', '10.001', '15', '88000000', '82999999', '72800000', '73999999', NULL, 1652957158),
(93627, '3220', '286.00', '3', '10.001', '15', '88000000', '82999999', '72800000', '73999999', NULL, 1652957158),
(93628, '3298', '130.00', '7', '15.001', '20', '88000000', '82999999', '72800000', '73999999', NULL, 1652957159),
(93629, '3220', '396.00', '3', '15.001', '20', '88000000', '82999999', '72800000', '73999999', NULL, 1652957159),
(93630, '3298', '166.00', '7', '20.001', '25', '88000000', '82999999', '72800000', '73999999', NULL, 1652957160),
(93631, '3220', '505.00', '3', '20.001', '25', '88000000', '82999999', '72800000', '73999999', NULL, 1652957160),
(93632, '3298', '202.00', '7', '25.001', '30', '88000000', '82999999', '72800000', '73999999', NULL, 1652957161),
(93633, '3220', '615.00', '3', '25.001', '30', '88000000', '82999999', '72800000', '73999999', NULL, 1652957162),
(93634, '3298', '45.00', '6', '0.3', '5', '88000000', '82999999', '74000000', '74894999', NULL, 1652957162),
(93635, '3220', '137.00', '2', '0.3', '5', '88000000', '82999999', '74000000', '74894999', NULL, 1652957163),
(93636, '3298', '71.00', '6', '5.001', '10', '88000000', '82999999', '74000000', '74894999', NULL, 1652957163),
(93637, '3220', '214.00', '2', '5.001', '10', '88000000', '82999999', '74000000', '74894999', NULL, 1652957164),
(93638, '3298', '116.00', '6', '10.001', '15', '88000000', '82999999', '74000000', '74894999', NULL, 1652957164),
(93639, '3220', '346.00', '2', '10.001', '15', '88000000', '82999999', '74000000', '74894999', NULL, 1652957165),
(93640, '3298', '160.00', '6', '15.001', '20', '88000000', '82999999', '74000000', '74894999', NULL, 1652957165),
(93641, '3220', '479.00', '2', '15.001', '20', '88000000', '82999999', '74000000', '74894999', NULL, 1652957166),
(93642, '3298', '205.00', '6', '20.001', '25', '88000000', '82999999', '74000000', '74894999', NULL, 1652957166),
(93643, '3220', '612.00', '2', '20.001', '25', '88000000', '82999999', '74000000', '74894999', NULL, 1652957167),
(93644, '3298', '249.00', '6', '25.001', '30', '88000000', '82999999', '74000000', '74894999', NULL, 1652957167),
(93645, '3220', '744.00', '2', '25.001', '30', '88000000', '82999999', '74000000', '74894999', NULL, 1652957168),
(93646, '3298', '45.00', '6', '0.3', '5', '88000000', '82999999', '74895000', '76799999', NULL, 1652957169),
(93647, '3220', '137.00', '2', '0.3', '5', '88000000', '82999999', '74895000', '76799999', NULL, 1652957169),
(93648, '3298', '71.00', '6', '5.001', '10', '88000000', '82999999', '74895000', '76799999', NULL, 1652957170),
(93649, '3220', '214.00', '2', '5.001', '10', '88000000', '82999999', '74895000', '76799999', NULL, 1652957170),
(93650, '3298', '116.00', '6', '10.001', '15', '88000000', '82999999', '74895000', '76799999', NULL, 1652957171),
(93651, '3220', '346.00', '2', '10.001', '15', '88000000', '82999999', '74895000', '76799999', NULL, 1652957171),
(93652, '3298', '160.00', '6', '15.001', '20', '88000000', '82999999', '74895000', '76799999', NULL, 1652957172),
(93653, '3220', '479.00', '2', '15.001', '20', '88000000', '82999999', '74895000', '76799999', NULL, 1652957173),
(93654, '3298', '205.00', '6', '20.001', '25', '88000000', '82999999', '74895000', '76799999', NULL, 1652957173),
(93655, '3220', '612.00', '2', '20.001', '25', '88000000', '82999999', '74895000', '76799999', NULL, 1652957174),
(93656, '3298', '249.00', '6', '25.001', '30', '88000000', '82999999', '74895000', '76799999', NULL, 1652957174),
(93657, '3220', '744.00', '2', '25.001', '30', '88000000', '82999999', '74895000', '76799999', NULL, 1652957175),
(93658, '3298', '45.00', '8', '0.3', '5', '88000000', '82999999', '77000000', '77270999', NULL, 1652957175),
(93659, '3220', '137.00', '2', '0.3', '5', '88000000', '82999999', '77000000', '77270999', NULL, 1652957176),
(93660, '3298', '71.00', '8', '5.001', '10', '88000000', '82999999', '77000000', '77270999', NULL, 1652957176),
(93661, '3220', '214.00', '2', '5.001', '10', '88000000', '82999999', '77000000', '77270999', NULL, 1652957177),
(93662, '3298', '116.00', '8', '10.001', '15', '88000000', '82999999', '77000000', '77270999', NULL, 1652957178),
(93663, '3220', '346.00', '2', '10.001', '15', '88000000', '82999999', '77000000', '77270999', NULL, 1652957178),
(93664, '3298', '160.00', '8', '15.001', '20', '88000000', '82999999', '77000000', '77270999', NULL, 1652957179),
(93665, '3220', '479.00', '2', '15.001', '20', '88000000', '82999999', '77000000', '77270999', NULL, 1652957180),
(93666, '3298', '205.00', '8', '20.001', '25', '88000000', '82999999', '77000000', '77270999', NULL, 1652957180),
(93667, '3220', '612.00', '2', '20.001', '25', '88000000', '82999999', '77000000', '77270999', NULL, 1652957181),
(93668, '3298', '249.00', '8', '25.001', '30', '88000000', '82999999', '77000000', '77270999', NULL, 1652957181),
(93669, '3220', '744.00', '2', '25.001', '30', '88000000', '82999999', '77000000', '77270999', NULL, 1652957182),
(93670, '3298', '90.00', '8', '0.3', '5', '88000000', '82999999', '77300000', '77995999', NULL, 1652957182),
(93671, '3220', '183.00', '3', '0.3', '5', '88000000', '82999999', '77300000', '77995999', NULL, 1652957183),
(93672, '3298', '133.00', '8', '5.001', '10', '88000000', '82999999', '77300000', '77995999', NULL, 1652957183),
(93673, '3220', '266.00', '3', '5.001', '10', '88000000', '82999999', '77300000', '77995999', NULL, 1652957184),
(93674, '3298', '215.00', '8', '10.001', '15', '88000000', '82999999', '77300000', '77995999', NULL, 1652957185),
(93675, '3220', '430.00', '3', '10.001', '15', '88000000', '82999999', '77300000', '77995999', NULL, 1652957185),
(93676, '3298', '298.00', '8', '15.001', '20', '88000000', '82999999', '77300000', '77995999', NULL, 1652957186),
(93677, '3220', '595.00', '3', '15.001', '20', '88000000', '82999999', '77300000', '77995999', NULL, 1652957187),
(93678, '3298', '380.00', '8', '20.001', '25', '88000000', '82999999', '77300000', '77995999', NULL, 1652957187),
(93679, '3220', '760.00', '3', '20.001', '25', '88000000', '82999999', '77300000', '77995999', NULL, 1652957188),
(93680, '3298', '463.00', '8', '25.001', '30', '88000000', '82999999', '77300000', '77995999', NULL, 1652957189),
(93681, '3220', '925.00', '3', '25.001', '30', '88000000', '82999999', '77300000', '77995999', NULL, 1652957189),
(93682, '3298', '45.00', '9', '0.3', '5', '88000000', '82999999', '78000000', '78109999', NULL, 1652957190),
(93683, '3220', '137.00', '5', '0.3', '5', '88000000', '82999999', '78000000', '78109999', NULL, 1652957191),
(93684, '3298', '71.00', '9', '5.001', '10', '88000000', '82999999', '78000000', '78109999', NULL, 1652957191),
(93685, '3220', '214.00', '5', '5.001', '10', '88000000', '82999999', '78000000', '78109999', NULL, 1652957192),
(93686, '3298', '116.00', '9', '10.001', '15', '88000000', '82999999', '78000000', '78109999', NULL, 1652957192),
(93687, '3220', '346.00', '5', '10.001', '15', '88000000', '82999999', '78000000', '78109999', NULL, 1652957193),
(93688, '3298', '160.00', '9', '15.001', '20', '88000000', '82999999', '78000000', '78109999', NULL, 1652957193),
(93689, '3220', '479.00', '5', '15.001', '20', '88000000', '82999999', '78000000', '78109999', NULL, 1652957194),
(93690, '3298', '205.00', '9', '20.001', '25', '88000000', '82999999', '78000000', '78109999', NULL, 1652957195),
(93691, '3220', '612.00', '5', '20.001', '25', '88000000', '82999999', '78000000', '78109999', NULL, 1652957195),
(93692, '3298', '249.00', '9', '25.001', '30', '88000000', '82999999', '78000000', '78109999', NULL, 1652957195),
(93693, '3220', '744.00', '5', '25.001', '30', '88000000', '82999999', '78000000', '78109999', NULL, 1652957196),
(93694, '3298', '90.00', '9', '0.3', '5', '88000000', '82999999', '78110000', '78899999', NULL, 1652957197),
(93695, '3220', '183.00', '6', '0.3', '5', '88000000', '82999999', '78110000', '78899999', NULL, 1652957197),
(93696, '3298', '133.00', '9', '5.001', '10', '88000000', '82999999', '78110000', '78899999', NULL, 1652957198),
(93697, '3220', '266.00', '6', '5.001', '10', '88000000', '82999999', '78110000', '78899999', NULL, 1652957198),
(93698, '3298', '215.00', '9', '10.001', '15', '88000000', '82999999', '78110000', '78899999', NULL, 1652957199),
(93699, '3220', '430.00', '6', '10.001', '15', '88000000', '82999999', '78110000', '78899999', NULL, 1652957199),
(93700, '3298', '298.00', '9', '15.001', '20', '88000000', '82999999', '78110000', '78899999', NULL, 1652957200),
(93701, '3220', '595.00', '6', '15.001', '20', '88000000', '82999999', '78110000', '78899999', NULL, 1652957200),
(93702, '3298', '380.00', '9', '20.001', '25', '88000000', '82999999', '78110000', '78899999', NULL, 1652957201),
(93703, '3220', '760.00', '6', '20.001', '25', '88000000', '82999999', '78110000', '78899999', NULL, 1652957201),
(93704, '3298', '463.00', '9', '25.001', '30', '88000000', '82999999', '78110000', '78899999', NULL, 1652957202),
(93705, '3220', '925.00', '6', '25.001', '30', '88000000', '82999999', '78110000', '78899999', NULL, 1652957203),
(93706, '3298', '90.00', '10', '0.3', '5', '88000000', '82999999', '78900000', '78930999', NULL, 1652957203),
(93707, '3220', '183.00', '6', '0.3', '5', '88000000', '82999999', '78900000', '78930999', NULL, 1652957204),
(93708, '3298', '133.00', '10', '5.001', '10', '88000000', '82999999', '78900000', '78930999', NULL, 1652957204),
(93709, '3220', '266.00', '6', '5.001', '10', '88000000', '82999999', '78900000', '78930999', NULL, 1652957205),
(93710, '3298', '215.00', '10', '10.001', '15', '88000000', '82999999', '78900000', '78930999', NULL, 1652957205),
(93711, '3220', '430.00', '6', '10.001', '15', '88000000', '82999999', '78900000', '78930999', NULL, 1652957206),
(93712, '3298', '298.00', '10', '15.001', '20', '88000000', '82999999', '78900000', '78930999', NULL, 1652957207),
(93713, '3220', '595.00', '6', '15.001', '20', '88000000', '82999999', '78900000', '78930999', NULL, 1652957207),
(93714, '3298', '380.00', '10', '20.001', '25', '88000000', '82999999', '78900000', '78930999', NULL, 1652957208),
(93715, '3220', '760.00', '6', '20.001', '25', '88000000', '82999999', '78900000', '78930999', NULL, 1652957208),
(93716, '3298', '463.00', '10', '25.001', '30', '88000000', '82999999', '78900000', '78930999', NULL, 1652957209),
(93717, '3220', '925.00', '6', '25.001', '30', '88000000', '82999999', '78900000', '78930999', NULL, 1652957209),
(93718, '3298', '90.00', '10', '0.3', '5', '88000000', '82999999', '78931000', '78999999', NULL, 1652957210),
(93719, '3220', '183.00', '6', '0.3', '5', '88000000', '82999999', '78931000', '78999999', NULL, 1652957210),
(93720, '3298', '133.00', '10', '5.001', '10', '88000000', '82999999', '78931000', '78999999', NULL, 1652957211),
(93721, '3220', '266.00', '6', '5.001', '10', '88000000', '82999999', '78931000', '78999999', NULL, 1652957212),
(93722, '3298', '215.00', '10', '10.001', '15', '88000000', '82999999', '78931000', '78999999', NULL, 1652957212),
(93723, '3220', '430.00', '6', '10.001', '15', '88000000', '82999999', '78931000', '78999999', NULL, 1652957213),
(93724, '3298', '298.00', '10', '15.001', '20', '88000000', '82999999', '78931000', '78999999', NULL, 1652957213),
(93725, '3220', '595.00', '6', '15.001', '20', '88000000', '82999999', '78931000', '78999999', NULL, 1652957214),
(93726, '3298', '380.00', '10', '20.001', '25', '88000000', '82999999', '78931000', '78999999', NULL, 1652957214),
(93727, '3220', '760.00', '6', '20.001', '25', '88000000', '82999999', '78931000', '78999999', NULL, 1652957215),
(93728, '3298', '463.00', '10', '25.001', '30', '88000000', '82999999', '78931000', '78999999', NULL, 1652957216),
(93729, '3220', '925.00', '6', '25.001', '30', '88000000', '82999999', '78931000', '78999999', NULL, 1652957216),
(93730, '3298', '34.00', '6', '0.3', '5', '88000000', '82999999', '79000000', '79129999', NULL, 1652957217),
(93731, '3220', '80.00', '2', '0.3', '5', '88000000', '82999999', '79000000', '79129999', NULL, 1652957217),
(93732, '3298', '50.00', '6', '5.001', '10', '88000000', '82999999', '79000000', '79129999', NULL, 1652957218),
(93733, '3220', '125.00', '2', '5.001', '10', '88000000', '82999999', '79000000', '79129999', NULL, 1652957218),
(93734, '3298', '82.00', '6', '10.001', '15', '88000000', '82999999', '79000000', '79129999', NULL, 1652957219),
(93735, '3220', '203.00', '2', '10.001', '15', '88000000', '82999999', '79000000', '79129999', NULL, 1652957219),
(93736, '3298', '113.00', '6', '15.001', '20', '88000000', '82999999', '79000000', '79129999', NULL, 1652957220),
(93737, '3220', '281.00', '2', '15.001', '20', '88000000', '82999999', '79000000', '79129999', NULL, 1652957220),
(93738, '3298', '145.00', '6', '20.001', '25', '88000000', '82999999', '79000000', '79129999', NULL, 1652957221),
(93739, '3220', '359.00', '2', '20.001', '25', '88000000', '82999999', '79000000', '79129999', NULL, 1652957221),
(93740, '3298', '176.00', '6', '25.001', '30', '88000000', '82999999', '79000000', '79129999', NULL, 1652957222),
(93741, '3220', '437.00', '2', '25.001', '30', '88000000', '82999999', '79000000', '79129999', NULL, 1652957222),
(93742, '3298', '50.00', '9', '0.3', '5', '88000000', '82999999', '79130000', '79999999', NULL, 1652957223),
(93743, '3220', '124.00', '6', '0.3', '5', '88000000', '82999999', '79130000', '79999999', NULL, 1652957223),
(93744, '3298', '83.00', '9', '5.001', '10', '88000000', '82999999', '79130000', '79999999', NULL, 1652957224),
(93745, '3220', '175.00', '6', '5.001', '10', '88000000', '82999999', '79130000', '79999999', NULL, 1652957224),
(93746, '3298', '135.00', '9', '10.001', '15', '88000000', '82999999', '79130000', '79999999', NULL, 1652957225),
(93747, '3220', '283.00', '6', '10.001', '15', '88000000', '82999999', '79130000', '79999999', NULL, 1652957226),
(93748, '3298', '186.00', '9', '15.001', '20', '88000000', '82999999', '79130000', '79999999', NULL, 1652957226),
(93749, '3220', '392.00', '6', '15.001', '20', '88000000', '82999999', '79130000', '79999999', NULL, 1652957227),
(93750, '3298', '238.00', '9', '20.001', '25', '88000000', '82999999', '79130000', '79999999', NULL, 1652957227),
(93751, '3220', '500.00', '6', '20.001', '25', '88000000', '82999999', '79130000', '79999999', NULL, 1652957228),
(93752, '3298', '290.00', '9', '25.001', '30', '88000000', '82999999', '79130000', '79999999', NULL, 1652957228),
(93753, '3220', '609.00', '6', '25.001', '30', '88000000', '82999999', '79130000', '79999999', NULL, 1652957229),
(93754, '3298', '30.00', '5', '0.3', '5', '88000000', '82999999', '80000000', '82999999', NULL, 1652957229),
(93755, '3220', '59.00', '1', '0.3', '5', '88000000', '82999999', '80000000', '82999999', NULL, 1652957230),
(93756, '3298', '44.00', '5', '5.001', '10', '88000000', '82999999', '80000000', '82999999', NULL, 1652957230),
(93757, '3220', '93.00', '1', '5.001', '10', '88000000', '82999999', '80000000', '82999999', NULL, 1652957231),
(93758, '3298', '71.00', '5', '10.001', '15', '88000000', '82999999', '80000000', '82999999', NULL, 1652957231),
(93759, '3220', '150.00', '1', '10.001', '15', '88000000', '82999999', '80000000', '82999999', NULL, 1652957232),
(93760, '3298', '99.00', '5', '15.001', '20', '88000000', '82999999', '80000000', '82999999', NULL, 1652957232),
(93761, '3220', '208.00', '1', '15.001', '20', '88000000', '82999999', '80000000', '82999999', NULL, 1652957233),
(93762, '3298', '126.00', '5', '20.001', '25', '88000000', '82999999', '80000000', '82999999', NULL, 1652957233),
(93763, '3220', '266.00', '1', '20.001', '25', '88000000', '82999999', '80000000', '82999999', NULL, 1652957234),
(93764, '3298', '153.00', '5', '25.001', '30', '88000000', '82999999', '80000000', '82999999', NULL, 1652957235),
(93765, '3220', '324.00', '1', '25.001', '30', '88000000', '82999999', '80000000', '82999999', NULL, 1652957235),
(93766, '3298', '30.00', '5', '0.3', '5', '88000000', '82999999', '80000000', '83800999', NULL, 1652957236),
(93767, '3220', '59.00', '1', '0.3', '5', '88000000', '82999999', '80000000', '83800999', NULL, 1652957236),
(93768, '3298', '44.00', '5', '5.001', '10', '88000000', '82999999', '80000000', '83800999', NULL, 1652957237),
(93769, '3220', '93.00', '1', '5.001', '10', '88000000', '82999999', '80000000', '83800999', NULL, 1652957238),
(93770, '3298', '71.00', '5', '10.001', '15', '88000000', '82999999', '80000000', '83800999', NULL, 1652957239),
(93771, '3220', '150.00', '1', '10.001', '15', '88000000', '82999999', '80000000', '83800999', NULL, 1652957239),
(93772, '3298', '99.00', '5', '15.001', '20', '88000000', '82999999', '80000000', '83800999', NULL, 1652957240),
(93773, '3220', '208.00', '1', '15.001', '20', '88000000', '82999999', '80000000', '83800999', NULL, 1652957240),
(93774, '3298', '126.00', '5', '20.001', '25', '88000000', '82999999', '80000000', '83800999', NULL, 1652957241),
(93775, '3220', '266.00', '1', '20.001', '25', '88000000', '82999999', '80000000', '83800999', NULL, 1652957242),
(93776, '3298', '153.00', '5', '25.001', '30', '88000000', '82999999', '80000000', '83800999', NULL, 1652957242),
(93777, '3220', '324.00', '1', '25.001', '30', '88000000', '82999999', '80000000', '83800999', NULL, 1652957243),
(93778, '3298', '44.00', '7', '0.3', '5', '88000000', '82999999', '83801000', '87999999', NULL, 1652957243),
(93779, '3220', '102.00', '4', '0.3', '5', '88000000', '82999999', '83801000', '87999999', NULL, 1652957244),
(93780, '3298', '74.00', '7', '5.001', '10', '88000000', '82999999', '83801000', '87999999', NULL, 1652957244),
(93781, '3220', '141.00', '4', '5.001', '10', '88000000', '82999999', '83801000', '87999999', NULL, 1652957245),
(93782, '3298', '120.00', '7', '10.001', '15', '88000000', '82999999', '83801000', '87999999', NULL, 1652957246),
(93783, '3220', '229.00', '4', '10.001', '15', '88000000', '82999999', '83801000', '87999999', NULL, 1652957246),
(93784, '3298', '166.00', '7', '15.001', '20', '88000000', '82999999', '83801000', '87999999', NULL, 1652957247),
(93785, '3220', '316.00', '4', '15.001', '20', '88000000', '82999999', '83801000', '87999999', NULL, 1652957248),
(93786, '3298', '212.00', '7', '20.001', '25', '88000000', '82999999', '83801000', '87999999', NULL, 1652957248),
(93787, '3220', '404.00', '4', '20.001', '25', '88000000', '82999999', '83801000', '87999999', NULL, 1652957249),
(93788, '3298', '258.00', '7', '25.001', '30', '88000000', '82999999', '83801000', '87999999', NULL, 1652957249),
(93789, '3220', '492.00', '4', '25.001', '30', '88000000', '82999999', '83801000', '87999999', NULL, 1652957250),
(93790, '3298', '25.00', '5', '0.3', '5', '88000000', '82999999', '88000000', '82999999', NULL, 1652957250),
(93791, '3220', '21.00', '1', '0.3', '5', '88000000', '82999999', '88000000', '82999999', NULL, 1652957251),
(93792, '3298', '31.00', '5', '5.001', '10', '88000000', '82999999', '88000000', '82999999', NULL, 1652957251),
(93793, '3220', '27.00', '1', '5.001', '10', '88000000', '82999999', '88000000', '82999999', NULL, 1652957252),
(93794, '3298', '51.00', '5', '10.001', '15', '88000000', '82999999', '88000000', '82999999', NULL, 1652957252),
(93795, '3220', '44.00', '1', '10.001', '15', '88000000', '82999999', '88000000', '82999999', NULL, 1652957253),
(93796, '3298', '71.00', '5', '15.001', '20', '88000000', '82999999', '88000000', '82999999', NULL, 1652957253),
(93797, '3220', '61.00', '1', '15.001', '20', '88000000', '82999999', '88000000', '82999999', NULL, 1652957254),
(93798, '3298', '91.00', '5', '20.001', '25', '88000000', '82999999', '88000000', '82999999', NULL, 1652957254),
(93799, '3220', '78.00', '1', '20.001', '25', '88000000', '82999999', '88000000', '82999999', NULL, 1652957255),
(93800, '3298', '110.00', '5', '25.001', '30', '88000000', '82999999', '88000000', '82999999', NULL, 1652957255),
(93801, '3220', '95.00', '1', '25.001', '30', '88000000', '82999999', '88000000', '82999999', NULL, 1652957256),
(93802, '3298', '25.00', '5', '0.3', '5', '88000000', '82999999', '88000000', '88469999', NULL, 1652957256),
(93803, '3220', '21.00', '1', '0.3', '5', '88000000', '82999999', '88000000', '88469999', NULL, 1652957257),
(93804, '3298', '31.00', '5', '5.001', '10', '88000000', '82999999', '88000000', '88469999', NULL, 1652957258),
(93805, '3220', '27.00', '1', '5.001', '10', '88000000', '82999999', '88000000', '88469999', NULL, 1652957258),
(93806, '3298', '51.00', '5', '10.001', '15', '88000000', '82999999', '88000000', '88469999', NULL, 1652957259),
(93807, '3220', '44.00', '1', '10.001', '15', '88000000', '82999999', '88000000', '88469999', NULL, 1652957259),
(93808, '3298', '71.00', '5', '15.001', '20', '88000000', '82999999', '88000000', '88469999', NULL, 1652957259),
(93809, '3220', '61.00', '1', '15.001', '20', '88000000', '82999999', '88000000', '88469999', NULL, 1652957260),
(93810, '3298', '91.00', '5', '20.001', '25', '88000000', '82999999', '88000000', '88469999', NULL, 1652957260),
(93811, '3220', '78.00', '1', '20.001', '25', '88000000', '82999999', '88000000', '88469999', NULL, 1652957261),
(93812, '3298', '110.00', '5', '25.001', '30', '88000000', '82999999', '88000000', '88469999', NULL, 1652957261),
(93813, '3220', '95.00', '1', '25.001', '30', '88000000', '82999999', '88000000', '88469999', NULL, 1652957262),
(93814, '3298', '25.00', '5', '0.3', '5', '88000000', '82999999', '88470000', '89999999', NULL, 1652957263),
(93815, '3220', '34.00', '1', '0.3', '5', '88000000', '82999999', '88470000', '89999999', NULL, 1652957263),
(93816, '3298', '31.00', '5', '5.001', '10', '88000000', '82999999', '88470000', '89999999', NULL, 1652957264),
(93817, '3220', '48.00', '1', '5.001', '10', '88000000', '82999999', '88470000', '89999999', NULL, 1652957264),
(93818, '3298', '51.00', '5', '10.001', '15', '88000000', '82999999', '88470000', '89999999', NULL, 1652957265),
(93819, '3220', '78.00', '1', '10.001', '15', '88000000', '82999999', '88470000', '89999999', NULL, 1652957265),
(93820, '3298', '71.00', '5', '15.001', '20', '88000000', '82999999', '88470000', '89999999', NULL, 1652957266),
(93821, '3220', '108.00', '1', '15.001', '20', '88000000', '82999999', '88470000', '89999999', NULL, 1652957266),
(93822, '3298', '91.00', '5', '20.001', '25', '88000000', '82999999', '88470000', '89999999', NULL, 1652957267),
(93823, '3220', '138.00', '1', '20.001', '25', '88000000', '82999999', '88470000', '89999999', NULL, 1652957268),
(93824, '3298', '110.00', '5', '25.001', '30', '88000000', '82999999', '88470000', '89999999', NULL, 1652957268),
(93825, '3220', '168.00', '1', '25.001', '30', '88000000', '82999999', '88470000', '89999999', NULL, 1652957269),
(93826, '3298', '30.00', '5', '0.3', '5', '88000000', '82999999', '90000000', '91999999', NULL, 1652957269),
(93827, '3220', '59.00', '1', '0.3', '5', '88000000', '82999999', '90000000', '91999999', NULL, 1652957269),
(93828, '3298', '44.00', '5', '5.001', '10', '88000000', '82999999', '90000000', '91999999', NULL, 1652957270),
(93829, '3220', '93.00', '1', '5.001', '10', '88000000', '82999999', '90000000', '91999999', NULL, 1652957270),
(93830, '3298', '71.00', '5', '10.001', '15', '88000000', '82999999', '90000000', '91999999', NULL, 1652957270),
(93831, '3220', '150.00', '1', '10.001', '15', '88000000', '82999999', '90000000', '91999999', NULL, 1652957271),
(93832, '3298', '99.00', '5', '15.001', '20', '88000000', '82999999', '90000000', '91999999', NULL, 1652957271),
(93833, '3220', '208.00', '1', '15.001', '20', '88000000', '82999999', '90000000', '91999999', NULL, 1652957272),
(93834, '3298', '126.00', '5', '20.001', '25', '88000000', '82999999', '90000000', '91999999', NULL, 1652957272),
(93835, '3220', '266.00', '1', '20.001', '25', '88000000', '82999999', '90000000', '91999999', NULL, 1652957273),
(93836, '3298', '153.00', '5', '25.001', '30', '88000000', '82999999', '90000000', '91999999', NULL, 1652957273),
(93837, '3220', '324.00', '1', '25.001', '30', '88000000', '82999999', '90000000', '91999999', NULL, 1652957274),
(93838, '3298', '30.00', '6', '0.3', '5', '88000000', '82999999', '90000000', '94900999', NULL, 1652957274),
(93839, '3220', '59.00', '2', '0.3', '5', '88000000', '82999999', '90000000', '94900999', NULL, 1652957275),
(93840, '3298', '44.00', '6', '5.001', '10', '88000000', '82999999', '90000000', '94900999', NULL, 1652957275),
(93841, '3220', '93.00', '2', '5.001', '10', '88000000', '82999999', '90000000', '94900999', NULL, 1652957275),
(93842, '3298', '71.00', '6', '10.001', '15', '88000000', '82999999', '90000000', '94900999', NULL, 1652957276),
(93843, '3220', '150.00', '2', '10.001', '15', '88000000', '82999999', '90000000', '94900999', NULL, 1652957276),
(93844, '3298', '99.00', '6', '15.001', '20', '88000000', '82999999', '90000000', '94900999', NULL, 1652957277),
(93845, '3220', '208.00', '2', '15.001', '20', '88000000', '82999999', '90000000', '94900999', NULL, 1652957277),
(93846, '3298', '126.00', '6', '20.001', '25', '88000000', '82999999', '90000000', '94900999', NULL, 1652957278),
(93847, '3220', '266.00', '2', '20.001', '25', '88000000', '82999999', '90000000', '94900999', NULL, 1652957278),
(93848, '3298', '153.00', '6', '25.001', '30', '88000000', '82999999', '90000000', '94900999', NULL, 1652957279),
(93849, '3220', '324.00', '2', '25.001', '30', '88000000', '82999999', '90000000', '94900999', NULL, 1652957279),
(93850, '3298', '44.00', '9', '0.3', '5', '88000000', '82999999', '94901000', '99999999', NULL, 1652957279),
(93851, '3220', '102.00', '6', '0.3', '5', '88000000', '82999999', '94901000', '99999999', NULL, 1652957280),
(93852, '3298', '74.00', '9', '5.001', '10', '88000000', '82999999', '94901000', '99999999', NULL, 1652957280),
(93853, '3220', '141.00', '6', '5.001', '10', '88000000', '82999999', '94901000', '99999999', NULL, 1652957281),
(93854, '3298', '120.00', '9', '10.001', '15', '88000000', '82999999', '94901000', '99999999', NULL, 1652957281),
(93855, '3220', '229.00', '6', '10.001', '15', '88000000', '82999999', '94901000', '99999999', NULL, 1652957282),
(93856, '3298', '166.00', '9', '15.001', '20', '88000000', '82999999', '94901000', '99999999', NULL, 1652957282),
(93857, '3220', '316.00', '6', '15.001', '20', '88000000', '82999999', '94901000', '99999999', NULL, 1652957283),
(93858, '3298', '212.00', '9', '20.001', '25', '88000000', '82999999', '94901000', '99999999', NULL, 1652957283),
(93859, '3220', '404.00', '6', '20.001', '25', '88000000', '82999999', '94901000', '99999999', NULL, 1652957284),
(93860, '3298', '258.00', '9', '25.001', '30', '88000000', '82999999', '94901000', '99999999', NULL, 1652957284),
(93861, '3220', '492.00', '6', '25.001', '30', '88000000', '82999999', '94901000', '99999999', NULL, 1652957285),
(93862, '3298', '30.00', '5', '0.3', '5', '88000000', '88469999', '01000000', '08499999', NULL, 1652957285),
(93863, '3220', '59.00', '1', '0.3', '5', '88000000', '88469999', '01000000', '08499999', NULL, 1652957286),
(93864, '3298', '44.00', '5', '5.001', '10', '88000000', '88469999', '01000000', '08499999', NULL, 1652957287),
(93865, '3220', '93.00', '1', '5.001', '10', '88000000', '88469999', '01000000', '08499999', NULL, 1652957287),
(93866, '3298', '71.00', '5', '10.001', '15', '88000000', '88469999', '01000000', '08499999', NULL, 1652957288),
(93867, '3220', '150.00', '1', '10.001', '15', '88000000', '88469999', '01000000', '08499999', NULL, 1652957288),
(93868, '3298', '99.00', '5', '15.001', '20', '88000000', '88469999', '01000000', '08499999', NULL, 1652957289),
(93869, '3220', '208.00', '1', '15.001', '20', '88000000', '88469999', '01000000', '08499999', NULL, 1652957290),
(93870, '3298', '126.00', '5', '20.001', '25', '88000000', '88469999', '01000000', '08499999', NULL, 1652957291),
(93871, '3220', '266.00', '1', '20.001', '25', '88000000', '88469999', '01000000', '08499999', NULL, 1652957291),
(93872, '3298', '153.00', '5', '25.001', '30', '88000000', '88469999', '01000000', '08499999', NULL, 1652957292),
(93873, '3220', '324.00', '1', '25.001', '30', '88000000', '88469999', '01000000', '08499999', NULL, 1652957293),
(93874, '3298', '30.00', '6', '0.3', '5', '88000000', '88469999', '06000000', '09999999', NULL, 1652957293),
(93875, '3220', '59.00', '2', '0.3', '5', '88000000', '88469999', '06000000', '09999999', NULL, 1652957294),
(93876, '3298', '44.00', '6', '5.001', '10', '88000000', '88469999', '06000000', '09999999', NULL, 1652957294),
(93877, '3220', '93.00', '2', '5.001', '10', '88000000', '88469999', '06000000', '09999999', NULL, 1652957295),
(93878, '3298', '71.00', '6', '10.001', '15', '88000000', '88469999', '06000000', '09999999', NULL, 1652957296),
(93879, '3220', '150.00', '2', '10.001', '15', '88000000', '88469999', '06000000', '09999999', NULL, 1652957296),
(93880, '3298', '99.00', '6', '15.001', '20', '88000000', '88469999', '06000000', '09999999', NULL, 1652957297),
(93881, '3220', '208.00', '2', '15.001', '20', '88000000', '88469999', '06000000', '09999999', NULL, 1652957297),
(93882, '3298', '126.00', '6', '20.001', '25', '88000000', '88469999', '06000000', '09999999', NULL, 1652957298),
(93883, '3220', '266.00', '2', '20.001', '25', '88000000', '88469999', '06000000', '09999999', NULL, 1652957298),
(93884, '3298', '153.00', '6', '25.001', '30', '88000000', '88469999', '06000000', '09999999', NULL, 1652957299),
(93885, '3220', '324.00', '2', '25.001', '30', '88000000', '88469999', '06000000', '09999999', NULL, 1652957300),
(93886, '3298', '30.00', '7', '0.3', '5', '88000000', '88469999', '11000000', '11999999', NULL, 1652957300),
(93887, '3220', '59.00', '3', '0.3', '5', '88000000', '88469999', '11000000', '11999999', NULL, 1652957301),
(93888, '3298', '44.00', '7', '5.001', '10', '88000000', '88469999', '11000000', '11999999', NULL, 1652957301),
(93889, '3220', '93.00', '3', '5.001', '10', '88000000', '88469999', '11000000', '11999999', NULL, 1652957302),
(93890, '3298', '71.00', '7', '10.001', '15', '88000000', '88469999', '11000000', '11999999', NULL, 1652957302),
(93891, '3220', '150.00', '3', '10.001', '15', '88000000', '88469999', '11000000', '11999999', NULL, 1652957303),
(93892, '3298', '99.00', '7', '15.001', '20', '88000000', '88469999', '11000000', '11999999', NULL, 1652957304),
(93893, '3220', '208.00', '3', '15.001', '20', '88000000', '88469999', '11000000', '11999999', NULL, 1652957304),
(93894, '3298', '126.00', '7', '20.001', '25', '88000000', '88469999', '11000000', '11999999', NULL, 1652957305),
(93895, '3220', '266.00', '3', '20.001', '25', '88000000', '88469999', '11000000', '11999999', NULL, 1652957306),
(93896, '3298', '153.00', '7', '25.001', '30', '88000000', '88469999', '11000000', '11999999', NULL, 1652957306),
(93897, '3220', '324.00', '3', '25.001', '30', '88000000', '88469999', '11000000', '11999999', NULL, 1652957307),
(93898, '3298', '30.00', '6', '0.3', '5', '88000000', '88469999', '12000000', '19999999', NULL, 1652957308),
(93899, '3220', '59.00', '2', '0.3', '5', '88000000', '88469999', '12000000', '19999999', NULL, 1652957308),
(93900, '3298', '44.00', '6', '5.001', '10', '88000000', '88469999', '12000000', '19999999', NULL, 1652957308),
(93901, '3220', '93.00', '2', '5.001', '10', '88000000', '88469999', '12000000', '19999999', NULL, 1652957309),
(93902, '3298', '71.00', '6', '10.001', '15', '88000000', '88469999', '12000000', '19999999', NULL, 1652957310),
(93903, '3220', '150.00', '2', '10.001', '15', '88000000', '88469999', '12000000', '19999999', NULL, 1652957311),
(93904, '3298', '99.00', '6', '15.001', '20', '88000000', '88469999', '12000000', '19999999', NULL, 1652957311),
(93905, '3220', '208.00', '2', '15.001', '20', '88000000', '88469999', '12000000', '19999999', NULL, 1652957312),
(93906, '3298', '126.00', '6', '20.001', '25', '88000000', '88469999', '12000000', '19999999', NULL, 1652957313),
(93907, '3220', '266.00', '2', '20.001', '25', '88000000', '88469999', '12000000', '19999999', NULL, 1652957313),
(93908, '3298', '153.00', '6', '25.001', '30', '88000000', '88469999', '12000000', '19999999', NULL, 1652957314),
(93909, '3220', '324.00', '2', '25.001', '30', '88000000', '88469999', '12000000', '19999999', NULL, 1652957315),
(93910, '3298', '50.00', '7', '0.3', '5', '88000000', '88469999', '26601000', '28999999', NULL, 1652957328),
(93911, '3220', '124.00', '4', '0.3', '5', '88000000', '88469999', '26601000', '28999999', NULL, 1652957328),
(93912, '3298', '83.00', '7', '5.001', '10', '88000000', '88469999', '26601000', '28999999', NULL, 1652957329),
(93913, '3220', '175.00', '4', '5.001', '10', '88000000', '88469999', '26601000', '28999999', NULL, 1652957329),
(93914, '3298', '135.00', '7', '10.001', '15', '88000000', '88469999', '26601000', '28999999', NULL, 1652957330),
(93915, '3220', '283.00', '4', '10.001', '15', '88000000', '88469999', '26601000', '28999999', NULL, 1652957331),
(93916, '3298', '186.00', '7', '15.001', '20', '88000000', '88469999', '26601000', '28999999', NULL, 1652957332),
(93917, '3220', '392.00', '4', '15.001', '20', '88000000', '88469999', '26601000', '28999999', NULL, 1652957332),
(93918, '3298', '238.00', '7', '20.001', '25', '88000000', '88469999', '26601000', '28999999', NULL, 1652957333),
(93919, '3220', '500.00', '4', '20.001', '25', '88000000', '88469999', '26601000', '28999999', NULL, 1652957333),
(93920, '3298', '290.00', '7', '25.001', '30', '88000000', '88469999', '26601000', '28999999', NULL, 1652957334),
(93921, '3220', '609.00', '4', '25.001', '30', '88000000', '88469999', '26601000', '28999999', NULL, 1652957335),
(93922, '3298', '38.00', '6', '0.3', '5', '88000000', '88469999', '29000000', '29099999', NULL, 1652957335),
(93923, '3220', '113.00', '2', '0.3', '5', '88000000', '88469999', '29000000', '29099999', NULL, 1652957336),
(93924, '3298', '58.00', '6', '5.001', '10', '88000000', '88469999', '29000000', '29099999', NULL, 1652957336),
(93925, '3220', '176.00', '2', '5.001', '10', '88000000', '88469999', '29000000', '29099999', NULL, 1652957337),
(93926, '3298', '94.00', '6', '10.001', '15', '88000000', '88469999', '29000000', '29099999', NULL, 1652957337),
(93927, '3220', '286.00', '2', '10.001', '15', '88000000', '88469999', '29000000', '29099999', NULL, 1652957338),
(93928, '3298', '130.00', '6', '15.001', '20', '88000000', '88469999', '29000000', '29099999', NULL, 1652957339),
(93929, '3220', '396.00', '2', '15.001', '20', '88000000', '88469999', '29000000', '29099999', NULL, 1652957339),
(93930, '3298', '166.00', '6', '20.001', '25', '88000000', '88469999', '29000000', '29099999', NULL, 1652957340),
(93931, '3220', '505.00', '2', '20.001', '25', '88000000', '88469999', '29000000', '29099999', NULL, 1652957341),
(93932, '3298', '202.00', '6', '25.001', '30', '88000000', '88469999', '29000000', '29099999', NULL, 1652957341),
(93933, '3220', '615.00', '2', '25.001', '30', '88000000', '88469999', '29000000', '29099999', NULL, 1652957342),
(93934, '3298', '70.00', '8', '0.3', '5', '88000000', '88469999', '29100000', '29999999', NULL, 1652957342),
(93935, '3220', '157.00', '5', '0.3', '5', '88000000', '88469999', '29100000', '29999999', NULL, 1652957343),
(93936, '3298', '106.00', '8', '5.001', '10', '88000000', '88469999', '29100000', '29999999', NULL, 1652957344),
(93937, '3220', '226.00', '5', '5.001', '10', '88000000', '88469999', '29100000', '29999999', NULL, 1652957344),
(93938, '3298', '172.00', '8', '10.001', '15', '88000000', '88469999', '29100000', '29999999', NULL, 1652957345),
(93939, '3220', '367.00', '5', '10.001', '15', '88000000', '88469999', '29100000', '29999999', NULL, 1652957346),
(93940, '3298', '239.00', '8', '15.001', '20', '88000000', '88469999', '29100000', '29999999', NULL, 1652957346),
(93941, '3220', '508.00', '5', '15.001', '20', '88000000', '88469999', '29100000', '29999999', NULL, 1652957347),
(93942, '3298', '305.00', '8', '20.001', '25', '88000000', '88469999', '29100000', '29999999', NULL, 1652957347),
(93943, '3220', '649.00', '5', '20.001', '25', '88000000', '88469999', '29100000', '29999999', NULL, 1652957348),
(93944, '3298', '371.00', '8', '25.001', '30', '88000000', '88469999', '29100000', '29999999', NULL, 1652957349),
(93945, '3220', '789.00', '5', '25.001', '30', '88000000', '88469999', '29100000', '29999999', NULL, 1652957349),
(93946, '3298', '34.00', '5', '0.3', '5', '88000000', '88469999', '30000000', '31999999', NULL, 1652957350),
(93947, '3220', '80.00', '1', '0.3', '5', '88000000', '88469999', '30000000', '31999999', NULL, 1652957351),
(93948, '3298', '50.00', '5', '5.001', '10', '88000000', '88469999', '30000000', '31999999', NULL, 1652957351),
(93949, '3220', '125.00', '1', '5.001', '10', '88000000', '88469999', '30000000', '31999999', NULL, 1652957352),
(93950, '3298', '82.00', '5', '10.001', '15', '88000000', '88469999', '30000000', '31999999', NULL, 1652957352),
(93951, '3220', '203.00', '1', '10.001', '15', '88000000', '88469999', '30000000', '31999999', NULL, 1652957353),
(93952, '3298', '113.00', '5', '15.001', '20', '88000000', '88469999', '30000000', '31999999', NULL, 1652957354),
(93953, '3220', '281.00', '1', '15.001', '20', '88000000', '88469999', '30000000', '31999999', NULL, 1652957354),
(93954, '3298', '145.00', '5', '20.001', '25', '88000000', '88469999', '30000000', '31999999', NULL, 1652957355),
(93955, '3220', '359.00', '1', '20.001', '25', '88000000', '88469999', '30000000', '31999999', NULL, 1652957355),
(93956, '3298', '176.00', '5', '25.001', '30', '88000000', '88469999', '30000000', '31999999', NULL, 1652957356),
(93957, '3220', '437.00', '1', '25.001', '30', '88000000', '88469999', '30000000', '31999999', NULL, 1652957356),
(93958, '3298', '34.00', '5', '0.3', '5', '88000000', '88469999', '30000000', '34999999', NULL, 1652957357),
(93959, '3220', '80.00', '1', '0.3', '5', '88000000', '88469999', '30000000', '34999999', NULL, 1652957357),
(93960, '3298', '50.00', '5', '5.001', '10', '88000000', '88469999', '30000000', '34999999', NULL, 1652957358),
(93961, '3220', '125.00', '1', '5.001', '10', '88000000', '88469999', '30000000', '34999999', NULL, 1652957358),
(93962, '3298', '82.00', '5', '10.001', '15', '88000000', '88469999', '30000000', '34999999', NULL, 1652957359),
(93963, '3220', '203.00', '1', '10.001', '15', '88000000', '88469999', '30000000', '34999999', NULL, 1652957360),
(93964, '3298', '113.00', '5', '15.001', '20', '88000000', '88469999', '30000000', '34999999', NULL, 1652957361),
(93965, '3220', '281.00', '1', '15.001', '20', '88000000', '88469999', '30000000', '34999999', NULL, 1652957361),
(93966, '3298', '145.00', '5', '20.001', '25', '88000000', '88469999', '30000000', '34999999', NULL, 1652957362),
(93967, '3220', '359.00', '1', '20.001', '25', '88000000', '88469999', '30000000', '34999999', NULL, 1652957362),
(93968, '3298', '176.00', '5', '25.001', '30', '88000000', '88469999', '30000000', '34999999', NULL, 1652957363),
(93969, '3220', '437.00', '1', '25.001', '30', '88000000', '88469999', '30000000', '34999999', NULL, 1652957364),
(93970, '3298', '50.00', '8', '0.3', '5', '88000000', '88469999', '35000000', '39999999', NULL, 1652957364),
(93971, '3220', '124.00', '4', '0.3', '5', '88000000', '88469999', '35000000', '39999999', NULL, 1652957365),
(93972, '3298', '83.00', '8', '5.001', '10', '88000000', '88469999', '35000000', '39999999', NULL, 1652957365),
(93973, '3220', '175.00', '4', '5.001', '10', '88000000', '88469999', '35000000', '39999999', NULL, 1652957366),
(93974, '3298', '135.00', '8', '10.001', '15', '88000000', '88469999', '35000000', '39999999', NULL, 1652957367),
(93975, '3220', '283.00', '4', '10.001', '15', '88000000', '88469999', '35000000', '39999999', NULL, 1652957367),
(93976, '3298', '186.00', '8', '15.001', '20', '88000000', '88469999', '35000000', '39999999', NULL, 1652957368),
(93977, '3220', '392.00', '4', '15.001', '20', '88000000', '88469999', '35000000', '39999999', NULL, 1652957368),
(93978, '3298', '238.00', '8', '20.001', '25', '88000000', '88469999', '35000000', '39999999', NULL, 1652957369),
(93979, '3220', '500.00', '4', '20.001', '25', '88000000', '88469999', '35000000', '39999999', NULL, 1652957369),
(93980, '3298', '290.00', '8', '25.001', '30', '88000000', '88469999', '35000000', '39999999', NULL, 1652957370),
(93981, '3220', '609.00', '4', '25.001', '30', '88000000', '88469999', '35000000', '39999999', NULL, 1652957370),
(93982, '3298', '45.00', '6', '0.3', '5', '88000000', '88469999', '40000000', '41999999', NULL, 1652957371),
(93983, '3220', '137.00', '2', '0.3', '5', '88000000', '88469999', '40000000', '41999999', NULL, 1652957372),
(93984, '3298', '71.00', '6', '5.001', '10', '88000000', '88469999', '40000000', '41999999', NULL, 1652957372),
(93985, '3220', '214.00', '2', '5.001', '10', '88000000', '88469999', '40000000', '41999999', NULL, 1652957373),
(93986, '3298', '116.00', '6', '10.001', '15', '88000000', '88469999', '40000000', '41999999', NULL, 1652957373),
(93987, '3220', '346.00', '2', '10.001', '15', '88000000', '88469999', '40000000', '41999999', NULL, 1652957374),
(93988, '3298', '160.00', '6', '15.001', '20', '88000000', '88469999', '40000000', '41999999', NULL, 1652957374),
(93989, '3220', '479.00', '2', '15.001', '20', '88000000', '88469999', '40000000', '41999999', NULL, 1652957375),
(93990, '3298', '205.00', '6', '20.001', '25', '88000000', '88469999', '40000000', '41999999', NULL, 1652957375),
(93991, '3220', '612.00', '2', '20.001', '25', '88000000', '88469999', '40000000', '41999999', NULL, 1652957376),
(93992, '3298', '249.00', '6', '25.001', '30', '88000000', '88469999', '40000000', '41999999', NULL, 1652957377),
(93993, '3220', '744.00', '2', '25.001', '30', '88000000', '88469999', '40000000', '41999999', NULL, 1652957377),
(93994, '3298', '45.00', '6', '0.3', '5', '88000000', '88469999', '40000000', '44470999', NULL, 1652957378),
(93995, '3220', '137.00', '2', '0.3', '5', '88000000', '88469999', '40000000', '44470999', NULL, 1652957379),
(93996, '3298', '71.00', '6', '5.001', '10', '88000000', '88469999', '40000000', '44470999', NULL, 1652957379),
(93997, '3220', '214.00', '2', '5.001', '10', '88000000', '88469999', '40000000', '44470999', NULL, 1652957380),
(93998, '3298', '116.00', '6', '10.001', '15', '88000000', '88469999', '40000000', '44470999', NULL, 1652957380),
(93999, '3220', '346.00', '2', '10.001', '15', '88000000', '88469999', '40000000', '44470999', NULL, 1652957381),
(94000, '3298', '160.00', '6', '15.001', '20', '88000000', '88469999', '40000000', '44470999', NULL, 1652957382),
(94001, '3220', '479.00', '2', '15.001', '20', '88000000', '88469999', '40000000', '44470999', NULL, 1652957382),
(94002, '3298', '205.00', '6', '20.001', '25', '88000000', '88469999', '40000000', '44470999', NULL, 1652957383),
(94003, '3220', '612.00', '2', '20.001', '25', '88000000', '88469999', '40000000', '44470999', NULL, 1652957383),
(94004, '3298', '249.00', '6', '25.001', '30', '88000000', '88469999', '40000000', '44470999', NULL, 1652957384),
(94005, '3220', '744.00', '2', '25.001', '30', '88000000', '88469999', '40000000', '44470999', NULL, 1652957384),
(94006, '3298', '78.00', '6', '0.3', '5', '88000000', '88469999', '44471000', '48999999', NULL, 1652957385),
(94007, '3220', '154.00', '2', '0.3', '5', '88000000', '88469999', '44471000', '48999999', NULL, 1652957386),
(94008, '3298', '114.00', '6', '5.001', '10', '88000000', '88469999', '44471000', '48999999', NULL, 1652957386),
(94009, '3220', '223.00', '2', '5.001', '10', '88000000', '88469999', '44471000', '48999999', NULL, 1652957387),
(94010, '3298', '185.00', '6', '10.001', '15', '88000000', '88469999', '44471000', '48999999', NULL, 1652957387),
(94011, '3220', '361.00', '2', '10.001', '15', '88000000', '88469999', '44471000', '48999999', NULL, 1652957388),
(94012, '3298', '256.00', '6', '15.001', '20', '88000000', '88469999', '44471000', '48999999', NULL, 1652957388),
(94013, '3220', '500.00', '2', '15.001', '20', '88000000', '88469999', '44471000', '48999999', NULL, 1652957389),
(94014, '3298', '327.00', '6', '20.001', '25', '88000000', '88469999', '44471000', '48999999', NULL, 1652957389),
(94015, '3220', '638.00', '2', '20.001', '25', '88000000', '88469999', '44471000', '48999999', NULL, 1652957390),
(94016, '3298', '398.00', '6', '25.001', '30', '88000000', '88469999', '44471000', '48999999', NULL, 1652957390),
(94017, '3220', '777.00', '2', '25.001', '30', '88000000', '88469999', '44471000', '48999999', NULL, 1652957391),
(94018, '3298', '45.00', '8', '0.3', '5', '88000000', '88469999', '49000000', '49099999', NULL, 1652957392),
(94019, '3220', '137.00', '2', '0.3', '5', '88000000', '88469999', '49000000', '49099999', NULL, 1652957392),
(94020, '3298', '71.00', '8', '5.001', '10', '88000000', '88469999', '49000000', '49099999', NULL, 1652957393),
(94021, '3220', '214.00', '2', '5.001', '10', '88000000', '88469999', '49000000', '49099999', NULL, 1652957393),
(94022, '3298', '116.00', '8', '10.001', '15', '88000000', '88469999', '49000000', '49099999', NULL, 1652957394),
(94023, '3220', '346.00', '2', '10.001', '15', '88000000', '88469999', '49000000', '49099999', NULL, 1652957394),
(94024, '3298', '160.00', '8', '15.001', '20', '88000000', '88469999', '49000000', '49099999', NULL, 1652957395),
(94025, '3220', '479.00', '2', '15.001', '20', '88000000', '88469999', '49000000', '49099999', NULL, 1652957396),
(94026, '3298', '205.00', '8', '20.001', '25', '88000000', '88469999', '49000000', '49099999', NULL, 1652957397),
(94027, '3220', '612.00', '2', '20.001', '25', '88000000', '88469999', '49000000', '49099999', NULL, 1652957397),
(94028, '3298', '249.00', '8', '25.001', '30', '88000000', '88469999', '49000000', '49099999', NULL, 1652957398),
(94029, '3220', '744.00', '2', '25.001', '30', '88000000', '88469999', '49000000', '49099999', NULL, 1652957399),
(94030, '3298', '90.00', '11', '0.3', '5', '88000000', '88469999', '49100000', '49999999', NULL, 1652957399),
(94031, '3220', '183.00', '5', '0.3', '5', '88000000', '88469999', '49100000', '49999999', NULL, 1652957400),
(94032, '3298', '133.00', '11', '5.001', '10', '88000000', '88469999', '49100000', '49999999', NULL, 1652957400),
(94033, '3220', '266.00', '5', '5.001', '10', '88000000', '88469999', '49100000', '49999999', NULL, 1652957401),
(94034, '3298', '215.00', '11', '10.001', '15', '88000000', '88469999', '49100000', '49999999', NULL, 1652957402),
(94035, '3220', '430.00', '5', '10.001', '15', '88000000', '88469999', '49100000', '49999999', NULL, 1652957402),
(94036, '3298', '298.00', '11', '15.001', '20', '88000000', '88469999', '49100000', '49999999', NULL, 1652957403),
(94037, '3220', '595.00', '5', '15.001', '20', '88000000', '88469999', '49100000', '49999999', NULL, 1652957403),
(94038, '3298', '380.00', '11', '20.001', '25', '88000000', '88469999', '49100000', '49999999', NULL, 1652957404),
(94039, '3220', '760.00', '5', '20.001', '25', '88000000', '88469999', '49100000', '49999999', NULL, 1652957404),
(94040, '3298', '463.00', '11', '25.001', '30', '88000000', '88469999', '49100000', '49999999', NULL, 1652957405),
(94041, '3220', '925.00', '5', '25.001', '30', '88000000', '88469999', '49100000', '49999999', NULL, 1652957406),
(94042, '3298', '45.00', '6', '0.3', '5', '88000000', '88469999', '50000000', '52999999', NULL, 1652957406),
(94043, '3220', '137.00', '2', '0.3', '5', '88000000', '88469999', '50000000', '52999999', NULL, 1652957407),
(94044, '3298', '71.00', '6', '5.001', '10', '88000000', '88469999', '50000000', '52999999', NULL, 1652957407),
(94045, '3220', '214.00', '2', '5.001', '10', '88000000', '88469999', '50000000', '52999999', NULL, 1652957408),
(94046, '3298', '116.00', '6', '10.001', '15', '88000000', '88469999', '50000000', '52999999', NULL, 1652957409),
(94047, '3220', '346.00', '2', '10.001', '15', '88000000', '88469999', '50000000', '52999999', NULL, 1652957409);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(94048, '3298', '160.00', '6', '15.001', '20', '88000000', '88469999', '50000000', '52999999', NULL, 1652957410),
(94049, '3220', '479.00', '2', '15.001', '20', '88000000', '88469999', '50000000', '52999999', NULL, 1652957410),
(94050, '3298', '205.00', '6', '20.001', '25', '88000000', '88469999', '50000000', '52999999', NULL, 1652957411),
(94051, '3220', '612.00', '2', '20.001', '25', '88000000', '88469999', '50000000', '52999999', NULL, 1652957411),
(94052, '3298', '249.00', '6', '25.001', '30', '88000000', '88469999', '50000000', '52999999', NULL, 1652957412),
(94053, '3220', '744.00', '2', '25.001', '30', '88000000', '88469999', '50000000', '52999999', NULL, 1652957413),
(94054, '3298', '45.00', '6', '0.3', '5', '88000000', '88469999', '50000000', '54999999', NULL, 1652957413),
(94055, '3220', '137.00', '2', '0.3', '5', '88000000', '88469999', '50000000', '54999999', NULL, 1652957414),
(94056, '3298', '71.00', '6', '5.001', '10', '88000000', '88469999', '50000000', '54999999', NULL, 1652957414),
(94057, '3220', '214.00', '2', '5.001', '10', '88000000', '88469999', '50000000', '54999999', NULL, 1652957415),
(94058, '3298', '116.00', '6', '10.001', '15', '88000000', '88469999', '50000000', '54999999', NULL, 1652957416),
(94059, '3220', '346.00', '2', '10.001', '15', '88000000', '88469999', '50000000', '54999999', NULL, 1652957416),
(94060, '3298', '160.00', '6', '15.001', '20', '88000000', '88469999', '50000000', '54999999', NULL, 1652957417),
(94061, '3220', '479.00', '2', '15.001', '20', '88000000', '88469999', '50000000', '54999999', NULL, 1652957417),
(94062, '3298', '205.00', '6', '20.001', '25', '88000000', '88469999', '50000000', '54999999', NULL, 1652957418),
(94063, '3220', '612.00', '2', '20.001', '25', '88000000', '88469999', '50000000', '54999999', NULL, 1652957418),
(94064, '3298', '249.00', '6', '25.001', '30', '88000000', '88469999', '50000000', '54999999', NULL, 1652957419),
(94065, '3220', '744.00', '2', '25.001', '30', '88000000', '88469999', '50000000', '54999999', NULL, 1652957420),
(94066, '3298', '90.00', '11', '0.3', '5', '88000000', '88469999', '55000000', '56999999', NULL, 1652957420),
(94067, '3220', '183.00', '6', '0.3', '5', '88000000', '88469999', '55000000', '56999999', NULL, 1652957421),
(94068, '3298', '133.00', '11', '5.001', '10', '88000000', '88469999', '55000000', '56999999', NULL, 1652957421),
(94069, '3220', '266.00', '6', '5.001', '10', '88000000', '88469999', '55000000', '56999999', NULL, 1652957422),
(94070, '3298', '215.00', '11', '10.001', '15', '88000000', '88469999', '55000000', '56999999', NULL, 1652957423),
(94071, '3220', '430.00', '6', '10.001', '15', '88000000', '88469999', '55000000', '56999999', NULL, 1652957423),
(94072, '3298', '298.00', '11', '15.001', '20', '88000000', '88469999', '55000000', '56999999', NULL, 1652957424),
(94073, '3220', '595.00', '6', '15.001', '20', '88000000', '88469999', '55000000', '56999999', NULL, 1652957424),
(94074, '3298', '380.00', '11', '20.001', '25', '88000000', '88469999', '55000000', '56999999', NULL, 1652957425),
(94075, '3220', '760.00', '6', '20.001', '25', '88000000', '88469999', '55000000', '56999999', NULL, 1652957426),
(94076, '3298', '463.00', '11', '25.001', '30', '88000000', '88469999', '55000000', '56999999', NULL, 1652957426),
(94077, '3220', '925.00', '6', '25.001', '30', '88000000', '88469999', '55000000', '56999999', NULL, 1652957427),
(94078, '3298', '45.00', '8', '0.3', '5', '88000000', '88469999', '57000000', '57099999', NULL, 1652957427),
(94079, '3220', '137.00', '2', '0.3', '5', '88000000', '88469999', '57000000', '57099999', NULL, 1652957428),
(94080, '3298', '71.00', '8', '5.001', '10', '88000000', '88469999', '57000000', '57099999', NULL, 1652957429),
(94081, '3220', '214.00', '2', '5.001', '10', '88000000', '88469999', '57000000', '57099999', NULL, 1652957429),
(94082, '3298', '116.00', '8', '10.001', '15', '88000000', '88469999', '57000000', '57099999', NULL, 1652957430),
(94083, '3220', '346.00', '2', '10.001', '15', '88000000', '88469999', '57000000', '57099999', NULL, 1652957430),
(94084, '3298', '160.00', '8', '15.001', '20', '88000000', '88469999', '57000000', '57099999', NULL, 1652957431),
(94085, '3220', '479.00', '2', '15.001', '20', '88000000', '88469999', '57000000', '57099999', NULL, 1652957432),
(94086, '3298', '205.00', '8', '20.001', '25', '88000000', '88469999', '57000000', '57099999', NULL, 1652957432),
(94087, '3220', '612.00', '2', '20.001', '25', '88000000', '88469999', '57000000', '57099999', NULL, 1652957433),
(94088, '3298', '249.00', '8', '25.001', '30', '88000000', '88469999', '57000000', '57099999', NULL, 1652957434),
(94089, '3220', '744.00', '2', '25.001', '30', '88000000', '88469999', '57000000', '57099999', NULL, 1652957434),
(94090, '3298', '45.00', '10', '0.3', '5', '88000000', '88469999', '57100000', '57999999', NULL, 1652957435),
(94091, '3220', '137.00', '5', '0.3', '5', '88000000', '88469999', '57100000', '57999999', NULL, 1652957435),
(94092, '3298', '71.00', '10', '5.001', '10', '88000000', '88469999', '57100000', '57999999', NULL, 1652957436),
(94093, '3220', '214.00', '5', '5.001', '10', '88000000', '88469999', '57100000', '57999999', NULL, 1652957436),
(94094, '3298', '116.00', '10', '10.001', '15', '88000000', '88469999', '57100000', '57999999', NULL, 1652957437),
(94095, '3220', '346.00', '5', '10.001', '15', '88000000', '88469999', '57100000', '57999999', NULL, 1652957438),
(94096, '3298', '160.00', '10', '15.001', '20', '88000000', '88469999', '57100000', '57999999', NULL, 1652957438),
(94097, '3220', '479.00', '5', '15.001', '20', '88000000', '88469999', '57100000', '57999999', NULL, 1652957439),
(94098, '3298', '205.00', '10', '20.001', '25', '88000000', '88469999', '57100000', '57999999', NULL, 1652957439),
(94099, '3220', '612.00', '5', '20.001', '25', '88000000', '88469999', '57100000', '57999999', NULL, 1652957440),
(94100, '3298', '249.00', '10', '25.001', '30', '88000000', '88469999', '57100000', '57999999', NULL, 1652957440),
(94101, '3220', '744.00', '5', '25.001', '30', '88000000', '88469999', '57100000', '57999999', NULL, 1652957441),
(94102, '3298', '45.00', '8', '0.3', '5', '88000000', '88469999', '58000000', '58099999', NULL, 1652957442),
(94103, '3220', '137.00', '3', '0.3', '5', '88000000', '88469999', '58000000', '58099999', NULL, 1652957442),
(94104, '3298', '71.00', '8', '5.001', '10', '88000000', '88469999', '58000000', '58099999', NULL, 1652957443),
(94105, '3220', '214.00', '3', '5.001', '10', '88000000', '88469999', '58000000', '58099999', NULL, 1652957443),
(94106, '3298', '116.00', '8', '10.001', '15', '88000000', '88469999', '58000000', '58099999', NULL, 1652957444),
(94107, '3220', '346.00', '3', '10.001', '15', '88000000', '88469999', '58000000', '58099999', NULL, 1652957445),
(94108, '3298', '160.00', '8', '15.001', '20', '88000000', '88469999', '58000000', '58099999', NULL, 1652957445),
(94109, '3220', '479.00', '3', '15.001', '20', '88000000', '88469999', '58000000', '58099999', NULL, 1652957446),
(94110, '3298', '205.00', '8', '20.001', '25', '88000000', '88469999', '58000000', '58099999', NULL, 1652957447),
(94111, '3220', '612.00', '3', '20.001', '25', '88000000', '88469999', '58000000', '58099999', NULL, 1652957447),
(94112, '3298', '249.00', '8', '25.001', '30', '88000000', '88469999', '58000000', '58099999', NULL, 1652957448),
(94113, '3220', '744.00', '3', '25.001', '30', '88000000', '88469999', '58000000', '58099999', NULL, 1652957448),
(94114, '3298', '90.00', '13', '0.3', '5', '88000000', '88469999', '58100000', '58999999', NULL, 1652957448),
(94115, '3220', '183.00', '8', '0.3', '5', '88000000', '88469999', '58100000', '58999999', NULL, 1652957449),
(94116, '3298', '133.00', '13', '5.001', '10', '88000000', '88469999', '58100000', '58999999', NULL, 1652957450),
(94117, '3220', '266.00', '8', '5.001', '10', '88000000', '88469999', '58100000', '58999999', NULL, 1652957450),
(94118, '3298', '215.00', '13', '10.001', '15', '88000000', '88469999', '58100000', '58999999', NULL, 1652957451),
(94119, '3220', '430.00', '8', '10.001', '15', '88000000', '88469999', '58100000', '58999999', NULL, 1652957451),
(94120, '3298', '298.00', '13', '15.001', '20', '88000000', '88469999', '58100000', '58999999', NULL, 1652957452),
(94121, '3220', '595.00', '8', '15.001', '20', '88000000', '88469999', '58100000', '58999999', NULL, 1652957452),
(94122, '3298', '380.00', '13', '20.001', '25', '88000000', '88469999', '58100000', '58999999', NULL, 1652957453),
(94123, '3220', '760.00', '8', '20.001', '25', '88000000', '88469999', '58100000', '58999999', NULL, 1652957454),
(94124, '3298', '463.00', '13', '25.001', '30', '88000000', '88469999', '58100000', '58999999', NULL, 1652957454),
(94125, '3220', '925.00', '8', '25.001', '30', '88000000', '88469999', '58100000', '58999999', NULL, 1652957454),
(94126, '3298', '45.00', '8', '0.3', '5', '88000000', '88469999', '59000000', '59099999', NULL, 1652957455),
(94127, '3220', '137.00', '2', '0.3', '5', '88000000', '88469999', '59000000', '59099999', NULL, 1652957455),
(94128, '3298', '71.00', '8', '5.001', '10', '88000000', '88469999', '59000000', '59099999', NULL, 1652957456),
(94129, '3220', '214.00', '2', '5.001', '10', '88000000', '88469999', '59000000', '59099999', NULL, 1652957456),
(94130, '3298', '116.00', '8', '10.001', '15', '88000000', '88469999', '59000000', '59099999', NULL, 1652957457),
(94131, '3220', '346.00', '2', '10.001', '15', '88000000', '88469999', '59000000', '59099999', NULL, 1652957458),
(94132, '3298', '160.00', '8', '15.001', '20', '88000000', '88469999', '59000000', '59099999', NULL, 1652957458),
(94133, '3220', '479.00', '2', '15.001', '20', '88000000', '88469999', '59000000', '59099999', NULL, 1652957459),
(94134, '3298', '205.00', '8', '20.001', '25', '88000000', '88469999', '59000000', '59099999', NULL, 1652957459),
(94135, '3220', '612.00', '2', '20.001', '25', '88000000', '88469999', '59000000', '59099999', NULL, 1652957460),
(94136, '3298', '249.00', '8', '25.001', '30', '88000000', '88469999', '59000000', '59099999', NULL, 1652957460),
(94137, '3220', '744.00', '2', '25.001', '30', '88000000', '88469999', '59000000', '59099999', NULL, 1652957461),
(94138, '3298', '45.00', '8', '0.3', '5', '88000000', '88469999', '59100000', '59999999', NULL, 1652957462),
(94139, '3220', '137.00', '2', '0.3', '5', '88000000', '88469999', '59100000', '59999999', NULL, 1652957462),
(94140, '3298', '71.00', '8', '5.001', '10', '88000000', '88469999', '59100000', '59999999', NULL, 1652957463),
(94141, '3220', '214.00', '2', '5.001', '10', '88000000', '88469999', '59100000', '59999999', NULL, 1652957464),
(94142, '3298', '116.00', '8', '10.001', '15', '88000000', '88469999', '59100000', '59999999', NULL, 1652957464),
(94143, '3220', '346.00', '2', '10.001', '15', '88000000', '88469999', '59100000', '59999999', NULL, 1652957465),
(94144, '3298', '160.00', '8', '15.001', '20', '88000000', '88469999', '59100000', '59999999', NULL, 1652957465),
(94145, '3220', '479.00', '2', '15.001', '20', '88000000', '88469999', '59100000', '59999999', NULL, 1652957466),
(94146, '3298', '205.00', '8', '20.001', '25', '88000000', '88469999', '59100000', '59999999', NULL, 1652957466),
(94147, '3220', '612.00', '2', '20.001', '25', '88000000', '88469999', '59100000', '59999999', NULL, 1652957467),
(94148, '3298', '249.00', '8', '25.001', '30', '88000000', '88469999', '59100000', '59999999', NULL, 1652957468),
(94149, '3220', '744.00', '2', '25.001', '30', '88000000', '88469999', '59100000', '59999999', NULL, 1652957468),
(94150, '3298', '45.00', '8', '0.3', '5', '88000000', '88469999', '60000000', '60999999', NULL, 1652957469),
(94151, '3220', '137.00', '2', '0.3', '5', '88000000', '88469999', '60000000', '60999999', NULL, 1652957469),
(94152, '3298', '71.00', '8', '5.001', '10', '88000000', '88469999', '60000000', '60999999', NULL, 1652957470),
(94153, '3220', '214.00', '2', '5.001', '10', '88000000', '88469999', '60000000', '60999999', NULL, 1652957471),
(94154, '3298', '116.00', '8', '10.001', '15', '88000000', '88469999', '60000000', '60999999', NULL, 1652957471),
(94155, '3220', '346.00', '2', '10.001', '15', '88000000', '88469999', '60000000', '60999999', NULL, 1652957472),
(94156, '3298', '160.00', '8', '15.001', '20', '88000000', '88469999', '60000000', '60999999', NULL, 1652957472),
(94157, '3220', '479.00', '2', '15.001', '20', '88000000', '88469999', '60000000', '60999999', NULL, 1652957472),
(94158, '3298', '205.00', '8', '20.001', '25', '88000000', '88469999', '60000000', '60999999', NULL, 1652957473),
(94159, '3220', '612.00', '2', '20.001', '25', '88000000', '88469999', '60000000', '60999999', NULL, 1652957474),
(94160, '3298', '249.00', '8', '25.001', '30', '88000000', '88469999', '60000000', '60999999', NULL, 1652957474),
(94161, '3220', '744.00', '2', '25.001', '30', '88000000', '88469999', '60000000', '60999999', NULL, 1652957475),
(94162, '3298', '45.00', '8', '0.3', '5', '88000000', '88469999', '60000000', '61900999', NULL, 1652957476),
(94163, '3220', '137.00', '2', '0.3', '5', '88000000', '88469999', '60000000', '61900999', NULL, 1652957476),
(94164, '3298', '71.00', '8', '5.001', '10', '88000000', '88469999', '60000000', '61900999', NULL, 1652957477),
(94165, '3220', '214.00', '2', '5.001', '10', '88000000', '88469999', '60000000', '61900999', NULL, 1652957477),
(94166, '3298', '116.00', '8', '10.001', '15', '88000000', '88469999', '60000000', '61900999', NULL, 1652957478),
(94167, '3220', '346.00', '2', '10.001', '15', '88000000', '88469999', '60000000', '61900999', NULL, 1652957478),
(94168, '3298', '160.00', '8', '15.001', '20', '88000000', '88469999', '60000000', '61900999', NULL, 1652957479),
(94169, '3220', '479.00', '2', '15.001', '20', '88000000', '88469999', '60000000', '61900999', NULL, 1652957479),
(94170, '3298', '205.00', '8', '20.001', '25', '88000000', '88469999', '60000000', '61900999', NULL, 1652957480),
(94171, '3220', '612.00', '2', '20.001', '25', '88000000', '88469999', '60000000', '61900999', NULL, 1652957481),
(94172, '3298', '249.00', '8', '25.001', '30', '88000000', '88469999', '60000000', '61900999', NULL, 1652957481),
(94173, '3220', '744.00', '2', '25.001', '30', '88000000', '88469999', '60000000', '61900999', NULL, 1652957481),
(94174, '3298', '90.00', '12', '0.3', '5', '88000000', '88469999', '61901000', '63999999', NULL, 1652957482),
(94175, '3220', '183.00', '7', '0.3', '5', '88000000', '88469999', '61901000', '63999999', NULL, 1652957482),
(94176, '3298', '133.00', '12', '5.001', '10', '88000000', '88469999', '61901000', '63999999', NULL, 1652957483),
(94177, '3220', '266.00', '7', '5.001', '10', '88000000', '88469999', '61901000', '63999999', NULL, 1652957484),
(94178, '3298', '215.00', '12', '10.001', '15', '88000000', '88469999', '61901000', '63999999', NULL, 1652957484),
(94179, '3220', '430.00', '7', '10.001', '15', '88000000', '88469999', '61901000', '63999999', NULL, 1652957485),
(94180, '3298', '298.00', '12', '15.001', '20', '88000000', '88469999', '61901000', '63999999', NULL, 1652957486),
(94181, '3220', '595.00', '7', '15.001', '20', '88000000', '88469999', '61901000', '63999999', NULL, 1652957486),
(94182, '3298', '380.00', '12', '20.001', '25', '88000000', '88469999', '61901000', '63999999', NULL, 1652957487),
(94183, '3220', '760.00', '7', '20.001', '25', '88000000', '88469999', '61901000', '63999999', NULL, 1652957487),
(94184, '3298', '463.00', '12', '25.001', '30', '88000000', '88469999', '61901000', '63999999', NULL, 1652957488),
(94185, '3220', '925.00', '7', '25.001', '30', '88000000', '88469999', '61901000', '63999999', NULL, 1652957489),
(94186, '3298', '45.00', '8', '0.3', '5', '88000000', '88469999', '64000000', '64099999', NULL, 1652957489),
(94187, '3220', '137.00', '4', '0.3', '5', '88000000', '88469999', '64000000', '64099999', NULL, 1652957490),
(94188, '3298', '71.00', '8', '5.001', '10', '88000000', '88469999', '64000000', '64099999', NULL, 1652957490),
(94189, '3220', '214.00', '4', '5.001', '10', '88000000', '88469999', '64000000', '64099999', NULL, 1652957491),
(94190, '3298', '116.00', '8', '10.001', '15', '88000000', '88469999', '64000000', '64099999', NULL, 1652957492),
(94191, '3220', '346.00', '4', '10.001', '15', '88000000', '88469999', '64000000', '64099999', NULL, 1652957492),
(94192, '3298', '160.00', '8', '15.001', '20', '88000000', '88469999', '64000000', '64099999', NULL, 1652957493),
(94193, '3220', '479.00', '4', '15.001', '20', '88000000', '88469999', '64000000', '64099999', NULL, 1652957493),
(94194, '3298', '205.00', '8', '20.001', '25', '88000000', '88469999', '64000000', '64099999', NULL, 1652957494),
(94195, '3220', '612.00', '4', '20.001', '25', '88000000', '88469999', '64000000', '64099999', NULL, 1652957494),
(94196, '3298', '249.00', '8', '25.001', '30', '88000000', '88469999', '64000000', '64099999', NULL, 1652957495),
(94197, '3220', '744.00', '4', '25.001', '30', '88000000', '88469999', '64000000', '64099999', NULL, 1652957495),
(94198, '3298', '90.00', '11', '0.3', '5', '88000000', '88469999', '64100000', '64999999', NULL, 1652957496),
(94199, '3220', '183.00', '8', '0.3', '5', '88000000', '88469999', '64100000', '64999999', NULL, 1652957497),
(94200, '3298', '133.00', '11', '5.001', '10', '88000000', '88469999', '64100000', '64999999', NULL, 1652957497),
(94201, '3220', '266.00', '8', '5.001', '10', '88000000', '88469999', '64100000', '64999999', NULL, 1652957497),
(94202, '3298', '215.00', '11', '10.001', '15', '88000000', '88469999', '64100000', '64999999', NULL, 1652957498),
(94203, '3220', '430.00', '8', '10.001', '15', '88000000', '88469999', '64100000', '64999999', NULL, 1652957499),
(94204, '3298', '298.00', '11', '15.001', '20', '88000000', '88469999', '64100000', '64999999', NULL, 1652957499),
(94205, '3220', '595.00', '8', '15.001', '20', '88000000', '88469999', '64100000', '64999999', NULL, 1652957499),
(94206, '3298', '380.00', '11', '20.001', '25', '88000000', '88469999', '64100000', '64999999', NULL, 1652957500),
(94207, '3220', '760.00', '8', '20.001', '25', '88000000', '88469999', '64100000', '64999999', NULL, 1652957500),
(94208, '3298', '463.00', '11', '25.001', '30', '88000000', '88469999', '64100000', '64999999', NULL, 1652957501),
(94209, '3220', '925.00', '8', '25.001', '30', '88000000', '88469999', '64100000', '64999999', NULL, 1652957502),
(94210, '3298', '45.00', '9', '0.3', '5', '88000000', '88469999', '65000000', '65099999', NULL, 1652957502),
(94211, '3220', '137.00', '5', '0.3', '5', '88000000', '88469999', '65000000', '65099999', NULL, 1652957503),
(94212, '3298', '71.00', '9', '5.001', '10', '88000000', '88469999', '65000000', '65099999', NULL, 1652957503),
(94213, '3220', '214.00', '5', '5.001', '10', '88000000', '88469999', '65000000', '65099999', NULL, 1652957504),
(94214, '3298', '116.00', '9', '10.001', '15', '88000000', '88469999', '65000000', '65099999', NULL, 1652957504),
(94215, '3220', '346.00', '5', '10.001', '15', '88000000', '88469999', '65000000', '65099999', NULL, 1652957505),
(94216, '3298', '160.00', '9', '15.001', '20', '88000000', '88469999', '65000000', '65099999', NULL, 1652957506),
(94217, '3220', '479.00', '5', '15.001', '20', '88000000', '88469999', '65000000', '65099999', NULL, 1652957506),
(94218, '3298', '205.00', '9', '20.001', '25', '88000000', '88469999', '65000000', '65099999', NULL, 1652957507),
(94219, '3220', '612.00', '5', '20.001', '25', '88000000', '88469999', '65000000', '65099999', NULL, 1652957507),
(94220, '3298', '249.00', '9', '25.001', '30', '88000000', '88469999', '65000000', '65099999', NULL, 1652957508),
(94221, '3220', '744.00', '5', '25.001', '30', '88000000', '88469999', '65000000', '65099999', NULL, 1652957508),
(94222, '3298', '90.00', '14', '0.3', '5', '88000000', '88469999', '65100000', '65999999', NULL, 1652957508),
(94223, '3220', '183.00', '10', '0.3', '5', '88000000', '88469999', '65100000', '65999999', NULL, 1652957509),
(94224, '3298', '133.00', '14', '5.001', '10', '88000000', '88469999', '65100000', '65999999', NULL, 1652957510),
(94225, '3220', '266.00', '10', '5.001', '10', '88000000', '88469999', '65100000', '65999999', NULL, 1652957510),
(94226, '3298', '215.00', '14', '10.001', '15', '88000000', '88469999', '65100000', '65999999', NULL, 1652957511),
(94227, '3220', '430.00', '10', '10.001', '15', '88000000', '88469999', '65100000', '65999999', NULL, 1652957511),
(94228, '3298', '298.00', '14', '15.001', '20', '88000000', '88469999', '65100000', '65999999', NULL, 1652957512),
(94229, '3220', '595.00', '10', '15.001', '20', '88000000', '88469999', '65100000', '65999999', NULL, 1652957512),
(94230, '3298', '380.00', '14', '20.001', '25', '88000000', '88469999', '65100000', '65999999', NULL, 1652957513),
(94231, '3220', '760.00', '10', '20.001', '25', '88000000', '88469999', '65100000', '65999999', NULL, 1652957513),
(94232, '3298', '463.00', '14', '25.001', '30', '88000000', '88469999', '65100000', '65999999', NULL, 1652957514),
(94233, '3220', '925.00', '10', '25.001', '30', '88000000', '88469999', '65100000', '65999999', NULL, 1652957515),
(94234, '3298', '45.00', '8', '0.3', '5', '88000000', '88469999', '66000000', '66999999', NULL, 1652957515),
(94235, '3220', '137.00', '4', '0.3', '5', '88000000', '88469999', '66000000', '66999999', NULL, 1652957516),
(94236, '3298', '71.00', '8', '5.001', '10', '88000000', '88469999', '66000000', '66999999', NULL, 1652957516),
(94237, '3220', '214.00', '4', '5.001', '10', '88000000', '88469999', '66000000', '66999999', NULL, 1652957517),
(94238, '3298', '116.00', '8', '10.001', '15', '88000000', '88469999', '66000000', '66999999', NULL, 1652957517),
(94239, '3220', '346.00', '4', '10.001', '15', '88000000', '88469999', '66000000', '66999999', NULL, 1652957518),
(94240, '3298', '160.00', '8', '15.001', '20', '88000000', '88469999', '66000000', '66999999', NULL, 1652957519),
(94241, '3220', '479.00', '4', '15.001', '20', '88000000', '88469999', '66000000', '66999999', NULL, 1652957519),
(94242, '3298', '205.00', '8', '20.001', '25', '88000000', '88469999', '66000000', '66999999', NULL, 1652957520),
(94243, '3220', '612.00', '4', '20.001', '25', '88000000', '88469999', '66000000', '66999999', NULL, 1652957520),
(94244, '3298', '249.00', '8', '25.001', '30', '88000000', '88469999', '66000000', '66999999', NULL, 1652957521),
(94245, '3220', '744.00', '4', '25.001', '30', '88000000', '88469999', '66000000', '66999999', NULL, 1652957522),
(94246, '3298', '45.00', '8', '0.3', '5', '88000000', '88469999', '66000000', '67999999', NULL, 1652957522),
(94247, '3220', '137.00', '4', '0.3', '5', '88000000', '88469999', '66000000', '67999999', NULL, 1652957523),
(94248, '3298', '71.00', '8', '5.001', '10', '88000000', '88469999', '66000000', '67999999', NULL, 1652957523),
(94249, '3220', '214.00', '4', '5.001', '10', '88000000', '88469999', '66000000', '67999999', NULL, 1652957524),
(94250, '3298', '116.00', '8', '10.001', '15', '88000000', '88469999', '66000000', '67999999', NULL, 1652957524),
(94251, '3220', '346.00', '4', '10.001', '15', '88000000', '88469999', '66000000', '67999999', NULL, 1652957525),
(94252, '3298', '160.00', '8', '15.001', '20', '88000000', '88469999', '66000000', '67999999', NULL, 1652957526),
(94253, '3220', '479.00', '4', '15.001', '20', '88000000', '88469999', '66000000', '67999999', NULL, 1652957526),
(94254, '3298', '205.00', '8', '20.001', '25', '88000000', '88469999', '66000000', '67999999', NULL, 1652957527),
(94255, '3220', '612.00', '4', '20.001', '25', '88000000', '88469999', '66000000', '67999999', NULL, 1652957528),
(94256, '3298', '249.00', '8', '25.001', '30', '88000000', '88469999', '66000000', '67999999', NULL, 1652957528),
(94257, '3220', '744.00', '4', '25.001', '30', '88000000', '88469999', '66000000', '67999999', NULL, 1652957529),
(94258, '3298', '90.00', '11', '0.3', '5', '88000000', '88469999', '68000000', '68899999', NULL, 1652957529),
(94259, '3220', '183.00', '8', '0.3', '5', '88000000', '88469999', '68000000', '68899999', NULL, 1652957530),
(94260, '3298', '133.00', '11', '5.001', '10', '88000000', '88469999', '68000000', '68899999', NULL, 1652957531),
(94261, '3220', '266.00', '8', '5.001', '10', '88000000', '88469999', '68000000', '68899999', NULL, 1652957531),
(94262, '3298', '215.00', '11', '10.001', '15', '88000000', '88469999', '68000000', '68899999', NULL, 1652957532),
(94263, '3220', '430.00', '8', '10.001', '15', '88000000', '88469999', '68000000', '68899999', NULL, 1652957532),
(94264, '3298', '298.00', '11', '15.001', '20', '88000000', '88469999', '68000000', '68899999', NULL, 1652957533),
(94265, '3220', '595.00', '8', '15.001', '20', '88000000', '88469999', '68000000', '68899999', NULL, 1652957533),
(94266, '3298', '380.00', '11', '20.001', '25', '88000000', '88469999', '68000000', '68899999', NULL, 1652957534),
(94267, '3220', '760.00', '8', '20.001', '25', '88000000', '88469999', '68000000', '68899999', NULL, 1652957534),
(94268, '3298', '463.00', '11', '25.001', '30', '88000000', '88469999', '68000000', '68899999', NULL, 1652957535),
(94269, '3220', '925.00', '8', '25.001', '30', '88000000', '88469999', '68000000', '68899999', NULL, 1652957536),
(94270, '3298', '45.00', '19', '0.3', '5', '88000000', '88469999', '68900000', '68914999', NULL, 1652957536),
(94271, '3220', '137.00', '11', '0.3', '5', '88000000', '88469999', '68900000', '68914999', NULL, 1652957537),
(94272, '3298', '71.00', '19', '5.001', '10', '88000000', '88469999', '68900000', '68914999', NULL, 1652957537),
(94273, '3220', '214.00', '11', '5.001', '10', '88000000', '88469999', '68900000', '68914999', NULL, 1652957538),
(94274, '3298', '116.00', '19', '10.001', '15', '88000000', '88469999', '68900000', '68914999', NULL, 1652957539),
(94275, '3220', '346.00', '11', '10.001', '15', '88000000', '88469999', '68900000', '68914999', NULL, 1652957539),
(94276, '3298', '160.00', '19', '15.001', '20', '88000000', '88469999', '68900000', '68914999', NULL, 1652957539),
(94277, '3220', '479.00', '11', '15.001', '20', '88000000', '88469999', '68900000', '68914999', NULL, 1652957540),
(94278, '3298', '205.00', '19', '20.001', '25', '88000000', '88469999', '68900000', '68914999', NULL, 1652957540),
(94279, '3220', '612.00', '11', '20.001', '25', '88000000', '88469999', '68900000', '68914999', NULL, 1652957541),
(94280, '3298', '249.00', '19', '25.001', '30', '88000000', '88469999', '68900000', '68914999', NULL, 1652957541),
(94281, '3220', '744.00', '11', '25.001', '30', '88000000', '88469999', '68900000', '68914999', NULL, 1652957542),
(94282, '3298', '90.00', '21', '0.3', '5', '88000000', '88469999', '68915000', '68999999', NULL, 1652957543),
(94283, '3220', '183.00', '13', '0.3', '5', '88000000', '88469999', '68915000', '68999999', NULL, 1652957543),
(94284, '3298', '133.00', '21', '5.001', '10', '88000000', '88469999', '68915000', '68999999', NULL, 1652957544),
(94285, '3220', '266.00', '13', '5.001', '10', '88000000', '88469999', '68915000', '68999999', NULL, 1652957544),
(94286, '3298', '215.00', '21', '10.001', '15', '88000000', '88469999', '68915000', '68999999', NULL, 1652957545),
(94287, '3220', '430.00', '13', '10.001', '15', '88000000', '88469999', '68915000', '68999999', NULL, 1652957545),
(94288, '3298', '298.00', '21', '15.001', '20', '88000000', '88469999', '68915000', '68999999', NULL, 1652957546),
(94289, '3220', '595.00', '13', '15.001', '20', '88000000', '88469999', '68915000', '68999999', NULL, 1652957546),
(94290, '3298', '380.00', '21', '20.001', '25', '88000000', '88469999', '68915000', '68999999', NULL, 1652957547),
(94291, '3220', '760.00', '13', '20.001', '25', '88000000', '88469999', '68915000', '68999999', NULL, 1652957548),
(94292, '3298', '463.00', '21', '25.001', '30', '88000000', '88469999', '68915000', '68999999', NULL, 1652957548),
(94293, '3220', '925.00', '13', '25.001', '30', '88000000', '88469999', '68915000', '68999999', NULL, 1652957549),
(94294, '3298', '45.00', '22', '0.3', '5', '88000000', '88469999', '69000000', '69099999', NULL, 1652957550),
(94295, '3220', '137.00', '3', '0.3', '5', '88000000', '88469999', '69000000', '69099999', NULL, 1652957550),
(94296, '3298', '71.00', '22', '5.001', '10', '88000000', '88469999', '69000000', '69099999', NULL, 1652957551),
(94297, '3220', '214.00', '3', '5.001', '10', '88000000', '88469999', '69000000', '69099999', NULL, 1652957551),
(94298, '3298', '116.00', '22', '10.001', '15', '88000000', '88469999', '69000000', '69099999', NULL, 1652957552),
(94299, '3220', '346.00', '3', '10.001', '15', '88000000', '88469999', '69000000', '69099999', NULL, 1652957552),
(94300, '3298', '160.00', '22', '15.001', '20', '88000000', '88469999', '69000000', '69099999', NULL, 1652957553),
(94301, '3220', '479.00', '3', '15.001', '20', '88000000', '88469999', '69000000', '69099999', NULL, 1652957553),
(94302, '3298', '205.00', '22', '20.001', '25', '88000000', '88469999', '69000000', '69099999', NULL, 1652957554),
(94303, '3220', '612.00', '3', '20.001', '25', '88000000', '88469999', '69000000', '69099999', NULL, 1652957555),
(94304, '3298', '249.00', '22', '25.001', '30', '88000000', '88469999', '69000000', '69099999', NULL, 1652957555),
(94305, '3220', '744.00', '3', '25.001', '30', '88000000', '88469999', '69000000', '69099999', NULL, 1652957556),
(94306, '3298', '90.00', '29', '0.3', '5', '88000000', '88469999', '69100000', '69299999', NULL, 1652957556),
(94307, '3220', '183.00', '6', '0.3', '5', '88000000', '88469999', '69100000', '69299999', NULL, 1652957557),
(94308, '3298', '133.00', '29', '5.001', '10', '88000000', '88469999', '69100000', '69299999', NULL, 1652957557),
(94309, '3220', '266.00', '6', '5.001', '10', '88000000', '88469999', '69100000', '69299999', NULL, 1652957558),
(94310, '3298', '215.00', '29', '10.001', '15', '88000000', '88469999', '69100000', '69299999', NULL, 1652957558),
(94311, '3220', '430.00', '6', '10.001', '15', '88000000', '88469999', '69100000', '69299999', NULL, 1652957559),
(94312, '3298', '298.00', '29', '15.001', '20', '88000000', '88469999', '69100000', '69299999', NULL, 1652957560),
(94313, '3220', '595.00', '6', '15.001', '20', '88000000', '88469999', '69100000', '69299999', NULL, 1652957560),
(94314, '3298', '380.00', '29', '20.001', '25', '88000000', '88469999', '69100000', '69299999', NULL, 1652957561),
(94315, '3220', '760.00', '6', '20.001', '25', '88000000', '88469999', '69100000', '69299999', NULL, 1652957562),
(94316, '3298', '463.00', '29', '25.001', '30', '88000000', '88469999', '69100000', '69299999', NULL, 1652957562),
(94317, '3220', '925.00', '6', '25.001', '30', '88000000', '88469999', '69100000', '69299999', NULL, 1652957563),
(94318, '3298', '45.00', '22', '0.3', '5', '88000000', '88469999', '69300000', '69339999', NULL, 1652957563),
(94319, '3220', '137.00', '3', '0.3', '5', '88000000', '88469999', '69300000', '69339999', NULL, 1652957564),
(94320, '3298', '71.00', '22', '5.001', '10', '88000000', '88469999', '69300000', '69339999', NULL, 1652957565),
(94321, '3220', '214.00', '3', '5.001', '10', '88000000', '88469999', '69300000', '69339999', NULL, 1652957565),
(94322, '3298', '116.00', '22', '10.001', '15', '88000000', '88469999', '69300000', '69339999', NULL, 1652957566),
(94323, '3220', '346.00', '3', '10.001', '15', '88000000', '88469999', '69300000', '69339999', NULL, 1652957567),
(94324, '3298', '160.00', '22', '15.001', '20', '88000000', '88469999', '69300000', '69339999', NULL, 1652957567),
(94325, '3220', '479.00', '3', '15.001', '20', '88000000', '88469999', '69300000', '69339999', NULL, 1652957568),
(94326, '3298', '205.00', '22', '20.001', '25', '88000000', '88469999', '69300000', '69339999', NULL, 1652957568),
(94327, '3220', '612.00', '3', '20.001', '25', '88000000', '88469999', '69300000', '69339999', NULL, 1652957569),
(94328, '3298', '249.00', '22', '25.001', '30', '88000000', '88469999', '69300000', '69339999', NULL, 1652957570),
(94329, '3220', '744.00', '3', '25.001', '30', '88000000', '88469999', '69300000', '69339999', NULL, 1652957570),
(94330, '3298', '90.00', '29', '0.3', '5', '88000000', '88469999', '69340000', '69389999', NULL, 1652957571),
(94331, '3220', '183.00', '10', '0.3', '5', '88000000', '88469999', '69340000', '69389999', NULL, 1652957571),
(94332, '3298', '133.00', '29', '5.001', '10', '88000000', '88469999', '69340000', '69389999', NULL, 1652957572),
(94333, '3220', '266.00', '10', '5.001', '10', '88000000', '88469999', '69340000', '69389999', NULL, 1652957572),
(94334, '3298', '215.00', '29', '10.001', '15', '88000000', '88469999', '69340000', '69389999', NULL, 1652957573),
(94335, '3220', '430.00', '10', '10.001', '15', '88000000', '88469999', '69340000', '69389999', NULL, 1652957573),
(94336, '3298', '298.00', '29', '15.001', '20', '88000000', '88469999', '69340000', '69389999', NULL, 1652957574),
(94337, '3220', '595.00', '10', '15.001', '20', '88000000', '88469999', '69340000', '69389999', NULL, 1652957575),
(94338, '3298', '380.00', '29', '20.001', '25', '88000000', '88469999', '69340000', '69389999', NULL, 1652957575),
(94339, '3220', '760.00', '10', '20.001', '25', '88000000', '88469999', '69340000', '69389999', NULL, 1652957576),
(94340, '3298', '463.00', '29', '25.001', '30', '88000000', '88469999', '69340000', '69389999', NULL, 1652957576),
(94341, '3220', '925.00', '10', '25.001', '30', '88000000', '88469999', '69340000', '69389999', NULL, 1652957577),
(94342, '3298', '45.00', '9', '0.3', '5', '88000000', '88469999', '69900000', '69920999', NULL, 1652957578),
(94343, '3220', '137.00', '5', '0.3', '5', '88000000', '88469999', '69900000', '69920999', NULL, 1652957578),
(94344, '3298', '71.00', '9', '5.001', '10', '88000000', '88469999', '69900000', '69920999', NULL, 1652957579),
(94345, '3220', '214.00', '5', '5.001', '10', '88000000', '88469999', '69900000', '69920999', NULL, 1652957579),
(94346, '3298', '116.00', '9', '10.001', '15', '88000000', '88469999', '69900000', '69920999', NULL, 1652957579),
(94347, '3220', '346.00', '5', '10.001', '15', '88000000', '88469999', '69900000', '69920999', NULL, 1652957580),
(94348, '3298', '160.00', '9', '15.001', '20', '88000000', '88469999', '69900000', '69920999', NULL, 1652957581),
(94349, '3220', '479.00', '5', '15.001', '20', '88000000', '88469999', '69900000', '69920999', NULL, 1652957581),
(94350, '3298', '205.00', '9', '20.001', '25', '88000000', '88469999', '69900000', '69920999', NULL, 1652957582),
(94351, '3220', '612.00', '5', '20.001', '25', '88000000', '88469999', '69900000', '69920999', NULL, 1652957582),
(94352, '3298', '249.00', '9', '25.001', '30', '88000000', '88469999', '69900000', '69920999', NULL, 1652957583),
(94353, '3220', '744.00', '5', '25.001', '30', '88000000', '88469999', '69900000', '69920999', NULL, 1652957584),
(94354, '3298', '90.00', '13', '0.3', '5', '88000000', '88469999', '69921000', '69999999', NULL, 1652957584),
(94355, '3220', '183.00', '10', '0.3', '5', '88000000', '88469999', '69921000', '69999999', NULL, 1652957585),
(94356, '3298', '133.00', '13', '5.001', '10', '88000000', '88469999', '69921000', '69999999', NULL, 1652957585),
(94357, '3220', '266.00', '10', '5.001', '10', '88000000', '88469999', '69921000', '69999999', NULL, 1652957586),
(94358, '3298', '215.00', '13', '10.001', '15', '88000000', '88469999', '69921000', '69999999', NULL, 1652957587),
(94359, '3220', '430.00', '10', '10.001', '15', '88000000', '88469999', '69921000', '69999999', NULL, 1652957588),
(94360, '3298', '298.00', '13', '15.001', '20', '88000000', '88469999', '69921000', '69999999', NULL, 1652957588),
(94361, '3220', '595.00', '10', '15.001', '20', '88000000', '88469999', '69921000', '69999999', NULL, 1652957589),
(94362, '3298', '380.00', '13', '20.001', '25', '88000000', '88469999', '69921000', '69999999', NULL, 1652957589),
(94363, '3220', '760.00', '10', '20.001', '25', '88000000', '88469999', '69921000', '69999999', NULL, 1652957590),
(94364, '3298', '463.00', '13', '25.001', '30', '88000000', '88469999', '69921000', '69999999', NULL, 1652957590),
(94365, '3220', '925.00', '10', '25.001', '30', '88000000', '88469999', '69921000', '69999999', NULL, 1652957591),
(94366, '3298', '38.00', '6', '0.3', '5', '88000000', '88469999', '71000000', '73699999', NULL, 1652957592),
(94367, '3220', '113.00', '1', '0.3', '5', '88000000', '88469999', '71000000', '73699999', NULL, 1652957592),
(94368, '3298', '58.00', '6', '5.001', '10', '88000000', '88469999', '71000000', '73699999', NULL, 1652957593),
(94369, '3220', '176.00', '1', '5.001', '10', '88000000', '88469999', '71000000', '73699999', NULL, 1652957593),
(94370, '3298', '94.00', '6', '10.001', '15', '88000000', '88469999', '71000000', '73699999', NULL, 1652957594),
(94371, '3220', '286.00', '1', '10.001', '15', '88000000', '88469999', '71000000', '73699999', NULL, 1652957594),
(94372, '3298', '130.00', '6', '15.001', '20', '88000000', '88469999', '71000000', '73699999', NULL, 1652957595),
(94373, '3220', '396.00', '1', '15.001', '20', '88000000', '88469999', '71000000', '73699999', NULL, 1652957596),
(94374, '3298', '166.00', '6', '20.001', '25', '88000000', '88469999', '71000000', '73699999', NULL, 1652957596),
(94375, '3220', '505.00', '1', '20.001', '25', '88000000', '88469999', '71000000', '73699999', NULL, 1652957597),
(94376, '3298', '202.00', '6', '25.001', '30', '88000000', '88469999', '71000000', '73699999', NULL, 1652957597),
(94377, '3220', '615.00', '1', '25.001', '30', '88000000', '88469999', '71000000', '73699999', NULL, 1652957598),
(94378, '3298', '38.00', '7', '0.3', '5', '88000000', '88469999', '72800000', '73999999', NULL, 1652957599),
(94379, '3220', '113.00', '3', '0.3', '5', '88000000', '88469999', '72800000', '73999999', NULL, 1652957599),
(94380, '3298', '58.00', '7', '5.001', '10', '88000000', '88469999', '72800000', '73999999', NULL, 1652957600),
(94381, '3220', '176.00', '3', '5.001', '10', '88000000', '88469999', '72800000', '73999999', NULL, 1652957600),
(94382, '3298', '94.00', '7', '10.001', '15', '88000000', '88469999', '72800000', '73999999', NULL, 1652957600),
(94383, '3220', '286.00', '3', '10.001', '15', '88000000', '88469999', '72800000', '73999999', NULL, 1652957601),
(94384, '3298', '130.00', '7', '15.001', '20', '88000000', '88469999', '72800000', '73999999', NULL, 1652957602),
(94385, '3220', '396.00', '3', '15.001', '20', '88000000', '88469999', '72800000', '73999999', NULL, 1652957602),
(94386, '3298', '166.00', '7', '20.001', '25', '88000000', '88469999', '72800000', '73999999', NULL, 1652957603),
(94387, '3220', '505.00', '3', '20.001', '25', '88000000', '88469999', '72800000', '73999999', NULL, 1652957603),
(94388, '3298', '202.00', '7', '25.001', '30', '88000000', '88469999', '72800000', '73999999', NULL, 1652957604),
(94389, '3220', '615.00', '3', '25.001', '30', '88000000', '88469999', '72800000', '73999999', NULL, 1652957604),
(94390, '3298', '45.00', '6', '0.3', '5', '88000000', '88469999', '74000000', '74894999', NULL, 1652957605),
(94391, '3220', '137.00', '2', '0.3', '5', '88000000', '88469999', '74000000', '74894999', NULL, 1652957606),
(94392, '3298', '71.00', '6', '5.001', '10', '88000000', '88469999', '74000000', '74894999', NULL, 1652957606),
(94393, '3220', '214.00', '2', '5.001', '10', '88000000', '88469999', '74000000', '74894999', NULL, 1652957607),
(94394, '3298', '116.00', '6', '10.001', '15', '88000000', '88469999', '74000000', '74894999', NULL, 1652957608),
(94395, '3220', '346.00', '2', '10.001', '15', '88000000', '88469999', '74000000', '74894999', NULL, 1652957608),
(94396, '3298', '160.00', '6', '15.001', '20', '88000000', '88469999', '74000000', '74894999', NULL, 1652957609),
(94397, '3220', '479.00', '2', '15.001', '20', '88000000', '88469999', '74000000', '74894999', NULL, 1652957609),
(94398, '3298', '205.00', '6', '20.001', '25', '88000000', '88469999', '74000000', '74894999', NULL, 1652957610),
(94399, '3220', '612.00', '2', '20.001', '25', '88000000', '88469999', '74000000', '74894999', NULL, 1652957611),
(94400, '3298', '249.00', '6', '25.001', '30', '88000000', '88469999', '74000000', '74894999', NULL, 1652957611),
(94401, '3220', '744.00', '2', '25.001', '30', '88000000', '88469999', '74000000', '74894999', NULL, 1652957612),
(94402, '3298', '45.00', '6', '0.3', '5', '88000000', '88469999', '74895000', '76799999', NULL, 1652957613),
(94403, '3220', '137.00', '2', '0.3', '5', '88000000', '88469999', '74895000', '76799999', NULL, 1652957613),
(94404, '3298', '71.00', '6', '5.001', '10', '88000000', '88469999', '74895000', '76799999', NULL, 1652957614),
(94405, '3220', '214.00', '2', '5.001', '10', '88000000', '88469999', '74895000', '76799999', NULL, 1652957614),
(94406, '3298', '116.00', '6', '10.001', '15', '88000000', '88469999', '74895000', '76799999', NULL, 1652957615),
(94407, '3220', '346.00', '2', '10.001', '15', '88000000', '88469999', '74895000', '76799999', NULL, 1652957615),
(94408, '3298', '160.00', '6', '15.001', '20', '88000000', '88469999', '74895000', '76799999', NULL, 1652957616),
(94409, '3220', '479.00', '2', '15.001', '20', '88000000', '88469999', '74895000', '76799999', NULL, 1652957617),
(94410, '3298', '205.00', '6', '20.001', '25', '88000000', '88469999', '74895000', '76799999', NULL, 1652957617),
(94411, '3220', '612.00', '2', '20.001', '25', '88000000', '88469999', '74895000', '76799999', NULL, 1652957618),
(94412, '3298', '249.00', '6', '25.001', '30', '88000000', '88469999', '74895000', '76799999', NULL, 1652957618),
(94413, '3220', '744.00', '2', '25.001', '30', '88000000', '88469999', '74895000', '76799999', NULL, 1652957619),
(94414, '3298', '45.00', '8', '0.3', '5', '88000000', '88469999', '77000000', '77270999', NULL, 1652957619),
(94415, '3220', '137.00', '2', '0.3', '5', '88000000', '88469999', '77000000', '77270999', NULL, 1652957620),
(94416, '3298', '71.00', '8', '5.001', '10', '88000000', '88469999', '77000000', '77270999', NULL, 1652957620),
(94417, '3220', '214.00', '2', '5.001', '10', '88000000', '88469999', '77000000', '77270999', NULL, 1652957621),
(94418, '3298', '116.00', '8', '10.001', '15', '88000000', '88469999', '77000000', '77270999', NULL, 1652957622),
(94419, '3220', '346.00', '2', '10.001', '15', '88000000', '88469999', '77000000', '77270999', NULL, 1652957622),
(94420, '3298', '160.00', '8', '15.001', '20', '88000000', '88469999', '77000000', '77270999', NULL, 1652957623),
(94421, '3220', '479.00', '2', '15.001', '20', '88000000', '88469999', '77000000', '77270999', NULL, 1652957623),
(94422, '3298', '205.00', '8', '20.001', '25', '88000000', '88469999', '77000000', '77270999', NULL, 1652957624),
(94423, '3220', '612.00', '2', '20.001', '25', '88000000', '88469999', '77000000', '77270999', NULL, 1652957624),
(94424, '3298', '249.00', '8', '25.001', '30', '88000000', '88469999', '77000000', '77270999', NULL, 1652957625),
(94425, '3220', '744.00', '2', '25.001', '30', '88000000', '88469999', '77000000', '77270999', NULL, 1652957625),
(94426, '3298', '90.00', '8', '0.3', '5', '88000000', '88469999', '77300000', '77995999', NULL, 1652957625),
(94427, '3220', '183.00', '3', '0.3', '5', '88000000', '88469999', '77300000', '77995999', NULL, 1652957626),
(94428, '3298', '133.00', '8', '5.001', '10', '88000000', '88469999', '77300000', '77995999', NULL, 1652957626),
(94429, '3220', '266.00', '3', '5.001', '10', '88000000', '88469999', '77300000', '77995999', NULL, 1652957627),
(94430, '3298', '215.00', '8', '10.001', '15', '88000000', '88469999', '77300000', '77995999', NULL, 1652957627),
(94431, '3220', '430.00', '3', '10.001', '15', '88000000', '88469999', '77300000', '77995999', NULL, 1652957627),
(94432, '3298', '298.00', '8', '15.001', '20', '88000000', '88469999', '77300000', '77995999', NULL, 1652957628),
(94433, '3220', '595.00', '3', '15.001', '20', '88000000', '88469999', '77300000', '77995999', NULL, 1652957628),
(94434, '3298', '380.00', '8', '20.001', '25', '88000000', '88469999', '77300000', '77995999', NULL, 1652957629),
(94435, '3220', '760.00', '3', '20.001', '25', '88000000', '88469999', '77300000', '77995999', NULL, 1652957629),
(94436, '3298', '463.00', '8', '25.001', '30', '88000000', '88469999', '77300000', '77995999', NULL, 1652957630),
(94437, '3220', '925.00', '3', '25.001', '30', '88000000', '88469999', '77300000', '77995999', NULL, 1652957630),
(94438, '3298', '45.00', '9', '0.3', '5', '88000000', '88469999', '78000000', '78109999', NULL, 1652957631),
(94439, '3220', '137.00', '5', '0.3', '5', '88000000', '88469999', '78000000', '78109999', NULL, 1652957631),
(94440, '3298', '71.00', '9', '5.001', '10', '88000000', '88469999', '78000000', '78109999', NULL, 1652957632),
(94441, '3220', '214.00', '5', '5.001', '10', '88000000', '88469999', '78000000', '78109999', NULL, 1652957632),
(94442, '3298', '116.00', '9', '10.001', '15', '88000000', '88469999', '78000000', '78109999', NULL, 1652957633),
(94443, '3220', '346.00', '5', '10.001', '15', '88000000', '88469999', '78000000', '78109999', NULL, 1652957633),
(94444, '3298', '160.00', '9', '15.001', '20', '88000000', '88469999', '78000000', '78109999', NULL, 1652957634),
(94445, '3220', '479.00', '5', '15.001', '20', '88000000', '88469999', '78000000', '78109999', NULL, 1652957634),
(94446, '3298', '205.00', '9', '20.001', '25', '88000000', '88469999', '78000000', '78109999', NULL, 1652957635),
(94447, '3220', '612.00', '5', '20.001', '25', '88000000', '88469999', '78000000', '78109999', NULL, 1652957635),
(94448, '3298', '249.00', '9', '25.001', '30', '88000000', '88469999', '78000000', '78109999', NULL, 1652957636),
(94449, '3220', '744.00', '5', '25.001', '30', '88000000', '88469999', '78000000', '78109999', NULL, 1652957636),
(94450, '3298', '90.00', '9', '0.3', '5', '88000000', '88469999', '78110000', '78899999', NULL, 1652957637),
(94451, '3220', '183.00', '6', '0.3', '5', '88000000', '88469999', '78110000', '78899999', NULL, 1652957638),
(94452, '3298', '133.00', '9', '5.001', '10', '88000000', '88469999', '78110000', '78899999', NULL, 1652957638),
(94453, '3220', '266.00', '6', '5.001', '10', '88000000', '88469999', '78110000', '78899999', NULL, 1652957639),
(94454, '3298', '215.00', '9', '10.001', '15', '88000000', '88469999', '78110000', '78899999', NULL, 1652957640),
(94455, '3220', '430.00', '6', '10.001', '15', '88000000', '88469999', '78110000', '78899999', NULL, 1652957640),
(94456, '3298', '298.00', '9', '15.001', '20', '88000000', '88469999', '78110000', '78899999', NULL, 1652957641),
(94457, '3220', '595.00', '6', '15.001', '20', '88000000', '88469999', '78110000', '78899999', NULL, 1652957641),
(94458, '3298', '380.00', '9', '20.001', '25', '88000000', '88469999', '78110000', '78899999', NULL, 1652957642),
(94459, '3220', '760.00', '6', '20.001', '25', '88000000', '88469999', '78110000', '78899999', NULL, 1652957642),
(94460, '3298', '463.00', '9', '25.001', '30', '88000000', '88469999', '78110000', '78899999', NULL, 1652957643),
(94461, '3220', '925.00', '6', '25.001', '30', '88000000', '88469999', '78110000', '78899999', NULL, 1652957643),
(94462, '3298', '90.00', '10', '0.3', '5', '88000000', '88469999', '78900000', '78930999', NULL, 1652957644),
(94463, '3220', '183.00', '6', '0.3', '5', '88000000', '88469999', '78900000', '78930999', NULL, 1652957645),
(94464, '3298', '133.00', '10', '5.001', '10', '88000000', '88469999', '78900000', '78930999', NULL, 1652957645),
(94465, '3220', '266.00', '6', '5.001', '10', '88000000', '88469999', '78900000', '78930999', NULL, 1652957646),
(94466, '3298', '215.00', '10', '10.001', '15', '88000000', '88469999', '78900000', '78930999', NULL, 1652957647),
(94467, '3220', '430.00', '6', '10.001', '15', '88000000', '88469999', '78900000', '78930999', NULL, 1652957647),
(94468, '3298', '298.00', '10', '15.001', '20', '88000000', '88469999', '78900000', '78930999', NULL, 1652957648),
(94469, '3220', '595.00', '6', '15.001', '20', '88000000', '88469999', '78900000', '78930999', NULL, 1652957648),
(94470, '3298', '380.00', '10', '20.001', '25', '88000000', '88469999', '78900000', '78930999', NULL, 1652957649),
(94471, '3220', '760.00', '6', '20.001', '25', '88000000', '88469999', '78900000', '78930999', NULL, 1652957649),
(94472, '3298', '463.00', '10', '25.001', '30', '88000000', '88469999', '78900000', '78930999', NULL, 1652957650),
(94473, '3220', '925.00', '6', '25.001', '30', '88000000', '88469999', '78900000', '78930999', NULL, 1652957650),
(94474, '3298', '90.00', '10', '0.3', '5', '88000000', '88469999', '78931000', '78999999', NULL, 1652957651),
(94475, '3220', '183.00', '6', '0.3', '5', '88000000', '88469999', '78931000', '78999999', NULL, 1652957652),
(94476, '3298', '133.00', '10', '5.001', '10', '88000000', '88469999', '78931000', '78999999', NULL, 1652957652),
(94477, '3220', '266.00', '6', '5.001', '10', '88000000', '88469999', '78931000', '78999999', NULL, 1652957653),
(94478, '3298', '215.00', '10', '10.001', '15', '88000000', '88469999', '78931000', '78999999', NULL, 1652957653),
(94479, '3220', '430.00', '6', '10.001', '15', '88000000', '88469999', '78931000', '78999999', NULL, 1652957654),
(94480, '3298', '298.00', '10', '15.001', '20', '88000000', '88469999', '78931000', '78999999', NULL, 1652957654),
(94481, '3220', '595.00', '6', '15.001', '20', '88000000', '88469999', '78931000', '78999999', NULL, 1652957655),
(94482, '3298', '380.00', '10', '20.001', '25', '88000000', '88469999', '78931000', '78999999', NULL, 1652957655),
(94483, '3220', '760.00', '6', '20.001', '25', '88000000', '88469999', '78931000', '78999999', NULL, 1652957656),
(94484, '3298', '463.00', '10', '25.001', '30', '88000000', '88469999', '78931000', '78999999', NULL, 1652957656),
(94485, '3220', '925.00', '6', '25.001', '30', '88000000', '88469999', '78931000', '78999999', NULL, 1652957657),
(94486, '3298', '34.00', '6', '0.3', '5', '88000000', '88469999', '79000000', '79129999', NULL, 1652957658),
(94487, '3220', '80.00', '2', '0.3', '5', '88000000', '88469999', '79000000', '79129999', NULL, 1652957658),
(94488, '3298', '50.00', '6', '5.001', '10', '88000000', '88469999', '79000000', '79129999', NULL, 1652957659),
(94489, '3220', '125.00', '2', '5.001', '10', '88000000', '88469999', '79000000', '79129999', NULL, 1652957659),
(94490, '3298', '82.00', '6', '10.001', '15', '88000000', '88469999', '79000000', '79129999', NULL, 1652957660),
(94491, '3220', '203.00', '2', '10.001', '15', '88000000', '88469999', '79000000', '79129999', NULL, 1652957660),
(94492, '3298', '113.00', '6', '15.001', '20', '88000000', '88469999', '79000000', '79129999', NULL, 1652957661),
(94493, '3220', '281.00', '2', '15.001', '20', '88000000', '88469999', '79000000', '79129999', NULL, 1652957661),
(94494, '3298', '145.00', '6', '20.001', '25', '88000000', '88469999', '79000000', '79129999', NULL, 1652957662);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(94495, '3220', '359.00', '2', '20.001', '25', '88000000', '88469999', '79000000', '79129999', NULL, 1652957662),
(94496, '3298', '176.00', '6', '25.001', '30', '88000000', '88469999', '79000000', '79129999', NULL, 1652957663),
(94497, '3220', '437.00', '2', '25.001', '30', '88000000', '88469999', '79000000', '79129999', NULL, 1652957664),
(94498, '3298', '50.00', '9', '0.3', '5', '88000000', '88469999', '79130000', '79999999', NULL, 1652957664),
(94499, '3220', '124.00', '6', '0.3', '5', '88000000', '88469999', '79130000', '79999999', NULL, 1652957664),
(94500, '3298', '83.00', '9', '5.001', '10', '88000000', '88469999', '79130000', '79999999', NULL, 1652957665),
(94501, '3220', '175.00', '6', '5.001', '10', '88000000', '88469999', '79130000', '79999999', NULL, 1652957666),
(94502, '3298', '135.00', '9', '10.001', '15', '88000000', '88469999', '79130000', '79999999', NULL, 1652957666),
(94503, '3220', '283.00', '6', '10.001', '15', '88000000', '88469999', '79130000', '79999999', NULL, 1652957667),
(94504, '3298', '186.00', '9', '15.001', '20', '88000000', '88469999', '79130000', '79999999', NULL, 1652957668),
(94505, '3220', '392.00', '6', '15.001', '20', '88000000', '88469999', '79130000', '79999999', NULL, 1652957668),
(94506, '3298', '238.00', '9', '20.001', '25', '88000000', '88469999', '79130000', '79999999', NULL, 1652957668),
(94507, '3220', '500.00', '6', '20.001', '25', '88000000', '88469999', '79130000', '79999999', NULL, 1652957669),
(94508, '3298', '290.00', '9', '25.001', '30', '88000000', '88469999', '79130000', '79999999', NULL, 1652957670),
(94509, '3220', '609.00', '6', '25.001', '30', '88000000', '88469999', '79130000', '79999999', NULL, 1652957671),
(94510, '3298', '30.00', '5', '0.3', '5', '88000000', '88469999', '80000000', '82999999', NULL, 1652957671),
(94511, '3220', '59.00', '1', '0.3', '5', '88000000', '88469999', '80000000', '82999999', NULL, 1652957672),
(94512, '3298', '44.00', '5', '5.001', '10', '88000000', '88469999', '80000000', '82999999', NULL, 1652957672),
(94513, '3220', '93.00', '1', '5.001', '10', '88000000', '88469999', '80000000', '82999999', NULL, 1652957673),
(94514, '3298', '71.00', '5', '10.001', '15', '88000000', '88469999', '80000000', '82999999', NULL, 1652957673),
(94515, '3220', '150.00', '1', '10.001', '15', '88000000', '88469999', '80000000', '82999999', NULL, 1652957673),
(94516, '3298', '99.00', '5', '15.001', '20', '88000000', '88469999', '80000000', '82999999', NULL, 1652957674),
(94517, '3220', '208.00', '1', '15.001', '20', '88000000', '88469999', '80000000', '82999999', NULL, 1652957674),
(94518, '3298', '126.00', '5', '20.001', '25', '88000000', '88469999', '80000000', '82999999', NULL, 1652957675),
(94519, '3220', '266.00', '1', '20.001', '25', '88000000', '88469999', '80000000', '82999999', NULL, 1652957676),
(94520, '3298', '153.00', '5', '25.001', '30', '88000000', '88469999', '80000000', '82999999', NULL, 1652957676),
(94521, '3220', '324.00', '1', '25.001', '30', '88000000', '88469999', '80000000', '82999999', NULL, 1652957677),
(94522, '3298', '30.00', '5', '0.3', '5', '88000000', '88469999', '80000000', '83800999', NULL, 1652957677),
(94523, '3220', '59.00', '1', '0.3', '5', '88000000', '88469999', '80000000', '83800999', NULL, 1652957678),
(94524, '3298', '44.00', '5', '5.001', '10', '88000000', '88469999', '80000000', '83800999', NULL, 1652957678),
(94525, '3220', '93.00', '1', '5.001', '10', '88000000', '88469999', '80000000', '83800999', NULL, 1652957679),
(94526, '3298', '71.00', '5', '10.001', '15', '88000000', '88469999', '80000000', '83800999', NULL, 1652957679),
(94527, '3220', '150.00', '1', '10.001', '15', '88000000', '88469999', '80000000', '83800999', NULL, 1652957679),
(94528, '3298', '99.00', '5', '15.001', '20', '88000000', '88469999', '80000000', '83800999', NULL, 1652957680),
(94529, '3220', '208.00', '1', '15.001', '20', '88000000', '88469999', '80000000', '83800999', NULL, 1652957680),
(94530, '3298', '126.00', '5', '20.001', '25', '88000000', '88469999', '80000000', '83800999', NULL, 1652957681),
(94531, '3220', '266.00', '1', '20.001', '25', '88000000', '88469999', '80000000', '83800999', NULL, 1652957682),
(94532, '3298', '153.00', '5', '25.001', '30', '88000000', '88469999', '80000000', '83800999', NULL, 1652957682),
(94533, '3220', '324.00', '1', '25.001', '30', '88000000', '88469999', '80000000', '83800999', NULL, 1652957683),
(94534, '3298', '44.00', '7', '0.3', '5', '88000000', '88469999', '83801000', '87999999', NULL, 1652957683),
(94535, '3220', '102.00', '4', '0.3', '5', '88000000', '88469999', '83801000', '87999999', NULL, 1652957684),
(94536, '3298', '74.00', '7', '5.001', '10', '88000000', '88469999', '83801000', '87999999', NULL, 1652957684),
(94537, '3220', '141.00', '4', '5.001', '10', '88000000', '88469999', '83801000', '87999999', NULL, 1652957685),
(94538, '3298', '120.00', '7', '10.001', '15', '88000000', '88469999', '83801000', '87999999', NULL, 1652957685),
(94539, '3220', '229.00', '4', '10.001', '15', '88000000', '88469999', '83801000', '87999999', NULL, 1652957686),
(94540, '3298', '166.00', '7', '15.001', '20', '88000000', '88469999', '83801000', '87999999', NULL, 1652957686),
(94541, '3220', '316.00', '4', '15.001', '20', '88000000', '88469999', '83801000', '87999999', NULL, 1652957687),
(94542, '3298', '212.00', '7', '20.001', '25', '88000000', '88469999', '83801000', '87999999', NULL, 1652957688),
(94543, '3220', '404.00', '4', '20.001', '25', '88000000', '88469999', '83801000', '87999999', NULL, 1652957688),
(94544, '3298', '258.00', '7', '25.001', '30', '88000000', '88469999', '83801000', '87999999', NULL, 1652957689),
(94545, '3220', '492.00', '4', '25.001', '30', '88000000', '88469999', '83801000', '87999999', NULL, 1652957689),
(94546, '3298', '25.00', '5', '0.3', '5', '88000000', '88469999', '88000000', '82999999', NULL, 1652957690),
(94547, '3220', '21.00', '1', '0.3', '5', '88000000', '88469999', '88000000', '82999999', NULL, 1652957690),
(94548, '3298', '31.00', '5', '5.001', '10', '88000000', '88469999', '88000000', '82999999', NULL, 1652957691),
(94549, '3220', '27.00', '1', '5.001', '10', '88000000', '88469999', '88000000', '82999999', NULL, 1652957691),
(94550, '3298', '51.00', '5', '10.001', '15', '88000000', '88469999', '88000000', '82999999', NULL, 1652957692),
(94551, '3220', '44.00', '1', '10.001', '15', '88000000', '88469999', '88000000', '82999999', NULL, 1652957693),
(94552, '3298', '71.00', '5', '15.001', '20', '88000000', '88469999', '88000000', '82999999', NULL, 1652957693),
(94553, '3220', '61.00', '1', '15.001', '20', '88000000', '88469999', '88000000', '82999999', NULL, 1652957693),
(94554, '3298', '91.00', '5', '20.001', '25', '88000000', '88469999', '88000000', '82999999', NULL, 1652957694),
(94555, '3220', '78.00', '1', '20.001', '25', '88000000', '88469999', '88000000', '82999999', NULL, 1652957694),
(94556, '3298', '110.00', '5', '25.001', '30', '88000000', '88469999', '88000000', '82999999', NULL, 1652957695),
(94557, '3220', '95.00', '1', '25.001', '30', '88000000', '88469999', '88000000', '82999999', NULL, 1652957695),
(94558, '3298', '25.00', '5', '0.3', '5', '88000000', '88469999', '88000000', '88469999', NULL, 1652957696),
(94559, '3220', '21.00', '1', '0.3', '5', '88000000', '88469999', '88000000', '88469999', NULL, 1652957697),
(94560, '3298', '31.00', '5', '5.001', '10', '88000000', '88469999', '88000000', '88469999', NULL, 1652957697),
(94561, '3220', '27.00', '1', '5.001', '10', '88000000', '88469999', '88000000', '88469999', NULL, 1652957698),
(94562, '3298', '51.00', '5', '10.001', '15', '88000000', '88469999', '88000000', '88469999', NULL, 1652957698),
(94563, '3220', '44.00', '1', '10.001', '15', '88000000', '88469999', '88000000', '88469999', NULL, 1652957698),
(94564, '3298', '71.00', '5', '15.001', '20', '88000000', '88469999', '88000000', '88469999', NULL, 1652957699),
(94565, '3220', '61.00', '1', '15.001', '20', '88000000', '88469999', '88000000', '88469999', NULL, 1652957699),
(94566, '3298', '91.00', '5', '20.001', '25', '88000000', '88469999', '88000000', '88469999', NULL, 1652957700),
(94567, '3220', '78.00', '1', '20.001', '25', '88000000', '88469999', '88000000', '88469999', NULL, 1652957700),
(94568, '3298', '110.00', '5', '25.001', '30', '88000000', '88469999', '88000000', '88469999', NULL, 1652957701),
(94569, '3220', '95.00', '1', '25.001', '30', '88000000', '88469999', '88000000', '88469999', NULL, 1652957702),
(94570, '3298', '25.00', '5', '0.3', '5', '88000000', '88469999', '88470000', '89999999', NULL, 1652957702),
(94571, '3220', '34.00', '1', '0.3', '5', '88000000', '88469999', '88470000', '89999999', NULL, 1652957702),
(94572, '3298', '31.00', '5', '5.001', '10', '88000000', '88469999', '88470000', '89999999', NULL, 1652957703),
(94573, '3220', '48.00', '1', '5.001', '10', '88000000', '88469999', '88470000', '89999999', NULL, 1652957704),
(94574, '3298', '51.00', '5', '10.001', '15', '88000000', '88469999', '88470000', '89999999', NULL, 1652957704),
(94575, '3220', '78.00', '1', '10.001', '15', '88000000', '88469999', '88470000', '89999999', NULL, 1652957705),
(94576, '3298', '71.00', '5', '15.001', '20', '88000000', '88469999', '88470000', '89999999', NULL, 1652957705),
(94577, '3220', '108.00', '1', '15.001', '20', '88000000', '88469999', '88470000', '89999999', NULL, 1652957705),
(94578, '3298', '91.00', '5', '20.001', '25', '88000000', '88469999', '88470000', '89999999', NULL, 1652957706),
(94579, '3220', '138.00', '1', '20.001', '25', '88000000', '88469999', '88470000', '89999999', NULL, 1652957707),
(94580, '3298', '110.00', '5', '25.001', '30', '88000000', '88469999', '88470000', '89999999', NULL, 1652957707),
(94581, '3220', '168.00', '1', '25.001', '30', '88000000', '88469999', '88470000', '89999999', NULL, 1652957708),
(94582, '3298', '30.00', '5', '0.3', '5', '88000000', '88469999', '90000000', '91999999', NULL, 1652957708),
(94583, '3220', '59.00', '1', '0.3', '5', '88000000', '88469999', '90000000', '91999999', NULL, 1652957709),
(94584, '3298', '44.00', '5', '5.001', '10', '88000000', '88469999', '90000000', '91999999', NULL, 1652957709),
(94585, '3220', '93.00', '1', '5.001', '10', '88000000', '88469999', '90000000', '91999999', NULL, 1652957710),
(94586, '3298', '71.00', '5', '10.001', '15', '88000000', '88469999', '90000000', '91999999', NULL, 1652957710),
(94587, '3220', '150.00', '1', '10.001', '15', '88000000', '88469999', '90000000', '91999999', NULL, 1652957711),
(94588, '3298', '99.00', '5', '15.001', '20', '88000000', '88469999', '90000000', '91999999', NULL, 1652957711),
(94589, '3220', '208.00', '1', '15.001', '20', '88000000', '88469999', '90000000', '91999999', NULL, 1652957712),
(94590, '3298', '126.00', '5', '20.001', '25', '88000000', '88469999', '90000000', '91999999', NULL, 1652957712),
(94591, '3220', '266.00', '1', '20.001', '25', '88000000', '88469999', '90000000', '91999999', NULL, 1652957712),
(94592, '3298', '153.00', '5', '25.001', '30', '88000000', '88469999', '90000000', '91999999', NULL, 1652957713),
(94593, '3220', '324.00', '1', '25.001', '30', '88000000', '88469999', '90000000', '91999999', NULL, 1652957713),
(94594, '3298', '30.00', '6', '0.3', '5', '88000000', '88469999', '90000000', '94900999', NULL, 1652957714),
(94595, '3220', '59.00', '2', '0.3', '5', '88000000', '88469999', '90000000', '94900999', NULL, 1652957714),
(94596, '3298', '44.00', '6', '5.001', '10', '88000000', '88469999', '90000000', '94900999', NULL, 1652957715),
(94597, '3220', '93.00', '2', '5.001', '10', '88000000', '88469999', '90000000', '94900999', NULL, 1652957715),
(94598, '3298', '71.00', '6', '10.001', '15', '88000000', '88469999', '90000000', '94900999', NULL, 1652957716),
(94599, '3220', '150.00', '2', '10.001', '15', '88000000', '88469999', '90000000', '94900999', NULL, 1652957716),
(94600, '3298', '99.00', '6', '15.001', '20', '88000000', '88469999', '90000000', '94900999', NULL, 1652957716),
(94601, '3220', '208.00', '2', '15.001', '20', '88000000', '88469999', '90000000', '94900999', NULL, 1652957717),
(94602, '3298', '126.00', '6', '20.001', '25', '88000000', '88469999', '90000000', '94900999', NULL, 1652957717),
(94603, '3220', '266.00', '2', '20.001', '25', '88000000', '88469999', '90000000', '94900999', NULL, 1652957718),
(94604, '3298', '153.00', '6', '25.001', '30', '88000000', '88469999', '90000000', '94900999', NULL, 1652957719),
(94605, '3220', '324.00', '2', '25.001', '30', '88000000', '88469999', '90000000', '94900999', NULL, 1652957719),
(94606, '3298', '44.00', '9', '0.3', '5', '88000000', '88469999', '94901000', '99999999', NULL, 1652957720),
(94607, '3220', '102.00', '6', '0.3', '5', '88000000', '88469999', '94901000', '99999999', NULL, 1652957720),
(94608, '3298', '74.00', '9', '5.001', '10', '88000000', '88469999', '94901000', '99999999', NULL, 1652957721),
(94609, '3220', '141.00', '6', '5.001', '10', '88000000', '88469999', '94901000', '99999999', NULL, 1652957721),
(94610, '3298', '120.00', '9', '10.001', '15', '88000000', '88469999', '94901000', '99999999', NULL, 1652957721),
(94611, '3220', '229.00', '6', '10.001', '15', '88000000', '88469999', '94901000', '99999999', NULL, 1652957722),
(94612, '3298', '166.00', '9', '15.001', '20', '88000000', '88469999', '94901000', '99999999', NULL, 1652957722),
(94613, '3220', '316.00', '6', '15.001', '20', '88000000', '88469999', '94901000', '99999999', NULL, 1652957723),
(94614, '3298', '212.00', '9', '20.001', '25', '88000000', '88469999', '94901000', '99999999', NULL, 1652957723),
(94615, '3220', '404.00', '6', '20.001', '25', '88000000', '88469999', '94901000', '99999999', NULL, 1652957724),
(94616, '3298', '258.00', '9', '25.001', '30', '88000000', '88469999', '94901000', '99999999', NULL, 1652957724),
(94617, '3220', '492.00', '6', '25.001', '30', '88000000', '88469999', '94901000', '99999999', NULL, 1652957724),
(94618, '3298', '38.00', '7', '0.3', '5', '88470000', '89999999', '01000000', '08499999', NULL, 1652957725),
(94619, '3220', '85.00', '3', '0.3', '5', '88470000', '89999999', '01000000', '08499999', NULL, 1652957725),
(94620, '3298', '63.00', '7', '5.001', '10', '88470000', '89999999', '01000000', '08499999', NULL, 1652957726),
(94621, '3220', '118.00', '3', '5.001', '10', '88470000', '89999999', '01000000', '08499999', NULL, 1652957727),
(94622, '3298', '103.00', '7', '10.001', '15', '88470000', '89999999', '01000000', '08499999', NULL, 1652957727),
(94623, '3220', '192.00', '3', '10.001', '15', '88470000', '89999999', '01000000', '08499999', NULL, 1652957728),
(94624, '3298', '142.00', '7', '15.001', '20', '88470000', '89999999', '01000000', '08499999', NULL, 1652957728),
(94625, '3220', '266.00', '3', '15.001', '20', '88470000', '89999999', '01000000', '08499999', NULL, 1652957729),
(94626, '3298', '182.00', '7', '20.001', '25', '88470000', '89999999', '01000000', '08499999', NULL, 1652957729),
(94627, '3220', '339.00', '3', '20.001', '25', '88470000', '89999999', '01000000', '08499999', NULL, 1652957730),
(94628, '3298', '221.00', '7', '25.001', '30', '88470000', '89999999', '01000000', '08499999', NULL, 1652957730),
(94629, '3220', '413.00', '3', '25.001', '30', '88470000', '89999999', '01000000', '08499999', NULL, 1652957731),
(94630, '3298', '38.00', '7', '0.3', '5', '88470000', '89999999', '06000000', '09999999', NULL, 1652957732),
(94631, '3220', '85.00', '3', '0.3', '5', '88470000', '89999999', '06000000', '09999999', NULL, 1652957732),
(94632, '3298', '63.00', '7', '5.001', '10', '88470000', '89999999', '06000000', '09999999', NULL, 1652957733),
(94633, '3220', '118.00', '3', '5.001', '10', '88470000', '89999999', '06000000', '09999999', NULL, 1652957733),
(94634, '3298', '103.00', '7', '10.001', '15', '88470000', '89999999', '06000000', '09999999', NULL, 1652957734),
(94635, '3220', '192.00', '3', '10.001', '15', '88470000', '89999999', '06000000', '09999999', NULL, 1652957734),
(94636, '3298', '142.00', '7', '15.001', '20', '88470000', '89999999', '06000000', '09999999', NULL, 1652957735),
(94637, '3220', '266.00', '3', '15.001', '20', '88470000', '89999999', '06000000', '09999999', NULL, 1652957736),
(94638, '3298', '182.00', '7', '20.001', '25', '88470000', '89999999', '06000000', '09999999', NULL, 1652957736),
(94639, '3220', '339.00', '3', '20.001', '25', '88470000', '89999999', '06000000', '09999999', NULL, 1652957737),
(94640, '3298', '221.00', '7', '25.001', '30', '88470000', '89999999', '06000000', '09999999', NULL, 1652957737),
(94641, '3220', '413.00', '3', '25.001', '30', '88470000', '89999999', '06000000', '09999999', NULL, 1652957738),
(94642, '3298', '38.00', '7', '0.3', '5', '88470000', '89999999', '11000000', '11999999', NULL, 1652957739),
(94643, '3220', '85.00', '3', '0.3', '5', '88470000', '89999999', '11000000', '11999999', NULL, 1652957739),
(94644, '3298', '63.00', '7', '5.001', '10', '88470000', '89999999', '11000000', '11999999', NULL, 1652957740),
(94645, '3220', '118.00', '3', '5.001', '10', '88470000', '89999999', '11000000', '11999999', NULL, 1652957740),
(94646, '3298', '103.00', '7', '10.001', '15', '88470000', '89999999', '11000000', '11999999', NULL, 1652957741),
(94647, '3220', '192.00', '3', '10.001', '15', '88470000', '89999999', '11000000', '11999999', NULL, 1652957741),
(94648, '3298', '142.00', '7', '15.001', '20', '88470000', '89999999', '11000000', '11999999', NULL, 1652957742),
(94649, '3220', '266.00', '3', '15.001', '20', '88470000', '89999999', '11000000', '11999999', NULL, 1652957742),
(94650, '3298', '182.00', '7', '20.001', '25', '88470000', '89999999', '11000000', '11999999', NULL, 1652957743),
(94651, '3220', '339.00', '3', '20.001', '25', '88470000', '89999999', '11000000', '11999999', NULL, 1652957744),
(94652, '3298', '221.00', '7', '25.001', '30', '88470000', '89999999', '11000000', '11999999', NULL, 1652957744),
(94653, '3220', '413.00', '3', '25.001', '30', '88470000', '89999999', '11000000', '11999999', NULL, 1652957745),
(94654, '3298', '38.00', '6', '0.3', '5', '88470000', '89999999', '12000000', '19999999', NULL, 1652957746),
(94655, '3220', '85.00', '2', '0.3', '5', '88470000', '89999999', '12000000', '19999999', NULL, 1652957746),
(94656, '3298', '63.00', '6', '5.001', '10', '88470000', '89999999', '12000000', '19999999', NULL, 1652957747),
(94657, '3220', '118.00', '2', '5.001', '10', '88470000', '89999999', '12000000', '19999999', NULL, 1652957747),
(94658, '3298', '103.00', '6', '10.001', '15', '88470000', '89999999', '12000000', '19999999', NULL, 1652957748),
(94659, '3220', '192.00', '2', '10.001', '15', '88470000', '89999999', '12000000', '19999999', NULL, 1652957748),
(94660, '3298', '142.00', '6', '15.001', '20', '88470000', '89999999', '12000000', '19999999', NULL, 1652957749),
(94661, '3220', '266.00', '2', '15.001', '20', '88470000', '89999999', '12000000', '19999999', NULL, 1652957750),
(94662, '3298', '182.00', '6', '20.001', '25', '88470000', '89999999', '12000000', '19999999', NULL, 1652957750),
(94663, '3220', '339.00', '2', '20.001', '25', '88470000', '89999999', '12000000', '19999999', NULL, 1652957751),
(94664, '3298', '221.00', '6', '25.001', '30', '88470000', '89999999', '12000000', '19999999', NULL, 1652957751),
(94665, '3220', '413.00', '2', '25.001', '30', '88470000', '89999999', '12000000', '19999999', NULL, 1652957752),
(94666, '3298', '50.00', '8', '0.3', '5', '88470000', '89999999', '26601000', '28999999', NULL, 1652957764),
(94667, '3220', '124.00', '5', '0.3', '5', '88470000', '89999999', '26601000', '28999999', NULL, 1652957765),
(94668, '3298', '83.00', '8', '5.001', '10', '88470000', '89999999', '26601000', '28999999', NULL, 1652957766),
(94669, '3220', '175.00', '5', '5.001', '10', '88470000', '89999999', '26601000', '28999999', NULL, 1652957766),
(94670, '3298', '135.00', '8', '10.001', '15', '88470000', '89999999', '26601000', '28999999', NULL, 1652957767),
(94671, '3220', '283.00', '5', '10.001', '15', '88470000', '89999999', '26601000', '28999999', NULL, 1652957767),
(94672, '3298', '186.00', '8', '15.001', '20', '88470000', '89999999', '26601000', '28999999', NULL, 1652957768),
(94673, '3220', '392.00', '5', '15.001', '20', '88470000', '89999999', '26601000', '28999999', NULL, 1652957769),
(94674, '3298', '238.00', '8', '20.001', '25', '88470000', '89999999', '26601000', '28999999', NULL, 1652957769),
(94675, '3220', '500.00', '5', '20.001', '25', '88470000', '89999999', '26601000', '28999999', NULL, 1652957770),
(94676, '3298', '290.00', '8', '25.001', '30', '88470000', '89999999', '26601000', '28999999', NULL, 1652957770),
(94677, '3220', '609.00', '5', '25.001', '30', '88470000', '89999999', '26601000', '28999999', NULL, 1652957771),
(94678, '3298', '60.00', '6', '0.3', '5', '88470000', '89999999', '29000000', '29099999', NULL, 1652957772),
(94679, '3220', '132.00', '2', '0.3', '5', '88470000', '89999999', '29000000', '29099999', NULL, 1652957772),
(94680, '3298', '91.00', '6', '5.001', '10', '88470000', '89999999', '29000000', '29099999', NULL, 1652957773),
(94681, '3220', '190.00', '2', '5.001', '10', '88470000', '89999999', '29000000', '29099999', NULL, 1652957774),
(94682, '3298', '148.00', '6', '10.001', '15', '88470000', '89999999', '29000000', '29099999', NULL, 1652957774),
(94683, '3220', '308.00', '2', '10.001', '15', '88470000', '89999999', '29000000', '29099999', NULL, 1652957774),
(94684, '3298', '205.00', '6', '15.001', '20', '88470000', '89999999', '29000000', '29099999', NULL, 1652957775),
(94685, '3220', '427.00', '2', '15.001', '20', '88470000', '89999999', '29000000', '29099999', NULL, 1652957776),
(94686, '3298', '262.00', '6', '20.001', '25', '88470000', '89999999', '29000000', '29099999', NULL, 1652957776),
(94687, '3220', '545.00', '2', '20.001', '25', '88470000', '89999999', '29000000', '29099999', NULL, 1652957777),
(94688, '3298', '319.00', '6', '25.001', '30', '88470000', '89999999', '29000000', '29099999', NULL, 1652957778),
(94689, '3220', '663.00', '2', '25.001', '30', '88470000', '89999999', '29000000', '29099999', NULL, 1652957778),
(94690, '3298', '70.00', '9', '0.3', '5', '88470000', '89999999', '29100000', '29999999', NULL, 1652957778),
(94691, '3220', '157.00', '6', '0.3', '5', '88470000', '89999999', '29100000', '29999999', NULL, 1652957779),
(94692, '3298', '106.00', '9', '5.001', '10', '88470000', '89999999', '29100000', '29999999', NULL, 1652957780),
(94693, '3220', '226.00', '6', '5.001', '10', '88470000', '89999999', '29100000', '29999999', NULL, 1652957780),
(94694, '3298', '172.00', '9', '10.001', '15', '88470000', '89999999', '29100000', '29999999', NULL, 1652957781),
(94695, '3220', '367.00', '6', '10.001', '15', '88470000', '89999999', '29100000', '29999999', NULL, 1652957781),
(94696, '3298', '239.00', '9', '15.001', '20', '88470000', '89999999', '29100000', '29999999', NULL, 1652957782),
(94697, '3220', '508.00', '6', '15.001', '20', '88470000', '89999999', '29100000', '29999999', NULL, 1652957782),
(94698, '3298', '305.00', '9', '20.001', '25', '88470000', '89999999', '29100000', '29999999', NULL, 1652957783),
(94699, '3220', '649.00', '6', '20.001', '25', '88470000', '89999999', '29100000', '29999999', NULL, 1652957783),
(94700, '3298', '371.00', '9', '25.001', '30', '88470000', '89999999', '29100000', '29999999', NULL, 1652957784),
(94701, '3220', '789.00', '6', '25.001', '30', '88470000', '89999999', '29100000', '29999999', NULL, 1652957785),
(94702, '3298', '43.00', '6', '0.3', '5', '88470000', '89999999', '30000000', '31999999', NULL, 1652957785),
(94703, '3220', '104.00', '2', '0.3', '5', '88470000', '89999999', '30000000', '31999999', NULL, 1652957786),
(94704, '3298', '71.00', '6', '5.001', '10', '88470000', '89999999', '30000000', '31999999', NULL, 1652957786),
(94705, '3220', '147.00', '2', '5.001', '10', '88470000', '89999999', '30000000', '31999999', NULL, 1652957787),
(94706, '3298', '116.00', '6', '10.001', '15', '88470000', '89999999', '30000000', '31999999', NULL, 1652957787),
(94707, '3220', '238.00', '2', '10.001', '15', '88470000', '89999999', '30000000', '31999999', NULL, 1652957788),
(94708, '3298', '160.00', '6', '15.001', '20', '88470000', '89999999', '30000000', '31999999', NULL, 1652957789),
(94709, '3220', '329.00', '2', '15.001', '20', '88470000', '89999999', '30000000', '31999999', NULL, 1652957789),
(94710, '3298', '205.00', '6', '20.001', '25', '88470000', '89999999', '30000000', '31999999', NULL, 1652957790),
(94711, '3220', '420.00', '2', '20.001', '25', '88470000', '89999999', '30000000', '31999999', NULL, 1652957791),
(94712, '3298', '249.00', '6', '25.001', '30', '88470000', '89999999', '30000000', '31999999', NULL, 1652957791),
(94713, '3220', '511.00', '2', '25.001', '30', '88470000', '89999999', '30000000', '31999999', NULL, 1652957792),
(94714, '3298', '43.00', '6', '0.3', '5', '88470000', '89999999', '30000000', '34999999', NULL, 1652957792),
(94715, '3220', '104.00', '2', '0.3', '5', '88470000', '89999999', '30000000', '34999999', NULL, 1652957793),
(94716, '3298', '71.00', '6', '5.001', '10', '88470000', '89999999', '30000000', '34999999', NULL, 1652957793),
(94717, '3220', '147.00', '2', '5.001', '10', '88470000', '89999999', '30000000', '34999999', NULL, 1652957794),
(94718, '3298', '116.00', '6', '10.001', '15', '88470000', '89999999', '30000000', '34999999', NULL, 1652957795),
(94719, '3220', '238.00', '2', '10.001', '15', '88470000', '89999999', '30000000', '34999999', NULL, 1652957795),
(94720, '3298', '160.00', '6', '15.001', '20', '88470000', '89999999', '30000000', '34999999', NULL, 1652957795),
(94721, '3220', '329.00', '2', '15.001', '20', '88470000', '89999999', '30000000', '34999999', NULL, 1652957796),
(94722, '3298', '205.00', '6', '20.001', '25', '88470000', '89999999', '30000000', '34999999', NULL, 1652957796),
(94723, '3220', '420.00', '2', '20.001', '25', '88470000', '89999999', '30000000', '34999999', NULL, 1652957797),
(94724, '3298', '249.00', '6', '25.001', '30', '88470000', '89999999', '30000000', '34999999', NULL, 1652957797),
(94725, '3220', '511.00', '2', '25.001', '30', '88470000', '89999999', '30000000', '34999999', NULL, 1652957797),
(94726, '3298', '50.00', '9', '0.3', '5', '88470000', '89999999', '35000000', '39999999', NULL, 1652957798),
(94727, '3220', '124.00', '5', '0.3', '5', '88470000', '89999999', '35000000', '39999999', NULL, 1652957799),
(94728, '3298', '83.00', '9', '5.001', '10', '88470000', '89999999', '35000000', '39999999', NULL, 1652957799),
(94729, '3220', '175.00', '5', '5.001', '10', '88470000', '89999999', '35000000', '39999999', NULL, 1652957800),
(94730, '3298', '135.00', '9', '10.001', '15', '88470000', '89999999', '35000000', '39999999', NULL, 1652957800),
(94731, '3220', '283.00', '5', '10.001', '15', '88470000', '89999999', '35000000', '39999999', NULL, 1652957801),
(94732, '3298', '186.00', '9', '15.001', '20', '88470000', '89999999', '35000000', '39999999', NULL, 1652957801),
(94733, '3220', '392.00', '5', '15.001', '20', '88470000', '89999999', '35000000', '39999999', NULL, 1652957802),
(94734, '3298', '238.00', '9', '20.001', '25', '88470000', '89999999', '35000000', '39999999', NULL, 1652957803),
(94735, '3220', '500.00', '5', '20.001', '25', '88470000', '89999999', '35000000', '39999999', NULL, 1652957803),
(94736, '3298', '290.00', '9', '25.001', '30', '88470000', '89999999', '35000000', '39999999', NULL, 1652957804),
(94737, '3220', '609.00', '5', '25.001', '30', '88470000', '89999999', '35000000', '39999999', NULL, 1652957804),
(94738, '3298', '78.00', '6', '0.3', '5', '88470000', '89999999', '40000000', '41999999', NULL, 1652957805),
(94739, '3220', '154.00', '2', '0.3', '5', '88470000', '89999999', '40000000', '41999999', NULL, 1652957805),
(94740, '3298', '114.00', '6', '5.001', '10', '88470000', '89999999', '40000000', '41999999', NULL, 1652957806),
(94741, '3220', '223.00', '2', '5.001', '10', '88470000', '89999999', '40000000', '41999999', NULL, 1652957806),
(94742, '3298', '185.00', '6', '10.001', '15', '88470000', '89999999', '40000000', '41999999', NULL, 1652957807),
(94743, '3220', '361.00', '2', '10.001', '15', '88470000', '89999999', '40000000', '41999999', NULL, 1652957808),
(94744, '3298', '256.00', '6', '15.001', '20', '88470000', '89999999', '40000000', '41999999', NULL, 1652957808),
(94745, '3220', '500.00', '2', '15.001', '20', '88470000', '89999999', '40000000', '41999999', NULL, 1652957809),
(94746, '3298', '327.00', '6', '20.001', '25', '88470000', '89999999', '40000000', '41999999', NULL, 1652957809),
(94747, '3220', '638.00', '2', '20.001', '25', '88470000', '89999999', '40000000', '41999999', NULL, 1652957810),
(94748, '3298', '398.00', '6', '25.001', '30', '88470000', '89999999', '40000000', '41999999', NULL, 1652957810),
(94749, '3220', '777.00', '2', '25.001', '30', '88470000', '89999999', '40000000', '41999999', NULL, 1652957811),
(94750, '3298', '78.00', '6', '0.3', '5', '88470000', '89999999', '40000000', '44470999', NULL, 1652957811),
(94751, '3220', '154.00', '2', '0.3', '5', '88470000', '89999999', '40000000', '44470999', NULL, 1652957812),
(94752, '3298', '114.00', '6', '5.001', '10', '88470000', '89999999', '40000000', '44470999', NULL, 1652957812),
(94753, '3220', '223.00', '2', '5.001', '10', '88470000', '89999999', '40000000', '44470999', NULL, 1652957813),
(94754, '3298', '185.00', '6', '10.001', '15', '88470000', '89999999', '40000000', '44470999', NULL, 1652957813),
(94755, '3220', '361.00', '2', '10.001', '15', '88470000', '89999999', '40000000', '44470999', NULL, 1652957814),
(94756, '3298', '256.00', '6', '15.001', '20', '88470000', '89999999', '40000000', '44470999', NULL, 1652957815),
(94757, '3220', '500.00', '2', '15.001', '20', '88470000', '89999999', '40000000', '44470999', NULL, 1652957815),
(94758, '3298', '327.00', '6', '20.001', '25', '88470000', '89999999', '40000000', '44470999', NULL, 1652957816),
(94759, '3220', '638.00', '2', '20.001', '25', '88470000', '89999999', '40000000', '44470999', NULL, 1652957817),
(94760, '3298', '398.00', '6', '25.001', '30', '88470000', '89999999', '40000000', '44470999', NULL, 1652957817),
(94761, '3220', '777.00', '2', '25.001', '30', '88470000', '89999999', '40000000', '44470999', NULL, 1652957818),
(94762, '3298', '78.00', '7', '0.3', '5', '88470000', '89999999', '44471000', '48999999', NULL, 1652957818),
(94763, '3220', '154.00', '3', '0.3', '5', '88470000', '89999999', '44471000', '48999999', NULL, 1652957819),
(94764, '3298', '114.00', '7', '5.001', '10', '88470000', '89999999', '44471000', '48999999', NULL, 1652957820),
(94765, '3220', '223.00', '3', '5.001', '10', '88470000', '89999999', '44471000', '48999999', NULL, 1652957820),
(94766, '3298', '185.00', '7', '10.001', '15', '88470000', '89999999', '44471000', '48999999', NULL, 1652957821),
(94767, '3220', '361.00', '3', '10.001', '15', '88470000', '89999999', '44471000', '48999999', NULL, 1652957821),
(94768, '3298', '256.00', '7', '15.001', '20', '88470000', '89999999', '44471000', '48999999', NULL, 1652957822),
(94769, '3220', '500.00', '3', '15.001', '20', '88470000', '89999999', '44471000', '48999999', NULL, 1652957823),
(94770, '3298', '327.00', '7', '20.001', '25', '88470000', '89999999', '44471000', '48999999', NULL, 1652957823),
(94771, '3220', '638.00', '3', '20.001', '25', '88470000', '89999999', '44471000', '48999999', NULL, 1652957824),
(94772, '3298', '398.00', '7', '25.001', '30', '88470000', '89999999', '44471000', '48999999', NULL, 1652957824),
(94773, '3220', '777.00', '3', '25.001', '30', '88470000', '89999999', '44471000', '48999999', NULL, 1652957825),
(94774, '3298', '78.00', '8', '0.3', '5', '88470000', '89999999', '49000000', '49099999', NULL, 1652957825),
(94775, '3220', '154.00', '3', '0.3', '5', '88470000', '89999999', '49000000', '49099999', NULL, 1652957826),
(94776, '3298', '114.00', '8', '5.001', '10', '88470000', '89999999', '49000000', '49099999', NULL, 1652957826),
(94777, '3220', '223.00', '3', '5.001', '10', '88470000', '89999999', '49000000', '49099999', NULL, 1652957827),
(94778, '3298', '185.00', '8', '10.001', '15', '88470000', '89999999', '49000000', '49099999', NULL, 1652957827),
(94779, '3220', '361.00', '3', '10.001', '15', '88470000', '89999999', '49000000', '49099999', NULL, 1652957828),
(94780, '3298', '256.00', '8', '15.001', '20', '88470000', '89999999', '49000000', '49099999', NULL, 1652957829),
(94781, '3220', '500.00', '3', '15.001', '20', '88470000', '89999999', '49000000', '49099999', NULL, 1652957829),
(94782, '3298', '327.00', '8', '20.001', '25', '88470000', '89999999', '49000000', '49099999', NULL, 1652957830),
(94783, '3220', '638.00', '3', '20.001', '25', '88470000', '89999999', '49000000', '49099999', NULL, 1652957831),
(94784, '3298', '398.00', '8', '25.001', '30', '88470000', '89999999', '49000000', '49099999', NULL, 1652957831),
(94785, '3220', '777.00', '3', '25.001', '30', '88470000', '89999999', '49000000', '49099999', NULL, 1652957832),
(94786, '3298', '90.00', '12', '0.3', '5', '88470000', '89999999', '49100000', '49999999', NULL, 1652957832),
(94787, '3220', '183.00', '6', '0.3', '5', '88470000', '89999999', '49100000', '49999999', NULL, 1652957833),
(94788, '3298', '133.00', '12', '5.001', '10', '88470000', '89999999', '49100000', '49999999', NULL, 1652957834),
(94789, '3220', '266.00', '6', '5.001', '10', '88470000', '89999999', '49100000', '49999999', NULL, 1652957834),
(94790, '3298', '215.00', '12', '10.001', '15', '88470000', '89999999', '49100000', '49999999', NULL, 1652957835),
(94791, '3220', '430.00', '6', '10.001', '15', '88470000', '89999999', '49100000', '49999999', NULL, 1652957835),
(94792, '3298', '298.00', '12', '15.001', '20', '88470000', '89999999', '49100000', '49999999', NULL, 1652957836),
(94793, '3220', '595.00', '6', '15.001', '20', '88470000', '89999999', '49100000', '49999999', NULL, 1652957836),
(94794, '3298', '380.00', '12', '20.001', '25', '88470000', '89999999', '49100000', '49999999', NULL, 1652957837),
(94795, '3220', '760.00', '6', '20.001', '25', '88470000', '89999999', '49100000', '49999999', NULL, 1652957838),
(94796, '3298', '463.00', '12', '25.001', '30', '88470000', '89999999', '49100000', '49999999', NULL, 1652957838),
(94797, '3220', '925.00', '6', '25.001', '30', '88470000', '89999999', '49100000', '49999999', NULL, 1652957839),
(94798, '3298', '78.00', '7', '0.3', '5', '88470000', '89999999', '50000000', '52999999', NULL, 1652957839),
(94799, '3220', '154.00', '3', '0.3', '5', '88470000', '89999999', '50000000', '52999999', NULL, 1652957840),
(94800, '3298', '114.00', '7', '5.001', '10', '88470000', '89999999', '50000000', '52999999', NULL, 1652957840),
(94801, '3220', '223.00', '3', '5.001', '10', '88470000', '89999999', '50000000', '52999999', NULL, 1652957841),
(94802, '3298', '185.00', '7', '10.001', '15', '88470000', '89999999', '50000000', '52999999', NULL, 1652957842),
(94803, '3220', '361.00', '3', '10.001', '15', '88470000', '89999999', '50000000', '52999999', NULL, 1652957842),
(94804, '3298', '256.00', '7', '15.001', '20', '88470000', '89999999', '50000000', '52999999', NULL, 1652957843),
(94805, '3220', '500.00', '3', '15.001', '20', '88470000', '89999999', '50000000', '52999999', NULL, 1652957843),
(94806, '3298', '327.00', '7', '20.001', '25', '88470000', '89999999', '50000000', '52999999', NULL, 1652957844),
(94807, '3220', '638.00', '3', '20.001', '25', '88470000', '89999999', '50000000', '52999999', NULL, 1652957844),
(94808, '3298', '398.00', '7', '25.001', '30', '88470000', '89999999', '50000000', '52999999', NULL, 1652957845),
(94809, '3220', '777.00', '3', '25.001', '30', '88470000', '89999999', '50000000', '52999999', NULL, 1652957845),
(94810, '3298', '78.00', '7', '0.3', '5', '88470000', '89999999', '50000000', '54999999', NULL, 1652957846),
(94811, '3220', '154.00', '3', '0.3', '5', '88470000', '89999999', '50000000', '54999999', NULL, 1652957846),
(94812, '3298', '114.00', '7', '5.001', '10', '88470000', '89999999', '50000000', '54999999', NULL, 1652957847),
(94813, '3220', '223.00', '3', '5.001', '10', '88470000', '89999999', '50000000', '54999999', NULL, 1652957847),
(94814, '3298', '185.00', '7', '10.001', '15', '88470000', '89999999', '50000000', '54999999', NULL, 1652957848),
(94815, '3220', '361.00', '3', '10.001', '15', '88470000', '89999999', '50000000', '54999999', NULL, 1652957848),
(94816, '3298', '256.00', '7', '15.001', '20', '88470000', '89999999', '50000000', '54999999', NULL, 1652957849),
(94817, '3220', '500.00', '3', '15.001', '20', '88470000', '89999999', '50000000', '54999999', NULL, 1652957849),
(94818, '3298', '327.00', '7', '20.001', '25', '88470000', '89999999', '50000000', '54999999', NULL, 1652957850),
(94819, '3220', '638.00', '3', '20.001', '25', '88470000', '89999999', '50000000', '54999999', NULL, 1652957850),
(94820, '3298', '398.00', '7', '25.001', '30', '88470000', '89999999', '50000000', '54999999', NULL, 1652957851),
(94821, '3220', '777.00', '3', '25.001', '30', '88470000', '89999999', '50000000', '54999999', NULL, 1652957852),
(94822, '3298', '90.00', '12', '0.3', '5', '88470000', '89999999', '55000000', '56999999', NULL, 1652957852),
(94823, '3220', '183.00', '7', '0.3', '5', '88470000', '89999999', '55000000', '56999999', NULL, 1652957853),
(94824, '3298', '133.00', '12', '5.001', '10', '88470000', '89999999', '55000000', '56999999', NULL, 1652957853),
(94825, '3220', '266.00', '7', '5.001', '10', '88470000', '89999999', '55000000', '56999999', NULL, 1652957854),
(94826, '3298', '215.00', '12', '10.001', '15', '88470000', '89999999', '55000000', '56999999', NULL, 1652957855),
(94827, '3220', '430.00', '7', '10.001', '15', '88470000', '89999999', '55000000', '56999999', NULL, 1652957856),
(94828, '3298', '298.00', '12', '15.001', '20', '88470000', '89999999', '55000000', '56999999', NULL, 1652957856),
(94829, '3220', '595.00', '7', '15.001', '20', '88470000', '89999999', '55000000', '56999999', NULL, 1652957857),
(94830, '3298', '380.00', '12', '20.001', '25', '88470000', '89999999', '55000000', '56999999', NULL, 1652957857),
(94831, '3220', '760.00', '7', '20.001', '25', '88470000', '89999999', '55000000', '56999999', NULL, 1652957858),
(94832, '3298', '463.00', '12', '25.001', '30', '88470000', '89999999', '55000000', '56999999', NULL, 1652957858),
(94833, '3220', '925.00', '7', '25.001', '30', '88470000', '89999999', '55000000', '56999999', NULL, 1652957859),
(94834, '3298', '78.00', '8', '0.3', '5', '88470000', '89999999', '57000000', '57099999', NULL, 1652957859),
(94835, '3220', '154.00', '3', '0.3', '5', '88470000', '89999999', '57000000', '57099999', NULL, 1652957860),
(94836, '3298', '114.00', '8', '5.001', '10', '88470000', '89999999', '57000000', '57099999', NULL, 1652957861),
(94837, '3220', '223.00', '3', '5.001', '10', '88470000', '89999999', '57000000', '57099999', NULL, 1652957861),
(94838, '3298', '185.00', '8', '10.001', '15', '88470000', '89999999', '57000000', '57099999', NULL, 1652957862),
(94839, '3220', '361.00', '3', '10.001', '15', '88470000', '89999999', '57000000', '57099999', NULL, 1652957863),
(94840, '3298', '256.00', '8', '15.001', '20', '88470000', '89999999', '57000000', '57099999', NULL, 1652957863),
(94841, '3220', '500.00', '3', '15.001', '20', '88470000', '89999999', '57000000', '57099999', NULL, 1652957864),
(94842, '3298', '327.00', '8', '20.001', '25', '88470000', '89999999', '57000000', '57099999', NULL, 1652957864),
(94843, '3220', '638.00', '3', '20.001', '25', '88470000', '89999999', '57000000', '57099999', NULL, 1652957865),
(94844, '3298', '398.00', '8', '25.001', '30', '88470000', '89999999', '57000000', '57099999', NULL, 1652957866),
(94845, '3220', '777.00', '3', '25.001', '30', '88470000', '89999999', '57000000', '57099999', NULL, 1652957866),
(94846, '3298', '78.00', '11', '0.3', '5', '88470000', '89999999', '57100000', '57999999', NULL, 1652957867),
(94847, '3220', '154.00', '6', '0.3', '5', '88470000', '89999999', '57100000', '57999999', NULL, 1652957868),
(94848, '3298', '114.00', '11', '5.001', '10', '88470000', '89999999', '57100000', '57999999', NULL, 1652957868),
(94849, '3220', '223.00', '6', '5.001', '10', '88470000', '89999999', '57100000', '57999999', NULL, 1652957869),
(94850, '3298', '185.00', '11', '10.001', '15', '88470000', '89999999', '57100000', '57999999', NULL, 1652957869),
(94851, '3220', '361.00', '6', '10.001', '15', '88470000', '89999999', '57100000', '57999999', NULL, 1652957870),
(94852, '3298', '256.00', '11', '15.001', '20', '88470000', '89999999', '57100000', '57999999', NULL, 1652957870),
(94853, '3220', '500.00', '6', '15.001', '20', '88470000', '89999999', '57100000', '57999999', NULL, 1652957871),
(94854, '3298', '327.00', '11', '20.001', '25', '88470000', '89999999', '57100000', '57999999', NULL, 1652957872),
(94855, '3220', '638.00', '6', '20.001', '25', '88470000', '89999999', '57100000', '57999999', NULL, 1652957872),
(94856, '3298', '398.00', '11', '25.001', '30', '88470000', '89999999', '57100000', '57999999', NULL, 1652957873),
(94857, '3220', '777.00', '6', '25.001', '30', '88470000', '89999999', '57100000', '57999999', NULL, 1652957873),
(94858, '3298', '78.00', '8', '0.3', '5', '88470000', '89999999', '58000000', '58099999', NULL, 1652957874),
(94859, '3220', '154.00', '3', '0.3', '5', '88470000', '89999999', '58000000', '58099999', NULL, 1652957874),
(94860, '3298', '114.00', '8', '5.001', '10', '88470000', '89999999', '58000000', '58099999', NULL, 1652957875),
(94861, '3220', '223.00', '3', '5.001', '10', '88470000', '89999999', '58000000', '58099999', NULL, 1652957875),
(94862, '3298', '185.00', '8', '10.001', '15', '88470000', '89999999', '58000000', '58099999', NULL, 1652957876),
(94863, '3220', '361.00', '3', '10.001', '15', '88470000', '89999999', '58000000', '58099999', NULL, 1652957876),
(94864, '3298', '256.00', '8', '15.001', '20', '88470000', '89999999', '58000000', '58099999', NULL, 1652957877),
(94865, '3220', '500.00', '3', '15.001', '20', '88470000', '89999999', '58000000', '58099999', NULL, 1652957878),
(94866, '3298', '327.00', '8', '20.001', '25', '88470000', '89999999', '58000000', '58099999', NULL, 1652957878),
(94867, '3220', '638.00', '3', '20.001', '25', '88470000', '89999999', '58000000', '58099999', NULL, 1652957879),
(94868, '3298', '398.00', '8', '25.001', '30', '88470000', '89999999', '58000000', '58099999', NULL, 1652957879),
(94869, '3220', '777.00', '3', '25.001', '30', '88470000', '89999999', '58000000', '58099999', NULL, 1652957880),
(94870, '3298', '90.00', '14', '0.3', '5', '88470000', '89999999', '58100000', '58999999', NULL, 1652957881),
(94871, '3220', '183.00', '9', '0.3', '5', '88470000', '89999999', '58100000', '58999999', NULL, 1652957881),
(94872, '3298', '133.00', '14', '5.001', '10', '88470000', '89999999', '58100000', '58999999', NULL, 1652957882),
(94873, '3220', '266.00', '9', '5.001', '10', '88470000', '89999999', '58100000', '58999999', NULL, 1652957882),
(94874, '3298', '215.00', '14', '10.001', '15', '88470000', '89999999', '58100000', '58999999', NULL, 1652957883),
(94875, '3220', '430.00', '9', '10.001', '15', '88470000', '89999999', '58100000', '58999999', NULL, 1652957884),
(94876, '3298', '298.00', '14', '15.001', '20', '88470000', '89999999', '58100000', '58999999', NULL, 1652957884),
(94877, '3220', '595.00', '9', '15.001', '20', '88470000', '89999999', '58100000', '58999999', NULL, 1652957885),
(94878, '3298', '380.00', '14', '20.001', '25', '88470000', '89999999', '58100000', '58999999', NULL, 1652957885),
(94879, '3220', '760.00', '9', '20.001', '25', '88470000', '89999999', '58100000', '58999999', NULL, 1652957886),
(94880, '3298', '463.00', '14', '25.001', '30', '88470000', '89999999', '58100000', '58999999', NULL, 1652957886),
(94881, '3220', '925.00', '9', '25.001', '30', '88470000', '89999999', '58100000', '58999999', NULL, 1652957887),
(94882, '3298', '78.00', '8', '0.3', '5', '88470000', '89999999', '59000000', '59099999', NULL, 1652957887),
(94883, '3220', '154.00', '3', '0.3', '5', '88470000', '89999999', '59000000', '59099999', NULL, 1652957888),
(94884, '3298', '114.00', '8', '5.001', '10', '88470000', '89999999', '59000000', '59099999', NULL, 1652957888),
(94885, '3220', '223.00', '3', '5.001', '10', '88470000', '89999999', '59000000', '59099999', NULL, 1652957889),
(94886, '3298', '185.00', '8', '10.001', '15', '88470000', '89999999', '59000000', '59099999', NULL, 1652957889),
(94887, '3220', '361.00', '3', '10.001', '15', '88470000', '89999999', '59000000', '59099999', NULL, 1652957890),
(94888, '3298', '256.00', '8', '15.001', '20', '88470000', '89999999', '59000000', '59099999', NULL, 1652957890),
(94889, '3220', '500.00', '3', '15.001', '20', '88470000', '89999999', '59000000', '59099999', NULL, 1652957891),
(94890, '3298', '327.00', '8', '20.001', '25', '88470000', '89999999', '59000000', '59099999', NULL, 1652957891),
(94891, '3220', '638.00', '3', '20.001', '25', '88470000', '89999999', '59000000', '59099999', NULL, 1652957892),
(94892, '3298', '398.00', '8', '25.001', '30', '88470000', '89999999', '59000000', '59099999', NULL, 1652957892),
(94893, '3220', '777.00', '3', '25.001', '30', '88470000', '89999999', '59000000', '59099999', NULL, 1652957893),
(94894, '3298', '78.00', '8', '0.3', '5', '88470000', '89999999', '59100000', '59999999', NULL, 1652957893),
(94895, '3220', '154.00', '3', '0.3', '5', '88470000', '89999999', '59100000', '59999999', NULL, 1652957894),
(94896, '3298', '114.00', '8', '5.001', '10', '88470000', '89999999', '59100000', '59999999', NULL, 1652957894),
(94897, '3220', '223.00', '3', '5.001', '10', '88470000', '89999999', '59100000', '59999999', NULL, 1652957895),
(94898, '3298', '185.00', '8', '10.001', '15', '88470000', '89999999', '59100000', '59999999', NULL, 1652957896),
(94899, '3220', '361.00', '3', '10.001', '15', '88470000', '89999999', '59100000', '59999999', NULL, 1652957896),
(94900, '3298', '256.00', '8', '15.001', '20', '88470000', '89999999', '59100000', '59999999', NULL, 1652957897),
(94901, '3220', '500.00', '3', '15.001', '20', '88470000', '89999999', '59100000', '59999999', NULL, 1652957897),
(94902, '3298', '327.00', '8', '20.001', '25', '88470000', '89999999', '59100000', '59999999', NULL, 1652957898),
(94903, '3220', '638.00', '3', '20.001', '25', '88470000', '89999999', '59100000', '59999999', NULL, 1652957898),
(94904, '3298', '398.00', '8', '25.001', '30', '88470000', '89999999', '59100000', '59999999', NULL, 1652957899),
(94905, '3220', '777.00', '3', '25.001', '30', '88470000', '89999999', '59100000', '59999999', NULL, 1652957900),
(94906, '3298', '78.00', '8', '0.3', '5', '88470000', '89999999', '60000000', '60999999', NULL, 1652957900),
(94907, '3220', '154.00', '3', '0.3', '5', '88470000', '89999999', '60000000', '60999999', NULL, 1652957901),
(94908, '3298', '114.00', '8', '5.001', '10', '88470000', '89999999', '60000000', '60999999', NULL, 1652957901),
(94909, '3220', '223.00', '3', '5.001', '10', '88470000', '89999999', '60000000', '60999999', NULL, 1652957902),
(94910, '3298', '185.00', '8', '10.001', '15', '88470000', '89999999', '60000000', '60999999', NULL, 1652957903),
(94911, '3220', '361.00', '3', '10.001', '15', '88470000', '89999999', '60000000', '60999999', NULL, 1652957903),
(94912, '3298', '256.00', '8', '15.001', '20', '88470000', '89999999', '60000000', '60999999', NULL, 1652957904),
(94913, '3220', '500.00', '3', '15.001', '20', '88470000', '89999999', '60000000', '60999999', NULL, 1652957904),
(94914, '3298', '327.00', '8', '20.001', '25', '88470000', '89999999', '60000000', '60999999', NULL, 1652957905),
(94915, '3220', '638.00', '3', '20.001', '25', '88470000', '89999999', '60000000', '60999999', NULL, 1652957905),
(94916, '3298', '398.00', '8', '25.001', '30', '88470000', '89999999', '60000000', '60999999', NULL, 1652957906),
(94917, '3220', '777.00', '3', '25.001', '30', '88470000', '89999999', '60000000', '60999999', NULL, 1652957906),
(94918, '3298', '78.00', '8', '0.3', '5', '88470000', '89999999', '60000000', '61900999', NULL, 1652957907),
(94919, '3220', '154.00', '3', '0.3', '5', '88470000', '89999999', '60000000', '61900999', NULL, 1652957908),
(94920, '3298', '114.00', '8', '5.001', '10', '88470000', '89999999', '60000000', '61900999', NULL, 1652957908),
(94921, '3220', '223.00', '3', '5.001', '10', '88470000', '89999999', '60000000', '61900999', NULL, 1652957909),
(94922, '3298', '185.00', '8', '10.001', '15', '88470000', '89999999', '60000000', '61900999', NULL, 1652957909),
(94923, '3220', '361.00', '3', '10.001', '15', '88470000', '89999999', '60000000', '61900999', NULL, 1652957910),
(94924, '3298', '256.00', '8', '15.001', '20', '88470000', '89999999', '60000000', '61900999', NULL, 1652957910),
(94925, '3220', '500.00', '3', '15.001', '20', '88470000', '89999999', '60000000', '61900999', NULL, 1652957911),
(94926, '3298', '327.00', '8', '20.001', '25', '88470000', '89999999', '60000000', '61900999', NULL, 1652957911),
(94927, '3220', '638.00', '3', '20.001', '25', '88470000', '89999999', '60000000', '61900999', NULL, 1652957912),
(94928, '3298', '398.00', '8', '25.001', '30', '88470000', '89999999', '60000000', '61900999', NULL, 1652957912),
(94929, '3220', '777.00', '3', '25.001', '30', '88470000', '89999999', '60000000', '61900999', NULL, 1652957913),
(94930, '3298', '90.00', '13', '0.3', '5', '88470000', '89999999', '61901000', '63999999', NULL, 1652957913),
(94931, '3220', '183.00', '8', '0.3', '5', '88470000', '89999999', '61901000', '63999999', NULL, 1652957914),
(94932, '3298', '133.00', '13', '5.001', '10', '88470000', '89999999', '61901000', '63999999', NULL, 1652957915),
(94933, '3220', '266.00', '8', '5.001', '10', '88470000', '89999999', '61901000', '63999999', NULL, 1652957915),
(94934, '3298', '215.00', '13', '10.001', '15', '88470000', '89999999', '61901000', '63999999', NULL, 1652957916),
(94935, '3220', '430.00', '8', '10.001', '15', '88470000', '89999999', '61901000', '63999999', NULL, 1652957916),
(94936, '3298', '298.00', '13', '15.001', '20', '88470000', '89999999', '61901000', '63999999', NULL, 1652957917),
(94937, '3220', '595.00', '8', '15.001', '20', '88470000', '89999999', '61901000', '63999999', NULL, 1652957918),
(94938, '3298', '380.00', '13', '20.001', '25', '88470000', '89999999', '61901000', '63999999', NULL, 1652957918),
(94939, '3220', '760.00', '8', '20.001', '25', '88470000', '89999999', '61901000', '63999999', NULL, 1652957919),
(94940, '3298', '463.00', '13', '25.001', '30', '88470000', '89999999', '61901000', '63999999', NULL, 1652957919),
(94941, '3220', '925.00', '8', '25.001', '30', '88470000', '89999999', '61901000', '63999999', NULL, 1652957920),
(94942, '3298', '78.00', '9', '0.3', '5', '88470000', '89999999', '64000000', '64099999', NULL, 1652957921);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(94943, '3220', '154.00', '5', '0.3', '5', '88470000', '89999999', '64000000', '64099999', NULL, 1652957921),
(94944, '3298', '114.00', '9', '5.001', '10', '88470000', '89999999', '64000000', '64099999', NULL, 1652957922),
(94945, '3220', '223.00', '5', '5.001', '10', '88470000', '89999999', '64000000', '64099999', NULL, 1652957922),
(94946, '3298', '185.00', '9', '10.001', '15', '88470000', '89999999', '64000000', '64099999', NULL, 1652957923),
(94947, '3220', '361.00', '5', '10.001', '15', '88470000', '89999999', '64000000', '64099999', NULL, 1652957923),
(94948, '3298', '256.00', '9', '15.001', '20', '88470000', '89999999', '64000000', '64099999', NULL, 1652957924),
(94949, '3220', '500.00', '5', '15.001', '20', '88470000', '89999999', '64000000', '64099999', NULL, 1652957924),
(94950, '3298', '327.00', '9', '20.001', '25', '88470000', '89999999', '64000000', '64099999', NULL, 1652957925),
(94951, '3220', '638.00', '5', '20.001', '25', '88470000', '89999999', '64000000', '64099999', NULL, 1652957926),
(94952, '3298', '398.00', '9', '25.001', '30', '88470000', '89999999', '64000000', '64099999', NULL, 1652957926),
(94953, '3220', '777.00', '5', '25.001', '30', '88470000', '89999999', '64000000', '64099999', NULL, 1652957927),
(94954, '3298', '90.00', '12', '0.3', '5', '88470000', '89999999', '64100000', '64999999', NULL, 1652957927),
(94955, '3220', '183.00', '9', '0.3', '5', '88470000', '89999999', '64100000', '64999999', NULL, 1652957928),
(94956, '3298', '133.00', '12', '5.001', '10', '88470000', '89999999', '64100000', '64999999', NULL, 1652957928),
(94957, '3220', '266.00', '9', '5.001', '10', '88470000', '89999999', '64100000', '64999999', NULL, 1652957929),
(94958, '3298', '215.00', '12', '10.001', '15', '88470000', '89999999', '64100000', '64999999', NULL, 1652957930),
(94959, '3220', '430.00', '9', '10.001', '15', '88470000', '89999999', '64100000', '64999999', NULL, 1652957930),
(94960, '3298', '298.00', '12', '15.001', '20', '88470000', '89999999', '64100000', '64999999', NULL, 1652957931),
(94961, '3220', '595.00', '9', '15.001', '20', '88470000', '89999999', '64100000', '64999999', NULL, 1652957932),
(94962, '3298', '380.00', '12', '20.001', '25', '88470000', '89999999', '64100000', '64999999', NULL, 1652957932),
(94963, '3220', '760.00', '9', '20.001', '25', '88470000', '89999999', '64100000', '64999999', NULL, 1652957933),
(94964, '3298', '463.00', '12', '25.001', '30', '88470000', '89999999', '64100000', '64999999', NULL, 1652957933),
(94965, '3220', '925.00', '9', '25.001', '30', '88470000', '89999999', '64100000', '64999999', NULL, 1652957934),
(94966, '3298', '78.00', '9', '0.3', '5', '88470000', '89999999', '65000000', '65099999', NULL, 1652957935),
(94967, '3220', '154.00', '5', '0.3', '5', '88470000', '89999999', '65000000', '65099999', NULL, 1652957935),
(94968, '3298', '114.00', '9', '5.001', '10', '88470000', '89999999', '65000000', '65099999', NULL, 1652957936),
(94969, '3220', '223.00', '5', '5.001', '10', '88470000', '89999999', '65000000', '65099999', NULL, 1652957936),
(94970, '3298', '185.00', '9', '10.001', '15', '88470000', '89999999', '65000000', '65099999', NULL, 1652957937),
(94971, '3220', '361.00', '5', '10.001', '15', '88470000', '89999999', '65000000', '65099999', NULL, 1652957937),
(94972, '3298', '256.00', '9', '15.001', '20', '88470000', '89999999', '65000000', '65099999', NULL, 1652957938),
(94973, '3220', '500.00', '5', '15.001', '20', '88470000', '89999999', '65000000', '65099999', NULL, 1652957939),
(94974, '3298', '327.00', '9', '20.001', '25', '88470000', '89999999', '65000000', '65099999', NULL, 1652957939),
(94975, '3220', '638.00', '5', '20.001', '25', '88470000', '89999999', '65000000', '65099999', NULL, 1652957940),
(94976, '3298', '398.00', '9', '25.001', '30', '88470000', '89999999', '65000000', '65099999', NULL, 1652957940),
(94977, '3220', '777.00', '5', '25.001', '30', '88470000', '89999999', '65000000', '65099999', NULL, 1652957941),
(94978, '3298', '90.00', '15', '0.3', '5', '88470000', '89999999', '65100000', '65999999', NULL, 1652957941),
(94979, '3220', '183.00', '11', '0.3', '5', '88470000', '89999999', '65100000', '65999999', NULL, 1652957942),
(94980, '3298', '133.00', '15', '5.001', '10', '88470000', '89999999', '65100000', '65999999', NULL, 1652957942),
(94981, '3220', '266.00', '11', '5.001', '10', '88470000', '89999999', '65100000', '65999999', NULL, 1652957943),
(94982, '3298', '215.00', '15', '10.001', '15', '88470000', '89999999', '65100000', '65999999', NULL, 1652957943),
(94983, '3220', '430.00', '11', '10.001', '15', '88470000', '89999999', '65100000', '65999999', NULL, 1652957944),
(94984, '3298', '298.00', '15', '15.001', '20', '88470000', '89999999', '65100000', '65999999', NULL, 1652957945),
(94985, '3220', '595.00', '11', '15.001', '20', '88470000', '89999999', '65100000', '65999999', NULL, 1652957945),
(94986, '3298', '380.00', '15', '20.001', '25', '88470000', '89999999', '65100000', '65999999', NULL, 1652957946),
(94987, '3220', '760.00', '11', '20.001', '25', '88470000', '89999999', '65100000', '65999999', NULL, 1652957946),
(94988, '3298', '463.00', '15', '25.001', '30', '88470000', '89999999', '65100000', '65999999', NULL, 1652957947),
(94989, '3220', '925.00', '11', '25.001', '30', '88470000', '89999999', '65100000', '65999999', NULL, 1652957948),
(94990, '3298', '78.00', '9', '0.3', '5', '88470000', '89999999', '66000000', '66999999', NULL, 1652957948),
(94991, '3220', '154.00', '5', '0.3', '5', '88470000', '89999999', '66000000', '66999999', NULL, 1652957949),
(94992, '3298', '114.00', '9', '5.001', '10', '88470000', '89999999', '66000000', '66999999', NULL, 1652957949),
(94993, '3220', '223.00', '5', '5.001', '10', '88470000', '89999999', '66000000', '66999999', NULL, 1652957950),
(94994, '3298', '185.00', '9', '10.001', '15', '88470000', '89999999', '66000000', '66999999', NULL, 1652957950),
(94995, '3220', '361.00', '5', '10.001', '15', '88470000', '89999999', '66000000', '66999999', NULL, 1652957950),
(94996, '3298', '256.00', '9', '15.001', '20', '88470000', '89999999', '66000000', '66999999', NULL, 1652957951),
(94997, '3220', '500.00', '5', '15.001', '20', '88470000', '89999999', '66000000', '66999999', NULL, 1652957951),
(94998, '3298', '327.00', '9', '20.001', '25', '88470000', '89999999', '66000000', '66999999', NULL, 1652957952),
(94999, '3220', '638.00', '5', '20.001', '25', '88470000', '89999999', '66000000', '66999999', NULL, 1652957953),
(95000, '3298', '398.00', '9', '25.001', '30', '88470000', '89999999', '66000000', '66999999', NULL, 1652957953),
(95001, '3220', '777.00', '5', '25.001', '30', '88470000', '89999999', '66000000', '66999999', NULL, 1652957954),
(95002, '3298', '78.00', '9', '0.3', '5', '88470000', '89999999', '66000000', '67999999', NULL, 1652957955),
(95003, '3220', '154.00', '5', '0.3', '5', '88470000', '89999999', '66000000', '67999999', NULL, 1652957955),
(95004, '3298', '114.00', '9', '5.001', '10', '88470000', '89999999', '66000000', '67999999', NULL, 1652957956),
(95005, '3220', '223.00', '5', '5.001', '10', '88470000', '89999999', '66000000', '67999999', NULL, 1652957956),
(95006, '3298', '185.00', '9', '10.001', '15', '88470000', '89999999', '66000000', '67999999', NULL, 1652957957),
(95007, '3220', '361.00', '5', '10.001', '15', '88470000', '89999999', '66000000', '67999999', NULL, 1652957957),
(95008, '3298', '256.00', '9', '15.001', '20', '88470000', '89999999', '66000000', '67999999', NULL, 1652957958),
(95009, '3220', '500.00', '5', '15.001', '20', '88470000', '89999999', '66000000', '67999999', NULL, 1652957958),
(95010, '3298', '327.00', '9', '20.001', '25', '88470000', '89999999', '66000000', '67999999', NULL, 1652957959),
(95011, '3220', '638.00', '5', '20.001', '25', '88470000', '89999999', '66000000', '67999999', NULL, 1652957959),
(95012, '3298', '398.00', '9', '25.001', '30', '88470000', '89999999', '66000000', '67999999', NULL, 1652957960),
(95013, '3220', '777.00', '5', '25.001', '30', '88470000', '89999999', '66000000', '67999999', NULL, 1652957960),
(95014, '3298', '90.00', '12', '0.3', '5', '88470000', '89999999', '68000000', '68899999', NULL, 1652957961),
(95015, '3220', '183.00', '9', '0.3', '5', '88470000', '89999999', '68000000', '68899999', NULL, 1652957962),
(95016, '3298', '133.00', '12', '5.001', '10', '88470000', '89999999', '68000000', '68899999', NULL, 1652957962),
(95017, '3220', '266.00', '9', '5.001', '10', '88470000', '89999999', '68000000', '68899999', NULL, 1652957963),
(95018, '3298', '215.00', '12', '10.001', '15', '88470000', '89999999', '68000000', '68899999', NULL, 1652957963),
(95019, '3220', '430.00', '9', '10.001', '15', '88470000', '89999999', '68000000', '68899999', NULL, 1652957964),
(95020, '3298', '298.00', '12', '15.001', '20', '88470000', '89999999', '68000000', '68899999', NULL, 1652957964),
(95021, '3220', '595.00', '9', '15.001', '20', '88470000', '89999999', '68000000', '68899999', NULL, 1652957965),
(95022, '3298', '380.00', '12', '20.001', '25', '88470000', '89999999', '68000000', '68899999', NULL, 1652957966),
(95023, '3220', '760.00', '9', '20.001', '25', '88470000', '89999999', '68000000', '68899999', NULL, 1652957966),
(95024, '3298', '463.00', '12', '25.001', '30', '88470000', '89999999', '68000000', '68899999', NULL, 1652957967),
(95025, '3220', '925.00', '9', '25.001', '30', '88470000', '89999999', '68000000', '68899999', NULL, 1652957968),
(95026, '3298', '78.00', '20', '0.3', '5', '88470000', '89999999', '68900000', '68914999', NULL, 1652957968),
(95027, '3220', '154.00', '12', '0.3', '5', '88470000', '89999999', '68900000', '68914999', NULL, 1652957968),
(95028, '3298', '114.00', '20', '5.001', '10', '88470000', '89999999', '68900000', '68914999', NULL, 1652957969),
(95029, '3220', '223.00', '12', '5.001', '10', '88470000', '89999999', '68900000', '68914999', NULL, 1652957970),
(95030, '3298', '185.00', '20', '10.001', '15', '88470000', '89999999', '68900000', '68914999', NULL, 1652957970),
(95031, '3220', '361.00', '12', '10.001', '15', '88470000', '89999999', '68900000', '68914999', NULL, 1652957971),
(95032, '3298', '256.00', '20', '15.001', '20', '88470000', '89999999', '68900000', '68914999', NULL, 1652957971),
(95033, '3220', '500.00', '12', '15.001', '20', '88470000', '89999999', '68900000', '68914999', NULL, 1652957972),
(95034, '3298', '327.00', '20', '20.001', '25', '88470000', '89999999', '68900000', '68914999', NULL, 1652957973),
(95035, '3220', '638.00', '12', '20.001', '25', '88470000', '89999999', '68900000', '68914999', NULL, 1652957973),
(95036, '3298', '398.00', '20', '25.001', '30', '88470000', '89999999', '68900000', '68914999', NULL, 1652957974),
(95037, '3220', '777.00', '12', '25.001', '30', '88470000', '89999999', '68900000', '68914999', NULL, 1652957974),
(95038, '3298', '90.00', '22', '0.3', '5', '88470000', '89999999', '68915000', '68999999', NULL, 1652957975),
(95039, '3220', '183.00', '14', '0.3', '5', '88470000', '89999999', '68915000', '68999999', NULL, 1652957975),
(95040, '3298', '133.00', '22', '5.001', '10', '88470000', '89999999', '68915000', '68999999', NULL, 1652957976),
(95041, '3220', '266.00', '14', '5.001', '10', '88470000', '89999999', '68915000', '68999999', NULL, 1652957976),
(95042, '3298', '215.00', '22', '10.001', '15', '88470000', '89999999', '68915000', '68999999', NULL, 1652957977),
(95043, '3220', '430.00', '14', '10.001', '15', '88470000', '89999999', '68915000', '68999999', NULL, 1652957977),
(95044, '3298', '298.00', '22', '15.001', '20', '88470000', '89999999', '68915000', '68999999', NULL, 1652957978),
(95045, '3220', '595.00', '14', '15.001', '20', '88470000', '89999999', '68915000', '68999999', NULL, 1652957978),
(95046, '3298', '380.00', '22', '20.001', '25', '88470000', '89999999', '68915000', '68999999', NULL, 1652957979),
(95047, '3220', '760.00', '14', '20.001', '25', '88470000', '89999999', '68915000', '68999999', NULL, 1652957979),
(95048, '3298', '463.00', '22', '25.001', '30', '88470000', '89999999', '68915000', '68999999', NULL, 1652957980),
(95049, '3220', '925.00', '14', '25.001', '30', '88470000', '89999999', '68915000', '68999999', NULL, 1652957981),
(95050, '3298', '78.00', '22', '0.3', '5', '88470000', '89999999', '69000000', '69099999', NULL, 1652957981),
(95051, '3220', '154.00', '3', '0.3', '5', '88470000', '89999999', '69000000', '69099999', NULL, 1652957982),
(95052, '3298', '114.00', '22', '5.001', '10', '88470000', '89999999', '69000000', '69099999', NULL, 1652957983),
(95053, '3220', '223.00', '3', '5.001', '10', '88470000', '89999999', '69000000', '69099999', NULL, 1652957983),
(95054, '3298', '185.00', '22', '10.001', '15', '88470000', '89999999', '69000000', '69099999', NULL, 1652957984),
(95055, '3220', '361.00', '3', '10.001', '15', '88470000', '89999999', '69000000', '69099999', NULL, 1652957984),
(95056, '3298', '256.00', '22', '15.001', '20', '88470000', '89999999', '69000000', '69099999', NULL, 1652957985),
(95057, '3220', '500.00', '3', '15.001', '20', '88470000', '89999999', '69000000', '69099999', NULL, 1652957985),
(95058, '3298', '327.00', '22', '20.001', '25', '88470000', '89999999', '69000000', '69099999', NULL, 1652957986),
(95059, '3220', '638.00', '3', '20.001', '25', '88470000', '89999999', '69000000', '69099999', NULL, 1652957986),
(95060, '3298', '398.00', '22', '25.001', '30', '88470000', '89999999', '69000000', '69099999', NULL, 1652957987),
(95061, '3220', '777.00', '3', '25.001', '30', '88470000', '89999999', '69000000', '69099999', NULL, 1652957987),
(95062, '3298', '90.00', '30', '0.3', '5', '88470000', '89999999', '69100000', '69299999', NULL, 1652957988),
(95063, '3220', '183.00', '7', '0.3', '5', '88470000', '89999999', '69100000', '69299999', NULL, 1652957988),
(95064, '3298', '133.00', '30', '5.001', '10', '88470000', '89999999', '69100000', '69299999', NULL, 1652957989),
(95065, '3220', '266.00', '7', '5.001', '10', '88470000', '89999999', '69100000', '69299999', NULL, 1652957990),
(95066, '3298', '215.00', '30', '10.001', '15', '88470000', '89999999', '69100000', '69299999', NULL, 1652957990),
(95067, '3220', '430.00', '7', '10.001', '15', '88470000', '89999999', '69100000', '69299999', NULL, 1652957991),
(95068, '3298', '298.00', '30', '15.001', '20', '88470000', '89999999', '69100000', '69299999', NULL, 1652957991),
(95069, '3220', '595.00', '7', '15.001', '20', '88470000', '89999999', '69100000', '69299999', NULL, 1652957992),
(95070, '3298', '380.00', '30', '20.001', '25', '88470000', '89999999', '69100000', '69299999', NULL, 1652957992),
(95071, '3220', '760.00', '7', '20.001', '25', '88470000', '89999999', '69100000', '69299999', NULL, 1652957993),
(95072, '3298', '463.00', '30', '25.001', '30', '88470000', '89999999', '69100000', '69299999', NULL, 1652957994),
(95073, '3220', '925.00', '7', '25.001', '30', '88470000', '89999999', '69100000', '69299999', NULL, 1652957994),
(95074, '3298', '78.00', '22', '0.3', '5', '88470000', '89999999', '69300000', '69339999', NULL, 1652957995),
(95075, '3220', '154.00', '3', '0.3', '5', '88470000', '89999999', '69300000', '69339999', NULL, 1652957995),
(95076, '3298', '114.00', '22', '5.001', '10', '88470000', '89999999', '69300000', '69339999', NULL, 1652957996),
(95077, '3220', '223.00', '3', '5.001', '10', '88470000', '89999999', '69300000', '69339999', NULL, 1652957996),
(95078, '3298', '185.00', '22', '10.001', '15', '88470000', '89999999', '69300000', '69339999', NULL, 1652957997),
(95079, '3220', '361.00', '3', '10.001', '15', '88470000', '89999999', '69300000', '69339999', NULL, 1652957997),
(95080, '3298', '256.00', '22', '15.001', '20', '88470000', '89999999', '69300000', '69339999', NULL, 1652957998),
(95081, '3220', '500.00', '3', '15.001', '20', '88470000', '89999999', '69300000', '69339999', NULL, 1652957998),
(95082, '3298', '327.00', '22', '20.001', '25', '88470000', '89999999', '69300000', '69339999', NULL, 1652957999),
(95083, '3220', '638.00', '3', '20.001', '25', '88470000', '89999999', '69300000', '69339999', NULL, 1652958000),
(95084, '3298', '398.00', '22', '25.001', '30', '88470000', '89999999', '69300000', '69339999', NULL, 1652958000),
(95085, '3220', '777.00', '3', '25.001', '30', '88470000', '89999999', '69300000', '69339999', NULL, 1652958001),
(95086, '3298', '90.00', '30', '0.3', '5', '88470000', '89999999', '69340000', '69389999', NULL, 1652958002),
(95087, '3220', '183.00', '11', '0.3', '5', '88470000', '89999999', '69340000', '69389999', NULL, 1652958002),
(95088, '3298', '133.00', '30', '5.001', '10', '88470000', '89999999', '69340000', '69389999', NULL, 1652958003),
(95089, '3220', '266.00', '11', '5.001', '10', '88470000', '89999999', '69340000', '69389999', NULL, 1652958004),
(95090, '3298', '215.00', '30', '10.001', '15', '88470000', '89999999', '69340000', '69389999', NULL, 1652958004),
(95091, '3220', '430.00', '11', '10.001', '15', '88470000', '89999999', '69340000', '69389999', NULL, 1652958005),
(95092, '3298', '298.00', '30', '15.001', '20', '88470000', '89999999', '69340000', '69389999', NULL, 1652958005),
(95093, '3220', '595.00', '11', '15.001', '20', '88470000', '89999999', '69340000', '69389999', NULL, 1652958006),
(95094, '3298', '380.00', '30', '20.001', '25', '88470000', '89999999', '69340000', '69389999', NULL, 1652958007),
(95095, '3220', '760.00', '11', '20.001', '25', '88470000', '89999999', '69340000', '69389999', NULL, 1652958008),
(95096, '3298', '463.00', '30', '25.001', '30', '88470000', '89999999', '69340000', '69389999', NULL, 1652958008),
(95097, '3220', '925.00', '11', '25.001', '30', '88470000', '89999999', '69340000', '69389999', NULL, 1652958009),
(95098, '3298', '78.00', '10', '0.3', '5', '88470000', '89999999', '69900000', '69920999', NULL, 1652958009),
(95099, '3220', '154.00', '6', '0.3', '5', '88470000', '89999999', '69900000', '69920999', NULL, 1652958010),
(95100, '3298', '114.00', '10', '5.001', '10', '88470000', '89999999', '69900000', '69920999', NULL, 1652958010),
(95101, '3220', '223.00', '6', '5.001', '10', '88470000', '89999999', '69900000', '69920999', NULL, 1652958011),
(95102, '3298', '185.00', '10', '10.001', '15', '88470000', '89999999', '69900000', '69920999', NULL, 1652958012),
(95103, '3220', '361.00', '6', '10.001', '15', '88470000', '89999999', '69900000', '69920999', NULL, 1652958012),
(95104, '3298', '256.00', '10', '15.001', '20', '88470000', '89999999', '69900000', '69920999', NULL, 1652958013),
(95105, '3220', '500.00', '6', '15.001', '20', '88470000', '89999999', '69900000', '69920999', NULL, 1652958014),
(95106, '3298', '327.00', '10', '20.001', '25', '88470000', '89999999', '69900000', '69920999', NULL, 1652958014),
(95107, '3220', '638.00', '6', '20.001', '25', '88470000', '89999999', '69900000', '69920999', NULL, 1652958015),
(95108, '3298', '398.00', '10', '25.001', '30', '88470000', '89999999', '69900000', '69920999', NULL, 1652958015),
(95109, '3220', '777.00', '6', '25.001', '30', '88470000', '89999999', '69900000', '69920999', NULL, 1652958016),
(95110, '3298', '90.00', '14', '0.3', '5', '88470000', '89999999', '69921000', '69999999', NULL, 1652958017),
(95111, '3220', '183.00', '11', '0.3', '5', '88470000', '89999999', '69921000', '69999999', NULL, 1652958017),
(95112, '3298', '133.00', '14', '5.001', '10', '88470000', '89999999', '69921000', '69999999', NULL, 1652958018),
(95113, '3220', '266.00', '11', '5.001', '10', '88470000', '89999999', '69921000', '69999999', NULL, 1652958018),
(95114, '3298', '215.00', '14', '10.001', '15', '88470000', '89999999', '69921000', '69999999', NULL, 1652958019),
(95115, '3220', '430.00', '11', '10.001', '15', '88470000', '89999999', '69921000', '69999999', NULL, 1652958020),
(95116, '3298', '298.00', '14', '15.001', '20', '88470000', '89999999', '69921000', '69999999', NULL, 1652958020),
(95117, '3220', '595.00', '11', '15.001', '20', '88470000', '89999999', '69921000', '69999999', NULL, 1652958021),
(95118, '3298', '380.00', '14', '20.001', '25', '88470000', '89999999', '69921000', '69999999', NULL, 1652958021),
(95119, '3220', '760.00', '11', '20.001', '25', '88470000', '89999999', '69921000', '69999999', NULL, 1652958022),
(95120, '3298', '463.00', '14', '25.001', '30', '88470000', '89999999', '69921000', '69999999', NULL, 1652958022),
(95121, '3220', '925.00', '11', '25.001', '30', '88470000', '89999999', '69921000', '69999999', NULL, 1652958023),
(95122, '3298', '60.00', '6', '0.3', '5', '88470000', '89999999', '71000000', '73699999', NULL, 1652958024),
(95123, '3220', '132.00', '2', '0.3', '5', '88470000', '89999999', '71000000', '73699999', NULL, 1652958025),
(95124, '3298', '91.00', '6', '5.001', '10', '88470000', '89999999', '71000000', '73699999', NULL, 1652958025),
(95125, '3220', '190.00', '2', '5.001', '10', '88470000', '89999999', '71000000', '73699999', NULL, 1652958026),
(95126, '3298', '148.00', '6', '10.001', '15', '88470000', '89999999', '71000000', '73699999', NULL, 1652958026),
(95127, '3220', '308.00', '2', '10.001', '15', '88470000', '89999999', '71000000', '73699999', NULL, 1652958027),
(95128, '3298', '205.00', '6', '15.001', '20', '88470000', '89999999', '71000000', '73699999', NULL, 1652958027),
(95129, '3220', '427.00', '2', '15.001', '20', '88470000', '89999999', '71000000', '73699999', NULL, 1652958028),
(95130, '3298', '262.00', '6', '20.001', '25', '88470000', '89999999', '71000000', '73699999', NULL, 1652958028),
(95131, '3220', '545.00', '2', '20.001', '25', '88470000', '89999999', '71000000', '73699999', NULL, 1652958029),
(95132, '3298', '319.00', '6', '25.001', '30', '88470000', '89999999', '71000000', '73699999', NULL, 1652958030),
(95133, '3220', '663.00', '2', '25.001', '30', '88470000', '89999999', '71000000', '73699999', NULL, 1652958030),
(95134, '3298', '78.00', '7', '0.3', '5', '88470000', '89999999', '72800000', '73999999', NULL, 1652958031),
(95135, '3220', '154.00', '3', '0.3', '5', '88470000', '89999999', '72800000', '73999999', NULL, 1652958032),
(95136, '3298', '114.00', '7', '5.001', '10', '88470000', '89999999', '72800000', '73999999', NULL, 1652958033),
(95137, '3220', '223.00', '3', '5.001', '10', '88470000', '89999999', '72800000', '73999999', NULL, 1652958033),
(95138, '3298', '185.00', '7', '10.001', '15', '88470000', '89999999', '72800000', '73999999', NULL, 1652958034),
(95139, '3220', '361.00', '3', '10.001', '15', '88470000', '89999999', '72800000', '73999999', NULL, 1652958034),
(95140, '3298', '256.00', '7', '15.001', '20', '88470000', '89999999', '72800000', '73999999', NULL, 1652958035),
(95141, '3220', '500.00', '3', '15.001', '20', '88470000', '89999999', '72800000', '73999999', NULL, 1652958036),
(95142, '3298', '327.00', '7', '20.001', '25', '88470000', '89999999', '72800000', '73999999', NULL, 1652958036),
(95143, '3220', '638.00', '3', '20.001', '25', '88470000', '89999999', '72800000', '73999999', NULL, 1652958037),
(95144, '3298', '398.00', '7', '25.001', '30', '88470000', '89999999', '72800000', '73999999', NULL, 1652958038),
(95145, '3220', '777.00', '3', '25.001', '30', '88470000', '89999999', '72800000', '73999999', NULL, 1652958039),
(95146, '3298', '78.00', '7', '0.3', '5', '88470000', '89999999', '74000000', '74894999', NULL, 1652958039),
(95147, '3220', '154.00', '3', '0.3', '5', '88470000', '89999999', '74000000', '74894999', NULL, 1652958040),
(95148, '3298', '114.00', '7', '5.001', '10', '88470000', '89999999', '74000000', '74894999', NULL, 1652958040),
(95149, '3220', '223.00', '3', '5.001', '10', '88470000', '89999999', '74000000', '74894999', NULL, 1652958041),
(95150, '3298', '185.00', '7', '10.001', '15', '88470000', '89999999', '74000000', '74894999', NULL, 1652958041),
(95151, '3220', '361.00', '3', '10.001', '15', '88470000', '89999999', '74000000', '74894999', NULL, 1652958042),
(95152, '3298', '256.00', '7', '15.001', '20', '88470000', '89999999', '74000000', '74894999', NULL, 1652958043),
(95153, '3220', '500.00', '3', '15.001', '20', '88470000', '89999999', '74000000', '74894999', NULL, 1652958043),
(95154, '3298', '327.00', '7', '20.001', '25', '88470000', '89999999', '74000000', '74894999', NULL, 1652958044),
(95155, '3220', '638.00', '3', '20.001', '25', '88470000', '89999999', '74000000', '74894999', NULL, 1652958044),
(95156, '3298', '398.00', '7', '25.001', '30', '88470000', '89999999', '74000000', '74894999', NULL, 1652958045),
(95157, '3220', '777.00', '3', '25.001', '30', '88470000', '89999999', '74000000', '74894999', NULL, 1652958046),
(95158, '3298', '78.00', '7', '0.3', '5', '88470000', '89999999', '74895000', '76799999', NULL, 1652958046),
(95159, '3220', '154.00', '3', '0.3', '5', '88470000', '89999999', '74895000', '76799999', NULL, 1652958047),
(95160, '3298', '114.00', '7', '5.001', '10', '88470000', '89999999', '74895000', '76799999', NULL, 1652958047),
(95161, '3220', '223.00', '3', '5.001', '10', '88470000', '89999999', '74895000', '76799999', NULL, 1652958048),
(95162, '3298', '185.00', '7', '10.001', '15', '88470000', '89999999', '74895000', '76799999', NULL, 1652958048),
(95163, '3220', '361.00', '3', '10.001', '15', '88470000', '89999999', '74895000', '76799999', NULL, 1652958049),
(95164, '3298', '256.00', '7', '15.001', '20', '88470000', '89999999', '74895000', '76799999', NULL, 1652958049),
(95165, '3220', '500.00', '3', '15.001', '20', '88470000', '89999999', '74895000', '76799999', NULL, 1652958049),
(95166, '3298', '327.00', '7', '20.001', '25', '88470000', '89999999', '74895000', '76799999', NULL, 1652958050),
(95167, '3220', '638.00', '3', '20.001', '25', '88470000', '89999999', '74895000', '76799999', NULL, 1652958050),
(95168, '3298', '398.00', '7', '25.001', '30', '88470000', '89999999', '74895000', '76799999', NULL, 1652958051),
(95169, '3220', '777.00', '3', '25.001', '30', '88470000', '89999999', '74895000', '76799999', NULL, 1652958051),
(95170, '3298', '78.00', '8', '0.3', '5', '88470000', '89999999', '77000000', '77270999', NULL, 1652958052),
(95171, '3220', '154.00', '3', '0.3', '5', '88470000', '89999999', '77000000', '77270999', NULL, 1652958053),
(95172, '3298', '114.00', '8', '5.001', '10', '88470000', '89999999', '77000000', '77270999', NULL, 1652958053),
(95173, '3220', '223.00', '3', '5.001', '10', '88470000', '89999999', '77000000', '77270999', NULL, 1652958054),
(95174, '3298', '185.00', '8', '10.001', '15', '88470000', '89999999', '77000000', '77270999', NULL, 1652958054),
(95175, '3220', '361.00', '3', '10.001', '15', '88470000', '89999999', '77000000', '77270999', NULL, 1652958055),
(95176, '3298', '256.00', '8', '15.001', '20', '88470000', '89999999', '77000000', '77270999', NULL, 1652958055),
(95177, '3220', '500.00', '3', '15.001', '20', '88470000', '89999999', '77000000', '77270999', NULL, 1652958056),
(95178, '3298', '327.00', '8', '20.001', '25', '88470000', '89999999', '77000000', '77270999', NULL, 1652958056),
(95179, '3220', '638.00', '3', '20.001', '25', '88470000', '89999999', '77000000', '77270999', NULL, 1652958057),
(95180, '3298', '398.00', '8', '25.001', '30', '88470000', '89999999', '77000000', '77270999', NULL, 1652958057),
(95181, '3220', '777.00', '3', '25.001', '30', '88470000', '89999999', '77000000', '77270999', NULL, 1652958058),
(95182, '3298', '90.00', '8', '0.3', '5', '88470000', '89999999', '77300000', '77995999', NULL, 1652958059),
(95183, '3220', '183.00', '4', '0.3', '5', '88470000', '89999999', '77300000', '77995999', NULL, 1652958059),
(95184, '3298', '133.00', '8', '5.001', '10', '88470000', '89999999', '77300000', '77995999', NULL, 1652958060),
(95185, '3220', '266.00', '4', '5.001', '10', '88470000', '89999999', '77300000', '77995999', NULL, 1652958060),
(95186, '3298', '215.00', '8', '10.001', '15', '88470000', '89999999', '77300000', '77995999', NULL, 1652958061),
(95187, '3220', '430.00', '4', '10.001', '15', '88470000', '89999999', '77300000', '77995999', NULL, 1652958061),
(95188, '3298', '298.00', '8', '15.001', '20', '88470000', '89999999', '77300000', '77995999', NULL, 1652958062),
(95189, '3220', '595.00', '4', '15.001', '20', '88470000', '89999999', '77300000', '77995999', NULL, 1652958062),
(95190, '3298', '380.00', '8', '20.001', '25', '88470000', '89999999', '77300000', '77995999', NULL, 1652958063),
(95191, '3220', '760.00', '4', '20.001', '25', '88470000', '89999999', '77300000', '77995999', NULL, 1652958063),
(95192, '3298', '463.00', '8', '25.001', '30', '88470000', '89999999', '77300000', '77995999', NULL, 1652958064),
(95193, '3220', '925.00', '4', '25.001', '30', '88470000', '89999999', '77300000', '77995999', NULL, 1652958064),
(95194, '3298', '78.00', '9', '0.3', '5', '88470000', '89999999', '78000000', '78109999', NULL, 1652958065),
(95195, '3220', '154.00', '5', '0.3', '5', '88470000', '89999999', '78000000', '78109999', NULL, 1652958066),
(95196, '3298', '114.00', '9', '5.001', '10', '88470000', '89999999', '78000000', '78109999', NULL, 1652958066),
(95197, '3220', '223.00', '5', '5.001', '10', '88470000', '89999999', '78000000', '78109999', NULL, 1652958067),
(95198, '3298', '185.00', '9', '10.001', '15', '88470000', '89999999', '78000000', '78109999', NULL, 1652958067),
(95199, '3220', '361.00', '5', '10.001', '15', '88470000', '89999999', '78000000', '78109999', NULL, 1652958068),
(95200, '3298', '256.00', '9', '15.001', '20', '88470000', '89999999', '78000000', '78109999', NULL, 1652958069),
(95201, '3220', '500.00', '5', '15.001', '20', '88470000', '89999999', '78000000', '78109999', NULL, 1652958069),
(95202, '3298', '327.00', '9', '20.001', '25', '88470000', '89999999', '78000000', '78109999', NULL, 1652958070),
(95203, '3220', '638.00', '5', '20.001', '25', '88470000', '89999999', '78000000', '78109999', NULL, 1652958070),
(95204, '3298', '398.00', '9', '25.001', '30', '88470000', '89999999', '78000000', '78109999', NULL, 1652958071),
(95205, '3220', '777.00', '5', '25.001', '30', '88470000', '89999999', '78000000', '78109999', NULL, 1652958071),
(95206, '3298', '90.00', '10', '0.3', '5', '88470000', '89999999', '78110000', '78899999', NULL, 1652958072),
(95207, '3220', '183.00', '7', '0.3', '5', '88470000', '89999999', '78110000', '78899999', NULL, 1652958073),
(95208, '3298', '133.00', '10', '5.001', '10', '88470000', '89999999', '78110000', '78899999', NULL, 1652958073),
(95209, '3220', '266.00', '7', '5.001', '10', '88470000', '89999999', '78110000', '78899999', NULL, 1652958074),
(95210, '3298', '215.00', '10', '10.001', '15', '88470000', '89999999', '78110000', '78899999', NULL, 1652958075),
(95211, '3220', '430.00', '7', '10.001', '15', '88470000', '89999999', '78110000', '78899999', NULL, 1652958075),
(95212, '3298', '298.00', '10', '15.001', '20', '88470000', '89999999', '78110000', '78899999', NULL, 1652958076),
(95213, '3220', '595.00', '7', '15.001', '20', '88470000', '89999999', '78110000', '78899999', NULL, 1652958076),
(95214, '3298', '380.00', '10', '20.001', '25', '88470000', '89999999', '78110000', '78899999', NULL, 1652958077),
(95215, '3220', '760.00', '7', '20.001', '25', '88470000', '89999999', '78110000', '78899999', NULL, 1652958078),
(95216, '3298', '463.00', '10', '25.001', '30', '88470000', '89999999', '78110000', '78899999', NULL, 1652958078),
(95217, '3220', '925.00', '7', '25.001', '30', '88470000', '89999999', '78110000', '78899999', NULL, 1652958079),
(95218, '3298', '90.00', '11', '0.3', '5', '88470000', '89999999', '78900000', '78930999', NULL, 1652958079),
(95219, '3220', '183.00', '7', '0.3', '5', '88470000', '89999999', '78900000', '78930999', NULL, 1652958080),
(95220, '3298', '133.00', '11', '5.001', '10', '88470000', '89999999', '78900000', '78930999', NULL, 1652958081),
(95221, '3220', '266.00', '7', '5.001', '10', '88470000', '89999999', '78900000', '78930999', NULL, 1652958081),
(95222, '3298', '215.00', '11', '10.001', '15', '88470000', '89999999', '78900000', '78930999', NULL, 1652958082),
(95223, '3220', '430.00', '7', '10.001', '15', '88470000', '89999999', '78900000', '78930999', NULL, 1652958083),
(95224, '3298', '298.00', '11', '15.001', '20', '88470000', '89999999', '78900000', '78930999', NULL, 1652958083),
(95225, '3220', '595.00', '7', '15.001', '20', '88470000', '89999999', '78900000', '78930999', NULL, 1652958084),
(95226, '3298', '380.00', '11', '20.001', '25', '88470000', '89999999', '78900000', '78930999', NULL, 1652958084),
(95227, '3220', '760.00', '7', '20.001', '25', '88470000', '89999999', '78900000', '78930999', NULL, 1652958085),
(95228, '3298', '463.00', '11', '25.001', '30', '88470000', '89999999', '78900000', '78930999', NULL, 1652958085),
(95229, '3220', '925.00', '7', '25.001', '30', '88470000', '89999999', '78900000', '78930999', NULL, 1652958086),
(95230, '3298', '90.00', '10', '0.3', '5', '88470000', '89999999', '78931000', '78999999', NULL, 1652958086),
(95231, '3220', '183.00', '6', '0.3', '5', '88470000', '89999999', '78931000', '78999999', NULL, 1652958086),
(95232, '3298', '133.00', '10', '5.001', '10', '88470000', '89999999', '78931000', '78999999', NULL, 1652958087),
(95233, '3220', '266.00', '6', '5.001', '10', '88470000', '89999999', '78931000', '78999999', NULL, 1652958087),
(95234, '3298', '215.00', '10', '10.001', '15', '88470000', '89999999', '78931000', '78999999', NULL, 1652958088),
(95235, '3220', '430.00', '6', '10.001', '15', '88470000', '89999999', '78931000', '78999999', NULL, 1652958088),
(95236, '3298', '298.00', '10', '15.001', '20', '88470000', '89999999', '78931000', '78999999', NULL, 1652958089),
(95237, '3220', '595.00', '6', '15.001', '20', '88470000', '89999999', '78931000', '78999999', NULL, 1652958089),
(95238, '3298', '380.00', '10', '20.001', '25', '88470000', '89999999', '78931000', '78999999', NULL, 1652958090),
(95239, '3220', '760.00', '6', '20.001', '25', '88470000', '89999999', '78931000', '78999999', NULL, 1652958090),
(95240, '3298', '463.00', '10', '25.001', '30', '88470000', '89999999', '78931000', '78999999', NULL, 1652958091),
(95241, '3220', '925.00', '6', '25.001', '30', '88470000', '89999999', '78931000', '78999999', NULL, 1652958091),
(95242, '3298', '43.00', '7', '0.3', '5', '88470000', '89999999', '79000000', '79129999', NULL, 1652958092),
(95243, '3220', '104.00', '3', '0.3', '5', '88470000', '89999999', '79000000', '79129999', NULL, 1652958092),
(95244, '3298', '71.00', '7', '5.001', '10', '88470000', '89999999', '79000000', '79129999', NULL, 1652958093),
(95245, '3220', '147.00', '3', '5.001', '10', '88470000', '89999999', '79000000', '79129999', NULL, 1652958094),
(95246, '3298', '116.00', '7', '10.001', '15', '88470000', '89999999', '79000000', '79129999', NULL, 1652958094),
(95247, '3220', '238.00', '3', '10.001', '15', '88470000', '89999999', '79000000', '79129999', NULL, 1652958095),
(95248, '3298', '160.00', '7', '15.001', '20', '88470000', '89999999', '79000000', '79129999', NULL, 1652958095),
(95249, '3220', '329.00', '3', '15.001', '20', '88470000', '89999999', '79000000', '79129999', NULL, 1652958096),
(95250, '3298', '205.00', '7', '20.001', '25', '88470000', '89999999', '79000000', '79129999', NULL, 1652958097),
(95251, '3220', '420.00', '3', '20.001', '25', '88470000', '89999999', '79000000', '79129999', NULL, 1652958097),
(95252, '3298', '249.00', '7', '25.001', '30', '88470000', '89999999', '79000000', '79129999', NULL, 1652958098),
(95253, '3220', '511.00', '3', '25.001', '30', '88470000', '89999999', '79000000', '79129999', NULL, 1652958098),
(95254, '3298', '50.00', '10', '0.3', '5', '88470000', '89999999', '79130000', '79999999', NULL, 1652958099),
(95255, '3220', '124.00', '7', '0.3', '5', '88470000', '89999999', '79130000', '79999999', NULL, 1652958099),
(95256, '3298', '83.00', '10', '5.001', '10', '88470000', '89999999', '79130000', '79999999', NULL, 1652958100),
(95257, '3220', '175.00', '7', '5.001', '10', '88470000', '89999999', '79130000', '79999999', NULL, 1652958100),
(95258, '3298', '135.00', '10', '10.001', '15', '88470000', '89999999', '79130000', '79999999', NULL, 1652958101),
(95259, '3220', '283.00', '7', '10.001', '15', '88470000', '89999999', '79130000', '79999999', NULL, 1652958102),
(95260, '3298', '186.00', '10', '15.001', '20', '88470000', '89999999', '79130000', '79999999', NULL, 1652958102),
(95261, '3220', '392.00', '7', '15.001', '20', '88470000', '89999999', '79130000', '79999999', NULL, 1652958103),
(95262, '3298', '238.00', '10', '20.001', '25', '88470000', '89999999', '79130000', '79999999', NULL, 1652958104),
(95263, '3220', '500.00', '7', '20.001', '25', '88470000', '89999999', '79130000', '79999999', NULL, 1652958104),
(95264, '3298', '290.00', '10', '25.001', '30', '88470000', '89999999', '79130000', '79999999', NULL, 1652958105),
(95265, '3220', '609.00', '7', '25.001', '30', '88470000', '89999999', '79130000', '79999999', NULL, 1652958105),
(95266, '3298', '38.00', '6', '0.3', '5', '88470000', '89999999', '80000000', '82999999', NULL, 1652958106),
(95267, '3220', '85.00', '2', '0.3', '5', '88470000', '89999999', '80000000', '82999999', NULL, 1652958107),
(95268, '3298', '63.00', '6', '5.001', '10', '88470000', '89999999', '80000000', '82999999', NULL, 1652958107),
(95269, '3220', '118.00', '2', '5.001', '10', '88470000', '89999999', '80000000', '82999999', NULL, 1652958108),
(95270, '3298', '103.00', '6', '10.001', '15', '88470000', '89999999', '80000000', '82999999', NULL, 1652958109),
(95271, '3220', '192.00', '2', '10.001', '15', '88470000', '89999999', '80000000', '82999999', NULL, 1652958109),
(95272, '3298', '142.00', '6', '15.001', '20', '88470000', '89999999', '80000000', '82999999', NULL, 1652958110),
(95273, '3220', '266.00', '2', '15.001', '20', '88470000', '89999999', '80000000', '82999999', NULL, 1652958110),
(95274, '3298', '182.00', '6', '20.001', '25', '88470000', '89999999', '80000000', '82999999', NULL, 1652958111),
(95275, '3220', '339.00', '2', '20.001', '25', '88470000', '89999999', '80000000', '82999999', NULL, 1652958111),
(95276, '3298', '221.00', '6', '25.001', '30', '88470000', '89999999', '80000000', '82999999', NULL, 1652958112),
(95277, '3220', '413.00', '2', '25.001', '30', '88470000', '89999999', '80000000', '82999999', NULL, 1652958112),
(95278, '3298', '38.00', '6', '0.3', '5', '88470000', '89999999', '80000000', '83800999', NULL, 1652958113),
(95279, '3220', '85.00', '2', '0.3', '5', '88470000', '89999999', '80000000', '83800999', NULL, 1652958114),
(95280, '3298', '63.00', '6', '5.001', '10', '88470000', '89999999', '80000000', '83800999', NULL, 1652958115),
(95281, '3220', '118.00', '2', '5.001', '10', '88470000', '89999999', '80000000', '83800999', NULL, 1652958115),
(95282, '3298', '103.00', '6', '10.001', '15', '88470000', '89999999', '80000000', '83800999', NULL, 1652958115),
(95283, '3220', '192.00', '2', '10.001', '15', '88470000', '89999999', '80000000', '83800999', NULL, 1652958116),
(95284, '3298', '142.00', '6', '15.001', '20', '88470000', '89999999', '80000000', '83800999', NULL, 1652958117),
(95285, '3220', '266.00', '2', '15.001', '20', '88470000', '89999999', '80000000', '83800999', NULL, 1652958117),
(95286, '3298', '182.00', '6', '20.001', '25', '88470000', '89999999', '80000000', '83800999', NULL, 1652958118),
(95287, '3220', '339.00', '2', '20.001', '25', '88470000', '89999999', '80000000', '83800999', NULL, 1652958118),
(95288, '3298', '221.00', '6', '25.001', '30', '88470000', '89999999', '80000000', '83800999', NULL, 1652958119),
(95289, '3220', '413.00', '2', '25.001', '30', '88470000', '89999999', '80000000', '83800999', NULL, 1652958119),
(95290, '3298', '44.00', '8', '0.3', '5', '88470000', '89999999', '83801000', '87999999', NULL, 1652958120),
(95291, '3220', '102.00', '5', '0.3', '5', '88470000', '89999999', '83801000', '87999999', NULL, 1652958121),
(95292, '3298', '74.00', '8', '5.001', '10', '88470000', '89999999', '83801000', '87999999', NULL, 1652958121),
(95293, '3220', '141.00', '5', '5.001', '10', '88470000', '89999999', '83801000', '87999999', NULL, 1652958122),
(95294, '3298', '120.00', '8', '10.001', '15', '88470000', '89999999', '83801000', '87999999', NULL, 1652958122),
(95295, '3220', '229.00', '5', '10.001', '15', '88470000', '89999999', '83801000', '87999999', NULL, 1652958123),
(95296, '3298', '166.00', '8', '15.001', '20', '88470000', '89999999', '83801000', '87999999', NULL, 1652958123),
(95297, '3220', '316.00', '5', '15.001', '20', '88470000', '89999999', '83801000', '87999999', NULL, 1652958124),
(95298, '3298', '212.00', '8', '20.001', '25', '88470000', '89999999', '83801000', '87999999', NULL, 1652958125),
(95299, '3220', '404.00', '5', '20.001', '25', '88470000', '89999999', '83801000', '87999999', NULL, 1652958125),
(95300, '3298', '258.00', '8', '25.001', '30', '88470000', '89999999', '83801000', '87999999', NULL, 1652958126),
(95301, '3220', '492.00', '5', '25.001', '30', '88470000', '89999999', '83801000', '87999999', NULL, 1652958127),
(95302, '3298', '25.00', '5', '0.3', '5', '88470000', '89999999', '88000000', '82999999', NULL, 1652958127),
(95303, '3220', '34.00', '1', '0.3', '5', '88470000', '89999999', '88000000', '82999999', NULL, 1652958128),
(95304, '3298', '31.00', '5', '5.001', '10', '88470000', '89999999', '88000000', '82999999', NULL, 1652958128),
(95305, '3220', '48.00', '1', '5.001', '10', '88470000', '89999999', '88000000', '82999999', NULL, 1652958129),
(95306, '3298', '51.00', '5', '10.001', '15', '88470000', '89999999', '88000000', '82999999', NULL, 1652958129),
(95307, '3220', '78.00', '1', '10.001', '15', '88470000', '89999999', '88000000', '82999999', NULL, 1652958130),
(95308, '3298', '71.00', '5', '15.001', '20', '88470000', '89999999', '88000000', '82999999', NULL, 1652958130),
(95309, '3220', '108.00', '1', '15.001', '20', '88470000', '89999999', '88000000', '82999999', NULL, 1652958131),
(95310, '3298', '91.00', '5', '20.001', '25', '88470000', '89999999', '88000000', '82999999', NULL, 1652958132),
(95311, '3220', '138.00', '1', '20.001', '25', '88470000', '89999999', '88000000', '82999999', NULL, 1652958132),
(95312, '3298', '110.00', '5', '25.001', '30', '88470000', '89999999', '88000000', '82999999', NULL, 1652958133),
(95313, '3220', '168.00', '1', '25.001', '30', '88470000', '89999999', '88000000', '82999999', NULL, 1652958133),
(95314, '3298', '25.00', '5', '0.3', '5', '88470000', '89999999', '88000000', '88469999', NULL, 1652958134),
(95315, '3220', '34.00', '1', '0.3', '5', '88470000', '89999999', '88000000', '88469999', NULL, 1652958134),
(95316, '3298', '31.00', '5', '5.001', '10', '88470000', '89999999', '88000000', '88469999', NULL, 1652958135),
(95317, '3220', '48.00', '1', '5.001', '10', '88470000', '89999999', '88000000', '88469999', NULL, 1652958136),
(95318, '3298', '51.00', '5', '10.001', '15', '88470000', '89999999', '88000000', '88469999', NULL, 1652958136),
(95319, '3220', '78.00', '1', '10.001', '15', '88470000', '89999999', '88000000', '88469999', NULL, 1652958137),
(95320, '3298', '71.00', '5', '15.001', '20', '88470000', '89999999', '88000000', '88469999', NULL, 1652958137),
(95321, '3220', '108.00', '1', '15.001', '20', '88470000', '89999999', '88000000', '88469999', NULL, 1652958138),
(95322, '3298', '91.00', '5', '20.001', '25', '88470000', '89999999', '88000000', '88469999', NULL, 1652958138),
(95323, '3220', '138.00', '1', '20.001', '25', '88470000', '89999999', '88000000', '88469999', NULL, 1652958139),
(95324, '3298', '110.00', '5', '25.001', '30', '88470000', '89999999', '88000000', '88469999', NULL, 1652958139),
(95325, '3220', '168.00', '1', '25.001', '30', '88470000', '89999999', '88000000', '88469999', NULL, 1652958140),
(95326, '3298', '26.00', '5', '0.3', '5', '88470000', '89999999', '88470000', '89999999', NULL, 1652958141),
(95327, '3220', '22.00', '1', '0.3', '5', '88470000', '89999999', '88470000', '89999999', NULL, 1652958141),
(95328, '3298', '32.00', '5', '5.001', '10', '88470000', '89999999', '88470000', '89999999', NULL, 1652958142),
(95329, '3220', '28.00', '1', '5.001', '10', '88470000', '89999999', '88470000', '89999999', NULL, 1652958142),
(95330, '3298', '52.00', '5', '10.001', '15', '88470000', '89999999', '88470000', '89999999', NULL, 1652958143),
(95331, '3220', '45.00', '1', '10.001', '15', '88470000', '89999999', '88470000', '89999999', NULL, 1652958143),
(95332, '3298', '72.00', '5', '15.001', '20', '88470000', '89999999', '88470000', '89999999', NULL, 1652958144),
(95333, '3220', '63.00', '1', '15.001', '20', '88470000', '89999999', '88470000', '89999999', NULL, 1652958144),
(95334, '3298', '92.00', '5', '20.001', '25', '88470000', '89999999', '88470000', '89999999', NULL, 1652958145),
(95335, '3220', '80.00', '1', '20.001', '25', '88470000', '89999999', '88470000', '89999999', NULL, 1652958145),
(95336, '3298', '112.00', '5', '25.001', '30', '88470000', '89999999', '88470000', '89999999', NULL, 1652958146),
(95337, '3220', '97.00', '1', '25.001', '30', '88470000', '89999999', '88470000', '89999999', NULL, 1652958146),
(95338, '3298', '38.00', '6', '0.3', '5', '88470000', '89999999', '90000000', '91999999', NULL, 1652958146),
(95339, '3220', '85.00', '2', '0.3', '5', '88470000', '89999999', '90000000', '91999999', NULL, 1652958147),
(95340, '3298', '63.00', '6', '5.001', '10', '88470000', '89999999', '90000000', '91999999', NULL, 1652958147),
(95341, '3220', '118.00', '2', '5.001', '10', '88470000', '89999999', '90000000', '91999999', NULL, 1652958148),
(95342, '3298', '103.00', '6', '10.001', '15', '88470000', '89999999', '90000000', '91999999', NULL, 1652958149),
(95343, '3220', '192.00', '2', '10.001', '15', '88470000', '89999999', '90000000', '91999999', NULL, 1652958149),
(95344, '3298', '142.00', '6', '15.001', '20', '88470000', '89999999', '90000000', '91999999', NULL, 1652958150),
(95345, '3220', '266.00', '2', '15.001', '20', '88470000', '89999999', '90000000', '91999999', NULL, 1652958150),
(95346, '3298', '182.00', '6', '20.001', '25', '88470000', '89999999', '90000000', '91999999', NULL, 1652958150),
(95347, '3220', '339.00', '2', '20.001', '25', '88470000', '89999999', '90000000', '91999999', NULL, 1652958151),
(95348, '3298', '221.00', '6', '25.001', '30', '88470000', '89999999', '90000000', '91999999', NULL, 1652958151),
(95349, '3220', '413.00', '2', '25.001', '30', '88470000', '89999999', '90000000', '91999999', NULL, 1652958152),
(95350, '3298', '38.00', '7', '0.3', '5', '88470000', '89999999', '90000000', '94900999', NULL, 1652958152),
(95351, '3220', '85.00', '3', '0.3', '5', '88470000', '89999999', '90000000', '94900999', NULL, 1652958153),
(95352, '3298', '63.00', '7', '5.001', '10', '88470000', '89999999', '90000000', '94900999', NULL, 1652958154),
(95353, '3220', '118.00', '3', '5.001', '10', '88470000', '89999999', '90000000', '94900999', NULL, 1652958154),
(95354, '3298', '103.00', '7', '10.001', '15', '88470000', '89999999', '90000000', '94900999', NULL, 1652958154),
(95355, '3220', '192.00', '3', '10.001', '15', '88470000', '89999999', '90000000', '94900999', NULL, 1652958155),
(95356, '3298', '142.00', '7', '15.001', '20', '88470000', '89999999', '90000000', '94900999', NULL, 1652958155),
(95357, '3220', '266.00', '3', '15.001', '20', '88470000', '89999999', '90000000', '94900999', NULL, 1652958156),
(95358, '3298', '182.00', '7', '20.001', '25', '88470000', '89999999', '90000000', '94900999', NULL, 1652958156),
(95359, '3220', '339.00', '3', '20.001', '25', '88470000', '89999999', '90000000', '94900999', NULL, 1652958156),
(95360, '3298', '221.00', '7', '25.001', '30', '88470000', '89999999', '90000000', '94900999', NULL, 1652958157),
(95361, '3220', '413.00', '3', '25.001', '30', '88470000', '89999999', '90000000', '94900999', NULL, 1652958157),
(95362, '3298', '44.00', '10', '0.3', '5', '88470000', '89999999', '94901000', '99999999', NULL, 1652958158),
(95363, '3220', '102.00', '7', '0.3', '5', '88470000', '89999999', '94901000', '99999999', NULL, 1652958158),
(95364, '3298', '74.00', '10', '5.001', '10', '88470000', '89999999', '94901000', '99999999', NULL, 1652958159),
(95365, '3220', '141.00', '7', '5.001', '10', '88470000', '89999999', '94901000', '99999999', NULL, 1652958159),
(95366, '3298', '120.00', '10', '10.001', '15', '88470000', '89999999', '94901000', '99999999', NULL, 1652958159),
(95367, '3220', '229.00', '7', '10.001', '15', '88470000', '89999999', '94901000', '99999999', NULL, 1652958160),
(95368, '3298', '166.00', '10', '15.001', '20', '88470000', '89999999', '94901000', '99999999', NULL, 1652958160),
(95369, '3220', '316.00', '7', '15.001', '20', '88470000', '89999999', '94901000', '99999999', NULL, 1652958161),
(95370, '3298', '212.00', '10', '20.001', '25', '88470000', '89999999', '94901000', '99999999', NULL, 1652958161),
(95371, '3220', '404.00', '7', '20.001', '25', '88470000', '89999999', '94901000', '99999999', NULL, 1652958162),
(95372, '3298', '258.00', '10', '25.001', '30', '88470000', '89999999', '94901000', '99999999', NULL, 1652958162),
(95373, '3220', '492.00', '7', '25.001', '30', '88470000', '89999999', '94901000', '99999999', NULL, 1652958163),
(95374, '3298', '30.00', '6', '0.3', '5', '90000000', '91999999', '01000000', '08499999', NULL, 1652958164),
(95375, '3220', '59.00', '1', '0.3', '5', '90000000', '91999999', '01000000', '08499999', NULL, 1652958164),
(95376, '3298', '44.00', '6', '5.001', '10', '90000000', '91999999', '01000000', '08499999', NULL, 1652958165),
(95377, '3220', '93.00', '1', '5.001', '10', '90000000', '91999999', '01000000', '08499999', NULL, 1652958166),
(95378, '3298', '71.00', '6', '10.001', '15', '90000000', '91999999', '01000000', '08499999', NULL, 1652958167),
(95379, '3220', '150.00', '1', '10.001', '15', '90000000', '91999999', '01000000', '08499999', NULL, 1652958167),
(95380, '3298', '99.00', '6', '15.001', '20', '90000000', '91999999', '01000000', '08499999', NULL, 1652958168),
(95381, '3220', '208.00', '1', '15.001', '20', '90000000', '91999999', '01000000', '08499999', NULL, 1652958168),
(95382, '3298', '126.00', '6', '20.001', '25', '90000000', '91999999', '01000000', '08499999', NULL, 1652958169),
(95383, '3220', '266.00', '1', '20.001', '25', '90000000', '91999999', '01000000', '08499999', NULL, 1652958170),
(95384, '3298', '153.00', '6', '25.001', '30', '90000000', '91999999', '01000000', '08499999', NULL, 1652958171),
(95385, '3220', '324.00', '1', '25.001', '30', '90000000', '91999999', '01000000', '08499999', NULL, 1652958171),
(95386, '3298', '30.00', '6', '0.3', '5', '90000000', '91999999', '06000000', '09999999', NULL, 1652958172),
(95387, '3220', '59.00', '2', '0.3', '5', '90000000', '91999999', '06000000', '09999999', NULL, 1652958173),
(95388, '3298', '44.00', '6', '5.001', '10', '90000000', '91999999', '06000000', '09999999', NULL, 1652958173),
(95389, '3220', '93.00', '2', '5.001', '10', '90000000', '91999999', '06000000', '09999999', NULL, 1652958174);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(95390, '3298', '71.00', '6', '10.001', '15', '90000000', '91999999', '06000000', '09999999', NULL, 1652958175),
(95391, '3220', '150.00', '2', '10.001', '15', '90000000', '91999999', '06000000', '09999999', NULL, 1652958175),
(95392, '3298', '99.00', '6', '15.001', '20', '90000000', '91999999', '06000000', '09999999', NULL, 1652958176),
(95393, '3220', '208.00', '2', '15.001', '20', '90000000', '91999999', '06000000', '09999999', NULL, 1652958177),
(95394, '3298', '126.00', '6', '20.001', '25', '90000000', '91999999', '06000000', '09999999', NULL, 1652958178),
(95395, '3220', '266.00', '2', '20.001', '25', '90000000', '91999999', '06000000', '09999999', NULL, 1652958178),
(95396, '3298', '153.00', '6', '25.001', '30', '90000000', '91999999', '06000000', '09999999', NULL, 1652958179),
(95397, '3220', '324.00', '2', '25.001', '30', '90000000', '91999999', '06000000', '09999999', NULL, 1652958179),
(95398, '3298', '30.00', '7', '0.3', '5', '90000000', '91999999', '11000000', '11999999', NULL, 1652958180),
(95399, '3220', '59.00', '3', '0.3', '5', '90000000', '91999999', '11000000', '11999999', NULL, 1652958180),
(95400, '3298', '44.00', '7', '5.001', '10', '90000000', '91999999', '11000000', '11999999', NULL, 1652958181),
(95401, '3220', '93.00', '3', '5.001', '10', '90000000', '91999999', '11000000', '11999999', NULL, 1652958182),
(95402, '3298', '71.00', '7', '10.001', '15', '90000000', '91999999', '11000000', '11999999', NULL, 1652958182),
(95403, '3220', '150.00', '3', '10.001', '15', '90000000', '91999999', '11000000', '11999999', NULL, 1652958183),
(95404, '3298', '99.00', '7', '15.001', '20', '90000000', '91999999', '11000000', '11999999', NULL, 1652958184),
(95405, '3220', '208.00', '3', '15.001', '20', '90000000', '91999999', '11000000', '11999999', NULL, 1652958184),
(95406, '3298', '126.00', '7', '20.001', '25', '90000000', '91999999', '11000000', '11999999', NULL, 1652958185),
(95407, '3220', '266.00', '3', '20.001', '25', '90000000', '91999999', '11000000', '11999999', NULL, 1652958185),
(95408, '3298', '153.00', '7', '25.001', '30', '90000000', '91999999', '11000000', '11999999', NULL, 1652958186),
(95409, '3220', '324.00', '3', '25.001', '30', '90000000', '91999999', '11000000', '11999999', NULL, 1652958187),
(95410, '3298', '30.00', '6', '0.3', '5', '90000000', '91999999', '12000000', '19999999', NULL, 1652958187),
(95411, '3220', '59.00', '2', '0.3', '5', '90000000', '91999999', '12000000', '19999999', NULL, 1652958188),
(95412, '3298', '44.00', '6', '5.001', '10', '90000000', '91999999', '12000000', '19999999', NULL, 1652958188),
(95413, '3220', '93.00', '2', '5.001', '10', '90000000', '91999999', '12000000', '19999999', NULL, 1652958189),
(95414, '3298', '71.00', '6', '10.001', '15', '90000000', '91999999', '12000000', '19999999', NULL, 1652958189),
(95415, '3220', '150.00', '2', '10.001', '15', '90000000', '91999999', '12000000', '19999999', NULL, 1652958190),
(95416, '3298', '99.00', '6', '15.001', '20', '90000000', '91999999', '12000000', '19999999', NULL, 1652958191),
(95417, '3220', '208.00', '2', '15.001', '20', '90000000', '91999999', '12000000', '19999999', NULL, 1652958191),
(95418, '3298', '126.00', '6', '20.001', '25', '90000000', '91999999', '12000000', '19999999', NULL, 1652958192),
(95419, '3220', '266.00', '2', '20.001', '25', '90000000', '91999999', '12000000', '19999999', NULL, 1652958192),
(95420, '3298', '153.00', '6', '25.001', '30', '90000000', '91999999', '12000000', '19999999', NULL, 1652958193),
(95421, '3220', '324.00', '2', '25.001', '30', '90000000', '91999999', '12000000', '19999999', NULL, 1652958194),
(95422, '3298', '50.00', '8', '0.3', '5', '90000000', '91999999', '26601000', '28999999', NULL, 1652958207),
(95423, '3220', '124.00', '4', '0.3', '5', '90000000', '91999999', '26601000', '28999999', NULL, 1652958208),
(95424, '3298', '83.00', '8', '5.001', '10', '90000000', '91999999', '26601000', '28999999', NULL, 1652958208),
(95425, '3220', '175.00', '4', '5.001', '10', '90000000', '91999999', '26601000', '28999999', NULL, 1652958209),
(95426, '3298', '135.00', '8', '10.001', '15', '90000000', '91999999', '26601000', '28999999', NULL, 1652958210),
(95427, '3220', '283.00', '4', '10.001', '15', '90000000', '91999999', '26601000', '28999999', NULL, 1652958211),
(95428, '3298', '186.00', '8', '15.001', '20', '90000000', '91999999', '26601000', '28999999', NULL, 1652958211),
(95429, '3220', '392.00', '4', '15.001', '20', '90000000', '91999999', '26601000', '28999999', NULL, 1652958212),
(95430, '3298', '238.00', '8', '20.001', '25', '90000000', '91999999', '26601000', '28999999', NULL, 1652958213),
(95431, '3220', '500.00', '4', '20.001', '25', '90000000', '91999999', '26601000', '28999999', NULL, 1652958213),
(95432, '3298', '290.00', '8', '25.001', '30', '90000000', '91999999', '26601000', '28999999', NULL, 1652958214),
(95433, '3220', '609.00', '4', '25.001', '30', '90000000', '91999999', '26601000', '28999999', NULL, 1652958214),
(95434, '3298', '38.00', '6', '0.3', '5', '90000000', '91999999', '29000000', '29099999', NULL, 1652958215),
(95435, '3220', '113.00', '2', '0.3', '5', '90000000', '91999999', '29000000', '29099999', NULL, 1652958215),
(95436, '3298', '58.00', '6', '5.001', '10', '90000000', '91999999', '29000000', '29099999', NULL, 1652958216),
(95437, '3220', '176.00', '2', '5.001', '10', '90000000', '91999999', '29000000', '29099999', NULL, 1652958217),
(95438, '3298', '94.00', '6', '10.001', '15', '90000000', '91999999', '29000000', '29099999', NULL, 1652958217),
(95439, '3220', '286.00', '2', '10.001', '15', '90000000', '91999999', '29000000', '29099999', NULL, 1652958218),
(95440, '3298', '130.00', '6', '15.001', '20', '90000000', '91999999', '29000000', '29099999', NULL, 1652958219),
(95441, '3220', '396.00', '2', '15.001', '20', '90000000', '91999999', '29000000', '29099999', NULL, 1652958219),
(95442, '3298', '166.00', '6', '20.001', '25', '90000000', '91999999', '29000000', '29099999', NULL, 1652958220),
(95443, '3220', '505.00', '2', '20.001', '25', '90000000', '91999999', '29000000', '29099999', NULL, 1652958221),
(95444, '3298', '202.00', '6', '25.001', '30', '90000000', '91999999', '29000000', '29099999', NULL, 1652958221),
(95445, '3220', '615.00', '2', '25.001', '30', '90000000', '91999999', '29000000', '29099999', NULL, 1652958222),
(95446, '3298', '70.00', '8', '0.3', '5', '90000000', '91999999', '29100000', '29999999', NULL, 1652958222),
(95447, '3220', '157.00', '4', '0.3', '5', '90000000', '91999999', '29100000', '29999999', NULL, 1652958223),
(95448, '3298', '106.00', '8', '5.001', '10', '90000000', '91999999', '29100000', '29999999', NULL, 1652958223),
(95449, '3220', '226.00', '4', '5.001', '10', '90000000', '91999999', '29100000', '29999999', NULL, 1652958224),
(95450, '3298', '172.00', '8', '10.001', '15', '90000000', '91999999', '29100000', '29999999', NULL, 1652958225),
(95451, '3220', '367.00', '4', '10.001', '15', '90000000', '91999999', '29100000', '29999999', NULL, 1652958225),
(95452, '3298', '239.00', '8', '15.001', '20', '90000000', '91999999', '29100000', '29999999', NULL, 1652958226),
(95453, '3220', '508.00', '4', '15.001', '20', '90000000', '91999999', '29100000', '29999999', NULL, 1652958226),
(95454, '3298', '305.00', '8', '20.001', '25', '90000000', '91999999', '29100000', '29999999', NULL, 1652958227),
(95455, '3220', '649.00', '4', '20.001', '25', '90000000', '91999999', '29100000', '29999999', NULL, 1652958227),
(95456, '3298', '371.00', '8', '25.001', '30', '90000000', '91999999', '29100000', '29999999', NULL, 1652958228),
(95457, '3220', '789.00', '4', '25.001', '30', '90000000', '91999999', '29100000', '29999999', NULL, 1652958229),
(95458, '3298', '34.00', '5', '0.3', '5', '90000000', '91999999', '30000000', '31999999', NULL, 1652958230),
(95459, '3220', '80.00', '1', '0.3', '5', '90000000', '91999999', '30000000', '31999999', NULL, 1652958230),
(95460, '3298', '50.00', '5', '5.001', '10', '90000000', '91999999', '30000000', '31999999', NULL, 1652958230),
(95461, '3220', '125.00', '1', '5.001', '10', '90000000', '91999999', '30000000', '31999999', NULL, 1652958231),
(95462, '3298', '82.00', '5', '10.001', '15', '90000000', '91999999', '30000000', '31999999', NULL, 1652958232),
(95463, '3220', '203.00', '1', '10.001', '15', '90000000', '91999999', '30000000', '31999999', NULL, 1652958232),
(95464, '3298', '113.00', '5', '15.001', '20', '90000000', '91999999', '30000000', '31999999', NULL, 1652958233),
(95465, '3220', '281.00', '1', '15.001', '20', '90000000', '91999999', '30000000', '31999999', NULL, 1652958233),
(95466, '3298', '145.00', '5', '20.001', '25', '90000000', '91999999', '30000000', '31999999', NULL, 1652958234),
(95467, '3220', '359.00', '1', '20.001', '25', '90000000', '91999999', '30000000', '31999999', NULL, 1652958235),
(95468, '3298', '176.00', '5', '25.001', '30', '90000000', '91999999', '30000000', '31999999', NULL, 1652958235),
(95469, '3220', '437.00', '1', '25.001', '30', '90000000', '91999999', '30000000', '31999999', NULL, 1652958236),
(95470, '3298', '34.00', '5', '0.3', '5', '90000000', '91999999', '30000000', '34999999', NULL, 1652958236),
(95471, '3220', '80.00', '1', '0.3', '5', '90000000', '91999999', '30000000', '34999999', NULL, 1652958237),
(95472, '3298', '50.00', '5', '5.001', '10', '90000000', '91999999', '30000000', '34999999', NULL, 1652958237),
(95473, '3220', '125.00', '1', '5.001', '10', '90000000', '91999999', '30000000', '34999999', NULL, 1652958238),
(95474, '3298', '82.00', '5', '10.001', '15', '90000000', '91999999', '30000000', '34999999', NULL, 1652958238),
(95475, '3220', '203.00', '1', '10.001', '15', '90000000', '91999999', '30000000', '34999999', NULL, 1652958239),
(95476, '3298', '113.00', '5', '15.001', '20', '90000000', '91999999', '30000000', '34999999', NULL, 1652958239),
(95477, '3220', '281.00', '1', '15.001', '20', '90000000', '91999999', '30000000', '34999999', NULL, 1652958240),
(95478, '3298', '145.00', '5', '20.001', '25', '90000000', '91999999', '30000000', '34999999', NULL, 1652958241),
(95479, '3220', '359.00', '1', '20.001', '25', '90000000', '91999999', '30000000', '34999999', NULL, 1652958241),
(95480, '3298', '176.00', '5', '25.001', '30', '90000000', '91999999', '30000000', '34999999', NULL, 1652958242),
(95481, '3220', '437.00', '1', '25.001', '30', '90000000', '91999999', '30000000', '34999999', NULL, 1652958242),
(95482, '3298', '50.00', '8', '0.3', '5', '90000000', '91999999', '35000000', '39999999', NULL, 1652958243),
(95483, '3220', '124.00', '4', '0.3', '5', '90000000', '91999999', '35000000', '39999999', NULL, 1652958243),
(95484, '3298', '83.00', '8', '5.001', '10', '90000000', '91999999', '35000000', '39999999', NULL, 1652958244),
(95485, '3220', '175.00', '4', '5.001', '10', '90000000', '91999999', '35000000', '39999999', NULL, 1652958245),
(95486, '3298', '135.00', '8', '10.001', '15', '90000000', '91999999', '35000000', '39999999', NULL, 1652958245),
(95487, '3220', '283.00', '4', '10.001', '15', '90000000', '91999999', '35000000', '39999999', NULL, 1652958246),
(95488, '3298', '186.00', '8', '15.001', '20', '90000000', '91999999', '35000000', '39999999', NULL, 1652958246),
(95489, '3220', '392.00', '4', '15.001', '20', '90000000', '91999999', '35000000', '39999999', NULL, 1652958247),
(95490, '3298', '238.00', '8', '20.001', '25', '90000000', '91999999', '35000000', '39999999', NULL, 1652958248),
(95491, '3220', '500.00', '4', '20.001', '25', '90000000', '91999999', '35000000', '39999999', NULL, 1652958248),
(95492, '3298', '290.00', '8', '25.001', '30', '90000000', '91999999', '35000000', '39999999', NULL, 1652958249),
(95493, '3220', '609.00', '4', '25.001', '30', '90000000', '91999999', '35000000', '39999999', NULL, 1652958250),
(95494, '3298', '45.00', '6', '0.3', '5', '90000000', '91999999', '40000000', '41999999', NULL, 1652958250),
(95495, '3220', '137.00', '2', '0.3', '5', '90000000', '91999999', '40000000', '41999999', NULL, 1652958251),
(95496, '3298', '71.00', '6', '5.001', '10', '90000000', '91999999', '40000000', '41999999', NULL, 1652958251),
(95497, '3220', '214.00', '2', '5.001', '10', '90000000', '91999999', '40000000', '41999999', NULL, 1652958252),
(95498, '3298', '116.00', '6', '10.001', '15', '90000000', '91999999', '40000000', '41999999', NULL, 1652958253),
(95499, '3220', '346.00', '2', '10.001', '15', '90000000', '91999999', '40000000', '41999999', NULL, 1652958253),
(95500, '3298', '160.00', '6', '15.001', '20', '90000000', '91999999', '40000000', '41999999', NULL, 1652958254),
(95501, '3220', '479.00', '2', '15.001', '20', '90000000', '91999999', '40000000', '41999999', NULL, 1652958254),
(95502, '3298', '205.00', '6', '20.001', '25', '90000000', '91999999', '40000000', '41999999', NULL, 1652958255),
(95503, '3220', '612.00', '2', '20.001', '25', '90000000', '91999999', '40000000', '41999999', NULL, 1652958255),
(95504, '3298', '249.00', '6', '25.001', '30', '90000000', '91999999', '40000000', '41999999', NULL, 1652958256),
(95505, '3220', '744.00', '2', '25.001', '30', '90000000', '91999999', '40000000', '41999999', NULL, 1652958256),
(95506, '3298', '45.00', '6', '0.3', '5', '90000000', '91999999', '40000000', '44470999', NULL, 1652958257),
(95507, '3220', '137.00', '2', '0.3', '5', '90000000', '91999999', '40000000', '44470999', NULL, 1652958257),
(95508, '3298', '71.00', '6', '5.001', '10', '90000000', '91999999', '40000000', '44470999', NULL, 1652958258),
(95509, '3220', '214.00', '2', '5.001', '10', '90000000', '91999999', '40000000', '44470999', NULL, 1652958259),
(95510, '3298', '116.00', '6', '10.001', '15', '90000000', '91999999', '40000000', '44470999', NULL, 1652958259),
(95511, '3220', '346.00', '2', '10.001', '15', '90000000', '91999999', '40000000', '44470999', NULL, 1652958260),
(95512, '3298', '160.00', '6', '15.001', '20', '90000000', '91999999', '40000000', '44470999', NULL, 1652958261),
(95513, '3220', '479.00', '2', '15.001', '20', '90000000', '91999999', '40000000', '44470999', NULL, 1652958262),
(95514, '3298', '205.00', '6', '20.001', '25', '90000000', '91999999', '40000000', '44470999', NULL, 1652958262),
(95515, '3220', '612.00', '2', '20.001', '25', '90000000', '91999999', '40000000', '44470999', NULL, 1652958263),
(95516, '3298', '249.00', '6', '25.001', '30', '90000000', '91999999', '40000000', '44470999', NULL, 1652958263),
(95517, '3220', '744.00', '2', '25.001', '30', '90000000', '91999999', '40000000', '44470999', NULL, 1652958264),
(95518, '3298', '78.00', '7', '0.3', '5', '90000000', '91999999', '44471000', '48999999', NULL, 1652958264),
(95519, '3220', '154.00', '3', '0.3', '5', '90000000', '91999999', '44471000', '48999999', NULL, 1652958265),
(95520, '3298', '114.00', '7', '5.001', '10', '90000000', '91999999', '44471000', '48999999', NULL, 1652958265),
(95521, '3220', '223.00', '3', '5.001', '10', '90000000', '91999999', '44471000', '48999999', NULL, 1652958266),
(95522, '3298', '185.00', '7', '10.001', '15', '90000000', '91999999', '44471000', '48999999', NULL, 1652958266),
(95523, '3220', '361.00', '3', '10.001', '15', '90000000', '91999999', '44471000', '48999999', NULL, 1652958267),
(95524, '3298', '256.00', '7', '15.001', '20', '90000000', '91999999', '44471000', '48999999', NULL, 1652958268),
(95525, '3220', '500.00', '3', '15.001', '20', '90000000', '91999999', '44471000', '48999999', NULL, 1652958268),
(95526, '3298', '327.00', '7', '20.001', '25', '90000000', '91999999', '44471000', '48999999', NULL, 1652958269),
(95527, '3220', '638.00', '3', '20.001', '25', '90000000', '91999999', '44471000', '48999999', NULL, 1652958269),
(95528, '3298', '398.00', '7', '25.001', '30', '90000000', '91999999', '44471000', '48999999', NULL, 1652958270),
(95529, '3220', '777.00', '3', '25.001', '30', '90000000', '91999999', '44471000', '48999999', NULL, 1652958271),
(95530, '3298', '45.00', '8', '0.3', '5', '90000000', '91999999', '49000000', '49099999', NULL, 1652958271),
(95531, '3220', '137.00', '2', '0.3', '5', '90000000', '91999999', '49000000', '49099999', NULL, 1652958272),
(95532, '3298', '71.00', '8', '5.001', '10', '90000000', '91999999', '49000000', '49099999', NULL, 1652958272),
(95533, '3220', '214.00', '2', '5.001', '10', '90000000', '91999999', '49000000', '49099999', NULL, 1652958273),
(95534, '3298', '116.00', '8', '10.001', '15', '90000000', '91999999', '49000000', '49099999', NULL, 1652958274),
(95535, '3220', '346.00', '2', '10.001', '15', '90000000', '91999999', '49000000', '49099999', NULL, 1652958274),
(95536, '3298', '160.00', '8', '15.001', '20', '90000000', '91999999', '49000000', '49099999', NULL, 1652958275),
(95537, '3220', '479.00', '2', '15.001', '20', '90000000', '91999999', '49000000', '49099999', NULL, 1652958275),
(95538, '3298', '205.00', '8', '20.001', '25', '90000000', '91999999', '49000000', '49099999', NULL, 1652958276),
(95539, '3220', '612.00', '2', '20.001', '25', '90000000', '91999999', '49000000', '49099999', NULL, 1652958277),
(95540, '3298', '249.00', '8', '25.001', '30', '90000000', '91999999', '49000000', '49099999', NULL, 1652958277),
(95541, '3220', '744.00', '2', '25.001', '30', '90000000', '91999999', '49000000', '49099999', NULL, 1652958278),
(95542, '3298', '90.00', '11', '0.3', '5', '90000000', '91999999', '49100000', '49999999', NULL, 1652958279),
(95543, '3220', '183.00', '5', '0.3', '5', '90000000', '91999999', '49100000', '49999999', NULL, 1652958279),
(95544, '3298', '133.00', '11', '5.001', '10', '90000000', '91999999', '49100000', '49999999', NULL, 1652958280),
(95545, '3220', '266.00', '5', '5.001', '10', '90000000', '91999999', '49100000', '49999999', NULL, 1652958280),
(95546, '3298', '215.00', '11', '10.001', '15', '90000000', '91999999', '49100000', '49999999', NULL, 1652958281),
(95547, '3220', '430.00', '5', '10.001', '15', '90000000', '91999999', '49100000', '49999999', NULL, 1652958281),
(95548, '3298', '298.00', '11', '15.001', '20', '90000000', '91999999', '49100000', '49999999', NULL, 1652958282),
(95549, '3220', '595.00', '5', '15.001', '20', '90000000', '91999999', '49100000', '49999999', NULL, 1652958283),
(95550, '3298', '380.00', '11', '20.001', '25', '90000000', '91999999', '49100000', '49999999', NULL, 1652958283),
(95551, '3220', '760.00', '5', '20.001', '25', '90000000', '91999999', '49100000', '49999999', NULL, 1652958284),
(95552, '3298', '463.00', '11', '25.001', '30', '90000000', '91999999', '49100000', '49999999', NULL, 1652958284),
(95553, '3220', '925.00', '5', '25.001', '30', '90000000', '91999999', '49100000', '49999999', NULL, 1652958285),
(95554, '3298', '45.00', '7', '0.3', '5', '90000000', '91999999', '50000000', '52999999', NULL, 1652958285),
(95555, '3220', '137.00', '2', '0.3', '5', '90000000', '91999999', '50000000', '52999999', NULL, 1652958286),
(95556, '3298', '71.00', '7', '5.001', '10', '90000000', '91999999', '50000000', '52999999', NULL, 1652958286),
(95557, '3220', '214.00', '2', '5.001', '10', '90000000', '91999999', '50000000', '52999999', NULL, 1652958287),
(95558, '3298', '116.00', '7', '10.001', '15', '90000000', '91999999', '50000000', '52999999', NULL, 1652958287),
(95559, '3220', '346.00', '2', '10.001', '15', '90000000', '91999999', '50000000', '52999999', NULL, 1652958288),
(95560, '3298', '160.00', '7', '15.001', '20', '90000000', '91999999', '50000000', '52999999', NULL, 1652958288),
(95561, '3220', '479.00', '2', '15.001', '20', '90000000', '91999999', '50000000', '52999999', NULL, 1652958289),
(95562, '3298', '205.00', '7', '20.001', '25', '90000000', '91999999', '50000000', '52999999', NULL, 1652958290),
(95563, '3220', '612.00', '2', '20.001', '25', '90000000', '91999999', '50000000', '52999999', NULL, 1652958290),
(95564, '3298', '249.00', '7', '25.001', '30', '90000000', '91999999', '50000000', '52999999', NULL, 1652958291),
(95565, '3220', '744.00', '2', '25.001', '30', '90000000', '91999999', '50000000', '52999999', NULL, 1652958292),
(95566, '3298', '45.00', '7', '0.3', '5', '90000000', '91999999', '50000000', '54999999', NULL, 1652958292),
(95567, '3220', '137.00', '2', '0.3', '5', '90000000', '91999999', '50000000', '54999999', NULL, 1652958293),
(95568, '3298', '71.00', '7', '5.001', '10', '90000000', '91999999', '50000000', '54999999', NULL, 1652958293),
(95569, '3220', '214.00', '2', '5.001', '10', '90000000', '91999999', '50000000', '54999999', NULL, 1652958294),
(95570, '3298', '116.00', '7', '10.001', '15', '90000000', '91999999', '50000000', '54999999', NULL, 1652958295),
(95571, '3220', '346.00', '2', '10.001', '15', '90000000', '91999999', '50000000', '54999999', NULL, 1652958295),
(95572, '3298', '160.00', '7', '15.001', '20', '90000000', '91999999', '50000000', '54999999', NULL, 1652958296),
(95573, '3220', '479.00', '2', '15.001', '20', '90000000', '91999999', '50000000', '54999999', NULL, 1652958297),
(95574, '3298', '205.00', '7', '20.001', '25', '90000000', '91999999', '50000000', '54999999', NULL, 1652958297),
(95575, '3220', '612.00', '2', '20.001', '25', '90000000', '91999999', '50000000', '54999999', NULL, 1652958298),
(95576, '3298', '249.00', '7', '25.001', '30', '90000000', '91999999', '50000000', '54999999', NULL, 1652958299),
(95577, '3220', '744.00', '2', '25.001', '30', '90000000', '91999999', '50000000', '54999999', NULL, 1652958299),
(95578, '3298', '90.00', '12', '0.3', '5', '90000000', '91999999', '55000000', '56999999', NULL, 1652958300),
(95579, '3220', '183.00', '6', '0.3', '5', '90000000', '91999999', '55000000', '56999999', NULL, 1652958300),
(95580, '3298', '133.00', '12', '5.001', '10', '90000000', '91999999', '55000000', '56999999', NULL, 1652958301),
(95581, '3220', '266.00', '6', '5.001', '10', '90000000', '91999999', '55000000', '56999999', NULL, 1652958302),
(95582, '3298', '215.00', '12', '10.001', '15', '90000000', '91999999', '55000000', '56999999', NULL, 1652958302),
(95583, '3220', '430.00', '6', '10.001', '15', '90000000', '91999999', '55000000', '56999999', NULL, 1652958303),
(95584, '3298', '298.00', '12', '15.001', '20', '90000000', '91999999', '55000000', '56999999', NULL, 1652958303),
(95585, '3220', '595.00', '6', '15.001', '20', '90000000', '91999999', '55000000', '56999999', NULL, 1652958304),
(95586, '3298', '380.00', '12', '20.001', '25', '90000000', '91999999', '55000000', '56999999', NULL, 1652958305),
(95587, '3220', '760.00', '6', '20.001', '25', '90000000', '91999999', '55000000', '56999999', NULL, 1652958305),
(95588, '3298', '463.00', '12', '25.001', '30', '90000000', '91999999', '55000000', '56999999', NULL, 1652958306),
(95589, '3220', '925.00', '6', '25.001', '30', '90000000', '91999999', '55000000', '56999999', NULL, 1652958306),
(95590, '3298', '45.00', '7', '0.3', '5', '90000000', '91999999', '57000000', '57099999', NULL, 1652958307),
(95591, '3220', '137.00', '3', '0.3', '5', '90000000', '91999999', '57000000', '57099999', NULL, 1652958308),
(95592, '3298', '71.00', '7', '5.001', '10', '90000000', '91999999', '57000000', '57099999', NULL, 1652958308),
(95593, '3220', '214.00', '3', '5.001', '10', '90000000', '91999999', '57000000', '57099999', NULL, 1652958309),
(95594, '3298', '116.00', '7', '10.001', '15', '90000000', '91999999', '57000000', '57099999', NULL, 1652958310),
(95595, '3220', '346.00', '3', '10.001', '15', '90000000', '91999999', '57000000', '57099999', NULL, 1652958310),
(95596, '3298', '160.00', '7', '15.001', '20', '90000000', '91999999', '57000000', '57099999', NULL, 1652958311),
(95597, '3220', '479.00', '3', '15.001', '20', '90000000', '91999999', '57000000', '57099999', NULL, 1652958311),
(95598, '3298', '205.00', '7', '20.001', '25', '90000000', '91999999', '57000000', '57099999', NULL, 1652958312),
(95599, '3220', '612.00', '3', '20.001', '25', '90000000', '91999999', '57000000', '57099999', NULL, 1652958312),
(95600, '3298', '249.00', '7', '25.001', '30', '90000000', '91999999', '57000000', '57099999', NULL, 1652958313),
(95601, '3220', '744.00', '3', '25.001', '30', '90000000', '91999999', '57000000', '57099999', NULL, 1652958314),
(95602, '3298', '45.00', '10', '0.3', '5', '90000000', '91999999', '57100000', '57999999', NULL, 1652958314),
(95603, '3220', '137.00', '5', '0.3', '5', '90000000', '91999999', '57100000', '57999999', NULL, 1652958315),
(95604, '3298', '71.00', '10', '5.001', '10', '90000000', '91999999', '57100000', '57999999', NULL, 1652958315),
(95605, '3220', '214.00', '5', '5.001', '10', '90000000', '91999999', '57100000', '57999999', NULL, 1652958316),
(95606, '3298', '116.00', '10', '10.001', '15', '90000000', '91999999', '57100000', '57999999', NULL, 1652958317),
(95607, '3220', '346.00', '5', '10.001', '15', '90000000', '91999999', '57100000', '57999999', NULL, 1652958317),
(95608, '3298', '160.00', '10', '15.001', '20', '90000000', '91999999', '57100000', '57999999', NULL, 1652958318),
(95609, '3220', '479.00', '5', '15.001', '20', '90000000', '91999999', '57100000', '57999999', NULL, 1652958318),
(95610, '3298', '205.00', '10', '20.001', '25', '90000000', '91999999', '57100000', '57999999', NULL, 1652958319),
(95611, '3220', '612.00', '5', '20.001', '25', '90000000', '91999999', '57100000', '57999999', NULL, 1652958320),
(95612, '3298', '249.00', '10', '25.001', '30', '90000000', '91999999', '57100000', '57999999', NULL, 1652958320),
(95613, '3220', '744.00', '5', '25.001', '30', '90000000', '91999999', '57100000', '57999999', NULL, 1652958321),
(95614, '3298', '45.00', '9', '0.3', '5', '90000000', '91999999', '58000000', '58099999', NULL, 1652958322),
(95615, '3220', '137.00', '3', '0.3', '5', '90000000', '91999999', '58000000', '58099999', NULL, 1652958322),
(95616, '3298', '71.00', '9', '5.001', '10', '90000000', '91999999', '58000000', '58099999', NULL, 1652958323),
(95617, '3220', '214.00', '3', '5.001', '10', '90000000', '91999999', '58000000', '58099999', NULL, 1652958324),
(95618, '3298', '116.00', '9', '10.001', '15', '90000000', '91999999', '58000000', '58099999', NULL, 1652958324),
(95619, '3220', '346.00', '3', '10.001', '15', '90000000', '91999999', '58000000', '58099999', NULL, 1652958325),
(95620, '3298', '160.00', '9', '15.001', '20', '90000000', '91999999', '58000000', '58099999', NULL, 1652958325),
(95621, '3220', '479.00', '3', '15.001', '20', '90000000', '91999999', '58000000', '58099999', NULL, 1652958326),
(95622, '3298', '205.00', '9', '20.001', '25', '90000000', '91999999', '58000000', '58099999', NULL, 1652958326),
(95623, '3220', '612.00', '3', '20.001', '25', '90000000', '91999999', '58000000', '58099999', NULL, 1652958327),
(95624, '3298', '249.00', '9', '25.001', '30', '90000000', '91999999', '58000000', '58099999', NULL, 1652958328),
(95625, '3220', '744.00', '3', '25.001', '30', '90000000', '91999999', '58000000', '58099999', NULL, 1652958328),
(95626, '3298', '90.00', '15', '0.3', '5', '90000000', '91999999', '58100000', '58999999', NULL, 1652958329),
(95627, '3220', '183.00', '8', '0.3', '5', '90000000', '91999999', '58100000', '58999999', NULL, 1652958329),
(95628, '3298', '133.00', '15', '5.001', '10', '90000000', '91999999', '58100000', '58999999', NULL, 1652958330),
(95629, '3220', '266.00', '8', '5.001', '10', '90000000', '91999999', '58100000', '58999999', NULL, 1652958331),
(95630, '3298', '215.00', '15', '10.001', '15', '90000000', '91999999', '58100000', '58999999', NULL, 1652958331),
(95631, '3220', '430.00', '8', '10.001', '15', '90000000', '91999999', '58100000', '58999999', NULL, 1652958332),
(95632, '3298', '298.00', '15', '15.001', '20', '90000000', '91999999', '58100000', '58999999', NULL, 1652958332),
(95633, '3220', '595.00', '8', '15.001', '20', '90000000', '91999999', '58100000', '58999999', NULL, 1652958333),
(95634, '3298', '380.00', '15', '20.001', '25', '90000000', '91999999', '58100000', '58999999', NULL, 1652958334),
(95635, '3220', '760.00', '8', '20.001', '25', '90000000', '91999999', '58100000', '58999999', NULL, 1652958334),
(95636, '3298', '463.00', '15', '25.001', '30', '90000000', '91999999', '58100000', '58999999', NULL, 1652958335),
(95637, '3220', '925.00', '8', '25.001', '30', '90000000', '91999999', '58100000', '58999999', NULL, 1652958335),
(95638, '3298', '45.00', '7', '0.3', '5', '90000000', '91999999', '59000000', '59099999', NULL, 1652958336),
(95639, '3220', '137.00', '2', '0.3', '5', '90000000', '91999999', '59000000', '59099999', NULL, 1652958336),
(95640, '3298', '71.00', '7', '5.001', '10', '90000000', '91999999', '59000000', '59099999', NULL, 1652958337),
(95641, '3220', '214.00', '2', '5.001', '10', '90000000', '91999999', '59000000', '59099999', NULL, 1652958337),
(95642, '3298', '116.00', '7', '10.001', '15', '90000000', '91999999', '59000000', '59099999', NULL, 1652958338),
(95643, '3220', '346.00', '2', '10.001', '15', '90000000', '91999999', '59000000', '59099999', NULL, 1652958338),
(95644, '3298', '160.00', '7', '15.001', '20', '90000000', '91999999', '59000000', '59099999', NULL, 1652958339),
(95645, '3220', '479.00', '2', '15.001', '20', '90000000', '91999999', '59000000', '59099999', NULL, 1652958340),
(95646, '3298', '205.00', '7', '20.001', '25', '90000000', '91999999', '59000000', '59099999', NULL, 1652958341),
(95647, '3220', '612.00', '2', '20.001', '25', '90000000', '91999999', '59000000', '59099999', NULL, 1652958341),
(95648, '3298', '249.00', '7', '25.001', '30', '90000000', '91999999', '59000000', '59099999', NULL, 1652958342),
(95649, '3220', '744.00', '2', '25.001', '30', '90000000', '91999999', '59000000', '59099999', NULL, 1652958343),
(95650, '3298', '45.00', '7', '0.3', '5', '90000000', '91999999', '59100000', '59999999', NULL, 1652958343),
(95651, '3220', '137.00', '2', '0.3', '5', '90000000', '91999999', '59100000', '59999999', NULL, 1652958344),
(95652, '3298', '71.00', '7', '5.001', '10', '90000000', '91999999', '59100000', '59999999', NULL, 1652958344),
(95653, '3220', '214.00', '2', '5.001', '10', '90000000', '91999999', '59100000', '59999999', NULL, 1652958345),
(95654, '3298', '116.00', '7', '10.001', '15', '90000000', '91999999', '59100000', '59999999', NULL, 1652958345),
(95655, '3220', '346.00', '2', '10.001', '15', '90000000', '91999999', '59100000', '59999999', NULL, 1652958346),
(95656, '3298', '160.00', '7', '15.001', '20', '90000000', '91999999', '59100000', '59999999', NULL, 1652958346),
(95657, '3220', '479.00', '2', '15.001', '20', '90000000', '91999999', '59100000', '59999999', NULL, 1652958347),
(95658, '3298', '205.00', '7', '20.001', '25', '90000000', '91999999', '59100000', '59999999', NULL, 1652958347),
(95659, '3220', '612.00', '2', '20.001', '25', '90000000', '91999999', '59100000', '59999999', NULL, 1652958348),
(95660, '3298', '249.00', '7', '25.001', '30', '90000000', '91999999', '59100000', '59999999', NULL, 1652958348),
(95661, '3220', '744.00', '2', '25.001', '30', '90000000', '91999999', '59100000', '59999999', NULL, 1652958349),
(95662, '3298', '45.00', '8', '0.3', '5', '90000000', '91999999', '60000000', '60999999', NULL, 1652958350),
(95663, '3220', '137.00', '2', '0.3', '5', '90000000', '91999999', '60000000', '60999999', NULL, 1652958350),
(95664, '3298', '71.00', '8', '5.001', '10', '90000000', '91999999', '60000000', '60999999', NULL, 1652958351),
(95665, '3220', '214.00', '2', '5.001', '10', '90000000', '91999999', '60000000', '60999999', NULL, 1652958352),
(95666, '3298', '116.00', '8', '10.001', '15', '90000000', '91999999', '60000000', '60999999', NULL, 1652958352),
(95667, '3220', '346.00', '2', '10.001', '15', '90000000', '91999999', '60000000', '60999999', NULL, 1652958353),
(95668, '3298', '160.00', '8', '15.001', '20', '90000000', '91999999', '60000000', '60999999', NULL, 1652958353),
(95669, '3220', '479.00', '2', '15.001', '20', '90000000', '91999999', '60000000', '60999999', NULL, 1652958354),
(95670, '3298', '205.00', '8', '20.001', '25', '90000000', '91999999', '60000000', '60999999', NULL, 1652958354),
(95671, '3220', '612.00', '2', '20.001', '25', '90000000', '91999999', '60000000', '60999999', NULL, 1652958355),
(95672, '3298', '249.00', '8', '25.001', '30', '90000000', '91999999', '60000000', '60999999', NULL, 1652958356),
(95673, '3220', '744.00', '2', '25.001', '30', '90000000', '91999999', '60000000', '60999999', NULL, 1652958356),
(95674, '3298', '45.00', '8', '0.3', '5', '90000000', '91999999', '60000000', '61900999', NULL, 1652958357),
(95675, '3220', '137.00', '2', '0.3', '5', '90000000', '91999999', '60000000', '61900999', NULL, 1652958357),
(95676, '3298', '71.00', '8', '5.001', '10', '90000000', '91999999', '60000000', '61900999', NULL, 1652958358),
(95677, '3220', '214.00', '2', '5.001', '10', '90000000', '91999999', '60000000', '61900999', NULL, 1652958359),
(95678, '3298', '116.00', '8', '10.001', '15', '90000000', '91999999', '60000000', '61900999', NULL, 1652958359),
(95679, '3220', '346.00', '2', '10.001', '15', '90000000', '91999999', '60000000', '61900999', NULL, 1652958360),
(95680, '3298', '160.00', '8', '15.001', '20', '90000000', '91999999', '60000000', '61900999', NULL, 1652958360),
(95681, '3220', '479.00', '2', '15.001', '20', '90000000', '91999999', '60000000', '61900999', NULL, 1652958361),
(95682, '3298', '205.00', '8', '20.001', '25', '90000000', '91999999', '60000000', '61900999', NULL, 1652958361),
(95683, '3220', '612.00', '2', '20.001', '25', '90000000', '91999999', '60000000', '61900999', NULL, 1652958362),
(95684, '3298', '249.00', '8', '25.001', '30', '90000000', '91999999', '60000000', '61900999', NULL, 1652958362),
(95685, '3220', '744.00', '2', '25.001', '30', '90000000', '91999999', '60000000', '61900999', NULL, 1652958363),
(95686, '3298', '90.00', '12', '0.3', '5', '90000000', '91999999', '61901000', '63999999', NULL, 1652958364),
(95687, '3220', '183.00', '7', '0.3', '5', '90000000', '91999999', '61901000', '63999999', NULL, 1652958364),
(95688, '3298', '133.00', '12', '5.001', '10', '90000000', '91999999', '61901000', '63999999', NULL, 1652958365),
(95689, '3220', '266.00', '7', '5.001', '10', '90000000', '91999999', '61901000', '63999999', NULL, 1652958366),
(95690, '3298', '215.00', '12', '10.001', '15', '90000000', '91999999', '61901000', '63999999', NULL, 1652958367),
(95691, '3220', '430.00', '7', '10.001', '15', '90000000', '91999999', '61901000', '63999999', NULL, 1652958368),
(95692, '3298', '298.00', '12', '15.001', '20', '90000000', '91999999', '61901000', '63999999', NULL, 1652958368),
(95693, '3220', '595.00', '7', '15.001', '20', '90000000', '91999999', '61901000', '63999999', NULL, 1652958369),
(95694, '3298', '380.00', '12', '20.001', '25', '90000000', '91999999', '61901000', '63999999', NULL, 1652958369),
(95695, '3220', '760.00', '7', '20.001', '25', '90000000', '91999999', '61901000', '63999999', NULL, 1652958370),
(95696, '3298', '463.00', '12', '25.001', '30', '90000000', '91999999', '61901000', '63999999', NULL, 1652958371),
(95697, '3220', '925.00', '7', '25.001', '30', '90000000', '91999999', '61901000', '63999999', NULL, 1652958371),
(95698, '3298', '45.00', '8', '0.3', '5', '90000000', '91999999', '64000000', '64099999', NULL, 1652958372),
(95699, '3220', '137.00', '4', '0.3', '5', '90000000', '91999999', '64000000', '64099999', NULL, 1652958372),
(95700, '3298', '71.00', '8', '5.001', '10', '90000000', '91999999', '64000000', '64099999', NULL, 1652958373),
(95701, '3220', '214.00', '4', '5.001', '10', '90000000', '91999999', '64000000', '64099999', NULL, 1652958374),
(95702, '3298', '116.00', '8', '10.001', '15', '90000000', '91999999', '64000000', '64099999', NULL, 1652958374),
(95703, '3220', '346.00', '4', '10.001', '15', '90000000', '91999999', '64000000', '64099999', NULL, 1652958375),
(95704, '3298', '160.00', '8', '15.001', '20', '90000000', '91999999', '64000000', '64099999', NULL, 1652958375),
(95705, '3220', '479.00', '4', '15.001', '20', '90000000', '91999999', '64000000', '64099999', NULL, 1652958376),
(95706, '3298', '205.00', '8', '20.001', '25', '90000000', '91999999', '64000000', '64099999', NULL, 1652958376),
(95707, '3220', '612.00', '4', '20.001', '25', '90000000', '91999999', '64000000', '64099999', NULL, 1652958377),
(95708, '3298', '249.00', '8', '25.001', '30', '90000000', '91999999', '64000000', '64099999', NULL, 1652958377),
(95709, '3220', '744.00', '4', '25.001', '30', '90000000', '91999999', '64000000', '64099999', NULL, 1652958378),
(95710, '3298', '90.00', '11', '0.3', '5', '90000000', '91999999', '64100000', '64999999', NULL, 1652958379),
(95711, '3220', '183.00', '8', '0.3', '5', '90000000', '91999999', '64100000', '64999999', NULL, 1652958379),
(95712, '3298', '133.00', '11', '5.001', '10', '90000000', '91999999', '64100000', '64999999', NULL, 1652958380),
(95713, '3220', '266.00', '8', '5.001', '10', '90000000', '91999999', '64100000', '64999999', NULL, 1652958380),
(95714, '3298', '215.00', '11', '10.001', '15', '90000000', '91999999', '64100000', '64999999', NULL, 1652958381),
(95715, '3220', '430.00', '8', '10.001', '15', '90000000', '91999999', '64100000', '64999999', NULL, 1652958381),
(95716, '3298', '298.00', '11', '15.001', '20', '90000000', '91999999', '64100000', '64999999', NULL, 1652958382),
(95717, '3220', '595.00', '8', '15.001', '20', '90000000', '91999999', '64100000', '64999999', NULL, 1652958382),
(95718, '3298', '380.00', '11', '20.001', '25', '90000000', '91999999', '64100000', '64999999', NULL, 1652958383),
(95719, '3220', '760.00', '8', '20.001', '25', '90000000', '91999999', '64100000', '64999999', NULL, 1652958384),
(95720, '3298', '463.00', '11', '25.001', '30', '90000000', '91999999', '64100000', '64999999', NULL, 1652958384),
(95721, '3220', '925.00', '8', '25.001', '30', '90000000', '91999999', '64100000', '64999999', NULL, 1652958385),
(95722, '3298', '45.00', '9', '0.3', '5', '90000000', '91999999', '65000000', '65099999', NULL, 1652958385),
(95723, '3220', '137.00', '5', '0.3', '5', '90000000', '91999999', '65000000', '65099999', NULL, 1652958386),
(95724, '3298', '71.00', '9', '5.001', '10', '90000000', '91999999', '65000000', '65099999', NULL, 1652958386),
(95725, '3220', '214.00', '5', '5.001', '10', '90000000', '91999999', '65000000', '65099999', NULL, 1652958387),
(95726, '3298', '116.00', '9', '10.001', '15', '90000000', '91999999', '65000000', '65099999', NULL, 1652958387),
(95727, '3220', '346.00', '5', '10.001', '15', '90000000', '91999999', '65000000', '65099999', NULL, 1652958388),
(95728, '3298', '160.00', '9', '15.001', '20', '90000000', '91999999', '65000000', '65099999', NULL, 1652958388),
(95729, '3220', '479.00', '5', '15.001', '20', '90000000', '91999999', '65000000', '65099999', NULL, 1652958389),
(95730, '3298', '205.00', '9', '20.001', '25', '90000000', '91999999', '65000000', '65099999', NULL, 1652958389),
(95731, '3220', '612.00', '5', '20.001', '25', '90000000', '91999999', '65000000', '65099999', NULL, 1652958390),
(95732, '3298', '249.00', '9', '25.001', '30', '90000000', '91999999', '65000000', '65099999', NULL, 1652958390),
(95733, '3220', '744.00', '5', '25.001', '30', '90000000', '91999999', '65000000', '65099999', NULL, 1652958391),
(95734, '3298', '90.00', '14', '0.3', '5', '90000000', '91999999', '65100000', '65999999', NULL, 1652958392),
(95735, '3220', '183.00', '10', '0.3', '5', '90000000', '91999999', '65100000', '65999999', NULL, 1652958393),
(95736, '3298', '133.00', '14', '5.001', '10', '90000000', '91999999', '65100000', '65999999', NULL, 1652958393),
(95737, '3220', '266.00', '10', '5.001', '10', '90000000', '91999999', '65100000', '65999999', NULL, 1652958394),
(95738, '3298', '215.00', '14', '10.001', '15', '90000000', '91999999', '65100000', '65999999', NULL, 1652958395),
(95739, '3220', '430.00', '10', '10.001', '15', '90000000', '91999999', '65100000', '65999999', NULL, 1652958395),
(95740, '3298', '298.00', '14', '15.001', '20', '90000000', '91999999', '65100000', '65999999', NULL, 1652958396),
(95741, '3220', '595.00', '10', '15.001', '20', '90000000', '91999999', '65100000', '65999999', NULL, 1652958396),
(95742, '3298', '380.00', '14', '20.001', '25', '90000000', '91999999', '65100000', '65999999', NULL, 1652958397),
(95743, '3220', '760.00', '10', '20.001', '25', '90000000', '91999999', '65100000', '65999999', NULL, 1652958397),
(95744, '3298', '463.00', '14', '25.001', '30', '90000000', '91999999', '65100000', '65999999', NULL, 1652958398),
(95745, '3220', '925.00', '10', '25.001', '30', '90000000', '91999999', '65100000', '65999999', NULL, 1652958399),
(95746, '3298', '45.00', '8', '0.3', '5', '90000000', '91999999', '66000000', '66999999', NULL, 1652958399),
(95747, '3220', '137.00', '4', '0.3', '5', '90000000', '91999999', '66000000', '66999999', NULL, 1652958400),
(95748, '3298', '71.00', '8', '5.001', '10', '90000000', '91999999', '66000000', '66999999', NULL, 1652958401),
(95749, '3220', '214.00', '4', '5.001', '10', '90000000', '91999999', '66000000', '66999999', NULL, 1652958401),
(95750, '3298', '116.00', '8', '10.001', '15', '90000000', '91999999', '66000000', '66999999', NULL, 1652958402),
(95751, '3220', '346.00', '4', '10.001', '15', '90000000', '91999999', '66000000', '66999999', NULL, 1652958402),
(95752, '3298', '160.00', '8', '15.001', '20', '90000000', '91999999', '66000000', '66999999', NULL, 1652958403),
(95753, '3220', '479.00', '4', '15.001', '20', '90000000', '91999999', '66000000', '66999999', NULL, 1652958404),
(95754, '3298', '205.00', '8', '20.001', '25', '90000000', '91999999', '66000000', '66999999', NULL, 1652958404),
(95755, '3220', '612.00', '4', '20.001', '25', '90000000', '91999999', '66000000', '66999999', NULL, 1652958405),
(95756, '3298', '249.00', '8', '25.001', '30', '90000000', '91999999', '66000000', '66999999', NULL, 1652958405),
(95757, '3220', '744.00', '4', '25.001', '30', '90000000', '91999999', '66000000', '66999999', NULL, 1652958406),
(95758, '3298', '45.00', '8', '0.3', '5', '90000000', '91999999', '66000000', '67999999', NULL, 1652958407),
(95759, '3220', '137.00', '4', '0.3', '5', '90000000', '91999999', '66000000', '67999999', NULL, 1652958407),
(95760, '3298', '71.00', '8', '5.001', '10', '90000000', '91999999', '66000000', '67999999', NULL, 1652958408),
(95761, '3220', '214.00', '4', '5.001', '10', '90000000', '91999999', '66000000', '67999999', NULL, 1652958408),
(95762, '3298', '116.00', '8', '10.001', '15', '90000000', '91999999', '66000000', '67999999', NULL, 1652958409),
(95763, '3220', '346.00', '4', '10.001', '15', '90000000', '91999999', '66000000', '67999999', NULL, 1652958410),
(95764, '3298', '160.00', '8', '15.001', '20', '90000000', '91999999', '66000000', '67999999', NULL, 1652958410),
(95765, '3220', '479.00', '4', '15.001', '20', '90000000', '91999999', '66000000', '67999999', NULL, 1652958411),
(95766, '3298', '205.00', '8', '20.001', '25', '90000000', '91999999', '66000000', '67999999', NULL, 1652958411),
(95767, '3220', '612.00', '4', '20.001', '25', '90000000', '91999999', '66000000', '67999999', NULL, 1652958412),
(95768, '3298', '249.00', '8', '25.001', '30', '90000000', '91999999', '66000000', '67999999', NULL, 1652958412),
(95769, '3220', '744.00', '4', '25.001', '30', '90000000', '91999999', '66000000', '67999999', NULL, 1652958413),
(95770, '3298', '90.00', '11', '0.3', '5', '90000000', '91999999', '68000000', '68899999', NULL, 1652958413),
(95771, '3220', '183.00', '8', '0.3', '5', '90000000', '91999999', '68000000', '68899999', NULL, 1652958414),
(95772, '3298', '133.00', '11', '5.001', '10', '90000000', '91999999', '68000000', '68899999', NULL, 1652958414),
(95773, '3220', '266.00', '8', '5.001', '10', '90000000', '91999999', '68000000', '68899999', NULL, 1652958415),
(95774, '3298', '215.00', '11', '10.001', '15', '90000000', '91999999', '68000000', '68899999', NULL, 1652958415),
(95775, '3220', '430.00', '8', '10.001', '15', '90000000', '91999999', '68000000', '68899999', NULL, 1652958416),
(95776, '3298', '298.00', '11', '15.001', '20', '90000000', '91999999', '68000000', '68899999', NULL, 1652958416),
(95777, '3220', '595.00', '8', '15.001', '20', '90000000', '91999999', '68000000', '68899999', NULL, 1652958417),
(95778, '3298', '380.00', '11', '20.001', '25', '90000000', '91999999', '68000000', '68899999', NULL, 1652958418),
(95779, '3220', '760.00', '8', '20.001', '25', '90000000', '91999999', '68000000', '68899999', NULL, 1652958418),
(95780, '3298', '463.00', '11', '25.001', '30', '90000000', '91999999', '68000000', '68899999', NULL, 1652958419),
(95781, '3220', '925.00', '8', '25.001', '30', '90000000', '91999999', '68000000', '68899999', NULL, 1652958419),
(95782, '3298', '45.00', '19', '0.3', '5', '90000000', '91999999', '68900000', '68914999', NULL, 1652958420),
(95783, '3220', '137.00', '11', '0.3', '5', '90000000', '91999999', '68900000', '68914999', NULL, 1652958420),
(95784, '3298', '71.00', '19', '5.001', '10', '90000000', '91999999', '68900000', '68914999', NULL, 1652958421),
(95785, '3220', '214.00', '11', '5.001', '10', '90000000', '91999999', '68900000', '68914999', NULL, 1652958422),
(95786, '3298', '116.00', '19', '10.001', '15', '90000000', '91999999', '68900000', '68914999', NULL, 1652958422),
(95787, '3220', '346.00', '11', '10.001', '15', '90000000', '91999999', '68900000', '68914999', NULL, 1652958423),
(95788, '3298', '160.00', '19', '15.001', '20', '90000000', '91999999', '68900000', '68914999', NULL, 1652958423),
(95789, '3220', '479.00', '11', '15.001', '20', '90000000', '91999999', '68900000', '68914999', NULL, 1652958424),
(95790, '3298', '205.00', '19', '20.001', '25', '90000000', '91999999', '68900000', '68914999', NULL, 1652958424),
(95791, '3220', '612.00', '11', '20.001', '25', '90000000', '91999999', '68900000', '68914999', NULL, 1652958425),
(95792, '3298', '249.00', '19', '25.001', '30', '90000000', '91999999', '68900000', '68914999', NULL, 1652958426),
(95793, '3220', '744.00', '11', '25.001', '30', '90000000', '91999999', '68900000', '68914999', NULL, 1652958426),
(95794, '3298', '90.00', '21', '0.3', '5', '90000000', '91999999', '68915000', '68999999', NULL, 1652958427),
(95795, '3220', '183.00', '13', '0.3', '5', '90000000', '91999999', '68915000', '68999999', NULL, 1652958427),
(95796, '3298', '133.00', '21', '5.001', '10', '90000000', '91999999', '68915000', '68999999', NULL, 1652958428),
(95797, '3220', '266.00', '13', '5.001', '10', '90000000', '91999999', '68915000', '68999999', NULL, 1652958428),
(95798, '3298', '215.00', '21', '10.001', '15', '90000000', '91999999', '68915000', '68999999', NULL, 1652958429),
(95799, '3220', '430.00', '13', '10.001', '15', '90000000', '91999999', '68915000', '68999999', NULL, 1652958429),
(95800, '3298', '298.00', '21', '15.001', '20', '90000000', '91999999', '68915000', '68999999', NULL, 1652958430),
(95801, '3220', '595.00', '13', '15.001', '20', '90000000', '91999999', '68915000', '68999999', NULL, 1652958430),
(95802, '3298', '380.00', '21', '20.001', '25', '90000000', '91999999', '68915000', '68999999', NULL, 1652958431),
(95803, '3220', '760.00', '13', '20.001', '25', '90000000', '91999999', '68915000', '68999999', NULL, 1652958432),
(95804, '3298', '463.00', '21', '25.001', '30', '90000000', '91999999', '68915000', '68999999', NULL, 1652958432),
(95805, '3220', '925.00', '13', '25.001', '30', '90000000', '91999999', '68915000', '68999999', NULL, 1652958433),
(95806, '3298', '45.00', '22', '0.3', '5', '90000000', '91999999', '69000000', '69099999', NULL, 1652958433),
(95807, '3220', '137.00', '3', '0.3', '5', '90000000', '91999999', '69000000', '69099999', NULL, 1652958434),
(95808, '3298', '71.00', '22', '5.001', '10', '90000000', '91999999', '69000000', '69099999', NULL, 1652958435),
(95809, '3220', '214.00', '3', '5.001', '10', '90000000', '91999999', '69000000', '69099999', NULL, 1652958435),
(95810, '3298', '116.00', '22', '10.001', '15', '90000000', '91999999', '69000000', '69099999', NULL, 1652958436),
(95811, '3220', '346.00', '3', '10.001', '15', '90000000', '91999999', '69000000', '69099999', NULL, 1652958436),
(95812, '3298', '160.00', '22', '15.001', '20', '90000000', '91999999', '69000000', '69099999', NULL, 1652958436),
(95813, '3220', '479.00', '3', '15.001', '20', '90000000', '91999999', '69000000', '69099999', NULL, 1652958437),
(95814, '3298', '205.00', '22', '20.001', '25', '90000000', '91999999', '69000000', '69099999', NULL, 1652958438),
(95815, '3220', '612.00', '3', '20.001', '25', '90000000', '91999999', '69000000', '69099999', NULL, 1652958438),
(95816, '3298', '249.00', '22', '25.001', '30', '90000000', '91999999', '69000000', '69099999', NULL, 1652958439),
(95817, '3220', '744.00', '3', '25.001', '30', '90000000', '91999999', '69000000', '69099999', NULL, 1652958440),
(95818, '3298', '90.00', '29', '0.3', '5', '90000000', '91999999', '69100000', '69299999', NULL, 1652958440),
(95819, '3220', '183.00', '6', '0.3', '5', '90000000', '91999999', '69100000', '69299999', NULL, 1652958441),
(95820, '3298', '133.00', '29', '5.001', '10', '90000000', '91999999', '69100000', '69299999', NULL, 1652958441),
(95821, '3220', '266.00', '6', '5.001', '10', '90000000', '91999999', '69100000', '69299999', NULL, 1652958442),
(95822, '3298', '215.00', '29', '10.001', '15', '90000000', '91999999', '69100000', '69299999', NULL, 1652958442),
(95823, '3220', '430.00', '6', '10.001', '15', '90000000', '91999999', '69100000', '69299999', NULL, 1652958443),
(95824, '3298', '298.00', '29', '15.001', '20', '90000000', '91999999', '69100000', '69299999', NULL, 1652958444),
(95825, '3220', '595.00', '6', '15.001', '20', '90000000', '91999999', '69100000', '69299999', NULL, 1652958444),
(95826, '3298', '380.00', '29', '20.001', '25', '90000000', '91999999', '69100000', '69299999', NULL, 1652958445),
(95827, '3220', '760.00', '6', '20.001', '25', '90000000', '91999999', '69100000', '69299999', NULL, 1652958445),
(95828, '3298', '463.00', '29', '25.001', '30', '90000000', '91999999', '69100000', '69299999', NULL, 1652958446),
(95829, '3220', '925.00', '6', '25.001', '30', '90000000', '91999999', '69100000', '69299999', NULL, 1652958447),
(95830, '3298', '45.00', '22', '0.3', '5', '90000000', '91999999', '69300000', '69339999', NULL, 1652958447),
(95831, '3220', '137.00', '3', '0.3', '5', '90000000', '91999999', '69300000', '69339999', NULL, 1652958448),
(95832, '3298', '71.00', '22', '5.001', '10', '90000000', '91999999', '69300000', '69339999', NULL, 1652958448),
(95833, '3220', '214.00', '3', '5.001', '10', '90000000', '91999999', '69300000', '69339999', NULL, 1652958449),
(95834, '3298', '116.00', '22', '10.001', '15', '90000000', '91999999', '69300000', '69339999', NULL, 1652958449),
(95835, '3220', '346.00', '3', '10.001', '15', '90000000', '91999999', '69300000', '69339999', NULL, 1652958450),
(95836, '3298', '160.00', '22', '15.001', '20', '90000000', '91999999', '69300000', '69339999', NULL, 1652958450);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(95837, '3220', '479.00', '3', '15.001', '20', '90000000', '91999999', '69300000', '69339999', NULL, 1652958451),
(95838, '3298', '205.00', '22', '20.001', '25', '90000000', '91999999', '69300000', '69339999', NULL, 1652958451),
(95839, '3220', '612.00', '3', '20.001', '25', '90000000', '91999999', '69300000', '69339999', NULL, 1652958452),
(95840, '3298', '249.00', '22', '25.001', '30', '90000000', '91999999', '69300000', '69339999', NULL, 1652958453),
(95841, '3220', '744.00', '3', '25.001', '30', '90000000', '91999999', '69300000', '69339999', NULL, 1652958453),
(95842, '3298', '90.00', '29', '0.3', '5', '90000000', '91999999', '69340000', '69389999', NULL, 1652958454),
(95843, '3220', '183.00', '9', '0.3', '5', '90000000', '91999999', '69340000', '69389999', NULL, 1652958454),
(95844, '3298', '133.00', '29', '5.001', '10', '90000000', '91999999', '69340000', '69389999', NULL, 1652958455),
(95845, '3220', '266.00', '9', '5.001', '10', '90000000', '91999999', '69340000', '69389999', NULL, 1652958456),
(95846, '3298', '215.00', '29', '10.001', '15', '90000000', '91999999', '69340000', '69389999', NULL, 1652958457),
(95847, '3220', '430.00', '9', '10.001', '15', '90000000', '91999999', '69340000', '69389999', NULL, 1652958457),
(95848, '3298', '298.00', '29', '15.001', '20', '90000000', '91999999', '69340000', '69389999', NULL, 1652958458),
(95849, '3220', '595.00', '9', '15.001', '20', '90000000', '91999999', '69340000', '69389999', NULL, 1652958458),
(95850, '3298', '380.00', '29', '20.001', '25', '90000000', '91999999', '69340000', '69389999', NULL, 1652958459),
(95851, '3220', '760.00', '9', '20.001', '25', '90000000', '91999999', '69340000', '69389999', NULL, 1652958460),
(95852, '3298', '463.00', '29', '25.001', '30', '90000000', '91999999', '69340000', '69389999', NULL, 1652958460),
(95853, '3220', '925.00', '9', '25.001', '30', '90000000', '91999999', '69340000', '69389999', NULL, 1652958461),
(95854, '3298', '45.00', '9', '0.3', '5', '90000000', '91999999', '69900000', '69920999', NULL, 1652958461),
(95855, '3220', '137.00', '5', '0.3', '5', '90000000', '91999999', '69900000', '69920999', NULL, 1652958462),
(95856, '3298', '71.00', '9', '5.001', '10', '90000000', '91999999', '69900000', '69920999', NULL, 1652958462),
(95857, '3220', '214.00', '5', '5.001', '10', '90000000', '91999999', '69900000', '69920999', NULL, 1652958463),
(95858, '3298', '116.00', '9', '10.001', '15', '90000000', '91999999', '69900000', '69920999', NULL, 1652958464),
(95859, '3220', '346.00', '5', '10.001', '15', '90000000', '91999999', '69900000', '69920999', NULL, 1652958464),
(95860, '3298', '160.00', '9', '15.001', '20', '90000000', '91999999', '69900000', '69920999', NULL, 1652958465),
(95861, '3220', '479.00', '5', '15.001', '20', '90000000', '91999999', '69900000', '69920999', NULL, 1652958465),
(95862, '3298', '205.00', '9', '20.001', '25', '90000000', '91999999', '69900000', '69920999', NULL, 1652958466),
(95863, '3220', '612.00', '5', '20.001', '25', '90000000', '91999999', '69900000', '69920999', NULL, 1652958467),
(95864, '3298', '249.00', '9', '25.001', '30', '90000000', '91999999', '69900000', '69920999', NULL, 1652958467),
(95865, '3220', '744.00', '5', '25.001', '30', '90000000', '91999999', '69900000', '69920999', NULL, 1652958468),
(95866, '3298', '90.00', '14', '0.3', '5', '90000000', '91999999', '69921000', '69999999', NULL, 1652958468),
(95867, '3220', '183.00', '10', '0.3', '5', '90000000', '91999999', '69921000', '69999999', NULL, 1652958469),
(95868, '3298', '133.00', '14', '5.001', '10', '90000000', '91999999', '69921000', '69999999', NULL, 1652958469),
(95869, '3220', '266.00', '10', '5.001', '10', '90000000', '91999999', '69921000', '69999999', NULL, 1652958470),
(95870, '3298', '215.00', '14', '10.001', '15', '90000000', '91999999', '69921000', '69999999', NULL, 1652958471),
(95871, '3220', '430.00', '10', '10.001', '15', '90000000', '91999999', '69921000', '69999999', NULL, 1652958471),
(95872, '3298', '298.00', '14', '15.001', '20', '90000000', '91999999', '69921000', '69999999', NULL, 1652958472),
(95873, '3220', '595.00', '10', '15.001', '20', '90000000', '91999999', '69921000', '69999999', NULL, 1652958472),
(95874, '3298', '380.00', '14', '20.001', '25', '90000000', '91999999', '69921000', '69999999', NULL, 1652958473),
(95875, '3220', '760.00', '10', '20.001', '25', '90000000', '91999999', '69921000', '69999999', NULL, 1652958473),
(95876, '3298', '463.00', '14', '25.001', '30', '90000000', '91999999', '69921000', '69999999', NULL, 1652958474),
(95877, '3220', '925.00', '10', '25.001', '30', '90000000', '91999999', '69921000', '69999999', NULL, 1652958475),
(95878, '3298', '45.00', '6', '0.3', '5', '90000000', '91999999', '71000000', '73699999', NULL, 1652958475),
(95879, '3220', '137.00', '1', '0.3', '5', '90000000', '91999999', '71000000', '73699999', NULL, 1652958476),
(95880, '3298', '71.00', '6', '5.001', '10', '90000000', '91999999', '71000000', '73699999', NULL, 1652958476),
(95881, '3220', '214.00', '1', '5.001', '10', '90000000', '91999999', '71000000', '73699999', NULL, 1652958477),
(95882, '3298', '116.00', '6', '10.001', '15', '90000000', '91999999', '71000000', '73699999', NULL, 1652958477),
(95883, '3220', '346.00', '1', '10.001', '15', '90000000', '91999999', '71000000', '73699999', NULL, 1652958478),
(95884, '3298', '160.00', '6', '15.001', '20', '90000000', '91999999', '71000000', '73699999', NULL, 1652958479),
(95885, '3220', '479.00', '1', '15.001', '20', '90000000', '91999999', '71000000', '73699999', NULL, 1652958480),
(95886, '3298', '205.00', '6', '20.001', '25', '90000000', '91999999', '71000000', '73699999', NULL, 1652958480),
(95887, '3220', '612.00', '1', '20.001', '25', '90000000', '91999999', '71000000', '73699999', NULL, 1652958481),
(95888, '3298', '249.00', '6', '25.001', '30', '90000000', '91999999', '71000000', '73699999', NULL, 1652958481),
(95889, '3220', '744.00', '1', '25.001', '30', '90000000', '91999999', '71000000', '73699999', NULL, 1652958482),
(95890, '3298', '45.00', '6', '0.3', '5', '90000000', '91999999', '72800000', '73999999', NULL, 1652958482),
(95891, '3220', '137.00', '2', '0.3', '5', '90000000', '91999999', '72800000', '73999999', NULL, 1652958482),
(95892, '3298', '71.00', '6', '5.001', '10', '90000000', '91999999', '72800000', '73999999', NULL, 1652958483),
(95893, '3220', '214.00', '2', '5.001', '10', '90000000', '91999999', '72800000', '73999999', NULL, 1652958484),
(95894, '3298', '116.00', '6', '10.001', '15', '90000000', '91999999', '72800000', '73999999', NULL, 1652958484),
(95895, '3220', '346.00', '2', '10.001', '15', '90000000', '91999999', '72800000', '73999999', NULL, 1652958485),
(95896, '3298', '160.00', '6', '15.001', '20', '90000000', '91999999', '72800000', '73999999', NULL, 1652958486),
(95897, '3220', '479.00', '2', '15.001', '20', '90000000', '91999999', '72800000', '73999999', NULL, 1652958486),
(95898, '3298', '205.00', '6', '20.001', '25', '90000000', '91999999', '72800000', '73999999', NULL, 1652958487),
(95899, '3220', '612.00', '2', '20.001', '25', '90000000', '91999999', '72800000', '73999999', NULL, 1652958487),
(95900, '3298', '249.00', '6', '25.001', '30', '90000000', '91999999', '72800000', '73999999', NULL, 1652958488),
(95901, '3220', '744.00', '2', '25.001', '30', '90000000', '91999999', '72800000', '73999999', NULL, 1652958488),
(95902, '3298', '45.00', '6', '0.3', '5', '90000000', '91999999', '74000000', '74894999', NULL, 1652958489),
(95903, '3220', '137.00', '2', '0.3', '5', '90000000', '91999999', '74000000', '74894999', NULL, 1652958490),
(95904, '3298', '71.00', '6', '5.001', '10', '90000000', '91999999', '74000000', '74894999', NULL, 1652958490),
(95905, '3220', '214.00', '2', '5.001', '10', '90000000', '91999999', '74000000', '74894999', NULL, 1652958491),
(95906, '3298', '116.00', '6', '10.001', '15', '90000000', '91999999', '74000000', '74894999', NULL, 1652958491),
(95907, '3220', '346.00', '2', '10.001', '15', '90000000', '91999999', '74000000', '74894999', NULL, 1652958492),
(95908, '3298', '160.00', '6', '15.001', '20', '90000000', '91999999', '74000000', '74894999', NULL, 1652958493),
(95909, '3220', '479.00', '2', '15.001', '20', '90000000', '91999999', '74000000', '74894999', NULL, 1652958493),
(95910, '3298', '205.00', '6', '20.001', '25', '90000000', '91999999', '74000000', '74894999', NULL, 1652958494),
(95911, '3220', '612.00', '2', '20.001', '25', '90000000', '91999999', '74000000', '74894999', NULL, 1652958494),
(95912, '3298', '249.00', '6', '25.001', '30', '90000000', '91999999', '74000000', '74894999', NULL, 1652958495),
(95913, '3220', '744.00', '2', '25.001', '30', '90000000', '91999999', '74000000', '74894999', NULL, 1652958495),
(95914, '3298', '45.00', '6', '0.3', '5', '90000000', '91999999', '74895000', '76799999', NULL, 1652958496),
(95915, '3220', '137.00', '2', '0.3', '5', '90000000', '91999999', '74895000', '76799999', NULL, 1652958496),
(95916, '3298', '71.00', '6', '5.001', '10', '90000000', '91999999', '74895000', '76799999', NULL, 1652958497),
(95917, '3220', '214.00', '2', '5.001', '10', '90000000', '91999999', '74895000', '76799999', NULL, 1652958498),
(95918, '3298', '116.00', '6', '10.001', '15', '90000000', '91999999', '74895000', '76799999', NULL, 1652958498),
(95919, '3220', '346.00', '2', '10.001', '15', '90000000', '91999999', '74895000', '76799999', NULL, 1652958499),
(95920, '3298', '160.00', '6', '15.001', '20', '90000000', '91999999', '74895000', '76799999', NULL, 1652958499),
(95921, '3220', '479.00', '2', '15.001', '20', '90000000', '91999999', '74895000', '76799999', NULL, 1652958500),
(95922, '3298', '205.00', '6', '20.001', '25', '90000000', '91999999', '74895000', '76799999', NULL, 1652958502),
(95923, '3220', '612.00', '2', '20.001', '25', '90000000', '91999999', '74895000', '76799999', NULL, 1652958502),
(95924, '3298', '249.00', '6', '25.001', '30', '90000000', '91999999', '74895000', '76799999', NULL, 1652958503),
(95925, '3220', '744.00', '2', '25.001', '30', '90000000', '91999999', '74895000', '76799999', NULL, 1652958504),
(95926, '3298', '45.00', '6', '0.3', '5', '90000000', '91999999', '77000000', '77270999', NULL, 1652958504),
(95927, '3220', '137.00', '2', '0.3', '5', '90000000', '91999999', '77000000', '77270999', NULL, 1652958504),
(95928, '3298', '71.00', '6', '5.001', '10', '90000000', '91999999', '77000000', '77270999', NULL, 1652958505),
(95929, '3220', '214.00', '2', '5.001', '10', '90000000', '91999999', '77000000', '77270999', NULL, 1652958506),
(95930, '3298', '116.00', '6', '10.001', '15', '90000000', '91999999', '77000000', '77270999', NULL, 1652958506),
(95931, '3220', '346.00', '2', '10.001', '15', '90000000', '91999999', '77000000', '77270999', NULL, 1652958507),
(95932, '3298', '160.00', '6', '15.001', '20', '90000000', '91999999', '77000000', '77270999', NULL, 1652958507),
(95933, '3220', '479.00', '2', '15.001', '20', '90000000', '91999999', '77000000', '77270999', NULL, 1652958508),
(95934, '3298', '205.00', '6', '20.001', '25', '90000000', '91999999', '77000000', '77270999', NULL, 1652958509),
(95935, '3220', '612.00', '2', '20.001', '25', '90000000', '91999999', '77000000', '77270999', NULL, 1652958509),
(95936, '3298', '249.00', '6', '25.001', '30', '90000000', '91999999', '77000000', '77270999', NULL, 1652958510),
(95937, '3220', '744.00', '2', '25.001', '30', '90000000', '91999999', '77000000', '77270999', NULL, 1652958510),
(95938, '3298', '90.00', '8', '0.3', '5', '90000000', '91999999', '77300000', '77995999', NULL, 1652958511),
(95939, '3220', '183.00', '4', '0.3', '5', '90000000', '91999999', '77300000', '77995999', NULL, 1652958511),
(95940, '3298', '133.00', '8', '5.001', '10', '90000000', '91999999', '77300000', '77995999', NULL, 1652958512),
(95941, '3220', '266.00', '4', '5.001', '10', '90000000', '91999999', '77300000', '77995999', NULL, 1652958512),
(95942, '3298', '215.00', '8', '10.001', '15', '90000000', '91999999', '77300000', '77995999', NULL, 1652958513),
(95943, '3220', '430.00', '4', '10.001', '15', '90000000', '91999999', '77300000', '77995999', NULL, 1652958513),
(95944, '3298', '298.00', '8', '15.001', '20', '90000000', '91999999', '77300000', '77995999', NULL, 1652958515),
(95945, '3220', '595.00', '4', '15.001', '20', '90000000', '91999999', '77300000', '77995999', NULL, 1652958515),
(95946, '3298', '380.00', '8', '20.001', '25', '90000000', '91999999', '77300000', '77995999', NULL, 1652958516),
(95947, '3220', '760.00', '4', '20.001', '25', '90000000', '91999999', '77300000', '77995999', NULL, 1652958516),
(95948, '3298', '463.00', '8', '25.001', '30', '90000000', '91999999', '77300000', '77995999', NULL, 1652958517),
(95949, '3220', '925.00', '4', '25.001', '30', '90000000', '91999999', '77300000', '77995999', NULL, 1652958517),
(95950, '3298', '45.00', '9', '0.3', '5', '90000000', '91999999', '78000000', '78109999', NULL, 1652958518),
(95951, '3220', '137.00', '5', '0.3', '5', '90000000', '91999999', '78000000', '78109999', NULL, 1652958518),
(95952, '3298', '71.00', '9', '5.001', '10', '90000000', '91999999', '78000000', '78109999', NULL, 1652958519),
(95953, '3220', '214.00', '5', '5.001', '10', '90000000', '91999999', '78000000', '78109999', NULL, 1652958520),
(95954, '3298', '116.00', '9', '10.001', '15', '90000000', '91999999', '78000000', '78109999', NULL, 1652958520),
(95955, '3220', '346.00', '5', '10.001', '15', '90000000', '91999999', '78000000', '78109999', NULL, 1652958521),
(95956, '3298', '160.00', '9', '15.001', '20', '90000000', '91999999', '78000000', '78109999', NULL, 1652958522),
(95957, '3220', '479.00', '5', '15.001', '20', '90000000', '91999999', '78000000', '78109999', NULL, 1652958522),
(95958, '3298', '205.00', '9', '20.001', '25', '90000000', '91999999', '78000000', '78109999', NULL, 1652958523),
(95959, '3220', '612.00', '5', '20.001', '25', '90000000', '91999999', '78000000', '78109999', NULL, 1652958523),
(95960, '3298', '249.00', '9', '25.001', '30', '90000000', '91999999', '78000000', '78109999', NULL, 1652958524),
(95961, '3220', '744.00', '5', '25.001', '30', '90000000', '91999999', '78000000', '78109999', NULL, 1652958524),
(95962, '3298', '90.00', '9', '0.3', '5', '90000000', '91999999', '78110000', '78899999', NULL, 1652958525),
(95963, '3220', '183.00', '6', '0.3', '5', '90000000', '91999999', '78110000', '78899999', NULL, 1652958526),
(95964, '3298', '133.00', '9', '5.001', '10', '90000000', '91999999', '78110000', '78899999', NULL, 1652958526),
(95965, '3220', '266.00', '6', '5.001', '10', '90000000', '91999999', '78110000', '78899999', NULL, 1652958527),
(95966, '3298', '215.00', '9', '10.001', '15', '90000000', '91999999', '78110000', '78899999', NULL, 1652958527),
(95967, '3220', '430.00', '6', '10.001', '15', '90000000', '91999999', '78110000', '78899999', NULL, 1652958528),
(95968, '3298', '298.00', '9', '15.001', '20', '90000000', '91999999', '78110000', '78899999', NULL, 1652958528),
(95969, '3220', '595.00', '6', '15.001', '20', '90000000', '91999999', '78110000', '78899999', NULL, 1652958529),
(95970, '3298', '380.00', '9', '20.001', '25', '90000000', '91999999', '78110000', '78899999', NULL, 1652958529),
(95971, '3220', '760.00', '6', '20.001', '25', '90000000', '91999999', '78110000', '78899999', NULL, 1652958530),
(95972, '3298', '463.00', '9', '25.001', '30', '90000000', '91999999', '78110000', '78899999', NULL, 1652958531),
(95973, '3220', '925.00', '6', '25.001', '30', '90000000', '91999999', '78110000', '78899999', NULL, 1652958531),
(95974, '3298', '90.00', '10', '0.3', '5', '90000000', '91999999', '78900000', '78930999', NULL, 1652958532),
(95975, '3220', '183.00', '6', '0.3', '5', '90000000', '91999999', '78900000', '78930999', NULL, 1652958532),
(95976, '3298', '133.00', '10', '5.001', '10', '90000000', '91999999', '78900000', '78930999', NULL, 1652958533),
(95977, '3220', '266.00', '6', '5.001', '10', '90000000', '91999999', '78900000', '78930999', NULL, 1652958533),
(95978, '3298', '215.00', '10', '10.001', '15', '90000000', '91999999', '78900000', '78930999', NULL, 1652958534),
(95979, '3220', '430.00', '6', '10.001', '15', '90000000', '91999999', '78900000', '78930999', NULL, 1652958534),
(95980, '3298', '298.00', '10', '15.001', '20', '90000000', '91999999', '78900000', '78930999', NULL, 1652958535),
(95981, '3220', '595.00', '6', '15.001', '20', '90000000', '91999999', '78900000', '78930999', NULL, 1652958536),
(95982, '3298', '380.00', '10', '20.001', '25', '90000000', '91999999', '78900000', '78930999', NULL, 1652958536),
(95983, '3220', '760.00', '6', '20.001', '25', '90000000', '91999999', '78900000', '78930999', NULL, 1652958537),
(95984, '3298', '463.00', '10', '25.001', '30', '90000000', '91999999', '78900000', '78930999', NULL, 1652958537),
(95985, '3220', '925.00', '6', '25.001', '30', '90000000', '91999999', '78900000', '78930999', NULL, 1652958538),
(95986, '3298', '90.00', '10', '0.3', '5', '90000000', '91999999', '78931000', '78999999', NULL, 1652958538),
(95987, '3220', '183.00', '6', '0.3', '5', '90000000', '91999999', '78931000', '78999999', NULL, 1652958539),
(95988, '3298', '133.00', '10', '5.001', '10', '90000000', '91999999', '78931000', '78999999', NULL, 1652958540),
(95989, '3220', '266.00', '6', '5.001', '10', '90000000', '91999999', '78931000', '78999999', NULL, 1652958540),
(95990, '3298', '215.00', '10', '10.001', '15', '90000000', '91999999', '78931000', '78999999', NULL, 1652958541),
(95991, '3220', '430.00', '6', '10.001', '15', '90000000', '91999999', '78931000', '78999999', NULL, 1652958541),
(95992, '3298', '298.00', '10', '15.001', '20', '90000000', '91999999', '78931000', '78999999', NULL, 1652958542),
(95993, '3220', '595.00', '6', '15.001', '20', '90000000', '91999999', '78931000', '78999999', NULL, 1652958542),
(95994, '3298', '380.00', '10', '20.001', '25', '90000000', '91999999', '78931000', '78999999', NULL, 1652958543),
(95995, '3220', '760.00', '6', '20.001', '25', '90000000', '91999999', '78931000', '78999999', NULL, 1652958543),
(95996, '3298', '463.00', '10', '25.001', '30', '90000000', '91999999', '78931000', '78999999', NULL, 1652958544),
(95997, '3220', '925.00', '6', '25.001', '30', '90000000', '91999999', '78931000', '78999999', NULL, 1652958544),
(95998, '3298', '38.00', '6', '0.3', '5', '90000000', '91999999', '79000000', '79129999', NULL, 1652958545),
(95999, '3220', '113.00', '2', '0.3', '5', '90000000', '91999999', '79000000', '79129999', NULL, 1652958545),
(96000, '3298', '58.00', '6', '5.001', '10', '90000000', '91999999', '79000000', '79129999', NULL, 1652958546),
(96001, '3220', '176.00', '2', '5.001', '10', '90000000', '91999999', '79000000', '79129999', NULL, 1652958547),
(96002, '3298', '94.00', '6', '10.001', '15', '90000000', '91999999', '79000000', '79129999', NULL, 1652958547),
(96003, '3220', '286.00', '2', '10.001', '15', '90000000', '91999999', '79000000', '79129999', NULL, 1652958548),
(96004, '3298', '130.00', '6', '15.001', '20', '90000000', '91999999', '79000000', '79129999', NULL, 1652958548),
(96005, '3220', '396.00', '2', '15.001', '20', '90000000', '91999999', '79000000', '79129999', NULL, 1652958549),
(96006, '3298', '166.00', '6', '20.001', '25', '90000000', '91999999', '79000000', '79129999', NULL, 1652958550),
(96007, '3220', '505.00', '2', '20.001', '25', '90000000', '91999999', '79000000', '79129999', NULL, 1652958550),
(96008, '3298', '202.00', '6', '25.001', '30', '90000000', '91999999', '79000000', '79129999', NULL, 1652958551),
(96009, '3220', '615.00', '2', '25.001', '30', '90000000', '91999999', '79000000', '79129999', NULL, 1652958551),
(96010, '3298', '70.00', '10', '0.3', '5', '90000000', '91999999', '79130000', '79999999', NULL, 1652958552),
(96011, '3220', '157.00', '5', '0.3', '5', '90000000', '91999999', '79130000', '79999999', NULL, 1652958552),
(96012, '3298', '106.00', '10', '5.001', '10', '90000000', '91999999', '79130000', '79999999', NULL, 1652958553),
(96013, '3220', '226.00', '5', '5.001', '10', '90000000', '91999999', '79130000', '79999999', NULL, 1652958554),
(96014, '3298', '172.00', '10', '10.001', '15', '90000000', '91999999', '79130000', '79999999', NULL, 1652958554),
(96015, '3220', '367.00', '5', '10.001', '15', '90000000', '91999999', '79130000', '79999999', NULL, 1652958555),
(96016, '3298', '239.00', '10', '15.001', '20', '90000000', '91999999', '79130000', '79999999', NULL, 1652958556),
(96017, '3220', '508.00', '5', '15.001', '20', '90000000', '91999999', '79130000', '79999999', NULL, 1652958556),
(96018, '3298', '305.00', '10', '20.001', '25', '90000000', '91999999', '79130000', '79999999', NULL, 1652958557),
(96019, '3220', '649.00', '5', '20.001', '25', '90000000', '91999999', '79130000', '79999999', NULL, 1652958557),
(96020, '3298', '371.00', '10', '25.001', '30', '90000000', '91999999', '79130000', '79999999', NULL, 1652958558),
(96021, '3220', '789.00', '5', '25.001', '30', '90000000', '91999999', '79130000', '79999999', NULL, 1652958559),
(96022, '3298', '30.00', '5', '0.3', '5', '90000000', '91999999', '80000000', '82999999', NULL, 1652958559),
(96023, '3220', '59.00', '1', '0.3', '5', '90000000', '91999999', '80000000', '82999999', NULL, 1652958560),
(96024, '3298', '44.00', '5', '5.001', '10', '90000000', '91999999', '80000000', '82999999', NULL, 1652958560),
(96025, '3220', '93.00', '1', '5.001', '10', '90000000', '91999999', '80000000', '82999999', NULL, 1652958561),
(96026, '3298', '71.00', '5', '10.001', '15', '90000000', '91999999', '80000000', '82999999', NULL, 1652958561),
(96027, '3220', '150.00', '1', '10.001', '15', '90000000', '91999999', '80000000', '82999999', NULL, 1652958562),
(96028, '3298', '99.00', '5', '15.001', '20', '90000000', '91999999', '80000000', '82999999', NULL, 1652958562),
(96029, '3220', '208.00', '1', '15.001', '20', '90000000', '91999999', '80000000', '82999999', NULL, 1652958563),
(96030, '3298', '126.00', '5', '20.001', '25', '90000000', '91999999', '80000000', '82999999', NULL, 1652958564),
(96031, '3220', '266.00', '1', '20.001', '25', '90000000', '91999999', '80000000', '82999999', NULL, 1652958564),
(96032, '3298', '153.00', '5', '25.001', '30', '90000000', '91999999', '80000000', '82999999', NULL, 1652958565),
(96033, '3220', '324.00', '1', '25.001', '30', '90000000', '91999999', '80000000', '82999999', NULL, 1652958565),
(96034, '3298', '30.00', '5', '0.3', '5', '90000000', '91999999', '80000000', '83800999', NULL, 1652958566),
(96035, '3220', '59.00', '1', '0.3', '5', '90000000', '91999999', '80000000', '83800999', NULL, 1652958566),
(96036, '3298', '44.00', '5', '5.001', '10', '90000000', '91999999', '80000000', '83800999', NULL, 1652958567),
(96037, '3220', '93.00', '1', '5.001', '10', '90000000', '91999999', '80000000', '83800999', NULL, 1652958568),
(96038, '3298', '71.00', '5', '10.001', '15', '90000000', '91999999', '80000000', '83800999', NULL, 1652958568),
(96039, '3220', '150.00', '1', '10.001', '15', '90000000', '91999999', '80000000', '83800999', NULL, 1652958569),
(96040, '3298', '99.00', '5', '15.001', '20', '90000000', '91999999', '80000000', '83800999', NULL, 1652958569),
(96041, '3220', '208.00', '1', '15.001', '20', '90000000', '91999999', '80000000', '83800999', NULL, 1652958569),
(96042, '3298', '126.00', '5', '20.001', '25', '90000000', '91999999', '80000000', '83800999', NULL, 1652958570),
(96043, '3220', '266.00', '1', '20.001', '25', '90000000', '91999999', '80000000', '83800999', NULL, 1652958571),
(96044, '3298', '153.00', '5', '25.001', '30', '90000000', '91999999', '80000000', '83800999', NULL, 1652958572),
(96045, '3220', '324.00', '1', '25.001', '30', '90000000', '91999999', '80000000', '83800999', NULL, 1652958572),
(96046, '3298', '44.00', '8', '0.3', '5', '90000000', '91999999', '83801000', '87999999', NULL, 1652958573),
(96047, '3220', '102.00', '4', '0.3', '5', '90000000', '91999999', '83801000', '87999999', NULL, 1652958573),
(96048, '3298', '74.00', '8', '5.001', '10', '90000000', '91999999', '83801000', '87999999', NULL, 1652958574),
(96049, '3220', '141.00', '4', '5.001', '10', '90000000', '91999999', '83801000', '87999999', NULL, 1652958574),
(96050, '3298', '120.00', '8', '10.001', '15', '90000000', '91999999', '83801000', '87999999', NULL, 1652958575),
(96051, '3220', '229.00', '4', '10.001', '15', '90000000', '91999999', '83801000', '87999999', NULL, 1652958575),
(96052, '3298', '166.00', '8', '15.001', '20', '90000000', '91999999', '83801000', '87999999', NULL, 1652958576),
(96053, '3220', '316.00', '4', '15.001', '20', '90000000', '91999999', '83801000', '87999999', NULL, 1652958576),
(96054, '3298', '212.00', '8', '20.001', '25', '90000000', '91999999', '83801000', '87999999', NULL, 1652958577),
(96055, '3220', '404.00', '4', '20.001', '25', '90000000', '91999999', '83801000', '87999999', NULL, 1652958577),
(96056, '3298', '258.00', '8', '25.001', '30', '90000000', '91999999', '83801000', '87999999', NULL, 1652958578),
(96057, '3220', '492.00', '4', '25.001', '30', '90000000', '91999999', '83801000', '87999999', NULL, 1652958578),
(96058, '3298', '30.00', '6', '0.3', '5', '90000000', '91999999', '88000000', '82999999', NULL, 1652958579),
(96059, '3220', '59.00', '1', '0.3', '5', '90000000', '91999999', '88000000', '82999999', NULL, 1652958580),
(96060, '3298', '44.00', '6', '5.001', '10', '90000000', '91999999', '88000000', '82999999', NULL, 1652958580),
(96061, '3220', '93.00', '1', '5.001', '10', '90000000', '91999999', '88000000', '82999999', NULL, 1652958581),
(96062, '3298', '71.00', '6', '10.001', '15', '90000000', '91999999', '88000000', '82999999', NULL, 1652958581),
(96063, '3220', '150.00', '1', '10.001', '15', '90000000', '91999999', '88000000', '82999999', NULL, 1652958582),
(96064, '3298', '99.00', '6', '15.001', '20', '90000000', '91999999', '88000000', '82999999', NULL, 1652958583),
(96065, '3220', '208.00', '1', '15.001', '20', '90000000', '91999999', '88000000', '82999999', NULL, 1652958583),
(96066, '3298', '126.00', '6', '20.001', '25', '90000000', '91999999', '88000000', '82999999', NULL, 1652958584),
(96067, '3220', '266.00', '1', '20.001', '25', '90000000', '91999999', '88000000', '82999999', NULL, 1652958584),
(96068, '3298', '153.00', '6', '25.001', '30', '90000000', '91999999', '88000000', '82999999', NULL, 1652958585),
(96069, '3220', '324.00', '1', '25.001', '30', '90000000', '91999999', '88000000', '82999999', NULL, 1652958586),
(96070, '3298', '30.00', '6', '0.3', '5', '90000000', '91999999', '88000000', '88469999', NULL, 1652958586),
(96071, '3220', '59.00', '1', '0.3', '5', '90000000', '91999999', '88000000', '88469999', NULL, 1652958587),
(96072, '3298', '44.00', '6', '5.001', '10', '90000000', '91999999', '88000000', '88469999', NULL, 1652958588),
(96073, '3220', '93.00', '1', '5.001', '10', '90000000', '91999999', '88000000', '88469999', NULL, 1652958588),
(96074, '3298', '71.00', '6', '10.001', '15', '90000000', '91999999', '88000000', '88469999', NULL, 1652958589),
(96075, '3220', '150.00', '1', '10.001', '15', '90000000', '91999999', '88000000', '88469999', NULL, 1652958590),
(96076, '3298', '99.00', '6', '15.001', '20', '90000000', '91999999', '88000000', '88469999', NULL, 1652958590),
(96077, '3220', '208.00', '1', '15.001', '20', '90000000', '91999999', '88000000', '88469999', NULL, 1652958591),
(96078, '3298', '126.00', '6', '20.001', '25', '90000000', '91999999', '88000000', '88469999', NULL, 1652958591),
(96079, '3220', '266.00', '1', '20.001', '25', '90000000', '91999999', '88000000', '88469999', NULL, 1652958592),
(96080, '3298', '153.00', '6', '25.001', '30', '90000000', '91999999', '88000000', '88469999', NULL, 1652958593),
(96081, '3220', '324.00', '1', '25.001', '30', '90000000', '91999999', '88000000', '88469999', NULL, 1652958593),
(96082, '3298', '38.00', '6', '0.3', '5', '90000000', '91999999', '88470000', '89999999', NULL, 1652958594),
(96083, '3220', '85.00', '2', '0.3', '5', '90000000', '91999999', '88470000', '89999999', NULL, 1652958594),
(96084, '3298', '63.00', '6', '5.001', '10', '90000000', '91999999', '88470000', '89999999', NULL, 1652958595),
(96085, '3220', '118.00', '2', '5.001', '10', '90000000', '91999999', '88470000', '89999999', NULL, 1652958595),
(96086, '3298', '103.00', '6', '10.001', '15', '90000000', '91999999', '88470000', '89999999', NULL, 1652958596),
(96087, '3220', '192.00', '2', '10.001', '15', '90000000', '91999999', '88470000', '89999999', NULL, 1652958597),
(96088, '3298', '142.00', '6', '15.001', '20', '90000000', '91999999', '88470000', '89999999', NULL, 1652958597),
(96089, '3220', '266.00', '2', '15.001', '20', '90000000', '91999999', '88470000', '89999999', NULL, 1652958598),
(96090, '3298', '182.00', '6', '20.001', '25', '90000000', '91999999', '88470000', '89999999', NULL, 1652958598),
(96091, '3220', '339.00', '2', '20.001', '25', '90000000', '91999999', '88470000', '89999999', NULL, 1652958599),
(96092, '3298', '221.00', '6', '25.001', '30', '90000000', '91999999', '88470000', '89999999', NULL, 1652958599),
(96093, '3220', '413.00', '2', '25.001', '30', '90000000', '91999999', '88470000', '89999999', NULL, 1652958600),
(96094, '3298', '25.00', '5', '0.3', '5', '90000000', '91999999', '90000000', '91999999', NULL, 1652958600),
(96095, '3220', '21.00', '1', '0.3', '5', '90000000', '91999999', '90000000', '91999999', NULL, 1652958601),
(96096, '3298', '31.00', '5', '5.001', '10', '90000000', '91999999', '90000000', '91999999', NULL, 1652958601),
(96097, '3220', '27.00', '1', '5.001', '10', '90000000', '91999999', '90000000', '91999999', NULL, 1652958602),
(96098, '3298', '51.00', '5', '10.001', '15', '90000000', '91999999', '90000000', '91999999', NULL, 1652958602),
(96099, '3220', '44.00', '1', '10.001', '15', '90000000', '91999999', '90000000', '91999999', NULL, 1652958602),
(96100, '3298', '71.00', '5', '15.001', '20', '90000000', '91999999', '90000000', '91999999', NULL, 1652958603),
(96101, '3220', '61.00', '1', '15.001', '20', '90000000', '91999999', '90000000', '91999999', NULL, 1652958603),
(96102, '3298', '91.00', '5', '20.001', '25', '90000000', '91999999', '90000000', '91999999', NULL, 1652958604),
(96103, '3220', '78.00', '1', '20.001', '25', '90000000', '91999999', '90000000', '91999999', NULL, 1652958604),
(96104, '3298', '110.00', '5', '25.001', '30', '90000000', '91999999', '90000000', '91999999', NULL, 1652958605),
(96105, '3220', '95.00', '1', '25.001', '30', '90000000', '91999999', '90000000', '91999999', NULL, 1652958605),
(96106, '3298', '25.00', '5', '0.3', '5', '90000000', '91999999', '90000000', '94900999', NULL, 1652958606),
(96107, '3220', '21.00', '1', '0.3', '5', '90000000', '91999999', '90000000', '94900999', NULL, 1652958606),
(96108, '3298', '31.00', '5', '5.001', '10', '90000000', '91999999', '90000000', '94900999', NULL, 1652958607),
(96109, '3220', '27.00', '1', '5.001', '10', '90000000', '91999999', '90000000', '94900999', NULL, 1652958607),
(96110, '3298', '51.00', '5', '10.001', '15', '90000000', '91999999', '90000000', '94900999', NULL, 1652958608),
(96111, '3220', '44.00', '1', '10.001', '15', '90000000', '91999999', '90000000', '94900999', NULL, 1652958608),
(96112, '3298', '71.00', '5', '15.001', '20', '90000000', '91999999', '90000000', '94900999', NULL, 1652958609),
(96113, '3220', '61.00', '1', '15.001', '20', '90000000', '91999999', '90000000', '94900999', NULL, 1652958609),
(96114, '3298', '91.00', '5', '20.001', '25', '90000000', '91999999', '90000000', '94900999', NULL, 1652958610),
(96115, '3220', '78.00', '1', '20.001', '25', '90000000', '91999999', '90000000', '94900999', NULL, 1652958610),
(96116, '3298', '110.00', '5', '25.001', '30', '90000000', '91999999', '90000000', '94900999', NULL, 1652958611),
(96117, '3220', '95.00', '1', '25.001', '30', '90000000', '91999999', '90000000', '94900999', NULL, 1652958611),
(96118, '3298', '25.00', '6', '0.3', '5', '90000000', '91999999', '94901000', '99999999', NULL, 1652958611),
(96119, '3220', '34.00', '4', '0.3', '5', '90000000', '91999999', '94901000', '99999999', NULL, 1652958612),
(96120, '3298', '31.00', '6', '5.001', '10', '90000000', '91999999', '94901000', '99999999', NULL, 1652958613),
(96121, '3220', '48.00', '4', '5.001', '10', '90000000', '91999999', '94901000', '99999999', NULL, 1652958613),
(96122, '3298', '51.00', '6', '10.001', '15', '90000000', '91999999', '94901000', '99999999', NULL, 1652958613),
(96123, '3220', '78.00', '4', '10.001', '15', '90000000', '91999999', '94901000', '99999999', NULL, 1652958614),
(96124, '3298', '71.00', '6', '15.001', '20', '90000000', '91999999', '94901000', '99999999', NULL, 1652958614),
(96125, '3220', '108.00', '4', '15.001', '20', '90000000', '91999999', '94901000', '99999999', NULL, 1652958615),
(96126, '3298', '91.00', '6', '20.001', '25', '90000000', '91999999', '94901000', '99999999', NULL, 1652958615),
(96127, '3220', '138.00', '4', '20.001', '25', '90000000', '91999999', '94901000', '99999999', NULL, 1652958616),
(96128, '3298', '110.00', '6', '25.001', '30', '90000000', '91999999', '94901000', '99999999', NULL, 1652958616),
(96129, '3220', '168.00', '4', '25.001', '30', '90000000', '91999999', '94901000', '99999999', NULL, 1652958617),
(96130, '3298', '30.00', '7', '0.3', '5', '90000000', '94900999', '01000000', '08499999', NULL, 1652958617),
(96131, '3220', '59.00', '3', '0.3', '5', '90000000', '94900999', '01000000', '08499999', NULL, 1652958618),
(96132, '3298', '44.00', '7', '5.001', '10', '90000000', '94900999', '01000000', '08499999', NULL, 1652958619),
(96133, '3220', '93.00', '3', '5.001', '10', '90000000', '94900999', '01000000', '08499999', NULL, 1652958619),
(96134, '3298', '71.00', '7', '10.001', '15', '90000000', '94900999', '01000000', '08499999', NULL, 1652958620),
(96135, '3220', '150.00', '3', '10.001', '15', '90000000', '94900999', '01000000', '08499999', NULL, 1652958621),
(96136, '3298', '99.00', '7', '15.001', '20', '90000000', '94900999', '01000000', '08499999', NULL, 1652958622),
(96137, '3220', '208.00', '3', '15.001', '20', '90000000', '94900999', '01000000', '08499999', NULL, 1652958622),
(96138, '3298', '126.00', '7', '20.001', '25', '90000000', '94900999', '01000000', '08499999', NULL, 1652958623),
(96139, '3220', '266.00', '3', '20.001', '25', '90000000', '94900999', '01000000', '08499999', NULL, 1652958623),
(96140, '3298', '153.00', '7', '25.001', '30', '90000000', '94900999', '01000000', '08499999', NULL, 1652958624),
(96141, '3220', '324.00', '3', '25.001', '30', '90000000', '94900999', '01000000', '08499999', NULL, 1652958624),
(96142, '3298', '30.00', '7', '0.3', '5', '90000000', '94900999', '06000000', '09999999', NULL, 1652958625),
(96143, '3220', '59.00', '3', '0.3', '5', '90000000', '94900999', '06000000', '09999999', NULL, 1652958625),
(96144, '3298', '44.00', '7', '5.001', '10', '90000000', '94900999', '06000000', '09999999', NULL, 1652958626),
(96145, '3220', '93.00', '3', '5.001', '10', '90000000', '94900999', '06000000', '09999999', NULL, 1652958627),
(96146, '3298', '71.00', '7', '10.001', '15', '90000000', '94900999', '06000000', '09999999', NULL, 1652958628),
(96147, '3220', '150.00', '3', '10.001', '15', '90000000', '94900999', '06000000', '09999999', NULL, 1652958628),
(96148, '3298', '99.00', '7', '15.001', '20', '90000000', '94900999', '06000000', '09999999', NULL, 1652958629),
(96149, '3220', '208.00', '3', '15.001', '20', '90000000', '94900999', '06000000', '09999999', NULL, 1652958630),
(96150, '3298', '126.00', '7', '20.001', '25', '90000000', '94900999', '06000000', '09999999', NULL, 1652958631),
(96151, '3220', '266.00', '3', '20.001', '25', '90000000', '94900999', '06000000', '09999999', NULL, 1652958631),
(96152, '3298', '153.00', '7', '25.001', '30', '90000000', '94900999', '06000000', '09999999', NULL, 1652958632),
(96153, '3220', '324.00', '3', '25.001', '30', '90000000', '94900999', '06000000', '09999999', NULL, 1652958632),
(96154, '3298', '30.00', '7', '0.3', '5', '90000000', '94900999', '11000000', '11999999', NULL, 1652958633),
(96155, '3220', '59.00', '3', '0.3', '5', '90000000', '94900999', '11000000', '11999999', NULL, 1652958634),
(96156, '3298', '44.00', '7', '5.001', '10', '90000000', '94900999', '11000000', '11999999', NULL, 1652958634),
(96157, '3220', '93.00', '3', '5.001', '10', '90000000', '94900999', '11000000', '11999999', NULL, 1652958635),
(96158, '3298', '71.00', '7', '10.001', '15', '90000000', '94900999', '11000000', '11999999', NULL, 1652958636),
(96159, '3220', '150.00', '3', '10.001', '15', '90000000', '94900999', '11000000', '11999999', NULL, 1652958636),
(96160, '3298', '99.00', '7', '15.001', '20', '90000000', '94900999', '11000000', '11999999', NULL, 1652958637),
(96161, '3220', '208.00', '3', '15.001', '20', '90000000', '94900999', '11000000', '11999999', NULL, 1652958637),
(96162, '3298', '126.00', '7', '20.001', '25', '90000000', '94900999', '11000000', '11999999', NULL, 1652958638),
(96163, '3220', '266.00', '3', '20.001', '25', '90000000', '94900999', '11000000', '11999999', NULL, 1652958639),
(96164, '3298', '153.00', '7', '25.001', '30', '90000000', '94900999', '11000000', '11999999', NULL, 1652958639),
(96165, '3220', '324.00', '3', '25.001', '30', '90000000', '94900999', '11000000', '11999999', NULL, 1652958640),
(96166, '3298', '30.00', '6', '0.3', '5', '90000000', '94900999', '12000000', '19999999', NULL, 1652958641),
(96167, '3220', '59.00', '2', '0.3', '5', '90000000', '94900999', '12000000', '19999999', NULL, 1652958641),
(96168, '3298', '44.00', '6', '5.001', '10', '90000000', '94900999', '12000000', '19999999', NULL, 1652958642),
(96169, '3220', '93.00', '2', '5.001', '10', '90000000', '94900999', '12000000', '19999999', NULL, 1652958642),
(96170, '3298', '71.00', '6', '10.001', '15', '90000000', '94900999', '12000000', '19999999', NULL, 1652958643),
(96171, '3220', '150.00', '2', '10.001', '15', '90000000', '94900999', '12000000', '19999999', NULL, 1652958644),
(96172, '3298', '99.00', '6', '15.001', '20', '90000000', '94900999', '12000000', '19999999', NULL, 1652958644),
(96173, '3220', '208.00', '2', '15.001', '20', '90000000', '94900999', '12000000', '19999999', NULL, 1652958645),
(96174, '3298', '126.00', '6', '20.001', '25', '90000000', '94900999', '12000000', '19999999', NULL, 1652958646),
(96175, '3220', '266.00', '2', '20.001', '25', '90000000', '94900999', '12000000', '19999999', NULL, 1652958646),
(96176, '3298', '153.00', '6', '25.001', '30', '90000000', '94900999', '12000000', '19999999', NULL, 1652958647),
(96177, '3220', '324.00', '2', '25.001', '30', '90000000', '94900999', '12000000', '19999999', NULL, 1652958648),
(96178, '3298', '50.00', '10', '0.3', '5', '90000000', '94900999', '26601000', '28999999', NULL, 1652958660),
(96179, '3220', '124.00', '6', '0.3', '5', '90000000', '94900999', '26601000', '28999999', NULL, 1652958661),
(96180, '3298', '83.00', '10', '5.001', '10', '90000000', '94900999', '26601000', '28999999', NULL, 1652958662),
(96181, '3220', '175.00', '6', '5.001', '10', '90000000', '94900999', '26601000', '28999999', NULL, 1652958662),
(96182, '3298', '135.00', '10', '10.001', '15', '90000000', '94900999', '26601000', '28999999', NULL, 1652958663),
(96183, '3220', '283.00', '6', '10.001', '15', '90000000', '94900999', '26601000', '28999999', NULL, 1652958663),
(96184, '3298', '186.00', '10', '15.001', '20', '90000000', '94900999', '26601000', '28999999', NULL, 1652958664),
(96185, '3220', '392.00', '6', '15.001', '20', '90000000', '94900999', '26601000', '28999999', NULL, 1652958665),
(96186, '3298', '238.00', '10', '20.001', '25', '90000000', '94900999', '26601000', '28999999', NULL, 1652958665),
(96187, '3220', '500.00', '6', '20.001', '25', '90000000', '94900999', '26601000', '28999999', NULL, 1652958666),
(96188, '3298', '290.00', '10', '25.001', '30', '90000000', '94900999', '26601000', '28999999', NULL, 1652958667),
(96189, '3220', '609.00', '6', '25.001', '30', '90000000', '94900999', '26601000', '28999999', NULL, 1652958667),
(96190, '3298', '38.00', '7', '0.3', '5', '90000000', '94900999', '29000000', '29099999', NULL, 1652958668),
(96191, '3220', '113.00', '3', '0.3', '5', '90000000', '94900999', '29000000', '29099999', NULL, 1652958668),
(96192, '3298', '58.00', '7', '5.001', '10', '90000000', '94900999', '29000000', '29099999', NULL, 1652958669),
(96193, '3220', '176.00', '3', '5.001', '10', '90000000', '94900999', '29000000', '29099999', NULL, 1652958669),
(96194, '3298', '94.00', '7', '10.001', '15', '90000000', '94900999', '29000000', '29099999', NULL, 1652958670),
(96195, '3220', '286.00', '3', '10.001', '15', '90000000', '94900999', '29000000', '29099999', NULL, 1652958670),
(96196, '3298', '130.00', '7', '15.001', '20', '90000000', '94900999', '29000000', '29099999', NULL, 1652958671),
(96197, '3220', '396.00', '3', '15.001', '20', '90000000', '94900999', '29000000', '29099999', NULL, 1652958672),
(96198, '3298', '166.00', '7', '20.001', '25', '90000000', '94900999', '29000000', '29099999', NULL, 1652958672),
(96199, '3220', '505.00', '3', '20.001', '25', '90000000', '94900999', '29000000', '29099999', NULL, 1652958673),
(96200, '3298', '202.00', '7', '25.001', '30', '90000000', '94900999', '29000000', '29099999', NULL, 1652958674),
(96201, '3220', '615.00', '3', '25.001', '30', '90000000', '94900999', '29000000', '29099999', NULL, 1652958674),
(96202, '3298', '70.00', '10', '0.3', '5', '90000000', '94900999', '29100000', '29999999', NULL, 1652958675),
(96203, '3220', '157.00', '6', '0.3', '5', '90000000', '94900999', '29100000', '29999999', NULL, 1652958675),
(96204, '3298', '106.00', '10', '5.001', '10', '90000000', '94900999', '29100000', '29999999', NULL, 1652958676),
(96205, '3220', '226.00', '6', '5.001', '10', '90000000', '94900999', '29100000', '29999999', NULL, 1652958676),
(96206, '3298', '172.00', '10', '10.001', '15', '90000000', '94900999', '29100000', '29999999', NULL, 1652958677),
(96207, '3220', '367.00', '6', '10.001', '15', '90000000', '94900999', '29100000', '29999999', NULL, 1652958677),
(96208, '3298', '239.00', '10', '15.001', '20', '90000000', '94900999', '29100000', '29999999', NULL, 1652958678),
(96209, '3220', '508.00', '6', '15.001', '20', '90000000', '94900999', '29100000', '29999999', NULL, 1652958679),
(96210, '3298', '305.00', '10', '20.001', '25', '90000000', '94900999', '29100000', '29999999', NULL, 1652958679),
(96211, '3220', '649.00', '6', '20.001', '25', '90000000', '94900999', '29100000', '29999999', NULL, 1652958680),
(96212, '3298', '371.00', '10', '25.001', '30', '90000000', '94900999', '29100000', '29999999', NULL, 1652958680),
(96213, '3220', '789.00', '6', '25.001', '30', '90000000', '94900999', '29100000', '29999999', NULL, 1652958681),
(96214, '3298', '34.00', '6', '0.3', '5', '90000000', '94900999', '30000000', '31999999', NULL, 1652958681),
(96215, '3220', '80.00', '2', '0.3', '5', '90000000', '94900999', '30000000', '31999999', NULL, 1652958682),
(96216, '3298', '50.00', '6', '5.001', '10', '90000000', '94900999', '30000000', '31999999', NULL, 1652958683),
(96217, '3220', '125.00', '2', '5.001', '10', '90000000', '94900999', '30000000', '31999999', NULL, 1652958683),
(96218, '3298', '82.00', '6', '10.001', '15', '90000000', '94900999', '30000000', '31999999', NULL, 1652958684),
(96219, '3220', '203.00', '2', '10.001', '15', '90000000', '94900999', '30000000', '31999999', NULL, 1652958684),
(96220, '3298', '113.00', '6', '15.001', '20', '90000000', '94900999', '30000000', '31999999', NULL, 1652958685),
(96221, '3220', '281.00', '2', '15.001', '20', '90000000', '94900999', '30000000', '31999999', NULL, 1652958685),
(96222, '3298', '145.00', '6', '20.001', '25', '90000000', '94900999', '30000000', '31999999', NULL, 1652958686),
(96223, '3220', '359.00', '2', '20.001', '25', '90000000', '94900999', '30000000', '31999999', NULL, 1652958687),
(96224, '3298', '176.00', '6', '25.001', '30', '90000000', '94900999', '30000000', '31999999', NULL, 1652958687),
(96225, '3220', '437.00', '2', '25.001', '30', '90000000', '94900999', '30000000', '31999999', NULL, 1652958688),
(96226, '3298', '34.00', '6', '0.3', '5', '90000000', '94900999', '30000000', '34999999', NULL, 1652958688),
(96227, '3220', '80.00', '2', '0.3', '5', '90000000', '94900999', '30000000', '34999999', NULL, 1652958689),
(96228, '3298', '50.00', '6', '5.001', '10', '90000000', '94900999', '30000000', '34999999', NULL, 1652958689),
(96229, '3220', '125.00', '2', '5.001', '10', '90000000', '94900999', '30000000', '34999999', NULL, 1652958690),
(96230, '3298', '82.00', '6', '10.001', '15', '90000000', '94900999', '30000000', '34999999', NULL, 1652958691),
(96231, '3220', '203.00', '2', '10.001', '15', '90000000', '94900999', '30000000', '34999999', NULL, 1652958692),
(96232, '3298', '113.00', '6', '15.001', '20', '90000000', '94900999', '30000000', '34999999', NULL, 1652958692),
(96233, '3220', '281.00', '2', '15.001', '20', '90000000', '94900999', '30000000', '34999999', NULL, 1652958693),
(96234, '3298', '145.00', '6', '20.001', '25', '90000000', '94900999', '30000000', '34999999', NULL, 1652958693),
(96235, '3220', '359.00', '2', '20.001', '25', '90000000', '94900999', '30000000', '34999999', NULL, 1652958694),
(96236, '3298', '176.00', '6', '25.001', '30', '90000000', '94900999', '30000000', '34999999', NULL, 1652958694),
(96237, '3220', '437.00', '2', '25.001', '30', '90000000', '94900999', '30000000', '34999999', NULL, 1652958695),
(96238, '3298', '50.00', '10', '0.3', '5', '90000000', '94900999', '35000000', '39999999', NULL, 1652958695),
(96239, '3220', '124.00', '6', '0.3', '5', '90000000', '94900999', '35000000', '39999999', NULL, 1652958696),
(96240, '3298', '83.00', '10', '5.001', '10', '90000000', '94900999', '35000000', '39999999', NULL, 1652958696),
(96241, '3220', '175.00', '6', '5.001', '10', '90000000', '94900999', '35000000', '39999999', NULL, 1652958697),
(96242, '3298', '135.00', '10', '10.001', '15', '90000000', '94900999', '35000000', '39999999', NULL, 1652958697),
(96243, '3220', '283.00', '6', '10.001', '15', '90000000', '94900999', '35000000', '39999999', NULL, 1652958698),
(96244, '3298', '186.00', '10', '15.001', '20', '90000000', '94900999', '35000000', '39999999', NULL, 1652958699),
(96245, '3220', '392.00', '6', '15.001', '20', '90000000', '94900999', '35000000', '39999999', NULL, 1652958699),
(96246, '3298', '238.00', '10', '20.001', '25', '90000000', '94900999', '35000000', '39999999', NULL, 1652958700),
(96247, '3220', '500.00', '6', '20.001', '25', '90000000', '94900999', '35000000', '39999999', NULL, 1652958700),
(96248, '3298', '290.00', '10', '25.001', '30', '90000000', '94900999', '35000000', '39999999', NULL, 1652958701),
(96249, '3220', '609.00', '6', '25.001', '30', '90000000', '94900999', '35000000', '39999999', NULL, 1652958701),
(96250, '3298', '45.00', '7', '0.3', '5', '90000000', '94900999', '40000000', '41999999', NULL, 1652958702),
(96251, '3220', '137.00', '3', '0.3', '5', '90000000', '94900999', '40000000', '41999999', NULL, 1652958703),
(96252, '3298', '71.00', '7', '5.001', '10', '90000000', '94900999', '40000000', '41999999', NULL, 1652958703),
(96253, '3220', '214.00', '3', '5.001', '10', '90000000', '94900999', '40000000', '41999999', NULL, 1652958704),
(96254, '3298', '116.00', '7', '10.001', '15', '90000000', '94900999', '40000000', '41999999', NULL, 1652958704),
(96255, '3220', '346.00', '3', '10.001', '15', '90000000', '94900999', '40000000', '41999999', NULL, 1652958705),
(96256, '3298', '160.00', '7', '15.001', '20', '90000000', '94900999', '40000000', '41999999', NULL, 1652958705),
(96257, '3220', '479.00', '3', '15.001', '20', '90000000', '94900999', '40000000', '41999999', NULL, 1652958706),
(96258, '3298', '205.00', '7', '20.001', '25', '90000000', '94900999', '40000000', '41999999', NULL, 1652958707),
(96259, '3220', '612.00', '3', '20.001', '25', '90000000', '94900999', '40000000', '41999999', NULL, 1652958707),
(96260, '3298', '249.00', '7', '25.001', '30', '90000000', '94900999', '40000000', '41999999', NULL, 1652958708),
(96261, '3220', '744.00', '3', '25.001', '30', '90000000', '94900999', '40000000', '41999999', NULL, 1652958708),
(96262, '3298', '45.00', '7', '0.3', '5', '90000000', '94900999', '40000000', '44470999', NULL, 1652958709),
(96263, '3220', '137.00', '3', '0.3', '5', '90000000', '94900999', '40000000', '44470999', NULL, 1652958709),
(96264, '3298', '71.00', '7', '5.001', '10', '90000000', '94900999', '40000000', '44470999', NULL, 1652958710),
(96265, '3220', '214.00', '3', '5.001', '10', '90000000', '94900999', '40000000', '44470999', NULL, 1652958710),
(96266, '3298', '116.00', '7', '10.001', '15', '90000000', '94900999', '40000000', '44470999', NULL, 1652958711),
(96267, '3220', '346.00', '3', '10.001', '15', '90000000', '94900999', '40000000', '44470999', NULL, 1652958712),
(96268, '3298', '160.00', '7', '15.001', '20', '90000000', '94900999', '40000000', '44470999', NULL, 1652958712),
(96269, '3220', '479.00', '3', '15.001', '20', '90000000', '94900999', '40000000', '44470999', NULL, 1652958713),
(96270, '3298', '205.00', '7', '20.001', '25', '90000000', '94900999', '40000000', '44470999', NULL, 1652958713),
(96271, '3220', '612.00', '3', '20.001', '25', '90000000', '94900999', '40000000', '44470999', NULL, 1652958714),
(96272, '3298', '249.00', '7', '25.001', '30', '90000000', '94900999', '40000000', '44470999', NULL, 1652958715),
(96273, '3220', '744.00', '3', '25.001', '30', '90000000', '94900999', '40000000', '44470999', NULL, 1652958715),
(96274, '3298', '78.00', '7', '0.3', '5', '90000000', '94900999', '44471000', '48999999', NULL, 1652958715),
(96275, '3220', '154.00', '3', '0.3', '5', '90000000', '94900999', '44471000', '48999999', NULL, 1652958716),
(96276, '3298', '114.00', '7', '5.001', '10', '90000000', '94900999', '44471000', '48999999', NULL, 1652958716),
(96277, '3220', '223.00', '3', '5.001', '10', '90000000', '94900999', '44471000', '48999999', NULL, 1652958717),
(96278, '3298', '185.00', '7', '10.001', '15', '90000000', '94900999', '44471000', '48999999', NULL, 1652958718),
(96279, '3220', '361.00', '3', '10.001', '15', '90000000', '94900999', '44471000', '48999999', NULL, 1652958718),
(96280, '3298', '256.00', '7', '15.001', '20', '90000000', '94900999', '44471000', '48999999', NULL, 1652958719),
(96281, '3220', '500.00', '3', '15.001', '20', '90000000', '94900999', '44471000', '48999999', NULL, 1652958719),
(96282, '3298', '327.00', '7', '20.001', '25', '90000000', '94900999', '44471000', '48999999', NULL, 1652958720),
(96283, '3220', '638.00', '3', '20.001', '25', '90000000', '94900999', '44471000', '48999999', NULL, 1652958720),
(96284, '3298', '398.00', '7', '25.001', '30', '90000000', '94900999', '44471000', '48999999', NULL, 1652958721);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(96285, '3220', '777.00', '3', '25.001', '30', '90000000', '94900999', '44471000', '48999999', NULL, 1652958722),
(96286, '3298', '45.00', '8', '0.3', '5', '90000000', '94900999', '49000000', '49099999', NULL, 1652958722),
(96287, '3220', '137.00', '3', '0.3', '5', '90000000', '94900999', '49000000', '49099999', NULL, 1652958723),
(96288, '3298', '71.00', '8', '5.001', '10', '90000000', '94900999', '49000000', '49099999', NULL, 1652958724),
(96289, '3220', '214.00', '3', '5.001', '10', '90000000', '94900999', '49000000', '49099999', NULL, 1652958724),
(96290, '3298', '116.00', '8', '10.001', '15', '90000000', '94900999', '49000000', '49099999', NULL, 1652958724),
(96291, '3220', '346.00', '3', '10.001', '15', '90000000', '94900999', '49000000', '49099999', NULL, 1652958725),
(96292, '3298', '160.00', '8', '15.001', '20', '90000000', '94900999', '49000000', '49099999', NULL, 1652958725),
(96293, '3220', '479.00', '3', '15.001', '20', '90000000', '94900999', '49000000', '49099999', NULL, 1652958726),
(96294, '3298', '205.00', '8', '20.001', '25', '90000000', '94900999', '49000000', '49099999', NULL, 1652958726),
(96295, '3220', '612.00', '3', '20.001', '25', '90000000', '94900999', '49000000', '49099999', NULL, 1652958727),
(96296, '3298', '249.00', '8', '25.001', '30', '90000000', '94900999', '49000000', '49099999', NULL, 1652958728),
(96297, '3220', '744.00', '3', '25.001', '30', '90000000', '94900999', '49000000', '49099999', NULL, 1652958728),
(96298, '3298', '90.00', '13', '0.3', '5', '90000000', '94900999', '49100000', '49999999', NULL, 1652958729),
(96299, '3220', '183.00', '7', '0.3', '5', '90000000', '94900999', '49100000', '49999999', NULL, 1652958729),
(96300, '3298', '133.00', '13', '5.001', '10', '90000000', '94900999', '49100000', '49999999', NULL, 1652958730),
(96301, '3220', '266.00', '7', '5.001', '10', '90000000', '94900999', '49100000', '49999999', NULL, 1652958731),
(96302, '3298', '215.00', '13', '10.001', '15', '90000000', '94900999', '49100000', '49999999', NULL, 1652958731),
(96303, '3220', '430.00', '7', '10.001', '15', '90000000', '94900999', '49100000', '49999999', NULL, 1652958732),
(96304, '3298', '298.00', '13', '15.001', '20', '90000000', '94900999', '49100000', '49999999', NULL, 1652958732),
(96305, '3220', '595.00', '7', '15.001', '20', '90000000', '94900999', '49100000', '49999999', NULL, 1652958733),
(96306, '3298', '380.00', '13', '20.001', '25', '90000000', '94900999', '49100000', '49999999', NULL, 1652958734),
(96307, '3220', '760.00', '7', '20.001', '25', '90000000', '94900999', '49100000', '49999999', NULL, 1652958734),
(96308, '3298', '463.00', '13', '25.001', '30', '90000000', '94900999', '49100000', '49999999', NULL, 1652958735),
(96309, '3220', '925.00', '7', '25.001', '30', '90000000', '94900999', '49100000', '49999999', NULL, 1652958735),
(96310, '3298', '45.00', '7', '0.3', '5', '90000000', '94900999', '50000000', '52999999', NULL, 1652958736),
(96311, '3220', '137.00', '3', '0.3', '5', '90000000', '94900999', '50000000', '52999999', NULL, 1652958737),
(96312, '3298', '71.00', '7', '5.001', '10', '90000000', '94900999', '50000000', '52999999', NULL, 1652958737),
(96313, '3220', '214.00', '3', '5.001', '10', '90000000', '94900999', '50000000', '52999999', NULL, 1652958737),
(96314, '3298', '116.00', '7', '10.001', '15', '90000000', '94900999', '50000000', '52999999', NULL, 1652958738),
(96315, '3220', '346.00', '3', '10.001', '15', '90000000', '94900999', '50000000', '52999999', NULL, 1652958738),
(96316, '3298', '160.00', '7', '15.001', '20', '90000000', '94900999', '50000000', '52999999', NULL, 1652958739),
(96317, '3220', '479.00', '3', '15.001', '20', '90000000', '94900999', '50000000', '52999999', NULL, 1652958740),
(96318, '3298', '205.00', '7', '20.001', '25', '90000000', '94900999', '50000000', '52999999', NULL, 1652958740),
(96319, '3220', '612.00', '3', '20.001', '25', '90000000', '94900999', '50000000', '52999999', NULL, 1652958741),
(96320, '3298', '249.00', '7', '25.001', '30', '90000000', '94900999', '50000000', '52999999', NULL, 1652958741),
(96321, '3220', '744.00', '3', '25.001', '30', '90000000', '94900999', '50000000', '52999999', NULL, 1652958742),
(96322, '3298', '45.00', '7', '0.3', '5', '90000000', '94900999', '50000000', '54999999', NULL, 1652958743),
(96323, '3220', '137.00', '3', '0.3', '5', '90000000', '94900999', '50000000', '54999999', NULL, 1652958743),
(96324, '3298', '71.00', '7', '5.001', '10', '90000000', '94900999', '50000000', '54999999', NULL, 1652958744),
(96325, '3220', '214.00', '3', '5.001', '10', '90000000', '94900999', '50000000', '54999999', NULL, 1652958744),
(96326, '3298', '116.00', '7', '10.001', '15', '90000000', '94900999', '50000000', '54999999', NULL, 1652958745),
(96327, '3220', '346.00', '3', '10.001', '15', '90000000', '94900999', '50000000', '54999999', NULL, 1652958745),
(96328, '3298', '160.00', '7', '15.001', '20', '90000000', '94900999', '50000000', '54999999', NULL, 1652958746),
(96329, '3220', '479.00', '3', '15.001', '20', '90000000', '94900999', '50000000', '54999999', NULL, 1652958747),
(96330, '3298', '205.00', '7', '20.001', '25', '90000000', '94900999', '50000000', '54999999', NULL, 1652958747),
(96331, '3220', '612.00', '3', '20.001', '25', '90000000', '94900999', '50000000', '54999999', NULL, 1652958748),
(96332, '3298', '249.00', '7', '25.001', '30', '90000000', '94900999', '50000000', '54999999', NULL, 1652958748),
(96333, '3220', '744.00', '3', '25.001', '30', '90000000', '94900999', '50000000', '54999999', NULL, 1652958749),
(96334, '3298', '90.00', '14', '0.3', '5', '90000000', '94900999', '55000000', '56999999', NULL, 1652958749),
(96335, '3220', '183.00', '8', '0.3', '5', '90000000', '94900999', '55000000', '56999999', NULL, 1652958750),
(96336, '3298', '133.00', '14', '5.001', '10', '90000000', '94900999', '55000000', '56999999', NULL, 1652958750),
(96337, '3220', '266.00', '8', '5.001', '10', '90000000', '94900999', '55000000', '56999999', NULL, 1652958751),
(96338, '3298', '215.00', '14', '10.001', '15', '90000000', '94900999', '55000000', '56999999', NULL, 1652958751),
(96339, '3220', '430.00', '8', '10.001', '15', '90000000', '94900999', '55000000', '56999999', NULL, 1652958752),
(96340, '3298', '298.00', '14', '15.001', '20', '90000000', '94900999', '55000000', '56999999', NULL, 1652958753),
(96341, '3220', '595.00', '8', '15.001', '20', '90000000', '94900999', '55000000', '56999999', NULL, 1652958753),
(96342, '3298', '380.00', '14', '20.001', '25', '90000000', '94900999', '55000000', '56999999', NULL, 1652958754),
(96343, '3220', '760.00', '8', '20.001', '25', '90000000', '94900999', '55000000', '56999999', NULL, 1652958754),
(96344, '3298', '463.00', '14', '25.001', '30', '90000000', '94900999', '55000000', '56999999', NULL, 1652958755),
(96345, '3220', '925.00', '8', '25.001', '30', '90000000', '94900999', '55000000', '56999999', NULL, 1652958755),
(96346, '3298', '45.00', '7', '0.3', '5', '90000000', '94900999', '57000000', '57099999', NULL, 1652958756),
(96347, '3220', '137.00', '3', '0.3', '5', '90000000', '94900999', '57000000', '57099999', NULL, 1652958757),
(96348, '3298', '71.00', '7', '5.001', '10', '90000000', '94900999', '57000000', '57099999', NULL, 1652958757),
(96349, '3220', '214.00', '3', '5.001', '10', '90000000', '94900999', '57000000', '57099999', NULL, 1652958757),
(96350, '3298', '116.00', '7', '10.001', '15', '90000000', '94900999', '57000000', '57099999', NULL, 1652958758),
(96351, '3220', '346.00', '3', '10.001', '15', '90000000', '94900999', '57000000', '57099999', NULL, 1652958758),
(96352, '3298', '160.00', '7', '15.001', '20', '90000000', '94900999', '57000000', '57099999', NULL, 1652958759),
(96353, '3220', '479.00', '3', '15.001', '20', '90000000', '94900999', '57000000', '57099999', NULL, 1652958760),
(96354, '3298', '205.00', '7', '20.001', '25', '90000000', '94900999', '57000000', '57099999', NULL, 1652958760),
(96355, '3220', '612.00', '3', '20.001', '25', '90000000', '94900999', '57000000', '57099999', NULL, 1652958761),
(96356, '3298', '249.00', '7', '25.001', '30', '90000000', '94900999', '57000000', '57099999', NULL, 1652958761),
(96357, '3220', '744.00', '3', '25.001', '30', '90000000', '94900999', '57000000', '57099999', NULL, 1652958762),
(96358, '3298', '45.00', '12', '0.3', '5', '90000000', '94900999', '57100000', '57999999', NULL, 1652958762),
(96359, '3220', '137.00', '7', '0.3', '5', '90000000', '94900999', '57100000', '57999999', NULL, 1652958763),
(96360, '3298', '71.00', '12', '5.001', '10', '90000000', '94900999', '57100000', '57999999', NULL, 1652958763),
(96361, '3220', '214.00', '7', '5.001', '10', '90000000', '94900999', '57100000', '57999999', NULL, 1652958764),
(96362, '3298', '116.00', '12', '10.001', '15', '90000000', '94900999', '57100000', '57999999', NULL, 1652958765),
(96363, '3220', '346.00', '7', '10.001', '15', '90000000', '94900999', '57100000', '57999999', NULL, 1652958765),
(96364, '3298', '160.00', '12', '15.001', '20', '90000000', '94900999', '57100000', '57999999', NULL, 1652958766),
(96365, '3220', '479.00', '7', '15.001', '20', '90000000', '94900999', '57100000', '57999999', NULL, 1652958766),
(96366, '3298', '205.00', '12', '20.001', '25', '90000000', '94900999', '57100000', '57999999', NULL, 1652958767),
(96367, '3220', '612.00', '7', '20.001', '25', '90000000', '94900999', '57100000', '57999999', NULL, 1652958767),
(96368, '3298', '249.00', '12', '25.001', '30', '90000000', '94900999', '57100000', '57999999', NULL, 1652958768),
(96369, '3220', '744.00', '7', '25.001', '30', '90000000', '94900999', '57100000', '57999999', NULL, 1652958768),
(96370, '3298', '45.00', '9', '0.3', '5', '90000000', '94900999', '58000000', '58099999', NULL, 1652958769),
(96371, '3220', '137.00', '3', '0.3', '5', '90000000', '94900999', '58000000', '58099999', NULL, 1652958770),
(96372, '3298', '71.00', '9', '5.001', '10', '90000000', '94900999', '58000000', '58099999', NULL, 1652958770),
(96373, '3220', '214.00', '3', '5.001', '10', '90000000', '94900999', '58000000', '58099999', NULL, 1652958771),
(96374, '3298', '116.00', '9', '10.001', '15', '90000000', '94900999', '58000000', '58099999', NULL, 1652958772),
(96375, '3220', '346.00', '3', '10.001', '15', '90000000', '94900999', '58000000', '58099999', NULL, 1652958772),
(96376, '3298', '160.00', '9', '15.001', '20', '90000000', '94900999', '58000000', '58099999', NULL, 1652958773),
(96377, '3220', '479.00', '3', '15.001', '20', '90000000', '94900999', '58000000', '58099999', NULL, 1652958773),
(96378, '3298', '205.00', '9', '20.001', '25', '90000000', '94900999', '58000000', '58099999', NULL, 1652958774),
(96379, '3220', '612.00', '3', '20.001', '25', '90000000', '94900999', '58000000', '58099999', NULL, 1652958775),
(96380, '3298', '249.00', '9', '25.001', '30', '90000000', '94900999', '58000000', '58099999', NULL, 1652958775),
(96381, '3220', '744.00', '3', '25.001', '30', '90000000', '94900999', '58000000', '58099999', NULL, 1652958776),
(96382, '3298', '90.00', '17', '0.3', '5', '90000000', '94900999', '58100000', '58999999', NULL, 1652958776),
(96383, '3220', '183.00', '10', '0.3', '5', '90000000', '94900999', '58100000', '58999999', NULL, 1652958777),
(96384, '3298', '133.00', '17', '5.001', '10', '90000000', '94900999', '58100000', '58999999', NULL, 1652958777),
(96385, '3220', '266.00', '10', '5.001', '10', '90000000', '94900999', '58100000', '58999999', NULL, 1652958778),
(96386, '3298', '215.00', '17', '10.001', '15', '90000000', '94900999', '58100000', '58999999', NULL, 1652958779),
(96387, '3220', '430.00', '10', '10.001', '15', '90000000', '94900999', '58100000', '58999999', NULL, 1652958779),
(96388, '3298', '298.00', '17', '15.001', '20', '90000000', '94900999', '58100000', '58999999', NULL, 1652958780),
(96389, '3220', '595.00', '10', '15.001', '20', '90000000', '94900999', '58100000', '58999999', NULL, 1652958780),
(96390, '3298', '380.00', '17', '20.001', '25', '90000000', '94900999', '58100000', '58999999', NULL, 1652958781),
(96391, '3220', '760.00', '10', '20.001', '25', '90000000', '94900999', '58100000', '58999999', NULL, 1652958782),
(96392, '3298', '463.00', '17', '25.001', '30', '90000000', '94900999', '58100000', '58999999', NULL, 1652958782),
(96393, '3220', '925.00', '10', '25.001', '30', '90000000', '94900999', '58100000', '58999999', NULL, 1652958783),
(96394, '3298', '45.00', '7', '0.3', '5', '90000000', '94900999', '59000000', '59099999', NULL, 1652958784),
(96395, '3220', '137.00', '3', '0.3', '5', '90000000', '94900999', '59000000', '59099999', NULL, 1652958784),
(96396, '3298', '71.00', '7', '5.001', '10', '90000000', '94900999', '59000000', '59099999', NULL, 1652958785),
(96397, '3220', '214.00', '3', '5.001', '10', '90000000', '94900999', '59000000', '59099999', NULL, 1652958785),
(96398, '3298', '116.00', '7', '10.001', '15', '90000000', '94900999', '59000000', '59099999', NULL, 1652958786),
(96399, '3220', '346.00', '3', '10.001', '15', '90000000', '94900999', '59000000', '59099999', NULL, 1652958786),
(96400, '3298', '160.00', '7', '15.001', '20', '90000000', '94900999', '59000000', '59099999', NULL, 1652958787),
(96401, '3220', '479.00', '3', '15.001', '20', '90000000', '94900999', '59000000', '59099999', NULL, 1652958787),
(96402, '3298', '205.00', '7', '20.001', '25', '90000000', '94900999', '59000000', '59099999', NULL, 1652958788),
(96403, '3220', '612.00', '3', '20.001', '25', '90000000', '94900999', '59000000', '59099999', NULL, 1652958788),
(96404, '3298', '249.00', '7', '25.001', '30', '90000000', '94900999', '59000000', '59099999', NULL, 1652958789),
(96405, '3220', '744.00', '3', '25.001', '30', '90000000', '94900999', '59000000', '59099999', NULL, 1652958789),
(96406, '3298', '45.00', '7', '0.3', '5', '90000000', '94900999', '59100000', '59999999', NULL, 1652958790),
(96407, '3220', '137.00', '3', '0.3', '5', '90000000', '94900999', '59100000', '59999999', NULL, 1652958790),
(96408, '3298', '71.00', '7', '5.001', '10', '90000000', '94900999', '59100000', '59999999', NULL, 1652958791),
(96409, '3220', '214.00', '3', '5.001', '10', '90000000', '94900999', '59100000', '59999999', NULL, 1652958791),
(96410, '3298', '116.00', '7', '10.001', '15', '90000000', '94900999', '59100000', '59999999', NULL, 1652958792),
(96411, '3220', '346.00', '3', '10.001', '15', '90000000', '94900999', '59100000', '59999999', NULL, 1652958792),
(96412, '3298', '160.00', '7', '15.001', '20', '90000000', '94900999', '59100000', '59999999', NULL, 1652958793),
(96413, '3220', '479.00', '3', '15.001', '20', '90000000', '94900999', '59100000', '59999999', NULL, 1652958794),
(96414, '3298', '205.00', '7', '20.001', '25', '90000000', '94900999', '59100000', '59999999', NULL, 1652958794),
(96415, '3220', '612.00', '3', '20.001', '25', '90000000', '94900999', '59100000', '59999999', NULL, 1652958795),
(96416, '3298', '249.00', '7', '25.001', '30', '90000000', '94900999', '59100000', '59999999', NULL, 1652958795),
(96417, '3220', '744.00', '3', '25.001', '30', '90000000', '94900999', '59100000', '59999999', NULL, 1652958796),
(96418, '3298', '45.00', '8', '0.3', '5', '90000000', '94900999', '60000000', '60999999', NULL, 1652958797),
(96419, '3220', '137.00', '3', '0.3', '5', '90000000', '94900999', '60000000', '60999999', NULL, 1652958797),
(96420, '3298', '71.00', '8', '5.001', '10', '90000000', '94900999', '60000000', '60999999', NULL, 1652958798),
(96421, '3220', '214.00', '3', '5.001', '10', '90000000', '94900999', '60000000', '60999999', NULL, 1652958798),
(96422, '3298', '116.00', '8', '10.001', '15', '90000000', '94900999', '60000000', '60999999', NULL, 1652958799),
(96423, '3220', '346.00', '3', '10.001', '15', '90000000', '94900999', '60000000', '60999999', NULL, 1652958799),
(96424, '3298', '160.00', '8', '15.001', '20', '90000000', '94900999', '60000000', '60999999', NULL, 1652958800),
(96425, '3220', '479.00', '3', '15.001', '20', '90000000', '94900999', '60000000', '60999999', NULL, 1652958801),
(96426, '3298', '205.00', '8', '20.001', '25', '90000000', '94900999', '60000000', '60999999', NULL, 1652958801),
(96427, '3220', '612.00', '3', '20.001', '25', '90000000', '94900999', '60000000', '60999999', NULL, 1652958802),
(96428, '3298', '249.00', '8', '25.001', '30', '90000000', '94900999', '60000000', '60999999', NULL, 1652958802),
(96429, '3220', '744.00', '3', '25.001', '30', '90000000', '94900999', '60000000', '60999999', NULL, 1652958803),
(96430, '3298', '45.00', '8', '0.3', '5', '90000000', '94900999', '60000000', '61900999', NULL, 1652958803),
(96431, '3220', '137.00', '3', '0.3', '5', '90000000', '94900999', '60000000', '61900999', NULL, 1652958804),
(96432, '3298', '71.00', '8', '5.001', '10', '90000000', '94900999', '60000000', '61900999', NULL, 1652958805),
(96433, '3220', '214.00', '3', '5.001', '10', '90000000', '94900999', '60000000', '61900999', NULL, 1652958805),
(96434, '3298', '116.00', '8', '10.001', '15', '90000000', '94900999', '60000000', '61900999', NULL, 1652958806),
(96435, '3220', '346.00', '3', '10.001', '15', '90000000', '94900999', '60000000', '61900999', NULL, 1652958806),
(96436, '3298', '160.00', '8', '15.001', '20', '90000000', '94900999', '60000000', '61900999', NULL, 1652958807),
(96437, '3220', '479.00', '3', '15.001', '20', '90000000', '94900999', '60000000', '61900999', NULL, 1652958807),
(96438, '3298', '205.00', '8', '20.001', '25', '90000000', '94900999', '60000000', '61900999', NULL, 1652958808),
(96439, '3220', '612.00', '3', '20.001', '25', '90000000', '94900999', '60000000', '61900999', NULL, 1652958808),
(96440, '3298', '249.00', '8', '25.001', '30', '90000000', '94900999', '60000000', '61900999', NULL, 1652958809),
(96441, '3220', '744.00', '3', '25.001', '30', '90000000', '94900999', '60000000', '61900999', NULL, 1652958809),
(96442, '3298', '90.00', '14', '0.3', '5', '90000000', '94900999', '61901000', '63999999', NULL, 1652958810),
(96443, '3220', '183.00', '9', '0.3', '5', '90000000', '94900999', '61901000', '63999999', NULL, 1652958811),
(96444, '3298', '133.00', '14', '5.001', '10', '90000000', '94900999', '61901000', '63999999', NULL, 1652958811),
(96445, '3220', '266.00', '9', '5.001', '10', '90000000', '94900999', '61901000', '63999999', NULL, 1652958812),
(96446, '3298', '215.00', '14', '10.001', '15', '90000000', '94900999', '61901000', '63999999', NULL, 1652958812),
(96447, '3220', '430.00', '9', '10.001', '15', '90000000', '94900999', '61901000', '63999999', NULL, 1652958813),
(96448, '3298', '298.00', '14', '15.001', '20', '90000000', '94900999', '61901000', '63999999', NULL, 1652958814),
(96449, '3220', '595.00', '9', '15.001', '20', '90000000', '94900999', '61901000', '63999999', NULL, 1652958814),
(96450, '3298', '380.00', '14', '20.001', '25', '90000000', '94900999', '61901000', '63999999', NULL, 1652958815),
(96451, '3220', '760.00', '9', '20.001', '25', '90000000', '94900999', '61901000', '63999999', NULL, 1652958816),
(96452, '3298', '463.00', '14', '25.001', '30', '90000000', '94900999', '61901000', '63999999', NULL, 1652958816),
(96453, '3220', '925.00', '9', '25.001', '30', '90000000', '94900999', '61901000', '63999999', NULL, 1652958817),
(96454, '3298', '45.00', '9', '0.3', '5', '90000000', '94900999', '64000000', '64099999', NULL, 1652958817),
(96455, '3220', '137.00', '5', '0.3', '5', '90000000', '94900999', '64000000', '64099999', NULL, 1652958818),
(96456, '3298', '71.00', '9', '5.001', '10', '90000000', '94900999', '64000000', '64099999', NULL, 1652958818),
(96457, '3220', '214.00', '5', '5.001', '10', '90000000', '94900999', '64000000', '64099999', NULL, 1652958819),
(96458, '3298', '116.00', '9', '10.001', '15', '90000000', '94900999', '64000000', '64099999', NULL, 1652958819),
(96459, '3220', '346.00', '5', '10.001', '15', '90000000', '94900999', '64000000', '64099999', NULL, 1652958820),
(96460, '3298', '160.00', '9', '15.001', '20', '90000000', '94900999', '64000000', '64099999', NULL, 1652958821),
(96461, '3220', '479.00', '5', '15.001', '20', '90000000', '94900999', '64000000', '64099999', NULL, 1652958821),
(96462, '3298', '205.00', '9', '20.001', '25', '90000000', '94900999', '64000000', '64099999', NULL, 1652958822),
(96463, '3220', '612.00', '5', '20.001', '25', '90000000', '94900999', '64000000', '64099999', NULL, 1652958823),
(96464, '3298', '249.00', '9', '25.001', '30', '90000000', '94900999', '64000000', '64099999', NULL, 1652958823),
(96465, '3220', '744.00', '5', '25.001', '30', '90000000', '94900999', '64000000', '64099999', NULL, 1652958824),
(96466, '3298', '90.00', '13', '0.3', '5', '90000000', '94900999', '64100000', '64999999', NULL, 1652958824),
(96467, '3220', '183.00', '10', '0.3', '5', '90000000', '94900999', '64100000', '64999999', NULL, 1652958825),
(96468, '3298', '133.00', '13', '5.001', '10', '90000000', '94900999', '64100000', '64999999', NULL, 1652958826),
(96469, '3220', '266.00', '10', '5.001', '10', '90000000', '94900999', '64100000', '64999999', NULL, 1652958826),
(96470, '3298', '215.00', '13', '10.001', '15', '90000000', '94900999', '64100000', '64999999', NULL, 1652958827),
(96471, '3220', '430.00', '10', '10.001', '15', '90000000', '94900999', '64100000', '64999999', NULL, 1652958827),
(96472, '3298', '298.00', '13', '15.001', '20', '90000000', '94900999', '64100000', '64999999', NULL, 1652958828),
(96473, '3220', '595.00', '10', '15.001', '20', '90000000', '94900999', '64100000', '64999999', NULL, 1652958829),
(96474, '3298', '380.00', '13', '20.001', '25', '90000000', '94900999', '64100000', '64999999', NULL, 1652958829),
(96475, '3220', '760.00', '10', '20.001', '25', '90000000', '94900999', '64100000', '64999999', NULL, 1652958830),
(96476, '3298', '463.00', '13', '25.001', '30', '90000000', '94900999', '64100000', '64999999', NULL, 1652958830),
(96477, '3220', '925.00', '10', '25.001', '30', '90000000', '94900999', '64100000', '64999999', NULL, 1652958831),
(96478, '3298', '45.00', '9', '0.3', '5', '90000000', '94900999', '65000000', '65099999', NULL, 1652958831),
(96479, '3220', '137.00', '5', '0.3', '5', '90000000', '94900999', '65000000', '65099999', NULL, 1652958832),
(96480, '3298', '71.00', '9', '5.001', '10', '90000000', '94900999', '65000000', '65099999', NULL, 1652958833),
(96481, '3220', '214.00', '5', '5.001', '10', '90000000', '94900999', '65000000', '65099999', NULL, 1652958833),
(96482, '3298', '116.00', '9', '10.001', '15', '90000000', '94900999', '65000000', '65099999', NULL, 1652958834),
(96483, '3220', '346.00', '5', '10.001', '15', '90000000', '94900999', '65000000', '65099999', NULL, 1652958834),
(96484, '3298', '160.00', '9', '15.001', '20', '90000000', '94900999', '65000000', '65099999', NULL, 1652958835),
(96485, '3220', '479.00', '5', '15.001', '20', '90000000', '94900999', '65000000', '65099999', NULL, 1652958835),
(96486, '3298', '205.00', '9', '20.001', '25', '90000000', '94900999', '65000000', '65099999', NULL, 1652958836),
(96487, '3220', '612.00', '5', '20.001', '25', '90000000', '94900999', '65000000', '65099999', NULL, 1652958836),
(96488, '3298', '249.00', '9', '25.001', '30', '90000000', '94900999', '65000000', '65099999', NULL, 1652958837),
(96489, '3220', '744.00', '5', '25.001', '30', '90000000', '94900999', '65000000', '65099999', NULL, 1652958837),
(96490, '3298', '90.00', '16', '0.3', '5', '90000000', '94900999', '65100000', '65999999', NULL, 1652958838),
(96491, '3220', '183.00', '12', '0.3', '5', '90000000', '94900999', '65100000', '65999999', NULL, 1652958839),
(96492, '3298', '133.00', '16', '5.001', '10', '90000000', '94900999', '65100000', '65999999', NULL, 1652958839),
(96493, '3220', '266.00', '12', '5.001', '10', '90000000', '94900999', '65100000', '65999999', NULL, 1652958840),
(96494, '3298', '215.00', '16', '10.001', '15', '90000000', '94900999', '65100000', '65999999', NULL, 1652958840),
(96495, '3220', '430.00', '12', '10.001', '15', '90000000', '94900999', '65100000', '65999999', NULL, 1652958841),
(96496, '3298', '298.00', '16', '15.001', '20', '90000000', '94900999', '65100000', '65999999', NULL, 1652958841),
(96497, '3220', '595.00', '12', '15.001', '20', '90000000', '94900999', '65100000', '65999999', NULL, 1652958842),
(96498, '3298', '380.00', '16', '20.001', '25', '90000000', '94900999', '65100000', '65999999', NULL, 1652958842),
(96499, '3220', '760.00', '12', '20.001', '25', '90000000', '94900999', '65100000', '65999999', NULL, 1652958843),
(96500, '3298', '463.00', '16', '25.001', '30', '90000000', '94900999', '65100000', '65999999', NULL, 1652958844),
(96501, '3220', '925.00', '12', '25.001', '30', '90000000', '94900999', '65100000', '65999999', NULL, 1652958845),
(96502, '3298', '45.00', '9', '0.3', '5', '90000000', '94900999', '66000000', '66999999', NULL, 1652958845),
(96503, '3220', '137.00', '5', '0.3', '5', '90000000', '94900999', '66000000', '66999999', NULL, 1652958846),
(96504, '3298', '71.00', '9', '5.001', '10', '90000000', '94900999', '66000000', '66999999', NULL, 1652958846),
(96505, '3220', '214.00', '5', '5.001', '10', '90000000', '94900999', '66000000', '66999999', NULL, 1652958847),
(96506, '3298', '116.00', '9', '10.001', '15', '90000000', '94900999', '66000000', '66999999', NULL, 1652958847),
(96507, '3220', '346.00', '5', '10.001', '15', '90000000', '94900999', '66000000', '66999999', NULL, 1652958848),
(96508, '3298', '160.00', '9', '15.001', '20', '90000000', '94900999', '66000000', '66999999', NULL, 1652958848),
(96509, '3220', '479.00', '5', '15.001', '20', '90000000', '94900999', '66000000', '66999999', NULL, 1652958849),
(96510, '3298', '205.00', '9', '20.001', '25', '90000000', '94900999', '66000000', '66999999', NULL, 1652958849),
(96511, '3220', '612.00', '5', '20.001', '25', '90000000', '94900999', '66000000', '66999999', NULL, 1652958850),
(96512, '3298', '249.00', '9', '25.001', '30', '90000000', '94900999', '66000000', '66999999', NULL, 1652958851),
(96513, '3220', '744.00', '5', '25.001', '30', '90000000', '94900999', '66000000', '66999999', NULL, 1652958851),
(96514, '3298', '45.00', '9', '0.3', '5', '90000000', '94900999', '66000000', '67999999', NULL, 1652958852),
(96515, '3220', '137.00', '5', '0.3', '5', '90000000', '94900999', '66000000', '67999999', NULL, 1652958852),
(96516, '3298', '71.00', '9', '5.001', '10', '90000000', '94900999', '66000000', '67999999', NULL, 1652958853),
(96517, '3220', '214.00', '5', '5.001', '10', '90000000', '94900999', '66000000', '67999999', NULL, 1652958853),
(96518, '3298', '116.00', '9', '10.001', '15', '90000000', '94900999', '66000000', '67999999', NULL, 1652958854),
(96519, '3220', '346.00', '5', '10.001', '15', '90000000', '94900999', '66000000', '67999999', NULL, 1652958855),
(96520, '3298', '160.00', '9', '15.001', '20', '90000000', '94900999', '66000000', '67999999', NULL, 1652958855),
(96521, '3220', '479.00', '5', '15.001', '20', '90000000', '94900999', '66000000', '67999999', NULL, 1652958856),
(96522, '3298', '205.00', '9', '20.001', '25', '90000000', '94900999', '66000000', '67999999', NULL, 1652958857),
(96523, '3220', '612.00', '5', '20.001', '25', '90000000', '94900999', '66000000', '67999999', NULL, 1652958857),
(96524, '3298', '249.00', '9', '25.001', '30', '90000000', '94900999', '66000000', '67999999', NULL, 1652958858),
(96525, '3220', '744.00', '5', '25.001', '30', '90000000', '94900999', '66000000', '67999999', NULL, 1652958858),
(96526, '3298', '90.00', '13', '0.3', '5', '90000000', '94900999', '68000000', '68899999', NULL, 1652958859),
(96527, '3220', '183.00', '10', '0.3', '5', '90000000', '94900999', '68000000', '68899999', NULL, 1652958859),
(96528, '3298', '133.00', '13', '5.001', '10', '90000000', '94900999', '68000000', '68899999', NULL, 1652958860),
(96529, '3220', '266.00', '10', '5.001', '10', '90000000', '94900999', '68000000', '68899999', NULL, 1652958860),
(96530, '3298', '215.00', '13', '10.001', '15', '90000000', '94900999', '68000000', '68899999', NULL, 1652958861),
(96531, '3220', '430.00', '10', '10.001', '15', '90000000', '94900999', '68000000', '68899999', NULL, 1652958861),
(96532, '3298', '298.00', '13', '15.001', '20', '90000000', '94900999', '68000000', '68899999', NULL, 1652958862),
(96533, '3220', '595.00', '10', '15.001', '20', '90000000', '94900999', '68000000', '68899999', NULL, 1652958863),
(96534, '3298', '380.00', '13', '20.001', '25', '90000000', '94900999', '68000000', '68899999', NULL, 1652958863),
(96535, '3220', '760.00', '10', '20.001', '25', '90000000', '94900999', '68000000', '68899999', NULL, 1652958864),
(96536, '3298', '463.00', '13', '25.001', '30', '90000000', '94900999', '68000000', '68899999', NULL, 1652958865),
(96537, '3220', '925.00', '10', '25.001', '30', '90000000', '94900999', '68000000', '68899999', NULL, 1652958865),
(96538, '3298', '45.00', '20', '0.3', '5', '90000000', '94900999', '68900000', '68914999', NULL, 1652958866),
(96539, '3220', '137.00', '12', '0.3', '5', '90000000', '94900999', '68900000', '68914999', NULL, 1652958866),
(96540, '3298', '71.00', '20', '5.001', '10', '90000000', '94900999', '68900000', '68914999', NULL, 1652958867),
(96541, '3220', '214.00', '12', '5.001', '10', '90000000', '94900999', '68900000', '68914999', NULL, 1652958868),
(96542, '3298', '116.00', '20', '10.001', '15', '90000000', '94900999', '68900000', '68914999', NULL, 1652958868),
(96543, '3220', '346.00', '12', '10.001', '15', '90000000', '94900999', '68900000', '68914999', NULL, 1652958869),
(96544, '3298', '160.00', '20', '15.001', '20', '90000000', '94900999', '68900000', '68914999', NULL, 1652958869),
(96545, '3220', '479.00', '12', '15.001', '20', '90000000', '94900999', '68900000', '68914999', NULL, 1652958870),
(96546, '3298', '205.00', '20', '20.001', '25', '90000000', '94900999', '68900000', '68914999', NULL, 1652958870),
(96547, '3220', '612.00', '12', '20.001', '25', '90000000', '94900999', '68900000', '68914999', NULL, 1652958871),
(96548, '3298', '249.00', '20', '25.001', '30', '90000000', '94900999', '68900000', '68914999', NULL, 1652958872),
(96549, '3220', '744.00', '12', '25.001', '30', '90000000', '94900999', '68900000', '68914999', NULL, 1652958872),
(96550, '3298', '90.00', '23', '0.3', '5', '90000000', '94900999', '68915000', '68999999', NULL, 1652958873),
(96551, '3220', '183.00', '15', '0.3', '5', '90000000', '94900999', '68915000', '68999999', NULL, 1652958874),
(96552, '3298', '133.00', '23', '5.001', '10', '90000000', '94900999', '68915000', '68999999', NULL, 1652958874),
(96553, '3220', '266.00', '15', '5.001', '10', '90000000', '94900999', '68915000', '68999999', NULL, 1652958875),
(96554, '3298', '215.00', '23', '10.001', '15', '90000000', '94900999', '68915000', '68999999', NULL, 1652958875),
(96555, '3220', '430.00', '15', '10.001', '15', '90000000', '94900999', '68915000', '68999999', NULL, 1652958876),
(96556, '3298', '298.00', '23', '15.001', '20', '90000000', '94900999', '68915000', '68999999', NULL, 1652958876),
(96557, '3220', '595.00', '15', '15.001', '20', '90000000', '94900999', '68915000', '68999999', NULL, 1652958876),
(96558, '3298', '380.00', '23', '20.001', '25', '90000000', '94900999', '68915000', '68999999', NULL, 1652958877),
(96559, '3220', '760.00', '15', '20.001', '25', '90000000', '94900999', '68915000', '68999999', NULL, 1652958878),
(96560, '3298', '463.00', '23', '25.001', '30', '90000000', '94900999', '68915000', '68999999', NULL, 1652958878),
(96561, '3220', '925.00', '15', '25.001', '30', '90000000', '94900999', '68915000', '68999999', NULL, 1652958879),
(96562, '3298', '45.00', '22', '0.3', '5', '90000000', '94900999', '69000000', '69099999', NULL, 1652958879),
(96563, '3220', '137.00', '3', '0.3', '5', '90000000', '94900999', '69000000', '69099999', NULL, 1652958880),
(96564, '3298', '71.00', '22', '5.001', '10', '90000000', '94900999', '69000000', '69099999', NULL, 1652958881),
(96565, '3220', '214.00', '3', '5.001', '10', '90000000', '94900999', '69000000', '69099999', NULL, 1652958881),
(96566, '3298', '116.00', '22', '10.001', '15', '90000000', '94900999', '69000000', '69099999', NULL, 1652958882),
(96567, '3220', '346.00', '3', '10.001', '15', '90000000', '94900999', '69000000', '69099999', NULL, 1652958882),
(96568, '3298', '160.00', '22', '15.001', '20', '90000000', '94900999', '69000000', '69099999', NULL, 1652958883),
(96569, '3220', '479.00', '3', '15.001', '20', '90000000', '94900999', '69000000', '69099999', NULL, 1652958884),
(96570, '3298', '205.00', '22', '20.001', '25', '90000000', '94900999', '69000000', '69099999', NULL, 1652958884),
(96571, '3220', '612.00', '3', '20.001', '25', '90000000', '94900999', '69000000', '69099999', NULL, 1652958885),
(96572, '3298', '249.00', '22', '25.001', '30', '90000000', '94900999', '69000000', '69099999', NULL, 1652958885),
(96573, '3220', '744.00', '3', '25.001', '30', '90000000', '94900999', '69000000', '69099999', NULL, 1652958886),
(96574, '3298', '90.00', '31', '0.3', '5', '90000000', '94900999', '69100000', '69299999', NULL, 1652958887),
(96575, '3220', '183.00', '8', '0.3', '5', '90000000', '94900999', '69100000', '69299999', NULL, 1652958887),
(96576, '3298', '133.00', '31', '5.001', '10', '90000000', '94900999', '69100000', '69299999', NULL, 1652958888),
(96577, '3220', '266.00', '8', '5.001', '10', '90000000', '94900999', '69100000', '69299999', NULL, 1652958888),
(96578, '3298', '215.00', '31', '10.001', '15', '90000000', '94900999', '69100000', '69299999', NULL, 1652958889),
(96579, '3220', '430.00', '8', '10.001', '15', '90000000', '94900999', '69100000', '69299999', NULL, 1652958890),
(96580, '3298', '298.00', '31', '15.001', '20', '90000000', '94900999', '69100000', '69299999', NULL, 1652958890),
(96581, '3220', '595.00', '8', '15.001', '20', '90000000', '94900999', '69100000', '69299999', NULL, 1652958891),
(96582, '3298', '380.00', '31', '20.001', '25', '90000000', '94900999', '69100000', '69299999', NULL, 1652958891),
(96583, '3220', '760.00', '8', '20.001', '25', '90000000', '94900999', '69100000', '69299999', NULL, 1652958892),
(96584, '3298', '463.00', '31', '25.001', '30', '90000000', '94900999', '69100000', '69299999', NULL, 1652958893),
(96585, '3220', '925.00', '8', '25.001', '30', '90000000', '94900999', '69100000', '69299999', NULL, 1652958893),
(96586, '3298', '45.00', '22', '0.3', '5', '90000000', '94900999', '69300000', '69339999', NULL, 1652958894),
(96587, '3220', '137.00', '3', '0.3', '5', '90000000', '94900999', '69300000', '69339999', NULL, 1652958894),
(96588, '3298', '71.00', '22', '5.001', '10', '90000000', '94900999', '69300000', '69339999', NULL, 1652958895),
(96589, '3220', '214.00', '3', '5.001', '10', '90000000', '94900999', '69300000', '69339999', NULL, 1652958896),
(96590, '3298', '116.00', '22', '10.001', '15', '90000000', '94900999', '69300000', '69339999', NULL, 1652958896),
(96591, '3220', '346.00', '3', '10.001', '15', '90000000', '94900999', '69300000', '69339999', NULL, 1652958897),
(96592, '3298', '160.00', '22', '15.001', '20', '90000000', '94900999', '69300000', '69339999', NULL, 1652958898),
(96593, '3220', '479.00', '3', '15.001', '20', '90000000', '94900999', '69300000', '69339999', NULL, 1652958898),
(96594, '3298', '205.00', '22', '20.001', '25', '90000000', '94900999', '69300000', '69339999', NULL, 1652958899),
(96595, '3220', '612.00', '3', '20.001', '25', '90000000', '94900999', '69300000', '69339999', NULL, 1652958899),
(96596, '3298', '249.00', '22', '25.001', '30', '90000000', '94900999', '69300000', '69339999', NULL, 1652958900),
(96597, '3220', '744.00', '3', '25.001', '30', '90000000', '94900999', '69300000', '69339999', NULL, 1652958900),
(96598, '3298', '90.00', '31', '0.3', '5', '90000000', '94900999', '69340000', '69389999', NULL, 1652958901),
(96599, '3220', '183.00', '11', '0.3', '5', '90000000', '94900999', '69340000', '69389999', NULL, 1652958902),
(96600, '3298', '133.00', '31', '5.001', '10', '90000000', '94900999', '69340000', '69389999', NULL, 1652958902),
(96601, '3220', '266.00', '11', '5.001', '10', '90000000', '94900999', '69340000', '69389999', NULL, 1652958903),
(96602, '3298', '215.00', '31', '10.001', '15', '90000000', '94900999', '69340000', '69389999', NULL, 1652958904),
(96603, '3220', '430.00', '11', '10.001', '15', '90000000', '94900999', '69340000', '69389999', NULL, 1652958904),
(96604, '3298', '298.00', '31', '15.001', '20', '90000000', '94900999', '69340000', '69389999', NULL, 1652958905),
(96605, '3220', '595.00', '11', '15.001', '20', '90000000', '94900999', '69340000', '69389999', NULL, 1652958905),
(96606, '3298', '380.00', '31', '20.001', '25', '90000000', '94900999', '69340000', '69389999', NULL, 1652958906),
(96607, '3220', '760.00', '11', '20.001', '25', '90000000', '94900999', '69340000', '69389999', NULL, 1652958906),
(96608, '3298', '463.00', '31', '25.001', '30', '90000000', '94900999', '69340000', '69389999', NULL, 1652958907),
(96609, '3220', '925.00', '11', '25.001', '30', '90000000', '94900999', '69340000', '69389999', NULL, 1652958908),
(96610, '3298', '45.00', '10', '0.3', '5', '90000000', '94900999', '69900000', '69920999', NULL, 1652958908),
(96611, '3220', '137.00', '6', '0.3', '5', '90000000', '94900999', '69900000', '69920999', NULL, 1652958909),
(96612, '3298', '71.00', '10', '5.001', '10', '90000000', '94900999', '69900000', '69920999', NULL, 1652958910),
(96613, '3220', '214.00', '6', '5.001', '10', '90000000', '94900999', '69900000', '69920999', NULL, 1652958910),
(96614, '3298', '116.00', '10', '10.001', '15', '90000000', '94900999', '69900000', '69920999', NULL, 1652958911),
(96615, '3220', '346.00', '6', '10.001', '15', '90000000', '94900999', '69900000', '69920999', NULL, 1652958911),
(96616, '3298', '160.00', '10', '15.001', '20', '90000000', '94900999', '69900000', '69920999', NULL, 1652958912),
(96617, '3220', '479.00', '6', '15.001', '20', '90000000', '94900999', '69900000', '69920999', NULL, 1652958912),
(96618, '3298', '205.00', '10', '20.001', '25', '90000000', '94900999', '69900000', '69920999', NULL, 1652958913),
(96619, '3220', '612.00', '6', '20.001', '25', '90000000', '94900999', '69900000', '69920999', NULL, 1652958913),
(96620, '3298', '249.00', '10', '25.001', '30', '90000000', '94900999', '69900000', '69920999', NULL, 1652958914),
(96621, '3220', '744.00', '6', '25.001', '30', '90000000', '94900999', '69900000', '69920999', NULL, 1652958915),
(96622, '3298', '90.00', '16', '0.3', '5', '90000000', '94900999', '69921000', '69999999', NULL, 1652958915),
(96623, '3220', '183.00', '12', '0.3', '5', '90000000', '94900999', '69921000', '69999999', NULL, 1652958916),
(96624, '3298', '133.00', '16', '5.001', '10', '90000000', '94900999', '69921000', '69999999', NULL, 1652958916),
(96625, '3220', '266.00', '12', '5.001', '10', '90000000', '94900999', '69921000', '69999999', NULL, 1652958917),
(96626, '3298', '215.00', '16', '10.001', '15', '90000000', '94900999', '69921000', '69999999', NULL, 1652958918),
(96627, '3220', '430.00', '12', '10.001', '15', '90000000', '94900999', '69921000', '69999999', NULL, 1652958918),
(96628, '3298', '298.00', '16', '15.001', '20', '90000000', '94900999', '69921000', '69999999', NULL, 1652958919),
(96629, '3220', '595.00', '12', '15.001', '20', '90000000', '94900999', '69921000', '69999999', NULL, 1652958920),
(96630, '3298', '380.00', '16', '20.001', '25', '90000000', '94900999', '69921000', '69999999', NULL, 1652958920),
(96631, '3220', '760.00', '12', '20.001', '25', '90000000', '94900999', '69921000', '69999999', NULL, 1652958921),
(96632, '3298', '463.00', '16', '25.001', '30', '90000000', '94900999', '69921000', '69999999', NULL, 1652958921),
(96633, '3220', '925.00', '12', '25.001', '30', '90000000', '94900999', '69921000', '69999999', NULL, 1652958922),
(96634, '3298', '45.00', '6', '0.3', '5', '90000000', '94900999', '71000000', '73699999', NULL, 1652958922),
(96635, '3220', '137.00', '2', '0.3', '5', '90000000', '94900999', '71000000', '73699999', NULL, 1652958923),
(96636, '3298', '71.00', '6', '5.001', '10', '90000000', '94900999', '71000000', '73699999', NULL, 1652958923),
(96637, '3220', '214.00', '2', '5.001', '10', '90000000', '94900999', '71000000', '73699999', NULL, 1652958924),
(96638, '3298', '116.00', '6', '10.001', '15', '90000000', '94900999', '71000000', '73699999', NULL, 1652958925),
(96639, '3220', '346.00', '2', '10.001', '15', '90000000', '94900999', '71000000', '73699999', NULL, 1652958925),
(96640, '3298', '160.00', '6', '15.001', '20', '90000000', '94900999', '71000000', '73699999', NULL, 1652958926),
(96641, '3220', '479.00', '2', '15.001', '20', '90000000', '94900999', '71000000', '73699999', NULL, 1652958927),
(96642, '3298', '205.00', '6', '20.001', '25', '90000000', '94900999', '71000000', '73699999', NULL, 1652958928),
(96643, '3220', '612.00', '2', '20.001', '25', '90000000', '94900999', '71000000', '73699999', NULL, 1652958928),
(96644, '3298', '249.00', '6', '25.001', '30', '90000000', '94900999', '71000000', '73699999', NULL, 1652958929),
(96645, '3220', '744.00', '2', '25.001', '30', '90000000', '94900999', '71000000', '73699999', NULL, 1652958930),
(96646, '3298', '45.00', '7', '0.3', '5', '90000000', '94900999', '72800000', '73999999', NULL, 1652958930),
(96647, '3220', '137.00', '3', '0.3', '5', '90000000', '94900999', '72800000', '73999999', NULL, 1652958931),
(96648, '3298', '71.00', '7', '5.001', '10', '90000000', '94900999', '72800000', '73999999', NULL, 1652958931),
(96649, '3220', '214.00', '3', '5.001', '10', '90000000', '94900999', '72800000', '73999999', NULL, 1652958932),
(96650, '3298', '116.00', '7', '10.001', '15', '90000000', '94900999', '72800000', '73999999', NULL, 1652958932),
(96651, '3220', '346.00', '3', '10.001', '15', '90000000', '94900999', '72800000', '73999999', NULL, 1652958933),
(96652, '3298', '160.00', '7', '15.001', '20', '90000000', '94900999', '72800000', '73999999', NULL, 1652958934),
(96653, '3220', '479.00', '3', '15.001', '20', '90000000', '94900999', '72800000', '73999999', NULL, 1652958934),
(96654, '3298', '205.00', '7', '20.001', '25', '90000000', '94900999', '72800000', '73999999', NULL, 1652958935),
(96655, '3220', '612.00', '3', '20.001', '25', '90000000', '94900999', '72800000', '73999999', NULL, 1652958935),
(96656, '3298', '249.00', '7', '25.001', '30', '90000000', '94900999', '72800000', '73999999', NULL, 1652958936),
(96657, '3220', '744.00', '3', '25.001', '30', '90000000', '94900999', '72800000', '73999999', NULL, 1652958936),
(96658, '3298', '45.00', '7', '0.3', '5', '90000000', '94900999', '74000000', '74894999', NULL, 1652958937),
(96659, '3220', '137.00', '3', '0.3', '5', '90000000', '94900999', '74000000', '74894999', NULL, 1652958937),
(96660, '3298', '71.00', '7', '5.001', '10', '90000000', '94900999', '74000000', '74894999', NULL, 1652958938),
(96661, '3220', '214.00', '3', '5.001', '10', '90000000', '94900999', '74000000', '74894999', NULL, 1652958938),
(96662, '3298', '116.00', '7', '10.001', '15', '90000000', '94900999', '74000000', '74894999', NULL, 1652958939),
(96663, '3220', '346.00', '3', '10.001', '15', '90000000', '94900999', '74000000', '74894999', NULL, 1652958940),
(96664, '3298', '160.00', '7', '15.001', '20', '90000000', '94900999', '74000000', '74894999', NULL, 1652958940),
(96665, '3220', '479.00', '3', '15.001', '20', '90000000', '94900999', '74000000', '74894999', NULL, 1652958941),
(96666, '3298', '205.00', '7', '20.001', '25', '90000000', '94900999', '74000000', '74894999', NULL, 1652958941),
(96667, '3220', '612.00', '3', '20.001', '25', '90000000', '94900999', '74000000', '74894999', NULL, 1652958942),
(96668, '3298', '249.00', '7', '25.001', '30', '90000000', '94900999', '74000000', '74894999', NULL, 1652958943),
(96669, '3220', '744.00', '3', '25.001', '30', '90000000', '94900999', '74000000', '74894999', NULL, 1652958943),
(96670, '3298', '45.00', '7', '0.3', '5', '90000000', '94900999', '74895000', '76799999', NULL, 1652958944),
(96671, '3220', '137.00', '3', '0.3', '5', '90000000', '94900999', '74895000', '76799999', NULL, 1652958944),
(96672, '3298', '71.00', '7', '5.001', '10', '90000000', '94900999', '74895000', '76799999', NULL, 1652958945),
(96673, '3220', '214.00', '3', '5.001', '10', '90000000', '94900999', '74895000', '76799999', NULL, 1652958946),
(96674, '3298', '116.00', '7', '10.001', '15', '90000000', '94900999', '74895000', '76799999', NULL, 1652958946),
(96675, '3220', '346.00', '3', '10.001', '15', '90000000', '94900999', '74895000', '76799999', NULL, 1652958947),
(96676, '3298', '160.00', '7', '15.001', '20', '90000000', '94900999', '74895000', '76799999', NULL, 1652958947),
(96677, '3220', '479.00', '3', '15.001', '20', '90000000', '94900999', '74895000', '76799999', NULL, 1652958948),
(96678, '3298', '205.00', '7', '20.001', '25', '90000000', '94900999', '74895000', '76799999', NULL, 1652958948),
(96679, '3220', '612.00', '3', '20.001', '25', '90000000', '94900999', '74895000', '76799999', NULL, 1652958949),
(96680, '3298', '249.00', '7', '25.001', '30', '90000000', '94900999', '74895000', '76799999', NULL, 1652958950),
(96681, '3220', '744.00', '3', '25.001', '30', '90000000', '94900999', '74895000', '76799999', NULL, 1652958950),
(96682, '3298', '45.00', '7', '0.3', '5', '90000000', '94900999', '77000000', '77270999', NULL, 1652958951),
(96683, '3220', '137.00', '3', '0.3', '5', '90000000', '94900999', '77000000', '77270999', NULL, 1652958951),
(96684, '3298', '71.00', '7', '5.001', '10', '90000000', '94900999', '77000000', '77270999', NULL, 1652958952),
(96685, '3220', '214.00', '3', '5.001', '10', '90000000', '94900999', '77000000', '77270999', NULL, 1652958952),
(96686, '3298', '116.00', '7', '10.001', '15', '90000000', '94900999', '77000000', '77270999', NULL, 1652958953),
(96687, '3220', '346.00', '3', '10.001', '15', '90000000', '94900999', '77000000', '77270999', NULL, 1652958954),
(96688, '3298', '160.00', '7', '15.001', '20', '90000000', '94900999', '77000000', '77270999', NULL, 1652958954),
(96689, '3220', '479.00', '3', '15.001', '20', '90000000', '94900999', '77000000', '77270999', NULL, 1652958954),
(96690, '3298', '205.00', '7', '20.001', '25', '90000000', '94900999', '77000000', '77270999', NULL, 1652958955),
(96691, '3220', '612.00', '3', '20.001', '25', '90000000', '94900999', '77000000', '77270999', NULL, 1652958956),
(96692, '3298', '249.00', '7', '25.001', '30', '90000000', '94900999', '77000000', '77270999', NULL, 1652958956),
(96693, '3220', '744.00', '3', '25.001', '30', '90000000', '94900999', '77000000', '77270999', NULL, 1652958957),
(96694, '3298', '90.00', '8', '0.3', '5', '90000000', '94900999', '77300000', '77995999', NULL, 1652958957),
(96695, '3220', '183.00', '4', '0.3', '5', '90000000', '94900999', '77300000', '77995999', NULL, 1652958958),
(96696, '3298', '133.00', '8', '5.001', '10', '90000000', '94900999', '77300000', '77995999', NULL, 1652958958),
(96697, '3220', '266.00', '4', '5.001', '10', '90000000', '94900999', '77300000', '77995999', NULL, 1652958959),
(96698, '3298', '215.00', '8', '10.001', '15', '90000000', '94900999', '77300000', '77995999', NULL, 1652958960),
(96699, '3220', '430.00', '4', '10.001', '15', '90000000', '94900999', '77300000', '77995999', NULL, 1652958960),
(96700, '3298', '298.00', '8', '15.001', '20', '90000000', '94900999', '77300000', '77995999', NULL, 1652958961),
(96701, '3220', '595.00', '4', '15.001', '20', '90000000', '94900999', '77300000', '77995999', NULL, 1652958961),
(96702, '3298', '380.00', '8', '20.001', '25', '90000000', '94900999', '77300000', '77995999', NULL, 1652958962),
(96703, '3220', '760.00', '4', '20.001', '25', '90000000', '94900999', '77300000', '77995999', NULL, 1652958963),
(96704, '3298', '463.00', '8', '25.001', '30', '90000000', '94900999', '77300000', '77995999', NULL, 1652958964),
(96705, '3220', '925.00', '4', '25.001', '30', '90000000', '94900999', '77300000', '77995999', NULL, 1652958964),
(96706, '3298', '45.00', '9', '0.3', '5', '90000000', '94900999', '78000000', '78109999', NULL, 1652958965),
(96707, '3220', '137.00', '5', '0.3', '5', '90000000', '94900999', '78000000', '78109999', NULL, 1652958965),
(96708, '3298', '71.00', '9', '5.001', '10', '90000000', '94900999', '78000000', '78109999', NULL, 1652958966),
(96709, '3220', '214.00', '5', '5.001', '10', '90000000', '94900999', '78000000', '78109999', NULL, 1652958966),
(96710, '3298', '116.00', '9', '10.001', '15', '90000000', '94900999', '78000000', '78109999', NULL, 1652958967),
(96711, '3220', '346.00', '5', '10.001', '15', '90000000', '94900999', '78000000', '78109999', NULL, 1652958967),
(96712, '3298', '160.00', '9', '15.001', '20', '90000000', '94900999', '78000000', '78109999', NULL, 1652958968),
(96713, '3220', '479.00', '5', '15.001', '20', '90000000', '94900999', '78000000', '78109999', NULL, 1652958968),
(96714, '3298', '205.00', '9', '20.001', '25', '90000000', '94900999', '78000000', '78109999', NULL, 1652958969),
(96715, '3220', '612.00', '5', '20.001', '25', '90000000', '94900999', '78000000', '78109999', NULL, 1652958970),
(96716, '3298', '249.00', '9', '25.001', '30', '90000000', '94900999', '78000000', '78109999', NULL, 1652958970),
(96717, '3220', '744.00', '5', '25.001', '30', '90000000', '94900999', '78000000', '78109999', NULL, 1652958970),
(96718, '3298', '90.00', '11', '0.3', '5', '90000000', '94900999', '78110000', '78899999', NULL, 1652958971),
(96719, '3220', '183.00', '8', '0.3', '5', '90000000', '94900999', '78110000', '78899999', NULL, 1652958971),
(96720, '3298', '133.00', '11', '5.001', '10', '90000000', '94900999', '78110000', '78899999', NULL, 1652958972),
(96721, '3220', '266.00', '8', '5.001', '10', '90000000', '94900999', '78110000', '78899999', NULL, 1652958973),
(96722, '3298', '215.00', '11', '10.001', '15', '90000000', '94900999', '78110000', '78899999', NULL, 1652958973),
(96723, '3220', '430.00', '8', '10.001', '15', '90000000', '94900999', '78110000', '78899999', NULL, 1652958974),
(96724, '3298', '298.00', '11', '15.001', '20', '90000000', '94900999', '78110000', '78899999', NULL, 1652958974),
(96725, '3220', '595.00', '8', '15.001', '20', '90000000', '94900999', '78110000', '78899999', NULL, 1652958975),
(96726, '3298', '380.00', '11', '20.001', '25', '90000000', '94900999', '78110000', '78899999', NULL, 1652958976),
(96727, '3220', '760.00', '8', '20.001', '25', '90000000', '94900999', '78110000', '78899999', NULL, 1652958976),
(96728, '3298', '463.00', '11', '25.001', '30', '90000000', '94900999', '78110000', '78899999', NULL, 1652958977),
(96729, '3220', '925.00', '8', '25.001', '30', '90000000', '94900999', '78110000', '78899999', NULL, 1652958977),
(96730, '3298', '90.00', '11', '0.3', '5', '90000000', '94900999', '78900000', '78930999', NULL, 1652958978);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(96731, '3220', '183.00', '7', '0.3', '5', '90000000', '94900999', '78900000', '78930999', NULL, 1652958978),
(96732, '3298', '133.00', '11', '5.001', '10', '90000000', '94900999', '78900000', '78930999', NULL, 1652958979),
(96733, '3220', '266.00', '7', '5.001', '10', '90000000', '94900999', '78900000', '78930999', NULL, 1652958979),
(96734, '3298', '215.00', '11', '10.001', '15', '90000000', '94900999', '78900000', '78930999', NULL, 1652958980),
(96735, '3220', '430.00', '7', '10.001', '15', '90000000', '94900999', '78900000', '78930999', NULL, 1652958980),
(96736, '3298', '298.00', '11', '15.001', '20', '90000000', '94900999', '78900000', '78930999', NULL, 1652958981),
(96737, '3220', '595.00', '7', '15.001', '20', '90000000', '94900999', '78900000', '78930999', NULL, 1652958981),
(96738, '3298', '380.00', '11', '20.001', '25', '90000000', '94900999', '78900000', '78930999', NULL, 1652958982),
(96739, '3220', '760.00', '7', '20.001', '25', '90000000', '94900999', '78900000', '78930999', NULL, 1652958982),
(96740, '3298', '463.00', '11', '25.001', '30', '90000000', '94900999', '78900000', '78930999', NULL, 1652958983),
(96741, '3220', '925.00', '7', '25.001', '30', '90000000', '94900999', '78900000', '78930999', NULL, 1652958983),
(96742, '3298', '90.00', '10', '0.3', '5', '90000000', '94900999', '78931000', '78999999', NULL, 1652958984),
(96743, '3220', '183.00', '6', '0.3', '5', '90000000', '94900999', '78931000', '78999999', NULL, 1652958984),
(96744, '3298', '133.00', '10', '5.001', '10', '90000000', '94900999', '78931000', '78999999', NULL, 1652958985),
(96745, '3220', '266.00', '6', '5.001', '10', '90000000', '94900999', '78931000', '78999999', NULL, 1652958986),
(96746, '3298', '215.00', '10', '10.001', '15', '90000000', '94900999', '78931000', '78999999', NULL, 1652958986),
(96747, '3220', '430.00', '6', '10.001', '15', '90000000', '94900999', '78931000', '78999999', NULL, 1652958987),
(96748, '3298', '298.00', '10', '15.001', '20', '90000000', '94900999', '78931000', '78999999', NULL, 1652958987),
(96749, '3220', '595.00', '6', '15.001', '20', '90000000', '94900999', '78931000', '78999999', NULL, 1652958988),
(96750, '3298', '380.00', '10', '20.001', '25', '90000000', '94900999', '78931000', '78999999', NULL, 1652958988),
(96751, '3220', '760.00', '6', '20.001', '25', '90000000', '94900999', '78931000', '78999999', NULL, 1652958989),
(96752, '3298', '463.00', '10', '25.001', '30', '90000000', '94900999', '78931000', '78999999', NULL, 1652958989),
(96753, '3220', '925.00', '6', '25.001', '30', '90000000', '94900999', '78931000', '78999999', NULL, 1652958990),
(96754, '3298', '38.00', '7', '0.3', '5', '90000000', '94900999', '79000000', '79129999', NULL, 1652958991),
(96755, '3220', '113.00', '3', '0.3', '5', '90000000', '94900999', '79000000', '79129999', NULL, 1652958991),
(96756, '3298', '58.00', '7', '5.001', '10', '90000000', '94900999', '79000000', '79129999', NULL, 1652958992),
(96757, '3220', '176.00', '3', '5.001', '10', '90000000', '94900999', '79000000', '79129999', NULL, 1652958993),
(96758, '3298', '94.00', '7', '10.001', '15', '90000000', '94900999', '79000000', '79129999', NULL, 1652958993),
(96759, '3220', '286.00', '3', '10.001', '15', '90000000', '94900999', '79000000', '79129999', NULL, 1652958993),
(96760, '3298', '130.00', '7', '15.001', '20', '90000000', '94900999', '79000000', '79129999', NULL, 1652958994),
(96761, '3220', '396.00', '3', '15.001', '20', '90000000', '94900999', '79000000', '79129999', NULL, 1652958994),
(96762, '3298', '166.00', '7', '20.001', '25', '90000000', '94900999', '79000000', '79129999', NULL, 1652958995),
(96763, '3220', '505.00', '3', '20.001', '25', '90000000', '94900999', '79000000', '79129999', NULL, 1652958995),
(96764, '3298', '202.00', '7', '25.001', '30', '90000000', '94900999', '79000000', '79129999', NULL, 1652958996),
(96765, '3220', '615.00', '3', '25.001', '30', '90000000', '94900999', '79000000', '79129999', NULL, 1652958997),
(96766, '3298', '70.00', '12', '0.3', '5', '90000000', '94900999', '79130000', '79999999', NULL, 1652958997),
(96767, '3220', '157.00', '7', '0.3', '5', '90000000', '94900999', '79130000', '79999999', NULL, 1652958998),
(96768, '3298', '106.00', '12', '5.001', '10', '90000000', '94900999', '79130000', '79999999', NULL, 1652958998),
(96769, '3220', '226.00', '7', '5.001', '10', '90000000', '94900999', '79130000', '79999999', NULL, 1652958999),
(96770, '3298', '172.00', '12', '10.001', '15', '90000000', '94900999', '79130000', '79999999', NULL, 1652958999),
(96771, '3220', '367.00', '7', '10.001', '15', '90000000', '94900999', '79130000', '79999999', NULL, 1652959000),
(96772, '3298', '239.00', '12', '15.001', '20', '90000000', '94900999', '79130000', '79999999', NULL, 1652959000),
(96773, '3220', '508.00', '7', '15.001', '20', '90000000', '94900999', '79130000', '79999999', NULL, 1652959001),
(96774, '3298', '305.00', '12', '20.001', '25', '90000000', '94900999', '79130000', '79999999', NULL, 1652959001),
(96775, '3220', '649.00', '7', '20.001', '25', '90000000', '94900999', '79130000', '79999999', NULL, 1652959002),
(96776, '3298', '371.00', '12', '25.001', '30', '90000000', '94900999', '79130000', '79999999', NULL, 1652959003),
(96777, '3220', '789.00', '7', '25.001', '30', '90000000', '94900999', '79130000', '79999999', NULL, 1652959003),
(96778, '3298', '30.00', '7', '0.3', '5', '90000000', '94900999', '80000000', '82999999', NULL, 1652959004),
(96779, '3220', '59.00', '3', '0.3', '5', '90000000', '94900999', '80000000', '82999999', NULL, 1652959004),
(96780, '3298', '44.00', '7', '5.001', '10', '90000000', '94900999', '80000000', '82999999', NULL, 1652959005),
(96781, '3220', '93.00', '3', '5.001', '10', '90000000', '94900999', '80000000', '82999999', NULL, 1652959006),
(96782, '3298', '71.00', '7', '10.001', '15', '90000000', '94900999', '80000000', '82999999', NULL, 1652959006),
(96783, '3220', '150.00', '3', '10.001', '15', '90000000', '94900999', '80000000', '82999999', NULL, 1652959007),
(96784, '3298', '99.00', '7', '15.001', '20', '90000000', '94900999', '80000000', '82999999', NULL, 1652959007),
(96785, '3220', '208.00', '3', '15.001', '20', '90000000', '94900999', '80000000', '82999999', NULL, 1652959008),
(96786, '3298', '126.00', '7', '20.001', '25', '90000000', '94900999', '80000000', '82999999', NULL, 1652959008),
(96787, '3220', '266.00', '3', '20.001', '25', '90000000', '94900999', '80000000', '82999999', NULL, 1652959009),
(96788, '3298', '153.00', '7', '25.001', '30', '90000000', '94900999', '80000000', '82999999', NULL, 1652959010),
(96789, '3220', '324.00', '3', '25.001', '30', '90000000', '94900999', '80000000', '82999999', NULL, 1652959010),
(96790, '3298', '30.00', '7', '0.3', '5', '90000000', '94900999', '80000000', '83800999', NULL, 1652959011),
(96791, '3220', '59.00', '3', '0.3', '5', '90000000', '94900999', '80000000', '83800999', NULL, 1652959012),
(96792, '3298', '44.00', '7', '5.001', '10', '90000000', '94900999', '80000000', '83800999', NULL, 1652959012),
(96793, '3220', '93.00', '3', '5.001', '10', '90000000', '94900999', '80000000', '83800999', NULL, 1652959013),
(96794, '3298', '71.00', '7', '10.001', '15', '90000000', '94900999', '80000000', '83800999', NULL, 1652959013),
(96795, '3220', '150.00', '3', '10.001', '15', '90000000', '94900999', '80000000', '83800999', NULL, 1652959014),
(96796, '3298', '99.00', '7', '15.001', '20', '90000000', '94900999', '80000000', '83800999', NULL, 1652959014),
(96797, '3220', '208.00', '3', '15.001', '20', '90000000', '94900999', '80000000', '83800999', NULL, 1652959015),
(96798, '3298', '126.00', '7', '20.001', '25', '90000000', '94900999', '80000000', '83800999', NULL, 1652959015),
(96799, '3220', '266.00', '3', '20.001', '25', '90000000', '94900999', '80000000', '83800999', NULL, 1652959016),
(96800, '3298', '153.00', '7', '25.001', '30', '90000000', '94900999', '80000000', '83800999', NULL, 1652959016),
(96801, '3220', '324.00', '3', '25.001', '30', '90000000', '94900999', '80000000', '83800999', NULL, 1652959017),
(96802, '3298', '44.00', '10', '0.3', '5', '90000000', '94900999', '83801000', '87999999', NULL, 1652959017),
(96803, '3220', '102.00', '6', '0.3', '5', '90000000', '94900999', '83801000', '87999999', NULL, 1652959018),
(96804, '3298', '74.00', '10', '5.001', '10', '90000000', '94900999', '83801000', '87999999', NULL, 1652959018),
(96805, '3220', '141.00', '6', '5.001', '10', '90000000', '94900999', '83801000', '87999999', NULL, 1652959019),
(96806, '3298', '120.00', '10', '10.001', '15', '90000000', '94900999', '83801000', '87999999', NULL, 1652959019),
(96807, '3220', '229.00', '6', '10.001', '15', '90000000', '94900999', '83801000', '87999999', NULL, 1652959020),
(96808, '3298', '166.00', '10', '15.001', '20', '90000000', '94900999', '83801000', '87999999', NULL, 1652959020),
(96809, '3220', '316.00', '6', '15.001', '20', '90000000', '94900999', '83801000', '87999999', NULL, 1652959021),
(96810, '3298', '212.00', '10', '20.001', '25', '90000000', '94900999', '83801000', '87999999', NULL, 1652959021),
(96811, '3220', '404.00', '6', '20.001', '25', '90000000', '94900999', '83801000', '87999999', NULL, 1652959022),
(96812, '3298', '258.00', '10', '25.001', '30', '90000000', '94900999', '83801000', '87999999', NULL, 1652959022),
(96813, '3220', '492.00', '6', '25.001', '30', '90000000', '94900999', '83801000', '87999999', NULL, 1652959023),
(96814, '3298', '30.00', '6', '0.3', '5', '90000000', '94900999', '88000000', '82999999', NULL, 1652959023),
(96815, '3220', '59.00', '2', '0.3', '5', '90000000', '94900999', '88000000', '82999999', NULL, 1652959024),
(96816, '3298', '44.00', '6', '5.001', '10', '90000000', '94900999', '88000000', '82999999', NULL, 1652959024),
(96817, '3220', '93.00', '2', '5.001', '10', '90000000', '94900999', '88000000', '82999999', NULL, 1652959025),
(96818, '3298', '71.00', '6', '10.001', '15', '90000000', '94900999', '88000000', '82999999', NULL, 1652959025),
(96819, '3220', '150.00', '2', '10.001', '15', '90000000', '94900999', '88000000', '82999999', NULL, 1652959026),
(96820, '3298', '99.00', '6', '15.001', '20', '90000000', '94900999', '88000000', '82999999', NULL, 1652959026),
(96821, '3220', '208.00', '2', '15.001', '20', '90000000', '94900999', '88000000', '82999999', NULL, 1652959027),
(96822, '3298', '126.00', '6', '20.001', '25', '90000000', '94900999', '88000000', '82999999', NULL, 1652959027),
(96823, '3220', '266.00', '2', '20.001', '25', '90000000', '94900999', '88000000', '82999999', NULL, 1652959028),
(96824, '3298', '153.00', '6', '25.001', '30', '90000000', '94900999', '88000000', '82999999', NULL, 1652959028),
(96825, '3220', '324.00', '2', '25.001', '30', '90000000', '94900999', '88000000', '82999999', NULL, 1652959029),
(96826, '3298', '30.00', '6', '0.3', '5', '90000000', '94900999', '88000000', '88469999', NULL, 1652959029),
(96827, '3220', '59.00', '2', '0.3', '5', '90000000', '94900999', '88000000', '88469999', NULL, 1652959029),
(96828, '3298', '44.00', '6', '5.001', '10', '90000000', '94900999', '88000000', '88469999', NULL, 1652959030),
(96829, '3220', '93.00', '2', '5.001', '10', '90000000', '94900999', '88000000', '88469999', NULL, 1652959031),
(96830, '3298', '71.00', '6', '10.001', '15', '90000000', '94900999', '88000000', '88469999', NULL, 1652959031),
(96831, '3220', '150.00', '2', '10.001', '15', '90000000', '94900999', '88000000', '88469999', NULL, 1652959031),
(96832, '3298', '99.00', '6', '15.001', '20', '90000000', '94900999', '88000000', '88469999', NULL, 1652959032),
(96833, '3220', '208.00', '2', '15.001', '20', '90000000', '94900999', '88000000', '88469999', NULL, 1652959032),
(96834, '3298', '126.00', '6', '20.001', '25', '90000000', '94900999', '88000000', '88469999', NULL, 1652959033),
(96835, '3220', '266.00', '2', '20.001', '25', '90000000', '94900999', '88000000', '88469999', NULL, 1652959034),
(96836, '3298', '153.00', '6', '25.001', '30', '90000000', '94900999', '88000000', '88469999', NULL, 1652959034),
(96837, '3220', '324.00', '2', '25.001', '30', '90000000', '94900999', '88000000', '88469999', NULL, 1652959035),
(96838, '3298', '38.00', '7', '0.3', '5', '90000000', '94900999', '88470000', '89999999', NULL, 1652959035),
(96839, '3220', '85.00', '3', '0.3', '5', '90000000', '94900999', '88470000', '89999999', NULL, 1652959036),
(96840, '3298', '63.00', '7', '5.001', '10', '90000000', '94900999', '88470000', '89999999', NULL, 1652959036),
(96841, '3220', '118.00', '3', '5.001', '10', '90000000', '94900999', '88470000', '89999999', NULL, 1652959037),
(96842, '3298', '103.00', '7', '10.001', '15', '90000000', '94900999', '88470000', '89999999', NULL, 1652959037),
(96843, '3220', '192.00', '3', '10.001', '15', '90000000', '94900999', '88470000', '89999999', NULL, 1652959038),
(96844, '3298', '142.00', '7', '15.001', '20', '90000000', '94900999', '88470000', '89999999', NULL, 1652959039),
(96845, '3220', '266.00', '3', '15.001', '20', '90000000', '94900999', '88470000', '89999999', NULL, 1652959039),
(96846, '3298', '182.00', '7', '20.001', '25', '90000000', '94900999', '88470000', '89999999', NULL, 1652959040),
(96847, '3220', '339.00', '3', '20.001', '25', '90000000', '94900999', '88470000', '89999999', NULL, 1652959040),
(96848, '3298', '221.00', '7', '25.001', '30', '90000000', '94900999', '88470000', '89999999', NULL, 1652959041),
(96849, '3220', '413.00', '3', '25.001', '30', '90000000', '94900999', '88470000', '89999999', NULL, 1652959041),
(96850, '3298', '25.00', '6', '0.3', '5', '90000000', '94900999', '90000000', '91999999', NULL, 1652959042),
(96851, '3220', '21.00', '2', '0.3', '5', '90000000', '94900999', '90000000', '91999999', NULL, 1652959042),
(96852, '3298', '31.00', '6', '5.001', '10', '90000000', '94900999', '90000000', '91999999', NULL, 1652959043),
(96853, '3220', '27.00', '2', '5.001', '10', '90000000', '94900999', '90000000', '91999999', NULL, 1652959044),
(96854, '3298', '51.00', '6', '10.001', '15', '90000000', '94900999', '90000000', '91999999', NULL, 1652959044),
(96855, '3220', '44.00', '2', '10.001', '15', '90000000', '94900999', '90000000', '91999999', NULL, 1652959044),
(96856, '3298', '71.00', '6', '15.001', '20', '90000000', '94900999', '90000000', '91999999', NULL, 1652959045),
(96857, '3220', '61.00', '2', '15.001', '20', '90000000', '94900999', '90000000', '91999999', NULL, 1652959045),
(96858, '3298', '91.00', '6', '20.001', '25', '90000000', '94900999', '90000000', '91999999', NULL, 1652959046),
(96859, '3220', '78.00', '2', '20.001', '25', '90000000', '94900999', '90000000', '91999999', NULL, 1652959046),
(96860, '3298', '110.00', '6', '25.001', '30', '90000000', '94900999', '90000000', '91999999', NULL, 1652959047),
(96861, '3220', '95.00', '2', '25.001', '30', '90000000', '94900999', '90000000', '91999999', NULL, 1652959047),
(96862, '3298', '25.00', '5', '0.3', '5', '90000000', '94900999', '90000000', '94900999', NULL, 1652959048),
(96863, '3220', '21.00', '1', '0.3', '5', '90000000', '94900999', '90000000', '94900999', NULL, 1652959048),
(96864, '3298', '31.00', '5', '5.001', '10', '90000000', '94900999', '90000000', '94900999', NULL, 1652959049),
(96865, '3220', '27.00', '1', '5.001', '10', '90000000', '94900999', '90000000', '94900999', NULL, 1652959050),
(96866, '3298', '51.00', '5', '10.001', '15', '90000000', '94900999', '90000000', '94900999', NULL, 1652959050),
(96867, '3220', '44.00', '1', '10.001', '15', '90000000', '94900999', '90000000', '94900999', NULL, 1652959050),
(96868, '3298', '71.00', '5', '15.001', '20', '90000000', '94900999', '90000000', '94900999', NULL, 1652959051),
(96869, '3220', '61.00', '1', '15.001', '20', '90000000', '94900999', '90000000', '94900999', NULL, 1652959051),
(96870, '3298', '91.00', '5', '20.001', '25', '90000000', '94900999', '90000000', '94900999', NULL, 1652959052),
(96871, '3220', '78.00', '1', '20.001', '25', '90000000', '94900999', '90000000', '94900999', NULL, 1652959052),
(96872, '3298', '110.00', '5', '25.001', '30', '90000000', '94900999', '90000000', '94900999', NULL, 1652959053),
(96873, '3220', '95.00', '1', '25.001', '30', '90000000', '94900999', '90000000', '94900999', NULL, 1652959053),
(96874, '3298', '25.00', '7', '0.3', '5', '90000000', '94900999', '94901000', '99999999', NULL, 1652959053),
(96875, '3220', '34.00', '5', '0.3', '5', '90000000', '94900999', '94901000', '99999999', NULL, 1652959054),
(96876, '3298', '31.00', '7', '5.001', '10', '90000000', '94900999', '94901000', '99999999', NULL, 1652959054),
(96877, '3220', '48.00', '5', '5.001', '10', '90000000', '94900999', '94901000', '99999999', NULL, 1652959055),
(96878, '3298', '51.00', '7', '10.001', '15', '90000000', '94900999', '94901000', '99999999', NULL, 1652959055),
(96879, '3220', '78.00', '5', '10.001', '15', '90000000', '94900999', '94901000', '99999999', NULL, 1652959056),
(96880, '3298', '71.00', '7', '15.001', '20', '90000000', '94900999', '94901000', '99999999', NULL, 1652959056),
(96881, '3220', '108.00', '5', '15.001', '20', '90000000', '94900999', '94901000', '99999999', NULL, 1652959057),
(96882, '3298', '91.00', '7', '20.001', '25', '90000000', '94900999', '94901000', '99999999', NULL, 1652959057),
(96883, '3220', '138.00', '5', '20.001', '25', '90000000', '94900999', '94901000', '99999999', NULL, 1652959058),
(96884, '3298', '110.00', '7', '25.001', '30', '90000000', '94900999', '94901000', '99999999', NULL, 1652959058),
(96885, '3220', '168.00', '5', '25.001', '30', '90000000', '94900999', '94901000', '99999999', NULL, 1652959059),
(96886, '3298', '44.00', '10', '0.3', '5', '94901000', '99999999', '01000000', '08499999', NULL, 1652959059),
(96887, '3220', '102.00', '6', '0.3', '5', '94901000', '99999999', '01000000', '08499999', NULL, 1652959060),
(96888, '3298', '74.00', '10', '5.001', '10', '94901000', '99999999', '01000000', '08499999', NULL, 1652959060),
(96889, '3220', '141.00', '6', '5.001', '10', '94901000', '99999999', '01000000', '08499999', NULL, 1652959061),
(96890, '3298', '120.00', '10', '10.001', '15', '94901000', '99999999', '01000000', '08499999', NULL, 1652959062),
(96891, '3220', '229.00', '6', '10.001', '15', '94901000', '99999999', '01000000', '08499999', NULL, 1652959062),
(96892, '3298', '166.00', '10', '15.001', '20', '94901000', '99999999', '01000000', '08499999', NULL, 1652959063),
(96893, '3220', '316.00', '6', '15.001', '20', '94901000', '99999999', '01000000', '08499999', NULL, 1652959063),
(96894, '3298', '212.00', '10', '20.001', '25', '94901000', '99999999', '01000000', '08499999', NULL, 1652959064),
(96895, '3220', '404.00', '6', '20.001', '25', '94901000', '99999999', '01000000', '08499999', NULL, 1652959064),
(96896, '3298', '258.00', '10', '25.001', '30', '94901000', '99999999', '01000000', '08499999', NULL, 1652959065),
(96897, '3220', '492.00', '6', '25.001', '30', '94901000', '99999999', '01000000', '08499999', NULL, 1652959066),
(96898, '3298', '44.00', '10', '0.3', '5', '94901000', '99999999', '06000000', '09999999', NULL, 1652959066),
(96899, '3220', '102.00', '6', '0.3', '5', '94901000', '99999999', '06000000', '09999999', NULL, 1652959067),
(96900, '3298', '74.00', '10', '5.001', '10', '94901000', '99999999', '06000000', '09999999', NULL, 1652959067),
(96901, '3220', '141.00', '6', '5.001', '10', '94901000', '99999999', '06000000', '09999999', NULL, 1652959068),
(96902, '3298', '120.00', '10', '10.001', '15', '94901000', '99999999', '06000000', '09999999', NULL, 1652959069),
(96903, '3220', '229.00', '6', '10.001', '15', '94901000', '99999999', '06000000', '09999999', NULL, 1652959069),
(96904, '3298', '166.00', '10', '15.001', '20', '94901000', '99999999', '06000000', '09999999', NULL, 1652959070),
(96905, '3220', '316.00', '6', '15.001', '20', '94901000', '99999999', '06000000', '09999999', NULL, 1652959071),
(96906, '3298', '212.00', '10', '20.001', '25', '94901000', '99999999', '06000000', '09999999', NULL, 1652959071),
(96907, '3220', '404.00', '6', '20.001', '25', '94901000', '99999999', '06000000', '09999999', NULL, 1652959072),
(96908, '3298', '258.00', '10', '25.001', '30', '94901000', '99999999', '06000000', '09999999', NULL, 1652959072),
(96909, '3220', '492.00', '6', '25.001', '30', '94901000', '99999999', '06000000', '09999999', NULL, 1652959073),
(96910, '3298', '44.00', '11', '0.3', '5', '94901000', '99999999', '11000000', '11999999', NULL, 1652959074),
(96911, '3220', '102.00', '8', '0.3', '5', '94901000', '99999999', '11000000', '11999999', NULL, 1652959074),
(96912, '3298', '74.00', '11', '5.001', '10', '94901000', '99999999', '11000000', '11999999', NULL, 1652959075),
(96913, '3220', '141.00', '8', '5.001', '10', '94901000', '99999999', '11000000', '11999999', NULL, 1652959076),
(96914, '3298', '120.00', '11', '10.001', '15', '94901000', '99999999', '11000000', '11999999', NULL, 1652959076),
(96915, '3220', '229.00', '8', '10.001', '15', '94901000', '99999999', '11000000', '11999999', NULL, 1652959077),
(96916, '3298', '166.00', '11', '15.001', '20', '94901000', '99999999', '11000000', '11999999', NULL, 1652959078),
(96917, '3220', '316.00', '8', '15.001', '20', '94901000', '99999999', '11000000', '11999999', NULL, 1652959078),
(96918, '3298', '212.00', '11', '20.001', '25', '94901000', '99999999', '11000000', '11999999', NULL, 1652959079),
(96919, '3220', '404.00', '8', '20.001', '25', '94901000', '99999999', '11000000', '11999999', NULL, 1652959080),
(96920, '3298', '258.00', '11', '25.001', '30', '94901000', '99999999', '11000000', '11999999', NULL, 1652959080),
(96921, '3220', '492.00', '8', '25.001', '30', '94901000', '99999999', '11000000', '11999999', NULL, 1652959081),
(96922, '3298', '44.00', '10', '0.3', '5', '94901000', '99999999', '12000000', '19999999', NULL, 1652959082),
(96923, '3220', '102.00', '6', '0.3', '5', '94901000', '99999999', '12000000', '19999999', NULL, 1652959083),
(96924, '3298', '74.00', '10', '5.001', '10', '94901000', '99999999', '12000000', '19999999', NULL, 1652959083),
(96925, '3220', '141.00', '6', '5.001', '10', '94901000', '99999999', '12000000', '19999999', NULL, 1652959084),
(96926, '3298', '120.00', '10', '10.001', '15', '94901000', '99999999', '12000000', '19999999', NULL, 1652959084),
(96927, '3220', '229.00', '6', '10.001', '15', '94901000', '99999999', '12000000', '19999999', NULL, 1652959085),
(96928, '3298', '166.00', '10', '15.001', '20', '94901000', '99999999', '12000000', '19999999', NULL, 1652959085),
(96929, '3220', '316.00', '6', '15.001', '20', '94901000', '99999999', '12000000', '19999999', NULL, 1652959086),
(96930, '3298', '212.00', '10', '20.001', '25', '94901000', '99999999', '12000000', '19999999', NULL, 1652959087),
(96931, '3220', '404.00', '6', '20.001', '25', '94901000', '99999999', '12000000', '19999999', NULL, 1652959087),
(96932, '3298', '258.00', '10', '25.001', '30', '94901000', '99999999', '12000000', '19999999', NULL, 1652959088),
(96933, '3220', '492.00', '6', '25.001', '30', '94901000', '99999999', '12000000', '19999999', NULL, 1652959089),
(96934, '3298', '50.00', '12', '0.3', '5', '94901000', '99999999', '26601000', '28999999', NULL, 1652959102),
(96935, '3220', '124.00', '8', '0.3', '5', '94901000', '99999999', '26601000', '28999999', NULL, 1652959103),
(96936, '3298', '83.00', '12', '5.001', '10', '94901000', '99999999', '26601000', '28999999', NULL, 1652959104),
(96937, '3220', '175.00', '8', '5.001', '10', '94901000', '99999999', '26601000', '28999999', NULL, 1652959105),
(96938, '3298', '135.00', '12', '10.001', '15', '94901000', '99999999', '26601000', '28999999', NULL, 1652959106),
(96939, '3220', '283.00', '8', '10.001', '15', '94901000', '99999999', '26601000', '28999999', NULL, 1652959106),
(96940, '3298', '186.00', '12', '15.001', '20', '94901000', '99999999', '26601000', '28999999', NULL, 1652959107),
(96941, '3220', '392.00', '8', '15.001', '20', '94901000', '99999999', '26601000', '28999999', NULL, 1652959108),
(96942, '3298', '238.00', '12', '20.001', '25', '94901000', '99999999', '26601000', '28999999', NULL, 1652959108),
(96943, '3220', '500.00', '8', '20.001', '25', '94901000', '99999999', '26601000', '28999999', NULL, 1652959109),
(96944, '3298', '290.00', '12', '25.001', '30', '94901000', '99999999', '26601000', '28999999', NULL, 1652959109),
(96945, '3220', '609.00', '8', '25.001', '30', '94901000', '99999999', '26601000', '28999999', NULL, 1652959110),
(96946, '3298', '70.00', '10', '0.3', '5', '94901000', '99999999', '29000000', '29099999', NULL, 1652959111),
(96947, '3220', '157.00', '6', '0.3', '5', '94901000', '99999999', '29000000', '29099999', NULL, 1652959111),
(96948, '3298', '106.00', '10', '5.001', '10', '94901000', '99999999', '29000000', '29099999', NULL, 1652959112),
(96949, '3220', '226.00', '6', '5.001', '10', '94901000', '99999999', '29000000', '29099999', NULL, 1652959112),
(96950, '3298', '172.00', '10', '10.001', '15', '94901000', '99999999', '29000000', '29099999', NULL, 1652959113),
(96951, '3220', '367.00', '6', '10.001', '15', '94901000', '99999999', '29000000', '29099999', NULL, 1652959114),
(96952, '3298', '239.00', '10', '15.001', '20', '94901000', '99999999', '29000000', '29099999', NULL, 1652959114),
(96953, '3220', '508.00', '6', '15.001', '20', '94901000', '99999999', '29000000', '29099999', NULL, 1652959115),
(96954, '3298', '305.00', '10', '20.001', '25', '94901000', '99999999', '29000000', '29099999', NULL, 1652959116),
(96955, '3220', '649.00', '6', '20.001', '25', '94901000', '99999999', '29000000', '29099999', NULL, 1652959116),
(96956, '3298', '371.00', '10', '25.001', '30', '94901000', '99999999', '29000000', '29099999', NULL, 1652959117),
(96957, '3220', '789.00', '6', '25.001', '30', '94901000', '99999999', '29000000', '29099999', NULL, 1652959117),
(96958, '3298', '70.00', '12', '0.3', '5', '94901000', '99999999', '29100000', '29999999', NULL, 1652959118),
(96959, '3220', '157.00', '8', '0.3', '5', '94901000', '99999999', '29100000', '29999999', NULL, 1652959119),
(96960, '3298', '106.00', '12', '5.001', '10', '94901000', '99999999', '29100000', '29999999', NULL, 1652959119),
(96961, '3220', '226.00', '8', '5.001', '10', '94901000', '99999999', '29100000', '29999999', NULL, 1652959120),
(96962, '3298', '172.00', '12', '10.001', '15', '94901000', '99999999', '29100000', '29999999', NULL, 1652959120),
(96963, '3220', '367.00', '8', '10.001', '15', '94901000', '99999999', '29100000', '29999999', NULL, 1652959121),
(96964, '3298', '239.00', '12', '15.001', '20', '94901000', '99999999', '29100000', '29999999', NULL, 1652959121),
(96965, '3220', '508.00', '8', '15.001', '20', '94901000', '99999999', '29100000', '29999999', NULL, 1652959122),
(96966, '3298', '305.00', '12', '20.001', '25', '94901000', '99999999', '29100000', '29999999', NULL, 1652959123),
(96967, '3220', '649.00', '8', '20.001', '25', '94901000', '99999999', '29100000', '29999999', NULL, 1652959123),
(96968, '3298', '371.00', '12', '25.001', '30', '94901000', '99999999', '29100000', '29999999', NULL, 1652959124),
(96969, '3220', '789.00', '8', '25.001', '30', '94901000', '99999999', '29100000', '29999999', NULL, 1652959125),
(96970, '3298', '50.00', '10', '0.3', '5', '94901000', '99999999', '30000000', '31999999', NULL, 1652959125),
(96971, '3220', '124.00', '6', '0.3', '5', '94901000', '99999999', '30000000', '31999999', NULL, 1652959126),
(96972, '3298', '83.00', '10', '5.001', '10', '94901000', '99999999', '30000000', '31999999', NULL, 1652959127),
(96973, '3220', '175.00', '6', '5.001', '10', '94901000', '99999999', '30000000', '31999999', NULL, 1652959127),
(96974, '3298', '135.00', '10', '10.001', '15', '94901000', '99999999', '30000000', '31999999', NULL, 1652959128),
(96975, '3220', '283.00', '6', '10.001', '15', '94901000', '99999999', '30000000', '31999999', NULL, 1652959128),
(96976, '3298', '186.00', '10', '15.001', '20', '94901000', '99999999', '30000000', '31999999', NULL, 1652959128),
(96977, '3220', '392.00', '6', '15.001', '20', '94901000', '99999999', '30000000', '31999999', NULL, 1652959129),
(96978, '3298', '238.00', '10', '20.001', '25', '94901000', '99999999', '30000000', '31999999', NULL, 1652959130),
(96979, '3220', '500.00', '6', '20.001', '25', '94901000', '99999999', '30000000', '31999999', NULL, 1652959130),
(96980, '3298', '290.00', '10', '25.001', '30', '94901000', '99999999', '30000000', '31999999', NULL, 1652959131),
(96981, '3220', '609.00', '6', '25.001', '30', '94901000', '99999999', '30000000', '31999999', NULL, 1652959132),
(96982, '3298', '50.00', '10', '0.3', '5', '94901000', '99999999', '30000000', '34999999', NULL, 1652959132),
(96983, '3220', '124.00', '6', '0.3', '5', '94901000', '99999999', '30000000', '34999999', NULL, 1652959133),
(96984, '3298', '83.00', '10', '5.001', '10', '94901000', '99999999', '30000000', '34999999', NULL, 1652959134),
(96985, '3220', '175.00', '6', '5.001', '10', '94901000', '99999999', '30000000', '34999999', NULL, 1652959134),
(96986, '3298', '135.00', '10', '10.001', '15', '94901000', '99999999', '30000000', '34999999', NULL, 1652959135),
(96987, '3220', '283.00', '6', '10.001', '15', '94901000', '99999999', '30000000', '34999999', NULL, 1652959136),
(96988, '3298', '186.00', '10', '15.001', '20', '94901000', '99999999', '30000000', '34999999', NULL, 1652959136),
(96989, '3220', '392.00', '6', '15.001', '20', '94901000', '99999999', '30000000', '34999999', NULL, 1652959137),
(96990, '3298', '238.00', '10', '20.001', '25', '94901000', '99999999', '30000000', '34999999', NULL, 1652959138),
(96991, '3220', '500.00', '6', '20.001', '25', '94901000', '99999999', '30000000', '34999999', NULL, 1652959138),
(96992, '3298', '290.00', '10', '25.001', '30', '94901000', '99999999', '30000000', '34999999', NULL, 1652959139),
(96993, '3220', '609.00', '6', '25.001', '30', '94901000', '99999999', '30000000', '34999999', NULL, 1652959139),
(96994, '3298', '50.00', '12', '0.3', '5', '94901000', '99999999', '35000000', '39999999', NULL, 1652959140),
(96995, '3220', '124.00', '8', '0.3', '5', '94901000', '99999999', '35000000', '39999999', NULL, 1652959141),
(96996, '3298', '83.00', '12', '5.001', '10', '94901000', '99999999', '35000000', '39999999', NULL, 1652959141),
(96997, '3220', '175.00', '8', '5.001', '10', '94901000', '99999999', '35000000', '39999999', NULL, 1652959142),
(96998, '3298', '135.00', '12', '10.001', '15', '94901000', '99999999', '35000000', '39999999', NULL, 1652959142),
(96999, '3220', '283.00', '8', '10.001', '15', '94901000', '99999999', '35000000', '39999999', NULL, 1652959143),
(97000, '3298', '186.00', '12', '15.001', '20', '94901000', '99999999', '35000000', '39999999', NULL, 1652959144),
(97001, '3220', '392.00', '8', '15.001', '20', '94901000', '99999999', '35000000', '39999999', NULL, 1652959144),
(97002, '3298', '238.00', '12', '20.001', '25', '94901000', '99999999', '35000000', '39999999', NULL, 1652959145),
(97003, '3220', '500.00', '8', '20.001', '25', '94901000', '99999999', '35000000', '39999999', NULL, 1652959146),
(97004, '3298', '290.00', '12', '25.001', '30', '94901000', '99999999', '35000000', '39999999', NULL, 1652959146),
(97005, '3220', '609.00', '8', '25.001', '30', '94901000', '99999999', '35000000', '39999999', NULL, 1652959147),
(97006, '3298', '90.00', '10', '0.3', '5', '94901000', '99999999', '40000000', '41999999', NULL, 1652959148),
(97007, '3220', '183.00', '6', '0.3', '5', '94901000', '99999999', '40000000', '41999999', NULL, 1652959148),
(97008, '3298', '133.00', '10', '5.001', '10', '94901000', '99999999', '40000000', '41999999', NULL, 1652959149),
(97009, '3220', '266.00', '6', '5.001', '10', '94901000', '99999999', '40000000', '41999999', NULL, 1652959149),
(97010, '3298', '215.00', '10', '10.001', '15', '94901000', '99999999', '40000000', '41999999', NULL, 1652959150),
(97011, '3220', '430.00', '6', '10.001', '15', '94901000', '99999999', '40000000', '41999999', NULL, 1652959150),
(97012, '3298', '298.00', '10', '15.001', '20', '94901000', '99999999', '40000000', '41999999', NULL, 1652959151),
(97013, '3220', '595.00', '6', '15.001', '20', '94901000', '99999999', '40000000', '41999999', NULL, 1652959151),
(97014, '3298', '380.00', '10', '20.001', '25', '94901000', '99999999', '40000000', '41999999', NULL, 1652959152),
(97015, '3220', '760.00', '6', '20.001', '25', '94901000', '99999999', '40000000', '41999999', NULL, 1652959153),
(97016, '3298', '463.00', '10', '25.001', '30', '94901000', '99999999', '40000000', '41999999', NULL, 1652959154),
(97017, '3220', '925.00', '6', '25.001', '30', '94901000', '99999999', '40000000', '41999999', NULL, 1652959154),
(97018, '3298', '90.00', '10', '0.3', '5', '94901000', '99999999', '40000000', '44470999', NULL, 1652959155),
(97019, '3220', '183.00', '6', '0.3', '5', '94901000', '99999999', '40000000', '44470999', NULL, 1652959155),
(97020, '3298', '133.00', '10', '5.001', '10', '94901000', '99999999', '40000000', '44470999', NULL, 1652959156),
(97021, '3220', '266.00', '6', '5.001', '10', '94901000', '99999999', '40000000', '44470999', NULL, 1652959156),
(97022, '3298', '215.00', '10', '10.001', '15', '94901000', '99999999', '40000000', '44470999', NULL, 1652959157),
(97023, '3220', '430.00', '6', '10.001', '15', '94901000', '99999999', '40000000', '44470999', NULL, 1652959157),
(97024, '3298', '298.00', '10', '15.001', '20', '94901000', '99999999', '40000000', '44470999', NULL, 1652959158),
(97025, '3220', '595.00', '6', '15.001', '20', '94901000', '99999999', '40000000', '44470999', NULL, 1652959159),
(97026, '3298', '380.00', '10', '20.001', '25', '94901000', '99999999', '40000000', '44470999', NULL, 1652959159),
(97027, '3220', '760.00', '6', '20.001', '25', '94901000', '99999999', '40000000', '44470999', NULL, 1652959160),
(97028, '3298', '463.00', '10', '25.001', '30', '94901000', '99999999', '40000000', '44470999', NULL, 1652959161),
(97029, '3220', '925.00', '6', '25.001', '30', '94901000', '99999999', '40000000', '44470999', NULL, 1652959161),
(97030, '3298', '90.00', '12', '0.3', '5', '94901000', '99999999', '44471000', '48999999', NULL, 1652959162),
(97031, '3220', '183.00', '10', '0.3', '5', '94901000', '99999999', '44471000', '48999999', NULL, 1652959162),
(97032, '3298', '133.00', '12', '5.001', '10', '94901000', '99999999', '44471000', '48999999', NULL, 1652959163),
(97033, '3220', '266.00', '10', '5.001', '10', '94901000', '99999999', '44471000', '48999999', NULL, 1652959163),
(97034, '3298', '215.00', '12', '10.001', '15', '94901000', '99999999', '44471000', '48999999', NULL, 1652959164),
(97035, '3220', '430.00', '10', '10.001', '15', '94901000', '99999999', '44471000', '48999999', NULL, 1652959165),
(97036, '3298', '298.00', '12', '15.001', '20', '94901000', '99999999', '44471000', '48999999', NULL, 1652959165),
(97037, '3220', '595.00', '10', '15.001', '20', '94901000', '99999999', '44471000', '48999999', NULL, 1652959166),
(97038, '3298', '380.00', '12', '20.001', '25', '94901000', '99999999', '44471000', '48999999', NULL, 1652959166),
(97039, '3220', '760.00', '10', '20.001', '25', '94901000', '99999999', '44471000', '48999999', NULL, 1652959167),
(97040, '3298', '463.00', '12', '25.001', '30', '94901000', '99999999', '44471000', '48999999', NULL, 1652959168),
(97041, '3220', '925.00', '10', '25.001', '30', '94901000', '99999999', '44471000', '48999999', NULL, 1652959168),
(97042, '3298', '90.00', '13', '0.3', '5', '94901000', '99999999', '49000000', '49099999', NULL, 1652959169),
(97043, '3220', '183.00', '7', '0.3', '5', '94901000', '99999999', '49000000', '49099999', NULL, 1652959170),
(97044, '3298', '133.00', '13', '5.001', '10', '94901000', '99999999', '49000000', '49099999', NULL, 1652959170),
(97045, '3220', '266.00', '7', '5.001', '10', '94901000', '99999999', '49000000', '49099999', NULL, 1652959171),
(97046, '3298', '215.00', '13', '10.001', '15', '94901000', '99999999', '49000000', '49099999', NULL, 1652959171),
(97047, '3220', '430.00', '7', '10.001', '15', '94901000', '99999999', '49000000', '49099999', NULL, 1652959172),
(97048, '3298', '298.00', '13', '15.001', '20', '94901000', '99999999', '49000000', '49099999', NULL, 1652959172),
(97049, '3220', '595.00', '7', '15.001', '20', '94901000', '99999999', '49000000', '49099999', NULL, 1652959173),
(97050, '3298', '380.00', '13', '20.001', '25', '94901000', '99999999', '49000000', '49099999', NULL, 1652959173),
(97051, '3220', '760.00', '7', '20.001', '25', '94901000', '99999999', '49000000', '49099999', NULL, 1652959174),
(97052, '3298', '463.00', '13', '25.001', '30', '94901000', '99999999', '49000000', '49099999', NULL, 1652959174),
(97053, '3220', '925.00', '7', '25.001', '30', '94901000', '99999999', '49000000', '49099999', NULL, 1652959175),
(97054, '3298', '90.00', '15', '0.3', '5', '94901000', '99999999', '49100000', '49999999', NULL, 1652959176),
(97055, '3220', '183.00', '9', '0.3', '5', '94901000', '99999999', '49100000', '49999999', NULL, 1652959176),
(97056, '3298', '133.00', '15', '5.001', '10', '94901000', '99999999', '49100000', '49999999', NULL, 1652959177),
(97057, '3220', '266.00', '9', '5.001', '10', '94901000', '99999999', '49100000', '49999999', NULL, 1652959178),
(97058, '3298', '215.00', '15', '10.001', '15', '94901000', '99999999', '49100000', '49999999', NULL, 1652959178),
(97059, '3220', '430.00', '9', '10.001', '15', '94901000', '99999999', '49100000', '49999999', NULL, 1652959179),
(97060, '3298', '298.00', '15', '15.001', '20', '94901000', '99999999', '49100000', '49999999', NULL, 1652959179),
(97061, '3220', '595.00', '9', '15.001', '20', '94901000', '99999999', '49100000', '49999999', NULL, 1652959180),
(97062, '3298', '380.00', '15', '20.001', '25', '94901000', '99999999', '49100000', '49999999', NULL, 1652959180),
(97063, '3220', '760.00', '9', '20.001', '25', '94901000', '99999999', '49100000', '49999999', NULL, 1652959181),
(97064, '3298', '463.00', '15', '25.001', '30', '94901000', '99999999', '49100000', '49999999', NULL, 1652959181),
(97065, '3220', '925.00', '9', '25.001', '30', '94901000', '99999999', '49100000', '49999999', NULL, 1652959182),
(97066, '3298', '90.00', '12', '0.3', '5', '94901000', '99999999', '50000000', '52999999', NULL, 1652959182),
(97067, '3220', '183.00', '6', '0.3', '5', '94901000', '99999999', '50000000', '52999999', NULL, 1652959183),
(97068, '3298', '133.00', '12', '5.001', '10', '94901000', '99999999', '50000000', '52999999', NULL, 1652959183),
(97069, '3220', '266.00', '6', '5.001', '10', '94901000', '99999999', '50000000', '52999999', NULL, 1652959184),
(97070, '3298', '215.00', '12', '10.001', '15', '94901000', '99999999', '50000000', '52999999', NULL, 1652959184),
(97071, '3220', '430.00', '6', '10.001', '15', '94901000', '99999999', '50000000', '52999999', NULL, 1652959185),
(97072, '3298', '298.00', '12', '15.001', '20', '94901000', '99999999', '50000000', '52999999', NULL, 1652959186),
(97073, '3220', '595.00', '6', '15.001', '20', '94901000', '99999999', '50000000', '52999999', NULL, 1652959187),
(97074, '3298', '380.00', '12', '20.001', '25', '94901000', '99999999', '50000000', '52999999', NULL, 1652959187),
(97075, '3220', '760.00', '6', '20.001', '25', '94901000', '99999999', '50000000', '52999999', NULL, 1652959188),
(97076, '3298', '463.00', '12', '25.001', '30', '94901000', '99999999', '50000000', '52999999', NULL, 1652959188),
(97077, '3220', '925.00', '6', '25.001', '30', '94901000', '99999999', '50000000', '52999999', NULL, 1652959189),
(97078, '3298', '90.00', '12', '0.3', '5', '94901000', '99999999', '50000000', '54999999', NULL, 1652959189),
(97079, '3220', '183.00', '6', '0.3', '5', '94901000', '99999999', '50000000', '54999999', NULL, 1652959190),
(97080, '3298', '133.00', '12', '5.001', '10', '94901000', '99999999', '50000000', '54999999', NULL, 1652959190),
(97081, '3220', '266.00', '6', '5.001', '10', '94901000', '99999999', '50000000', '54999999', NULL, 1652959191),
(97082, '3298', '215.00', '12', '10.001', '15', '94901000', '99999999', '50000000', '54999999', NULL, 1652959191),
(97083, '3220', '430.00', '6', '10.001', '15', '94901000', '99999999', '50000000', '54999999', NULL, 1652959192),
(97084, '3298', '298.00', '12', '15.001', '20', '94901000', '99999999', '50000000', '54999999', NULL, 1652959192),
(97085, '3220', '595.00', '6', '15.001', '20', '94901000', '99999999', '50000000', '54999999', NULL, 1652959193),
(97086, '3298', '380.00', '12', '20.001', '25', '94901000', '99999999', '50000000', '54999999', NULL, 1652959193),
(97087, '3220', '760.00', '6', '20.001', '25', '94901000', '99999999', '50000000', '54999999', NULL, 1652959194),
(97088, '3298', '463.00', '12', '25.001', '30', '94901000', '99999999', '50000000', '54999999', NULL, 1652959194),
(97089, '3220', '925.00', '6', '25.001', '30', '94901000', '99999999', '50000000', '54999999', NULL, 1652959195),
(97090, '3298', '90.00', '16', '0.3', '5', '94901000', '99999999', '55000000', '56999999', NULL, 1652959195),
(97091, '3220', '183.00', '10', '0.3', '5', '94901000', '99999999', '55000000', '56999999', NULL, 1652959196),
(97092, '3298', '133.00', '16', '5.001', '10', '94901000', '99999999', '55000000', '56999999', NULL, 1652959197),
(97093, '3220', '266.00', '10', '5.001', '10', '94901000', '99999999', '55000000', '56999999', NULL, 1652959198),
(97094, '3298', '215.00', '16', '10.001', '15', '94901000', '99999999', '55000000', '56999999', NULL, 1652959198),
(97095, '3220', '430.00', '10', '10.001', '15', '94901000', '99999999', '55000000', '56999999', NULL, 1652959199),
(97096, '3298', '298.00', '16', '15.001', '20', '94901000', '99999999', '55000000', '56999999', NULL, 1652959200),
(97097, '3220', '595.00', '10', '15.001', '20', '94901000', '99999999', '55000000', '56999999', NULL, 1652959200),
(97098, '3298', '380.00', '16', '20.001', '25', '94901000', '99999999', '55000000', '56999999', NULL, 1652959201),
(97099, '3220', '760.00', '10', '20.001', '25', '94901000', '99999999', '55000000', '56999999', NULL, 1652959202),
(97100, '3298', '463.00', '16', '25.001', '30', '94901000', '99999999', '55000000', '56999999', NULL, 1652959202),
(97101, '3220', '925.00', '10', '25.001', '30', '94901000', '99999999', '55000000', '56999999', NULL, 1652959202),
(97102, '3298', '90.00', '12', '0.3', '5', '94901000', '99999999', '57000000', '57099999', NULL, 1652959203),
(97103, '3220', '183.00', '7', '0.3', '5', '94901000', '99999999', '57000000', '57099999', NULL, 1652959204),
(97104, '3298', '133.00', '12', '5.001', '10', '94901000', '99999999', '57000000', '57099999', NULL, 1652959207),
(97105, '3220', '266.00', '7', '5.001', '10', '94901000', '99999999', '57000000', '57099999', NULL, 1652959207),
(97106, '3298', '215.00', '12', '10.001', '15', '94901000', '99999999', '57000000', '57099999', NULL, 1652959208),
(97107, '3220', '430.00', '7', '10.001', '15', '94901000', '99999999', '57000000', '57099999', NULL, 1652959208),
(97108, '3298', '298.00', '12', '15.001', '20', '94901000', '99999999', '57000000', '57099999', NULL, 1652959208),
(97109, '3220', '595.00', '7', '15.001', '20', '94901000', '99999999', '57000000', '57099999', NULL, 1652959209),
(97110, '3298', '380.00', '12', '20.001', '25', '94901000', '99999999', '57000000', '57099999', NULL, 1652959210),
(97111, '3220', '760.00', '7', '20.001', '25', '94901000', '99999999', '57000000', '57099999', NULL, 1652959210),
(97112, '3298', '463.00', '12', '25.001', '30', '94901000', '99999999', '57000000', '57099999', NULL, 1652959211),
(97113, '3220', '925.00', '7', '25.001', '30', '94901000', '99999999', '57000000', '57099999', NULL, 1652959212),
(97114, '3298', '90.00', '14', '0.3', '5', '94901000', '99999999', '57100000', '57999999', NULL, 1652959212),
(97115, '3220', '183.00', '9', '0.3', '5', '94901000', '99999999', '57100000', '57999999', NULL, 1652959213),
(97116, '3298', '133.00', '14', '5.001', '10', '94901000', '99999999', '57100000', '57999999', NULL, 1652959213),
(97117, '3220', '266.00', '9', '5.001', '10', '94901000', '99999999', '57100000', '57999999', NULL, 1652959214),
(97118, '3298', '215.00', '14', '10.001', '15', '94901000', '99999999', '57100000', '57999999', NULL, 1652959215),
(97119, '3220', '430.00', '9', '10.001', '15', '94901000', '99999999', '57100000', '57999999', NULL, 1652959215),
(97120, '3298', '298.00', '14', '15.001', '20', '94901000', '99999999', '57100000', '57999999', NULL, 1652959216),
(97121, '3220', '595.00', '9', '15.001', '20', '94901000', '99999999', '57100000', '57999999', NULL, 1652959216),
(97122, '3298', '380.00', '14', '20.001', '25', '94901000', '99999999', '57100000', '57999999', NULL, 1652959217),
(97123, '3220', '760.00', '9', '20.001', '25', '94901000', '99999999', '57100000', '57999999', NULL, 1652959217),
(97124, '3298', '463.00', '14', '25.001', '30', '94901000', '99999999', '57100000', '57999999', NULL, 1652959218),
(97125, '3220', '925.00', '9', '25.001', '30', '94901000', '99999999', '57100000', '57999999', NULL, 1652959219),
(97126, '3298', '90.00', '14', '0.3', '5', '94901000', '99999999', '58000000', '58099999', NULL, 1652959219),
(97127, '3220', '183.00', '7', '0.3', '5', '94901000', '99999999', '58000000', '58099999', NULL, 1652959220),
(97128, '3298', '133.00', '14', '5.001', '10', '94901000', '99999999', '58000000', '58099999', NULL, 1652959221),
(97129, '3220', '266.00', '7', '5.001', '10', '94901000', '99999999', '58000000', '58099999', NULL, 1652959221),
(97130, '3298', '215.00', '14', '10.001', '15', '94901000', '99999999', '58000000', '58099999', NULL, 1652959222),
(97131, '3220', '430.00', '7', '10.001', '15', '94901000', '99999999', '58000000', '58099999', NULL, 1652959223),
(97132, '3298', '298.00', '14', '15.001', '20', '94901000', '99999999', '58000000', '58099999', NULL, 1652959223),
(97133, '3220', '595.00', '7', '15.001', '20', '94901000', '99999999', '58000000', '58099999', NULL, 1652959224),
(97134, '3298', '380.00', '14', '20.001', '25', '94901000', '99999999', '58000000', '58099999', NULL, 1652959225),
(97135, '3220', '760.00', '7', '20.001', '25', '94901000', '99999999', '58000000', '58099999', NULL, 1652959225),
(97136, '3298', '463.00', '14', '25.001', '30', '94901000', '99999999', '58000000', '58099999', NULL, 1652959226),
(97137, '3220', '925.00', '7', '25.001', '30', '94901000', '99999999', '58000000', '58099999', NULL, 1652959226),
(97138, '3298', '90.00', '19', '0.3', '5', '94901000', '99999999', '58100000', '58999999', NULL, 1652959227),
(97139, '3220', '183.00', '12', '0.3', '5', '94901000', '99999999', '58100000', '58999999', NULL, 1652959228),
(97140, '3298', '133.00', '19', '5.001', '10', '94901000', '99999999', '58100000', '58999999', NULL, 1652959228),
(97141, '3220', '266.00', '12', '5.001', '10', '94901000', '99999999', '58100000', '58999999', NULL, 1652959229),
(97142, '3298', '215.00', '19', '10.001', '15', '94901000', '99999999', '58100000', '58999999', NULL, 1652959229),
(97143, '3220', '430.00', '12', '10.001', '15', '94901000', '99999999', '58100000', '58999999', NULL, 1652959230),
(97144, '3298', '298.00', '19', '15.001', '20', '94901000', '99999999', '58100000', '58999999', NULL, 1652959230),
(97145, '3220', '595.00', '12', '15.001', '20', '94901000', '99999999', '58100000', '58999999', NULL, 1652959231),
(97146, '3298', '380.00', '19', '20.001', '25', '94901000', '99999999', '58100000', '58999999', NULL, 1652959232),
(97147, '3220', '760.00', '12', '20.001', '25', '94901000', '99999999', '58100000', '58999999', NULL, 1652959232),
(97148, '3298', '463.00', '19', '25.001', '30', '94901000', '99999999', '58100000', '58999999', NULL, 1652959233),
(97149, '3220', '925.00', '12', '25.001', '30', '94901000', '99999999', '58100000', '58999999', NULL, 1652959234),
(97150, '3298', '90.00', '12', '0.3', '5', '94901000', '99999999', '59000000', '59099999', NULL, 1652959234),
(97151, '3220', '183.00', '7', '0.3', '5', '94901000', '99999999', '59000000', '59099999', NULL, 1652959235),
(97152, '3298', '133.00', '12', '5.001', '10', '94901000', '99999999', '59000000', '59099999', NULL, 1652959235),
(97153, '3220', '266.00', '7', '5.001', '10', '94901000', '99999999', '59000000', '59099999', NULL, 1652959236),
(97154, '3298', '215.00', '12', '10.001', '15', '94901000', '99999999', '59000000', '59099999', NULL, 1652959236),
(97155, '3220', '430.00', '7', '10.001', '15', '94901000', '99999999', '59000000', '59099999', NULL, 1652959237),
(97156, '3298', '298.00', '12', '15.001', '20', '94901000', '99999999', '59000000', '59099999', NULL, 1652959238),
(97157, '3220', '595.00', '7', '15.001', '20', '94901000', '99999999', '59000000', '59099999', NULL, 1652959238),
(97158, '3298', '380.00', '12', '20.001', '25', '94901000', '99999999', '59000000', '59099999', NULL, 1652959239),
(97159, '3220', '760.00', '7', '20.001', '25', '94901000', '99999999', '59000000', '59099999', NULL, 1652959240),
(97160, '3298', '463.00', '12', '25.001', '30', '94901000', '99999999', '59000000', '59099999', NULL, 1652959240),
(97161, '3220', '925.00', '7', '25.001', '30', '94901000', '99999999', '59000000', '59099999', NULL, 1652959241),
(97162, '3298', '90.00', '12', '0.3', '5', '94901000', '99999999', '59100000', '59999999', NULL, 1652959241),
(97163, '3220', '183.00', '7', '0.3', '5', '94901000', '99999999', '59100000', '59999999', NULL, 1652959241),
(97164, '3298', '133.00', '12', '5.001', '10', '94901000', '99999999', '59100000', '59999999', NULL, 1652959242),
(97165, '3220', '266.00', '7', '5.001', '10', '94901000', '99999999', '59100000', '59999999', NULL, 1652959243),
(97166, '3298', '215.00', '12', '10.001', '15', '94901000', '99999999', '59100000', '59999999', NULL, 1652959243),
(97167, '3220', '430.00', '7', '10.001', '15', '94901000', '99999999', '59100000', '59999999', NULL, 1652959244),
(97168, '3298', '298.00', '12', '15.001', '20', '94901000', '99999999', '59100000', '59999999', NULL, 1652959244),
(97169, '3220', '595.00', '7', '15.001', '20', '94901000', '99999999', '59100000', '59999999', NULL, 1652959245),
(97170, '3298', '380.00', '12', '20.001', '25', '94901000', '99999999', '59100000', '59999999', NULL, 1652959246),
(97171, '3220', '760.00', '7', '20.001', '25', '94901000', '99999999', '59100000', '59999999', NULL, 1652959246),
(97172, '3298', '463.00', '12', '25.001', '30', '94901000', '99999999', '59100000', '59999999', NULL, 1652959246),
(97173, '3220', '925.00', '7', '25.001', '30', '94901000', '99999999', '59100000', '59999999', NULL, 1652959247),
(97174, '3298', '90.00', '12', '0.3', '5', '94901000', '99999999', '60000000', '60999999', NULL, 1652959248),
(97175, '3220', '183.00', '7', '0.3', '5', '94901000', '99999999', '60000000', '60999999', NULL, 1652959248),
(97176, '3298', '133.00', '12', '5.001', '10', '94901000', '99999999', '60000000', '60999999', NULL, 1652959249);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(97177, '3220', '266.00', '7', '5.001', '10', '94901000', '99999999', '60000000', '60999999', NULL, 1652959249),
(97178, '3298', '215.00', '12', '10.001', '15', '94901000', '99999999', '60000000', '60999999', NULL, 1652959250),
(97179, '3220', '430.00', '7', '10.001', '15', '94901000', '99999999', '60000000', '60999999', NULL, 1652959250),
(97180, '3298', '298.00', '12', '15.001', '20', '94901000', '99999999', '60000000', '60999999', NULL, 1652959251),
(97181, '3220', '595.00', '7', '15.001', '20', '94901000', '99999999', '60000000', '60999999', NULL, 1652959251),
(97182, '3298', '380.00', '12', '20.001', '25', '94901000', '99999999', '60000000', '60999999', NULL, 1652959252),
(97183, '3220', '760.00', '7', '20.001', '25', '94901000', '99999999', '60000000', '60999999', NULL, 1652959253),
(97184, '3298', '463.00', '12', '25.001', '30', '94901000', '99999999', '60000000', '60999999', NULL, 1652959253),
(97185, '3220', '925.00', '7', '25.001', '30', '94901000', '99999999', '60000000', '60999999', NULL, 1652959254),
(97186, '3298', '90.00', '12', '0.3', '5', '94901000', '99999999', '60000000', '61900999', NULL, 1652959254),
(97187, '3220', '183.00', '7', '0.3', '5', '94901000', '99999999', '60000000', '61900999', NULL, 1652959255),
(97188, '3298', '133.00', '12', '5.001', '10', '94901000', '99999999', '60000000', '61900999', NULL, 1652959256),
(97189, '3220', '266.00', '7', '5.001', '10', '94901000', '99999999', '60000000', '61900999', NULL, 1652959256),
(97190, '3298', '215.00', '12', '10.001', '15', '94901000', '99999999', '60000000', '61900999', NULL, 1652959257),
(97191, '3220', '430.00', '7', '10.001', '15', '94901000', '99999999', '60000000', '61900999', NULL, 1652959258),
(97192, '3298', '298.00', '12', '15.001', '20', '94901000', '99999999', '60000000', '61900999', NULL, 1652959258),
(97193, '3220', '595.00', '7', '15.001', '20', '94901000', '99999999', '60000000', '61900999', NULL, 1652959259),
(97194, '3298', '380.00', '12', '20.001', '25', '94901000', '99999999', '60000000', '61900999', NULL, 1652959259),
(97195, '3220', '760.00', '7', '20.001', '25', '94901000', '99999999', '60000000', '61900999', NULL, 1652959260),
(97196, '3298', '463.00', '12', '25.001', '30', '94901000', '99999999', '60000000', '61900999', NULL, 1652959261),
(97197, '3220', '925.00', '7', '25.001', '30', '94901000', '99999999', '60000000', '61900999', NULL, 1652959261),
(97198, '3298', '90.00', '16', '0.3', '5', '94901000', '99999999', '61901000', '63999999', NULL, 1652959262),
(97199, '3220', '183.00', '11', '0.3', '5', '94901000', '99999999', '61901000', '63999999', NULL, 1652959262),
(97200, '3298', '133.00', '16', '5.001', '10', '94901000', '99999999', '61901000', '63999999', NULL, 1652959263),
(97201, '3220', '266.00', '11', '5.001', '10', '94901000', '99999999', '61901000', '63999999', NULL, 1652959263),
(97202, '3298', '215.00', '16', '10.001', '15', '94901000', '99999999', '61901000', '63999999', NULL, 1652959264),
(97203, '3220', '430.00', '11', '10.001', '15', '94901000', '99999999', '61901000', '63999999', NULL, 1652959264),
(97204, '3298', '298.00', '16', '15.001', '20', '94901000', '99999999', '61901000', '63999999', NULL, 1652959265),
(97205, '3220', '595.00', '11', '15.001', '20', '94901000', '99999999', '61901000', '63999999', NULL, 1652959265),
(97206, '3298', '380.00', '16', '20.001', '25', '94901000', '99999999', '61901000', '63999999', NULL, 1652959266),
(97207, '3220', '760.00', '11', '20.001', '25', '94901000', '99999999', '61901000', '63999999', NULL, 1652959266),
(97208, '3298', '463.00', '16', '25.001', '30', '94901000', '99999999', '61901000', '63999999', NULL, 1652959267),
(97209, '3220', '925.00', '11', '25.001', '30', '94901000', '99999999', '61901000', '63999999', NULL, 1652959267),
(97210, '3298', '90.00', '12', '0.3', '5', '94901000', '99999999', '64000000', '64099999', NULL, 1652959268),
(97211, '3220', '183.00', '9', '0.3', '5', '94901000', '99999999', '64000000', '64099999', NULL, 1652959269),
(97212, '3298', '133.00', '12', '5.001', '10', '94901000', '99999999', '64000000', '64099999', NULL, 1652959269),
(97213, '3220', '266.00', '9', '5.001', '10', '94901000', '99999999', '64000000', '64099999', NULL, 1652959270),
(97214, '3298', '215.00', '12', '10.001', '15', '94901000', '99999999', '64000000', '64099999', NULL, 1652959270),
(97215, '3220', '430.00', '9', '10.001', '15', '94901000', '99999999', '64000000', '64099999', NULL, 1652959271),
(97216, '3298', '298.00', '12', '15.001', '20', '94901000', '99999999', '64000000', '64099999', NULL, 1652959271),
(97217, '3220', '595.00', '9', '15.001', '20', '94901000', '99999999', '64000000', '64099999', NULL, 1652959272),
(97218, '3298', '380.00', '12', '20.001', '25', '94901000', '99999999', '64000000', '64099999', NULL, 1652959272),
(97219, '3220', '760.00', '9', '20.001', '25', '94901000', '99999999', '64000000', '64099999', NULL, 1652959273),
(97220, '3298', '463.00', '12', '25.001', '30', '94901000', '99999999', '64000000', '64099999', NULL, 1652959274),
(97221, '3220', '925.00', '9', '25.001', '30', '94901000', '99999999', '64000000', '64099999', NULL, 1652959274),
(97222, '3298', '90.00', '15', '0.3', '5', '94901000', '99999999', '64100000', '64999999', NULL, 1652959275),
(97223, '3220', '183.00', '12', '0.3', '5', '94901000', '99999999', '64100000', '64999999', NULL, 1652959275),
(97224, '3298', '133.00', '15', '5.001', '10', '94901000', '99999999', '64100000', '64999999', NULL, 1652959276),
(97225, '3220', '266.00', '12', '5.001', '10', '94901000', '99999999', '64100000', '64999999', NULL, 1652959277),
(97226, '3298', '215.00', '15', '10.001', '15', '94901000', '99999999', '64100000', '64999999', NULL, 1652959277),
(97227, '3220', '430.00', '12', '10.001', '15', '94901000', '99999999', '64100000', '64999999', NULL, 1652959278),
(97228, '3298', '298.00', '15', '15.001', '20', '94901000', '99999999', '64100000', '64999999', NULL, 1652959279),
(97229, '3220', '595.00', '12', '15.001', '20', '94901000', '99999999', '64100000', '64999999', NULL, 1652959279),
(97230, '3298', '380.00', '15', '20.001', '25', '94901000', '99999999', '64100000', '64999999', NULL, 1652959280),
(97231, '3220', '760.00', '12', '20.001', '25', '94901000', '99999999', '64100000', '64999999', NULL, 1652959281),
(97232, '3298', '463.00', '15', '25.001', '30', '94901000', '99999999', '64100000', '64999999', NULL, 1652959281),
(97233, '3220', '925.00', '12', '25.001', '30', '94901000', '99999999', '64100000', '64999999', NULL, 1652959282),
(97234, '3298', '90.00', '14', '0.3', '5', '94901000', '99999999', '65000000', '65099999', NULL, 1652959283),
(97235, '3220', '183.00', '10', '0.3', '5', '94901000', '99999999', '65000000', '65099999', NULL, 1652959284),
(97236, '3298', '133.00', '14', '5.001', '10', '94901000', '99999999', '65000000', '65099999', NULL, 1652959284),
(97237, '3220', '266.00', '10', '5.001', '10', '94901000', '99999999', '65000000', '65099999', NULL, 1652959285),
(97238, '3298', '215.00', '14', '10.001', '15', '94901000', '99999999', '65000000', '65099999', NULL, 1652959285),
(97239, '3220', '430.00', '10', '10.001', '15', '94901000', '99999999', '65000000', '65099999', NULL, 1652959286),
(97240, '3298', '298.00', '14', '15.001', '20', '94901000', '99999999', '65000000', '65099999', NULL, 1652959286),
(97241, '3220', '595.00', '10', '15.001', '20', '94901000', '99999999', '65000000', '65099999', NULL, 1652959287),
(97242, '3298', '380.00', '14', '20.001', '25', '94901000', '99999999', '65000000', '65099999', NULL, 1652959287),
(97243, '3220', '760.00', '10', '20.001', '25', '94901000', '99999999', '65000000', '65099999', NULL, 1652959288),
(97244, '3298', '463.00', '14', '25.001', '30', '94901000', '99999999', '65000000', '65099999', NULL, 1652959288),
(97245, '3220', '925.00', '10', '25.001', '30', '94901000', '99999999', '65000000', '65099999', NULL, 1652959289),
(97246, '3298', '90.00', '18', '0.3', '5', '94901000', '99999999', '65100000', '65999999', NULL, 1652959290),
(97247, '3220', '183.00', '14', '0.3', '5', '94901000', '99999999', '65100000', '65999999', NULL, 1652959290),
(97248, '3298', '133.00', '18', '5.001', '10', '94901000', '99999999', '65100000', '65999999', NULL, 1652959291),
(97249, '3220', '266.00', '14', '5.001', '10', '94901000', '99999999', '65100000', '65999999', NULL, 1652959292),
(97250, '3298', '215.00', '18', '10.001', '15', '94901000', '99999999', '65100000', '65999999', NULL, 1652959292),
(97251, '3220', '430.00', '14', '10.001', '15', '94901000', '99999999', '65100000', '65999999', NULL, 1652959293),
(97252, '3298', '298.00', '18', '15.001', '20', '94901000', '99999999', '65100000', '65999999', NULL, 1652959293),
(97253, '3220', '595.00', '14', '15.001', '20', '94901000', '99999999', '65100000', '65999999', NULL, 1652959294),
(97254, '3298', '380.00', '18', '20.001', '25', '94901000', '99999999', '65100000', '65999999', NULL, 1652959294),
(97255, '3220', '760.00', '14', '20.001', '25', '94901000', '99999999', '65100000', '65999999', NULL, 1652959295),
(97256, '3298', '463.00', '18', '25.001', '30', '94901000', '99999999', '65100000', '65999999', NULL, 1652959296),
(97257, '3220', '925.00', '14', '25.001', '30', '94901000', '99999999', '65100000', '65999999', NULL, 1652959296),
(97258, '3298', '90.00', '12', '0.3', '5', '94901000', '99999999', '66000000', '66999999', NULL, 1652959297),
(97259, '3220', '183.00', '9', '0.3', '5', '94901000', '99999999', '66000000', '66999999', NULL, 1652959297),
(97260, '3298', '133.00', '12', '5.001', '10', '94901000', '99999999', '66000000', '66999999', NULL, 1652959298),
(97261, '3220', '266.00', '9', '5.001', '10', '94901000', '99999999', '66000000', '66999999', NULL, 1652959299),
(97262, '3298', '215.00', '12', '10.001', '15', '94901000', '99999999', '66000000', '66999999', NULL, 1652959299),
(97263, '3220', '430.00', '9', '10.001', '15', '94901000', '99999999', '66000000', '66999999', NULL, 1652959300),
(97264, '3298', '298.00', '12', '15.001', '20', '94901000', '99999999', '66000000', '66999999', NULL, 1652959301),
(97265, '3220', '595.00', '9', '15.001', '20', '94901000', '99999999', '66000000', '66999999', NULL, 1652959301),
(97266, '3298', '380.00', '12', '20.001', '25', '94901000', '99999999', '66000000', '66999999', NULL, 1652959302),
(97267, '3220', '760.00', '9', '20.001', '25', '94901000', '99999999', '66000000', '66999999', NULL, 1652959302),
(97268, '3298', '463.00', '12', '25.001', '30', '94901000', '99999999', '66000000', '66999999', NULL, 1652959303),
(97269, '3220', '925.00', '9', '25.001', '30', '94901000', '99999999', '66000000', '66999999', NULL, 1652959303),
(97270, '3298', '90.00', '12', '0.3', '5', '94901000', '99999999', '66000000', '67999999', NULL, 1652959304),
(97271, '3220', '183.00', '9', '0.3', '5', '94901000', '99999999', '66000000', '67999999', NULL, 1652959304),
(97272, '3298', '133.00', '12', '5.001', '10', '94901000', '99999999', '66000000', '67999999', NULL, 1652959305),
(97273, '3220', '266.00', '9', '5.001', '10', '94901000', '99999999', '66000000', '67999999', NULL, 1652959306),
(97274, '3298', '215.00', '12', '10.001', '15', '94901000', '99999999', '66000000', '67999999', NULL, 1652959306),
(97275, '3220', '430.00', '9', '10.001', '15', '94901000', '99999999', '66000000', '67999999', NULL, 1652959307),
(97276, '3298', '298.00', '12', '15.001', '20', '94901000', '99999999', '66000000', '67999999', NULL, 1652959308),
(97277, '3220', '595.00', '9', '15.001', '20', '94901000', '99999999', '66000000', '67999999', NULL, 1652959309),
(97278, '3298', '380.00', '12', '20.001', '25', '94901000', '99999999', '66000000', '67999999', NULL, 1652959309),
(97279, '3220', '760.00', '9', '20.001', '25', '94901000', '99999999', '66000000', '67999999', NULL, 1652959310),
(97280, '3298', '463.00', '12', '25.001', '30', '94901000', '99999999', '66000000', '67999999', NULL, 1652959310),
(97281, '3220', '925.00', '9', '25.001', '30', '94901000', '99999999', '66000000', '67999999', NULL, 1652959311),
(97282, '3298', '90.00', '15', '0.3', '5', '94901000', '99999999', '68000000', '68899999', NULL, 1652959311),
(97283, '3220', '183.00', '12', '0.3', '5', '94901000', '99999999', '68000000', '68899999', NULL, 1652959312),
(97284, '3298', '133.00', '15', '5.001', '10', '94901000', '99999999', '68000000', '68899999', NULL, 1652959313),
(97285, '3220', '266.00', '12', '5.001', '10', '94901000', '99999999', '68000000', '68899999', NULL, 1652959313),
(97286, '3298', '215.00', '15', '10.001', '15', '94901000', '99999999', '68000000', '68899999', NULL, 1652959314),
(97287, '3220', '430.00', '12', '10.001', '15', '94901000', '99999999', '68000000', '68899999', NULL, 1652959314),
(97288, '3298', '298.00', '15', '15.001', '20', '94901000', '99999999', '68000000', '68899999', NULL, 1652959315),
(97289, '3220', '595.00', '12', '15.001', '20', '94901000', '99999999', '68000000', '68899999', NULL, 1652959316),
(97290, '3298', '380.00', '15', '20.001', '25', '94901000', '99999999', '68000000', '68899999', NULL, 1652959316),
(97291, '3220', '760.00', '12', '20.001', '25', '94901000', '99999999', '68000000', '68899999', NULL, 1652959317),
(97292, '3298', '463.00', '15', '25.001', '30', '94901000', '99999999', '68000000', '68899999', NULL, 1652959317),
(97293, '3220', '925.00', '12', '25.001', '30', '94901000', '99999999', '68000000', '68899999', NULL, 1652959318),
(97294, '3298', '90.00', '24', '0.3', '5', '94901000', '99999999', '68900000', '68914999', NULL, 1652959319),
(97295, '3220', '183.00', '17', '0.3', '5', '94901000', '99999999', '68900000', '68914999', NULL, 1652959319),
(97296, '3298', '133.00', '24', '5.001', '10', '94901000', '99999999', '68900000', '68914999', NULL, 1652959320),
(97297, '3220', '266.00', '17', '5.001', '10', '94901000', '99999999', '68900000', '68914999', NULL, 1652959320),
(97298, '3298', '215.00', '24', '10.001', '15', '94901000', '99999999', '68900000', '68914999', NULL, 1652959321),
(97299, '3220', '430.00', '17', '10.001', '15', '94901000', '99999999', '68900000', '68914999', NULL, 1652959322),
(97300, '3298', '298.00', '24', '15.001', '20', '94901000', '99999999', '68900000', '68914999', NULL, 1652959322),
(97301, '3220', '595.00', '17', '15.001', '20', '94901000', '99999999', '68900000', '68914999', NULL, 1652959323),
(97302, '3298', '380.00', '24', '20.001', '25', '94901000', '99999999', '68900000', '68914999', NULL, 1652959323),
(97303, '3220', '760.00', '17', '20.001', '25', '94901000', '99999999', '68900000', '68914999', NULL, 1652959324),
(97304, '3298', '463.00', '24', '25.001', '30', '94901000', '99999999', '68900000', '68914999', NULL, 1652959325),
(97305, '3220', '925.00', '17', '25.001', '30', '94901000', '99999999', '68900000', '68914999', NULL, 1652959325),
(97306, '3298', '90.00', '25', '0.3', '5', '94901000', '99999999', '68915000', '68999999', NULL, 1652959326),
(97307, '3220', '183.00', '17', '0.3', '5', '94901000', '99999999', '68915000', '68999999', NULL, 1652959326),
(97308, '3298', '133.00', '25', '5.001', '10', '94901000', '99999999', '68915000', '68999999', NULL, 1652959327),
(97309, '3220', '266.00', '17', '5.001', '10', '94901000', '99999999', '68915000', '68999999', NULL, 1652959328),
(97310, '3298', '215.00', '25', '10.001', '15', '94901000', '99999999', '68915000', '68999999', NULL, 1652959328),
(97311, '3220', '430.00', '17', '10.001', '15', '94901000', '99999999', '68915000', '68999999', NULL, 1652959329),
(97312, '3298', '298.00', '25', '15.001', '20', '94901000', '99999999', '68915000', '68999999', NULL, 1652959330),
(97313, '3220', '595.00', '17', '15.001', '20', '94901000', '99999999', '68915000', '68999999', NULL, 1652959330),
(97314, '3298', '380.00', '25', '20.001', '25', '94901000', '99999999', '68915000', '68999999', NULL, 1652959331),
(97315, '3220', '760.00', '17', '20.001', '25', '94901000', '99999999', '68915000', '68999999', NULL, 1652959331),
(97316, '3298', '463.00', '25', '25.001', '30', '94901000', '99999999', '68915000', '68999999', NULL, 1652959332),
(97317, '3220', '925.00', '17', '25.001', '30', '94901000', '99999999', '68915000', '68999999', NULL, 1652959333),
(97318, '3298', '90.00', '26', '0.3', '5', '94901000', '99999999', '69000000', '69099999', NULL, 1652959333),
(97319, '3220', '183.00', '7', '0.3', '5', '94901000', '99999999', '69000000', '69099999', NULL, 1652959334),
(97320, '3298', '133.00', '26', '5.001', '10', '94901000', '99999999', '69000000', '69099999', NULL, 1652959334),
(97321, '3220', '266.00', '7', '5.001', '10', '94901000', '99999999', '69000000', '69099999', NULL, 1652959335),
(97322, '3298', '215.00', '26', '10.001', '15', '94901000', '99999999', '69000000', '69099999', NULL, 1652959336),
(97323, '3220', '430.00', '7', '10.001', '15', '94901000', '99999999', '69000000', '69099999', NULL, 1652959337),
(97324, '3298', '298.00', '26', '15.001', '20', '94901000', '99999999', '69000000', '69099999', NULL, 1652959337),
(97325, '3220', '595.00', '7', '15.001', '20', '94901000', '99999999', '69000000', '69099999', NULL, 1652959338),
(97326, '3298', '380.00', '26', '20.001', '25', '94901000', '99999999', '69000000', '69099999', NULL, 1652959338),
(97327, '3220', '760.00', '7', '20.001', '25', '94901000', '99999999', '69000000', '69099999', NULL, 1652959339),
(97328, '3298', '463.00', '26', '25.001', '30', '94901000', '99999999', '69000000', '69099999', NULL, 1652959339),
(97329, '3220', '925.00', '7', '25.001', '30', '94901000', '99999999', '69000000', '69099999', NULL, 1652959340),
(97330, '3298', '90.00', '33', '0.3', '5', '94901000', '99999999', '69100000', '69299999', NULL, 1652959340),
(97331, '3220', '183.00', '10', '0.3', '5', '94901000', '99999999', '69100000', '69299999', NULL, 1652959341),
(97332, '3298', '133.00', '33', '5.001', '10', '94901000', '99999999', '69100000', '69299999', NULL, 1652959342),
(97333, '3220', '266.00', '10', '5.001', '10', '94901000', '99999999', '69100000', '69299999', NULL, 1652959342),
(97334, '3298', '215.00', '33', '10.001', '15', '94901000', '99999999', '69100000', '69299999', NULL, 1652959343),
(97335, '3220', '430.00', '10', '10.001', '15', '94901000', '99999999', '69100000', '69299999', NULL, 1652959343),
(97336, '3298', '298.00', '33', '15.001', '20', '94901000', '99999999', '69100000', '69299999', NULL, 1652959344),
(97337, '3220', '595.00', '10', '15.001', '20', '94901000', '99999999', '69100000', '69299999', NULL, 1652959345),
(97338, '3298', '380.00', '33', '20.001', '25', '94901000', '99999999', '69100000', '69299999', NULL, 1652959345),
(97339, '3220', '760.00', '10', '20.001', '25', '94901000', '99999999', '69100000', '69299999', NULL, 1652959346),
(97340, '3298', '463.00', '33', '25.001', '30', '94901000', '99999999', '69100000', '69299999', NULL, 1652959346),
(97341, '3220', '925.00', '10', '25.001', '30', '94901000', '99999999', '69100000', '69299999', NULL, 1652959347),
(97342, '3298', '90.00', '29', '0.3', '5', '94901000', '99999999', '69300000', '69339999', NULL, 1652959348),
(97343, '3220', '183.00', '10', '0.3', '5', '94901000', '99999999', '69300000', '69339999', NULL, 1652959348),
(97344, '3298', '133.00', '29', '5.001', '10', '94901000', '99999999', '69300000', '69339999', NULL, 1652959349),
(97345, '3220', '266.00', '10', '5.001', '10', '94901000', '99999999', '69300000', '69339999', NULL, 1652959349),
(97346, '3298', '215.00', '29', '10.001', '15', '94901000', '99999999', '69300000', '69339999', NULL, 1652959349),
(97347, '3220', '430.00', '10', '10.001', '15', '94901000', '99999999', '69300000', '69339999', NULL, 1652959350),
(97348, '3298', '298.00', '29', '15.001', '20', '94901000', '99999999', '69300000', '69339999', NULL, 1652959351),
(97349, '3220', '595.00', '10', '15.001', '20', '94901000', '99999999', '69300000', '69339999', NULL, 1652959352),
(97350, '3298', '380.00', '29', '20.001', '25', '94901000', '99999999', '69300000', '69339999', NULL, 1652959352),
(97351, '3220', '760.00', '10', '20.001', '25', '94901000', '99999999', '69300000', '69339999', NULL, 1652959353),
(97352, '3298', '463.00', '29', '25.001', '30', '94901000', '99999999', '69300000', '69339999', NULL, 1652959354),
(97353, '3220', '925.00', '10', '25.001', '30', '94901000', '99999999', '69300000', '69339999', NULL, 1652959354),
(97354, '3298', '90.00', '33', '0.3', '5', '94901000', '99999999', '69340000', '69389999', NULL, 1652959355),
(97355, '3220', '183.00', '13', '0.3', '5', '94901000', '99999999', '69340000', '69389999', NULL, 1652959355),
(97356, '3298', '133.00', '33', '5.001', '10', '94901000', '99999999', '69340000', '69389999', NULL, 1652959356),
(97357, '3220', '266.00', '13', '5.001', '10', '94901000', '99999999', '69340000', '69389999', NULL, 1652959356),
(97358, '3298', '215.00', '33', '10.001', '15', '94901000', '99999999', '69340000', '69389999', NULL, 1652959357),
(97359, '3220', '430.00', '13', '10.001', '15', '94901000', '99999999', '69340000', '69389999', NULL, 1652959357),
(97360, '3298', '298.00', '33', '15.001', '20', '94901000', '99999999', '69340000', '69389999', NULL, 1652959358),
(97361, '3220', '595.00', '13', '15.001', '20', '94901000', '99999999', '69340000', '69389999', NULL, 1652959359),
(97362, '3298', '380.00', '33', '20.001', '25', '94901000', '99999999', '69340000', '69389999', NULL, 1652959360),
(97363, '3220', '760.00', '13', '20.001', '25', '94901000', '99999999', '69340000', '69389999', NULL, 1652959360),
(97364, '3298', '463.00', '33', '25.001', '30', '94901000', '99999999', '69340000', '69389999', NULL, 1652959361),
(97365, '3220', '925.00', '13', '25.001', '30', '94901000', '99999999', '69340000', '69389999', NULL, 1652959362),
(97366, '3298', '90.00', '15', '0.3', '5', '94901000', '99999999', '69900000', '69920999', NULL, 1652959362),
(97367, '3220', '183.00', '12', '0.3', '5', '94901000', '99999999', '69900000', '69920999', NULL, 1652959363),
(97368, '3298', '133.00', '15', '5.001', '10', '94901000', '99999999', '69900000', '69920999', NULL, 1652959363),
(97369, '3220', '266.00', '12', '5.001', '10', '94901000', '99999999', '69900000', '69920999', NULL, 1652959364),
(97370, '3298', '215.00', '15', '10.001', '15', '94901000', '99999999', '69900000', '69920999', NULL, 1652959364),
(97371, '3220', '430.00', '12', '10.001', '15', '94901000', '99999999', '69900000', '69920999', NULL, 1652959365),
(97372, '3298', '298.00', '15', '15.001', '20', '94901000', '99999999', '69900000', '69920999', NULL, 1652959365),
(97373, '3220', '595.00', '12', '15.001', '20', '94901000', '99999999', '69900000', '69920999', NULL, 1652959366),
(97374, '3298', '380.00', '15', '20.001', '25', '94901000', '99999999', '69900000', '69920999', NULL, 1652959367),
(97375, '3220', '760.00', '12', '20.001', '25', '94901000', '99999999', '69900000', '69920999', NULL, 1652959367),
(97376, '3298', '463.00', '15', '25.001', '30', '94901000', '99999999', '69900000', '69920999', NULL, 1652959368),
(97377, '3220', '925.00', '12', '25.001', '30', '94901000', '99999999', '69900000', '69920999', NULL, 1652959368),
(97378, '3298', '90.00', '18', '0.3', '5', '94901000', '99999999', '69921000', '69999999', NULL, 1652959369),
(97379, '3220', '183.00', '14', '0.3', '5', '94901000', '99999999', '69921000', '69999999', NULL, 1652959369),
(97380, '3298', '133.00', '18', '5.001', '10', '94901000', '99999999', '69921000', '69999999', NULL, 1652959370),
(97381, '3220', '266.00', '14', '5.001', '10', '94901000', '99999999', '69921000', '69999999', NULL, 1652959371),
(97382, '3298', '215.00', '18', '10.001', '15', '94901000', '99999999', '69921000', '69999999', NULL, 1652959371),
(97383, '3220', '430.00', '14', '10.001', '15', '94901000', '99999999', '69921000', '69999999', NULL, 1652959372),
(97384, '3298', '298.00', '18', '15.001', '20', '94901000', '99999999', '69921000', '69999999', NULL, 1652959372),
(97385, '3220', '595.00', '14', '15.001', '20', '94901000', '99999999', '69921000', '69999999', NULL, 1652959373),
(97386, '3298', '380.00', '18', '20.001', '25', '94901000', '99999999', '69921000', '69999999', NULL, 1652959373),
(97387, '3220', '760.00', '14', '20.001', '25', '94901000', '99999999', '69921000', '69999999', NULL, 1652959374),
(97388, '3298', '463.00', '18', '25.001', '30', '94901000', '99999999', '69921000', '69999999', NULL, 1652959374),
(97389, '3220', '925.00', '14', '25.001', '30', '94901000', '99999999', '69921000', '69999999', NULL, 1652959375),
(97390, '3298', '90.00', '10', '0.3', '5', '94901000', '99999999', '71000000', '73699999', NULL, 1652959375),
(97391, '3220', '183.00', '6', '0.3', '5', '94901000', '99999999', '71000000', '73699999', NULL, 1652959376),
(97392, '3298', '133.00', '10', '5.001', '10', '94901000', '99999999', '71000000', '73699999', NULL, 1652959377),
(97393, '3220', '266.00', '6', '5.001', '10', '94901000', '99999999', '71000000', '73699999', NULL, 1652959377),
(97394, '3298', '215.00', '10', '10.001', '15', '94901000', '99999999', '71000000', '73699999', NULL, 1652959378),
(97395, '3220', '430.00', '6', '10.001', '15', '94901000', '99999999', '71000000', '73699999', NULL, 1652959378),
(97396, '3298', '298.00', '10', '15.001', '20', '94901000', '99999999', '71000000', '73699999', NULL, 1652959379),
(97397, '3220', '595.00', '6', '15.001', '20', '94901000', '99999999', '71000000', '73699999', NULL, 1652959379),
(97398, '3298', '380.00', '10', '20.001', '25', '94901000', '99999999', '71000000', '73699999', NULL, 1652959380),
(97399, '3220', '760.00', '6', '20.001', '25', '94901000', '99999999', '71000000', '73699999', NULL, 1652959381),
(97400, '3298', '463.00', '10', '25.001', '30', '94901000', '99999999', '71000000', '73699999', NULL, 1652959381),
(97401, '3220', '925.00', '6', '25.001', '30', '94901000', '99999999', '71000000', '73699999', NULL, 1652959382),
(97402, '3298', '90.00', '14', '0.3', '5', '94901000', '99999999', '72800000', '73999999', NULL, 1652959382),
(97403, '3220', '183.00', '13', '0.3', '5', '94901000', '99999999', '72800000', '73999999', NULL, 1652959383),
(97404, '3298', '133.00', '14', '5.001', '10', '94901000', '99999999', '72800000', '73999999', NULL, 1652959383),
(97405, '3220', '266.00', '13', '5.001', '10', '94901000', '99999999', '72800000', '73999999', NULL, 1652959384),
(97406, '3298', '215.00', '14', '10.001', '15', '94901000', '99999999', '72800000', '73999999', NULL, 1652959384),
(97407, '3220', '430.00', '13', '10.001', '15', '94901000', '99999999', '72800000', '73999999', NULL, 1652959385),
(97408, '3298', '298.00', '14', '15.001', '20', '94901000', '99999999', '72800000', '73999999', NULL, 1652959386),
(97409, '3220', '595.00', '13', '15.001', '20', '94901000', '99999999', '72800000', '73999999', NULL, 1652959386),
(97410, '3298', '380.00', '14', '20.001', '25', '94901000', '99999999', '72800000', '73999999', NULL, 1652959387),
(97411, '3220', '760.00', '13', '20.001', '25', '94901000', '99999999', '72800000', '73999999', NULL, 1652959388),
(97412, '3298', '463.00', '14', '25.001', '30', '94901000', '99999999', '72800000', '73999999', NULL, 1652959388),
(97413, '3220', '925.00', '13', '25.001', '30', '94901000', '99999999', '72800000', '73999999', NULL, 1652959389),
(97414, '3298', '90.00', '10', '0.3', '5', '94901000', '99999999', '74000000', '74894999', NULL, 1652959389),
(97415, '3220', '183.00', '7', '0.3', '5', '94901000', '99999999', '74000000', '74894999', NULL, 1652959390),
(97416, '3298', '133.00', '10', '5.001', '10', '94901000', '99999999', '74000000', '74894999', NULL, 1652959391),
(97417, '3220', '266.00', '7', '5.001', '10', '94901000', '99999999', '74000000', '74894999', NULL, 1652959391),
(97418, '3298', '215.00', '10', '10.001', '15', '94901000', '99999999', '74000000', '74894999', NULL, 1652959392),
(97419, '3220', '430.00', '7', '10.001', '15', '94901000', '99999999', '74000000', '74894999', NULL, 1652959392),
(97420, '3298', '298.00', '10', '15.001', '20', '94901000', '99999999', '74000000', '74894999', NULL, 1652959393),
(97421, '3220', '595.00', '7', '15.001', '20', '94901000', '99999999', '74000000', '74894999', NULL, 1652959393),
(97422, '3298', '380.00', '10', '20.001', '25', '94901000', '99999999', '74000000', '74894999', NULL, 1652959394),
(97423, '3220', '760.00', '7', '20.001', '25', '94901000', '99999999', '74000000', '74894999', NULL, 1652959394),
(97424, '3298', '463.00', '10', '25.001', '30', '94901000', '99999999', '74000000', '74894999', NULL, 1652959395),
(97425, '3220', '925.00', '7', '25.001', '30', '94901000', '99999999', '74000000', '74894999', NULL, 1652959395),
(97426, '3298', '90.00', '10', '0.3', '5', '94901000', '99999999', '74895000', '76799999', NULL, 1652959396),
(97427, '3220', '183.00', '7', '0.3', '5', '94901000', '99999999', '74895000', '76799999', NULL, 1652959397),
(97428, '3298', '133.00', '10', '5.001', '10', '94901000', '99999999', '74895000', '76799999', NULL, 1652959397),
(97429, '3220', '266.00', '7', '5.001', '10', '94901000', '99999999', '74895000', '76799999', NULL, 1652959398),
(97430, '3298', '215.00', '10', '10.001', '15', '94901000', '99999999', '74895000', '76799999', NULL, 1652959398),
(97431, '3220', '430.00', '7', '10.001', '15', '94901000', '99999999', '74895000', '76799999', NULL, 1652959399),
(97432, '3298', '298.00', '10', '15.001', '20', '94901000', '99999999', '74895000', '76799999', NULL, 1652959399),
(97433, '3220', '595.00', '7', '15.001', '20', '94901000', '99999999', '74895000', '76799999', NULL, 1652959400),
(97434, '3298', '380.00', '10', '20.001', '25', '94901000', '99999999', '74895000', '76799999', NULL, 1652959401),
(97435, '3220', '760.00', '7', '20.001', '25', '94901000', '99999999', '74895000', '76799999', NULL, 1652959401),
(97436, '3298', '463.00', '10', '25.001', '30', '94901000', '99999999', '74895000', '76799999', NULL, 1652959402),
(97437, '3220', '925.00', '7', '25.001', '30', '94901000', '99999999', '74895000', '76799999', NULL, 1652959402),
(97438, '3298', '90.00', '12', '0.3', '5', '94901000', '99999999', '77000000', '77270999', NULL, 1652959403),
(97439, '3220', '183.00', '9', '0.3', '5', '94901000', '99999999', '77000000', '77270999', NULL, 1652959403),
(97440, '3298', '133.00', '12', '5.001', '10', '94901000', '99999999', '77000000', '77270999', NULL, 1652959404),
(97441, '3220', '266.00', '9', '5.001', '10', '94901000', '99999999', '77000000', '77270999', NULL, 1652959405),
(97442, '3298', '215.00', '12', '10.001', '15', '94901000', '99999999', '77000000', '77270999', NULL, 1652959405),
(97443, '3220', '430.00', '9', '10.001', '15', '94901000', '99999999', '77000000', '77270999', NULL, 1652959406),
(97444, '3298', '298.00', '12', '15.001', '20', '94901000', '99999999', '77000000', '77270999', NULL, 1652959406),
(97445, '3220', '595.00', '9', '15.001', '20', '94901000', '99999999', '77000000', '77270999', NULL, 1652959407),
(97446, '3298', '380.00', '12', '20.001', '25', '94901000', '99999999', '77000000', '77270999', NULL, 1652959407),
(97447, '3220', '760.00', '9', '20.001', '25', '94901000', '99999999', '77000000', '77270999', NULL, 1652959408),
(97448, '3298', '463.00', '12', '25.001', '30', '94901000', '99999999', '77000000', '77270999', NULL, 1652959409),
(97449, '3220', '925.00', '9', '25.001', '30', '94901000', '99999999', '77000000', '77270999', NULL, 1652959409),
(97450, '3298', '90.00', '15', '0.3', '5', '94901000', '99999999', '77300000', '77995999', NULL, 1652959410),
(97451, '3220', '183.00', '13', '0.3', '5', '94901000', '99999999', '77300000', '77995999', NULL, 1652959410),
(97452, '3298', '133.00', '15', '5.001', '10', '94901000', '99999999', '77300000', '77995999', NULL, 1652959411),
(97453, '3220', '266.00', '13', '5.001', '10', '94901000', '99999999', '77300000', '77995999', NULL, 1652959411),
(97454, '3298', '215.00', '15', '10.001', '15', '94901000', '99999999', '77300000', '77995999', NULL, 1652959412),
(97455, '3220', '430.00', '13', '10.001', '15', '94901000', '99999999', '77300000', '77995999', NULL, 1652959412),
(97456, '3298', '298.00', '15', '15.001', '20', '94901000', '99999999', '77300000', '77995999', NULL, 1652959413),
(97457, '3220', '595.00', '13', '15.001', '20', '94901000', '99999999', '77300000', '77995999', NULL, 1652959414),
(97458, '3298', '380.00', '15', '20.001', '25', '94901000', '99999999', '77300000', '77995999', NULL, 1652959415),
(97459, '3220', '760.00', '13', '20.001', '25', '94901000', '99999999', '77300000', '77995999', NULL, 1652959415),
(97460, '3298', '463.00', '15', '25.001', '30', '94901000', '99999999', '77300000', '77995999', NULL, 1652959416),
(97461, '3220', '925.00', '13', '25.001', '30', '94901000', '99999999', '77300000', '77995999', NULL, 1652959416),
(97462, '3298', '90.00', '11', '0.3', '5', '94901000', '99999999', '78000000', '78109999', NULL, 1652959417),
(97463, '3220', '183.00', '8', '0.3', '5', '94901000', '99999999', '78000000', '78109999', NULL, 1652959417),
(97464, '3298', '133.00', '11', '5.001', '10', '94901000', '99999999', '78000000', '78109999', NULL, 1652959418),
(97465, '3220', '266.00', '8', '5.001', '10', '94901000', '99999999', '78000000', '78109999', NULL, 1652959418),
(97466, '3298', '215.00', '11', '10.001', '15', '94901000', '99999999', '78000000', '78109999', NULL, 1652959419),
(97467, '3220', '430.00', '8', '10.001', '15', '94901000', '99999999', '78000000', '78109999', NULL, 1652959419),
(97468, '3298', '298.00', '11', '15.001', '20', '94901000', '99999999', '78000000', '78109999', NULL, 1652959420),
(97469, '3220', '595.00', '8', '15.001', '20', '94901000', '99999999', '78000000', '78109999', NULL, 1652959420),
(97470, '3298', '380.00', '11', '20.001', '25', '94901000', '99999999', '78000000', '78109999', NULL, 1652959421),
(97471, '3220', '760.00', '8', '20.001', '25', '94901000', '99999999', '78000000', '78109999', NULL, 1652959421),
(97472, '3298', '463.00', '11', '25.001', '30', '94901000', '99999999', '78000000', '78109999', NULL, 1652959422),
(97473, '3220', '925.00', '8', '25.001', '30', '94901000', '99999999', '78000000', '78109999', NULL, 1652959422),
(97474, '3298', '90.00', '13', '0.3', '5', '94901000', '99999999', '78110000', '78899999', NULL, 1652959423),
(97475, '3220', '183.00', '10', '0.3', '5', '94901000', '99999999', '78110000', '78899999', NULL, 1652959423),
(97476, '3298', '133.00', '13', '5.001', '10', '94901000', '99999999', '78110000', '78899999', NULL, 1652959424),
(97477, '3220', '266.00', '10', '5.001', '10', '94901000', '99999999', '78110000', '78899999', NULL, 1652959425),
(97478, '3298', '215.00', '13', '10.001', '15', '94901000', '99999999', '78110000', '78899999', NULL, 1652959425),
(97479, '3220', '430.00', '10', '10.001', '15', '94901000', '99999999', '78110000', '78899999', NULL, 1652959426),
(97480, '3298', '298.00', '13', '15.001', '20', '94901000', '99999999', '78110000', '78899999', NULL, 1652959426),
(97481, '3220', '595.00', '10', '15.001', '20', '94901000', '99999999', '78110000', '78899999', NULL, 1652959427),
(97482, '3298', '380.00', '13', '20.001', '25', '94901000', '99999999', '78110000', '78899999', NULL, 1652959428),
(97483, '3220', '760.00', '10', '20.001', '25', '94901000', '99999999', '78110000', '78899999', NULL, 1652959428),
(97484, '3298', '463.00', '13', '25.001', '30', '94901000', '99999999', '78110000', '78899999', NULL, 1652959429),
(97485, '3220', '925.00', '10', '25.001', '30', '94901000', '99999999', '78110000', '78899999', NULL, 1652959429),
(97486, '3298', '90.00', '14', '0.3', '5', '94901000', '99999999', '78900000', '78930999', NULL, 1652959430),
(97487, '3220', '183.00', '14', '0.3', '5', '94901000', '99999999', '78900000', '78930999', NULL, 1652959430),
(97488, '3298', '133.00', '14', '5.001', '10', '94901000', '99999999', '78900000', '78930999', NULL, 1652959431),
(97489, '3220', '266.00', '14', '5.001', '10', '94901000', '99999999', '78900000', '78930999', NULL, 1652959431),
(97490, '3298', '215.00', '14', '10.001', '15', '94901000', '99999999', '78900000', '78930999', NULL, 1652959432),
(97491, '3220', '430.00', '14', '10.001', '15', '94901000', '99999999', '78900000', '78930999', NULL, 1652959433),
(97492, '3298', '298.00', '14', '15.001', '20', '94901000', '99999999', '78900000', '78930999', NULL, 1652959433),
(97493, '3220', '595.00', '14', '15.001', '20', '94901000', '99999999', '78900000', '78930999', NULL, 1652959434),
(97494, '3298', '380.00', '14', '20.001', '25', '94901000', '99999999', '78900000', '78930999', NULL, 1652959434),
(97495, '3220', '760.00', '14', '20.001', '25', '94901000', '99999999', '78900000', '78930999', NULL, 1652959435),
(97496, '3298', '463.00', '14', '25.001', '30', '94901000', '99999999', '78900000', '78930999', NULL, 1652959435),
(97497, '3220', '925.00', '14', '25.001', '30', '94901000', '99999999', '78900000', '78930999', NULL, 1652959436),
(97498, '3298', '90.00', '13', '0.3', '5', '94901000', '99999999', '78931000', '78999999', NULL, 1652959436),
(97499, '3220', '183.00', '10', '0.3', '5', '94901000', '99999999', '78931000', '78999999', NULL, 1652959437),
(97500, '3298', '133.00', '13', '5.001', '10', '94901000', '99999999', '78931000', '78999999', NULL, 1652959438),
(97501, '3220', '266.00', '10', '5.001', '10', '94901000', '99999999', '78931000', '78999999', NULL, 1652959438),
(97502, '3298', '215.00', '13', '10.001', '15', '94901000', '99999999', '78931000', '78999999', NULL, 1652959439),
(97503, '3220', '430.00', '10', '10.001', '15', '94901000', '99999999', '78931000', '78999999', NULL, 1652959440),
(97504, '3298', '298.00', '13', '15.001', '20', '94901000', '99999999', '78931000', '78999999', NULL, 1652959440),
(97505, '3220', '595.00', '10', '15.001', '20', '94901000', '99999999', '78931000', '78999999', NULL, 1652959441),
(97506, '3298', '380.00', '13', '20.001', '25', '94901000', '99999999', '78931000', '78999999', NULL, 1652959441),
(97507, '3220', '760.00', '10', '20.001', '25', '94901000', '99999999', '78931000', '78999999', NULL, 1652959442),
(97508, '3298', '463.00', '13', '25.001', '30', '94901000', '99999999', '78931000', '78999999', NULL, 1652959443),
(97509, '3220', '925.00', '10', '25.001', '30', '94901000', '99999999', '78931000', '78999999', NULL, 1652959443),
(97510, '3298', '70.00', '11', '0.3', '5', '94901000', '99999999', '79000000', '79129999', NULL, 1652959444),
(97511, '3220', '157.00', '6', '0.3', '5', '94901000', '99999999', '79000000', '79129999', NULL, 1652959445),
(97512, '3298', '106.00', '11', '5.001', '10', '94901000', '99999999', '79000000', '79129999', NULL, 1652959445),
(97513, '3220', '226.00', '6', '5.001', '10', '94901000', '99999999', '79000000', '79129999', NULL, 1652959446),
(97514, '3298', '172.00', '11', '10.001', '15', '94901000', '99999999', '79000000', '79129999', NULL, 1652959446),
(97515, '3220', '367.00', '6', '10.001', '15', '94901000', '99999999', '79000000', '79129999', NULL, 1652959447),
(97516, '3298', '239.00', '11', '15.001', '20', '94901000', '99999999', '79000000', '79129999', NULL, 1652959447),
(97517, '3220', '508.00', '6', '15.001', '20', '94901000', '99999999', '79000000', '79129999', NULL, 1652959448),
(97518, '3298', '305.00', '11', '20.001', '25', '94901000', '99999999', '79000000', '79129999', NULL, 1652959448),
(97519, '3220', '649.00', '6', '20.001', '25', '94901000', '99999999', '79000000', '79129999', NULL, 1652959449),
(97520, '3298', '371.00', '11', '25.001', '30', '94901000', '99999999', '79000000', '79129999', NULL, 1652959449),
(97521, '3220', '789.00', '6', '25.001', '30', '94901000', '99999999', '79000000', '79129999', NULL, 1652959450),
(97522, '3298', '70.00', '14', '0.3', '5', '94901000', '99999999', '79130000', '79999999', NULL, 1652959451),
(97523, '3220', '157.00', '9', '0.3', '5', '94901000', '99999999', '79130000', '79999999', NULL, 1652959451),
(97524, '3298', '106.00', '14', '5.001', '10', '94901000', '99999999', '79130000', '79999999', NULL, 1652959452),
(97525, '3220', '226.00', '9', '5.001', '10', '94901000', '99999999', '79130000', '79999999', NULL, 1652959453),
(97526, '3298', '172.00', '14', '10.001', '15', '94901000', '99999999', '79130000', '79999999', NULL, 1652959453),
(97527, '3220', '367.00', '9', '10.001', '15', '94901000', '99999999', '79130000', '79999999', NULL, 1652959454),
(97528, '3298', '239.00', '14', '15.001', '20', '94901000', '99999999', '79130000', '79999999', NULL, 1652959454),
(97529, '3220', '508.00', '9', '15.001', '20', '94901000', '99999999', '79130000', '79999999', NULL, 1652959455),
(97530, '3298', '305.00', '14', '20.001', '25', '94901000', '99999999', '79130000', '79999999', NULL, 1652959455),
(97531, '3220', '649.00', '9', '20.001', '25', '94901000', '99999999', '79130000', '79999999', NULL, 1652959456),
(97532, '3298', '371.00', '14', '25.001', '30', '94901000', '99999999', '79130000', '79999999', NULL, 1652959457),
(97533, '3220', '789.00', '9', '25.001', '30', '94901000', '99999999', '79130000', '79999999', NULL, 1652959457),
(97534, '3298', '44.00', '10', '0.3', '5', '94901000', '99999999', '80000000', '82999999', NULL, 1652959457),
(97535, '3220', '102.00', '6', '0.3', '5', '94901000', '99999999', '80000000', '82999999', NULL, 1652959458),
(97536, '3298', '74.00', '10', '5.001', '10', '94901000', '99999999', '80000000', '82999999', NULL, 1652959458),
(97537, '3220', '141.00', '6', '5.001', '10', '94901000', '99999999', '80000000', '82999999', NULL, 1652959459),
(97538, '3298', '120.00', '10', '10.001', '15', '94901000', '99999999', '80000000', '82999999', NULL, 1652959459),
(97539, '3220', '229.00', '6', '10.001', '15', '94901000', '99999999', '80000000', '82999999', NULL, 1652959460),
(97540, '3298', '166.00', '10', '15.001', '20', '94901000', '99999999', '80000000', '82999999', NULL, 1652959460),
(97541, '3220', '316.00', '6', '15.001', '20', '94901000', '99999999', '80000000', '82999999', NULL, 1652959461),
(97542, '3298', '212.00', '10', '20.001', '25', '94901000', '99999999', '80000000', '82999999', NULL, 1652959462),
(97543, '3220', '404.00', '6', '20.001', '25', '94901000', '99999999', '80000000', '82999999', NULL, 1652959462),
(97544, '3298', '258.00', '10', '25.001', '30', '94901000', '99999999', '80000000', '82999999', NULL, 1652959463),
(97545, '3220', '492.00', '6', '25.001', '30', '94901000', '99999999', '80000000', '82999999', NULL, 1652959464),
(97546, '3298', '44.00', '10', '0.3', '5', '94901000', '99999999', '80000000', '83800999', NULL, 1652959464),
(97547, '3220', '102.00', '6', '0.3', '5', '94901000', '99999999', '80000000', '83800999', NULL, 1652959465),
(97548, '3298', '74.00', '10', '5.001', '10', '94901000', '99999999', '80000000', '83800999', NULL, 1652959466),
(97549, '3220', '141.00', '6', '5.001', '10', '94901000', '99999999', '80000000', '83800999', NULL, 1652959466),
(97550, '3298', '120.00', '10', '10.001', '15', '94901000', '99999999', '80000000', '83800999', NULL, 1652959467),
(97551, '3220', '229.00', '6', '10.001', '15', '94901000', '99999999', '80000000', '83800999', NULL, 1652959467),
(97552, '3298', '166.00', '10', '15.001', '20', '94901000', '99999999', '80000000', '83800999', NULL, 1652959468),
(97553, '3220', '316.00', '6', '15.001', '20', '94901000', '99999999', '80000000', '83800999', NULL, 1652959468),
(97554, '3298', '212.00', '10', '20.001', '25', '94901000', '99999999', '80000000', '83800999', NULL, 1652959468),
(97555, '3220', '404.00', '6', '20.001', '25', '94901000', '99999999', '80000000', '83800999', NULL, 1652959469),
(97556, '3298', '258.00', '10', '25.001', '30', '94901000', '99999999', '80000000', '83800999', NULL, 1652959469),
(97557, '3220', '492.00', '6', '25.001', '30', '94901000', '99999999', '80000000', '83800999', NULL, 1652959470),
(97558, '3298', '44.00', '12', '0.3', '5', '94901000', '99999999', '83801000', '87999999', NULL, 1652959471),
(97559, '3220', '102.00', '8', '0.3', '5', '94901000', '99999999', '83801000', '87999999', NULL, 1652959471),
(97560, '3298', '74.00', '12', '5.001', '10', '94901000', '99999999', '83801000', '87999999', NULL, 1652959472),
(97561, '3220', '141.00', '8', '5.001', '10', '94901000', '99999999', '83801000', '87999999', NULL, 1652959472),
(97562, '3298', '120.00', '12', '10.001', '15', '94901000', '99999999', '83801000', '87999999', NULL, 1652959473),
(97563, '3220', '229.00', '8', '10.001', '15', '94901000', '99999999', '83801000', '87999999', NULL, 1652959474),
(97564, '3298', '166.00', '12', '15.001', '20', '94901000', '99999999', '83801000', '87999999', NULL, 1652959474),
(97565, '3220', '316.00', '8', '15.001', '20', '94901000', '99999999', '83801000', '87999999', NULL, 1652959475),
(97566, '3298', '212.00', '12', '20.001', '25', '94901000', '99999999', '83801000', '87999999', NULL, 1652959475),
(97567, '3220', '404.00', '8', '20.001', '25', '94901000', '99999999', '83801000', '87999999', NULL, 1652959475),
(97568, '3298', '258.00', '12', '25.001', '30', '94901000', '99999999', '83801000', '87999999', NULL, 1652959476),
(97569, '3220', '492.00', '8', '25.001', '30', '94901000', '99999999', '83801000', '87999999', NULL, 1652959477),
(97570, '3298', '44.00', '10', '0.3', '5', '94901000', '99999999', '88000000', '82999999', NULL, 1652959478),
(97571, '3220', '102.00', '6', '0.3', '5', '94901000', '99999999', '88000000', '82999999', NULL, 1652959478),
(97572, '3298', '74.00', '10', '5.001', '10', '94901000', '99999999', '88000000', '82999999', NULL, 1652959479),
(97573, '3220', '141.00', '6', '5.001', '10', '94901000', '99999999', '88000000', '82999999', NULL, 1652959479),
(97574, '3298', '120.00', '10', '10.001', '15', '94901000', '99999999', '88000000', '82999999', NULL, 1652959480),
(97575, '3220', '229.00', '6', '10.001', '15', '94901000', '99999999', '88000000', '82999999', NULL, 1652959480),
(97576, '3298', '166.00', '10', '15.001', '20', '94901000', '99999999', '88000000', '82999999', NULL, 1652959480),
(97577, '3220', '316.00', '6', '15.001', '20', '94901000', '99999999', '88000000', '82999999', NULL, 1652959481),
(97578, '3298', '212.00', '10', '20.001', '25', '94901000', '99999999', '88000000', '82999999', NULL, 1652959481),
(97579, '3220', '404.00', '6', '20.001', '25', '94901000', '99999999', '88000000', '82999999', NULL, 1652959482),
(97580, '3298', '258.00', '10', '25.001', '30', '94901000', '99999999', '88000000', '82999999', NULL, 1652959483),
(97581, '3220', '492.00', '6', '25.001', '30', '94901000', '99999999', '88000000', '82999999', NULL, 1652959483),
(97582, '3298', '44.00', '10', '0.3', '5', '94901000', '99999999', '88000000', '88469999', NULL, 1652959484),
(97583, '3220', '102.00', '6', '0.3', '5', '94901000', '99999999', '88000000', '88469999', NULL, 1652959484),
(97584, '3298', '74.00', '10', '5.001', '10', '94901000', '99999999', '88000000', '88469999', NULL, 1652959484),
(97585, '3220', '141.00', '6', '5.001', '10', '94901000', '99999999', '88000000', '88469999', NULL, 1652959485),
(97586, '3298', '120.00', '10', '10.001', '15', '94901000', '99999999', '88000000', '88469999', NULL, 1652959485),
(97587, '3220', '229.00', '6', '10.001', '15', '94901000', '99999999', '88000000', '88469999', NULL, 1652959486),
(97588, '3298', '166.00', '10', '15.001', '20', '94901000', '99999999', '88000000', '88469999', NULL, 1652959487),
(97589, '3220', '316.00', '6', '15.001', '20', '94901000', '99999999', '88000000', '88469999', NULL, 1652959487),
(97590, '3298', '212.00', '10', '20.001', '25', '94901000', '99999999', '88000000', '88469999', NULL, 1652959488),
(97591, '3220', '404.00', '6', '20.001', '25', '94901000', '99999999', '88000000', '88469999', NULL, 1652959489),
(97592, '3298', '258.00', '10', '25.001', '30', '94901000', '99999999', '88000000', '88469999', NULL, 1652959489),
(97593, '3220', '492.00', '6', '25.001', '30', '94901000', '99999999', '88000000', '88469999', NULL, 1652959490),
(97594, '3298', '44.00', '11', '0.3', '5', '94901000', '99999999', '88470000', '89999999', NULL, 1652959490),
(97595, '3220', '102.00', '8', '0.3', '5', '94901000', '99999999', '88470000', '89999999', NULL, 1652959491),
(97596, '3298', '74.00', '11', '5.001', '10', '94901000', '99999999', '88470000', '89999999', NULL, 1652959492),
(97597, '3220', '141.00', '8', '5.001', '10', '94901000', '99999999', '88470000', '89999999', NULL, 1652959492),
(97598, '3298', '120.00', '11', '10.001', '15', '94901000', '99999999', '88470000', '89999999', NULL, 1652959493),
(97599, '3220', '229.00', '8', '10.001', '15', '94901000', '99999999', '88470000', '89999999', NULL, 1652959493),
(97600, '3298', '166.00', '11', '15.001', '20', '94901000', '99999999', '88470000', '89999999', NULL, 1652959494),
(97601, '3220', '316.00', '8', '15.001', '20', '94901000', '99999999', '88470000', '89999999', NULL, 1652959494),
(97602, '3298', '212.00', '11', '20.001', '25', '94901000', '99999999', '88470000', '89999999', NULL, 1652959495),
(97603, '3220', '404.00', '8', '20.001', '25', '94901000', '99999999', '88470000', '89999999', NULL, 1652959495),
(97604, '3298', '258.00', '11', '25.001', '30', '94901000', '99999999', '88470000', '89999999', NULL, 1652959495),
(97605, '3220', '492.00', '8', '25.001', '30', '94901000', '99999999', '88470000', '89999999', NULL, 1652959496),
(97606, '3298', '25.00', '6', '0.3', '5', '94901000', '99999999', '90000000', '91999999', NULL, 1652959496),
(97607, '3220', '34.00', '4', '0.3', '5', '94901000', '99999999', '90000000', '91999999', NULL, 1652959497),
(97608, '3298', '31.00', '6', '5.001', '10', '94901000', '99999999', '90000000', '91999999', NULL, 1652959498),
(97609, '3220', '48.00', '4', '5.001', '10', '94901000', '99999999', '90000000', '91999999', NULL, 1652959498),
(97610, '3298', '51.00', '6', '10.001', '15', '94901000', '99999999', '90000000', '91999999', NULL, 1652959499),
(97611, '3220', '78.00', '4', '10.001', '15', '94901000', '99999999', '90000000', '91999999', NULL, 1652959500),
(97612, '3298', '71.00', '6', '15.001', '20', '94901000', '99999999', '90000000', '91999999', NULL, 1652959500),
(97613, '3220', '108.00', '4', '15.001', '20', '94901000', '99999999', '90000000', '91999999', NULL, 1652959501),
(97614, '3298', '91.00', '6', '20.001', '25', '94901000', '99999999', '90000000', '91999999', NULL, 1652959501),
(97615, '3220', '138.00', '4', '20.001', '25', '94901000', '99999999', '90000000', '91999999', NULL, 1652959502),
(97616, '3298', '110.00', '6', '25.001', '30', '94901000', '99999999', '90000000', '91999999', NULL, 1652959502),
(97617, '3220', '168.00', '4', '25.001', '30', '94901000', '99999999', '90000000', '91999999', NULL, 1652959503),
(97618, '3298', '25.00', '7', '0.3', '5', '94901000', '99999999', '90000000', '94900999', NULL, 1652959504),
(97619, '3220', '34.00', '6', '0.3', '5', '94901000', '99999999', '90000000', '94900999', NULL, 1652959504),
(97620, '3298', '31.00', '7', '5.001', '10', '94901000', '99999999', '90000000', '94900999', NULL, 1652959505),
(97621, '3220', '48.00', '6', '5.001', '10', '94901000', '99999999', '90000000', '94900999', NULL, 1652959505);
INSERT INTO `partiushop_tabela_frete_correios` (`id`, `frete_correios_id`, `valor`, `prazo`, `peso_min`, `peso_max`, `faixa_cep_orig_min`, `faixa_cep_orig_max`, `faixa_cep_dest_min`, `faixa_cep_dest_max`, `updated_at`, `created_at`) VALUES
(97622, '3298', '51.00', '7', '10.001', '15', '94901000', '99999999', '90000000', '94900999', NULL, 1652959506),
(97623, '3220', '78.00', '6', '10.001', '15', '94901000', '99999999', '90000000', '94900999', NULL, 1652959506),
(97624, '3298', '71.00', '7', '15.001', '20', '94901000', '99999999', '90000000', '94900999', NULL, 1652959507),
(97625, '3220', '108.00', '6', '15.001', '20', '94901000', '99999999', '90000000', '94900999', NULL, 1652959508),
(97626, '3298', '91.00', '7', '20.001', '25', '94901000', '99999999', '90000000', '94900999', NULL, 1652959508),
(97627, '3220', '138.00', '6', '20.001', '25', '94901000', '99999999', '90000000', '94900999', NULL, 1652959509),
(97628, '3298', '110.00', '7', '25.001', '30', '94901000', '99999999', '90000000', '94900999', NULL, 1652959509),
(97629, '3220', '168.00', '6', '25.001', '30', '94901000', '99999999', '90000000', '94900999', NULL, 1652959510),
(97630, '3298', '26.00', '5', '0.3', '5', '94901000', '99999999', '94901000', '99999999', NULL, 1652959510),
(97631, '3220', '22.00', '1', '0.3', '5', '94901000', '99999999', '94901000', '99999999', NULL, 1652959511),
(97632, '3298', '32.00', '5', '5.001', '10', '94901000', '99999999', '94901000', '99999999', NULL, 1652959511),
(97633, '3220', '28.00', '1', '5.001', '10', '94901000', '99999999', '94901000', '99999999', NULL, 1652959511),
(97634, '3298', '52.00', '5', '10.001', '15', '94901000', '99999999', '94901000', '99999999', NULL, 1652959512),
(97635, '3220', '45.00', '1', '10.001', '15', '94901000', '99999999', '94901000', '99999999', NULL, 1652959512),
(97636, '3298', '72.00', '5', '15.001', '20', '94901000', '99999999', '94901000', '99999999', NULL, 1652959513),
(97637, '3220', '63.00', '1', '15.001', '20', '94901000', '99999999', '94901000', '99999999', NULL, 1652959514),
(97638, '3298', '92.00', '5', '20.001', '25', '94901000', '99999999', '94901000', '99999999', NULL, 1652959514),
(97639, '3220', '80.00', '1', '20.001', '25', '94901000', '99999999', '94901000', '99999999', NULL, 1652959514),
(97640, '3298', '112.00', '5', '25.001', '30', '94901000', '99999999', '94901000', '99999999', NULL, 1652959515),
(97641, '3220', '97.00', '1', '25.001', '30', '94901000', '99999999', '94901000', '99999999', NULL, 1652959515),
(97642, '3298', '24.00', '6', '0.8', '1.2', '87360000', '87360000', '05311900', '05311900', 1653052917, 0),
(97643, '3220', '51.00', '2', '0.8', '1.2', '87360000', '87360000', '05311900', '05311900', 1653052918, 1653050812),
(97644, '3298', '18.00', '6', '0.8', '1.2', '87360000', '87360000', '87485000', '87485000', 1653677147, 1653155856),
(97645, '3220', '24.00', '4', '0.8', '1.2', '87360000', '87360000', '87485000', '87485000', 1653677148, 1653155860),
(97646, '3298', '19.00', '6', '1.8', '2.2', '87360000', '87360000', '87485000', '87485000', 1653158892, 1653155902),
(97647, '3220', '26.00', '4', '1.8', '2.2', '87360000', '87360000', '87485000', '87485000', 1653158893, 1653155903),
(97648, '3298', '22.00', '6', '2.8', '3.2', '87360000', '87360000', '87485000', '87485000', 1653156169, 1653155992),
(97649, '3220', '29.00', '4', '2.8', '3.2', '87360000', '87360000', '87485000', '87485000', 1653156169, 1653155993),
(97650, '3298', '24.00', '6', '3.8', '4.2', '87360000', '87360000', '87485000', '87485000', 1653156152, 1653156098),
(97651, '3220', '31.00', '4', '3.8', '4.2', '87360000', '87360000', '87485000', '87485000', 1653156153, 1653156099),
(97652, '3298', '24.00', '7', '0.8', '1.2', '87360000', '87360000', '16015244', '16015244', 1653678251, 1653677155),
(97653, '3220', '51.00', '3', '0.8', '1.2', '87360000', '87360000', '16015244', '16015244', 1653678253, 1653677156),
(97654, '3298', '24.00', '6', '0.8', '1.2', '87360000', '87360000', '01310200', '01310200', 1654023600, 1654021581),
(97655, '3220', '51.00', '2', '0.8', '1.2', '87360000', '87360000', '01310200', '01310200', 1654023602, 1654021582);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_tabela_frete_correios_historico_de_pedidos`
--

CREATE TABLE `partiushop_tabela_frete_correios_historico_de_pedidos` (
  `id` int(11) NOT NULL,
  `frete_correios_id` varchar(255) DEFAULT NULL,
  `tabela_frete_valor` decimal(6,2) NOT NULL,
  `tabela_frete_prazo` varchar(255) NOT NULL,
  `tabela_frete_timestamp` int(11) NOT NULL,
  `peso` varchar(255) NOT NULL,
  `cep_origem` varchar(255) NOT NULL,
  `cep_destino` varchar(255) NOT NULL,
  `webservice_valor` varchar(255) DEFAULT NULL,
  `webservice_prazo` varchar(255) DEFAULT NULL,
  `webservice_timestamp` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_tags`
--

CREATE TABLE `partiushop_tags` (
  `tag_id` mediumint(8) UNSIGNED NOT NULL,
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `tag` varchar(255) NOT NULL DEFAULT '',
  `timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `status` char(1) NOT NULL DEFAULT 'P'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_tags`
--

INSERT INTO `partiushop_tags` (`tag_id`, `company_id`, `tag`, `timestamp`, `status`) VALUES
(9, 0, 'prova pagina', 1589324395, 'A');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_tag_links`
--

CREATE TABLE `partiushop_tag_links` (
  `tag_id` mediumint(8) UNSIGNED NOT NULL,
  `object_type` char(1) NOT NULL DEFAULT 'P',
  `object_id` mediumint(8) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_tag_links`
--

INSERT INTO `partiushop_tag_links` (`tag_id`, `object_type`, `object_id`) VALUES
(9, 'A', 48);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_taxes`
--

CREATE TABLE `partiushop_taxes` (
  `tax_id` mediumint(8) UNSIGNED NOT NULL,
  `address_type` char(1) NOT NULL DEFAULT 'S',
  `status` char(1) NOT NULL DEFAULT 'D',
  `price_includes_tax` char(1) NOT NULL DEFAULT 'N',
  `display_including_tax` char(1) NOT NULL DEFAULT 'N',
  `display_info` char(1) NOT NULL DEFAULT '',
  `regnumber` varchar(255) NOT NULL DEFAULT '',
  `priority` mediumint(8) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_taxes`
--

INSERT INTO `partiushop_taxes` (`tax_id`, `address_type`, `status`, `price_includes_tax`, `display_including_tax`, `display_info`, `regnumber`, `priority`) VALUES
(6, 'S', 'D', 'Y', 'N', '', '1234242', 0);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_tax_descriptions`
--

CREATE TABLE `partiushop_tax_descriptions` (
  `tax_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `tax` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_tax_descriptions`
--

INSERT INTO `partiushop_tax_descriptions` (`tax_id`, `lang_code`, `tax`) VALUES
(6, 'da', 'VAT'),
(6, 'de', 'VAT'),
(6, 'el', 'ΦΠΑ'),
(6, 'en', 'VAT'),
(6, 'es', 'VAT'),
(6, 'fr', 'VAT'),
(6, 'it', 'VAT'),
(6, 'nl', 'VAT'),
(6, 'no', 'VAT'),
(6, 'pt', 'VAT'),
(6, 'ro', 'VAT'),
(6, 'ru', 'VAT');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_tax_rates`
--

CREATE TABLE `partiushop_tax_rates` (
  `rate_id` mediumint(8) UNSIGNED NOT NULL,
  `tax_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `destination_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `rate_value` decimal(13,3) NOT NULL DEFAULT 0.000,
  `rate_type` char(1) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_tax_rates`
--

INSERT INTO `partiushop_tax_rates` (`rate_id`, `tax_id`, `destination_id`, `rate_value`, `rate_type`) VALUES
(5, 6, 1, '12.000', 'F'),
(11, 6, 8, '3.000', 'P'),
(12, 6, 7, '10.000', 'P');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_template_documents`
--

CREATE TABLE `partiushop_template_documents` (
  `document_id` int(11) UNSIGNED NOT NULL,
  `template` text DEFAULT NULL,
  `default_template` text DEFAULT NULL,
  `type` varchar(32) NOT NULL DEFAULT '',
  `code` varchar(128) NOT NULL DEFAULT '',
  `addon` varchar(32) NOT NULL DEFAULT '',
  `updated` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `created` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_template_documents`
--

INSERT INTO `partiushop_template_documents` (`document_id`, `template`, `default_template`, `type`, `code`, `addon`, `updated`, `created`) VALUES
(1, '<table width=\"100%;\" style=\"min-width: 800px; font-family: Helvetica, Arial, sans-serif; border-collapse: separate;\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n<tbody>\r\n<tr style=\"vertical-align: top;\">\r\n    <td>\r\n        <table width=\"100%;\" cellspacing=\"0\" border=\"0\" style=\"border-collapse: separate; font-family: Helvetica, Arial, sans-serif;\">\r\n        <tbody>\r\n        <tr>\r\n            <td width=\"66%\" style=\"padding-bottom: 40px; vertical-align: top; font-family: Helvetica, Arial, sans-serif;\"><img src=\"{{c.logos.mail.image.image_path}}\" width=\"{{c.logos.mail.image.image_x}}\" height=\"{{c.logos.mail.image.image_y}}\" alt=\"{{ c.name }}\">\r\n            </td>\r\n            <td width=\"34%\" style=\"padding-bottom: 40px; -webkit-print-color-adjust: exact; font-family: Helvetica, Arial, sans-serif;\">\r\n                <p style=\"color: #787878; font-size: 14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 3px; margin: 0px;\">\r\n                    <span style=\"color: #000000; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; line-height: 20px;\">{{ o.invoice_id_text }}</span>\r\n                </p>\r\n                <p style=\"color: #787878; font-size: 14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px; margin: 0px;\">\r\n                    <span style=\"color: #000000; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase;\">{{__(\"order_date\")}}</span>  {{o.timestamp}}\r\n                </p>\r\n                <p style=\"color: #787878; font-size: 14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px; margin: 0px;\">\r\n                    <span style=\"color: #000000; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase;\">{{__(\"payment\")}}</span>  {{p.payment}}\r\n                </p>\r\n                <p style=\"color: #787878; font-size: 14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px; margin: 0px;\">\r\n                    <span style=\"color: #000000; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase;\">{{__(\"shipping\")}}</span>  {{o.shippings_method}}\r\n                </p>\r\n                {% if o.tracking_number %}\r\n                <p style=\"color: #787878; font-size: 14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px; margin: 0px;\">\r\n                    <span style=\"color: #000000; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase;\">{{__(\"tracking_number\")}}</span>\r\n                    <a href=\"http://partiushop.com.br/index.php?dispatch=rastreamento.view&etiqueta={{ shipment.tracking_number }}\">{{ shipment.tracking_number }}</a>\r\n                </p>\r\n                {% endif %}\r\n            </td>\r\n        </tr>\r\n        </tbody>\r\n        </table>\r\n    </td>\r\n</tr>\r\n<tr>\r\n    <td colspan=\"2\">\r\n        <table width=\"100%;\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\" border-collapse: separate; font-family: Helvetica, Arial, sans-serif;\">\r\n        <tbody>\r\n        <tr>\r\n            <td style=\"vertical-align: top; background-color: #f7f7f7; color: #444444; padding: 20px 10px; color: #444444; font-size: 14px; font-family: Helvetica, Arial, sans-serif; -webkit-print-color-adjust: exact;\" width=\"30%\">\r\n                <h1 style=\"margin: 0px; font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #444444; text-transform: uppercase; padding-bottom: 20px; border-bottom: 3px solid #444444; margin-bottom: 20px;\">{{__(\"store\")}}</h1>\r\n                <p style=\"margin: 0px; padding-bottom: 10px;\"><strong>{{c.name}}</strong>\r\n                </p>\r\n                {{ snippet(\"company_address\") }}\r\n            </td>\r\n            <td style=\"vertical-align: top; padding: 20px 30px; color: #444444; font-size: 14px; font-family: Helvetica, Arial, sans-serif;\" width=\"36%\">\r\n                {{ snippet(\"bill_to\") }}\r\n            </td>\r\n            <td style=\"vertical-align: top; padding: 20px 0px; color: #444444; font-size: 14px; font-family: Helvetica, Arial, sans-serif;\" width=\"34%\">\r\n                {% if pickup_point.is_selected %}\r\n                {{ snippet(\"pickup_point\") }}\r\n                {% else %}\r\n                {{ snippet(\"ship_to\") }}\r\n                {% endif %}\r\n            </td>\r\n        </tr>\r\n        </tbody>\r\n        </table>\r\n    </td>\r\n</tr>\r\n<tr>\r\n    <td style=\"font-family: Helvetica, Arial, sans-serif;\">\r\n        {{ snippet(\"products_table\") }}\r\n    </td>\r\n</tr>\r\n<tr>\r\n    <td style=\"border-top: 3px solid #444444; padding-top: 10px; font-family: Helvetica, Arial, sans-serif;\">\r\n        <table width=\"100%\" style=\"border-collapse: separate; font-family: Helvetica, Arial, sans-serif;\">\r\n        <tbody>\r\n        <tr>\r\n            <td width=\"66%\" style=\"font-size: 14px; font-family: Helvetica, Arial, sans-serif; line-height: 21px; color: #444444; padding-right: 30px; vertical-align:top;\">\r\n                {% if o.notes %}\r\n                <h2 style=\"margin: 0px; font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #444444; text-transform: uppercase; padding-bottom: 20px; border-bottom: 3px solid #e8e8e8; margin-bottom: 10px;\">{{ __(\"customer_notes\") }}</h2>\r\n                {{ o.notes }}\r\n                                {% endif %}\r\n            </td>\r\n            <td width=\"34%\" style=\"vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\r\n                <table width=\"100%;\" style=\"font-size: 14px; color: #444; font-family: Helvetica, Arial, sans-serif;\">\r\n                <tbody>\r\n                <tr style=\" vertical-align: top;\">\r\n                    <td align=\"left\" style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\">{{ __(\"subtotal\") }}\r\n                    </td>\r\n                    <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{{o.display_subtotal}}\r\n                    </td>\r\n                </tr>\r\n                <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\r\n                    <td align=\"left\" style=\"padding-bottom: 20px; text-transform: uppercase; font-family: Helvetica, Arial, sans-serif;\">{{o.tax_name}}\r\n                    </td>\r\n                    <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{{o.tax_total}}\r\n                    </td>\r\n                </tr>\r\n                <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\r\n                    <td align=\"left\" style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\">{{ __(\"shipping\") }}\r\n                    </td>\r\n                    <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{{ o.display_shipping_cost }}\r\n                    </td>\r\n                </tr>\r\n                <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\r\n                    <td align=\"left\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.payment_surcharge %}\r\n                        <div style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\"> {{__(\"payment_surcharge\")}} </div> {% endif %}\r\n                    </td>\r\n                    <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.payment_surcharge %} {{o.payment_surcharge}} {% endif %}<br>\r\n                    </td>\r\n                </tr>\r\n                <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\r\n                    <td align=\"left\">{% if o.coupon_code %} <div style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\"> {{ __(\"coupon\") }} </div> {% endif %}\r\n                    </td>\r\n                    <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.coupon_code %} {{o.coupon_code}} {% endif %}\r\n                    </td>\r\n                </tr>\r\n                <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\r\n                    <td align=\"left\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.raw.discount %} <div style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\"> {{ __(\"including_discount\") }} </div> {% endif %}\r\n                    </td>\r\n                    <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.raw.discount %} {{o.discount}} {% endif %}\r\n                    </td>\r\n                </tr>\r\n                <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\r\n                    <td align=\"left\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.raw.subtotal_discount %} <div style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\"> {{ __(\"order_discount\") }} </div> {% endif %}\r\n                    </td>\r\n                    <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.raw.subtotal_discount %} {{o.subtotal_discount}} {% endif %}\r\n                    </td>\r\n                </tr>\r\n                <tr style=\" vertical-align: top; font-size: 22px; font-family: Helvetica, Arial, sans-serif; font-weight: 600;\">\r\n                    <td align=\"left\" style=\"padding-top: 20px; border-top: 1px solid #e8e8e8; font-size: 22px; font-family: Helvetica, Arial, sans-serif; \">{{ __(\"total\") }}\r\n                    </td>\r\n                    <td align=\"right\" style=\"padding-top: 20px; border-top: 1px solid #e8e8e8; font-size: 22px; font-family: Helvetica, Arial, sans-serif; \">{{o.total}}\r\n                    </td>\r\n                </tr>\r\n                </tbody>\r\n                </table>\r\n            </td>\r\n        </tr>\r\n        </tbody>\r\n        </table>\r\n    </td>\r\n</tr>\r\n</tbody>\r\n</table>', '<table width=\"100%;\" style=\"min-width: 800px; font-family: Helvetica, Arial, sans-serif; border-collapse: separate;\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\n<tbody>\n<tr style=\"vertical-align: top;\">\n    <td>\n        <table width=\"100%;\" cellspacing=\"0\" border=\"0\" style=\"border-collapse: separate; font-family: Helvetica, Arial, sans-serif;\">\n        <tbody>\n        <tr>\n            <td width=\"66%\" style=\"padding-bottom: 40px; vertical-align: top; font-family: Helvetica, Arial, sans-serif;\"><img src=\"{{c.logos.mail.image.image_path}}\" width=\"{{c.logos.mail.image.image_x}}\" height=\"{{c.logos.mail.image.image_y}}\" alt=\"{{ c.name }}\">\n            </td>\n            <td width=\"34%\" style=\"padding-bottom: 40px; -webkit-print-color-adjust: exact; font-family: Helvetica, Arial, sans-serif;\">\n                <p style=\"color: #787878; font-size: 14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 3px; margin: 0px;\">\n                    <span style=\"color: #000000; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; line-height: 20px;\">{{ o.invoice_id_text }}</span>\n                </p>\n\n                <p style=\"color: #787878; font-size: 14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px; margin: 0px;\">\n                    <span style=\"color: #000000; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase;\">{{__(\"order_date\")}}</span>  {{o.timestamp}}\n                </p>\n                <p style=\"color: #787878; font-size: 14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px; margin: 0px;\">\n                    <span style=\"color: #000000; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase;\">{{__(\"payment\")}}</span>  {{p.payment}}\n                </p>\n                <p style=\"color: #787878; font-size: 14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px; margin: 0px;\">\n                    <span style=\"color: #000000; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase;\">{{__(\"shipping\")}}</span>  {{o.shippings_method}}\n                </p>\n                {% if o.tracking_number %}\n                <p style=\"color: #787878; font-size: 14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px; margin: 0px;\">\n                    <span style=\"color: #000000; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase;\">{{__(\"tracking_number\")}}</span>  {{o.tracking_number}}\n                </p>\n                {% endif %}\n            </td>\n        </tr>\n        </tbody>\n        </table>\n    </td>\n</tr>\n<tr>\n    <td colspan=\"2\">\n        <table width=\"100%;\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\" border-collapse: separate; font-family: Helvetica, Arial, sans-serif;\">\n        <tbody>\n        <tr>\n            <td style=\"vertical-align: top; background-color: #f7f7f7; color: #444444; padding: 20px 10px; color: #444444; font-size: 14px; font-family: Helvetica, Arial, sans-serif; -webkit-print-color-adjust: exact;\" width=\"30%\">\n                <h1 style=\"margin: 0px; font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #444444; text-transform: uppercase; padding-bottom: 20px; border-bottom: 3px solid #444444; margin-bottom: 20px;\">{{__(\"store\")}}</h1>\n                <p style=\"margin: 0px; padding-bottom: 10px;\"><strong>{{c.name}}</strong>\n                </p>\n                {{ snippet(\"company_address\") }}\n            </td>\n            <td style=\"vertical-align: top; padding: 20px 30px; color: #444444; font-size: 14px; font-family: Helvetica, Arial, sans-serif;\" width=\"36%\">\n                {{ snippet(\"bill_to\") }}\n            </td>\n            <td style=\"vertical-align: top; padding: 20px 0px; color: #444444; font-size: 14px; font-family: Helvetica, Arial, sans-serif;\" width=\"34%\">\n                {% if pickup_point.is_selected %}\n                {{ snippet(\"pickup_point\") }}\n                {% else %}\n                {{ snippet(\"ship_to\") }}\n                {% endif %}\n            </td>\n        </tr>\n        </tbody>\n        </table>\n    </td>\n</tr>\n<tr>\n    <td style=\"font-family: Helvetica, Arial, sans-serif;\">\n        {{ snippet(\"products_table\") }}\n    </td>\n</tr>\n<tr>\n    <td style=\"border-top: 3px solid #444444; padding-top: 10px; font-family: Helvetica, Arial, sans-serif;\">\n        <table width=\"100%\" style=\"border-collapse: separate; font-family: Helvetica, Arial, sans-serif;\">\n        <tbody>\n        <tr>\n            <td width=\"66%\" style=\"font-size: 14px; font-family: Helvetica, Arial, sans-serif; line-height: 21px; color: #444444; padding-right: 30px; vertical-align:top;\">\n                {% if o.notes %}\n                <h2 style=\"margin: 0px; font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #444444; text-transform: uppercase; padding-bottom: 20px; border-bottom: 3px solid #e8e8e8; margin-bottom: 10px;\">{{ __(\"customer_notes\") }}</h2>\n                {{ o.notes }}\n                                {% endif %}\n            </td>\n            <td width=\"34%\" style=\"vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\n                <table width=\"100%;\" style=\"font-size: 14px; color: #444; font-family: Helvetica, Arial, sans-serif;\">\n                <tbody>\n                <tr style=\" vertical-align: top;\">\n                    <td align=\"left\" style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\">{{ __(\"subtotal\") }}\n                    </td>\n                    <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{{o.display_subtotal}}\n                    </td>\n                </tr>\n                <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\n                    <td align=\"left\" style=\"padding-bottom: 20px; text-transform: uppercase; font-family: Helvetica, Arial, sans-serif;\">{{o.tax_name}}\n                    </td>\n                    <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{{o.tax_total}}\n                    </td>\n                </tr>\n                <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\n                    <td align=\"left\" style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\">{{ __(\"shipping\") }}\n                    </td>\n                    <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{{ o.display_shipping_cost }}\n                    </td>\n                </tr>\n                <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\n                    <td align=\"left\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.payment_surcharge %}\n                        <div style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\"> {{__(\"payment_surcharge\")}} </div> {% endif %}\n                    </td>\n                    <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.payment_surcharge %} {{o.payment_surcharge}} {% endif %}<br>\n                    </td>\n                </tr>\n                <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\n                    <td align=\"left\">{% if o.coupon_code %} <div style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\"> {{ __(\"coupon\") }} </div> {% endif %}\n                    </td>\n                    <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.coupon_code %} {{o.coupon_code}} {% endif %}\n                    </td>\n                </tr>\n                <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\n                    <td align=\"left\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.raw.discount %} <div style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\"> {{ __(\"including_discount\") }} </div> {% endif %}\n                    </td>\n                    <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.raw.discount %} {{o.discount}} {% endif %}\n                    </td>\n                </tr>\n                <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\n                    <td align=\"left\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.raw.subtotal_discount %} <div style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\"> {{ __(\"order_discount\") }} </div> {% endif %}\n                    </td>\n                    <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.raw.subtotal_discount %} {{o.subtotal_discount}} {% endif %}\n                    </td>\n                </tr>\n                <tr style=\" vertical-align: top; font-size: 22px; font-family: Helvetica, Arial, sans-serif; font-weight: 600;\">\n                    <td align=\"left\" style=\"padding-top: 20px; border-top: 1px solid #e8e8e8; font-size: 22px; font-family: Helvetica, Arial, sans-serif; \">{{ __(\"total\") }}\n                    </td>\n                    <td align=\"right\" style=\"padding-top: 20px; border-top: 1px solid #e8e8e8; font-size: 22px; font-family: Helvetica, Arial, sans-serif; \">{{o.total}}\n                    </td>\n                </tr>\n                </tbody>\n                </table>\n            </td>\n        </tr>\n        </tbody>\n        </table>\n    </td>\n</tr>\n</tbody>\n</table>', 'order', 'invoice', '', 1652378418, 1586347356),
(2, '<table width=\"500\" style=\" font-family: Helvetica, Arial, sans-serif; border-collapse: separate;\" rel=\"min-width: 800px; font-family: Helvetica, Arial, sans-serif; border-collapse: separate;\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n<tbody>\r\n<tr style=\"vertical-align: top;\">\r\n    <td>\r\n        <table width=\"100%;\" cellspacing=\"0\" border=\"0\" style=\"border-collapse: separate; font-family: Helvetica, Arial, sans-serif;\">\r\n        <tbody>\r\n        <tr>\r\n            <td width=\"50%\" style=\"padding: 0px; padding-bottom: 10px; padding-right: 40px; vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\r\n                {% if pickup_point.is_selected %}\r\n                {{ snippet(\"pickup_point\") }}\r\n                {% else %}\r\n                {{ snippet(\"ship_to\") }}\r\n                {% endif %}\r\n            </td>\r\n            <td width=\"50%\" style=\"padding: 0px; padding-bottom: 10px; padding-left: 40px; -webkit-print-color-adjust: exact; vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\r\n                <p style=\"color: #787878; font-size: 14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px; margin: 0px;\">\r\n                    <span style=\"color: #444444; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase;\">{{__(\"order_date\")}}</span>  {{o.timestamp}}\r\n                </p>\r\n                <p style=\"color: #787878; font-size: 14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px; margin: 0px;\">\r\n                    <span style=\"color: #444444; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase;\">{{__(\"payment\")}}</span>  {{p.payment}}\r\n                </p>\r\n                <p style=\"color: #787878; font-size: 14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px; margin: 0px;\">\r\n                    <span style=\"color: #444444; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase;\">{{__(\"shipping\")}}</span>  {{o.shippings_method}}\r\n                </p>\r\n                {% if o.tracking_number %}\r\n                <p style=\"color: #787878; font-size: 14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px; margin: 0px;\">\r\n                    <span style=\"color: #444444; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase;\">{{__(\"tracking_number\")}}</span>  \r\n                    <a href=\"http://partiushop.com.br/index.php?dispatch=rastreamento.view&etiqueta={{ shipment.tracking_number }}\">{{ shipment.tracking_number }}</a>\r\n                </p>\r\n                {% endif %}\r\n            </td>\r\n        </tr>\r\n        </tbody>\r\n        </table>\r\n    </td>\r\n</tr>\r\n<tr>\r\n    <td style=\"padding: 0px;\">\r\n        {{ snippet(\"products_table\") }}\r\n    </td>\r\n</tr>\r\n<tr>\r\n    <td style=\"padding: 0px; border-top: 2px solid #f5f5f5; padding-top: 10px; font-family: Helvetica, Arial, sans-serif;\">\r\n        <table width=\"100%\" style=\"border-collapse: separate; font-family: Helvetica, Arial, sans-serif;\">\r\n        <tbody>\r\n        <tr>\r\n            <td width=\"66%\" style=\"font-size: 14px; font-family: Helvetica, Arial, sans-serif; line-height: 21px; color: #444444; padding-right: 30px; vertical-align:top;\">\r\n                {% if o.notes %}\r\n                <h2 style=\"margin: 0px; font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #444444; text-transform: uppercase; padding-bottom: 20px; border-bottom: 3px solid #e8e8e8; margin-bottom: 10px;\">{{ __(\"customer_notes\") }}</h2>\r\n                {{ o.notes }}\r\n                                {% endif %}\r\n            </td>\r\n            <td width=\"34%\" style=\"vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\r\n                <table width=\"100%;\" style=\"font-size: 14px; font-family: Helvetica, Arial, sans-serif; color: #444;\">\r\n                <tbody>\r\n                    <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\r\n                        <td align=\"left\" style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\">{{ __(\"subtotal\") }}\r\n                        </td>\r\n                        <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{{o.display_subtotal}}\r\n                        </td>\r\n                    </tr>\r\n                    <tr style=\" vertical-align: top;\">\r\n                        <td align=\"left\" style=\"padding-bottom: 20px; text-transform: uppercase; font-family: Helvetica, Arial, sans-serif;\">{{o.tax_name}}\r\n                        </td>\r\n                        <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{{o.tax_total}}\r\n                        </td>\r\n                    </tr>\r\n                    <tr style=\" vertical-align: top;\">\r\n                        <td align=\"left\" style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\">{{ __(\"shipping\") }}\r\n                        </td>\r\n                        <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{{ o.display_shipping_cost }}\r\n                        </td>\r\n                    </tr>\r\n                    <tr style=\" vertical-align: top;\">\r\n                        <td style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\" align=\"left\">{{ __(\"payment_surcharge\") }}\r\n                        </td>\r\n                        <td style=\"font-family: Helvetica, Arial, sans-serif;\" align=\"right\">{{ o.payment_surcharge }}\r\n                        </td>\r\n                    </tr>\r\n                    <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\r\n                        <td align=\"left\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.coupon_code %} <div style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\"> {{ __(\"coupon\") }} </div> {% endif %}\r\n                        </td>\r\n                        <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.coupon_code %} {{o.coupon_code}} {% endif %}\r\n                        </td>\r\n                    </tr>\r\n                    <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\r\n                        <td align=\"left\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.raw.discount %} <div style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\"> {{ __(\"including_discount\") }} </div> {% endif %}\r\n                        </td>\r\n                        <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.raw.discount %} {{o.discount}} {% endif %}\r\n                        </td>\r\n                    </tr>\r\n                    <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\r\n                        <td align=\"left\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.raw.subtotal_discount %} <div style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\"> {{ __(\"order_discount\") }} </div> {% endif %}\r\n                        </td>\r\n                        <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.raw.subtotal_discount %} {{o.subtotal_discount}} {% endif %}\r\n                        </td>\r\n                    </tr>\r\n                    <tr style=\" vertical-align: top; font-size: 22px; font-weight: 600; font-family: Helvetica, Arial, sans-serif;\">\r\n                        <td align=\"left\" style=\"padding-top: 20px; border-top: 1px solid #e8e8e8; font-size: 22px; font-family: Helvetica, Arial, sans-serif;\">{{ __(\"total\") }}\r\n                        </td>\r\n                        <td align=\"right\" style=\"padding-top: 20px; border-top: 1px solid #e8e8e8; font-size: 22px; font-family: Helvetica, Arial, sans-serif;\">{{o.total}}\r\n                        </td>\r\n                    </tr>\r\n                </tbody>\r\n                </table>\r\n            </td>\r\n        </tr>\r\n        </tbody>\r\n        </table>\r\n    </td>\r\n</tr>\r\n</tbody>\r\n</table>', '<table width=\"600\" style=\" font-family: Helvetica, Arial, sans-serif; border-collapse: separate;\" rel=\"min-width: 800px; font-family: Helvetica, Arial, sans-serif; border-collapse: separate;\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\n<tbody>\n<tr style=\"vertical-align: top;\">\n    <td>\n        <table width=\"100%;\" cellspacing=\"0\" border=\"0\" style=\"border-collapse: separate; font-family: Helvetica, Arial, sans-serif;\">\n        <tbody>\n        <tr>\n            <td width=\"50%\" style=\"padding: 0px; padding-bottom: 10px; padding-right: 40px; vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\n                {% if pickup_point.is_selected %}\n                {{ snippet(\"pickup_point\") }}\n                {% else %}\n                {{ snippet(\"ship_to\") }}\n                {% endif %}\n            </td>\n            <td width=\"50%\" style=\"padding: 0px; padding-bottom: 10px; padding-left: 40px; -webkit-print-color-adjust: exact; vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\n                <p style=\"color: #787878; font-size: 14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px; margin: 0px;\">\n                    <span style=\"color: #444444; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase;\">{{__(\"order_date\")}}</span>  {{o.timestamp}}\n                </p>\n                <p style=\"color: #787878; font-size: 14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px; margin: 0px;\">\n                    <span style=\"color: #444444; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase;\">{{__(\"payment\")}}</span>  {{p.payment}}\n                </p>\n                <p style=\"color: #787878; font-size: 14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px; margin: 0px;\">\n                    <span style=\"color: #444444; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase;\">{{__(\"shipping\")}}</span>  {{o.shippings_method}}\n                </p>\n                {% if o.tracking_number %}\n                <p style=\"color: #787878; font-size: 14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px; margin: 0px;\">\n                    <span style=\"color: #444444; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase;\">{{__(\"tracking_number\")}}</span>  {{o.tracking_number}}\n                </p>\n                {% endif %}\n            </td>\n        </tr>\n        </tbody>\n        </table>\n    </td>\n</tr>\n<tr>\n    <td style=\"padding: 0px;\">\n        {{ snippet(\"products_table\") }}\n    </td>\n</tr>\n<tr>\n    <td style=\"padding: 0px; border-top: 2px solid #f5f5f5; padding-top: 10px; font-family: Helvetica, Arial, sans-serif;\">\n        <table width=\"100%\" style=\"border-collapse: separate; font-family: Helvetica, Arial, sans-serif;\">\n        <tbody>\n        <tr>\n            <td width=\"66%\" style=\"font-size: 14px; font-family: Helvetica, Arial, sans-serif; line-height: 21px; color: #444444; padding-right: 30px; vertical-align:top;\">\n                {% if o.notes %}\n                <h2 style=\"margin: 0px; font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #444444; text-transform: uppercase; padding-bottom: 20px; border-bottom: 3px solid #e8e8e8; margin-bottom: 10px;\">{{ __(\"customer_notes\") }}</h2>\n                {{ o.notes }}\n                                {% endif %}\n            </td>\n            <td width=\"34%\" style=\"vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\n                <table width=\"100%;\" style=\"font-size: 14px; font-family: Helvetica, Arial, sans-serif; color: #444;\">\n                <tbody>\n                    <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\n                        <td align=\"left\" style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\">{{ __(\"subtotal\") }}\n                        </td>\n                        <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{{o.display_subtotal}}\n                        </td>\n                    </tr>\n                    <tr style=\" vertical-align: top;\">\n                        <td align=\"left\" style=\"padding-bottom: 20px; text-transform: uppercase; font-family: Helvetica, Arial, sans-serif;\">{{o.tax_name}}\n                        </td>\n                        <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{{o.tax_total}}\n                        </td>\n                    </tr>\n                    <tr style=\" vertical-align: top;\">\n                        <td align=\"left\" style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\">{{ __(\"shipping\") }}\n                        </td>\n                        <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{{ o.display_shipping_cost }}\n                        </td>\n                    </tr>\n                    <tr style=\" vertical-align: top;\">\n                        <td style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\" align=\"left\">{{ __(\"payment_surcharge\") }}\n                        </td>\n                        <td style=\"font-family: Helvetica, Arial, sans-serif;\" align=\"right\">{{ o.payment_surcharge }}\n                        </td>\n                    </tr>\n                    <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\n                        <td align=\"left\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.coupon_code %} <div style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\"> {{ __(\"coupon\") }} </div> {% endif %}\n                        </td>\n                        <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.coupon_code %} {{o.coupon_code}} {% endif %}\n                        </td>\n                    </tr>\n                    <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\n                        <td align=\"left\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.raw.discount %} <div style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\"> {{ __(\"including_discount\") }} </div> {% endif %}\n                        </td>\n                        <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.raw.discount %} {{o.discount}} {% endif %}\n                        </td>\n                    </tr>\n                    <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\n                        <td align=\"left\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.raw.subtotal_discount %} <div style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\"> {{ __(\"order_discount\") }} </div> {% endif %}\n                        </td>\n                        <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.raw.subtotal_discount %} {{o.subtotal_discount}} {% endif %}\n                        </td>\n                    </tr>\n                    <tr style=\" vertical-align: top; font-size: 22px; font-weight: 600; font-family: Helvetica, Arial, sans-serif;\">\n                        <td align=\"left\" style=\"padding-top: 20px; border-top: 1px solid #e8e8e8; font-size: 22px; font-family: Helvetica, Arial, sans-serif;\">{{ __(\"total\") }}\n                        </td>\n                        <td align=\"right\" style=\"padding-top: 20px; border-top: 1px solid #e8e8e8; font-size: 22px; font-family: Helvetica, Arial, sans-serif;\">{{o.total}}\n                        </td>\n                    </tr>\n                </tbody>\n                </table>\n            </td>\n        </tr>\n        </tbody>\n        </table>\n    </td>\n</tr>\n</tbody>\n</table>', 'order', 'summary', '', 1652378448, 1586347356),
(3, '<p><input class=\"no-print btn\" type=\"button\" value=\"Imprimir\" onclick=\"window.print()\"><br></p></p>\r\n<p>{{ snippet(\"etiqueta_correios\") }}</p>\r\n<p><br></p>\r\n<p><br></p>\r\n<p><br></p>\r\n<p>{{ snippet(\"plp_correios\") }}</p>\r\n<p><br></p>\r\n<p><br></p>\r\n<p><br></p>\r\n<p>{{ snippet(\"declaracao_correios\") }}</p>', '<table class=\"main-table\" style=\"height: 100%; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\" rel=\"height: 100%; border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n<tbody>\n<tr>\n    <td style=\"width: 100%; height: 100%; padding: 24px 0; font-family: Helvetica, Arial, sans-serif;\" align=\"center\">\n        <div style=\"background-color: #ffffff; margin: 0px auto; padding: 0px 44px 0px 46px; width: 510px; text-align: left; font-family: Helvetica, Arial, sans-serif;\">\n            <table style=\"border-collapse: separate; padding-top: 32px; font-family: Helvetica, Arial, sans-serif;\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n            <tbody>\n            <tr valign=\"top\">\n                <td style=\"border-bottom: 1px dashed #000000; padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\" align=\"center\" width=\"100%\">\n                    <h3 style=\"font-size: 17px; font-weight: bold; font-family: Helvetica, Arial, sans-serif; padding: 0px 0px 3px 1px; margin: 0px;\">{{ __(\"ship_to\") }}:</h3>\n                    <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n                        {% if u.s_firstname %}\n                            {{u.s_firstname}} {{u.s_lastname}}\n                        {% else %}\n                            {{u.firstname}} {{u.lastname}}\n                        {% endif %}\n                    </p>\n                    <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n                        {{ u.s_address  }} {{ u.s_address_2 }}\n                    </p>\n                    <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n                        {{ u.s_city }} {{ u.s_state_descr }} {{ u.s_zipcode }}\n                    </p>\n                    <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n                        {{ u.s_country_descr }}\n                    </p>\n                    {% for field in u.s_fields %}\n                    <p style=\"font-family: Helvetica, Arial, sans-serif;\">{{ field.name }}: {{ field.value }}\n                    </p>\n                    {% endfor %}\n                </td>\n            </tr>\n            <tr class=\"scissors\" valign=\"top\">\n                <td style=\"padding-left: 20px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\" width=\"100%\">\n                    <img style=\"vertical-align: top;\" src=\"{{ runtime.images_dir }}/scissors.gif\" border=\"0\">\n                </td>\n            </tr>\n            </tbody>\n            </table>\n            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n            <tbody>\n            <tr>\n                <td style=\"width: 50%; padding: 14px 0px 0px 2px;\">\n                    <h2 style=\"font-size: 12px; font-weight: bold; font-family: Helvetica, Arial, sans-serif; margin: 0px 0px 3px 0px;\">{{ c.name }}</h2>\n                    <p style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">{{ snippet(\"company_address\") }}\n                    </p>\n                    <p style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">{{ snippet(\"company_info\") }}<br>\n                    </p>\n                </td>\n                <td style=\"padding-top: 14px; font-family: Helvetica, Arial, sans-serif;\" valign=\"top\">{{ snippet(\"order_date\") }}\n                </td>\n            </tr>\n            </tbody>\n            </table>\n            <table style=\"padding: 20px 0px 24px 0px; font-family: Helvetica, Arial, sans-serif;\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n            <tbody>\n            <tr valign=\"top\">\n                <td style=\"font-family: Helvetica, Arial, sans-serif;\" width=\"54%\">\n                    {{snippet(\"bill_to\")}}\n                </td>\n                <td style=\"font-family: Helvetica, Arial, sans-serif;\" width=\"54%\">\n                    {% if pickup_point.is_selected %}\n                    {{ snippet(\"pickup_point\") }}\n                    {% else %}\n                    {{ snippet(\"ship_to\") }}\n                    {% endif %}\n                </td>\n            </tr>\n            </tbody>\n            </table>\n            <div style=\"font-family: Helvetica, Arial, sans-serif;\">\n                {{ snippet(\"order_info\") }}\n            </div>\n            <div style=\"font-family: Helvetica, Arial, sans-serif;\">\n                {{ snippet(\"products_table\") }}\n                <br>{{ snippet(\"notes\") }}\n            </div>\n        </div>\n    </td>\n</tr>\n</tbody>\n</table>', 'packing_slip', 'default', '', 1627500228, 1586347357),
(4, '<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"500px\">\r\n  <tbody>\r\n    <tr>\r\n      <td style=\"width: 100%; height: 100%;vertical-align: top;\" align=\"center\">\r\n        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"500px\">\r\n          <tbody style=\"font-family: arial;\">\r\n            <tr>\r\n              <td style=\"padding: 17px 25px 40px;background: #017dc7;border-radius: 15px;\" align=\"center\" valign=\"top\" width=\"100%\">\r\n                <br>\r\n                <font color=\"white\" size=\"5\" style=\"text-transform:uppercase;font-weight:bold;margin:10px 0 0\">\r\n                  {{ __(\"gift_certificate\") }} \r\n                </font>\r\n                <br>\r\n                <font color=\"white\" size=\"5\" style=\"font-weight:300;margin:0px;line-height:1.2em\">\r\n                {{ gift_certificate.amount }}\r\n                </font>\r\n                <br>\r\n                <br>\r\n                <span style=\"background: #fff; padding: 5px 20px; font-size: 15px; font-weight: lighter; border-radius: 2px;\">\r\n                {{ gift_certificate.gift_cert_code }}</span>\r\n              </td>\r\n            </tr>\r\n            <tr>\r\n              <td align=\"center\">\r\n                  <br>\r\n                  <br>\r\n                  {{ snippet(\"info\") }}\r\n                  <br>\r\n                  <br>\r\n              </td>\r\n            </tr>\r\n          </tbody>\r\n        </table>\r\n      </td>\r\n    </tr>\r\n    <tr>\r\n      <td align=\"center\" style=\"border-radius: 15px;padding: 17px 25px 40px;background-color: #f5f5f5;\">\r\n        <table width=\"100%\" height=\"300px\">\r\n          <tbody><tr>\r\n            <td align=\"center\">\r\n              <h1>Adicione o código para usar na PartiuShop</h1>\r\n              <p>Se o Vale-Presente não for o suficiente para comprar algum produto, você pode combiná-lo com qualquer outro meio de pagamento.</p>\r\n                {{ snippet(\"products_table\") }}\r\n                <br>\r\n              <br>\r\n              <a style=\"font-size: 16px;\" href=\"{{c.storefront_url}}\">Utilizar agora -\r\n                {{c.storefront_url}}</a>\r\n            </td>\r\n          </tr>\r\n        </tbody></table>\r\n      </td>\r\n    </tr>\r\n  </tbody>\r\n</table>', '<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n<tbody>\n<tr>\n    <td style=\"width: 100%; height: 100%;vertical-align: top;\" align=\"center\">\n        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600px\">\n        <tbody style=\"font-family: arial;\">\n        <tr>\n            <td style=\"padding: 17px 25px 40px; background: #F57171;\" align=\"center\" valign=\"top\" width=\"600px\">\n                <h1 style=\"color: #fff; text-transform: uppercase; font-size: 40px; font-weight: bold;margin: 10px 0 0;\">\n                {{ __(\"gift_certificate\") }}\n                </h1>\n                <h2 style=\"font-size: 50px; font-weight: 300; color: #fff; margin: 0px; line-height: 1.2em;\">\n                {{ gift_certificate.amount }}\n                </h2>\n                <p style=\"color: #fff; margin: 0 0 12px; font-size: 12px\">\n                    {{ __(\"gift_cert_code\") }}\n                </p>\n                <span style=\"background: #fff; padding: 5px 20px; font-size: 19px; font-weight: lighter; border-radius: 2px;\">\n                {{ gift_certificate.gift_cert_code }}</span>\n            </td>\n        </tr>\n        <tr>\n            <td style=\"padding: 30px 0px 80px;\" valign=\"middle\" width=\"600px\">\n                <div style=\"padding: 10px;\">{{ snippet(\"info\") }}\n                </div>\n                <div>{{ snippet(\"products_table\") }}\n                </div>\n                <div style=\"padding: 30px 20px 0px 20px; text-align: right;\">\n                    {{__(\"shop_now\")}} : <a href=\"{{c.storefront_url}}\" target=\"_blank\">{{c.storefront_url}}</a>\n                </div>\n            </td>\n        </tr>\n        </tbody>\n        </table>\n    </td>\n</tr>\n</tbody>\n</table>', 'gift_certificate', 'default', 'gift_certificates', 1651263789, 1586347362);
INSERT INTO `partiushop_template_documents` (`document_id`, `template`, `default_template`, `type`, `code`, `addon`, `updated`, `created`) VALUES
(5, '<table cellspacing=\"0\" width=\"500\">\r\n<tbody>\r\n<tr>\r\n	<td align=\"center\" width=\"500\">\r\n		<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n		<tbody>\r\n		<tr>\r\n			<td style=\"background-color: #ffffff; margin: 0px auto; padding: 0px 40px 40px 40px; width: 510px;\" align=\"left\">\r\n				<h1 style=\"text-align: left; font-size: 26px; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; border-bottom: 1px solid #eeeeee; padding: 10px 0px 8px 0px; margin-bottom: 0px;\">\r\n				{{ __(\"packing_slip\") }}\r\n				</h1>\r\n				<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n				<tbody>\r\n				<tr valign=\"top\">\r\n					<td style=\"width: 50%; padding: 14px 0px 0px 2px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\r\n						<h2 style=\"font-size: 17px; font-weight: 400; font-family: Helvetica, Arial, sans-serif; margin: 0px 0px 3px 0px;\"><strong>{{c.name}}</strong></h2>\r\n						{{ snippet(\"company_address\") }}<br>{{ snippet(\"company_info\") }}\r\n					</td>\r\n					<td style=\"padding-top: 14px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\r\n						<h2 style=\"font-size: 17px; font-weight: 400; font-family: Helvetica, Arial, sans-serif; margin: 0px;\"><strong>{{ __(\"rma_return\") }} # {{ r.return_id }}</strong></h2>\r\n						<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n						<tbody>\r\n						<tr valign=\"top\">\r\n							<td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; color: #000000; padding-right: 10px; white-space: nowrap;\">{{ __(\"action\") }}:\r\n							</td>\r\n							<td width=\"100%\" style=\"font-family: Helvetica, Arial, sans-serif;\">{{ r.action_name}}\r\n							</td>\r\n						</tr>\r\n						<tr valign=\"top\">\r\n							<td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; color: #000000; padding-right: 10px; white-space: nowrap;\">{{ __(\"status\") }}:\r\n							</td>\r\n							<td width=\"100%\" style=\"font-family: Helvetica, Arial, sans-serif;\">{{ r.status_name }}\r\n							</td>\r\n						</tr>\r\n						<tr valign=\"top\">\r\n							<td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; color: #000000; padding-right: 10px; white-space: nowrap;\">{{ __(\"date\") }}:\r\n							</td>\r\n							<td style=\"font-family: Helvetica, Arial, sans-serif;\">{{ r.timestamp }}\r\n							</td>\r\n						</tr>\r\n						</tbody>\r\n						</table>\r\n					</td>\r\n				</tr>\r\n				</tbody>\r\n				</table>\r\n				<table style=\"padding: 20px 0px 24px 0px;\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n				<tbody>\r\n				<tr valign=\"top\">\r\n					<td width=\"54%\" style=\"font-family: Helvetica, Arial, sans-serif;\">\r\n						{{snippet(\"bill_to\")}}\r\n					</td>\r\n					<td width=\"54%\" style=\"font-family: Helvetica, Arial, sans-serif;\">\r\n						{% if pickup_point.is_selected %}\r\n                        {{ snippet(\"pickup_point\") }}\r\n                        {% else %}\r\n                        {{ snippet(\"ship_to\") }}\r\n                        {% endif %}\r\n					</td>\r\n				</tr>\r\n				</tbody>\r\n				</table>\r\n				<div style=\"font-family: Helvetica, Arial, sans-serif;\">\r\n					{{ snippet(\"products_table\") }}\r\n				</div>\r\n				<div>\r\n					{% if r.comment %}\r\n					<p style=\"margin-top: 15px; font-weight: 400; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\"><strong>{{ __(\"comments\") }}:</strong>\r\n					</p>\r\n					<p style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\r\n						{{ r.comment|nl2br }}\r\n					</p>\r\n					{% endif %}\r\n				</div>\r\n			</td>\r\n		</tr>\r\n		</tbody>\r\n		</table>\r\n	</td>\r\n</tr>\r\n</tbody>\r\n</table>', '<table cellspacing=\"0\" width=\"100%\">\n<tbody>\n<tr>\n	<td align=\"center\" width=\"100%\">\n		<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n		<tbody>\n		<tr>\n			<td style=\"background-color: #ffffff; margin: 0px auto; padding: 0px 40px 40px 40px; width: 510px;\" align=\"left\">\n				<h1 style=\"text-align: left; font-size: 26px; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; border-bottom: 1px solid #eeeeee; padding: 10px 0px 8px 0px; margin-bottom: 0px;\">\n				{{ __(\"packing_slip\") }}\n				</h1>\n				<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n				<tbody>\n				<tr valign=\"top\">\n					<td style=\"width: 50%; padding: 14px 0px 0px 2px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n						<h2 style=\"font-size: 17px; font-weight: 400; font-family: Helvetica, Arial, sans-serif; margin: 0px 0px 3px 0px;\"><strong>{{c.name}}</strong></h2>\n						{{ snippet(\"company_address\") }}<br>{{ snippet(\"company_info\") }}\n					</td>\n					<td style=\"padding-top: 14px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n						<h2 style=\"font-size: 17px; font-weight: 400; font-family: Helvetica, Arial, sans-serif; margin: 0px;\"><strong>{{ __(\"rma_return\") }} # {{ r.return_id }}</strong></h2>\n						<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n						<tbody>\n						<tr valign=\"top\">\n							<td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; color: #000000; padding-right: 10px; white-space: nowrap;\">{{ __(\"action\") }}:\n							</td>\n							<td width=\"100%\" style=\"font-family: Helvetica, Arial, sans-serif;\">{{ r.action_name}}\n							</td>\n						</tr>\n						<tr valign=\"top\">\n							<td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; color: #000000; padding-right: 10px; white-space: nowrap;\">{{ __(\"status\") }}:\n							</td>\n							<td width=\"100%\" style=\"font-family: Helvetica, Arial, sans-serif;\">{{ r.status_name }}\n							</td>\n						</tr>\n						<tr valign=\"top\">\n							<td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; color: #000000; padding-right: 10px; white-space: nowrap;\">{{ __(\"date\") }}:\n							</td>\n							<td style=\"font-family: Helvetica, Arial, sans-serif;\">{{ r.timestamp }}\n							</td>\n						</tr>\n						</tbody>\n						</table>\n					</td>\n				</tr>\n				</tbody>\n				</table>\n				<table style=\"padding: 20px 0px 24px 0px;\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n				<tbody>\n				<tr valign=\"top\">\n					<td width=\"54%\" style=\"font-family: Helvetica, Arial, sans-serif;\">\n						{{snippet(\"bill_to\")}}\n					</td>\n					<td width=\"54%\" style=\"font-family: Helvetica, Arial, sans-serif;\">\n						{% if pickup_point.is_selected %}\n                        {{ snippet(\"pickup_point\") }}\n                        {% else %}\n                        {{ snippet(\"ship_to\") }}\n                        {% endif %}\n					</td>\n				</tr>\n				</tbody>\n				</table>\n				<div style=\"font-family: Helvetica, Arial, sans-serif;\">\n					{{ snippet(\"products_table\") }}\n				</div>\n				<div>\n					{% if r.comment %}\n					<p style=\"margin-top: 15px; font-weight: 400; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\"><strong>{{ __(\"comments\") }}:</strong>\n					</p>\n					<p style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n						{{ r.comment|nl2br }}\n					</p>\n					{% endif %}\n				</div>\n			</td>\n		</tr>\n		</tbody>\n		</table>\n	</td>\n</tr>\n</tbody>\n</table>', 'rma_packing_slip', 'default', 'rma', 1651511116, 1586347363),
(6, NULL, '<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n<tbody>\n<tr>\n	<td>\n		<div style=\"width:1px; height: 1px;\">\n		</div>\n	</td>\n	<td style=\"border: #ededed; border-style: solid; border-width: 2px\" align=\"center\" width=\"600\">\n		<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n		<tbody>\n		<tr>\n			<td>\n				<table style=\"padding: 20px 0px 24px 0px;\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n				<tbody>\n				<tr valign=\"top\">\n					<td width=\"54%\" style=\"font-family: Helvetica, Arial, sans-serif;\">\n						{% if pickup_point.is_selected %}\n                        {{ snippet(\"pickup_point\") }}\n                        {% else %}\n                        {{ snippet(\"ship_to\") }}\n                        {% endif %}\n					</td>\n					<td width=\"54%\" style=\"font-family: Helvetica, Arial, sans-serif;\">\n						{{snippet(\"bill_to\")}}\n					</td>\n				</tr>\n				</tbody>\n				</table>\n				<br>\n				<br>\n				<div style=\"font-family: Helvetica, Arial, sans-serif;\">\n					{{ snippet(\"products_table\") }}\n				</div>\n				<div style=\"font-family: Helvetica, Arial, sans-serif;\">\n					{{ snippet(\"supplier_info\") }}\n				</div>\n			</td>\n		</tr>\n		</tbody>\n		</table>\n	</td>\n	<td>\n		<div style=\"width:1px; height: 1px;\">\n		</div>\n	</td>\n</tr>\n</tbody>\n</table>', 'supplier_order', 'invoice', 'suppliers', 1586995762, 1586995762),
(7, '<table width=\"100%;\" style=\"min-width: 800px; font-family: Helvetica, Arial, sans-serif; border-collapse: separate;\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\n<tbody>\n<tr style=\"vertical-align: top;\">\n    <td>\n        <table width=\"100%;\" cellspacing=\"0\" border=\"0\" style=\"border-collapse: separate; font-family: Helvetica, Arial, sans-serif;\">\n        <tbody>\n        <tr>\n            <td width=\"66%\" style=\"padding-bottom: 40px; vertical-align: top; font-family: Helvetica, Arial, sans-serif;\"><img src=\"{{c.logos.mail.image.image_path}}\" width=\"{{c.logos.mail.image.image_x}}\" height=\"{{c.logos.mail.image.image_y}}\" alt=\"{{ c.name }}\">\n            </td>\n            <td width=\"34%\" style=\"padding-bottom: 40px; -webkit-print-color-adjust: exact; font-family: Helvetica, Arial, sans-serif;\">\n                <p style=\"color: #787878; font-size: 14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 3px; margin: 0px;\">\n                    <span style=\"color: #000000; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; line-height: 20px;\">{{ o.invoice_id_text }}</span>\n                </p>\n                <p style=\"color: #787878; font-size: 14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px; margin: 0px;\">\n                    <span style=\"color: #000000; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase;\">{{__(\"order_date\")}}</span>  {{o.timestamp}}\n                </p>\n                <p style=\"color: #787878; font-size: 14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px; margin: 0px;\">\n                    <span style=\"color: #000000; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase;\">{{__(\"payment\")}}</span>  {{p.payment}}\n                </p>\n                <p style=\"color: #787878; font-size: 14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px; margin: 0px;\">\n                    <span style=\"color: #000000; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase;\">{{__(\"shipping\")}}</span>  {{o.shippings_method}}\n                </p>\n                {% if o.tracking_number %}\n                <p style=\"color: #787878; font-size: 14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px; margin: 0px;\">\n                    <span style=\"color: #000000; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase;\">{{__(\"tracking_number\")}}</span>  {{o.tracking_number}}\n                </p>\n                {% endif %}\n            </td>\n        </tr>\n        </tbody>\n        </table>\n    </td>\n</tr>\n<tr>\n    <td colspan=\"2\">\n        <table width=\"100%;\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\" border-collapse: separate; font-family: Helvetica, Arial, sans-serif;\">\n        <tbody>\n        <tr>\n            <td style=\"vertical-align: top; background-color: #f7f7f7; color: #444444; padding: 20px 10px; color: #444444; font-size: 14px; font-family: Helvetica, Arial, sans-serif; -webkit-print-color-adjust: exact;\" width=\"30%\">\n                <h1 style=\"margin: 0px; font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #444444; text-transform: uppercase; padding-bottom: 20px; border-bottom: 3px solid #444444; margin-bottom: 20px;\">{{__(\"store\")}}</h1>\n                <p style=\"margin: 0px; padding-bottom: 10px;\"><strong>{{c.name}}</strong>\n                </p>\n                {{ snippet(\"company_address\") }}\n            </td>\n            <td style=\"vertical-align: top; padding: 20px 30px; color: #444444; font-size: 14px; font-family: Helvetica, Arial, sans-serif;\" width=\"36%\">\n                {{ snippet(\"bill_to\") }}\n            </td>\n            <td style=\"vertical-align: top; padding: 20px 0px; color: #444444; font-size: 14px; font-family: Helvetica, Arial, sans-serif;\" width=\"34%\">\n                {% if pickup_point.is_selected %}\n                {{ snippet(\"pickup_point\") }}\n                {% else %}\n                {{ snippet(\"ship_to\") }}\n                {% endif %}\n            </td>\n        </tr>\n        </tbody>\n        </table>\n    </td>\n</tr>\n<tr>\n    <td style=\"font-family: Helvetica, Arial, sans-serif;\">\n        {{ snippet(\"products_table\") }}\n    </td>\n</tr>\n<tr>\n    <td style=\"border-top: 3px solid #444444; padding-top: 10px; font-family: Helvetica, Arial, sans-serif;\">\n        <table width=\"100%\" style=\"border-collapse: separate; font-family: Helvetica, Arial, sans-serif;\">\n        <tbody>\n        <tr>\n            <td width=\"66%\" style=\"font-size: 14px; font-family: Helvetica, Arial, sans-serif; line-height: 21px; color: #444444; padding-right: 30px; vertical-align:top;\">\n                {% if o.notes %}\n                <h2 style=\"margin: 0px; font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #444444; text-transform: uppercase; padding-bottom: 20px; border-bottom: 3px solid #e8e8e8; margin-bottom: 10px;\">{{ __(\"customer_notes\") }}</h2>\n                {{ o.notes }}\n                                {% endif %}\n            </td>\n            <td width=\"34%\" style=\"vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\n                <table width=\"100%;\" style=\"font-size: 14px; color: #444; font-family: Helvetica, Arial, sans-serif;\">\n                <tbody>\n                <tr style=\" vertical-align: top;\">\n                    <td align=\"left\" style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\">{{ __(\"subtotal\") }}\n                    </td>\n                    <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{{o.display_subtotal}}\n                    </td>\n                </tr>\n                <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\n                    <td align=\"left\" style=\"padding-bottom: 20px; text-transform: uppercase; font-family: Helvetica, Arial, sans-serif;\">{{o.tax_name}}\n                    </td>\n                    <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{{o.tax_total}}\n                    </td>\n                </tr>\n                <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\n                    <td align=\"left\" style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\">{{ __(\"shipping\") }}\n                    </td>\n                    <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{{ o.display_shipping_cost }}\n                    </td>\n                </tr>\n                <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\n                    <td align=\"left\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.payment_surcharge %}\n                        <div style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\"> {{__(\"payment_surcharge\")}} </div> {% endif %}\n                    </td>\n                    <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.payment_surcharge %} {{o.payment_surcharge}} {% endif %}<br>\n                    </td>\n                </tr>\n                <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\n                    <td align=\"left\">{% if o.coupon_code %} <div style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\"> {{ __(\"coupon\") }} </div> {% endif %}\n                    </td>\n                    <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.coupon_code %} {{o.coupon_code}} {% endif %}\n                    </td>\n                </tr>\n                <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\n                    <td align=\"left\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.raw.discount %} <div style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\"> {{ __(\"including_discount\") }} </div> {% endif %}\n                    </td>\n                    <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.raw.discount %} {{o.discount}} {% endif %}\n                    </td>\n                </tr>\n                <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\n                    <td align=\"left\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.raw.subtotal_discount %} <div style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\"> {{ __(\"order_discount\") }} </div> {% endif %}\n                    </td>\n                    <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.raw.subtotal_discount %} {{o.subtotal_discount}} {% endif %}\n                    </td>\n                </tr>\n                <tr style=\" vertical-align: top; font-size: 22px; font-family: Helvetica, Arial, sans-serif; font-weight: 600;\">\n                    <td align=\"left\" style=\"padding-top: 20px; border-top: 1px solid #e8e8e8; font-size: 22px; font-family: Helvetica, Arial, sans-serif; \">{{ __(\"total\") }}\n                    </td>\n                    <td align=\"right\" style=\"padding-top: 20px; border-top: 1px solid #e8e8e8; font-size: 22px; font-family: Helvetica, Arial, sans-serif; \">{{o.total}}\n                    </td>\n                </tr>\n                </tbody>\n                </table>\n            </td>\n        </tr>\n        </tbody>\n        </table>\n    </td>\n</tr>\n</tbody>\n</table>', '<table width=\"100%;\" style=\"min-width: 800px; font-family: Helvetica, Arial, sans-serif; border-collapse: separate;\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\n<tbody>\n<tr style=\"vertical-align: top;\">\n    <td>\n        <table width=\"100%;\" cellspacing=\"0\" border=\"0\" style=\"border-collapse: separate; font-family: Helvetica, Arial, sans-serif;\">\n        <tbody>\n        <tr>\n            <td width=\"66%\" style=\"padding-bottom: 40px; vertical-align: top; font-family: Helvetica, Arial, sans-serif;\"><img src=\"{{c.logos.mail.image.image_path}}\" width=\"{{c.logos.mail.image.image_x}}\" height=\"{{c.logos.mail.image.image_y}}\" alt=\"{{ c.name }}\">\n            </td>\n            <td width=\"34%\" style=\"padding-bottom: 40px; -webkit-print-color-adjust: exact; font-family: Helvetica, Arial, sans-serif;\">\n                <p style=\"color: #787878; font-size: 14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 3px; margin: 0px;\">\n                    <span style=\"color: #000000; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; line-height: 20px;\">{{ o.invoice_id_text }}</span>\n                </p>\n\n                <p style=\"color: #787878; font-size: 14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px; margin: 0px;\">\n                    <span style=\"color: #000000; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase;\">{{__(\"order_date\")}}</span>  {{o.timestamp}}\n                </p>\n                <p style=\"color: #787878; font-size: 14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px; margin: 0px;\">\n                    <span style=\"color: #000000; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase;\">{{__(\"payment\")}}</span>  {{p.payment}}\n                </p>\n                <p style=\"color: #787878; font-size: 14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px; margin: 0px;\">\n                    <span style=\"color: #000000; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase;\">{{__(\"shipping\")}}</span>  {{o.shippings_method}}\n                </p>\n                {% if o.tracking_number %}\n                <p style=\"color: #787878; font-size: 14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px; margin: 0px;\">\n                    <span style=\"color: #000000; font-weight: 600; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase;\">{{__(\"tracking_number\")}}</span>  {{o.tracking_number}}\n                </p>\n                {% endif %}\n            </td>\n        </tr>\n        </tbody>\n        </table>\n    </td>\n</tr>\n<tr>\n    <td colspan=\"2\">\n        <table width=\"100%;\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\" border-collapse: separate; font-family: Helvetica, Arial, sans-serif;\">\n        <tbody>\n        <tr>\n            <td style=\"vertical-align: top; background-color: #f7f7f7; color: #444444; padding: 20px 10px; color: #444444; font-size: 14px; font-family: Helvetica, Arial, sans-serif; -webkit-print-color-adjust: exact;\" width=\"30%\">\n                <h1 style=\"margin: 0px; font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #444444; text-transform: uppercase; padding-bottom: 20px; border-bottom: 3px solid #444444; margin-bottom: 20px;\">{{__(\"store\")}}</h1>\n                <p style=\"margin: 0px; padding-bottom: 10px;\"><strong>{{c.name}}</strong>\n                </p>\n                {{ snippet(\"company_address\") }}\n            </td>\n            <td style=\"vertical-align: top; padding: 20px 30px; color: #444444; font-size: 14px; font-family: Helvetica, Arial, sans-serif;\" width=\"36%\">\n                {{ snippet(\"bill_to\") }}\n            </td>\n            <td style=\"vertical-align: top; padding: 20px 0px; color: #444444; font-size: 14px; font-family: Helvetica, Arial, sans-serif;\" width=\"34%\">\n                {% if pickup_point.is_selected %}\n                {{ snippet(\"pickup_point\") }}\n                {% else %}\n                {{ snippet(\"ship_to\") }}\n                {% endif %}\n            </td>\n        </tr>\n        </tbody>\n        </table>\n    </td>\n</tr>\n<tr>\n    <td style=\"font-family: Helvetica, Arial, sans-serif;\">\n        {{ snippet(\"products_table\") }}\n    </td>\n</tr>\n<tr>\n    <td style=\"border-top: 3px solid #444444; padding-top: 10px; font-family: Helvetica, Arial, sans-serif;\">\n        <table width=\"100%\" style=\"border-collapse: separate; font-family: Helvetica, Arial, sans-serif;\">\n        <tbody>\n        <tr>\n            <td width=\"66%\" style=\"font-size: 14px; font-family: Helvetica, Arial, sans-serif; line-height: 21px; color: #444444; padding-right: 30px; vertical-align:top;\">\n                {% if o.notes %}\n                <h2 style=\"margin: 0px; font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #444444; text-transform: uppercase; padding-bottom: 20px; border-bottom: 3px solid #e8e8e8; margin-bottom: 10px;\">{{ __(\"customer_notes\") }}</h2>\n                {{ o.notes }}\n                                {% endif %}\n            </td>\n            <td width=\"34%\" style=\"vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\n                <table width=\"100%;\" style=\"font-size: 14px; color: #444; font-family: Helvetica, Arial, sans-serif;\">\n                <tbody>\n                <tr style=\" vertical-align: top;\">\n                    <td align=\"left\" style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\">{{ __(\"subtotal\") }}\n                    </td>\n                    <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{{o.display_subtotal}}\n                    </td>\n                </tr>\n                <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\n                    <td align=\"left\" style=\"padding-bottom: 20px; text-transform: uppercase; font-family: Helvetica, Arial, sans-serif;\">{{o.tax_name}}\n                    </td>\n                    <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{{o.tax_total}}\n                    </td>\n                </tr>\n                <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\n                    <td align=\"left\" style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\">{{ __(\"shipping\") }}\n                    </td>\n                    <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{{ o.display_shipping_cost }}\n                    </td>\n                </tr>\n                <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\n                    <td align=\"left\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.payment_surcharge %}\n                        <div style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\"> {{__(\"payment_surcharge\")}} </div> {% endif %}\n                    </td>\n                    <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.payment_surcharge %} {{o.payment_surcharge}} {% endif %}<br>\n                    </td>\n                </tr>\n                <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\n                    <td align=\"left\">{% if o.coupon_code %} <div style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\"> {{ __(\"coupon\") }} </div> {% endif %}\n                    </td>\n                    <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.coupon_code %} {{o.coupon_code}} {% endif %}\n                    </td>\n                </tr>\n                <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\n                    <td align=\"left\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.raw.discount %} <div style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\"> {{ __(\"including_discount\") }} </div> {% endif %}\n                    </td>\n                    <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.raw.discount %} {{o.discount}} {% endif %}\n                    </td>\n                </tr>\n                <tr style=\" vertical-align: top; font-family: Helvetica, Arial, sans-serif;\">\n                    <td align=\"left\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.raw.subtotal_discount %} <div style=\"padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif;\"> {{ __(\"order_discount\") }} </div> {% endif %}\n                    </td>\n                    <td align=\"right\" style=\"font-family: Helvetica, Arial, sans-serif;\">{% if o.raw.subtotal_discount %} {{o.subtotal_discount}} {% endif %}\n                    </td>\n                </tr>\n                <tr style=\" vertical-align: top; font-size: 22px; font-family: Helvetica, Arial, sans-serif; font-weight: 600;\">\n                    <td align=\"left\" style=\"padding-top: 20px; border-top: 1px solid #e8e8e8; font-size: 22px; font-family: Helvetica, Arial, sans-serif; \">{{ __(\"total\") }}\n                    </td>\n                    <td align=\"right\" style=\"padding-top: 20px; border-top: 1px solid #e8e8e8; font-size: 22px; font-family: Helvetica, Arial, sans-serif; \">{{o.total}}\n                    </td>\n                </tr>\n                </tbody>\n                </table>\n            </td>\n        </tr>\n        </tbody>\n        </table>\n    </td>\n</tr>\n</tbody>\n</table>', 'product', 'imagem', '', 1652210318, 1652210200),
(9, NULL, '{{ snippet(\"products_table\") }}', 'order', 'image_product', '', 1652212171, 1652212171);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_template_emails`
--

CREATE TABLE `partiushop_template_emails` (
  `template_id` int(11) UNSIGNED NOT NULL,
  `code` varchar(128) NOT NULL,
  `area` char(1) NOT NULL DEFAULT 'C',
  `status` char(1) NOT NULL DEFAULT 'A',
  `subject` text DEFAULT NULL,
  `template` text DEFAULT NULL,
  `default_subject` text DEFAULT NULL,
  `default_template` text DEFAULT NULL,
  `params_schema` text DEFAULT NULL,
  `params` text DEFAULT NULL,
  `addon` varchar(32) NOT NULL DEFAULT '',
  `updated` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `created` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_template_emails`
--

INSERT INTO `partiushop_template_emails` (`template_id`, `code`, `area`, `status`, `subject`, `template`, `default_subject`, `default_template`, `params_schema`, `params`, `addon`, `updated`, `created`) VALUES
(1, 'activate_profile', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"new_user_profile\")} ) }}\r\n  <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n    <tr border=\"0\">\r\n      <td border=\"0\" align=\"center\">\r\n        <br />\r\n        <br />\r\n        <b>\r\n          <font color=\"#017dc7\" size=\"3\">{{ __(\"hello\") }},</font>\r\n        </b>\r\n      </td>\r\n    </tr>\r\n    <tr>\r\n        <td>\r\n            <table border=\"0\" align=\"center\">\r\n              <tr>\r\n                <td>\r\n                  <br />\r\n                    {{ __(\"text_new_user_activation\", {\"[user_login]\": user_data.email, \"[url]\": url, \"[url_text]\": url|puny_decode}) }}\r\n                </td>\r\n              </tr> \r\n            </table>\r\n        </td>\r\n    </tr>\r\n  </table>\r\n  <br />\r\n  <br />\r\n  {{ snippet(\"footer\") }}\r\n', '{{ company_name }}: {{__(\"new_user_profile\")}}', '{{ snippet(\"header\", {\"title\": __(\"new_user_profile\")} ) }}\n\n    {{ __(\"hello\") }},\n    <br />\n    <br /> {{ __(\"text_new_user_activation\", {\"[user_login]\": user_data.email, \"[url]\": url, \"[url_text]\": url|puny_decode}) }}\n\n{{ snippet(\"footer\") }}', NULL, NULL, '', 1651002186, 1586347356),
(2, 'back_in_stock_notification', 'C', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"change_order_status_default_subj\", {\"[order]\": order_info.order_id, \"[status]\": order_status.description}) } ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">Olá cliente!</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      {{ __(\"back_in_stock_notification_header\") }}\r\n      <a href=\"{{ url }}\">{{ product.name }}</a>\r\n    </td>\r\n  </tr>\r\n</table>\r\n\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"right\" style=\"padding-right: 15px;\">\r\n      <br />\r\n      <br />\r\n      <b>{{ __(\"back_in_stock_notification_footer\") }}</b>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}\r\n\r\n\r\n\r\n', '{{ company_name }}: {{ product.name|striptags }} {{ __(\"is_back_in_stock\") }}', '{{ snippet(\"header\", {\"title\": product.name  } ) }}\n    {{ __(\"hello\") }},\n    <br />\n    <br />\n    {{ __(\"back_in_stock_notification_header\") }}\n    <br />\n    <br />\n    <b><a href=\"{{ url }}\">{{ product.name }}</a></b>\n    <br />\n    <br /> {{ __(\"back_in_stock_notification_footer\") }}\n    <br />\n  {{ snippet(\"footer\") }}', NULL, NULL, '', 1651182167, 1586347356),
(3, 'create_profile', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"new_profile_notification\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">{% if user_data.firstname %} {{__(\"hello_name\", {\"[name]\" : user_data.firstname})}} {% else %} {{ __(\"hello\") }}, {% endif %}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n      <td>\r\n          <table border=\"0\" align=\"center\">\r\n            <tr>\r\n              <td>\r\n                <br />\r\n                  {{ __(\"create_profile_notification_header\") }}\r\n              </td>\r\n            </tr> \r\n          </table>\r\n      </td>\r\n  </tr>\r\n</table>\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"550\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table width=\"100%\" border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" width=\"525\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td><b>{{ __(\"login_url\") }}:</b></td>\r\n                <td><a href=\"{{ login_url }}\">{{ login_url|puny_decode }}</a></td>\r\n              </tr>\r\n              <tr>\r\n                <td><b>{{ __(\"email\") }}:</b></td>\r\n                <td><a>{{ user_data.email }}</a></td>\r\n              </tr>\r\n              <tr\r\n              <td>\r\n              {% if password %}\r\n                <b>{{ __(\"password\") }}:</b>{{ password }}\r\n                </td>\r\n              {% else %}\r\n                <b>{{ __(\"password\") }}:</b>***********\r\n                </td>\r\n                  <td>\r\n                    <table border=\"0\" width=\"100%\" align=\"right\">\r\n                      <tr>\r\n                        <td>\r\n                          <table align=\"right\">\r\n                            <tr>\r\n                              <td>\r\n                                <a href=\"{{ forgot_pass_url }}\">{{ __(\"forgot_password_question\") }}</a>\r\n                              </td>\r\n                            </tr>\r\n                          </table>\r\n                        </td>\r\n                      </tr>\r\n                    </table>\r\n                  </td>\r\n              {% endif %}\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"new_profile_notification\") }}', '{{ snippet(\"header\", {\"title\": __(\"new_profile_notification\")} ) }}\n    {% if user_data.firstname %} {{__(\"hello_name\", {\"[name]\" : user_data.firstname})}} {% else %} {{ __(\"hello\") }}, {% endif %}\n    <br>\n    <br>\n    {{ __(\"create_profile_notification_header\") }}\n    <br>\n    <br>\n    <table border=\"0\" class=\"info\">\n      <tr>\n        <td align=\"right\"><b>{{ __(\"login_url\") }}:</b></td>\n        <td><a href=\"{{ login_url }}\">{{ login_url|puny_decode }}</a></td>\n      </tr>\n      <tr>\n        <td align=\"right\"><b>{{ __(\"email\") }}:</b></td>\n        <td><a>{{ user_data.email }}</a></td>\n      </tr>\n      <tr>\n        <td align=\"right\"><b>{{ __(\"password\") }}:</b></td>\n        <td>\n{% if password %}\n    {{ password }}\n{% else %}\n    *********** (<a href=\"{{ forgot_pass_url }}\">{{ __(\"forgot_password_question\") }}</a>)\n{% endif %}</td>\n      </tr>\n    </table>\n  {{ snippet(\"footer\") }}', NULL, NULL, '', 1651182953, 1586347356),
(4, 'create_profile', 'C', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">{% if user_data.firstname %} {{__(\"hello_name\", {\"[name]\" : user_data.firstname})}} {% else %} {{ __(\"hello\") }}, {% endif %}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n      <td>\r\n          <table border=\"0\" align=\"center\">\r\n            <tr>\r\n              <td>\r\n                <br />\r\n                  O seu perfil foi criado.\r\n              </td>\r\n            </tr> \r\n          </table>\r\n      </td>\r\n  </tr>\r\n</table>\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"550\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table width=\"100%\" border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" width=\"525\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td><b>{{ __(\"login_url\") }}:</b></td>\r\n                <td><a href=\"{{ login_url }}\">{{ login_url|puny_decode }}</a></td>\r\n              </tr>\r\n              <tr>\r\n                <td><b>{{ __(\"email\") }}:</b></td>\r\n                <td><a>{{ user_data.email }}</a></td>\r\n              </tr>\r\n              <tr>\r\n                <td><b>{{ __(\"password\") }}:</b></td>\r\n                <td>\r\n                  <table border=\"0\" width=\"100%\" align=\"right\">\r\n                    <tr>\r\n                      <td>\r\n                        <table align=\"right\">\r\n                          <tr>\r\n                            <td>\r\n                              <a href=\"{{ forgot_pass_url }}\">{{ __(\"forgot_password_question\") }}</a>\r\n                            </td>\r\n                          </tr>\r\n                        </table>\r\n                      </td>\r\n                    </tr>\r\n                  </table>\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"new_profile_notification\") }}', '{{ snippet(\"header\", {\"title\": __(\"new_profile_notification\")} ) }}\n    {% if user_data.firstname %} {{__(\"hello_name\", {\"[name]\" : user_data.firstname})}} {% else %} {{ __(\"hello\") }}, {% endif %}\n    <br>\n    {{ __(\"update_profile_notification_header\") }}\n    <br>\n    <br>\n    <h4 class=\"with-subline\">{{ __(\"user_account_information\") }}</h4>\n    <table border=\"0\" width=\"100%\" class=\"info\">\n      <tr>\n        <td><b>{{ __(\"login_url\") }}:</b></td>\n        <td><a href=\"{{ login_url }}\">{{ login_url|puny_decode }}</a></td>\n      </tr>\n      <tr>\n        <td><b>{{ __(\"email\") }}:</b></td>\n        <td><a>{{ user_data.email }}</a></td>\n      </tr>\n      <tr>\n        <td><b>{{ __(\"password\") }}:</b></td>\n        <td> *********** (<a href=\"{{ forgot_pass_url }}\">{{ __(\"forgot_password_question\") }}</a>)</td>\n      </tr>\n    </table>\n\n\n  {{ snippet(\"footer\") }}', NULL, NULL, '', 1651182251, 1586347356),
(5, 'edp_access', 'C', 'A', NULL, '{{ snippet(\"header\") }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">\r\n          {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %}\r\n          {{ __(\"hello\") }}, {{ __(\"customer\") }} {% endif %}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      {{ __(\"edp_access_granted\") }}\r\n    </td>\r\n  </tr>\r\n</table>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <a href=\"{{ order_files_list_url }}\"><b>{{ __(\"view_avail_files_for_order\", {\"[order_id]\": order_info.order_id})}}</b></a>\r\n      <br />\r\n      {% for product in edp_data %}\r\n      {% for file in product.files %}\r\n      <a href=\"{{ file.url }}\" style=\"color: #017dc7;\">{{ file.file_name }} ({{ file.file_size|filesize }}&nbsp;{{ __(\"bytes\") }})</a>\r\n      {% endfor %} {% endfor %}\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"order\") }} #{{ order_info.order_id }} {{ __(\"edp_access_subj\") }}', '{{ snippet(\"header\") }}\n    {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %} {{ __(\"hello\") }},  {{ __(\"customer\") }} {% endif %}\n    <br />\n    <br /> {{ __(\"edp_access_granted\") }}\n    <br />\n    <br /> <a href=\"{{ order_files_list_url }}\"><b>{{ __(\"view_avail_files_for_order\", {\"[order_id]\": order_info.order_id}) }}</b></a>\n    <br />\n    <br /> {% for product in edp_data %}\n    {% for file in product.files %}\n    <a href=\"{{ file.url }}\">{{ file.file_name }} ({{ file.file_size|filesize }}&nbsp;{{ __(\"bytes\") }})</a>\n    <br />\n    <br /> {% endfor %} {% endfor %}\n  {{ snippet(\"footer\") }}', NULL, NULL, '', 1650994672, 1586347356),
(6, 'give_coupon', 'C', 'A', NULL, NULL, '{{ company_name }}: {{ __(\"give_coupon_subj\") }}', '{{ snippet(\"header\", {\"title\": __(\"give_coupon_subj\") } ) }}\n    {{__(\"hello_name\", {\"[name]\" : user_data.firstname})}}\n    <br /> {{ __(\"text_applied_promotions\") }}\n    <br />\n    <br /> {{ promotion_data.name }}\n    <br />\n    <br /> {{ promotion_data.detailed_description }}\n    <br />\n    <b>{{ bonus_data.coupon_code }}</b>\n  {{ snippet(\"footer\") }}', NULL, NULL, '', 1586347356, 1586347356),
(7, 'low_stock', 'A', 'A', NULL, NULL, '{{ company_name }}: {{ __(\"low_stock_subj\", {\"[product]\": \"#{product} ##{product_id}\"}) }}', '{{ snippet(\"header\", {\"title\":__(\"low_stock_subj\", {\"[product]\": \"#{product} ##{product_id}\"}) } ) }}\n\n    <table class=\"info\">\n      <tr>\n        <td>{{ __(\"product\") }}:</td>\n        <td>{{ product }}</td>\n      </tr>\n      <tr>\n        <td>{{ __(\"id\") }}:</td>\n        <td>{{ product_id }}</td>\n      </tr>\n      <tr>\n        <td>{{ __(\"sku\") }}:</td>\n        <td>{{ product_code }}</td>\n      </tr>\n      <tr>\n        <td>{{ __(\"qty\") }}:</td>\n        <td><b>{{ new_qty }}</b></td>\n      </tr>\n      {% if product_options %}\n      <tr>\n        <td colspan=\"2\">{{ __(\"product_options\") }}:\n          <br>\n          <hr>\n        </td>\n      </tr>\n      {% for option in product_options %}\n      <tr>\n        <td>{{ option.option_name }}:</td>\n        <td>{{ option.variant_name }}</td>\n      </tr>\n      {% endfor %} {% endif %}\n    </table>\n\n{{ snippet(\"footer\") }}', NULL, NULL, '', 1586347356, 1586347356),
(8, 'order_notification.b', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">\r\n          {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %}\r\n          {{ __(\"hello\") }}, {{ __(\"customer\") }} {% endif %}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n        <tr border=\"0\">\r\n          <td border=\"0\" align=\"center\">\r\n            <br />\r\n              {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\r\n          </td>\r\n        </tr>\r\n      </table>\r\n      <table aling=\"center\" border=\"1\" align=\"center\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                  {{ include_doc(\"order.summary\", order_info.order_id) }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"change_order_status_b_subj\", {\"[order]\": order_info.order_id}) }}', '{{ snippet(\"header\", {\"title\": __(\"change_order_status_b_subj\", {\"[order]\": order_info.order_id}) } ) }}\n    {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %} {{ __(\"hello\") }},  {{ __(\"customer\") }} {% endif %}\n    <br />\n    {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\n    <br />\n    <br /> {{ include_doc(\"order.summary\", order_info.order_id) }}\n  {{ snippet(\"footer\") }}', '{\"attach_order_document\":{\"type\":\"selectbox\",\"title\":\"email_template.params.attach_order_document\",\"func\":\"fn_emails_get_order_document_variants\"}}', '{\"attach_order_document\":\"\"}', '', 1651182816, 1586347356),
(9, 'order_notification.b', 'C', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">\r\n          {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %}\r\n          {{ __(\"hello\") }}, {{ __(\"customer\") }} {% endif %}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n        <tr border=\"0\">\r\n          <td border=\"0\" align=\"center\">\r\n            <br />\r\n              {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\r\n          </td>\r\n        </tr>\r\n      </table>\r\n      <table aling=\"center\" border=\"1\" align=\"center\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                  {{ include_doc(\"order.summary\", order_info.order_id) }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"change_order_status_b_subj\", {\"[order]\": order_info.order_id}) }}', '{{ snippet(\"header\", {\"title\": __(\"change_order_status_b_subj\", {\"[order]\": order_info.order_id}) } ) }}\n    {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %} {{ __(\"hello\") }},  {{ __(\"customer\") }} {% endif %}\n    <br />\n    {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\n    <br />\n    <br /> {{ include_doc(\"order.summary\", order_info.order_id) }}\n  {{ snippet(\"footer\") }}', '{\"attach_order_document\":{\"type\":\"selectbox\",\"title\":\"email_template.params.attach_order_document\",\"func\":\"fn_emails_get_order_document_variants\"}}', '{\"attach_order_document\":\"\"}', '', 1651182125, 1586347356),
(10, 'order_notification.c', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">\r\n          {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %}\r\n          {{ __(\"hello\") }}, {{ __(\"customer\") }} {% endif %}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n        <tr border=\"0\">\r\n          <td border=\"0\" align=\"center\">\r\n            <br />\r\n              {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\r\n          </td>\r\n        </tr>\r\n      </table>\r\n      <table aling=\"center\" border=\"1\" align=\"center\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                  {{ include_doc(\"order.summary\", order_info.order_id) }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"change_order_status_c_subj\", {\"[order]\": order_info.order_id}) }}', '{{ snippet(\"header\", {\"title\": __(\"change_order_status_c_subj\", {\"[order]\": order_info.order_id}) } ) }}\n    {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %} {{ __(\"hello\") }},  {{ __(\"customer\") }} {% endif %}\n    <br />\n    {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\n    <br />\n    <br /> {{ include_doc(\"order.summary\", order_info.order_id) }}\n  {{ snippet(\"footer\") }}', '{\"attach_order_document\":{\"type\":\"selectbox\",\"title\":\"email_template.params.attach_order_document\",\"func\":\"fn_emails_get_order_document_variants\"}}', '{\"attach_order_document\":\"invoice\"}', '', 1651182800, 1586347356),
(11, 'order_notification.c', 'C', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">\r\n          {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %}\r\n          {{ __(\"hello\") }}, {{ __(\"customer\") }} {% endif %}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n        <tr border=\"0\">\r\n          <td border=\"0\" align=\"center\">\r\n            <br />\r\n              {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\r\n          </td>\r\n        </tr>\r\n      </table>\r\n      <table aling=\"center\" border=\"1\" align=\"center\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                  {{ include_doc(\"order.summary\", order_info.order_id) }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"change_order_status_c_subj\", {\"[order]\": order_info.order_id}) }}', '{{ snippet(\"header\", {\"title\": __(\"change_order_status_c_subj\", {\"[order]\": order_info.order_id}) } ) }}\n    {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %} {{ __(\"hello\") }},  {{ __(\"customer\") }} {% endif %}\n    <br />\n    {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\n    <br />\n    <br /> {{ include_doc(\"order.summary\", order_info.order_id) }}\n  {{ snippet(\"footer\") }}', '{\"attach_order_document\":{\"type\":\"selectbox\",\"title\":\"email_template.params.attach_order_document\",\"func\":\"fn_emails_get_order_document_variants\"}}', '{\"attach_order_document\":\"invoice\"}', '', 1651182083, 1586347356),
(12, 'order_notification.d', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">\r\n          {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %}\r\n          {{ __(\"hello\") }}, {{ __(\"customer\") }} {% endif %}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n        <tr border=\"0\">\r\n          <td border=\"0\" align=\"center\">\r\n            <br />\r\n              {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\r\n          </td>\r\n        </tr>\r\n      </table>\r\n      <table aling=\"center\" border=\"1\" align=\"center\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                  {{ include_doc(\"order.summary\", order_info.order_id) }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"change_order_status_d_subj\", {\"[order]\": order_info.order_id}) }}', '{{ snippet(\"header\", {\"title\": __(\"change_order_status_d_subj\", {\"[order]\": order_info.order_id}) } ) }}\n    {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %} {{ __(\"hello\") }},  {{ __(\"customer\") }} {% endif %}\n    <br />\n    {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\n    <br />\n    <br /> {{ include_doc(\"order.summary\", order_info.order_id) }}\n  {{ snippet(\"footer\") }}', '{\"attach_order_document\":{\"type\":\"selectbox\",\"title\":\"email_template.params.attach_order_document\",\"func\":\"fn_emails_get_order_document_variants\"}}', '{\"attach_order_document\":\"\"}', '', 1651182812, 1586347356),
(13, 'order_notification.d', 'C', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">\r\n          {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %}\r\n          {{ __(\"hello\") }}, {{ __(\"customer\") }} {% endif %}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n        <tr border=\"0\">\r\n          <td border=\"0\" align=\"center\">\r\n            <br />\r\n              {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\r\n          </td>\r\n        </tr>\r\n      </table>\r\n      <table aling=\"center\" border=\"1\" align=\"center\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                  {{ include_doc(\"order.summary\", order_info.order_id) }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"change_order_status_d_subj\", {\"[order]\": order_info.order_id}) }}', '{{ snippet(\"header\", {\"title\": __(\"change_order_status_d_subj\", {\"[order]\": order_info.order_id}) } ) }}\n    {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %} {{ __(\"hello\") }},  {{ __(\"customer\") }} {% endif %}\n    <br />\n    {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\n    <br />\n    <br /> {{ include_doc(\"order.summary\", order_info.order_id) }}\n  {{ snippet(\"footer\") }}', '{\"attach_order_document\":{\"type\":\"selectbox\",\"title\":\"email_template.params.attach_order_document\",\"func\":\"fn_emails_get_order_document_variants\"}}', '{\"attach_order_document\":\"\"}', '', 1651182120, 1586347356),
(14, 'order_notification.f', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">\r\n          {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %}\r\n          {{ __(\"hello\") }}, {{ __(\"customer\") }} {% endif %}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n        <tr border=\"0\">\r\n          <td border=\"0\" align=\"center\">\r\n            <br />\r\n              {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\r\n          </td>\r\n        </tr>\r\n      </table>\r\n      <table aling=\"center\" border=\"1\" align=\"center\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                  {{ include_doc(\"order.summary\", order_info.order_id) }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"change_order_status_f_subj\", {\"[order]\": order_info.order_id}) }}', '{{ snippet(\"header\", {\"title\": __(\"change_order_status_f_subj\", {\"[order]\": order_info.order_id}) } ) }}\n    {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %} {{ __(\"hello\") }},  {{ __(\"customer\") }} {% endif %}\n    <br />\n    {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\n    <br />\n    <br /> {{ include_doc(\"order.summary\", order_info.order_id) }}\n  {{ snippet(\"footer\") }}', '{\"attach_order_document\":{\"type\":\"selectbox\",\"title\":\"email_template.params.attach_order_document\",\"func\":\"fn_emails_get_order_document_variants\"}}', '{\"attach_order_document\":\"\"}', '', 1651182808, 1586347356),
(15, 'order_notification.f', 'C', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">\r\n          {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %}\r\n          {{ __(\"hello\") }}, {{ __(\"customer\") }} {% endif %}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n        <tr border=\"0\">\r\n          <td border=\"0\" align=\"center\">\r\n            <br />\r\n              {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\r\n          </td>\r\n        </tr>\r\n      </table>\r\n      <table aling=\"center\" border=\"1\" align=\"center\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                  {{ include_doc(\"order.summary\", order_info.order_id) }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"change_order_status_f_subj\", {\"[order]\": order_info.order_id}) }}', '{{ snippet(\"header\", {\"title\": __(\"change_order_status_f_subj\", {\"[order]\": order_info.order_id}) } ) }}\n    {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %} {{ __(\"hello\") }},  {{ __(\"customer\") }} {% endif %}\n    <br />\n    {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\n    <br />\n    <br /> {{ include_doc(\"order.summary\", order_info.order_id) }}\n  {{ snippet(\"footer\") }}', '{\"attach_order_document\":{\"type\":\"selectbox\",\"title\":\"email_template.params.attach_order_document\",\"func\":\"fn_emails_get_order_document_variants\"}}', '{\"attach_order_document\":\"\"}', '', 1651182116, 1586347356),
(16, 'order_notification.i', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">\r\n          {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %}\r\n          {{ __(\"hello\") }}, {{ __(\"customer\") }} {% endif %}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n        <tr border=\"0\">\r\n          <td border=\"0\" align=\"center\">\r\n            <br />\r\n              {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\r\n          </td>\r\n        </tr>\r\n      </table>\r\n      <table aling=\"center\" border=\"1\" align=\"center\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                  {{ include_doc(\"order.summary\", order_info.order_id) }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"change_order_status_i_subj\", {\"[order]\": order_info.order_id}) }}', '{{ snippet(\"header\", {\"title\": __(\"change_order_status_i_subj\", {\"[order]\": order_info.order_id}) } ) }}\n    {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %} {{ __(\"hello\") }},  {{ __(\"customer\") }} {% endif %}\n    <br />\n    {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\n    <br />\n    <br /> {{ include_doc(\"order.summary\", order_info.order_id) }}\n  {{ snippet(\"footer\") }}', '{\"attach_order_document\":{\"type\":\"selectbox\",\"title\":\"email_template.params.attach_order_document\",\"func\":\"fn_emails_get_order_document_variants\"}}', '{\"attach_order_document\":\"\"}', '', 1651182820, 1586347356),
(17, 'order_notification.i', 'C', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">\r\n          {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %}\r\n          {{ __(\"hello\") }}, {{ __(\"customer\") }} {% endif %}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n        <tr border=\"0\">\r\n          <td border=\"0\" align=\"center\">\r\n            <br />\r\n              {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\r\n          </td>\r\n        </tr>\r\n      </table>\r\n      <table aling=\"center\" border=\"1\" align=\"center\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                  {{ include_doc(\"order.summary\", order_info.order_id) }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"change_order_status_i_subj\", {\"[order]\": order_info.order_id}) }}', '{{ snippet(\"header\", {\"title\": __(\"change_order_status_i_subj\", {\"[order]\": order_info.order_id}) } ) }}\n    {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %} {{ __(\"hello\") }},  {{ __(\"customer\") }} {% endif %}\n    <br />\n    {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\n    <br />\n    <br /> {{ include_doc(\"order.summary\", order_info.order_id) }}\n  {{ snippet(\"footer\") }}', '{\"attach_order_document\":{\"type\":\"selectbox\",\"title\":\"email_template.params.attach_order_document\",\"func\":\"fn_emails_get_order_document_variants\"}}', '{\"attach_order_document\":\"\"}', '', 1651182129, 1586347356),
(18, 'order_notification.o', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">\r\n          {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %}\r\n          {{ __(\"hello\") }}, {{ __(\"customer\") }} {% endif %}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n        <tr border=\"0\">\r\n          <td border=\"0\" align=\"center\">\r\n            <br />\r\n              {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\r\n          </td>\r\n        </tr>\r\n      </table>\r\n      <table aling=\"center\" border=\"1\" align=\"center\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                  {{ include_doc(\"order.summary\", order_info.order_id) }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"change_order_status_o_subj\", {\"[order]\": order_info.order_id}) }}', '{{ snippet(\"header\", {\"title\": __(\"change_order_status_o_subj\", {\"[order]\": order_info.order_id}) } ) }}\n    {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %} {{ __(\"hello\") }},  {{ __(\"customer\") }} {% endif %}\n    <br />\n    {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\n    <br />\n    <br /> {{ include_doc(\"order.summary\", order_info.order_id) }}\n  {{ snippet(\"footer\") }}', '{\"attach_order_document\":{\"type\":\"selectbox\",\"title\":\"email_template.params.attach_order_document\",\"func\":\"fn_emails_get_order_document_variants\"}}', '{\"attach_order_document\":\"\"}', '', 1651182804, 1586347356),
(19, 'order_notification.o', 'C', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">\r\n          {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %}\r\n          {{ __(\"hello\") }}, {{ __(\"customer\") }} {% endif %}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n        <tr border=\"0\">\r\n          <td border=\"0\" align=\"center\">\r\n            <br />\r\n              {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\r\n          </td>\r\n        </tr>\r\n      </table>\r\n      <table aling=\"center\" border=\"1\" align=\"center\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                  {{ include_doc(\"order.summary\", order_info.order_id) }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"change_order_status_o_subj\", {\"[order]\": order_info.order_id}) }}', '{{ snippet(\"header\", {\"title\": __(\"change_order_status_o_subj\", {\"[order]\": order_info.order_id}) } ) }}\n    {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %} {{ __(\"hello\") }},  {{ __(\"customer\") }} {% endif %}\n    <br />\n    {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\n    <br />\n    <br /> {{ include_doc(\"order.summary\", order_info.order_id) }}\n  {{ snippet(\"footer\") }}', '{\"attach_order_document\":{\"type\":\"selectbox\",\"title\":\"email_template.params.attach_order_document\",\"func\":\"fn_emails_get_order_document_variants\"}}', '{\"attach_order_document\":\"\"}', '', 1651182113, 1586347356),
(20, 'order_notification.p', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">\r\n          {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %}\r\n          {{ __(\"hello\") }}, {{ __(\"customer\") }} {% endif %}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n        <tr border=\"0\">\r\n          <td border=\"0\" align=\"center\">\r\n            <br />\r\n              {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\r\n          </td>\r\n        </tr>\r\n      </table>\r\n      <table aling=\"center\" border=\"1\" align=\"center\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                  {{ include_doc(\"order.summary\", order_info.order_id) }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"change_order_status_p_subj\", {\"[order]\": order_info.order_id}) }}', '{{ snippet(\"header\", {\"title\": __(\"change_order_status_p_subj\", {\"[order]\": order_info.order_id}) } ) }}\n    {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %} {{ __(\"hello\") }},  {{ __(\"customer\") }} {% endif %}\n    <br />\n    {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\n    <br />\n    <br /> {{ include_doc(\"order.summary\", order_info.order_id) }}\n  {{ snippet(\"footer\") }}', '{\"attach_order_document\":{\"type\":\"selectbox\",\"title\":\"email_template.params.attach_order_document\",\"func\":\"fn_emails_get_order_document_variants\"}}', '{\"attach_order_document\":\"\"}', '', 1651182796, 1586347356);
INSERT INTO `partiushop_template_emails` (`template_id`, `code`, `area`, `status`, `subject`, `template`, `default_subject`, `default_template`, `params_schema`, `params`, `addon`, `updated`, `created`) VALUES
(21, 'order_notification.p', 'C', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">\r\n          {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %}\r\n          {{ __(\"hello\") }}, {{ __(\"customer\") }} {% endif %}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n        <tr border=\"0\">\r\n          <td border=\"0\" align=\"center\">\r\n            <br />\r\n              {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\r\n          </td>\r\n        </tr>\r\n      </table>\r\n      <table aling=\"center\" border=\"1\" align=\"center\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                  {{ include_doc(\"order.summary\", order_info.order_id) }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"change_order_status_p_subj\", {\"[order]\": order_info.order_id}) }}', '{{ snippet(\"header\", {\"title\": __(\"change_order_status_p_subj\", {\"[order]\": order_info.order_id}) } ) }}\n    {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %} {{ __(\"hello\") }},  {{ __(\"customer\") }} {% endif %}\n    <br />\n    {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\n    <br />\n    <br /> {{ include_doc(\"order.summary\", order_info.order_id) }}\n  {{ snippet(\"footer\") }}', '{\"attach_order_document\":{\"type\":\"selectbox\",\"title\":\"email_template.params.attach_order_document\",\"func\":\"fn_emails_get_order_document_variants\"}}', '{\"attach_order_document\":\"invoice\"}', '', 1651182058, 1586347356),
(22, 'shipping_error', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"new_user_profile\")} ) }}\r\n  <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n    <tr border=\"0\">\r\n      <td border=\"0\" align=\"center\">\r\n        <br />\r\n        <br />\r\n        <b>\r\n         <font color=\"#017dc7\" size=\"3\">{{ __(\"request_error_information_title\") }}</font>\r\n        </b>\r\n      </td>\r\n    </tr>\r\n    <tr>\r\n        <td>\r\n            <table border=\"0\" align=\"center\">\r\n              <tr>\r\n                <td>\r\n                  <br />\r\n                  <b>{{ log_message }}</b>\r\n                </td>\r\n              </tr> \r\n            </table>\r\n        </td>\r\n    </tr>\r\n  </table>\r\n  <br />\r\n  <br />\r\n  {{ snippet(\"footer\") }}\r\n', '{{ company_name }}: {{__(\"request_error_information_title\")}}', '{{ snippet(\"header\", {\"title\": __(\"request_error_information_title\")}) }} {{ log_message }} {{ snippet(\"footer\") }}', NULL, NULL, '', 1651002390, 1586347356),
(23, 'order_notification_default', 'A', 'A', NULL, NULL, '{{ company_name }}: {{ __(\"change_order_status_default_subj\", {\"[order]\": order_info.order_id, \"[status]\": order_status.description}) }}', '{{ snippet(\"header\", {\"title\": __(\"change_order_status_default_subj\", {\"[order]\": order_info.order_id, \"[status]\": order_status.description}) } ) }}\n    {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %} {{ __(\"hello\") }},  {{ __(\"customer\") }} {% endif %}\n    <br />\n    {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\n    <br />\n    <br /> {{ include_doc(\"order.summary\", order_info.order_id) }}\n  {{ snippet(\"footer\") }}', '{\"attach_order_document\":{\"type\":\"selectbox\",\"title\":\"email_template.params.attach_order_document\",\"func\":\"fn_emails_get_order_document_variants\"}}', '{\"attach_order_document\":\"\"}', '', 1586347356, 1586347356),
(24, 'order_notification_default', 'C', 'A', NULL, NULL, '{{ company_name }}: {{ __(\"change_order_status_default_subj\", {\"[order]\": order_info.order_id, \"[status]\": order_status.description}) }}', '{{ snippet(\"header\", {\"title\": __(\"change_order_status_default_subj\", {\"[order]\": order_info.order_id, \"[status]\": order_status.description}) } ) }}\n    {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %} {{ __(\"hello\") }},  {{ __(\"customer\") }} {% endif %}\n    <br />\n    {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\n    <br />\n    <br /> {{ include_doc(\"order.summary\", order_info.order_id) }}\n  {{ snippet(\"footer\") }}', '{\"attach_order_document\":{\"type\":\"selectbox\",\"title\":\"email_template.params.attach_order_document\",\"func\":\"fn_emails_get_order_document_variants\"}}', '{\"attach_order_document\":\"\"}', '', 1586347356, 1586347356),
(25, 'profile_activated', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"profile_activated\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">{% if user_data.firstname %} {{__(\"hello_name\", {\"[name]\" : user_data.firstname})}} {% else %} {{ __(\"hello\") }} cliente!, {% endif %}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <b>{{ __(\"text_profile_activated\") }}</b>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"profile_activated\") }}', '{{ snippet(\"header\", {\"title\": __(\"profile_activated\")} ) }}\n\n    {{__(\"hello_name\", {\"[name]\" : firstname})}}\n    <br />\n    <br /> {{ __(\"text_profile_activated\") }}\n\n{{ snippet(\"footer\") }}', NULL, NULL, '', 1651182857, 1586347356),
(26, 'profile_activated', 'C', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"profile_activated\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">{% if user_data.firstname %} {{__(\"hello_name\", {\"[name]\" : user_data.firstname})}} {% else %} {{ __(\"hello\") }} cliente!, {% endif %}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <b>{{ __(\"text_profile_activated\") }}</b>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"profile_activated\") }}', '{{ snippet(\"header\", {\"title\": __(\"profile_activated\")} ) }}\n    {% if user_data.firstname %} {{__(\"hello_name\", {\"[name]\" : user_data.firstname})}} {% else %} {{ __(\"hello\") }}, {% endif %}\n    <br /> {{ __(\"text_profile_activated\") }}\n  {{ snippet(\"footer\") }}', NULL, NULL, '', 1651182195, 1586347356),
(27, 'profile_deactivated', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"profile_deactivated\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">{% if user_data.firstname %} {{__(\"hello_name\", {\"[name]\" : user_data.firstname})}} {% else %} {{ __(\"hello\") }} cliente!, {% endif %}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <b>{{ __(\"text_profile_deactivated\") }}</b>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"profile_deactivated\") }}', '{{ snippet(\"header\", {\"title\": __(\"profile_deactivated\")} ) }}\n\n    {{__(\"hello_name\", {\"[name]\" : firstname})}}\n    <br />\n    <br /> {{ __(\"text_profile_deactivated\") }}\n\n{{ snippet(\"footer\") }}', NULL, NULL, '', 1651182872, 1586347356),
(28, 'profile_deactivated', 'C', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"profile_deactivated\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">{% if user_data.firstname %} {{__(\"hello_name\", {\"[name]\" : user_data.firstname})}} {% else %} {{ __(\"hello\") }} cliente!, {% endif %}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <b>{{ __(\"text_profile_deactivated\") }}</b>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"profile_deactivated\") }}', '{{ snippet(\"header\", {\"title\": __(\"profile_deactivated\")} ) }}\n    {% if user_data.firstname %} {{__(\"hello_name\", {\"[name]\" : user_data.firstname})}} {% else %} {{ __(\"hello\") }}, {% endif %}\n    <br /> {{ __(\"text_profile_deactivated\") }}\n  {{ snippet(\"footer\") }}', NULL, NULL, '', 1651182213, 1586347356),
(29, 'recover_password', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"change_order_status_default_subj\", {\"[order]\": order_info.order_id, \"[status]\": order_status.description}) } ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">Olá,</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n        <tr border=\"0\">\r\n          <td border=\"0\" align=\"center\">\r\n            <br />\r\n                {{ __(\"text_confirm_passwd_recovery\") }}:<br />\r\n                <a href=\"{{ url }}\">{{ url|puny_decode }}</a>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"recover_password_subj\") }}', '{{ snippet(\"header\", {\"title\": __(\"recover_password_subj\") } ) }}\n\n    {{ __(\"text_confirm_passwd_recovery\") }}:\n    <br />\n    <br />\n\n    <a href=\"{{ url }}\">{{ url|puny_decode }}</a>\n\n{{ snippet(\"footer\") }}', NULL, NULL, '', 1651182992, 1586347356),
(30, 'recover_password', 'C', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"change_order_status_default_subj\", {\"[order]\": order_info.order_id, \"[status]\": order_status.description}) } ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">Olá,</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n        <tr border=\"0\">\r\n          <td border=\"0\" align=\"center\">\r\n            <br />\r\n                {{ __(\"text_confirm_passwd_recovery\") }}:<br />\r\n                <a href=\"{{ url }}\">{{ url|puny_decode }}</a>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"recover_password_subj\") }}', '{{ snippet(\"header\", { \"title\" : __(\"recover_password_subj\") }) }}\n        {{ __(\"text_confirm_passwd_recovery\") }}:<br /><br />\n        <a href=\"{{ url }}\">{{ url|puny_decode }}</a>\n    {{ snippet(\"footer\") }}\n', NULL, NULL, '', 1651182296, 1586347356),
(31, 'reminder', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"profile_deactivated\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">  {{__(\"hello_name\", {\"[name]\" : firstname})}}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n        <b>{{ __(\"change_password_notification_body\", {\"[days]\": days, \"[store]\": store_url}) }}</b>\r\n        <a href=\"{{ url }}\">{{ url|puny_decode }}</a>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"change_password_notification\") }}', '{{ snippet(\"header\", {\"title\": __(\"change_password_notification\") } ) }}\n\n    {{__(\"hello_name\", {\"[name]\" : firstname})}}\n    <br>\n    <br> {{ __(\"change_password_notification_body\", {\"[days]\": days, \"[store]\": store_url}) }}\n    <br>\n    <br>\n\n    <a href=\"{{ url }}\">{{ url|puny_decode }}</a>\n    <br>\n    <br>\n\n{{ snippet(\"footer\") }}', NULL, NULL, '', 1651182885, 1586347356),
(32, 'shipment_products', 'C', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} Tudo bem ?</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n    <td>\r\n      <table border=\"0\" align=\"center\">\r\n        <tr>\r\n          <td>\r\n            <br />\r\n            {{ __(\"products_were_sent\") }}\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"550\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table width=\"100%\" border=\"1\"\r\n        style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\"\r\n            style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" width=\"525\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                  <b>{{ __(\"order_id\") }}</b>:&nbsp;#{{ order_info.order_id }}\r\n                  <br />\r\n                  <b>{{ __(\"shipping_method\") }}</b>:&nbsp;{{ shipment.shipping }}\r\n                  <br />\r\n                  <b>Consultar NF-e:</b> <a href=\"http://partiushop.com.br/index.php?dispatch=nota_fiscal.open_nfe&order_id={{ order_info.order_id }}\"> Nota fiscal eletrônica</a>\r\n                  <br />\r\n                  <b>{{ __(\"shipment_date\") }}</b>:&nbsp;{{ shipment.timestamp|date(\"#{settings.Appearance.date_format},\r\n                  #{settings.Appearance.time_format}\") }}\r\n                  <br /> {% if shipment.carrier_info %}\r\n                  <b>{{ __(\"carrier\") }}</b>:&nbsp;{{ shipment.carrier_info.name }}\r\n                  <br /> {% endif %} {% if shipment.tracking_number %}\r\n                  <b>{{ __(\"tracking_number\") }}</b>:&nbsp; {% if shipment.carrier_info.tracking_url %}\r\n                  <a href=\"http://partiushop.com.br/index.php?dispatch=rastreamento.view&etiqueta={{ shipment.tracking_number }}\">{{ shipment.tracking_number }}</a> {% else %}\r\n                  {{ shipment.tracking_number }} {% endif %}\r\n                  <br />\r\n                  {% if shipment.comments %}\r\n                  <b>{{ __(\"comments\") }}</b>: {{ shipment.comments }}<br /> {% endif %}\r\n                  <br /> {% endif %}\r\n                  {{ shipment.carrier_info.info }}\r\n                  <p>\r\n                    {{ include_doc(\"order.image_product\", order_info.order_id) }}\r\n                  </p>\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"order\") }} #{{ order_info.order_id }} {{ __(\"new_shipment_was_created\") }}', '{{ snippet(\"header\", { \"title\" : __(\"new_shipment_was_created\") }) }}\n    {{__(\"hello_name\", {\"[name]\" : order_info.firstname})}}\n    <br />\n    <br /> {{ __(\"products_were_sent\") }}\n    <br />\n    <br />\n\n    <b>{{ __(\"order_id\") }}</b>:&nbsp;#{{ order_info.order_id }}\n    <br />\n    <b>{{ __(\"shipping_method\") }}</b>:&nbsp;{{ shipment.shipping }}\n    <br />\n    <b>{{ __(\"shipment_date\") }}</b>:&nbsp;{{ shipment.timestamp|date(\"#{settings.Appearance.date_format}, #{settings.Appearance.time_format}\") }}\n    <br /> {% if shipment.carrier_info %}\n    <b>{{ __(\"carrier\") }}</b>:&nbsp;{{ shipment.carrier_info.name }}\n    <br /> {% endif %} {% if shipment.tracking_number %}\n    <b>{{ __(\"tracking_number\") }}</b>:&nbsp; {% if shipment.carrier_info.tracking_url %}\n    <a href=\"{{ shipment.carrier_info.tracking_url }}\">{{ shipment.tracking_number }}</a> {% else %} {{ shipment.tracking_number }} {% endif %}\n    <br />\n    <br /> {% endif %} {{ shipment.carrier_info.info }}\n\n    <b>{{ __(\"products\") }}:</b>\n    <p>\n      {% for hash, amount in shipment.products %} {% if amount > 0 %} {{ amount }}&nbsp;x&nbsp;{{ order_info.products[hash].product }}\n      <br /> {% if order_info.products[hash].product_options %} {% for option in order_info.products[hash].product_options %} {{ option.option_name }}:&nbsp;{{ option.variant_name }}{% if not loop.last%}, {% endif %} {% endfor %}\n      <br /> {% endif %}\n      <br /> {% endif %} {% endfor %}\n    </p>\n\n    {% if shipment.comments %}\n    <br />\n    <br />\n    <b>{{ __(\"comments\") }}</b>: {{ shipment.comments }} {% endif %}\n\n  {{ snippet(\"footer\") }}', NULL, NULL, '', 1652378119, 1586347356),
(33, 'track', 'C', 'A', NULL, NULL, '{{ company_name }}: {{ __(\"track_request_subj\") }}', '{{ snippet(\"header\", { \"title\" : __(\"track_request_subj\") }) }}\n    {{ __(\"hello\") }},\n    <br />\n    <br /> {{ __(\"text_track_request\") }}\n    <br />\n    <br /> {% if order_id %} {{ __(\"text_track_view_order\", {\"[order]\": order_id}) }}\n    <br />\n    <a href=\"{{ url }}\">{{ url|puny_decode }}</a>\n    <br />\n    <br /> {% endif %} {{ __(\"text_track_view_all_orders\") }}\n    <br />\n    <a href=\"{{ track_all_url }}\">{{ track_all_url|puny_decode }}</a>\n    <br />\n  {{ snippet(\"footer\") }}', NULL, NULL, '', 1586347356, 1586347356),
(34, 'update_profile', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">{% if user_data.firstname %} {{__(\"hello_name\", {\"[name]\" : user_data.firstname})}} {% else %} {{ __(\"hello\") }}, {% endif %}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n    <td>\r\n      <table border=\"0\" width=\"100%\" align=\"center\">\r\n        <tr>\r\n          <td>\r\n            <table align=\"center\">\r\n              <tr><br />\r\n               <b>\r\n                {% if api_access_status == \"enabled\" %}\r\n                <font color=\"green\"><br>{{ __(\"api_access_has_been_enabled\") }}<br></font>\r\n                {% elseif api_access_status == \"disabled\" %}\r\n                <font color=\"red\"><br>{{ __(\"api_access_has_been_disabled\") }}<br></font>\r\n                {% endif %}\r\n              </b>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"550\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <h4 class=\"with-subline\">{{ __(\"user_account_information\") }}</h4>\r\n      <table width=\"100%\" border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" width=\"525\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td><b>{{ __(\"login_url\") }}:</b></td>\r\n                <td><a href=\"{{ login_url }}\">{{ login_url|puny_decode }}</a></td>\r\n              </tr>\r\n              <tr>\r\n                <td><b>{{ __(\"email\") }}:</b></td>\r\n                <td><a>{{ user_data.email }}</a></td>\r\n              </tr>\r\n              <tr>\r\n                <td><b>{{ __(\"password\") }}:</b> ***********</td>\r\n                <td>\r\n                  <table border=\"0\" width=\"100%\" align=\"right\">\r\n                    <tr>\r\n                      <td>\r\n                        <table align=\"right\">\r\n                          <tr>\r\n                            <td>\r\n                              <a href=\"{{ forgot_pass_url }}\" style=\"color: #017dc7\">{{ __(\"forgot_password_question\") }}</a>\r\n                            </td>\r\n                          </tr>\r\n                        </table>\r\n                      </td>\r\n                    </tr>\r\n                  </table>\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"update_profile_notification\") }}', '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification\")} ) }}\n    {% if user_data.firstname %} {{__(\"hello_name\", {\"[name]\" : user_data.firstname})}} {% else %} {{ __(\"hello\") }}, {% endif %}\n    <br>\n    {{ __(\"update_profile_notification_header\") }}\n    <br>\n    <strong>\n      {% if api_access_status == \"enabled\" %}\n        <br>{{ __(\"api_access_has_been_enabled\") }}<br>\n      {% elseif api_access_status == \"disabled\" %}\n        <br>{{ __(\"api_access_has_been_disabled\") }}<br>\n      {% endif %}\n    </strong>\n    <br>\n    <h4 class=\"with-subline\">{{ __(\"user_account_information\") }}</h4>\n    <table border=\"0\" width=\"100%\" class=\"info\">\n      <tr>\n        <td><b>{{ __(\"login_url\") }}:</b></td>\n        <td><a href=\"{{ login_url }}\">{{ login_url|puny_decode }}</a></td>\n      </tr>\n      <tr>\n        <td><b>{{ __(\"email\") }}:</b></td>\n        <td><a>{{ user_data.email }}</a></td>\n      </tr>\n      <tr>\n        <td><b>{{ __(\"password\") }}:</b></td>\n        <td> *********** (<a href=\"{{ forgot_pass_url }}\">{{ __(\"forgot_password_question\") }}</a>)</td>\n      </tr>\n    </table>\n  {{ snippet(\"footer\") }}', NULL, NULL, '', 1651182903, 1586347356),
(35, 'update_profile', 'C', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">Olá, o seu perfil foi atualizado.</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"550\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table width=\"100%\" border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" width=\"525\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr></tr>\r\n              <tr>\r\n                <td><b>{{ __(\"login_url\") }}:</b></td>\r\n                <td><a href=\"{{ login_url }}\">{{ login_url|puny_decode }}</a></td>\r\n              </tr>\r\n              <tr>\r\n                <td><b>{{ __(\"email\") }}:</b></td>\r\n                <td><a>{{ user_data.email }}</a></td>\r\n              </tr>\r\n              <tr>\r\n                <td><b>{{ __(\"password\") }}:</b> ***********</td>\r\n                <td>\r\n                  <table border=\"0\" width=\"100%\" align=\"right\">\r\n                    <tr>\r\n                      <td>\r\n                        <table align=\"right\">\r\n                          <tr>\r\n                            <td>\r\n                              <a href=\"{{ forgot_pass_url }}\" style=\"color: #017dc7\">{{ __(\"forgot_password_question\") }}</a>\r\n                            </td>\r\n                          </tr>\r\n                        </table>\r\n                      </td>\r\n                    </tr>\r\n                  </table>\r\n                </td>\r\n              </tr>\r\n              <tr></tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n      <br />\r\n      <h4 class=\"with-subline\">{{ __(\"shipping\") }} {{ __(\"address\") }}</h4>\r\n      <table width=\"100%\" border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" width=\"525\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                  <strong>{{ user_data.s_firstname }} {{ user_data.s_lastname }}</strong><br>\r\n                  {{ user_data.s_address_2 }} {{ user_data.s_address }}<br>\r\n                  {{ user_data.s_city }} {{ user_data.s_country }} <br>\r\n                  {{ user_data.s_phone }} <br>\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n      <br />\r\n      <h4 class=\"with-subline\">{{ __(\"billing_address\") }}</h4>\r\n      <table width=\"100%\" border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" width=\"525\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                  <strong>{{ user_data.b_firstname }} {{ user_data.b_lastname }}</strong><br>\r\n                  {{ user_data.b_address_2 }} {{ user_data.b_address }}<br>\r\n                  {{ user_data.b_city }} {{ user_data.b_country }} <br>\r\n                  {{ user_data.b_phone }} <br>\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"update_profile_notification\") }}', '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\n    {% if user_data.firstname %} {{__(\"hello_name\", {\"[name]\" : user_data.firstname})}} {% else %} {{ __(\"hello\") }}, {% endif %}\n    <br>\n    {{ __(\"update_profile_notification_header\") }}\n    <br>\n    <br>\n    <h4 class=\"with-subline\">{{ __(\"user_account_information\") }}</h4>\n    <table border=\"0\" width=\"100%\" class=\"info\">\n      <tr>\n        <td><b>{{ __(\"login_url\") }}:</b></td>\n        <td><a href=\"{{ login_url }}\">{{ login_url|puny_decode }}</a></td>\n      </tr>\n      <tr>\n        <td><b>{{ __(\"email\") }}:</b></td>\n        <td><a>{{ user_data.email }}</a></td>\n      </tr>\n      <tr>\n        <td><b>{{ __(\"password\") }}:</b></td>\n        <td> *********** (<a href=\"{{ forgot_pass_url }}\">{{ __(\"forgot_password_question\") }}</a>)</td>\n      </tr>\n    </table>\n    <br>\n    <table class=\"info\" width=\"269\" align=\"left\">\n      <tr>\n        <td>\n          <h4 class=\"with-subline\">{{ __(\"billing_address\") }}</h4>\n          <strong>{{ user_data.b_firstname }} {{ user_data.b_lastname }}</strong><br>\n          {{ user_data.b_address_2 }} {{ user_data.b_address }}<br>\n          {{ user_data.b_city }} {{ user_data.b_country }} <br>\n          {{ user_data.b_phone }} <br>\n        </td>\n      </tr>\n    </table>\n\n    <table class=\"info\" width=\"269\" align=\"left\">\n      <tr>\n        <td>\n          <h4 class=\"with-subline\">{{ __(\"shipping\") }} {{ __(\"address\") }}</h4>\n          <strong>{{ user_data.s_firstname }} {{ user_data.s_lastname }}</strong><br>\n          {{ user_data.s_address_2 }} {{ user_data.s_address }}<br>\n          {{ user_data.s_city }} {{ user_data.s_country }} <br>\n          {{ user_data.s_phone }} <br>\n        </td>\n      </tr>\n    </table>\n\n  {{ snippet(\"footer\") }}', NULL, NULL, '', 1651182232, 1586347356),
(36, 'upgrade_backup_info', 'A', 'A', NULL, NULL, '{% if backup_file is not defined %} {{__(\"uc_info_subj\")}} {% else %} {{ __(\"uc_backup_info_subj\") }} {% endif %}', '{% if backup_file is not defined %}\n    {{ snippet(\"header\", {\"title\": __(\"uc_info_subj\")}) }}\n    {{__(\"uc_open_store_email_body\",  {\"[settings_section]\":  settings_section_url}) }}\n{% else %}\n{{ snippet(\"header\", {\"title\": __(\"uc_backup_info_subj\") } ) }}\n{{ __(\"uc_restore_email_body\", {\"[backup_file]\": backup_file, \"[settings_section]\": settings_section_url}) }}\n    <p>\n      {{restore_link}}\n    </p>\n{% endif %}\n  {{ snippet(\"footer\") }}', NULL, NULL, '', 1586347356, 1586347356),
(37, 'usergroup_activation', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"usergroup_activated\") } ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">Olá,</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n      <td>\r\n          <table border=\"0\" align=\"center\">\r\n            <tr>\r\n              <td>\r\n                <br />\r\n                  <b>{{ __(\"text_usergroup_activated\", {\"[usergroups]\": usergroups}) }}</b>\r\n              </td>\r\n            </tr> \r\n          </table>\r\n      </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}\r\n\r\n', '{{ company_name }}: {{ __(\"usergroup_activated\") }}', '{{ snippet(\"header\", {\"title\": __(\"usergroup_activated\") } ) }}\n    {{ __(\"text_usergroup_activated\", {\"[usergroups]\": usergroups}) }}\n  {{ snippet(\"footer\") }}', NULL, NULL, '', 1651182964, 1586347356),
(38, 'usergroup_activation', 'C', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"usergroup_activated\") } ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">Olá,</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n      <td>\r\n          <table border=\"0\" align=\"center\">\r\n            <tr>\r\n              <td>\r\n                <br />\r\n                  <b>{{ __(\"text_usergroup_activated\", {\"[usergroups]\": usergroups}) }}</b>\r\n              </td>\r\n            </tr> \r\n          </table>\r\n      </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}\r\n\r\n', '{{ company_name }}: {{ __(\"usergroup_activated\") }}', '{{ snippet(\"header\", {\"title\": __(\"usergroup_activated\") } ) }}\n    {{ __(\"text_usergroup_activated\", {\"[usergroups]\": usergroups}) }}\n  {{ snippet(\"footer\") }}', NULL, NULL, '', 1651182263, 1586347356),
(39, 'usergroup_disactivation', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"usergroup_disactivated\") } ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">Olá,</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n      <td>\r\n          <table border=\"0\" align=\"center\">\r\n            <tr>\r\n              <td>\r\n                <br />\r\n                  <b>{{ __(\"text_usergroup_disactivated\", {\"[usergroups]\": usergroups}) }}</b>\r\n              </td>\r\n            </tr> \r\n          </table>\r\n      </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"usergroup_disactivated\") }}', '{{ snippet(\"header\", {\"title\": __(\"usergroup_disactivated\") } ) }}\n    {{ __(\"text_usergroup_disactivated\", {\"[usergroups]\": usergroups}) }}\n  {{ snippet(\"footer\") }}', NULL, NULL, '', 1651182974, 1586347356),
(40, 'usergroup_disactivation', 'C', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"usergroup_disactivated\") } ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">Olá,</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n      <td>\r\n          <table border=\"0\" align=\"center\">\r\n            <tr>\r\n              <td>\r\n                <br />\r\n                  <b>{{ __(\"text_usergroup_disactivated\", {\"[usergroups]\": usergroups}) }}</b>\r\n              </td>\r\n            </tr> \r\n          </table>\r\n      </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"usergroup_disactivated\") }}', '{{ snippet(\"header\", {\"title\": __(\"usergroup_disactivated\") } ) }}\n    {{ __(\"text_usergroup_disactivated\", {\"[usergroups]\": usergroups}) }}\n  {{ snippet(\"footer\") }}', NULL, NULL, '', 1651182275, 1586347356),
(41, 'usergroup_request', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"new_user_profile\")} ) }}\r\n  <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n    <tr border=\"0\">\r\n      <td border=\"0\" align=\"center\">\r\n        <br />\r\n        <br />\r\n        <b>\r\n          <font color=\"#017dc7\" size=\"3\">{{ __(\"hello\") }},</font>\r\n        </b>\r\n      </td>\r\n    </tr>\r\n    <tr>\r\n        <td>\r\n            <table border=\"0\" align=\"center\">\r\n              <tr>\r\n                <td>\r\n                  <br />\r\n                  {{ __(\"text_usergroup_requested_by\", {\"[usergroup]\": usergroup, \"[name]\": \"#{user_data.firstname} #{user_data.lastname}\" , \"[email]\": user_data.email}) }}\r\n                </td>\r\n              </tr> \r\n            </table>\r\n        </td>\r\n    </tr>\r\n  </table>\r\n  <br />\r\n  <br />\r\n  {{ snippet(\"footer\") }}\r\n', '{{ company_name }}: {{ __(\"usergroup_request_by_customer\") }} \"{{ user_data.email }}\"', '{{ snippet(\"header\", {\"title\": __(\"usergroup_request_by_customer\") } ) }}\n    {{ __(\"text_usergroup_requested_by\", {\"[usergroup]\": usergroup, \"[name]\": \"#{user_data.firstname} #{user_data.lastname}\" , \"[email]\": user_data.email}) }}\n  {{ snippet(\"footer\") }}', NULL, NULL, '', 1651002222, 1586347356),
(42, 'one_time_password_request', 'C', 'A', NULL, NULL, '{{ company_name }}: {{ __(\"email.one_time_password.title\") }}', '{{ snippet(\"header\", {\"title\": __(\"email.one_time_password.title\") } ) }}\n    {{ __(\"email.one_time_password.message\", {\"[storefront_url]\": storefront_url, \"[password]\": password}) }}\n  {{ snippet(\"footer\") }}', NULL, NULL, '', 1586347356, 1586347356),
(43, 'apply_for_vendor_notification', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">Olá.</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n      <td>\r\n        {{ __(\"vendor_candidate_notification\", {\"[href]\": company_update_url}) }}>\r\n      </td>\r\n  </tr>\r\n</table>\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"550\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table width=\"100%\" border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n          <tr border=\"0\">\r\n            <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n              <table border=\"0\" width=\"525\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n              <td class=\"form-field-caption\" nowrap><b>{{ __(\"company_name\") }}:</b>&nbsp;{{ company.company }}</td>\r\n          </tr>\r\n      \r\n          {% if company.company_description %}\r\n          <tr>\r\n              <td class=\"form-field-caption\" nowrap><b>{{ __(\"description\") }}:</b>&nbsp;{{ company.company_description }}</td>\r\n          </tr>\r\n          {% endif %}\r\n      \r\n          {% if company.request_account_name %}\r\n          <tr>\r\n              <td class=\"form-field-caption\" nowrap><b>{{ __(\"account_name\") }}:</b>&nbsp;{{ company.request_account_name }}</td>\r\n          </tr>\r\n          {% endif %}\r\n      \r\n          {% if company.admin_firstname %}\r\n          <tr>\r\n              <td class=\"form-field-caption\" nowrap><b>{{ __(\"first_name\") }}:</b>&nbsp;<{{ company.admin_firstname }}</td>\r\n          </tr>\r\n          {% endif %}\r\n      \r\n          {% if company.admin_lastname %}\r\n          <tr>\r\n              <td class=\"form-field-caption\" nowrap><b>{{ __(\"last_name\") }}:</b>&nbsp;{{ company.admin_lastname }}</td>\r\n          </tr>\r\n          {% endif %}\r\n      \r\n          <tr>\r\n              <td class=\"form-field-caption\" nowrap><b>{{ __(\"email\") }}:</b>&nbsp;{{ company.email }}</td>\r\n          </tr>\r\n          <tr>\r\n              <td class=\"form-field-caption\" nowrap><b>{{ __(\"phone\") }}:</b>&nbsp;<bdi>{{ company.phone }}</bdi></td>\r\n          </tr>\r\n          <tr>\r\n      \r\n          {% if company.url %}\r\n              <td class=\"form-field-caption\" nowrap><b>{{ __(\"url\") }}:</b>&nbsp;<{{ company.url }}</td>\r\n          </tr>\r\n          {% endif %}\r\n      \r\n          <tr>\r\n              <td class=\"form-field-caption\" nowrap><b>{{ __(\"address\") }}:</b>&nbsp;</td>\r\n              <td>{{ company.address }}</td>\r\n          </tr>\r\n          <tr>\r\n              <td class=\"form-field-caption\" nowrap><b>{{ __(\"city\") }}:</b>&nbsp;<{{ company.city }}</td>\r\n          </tr>\r\n          <tr>\r\n              <td class=\"form-field-caption\" nowrap><b>{{ __(\"country\") }}:</b>&nbsp;{{ company.country }}</td>\r\n          </tr>\r\n          <tr>\r\n              <td class=\"form-field-caption\" nowrap><b>{{ __(\"state\") }}:</b>&nbsp;{{ company.state }}</td>\r\n          </tr>\r\n          <tr>\r\n              <td class=\"form-field-caption\" nowrap><b>{{ __(\"zip_postal_code\") }}:</b>&nbsp;\r\n              {{ company.zipcode }}\r\n             </td>\r\n          </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ __(\"vendor_approval_pending\") }}', '{{ snippet(\"header\") }}\n\n{{ __(\"vendor_candidate_notification\", {\"[href]\": company_update_url}) }}\n\n<br/><br/>\n\n<table>\n    <tr>\n        <td class=\"form-field-caption\" nowrap>{{ __(\"company_name\") }}:&nbsp;</td>\n        <td>{{ company.company }}</td>\n    </tr>\n\n    {% if company.company_description %}\n    <tr>\n        <td class=\"form-field-caption\" nowrap>{{ __(\"description\") }}:&nbsp;</td>\n        <td>{{ company.company_description }}</td>\n    </tr>\n    {% endif %}\n\n    {% if company.request_account_name %}\n    <tr>\n        <td class=\"form-field-caption\" nowrap>{{ __(\"account_name\") }}:&nbsp;</td>\n        <td>{{ company.request_account_name }}</td>\n    </tr>\n    {% endif %}\n\n    {% if company.admin_firstname %}\n    <tr>\n        <td class=\"form-field-caption\" nowrap>{{ __(\"first_name\") }}:&nbsp;</td>\n        <td>{{ company.admin_firstname }}</td>\n    </tr>\n    {% endif %}\n\n    {% if company.admin_lastname %}\n    <tr>\n        <td class=\"form-field-caption\" nowrap>{{ __(\"last_name\") }}:&nbsp;</td>\n        <td>{{ company.admin_lastname }}</td>\n    </tr>\n    {% endif %}\n\n    <tr>\n        <td class=\"form-field-caption\" nowrap>{{ __(\"email\") }}:&nbsp;</td>\n        <td>{{ company.email }}</td>\n    </tr>\n    <tr>\n        <td class=\"form-field-caption\" nowrap>{{ __(\"phone\") }}:&nbsp;</td>\n        <td><bdi>{{ company.phone }}</bdi></td>\n    </tr>\n    <tr>\n\n    {% if company.url %}\n        <td class=\"form-field-caption\" nowrap>{{ __(\"url\") }}:&nbsp;</td>\n        <td >{{ company.url }}</td>\n    </tr>\n    {% endif %}\n\n    <tr>\n        <td class=\"form-field-caption\" nowrap>{{ __(\"address\") }}:&nbsp;</td>\n        <td>{{ company.address }}</td>\n    </tr>\n    <tr>\n        <td class=\"form-field-caption\" nowrap>{{ __(\"city\") }}:&nbsp;</td>\n        <td>{{ company.city }}</td>\n    </tr>\n    <tr>\n        <td class=\"form-field-caption\" nowrap>{{ __(\"country\") }}:&nbsp;</td>\n        <td>{{ company.country }}</td>\n    </tr>\n    <tr>\n        <td class=\"form-field-caption\" nowrap>{{ __(\"state\") }}:&nbsp;</td>\n        <td>{{ company.state }}</td>\n    </tr>\n    <tr>\n        <td class=\"form-field-caption\" nowrap>{{ __(\"zip_postal_code\") }}:&nbsp;</td>\n        <td >{{ company.zipcode }}</td>\n    </tr>\n</table>\n\n{{ snippet(\"footer\") }}\n', NULL, NULL, '', 1651183037, 1586347356),
(44, 'accounting_new_withdrawal', 'A', 'A', NULL, NULL, '{{ payment.vendor }}: {{ __(\"vendor_payouts.new_withdrawal_requested\") }}', '{{ snippet(\"header\") }}\n{{ __(\"hello\") }},\n<br />\n<br />\n{{ __(\"vendor_payouts.new_withdrawal_requested_text\", {\"[amount]\": payment.amount, \"[requester]\": payment.initiator}) }}.\n{{ __(\"vendor_payouts.view_details\") }}: <a href=\"{{ accounting_url }}\">{{ accounting_url }}</a>\n{% if payment.comments %}\n    <br />\n    <br />\n    {{ __(\"vendor_payouts.withdrawal_comments\") }}:\n    <br />\n    {{ payment.comments }}\n{% endif %}\n{{ snippet(\"footer\") }}', NULL, NULL, '', 1586347356, 1586347356),
(45, 'accounting_new_payout', 'A', 'A', NULL, NULL, '{{ payment.vendor }}: {{ __(\"vendor_payouts.new_payout_issued\") }}', '{{ snippet(\"header\") }}\n{{ __(\"hello\") }},\n<br />\n<br />\n{{ __(\"vendor_payouts.new_payout_issued_text\", {\"[amount]\": payment.amount, \"[issuer]\": payment.initiator}) }}.\n{{ __(\"vendor_payouts.view_details\") }}: <a href=\"{{ accounting_url }}\">{{ accounting_url }}</a>\n{% if payment.comments %}\n    <br />\n    <br />\n    {{ __(\"vendor_payouts.payout_comments\") }}:\n    <br />\n    {{ payment.comments }}\n{% endif %}\n{{ snippet(\"footer\") }}', NULL, NULL, '', 1586347356, 1586347356),
(46, 'accounting_payout_approved', 'A', 'A', NULL, NULL, '{{ payment.vendor }}: {{ __(\"vendor_payouts.payout_approved\") }}', '{{ snippet(\"header\") }}\n{{ __(\"vendor_payouts.payout_approved_text\", {\"[amount]\": payment.amount, \"[date]\": payment.date}) }}.\n{{ snippet(\"footer\") }}', NULL, NULL, '', 1586347356, 1586347356),
(47, 'accounting_payout_declined', 'A', 'A', NULL, NULL, '{{ payment.vendor }}: {{ __(\"vendor_payouts.payout_declined\") }}', '{{ snippet(\"header\") }}\n{{ __(\"vendor_payouts.payout_declined_text\", {\"[amount]\": payment.amount, \"[date]\": payment.date}) }}.\n{{ snippet(\"footer\") }}', NULL, NULL, '', 1586347356, 1586347356),
(48, 'accounting_withdrawal_approved', 'A', 'A', NULL, NULL, '{{ payment.vendor }}: {{ __(\"vendor_payouts.withdrawal_approved\") }}', '{{ snippet(\"header\") }}\n{{ __(\"vendor_payouts.withdrawal_approved_text\", {\"[amount]\": payment.amount, \"[date]\": payment.date}) }}.\n{{ snippet(\"footer\") }}', NULL, NULL, '', 1586347356, 1586347356),
(49, 'accounting_withdrawal_declined', 'A', 'A', NULL, NULL, '{{ payment.vendor }}: {{ __(\"vendor_payouts.withdrawal_declined\") }}', '{{ snippet(\"header\") }}\n{{ __(\"vendor_payouts.withdrawal_declined_text\", {\"[amount]\": payment.amount, \"[date]\": payment.date}) }}.\n{{ snippet(\"footer\") }}', NULL, NULL, '', 1586347356, 1586347356);
INSERT INTO `partiushop_template_emails` (`template_id`, `code`, `area`, `status`, `subject`, `template`, `default_subject`, `default_template`, `params_schema`, `params`, `addon`, `updated`, `created`) VALUES
(50, 'company_status_notification', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"change_order_status_p_subj\", {\"[order]\": order_info.order_id}) } ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">{{ __(\"hello\") }},</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      {% if (status_from == \"A\" and status_to == \"D\") or (status_from == \"D\" and status_to == \"A\") or (status_from == \"P\" and status_to == \"D\") or (status_from == \"D\" and status_to == \"P\") %}\r\n          {{ __(\"text_company_status_changed\", {\"[company]\": company.company_name, \"[status]\": status}) }}\r\n      {% elseif status_from == \"A\" and status_to == \"P\" %}\r\n          {{ __(\"text_company_status_active_to_pending\", {\"[company]\": company.company_name}) }}\r\n      {% elseif status_from == \"N\" and status_to == \"A\" %}\r\n          {{ __(\"text_company_status_new_to_active\", {\"[company]\": company.company_name}) }}\r\n      {% elseif status_from == \"N\" and status_to == \"D\" %}\r\n          {{ __(\"text_company_status_new_to_disable\", {\"[company]\": company.company_name}) }}\r\n      {% elseif status_from == \"N\" and status_to == \"P\" %}\r\n          {{ __(\"text_company_status_new_to_pending\", {\"[company]\": company.company_name}) }}\r\n      {% elseif status_from == \"P\" and status_to == \"A\" %}\r\n          {{ __(\"text_company_status_pending_to_active\", {\"[company]\": company.company_name}) }}\r\n      {% endif %}\r\n      <br /> \r\n      {% if reason %}\r\n      {{ __(\"reason\") }}: {{ reason }}\r\n      <br />\r\n      {% endif %}\r\n      <br /> \r\n      {% if e_account == \'updated\' %}\r\n          {{ __(\"text_company_status_new_to_active_administrator_updated\", {\"[link]\": vendor_url, \"[link_text]\": vendor_url|puny_decode, \"[login]\": e_username}) }}\r\n      {% elseif e_account == \'new\' %}\r\n          {{ __(\"text_company_status_new_to_active_administrator_created\", {\"[link]\": vendor_url, \"[link_text]\": vendor_url|puny_decode, \"[login]\": e_username, \"[password]\": e_password}) }}\r\n      {% endif %}\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{% if (status_from == \"A\" and status_to == \"D\") or (status_from == \"P\" and status_to == \"D\") or (status_from == \"D\" and status_to == \"P\") %}    {{ __(\"text_company_status_disabled_subj\") }}{% elseif status_from == \"A\" and status_to == \"P\" %}    {{ __(\"text_company_status_pending_subj\") }}{% elseif status_from == \"N\" and status_to == \"A\" %}    {{ __(\"text_company_status_new_to_active_subj\") }}{% elseif status_from == \"N\" and status_to == \"D\" %}    {{ __(\"text_company_status_new_to_disable_subj\") }}{% elseif status_from == \"N\" and status_to == \"P\" %}    {{ __(\"text_company_status_new_to_active_subj\") }}{% elseif (status_from == \"P\" and status_to == \"A\") or (status_from == \"D\" and status_to == \"A\") %}    {{ __(\"text_company_status_active_subj\") }}{% endif %}', '{{ snippet(\"header\") }}\n\n  {{ __(\"hello\") }},<br /><br />\n\n{% if (status_from == \"A\" and status_to == \"D\") or (status_from == \"D\" and status_to == \"A\") or (status_from == \"P\" and status_to == \"D\") or (status_from == \"D\" and status_to == \"P\") %}\n    {{ __(\"text_company_status_changed\", {\"[company]\": company.company_name, \"[status]\": status}) }}\n{% elseif status_from == \"A\" and status_to == \"P\" %}\n    {{ __(\"text_company_status_active_to_pending\", {\"[company]\": company.company_name}) }}\n{% elseif status_from == \"N\" and status_to == \"A\" %}\n    {{ __(\"text_company_status_new_to_active\", {\"[company]\": company.company_name}) }}\n{% elseif status_from == \"N\" and status_to == \"D\" %}\n    {{ __(\"text_company_status_new_to_disable\", {\"[company]\": company.company_name}) }}\n{% elseif status_from == \"N\" and status_to == \"P\" %}\n    {{ __(\"text_company_status_new_to_pending\", {\"[company]\": company.company_name}) }}\n{% elseif status_from == \"P\" and status_to == \"A\" %}\n    {{ __(\"text_company_status_pending_to_active\", {\"[company]\": company.company_name}) }}\n{% endif %}\n\n<br /><br />\n\n{% if reason %}\n{{ __(\"reason\") }}: {{ reason }}\n<br /><br />\n{% endif %}\n\n{% if e_account == \'updated\' %}\n    {{ __(\"text_company_status_new_to_active_administrator_updated\", {\"[link]\": vendor_url, \"[link_text]\": vendor_url|puny_decode, \"[login]\": e_username}) }}\n{% elseif e_account == \'new\' %}\n    {{ __(\"text_company_status_new_to_active_administrator_created\", {\"[link]\": vendor_url, \"[link_text]\": vendor_url|puny_decode, \"[login]\": e_username, \"[password]\": e_password}) }}\n{% endif %}\n\n{{ snippet(\"footer\") }}', NULL, NULL, '', 1651078538, 1586347356),
(51, 'vendor_invitation', 'A', 'A', NULL, NULL, '{{ __(\"vendor_invitation_email_subject\", {\"[default_company_name]\": company_name}) }}', '{{ snippet(\"header\") }}\n<br />\n{{ __(\"vendor_invitation_email_body\", {\"[create_account_url]\": create_account_url, \"[default_company_name]\": company_name}) }}\n<br />\n{{ snippet(\"footer\") }}', NULL, NULL, '', 1586347356, 1586347356),
(52, 'email_marketing_confirmation', 'C', 'A', NULL, NULL, '{{ company_name }}: {{ __(\"email_marketing.confirm_subscription\") }}', '{{ snippet(\"header\") }}\n\n{{ __(\"email_marketing.text_confirm_subscription\", {\"[href]\": url}) }}\n\n{{ snippet(\"footer\") }}', NULL, NULL, 'email_marketing', 1586347359, 1586347359),
(53, 'email_marketing_welcome', 'C', 'A', NULL, NULL, '{{ company_name }}: {{ __(\"email_marketing.email_subscribed\") }}', '{{ snippet(\"header\") }}\n{{ __(\"email_marketing.text_email_subscribed\", {\"[href]\": url}) }}\n{{ snippet(\"footer\") }}', NULL, NULL, 'email_marketing', 1586347359, 1586347359),
(54, 'email_marketing_welcome_2optin', 'C', 'A', NULL, NULL, '{{ company_name }}: {{ __(\"email_marketing.email_subscribed_2optin\") }}', '{{ snippet(\"header\") }}\n\n{{ __(\"email_marketing.text_email_subscribed_2optin\", {\"[href]\": url}) }}\n\n{{ snippet(\"footer\") }}', NULL, NULL, 'email_marketing', 1586347359, 1586347359),
(55, 'newsletters_newsletter', 'C', 'A', NULL, NULL, '{{ subject }}', '{{ snippet(\"header\") }}\n\n{{ body }}\n\n{{ snippet(\"footer\") }}', NULL, NULL, 'newsletters', 1586347360, 1586347360),
(56, 'newsletters_promotion', 'C', 'A', NULL, NULL, '{{ company_name }}: {{ subject }}', '{{ snippet(\"header\") }}\n\n <h1>{{ promotion.name }}</h1> {{ __(\"discount_coupon_code\") }}: <b>{{ coupon }}</b> {{ promotion.short_description }}<br/> {{ __(\"more_info\") }}: <a href=\"{{ url }}\">{{ url|puny_decode }}</a>\n{{ snippet(\"footer\") }}', NULL, NULL, 'newsletters', 1586347360, 1586347360),
(57, 'vendor_communication.notify_admin', 'A', 'A', NULL, '{{ snippet(\"header\") }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">{{ __(\"hello\") }},</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n      <td>\r\n          <table border=\"0\" align=\"center\">\r\n            <tr>\r\n              <td>\r\n                <br />\r\n                {{ __(\"vendor_communication.you_have_new_message\", {\"[thread_url]\": thread_url, \"[message_from]\": message_from}) }}\r\n              </td>\r\n            </tr> \r\n          </table>\r\n      </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ __(\"vendor_communication.subject_email\", {\"[message_from]\": message_from}) }}', '\n                {{ snippet(\"header\") }}\n                <p>\n                    {{ __(\"hello\") }},\n                </p>\n                <p>\n                    {{ __(\"vendor_communication.you_have_new_message\", {\"[thread_url]\": thread_url, \"[message_from]\": message_from}) }}\n                </p>\n                {{ snippet(\"footer\") }}\n            ', NULL, NULL, 'vendor_communication', 1651183120, 1586347361),
(58, 'vendor_communication.notify_customer', 'C', 'A', NULL, '{{ snippet(\"header\") }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">{{ __(\"hello\") }},</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n      <td>\r\n          <table border=\"0\" align=\"center\">\r\n            <tr>\r\n              <td>\r\n                <br />\r\n                  {{ __(\"vendor_communication.you_have_new_message\", {\"[thread_url]\": thread_url, \"[message_from]\": message_from}) }}\r\n              </td>\r\n            </tr> \r\n          </table>\r\n      </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ __(\"vendor_communication.subject_email\", {\"[message_from]\": message_from}) }}', '\n                {{ snippet(\"header\") }}\n                <p>\n                    {{ __(\"hello\") }},\n                </p>\n                <p>\n                    {{ __(\"vendor_communication.you_have_new_message\", {\"[thread_url]\": thread_url, \"[message_from]\": message_from}) }}\n                </p>\n                {{ snippet(\"footer\") }}\n            ', NULL, NULL, 'vendor_communication', 1651182335, 1586347361),
(59, 'vendor_data_premoderation_notification', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"change_order_status_p_subj\", {\"[order]\": order_info.order_id}) } ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">{{ __(\"hello\") }},</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      {% if status == \"Y\" %}\r\n        {% set text_status=__(\"approved\") %}\r\n      {% else %}\r\n          {% set text_status=__(\"disapproved\") %}\r\n      {% endif %}\r\n      <br />\r\n      {% if status == \"Y\" %}\r\n          {{ __(\"products_approval_status_approved\") }}<br />\r\n      {% else %}\r\n          {{ __(\"products_approval_status_disapproved\") }}<br />\r\n      {% endif %}\r\n      \r\n      {% for product in products %}\r\n          {{ loop.index }}) <a href=\"{{ product.url }}\">{{ product.product }}</a><br />\r\n      {% endfor %}\r\n      \r\n      {% if status == \"Y\" %}\r\n          <br />{{ __(\"text_shoppers_can_order_products\") }}\r\n      {% endif %}\r\n      {% if reason %}\r\n          <p>{{ reason }}</p>\r\n      {% endif %}\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{% if status == \"Y\" %}    {% set text_status=__(\"approved\") %}{% else %}    {% set text_status=__(\"disapproved\") %}{% endif %}{{ company_name }}: {{ __(\"products_approval_status_changed\", {\"[status]\": text_status}) }}', '{% if status == \"Y\" %}\n    {% set text_status=__(\"approved\") %}\n{% else %}\n    {% set text_status=__(\"disapproved\") %}\n{% endif %}\n\n{{ snippet(\"header\") }}\n\n  {{ __(\"hello\") }},<br /><br />\n\n{% if status == \"Y\" %}\n    {{ __(\"products_approval_status_approved\") }}<br />\n{% else %}\n    {{ __(\"products_approval_status_disapproved\") }}<br />\n{% endif %}\n\n{% for product in products %}\n    {{ loop.index }}) <a href=\"{{ product.url }}\">{{ product.product }}</a><br />\n{% endfor %}\n\n{% if status == \"Y\" %}\n    <br />{{ __(\"text_shoppers_can_order_products\") }}\n{% endif %}\n{% if reason %}\n    <p>{{ reason }}</p>\n{% endif %}\n\n{{ snippet(\"footer\") }}', NULL, NULL, 'vendor_data_premoderation', 1651079003, 1586347361),
(60, 'vendor_plans_payment', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">{{ __(\"vendor_plans.plan_payment_text\", {\"[plan]\": plan.plan, \"[price]\": plan.price, \"[href]\": url}) }}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n      <td>\r\n        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n          <tr border=\"0\">\r\n            <td border=\"0\" align=\"center\">\r\n              <br />\r\n            </td>\r\n          </tr>\r\n        </table>\r\n      </td>\r\n  </tr>\r\n</table>\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"550\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table width=\"100%\" border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n          <tr border=\"0\">\r\n            <td border=\"1\" style=\"padding: 15px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n                {{ snippet(\"vendorplans.plandetails\") }}\r\n             </td>\r\n          </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ __(\"vendor_plans.plan_payment\") }}', '{{ snippet(\"header\") }}\n{{ __(\"vendor_plans.plan_payment_text\", {\"[plan]\": plan.plan, \"[price]\": plan.price, \"[href]\": url}) }}\n<br /><br />\n{{ snippet(\"vendorplans.plandetails\") }}\n{{ snippet(\"footer\") }}', NULL, NULL, 'vendor_plans', 1651183447, 1586347362),
(61, 'vendor_plans_plan_changed', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">{{ __(\"vendor_plans.plan_has_been_changed_text\", {\"[plan]\": plan.plan}) }}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n      <td>\r\n        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n          <tr border=\"0\">\r\n            <td border=\"0\" align=\"center\">\r\n              <br />\r\n            </td>\r\n          </tr>\r\n        </table>\r\n      </td>\r\n  </tr>\r\n</table>\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"550\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table width=\"100%\" border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n          <tr border=\"0\">\r\n            <td border=\"1\" style=\"padding: 15px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n                 {{ snippet(\"vendorplans.plandetails\") }}\r\n             </td>\r\n          </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ __(\"vendor_plans.plan_has_been_changed\") }}', '{{ snippet(\"header\") }}\n\n{{ __(\"vendor_plans.plan_has_been_changed_text\", {\"[plan]\": plan.plan}) }}\n<br /><br />\n{{ snippet(\"vendorplans.plandetails\") }}\n{{ snippet(\"footer\") }}', NULL, NULL, 'vendor_plans', 1651183429, 1586347362),
(62, 'vendor_plans_revenue', 'A', 'A', NULL, NULL, '{{ __(\"vendor_plans.revenue_exceeded_subj\") }}', '{{ snippet(\"header\") }}\n{{ __(\"vendor_plans.revenue_exceeded_text\", {\"[vendor]\": company.company, \"[href]\": company_url, \"[plan]\": plan.plan}) }}\n{{ snippet(\"footer\") }}', NULL, NULL, 'vendor_plans', 1586347362, 1586347362),
(63, 'gift_certificates_notification', 'C', 'A', NULL, '{{ snippet(\"header\") }}\r\n<br />\r\n<br />\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr>\r\n      <td>\r\n          <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"550\">\r\n            <tr border=\"0\">\r\n              <td align=\"left\">\r\n                <table width=\"100%\">\r\n                  <tr border=\"0\">\r\n                    <td>\r\n                      <table border=\"0\" width=\"525\" align=\"center\">\r\n                        <tr>\r\n                          <td>\r\n                            {{ include_doc(\"gift_certificate.default\", gift_cert_data.gift_cert_id) }}\r\n                          </td>\r\n                        </tr>\r\n                      </table>\r\n                    </td>\r\n                  </tr>\r\n                </table>\r\n              </td>\r\n            </tr>\r\n          </table>\r\n      </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"gift_certificate\") }} {{ certificate_info.gift_cert_code }} {{ certificate_status.email_subj }}', '{% set title %}\n{{__(\"gift_certificate\")}} {{ certificate_info.gift_cert_code }} {{ certificate_status.email_subj }}\n{% endset %}\n{{ snippet(\"header\", {\"title\": title }  ) }}\n\n<p>\n                     {% if gift_cert_data.recipient %}\n                     {{__(\"hello_name\", {\"[name]\" : gift_cert_data.recipient})}}\n                     {% else %}\n                     {{ __(\"hello\") }},\n                     {% endif %}<br/>\n                      {{ certificate_status.email_header }}<br />\n                     {{__(\"gift_cert_from\")}}: {{gift_cert_data.sender}}    {{__(\"gift_cert_to\")}}: {{gift_cert_data.recipient}}<br />\n                     </p>\n                </td>\n           </tr>\n\n           <tr>\n                <td width=\"600px\" valign=\"top\" align=\"center\" >\n                  {{ include_doc(\"gift_certificate.default\", gift_cert_data.gift_cert_id) }}{{ snippet(\"footer\") }}', NULL, NULL, 'gift_certificates', 1651255169, 1586347362),
(64, 'rma_slip_notification', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">\r\n        {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}}<br /><br />{% else %}{{ __(\"hello\") }},{% endif %}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n        <tr border=\"0\">\r\n          <td border=\"0\" align=\"center\">\r\n            <br />\r\n            Rastrear devolução:<a href=\"http://partiushop.com.br/index.php?dispatch=rastreamento.reversa&order_id={{ order_info.order_id }}\">{{ order_info.order_id }}</a><br/>\r\n            <br />\r\n            {{ __(\"packing_slip\") }}:\r\n          </td>\r\n        </tr>\r\n      </table>\r\n      <table aling=\"center\" border=\"1\" align=\"center\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                  {{ include_doc(\"rma_packing_slip.default\", return_info.return_id) }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"rma_return\") }} #{{ return_info.return_id }} {{ return_status.email_subj }}', '{{ snippet(\"header\") }}\n\n{% if order_info.firstname %}\n  {{__(\"hello_name\", {\"[name]\" : order_info.firstname})}}<br /><br />\n{% else %}\n  {{ __(\"hello\") }},<br /><br />\n{% endif %}\n\n{{ return_status.email_header }}<br /><br />\n\n<b>{{ __(\"packing_slip\") }}:</b><br />\n\n{{ include_doc(\"rma_packing_slip.default\", return_info.return_id) }}\n{{ snippet(\"footer\") }}', NULL, NULL, 'rma', 1652125081, 1586347363),
(65, 'rma_slip_notification', 'C', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">\r\n        {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}}<br /><br />{% else %}{{ __(\"hello\") }},{% endif %}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n        <tr border=\"0\">\r\n          <td border=\"0\" align=\"center\">\r\n            <br />\r\n            Rastrear devolução:<a href=\"http://partiushop.com.br/index.php?dispatch=rastreamento.reversa&order_id={{ order_info.order_id }}\">{{ order_info.order_id }}</a><br/>\r\n            <br />\r\n            {{ __(\"packing_slip\") }}:\r\n          </td>\r\n        </tr>\r\n      </table>\r\n      <table aling=\"center\" border=\"1\" align=\"center\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                  {{ include_doc(\"rma_packing_slip.default\", return_info.return_id) }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"rma_return\") }} #{{ return_info.return_id }} {{ return_status.email_subj }}', '{{ snippet(\"header\") }}\n\n\n{% if order_info.firstname %}\n  {{__(\"hello_name\", {\"[name]\" : order_info.firstname})}}<br /><br />\n{% else %}\n  {{ __(\"hello\") }},<br /><br />\n{% endif %}\n\n{{ return_status.email_header }}<br /><br />\n\n<b>{{ __(\"packing_slip\") }}:</b><br />\n\n{{ include_doc(\"rma_packing_slip.default\", return_info.return_id) }}\n{{ snippet(\"footer\") }}\n', NULL, NULL, 'rma', 1652125062, 1586347363),
(66, 'reward_points_notification', 'C', 'A', NULL, NULL, '{{ company_name }}: {% if reason.action == \'A\' %}{{ __(\"reward_points_subj_added_to\", [reason.amount]) }}{% else %}{{ __(\"reward_points_subj_subtracted_from\", [reason.amount]) }}{% endif %}', '{{ snippet(\"header\") }}\n{% if user_data.firstname %}\n  {{__(\"hello_name\", {\"[name]\" : user_data.firstname})}}\n{% else %}\n  {{ __(\"hello\") }},\n{% endif %}<br /><br />\n{{ __(\"we_would_like_to_inform\") }}: {% if reason.action == \'A\' %}{{ __(\"reward_points_subj_added_to\", [reason.amount]) }}{% else %}{{ __(\"reward_points_subj_subtracted_from\", [reason.amount]) }}{% endif %}<br />\n\n<b>{{ __(\"reason\") }}:</b><br />\n{{ reason.reason }}\n\n{{ snippet(\"footer\") }}', NULL, NULL, 'reward_points', 1586347365, 1586347365),
(67, 'call_requests_buy_with_one_click', 'A', 'A', NULL, NULL, '{{ __(\"call_requests\") }}', '{{ snippet(\"header\") }}\n\n {{ __(\"call_requests.text_buy_with_one_click_request\", {\"[customer]\": customer, \"[href]\": url, \"[phone_number]\": phone_number, \"[product_href]\": product_url, \"[product_name]\": product_name}) }}\n\n{{ snippet(\"footer\") }}', NULL, NULL, 'call_requests', 1586347365, 1586347365),
(68, 'call_requests_call_request', 'A', 'A', NULL, NULL, '{{ __(\"call_requests\") }}', '{{ snippet(\"header\") }}\n\n {{ __(\"call_requests.text_call_request\", {\"[customer]\": customer, \"[href]\": url, \"[phone_number]\": phone_number}) }} <br /> {{ __(\"call_requests.text_call_request_call_time\", {\"[time_from]\": time_from, \"[time_to]\": time_to}) }}\n\n{{ snippet(\"footer\") }}', NULL, NULL, 'call_requests', 1586347365, 1586347365),
(69, 'order_notification.y', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">\r\n          {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %}\r\n          {{ __(\"hello\") }}, {{ __(\"customer\") }} {% endif %}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n        <tr border=\"0\">\r\n          <td border=\"0\" align=\"center\">\r\n            <br />\r\n              {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\r\n          </td>\r\n        </tr>\r\n      </table>\r\n      <table aling=\"center\" border=\"1\" align=\"center\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                  {{ include_doc(\"order.summary\", order_info.order_id) }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"change_order_status_default_subj\", {\"[order]\": order_info.order_id, \"[status]\": order_status.description}) }}', '{{ snippet(\"header\", {\"title\": __(\"change_order_status_default_subj\", {\"[order]\": order_info.order_id, \"[status]\": order_status.description}) } ) }}\n    {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %} {{ __(\"hello\") }},  {{ __(\"customer\") }} {% endif %}\n    <br />\n    {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\n    <br />\n    <br /> {{ include_doc(\"order.summary\", order_info.order_id) }}\n  {{ snippet(\"footer\") }}', '{\"attach_order_document\":{\"type\":\"selectbox\",\"title\":\"email_template.params.attach_order_document\",\"func\":\"fn_emails_get_order_document_variants\"}}', '{\"attach_order_document\":\"\"}', '', 1651182824, 1586347365),
(70, 'order_notification.y', 'C', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">\r\n          {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %}\r\n          {{ __(\"hello\") }}, {{ __(\"customer\") }} {% endif %}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n        <tr border=\"0\">\r\n          <td border=\"0\" align=\"center\">\r\n            <br />\r\n              {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\r\n          </td>\r\n        </tr>\r\n      </table>\r\n      <table aling=\"center\" border=\"1\" align=\"center\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                  {{ include_doc(\"order.summary\", order_info.order_id) }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"change_order_status_default_subj\", {\"[order]\": order_info.order_id, \"[status]\": order_status.description}) }}', '{{ snippet(\"header\", {\"title\": __(\"change_order_status_default_subj\", {\"[order]\": order_info.order_id, \"[status]\": order_status.description}) } ) }}\n    {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %} {{ __(\"hello\") }},  {{ __(\"customer\") }} {% endif %}\n    <br />\n    {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\n    <br />\n    <br /> {{ include_doc(\"order.summary\", order_info.order_id) }}\n  {{ snippet(\"footer\") }}', '{\"attach_order_document\":{\"type\":\"selectbox\",\"title\":\"email_template.params.attach_order_document\",\"func\":\"fn_emails_get_order_document_variants\"}}', '{\"attach_order_document\":\"\"}', '', 1651182136, 1586347365),
(71, 'form_builder_form', 'A', 'A', NULL, NULL, '{{ form_title }}', '{{ snippet(\"header\") }}\n\n  <table>\n{% for element_id, element in elements %}\n{% if element.element_type == constant(\"FORM_SEPARATOR\") %}\n<tr>\n    <td colspan=\"2\"><hr width=\"100%\" /></td>\n</tr>\n{% elseif element.element_type == constant(\"FORM_HEADER\") %}\n<tr>\n    <td colspan=\"2\"><b>{{ element.description }}</b></td>\n</tr>\n{% elseif element.element_type != constant(\"FORM_FILE\") %}\n<tr>\n    <td>{{ element.description }}:&nbsp;</td>\n    <td>\n        {% set value=form_values[element_id] %}\n\n        {% if element.element_type == constant(\"FORM_SELECT\") or element.element_type == constant(\"FORM_RADIO\") %}\n            {{ element.variants[value].description }}\n        {% elseif element.element_type == constant(\"FORM_CHECKBOX\") %}\n            {% if value == \'Y\' %}{{ __(\"yes\") }}{% else %}{{ __(\"no\") }}{% endif %}\n        {% elseif element.element_type == constant(\"FORM_TEXTAREA\") %}\n            {{ value|nl2br }}\n        {% elseif element.element_type == constant(\"FORM_DATE\") %}\n            {{ value|date(settings.Appearance.date_format) }}\n        {% else %}\n            {{ value }}\n        {% endif %}\n    </td>\n</tr>\n{% endif %}\n{% endfor %}\n</table>\n\n{{ snippet(\"footer\") }}', NULL, NULL, 'form_builder', 1586347365, 1586347365),
(72, 'discussion_notification', 'C', 'A', NULL, '{{ snippet(\"header\") }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">{{ __(\"hello\") }},</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n    <td>\r\n      <table align=\"center\">\r\n        <tr>\r\n          <td>\r\n          <br />\r\n            {{ __(\"text_new_post_notification\") }}&nbsp;<b>{{ __(object_name) }}</b>:&nbsp;{{ object_data.description }}\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n      <td>\r\n        <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"550\">\r\n          <tr border=\"0\">\r\n            <td align=\"left\">\r\n              <table width=\"100%\" border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n                <tr border=\"0\">\r\n                  <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n                    <table border=\"0\" width=\"525\" align=\"center\" style=\"padding: 8px;\">\r\n                      <tr>\r\n                        <td>\r\n                        <b>{{ __(\"person_name\") }}</b>:&nbsp;{{ post_data.name }}<br />\r\n                        {% if post_data.rating_value %}\r\n                        <b>{{ __(\"rating\") }}</b>:&nbsp;{% if post_data.rating_value == \"5\" %}{{ __(\"excellent\") }}{% elseif post_data.rating_value == \"4\" %}{{ __(\"very_good\") }}{% elseif post_data.rating_value == \"3\" %}{{ __(\"average\") }}{% elseif post_data.rating_value == \"2\" %}{{ __(\"fair\") }}{% elseif post_data.rating_value == \"1\" %}{{ __(\"poor\") }}{% endif %}\r\n                        <br />\r\n                        {% endif %}\r\n                        \r\n                        {% if post_data.message %}\r\n                        <b>{{ __(\"message\") }}</b>:\r\n                        {{ post_data.message|nl2br }}\r\n                        <br />\r\n                        {% endif %}\r\n                        \r\n                        {% if post_data.status == \'N\' %}\r\n                        <b>{{ __(\"text_approval_notice\") }}</b>\r\n                        <br />\r\n                        {% endif %}\r\n                        <b> {{ __(\"view\") }}:</b><br />\r\n                        <a href=\"{{ url }}\">{{ url|puny_decode }}</a>\r\n                        </td>\r\n                      </tr>\r\n                    </table>\r\n                  </td>\r\n                </tr>\r\n              </table>\r\n            </td>\r\n          </tr>\r\n        </table>\r\n      </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ subject }}', '{{ snippet(\"header\") }}\n\n  {{ __(\"hello\") }},<br /><br />\n\n{{ __(\"text_new_post_notification\") }}&nbsp;<b>{{ __(object_name) }}</b>:&nbsp;{{ object_data.description }}\n<br /><br />\n<b>{{ __(\"person_name\") }}</b>:&nbsp;{{ post_data.name }}<br />\n{% if post_data.rating_value %}\n<b>{{ __(\"rating\") }}</b>:&nbsp;{% if post_data.rating_value == \"5\" %}{{ __(\"excellent\") }}{% elseif post_data.rating_value == \"4\" %}{{ __(\"very_good\") }}{% elseif post_data.rating_value == \"3\" %}{{ __(\"average\") }}{% elseif post_data.rating_value == \"2\" %}{{ __(\"fair\") }}{% elseif post_data.rating_value == \"1\" %}{{ __(\"poor\") }}{% endif %}\n<br />\n{% endif %}\n\n{% if post_data.message %}\n<b>{{ __(\"message\") }}</b>:<br />\n{{ post_data.message|nl2br }}\n<br /><br />\n{% endif %}\n\n{% if post_data.status == \'N\' %}\n<b>{{ __(\"text_approval_notice\") }}</b>\n<br />\n{% endif %}\n{{ __(\"view\") }}:<br />\n<a href=\"{{ url }}\">{{ url|puny_decode }}</a>\n{{ snippet(\"footer\") }}', NULL, NULL, 'discussion', 1650999704, 1586347367),
(73, 'discussion_notification', 'A', 'A', NULL, '{{ snippet(\"header\") }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">{{ __(\"hello\") }},</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n    <td>\r\n      <table align=\"center\">\r\n        <tr>\r\n          <td>\r\n          <br />\r\n            {{ __(\"text_new_post_notification\") }}&nbsp;<b>{{ __(object_name) }}</b>:&nbsp;{{ object_data.description }}\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n      <td>\r\n        <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"550\">\r\n          <tr border=\"0\">\r\n            <td align=\"left\">\r\n              <table width=\"100%\" border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n                <tr border=\"0\">\r\n                  <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n                    <table border=\"0\" width=\"525\" align=\"center\" style=\"padding: 8px;\">\r\n                      <tr>\r\n                        <td>\r\n                        <b>{{ __(\"person_name\") }}</b>:&nbsp;{{ post_data.name }}<br />\r\n                        {% if post_data.rating_value %}\r\n                        <b>{{ __(\"rating\") }}</b>:&nbsp;{% if post_data.rating_value == \"5\" %}{{ __(\"excellent\") }}{% elseif post_data.rating_value == \"4\" %}{{ __(\"very_good\") }}{% elseif post_data.rating_value == \"3\" %}{{ __(\"average\") }}{% elseif post_data.rating_value == \"2\" %}{{ __(\"fair\") }}{% elseif post_data.rating_value == \"1\" %}{{ __(\"poor\") }}{% endif %}\r\n                        <br />\r\n                        {% endif %}\r\n                        \r\n                        {% if post_data.message %}\r\n                        <b>{{ __(\"message\") }}</b>:\r\n                        {{ post_data.message|nl2br }}\r\n                        <br />\r\n                        {% endif %}\r\n                        \r\n                        {% if post_data.status == \'N\' %}\r\n                        <b>{{ __(\"text_approval_notice\") }}</b>\r\n                        <br />\r\n                        {% endif %}\r\n                        <b> {{ __(\"view\") }}:</b><br />\r\n                        <a href=\"{{ url }}\">{{ url|puny_decode }}</a>\r\n                        </td>\r\n                      </tr>\r\n                    </table>\r\n                  </td>\r\n                </tr>\r\n              </table>\r\n            </td>\r\n          </tr>\r\n        </table>\r\n      </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ subject }}', '{{ snippet(\"header\") }}\n\n  {{ __(\"hello\") }},<br /><br />\n\n{{ __(\"text_new_post_notification\") }}&nbsp;<b>{{ __(object_name) }}</b>:&nbsp;{{ object_data.description }}\n<br /><br />\n<b>{{ __(\"person_name\") }}</b>:&nbsp;{{ post_data.name }}<br />\n{% if post_data.rating_value %}\n<b>{{ __(\"rating\") }}</b>:&nbsp;{% if post_data.rating_value == \"5\" %}{{ __(\"excellent\") }}{% elseif post_data.rating_value == \"4\" %}{{ __(\"very_good\") }}{% elseif post_data.rating_value == \"3\" %}{{ __(\"average\") }}{% elseif post_data.rating_value == \"2\" %}{{ __(\"fair\") }}{% elseif post_data.rating_value == \"1\" %}{{ __(\"poor\") }}{% endif %}\n<br />\n{% endif %}\n\n{% if post_data.message %}\n<b>{{ __(\"message\") }}</b>:<br />\n{{ post_data.message|nl2br }}\n<br /><br />\n{% endif %}\n\n{% if post_data.status == \'N\' %}\n<b>{{ __(\"text_approval_notice\") }}</b>\n<br />\n{% endif %}\n{{ __(\"view\") }}:<br />\n<a href=\"{{ url }}\">{{ url|puny_decode }}</a>\n{{ snippet(\"footer\") }}', NULL, NULL, 'discussion', 1651003921, 1586347367),
(74, 'hybrid_auth_create_profile', 'C', 'A', NULL, NULL, '{{ company_name }}: {{ __(\"new_profile_notification\") }}', '{{ snippet(\"header\") }}\n\n{% if user_data.firstname %}\n{{__(\"hello_name\", {\"[name]\" : user_data.firstname})}}\n{% else %}\n{{ __(\"hello\") }},\n{% endif %}\n<br><br>\n{{ __(\"hybrid_auth.password_generated\") }}: {{ user_data.password }}<br> <br />\n{{ __(\"hybrid_auth.change_password\") }}: <br>\n<a href=\"{{ url }}\">{{ url|puny_decode }}</a>\n<br />\n\n{{ snippet(\"footer\") }}', NULL, NULL, 'hybrid_auth', 1586347369, 1586347369),
(75, 'suppliers_notification_default', 'A', 'A', NULL, NULL, '{{ supplier.data.name }}: {{ __(\"order\") }} #{{ order_info.order_id }} {{ order_status.email_subj }}', '{{ snippet(\"header\") }}\n\n  {{ __(\"dear_sirs\") }},<br /><br />\n\n{% if status_inventory == \'D\' %}\n{{ __(\"supplier_email_header\") }}<br /><br />\n{% endif %}\n\n<b>{{ __(\"invoice\") }}:</b><br>\n\n{{ include_doc(\"supplier_order.invoice\", order_info.order_id, supplier) }}\n\n<br />\n{{ __(\"contact_information\") }}:<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{{ supplier.data.name }}<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{% if supplier.data.address %}{{ supplier.data.address }}, {% endif %}\n                  {% if supplier.data.zipcode %}{{ supplier.data.zipcode }}, {% endif %}\n                  {% if supplier.data.city %}{{ supplier.data.city }}, {% endif %}\n                  {% if supplier.data.state and supplier.data.country %}{{ supplier.data.state_descr }}, {% endif %}\n                  {{ supplier.data.country_descr }}<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{% if supplier.data.phone %}{{ __(\"phone\") }}:&nbsp;{{ supplier.data.phone }}{%if supplier.data.fax %}, {% endif %}{% endif %}{% if supplier.data.fax %}{{ __(\"fax\") }}:&nbsp;{{ supplier.data.fax }}{% endif %}.<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{{ __(\"email\") }}:&nbsp;{{ supplier.data.email }}\n\n{{ snippet(\"footer\") }}', NULL, NULL, 'suppliers', 1586995762, 1586995762),
(76, 'suppliers_notification.b', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\"> {{ __(\"dear_sirs\") }},</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n    <td>\r\n      <table border=\"0\" width=\"100%\" align=\"center\">\r\n        <tr>\r\n          <td>\r\n            <table align=\"center\">\r\n              <tr><br />\r\n               <b>\r\n              {% if status_inventory == \'D\' %}\r\n                {{ __(\"supplier_email_header\") }}<br /><br />\r\n              {% endif %}\r\n              </b>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"550\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table width=\"100%\" border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" width=\"525\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                <b>{{ __(\"invoice\") }}:</b><br>            \r\n                {{ include_doc(\"supplier_order.invoice\", order_info.order_id, supplier) }}\r\n                <br />\r\n                {{ supplier.data.name }}<br />\r\n                {% if supplier.data.address %}{{ supplier.data.address }}, {% endif %}\r\n                                  {% if supplier.data.zipcode %}{{ supplier.data.zipcode }}, {% endif %}\r\n                                  {% if supplier.data.city %}{{ supplier.data.city }}, {% endif %}\r\n                                  {% if supplier.data.state and supplier.data.country %}{{ supplier.data.state_descr }}, {% endif %}\r\n                                  {{ supplier.data.country_descr }}<br />\r\n                {% if supplier.data.phone %}{{ __(\"phone\") }}:&nbsp;{{ supplier.data.phone }}{%if supplier.data.fax %}, {% endif %}{% endif %}{% if supplier.data.fax %}{{ __(\"fax\") }}:&nbsp;{{ supplier.data.fax }}{% endif %}.<br />\r\n                {{ __(\"email\") }}:&nbsp;{{ supplier.data.email }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ supplier.data.name }}: {{ __(\"order\") }} #{{ order_info.order_id }} {{ order_status.email_subj }}', '{{ snippet(\"header\") }}\n\n  {{ __(\"dear_sirs\") }},<br /><br />\n\n{% if status_inventory == \'D\' %}\n{{ __(\"supplier_email_header\") }}<br /><br />\n{% endif %}\n\n<b>{{ __(\"invoice\") }}:</b><br>\n\n{{ include_doc(\"supplier_order.invoice\", order_info.order_id, supplier) }}\n\n<br />\n{{ __(\"contact_information\") }}:<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{{ supplier.data.name }}<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{% if supplier.data.address %}{{ supplier.data.address }}, {% endif %}\n                  {% if supplier.data.zipcode %}{{ supplier.data.zipcode }}, {% endif %}\n                  {% if supplier.data.city %}{{ supplier.data.city }}, {% endif %}\n                  {% if supplier.data.state and supplier.data.country %}{{ supplier.data.state_descr }}, {% endif %}\n                  {{ supplier.data.country_descr }}<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{% if supplier.data.phone %}{{ __(\"phone\") }}:&nbsp;{{ supplier.data.phone }}{%if supplier.data.fax %}, {% endif %}{% endif %}{% if supplier.data.fax %}{{ __(\"fax\") }}:&nbsp;{{ supplier.data.fax }}{% endif %}.<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{{ __(\"email\") }}:&nbsp;{{ supplier.data.email }}\n\n{{ snippet(\"footer\") }}', NULL, NULL, 'suppliers', 1651183611, 1590615379);
INSERT INTO `partiushop_template_emails` (`template_id`, `code`, `area`, `status`, `subject`, `template`, `default_subject`, `default_template`, `params_schema`, `params`, `addon`, `updated`, `created`) VALUES
(77, 'suppliers_notification.c', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\"> {{ __(\"dear_sirs\") }},</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n    <td>\r\n      <table border=\"0\" width=\"100%\" align=\"center\">\r\n        <tr>\r\n          <td>\r\n            <table align=\"center\">\r\n              <tr><br />\r\n               <b>\r\n              {% if status_inventory == \'D\' %}\r\n                {{ __(\"supplier_email_header\") }}<br /><br />\r\n              {% endif %}\r\n              </b>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"550\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table width=\"100%\" border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" width=\"525\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                <b>{{ __(\"invoice\") }}:</b><br>            \r\n                {{ include_doc(\"supplier_order.invoice\", order_info.order_id, supplier) }}\r\n                <br />\r\n                {{ __(\"contact_information\") }}:<br />\r\n                {{ supplier.data.name }}<br />\r\n                {% if supplier.data.address %}\r\n                {{ supplier.data.address }},\r\n                {% endif %}\r\n                {% if supplier.data.zipcode %}\r\n                {{ supplier.data.zipcode }}, \r\n                {% endif %}\r\n                {% if supplier.data.city %}\r\n                {{ supplier.data.city }}, \r\n                {% endif %}\r\n                {% if supplier.data.state and supplier.data.country %}\r\n                {{ supplier.data.state_descr }}, \r\n                {% endif %}\r\n                {{ supplier.data.country_descr }}<br />\r\n                {% if supplier.data.phone %}\r\n                {{ __(\"phone\") }}:&nbsp;\r\n                {{ supplier.data.phone }}\r\n                {%if supplier.data.fax %},\r\n                {% endif %}\r\n                {% endif %}\r\n                {% if supplier.data.fax %}\r\n                {{ __(\"fax\") }}:&nbsp;\r\n                {{ supplier.data.fax }}\r\n                {% endif %}.\r\n                {{ __(\"email\") }}:&nbsp;{{ supplier.data.email }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ supplier.data.name }}: {{ __(\"order\") }} #{{ order_info.order_id }} {{ order_status.email_subj }}', '{{ snippet(\"header\") }}\n\n  {{ __(\"dear_sirs\") }},<br /><br />\n\n{% if status_inventory == \'D\' %}\n{{ __(\"supplier_email_header\") }}<br /><br />\n{% endif %}\n\n<b>{{ __(\"invoice\") }}:</b><br>\n\n{{ include_doc(\"supplier_order.invoice\", order_info.order_id, supplier) }}\n\n<br />\n{{ __(\"contact_information\") }}:<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{{ supplier.data.name }}<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{% if supplier.data.address %}{{ supplier.data.address }}, {% endif %}\n                  {% if supplier.data.zipcode %}{{ supplier.data.zipcode }}, {% endif %}\n                  {% if supplier.data.city %}{{ supplier.data.city }}, {% endif %}\n                  {% if supplier.data.state and supplier.data.country %}{{ supplier.data.state_descr }}, {% endif %}\n                  {{ supplier.data.country_descr }}<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{% if supplier.data.phone %}{{ __(\"phone\") }}:&nbsp;{{ supplier.data.phone }}{%if supplier.data.fax %}, {% endif %}{% endif %}{% if supplier.data.fax %}{{ __(\"fax\") }}:&nbsp;{{ supplier.data.fax }}{% endif %}.<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{{ __(\"email\") }}:&nbsp;{{ supplier.data.email }}\n\n{{ snippet(\"footer\") }}', NULL, NULL, 'suppliers', 1651183546, 1590615379),
(78, 'suppliers_notification.d', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\"> {{ __(\"dear_sirs\") }},</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n    <td>\r\n      <table border=\"0\" width=\"100%\" align=\"center\">\r\n        <tr>\r\n          <td>\r\n            <table align=\"center\">\r\n              <tr><br />\r\n               <b>\r\n              {% if status_inventory == \'D\' %}\r\n                {{ __(\"supplier_email_header\") }}<br /><br />\r\n              {% endif %}\r\n              </b>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"550\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table width=\"100%\" border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" width=\"525\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                <b>{{ __(\"invoice\") }}:</b><br>            \r\n                {{ include_doc(\"supplier_order.invoice\", order_info.order_id, supplier) }}\r\n                <br />\r\n                {{ __(\"contact_information\") }}:<br />\r\n                {{ supplier.data.name }}<br />\r\n                {% if supplier.data.address %}{{ supplier.data.address }}, {% endif %}\r\n                                  {% if supplier.data.zipcode %}{{ supplier.data.zipcode }}, {% endif %}\r\n                                  {% if supplier.data.city %}{{ supplier.data.city }}, {% endif %}\r\n                                  {% if supplier.data.state and supplier.data.country %}{{ supplier.data.state_descr }}, {% endif %}\r\n                                  {{ supplier.data.country_descr }}<br />\r\n                {% if supplier.data.phone %}{{ __(\"phone\") }}:&nbsp;{{ supplier.data.phone }}{%if supplier.data.fax %}, {% endif %}{% endif %}{% if supplier.data.fax %}{{ __(\"fax\") }}:&nbsp;{{ supplier.data.fax }}{% endif %}.<br />\r\n                {{ __(\"email\") }}:&nbsp;{{ supplier.data.email }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ supplier.data.name }}: {{ __(\"order\") }} #{{ order_info.order_id }} {{ order_status.email_subj }}', '{{ snippet(\"header\") }}\n\n  {{ __(\"dear_sirs\") }},<br /><br />\n\n{% if status_inventory == \'D\' %}\n{{ __(\"supplier_email_header\") }}<br /><br />\n{% endif %}\n\n<b>{{ __(\"invoice\") }}:</b><br>\n\n{{ include_doc(\"supplier_order.invoice\", order_info.order_id, supplier) }}\n\n<br />\n{{ __(\"contact_information\") }}:<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{{ supplier.data.name }}<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{% if supplier.data.address %}{{ supplier.data.address }}, {% endif %}\n                  {% if supplier.data.zipcode %}{{ supplier.data.zipcode }}, {% endif %}\n                  {% if supplier.data.city %}{{ supplier.data.city }}, {% endif %}\n                  {% if supplier.data.state and supplier.data.country %}{{ supplier.data.state_descr }}, {% endif %}\n                  {{ supplier.data.country_descr }}<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{% if supplier.data.phone %}{{ __(\"phone\") }}:&nbsp;{{ supplier.data.phone }}{%if supplier.data.fax %}, {% endif %}{% endif %}{% if supplier.data.fax %}{{ __(\"fax\") }}:&nbsp;{{ supplier.data.fax }}{% endif %}.<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{{ __(\"email\") }}:&nbsp;{{ supplier.data.email }}\n\n{{ snippet(\"footer\") }}', NULL, NULL, 'suppliers', 1651183593, 1590615379),
(79, 'suppliers_notification.f', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\"> {{ __(\"dear_sirs\") }},</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n    <td>\r\n      <table border=\"0\" width=\"100%\" align=\"center\">\r\n        <tr>\r\n          <td>\r\n            <table align=\"center\">\r\n              <tr><br />\r\n               <b>\r\n              {% if status_inventory == \'D\' %}\r\n                {{ __(\"supplier_email_header\") }}<br /><br />\r\n              {% endif %}\r\n              </b>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"550\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table width=\"100%\" border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" width=\"525\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                <b>{{ __(\"invoice\") }}:</b><br>            \r\n                {{ include_doc(\"supplier_order.invoice\", order_info.order_id, supplier) }}\r\n                <br />\r\n                {{ __(\"contact_information\") }}:<br />\r\n                {{ supplier.data.name }}<br />\r\n                {% if supplier.data.address %}{{ supplier.data.address }}, {% endif %}\r\n                                  {% if supplier.data.zipcode %}{{ supplier.data.zipcode }}, {% endif %}\r\n                                  {% if supplier.data.city %}{{ supplier.data.city }}, {% endif %}\r\n                                  {% if supplier.data.state and supplier.data.country %}{{ supplier.data.state_descr }}, {% endif %}\r\n                                  {{ supplier.data.country_descr }}<br />\r\n                {% if supplier.data.phone %}{{ __(\"phone\") }}:&nbsp;{{ supplier.data.phone }}{%if supplier.data.fax %}, {% endif %}{% endif %}{% if supplier.data.fax %}{{ __(\"fax\") }}:&nbsp;{{ supplier.data.fax }}{% endif %}.<br />\r\n                {{ __(\"email\") }}:&nbsp;{{ supplier.data.email }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ supplier.data.name }}: {{ __(\"order\") }} #{{ order_info.order_id }} {{ order_status.email_subj }}', '{{ snippet(\"header\") }}\n\n  {{ __(\"dear_sirs\") }},<br /><br />\n\n{% if status_inventory == \'D\' %}\n{{ __(\"supplier_email_header\") }}<br /><br />\n{% endif %}\n\n<b>{{ __(\"invoice\") }}:</b><br>\n\n{{ include_doc(\"supplier_order.invoice\", order_info.order_id, supplier) }}\n\n<br />\n{{ __(\"contact_information\") }}:<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{{ supplier.data.name }}<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{% if supplier.data.address %}{{ supplier.data.address }}, {% endif %}\n                  {% if supplier.data.zipcode %}{{ supplier.data.zipcode }}, {% endif %}\n                  {% if supplier.data.city %}{{ supplier.data.city }}, {% endif %}\n                  {% if supplier.data.state and supplier.data.country %}{{ supplier.data.state_descr }}, {% endif %}\n                  {{ supplier.data.country_descr }}<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{% if supplier.data.phone %}{{ __(\"phone\") }}:&nbsp;{{ supplier.data.phone }}{%if supplier.data.fax %}, {% endif %}{% endif %}{% if supplier.data.fax %}{{ __(\"fax\") }}:&nbsp;{{ supplier.data.fax }}{% endif %}.<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{{ __(\"email\") }}:&nbsp;{{ supplier.data.email }}\n\n{{ snippet(\"footer\") }}', NULL, NULL, 'suppliers', 1651183576, 1590615379),
(80, 'suppliers_notification.i', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\"> {{ __(\"dear_sirs\") }},</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n    <td>\r\n      <table border=\"0\" width=\"100%\" align=\"center\">\r\n        <tr>\r\n          <td>\r\n            <table align=\"center\">\r\n              <tr><br />\r\n               <b>\r\n              {% if status_inventory == \'D\' %}\r\n                {{ __(\"supplier_email_header\") }}<br /><br />\r\n              {% endif %}\r\n              </b>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"550\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table width=\"100%\" border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" width=\"525\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                <b>{{ __(\"invoice\") }}:</b><br>            \r\n                {{ include_doc(\"supplier_order.invoice\", order_info.order_id, supplier) }}\r\n                <br />\r\n                {{ supplier.data.name }}<br />\r\n                {{ supplier.data.name }}<br />\r\n                {% if supplier.data.address %}{{ supplier.data.address }}, {% endif %}\r\n                                  {% if supplier.data.zipcode %}{{ supplier.data.zipcode }}, {% endif %}\r\n                                  {% if supplier.data.city %}{{ supplier.data.city }}, {% endif %}\r\n                                  {% if supplier.data.state and supplier.data.country %}{{ supplier.data.state_descr }}, {% endif %}\r\n                                  {{ supplier.data.country_descr }}<br />\r\n                {% if supplier.data.phone %}{{ __(\"phone\") }}:&nbsp;{{ supplier.data.phone }}{%if supplier.data.fax %}, {% endif %}{% endif %}{% if supplier.data.fax %}{{ __(\"fax\") }}:&nbsp;{{ supplier.data.fax }}{% endif %}.<br />\r\n                {{ __(\"email\") }}:&nbsp;{{ supplier.data.email }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ supplier.data.name }}: {{ __(\"order\") }} #{{ order_info.order_id }} {{ order_status.email_subj }}', '{{ snippet(\"header\") }}\n\n  {{ __(\"dear_sirs\") }},<br /><br />\n\n{% if status_inventory == \'D\' %}\n{{ __(\"supplier_email_header\") }}<br /><br />\n{% endif %}\n\n<b>{{ __(\"invoice\") }}:</b><br>\n\n{{ include_doc(\"supplier_order.invoice\", order_info.order_id, supplier) }}\n\n<br />\n{{ __(\"contact_information\") }}:<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{{ supplier.data.name }}<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{% if supplier.data.address %}{{ supplier.data.address }}, {% endif %}\n                  {% if supplier.data.zipcode %}{{ supplier.data.zipcode }}, {% endif %}\n                  {% if supplier.data.city %}{{ supplier.data.city }}, {% endif %}\n                  {% if supplier.data.state and supplier.data.country %}{{ supplier.data.state_descr }}, {% endif %}\n                  {{ supplier.data.country_descr }}<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{% if supplier.data.phone %}{{ __(\"phone\") }}:&nbsp;{{ supplier.data.phone }}{%if supplier.data.fax %}, {% endif %}{% endif %}{% if supplier.data.fax %}{{ __(\"fax\") }}:&nbsp;{{ supplier.data.fax }}{% endif %}.<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{{ __(\"email\") }}:&nbsp;{{ supplier.data.email }}\n\n{{ snippet(\"footer\") }}', NULL, NULL, 'suppliers', 1651183627, 1590615379),
(81, 'suppliers_notification.o', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\"> {{ __(\"dear_sirs\") }},</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n    <td>\r\n      <table border=\"0\" width=\"100%\" align=\"center\">\r\n        <tr>\r\n          <td>\r\n            <table align=\"center\">\r\n              <tr><br />\r\n               <b>\r\n              {% if status_inventory == \'D\' %}\r\n                {{ __(\"supplier_email_header\") }}<br /><br />\r\n              {% endif %}\r\n              </b>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"550\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table width=\"100%\" border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" width=\"525\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                <b>{{ __(\"invoice\") }}:</b><br>            \r\n                {{ include_doc(\"supplier_order.invoice\", order_info.order_id, supplier) }}\r\n                <br />\r\n                {{ __(\"contact_information\") }}:<br />\r\n                {{ supplier.data.name }}<br />\r\n                {% if supplier.data.address %}{{ supplier.data.address }}, {% endif %}\r\n                                  {% if supplier.data.zipcode %}{{ supplier.data.zipcode }}, {% endif %}\r\n                                  {% if supplier.data.city %}{{ supplier.data.city }}, {% endif %}\r\n                                  {% if supplier.data.state and supplier.data.country %}{{ supplier.data.state_descr }}, {% endif %}\r\n                                  {{ supplier.data.country_descr }}<br />\r\n                {% if supplier.data.phone %}{{ __(\"phone\") }}:&nbsp;{{ supplier.data.phone }}{%if supplier.data.fax %}, {% endif %}{% endif %}{% if supplier.data.fax %}{{ __(\"fax\") }}:&nbsp;{{ supplier.data.fax }}{% endif %}.<br />\r\n                {{ __(\"email\") }}:&nbsp;{{ supplier.data.email }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ supplier.data.name }}: {{ __(\"order\") }} #{{ order_info.order_id }} {{ order_status.email_subj }}', '{{ snippet(\"header\") }}\n\n  {{ __(\"dear_sirs\") }},<br /><br />\n\n{% if status_inventory == \'D\' %}\n{{ __(\"supplier_email_header\") }}<br /><br />\n{% endif %}\n\n<b>{{ __(\"invoice\") }}:</b><br>\n\n{{ include_doc(\"supplier_order.invoice\", order_info.order_id, supplier) }}\n\n<br />\n{{ __(\"contact_information\") }}:<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{{ supplier.data.name }}<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{% if supplier.data.address %}{{ supplier.data.address }}, {% endif %}\n                  {% if supplier.data.zipcode %}{{ supplier.data.zipcode }}, {% endif %}\n                  {% if supplier.data.city %}{{ supplier.data.city }}, {% endif %}\n                  {% if supplier.data.state and supplier.data.country %}{{ supplier.data.state_descr }}, {% endif %}\n                  {{ supplier.data.country_descr }}<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{% if supplier.data.phone %}{{ __(\"phone\") }}:&nbsp;{{ supplier.data.phone }}{%if supplier.data.fax %}, {% endif %}{% endif %}{% if supplier.data.fax %}{{ __(\"fax\") }}:&nbsp;{{ supplier.data.fax }}{% endif %}.<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{{ __(\"email\") }}:&nbsp;{{ supplier.data.email }}\n\n{{ snippet(\"footer\") }}', NULL, NULL, 'suppliers', 1651183561, 1590615379),
(82, 'suppliers_notification.p', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\"> {{ __(\"dear_sirs\") }},</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n    <td>\r\n      <table border=\"0\" width=\"100%\" align=\"center\">\r\n        <tr>\r\n          <td>\r\n            <table align=\"center\">\r\n              <tr><br />\r\n               <b>\r\n               {% if status_inventory == \'D\' %}\r\n                {{ __(\"supplier_email_header\") }}<br /><br />\r\n               {% endif %}\r\n              </b>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"550\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table width=\"100%\" border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" width=\"525\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                <b>{{ __(\"invoice\") }}:</b><br>            \r\n                {{ include_doc(\"supplier_order.invoice\", order_info.order_id, supplier) }}\r\n                <br />\r\n                {{ __(\"contact_information\") }}:<br />\r\n                {{ supplier.data.name }}<br />\r\n                {% if supplier.data.address %}\r\n                  {{ supplier.data.address }}, \r\n                {% endif %}\r\n                {% if supplier.data.zipcode %}\r\n                  {{ supplier.data.zipcode }}, \r\n                {% endif %}\r\n                {% if supplier.data.city %}\r\n                  {{ supplier.data.city }}, \r\n                {% endif %}\r\n                {% if supplier.data.state and supplier.data.country %}\r\n                  {{ supplier.data.state_descr }}, \r\n                {% endif %}\r\n                {{ supplier.data.country_descr }}\r\n                <br />\r\n                {% if supplier.data.phone %}\r\n                  {{ __(\"phone\") }}:&nbsp;\r\n                  {{ supplier.data.phone }}\r\n                {%if supplier.data.fax %}, \r\n                {% endif %}\r\n                {% endif %}\r\n                {% if supplier.data.fax %}\r\n                  {{ __(\"fax\") }}:&nbsp;\r\n                {{ supplier.data.fax }}\r\n                {% endif %}.\r\n                <br />\r\n                {{ __(\"email\") }}:&nbsp;\r\n                {{ supplier.data.email }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ supplier.data.name }}: {{ __(\"order\") }} #{{ order_info.order_id }} {{ order_status.email_subj }}', '{{ snippet(\"header\") }}\n\n  {{ __(\"dear_sirs\") }},<br /><br />\n\n{% if status_inventory == \'D\' %}\n{{ __(\"supplier_email_header\") }}<br /><br />\n{% endif %}\n\n<b>{{ __(\"invoice\") }}:</b><br>\n\n{{ include_doc(\"supplier_order.invoice\", order_info.order_id, supplier) }}\n\n<br />\n{{ __(\"contact_information\") }}:<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{{ supplier.data.name }}<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{% if supplier.data.address %}{{ supplier.data.address }}, {% endif %}\n                  {% if supplier.data.zipcode %}{{ supplier.data.zipcode }}, {% endif %}\n                  {% if supplier.data.city %}{{ supplier.data.city }}, {% endif %}\n                  {% if supplier.data.state and supplier.data.country %}{{ supplier.data.state_descr }}, {% endif %}\n                  {{ supplier.data.country_descr }}<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{% if supplier.data.phone %}{{ __(\"phone\") }}:&nbsp;{{ supplier.data.phone }}{%if supplier.data.fax %}, {% endif %}{% endif %}{% if supplier.data.fax %}{{ __(\"fax\") }}:&nbsp;{{ supplier.data.fax }}{% endif %}.<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{{ __(\"email\") }}:&nbsp;{{ supplier.data.email }}\n\n{{ snippet(\"footer\") }}', NULL, NULL, 'suppliers', 1651183530, 1590615379),
(83, 'suppliers_notification.y', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\"> {{ __(\"dear_sirs\") }},</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n    <td>\r\n      <table border=\"0\" width=\"100%\" align=\"center\">\r\n        <tr>\r\n          <td>\r\n            <table align=\"center\">\r\n              <tr><br />\r\n               <b>\r\n              {% if status_inventory == \'D\' %}\r\n                {{ __(\"supplier_email_header\") }}<br /><br />\r\n              {% endif %}\r\n              </b>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"550\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table width=\"100%\" border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" width=\"525\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                <b>{{ __(\"invoice\") }}:</b><br>            \r\n                {{ include_doc(\"supplier_order.invoice\", order_info.order_id, supplier) }}\r\n                <br />\r\n                {{ supplier.data.name }}<br />\r\n                {{ supplier.data.name }}<br />\r\n                {% if supplier.data.address %}{{ supplier.data.address }}, {% endif %}\r\n                                  {% if supplier.data.zipcode %}{{ supplier.data.zipcode }}, {% endif %}\r\n                                  {% if supplier.data.city %}{{ supplier.data.city }}, {% endif %}\r\n                                  {% if supplier.data.state and supplier.data.country %}{{ supplier.data.state_descr }}, {% endif %}\r\n                                  {{ supplier.data.country_descr }}<br />\r\n                {% if supplier.data.phone %}{{ __(\"phone\") }}:&nbsp;{{ supplier.data.phone }}{%if supplier.data.fax %}, {% endif %}{% endif %}{% if supplier.data.fax %}{{ __(\"fax\") }}:&nbsp;{{ supplier.data.fax }}{% endif %}.<br />\r\n                {{ __(\"email\") }}:&nbsp;{{ supplier.data.email }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ supplier.data.name }}: {{ __(\"order\") }} #{{ order_info.order_id }} {{ order_status.email_subj }}', '{{ snippet(\"header\") }}\n\n  {{ __(\"dear_sirs\") }},<br /><br />\n\n{% if status_inventory == \'D\' %}\n{{ __(\"supplier_email_header\") }}<br /><br />\n{% endif %}\n\n<b>{{ __(\"invoice\") }}:</b><br>\n\n{{ include_doc(\"supplier_order.invoice\", order_info.order_id, supplier) }}\n\n<br />\n{{ __(\"contact_information\") }}:<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{{ supplier.data.name }}<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{% if supplier.data.address %}{{ supplier.data.address }}, {% endif %}\n                  {% if supplier.data.zipcode %}{{ supplier.data.zipcode }}, {% endif %}\n                  {% if supplier.data.city %}{{ supplier.data.city }}, {% endif %}\n                  {% if supplier.data.state and supplier.data.country %}{{ supplier.data.state_descr }}, {% endif %}\n                  {{ supplier.data.country_descr }}<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{% if supplier.data.phone %}{{ __(\"phone\") }}:&nbsp;{{ supplier.data.phone }}{%if supplier.data.fax %}, {% endif %}{% endif %}{% if supplier.data.fax %}{{ __(\"fax\") }}:&nbsp;{{ supplier.data.fax }}{% endif %}.<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{{ __(\"email\") }}:&nbsp;{{ supplier.data.email }}\n\n{{ snippet(\"footer\") }}', NULL, NULL, 'suppliers', 1651183643, 1590615379),
(84, 'company_status_suspended_notification', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"change_order_status_p_subj\", {\"[order]\": order_info.order_id}) } ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">{{ __(\"hello\") }},</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n        {{ __(\"text_company_status_changed\", {\"[company]\": company.company_name, \"[status]\": status}) }}\r\n      <br /> \r\n      {% if reason %}\r\n        {{ __(\"reason\") }}: {{ reason }}\r\n      {% endif %}\r\n      <br /> \r\n      {% if e_account == \'updated\' %}\r\n          {{ __(\"text_company_status_new_to_active_administrator_updated\", {\"[link]\": vendor_url, \"[link_text]\": vendor_url|puny_decode, \"[login]\": e_username}) }}\r\n      {% elseif e_account == \'new\' %}\r\n          {{ __(\"text_company_status_new_to_active_administrator_created\", {\"[link]\": vendor_url, \"[link_text]\": vendor_url|puny_decode, \"[login]\": e_username, \"[password]\": e_password}) }}\r\n      {% endif %}\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ __(\"event.vendor_status_changed.suspended.title\") }}', '{{ snippet(\"header\") }}\n\n  {{ __(\"hello\") }},<br /><br />\n\n  {{ __(\"text_company_status_changed\", {\"[company]\": company.company_name, \"[status]\": status}) }}\n\n<br /><br />\n\n{% if reason %}\n{{ __(\"reason\") }}: {{ reason }}\n<br /><br />\n{% endif %}\n\n{% if e_account == \'updated\' %}\n    {{ __(\"text_company_status_new_to_active_administrator_updated\", {\"[link]\": vendor_url, \"[link_text]\": vendor_url|puny_decode, \"[login]\": e_username}) }}\n{% elseif e_account == \'new\' %}\n    {{ __(\"text_company_status_new_to_active_administrator_created\", {\"[link]\": vendor_url, \"[link_text]\": vendor_url|puny_decode, \"[login]\": e_username, \"[password]\": e_password}) }}\n{% endif %}\n\n{{ snippet(\"footer\") }}', NULL, NULL, '', 1651078487, 0),
(85, 'company_status_changed_from_suspended_notification', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"change_order_status_p_subj\", {\"[order]\": order_info.order_id}) } ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">{{ __(\"hello\") }},</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n        {{ __(\"text_company_status_changed\", {\"[company]\": company.company_name, \"[status]\": status}) }}\r\n      <br /> \r\n      {% if reason %}\r\n        {{ __(\"reason\") }}: {{ reason }}\r\n      {% endif %}\r\n      <br /> \r\n      {% if e_account == \'updated\' %}\r\n        {{ __(\"text_company_status_new_to_active_administrator_updated\", {\"[link]\": vendor_url, \"[link_text]\": vendor_url|puny_decode, \"[login]\": e_username}) }}\r\n      {% elseif e_account == \'new\' %}\r\n        {{ __(\"text_company_status_new_to_active_administrator_created\", {\"[link]\": vendor_url, \"[link_text]\": vendor_url|puny_decode, \"[login]\": e_username, \"[password]\": e_password}) }}\r\n      {% endif %}\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{% if (status_to == \"D\") %}    {{ __(\"text_company_status_disabled_subj\") }}{% elseif status_to == \"P\" %}    {{ __(\"text_company_status_pending_subj\") }}{% elseif (status_to == \"A\") %}    {{ __(\"text_company_status_active_subj\") }}{% endif %}', '{{ snippet(\"header\") }}\n\n  {{ __(\"hello\") }},<br /><br />\n\n  {{ __(\"text_company_status_changed\", {\"[company]\": company.company_name, \"[status]\": status}) }}\n\n<br /><br />\n\n{% if reason %}\n{{ __(\"reason\") }}: {{ reason }}\n<br /><br />\n\n{% endif %}\n{% if e_account == \'updated\' %}\n    {{ __(\"text_company_status_new_to_active_administrator_updated\", {\"[link]\": vendor_url, \"[link_text]\": vendor_url|puny_decode, \"[login]\": e_username}) }}\n{% elseif e_account == \'new\' %}\n    {{ __(\"text_company_status_new_to_active_administrator_created\", {\"[link]\": vendor_url, \"[link_text]\": vendor_url|puny_decode, \"[login]\": e_username, \"[password]\": e_password}) }}\n{% endif %}\n\n{{ snippet(\"footer\") }}', NULL, NULL, '', 1651078443, 0),
(86, 'vendor_debt_payout_email_admin_notification_vendor_status_changed_to_disabled', 'A', 'A', NULL, '{{ snippet(\"header\") }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">Olá,</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n      <td>\r\n          <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n            <tr>\r\n              <td>\r\n              <br />\r\n                {{ __(\"vendor_debt_payout.vendor_status_changed.message\", {\"[vendor_name]\": vendor_name, \"[status]\": status_to}) }}\r\n                <br />\r\n                {% if reason %}\r\n                  {{ __(\"reason\") }}: {{ reason }}\r\n                  <br /><br />\r\n                {% endif %}\r\n              </td>\r\n            </tr> \r\n          </table>\r\n      </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ __(\"vendor_debt_payout.vendor_status_changed.subject\", {\"[vendor_name]\": vendor_name, \"[status]\": status_to}) }}', '{{ snippet(\"header\") }}\n{{ __(\"vendor_debt_payout.vendor_status_changed.message\", {\"[vendor_name]\": vendor_name, \"[status]\": status_to}) }}\n{% if reason %}\n    {{ __(\"reason\") }}: {{ reason }}\n    <br /><br />\n{% endif %}\n{{ snippet(\"footer\") }}', NULL, NULL, 'vendor_debt_payout', 1651004215, 0),
(87, 'vendor_debt_payout_email_admin_notification_vendor_status_changed_to_suspended', 'A', 'A', NULL, '{{ snippet(\"header\") }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">Olá,</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n      <td>\r\n          <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n            <tr>\r\n              <td>\r\n              <br />\r\n                {{ __(\"vendor_debt_payout.vendor_status_changed.message\", {\"[vendor_name]\": vendor_name, \"[status]\": status_to}) }}\r\n                <br />\r\n                {% if reason %}\r\n                  {{ __(\"reason\") }}: {{ reason }}\r\n                  <br /><br />\r\n                {% endif %}\r\n              </td>\r\n            </tr> \r\n          </table>\r\n      </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ __(\"vendor_debt_payout.vendor_status_changed.subject\", {\"[vendor_name]\": vendor_name, \"[status]\": status_to}) }}', '{{ snippet(\"header\") }}\n{{ __(\"vendor_debt_payout.vendor_status_changed.message\", {\"[vendor_name]\": vendor_name, \"[status]\": status_to}) }}\n{% if reason %}\n    {{ __(\"reason\") }}: {{ reason }}\n    <br /><br />\n{% endif %}\n{{ snippet(\"footer\") }}', NULL, NULL, 'vendor_debt_payout', 1651004180, 0),
(88, 'vendor_debt_payout_vendor_days_before_suspended', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"change_order_status_p_subj\", {\"[order]\": order_info.order_id}) } ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">Olá,</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <b>{{ __(\"vendor_debt_payout.vendor_days_before_suspend.message\", {\"[marketplace]\": marketplace}) }}</b>\r\n      <br />\r\n      {% if reason %}\r\n          {{ __(\"reason\") }}: {{ reason }}\r\n          <br /><br />\r\n      {% endif %}\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ __(\"vendor_debt_payout.vendor_days_before_suspend.subject\") }}', '{{ snippet(\"header\") }}\n{{ __(\"vendor_debt_payout.vendor_days_before_suspend.message\", {\"[marketplace]\": marketplace}) }}\n{% if reason %}\n    {{ __(\"reason\") }}: {{ reason }}\n    <br /><br />\n{% endif %}\n{{ snippet(\"footer\") }}', NULL, NULL, 'vendor_debt_payout', 1651079136, 0),
(89, 'vendor_debt_payout_weekly_digest_of_debtors', 'A', 'A', NULL, '{{ snippet(\"header\") }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"570\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">Olá,</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n    <td>\r\n      <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n        <tr>\r\n          <td>\r\n            <br />\r\n            {{ __(\"vendor_debt_payout.weekly_digest_of_debtors.message\", {\"[href]\": href}) }}\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n    <td>\r\n      <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n        <tr>\r\n          <td>\r\n            <br />\r\n            {% if suspended_vendors %}\r\n            <b>{{ __(\"vendor_debt_payout.list_of_vendors_got_suspended_label\") }}</b>\r\n            <br /><br />\r\n            <table width=\"50%\">\r\n              <tr>\r\n                <th>{{ __(\"vendor\") }}</th>\r\n                <th>{{ __(\"vendor_debt_payout.debt_owned\") }}</th>\r\n              </tr>\r\n              {% for vendor in suspended_vendors %}\r\n              <tr>\r\n                <td>{{vendor.company}}</td>\r\n                <td>{{vendor.debt}}</td>\r\n              </tr>\r\n              {% endfor %}\r\n            </table>\r\n            {% else %}\r\n            <b>{{ __(\"vendor_debt_payout.empty_list_of_vendors_got_suspended_label\") }}</b>\r\n            {% endif %}\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n    <td>\r\n      <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n        <tr>\r\n          <td>\r\n            <br />\r\n            {% if active_vendors %}\r\n            <b>{{ __(\"vendor_debt_payout.list_of_vendors_got_suspended_and_paid_label\") }}</b>\r\n            <br /><br />\r\n            <table width=\"50%\">\r\n              <tr>\r\n                <th>{{ __(\"vendor\") }}</th>\r\n                <th>{{ __(\"vendor_debt_payout.account_balance\") }}</th>\r\n              </tr>\r\n              {% for vendor in active_vendors %}\r\n              <tr>\r\n                <td>{{vendor.company}}</td>\r\n                <td>{{vendor.balance}}</td>\r\n              </tr>\r\n              {% endfor %}\r\n            </table>\r\n            {% else %}\r\n            <b>{{ __(\"vendor_debt_payout.empty_list_of_vendors_got_suspended_and_paid_label\") }}</b>\r\n            {% endif %}\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n    <td>\r\n      <table align=\"center\">\r\n        <tr>\r\n          <td>\r\n            <br />\r\n            <b>{{ __(\"vendor_debt_payout.total_debts\", {\"[total_debt]\": total_debt}) }}</b>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ __(\"vendor_debt_payout.weekly_digest_of_debtors.subject\", {\"[marketplace_name]\": marketplace_name}) }}', '{{ snippet(\"header\") }}\n{{ __(\"vendor_debt_payout.weekly_digest_of_debtors.message\", {\"[href]\": href}) }}\n<br /><br />\n{% if suspended_vendors %}\n    <b>{{ __(\"vendor_debt_payout.list_of_vendors_got_suspended_label\") }}</b>\n    <br /><br />\n    <table width=\"50%\">\n        <tr><th>{{ __(\"vendor\") }}</th><th>{{ __(\"vendor_debt_payout.debt_owned\") }}</th></tr>\n        {% for vendor in suspended_vendors %}\n            <tr><td>{{vendor.company}}</td><td>{{vendor.debt}}</td></tr>\n        {% endfor %}\n    </table>\n{% else %}\n    <b>{{ __(\"vendor_debt_payout.empty_list_of_vendors_got_suspended_label\") }}</b>\n{% endif %}\n<br /><br />\n{% if active_vendors %}\n    <b>{{ __(\"vendor_debt_payout.list_of_vendors_got_suspended_and_paid_label\") }}</b>\n    <br /><br />\n    <table width=\"50%\">\n        <tr><th>{{ __(\"vendor\") }}</th><th>{{ __(\"vendor_debt_payout.account_balance\") }}</th></tr>\n        {% for vendor in active_vendors %}\n            <tr><td>{{vendor.company}}</td><td>{{vendor.balance}}</td></tr>\n        {% endfor %}\n    </table>\n{% else %}\n    <b>{{ __(\"vendor_debt_payout.empty_list_of_vendors_got_suspended_and_paid_label\") }}</b>\n{% endif %}\n<br /><br />\n<b>{{ __(\"vendor_debt_payout.total_debts\", {\"[total_debt]\": total_debt}) }}</b>\n{{ snippet(\"footer\") }}', NULL, NULL, 'vendor_debt_payout', 1651006243, 1629142360),
(90, 'vendor_plans_vendor_plan_changed_info_for_admin', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">{{ __(\"vendor_plans.vendor_plan_has_been_changed_text\", {\"[vendor]\": vendor_name, \"[old_plan]\":old_plan.plan, \"[new_plan]\": plan.plan}) }}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n      <td>\r\n        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n          <tr border=\"0\">\r\n            <td border=\"0\" align=\"center\">\r\n              <br />\r\n            </td>\r\n          </tr>\r\n        </table>\r\n      </td>\r\n  </tr>\r\n</table>\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"550\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <h4>{{ __(\"vendor_plans.old_plan\") }}:</h4>\r\n      <table width=\"100%\" border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n          <tr border=\"0\">\r\n            <td border=\"1\" style=\"padding: 15px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n                {{ snippet(\"vendorplans.plandetails\", {\"plan\": old_plan}) }}\r\n             </td>\r\n          </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"550\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\"> \r\n    <h4> {{ __(\"vendor_plans.new_plan\") }}:</h4>\r\n      <table width=\"100%\" border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n          <tr border=\"0\">\r\n            <td border=\"1\" style=\"padding: 15px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n               {{ snippet(\"vendorplans.plandetails\") }}\r\n             </td>\r\n          </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ __(\"vendor_plans.vendor_plan_has_been_changed\", {\"[vendor]\": vendor_name, \"[plan]\": plan.plan}) }}', '{{ snippet(\"header\") }}\n\n{{ __(\"vendor_plans.vendor_plan_has_been_changed_text\", {\"[vendor]\": vendor_name, \"[old_plan]\":old_plan.plan, \"[new_plan]\": plan.plan}) }}\n<br /><br />\n{{ __(\"vendor_plans.old_plan\") }}:\n<br /><br />\n{{ snippet(\"vendorplans.plandetails\", {\"plan\": old_plan}) }}\n<br /><br />\n{{ __(\"vendor_plans.new_plan\") }}:\n<br /><br />\n{{ snippet(\"vendorplans.plandetails\") }}\n{{ snippet(\"footer\") }}', NULL, NULL, 'vendor_plans', 1651183145, 0);
INSERT INTO `partiushop_template_emails` (`template_id`, `code`, `area`, `status`, `subject`, `template`, `default_subject`, `default_template`, `params_schema`, `params`, `addon`, `updated`, `created`) VALUES
(91, 'product_reviews_reply_notification', 'C', 'A', NULL, '  {{ snippet(\"header\") }}\r\n  <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n    <tr border=\"0\">\r\n      <td border=\"0\" align=\"center\">\r\n        <br />\r\n        <br />\r\n        <b>\r\n          <font color=\"#017dc7\" size=\"3\">{{ __(\"hello\") }}, {{ user_data.firstname }} {{ user_data.lastname }}</font>\r\n        </b>\r\n      </td>\r\n    </tr>\r\n    <tr>\r\n      <td>\r\n        <table align=\"center\">\r\n          <tr>\r\n            <td>\r\n            <br />\r\n              {{ __(\"product_reviews.text_new_reply_notification\") }}:&nbsp;<a href=\"{{ product_url }}\">{{ product_data.product }}</a>\r\n            </td>\r\n          </tr>\r\n        </table>\r\n      </td>\r\n    </tr>\r\n    <tr>\r\n        <td>\r\n          <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"550\">\r\n            <tr border=\"0\">\r\n              <td align=\"left\">\r\n                <table width=\"100%\" border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n                  <tr border=\"0\">\r\n                    <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n                      <table border=\"0\" width=\"525\" align=\"center\" style=\"padding: 8px;\">\r\n                        <tr>\r\n                          <td>\r\n                          <b>{{ __(\"product_reviews.reply\") }}</b>:<br />\r\n                            {{ product_review_data.reply.reply|nl2br }}\r\n                            <br />\r\n                          </td>\r\n                        </tr>\r\n                        </tr>\r\n                          <td>\r\n                          <b>{{ __(\"view\") }}:</b><br />\r\n                            <a href=\"{{ product_url }}\">{{ product_url|puny_decode }}</a>\r\n                          </td>\r\n                        </tr>\r\n                      </table>\r\n                    </td>\r\n                  </tr>\r\n                </table>\r\n              </td>\r\n            </tr>\r\n          </table>\r\n        </td>\r\n    </tr>\r\n  </table>\r\n  <br />\r\n  <br />\r\n  {{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"product_reviews.text_new_reply_notification\") }}', '{{ snippet(\"header\") }}\n\n  {{ __(\"hello\") }}, {{ user_data.firstname }} {{ user_data.lastname }}<br /><br />\n\n{{ __(\"product_reviews.text_new_reply_notification\") }}:&nbsp;<a href=\"{{ product_url }}\">{{ product_data.product }}</a>\n<br /><br />\n\n<b>{{ __(\"product_reviews.reply\") }}</b>:<br />\n{{ product_review_data.reply.reply|nl2br }}\n<br /><br />\n\n{{ __(\"view\") }}:<br />\n<a href=\"{{ product_url }}\">{{ product_url|puny_decode }}</a>\n{{ snippet(\"footer\") }}', NULL, NULL, 'product_reviews', 1650994599, 1629143825),
(92, 'product_reviews_notification', 'A', 'A', NULL, '{{ snippet(\"header\") }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">{{ __(\"hello\") }},</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n    <td>\r\n      <table align=\"center\">\r\n        <tr>\r\n          <td>\r\n          <br />\r\n            {{ __(\"product_reviews.text_new_post_notification\") }}:&nbsp;<a href=\"{{ product_url }}\">{{ product_data.product }}</a>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n      <td>\r\n        <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"550\">\r\n          <tr border=\"0\">\r\n            <td align=\"left\">\r\n              <table width=\"100%\" border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n                <tr border=\"0\">\r\n                  <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n                    <table border=\"0\" width=\"525\" align=\"center\" style=\"padding: 8px;\">\r\n                      <tr>\r\n                        <td>\r\n                          <b>{{ __(\"person_name\") }}</b>:&nbsp;{% if product_review_data.user_data.name %}{{ product_review_data.user_data.name }}{% else %}{{ __(\"customer\") }}{% endif %}<br />\r\n                          <b>{{ __(\"product_reviews.rating\") }}</b>:&nbsp;<span style=\"color:#feba0f\">{% if product_review_data.rating_value == \"5\" %}&#9733;&#9733;&#9733;&#9733;&#9733;</span>{% elseif product_review_data.rating_value == \"4\" %}&#9733;&#9733;&#9733;&#9733;&#9734;{% elseif product_review_data.rating_value == \"3\" %}&#9733;&#9733;&#9733;&#9734;&#9734;{% elseif product_review_data.rating_value == \"2\" %}&#9733;&#9733;&#9734;&#9734;&#9734;{% elseif product_review_data.rating_value == \"1\" %}&#9733;&#9734;&#9734;&#9734;&#9734;{% endif %}</span>\r\n                          <br />\r\n                          {% if review_fields == \'advanced\' %}\r\n                          {% if product_review_data.message.advantages %}\r\n                          <b>{{ __(\"product_reviews.advantages\") }}</b>:<br />\r\n                          {{ product_review_data.message.advantages|nl2br }}\r\n                          <br />\r\n                          {% endif %}\r\n\r\n                          {% if product_review_data.message.disadvantages %}\r\n                          <b>{{ __(\"product_reviews.disadvantages\") }}</b>:<br />\r\n                          {{ product_review_data.message.disadvantages|nl2br }}\r\n                          <br />\r\n                          {% endif %}\r\n                          {% endif %}\r\n\r\n                          {% if product_review_data.message.comment %}\r\n                          <b>{{ __(\"product_reviews.comment\") }}</b>:<br />\r\n                          {{ product_review_data.message.comment|nl2br }}\r\n                          <br /><br />\r\n                          {% endif %}\r\n\r\n                          {% if product_review_data.status == \'D\' %}\r\n                          <b>{{ __(\"product_reviews.text_approval_notice\") }}</b>\r\n                          <br />\r\n                          {% endif %}\r\n                          <b>{{ __(\"view\") }}:</b><br />\r\n                          <a href=\"{{ product_review_url }}\">{{ product_review_url|puny_decode }}</a>\r\n                        </td>\r\n                      </tr>\r\n                    </table>\r\n                  </td>\r\n                </tr>\r\n              </table>\r\n            </td>\r\n          </tr>\r\n        </table>\r\n      </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"product_reviews.text_new_post_notification\") }}', '{{ snippet(\"header\") }}\n\n  {{ __(\"hello\") }},<br /><br />\n\n{{ __(\"product_reviews.text_new_post_notification\") }}:&nbsp;<a href=\"{{ product_url }}\">{{ product_data.product }}</a>\n<br /><br />\n<b>{{ __(\"person_name\") }}</b>:&nbsp;{% if product_review_data.user_data.name %}{{ product_review_data.user_data.name }}{% else %}{{ __(\"customer\") }}{% endif %}<br />\n\n<b>{{ __(\"product_reviews.rating\") }}</b>:&nbsp;<span style=\"color:#feba0f\">{% if product_review_data.rating_value == \"5\" %}&#9733;&#9733;&#9733;&#9733;&#9733;</span>{% elseif product_review_data.rating_value == \"4\" %}&#9733;&#9733;&#9733;&#9733;&#9734;{% elseif product_review_data.rating_value == \"3\" %}&#9733;&#9733;&#9733;&#9734;&#9734;{% elseif product_review_data.rating_value == \"2\" %}&#9733;&#9733;&#9734;&#9734;&#9734;{% elseif product_review_data.rating_value == \"1\" %}&#9733;&#9734;&#9734;&#9734;&#9734;{% endif %}</span>\n<br />\n\n{% if review_fields == \'advanced\' %}\n    {% if product_review_data.message.advantages %}\n    <b>{{ __(\"product_reviews.advantages\") }}</b>:<br />\n    {{ product_review_data.message.advantages|nl2br }}\n    <br />\n    {% endif %}\n\n    {% if product_review_data.message.disadvantages %}\n    <b>{{ __(\"product_reviews.disadvantages\") }}</b>:<br />\n    {{ product_review_data.message.disadvantages|nl2br }}\n    <br />\n    {% endif %}\n{% endif %}\n\n{% if product_review_data.message.comment %}\n<b>{{ __(\"product_reviews.comment\") }}</b>:<br />\n{{ product_review_data.message.comment|nl2br }}\n<br /><br />\n{% endif %}\n\n{% if product_review_data.status == \'D\' %}\n<b>{{ __(\"product_reviews.text_approval_notice\") }}</b>\n<br />\n{% endif %}\n{{ __(\"view\") }}:<br />\n<a href=\"{{ product_review_url }}\">{{ product_review_url|puny_decode }}</a>\n{{ snippet(\"footer\") }}', NULL, NULL, 'product_reviews', 1651004066, 1629143825),
(93, 'order_notification.a', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">\r\n          {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %}\r\n          {{ __(\"hello\") }}, {{ __(\"customer\") }} {% endif %}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n        <tr border=\"0\">\r\n          <td border=\"0\" align=\"center\">\r\n            <br />\r\n              {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\r\n          </td>\r\n        </tr>\r\n      </table>\r\n      <table aling=\"center\" border=\"1\" align=\"center\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                  {{ include_doc(\"order.summary\", order_info.order_id) }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"change_order_status_default_subj\", {\"[order]\": order_info.order_id, \"[status]\": order_status.description}) }}', '{{ snippet(\"header\", {\"title\": __(\"change_order_status_default_subj\", {\"[order]\": order_info.order_id, \"[status]\": order_status.description}) } ) }}\n    {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %} {{ __(\"hello\") }},  {{ __(\"customer\") }} {% endif %}\n    <br />\n    {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\n    <br />\n    <br /> {{ include_doc(\"order.summary\", order_info.order_id) }}\n  {{ snippet(\"footer\") }}', '{\"attach_order_document\":{\"type\":\"selectbox\",\"title\":\"email_template.params.attach_order_document\",\"func\":\"fn_emails_get_order_document_variants\"}}', '{\"attach_order_document\":\"\"}', '', 1651182828, 1632181786),
(94, 'order_notification.a', 'C', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"change_order_status_default_subj\", {\"[order]\": order_info.order_id, \"[status]\": order_status.description}) } ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\" bgcolor=\"#fff\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">\r\n          {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %}\r\n          {{ __(\"hello\") }}, {{ __(\"customer\") }} {% endif %}</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n  <tr border=\"0\" bgcolor=\"#fff\">\r\n    <td align=\"left\">\r\n      <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n        <tr border=\"0\" bgcolor=\"#fff\">\r\n          <td border=\"0\" align=\"center\">\r\n            <br />\r\n              {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\r\n          </td>\r\n        </tr>\r\n      </table>\r\n      <table aling=\"center\" border=\"1\" align=\"center\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                  {{ include_doc(\"order.summary\", order_info.order_id) }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ company_name }}: {{ __(\"change_order_status_default_subj\", {\"[order]\": order_info.order_id, \"[status]\": order_status.description}) }}', '{{ snippet(\"header\", {\"title\": __(\"change_order_status_default_subj\", {\"[order]\": order_info.order_id, \"[status]\": order_status.description}) } ) }}\n    {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %} {{ __(\"hello\") }},  {{ __(\"customer\") }} {% endif %}\n    <br />\n    {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\n    <br />\n    <br /> {{ include_doc(\"order.summary\", order_info.order_id) }}\n  {{ snippet(\"footer\") }}', '{\"attach_order_document\":{\"type\":\"selectbox\",\"title\":\"email_template.params.attach_order_document\",\"func\":\"fn_emails_get_order_document_variants\"}}', '{\"attach_order_document\":\"\"}', '', 1651182144, 1632181786),
(95, 'suppliers_notification.a', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\"> {{ __(\"dear_sirs\") }},</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n    <td>\r\n      <table border=\"0\" width=\"100%\" align=\"center\">\r\n        <tr>\r\n          <td>\r\n            <table align=\"center\">\r\n              <tr><br />\r\n               <b>\r\n              {% if status_inventory == \'D\' %}\r\n                {{ __(\"supplier_email_header\") }}<br /><br />\r\n              {% endif %}\r\n              </b>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"550\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table width=\"100%\" border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n        <tr border=\"0\">\r\n          <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n            <table border=\"0\" width=\"525\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n                <td>\r\n                <b>{{ __(\"invoice\") }}:</b><br>            \r\n                {{ include_doc(\"supplier_order.invoice\", order_info.order_id, supplier) }}\r\n                <br />\r\n                {{ supplier.data.name }}<br />\r\n                {% if supplier.data.address %}{{ supplier.data.address }}, {% endif %}\r\n                                  {% if supplier.data.zipcode %}{{ supplier.data.zipcode }}, {% endif %}\r\n                                  {% if supplier.data.city %}{{ supplier.data.city }}, {% endif %}\r\n                                  {% if supplier.data.state and supplier.data.country %}{{ supplier.data.state_descr }}, {% endif %}\r\n                                  {{ supplier.data.country_descr }}<br />\r\n                {% if supplier.data.phone %}{{ __(\"phone\") }}:&nbsp;{{ supplier.data.phone }}{%if supplier.data.fax %}, {% endif %}{% endif %}{% if supplier.data.fax %}{{ __(\"fax\") }}:&nbsp;{{ supplier.data.fax }}{% endif %}.<br />\r\n                {{ __(\"email\") }}:&nbsp;{{ supplier.data.email }}\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ supplier.data.name }}: {{ __(\"order\") }} #{{ order_info.order_id }} {{ order_status.email_subj }}', '{{ snippet(\"header\") }}\n\n  {{ __(\"dear_sirs\") }},<br /><br />\n\n{% if status_inventory == \'D\' %}\n{{ __(\"supplier_email_header\") }}<br /><br />\n{% endif %}\n\n<b>{{ __(\"invoice\") }}:</b><br>\n\n{{ include_doc(\"supplier_order.invoice\", order_info.order_id, supplier) }}\n\n<br />\n{{ __(\"contact_information\") }}:<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{{ supplier.data.name }}<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{% if supplier.data.address %}{{ supplier.data.address }}, {% endif %}\n                  {% if supplier.data.zipcode %}{{ supplier.data.zipcode }}, {% endif %}\n                  {% if supplier.data.city %}{{ supplier.data.city }}, {% endif %}\n                  {% if supplier.data.state and supplier.data.country %}{{ supplier.data.state_descr }}, {% endif %}\n                  {{ supplier.data.country_descr }}<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{% if supplier.data.phone %}{{ __(\"phone\") }}:&nbsp;{{ supplier.data.phone }}{%if supplier.data.fax %}, {% endif %}{% endif %}{% if supplier.data.fax %}{{ __(\"fax\") }}:&nbsp;{{ supplier.data.fax }}{% endif %}.<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{{ __(\"email\") }}:&nbsp;{{ supplier.data.email }}\n\n{{ snippet(\"footer\") }}', NULL, NULL, 'suppliers', 1651183660, 1632181786),
(96, 'new_vendor_notification', 'A', 'A', NULL, '{{ snippet(\"header\", {\"title\": __(\"update_profile_notification_header\")} ) }}\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\r\n  <tr border=\"0\">\r\n    <td border=\"0\" align=\"center\">\r\n      <br />\r\n      <br />\r\n      <b>\r\n        <font color=\"#017dc7\" size=\"3\">Olá,</font>\r\n      </b>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n      <td>\r\n\r\n        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n        <tr border=\"0\">\r\n          <td border=\"0\" align=\"center\">\r\n            <br />\r\n            {{ __(\"vendor_candidate_notification\", {\"[href]\": company_update_url}) }}\r\n          </td>\r\n        </tr>\r\n\r\n      </td>\r\n  </tr>\r\n</table>\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"550\">\r\n  <tr border=\"0\">\r\n    <td align=\"left\">\r\n      <table width=\"100%\" border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n          <tr border=\"0\">\r\n            <td border=\"1\" style=\"-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border-color: rgb(217 217 217);\">\r\n              <table border=\"0\" width=\"525\" align=\"center\" style=\"padding: 8px;\">\r\n              <tr>\r\n              <td class=\"form-field-caption\" nowrap><b>{{ __(\"company_name\") }}:</b>&nbsp;{{ company.company }}</td>\r\n          </tr>\r\n      \r\n          {% if company.company_description %}\r\n          <tr>\r\n              <td class=\"form-field-caption\" nowrap><b>{{ __(\"description\") }}:</b>&nbsp;{{ company.company_description }}</td>\r\n          </tr>\r\n          {% endif %}\r\n      \r\n          {% if company.request_account_name %}\r\n          <tr>\r\n              <td class=\"form-field-caption\" nowrap><b>{{ __(\"account_name\") }}:</b>&nbsp;{{ company.request_account_name }}</td>\r\n          </tr>\r\n          {% endif %}\r\n      \r\n          {% if company.admin_firstname %}\r\n          <tr>\r\n              <td class=\"form-field-caption\" nowrap><b>{{ __(\"first_name\") }}:</b>&nbsp;<{{ company.admin_firstname }}</td>\r\n          </tr>\r\n          {% endif %}\r\n      \r\n          {% if company.admin_lastname %}\r\n          <tr>\r\n              <td class=\"form-field-caption\" nowrap><b>{{ __(\"last_name\") }}:</b>&nbsp;{{ company.admin_lastname }}</td>\r\n          </tr>\r\n          {% endif %}\r\n      \r\n          <tr>\r\n              <td class=\"form-field-caption\" nowrap><b>{{ __(\"email\") }}:</b>&nbsp;{{ company.email }}</td>\r\n          </tr>\r\n          <tr>\r\n              <td class=\"form-field-caption\" nowrap><b>{{ __(\"phone\") }}:</b>&nbsp;<bdi>{{ company.phone }}</bdi></td>\r\n          </tr>\r\n          <tr>\r\n      \r\n          {% if company.url %}\r\n              <td class=\"form-field-caption\" nowrap><b>{{ __(\"url\") }}:</b>&nbsp;<{{ company.url }}</td>\r\n          </tr>\r\n          {% endif %}\r\n      \r\n          <tr>\r\n              <td class=\"form-field-caption\" nowrap><b>{{ __(\"address\") }}:</b>&nbsp;</td>\r\n              <td>{{ company.address }}</td>\r\n          </tr>\r\n          <tr>\r\n              <td class=\"form-field-caption\" nowrap><b>{{ __(\"city\") }}:</b>&nbsp;<{{ company.city }}</td>\r\n          </tr>\r\n          <tr>\r\n              <td class=\"form-field-caption\" nowrap><b>{{ __(\"country\") }}:</b>&nbsp;{{ company.country }}</td>\r\n          </tr>\r\n          <tr>\r\n              <td class=\"form-field-caption\" nowrap><b>{{ __(\"state\") }}:</b>&nbsp;{{ company.state }}</td>\r\n          </tr>\r\n          <tr>\r\n              <td class=\"form-field-caption\" nowrap><b>{{ __(\"zip_postal_code\") }}:</b>&nbsp;\r\n              {{ company.zipcode }}\r\n             </td>\r\n          </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n<br />\r\n<br />\r\n{{ snippet(\"footer\") }}', '{{ __(\"event.new_vendor_notification.title\") }}', '{{ snippet(\"header\") }}\n\n{{ __(\"new_vendor_notification\", {\"[href]\": company_update_url}) }}\n\n<br/><br/>\n\n<table>\n    <tr>\n        <td class=\"form-field-caption\" nowrap>{{ __(\"company_name\") }}:&nbsp;</td>\n        <td>{{ company.company }}</td>\n    </tr>\n\n    {% if company.company_description %}\n    <tr>\n        <td class=\"form-field-caption\" nowrap>{{ __(\"description\") }}:&nbsp;</td>\n        <td>{{ company.company_description }}</td>\n    </tr>\n    {% endif %}\n\n    {% if company.request_account_name %}\n    <tr>\n        <td class=\"form-field-caption\" nowrap>{{ __(\"account_name\") }}:&nbsp;</td>\n        <td>{{ company.request_account_name }}</td>\n    </tr>\n    {% endif %}\n\n    {% if company.admin_firstname %}\n    <tr>\n        <td class=\"form-field-caption\" nowrap>{{ __(\"first_name\") }}:&nbsp;</td>\n        <td>{{ company.admin_firstname }}</td>\n    </tr>\n    {% endif %}\n\n    {% if company.admin_lastname %}\n    <tr>\n        <td class=\"form-field-caption\" nowrap>{{ __(\"last_name\") }}:&nbsp;</td>\n        <td>{{ company.admin_lastname }}</td>\n    </tr>\n    {% endif %}\n\n    <tr>\n        <td class=\"form-field-caption\" nowrap>{{ __(\"email\") }}:&nbsp;</td>\n        <td>{{ company.email }}</td>\n    </tr>\n    <tr>\n        <td class=\"form-field-caption\" nowrap>{{ __(\"phone\") }}:&nbsp;</td>\n        <td><bdi>{{ company.phone }}</bdi></td>\n    </tr>\n    <tr>\n\n    {% if company.url %}\n        <td class=\"form-field-caption\" nowrap>{{ __(\"url\") }}:&nbsp;</td>\n        <td >{{ company.url }}</td>\n    </tr>\n    {% endif %}\n\n    <tr>\n        <td class=\"form-field-caption\" nowrap>{{ __(\"address\") }}:&nbsp;</td>\n        <td>{{ company.address }}</td>\n    </tr>\n    <tr>\n        <td class=\"form-field-caption\" nowrap>{{ __(\"city\") }}:&nbsp;</td>\n        <td>{{ company.city }}</td>\n    </tr>\n    <tr>\n        <td class=\"form-field-caption\" nowrap>{{ __(\"country\") }}:&nbsp;</td>\n        <td>{{ company.country }}</td>\n    </tr>\n    <tr>\n        <td class=\"form-field-caption\" nowrap>{{ __(\"state\") }}:&nbsp;</td>\n        <td>{{ company.state }}</td>\n    </tr>\n    <tr>\n        <td class=\"form-field-caption\" nowrap>{{ __(\"zip_postal_code\") }}:&nbsp;</td>\n        <td >{{ company.zipcode }}</td>\n    </tr>\n</table>\n\n{{ snippet(\"footer\") }}', NULL, NULL, '', 1651183057, 0),
(97, 'order_notification.e', 'A', 'A', NULL, NULL, '{{ company_name }}: {{ __(\"change_order_status_default_subj\", {\"[order]\": order_info.order_id, \"[status]\": order_status.description}) }}', '{{ snippet(\"header\", {\"title\": __(\"change_order_status_default_subj\", {\"[order]\": order_info.order_id, \"[status]\": order_status.description}) } ) }}\n    {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %} {{ __(\"hello\") }},  {{ __(\"customer\") }} {% endif %}\n    <br />\n    {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\n    <br />\n    <br /> {{ include_doc(\"order.summary\", order_info.order_id) }}\n  {{ snippet(\"footer\") }}', '{\"attach_order_document\":{\"type\":\"selectbox\",\"title\":\"email_template.params.attach_order_document\",\"func\":\"fn_emails_get_order_document_variants\"}}', '{\"attach_order_document\":\"\"}', '', 1654871356, 1654871356),
(98, 'order_notification.e', 'C', 'A', NULL, NULL, '{{ company_name }}: {{ __(\"change_order_status_default_subj\", {\"[order]\": order_info.order_id, \"[status]\": order_status.description}) }}', '{{ snippet(\"header\", {\"title\": __(\"change_order_status_default_subj\", {\"[order]\": order_info.order_id, \"[status]\": order_status.description}) } ) }}\n    {% if order_info.firstname %}{{__(\"hello_name\", {\"[name]\" : order_info.firstname})}} {% else %} {{ __(\"hello\") }},  {{ __(\"customer\") }} {% endif %}\n    <br />\n    {{ __(\"change_order_status_default_text\", {\"[status]\": order_status.description}) }}\n    <br />\n    <br /> {{ include_doc(\"order.summary\", order_info.order_id) }}\n  {{ snippet(\"footer\") }}', '{\"attach_order_document\":{\"type\":\"selectbox\",\"title\":\"email_template.params.attach_order_document\",\"func\":\"fn_emails_get_order_document_variants\"}}', '{\"attach_order_document\":\"\"}', '', 1654871356, 1654871356),
(99, 'suppliers_notification.e', 'A', 'A', NULL, NULL, '{{ supplier.data.name }}: {{ __(\"order\") }} #{{ order_info.order_id }} {{ order_status.email_subj }}', '{{ snippet(\"header\") }}\n\n  {{ __(\"dear_sirs\") }},<br /><br />\n\n{% if status_inventory == \'D\' %}\n{{ __(\"supplier_email_header\") }}<br /><br />\n{% endif %}\n\n<b>{{ __(\"invoice\") }}:</b><br>\n\n{{ include_doc(\"supplier_order.invoice\", order_info.order_id, supplier) }}\n\n<br />\n{{ __(\"contact_information\") }}:<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{{ supplier.data.name }}<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{% if supplier.data.address %}{{ supplier.data.address }}, {% endif %}\n                  {% if supplier.data.zipcode %}{{ supplier.data.zipcode }}, {% endif %}\n                  {% if supplier.data.city %}{{ supplier.data.city }}, {% endif %}\n                  {% if supplier.data.state and supplier.data.country %}{{ supplier.data.state_descr }}, {% endif %}\n                  {{ supplier.data.country_descr }}<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{% if supplier.data.phone %}{{ __(\"phone\") }}:&nbsp;{{ supplier.data.phone }}{%if supplier.data.fax %}, {% endif %}{% endif %}{% if supplier.data.fax %}{{ __(\"fax\") }}:&nbsp;{{ supplier.data.fax }}{% endif %}.<br />\n<span style=\"margin-left:20px;\">&nbsp;</span>{{ __(\"email\") }}:&nbsp;{{ supplier.data.email }}\n\n{{ snippet(\"footer\") }}', NULL, NULL, 'suppliers', 1654871356, 1654871356);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_template_internal_notifications`
--

CREATE TABLE `partiushop_template_internal_notifications` (
  `template_id` int(11) UNSIGNED NOT NULL,
  `code` varchar(128) NOT NULL,
  `area` char(1) NOT NULL DEFAULT 'C',
  `status` char(1) NOT NULL DEFAULT 'A',
  `subject` text DEFAULT NULL,
  `template` text DEFAULT NULL,
  `default_subject` text DEFAULT NULL,
  `default_template` text DEFAULT NULL,
  `params_schema` text DEFAULT NULL,
  `params` text DEFAULT NULL,
  `addon` varchar(32) NOT NULL DEFAULT '',
  `updated` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `created` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_template_internal_notifications`
--

INSERT INTO `partiushop_template_internal_notifications` (`template_id`, `code`, `area`, `status`, `subject`, `template`, `default_subject`, `default_template`, `params_schema`, `params`, `addon`, `updated`, `created`) VALUES
(1, 'vendor_communication_message_received', 'A', 'A', NULL, NULL, '{% if is_vendor_to_admin %}{{ __(\"vendor_communication.subject_email\", {\"[message_from]\": message_author}) }}{% else %}{{ __(\"vendor_communication.new_message.title\", {\"[customer]\": message_author, \"[company_name]\": company_name}) }}{% endif %}', '{{ __(\"vendor_communication.new_message.message\") }}', NULL, NULL, 'vendor_communication', 1586347361, 1586347361),
(2, 'vendor_data_premoderation_product_approved', 'A', 'A', NULL, NULL, '{{ __(\"vendor_data_premoderation.notification.approved.title\", {0: products_count}) }}', '{{ __(\"vendor_data_premoderation.notification.approved.message\", {\n    0: products_count, \n    \"[product]\": product_name\n}) }}', NULL, NULL, 'vendor_data_premoderation', 1586347361, 1586347361),
(3, 'vendor_data_premoderation_product_disapproved', 'A', 'A', NULL, NULL, '{{ __(\"vendor_data_premoderation.notification.disapproved.title\", {0: products_count}) }}', '{{ __(\"vendor_data_premoderation.notification.disapproved.message\", {\n    0: products_count, \n    \"[product]\": product_name\n}) }}', NULL, NULL, 'vendor_data_premoderation', 1586347361, 1586347361),
(4, 'vendor_debt_payout_negative_balance_reached', 'A', 'A', NULL, NULL, '{% if date %} {{ __(\"vendor_debt_payout.negative_balance_reached.subject\") }} {% else %} {{ __(\"vendor_debt_payout.suspended_status_reached.subject\") }} {% endif %}', '{% if date %} {{ __(\"vendor_debt_payout.negative_balance_reached.message\", {\"[amount]\": amount, \"[date]\": date}) }} {% else %} {{ __(\"vendor_debt_payout.suspended_status_reached.message\", {\"[amount]\": amount, \"[vendor_plan_lowers_allowed_balance]\": vendor_plan_lowers_allowed_balance}) }} {% endif %}', NULL, NULL, 'vendor_debt_payout', 0, 0),
(5, 'vendor_debt_payout_internal_admin_notification_vendor_status_changed_to_disabled', 'A', 'A', NULL, NULL, '{{ __(\"vendor_debt_payout.vendor_status_changed.subject\", {\"[vendor_name]\": vendor_name, \"[status]\": status_to}) }}', '{{ __(\"vendor_debt_payout.vendor_status_changed.reason\", {\"[amount]\": amount, \"[date]\": date}) }}', NULL, NULL, 'vendor_debt_payout', 0, 0),
(6, 'vendor_debt_payout_internal_admin_notification_vendor_status_changed_to_suspended', 'A', 'A', NULL, NULL, '{{ __(\"vendor_debt_payout.vendor_status_changed.subject\", {\"[vendor_name]\": vendor_name, \"[status]\": status_to}) }}', '{{ __(\"vendor_debt_payout.vendor_status_changed.reason\", {\"[amount]\": amount, \"[date]\": date}) }}', NULL, NULL, 'vendor_debt_payout', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_template_snippets`
--

CREATE TABLE `partiushop_template_snippets` (
  `snippet_id` int(11) UNSIGNED NOT NULL,
  `code` varchar(128) NOT NULL DEFAULT '',
  `type` varchar(32) NOT NULL DEFAULT '',
  `template` text DEFAULT NULL,
  `default_template` text DEFAULT NULL,
  `status` char(1) NOT NULL DEFAULT '',
  `params` text DEFAULT NULL,
  `handler` text DEFAULT NULL,
  `addon` varchar(32) NOT NULL DEFAULT '',
  `updated` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `created` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_template_snippets`
--

INSERT INTO `partiushop_template_snippets` (`snippet_id`, `code`, `type`, `template`, `default_template`, `status`, `params`, `handler`, `addon`, `updated`, `created`) VALUES
(1, 'footer', 'mail', '    </td>\r\n  </tr>\r\n</table>\r\n<table cellpadding=\"0\" cellspacing=\"0\" aling=\"center\" width=\"100%\" border=\"0\" height=\"60\" style=\"min-width: 600px\">\r\n  <tr border=\"0\">\r\n    <td style=\"border-radius: 16px;\">\r\n      <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" align=\"center\" height=\"100%\">\r\n        <tr>\r\n          <td>\r\n            <table width=\"100%\" align=\"center\">\r\n              <tr>\r\n                <td>\r\n                  <table width=\"100%\" align=\"center\">\r\n                    <tr bgcolor=\"#017dc7\" style=\"border-radius: 16px;\">\r\n                      <td style=\"border-radius: 16px;\">\r\n                        <p></p>\r\n                        <table width=\"50%\" align=\"left\" style=\"padding-left: 15px;\" class=\"prt1\">\r\n                        <tr>\r\n                          <td align=\"center\">\r\n                            <font color=\"#fff\" size=\"3\">\r\n                              <b>{{ __(\"contact_information\") }}</b>\r\n                            </font>\r\n                          </td>\r\n                          <tr>\r\n                            <td align=\"center\" style=\"color: #fff;\">\r\n                              <p></p>\r\n                              Precisa de ajuda?\r\n                                <b>\r\n                                  <a style=\"color: #fff;\" href=\"http://partiushop.com.br/contact-form/\">\r\n                                    Entre em contato com nossa equipe de assistência.\r\n                                  </a>\r\n                                </b>\r\n                            </td>\r\n                          </tr>\r\n                        </tr>\r\n                        <p></p>\r\n                      </table>\r\n                      <table width=\"50%\" align=\"right\" class=\"prt2\">\r\n                        <tr>\r\n                          <td>\r\n                            <table align=\"center\">\r\n                              <tr>\r\n                                <td>\r\n                                  <font color=\"#fff\" size=\"3\">\r\n                                    <b>Nossas mídias sociais!</b>\r\n                                  </font>\r\n                                </td>\r\n                              </tr>\r\n                              <tr>\r\n                                <td>\r\n                                  <table cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n                                    <tr>\r\n                                      <td>\r\n                                        <a href=\"http://www.facebook.com\"><img width=\"30\" height=\"30\" src=\"design/themes/responsive/mail/media/images/social/facebook.png\"></a>\r\n                                      </td>\r\n                                      <td style=\"padding-left: 20px;\">\r\n                                        <a href=\"https://twitter.com\"><img width=\"30\" height=\"30\" src=\"design/themes/responsive/mail/media/images/social/twitter.png\"></a>\r\n                                      </td>\r\n                                    </tr>\r\n                                  </table>\r\n                                </td>\r\n                              </tr>\r\n                            </table>\r\n                          </td>\r\n                        </tr>\r\n                      </table>\r\n                      {% if company_data.company_name %}\r\n                      <p></p>\r\n                      <table class=\"copyright\" width=\"100%\" align=\"center\" style=\"padding-left: 15px;\">\r\n                          <tr>        \r\n                              <td>\r\n                              <br />\r\n                                <font color=\"#fff\">&copy;&nbsp;{{ company_data.company_name }}</font>\r\n                              </td>\r\n                              <td align=\"right\">\r\n                              <br />\r\n                                <font color=\"#fff\" style=\"padding-right: 15px;\">{{ __(\"customer_text_letter_footer\") }}</font>\r\n                              </td>\r\n                          </tr>\r\n                      </table>\r\n                      <p></p>\r\n                      {% endif %}\r\n                      </td>\r\n                    </tr>\r\n                  </table>\r\n                </td>\r\n              </tr>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n      <p></p>\r\n    </td>\r\n  </tr>\r\n</table>\r\n</body>\r\n</html>\r\n', '</td>\n\n</tr>\n\n<tr class=\"message-footer\">\n<td>\n<table class=\"info ty-email-footer-left-part\" width=\"250\" align=\"left\">\n  <tr>\n    <th class=\"footer-contact__title ty-email-footer\" style=\"text-align: center;\">\n      {{ __(\"contact_information\") }}\n    </th>\n  </tr>\n  <tr>\n    <td class=\"ty-email-footer\" style=\"text-align: center;\">\n      <address>{{ company_data.company_address }}, {{ company_data.company_city }}</address>\n    </td>\n  </tr>\n</table>\n\n<table class=\"info ty-email-footer-right-part\" width=\"250\" align=\"right\">\n  <tr>\n    <th class=\"footer-social__title ty-email-footer\" style=\"text-align: center;\">\n      {{ __(\"get_social\") }}\n    </th>\n  </tr>\n  <tr>\n    <td class=\"ty-email-footer-social-buttons footer-social\">\n      <table cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\n        <tr>\n          <td>\n            <a href=\"http://www.facebook.com\"><img width=\"30\" height=\"30\" src=\"design/themes/responsive/mail/media/images/social/facebook.png\"></a>\n          </td>\n          <td>\n            <a href=\"https://twitter.com\"><img width=\"30\" height=\"30\" src=\"design/themes/responsive/mail/media/images/social/twitter.png\"></a>\n          </td>\n        </tr>\n      </table>\n    </td>\n  </tr>\n</table>\n</td>\n</tr>\n{% if company_data.company_name %}\n<tr class=\"message-copyright\">\n<td>\n<table class=\"copyright\" width=\"100%\">\n<tr>\n  <td>\n    &copy;&nbsp;{{ company_data.company_name }}\n  </td>\n  <td align=\"right\">\n    {{ __(\"customer_text_letter_footer\") }}\n  </td>\n</tr>\n</table>\n</td>\n</tr>\n{% endif %}\n</table>\n<!-- content-wrapper -->\n</td>\n</tr>\n</table>\n<!-- main-wrapper -->\n</body>\n</html>', 'A', NULL, NULL, '', 1651513289, 1586347356),
(2, 'header', 'mail', '<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n\r\n<head>\r\n  <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\r\n  <title>{{ company_name }}: Message title</title>\r\n  <style type=\"text/css\">\r\n    #outlook a {\r\n      padding: 0;\r\n    }\r\n\r\n    body {\r\n      width: 100% !important;\r\n      -webkit-text-size-adjust: 100%;\r\n      -ms-text-size-adjust: 100%;\r\n      margin: 0;\r\n      padding: 0;\r\n    }\r\n\r\n    img {\r\n      outline: none;\r\n      text-decoration: none;\r\n      -ms-interpolation-mode: bicubic;\r\n    }\r\n\r\n    a {\r\n      outline: none;\r\n    }\r\n\r\n    a img {\r\n      border: none;\r\n    }\r\n\r\n    .image_fix {\r\n      display: block;\r\n    }\r\n  </style>\r\n</head>\r\n\r\n<body>\r\n    <style>\r\n      @media only screen and (max-device-width: 480px){\r\n        .content-wrapper{\r\n            width: 100% !important;\r\n            border: 3px solid #ccc !important; \r\n        }\r\n        table[width]{\r\n            width: 100%! important;\r\n        }\r\n      }\r\n\r\n      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {}\r\n\r\n      @media only screen and (-webkit-min-device-pixel-ratio: 2) {}\r\n\r\n      @media only screen and (-webkit-device-pixel-ratio:.75) {}\r\n\r\n      @media only screen and (-webkit-device-pixel-ratio:1) {}\r\n\r\n      @media only screen and (-webkit-device-pixel-ratio:1.5) {}\r\n    </style>\r\n\r\n    <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" border=\"0\" height=\"60\" style=\"min-width: 600px\">\r\n        <tr border=\"0\"> \r\n            <td border=\"0\">\r\n                <table cellpadding=\"0\" cellspacing=\"0\" width=\"600px\" border=\"0\" height=\"60\" style=\"min-width: 600px\">\r\n                  <tr bgcolor=\"#ecf0f1\" border=\"0\"> \r\n                      <td border=\"0\" style=\"border-radius: 16px;\">\r\n                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"550\" align=\"center\" height=\"100%\">\r\n                              <tr border=\"0\">\r\n                                  <td>\r\n                                      <a href=\"{{ storefront_data.url }}\">\r\n                                          <img  src=\"{{logos.mail.image.image_path}}\" alt=\"{{ company_data.company_name }}\" width=\"{{logos.mail.image.image_x}}\" height=\"{{logos.mail.image.image_y}}\" />\r\n                                      </a>      \r\n                                  </td>\r\n                              </tr>\r\n                        </table>\r\n                      </td>\r\n                  </tr>\r\n              </table>\r\n            </td>\r\n        </tr>\r\n    </table>\r\n    <table width=\"100%\" align=\"center\">\r\n      <tr>\r\n        <td>', '<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head>\n  <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n  <title>{{ company_name }}: Message title</title>\n  <style type=\"text/css\">\n    #outlook a {\n      padding: 0;\n    }\n\n    body {\n      width: 100% !important;\n      -webkit-text-size-adjust: 100%;\n      -ms-text-size-adjust: 100%;\n      margin: 0;\n      padding: 0;\n    }\n\n    img {\n      outline: none;\n      text-decoration: none;\n      -ms-interpolation-mode: bicubic;\n    }\n\n    a {\n      outline: none;\n    }\n\n    a img {\n      border: none;\n    }\n\n    .image_fix {\n      display: block;\n    }\n\n    .message-header > td {\n      padding: 10px 30px 20px 30px;\n    }\n\n    .message-header__title {\n      background-color: {% if styles.links %}{{styles.links}}{% else %}#999{% endif %}\n    }\n\n    .message-header__title > td {\n      padding: 20px 30px;\n    }\n\n    .message-header__title h1 {\n      font-size: 20px;\n      text-transform: uppercase;\n      font-weight: 400;\n      color: #Fff;\n    }\n\n    .message-title > td,\n    .message-body > td {\n      padding: 30px;\n    }\n\n    .message-footer > td {\n      padding: 20px 30px;\n      background-color: #757f83;\n    }\n\n    .message-copyright > td {\n      padding: 0px 30px 10px;\n    }\n\n    .message-header td,\n    .message-title td,\n    .message-body th, .message-body td,\n    .message-footer th, .message-footer td,\n    .message-copyright th, .message-copyright td {\n      color: {{styles.font}};\n      font-size: {{styles.body_font_size}};\n      font-family: {{styles.body_font}},Helvetica,Arial,sans-serif;\n    }\n\n    .message-footer {\n      border-top: 1px solid {{styles.base}}\n    }\n\n    .message-body table th,\n    .message-footer table th {\n      text-transform: uppercase;\n      border-bottom: 1px solid {{styles.base}};\n      text-align: left;\n    }\n\n    .message-body table td,\n    .message-footer table td {\n      padding: 5px;\n    }\n\n    .message-footer table th{\n        border: none;\n    }\n\n    .message-footer td {\n      color: #fff;\n    }\n\n    .footer-contact__title {\n      margin: 0px;\n      text-transform: uppercase;\n      font-size: 16px !important;\n      font-weight: 600;\n      color: #fff !important;\n    }\n\n    .footer-social__title {\n      margin: 0px;\n      text-transform: uppercase;\n      font-size: 16px !important;\n      font-weight: 600;\n      color: #fff !important;\n    }\n\n    .message-footer table td.footer-social td {\n      padding: 0px;\n      padding-right: 10px;\n    }\n\n    .email-preview{\n      display:none;\n      font-size:1px;\n      color:#333333;\n      line-height:1px;\n      max-height:0px;\n      max-width:0px;\n      opacity:0;\n      overflow:hidden;\n    }\n\n    .with-subline {\n      color: {{styles.font}};\n      text-transform: uppercase;\n      font-weight: 700;\n      font-size: 1em;\n      padding-bottom: 10px;\n      border-bottom: 1px solid #D4D4D4;\n    }\n\n    p {\n      margin: 1em 0;\n    }\n\n    h1,h2,h3,h4,h5,h6 {\n      color: {{styles.font}};\n    }\n\n    h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {\n      color: {{styles.links}};\n    }\n\n    h1 a:active,h2 a:active,h3 a:active,h4 a:active,h5 a:active,h6 a:active {\n      color: red;\n    }\n\n    h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited {\n      color: purple;\n    }\n\n    table td,\n    table th {\n      border-collapse: collapse;\n    }\n\n    table {\n      border-collapse: collapse;\n      mso-table-lspace: 0pt;\n      mso-table-rspace: 0pt;\n    }\n\n    address {\n      margin: 0px;\n    }\n\n    .content-wrapper {\n      border: 1px solid {{ styles.base }};\n      background-color: {{ styles.general_bg_color }};\n    }\n\n    .copyright td {\n      padding: 10px 0 0 0;\n      padding-bottom: 0 !important;\n    }\n\n    a {\n      color: {{styles.links}};\n    }\n\n    {% if language_direction == \"rtl\" %}\n\n    .ty-email-footer {\n      text-align: center !important;\n    }\n\n    .ty-email-footer-social-buttons {\n      text-align: center !important;\n    }\n\n    .ty-email-footer-right-part {\n      text-align: center !important;\n      float: left !important;\n    }\n\n    .ty-email-footer-left-part {\n      text-align: center !important;\n      float: right !important;\n    }\n\n    {% endif %}\n\n  </style>\n</head>\n\n<body>\n    <style>\n\n      @media only screen and (max-device-width: 480px){\n        .content-wrapper{width: 100% !important;border: 3px solid #ccc !important; }\n\n        table[width]{\n          width: 100%! important;\n        }\n\n        .message-header > td,\n        .message-title > td,\n        .message-body > td,\n        .message-footer > td,\n        .message-copyright > td {\n          padding: 10px !important;\n        }\n\n        .message-header td,\n        .message-title td,\n        .message-body th, .message-body td,\n        .message-footer th, .message-footer td,\n        .message-copyright th, .message-copyright td {\n          font-size: 16px !important;\n        }\n      }\n\n      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {}\n\n      @media only screen and (-webkit-min-device-pixel-ratio: 2) {}\n\n      @media only screen and (-webkit-device-pixel-ratio:.75) {}\n\n      @media only screen and (-webkit-device-pixel-ratio:1) {}\n\n      @media only screen and (-webkit-device-pixel-ratio:1.5) {}\n    </style>\n  <!-- Targeting Windows Mobile -->\n  <!--[if IEMobile 7]>\n  <style type=\"text/css\">\n\n  </style>\n  <![endif]-->\n\n  <!--[if gte mso 9]>\n    <style>\n        /* Target Outlook 2007 and 2010 */\n    </style>\n  <![endif]-->\n  <table class=\"main-wrapper\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" bgcolor=\"{{ styles.base }}\" style=\"background-color: {{ styles.base }}\" dir=\"{{ language_direction }}\">\n    <tr>\n      <td style=\"padding: 40px 10px 40px 10px;\">\n        <table class=\"content-wrapper\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"600\">\n          <tr class=\"message-header\">\n            <td>\n              <table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                <tr>\n                  <td><a href=\"{{ storefront_data.url }}\"><img src=\"{{logos.mail.image.image_path}}\" alt=\"{{ company_data.company_name }}\" width=\"{{logos.mail.image.image_x}}\" height=\"{{logos.mail.image.image_y}}\" /></a></td>\n                </tr>\n              </table>\n            </td>\n          </tr>\n          {% if title %}\n          <tr class=\"message-header__title\">\n            <td>\n              <h1>{{title}}</h1>\n            </td>\n          </tr>\n          {% endif %}\n\n          <tr class=\"message-body\">\n\n<td>', 'A', NULL, NULL, '', 1652124734, 1586347356),
(3, 'bill_to', 'order_invoice', NULL, '\n        {% if u.b_firstname or u.b_lastname or u.b_address or u.b_address_2 or u.b_city or u.b_state_descr or u.b_zipcode %}\n        <h2 style=\"margin: 0px; font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #444444; text-transform: uppercase; padding-bottom: 20px; border-bottom: 3px solid #e8e8e8; margin-bottom: 20px;\">{{__(\"bill_to\")}}</h2>\n        <p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n            <strong>{{u.b_firstname}} {{u.b_lastname}}</strong>\n        </p>\n        <p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n            {{u.b_address}} <br>{{u.b_address_2}}\n        </p>\n        <p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n            {{u.b_city}}, {{u.b_state_descr}} {{u.b_zipcode}}\n        </p>\n        <p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n            {{u.b_country_descr}}\n        </p>\n        <p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n            <bdi>{{u.b_phone}}</bdi>\n        </p>\n        {% endif %}\n', 'A', NULL, NULL, '', 1586347356, 1586347356),
(4, 'company_address', 'order_invoice', NULL, '{% set parts = [c.city] %}\n{% if c.state_descr %}\n    <p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">{% set parts = parts|merge([c.state_descr]) %}</p>\n{% endif %}\n\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">{{ c.address }}</p>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">{{ parts|join(\', \') }} {{ c.zipcode }}</p>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">{{ c.country_descr }} </p>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\"><bdi>{{ c.phone }} </bdi></p>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">{{ c.users_department }} </p>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">{{ c.website }} </p>\n', 'A', NULL, NULL, '', 1586347356, 1586347356),
(5, 'products_table', 'order_invoice', NULL, '{% if products_table.rows %}\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"border-top: 3px solid #444; color: #444;  text-transofrm: uppercase; border-collapse: separate; font-family: Helvetica, Arial, sans-serif;\">\n    <tbody>\n        <tr style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif; font-weight: 600; text-transform: uppercase; text-align: center; vertical-aling: top;\">\n            {% for  header in products_table.headers %}\n                <td style=\"padding:10px; font-family: Helvetica, Arial, sans-serif;\">{{ header }}</td>\n            {% endfor %}\n        </tr>\n        {% for  row in products_table.rows %}\n            <tr style=\"font-size: 14px; font-family: Helvetica, Arial, sans-serif; font-weight: 400; text-transform: uppercase; text-align: center; vertical-aling: middle;\">\n                {% for  column in row %}\n                    <td style=\"padding:10px 0px; border-bottom: 1px solid #ebebeb; font-family: Helvetica, Arial, sans-serif;\">{{ column }}</td>\n                {% endfor %}\n            </tr>\n        {% endfor %}\n    </tbody>\n</table>\n{% endif %}', 'A', '{\"used_table\":\"1\",\"variable_schema\":\"order_products_table\"}', '\"fn_snippet_init_order_product_table_variable\"', '', 1586347356, 1586347356),
(6, 'ship_to', 'order_invoice', NULL, '<h2 style=\"margin: 0px; font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #444444; text-transform: uppercase; padding-bottom: 20px; border-bottom: 3px solid #e8e8e8; margin-bottom: 20px;\">{{__(\"ship_to\")}}</h2>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n    {% if u.s_firstname %}\n        <strong>{{u.s_firstname}} {{u.s_lastname}}</strong>\n    {% else %}\n        <strong>{{u.firstname}} {{u.lastname}}</strong>\n    {% endif %}\n</p>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n    {{u.s_address}} <br>{{u.s_address_2}}\n</p>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n    {{u.s_city}}, {{u.s_state_descr}} {{u.s_zipcode}}\n</p>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n    {{u.s_country_descr}}\n</p>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n    {% if u.s_phone %}\n        <bdi>{{u.s_phone}}</bdi>\n    {% else %}\n        <bdi>{{u.phone}}</bdi>\n    {% endif %}\n</p>', 'A', NULL, NULL, '', 1586347356, 1586347356),
(7, 'pickup_point', 'order_invoice', NULL, '<h2 style=\"margin: 0px; font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #444444; text-transform: uppercase; padding-bottom: 20px; border-bottom: 3px solid #e8e8e8; margin-bottom: 20px;\">{{__(\"ship_to\")}}</h2>\n{% if pickup_point.name %}\n    <p style=\"margin: 0px; font-size:14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px;\">\n        <strong>{{ pickup_point.name }}</strong>\n    </p>\n{% endif %}\n{% if pickup_point.full_address %}\n    <p style=\"margin: 0px; font-size:14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px;\">\n        {{ pickup_point.full_address }}\n    </p>\n{% endif %}\n{% if pickup_point.phone %}\n    <p style=\"margin: 0px; font-size:14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px;\">\n        <strong>{{ __(\"phone\") }}:</strong>\n        {{ pickup_point.phone }}\n    </p>\n{% endif %}\n{% if pickup_point.open_hours %}\n    <p style=\"margin: 0px; font-size:14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px;\">\n        <strong>{{ __(\"open_hours\") }}:</strong><br/>\n        {{ pickup_point.open_hours }}\n    </p>\n{% endif %}\n{% if pickup_point.description %}\n    <p style=\"margin: 0px; font-size:14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px;\">\n        <strong>{{ __(\"description\") }}:</strong><br/>\n        {{ pickup_point.description }}\n    </p>\n{% endif %}', 'A', NULL, NULL, '', 1586347356, 1586347356),
(8, 'products_table', 'order_summary', NULL, '{% if products_table.rows %}\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"border-top: 3px solid #444; color: #444;  text-transofrm: uppercase; border-collapse: separate; font-family: Helvetica, Arial, sans-serif;\">\n    <tbody>\n        <tr style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif; font-weight: 600; text-transform: uppercase; text-align: center; vertical-aling: top;\">\n            {% for  header in products_table.headers %}\n                <td style=\"padding:10px; font-family: Helvetica, Arial, sans-serif;\">{{ header }}</td>\n            {% endfor %}\n        </tr>\n        {% for  row in products_table.rows %}\n            <tr style=\"font-size: 14px; font-family: Helvetica, Arial, sans-serif; font-weight: 400; text-transform: uppercase; text-align: center; vertical-aling: middle;\">\n                {% for  column in row %}\n                    <td style=\"padding:10px 0px; border-bottom: 1px solid #ebebeb; font-family: Helvetica, Arial, sans-serif;\">{{ column }}</td>\n                {% endfor %}\n            </tr>\n        {% endfor %}\n    </tbody>\n</table>\n{% endif %}', 'A', '{\"used_table\":\"1\",\"variable_schema\":\"order_products_table\"}', '\"fn_snippet_init_order_product_table_variable\"', '', 1652209317, 1586347356),
(9, 'ship_to', 'order_summary', NULL, '<h2 style=\"margin: 0px; font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #444444; text-transform: uppercase; margin-bottom: 15px; line-height: 1.5em; \">{{__(\"ship_to\")}}</h2>\n    <p style=\"margin: 0px; font-size:14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px;\">\n        <strong>{{u.firstname}} {{u.lastname}}</strong>\n    </p>\n    <p style=\"margin: 0px; font-size:14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px;\">\n        {{u.s_address}} <br>{{u.s_address_2}}\n    </p>\n    <p style=\"margin: 0px; font-size:14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px;\">\n        {{u.s_city}}, {{u.s_state_descr}} {{u.s_zipcode}}\n    </p>\n    <p style=\"margin: 0px; font-size:14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px;\">\n        {{u.s_country_descr}}\n    </p>\n    <p style=\"margin: 0px; font-size:14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px;\">\n        <bdi>{{u.phone}}</bdi>\n    </p>\n', 'A', NULL, NULL, '', 1652209317, 1586347357),
(10, 'pickup_point', 'order_summary', NULL, '<h2 style=\"margin: 0px; font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #444444; text-transform: uppercase; margin-bottom: 15px; line-height: 1.5em; \">{{__(\"ship_to\")}}</h2>\n{% if pickup_point.name %}\n    <p style=\"margin: 0px; font-size:14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px;\">\n        <strong>{{ pickup_point.name }}</strong>\n    </p>\n{% endif %}\n{% if pickup_point.full_address %}\n    <p style=\"margin: 0px; font-size:14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px;\">\n        {{ pickup_point.full_address }}\n    </p>\n{% endif %}\n{% if pickup_point.phone %}\n    <p style=\"margin: 0px; font-size:14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px;\">\n        <strong>{{ __(\"phone\") }}:</strong>\n        {{ pickup_point.phone }}\n    </p>\n{% endif %}\n{% if pickup_point.open_hours %}\n    <p style=\"margin: 0px; font-size:14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px;\">\n        <strong>{{ __(\"open_hours\") }}:</strong><br/>\n        {{ pickup_point.open_hours }}\n    </p>\n{% endif %}\n{% if pickup_point.description %}\n    <p style=\"margin: 0px; font-size:14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px;\">\n        <strong>{{ __(\"description\") }}:</strong><br/>\n        {{ pickup_point.description }}\n    </p>\n{% endif %}', 'A', NULL, NULL, '', 1652209317, 1586347357),
(11, 'bill_to', 'packing_slip_default', NULL, '\n    {% if u.b_firstname or u.b_lastname or u.b_address or u.b_address_2 or u.b_city or u.b_state_descr or u.b_zipcode %}\n    <h3 style=\" padding: 0px 0px 10px 1px; font-weight: 600; font-size: 15px; font-family: Helvetica, Arial, sans-serif; border-bottom: 1px solid #ededed;\">{{__(\"bill_to\")}}:</h3>\n    <p style=\"font-family: Helvetica, Arial, sans-serif;\">\n        {{u.b_firstname}} {{u.b_lastname}}\n    </p>\n    <p style=\"font-family: Helvetica, Arial, sans-serif;\">\n        {{u.b_address}} <br>{{u.b_address_2}}\n    </p>\n    <p style=\"font-family: Helvetica, Arial, sans-serif;\">\n        {{u.b_city}}, {{u.b_state_descr}} {{u.b_zipcode}}\n    </p>\n    <p style=\"font-family: Helvetica, Arial, sans-serif;\">\n        {{u.b_country_descr}}\n    </p>\n    <p style=\"font-family: Helvetica, Arial, sans-serif;\">\n        <bdi>{{u.b_phone}}</bdi>\n    </p>\n    {% endif %}\n', 'A', NULL, NULL, '', 1586347357, 1586347357),
(12, 'company_address', 'packing_slip_default', NULL, '{% set parts = [c.city] %}\n{% if c.state_descr %}\n    {% set parts = parts|merge([c.state_descr]) %}\n{% endif %}\n\n{{ c.address }} <br />\n{{ parts|join(\', \') }} {{ c.zipcode }}  <br />\n{{ c.country_descr }}', 'A', NULL, NULL, '', 1586347357, 1586347357),
(13, 'company_info', 'packing_slip_default', NULL, '<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n	<tbody>\n		{% if c.phone %}\n		<tr valign=\"top\">\n			<td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; color: #000000; padding-right: 10px; white-space: nowrap;\">{{ __(\"phone1_label\") }}:</td>\n			<td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif;\" width=\"100%\"><bdi>{{ c.phone }}</bdi></td>\n		</tr>\n		{% endif %}\n		{% if c.phone_2 %}\n		<tr valign=\"top\">\n			<td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; color: #000000; padding-right: 10px; white-space: nowrap;\">{{ __(\"phone2_label\") }}:</td>\n			<td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif;\" width=\"100%\"><bdi>{{ c.phone_2 }}</bdi></td>\n		</tr>\n		{% endif %}\n		{% if c.website %}\n		<tr valign=\"top\">\n			<td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; color: #000000; padding-right: 10px; white-space: nowrap;\">{{ __(\"web_site\") }}:</td>\n			<td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif;\" width=\"100%\">{{ c.website }}</td>\n		</tr>\n		{% endif %}\n		{% if c.orders_department %}\n		<tr valign=\"top\">\n			<td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; color: #000000; padding-right: 10px; white-space: nowrap;\">{{ __(\"email\") }}:</td>\n			<td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif;\" width=\"100%\"><a href=\"mailto:{{ c.orders_department }}\">{{ c.orders_department_display }}</a></td>\n		</tr>\n		{% endif %}\n	</tbody>\n</table>', 'A', NULL, NULL, '', 1586347357, 1586347357),
(14, 'order_date', 'packing_slip_default', NULL, '<h2 style=\"font-size: 17px; font-weight: bold; font-family: Helvetica, Arial, sans-serif; margin: 0px;\">{{ __(\"packing_slip_for_order\") }} #{{ o.order_id }}</h2>\n{% if o.shipment %}\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n    <tbody>\n        <tr valign=\"top\">\n            <td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; color: #000000; padding-right: 10px; white-space: nowrap;\">{{ __(\"order_date\") }}:\n            </td>\n            <td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">{{ o.timestamp }}\n            </td>\n        </tr>\n        <tr valign=\"top\">\n            <td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; color: #000000; padding-right: 10px; white-space: nowrap;\">{{ __(\"shipment_date\") }}:\n            </td>\n            <td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">{{ o.shipment.shipment_timestamp }}\n            </td>\n        </tr>\n    </tbody>\n</table>\n{% else %}\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n    <tbody>\n        <tr valign=\"top\">\n            <td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; color: #000000; padding-right: 10px; white-space: nowrap;\">{{ __(\"date\") }}:\n            </td>\n            <td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">{{ o.timestamp }}\n            </td>\n        </tr>\n    </tbody>\n</table>\n{% endif %}', 'A', NULL, NULL, '', 1586347357, 1586347357),
(15, 'order_info', 'packing_slip_default', NULL, '<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n    <tbody>\n    <tr valign=\"top\">\n        <td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; color: #000000; padding-right: 10px; white-space: nowrap;\">{{ __(\"status\") }}:\n        </td>\n        <td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif;\" width=\"100%\">{{ o.status.description }}\n        </td>\n    </tr>\n    <tr valign=\"top\">\n        <td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; color: #000000; padding-right: 10px; white-space: nowrap;\">{{ __(\"payment_method\") }}:\n        </td>\n        <td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif;\" valign=\"bottom\">{{ p.payment|default(\"-\") }}\n        </td>\n    </tr>\n    {% if o.shipment %}\n        {% if o.shipment.shipping %}\n        <tr valign=\"top\">\n            <td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; color: #000000; padding-right: 10px; white-space: nowrap;\">{{ __(\"shipping_method\") }}:\n            </td>\n            <td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif;\" valign=\"bottom\">{{ o.shipment.shipping }}\n            </td>\n        </tr>\n        {% endif %}\n        {% if o.shipment.tracking_number %}\n        <tr valign=\"top\">\n            <td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; color: #000000; padding-right: 10px; white-space: nowrap;\">{{ __(\"tracking_number\") }}:\n            </td>\n            <td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif;\" valign=\"bottom\">{{ o.shipment.tracking_number }}\n            </td>\n        </tr>\n        {% endif %}\n    {% else %}\n        {% if o.shippings_method %}\n        <tr valign=\"top\">\n            <td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; color: #000000; padding-right: 10px; white-space: nowrap;\">{{ __(\"shipping_method\") }}:\n            </td>\n            <td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif;\" valign=\"bottom\">{{ o.shippings_method }}\n            </td>\n        </tr>\n        {% endif %}\n        {% if o.tracking_number %}\n        <tr valign=\"top\">\n            <td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; color: #000000; padding-right: 10px; white-space: nowrap;\">{{ __(\"tracking_number\") }}:\n            </td>\n            <td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif;\" valign=\"bottom\">{{ o.tracking_number }}\n            </td>\n        </tr>\n        {% endif %}\n    {% endif %}\n\n    </tbody>\n</table>', 'A', NULL, NULL, '', 1586347357, 1586347357),
(16, 'notes', 'packing_slip_default', NULL, '{% if o.shipment.comments %}\n<div style=\"float: left; padding-top: 20px; font-family: Helvetica, Arial, sans-serif;\"><strong>{{ __(\"comments\") }}:</strong></div>\n<div style=\"padding-left: 7px; padding-bottom: 15px; overflow-x: auto; clear: both; width: 505px; height: 100%; padding-bottom: 20px; overflow-y: hidden; font-family: Helvetica, Arial, sans-serif;\">{{ o.shipment.comments|wordwrap(90,\"\\n\")|nl2br }}</div>\n{% elseif o.notes %}\n<div style=\"float: left; padding-top: 20px;\"><strong>{{ __(\"notes\") }}:</strong></div>\n<div style=\"padding-left: 7px; padding-bottom: 15px; overflow-x: auto; clear: both; width: 505px; height: 100%; padding-bottom: 20px; overflow-y: hidden; font-family: Helvetica, Arial, sans-serif;\">{{ o.notes|wordwrap(90, \"\\n\") }}</div>\n{% endif %}', 'A', NULL, NULL, '', 1586347357, 1586347357),
(17, 'products_table', 'packing_slip_default', '    {% for  row in products_table.rows %}\r\n        <tr>\r\n            {% for  column in row %}\r\n                <td class=\"td-dec\" >{{ column }}</td>\r\n            {% endfor %}\r\n        </tr>\r\n    {% endfor %}', '<table width=\"100%\" cellpadding=\"0\" cellspacing=\"1\" style=\"border-collapse: separate; border-spacing: 1px; background-color: #dddddd; margin-top: 20px; font-family: Helvetica, Arial, sans-serif;\">\n\n<thead>\n    <tr>\n\n        {% for  header in products_table.headers %}\n            <th style=\"background-color: #eeeeee; padding: 6px 10px; white-space: nowrap; font-size: 12px; text-align:center; font-family: Helvetica, Arial, sans-serif;\">{{ header }}</th>\n        {% endfor %}\n    </tr>\n</thead>\n<tbody>\n    {% for  row in products_table.rows %}\n        <tr style=\"page-break-inside: avoid;\">\n            {% for  column in row %}\n                <td style=\"padding: 5px 10px; background-color: #ffffff; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">{{ column }}</td>\n            {% endfor %}\n        </tr>\n    {% endfor %}\n</tbody>\n</table>', 'A', '{\"used_table\":\"1\",\"variable_schema\":\"packing_slip_products_table\"}', '\"fn_snippet_init_order_product_table_variable\"', '', 1586347357, 1586347357),
(18, 'ship_to', 'packing_slip_default', NULL, '<h3 style=\"padding: 0px 0px 10px 1px; font-weight: 600; font-size: 15px; font-family: Helvetica, Arial, sans-serif; border-bottom: 1px solid #ededed;\">{{__(\"ship_to\")}}:</h3>\n<p style=\"font-family: Helvetica, Arial, sans-serif;\">\n    {% if u.s_firstname %}\n        {{u.s_firstname}} {{u.s_lastname}}\n    {% else %}\n        {{u.firstname}} {{u.lastname}}\n    {% endif %}\n</p>\n<p style=\"font-family: Helvetica, Arial, sans-serif;\">\n    {{u.s_address}} <br>{{u.s_address_2}}\n</p>\n<p style=\"font-family: Helvetica, Arial, sans-serif;\">\n    {{u.s_city}}, {{u.s_state_descr}} {{u.s_zipcode}}\n</p>\n<p style=\"font-family: Helvetica, Arial, sans-serif;\">\n    {{u.s_country_descr}}\n</p>\n<p style=\"font-family: Helvetica, Arial, sans-serif;\">\n    {% if u.s_phone %}\n        <bdi>{{u.s_phone}}</bdi>\n    {% else %}\n        <bdi>{{u.phone}}</bdi>\n    {% endif %}\n</p>  ', 'A', NULL, NULL, '', 1586347357, 1586347357),
(19, 'pickup_point', 'packing_slip_default', NULL, '<h2 style=\"margin: 0px; font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #444444; text-transform: uppercase; margin-bottom: 15px; line-height: 1.5em; \">{{__(\"ship_to\")}}</h2>\n{% if pickup_point.name %}\n    <p style=\"font-family: Helvetica, Arial, sans-serif;\">\n        <strong>{{ pickup_point.name }}</strong>\n    </p>\n{% endif %}\n{% if pickup_point.full_address %}\n    <p style=\"font-family: Helvetica, Arial, sans-serif;\">\n        {{ pickup_point.full_address }}\n    </p>\n{% endif %}\n{% if pickup_point.phone %}\n    <p style=\"font-family: Helvetica, Arial, sans-serif;\">\n        <strong>{{ __(\"phone\") }}:</strong>\n        {{ pickup_point.phone }}\n    </p>\n{% endif %}\n{% if pickup_point.open_hours %}\n    <p style=\"font-family: Helvetica, Arial, sans-serif;\">\n        <strong>{{ __(\"open_hours\") }}:</strong><br/>\n        {{ pickup_point.open_hours }}\n    </p>\n{% endif %}\n{% if pickup_point.description %}\n    <p style=\"font-family: Helvetica, Arial, sans-serif;\">\n        <strong>{{ __(\"description\") }}:</strong><br/>\n        {{ pickup_point.description }}\n    </p>\n{% endif %}', 'A', NULL, NULL, '', 1586347357, 1586347357),
(20, 'vendorplans.plandetails', 'mail', NULL, ' <table>\n    <tr>\n        <td>{{ __(\"vendor_plans.plan\") }}:</td>\n        <td>{{ plan.plan }}</td>\n    </tr>\n    <tr>\n        <td>{{ __(\"price\") }}:</td>\n        <td>{{ plan.price|price }}&nbsp;({{ __(\"vendor_plans.periodicity_\" ~ plan.periodicity)|lower }})</td>\n    </tr>\n    <tr>\n        <td>{{ __(\"vendor_plans.products_limit\") }}:</td>\n        <td>{% if plan.products_limit %} {{ plan.products_limit }} {% else %} {{ __(\"vendor_plans.unlimited\") }} {% endif %}</td>\n    </tr>\n    <tr>\n        <td>{{ __(\"vendor_plans.revenue_up_to\") }}:</td>\n        <td>{% if plan.revenue_limit > 0 %} {{ plan.revenue_limit|price }} {% else %} {{ __(\"vendor_plans.unlimited\") }} {% endif %}</td>\n    </tr>\n    <tr>\n        <td>{{ __(\"vendor_plans.transaction_fee\") }}:</td>\n        <td>{{ plan.commission }}(%)</td>\n    </tr>\n    <tr>\n        <td>{{ __(\"vendor_plans.fixed_transaction_fee\") }}:</td>\n        <td>{{ plan.fixed_commission|price }}</td>\n    </tr>\n    <tr>\n        <td>{{ __(\"vendor_plans.vendor_store\") }}:</td>\n        <td>{% if plan.vendor_store %} {{ __(\"yes\") }} {% else %} {{ __(\"no\") }} {% endif %}</td>\n    </tr>\n    {% if plan.description %}\n    <tr>\n        <td>{{ __(\"description\") }}:</td>\n        <td>{{ plan.description }}</td>\n    </tr>\n    {% endif %}\n</table>', 'A', NULL, NULL, 'vendor_plans', 1586347362, 1586347362),
(21, 'info', 'gift_certificate_default', NULL, '{% if gift_certificate.send_via == \'P\' %}\n<p>\n    {{ __(\"gift_cert_from\") }}: {{ gift_certificate.sender }}\n</p>\n<p>\n    {{ __(\"gift_cert_to\") }}: {{ gift_certificate.recipient }}\n</p>\n<p>\n    {{ gift_certificate.address }}<br />\n    {% if gift_certificate.address_2 %}\n        {{ gift_certificate.address_2 }}<br />\n    {% endif %}\n    {% if gift_certificate.phone %}\n        {{ gift_certificate.phone }}<br />\n    {% endif %}\n    {{ gift_certificate.city }},&nbsp;{{ gift_certificate.descr_country }},&nbsp;{{ gift_certificate.descr_state }}<br />\n    {{ gift_certificate.zipcode }}\n</p>\n{% endif %}\n\n{% if gift_certificate.message %}\n<div>{{ gift_certificate.message }}</div>\n{% endif %}', 'A', NULL, NULL, 'gift_certificates', 1586347362, 1586347362),
(22, 'products_table', 'gift_certificate_default', '{% if products_table.rows %}\r\n<table width=\"100%\" cellpadding=\"0\" cellspacing=\"1\" style=\"background-color: #dddddd; -webkit-print-color-adjust: exact;\">\r\n<thead>\r\n    <tr>\r\n\r\n        {% for  header in products_table.headers %}\r\n            <th style=\"background-color: #eeeeee; padding: 6px 10px; white-space: nowrap; font-size: 15px; font-family: Arial;\">{{ header }}</th>\r\n        {% endfor %}\r\n    </tr>\r\n</thead>\r\n<tbody>\r\n    {% for  row in products_table.rows %}\r\n        <tr style=\"padding: 10px; background-color: #ffffff; font-size: 15px; font-family: Arial; border: 1px solid #eeeeee; text-align: center;\">\r\n            {% for  column in row %}\r\n                <td style=\"border: 1px solid #eeeeee; padding:5px; text-align:left;\">\r\n                {{ column }}\r\n                </td>\r\n            {% endfor %}\r\n        </tr>\r\n    {% endfor %}\r\n</tbody>\r\n</table>{% endif %}', '\n{% if products_table.rows %}\n<table width=\"100%\" cellpadding=\"0\" cellspacing=\"1\" style=\"background-color: #dddddd; -webkit-print-color-adjust: exact;\">\n<thead>\n    <tr>\n\n        {% for  header in products_table.headers %}\n            <th style=\"background-color: #eeeeee; padding: 6px 10px; white-space: nowrap; font-size: 12px; font-family: Arial;\">{{ header }}</th>\n        {% endfor %}\n    </tr>\n</thead>\n<tbody>\n    {% for  row in products_table.rows %}\n        <tr style=\"padding: 10px; background-color: #ffffff; font-size: 12px; font-family: Arial; border: 1px solid #eeeeee; text-align: center;\">\n            {% for  column in row %}\n                <td style=\"border: 1px solid #eeeeee; padding:5px; text-align:left;\">\n                {{ column }}\n                </td>\n            {% endfor %}\n        </tr>\n    {% endfor %}\n</tbody>\n</table>{% endif %}', 'A', '{\"used_table\":\"1\",\"variable_schema\":\"gift_certificate_products_table\"}', '\"fn_gift_certificates_init_product_table_variable\"', 'gift_certificates', 1651263736, 1586347362),
(23, 'bill_to', 'rma_packing_slip_default', NULL, '<h3 style=\" padding: 0px 0px 10px 1px; font-weight: 600; font-size: 15px; font-family: Helvetica, Arial, sans-serif; border-bottom: 1px solid #ededed;\">{{ __(\"bill_to\") }}:</h3>\n                        <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n                            {{ u.b_firstname }} {{ u.b_lastname }}\n                        </p>\n                        <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n                            {{ u.b_address }} {{ u.b_address_2 }}\n                        </p>\n                        <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n                            {{ u.b_city }} {{ u.b_state_descr }} {{ u.b_zipcode }}\n                        </p>\n                        <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n                            {{ u.b_country_descr }}\n                        </p>\n                        {% for field in u.b_fields %}\n                        <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">{{ field.name }}: {{ field.value }}\n                        </p>\n                        {% endfor %}', 'A', NULL, NULL, 'rma', 1586347363, 1586347363),
(24, 'company_address', 'rma_packing_slip_default', NULL, '{% set parts = [c.city] %}\n{% if c.state_descr %}\n	{% set parts = parts|merge([c.state_descr]) %}\n{% endif %}\n\n{{ c.address }} <br />\n{{ parts|join(\', \') }} {{ c.zipcode }}  <br />\n{{ c.country_descr }}', 'A', NULL, NULL, 'rma', 1586347363, 1586347363),
(25, 'company_info', 'rma_packing_slip_default', NULL, '<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n    <tbody>\n        {% if c.phone %}\n        <tr valign=\"top\">\n            <td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; color: #000000; padding-right: 10px;  padding-left: 0px; white-space: nowrap;\">{{ __(\"phone1_label\") }}:</td>\n            <td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif;\" width=\"100%\">{{ c.phone }}</td>\n        </tr>\n        {% endif %}\n        {% if c.phone_2 %}\n        <tr valign=\"top\">\n            <td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; color: #000000; padding-right: 10px;  padding-left: 0px; white-space: nowrap;\">{{ __(\"phone2_label\") }}:</td>\n            <td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif;\" width=\"100%\">{{ c.phone_2 }}</td>\n        </tr>\n        {% endif %}\n        {% if c.website %}\n        <tr valign=\"top\">\n            <td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; color: #000000; padding-right: 10px;  padding-left: 0px; white-space: nowrap;\">{{ __(\"web_site\") }}:</td>\n            <td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif;\" width=\"100%\">{{ c.website }}</td>\n        </tr>\n        {% endif %}\n        {% if c.orders_department %}\n        <tr valign=\"top\">\n            <td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; color: #000000; padding-right: 10px;  padding-left: 0px; white-space: nowrap;\">{{ __(\"email\") }}:</td>\n            <td style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif;\" width=\"100%\"><a href=\"mailto:{{ c.orders_department }}\">{{ c.orders_department_display }}</a></td>\n        </tr>\n        {% endif %}\n    </tbody>\n</table>', 'A', NULL, NULL, 'rma', 1586347363, 1586347363),
(26, 'products_table', 'rma_packing_slip_default', NULL, '<table width=\"100%\" cellpadding=\"0\" cellspacing=\"1\" style=\"border-collapse: separate; border-spacing: 1px; background-color: #dddddd; margin-top: 20px;\">\n\n<thead>\n    <tr>\n\n        {% for  header in products_table.headers %}\n            <th style=\"background-color: #eeeeee; padding: 6px 10px; white-space: nowrap; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">{{ header }}</th>\n        {% endfor %}\n    </tr>\n</thead>\n<tbody>\n    {% for  row in products_table.rows %}\n        <tr>\n            {% for  column in row %}\n                <td style=\"padding: 5px 10px; background-color: #ffffff; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">{{ column }}</td>\n            {% endfor %}\n        </tr>\n    {% endfor %}\n</tbody>\n</table>', 'A', '{\"used_table\":\"1\",\"variable_schema\":\"rma_packing_slip_products_table\"}', '\"fn_rma_init_snippet_rma_products_table_variable\"', 'rma', 1586347363, 1586347363),
(27, 'ship_to', 'rma_packing_slip_default', NULL, '<h3 style=\" padding: 0px 0px 10px 1px; font-weight: 600; font-size: 15px; font-family: Helvetica, Arial, sans-serif; border-bottom: 1px solid #ededed;\">{{ __(\"ship_to\") }}:</h3>\n                        <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n                            {{ u.firstname }} {{ u.lastname }}\n                        </p>\n                        <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n                            {{ u.s_address }} {{ u.s_address_2 }}\n                        </p>\n                        <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n                            {{ u.s_city }} {{ u.s_state_descr }} {{ u.s_zipcode }}\n                        </p>\n                        <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n                            {{ u.s_country_descr }}\n                        </p>\n                        {% for field in u.s_fields %}\n                        <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">{{ field.name }}: {{ field.value }}\n                        </p>\n                        {% endfor %}', 'A', NULL, NULL, 'rma', 1586347363, 1586347363);
INSERT INTO `partiushop_template_snippets` (`snippet_id`, `code`, `type`, `template`, `default_template`, `status`, `params`, `handler`, `addon`, `updated`, `created`) VALUES
(28, 'pickup_point', 'rma_packing_slip_default', NULL, '<h3 style=\"padding: 0px 0px 10px 1px; font-size: 15px; font-family: Helvetica, Arial, sans-serif; border-bottom: 1px solid #ededed;\">{{__(\"ship_to\")}}:</h3>\n{% if pickup_point.name %}\n    <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n        <strong>{{ pickup_point.name }}</strong>\n    </p>\n{% endif %}\n{% if pickup_point.full_address %}\n    <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n        {{ pickup_point.full_address }}\n    </p>\n{% endif %}\n{% if pickup_point.phone %}\n    <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n        <strong>{{ __(\"phone\") }}:</strong>\n        {{ pickup_point.phone }}\n    </p>\n{% endif %}\n{% if pickup_point.open_hours %}\n    <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n        <strong>{{ __(\"open_hours\") }}:</strong><br/>\n        {{ pickup_point.open_hours }}\n    </p>\n{% endif %}\n{% if pickup_point.description %}\n    <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n        <strong>{{ __(\"description\") }}:</strong><br/>\n        {{ pickup_point.description }}\n    </p>\n{% endif %}', 'A', NULL, NULL, 'rma', 1586347363, 1586347363),
(29, 'returned_products_table', 'order_invoice', NULL, '{% if products_table.rows %}<table width=\"100%\" cellpadding=\"0\" cellspacing=\"1\" style=\"border-collapse: separate; border-spacing: 1px; background-color: #dddddd; margin-top: 20px;\">\n\n<thead>\n    <tr>\n\n        {% for  header in products_table.headers %}\n            <th style=\"background-color: #eeeeee; padding: 6px 10px; white-space: nowrap; font-size: 12px; font-family: Arial;\">{{ header }}</th>\n        {% endfor %}\n    </tr>\n</thead>\n<tbody>\n    {% for  row in products_table.rows %}\n        <tr>\n            {% for  column in row %}\n                <td style=\"padding: 5px 10px; background-color: #ffffff; font-size: 12px; font-family: Arial;\">{{ column }}</td>\n            {% endfor %}\n        </tr>\n    {% endfor %}\n</tbody>\n</table>\n{% endif %}', 'A', '{\"used_table\":\"1\",\"variable_schema\":\"order_returned_products_table\"}', '\"fn_rma_init_snippet_returned_products_table_variable\"', 'rma', 1586347363, 1586347363),
(30, 'returned_products_table', 'order_summary', NULL, '{% if products_table.rows %}<table width=\"100%\" cellpadding=\"0\" cellspacing=\"1\" style=\"border-collapse: separate; border-spacing: 1px; background-color: #dddddd; margin-top: 20px;\">\n\n<thead>\n    <tr>\n\n        {% for  header in products_table.headers %}\n            <th style=\"background-color: #eeeeee; padding: 6px 10px; white-space: nowrap; font-size: 12px; font-family: Arial;\">{{ header }}</th>\n        {% endfor %}\n    </tr>\n</thead>\n<tbody>\n    {% for  row in products_table.rows %}\n        <tr>\n            {% for  column in row %}\n                <td style=\"padding: 5px 10px; background-color: #ffffff; font-size: 12px; font-family: Arial;\">{{ column }}</td>\n            {% endfor %}\n        </tr>\n    {% endfor %}\n</tbody>\n</table>\n{% endif %}', 'A', '{\"used_table\":\"1\",\"variable_schema\":\"order_returned_products_table\"}', '\"fn_rma_init_snippet_returned_products_table_variable\"', 'rma', 1652209317, 1586347364),
(31, 'bill_to', 'supplier_order_invoice', NULL, '<h3 style=\"padding: 0px 0px 10px 1px; font-size: 15px; border-bottom: 1px solid #ededed;\">{{ __(\"bill_to\") }}:</h3>\n                        <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n                            {{ u.b_firstname }} {{ u.b_lastname }}\n                        </p>\n                        <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n                            {{ u.b_address }} {{ u.b_address_2 }}\n                        </p>\n                        <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n                            {{ u.b_city }} {{ u.b_state_descr }} {{ u.b_zipcode }}\n                        </p>\n                        <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n                            {{ u.b_country_descr }}\n                        </p>\n                        <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n                            {{ u.b_phone }}\n                        </p>\n                        {% for field in u.b_fields %}\n                        <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">{{ field.name }}: {{ field.value }}\n                        </p>\n                        {% endfor %}', 'A', NULL, NULL, 'suppliers', 1586995762, 1586995762),
(32, 'products_table', 'supplier_order_invoice', NULL, '<table width=\"100%\" cellpadding=\"0\" cellspacing=\"1\" style=\"border-collapse: separate; border-spacing: 1px; background-color: #dddddd; margin-top: 20px;\">\n\n<thead>\n    <tr>\n\n        {% for  header in products_table.headers %}\n            <th style=\"background-color: #eeeeee; padding: 6px 10px; white-space: nowrap; font-size: 12px; font-family: Helvetica, Arial, sans-serif; text-align: center;\">{{ header }}</th>\n        {% endfor %}\n    </tr>\n</thead>\n<tbody>\n    {% for  row in products_table.rows %}\n        <tr>\n            {% for  column in row %}\n                <td style=\"padding: 5px 10px; background-color: #ffffff; font-size: 12px; font-family: Helvetica, Arial, sans-serif; border: 1px solid #ededed;\">{{ column }}</td>\n            {% endfor %}\n        </tr>\n    {% endfor %}\n</tbody>\n</table>', 'A', '{\"used_table\":\"1\",\"variable_schema\":\"supplier_order_products_table\"}', '\"fn_supplier_init_snippet_products_table_variable\"', 'suppliers', 1586995762, 1586995762),
(33, 'ship_to', 'supplier_order_invoice', NULL, '<h3 style=\"padding: 0px 0px 10px 1px; font-size: 15px; font-family: Helvetica, Arial, sans-serif; border-bottom: 1px solid #ededed;\">{{__(\"ship_to\")}}:</h3>\n    <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n                            {{ u.firstname }} {{ u.lastname }}\n                        </p>\n                        <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n                            {{ u.s_address }} {{ u.s_address_2 }}\n                        </p>\n                        <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n                            {{ u.s_city }} {{ u.s_state_descr }} {{ u.s_zipcode }}\n                        </p>\n                        <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n                            {{ u.s_country_descr }}\n                        </p>\n                        <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n                            {{ u.phone }}\n                        </p>\n                        {% for field in u.s_fields %}\n                        <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">{{ field.name }}: {{ field.value }}\n                        </p>\n                        {% endfor %}', 'A', NULL, NULL, 'suppliers', 1586995762, 1586995762),
(34, 'pickup_point', 'supplier_order_invoice', NULL, '<h3 style=\"padding: 0px 0px 10px 1px; font-size: 15px; font-family: Helvetica, Arial, sans-serif; border-bottom: 1px solid #ededed;\">{{__(\"ship_to\")}}:</h3>\n{% if pickup_point.name %}\n    <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n        <strong>{{ pickup_point.name }}</strong>\n    </p>\n{% endif %}\n{% if pickup_point.full_address %}\n    <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n        {{ pickup_point.full_address }}\n    </p>\n{% endif %}\n{% if pickup_point.phone %}\n    <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n        <strong>{{ __(\"phone\") }}:</strong>\n        {{ pickup_point.phone }}\n    </p>\n{% endif %}\n{% if pickup_point.open_hours %}\n    <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n        <strong>{{ __(\"open_hours\") }}:</strong><br/>\n        {{ pickup_point.open_hours }}\n    </p>\n{% endif %}\n{% if pickup_point.description %}\n    <p style=\"margin: 2px 0px 3px 0px; font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">\n        <strong>{{ __(\"description\") }}:</strong><br/>\n        {{ pickup_point.description }}\n    </p>\n{% endif %}', 'A', NULL, NULL, 'suppliers', 1586995762, 1586995762),
(35, 'supplier_info', 'supplier_order_invoice', NULL, '{% if supplier.shippings %}\n    <div align=\"right\">\n        <table>\n            {% for shipping in supplier.shippings %}\n                <tr>\n                    <td align=\"right\" nowrap=\"nowrap\" style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif;\"><b>{{ __(\"shipping_method\") }}:</b>&nbsp;</td>\n                    <td align=\"right\" nowrap=\"nowrap\" style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">{{ shipping.shipping }}</td>\n                </tr>\n            {% endfor %}\n        </table>\n    </div>\n\n    <div align=\"right\">\n        <table>\n            <tr>\n                <td align=\"right\" nowrap=\"nowrap\" style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif;\"><b>{{ __(\"shipping_cost\") }}:</b>&nbsp;</td>\n                <td align=\"right\" nowrap=\"nowrap\" style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif;\">{{ supplier.cost }}</td>\n            </tr>\n        </table><br />\n    </div>\n{% endif %}', 'A', NULL, NULL, 'suppliers', 1586995762, 1586995762),
(36, 'etiqueta_correios', 'packing_slip_default', '<div style=\"width: 378px !important; height: 490px !important; border: black solid 2px; \">\r\n    <div style=\"margin-left: 19px; margin-right: 19px; margin-top: 19px;\">\r\n      <div style=\"flex-direction: row; width: 100% ; display: flex; justify-content:space-between; \">\r\n        <div style=\"max-height: 76; text-align: center;\">\r\n          <img src=\"{{ runtime.images_dir }}/label/logo-pdf.png\" height=\"76\" width=\"76\">\r\n          <div style=\"text-align: left; margin-top: 18px;\">\r\n            <p style=\"font-size: 8pt; margin-bottom: 1px; margin-top: 1px; font-family: Helvetica;\">Pedido: {{ o.order_id }}</p>\r\n            <p style=\"font-size: 8pt; margin-bottom: 1px; margin-top: 1px; font-family: Helvetica;\">PLP:&nbsp;{{ correios.plp }}</p>\r\n          </div>\r\n        </div>\r\n        <div style=\"max-height: 100px; text-align: center;\">\r\n          <img src=\"{{ runtime.images_dir }}/label/datamatrix.png\" height=\"94\" width=\"94\">\r\n          <p style=\"font-size: 8pt; margin: 0; font-family: Helvetica;\">Contrato: {{correios.contrato}}</p>\r\n        </div>\r\n        <div style=\"max-height: 76px; text-align: center;\">\r\n        <img src=\"{{ runtime.images_dir }}/label/{{ correios.servico_image }}\" height=\"76\" width=\"76\">\r\n        <div style=\"text-align: left; margin-top: 18px;\">\r\n          <p style=\"font-size: 8pt; margin-bottom: 1px; font-family: Helvetica;\">Volume: 1/1</p>\r\n        </div>\r\n        </div>\r\n      </div>\r\n      <div style=\"text-align: center; margin-bottom: 0;\">\r\n        <p style=\"font-size: 11pt; font-weight: bold; font-family: Helvetica; margin:0; margin-bottom: 2px;\">{{ o.tracking_number }}<br></p>\r\n        {{ correios.trackingBarCode }}\r\n      </div>\r\n      <div>\r\n        <p style=\"font-size: 9pt; font-family: Helvetica; margin:0\">Recebedor:__________________________________________</p>\r\n        <div style=\"flex-direction: row; width: 100% ; display: flex;\">\r\n          <p style=\"font-size: 9pt; font-family: Helvetica; margin:0\">Assinatura:________________</p>\r\n          <p style=\"font-size: 9pt; font-family: Helvetica; margin:0\">Documento:_________________</p>\r\n        </div>\r\n      </div>\r\n    </div>\r\n      <hr style=\"margin-bottom: 0; height: 1px; background-color: black;\">\r\n      <div style=\"font-family: Helvetica; font-size: 10; background-color: black; color: white; padding: 2px; width: 85px; margin-left: 0; padding-left: 0; margin-bottom: 2px;\"> \r\n        Destinatario\r\n      </div>\r\n      <div style=\"margin: 0; padding-left: 19px; padding-right: 19px;\">\r\n        <p style=\"font-size: 9pt; font-family: Helvetica; margin:0\">{{ u.firstname }} {{ u.lastname }}&nbsp;</p>\r\n        <p style=\"font-size: 9pt; font-family: Helvetica; margin:0\">{{ u.b_address }}</p>\r\n        <p style=\"font-size: 9pt; font-family: Helvetica; margin:0\">{{ u.b_city }} - {{ u.b_state }}</p>\r\n        <p style=\"font-size: 9pt; font-family: Helvetica; margin:0\">{{ u.b_zipcode }}</p>\r\n        {{ correios.cepBarCode }}\r\n      </div>\r\n      <hr style=\"margin-bottom: 0; height: 1px; background-color: black;\">\r\n      <div style=\"margin: 0; padding-left: 19px; padding-right: 19px;\">\r\n        <p style=\"font-size: 9pt; font-family: Helvetica; margin:0; margin-top: 1px\">Remetente: {{c.name}}</p>\r\n        <p style=\"font-size: 9pt; font-family: Helvetica; margin:0\">{{c.address}}</p>\r\n        <p style=\"font-size: 9pt; font-family: Helvetica; margin:0\">{{c.city}} - {{c.state}}</p>\r\n        <p style=\"font-size: 9pt; font-family: Helvetica; margin:0\">{{c.zipcode}}</p><p><br></p><p><br></p>\r\n      </div>\r\n  </div>\r\n<style>\r\n	@media print {\r\n		.no-print {\r\n			visibility: hidden;\r\n		}\r\n		@page \r\n    {\r\n			size: auto;   /* auto is the initial value */\r\n			margin-left: 15mm;  /* this affects the margin in the printer settings */\r\n    }\r\n		body { margin: 1<span id=\"selection-marker-2\" class=\"redactor-selection-marker\"></span>cm; }\r\n	}\r\n</style>', '</p>\r\n<div style=\"width: 378px !important; height: 490px !important; border: black solid 2px; \">\r\n    <div style=\"margin-left: 19px; margin-right: 19px; margin-top: 19px;\">\r\n      <div style=\"flex-direction: row; width: 100% ; display: flex; justify-content:space-between; \">\r\n        <div style=\"max-height: 76; text-align: center;\">\r\n          <img src=\"{{ runtime.images_dir }}/label/logo-pdf.png\" height=\"76\" width=\"76\">\r\n          <div style=\"text-align: left; margin-top: 18px;\">\r\n            <p style=\"font-size: 8pt; margin-bottom: 1px; margin-top: 1px; font-family: Helvetica;\">Pedido: {{ o.order_id }}</p>\r\n            <p style=\"font-size: 8pt; margin-bottom: 1px; margin-top: 1px; font-family: Helvetica;\">PLP:&nbsp;{{ correios.plp }}</p>\r\n          </div>\r\n        </div>\r\n        <div style=\"max-height: 100px; text-align: center;\">\r\n          <img src=\"{{ runtime.images_dir }}/label/datamatrix.png\" height=\"94\" width=\"94\">\r\n          <p style=\"font-size: 8pt; margin: 0; font-family: Helvetica;\">Contrato: 9912491612</p>\r\n        </div>\r\n        <div style=\"max-height: 76px; text-align: center;\">\r\n        <img src=\"{{ runtime.images_dir }}/label/{{ correios.servico }}\" height=\"76\" width=\"76\">\r\n        <div style=\"text-align: left; margin-top: 18px;\">\r\n          <p style=\"font-size: 8pt; margin-bottom: 1px; font-family: Helvetica;\">Volume: 1/1</p>\r\n        </div>\r\n        </div>\r\n      </div>\r\n      <div style=\"text-align: center; margin-bottom: 0;\">\r\n        <p style=\"font-size: 11pt; font-weight: bold; font-family: Helvetica; margin:0; margin-bottom: 2px;\">{{ o.tracking_number }}<br></p>\r\n        {{ correios.trackingBarCode }}\r\n      </div>\r\n      <div>\r\n        <p style=\"font-size: 9pt; font-family: Helvetica; margin:0\">Recebedor:__________________________________________</p>\r\n        <div style=\"flex-direction: row; width: 100% ; display: flex;\">\r\n          <p style=\"font-size: 9pt; font-family: Helvetica; margin:0\">Assinatura:________________</p>\r\n          <p style=\"font-size: 9pt; font-family: Helvetica; margin:0\">Documento:_________________</p>\r\n        </div>\r\n      </div>\r\n    </div>\r\n      <hr style=\"margin-bottom: 0; height: 1px; background-color: black;\">\r\n      <div style=\"font-family: Helvetica; font-size: 10; background-color: black; color: white; padding: 2px; width: 85px; margin-left: 0; padding-left: 0; margin-bottom: 2px;\"> \r\n        Destinatario\r\n      </div>\r\n      <div style=\"margin: 0; padding-left: 19px; padding-right: 19px;\">\r\n        <p style=\"font-size: 9pt; font-family: Helvetica; margin:0\">{{ u.firstname }} {{ u.lastname }}&nbsp;</p>\r\n        <p style=\"font-size: 9pt; font-family: Helvetica; margin:0\">{{ u.b_address }}</p>\r\n        <p style=\"font-size: 9pt; font-family: Helvetica; margin:0\">{{ u.b_city }} - {{ u.b_state }}</p>\r\n        <p style=\"font-size: 9pt; font-family: Helvetica; margin:0\">{{ u.b_zipcode }}</p>\r\n        {{ correios.cepBarCode }}\r\n      </div>\r\n      <hr style=\"margin-bottom: 0; height: 1px; background-color: black;\">\r\n      <div style=\"margin: 0; padding-left: 19px; padding-right: 19px;\">\r\n        <p style=\"font-size: 9pt; font-family: Helvetica; margin:0; margin-top: 1px\">Remetente: {{c.name}}</p>\r\n        <p style=\"font-size: 9pt; font-family: Helvetica; margin:0\">{{c.address}}</p>\r\n        <p style=\"font-size: 9pt; font-family: Helvetica; margin:0\">{{c.city}} - {{c.state}}</p>\r\n        <p style=\"font-size: 9pt; font-family: Helvetica; margin:0\">{{c.zipcode}}</p><p><br></p><p><br></p>\r\n      </div>\r\n  </div>\r\n<p>{{ snippet(\"plp_correios\") }}</p>\r\n<style>\r\n	@media print {\r\n		.no-print {\r\n			visibility: hidden;\r\n		}\r\n		@page \r\n    {\r\n			size: auto;   /* auto is the initial value */\r\n			margin-left: 15mm;  /* this affects the margin in the printer settings */\r\n    }\r\n		body { margin: 1<span id=\"selection-marker-2\" class=\"redactor-selection-marker\"></span>cm; }\r\n	}\r\n</style>', 'A', NULL, NULL, '', 1626989237, 1626989025),
(37, 'plp_correios', 'packing_slip_default', '<div style=\"width: 21cm; border: solid 1px; height: 6cm;\">\r\n      <div style=\"text-align: center; border-bottom: solid 1px\">\r\n        <b>PRÉ - LISTA DE POSTAGEM - PLP</b>\r\n      </div>\r\n      <div style=\"flex-direction: row; display: flex;\">\r\n        <div style=\"padding-left: 3px; border-bottom: solid 1px; width: 15cm;\">\r\n          <span><b>SIGEP WEB - Gerenciador de Postagem dos Correios</b></span><br>\r\n          <span><b>Contrato:</b> {{ correios.contrato }}</span> <br/>\r\n          <span><b>Cliente:</b> {{c.name}}</span> <br/>\r\n          <span><b>Teleforne:</b> {{ c.phone }}</span> <br/>\r\n          <span><b>Email de contato:</b> {{ c.newsletter_email }}</span>\r\n        </div>\r\n        <div style=\"border-bottom: solid 1px; width: 6cm; text-align: center; padding-top: 6px;\">\r\n          <b>Nº PLP: {{ correios.plp}}</b>\r\n          {{ correios.plpBarCode }}\r\n        </div>\r\n      </div>\r\n      <div style=\"flex-direction: row; display: flex;\">\r\n        <div style=\"width: 14cm;\">\r\n          <table>\r\n            <tr>\r\n              <th>Cód. Servico</th>\r\n              <th>Quantidade</th>\r\n              <th>Serviço</th>\r\n            </tr>\r\n            <tr style=\"margin-top:20px;\">\r\n              <th>{{correios.servico_id}}</th>\r\n              <th>1</th>\r\n              <th>{{correios.servico_nome}}</th>\r\n            </tr>\r\n          </table>\r\n        </div>\r\n        <div style=\"width: 7cm; padding-top: 5px;\">\r\n          <b>Data da entrega: ____/____/____</b>\r\n          <p>\r\n            ____________________________\r\n            Assinatura/Matricula dos correios\r\n          </p>\r\n          <p>\r\n            1ª Via - Correios\r\n          </p>\r\n        </div>\r\n      </div>\r\n    </div>\r\n    <hr style=\"width: 21cm; margin: 10px 0 10px 0; border-top: 2px dashed; \">\r\n    \r\n    <div style=\"width: 21cm; border: solid 1px; height: 6cm;\">\r\n      <div style=\"text-align: center; border-bottom: solid 1px\">\r\n        <b>PRÉ - LISTA DE POSTAGEM - PLP</b>\r\n      </div>\r\n      <div style=\"flex-direction: row; display: flex;\">\r\n        <div style=\"padding-left: 3px; border-bottom: solid 1px; width: 15cm;\">\r\n          <span><b>SIGEP WEB - Gerenciador de Postagem dos Correios</b></span><br>\r\n          <span><b>Contrato:</b>  {{ correios.contrato }}</span> <br/>\r\n          <span><b>Cliente:</b> {{ c.name }}</span> <br/>\r\n          <span><b>Teleforne:</b> {{ c.phone }}</span> <br/>\r\n          <span><b>Email de contato:</b> {{ c.newsletter_email }}</span>\r\n        </div>\r\n        <div style=\"border-bottom: solid 1px; width: 6cm; text-align: center; padding-top: 6px;\">\r\n          <b>Nº PLP: {{ correios.plp }}</b>\r\n          {{ correios.plpBarCode }}\r\n        </div>\r\n      </div>\r\n      <div style=\"flex-direction: row; display: flex;\">\r\n        <div style=\"width: 14cm;\">\r\n          <table>\r\n            <tr>\r\n              <th>Cód. Servico</th>\r\n              <th>Quantidade</th>\r\n              <th>Serviço</th>\r\n            </tr>\r\n            <tr style=\"margin-top:20px;\">\r\n              <th>{{correios.servico_id}}</th>\r\n              <th>1</th>\r\n              <th>{{correios.servico_nome}}</th>\r\n            </tr>\r\n          </table>\r\n        </div>\r\n        <div style=\"width: 7cm; padding-top: 5px;\">\r\n          <b>Data da entrega: ____/____/____</b>\r\n          <p>\r\n            ____________________________\r\n            Assinatura/Matricula dos correios\r\n          </p>\r\n          <p>\r\n            2ª Via - Cliente\r\n          </p>\r\n        </div>\r\n      </div>\r\n    </div>\r\n\r\n  </body>\r\n  <style>\r\n    td, th {\r\n      text-align: left;\r\n      padding-right: 50px;\r\n    }\r\n  </style>', '<div style=\"width: 21cm; border: solid 1px; height: 6cm;\">\r\n      <div style=\"text-align: center; border-bottom: solid 1px\">\r\n        <b>PRÉ - LISTA DE POSTAGEM - PLP</b>\r\n      </div>\r\n      <div style=\"flex-direction: row; display: flex;\">\r\n        <div style=\"padding-left: 3px; border-bottom: solid 1px; width: 15cm;\">\r\n          <span><b>SIGEP WEB - Gerenciador de Postagem dos Correios</b></span><br>\r\n          <span><b>Contrato:</b> 123456789</span> <br/>\r\n          <span><b>Cliente:</b> Partiu.Shop</span> <br/>\r\n          <span><b>Teleforne:</b>44999999999</span> <br/>\r\n          <span><b>Email de contato:</b> envios@partiushop.com.br</span>\r\n        </div>\r\n        <div style=\"border-bottom: solid 1px; width: 6cm; text-align: center; padding-top: 6px;\">\r\n          <b>Nº PLP: 12345678998</b>\r\n          <img src=\"plp.gif\" width=\"190px\" height=\"50px\" />\r\n        </div>\r\n      </div>\r\n      <div style=\"flex-direction: row; display: flex;\">\r\n        <div style=\"width: 14cm;\">\r\n          <table>\r\n            <tr>\r\n              <th>Cód. Servico</th>\r\n              <th>Quantidade</th>\r\n              <th>Serviço</th>\r\n            </tr>\r\n            <tr style=\"margin-top:20px;\">\r\n              <th>41068</th>\r\n              <th>1</th>\r\n              <th>PAC</th>\r\n            </tr>\r\n          </table>\r\n        </div>\r\n        <div style=\"width: 7cm; padding-top: 5px;\">\r\n          <b>Data da entrega: ____/____/____</b>\r\n          <p>\r\n            ____________________________\r\n            Assinatura/Matricula dos correios\r\n          </p>\r\n          <p>\r\n            1ª Via - Correios\r\n          </p>\r\n        </div>\r\n      </div>\r\n    </div>\r\n    <hr style=\"width: 21cm; margin: 10px 0 10px 0; border-top: 2px dashed; \">\r\n    \r\n    <div style=\"width: 21cm; border: solid 1px; height: 6cm;\">\r\n      <div style=\"text-align: center; border-bottom: solid 1px\">\r\n        <b>PRÉ - LISTA DE POSTAGEM - PLP</b>\r\n      </div>\r\n      <div style=\"flex-direction: row; display: flex;\">\r\n        <div style=\"padding-left: 3px; border-bottom: solid 1px; width: 15cm;\">\r\n          <span><b>SIGEP WEB - Gerenciador de Postagem dos Correios</b></span><br>\r\n          <span><b>Contrato:</b> 123456789</span> <br/>\r\n          <span><b>Cliente:</b> Partiu.Shop</span> <br/>\r\n          <span><b>Teleforne:</b>44999999999</span> <br/>\r\n          <span><b>Email de contato:</b> envios@partiushop.com.br</span>\r\n        </div>\r\n        <div style=\"border-bottom: solid 1px; width: 6cm; text-align: center; padding-top: 6px;\">\r\n          <b>Nº PLP: 12345678998</b>\r\n          <img src=\"plp.gif\" width=\"190px\" height=\"50px\" />\r\n        </div>\r\n      </div>\r\n      <div style=\"flex-direction: row; display: flex;\">\r\n        <div style=\"width: 14cm;\">\r\n          <table>\r\n            <tr>\r\n              <th>Cód. Servico</th>\r\n              <th>Quantidade</th>\r\n              <th>Serviço</th>\r\n            </tr>\r\n            <tr style=\"margin-top:20px;\">\r\n              <th>41068</th>\r\n              <th>1</th>\r\n              <th>PAC</th>\r\n            </tr>\r\n          </table>\r\n        </div>\r\n        <div style=\"width: 7cm; padding-top: 5px;\">\r\n          <b>Data da entrega: ____/____/____</b>\r\n          <p>\r\n            ____________________________\r\n            Assinatura/Matricula dos correios\r\n          </p>\r\n          <p>\r\n            2ª Via - Cliente\r\n          </p>\r\n        </div>\r\n      </div>\r\n    </div>\r\n\r\n  </body>\r\n  <style>\r\n    td, th {\r\n      text-align: left;\r\n      padding-right: 50px;\r\n    }\r\n  </style>', 'A', NULL, NULL, '', 1626988721, 1626987402),
(38, 'declaracao_correios', 'packing_slip_default', '<div style=\"width: 21cm; height: 29cm; display: flex; align-items: center; flex-direction: column;\">\r\n  <h2 style=\"margin-bottom: 1px;\">Declaração de Conteúdo</h2>\r\n  \r\n  <table style=\"width: 16cm; border: solid 2px; height: 2.5cm; margin-top: 3px;\">\r\n    <tbody>\r\n      <tr><td class=\"td-dec\" colspan=\"2\"><b>Remetente: </b>{{c.name}}</td></tr>\r\n      <tr><td class=\"td-dec\" colspan=\"2\"><b>CPF/CNPJ: </b>{{ u.b_CPF }}</td></tr>\r\n      <tr><td class=\"td-dec\" colspan=\"2\"><b>Endereço: </b>{{ u.b_address }}</td></tr>\r\n      <tr>\r\n        <td class=\"td-dec\" style=\"width: 70%;\"><b>Cidade/UF: </b>{{ u.b_city }} / {{ u.b_state }}</td>\r\n        <td class=\"td-dec\" style=\"border-left: 2px solid;\"><b>Cep: </b>{{ u.b_zipcode }}</td>\r\n      </tr>\r\n    </tbody>\r\n  </table>\r\n\r\n  <table style=\"width: 16cm; border: solid 2px; height: 2.5cm; margin-top: 3px;\">\r\n    <tbody>\r\n      <tr><td class=\"td-dec\" colspan=\"2\"><b>Destinatario: </b>{{ u.firstname }} {{ u.lastname }}</td></tr>\r\n      <tr><td class=\"td-dec\" colspan=\"2\"><b>CPF/CNPJ: </b>{{ c.cnpj_cpf }}</td></tr>\r\n      <tr><td class=\"td-dec\" colspan=\"2\"><b>Endereço: </b>{{c.address}}</td></tr>\r\n      <tr>\r\n        <td class=\"td-dec\" style=\"width: 70%;\"><b>Cidade/UF: </b>{{c.city}} / {{c.state}}</td>\r\n        <td class=\"td-dec\" style=\"border-left: 2px solid;\"><b>Cep: </b>{{c.zipcode}}</td>\r\n      </tr>\r\n    </tbody>\r\n  </table>\r\n\r\n  <table style=\"width: 16cm; border: solid 2px; margin-top: 3px;\">\r\n    <thead><tr><th class=\"td-dec\"  colspan=\"3\">IDENTIFICAÇÃO DOS BENS</th></tr></thead>\r\n    <tbody>\r\n      <tr>\r\n        <td class=\"td-dec\" style=\"width: 50%; text-align: center; font-weight: bold;\">Discriminação De Conteúdo</td>\r\n        <td class=\"td-dec\" style=\"width: 30%; text-align: center; font-weight: bold;\">Quantidade</td>\r\n        <td class=\"td-dec\" style=\"width: 20%; text-align: center; font-weight: bold;\">Valor</td>\r\n      </tr>\r\n\r\n       {{ snippet(\"products_table\") }}\r\n    \r\n      <tr>\r\n        <td class=\"td-dec\" colspan=\"2\" height=\"24\" style=\"text-align: center; font-weight: bold;\">Valor Total</td>\r\n        <td class=\"td-dec\" >{{ currencies.BRL.symbol }} {{ o.subtotal }}</td>\r\n      </tr>\r\n    </tbody>\r\n    \r\n  </table>\r\n  <table style=\"width: 16cm; border: solid 2px; margin-top: 3px;\">\r\n    <thead><tr><th class=\"td-dec\"  colspan=\"3\">IDENTIFICAÇÃO DOS BENS</th></tr></thead>\r\n    <tbody>\r\n      <tr>\r\n        <th class=\"td-dec\"  colspan=\"3\" style=\"text-align: justify; padding: 5px; font-weight: normal; font-family: helvetica; font-size: 10pt;\">\r\n          <p>\r\n            &ensp; &ensp; Declaro, não ser pessoa física ou jurídica, que realize, com habitualidade ou em volume que\r\n            caracterize intuito comercial, operações de circulação de mercadoria, ainda que estas se iniciem no exterior,\r\n            que o conteúdo declarado e não está sujeito à tributação, e que sou o único responsável por eventuais\r\n            penalidades ou danos decorrentes de informações inverídicas. \r\n          </p>\r\n          <div style=\"display: flex; flex-direction: row;\">\r\n            <p>_________________________,________de__________de________ </p>\r\n            <div style=\"display: flex; flex-direction: column; margin-left: 10px;\">\r\n              <p style=\"margin-bottom: 2px;\">______________________</p>\r\n              <p style=\"text-align: center; margin-top: 0;\">Assinatura do<br/>declarante/remetente</p>\r\n            </div>\r\n          </div>\r\n        </th>\r\n      </tr>\r\n    </tbody>\r\n  </table>\r\n\r\n  <table style=\"width: 16cm; border: solid 2px; margin-top: 3px;\">\r\n    <th class=\"td-dec\" ead style=\"background-color: white; font-weight: normal;\">\r\n      <tr>\r\n        <th class=\"td-dec\"  colspan=\"3\">\r\n          <b>Atenção: </b> O declarante/remetente é responsável exclusivamente pelas informações declaradas.\r\n        </th>\r\n      </tr>\r\n    </thead>\r\n    <tbody>\r\n      <tr>\r\n        <th class=\"td-dec\"  colspan=\"3\" style=\"text-align: justify; padding: 5px; font-weight: normal; font-family: helvetica; font-size: 10pt;\">\r\n          <b>Observação:</b> <br/>\r\n          I. É Contribuinte de ICMS qualquer pessoa física ou jurídica, que realize, com habitualidade ou em volume que\r\n              caracterize intuito comercial, operações de circulação de mercadoria ou prestações de serviços de transportes\r\n              interestadual e intermunicipal e de comunicação, ainda que as operações e prestações se iniciem no exterior (Lei\r\n              Complementar nº 87/96 Art. 4º). \r\n          <br/>\r\n          II. Constitui crime contra a ordem tributária suprimir ou reduzir tributo, ou contribuição social e qualquer acessório:\r\n              quando negar ou deixar de fornecer, quando obrigatório, nota fiscal ou documento equivalente, relativa a venda\r\n              de mercadoria ou prestação de serviço, efetivamente realizada, ou fornecê-la em desacordo com a legislação. Sob\r\n              pena de reclusão de 2 (dois) a 5 (anos), e multa (Lei 8.137/90 Art. 1º, V). \r\n        </th>\r\n      </tr>\r\n    </tbody>\r\n  </table>\r\n</div>\r\n\r\n<style>\r\nthead{\r\n  background-color: #C1C1C1;\r\n  font-family: helvetica;\r\n  font-size: 12;\r\n  padding: 0;\r\n}\r\n.th-dec{\r\n  border-bottom: solid 2px;\r\n  height: 10px;\r\n}\r\n.td-dec{\r\n  border-bottom: 1px solid;\r\n  border-left: solid 1px;\r\n  width: 16cm;\r\n  font-family: helvetica;\r\n  font-size: 10pt;\r\n  padding: 4px;\r\n  min-height: 10px;\r\n}\r\nspan{\r\n  font-weight: bold;\r\n}\r\ntable{\r\n  border-spacing: 0;\r\n  width: 16cm;\r\n}\r\n</style>', '<div style=\"width: 21cm; height: 29cm; display: flex; align-items: center; flex-direction: column;\">\r\n      <h2 style=\"margin-bottom: 1px;\">Declaração de Conteúdo</h2>\r\n      \r\n      <table style=\"width: 16cm; border: solid 2px; height: 2.5cm; margin-top: 3px;\">\r\n        <tbody>\r\n          <tr><td colspan=\"2\"><b>Remetente: </b></td></tr>\r\n          <tr><td colspan=\"2\"><b>CPF/CNPJ: </b></td></tr>\r\n          <tr><td colspan=\"2\"><b>Endereço: </b></td></tr>\r\n          <tr>\r\n            <td style=\"width: 70%;\"><b>Cidade/UF: </b></td>\r\n            <td style=\"border-left: 2px solid;\"><b>Cep: </b></td>\r\n          </tr>\r\n        </tbody>\r\n      </table>\r\n\r\n      <table style=\"width: 16cm; border: solid 2px; height: 2.5cm; margin-top: 3px;\">\r\n        <tbody>\r\n          <tr><td colspan=\"2\"><b>Destinatario: </b></td></tr>\r\n          <tr><td colspan=\"2\"><b>CPF/CNPJ: </b></td></tr>\r\n          <tr><td colspan=\"2\"><b>Endereço: </b></td></tr>\r\n          <tr>\r\n            <td style=\"width: 70%;\"><b>Cidade/UF: </b></td>\r\n            <td style=\"border-left: 2px solid;\"><b>Cep: </b></td>\r\n          </tr>\r\n        </tbody>\r\n      </table>\r\n\r\n      <table style=\"width: 16cm; border: solid 2px; margin-top: 3px;\">\r\n        <thead><tr><th colspan=\"3\">IDENTIFICAÇÃO DOS BENS</th></tr></thead>\r\n        <tbody>\r\n          <tr>\r\n            <td style=\"width: 50%; text-align: center; font-weight: bold;\">Discriminação De Conteúdo</td>\r\n            <td style=\"width: 30%; text-align: center; font-weight: bold;\">Quantidade</td>\r\n            <td style=\"width: 20%; text-align: center; font-weight: bold;\">Peso</td>\r\n          </tr>\r\n\r\n          <tr>\r\n            <td height=\"24\"></td>\r\n            <td></td>\r\n            <td></td>\r\n          </tr>\r\n\r\n          <tr>\r\n            <td height=\"24\"></td>\r\n            <td></td>\r\n            <td></td>\r\n          </tr>\r\n\r\n          <tr>\r\n            <td height=\"24\"></td>\r\n            <td></td>\r\n            <td></td>\r\n          </tr>\r\n\r\n          <tr>\r\n            <td height=\"24\"></td>\r\n            <td></td>\r\n            <td></td>\r\n          </tr>\r\n\r\n          <tr>\r\n            <td colspan=\"2\" height=\"24\" style=\"text-align: center; font-weight: bold;\">Valor Total</td>\r\n            <td></td>\r\n          </tr>\r\n        </tbody>\r\n        \r\n      </table>\r\n      <table style=\"width: 16cm; border: solid 2px; margin-top: 3px;\">\r\n        <thead><tr><th colspan=\"3\">IDENTIFICAÇÃO DOS BENS</th></tr></thead>\r\n        <tbody>\r\n          <tr>\r\n            <th colspan=\"3\" style=\"text-align: justify; padding: 5px; font-weight: normal; font-family: helvetica; font-size: 10pt;\">\r\n              <p>\r\n                &ensp; &ensp; Declaro, não ser pessoa física ou jurídica, que realize, com habitualidade ou em volume que\r\n                caracterize intuito comercial, operações de circulação de mercadoria, ainda que estas se iniciem no exterior,\r\n                que o conteúdo declarado e não está sujeito à tributação, e que sou o único responsável por eventuais\r\n                penalidades ou danos decorrentes de informações inverídicas. \r\n              </p>\r\n              <div style=\"display: flex; flex-direction: row;\">\r\n                <p>_________________________,________de__________de________ </p>\r\n                <div style=\"display: flex; flex-direction: column; margin-left: 10px;\">\r\n                  <p style=\"margin-bottom: 2px;\">______________________</p>\r\n                  <p style=\"text-align: center; margin-top: 0;\">Assinatura do<br/>declarante/remetente</p>\r\n                </div>\r\n              </div>\r\n            </th>\r\n          </tr>\r\n        </tbody>\r\n      </table>\r\n\r\n      <table style=\"width: 16cm; border: solid 2px; margin-top: 3px;\">\r\n        <thead style=\"background-color: white; font-weight: normal;\">\r\n          <tr>\r\n            <th colspan=\"3\">\r\n              <b>Atenção: </b> O declarante/remetente é responsável exclusivamente pelas informações declaradas.\r\n            </th>\r\n          </tr>\r\n        </thead>\r\n        <tbody>\r\n          <tr>\r\n            <th colspan=\"3\" style=\"text-align: justify; padding: 5px; font-weight: normal; font-family: helvetica; font-size: 10pt;\">\r\n              <b>Observação:</b> <br/>\r\n              I. É Contribuinte de ICMS qualquer pessoa física ou jurídica, que realize, com habitualidade ou em volume que\r\n                 caracterize intuito comercial, operações de circulação de mercadoria ou prestações de serviços de transportes\r\n                 interestadual e intermunicipal e de comunicação, ainda que as operações e prestações se iniciem no exterior (Lei\r\n                 Complementar nº 87/96 Art. 4º). \r\n              <br/>\r\n              II. Constitui crime contra a ordem tributária suprimir ou reduzir tributo, ou contribuição social e qualquer acessório:\r\n                  quando negar ou deixar de fornecer, quando obrigatório, nota fiscal ou documento equivalente, relativa a venda\r\n                  de mercadoria ou prestação de serviço, efetivamente realizada, ou fornecê-la em desacordo com a legislação. Sob\r\n                  pena de reclusão de 2 (dois) a 5 (anos), e multa (Lei 8.137/90 Art. 1º, V). \r\n            </th>\r\n          </tr>\r\n        </tbody>\r\n      </table>\r\n    </div>\r\n\r\n  <style>\r\n    thead{\r\n      background-color: #C1C1C1;\r\n      font-family: helvetica;\r\n      font-size: 12;\r\n      padding: 0;\r\n    }\r\n    th{\r\n      border-bottom: solid 2px;\r\n      height: 10px;\r\n    }\r\n    td{\r\n      border-bottom: 1px solid;\r\n      border-left: solid 1px;\r\n      width: 16cm;\r\n      font-family: helvetica;\r\n      font-size: 10pt;\r\n      padding: 4px;\r\n      min-height: 10px;\r\n    }\r\n    span{\r\n      font-weight: bold;\r\n    }\r\n    table{\r\n      border-spacing: 0;\r\n      width: 16cm;\r\n    }\r\n  </style>', 'A', NULL, NULL, '', 1627500119, 1627347662),
(40, 'bill_to', 'product_imagem', NULL, '\n        {% if u.b_firstname or u.b_lastname or u.b_address or u.b_address_2 or u.b_city or u.b_state_descr or u.b_zipcode %}\n        <h2 style=\"margin: 0px; font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #444444; text-transform: uppercase; padding-bottom: 20px; border-bottom: 3px solid #e8e8e8; margin-bottom: 20px;\">{{__(\"bill_to\")}}</h2>\n        <p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n            <strong>{{u.b_firstname}} {{u.b_lastname}}</strong>\n        </p>\n        <p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n            {{u.b_address}} <br>{{u.b_address_2}}\n        </p>\n        <p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n            {{u.b_city}}, {{u.b_state_descr}} {{u.b_zipcode}}\n        </p>\n        <p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n            {{u.b_country_descr}}\n        </p>\n        <p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n            <bdi>{{u.b_phone}}</bdi>\n        </p>\n        {% endif %}\n', 'A', NULL, NULL, '', 1652210318, 1652210200),
(41, 'company_address', 'product_imagem', NULL, '{% set parts = [c.city] %}\n{% if c.state_descr %}\n    <p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">{% set parts = parts|merge([c.state_descr]) %}</p>\n{% endif %}\n\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">{{ c.address }}</p>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">{{ parts|join(\', \') }} {{ c.zipcode }}</p>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">{{ c.country_descr }} </p>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\"><bdi>{{ c.phone }} </bdi></p>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">{{ c.users_department }} </p>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">{{ c.website }} </p>\n', 'A', NULL, NULL, '', 1652210318, 1652210200),
(42, 'pickup_point', 'product_imagem', NULL, '<h2 style=\"margin: 0px; font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #444444; text-transform: uppercase; padding-bottom: 20px; border-bottom: 3px solid #e8e8e8; margin-bottom: 20px;\">{{__(\"ship_to\")}}</h2>\n{% if pickup_point.name %}\n    <p style=\"margin: 0px; font-size:14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px;\">\n        <strong>{{ pickup_point.name }}</strong>\n    </p>\n{% endif %}\n{% if pickup_point.full_address %}\n    <p style=\"margin: 0px; font-size:14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px;\">\n        {{ pickup_point.full_address }}\n    </p>\n{% endif %}\n{% if pickup_point.phone %}\n    <p style=\"margin: 0px; font-size:14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px;\">\n        <strong>{{ __(\"phone\") }}:</strong>\n        {{ pickup_point.phone }}\n    </p>\n{% endif %}\n{% if pickup_point.open_hours %}\n    <p style=\"margin: 0px; font-size:14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px;\">\n        <strong>{{ __(\"open_hours\") }}:</strong><br/>\n        {{ pickup_point.open_hours }}\n    </p>\n{% endif %}\n{% if pickup_point.description %}\n    <p style=\"margin: 0px; font-size:14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px;\">\n        <strong>{{ __(\"description\") }}:</strong><br/>\n        {{ pickup_point.description }}\n    </p>\n{% endif %}', 'A', NULL, NULL, '', 1652210318, 1652210200),
(43, 'products_table', 'product_imagem', NULL, '{% if products_table.rows %}\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"border-top: 3px solid #444; color: #444;  text-transofrm: uppercase; border-collapse: separate; font-family: Helvetica, Arial, sans-serif;\">\n    <tbody>\n        <tr style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif; font-weight: 600; text-transform: uppercase; text-align: center; vertical-aling: top;\">\n            {% for  header in products_table.headers %}\n                <td style=\"padding:10px; font-family: Helvetica, Arial, sans-serif;\">{{ header }}</td>\n            {% endfor %}\n        </tr>\n        {% for  row in products_table.rows %}\n            <tr style=\"font-size: 14px; font-family: Helvetica, Arial, sans-serif; font-weight: 400; text-transform: uppercase; text-align: center; vertical-aling: middle;\">\n                {% for  column in row %}\n                    <td style=\"padding:10px 0px; border-bottom: 1px solid #ebebeb; font-family: Helvetica, Arial, sans-serif;\">{{ column }}</td>\n                {% endfor %}\n            </tr>\n        {% endfor %}\n    </tbody>\n</table>\n{% endif %}', 'A', '{\"used_table\":\"1\",\"variable_schema\":\"order_products_table\"}', '\"fn_snippet_init_order_product_table_variable\"', '', 1652210318, 1652210200),
(44, 'returned_products_table', 'product_imagem', NULL, '{% if products_table.rows %}<table width=\"100%\" cellpadding=\"0\" cellspacing=\"1\" style=\"border-collapse: separate; border-spacing: 1px; background-color: #dddddd; margin-top: 20px;\">\n\n<thead>\n    <tr>\n\n        {% for  header in products_table.headers %}\n            <th style=\"background-color: #eeeeee; padding: 6px 10px; white-space: nowrap; font-size: 12px; font-family: Arial;\">{{ header }}</th>\n        {% endfor %}\n    </tr>\n</thead>\n<tbody>\n    {% for  row in products_table.rows %}\n        <tr>\n            {% for  column in row %}\n                <td style=\"padding: 5px 10px; background-color: #ffffff; font-size: 12px; font-family: Arial;\">{{ column }}</td>\n            {% endfor %}\n        </tr>\n    {% endfor %}\n</tbody>\n</table>\n{% endif %}', 'A', '{\"used_table\":\"1\",\"variable_schema\":\"order_returned_products_table\"}', '\"fn_rma_init_snippet_returned_products_table_variable\"', 'rma', 1652210318, 1652210200),
(45, 'ship_to', 'product_imagem', NULL, '<h2 style=\"margin: 0px; font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #444444; text-transform: uppercase; padding-bottom: 20px; border-bottom: 3px solid #e8e8e8; margin-bottom: 20px;\">{{__(\"ship_to\")}}</h2>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n    {% if u.s_firstname %}\n        <strong>{{u.s_firstname}} {{u.s_lastname}}</strong>\n    {% else %}\n        <strong>{{u.firstname}} {{u.lastname}}</strong>\n    {% endif %}\n</p>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n    {{u.s_address}} <br>{{u.s_address_2}}\n</p>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n    {{u.s_city}}, {{u.s_state_descr}} {{u.s_zipcode}}\n</p>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n    {{u.s_country_descr}}\n</p>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n    {% if u.s_phone %}\n        <bdi>{{u.s_phone}}</bdi>\n    {% else %}\n        <bdi>{{u.phone}}</bdi>\n    {% endif %}\n</p>', 'A', NULL, NULL, '', 1652210318, 1652210200),
(52, 'bill_to', 'order_image_product', NULL, '\n        {% if u.b_firstname or u.b_lastname or u.b_address or u.b_address_2 or u.b_city or u.b_state_descr or u.b_zipcode %}\n        <h2 style=\"margin: 0px; font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #444444; text-transform: uppercase; padding-bottom: 20px; border-bottom: 3px solid #e8e8e8; margin-bottom: 20px;\">{{__(\"bill_to\")}}</h2>\n        <p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n            <strong>{{u.b_firstname}} {{u.b_lastname}}</strong>\n        </p>\n        <p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n            {{u.b_address}} <br>{{u.b_address_2}}\n        </p>\n        <p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n            {{u.b_city}}, {{u.b_state_descr}} {{u.b_zipcode}}\n        </p>\n        <p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n            {{u.b_country_descr}}\n        </p>\n        <p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n            <bdi>{{u.b_phone}}</bdi>\n        </p>\n        {% endif %}\n', 'A', NULL, NULL, '', 1652212171, 1652212171),
(53, 'company_address', 'order_image_product', NULL, '{% set parts = [c.city] %}\n{% if c.state_descr %}\n    <p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">{% set parts = parts|merge([c.state_descr]) %}</p>\n{% endif %}\n\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">{{ c.address }}</p>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">{{ parts|join(\', \') }} {{ c.zipcode }}</p>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">{{ c.country_descr }} </p>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\"><bdi>{{ c.phone }} </bdi></p>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">{{ c.users_department }} </p>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">{{ c.website }} </p>\n', 'A', NULL, NULL, '', 1652212171, 1652212171),
(54, 'pickup_point', 'order_image_product', NULL, '<h2 style=\"margin: 0px; font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #444444; text-transform: uppercase; padding-bottom: 20px; border-bottom: 3px solid #e8e8e8; margin-bottom: 20px;\">{{__(\"ship_to\")}}</h2>\n{% if pickup_point.name %}\n    <p style=\"margin: 0px; font-size:14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px;\">\n        <strong>{{ pickup_point.name }}</strong>\n    </p>\n{% endif %}\n{% if pickup_point.full_address %}\n    <p style=\"margin: 0px; font-size:14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px;\">\n        {{ pickup_point.full_address }}\n    </p>\n{% endif %}\n{% if pickup_point.phone %}\n    <p style=\"margin: 0px; font-size:14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px;\">\n        <strong>{{ __(\"phone\") }}:</strong>\n        {{ pickup_point.phone }}\n    </p>\n{% endif %}\n{% if pickup_point.open_hours %}\n    <p style=\"margin: 0px; font-size:14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px;\">\n        <strong>{{ __(\"open_hours\") }}:</strong><br/>\n        {{ pickup_point.open_hours }}\n    </p>\n{% endif %}\n{% if pickup_point.description %}\n    <p style=\"margin: 0px; font-size:14px; font-family: Helvetica, Arial, sans-serif; padding-bottom: 5px;\">\n        <strong>{{ __(\"description\") }}:</strong><br/>\n        {{ pickup_point.description }}\n    </p>\n{% endif %}', 'A', NULL, NULL, '', 1652212171, 1652212171);
INSERT INTO `partiushop_template_snippets` (`snippet_id`, `code`, `type`, `template`, `default_template`, `status`, `params`, `handler`, `addon`, `updated`, `created`) VALUES
(55, 'products_table', 'order_image_product', NULL, '{% if products_table.rows %}\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"border-top: 3px solid #444; color: #444;  text-transofrm: uppercase; border-collapse: separate; font-family: Helvetica, Arial, sans-serif;\">\n    <tbody>\n        <tr style=\"font-size: 12px; font-family: Helvetica, Arial, sans-serif; font-weight: 600; text-transform: uppercase; text-align: center; vertical-aling: top;\">\n            {% for  header in products_table.headers %}\n                <td style=\"padding:10px; font-family: Helvetica, Arial, sans-serif;\">{{ header }}</td>\n            {% endfor %}\n        </tr>\n        {% for  row in products_table.rows %}\n            <tr style=\"font-size: 14px; font-family: Helvetica, Arial, sans-serif; font-weight: 400; text-transform: uppercase; text-align: center; vertical-aling: middle;\">\n                {% for  column in row %}\n                    <td style=\"padding:10px 0px; border-bottom: 1px solid #ebebeb; font-family: Helvetica, Arial, sans-serif;\">{{ column }}</td>\n                {% endfor %}\n            </tr>\n        {% endfor %}\n    </tbody>\n</table>\n{% endif %}', 'A', '{\"used_table\":\"1\",\"variable_schema\":\"order_products_table\"}', '\"fn_snippet_init_order_product_table_variable\"', '', 1652212171, 1652212171),
(56, 'returned_products_table', 'order_image_product', NULL, '{% if products_table.rows %}<table width=\"100%\" cellpadding=\"0\" cellspacing=\"1\" style=\"border-collapse: separate; border-spacing: 1px; background-color: #dddddd; margin-top: 20px;\">\n\n<thead>\n    <tr>\n\n        {% for  header in products_table.headers %}\n            <th style=\"background-color: #eeeeee; padding: 6px 10px; white-space: nowrap; font-size: 12px; font-family: Arial;\">{{ header }}</th>\n        {% endfor %}\n    </tr>\n</thead>\n<tbody>\n    {% for  row in products_table.rows %}\n        <tr>\n            {% for  column in row %}\n                <td style=\"padding: 5px 10px; background-color: #ffffff; font-size: 12px; font-family: Arial;\">{{ column }}</td>\n            {% endfor %}\n        </tr>\n    {% endfor %}\n</tbody>\n</table>\n{% endif %}', 'A', '{\"used_table\":\"1\",\"variable_schema\":\"order_returned_products_table\"}', '\"fn_rma_init_snippet_returned_products_table_variable\"', 'rma', 1652212171, 1652212171),
(57, 'ship_to', 'order_image_product', NULL, '<h2 style=\"margin: 0px; font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #444444; text-transform: uppercase; padding-bottom: 20px; border-bottom: 3px solid #e8e8e8; margin-bottom: 20px;\">{{__(\"ship_to\")}}</h2>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n    {% if u.s_firstname %}\n        <strong>{{u.s_firstname}} {{u.s_lastname}}</strong>\n    {% else %}\n        <strong>{{u.firstname}} {{u.lastname}}</strong>\n    {% endif %}\n</p>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n    {{u.s_address}} <br>{{u.s_address_2}}\n</p>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n    {{u.s_city}}, {{u.s_state_descr}} {{u.s_zipcode}}\n</p>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n    {{u.s_country_descr}}\n</p>\n<p style=\"margin: 0px; padding-bottom: 5px; font-family: Helvetica, Arial, sans-serif;\">\n    {% if u.s_phone %}\n        <bdi>{{u.s_phone}}</bdi>\n    {% else %}\n        <bdi>{{u.phone}}</bdi>\n    {% endif %}\n</p>', 'A', NULL, NULL, '', 1652212171, 1652212171);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_template_snippet_descriptions`
--

CREATE TABLE `partiushop_template_snippet_descriptions` (
  `snippet_id` int(11) UNSIGNED NOT NULL,
  `lang_code` varchar(2) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_template_snippet_descriptions`
--

INSERT INTO `partiushop_template_snippet_descriptions` (`snippet_id`, `lang_code`, `name`) VALUES
(1, 'da', 'Footer'),
(1, 'de', 'Footer'),
(1, 'el', 'Footer'),
(1, 'en', 'Footer'),
(1, 'es', 'Footer'),
(1, 'fr', 'Footer'),
(1, 'it', 'Footer'),
(1, 'nl', 'Footer'),
(1, 'no', 'Footer'),
(1, 'pt', 'Footer'),
(1, 'ro', 'Footer'),
(1, 'ru', 'Footer'),
(2, 'da', 'Header'),
(2, 'de', 'Header'),
(2, 'el', 'Header'),
(2, 'en', 'Header'),
(2, 'es', 'Header'),
(2, 'fr', 'Header'),
(2, 'it', 'Header'),
(2, 'nl', 'Header'),
(2, 'no', 'Header'),
(2, 'pt', 'Header'),
(2, 'ro', 'Header'),
(2, 'ru', 'Header'),
(3, 'da', 'Bill to'),
(3, 'de', 'Bill to'),
(3, 'el', 'Bill to'),
(3, 'en', 'Bill to'),
(3, 'es', 'Bill to'),
(3, 'fr', 'Bill to'),
(3, 'it', 'Bill to'),
(3, 'nl', 'Bill to'),
(3, 'no', 'Bill to'),
(3, 'pt', 'Bill to'),
(3, 'ro', 'Bill to'),
(3, 'ru', 'Плательщик'),
(4, 'da', 'Company address'),
(4, 'de', 'Company address'),
(4, 'el', 'Company address'),
(4, 'en', 'Company address'),
(4, 'es', 'Company address'),
(4, 'fr', 'Company address'),
(4, 'it', 'Company address'),
(4, 'nl', 'Company address'),
(4, 'no', 'Company address'),
(4, 'pt', 'Company address'),
(4, 'ro', 'Company address'),
(4, 'ru', 'Адрес компании'),
(5, 'da', 'Products table'),
(5, 'de', 'Products table'),
(5, 'el', 'Products table'),
(5, 'en', 'Products table'),
(5, 'es', 'Products table'),
(5, 'fr', 'Products table'),
(5, 'it', 'Products table'),
(5, 'nl', 'Products table'),
(5, 'no', 'Products table'),
(5, 'pt', 'Products table'),
(5, 'ro', 'Products table'),
(5, 'ru', 'Таблица товаров'),
(6, 'da', 'Shipping address'),
(6, 'de', 'Shipping address'),
(6, 'el', 'Shipping address'),
(6, 'en', 'Shipping address'),
(6, 'es', 'Shipping address'),
(6, 'fr', 'Shipping address'),
(6, 'it', 'Shipping address'),
(6, 'nl', 'Shipping address'),
(6, 'no', 'Shipping address'),
(6, 'pt', 'Shipping address'),
(6, 'ro', 'Shipping address'),
(6, 'ru', 'Адрес доставки'),
(7, 'da', 'Pickup point'),
(7, 'de', 'Pickup point'),
(7, 'el', 'Pickup point'),
(7, 'en', 'Pickup point'),
(7, 'es', 'Pickup point'),
(7, 'fr', 'Pickup point'),
(7, 'it', 'Pickup point'),
(7, 'nl', 'Pickup point'),
(7, 'no', 'Pickup point'),
(7, 'pt', 'Pickup point'),
(7, 'ro', 'Pickup point'),
(7, 'ru', 'Пункт выдачи'),
(8, 'da', 'Products table'),
(8, 'de', 'Products table'),
(8, 'el', 'Products table'),
(8, 'en', 'Products table'),
(8, 'es', 'Products table'),
(8, 'fr', 'Products table'),
(8, 'it', 'Products table'),
(8, 'nl', 'Products table'),
(8, 'no', 'Products table'),
(8, 'pt', 'Products table'),
(8, 'ro', 'Products table'),
(8, 'ru', 'Таблица товаров'),
(9, 'da', 'Shipping address'),
(9, 'de', 'Shipping address'),
(9, 'el', 'Shipping address'),
(9, 'en', 'Shipping address'),
(9, 'es', 'Shipping address'),
(9, 'fr', 'Shipping address'),
(9, 'it', 'Shipping address'),
(9, 'nl', 'Shipping address'),
(9, 'no', 'Shipping address'),
(9, 'pt', 'Shipping address'),
(9, 'ro', 'Shipping address'),
(9, 'ru', 'Адрес доставки'),
(10, 'da', 'Pickup point'),
(10, 'de', 'Pickup point'),
(10, 'el', 'Pickup point'),
(10, 'en', 'Pickup point'),
(10, 'es', 'Pickup point'),
(10, 'fr', 'Pickup point'),
(10, 'it', 'Pickup point'),
(10, 'nl', 'Pickup point'),
(10, 'no', 'Pickup point'),
(10, 'pt', 'Pickup point'),
(10, 'ro', 'Pickup point'),
(10, 'ru', 'Пункт выдачи'),
(11, 'da', 'Bill to'),
(11, 'de', 'Bill to'),
(11, 'el', 'Bill to'),
(11, 'en', 'Bill to'),
(11, 'es', 'Bill to'),
(11, 'fr', 'Bill to'),
(11, 'it', 'Bill to'),
(11, 'nl', 'Bill to'),
(11, 'no', 'Bill to'),
(11, 'pt', 'Bill to'),
(11, 'ro', 'Bill to'),
(11, 'ru', 'Плательщик'),
(12, 'da', 'Company address'),
(12, 'de', 'Company address'),
(12, 'el', 'Company address'),
(12, 'en', 'Company address'),
(12, 'es', 'Company address'),
(12, 'fr', 'Company address'),
(12, 'it', 'Company address'),
(12, 'nl', 'Company address'),
(12, 'no', 'Company address'),
(12, 'pt', 'Company address'),
(12, 'ro', 'Company address'),
(12, 'ru', 'Адрес компании'),
(13, 'da', 'Company info'),
(13, 'de', 'Company info'),
(13, 'el', 'Company info'),
(13, 'en', 'Company info'),
(13, 'es', 'Company info'),
(13, 'fr', 'Company info'),
(13, 'it', 'Company info'),
(13, 'nl', 'Company info'),
(13, 'no', 'Company info'),
(13, 'pt', 'Company info'),
(13, 'ro', 'Company info'),
(13, 'ru', 'Информация о компании'),
(14, 'da', 'Order date'),
(14, 'de', 'Order date'),
(14, 'el', 'Order date'),
(14, 'en', 'Order date'),
(14, 'es', 'Order date'),
(14, 'fr', 'Order date'),
(14, 'it', 'Order date'),
(14, 'nl', 'Order date'),
(14, 'no', 'Order date'),
(14, 'pt', 'Order date'),
(14, 'ro', 'Order date'),
(14, 'ru', 'Дата заказа'),
(15, 'da', 'Order info'),
(15, 'de', 'Order info'),
(15, 'el', 'Order info'),
(15, 'en', 'Order info'),
(15, 'es', 'Order info'),
(15, 'fr', 'Order info'),
(15, 'it', 'Order info'),
(15, 'nl', 'Order info'),
(15, 'no', 'Order info'),
(15, 'pt', 'Order info'),
(15, 'ro', 'Order info'),
(15, 'ru', 'Информация о заказе'),
(16, 'da', 'Packing slip notes'),
(16, 'de', 'Packing slip notes'),
(16, 'el', 'Packing slip notes'),
(16, 'en', 'Packing slip notes'),
(16, 'es', 'Packing slip notes'),
(16, 'fr', 'Packing slip notes'),
(16, 'it', 'Packing slip notes'),
(16, 'nl', 'Packing slip notes'),
(16, 'no', 'Packing slip notes'),
(16, 'pt', 'Packing slip notes'),
(16, 'ro', 'Packing slip notes'),
(16, 'ru', 'Примечания'),
(17, 'da', 'Products table'),
(17, 'de', 'Products table'),
(17, 'el', 'Products table'),
(17, 'en', 'Products table'),
(17, 'es', 'Products table'),
(17, 'fr', 'Products table'),
(17, 'it', 'Products table'),
(17, 'nl', 'Products table'),
(17, 'no', 'Products table'),
(17, 'pt', 'Products table'),
(17, 'ro', 'Products table'),
(17, 'ru', 'Таблица товаров'),
(18, 'da', 'Shipping address'),
(18, 'de', 'Shipping address'),
(18, 'el', 'Shipping address'),
(18, 'en', 'Shipping address'),
(18, 'es', 'Shipping address'),
(18, 'fr', 'Shipping address'),
(18, 'it', 'Shipping address'),
(18, 'nl', 'Shipping address'),
(18, 'no', 'Shipping address'),
(18, 'pt', 'Shipping address'),
(18, 'ro', 'Shipping address'),
(18, 'ru', 'Адрес доставки'),
(19, 'da', 'Pickup point'),
(19, 'de', 'Pickup point'),
(19, 'el', 'Pickup point'),
(19, 'en', 'Pickup point'),
(19, 'es', 'Pickup point'),
(19, 'fr', 'Pickup point'),
(19, 'it', 'Pickup point'),
(19, 'nl', 'Pickup point'),
(19, 'no', 'Pickup point'),
(19, 'pt', 'Pickup point'),
(19, 'ro', 'Pickup point'),
(19, 'ru', 'Пункт выдачи'),
(20, 'da', 'Vendor plans: plan details'),
(20, 'de', 'Vendor plans: plan details'),
(20, 'el', 'Vendor plans: plan details'),
(20, 'en', 'Vendor plans: plan details'),
(20, 'es', 'Vendor plans: plan details'),
(20, 'fr', 'Vendor plans: plan details'),
(20, 'it', 'Vendor plans: plan details'),
(20, 'nl', 'Vendor plans: plan details'),
(20, 'no', 'Vendor plans: plan details'),
(20, 'pt', 'Vendor plans: plan details'),
(20, 'ro', 'Vendor plans: plan details'),
(20, 'ru', 'Vendor plans: plan details'),
(21, 'da', 'Info'),
(21, 'de', 'Info'),
(21, 'el', 'Info'),
(21, 'en', 'Info'),
(21, 'es', 'Info'),
(21, 'fr', 'Info'),
(21, 'it', 'Info'),
(21, 'nl', 'Info'),
(21, 'no', 'Info'),
(21, 'pt', 'Info'),
(21, 'ro', 'Info'),
(21, 'ru', 'Информация'),
(22, 'da', 'Products table'),
(22, 'de', 'Products table'),
(22, 'el', 'Products table'),
(22, 'en', 'Products table'),
(22, 'es', 'Products table'),
(22, 'fr', 'Products table'),
(22, 'it', 'Products table'),
(22, 'nl', 'Products table'),
(22, 'no', 'Products table'),
(22, 'pt', 'Products table'),
(22, 'ro', 'Products table'),
(22, 'ru', 'Таблица товаров'),
(23, 'da', 'Bill to'),
(23, 'de', 'Bill to'),
(23, 'el', 'Bill to'),
(23, 'en', 'Bill to'),
(23, 'es', 'Bill to'),
(23, 'fr', 'Bill to'),
(23, 'it', 'Bill to'),
(23, 'nl', 'Bill to'),
(23, 'no', 'Bill to'),
(23, 'pt', 'Bill to'),
(23, 'ro', 'Bill to'),
(23, 'ru', 'Плательщик'),
(24, 'da', 'Company address'),
(24, 'de', 'Company address'),
(24, 'el', 'Company address'),
(24, 'en', 'Company address'),
(24, 'es', 'Company address'),
(24, 'fr', 'Company address'),
(24, 'it', 'Company address'),
(24, 'nl', 'Company address'),
(24, 'no', 'Company address'),
(24, 'pt', 'Company address'),
(24, 'ro', 'Company address'),
(24, 'ru', 'Адрес компании'),
(25, 'da', 'Company info'),
(25, 'de', 'Company info'),
(25, 'el', 'Company info'),
(25, 'en', 'Company info'),
(25, 'es', 'Company info'),
(25, 'fr', 'Company info'),
(25, 'it', 'Company info'),
(25, 'nl', 'Company info'),
(25, 'no', 'Company info'),
(25, 'pt', 'Company info'),
(25, 'ro', 'Company info'),
(25, 'ru', 'Информация о компании'),
(26, 'da', 'Products table'),
(26, 'de', 'Products table'),
(26, 'el', 'Products table'),
(26, 'en', 'Products table'),
(26, 'es', 'Products table'),
(26, 'fr', 'Products table'),
(26, 'it', 'Products table'),
(26, 'nl', 'Products table'),
(26, 'no', 'Products table'),
(26, 'pt', 'Products table'),
(26, 'ro', 'Products table'),
(26, 'ru', 'Таблица товаров'),
(27, 'da', 'Shipping address'),
(27, 'de', 'Shipping address'),
(27, 'el', 'Shipping address'),
(27, 'en', 'Shipping address'),
(27, 'es', 'Shipping address'),
(27, 'fr', 'Shipping address'),
(27, 'it', 'Shipping address'),
(27, 'nl', 'Shipping address'),
(27, 'no', 'Shipping address'),
(27, 'pt', 'Shipping address'),
(27, 'ro', 'Shipping address'),
(27, 'ru', 'Адрес доставки'),
(28, 'da', 'Pickup point'),
(28, 'de', 'Pickup point'),
(28, 'el', 'Pickup point'),
(28, 'en', 'Pickup point'),
(28, 'es', 'Pickup point'),
(28, 'fr', 'Pickup point'),
(28, 'it', 'Pickup point'),
(28, 'nl', 'Pickup point'),
(28, 'no', 'Pickup point'),
(28, 'pt', 'Pickup point'),
(28, 'ro', 'Pickup point'),
(28, 'ru', 'Пункт выдачи'),
(29, 'da', 'Returned products table'),
(29, 'de', 'Returned products table'),
(29, 'el', 'Returned products table'),
(29, 'en', 'Returned products table'),
(29, 'es', 'Returned products table'),
(29, 'fr', 'Returned products table'),
(29, 'it', 'Returned products table'),
(29, 'nl', 'Returned products table'),
(29, 'no', 'Returned products table'),
(29, 'pt', 'Returned products table'),
(29, 'ro', 'Returned products table'),
(29, 'ru', 'Таблица товаров на возврат'),
(30, 'da', 'Returned products table'),
(30, 'de', 'Returned products table'),
(30, 'el', 'Returned products table'),
(30, 'en', 'Returned products table'),
(30, 'es', 'Returned products table'),
(30, 'fr', 'Returned products table'),
(30, 'it', 'Returned products table'),
(30, 'nl', 'Returned products table'),
(30, 'no', 'Returned products table'),
(30, 'pt', 'Returned products table'),
(30, 'ro', 'Returned products table'),
(30, 'ru', 'Таблица товаров на возврат'),
(31, 'da', 'Bill to'),
(31, 'de', 'Bill to'),
(31, 'el', 'Bill to'),
(31, 'en', 'Bill to'),
(31, 'es', 'Bill to'),
(31, 'fr', 'Bill to'),
(31, 'it', 'Bill to'),
(31, 'nl', 'Bill to'),
(31, 'no', 'Bill to'),
(31, 'pt', 'Bill to'),
(31, 'ro', 'Bill to'),
(31, 'ru', 'Плательщик'),
(32, 'da', 'Products table'),
(32, 'de', 'Products table'),
(32, 'el', 'Products table'),
(32, 'en', 'Products table'),
(32, 'es', 'Products table'),
(32, 'fr', 'Products table'),
(32, 'it', 'Products table'),
(32, 'nl', 'Products table'),
(32, 'no', 'Products table'),
(32, 'pt', 'Products table'),
(32, 'ro', 'Products table'),
(32, 'ru', 'Таблица товаров'),
(33, 'da', 'Shipping address'),
(33, 'de', 'Shipping address'),
(33, 'el', 'Shipping address'),
(33, 'en', 'Shipping address'),
(33, 'es', 'Shipping address'),
(33, 'fr', 'Shipping address'),
(33, 'it', 'Shipping address'),
(33, 'nl', 'Shipping address'),
(33, 'no', 'Shipping address'),
(33, 'pt', 'Shipping address'),
(33, 'ro', 'Shipping address'),
(33, 'ru', 'Адрес доставки'),
(34, 'da', 'Pickup point'),
(34, 'de', 'Pickup point'),
(34, 'el', 'Pickup point'),
(34, 'en', 'Pickup point'),
(34, 'es', 'Pickup point'),
(34, 'fr', 'Pickup point'),
(34, 'it', 'Pickup point'),
(34, 'nl', 'Pickup point'),
(34, 'no', 'Pickup point'),
(34, 'pt', 'Pickup point'),
(34, 'ro', 'Pickup point'),
(34, 'ru', 'Пункт выдачи'),
(35, 'da', 'Supplier info'),
(35, 'de', 'Supplier info'),
(35, 'el', 'Supplier info'),
(35, 'en', 'Supplier info'),
(35, 'es', 'Supplier info'),
(35, 'fr', 'Supplier info'),
(35, 'it', 'Supplier info'),
(35, 'nl', 'Supplier info'),
(35, 'no', 'Supplier info'),
(35, 'pt', 'Supplier info'),
(35, 'ro', 'Supplier info'),
(35, 'ru', 'Информация о поставщике'),
(40, 'da', 'Bill to'),
(40, 'de', 'Bill to'),
(40, 'el', 'Bill to'),
(40, 'en', 'Bill to'),
(40, 'es', 'Bill to'),
(40, 'fr', 'Bill to'),
(40, 'it', 'Bill to'),
(40, 'nl', 'Bill to'),
(40, 'no', 'Bill to'),
(40, 'pt', 'Bill to'),
(40, 'ro', 'Bill to'),
(40, 'ru', 'Плательщик'),
(41, 'da', 'Company address'),
(41, 'de', 'Company address'),
(41, 'el', 'Company address'),
(41, 'en', 'Company address'),
(41, 'es', 'Company address'),
(41, 'fr', 'Company address'),
(41, 'it', 'Company address'),
(41, 'nl', 'Company address'),
(41, 'no', 'Company address'),
(41, 'pt', 'Company address'),
(41, 'ro', 'Company address'),
(41, 'ru', 'Адрес компании'),
(42, 'da', 'Pickup point'),
(42, 'de', 'Pickup point'),
(42, 'el', 'Pickup point'),
(42, 'en', 'Pickup point'),
(42, 'es', 'Pickup point'),
(42, 'fr', 'Pickup point'),
(42, 'it', 'Pickup point'),
(42, 'nl', 'Pickup point'),
(42, 'no', 'Pickup point'),
(42, 'pt', 'Pickup point'),
(42, 'ro', 'Pickup point'),
(42, 'ru', 'Пункт выдачи'),
(43, 'da', 'Products table'),
(43, 'de', 'Products table'),
(43, 'el', 'Products table'),
(43, 'en', 'Products table'),
(43, 'es', 'Products table'),
(43, 'fr', 'Products table'),
(43, 'it', 'Products table'),
(43, 'nl', 'Products table'),
(43, 'no', 'Products table'),
(43, 'pt', 'Products table'),
(43, 'ro', 'Products table'),
(43, 'ru', 'Таблица товаров'),
(44, 'da', 'Returned products table'),
(44, 'de', 'Returned products table'),
(44, 'el', 'Returned products table'),
(44, 'en', 'Returned products table'),
(44, 'es', 'Returned products table'),
(44, 'fr', 'Returned products table'),
(44, 'it', 'Returned products table'),
(44, 'nl', 'Returned products table'),
(44, 'no', 'Returned products table'),
(44, 'pt', 'Returned products table'),
(44, 'ro', 'Returned products table'),
(44, 'ru', 'Таблица товаров на возврат'),
(45, 'da', 'Shipping address'),
(45, 'de', 'Shipping address'),
(45, 'el', 'Shipping address'),
(45, 'en', 'Shipping address'),
(45, 'es', 'Shipping address'),
(45, 'fr', 'Shipping address'),
(45, 'it', 'Shipping address'),
(45, 'nl', 'Shipping address'),
(45, 'no', 'Shipping address'),
(45, 'pt', 'Shipping address'),
(45, 'ro', 'Shipping address'),
(45, 'ru', 'Адрес доставки'),
(52, 'da', 'Bill to'),
(52, 'de', 'Bill to'),
(52, 'el', 'Bill to'),
(52, 'en', 'Bill to'),
(52, 'es', 'Bill to'),
(52, 'fr', 'Bill to'),
(52, 'it', 'Bill to'),
(52, 'nl', 'Bill to'),
(52, 'no', 'Bill to'),
(52, 'pt', 'Bill to'),
(52, 'ro', 'Bill to'),
(52, 'ru', 'Плательщик'),
(53, 'da', 'Company address'),
(53, 'de', 'Company address'),
(53, 'el', 'Company address'),
(53, 'en', 'Company address'),
(53, 'es', 'Company address'),
(53, 'fr', 'Company address'),
(53, 'it', 'Company address'),
(53, 'nl', 'Company address'),
(53, 'no', 'Company address'),
(53, 'pt', 'Company address'),
(53, 'ro', 'Company address'),
(53, 'ru', 'Адрес компании'),
(54, 'da', 'Pickup point'),
(54, 'de', 'Pickup point'),
(54, 'el', 'Pickup point'),
(54, 'en', 'Pickup point'),
(54, 'es', 'Pickup point'),
(54, 'fr', 'Pickup point'),
(54, 'it', 'Pickup point'),
(54, 'nl', 'Pickup point'),
(54, 'no', 'Pickup point'),
(54, 'pt', 'Pickup point'),
(54, 'ro', 'Pickup point'),
(54, 'ru', 'Пункт выдачи'),
(55, 'da', 'Products table'),
(55, 'de', 'Products table'),
(55, 'el', 'Products table'),
(55, 'en', 'Products table'),
(55, 'es', 'Products table'),
(55, 'fr', 'Products table'),
(55, 'it', 'Products table'),
(55, 'nl', 'Products table'),
(55, 'no', 'Products table'),
(55, 'pt', 'Products table'),
(55, 'ro', 'Products table'),
(55, 'ru', 'Таблица товаров'),
(56, 'da', 'Returned products table'),
(56, 'de', 'Returned products table'),
(56, 'el', 'Returned products table'),
(56, 'en', 'Returned products table'),
(56, 'es', 'Returned products table'),
(56, 'fr', 'Returned products table'),
(56, 'it', 'Returned products table'),
(56, 'nl', 'Returned products table'),
(56, 'no', 'Returned products table'),
(56, 'pt', 'Returned products table'),
(56, 'ro', 'Returned products table'),
(56, 'ru', 'Таблица товаров на возврат'),
(57, 'da', 'Shipping address'),
(57, 'de', 'Shipping address'),
(57, 'el', 'Shipping address'),
(57, 'en', 'Shipping address'),
(57, 'es', 'Shipping address'),
(57, 'fr', 'Shipping address'),
(57, 'it', 'Shipping address'),
(57, 'nl', 'Shipping address'),
(57, 'no', 'Shipping address'),
(57, 'pt', 'Shipping address'),
(57, 'ro', 'Shipping address'),
(57, 'ru', 'Адрес доставки');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_template_table_columns`
--

CREATE TABLE `partiushop_template_table_columns` (
  `column_id` int(11) UNSIGNED NOT NULL,
  `code` varchar(128) DEFAULT NULL,
  `snippet_code` varchar(128) NOT NULL DEFAULT '',
  `snippet_type` varchar(32) NOT NULL DEFAULT '',
  `status` char(1) NOT NULL DEFAULT '',
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `template` text DEFAULT NULL,
  `default_template` text DEFAULT NULL,
  `addon` varchar(32) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_template_table_columns`
--

INSERT INTO `partiushop_template_table_columns` (`column_id`, `code`, `snippet_code`, `snippet_type`, `status`, `position`, `template`, `default_template`, `addon`) VALUES
(1, 'product', 'products_table', 'order_invoice', 'A', 0, '<table>\r\n<tbody>\r\n<tr>\r\n    <td rowspan=\"2\" style=\"padding-right: 20px; font-family: Helvetica, Arial, sans-serif;\" width=\"20%\">{{ p.image }}\r\n    </td>\r\n    <td style=\"vertical-align: middle; text-align: left;\" width=\"80%\"><span style=\"font-family: Helvetica, Arial, sans-serif; text-transfrom: uppercase; \"><strong style=\"font-weight: 600;\"><a href=\"{{ p.product_url }}\">{{ p.name }}</a></strong></span>\r\n    </td>\r\n</tr>\r\n<tr>\r\n    <td style=\"vertical-align: top; text-align: left; font-family: Helvetica, Arial, sans-serif;\"><span style=\"font-size: 11px; font-weight: 400; font-family: Helvetica, Arial, sans-serif; color: #a8a8a8; \">{% if p.product_code %}{{ p.product_code }}<br> {% endif %}{% if p.options %}{{ p.options }}{%  endif %}</span>\r\n    </td>\r\n</tr>\r\n</tbody>\r\n</table>', '<table>\n<tbody>\n<tr>\n    <td rowspan=\"2\" style=\"padding-right: 20px; font-family: Helvetica, Arial, sans-serif;\" width=\"20%\">{{ p.image }}\n    </td>\n    <td style=\"vertical-align: middle; text-align: left;\" width=\"80%\"><span style=\"font-family: Helvetica, Arial, sans-serif; text-transfrom: uppercase; \"><strong style=\"font-weight: 600;\"><a href=\"{{ p.product_url }}\">{{ p.name }}</a></strong></span>\n    </td>\n</tr>\n<tr>\n    <td style=\"vertical-align: top; text-align: left; font-family: Helvetica, Arial, sans-serif;\"><span style=\"font-size: 11px; font-weight: 400; font-family: Helvetica, Arial, sans-serif; color: #a8a8a8; \">{% if p.product_code %}{{ p.product_code }}<br> {% endif %}{% if p.options %}{{ p.options }}{%  endif %}</span>\n    </td>\n</tr>\n</tbody>\n</table>', ''),
(2, 'amount', 'products_table', 'order_invoice', 'A', 1, NULL, '<p style=\"text-align: center; font-family: Helvetica, Arial, sans-serif;\"><strong style=\"font-weight:600;\">{{ p.amount }}</strong></p>', ''),
(3, 'original_price', 'products_table', 'order_invoice', 'A', 2, NULL, '<p style=\"text-align: center; font-family: Helvetica, Arial, sans-serif;\"><strong style=\"font-weight:600;\">{{ p.original_price }}</strong></p>', ''),
(4, 'discount', 'products_table', 'order_invoice', 'A', 3, NULL, '<p style=\"text-align: center; font-family: Helvetica, Arial, sans-serif;\"><strong style=\"font-weight:600;\">{{ p.discount }}</strong></p>', ''),
(5, 'tax', 'products_table', 'order_invoice', 'A', 4, NULL, '<p style=\"text-align: center; font-family: Helvetica, Arial, sans-serif;\"><strong style=\"font-weight:600;\">{{ p.tax }}</strong></p>', ''),
(6, 'display_subtotal', 'products_table', 'order_invoice', 'A', 5, NULL, '<p style=\"text-align: center; font-family: Helvetica, Arial, sans-serif;\"><strong style=\"font-weight:600;\">{{ p.display_subtotal }}</strong></p>', ''),
(13, 'name', 'products_table', 'packing_slip_default', 'A', 100, NULL, '<p style=\"font-family: Helvetica, Arial, sans-serif;\">{{ p.name }}</p>', ''),
(14, 'product_code', 'products_table', 'packing_slip_default', 'A', 100, '<p>{{ p.amount }}</p>', '<p style=\"text-align: center; font-family: Helvetica, Arial, sans-serif;\">{{ p.product_code }}</p>', ''),
(15, 'amount', 'products_table', 'packing_slip_default', 'A', 100, '<p>{{ p.price }}</p>', '<p style=\"text-align: center; font-family: Helvetica, Arial, sans-serif;\">{{ p.amount }}</p>', ''),
(16, 'name', 'products_table', 'gift_certificate_default', 'A', 10, NULL, '<p><a href=\"{{ p.url }}\">{{ p.name }}</a> {% if p.options %}<br>{{ p.options }}<br>{% endif %}</p>', 'gift_certificates'),
(17, 'amount', 'products_table', 'gift_certificate_default', 'A', 20, NULL, '<p style=\"text-align: center;\">{{ p.amount }}</p>', 'gift_certificates'),
(18, 'code', 'products_table', 'rma_packing_slip_default', 'A', 20, NULL, '<p style=\"font-family: Helvetica, Arial, sans-serif;\">{{ p.code }}</p>', 'rma'),
(19, 'name', 'products_table', 'rma_packing_slip_default', 'A', 30, NULL, '<p style=\"font-family: Helvetica, Arial, sans-serif;\">{{ p.name }}</p>', 'rma'),
(20, 'price', 'products_table', 'rma_packing_slip_default', 'A', 40, NULL, '<p style=\"font-family: Helvetica, Arial, sans-serif;\">{{ p.price }}</p>', 'rma'),
(21, 'amount', 'products_table', 'rma_packing_slip_default', 'A', 50, NULL, '<p style=\"text-align:center; font-family: Helvetica, Arial, sans-serif;\">{{ p.amount }}</p>', 'rma'),
(22, 'reason', 'products_table', 'rma_packing_slip_default', 'A', 60, NULL, '<p style=\"font-family: Helvetica, Arial, sans-serif;\">{{ p.reason_text }}</p>', 'rma'),
(23, 'code', 'returned_products_table', 'order_invoice', 'A', 10, NULL, '<p>{{ p.product_code }}</p>', 'rma'),
(24, 'name', 'returned_products_table', 'order_invoice', 'A', 20, NULL, '<div style=\"float:left;\">{{ p.image }}</div><div><p>{{ p.name }}</p><p>{{ p.options }}</p></div>', 'rma'),
(25, 'amount', 'returned_products_table', 'order_invoice', 'A', 30, NULL, '<p>{{ p.amount }}</p>', 'rma'),
(26, 'subtotal', 'returned_products_table', 'order_invoice', 'A', 40, NULL, '<p>{{ p.display_subtotal }}</p>', 'rma'),
(31, 'code', 'products_table', 'supplier_order_invoice', 'A', 10, NULL, '<p style=\"font-family: Helvetica, Arial, sans-serif;\">{{ p.product_code }}</p>', 'suppliers'),
(32, 'name', 'products_table', 'supplier_order_invoice', 'A', 20, NULL, '<p style=\"font-family: Helvetica, Arial, sans-serif;\">{{ p.name }}</p>{% if p.options %}<p style=\"font-family: Helvetica, Arial, sans-serif;\">{{ p.options }}<br></p>{% endif %}', 'suppliers'),
(33, 'amount', 'products_table', 'supplier_order_invoice', 'A', 30, NULL, '<p style=\"text-align: center; font-family: Helvetica, Arial, sans-serif;\">{{ p.amount }}</p>', 'suppliers'),
(37, 'product', 'products_table', 'order_summary', 'A', 0, NULL, '<table>\n<tbody>\n<tr>\n    <td rowspan=\"2\" style=\"padding-right: 20px; font-family: Helvetica, Arial, sans-serif;\" width=\"20%\">{{ p.image }}\n    </td>\n    <td style=\"vertical-align: middle; text-align: left;\" width=\"80%\"><span style=\"font-family: Helvetica, Arial, sans-serif; text-transfrom: uppercase; \"><strong style=\"font-weight: 600;\"><a href=\"{{ p.product_url }}\">{{ p.name }}</a></strong></span>\n    </td>\n</tr>\n<tr>\n    <td style=\"vertical-align: top; text-align: left; font-family: Helvetica, Arial, sans-serif;\"><span style=\"font-size: 11px; font-weight: 400; font-family: Helvetica, Arial, sans-serif; color: #a8a8a8; \">{% if p.product_code %}{{ p.product_code }}<br> {% endif %}{% if p.options %}{{ p.options }}{%  endif %}</span>\n    </td>\n</tr>\n</tbody>\n</table>', ''),
(38, 'amount', 'products_table', 'order_summary', 'A', 1, NULL, '<p style=\"text-align: center; font-family: Helvetica, Arial, sans-serif;\"><strong style=\"font-weight:600;\">{{ p.amount }}</strong></p>', ''),
(39, 'original_price', 'products_table', 'order_summary', 'A', 2, NULL, '<p style=\"text-align: center; font-family: Helvetica, Arial, sans-serif;\"><strong style=\"font-weight:600;\">{{ p.original_price }}</strong></p>', ''),
(40, 'discount', 'products_table', 'order_summary', 'D', 3, NULL, '<p style=\"text-align: center; font-family: Helvetica, Arial, sans-serif;\"><strong style=\"font-weight:600;\">{{ p.discount }}</strong></p>', ''),
(41, 'tax', 'products_table', 'order_summary', 'D', 4, NULL, '<p style=\"text-align: center; font-family: Helvetica, Arial, sans-serif;\"><strong style=\"font-weight:600;\">{{ p.tax }}</strong></p>', ''),
(42, 'display_subtotal', 'products_table', 'order_summary', 'A', 5, NULL, '<p style=\"text-align: center; font-family: Helvetica, Arial, sans-serif;\"><strong style=\"font-weight:600;\">{{ p.display_subtotal }}</strong></p>', ''),
(43, 'code', 'returned_products_table', 'order_summary', 'A', 10, NULL, '<p>{{ p.product_code }}</p>', 'rma'),
(44, 'name', 'returned_products_table', 'order_summary', 'A', 20, '<div style=\"float:left;\">{{ p.image }}</div>\n<div><p>{{ p.name }}</p><p>{{ p.options }}</p></div>', '<div style=\"float:left;\">{{ p.image }}</div><div><p>{{ p.name }}</p><p>{{ p.options }}</p></div>', 'rma'),
(45, 'amount', 'returned_products_table', 'order_summary', 'A', 30, NULL, '<p>{{ p.amount }}</p>', 'rma'),
(46, 'subtotal', 'returned_products_table', 'order_summary', 'A', 40, NULL, '<p>{{ p.display_subtotal }}</p>', 'rma'),
(67, 'product', 'products_table', 'product_imagem', 'A', 0, NULL, '<table>\n<tbody>\n<tr>\n    <td rowspan=\"2\" style=\"padding-right: 20px; font-family: Helvetica, Arial, sans-serif;\" width=\"20%\">{{ p.image }}\n    </td>\n    <td style=\"vertical-align: middle; text-align: left;\" width=\"80%\"><span style=\"font-family: Helvetica, Arial, sans-serif; text-transfrom: uppercase; \"><strong style=\"font-weight: 600;\"><a href=\"{{ p.product_url }}\">{{ p.name }}</a></strong></span>\n    </td>\n</tr>\n<tr>\n    <td style=\"vertical-align: top; text-align: left; font-family: Helvetica, Arial, sans-serif;\"><span style=\"font-size: 11px; font-weight: 400; font-family: Helvetica, Arial, sans-serif; color: #a8a8a8; \">{% if p.product_code %}{{ p.product_code }}<br> {% endif %}{% if p.options %}{{ p.options }}{%  endif %}</span>\n    </td>\n</tr>\n</tbody>\n</table>', ''),
(68, 'amount', 'products_table', 'product_imagem', 'A', 1, NULL, '<p style=\"text-align: center; font-family: Helvetica, Arial, sans-serif;\"><strong style=\"font-weight:600;\">{{ p.amount }}</strong></p>', ''),
(69, 'original_price', 'products_table', 'product_imagem', 'A', 2, NULL, '<p style=\"text-align: center; font-family: Helvetica, Arial, sans-serif;\"><strong style=\"font-weight:600;\">{{ p.original_price }}</strong></p>', ''),
(70, 'discount', 'products_table', 'product_imagem', 'A', 3, NULL, '<p style=\"text-align: center; font-family: Helvetica, Arial, sans-serif;\"><strong style=\"font-weight:600;\">{{ p.discount }}</strong></p>', ''),
(71, 'tax', 'products_table', 'product_imagem', 'A', 4, NULL, '<p style=\"text-align: center; font-family: Helvetica, Arial, sans-serif;\"><strong style=\"font-weight:600;\">{{ p.tax }}</strong></p>', ''),
(72, 'display_subtotal', 'products_table', 'product_imagem', 'A', 5, NULL, '<p style=\"text-align: center; font-family: Helvetica, Arial, sans-serif;\"><strong style=\"font-weight:600;\">{{ p.display_subtotal }}</strong></p>', ''),
(73, 'code', 'returned_products_table', 'product_imagem', 'A', 10, NULL, '<p>{{ p.product_code }}</p>', 'rma'),
(74, 'name', 'returned_products_table', 'product_imagem', 'A', 20, NULL, '<div style=\"float:left;\">{{ p.image }}</div><div><p>{{ p.name }}</p><p>{{ p.options }}</p></div>', 'rma'),
(75, 'amount', 'returned_products_table', 'product_imagem', 'A', 30, NULL, '<p>{{ p.amount }}</p>', 'rma'),
(76, 'subtotal', 'returned_products_table', 'product_imagem', 'A', 40, NULL, '<p>{{ p.display_subtotal }}</p>', 'rma'),
(88, 'product', 'products_table', 'order_image_product', 'A', 0, '<table>\r\n<tbody>\r\n<tr>\r\n    <td rowspan=\"2\" style=\"padding-right: 20px; font-family: Helvetica, Arial, sans-serif;\" width=\"20%\">{{ p.image }}\r\n    </td>\r\n    <td style=\"vertical-align: middle; text-align: left;\" width=\"80%\"><span style=\"font-family: Helvetica, Arial, sans-serif; text-transfrom: uppercase; \"><strong style=\"font-weight: 600;\"><a href=\"{{ p.product_url }}\">{{ p.name }}</a></strong></span>\r\n    </td>\r\n</tr>\r\n<tr>\r\n    <td style=\"vertical-align: top; text-align: left; font-family: Helvetica, Arial, sans-serif;\"><span style=\"font-size: 11px;\">Quantidade: {{p.amount}}</span></td>\r\n</tr>\r\n</tbody>\r\n</table>', '<table>\n<tbody>\n<tr>\n    <td rowspan=\"2\" style=\"padding-right: 20px; font-family: Helvetica, Arial, sans-serif;\" width=\"20%\">{{ p.image }}\n    </td>\n    <td style=\"vertical-align: middle; text-align: left;\" width=\"80%\"><span style=\"font-family: Helvetica, Arial, sans-serif; text-transfrom: uppercase; \"><strong style=\"font-weight: 600;\"><a href=\"{{ p.product_url }}\">{{ p.name }}</a></strong></span>\n    </td>\n</tr>\n<tr>\n    <td style=\"vertical-align: top; text-align: left; font-family: Helvetica, Arial, sans-serif;\"><span style=\"font-size: 11px; font-weight: 400; font-family: Helvetica, Arial, sans-serif; color: #a8a8a8; \">{% if p.product_code %}{{ p.product_code }}<br> {% endif %}{% if p.options %}{{ p.options }}{%  endif %}</span>\n    </td>\n</tr>\n</tbody>\n</table>', ''),
(94, 'code', 'returned_products_table', 'order_image_product', 'A', 10, NULL, '<p>{{ p.product_code }}</p>', 'rma'),
(95, 'name', 'returned_products_table', 'order_image_product', 'A', 20, NULL, '<div style=\"float:left;\">{{ p.image }}</div><div><p>{{ p.name }}</p><p>{{ p.options }}</p></div>', 'rma'),
(96, 'amount', 'returned_products_table', 'order_image_product', 'A', 30, NULL, '<p>{{ p.amount }}</p>', 'rma'),
(97, 'subtotal', 'returned_products_table', 'order_image_product', 'A', 40, NULL, '<p>{{ p.display_subtotal }}</p>', 'rma');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_template_table_column_descriptions`
--

CREATE TABLE `partiushop_template_table_column_descriptions` (
  `column_id` int(11) UNSIGNED NOT NULL,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_template_table_column_descriptions`
--

INSERT INTO `partiushop_template_table_column_descriptions` (`column_id`, `lang_code`, `name`) VALUES
(1, 'da', 'Item description'),
(1, 'de', 'Item description'),
(1, 'el', 'Item description'),
(1, 'en', 'Item description'),
(1, 'es', 'Item description'),
(1, 'fr', 'Item description'),
(1, 'it', 'Item description'),
(1, 'nl', 'Item description'),
(1, 'no', 'Item description'),
(1, 'pt', 'Descrição'),
(1, 'ro', 'Item description'),
(1, 'ru', 'Описание'),
(2, 'da', 'Qty'),
(2, 'de', 'Qty'),
(2, 'el', 'Qty'),
(2, 'en', 'Qty'),
(2, 'es', 'Qty'),
(2, 'fr', 'Qty'),
(2, 'it', 'Qty'),
(2, 'nl', 'Qty'),
(2, 'no', 'Qty'),
(2, 'pt', 'Quant.'),
(2, 'ro', 'Qty'),
(2, 'ru', 'Кол-во'),
(3, 'da', 'Price'),
(3, 'de', 'Price'),
(3, 'el', 'Price'),
(3, 'en', 'Price'),
(3, 'es', 'Price'),
(3, 'fr', 'Price'),
(3, 'it', 'Price'),
(3, 'nl', 'Price'),
(3, 'no', 'Price'),
(3, 'pt', 'Preço'),
(3, 'ro', 'Price'),
(3, 'ru', 'Цена'),
(4, 'da', 'Discount'),
(4, 'de', 'Discount'),
(4, 'el', 'Discount'),
(4, 'en', 'Discount'),
(4, 'es', 'Discount'),
(4, 'fr', 'Discount'),
(4, 'it', 'Discount'),
(4, 'nl', 'Discount'),
(4, 'no', 'Discount'),
(4, 'pt', 'Desconto'),
(4, 'ro', 'Discount'),
(4, 'ru', 'Скидка'),
(5, 'da', 'Tax'),
(5, 'de', 'Tax'),
(5, 'el', 'Tax'),
(5, 'en', 'Tax'),
(5, 'es', 'Tax'),
(5, 'fr', 'Tax'),
(5, 'it', 'Tax'),
(5, 'nl', 'Tax'),
(5, 'no', 'Tax'),
(5, 'pt', 'Impostos'),
(5, 'ro', 'Tax'),
(5, 'ru', 'Налог'),
(6, 'da', 'Item total'),
(6, 'de', 'Item total'),
(6, 'el', 'Item total'),
(6, 'en', 'Item total'),
(6, 'es', 'Item total'),
(6, 'fr', 'Item total'),
(6, 'it', 'Item total'),
(6, 'nl', 'Item total'),
(6, 'no', 'Item total'),
(6, 'pt', 'Total'),
(6, 'ro', 'Item total'),
(6, 'ru', 'Сумма'),
(13, 'da', 'Product'),
(13, 'de', 'Product'),
(13, 'el', 'Product'),
(13, 'en', 'Product'),
(13, 'es', 'Product'),
(13, 'fr', 'Product'),
(13, 'it', 'Product'),
(13, 'nl', 'Product'),
(13, 'no', 'Product'),
(13, 'pt', 'Product'),
(13, 'ro', 'Product'),
(13, 'ru', 'Товар'),
(14, 'da', 'Code'),
(14, 'de', 'Code'),
(14, 'el', 'Code'),
(14, 'en', 'Code'),
(14, 'es', 'Code'),
(14, 'fr', 'Code'),
(14, 'it', 'Code'),
(14, 'nl', 'Code'),
(14, 'no', 'Code'),
(14, 'pt', 'quantidade'),
(14, 'ro', 'Code'),
(14, 'ru', 'Код'),
(15, 'da', 'Quantity'),
(15, 'de', 'Quantity'),
(15, 'el', 'Quantity'),
(15, 'en', 'Quantity'),
(15, 'es', 'Quantity'),
(15, 'fr', 'Quantity'),
(15, 'it', 'Quantity'),
(15, 'nl', 'Quantity'),
(15, 'no', 'Quantity'),
(15, 'pt', 'price'),
(15, 'ro', 'Quantity'),
(15, 'ru', 'Кол-во'),
(16, 'da', 'Free Products'),
(16, 'de', 'Free Products'),
(16, 'el', 'Free Products'),
(16, 'en', 'Free Products'),
(16, 'es', 'Free Products'),
(16, 'fr', 'Free Products'),
(16, 'it', 'Free Products'),
(16, 'nl', 'Free Products'),
(16, 'no', 'Free Products'),
(16, 'pt', 'Free Products'),
(16, 'ro', 'Free Products'),
(16, 'ru', 'Бесплатные товары'),
(17, 'da', 'Quantity'),
(17, 'de', 'Quantity'),
(17, 'el', 'Quantity'),
(17, 'en', 'Quantity'),
(17, 'es', 'Quantity'),
(17, 'fr', 'Quantity'),
(17, 'it', 'Quantity'),
(17, 'nl', 'Quantity'),
(17, 'no', 'Quantity'),
(17, 'pt', 'Quantity'),
(17, 'ro', 'Quantity'),
(17, 'ru', 'Кол-во'),
(18, 'da', 'Code'),
(18, 'de', 'Code'),
(18, 'el', 'Code'),
(18, 'en', 'Code'),
(18, 'es', 'Code'),
(18, 'fr', 'Code'),
(18, 'it', 'Code'),
(18, 'nl', 'Code'),
(18, 'no', 'Code'),
(18, 'pt', 'Code'),
(18, 'ro', 'Code'),
(18, 'ru', 'Код'),
(19, 'da', 'Product'),
(19, 'de', 'Product'),
(19, 'el', 'Product'),
(19, 'en', 'Product'),
(19, 'es', 'Product'),
(19, 'fr', 'Product'),
(19, 'it', 'Product'),
(19, 'nl', 'Product'),
(19, 'no', 'Product'),
(19, 'pt', 'Product'),
(19, 'ro', 'Product'),
(19, 'ru', 'Товар'),
(20, 'da', 'Price'),
(20, 'de', 'Price'),
(20, 'el', 'Price'),
(20, 'en', 'Price'),
(20, 'es', 'Price'),
(20, 'fr', 'Price'),
(20, 'it', 'Price'),
(20, 'nl', 'Price'),
(20, 'no', 'Price'),
(20, 'pt', 'Price'),
(20, 'ro', 'Price'),
(20, 'ru', 'Цена'),
(21, 'da', 'Amount'),
(21, 'de', 'Amount'),
(21, 'el', 'Amount'),
(21, 'en', 'Amount'),
(21, 'es', 'Amount'),
(21, 'fr', 'Amount'),
(21, 'it', 'Amount'),
(21, 'nl', 'Amount'),
(21, 'no', 'Amount'),
(21, 'pt', 'Amount'),
(21, 'ro', 'Amount'),
(21, 'ru', 'Кол-во'),
(22, 'da', 'Reason'),
(22, 'de', 'Reason'),
(22, 'el', 'Reason'),
(22, 'en', 'Reason'),
(22, 'es', 'Reason'),
(22, 'fr', 'Reason'),
(22, 'it', 'Reason'),
(22, 'nl', 'Reason'),
(22, 'no', 'Reason'),
(22, 'pt', 'Reason'),
(22, 'ro', 'Reason'),
(22, 'ru', 'Причина'),
(23, 'da', 'Code'),
(23, 'de', 'Code'),
(23, 'el', 'Code'),
(23, 'en', 'Code'),
(23, 'es', 'Code'),
(23, 'fr', 'Code'),
(23, 'it', 'Code'),
(23, 'nl', 'Code'),
(23, 'no', 'Code'),
(23, 'pt', 'Code'),
(23, 'ro', 'Code'),
(23, 'ru', 'Код'),
(24, 'da', 'Returned product'),
(24, 'de', 'Returned product'),
(24, 'el', 'Returned product'),
(24, 'en', 'Returned product'),
(24, 'es', 'Returned product'),
(24, 'fr', 'Returned product'),
(24, 'it', 'Returned product'),
(24, 'nl', 'Returned product'),
(24, 'no', 'Returned product'),
(24, 'pt', 'Returned product'),
(24, 'ro', 'Returned product'),
(24, 'ru', 'Возвращаемый товар'),
(25, 'da', 'Quantity'),
(25, 'de', 'Quantity'),
(25, 'el', 'Quantity'),
(25, 'en', 'Quantity'),
(25, 'es', 'Quantity'),
(25, 'fr', 'Quantity'),
(25, 'it', 'Quantity'),
(25, 'nl', 'Quantity'),
(25, 'no', 'Quantity'),
(25, 'pt', 'Quantity'),
(25, 'ro', 'Quantity'),
(25, 'ru', 'Кол-во'),
(26, 'da', 'Subtotal'),
(26, 'de', 'Subtotal'),
(26, 'el', 'Subtotal'),
(26, 'en', 'Subtotal'),
(26, 'es', 'Subtotal'),
(26, 'fr', 'Subtotal'),
(26, 'it', 'Subtotal'),
(26, 'nl', 'Subtotal'),
(26, 'no', 'Subtotal'),
(26, 'pt', 'Subtotal'),
(26, 'ro', 'Subtotal'),
(26, 'ru', 'Подытог'),
(31, 'da', 'Code'),
(31, 'de', 'Code'),
(31, 'el', 'Code'),
(31, 'en', 'Code'),
(31, 'es', 'Code'),
(31, 'fr', 'Code'),
(31, 'it', 'Code'),
(31, 'nl', 'Code'),
(31, 'no', 'Code'),
(31, 'pt', 'Code'),
(31, 'ro', 'Code'),
(31, 'ru', 'Код'),
(32, 'da', 'Product'),
(32, 'de', 'Product'),
(32, 'el', 'Product'),
(32, 'en', 'Product'),
(32, 'es', 'Product'),
(32, 'fr', 'Product'),
(32, 'it', 'Product'),
(32, 'nl', 'Product'),
(32, 'no', 'Product'),
(32, 'pt', 'Product'),
(32, 'ro', 'Product'),
(32, 'ru', 'Товар'),
(33, 'da', 'Amount'),
(33, 'de', 'Amount'),
(33, 'el', 'Amount'),
(33, 'en', 'Amount'),
(33, 'es', 'Amount'),
(33, 'fr', 'Amount'),
(33, 'it', 'Amount'),
(33, 'nl', 'Amount'),
(33, 'no', 'Amount'),
(33, 'pt', 'Amount'),
(33, 'ro', 'Amount'),
(33, 'ru', 'Кол-во'),
(37, 'da', 'Item description'),
(37, 'de', 'Item description'),
(37, 'el', 'Item description'),
(37, 'en', 'Item description'),
(37, 'es', 'Item description'),
(37, 'fr', 'Item description'),
(37, 'it', 'Item description'),
(37, 'nl', 'Item description'),
(37, 'no', 'Item description'),
(37, 'pt', 'Descrição'),
(37, 'ro', 'Item description'),
(37, 'ru', 'Описание'),
(38, 'da', 'Qty'),
(38, 'de', 'Qty'),
(38, 'el', 'Qty'),
(38, 'en', 'Qty'),
(38, 'es', 'Qty'),
(38, 'fr', 'Qty'),
(38, 'it', 'Qty'),
(38, 'nl', 'Qty'),
(38, 'no', 'Qty'),
(38, 'pt', 'Quant.'),
(38, 'ro', 'Qty'),
(38, 'ru', 'Кол-во'),
(39, 'da', 'Price'),
(39, 'de', 'Price'),
(39, 'el', 'Price'),
(39, 'en', 'Price'),
(39, 'es', 'Price'),
(39, 'fr', 'Price'),
(39, 'it', 'Price'),
(39, 'nl', 'Price'),
(39, 'no', 'Price'),
(39, 'pt', 'Preço'),
(39, 'ro', 'Price'),
(39, 'ru', 'Цена'),
(40, 'da', 'Discount'),
(40, 'de', 'Discount'),
(40, 'el', 'Discount'),
(40, 'en', 'Discount'),
(40, 'es', 'Discount'),
(40, 'fr', 'Discount'),
(40, 'it', 'Discount'),
(40, 'nl', 'Discount'),
(40, 'no', 'Discount'),
(40, 'pt', 'Discount'),
(40, 'ro', 'Discount'),
(40, 'ru', 'Скидка'),
(41, 'da', 'Tax'),
(41, 'de', 'Tax'),
(41, 'el', 'Tax'),
(41, 'en', 'Tax'),
(41, 'es', 'Tax'),
(41, 'fr', 'Tax'),
(41, 'it', 'Tax'),
(41, 'nl', 'Tax'),
(41, 'no', 'Tax'),
(41, 'pt', 'Tax'),
(41, 'ro', 'Tax'),
(41, 'ru', 'Налог'),
(42, 'da', 'Item total'),
(42, 'de', 'Item total'),
(42, 'el', 'Item total'),
(42, 'en', 'Item total'),
(42, 'es', 'Item total'),
(42, 'fr', 'Item total'),
(42, 'it', 'Item total'),
(42, 'nl', 'Item total'),
(42, 'no', 'Item total'),
(42, 'pt', 'Total'),
(42, 'ro', 'Item total'),
(42, 'ru', 'Сумма'),
(43, 'da', 'Code'),
(43, 'de', 'Code'),
(43, 'el', 'Code'),
(43, 'en', 'Code'),
(43, 'es', 'Code'),
(43, 'fr', 'Code'),
(43, 'it', 'Code'),
(43, 'nl', 'Code'),
(43, 'no', 'Code'),
(43, 'pt', 'Código'),
(43, 'ro', 'Code'),
(43, 'ru', 'Код'),
(44, 'da', 'Returned product'),
(44, 'de', 'Returned product'),
(44, 'el', 'Returned product'),
(44, 'en', 'Returned product'),
(44, 'es', 'Returned product'),
(44, 'fr', 'Returned product'),
(44, 'it', 'Returned product'),
(44, 'nl', 'Returned product'),
(44, 'no', 'Returned product'),
(44, 'pt', 'Produto devolvido'),
(44, 'ro', 'Returned product'),
(44, 'ru', 'Возвращаемый товар'),
(45, 'da', 'Quantity'),
(45, 'de', 'Quantity'),
(45, 'el', 'Quantity'),
(45, 'en', 'Quantity'),
(45, 'es', 'Quantity'),
(45, 'fr', 'Quantity'),
(45, 'it', 'Quantity'),
(45, 'nl', 'Quantity'),
(45, 'no', 'Quantity'),
(45, 'pt', 'Quant.'),
(45, 'ro', 'Quantity'),
(45, 'ru', 'Кол-во'),
(46, 'da', 'Subtotal'),
(46, 'de', 'Subtotal'),
(46, 'el', 'Subtotal'),
(46, 'en', 'Subtotal'),
(46, 'es', 'Subtotal'),
(46, 'fr', 'Subtotal'),
(46, 'it', 'Subtotal'),
(46, 'nl', 'Subtotal'),
(46, 'no', 'Subtotal'),
(46, 'pt', 'Subtotal'),
(46, 'ro', 'Subtotal'),
(46, 'ru', 'Подытог'),
(67, 'da', 'Item description'),
(67, 'de', 'Item description'),
(67, 'el', 'Item description'),
(67, 'en', 'Item description'),
(67, 'es', 'Item description'),
(67, 'fr', 'Item description'),
(67, 'it', 'Item description'),
(67, 'nl', 'Item description'),
(67, 'no', 'Item description'),
(67, 'pt', 'Descrição'),
(67, 'ro', 'Item description'),
(67, 'ru', 'Описание'),
(68, 'da', 'Qty'),
(68, 'de', 'Qty'),
(68, 'el', 'Qty'),
(68, 'en', 'Qty'),
(68, 'es', 'Qty'),
(68, 'fr', 'Qty'),
(68, 'it', 'Qty'),
(68, 'nl', 'Qty'),
(68, 'no', 'Qty'),
(68, 'pt', 'Quant.'),
(68, 'ro', 'Qty'),
(68, 'ru', 'Кол-во'),
(69, 'da', 'Price'),
(69, 'de', 'Price'),
(69, 'el', 'Price'),
(69, 'en', 'Price'),
(69, 'es', 'Price'),
(69, 'fr', 'Price'),
(69, 'it', 'Price'),
(69, 'nl', 'Price'),
(69, 'no', 'Price'),
(69, 'pt', 'Preço'),
(69, 'ro', 'Price'),
(69, 'ru', 'Цена'),
(70, 'da', 'Discount'),
(70, 'de', 'Discount'),
(70, 'el', 'Discount'),
(70, 'en', 'Discount'),
(70, 'es', 'Discount'),
(70, 'fr', 'Discount'),
(70, 'it', 'Discount'),
(70, 'nl', 'Discount'),
(70, 'no', 'Discount'),
(70, 'pt', 'Desconto'),
(70, 'ro', 'Discount'),
(70, 'ru', 'Скидка'),
(71, 'da', 'Tax'),
(71, 'de', 'Tax'),
(71, 'el', 'Tax'),
(71, 'en', 'Tax'),
(71, 'es', 'Tax'),
(71, 'fr', 'Tax'),
(71, 'it', 'Tax'),
(71, 'nl', 'Tax'),
(71, 'no', 'Tax'),
(71, 'pt', 'Impostos'),
(71, 'ro', 'Tax'),
(71, 'ru', 'Налог'),
(72, 'da', 'Item total'),
(72, 'de', 'Item total'),
(72, 'el', 'Item total'),
(72, 'en', 'Item total'),
(72, 'es', 'Item total'),
(72, 'fr', 'Item total'),
(72, 'it', 'Item total'),
(72, 'nl', 'Item total'),
(72, 'no', 'Item total'),
(72, 'pt', 'Total'),
(72, 'ro', 'Item total'),
(72, 'ru', 'Сумма'),
(73, 'da', 'Code'),
(73, 'de', 'Code'),
(73, 'el', 'Code'),
(73, 'en', 'Code'),
(73, 'es', 'Code'),
(73, 'fr', 'Code'),
(73, 'it', 'Code'),
(73, 'nl', 'Code'),
(73, 'no', 'Code'),
(73, 'pt', 'Code'),
(73, 'ro', 'Code'),
(73, 'ru', 'Код'),
(74, 'da', 'Returned product'),
(74, 'de', 'Returned product'),
(74, 'el', 'Returned product'),
(74, 'en', 'Returned product'),
(74, 'es', 'Returned product'),
(74, 'fr', 'Returned product'),
(74, 'it', 'Returned product'),
(74, 'nl', 'Returned product'),
(74, 'no', 'Returned product'),
(74, 'pt', 'Returned product'),
(74, 'ro', 'Returned product'),
(74, 'ru', 'Возвращаемый товар'),
(75, 'da', 'Quantity'),
(75, 'de', 'Quantity'),
(75, 'el', 'Quantity'),
(75, 'en', 'Quantity'),
(75, 'es', 'Quantity'),
(75, 'fr', 'Quantity'),
(75, 'it', 'Quantity'),
(75, 'nl', 'Quantity'),
(75, 'no', 'Quantity'),
(75, 'pt', 'Quantity'),
(75, 'ro', 'Quantity'),
(75, 'ru', 'Кол-во'),
(76, 'da', 'Subtotal'),
(76, 'de', 'Subtotal'),
(76, 'el', 'Subtotal'),
(76, 'en', 'Subtotal'),
(76, 'es', 'Subtotal'),
(76, 'fr', 'Subtotal'),
(76, 'it', 'Subtotal'),
(76, 'nl', 'Subtotal'),
(76, 'no', 'Subtotal'),
(76, 'pt', 'Subtotal'),
(76, 'ro', 'Subtotal'),
(76, 'ru', 'Подытог'),
(88, 'da', 'Item description'),
(88, 'de', 'Item description'),
(88, 'el', 'Item description'),
(88, 'en', 'Item description'),
(88, 'es', 'Item description'),
(88, 'fr', 'Item description'),
(88, 'it', 'Item description'),
(88, 'nl', 'Item description'),
(88, 'no', 'Item description'),
(88, 'pt', 'Produtos'),
(88, 'ro', 'Item description'),
(88, 'ru', 'Описание'),
(94, 'da', 'Code'),
(94, 'de', 'Code'),
(94, 'el', 'Code'),
(94, 'en', 'Code'),
(94, 'es', 'Code'),
(94, 'fr', 'Code'),
(94, 'it', 'Code'),
(94, 'nl', 'Code'),
(94, 'no', 'Code'),
(94, 'pt', 'Code'),
(94, 'ro', 'Code'),
(94, 'ru', 'Код'),
(95, 'da', 'Returned product'),
(95, 'de', 'Returned product'),
(95, 'el', 'Returned product'),
(95, 'en', 'Returned product'),
(95, 'es', 'Returned product'),
(95, 'fr', 'Returned product'),
(95, 'it', 'Returned product'),
(95, 'nl', 'Returned product'),
(95, 'no', 'Returned product'),
(95, 'pt', 'Returned product'),
(95, 'ro', 'Returned product'),
(95, 'ru', 'Возвращаемый товар'),
(96, 'da', 'Quantity'),
(96, 'de', 'Quantity'),
(96, 'el', 'Quantity'),
(96, 'en', 'Quantity'),
(96, 'es', 'Quantity'),
(96, 'fr', 'Quantity'),
(96, 'it', 'Quantity'),
(96, 'nl', 'Quantity'),
(96, 'no', 'Quantity'),
(96, 'pt', 'Quantity'),
(96, 'ro', 'Quantity'),
(96, 'ru', 'Кол-во'),
(97, 'da', 'Subtotal'),
(97, 'de', 'Subtotal'),
(97, 'el', 'Subtotal'),
(97, 'en', 'Subtotal'),
(97, 'es', 'Subtotal'),
(97, 'fr', 'Subtotal'),
(97, 'it', 'Subtotal'),
(97, 'nl', 'Subtotal'),
(97, 'no', 'Subtotal'),
(97, 'pt', 'Subtotal'),
(97, 'ro', 'Subtotal'),
(97, 'ru', 'Подытог');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_usergroups`
--

CREATE TABLE `partiushop_usergroups` (
  `usergroup_id` mediumint(8) UNSIGNED NOT NULL,
  `status` char(1) NOT NULL DEFAULT '',
  `type` char(1) NOT NULL DEFAULT 'C',
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_usergroups`
--

INSERT INTO `partiushop_usergroups` (`usergroup_id`, `status`, `type`, `company_id`) VALUES
(3, 'A', 'C', 0),
(4, 'A', 'A', 0),
(5, 'A', 'V', 0);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_usergroup_descriptions`
--

CREATE TABLE `partiushop_usergroup_descriptions` (
  `usergroup_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `usergroup` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_usergroup_descriptions`
--

INSERT INTO `partiushop_usergroup_descriptions` (`usergroup_id`, `lang_code`, `usergroup`) VALUES
(3, 'da', 'Wholesale'),
(3, 'de', 'Wholesale'),
(3, 'el', 'Χονδρική'),
(3, 'en', 'Wholesale'),
(3, 'es', 'Wholesale'),
(3, 'fr', 'Wholesale'),
(3, 'it', 'Wholesale'),
(3, 'nl', 'Wholesale'),
(3, 'no', 'Wholesale'),
(3, 'pt', 'Wholesale'),
(3, 'ro', 'Angro'),
(3, 'ru', 'Оптовый'),
(4, 'da', 'Administrator'),
(4, 'de', 'Administrator'),
(4, 'el', 'Διαχειριστής'),
(4, 'en', 'Administrator'),
(4, 'es', 'Administrator'),
(4, 'fr', 'Administrator'),
(4, 'it', 'Administrator'),
(4, 'nl', 'Administrator'),
(4, 'no', 'Administrator'),
(4, 'pt', 'Administrator'),
(4, 'ro', 'Administrator'),
(4, 'ru', 'Администратор'),
(5, 'da', 'Vendor'),
(5, 'de', 'Vendor'),
(5, 'el', 'Vendor'),
(5, 'en', 'Vendor'),
(5, 'es', 'Vendor'),
(5, 'fr', 'Vendor'),
(5, 'it', 'Vendor'),
(5, 'nl', 'Vendor'),
(5, 'no', 'Vendor'),
(5, 'pt', 'Vendor'),
(5, 'ro', 'Vendor'),
(5, 'ru', 'Продавец');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_usergroup_links`
--

CREATE TABLE `partiushop_usergroup_links` (
  `link_id` mediumint(8) UNSIGNED NOT NULL,
  `user_id` mediumint(8) UNSIGNED NOT NULL,
  `usergroup_id` mediumint(8) UNSIGNED NOT NULL,
  `status` char(1) NOT NULL DEFAULT 'D'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_usergroup_privileges`
--

CREATE TABLE `partiushop_usergroup_privileges` (
  `usergroup_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `privilege` varchar(32) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_usergroup_privileges`
--

INSERT INTO `partiushop_usergroup_privileges` (`usergroup_id`, `privilege`) VALUES
(4, 'backup_restore'),
(4, 'change_order_status'),
(4, 'create_order'),
(4, 'delete_orders'),
(4, 'edit_blocks'),
(4, 'edit_files'),
(4, 'edit_order'),
(4, 'manage_banners'),
(4, 'manage_currencies'),
(4, 'manage_design'),
(4, 'manage_document_templates'),
(4, 'manage_email_marketing'),
(4, 'manage_email_templates'),
(4, 'manage_internal_templates'),
(4, 'manage_languages'),
(4, 'manage_locations'),
(4, 'manage_newsletters'),
(4, 'manage_payments'),
(4, 'manage_promotions'),
(4, 'manage_shipping'),
(4, 'manage_sitemap'),
(4, 'manage_static_data'),
(4, 'manage_storage'),
(4, 'manage_taxes'),
(4, 'manage_themes'),
(4, 'manage_translation'),
(4, 'manage_users'),
(4, 'update_order_details'),
(4, 'update_settings'),
(4, 'upgrade_store'),
(4, 'view_banners'),
(4, 'view_catalog'),
(4, 'view_currencies'),
(4, 'view_email_marketing'),
(4, 'view_languages'),
(4, 'view_locations'),
(4, 'view_newsletters'),
(4, 'view_orders'),
(4, 'view_payments'),
(4, 'view_reports'),
(4, 'view_settings'),
(4, 'view_shipping'),
(4, 'view_static_data'),
(4, 'view_taxes'),
(4, 'view_usergroups'),
(4, 'view_users'),
(5, '1'),
(5, 'change_order_status'),
(5, 'delete_logs'),
(5, 'edit_blocks'),
(5, 'edit_files'),
(5, 'exim_access'),
(5, 'manage_call_requests'),
(5, 'manage_catalog'),
(5, 'manage_design'),
(5, 'manage_discussions'),
(5, 'manage_pages'),
(5, 'manage_payouts'),
(5, 'manage_shipping'),
(5, 'manage_store_locator'),
(5, 'manage_themes'),
(5, 'manage_users'),
(5, 'manage_vendors'),
(5, 'update_order_details'),
(5, 'view_call_requests'),
(5, 'view_catalog'),
(5, 'view_currencies'),
(5, 'view_discussions'),
(5, 'view_locations'),
(5, 'view_logs'),
(5, 'view_orders'),
(5, 'view_pages'),
(5, 'view_payouts'),
(5, 'view_reports'),
(5, 'view_rma'),
(5, 'view_shipping'),
(5, 'view_store_locator'),
(5, 'view_taxes'),
(5, 'view_users'),
(5, 'view_vendors'),
(5, 'view_vendor_communication');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_users`
--

CREATE TABLE `partiushop_users` (
  `user_id` mediumint(8) UNSIGNED NOT NULL,
  `status` char(1) NOT NULL DEFAULT 'A',
  `user_type` char(1) NOT NULL DEFAULT 'C',
  `user_login` varchar(255) NOT NULL DEFAULT '',
  `referer` varchar(255) NOT NULL DEFAULT '',
  `is_root` char(1) NOT NULL DEFAULT 'N',
  `company_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `last_login` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `password` varchar(255) NOT NULL DEFAULT '',
  `salt` varchar(10) NOT NULL DEFAULT '',
  `firstname` varchar(128) NOT NULL DEFAULT '',
  `lastname` varchar(128) NOT NULL DEFAULT '',
  `company` varchar(255) NOT NULL DEFAULT '',
  `email` varchar(128) NOT NULL DEFAULT '',
  `phone` varchar(128) NOT NULL DEFAULT '',
  `landline_phone` varchar(255) DEFAULT NULL,
  `fax` varchar(128) NOT NULL DEFAULT '',
  `url` varchar(128) NOT NULL DEFAULT '',
  `tax_exempt` char(1) NOT NULL DEFAULT 'N',
  `lang_code` char(2) NOT NULL DEFAULT '',
  `birthday` int(11) NOT NULL DEFAULT 0,
  `purchase_timestamp_from` int(11) NOT NULL DEFAULT 0,
  `purchase_timestamp_to` int(11) NOT NULL DEFAULT 0,
  `responsible_email` varchar(80) NOT NULL DEFAULT '',
  `password_change_timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `api_key` varchar(255) NOT NULL DEFAULT '',
  `accept_terms` tinyint(1) NOT NULL DEFAULT 0,
  `autentique_seller_contract` varchar(255) DEFAULT NULL,
  `janrain_identifier` varchar(32) NOT NULL DEFAULT '',
  `last_activity` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `helpdesk_user_id` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_users`
--

INSERT INTO `partiushop_users` (`user_id`, `status`, `user_type`, `user_login`, `referer`, `is_root`, `company_id`, `last_login`, `timestamp`, `password`, `salt`, `firstname`, `lastname`, `company`, `email`, `phone`, `landline_phone`, `fax`, `url`, `tax_exempt`, `lang_code`, `birthday`, `purchase_timestamp_from`, `purchase_timestamp_to`, `responsible_email`, `password_change_timestamp`, `api_key`, `accept_terms`, `autentique_seller_contract`, `janrain_identifier`, `last_activity`, `helpdesk_user_id`) VALUES
(1, 'A', 'A', 'admin', '', 'Y', 0, 1654023594, 1586347336, '$2y$10$YfVfrsrdilZRVbN9DxEZI.9Zcqbz3CoF.DbGJhmiVgRFUw89.RnGe', '', 'Edison', 'Antunes', 'Your company', 'eantunes@fastcore.com.br', '+55(11)99223-8646', NULL, '', '', 'N', 'pt', 0, 0, 0, '', 1627574558, '$2y$10$SAKrowQMhlcbfPx5dERCcOfw9yKKTTltL7mMUyOY.b3h1GjL42YEa', 0, NULL, '', 1654025248, 0),
(3, 'A', 'C', 'customer', '', 'N', 0, 1651851994, 1586347336, '$2y$10$Gen5oKxIzxSk/tyd8IX52.YTn.glhxrYHTB1ME6qlnFqi4uCRVO2O', '', 'Eduardo H', 'Santos', '', 'eduardohenriquest@outlook.com', '+55(44)99886-0473', NULL, '', '', 'N', 'pt', 0, 0, 0, '', 0, '', 0, NULL, '', 1651851994, 0),
(12, 'A', 'V', 'user_12', '', 'Y', 4, 1597189455, 1586399353, '4de8c90d879c2e28fe78d06731b92b4e', 'EWrg}quAMD', 'Guilherme De', 'Melo', '', 'guilhermedoyle@gmail.com', '+55(11)2582-2582', NULL, '', '', 'N', 'pt', 0, 0, 0, '', 1597189468, '', 0, NULL, '', 1654025966, 0),
(13, 'A', 'A', 'user_13', '', 'N', 0, 0, 1587088640, '57a0c23cc010f759dde515bfcb21df81', 'YvEj/r~a`^', 'Robson', 'Freitas', '', 'robson.freitas@fastcore.com.br', '', NULL, '', '', 'N', 'pt', 0, 0, 0, '', 1594257479, '', 0, NULL, '', 0, 0),
(14, 'A', 'A', 'user_14', '', 'N', 0, 1615303995, 1587245854, '89e00c1bc7b6eab085500ae439c6d046', 'x&D1i][,vF', '', '', '', 'guilherme.doyle@fastcore.com.br', '', NULL, '', '', 'N', 'pt', 0, 0, 0, '', 1, '', 0, NULL, '', 0, 0),
(16, 'D', 'A', 'user_16', '', 'N', 0, 1596516080, 1588607130, 'fae35544db17f04577ebae3f448edcea', 'aYE\\#*q8B*', '', '', '', 'support@webkul.com', '', NULL, '', '', 'N', 'pt', 0, 0, 0, '', 1596117149, '', 0, NULL, '', 0, 0),
(17, 'A', 'C', 'user_17', '', 'N', 0, 1589931067, 1589931067, '1fa2756c914c7575b8a3ac47a98a4116', '>S|4vGamxL', 'Guilherme', 'Pirulito', '', 'guidaaphro@gmail.com', '', NULL, '', '', 'N', 'pt', 0, 0, 0, '', 1, '', 0, NULL, '', 0, 0),
(22, 'D', 'A', 'user_22', '', 'N', 0, 1598532017, 1598029356, '1b5cdb7c093f2b6101c9ede6532d1e24', ']g:tlcoF]q', 'Andrey', 'Veprikov', '', 'av@rees46.com', '', NULL, '', '', 'N', 'pt', 0, 0, 0, '', 1598029369, '', 0, NULL, '', 0, 0),
(30, 'A', 'A', 'user_30', '', 'N', 0, 1656962329, 1610462028, '$2y$10$onf27gQwZQWWVapdU1.9xea9vahOL8YyPRF/MTqMXmdt.C/kvC9/m', '', 'Giovanni Vinicius de', 'Figueiredo', '', 'giovannivinicius1997@gmail.com', '', NULL, '', '', 'N', 'pt', 0, 0, 0, '', 1611941773, '$2y$10$gPU4/RadEDWnQtKRJa3jMeRH3k9TNl.LCFPHKTeIWJY8JiHn7hHua', 0, NULL, '', 1656962330, 0),
(31, 'A', 'A', 'user_31', '', 'N', 0, 1620354696, 1620307572, 'bafd4c2e34d4ecf7814b85d10b9fa9f8', ':kvA-i?@ao', '', '', '', 'eduardo.santos@fastcore.com.br', '', NULL, '', '', 'N', 'pt', 0, 0, 0, '', 1, '', 0, NULL, '', 0, 0),
(32, 'A', 'A', 'user_32', '', 'N', 0, 0, 1626980942, '4be4385a9cb4a41adca0536a760bf4e2', ')9:0/D\'LSQ', 'Api', 'PartiuShop', '', 'partiushop.api@fastcore.com.br', '', NULL, '', '', 'N', 'pt', 0, 0, 0, '', 1, '$2y$10$L2RFJytFLHMpCFn1dUNh../c4J8QsekWR3EYvoFMmCouw.D79GfES', 0, NULL, '', 0, 0),
(33, 'A', 'C', 'eduardohenriquest@gmail.com', '', 'N', 0, 1653058109, 1646401017, '$2y$10$/9nHzveNzPlw0x/d9m2.3uQRE8uUO/B7oV79jrQ8It8xVuzQlR9yG', '', '', '', '', 'eduardohenriquest@gmail.com', '+55(44)99886-0473', NULL, '', '', 'N', 'pt', 0, 0, 0, '', 1652444963, '', 0, NULL, '', 1653060805, 0),
(34, 'A', 'C', 'eduardo.santos@partiushop.com.br', '', 'N', 0, 1652293313, 1646403615, '$2y$10$PxIby9./VY7hnLK9OIbcoeXrzea7cBCwtMM1vAuIgHpnqVJmRYaBS', '', '', '', '', 'eduardo.santos@partiushop.com.br', '', NULL, '', '', 'N', 'pt', 0, 0, 0, '', 1652290610, '', 0, NULL, '', 1652298210, 0),
(35, 'A', 'C', 'user_35', '', 'N', 0, 1652465000, 1651086553, '$2y$10$Ok6t6AMFNVwPNVbW3PPnUO8GkL7YGZcvYKnkUT65bw8ikt8EcrXqW', '', '', '', '', 'ruanwdssilveira@gmail.com', '+55(51)99577-8391', '', '', '', 'N', 'pt', 946864800, 0, 0, '', 1651086553, '', 0, NULL, '', 1654612593, 0);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_user_data`
--

CREATE TABLE `partiushop_user_data` (
  `user_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `type` char(1) NOT NULL DEFAULT '',
  `data` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_user_data`
--

INSERT INTO `partiushop_user_data` (`user_id`, `type`, `data`) VALUES
(1, 'L', 'a:10:{i:498476980;a:4:{s:4:\"func\";a:2:{i:0;s:19:\"fn_get_product_name\";i:1;s:3:\"298\";}s:3:\"url\";s:86:\"CvmORvU06X1SNEBE.php?dispatch=products.update&product_id=298&selected_section=detailed\";s:4:\"icon\";s:12:\"product-item\";s:4:\"text\";s:7:\"product\";}i:1789990690;a:4:{s:4:\"func\";a:2:{i:0;s:19:\"fn_get_product_name\";i:1;s:3:\"299\";}s:3:\"url\";s:86:\"CvmORvU06X1SNEBE.php?dispatch=products.update&product_id=299&selected_section=detailed\";s:4:\"icon\";s:12:\"product-item\";s:4:\"text\";s:7:\"product\";}i:3278733048;a:4:{s:4:\"func\";a:2:{i:0;s:19:\"fn_get_product_name\";i:1;s:3:\"300\";}s:3:\"url\";s:86:\"CvmORvU06X1SNEBE.php?dispatch=products.update&product_id=300&selected_section=detailed\";s:4:\"icon\";s:12:\"product-item\";s:4:\"text\";s:7:\"product\";}i:3026865774;a:4:{s:4:\"func\";a:2:{i:0;s:19:\"fn_get_product_name\";i:1;s:3:\"301\";}s:3:\"url\";s:86:\"CvmORvU06X1SNEBE.php?dispatch=products.update&product_id=301&selected_section=detailed\";s:4:\"icon\";s:12:\"product-item\";s:4:\"text\";s:7:\"product\";}i:761470932;a:4:{s:4:\"func\";a:2:{i:0;s:19:\"fn_get_product_name\";i:1;s:3:\"302\";}s:3:\"url\";s:86:\"CvmORvU06X1SNEBE.php?dispatch=products.update&product_id=302&selected_section=detailed\";s:4:\"icon\";s:12:\"product-item\";s:4:\"text\";s:7:\"product\";}i:4195224243;a:4:{s:4:\"func\";a:2:{i:0;s:19:\"fn_get_product_name\";i:1;s:3:\"296\";}s:3:\"url\";s:60:\"CvmORvU06X1SNEBE.php?dispatch=products.update&product_id=296\";s:4:\"icon\";s:12:\"product-item\";s:4:\"text\";s:7:\"product\";}i:1516515138;a:4:{s:4:\"func\";a:2:{i:0;s:19:\"fn_get_product_name\";i:1;s:3:\"303\";}s:3:\"url\";s:86:\"CvmORvU06X1SNEBE.php?dispatch=products.update&product_id=303&selected_section=detailed\";s:4:\"icon\";s:12:\"product-item\";s:4:\"text\";s:7:\"product\";}i:3288382177;a:4:{s:4:\"func\";a:2:{i:0;s:19:\"fn_get_product_name\";i:1;s:3:\"304\";}s:3:\"url\";s:86:\"CvmORvU06X1SNEBE.php?dispatch=products.update&product_id=304&selected_section=detailed\";s:4:\"icon\";s:12:\"product-item\";s:4:\"text\";s:7:\"product\";}i:3003615863;a:4:{s:4:\"func\";a:2:{i:0;s:19:\"fn_get_product_name\";i:1;s:3:\"305\";}s:3:\"url\";s:60:\"CvmORvU06X1SNEBE.php?dispatch=products.update&product_id=305\";s:4:\"icon\";s:12:\"product-item\";s:4:\"text\";s:7:\"product\";}i:705616845;a:4:{s:4:\"func\";a:2:{i:0;s:19:\"fn_get_product_name\";i:1;s:3:\"306\";}s:3:\"url\";s:86:\"CvmORvU06X1SNEBE.php?dispatch=products.update&product_id=306&selected_section=detailed\";s:4:\"icon\";s:12:\"product-item\";s:4:\"text\";s:7:\"product\";}}'),
(12, 'L', 'a:6:{i:679114870;a:4:{s:4:\"func\";a:2:{i:0;s:16:\"fn_get_page_name\";i:1;s:2:\"48\";}s:3:\"url\";s:54:\"vendor.php?dispatch=pages.update&page_id=48&come_from=\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:4:\"page\";}i:1685105495;a:4:{s:4:\"func\";a:2:{i:0;s:20:\"fn_get_shipping_name\";i:1;s:1:\"6\";}s:3:\"url\";s:50:\"vendor.php?dispatch=shippings.update&shipping_id=6\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:15:\"shipping_method\";}i:4195630836;a:4:{s:4:\"func\";a:2:{i:0;s:20:\"fn_get_shipping_name\";i:1;s:1:\"1\";}s:3:\"url\";s:50:\"vendor.php?dispatch=shippings.update&shipping_id=1\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:15:\"shipping_method\";}i:3210512398;a:4:{s:4:\"func\";a:2:{i:0;s:16:\"fn_get_user_name\";i:1;s:2:\"12\";}s:3:\"url\";s:46:\"vendor.php?dispatch=profiles.update&user_id=12\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:4:\"user\";}i:3451320010;a:4:{s:4:\"func\";a:2:{i:0;s:19:\"fn_get_product_name\";i:1;s:3:\"308\";}s:3:\"url\";s:76:\"vendor.php?dispatch=products.update&product_id=308&selected_section=detailed\";s:4:\"icon\";s:12:\"product-item\";s:4:\"text\";s:7:\"product\";}i:2257334299;a:4:{s:4:\"func\";a:2:{i:0;s:19:\"fn_get_company_name\";i:1;s:1:\"4\";}s:3:\"url\";s:49:\"vendor.php?dispatch=companies.update&company_id=4\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:6:\"vendor\";}}'),
(14, 'L', 'a:10:{i:1336670595;a:4:{s:4:\"func\";s:0:\"\";s:3:\"url\";s:45:\"CvmORvU06X1SNEBE.php?dispatch=payments.manage\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:15:\"payment_methods\";}i:335571871;a:4:{s:4:\"func\";a:2:{i:0;s:19:\"fn_get_product_name\";i:1;s:3:\"294\";}s:3:\"url\";s:60:\"CvmORvU06X1SNEBE.php?dispatch=products.update&product_id=294\";s:4:\"icon\";s:12:\"product-item\";s:4:\"text\";s:7:\"product\";}i:1940530787;a:4:{s:4:\"func\";a:2:{i:0;s:19:\"fn_get_product_name\";i:1;s:3:\"289\";}s:3:\"url\";s:86:\"CvmORvU06X1SNEBE.php?dispatch=products.update&product_id=289&selected_section=features\";s:4:\"icon\";s:12:\"product-item\";s:4:\"text\";s:7:\"product\";}i:78452469;a:4:{s:4:\"func\";a:2:{i:0;s:19:\"fn_get_product_name\";i:1;s:3:\"288\";}s:3:\"url\";s:93:\"CvmORvU06X1SNEBE.php?dispatch=products.update&product_id=288&page=1&selected_section=features\";s:4:\"icon\";s:12:\"product-item\";s:4:\"text\";s:7:\"product\";}i:3816221531;a:4:{s:4:\"func\";a:2:{i:0;s:16:\"fn_get_user_name\";i:1;s:2:\"23\";}s:3:\"url\";s:93:\"CvmORvU06X1SNEBE.php?dispatch=profiles.update&user_id=23&user_type=A&selected_section=general\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:4:\"user\";}i:1956917971;a:4:{s:4:\"func\";a:2:{i:0;s:16:\"fn_get_user_name\";i:1;s:2:\"28\";}s:3:\"url\";s:93:\"CvmORvU06X1SNEBE.php?dispatch=profiles.update&user_id=28&user_type=V&selected_section=general\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:4:\"user\";}i:61014597;a:4:{s:4:\"func\";a:2:{i:0;s:16:\"fn_get_user_name\";i:1;s:2:\"29\";}s:3:\"url\";s:68:\"CvmORvU06X1SNEBE.php?dispatch=profiles.update&user_id=29&user_type=V\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:4:\"user\";}i:3210512398;a:4:{s:4:\"func\";a:2:{i:0;s:16:\"fn_get_user_name\";i:1;s:2:\"12\";}s:3:\"url\";s:68:\"CvmORvU06X1SNEBE.php?dispatch=profiles.update&user_id=12&user_type=V\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:4:\"user\";}i:2468093908;a:4:{s:4:\"func\";a:2:{i:0;s:16:\"fn_get_user_name\";i:1;s:2:\"26\";}s:3:\"url\";s:68:\"CvmORvU06X1SNEBE.php?dispatch=profiles.update&user_id=26&user_type=A\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:4:\"user\";}i:4164766886;a:4:{s:4:\"func\";a:2:{i:0;s:19:\"fn_get_company_name\";i:1;s:1:\"9\";}s:3:\"url\";s:59:\"CvmORvU06X1SNEBE.php?dispatch=companies.update&company_id=9\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:6:\"vendor\";}}'),
(16, 'L', 'a:1:{i:2206427175;a:4:{s:4:\"func\";a:2:{i:0;s:16:\"fn_get_user_name\";i:1;s:1:\"1\";}s:3:\"url\";s:67:\"CvmORvU06X1SNEBE.php?dispatch=profiles.update&user_id=1&user_type=A\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:4:\"user\";}}'),
(22, 'L', 'a:0:{}'),
(30, 'L', 'a:10:{i:2257334299;a:4:{s:4:\"func\";a:2:{i:0;s:19:\"fn_get_company_name\";i:1;s:1:\"4\";}s:3:\"url\";s:93:\"CvmORvU06X1SNEBE.php?dispatch=companies.update&company_id=4&selected_section=shipping_methods\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:6:\"vendor\";}i:69063402;a:4:{s:4:\"func\";a:2:{i:0;s:17:\"fn_get_order_name\";i:1;s:3:\"149\";}s:3:\"url\";s:57:\"CvmORvU06X1SNEBE.php?dispatch=orders.details&order_id=149\";s:4:\"icon\";s:10:\"order-item\";s:4:\"text\";s:5:\"order\";}i:2579484593;a:4:{s:4:\"func\";a:2:{i:0;s:17:\"fn_get_order_name\";i:1;s:3:\"113\";}s:3:\"url\";s:57:\"CvmORvU06X1SNEBE.php?dispatch=orders.details&order_id=113\";s:4:\"icon\";s:10:\"order-item\";s:4:\"text\";s:5:\"order\";}i:1336670595;a:4:{s:4:\"func\";s:0:\"\";s:3:\"url\";s:45:\"CvmORvU06X1SNEBE.php?dispatch=payments.manage\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:15:\"payment_methods\";}i:2210956880;a:4:{s:4:\"func\";a:2:{i:0;s:20:\"fn_get_shipping_name\";i:1;s:1:\"8\";}s:3:\"url\";s:60:\"CvmORvU06X1SNEBE.php?dispatch=shippings.update&shipping_id=8\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:15:\"shipping_method\";}i:1324481818;a:4:{s:4:\"func\";a:2:{i:0;s:20:\"fn_get_shipping_name\";i:1;s:2:\"10\";}s:3:\"url\";s:61:\"CvmORvU06X1SNEBE.php?dispatch=shippings.update&shipping_id=10\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:15:\"shipping_method\";}i:2677445370;a:4:{s:4:\"func\";a:2:{i:0;s:23:\"fn_get_destination_name\";i:1;s:1:\"9\";}s:3:\"url\";s:66:\"CvmORvU06X1SNEBE.php?dispatch=destinations.update&destination_id=9\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:9:\"rate_area\";}i:1672978198;a:4:{s:4:\"func\";a:2:{i:0;s:17:\"fn_get_order_name\";i:1;s:3:\"154\";}s:3:\"url\";s:57:\"CvmORvU06X1SNEBE.php?dispatch=orders.details&order_id=154\";s:4:\"icon\";s:10:\"order-item\";s:4:\"text\";s:5:\"order\";}i:4195224243;a:4:{s:4:\"func\";a:2:{i:0;s:19:\"fn_get_product_name\";i:1;s:3:\"296\";}s:3:\"url\";s:60:\"CvmORvU06X1SNEBE.php?dispatch=products.update&product_id=296\";s:4:\"icon\";s:12:\"product-item\";s:4:\"text\";s:7:\"product\";}i:3278733048;a:4:{s:4:\"func\";a:2:{i:0;s:19:\"fn_get_product_name\";i:1;s:3:\"300\";}s:3:\"url\";s:60:\"CvmORvU06X1SNEBE.php?dispatch=products.update&product_id=300\";s:4:\"icon\";s:12:\"product-item\";s:4:\"text\";s:7:\"product\";}}'),
(31, 'L', 'a:0:{}');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_user_integrations`
--

CREATE TABLE `partiushop_user_integrations` (
  `integration_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `bling_api` varchar(255) DEFAULT NULL,
  `bling_loja` varchar(255) DEFAULT NULL,
  `bling_callback_estoque` varchar(255) DEFAULT NULL,
  `bling_callback_pedido` varchar(255) DEFAULT NULL,
  `bling_callback_nf` varchar(255) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_user_last_passwords`
--

CREATE TABLE `partiushop_user_last_passwords` (
  `user_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `last_password` varchar(255) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_user_last_passwords`
--

INSERT INTO `partiushop_user_last_passwords` (`user_id`, `last_password`) VALUES
(11, '5a41a0935f3b9cdd9a8b252106f2418f'),
(18, '6f31568786ee62970d90d290b17c5060'),
(34, '$2y$10$xzIfWDkCXUE7eNBc6SzNPu53vIRlAWa44Hz2DPXMdgRLpAbYSkX5e'),
(33, '$2y$10$1SsswGXn0MsB51mA/EZj6./m67OPnNHuA5Iatv1BNuDAscdI/FPKa');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_user_mailing_lists`
--

CREATE TABLE `partiushop_user_mailing_lists` (
  `subscriber_id` mediumint(8) UNSIGNED NOT NULL,
  `list_id` mediumint(8) UNSIGNED NOT NULL,
  `activation_key` varchar(32) NOT NULL DEFAULT '',
  `unsubscribe_key` varchar(32) NOT NULL DEFAULT '',
  `confirmed` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_user_mailing_lists`
--

INSERT INTO `partiushop_user_mailing_lists` (`subscriber_id`, `list_id`, `activation_key`, `unsubscribe_key`, `confirmed`, `timestamp`) VALUES
(4, 1, 'e895ae9c23451d8193deda746408b697', 'c94375024809526db9119afa172588c7', 0, 1586638344),
(10, 1, '47f74682b41adffd07021d918098edaf', '52d4ea710c01bec91b9e028498b1ec00', 0, 1597188852);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_user_payment_info`
--

CREATE TABLE `partiushop_user_payment_info` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `global_token` varchar(255) NOT NULL,
  `cc_last_digit` varchar(255) NOT NULL,
  `updated_at` int(11) DEFAULT NULL,
  `created_at` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_user_payment_info`
--

INSERT INTO `partiushop_user_payment_info` (`id`, `user_id`, `global_token`, `cc_last_digit`, `updated_at`, `created_at`) VALUES
(1, 3, 'YzIxOTg4MzAwZWVjNGIyNjU1ODYzMjBjMmJhMjg0Y2U2MzBmZTM0YQ==', 'MDE0OA==', NULL, 1635452516);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_user_profiles`
--

CREATE TABLE `partiushop_user_profiles` (
  `profile_id` mediumint(8) UNSIGNED NOT NULL,
  `user_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `profile_type` char(1) NOT NULL DEFAULT 'P',
  `b_firstname` varchar(128) NOT NULL DEFAULT '',
  `b_lastname` varchar(128) NOT NULL DEFAULT '',
  `b_address` varchar(255) NOT NULL DEFAULT '',
  `b_address_2` varchar(255) NOT NULL DEFAULT '',
  `b_city` varchar(64) NOT NULL DEFAULT '',
  `b_county` varchar(32) NOT NULL DEFAULT '',
  `b_state` varchar(32) NOT NULL DEFAULT '',
  `b_country` char(2) NOT NULL DEFAULT '',
  `b_zipcode` varchar(16) NOT NULL DEFAULT '',
  `b_phone` varchar(128) NOT NULL DEFAULT '',
  `s_firstname` varchar(128) NOT NULL DEFAULT '',
  `s_lastname` varchar(128) NOT NULL DEFAULT '',
  `s_address` varchar(255) NOT NULL DEFAULT '',
  `s_address_2` varchar(255) NOT NULL DEFAULT '',
  `s_city` varchar(255) NOT NULL DEFAULT '',
  `s_county` varchar(32) NOT NULL DEFAULT '',
  `s_state` varchar(32) NOT NULL DEFAULT '',
  `s_country` char(2) NOT NULL DEFAULT '',
  `s_zipcode` varchar(16) NOT NULL DEFAULT '',
  `s_phone` varchar(128) NOT NULL DEFAULT '',
  `s_address_type` varchar(255) NOT NULL DEFAULT '',
  `profile_name` varchar(32) NOT NULL DEFAULT '',
  `mothers_name` varchar(128) DEFAULT NULL,
  `habilitar_one_click` varchar(255) DEFAULT NULL,
  `one_click_pagamento` varchar(255) DEFAULT NULL,
  `profile_update_timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_user_profiles`
--

INSERT INTO `partiushop_user_profiles` (`profile_id`, `user_id`, `profile_type`, `b_firstname`, `b_lastname`, `b_address`, `b_address_2`, `b_city`, `b_county`, `b_state`, `b_country`, `b_zipcode`, `b_phone`, `s_firstname`, `s_lastname`, `s_address`, `s_address_2`, `s_city`, `s_county`, `s_state`, `s_country`, `s_zipcode`, `s_phone`, `s_address_type`, `profile_name`, `mothers_name`, `habilitar_one_click`, `one_click_pagamento`, `profile_update_timestamp`) VALUES
(2, 3, 'P', 'Eduardo', 'Santos', 'Rua Mergenthaler', '', 'Vila Leopoldina', '', '', 'BR', '05311900', '+55(44)99886-0473', 'Eduardo', 'Santos', 'Rua Mergenthaler', '', 'Vila Leopoldina', '', '', 'BR', '05311900', '+55(44)99886-0473', '', 'Main', NULL, '', '', 1651864279),
(6, 1, 'P', 'John', 'Doe', '44 Main street', 'test', 'São Paulo', '', 'MA', 'US', '02134', '', 'John', 'Doe', 'Av. Paulista, 2202', 'test', 'São Paulo', '', 'SP', 'BR', '01310200', '', 'residential', 'Main', NULL, NULL, NULL, 1627574558),
(13, 12, 'P', '', '', '3101 Collins Ave', '', 'Goioere', '', 'FL', 'US', '33140', '', '', '', 'Carlos Drummond de Andrade', '', 'Goioere', '', 'Parana', 'BR', '05311900', '', '', 'Principal', NULL, NULL, NULL, 1625111535),
(14, 13, 'P', '', '', '', '', 'São Paulo', '', '', '', '', '', '', '', '', '', '', '', 'MA', 'BR', '', '', '', 'Principal', NULL, NULL, NULL, 1594257479),
(15, 14, 'P', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'MA', 'US', '', '', '', 'Principal', NULL, NULL, NULL, 1587245873),
(17, 16, 'P', '', '', '', '', 'India', '', '', '', '', '', '', '', '', '', '', '', 'MA', 'US', '', '', '', 'Principal', NULL, NULL, NULL, 1596117149),
(18, 17, 'P', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'Principal', NULL, NULL, NULL, 1589931067),
(23, 22, 'P', '', '', '', '', 'Russia', '', '', '', '', '', '', '', '', '', '', '', 'MA', 'BR', '', '', '', 'Principal', NULL, NULL, NULL, 1598029369),
(31, 30, 'P', 'Giovanni Vinicius', 'de Figueiredo', 'Rua Carmona Peres', '', 'Douradina', '', '', 'BR', '87485000', '', 'Giovanni Vinicius', 'de Figueiredo', 'Rua Carmona Peres', '', 'Douradina', '', '', 'BR', '87485000', '', '', 'Principal', NULL, '', '', 1651086486),
(32, 31, 'P', '', '', '', '', 'Goioere', '', '', '', '', '', '', '', '', '', '', '', 'MA', 'US', '', '', '', 'Principal', NULL, NULL, NULL, 1620307572),
(33, 32, 'P', '', '', '', '', 'Goioere', '', 'MA', 'BR', '8736000', '', '', '', '', '', 'Goioere', '', 'MA', 'BR', '8736000', '', '', 'Main', NULL, NULL, NULL, 1626980963),
(34, 33, 'P', 'Eduardo', 'Dos Santos', 'sdasd', '', 'sadasd', '', 'PR', 'BR', '87360000', '', 'Eduardo', 'Dos Santos', 'sdasd', '', 'sadasd', '', 'PR', 'BR', '87360000', '', 'residential', 'Principal', NULL, NULL, NULL, 1652742770),
(35, 34, 'P', 'Eduardo', 'Santos', 'Rua Carlos Drummond de Andrade', '', 'Goioere', '', 'PR', 'BR', '87360000', '', 'Eduardo', 'Santos', 'Rua Carlos Drummond de Andrade', '', 'Goioere', '', 'PR', 'BR', '87360000', '', 'residential', 'Principal', NULL, NULL, NULL, 1652293403),
(36, 35, 'P', 'Ruan', 'Silva', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'SP', 'BR', '16015244', '+55(51)99577-8391', 'Ruan', 'Silva', 'Rua Cristiano Olsen', '', 'Jardim Sumaré', '', 'SP', 'BR', '16015244', '+55(51)99577-8391', 'residential', 'Principal', '', '', '', 1653678338);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_user_session_products`
--

CREATE TABLE `partiushop_user_session_products` (
  `user_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `type` char(1) NOT NULL DEFAULT 'C',
  `user_type` char(1) NOT NULL DEFAULT 'R',
  `item_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `item_type` char(1) NOT NULL DEFAULT 'P',
  `product_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `amount` mediumint(8) UNSIGNED NOT NULL DEFAULT 1,
  `price` decimal(12,2) NOT NULL DEFAULT 0.00,
  `extra` blob DEFAULT NULL,
  `session_id` varchar(64) NOT NULL DEFAULT '',
  `ip_address` varbinary(40) NOT NULL DEFAULT '',
  `order_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `storefront_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `position` smallint(5) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_user_session_products`
--

INSERT INTO `partiushop_user_session_products` (`user_id`, `timestamp`, `type`, `user_type`, `item_id`, `item_type`, `product_id`, `amount`, `price`, `extra`, `session_id`, `ip_address`, `order_id`, `storefront_id`, `position`) VALUES
(1, 1634586496, 'C', 'R', 3120223550, 'P', 303, 1, '5000.00', 0x613a34323a7b733a373a22757365725f6964223b733a313a2231223b733a393a2274696d657374616d70223b733a31303a2231363334353836343936223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2233313230323233353530223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330333b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2265343337333131383465383934653031666536643039616136343032333835612d43223b733a31303a2269705f61646472657373223b733a383a226264336539373430223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207631223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383135223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393538223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333033223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333033223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a38373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a38373a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a38383a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3130323a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31333a2272656c61746976655f70617468223b733a35353a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78702e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a393a22757365725f64617461223b613a36353a7b733a373a22757365725f6964223b733a313a2231223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a353a2261646d696e223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a2259223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231353836333437333336223b733a383a2270617373776f7264223b733a36303a22243279243130245966566672737264696c5a5256624e394478455a492e395a6371627a33436f462e4462474a686d6956675246557738392e526e4765223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a363a22456469736f6e223b733a383a226c6173746e616d65223b733a373a22416e74756e6573223b733a373a22636f6d70616e79223b733a31323a22596f757220636f6d70616e79223b733a353a22656d61696c223b733a32343a2265616e74756e65734066617374636f72652e636f6d2e6272223b733a353a2270686f6e65223b733a31373a222b35352831312939393232332d38363436223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363237353734353538223b733a373a226170695f6b6579223b733a36303a222432792431302453414b726f77514d686c63626650783564455243634f667739794b4b54546c744c376d4d55794f592e62336831476a4c3432594561223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363534303232373137223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a313a2236223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a343a224a6f686e223b733a31303a22625f6c6173746e616d65223b733a333a22446f65223b733a393a22625f61646472657373223b733a31343a223434204d61696e20737472656574223b733a31313a22625f616464726573735f32223b733a343a2274657374223b733a363a22625f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a225553223b733a393a22625f7a6970636f6465223b733a353a223032313334223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a343a224a6f686e223b733a31303a22735f6c6173746e616d65223b733a333a22446f65223b733a393a22735f61646472657373223b733a31383a2241762e205061756c697374612c2032323032223b733a31313a22735f616464726573735f32223b733a343a2274657374223b733a363a22735f63697479223b733a31303a2253c3a36f205061756c6f223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a323a225350223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223031333130323030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a343a224d61696e223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363237353734353538223b733a363a226669656c6473223b613a333a7b693a35323b733a393a22313536353536313537223b693a35333b733a303a22223b693a35343b733a303a22223b7d733a31353a22625f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31353a22735f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31333a22625f73746174655f6465736372223b733a31333a224d617373616368757365747473223b733a31333a22735f73746174655f6465736372223b733a31303a2253c3a36f205061756c6f223b733a363a22706f696e7473223b693a303b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b7d, 'b111e6b1236a08ebff031d9d9d44b13b-C', 0x6264336539373430, 0, 1, 0),
(3, 1651851994, 'C', 'R', 664682653, 'P', 304, 1, '5000.00', 0x613a33323a7b733a31303a2270726f647563745f6964223b693a3330343b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207632223b733a363a22616d6f756e74223b693a313b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a353a227072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383137223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393630223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333034223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333034223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a39353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a39353a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a39363a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131303a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31333a2272656c61746976655f70617468223b733a36333a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68622e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a353a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533383937223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a373a224564756172646f223b733a383a226c6173746e616d65223b733a363a2253616e746f73223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a353a22656d61696c223b733a32303a22637573746f6d6572406578616d706c652e636f6d223b733a393a22757365725f64617461223b613a36303a7b733a373a22757365725f6964223b733a313a2233223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a383a22637573746f6d6572223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231353836333437333336223b733a383a2270617373776f7264223b733a36303a222432792431302447656e356f4b78497a78536b2f74796438495835322e59546e2e676c68787259485442314d4536716c6e46716934754352564f324f223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a373a224564756172646f223b733a383a226c6173746e616d65223b733a363a2253616e746f73223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32303a22637573746f6d6572406578616d706c652e636f6d223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a303a22223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363437393532393039223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a313a2232223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a373a224564756172646f223b733a31303a22625f6c6173746e616d65223b733a363a2253616e746f73223b733a393a22625f61646472657373223b733a31363a22527561204d657267656e7468616c6572223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31353a2256696c61204c656f706f6c64696e61223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a303a22223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223035333131393030223b733a373a22625f70686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a31313a22735f66697273746e616d65223b733a373a224564756172646f223b733a31303a22735f6c6173746e616d65223b733a363a2253616e746f73223b733a393a22735f61646472657373223b733a31363a22527561204d657267656e7468616c6572223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31353a2256696c61204c656f706f6c64696e61223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a303a22223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223035333131393030223b733a373a22735f70686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a31343a22735f616464726573735f74797065223b733a303a22223b733a31323a2270726f66696c655f6e616d65223b733a343a224d61696e223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363531383530353630223b733a363a226669656c6473223b613a353a7b693a35323b733a303a22223b693a35333b733a31313a223031333931353939393138223b693a35343b733a31313a223031333931353939393138223b693a36303b733a333a22313635223b693a36313b733a333a22313635223b7d733a31353a22625f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31353a22735f636f756e7472795f6465736372223b733a363a2242726173696c223b733a363a22706f696e7473223b693a303b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b7d, '08d3c2e546f867df0ea4c41470f6348a-C', 0x6231343663333533, 0, 1, 0),
(3, 1647952905, 'C', 'R', 1352232971, 'P', 305, 1, '5000.00', 0x613a34333a7b733a373a22757365725f6964223b733a313a2233223b733a393a2274696d657374616d70223b733a31303a2231363437393532393035223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2231333532323332393731223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3330353b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a353030303b733a31303a2273657373696f6e5f6964223b733a33343a2236393961326561323339623135356563666532366166356137633636623132612d43223b733a31303a2269705f61646472657373223b733a383a226231343663333533223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207633223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383139223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393632223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333035223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333035223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3130343a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131383a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31333a2272656c61746976655f70617468223b733a37313a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a353a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393030223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a373a224564756172646f223b733a383a226c6173746e616d65223b733a363a2253616e746f73223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a353a22656d61696c223b733a32303a22637573746f6d6572406578616d706c652e636f6d223b733a393a22757365725f64617461223b613a36303a7b733a373a22757365725f6964223b733a313a2233223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a383a22637573746f6d6572223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231353836333437333336223b733a383a2270617373776f7264223b733a36303a222432792431302447656e356f4b78497a78536b2f74796438495835322e59546e2e676c68787259485442314d4536716c6e46716934754352564f324f223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a373a224564756172646f223b733a383a226c6173746e616d65223b733a363a2253616e746f73223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32303a22637573746f6d6572406578616d706c652e636f6d223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a303a22223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363437393532393039223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a313a2232223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a373a224564756172646f223b733a31303a22625f6c6173746e616d65223b733a363a2253616e746f73223b733a393a22625f61646472657373223b733a31363a22527561204d657267656e7468616c6572223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a31353a2256696c61204c656f706f6c64696e61223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a303a22223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223035333131393030223b733a373a22625f70686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a31313a22735f66697273746e616d65223b733a373a224564756172646f223b733a31303a22735f6c6173746e616d65223b733a363a2253616e746f73223b733a393a22735f61646472657373223b733a31363a22527561204d657267656e7468616c6572223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a31353a2256696c61204c656f706f6c64696e61223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a303a22223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223035333131393030223b733a373a22735f70686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a31343a22735f616464726573735f74797065223b733a303a22223b733a31323a2270726f66696c655f6e616d65223b733a343a224d61696e223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363531383530353630223b733a363a226669656c6473223b613a353a7b693a35323b733a303a22223b693a35333b733a31313a223031333931353939393138223b693a35343b733a31313a223031333931353939393138223b693a36303b733a333a22313635223b693a36313b733a333a22313635223b7d733a31353a22625f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31353a22735f636f756e7472795f6465736372223b733a363a2242726173696c223b733a363a22706f696e7473223b693a303b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b7d, '08d3c2e546f867df0ea4c41470f6348a-C', 0x6231343663333533, 0, 1, 10),
(14, 1615304109, 'C', 'R', 930177377, 'P', 145, 1, '79.99', 0x613a34303a7b733a373a22757365725f6964223b733a323a223134223b733a393a2274696d657374616d70223b733a31303a2231353937313839383134223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a393a22393330313737333737223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3134353b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a37392e3938393939393939393939393939353b733a31303a2273657373696f6e5f6964223b733a33343a2233663865306538356331323231396439356139376461626164316433393164622d43223b733a31303a2269705f61646472657373223b733a383a226235326338313635223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a31303a22593031343557504c5839223b733a373a2270726f64756374223b733a33343a2253616e73612046757a652b204d503320506c61796572202852656429202d20344742223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a333a22353335223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a333a22353931223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22313435223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22313435223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a36333a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f302f46757a65706c75737265645f3231302e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363030223b733a373a22696d6167655f79223b733a333a22363030223b733a31353a22687474705f696d6167655f70617468223b733a36323a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f302f46757a65706c75737265645f3231302e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a36333a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f302f46757a65706c75737265645f3231302e6a7067223b733a31333a226162736f6c7574655f70617468223b733a38313a222f7372762f70726f6a656374732f70617274697573686f702e636f6d2e62722f7075626c69635f68746d6c2f696d616765732f64657461696c65642f302f46757a65706c75737265645f3231302e6a7067223b733a31333a2272656c61746976655f70617468223b733a33303a2264657461696c65642f302f46757a65706c75737265645f3231302e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a37392e3938393939393939393939393939353b733a353a227072696365223b643a38303b733a31333a22646973706c61795f7072696365223b643a38303b7d7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2232223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a37392e3938393939393939393939393939353b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3137393b7d733a31333a22646973706c61795f7072696365223b643a37392e3938393939393939393939393939353b733a31333a226d61696e5f63617465676f7279223b693a3137393b733a393a2266697273746e616d65223b4e3b733a383a226c6173746e616d65223b4e3b733a353a2270686f6e65223b4e3b733a353a22656d61696c223b733a33313a226775696c6865726d652e646f796c654066617374636f72652e636f6d2e6272223b733a393a22757365725f64617461223b613a35393a7b733a373a22757365725f6964223b733a323a223134223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3134223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231353837323435383534223b733a383a2270617373776f7264223b733a33323a223839653030633162633762366561623038353530306165343339633664303436223b733a343a2273616c74223b733a31303a2278264431695d5b2c7646223b733a393a2266697273746e616d65223b4e3b733a383a226c6173746e616d65223b4e3b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a33313a226775696c6865726d652e646f796c654066617374636f72652e636f6d2e6272223b733a353a2270686f6e65223b4e3b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a303a22223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a31343a226c6173745f70617373776f726473223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a313a2231223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223135223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a303a22223b733a31303a22625f6c6173746e616d65223b733a303a22223b733a393a22625f61646472657373223b733a303a22223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a363a22426f73746f6e223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a225553223b733a393a22625f7a6970636f6465223b733a353a223032313235223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a303a22223b733a31303a22735f6c6173746e616d65223b733a303a22223b733a393a22735f61646472657373223b733a303a22223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a363a22426f73746f6e223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a323a224d41223b733a393a22735f636f756e747279223b733a323a225553223b733a393a22735f7a6970636f6465223b733a353a223032313235223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a303a22223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231353837323435383733223b733a363a226669656c6473223b613a303a7b7d733a363a22706f696e7473223b693a303b733a31353a22625f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31353a22735f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31333a22625f73746174655f6465736372223b733a31333a224d617373616368757365747473223b733a31333a22735f73746174655f6465736372223b733a31333a224d617373616368757365747473223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b7d, '7fab9fb1fcdb6de8a038bbc4c6c8e2f5-C', 0x6235326338313462, 0, 1, 0),
(14, 1591140492, 'C', 'R', 1706372553, 'P', 248, 1, '372.27', 0x613a34303a7b733a373a22757365725f6964223b733a323a223134223b733a393a2274696d657374616d70223b733a31303a2231353839303633363931223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2231373036333732353533223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b693a3234383b733a363a22616d6f756e74223b693a313b733a353a227072696365223b643a3337322e32363939393939393939393939383b733a31303a2273657373696f6e5f6964223b733a33343a2234333665393466373537636639356638326438653136646639333161613861652d43223b733a31303a2269705f61646472657373223b733a383a226235326338313635223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a31323a2270726f647563745f636f6465223b733a31303a224c323537314f44455239223b733a373a2270726f64756374223b733a393a22582d426f78204f6e65223b733a31353a2270726f647563745f6f7074696f6e73223b613a323a7b693a32303b733a333a22313830223b693a32353b733a333a22313532223b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a353a7b733a373a22706169725f6964223b733a333a22393934223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2231313837223b733a383a22706f736974696f6e223b733a313a2230223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22323438223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a34393a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f312f692e6a7067223b733a333a22616c74223b4e3b733a373a22696d6167655f78223b733a333a22343738223b733a373a22696d6167655f79223b733a333a22363136223b733a31353a22687474705f696d6167655f70617468223b733a34383a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f312f692e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a34393a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f312f692e6a7067223b733a31333a226162736f6c7574655f70617468223b733a36373a222f7372762f70726f6a656374732f70617274697573686f702e636f6d2e62722f7075626c69635f68746d6c2f696d616765732f64657461696c65642f312f692e6a7067223b733a31333a2272656c61746976655f70617468223b733a31363a2264657461696c65642f312f692e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a333a7b733a31353a2270726f647563745f6f7074696f6e73223b613a323a7b693a32303b733a333a22313830223b693a32353b733a333a22313532223b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a3337322e32363939393939393939393939383b733a353a227072696365223b643a3337333b733a31333a22646973706c61795f7072696365223b643a3337333b7d7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2231223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a3337322e32363939393939393939393939383b733a31323a2263617465676f72795f696473223b613a323a7b693a303b693a3235353b693a313b693a3234383b7d733a31333a22646973706c61795f7072696365223b643a3337322e32363939393939393939393939383b733a31333a226d61696e5f63617465676f7279223b693a3234383b733a393a2266697273746e616d65223b4e3b733a383a226c6173746e616d65223b4e3b733a353a2270686f6e65223b4e3b733a353a22656d61696c223b733a33313a226775696c6865726d652e646f796c654066617374636f72652e636f6d2e6272223b733a393a22757365725f64617461223b613a35393a7b733a373a22757365725f6964223b733a323a223134223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3134223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231353837323435383534223b733a383a2270617373776f7264223b733a33323a223839653030633162633762366561623038353530306165343339633664303436223b733a343a2273616c74223b733a31303a2278264431695d5b2c7646223b733a393a2266697273746e616d65223b4e3b733a383a226c6173746e616d65223b4e3b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a33313a226775696c6865726d652e646f796c654066617374636f72652e636f6d2e6272223b733a353a2270686f6e65223b4e3b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a303a22223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a31343a226c6173745f70617373776f726473223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a313a2231223b733a373a226170695f6b6579223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223135223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a303a22223b733a31303a22625f6c6173746e616d65223b733a303a22223b733a393a22625f61646472657373223b733a303a22223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a363a22426f73746f6e223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a224d41223b733a393a22625f636f756e747279223b733a323a225553223b733a393a22625f7a6970636f6465223b733a353a223032313235223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a303a22223b733a31303a22735f6c6173746e616d65223b733a303a22223b733a393a22735f61646472657373223b733a303a22223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a363a22426f73746f6e223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a323a224d41223b733a393a22735f636f756e747279223b733a323a225553223b733a393a22735f7a6970636f6465223b733a353a223032313235223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a303a22223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231353837323435383733223b733a363a226669656c6473223b613a303a7b7d733a363a22706f696e7473223b693a303b733a31353a22625f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31353a22735f636f756e7472795f6465736372223b733a31333a22556e6974656420537461746573223b733a31333a22625f73746174655f6465736372223b733a31333a224d617373616368757365747473223b733a31333a22735f73746174655f6465736372223b733a31333a224d617373616368757365747473223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b7d, '614ce0f3d0320eef1ce4b9da053ba7c2-C', 0x6235326338313635, 0, 1, 0);
INSERT INTO `partiushop_user_session_products` (`user_id`, `timestamp`, `type`, `user_type`, `item_id`, `item_type`, `product_id`, `amount`, `price`, `extra`, `session_id`, `ip_address`, `order_id`, `storefront_id`, `position`) VALUES
(30, 1653156096, 'C', 'R', 1855438937, 'P', 297, 2, '1100.00', 0x613a37363a7b733a373a22757365725f6964223b733a323a223330223b733a393a2274696d657374616d70223b733a31303a2231363533313536303936223b733a343a2274797065223b733a313a2243223b733a393a22757365725f74797065223b733a313a2252223b733a373a226974656d5f6964223b733a31303a2231383535343338393337223b733a393a226974656d5f74797065223b733a313a2250223b733a31303a2270726f647563745f6964223b733a333a22323937223b733a363a22616d6f756e74223b693a323b733a353a227072696365223b643a313130303b733a31303a2273657373696f6e5f6964223b733a303a22223b733a31303a2269705f61646472657373223b733a383a223264613937633836223b733a383a226f726465725f6964223b733a313a2230223b733a31333a2273746f726566726f6e745f6964223b733a313a2231223b733a383a22706f736974696f6e223b733a313a2230223b733a31323a2270726f647563745f636f6465223b733a31303a2267616c6178795f733231223b733a373a2270726f64756374223b733a31303a2267616c61787920733231223b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235363539223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393334223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22323937223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22323937223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a36323a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332312e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22383030223b733a373a22696d6167655f79223b733a333a22353230223b733a31353a22687474705f696d6167655f70617468223b733a36323a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332312e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a36333a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332312e6a7067223b733a31333a226162736f6c7574655f70617468223b733a37373a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f323032312d67616c6178792d7332312e6a7067223b733a31333a2272656c61746976655f70617468223b733a33303a2264657461696c65642f322f323032312d67616c6178792d7332312e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a353a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363531313830383738223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a323230303b733a353a227072696365223b643a323230303b733a31333a22646973706c61795f7072696365223b643a323230303b7d7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a323b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a313130303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a313130303b733a363a22776569676874223b733a353a22312e303030223b733a383a22747261636b696e67223b733a313a2242223b733a31373a2273686f72745f6465736372697074696f6e223b733a303a22223b733a31363a227368697070696e675f66726569676874223b733a343a22302e3030223b733a31333a22667265655f7368697070696e67223b733a313a224e223b733a31373a227a65726f5f70726963655f616374696f6e223b733a313a2252223b733a373a227461785f696473223b733a303a22223b733a383a227174795f73746570223b733a313a2230223b733a31343a226c6973745f7174795f636f756e74223b733a313a2230223b733a373a226d61785f717479223b733a313a2230223b733a373a226d696e5f717479223b733a313a2230223b733a383a22696e5f73746f636b223b733a333a22393938223b733a31353a227368697070696e675f706172616d73223b613a353a7b733a31363a226d696e5f6974656d735f696e5f626f78223b693a303b733a31363a226d61785f6974656d735f696e5f626f78223b693a313b733a31303a22626f785f6c656e677468223b693a31353b733a393a22626f785f7769647468223b693a31303b733a31303a22626f785f686569676874223b693a313b7d733a31343a22636f6d70616e795f737461747573223b733a313a2241223b733a31323a22636f6d70616e795f6e616d65223b733a373a224c6f6a61203031223b733a32303a226f75745f6f665f73746f636b5f616374696f6e73223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363531313830383738223b733a31323a22747261636b696e675f726177223b733a313a2242223b733a32313a227a65726f5f70726963655f616374696f6e5f726177223b733a313a2252223b733a31313a226d696e5f7174795f726177223b733a313a2230223b733a31313a226d61785f7174795f726177223b733a313a2230223b733a31323a227174795f737465705f726177223b733a313a2230223b733a31383a226c6973745f7174795f636f756e745f726177223b733a313a2230223b733a31333a226d61696e5f63617465676f7279223b693a3238333b733a31333a226f7074696f6e735f636f756e74223b733a313a2230223b733a363a2269735f706270223b733a313a2259223b733a373a2269735f6f706572223b733a313a224e223b733a353a2269735f6f70223b733a313a224e223b733a31313a2263616c63756c6174696f6e223b613a303a7b7d733a31343a226f726967696e616c5f7072696365223b643a313130303b733a383a22737562746f74616c223b643a343430303b733a31313a22706f696e74735f696e666f223b613a323a7b733a393a227261775f7072696365223b643a343430303b733a353a227072696365223b643a343430303b7d733a31363a22646973706c61795f737562746f74616c223b643a343430303b733a393a2266697273746e616d65223b733a32303a2247696f76616e6e692056696e6963697573206465223b733a383a226c6173746e616d65223b733a31303a224669677565697265646f223b733a353a2270686f6e65223b4e3b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36353a7b733a373a22757365725f6964223b733a323a223330223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2241223b733a31303a22757365725f6c6f67696e223b733a373a22757365725f3330223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a393a2274696d657374616d70223b733a31303a2231363130343632303238223b733a383a2270617373776f7264223b733a36303a22243279243130246f6e6632376751775a5157575661706455312e39786561397661684f4c3859795052462f4d54714d586d64742e432f6b7643392f6d223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b733a32303a2247696f76616e6e692056696e6963697573206465223b733a383a226c6173746e616d65223b733a31303a224669677565697265646f223b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a33303a2267696f76616e6e6976696e69636975733139393740676d61696c2e636f6d223b733a353a2270686f6e65223b4e3b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a303a22223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363131393431373733223b733a373a226170695f6b6579223b733a36303a2224327924313024675055342f5261644544576e51744b524a61336a4d655248336b39544e6c2e4c434650484b546549574a59384a69486e3768487561223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363533313535353038223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223331223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a31373a2247696f76616e6e692056696e6963697573223b733a31303a22625f6c6173746e616d65223b733a31333a226465204669677565697265646f223b733a393a22625f61646472657373223b733a31373a22527561204361726d6f6e61205065726573223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a393a22446f75726164696e61223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a303a22223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223837343835303030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a31373a2247696f76616e6e692056696e6963697573223b733a31303a22735f6c6173746e616d65223b733a31333a226465204669677565697265646f223b733a393a22735f61646472657373223b733a31373a22527561204361726d6f6e61205065726573223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a393a22446f75726164696e61223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a323a224d41223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223837343835303030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a303a22223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363531303836343836223b733a363a226669656c6473223b613a333a7b693a35323b733a303a22223b693a35333b733a31313a223039363739333130393635223b693a35343b733a31313a223039363739333130393635223b7d733a31353a22625f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31353a22735f636f756e7472795f6465736372223b733a363a2242726173696c223b733a363a22706f696e7473223b693a303b733a31353a22736869705f746f5f616e6f74686572223b623a313b733a31333a22735f73746174655f6465736372223b733a393a224d6172616e68c3a36f223b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b7d, '5fcbcc0d27f1abd96f2479757d12fc76-C', 0x3264613937633836, 0, 1, 0),
(33, 1653058353, 'C', 'R', 1352232971, 'P', 305, 1, '5000.00', 0x613a33323a7b733a31303a2270726f647563745f6964223b693a3330353b733a31323a2270726f647563745f636f6465223b733a393a226970686f6e655f3132223b733a373a2270726f64756374223b733a31323a226950686f6e65203132207633223b733a363a22616d6f756e74223b693a313b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a353a227072696365223b643a353030303b733a31323a2273746f7265645f7072696365223b733a313a224e223b733a393a226d61696e5f70616972223b613a373a7b733a373a22706169725f6964223b733a343a2235383139223b733a383a22696d6167655f6964223b733a313a2230223b733a31313a2264657461696c65645f6964223b733a343a2232393632223b733a383a22706f736974696f6e223b733a313a2230223b733a393a226f626a6563745f6964223b733a333a22333035223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a383a2264657461696c6564223b613a31323a7b733a393a226f626a6563745f6964223b733a333a22333035223b733a31313a226f626a6563745f74797065223b733a373a2270726f64756374223b733a343a2274797065223b733a313a224d223b733a31303a22696d6167655f70617468223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a333a22616c74223b733a303a22223b733a373a22696d6167655f78223b733a333a22363137223b733a373a22696d6167655f79223b733a333a22343633223b733a31353a22687474705f696d6167655f70617468223b733a3130333a22687474703a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31363a2268747470735f696d6167655f70617468223b733a3130343a2268747470733a2f2f70617274697573686f702e636f6d2e62722f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31333a226162736f6c7574655f70617468223b733a3131383a222f686f6d652f70617274697573686f70636f6d2f7075626c69635f68746d6c2f6170702f7777772f696d616765732f64657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31333a2272656c61746976655f70617468223b733a37313a2264657461696c65642f322f61363937333364383237626138636664356533626137626235373237363563315f356333702d78705f366678722d68625f7a7767322d35662e6a7067223b733a31313a2269735f686967685f726573223b623a303b7d7d733a353a226578747261223b613a353a7b733a31353a2270726f647563745f6f7074696f6e73223b613a303a7b7d733a31383a22756e6c696d697465645f646f776e6c6f6164223b733a313a224e223b733a31373a22757064617465645f74696d657374616d70223b733a31303a2231363239313533393030223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31313a22706f696e74735f696e666f223b613a333a7b733a393a227261775f7072696365223b643a353030303b733a353a227072696365223b643a353030303b733a31333a22646973706c61795f7072696365223b643a353030303b7d7d733a31353a2273746f7265645f646973636f756e74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2234223b733a31333a2272657475726e5f706572696f64223b733a323a223130223b733a31323a22616d6f756e745f746f74616c223b693a313b733a31323a226f7074696f6e735f74797065223b733a313a2250223b733a31353a22657863657074696f6e735f74797065223b733a313a2246223b733a31363a226f7074696f6e735f747970655f726177223b733a313a2250223b733a31393a22657863657074696f6e735f747970655f726177223b733a313a2246223b733a31353a226d6f646966696572735f7072696365223b643a303b733a363a2269735f656470223b733a313a224e223b733a31323a226564705f7368697070696e67223b733a313a224e223b733a383a22646973636f756e74223b693a303b733a31303a2270726f6d6f74696f6e73223b613a303a7b7d733a31303a22626173655f7072696365223b643a353030303b733a31323a2263617465676f72795f696473223b613a313a7b693a303b693a3238333b7d733a31333a22646973706c61795f7072696365223b643a353030303b733a393a2266697273746e616d65223b733a373a224564756172646f223b733a383a226c6173746e616d65223b733a31303a22446f732053616e746f73223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a353a22656d61696c223b733a32373a226564756172646f68656e7269717565737440676d61696c2e636f6d223b733a393a22757365725f64617461223b613a36363a7b733a373a22757365725f6964223b733a323a223333223b733a363a22737461747573223b733a313a2241223b733a393a22757365725f74797065223b733a313a2243223b733a31303a22757365725f6c6f67696e223b733a32373a226564756172646f68656e7269717565737440676d61696c2e636f6d223b733a373a2272656665726572223b733a303a22223b733a373a2269735f726f6f74223b733a313a224e223b733a31303a22636f6d70616e795f6964223b733a313a2230223b733a31303a226c6173745f6c6f67696e223b733a31303a2231363533303538313039223b733a393a2274696d657374616d70223b733a31303a2231363436343031303137223b733a383a2270617373776f7264223b733a36303a22243279243130242f396e487a76654e7a506c7730782f64396d322e33755152453875554f2f42376f5637396a7251384974387856757a516c52397947223b733a343a2273616c74223b733a303a22223b733a393a2266697273746e616d65223b4e3b733a383a226c6173746e616d65223b4e3b733a373a22636f6d70616e79223b733a303a22223b733a353a22656d61696c223b733a32373a226564756172646f68656e7269717565737440676d61696c2e636f6d223b733a353a2270686f6e65223b733a31373a222b35352834342939393838362d30343733223b733a31343a226c616e646c696e655f70686f6e65223b733a303a22223b733a333a22666178223b733a303a22223b733a333a2275726c223b733a303a22223b733a31303a227461785f6578656d7074223b733a313a224e223b733a393a226c616e675f636f6465223b733a323a227074223b733a383a226269727468646179223b733a313a2230223b733a32333a2270757263686173655f74696d657374616d705f66726f6d223b733a303a22223b733a32313a2270757263686173655f74696d657374616d705f746f223b733a303a22223b733a31373a22726573706f6e7369626c655f656d61696c223b733a303a22223b733a32353a2270617373776f72645f6368616e67655f74696d657374616d70223b733a31303a2231363532343434393633223b733a373a226170695f6b6579223b733a303a22223b733a31323a226163636570745f7465726d73223b733a303a22223b733a31383a226a616e7261696e5f6964656e746966696572223b733a303a22223b733a31333a226c6173745f6163746976697479223b733a31303a2231363533303538313039223b733a31363a2268656c706465736b5f757365725f6964223b733a303a22223b733a31303a227573657267726f757073223b613a303a7b7d733a31303a2270726f66696c655f6964223b733a323a223334223b733a31323a2270726f66696c655f74797065223b733a313a2250223b733a31313a22625f66697273746e616d65223b733a373a224564756172646f223b733a31303a22625f6c6173746e616d65223b733a31303a22446f732053616e746f73223b733a393a22625f61646472657373223b733a353a227364617364223b733a31313a22625f616464726573735f32223b733a303a22223b733a363a22625f63697479223b733a363a22736164617364223b733a383a22625f636f756e7479223b733a303a22223b733a373a22625f7374617465223b733a323a225052223b733a393a22625f636f756e747279223b733a323a224252223b733a393a22625f7a6970636f6465223b733a383a223837333630303030223b733a373a22625f70686f6e65223b733a303a22223b733a31313a22735f66697273746e616d65223b733a373a224564756172646f223b733a31303a22735f6c6173746e616d65223b733a31303a22446f732053616e746f73223b733a393a22735f61646472657373223b733a353a227364617364223b733a31313a22735f616464726573735f32223b733a303a22223b733a363a22735f63697479223b733a363a22736164617364223b733a383a22735f636f756e7479223b733a303a22223b733a373a22735f7374617465223b733a323a225052223b733a393a22735f636f756e747279223b733a323a224252223b733a393a22735f7a6970636f6465223b733a383a223837333630303030223b733a373a22735f70686f6e65223b733a303a22223b733a31343a22735f616464726573735f74797065223b733a31313a227265736964656e7469616c223b733a31323a2270726f66696c655f6e616d65223b733a393a225072696e636970616c223b733a31323a226d6f74686572735f6e616d65223b733a303a22223b733a31393a22686162696c697461725f6f6e655f636c69636b223b733a303a22223b733a31393a226f6e655f636c69636b5f706167616d656e746f223b733a303a22223b733a32343a2270726f66696c655f7570646174655f74696d657374616d70223b733a31303a2231363532373432373730223b733a363a226669656c6473223b613a353a7b693a35323b733a303a22223b693a35333b733a31313a223536303937373638303532223b693a35343b733a31313a223536303937373638303532223b693a36303b733a303a22223b693a36313b733a303a22223b7d733a31353a22625f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31353a22735f636f756e7472795f6465736372223b733a363a2242726173696c223b733a31333a22625f73746174655f6465736372223b733a373a22506172616ec3a1223b733a31333a22735f73746174655f6465736372223b733a373a22506172616ec3a1223b733a363a22706f696e7473223b693a303b7d733a383a2267726f75705f6964223b693a303b733a31353a2263686f73656e5f7368697070696e67223b4e3b7d, '25ecd768adb856acb46bb98ca1eebea2-C', 0x6231343663333533, 0, 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_vendor_communications`
--

CREATE TABLE `partiushop_vendor_communications` (
  `thread_id` int(11) UNSIGNED NOT NULL,
  `storefront_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `status` char(1) NOT NULL DEFAULT 'N',
  `user_id` mediumint(8) UNSIGNED NOT NULL,
  `company_id` int(11) UNSIGNED NOT NULL,
  `object_id` int(11) UNSIGNED DEFAULT 0,
  `object_type` char(1) DEFAULT '',
  `created_at` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `last_message` varchar(255) DEFAULT '',
  `last_message_user_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `last_message_user_type` char(1) NOT NULL DEFAULT '',
  `last_updated` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `subject` varchar(255) NOT NULL DEFAULT '',
  `communication_type` varchar(40) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_vendor_communications`
--

INSERT INTO `partiushop_vendor_communications` (`thread_id`, `storefront_id`, `status`, `user_id`, `company_id`, `object_id`, `object_type`, `created_at`, `last_message`, `last_message_user_id`, `last_message_user_type`, `last_updated`, `subject`, `communication_type`) VALUES
(1, 0, 'D', 15, 1, 278, 'P', 1587589133, 'Teste', 15, 'C', 1587589133, '', 'vendor_to_customer'),
(2, 0, 'D', 15, 4, 286, 'P', 1589324085, 'Teste 12/05', 15, 'C', 1589324632, '', 'vendor_to_customer'),
(3, 0, 'V', 12, 4, 4, 'C', 1589324615, 'meu telefone é 01169017379', 12, 'V', 1589324639, '', 'vendor_to_customer'),
(4, 1, 'V', 1, 4, 98, 'O', 1591287240, 'Oi vendedor', 12, 'V', 1587246818, '', 'vendor_to_customer'),
(5, 1, 'V', 35, 4, 113, 'O', 1651182368, 'teste', 30, 'A', 1651251224, '', 'vendor_to_customer');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_vendor_communication_messages`
--

CREATE TABLE `partiushop_vendor_communication_messages` (
  `message_id` int(11) UNSIGNED NOT NULL,
  `thread_id` int(11) UNSIGNED NOT NULL,
  `user_id` mediumint(8) UNSIGNED NOT NULL,
  `user_type` char(1) NOT NULL,
  `timestamp` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `message` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_vendor_communication_messages`
--

INSERT INTO `partiushop_vendor_communication_messages` (`message_id`, `thread_id`, `user_id`, `user_type`, `timestamp`, `message`) VALUES
(1, 1, 15, 'C', 1587589133, 'Teste'),
(2, 2, 15, 'C', 1589324085, 'Bolachinha o que tem pra comer hoje?\n'),
(3, 2, 12, 'V', 1589324145, 'Fatay'),
(4, 2, 15, 'C', 1589324168, 'Teste\n'),
(5, 2, 12, 'V', 1589324204, 'Qualquer coisa'),
(6, 2, 15, 'C', 1589324260, 'Teste 12/05'),
(7, 3, 12, 'V', 1589324615, 'meu telefone é 01169017379'),
(8, 4, 1, 'A', 1591287240, 'testetrsdudcjvghc'),
(9, 4, 12, 'V', 1587683782, 'Alo\r\n'),
(10, 4, 12, 'V', 1587683173, 'Ajuda!'),
(11, 4, 12, 'V', 1587247140, 'Tudo e voce?'),
(12, 4, 12, 'V', 1587246955, 'Tudo bem?'),
(13, 4, 12, 'V', 1587246900, 'Oi comprador'),
(14, 4, 12, 'V', 1587246818, 'Oi vendedor'),
(15, 5, 35, 'C', 1651182389, 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'),
(16, 5, 30, 'A', 1651182420, 'adadadasssssssssssss'),
(17, 5, 30, 'A', 1651250712, 'teste');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_vendor_invitations`
--

CREATE TABLE `partiushop_vendor_invitations` (
  `invitation_key` varchar(32) NOT NULL,
  `email` varchar(128) NOT NULL,
  `invited_at` int(11) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_vendor_invitations`
--

INSERT INTO `partiushop_vendor_invitations` (`invitation_key`, `email`, `invited_at`) VALUES
('c4873cd7b170bc6c00cdbea7d079ae10', 'devoto92@gmail.com', 1608748413);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_vendor_locations`
--

CREATE TABLE `partiushop_vendor_locations` (
  `company_id` int(11) NOT NULL DEFAULT 0,
  `place_id` varchar(512) NOT NULL DEFAULT '',
  `lat` float(10,6) NOT NULL,
  `lng` float(10,6) NOT NULL,
  `country` varchar(32) NOT NULL DEFAULT '',
  `state` varchar(64) NOT NULL DEFAULT '',
  `locality` varchar(64) NOT NULL DEFAULT '',
  `route` varchar(255) NOT NULL DEFAULT '',
  `postal_code` varchar(16) NOT NULL DEFAULT '',
  `street_number` varchar(16) NOT NULL DEFAULT '',
  `formatted_address` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_vendor_payouts`
--

CREATE TABLE `partiushop_vendor_payouts` (
  `payout_id` mediumint(8) UNSIGNED NOT NULL,
  `company_id` int(11) UNSIGNED NOT NULL,
  `order_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `payout_date` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `start_date` int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'deprecated',
  `end_date` int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'deprecated',
  `payout_amount` decimal(12,2) NOT NULL DEFAULT 0.00 COMMENT 'payout_amount - for payouts and withdrawals',
  `order_amount` decimal(12,2) NOT NULL DEFAULT 0.00 COMMENT 'order amount - for order placement, changes and refunds',
  `payment_method` varchar(255) NOT NULL DEFAULT '' COMMENT 'deprecated',
  `comments` text DEFAULT NULL,
  `payout_type` varchar(64) NOT NULL DEFAULT 'other' COMMENT 'affects income and balance calculations',
  `approval_status` char(1) NOT NULL DEFAULT 'P' COMMENT 'affects admin balance calculation',
  `plan_id` int(11) UNSIGNED DEFAULT NULL,
  `extra` mediumblob DEFAULT NULL,
  `commission_amount` decimal(12,2) NOT NULL DEFAULT 0.00,
  `commission` decimal(12,2) NOT NULL DEFAULT 0.00,
  `commission_type` char(1) NOT NULL DEFAULT 'A',
  `marketplace_profit` decimal(12,2) NOT NULL DEFAULT 0.00,
  `fixed_commission` decimal(12,2) NOT NULL DEFAULT 0.00
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_vendor_payouts`
--

INSERT INTO `partiushop_vendor_payouts` (`payout_id`, `company_id`, `order_id`, `payout_date`, `start_date`, `end_date`, `payout_amount`, `order_amount`, `payment_method`, `comments`, `payout_type`, `approval_status`, `plan_id`, `extra`, `commission_amount`, `commission`, `commission_type`, `marketplace_profit`, `fixed_commission`) VALUES
(1, 1, 0, 1586384571, 1586384571, 1586384571, '70.00', '0.00', '', 'Payout for the vendor plan: Unlimited', 'payout', 'P', 3, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(2, 2, 0, 1586384571, 1586384571, 1586384571, '20.00', '0.00', '', 'Payout for the vendor plan: Premium', 'payout', 'P', 2, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(3, 3, 0, 1586395867, 1586395867, 1586395867, '70.00', '0.00', '', 'Payout for the vendor plan: Unlimited', 'payout', 'C', 3, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(4, 4, 0, 1586399685, 1586399685, 1586399685, '70.00', '0.00', '', 'Payout for the vendor plan: Unlimited', 'payout', 'C', 3, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(5, 4, 98, 1587246718, 1587246718, 1587246718, '0.00', '20.00', '', NULL, 'order_placed', 'C', 3, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c227461786573223a302c2266697865645f636f6d6d697373696f6e223a22302e3030222c22746f74616c223a2232302e3030222c22636f6d6d697373696f6e223a22302e3030227d, '0.00', '0.00', 'P', '0.00', '0.00'),
(6, 4, 99, 1587513335, 1587513335, 1587513335, '0.00', '37.00', '', NULL, 'order_placed', 'C', 3, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c227461786573223a302c2266697865645f636f6d6d697373696f6e223a22302e3030222c22746f74616c223a2233372e3030222c22636f6d6d697373696f6e223a22302e3030227d, '0.00', '0.00', 'P', '0.00', '0.00'),
(7, 1, 0, 1588976571, 1588976571, 1588976571, '70.00', '0.00', '', 'Payout for the vendor plan: Unlimited', 'payout', 'P', 3, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(8, 2, 0, 1588976571, 1588976571, 1588976571, '20.00', '0.00', '', 'Payout for the vendor plan: Premium', 'payout', 'P', 2, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(9, 3, 0, 1588987867, 1588987867, 1588987867, '70.00', '0.00', '', 'Payout for the vendor plan: Unlimited', 'payout', 'P', 3, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(10, 5, 0, 1589934596, 1589934596, 1589934596, '70.00', '0.00', '', 'Payout for the vendor plan: Unlimited', 'payout', 'P', 3, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(11, 4, 0, 1590105335, 1590105335, 1590105335, '70.00', '0.00', '', 'Payout for the vendor plan: Unlimited', 'payout', 'P', 3, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(12, 1, 0, 1591654971, 1591654971, 1591654971, '70.00', '0.00', '', 'Payout for the vendor plan: Unlimited', 'payout', 'P', 3, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(13, 2, 0, 1591654971, 1591654971, 1591654971, '20.00', '0.00', '', 'Payout for the vendor plan: Premium', 'payout', 'P', 2, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(14, 3, 0, 1591666267, 1591666267, 1591666267, '70.00', '0.00', '', 'Payout for the vendor plan: Unlimited', 'payout', 'P', 3, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(15, 4, 0, 1592783735, 1592783735, 1592783735, '70.00', '0.00', '', 'Payout for the vendor plan: Unlimited', 'payout', 'P', 3, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(16, 5, 0, 1592612996, 1592612996, 1592612996, '70.00', '0.00', '', 'Payout for the vendor plan: Unlimited', 'payout', 'P', 3, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(17, 1, 0, 1594246971, 1594246971, 1594246971, '70.00', '0.00', '', 'Payout for the vendor plan: Unlimited', 'payout', 'P', 3, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(18, 2, 0, 1594246971, 1594246971, 1594246971, '20.00', '0.00', '', 'Payout for the vendor plan: Premium', 'payout', 'P', 2, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(19, 3, 0, 1594258267, 1594258267, 1594258267, '70.00', '0.00', '', 'Payout for the vendor plan: Unlimited', 'payout', 'P', 3, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(20, 5, 0, 1595204996, 1595204996, 1595204996, '70.00', '0.00', '', 'Payout for the vendor plan: Unlimited', 'payout', 'C', 3, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(21, 4, 0, 1595375735, 1595375735, 1595375735, '70.00', '0.00', '', 'Payout for the vendor plan: Unlimited', 'payout', 'C', 3, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(22, 2, 0, 1596046918, 1596046918, 1596046918, '10.00', '0.00', '', 'Payout for the vendor plan: Teste ', 'payout', 'C', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(23, 6, 0, 1597189508, 1597189508, 1597189508, '1.00', '0.00', '', 'Payout for the vendor plan: Teste ', 'payout', 'C', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(24, 6, 0, 1599867908, 1599867908, 1599867908, '100.00', '0.00', '', 'Payout for the vendor plan: Imoveis', 'payout', 'C', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(25, 6, 0, 1602459908, 1602459908, 1602459908, '100.00', '0.00', '', 'Payout for the vendor plan: Imóveis', 'payout', 'C', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(26, 6, 0, 1605138308, 1605138308, 1605138308, '100.00', '0.00', '', 'Payout for the vendor plan: Imóveis', 'payout', 'C', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(27, 6, 0, 1607730308, 1607730308, 1607730308, '100.00', '0.00', '', 'Payout for the vendor plan: Imoveis ', 'payout', 'C', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(28, 8, 0, 1608670115, 1608670115, 1608670115, '20.00', '0.00', '', 'Payout for the vendor plan: Imoveis ', 'payout', 'C', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(29, 7, 0, 1608748836, 1608748836, 1608748836, '20.00', '0.00', '', 'Payout for the vendor plan: Imóveis', 'payout', 'C', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(30, 6, 0, 1610408708, 1610408708, 1610408708, '100.00', '0.00', '', 'Payout for the vendor plan: Imóveis', 'payout', 'C', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(31, 4, 0, 1611952582, 1611952582, 1611952582, '20.00', '0.00', '', 'Payout for the vendor plan: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(32, 6, 0, 1613087108, 1613087108, 1613087108, '100.00', '0.00', '', 'Payout for the vendor plan: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(33, 6, 0, 1615506308, 1615506308, 1615506308, '100.00', '0.00', '', 'Payout for the vendor plan: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(34, 6, 0, 1618184708, 1618184708, 1618184708, '100.00', '0.00', '', 'Payout for the vendor plan: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(35, 6, 0, 1620776708, 1620776708, 1620776708, '100.00', '0.00', '', 'Payout for the vendor plan: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(36, 6, 0, 1623455108, 1623455108, 1623455108, '100.00', '0.00', '', 'Payout for the vendor plan: Imoveis ', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(37, 4, 100, 1624901205, 1624901205, 1624901205, '0.00', '38.00', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a31302c22636f6d6d697373696f6e223a307d, '0.00', '0.00', 'P', '0.00', '0.00'),
(38, 4, 101, 1624904796, 1624904796, 1624904796, '0.00', '38.00', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a31302c22636f6d6d697373696f6e223a307d, '0.00', '0.00', 'P', '0.00', '0.00'),
(39, 4, 102, 1625155661, 1625155661, 1625155661, '0.00', '34.00', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a31302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '0.00', '0.00'),
(40, 4, 103, 1625694978, 1625694978, 1625694978, '0.00', '38.00', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a31302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '0.00', '0.00'),
(41, 4, 104, 1625696272, 1625696272, 1625696272, '0.00', '38.00', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a31302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '0.00', '0.00'),
(42, 6, 0, 1626047108, 1626047108, 1626047108, '100.00', '0.00', '', 'Payout for the vendor plan: Imoveis ', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(43, 4, 105, 1626368977, 1626368977, 1626368977, '0.00', '34.15', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a31302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '0.00', '0.00'),
(44, 8, 0, 1611348515, 1611348515, 1611348515, '100.00', '0.00', '', 'Payout for the vendor plan: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(45, 2, 0, 1598725318, 1598725318, 1598725318, '100.00', '0.00', '', 'Payout for the vendor plan: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(46, 7, 0, 1611427236, 1611427236, 1611427236, '100.00', '0.00', '', 'Payout for the vendor plan: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(47, 8, 0, 1614030515, 1614030515, 1614030515, '100.00', '0.00', '', 'Payout for the vendor plan: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(48, 2, 0, 1601403718, 1601403718, 1601403718, '100.00', '0.00', '', 'Payout for the vendor plan: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(49, 7, 0, 1614109236, 1614109236, 1614109236, '100.00', '0.00', '', 'Payout for the vendor plan: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(50, 8, 0, 1616449715, 1616449715, 1616449715, '100.00', '0.00', '', 'Payout for the vendor plan: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(51, 2, 0, 1603995718, 1603995718, 1603995718, '100.00', '0.00', '', 'Payout for the vendor plan: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(52, 7, 0, 1616528436, 1616528436, 1616528436, '100.00', '0.00', '', 'Payout for the vendor plan: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(53, 8, 0, 1619128115, 1619128115, 1619128115, '100.00', '0.00', '', 'Payout for the vendor plan: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(54, 2, 0, 1606670518, 1606670518, 1606670518, '100.00', '0.00', '', 'Payout for the vendor plan: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(55, 7, 0, 1619206836, 1619206836, 1619206836, '100.00', '0.00', '', 'Payout for the vendor plan: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(56, 8, 0, 1621720115, 1621720115, 1621720115, '100.00', '0.00', '', 'Payout for the vendor plan: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(57, 2, 0, 1609262518, 1609262518, 1609262518, '100.00', '0.00', '', 'Payout for the vendor plan: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(58, 7, 0, 1621798836, 1621798836, 1621798836, '100.00', '0.00', '', 'Payout for the vendor plan: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(59, 8, 0, 1624398515, 1624398515, 1624398515, '100.00', '0.00', '', 'Payout for the vendor plan: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(60, 2, 0, 1611940918, 1611940918, 1611940918, '100.00', '0.00', '', 'Pagamento pelo plano do fornecedor: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(61, 7, 0, 1624477236, 1624477236, 1624477236, '100.00', '0.00', '', 'Pagamento pelo plano do fornecedor: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(62, 8, 0, 1626990515, 1626990515, 1626990515, '100.00', '0.00', '', 'Pagamento pelo plano do fornecedor: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(63, 2, 0, 1614622918, 1614622918, 1614622918, '100.00', '0.00', '', 'Payout for the vendor plan: Imoveis ', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(64, 7, 0, 1627069236, 1627069236, 1627069236, '100.00', '0.00', '', 'Payout for the vendor plan: Imoveis ', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(65, 2, 0, 1617301318, 1617301318, 1617301318, '100.00', '0.00', '', 'Pagamento pelo plano do fornecedor: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(66, 2, 0, 1619893318, 1619893318, 1619893318, '100.00', '0.00', '', 'Pagamento pelo plano do fornecedor: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(67, 2, 0, 1622571718, 1622571718, 1622571718, '100.00', '0.00', '', 'Pagamento pelo plano do fornecedor: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(68, 2, 0, 1625163718, 1625163718, 1625163718, '100.00', '0.00', '', 'Pagamento pelo plano do fornecedor: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(69, 2, 0, 1627842118, 1627842118, 1627842118, '100.00', '0.00', '', 'Payout for the vendor plan: Imoveis ', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(70, 6, 0, 1628725508, 1628725508, 1628725508, '100.00', '0.00', '', 'Pagamento pelo plano do fornecedor: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(71, 4, 0, 1629047377, 1629047377, 1629047377, '100.00', '0.00', '', 'Pagamento pelo plano do fornecedor: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(72, 4, 106, 1629155368, 1629155368, 1629155368, '0.00', '3900.00', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a333930302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '312.00', '0.00'),
(73, 4, 0, 1631833768, 1631833768, 1631833768, '100.00', '0.00', '', 'Pagamento pelo plano do fornecedor: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(74, 4, 107, 1634595675, 1634595675, 1634595675, '0.00', '27916.17', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a32373830302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '2233.29', '0.00'),
(75, 4, 108, 1635452508, 1635452508, 1635452508, '0.00', '3924.15', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a333930302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '313.93', '0.00'),
(76, 4, 109, 1635452589, 1635452589, 1635452589, '0.00', '5024.15', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a353030302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '401.93', '0.00'),
(77, 4, 110, 1637109916, 1637109916, 1637109916, '0.00', '5024.15', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a353030302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '401.93', '0.00'),
(78, 4, 111, 1637114700, 1637114700, 1637114700, '0.00', '3951.69', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a333930302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '316.14', '0.00'),
(79, 4, 112, 1637115198, 1637115198, 1637115198, '0.00', '3924.15', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a333930302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '313.93', '0.00'),
(80, 4, 0, 1639707198, 1639707198, 1639707198, '100.00', '0.00', '', 'Pagamento pelo plano do fornecedor: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(81, 4, 0, 1642385598, 1642385598, 1642385598, '100.00', '0.00', '', 'Pagamento pelo plano do fornecedor: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(82, 4, 0, 1645063998, 1645063998, 1645063998, '100.00', '0.00', '', 'Pagamento pelo plano do fornecedor: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(83, 4, 0, 1647486798, 1647486798, 1647486798, '100.00', '0.00', '', 'Pagamento pelo plano do fornecedor: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(84, 4, 0, 1650165198, 1650165198, 1650165198, '100.00', '0.00', '', 'Pagamento pelo plano do fornecedor: Imóveis', 'payout', 'P', 10, NULL, '0.00', '0.00', 'A', '0.00', '0.00'),
(85, 4, 113, 1651087142, 1651087142, 1651087142, '0.00', '5048.38', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a353030302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '403.87', '0.00'),
(86, 4, 114, 1651087872, 1651087872, 1651087872, '0.00', '3923.67', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a333930302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '313.89', '0.00'),
(87, 4, 115, 1651515299, 1651515299, 1651515299, '0.00', '5048.38', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a353030302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '403.87', '0.00'),
(88, 4, 116, 1651515835, 1651515835, 1651515835, '0.00', '3923.67', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a333930302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '313.89', '0.00'),
(89, 4, 117, 1651523005, 1651523005, 1651523005, '0.00', '5048.38', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a353030302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '403.87', '0.00'),
(90, 4, 118, 1651523156, 1651523156, 1651523156, '0.00', '5048.38', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a353030302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '403.87', '0.00'),
(91, 4, 119, 1651598925, 1651598925, 1651598925, '0.00', '5023.67', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a353030302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '401.89', '0.00'),
(92, 4, 120, 1651599127, 1651599127, 1651599127, '0.00', '3948.38', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a333930302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '315.87', '0.00'),
(93, 4, 121, 1651599387, 1651599387, 1651599387, '0.00', '5023.67', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a353030302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '401.89', '0.00'),
(94, 4, 122, 1651599468, 1651599468, 1651599468, '0.00', '5023.67', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a353030302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '401.89', '0.00'),
(95, 4, 123, 1651599692, 1651599692, 1651599692, '0.00', '5023.67', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a353030302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '401.89', '0.00'),
(96, 4, 124, 1651599995, 1651599995, 1651599995, '0.00', '5048.38', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a353030302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '403.87', '0.00'),
(97, 4, 125, 1651600095, 1651600095, 1651600095, '0.00', '5048.38', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a353030302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '403.87', '0.00'),
(98, 4, 126, 1651695355, 1651695355, 1651695355, '0.00', '8960.50', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a383930302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '716.84', '0.00'),
(100, 4, 127, 1651696194, 1651696194, 1651696194, '0.00', '5023.67', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a353030302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '401.89', '0.00'),
(101, 4, 128, 1651696232, 1651696232, 1651696232, '0.00', '5023.67', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a353030302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '401.89', '0.00'),
(102, 4, 129, 1651696268, 1651696268, 1651696268, '0.00', '5023.67', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a353030302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '401.89', '0.00'),
(103, 4, 130, 1651697022, 1651697022, 1651697022, '0.00', '5023.67', '', NULL, 'order_placed', 'C', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a302c2270657263656e745f636f6d6d697373696f6e223a302c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c2266697865645f636f6d6d697373696f6e223a302c22746f74616c223a353030302c22636f6d6d697373696f6e223a22227d, '0.00', '0.00', 'P', '401.89', '0.00'),
(104, 4, 131, 1652120172, 1652120172, 1652120172, '0.00', '5023.67', '', NULL, 'order_placed', 'P', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a3430312e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c2270657263656e745f636f6d6d697373696f6e223a3430312e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c227461786573223a302c2266697865645f636f6d6d697373696f6e223a22302e3030222c22746f74616c223a22353032332e3637222c22636f6d6d697373696f6e223a22382e3030227d, '0.00', '8.00', 'P', '0.00', '0.00'),
(105, 4, 132, 1652123113, 1652123113, 1652123113, '0.00', '5023.67', '', NULL, 'order_placed', 'P', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a3430312e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c2270657263656e745f636f6d6d697373696f6e223a3430312e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c227461786573223a302c2266697865645f636f6d6d697373696f6e223a22302e3030222c22746f74616c223a22353032332e3637222c22636f6d6d697373696f6e223a22382e3030227d, '0.00', '8.00', 'P', '0.00', '0.00'),
(106, 4, 133, 1652123677, 1652123677, 1652123677, '0.00', '5023.67', '', NULL, 'order_placed', 'P', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a3430312e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c2270657263656e745f636f6d6d697373696f6e223a3430312e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c227461786573223a302c2266697865645f636f6d6d697373696f6e223a22302e3030222c22746f74616c223a22353032332e3637222c22636f6d6d697373696f6e223a22382e3030227d, '0.00', '8.00', 'P', '0.00', '0.00'),
(110, 4, 134, 1652124405, 1652124405, 1652124405, '0.00', '3923.67', '', NULL, 'order_placed', 'P', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a3331332e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c2270657263656e745f636f6d6d697373696f6e223a3331332e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c227461786573223a302c2266697865645f636f6d6d697373696f6e223a22302e3030222c22746f74616c223a22333932332e3637222c22636f6d6d697373696f6e223a22382e3030227d, '0.00', '8.00', 'P', '0.00', '0.00'),
(111, 4, 135, 1652124780, 1652124780, 1652124780, '0.00', '5023.67', '', NULL, 'order_placed', 'P', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a3430312e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c2270657263656e745f636f6d6d697373696f6e223a3430312e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c227461786573223a302c2266697865645f636f6d6d697373696f6e223a22302e3030222c22746f74616c223a22353032332e3637222c22636f6d6d697373696f6e223a22382e3030227d, '0.00', '8.00', 'P', '0.00', '0.00'),
(114, 4, 136, 1652124862, 1652124862, 1652124862, '0.00', '5048.38', '', NULL, 'order_placed', 'P', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a3430332e383730303030303030303030303034353437343733353038383634363431313839353735313935333132352c2270657263656e745f636f6d6d697373696f6e223a3430332e383730303030303030303030303034353437343733353038383634363431313839353735313935333132352c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c227461786573223a302c2266697865645f636f6d6d697373696f6e223a22302e3030222c22746f74616c223a22353034382e3338222c22636f6d6d697373696f6e223a22382e3030227d, '0.00', '8.00', 'P', '0.00', '0.00'),
(115, 4, 137, 1652204624, 1652204624, 1652204624, '0.00', '5023.67', '', NULL, 'order_placed', 'P', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a3430312e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c2270657263656e745f636f6d6d697373696f6e223a3430312e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c227461786573223a302c2266697865645f636f6d6d697373696f6e223a22302e3030222c22746f74616c223a22353032332e3637222c22636f6d6d697373696f6e223a22382e3030227d, '0.00', '8.00', 'P', '0.00', '0.00'),
(116, 4, 138, 1652208287, 1652208287, 1652208287, '0.00', '5023.67', '', NULL, 'order_placed', 'P', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a3430312e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c2270657263656e745f636f6d6d697373696f6e223a3430312e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c227461786573223a302c2266697865645f636f6d6d697373696f6e223a22302e3030222c22746f74616c223a22353032332e3637222c22636f6d6d697373696f6e223a22382e3030227d, '0.00', '8.00', 'P', '0.00', '0.00'),
(117, 4, 139, 1652208571, 1652208571, 1652208571, '0.00', '5023.67', '', NULL, 'order_placed', 'P', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a3430312e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c2270657263656e745f636f6d6d697373696f6e223a3430312e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c227461786573223a302c2266697865645f636f6d6d697373696f6e223a22302e3030222c22746f74616c223a22353032332e3637222c22636f6d6d697373696f6e223a22382e3030227d, '0.00', '8.00', 'P', '0.00', '0.00'),
(118, 4, 140, 1652208754, 1652208754, 1652208754, '0.00', '5048.38', '', NULL, 'order_placed', 'P', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a3430332e383730303030303030303030303034353437343733353038383634363431313839353735313935333132352c2270657263656e745f636f6d6d697373696f6e223a3430332e383730303030303030303030303034353437343733353038383634363431313839353735313935333132352c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c227461786573223a302c2266697865645f636f6d6d697373696f6e223a22302e3030222c22746f74616c223a22353034382e3338222c22636f6d6d697373696f6e223a22382e3030227d, '0.00', '8.00', 'P', '0.00', '0.00'),
(119, 4, 141, 1652209166, 1652209166, 1652209166, '0.00', '5048.38', '', NULL, 'order_placed', 'P', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a3430332e383730303030303030303030303034353437343733353038383634363431313839353735313935333132352c2270657263656e745f636f6d6d697373696f6e223a3430332e383730303030303030303030303034353437343733353038383634363431313839353735313935333132352c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c227461786573223a302c2266697865645f636f6d6d697373696f6e223a22302e3030222c22746f74616c223a22353034382e3338222c22636f6d6d697373696f6e223a22382e3030227d, '0.00', '8.00', 'P', '0.00', '0.00'),
(120, 4, 142, 1652210620, 1652210620, 1652210620, '0.00', '5048.38', '', NULL, 'order_placed', 'P', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a3430332e383730303030303030303030303034353437343733353038383634363431313839353735313935333132352c2270657263656e745f636f6d6d697373696f6e223a3430332e383730303030303030303030303034353437343733353038383634363431313839353735313935333132352c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c227461786573223a302c2266697865645f636f6d6d697373696f6e223a22302e3030222c22746f74616c223a22353034382e3338222c22636f6d6d697373696f6e223a22382e3030227d, '0.00', '8.00', 'P', '0.00', '0.00'),
(121, 4, 143, 1652210771, 1652210771, 1652210771, '0.00', '5023.67', '', NULL, 'order_placed', 'P', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a3430312e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c2270657263656e745f636f6d6d697373696f6e223a3430312e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c227461786573223a302c2266697865645f636f6d6d697373696f6e223a22302e3030222c22746f74616c223a22353032332e3637222c22636f6d6d697373696f6e223a22382e3030227d, '0.00', '8.00', 'P', '0.00', '0.00'),
(122, 4, 144, 1652210910, 1652210910, 1652210910, '0.00', '8928.09', '', NULL, 'order_placed', 'P', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a3731342e32352c2270657263656e745f636f6d6d697373696f6e223a3731342e32352c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c227461786573223a302c2266697865645f636f6d6d697373696f6e223a22302e3030222c22746f74616c223a22383932382e3039222c22636f6d6d697373696f6e223a22382e3030227d, '0.00', '8.00', 'P', '0.00', '0.00'),
(123, 4, 145, 1652211223, 1652211223, 1652211223, '0.00', '5023.67', '', NULL, 'order_placed', 'P', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a3430312e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c2270657263656e745f636f6d6d697373696f6e223a3430312e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c227461786573223a302c2266697865645f636f6d6d697373696f6e223a22302e3030222c22746f74616c223a22353032332e3637222c22636f6d6d697373696f6e223a22382e3030227d, '0.00', '8.00', 'P', '0.00', '0.00'),
(124, 4, 146, 1652211365, 1652211365, 1652211365, '0.00', '5023.67', '', NULL, 'order_placed', 'P', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a3430312e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c2270657263656e745f636f6d6d697373696f6e223a3430312e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c227461786573223a302c2266697865645f636f6d6d697373696f6e223a22302e3030222c22746f74616c223a22353032332e3637222c22636f6d6d697373696f6e223a22382e3030227d, '0.00', '8.00', 'P', '0.00', '0.00'),
(125, 4, 147, 1652211525, 1652211525, 1652211525, '0.00', '8928.09', '', NULL, 'order_placed', 'P', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a3731342e32352c2270657263656e745f636f6d6d697373696f6e223a3731342e32352c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c227461786573223a302c2266697865645f636f6d6d697373696f6e223a22302e3030222c22746f74616c223a22383932382e3039222c22636f6d6d697373696f6e223a22382e3030227d, '0.00', '8.00', 'P', '0.00', '0.00'),
(126, 4, 148, 1652212274, 1652212274, 1652212274, '0.00', '5023.67', '', NULL, 'order_placed', 'P', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a3430312e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c2270657263656e745f636f6d6d697373696f6e223a3430312e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c227461786573223a302c2266697865645f636f6d6d697373696f6e223a22302e3030222c22746f74616c223a22353032332e3637222c22636f6d6d697373696f6e223a22382e3030227d, '0.00', '8.00', 'P', '0.00', '0.00'),
(127, 4, 149, 1652212505, 1652212505, 1652212505, '0.00', '5048.38', '', NULL, 'order_placed', 'P', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a3430332e383730303030303030303030303034353437343733353038383634363431313839353735313935333132352c2270657263656e745f636f6d6d697373696f6e223a3430332e383730303030303030303030303034353437343733353038383634363431313839353735313935333132352c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c227461786573223a302c2266697865645f636f6d6d697373696f6e223a22302e3030222c22746f74616c223a22353034382e3338222c22636f6d6d697373696f6e223a22382e3030227d, '0.00', '8.00', 'P', '0.00', '0.00'),
(128, 4, 150, 1652212609, 1652212609, 1652212609, '0.00', '5023.67', '', NULL, 'order_placed', 'P', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a3430312e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c2270657263656e745f636f6d6d697373696f6e223a3430312e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c227461786573223a302c2266697865645f636f6d6d697373696f6e223a22302e3030222c22746f74616c223a22353032332e3637222c22636f6d6d697373696f6e223a22382e3030227d, '0.00', '8.00', 'P', '0.00', '0.00'),
(129, 4, 151, 1652212825, 1652212825, 1652212825, '0.00', '8928.09', '', NULL, 'order_placed', 'P', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a3731342e32352c2270657263656e745f636f6d6d697373696f6e223a3731342e32352c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c227461786573223a302c2266697865645f636f6d6d697373696f6e223a22302e3030222c22746f74616c223a22383932382e3039222c22636f6d6d697373696f6e223a22382e3030227d, '0.00', '8.00', 'P', '0.00', '0.00'),
(130, 4, 152, 1652290455, 1652290455, 1652290455, '0.00', '5023.67', '', NULL, 'order_placed', 'P', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a3430312e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c2270657263656e745f636f6d6d697373696f6e223a3430312e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c227461786573223a302c2266697865645f636f6d6d697373696f6e223a22302e3030222c22746f74616c223a22353032332e3637222c22636f6d6d697373696f6e223a22382e3030227d, '0.00', '8.00', 'P', '0.00', '0.00'),
(131, 4, 153, 1652290650, 1652290650, 1652290650, '0.00', '3923.67', '', NULL, 'order_placed', 'P', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a3331332e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c2270657263656e745f636f6d6d697373696f6e223a3331332e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c227461786573223a302c2266697865645f636f6d6d697373696f6e223a22302e3030222c22746f74616c223a22333932332e3637222c22636f6d6d697373696f6e223a22382e3030227d, '0.00', '8.00', 'P', '0.00', '0.00'),
(132, 4, 154, 1652290788, 1652290788, 1652290788, '0.00', '5023.67', '', NULL, 'order_placed', 'P', 10, 0x7b22636f6d6d697373696f6e5f616d6f756e74223a3430312e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c2270657263656e745f636f6d6d697373696f6e223a3430312e383839393939393939393939393836333537353739343733343036303736343331323734343134303632352c227375726368617267655f746f5f636f6d6d697373696f6e223a302c227368697070696e675f636f7374223a302c227461786573223a302c2266697865645f636f6d6d697373696f6e223a22302e3030222c22746f74616c223a22353032332e3637222c22636f6d6d697373696f6e223a22382e3030227d, '0.00', '8.00', 'P', '0.00', '0.00');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_vendor_plans`
--

CREATE TABLE `partiushop_vendor_plans` (
  `plan_id` int(11) UNSIGNED NOT NULL,
  `status` char(1) NOT NULL DEFAULT 'A',
  `position` smallint(5) NOT NULL DEFAULT 0,
  `is_default` tinyint(1) NOT NULL DEFAULT 0,
  `price` decimal(12,2) NOT NULL DEFAULT 0.00,
  `periodicity` enum('biweekly','month','trimester','half','year') DEFAULT NULL,
  `commission` decimal(12,2) NOT NULL DEFAULT 0.00,
  `fixed_commission` decimal(12,2) NOT NULL DEFAULT 0.00,
  `products_limit` int(11) NOT NULL DEFAULT 0,
  `revenue_limit` decimal(12,2) NOT NULL DEFAULT 0.00,
  `vendor_store` tinyint(1) NOT NULL DEFAULT -1,
  `categories` text DEFAULT NULL,
  `storefronts` text DEFAULT NULL,
  `lowers_allowed_balance` text DEFAULT NULL,
  `grace_period_to_refill_balance` text DEFAULT NULL,
  `usergroups` text DEFAULT NULL,
  `group` char(2) DEFAULT NULL,
  `is_free` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_vendor_plans`
--

INSERT INTO `partiushop_vendor_plans` (`plan_id`, `status`, `position`, `is_default`, `price`, `periodicity`, `commission`, `fixed_commission`, `products_limit`, `revenue_limit`, `vendor_store`, `categories`, `storefronts`, `lowers_allowed_balance`, `grace_period_to_refill_balance`, `usergroups`, `group`, `is_free`) VALUES
(10, 'A', 0, 0, '20.00', 'biweekly', '8.00', '0.00', 0, '0.00', 1, '', '', NULL, NULL, NULL, NULL, 0),
(13, 'D', 0, 0, '0.00', 'biweekly', '0.00', '0.00', 0, '0.00', -1, '', NULL, NULL, NULL, NULL, NULL, 0),
(14, 'D', 0, 0, '0.00', 'biweekly', '0.00', '0.00', 0, '0.00', -1, '', NULL, NULL, NULL, NULL, NULL, 0),
(16, 'A', 0, 0, '0.00', 'biweekly', '0.00', '0.00', 0, '0.00', -1, '', NULL, NULL, NULL, NULL, NULL, 0),
(17, 'H', 0, 1, '0.00', 'year', '0.00', '0.00', 0, '0.00', 1, '', '', NULL, NULL, NULL, NULL, 0);

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_vendor_plan_descriptions`
--

CREATE TABLE `partiushop_vendor_plan_descriptions` (
  `plan_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `plan` varchar(255) NOT NULL DEFAULT '',
  `description` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_vendor_plan_descriptions`
--

INSERT INTO `partiushop_vendor_plan_descriptions` (`plan_id`, `lang_code`, `plan`, `description`) VALUES
(10, 'da', 'Teste ', ''),
(10, 'de', 'Teste ', ''),
(10, 'el', 'Teste ', ''),
(10, 'en', 'Imoveis ', ''),
(10, 'es', 'Teste ', ''),
(10, 'fr', 'Teste ', ''),
(10, 'it', 'Teste ', ''),
(10, 'nl', 'Teste ', ''),
(10, 'no', 'Teste ', ''),
(10, 'pt', 'Imóveis', ''),
(10, 'ro', 'Teste ', ''),
(10, 'ru', 'Teste ', ''),
(13, 'da', 'Teste 3', ''),
(13, 'de', 'Teste 3', ''),
(13, 'el', 'Teste 3', ''),
(13, 'en', 'USADOS', ''),
(13, 'es', 'Teste 3', ''),
(13, 'fr', 'Teste 3', ''),
(13, 'it', 'Teste 3', ''),
(13, 'nl', 'Teste 3', ''),
(13, 'no', 'Teste 3', ''),
(13, 'pt', 'Produtos Usados', ''),
(13, 'ro', 'Teste 3', ''),
(13, 'ru', 'Teste 3', ''),
(14, 'da', 'Veiculos', ''),
(14, 'de', 'Veiculos', ''),
(14, 'el', 'Veiculos', ''),
(14, 'en', 'Veiculos', ''),
(14, 'es', 'Veiculos', ''),
(14, 'fr', 'Veiculos', ''),
(14, 'it', 'Veiculos', ''),
(14, 'nl', 'Veiculos', ''),
(14, 'no', 'Veiculos', ''),
(14, 'pt', 'Veículos', ''),
(14, 'ro', 'Veiculos', ''),
(14, 'ru', 'Veiculos', ''),
(16, 'da', 'Produtos Novos', ''),
(16, 'de', 'Produtos Novos', ''),
(16, 'el', 'Produtos Novos', ''),
(16, 'en', 'Produtos Novos', ''),
(16, 'es', 'Produtos Novos', ''),
(16, 'fr', 'Produtos Novos', ''),
(16, 'it', 'Produtos Novos', ''),
(16, 'nl', 'Produtos Novos', ''),
(16, 'no', 'Produtos Novos', ''),
(16, 'pt', 'Produtos', ''),
(16, 'ro', 'Produtos Novos', ''),
(16, 'ru', 'Produtos Novos', ''),
(17, 'da', 'Plano padrão', 'Plano padrão para todos os vendedores. Deve ficar oculto '),
(17, 'de', 'Plano padrão', 'Plano padrão para todos os vendedores. Deve ficar oculto '),
(17, 'el', 'Plano padrão', 'Plano padrão para todos os vendedores. Deve ficar oculto '),
(17, 'en', 'Plano padrão', 'Plano padrão para todos os vendedores. Deve ficar oculto '),
(17, 'es', 'Plano padrão', 'Plano padrão para todos os vendedores. Deve ficar oculto '),
(17, 'fr', 'Plano padrão', 'Plano padrão para todos os vendedores. Deve ficar oculto '),
(17, 'it', 'Plano padrão', 'Plano padrão para todos os vendedores. Deve ficar oculto '),
(17, 'nl', 'Plano padrão', 'Plano padrão para todos os vendedores. Deve ficar oculto '),
(17, 'no', 'Plano padrão', 'Plano padrão para todos os vendedores. Deve ficar oculto '),
(17, 'pt', 'Plano padrão', '<p>Deve ficar oculto e como melhor escolha para que todos os vendedores sejam vinculados automaticamente.</p>'),
(17, 'ro', 'Plano padrão', 'Plano padrão para todos os vendedores. Deve ficar oculto '),
(17, 'ru', 'Plano padrão', 'Plano padrão para todos os vendedores. Deve ficar oculto ');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_vendor_styles`
--

CREATE TABLE `partiushop_vendor_styles` (
  `company_id` int(11) UNSIGNED NOT NULL COMMENT 'Company ID of the vendor who uses custom style',
  `layout_id` int(11) UNSIGNED NOT NULL COMMENT 'Layout of the theme',
  `style_id` varchar(64) NOT NULL COMMENT 'Style name'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_vendor_styles`
--

INSERT INTO `partiushop_vendor_styles` (`company_id`, `layout_id`, `style_id`) VALUES
(4, 14, 'partiu_style_v2');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_views`
--

CREATE TABLE `partiushop_views` (
  `view_id` mediumint(8) UNSIGNED NOT NULL,
  `object` varchar(24) NOT NULL DEFAULT '',
  `name` varchar(32) NOT NULL DEFAULT '',
  `params` text DEFAULT NULL,
  `view_results` text DEFAULT NULL,
  `user_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `active` char(1) NOT NULL DEFAULT 'N',
  `is_default` char(1) NOT NULL DEFAULT 'N'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `partiushop_views`
--

INSERT INTO `partiushop_views` (`view_id`, `object`, `name`, `params`, `view_results`, `user_id`, `active`, `is_default`) VALUES
(1, 'orders', 'Everything done', 'a:14:{s:5:\"cname\";s:0:\"\";s:5:\"email\";s:0:\"\";s:10:\"total_from\";s:0:\"\";s:8:\"total_to\";s:0:\"\";s:10:\"tax_exempt\";s:0:\"\";s:6:\"status\";a:1:{i:0;s:1:\"C\";}s:6:\"period\";s:1:\"A\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";s:8:\"order_id\";s:0:\"\";s:14:\"gift_cert_code\";s:0:\"\";s:12:\"gift_cert_in\";s:3:\"B|U\";s:5:\"p_ids\";s:0:\"\";s:17:\"product_filter_id\";s:1:\"0\";}', NULL, 1, 'N', 'N'),
(2, 'orders', 'Money received', 'a:14:{s:5:\"cname\";s:0:\"\";s:5:\"email\";s:0:\"\";s:10:\"total_from\";s:0:\"\";s:8:\"total_to\";s:0:\"\";s:10:\"tax_exempt\";s:0:\"\";s:6:\"status\";a:2:{i:0;s:1:\"P\";i:1;s:1:\"C\";}s:6:\"period\";s:1:\"A\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";s:8:\"order_id\";s:0:\"\";s:14:\"gift_cert_code\";s:0:\"\";s:12:\"gift_cert_in\";s:3:\"B|U\";s:5:\"p_ids\";s:0:\"\";s:17:\"product_filter_id\";s:1:\"0\";}', NULL, 1, 'N', 'N'),
(3, 'orders', 'Action required', 'a:14:{s:5:\"cname\";s:0:\"\";s:5:\"email\";s:0:\"\";s:10:\"total_from\";s:0:\"\";s:8:\"total_to\";s:0:\"\";s:10:\"tax_exempt\";s:0:\"\";s:6:\"status\";a:4:{i:0;s:1:\"P\";i:1;s:1:\"O\";i:2;s:1:\"B\";i:3;s:1:\"Y\";}s:6:\"period\";s:1:\"A\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";s:8:\"order_id\";s:0:\"\";s:14:\"gift_cert_code\";s:0:\"\";s:12:\"gift_cert_in\";s:3:\"B|U\";s:5:\"p_ids\";s:0:\"\";s:17:\"product_filter_id\";s:1:\"0\";}', NULL, 1, 'N', 'N'),
(4, 'orders', 'Problem encountered', 'a:14:{s:5:\"cname\";s:0:\"\";s:5:\"email\";s:0:\"\";s:10:\"total_from\";s:0:\"\";s:8:\"total_to\";s:0:\"\";s:10:\"tax_exempt\";s:0:\"\";s:6:\"status\";a:2:{i:0;s:1:\"F\";i:1;s:1:\"N\";}s:6:\"period\";s:1:\"A\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";s:8:\"order_id\";s:0:\"\";s:14:\"gift_cert_code\";s:0:\"\";s:12:\"gift_cert_in\";s:3:\"B|U\";s:5:\"p_ids\";s:0:\"\";s:17:\"product_filter_id\";s:1:\"0\";}', NULL, 1, 'Y', 'N'),
(5, 'products', 'Recently updated', 'a:12:{s:4:\"type\";s:6:\"simple\";s:12:\"pcode_from_q\";s:1:\"Y\";s:9:\"is_search\";s:1:\"Y\";s:7:\"subcats\";s:1:\"Y\";s:7:\"sort_by\";s:7:\"product\";s:10:\"sort_order\";s:3:\"asc\";s:14:\"created_period\";s:1:\"A\";s:16:\"updated_in_hours\";s:1:\"1\";s:14:\"items_per_page\";i:10;s:17:\"only_short_fields\";b:1;s:22:\"apply_disabled_filters\";b:1;s:6:\"extend\";a:2:{i:0;s:9:\"companies\";i:1;s:7:\"sharing\";}}', NULL, 1, 'Y', 'N'),
(6, 'orders', 'No manager assigned', 'a:20:{s:9:\"is_search\";s:1:\"Y\";s:5:\"cname\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:10:\"total_from\";s:0:\"\";s:8:\"total_to\";s:0:\"\";s:6:\"issuer\";s:0:\"\";s:9:\"no_issuer\";s:1:\"Y\";s:6:\"period\";s:1:\"A\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";s:10:\"tax_exempt\";s:0:\"\";s:8:\"order_id\";s:0:\"\";s:7:\"company\";s:0:\"\";s:14:\"credit_memo_id\";s:0:\"\";s:10:\"invoice_id\";s:0:\"\";s:5:\"p_ids\";s:0:\"\";s:15:\"product_view_id\";s:1:\"0\";s:14:\"items_per_page\";i:10;s:19:\"include_incompleted\";b:1;}', NULL, 1, 'N', 'N'),
(17, 'orders', 'Sale aborted', 'a:14:{s:5:\"cname\";s:0:\"\";s:5:\"email\";s:0:\"\";s:10:\"total_from\";s:0:\"\";s:8:\"total_to\";s:0:\"\";s:10:\"tax_exempt\";s:0:\"\";s:6:\"status\";a:2:{i:0;s:1:\"D\";i:1;s:1:\"I\";}s:6:\"period\";s:1:\"A\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";s:8:\"order_id\";s:0:\"\";s:14:\"gift_cert_code\";s:0:\"\";s:12:\"gift_cert_in\";s:3:\"B|U\";s:5:\"p_ids\";s:0:\"\";s:17:\"product_filter_id\";s:1:\"0\";}', NULL, 1, 'N', 'N'),
(18, 'blocks', 'Product type', 'a:2:{s:9:\"is_search\";s:1:\"Y\";s:4:\"type\";s:8:\"products\";}', NULL, 1, 'Y', 'N'),
(19, 'lv_profiles', '', 'a:10:{s:4:\"page\";i:1;s:14:\"items_per_page\";i:25;s:15:\"extended_search\";b:1;s:8:\"dispatch\";s:15:\"profiles.manage\";s:9:\"user_type\";s:1:\"A\";s:17:\"save_view_results\";s:7:\"user_id\";s:10:\"sort_order\";s:3:\"asc\";s:7:\"sort_by\";s:4:\"name\";s:14:\"sort_order_rev\";s:4:\"desc\";s:11:\"total_items\";s:1:\"8\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:8:{i:0;s:2:\"14\";i:1;s:2:\"16\";i:2;s:2:\"30\";i:3;s:2:\"31\";i:4;s:2:\"22\";i:5;s:2:\"32\";i:6;s:1:\"1\";i:7;s:2:\"13\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:25;s:11:\"total_items\";s:1:\"8\";}', 1, 'N', 'N'),
(20, 'lv_pages', '', 'a:2:{s:8:\"get_tree\";s:11:\"multi_level\";s:9:\"page_type\";s:1:\"B\";}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";i:0;s:14:\"items_per_page\";i:0;s:11:\"total_items\";i:0;}', 11, 'N', 'N'),
(21, 'lv_profiles', '', 'a:10:{s:4:\"page\";i:1;s:14:\"items_per_page\";i:10;s:15:\"extended_search\";b:1;s:8:\"dispatch\";s:15:\"profiles.manage\";s:9:\"user_type\";s:1:\"V\";s:17:\"save_view_results\";s:7:\"user_id\";s:10:\"sort_order\";s:3:\"asc\";s:7:\"sort_by\";s:4:\"name\";s:14:\"sort_order_rev\";s:4:\"desc\";s:11:\"total_items\";s:1:\"1\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:1:{i:0;s:2:\"11\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:1:\"1\";}', 11, 'N', 'N'),
(22, 'lv_categories', '', 'a:24:{s:11:\"category_id\";i:0;s:7:\"visible\";b:0;s:19:\"current_category_id\";i:0;s:6:\"simple\";b:0;s:5:\"plain\";b:0;s:5:\"limit\";i:0;s:8:\"item_ids\";s:0:\"\";s:14:\"group_by_level\";b:1;s:10:\"get_images\";b:0;s:18:\"category_delimiter\";s:1:\"/\";s:17:\"get_frontend_urls\";b:0;s:17:\"max_nesting_level\";N;s:16:\"get_company_name\";b:0;s:8:\"add_root\";s:0:\"\";s:4:\"b_id\";s:0:\"\";s:9:\"except_id\";i:264;s:11:\"company_ids\";s:0:\"\";s:17:\"save_view_results\";s:11:\"category_id\";s:10:\"sort_order\";s:3:\"asc\";s:7:\"sort_by\";s:8:\"position\";s:14:\"sort_order_rev\";s:4:\"desc\";s:4:\"page\";i:1;s:14:\"items_per_page\";i:83;s:11:\"total_items\";i:83;}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:83:{i:0;s:3:\"166\";i:1;s:3:\"167\";i:2;s:3:\"168\";i:3;s:3:\"169\";i:4;s:3:\"165\";i:5;s:3:\"170\";i:6;s:3:\"171\";i:7;s:3:\"172\";i:8;s:3:\"201\";i:9;s:3:\"175\";i:10;s:3:\"176\";i:11;s:3:\"185\";i:12;s:3:\"186\";i:13;s:3:\"202\";i:14;s:3:\"187\";i:15;s:3:\"188\";i:16;s:3:\"189\";i:17;s:3:\"174\";i:18;s:3:\"190\";i:19;s:3:\"191\";i:20;s:3:\"193\";i:21;s:3:\"194\";i:22;s:3:\"195\";i:23;s:3:\"234\";i:24;s:3:\"235\";i:25;s:3:\"236\";i:26;s:3:\"240\";i:27;s:3:\"238\";i:28;s:3:\"237\";i:29;s:3:\"177\";i:30;s:3:\"178\";i:31;s:3:\"182\";i:32;s:3:\"179\";i:33;s:3:\"180\";i:34;s:3:\"181\";i:35;s:3:\"196\";i:36;s:3:\"198\";i:37;s:3:\"197\";i:38;s:3:\"199\";i:39;s:3:\"200\";i:40;s:3:\"254\";i:41;s:3:\"263\";i:42;s:3:\"255\";i:43;s:3:\"203\";i:44;s:3:\"204\";i:45;s:3:\"210\";i:46;s:3:\"209\";i:47;s:3:\"208\";i:48;s:3:\"211\";i:49;s:3:\"212\";i:50;s:3:\"213\";i:51;s:3:\"214\";i:52;s:3:\"215\";i:53;s:3:\"216\";i:54;s:3:\"217\";i:55;s:3:\"218\";i:56;s:3:\"223\";i:57;s:3:\"224\";i:58;s:3:\"225\";i:59;s:3:\"226\";i:60;s:3:\"227\";i:61;s:3:\"219\";i:62;s:3:\"222\";i:63;s:3:\"220\";i:64;s:3:\"221\";i:65;s:3:\"228\";i:66;s:3:\"229\";i:67;s:3:\"230\";i:68;s:3:\"231\";i:69;s:3:\"232\";i:70;s:3:\"241\";i:71;s:3:\"242\";i:72;s:3:\"243\";i:73;s:3:\"244\";i:74;s:3:\"245\";i:75;s:3:\"246\";i:76;s:3:\"247\";i:77;s:3:\"249\";i:78;s:3:\"248\";i:79;s:3:\"250\";i:80;s:3:\"251\";i:81;s:3:\"252\";i:82;s:3:\"253\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:83;s:11:\"total_items\";i:83;}', 11, 'N', 'N'),
(23, 'lv_products', '', 'a:35:{s:4:\"area\";s:1:\"A\";s:11:\"use_caching\";b:1;s:6:\"extend\";a:4:{i:0;s:12:\"product_name\";i:1;s:6:\"prices\";i:2;s:10:\"categories\";i:3;s:9:\"companies\";}s:13:\"custom_extend\";a:0:{}s:5:\"pname\";s:0:\"\";s:6:\"pshort\";s:0:\"\";s:5:\"pfull\";s:0:\"\";s:9:\"pkeywords\";s:0:\"\";s:7:\"feature\";a:0:{}s:4:\"type\";s:6:\"simple\";s:4:\"page\";i:1;s:6:\"action\";s:0:\"\";s:15:\"filter_variants\";a:0:{}s:13:\"features_hash\";s:0:\"\";s:5:\"limit\";i:0;s:3:\"bid\";i:0;s:5:\"match\";s:0:\"\";s:8:\"tracking\";a:0:{}s:17:\"get_frontend_urls\";b:0;s:14:\"items_per_page\";i:10;s:22:\"apply_disabled_filters\";b:1;s:24:\"load_products_extra_data\";b:1;s:10:\"storefront\";N;s:25:\"show_master_products_only\";b:0;s:8:\"dispatch\";s:15:\"products.manage\";s:17:\"save_view_results\";s:10:\"product_id\";s:10:\"product_id\";i:0;s:17:\"only_short_fields\";b:1;s:18:\"runtime_company_id\";i:3;s:7:\"sort_by\";s:7:\"product\";s:10:\"sort_order\";s:3:\"asc\";s:24:\"include_child_variations\";b:1;s:22:\"group_child_variations\";b:0;s:14:\"sort_order_rev\";s:4:\"desc\";s:11:\"total_items\";s:1:\"1\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:1:{i:0;s:3:\"290\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:1:\"1\";}', 11, 'N', 'N'),
(24, 'lv_orders', '', 'a:0:{}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";i:0;s:14:\"items_per_page\";i:0;s:11:\"total_items\";i:0;}', 11, 'N', 'N'),
(25, 'lv_shipments', '', 'a:0:{}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";i:0;s:14:\"items_per_page\";i:0;s:11:\"total_items\";i:0;}', 11, 'N', 'N'),
(26, 'lv_orders', '', 'a:27:{s:4:\"page\";i:1;s:14:\"items_per_page\";i:10;s:5:\"extra\";a:3:{i:0;s:7:\"issuers\";i:1;s:12:\"invoice_docs\";i:2;s:9:\"memo_docs\";}s:5:\"cname\";s:0:\"\";s:5:\"email\";s:0:\"\";s:10:\"total_from\";s:0:\"\";s:8:\"total_to\";s:0:\"\";s:10:\"tax_exempt\";s:0:\"\";s:6:\"status\";a:2:{i:0;s:1:\"F\";i:1;s:1:\"N\";}s:6:\"period\";s:1:\"A\";s:9:\"time_from\";s:0:\"\";s:7:\"time_to\";s:0:\"\";s:8:\"order_id\";s:0:\"\";s:14:\"gift_cert_code\";s:0:\"\";s:12:\"gift_cert_in\";s:3:\"B|U\";s:5:\"p_ids\";s:0:\"\";s:17:\"product_filter_id\";s:1:\"0\";s:8:\"dispatch\";s:13:\"orders.manage\";s:7:\"view_id\";s:1:\"4\";s:17:\"save_view_results\";s:8:\"order_id\";s:19:\"include_incompleted\";b:1;s:12:\"company_name\";b:1;s:10:\"sort_order\";s:4:\"desc\";s:7:\"sort_by\";s:4:\"date\";s:14:\"sort_order_rev\";s:3:\"asc\";s:11:\"total_items\";s:1:\"3\";s:13:\"paid_statuses\";a:2:{i:0;s:1:\"P\";i:1;s:1:\"C\";}}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:3:{i:0;s:2:\"65\";i:1;s:2:\"59\";i:2;s:2:\"48\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:1:\"3\";}', 1, 'N', 'N'),
(27, 'lv_products', '', 'a:39:{s:4:\"area\";s:1:\"A\";s:11:\"use_caching\";b:1;s:6:\"extend\";a:4:{i:0;s:12:\"product_name\";i:1;s:6:\"prices\";i:2;s:10:\"categories\";i:3;s:9:\"companies\";}s:13:\"custom_extend\";a:0:{}s:5:\"pname\";s:0:\"\";s:6:\"pshort\";s:0:\"\";s:5:\"pfull\";s:0:\"\";s:9:\"pkeywords\";s:0:\"\";s:7:\"feature\";a:0:{}s:4:\"type\";s:6:\"simple\";s:4:\"page\";i:1;s:6:\"action\";s:0:\"\";s:15:\"filter_variants\";a:0:{}s:13:\"features_hash\";s:0:\"\";s:5:\"limit\";i:0;s:3:\"bid\";i:0;s:5:\"match\";s:0:\"\";s:8:\"tracking\";a:0:{}s:17:\"get_frontend_urls\";b:0;s:14:\"items_per_page\";i:10;s:22:\"apply_disabled_filters\";b:1;s:24:\"load_products_extra_data\";b:1;s:10:\"storefront\";N;s:11:\"company_ids\";s:0:\"\";s:25:\"show_master_products_only\";b:1;s:8:\"dispatch\";s:24:\"products.master_products\";s:17:\"save_view_results\";s:10:\"product_id\";s:10:\"product_id\";i:0;s:17:\"only_short_fields\";b:1;s:18:\"runtime_company_id\";i:4;s:6:\"status\";s:1:\"A\";s:26:\"hide_out_of_stock_products\";b:0;s:7:\"sort_by\";s:7:\"product\";s:10:\"sort_order\";s:3:\"asc\";s:13:\"usergroup_ids\";a:0:{}s:24:\"include_child_variations\";b:1;s:22:\"group_child_variations\";b:0;s:14:\"sort_order_rev\";s:4:\"desc\";s:11:\"total_items\";s:1:\"1\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:1:{i:0;s:3:\"307\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:1:\"1\";}', 12, 'N', 'N'),
(28, 'lv_categories', '', 'a:24:{s:11:\"category_id\";i:0;s:7:\"visible\";b:0;s:19:\"current_category_id\";i:0;s:6:\"simple\";b:0;s:5:\"plain\";b:0;s:5:\"limit\";i:0;s:8:\"item_ids\";s:0:\"\";s:14:\"group_by_level\";b:1;s:10:\"get_images\";b:0;s:18:\"category_delimiter\";s:1:\"/\";s:17:\"get_frontend_urls\";b:0;s:17:\"max_nesting_level\";N;s:16:\"get_company_name\";b:0;s:8:\"add_root\";s:0:\"\";s:4:\"b_id\";s:0:\"\";s:9:\"except_id\";i:264;s:11:\"company_ids\";s:0:\"\";s:17:\"save_view_results\";s:11:\"category_id\";s:10:\"sort_order\";s:3:\"asc\";s:7:\"sort_by\";s:8:\"position\";s:14:\"sort_order_rev\";s:4:\"desc\";s:4:\"page\";i:1;s:14:\"items_per_page\";i:83;s:11:\"total_items\";i:83;}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:83:{i:0;s:3:\"166\";i:1;s:3:\"167\";i:2;s:3:\"168\";i:3;s:3:\"169\";i:4;s:3:\"165\";i:5;s:3:\"170\";i:6;s:3:\"171\";i:7;s:3:\"172\";i:8;s:3:\"201\";i:9;s:3:\"175\";i:10;s:3:\"176\";i:11;s:3:\"185\";i:12;s:3:\"186\";i:13;s:3:\"202\";i:14;s:3:\"187\";i:15;s:3:\"188\";i:16;s:3:\"189\";i:17;s:3:\"174\";i:18;s:3:\"190\";i:19;s:3:\"191\";i:20;s:3:\"193\";i:21;s:3:\"194\";i:22;s:3:\"195\";i:23;s:3:\"234\";i:24;s:3:\"235\";i:25;s:3:\"236\";i:26;s:3:\"240\";i:27;s:3:\"238\";i:28;s:3:\"237\";i:29;s:3:\"177\";i:30;s:3:\"178\";i:31;s:3:\"182\";i:32;s:3:\"179\";i:33;s:3:\"180\";i:34;s:3:\"181\";i:35;s:3:\"196\";i:36;s:3:\"198\";i:37;s:3:\"197\";i:38;s:3:\"199\";i:39;s:3:\"200\";i:40;s:3:\"254\";i:41;s:3:\"263\";i:42;s:3:\"255\";i:43;s:3:\"203\";i:44;s:3:\"204\";i:45;s:3:\"210\";i:46;s:3:\"209\";i:47;s:3:\"208\";i:48;s:3:\"211\";i:49;s:3:\"212\";i:50;s:3:\"213\";i:51;s:3:\"214\";i:52;s:3:\"215\";i:53;s:3:\"216\";i:54;s:3:\"217\";i:55;s:3:\"218\";i:56;s:3:\"223\";i:57;s:3:\"224\";i:58;s:3:\"225\";i:59;s:3:\"226\";i:60;s:3:\"227\";i:61;s:3:\"219\";i:62;s:3:\"222\";i:63;s:3:\"220\";i:64;s:3:\"221\";i:65;s:3:\"228\";i:66;s:3:\"229\";i:67;s:3:\"230\";i:68;s:3:\"231\";i:69;s:3:\"232\";i:70;s:3:\"241\";i:71;s:3:\"242\";i:72;s:3:\"243\";i:73;s:3:\"244\";i:74;s:3:\"245\";i:75;s:3:\"246\";i:76;s:3:\"247\";i:77;s:3:\"249\";i:78;s:3:\"248\";i:79;s:3:\"250\";i:80;s:3:\"251\";i:81;s:3:\"252\";i:82;s:3:\"253\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:83;s:11:\"total_items\";i:83;}', 12, 'N', 'N'),
(29, 'lv_products', '', 'a:38:{s:4:\"area\";s:1:\"A\";s:11:\"use_caching\";b:1;s:6:\"extend\";a:4:{i:0;s:12:\"product_name\";i:1;s:6:\"prices\";i:2;s:10:\"categories\";i:3;s:9:\"companies\";}s:13:\"custom_extend\";a:0:{}s:5:\"pname\";s:0:\"\";s:6:\"pshort\";s:0:\"\";s:5:\"pfull\";s:0:\"\";s:9:\"pkeywords\";s:0:\"\";s:7:\"feature\";a:0:{}s:4:\"type\";s:6:\"simple\";s:4:\"page\";i:1;s:6:\"action\";s:0:\"\";s:15:\"filter_variants\";a:0:{}s:13:\"features_hash\";s:0:\"\";s:5:\"limit\";i:0;s:3:\"bid\";i:0;s:5:\"match\";s:0:\"\";s:8:\"tracking\";a:0:{}s:17:\"get_frontend_urls\";b:0;s:14:\"items_per_page\";i:250;s:22:\"apply_disabled_filters\";b:1;s:24:\"load_products_extra_data\";b:1;s:10:\"storefront\";N;s:11:\"company_ids\";s:0:\"\";s:25:\"show_master_products_only\";b:0;s:8:\"dispatch\";s:15:\"products.manage\";s:17:\"save_view_results\";s:10:\"product_id\";s:10:\"product_id\";i:0;s:17:\"only_short_fields\";b:1;s:18:\"runtime_company_id\";i:0;s:26:\"hide_out_of_stock_products\";b:0;s:7:\"sort_by\";s:7:\"product\";s:10:\"sort_order\";s:3:\"asc\";s:13:\"usergroup_ids\";a:0:{}s:24:\"include_child_variations\";b:1;s:22:\"group_child_variations\";b:0;s:14:\"sort_order_rev\";s:4:\"desc\";s:11:\"total_items\";s:2:\"11\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:11:{i:0;s:3:\"297\";i:1;s:3:\"300\";i:2;s:3:\"301\";i:3;s:3:\"302\";i:4;s:3:\"298\";i:5;s:3:\"299\";i:6;s:3:\"296\";i:7;s:3:\"303\";i:8;s:3:\"304\";i:9;s:3:\"305\";i:10;s:3:\"306\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:250;s:11:\"total_items\";s:2:\"11\";}', 1, 'N', 'N'),
(30, 'lv_pages', '', 'a:22:{s:7:\"page_id\";i:0;s:4:\"page\";i:1;s:7:\"visible\";b:0;s:8:\"get_tree\";s:0:\"\";s:6:\"pdescr\";s:1:\"Y\";s:8:\"subpages\";s:0:\"\";s:5:\"match\";s:3:\"any\";s:9:\"page_type\";s:0:\"\";s:14:\"items_per_page\";i:50;s:8:\"dispatch\";s:12:\"pages.manage\";s:7:\"compact\";s:1:\"Y\";s:1:\"q\";s:4:\"size\";s:10:\"content_id\";s:13:\"pages_content\";s:10:\"result_ids\";s:47:\"content_manage_pages,tools_manage_pages_buttons\";s:7:\"is_ajax\";s:1:\"1\";s:17:\"save_view_results\";s:7:\"page_id\";s:8:\"add_root\";s:0:\"\";s:6:\"simple\";b:1;s:10:\"sort_order\";s:3:\"asc\";s:7:\"sort_by\";s:8:\"position\";s:14:\"sort_order_rev\";s:4:\"desc\";s:11:\"total_items\";s:1:\"2\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:2:{i:0;s:2:\"22\";i:1;s:1:\"3\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:50;s:11:\"total_items\";s:1:\"2\";}', 1, 'N', 'N'),
(31, 'lv_product_options', '', 'a:11:{s:10:\"product_id\";i:0;s:4:\"page\";i:1;s:14:\"items_per_page\";i:10;s:1:\"q\";N;s:12:\"excluded_ids\";N;s:8:\"dispatch\";s:22:\"product_options.manage\";s:17:\"save_view_results\";s:9:\"option_id\";s:10:\"sort_order\";s:3:\"asc\";s:7:\"sort_by\";s:11:\"option_name\";s:14:\"sort_order_rev\";s:4:\"desc\";s:11:\"total_items\";s:1:\"2\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:2:{i:0;s:1:\"1\";i:1;s:1:\"2\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:1:\"2\";}', 1, 'N', 'N'),
(32, 'lv_product_features', '', 'a:24:{s:10:\"product_id\";i:0;s:12:\"category_ids\";a:0:{}s:8:\"statuses\";a:0:{}s:5:\"plain\";b:0;s:13:\"feature_types\";a:0:{}s:10:\"feature_id\";i:0;s:10:\"display_on\";s:0:\"\";s:13:\"exclude_group\";b:1;s:15:\"exclude_filters\";b:0;s:4:\"page\";i:1;s:14:\"items_per_page\";i:250;s:13:\"existent_only\";b:0;s:8:\"variants\";b:0;s:14:\"variant_images\";b:1;s:23:\"variants_items_per_page\";N;s:13:\"variants_page\";N;s:22:\"variants_selected_only\";b:0;s:24:\"skip_variants_threshould\";b:0;s:13:\"variants_only\";N;s:8:\"dispatch\";s:23:\"product_features.manage\";s:17:\"save_view_results\";s:10:\"feature_id\";s:16:\"get_descriptions\";b:1;s:17:\"search_in_subcats\";b:1;s:11:\"total_items\";s:2:\"29\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:29:{i:0;s:2:\"18\";i:1;s:3:\"549\";i:2;s:3:\"548\";i:3;s:3:\"550\";i:4;s:2:\"15\";i:5;s:2:\"16\";i:6;s:2:\"17\";i:7;s:2:\"47\";i:8;s:2:\"23\";i:9;s:2:\"22\";i:10;s:2:\"21\";i:11;s:2:\"29\";i:12;s:2:\"28\";i:13;s:2:\"26\";i:14;s:2:\"25\";i:15;s:2:\"27\";i:16;s:2:\"36\";i:17;s:2:\"35\";i:18;s:2:\"34\";i:19;s:2:\"32\";i:20;s:2:\"31\";i:21;s:2:\"42\";i:22;s:2:\"46\";i:23;s:2:\"44\";i:24;s:2:\"41\";i:25;s:2:\"45\";i:26;s:2:\"43\";i:27;s:2:\"38\";i:28;s:2:\"39\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:250;s:11:\"total_items\";s:2:\"29\";}', 1, 'N', 'N'),
(33, 'lv_product_features', '', 'a:0:{}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";i:0;s:14:\"items_per_page\";i:0;s:11:\"total_items\";i:0;}', 0, 'N', 'N'),
(34, 'lv_categories', '', 'a:24:{s:11:\"category_id\";i:0;s:7:\"visible\";b:0;s:19:\"current_category_id\";i:0;s:6:\"simple\";b:0;s:5:\"plain\";b:0;s:5:\"limit\";i:0;s:8:\"item_ids\";s:0:\"\";s:14:\"group_by_level\";b:1;s:10:\"get_images\";b:0;s:18:\"category_delimiter\";s:1:\"/\";s:17:\"get_frontend_urls\";b:0;s:17:\"max_nesting_level\";N;s:16:\"get_company_name\";b:0;s:8:\"add_root\";s:0:\"\";s:4:\"b_id\";s:0:\"\";s:9:\"except_id\";i:264;s:11:\"company_ids\";s:0:\"\";s:17:\"save_view_results\";s:11:\"category_id\";s:10:\"sort_order\";s:3:\"asc\";s:7:\"sort_by\";s:8:\"position\";s:14:\"sort_order_rev\";s:4:\"desc\";s:4:\"page\";i:1;s:14:\"items_per_page\";i:14;s:11:\"total_items\";i:14;}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:14:{i:0;s:3:\"281\";i:1;s:3:\"282\";i:2;s:3:\"283\";i:3;s:3:\"284\";i:4;s:3:\"285\";i:5;s:3:\"286\";i:6;s:3:\"287\";i:7;s:3:\"288\";i:8;s:3:\"290\";i:9;s:3:\"289\";i:10;s:3:\"291\";i:11;s:3:\"292\";i:12;s:3:\"293\";i:13;s:3:\"294\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:14;s:11:\"total_items\";i:14;}', 1, 'N', 'N'),
(35, 'lv_categories', '', 'a:0:{}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";i:0;s:14:\"items_per_page\";i:0;s:11:\"total_items\";i:0;}', 0, 'N', 'N'),
(36, 'lv_call_requests', '', 'a:0:{}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";i:0;s:14:\"items_per_page\";i:0;s:11:\"total_items\";i:0;}', 11, 'N', 'N'),
(37, 'lv_profiles', '', 'a:10:{s:4:\"page\";i:1;s:14:\"items_per_page\";i:10;s:15:\"extended_search\";b:1;s:8:\"dispatch\";s:15:\"profiles.manage\";s:9:\"user_type\";s:1:\"V\";s:17:\"save_view_results\";s:7:\"user_id\";s:10:\"sort_order\";s:3:\"asc\";s:7:\"sort_by\";s:4:\"name\";s:14:\"sort_order_rev\";s:4:\"desc\";s:11:\"total_items\";s:1:\"6\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:6:{i:0;s:2:\"15\";i:1;s:2:\"18\";i:2;s:2:\"12\";i:3;s:2:\"11\";i:4;s:1:\"5\";i:5;s:2:\"10\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:1:\"6\";}', 12, 'N', 'N'),
(38, 'lv_call_requests', '', 'a:0:{}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";i:0;s:14:\"items_per_page\";i:0;s:11:\"total_items\";i:0;}', 1, 'N', 'N'),
(39, 'lv_cart', '', 'a:9:{s:4:\"page\";i:1;s:14:\"items_per_page\";i:10;s:8:\"dispatch\";s:14:\"cart.cart_list\";s:17:\"save_view_results\";s:7:\"user_id\";s:22:\"check_shipping_billing\";b:1;s:10:\"sort_order\";s:4:\"desc\";s:7:\"sort_by\";s:4:\"date\";s:14:\"sort_order_rev\";s:3:\"asc\";s:11:\"total_items\";s:1:\"6\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:6:{i:0;s:2:\"12\";i:1;s:2:\"15\";i:2;s:2:\"14\";i:3;s:1:\"1\";i:4;s:10:\"1611477997\";i:5;s:2:\"11\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:1:\"6\";}', 1, 'N', 'N'),
(40, 'lv_shipments', '', 'a:0:{}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";i:0;s:14:\"items_per_page\";i:0;s:11:\"total_items\";i:0;}', 1, 'N', 'N'),
(41, 'lv_call_requests', '', 'a:0:{}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";i:0;s:14:\"items_per_page\";i:0;s:11:\"total_items\";i:0;}', 12, 'N', 'N'),
(42, 'lv_orders', '', 'a:12:{s:4:\"page\";i:1;s:14:\"items_per_page\";i:10;s:5:\"extra\";a:3:{i:0;s:7:\"issuers\";i:1;s:12:\"invoice_docs\";i:2;s:9:\"memo_docs\";}s:8:\"dispatch\";s:13:\"orders.manage\";s:17:\"save_view_results\";s:8:\"order_id\";s:19:\"include_incompleted\";b:1;s:12:\"company_name\";b:1;s:10:\"sort_order\";s:4:\"desc\";s:7:\"sort_by\";s:4:\"date\";s:14:\"sort_order_rev\";s:3:\"asc\";s:11:\"total_items\";s:2:\"54\";s:13:\"paid_statuses\";a:3:{i:0;s:1:\"A\";i:1;s:1:\"C\";i:2;s:1:\"P\";}}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:10:{i:0;s:3:\"154\";i:1;s:3:\"153\";i:2;s:3:\"152\";i:3;s:3:\"151\";i:4;s:3:\"150\";i:5;s:3:\"149\";i:6;s:3:\"148\";i:7;s:3:\"147\";i:8;s:3:\"146\";i:9;s:3:\"145\";}}s:11:\"total_pages\";d:6;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:2:\"54\";}', 12, 'N', 'N'),
(43, 'lv_product_features', '', 'a:22:{s:10:\"product_id\";i:0;s:12:\"category_ids\";a:0:{}s:8:\"statuses\";a:0:{}s:5:\"plain\";b:0;s:13:\"feature_types\";a:0:{}s:10:\"feature_id\";i:0;s:10:\"display_on\";s:0:\"\";s:13:\"exclude_group\";b:1;s:15:\"exclude_filters\";b:0;s:4:\"page\";i:1;s:14:\"items_per_page\";i:10;s:13:\"existent_only\";b:0;s:8:\"variants\";b:0;s:14:\"variant_images\";b:1;s:22:\"variants_selected_only\";b:0;s:24:\"skip_variants_threshould\";b:0;s:13:\"variants_only\";N;s:8:\"dispatch\";s:23:\"product_features.manage\";s:17:\"save_view_results\";s:10:\"feature_id\";s:16:\"get_descriptions\";b:1;s:17:\"search_in_subcats\";b:1;s:11:\"total_items\";s:2:\"28\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:10:{i:0;s:2:\"18\";i:1;s:3:\"549\";i:2;s:3:\"548\";i:3;s:2:\"15\";i:4;s:2:\"16\";i:5;s:2:\"17\";i:6;s:2:\"47\";i:7;s:2:\"23\";i:8;s:2:\"22\";i:9;s:2:\"21\";}}s:11:\"total_pages\";d:3;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:2:\"28\";}', 11, 'N', 'N'),
(44, 'lv_product_options', '', 'a:11:{s:10:\"product_id\";i:0;s:4:\"page\";i:1;s:14:\"items_per_page\";i:10;s:1:\"q\";N;s:12:\"excluded_ids\";N;s:8:\"dispatch\";s:22:\"product_options.manage\";s:17:\"save_view_results\";s:9:\"option_id\";s:10:\"sort_order\";s:3:\"asc\";s:7:\"sort_by\";s:11:\"option_name\";s:14:\"sort_order_rev\";s:4:\"desc\";s:11:\"total_items\";s:1:\"2\";}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:1:\"2\";}', 11, 'N', 'N'),
(45, 'lv_product_features', '', 'a:22:{s:10:\"product_id\";i:0;s:12:\"category_ids\";a:0:{}s:8:\"statuses\";a:0:{}s:5:\"plain\";b:0;s:13:\"feature_types\";a:0:{}s:10:\"feature_id\";i:0;s:10:\"display_on\";s:0:\"\";s:13:\"exclude_group\";b:1;s:15:\"exclude_filters\";b:0;s:4:\"page\";i:1;s:14:\"items_per_page\";i:10;s:13:\"existent_only\";b:0;s:8:\"variants\";b:0;s:14:\"variant_images\";b:1;s:22:\"variants_selected_only\";b:0;s:24:\"skip_variants_threshould\";b:0;s:13:\"variants_only\";N;s:8:\"dispatch\";s:23:\"product_features.manage\";s:17:\"save_view_results\";s:10:\"feature_id\";s:16:\"get_descriptions\";b:1;s:17:\"search_in_subcats\";b:1;s:11:\"total_items\";s:2:\"28\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:10:{i:0;s:2:\"18\";i:1;s:3:\"549\";i:2;s:3:\"548\";i:3;s:2:\"15\";i:4;s:2:\"16\";i:5;s:2:\"17\";i:6;s:2:\"47\";i:7;s:2:\"23\";i:8;s:2:\"22\";i:9;s:2:\"21\";}}s:11:\"total_pages\";d:3;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:2:\"28\";}', 12, 'N', 'N'),
(46, 'lv_orders', '', 'a:12:{s:4:\"page\";i:1;s:14:\"items_per_page\";i:10;s:5:\"extra\";a:3:{i:0;s:7:\"issuers\";i:1;s:12:\"invoice_docs\";i:2;s:9:\"memo_docs\";}s:8:\"dispatch\";s:13:\"orders.manage\";s:17:\"save_view_results\";s:8:\"order_id\";s:19:\"include_incompleted\";b:1;s:12:\"company_name\";b:1;s:10:\"sort_order\";s:4:\"desc\";s:7:\"sort_by\";s:4:\"date\";s:14:\"sort_order_rev\";s:3:\"asc\";s:11:\"total_items\";s:2:\"65\";s:13:\"paid_statuses\";a:2:{i:0;s:1:\"P\";i:1;s:1:\"C\";}}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:10:{i:0;s:2:\"99\";i:1;s:2:\"98\";i:2;s:2:\"97\";i:3;s:2:\"96\";i:4;s:2:\"95\";i:5;s:2:\"94\";i:6;s:2:\"93\";i:7;s:2:\"92\";i:8;s:2:\"91\";i:9;s:2:\"90\";}}s:11:\"total_pages\";d:7;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:2:\"65\";}', 14, 'N', 'N'),
(47, 'lv_product_options', '', 'a:11:{s:10:\"product_id\";i:0;s:4:\"page\";i:1;s:14:\"items_per_page\";i:10;s:1:\"q\";N;s:12:\"excluded_ids\";N;s:8:\"dispatch\";s:22:\"product_options.manage\";s:17:\"save_view_results\";s:9:\"option_id\";s:10:\"sort_order\";s:3:\"asc\";s:7:\"sort_by\";s:11:\"option_name\";s:14:\"sort_order_rev\";s:4:\"desc\";s:11:\"total_items\";s:1:\"2\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:2:{i:0;s:1:\"1\";i:1;s:1:\"2\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:1:\"2\";}', 14, 'N', 'N'),
(48, 'lv_product_features', '', 'a:22:{s:10:\"product_id\";i:0;s:12:\"category_ids\";a:0:{}s:8:\"statuses\";a:0:{}s:5:\"plain\";b:0;s:13:\"feature_types\";a:0:{}s:10:\"feature_id\";i:0;s:10:\"display_on\";s:0:\"\";s:13:\"exclude_group\";b:1;s:15:\"exclude_filters\";b:0;s:4:\"page\";i:1;s:14:\"items_per_page\";i:250;s:13:\"existent_only\";b:0;s:8:\"variants\";b:0;s:14:\"variant_images\";b:1;s:22:\"variants_selected_only\";b:0;s:24:\"skip_variants_threshould\";b:0;s:13:\"variants_only\";N;s:8:\"dispatch\";s:23:\"product_features.manage\";s:17:\"save_view_results\";s:10:\"feature_id\";s:16:\"get_descriptions\";b:1;s:17:\"search_in_subcats\";b:1;s:11:\"total_items\";s:2:\"29\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:29:{i:0;s:2:\"18\";i:1;s:3:\"549\";i:2;s:3:\"548\";i:3;s:3:\"550\";i:4;s:2:\"15\";i:5;s:2:\"16\";i:6;s:2:\"17\";i:7;s:2:\"47\";i:8;s:2:\"23\";i:9;s:2:\"22\";i:10;s:2:\"21\";i:11;s:2:\"29\";i:12;s:2:\"28\";i:13;s:2:\"26\";i:14;s:2:\"25\";i:15;s:2:\"27\";i:16;s:2:\"36\";i:17;s:2:\"35\";i:18;s:2:\"34\";i:19;s:2:\"32\";i:20;s:2:\"31\";i:21;s:2:\"42\";i:22;s:2:\"45\";i:23;s:2:\"44\";i:24;s:2:\"41\";i:25;s:2:\"46\";i:26;s:2:\"43\";i:27;s:2:\"38\";i:28;s:2:\"39\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:250;s:11:\"total_items\";s:2:\"29\";}', 14, 'N', 'N'),
(49, 'lv_call_requests', '', 'a:0:{}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";i:0;s:14:\"items_per_page\";i:0;s:11:\"total_items\";i:0;}', 14, 'N', 'N'),
(50, 'lv_pages', '', 'a:1:{s:8:\"get_tree\";s:11:\"multi_level\";}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";i:0;s:14:\"items_per_page\";i:0;s:11:\"total_items\";i:0;}', 14, 'N', 'N'),
(51, 'lv_profiles', '', 'a:10:{s:4:\"page\";i:1;s:14:\"items_per_page\";i:10;s:15:\"extended_search\";b:1;s:8:\"dispatch\";s:15:\"profiles.manage\";s:9:\"user_type\";s:1:\"A\";s:17:\"save_view_results\";s:7:\"user_id\";s:10:\"sort_order\";s:3:\"asc\";s:7:\"sort_by\";s:4:\"name\";s:14:\"sort_order_rev\";s:4:\"desc\";s:11:\"total_items\";s:1:\"4\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:4:{i:0;s:2:\"14\";i:1;s:2:\"16\";i:2;s:1:\"1\";i:3;s:2:\"13\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:1:\"4\";}', 16, 'N', 'N'),
(52, 'lv_product_options', '', 'a:11:{s:10:\"product_id\";i:0;s:4:\"page\";i:1;s:14:\"items_per_page\";i:10;s:1:\"q\";N;s:12:\"excluded_ids\";N;s:8:\"dispatch\";s:22:\"product_options.manage\";s:17:\"save_view_results\";s:9:\"option_id\";s:10:\"sort_order\";s:3:\"asc\";s:7:\"sort_by\";s:11:\"option_name\";s:14:\"sort_order_rev\";s:4:\"desc\";s:11:\"total_items\";s:1:\"2\";}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:1:\"2\";}', 12, 'N', 'N'),
(53, 'lv_profiles', '', 'a:10:{s:4:\"page\";i:1;s:14:\"items_per_page\";i:10;s:15:\"extended_search\";b:1;s:8:\"dispatch\";s:15:\"profiles.manage\";s:9:\"user_type\";s:1:\"A\";s:17:\"save_view_results\";s:7:\"user_id\";s:10:\"sort_order\";s:3:\"asc\";s:7:\"sort_by\";s:4:\"name\";s:14:\"sort_order_rev\";s:4:\"desc\";s:11:\"total_items\";s:2:\"12\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:10:{i:0;s:2:\"14\";i:1;s:2:\"16\";i:2;s:2:\"19\";i:3;s:2:\"23\";i:4;s:2:\"24\";i:5;s:2:\"25\";i:6;s:2:\"26\";i:7;s:2:\"30\";i:8;s:2:\"22\";i:9;s:1:\"1\";}}s:11:\"total_pages\";d:2;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:2:\"12\";}', 14, 'N', 'N'),
(54, 'lv_pages', '', 'a:1:{s:8:\"get_tree\";s:11:\"multi_level\";}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";i:0;s:14:\"items_per_page\";i:0;s:11:\"total_items\";i:0;}', 12, 'N', 'N'),
(55, 'lv_products', '', 'a:36:{s:4:\"area\";s:1:\"A\";s:11:\"use_caching\";b:1;s:6:\"extend\";a:4:{i:0;s:12:\"product_name\";i:1;s:6:\"prices\";i:2;s:10:\"categories\";i:3;s:9:\"companies\";}s:13:\"custom_extend\";a:0:{}s:5:\"pname\";s:0:\"\";s:6:\"pshort\";s:0:\"\";s:5:\"pfull\";s:0:\"\";s:9:\"pkeywords\";s:0:\"\";s:7:\"feature\";a:0:{}s:4:\"type\";s:6:\"simple\";s:4:\"page\";i:1;s:6:\"action\";s:0:\"\";s:15:\"filter_variants\";a:0:{}s:13:\"features_hash\";s:0:\"\";s:5:\"limit\";i:0;s:3:\"bid\";i:0;s:5:\"match\";s:0:\"\";s:8:\"tracking\";a:0:{}s:17:\"get_frontend_urls\";b:0;s:14:\"items_per_page\";i:10;s:22:\"apply_disabled_filters\";b:1;s:24:\"load_products_extra_data\";b:1;s:10:\"storefront\";N;s:25:\"show_master_products_only\";b:0;s:8:\"dispatch\";s:15:\"products.manage\";s:6:\"status\";s:1:\"R\";s:17:\"save_view_results\";s:10:\"product_id\";s:10:\"product_id\";i:0;s:17:\"only_short_fields\";b:1;s:18:\"runtime_company_id\";i:0;s:7:\"sort_by\";s:7:\"product\";s:10:\"sort_order\";s:3:\"asc\";s:24:\"include_child_variations\";b:1;s:22:\"group_child_variations\";b:0;s:14:\"sort_order_rev\";s:4:\"desc\";s:11:\"total_items\";s:1:\"1\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:1:{i:0;s:3:\"294\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:1:\"1\";}', 14, 'N', 'N'),
(56, 'lv_cart', '', 'a:9:{s:4:\"page\";i:1;s:14:\"items_per_page\";i:10;s:8:\"dispatch\";s:14:\"cart.cart_list\";s:17:\"save_view_results\";s:7:\"user_id\";s:22:\"check_shipping_billing\";b:1;s:10:\"sort_order\";s:4:\"desc\";s:7:\"sort_by\";s:4:\"date\";s:14:\"sort_order_rev\";s:3:\"asc\";s:11:\"total_items\";s:1:\"6\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:6:{i:0;s:2:\"12\";i:1;s:2:\"15\";i:2;s:2:\"14\";i:3;s:1:\"1\";i:4;s:10:\"1611477997\";i:5;s:2:\"11\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:1:\"6\";}', 14, 'N', 'N'),
(57, 'lv_products', '', 'a:0:{}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";i:0;s:14:\"items_per_page\";i:0;s:11:\"total_items\";i:0;}', 0, 'N', 'N'),
(58, 'lv_products', '', 'a:51:{s:4:\"area\";s:1:\"A\";s:11:\"use_caching\";b:1;s:6:\"extend\";a:6:{i:0;s:12:\"product_name\";i:1;s:6:\"prices\";i:2;s:10:\"categories\";i:3;s:9:\"companies\";i:4;s:14:\"feature_values\";i:5;s:12:\"product_name\";}s:13:\"custom_extend\";a:0:{}s:5:\"pname\";s:1:\"Y\";s:6:\"pshort\";s:0:\"\";s:5:\"pfull\";s:0:\"\";s:9:\"pkeywords\";s:0:\"\";s:7:\"feature\";a:0:{}s:4:\"type\";s:6:\"simple\";s:4:\"page\";i:1;s:6:\"action\";s:0:\"\";s:15:\"filter_variants\";a:0:{}s:13:\"features_hash\";s:0:\"\";s:5:\"limit\";i:0;s:3:\"bid\";i:0;s:5:\"match\";s:0:\"\";s:8:\"tracking\";a:0:{}s:17:\"get_frontend_urls\";b:0;s:14:\"items_per_page\";i:10;s:22:\"apply_disabled_filters\";b:1;s:24:\"load_products_extra_data\";b:1;s:10:\"storefront\";N;s:25:\"show_master_products_only\";b:1;s:12:\"pcode_from_q\";s:1:\"Y\";s:9:\"is_search\";s:1:\"Y\";s:1:\"q\";s:8:\"notebook\";s:3:\"cid\";s:1:\"0\";s:8:\"dispatch\";s:24:\"products.master_products\";s:16:\"feature_variants\";a:3:{i:47;a:1:{i:0;s:0:\"\";}i:22;a:1:{i:0;s:0:\"\";}i:34;a:1:{i:0;s:0:\"\";}}s:7:\"subcats\";s:1:\"Y\";s:11:\"supplier_id\";s:0:\"\";s:13:\"free_shipping\";s:0:\"\";s:6:\"status\";s:1:\"A\";s:9:\"order_ids\";s:0:\"\";s:7:\"sort_by\";s:7:\"product\";s:10:\"sort_order\";s:3:\"asc\";s:6:\"period\";s:1:\"A\";s:12:\"product_type\";s:0:\"\";s:17:\"parent_product_id\";s:0:\"\";s:13:\"hint_new_view\";s:4:\"Nome\";s:13:\"security_hash\";s:32:\"a7b2201714fa520426a76e3a488d31a6\";s:17:\"save_view_results\";s:10:\"product_id\";s:10:\"product_id\";i:0;s:17:\"only_short_fields\";b:1;s:18:\"runtime_company_id\";i:5;s:9:\"temp_view\";b:1;s:24:\"include_child_variations\";b:1;s:22:\"group_child_variations\";b:0;s:14:\"sort_order_rev\";s:4:\"desc\";s:11:\"total_items\";s:1:\"2\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:2:{i:0;s:3:\"288\";i:1;s:3:\"289\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:1:\"2\";}', 18, 'N', 'N'),
(59, 'lv_categories', '', 'a:24:{s:11:\"category_id\";i:0;s:7:\"visible\";b:0;s:19:\"current_category_id\";i:0;s:6:\"simple\";b:0;s:5:\"plain\";b:0;s:5:\"limit\";i:0;s:8:\"item_ids\";s:0:\"\";s:14:\"group_by_level\";b:1;s:10:\"get_images\";b:0;s:18:\"category_delimiter\";s:1:\"/\";s:17:\"get_frontend_urls\";b:0;s:17:\"max_nesting_level\";N;s:16:\"get_company_name\";b:0;s:8:\"add_root\";s:0:\"\";s:4:\"b_id\";s:0:\"\";s:9:\"except_id\";i:264;s:11:\"company_ids\";s:0:\"\";s:17:\"save_view_results\";s:11:\"category_id\";s:10:\"sort_order\";s:3:\"asc\";s:7:\"sort_by\";s:8:\"position\";s:14:\"sort_order_rev\";s:4:\"desc\";s:4:\"page\";i:1;s:14:\"items_per_page\";i:1;s:11:\"total_items\";i:1;}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:1:{i:0;s:3:\"265\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:1;s:11:\"total_items\";i:1;}', 15, 'N', 'N'),
(60, 'lv_products', '', 'a:0:{}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";i:0;s:14:\"items_per_page\";i:0;s:11:\"total_items\";i:0;}', 15, 'N', 'N'),
(61, 'lv_product_features', '', 'a:24:{s:10:\"product_id\";i:0;s:12:\"category_ids\";a:0:{}s:8:\"statuses\";a:0:{}s:5:\"plain\";b:0;s:13:\"feature_types\";a:0:{}s:10:\"feature_id\";i:0;s:10:\"display_on\";s:0:\"\";s:13:\"exclude_group\";b:1;s:15:\"exclude_filters\";b:0;s:4:\"page\";i:1;s:14:\"items_per_page\";i:10;s:13:\"existent_only\";b:0;s:8:\"variants\";b:0;s:14:\"variant_images\";b:1;s:23:\"variants_items_per_page\";N;s:13:\"variants_page\";N;s:22:\"variants_selected_only\";b:0;s:24:\"skip_variants_threshould\";b:0;s:13:\"variants_only\";N;s:8:\"dispatch\";s:23:\"product_features.manage\";s:17:\"save_view_results\";s:10:\"feature_id\";s:16:\"get_descriptions\";b:1;s:17:\"search_in_subcats\";b:1;s:11:\"total_items\";s:2:\"29\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:10:{i:0;s:2:\"18\";i:1;s:3:\"549\";i:2;s:3:\"548\";i:3;s:3:\"550\";i:4;s:2:\"15\";i:5;s:2:\"16\";i:6;s:2:\"17\";i:7;s:2:\"47\";i:8;s:2:\"23\";i:9;s:2:\"22\";}}s:11:\"total_pages\";d:3;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:2:\"29\";}', 15, 'N', 'N'),
(62, 'lv_profiles', '', 'a:1:{s:9:\"user_type\";s:1:\"V\";}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";i:0;s:14:\"items_per_page\";i:0;s:11:\"total_items\";i:0;}', 0, 'N', 'N'),
(63, 'lv_product_options', '', 'a:0:{}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";i:0;s:14:\"items_per_page\";i:0;s:11:\"total_items\";i:0;}', 0, 'N', 'N'),
(64, 'lv_pages', '', 'a:1:{s:8:\"get_tree\";s:11:\"multi_level\";}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";i:0;s:14:\"items_per_page\";i:0;s:11:\"total_items\";i:0;}', 20, 'N', 'N'),
(65, 'lv_products', '', 'a:38:{s:4:\"area\";s:1:\"A\";s:11:\"use_caching\";b:1;s:6:\"extend\";a:4:{i:0;s:12:\"product_name\";i:1;s:6:\"prices\";i:2;s:10:\"categories\";i:3;s:9:\"companies\";}s:13:\"custom_extend\";a:0:{}s:5:\"pname\";s:0:\"\";s:6:\"pshort\";s:0:\"\";s:5:\"pfull\";s:0:\"\";s:9:\"pkeywords\";s:0:\"\";s:7:\"feature\";a:0:{}s:4:\"type\";s:6:\"simple\";s:4:\"page\";i:1;s:6:\"action\";s:0:\"\";s:15:\"filter_variants\";a:0:{}s:13:\"features_hash\";s:0:\"\";s:5:\"limit\";i:0;s:3:\"bid\";i:0;s:5:\"match\";s:0:\"\";s:8:\"tracking\";a:0:{}s:17:\"get_frontend_urls\";b:0;s:14:\"items_per_page\";i:10;s:22:\"apply_disabled_filters\";b:1;s:24:\"load_products_extra_data\";b:1;s:10:\"storefront\";N;s:11:\"company_ids\";s:0:\"\";s:25:\"show_master_products_only\";b:1;s:8:\"dispatch\";s:24:\"products.master_products\";s:2:\"sl\";s:2:\"en\";s:17:\"save_view_results\";s:10:\"product_id\";s:10:\"product_id\";i:0;s:17:\"only_short_fields\";b:1;s:18:\"runtime_company_id\";i:7;s:6:\"status\";s:1:\"A\";s:7:\"sort_by\";s:7:\"product\";s:10:\"sort_order\";s:3:\"asc\";s:24:\"include_child_variations\";b:1;s:22:\"group_child_variations\";b:0;s:14:\"sort_order_rev\";s:4:\"desc\";s:11:\"total_items\";s:1:\"7\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:7:{i:0;s:2:\"12\";i:1;s:2:\"17\";i:2;s:3:\"148\";i:3;s:3:\"180\";i:4;s:3:\"187\";i:5;s:3:\"288\";i:6;s:3:\"289\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:1:\"7\";}', 29, 'N', 'N'),
(66, 'lv_categories', '', 'a:24:{s:11:\"category_id\";i:0;s:7:\"visible\";b:0;s:19:\"current_category_id\";i:0;s:6:\"simple\";b:0;s:5:\"plain\";b:0;s:5:\"limit\";i:0;s:8:\"item_ids\";s:0:\"\";s:14:\"group_by_level\";b:1;s:10:\"get_images\";b:0;s:18:\"category_delimiter\";s:1:\"/\";s:17:\"get_frontend_urls\";b:0;s:17:\"max_nesting_level\";N;s:16:\"get_company_name\";b:0;s:8:\"add_root\";s:0:\"\";s:4:\"b_id\";s:0:\"\";s:9:\"except_id\";i:264;s:11:\"company_ids\";s:0:\"\";s:17:\"save_view_results\";s:11:\"category_id\";s:10:\"sort_order\";s:3:\"asc\";s:7:\"sort_by\";s:8:\"position\";s:14:\"sort_order_rev\";s:4:\"desc\";s:4:\"page\";i:1;s:14:\"items_per_page\";i:1;s:11:\"total_items\";i:1;}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:1:{i:0;s:3:\"265\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:1;s:11:\"total_items\";i:1;}', 29, 'N', 'N'),
(67, 'lv_orders', '', 'a:0:{}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";i:0;s:14:\"items_per_page\";i:0;s:11:\"total_items\";i:0;}', 29, 'N', 'N'),
(68, 'lv_profiles', '', 'a:10:{s:4:\"page\";i:1;s:14:\"items_per_page\";i:10;s:15:\"extended_search\";b:1;s:8:\"dispatch\";s:15:\"profiles.manage\";s:9:\"user_type\";s:1:\"V\";s:17:\"save_view_results\";s:7:\"user_id\";s:10:\"sort_order\";s:3:\"asc\";s:7:\"sort_by\";s:4:\"name\";s:14:\"sort_order_rev\";s:4:\"desc\";s:11:\"total_items\";s:1:\"1\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:1:{i:0;s:2:\"29\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:1:\"1\";}', 29, 'N', 'N'),
(69, 'lv_shipments', '', 'a:9:{s:4:\"page\";i:1;s:14:\"items_per_page\";i:10;s:8:\"dispatch\";s:16:\"shipments.manage\";s:8:\"order_id\";s:3:\"113\";s:17:\"save_view_results\";s:11:\"shipment_id\";s:10:\"sort_order\";s:4:\"desc\";s:7:\"sort_by\";s:2:\"id\";s:14:\"sort_order_rev\";s:3:\"asc\";s:11:\"total_items\";s:1:\"1\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:1:{i:0;s:2:\"36\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:1:\"1\";}', 30, 'N', 'N'),
(70, 'lv_pages', '', 'a:18:{s:7:\"page_id\";i:0;s:4:\"page\";i:1;s:7:\"visible\";b:0;s:8:\"get_tree\";s:11:\"multi_level\";s:6:\"pdescr\";s:0:\"\";s:8:\"subpages\";s:0:\"\";s:5:\"match\";s:0:\"\";s:9:\"page_type\";s:0:\"\";s:14:\"items_per_page\";i:10;s:8:\"dispatch\";s:12:\"pages.manage\";s:17:\"save_view_results\";s:7:\"page_id\";s:8:\"add_root\";s:0:\"\";s:6:\"simple\";b:1;s:5:\"pname\";s:1:\"Y\";s:7:\"sort_by\";s:11:\"multi_level\";s:10:\"sort_order\";s:3:\"asc\";s:14:\"sort_order_rev\";s:4:\"desc\";s:11:\"total_items\";s:2:\"14\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:10:{i:0;s:1:\"4\";i:1;s:1:\"2\";i:2;s:2:\"30\";i:3;s:2:\"20\";i:4;s:1:\"5\";i:5;s:1:\"6\";i:6;s:1:\"1\";i:7;s:2:\"22\";i:8;s:1:\"3\";i:9;s:2:\"48\";}}s:11:\"total_pages\";d:2;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:2:\"14\";}', 30, 'N', 'N'),
(71, 'lv_profiles', '', 'a:10:{s:4:\"page\";i:1;s:14:\"items_per_page\";i:10;s:15:\"extended_search\";b:1;s:8:\"dispatch\";s:15:\"profiles.manage\";s:9:\"user_type\";s:1:\"V\";s:17:\"save_view_results\";s:7:\"user_id\";s:10:\"sort_order\";s:3:\"asc\";s:7:\"sort_by\";s:4:\"name\";s:14:\"sort_order_rev\";s:4:\"desc\";s:11:\"total_items\";s:1:\"1\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:1:{i:0;s:2:\"12\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:1:\"1\";}', 30, 'N', 'N'),
(72, 'lv_product_options', '', 'a:11:{s:10:\"product_id\";i:0;s:4:\"page\";i:1;s:14:\"items_per_page\";i:10;s:1:\"q\";N;s:12:\"excluded_ids\";N;s:8:\"dispatch\";s:22:\"product_options.manage\";s:17:\"save_view_results\";s:9:\"option_id\";s:10:\"sort_order\";s:3:\"asc\";s:7:\"sort_by\";s:11:\"option_name\";s:14:\"sort_order_rev\";s:4:\"desc\";s:11:\"total_items\";s:1:\"2\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:2:{i:0;s:1:\"1\";i:1;s:1:\"2\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:1:\"2\";}', 30, 'N', 'N'),
(73, 'lv_products', '', 'a:39:{s:4:\"area\";s:1:\"A\";s:11:\"use_caching\";b:1;s:6:\"extend\";a:4:{i:0;s:12:\"product_name\";i:1;s:6:\"prices\";i:2;s:10:\"categories\";i:3;s:9:\"companies\";}s:13:\"custom_extend\";a:0:{}s:5:\"pname\";s:0:\"\";s:6:\"pshort\";s:0:\"\";s:5:\"pfull\";s:0:\"\";s:9:\"pkeywords\";s:0:\"\";s:7:\"feature\";a:0:{}s:4:\"type\";s:6:\"simple\";s:4:\"page\";i:1;s:6:\"action\";s:0:\"\";s:15:\"filter_variants\";a:0:{}s:13:\"features_hash\";s:0:\"\";s:5:\"limit\";i:0;s:3:\"bid\";i:0;s:5:\"match\";s:0:\"\";s:8:\"tracking\";a:0:{}s:17:\"get_frontend_urls\";b:0;s:14:\"items_per_page\";i:10;s:22:\"apply_disabled_filters\";b:1;s:24:\"load_products_extra_data\";b:1;s:10:\"storefront\";N;s:11:\"company_ids\";s:0:\"\";s:25:\"show_master_products_only\";b:0;s:8:\"dispatch\";s:15:\"products.manage\";s:17:\"save_view_results\";s:10:\"product_id\";s:10:\"product_id\";i:0;s:17:\"only_short_fields\";b:1;s:31:\"get_detailed_warehouses_amounts\";b:0;s:18:\"runtime_company_id\";i:0;s:26:\"hide_out_of_stock_products\";b:0;s:7:\"sort_by\";s:7:\"product\";s:10:\"sort_order\";s:3:\"asc\";s:13:\"usergroup_ids\";a:0:{}s:24:\"include_child_variations\";b:1;s:22:\"group_child_variations\";b:0;s:14:\"sort_order_rev\";s:4:\"desc\";s:11:\"total_items\";s:2:\"12\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:10:{i:0;s:3:\"308\";i:1;s:3:\"297\";i:2;s:3:\"300\";i:3;s:3:\"301\";i:4;s:3:\"302\";i:5;s:3:\"298\";i:6;s:3:\"299\";i:7;s:3:\"296\";i:8;s:3:\"303\";i:9;s:3:\"304\";}}s:11:\"total_pages\";d:2;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:2:\"12\";}', 30, 'N', 'N'),
(74, 'lv_cart', '', 'a:9:{s:4:\"page\";i:1;s:14:\"items_per_page\";i:10;s:8:\"dispatch\";s:14:\"cart.cart_list\";s:17:\"save_view_results\";s:7:\"user_id\";s:22:\"check_shipping_billing\";b:1;s:10:\"sort_order\";s:4:\"desc\";s:7:\"sort_by\";s:4:\"date\";s:14:\"sort_order_rev\";s:3:\"asc\";s:11:\"total_items\";s:1:\"3\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:3:{i:0;s:1:\"3\";i:1;s:1:\"1\";i:2;s:2:\"14\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:1:\"3\";}', 30, 'N', 'N'),
(75, 'lv_categories', '', 'a:25:{s:11:\"category_id\";s:4:\"1058\";s:7:\"visible\";b:1;s:19:\"current_category_id\";s:4:\"1058\";s:6:\"simple\";b:0;s:5:\"plain\";b:0;s:5:\"limit\";i:0;s:8:\"item_ids\";s:0:\"\";s:14:\"group_by_level\";b:1;s:10:\"get_images\";b:0;s:18:\"category_delimiter\";s:1:\"/\";s:17:\"get_frontend_urls\";b:0;s:17:\"max_nesting_level\";N;s:16:\"get_company_name\";b:0;s:14:\"storefront_ids\";N;s:8:\"add_root\";s:0:\"\";s:4:\"b_id\";s:0:\"\";s:9:\"except_id\";i:0;s:11:\"company_ids\";s:0:\"\";s:17:\"save_view_results\";s:11:\"category_id\";s:10:\"sort_order\";s:3:\"asc\";s:7:\"sort_by\";s:8:\"position\";s:14:\"sort_order_rev\";s:4:\"desc\";s:4:\"page\";i:1;s:14:\"items_per_page\";i:13;s:11:\"total_items\";i:13;}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:13:{i:0;s:4:\"1059\";i:1;s:4:\"1060\";i:2;s:4:\"1061\";i:3;s:4:\"1062\";i:4;s:4:\"1063\";i:5;s:4:\"1064\";i:6;s:4:\"1065\";i:7;s:4:\"1066\";i:8;s:4:\"1067\";i:9;s:4:\"1068\";i:10;s:4:\"1069\";i:11;s:4:\"1070\";i:12;s:4:\"1071\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:13;s:11:\"total_items\";i:13;}', 30, 'N', 'N'),
(76, 'lv_orders', '', 'a:12:{s:4:\"page\";i:1;s:14:\"items_per_page\";i:250;s:5:\"extra\";a:3:{i:0;s:7:\"issuers\";i:1;s:12:\"invoice_docs\";i:2;s:9:\"memo_docs\";}s:8:\"dispatch\";s:13:\"orders.manage\";s:17:\"save_view_results\";s:8:\"order_id\";s:19:\"include_incompleted\";b:1;s:12:\"company_name\";b:1;s:10:\"sort_order\";s:4:\"desc\";s:7:\"sort_by\";s:4:\"date\";s:14:\"sort_order_rev\";s:3:\"asc\";s:11:\"total_items\";s:2:\"54\";s:13:\"paid_statuses\";a:4:{i:0;s:1:\"A\";i:1;s:1:\"C\";i:2;s:1:\"E\";i:3;s:1:\"P\";}}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:54:{i:0;s:3:\"154\";i:1;s:3:\"153\";i:2;s:3:\"152\";i:3;s:3:\"151\";i:4;s:3:\"150\";i:5;s:3:\"149\";i:6;s:3:\"148\";i:7;s:3:\"147\";i:8;s:3:\"146\";i:9;s:3:\"145\";i:10;s:3:\"144\";i:11;s:3:\"143\";i:12;s:3:\"142\";i:13;s:3:\"141\";i:14;s:3:\"140\";i:15;s:3:\"139\";i:16;s:3:\"138\";i:17;s:3:\"137\";i:18;s:3:\"136\";i:19;s:3:\"135\";i:20;s:3:\"134\";i:21;s:3:\"133\";i:22;s:3:\"132\";i:23;s:3:\"131\";i:24;s:3:\"130\";i:25;s:3:\"129\";i:26;s:3:\"128\";i:27;s:3:\"127\";i:28;s:3:\"126\";i:29;s:3:\"125\";i:30;s:3:\"124\";i:31;s:3:\"123\";i:32;s:3:\"122\";i:33;s:3:\"121\";i:34;s:3:\"120\";i:35;s:3:\"119\";i:36;s:3:\"118\";i:37;s:3:\"117\";i:38;s:3:\"116\";i:39;s:3:\"115\";i:40;s:3:\"114\";i:41;s:3:\"113\";i:42;s:3:\"112\";i:43;s:3:\"111\";i:44;s:3:\"110\";i:45;s:3:\"109\";i:46;s:3:\"108\";i:47;s:3:\"107\";i:48;s:3:\"106\";i:49;s:3:\"105\";i:50;s:3:\"104\";i:51;s:3:\"103\";i:52;s:3:\"102\";i:53;s:3:\"101\";}}s:11:\"total_pages\";d:1;s:14:\"items_per_page\";i:250;s:11:\"total_items\";s:2:\"54\";}', 30, 'N', 'N'),
(77, 'lv_call_requests', '', 'a:0:{}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";i:0;s:14:\"items_per_page\";i:0;s:11:\"total_items\";i:0;}', 30, 'N', 'N'),
(78, 'lv_product_features', '', 'a:22:{s:10:\"product_id\";i:0;s:12:\"category_ids\";a:0:{}s:8:\"statuses\";a:0:{}s:5:\"plain\";b:0;s:13:\"feature_types\";a:0:{}s:10:\"feature_id\";i:0;s:10:\"display_on\";s:0:\"\";s:13:\"exclude_group\";b:1;s:15:\"exclude_filters\";b:0;s:4:\"page\";i:1;s:14:\"items_per_page\";i:10;s:13:\"existent_only\";b:0;s:8:\"variants\";b:0;s:14:\"variant_images\";b:1;s:22:\"variants_selected_only\";b:0;s:24:\"skip_variants_threshould\";b:0;s:13:\"variants_only\";N;s:8:\"dispatch\";s:23:\"product_features.manage\";s:17:\"save_view_results\";s:10:\"feature_id\";s:16:\"get_descriptions\";b:1;s:17:\"search_in_subcats\";b:1;s:11:\"total_items\";s:2:\"29\";}', 'a:4:{s:9:\"items_ids\";a:1:{i:1;a:10:{i:0;s:2:\"18\";i:1;s:3:\"549\";i:2;s:3:\"548\";i:3;s:3:\"550\";i:4;s:2:\"15\";i:5;s:2:\"16\";i:6;s:2:\"17\";i:7;s:2:\"47\";i:8;s:2:\"23\";i:9;s:2:\"22\";}}s:11:\"total_pages\";d:3;s:14:\"items_per_page\";i:10;s:11:\"total_items\";s:2:\"29\";}', 30, 'N', 'N'),
(79, 'lv_gift_certificates', '', 'a:0:{}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";i:0;s:14:\"items_per_page\";i:0;s:11:\"total_items\";i:0;}', 30, 'N', 'N'),
(80, 'product_features', 'Recently updated', 'a:11:{s:9:\"is_search\";s:1:\"Y\";s:12:\"category_ids\";s:1:\"0\";s:11:\"description\";s:0:\"\";s:9:\"parent_id\";s:0:\"\";s:10:\"company_id\";s:0:\"\";s:10:\"display_on\";s:0:\"\";s:14:\"items_per_page\";i:10;s:16:\"get_descriptions\";b:1;s:17:\"search_in_subcats\";b:1;s:13:\"exclude_group\";b:1;s:15:\"updated_in_days\";s:1:\"1\";}', NULL, 1, 'Y', 'N'),
(81, 'product_features', 'Features created by vendors', 'a:12:{s:9:\"is_search\";s:1:\"Y\";s:12:\"category_ids\";s:1:\"0\";s:11:\"description\";s:0:\"\";s:9:\"parent_id\";s:0:\"\";s:10:\"company_id\";s:0:\"\";s:10:\"display_on\";s:0:\"\";s:14:\"items_per_page\";i:10;s:16:\"get_descriptions\";b:1;s:17:\"search_in_subcats\";b:1;s:13:\"exclude_group\";b:1;s:15:\"updated_in_days\";s:1:\"1\";s:20:\"vendor_features_only\";s:1:\"Y\";}', NULL, 1, 'Y', 'N'),
(82, 'addons', 'Available update', 'a:2:{s:9:\"is_search\";s:1:\"Y\";s:16:\"available_update\";s:1:\"Y\";}', '', 1, 'N', 'N'),
(83, 'addons', 'Favorites', 'a:2:{s:9:\"is_search\";s:1:\"Y\";s:9:\"favorites\";s:1:\"Y\";}', '', 1, 'N', 'N'),
(84, 'addons', 'Recently installed', 'a:2:{s:9:\"is_search\";s:1:\"Y\";s:6:\"period\";s:2:\"HH\";}', '', 1, 'N', 'N'),
(85, 'lv_companies', '', 'a:0:{}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";i:0;s:14:\"items_per_page\";i:0;s:11:\"total_items\";i:0;}', 30, 'N', 'N'),
(86, 'lv_rma', '', 'a:0:{}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";i:0;s:14:\"items_per_page\";i:0;s:11:\"total_items\";i:0;}', 30, 'N', 'N'),
(87, 'lv_companies', '', 'a:0:{}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";i:0;s:14:\"items_per_page\";i:0;s:11:\"total_items\";i:0;}', 12, 'N', 'N'),
(88, 'lv_companies', '', 'a:0:{}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";i:0;s:14:\"items_per_page\";i:0;s:11:\"total_items\";i:0;}', 0, 'N', 'N'),
(89, 'lv_orders', '', 'a:0:{}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";i:0;s:14:\"items_per_page\";i:0;s:11:\"total_items\";i:0;}', 0, 'N', 'N'),
(90, 'lv_shipments', '', 'a:1:{s:8:\"order_id\";s:3:\"105\";}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";i:0;s:14:\"items_per_page\";i:0;s:11:\"total_items\";i:0;}', 0, 'N', 'N'),
(91, 'lv_cart', '', 'a:0:{}', 'a:4:{s:9:\"items_ids\";a:0:{}s:11:\"total_pages\";i:0;s:14:\"items_per_page\";i:0;s:11:\"total_items\";i:0;}', 0, 'N', 'N');

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_warehouses_destination_products_amount`
--

CREATE TABLE `partiushop_warehouses_destination_products_amount` (
  `destination_id` mediumint(8) UNSIGNED NOT NULL,
  `storefront_id` mediumint(8) UNSIGNED NOT NULL,
  `product_id` mediumint(8) UNSIGNED NOT NULL,
  `amount` mediumint(8) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_warehouses_products_amount`
--

CREATE TABLE `partiushop_warehouses_products_amount` (
  `warehouse_id` mediumint(8) UNSIGNED NOT NULL,
  `product_id` mediumint(8) UNSIGNED NOT NULL,
  `amount` mediumint(8) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `partiushop_warehouses_sum_products_amount`
--

CREATE TABLE `partiushop_warehouses_sum_products_amount` (
  `storefront_id` int(11) NOT NULL,
  `product_id` mediumint(8) UNSIGNED NOT NULL,
  `amount` mediumint(8) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `phinxlog1628086052`
--

CREATE TABLE `phinxlog1628086052` (
  `version` bigint(20) NOT NULL,
  `start_time` timestamp NULL DEFAULT NULL,
  `end_time` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `phinxlog1628086052`
--

INSERT INTO `phinxlog1628086052` (`version`, `start_time`, `end_time`) VALUES
(20201027153941, '2021-08-04 14:07:34', '2021-08-04 14:07:34'),
(20201027153942, '2021-08-04 14:07:34', '2021-08-04 14:07:35');

-- --------------------------------------------------------

--
-- Table structure for table `phinxlog1628086304`
--

CREATE TABLE `phinxlog1628086304` (
  `version` bigint(20) NOT NULL,
  `start_time` timestamp NULL DEFAULT NULL,
  `end_time` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `phinxlog1628086304`
--

INSERT INTO `phinxlog1628086304` (`version`, `start_time`, `end_time`) VALUES
(20201214185531, '2021-08-04 14:16:43', '2021-08-04 14:16:43');

-- --------------------------------------------------------

--
-- Table structure for table `phinxlog1628111513`
--

CREATE TABLE `phinxlog1628111513` (
  `version` bigint(20) NOT NULL,
  `start_time` timestamp NULL DEFAULT NULL,
  `end_time` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `phinxlog1628111513`
--

INSERT INTO `phinxlog1628111513` (`version`, `start_time`, `end_time`) VALUES
(20210616154739, '2021-08-04 21:12:05', '2021-08-04 21:12:05');

-- --------------------------------------------------------

--
-- Table structure for table `phinxlog1628195824`
--

CREATE TABLE `phinxlog1628195824` (
  `version` bigint(20) NOT NULL,
  `start_time` timestamp NULL DEFAULT NULL,
  `end_time` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `phinxlog1628195824`
--

INSERT INTO `phinxlog1628195824` (`version`, `start_time`, `end_time`) VALUES
(20200206082823, '2021-08-05 20:38:35', '2021-08-05 20:38:35'),
(20200214090459, '2021-08-05 20:38:35', '2021-08-05 20:38:35'),
(20200220052914, '2021-08-05 20:38:35', '2021-08-05 20:38:35'),
(20200220055746, '2021-08-05 20:38:35', '2021-08-05 20:38:35'),
(20200226062233, '2021-08-05 20:38:35', '2021-08-05 20:38:35'),
(20200304083836, '2021-08-05 20:38:35', '2021-08-05 20:38:35'),
(20200304103108, '2021-08-05 20:38:35', '2021-08-05 20:38:35'),
(20200306090109, '2021-08-05 20:38:35', '2021-08-05 20:38:35'),
(20200317102123, '2021-08-05 20:38:35', '2021-08-05 20:38:35'),
(20200318085406, '2021-08-05 20:38:35', '2021-08-05 20:38:35'),
(20200318113116, '2021-08-05 20:38:35', '2021-08-05 20:38:35'),
(20200320060807, '2021-08-05 20:38:35', '2021-08-05 20:38:35'),
(20200323120137, '2021-08-05 20:38:35', '2021-08-05 20:38:35'),
(20200402111205, '2021-08-05 20:38:35', '2021-08-05 20:38:35'),
(20200406070453, '2021-08-05 20:38:35', '2021-08-05 20:38:35'),
(20200408043605, '2021-08-05 20:38:35', '2021-08-05 20:38:35'),
(20200422143945, '2021-08-05 20:38:35', '2021-08-05 20:38:35'),
(20200429132857, '2021-08-05 20:38:35', '2021-08-05 20:38:35');

-- --------------------------------------------------------

--
-- Table structure for table `phinxlog1628259681`
--

CREATE TABLE `phinxlog1628259681` (
  `version` bigint(20) NOT NULL,
  `start_time` timestamp NULL DEFAULT NULL,
  `end_time` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `phinxlog1628259681`
--

INSERT INTO `phinxlog1628259681` (`version`, `start_time`, `end_time`) VALUES
(20200505101000, '2021-08-06 14:21:56', '2021-08-06 14:21:56'),
(20200514130528, '2021-08-06 14:21:56', '2021-08-06 14:21:56'),
(20200521064213, '2021-08-06 14:21:56', '2021-08-06 14:21:57'),
(20200601064822, '2021-08-06 14:21:57', '2021-08-06 14:21:57'),
(20200604094116, '2021-08-06 14:21:57', '2021-08-06 14:21:57'),
(20200605052533, '2021-08-06 14:21:57', '2021-08-06 14:21:57'),
(20200616044738, '2021-08-06 14:21:57', '2021-08-06 14:21:57'),
(20200623111959, '2021-08-06 14:21:57', '2021-08-06 14:21:57'),
(20200624105717, '2021-08-06 14:21:57', '2021-08-06 14:21:57'),
(20200716072602, '2021-08-06 14:21:57', '2021-08-06 14:21:57'),
(20200720102459, '2021-08-06 14:21:57', '2021-08-06 14:21:57'),
(20200722082511, '2021-08-06 14:21:57', '2021-08-06 14:21:57'),
(20200723083612, '2021-08-06 14:21:57', '2021-08-06 14:21:57'),
(20200728083007, '2021-08-06 14:21:57', '2021-08-06 14:21:57'),
(20200812123026, '2021-08-06 14:21:57', '2021-08-06 14:21:57'),
(20200818085917, '2021-08-06 14:21:57', '2021-08-06 14:21:57'),
(20200910110410, '2021-08-06 14:21:57', '2021-08-06 14:21:57');

-- --------------------------------------------------------

--
-- Table structure for table `phinxlog1628792313`
--

CREATE TABLE `phinxlog1628792313` (
  `version` bigint(20) NOT NULL,
  `start_time` timestamp NULL DEFAULT NULL,
  `end_time` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `phinxlog1628792313`
--

INSERT INTO `phinxlog1628792313` (`version`, `start_time`, `end_time`) VALUES
(20200505101000, '2021-08-12 18:19:19', '2021-08-12 18:19:19'),
(20200514130528, '2021-08-12 18:19:19', '2021-08-12 18:19:19'),
(20200521064213, '2021-08-12 18:19:19', '2021-08-12 18:19:20'),
(20200601064822, '2021-08-12 18:19:20', '2021-08-12 18:19:20'),
(20200604094116, '2021-08-12 18:19:20', '2021-08-12 18:19:20'),
(20200605052533, '2021-08-12 18:19:20', '2021-08-12 18:19:20'),
(20200616044738, '2021-08-12 18:19:20', '2021-08-12 18:19:20'),
(20200623111959, '2021-08-12 18:19:20', '2021-08-12 18:19:20'),
(20200624105717, '2021-08-12 18:19:20', '2021-08-12 18:19:20'),
(20200716072602, '2021-08-12 18:19:20', '2021-08-12 18:19:20'),
(20200720102459, '2021-08-12 18:19:20', '2021-08-12 18:19:20'),
(20200722082511, '2021-08-12 18:19:20', '2021-08-12 18:19:20'),
(20200723083612, '2021-08-12 18:19:20', '2021-08-12 18:19:20'),
(20200728083007, '2021-08-12 18:19:20', '2021-08-12 18:19:20'),
(20200812123026, '2021-08-12 18:19:20', '2021-08-12 18:19:20'),
(20200818085917, '2021-08-12 18:19:20', '2021-08-12 18:19:20'),
(20200910110410, '2021-08-12 18:19:20', '2021-08-12 18:19:20');

-- --------------------------------------------------------

--
-- Table structure for table `phinxlog1629141786`
--

CREATE TABLE `phinxlog1629141786` (
  `version` bigint(20) NOT NULL,
  `start_time` timestamp NULL DEFAULT NULL,
  `end_time` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `phinxlog1629141786`
--

INSERT INTO `phinxlog1629141786` (`version`, `start_time`, `end_time`) VALUES
(20200505101000, '2021-08-16 19:23:30', '2021-08-16 19:23:30'),
(20200514130528, '2021-08-16 19:23:30', '2021-08-16 19:23:30'),
(20200521064213, '2021-08-16 19:23:30', '2021-08-16 19:23:31'),
(20200601064822, '2021-08-16 19:23:31', '2021-08-16 19:23:31'),
(20200604094116, '2021-08-16 19:23:31', '2021-08-16 19:23:31'),
(20200605052533, '2021-08-16 19:23:31', '2021-08-16 19:23:31'),
(20200616044738, '2021-08-16 19:23:31', '2021-08-16 19:23:31'),
(20200623111959, '2021-08-16 19:23:31', '2021-08-16 19:23:31'),
(20200624105717, '2021-08-16 19:23:31', '2021-08-16 19:23:31'),
(20200716072602, '2021-08-16 19:23:31', '2021-08-16 19:23:31'),
(20200720102459, '2021-08-16 19:23:31', '2021-08-16 19:23:31'),
(20200722082511, '2021-08-16 19:23:31', '2021-08-16 19:23:31'),
(20200723083612, '2021-08-16 19:23:31', '2021-08-16 19:23:31'),
(20200728083007, '2021-08-16 19:23:31', '2021-08-16 19:23:31'),
(20200812123026, '2021-08-16 19:23:31', '2021-08-16 19:23:32'),
(20200818085917, '2021-08-16 19:23:32', '2021-08-16 19:23:32'),
(20200910110410, '2021-08-16 19:23:32', '2021-08-16 19:23:32');

-- --------------------------------------------------------

--
-- Table structure for table `phinxlog1629142296`
--

CREATE TABLE `phinxlog1629142296` (
  `version` bigint(20) NOT NULL,
  `start_time` timestamp NULL DEFAULT NULL,
  `end_time` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `phinxlog1629142296`
--

INSERT INTO `phinxlog1629142296` (`version`, `start_time`, `end_time`) VALUES
(20191213090436, '2021-08-16 19:32:37', '2021-08-16 19:32:37'),
(20200128121750, '2021-08-16 19:32:37', '2021-08-16 19:32:37'),
(20200129072359, '2021-08-16 19:32:37', '2021-08-16 19:32:37'),
(20200130115310, '2021-08-16 19:32:37', '2021-08-16 19:32:37'),
(20200130121953, '2021-08-16 19:32:37', '2021-08-16 19:32:37'),
(20200130123307, '2021-08-16 19:32:37', '2021-08-16 19:32:37'),
(20200130123954, '2021-08-16 19:32:37', '2021-08-16 19:32:37'),
(20200130125511, '2021-08-16 19:32:37', '2021-08-16 19:32:37'),
(20200131113328, '2021-08-16 19:32:37', '2021-08-16 19:32:37'),
(20200207095546, '2021-08-16 19:32:37', '2021-08-16 19:32:37'),
(20200212073338, '2021-08-16 19:32:37', '2021-08-16 19:32:37'),
(20200213051532, '2021-08-16 19:32:37', '2021-08-16 19:32:37'),
(20200219083431, '2021-08-16 19:32:37', '2021-08-16 19:32:37'),
(20200221135818, '2021-08-16 19:32:37', '2021-08-16 19:32:37'),
(20200228072944, '2021-08-16 19:32:37', '2021-08-16 19:32:37'),
(20200309141714, '2021-08-16 19:32:37', '2021-08-16 19:32:37'),
(20200310082906, '2021-08-16 19:32:37', '2021-08-16 19:32:37'),
(20200312131313, '2021-08-16 19:32:37', '2021-08-16 19:32:37'),
(20200313044526, '2021-08-16 19:32:37', '2021-08-16 19:32:37'),
(20200320105718, '2021-08-16 19:32:37', '2021-08-16 19:32:38'),
(20200325065059, '2021-08-16 19:32:38', '2021-08-16 19:32:38'),
(20200401084552, '2021-08-16 19:32:38', '2021-08-16 19:32:38'),
(20200403132021, '2021-08-16 19:32:38', '2021-08-16 19:32:38'),
(20200407055143, '2021-08-16 19:32:38', '2021-08-16 19:32:38'),
(20200407152239, '2021-08-16 19:32:38', '2021-08-16 19:32:38'),
(20200414120737, '2021-08-16 19:32:38', '2021-08-16 19:32:38'),
(20200416120128, '2021-08-16 19:32:38', '2021-08-16 19:32:38'),
(20200421110935, '2021-08-16 19:32:38', '2021-08-16 19:32:38'),
(20200421111008, '2021-08-16 19:32:38', '2021-08-16 19:32:38'),
(20200512054926, '2021-08-16 19:32:38', '2021-08-16 19:32:38'),
(20200513101730, '2021-08-16 19:32:38', '2021-08-16 19:32:38'),
(20200519064500, '2021-08-16 19:32:38', '2021-08-16 19:32:38'),
(20200519064513, '2021-08-16 19:32:38', '2021-08-16 19:32:38'),
(20200519111612, '2021-08-16 19:32:38', '2021-08-16 19:32:38'),
(20200520065827, '2021-08-16 19:32:38', '2021-08-16 19:32:38'),
(20200521083544, '2021-08-16 19:32:38', '2021-08-16 19:32:38'),
(20200521100551, '2021-08-16 19:32:38', '2021-08-16 19:32:38'),
(20200601121248, '2021-08-16 19:32:38', '2021-08-16 19:32:38'),
(20200602054415, '2021-08-16 19:32:38', '2021-08-16 19:32:38'),
(20200602114700, '2021-08-16 19:32:38', '2021-08-16 19:32:38'),
(20200602114808, '2021-08-16 19:32:38', '2021-08-16 19:32:38'),
(20200603103557, '2021-08-16 19:32:38', '2021-08-16 19:32:38'),
(20200608094619, '2021-08-16 19:32:38', '2021-08-16 19:32:38'),
(20200612110800, '2021-08-16 19:32:38', '2021-08-16 19:32:38'),
(20200612111118, '2021-08-16 19:32:38', '2021-08-16 19:32:39'),
(20200723124335, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200727103246, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200727110626, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200727111356, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200727111827, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200727112519, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200727124746, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200727125111, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200727125247, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200727130244, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200727130348, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200727130834, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200727132002, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200727132141, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200727132508, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200727133857, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200727141441, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200727142151, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200727142930, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200727144209, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200804094706, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200805081545, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200806102000, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200812145745, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200820182027, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200826131409, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200831102322, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200909124030, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200909131526, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200915070624, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200916082604, '2021-08-16 19:32:39', '2021-08-16 19:32:39'),
(20200918083916, '2021-08-16 19:32:39', '2021-08-16 19:32:40'),
(20200918104357, '2021-08-16 19:32:40', '2021-08-16 19:32:40'),
(20201008131914, '2021-08-16 19:32:40', '2021-08-16 19:32:40'),
(20201013134618, '2021-08-16 19:32:40', '2021-08-16 19:32:40'),
(20201015190937, '2021-08-16 19:32:40', '2021-08-16 19:32:40'),
(20201021145632, '2021-08-16 19:32:40', '2021-08-16 19:32:41'),
(20201022072305, '2021-08-16 19:32:41', '2021-08-16 19:32:41'),
(20201022073411, '2021-08-16 19:32:41', '2021-08-16 19:32:41'),
(20201027112049, '2021-08-16 19:32:41', '2021-08-16 19:32:41'),
(20201103100319, '2021-08-16 19:32:41', '2021-08-16 19:32:41'),
(20201105133552, '2021-08-16 19:32:41', '2021-08-16 19:32:41'),
(20201110081244, '2021-08-16 19:32:41', '2021-08-16 19:32:41'),
(20201120074142, '2021-08-16 19:32:41', '2021-08-16 19:32:41');

-- --------------------------------------------------------

--
-- Table structure for table `phinxlog1629142462`
--

CREATE TABLE `phinxlog1629142462` (
  `version` bigint(20) NOT NULL,
  `start_time` timestamp NULL DEFAULT NULL,
  `end_time` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `phinxlog1629142462`
--

INSERT INTO `phinxlog1629142462` (`version`, `start_time`, `end_time`) VALUES
(20201103110213, '2021-08-16 19:34:51', '2021-08-16 19:34:51'),
(20201124115648, '2021-08-16 19:34:51', '2021-08-16 19:34:51'),
(20201214101054, '2021-08-16 19:34:51', '2021-08-16 19:34:51'),
(20201218062051, '2021-08-16 19:34:51', '2021-08-16 19:34:52'),
(20201218064304, '2021-08-16 19:34:52', '2021-08-16 19:34:52'),
(20201225064814, '2021-08-16 19:34:52', '2021-08-16 19:34:52'),
(20210105121953, '2021-08-16 19:34:52', '2021-08-16 19:34:52'),
(20210105134511, '2021-08-16 19:34:52', '2021-08-16 19:34:52'),
(20210112125351, '2021-08-16 19:34:52', '2021-08-16 19:34:52'),
(20210112125921, '2021-08-16 19:34:52', '2021-08-16 19:34:52'),
(20210114060638, '2021-08-16 19:34:52', '2021-08-16 19:34:52'),
(20210122110829, '2021-08-16 19:34:52', '2021-08-16 19:34:52');

-- --------------------------------------------------------

--
-- Table structure for table `phinxlog1629142819`
--

CREATE TABLE `phinxlog1629142819` (
  `version` bigint(20) NOT NULL,
  `start_time` timestamp NULL DEFAULT NULL,
  `end_time` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `phinxlog1629142819`
--

INSERT INTO `phinxlog1629142819` (`version`, `start_time`, `end_time`) VALUES
(20201124054721, '2021-08-16 19:40:42', '2021-08-16 19:40:42'),
(20201224112629, '2021-08-16 19:40:42', '2021-08-16 19:40:42'),
(20201228075108, '2021-08-16 19:40:42', '2021-08-16 19:40:42'),
(20210104111936, '2021-08-16 19:40:42', '2021-08-16 19:40:42'),
(20210125133122, '2021-08-16 19:40:42', '2021-08-16 19:40:42'),
(20210128124130, '2021-08-16 19:40:42', '2021-08-16 19:40:42'),
(20210129054602, '2021-08-16 19:40:42', '2021-08-16 19:40:42'),
(20210129071705, '2021-08-16 19:40:42', '2021-08-16 19:40:42'),
(20210129083404, '2021-08-16 19:40:42', '2021-08-16 19:40:42'),
(20210202204023, '2021-08-16 19:40:43', '2021-08-16 19:40:43'),
(20210211113135, '2021-08-16 19:40:43', '2021-08-16 19:40:43'),
(20210212133044, '2021-08-16 19:40:43', '2021-08-16 19:40:43'),
(20210215181227, '2021-08-16 19:40:43', '2021-08-16 19:40:43'),
(20210216065917, '2021-08-16 19:40:43', '2021-08-16 19:40:43'),
(20210216120635, '2021-08-16 19:40:43', '2021-08-16 19:40:43'),
(20210223113238, '2021-08-16 19:40:43', '2021-08-16 19:40:43'),
(20210304063437, '2021-08-16 19:40:43', '2021-08-16 19:40:43'),
(20210315055654, '2021-08-16 19:40:43', '2021-08-16 19:40:43'),
(20210329114253, '2021-08-16 19:40:43', '2021-08-16 19:40:43'),
(20210402101836, '2021-08-16 19:40:43', '2021-08-16 19:40:43'),
(20210416110904, '2021-08-16 19:40:43', '2021-08-16 19:40:43'),
(20210421080626, '2021-08-16 19:40:43', '2021-08-16 19:40:43'),
(20210423204823, '2021-08-16 19:40:43', '2021-08-16 19:40:43'),
(20210426160526, '2021-08-16 19:40:43', '2021-08-16 19:40:43'),
(20210501050138, '2021-08-16 19:40:43', '2021-08-16 19:40:43'),
(20210501050558, '2021-08-16 19:40:43', '2021-08-16 19:40:43'),
(20210501065906, '2021-08-16 19:40:43', '2021-08-16 19:40:43'),
(20210513052130, '2021-08-16 19:40:43', '2021-08-16 19:40:43'),
(20210513075530, '2021-08-16 19:40:43', '2021-08-16 19:40:43'),
(20210518102749, '2021-08-16 19:40:43', '2021-08-16 19:40:43'),
(20210519152736, '2021-08-16 19:40:43', '2021-08-16 19:40:43');

-- --------------------------------------------------------

--
-- Table structure for table `phinxlog1629143092`
--

CREATE TABLE `phinxlog1629143092` (
  `version` bigint(20) NOT NULL,
  `start_time` timestamp NULL DEFAULT NULL,
  `end_time` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `phinxlog1629143092`
--

INSERT INTO `phinxlog1629143092` (`version`, `start_time`, `end_time`) VALUES
(20210520110153, '2021-08-16 19:45:15', '2021-08-16 19:45:15'),
(20210618052328, '2021-08-16 19:45:15', '2021-08-16 19:45:15');

-- --------------------------------------------------------

--
-- Table structure for table `phinxlog1636460401`
--

CREATE TABLE `phinxlog1636460401` (
  `version` bigint(20) NOT NULL,
  `start_time` timestamp NULL DEFAULT NULL,
  `end_time` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `phinxlog1636460401`
--

INSERT INTO `phinxlog1636460401` (`version`, `start_time`, `end_time`) VALUES
(20210630051124, '2021-11-09 12:23:07', '2021-11-09 12:23:07'),
(20210701132647, '2021-11-09 12:23:07', '2021-11-09 12:23:07'),
(20210728125357, '2021-11-09 12:23:07', '2021-11-09 12:23:07'),
(20210818135812, '2021-11-09 12:23:07', '2021-11-09 12:23:07'),
(20210819102355, '2021-11-09 12:23:07', '2021-11-09 12:23:07'),
(20210830105137, '2021-11-09 12:23:07', '2021-11-09 12:23:07'),
(20210831121536, '2021-11-09 12:23:07', '2021-11-09 12:23:07'),
(20210909193112, '2021-11-09 12:23:07', '2021-11-09 12:23:07'),
(20211507125906, '2021-11-09 12:23:07', '2021-11-09 12:23:07');

-- --------------------------------------------------------

--
-- Table structure for table `phinxlog1652103660`
--

CREATE TABLE `phinxlog1652103660` (
  `version` bigint(20) NOT NULL,
  `start_time` timestamp NULL DEFAULT NULL,
  `end_time` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `phinxlog1652103660`
--

INSERT INTO `phinxlog1652103660` (`version`, `start_time`, `end_time`) VALUES
(20211122052317, '2022-05-09 13:44:45', '2022-05-09 13:44:45'),
(20211122112241, '2022-05-09 13:44:45', '2022-05-09 13:44:45'),
(20211125093625, '2022-05-09 13:44:45', '2022-05-09 13:44:45'),
(20211203132556, '2022-05-09 13:44:45', '2022-05-09 13:44:45'),
(20220117070042, '2022-05-09 13:44:45', '2022-05-09 13:44:45');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `partiushop_abt__ut2_less_settings`
--
ALTER TABLE `partiushop_abt__ut2_less_settings`
  ADD PRIMARY KEY (`section`,`name`,`company_id`,`style`);

--
-- Indexes for table `partiushop_abt__ut2_microdata`
--
ALTER TABLE `partiushop_abt__ut2_microdata`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `partiushop_abt__ut2_microdata_description`
--
ALTER TABLE `partiushop_abt__ut2_microdata_description`
  ADD PRIMARY KEY (`id`,`lang_code`);

--
-- Indexes for table `partiushop_abt__ut2_objects_banners`
--
ALTER TABLE `partiushop_abt__ut2_objects_banners`
  ADD PRIMARY KEY (`link_id`);

--
-- Indexes for table `partiushop_abt__ut2_settings`
--
ALTER TABLE `partiushop_abt__ut2_settings`
  ADD PRIMARY KEY (`section`,`name`,`company_id`,`lang_code`);

--
-- Indexes for table `partiushop_ab__category_banners`
--
ALTER TABLE `partiushop_ab__category_banners`
  ADD PRIMARY KEY (`category_banner_id`),
  ADD KEY `status` (`status`);

--
-- Indexes for table `partiushop_ab__category_banner_categories`
--
ALTER TABLE `partiushop_ab__category_banner_categories`
  ADD PRIMARY KEY (`category_banner_id`,`category_id`);

--
-- Indexes for table `partiushop_ab__category_banner_images_and_descr`
--
ALTER TABLE `partiushop_ab__category_banner_images_and_descr`
  ADD PRIMARY KEY (`category_banner_image_id`),
  ADD UNIQUE KEY `banner` (`category_banner_id`,`lang_code`);

--
-- Indexes for table `partiushop_ab__dotd`
--
ALTER TABLE `partiushop_ab__dotd`
  ADD PRIMARY KEY (`promotion_id`);

--
-- Indexes for table `partiushop_ab__dotd_descriptions`
--
ALTER TABLE `partiushop_ab__dotd_descriptions`
  ADD PRIMARY KEY (`promotion_id`,`lang_code`);

--
-- Indexes for table `partiushop_ab__dotd_periods`
--
ALTER TABLE `partiushop_ab__dotd_periods`
  ADD PRIMARY KEY (`promotion_id`,`from_date`);

--
-- Indexes for table `partiushop_ab__mb_motivation_items`
--
ALTER TABLE `partiushop_ab__mb_motivation_items`
  ADD PRIMARY KEY (`motivation_item_id`,`company_id`),
  ADD KEY `exc_categories` (`exclude_categories`),
  ADD KEY `exc_destinations` (`exclude_destinations`);

--
-- Indexes for table `partiushop_ab__mb_motivation_item_descriptions`
--
ALTER TABLE `partiushop_ab__mb_motivation_item_descriptions`
  ADD PRIMARY KEY (`motivation_item_id`,`lang_code`);

--
-- Indexes for table `partiushop_ab__mb_motivation_item_objects`
--
ALTER TABLE `partiushop_ab__mb_motivation_item_objects`
  ADD PRIMARY KEY (`motivation_item_id`,`object_id`,`object_type`),
  ADD KEY `mid_otype` (`motivation_item_id`,`object_type`);

--
-- Indexes for table `partiushop_ab__mb_vendors_descriptions`
--
ALTER TABLE `partiushop_ab__mb_vendors_descriptions`
  ADD PRIMARY KEY (`motivation_item_id`,`company_id`,`lang_code`);

--
-- Indexes for table `partiushop_ab__search_motivation`
--
ALTER TABLE `partiushop_ab__search_motivation`
  ADD PRIMARY KEY (`category_id`,`company_id`,`lang_code`);

--
-- Indexes for table `partiushop_ab__video_gallery`
--
ALTER TABLE `partiushop_ab__video_gallery`
  ADD PRIMARY KEY (`video_id`),
  ADD KEY `status` (`status`),
  ADD KEY `product_id` (`product_id`);

--
-- Indexes for table `partiushop_ab__video_gallery_descriptions`
--
ALTER TABLE `partiushop_ab__video_gallery_descriptions`
  ADD PRIMARY KEY (`video_id`,`lang_code`);

--
-- Indexes for table `partiushop_ab__video_gallery_settings`
--
ALTER TABLE `partiushop_ab__video_gallery_settings`
  ADD PRIMARY KEY (`product_id`,`var`);

--
-- Indexes for table `partiushop_access_restriction`
--
ALTER TABLE `partiushop_access_restriction`
  ADD PRIMARY KEY (`item_id`),
  ADD KEY `type` (`type`);

--
-- Indexes for table `partiushop_access_restriction_block`
--
ALTER TABLE `partiushop_access_restriction_block`
  ADD PRIMARY KEY (`ip`);

--
-- Indexes for table `partiushop_access_restriction_reason_descriptions`
--
ALTER TABLE `partiushop_access_restriction_reason_descriptions`
  ADD PRIMARY KEY (`item_id`,`type`,`lang_code`);

--
-- Indexes for table `partiushop_addons`
--
ALTER TABLE `partiushop_addons`
  ADD PRIMARY KEY (`addon`),
  ADD KEY `priority` (`priority`);

--
-- Indexes for table `partiushop_addon_data`
--
ALTER TABLE `partiushop_addon_data`
  ADD PRIMARY KEY (`addon`);

--
-- Indexes for table `partiushop_addon_descriptions`
--
ALTER TABLE `partiushop_addon_descriptions`
  ADD PRIMARY KEY (`addon`,`lang_code`);

--
-- Indexes for table `partiushop_advanced_addon_data`
--
ALTER TABLE `partiushop_advanced_addon_data`
  ADD PRIMARY KEY (`user_id`);

--
-- Indexes for table `partiushop_also_bought_products`
--
ALTER TABLE `partiushop_also_bought_products`
  ADD PRIMARY KEY (`product_id`,`related_id`);

--
-- Indexes for table `partiushop_attachments`
--
ALTER TABLE `partiushop_attachments`
  ADD PRIMARY KEY (`attachment_id`),
  ADD KEY `object_type` (`object_type`,`object_id`),
  ADD KEY `type` (`type`);

--
-- Indexes for table `partiushop_attachment_descriptions`
--
ALTER TABLE `partiushop_attachment_descriptions`
  ADD PRIMARY KEY (`attachment_id`,`lang_code`);

--
-- Indexes for table `partiushop_banners`
--
ALTER TABLE `partiushop_banners`
  ADD PRIMARY KEY (`banner_id`),
  ADD KEY `localization` (`localization`),
  ADD KEY `status` (`status`),
  ADD KEY `company_id` (`company_id`);

--
-- Indexes for table `partiushop_banner_descriptions`
--
ALTER TABLE `partiushop_banner_descriptions`
  ADD PRIMARY KEY (`banner_id`,`lang_code`);

--
-- Indexes for table `partiushop_banner_images`
--
ALTER TABLE `partiushop_banner_images`
  ADD PRIMARY KEY (`banner_image_id`),
  ADD UNIQUE KEY `banner` (`banner_id`,`lang_code`);

--
-- Indexes for table `partiushop_blog_authors`
--
ALTER TABLE `partiushop_blog_authors`
  ADD PRIMARY KEY (`page_id`,`user_id`);

--
-- Indexes for table `partiushop_bm_blocks`
--
ALTER TABLE `partiushop_bm_blocks`
  ADD PRIMARY KEY (`block_id`);

--
-- Indexes for table `partiushop_bm_blocks_content`
--
ALTER TABLE `partiushop_bm_blocks_content`
  ADD PRIMARY KEY (`block_id`,`snapping_id`,`lang_code`,`object_id`,`object_type`);

--
-- Indexes for table `partiushop_bm_blocks_descriptions`
--
ALTER TABLE `partiushop_bm_blocks_descriptions`
  ADD PRIMARY KEY (`block_id`,`lang_code`);

--
-- Indexes for table `partiushop_bm_block_statuses`
--
ALTER TABLE `partiushop_bm_block_statuses`
  ADD UNIQUE KEY `snapping_id` (`snapping_id`,`object_type`);

--
-- Indexes for table `partiushop_bm_containers`
--
ALTER TABLE `partiushop_bm_containers`
  ADD PRIMARY KEY (`container_id`),
  ADD KEY `location_id` (`location_id`),
  ADD KEY `location_id_company_id` (`location_id`,`company_id`),
  ADD KEY `location_id_position_company_id` (`location_id`,`position`,`company_id`);

--
-- Indexes for table `partiushop_bm_grids`
--
ALTER TABLE `partiushop_bm_grids`
  ADD PRIMARY KEY (`grid_id`),
  ADD KEY `container_id` (`container_id`);

--
-- Indexes for table `partiushop_bm_layouts`
--
ALTER TABLE `partiushop_bm_layouts`
  ADD PRIMARY KEY (`layout_id`),
  ADD KEY `is_default` (`is_default`,`storefront_id`);

--
-- Indexes for table `partiushop_bm_locations`
--
ALTER TABLE `partiushop_bm_locations`
  ADD PRIMARY KEY (`location_id`);

--
-- Indexes for table `partiushop_bm_locations_descriptions`
--
ALTER TABLE `partiushop_bm_locations_descriptions`
  ADD PRIMARY KEY (`location_id`,`lang_code`);

--
-- Indexes for table `partiushop_bm_snapping`
--
ALTER TABLE `partiushop_bm_snapping`
  ADD PRIMARY KEY (`snapping_id`),
  ADD KEY `grid_id` (`grid_id`);

--
-- Indexes for table `partiushop_buy_together`
--
ALTER TABLE `partiushop_buy_together`
  ADD PRIMARY KEY (`chain_id`),
  ADD KEY `product_id` (`product_id`);

--
-- Indexes for table `partiushop_buy_together_descriptions`
--
ALTER TABLE `partiushop_buy_together_descriptions`
  ADD PRIMARY KEY (`chain_id`,`lang_code`);

--
-- Indexes for table `partiushop_cache_handlers`
--
ALTER TABLE `partiushop_cache_handlers`
  ADD UNIQUE KEY `table_name_cache_key` (`table_name`,`cache_key`),
  ADD KEY `table_name` (`table_name`);

--
-- Indexes for table `partiushop_call_requests`
--
ALTER TABLE `partiushop_call_requests`
  ADD PRIMARY KEY (`request_id`),
  ADD KEY `user_id` (`company_id`,`user_id`),
  ADD KEY `timestamp` (`timestamp`),
  ADD KEY `status` (`status`);

--
-- Indexes for table `partiushop_categories`
--
ALTER TABLE `partiushop_categories`
  ADD PRIMARY KEY (`category_id`),
  ADD KEY `c_status` (`usergroup_ids`,`status`,`parent_id`),
  ADD KEY `position` (`position`),
  ADD KEY `parent` (`parent_id`),
  ADD KEY `id_path` (`id_path`),
  ADD KEY `localization` (`localization`),
  ADD KEY `age_verification` (`age_verification`,`age_limit`),
  ADD KEY `parent_age_verification` (`parent_age_verification`,`parent_age_limit`),
  ADD KEY `p_category_id` (`category_id`,`usergroup_ids`,`status`);

--
-- Indexes for table `partiushop_category_descriptions`
--
ALTER TABLE `partiushop_category_descriptions`
  ADD PRIMARY KEY (`category_id`,`lang_code`);

--
-- Indexes for table `partiushop_category_vendor_product_count`
--
ALTER TABLE `partiushop_category_vendor_product_count`
  ADD PRIMARY KEY (`company_id`,`category_id`);

--
-- Indexes for table `partiushop_common_descriptions`
--
ALTER TABLE `partiushop_common_descriptions`
  ADD PRIMARY KEY (`object_id`,`lang_code`,`object_holder`);

--
-- Indexes for table `partiushop_companies`
--
ALTER TABLE `partiushop_companies`
  ADD PRIMARY KEY (`company_id`);

--
-- Indexes for table `partiushop_companies_socios`
--
ALTER TABLE `partiushop_companies_socios`
  ADD PRIMARY KEY (`socios_id`);

--
-- Indexes for table `partiushop_company_descriptions`
--
ALTER TABLE `partiushop_company_descriptions`
  ADD PRIMARY KEY (`company_id`,`lang_code`);

--
-- Indexes for table `partiushop_countries`
--
ALTER TABLE `partiushop_countries`
  ADD PRIMARY KEY (`code`),
  ADD KEY `status` (`status`);

--
-- Indexes for table `partiushop_country_descriptions`
--
ALTER TABLE `partiushop_country_descriptions`
  ADD PRIMARY KEY (`code`,`lang_code`);

--
-- Indexes for table `partiushop_cronjobs`
--
ALTER TABLE `partiushop_cronjobs`
  ADD PRIMARY KEY (`cronjob_id`);

--
-- Indexes for table `partiushop_currencies`
--
ALTER TABLE `partiushop_currencies`
  ADD PRIMARY KEY (`currency_id`),
  ADD UNIQUE KEY `currency_code` (`currency_code`);

--
-- Indexes for table `partiushop_currency_descriptions`
--
ALTER TABLE `partiushop_currency_descriptions`
  ADD PRIMARY KEY (`currency_id`,`lang_code`);

--
-- Indexes for table `partiushop_data_feeds`
--
ALTER TABLE `partiushop_data_feeds`
  ADD PRIMARY KEY (`datafeed_id`);

--
-- Indexes for table `partiushop_data_feed_descriptions`
--
ALTER TABLE `partiushop_data_feed_descriptions`
  ADD PRIMARY KEY (`datafeed_id`,`lang_code`);

--
-- Indexes for table `partiushop_destinations`
--
ALTER TABLE `partiushop_destinations`
  ADD PRIMARY KEY (`destination_id`),
  ADD KEY `localization` (`localization`),
  ADD KEY `c_status` (`destination_id`,`status`);

--
-- Indexes for table `partiushop_destination_descriptions`
--
ALTER TABLE `partiushop_destination_descriptions`
  ADD PRIMARY KEY (`destination_id`,`lang_code`);

--
-- Indexes for table `partiushop_destination_elements`
--
ALTER TABLE `partiushop_destination_elements`
  ADD PRIMARY KEY (`element_id`),
  ADD KEY `c_status` (`destination_id`);

--
-- Indexes for table `partiushop_discussion`
--
ALTER TABLE `partiushop_discussion`
  ADD PRIMARY KEY (`thread_id`),
  ADD UNIQUE KEY `object_id` (`object_id`,`object_type`),
  ADD KEY `idx_company_id` (`company_id`);

--
-- Indexes for table `partiushop_discussion_messages`
--
ALTER TABLE `partiushop_discussion_messages`
  ADD PRIMARY KEY (`post_id`),
  ADD KEY `thread_id` (`thread_id`);

--
-- Indexes for table `partiushop_discussion_posts`
--
ALTER TABLE `partiushop_discussion_posts`
  ADD PRIMARY KEY (`post_id`),
  ADD KEY `thread_id` (`thread_id`,`ip_address`),
  ADD KEY `thread_id_2` (`thread_id`,`status`);

--
-- Indexes for table `partiushop_discussion_rating`
--
ALTER TABLE `partiushop_discussion_rating`
  ADD PRIMARY KEY (`post_id`),
  ADD KEY `thread_id` (`thread_id`);

--
-- Indexes for table `partiushop_ekeys`
--
ALTER TABLE `partiushop_ekeys`
  ADD PRIMARY KEY (`object_id`,`object_type`,`ekey`(64)),
  ADD UNIQUE KEY `object_string` (`object_string`,`object_type`,`ekey`(64)),
  ADD KEY `c_status` (`ekey`(64),`object_type`,`ttl`);

--
-- Indexes for table `partiushop_em_mailchimp_webhooks`
--
ALTER TABLE `partiushop_em_mailchimp_webhooks`
  ADD PRIMARY KEY (`webhook_id`);

--
-- Indexes for table `partiushop_em_subscribers`
--
ALTER TABLE `partiushop_em_subscribers`
  ADD PRIMARY KEY (`subscriber_id`),
  ADD UNIQUE KEY `email` (`email`,`company_id`);

--
-- Indexes for table `partiushop_et_category_banner`
--
ALTER TABLE `partiushop_et_category_banner`
  ADD UNIQUE KEY `category_id` (`category_id`);

--
-- Indexes for table `partiushop_et_category_menu`
--
ALTER TABLE `partiushop_et_category_menu`
  ADD PRIMARY KEY (`et_menu_id`),
  ADD UNIQUE KEY `categ_id` (`categ_id`,`lang_code`);

--
-- Indexes for table `partiushop_et_featured_product_banner_tabs`
--
ALTER TABLE `partiushop_et_featured_product_banner_tabs`
  ADD PRIMARY KEY (`block_id`);

--
-- Indexes for table `partiushop_et_featured_product_banner_tabs_data`
--
ALTER TABLE `partiushop_et_featured_product_banner_tabs_data`
  ADD UNIQUE KEY `block_id` (`block_id`,`lang_code`);

--
-- Indexes for table `partiushop_et_featured_product_banner_tabs_tabs`
--
ALTER TABLE `partiushop_et_featured_product_banner_tabs_tabs`
  ADD PRIMARY KEY (`tab_id`);

--
-- Indexes for table `partiushop_et_featured_product_banner_tabs_tabs_data`
--
ALTER TABLE `partiushop_et_featured_product_banner_tabs_tabs_data`
  ADD PRIMARY KEY (`data_id`),
  ADD UNIQUE KEY `tab_id` (`tab_id`,`lang_code`);

--
-- Indexes for table `partiushop_et_menu`
--
ALTER TABLE `partiushop_et_menu`
  ADD PRIMARY KEY (`et_menu_id`),
  ADD UNIQUE KEY `et_menu_id` (`et_menu_id`,`lang_code`),
  ADD UNIQUE KEY `param_id` (`param_id`,`lang_code`);

--
-- Indexes for table `partiushop_et_mv_pp_content`
--
ALTER TABLE `partiushop_et_mv_pp_content`
  ADD PRIMARY KEY (`company_id`,`type`,`lang_code`);

--
-- Indexes for table `partiushop_et_mv_ved`
--
ALTER TABLE `partiushop_et_mv_ved`
  ADD PRIMARY KEY (`company_id`,`type`);

--
-- Indexes for table `partiushop_et_mv_vendor_settings`
--
ALTER TABLE `partiushop_et_mv_vendor_settings`
  ADD PRIMARY KEY (`ved_id`),
  ADD UNIQUE KEY `company_id` (`company_id`);

--
-- Indexes for table `partiushop_et_mv_vsb`
--
ALTER TABLE `partiushop_et_mv_vsb`
  ADD PRIMARY KEY (`vsb_id`);

--
-- Indexes for table `partiushop_et_mv_vsb_banners`
--
ALTER TABLE `partiushop_et_mv_vsb_banners`
  ADD PRIMARY KEY (`banner_id`),
  ADD UNIQUE KEY `banner_id` (`banner_id`,`lang_code`);

--
-- Indexes for table `partiushop_et_mv_vsb_data`
--
ALTER TABLE `partiushop_et_mv_vsb_data`
  ADD PRIMARY KEY (`data_id`),
  ADD UNIQUE KEY `data_id` (`data_id`,`lang_code`);

--
-- Indexes for table `partiushop_et_quick_info`
--
ALTER TABLE `partiushop_et_quick_info`
  ADD PRIMARY KEY (`block_id`);

--
-- Indexes for table `partiushop_et_quick_info_data`
--
ALTER TABLE `partiushop_et_quick_info_data`
  ADD PRIMARY KEY (`content_id`);

--
-- Indexes for table `partiushop_et_quick_info_descr`
--
ALTER TABLE `partiushop_et_quick_info_descr`
  ADD UNIQUE KEY `content_id` (`content_id`,`lang_code`);

--
-- Indexes for table `partiushop_et_quick_info_title`
--
ALTER TABLE `partiushop_et_quick_info_title`
  ADD UNIQUE KEY `block_id` (`block_id`,`lang_code`);

--
-- Indexes for table `partiushop_et_seo_names`
--
ALTER TABLE `partiushop_et_seo_names`
  ADD PRIMARY KEY (`dispatch`,`lang_code`),
  ADD KEY `name` (`name`,`lang_code`),
  ADD KEY `dispatch` (`dispatch`);

--
-- Indexes for table `partiushop_exim_layouts`
--
ALTER TABLE `partiushop_exim_layouts`
  ADD PRIMARY KEY (`layout_id`),
  ADD KEY `pattern_id` (`pattern_id`);

--
-- Indexes for table `partiushop_form_descriptions`
--
ALTER TABLE `partiushop_form_descriptions`
  ADD PRIMARY KEY (`object_id`,`lang_code`);

--
-- Indexes for table `partiushop_form_options`
--
ALTER TABLE `partiushop_form_options`
  ADD PRIMARY KEY (`element_id`),
  ADD KEY `page_id` (`page_id`,`status`),
  ADD KEY `position` (`position`);

--
-- Indexes for table `partiushop_gift_certificates`
--
ALTER TABLE `partiushop_gift_certificates`
  ADD PRIMARY KEY (`gift_cert_id`),
  ADD KEY `status` (`status`),
  ADD KEY `timestamp` (`timestamp`);

--
-- Indexes for table `partiushop_gift_certificates_log`
--
ALTER TABLE `partiushop_gift_certificates_log`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `area` (`area`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `order_id` (`order_id`),
  ADD KEY `timestamp` (`timestamp`);

--
-- Indexes for table `partiushop_hybrid_auth_providers`
--
ALTER TABLE `partiushop_hybrid_auth_providers`
  ADD PRIMARY KEY (`provider_id`);

--
-- Indexes for table `partiushop_hybrid_auth_storefronts_providers`
--
ALTER TABLE `partiushop_hybrid_auth_storefronts_providers`
  ADD PRIMARY KEY (`storefront_id`,`provider_id`);

--
-- Indexes for table `partiushop_hybrid_auth_users`
--
ALTER TABLE `partiushop_hybrid_auth_users`
  ADD PRIMARY KEY (`user_id`,`provider_id`);

--
-- Indexes for table `partiushop_images`
--
ALTER TABLE `partiushop_images`
  ADD PRIMARY KEY (`image_id`),
  ADD KEY `image_path` (`image_path`);

--
-- Indexes for table `partiushop_images_links`
--
ALTER TABLE `partiushop_images_links`
  ADD PRIMARY KEY (`pair_id`),
  ADD KEY `object_id` (`object_id`,`object_type`,`type`),
  ADD KEY `detailed_id` (`detailed_id`),
  ADD KEY `image_id` (`image_id`);

--
-- Indexes for table `partiushop_import_presets`
--
ALTER TABLE `partiushop_import_presets`
  ADD PRIMARY KEY (`preset_id`);

--
-- Indexes for table `partiushop_import_preset_descriptions`
--
ALTER TABLE `partiushop_import_preset_descriptions`
  ADD PRIMARY KEY (`preset_id`,`lang_code`);

--
-- Indexes for table `partiushop_import_preset_fields`
--
ALTER TABLE `partiushop_import_preset_fields`
  ADD PRIMARY KEY (`field_id`);

--
-- Indexes for table `partiushop_import_preset_states`
--
ALTER TABLE `partiushop_import_preset_states`
  ADD PRIMARY KEY (`preset_id`,`company_id`);

--
-- Indexes for table `partiushop_installed_upgrades`
--
ALTER TABLE `partiushop_installed_upgrades`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `partiushop_languages`
--
ALTER TABLE `partiushop_languages`
  ADD PRIMARY KEY (`lang_id`),
  ADD UNIQUE KEY `lang_code` (`lang_code`);

--
-- Indexes for table `partiushop_language_values`
--
ALTER TABLE `partiushop_language_values`
  ADD PRIMARY KEY (`lang_code`,`name`);

--
-- Indexes for table `partiushop_localizations`
--
ALTER TABLE `partiushop_localizations`
  ADD PRIMARY KEY (`localization_id`);

--
-- Indexes for table `partiushop_localization_descriptions`
--
ALTER TABLE `partiushop_localization_descriptions`
  ADD KEY `localisation_id` (`localization_id`,`lang_code`);

--
-- Indexes for table `partiushop_localization_elements`
--
ALTER TABLE `partiushop_localization_elements`
  ADD PRIMARY KEY (`element_id`),
  ADD KEY `c_avail` (`localization_id`),
  ADD KEY `element` (`element`,`element_type`),
  ADD KEY `position` (`position`);

--
-- Indexes for table `partiushop_lock_keys`
--
ALTER TABLE `partiushop_lock_keys`
  ADD PRIMARY KEY (`key_id`);

--
-- Indexes for table `partiushop_logos`
--
ALTER TABLE `partiushop_logos`
  ADD PRIMARY KEY (`logo_id`),
  ADD KEY `type` (`type`,`company_id`);

--
-- Indexes for table `partiushop_logs`
--
ALTER TABLE `partiushop_logs`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `object` (`object`),
  ADD KEY `type` (`type`,`action`),
  ADD KEY `idx_timestamp` (`timestamp`);

--
-- Indexes for table `partiushop_mailing_lists`
--
ALTER TABLE `partiushop_mailing_lists`
  ADD PRIMARY KEY (`list_id`);

--
-- Indexes for table `partiushop_master_products_storefront_min_price`
--
ALTER TABLE `partiushop_master_products_storefront_min_price`
  ADD PRIMARY KEY (`product_id`,`storefront_id`);

--
-- Indexes for table `partiushop_master_products_storefront_offers_count`
--
ALTER TABLE `partiushop_master_products_storefront_offers_count`
  ADD PRIMARY KEY (`product_id`,`storefront_id`),
  ADD KEY `idx_storefront_id` (`storefront_id`);

--
-- Indexes for table `partiushop_menus`
--
ALTER TABLE `partiushop_menus`
  ADD PRIMARY KEY (`menu_id`);

--
-- Indexes for table `partiushop_menus_descriptions`
--
ALTER TABLE `partiushop_menus_descriptions`
  ADD PRIMARY KEY (`menu_id`,`lang_code`);

--
-- Indexes for table `partiushop_mobile_app_notification_subscriptions`
--
ALTER TABLE `partiushop_mobile_app_notification_subscriptions`
  ADD PRIMARY KEY (`subscription_id`),
  ADD UNIQUE KEY `token` (`token`),
  ADD UNIQUE KEY `device` (`platform`,`device_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `partiushop_newsletters`
--
ALTER TABLE `partiushop_newsletters`
  ADD PRIMARY KEY (`newsletter_id`);

--
-- Indexes for table `partiushop_newsletter_batch_recipients`
--
ALTER TABLE `partiushop_newsletter_batch_recipients`
  ADD PRIMARY KEY (`send_list_id`),
  ADD KEY `send_key` (`send_key`);

--
-- Indexes for table `partiushop_newsletter_campaigns`
--
ALTER TABLE `partiushop_newsletter_campaigns`
  ADD PRIMARY KEY (`campaign_id`);

--
-- Indexes for table `partiushop_newsletter_descriptions`
--
ALTER TABLE `partiushop_newsletter_descriptions`
  ADD PRIMARY KEY (`newsletter_id`,`lang_code`);

--
-- Indexes for table `partiushop_newsletter_links`
--
ALTER TABLE `partiushop_newsletter_links`
  ADD PRIMARY KEY (`link_id`);

--
-- Indexes for table `partiushop_notifications`
--
ALTER TABLE `partiushop_notifications`
  ADD PRIMARY KEY (`notification_id`),
  ADD KEY `idx_user_id` (`user_id`),
  ADD KEY `idx_user_id_area` (`user_id`,`area`);

--
-- Indexes for table `partiushop_notification_event_receivers`
--
ALTER TABLE `partiushop_notification_event_receivers`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `partiushop_notification_group_receivers`
--
ALTER TABLE `partiushop_notification_group_receivers`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `partiushop_notification_settings`
--
ALTER TABLE `partiushop_notification_settings`
  ADD PRIMARY KEY (`event_id`,`transport_id`,`receiver`);

--
-- Indexes for table `partiushop_orders`
--
ALTER TABLE `partiushop_orders`
  ADD PRIMARY KEY (`order_id`),
  ADD KEY `timestamp` (`timestamp`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `promotion_ids` (`promotion_ids`),
  ADD KEY `status` (`status`),
  ADD KEY `shipping_ids` (`shipping_ids`),
  ADD KEY `company_id` (`company_id`),
  ADD KEY `idx_updated_at` (`updated_at`);

--
-- Indexes for table `partiushop_order_attachments`
--
ALTER TABLE `partiushop_order_attachments`
  ADD PRIMARY KEY (`order_attachment_id`);

--
-- Indexes for table `partiushop_order_data`
--
ALTER TABLE `partiushop_order_data`
  ADD PRIMARY KEY (`order_data_id`),
  ADD UNIQUE KEY `idx_order_id_type` (`order_id`,`type`);

--
-- Indexes for table `partiushop_order_details`
--
ALTER TABLE `partiushop_order_details`
  ADD PRIMARY KEY (`item_id`,`order_id`),
  ADD KEY `o_k` (`order_id`,`product_id`);

--
-- Indexes for table `partiushop_order_docs`
--
ALTER TABLE `partiushop_order_docs`
  ADD PRIMARY KEY (`doc_id`,`type`),
  ADD KEY `type` (`order_id`,`type`);

--
-- Indexes for table `partiushop_order_transactions`
--
ALTER TABLE `partiushop_order_transactions`
  ADD PRIMARY KEY (`payment_id`,`transaction_id`);

--
-- Indexes for table `partiushop_original_values`
--
ALTER TABLE `partiushop_original_values`
  ADD PRIMARY KEY (`msgctxt`);

--
-- Indexes for table `partiushop_pages`
--
ALTER TABLE `partiushop_pages`
  ADD PRIMARY KEY (`page_id`),
  ADD KEY `localization` (`localization`),
  ADD KEY `parent_id` (`parent_id`),
  ADD KEY `id_path` (`id_path`);

--
-- Indexes for table `partiushop_page_descriptions`
--
ALTER TABLE `partiushop_page_descriptions`
  ADD PRIMARY KEY (`page_id`,`lang_code`);

--
-- Indexes for table `partiushop_payments`
--
ALTER TABLE `partiushop_payments`
  ADD PRIMARY KEY (`payment_id`),
  ADD KEY `c_status` (`usergroup_ids`,`status`),
  ADD KEY `position` (`position`),
  ADD KEY `localization` (`localization`);

--
-- Indexes for table `partiushop_payment_descriptions`
--
ALTER TABLE `partiushop_payment_descriptions`
  ADD PRIMARY KEY (`payment_id`,`lang_code`);

--
-- Indexes for table `partiushop_payment_processors`
--
ALTER TABLE `partiushop_payment_processors`
  ADD PRIMARY KEY (`processor_id`);

--
-- Indexes for table `partiushop_polls`
--
ALTER TABLE `partiushop_polls`
  ADD PRIMARY KEY (`page_id`);

--
-- Indexes for table `partiushop_polls_answers`
--
ALTER TABLE `partiushop_polls_answers`
  ADD PRIMARY KEY (`answer_id`,`vote_id`,`item_id`);

--
-- Indexes for table `partiushop_polls_votes`
--
ALTER TABLE `partiushop_polls_votes`
  ADD PRIMARY KEY (`vote_id`);

--
-- Indexes for table `partiushop_poll_descriptions`
--
ALTER TABLE `partiushop_poll_descriptions`
  ADD PRIMARY KEY (`object_id`,`lang_code`,`type`),
  ADD KEY `page_id` (`page_id`);

--
-- Indexes for table `partiushop_poll_items`
--
ALTER TABLE `partiushop_poll_items`
  ADD PRIMARY KEY (`item_id`),
  ADD KEY `parent_id` (`parent_id`),
  ADD KEY `type` (`type`),
  ADD KEY `page_id` (`page_id`);

--
-- Indexes for table `partiushop_premoderation_products`
--
ALTER TABLE `partiushop_premoderation_products`
  ADD PRIMARY KEY (`product_id`);

--
-- Indexes for table `partiushop_printslip_request`
--
ALTER TABLE `partiushop_printslip_request`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `partiushop_privileges`
--
ALTER TABLE `partiushop_privileges`
  ADD PRIMARY KEY (`privilege`),
  ADD KEY `section_id` (`section_id`);

--
-- Indexes for table `partiushop_products`
--
ALTER TABLE `partiushop_products`
  ADD PRIMARY KEY (`product_id`),
  ADD KEY `age_verification` (`age_verification`,`age_limit`),
  ADD KEY `status` (`status`),
  ADD KEY `idx_parent_product_id` (`parent_product_id`),
  ADD KEY `idx_master_product_id` (`master_product_id`);

--
-- Indexes for table `partiushop_products_categories`
--
ALTER TABLE `partiushop_products_categories`
  ADD PRIMARY KEY (`category_id`,`product_id`),
  ADD KEY `link_type` (`link_type`),
  ADD KEY `pt` (`product_id`,`link_type`);

--
-- Indexes for table `partiushop_product_descriptions`
--
ALTER TABLE `partiushop_product_descriptions`
  ADD PRIMARY KEY (`product_id`,`lang_code`),
  ADD KEY `product_id` (`product_id`);

--
-- Indexes for table `partiushop_product_features`
--
ALTER TABLE `partiushop_product_features`
  ADD PRIMARY KEY (`feature_id`),
  ADD KEY `status` (`status`),
  ADD KEY `company_id` (`company_id`);

--
-- Indexes for table `partiushop_product_features_descriptions`
--
ALTER TABLE `partiushop_product_features_descriptions`
  ADD PRIMARY KEY (`feature_id`,`lang_code`);

--
-- Indexes for table `partiushop_product_features_values`
--
ALTER TABLE `partiushop_product_features_values`
  ADD PRIMARY KEY (`feature_id`,`product_id`,`variant_id`,`lang_code`),
  ADD KEY `fl` (`feature_id`,`lang_code`,`variant_id`,`value`,`value_int`),
  ADD KEY `variant_id` (`variant_id`),
  ADD KEY `lang_code` (`lang_code`),
  ADD KEY `product_id` (`product_id`),
  ADD KEY `fpl` (`feature_id`,`product_id`,`lang_code`),
  ADD KEY `idx_product_feature_variant_id` (`product_id`,`feature_id`,`lang_code`,`variant_id`);

--
-- Indexes for table `partiushop_product_feature_variants`
--
ALTER TABLE `partiushop_product_feature_variants`
  ADD PRIMARY KEY (`variant_id`),
  ADD KEY `feature_id` (`feature_id`),
  ADD KEY `position` (`position`);

--
-- Indexes for table `partiushop_product_feature_variant_descriptions`
--
ALTER TABLE `partiushop_product_feature_variant_descriptions`
  ADD PRIMARY KEY (`variant_id`,`lang_code`),
  ADD KEY `variant` (`variant`);

--
-- Indexes for table `partiushop_product_files`
--
ALTER TABLE `partiushop_product_files`
  ADD PRIMARY KEY (`file_id`),
  ADD KEY `product_id` (`product_id`);

--
-- Indexes for table `partiushop_product_file_descriptions`
--
ALTER TABLE `partiushop_product_file_descriptions`
  ADD PRIMARY KEY (`file_id`,`lang_code`);

--
-- Indexes for table `partiushop_product_file_ekeys`
--
ALTER TABLE `partiushop_product_file_ekeys`
  ADD PRIMARY KEY (`file_id`,`order_id`),
  ADD UNIQUE KEY `ekey` (`ekey`),
  ADD KEY `ttl` (`ttl`);

--
-- Indexes for table `partiushop_product_file_folders`
--
ALTER TABLE `partiushop_product_file_folders`
  ADD PRIMARY KEY (`folder_id`),
  ADD KEY `product_id` (`product_id`);

--
-- Indexes for table `partiushop_product_file_folder_descriptions`
--
ALTER TABLE `partiushop_product_file_folder_descriptions`
  ADD PRIMARY KEY (`folder_id`,`lang_code`);

--
-- Indexes for table `partiushop_product_filters`
--
ALTER TABLE `partiushop_product_filters`
  ADD PRIMARY KEY (`filter_id`),
  ADD KEY `feature_id` (`feature_id`),
  ADD KEY `company_id` (`company_id`);

--
-- Indexes for table `partiushop_product_filter_descriptions`
--
ALTER TABLE `partiushop_product_filter_descriptions`
  ADD PRIMARY KEY (`filter_id`,`lang_code`);

--
-- Indexes for table `partiushop_product_global_option_links`
--
ALTER TABLE `partiushop_product_global_option_links`
  ADD PRIMARY KEY (`option_id`,`product_id`),
  ADD KEY `product_id` (`product_id`);

--
-- Indexes for table `partiushop_product_options`
--
ALTER TABLE `partiushop_product_options`
  ADD PRIMARY KEY (`option_id`),
  ADD KEY `c_status` (`product_id`,`status`),
  ADD KEY `position` (`position`);

--
-- Indexes for table `partiushop_product_options_descriptions`
--
ALTER TABLE `partiushop_product_options_descriptions`
  ADD PRIMARY KEY (`option_id`,`lang_code`);

--
-- Indexes for table `partiushop_product_options_exceptions`
--
ALTER TABLE `partiushop_product_options_exceptions`
  ADD PRIMARY KEY (`exception_id`),
  ADD KEY `product` (`product_id`);

--
-- Indexes for table `partiushop_product_options_inventory`
--
ALTER TABLE `partiushop_product_options_inventory`
  ADD PRIMARY KEY (`combination_hash`),
  ADD KEY `pc` (`product_id`,`combination`);

--
-- Indexes for table `partiushop_product_option_variants`
--
ALTER TABLE `partiushop_product_option_variants`
  ADD PRIMARY KEY (`variant_id`),
  ADD KEY `position` (`position`),
  ADD KEY `status` (`status`),
  ADD KEY `option_id` (`option_id`,`status`),
  ADD KEY `option_id_2` (`option_id`,`variant_id`);

--
-- Indexes for table `partiushop_product_option_variants_descriptions`
--
ALTER TABLE `partiushop_product_option_variants_descriptions`
  ADD PRIMARY KEY (`variant_id`,`lang_code`);

--
-- Indexes for table `partiushop_product_plans`
--
ALTER TABLE `partiushop_product_plans`
  ADD PRIMARY KEY (`product_plans_id`);

--
-- Indexes for table `partiushop_product_plans_payment_quote`
--
ALTER TABLE `partiushop_product_plans_payment_quote`
  ADD PRIMARY KEY (`product_plans_payment_quote_id`);

--
-- Indexes for table `partiushop_product_point_prices`
--
ALTER TABLE `partiushop_product_point_prices`
  ADD PRIMARY KEY (`point_price_id`),
  ADD UNIQUE KEY `unique_key` (`lower_limit`,`usergroup_id`,`product_id`),
  ADD KEY `src_k` (`product_id`,`lower_limit`,`usergroup_id`);

--
-- Indexes for table `partiushop_product_popularity`
--
ALTER TABLE `partiushop_product_popularity`
  ADD PRIMARY KEY (`product_id`),
  ADD KEY `total` (`product_id`,`total`);

--
-- Indexes for table `partiushop_product_prices`
--
ALTER TABLE `partiushop_product_prices`
  ADD UNIQUE KEY `usergroup` (`product_id`,`usergroup_id`,`lower_limit`),
  ADD KEY `product_id` (`product_id`),
  ADD KEY `lower_limit` (`lower_limit`),
  ADD KEY `usergroup_id` (`usergroup_id`,`product_id`);

--
-- Indexes for table `partiushop_product_required_products`
--
ALTER TABLE `partiushop_product_required_products`
  ADD PRIMARY KEY (`product_id`,`required_id`);

--
-- Indexes for table `partiushop_product_reviews`
--
ALTER TABLE `partiushop_product_reviews`
  ADD PRIMARY KEY (`product_review_id`),
  ADD KEY `idx_product_id` (`product_id`),
  ADD KEY `idx_user_id` (`user_id`);

--
-- Indexes for table `partiushop_product_review_prepared_data`
--
ALTER TABLE `partiushop_product_review_prepared_data`
  ADD PRIMARY KEY (`product_id`,`storefront_id`);

--
-- Indexes for table `partiushop_product_review_votes`
--
ALTER TABLE `partiushop_product_review_votes`
  ADD PRIMARY KEY (`user_id`,`product_review_id`,`ip_address`);

--
-- Indexes for table `partiushop_product_sales`
--
ALTER TABLE `partiushop_product_sales`
  ADD PRIMARY KEY (`category_id`,`product_id`),
  ADD KEY `pa` (`product_id`,`amount`);

--
-- Indexes for table `partiushop_product_subscriptions`
--
ALTER TABLE `partiushop_product_subscriptions`
  ADD PRIMARY KEY (`subscription_id`),
  ADD UNIQUE KEY `pe` (`product_id`,`email`),
  ADD KEY `pd` (`product_id`,`user_id`,`email`);

--
-- Indexes for table `partiushop_product_tabs`
--
ALTER TABLE `partiushop_product_tabs`
  ADD PRIMARY KEY (`tab_id`);

--
-- Indexes for table `partiushop_product_tabs_descriptions`
--
ALTER TABLE `partiushop_product_tabs_descriptions`
  ADD PRIMARY KEY (`tab_id`,`lang_code`);

--
-- Indexes for table `partiushop_product_variation_data_identity_map`
--
ALTER TABLE `partiushop_product_variation_data_identity_map`
  ADD PRIMARY KEY (`table_id`,`id`,`parent_id`),
  ADD KEY `idx_product_id` (`product_id`);

--
-- Indexes for table `partiushop_product_variation_groups`
--
ALTER TABLE `partiushop_product_variation_groups`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `idx_group_code` (`code`);

--
-- Indexes for table `partiushop_product_variation_group_features`
--
ALTER TABLE `partiushop_product_variation_group_features`
  ADD PRIMARY KEY (`feature_id`,`group_id`),
  ADD KEY `idx_group_id` (`group_id`);

--
-- Indexes for table `partiushop_product_variation_group_products`
--
ALTER TABLE `partiushop_product_variation_group_products`
  ADD PRIMARY KEY (`product_id`,`group_id`),
  ADD KEY `idx_group_id` (`group_id`),
  ADD KEY `idx_parent_product_id` (`parent_product_id`);

--
-- Indexes for table `partiushop_profile_fields`
--
ALTER TABLE `partiushop_profile_fields`
  ADD PRIMARY KEY (`field_id`),
  ADD KEY `field_name` (`field_name`),
  ADD KEY `checkout_show` (`checkout_show`,`field_type`),
  ADD KEY `profile_show` (`profile_show`,`field_type`);

--
-- Indexes for table `partiushop_profile_fields_data`
--
ALTER TABLE `partiushop_profile_fields_data`
  ADD PRIMARY KEY (`object_id`,`object_type`,`field_id`);

--
-- Indexes for table `partiushop_profile_field_descriptions`
--
ALTER TABLE `partiushop_profile_field_descriptions`
  ADD PRIMARY KEY (`object_id`,`object_type`,`lang_code`);

--
-- Indexes for table `partiushop_profile_field_sections`
--
ALTER TABLE `partiushop_profile_field_sections`
  ADD PRIMARY KEY (`section_id`),
  ADD UNIQUE KEY `code` (`code`);

--
-- Indexes for table `partiushop_profile_field_values`
--
ALTER TABLE `partiushop_profile_field_values`
  ADD PRIMARY KEY (`value_id`);

--
-- Indexes for table `partiushop_promotions`
--
ALTER TABLE `partiushop_promotions`
  ADD PRIMARY KEY (`promotion_id`);

--
-- Indexes for table `partiushop_promotion_descriptions`
--
ALTER TABLE `partiushop_promotion_descriptions`
  ADD PRIMARY KEY (`promotion_id`,`lang_code`);

--
-- Indexes for table `partiushop_promotion_images`
--
ALTER TABLE `partiushop_promotion_images`
  ADD PRIMARY KEY (`promotion_image_id`),
  ADD UNIQUE KEY `promo` (`promotion_id`,`lang_code`);

--
-- Indexes for table `partiushop_quick_menu`
--
ALTER TABLE `partiushop_quick_menu`
  ADD PRIMARY KEY (`menu_id`);

--
-- Indexes for table `partiushop_reward_points`
--
ALTER TABLE `partiushop_reward_points`
  ADD PRIMARY KEY (`reward_point_id`),
  ADD UNIQUE KEY `unique_key` (`object_id`,`usergroup_id`,`object_type`,`company_id`);

--
-- Indexes for table `partiushop_reward_point_changes`
--
ALTER TABLE `partiushop_reward_point_changes`
  ADD PRIMARY KEY (`change_id`);

--
-- Indexes for table `partiushop_rma_properties`
--
ALTER TABLE `partiushop_rma_properties`
  ADD PRIMARY KEY (`property_id`),
  ADD KEY `c_status` (`property_id`,`status`),
  ADD KEY `status` (`status`,`type`);

--
-- Indexes for table `partiushop_rma_property_descriptions`
--
ALTER TABLE `partiushop_rma_property_descriptions`
  ADD PRIMARY KEY (`property_id`,`lang_code`);

--
-- Indexes for table `partiushop_rma_returns`
--
ALTER TABLE `partiushop_rma_returns`
  ADD PRIMARY KEY (`return_id`),
  ADD KEY `order_id` (`order_id`),
  ADD KEY `timestamp` (`timestamp`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `status` (`status`);

--
-- Indexes for table `partiushop_rma_return_products`
--
ALTER TABLE `partiushop_rma_return_products`
  ADD PRIMARY KEY (`return_id`,`item_id`,`type`),
  ADD KEY `reason` (`reason`);

--
-- Indexes for table `partiushop_robots_data`
--
ALTER TABLE `partiushop_robots_data`
  ADD PRIMARY KEY (`robots_id`);

--
-- Indexes for table `partiushop_sales_reports`
--
ALTER TABLE `partiushop_sales_reports`
  ADD PRIMARY KEY (`report_id`);

--
-- Indexes for table `partiushop_sales_reports_descriptions`
--
ALTER TABLE `partiushop_sales_reports_descriptions`
  ADD PRIMARY KEY (`report_id`,`lang_code`);

--
-- Indexes for table `partiushop_sales_reports_elements`
--
ALTER TABLE `partiushop_sales_reports_elements`
  ADD PRIMARY KEY (`element_id`);

--
-- Indexes for table `partiushop_sales_reports_intervals`
--
ALTER TABLE `partiushop_sales_reports_intervals`
  ADD PRIMARY KEY (`interval_id`);

--
-- Indexes for table `partiushop_sales_reports_tables`
--
ALTER TABLE `partiushop_sales_reports_tables`
  ADD PRIMARY KEY (`table_id`);

--
-- Indexes for table `partiushop_sales_reports_table_conditions`
--
ALTER TABLE `partiushop_sales_reports_table_conditions`
  ADD PRIMARY KEY (`table_id`,`code`,`sub_element_id`);

--
-- Indexes for table `partiushop_sales_reports_table_descriptions`
--
ALTER TABLE `partiushop_sales_reports_table_descriptions`
  ADD PRIMARY KEY (`table_id`,`lang_code`);

--
-- Indexes for table `partiushop_sales_reports_table_elements`
--
ALTER TABLE `partiushop_sales_reports_table_elements`
  ADD PRIMARY KEY (`report_id`,`table_id`,`element_hash`);

--
-- Indexes for table `partiushop_sales_reports_table_element_conditions`
--
ALTER TABLE `partiushop_sales_reports_table_element_conditions`
  ADD PRIMARY KEY (`table_id`,`element_hash`,`ids`);

--
-- Indexes for table `partiushop_seo_names`
--
ALTER TABLE `partiushop_seo_names`
  ADD PRIMARY KEY (`object_id`,`type`,`dispatch`,`lang_code`,`company_id`),
  ADD KEY `name` (`name`,`lang_code`),
  ADD KEY `type` (`name`,`type`,`lang_code`),
  ADD KEY `dispatch` (`dispatch`);

--
-- Indexes for table `partiushop_seo_redirects`
--
ALTER TABLE `partiushop_seo_redirects`
  ADD PRIMARY KEY (`redirect_id`),
  ADD KEY `src` (`src`,`company_id`);

--
-- Indexes for table `partiushop_sessions`
--
ALTER TABLE `partiushop_sessions`
  ADD PRIMARY KEY (`session_id`),
  ADD KEY `src` (`session_id`,`expiry`),
  ADD KEY `expiry` (`expiry`);

--
-- Indexes for table `partiushop_settings_descriptions`
--
ALTER TABLE `partiushop_settings_descriptions`
  ADD PRIMARY KEY (`object_id`,`object_type`,`lang_code`);

--
-- Indexes for table `partiushop_settings_objects`
--
ALTER TABLE `partiushop_settings_objects`
  ADD PRIMARY KEY (`object_id`),
  ADD KEY `name` (`name`),
  ADD KEY `is_global` (`is_global`),
  ADD KEY `position` (`position`),
  ADD KEY `section_id` (`section_id`,`section_tab_id`);

--
-- Indexes for table `partiushop_settings_sections`
--
ALTER TABLE `partiushop_settings_sections`
  ADD PRIMARY KEY (`section_id`);

--
-- Indexes for table `partiushop_settings_variants`
--
ALTER TABLE `partiushop_settings_variants`
  ADD PRIMARY KEY (`variant_id`);

--
-- Indexes for table `partiushop_settings_vendor_values`
--
ALTER TABLE `partiushop_settings_vendor_values`
  ADD PRIMARY KEY (`object_id`,`company_id`,`storefront_id`),
  ADD KEY `storefront_id` (`storefront_id`),
  ADD KEY `company_id` (`company_id`);

--
-- Indexes for table `partiushop_shipments`
--
ALTER TABLE `partiushop_shipments`
  ADD PRIMARY KEY (`shipment_id`),
  ADD KEY `status` (`status`);

--
-- Indexes for table `partiushop_shipment_items`
--
ALTER TABLE `partiushop_shipment_items`
  ADD PRIMARY KEY (`item_id`,`shipment_id`),
  ADD KEY `shipment_id` (`shipment_id`);

--
-- Indexes for table `partiushop_shippings`
--
ALTER TABLE `partiushop_shippings`
  ADD UNIQUE KEY `shipping_id` (`shipping_id`),
  ADD KEY `position` (`position`),
  ADD KEY `localization` (`localization`),
  ADD KEY `c_status` (`usergroup_ids`,`min_weight`,`max_weight`,`status`);

--
-- Indexes for table `partiushop_shipping_descriptions`
--
ALTER TABLE `partiushop_shipping_descriptions`
  ADD PRIMARY KEY (`shipping_id`,`lang_code`);

--
-- Indexes for table `partiushop_shipping_rates`
--
ALTER TABLE `partiushop_shipping_rates`
  ADD PRIMARY KEY (`rate_id`),
  ADD UNIQUE KEY `shipping_rate` (`shipping_id`,`destination_id`);

--
-- Indexes for table `partiushop_shipping_services`
--
ALTER TABLE `partiushop_shipping_services`
  ADD PRIMARY KEY (`service_id`),
  ADD KEY `sa` (`service_id`,`status`);

--
-- Indexes for table `partiushop_shipping_service_descriptions`
--
ALTER TABLE `partiushop_shipping_service_descriptions`
  ADD PRIMARY KEY (`service_id`,`lang_code`);

--
-- Indexes for table `partiushop_shipping_time_descriptions`
--
ALTER TABLE `partiushop_shipping_time_descriptions`
  ADD PRIMARY KEY (`shipping_id`,`destination_id`,`lang_code`);

--
-- Indexes for table `partiushop_sitemap_links`
--
ALTER TABLE `partiushop_sitemap_links`
  ADD PRIMARY KEY (`link_id`);

--
-- Indexes for table `partiushop_sitemap_sections`
--
ALTER TABLE `partiushop_sitemap_sections`
  ADD PRIMARY KEY (`section_id`);

--
-- Indexes for table `partiushop_states`
--
ALTER TABLE `partiushop_states`
  ADD PRIMARY KEY (`state_id`),
  ADD UNIQUE KEY `cs` (`country_code`,`code`),
  ADD KEY `code` (`code`),
  ADD KEY `country_code` (`country_code`);

--
-- Indexes for table `partiushop_state_descriptions`
--
ALTER TABLE `partiushop_state_descriptions`
  ADD PRIMARY KEY (`state_id`,`lang_code`);

--
-- Indexes for table `partiushop_static_data`
--
ALTER TABLE `partiushop_static_data`
  ADD PRIMARY KEY (`param_id`),
  ADD KEY `section` (`section`,`status`,`localization`),
  ADD KEY `position` (`position`);

--
-- Indexes for table `partiushop_static_data_descriptions`
--
ALTER TABLE `partiushop_static_data_descriptions`
  ADD PRIMARY KEY (`param_id`,`lang_code`);

--
-- Indexes for table `partiushop_statuses`
--
ALTER TABLE `partiushop_statuses`
  ADD PRIMARY KEY (`status_id`),
  ADD UNIQUE KEY `status` (`status`,`type`),
  ADD KEY `position` (`position`);

--
-- Indexes for table `partiushop_status_data`
--
ALTER TABLE `partiushop_status_data`
  ADD PRIMARY KEY (`status_id`,`param`),
  ADD KEY `inventory` (`value`);

--
-- Indexes for table `partiushop_status_descriptions`
--
ALTER TABLE `partiushop_status_descriptions`
  ADD PRIMARY KEY (`status_id`,`lang_code`);

--
-- Indexes for table `partiushop_storage_data`
--
ALTER TABLE `partiushop_storage_data`
  ADD PRIMARY KEY (`data_key`);

--
-- Indexes for table `partiushop_stored_sessions`
--
ALTER TABLE `partiushop_stored_sessions`
  ADD PRIMARY KEY (`session_id`),
  ADD KEY `expiry` (`expiry`);

--
-- Indexes for table `partiushop_storefronts`
--
ALTER TABLE `partiushop_storefronts`
  ADD PRIMARY KEY (`storefront_id`);

--
-- Indexes for table `partiushop_storefronts_companies`
--
ALTER TABLE `partiushop_storefronts_companies`
  ADD PRIMARY KEY (`storefront_id`,`company_id`),
  ADD KEY `idx_storefront_id` (`storefront_id`);

--
-- Indexes for table `partiushop_storefronts_countries`
--
ALTER TABLE `partiushop_storefronts_countries`
  ADD PRIMARY KEY (`storefront_id`,`country_code`),
  ADD KEY `idx_storefront_id` (`storefront_id`);

--
-- Indexes for table `partiushop_storefronts_currencies`
--
ALTER TABLE `partiushop_storefronts_currencies`
  ADD PRIMARY KEY (`storefront_id`,`currency_id`),
  ADD KEY `idx_storefront_id` (`storefront_id`);

--
-- Indexes for table `partiushop_storefronts_languages`
--
ALTER TABLE `partiushop_storefronts_languages`
  ADD PRIMARY KEY (`storefront_id`,`language_id`),
  ADD KEY `idx_storefront_id` (`storefront_id`);

--
-- Indexes for table `partiushop_storefronts_payments`
--
ALTER TABLE `partiushop_storefronts_payments`
  ADD PRIMARY KEY (`storefront_id`,`payment_id`),
  ADD KEY `idx_storefront_id` (`storefront_id`);

--
-- Indexes for table `partiushop_storefronts_promotions`
--
ALTER TABLE `partiushop_storefronts_promotions`
  ADD PRIMARY KEY (`storefront_id`,`promotion_id`),
  ADD KEY `idx_storefront_id` (`storefront_id`);

--
-- Indexes for table `partiushop_storefronts_shippings`
--
ALTER TABLE `partiushop_storefronts_shippings`
  ADD PRIMARY KEY (`storefront_id`,`shipping_id`),
  ADD KEY `idx_storefront_id` (`storefront_id`);

--
-- Indexes for table `partiushop_store_locations`
--
ALTER TABLE `partiushop_store_locations`
  ADD PRIMARY KEY (`store_location_id`),
  ADD KEY `status` (`status`);

--
-- Indexes for table `partiushop_store_location_descriptions`
--
ALTER TABLE `partiushop_store_location_descriptions`
  ADD PRIMARY KEY (`store_location_id`,`lang_code`);

--
-- Indexes for table `partiushop_store_location_destination_links`
--
ALTER TABLE `partiushop_store_location_destination_links`
  ADD PRIMARY KEY (`link_id`),
  ADD UNIQUE KEY `idx_store_location_destination` (`store_location_id`,`destination_id`);

--
-- Indexes for table `partiushop_store_location_shipping_delays`
--
ALTER TABLE `partiushop_store_location_shipping_delays`
  ADD PRIMARY KEY (`store_location_id`,`destination_id`,`lang_code`);

--
-- Indexes for table `partiushop_subscribers`
--
ALTER TABLE `partiushop_subscribers`
  ADD PRIMARY KEY (`subscriber_id`),
  ADD UNIQUE KEY `email` (`email`);

--
-- Indexes for table `partiushop_suppliers`
--
ALTER TABLE `partiushop_suppliers`
  ADD PRIMARY KEY (`supplier_id`),
  ADD KEY `company` (`company_id`);

--
-- Indexes for table `partiushop_supplier_links`
--
ALTER TABLE `partiushop_supplier_links`
  ADD PRIMARY KEY (`supplier_id`,`object_id`,`object_type`),
  ADD KEY `object_id` (`object_id`,`object_type`);

--
-- Indexes for table `partiushop_sync_data_settings`
--
ALTER TABLE `partiushop_sync_data_settings`
  ADD PRIMARY KEY (`provider_id`,`company_id`);

--
-- Indexes for table `partiushop_tabela_frete_correios`
--
ALTER TABLE `partiushop_tabela_frete_correios`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `partiushop_tabela_frete_correios_historico_de_pedidos`
--
ALTER TABLE `partiushop_tabela_frete_correios_historico_de_pedidos`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `partiushop_tags`
--
ALTER TABLE `partiushop_tags`
  ADD PRIMARY KEY (`tag_id`),
  ADD UNIQUE KEY `tag` (`tag`,`company_id`);

--
-- Indexes for table `partiushop_tag_links`
--
ALTER TABLE `partiushop_tag_links`
  ADD PRIMARY KEY (`object_type`,`object_id`,`tag_id`),
  ADD KEY `tag_id` (`tag_id`),
  ADD KEY `ids` (`tag_id`,`object_type`,`object_id`);

--
-- Indexes for table `partiushop_taxes`
--
ALTER TABLE `partiushop_taxes`
  ADD PRIMARY KEY (`tax_id`),
  ADD KEY `c_status` (`status`);

--
-- Indexes for table `partiushop_tax_descriptions`
--
ALTER TABLE `partiushop_tax_descriptions`
  ADD PRIMARY KEY (`tax_id`,`lang_code`);

--
-- Indexes for table `partiushop_tax_rates`
--
ALTER TABLE `partiushop_tax_rates`
  ADD PRIMARY KEY (`rate_id`),
  ADD UNIQUE KEY `tax_rate` (`tax_id`,`destination_id`);

--
-- Indexes for table `partiushop_template_documents`
--
ALTER TABLE `partiushop_template_documents`
  ADD PRIMARY KEY (`document_id`),
  ADD UNIQUE KEY `code` (`code`,`type`);

--
-- Indexes for table `partiushop_template_emails`
--
ALTER TABLE `partiushop_template_emails`
  ADD PRIMARY KEY (`template_id`),
  ADD UNIQUE KEY `template` (`code`,`area`);

--
-- Indexes for table `partiushop_template_internal_notifications`
--
ALTER TABLE `partiushop_template_internal_notifications`
  ADD PRIMARY KEY (`template_id`),
  ADD UNIQUE KEY `template` (`code`,`area`);

--
-- Indexes for table `partiushop_template_snippets`
--
ALTER TABLE `partiushop_template_snippets`
  ADD PRIMARY KEY (`snippet_id`),
  ADD UNIQUE KEY `code` (`code`,`type`);

--
-- Indexes for table `partiushop_template_snippet_descriptions`
--
ALTER TABLE `partiushop_template_snippet_descriptions`
  ADD PRIMARY KEY (`snippet_id`,`lang_code`);

--
-- Indexes for table `partiushop_template_table_columns`
--
ALTER TABLE `partiushop_template_table_columns`
  ADD PRIMARY KEY (`column_id`),
  ADD KEY `snippet_idx` (`snippet_code`,`snippet_type`);

--
-- Indexes for table `partiushop_template_table_column_descriptions`
--
ALTER TABLE `partiushop_template_table_column_descriptions`
  ADD PRIMARY KEY (`column_id`,`lang_code`);

--
-- Indexes for table `partiushop_usergroups`
--
ALTER TABLE `partiushop_usergroups`
  ADD PRIMARY KEY (`usergroup_id`),
  ADD KEY `c_status` (`usergroup_id`,`status`),
  ADD KEY `status` (`status`,`type`);

--
-- Indexes for table `partiushop_usergroup_descriptions`
--
ALTER TABLE `partiushop_usergroup_descriptions`
  ADD PRIMARY KEY (`usergroup_id`,`lang_code`);

--
-- Indexes for table `partiushop_usergroup_links`
--
ALTER TABLE `partiushop_usergroup_links`
  ADD PRIMARY KEY (`link_id`),
  ADD UNIQUE KEY `user_id` (`user_id`,`usergroup_id`);

--
-- Indexes for table `partiushop_usergroup_privileges`
--
ALTER TABLE `partiushop_usergroup_privileges`
  ADD PRIMARY KEY (`usergroup_id`,`privilege`);

--
-- Indexes for table `partiushop_users`
--
ALTER TABLE `partiushop_users`
  ADD PRIMARY KEY (`user_id`),
  ADD KEY `user_login` (`user_login`),
  ADD KEY `uname` (`firstname`,`lastname`),
  ADD KEY `idx_email` (`email`),
  ADD KEY `idx_last_activity` (`last_activity`);

--
-- Indexes for table `partiushop_user_data`
--
ALTER TABLE `partiushop_user_data`
  ADD PRIMARY KEY (`user_id`,`type`);

--
-- Indexes for table `partiushop_user_integrations`
--
ALTER TABLE `partiushop_user_integrations`
  ADD PRIMARY KEY (`integration_id`);

--
-- Indexes for table `partiushop_user_mailing_lists`
--
ALTER TABLE `partiushop_user_mailing_lists`
  ADD UNIQUE KEY `subscriber_list` (`list_id`,`subscriber_id`),
  ADD KEY `subscriber_id` (`subscriber_id`),
  ADD KEY `list_id` (`list_id`);

--
-- Indexes for table `partiushop_user_payment_info`
--
ALTER TABLE `partiushop_user_payment_info`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `partiushop_user_profiles`
--
ALTER TABLE `partiushop_user_profiles`
  ADD PRIMARY KEY (`profile_id`),
  ADD KEY `uid_p` (`user_id`,`profile_type`),
  ADD KEY `profile_type` (`profile_type`);

--
-- Indexes for table `partiushop_user_session_products`
--
ALTER TABLE `partiushop_user_session_products`
  ADD PRIMARY KEY (`user_id`,`type`,`item_id`,`user_type`),
  ADD KEY `timestamp` (`timestamp`,`user_type`),
  ADD KEY `session_id` (`session_id`),
  ADD KEY `type` (`type`);

--
-- Indexes for table `partiushop_vendor_communications`
--
ALTER TABLE `partiushop_vendor_communications`
  ADD PRIMARY KEY (`thread_id`),
  ADD KEY `idx_company_id` (`company_id`),
  ADD KEY `idx_user_id` (`user_id`);

--
-- Indexes for table `partiushop_vendor_communication_messages`
--
ALTER TABLE `partiushop_vendor_communication_messages`
  ADD PRIMARY KEY (`message_id`),
  ADD KEY `idx_thread_id` (`thread_id`);

--
-- Indexes for table `partiushop_vendor_invitations`
--
ALTER TABLE `partiushop_vendor_invitations`
  ADD PRIMARY KEY (`invitation_key`);

--
-- Indexes for table `partiushop_vendor_locations`
--
ALTER TABLE `partiushop_vendor_locations`
  ADD PRIMARY KEY (`company_id`),
  ADD KEY `locality_country_idx` (`locality`,`country`);

--
-- Indexes for table `partiushop_vendor_payouts`
--
ALTER TABLE `partiushop_vendor_payouts`
  ADD PRIMARY KEY (`payout_id`),
  ADD KEY `company_id` (`company_id`);

--
-- Indexes for table `partiushop_vendor_plans`
--
ALTER TABLE `partiushop_vendor_plans`
  ADD PRIMARY KEY (`plan_id`),
  ADD KEY `position` (`position`,`status`);

--
-- Indexes for table `partiushop_vendor_plan_descriptions`
--
ALTER TABLE `partiushop_vendor_plan_descriptions`
  ADD PRIMARY KEY (`plan_id`,`lang_code`);

--
-- Indexes for table `partiushop_vendor_styles`
--
ALTER TABLE `partiushop_vendor_styles`
  ADD UNIQUE KEY `company_id_layout_id` (`company_id`,`layout_id`);

--
-- Indexes for table `partiushop_views`
--
ALTER TABLE `partiushop_views`
  ADD PRIMARY KEY (`view_id`),
  ADD KEY `idx_user_id_object` (`user_id`,`object`);

--
-- Indexes for table `partiushop_warehouses_destination_products_amount`
--
ALTER TABLE `partiushop_warehouses_destination_products_amount`
  ADD PRIMARY KEY (`product_id`,`destination_id`,`storefront_id`),
  ADD KEY `idx_storefront_id` (`storefront_id`);

--
-- Indexes for table `partiushop_warehouses_products_amount`
--
ALTER TABLE `partiushop_warehouses_products_amount`
  ADD PRIMARY KEY (`product_id`,`warehouse_id`);

--
-- Indexes for table `partiushop_warehouses_sum_products_amount`
--
ALTER TABLE `partiushop_warehouses_sum_products_amount`
  ADD PRIMARY KEY (`product_id`,`storefront_id`),
  ADD KEY `idx_storefront_id` (`storefront_id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `partiushop_abt__ut2_microdata`
--
ALTER TABLE `partiushop_abt__ut2_microdata`
  MODIFY `id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `partiushop_abt__ut2_objects_banners`
--
ALTER TABLE `partiushop_abt__ut2_objects_banners`
  MODIFY `link_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_ab__category_banners`
--
ALTER TABLE `partiushop_ab__category_banners`
  MODIFY `category_banner_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `partiushop_ab__category_banner_images_and_descr`
--
ALTER TABLE `partiushop_ab__category_banner_images_and_descr`
  MODIFY `category_banner_image_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=49;

--
-- AUTO_INCREMENT for table `partiushop_ab__mb_motivation_items`
--
ALTER TABLE `partiushop_ab__mb_motivation_items`
  MODIFY `motivation_item_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `partiushop_ab__video_gallery`
--
ALTER TABLE `partiushop_ab__video_gallery`
  MODIFY `video_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_access_restriction`
--
ALTER TABLE `partiushop_access_restriction`
  MODIFY `item_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_access_restriction_reason_descriptions`
--
ALTER TABLE `partiushop_access_restriction_reason_descriptions`
  MODIFY `item_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_attachments`
--
ALTER TABLE `partiushop_attachments`
  MODIFY `attachment_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_banners`
--
ALTER TABLE `partiushop_banners`
  MODIFY `banner_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=99;

--
-- AUTO_INCREMENT for table `partiushop_banner_images`
--
ALTER TABLE `partiushop_banner_images`
  MODIFY `banner_image_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1456;

--
-- AUTO_INCREMENT for table `partiushop_bm_blocks`
--
ALTER TABLE `partiushop_bm_blocks`
  MODIFY `block_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=465;

--
-- AUTO_INCREMENT for table `partiushop_bm_containers`
--
ALTER TABLE `partiushop_bm_containers`
  MODIFY `container_id` mediumint(9) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3389;

--
-- AUTO_INCREMENT for table `partiushop_bm_grids`
--
ALTER TABLE `partiushop_bm_grids`
  MODIFY `grid_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4179;

--
-- AUTO_INCREMENT for table `partiushop_bm_layouts`
--
ALTER TABLE `partiushop_bm_layouts`
  MODIFY `layout_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=42;

--
-- AUTO_INCREMENT for table `partiushop_bm_locations`
--
ALTER TABLE `partiushop_bm_locations`
  MODIFY `location_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=848;

--
-- AUTO_INCREMENT for table `partiushop_bm_locations_descriptions`
--
ALTER TABLE `partiushop_bm_locations_descriptions`
  MODIFY `location_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=848;

--
-- AUTO_INCREMENT for table `partiushop_bm_snapping`
--
ALTER TABLE `partiushop_bm_snapping`
  MODIFY `snapping_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5248;

--
-- AUTO_INCREMENT for table `partiushop_buy_together`
--
ALTER TABLE `partiushop_buy_together`
  MODIFY `chain_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_call_requests`
--
ALTER TABLE `partiushop_call_requests`
  MODIFY `request_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `partiushop_categories`
--
ALTER TABLE `partiushop_categories`
  MODIFY `category_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5558;

--
-- AUTO_INCREMENT for table `partiushop_companies`
--
ALTER TABLE `partiushop_companies`
  MODIFY `company_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `partiushop_companies_socios`
--
ALTER TABLE `partiushop_companies_socios`
  MODIFY `socios_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_cronjobs`
--
ALTER TABLE `partiushop_cronjobs`
  MODIFY `cronjob_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `partiushop_currencies`
--
ALTER TABLE `partiushop_currencies`
  MODIFY `currency_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `partiushop_data_feeds`
--
ALTER TABLE `partiushop_data_feeds`
  MODIFY `datafeed_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_destinations`
--
ALTER TABLE `partiushop_destinations`
  MODIFY `destination_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `partiushop_destination_elements`
--
ALTER TABLE `partiushop_destination_elements`
  MODIFY `element_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1937;

--
-- AUTO_INCREMENT for table `partiushop_discussion`
--
ALTER TABLE `partiushop_discussion`
  MODIFY `thread_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=211;

--
-- AUTO_INCREMENT for table `partiushop_discussion_posts`
--
ALTER TABLE `partiushop_discussion_posts`
  MODIFY `post_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31;

--
-- AUTO_INCREMENT for table `partiushop_em_subscribers`
--
ALTER TABLE `partiushop_em_subscribers`
  MODIFY `subscriber_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_et_category_menu`
--
ALTER TABLE `partiushop_et_category_menu`
  MODIFY `et_menu_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=454;

--
-- AUTO_INCREMENT for table `partiushop_et_featured_product_banner_tabs`
--
ALTER TABLE `partiushop_et_featured_product_banner_tabs`
  MODIFY `block_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `partiushop_et_featured_product_banner_tabs_tabs`
--
ALTER TABLE `partiushop_et_featured_product_banner_tabs_tabs`
  MODIFY `tab_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;

--
-- AUTO_INCREMENT for table `partiushop_et_featured_product_banner_tabs_tabs_data`
--
ALTER TABLE `partiushop_et_featured_product_banner_tabs_tabs_data`
  MODIFY `data_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=351;

--
-- AUTO_INCREMENT for table `partiushop_et_menu`
--
ALTER TABLE `partiushop_et_menu`
  MODIFY `et_menu_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=398;

--
-- AUTO_INCREMENT for table `partiushop_et_mv_vendor_settings`
--
ALTER TABLE `partiushop_et_mv_vendor_settings`
  MODIFY `ved_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `partiushop_et_mv_vsb`
--
ALTER TABLE `partiushop_et_mv_vsb`
  MODIFY `vsb_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- AUTO_INCREMENT for table `partiushop_et_mv_vsb_banners`
--
ALTER TABLE `partiushop_et_mv_vsb_banners`
  MODIFY `banner_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_et_mv_vsb_data`
--
ALTER TABLE `partiushop_et_mv_vsb_data`
  MODIFY `data_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=196;

--
-- AUTO_INCREMENT for table `partiushop_et_quick_info`
--
ALTER TABLE `partiushop_et_quick_info`
  MODIFY `block_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `partiushop_et_quick_info_data`
--
ALTER TABLE `partiushop_et_quick_info_data`
  MODIFY `content_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `partiushop_et_quick_info_descr`
--
ALTER TABLE `partiushop_et_quick_info_descr`
  MODIFY `content_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `partiushop_exim_layouts`
--
ALTER TABLE `partiushop_exim_layouts`
  MODIFY `layout_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31;

--
-- AUTO_INCREMENT for table `partiushop_form_options`
--
ALTER TABLE `partiushop_form_options`
  MODIFY `element_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;

--
-- AUTO_INCREMENT for table `partiushop_gift_certificates`
--
ALTER TABLE `partiushop_gift_certificates`
  MODIFY `gift_cert_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `partiushop_gift_certificates_log`
--
ALTER TABLE `partiushop_gift_certificates_log`
  MODIFY `log_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `partiushop_hybrid_auth_providers`
--
ALTER TABLE `partiushop_hybrid_auth_providers`
  MODIFY `provider_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `partiushop_images`
--
ALTER TABLE `partiushop_images`
  MODIFY `image_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2984;

--
-- AUTO_INCREMENT for table `partiushop_images_links`
--
ALTER TABLE `partiushop_images_links`
  MODIFY `pair_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5841;

--
-- AUTO_INCREMENT for table `partiushop_import_presets`
--
ALTER TABLE `partiushop_import_presets`
  MODIFY `preset_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `partiushop_import_preset_fields`
--
ALTER TABLE `partiushop_import_preset_fields`
  MODIFY `field_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=59;

--
-- AUTO_INCREMENT for table `partiushop_installed_upgrades`
--
ALTER TABLE `partiushop_installed_upgrades`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47;

--
-- AUTO_INCREMENT for table `partiushop_languages`
--
ALTER TABLE `partiushop_languages`
  MODIFY `lang_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `partiushop_localizations`
--
ALTER TABLE `partiushop_localizations`
  MODIFY `localization_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_localization_elements`
--
ALTER TABLE `partiushop_localization_elements`
  MODIFY `element_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_logos`
--
ALTER TABLE `partiushop_logos`
  MODIFY `logo_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=443;

--
-- AUTO_INCREMENT for table `partiushop_logs`
--
ALTER TABLE `partiushop_logs`
  MODIFY `log_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2239;

--
-- AUTO_INCREMENT for table `partiushop_mailing_lists`
--
ALTER TABLE `partiushop_mailing_lists`
  MODIFY `list_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `partiushop_menus`
--
ALTER TABLE `partiushop_menus`
  MODIFY `menu_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT for table `partiushop_mobile_app_notification_subscriptions`
--
ALTER TABLE `partiushop_mobile_app_notification_subscriptions`
  MODIFY `subscription_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `partiushop_newsletters`
--
ALTER TABLE `partiushop_newsletters`
  MODIFY `newsletter_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `partiushop_newsletter_batch_recipients`
--
ALTER TABLE `partiushop_newsletter_batch_recipients`
  MODIFY `send_list_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_newsletter_campaigns`
--
ALTER TABLE `partiushop_newsletter_campaigns`
  MODIFY `campaign_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_newsletter_links`
--
ALTER TABLE `partiushop_newsletter_links`
  MODIFY `link_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_notifications`
--
ALTER TABLE `partiushop_notifications`
  MODIFY `notification_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=229;

--
-- AUTO_INCREMENT for table `partiushop_notification_event_receivers`
--
ALTER TABLE `partiushop_notification_event_receivers`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'ID';

--
-- AUTO_INCREMENT for table `partiushop_notification_group_receivers`
--
ALTER TABLE `partiushop_notification_group_receivers`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'ID', AUTO_INCREMENT=22;

--
-- AUTO_INCREMENT for table `partiushop_orders`
--
ALTER TABLE `partiushop_orders`
  MODIFY `order_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=155;

--
-- AUTO_INCREMENT for table `partiushop_order_attachments`
--
ALTER TABLE `partiushop_order_attachments`
  MODIFY `order_attachment_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `partiushop_order_data`
--
ALTER TABLE `partiushop_order_data`
  MODIFY `order_data_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=526;

--
-- AUTO_INCREMENT for table `partiushop_order_docs`
--
ALTER TABLE `partiushop_order_docs`
  MODIFY `doc_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_pages`
--
ALTER TABLE `partiushop_pages`
  MODIFY `page_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=79;

--
-- AUTO_INCREMENT for table `partiushop_payments`
--
ALTER TABLE `partiushop_payments`
  MODIFY `payment_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `partiushop_payment_processors`
--
ALTER TABLE `partiushop_payment_processors`
  MODIFY `processor_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=108;

--
-- AUTO_INCREMENT for table `partiushop_polls_votes`
--
ALTER TABLE `partiushop_polls_votes`
  MODIFY `vote_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_poll_items`
--
ALTER TABLE `partiushop_poll_items`
  MODIFY `item_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `partiushop_printslip_request`
--
ALTER TABLE `partiushop_printslip_request`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_products`
--
ALTER TABLE `partiushop_products`
  MODIFY `product_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=309;

--
-- AUTO_INCREMENT for table `partiushop_product_features`
--
ALTER TABLE `partiushop_product_features`
  MODIFY `feature_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=551;

--
-- AUTO_INCREMENT for table `partiushop_product_feature_variants`
--
ALTER TABLE `partiushop_product_feature_variants`
  MODIFY `variant_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1205;

--
-- AUTO_INCREMENT for table `partiushop_product_files`
--
ALTER TABLE `partiushop_product_files`
  MODIFY `file_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_product_file_folders`
--
ALTER TABLE `partiushop_product_file_folders`
  MODIFY `folder_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_product_filters`
--
ALTER TABLE `partiushop_product_filters`
  MODIFY `filter_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=314;

--
-- AUTO_INCREMENT for table `partiushop_product_options`
--
ALTER TABLE `partiushop_product_options`
  MODIFY `option_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;

--
-- AUTO_INCREMENT for table `partiushop_product_options_exceptions`
--
ALTER TABLE `partiushop_product_options_exceptions`
  MODIFY `exception_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_product_option_variants`
--
ALTER TABLE `partiushop_product_option_variants`
  MODIFY `variant_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=181;

--
-- AUTO_INCREMENT for table `partiushop_product_plans`
--
ALTER TABLE `partiushop_product_plans`
  MODIFY `product_plans_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_product_plans_payment_quote`
--
ALTER TABLE `partiushop_product_plans_payment_quote`
  MODIFY `product_plans_payment_quote_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_product_point_prices`
--
ALTER TABLE `partiushop_product_point_prices`
  MODIFY `point_price_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `partiushop_product_reviews`
--
ALTER TABLE `partiushop_product_reviews`
  MODIFY `product_review_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `partiushop_product_subscriptions`
--
ALTER TABLE `partiushop_product_subscriptions`
  MODIFY `subscription_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_product_tabs`
--
ALTER TABLE `partiushop_product_tabs`
  MODIFY `tab_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;

--
-- AUTO_INCREMENT for table `partiushop_product_variation_groups`
--
ALTER TABLE `partiushop_product_variation_groups`
  MODIFY `id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `partiushop_profile_fields`
--
ALTER TABLE `partiushop_profile_fields`
  MODIFY `field_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=62;

--
-- AUTO_INCREMENT for table `partiushop_profile_field_sections`
--
ALTER TABLE `partiushop_profile_field_sections`
  MODIFY `section_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `partiushop_profile_field_values`
--
ALTER TABLE `partiushop_profile_field_values`
  MODIFY `value_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_promotions`
--
ALTER TABLE `partiushop_promotions`
  MODIFY `promotion_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;

--
-- AUTO_INCREMENT for table `partiushop_promotion_images`
--
ALTER TABLE `partiushop_promotion_images`
  MODIFY `promotion_image_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_quick_menu`
--
ALTER TABLE `partiushop_quick_menu`
  MODIFY `menu_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

--
-- AUTO_INCREMENT for table `partiushop_reward_points`
--
ALTER TABLE `partiushop_reward_points`
  MODIFY `reward_point_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_reward_point_changes`
--
ALTER TABLE `partiushop_reward_point_changes`
  MODIFY `change_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_rma_properties`
--
ALTER TABLE `partiushop_rma_properties`
  MODIFY `property_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT for table `partiushop_rma_returns`
--
ALTER TABLE `partiushop_rma_returns`
  MODIFY `return_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `partiushop_robots_data`
--
ALTER TABLE `partiushop_robots_data`
  MODIFY `robots_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `partiushop_sales_reports`
--
ALTER TABLE `partiushop_sales_reports`
  MODIFY `report_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `partiushop_sales_reports_elements`
--
ALTER TABLE `partiushop_sales_reports_elements`
  MODIFY `element_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- AUTO_INCREMENT for table `partiushop_sales_reports_intervals`
--
ALTER TABLE `partiushop_sales_reports_intervals`
  MODIFY `interval_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `partiushop_sales_reports_tables`
--
ALTER TABLE `partiushop_sales_reports_tables`
  MODIFY `table_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT for table `partiushop_seo_redirects`
--
ALTER TABLE `partiushop_seo_redirects`
  MODIFY `redirect_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `partiushop_settings_descriptions`
--
ALTER TABLE `partiushop_settings_descriptions`
  MODIFY `object_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7527;

--
-- AUTO_INCREMENT for table `partiushop_settings_objects`
--
ALTER TABLE `partiushop_settings_objects`
  MODIFY `object_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7527;

--
-- AUTO_INCREMENT for table `partiushop_settings_sections`
--
ALTER TABLE `partiushop_settings_sections`
  MODIFY `section_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=561;

--
-- AUTO_INCREMENT for table `partiushop_settings_variants`
--
ALTER TABLE `partiushop_settings_variants`
  MODIFY `variant_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1409;

--
-- AUTO_INCREMENT for table `partiushop_shipments`
--
ALTER TABLE `partiushop_shipments`
  MODIFY `shipment_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=80;

--
-- AUTO_INCREMENT for table `partiushop_shippings`
--
ALTER TABLE `partiushop_shippings`
  MODIFY `shipping_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `partiushop_shipping_rates`
--
ALTER TABLE `partiushop_shipping_rates`
  MODIFY `rate_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=107;

--
-- AUTO_INCREMENT for table `partiushop_shipping_services`
--
ALTER TABLE `partiushop_shipping_services`
  MODIFY `service_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=162457;

--
-- AUTO_INCREMENT for table `partiushop_shipping_service_descriptions`
--
ALTER TABLE `partiushop_shipping_service_descriptions`
  MODIFY `service_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=162457;

--
-- AUTO_INCREMENT for table `partiushop_sitemap_links`
--
ALTER TABLE `partiushop_sitemap_links`
  MODIFY `link_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `partiushop_sitemap_sections`
--
ALTER TABLE `partiushop_sitemap_sections`
  MODIFY `section_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `partiushop_states`
--
ALTER TABLE `partiushop_states`
  MODIFY `state_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=932;

--
-- AUTO_INCREMENT for table `partiushop_static_data`
--
ALTER TABLE `partiushop_static_data`
  MODIFY `param_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=455;

--
-- AUTO_INCREMENT for table `partiushop_statuses`
--
ALTER TABLE `partiushop_statuses`
  MODIFY `status_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;

--
-- AUTO_INCREMENT for table `partiushop_storefronts`
--
ALTER TABLE `partiushop_storefronts`
  MODIFY `storefront_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Storefront ID', AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `partiushop_store_locations`
--
ALTER TABLE `partiushop_store_locations`
  MODIFY `store_location_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_store_location_destination_links`
--
ALTER TABLE `partiushop_store_location_destination_links`
  MODIFY `link_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_subscribers`
--
ALTER TABLE `partiushop_subscribers`
  MODIFY `subscriber_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;

--
-- AUTO_INCREMENT for table `partiushop_suppliers`
--
ALTER TABLE `partiushop_suppliers`
  MODIFY `supplier_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_tabela_frete_correios`
--
ALTER TABLE `partiushop_tabela_frete_correios`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=97656;

--
-- AUTO_INCREMENT for table `partiushop_tabela_frete_correios_historico_de_pedidos`
--
ALTER TABLE `partiushop_tabela_frete_correios_historico_de_pedidos`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_tags`
--
ALTER TABLE `partiushop_tags`
  MODIFY `tag_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `partiushop_taxes`
--
ALTER TABLE `partiushop_taxes`
  MODIFY `tax_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `partiushop_tax_rates`
--
ALTER TABLE `partiushop_tax_rates`
  MODIFY `rate_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `partiushop_template_documents`
--
ALTER TABLE `partiushop_template_documents`
  MODIFY `document_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `partiushop_template_emails`
--
ALTER TABLE `partiushop_template_emails`
  MODIFY `template_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=100;

--
-- AUTO_INCREMENT for table `partiushop_template_internal_notifications`
--
ALTER TABLE `partiushop_template_internal_notifications`
  MODIFY `template_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `partiushop_template_snippets`
--
ALTER TABLE `partiushop_template_snippets`
  MODIFY `snippet_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=58;

--
-- AUTO_INCREMENT for table `partiushop_template_table_columns`
--
ALTER TABLE `partiushop_template_table_columns`
  MODIFY `column_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=98;

--
-- AUTO_INCREMENT for table `partiushop_usergroups`
--
ALTER TABLE `partiushop_usergroups`
  MODIFY `usergroup_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `partiushop_usergroup_links`
--
ALTER TABLE `partiushop_usergroup_links`
  MODIFY `link_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `partiushop_users`
--
ALTER TABLE `partiushop_users`
  MODIFY `user_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=36;

--
-- AUTO_INCREMENT for table `partiushop_user_integrations`
--
ALTER TABLE `partiushop_user_integrations`
  MODIFY `integration_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `partiushop_user_payment_info`
--
ALTER TABLE `partiushop_user_payment_info`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `partiushop_user_profiles`
--
ALTER TABLE `partiushop_user_profiles`
  MODIFY `profile_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37;

--
-- AUTO_INCREMENT for table `partiushop_vendor_communications`
--
ALTER TABLE `partiushop_vendor_communications`
  MODIFY `thread_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `partiushop_vendor_communication_messages`
--
ALTER TABLE `partiushop_vendor_communication_messages`
  MODIFY `message_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;

--
-- AUTO_INCREMENT for table `partiushop_vendor_payouts`
--
ALTER TABLE `partiushop_vendor_payouts`
  MODIFY `payout_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=133;

--
-- AUTO_INCREMENT for table `partiushop_vendor_plans`
--
ALTER TABLE `partiushop_vendor_plans`
  MODIFY `plan_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;

--
-- AUTO_INCREMENT for table `partiushop_views`
--
ALTER TABLE `partiushop_views`
  MODIFY `view_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=92;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
